guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/15: gnu: nginx: Update to 1.15.9.


From: guix-commits
Subject: 05/15: gnu: nginx: Update to 1.15.9.
Date: Sun, 10 Mar 2019 21:28:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fd46742dd2191c7762590a15bc054bbfd1feb3fc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 00:08:04 2019 +0100

    gnu: nginx: Update to 1.15.9.
    
    * gnu/packages/web.scm (nginx): Update to 1.15.9.
---
 gnu/packages/web.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d9b7def..e6f339f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -194,16 +194,18 @@ Interface} specification.")
 (define-public nginx
   (package
     (name "nginx")
-    ;; Consider updating the nginx-documentation package if the nginx package 
is
-    ;; updated.
-    (version "1.14.2")
+    ;; 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/)
+    ;; Consider updating the nginx-documentation package together with this 
one.
+    (version "1.15.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "15wppq12qmq8acjs35xfj61czhf9cdc0drnl5mm8hcg3aihryb80"))))
+                "0hxfsz1117r91b9fb5hjddyrf1czvb36lh1z7zalqqdskfcbmkz4"))))
     (build-system gnu-build-system)
     (inputs `(("openssl" ,openssl)
               ("pcre" ,pcre)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]