guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pidgin: Update to 2.12.0 [fixes CVE-2017-2640].


From: Leo Famulari
Subject: 01/01: gnu: pidgin: Update to 2.12.0 [fixes CVE-2017-2640].
Date: Fri, 10 Mar 2017 01:52:41 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit fc1428d29522fbaf9d05b79fb3f9a059225f768e
Author: Leo Famulari <address@hidden>
Date:   Fri Mar 10 01:44:08 2017 -0500

    gnu: pidgin: Update to 2.12.0 [fixes CVE-2017-2640].
    
    * gnu/packages/messaging.scm (pidgin): Update to 2.12.0.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 0ffc031..f2f36ad 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -265,7 +265,7 @@ supports IPv6, SSL-protected connections as well as PAM for 
authentication.")
 (define-public pidgin
   (package
     (name "pidgin")
-    (version "2.11.0")
+    (version "2.12.0")
     (source
      (origin
        (method url-fetch)
@@ -273,7 +273,7 @@ supports IPv6, SSL-protected connections as well as PAM for 
authentication.")
                            version "/" name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "0crkggjj6y07v1kdwil9vw532b0vrs6p33nmlvdkpnl60m2169pp"))
+         "1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc"))
        (patches (search-patches "pidgin-add-search-path.patch"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs



reply via email to

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