Bug 227903 - mail/spampd: Update to 2.51
Summary: mail/spampd: Update to 2.51
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-01 16:45 UTC by Michael Gmelin
Modified: 2018-07-16 15:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (des)


Attachments
Patch to update to 2.51 and adjust the rc script (2.72 KB, patch)
2018-05-01 16:45 UTC, Michael Gmelin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gmelin freebsd_committer freebsd_triage 2018-05-01 16:45:21 UTC
Created attachment 192972 [details]
Patch to update to 2.51 and adjust the rc script

2.51 brings:
- Include /usr/local/bin and /usr/local/sbin to PATH
  (this way pyzor and razor work, which wouldn't be used otherwise
  [debug output would show that they're silently skipped])
- support for sockets
- IPv6 support
- Fix injected X-Envelope-* headers so that spamassassin
  actually can pick them up for SPF and other checks
- support for sid (so patch-setsid not required anymore),
  toggled by --setsid (rc script always sets this
  so it doesn't break on update)
- new rc var (spampd_extra_flags), so it's easy to use
  the default setup and just add deltas in rc.conf like in:

  spampd_enable="YES"
  spampd_extra_flags="--sef"

p.s. As this removes a file, please use "patch -E" when applying the patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-16 09:53:23 UTC
A commit references this bug:

Author: grembo
Date: Mon Jul 16 09:53:16 UTC 2018
New revision: 474724
URL: https://svnweb.freebsd.org/changeset/ports/474724

Log:
  mail/spampd: Update to 2.51 and refine rc script

  - Include /usr/local/bin and /usr/local/sbin to PATH
    (this way pyzor and razor work, which wouldn't be used otherwise
    [debug output would show that they're silently skipped])
  - support for sockets
  - IPv6 support
  - Fix injected X-Envelope-* headers so that spamassassin
    actually can pick them up for SPF and other checks
  - support for sid (so patch-setsid not required anymore),
    toggled by --setsid (rc script always sets this
    so it doesn't break on update)
  - new rc var (spampd_extra_flags), so it's easy to use
    the default setup and just add deltas in rc.conf like in:

    spampd_enable="YES"
    spampd_extra_flags="--sef"

  PR:		227903
  Approved by:	maintainer timeout

Changes:
  head/mail/spampd/Makefile
  head/mail/spampd/distinfo
  head/mail/spampd/files/patch-setsid
  head/mail/spampd/files/spampd.in