pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-DES Update to 2.07



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d326e5d540b
branches:  trunk
changeset: 622096:8d326e5d540b
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Jul 25 13:47:31 2013 +0000

description:
Update to 2.07

Upstream changes:
In release 2.06, SvUPGRADE was changed to a statement.

In release 2.07, a minor bug in META.yml was fixed.

diffstat:

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

diffs (50 lines):

diff -r 972c11f6783d -r 8d326e5d540b security/p5-Crypt-DES/Makefile
--- a/security/p5-Crypt-DES/Makefile    Thu Jul 25 13:25:08 2013 +0000
+++ b/security/p5-Crypt-DES/Makefile    Thu Jul 25 13:47:31 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2013/05/31 12:41:53 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2013/07/25 13:47:31 wen Exp $
 #
 
-DISTNAME=              Crypt-DES-2.05
+DISTNAME=              Crypt-DES-2.07
 PKGNAME=               p5-Crypt-DES-2.05
-PKGREVISION=           5
 SVR4_PKGNAME=          p5des
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff -r 972c11f6783d -r 8d326e5d540b security/p5-Crypt-DES/distinfo
--- a/security/p5-Crypt-DES/distinfo    Thu Jul 25 13:25:08 2013 +0000
+++ b/security/p5-Crypt-DES/distinfo    Thu Jul 25 13:47:31 2013 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/06/01 04:47:03 obache Exp $
+$NetBSD: distinfo,v 1.6 2013/07/25 13:47:31 wen Exp $
 
-SHA1 (Crypt-DES-2.05.tar.gz) = 4fce77a1f776ede8e7251af1af42f505f0e31515
-RMD160 (Crypt-DES-2.05.tar.gz) = 26fb3c923f236f6d42236cf9c40209767bbf0a35
-Size (Crypt-DES-2.05.tar.gz) = 15369 bytes
-SHA1 (patch-DES.xs) = dc5f44bd541651991afe8d3b3a3aaa5a332d73d3
+SHA1 (Crypt-DES-2.07.tar.gz) = 1fa769fa6f1dbe9781388cd9738ea93e579517df
+RMD160 (Crypt-DES-2.07.tar.gz) = 85b93aae8fbf30501ba5ed418c9c5ec054e4030a
+Size (Crypt-DES-2.07.tar.gz) = 16720 bytes
diff -r 972c11f6783d -r 8d326e5d540b security/p5-Crypt-DES/patches/patch-DES.xs
--- a/security/p5-Crypt-DES/patches/patch-DES.xs        Thu Jul 25 13:25:08 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-DES.xs,v 1.1 2013/06/01 04:47:03 obache Exp $
-
-* fixes for perl>=5.17.8
-  https://rt.cpan.org/Public/Bug/Display.html?id=82943
-
---- DES.xs.orig        2005-12-08 15:52:50.000000000 +0000
-+++ DES.xs
-@@ -64,8 +64,7 @@ _des_crypt(input, output, ks, enc_flag)
-                       output = sv_newmortal();
-               output_len = 8;
- 
--              if (!SvUPGRADE(output, SVt_PV))
--                      croak("cannot use output argument as lvalue");
-+              (void) SvUPGRADE(output, SVt_PV);
- 
-               perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag);
- 



Home | Main Index | Thread Index | Old Index