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 9F4E0138A1C for ; Mon, 6 Apr 2015 05:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB6FE0A95; Mon, 6 Apr 2015 05:02:31 +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 DE164E0A91 for ; Mon, 6 Apr 2015 05:02:30 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id BDF69340B36 for ; Mon, 6 Apr 2015 05:02:29 +0000 (UTC) Date: Sun, 5 Apr 2015 22:02:27 -0700 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] repoman: change metadata.dtd protocol to https Message-ID: <20150405220227.399c0a18.dolsen@gentoo.org> In-Reply-To: <1428215485-27272-1-git-send-email-zmedico@gentoo.org> References: <1428215485-27272-1-git-send-email-zmedico@gentoo.org> Organization: Gentoo 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 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 8184635f-6159-4eeb-a37b-704027e87dcd X-Archives-Hash: 47f282a559353ee20f3d7a2e65edf9d6 On Sat, 4 Apr 2015 23:31:25 -0700 Zac Medico wrote: > 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 > Hmm, I thought that was being moved to api.gentoo.org. I just checked and it isn't there... I want to verify that it isn't destined there in the very near future. -- Brian Dolbec