Re: [Rfc-markdown] [Tools-discuss] bibxml8 and http:// (Fwd: Lars Eggert's No Objection on draft-ietf-core-senml-versions-03: (with COMMENT))

Carsten Bormann <cabo@tzi.org> Thu, 14 October 2021 15:22 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 60D363A1717; Thu, 14 Oct 2021 08:22:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lE2JfK51j3bN; Thu, 14 Oct 2021 08:22:09 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2A323A0A78; Thu, 14 Oct 2021 08:22:07 -0700 (PDT)
Received: from [192.168.217.118] (p5089a8ac.dip0.t-ipconnect.de [80.137.168.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4HVY6N5DPYz2xL0; Thu, 14 Oct 2021 17:22:04 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <B50C8D72-E471-416F-A016-8886E112B30A@tzi.org>
Date: Thu, 14 Oct 2021 17:22:04 +0200
Cc: rfc-markdown@ietf.org
X-Mao-Original-Outgoing-Id: 655917724.120665-ef2ecb7f556201092c2b3e314c32c624
Content-Transfer-Encoding: quoted-printable
Message-Id: <B0B0224C-03FA-4038-9987-1AC8DD4A1E53@tzi.org>
References: <162203242344.29582.10148358869813812866@ietfa.amsl.com> <B059FD26-B170-4DB0-A10D-CF9C33AF871D@tzi.org> <5056A810-C337-4F59-ADEA-01AFCCBBDBE3@vigilsec.com> <B5539F43-0267-43F2-9469-BB853C52118F@tzi.org> <B50C8D72-E471-416F-A016-8886E112B30A@tzi.org>
To: Tools Team Discussion <tools-discuss@ietf.org>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/I0_0iFcAhi5ERGmj-aZZktpokjI>
Subject: Re: [Rfc-markdown] [Tools-discuss] bibxml8 and http:// (Fwd: Lars Eggert's No Objection on draft-ietf-core-senml-versions-03: (with COMMENT))
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 14 Oct 2021 15:22:16 -0000

I finally put a workaround into kramdown-rfc2629 (version 1.5.9).
As usual, 

	gem update kramdown-rfc2629

and get fewer (valid!) complaints from Lars :-)

Grüße, Carsten


> On 2021-09-30, at 13:42, Carsten Bormann <cabo@tzi.org> wrote:
> 
> Bump.
> 
> This is now coming up again and again in IESG reviews.
> I know that the full solution is imminent…
> But maybe someone can have some mercy until then.
> 
> Grüße, Carsten
> 
> 
>> On 2021-05-26, at 17:34, Carsten Bormann <cabo@tzi.org> wrote:
>> 
>> On 2021-05-26, at 17:14, Russ Housley <housley@vigilsec.com> wrote:
>>> 
>>> There is an RFP out for updated to bibxml.  Hopefully this is easily addressed under that effort.
>> 
>> I’m looking forward to this.
>> 
>> In the meantime, maybe someone could place that “s” before the colon in line 220 of bibxml8/index.cgi…
>> 
>> Grüße, Carsten
>> 
>>> 
>>> Russ
>>> 
>>>> On May 26, 2021, at 9:54 AM, Carsten Bormann <cabo@tzi.org> wrote:
>>>> 
>>>> In a recent IESG ballot, Lars Eggert noted that bibxlm8 is still using http:// URLs for the reference target:
>>>> 
>>>>       return ("\n".join([f"<reference anchor='{self.reference_number.upper()}'",
>>>>                          f" target='http://www.iana.org/assignments/{self.reference_number}'>"r}'>",
>>>> (Line 219, 220 of bibxml8/index.cgi).
>>>> 
>>>> I agree with him that this should now be https://
>>>> 
>>>> Grüße, Carsten
>>>> 
>>>> 
>>>>> Begin forwarded message:
>>>>> 
>>>>> From: Lars Eggert via Datatracker <noreply@ietf.org>
>>>>> Subject: Lars Eggert's No Objection on draft-ietf-core-senml-versions-03: (with COMMENT)
>>>>> Date: 2021-05-26 at 14:33:43 CEST
>>>>> To: "The IESG" <iesg@ietf.org>
>>>>> Cc: draft-ietf-core-senml-versions@ietf.org, core-chairs@ietf.org, core@ietf.org, jaime@iki.fi, jaime@iki.fi
>>>>> Resent-From: <alias-bounces@ietf.org>
>>>>> Resent-To: cabo@tzi.org, jaime@iki.fi, marco.tiloca@ri.se
>>>>> Reply-To: Lars Eggert <lars@eggert.org>
>>>>> Message-Id: <162203242344.29582.10148358869813812866@ietfa.amsl.com>
>>>>> 
>>>>> 
>>>>> These URLs in the document can probably be converted to HTTPS:
>>>>> * http://www.iana.org/assignments/senml
>>>> 
>>>> ___________________________________________________________
>>>> Tools-discuss mailing list - Tools-discuss@ietf.org
>>>> This list is for discussion, not for action requests or bug reports.
>>>> * Report datatracker and mailarchive bugs to: datatracker-project@ietf.org
>>>> * Report tools.ietf.org bugs to: webmaster@tools.ietf.org
>>>> * Report all other bugs or issues to: ietf-action@ietf.org
>>>> List info (including how to Unsubscribe): https://www.ietf.org/mailman/listinfo/tools-discuss
>>> 
>>> ___________________________________________________________
>>> Tools-discuss mailing list - Tools-discuss@ietf.org
>>> This list is for discussion, not for action requests or bug reports.
>>> * Report datatracker and mailarchive bugs to: datatracker-project@ietf.org
>>> * Report tools.ietf.org bugs to: webmaster@tools.ietf.org
>>> * Report all other bugs or issues to: ietf-action@ietf.org
>>> List info (including how to Unsubscribe): https://www.ietf.org/mailman/listinfo/tools-discuss
>> 
>