bogofilter: update from 1.1.7 to 1.2.4, potentially fixes CVE-2012-5468

This commit is contained in:
Nixpkgs Monitor 2013-12-12 23:50:47 +02:00 committed by Evgeny Egorochkin
parent 8264cb98ae
commit aef9ae72d0
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{fetchurl, stdenv, flex, bdb}:
stdenv.mkDerivation rec {
name = "bogofilter-1.1.7";
name = "bogofilter-1.2.4";
src = fetchurl {
url = "mirror://sourceforge/bogofilter/${name}.tar.bz2";
sha256 = "0ahi3pxv9v6yjjpfyr0x7fch4c4jdikshrcx86q0j8s2rhv94snm";
sha256 = "1d56n2m9inm8gnzm88aa27xl2a7sp7aff3484vmflpqkinjqf0p1";
};
# FIXME: We would need `pax' as a "propagated build input" (for use