Jump to letter: [
ABCEFGHIKLMNOPQRSTUVWXYZ
]
perl: The Perl programming language.
Name: | perl |
Vendor: | CERN, http://cern.ch/linux" |
Version: | 5.8.0 |
License: | Artistic |
Release: | 90.4 |
URL: | |
- Summary
- Perl is a high-level programming language with roots in C, sed, awk
and shell scripting. Perl is good at handling processes and files,
and is especially good at handling text. Perl's hallmarks are
practicality and efficiency. While it is used to do a lot of
different things, Perl's most common applications are system
administration utilities and web programming. A large proportion of
the CGI scripts on the web are written in Perl. You need the perl
package installed on your system so that your system can handle Perl
scripts.
Install this package if you want to program in Perl or enable your
system to handle Perl scripts.
Arch: ia64
Download: | perl-5.8.0-90.4.ia64.rpm |
Build Date: | Fri Dec 23 03:25:02 2005 |
Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> |
Size: | 39.75 MiB |
Arch: i386
Download: | perl-5.8.0-90.4.i386.rpm |
Build Date: | Fri Dec 23 03:23:35 2005 |
Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> |
Size: | 31.09 MiB |
Changelog
- * Mon Dec 12 04:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> - 2:5.8.0-90.4
- Further enhancements to sprintf integer overflow patch
(Upstream patches 26322 26331 and 26333 for CVE-2005-3962 / bz174717 )
- Fix File::Find test script to be independant of dirent order (Patch24)
- Fix CVE-2004-0976 / bz136325: fix issues with solardesigner's patch
to perldbtty.pl and c2ph.PL,
pointed out by Pekka Savola and David Eisenstein
- * Fri Dec 9 04:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> - 2:5.8.0-90.4
- Backport upstream patches 26283 and 26284 : complete, revised fixes
for CVE-2005-3962 and CVE-2005-3912 and
"Sys::Syslog security vulnerabilities" issues.
- Fix bug 136009 / MakeMaker LD_RUN_PATH issue:
restore previous default Red Hat behavior of removing the MakeMaker
generated LD_RUN_PATH setting from the link command .
Document this removal, as it contravenes upstream default behavior, and
provide a USE_MM_LD_RUN_PATH MakeMaker member to enable use of the
MakeMaker generated LD_RUN_PATH .
- * Thu Dec 1 04:00:00 2005 Jason Vas Dias<jvdias{%}redhat{*}com> - 2:5.8.0-90.3
- fix bug 174717 / CVE-2005-3962: sprintf integer overflow vulnerability
backport upstream patch #26240