Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
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
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
- [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
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.