Changelog for
bogofilter-doc-1.2.4-150000.3.2.3.noarch.rpm :
* Mon Apr 10 2017 mpluskalAATTsuse.com- Small spec file cleanup- Adjust usage of update-alternatives
* Thu Feb 09 2017 dimstarAATTopensuse.org- Explicitly package _docdir, fix build with rpm 4.13.
* Wed Dec 23 2015 p.drouandAATTgmail.com- Replace tokyocabinet with kyotocabinet following kyotocabinet upstream recommendations
* Replace libtokyocabinet-devel with libkyotocabinet-devel
* Add bogofilter-kyotocabinet.patch
* Rename tokyocabinet with kyotocabinet- Add autoconf and automake build dependencies; needed because of bogofilter-kyotocabinet.patch
* Wed May 06 2015 lmuelleAATTsuse.com- Add README.SUSE to the doc package.
* Thu Apr 30 2015 lmuelleAATTsuse.com- 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.
* Sat Apr 18 2015 mpluskalAATTsuse.com- Build different backends
* sqlite3 db and tokyocabinet
* switch between them using update-alternatives- Disable checks as they do not work with suffixed builds
* Sun Apr 05 2015 mpluskalAATTsuse.com- Update dependencies
* use shared gsl- Cleanup spec-file with spec-cleaner- Change backend from libdb to sqlite3 for post-13.2 systems
* Tue Jul 23 2013 lmuelleAATTsuse.com- 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
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.
* Mon Dec 03 2012 lmuelleAATTsuse.com- 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; (CVE-2012-5468); (bnc#792939), Fix a heap corruption in base64 decoder on invalid input. http://bogofilter.sourceforge.net/security/bogofilter-SA-2012-01
* 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 . 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).
* Tue Dec 20 2011 cooloAATTsuse.com- remove call to suse_update_config (very old work around)