Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -48,8 +48,8 @@ config BR2_PACKAGE_ZEROMQ_PGM
|
||||
depends on BR2_USE_WCHAR # openpgm
|
||||
select BR2_PACKAGE_OPENPGM
|
||||
help
|
||||
Add support for Pragmatic General Multicast protocol (RFC 3208)
|
||||
implemented either over raw IP packets or UDP datagrams
|
||||
(encapsulated PGM).
|
||||
Add support for Pragmatic General Multicast protocol (RFC
|
||||
3208) implemented either over raw IP packets or UDP
|
||||
datagrams (encapsulated PGM).
|
||||
|
||||
endif
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# From https://github.com/zeromq/zeromq4-1/releases
|
||||
sha1 2b7490b77860be3060b1b1f92cd73184d309ca69 zeromq-4.1.5.tar.gz
|
||||
sha1 b956df8c6f77c174683b51fbee67f99c94945651 zeromq-4.1.6.tar.gz
|
||||
# Calculated based on the hash above
|
||||
sha256 04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf zeromq-4.1.5.tar.gz
|
||||
sha256 02ebf60a43011e770799336365bcbce2eb85569e9b5f52aa0d8cc04672438a0a zeromq-4.1.6.tar.gz
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZEROMQ_VERSION = 4.1.5
|
||||
ZEROMQ_VERSION = 4.1.6
|
||||
ZEROMQ_SITE = https://github.com/zeromq/zeromq4-1/releases/download/v$(ZEROMQ_VERSION)
|
||||
ZEROMQ_INSTALL_STAGING = YES
|
||||
ZEROMQ_DEPENDENCIES = util-linux
|
||||
ZEROMQ_CONF_OPTS = --without-documentation
|
||||
ZEROMQ_LICENSE = LGPLv3+ with exceptions
|
||||
ZEROMQ_LICENSE = LGPL-3.0+ with exceptions
|
||||
ZEROMQ_LICENSE_FILES = COPYING COPYING.LESSER
|
||||
# For 0001-acinclude.m4-make-kernel-specific-flags-cacheable.patch
|
||||
ZEROMQ_AUTORECONF = YES
|
||||
|
||||
Reference in New Issue
Block a user