From 85e0e667660650d70269432a90401d4288776d9d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Nov 2012 02:13:31 -0800 Subject: Tue Nov 6 02:09:19 PST 2012 --- core/perl/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'core/perl') diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD index 5052a5c65..ff3329342 100644 --- a/core/perl/PKGBUILD +++ b/core/perl/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 169818 2012-10-30 11:27:57Z bluewind $ +# $Id: PKGBUILD 170239 2012-11-05 22:39:18Z bluewind $ # Maintainer: Florian Pritz # Contributor: Angel Velasquez # Contributor: kevin # Contributor: judd # Contributor: francois pkgname=perl -pkgver=5.16.1 -pkgrel=2 +pkgver=5.16.2 +pkgrel=1 pkgdesc="A highly capable, feature-rich programming language" arch=(i686 x86_64) license=('GPL' 'PerlArtistic') @@ -17,14 +17,12 @@ changelog=ChangeLog source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 perlbin.sh perlbin.csh -cve-2012-5195.patch provides.pl) install=perl.install options=('makeflags' '!purge') -md5sums=('b87358e2c461a898cfd7c334e7dd8993' +md5sums=('2818ab01672f005a4e552a713aa27b08' '5ed2542fdb9a60682f215bd33701e61a' '1f0cbbee783e8a6d32f01be5118e0d5e' - 'ba61b3b393b763b4f0b9e2f06757815a' '999c3eea6464860704abbb055a0f0896') # workaround to let the integrity check find the correct provides array @@ -35,8 +33,6 @@ fi build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -i "$srcdir/cve-2012-5195.patch" -p1 - if [ "${CARCH}" = "x86_64" ]; then # for x86_64 arch_opts="-Dcccdlflags='-fPIC'" -- cgit v1.2.3-54-g00ecf