perl-Crypt-Rijndael: update to 1.16, remove patch
This commit is contained in:
parent
08f0eae0ce
commit
a550e4378b
|
@ -1,14 +0,0 @@
|
|||
--- a/rijndael.h
|
||||
+++ b/rijndael.h
|
||||
@@ -72,6 +72,11 @@
|
||||
typedef u_char UINT8;
|
||||
#endif
|
||||
|
||||
+#include <stdint.h>
|
||||
+#define _CRYPT_RIJNDAEL_H_TYPES
|
||||
+typedef uint32_t UINT32;
|
||||
+typedef uint8_t UINT8;
|
||||
+
|
||||
/* I expect this to be the usual case */
|
||||
#if ! defined(_CRYPT_RIJNDAEL_H_TYPES) && ( defined(_SYS_TYPES_H) || defined(_SYS_TYPES_H_) )
|
||||
#define _CRYPT_RIJNDAEL_H_TYPES
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'perl-Crypt-Rijndael'
|
||||
pkgname=perl-Crypt-Rijndael
|
||||
version=1.14
|
||||
revision=2
|
||||
version=1.16
|
||||
revision=1
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
|
@ -12,4 +12,4 @@ maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
|
|||
license="LGPL-2.0-or-later"
|
||||
homepage="https://metacpan.org/release/Crypt-Rijndael"
|
||||
distfiles="${CPAN_SITE}/Crypt/Crypt-Rijndael-${version}.tar.gz"
|
||||
checksum=6451c3dffe8703523be2bb08d1adca97e77df2a8a4dd46944d18a99330b7850e
|
||||
checksum=6540085e3804b82a6f0752c1122cf78cadd221990136dd6fd4c097d056c84d40
|
||||
|
|
Loading…
Reference in New Issue