guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: httpd: Update to 2.4.39 [security fixes].


From: guix-commits
Subject: 04/04: gnu: httpd: Update to 2.4.39 [security fixes].
Date: Thu, 4 Apr 2019 08:37:57 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d7a86128274220481b2a248488246376a5c893ac
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 2 20:04:06 2019 +0200

    gnu: httpd: Update to 2.4.39 [security fixes].
    
    This release fixes CVE-2019-0196, CVE-2019-0197, CVE-2019-0211, 
CVE-2019-0215,
    CVE-2019-0217, and CVE-2019-0220.  See
    <https://httpd.apache.org/security/vulnerabilities_24.html> for more 
information.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.39.
---
 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 6a34c1e..e235378 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -125,14 +125,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.38")
+    (version "2.4.39")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0jiriyyf3pm6axf4mrz6c2z08yhs21hb4d23viq87jclm5bmiikx"))))
+               "18ngvsjq65qxk3biggnkhkq8jlll9dsg9n3csra9p99sfw2rvjml"))))
     (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]