me
/
guix
Archived
1
0
Fork 0

gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].

* gnu/packages/web.scm (varnish-modules): Update to 0.17.1.
master
Léo Le Bouter 2021-03-16 18:41:34 +01:00
parent 9ed2a26d04
commit 82a9538ea0
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -5938,14 +5938,14 @@ configuration language.")
(package
(name "varnish-modules")
(home-page "https://github.com/varnish/varnish-modules")
(version "0.17.0")
(version "0.17.1")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page) (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0zg8y2sgkygdani70zp9rbx278431fmssj26d47c5qsiw939i519"))))
"1mzkad9r4rpm1fi7j7skwrsyzzbwcapfnlvvl1ls3rng2djcqb5j"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)