mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 07:23:03 +02:00
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
This commit is contained in:
@@ -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
|
||||
|
||||
1
config/rootfiles/core/134/filelists/bind
Symbolic link
1
config/rootfiles/core/134/filelists/bind
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/bind
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
4
lfs/bind
4
lfs/bind
@@ -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)
|
||||
|
||||
|
||||
2
make.sh
2
make.sh
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user