SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for bogofilter-doc-1.2.4-6.1.noarch.rpm :
Wed May 6 14:00:00 2015 lmuelleAATTsuse.com
- Add README.SUSE to the doc package.

Thu Apr 30 14:00:00 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 14:00:00 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 5 14:00:00 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 14:00:00 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 3 13:00:00 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 13:00:00 2011 cooloAATTsuse.com
- remove call to suse_update_config (very old work around)

Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

Wed Jul 7 14:00:00 2010 lmuelleAATTsuse.de
- Fix a heap corruption in base64 decoder on invalid input; CVE-2010-2494;
(bnc#619847).

Tue Jan 12 13:00:00 2010 cooloAATTnovell.com
- fix build on non-arm

Tue Oct 27 13:00:00 2009 bitshufflerAATTopensuse.org
- Update to version 1.2.1.
+ Update configure to use \"host\" rather than \"target\", to match the
newer autotools cross-build semantics. Untested.
Developers changing the build system and users who build from SVN
will now need automake 1.9 and autoconf 2.60.
+ Fix Christian Frommeyer\'s MIME decoding bug, Ubuntu/Launchpad Bug
[#320829]. As a side effect, also fixes misattribution of MIME bodies
as MIME headers with mime: tag. Original bug report:
https://bugs.launchpad.net/ubuntu/+source/bogofilter/+bug/320829
Before this fix, bogofilter did not properly MIME-decode the first
line in a body. This was especially bad with Christian\'s samples
where the whole body was only one long base64 line.
+ Removed two scripts that are auto-built.
+ Added test case for Stephen Davies\' Q-P EOL problem (see below).
+ Fixed EOL problem in quoted_printable text. Problem reported by
Stephen Davies and identified by Pavel Kankovsky
+ Promoted to \"stable\"

Thu May 7 14:00:00 2009 lmuelleAATTsuse.de
- Update to version 1.2.0.
+ Flex-2.5.35 has fix for memory allocation problem in 2.5.4, 2.5.31, and
2.5.33, making bogofilter\'s flex patch obsolete.
+ Bogofilter now uses listsort in place of qsort.
+ Added token-count=n, token-count-min=n, and token-count-max=n options.
+ Minor code cleanups.
+ spamitarium.pl updated to version 0.3.0
+ update bf_compact documentation by removing explicit Berkeley DB
references, as it has been fixed to work with other database drivers in
March 2008.
+ bf_compact, bf_copy and bf_tar now support transformed program names
+ Update sqlite3 adaptor to take advantage of sqlite3_prepare_v2() API
function that appeared in SQLite 3.3.9. The new _v2 interface allows for
more specific error messages when executing SQL statements. Also enable
extended result codes for more precise error reporting.
+ Update doc/integrating-with-postfix: the script now suggests sendmail -G
- i (where -G will be ignored by Postfix before 2.3) to tell Postfix it\'s a
gateway submission, not an original injection; the filter pipe(8) magic
for master.cf now suggests flags=Rq (was flags=R), as per Postfix\'s
FILTER_README.
+ Drop support for systems that reverse setvbuf arguments. The last systems
to do that are reported to be shipped in 1987 by the autoconf manual, so
ditch them.


 
ICM