From ec029b9ae013063439d19a45e09bf39bd0c52eb9 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 9 Jun 2018 22:18:12 +0200 Subject: [PATCH] openldap: Switch tarball sources to https and http Switch from ftp which can be broken on corp firewalls to https and http. Mirrors taken from https://www.openldap.org/software/download/ and https://www.openldap.org/software/download/OpenLDAP/MIRRORS Place master site as last resort. Signed-off-by: Daniel Engberg Signed-off-by: W. Michael Petullo --- libs/openldap/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 7269cf67a..ad09206db 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -12,11 +12,11 @@ PKG_VERSION:=2.4.45 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \ - ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/ -PKG_HASH:=cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824 +PKG_SOURCE_URL:=https://gpl.savoirfairelinux.net/pub/mirrors/openldap/openldap-release/ \ + http://mirror.eu.oneandone.net/software/openldap/openldap-release/ \ + http://mirror.switch.ch/ftp/software/mirror/OpenLDAP/openldap-release/ \ + https://www.openldap.org/software/download/OpenLDAP/openldap-release/ +PKG_HASH:=9a90dcb86b99ae790ccab93b7585a31fbcbeec8c94bf0f7ab0ca0a87ea0c4b2d PKG_LICENSE:=OLDAP-2.8 PKG_LICENSE_FILES:=LICENSE