From: Arne Fitzenreiter Date: Sun, 20 Mar 2016 08:36:33 +0000 (+0100) Subject: set version to IPFire 2.19 core100 X-Git-Tag: v2.19-core100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33513817fa4eac7007fc4e39c348d7fffdfac20a;p=ipfire-2.x.git set version to IPFire 2.19 core100 Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/100/filelists/files b/config/rootfiles/core/100/filelists/files index 3608030e4f..c75a26d53f 100644 --- a/config/rootfiles/core/100/filelists/files +++ b/config/rootfiles/core/100/filelists/files @@ -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 diff --git a/make.sh b/make.sh index 38e9229350..da4bf161e3 100755 --- a/make.sh +++ b/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 diff --git a/src/pakfire/pakfire.conf b/src/pakfire/pakfire.conf index 1c74f3c85e..2f8f9cd6da 100644 --- a/src/pakfire/pakfire.conf +++ b/src/pakfire/pakfire.conf @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2017 IPFire Team # # # # 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 # diff --git a/src/scripts/backupiso b/src/scripts/backupiso index 08fba1a63b..014e8e980f 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -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