non port: mail/dspam/files/UPDATING |
Number of commits found: 33 |
Wednesday, 14 Sep 2022
|
07:50 Alexey Dokuchaev (danfe)
mail/dspam: convert UPDATING file to UTF-8 and trim EOL whitespace.
dabd6c9 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
all: Remove all other $FreeBSD keywords.
135fdee |
Sunday, 1 May 2016
|
01:13 junovitch
mail/dspam: implement privilege separation (resolves bug running with suexec)
- Runs as dspam:dspam instead of root:mail. The dspam UID/GID were created
in r168311 when the UIDs/GIDs files were added but the port had always
used root:mail. This had prevented running the dspam webUI under Apache
with suexec due to a minimal requirement of UID/GID of 100. The original
unsecure behavior is available with the SETUID option.
- Default run directory is now /var/run/dspam. This follows the default
upstream behavior and removes the patch to dspam.c as a result. Use
RUN_DIR and correct the dspam.conf.sample file accordingly.
- Default daemon/client communication port is now 2424.
- Regen patches while here (portlint)
UPDATING: Document privilege separated dspam
PR: 115957
Reported by: tedm@ipinc.net, support@ipinc.net
Submitted by: Danny Warren <danny@dannywarren.com> (maintainer)
 |
Monday, 20 Oct 2014
|
18:48 pi
mail/dspam: 3.9.0 -> 3.10.2
Upstream Changes:
- Support for Postgresql 9.1 added
- Support for Postgresql <8.1 dropped (EOL)
- Support for MySQL 5.5 added
- Support for MySQL <5.0 dropped
- Updated license from GPLv2 to AGPLv3
- Bug in RSET handling during LHLO phase
- Location of configuration files in dspam home (/var/dspam) can be changed
through dspam.conf
- Various fixes to the webui templates
- Various small bugs and memleaks
- Missing documentation added to tarball
- Many bugfixes
Port Changes:
- Update to OptionsNG
- Fix pidfile location discrepancy introduced in 3.10.2
- Port cleanup by various submitters, thanks! [1][2][3][4][5]
[1] Patch from <yds@CoolRat.org> (PR #180695, #191610)
[2] Patch from Radim Kolar <hsn@sendmail.cz> (PR #167289)
[3] Patch from Olli Hauer <ohauer@FreeBSD.org> (PR #148485)
[4] Patch from <mtomasek4@gmail.com> (PR #191610)
[5] Patch from Rene Ladan <rene@FreeBSD.org> (PR #191797)
PR: 193693
Submitted by: danny@dannywarren.com (maintainer)
 |
Tuesday, 19 Jan 2010
|
18:25 itetcu
Update to 3.9.0.
Yes, after a long hiatus and a year of development and testing, bug fixes and
improvements bu the new devel team, a new version is ready for use.
There are too many change to mention here, please see: files/UPDATING.
You will need to modify your dspam.conf and database structure, as described in
the UPGRADING from the tarball (installed in share/doc/dspam).
Tested by: supsonic#dspam on irc.freenode.net
 |
Sunday, 12 Nov 2006
|
15:56 itetcu
- 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 <emil@pyttemjuk.se> [1]
Phil Pennock <pdp@spodhuis.demon.nl> [2] (suggestion by vd@)
 |
Sunday, 8 Oct 2006
|
07:41 itetcu
Added CYRUS23_LDA "Use Cyrus's 2.3 deliver as LDA", defaults to off
PR: ports/103910
Submitted by: Steffen Rick <srick@srick.org>
 |
Wednesday, 7 Jun 2006
|
23:44 itetcu
Bugfixes:
- PostgreSQL fails to connect (always)
- LDAP client will not build due to header missing from makefile
Approved by: lawrance (mentor, implicit)
 |
Monday, 5 Jun 2006
|
09:35 itetcu
Update to 3.6.7, a bugfix release; see files/UPDATING for details.
Drop old sql migration scripts.
Approved by: lawrance (mentor, implicit)
 |
Sunday, 14 May 2006
|
23:48 itetcu
Update to dspam-3.6.6 release:
Removed feature:
- Phased out deprecated Berkeley DB drivers
- Phased out legacy tools (dspam_corpus, dspam_genaliases)
Bugfixes:
- trainPristine preference turned "off" now overrides config turned "on"
- segfault fix for when correcting messages using UIDInSignature with MySQL
- when using logfile, write errors result in segfault
Approved by: lawrance (mentor)
 |
Monday, 1 May 2006
|
14:55 pav
- Update to 3.6.5
- Default MySQL backend is now 5.0
PR: ports/96541
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Friday, 17 Feb 2006
|
16:50 garga
- Update to stable 3.6.4 release:
- Drop NEURAL_NET (removed upstream) and TRAIN_SCRIPT (now always
installed and depend on PERL5 for it).
- Fix removal of EXAMPLESDIR on pkg-plist
- Fix spelling in pkg-message and UPDATING
- Some Makefile cleanup
- drop RC_SUFX in Makefile, USE_RC_SUBR= ${PORTNAME} and move
files/dspam.sh.in ---> files/dspam.in
PR: ports/93361
Submitted by: maintainer
 |
Friday, 10 Feb 2006
|
17:06 garga
- 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.
- Fix brain-dead CONFLICTS from MFD.
PR: ports/93109
Submitted by: maintainer
 |
Saturday, 4 Feb 2006
|
13:26 garga
- files/patch-scripts_train.pl was missed in the last commit.
- Small Makefile cleanup.
- Insist dspam.conf should be updated to include the new directives.
- Fix typo in files/UPDATING [1]
PR: ports/92762
Submitted by: maintainer
Obtained from: edwin [1]
 |
Thursday, 2 Feb 2006
|
19:00 erwin
Update to 3.6.3
PR: 92659
Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer)
 |
Thursday, 17 Nov 2005
|
14:45 pav
- Fix WITH_CGI knob (convert to new USE_APACHE)
PR: ports/89150
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Monday, 11 Jul 2005
|
18:55 pav
- Update to 3.4.8
PR: ports/83250
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Thursday, 26 May 2005
|
20:33 pav
- Update to 20050523.0845 snapshot
- Fix WITH_DAEMON
- Update RC infrastructure
PR: ports/81527
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Monday, 16 May 2005
|
11:28 jylefort
- Update to 3.4.6.20050512.1145 [1]
- Fix CONFLICTS
PR: ports/81079 [1]
Submitted by: maintainer [1]
 |
Monday, 9 May 2005
|
15:53 vanilla
Update to dspam-3.4.6
- 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 so 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@
[3] Pointed out by Arvinn Lokkebakken <arvinn@whitebird.no> for
PR: ports/80790
Submitted by: maintainer
 |
Friday, 6 May 2005
|
08:04 pav
- Fix copy&paste braino
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> (maintainer)
 |
Thursday, 5 May 2005
|
21:03 pav
- Update to 3.4.5
PR: ports/80442
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Sunday, 6 Mar 2005
|
23:00 pav
- Update to 3.2.7.20050302.1330
PR: ports/78402
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Friday, 25 Feb 2005
|
03:05 leeym
Update to 3.2.7
BUGFIX: Signature not written to some email, making them untrainable
PR: 77802
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
 |
Tuesday, 15 Feb 2005
|
08:15 vs
pdate to 20050128.1500 snapshot
- disable ORACLE DB back-end; it's unmaintained and hasn't worked on FreeBSD
- drop USE_GNOME as per PH 6.6
- drop merged up-stream files/patch-dspam.c
- kinldy ask non-maintainer-approved commits to be logged in files/UPDATING if
they contain user-visible changes
( like the change of POSTGRESQL* to POSTGRESQL because of "Split the postgresql
ports into a server and a client part" )
PR: ports/77449
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
 |
Saturday, 29 Jan 2005
|
17:34 pav
- Update to 3.2.6
PR: ports/76796
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Thursday, 13 Jan 2005
|
22:51 pav
- Update to 3.2.4
- Drop WITH_WHITELIST, it's no longer build time option
PR: ports/76198
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Wednesday, 12 Jan 2005
|
05:24 edwin
mail/dspam: fix make describe, update, fix DSPAM_HOME perdefault permissions
FreeBSD 4.x user please report problems ASAP so I can fix
them before release.
dspam-3.2.3.20041229.1945:
- 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 (ports/75548 by Julien Gabel)
- change default DSPAM_HOME_MODE to 0770
(ports/75549 by Julien Gabel <jpeg@thilelli.net>)
- DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP}
- fix make describe by USE_MYSQL
- beautify
- Makefile clean-up
PR: ports/75665
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
 |
Monday, 27 Dec 2004
|
01:01 nork
Fix sqlite docs installation and package building.
PR: ports/75518
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
Reported by: pointyhat via kris
 |
Saturday, 25 Dec 2004
|
12:41 nork
Update to 20041218.2100.
o Fix deinstall to delete dspam.conf if it hasn't been
cutomized. [1]
o Change of name: SQLITE --> SQLITE2, as the -devel port
already have sqlite3 support.
o Correct long-standing copy/paste bug DSPAM_{GROUPD,MODE}
where set to DSPAM_HOME_{GROUP,MODE}.
o Fix COMMENT
PR: ports/75491
Submitted by: on-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Pointed out by: kris [1]
 |
Wednesday, 8 Dec 2004
|
20:20 pav
- Update to 20041203.1245 snapshot
- add support for MYSQL50 and handle MYSQL cases right [1]
- add support for exim [2] which we build with the same database back-end
as dspam if possible
- fix PREF_EXT and BDB4 cases as well in our Makefile
[1] based on ports/74761 by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
[2] suggested, incorrectly, in ports/74762 by Shahbaz Javeed
<sjaveed@adderpit.com>
PR: ports/74796
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Wednesday, 1 Dec 2004
|
20:34 arved
Update to 3.2.3
PR: 74538
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
 |
Saturday, 27 Nov 2004
|
22:06 pav
- Update to 3.2.2 snapshot 20041117.1515
PR: ports/74377
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Number of commits found: 33 |