[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nginx: Update to 1.21.0 [fixes CVE-2021-2301
From: |
guix-commits |
Subject: |
branch master updated: gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017]. |
Date: |
Tue, 25 May 2021 12:53:58 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d366557 gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017].
d366557 is described below
commit d366557b7b7e6b981e33eb162eb7b1e0550d9f59
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue May 25 12:42:55 2021 -0400
gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017].
* gnu/packages/web.scm (nginx, nginx-documentation): Update to 1.21.0.
---
gnu/packages/web.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5bf417c..3021691 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -368,14 +368,14 @@ the same, being completely separated from the Internet.")
;; ’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.19.10")
+ (version "1.21.0")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "121d11693d6dbim3lh64hrqi66z129z30cvcrpbnm631yl7jkl78"))))
+ "0w87zhm5nfx88x9hj6drrvm5f3m02kzbjp39x1lsglrbmi5jl6gy"))))
(build-system gnu-build-system)
(inputs `(("libxml2" ,libxml2)
("libxslt" ,libxslt)
@@ -466,9 +466,9 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
(define-public nginx-documentation
;; This documentation should be relevant for the current nginx package.
- (let ((version "1.19.10")
- (revision 2708)
- (changeset "f8686d85df53"))
+ (let ((version "1.21.0")
+ (revision 2726)
+ (changeset "a7a36efd10af"))
(package
(name "nginx-documentation")
(version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -480,7 +480,7 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
(file-name (string-append name "-" version))
(sha256
(base32
- "00b0dkpblw3m2cwbbzv3miw47c0m3s0dvh1xy0hihkggy7mqv2r2"))))
+ "1fl7rkbfdd26c78h85x4w3kas16rpj4pxzjhc071qvx7znwgm2pn"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017].,
guix-commits <=