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 E4DE01396D0 for ; Wed, 6 Sep 2017 21:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18635E0EDC; Wed, 6 Sep 2017 21:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E81B9E0EDC for ; Wed, 6 Sep 2017 21:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6A253340988 for ; Wed, 6 Sep 2017 21:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDFEB8E3D for ; Wed, 6 Sep 2017 21:00:22 +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: <1504731544.9309f39ddc20ac81b755cfd1ce5522bbafc947e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signon-oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild X-VCS-Directories: net-libs/signon-oauth2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9309f39ddc20ac81b755cfd1ce5522bbafc947e5 X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:00:22 +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: 4a06aac4-3066-4b14-b77a-66c422150bb1 X-Archives-Hash: 9b26ebaae9f4064ab2abcfa7cd46f115 commit: 9309f39ddc20ac81b755cfd1ce5522bbafc947e5 Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 16:23:12 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:59:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9309f39d net-libs/signon-oauth2: use HTTPS for links to dev.gentoo.org net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild index 29052427427..dc913a9e283 100644 --- a/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild +++ b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit eutils qmake-utils DESCRIPTION="OAuth2 plugin for Signon daemon" HOMEPAGE="https://01.org/gsso/" -SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0"