All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains
@ 2016-10-10 15:50 Gustavo Zacarias
  2016-10-10 15:50 ` [Buildroot] [PATCH 2/2] squid: bump to version 3.5.22 Gustavo Zacarias
  2016-10-14 14:51 ` [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2016-10-10 15:50 UTC (permalink / raw)
  To: buildroot

It has been broken for several releases, fixes:
http://autobuild.buildroot.net/results/d6c/d6cf725e88bc0a4afd0b7e1ae58a8e5a649ae6c3/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/squid/squid.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index 702b220..c8a7248 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -25,7 +25,7 @@ SQUID_CONF_ENV = \
 	BUILDCXXFLAGS="$(HOST_CXXFLAGS)"
 SQUID_CONF_OPTS = \
 	--enable-async-io=8 \
-	--enable-linux-netfilter \
+	$(if $(BR2_TOOLCHAIN_USES_MUSL),--disable-linux-netfilter,--enable-linux-netfilter) \
 	--enable-removal-policies="lru,heap" \
 	--with-filedescriptors=1024 \
 	--disable-ident-lookups \
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] squid: bump to version 3.5.22
  2016-10-10 15:50 [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains Gustavo Zacarias
@ 2016-10-10 15:50 ` Gustavo Zacarias
  2016-10-14 14:51   ` Peter Korsgaard
  2016-10-14 14:51 ` [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2016-10-10 15:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/squid/squid.hash | 6 +++---
 package/squid/squid.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/squid/squid.hash b/package/squid/squid.hash
index 30eed50..3b2f2de 100644
--- a/package/squid/squid.hash
+++ b/package/squid/squid.hash
@@ -1,3 +1,3 @@
-# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.21.tar.xz.asc
-md5 e6745a6e4ac0b48b7283861f64a40ae5  squid-3.5.21.tar.xz
-sha1 38c4f801a17e27ea530fef88c6ee24b42f08529c  squid-3.5.21.tar.xz
+# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.22.tar.xz.asc
+md5 afb82d2748c06c95815c171463b4aa14  squid-3.5.22.tar.xz
+sha1 73e9199dd9d2a7f107f78d03454830713a4a571d  squid-3.5.22.tar.xz
diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index c8a7248..ddd0b83 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 SQUID_VERSION_MAJOR = 3.5
-SQUID_VERSION = $(SQUID_VERSION_MAJOR).21
+SQUID_VERSION = $(SQUID_VERSION_MAJOR).22
 SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
 SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
 SQUID_LICENSE = GPLv2+
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains
  2016-10-10 15:50 [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains Gustavo Zacarias
  2016-10-10 15:50 ` [Buildroot] [PATCH 2/2] squid: bump to version 3.5.22 Gustavo Zacarias
@ 2016-10-14 14:51 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-10-14 14:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > It has been broken for several releases, fixes:
 > http://autobuild.buildroot.net/results/d6c/d6cf725e88bc0a4afd0b7e1ae58a8e5a649ae6c3/

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] squid: bump to version 3.5.22
  2016-10-10 15:50 ` [Buildroot] [PATCH 2/2] squid: bump to version 3.5.22 Gustavo Zacarias
@ 2016-10-14 14:51   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-10-14 14:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-14 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10 15:50 [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains Gustavo Zacarias
2016-10-10 15:50 ` [Buildroot] [PATCH 2/2] squid: bump to version 3.5.22 Gustavo Zacarias
2016-10-14 14:51   ` Peter Korsgaard
2016-10-14 14:51 ` [Buildroot] [PATCH 1/2] squid: disable netfilter for musl toolchains Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.