Tue, 21 May 2024 21:13:43 UTC | login

Information for build perl-Sendmail-PMilter-1.00-21.fc28

ID41839
Package Nameperl-Sendmail-PMilter
Version1.00
Release21.fc28
Epoch
SummaryPerl binding of Sendmail Milter protocol
DescriptionSendmail::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. It should be noted that PMilter 0.90 and later is NOT compatible with scripts written for PMilter 0.5 and earlier. The API has been reworked significantly, and the enhanced APIs and rule logic provided by PMilter 0.5 and earlier has been factored out for inclusion in a separate package called Mail::Milter.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Jun 2018 13:23:11 UTC
CompletedFri, 08 Jun 2018 13:23:11 UTC
Tags
f29
RPMs
src
perl-Sendmail-PMilter-1.00-21.fc28.src.rpm (info) (download)
noarch
perl-Sendmail-PMilter-1.00-21.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-19 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Aug 05 2016 Paul Howarth <paul@city-fan.org> - 1.00-17 - Classify buildreqs by usage - Simplify find command using -delete - Drop %defattr, redundant since rpm 4.4 * Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-16 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-13 - Perl 5.22 rebuild * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-12 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 1.00-9 - Perl 5.18 rebuild * Thu Jun 13 2013 Paul Howarth <paul@city-fan.org> - 1.00-8 - Reset SIGCHLD handler in milters (CPAN RT#85826, #970138) - Block instead of erroring on max children (CPAN RT#85833, #970197) - BR: perl(Thread::Semaphore) and perl(Time::HiRes) - BR:/R: all optional modules for different socket/dispatcher styles * Tue Apr 30 2013 Paul Howarth <paul@city-fan.org> - 1.00-7 - Fix addheader, getsymval bugs (CPAN RT#84941, #957886) - Don't need to remove empty directories from the buildroot - Specify all dependencies * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.00-4 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.00-2 - Perl mass rebuild * Mon Apr 18 2011 Paul Howarth <paul@city-fan.org> 1.00-1 - Update to 1.00 - Avoid infinite loop: signal handler modifies errno - Added support for SMFIC_UNKNOWN - Nobody else likes macros for commands * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Feb 07 2011 Paul Howarth <paul@city-fan.org> 0.99-1 - Update to 0.99 - Handle IPv6 addresses in SMFIC_CONNECT in Sendmail::PMilter::Context (CPAN RT#65499) * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.98-3 - Rebuild to fix problems with vendorarch/lib (#661697) * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.98-2 - Mass rebuild with perl-5.12.0 * Sat Mar 13 2010 Paul Howarth <paul@city-fan.org> 0.98-1 - Update to 0.98 (fixes for CPAN RT#51713 and CPAN RT#51759) - Drop upstreamed POD patch (CPAN RT#51713) * Mon Feb 08 2010 Paul Howarth <paul@city-fan.org> 0.97-4 - Cosmetic spec changes for new maintainer - Obsolete perl-Sendmail-Milter <= 0.18 since we provide a compatibility wrapper for it; we don't add a provide for this since we would be self-obsoleting if we did so - Add patch to make the no-op functions Sendmail::Milter::{setdb,settimeout} return "success" values to avoid messages like "Failed to set timeout value!" (CPAN RT#50144) - Add patch to handle SMFIC_DATA (CPAN RT#51058) - Add patch for more POD fixes (CPAN RT#51713) * Mon Dec 07 2009 Stepan Kasal <skasal@redhat.com> 0.97-3 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 0.97-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Mar 16 2009 John Guthrie <guthrie@counterexample.org> 0.97-1 - Re-released with version 0.97 - Added BuildRequirement for perl(Test::More) * Sun Feb 15 2009 John Guthrie <guthrie@counterexample.org> 0.96-5 - Added small patch to fix an error in the POD documentation for Context.pm * Fri Feb 06 2009 John Guthrie <guthrie@counterexample.org> 0.96-4 - Fixed rpmlint warnings caused by including the examples directory in the %doc section * Fri Feb 06 2009 John Guthrie <guthrie@counterexample.org> 0.96-3 - Added files to %doc list - Corrected license * Thu Feb 05 2009 John Guthrie <guthrie@counterexample.org> 0.96-2 - Expanded %description section - Ran "perl Makefile.PL" as the receiving end of a pipe since there is an interactive part to that script * Thu Feb 05 2009 John Guthrie <guthrie@counterexample.org> 0.96-1 - Specfile autogenerated by cpanspec 1.77