mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
set version to IPFire 2.19 core100
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -8,6 +8,7 @@ etc/rc.d/init.d/networking/dhcpcd.exe
|
||||
etc/rc.d/init.d/ntp
|
||||
etc/modprobe.d/nf_conntrack.conf
|
||||
lib/udev/rules.d/60-net.rules
|
||||
opt/pakfire/etc/pakfire.conf
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/firewalllog.dat
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogcountry.dat
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogip.dat
|
||||
@@ -20,6 +21,7 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/qos.cgi
|
||||
srv/web/ipfire/cgi-bin/webaccess.cgi
|
||||
usr/bin/pgrep
|
||||
usr/local/bin/backupiso
|
||||
usr/local/bin/qosctrl
|
||||
usr/local/bin/timectrl
|
||||
usr/local/bin/wirelessctrl
|
||||
|
||||
4
make.sh
4
make.sh
@@ -24,9 +24,9 @@
|
||||
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.17" # Version number
|
||||
VERSION="2.19" # Version number
|
||||
CORE="100" # Core Level (Filename)
|
||||
PAKFIRE_CORE="99" # Core Level (PAKFIRE)
|
||||
PAKFIRE_CORE="100" # Core Level (PAKFIRE)
|
||||
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch
|
||||
SLOGAN="www.ipfire.org" # Software slogan
|
||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2017 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
COREVER=$(cat /opt/pakfire/db/core/mine)
|
||||
# FIXME: edit this lines before release
|
||||
URL="http://download.ipfire.org/releases/ipfire-2.x/2.17-core$COREVER/"
|
||||
ISO="ipfire-2.17.i586-full-core$COREVER.iso"
|
||||
URL="http://download.ipfire.org/releases/ipfire-2.x/2.19-core$COREVER/"
|
||||
ISO="ipfire-2.19.i586-full-core$COREVER.iso"
|
||||
|
||||
if [ -z $1 ]; then
|
||||
echo usage: $0 backup-file
|
||||
|
||||
Reference in New Issue
Block a user