libemail-mime-perl 1.954-1 source package in Ubuntu

Changelog

libemail-mime-perl (1.954-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.954.
    + Fix excessive memory use issue, which can cause denial of service when
      parsing multipart MIME messages (CVE-2024-4140) (Closes: #960062)
  * Declare compliance with Debian policy 4.7.0

 -- Salvatore Bonaccorso <email address hidden>  Fri, 03 May 2024 21:32:44 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libemail-mime-perl_1.954-1.dsc 2.6 KiB 5033437816d0b36fa04e44ef949bad00ebdb809d18292cf6e92e0bf181d52cd8
libemail-mime-perl_1.954.orig.tar.gz 122.2 KiB 6dd69b01435b645aecc5354d9854a70cb87641eb446a525e7ab241cefa3cc4d3
libemail-mime-perl_1.954-1.debian.tar.xz 4.8 KiB bef762e35a49a08103dc2593ae3814aef643e16d809cafa85fb6c00b2d9f5e06

Available diffs

No changes file available.

Binary packages built by this source

libemail-mime-perl: module for simple MIME message parsing

 Email::MIME is an extension of the Email::Simple module for easily handling
 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.