From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-989235-garchives=archives.gentoo.org@lists.gentoo.org>
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 60F90139083
	for <garchives@archives.gentoo.org>; Sat,  9 Dec 2017 18:41:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 15235E1118;
	Sat,  9 Dec 2017 18:41:48 +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 CA98DE1118
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Dec 2017 18:41:47 +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 B15F533BF51
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Dec 2017 18:41:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EE131AE7C
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Dec 2017 18:41:44 +0000 (UTC)
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" <candrews@gentoo.org>
Message-ID: <1512844875.8292c7fe4fbbf5cf93098500bc151a5d00375096.candrews@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/x265/x265-2.2.ebuild media-libs/x265/x265-2.3.ebuild media-libs/x265/x265-2.4.ebuild media-libs/x265/x265-2.5.ebuild
X-VCS-Directories: media-libs/x265/
X-VCS-Committer: candrews
X-VCS-Committer-Name: Craig Andrews
X-VCS-Revision: 8292c7fe4fbbf5cf93098500bc151a5d00375096
X-VCS-Branch: master
Date: Sat,  9 Dec 2017 18:41:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 458fdbb2-93f7-4a2c-8da4-e03b008a77ad
X-Archives-Hash: 0e7da44070df0245b21119b1ed054e6e

commit:     8292c7fe4fbbf5cf93098500bc151a5d00375096
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 18:21:12 2017 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 18:41:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8292c7fe

media-libs/x265: Use downloads.videolan.org

ftp.videolan.org now serves an invalid certificate

 media-libs/x265/x265-2.2.ebuild | 2 +-
 media-libs/x265/x265-2.3.ebuild | 2 +-
 media-libs/x265/x265-2.4.ebuild | 2 +-
 media-libs/x265/x265-2.5.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/x265/x265-2.2.ebuild b/media-libs/x265/x265-2.2.ebuild
index 8f78a69d267..9ca662332ee 100644
--- a/media-libs/x265/x265-2.2.ebuild
+++ b/media-libs/x265/x265-2.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
 else
 	SRC_URI="
 		https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
-		https://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
+		https://downloads.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
 	KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86"
 fi
 

diff --git a/media-libs/x265/x265-2.3.ebuild b/media-libs/x265/x265-2.3.ebuild
index 75812c4cad2..ea1512192bb 100644
--- a/media-libs/x265/x265-2.3.ebuild
+++ b/media-libs/x265/x265-2.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
 else
 	SRC_URI="
 		https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
-		https://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
+		https://downloads.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 fi
 

diff --git a/media-libs/x265/x265-2.4.ebuild b/media-libs/x265/x265-2.4.ebuild
index 97a42c088bd..cdde812c233 100644
--- a/media-libs/x265/x265-2.4.ebuild
+++ b/media-libs/x265/x265-2.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
 else
 	SRC_URI="
 		https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
-		https://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
+		https://downloads.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 fi
 

diff --git a/media-libs/x265/x265-2.5.ebuild b/media-libs/x265/x265-2.5.ebuild
index 9b814039f1c..8036e309996 100644
--- a/media-libs/x265/x265-2.5.ebuild
+++ b/media-libs/x265/x265-2.5.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
 else
 	SRC_URI="
 		https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
-		https://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
+		https://downloads.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 fi