I found the time to release spamd-4.5.0. Code is based on OpenBSD current + some additions I send to tech@OpenBSD long time ago. The code runs now for a long time stable in production on my machines. Additional I like to become maintainer of the port mail/spamd Important changes: - sync protocol is not compatible with old version Features added: - whiteexp time for spamlogd, PR-134347 (can be closed now) - whiteexp time for spamdb - sync support for spamd - add build option CPANEL to Makefile, this installes the spamd binary as obspamd and adjust the rc script. (protect the process from kill -TERM spamd) New release is tested at the following platforms. - 6.2/6.4 (i386/amd64) - 7.0/7.1/7.2 (i386/amd64) - 7.1/7.2 (sparc) - 8 beta (i386/amd64) Please add the following Note to ports/UPDATING: AFFECTS: users of mail/spamd The sync protocol has changed for versions > 4.1.x If you have spamd installed in distributed environment with sync enabled stop sync between the nodes until every node is updated - sync for spamdb is now implemented (parameter -Y) - if you use cPanel build the port with -DCPANEL, spamd binary will be installed as obspamd to protect the process from a kill -HUP from cPanel Fix: Apply diff to port or use the shar file to extract the updated port. removed files: - files/patch-makefile - files/patch-spamd__grey.c - files/patch-spamlogd
Maintainer of mail/spamd, Please note that PR ports/136912 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136912 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
I would like to approve this PR and then move maintainership to Olli Hauer <ohauer@gmx.de>. Currently i`m not using spamd, so its hard for me to handle user requests and problem reports. Olli is in the project from the beginning, so, i`m sure he will be better then me on this role.
State Changed From-To: feedback->closed Committed. Thanks!
wxs 2009-07-23 12:52:44 UTC FreeBSD ports repository Modified files: mail/spamd Makefile distinfo mail/spamd/files obspamd.in obspamlogd.in pkg-deinstall.in pkg-install.in pkg-message.in Removed files: mail/spamd/files patch-makefile patch-spamd__grey.c patch-spamlogd Log: - Update to 4.5.0 - Pass maintainer to submitter - Add CPANEL support so it doesn't clobber spamd (see comments in Makefile) - Fixes to RC script to support CPANEL option and general cleanup. PR: ports/136912 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Alex Samorukov <samm@os2.kiev.ua> (old maintainer) Revision Changes Path 1.16 +35 -11 ports/mail/spamd/Makefile 1.8 +3 -3 ports/mail/spamd/distinfo 1.4 +13 -4 ports/mail/spamd/files/obspamd.in 1.3 +9 -2 ports/mail/spamd/files/obspamlogd.in 1.2 +0 -13 ports/mail/spamd/files/patch-makefile (dead) 1.2 +0 -68 ports/mail/spamd/files/patch-spamd__grey.c (dead) 1.3 +0 -15 ports/mail/spamd/files/patch-spamlogd (dead) 1.2 +3 -1 ports/mail/spamd/files/pkg-deinstall.in 1.2 +66 -21 ports/mail/spamd/files/pkg-install.in 1.2 +15 -16 ports/mail/spamd/files/pkg-message.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"