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 A4289138335 for ; Mon, 11 Jun 2018 16:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE1EE08CE; Mon, 11 Jun 2018 16:28:19 +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 CD61DE08CE for ; Mon, 11 Jun 2018 16:28:18 +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 95D30335CA7 for ; Mon, 11 Jun 2018 16:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F225D2D6 for ; Mon, 11 Jun 2018 16:28:13 +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: <1528734471.c102e79c189126a94b9f4eee7df50d40d729de91.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/iax/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/iax/iax-0.2.2.ebuild X-VCS-Directories: net-libs/iax/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c102e79c189126a94b9f4eee7df50d40d729de91 X-VCS-Branch: master Date: Mon, 11 Jun 2018 16:28:13 +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: e2ebf938-46b7-459c-8412-0f90b640fcee X-Archives-Hash: e84bbacd5fce286b246b969820e94edc commit: c102e79c189126a94b9f4eee7df50d40d729de91 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 9 19:38:52 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 11 16:27:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c102e79c net-libs/iax: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8774 net-libs/iax/iax-0.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index fb399568f11..cb1e120a2c5 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.ebuild @@ -6,12 +6,12 @@ EAPI=0 IUSE="" DESCRIPTION="IAX (Inter Asterisk eXchange) Library" -HOMEPAGE="http://www.digium.com/" +HOMEPAGE="https://www.digium.com/" LICENSE="LGPL-2" DEPEND="" RDEPEND="" SLOT="0" -SRC_URI="http://www.digium.com/pub/libiax/${P}.tar.gz" +SRC_URI="https://www.digium.com/pub/libiax/${P}.tar.gz" D_PREFIX=/usr