]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
squid: Update to 3.5.22
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 12 Oct 2016 19:04:48 +0000 (21:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Oct 2016 21:40:42 +0000 (22:40 +0100)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/squid
src/patches/squid-3.5.22-fix-max-file-descriptors.patch [moved from src/patches/squid-3.5.21-fix-max-file-descriptors.patch with 100% similarity]

index ae8e1e9b7d39ad75e98e2f41f0b008f752043624..269c663b4c7a5a319b4b3cd6c3956a8a4cbfa094 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.5.21
+VER        = 3.5.22
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e6745a6e4ac0b48b7283861f64a40ae5
+$(DL_FILE)_MD5 = afb82d2748c06c95815c171463b4aa14
 
 install : $(TARGET)
 
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xaf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid-3.5.21-fix-max-file-descriptors.patch
+       cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid-3.5.22-fix-max-file-descriptors.patch
 
        cd $(DIR_APP) && autoreconf -vfi
        cd $(DIR_APP)/libltdl && autoreconf -vfi