[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: nginx: Update to 1.17.3 [security fixes].
From: |
guix-commits |
Subject: |
13/13: gnu: nginx: Update to 1.17.3 [security fixes]. |
Date: |
Wed, 4 Sep 2019 19:17:06 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9bf589867b57954e1245b2d1c937f1ae386a78ce
Author: Marius Bakke <address@hidden>
Date: Wed Sep 4 21:00:10 2019 +0200
gnu: nginx: Update to 1.17.3 [security fixes].
This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516.
* gnu/packages/web.scm (nginx): Update to 1.17.3.
---
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 41e0035..bea9f3d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -208,14 +208,14 @@ Interface} specification.")
;; ’stable’ and recommends that “in general you deploy the NGINX mainline
;; branch at all times”
(https://www.nginx.com/blog/nginx-1-6-1-7-released/)
;; Consider updating the nginx-documentation package together with this
one.
- (version "1.17.2")
+ (version "1.17.3")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1v39gslwbvpfhqqv74q0lkfrhrwsp59xc8pwhvxns7af8s3kccsy"))))
+ "0g0g9prwjy0rnv6n5smny5yl5dhnmflqdr3hwgyj5jpr5hfgx11v"))))
(build-system gnu-build-system)
(inputs `(("openssl" ,openssl)
("pcre" ,pcre)
- 03/13: gnu: LibRaw: Update to 1.19.5., (continued)
- 03/13: gnu: LibRaw: Update to 1.19.5., guix-commits, 2019/09/04
- 05/13: gnu: libvisio: Update to 0.1.7., guix-commits, 2019/09/04
- 07/13: gnu: talloc: Update to 2.3.0., guix-commits, 2019/09/04
- 08/13: gnu: tevent: Update to 0.10.1., guix-commits, 2019/09/04
- 02/13: gnu: php: Build against Oniguruma 6., guix-commits, 2019/09/04
- 04/13: gnu: libabw: Update to 0.1.3., guix-commits, 2019/09/04
- 06/13: gnu: tdb: Update to 1.4.2., guix-commits, 2019/09/04
- 10/13: gnu: libnl: Update to 3.5.0., guix-commits, 2019/09/04
- 11/13: gnu: varnish: Update to 6.2.1., guix-commits, 2019/09/04
- 09/13: gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197]., guix-commits, 2019/09/04
- 13/13: gnu: nginx: Update to 1.17.3 [security fixes].,
guix-commits <=
- 12/13: gnu: miniupnpc: Update to 2.1.20190824., guix-commits, 2019/09/04