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,4 +1,7 @@
# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.45.md5
md5 00ff8301277cdfd0af728a6927042a13 openldap-2.4.45.tgz
# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.45.sha1
sha1 c98437385d3eaee80c9e2c09f3f0d4b7c140233d openldap-2.4.45.tgz
# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.46.md5
md5 829016c5a9f45c51adc50073ac6f9fd7 openldap-2.4.46.tgz
# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.46.sha1
sha1 a9ae2273eb9bdd70090dafe0d018a3132606bef6 openldap-2.4.46.tgz
# Locally computed
sha256 9a90dcb86b99ae790ccab93b7585a31fbcbeec8c94bf0f7ab0ca0a87ea0c4b2d openldap-2.4.46.tgz
sha256 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569 LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
OPENLDAP_VERSION = 2.4.45
OPENLDAP_VERSION = 2.4.46
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
OPENLDAP_SITE = http://www.openldap.org/software/download/OpenLDAP/openldap-release
OPENLDAP_LICENSE = OpenLDAP Public License
@@ -12,9 +12,9 @@ OPENLDAP_LICENSE_FILES = LICENSE
OPENLDAP_INSTALL_STAGING = YES
OPENLDAP_DEPENDENCIES = host-pkgconf
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
ifeq ($(BR2_PACKAGE_OPENSSL),y)
OPENLDAP_TLS = openssl
OPENLDAP_DEPENDENCIES += libopenssl
OPENLDAP_DEPENDENCIES += openssl
else ifeq ($(BR2_PACKAGE_GNUTLS),y)
OPENLDAP_TLS = gnutls
OPENLDAP_DEPENDENCIES += gnutls