Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763024 - mail-filter/bogofilter-1.2.5: version bump
Summary: mail-filter/bogofilter-1.2.5: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-01-02 04:32 UTC by Sam James
Modified: 2021-07-08 07:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-02 04:32:20 UTC
Thanks!


1.2.5	2019-10-11
	* Release bogofilter 1.2.5.

1.2.5.RC1
	2019-09-08
	* Release candidate #1 for bogofilter 1.2.5.
	* Add a file "OBITUARY" to inform the bogofilter community
	  that and how David M. Relson has passed away in 2013.
	* Matthias Andree has been maintainer since.

	2019-08-04
	* Const-ness fix initiated for KyotoCabinet driver (fixing a const
	  qualifier warning there) also improves performance in some
	  "full-database" operations for LMDB and SQLite3, through reduced
	  memory allocation and copy operations.

	2019-06-21
	* Plugged more memory leaks (one-shot leaks in bogoutil/bogotune).
	* RPMs or scripts for static library builds have been removed.
	  Bogofilter no longer supports systems that are too far out of date.
	  This removes .spec files from the package (for now, it is still
	  built during ./configure), disables "make rpm", and drops the
	  install-staticdblibs.sh script, and removes "--enable-static"
	  support from ./configure.

	2019-05-19
	* Bogofilter's source code repository has been converted to Git,
	  and is hosted on GitLab and mirrored onto SourceForge.net.
	  In contrast to Subversion (SVN), the prior system, Git is
	  a distributed open-source version control system and has
	  gained a lot of ground over the past years, and is solid and
	  scales well.

	2018-07-19
	* Support for using LMDB (Lightning Memory-Mapped Database Manager)
	  as the database back-end. Suggested, courteously implemented and
	  contributed by Steffen Nurpmeso, steffen .at. sdaoden.eu.

	2018-07-17
	* The Berkeley DB backend driver forgoes DB_NOSYNC in transactional
	  mode, so as to synchronize changes from the logs back into the .db
	  files to keep them up to date and make environments more robust
	  against a loss of log.* files, for instance, when moving databases.

	2017-09-18
	* The contrib/spamitarium.pl, originally written by Thomas 'Tom'
	  Anderson, was enhanced by Jonathan Kamens and grew a few features.
	  Run perldoc contrib/spamitarium.pl, or spamitarium.pl -h, to read
	  its manual.

	2016-01-26
	* Apply patch from Denny Lin, with one fix, to add support for the
	  KyotoCabinet embedded database library.  To enable, install
	  KyotoCabinet including the development files, and run
	  configure --with-database=kyotocabinet when building bogofilter.
	  Thanks!

	* Apply patch from Denny Lin to plug a few memory leaks in bogofilter's
	  TokyoCabinet implementation, contributed through the bogofilter-dev
	  mailing list.  Thanks!

	2015-10-10
	* Fix build with C89 compilers.
	* Fix several memory leaks.
	* Fix an out-of-bounds memory read in maint.c's discard_token().
	  Found with clang 3.6's address sanitizer.

	2015-02-28
	* Fix the lexer to not try to delete parts from HTML tokens if it is
	  reading garbage (for instance, binary files misdeclared as HTML).
	  This was exposed on Fedora 20 and 21 but not Ubuntu 14.04 (x86_64),
	  and is possibly related to its newer flex 2.5.37 that may have
	  changed the way it uses yyinput() a bit.  Reported by Matt Garretson.
	  Fixes sourceforge.net Bug #116, with commit cd33fc0.

	2015-02-25
	* Fix the lexer to handle MIME multipart messages properly when the
	  boundary ended in "--".  The parser would previously never find the
	  MIME parts because it mistook all boundaries ending in two dashes to
	  be the final boundary of the multipart, rather than checking if the
	  two dashes were extra.  Add a test case, t.lexer.boundary--.
	  Reported by Matt Garretson to the bogofilter mailing list today.

	2014-07-10
	* Take patch from Julius Plenz to fix a bug in the charset converter
	  that causes truncation of messages in pass-through mode in rare
	  circumstances, for instance, if binary data is misdeclared as
	  text/html.  Also add his test case, t.passthrough-truncation.

	2013-11-30
	* Updated autoconf/automake stuff so that tests work properly with
	  automake versions that default to running parallel-tests.

	2013-07-06
	* Relicensed all security announcements under a dual-license, at the
	  user's option, to ease distribution without repackaging:

	  - Creative Commons Attribution-NoDerivs 3.0 Germany License
	    (CC BY-ND 3.0)
	  - GNU General Public License v3 or newer (GPL v3+).
Comment 1 Larry the Git Cow gentoo-dev 2021-07-08 07:35:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063b180e11f29d4d8cbba732c65d8cef9d77c777

commit 063b180e11f29d4d8cbba732c65d8cef9d77c777
Author:     Marco Scardovi <marco@scardovi.com>
AuthorDate: 2021-06-24 14:53:47 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-07-08 07:35:05 +0000

    mail-filter/bogofilter: bump to 1.2.5
    
    This also drop patch made for v1.2.4
    Closes: https://bugs.gentoo.org/763024
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Marco Scardovi <marco@scardovi.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 mail-filter/bogofilter/Manifest                |   1 +
 mail-filter/bogofilter/bogofilter-1.2.5.ebuild | 129 +++++++++++++++++++++++++
 2 files changed, 130 insertions(+)