mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 14:03:00 +02:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user