mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: nginx: Update to 1.27.2.
* gnu/packages/web.scm (nginx): Update to 1.27.2. (nginx-documentation): Update to 1.27.2. Change-Id: I082a410630f1ea9c6765233e159b04134758354d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7e8acd980d
commit
eadd718097
1 changed files with 6 additions and 6 deletions
|
@ -529,14 +529,14 @@ (define-public nginx
|
||||||
;; Track the ‘mainline’ branch. Upstream considers it more reliable than
|
;; Track the ‘mainline’ branch. Upstream considers it more reliable than
|
||||||
;; ’stable’ and recommends that “in general you deploy the NGINX mainline
|
;; ’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/)
|
;; branch at all times” (https://www.nginx.com/blog/nginx-1-6-1-7-released/)
|
||||||
(version "1.27.1")
|
(version "1.27.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nginx.org/download/nginx-"
|
(uri (string-append "https://nginx.org/download/nginx-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z5x0i0k1hmnxm7mb3dfn6qrz9am96my5ivinxl3gsp1dj5acyxx"))))
|
"1yi53dd6babjg3xx1jl19d0y0xkdi2yjg9pw790w38mkl31wy7m9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list libxcrypt libxml2 libxslt openssl pcre zlib))
|
(inputs (list libxcrypt libxml2 libxslt openssl pcre zlib))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -627,9 +627,9 @@ (define-public nginx
|
||||||
|
|
||||||
(define-public nginx-documentation
|
(define-public nginx-documentation
|
||||||
;; This documentation should be relevant for the current nginx package.
|
;; This documentation should be relevant for the current nginx package.
|
||||||
(let ((version "1.27.1")
|
(let ((version "1.27.2")
|
||||||
(revision 3114)
|
(revision 3130)
|
||||||
(changeset "051789a80bcb"))
|
(changeset "cee30b2e0ae2"))
|
||||||
(package
|
(package
|
||||||
(name "nginx-documentation")
|
(name "nginx-documentation")
|
||||||
(version (simple-format #f "~A-~A-~A" version revision changeset))
|
(version (simple-format #f "~A-~A-~A" version revision changeset))
|
||||||
|
@ -641,7 +641,7 @@ (define-public nginx-documentation
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p198cjnhypssmj4mrj6wx2lbrfgw84i2fa4ydzdbjgkdzp803mv"))))
|
"1d8rkhry7y2mm6gfq8xzqwyivy2zyl1d96wcx4q5r58mhj8pk2c6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test suite
|
'(#:tests? #f ; no test suite
|
||||||
|
|
Loading…
Reference in a new issue