perl-crypt-cbc: new package

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas De Schampheleire 2018-07-12 23:00:47 +02:00 committed by Thomas Petazzoni
parent 34424bf095
commit 13d5c37ebe
5 changed files with 26 additions and 0 deletions

View file

@ -1923,6 +1923,7 @@ F: docs/manual/
F: package/opkg-utils/
F: package/perl-convert-asn1/
F: package/perl-crypt-blowfish/
F: package/perl-crypt-cbc/
F: package/pigz/
F: support/scripts/size-stats
F: utils/size-stats-compare

View file

@ -666,6 +666,7 @@ if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
source "package/perl-convert-asn1/Config.in"
source "package/perl-crypt-blowfish/Config.in"
source "package/perl-crypt-cbc/Config.in"
source "package/perl-crypt-openssl-random/Config.in"
source "package/perl-crypt-openssl-rsa/Config.in"
source "package/perl-datetime-tiny/Config.in"

View file

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_CRYPT_CBC
bool "perl-crypt-cbc"
help
Encrypt Data with Cipher Block Chaining Mode
https://metacpan.org/release/Crypt-CBC

View file

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 3db5117d60df67e3b400fe367e716be0 Crypt-CBC-2.33.tar.gz
sha256 6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645 Crypt-CBC-2.33.tar.gz
# computed by scancpan
sha256 a98da8a2eef02a8823cf2f58111e981796c4aaf38e8d446acd338a559af42bfc README

View file

@ -0,0 +1,12 @@
################################################################################
#
# perl-crypt-cbc
#
################################################################################
PERL_CRYPT_CBC_VERSION = 2.33
PERL_CRYPT_CBC_SOURCE = Crypt-CBC-$(PERL_CRYPT_CBC_VERSION).tar.gz
PERL_CRYPT_CBC_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS
PERL_CRYPT_CBC_LICENSE_FILES = README
$(eval $(perl-package))