guix-commits
[Top][All Lists]
Advanced

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

01/01: nginx: berlin: Use nginx 1.17.4.


From: Ludovic Courtès
Subject: 01/01: nginx: berlin: Use nginx 1.17.4.
Date: Thu, 28 Nov 2019 05:24:38 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 9fdb990982006a4d0ddb68aa71351cc76ef50cdc
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 28 11:23:29 2019 +0100

    nginx: berlin: Use nginx 1.17.4.
    
    * hydra/nginx/berlin.scm (nginx-1.17.4): New variable.
    (%nginx-configuration)[nginx]: New field.
---
 hydra/nginx/berlin.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 71191a6..7bf4127 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -2,6 +2,17 @@
 
 (use-modules (gnu services web))
 
+(define nginx-1.17.4
+  (package
+    (inherit nginx)
+    (version "1.17.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://nginx.org/download/nginx-";
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0mg521bxh8pysmy20x599m252ici9w97kk7qy7s0wrv6bqv4p1b2"))))))
 
 
 (define* (le host #:optional privkey)
@@ -787,4 +798,8 @@ PUBLISH-URL."
 
 (define %nginx-configuration
   (nginx-configuration
+
+   ;; Work around <https://bugs.gnu.org/38411>.
+   (nginx nginx-1.17.4)
+
    (file %nginx-config-file)))



reply via email to

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