Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -2,10 +2,9 @@ config BR2_PACKAGE_PERL_MIME_BASE64
bool "perl-mime-base64"
depends on !BR2_STATIC_LIBS
help
This package contains a base64 encoder/decoder and a
quoted-printable encoder/decoder.
The RFC 2045 encodings; base64 and quoted-printable.
http://github.com/gisle/mime-base64
https://metacpan.org/release/MIME-Base64
comment "perl-mime-base64 needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 ef958dc2bf96be5f759391c6ac1debd4 MIME-Base64-3.15.tar.gz
sha256 7f863566a6a9cb93eda93beadb77d9aa04b9304d769cea3bb921b9a91b3a1eb9 MIME-Base64-3.15.tar.gz
# computed by scancpan
sha256 08e6898e3d62619e83880832ec42ae8a2984257e4c244843db9d3b9b7fcff236 README

View File

@@ -9,5 +9,6 @@ PERL_MIME_BASE64_SOURCE = MIME-Base64-$(PERL_MIME_BASE64_VERSION).tar.gz
PERL_MIME_BASE64_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_MIME_BASE64_LICENSE = Artistic or GPL-1.0+
PERL_MIME_BASE64_LICENSE_FILES = README
PERL_MIME_BASE64_DISTNAME = MIME-Base64
$(eval $(perl-package))