gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].
authorLeo Famulari <leo@famulari.name>
Wed, 18 Jul 2018 17:33:18 +0000 (13:33 -0400)
committerLeo Famulari <leo@famulari.name>
Wed, 18 Jul 2018 17:34:02 +0000 (13:34 -0400)
* gnu/packages/web.scm (httpd): Update to 2.4.34.

gnu/packages/web.scm

index 7e6b65d..b76f111 100644 (file)
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.33")
+    (version "2.4.34")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "01bghiq4pbgjbgd6gic0nb8bbk6mfpwx3gcsbf21f3dhb4c520ny"))))
+               "1w1q2smdgf6ln0x741lk5pv5r0gzrxj2iza1vslhifzy65bcjlzs"))))
     (build-system gnu-build-system)
     (native-inputs `(("pcre" ,pcre "bin")))       ;for 'pcre-config'
     (inputs `(("apr" ,apr)