lol

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

authored by

Nixpkgs Monitor and committed by
Evgeny Egorochkin
aef9ae72 8264cb98

+2 -2
+2 -2
pkgs/tools/misc/bogofilter/default.nix
··· 1 1 {fetchurl, stdenv, flex, bdb}: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "bogofilter-1.1.7"; 4 + name = "bogofilter-1.2.4"; 5 5 src = fetchurl { 6 6 url = "mirror://sourceforge/bogofilter/${name}.tar.bz2"; 7 - sha256 = "0ahi3pxv9v6yjjpfyr0x7fch4c4jdikshrcx86q0j8s2rhv94snm"; 7 + sha256 = "1d56n2m9inm8gnzm88aa27xl2a7sp7aff3484vmflpqkinjqf0p1"; 8 8 }; 9 9 10 10 # FIXME: We would need `pax' as a "propagated build input" (for use