From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5FC0E1389F5 for ; Sun, 5 Apr 2015 06:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DF74E09D4; Sun, 5 Apr 2015 06:31:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7EEBE09D2 for ; Sun, 5 Apr 2015 06:31:52 +0000 (UTC) Received: from x202e.gaikai.int (ip174-67-205-96.oc.oc.cox.net [174.67.205.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 60CFB340A5C; Sun, 5 Apr 2015 06:31:51 +0000 (UTC) From: Zac Medico To: gentoo-portage-dev@lists.gentoo.org Cc: Zac Medico Subject: [gentoo-portage-dev] [PATCH] repoman: change metadata.dtd protocol to https Date: Sat, 4 Apr 2015 23:31:25 -0700 Message-Id: <1428215485-27272-1-git-send-email-zmedico@gentoo.org> X-Mailer: git-send-email 2.3.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: a78b315b-b42d-4770-9cd9-1262a336d845 X-Archives-Hash: d3389dbf2d9478dec006cac01c58bdaf The old http uri redirects to the new https uri, so use the new https uri directly. X-Gentoo-Bug: 469888 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=469888 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 7101a00..6074c91 100755 --- a/bin/repoman +++ b/bin/repoman @@ -503,7 +503,7 @@ metadata_xml_encoding = 'UTF-8' metadata_xml_declaration = '' % \ (metadata_xml_encoding,) metadata_doctype_name = 'pkgmetadata' -metadata_dtd_uri = 'http://www.gentoo.org/dtd/metadata.dtd' +metadata_dtd_uri = 'https://www.gentoo.org/dtd/metadata.dtd' # force refetch if the local copy creation time is older than this metadata_dtd_ctime_interval = 60 * 60 * 24 * 7 # 7 days -- 2.3.1