[PATCH] gnu: squid: Update to 6.10.

  • Done
  • quality assurance status badge
Details
3 participants
  • Andreas Enge
  • Andy Tai
  • Nicolas Graves
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 9 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
97895270b6bf2357e0dd4ab013dd977e2fc53f5f.1718190168.git.atai@atai.org
* gnu/packages/networking.scm (squid): Update to 6.10.

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

Toggle diff (25 lines)
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
Nicolas Graves wrote 9 months ago
QA review for 71514
87bk4244e7.fsf@ngraves.fr
user guix
usertag 71514 + reviewed-looks-good
thanks

Guix QA review form submission:
Built and challenged.
No lint warning including tests that require network except archival which currently times out.
LGTM.

Items marked as checked: Lint warnings, Package builds, Commit messages

--
Best regards,
Nicolas Graves
Andreas Enge wrote 9 months ago
Close
(address . 71514-done@debbugs.gnu.org)
Zm6fvd_LFUzGAP8I@jurong
Pushed, thanks for the patch and the review!

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71514@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71514
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help