[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: varnish: Update to 6.3.0.
From: |
guix-commits |
Subject: |
08/11: gnu: varnish: Update to 6.3.0. |
Date: |
Tue, 24 Sep 2019 14:18:19 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit d8fbfbf52363333b5f925a52edc4e5bbc85c45de
Author: Marius Bakke <address@hidden>
Date: Mon Sep 23 16:46:50 2019 +0200
gnu: varnish: Update to 6.3.0.
* gnu/packages/web.scm (varnish): Update to 6.3.0.
[arguments]: Patch /bin/sh in one more file.
---
gnu/packages/web.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d25f049..4509f63f1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4968,13 +4968,13 @@ deployments.")
(package
(name "varnish")
(home-page "https://varnish-cache.org/")
- (version "6.2.1")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append home-page "_downloads/varnish-" version
".tgz"))
(sha256
(base32
- "15qfvw3fp05bgyspcm6gbsnxhs430p4z3fwz5kkd1z68jb90b3pj"))))
+ "0zwlffdd1m0ih33nq40xf2wwdyvr4czmns2fs90qpfnwy72xxk4m"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output
"/lib")
@@ -4989,7 +4989,8 @@ deployments.")
(lambda _
(substitute* '("bin/varnishtest/vtc_varnish.c"
"bin/varnishtest/vtc_process.c"
- "bin/varnishd/mgt/mgt_vcc.c")
+ "bin/varnishd/mgt/mgt_vcc.c"
+ "bin/varnishtest/tests/u00014.vtc")
(("/bin/sh") (which "sh")))
(substitute* "bin/varnishd/mgt/mgt_shmem.c"
(("rm -rf") (string-append (which "rm") " -rf")))
- 03/11: gnu: keepalived: Update home page., (continued)
- 03/11: gnu: keepalived: Update home page., guix-commits, 2019/09/24
- 05/11: gnu: openvswitch: Update to 2.12.0., guix-commits, 2019/09/24
- 06/11: gnu: re2: Update to 2019-09-01., guix-commits, 2019/09/24
- 10/11: gnu: OpenEXR: Update home page., guix-commits, 2019/09/24
- 11/11: gnu: p11-kit: Update to 0.23.17., guix-commits, 2019/09/24
- 09/11: gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444]., guix-commits, 2019/09/24
- 01/11: gnu: keepalived: Fix documentation generation., guix-commits, 2019/09/24
- 02/11: gnu: keepalived: Update to 2.0.18., guix-commits, 2019/09/24
- 04/11: gnu: fmt: Update to 6.0.0., guix-commits, 2019/09/24
- 07/11: gnu: ffmpeg: Update to 4.2.1., guix-commits, 2019/09/24
- 08/11: gnu: varnish: Update to 6.3.0.,
guix-commits <=