diff options
author | tv <tv@pkgsrc.org> | 2004-08-04 17:39:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-08-04 17:39:37 +0000 |
commit | 7819236ebc6a7a423b089cfa8d250e245c992b21 (patch) | |
tree | 3ba05accb4e257b35c6df3b98e83ca4980f315fc /mail/p5-Sendmail-PMilter | |
parent | 013c558a79bde8270e298a381372f7ab873fede7 (diff) | |
download | pkgsrc-7819236ebc6a7a423b089cfa8d250e245c992b21.tar.gz |
0.94 Wed Aug 04 17:10:00 2004 UTC
- [923158] made installation of Sendmail::Milter layer optional
- [925579] added support for experimental setsender() operation
- fixed usage of max_interpreters and max_requests values
(they were being ignored previously)
- allowed for named configuration variables to prefork_dispatcher()
- [1002122] fixed symbol table to return symbols from earlier
callbacks as appropriate (reported by <s.barnes@uni-koeln.de>)
- [1003308] changed "EOF in stream" handling to exit as if a normal
SMFIC_CLOSE had been received from the MTA
- fixed warning in Context.pm wrt <= on an undefined value
- [1003307] fixed ithread_dispatcher share() usage and warning
appearing when $@ was defined but empty
- [1003304] changed SIGINFO/SIGUSR1 handler to use warn() rather
than raw prints to STDERR (requested by <andrewr@iagu.net>)
- [925577, 1003351] added support for quarantine(), progress(),
and shutdown() (Sendmail 8.13 special case)
- moved SMFIF_* constants not in the standard Sendmail::Milter
into only Sendmail::PMilter
Diffstat (limited to 'mail/p5-Sendmail-PMilter')
-rw-r--r-- | mail/p5-Sendmail-PMilter/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Sendmail-PMilter/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mail/p5-Sendmail-PMilter/Makefile b/mail/p5-Sendmail-PMilter/Makefile index 57967ec0aaf..8ca1c449657 100644 --- a/mail/p5-Sendmail-PMilter/Makefile +++ b/mail/p5-Sendmail-PMilter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/04 17:39:37 tv Exp $ # -DISTNAME= Sendmail-PMilter-0.93 +DISTNAME= Sendmail-PMilter-0.94 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmilter/} @@ -13,6 +13,8 @@ COMMENT= Pure-Perl Milter protocol API # Though it doesn't exist yet, just in case: CONFLICTS+= p5-Sendmail-Milter-[0-9]* +MAKE_ENV+= PERL_MM_USE_DEFAULT=1 + USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Sendmail/PMilter/.packlist PERL5_REQD+= 5.6.0 diff --git a/mail/p5-Sendmail-PMilter/distinfo b/mail/p5-Sendmail-PMilter/distinfo index b4e77e28581..25da228bdd3 100644 --- a/mail/p5-Sendmail-PMilter/distinfo +++ b/mail/p5-Sendmail-PMilter/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $ +$NetBSD: distinfo,v 1.2 2004/08/04 17:39:37 tv Exp $ -SHA1 (Sendmail-PMilter-0.93.tar.gz) = 1150a604c0cc14095f0fd1b678b47c36d76bbc83 -Size (Sendmail-PMilter-0.93.tar.gz) = 25535 bytes +SHA1 (Sendmail-PMilter-0.94.tar.gz) = b6790439438c8e086a0bfe4554d4a9dad8f32036 +Size (Sendmail-PMilter-0.94.tar.gz) = 28423 bytes |