]> 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, 9 Apr 2024 15:22:27 +0000 (18:22 +0300)
The other maintainer suddenly disappeared.

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

diff --git a/AUTHORS b/AUTHORS
index 5012d0e01e838f0e2f6ef1e9103a8d63288fc896..5eff238ae4132eee0b6fdacf52318afca9756515 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
@@ -30,6 +30,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.
+
     Many people have contributed improvements or reported bugs.
     Most of these people are mentioned in the file THANKS.
 
diff --git a/README b/README
index def70d084a3ee75ad2721b1b6eda4f5d8e90e8d9..0f848e5513c4e40b9902db5c856b2cb295dccd36 100644 (file)
--- a/README
+++ b/README
@@ -300,11 +300,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 f1a2f26468ffcc0aae1429939f2e70dcf8440f9d..7d2d4fe82ad8ab14161d1bacd8ef3437fe51634d 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -152,7 +152,6 @@ has been important. :-) In alphabetical order:
   - Martin Storsjö
   - Jonathan Stott
   - Dan Stromberg
-  - Jia Tan
   - Vincent Torri
   - Alexey Tourbin
   - Paul Townsend
index 1bdea878365810bc11f914b25ff34a76f01b47c5..6ca6e503d8a6eb0b49ff4ba66ca89b0fd014347b 100644 (file)
@@ -12,7 +12,7 @@
  *
  * 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.
+ * XZ Utils is developed and maintained by Lasse Collin.
  *
  * Major parts of liblzma are based on code written by Igor Pavlov,
  * specifically the LZMA SDK <https://7-zip.org/sdk.html>.