From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61E701382C5 for ; Fri, 13 Apr 2018 18:21:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED39E08EF; Fri, 13 Apr 2018 18:21:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 595EDE08EF for ; Fri, 13 Apr 2018 18:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53981335C79 for ; Fri, 13 Apr 2018 18:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C9D2285 for ; Fri, 13 Apr 2018 18:20:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1523643655.ed42bccda967637b70c1d4befff1acc939da9e95.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_ldap_userdir/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild X-VCS-Directories: www-apache/mod_ldap_userdir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ed42bccda967637b70c1d4befff1acc939da9e95 X-VCS-Branch: master Date: Fri, 13 Apr 2018 18:20:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9974d8ab-efef-48ff-847d-99741cf5d927 X-Archives-Hash: 0f33a46d943f5e82b29d5dbaf39afb8f commit: ed42bccda967637b70c1d4befff1acc939da9e95 Author: juippis gmail com> AuthorDate: Thu Apr 5 15:32:30 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 13 18:20:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed42bccd www-apache/mod_ldap_userdir: use https in SRC_URI Closes: https://github.com/gentoo/gentoo/pull/7821 www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild index 5a4f534d425..69d4627e46f 100644 --- a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild +++ b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild @@ -7,7 +7,7 @@ inherit apache-module depend.apache DESCRIPTION="Look up Apache ~user directories in an LDAP directory" HOMEPAGE="https://www.horde.net/~jwm/software/mod_ldap_userdir/" -SRC_URI="http://horde.net/~jwm/software/${PN}/${P}.tar.gz" +SRC_URI="https://horde.net/~jwm/software/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0"