Bug 136912 - [patch] update port mail/spamd to spamd-4.5.0 and request maintainership
Summary: [patch] update port mail/spamd to spamd-4.5.0 and request maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-19 21:50 UTC by Olli Hauer
Modified: 2009-07-23 14:00 UTC (History)
1 user (show)

See Also:


Attachments
spamd-4.5.0.shar (14.95 KB, text/plain)
2009-07-19 21:50 UTC, Olli Hauer
no flags Details
file.diff (13.66 KB, patch)
2009-07-19 21:50 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2009-07-19 21:50:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-19 21:50:11 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-19 21:50:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2009-07-19 23:07:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 4 Oleksii Samorukov freebsd_committer freebsd_triage 2009-07-20 08:57:56 UTC
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.
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2009-07-23 13:52:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-07-23 13:52:57 UTC
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"