XZ updates (#9960)

Let me know if you would rather have the commits squashed into one, or
separated into multiple PRs. This should address:

- Changing the primary contact email address. This will give the XZ
Utils maintainers access to the filed bugs in the issue tracker since
the previous primary contact email address was not associated with a
Google account.
- Updated the main repository URL. The project recently moved to GitHub
as the main repository. The old repository will still be a mirror, but
it will be updated with a slight delay.
- Fixed [build
issue](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57241) by
adding an extra argument to the autogen.sh script.
This commit is contained in:
Jia Tan 2023-03-20 23:21:06 +08:00 committed by GitHub
parent ab523fb942
commit 6403e93344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@
#
################################################################################
./autogen.sh --no-po4a
./autogen.sh --no-po4a --no-doxygen
./configure \
--enable-static \
--disable-debug \

View File

@ -1,7 +1,8 @@
homepage: "https://tukaani.org/xz/"
language: c++
primary_contact: "lasse.collin@tukaani.org"
primary_contact: "jiat0218@gmail.com"
auto_ccs:
- "lasse.collin@tukaani.org"
- "bshas3@gmail.com"
fuzzing_engines:
- libfuzzer
@ -11,4 +12,4 @@ sanitizers:
- address
- memory
- undefined
main_repo: 'https://git.tukaani.org/xz.git'
main_repo: 'https://github.com/tukaani-project/xz.git'