lib/: replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Wed, 12 Aug 2020 01:34:50 +0000 (18:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:58:00 +0000 (10:58 -0700)
commitd89775fc929c5a1d91ed518a71b456da0865e5ff
tree6627de1e9aa4066b61bf01ba843f50782ee80b43
parent3adf3bae0d612357da516d39e1584f1547eb6e86
lib/: replace HTTP links with HTTPS ones

Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Coly Li <colyli@suse.de> [crc64.c]
Link: http://lkml.kernel.org/r/20200726112154.16510-1-grandmaster@al2klimov.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 files changed:
lib/Kconfig.debug
lib/crc64.c
lib/decompress_bunzip2.c
lib/decompress_unlzma.c
lib/math/rational.c
lib/rbtree.c
lib/ts_bm.c
lib/xxhash.c
lib/xz/xz_crc32.c
lib/xz/xz_dec_bcj.c
lib/xz/xz_dec_lzma2.c
lib/xz/xz_lzma2.h
lib/xz/xz_stream.h