Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Email-MIME for openSUSE:Factory
checked in at 2024-05-16 17:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-MIME (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-MIME.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-MIME"
Thu May 16 17:16:47 2024 rev:6 rq:1174456 version:1.954.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-MIME/perl-Email-MIME.changes
2023-01-31 16:16:25.316263920 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Email-MIME.new.1880/perl-Email-MIME.changes
2024-05-16 17:19:16.820849125 +0200
@@ -1,0 +2,13 @@
+Fri May 3 03:08:10 UTC 2024 - Tina Müller <[email protected]>
+
+- updated to 1.954
+ see /usr/share/doc/packages/perl-Email-MIME/Changes
+
+ 1.954 2024-05-02 17:12:30-04:00 America/New_York
+ - 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 limits how many parts we will consider
+ parsing. The default $MAX_PARTS is 100.
+
+-------------------------------------------------------------------
Old:
----
Email-MIME-1.953.tar.gz
New:
----
Email-MIME-1.954.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-MIME.spec ++++++
--- /var/tmp/diff_new_pack.AmYaK8/_old 2024-05-16 17:19:17.204863042 +0200
+++ /var/tmp/diff_new_pack.AmYaK8/_new 2024-05-16 17:19:17.208863187 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-MIME
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%define cpan_name Email-MIME
Name: perl-Email-MIME
-Version: 1.953
+Version: 1.954.0
Release: 0
+# 1.954 -> normalize -> 1.954.0
+%define cpan_version 1.954
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Easy MIME message handling
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -50,6 +52,13 @@
Requires: perl(MIME::Types) >= 1.13
Requires: perl(Module::Runtime)
Requires: perl(parent)
+Provides: perl(Email::MIME) = %{version}
+Provides: perl(Email::MIME::Creator) = %{version}
+Provides: perl(Email::MIME::Encode) = %{version}
+Provides: perl(Email::MIME::Header) = %{version}
+Provides: perl(Email::MIME::Header::AddressList) = %{version}
+Provides: perl(Email::MIME::Modifier) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -59,7 +68,7 @@
decoded from MIME encoding.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ Email-MIME-1.953.tar.gz -> Email-MIME-1.954.tar.gz ++++++
++++ 1612 lines of diff (skipped)