From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] package/perl-crypt-openssl-aes: new package
Date: Wed, 18 Dec 2019 21:18:42 +0100 [thread overview]
Message-ID: <20191218201845.846-1-patrickdepinguin@gmail.com> (raw)
From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Standard generated with utils/scancpan, manually updating _LICENSE and
adding openssl dependency.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
DEVELOPERS | 1 +
package/Config.in | 1 +
package/perl-crypt-openssl-aes/Config.in | 11 +++++++++++
.../perl-crypt-openssl-aes.hash | 6 ++++++
.../perl-crypt-openssl-aes.mk | 15 +++++++++++++++
5 files changed, 34 insertions(+)
create mode 100644 package/perl-crypt-openssl-aes/Config.in
create mode 100644 package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.hash
create mode 100644 package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.mk
diff --git a/DEVELOPERS b/DEVELOPERS
index d9b4864b9f..19c66948f8 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2329,6 +2329,7 @@ F: package/opkg-utils/
F: package/perl-convert-asn1/
F: package/perl-crypt-blowfish/
F: package/perl-crypt-cbc/
+F: package/perl-crypt-openssl-aes/
F: package/perl-digest-md5/
F: package/perl-mime-base64-urlsafe/
F: package/perl-mojolicious-plugin-authentication/
diff --git a/package/Config.in b/package/Config.in
index f304a8fbd3..fc5228447a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -705,6 +705,7 @@ menu "Perl libraries/modules"
source "package/perl-cookie-baker/Config.in"
source "package/perl-crypt-blowfish/Config.in"
source "package/perl-crypt-cbc/Config.in"
+ source "package/perl-crypt-openssl-aes/Config.in"
source "package/perl-crypt-openssl-random/Config.in"
source "package/perl-crypt-openssl-rsa/Config.in"
source "package/perl-data-dump/Config.in"
diff --git a/package/perl-crypt-openssl-aes/Config.in b/package/perl-crypt-openssl-aes/Config.in
new file mode 100644
index 0000000000..ab408d0a2c
--- /dev/null
+++ b/package/perl-crypt-openssl-aes/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PERL_CRYPT_OPENSSL_AES
+ bool "perl-crypt-openssl-aes"
+ depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_OPENSSL
+ help
+ A Perl wrapper around OpenSSL's AES library.
+
+ https://metacpan.org/release/Crypt-OpenSSL-AES
+
+comment "perl-crypt-openssl-aes needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
diff --git a/package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.hash b/package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.hash
new file mode 100644
index 0000000000..07064dfbbe
--- /dev/null
+++ b/package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 269db65cbf580c3174471a2cbc9a9d95 Crypt-OpenSSL-AES-0.02.tar.gz
+sha256 b66fab514edf97fc32f58da257582704a210c2b35e297d5c31b7fa2ffd08e908 Crypt-OpenSSL-AES-0.02.tar.gz
+
+# computed by scancpan
+sha256 a60b8c187cc5d90f7a43adc6be3c127abaa4c739e1e7fdcff16be358533d037f README
diff --git a/package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.mk b/package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.mk
new file mode 100644
index 0000000000..c05f3a9c3d
--- /dev/null
+++ b/package/perl-crypt-openssl-aes/perl-crypt-openssl-aes.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# perl-crypt-openssl-aes
+#
+################################################################################
+
+PERL_CRYPT_OPENSSL_AES_VERSION = 0.02
+PERL_CRYPT_OPENSSL_AES_SOURCE = Crypt-OpenSSL-AES-$(PERL_CRYPT_OPENSSL_AES_VERSION).tar.gz
+PERL_CRYPT_OPENSSL_AES_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TT/TTAR
+PERL_CRYPT_OPENSSL_AES_LICENSE = Artistic or GPL-1.0+
+PERL_CRYPT_OPENSSL_AES_LICENSE_FILES = README
+PERL_CRYPT_OPENSSL_AES_DISTNAME = Crypt-OpenSSL-AES
+PERL_CRYPT_OPENSSL_AES_DEPENDENCIES = openssl
+
+$(eval $(perl-package))
--
2.23.0
next reply other threads:[~2019-12-18 20:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-18 20:18 Thomas De Schampheleire [this message]
2019-12-18 20:18 ` [Buildroot] [PATCH 2/3] package/perl-math-bigint: new package Thomas De Schampheleire
2019-12-22 12:07 ` François Perrad
2019-12-22 13:27 ` Thomas De Schampheleire
2019-12-22 13:32 ` Thomas De Schampheleire
2019-12-22 14:53 ` François Perrad
2019-12-22 14:49 ` François Perrad
2019-12-18 20:18 ` [Buildroot] [PATCH 3/3] package/perl-math-prime-util: " Thomas De Schampheleire
2019-12-22 10:02 ` [Buildroot] [PATCH 1/3] package/perl-crypt-openssl-aes: " Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191218201845.846-1-patrickdepinguin@gmail.com \
--to=patrickdepinguin@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox