GNU bug report logs - #71514
[PATCH] gnu: squid: Update to 6.10.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 12 Jun 2024 11:04:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#71514: closed (Close)
Date: Sun, 16 Jun 2024 08:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71514: [PATCH] gnu: squid: Update to 6.10.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71514 <at> debbugs.gnu.org.

-- 
71514: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71514
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 71514-done <at> debbugs.gnu.org
Subject: Close
Date: Sun, 16 Jun 2024 10:18:05 +0200
Pushed, thanks for the patch and the review!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: squid: Update to 6.10.
Date: Wed, 12 Jun 2024 04:03:15 -0700
* gnu/packages/networking.scm (squid): Update to 6.10.

Change-Id: I0e054e8394bc3e097bd9b53dde680af082c94344
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7e724bff6a..e3bed39f70 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2042,14 +2042,14 @@ (define-public httpstat
 (define-public squid
   (package
     (name "squid")
-    (version "6.3")
+    (version "6.10")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.squid-cache.org/Versions/v6/squid-"
                            version ".tar.xz"))
        (sha256
-        (base32 "1yj869jnbdv1fb604j6g602dyvfnw7ahh9sh7mbqjpbsd9cgb83l"))))
+        (base32 "19q86j2jd2vwv298ialnhqahl0qjxjdbigi5vmq4gw13wy3v21qb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
-- 
2.34.1




This bug report was last modified 1 year and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.