gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].
* gnu/packages/web.scm (varnish-modules): Update to 0.17.1.
This commit is contained in:
parent
9ed2a26d04
commit
82a9538ea0
1 changed files with 2 additions and 2 deletions
|
|
@ -5938,14 +5938,14 @@ configuration language.")
|
||||||
(package
|
(package
|
||||||
(name "varnish-modules")
|
(name "varnish-modules")
|
||||||
(home-page "https://github.com/varnish/varnish-modules")
|
(home-page "https://github.com/varnish/varnish-modules")
|
||||||
(version "0.17.0")
|
(version "0.17.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page) (commit version)))
|
(uri (git-reference (url home-page) (commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zg8y2sgkygdani70zp9rbx278431fmssj26d47c5qsiw939i519"))))
|
"1mzkad9r4rpm1fi7j7skwrsyzzbwcapfnlvvl1ls3rng2djcqb5j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
|
||||||
Reference in a new issue