me
/
guix
Archived
1
0
Fork 0

gnu: varnish: Update to 6.3.1 [security fixes].

Fixes <https://varnish-cache.org/security/VSV00004.html>.

* gnu/packages/web.scm (varnish): Update to 6.3.1.
master
Tobias Geerinckx-Rice 2019-10-25 18:06:52 +02:00
parent fb2f07d096
commit c9fc03a3aa
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -5076,13 +5076,13 @@ deployments.")
(package
(name "varnish")
(home-page "https://varnish-cache.org/")
(version "6.3.0")
(version "6.3.1")
(source (origin
(method url-fetch)
(uri (string-append home-page "_downloads/varnish-" version ".tgz"))
(sha256
(base32
"0zwlffdd1m0ih33nq40xf2wwdyvr4czmns2fs90qpfnwy72xxk4m"))))
"0xa14pd68zpi5hxcax3arl14rcmh5d1cdwa8gv4l5f23mmynr8ni"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")