perl 5.10.1-17ubuntu4.1 source package in Bilimbi Test
Changelog
perl (5.10.1-17ubuntu4.1) natty-security; urgency=low * SECURITY UPDATE: multiple intended restriction bypasses in Safe.pm - debian/patches/fixes/CVE-2010-1447.diff: update Safe.pm to version 2.29 to fix multiple issues. - debian/patches/series: disable superseded fixes/safe-upgrade.diff. - CVE-2010-1447 * SECURITY UPDATE: taint protection bypass via missing taint attributes - debian/patches/fixes/CVE-2011-1487.diff: put taint logic at the end of pp_* functions. - CVE-2011-1487 -- Marc Deslauriers <email address hidden> Tue, 26 Apr 2011 09:32:28 -0400
Upload details
- Uploaded by:
- Marc Deslauriers
- Uploaded to:
- Natty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Angry Aardvark | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
perl_5.10.1.orig.tar.gz | 13.5 MiB | cb7f26ea4b2b28d6644354d87a269d01cac1b635287dae64e88eeafa24b44f35 |
perl_5.10.1-17ubuntu4.1.debian.tar.gz | 118.2 KiB | 40e6a21cf725b13e50bbc77643ab1e0838390ab6507cc707bb7dc8907842c1f1 |
perl_5.10.1-17ubuntu4.1.dsc | 2.1 KiB | 0624290c5d4a567c3eed0d4aa46f2ade10d4a797f787e0abb4ade48ae73e73f3 |
Available diffs
Binary packages built by this source
- libperl-dev: Perl library: development files
Files for developing applications which embed a Perl interpreter and for
programs compiled with perlcc.
- libperl5.10: 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)).
- perl-suid: runs setuid Perl scripts
suidperl is a setuid root helper program which is invoked by perl when
executing scripts with setuid/gid bits set on systems (like Linux) which
don't have support setuid script execution natively in the kernel.