public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] squid: Update to 3.5.19
@ 2016-05-10 16:58 Matthias Fischer
  2016-05-11 14:48 ` Michael Tremer
  0 siblings, 1 reply; 6+ messages in thread
From: Matthias Fischer @ 2016-05-10 16:58 UTC (permalink / raw)
  To: development

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

Activated 'ipv6', as discussed in ipfire-list with MT:

"I had a look what the IPv6 switch actually changes. And that is not really much.
Essentially nothing. It just probes if the system supports IPv6 and if not it
disables it internally.

http://git.ipfire.org/?p=thirdparty%2Fsquid.git&a=search&h=refs%2Fheads%2Ftrunk&st=grep&s=USE_IPV6

I think we can as well enable this."

Done,

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/squid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/squid b/lfs/squid
index a7edc9d..74a4f19 100644
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.5.18
+VER        = 3.5.19
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9ae3843c341e8a142e963ab937c51cdd
+$(DL_FILE)_MD5 = a1d990284c429a63ee85d80ee5b3b8b9
 
 install : $(TARGET)
 
@@ -89,7 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		--disable-kqueue \
 		--disable-esi \
 		--disable-arch-native \
-		--disable-ipv6 \
+		--enable-ipv6 \
 		--enable-poll \
 		--enable-ident-lookups \
 		--enable-storeio=aufs,diskd,ufs \
-- 
2.8.2


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

* Re: [PATCH] squid: Update to 3.5.19
  2016-05-10 16:58 [PATCH] squid: Update to 3.5.19 Matthias Fischer
@ 2016-05-11 14:48 ` Michael Tremer
  2016-05-11 16:43   ` Matthias Fischer
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Tremer @ 2016-05-11 14:48 UTC (permalink / raw)
  To: development

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

Hi,

thank you. Merged this.

They are really fast with their updates...

-Michael

On Tue, 2016-05-10 at 18:58 +0200, Matthias Fischer wrote:
> Activated 'ipv6', as discussed in ipfire-list with MT:
> 
> "I had a look what the IPv6 switch actually changes. And that is not really
> much.
> Essentially nothing. It just probes if the system supports IPv6 and if not it
> disables it internally.
> 
> http://git.ipfire.org/?p=thirdparty%2Fsquid.git&a=search&h=refs%2Fheads%2Ftrun
> k&st=grep&s=USE_IPV6
> 
> I think we can as well enable this."
> 
> Done,
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/squid | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/squid b/lfs/squid
> index a7edc9d..74a4f19 100644
> --- a/lfs/squid
> +++ b/lfs/squid
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 3.5.18
> +VER        = 3.5.19
>  
>  THISAPP    = squid-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 9ae3843c341e8a142e963ab937c51cdd
> +$(DL_FILE)_MD5 = a1d990284c429a63ee85d80ee5b3b8b9
>  
>  install : $(TARGET)
>  
> @@ -89,7 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  		--disable-kqueue \
>  		--disable-esi \
>  		--disable-arch-native \
> -		--disable-ipv6 \
> +		--enable-ipv6 \
>  		--enable-poll \
>  		--enable-ident-lookups \
>  		--enable-storeio=aufs,diskd,ufs \

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] squid: Update to 3.5.19
  2016-05-11 14:48 ` Michael Tremer
@ 2016-05-11 16:43   ` Matthias Fischer
  2016-05-11 21:52     ` Michael Tremer
  0 siblings, 1 reply; 6+ messages in thread
From: Matthias Fischer @ 2016-05-11 16:43 UTC (permalink / raw)
  To: development

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

Hi,

On 11.05.2016 16:48, Michael Tremer wrote:
> thank you. Merged this.

No problem... ;-)

> They are really fast with their updates...

They had problems: ;-)

"Changes to squid-3.5.19 (09 May 2016):

	- Regression Bug 4515: interception proxy hangs"


Best,
Matthias


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

* Re: [PATCH] squid: Update to 3.5.19
  2016-05-11 16:43   ` Matthias Fischer
@ 2016-05-11 21:52     ` Michael Tremer
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Tremer @ 2016-05-11 21:52 UTC (permalink / raw)
  To: development

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

