[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].
From: |
Leo Famulari |
Subject: |
02/02: gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}]. |
Date: |
Wed, 18 Jul 2018 13:39:28 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 16c09025878b9148fc091b828d1f016d0e1f46bf
Author: Leo Famulari <address@hidden>
Date: Wed Jul 18 13:33:18 2018 -0400
gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].
* gnu/packages/web.scm (httpd): Update to 2.4.34.
---
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 7e6b65d..b76f111 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -122,14 +122,14 @@
(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)