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.
This commit is contained in:
parent
12356eb8b0
commit
e31f05d435
|
@ -257,7 +257,7 @@ supports IPv6, SSL-protected connections as well as PAM for authentication.")
|
||||||
(define-public pidgin
|
(define-public pidgin
|
||||||
(package
|
(package
|
||||||
(name "pidgin")
|
(name "pidgin")
|
||||||
(version "2.10.11")
|
(version "2.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -265,7 +265,7 @@ supports IPv6, SSL-protected connections as well as PAM for authentication.")
|
||||||
version "/" name "-" version ".tar.bz2"))
|
version "/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01s0q30qrjlzj7kkz6f8lvrwsdd55a9yjh2xjjwyyxzw849j3bpj"))
|
"0crkggjj6y07v1kdwil9vw532b0vrs6p33nmlvdkpnl60m2169pp"))
|
||||||
(patches (search-patches "pidgin-add-search-path.patch"))))
|
(patches (search-patches "pidgin-add-search-path.patch"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue