The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD mail : dspam-devel

Bayesian spam filter - development version

 DSPAM (as in De-Spam) is an open-source project to create a new kind
of anti-spam mechanism, and is currently effective as both a
server-side agent for UNIX email servers and a developer's library
for mail clients, other anti-spam tools, and similar projects
requiring drop-in spam filtering. 

http://dspam.nuclearelephant.com



dspam-devel history


v. 1.63
date: 2007/09/30 04:47:02;  author: linimon;  state: Exp;  lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

v. 1.62 date: 2007/04/13 22:41:04; author: itetcu; state: Exp; lines: +3 -3 Update to 3.8.0 - Official "stable" release - fixed message corruption problems with direct delivery (when using direct delivery (e.g. DeliveryHost), certain servers require a linefeed after carriage return otherwise the message will become malformatted). - added a patch to fix CRLF pairs that are not correctly stripped out when saving the message to the quarantine mbox file; useful if using LMTP or SMTP (as opposed to running the client directly from a delivery script), *AND* you are using the quarantine feature [1] I'm interested if anything breaks in the WebUI if you're not using either SMTP or LMTP. [1] patch from John Peacock http://mailing-list.nuclearelephant.com/6023.html
v. 1.61 date: 2007/03/13 20:11:17; author: garga; state: Exp; lines: +1 -1 - Update clamav to 0.90.1 - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.60 date: 2006/12/17 09:36:58; author: itetcu; state: Exp; lines: +1 -0 Bump PORTEPOCH :( to fix the ersion number going backwards. Submitted by: erwin's automated check Pointyhat by: itetcu (me)
v. 1.59 date: 2006/12/16 20:31:41; author: itetcu; state: Exp; lines: +2 -1 Don't put _1 in PORTVERSION but use PORTREVISION intead. UNbreak. Submitted by: Paul Buetow
v. 1.58 date: 2006/11/12 16:08:20; author: itetcu; state: Exp; lines: +16 -6 - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@)
v. 1.57 date: 2006/10/10 11:28:49; author: itetcu; state: Exp; lines: +29 -33 Update to 3.6.8 20061010.1118 cvs snap: Mark BROKEN on HEAD because it fails to configure with PGSQL, a fix it's on the way, but I want to update the port for 6.2 release and the freeze it's comming. Port changes: - fix longtime standing bug regarding CLAMAV: if "WITHOUT_CLAMAV_LOCAL=true" clamav support wasn't compiled in - added Cyrus's 2.3 deliver as LDA OPTION Change features: - removed oracle driver (unmaintained, didn't work on FreeBSD anyway) New features: - ability to add tagline to messages based on their classification; see tagSpam and tagNonspam preferences in README Bug fixes: - fixed bugs from last release causing pgsql to fail on connection + other fixes - bugfix for segfault on mysql fail and null strlen calls for username
v. 1.56 date: 2006/06/05 08:50:55; author: itetcu; state: Exp; lines: +4 -4 Update to a new CVS HEAD snapshot. Please note that, among other changes, this update breaks Dspam API/ABI. Also this is different from upcomming 3.6.7 update for mail/dspam, which will be only a bug-fix release. Dropped (very) old sql migration scripts. Approved by: lawrance (mentor, implicit)
v. 1.55 date: 2006/05/15 00:47:04; author: itetcu; state: Exp; lines: +6 -19 Update to 3.6.6 (stable) release. (At this moment it should be indentical to mail/dspam.) Removed features: - Phased out deprecated Berkeley DB drivers Bugfixes: - when using logfile, write errors result in segfault Approved by: lawrance (mentor)
v. 1.54 date: 2006/05/13 13:16:08; author: itetcu; state: Exp; lines: +10 -7 - Update to a new snap and fix a bug in it so that it builds pgsql driver. - fix OPTIONS version check - fix rc.d script for dspam_debug enebled - mirror DISTFILES on MASTER_SITE_LOCAL also New feature: - Fallback domains (see 2.6 in README) Bug fixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature Removed features: - dspam_corpus (replaced by newer dspam_train) - dspam_genaliases (replaced by parse-to-headers, virtual users, etc) Approved by: lawrance (mentor)
v. 1.53 date: 2006/05/01 14:57:47; author: pav; state: Exp; lines: +8 -8 - Fix typo in MIN_OPTIONS_VER - Update rc script PR: ports/96542 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.52 date: 2006/04/25 16:58:03; author: erwin; state: Exp; lines: +3 -3 Update to 3.6.5 stable release, identical to our previous snap. PR: 96319 Submitted by: Ion-Mihai IOnut Tetcu (maintainer)
v. 1.51 date: 2006/04/24 16:17:37; author: clsung; state: Exp; lines: +49 -33 Sync with CVS in preparation to 3.6.5 release. Bug-fixes: - invalid read/segfault (dspam.c) - segfault on problems establishing connectivity to clamav (dspam.c) - segfault on NULL username (mysql_drv.c) - bug causing writing of flat-file preferences to fail (pref.c) - fragment file overwritten on retrain (cgi) - corrects the output of "dspam_admin aggr pref" (tools/dspam_admin.c) - prevent quarantining of message when delivering summary WebUI: a lot of fixes and improvements PostgeSQL: improvements to purge scripts and object creation script Port changes: ------------------ Add MySQL 5.1 as backend. Default MySQL version is now 5.0 Optionally depend on LightHTTPD instead of Apache if WITH_CGI=on Fix OPTIONS handling for INDEX (describe); this is a long standing bug and a *big* pontyhat for me; it affected _only_ dependecies recorded in INDEX _if_ OPTIONS were not set (like for package building); however, the package itself was always built right, dependecies recorded OK, etc. Add SCE-tindy as MASTER_SITE, much faster site that my other server. PR: ports/96159 Submitted by: maintainer (Ion-Mihai "IOnut" Tetcu)
v. 1.50 date: 2006/03/15 22:07:15; author: garga; state: Exp; lines: +19 -6 - Update to 3.6.4.20060315.1518 PR: ports/94501 Submitted by: maintainer
v. 1.49 date: 2006/02/27 15:47:41; author: garga; state: Exp; lines: +2 -2 Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING. PR: ports/93847 Submitted by: maintainer Approved by: portmgr (linimon)
v. 1.48 date: 2006/02/23 10:37:45; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.47 date: 2006/02/14 12:02:33; author: lawrance; state: Exp; lines: +3 -3 Update to 3.6.4. - dspam_train: support for training using an index file to define the order of ham/spam - dspam_stats: OR --> OCA PR: ports/93278 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.46 date: 2006/02/12 01:27:36; author: lawrance; state: Exp; lines: +3 -3 Update to 3.6.3 20060211.0037 cvs snap. PR: ports/93173 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.45 date: 2006/02/10 17:02:54; author: garga; state: Exp; lines: +15 -46 Update to 3.6.3 20060208.1807 cvs snap. [1] Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. Drop old knobs check, hard to maintain and conflicting with KNOBS. [1] beginning with this update the SNAP_DATE is UTC instead of EST (GMT+2). PR: ports/93067 Submitted by: maintainer
v. 1.44 date: 2006/02/06 13:47:48; author: garga; state: Exp; lines: +30 -63 o Update to 3.6.3 20060203.1409 cvs snap. o Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and depend on PERL5 for it). o Add an other check for old (unsupported) options. o Some Makefile clean-ups. o Fix spelling in pkg-message [1] o s/pkg_version/${PKG_VERSION}/ o Fix removal of EXAMPLESDIR on pkg-plist [2] PR: ports/92774 Submitted by: maintainer, garga [2] Obtained from: edwin [1] Approved by: maintainer [2]
v. 1.43 date: 2006/01/27 09:53:56; author: garga; state: Exp; lines: +12 -6 - Update to 3.6.3. - Changed mastersites to official mirrors for release version and keep my site for cvs snaps. - A few file/patch* are removed, they are now incorporated in vendor sources. - Drop USE_REINPLACE, it's no longe needed. PR: ports/92335 Submitted by: maintainer
v. 1.42 date: 2005/12/15 06:42:15; author: az; state: Exp; lines: +4 -2 - Fix memory leak in BNR (resurrect files/patch-src_libdspam.c from Attic but with totally different content imported from vendor CVS). - Bump PORTREVISION. PR: ports/90361 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.41 date: 2005/12/12 07:25:35; author: lawrance; state: Exp; lines: +53 -37 Update to 3.6.2: BUGFIX: segfaults in daemon mode with hash_drv plus other hash_dvr fixes BUGFIX: for how token values are calculated, cutting false positives nearly in half plus fixes for LDAP (close LDAP connection after calls, create database even if LDAP fails) Drop local patch files/patch-src_libdspam.c incorporated upstream. Since we could be running clamd on an other server make CLAMAV* options to only enable clam support in dspam and provide an other option CLAMAV_LOCAL to RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS on package instead of clamd.conf in CLAMAV_LOCAL case. Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers. REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined. PR: ports/90265 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.40 date: 2005/11/17 14:46:54; author: pav; state: Exp; lines: +3 -3 - Fix WITH_CGI (convert to new USE_APACHE) PR: ports/89152 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.39 date: 2005/11/15 06:49:59; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.38 date: 2005/11/11 12:24:36; author: mnag; state: Exp; lines: +40 -19 Update to 3.6.1 Add TRAIN_SCRIPT in OPTIONS Use USE_DBD and USE_SQLITE Add SHA256 PR: 88688 Submitted by: "Ion-Mihai "IOnut" Tetcu" (maintainer)
v. 1.37 date: 2005/10/17 18:14:41; author: garga; state: Exp; lines: +128 -165 - Update to 3.6.0 PR: ports/87555 Submitted by: maintainer
v. 1.36 date: 2005/07/30 15:27:22; author: lawrance; state: Exp; lines: +64 -36 Update to 3.5.2 cvs-snap of 20050725.0800 PR: ports/84301 Submitted by: Ion-Mihai Tetcu (maintainer) Misc. kudos: Jens Holmqvist Elliot Finley Alexandr Smirnov
v. 1.35 date: 2005/05/16 11:29:41; author: jylefort; state: Exp; lines: +3 -3 - Update to 3.5.0.20050512.1145 [1] - Fix CONFLICTS PR: ports/81080 [1] Submitted by: maintainer [1]
v. 1.34 date: 2005/05/09 15:55:41; author: vanilla; state: Exp; lines: +26 -16 - Support for clamd virus checking via TCP (see ClamAVHost, ClamAVPort and ClamAVResponse in dspam.conf) - Support "user+detail" inbound emails and "+quarantine" outbound emails (see EnablePlusedDetail and QuarantineMailbox in dspam.conf) - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ for mail/dspam but true here also [3] Pointed out by Arvinn Lokkebakken for mail/dspam but true here also PR: ports/80791 Submitted by: maintainer
v. 1.33 date: 2005/05/05 21:05:12; author: pav; state: Exp; lines: +48 -45 - Update to 3.5.0.20050428.1100 PR: ports/80443 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.32 date: 2005/04/12 03:25:56; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.31 date: 2005/04/11 08:03:12; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.30 date: 2005/03/06 23:32:23; author: pav; state: Exp; lines: +3 -3 - Update to RC2A snapshot of 20050302.1715 PR: ports/78418 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29 date: 2005/02/25 03:09:25; author: leeym; state: Exp; lines: +68 -45 Update to dspam-devel-3.4.r1.20050216.0945 PR: 77807 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.28 date: 2005/01/31 00:35:49; author: girgen; state: Exp; lines: +11 -40 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.27 date: 2005/01/12 07:28:33; author: edwin; state: Exp; lines: +179 -195 mail-dspam-devel: corect deinstall, package, describe; update; bugfixes; ................ After private debuging, the 25th night spent on-line with the author and two minor versions all to make it work on FreeBSD like it should, discovering some other bugs in proccess, TA DA ! bring in the compleate daemonized version and adjust it for package building dspam-devel-3.3.4 (newer versions sigbus - threads problem) The daemon mode seems to be working now, so the port act like it should: - if enabled with WITH_DEAMON we install the rc script; to start it at boot put 'dspam_enable="YES"' in /etc/rc.conf and set the appropriate options in dspam.conf - read section "2.3 Client/Server Mode" from dspam README to learn how to use dspam in daemon mode - a simple portupgrade from previous versions will work with no problems with your current setup, even if compiled with WITH_DEAMON (default) - change default DB back-end to MySQL to make daemon mode work for package building - add MySQL v5.0.x support -- MYSQL50 [1] - USE_MYSQL and have make describe output right - change of name: SQLITE --> SQLITE2, as we now have sqlite3 support - add Sqlite v3.x support -- SQLITE3 - add BNR_DEBUG option - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out [2] - add support for exim [4] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile - change default DSPAM_HOME_MODE to 0770, it's a directory, you know ;) [3] - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - default maximum message size to 300KB in dspam.conf - correct long-standing copy/paste bug (DSPAM_{GROUP,MODE} were set to DSPAM_HOME_{GROUP,MODE}) - Makefile clean-ups - fix deinstall to delete dspam.conf if it hasn't been customized, as requested by kris@ with "Ports Janitor" hat :) and save the net and myself some bugging mails [1] based on ports/74761 by Gea-Suan Lin [2] based on ports/75548 by Julien Gabel [3] based on ports/75549 by Julien Gabel [4] suggested, incorrectly, in ports/74762 by Shahbaz Javeed Note to committer: all those PR are closed. PR: ports/75647 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.26 date: 2004/12/23 08:25:47; author: nork; state: Exp; lines: +2 -1 Clean up SQLite and related ports. o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
v. 1.25 date: 2004/12/04 17:46:29; author: arved; state: Exp; lines: +8 -3 Update to SNAP_DATE 20041201.1330, which supports daemonized dspam PR: 74599 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.24 date: 2004/11/28 01:09:17; author: pav; state: Exp; lines: +347 -185 - Update to 3.3.0.20041125.0945 snapshot PR: ports/74429 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.23 date: 2004/08/08 15:51:36; author: andreas; state: Exp; lines: +9 -6 - Reported by many, approved by maintainer: Makefile cleanups from Palle Girgensohn (PR 70112), many thanks ! - Fix typo in CYRUS22 option. - Fix typo in CGI option and build the PLIST correctly. - Fix typo in post-install target in the POSTGRESQL{73|74} case. - Correct WITH_POSTGRESQL -> WITH_POSTGRESQL73 and WITH_POSTGRESQL74 - Ion-Mihai Tetcu (maintainer) Removed bogus pkg-install - From me (andreas): Add user and system logging, otherwise you won't get nice statistics/graphs using the CGI interface... - Bumped Port Revision because of important fixes PR: 70112 Submitted by: Palle Girgensohn
v. 1.22 date: 2004/08/07 12:46:15; author: andreas; state: Exp; lines: +1 -0 "Do NOT add --user $USER to the call of dspam binary" is a wrong instruction in pkg-message file since some things have been changed in the developement version Submitted by: Sebastian Yepes F. [ESN]" Reviewed by: Ion-Mihai Tetcu
v. 1.21 date: 2004/08/05 20:39:41; author: andreas; state: Exp; lines: +193 -71 - dspam-devel port (dspam 3.1.0) - 1st release of this port after repository copy - Plus one port dependency fix from me, if "WITH_APACHE2=yes" is set. To prevent overinstallation of apache2, although its already present. Am using sbin/apachectl now as trigger instead of httpd.conf, which has different pathnames in apache/apache2, - PR will be closed by me PR: 68358 Submitted by: Ion-Mihai Tetcu Reviewed by: Andreas Klemm
v. 1.20 date: 2004/07/21 17:22:23; author: andreas; state: Exp; lines: +1 -0 Mark port as broken after repository copy, to prevent package building. Will commit changes asap.
v. 1.19 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.18 date: 2004/07/06 14:43:28; author: pav; state: Exp; lines: +1 -0 - Fix up MySQL 2.x -> 3.x migration instructions Submitted by: Ion-Mihai Tetcu Approved by: maintainer
v. 1.17 date: 2004/07/06 00:45:13; author: pav; state: Exp; lines: +1 -1 - Fix semantics of USER_LOGGING knob Submitted by: Ion-Mihai Tetcu
v. 1.16 date: 2004/07/04 11:58:16; author: pav; state: Exp; lines: +257 -69 - Update to 3.0.0 PR: ports/68625 Submitted by: Rob Evers (maintainer)
v. 1.15 date: 2004/05/14 14:57:22; author: pav; state: Exp; lines: +16 -3 - Add option to use Sendmail as LDA - Fix pkg-message - Fix examples install for Mysql (optionally off) PR: ports/66542 Submitted by: Rob Evers (maintainer)
v. 1.14 date: 2004/05/04 18:43:30; author: pav; state: Exp; lines: +74 -7 - Update to 2.10.6 - Add a lot of new OPTIONS - Fix plist for MySQL option - Make userdir configurable - Make signature life configurable - Add patch to fix delivering to LDA PR: ports/65384, ports/66199 Submitted by: Rob Evers (maintainer) Ion-Mihai Tetcu, Andreas Klemm
v. 1.13 date: 2004/04/05 18:42:17; author: pav; state: Exp; lines: +12 -2 - Update to 2.10.3 - New knobs: SIGNATURE_HEADERS, WHITELIST PR: ports/65131 Submitted by: Talal Al-Dik This patch by: (maintainer)
v. 1.12 date: 2004/03/24 22:45:38; author: pav; state: Exp; lines: +3 -1 - Fix OPTIONS usage: WITH_* must be tested after PR: ports/64629 Submitted by: Shizuka Kudo
v. 1.11 date: 2004/03/23 08:38:02; author: krion; state: Exp; lines: +12 -2 - Update to version 2.10.1 - Add OPTIONS PR: ports/64571 Submitted by: maintainer
v. 1.10 date: 2004/03/14 06:16:52; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.9 date: 2004/01/31 22:51:09; author: sergei; state: Exp; lines: +14 -19 - Update to 2.8.3 [1] - Silence configure warning - Add SIZE to distinfo - Move MySQL scripts into EXAMPLESDIR PR: ports/62108 [1] Submitted by: maintainer [1]
v. 1.8 date: 2004/01/09 02:17:48; author: leeym; state: Exp; lines: +30 -1 Update mail/dspam Add ENABLE_SPAM_DELIVERY knob Make dspam play with qmail Install MySQL documentation Install a dummy mysql.data file PR: 61089 Submitted by: Mark Daniel Reidel Reviewed by: Rob Evers
v. 1.7 date: 2003/12/22 19:13:51; author: krion; state: Exp; lines: +3 -1 - Update to version 2.8.1 PR: 60509 Submitted by: Rob Evers (maintainer)
v. 1.6 date: 2003/12/11 15:57:33; author: krion; state: Exp; lines: +1 -1 - Assign maintainership to Rob Evers PR: 60152 Submitted by: Rob Evers
v. 1.5 date: 2003/12/11 14:42:27; author: sergei; state: Exp; lines: +23 -6 - Update to 2.8 - Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL While I'm here: - Reset maintainer to ports@FreeBSD.org - Dominic Marks released maintainership of his ports on 2003-09-16 (see ports/56935) PR: 60138 Submitted by: Rob Evers
v. 1.4 date: 2003/11/10 00:38:16; author: naddy; state: Exp; lines: +1 -3 Fix master site and unbreak. PR: 58873 Submitted by: Matthias Andree
v. 1.3 date: 2003/11/03 03:56:37; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.2 date: 2003/10/03 23:37:55; author: oliver; state: Exp; lines: +2 -3 Upgrade dspam to 2.7.1 (no response from maintainer for 10 days) PR: ports/57144 Submitted By: Marius Strom
v. 1.1 date: 2003/08/04 11:38:19; author: oliver; state: Exp; Add dspam 2.6.3, a server-side bayesian spam filter. PR: 55222 Submitted by: Dominic Marks ============================================================================= v. 1.63 date: 2007/09/30 04:47:02; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.62 date: 2007/04/13 22:41:04; author: itetcu; state: Exp; lines: +3 -3 Update to 3.8.0 - Official "stable" release - fixed message corruption problems with direct delivery (when using direct delivery (e.g. DeliveryHost), certain servers require a linefeed after carriage return otherwise the message will become malformatted). - added a patch to fix CRLF pairs that are not correctly stripped out when saving the message to the quarantine mbox file; useful if using LMTP or SMTP (as opposed to running the client directly from a delivery script), *AND* you are using the quarantine feature [1] I'm interested if anything breaks in the WebUI if you're not using either SMTP or LMTP. [1] patch from John Peacock http://mailing-list.nuclearelephant.com/6023.html
v. 1.61 date: 2007/03/13 20:11:17; author: garga; state: Exp; lines: +1 -1 - Update clamav to 0.90.1 - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.60 date: 2006/12/17 09:36:58; author: itetcu; state: Exp; lines: +1 -0 Bump PORTEPOCH :( to fix the ersion number going backwards. Submitted by: erwin's automated check Pointyhat by: itetcu (me)
v. 1.59 date: 2006/12/16 20:31:41; author: itetcu; state: Exp; lines: +2 -1 Don't put _1 in PORTVERSION but use PORTREVISION intead. UNbreak. Submitted by: Paul Buetow
v. 1.58 date: 2006/11/12 16:08:20; author: itetcu; state: Exp; lines: +16 -6 - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@)
v. 1.57 date: 2006/10/10 11:28:49; author: itetcu; state: Exp; lines: +29 -33 Update to 3.6.8 20061010.1118 cvs snap: Mark BROKEN on HEAD because it fails to configure with PGSQL, a fix it's on the way, but I want to update the port for 6.2 release and the freeze it's comming. Port changes: - fix longtime standing bug regarding CLAMAV: if "WITHOUT_CLAMAV_LOCAL=true" clamav support wasn't compiled in - added Cyrus's 2.3 deliver as LDA OPTION Change features: - removed oracle driver (unmaintained, didn't work on FreeBSD anyway) New features: - ability to add tagline to messages based on their classification; see tagSpam and tagNonspam preferences in README Bug fixes: - fixed bugs from last release causing pgsql to fail on connection + other fixes - bugfix for segfault on mysql fail and null strlen calls for username
v. 1.56 date: 2006/06/05 08:50:55; author: itetcu; state: Exp; lines: +4 -4 Update to a new CVS HEAD snapshot. Please note that, among other changes, this update breaks Dspam API/ABI. Also this is different from upcomming 3.6.7 update for mail/dspam, which will be only a bug-fix release. Dropped (very) old sql migration scripts. Approved by: lawrance (mentor, implicit)
v. 1.55 date: 2006/05/15 00:47:04; author: itetcu; state: Exp; lines: +6 -19 Update to 3.6.6 (stable) release. (At this moment it should be indentical to mail/dspam.) Removed features: - Phased out deprecated Berkeley DB drivers Bugfixes: - when using logfile, write errors result in segfault Approved by: lawrance (mentor)
v. 1.54 date: 2006/05/13 13:16:08; author: itetcu; state: Exp; lines: +10 -7 - Update to a new snap and fix a bug in it so that it builds pgsql driver. - fix OPTIONS version check - fix rc.d script for dspam_debug enebled - mirror DISTFILES on MASTER_SITE_LOCAL also New feature: - Fallback domains (see 2.6 in README) Bug fixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature Removed features: - dspam_corpus (replaced by newer dspam_train) - dspam_genaliases (replaced by parse-to-headers, virtual users, etc) Approved by: lawrance (mentor)
v. 1.53 date: 2006/05/01 14:57:47; author: pav; state: Exp; lines: +8 -8 - Fix typo in MIN_OPTIONS_VER - Update rc script PR: ports/96542 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.52 date: 2006/04/25 16:58:03; author: erwin; state: Exp; lines: +3 -3 Update to 3.6.5 stable release, identical to our previous snap. PR: 96319 Submitted by: Ion-Mihai IOnut Tetcu (maintainer)
v. 1.51 date: 2006/04/24 16:17:37; author: clsung; state: Exp; lines: +49 -33 Sync with CVS in preparation to 3.6.5 release. Bug-fixes: - invalid read/segfault (dspam.c) - segfault on problems establishing connectivity to clamav (dspam.c) - segfault on NULL username (mysql_drv.c) - bug causing writing of flat-file preferences to fail (pref.c) - fragment file overwritten on retrain (cgi) - corrects the output of "dspam_admin aggr pref" (tools/dspam_admin.c) - prevent quarantining of message when delivering summary WebUI: a lot of fixes and improvements PostgeSQL: improvements to purge scripts and object creation script Port changes: ------------------ Add MySQL 5.1 as backend. Default MySQL version is now 5.0 Optionally depend on LightHTTPD instead of Apache if WITH_CGI=on Fix OPTIONS handling for INDEX (describe); this is a long standing bug and a *big* pontyhat for me; it affected _only_ dependecies recorded in INDEX _if_ OPTIONS were not set (like for package building); however, the package itself was always built right, dependecies recorded OK, etc. Add SCE-tindy as MASTER_SITE, much faster site that my other server. PR: ports/96159 Submitted by: maintainer (Ion-Mihai "IOnut" Tetcu)
v. 1.50 date: 2006/03/15 22:07:15; author: garga; state: Exp; lines: +19 -6 - Update to 3.6.4.20060315.1518 PR: ports/94501 Submitted by: maintainer
v. 1.49 date: 2006/02/27 15:47:41; author: garga; state: Exp; lines: +2 -2 Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING. PR: ports/93847 Submitted by: maintainer Approved by: portmgr (linimon)
v. 1.48 date: 2006/02/23 10:37:45; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.47 date: 2006/02/14 12:02:33; author: lawrance; state: Exp; lines: +3 -3 Update to 3.6.4. - dspam_train: support for training using an index file to define the order of ham/spam - dspam_stats: OR --> OCA PR: ports/93278 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.46 date: 2006/02/12 01:27:36; author: lawrance; state: Exp; lines: +3 -3 Update to 3.6.3 20060211.0037 cvs snap. PR: ports/93173 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.45 date: 2006/02/10 17:02:54; author: garga; state: Exp; lines: +15 -46 Update to 3.6.3 20060208.1807 cvs snap. [1] Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. Drop old knobs check, hard to maintain and conflicting with KNOBS. [1] beginning with this update the SNAP_DATE is UTC instead of EST (GMT+2). PR: ports/93067 Submitted by: maintainer
v. 1.44 date: 2006/02/06 13:47:48; author: garga; state: Exp; lines: +30 -63 o Update to 3.6.3 20060203.1409 cvs snap. o Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and depend on PERL5 for it). o Add an other check for old (unsupported) options. o Some Makefile clean-ups. o Fix spelling in pkg-message [1] o s/pkg_version/${PKG_VERSION}/ o Fix removal of EXAMPLESDIR on pkg-plist [2] PR: ports/92774 Submitted by: maintainer, garga [2] Obtained from: edwin [1] Approved by: maintainer [2]
v. 1.43 date: 2006/01/27 09:53:56; author: garga; state: Exp; lines: +12 -6 - Update to 3.6.3. - Changed mastersites to official mirrors for release version and keep my site for cvs snaps. - A few file/patch* are removed, they are now incorporated in vendor sources. - Drop USE_REINPLACE, it's no longe needed. PR: ports/92335 Submitted by: maintainer
v. 1.42 date: 2005/12/15 06:42:15; author: az; state: Exp; lines: +4 -2 - Fix memory leak in BNR (resurrect files/patch-src_libdspam.c from Attic but with totally different content imported from vendor CVS). - Bump PORTREVISION. PR: ports/90361 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.41 date: 2005/12/12 07:25:35; author: lawrance; state: Exp; lines: +53 -37 Update to 3.6.2: BUGFIX: segfaults in daemon mode with hash_drv plus other hash_dvr fixes BUGFIX: for how token values are calculated, cutting false positives nearly in half plus fixes for LDAP (close LDAP connection after calls, create database even if LDAP fails) Drop local patch files/patch-src_libdspam.c incorporated upstream. Since we could be running clamd on an other server make CLAMAV* options to only enable clam support in dspam and provide an other option CLAMAV_LOCAL to RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS on package instead of clamd.conf in CLAMAV_LOCAL case. Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers. REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined. PR: ports/90265 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.40 date: 2005/11/17 14:46:54; author: pav; state: Exp; lines: +3 -3 - Fix WITH_CGI (convert to new USE_APACHE) PR: ports/89152 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.39 date: 2005/11/15 06:49:59; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.38 date: 2005/11/11 12:24:36; author: mnag; state: Exp; lines: +40 -19 Update to 3.6.1 Add TRAIN_SCRIPT in OPTIONS Use USE_DBD and USE_SQLITE Add SHA256 PR: 88688 Submitted by: "Ion-Mihai "IOnut" Tetcu" (maintainer)
v. 1.37 date: 2005/10/17 18:14:41; author: garga; state: Exp; lines: +128 -165 - Update to 3.6.0 PR: ports/87555 Submitted by: maintainer
v. 1.36 date: 2005/07/30 15:27:22; author: lawrance; state: Exp; lines: +64 -36 Update to 3.5.2 cvs-snap of 20050725.0800 PR: ports/84301 Submitted by: Ion-Mihai Tetcu (maintainer) Misc. kudos: Jens Holmqvist Elliot Finley Alexandr Smirnov
v. 1.35 date: 2005/05/16 11:29:41; author: jylefort; state: Exp; lines: +3 -3 - Update to 3.5.0.20050512.1145 [1] - Fix CONFLICTS PR: ports/81080 [1] Submitted by: maintainer [1]
v. 1.34 date: 2005/05/09 15:55:41; author: vanilla; state: Exp; lines: +26 -16 - Support for clamd virus checking via TCP (see ClamAVHost, ClamAVPort and ClamAVResponse in dspam.conf) - Support "user+detail" inbound emails and "+quarantine" outbound emails (see EnablePlusedDetail and QuarantineMailbox in dspam.conf) - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ for mail/dspam but true here also [3] Pointed out by Arvinn Lokkebakken for mail/dspam but true here also PR: ports/80791 Submitted by: maintainer
v. 1.33 date: 2005/05/05 21:05:12; author: pav; state: Exp; lines: +48 -45 - Update to 3.5.0.20050428.1100 PR: ports/80443 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.32 date: 2005/04/12 03:25:56; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.31 date: 2005/04/11 08:03:12; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.30 date: 2005/03/06 23:32:23; author: pav; state: Exp; lines: +3 -3 - Update to RC2A snapshot of 20050302.1715 PR: ports/78418 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29 date: 2005/02/25 03:09:25; author: leeym; state: Exp; lines: +68 -45 Update to dspam-devel-3.4.r1.20050216.0945 PR: 77807 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.28 date: 2005/01/31 00:35:49; author: girgen; state: Exp; lines: +11 -40 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.27 date: 2005/01/12 07:28:33; author: edwin; state: Exp; lines: +179 -195 mail-dspam-devel: corect deinstall, package, describe; update; bugfixes; ................ After private debuging, the 25th night spent on-line with the author and two minor versions all to make it work on FreeBSD like it should, discovering some other bugs in proccess, TA DA ! bring in the compleate daemonized version and adjust it for package building dspam-devel-3.3.4 (newer versions sigbus - threads problem) The daemon mode seems to be working now, so the port act like it should: - if enabled with WITH_DEAMON we install the rc script; to start it at boot put 'dspam_enable="YES"' in /etc/rc.conf and set the appropriate options in dspam.conf - read section "2.3 Client/Server Mode" from dspam README to learn how to use dspam in daemon mode - a simple portupgrade from previous versions will work with no problems with your current setup, even if compiled with WITH_DEAMON (default) - change default DB back-end to MySQL to make daemon mode work for package building - add MySQL v5.0.x support -- MYSQL50 [1] - USE_MYSQL and have make describe output right - change of name: SQLITE --> SQLITE2, as we now have sqlite3 support - add Sqlite v3.x support -- SQLITE3 - add BNR_DEBUG option - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out [2] - add support for exim [4] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile - change default DSPAM_HOME_MODE to 0770, it's a directory, you know ;) [3] - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - default maximum message size to 300KB in dspam.conf - correct long-standing copy/paste bug (DSPAM_{GROUP,MODE} were set to DSPAM_HOME_{GROUP,MODE}) - Makefile clean-ups - fix deinstall to delete dspam.conf if it hasn't been customized, as requested by kris@ with "Ports Janitor" hat :) and save the net and myself some bugging mails [1] based on ports/74761 by Gea-Suan Lin [2] based on ports/75548 by Julien Gabel [3] based on ports/75549 by Julien Gabel [4] suggested, incorrectly, in ports/74762 by Shahbaz Javeed Note to committer: all those PR are closed. PR: ports/75647 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.26 date: 2004/12/23 08:25:47; author: nork; state: Exp; lines: +2 -1 Clean up SQLite and related ports. o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
v. 1.25 date: 2004/12/04 17:46:29; author: arved; state: Exp; lines: +8 -3 Update to SNAP_DATE 20041201.1330, which supports daemonized dspam PR: 74599 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.24 date: 2004/11/28 01:09:17; author: pav; state: Exp; lines: +347 -185 - Update to 3.3.0.20041125.0945 snapshot PR: ports/74429 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.23 date: 2004/08/08 15:51:36; author: andreas; state: Exp; lines: +9 -6 - Reported by many, approved by maintainer: Makefile cleanups from Palle Girgensohn (PR 70112), many thanks ! - Fix typo in CYRUS22 option. - Fix typo in CGI option and build the PLIST correctly. - Fix typo in post-install target in the POSTGRESQL{73|74} case. - Correct WITH_POSTGRESQL -> WITH_POSTGRESQL73 and WITH_POSTGRESQL74 - Ion-Mihai Tetcu (maintainer) Removed bogus pkg-install - From me (andreas): Add user and system logging, otherwise you won't get nice statistics/graphs using the CGI interface... - Bumped Port Revision because of important fixes PR: 70112 Submitted by: Palle Girgensohn
v. 1.22 date: 2004/08/07 12:46:15; author: andreas; state: Exp; lines: +1 -0 "Do NOT add --user $USER to the call of dspam binary" is a wrong instruction in pkg-message file since some things have been changed in the developement version Submitted by: Sebastian Yepes F. [ESN]" Reviewed by: Ion-Mihai Tetcu
v. 1.21 date: 2004/08/05 20:39:41; author: andreas; state: Exp; lines: +193 -71 - dspam-devel port (dspam 3.1.0) - 1st release of this port after repository copy - Plus one port dependency fix from me, if "WITH_APACHE2=yes" is set. To prevent overinstallation of apache2, although its already present. Am using sbin/apachectl now as trigger instead of httpd.conf, which has different pathnames in apache/apache2, - PR will be closed by me PR: 68358 Submitted by: Ion-Mihai Tetcu Reviewed by: Andreas Klemm
v. 1.20 date: 2004/07/21 17:22:23; author: andreas; state: Exp; lines: +1 -0 Mark port as broken after repository copy, to prevent package building. Will commit changes asap.
v. 1.19 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.18 date: 2004/07/06 14:43:28; author: pav; state: Exp; lines: +1 -0 - Fix up MySQL 2.x -> 3.x migration instructions Submitted by: Ion-Mihai Tetcu Approved by: maintainer
v. 1.17 date: 2004/07/06 00:45:13; author: pav; state: Exp; lines: +1 -1 - Fix semantics of USER_LOGGING knob Submitted by: Ion-Mihai Tetcu
v. 1.16 date: 2004/07/04 11:58:16; author: pav; state: Exp; lines: +257 -69 - Update to 3.0.0 PR: ports/68625 Submitted by: Rob Evers (maintainer)
v. 1.15 date: 2004/05/14 14:57:22; author: pav; state: Exp; lines: +16 -3 - Add option to use Sendmail as LDA - Fix pkg-message - Fix examples install for Mysql (optionally off) PR: ports/66542 Submitted by: Rob Evers (maintainer)
v. 1.14 date: 2004/05/04 18:43:30; author: pav; state: Exp; lines: +74 -7 - Update to 2.10.6 - Add a lot of new OPTIONS - Fix plist for MySQL option - Make userdir configurable - Make signature life configurable - Add patch to fix delivering to LDA PR: ports/65384, ports/66199 Submitted by: Rob Evers (maintainer) Ion-Mihai Tetcu, Andreas Klemm
v. 1.13 date: 2004/04/05 18:42:17; author: pav; state: Exp; lines: +12 -2 - Update to 2.10.3 - New knobs: SIGNATURE_HEADERS, WHITELIST PR: ports/65131 Submitted by: Talal Al-Dik This patch by: (maintainer)
v. 1.12 date: 2004/03/24 22:45:38; author: pav; state: Exp; lines: +3 -1 - Fix OPTIONS usage: WITH_* must be tested after PR: ports/64629 Submitted by: Shizuka Kudo
v. 1.11 date: 2004/03/23 08:38:02; author: krion; state: Exp; lines: +12 -2 - Update to version 2.10.1 - Add OPTIONS PR: ports/64571 Submitted by: maintainer
v. 1.10 date: 2004/03/14 06:16:52; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.9 date: 2004/01/31 22:51:09; author: sergei; state: Exp; lines: +14 -19 - Update to 2.8.3 [1] - Silence configure warning - Add SIZE to distinfo - Move MySQL scripts into EXAMPLESDIR PR: ports/62108 [1] Submitted by: maintainer [1]
v. 1.8 date: 2004/01/09 02:17:48; author: leeym; state: Exp; lines: +30 -1 Update mail/dspam Add ENABLE_SPAM_DELIVERY knob Make dspam play with qmail Install MySQL documentation Install a dummy mysql.data file PR: 61089 Submitted by: Mark Daniel Reidel Reviewed by: Rob Evers
v. 1.7 date: 2003/12/22 19:13:51; author: krion; state: Exp; lines: +3 -1 - Update to version 2.8.1 PR: 60509 Submitted by: Rob Evers (maintainer)
v. 1.6 date: 2003/12/11 15:57:33; author: krion; state: Exp; lines: +1 -1 - Assign maintainership to Rob Evers PR: 60152 Submitted by: Rob Evers
v. 1.5 date: 2003/12/11 14:42:27; author: sergei; state: Exp; lines: +23 -6 - Update to 2.8 - Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL While I'm here: - Reset maintainer to ports@FreeBSD.org - Dominic Marks released maintainership of his ports on 2003-09-16 (see ports/56935) PR: 60138 Submitted by: Rob Evers
v. 1.4 date: 2003/11/10 00:38:16; author: naddy; state: Exp; lines: +1 -3 Fix master site and unbreak. PR: 58873 Submitted by: Matthias Andree
v. 1.3 date: 2003/11/03 03:56:37; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.2 date: 2003/10/03 23:37:55; author: oliver; state: Exp; lines: +2 -3 Upgrade dspam to 2.7.1 (no response from maintainer for 10 days) PR: ports/57144 Submitted By: Marius Strom
v. 1.1 date: 2003/08/04 11:38:19; author: oliver; state: Exp; Add dspam 2.6.3, a server-side bayesian spam filter. PR: 55222 Submitted by: Dominic Marks ============================================================================= v. 1.63 date: 2007/09/30 04:47:02; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.62 date: 2007/04/13 22:41:04; author: itetcu; state: Exp; lines: +3 -3 Update to 3.8.0 - Official "stable" release - fixed message corruption problems with direct delivery (when using direct delivery (e.g. DeliveryHost), certain servers require a linefeed after carriage return otherwise the message will become malformatted). - added a patch to fix CRLF pairs that are not correctly stripped out when saving the message to the quarantine mbox file; useful if using LMTP or SMTP (as opposed to running the client directly from a delivery script), *AND* you are using the quarantine feature [1] I'm interested if anything breaks in the WebUI if you're not using either SMTP or LMTP. [1] patch from John Peacock http://mailing-list.nuclearelephant.com/6023.html
v. 1.61 date: 2007/03/13 20:11:17; author: garga; state: Exp; lines: +1 -1 - Update clamav to 0.90.1 - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.60 date: 2006/12/17 09:36:58; author: itetcu; state: Exp; lines: +1 -0 Bump PORTEPOCH :( to fix the ersion number going backwards. Submitted by: erwin's automated check Pointyhat by: itetcu (me)
v. 1.59 date: 2006/12/16 20:31:41; author: itetcu; state: Exp; lines: +2 -1 Don't put _1 in PORTVERSION but use PORTREVISION intead. UNbreak. Submitted by: Paul Buetow
v. 1.58 date: 2006/11/12 16:08:20; author: itetcu; state: Exp; lines: +16 -6 - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTVERSION for OPTIONS chage for [1] - display UPDATING entry smarter [2] Submitted by: Emil Isberg [1] Phil Pennock [2] (suggestion by vd@)
v. 1.57 date: 2006/10/10 11:28:49; author: itetcu; state: Exp; lines: +29 -33 Update to 3.6.8 20061010.1118 cvs snap: Mark BROKEN on HEAD because it fails to configure with PGSQL, a fix it's on the way, but I want to update the port for 6.2 release and the freeze it's comming. Port changes: - fix longtime standing bug regarding CLAMAV: if "WITHOUT_CLAMAV_LOCAL=true" clamav support wasn't compiled in - added Cyrus's 2.3 deliver as LDA OPTION Change features: - removed oracle driver (unmaintained, didn't work on FreeBSD anyway) New features: - ability to add tagline to messages based on their classification; see tagSpam and tagNonspam preferences in README Bug fixes: - fixed bugs from last release causing pgsql to fail on connection + other fixes - bugfix for segfault on mysql fail and null strlen calls for username
v. 1.56 date: 2006/06/05 08:50:55; author: itetcu; state: Exp; lines: +4 -4 Update to a new CVS HEAD snapshot. Please note that, among other changes, this update breaks Dspam API/ABI. Also this is different from upcomming 3.6.7 update for mail/dspam, which will be only a bug-fix release. Dropped (very) old sql migration scripts. Approved by: lawrance (mentor, implicit)
v. 1.55 date: 2006/05/15 00:47:04; author: itetcu; state: Exp; lines: +6 -19 Update to 3.6.6 (stable) release. (At this moment it should be indentical to mail/dspam.) Removed features: - Phased out deprecated Berkeley DB drivers Bugfixes: - when using logfile, write errors result in segfault Approved by: lawrance (mentor)
v. 1.54 date: 2006/05/13 13:16:08; author: itetcu; state: Exp; lines: +10 -7 - Update to a new snap and fix a bug in it so that it builds pgsql driver. - fix OPTIONS version check - fix rc.d script for dspam_debug enebled - mirror DISTFILES on MASTER_SITE_LOCAL also New feature: - Fallback domains (see 2.6 in README) Bug fixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature Removed features: - dspam_corpus (replaced by newer dspam_train) - dspam_genaliases (replaced by parse-to-headers, virtual users, etc) Approved by: lawrance (mentor)
v. 1.53 date: 2006/05/01 14:57:47; author: pav; state: Exp; lines: +8 -8 - Fix typo in MIN_OPTIONS_VER - Update rc script PR: ports/96542 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.52 date: 2006/04/25 16:58:03; author: erwin; state: Exp; lines: +3 -3 Update to 3.6.5 stable release, identical to our previous snap. PR: 96319 Submitted by: Ion-Mihai IOnut Tetcu (maintainer)
v. 1.51 date: 2006/04/24 16:17:37; author: clsung; state: Exp; lines: +49 -33 Sync with CVS in preparation to 3.6.5 release. Bug-fixes: - invalid read/segfault (dspam.c) - segfault on problems establishing connectivity to clamav (dspam.c) - segfault on NULL username (mysql_drv.c) - bug causing writing of flat-file preferences to fail (pref.c) - fragment file overwritten on retrain (cgi) - corrects the output of "dspam_admin aggr pref" (tools/dspam_admin.c) - prevent quarantining of message when delivering summary WebUI: a lot of fixes and improvements PostgeSQL: improvements to purge scripts and object creation script Port changes: ------------------ Add MySQL 5.1 as backend. Default MySQL version is now 5.0 Optionally depend on LightHTTPD instead of Apache if WITH_CGI=on Fix OPTIONS handling for INDEX (describe); this is a long standing bug and a *big* pontyhat for me; it affected _only_ dependecies recorded in INDEX _if_ OPTIONS were not set (like for package building); however, the package itself was always built right, dependecies recorded OK, etc. Add SCE-tindy as MASTER_SITE, much faster site that my other server. PR: ports/96159 Submitted by: maintainer (Ion-Mihai "IOnut" Tetcu)
v. 1.50 date: 2006/03/15 22:07:15; author: garga; state: Exp; lines: +19 -6 - Update to 3.6.4.20060315.1518 PR: ports/94501 Submitted by: maintainer
v. 1.49 date: 2006/02/27 15:47:41; author: garga; state: Exp; lines: +2 -2 Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING. PR: ports/93847 Submitted by: maintainer Approved by: portmgr (linimon)
v. 1.48 date: 2006/02/23 10:37:45; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.47 date: 2006/02/14 12:02:33; author: lawrance; state: Exp; lines: +3 -3 Update to 3.6.4. - dspam_train: support for training using an index file to define the order of ham/spam - dspam_stats: OR --> OCA PR: ports/93278 Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.46 date: 2006/02/12 01:27:36; author: lawrance; state: Exp; lines: +3 -3 Update to 3.6.3 20060211.0037 cvs snap. PR: ports/93173 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.45 date: 2006/02/10 17:02:54; author: garga; state: Exp; lines: +15 -46 Update to 3.6.3 20060208.1807 cvs snap. [1] Rewrite minimum OPTIONS version check, the old way was broken if the OPTIONS where set in /var/db/ports/PORTNAME/options. Drop old knobs check, hard to maintain and conflicting with KNOBS. [1] beginning with this update the SNAP_DATE is UTC instead of EST (GMT+2). PR: ports/93067 Submitted by: maintainer
v. 1.44 date: 2006/02/06 13:47:48; author: garga; state: Exp; lines: +30 -63 o Update to 3.6.3 20060203.1409 cvs snap. o Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always installed and depend on PERL5 for it). o Add an other check for old (unsupported) options. o Some Makefile clean-ups. o Fix spelling in pkg-message [1] o s/pkg_version/${PKG_VERSION}/ o Fix removal of EXAMPLESDIR on pkg-plist [2] PR: ports/92774 Submitted by: maintainer, garga [2] Obtained from: edwin [1] Approved by: maintainer [2]
v. 1.43 date: 2006/01/27 09:53:56; author: garga; state: Exp; lines: +12 -6 - Update to 3.6.3. - Changed mastersites to official mirrors for release version and keep my site for cvs snaps. - A few file/patch* are removed, they are now incorporated in vendor sources. - Drop USE_REINPLACE, it's no longe needed. PR: ports/92335 Submitted by: maintainer
v. 1.42 date: 2005/12/15 06:42:15; author: az; state: Exp; lines: +4 -2 - Fix memory leak in BNR (resurrect files/patch-src_libdspam.c from Attic but with totally different content imported from vendor CVS). - Bump PORTREVISION. PR: ports/90361 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.41 date: 2005/12/12 07:25:35; author: lawrance; state: Exp; lines: +53 -37 Update to 3.6.2: BUGFIX: segfaults in daemon mode with hash_drv plus other hash_dvr fixes BUGFIX: for how token values are calculated, cutting false positives nearly in half plus fixes for LDAP (close LDAP connection after calls, create database even if LDAP fails) Drop local patch files/patch-src_libdspam.c incorporated upstream. Since we could be running clamd on an other server make CLAMAV* options to only enable clam support in dspam and provide an other option CLAMAV_LOCAL to RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS on package instead of clamd.conf in CLAMAV_LOCAL case. Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers. REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined. PR: ports/90265 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.40 date: 2005/11/17 14:46:54; author: pav; state: Exp; lines: +3 -3 - Fix WITH_CGI (convert to new USE_APACHE) PR: ports/89152 Submitted by: Ion-Mihai "IOnut" Tetcu



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm