perl 5.12.4-4 source package in Ubuntu Linaro Evaluation Build

Changelog

perl (5.12.4-4) unstable; urgency=medium


  * Fix decode_xs n-byte heap-overflow security bug in Unicode.xs
    (Closes: #637376)

 -- Dominic Hargreaves <email address hidden>  Wed, 10 Aug 2011 19:25:23 +0100

Upload details

Uploaded by:
Niko Tyni
Uploaded to:
Sid
Original maintainer:
Niko Tyni
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe perl

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
perl_5.12.4-4.dsc 1.4 KiB 38cd5dc53c1025ea0fa0cf064678de4ab16299a750f02d1d4c37426d230c03fd
perl_5.12.4.orig.tar.bz2 11.8 MiB c920fa01a34b7752e8cbbc99c6921b908df60611d84a29c4377e4a798604767e
perl_5.12.4-4.debian.tar.gz 97.4 KiB 52d8c2fd11706f41f62065b80e0f7d72a4a16be90f651d9b1718264539b73b1f

No changes file available.

Binary packages built by this source

libperl-dev: Perl library: development files

 Files for developing applications which embed a Perl interpreter.

libperl5.12: shared Perl library

 This package is required by programs which embed a Perl interpreter to
 ensure that the correct version of `perl-base' is installed. It
 additionally contains the shared Perl library on architectures where the
 perl binary is linked to libperl.a (currently only i386, for performance
 reasons). In other cases the actual library is in the `perl-base' package.

perl: Larry Wall's Practical Extraction and Report Language

 An interpreted scripting language, known among some as "Unix's Swiss
 Army Chainsaw".
 .
 Perl is optimised for scanning arbitrary text files and system
 administration. It has built-in extended regular expression matching
 and replacement, a data-flow mechanism to improve security with
 setuid scripts and is extensible via modules that can interface to C
 libraries.

perl-base: minimal Perl system

 Perl is a scripting language used in many system scripts and utilities.
 .
 This package provides a Perl interpreter and the small subset of the
 standard run-time library required to perform basic tasks. For a full
 Perl installation, install "perl" (and its dependencies, "perl-modules"
 and "perl-doc").

perl-debug: debug-enabled Perl interpreter

 debugperl provides a debug-enabled version of Perl which can produce
 extensive information about the interpreter as it compiles and executes
 a program (see the -D switch in perlrun(1)).
 .
 Note that this package is primarily of use in debugging *Perl* rather
 than perl programs, which may be traced/debugged using the standard
 perl binary using the -d switch (see perldebug(1)).