squid: Update to 4.12

Message ID 20200610213852.8042-1-matthias.fischer@ipfire.org
State Accepted
Commit 3a40d335830946fcaac286b58abdfaae15ed2cad
Headers
Series squid: Update to 4.12 |

Commit Message

Matthias Fischer June 10, 2020, 9:38 p.m. UTC
  For details see:
http://www.squid-cache.org/Versions/v4/changesets/

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

Comments

Michael Tremer June 11, 2020, 8:43 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

Very good. I feel I haven’t put the reviewed-by tag on something in ages :)

> On 10 Jun 2020, at 22:38, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> For details see:
> http://www.squid-cache.org/Versions/v4/changesets/
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> lfs/squid | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/squid b/lfs/squid
> index 9c913b928..ebd25e42e 100644
> --- a/lfs/squid
> +++ b/lfs/squid
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 4.11
> +VER        = 4.12
> 
> THISAPP    = squid-$(VER)
> DL_FILE    = $(THISAPP).tar.xz
> @@ -46,7 +46,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 10f34e852153a9996aa4614670e2bda1
> +$(DL_FILE)_MD5 = ad7a4a8a0031cae3435717a759173829
> 
> install : $(TARGET)
> 
> -- 
> 2.17.1
>
  

Patch

diff --git a/lfs/squid b/lfs/squid
index 9c913b928..ebd25e42e 100644
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 4.11
+VER        = 4.12
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -46,7 +46,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 10f34e852153a9996aa4614670e2bda1
+$(DL_FILE)_MD5 = ad7a4a8a0031cae3435717a759173829
 
 install : $(TARGET)