mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 07:21:40 +01:00
main/perl-crypt-rijndael: upgrade to 1.14
Closes GH-8848
This commit is contained in:
parent
6cab25a012
commit
21bcfe76d2
@ -1,17 +1,16 @@
|
||||
# Maintainer: Jeff Bilyk <jbilyk@gmail.com>
|
||||
pkgname=perl-crypt-rijndael
|
||||
_pkgreal=Crypt-Rijndael
|
||||
pkgver=1.13
|
||||
pkgrel=1
|
||||
pkgver=1.14
|
||||
pkgrel=0
|
||||
pkgdesc="Crypt::CBC compliant Rijndael encryption module"
|
||||
url="http://search.cpan.org/dist/Crypt-Rijndael/"
|
||||
url="https://search.cpan.org/dist/Crypt-Rijndael/"
|
||||
arch="all"
|
||||
license="LGPL-2.1"
|
||||
cpandepends="perl-test-manifest"
|
||||
makedepends="perl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz
|
||||
use-stdint_h.patch"
|
||||
source="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
@ -37,5 +36,4 @@ package() {
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
sha512sums="46eea4eb6568d9bb70685314c6a29214552787c8cf138adb77271d07b85c16d83ee3faa53e6c3b7d0abb5cb735827407e970f954ae93123dfeaebb5fb34f1329 Crypt-Rijndael-1.13.tar.gz
|
||||
4f96e3f326c48bdca94aa721468f6c927a6af39ab9683bc69058a9330d733c96e656883890cf9f2c4588173784d248238dec82a49e8261c0cd9e1d794764d97e use-stdint_h.patch"
|
||||
sha512sums="a3c419142954dc2b430422f532b5349d0fb902a704335ba0708504a6a4a5d617835409916b76bc1b8dc8669c0f03356dab3ef90e5f7ea530b5fcc70bd1bf4eff Crypt-Rijndael-1.14.tar.gz"
|
||||
|
||||
@ -1,18 +0,0 @@
|
||||
Only in Crypt-Rijndael-1.11: Rijndael.o
|
||||
Only in Crypt-Rijndael-1.11: _rijndael.o
|
||||
Only in Crypt-Rijndael-1.11: blib/arch/auto/Crypt/Rijndael/Rijndael.so
|
||||
Only in Crypt-Rijndael-1.11: blib/man3/Crypt::Rijndael.3
|
||||
--- Crypt-Rijndael-1.11.orig/rijndael.h
|
||||
+++ Crypt-Rijndael-1.11/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
|
||||
Loading…
x
Reference in New Issue
Block a user