From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1162958-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 EE701138351
	for <garchives@archives.gentoo.org>; Sun, 19 Apr 2020 02:32:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1FCAAE09E4;
	Sun, 19 Apr 2020 02:32:23 +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 07134E09E4
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Apr 2020 02:32:23 +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 B8FE334F03D
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Apr 2020 02:32:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 33CD61DE
	for <gentoo-commits@lists.gentoo.org>; Sun, 19 Apr 2020 02:32:20 +0000 (UTC)
From: "Alec Warner" <antarus@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, "Alec Warner" <antarus@gentoo.org>
Message-ID: <1587263494.96b932c951ec8d11eee6ec3a7f2d20671b2e6e22.antarus@gentoo>
Subject: [gentoo-commits] data/api:master commit in: files/mirrors/
X-VCS-Repository: data/api
X-VCS-Files: files/mirrors/distfiles.xml
X-VCS-Directories: files/mirrors/
X-VCS-Committer: antarus
X-VCS-Committer-Name: Alec Warner
X-VCS-Revision: 96b932c951ec8d11eee6ec3a7f2d20671b2e6e22
X-VCS-Branch: master
Date: Sun, 19 Apr 2020 02:32:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 38635882-06cb-46e6-94c2-888b7941193f
X-Archives-Hash: 74087e3aeefeafc9b033a14ae1c7293c

commit:     96b932c951ec8d11eee6ec3a7f2d20671b2e6e22
Author:     Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 02:27:58 2020 +0000
Commit:     Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 02:31:34 2020 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=96b932c9

Upgrade mirror to https, drop FTP.

Closes: https://bugs.gentoo.org/715198

Signed-off-by: Alec Warner <antarus <AT> gentoo.org>

 files/mirrors/distfiles.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 5540c73..be6518c 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -266,8 +266,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
   <mirrorgroup region="Europe" country="TR" countryname="Turkey">
     <mirror>
       <name>Turkish Linux Users Group - Linux Kullanicilari Dernegi(LKD)</name>
-      <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.linux.org.tr/gentoo/</uri>
-      <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.linux.org.tr/gentoo/</uri>
+      <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.linux.org.tr/gentoo/</uri>
       <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.linux.org.tr/gentoo-distfiles/</uri>
     </mirror>
   </mirrorgroup>