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

@@ -3,8 +3,8 @@ config BR2_PACKAGE_OPENLDAP
depends on BR2_USE_WCHAR
depends on BR2_USE_MMU # needs fork()
help
OpenLDAP Software is an open source implementation of
the Lightweight Directory Access Protocol.
OpenLDAP Software is an open source implementation of the
Lightweight Directory Access Protocol.
This only installs client-side support.
@@ -16,9 +16,9 @@ config BR2_PACKAGE_OPENLDAP_CLIENTS
bool "openldap client binaries"
default y
help
Install the OpenLDAP client tools (ldapadd, ldapcompare, ldapdelete,
ldapexop, ldapmodify, ldapmodrdn, ldappasswd, ldapsearch, ldapurl,
ldapwhoami)
Install the OpenLDAP client tools (ldapadd, ldapcompare,
ldapdelete, ldapexop, ldapmodify, ldapmodrdn, ldappasswd,
ldapsearch, ldapurl, ldapwhoami)
endif

View File

@@ -1,4 +1,4 @@
# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.44.md5
md5 693ac26de86231f8dcae2b4e9d768e51 openldap-2.4.44.tgz
# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.44.sha1
sha1 016a738d050a68d388602a74b5e991035cdba149 openldap-2.4.44.tgz
# 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

View File

@@ -4,7 +4,7 @@
#
################################################################################
OPENLDAP_VERSION = 2.4.44
OPENLDAP_VERSION = 2.4.45
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_OPENSSL),y)
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
OPENLDAP_TLS = openssl
OPENLDAP_DEPENDENCIES += openssl
OPENLDAP_DEPENDENCIES += libopenssl
else ifeq ($(BR2_PACKAGE_GNUTLS),y)
OPENLDAP_TLS = gnutls
OPENLDAP_DEPENDENCIES += gnutls