libyaml-libyaml-perl 0.41-5 source package in Ubuntu

Changelog

libyaml-libyaml-perl (0.41-5) unstable; urgency=high


  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Add CVE-2014-2525.patch patch.
    CVE-2014-2525: Heap overflow when parsing YAML tags.
    The heap overflow is caused by not properly expanding a string before
    writing to it in function yaml_parser_scan_uri_escapes in scanner.c.

 -- Salvatore Bonaccorso <email address hidden>  Sun, 23 Mar 2014 08:32:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libyaml-libyaml-perl_0.41-5.dsc 2.1 KiB 85dcda58c59ce651b16c0080bf4c5a7bb7cf4615b32b889af7eb91dc98b99096
libyaml-libyaml-perl_0.41.orig.tar.gz 175.0 KiB 9a654427a3a63de434c6d03b18bba144cc7ba0f0e61a7100c6d08d77a90145ce
libyaml-libyaml-perl_0.41-5.debian.tar.xz 6.1 KiB d947afaf6aad34e475fb61cb406f0c9546d178e84f914cc44638afcff16d62f5

Available diffs

No changes file available.

Binary packages built by this source

libyaml-libyaml-perl: Perl interface to libyaml, a YAML implementation

 YAML::LibYAML (or YAML::XS) is a Perl interface to Kirill Siminov's libyaml
 library, a YAML Ain't Markup Language (YAML) implementation written in C to
 support the YAML 1.1 specification. The provided Dump and Load routines
 are compatible with the Perl YAML module (see libyaml-perl).