Commit graph

13 commits

Author SHA1 Message Date
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
gdt
8cbb3b7d9d Update to 0.4.0.
Several patches are dropped because they were integrated upsteam.
(Approval during freeze by wiz@.)

Upstream changes since 0.3.1 from
  https://savannah.nongnu.org/forum/forum.php?forum_id=8094

Item posted by Todd Kover <kovert> on Thu 11 Sep 2014 01:05:20 AM GMT.

I am pleased to announce the release of spamass-milt version 0.4.0.

This is the first of what I hope are a number of maintenance releases
with the goal to eliminate the outstanding bug/patch/feature requests:

The following changes are included in this release

- -C option to change the default reject code
- -S option to specify a path to sendmail (for the -x option)
- -R option to specify the rejection message
- -a option to skip messages that were authenticated
- IPv6 address support
- zombie process fix for the - option introduced in 0.3.2

This also includes the fix for CVE-2010-1132 that was in the unannounced but generated 0.3.2 release.
2014-12-18 22:23:01 +00:00
gdt
c7c4d6f66d Memory allocation hygiene fix from PR pkg/44704.
spamass-milter forks, allocates memory and then execs, violating
locking rules.  This commit adds a patch from Juergen Hannken-Illjes
that moves the allocation above the fork.

TODO: upstream is recently alive again, after 5 years with no
releases.  Push these fixes upstream.
2011-03-18 15:26:30 +00:00
gdt
103a051ba5 Add patch to not scan authenticated users. Originally from FreeBSD
bug report, adapted for pkgsrc by Louis Guillaume.  (spamass-milter
really needs an active upstream.)
2010-09-10 23:33:42 +00:00
gdt
8c555eeaf3 Store malformed received patch on netbsd.org.
Regenerate patch for malformed received lines from upstream CVS via:
  cvs diff -r RELEASE_0_3_1

Store the patch on ftp.netbsd.org, rather than wrongly trying to put
it in files.

PKGREVISION++.
2010-06-05 13:45:12 +00:00
gdt
94835e2ff5 Add patch from upstream to fix formatting of synthetic Received: line.
Take maintainership.
2010-06-03 23:46:54 +00:00
tez
8574203991 Added CVE-2010-1132 patch from:
https://bugzilla.redhat.com/attachment.cgi?id=401011
2010-04-17 21:11:18 +00:00
obache
67f6d3c6be Update spamass-milter to 0.3.1, based on patch provided by Jaap Boender
via PR 33206.

0.3.1: (2006-03-23)
 * Ensure wrapped headers always use LF (fix for spamassassin 3.1.1)
 * Mimic sendmail's Received header even better.  Logs a warning
   to syslog if it can't fetch a sendmail macro that would help.
2006-10-12 12:19:09 +00:00
wiz
5671838e7a Update to 0.3.0nb1:
Add a patch from Yoshitaka Tokugawa provided in PR 26806, which
has also been added to the spamass CVS repository:

   Always use macro_b, so SA can do future/past validation.
   It is not a bug, but it makes SA happier.

   SA 2.x requires "($v/$Z)$?r with $r" part of Received: header.
   I don't think SA 3.x need this, but keep it for SA 2.x users.

   There is a bug in cmp_nocase_partial() function. Without my hack,
   cmp_nocase_partial("X-Spam-", "X-Spam") returns 0 which is
   incorrect behavior for this function.
2005-04-07 11:27:48 +00:00
wiz
8659152af2 Update to 0.3.0:
0.3.0: (2005-02-03)
 * -M option which disables all message modifications
 * Fixed crash on spam with no body at all
 * -e option to pass full recipient email address to spamc
 * -x option to expand recipient list with sendmail -bv
 * -f truly daemonizes now, instead of simply forking
 * -P option to create a pidfile
 * Supports both Spamassassin 2.x and 3.0 X-Spam-Status: headers
 * Fixed possible crash when a fork() call fails

Might fix PR 26806, and does fix PR 29320.
2005-03-19 14:32:47 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
wiz
14ddcfe49b Update to 0.2.0:
0.2.0: (2003-06-26)
 * -b/-B options to redirect tagged messages to another email address.
 * -i option to not run spamassassin on messages coming from specified
   networks.
 * All arguments after -- wil get passed to spamc (deprecate -D at the
   same time).
 * Envelope, remote IP, HELO, and date get sent to spamc, so the
   results more closely match what spamc via procmail sees.  A lot of
   SA rules could never fire because this data was missing. You will
   need to add a line to your sendmail config file to enable date
   passing (see README).
 * A compatible manpage is generated on systems without mdoc macros.
 * Incoming messages with absolutely no headers at all now get checked
   correctly
2004-12-03 12:31:09 +00:00
manu
6c16c0d590 A little plugin for the Sendmail Milter (Mail Filter) library that pipes
all incoming mail (including things received by rmail/UUCP) through the
SpamAssassin, a highly customizable SpamFilter.
2003-04-03 14:46:02 +00:00