Browse Source

openldap: drop use of HTTP in favor of HTTPS

Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry picked from commit bab2f020ee)
lilik-openwrt-22.03
W. Michael Petullo 2 years ago
committed by Josef Schlehofer
parent
commit
aaab4075c0
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      libs/openldap/Makefile

+ 2
- 3
libs/openldap/Makefile View File

@ -13,8 +13,7 @@ PKG_RELEASE:=$(AUTORELEASE)
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:=b71c580eac573e9aba15d95f33dd4dd08f2ed4f0d7fc09e08ad4be7ed1e41a4f
PKG_LICENSE:=OLDAP-2.8
@ -44,7 +43,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


Loading…
Cancel
Save