diff options
author | tron <tron> | 2013-03-17 11:41:21 +0000 |
---|---|---|
committer | tron <tron> | 2013-03-17 11:41:21 +0000 |
commit | 76ec039aaaa99965dd589c07db5f89b078b51cff (patch) | |
tree | 5c11ceee0f6fab09526b6f40a849c9e75802b15f /lang/perl5/Makefile | |
parent | 5b128f7cfa42d1331a51f7461917addf7bee4c3e (diff) | |
download | pkgsrc-76ec039aaaa99965dd589c07db5f89b078b51cff.tar.gz |
Pullup ticket #4100 - requested by tez
lang/perl5: security patch
Revisions pulled up:
- lang/perl5/Makefile 1.198
- lang/perl5/distinfo 1.95
- lang/perl5/patches/patch-CVE-2013-1667 1.1
---
Module Name: pkgsrc
Committed By: tez
Date: Fri Mar 8 21:28:18 UTC 2013
Modified Files:
pkgsrc/lang/perl5: Makefile distinfo
Added Files:
pkgsrc/lang/perl5/patches: patch-CVE-2013-1667
Log Message:
add patch for CVE-2013-1667 from:
https://bugzilla.redhat.com/show_bug.cgi?id=912276
bump PKGREVISION
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index ec419cb0dfc..fce05de1b51 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.192.2.1 2013/01/13 17:54:01 tron Exp $ +# $NetBSD: Makefile,v 1.192.2.2 2013/03/17 11:41:21 tron Exp $ .include "license.mk" .include "Makefile.common" COMMENT= Practical Extraction and Report Language -PKGREVISION= 2 +PKGREVISION= 4 CONFLICTS= perl-base-[0-9]* perl-thread-[0-9]* \ p5-CGI-2.66{,nb*} p5-CGI-2.75{,nb*} p5-CGI-2.75.[0-2] \ |