forked from mirrors/nixpkgs
Upgraded Squid. IPv6 does not work fully yet.
svn path=/nixpkgs/trunk/; revision=11756
This commit is contained in:
parent
e9b3f798ba
commit
2e1be8618b
|
@ -6,13 +6,15 @@ args:
|
|||
};
|
||||
|
||||
extraAttrs = co : {
|
||||
name = "squid-2.6-stable";
|
||||
name = "squid-3.0-stable5";
|
||||
|
||||
src = args.fetchurl {
|
||||
url = http://www.squid-cache.org/Versions/v2/2.6/squid-2.6.STABLE16.tar.bz2;
|
||||
sha256 = "1iv21a4cl74bqzrk07l0lbzlq3n9qpd0r31fgsjv2dsabj46qc4y";
|
||||
url = http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE5.tar.bz2;
|
||||
sha256 = "1m4ccpjw30q9vwsycmgg9dmhly0mpznvxrch6f7dxgfzpjp26l7w";
|
||||
};
|
||||
|
||||
configureFlags = ["--enable-ipv6"];
|
||||
|
||||
meta = {
|
||||
description = "http-proxy";
|
||||
homepage = "http://www.squid-cache.org";
|
||||
|
|
Loading…
Reference in a new issue