pidgin: maintenance+security update
Fixes CVE-2014-3694..3698 Added a note to clean the expression, CC #4602.
This commit is contained in:
parent
2feaa0278a
commit
e63d9554b4
@ -20,12 +20,14 @@
|
||||
, libgcrypt ? null
|
||||
} :
|
||||
|
||||
# FIXME: clean the mess around choosing the SSL library (nss by default)
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
majorVersion = "2";
|
||||
name = "pidgin-${majorVersion}.10.9";
|
||||
name = "pidgin-${majorVersion}.10.10";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pidgin/${name}.tar.bz2";
|
||||
sha256 = "06gka47myl9f5x0flkq74ml75akkf28rx9sl8pm3wqkzazc2wdnw";
|
||||
sha256 = "0bc2bk2g3w90mpz9sn9j95c71z4i2i3wxaqa2zpmmixf5r8rasyw";
|
||||
};
|
||||
|
||||
inherit nss ncurses;
|
||||
|
Loading…
Reference in New Issue
Block a user