bootstrap, gnulib-tool: use https instead of insecure rsync
commit0ddd440d18af7bb10437642f12721d83092f0bea
authorBenno Schulenberg <bensberg@telfort.nl>
Sun, 7 Oct 2018 16:20:44 +0000 (7 18:20 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Oct 2018 17:25:50 +0000 (7 19:25 +0200)
tree17da250788dacb5a41bc8f59b5a3c056dde66dee
parentec9f551eb5598c38c14be1082a2a464eeea66444
bootstrap, gnulib-tool: use https instead of insecure rsync

The rsync command does not do any authentication and thus allows
man-in-the-middle attacks.  Better use wget over https, although
this is slower.

* build-aux/bootstrap (download_po_files, po_download_command_format):
Don't try using rsync; always use wget over https to fetch PO files.
* gnulib-tool (func_import): Likewise.
* pygnulib/GLImport.py (GLImport.execute): Likewise.
ChangeLog
build-aux/bootstrap
gnulib-tool
pygnulib/GLImport.py