[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: nginx: Update to 1.8.1 [fixes CVE-2016-{0742, 0746, 0747}].
From: |
Leo Famulari |
Subject: |
01/01: gnu: nginx: Update to 1.8.1 [fixes CVE-2016-{0742, 0746, 0747}]. |
Date: |
Tue, 26 Jan 2016 20:32:01 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit 7432386adb0d239270afd5004e4a08d92cdcaa6d
Author: Leo Famulari <address@hidden>
Date: Tue Jan 26 15:27:58 2016 -0500
gnu: nginx: Update to 1.8.1 [fixes CVE-2016-{0742,0746,0747}].
* gnu/packages/web.scm (nginx): Update to 1.8.1.
---
gnu/packages/web.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 52c5740..cfee142 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -100,14 +100,14 @@ and its related documentation.")
(define-public nginx
(package
(name "nginx")
- (version "1.8.0")
+ (version "1.8.1")
(source (origin
(method url-fetch)
(uri (string-append "http://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1mgkkmmwkhmpn68sdvbd73ssv6lpqhh864fsyvc1ij4hk4is3k13"))))
+ "1dwpyw4pvhj68vxramqxm8f79pqz9lrm8mvifbn49h3615ikqjwg"))))
(build-system gnu-build-system)
(inputs `(("pcre" ,pcre)
("openssl" ,openssl)