mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
openldap: drop use of HTTP in favor of HTTPS
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit bab2f020ee)
This commit is contained in:
committed by
Josef Schlehofer
parent
685893c968
commit
f08dae84f8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user