diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-16 11:45:18 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-16 11:54:20 -0400 |
commit | e31f05d4355d106ea5e857ae8ceb8e9de7034e46 (patch) | |
tree | 463c090061a6e4555e91576a90e44f490cae43c5 /gnu | |
parent | 12356eb8b015da242aeab2e8eb5104945af6bd96 (diff) | |
download | guix-e31f05d4355d106ea5e857ae8ceb8e9de7034e46.tar guix-e31f05d4355d106ea5e857ae8ceb8e9de7034e46.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 215fa19bb8..de9ac179bb 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 |