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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3E84A1F461 for ; Mon, 9 Sep 2019 16:27:22 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=isT/w hmTHxnYt/ACKrmmtd6KtcQgg/e3iDfXGeME4L3xpDQKB/4sr511iRQ+2f9O2OTJy oCZc3Hv12LUhf+uuoVX09Bv9Nfv4AZpUKCvl6Y7eILfo0zSIJFpKtU7S6oUGcJzc 8LhZ3afBh5Ho/yv8YCwoUt0mji0VTQLJldmf1c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=eO4dGdeg/U2 m1lIopMmiO5gAgoI=; b=gQW13yX4zALcDzjjt/ElMS3tKZ7yTTlbcKQhxjyz2rZ keYF2R3cbGWVugDp3POmAB4WL6o0C5j/qvtsShrirkTZHcSAS2o9S2oByyKF66UK jZfvznF6q6SybkIpw8CvRMaSwR+2nqG5sxx5xqpMIHVV+aaVOpuv7Ip2zYkoILNg = Received: (qmail 89057 invoked by alias); 9 Sep 2019 16:27:20 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 89047 invoked by uid 89); 9 Sep 2019 16:27:20 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa2.mentor.iphmx.com IronPort-SDR: +1FPalZbAkoBXVJywzR36Itbv3AIcoNI0/PMvqgEUzA78sq8xHrRB4p1FSjHFq8KVY2UCJkhnP P+MC332S7dtLAgIrKKfxBtT+B3996Ae927f1PDzNJsugYX7g+gEutT9anNMrOFc20+6iTVkjhf epKbyS4D2u0vHqB8R7uDn2D4n7+TJTnfySJwPCnJ2eI1nBblcEsDHkX2vvVFnjPfZctP5Y37SZ 4Y9pSljO7dJbO1jSOGN73vsjQxAmMOiaXhcbyDgDLqweIzMxaP4P9y0EraMghWCqzRjsT07wXx suc= IronPort-SDR: 0XNLAi0KAgSuCBho9UswKiu5SKnooaOyVDmyWILB6Iv79ZxSkNsbm1VQtEDDYVqXS1yaYXxtMi 0aQVpYLnqc7Zqfny+Ky6oAP6lo1KlYrlOT/mnW250wqfD+1uGPlfzV2pmKXr419F9icJ0OCr72 kUlyk9/HrLIGgP/1Le8UUIqQKILWj99IzbRs6KZF6X8pxVvYULJObiNzSQrVG2TgArwhvCsB27 qQqi/BWL5+zqslgqgC8/+rW4ZvVM0M4LKtPcHpcQO9VD0fvn6kQNYm9Vp6gUHMr5QMwEV4AXNE 6SI= Date: Mon, 9 Sep 2019 16:27:12 +0000 From: Joseph Myers To: Paul Eggert CC: GNU C Library Subject: Re: [PATCH] Prefer https: for GNU and FSF URLs In-Reply-To: <712eae41-cc8d-fe80-da06-249c9a2b7cff@cs.ucla.edu> Message-ID: References: <18cce39e-4a5a-27d8-a1ca-5ec45973088e@cs.ucla.edu> <712eae41-cc8d-fe80-da06-249c9a2b7cff@cs.ucla.edu> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Sat, 7 Sep 2019, Paul Eggert wrote: > On 9/22/17 4:47 AM, Joseph Myers wrote: > > > This command looks like it would modify some generated files, rather than > > modifying their sources and regenerating. > > Thanks for mentioning that. I finally got around to fixing the issues you > mentioned, and installed the adjusted patch into the glibc master. As the > patch is 5.6 MB I won't attach it here. It looks like this is missing regeneration of locale/programs/charmap-kw.h to reflect the use of https in charmap-kw.gperf. -- Joseph S. Myers joseph@codesourcery.com