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 Updated to version 1.02.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d91c4f0dcaed
branches: trunk
changeset: 469372:d91c4f0dcaed
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Feb 22 17:07:18 2004 +0000
description:
Updated to version 1.02.
Taking maintainership.
Adapted to buildlink3.
Changes sinces 1.01
===================
Patch-ab has been incorparated into the distribution.
diffstat:
security/p5-Crypt-IDEA/Makefile | 14 +++++++-------
security/p5-Crypt-IDEA/distinfo | 9 ++++-----
security/p5-Crypt-IDEA/patches/patch-aa | 6 +++---
security/p5-Crypt-IDEA/patches/patch-ab | 13 -------------
4 files changed, 14 insertions(+), 28 deletions(-)
diffs (77 lines):
diff -r 75294efe2fde -r d91c4f0dcaed security/p5-Crypt-IDEA/Makefile
--- a/security/p5-Crypt-IDEA/Makefile Sun Feb 22 16:54:56 2004 +0000
+++ b/security/p5-Crypt-IDEA/Makefile Sun Feb 22 17:07:18 2004 +0000
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:20:15 martti Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/22 17:07:18 heinz Exp $
#
-DISTNAME= Crypt-IDEA-1.01
+DISTNAME= Crypt-IDEA-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-#HOMEPAGE=
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/
COMMENT= Perl5 module for the IDEA symmetric key algorithm
-USE_BUILDLINK2= YES
-
# IDEA's license
LICENCE= fee-based-commercial-use
-USE_PERL5= # defined
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/IDEA/.packlist
.include "../../lang/perl5/module.mk"
diff -r 75294efe2fde -r d91c4f0dcaed security/p5-Crypt-IDEA/distinfo
--- a/security/p5-Crypt-IDEA/distinfo Sun Feb 22 16:54:56 2004 +0000
+++ b/security/p5-Crypt-IDEA/distinfo Sun Feb 22 17:07:18 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/02/22 17:07:18 heinz Exp $
-SHA1 (Crypt-IDEA-1.01.tar.gz) = 43fb64fb81d4ab52a74e5897d6ae6836d39be2b7
-Size (Crypt-IDEA-1.01.tar.gz) = 5281 bytes
-SHA1 (patch-aa) = 6a1b70d0d7e4ac854b0afdedf6a188f2a2d1c228
-SHA1 (patch-ab) = 0c3239aa73bbd94803bdfcd7bf745e7169dc66a2
+SHA1 (Crypt-IDEA-1.02.tar.gz) = 05fca3a3040c4ab1ae26996698d92d86cf230a86
+Size (Crypt-IDEA-1.02.tar.gz) = 5366 bytes
+SHA1 (patch-aa) = 7be5a54b7d12f61b17dddf43355717da6a60a341
diff -r 75294efe2fde -r d91c4f0dcaed security/p5-Crypt-IDEA/patches/patch-aa
--- a/security/p5-Crypt-IDEA/patches/patch-aa Sun Feb 22 16:54:56 2004 +0000
+++ b/security/p5-Crypt-IDEA/patches/patch-aa Sun Feb 22 17:07:18 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2004/02/22 17:07:18 heinz Exp $
---- idea.c.orig Sun Sep 16 22:50:43 2001
-+++ idea.c Sun Sep 16 22:50:08 2001
+--- _idea.c.orig Sat May 22 22:30:47 1999
++++ _idea.c
@@ -5,7 +5,7 @@
#include "idea.h"
diff -r 75294efe2fde -r d91c4f0dcaed security/p5-Crypt-IDEA/patches/patch-ab
--- a/security/p5-Crypt-IDEA/patches/patch-ab Sun Feb 22 16:54:56 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $
-
---- IDEA.xs.orig Sun Sep 16 22:47:03 2001
-+++ IDEA.xs Sun Sep 16 22:47:14 2001
-@@ -63,7 +63,7 @@
- if (ks_len != sizeof(idea_ks))
- croak("Invalid key schedule");
-
-- if (output == &sv_undef)
-+ if (output == &PL_sv_undef)
- output = sv_newmortal();
- output_len = 8;
-
Home |
Main Index |
Thread Index |
Old Index