guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nginx: Update to 1.14.1 [security fixes].


From: Marius Bakke
Subject: 01/01: gnu: nginx: Update to 1.14.1 [security fixes].
Date: Tue, 6 Nov 2018 15:47:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c6b05bacc08dc423db74ae24d442fd43f1ba8893
Author: Marius Bakke <address@hidden>
Date:   Tue Nov 6 21:34:30 2018 +0100

    gnu: nginx: Update to 1.14.1 [security fixes].
    
    This fixes CVE-2018-16843, CVE-2018-16844, and CVE-2018-16845.
    
    * gnu/packages/web.scm (nginx): Update to 1.14.1.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3203b25..b0ab4ad 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -195,14 +195,14 @@ Interface} specification.")
     (name "nginx")
     ;; Consider updating the nginx-documentation package if the nginx package 
is
     ;; updated.
-    (version "1.14.0")
+    (version "1.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1d9c0avfpbwvzyg53b59ks8shpnrxnbnshcd7ziizflsyv5vw5ax"))))
+                "19542jxcjf4dvrqvgb5vr36mhbzcjrxc3v0xh451rm60610rf2dz"))))
     (build-system gnu-build-system)
     (inputs `(("openssl" ,openssl)
               ("pcre" ,pcre)



reply via email to

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