squids.latest: update from 3.2.2 to 3.2.13, potentially fixes CVE-2012-5643, CVE-2013-0189, CVE-2013-1839, CVE-2013-4123

This commit is contained in:
Nixpkgs Monitor 2013-12-23 05:18:34 +02:00 committed by Evgeny Egorochkin
parent 3d9e43ace2
commit 751e111a87

View file

@ -30,10 +30,10 @@ rec {
};
squid32 = squid30.merge rec {
name = "squid-3.2.2";
name = "squid-3.2.13";
src = args.fetchurl {
url = "http://www.squid-cache.org/Versions/v3/3.2/${name}.tar.bz2";
sha256 = "13jlx3d6rqq7ajxs8bgn8a0mh932jhq6aa8032q205nxnhqs0l4l";
sha256 = "0dafqv00dr3nyrm9k47d6r7gv2r3f9hjd1ykl3kkvjca11r4n54j";
};
buildInputs = [openldap pam db4 cyrus_sasl libcap expat libxml2
libtool openssl];