Path to this page:
./
lang/perl5,
Practical Extraction and Report Language
Branch: pkgsrc-2011Q3,
Version: 5.14.2nb1,
Package name: perl-5.14.2nb1,
Maintainer: pkgsrc-usersPerl is a general-purpose programming language originally developed
for text manipulation and now used for a wide range of tasks including
system administration, web development, network programming, GUI
development, and more. The language is intended to be practical (easy
to use, efficient, complete) rather than beautiful (tiny, elegant,
minimal). Its major features are that it's easy to use, supports both
procedural and object-oriented (OO) programming, has powerful built-in
support for text processing, and has one of the world's most impressive
collections of third-party modules.
Package options: 64bitauto, threads
Master sites: (Expand)
SHA1: df1549d65cdef2b20023af83ecaa2a024109a5ad
RMD160: bed043edbebd69e1279e9a70424e2552389bea79
Filesize: 14866.795 KB
Version history: (Expand)
- (2011-11-03) Updated to version: perl-5.14.2nb1
- (2011-10-04) Package added to pkgsrc.se, version perl-5.14.2 (created)
CVS history: (Expand)
2011-11-02 22:50:23 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3588 - requested by spz
lang/perl5: security patch
Revisions pulled up:
- lang/perl5/Makefile.common 1.12
- lang/perl5/distinfo 1.79
- lang/perl5/patches/patch-cpan_Digest_Digest.pm 1.1
---
Module Name: pkgsrc
Committed By: spz
Date: Sun Oct 16 20:09:42 UTC 2011
Modified Files:
pkgsrc/lang/perl5: Makefile.common distinfo
Added Files:
pkgsrc/lang/perl5/patches: patch-cpan_Digest_Digest.pm
Log message:
apply the changes to just Digest.pm from:
\
http://perl5.git.perl.org/perl.git/commitdiff/a2fa999d41c94d622051667d897fedca90be1828
2011-10-02 Gisle Aas <gisle@ActiveState.com>
Release 1.17.
Gisle Aas (6):
Less noisy 'git status' output
Merge pull request #1 from schwern/bug/require_eval
Don't clobber $@ in Digest->new [RT#50663]
More meta info added to Makefile.PL
Fix typo in RIPEMD160 [RT#50629]
Add schwern's test files
Michael G. Schwern (5):
Turn on strict.
Convert tests to use Test::More
Untabify
Turn Digest::Dummy into a real file which exercises the \
Digest->new() require logic.
Close the eval "require $module" security hole in \
Digest->new($algorithm)
|