Buildroot 2018-11 (#258)

* Update to buildroot 2018.11

* containerd update

* runc update

* runc docker engine

* runc docker proxy

* update rpi firmware

* update network manager

* update dhcpd

* update wait on network

* update rpi wifi

* revert glibc
This commit is contained in:
Pascal Vizeli
2018-11-26 11:04:01 +01:00
committed by GitHub
parent a9bbc7babe
commit 4411307353
3154 changed files with 41316 additions and 24203 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_PERL_HTTP_DATE
bool "perl-http-date"
help
This module provides functions that deal the date formats
used by the HTTP protocol (and then some more)
date conversion routines.
https://github.com/gisle/http-date
https://metacpan.org/release/HTTP-Date

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 52b7a0d5982d61be1edb217751d7daba HTTP-Date-6.02.tar.gz
sha256 e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333 HTTP-Date-6.02.tar.gz
# computed by scancpan
sha256 fad3a7732ff63e3521b94baea45d82a300edf8e0a5cf571ef2661c894e196632 README

View File

@@ -9,5 +9,6 @@ PERL_HTTP_DATE_SOURCE = HTTP-Date-$(PERL_HTTP_DATE_VERSION).tar.gz
PERL_HTTP_DATE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTTP_DATE_LICENSE = Artistic or GPL-1.0+
PERL_HTTP_DATE_LICENSE_FILES = README
PERL_HTTP_DATE_DISTNAME = HTTP-Date
$(eval $(perl-package))