From c5c091332c6953a0ce940cb355ea9e99491429fc Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 8 Apr 2024 17:33:56 +0300 Subject: [PATCH] Update website URLs back to tukaani.org. The XZ projects were moved back to their original URLs. (cherry picked from commit 17aa2e1a796d3f758802df29afc89dcf335db567) --- CMakeLists.txt | 2 +- COPYING | 3 +-- README | 4 ++-- configure.ac | 2 +- doc/faq.txt | 2 +- doc/lzma-file-format.txt | 12 ++++++------ dos/config.h | 2 +- src/liblzma/api/lzma.h | 2 +- src/xz/xz.1 | 6 +++--- src/xzdec/xzdec.1 | 4 ++-- windows/README-Windows.txt | 3 +-- 11 files changed, 20 insertions(+), 22 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a471745..3b47f77b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ include(cmake/tuklib_mbstr.cmake) set(PACKAGE_NAME "XZ Utils") set(PACKAGE_BUGREPORT "xz@tukaani.org") -set(PACKAGE_URL "https://xz.tukaani.org/xz-utils/") +set(PACKAGE_URL "https://tukaani.org/xz/") # Get the package version from version.h into PACKAGE_VERSION variable. file(READ src/liblzma/api/lzma/version.h PACKAGE_VERSION) diff --git a/COPYING b/COPYING index 4990c5f5..e54eeacf 100644 --- a/COPYING +++ b/COPYING @@ -58,8 +58,7 @@ XZ Utils Licensing naturally it is not legally required. Here is an example of a good notice to put into "about box" or into documentation: - This software includes code from XZ Utils - . + This software includes code from XZ Utils . The following license texts are included in the following files: - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1 diff --git a/README b/README index 9a29c1b2..9e76301b 100644 --- a/README +++ b/README @@ -287,11 +287,11 @@ XZ Utils XZ Embedded is a limited implementation written for use in the Linux kernel, but it is also suitable for other embedded use. - https://xz.tukaani.org/xz-embedded/ + https://tukaani.org/xz/embedded.html XZ for Java is a complete implementation written in pure Java. - https://xz.tukaani.org/xz-for-java/ + https://tukaani.org/xz/java.html 6. Contact information diff --git a/configure.ac b/configure.ac index c2ae3bec..e9f45f66 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_PREREQ([2.69]) AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]), - [xz@tukaani.org], [xz], [https://xz.tukaani.org/xz-utils/]) + [xz@tukaani.org], [xz], [https://tukaani.org/xz/]) AC_CONFIG_SRCDIR([src/liblzma/common/common.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/faq.txt b/doc/faq.txt index a49e7e74..3f9068b4 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -240,5 +240,5 @@ A: Give --enable-small to the configure script. Use also appropriate If the result is still too big, take a look at XZ Embedded. It is a separate project, which provides a limited but significantly smaller XZ decoder implementation than XZ Utils. You can find it - at . + at . diff --git a/doc/lzma-file-format.txt b/doc/lzma-file-format.txt index 1dd365eb..8cce5dcc 100644 --- a/doc/lzma-file-format.txt +++ b/doc/lzma-file-format.txt @@ -40,11 +40,11 @@ The .lzma File Format 0.2. Changes - Last modified: 2024-01-16 18:00+0800 + Last modified: 2024-04-08 17:35+0300 - Compared to the previous version (2022-07-13 21:00+0300) - the section 2 was modified to change links from http to - https and to update XZ links. + From version 2011-04-12 11:55+0300 to 2022-07-13 21:00+0300: + The section 1.1.3 was modified to allow End of Payload Marker + with a known Uncompressed Size. 1. File Format @@ -166,8 +166,8 @@ The .lzma File Format https://tukaani.org/lzma/ XZ Utils - The next generation of LZMA Utils - https://xz.tukaani.org/xz-utils/ + https://tukaani.org/xz/ The .xz file format - The successor of the .lzma format - https://xz.tukaani.org/format/xz-file-format.txt + https://tukaani.org/xz/xz-file-format.txt diff --git a/dos/config.h b/dos/config.h index baa239e1..67b72f8f 100644 --- a/dos/config.h +++ b/dos/config.h @@ -143,7 +143,7 @@ #define PACKAGE_NAME "XZ Utils" /* Define to the home page for this package. */ -#define PACKAGE_URL "https://xz.tukaani.org/xz-utils/" +#define PACKAGE_URL "https://tukaani.org/xz/" /* The size of `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 4 diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index 77cd18f2..0d53c29f 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -8,7 +8,7 @@ * 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 . XZ Utils + * liblzma is part of XZ Utils . XZ Utils * includes a gzip-like command line tool named xz and some other tools. * XZ Utils is developed and maintained by Lasse Collin and Jia Tan. * diff --git a/src/xz/xz.1 b/src/xz/xz.1 index 53fba935..920b7408 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -6,7 +6,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZ 1 "2024-02-13" "Tukaani" "XZ Utils" +.TH XZ 1 "2024-04-08" "Tukaani" "XZ Utils" . .SH NAME xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files @@ -3019,8 +3019,8 @@ have the same number of bytes per pixel. .BR bzip2 (1), .BR 7z (1) .PP -XZ Utils: +XZ Utils: .br -XZ Embedded: +XZ Embedded: .br LZMA SDK: diff --git a/src/xzdec/xzdec.1 b/src/xzdec/xzdec.1 index 870501cb..1498d502 100644 --- a/src/xzdec/xzdec.1 +++ b/src/xzdec/xzdec.1 @@ -4,7 +4,7 @@ .\" This file has been put into the public domain. .\" You can do whatever you want with this file. .\" -.TH XZDEC 1 "2024-01-19" "Tukaani" "XZ Utils" +.TH XZDEC 1 "2024-04-08" "Tukaani" "XZ Utils" .SH NAME xzdec, lzmadec \- Small .xz and .lzma decompressors .SH SYNOPSIS @@ -143,4 +143,4 @@ decompressor, consider using XZ Embedded. .SH "SEE ALSO" .BR xz (1) .PP -XZ Embedded: +XZ Embedded: diff --git a/windows/README-Windows.txt b/windows/README-Windows.txt index c83be34e..83f902ef 100644 --- a/windows/README-Windows.txt +++ b/windows/README-Windows.txt @@ -7,8 +7,7 @@ Introduction This package includes command line tools (xz.exe and a few others) and the liblzma compression library from XZ Utils. You can find the - latest version and full source code from - . + latest version and full source code from . The parts of the XZ Utils source code, that are relevant to this binary package, are in the public domain. XZ Utils have been built