Hello community,

here is the log from the commit of package bogofilter for openSUSE:Factory 
checked in at 2012-12-05 13:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bogofilter (Old)
 and      /work/SRC/openSUSE:Factory/.bogofilter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bogofilter", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bogofilter/bogofilter.changes    2011-12-25 
17:33:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bogofilter.new/bogofilter.changes       
2012-12-05 13:47:24.000000000 +0100
@@ -1,0 +2,40 @@
+Mon Dec  3 10:09:49 UTC 2012 - [email protected]
+
+- 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 <[email protected]>.
+    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).
+       
+-------------------------------------------------------------------

Old:
----
  bogofilter-1.2.1.tar.bz2
  bogofilter-SA-2010-01.diff

New:
----
  bogofilter-1.2.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bogofilter.spec ++++++
--- /var/tmp/diff_new_pack.fZtgeH/_old  2012-12-05 13:47:25.000000000 +0100
+++ /var/tmp/diff_new_pack.fZtgeH/_new  2012-12-05 13:47:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bogofilter
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           bogofilter
-Version:        1.2.1
+Version:        1.2.3
 Release:        0
 Url:            http://bogofilter.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.bz2
-Patch:          bogofilter-SA-2010-01.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  sharutils
@@ -39,7 +39,6 @@
 
 %prep
 %setup
-%patch -p1
 
 %build
 %configure \

++++++ bogofilter-1.2.1.tar.bz2 -> bogofilter-1.2.3.tar.bz2 ++++++
++++ 33318 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to