[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: nginx: Update to 1.9.11. [fixes CVE-2016-{0742, 0746, 0747}]
From: |
Efraim Flashner |
Subject: |
01/01: gnu: nginx: Update to 1.9.11. [fixes CVE-2016-{0742, 0746, 0747}] |
Date: |
Thu, 11 Feb 2016 19:37:37 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 759246ad48c585621355e8c32bf3596ef9cd356f
Author: Efraim Flashner <address@hidden>
Date: Thu Feb 11 21:36:43 2016 +0200
gnu: nginx: Update to 1.9.11. [fixes CVE-2016-{0742, 0746, 0747}]
* gnu/packages/web.scm (nginx): Update to 1.9.11.
---
gnu/packages/web.scm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 516e623..b61a14e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
;;; Copyright © 2015, 2016 Eric Bavier <address@hidden>
;;; Copyright © 2015 Eric Dvorsak <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -100,14 +101,14 @@ and its related documentation.")
(define-public nginx
(package
(name "nginx")
- (version "1.8.1")
+ (version "1.9.11")
(source (origin
(method url-fetch)
(uri (string-append "http://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1dwpyw4pvhj68vxramqxm8f79pqz9lrm8mvifbn49h3615ikqjwg"))))
+ "07x5d2ryf547xrj4wp8w90kz2d93sxjhkfjb0vdscmxgmzs74p3a"))))
(build-system gnu-build-system)
(inputs `(("pcre" ,pcre)
("openssl" ,openssl)