From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id YWSwNTfK82N2KjkAWB0awg (envelope-from ) for ; Mon, 20 Feb 2023 14:29:59 -0500 Received: by simark.ca (Postfix, from userid 112) id C78B01E222; Mon, 20 Feb 2023 14:29:59 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=rYhk2ytW; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id CBDDD1E110 for ; Mon, 20 Feb 2023 14:29:58 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A4BD83851405 for ; Mon, 20 Feb 2023 19:29:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A4BD83851405 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676921395; bh=LaszYRft8vkQwSEyBJhKqyMYsu7thEOo0FpYbHyQ8D0=; h=Subject:To:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=rYhk2ytWVeeVm7FSyKHfU9VO85zq/hXSlB20tJjz4J4vl03G8hadI+1XKoqm9Iy4+ 2t1anlaD7JTV8t93yc+55L44Gd1+es+SEI7oJoZICAORrpWXm+WMU880g0fhG/4elf BAUtXP7Aq6K0iRbmBku9O8ffCCF/2BcT3nNtLnuc= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id E0C6F385703A for ; Mon, 20 Feb 2023 19:29:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E0C6F385703A Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUBqq-0005a2-QU for gdb@sourceware.org; Mon, 20 Feb 2023 14:29:28 -0500 Received: from pool-71-245-225-93.bstnma.fios.verizon.net ([71.245.225.93] helo=pdslaptop.home.arpa) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUBqp-0003Xh-82 for gdb@sourceware.org; Mon, 20 Feb 2023 14:29:28 -0500 Message-ID: <5e8a2ee510d4ce2c70386ee0f808922138d72ab7.camel@gnu.org> Subject: Re: [ANNOUNCEMENT] GDB 13.1 released! To: gdb@sourceware.org Date: Mon, 20 Feb 2023 14:29:26 -0500 In-Reply-To: References: Organization: GNU's Not UNIX! Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (by Flathub.org) MIME-Version: 1.0 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Paul Smith via Gdb Reply-To: psmith@gnu.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On Sun, 2023-02-19 at 19:16 +0400, Joel Brobecker via Gdb-announce via Gdb wrote: > You can download GDB from the GNU FTP server in the directory: >=20 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ftp://ftp.gnu.org/gnu/gdb Given how fewer and fewer environments support FTP anymore (and, good riddance IMO!) I recommend you switch GDB announcements to using https instead: https://ftp.gnu.org/gnu/gdb/ Also you might consider providing a URL which sorts the results so the most recent additions are at the top: https://ftp.gnu.org/gnu/gdb/?C=3DM;O=3DD Personally I think that the site should use this as the default ordering without requiring extra options, but until then ...