diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-18 15:51:57 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-18 22:02:40 +0800 |
commit | 97679d25ce7cb014328f1455bb338903c003d54f (patch) | |
tree | 4b13fe37645161f617dd7ba49e2858bdd8cbedda /src | |
parent | CMake: Fix typo in a comment. (diff) | |
download | xz-97679d25ce7cb014328f1455bb338903c003d54f.tar.xz |
Change a few HTTP URLs to HTTPS.
The xz man page timestamp was intentionally left unchanged.
Diffstat (limited to 'src')
-rw-r--r-- | src/liblzma/api/lzma.h | 8 | ||||
-rw-r--r-- | src/liblzma/check/sha256.c | 2 | ||||
-rw-r--r-- | src/xz/xz.1 | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index ba4abd8c..4d8e3994 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -8,16 +8,16 @@ * format and raw (no headers) streams are supported. Multiple compression * algorithms (filters) are supported. Currently LZMA2 is the primary filter. * - * liblzma is part of XZ Utils <http://tukaani.org/xz/>. XZ Utils includes + * liblzma is part of XZ Utils <https://tukaani.org/xz/>. XZ Utils includes * a gzip-like command line tool named xz and some other tools. XZ Utils * is developed and maintained by Lasse Collin. * * Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK - * <http://7-zip.org/sdk.html>. + * <https://7-zip.org/sdk.html>. * * The SHA-256 implementation is based on the public domain code found from - * 7-Zip <http://7-zip.org/>, which has a modified version of the public - * domain SHA-256 code found from Crypto++ <http://www.cryptopp.com/>. + * 7-Zip <https://7-zip.org/>, which has a modified version of the public + * domain SHA-256 code found from Crypto++ <https://www.cryptopp.com/>. * The SHA-256 code in Crypto++ was written by Kevin Springle and Wei Dai. */ diff --git a/src/liblzma/check/sha256.c b/src/liblzma/check/sha256.c index 5eede5ce..6feb3425 100644 --- a/src/liblzma/check/sha256.c +++ b/src/liblzma/check/sha256.c @@ -8,7 +8,7 @@ /// conditionally to keep the code working on older boxes. // // This code is based on the code found from 7-Zip, which has a modified -// version of the SHA-256 found from Crypto++ <http://www.cryptopp.com/>. +// version of the SHA-256 found from Crypto++ <https://www.cryptopp.com/>. // The code was modified a little to fit into liblzma. // // Authors: Kevin Springle diff --git a/src/xz/xz.1 b/src/xz/xz.1 index caa5a068..aefb79f2 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -3017,4 +3017,4 @@ XZ Utils: <https://tukaani.org/xz/> .br XZ Embedded: <https://tukaani.org/xz/embedded.html> .br -LZMA SDK: <http://7-zip.org/sdk.html> +LZMA SDK: <https://7-zip.org/sdk.html> |