squid: 4.10 → 4.11
http://www.squid-cache.org/Advisories/SQUID-2020_4.txt Fixes: CVE-2020-11945
This commit is contained in:
parent
effa3742b1
commit
a1baba2f04
|
@ -3,11 +3,12 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "squid-4.10";
|
pname = "squid";
|
||||||
|
version = "4.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.squid-cache.org/Versions/v4/${name}.tar.xz";
|
url = "http://www.squid-cache.org/Versions/v4/${pname}-${version}.tar.xz";
|
||||||
sha256 = "07sz0adv8nkhy797675bpra7lvdkwjq9isw1ddgylhlazl511w4q";
|
sha256 = "0z986kykx539wjqd7mr8y0abf3z6hz8byf8fmmbky9hh4ihlgnaf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user