mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sys-auth/nss-pam-ldapd: use HTTPS
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
committed by
Matthew Thode
parent
1475931e0a
commit
d3ee6df9b0
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -6,8 +6,8 @@ EAPI=5
|
||||
inherit multilib-minimal user
|
||||
|
||||
DESCRIPTION="NSS module for name lookups using LDAP"
|
||||
HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/"
|
||||
SRC_URI="http://arthurdejong.org/nss-pam-ldapd/${P}.tar.gz"
|
||||
HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/"
|
||||
SRC_URI="https://arthurdejong.org/nss-pam-ldapd/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=(python2_7)
|
||||
inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
|
||||
|
||||
DESCRIPTION="NSS module for name lookups using LDAP"
|
||||
HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/"
|
||||
SRC_URI="http://arthurdejong.org/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/"
|
||||
SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=(python2_7)
|
||||
inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6
|
||||
|
||||
DESCRIPTION="NSS module for name lookups using LDAP"
|
||||
HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/"
|
||||
SRC_URI="http://arthurdejong.org/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/"
|
||||
SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user