a677e8675d
Assign sqlite3 an alternative priority of 30.
Lars Müller
2015-05-01 19:49:46 +00:00
2dc327b04f
- Provide and obsolete bogofilter from the db subpackage to ensure we stay with the same back-end in the update case. - Require a backend package from the common package. - Split of the documentation into an independent package. - Tag the common and doc package as noarch post-11.1.
Lars Müller
2015-05-01 18:11:50 +00:00
6504d6af7f
Coemetical replace spaces by tab.
Lars Müller
2015-04-13 09:24:39 +00:00
f31dc54744
Change backend from libdb to sqlite3 for post-13.2 systems
Lars Müller
2015-04-06 13:35:06 +00:00
3fe73c82a1
Accepting request 294577 from home:pluskalm:branches:server:mail
Lars Müller
2015-04-06 13:28:52 +00:00
29d2d27b21
Accepting request 184123 from server:mail
Stephan Kulow
2013-07-23 18:28:01 +00:00
165fc58378
- Update to version 1.2.4. * Fix three crashes in command line and environment variable parsers that caused NULL pointer dereferences with long option variants of bogofilter --syslog-tag, or bogoutil --timestamp-date, or when bogotune -M<file> cannot derive the bogofilter directory. * Add getopt_long_chk(), a getopt_long variant that checks if the overlapping short and long options agree on whether their argument is not required, mandatory, or optional. If they disagree, the program aborts. * Fix a crash in command line parser that causes a NULL pointer dereference when --db-cachesize is used without argument. Found with getopt_long_chk(). * Change lexer API/ABI a bit so as to work with flex 2.5.36 generated lexers (for instance, on Fedora 18 "Spherical Cow") that flip the type of yyleng from int to size_t. We use a signed long internally. * Fix XML form of Bulgarian FAQ so that it validates; and validate XHTML at build time. * Mark Berkeley DB 5.2.42 and 5.3.21 supported. * Security bugfix; (CVE-2012-5468); (bnc#792939),
Lars Müller
2013-07-23 17:31:42 +00:00
499183924b
- Update to version 1.2.3. * Update configure.ac to avoid autoconf 2.68 warnings, by (a) quoting the first AC_RUN_IFELSE argument, an AC_LANG_PROGRAM(), with [ ], and (b) providing an explicit "true" assumption for Berkeley DB capabilities to avoid cross-compilation warnings. * Security bugfix, Fix a heap corruption in base64 decoder on invalid input. * Added bogofilter-faq-bg.html, a Bulgarian translation of the FAQ. * Mark "Berkeley DB 5.1.19: (August 27, 2010)" supported. - Update to version 1.2.2. * Use a better PRNG for random sleeps. That is arc4random() where available, and drand48() elsewhere. * Assorted fixes for issues found with clang analyzer: + Fix a potential NULL deference + Fix a potential division by zero + Remove dead assignments and increments * Update Doxyfile and source contrib/bogogrep.c for docs, too. * Security bugfix, CVE-2010-2494: Fix a heap corruption in base64 decoder on invalid input. Analysis and patch by Julius Plenz <plenz@cis.fu-berlin.de>. Please see doc/bogofilter-SA-2010-01 for details. * Updated sendmail milter contrib/bogofilter-milter.pl to v1.?????? * Bump supported/minimum SQLite3 versions and warning threshold. See doc/README.sqlite for details. * Mark BerkeleyDB 4.8.26 and 5.0.21 supported. * Make t.maint more robust; ignore .ENCODING token. To fix test failures on, for instance, FreeBSD with unicode enabled. * Fix several compiler warnings "array subscript has type 'char'", by casting the arguments to unsigned char. * Split error messages for ENOENT and EINVAL into new function. * Avoid divison by zero in robx computation by checking if there are at least one ham message and one spam message registered. * contrib/spamitarium.pl updated to version 0.4.0 * Updated and integrated Ted Phelps's "Patch to prevent .ENCODING from being discarded by bogoutil -m" (SourceForge Patch #1743984).
Lars Müller
2012-12-03 12:17:04 +00:00
4e6db8c288
Accepting request 97972 from server:mail
Stephan Kulow
2011-12-25 16:33:20 +00:00