From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fd3b90c8751df6db7a99bcf3181cef608bb72417 Date: Sat, 13 Feb 2016 19:48:16 +0000 Message-ID: <20160213194816.6CFBA1081BC7@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6875241911291022547==" List-Id: --===============6875241911291022547== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via fd3b90c8751df6db7a99bcf3181cef608bb72417 (commit) from e039df8613b4f51b58ca249998ef66fc7bb76758 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fd3b90c8751df6db7a99bcf3181cef608bb72417 Author: Matthias Fischer Date: Sat Feb 13 08:29:39 2016 +0100 squid 3.4.14: Bugfix for #4431 (C code is not compiled with CFLAGS) =20 For details see: http://bugs.squid-cache.org/show_bug.cgi?id=3D4431 =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/squid | 1 + src/patches/squid-3.4-13230.patch | 44 +++++++++++++++++++++++++++++++++++++= ++ 2 files changed, 45 insertions(+) create mode 100644 src/patches/squid-3.4-13230.patch Difference in files: diff --git a/lfs/squid b/lfs/squid index c2b3935..997c660 100644 --- a/lfs/squid +++ b/lfs/squid @@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @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.4-13228.patch cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid-3.4.14-fix-max-= file-descriptors.patch + cd $(DIR_APP) && patch -Np0 -i $(DIR_SRC)/src/patches/squid-3.4-13230.patch cd $(DIR_APP) && autoreconf -vfi cd $(DIR_APP)/libltdl && autoreconf -vfi =20 diff --git a/src/patches/squid-3.4-13230.patch b/src/patches/squid-3.4-13230.= patch new file mode 100644 index 0000000..597d135 --- /dev/null +++ b/src/patches/squid-3.4-13230.patch @@ -0,0 +1,44 @@ +------------------------------------------------------------ +revno: 13230 +revision-id: squid3(a)treenet.co.nz-20160212045316-zwx4r9we4gf27rx3 +parent: squid3(a)treenet.co.nz-20151119051038-vwclso11p68sgvxc +fixes bug: http://bugs.squid-cache.org/show_bug.cgi?id=3D4431 +author: Marcos Mello +committer: Amos Jeffries +branch nick: 3.4 +timestamp: Fri 2016-02-12 17:53:16 +1300 +message: + Bug 4431: C code is not compiled with CFLAGS +------------------------------------------------------------ +# Bazaar merge directive format 2 (Bazaar 0.90) +# revision_id: squid3(a)treenet.co.nz-20160212045316-zwx4r9we4gf27rx3 +# target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 +# testament_sha1: 53c8d70db04dad826815fb86995cda7e99f1d8e2 +# timestamp: 2016-02-12 05:50:53 +0000 +# source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 +# base_revision_id: squid3(a)treenet.co.nz-20151119051038-\ +# vwclso11p68sgvxc +#=20 +# Begin patch +=3D=3D=3D modified file 'acinclude/compiler-flags.m4' +--- acinclude/compiler-flags.m4 2015-01-09 10:30:44 +0000 ++++ acinclude/compiler-flags.m4 2016-02-12 04:53:16 +0000 +@@ -36,7 +36,7 @@ + AC_CACHE_CHECK([whether compiler accepts $2],[$1], + [{ + AC_REQUIRE([AC_PROG_CC]) +- SAVED_FLAGS=3D"$CFLAGS" ++ SAVED_CFLAGS=3D"$CFLAGS" + SAVED_CXXFLAGS=3D"$CXXFLAGS" + CFLAGS=3D"$CFLAGS $2" + CXXFLAGS=3D"$CXXFLAGS $2" +@@ -60,7 +60,7 @@ + AC_CACHE_CHECK([whether compiler requires $2],[$1], + [{ + AC_REQUIRE([AC_PROG_CC]) +- SAVED_FLAGS=3D"$CFLAGS" ++ SAVED_CFLAGS=3D"$CFLAGS" + SAVED_CXXFLAGS=3D"$CXXFLAGS" + AC_COMPILE_IFELSE([AC_LANG_PROGRAM($3,$4)],[$1=3Dno],[],[$1=3Dno]) + if test "x$1" !=3D "xno" ; then + hooks/post-receive -- IPFire 2.x development tree --===============6875241911291022547==--