guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-20


From: guix-commits
Subject: branch master updated: gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013].
Date: Fri, 08 Oct 2021 19:10:52 -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 2a273e9  gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013].
2a273e9 is described below

commit 2a273e9e2268c24b67620574fe34cc20bce7e5c8
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Oct 8 19:08:42 2021 -0400

    gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013].
    
    This fixes CVE-2021-42013, which refers to the incomplete fix of 
CVE-2021-41773
    in httpd 2.4.50:
    
    https://httpd.apache.org/security/vulnerabilities_24.html
    
    * gnu/packages/web.scm (httpd): Update to 2.4.51.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5819973..b2197ec 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -252,14 +252,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.50")
+    (version "2.4.51")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "03w9nc7v0rqljxazikbrlgbw7lq72i8n7n9ynlp6h1n6f301fa3a"))))
+               "1x1qp10pfh33x1b56liwsjl0jamjm5lkk7j3lj87c1ygzs0ivq10"))))
     (build-system gnu-build-system)
     (native-inputs `(("pcre" ,pcre "bin")))       ;for 'pcre-config'
     (inputs `(("apr" ,apr)



reply via email to

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