update to 1.01
claudio no longer uses this, so remove him from maintainer.
This commit is contained in:
parent
729d9082b0
commit
26938cbd17
@ -1,14 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/01/17 15:58:09 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/01/11 21:59:43 steven Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "interface to the rijndael encryption algorithm aka AES"
|
||||
|
||||
DISTNAME= Crypt-Rijndael-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
|
||||
MAINTAINER= Claudio Jeker <cjeker@diehard.n-r-g.com>
|
||||
MODULES= cpan
|
||||
DISTNAME= Crypt-Rijndael-1.01
|
||||
CATEGORIES= security
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -16,8 +14,4 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (Crypt-Rijndael-0.05.tar.gz) = af8628fee8648f26c94916ef8edf32d9
|
||||
RMD160 (Crypt-Rijndael-0.05.tar.gz) = 53727dea6eea199a06774e6542360b74a1fcd89e
|
||||
SHA1 (Crypt-Rijndael-0.05.tar.gz) = 48494cbe2c142d291ee65ec5d8e794836ef82a39
|
||||
SIZE (Crypt-Rijndael-0.05.tar.gz) = 23676
|
||||
MD5 (Crypt-Rijndael-1.01.tar.gz) = bbde603735b7342b74a263266d2d650b
|
||||
RMD160 (Crypt-Rijndael-1.01.tar.gz) = 36322f7203369a93457dd56baa8806eaf712024d
|
||||
SHA1 (Crypt-Rijndael-1.01.tar.gz) = 51668ce9cbb5bd7495fa42ffda5933fd25c4517a
|
||||
SIZE (Crypt-Rijndael-1.01.tar.gz) = 25794
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-rijndael_h,v 1.1.1.1 2002/12/04 15:46:51 sturm Exp $
|
||||
--- rijndael.h.orig Wed Dec 4 10:35:35 2002
|
||||
+++ rijndael.h Wed Dec 4 10:30:00 2002
|
||||
@@ -26,9 +26,10 @@
|
||||
#define RIJNDAEL_H
|
||||
|
||||
#include <stdlib.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
-typedef unsigned long UINT32;
|
||||
-typedef unsigned char UINT8;
|
||||
+typedef u_int32_t UINT32;
|
||||
+typedef u_int8_t UINT8;
|
||||
|
||||
/* Other block sizes and key lengths are possible, but in the context of
|
||||
* the ssh protocols, 256 bits is the default. */
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:36:01 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/01/11 21:59:43 steven Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Crypt/
|
||||
${P5ARCH}/Crypt/Rijndael.pm
|
||||
@ -7,4 +7,4 @@ ${P5ARCH}/auto/Crypt/
|
||||
${P5ARCH}/auto/Crypt/Rijndael/
|
||||
${P5ARCH}/auto/Crypt/Rijndael/Rijndael.bs
|
||||
${P5ARCH}/auto/Crypt/Rijndael/Rijndael.so
|
||||
@man man/man3p/Crypt::Rijndael.3p
|
||||
@man man/man3p/Crypt::Rijndael.3
|
||||
|
Loading…
Reference in New Issue
Block a user