This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 88b1e637ac581b836bcdfa4a44deeef2d8ff9711 (commit) via 49c3105cc3fa4b988bc9d4596f4021c02fa15086 (commit) from 2c531c2132ae6681d5b0dc6ec114fb5e8cbb0040 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 88b1e637ac581b836bcdfa4a44deeef2d8ff9711 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 2 12:56:09 2015 +0200
squid: Disable SSL support
The SSL support parts of squid are a great security risk. The majority of all security issues has been in this area. As we are not using any of that in production we can as well disable SSL support.
This won't affect squid's possibility to forward SSL connections with the CONNECT method.
commit 49c3105cc3fa4b988bc9d4596f4021c02fa15086 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 2 11:20:37 2015 +0200
squid: Update to 3.4.13
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/84 => core/90}/filelists/squid | 0 lfs/squid | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/84 => core/90}/filelists/squid (100%)
Difference in files: diff --git a/config/rootfiles/core/90/filelists/squid b/config/rootfiles/core/90/filelists/squid new file mode 120000 index 0000000..2dc8372 --- /dev/null +++ b/config/rootfiles/core/90/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/lfs/squid b/lfs/squid index 67e4a7d..d4fc4c5 100644 --- a/lfs/squid +++ b/lfs/squid @@ -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" \
hooks/post-receive -- IPFire 2.x development tree