[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: nginx: Update to 1.27.3.
From: |
guix-commits |
Subject: |
07/08: gnu: nginx: Update to 1.27.3. |
Date: |
Sat, 18 Jan 2025 18:41:45 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 533f3d130e7f1302068054f6b635690d61363272
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Mon Dec 30 12:37:52 2024 +0100
gnu: nginx: Update to 1.27.3.
* gnu/packages/web.scm (nginx): Update to 1.27.3.
(nginx-documentation): Update to 1.27.3.
Change-Id: Ibf8e67eb07efe0fe7c42bb9a8cbfe0b5f5ca4727
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 10fdcbc3ec..31b7fa5880 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -538,14 +538,14 @@ the same, being completely separated from the Internet.")
;; Track the ‘mainline’ branch. Upstream considers it more reliable than
;; ’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/)
- (version "1.27.2")
+ (version "1.27.3")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1yi53dd6babjg3xx1jl19d0y0xkdi2yjg9pw790w38mkl31wy7m9"))))
+ "00vrkdx0a6fpy8n0n7m9xws0dfa7dbb9pqnh3jv3c824ixbaj8xs"))))
(build-system gnu-build-system)
(inputs (list libxcrypt libxml2 libxslt openssl pcre zlib))
(arguments
@@ -636,9 +636,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.27.2")
- (revision 3130)
- (changeset "cee30b2e0ae2"))
+ (let ((version "1.27.3")
+ (revision 3156)
+ (changeset "5c6ef6def8bc"))
(package
(name "nginx-documentation")
(version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -650,7 +650,7 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
(file-name (string-append name "-" version))
(sha256
(base32
- "1d8rkhry7y2mm6gfq8xzqwyivy2zyl1d96wcx4q5r58mhj8pk2c6"))))
+ "09wdvgvsr7ayjz3ypq8qsm12idb9z626j5ibmknc8phm10gh8cgk"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite
- branch master updated (42295555ca -> dc50af1ca5), guix-commits, 2025/01/18
- 03/08: gnu: emacs-ggtags: Update to 0.9.0-0.4e3630c., guix-commits, 2025/01/18
- 01/08: gnu: guile-zlib: Update to 0.2.2., guix-commits, 2025/01/18
- 02/08: gnu: Add tclap., guix-commits, 2025/01/18
- 04/08: grafts: Only compute necessary graft derivations., guix-commits, 2025/01/18
- 06/08: gnu: memtest86+: Update to 7.20., guix-commits, 2025/01/18
- 07/08: gnu: nginx: Update to 1.27.3.,
guix-commits <=
- 08/08: gnu: Add emacs-fedi., guix-commits, 2025/01/18
- 05/08: gnu: isc-dhcp: Patch dhclient to support resolvconf., guix-commits, 2025/01/18