Bump buildroot to version 2018.02.8

This commit is contained in:
2018-12-05 23:24:57 +01:00
parent 32918ded24
commit 5598b1b762
238 changed files with 6567 additions and 2450 deletions

View File

@@ -4,4 +4,4 @@ config BR2_PACKAGE_LIBURIPARSER
uriparser is a strictly RFC 3986 compliant URI parsing and
handling library written in C.
http://uriparser.sourceforge.net
https://uriparser.github.io

View File

@@ -1,5 +1,3 @@
# From http://sourceforge.net/projects/uriparser/files/Sources/0.8.4/
md5 9aabdc3611546f553f4af372167de6d6 uriparser-0.8.4.tar.bz2
sha1 7a1948c20bed54b04dad0e1d7d2fa8f80fc7b2b3 uriparser-0.8.4.tar.bz2
# Locally calculated
sha256 c6ef125800c2ef13a41a22126bfc77e8b8c08993a6b96196117695988ea76249 COPYING
sha256 ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c uriparser-0.9.0.tar.bz2
sha256 ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f COPYING

View File

@@ -4,9 +4,9 @@
#
################################################################################
LIBURIPARSER_VERSION = 0.8.4
LIBURIPARSER_VERSION = 0.9.0
LIBURIPARSER_SOURCE = uriparser-$(LIBURIPARSER_VERSION).tar.bz2
LIBURIPARSER_SITE = http://sourceforge.net/projects/uriparser/files/Sources/$(LIBURIPARSER_VERSION)
LIBURIPARSER_SITE = https://github.com/uriparser/uriparser/releases/download/uriparser-$(LIBURIPARSER_VERSION)
LIBURIPARSER_LICENSE = BSD-3-Clause
LIBURIPARSER_LICENSE_FILES = COPYING
LIBURIPARSER_INSTALL_STAGING = YES