28cba FreshPorts -- mail/bogofilter
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
bogofilter 1.2.3 mail on this many watch lists=17 search for ports that depend on this port An older version of this port was marked as vulnerable.
Fast, teachable, learning spam detector
Maintained by: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Nov 2002 17:37:03
License: not specified in port


Bogofilter is a trainable email spam detector.

Bogofilter takes an email message or other text on standard input, parses it
into words, does a statistical check against databases of "good" and "bad"
words, and returns a status code indicating whether or not the message is spam.
Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text
attachments and HTML comments.

The supported database backends are Berkeley DB, QDBM and SQLite3.

WWW: http://bogofilter.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. mail/bogofilter-sqlite
  2. mail/bogofilter-tc

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/automake
  2. devel/autoconf
Required To Run:
  1. lang/perl5.14
Required Libraries:
  1. converters/libiconv
  2. math/gsl
  3. databases/db41

This port is required by:

for Run

To install the port: cd /usr/ports/mail/bogofilter/ && make install clean
To add the package: pkg_add -r bogofilter


Configuration Options
===> The following configuration options are available for bogofilter-1.2.3:
     GSL=on: Link with system-wide GSL dynamically (recommended)
     UNICODE=on: Normalize tokens to Unicode (UTF-8) (recommended)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  3. http://freefr.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  4. http://garr.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  5. http://heanet.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  6. http://hivelocity.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  7. http://ignum.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  8. http://internode.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  9. http://iweb.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  10. http://jaist.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  11. http://kaz.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  12. http://kent.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  13. http://master.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  14. http://nchc.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  15. http://ncu.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  16. http://netcologne.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  17. http://sunet.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  18. http://superb-dca3.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  19. http://switch.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  20. http://tenet.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  21. http://ufpr.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/
  22. http://waix.dl.sourceforge.net/project/bogofilter/bogofilter-current/bogofilter-1.2.3/

Number of commits found: 119 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 May 2013 12:06:38
Original commit files touched by this commit  1.2.3
bdrewery search for other commits by this committer
- Fix build after USES=iconv conversion in r316662,
  USES must be defined before bsd.port.pre.mk

Reported by:	John Marino <draco@marino.st>
27 Apr 2013 11:59:29
Original commit files touched by this commit  1.2.3
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
21 Mar 2013 20:27:33
Original commit files touched by this commit  1.2.3
mandree search for other commits by this committer
- remove three self-tests again, two because they were meant to be
  disabled due to timings on the package builders,
  one (t.abort) because it fails on pointyhat.

Submitted by:	miwi
06 Jan 2013 11:13:14
Original commit files touched by this commit  1.2.3
mandree search for other commits by this committer
Convert to Options NG.
Clean up Makefile header.
03 Dec 2012 20:16:21
Original commit files touched by this commit  1.2.3
mandree search for other commits by this committer
Update bogofilter to new upstream release 1.2.3.
Security update to fix a heap corruption bug with invalid base64 input,
reported and fixed by Julius Plenz, FU Berlin, Germany.

Feature safe:   yes
Security:       CVE-2012-5468
Security:       f524d8e0-3d83-11e2-807a-080027ef73ec
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.2.2_3
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
31 Aug 2011 10:32:13
Original commit files touched by this commit  1.2.2_3
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Demote CONFLICTS to CONFLICTS_INSTALL.

Bump PORTREVISION on slave ports to pull in master port bugfix for trainbogo.sh.
31 Aug 2011 10:19:58
Original commit files touched by this commit  1.2.2_3
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Fix contrib/trainbogo.sh to use md5 rather than md5sum.
Reported by: RW

Split CPPFLAGS from CONFIGURE_ENV.
Reported by: portlint
03 Jul 2011 13:53:52
Original commit files touched by this commit  1.2.2_2
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
- remove MD5
09 May 2011 16:42:28
Original commit files touched by this commit  1.2.2_2
 This port version is marked as vulnerable.
bf search for other commits by this committer
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Punt autoconf267->autoconf268
05 Oct 2010 19:57:56
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
15 Sep 2010 18:35:24
Original commit files touched by this commit  1.2.2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
19 Jul 2010 22:43:21
Original commit files touched by this commit  1.2.2
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Update to new upstream version 1.2.2. Remove now-obsolete patch.
06 Jul 2010 09:03:44
Original commit files touched by this commit  1.2.1_2
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Fix crash in base64 decoder. Pending CVE assignment from oss-security@.
Also pending vulndb entry.

Approved by:  garga (mentor, implicit)
Feature safe: yes
29 Mar 2010 01:12:27
Original commit files touched by this commit  1.2.1_1
 This port version is marked as vulnerable.
wen search for other commits by this committer
- Bump PORTREVISION to chase the update of math/gsl
07 Jan 2010 15:17:59
Original commit files touched by this commit  1.2.1
 This port version is marked as vulnerable.
mandree search for other commits by this committer
Update to new upstream release 1.2.1.

Submitted by: lwhsu@
PR:           ports/141417
Approved by:  garga@ (mentor)
27 Dec 2009 03:17:20
Original commit files touched by this commit  1.2.0_3
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
forced commit for QAT
01 Dec 2009 20:33:45
Original commit files touched by this commit  1.2.0_3
 This port version is marked as vulnerable.
makc search for other commits by this committer
Chase math/gsl update,
bump PORTREVISION
22 Aug 2009 00:28:34
Original commit files touched by this commit  1.2.0_2
  Sanity Test Failure This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
16 Aug 2009 04:32:24
Original commit files touched by this commit  1.2.0_2
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Mark as broken on sparc64: fails self-tests.

Hat:            portmgr
02 Jun 2009 21:43:10
Original commit files touched by this commit  1.2.0_2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
Update to late May SVN snapshot to
- Fix quoted-printable decoding in the presence of excess CR characters
  (continuation lines)
- Fix parallel build by removing two files that were accidentally shipped

PR:             135149
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
29 May 2009 04:26:22
Original commit files touched by this commit  1.2.0_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Mark as broken on sparc64: fails self-tests.
17 May 2009 06:35:19
Original commit files touched by this commit  1.2.0_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Update to 1.4.20
- Bump PORTREVISION for SHLIB bump

PR:             ports/134596
Submitted by:   lwshu
13 May 2009 08:49:43
Original commit files touched by this commit  1.2.0
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.2.0, resetting PORTREVISION where set.
- use bsd.database.mk framework (USE_BDB/USE_SQLITE)
- set MAKE_JOBS_SAFE for parallel builds

PR:             134323
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
25 Apr 2009 00:34:39
Original commit files touched by this commit  1.1.7_2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Update to 4.1.16
- Bump PORTREVISION for SHLIB bump
03 Feb 2009 06:16:40
Original commit files touched by this commit  1.1.7_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Mark bogofilter and slave ports as broken on sparc64: coredump while
installing.
12 Jan 2009 20:37:24
Original commit files touched by this commit  1.1.7_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Chase gsl shlib bump
08 Jan 2009 16:00:18
Original commit files touched by this commit  1.1.7
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Set CONFLICT with mail/bogofilter-tc.

PR:             127039
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.1.7
 This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 May 2008 22:21:00
Original commit files touched by this commit  1.1.7
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
- update to 1.1.7 [1]
- use SF macro [2]

PR:             ports/123420 [1]
Submitted by:   maintainer [1], itetcu@ (me) [2]
08 Apr 2008 13:53:22
Original commit files touched by this commit  1.1.6_1
 This port version is marked as vulnerable.
jadawin search for other commits by this committer
- Chase the gsl shared lib bump.

Approved by:    thierry (mentor)
22 Dec 2007 00:16:04
Original commit files touched by this commit  1.1.6
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.1.6

PR:             118846
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
14 Aug 2007 10:13:17
Original commit files touched by this commit  1.1.5_2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Add missing file in pkg-plist.
- bump PORTREVISION

PR:             ports/114425
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
Reviewed by:    maintainer (Matthias Andree)
Approved by:    maintainer
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.1.5_1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
29 Jun 2007 05:46:43
Original commit files touched by this commit  1.1.5_1
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
chase math/gsl lib version
16 Jan 2007 06:14:03
Original commit files touched by this commit  1.1.5
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 1.1.5

