]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
set version to IPFire 2.19 core100 v2.19-core100
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 20 Mar 2016 08:36:33 +0000 (09:36 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 20 Mar 2016 08:36:33 +0000 (09:36 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/100/filelists/files
make.sh
src/pakfire/pakfire.conf
src/scripts/backupiso

index 3608030e4fc79acfeaba290945a40fbcbc100fb2..c75a26d53f1fc8e11b89800904efda8a41066d03 100644 (file)
@@ -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 38e9229350432d0bd9ec4937d9988770ba0050bd..da4bf161e37125b9208a947121c70f06e1c8dd9d 100755 (executable)
--- 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
index 1c74f3c85ea45ab17dd0f3eb0486348e026a148e..2f8f9cd6da541528ec1c350a105876e9423c16c0 100644 (file)
@@ -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        #
index 08fba1a63b6deb5eaf5c6c09c09c87c0b37350ad..014e8e980f43648627c5360bd5763874114dba86 100644 (file)
@@ -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