privoxy: update from 3.0.12 to 3.0.21, potentially fixes CVE-2013-2503

This commit is contained in:
Nixpkgs Monitor
2013-12-04 04:28:34 +02:00
committed by Evgeny Egorochkin
parent 42a5c9d637
commit 3837210fed
2 changed files with 3 additions and 71 deletions
+3 -5
View File
@@ -1,17 +1,15 @@
{stdenv, fetchurl, autoconf, automake, zlib, pcre, w3m}:
stdenv.mkDerivation {
name = "privoxy-3.0.12";
name = "privoxy-3.0.21";
src = fetchurl {
url = mirror://sourceforge/ijbswa/Sources/3.0.12%20%28stable%29/privoxy-3.0.12-stable-src.tar.gz;
sha256 = "16ngim1p4pb4zk8h7js4zjw280fxqxamasfngixikp2ivmzxl469";
url = mirror://sourceforge/ijbswa/Sources/3.0.21%20%28stable%29/privoxy-3.0.21-stable-src.tar.gz;
sha256 = "1f6xb7aa47p90c26vqaw74y6drs9gpnhxsgby3mx0awdjh0ydisy";
};
buildInputs = [automake autoconf zlib pcre w3m];
patches = [./disable-user-error.patch];
preConfigure = ''
autoheader
autoconf