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

This commit is contained in:
Arne Fitzenreiter
2019-06-22 16:01:16 +02:00
7 changed files with 11 additions and 5 deletions

View File

@@ -270,7 +270,7 @@ usr/lib/libbind9.so.161.0.2
#usr/lib/libdns.la
#usr/lib/libdns.so
usr/lib/libdns.so.1106
usr/lib/libdns.so.1106.0.0
usr/lib/libdns.so.1106.0.1
#usr/lib/libisc.la
#usr/lib/libisc.so
usr/lib/libisc.so.1100

View File

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

View File

@@ -1,6 +1,8 @@
etc/system-release
etc/issue
etc/rc.d/init.d/firewall
etc/rc.d/init.d/unbound
srv/web/ipfire/cgi-bin/credits.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
var/ipfire/general-functions.pl
var/ipfire/langs

View File

@@ -89,9 +89,9 @@ Alfred Haas,
Lars Schuhmacher,
Rene Zingel,
Sascha Kilian,
Stéphane Pautrel,
Ronald Wiesinger,
Stephan Feddersen,
Stéphane Pautrel,
Florian Bührle,
Bernhard Bitsch,
Justin Luth,

View File

@@ -25,7 +25,7 @@
include Config
VER = 9.11.7
VER = 9.11.8
THISAPP = bind-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 5c16cdab2ee066ed43a623febfd29244
$(DL_FILE)_MD5 = 67b856b6e5cbe4ff4b4456259ec37336
install : $(TARGET)

View File

@@ -27,7 +27,7 @@ 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
CORE="134" # Core Level (Filename)
PAKFIRE_CORE="133" # Core Level (PAKFIRE)
PAKFIRE_CORE="134" # 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

View File

@@ -379,6 +379,9 @@ iptables_init() {
# run wirelessctrl
/usr/local/bin/wirelessctrl
# run captivectrl
/usr/local/bin/captivectrl
# POLICY CHAIN
iptables -N POLICYIN
iptables -A INPUT -j POLICYIN