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.11.0 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: pidgin: Update to 2.11.0 [security fixes].
Date: Sat, 16 Jul 2016 15:54:28 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit e31f05d4355d106ea5e857ae8ceb8e9de7034e46
Author: Leo Famulari <address@hidden>
Date:   Sat Jul 16 11:45:18 2016 -0400

    gnu: pidgin: Update to 2.11.0 [security fixes].
    
    Fixes CVE-2016-{2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,
    2377,2378,2379,2380,4323}.
    
    * gnu/packages/messaging.scm (pidgin): Update to 2.11.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 215fa19..de9ac17 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -257,7 +257,7 @@ supports IPv6, SSL-protected connections as well as PAM for 
authentication.")
 (define-public pidgin
   (package
     (name "pidgin")
-    (version "2.10.11")
+    (version "2.11.0")
     (source
      (origin
        (method url-fetch)
@@ -265,7 +265,7 @@ supports IPv6, SSL-protected connections as well as PAM for 
authentication.")
                            version "/" name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "01s0q30qrjlzj7kkz6f8lvrwsdd55a9yjh2xjjwyyxzw849j3bpj"))
+         "0crkggjj6y07v1kdwil9vw532b0vrs6p33nmlvdkpnl60m2169pp"))
        (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]