about summary refs log tree commit diff
path: root/pkgs/tools/misc/bogofilter
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03tools/misc: replace name with pname&versionFelix Buehler1-2/+4
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-0/+2
trivial part)
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-02-15Move all db4 packages to the default db5William A. Kennington III1-2/+2
2013-12-23bogofilter: get rid of bdb aliasMathijs Kwik1-2/+2
2013-12-12bogofilter: update from 1.1.7 to 1.2.4, potentially fixes CVE-2012-5468Nixpkgs Monitor1-2/+2
2013-12-04bogofilter: update from 1.1.6 to 1.1.7, potentially fixes CVE-2012-5468Nixpkgs Monitor1-2/+2
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-5/+7
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-03-02Add Bogofilter, a fast bayesian spam filter.Ludovic Courtès1-0/+24
svn path=/nixpkgs/trunk/; revision=10908