squid: Update to 3.4.7

Solves a DoS issue "Ignore Range headers with unidentifiable byte-range values"
filed under security advisory SQUID-2014:2 and CVE-2014-3609.
This commit is contained in:
Michael Tremer
2014-08-28 16:09:31 +02:00
parent d79fbce44e
commit 94b3d7d2f2

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.4.5
VER = 3.4.7
THISAPP = squid-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = a831efb36cfbaa419f8dc7a43cba72c9
$(DL_FILE)_MD5 = 74677634121649ccb87a5655fcd4298d
install : $(TARGET)