diff options
author | root <root@rshg054.dnsready.net> | 2012-11-06 02:13:31 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-06 02:13:31 -0800 |
commit | 85e0e667660650d70269432a90401d4288776d9d (patch) | |
tree | 7d6e665bf13e57be14c60b14512dd322c97874e8 /core/perl | |
parent | c973e7aa43bb6c3bb4e25503eea40ddee63fcefd (diff) |
Tue Nov 6 02:09:19 PST 2012
Diffstat (limited to 'core/perl')
-rw-r--r-- | core/perl/PKGBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
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 <bluewind@xinu.at> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: kevin <kevin.archlinux.org> # Contributor: judd <jvinet.zeroflux.org> # Contributor: francois <francois.archlinux.org> 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'" |