guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: httpd: Update to 2.4.33 [security fixes].


From: Marius Bakke
Subject: 01/02: gnu: httpd: Update to 2.4.33 [security fixes].
Date: Sun, 25 Mar 2018 17:01:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 171e84d63d9e51c25c77430db86c80878fc39e3d
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 25 22:43:39 2018 +0200

    gnu: httpd: Update to 2.4.33 [security fixes].
    
    This fixes CVE-2017-15710, CVE-2017-15715, CVE-2018-1283, CVE-2018-1301,
    CVE-2018-1302, CVE-2018-1303, and CVE-2018-1312.
    
    * gnu/packages/web.scm (httpd): Update to 2.4.33.
---
 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 0902677..daf60c9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -115,14 +115,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.29")
+    (version "2.4.33")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "003z3yckkdihfv69rgqsik1w2jsnh14j3ci8fjia4s2mlajm6xvp"))))
+               "01bghiq4pbgjbgd6gic0nb8bbk6mfpwx3gcsbf21f3dhb4c520ny"))))
     (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]