openldap: drop use of HTTP in favor of HTTPS
authorW. Michael Petullo <mike@flyn.org>
Fri, 20 May 2022 13:14:33 +0000 (08:14 -0500)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 10 Jun 2022 11:56:56 +0000 (13:56 +0200)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit bab2f020eec5524984902c382591fc562b6e08aa)

libs/openldap/Makefile

index a25c3d0bebf3af24f81178a60dca3cf8e901fb88..f84ed2be4ac4d7b3e6f94ae1a80bd7506b91e80a 100644 (file)
@@ -13,8 +13,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 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://mirror.eu.oneandone.net/software/openldap/openldap-release/ \
        https://www.openldap.org/software/download/OpenLDAP/openldap-release/
 PKG_HASH:=d9523ffcab5cd14b709fcf3cb4d04e8bc76bb8970113255f372bc74954c6074d
 PKG_LICENSE:=OLDAP-2.8
@@ -37,7 +36,7 @@ define Package/libopenldap/Default
   CATEGORY:=Network
   SUBMENU:=OpenLDAP
   TITLE:=LDAP directory suite
-  URL:=http://www.openldap.org/
+  URL:=https://www.openldap.org/
   MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 endef