Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Email-MIME | Distribution: Fedora Project |
Version: 1.954 | Vendor: Fedora Project |
Release: 1.el8 | Build date: Thu May 16 10:38:47 2024 |
Group: Unspecified | Build host: buildvm-a64-40.iad2.fedoraproject.org |
Size: 127282 | Source RPM: perl-Email-MIME-1.954-1.el8.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Email-MIME | |
Summary: Easy MIME message parsing |
This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding.
GPL-1.0-or-later OR Artistic-1.0-Perl
* Thu May 16 2024 Paul Howarth <paul@city-fan.org> - 1.954-1 - Update to 1.954 (rhbz#2280644) - Fix for CVE-2024-4140: An excessive memory use issue (CWE-770) exists in Email-MIME before version 1.954, which can cause denial of service when parsing multipart MIME messages; the fix is the new $MAX_PARTS configuration, which limits how many parts we will consider parsing (the default $MAX_PARTS is 100) * Mon Jan 09 2023 Paul Howarth <paul@city-fan.org> - 1.953-1 - Update to 1.953 - As promised, this release no longer works on v5.8; in fact, due to some upstream libraries, it hasn't in some time - Documentation has been cleaned up to stop referencing long-dead other libraries or methods - Some small code changes to benefit from v5.10 and v5.12 improvements - Use SPDX-format license tag - Use %{make_build} and %{make_install} * Tue Dec 21 2021 Paul Howarth <paul@city-fan.org> - 1.952-1 - Update to 1.952 - When computing filename, start from raw Content-Disposition - Avoid a potentially very slow regex in parsing * Sun May 24 2020 Paul Howarth <paul@city-fan.org> - 1.949-1 - Update to 1.949 - Add $Email::MIME::MAX_DEPTH and refuse to parse deeper than that many parts; current default: 10 - Fixes to handling of content-type parameters * Wed Oct 16 2019 Paul Howarth <paul@city-fan.org> - 1.946-8 - Spec tidy-up - Use author-independent source URL - Specify all build dependencies - Use DESTDIR rather than PERL_INSTALL_ROOT - Simplify find command using -delete - Fix permissions verbosely - Make %files list more explicit * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.946-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.946-6 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.946-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.946-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.946-3 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.946-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 31 2017 Tom Callaway <spot@fedoraproject.org> - 1.946-1 - update to 1.946 * Mon Jul 31 2017 Tom Callaway <spot@fedoraproject.org> - 1.945-1 - update to 1.945 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.940-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.940-2 - Perl 5.26 rebuild * Thu Feb 09 2017 Tom Callaway <spot@fedoraproject.org> - 1.940-1 - update to 1.940 * Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.937-3 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.937-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Feb 01 2016 Tom Callaway <spot@fedoraproject.org> - 1.937-1 - update to 1.937 * Fri Sep 11 2015 Tom Callaway <spot@fedoraproject.org> - 1.936-1 - update to 1.936 * Tue Aug 04 2015 Tom Callaway <spot@fedoraproject.org> - 1.934-1 - update to 1.934 * Mon Jul 27 2015 Tom Callaway <spot@fedoraproject.org> - 1.933-1 - update to 1.933 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.929-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.929-2 - Perl 5.22 rebuild * Mon Mar 30 2015 Tom Callaway <spot@fedoraproject.org> - 1.929-1 - update to 1.929 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.926-3 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.926-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Mar 06 2014 Tom Callaway <spot@fedoraproject.org> - 1.926-1 - update to 1.926 * Sun Aug 11 2013 Paul Howarth <paul@city-fan.org> - 1.924-1 - Update to 1.924 - Update use of Email::MIME::ContentType to match new, fixed hash keys: type/subtype * Fri Aug 09 2013 Paul Howarth <paul@city-fan.org> - 1.923-1 - Update to 1.923 - Repackage, remove PEP links, update bugtracker - Try to encode headers based on the header structure, if it has one, rather than treating the header as a big string in all cases - Do not call parts_set during walk_parts unless the parts have actually changed - When trying to decode a body, fall back to 7bit if the encoding is unknown; trying to create a new body in an unknown encoding is still forbidden - Avoid undefined warnings in debug_structure (CPAN RT#82388) - Better error message when the given body is a ref but not a scalar (CPAN RT#59205) - Do not consider the part-ending CRLF part of the body - Update build-reqs as per upstream requirements - Explicitly run the release tests - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildroot - Classify buildreqs by usage * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.911-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1.911-2 - Perl 5.18 rebuild * Sat Feb 23 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.911-1 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914270). - Upstream update. - Modernize spec. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.906-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.906-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jun 21 2012 Petr Pisar <ppisar@redhat.com> - 1.906-6 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.906-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.906-4 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.906-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Dec 03 2010 Paul Howarth <paul@city-fan.oth> - 1.906-2 - Obsolete perl-Email-MIME-Creator and perl-Email-MIME-Modifier, merged into Email::MIME at version 1.900 * Fri Dec 03 2010 Paul Howarth <paul@city-fan.oth> - 1.906-1 - Update to 1.906 (#659635) - BR: perl(Email::Date::Format) and perl(Email::MessageID) - BR: perl(Test::MinimumVersion) for additional test coverage - Bump perl(Email::MIME::Encodings) version requirement to 1.313 - Bump perl(Email::Simple) version requirement to 2.004 * Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.863-5 - Mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.863-4 - Mass rebuild with perl-5.12.0 * Mon Dec 07 2009 Stepan Kasal <skasal@redhat.com> - 1.863-3 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.863-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.863-1 - update to 1.863 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.861-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.861-3 - Rebuild for perl 5.10 (again) * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.861-2 - rebuild for new perl * Wed Nov 28 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.861-1 - bump to 1.861 * Fri Mar 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.859-1 - Update to 1.859. * Sat Feb 10 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.858-1 - Update to 1.858. * Fri Dec 01 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.857-1 - Update to 1.857. * Thu Oct 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.855-1 - Update to 1.855. * Sun Oct 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.854-1 - Update to 1.854. * Fri Oct 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.853-1 - Update to 1.853. * Wed Sep 06 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.852-1 - Update to 1.852. * Mon Aug 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.851-1 - Update to 1.851. * Fri Jul 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.85-1 - Update to 1.85. * Thu Sep 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.82-2 - Requires Email::Simple (rpm "use base" shortcoming). * Thu Sep 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.82-1 - First build.
/usr/share/doc/perl-Email-MIME /usr/share/doc/perl-Email-MIME/Changes /usr/share/doc/perl-Email-MIME/README /usr/share/licenses/perl-Email-MIME /usr/share/licenses/perl-Email-MIME/LICENSE /usr/share/man/man3/Email::MIME.3pm.gz /usr/share/man/man3/Email::MIME::Creator.3pm.gz /usr/share/man/man3/Email::MIME::Encode.3pm.gz /usr/share/man/man3/Email::MIME::Header.3pm.gz /usr/share/man/man3/Email::MIME::Header::AddressList.3pm.gz /usr/share/man/man3/Email::MIME::Modifier.3pm.gz /usr/share/perl5/vendor_perl/Email /usr/share/perl5/vendor_perl/Email/MIME /usr/share/perl5/vendor_perl/Email/MIME.pm /usr/share/perl5/vendor_perl/Email/MIME/Creator.pm /usr/share/perl5/vendor_perl/Email/MIME/Encode.pm /usr/share/perl5/vendor_perl/Email/MIME/Header /usr/share/perl5/vendor_perl/Email/MIME/Header.pm /usr/share/perl5/vendor_perl/Email/MIME/Header/AddressList.pm /usr/share/perl5/vendor_perl/Email/MIME/Modifier.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Nov 18 05:25:22 2024