guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: nginx: Update to 1.13.10.


From: Marius Bakke
Subject: 05/05: gnu: nginx: Update to 1.13.10.
Date: Thu, 22 Mar 2018 09:44:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 63c295d2f55f58c3a8d1dacd55ecb1796f8f7eec
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 22 14:31:17 2018 +0100

    gnu: nginx: Update to 1.13.10.
    
    * gnu/packages/web.scm (nginx): Update to 1.13.10.
    [arguments]: Update kernel version to match glibc minimum requirement.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 8f9d5f8..c100ae8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -186,14 +186,14 @@ Interface} specification.")
     (name "nginx")
     ;; Consider updating the nginx-documentation package if the nginx package 
is
     ;; updated.
-    (version "1.13.9")
+    (version "1.13.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0hpsyxpxj89p5vrzv9p1hp7xjbnj5c1w6fdy626ycvsiay4a3bjz"))))
+                "11a8m4lhy6h8mmrsakn73pd5gcyvhxpz1xvlr103rglh9l884q9k"))))
     (build-system gnu-build-system)
     (inputs `(("openssl" ,openssl)
               ("pcre" ,pcre)
@@ -220,7 +220,7 @@ Interface} specification.")
                           ;; --crossbuild option to avoid customizing for the
                           ;; kernel version on the build machine.
                           ,(let ((system "Linux")    ; uname -s
-                                 (release "2.6.32")  ; uname -r
+                                 (release "3.2.0")   ; uname -r
                                  ;; uname -m
                                  (machine (match (or (%current-target-system)
                                                      (%current-system))



reply via email to

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