]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Update website URLs back to tukaani.org.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 8 Apr 2024 14:33:56 +0000 (17:33 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 9 Apr 2024 15:22:27 +0000 (18:22 +0300)
The XZ projects were moved back to their original URLs.

12 files changed:
.github/SECURITY.md
CMakeLists.txt
COPYING
README
configure.ac
doc/faq.txt
doc/lzma-file-format.txt
dos/config.h
src/liblzma/api/lzma.h
src/xz/xz.1
src/xzdec/xzdec.1
windows/README-Windows.txt

index 9ddfe8e946cf1810f131bf4f56156626b7ca7e31..ea9291049359f2dc613313c3220c7807f959b4fb 100644 (file)
@@ -4,7 +4,7 @@
 
 We provide security updates to the development branch and the stable
 branches. Security patches for old releases are available on the
-[project website](https://xz.tukaani.org/xz-utils/).
+[project website](https://tukaani.org/xz).
 
 ## Reporting a Vulnerability
 
index 0e4d464faba62a1270b40a0cb24c2c59e4ace409..9a4b69c524632bf965695be50c3b575065db7a3e 100644 (file)
@@ -111,7 +111,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 a31477d62d31a67cefcfb470344eeb054545d1b9..a06e0989f86ec8e09ed1a53a22cdf9bb483fae4f 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -65,8 +65,7 @@ XZ Utils Licensing
     it is not legally required by the license terms. Here is an example
     of a good notice to put into "about box" or into documentation:
 
-        This software includes code from XZ Utils
-        <https://xz.tukaani.org/xz-utils/>.
+        This software includes code from XZ Utils <https://tukaani.org/xz/>.
 
     The following license texts are included in the following files:
       - COPYING.0BSD: BSD Zero Clause License
diff --git a/README b/README
index ac812ff150ca12bece1c266c5f4efe8e860be752..def70d084a3ee75ad2721b1b6eda4f5d8e90e8d9 100644 (file)
--- a/README
+++ b/README
@@ -290,11 +290,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
index f7d3de0bb0a216132530aed2218fd84b27b81b7f..fb4f3d666cfa8016e9be3d66e1c04e6d5bbe87f2 100644 (file)
@@ -17,7 +17,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])
index a49e7e741b10d5ace3236828ca0d0c1c0399145a..3f9068b4b278040489220702772738604209df03 100644 (file)
@@ -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 <https://xz.tukaani.org/xz-embedded/>.
+    at <https://tukaani.org/xz/embedded.html>.
 
index 1dd365eb6cf47d424d8839a25b5be418c71e2d40..8cce5dcce749121b0855010e6e5576d545ba6a68 100644 (file)
@@ -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
 
index 49d48d6058e18d201aabe76c13fb2508f44c737f..634c5cc8a41594079e39b8745b8957d1aedbc045 100644 (file)
 #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
index d55349f47ec95d02a329d16598adc49b852cd229..1bdea878365810bc11f914b25ff34a76f01b47c5 100644 (file)
@@ -10,7 +10,7 @@
  * headers) streams are supported. Multiple compression algorithms (filters)
  * are supported. Currently LZMA2 is the primary filter.
  *
- * liblzma is part of XZ Utils <https://xz.tukaani.org/xz-utils/>. XZ Utils
+ * 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 and Jia Tan.
  *
index 6c34062997914df48e650b70d7e3da1635159c2e..79cca649f3877bd1d5f67f5d50e13bf0dc4bae96 100644 (file)
@@ -4,7 +4,7 @@
 .\" Authors: Lasse Collin
 .\"          Jia Tan
 .\"
-.TH XZ 1 "2024-02-25" "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
@@ -3176,8 +3176,8 @@ have the same number of bytes per pixel.
 .BR bzip2 (1),
 .BR 7z (1)
 .PP
-XZ Utils: <https://xz.tukaani.org/xz-utils/>
+XZ Utils: <https://tukaani.org/xz/>
 .br
-XZ Embedded: <https://xz.tukaani.org/xz-embedded/>
+XZ Embedded: <https://tukaani.org/xz/embedded.html>
 .br
 LZMA SDK: <https://7-zip.org/sdk.html>
index 0ae0fddda18206f0f54e929d2da79b866b0eb00d..5198efb4612e2b87a6be58623390538e7d52abce 100644 (file)
@@ -2,7 +2,7 @@
 .\"
 .\" Author: Lasse Collin
 .\"
-.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
@@ -141,4 +141,4 @@ decompressor, consider using XZ Embedded.
 .SH "SEE ALSO"
 .BR xz (1)
 .PP
-XZ Embedded: <https://xz.tukaani.org/xz-embedded/>
+XZ Embedded: <https://tukaani.org/xz/embedded.html>
index c7820f8c67d777c479c35b773fc19658b34cd8d4..5dc2ac72a0ada99a0d04c781c872d8efeee5dd8d 100644 (file)
@@ -8,7 +8,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
-    <https://xz.tukaani.org/xz-utils/>.
+    <https://tukaani.org/xz/>.
 
     The parts of the XZ Utils source code, that are relevant to this
     binary package, are under the BSD Zero Clause License (0BSD).