Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -2,8 +2,8 @@ config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
bool "perl-http-negotiate"
select BR2_PACKAGE_PERL_HTTP_MESSAGE
help
This module provides a complete implementation of the HTTP content
negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps
chapter 12.
This module provides a complete implementation of the HTTP
content negotiation algorithm specified in
draft-ietf-http-v11-spec-00.ps chapter 12.
http://github.com/gisle/http-negotiate

View File

@@ -8,7 +8,7 @@ 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 GPLv1+
PERL_HTTP_NEGOTIATE_LICENSE = Artistic or GPL-1.0+
PERL_HTTP_NEGOTIATE_LICENSE_FILES = README
$(eval $(perl-package))