From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52d.google.com (mail-pg1-x52d.google.com [IPv6:2607:f8b0:4864:20::52d]) by sourceware.org (Postfix) with ESMTPS id E89033858C2C for ; Thu, 9 Sep 2021 16:44:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E89033858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-pg1-x52d.google.com with SMTP id u18so2391030pgf.0 for ; Thu, 09 Sep 2021 09:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=f1s76hzvImpxN6AsfoqVzpMM326MopqGkRiN9oKa2aM=; b=iL5MAtFsesyAYUjLQ2VyLw/OfmOTvUxtAOdItum7MiK4lpda5/V4PzajGUCbTF2orb GtPds0RD49A3/NE6yENNZadxPIEJ9YY/jCBcVWWoNg2/D7FurU9wEHxA/bkUEkkUo8/X uj7uylrzlTw5IR9iR1lfVH/73isoPABgOJKiLvysMUGwChJGJ60Jodl8y10RXVBk/ZaQ eIlG1qVzkhGrIrmuSYpgvxREYPZYKa6zJdxO9HrRwBXipcnR6+D7OKHtc4Xot2MANS4u CauDoTQEbSEpJdn7N+nSnZ00qkEDocFpecDeOmLDKFgvSwjgshXlilrLgWKWwZiicRSG SiJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=f1s76hzvImpxN6AsfoqVzpMM326MopqGkRiN9oKa2aM=; b=so32sHszk1NoH64m/flmZaa70eDEcGpNfTTv+spwMspAMjhtFET9Q91WQKWe5kLd9C ws4rrU8tVLkkF5qM+YrJ+vF9ExVkZCkLtcaza48Rys/kGyCuuJsRIc0KGeowYrOdTe7/ qlWiBUeFZmmaSPs2NuCnri2RviIrJjtTF5BCkT0B0RKWxMnpYBEgPxb08+e0ficl/ug1 NvRoX6mp1QfwAUcuc2m4UJT1AtmprwNTq0O0JmHK0cAffqv4YDX44CdobjJj6yQEii60 CumyFUqUL0uwHO5k0zMeNU/0TxvNPJAWWR7UpAVzLx1KbogAtYBb33DUTJCqk5QnhnxC W6rw== X-Gm-Message-State: AOAM530W9hIAnjkuTOiPFsRaaQbYTsRhoPMtA6fx1molZKqmF/r7UcJO THmBslgVrd309DGNf2Qr1V+LbBWT2dDI X-Google-Smtp-Source: ABdhPJyXld34j5ibqc8HcXLASfk8QYVFBRSdOutrJHAozEhtifcLnavk1u5lO8tTQPwVOLgHSRvBxw== X-Received: by 2002:a63:374e:: with SMTP id g14mr3487049pgn.170.1631205890999; Thu, 09 Sep 2021 09:44:50 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id l22sm2703529pjz.54.2021.09.09.09.44.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 09:44:49 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 0DAB189CFA; Thu, 9 Sep 2021 09:44:49 -0700 (PDT) Date: Thu, 9 Sep 2021 09:44:49 -0700 From: Joel Brobecker To: Simon Marchi via Gdb Cc: Joel Brobecker Subject: Re: website: http URL for snapshots Message-ID: <20210909164449.GC3325@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Thu, 09 Sep 2021 16:44:55 -0000 Hi Simon, > This page: > > https://www.gnu.org/software/gdb/current/ > > ... only gives a FTP URL for the snapshots. FTP is getting harder to > use, with modern browsers dropping support for it. I would suggest > adding the http URL for it (https://sourceware.org/pub/gdb/snapshots/). I've updated the web page to point to the HTTP/S URL first, with a link to the FTP download for those who want it. While at it, I noticed that we still had a lot of HTTP URLs, so I just converted them to HTTP/S as well. -- Joel