mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
squid: 3.5.15 -> 3.5.17 (resolving CVE-2016-3947, CVE-2016-3948, CVE-2016-4051, CVE-2016-4052, CVE-2016-4053, CVE-2016-4054)
This commit is contained in:
parent
f72d3b2bbf
commit
b19d7e32a0
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ fetchurl, stdenv, perl, lib, openldap, pam, db, cyrus_sasl, libcap,
|
||||
expat, libxml2, libtool, openssl}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "squid-3.5.15";
|
||||
name = "squid-3.5.17";
|
||||
src = fetchurl {
|
||||
url = "http://www.squid-cache.org/Versions/v3/3.5/${name}.tar.bz2";
|
||||
sha256 = "1cgy6ffyarqd35plqmqi3mrsp0941c6n55pr3zavp07ksj46wgzm";
|
||||
sha256 = "1kdq778cm18ak4624gchmbi8avnzyvwgyzjplkd0fkcrgfs44bsf";
|
||||
};
|
||||
buildInputs = [perl openldap pam db cyrus_sasl libcap expat libxml2
|
||||
libtool openssl];
|
||||
|
|
Loading…
Reference in a new issue