]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Update maintainer and author info.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 8 Apr 2024 15:27:39 +0000 (18:27 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 21 May 2024 21:34:26 +0000 (00:34 +0300)
The other maintainer suddenly disappeared.

(cherry picked from commit 77a294d98a9d2d48f7e4ac273711518bf689f5c4)
(cherry picked from commit 37c46f7b67feddc164f227273770121412038ee2)

AUTHORS
README
THANKS
src/liblzma/api/lzma.h

diff --git a/AUTHORS b/AUTHORS
index c6fbacfbcc95010bcb565d1041f4f31cf4eec7a4..bb4f193800c67187457646d930faf673c4df3d8c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,8 +2,8 @@
 Authors of XZ Utils
 ===================
 
-    XZ Utils is developed and maintained by Lasse Collin
-    <lasse.collin@tukaani.org> and Jia Tan <jiat0218@gmail.com>.
+    XZ Utils is developed and maintained by
+    Lasse Collin <lasse.collin@tukaani.org>.
 
     Major parts of liblzma are based on code written by Igor Pavlov,
     specifically the LZMA SDK <https://7-zip.org/sdk.html>. Without
@@ -21,6 +21,11 @@ Authors of XZ Utils
       - Jonathan Nieder
       - Joachim Henke
 
+    Special author: Jia Tan was a co-maintainer in 2022-2024. He and
+    the team behind him inserted a backdoor (CVE-2024-3094) into
+    XZ Utils 5.6.0 and 5.6.1 releases. He suddenly disappeared when
+    this was discovered.
+
     The GNU Autotools-based build system contains files from many authors,
     which I'm not trying to list here.
 
diff --git a/README b/README
index c097288b825bcf6b957cc3152dd580869914f3a8..d95d9842e15a9bd1e1e20e912b5464aa0c2cb316 100644 (file)
--- a/README
+++ b/README
@@ -225,11 +225,7 @@ XZ Utils
 6. Contact information
 ----------------------
 
-    If you have questions, bug reports, patches etc. related to XZ Utils,
-    the project maintainers Lasse Collin and Jia Tan can be reached via
-    <xz@tukaani.org>.
-
-    You might find Lasse also from #tukaani on Libera Chat (IRC).
-    The nick is Larhzu. The channel tends to be pretty quiet,
-    so just ask your question and someone might wake up.
+    Email: Lasse Collin <lasse.collin@tukaani.org>
+    IRC: Larhzu on #tukaani on Libera Chat
+    GitHub: https://github.com/tukaani-project/xz
 
diff --git a/THANKS b/THANKS
index 564d957bf73cca1a914dfde44770995c348b9733..522f054a1af3d4dad57dc0fe1c291eefafd63ed4 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -140,7 +140,6 @@ has been important. :-) In alphabetical order:
   - Martin Storsjö
   - Jonathan Stott
   - Dan Stromberg
-  - Jia Tan
   - Vincent Torri
   - Paul Townsend
   - Mohammed Adnène Trojette
index 4bcc51700af3cfbe0a8f50f4e1d0cc2243df00d6..3a858ef87a0a7e90d03668602cbd83d7d1fee756 100644 (file)
@@ -7,9 +7,9 @@
  * 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 <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.
+ * 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
  * <https://7-zip.org/sdk.html>.