guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Apache httpd: Update to 2.4.41 [security fixes].


From: guix-commits
Subject: 01/01: gnu: Apache httpd: Update to 2.4.41 [security fixes].
Date: Mon, 19 Aug 2019 18:02:13 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit eaca4d5f86f73d7ad782594e8a2705f1ec62b58d
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 19 17:59:51 2019 -0400

    gnu: Apache httpd: Update to 2.4.41 [security fixes].
    
    Fixes CVE-2019-{5917,10081,10082,10092,10097,10098}].
    
    * gnu/packages/web.scm (httpd): Update to 2.4.41.
---
 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 0b7bf69..9b2be15 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -133,14 +133,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.39")
+    (version "2.4.41")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "18ngvsjq65qxk3biggnkhkq8jlll9dsg9n3csra9p99sfw2rvjml"))))
+               "0h7a31yxwyh7h521frnmlppl0h7sh9icc3ka6vlmlcg5iwllhg8k"))))
     (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]