pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-IDEA Update to 1.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f9d04ccc7a8
branches:  trunk
changeset: 622098:0f9d04ccc7a8
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Jul 25 13:57:39 2013 +0000

description:
Update to 1.10

Upstream changes:
1.09 - Tue 23 Jul '13
        made SvUPGRADE a statement
        corrected VERSION statement
        fixed _idea.c for Strawberry
(No upstream changelog for 1.10)

diffstat:

 security/p5-Crypt-IDEA/Makefile              |   5 ++---
 security/p5-Crypt-IDEA/distinfo              |   9 ++++-----
 security/p5-Crypt-IDEA/patches/patch-IDEA.xs |  17 -----------------
 3 files changed, 6 insertions(+), 25 deletions(-)

diffs (49 lines):

diff -r e298e2ac3e9e -r 0f9d04ccc7a8 security/p5-Crypt-IDEA/Makefile
--- a/security/p5-Crypt-IDEA/Makefile   Thu Jul 25 13:49:10 2013 +0000
+++ b/security/p5-Crypt-IDEA/Makefile   Thu Jul 25 13:57:39 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2013/06/17 11:25:43 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2013/07/25 13:57:39 wen Exp $
 
-DISTNAME=              Crypt-IDEA-1.08
+DISTNAME=              Crypt-IDEA-1.10
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           6
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
diff -r e298e2ac3e9e -r 0f9d04ccc7a8 security/p5-Crypt-IDEA/distinfo
--- a/security/p5-Crypt-IDEA/distinfo   Thu Jul 25 13:49:10 2013 +0000
+++ b/security/p5-Crypt-IDEA/distinfo   Thu Jul 25 13:57:39 2013 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/06/17 11:25:27 wiz Exp $
+$NetBSD: distinfo,v 1.8 2013/07/25 13:57:39 wen Exp $
 
-SHA1 (Crypt-IDEA-1.08.tar.gz) = c154cb0f9995844573d913c3fc87ae7c0d29b183
-RMD160 (Crypt-IDEA-1.08.tar.gz) = 5e2e352d8d03997d9ef4ebd98d47f0ab6d044224
-Size (Crypt-IDEA-1.08.tar.gz) = 7045 bytes
-SHA1 (patch-IDEA.xs) = 59dc138b5b1b812e9516d1eee3467a6adc74cc8e
+SHA1 (Crypt-IDEA-1.10.tar.gz) = a43a12e1c515c41155036d730aad2ba79e0bb646
+RMD160 (Crypt-IDEA-1.10.tar.gz) = e1866fcc3c4f3e33f7a18063cc0ad96ecfdd641a
+Size (Crypt-IDEA-1.10.tar.gz) = 7225 bytes
diff -r e298e2ac3e9e -r 0f9d04ccc7a8 security/p5-Crypt-IDEA/patches/patch-IDEA.xs
--- a/security/p5-Crypt-IDEA/patches/patch-IDEA.xs      Thu Jul 25 13:49:10 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-IDEA.xs,v 1.1 2013/06/17 11:25:27 wiz Exp $
-
-Fix build with perl-5.18, from
-https://rt.cpan.org/Public/Bug/Display.html?id=82010
-
---- IDEA.xs.orig       2003-01-19 02:48:04.000000000 +0000
-+++ IDEA.xs
-@@ -71,8 +71,7 @@ idea_crypt(input, output, ks)
-                       output = sv_newmortal();
-               output_len = 8;
- 
--              if (!SvUPGRADE(output, SVt_PV))
--                      croak("cannot use output argument as lvalue");
-+              SvUPGRADE(output, SVt_PV);
- 
-               idea_crypt((u_int16_t *)input, (u_int16_t *)SvGROW(output, output_len), (u_int16_t *)ks);
- 



Home | Main Index | Thread Index | Old Index