guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: httpd: Update to 2.4.27 [fixes CVE-2017-{9788,9789}].


From: Leo Famulari
Subject: 01/01: gnu: httpd: Update to 2.4.27 [fixes CVE-2017-{9788,9789}].
Date: Thu, 13 Jul 2017 11:36:06 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit dcd9a331477042c252c23cae214646b4917f496e
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 13 11:33:15 2017 -0400

    gnu: httpd: Update to 2.4.27 [fixes CVE-2017-{9788,9789}].
    
    * gnu/packages/web.scm (httpd): Update to 2.4.27.
---
 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 2c3ffdc..8029903 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -94,14 +94,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.26")
+    (version "2.4.27")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "11ykcfv7b9zpd7fb93a7yhnyfwrilryjz21iklaf0yf8mwpvazm0"))))
+               "0fn1778mxhf78np2d8qlycg1c2ak18rxax41plahasca4clc3z3i"))))
     (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]