Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

This commit is contained in:
Stefan Schantl
2018-06-27 19:33:43 +02:00
917 changed files with 72690 additions and 101956 deletions

View File

@@ -1,18 +0,0 @@
etc/system-release
etc/issue
etc/ssl/certs/ca-bundle.crt
etc/ssl/certs/ca-bundle.trust.crt
opt/pakfire/lib/functions.pl
srv/web/ipfire/cgi-bin/country.cgi
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
srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromcountry.dat
srv/web/ipfire/cgi-bin/routing.cgi
srv/web/ipfire/html/themes/darkdos/include/functions.pl
srv/web/ipfire/html/themes/ipfire-legacy/include/functions.pl
srv/web/ipfire/html/themes/ipfire/include/functions.pl
srv/web/ipfire/html/themes/maniac/include/functions.pl
usr/local/bin/captivectrl
var/ipfire/geoip-functions.pl
var/ipfire/network-functions.pl

View File

@@ -1 +0,0 @@
DEPS=""

View File

@@ -0,0 +1 @@
../../../common/coreutils

View File

@@ -0,0 +1,7 @@
etc/system-release
etc/issue
srv/web/ipfire/cgi-bin/ids.cgi
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/ovpnmain.cgi
var/ipfire/backup/exclude
var/ipfire/langs

View File

@@ -0,0 +1 @@
../../../common/gnupg

View File

@@ -0,0 +1 @@
../../../common/iana-etc

View File

@@ -0,0 +1 @@
../../../common/ipset

View File

@@ -0,0 +1 @@
../../../common/libgcrypt

View File

@@ -0,0 +1 @@
../../../common/tzdata

View File

@@ -0,0 +1 @@
../../../common/unbound

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
core=117
core=123
# Remove old core updates from pakfire cache to save space...
for (( i=1; i<=$core; i++ )); do
@@ -40,12 +40,13 @@ extract_files
ldconfig
# Update Language cache
#/usr/local/bin/update-lang-cache
/usr/local/bin/update-lang-cache
# Start services
/etc/init.d/unbound restart
# This update need a reboot...
#touch /var/run/need_reboot
# This update needs a reboot...
touch /var/run/need_reboot
# Finish
/etc/init.d/fireinfo start