guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: isync: Update to 1.3.5 [fixes CVE-2021-20247


From: guix-commits
Subject: branch master updated: gnu: isync: Update to 1.3.5 [fixes CVE-2021-20247].
Date: Mon, 22 Feb 2021 16:49:07 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 21cdb35  gnu: isync: Update to 1.3.5 [fixes CVE-2021-20247].
21cdb35 is described below

commit 21cdb35b609c0d5a4995126ee79ec6b71578d838
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Feb 22 16:46:55 2021 -0500

    gnu: isync: Update to 1.3.5 [fixes CVE-2021-20247].
    
    * gnu/packages/mail.scm (isync): Update to 1.3.5.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 2bd376a..6b1dbdf 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2016 Al McElrath <hello@yrns.org>
-;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Leo Famulari 
<leo@famulari.name>
 ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
 ;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2016, 2017 Troy Sankey <sankeytms@gmail.com>
@@ -1986,14 +1986,14 @@ hashing scheme (such as scrypt) plug-in for 
@code{Dovecot}.")
 (define-public isync
   (package
     (name "isync")
-    (version "1.3.3")
+    (version "1.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/isync/isync/"
                            version "/isync-" version ".tar.gz"))
        (sha256 (base32
-                "10n8ykag0q3ws6fc15xqyg3v980v5nq3kzpablly2rh2z7vkn8gj"))))
+                "0mbnrwac0p9na307r7qigzcaga69xcih74ixhwmv0d6lvkjk5xb8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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