guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: varnish-modules: Update to 0.17.1 [fixes CVE


From: guix-commits
Subject: branch master updated: gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].
Date: Tue, 16 Mar 2021 13:42:54 -0400

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 82a9538  gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].
82a9538 is described below

commit 82a9538ea01596a57bf642d729500f15bcd17f84
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 16 18:41:34 2021 +0100

    gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].
    
    * gnu/packages/web.scm (varnish-modules): Update to 0.17.1.
---
 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 4a14046..643de6a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]