guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes


From: guix-commits
Subject: branch master updated: gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes CVE-2020-28200].
Date: Mon, 21 Jun 2021 12:49:32 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4343476  gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes 
CVE-2020-28200].
4343476 is described below

commit 4343476a3bffeb3714ad50ff7559c4b7f7c81551
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 21 18:37:40 2021 +0200

    gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes CVE-2020-28200].
    
    * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.15.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 9160284..6ed1c04 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1901,7 +1901,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
   (let ((dovecot-version (version-major+minor (package-version dovecot))))
     (package
       (name "dovecot-pigeonhole")
-      (version "0.5.14")
+      (version "0.5.15")
       (source
        (origin
          (method url-fetch)
@@ -1909,7 +1909,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
                "https://pigeonhole.dovecot.org/releases/"; dovecot-version "/"
                "dovecot-" dovecot-version "-pigeonhole-" version ".tar.gz"))
          (sha256
-          (base32 "1lmjzz4kd90wbdslacybizd1dks4bhwmrx39lj8b19naldw0zjk8"))
+          (base32 "1l2h0p8ddsl3ja2lnwk0mfqplqh8n0iw8k27awd3ak7prr88yjg1"))
          (modules '((guix build utils)))
          (snippet
           '(begin



reply via email to

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