diff options
author | markd <markd@pkgsrc.org> | 2012-10-28 02:06:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-10-28 02:06:11 +0000 |
commit | 210126a6df45dd5ca777c11a284468e74cb3b0cf (patch) | |
tree | 64a3f3a2690f1828adda4c4881bd6ed30e412d50 /mail | |
parent | de8e5e064b9a039ae3b62a29041d4b44d5e302b5 (diff) | |
download | pkgsrc-210126a6df45dd5ca777c11a284468e74cb3b0cf.tar.gz |
Update to 1.00
1.00 Sat Apr 16 13:10:16 UTC 2011
- Avoid infinite loop: signal handler modifies errno
- Added support for SMFIC_UNKNOWN
0.99 Sun Feb 6 21:32:30 UTC 2011
- RT#65499: Handle IPv6 addresses in SMFIC_CONNECT in
Sendmail::PMilter::Context
0.98 Fri Mar 12 21:36:18 GMT 2010
- RT#51759: added child_init and child_exit parameters to prefork
dispatcher -Michael Schout
- RT#51713: fixed POD errors for embedded '>' -Michael Schout
- Note in the POD that the module is orphaned and is looking for a
proper maintainer.
0.97 Mon Feb 23 23:39:15 2009 UTC
- RT#43327: Changed protocol testing condition from ($ver == 2) to ($ver >= 2 && $ver <= 6)
to make the milter work with Sendmail 8.14
- Removed CVS Id from Changes file
0.96 Sat Jul 07 18:27:25 2007 UTC
- Changed threads::shared::share(\$nchildren) to
threads::shared::share($nchildren), this should fix some failing smokes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Sendmail-PMilter/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Sendmail-PMilter/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mail/p5-Sendmail-PMilter/Makefile b/mail/p5-Sendmail-PMilter/Makefile index 2b16f7787ad..c493a61391a 100644 --- a/mail/p5-Sendmail-PMilter/Makefile +++ b/mail/p5-Sendmail-PMilter/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2012/10/08 12:19:25 asau Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/28 02:06:11 markd Exp $ # -DISTNAME= Sendmail-PMilter-0.95 +DISTNAME= Sendmail-PMilter-1.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= mail perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmilter/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AV/AVAR/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pmilter.sourceforge.net/ +HOMEPAGE= http://search.cpan.org/dist/Sendmail-PMilter COMMENT= Pure-Perl Milter protocol API # Though it doesn't exist yet, just in case: diff --git a/mail/p5-Sendmail-PMilter/distinfo b/mail/p5-Sendmail-PMilter/distinfo index 090dd04540d..fa57d25550c 100644 --- a/mail/p5-Sendmail-PMilter/distinfo +++ b/mail/p5-Sendmail-PMilter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 09:59:26 agc Exp $ +$NetBSD: distinfo,v 1.5 2012/10/28 02:06:11 markd Exp $ -SHA1 (Sendmail-PMilter-0.95.tar.gz) = 6788d44723c9de85f1783141521f8b8e24d2bf4e -RMD160 (Sendmail-PMilter-0.95.tar.gz) = f525bf447ebb0af1242cb295be0e8b18d7b63590 -Size (Sendmail-PMilter-0.95.tar.gz) = 28832 bytes +SHA1 (Sendmail-PMilter-1.00.tar.gz) = c17dc57794486d61153854ba90ebb411d3b484e5 +RMD160 (Sendmail-PMilter-1.00.tar.gz) = 4d00ac68475c6ad75ac60fe3b3e81475ec37e056 +Size (Sendmail-PMilter-1.00.tar.gz) = 29170 bytes |