On Wed, 2016-05-11 at 18:43 +0200, Matthias Fischer wrote:
> Hi,
> 
> On 11.05.2016 16:48, Michael Tremer wrote:
> > 
> > thank you. Merged this.
> No problem... ;-)
> 
> > 
> > They are really fast with their updates...
> They had problems: ;-)
> 
> "Changes to squid-3.5.19 (09 May 2016):
> 
> 	- Regression Bug 4515: interception proxy hangs"

This was only introduced in 3.5.17.

http://bugs.squid-cache.org/show_bug.cgi?id=4515

> 
> 
> Best,
> Matthias
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] squid: Update to 3.5.19
  2016-05-10 17:00 Matthias Fischer
@ 2016-05-10 18:02 ` Matthias Fischer
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Fischer @ 2016-05-10 18:02 UTC (permalink / raw)
  To: development

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

Hi,

I dropped this.

Accidently sent twice!

Sorry - Best,
Matthias

On 10.05.2016 19:00, Matthias Fischer wrote:
> Activated 'ipv6', as discussed in ipfire-list with MT:
> 
> "I had a look what the IPv6 switch actually changes. And that is not really much.
> Essentially nothing. It just probes if the system supports IPv6 and if not it
> disables it internally.
> 
> http://git.ipfire.org/?p=thirdparty%2Fsquid.git&a=search&h=refs%2Fheads%2Ftrunk&st=grep&s=USE_IPV6
> 
> I think we can as well enable this."
> 
> Done.
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/squid | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/squid b/lfs/squid
> index a7edc9d..74a4f19 100644
> --- a/lfs/squid
> +++ b/lfs/squid
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 3.5.18
> +VER        = 3.5.19
>  
>  THISAPP    = squid-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 9ae3843c341e8a142e963ab937c51cdd
> +$(DL_FILE)_MD5 = a1d990284c429a63ee85d80ee5b3b8b9
>  
>  install : $(TARGET)
>  
> @@ -89,7 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  		--disable-kqueue \
>  		--disable-esi \
>  		--disable-arch-native \
> -		--disable-ipv6 \
> +		--enable-ipv6 \
>  		--enable-poll \
>  		--enable-ident-lookups \
>  		--enable-storeio=aufs,diskd,ufs \
> 


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

* [PATCH] squid: Update to 3.5.19
@ 2016-05-10 17:00 Matthias Fischer
  2016-05-10 18:02 ` Matthias Fischer
  0 siblings, 1 reply; 6+ messages in thread
From: Matthias Fischer @ 2016-05-10 17:00 UTC (permalink / raw)
  To: development

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

Activated 'ipv6', as discussed in ipfire-list with MT:

"I had a look what the IPv6 switch actually changes. And that is not really much.
Essentially nothing. It just probes if the system supports IPv6 and if not it
disables it internally.

http://git.ipfire.org/?p=thirdparty%2Fsquid.git&a=search&h=refs%2Fheads%2Ftrunk&st=grep&s=USE_IPV6

I think we can as well enable this."

Done.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/squid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/squid b/lfs/squid
index a7edc9d..74a4f19 100644
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.5.18
+VER        = 3.5.19
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9ae3843c341e8a142e963ab937c51cdd
+$(DL_FILE)_MD5 = a1d990284c429a63ee85d80ee5b3b8b9
 
 install : $(TARGET)
 
@@ -89,7 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		--disable-kqueue \
 		--disable-esi \
 		--disable-arch-native \
-		--disable-ipv6 \
+		--enable-ipv6 \
 		--enable-poll \
 		--enable-ident-lookups \
 		--enable-storeio=aufs,diskd,ufs \
-- 
2.8.2


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

end of thread, other threads:[~2016-05-11 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-10 16:58 [PATCH] squid: Update to 3.5.19 Matthias Fischer
2016-05-11 14:48 ` Michael Tremer
2016-05-11 16:43   ` Matthias Fischer
2016-05-11 21:52     ` Michael Tremer
2016-05-10 17:00 Matthias Fischer
2016-05-10 18:02 ` Matthias Fischer

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