mirror of https://github.com/google/oss-fuzz.git
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:
parent
ab523fb942
commit
6403e93344
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
./autogen.sh --no-po4a
|
||||
./autogen.sh --no-po4a --no-doxygen
|
||||
./configure \
|
||||
--enable-static \
|
||||
--disable-debug \
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue