notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/bogofilter-sqlite/Makefile
SVNWeb

Number of commits found: 33

Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 27 Jan 2022
[ 00:08 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:c443b6628ed1c2b7e5cd65ee4f8cc12340fad8e3  commit hash:c443b6628ed1c2b7e5cd65ee4f8cc12340fad8e3  commit hash:c443b6628ed1c2b7e5cd65ee4f8cc12340fad8e3  c443b66  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
mail/bogofilter*: change default database

* The default version of mail/bogofilter now uses LMDB instead
  of Berkeley DB. It is not compatible and cannot read databases.

* bogofilter was renamed to bogofilter-bdb
* bogofilter-lmdb was renamed to bogofilter

* MOVED/UPDATING entries included.
Wed, 12 Jan 2022
[ 19:41 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:654acd81409d31495f8b1b11db61e1afbf640981  commit hash:654acd81409d31495f8b1b11db61e1afbf640981  commit hash:654acd81409d31495f8b1b11db61e1afbf640981  654acd8  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
math/gsl: bump portrevision of consumers after update to 2.7.1

PR:		260201
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 23 Nov 2021
[ 22:11 Stefan Eßer (se) search for other commits by this committer ]    commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  5933ac0  (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 25 Oct 2019
[ 23:41 tcberner search for other commits by this committer ] Original commit   Revision:515671 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
math/gsl: update to 2.6

- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
  - this also breaks the two consumers of this port

- biology/gemma: has a conflict with cblas, and is makred broken.

PR:		241363
Exp-run by:	antoine
Thu, 19 Sep 2019
[ 13:53 tobik search for other commits by this committer ] Original commit   Revision:512340
mail/bogofilter: Spell GSL_CONFIGURE_OFF correctly

There is no opt_CONFIGURE_ARGS_OFF helper.
Sun, 8 Sep 2019
[ 21:46 mandree search for other commits by this committer ] Original commit   Revision:511600
Update bogofilter to 1.2.5.r1, add new database variants.

There are now -kc and -lmdb slave ports that use
KyotoCabinet and LMDB databases.

Since KyotoCabinet is supposed to relieve TokyoCabinet from duty,
sunset the -tc port some 15 months from now.

Clean up CONFLICTS.

Run self-tests in post-build. This reveals Berkeley DB issues
on the various RISC architectures (mips64, aarch64).
Sat, 23 Jun 2018
[ 08:27 tcberner search for other commits by this committer ] Original commit   Revision:473116 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 2.5

PR:		229067
Mon, 3 Jul 2017
[ 20:38 tcberner search for other commits by this committer ] Original commit   Revision:444988 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 2.4

Exp-Run by:	antoine
PR:		220408
Sun, 10 Jan 2016
[ 16:44 bapt search for other commits by this committer ] Original commit   Revision:405721 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Convert categories m* and m* to USES=sqlite and USES=firebird
Thu, 21 Aug 2014
[ 09:05 marino search for other commits by this committer ] Original commit   Revision:365537
mail/bogofilter-(sqlite|tc): bump these too after math/gsl lib change

PR:		192870
Submitted by:	ahktenzero
Fri, 4 Jul 2014
[ 09:41 tijl search for other commits by this committer ] Original commit   Revision:360588 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Tue, 1 Oct 2013
[ 14:21 mandree search for other commits by this committer ] Original commit   Revision:328952
Support staging.
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Thu, 4 Jul 2013
[ 06:37 mandree search for other commits by this committer ] Original commit   Revision:322264
Update to new upstream release 1.2.4 which basically only contained what
patches we hade in the 1.2.3 port.
Mon, 1 Jul 2013
[ 06:26 mandree search for other commits by this committer ] Original commit   Revision:322117
Fix read-from-NULL-pointer crashes when command line option arguments
are missing from long options --syslog-tag, --timestamp-date, or
--db-cachesize (the short option equivalents were unaffected); or when
BOGODIR/BOGOFILTER_HOME/HOME environment variables are all three
missing when running bogotune. (This is all under the invoking user's
control and not believed to be security relevant.)

Reported by Alexandre Rebert, found within the Mayhem project he is with.

Obtained from:	http://svn.code.sf.net/p/bogofilter/code/trunk
Wed, 12 Jun 2013
[ 07:41 mandree search for other commits by this committer ] Original commit   Revision:320668
Pull in patch from SVN in an attempt to fix flex-related -CURRENT build issues.

While here, fix bogofilter slave port's Makefile banners.
Mon, 3 Dec 2012
[ 20:16 mandree search for other commits by this committer ] Original commit   Revision:308171
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
Wed, 31 Aug 2011
[ 10:32 mandree search for other commits by this committer ] Original commit 
Demote CONFLICTS to CONFLICTS_INSTALL.

Bump PORTREVISION on slave ports to pull in master port bugfix for trainbogo.sh.
Mon, 9 May 2011
[ 16:42 bf search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Mon, 19 Jul 2010
[ 22:43 mandree search for other commits by this committer ] Original commit 
Update to new upstream version 1.2.2. Remove now-obsolete patch.
Tue, 6 Jul 2010
[ 09:03 mandree search for other commits by this committer ] Original commit 
Fix crash in base64 decoder. Pending CVE assignment from oss-security@.
Also pending vulndb entry.

Approved by:  garga (mentor, implicit)
Feature safe: yes
Sun, 13 Jun 2010
[ 11:57 mandree search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Switch MAINTAINER line to FreeBSD address.

Approved by: garga (mentor, implicit)
Thu, 7 Jan 2010
[ 15:17 mandree search for other commits by this committer ] Original commit 
Update to new upstream release 1.2.1.

Submitted by: lwhsu@
PR:           ports/141417
Approved by:  garga@ (mentor)
Tue, 1 Dec 2009
[ 20:33 makc search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Chase math/gsl update,
bump PORTREVISION
Wed, 13 May 2009
[ 08:49 miwi search for other commits by this committer ] Original commit 
- 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)
Thu, 8 Jan 2009
[ 16:00 miwi search for other commits by this committer ] Original commit 
- Set CONFLICT with mail/bogofilter-tc.

PR:             127039
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Mon, 24 Oct 2005
[ 14:25 garga search for other commits by this committer ] Original commit 
- 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
Wed, 8 Jun 2005
[ 12:21 jylefort search for other commits by this committer ] Original commit 
- Skip the overzealous t.lock3 test that is very delicate WRT timing, I/O and
  such, and broke on pointyhat and often breaks on user systems, too
- Skip t.valgrind, which is pretty environment-dependent

PR:             ports/81929
Submitted by:   maintainer
Mon, 30 May 2005
[ 10:48 yar search for other commits by this committer ] Original commit 
- 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
Thu, 26 May 2005
[ 12:05 pav search for other commits by this committer ] Original commit 
New sibling bogofilter port to use the sqlite3 database backend.

PR:             ports/81448
Submitted by:   Matthias Andree <matthias.andree@gmx.de>

Number of commits found: 33