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 EA3E61396D0 for ; Thu, 31 Aug 2017 12:58:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A7DD1FC042; Thu, 31 Aug 2017 12:58:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1DFD61FC042 for ; Thu, 31 Aug 2017 12:58:33 +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 4DA7834071C for ; Thu, 31 Aug 2017 12:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5AFF8906 for ; Thu, 31 Aug 2017 12:58:30 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504183312.1f4d9d15c893a176b05b5226fb19850ee09449b4.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libogg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libogg/libogg-1.3.2.ebuild X-VCS-Directories: media-libs/libogg/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 1f4d9d15c893a176b05b5226fb19850ee09449b4 X-VCS-Branch: master Date: Thu, 31 Aug 2017 12:58:30 +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: 59ccd8fc-4987-4569-9761-39a0477fb973 X-Archives-Hash: 2fae89ec4d954b5492eb7ffd41706593 commit: 1f4d9d15c893a176b05b5226fb19850ee09449b4 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 12:41:52 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 12:41:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4d9d15 media-libs/libogg: use https for SRC_URI and HOMEPAGE media-libs/libogg/libogg-1.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libogg/libogg-1.3.2.ebuild b/media-libs/libogg/libogg-1.3.2.ebuild index 881214aef74..354f18f65a7 100644 --- a/media-libs/libogg/libogg-1.3.2.ebuild +++ b/media-libs/libogg/libogg-1.3.2.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit autotools-multilib DESCRIPTION="the Ogg media file format library" -HOMEPAGE="http://xiph.org/ogg/" -SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz" +HOMEPAGE="https://xiph.org/ogg/" +SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz" LICENSE="BSD" SLOT="0"