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

@@ -1,9 +1,7 @@
config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
bool "perl-http-negotiate"
select BR2_PACKAGE_PERL_HTTP_MESSAGE
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
help
This module provides a complete implementation of the HTTP
content negotiation algorithm specified in
draft-ietf-http-v11-spec-00.ps chapter 12.
choose a variant to serve.
http://github.com/gisle/http-negotiate
https://metacpan.org/release/HTTP-Negotiate

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 1236195250e264d7436e7bb02031671b HTTP-Negotiate-6.01.tar.gz
sha256 1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016 HTTP-Negotiate-6.01.tar.gz
# computed by scancpan
sha256 7a2114bb46279309f8a67e359ab0a578a4e9a7c7add0d1725de46b44f6da6514 README

View File

@@ -7,8 +7,8 @@
PERL_HTTP_NEGOTIATE_VERSION = 6.01
PERL_HTTP_NEGOTIATE_SOURCE = HTTP-Negotiate-$(PERL_HTTP_NEGOTIATE_VERSION).tar.gz
PERL_HTTP_NEGOTIATE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTTP_NEGOTIATE_DEPENDENCIES = perl-http-message
PERL_HTTP_NEGOTIATE_LICENSE = Artistic or GPL-1.0+
PERL_HTTP_NEGOTIATE_LICENSE_FILES = README
PERL_HTTP_NEGOTIATE_DISTNAME = HTTP-Negotiate
$(eval $(perl-package))