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.23.


From: Leo Famulari
Subject: 01/01: gnu: httpd: Update to 2.4.23.
Date: Wed, 6 Jul 2016 18:49:43 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 25a814ceab7baba27efe10cf9964016a1424d99c
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 6 14:36:54 2016 -0400

    gnu: httpd: Update to 2.4.23.
    
    Fixes CVE-2016-4979.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.23.
---
 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 f796c13..5502a0f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -76,14 +76,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.16")
+    (version "2.4.23")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0hrpy6gjwma0kba7p7m61vwh82qcnkf08123lrwpg257m93hnrmc"))))
+               "0n2yx3gjlpr4kgqx845fj6amnmg25r2l6a7rzab5hxnpmar985hc"))))
     (build-system gnu-build-system)
     (inputs `(("apr" ,apr)
               ("apr-util" ,apr-util)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]