mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
core78 -> core79: to insert openssl security update.
This commit is contained in:
1
config/rootfiles/core/79/filelists/openssh
Symbolic link
1
config/rootfiles/core/79/filelists/openssh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/openssh
|
||||
1
config/rootfiles/core/79/filelists/openssl
Symbolic link
1
config/rootfiles/core/79/filelists/openssl
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/openssl
|
||||
@@ -35,7 +35,7 @@ function add_to_backup ()
|
||||
|
||||
#
|
||||
# Remove old core updates from pakfire cache to save space...
|
||||
core=78
|
||||
core=79
|
||||
for (( i=1; i<=${core}; i++ ))
|
||||
do
|
||||
rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
|
||||
4
make.sh
4
make.sh
@@ -25,8 +25,8 @@
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.15" # Version number
|
||||
CORE="78" # Core Level (Filename)
|
||||
PAKFIRE_CORE="78" # Core Level (PAKFIRE)
|
||||
CORE="79" # Core Level (Filename)
|
||||
PAKFIRE_CORE="79" # 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
|
||||
|
||||
Reference in New Issue
Block a user