[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: nginx: Update to 1.13.12.
From: |
Marius Bakke |
Subject: |
07/08: gnu: nginx: Update to 1.13.12. |
Date: |
Sun, 15 Apr 2018 07:51:35 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1c24862f1e8fe49b5db5af7b7a6f53c6fc4ef60d
Author: Marius Bakke <address@hidden>
Date: Sun Apr 15 13:03:04 2018 +0200
gnu: nginx: Update to 1.13.12.
* gnu/packages/web.scm (nginx): Update to 1.13.12.
---
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 9a3af2e..2892702 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.11")
+ (version "1.13.12")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "01bgld6pv9sms9bsmx863yqw2hnivxhn91xs6imqklj48sbrqy9m"))))
+ "1pl5ii1w2ycxprxk8zdnxlpdd1dia6hyrns7mnqkm3fv5ihgb4pv"))))
(build-system gnu-build-system)
(inputs `(("openssl" ,openssl)
("pcre" ,pcre)
- branch master updated (fc12113 -> 3b4f3ff), Marius Bakke, 2018/04/15
- 02/08: gnu: libsoup: Update to 2.62.1., Marius Bakke, 2018/04/15
- 01/08: gnu: python-paramiko: Update to 2.4.1 [fixes CVE-2018-7750]., Marius Bakke, 2018/04/15
- 06/08: gnu: efivar: Update to 35., Marius Bakke, 2018/04/15
- 07/08: gnu: nginx: Update to 1.13.12.,
Marius Bakke <=
- 04/08: gnu: offlineimap: Update to 7.2.0., Marius Bakke, 2018/04/15
- 05/08: gnu: efibootmgr: Update to 16., Marius Bakke, 2018/04/15
- 08/08: gnu: xscreensaver: Update to 5.39., Marius Bakke, 2018/04/15
- 03/08: gnu: htop: Update to 2.2.0., Marius Bakke, 2018/04/15