From 15efcc9c1d5b42f2ccac357367c6455946d70c87 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 Sep 2017 20:56:07 -0700 Subject: [PATCH 1/2] Prefer https to http for gnu.org and fsf.org URLs This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri 's,(http|ftp)(://(.*\.)?(gnu|fsf)\.org($|[^.]|\.[^a-z])),https\2,g' \ $(find $(git ls-files) -prune -type f \ ! -name 'COPYING*' \ ! -name lgpl-2.1.texi \ ! -name fdl-1.3.texi \ ! -name texinfo.tex \ ! -name config.guess \ ! -name config.sub \ ! -name move-if-change) --- [Contents of patch elided for sanity's sake, as otherwise this patch would be 5,209,238 bytes. Please run the abovementioned script on the glibc source code to reproduce the patch.]