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.43 [fixes CVE-20


From: guix-commits
Subject: branch master updated: gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927, 1934}].
Date: Thu, 02 Apr 2020 11:36:51 -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 8549e47  gnu: Apache httpd: Update to 2.4.43 [fixes 
CVE-2020-{1927,1934}].
8549e47 is described below

commit 8549e47ecf4b6a1dbc89981ef37cda2775993623
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Apr 2 11:29:35 2020 -0400

    gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927,1934}].
    
    * gnu/packages/web.scm (httpd): Update to 2.4.43.
---
 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 a553dc2..d91f299 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -149,14 +149,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.41")
+    (version "2.4.43")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0h7a31yxwyh7h521frnmlppl0h7sh9icc3ka6vlmlcg5iwllhg8k"))))
+               "0hqgw47r3p3521ygkkqs8s30s5crm683081avj6330gwncm6b5x4"))))
     (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]