PR:             ports/107967
Submitted by:   maintainer (Matthias Andree)
15 Jan 2007 15:10:14
Original commit files touched by this commit  1.1.4
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.1.4
- Add mandir to INSTALL_TARGET

PR:             ports/107907
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
11 Jul 2006 14:07:25
Original commit files touched by this commit  1.0.3
 This port version is marked as vulnerable.
itetcu search for other commits by this committer
- Update to 1.0.3

PR:             ports/100085
Submitted by:   maintainer
06 May 2006 01:28:22
Original commit files touched by this commit  1.0.2_1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
15 Mar 2006 15:11:04
Original commit files touched by this commit  1.0.2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 1.0.2

PR:             ports/94468
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
03 Jan 2006 20:14:39
Original commit files touched by this commit  1.0.1
 This port version is marked as vulnerable.
anray search for other commits by this committer
- Update to 1.0.1

PR:             ports/91269
Submitted by:   maintainer
02 Dec 2005 13:41:35
Original commit files touched by this commit  1.0.0
 This port version is marked as vulnerable.
ehaupt search for other commits by this committer
- Update to 1.0.0
- Skip t.lock3 which is prone to run out of retries on busy machines
- Revise pkg-descr
- Nuke files/patch-tests-nolocalconfig (merged upstream)

PR:             89823
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
13 Nov 2005 22:08:27
Original commit files touched by this commit  0.96.6
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update to 0.96.6

PR:             88951
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
08 Nov 2005 12:06:21
Original commit files touched by this commit  0.96.5
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update to 0.96.5

PR:             88654
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
28 Oct 2005 11:17:04
Original commit files touched by this commit  0.96.3_2
 This port version is marked as vulnerable.
garga search for other commits by this committer
- update contrib/ to match upstream
- fix up bash-isms from contrib/randomtrain (patch), that should be the last
  bash-ism in contrib/ (also fixed in upcoming upstream 0.96.4 release)
- Remove bash dependency

PR:             ports/88121
Submitted by:   maintainer
26 Oct 2005 19:56:26
Original commit files touched by this commit  0.96.3_1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Fix string size in files/patch-mimetypes

PR:             88054
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
26 Oct 2005 13:02:49
Original commit files touched by this commit  0.96.3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update to 0.96.3

