[PATCH] Prefer https: for GNU and FSF URLs

Paul Eggert eggert@cs.ucla.edu
Mon Sep 9 21:18:00 GMT 2019


On 9/9/19 9:27 AM, Joseph Myers wrote:
> It looks like this is missing regeneration of locale/programs/charmap-kw.h
> to reflect the use of https in charmap-kw.gperf.

Thanks for spotting that. I rebuilt that file as follows:

cd locale
rm ../../glibc/locale/programs/charmap-kw.h \
    ../../glibc/locale/programs/locfile-kw.h
make objdir=$(cd .. && pwd) -C ../../glibc/locale \
    programs/charmap-kw.h \
    programs/locfile-kw.h

The locfile-kw.h rebuild was needed because gperf 3.1 changed its API. I 
tweaked the localedef internals accordingly, and installed the first 
attached patch.

In looking for similar glitches I noticed a few "http:"s in 'configure' 
that can be fixed by adding a URL to AC_INIT. So I installed the second 
attached patch to do that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Regenerate-charmap-kw.h-locfile-kw.h.patch
Type: text/x-patch
Size: 9322 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20190909/b1f3c256/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fix-http-URL-in-configure.patch
Type: text/x-patch
Size: 2754 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20190909/b1f3c256/attachment-0001.bin>


More information about the Libc-alpha mailing list