public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] squid: Update to 3.5.22
@ 2016-10-12 19:04 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2016-10-12 19:04 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1639 bytes --]

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/squid                                                           | 6 +++---
 ...escriptors.patch => squid-3.5.22-fix-max-file-descriptors.patch} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename src/patches/{squid-3.5.21-fix-max-file-descriptors.patch => squid-3.5.22-fix-max-file-descriptors.patch} (100%)

diff --git a/lfs/squid b/lfs/squid
index ae8e1e9..269c663 100644
--- 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
diff --git a/src/patches/squid-3.5.21-fix-max-file-descriptors.patch b/src/patches/squid-3.5.22-fix-max-file-descriptors.patch
similarity index 100%
rename from src/patches/squid-3.5.21-fix-max-file-descriptors.patch
rename to src/patches/squid-3.5.22-fix-max-file-descriptors.patch
-- 
2.10.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-12 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-12 19:04 [PATCH] squid: Update to 3.5.22 Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox