libyaml-libyaml-perl 0.38-2ubuntu0.1 source package in Ubuntu

Changelog

libyaml-libyaml-perl (0.38-2ubuntu0.1) precise-security; urgency=medium

  * SECURITY UPDATE: denial of service and possible code execution via
    large yaml documents
    - debian/patches/CVE-2013-6393.patch: fix integer overflows in
      LibYAML/loader.c, LibYAML/reader.c, LibYAML/scanner.c,
      LibYAML/yaml_private.h.
    - CVE-2013-6393
  * SECURITY UPDATE: denial of service and possible code execution via
    heap overflow in yaml_parser_scan_uri_escapes
    - debian/patches/CVE-2014-2525.patch: properly handle memory in
      LibYAML/scanner.c, LibYAML/yaml_private.h.
    - CVE-2014-2525
 -- Marc Deslauriers <email address hidden>   Wed, 02 Apr 2014 14:41:53 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libyaml-libyaml-perl_0.38.orig.tar.gz 172.5 KiB eb98f304d14f6557b07adfa24da16e00cfa54a9d9484b6e898e35f919c5eb7ba
libyaml-libyaml-perl_0.38-2ubuntu0.1.debian.tar.gz 5.5 KiB 5c7a3136be8635fd64b35e59239ba2cac4574516a5622f7e6fed8e80cb92ef48
libyaml-libyaml-perl_0.38-2ubuntu0.1.dsc 2.2 KiB 527d461df23e0101738043fb978d3fee9162027832efbbd7cd2aba13ebf9ef29

View changes file

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. There provided Dump and Load routines
 are compatible with the Perl YAML module (see libyaml-perl).