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.26 [fixes CVE-2017-7659].


From: Leo Famulari
Subject: 01/01: gnu: httpd: Update to 2.4.26 [fixes CVE-2017-7659].
Date: Mon, 19 Jun 2017 16:50:26 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 030f3219c3be44e4bdd5a95931d99f4372644598
Author: Leo Famulari <address@hidden>
Date:   Mon Jun 19 16:45:50 2017 -0400

    gnu: httpd: Update to 2.4.26 [fixes CVE-2017-7659].
    
    * gnu/packages/web.scm (httpd): Update to 2.5.26.
---
 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 17583b3..3a6e20d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -94,14 +94,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.25")
+    (version "2.4.26")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1cl0bkqg6srb1sypga0cn8dcmdyxldavij73zmmkxvlz3kgw4zpq"))))
+               "11ykcfv7b9zpd7fb93a7yhnyfwrilryjz21iklaf0yf8mwpvazm0"))))
     (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]