head 1.3; access; symbols pkgsrc-2014Q3:1.2.0.34 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.32 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.30 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.28 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.26 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.22 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.20 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.18 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.16 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.14 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.12 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.10 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.8 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.6 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.4 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.2 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.1.0.4 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.2; locks; strict; comment @# @; 1.3 date 2014.12.18.22.23.01; author gdt; state dead; branches; next 1.2; commitid C9rWZxjXO1Jkzz2y; 1.2 date 2010.09.10.23.33.42; author gdt; state Exp; branches; next 1.1; 1.1 date 2010.04.17.21.11.18; author tez; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2010.04.17.21.11.18; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2010.04.19.09.15.47; author tron; state Exp; branches; next ; desc @@ 1.3 log @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 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. @ text @$NetBSD: patch-ab,v 1.2 2010/09/10 23:33:42 gdt Exp $ CVE-2010-1132 patch from https://bugzilla.redhat.com/attachment.cgi?id=401011 --- spamass-milter.h.orig 2006-03-23 22:07:55.000000000 +0000 +++ spamass-milter.h @@@@ -186,5 +186,6 @@@@ int ip_in_networklist(struct in_addr ip, void parse_debuglevel(char* string); char *strlwr(char *str); void warnmacro(char *macro, char *scope); +FILE *popenv(char *const argv[], const char *type); #endif @ 1.2 log @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.) @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2010/04/17 21:11:18 tez Exp $ @ 1.1 log @Added CVE-2010-1132 patch from: https://bugzilla.redhat.com/attachment.cgi?id=401011 @ text @d1 1 a1 1 $NetBSD$ d4 3 a6 3 --- spamass-milter.h 7 Apr 2005 02:04:24 -0000 1.23 +++ spamass-milter.h 10 Mar 2010 18:52:22 -0000 @@@@ -186,5 +186,6 @@@@ @ 1.1.2.1 log @file patch-ab was added on branch pkgsrc-2010Q1 on 2010-04-19 09:15:47 +0000 @ text @d1 12 @ 1.1.2.2 log @Pullup ticket #3082 - requested by tez mail/spamass-milter: security patch Revisions pulled up: - mail/spamass-milter/Makefile 1.27 - mail/spamass-milter/distinfo 1.7 - mail/spamass-milter/patches/patch-aa 1.3 - mail/spamass-milter/patches/patch-ab 1.1 --- Module Name: pkgsrc Committed By: tez Date: Sat Apr 17 21:11:18 UTC 2010 Modified Files: pkgsrc/mail/spamass-milter: Makefile distinfo pkgsrc/mail/spamass-milter/patches: patch-aa Added Files: pkgsrc/mail/spamass-milter/patches: patch-ab Log Message: Added CVE-2010-1132 patch from: https://bugzilla.redhat.com/attachment.cgi?id=401011 @ text @a0 12 $NetBSD: patch-ab,v 1.1 2010/04/17 21:11:18 tez Exp $ CVE-2010-1132 patch from https://bugzilla.redhat.com/attachment.cgi?id=401011 --- spamass-milter.h 7 Apr 2005 02:04:24 -0000 1.23 +++ spamass-milter.h 10 Mar 2010 18:52:22 -0000 @@@@ -186,5 +186,6 @@@@ void parse_debuglevel(char* string); char *strlwr(char *str); void warnmacro(char *macro, char *scope); +FILE *popenv(char *const argv[], const char *type); #endif @