From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 3.5.22 Date: Wed, 12 Oct 2016 21:04:48 +0200 Message-ID: <20161012190448.1175-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7802965697686167755==" List-Id: --===============7802965697686167755== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Matthias Fischer --- lfs/squid | 6 +++-= -- ...escriptors.patch =3D> 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 =3D> 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 @@ =20 include Config =20 -VER =3D 3.5.21 +VER =3D 3.5.22 =20 THISAPP =3D squid-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D e6745a6e4ac0b48b7283861f64a40ae5 +$(DL_FILE)_MD5 =3D afb82d2748c06c95815c171463b4aa14 =20 install : $(TARGET) =20 @@ -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 =20 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/pa= tches/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 --=20 2.10.1 --===============7802965697686167755==--