From 5a82c74822d3272df2f5929133680478c0cfb4bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Sep 2019 22:40:42 -0700 Subject: Prefer https to http for gnu.org and fsf.org URLs Also, change sources.redhat.com to sourceware.org. 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|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S --- sunrpc/Makefile | 2 +- sunrpc/create_xid.c | 2 +- sunrpc/des_impl.c | 2 +- sunrpc/getrpcbyname.c | 2 +- sunrpc/getrpcbyname_r.c | 2 +- sunrpc/getrpcbynumber.c | 2 +- sunrpc/getrpcbynumber_r.c | 2 +- sunrpc/getrpcent.c | 2 +- sunrpc/getrpcent_r.c | 2 +- sunrpc/getrpcport.c | 2 +- sunrpc/netname.c | 2 +- sunrpc/publickey.c | 2 +- sunrpc/rpc/auth_des.h | 2 +- sunrpc/rpc/svc.h | 2 +- sunrpc/rpc_gethostbyname.c | 2 +- sunrpc/rpcsvc/bootparam.h | 2 +- sunrpc/svc.c | 2 +- sunrpc/svc_tcp.c | 2 +- sunrpc/svc_udp.c | 2 +- sunrpc/svc_unix.c | 2 +- sunrpc/test-rpcent.c | 2 +- sunrpc/tst-svc_register.c | 2 +- sunrpc/tst-udp-error.c | 2 +- sunrpc/tst-udp-garbage.c | 2 +- sunrpc/tst-udp-nonblocking.c | 2 +- sunrpc/tst-udp-timeout.c | 2 +- sunrpc/tst-xdrmem.c | 2 +- sunrpc/tst-xdrmem2.c | 2 +- sunrpc/xdr_intXX_t.c | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) (limited to 'sunrpc') diff --git a/sunrpc/Makefile b/sunrpc/Makefile index f0bfd062b0..cc57b3a43c 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # # Sub-makefile for sunrpc portion of the library. diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c index a44187f07c..1339615a1b 100644 --- a/sunrpc/create_xid.c +++ b/sunrpc/create_xid.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/des_impl.c b/sunrpc/des_impl.c index d1d2edfbc8..dd5b9b6d19 100644 --- a/sunrpc/des_impl.c +++ b/sunrpc/des_impl.c @@ -3,7 +3,7 @@ /* This file is distributed under the terms of the GNU Lesser General */ /* Public License, version 2.1 or later - see the file COPYING.LIB for details.*/ /* If you did not receive a copy of the license with this program, please*/ -/* see to obtain a copy. */ +/* see to obtain a copy. */ #include #include #include "des.h" diff --git a/sunrpc/getrpcbyname.c b/sunrpc/getrpcbyname.c index aaa8fff9fc..51658bb73c 100644 --- a/sunrpc/getrpcbyname.c +++ b/sunrpc/getrpcbyname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/sunrpc/getrpcbyname_r.c b/sunrpc/getrpcbyname_r.c index 0712c6a7db..e68c4d451f 100644 --- a/sunrpc/getrpcbyname_r.c +++ b/sunrpc/getrpcbyname_r.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/sunrpc/getrpcbynumber.c b/sunrpc/getrpcbynumber.c index 17b35ff10f..c449bf25e2 100644 --- a/sunrpc/getrpcbynumber.c +++ b/sunrpc/getrpcbynumber.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/sunrpc/getrpcbynumber_r.c b/sunrpc/getrpcbynumber_r.c index 8aaa0a6449..ec68228a19 100644 --- a/sunrpc/getrpcbynumber_r.c +++ b/sunrpc/getrpcbynumber_r.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/sunrpc/getrpcent.c b/sunrpc/getrpcent.c index 627beaa551..eac8ad0c78 100644 --- a/sunrpc/getrpcent.c +++ b/sunrpc/getrpcent.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/sunrpc/getrpcent_r.c b/sunrpc/getrpcent_r.c index 6c58240762..e2e286148c 100644 --- a/sunrpc/getrpcent_r.c +++ b/sunrpc/getrpcent_r.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/sunrpc/getrpcport.c b/sunrpc/getrpcport.c index 57fed3ead4..3ce7e5d2d8 100644 --- a/sunrpc/getrpcport.c +++ b/sunrpc/getrpcport.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see . */ + not, see . */ /* * Copyright (c) 2010, Oracle America, Inc. diff --git a/sunrpc/netname.c b/sunrpc/netname.c index 5a699b3677..b5bec98829 100644 --- a/sunrpc/netname.c +++ b/sunrpc/netname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/publickey.c b/sunrpc/publickey.c index 0780c0c5e0..168a09a1b7 100644 --- a/sunrpc/publickey.c +++ b/sunrpc/publickey.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/rpc/auth_des.h b/sunrpc/rpc/auth_des.h index 245675ff51..3b7eaf476c 100644 --- a/sunrpc/rpc/auth_des.h +++ b/sunrpc/rpc/auth_des.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef _RPC_AUTH_DES_H #define _RPC_AUTH_DES_H 1 diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h index d22f9f6a38..b7c17cf337 100644 --- a/sunrpc/rpc/svc.h +++ b/sunrpc/rpc/svc.h @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * . + * . * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/rpc_gethostbyname.c b/sunrpc/rpc_gethostbyname.c index c44e2a38a0..9cde6c6c66 100644 --- a/sunrpc/rpc_gethostbyname.c +++ b/sunrpc/rpc_gethostbyname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see . */ + not, see . */ #include #include diff --git a/sunrpc/rpcsvc/bootparam.h b/sunrpc/rpcsvc/bootparam.h index ba3a6dc484..671cfff89d 100644 --- a/sunrpc/rpcsvc/bootparam.h +++ b/sunrpc/rpcsvc/bootparam.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef _RPCSVC_BOOTPARAM_H #define _RPCSVC_BOOTPARAM_H diff --git a/sunrpc/svc.c b/sunrpc/svc.c index 39279b40b5..3d35b0234a 100644 --- a/sunrpc/svc.c +++ b/sunrpc/svc.c @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * . + * . * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/svc_tcp.c b/sunrpc/svc_tcp.c index 484574c11a..6ebc28587d 100644 --- a/sunrpc/svc_tcp.c +++ b/sunrpc/svc_tcp.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * . + * . * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/svc_udp.c b/sunrpc/svc_udp.c index 17357c8ced..8deda337bf 100644 --- a/sunrpc/svc_udp.c +++ b/sunrpc/svc_udp.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * . + * . * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/svc_unix.c b/sunrpc/svc_unix.c index eac1ae8fb9..b6477bf4e5 100644 --- a/sunrpc/svc_unix.c +++ b/sunrpc/svc_unix.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the GNU C Library; if not, see - * . + * . * * Copyright (c) 2010, Oracle America, Inc. * diff --git a/sunrpc/test-rpcent.c b/sunrpc/test-rpcent.c index ba5f6b11b6..d4d6600300 100644 --- a/sunrpc/test-rpcent.c +++ b/sunrpc/test-rpcent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* This is taken from nss/test-netdb.c and is intended to follow that test's model for everything. This test is separate only because diff --git a/sunrpc/tst-svc_register.c b/sunrpc/tst-svc_register.c index 73f8db2fa1..dd0c8e23f4 100644 --- a/sunrpc/tst-svc_register.c +++ b/sunrpc/tst-svc_register.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* This test uses a stub rpcbind server (implemented in a child process using rpcbind_dispatch/run_rpcbind) to check how RPC diff --git a/sunrpc/tst-udp-error.c b/sunrpc/tst-udp-error.c index 832a340c97..7f38d62496 100644 --- a/sunrpc/tst-udp-error.c +++ b/sunrpc/tst-udp-error.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/tst-udp-garbage.c b/sunrpc/tst-udp-garbage.c index 6fc55b4906..d356b931b9 100644 --- a/sunrpc/tst-udp-garbage.c +++ b/sunrpc/tst-udp-garbage.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/tst-udp-nonblocking.c b/sunrpc/tst-udp-nonblocking.c index 282653246d..503e3e1434 100644 --- a/sunrpc/tst-udp-nonblocking.c +++ b/sunrpc/tst-udp-nonblocking.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/tst-udp-timeout.c b/sunrpc/tst-udp-timeout.c index 0577c41f3f..24560cd567 100644 --- a/sunrpc/tst-udp-timeout.c +++ b/sunrpc/tst-udp-timeout.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/tst-xdrmem.c b/sunrpc/tst-xdrmem.c index 7d7a80b36e..234dbb81ff 100644 --- a/sunrpc/tst-xdrmem.c +++ b/sunrpc/tst-xdrmem.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/tst-xdrmem2.c b/sunrpc/tst-xdrmem2.c index 812b53502e..d78e3a6ca9 100644 --- a/sunrpc/tst-xdrmem2.c +++ b/sunrpc/tst-xdrmem2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/sunrpc/xdr_intXX_t.c b/sunrpc/xdr_intXX_t.c index 29e0c915e5..e302e7dd45 100644 --- a/sunrpc/xdr_intXX_t.c +++ b/sunrpc/xdr_intXX_t.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include -- cgit 1.4.1