* [Buildroot] [PATCH] openldap: bump version to 2.4.43
@ 2015-12-01 10:42 Vicente Olivert Riera
2015-12-01 16:47 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-12-01 10:42 UTC (permalink / raw)
To: buildroot
- Bump version to 2.4.43
- Use md5 and sha1 upstream provided hashes. This combination is
stronger than a sha256 hash.
- Switch to an http download site to avoid problems with firewalls
blocking the ftp.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/openldap/openldap.hash | 8 ++++----
package/openldap/openldap.mk | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/openldap/openldap.hash b/package/openldap/openldap.hash
index cca1e38..83e790f 100644
--- a/package/openldap/openldap.hash
+++ b/package/openldap/openldap.hash
@@ -1,4 +1,4 @@
-# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.41.sha1
-sha1 c6880df9fec928a5f010b78a4285b497e8a12d6b openldap-2.4.41.tgz
-# Locally computed:
-sha256 27856bb4a8b44feca2b326c309000e16a9dadd52362c8ab6eec6c67a43737f6e openldap-2.4.41.tgz
+# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.43.md5
+md5 49ca65e27891fcf977d78c10f073c705 openldap-2.4.43.tgz
+# From http://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.43.sha1
+sha1 3b52924df2f45e81f25ecbe37551bc837d090cfa openldap-2.4.43.tgz
diff --git a/package/openldap/openldap.mk b/package/openldap/openldap.mk
index 4c3a71a..17bf991 100644
--- a/package/openldap/openldap.mk
+++ b/package/openldap/openldap.mk
@@ -4,9 +4,9 @@
#
################################################################################
-OPENLDAP_VERSION = 2.4.41
+OPENLDAP_VERSION = 2.4.43
OPENLDAP_SOURCE = openldap-$(OPENLDAP_VERSION).tgz
-OPENLDAP_SITE = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release
+OPENLDAP_SITE = http://www.openldap.org/software/download/OpenLDAP/openldap-release
OPENLDAP_LICENSE = OpenLDAP Public License
OPENLDAP_LICENSE_FILES = LICENSE
OPENLDAP_INSTALL_STAGING = YES
--
2.4.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] openldap: bump version to 2.4.43
2015-12-01 10:42 [Buildroot] [PATCH] openldap: bump version to 2.4.43 Vicente Olivert Riera
@ 2015-12-01 16:47 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-01 16:47 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Tue, 1 Dec 2015 10:42:12 +0000, Vicente Olivert Riera wrote:
> - Bump version to 2.4.43
> - Use md5 and sha1 upstream provided hashes. This combination is
> stronger than a sha256 hash.
> - Switch to an http download site to avoid problems with firewalls
> blocking the ftp.
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/openldap/openldap.hash | 8 ++++----
> package/openldap/openldap.mk | 4 ++--
> 2 files changed, 6 insertions(+), 6 deletions(-)
Applied to next-soon-to-be-master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-01 16:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 10:42 [Buildroot] [PATCH] openldap: bump version to 2.4.43 Vicente Olivert Riera
2015-12-01 16:47 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox