aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam-devel
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Mark ignore until we get out a new devel release.Ion-Mihai Tetcu2010-01-191-0/+2
| | | | Notes: svn path=/head/; revision=248162
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIRenato Botelho2009-03-271-1/+1
| | | | Notes: svn path=/head/; revision=231108
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-1/+1
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Builds on 7.x and upPav Lucistnik2008-07-071-4/+0
| | | | Notes: svn path=/head/; revision=216500
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Adjust MASTER_SITES to an other server of mineIon-Mihai Tetcu2008-03-251-4/+2
| | | | Notes: svn path=/head/; revision=209757
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Update to 3.8.0Ion-Mihai Tetcu2007-04-134-8/+25
| | | | | | | | | | | | | | | | | | - 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 <jpeacock@rowman.com> http://mailing-list.nuclearelephant.com/6023.html Notes: svn path=/head/; revision=189930
* - Update clamav to 0.90.1Renato Botelho2007-03-131-1/+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 Notes: svn path=/head/; revision=187337
* Bump PORTEPOCH :( to fix the ersion number going backwards.Ion-Mihai Tetcu2006-12-172-1/+4
| | | | | | | | Submitted by: erwin's automated check Pointyhat by: itetcu (me) Notes: svn path=/head/; revision=180000
* Don't put _1 in PORTVERSION but use PORTREVISION intead. UNbreak.Ion-Mihai Tetcu2006-12-161-1/+2
| | | | | | | Submitted by: Paul Buetow Notes: svn path=/head/; revision=179976
* - added safecat as LDA [1]Ion-Mihai Tetcu2006-11-122-6/+27
| | | | | | | | | | | | - 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 <emil@pyttemjuk.se> [1] Phil Pennock <pdp@spodhuis.demon.nl> [2] (suggestion by vd@) Notes: svn path=/head/; revision=177107
* Fix copy/paste from mail/dspam typo.Ion-Mihai Tetcu2006-10-101-1/+1
| | | | Notes: svn path=/head/; revision=175195
* Update to 3.6.8 20061010.1118 cvs snap:Ion-Mihai Tetcu2006-10-105-39/+59
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=175193
* Update to a new CVS HEAD snapshot. Please note that, among other changes, thisIon-Mihai Tetcu2006-06-057-64/+45
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=164402
* Update to 3.6.6 (stable) release.Ion-Mihai Tetcu2006-05-154-24/+20
| | | | | | | | | | | | | | (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) Notes: svn path=/head/; revision=162387
* - Update to a new snap and fix a bug in it so that it builds pgsql driver.Ion-Mihai Tetcu2006-05-135-19/+35
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=162235
* - Fix typo in MIN_OPTIONS_VERPav Lucistnik2006-05-014-22/+36
| | | | | | | | | | - Update rc script PR: ports/96542 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=161073
* Update to 3.6.5 stable release, identical to our previous snap.Erwin Lansing2006-04-255-8/+13
| | | | | | | | PR: 96319 Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=160447
* Sync with CVS in preparation to 3.6.5 release.Cheng-Lung Sung2006-04-244-37/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=160331
* - Update to 3.6.4.20060315.1518Renato Botelho2006-03-154-9/+41
| | | | | | | | PR: ports/94501 Submitted by: maintainer Notes: svn path=/head/; revision=157347
* Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING.Renato Botelho2006-02-273-3/+11
| | | | | | | | | PR: ports/93847 Submitted by: maintainer Approved by: portmgr (linimon) Notes: svn path=/head/; revision=156863
* Conversion to a single libtool environment.Ade Lovett2006-02-232-5/+10
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Tarball was rerolled -- Add a missed html file:Renato Botelho2006-02-172-3/+4
| | | | | | | | | %%CGI%%www/vhosts/dspam/templates/nav_fragment.html Noticed by: maintainer via IRC Notes: svn path=/head/; revision=156220
* Update to 3.6.4.Sam Lawrance2006-02-144-7/+16
| | | | | | | | | | | | - 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 <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=156002
* Update to 3.6.3 20060211.0037 cvs snap.Sam Lawrance2006-02-124-7/+18
| | | | | | | | PR: ports/93173 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=155805
* Update to 3.6.3 20060208.1807 cvs snap. [1]Renato Botelho2006-02-104-50/+31
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=155665
* o Update to 3.6.3 20060203.1409 cvs snap.Renato Botelho2006-02-066-74/+73
| | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=155328
* - Update to 3.6.3.Renato Botelho2006-01-279-128/+36
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=154581
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* - Fix memory leak in BNR (resurrect files/patch-src_libdspam.c from AtticAndrej Zverev2005-12-156-10/+37
| | | | | | | | | | | but with totally different content imported from vendor CVS). - Bump PORTREVISION. PR: ports/90361 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=151221
* Update to 3.6.2:Sam Lawrance2005-12-1211-69/+183
| | | | | | | | | | | | | | | | | | | | | | | | 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 <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=150956
* - NitPav Lucistnik2005-11-171-1/+1
| | | | Notes: svn path=/head/; revision=148616
* - Fix WITH_CGI (convert to new USE_APACHE)Pav Lucistnik2005-11-172-3/+11
| | | | | | | | PR: ports/89152 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=148615
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Update to 3.6.1Marcus Alves Grando2005-11-116-21/+108
| | | | | | | | | | | | Add TRAIN_SCRIPT in OPTIONS Use USE_DBD and USE_SQLITE Add SHA256 PR: 88688 Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=147914
* Teach startup script about dspam_pidfile variable. We can't useRenato Botelho2005-10-201-1/+2
| | | | | | | | | | | /var/run/dspam.pid together with dspam_user="dspam" option (for example). PR: ports/87718 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Approved by: maintainer Notes: svn path=/head/; revision=145954
* - Update to 3.6.0Renato Botelho2005-10-174-171/+168
| | | | | | | | PR: ports/87555 Submitted by: maintainer Notes: svn path=/head/; revision=145680
* Add a file I missed on the last commit, which was:Sam Lawrance2005-07-301-0/+41
| | | | | | | | | | | | | Update to 3.5.2 cvs-snap of 20050725.0800 PR: ports/84301 Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> (maintainer) Misc. kudos: Jens Holmqvist <zparta@hispan.se> Elliot Finley <efinley@efinley.com> Alexandr Smirnov <phpclub@rambler.ru> Notes: svn path=/head/; revision=140475
* Update to 3.5.2 cvs-snap of 20050725.0800Sam Lawrance2005-07-306-104/+86
| | | | | | | | | | | PR: ports/84301 Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> (maintainer) Misc. kudos: Jens Holmqvist <zparta@hispan.se> Elliot Finley <efinley@efinley.com> Alexandr Smirnov <phpclub@rambler.ru> Notes: svn path=/head/; revision=140474
* We no longer need to remove libdata/pkgconfig since it is in both mtreeJoe Marcus Clarke2005-05-201-1/+0
| | | | | | | | | | files. This one was tricky to find since it was hidden behind the %B variable. Reported by: pointyhat via kris Notes: svn path=/head/; revision=135673
* - Update to 3.5.0.20050512.1145 [1]Jean-Yves Lefort2005-05-163-5/+12
| | | | | | | | | | - Fix CONFLICTS PR: ports/81080 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=135356
* - Support for clamd virus checking via TCP (see ClamAVHost, ClamAVPort andVanilla I. Shu2005-05-093-18/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 <arvinn@whitebird.no> for mail/dspam but true here also PR: ports/80791 Submitted by: maintainer Notes: svn path=/head/; revision=134935
* - Update to 3.5.0.20050428.1100Pav Lucistnik2005-05-056-133/+112
| | | | | | | | PR: ports/80443 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=134679