| Name: | perl-Email-MIME |
|---|---|
| Version: | 1.954 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 127282 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-Email-MIME-1.954-1.el9.noarch.rpm |
| Source RPM: | perl-Email-MIME-1.954-1.el9.src.rpm |
| Build Date: | Sat May 25 2024 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Email-MIME |
| Summary: | Easy MIME message parsing |
| Description: | 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. |
- 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)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- 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}
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 rebuild