Date: Thursday, August 1, 2013 @ 13:25:42 Author: spupykin Revision: 94937
upgpkg: perl-crypt-des 2.07-1 upd Modified: perl-crypt-des/trunk/PKGBUILD Deleted: perl-crypt-des/trunk/perl-5.18.patch -----------------+ PKGBUILD | 15 ++++----------- perl-5.18.patch | 13 ------------- 2 files changed, 4 insertions(+), 24 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-01 11:14:12 UTC (rev 94936) +++ PKGBUILD 2013-08-01 11:25:42 UTC (rev 94937) @@ -2,23 +2,16 @@ # Maintainer: Sergej Pupykin <[email protected]> #Contributor: Pete Morris <pete dot morris at gmail dot com> pkgname=perl-crypt-des -pkgver=2.05 -pkgrel=6 +pkgver=2.07 +pkgrel=1 pkgdesc="Perl DES encryption module" arch=('i686' 'x86_64') url="http://search.cpan.org/~dparis/Crypt-DES" license=("GPL" "PerlArtistic") depends=('glibc') -source=("http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz" - "perl-5.18.patch") -md5sums=('a8a0bea7064e11d2af434f3e468c17bb' - '836d1a954281257efe00503d98b42dc8') +source=("http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz") +md5sums=('e845d24cf383ca4a30a3380a2735feac') -prepare() { - cd $srcdir/Crypt-DES-$pkgver - patch -p1 <$srcdir/perl-5.18.patch -} - build() { cd $srcdir/Crypt-DES-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor Deleted: perl-5.18.patch =================================================================== --- perl-5.18.patch 2013-08-01 11:14:12 UTC (rev 94936) +++ perl-5.18.patch 2013-08-01 11:25:42 UTC (rev 94937) @@ -1,13 +0,0 @@ -diff -wbBur Crypt-DES-2.05.org/DES.xs Crypt-DES-2.05/DES.xs ---- Crypt-DES-2.05.org/DES.xs 2005-12-08 18:52:50.000000000 +0300 -+++ Crypt-DES-2.05/DES.xs 2013-05-20 15:35:58.668612530 +0400 -@@ -64,8 +64,7 @@ - output = sv_newmortal(); - output_len = 8; - -- if (!SvUPGRADE(output, SVt_PV)) -- croak("cannot use output argument as lvalue"); -+ SvUPGRADE(output, SVt_PV); - - perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag); -
