package/perl-mozilla-ca: new package

This is a dependency for perl-lwp-protocol-https (added in a subsequent
patch).

Added via utils/scancpan, updating license only.

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 2020-02-10 12:26:31 +01:00 committed by Thomas Petazzoni
parent 7ca94a367d
commit dcd5b148f4
5 changed files with 28 additions and 0 deletions

View File

@ -2410,6 +2410,7 @@ F: package/perl-mojolicious-plugin-authorization/
F: package/perl-mojolicious-plugin-cspheader/
F: package/perl-mojolicious-plugin-i18n/
F: package/perl-mojolicious-plugin-securityheader/
F: package/perl-mozilla-ca/
F: package/perl-net-snmp/
F: package/perl-net-ssh2/
F: package/perl-net-telnet/

View File

@ -784,6 +784,7 @@ menu "Perl libraries/modules"
source "package/perl-mojolicious-plugin-i18n/Config.in"
source "package/perl-mojolicious-plugin-securityheader/Config.in"
source "package/perl-moo/Config.in"
source "package/perl-mozilla-ca/Config.in"
source "package/perl-net-dns/Config.in"
source "package/perl-net-http/Config.in"
source "package/perl-net-snmp/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_MOZILLA_CA
bool "perl-mozilla-ca"
help
Mozilla's CA cert bundle in PEM format.
https://metacpan.org/release/Mozilla-CA

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 9c93333e1d9d3fad639e9d4082898de1 Mozilla-CA-20180117.tar.gz
sha256 f2cc9fbe119f756313f321e0d9f1fac0859f8f154ac9d75b1a264c1afdf4e406 Mozilla-CA-20180117.tar.gz
# computed by scancpan
sha256 95cd63dae5c2bf6e7cf33435981614a36c85ef01fc7a02464e05e58a5355398e README

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-mozilla-ca
#
################################################################################
PERL_MOZILLA_CA_VERSION = 20180117
PERL_MOZILLA_CA_SOURCE = Mozilla-CA-$(PERL_MOZILLA_CA_VERSION).tar.gz
PERL_MOZILLA_CA_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AB/ABH
PERL_MOZILLA_CA_LICENSE = MPL-2.0
PERL_MOZILLA_CA_LICENSE_FILES = README
PERL_MOZILLA_CA_DISTNAME = Mozilla-CA
$(eval $(perl-package))