Up to [cvs.NetBSD.org] / pkgsrc / mail / p5-Sendmail-PMilter
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Update to 1.27 Upstream changes: 1.27 Sat 03 Feb 2024 16:25:32 GMT released - [150737] Proper handling of die - [150611] child_exit and milter_exit - [150270] Setconn with unix socket permissions
Update to 1.24 Upstream changes: 1.24 Thu 15 Dec 2022 12:28:00 GMT released - [145263] Make no reply to MTA from the abort callback. Such replies seem to cause problems for Postfix.
Update to 1.23 Upstream changes: 1.23 Sun 30 Oct 2022 18:01:50 GMT 2022 released - [144401] Replace deprecated IO::Socket::INET6 with IO::Socket::IP - [144971] ) Most callbacks were not recognized unless the appropriate - [144273] ) flags were set during the negotiate callback - [130084] Packaging improvements 1.20_03 Wed 17 Jul 09:42:32 BST 2019 developer release - Added file COPYRIGHT 1.20_02 Tue 16 Jul 18:17:53 BST 2019 developer release - Added file CONTRIBUTING 1.20_01 Fri 12 Jul 14:40:35 BST 2019 developer release - [23921] Removed requirement for Sendmail::Milter - Full support for protocol negotiation, including support for setting milter data buffer sizes - get_sendmail_option() to read configuration file options - Documentation updates - Test suite updates - Propose to insist on Milter Protocol Version 6 in V1.21 - Removed enable_chgfrom and some other some cruft - Comments invited via CPAN issues 1.20 Sun 22 May 10:44:38 BST 2019 TRIAL2, not released. - Partial support for negotiation 1.10 Sun 15 Apr 15:05:24 BST 2018 TRIAL1, not released - New maintainership (CPAN/GWHAYWOOD) - Test suite updates - [125090] Implement set multi-line reply function - [125040] Documentation updates Fix POD errors Add COPYRIGHT->LICENCE (file,link,=head1) Remove obsolete doc/ - [115352] SETSENDER->CHGFROM etc. - [85833] ithread and postfork dispatcher fixes - [85826] sig{CHLD}='DEFAULT'; - [84941] Theoretically fixed, needs thorough exercise - [78865] Define constant SMFIF_NONE - [50144] Dummy functions setdbg() & settimeout() return 1 - [54794] Fix memory leak in ithread dispatcher
mail: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
mail: Remove SHA1 hashes for distfiles
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.
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
Add RMD160 digests.
0.95: minor but important change to installation location of Sendmail/PMilter.pm (0.94 put it in the wrong place and broke everything...)
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
Sendmail::PMilter is a mail filtering API implementing the Sendmail milter protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs implementing milter) to filter and modify mail in transit during the SMTP connection, all in Perl. This also includes a drop-in replacement for the Sendmail::Milter API, making it possible for legacy perl milters to function as-is with the PMilter engine.
Initial revision