mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
This commit is contained in:
1
config/rootfiles/core/90/filelists/squid
Symbolic link
1
config/rootfiles/core/90/filelists/squid
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/squid
|
||||
@@ -195,6 +195,9 @@ fcrontab -z &>/dev/null
|
||||
# Generate ddns configuration file
|
||||
sudo -u nobody /srv/web/ipfire/cgi-bin/ddns.cgi
|
||||
|
||||
# Regenerate IPsec configuration
|
||||
sudo -u nobody /srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
|
||||
# Update Language cache
|
||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
|
||||
|
||||
@@ -3017,7 +3017,7 @@ sub make_algos($$$$$) {
|
||||
if ($mode eq "ike") {
|
||||
push(@algo, $int);
|
||||
|
||||
if ($grp =~ m/^e(\d+)/) {
|
||||
if ($grp =~ m/^e(.*)$/) {
|
||||
push(@algo, "ecp$1");
|
||||
} else {
|
||||
push(@algo, "modp$grp");
|
||||
@@ -3030,7 +3030,7 @@ sub make_algos($$$$$) {
|
||||
push(@algo, $int);
|
||||
}
|
||||
|
||||
if ($grp =~ m/^e(\d+)/) {
|
||||
if ($grp =~ m/^e(.*)$/) {
|
||||
push(@algo, "ecp$1");
|
||||
} else {
|
||||
push(@algo, "modp$grp");
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.4.9
|
||||
VER = 3.4.13
|
||||
|
||||
THISAPP = squid-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 497e5be7b3430d12667628296760beca
|
||||
$(DL_FILE)_MD5 = a5f6c978b2d7a99b161c8275e1acb470
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -78,12 +78,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--libexecdir=/usr/lib/squid \
|
||||
--localstatedir=/var \
|
||||
--disable-ipv6 \
|
||||
--disable-ssl \
|
||||
--enable-poll \
|
||||
--disable-icmp \
|
||||
--disable-wccp \
|
||||
--enable-ident-lookups \
|
||||
--enable-storeio="aufs,diskd,ufs" \
|
||||
--enable-ssl \
|
||||
--enable-underscores \
|
||||
--enable-http-violations \
|
||||
--enable-removal-policies="heap,lru" \
|
||||
|
||||
Reference in New Issue
Block a user