PR:             88016
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
24 Oct 2005 14:25:38
Original commit files touched by this commit  0.96.2_1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Fix NOPORTDOCS "make install" and packaging,
  reported by Stanislaw Halik (bcc'd to protect his mail address).
- Clean up CONFLICTS
- Run t.lock3 in bogofilter-sqlite again
- Bump port revision after pkg-plist change.

PR:             ports/87890
Submitted by:   maintainer
22 Oct 2005 00:06:41
Original commit files touched by this commit  0.96.2
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update to 0.96.2

PR:             87820
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
29 Aug 2005 02:55:06
Original commit files touched by this commit  0.96.0
 This port version is marked as vulnerable.
ahze search for other commits by this committer
- Update to 0.96.0

PR:             ports/85421
Submitted by:   Matthias Andree (maintainer)
25 Jul 2005 15:15:06
Original commit files touched by this commit  0.95.2
 This port version is marked as vulnerable.
vsevolod search for other commits by this committer
Update to 0.95.2

PR:             ports/83906
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:    perky (mentor)
21 Jun 2005 14:44:17
Original commit files touched by this commit  0.94.14_1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Fix bf_resize bash'isms.

PR:             ports/82441
Submitted by:   maintainer
Noticed by:     ache
14 Jun 2005 13:13:51
Original commit files touched by this commit  0.94.14
 This port version is marked as vulnerable.
jylefort search for other commits by this committer
Update to 0.94.14

PR:             ports/82208
Submitted by:   maintainer
31 May 2005 17:32:19
Original commit files touched by this commit  0.94.13_1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Bump PORTREVISION.
31 May 2005 17:31:17
Original commit files touched by this commit  0.94.13
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Fix OPTIONS.
- Remove outdated ChangeLog.

PR:             ports/81719
Submitted by:   maintainer
30 May 2005 10:48:24
Original commit files touched by this commit  0.94.13
 This port version is marked as vulnerable.
yar search for other commits by this committer
- Update to 0.94.13
  * iconv/unicode bugfixes
  * sqlite3 interface much more CPU efficient and faster now
  * bogofilter -q option to suppress printing of statistics
  (see share/doc/bogofilter/NEWS for details)
- convert WITHOUT_*/pre-everything messaging stuff (GSL, BASH) to OPTIONS
- add an OPTIONS switch for ICONV (experimental, default off),
  suggested by Yar Tikhiy.
- revise pkg-install message
- use a more suitable LIBS/CPPFLAGS passing for sibling ports or
  when GSL=off ICONV=on is used.
- change wording of GSL OPTION.
- reset -qdbm PORTREVISION
- remove obsoleted bogofilter-qdbm/files/* patches
- deprecate bogofilter-tdb effective 2005-11-30

Removed files:
- bogofilter-qdbm/files/patch-pathcycle

PR:             ports/81642
Submitted by:   maintainer
26 May 2005 12:07:31
Original commit files touched by this commit  0.94.12
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update CONFLICTS
24 May 2005 19:37:06
Original commit files touched by this commit  0.94.12
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Style: dequote COMMENT, ?= in PORTREVISION, this port have slave ports

Approved by:    maintainer
20 May 2005 12:27:50
Original commit files touched by this commit  0.94.12
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.94.12

PR:             ports/81268
Submitted by:   maintainer
17 May 2005 03:31:09
Original commit files touched by this commit  0.92.8_1
 This port version is marked as vulnerable.
vanilla search for other commits by this committer
Add CONFLICTS to bogofilter-current.
02 May 2005 20:46:12
Original commit files touched by this commit  0.92.8_1
 This port version is marked as vulnerable.
jylefort search for other commits by this committer
Bump PORTREVISION after the libgsl update.

Obtained from:  thierry
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.92.8
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.92.8
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
08 Dec 2004 03:15:24
Original commit files touched by this commit  0.92.8
 This port version is marked as vulnerable.
ahze search for other commits by this committer
Chase SHLIB in qdbm
26 Oct 2004 05:02:56
Original commit files touched by this commit  0.92.8
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to 0.92.8

This update fixes among many other tiny bugs one security bug that
allows a remote attacker to cause a denial of service in bogofilter,
by crashing it; a malformatted (non-conformant) RFC-2047 encoded
word triggers an attempt to write a terminating NUL byte past the
end of a buffer or (more commonly) into the zero-page, which causes
a segfault.

Depending on the exact MTA/MDA configuration on the receiving
machine, this can cause a denial of service of the mail system.

PR:             ports/73144
Submitted by:   maintainer
14 Oct 2004 08:01:50
Original commit files touched by this commit  0.92.7
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.92.7

PR:             ports/72670
Submitted by:   maintainer
23 Aug 2004 05:11:04
Original commit files touched by this commit  0.92.6
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.92.6

PR:             ports/70840
Submitted by:   maintainer
20 Aug 2004 15:09:32
Original commit files touched by this commit  0.92.5
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.92.5

PR:             ports/70713
Submitted by:   maintainer
29 Jul 2004 20:45:58
Original commit files touched by this commit  0.92.4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.92.4

PR:             ports/69767
Submitted by:   maintainer
28 Jul 2004 06:05:36
Original commit files touched by this commit  0.92.3
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.92.3

PR:             ports/69680
Submitted by:   maintainer
15 Jul 2004 06:40:33
Original commit files touched by this commit  0.92.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to 0.92.2, fixing some bugs,
  format string change: %I -> %A, new %I (message-ID) and %Q (queue-ID)

PR:             ports/69080
Submitted by:   maintainer
07 Jul 2004 12:09:23
Original commit files touched by this commit  0.92.1
 This port version is marked as vulnerable.
vs search for other commits by this committer
Add patch-file missed in latest commit.

Noticed by: kris
07 Jul 2004 11:03:06
Original commit files touched by this commit  0.92.1
 This port version is marked as vulnerable.
vs search for other commits by this committer
Fix -qdbm/-tdb build failure that was caused by a hardcoded file name suffix in
the test suite

PR:             ports/68760
Submitted by:   maintainer
06 Jul 2004 22:15:40
Original commit files touched by this commit  0.92.1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 0.92.1
Chase libraries according to new math/gsl version

PR:             ports/68741
Submitted by:   maintainer
28 Jun 2004 20:24:17
Original commit files touched by this commit  0.92.0_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add a ChangeLog.port file

Fix SIGSEGV (NULL dereferenced pointer read) when %I is used
and no IP address had been found (reported by Clemens Fischer)

Fix data base shutdown in multiple-wordlists mode
when BOGOFILTER_CONCURRENT_DATA_STORE is set in the environment

PR:             ports/68455
Submitted by:   maintainer
28 Jun 2004 05:55:50
Original commit files touched by this commit  0.92.0
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to version 0.92.0

PR:             ports/68436
Submitted by:   maintainer
18 Jun 2004 14:25:35
Original commit files touched by this commit  0.17.5_1
 This port version is marked as vulnerable.
yar search for other commits by this committer
Prepare for committing a new sub-port russian/bogofilter (ru-bogofilter).

Approved by:    Matthias Andree (as maintainer)
17 Jun 2004 07:10:45
Original commit files touched by this commit  0.17.5_1
 This port version is marked as vulnerable.
yar search for other commits by this committer
Implement WITHOUT_GSL so that bogofilter can statically link against the
internal GSL subset, to avoid the bulky libtool and gsl requirements.

PR:             ports/68021
Submitted by:   Matthias Andree (as maintainer)
28 May 2004 19:30:06
Original commit files touched by this commit  0.17.5_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Install trainbogo.sh script
- Add a WITHOUT_BASH install-time option that will remove the
  bash2 dependency and the bash-dependent contrib/ scripts and
  documentation (randomtrain, scramble, trainbogo.sh)
- Bump PORTREVISION

PR:             ports/67303
Submitted by:   maintainer
09 Apr 2004 23:54:16
Original commit files touched by this commit  0.17.5
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to version 0.17.5
- will only use DB 4.2, no configuration possible
  As we don't use the Berkeley DB environment stuff (for
  concurrent or transactional libdb use - __db.NNN and log.NNNNNNNNNN files),
  DB 4.2 will deal with DB 4.0-created data base files just
  fine. This is a migration aid for future bogofilter versions that
  depend on DB 4.1 or newer.
- INSTALL_MAN -> INSTALL_DATA
- ECHO -> ECHO_MSG

PR:             ports/65382
Submitted by:   maintainer
08 Apr 2004 11:41:33
Original commit files touched by this commit  0.16.4
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add patch to prevent build failure when a default configuration
  with obsoleted options is already installed

PR:             ports/65322
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Reported by:    Alessandro de Manzano
23 Feb 2004 12:15:59
Original commit files touched by this commit  0.16.4
 This port version is marked as vulnerable.
kris search for other commits by this committer
IGNORE on alpha 5.x: infinite loop in build
01 Feb 2004 04:03:17
Original commit files touched by this commit  0.16.4
 This port version is marked as vulnerable.
eik search for other commits by this committer
- Update to 0.16.4
- Clean up pkg-plist, use PORTDOCS instead
- Clean up Makefile a bit.
  - convert do-install: to INSTALL_TARGET
  - use some wildcard patterns to keep RELEASE.NOTES/CHANGES file lists concise.
- Use SIZE in distinfo.

PR:             62206
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
15 Jan 2004 08:57:37
Original commit files touched by this commit  0.15.13.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Use db-4.2 in LIB_DEPENDS
- Remove contiguous blank line

PR:             61375
Submitted by:   maintainer
14 Jan 2004 21:16:21
Original commit files touched by this commit  0.15.13.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to 0.15.13.2, to fix Alpha SIGFPE (we use -mieee now)
- Support WITH_DB_VER=42 to build against db42 rather than
  default db4
- Switch to bz2 to reduce download time and data volume.
- Fix up forgotten src/version.c update to 0.15.13.2

PR:             61284
Submitted by:   maintainer
07 Jan 2004 08:55:56
Original commit files touched by this commit  0.15.13.1
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to 0.15.13.1

PR:             61004
Submitted by:   maintainer
02 Jan 2004 12:26:27
Original commit files touched by this commit  0.15.13
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Update to 0.15.13
- Add conflicts for bogofilter-qdbm, for future port.

PR:             60811
Submitted by:   maintainer
21 Nov 2003 12:13:47
Original commit files touched by this commit  0.15.7_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Fix contributor path for bash
- Change maintainer address.

PR:             59544
Submitted by:   maintainer
01 Nov 2003 14:42:26
Original commit files touched by this commit  0.15.7
 This port version is marked as vulnerable.
sergei search for other commits by this committer
- Unbreak build if xmlto not present by unconditionally enabling
  HTML rebuilding (noticed by olli)

PR:             58801 (follow-up)
Submitted by:   maintainer
01 Nov 2003 14:32:48
Original commit files touched by this commit  0.15.7
 This port version is marked as vulnerable.
sergei search for other commits by this committer
- Update to 0.15.7 (new stable upstream release)
- Fix up NOPORTDOCS mode, install missing manual pages.

PR:             58801
Submitted by:   maintainer
02 Sep 2003 19:05:48
Original commit files touched by this commit  0.14.5.4
 This port version is marked as vulnerable.
obraun search for other commits by this committer
* Upgrade to 0.14.5.4.
* Add CONFLICTS bogofilter<->bogofilter-tdb

PR:             ports/56293
Submitted by:   maintainer
24 Aug 2003 06:09:37
Original commit files touched by this commit  0.14.5.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
* Update to 0.14.5.2
* trivial patch to fix build with TDB (merged to bogofilter
  upstream CVS)
* bogominitrain.pl - removed email 'cruft' and revised format
  of verbose output.
* Fixed parameter type error in dbh_print_names() that causes
  segfault.
* Fixed parsing error that treated "^From " in encoded text as
  a message separator. <<****** THIS IS THE SERIOUS PART ******
* Enhanced verbose output of bogominitrain.pl
* Fixed defect in bogominitrain.pl's norepetition mode.
* Documented '-T' option in man page.
* Revised format for '-T'.

PR:             55914
Submitted by:   maintainer
18 Aug 2003 14:35:31
Original commit files touched by this commit  0.14.5
 This port version is marked as vulnerable.
krion search for other commits by this committer
* TDB is now supported (will be filed as a separate
  bogofilter-tdb port)
* bogofilter now supports a (faster) "combined data base"
* (single file) for
  fresh installs, but continues to support the former "separate
  data base" (two files) format.
* WARNING: the exit code for "error" has changed from 2 to 3
  Update your scripts to use -T or to use the new exit codes.
* bugfixes
* new -T fixed-formatting terse mode for scripts
* documentation updates (FAQ)
* bogofilter can now degenerate tokens before looking them up
* support for encoded tokens was enhanced
* bogoutil error reporting improved
* new bogominitrain.pl script

PR:             55660
Submitted by:   maintainer
02 Jul 2003 22:27:00
Original commit files touched by this commit  0.13.7.2
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Upgrade to 0.13.7.2.

PR:             ports/54047
Submitted by:   maintainer
19 Jun 2003 12:52:08
Original commit files touched by this commit  0.13.6.3
 This port version is marked as vulnerable.
daichi search for other commits by this committer
update port: mail/bogofilter to 0.13.6.3 from 0.13.6.2

PR:             53497
Submitted by:   Matthias Andree <matthias.andree@web.de> (maintainer)
06 Jun 2003 18:10:23
Original commit files touched by this commit  0.13.6.2
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Upgrade to 0.13.6.2.

PR:             ports/52999
Submitted by:   maintainer
04 Jun 2003 20:48:25
Original commit files touched by this commit  0.13.6
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Upgrade to 0.13.6.

PR:             ports/52948
Submitted by:   maintainer
01 Jun 2003 06:45:27
Original commit files touched by this commit  0.13.2.1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Upgrade to 0.13.2.1.

PR:             ports/52650
Submitted by:   maintainer

Number of commits found: 119 (showing only 100 on this page)

1 | 2  »  

2834
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24526
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days26
new fortnight56
new month212

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0