guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libetpan: Update to 1.8 [fixes CVE-2017-8825].


From: Leo Famulari
Subject: 01/01: gnu: libetpan: Update to 1.8 [fixes CVE-2017-8825].
Date: Tue, 9 May 2017 13:25:28 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a979eea9c2132d35cba30e7fcd4184ec159310a6
Author: Julien Lepiller <address@hidden>
Date:   Mon May 8 16:37:53 2017 +0200

    gnu: libetpan: Update to 1.8 [fixes CVE-2017-8825].
    
    * gnu/packages/mail.scm (libetpan): Update to 1.8.
    [license]: Change to bsd-3.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 014c77d..39d3941 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -837,14 +837,14 @@ useful features.")
 (define-public libetpan
   (package
     (name "libetpan")
-    (version "1.7.2")
+    (version "1.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/dinhviethoa/"; name
                    "/archive/" version ".tar.gz"))
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
-               (base32 
"081ixgj3skglq9i7v0jb835lmfx21zi4i5b7997igwr0lj174y9j"))))
+               (base32 
"1sxnaglp5hb0z78sgnfzva4x8m4flqhicvm1dz0krkxdmfsafrsf"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,(autoconf-wrapper))
                      ("automake" ,automake)
@@ -875,7 +875,7 @@ useful features.")
 framework for different kinds of mail access: IMAP, SMTP, POP and NNTP.  It
 provides an API for C language.  It's the low-level API used by MailCore and
 MailCore 2.")
-    (license (non-copyleft "file://COPYING"))))
+    (license bsd-3)))
 
 (define-public compface
   (package



reply via email to

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