summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Rijndael
diff options
context:
space:
mode:
authorheinz <heinz>2008-01-25 02:26:31 +0000
committerheinz <heinz>2008-01-25 02:26:31 +0000
commit7ec17384e77c07da1e2a2a9c007c8a936efcdf07 (patch)
tree0e75167fada5373cfbe8aaa1d596ae804f02860d /security/p5-Crypt-Rijndael
parent6125398faa1a550a9392bd3cd780b0078d799dea (diff)
downloadpkgsrc-7ec17384e77c07da1e2a2a9c007c8a936efcdf07.tar.gz
Updated to version 1.05.
Pkgsrc changes: - Added missing HOMEPAGE. - The package supports installation to DESTDIR. - A C compiler is necessary. Changes since version 0.05: =========================== 1.05 - Fri Nov 9 05:39:09 2007 * This version fixes the signed integer problems that Solaris had. * Now this module require perl 5.6. * You don't need to upgrade if your system isn't Solaris. 1.04 - Mon Oct 15 14:27:00 2007 * Quashed warnings about overflows by casting numbers to unsigned ints. * This compiles warning-free and passes all tests on Solaris 10 with gcc 3.4.6, so it might take care of RT # 27632 1.04_02 - Wed Sep 19 19:24:06 2007 * remove test files that shouldn't be there 1.04_01 - Wed Sep 12 15:34:24 2007 * This developer release explores the Solaris bug noted in RT # 27632. Some Solaris installations may be encrypting or decrpyting incorrectly. 1.04 - Fri Feb 23 11:20:44 2007 * Todd Ross adjusted rijndael.h to use __sun to identify Solaris boxes. GCC uses __sun__ or __sun, but Solaris cc only uses __sun : http://blogs.sun.com/morganh/date/20060928 * If you've already compiled this module, you don't need to upgrade 1.03 - Thu Feb 22 15:42:04 2007 * Updated distro to include missing Pod tests * No code changes 1.02 - Thu Jan 25 14:48:51 2007 * Updated docs to show cipher modes. No need to upgrade if you already have this. 1.01 - Wed Jan 10 19:14:14 2007 * Bump to a release version. This is the same as 0.06_10. * This release should fix the problems with INT types on all platforms, including 64 bit platforms. 0.06_10 - Wed Jan 10 00:35:10 2007 * Let's try the int type for MinGW:wq 0.06_09 - Fri Dec 15 08:12:02 2006 * Updated header file to handle Solaris special case * I think this might be the release candidate for 0.07! :) 0.06_08 - Wed Nov 29 19:51:33 2006 * Adjusting WIN32 targets for typedefs. Some things look like both Unix and Windows, so I don't want compilers to choke if it tries to redefine types. 0.06_07 - Mon Nov 27 10:37:18 2006 * more header file fiddling to get everyone to define the right abstract types. This time check for _SYS_TYPES_H 0.06_06 - Fri Nov 17 14:56:19 2006 * Fooled with header file some more, and tested it myself on Cygwin. Instead of checking for WIN32, just check for __CYGWIN__ 0.06_05 - Fri Nov 17 11:13:25 2006 * The last two revisions seem to not define UINTxx and ends up with a parse error. Let's try this, as I go off to dig out my Windows box. 0.06_04 - Wed Nov 15 14:43:37 2006 * Try UINT patch from David Golden to get this to work on MinGW 0.06_03 - Wed Nov 15 11:07:08 2006 * Re-jiggered logic to define UINT32 and UINT8. First I'll try sys/types.h, then check if they are already defined elsewhere, and lastly hardcode the typedefs based on platform. The previous release (0.06_02) had some problems on Windows from conflicting typedefs (similar to the cygwin problems with libjpeg and X), so I guard my typedefs by checking for previous definitions. Let's hope those previous definitions are right :) 0.06_02 - Sun Nov 12 16:23:07 2006 * Let's try some hardcoded types for UINT(32|8) for Windows. 0.06_01 - Sun Nov 12 10:38:56 2006 * Adjust version number to match distro number (RT #4227) * Use <sys/types.h> instead of hard-coding (RT #22755, 9514, 18812, 1444, 503). * This module is now maintained by brian d foy (bdfoy@cpan.org)
Diffstat (limited to 'security/p5-Crypt-Rijndael')
-rw-r--r--security/p5-Crypt-Rijndael/Makefile9
-rw-r--r--security/p5-Crypt-Rijndael/distinfo8
2 files changed, 10 insertions, 7 deletions
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile
index f52bf0a91dc..d60c1f19768 100644
--- a/security/p5-Crypt-Rijndael/Makefile
+++ b/security/p5-Crypt-Rijndael/Makefile
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:36 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2008/01/25 02:26:31 heinz Exp $
#
-DISTNAME= Crypt-Rijndael-0.05
+DISTNAME= Crypt-Rijndael-1.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5crj
-PKGREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Crypt-Rijndael/
COMMENT= Perl5 module of the Rijndael symmetric key algorithm
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/Rijndael/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/security/p5-Crypt-Rijndael/distinfo b/security/p5-Crypt-Rijndael/distinfo
index a0cb55061ed..ebe9c036656 100644
--- a/security/p5-Crypt-Rijndael/distinfo
+++ b/security/p5-Crypt-Rijndael/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:10:10 agc Exp $
+$NetBSD: distinfo,v 1.4 2008/01/25 02:26:31 heinz Exp $
-SHA1 (Crypt-Rijndael-0.05.tar.gz) = 48494cbe2c142d291ee65ec5d8e794836ef82a39
-RMD160 (Crypt-Rijndael-0.05.tar.gz) = 53727dea6eea199a06774e6542360b74a1fcd89e
-Size (Crypt-Rijndael-0.05.tar.gz) = 23676 bytes
+SHA1 (Crypt-Rijndael-1.05.tar.gz) = ab8f490383c8896d92fede387f35a833eab68d57
+RMD160 (Crypt-Rijndael-1.05.tar.gz) = f625d55289e5966b838cca8dec1aea956162f88e
+Size (Crypt-Rijndael-1.05.tar.gz) = 28100 bytes