guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945


From: guix-commits
Subject: branch master updated: gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945, 12519, 12521}].
Date: Thu, 23 Apr 2020 13:26:03 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0f25feb  gnu: Squid: Update to 4.11 [fixes 
CVE-2020-{11945,12519,12521}].
0f25feb is described below

commit 0f25feb15917c48cd37ee9b5a2cfc40014b0c520
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Apr 23 13:06:42 2020 -0400

    gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945,12519,12521}].
    
    * gnu/packages/networking.scm (squid): Update to 4.11.
---
 gnu/packages/networking.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6231632..94b5215 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -919,14 +919,15 @@ TCP connection, TLS handshake and so on) in the 
terminal.")
 (define-public squid
   (package
     (name "squid")
-    (version "4.10")
+    (version "4.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.squid-cache.org/Versions/v4/squid-";
                            version ".tar.xz"))
        (sha256
-        (base32 "07sz0adv8nkhy797675bpra7lvdkwjq9isw1ddgylhlazl511w4q"))))
+        (base32
+          "0z986kykx539wjqd7mr8y0abf3z6hz8byf8fmmbky9hh4ihlgnaf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]