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 19283138335 for ; Wed, 13 Jun 2018 21:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A222E099E; Wed, 13 Jun 2018 21:18:27 +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 1C3ACE09AB for ; Wed, 13 Jun 2018 21:18: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 2F14C335C0C for ; Wed, 13 Jun 2018 21:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C9F2C5 for ; Wed, 13 Jun 2018 21:18:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528924400.a585fdcb14f902a6847a11e064b09040741c02c2.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liboggz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liboggz/liboggz-1.1.1.ebuild X-VCS-Directories: media-libs/liboggz/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a585fdcb14f902a6847a11e064b09040741c02c2 X-VCS-Branch: master Date: Wed, 13 Jun 2018 21:18:23 +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: 532234e7-926d-4225-a4eb-d4a2d6b3c602 X-Archives-Hash: 6ac549327ad718cba5b0d472ff7636c8 commit: a585fdcb14f902a6847a11e064b09040741c02c2 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jun 13 19:45:24 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jun 13 21:13:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a585fdcb media-libs/liboggz: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8841 media-libs/liboggz/liboggz-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/liboggz/liboggz-1.1.1.ebuild b/media-libs/liboggz/liboggz-1.1.1.ebuild index 3897d7e7835..3c249eda627 100644 --- a/media-libs/liboggz/liboggz-1.1.1.ebuild +++ b/media-libs/liboggz/liboggz-1.1.1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools DESCRIPTION="Oggz provides a simple programming interface for reading and writing Ogg files and streams" -HOMEPAGE="http://www.xiph.org/oggz/" -SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.xiph.org/oggz/" +SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0"