From 2f767b7b21fb8ea519d0c92eb0cf73e56b1a7e3b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 11 Jan 2020 14:15:45 +0100 Subject: [PATCH] make.sh: update IPFire and Toolchain verion Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/140/filelists/files | 2 ++ make.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/140/filelists/files b/config/rootfiles/core/140/filelists/files index 0a38212e7c..a76ec6678e 100644 --- a/config/rootfiles/core/140/filelists/files +++ b/config/rootfiles/core/140/filelists/files @@ -5,6 +5,8 @@ var/ipfire/langs etc/rc.d/init.d/networking/red.up/06-safe-search etc/rc.d/init.d/unbound etc/rc.d/init.d/suricata +opt/pakfire/etc/pakfire.conf opt/pakfire/lib/functions.pl srv/web/ipfire/cgi-bin/ids.cgi usr/sbin/convert-snort +usr/sbin/setup diff --git a/make.sh b/make.sh index e1ac4c6b94..43050262c0 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name # If you update the version don't forget to update backupiso and add it to core update -VERSION="2.23" # Version number +VERSION="2.25" # Version number CORE="140" # Core Level (Filename) PAKFIRE_CORE="139" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch @@ -38,7 +38,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=20190814 +TOOLCHAINVER=20200108 ############################################################################### # -- 2.39.5