From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B134C1F934 for ; Sat, 3 Apr 2021 02:24:27 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/6] URInntps: add URI 5.08 release note Date: Sat, 3 Apr 2021 02:24:22 +0000 Message-Id: <20210403022427.2430-2-e@80x24.org> In-Reply-To: <20210403022427.2430-1-e@80x24.org> References: <20210403022427.2430-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I wanted to say 2031, but that's probably too aggressive a removal timeline. --- lib/PublicInbox/URInntps.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/PublicInbox/URInntps.pm b/lib/PublicInbox/URInntps.pm index 69fe7163..231b247b 100644 --- a/lib/PublicInbox/URInntps.pm +++ b/lib/PublicInbox/URInntps.pm @@ -4,6 +4,7 @@ # deal with the lack of URI::nntps in upstream URI. # nntps is IANA registered, snews is deprecated # cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983419 +# Fixed in URI 5.08, we can drop this by 2035 when LTS distros all have it package PublicInbox::URInntps; use strict; use parent qw(URI::snews);