./lang/perl5, Practical Extraction and Report Language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q2, Version: 5.20.0nb1, Package name: perl-5.20.0nb1, Maintainer: pkgsrc-users

Perl 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: e925e4fc36e90eace19a1ca850f912618ba6788f
RMD160: a14fa854f2d50aa5f16ff3a982244dd6cd0c4730
Filesize: 13447.724 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-30 19:03:04 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #4507 - requested by spz
lang/perl5: security patch

Revisions pulled up:
- lang/perl5/Makefile                                           1.230
- lang/perl5/distinfo                                           1.123
- lang/perl5/patches/patch-dist_Data-Dumper_Dumper.pm           1.1
- lang/perl5/patches/patch-dist_Data-Dumper_Dumper.xs           1.1

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Mon Sep 29 11:36:02 UTC 2014

   Modified Files:
   	pkgsrc/lang/perl5: Makefile distinfo
   Added Files:
   	pkgsrc/lang/perl5/patches: patch-dist_Data-Dumper_Dumper.pm
   	    patch-dist_Data-Dumper_Dumper.xs

   Log message:
   Minimally invasive fix for CVE-2014-4330, also known as
   https://www.lsexperts.de/advisories/lse-2014-06-10.txt,
   a stack overflow vulnerability in Data::Dumper

   Patches taken from
   \ 
http://perl5.git.perl.org/perl.git/commitdiff/19be3be6968e2337bcdfe480693fff795ecd1304,
   to be removed when updating to 5.20.1 (or later).

   perl-5.20.0nb2 is fit for pkg_add -u replacement of perl-5.20.0nb1
   2014-08-25 11:17:27 by S.P.Zeidler | Files touched by this commit (2)
Log message:
Pullup ticket #4485 - requested by tron
lang/perl5: build fix

Revisions pulled up:
- lang/perl5/distinfo                                           1.122
- lang/perl5/patches/patch-hints_netbsd.sh                      1.9

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	mrg
   Date:		Tue Aug 12 05:41:39 UTC 2014

   Modified Files:
   	pkgsrc/lang/perl5: distinfo
   	pkgsrc/lang/perl5/patches: patch-hints_netbsd.sh

   Log message:
   adjust a pattern to match 0.8 vs everything else.

   fixes build on netbsd-7, which was matching "not everything else"

   To generate a diff of this commit:
   cvs rdiff -u -r1.121 -r1.122 pkgsrc/lang/perl5/distinfo
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/perl5/patches/patch-hints_netbsd.sh