Click here to visit the old openkoji buildsystem (Archived)

Information for build perl-Sendmail-PMilter-1.27-1.fc41

ID4087
Package Nameperl-Sendmail-PMilter
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.27
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Sendmail-PMilter.git#bec27e2912ab443b25f8ff5085737784e0a4b992
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 27 Apr 2024 14:03:47 CST
CompletedSat, 27 Apr 2024 14:12:13 CST
Taskbuild (f41, /rpms/perl-Sendmail-PMilter.git:bec27e2912ab443b25f8ff5085737784e0a4b992)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Sendmail-PMilter.git#bec27e2912ab443b25f8ff5085737784e0a4b992'}}
Tags
f41
RPMs
src
perl-Sendmail-PMilter-1.27-1.fc41.src.rpm (info) (download)
noarch
perl-Sendmail-PMilter-1.27-1.fc41.noarch.rpm (info) (download)
Logs
noarch
state.log
root.log
hw_info.log
installed_pkgs.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Feb 05 2024 Paul Howarth <paul@city-fan.org> - 1.27-1 - Update to 1.27 - Proper handling of die (CPAN RT#150737) - Fix child_exit and add milter_exit (CPAN RT#150611) - Setconn with unix socket permissions (CPAN RT#150270) * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Dec 16 2022 Paul Howarth <paul@city-fan.org> - 1.24-1 - Update to 1.24 - Make no reply to MTA from the abort callback: such replies seem to cause problems for Postfix (CPAN RT#145263) * Mon Oct 31 2022 Paul Howarth <paul@city-fan.org> - 1.23-1 - Update to 1.23 - Replace deprecated IO::Socket::INET6 with IO::Socket::IP (CPAN RT#144401) - Most callbacks were not recognized unless the appropriate flags were set during the negotiate callback (CPAN RT#144971, CPAN RT#144273) - Packaging improvements (CPAN RT#130084) - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 05 2022 Paul Howarth <paul@city-fan.org> - 1.21-1 - Update to 1.21 - New maintainership (CPAN/GWHAYWOOD) - Test suite updates - Implement set multi-line reply function (CPAN RT#125090) - Documentation updates (CPAN RT#125040) - Fix POD errors - Add COPYRIGHT->LICENCE (file,link,=head1) - Remove obsolete doc/ - SETSENDER->CHGFROM etc. (CPAN RT#115352) - ithread and postfork dispatcher fixes (CPAN RT#85833) - sig{CHLD}='DEFAULT'; (CPAN RT#85826) - Macro and headers fixes (CPAN RT#84941) - Define constant SMFIF_NONE (CPAN RT#78865) - Dummy functions setdbg() and settimeout() return 1 (CPAN RT#50144) - Fix memory leak in ithread dispatcher (CPAN RT#54794) - Removed requirement for Sendmail::Milter (CPAN RT#23921) - Full support for protocol negotiation, including support for setting milter data buffer sizes - Add get_sendmail_option() to read configuration file options - Propose to insist on Milter Protocol Version 6 in V1.21 - Removed enable_chgfrom and some other some cruft - Partial support for negotiation - Comments invited via CPAN issues - Added file CONTRIBUTING - Added file COPYRIGHT - New upstream maintainer GWHAYWOOD - Fix permissions verbosely - Drop old obsolete of perl-Sendmail-Milter * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-34 - Perl 5.36 rebuild