docs: fix broken links to the fedora chromium spec

This commit is contained in:
qoijjj
2024-03-28 17:43:15 +00:00
committed by GitHub
parent 8712beeb44
commit d3f2ba5d2e

View File

@@ -5,9 +5,9 @@ A list of [Vanadium patches](https://github.com/GrapheneOS/Vanadium/blob/main/pa
| [0001-Vanadium-string-rebranding](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0001-Vanadium-string-rebranding.patch) | Adjust strings to reflect Vanadium branding | No, branding related | N/A |
| [0002-Vanadium-branding](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0002-Vanadium-branding.patch) | Apply branding changes specific to Vanadium | No, branding related | N/A |
| [0003-Vanadium-branding-for-WebView](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0003-Vanadium-branding-for-WebView.patch) | Apply branding changes specific to Vanadium for the WebView | No, branding related | N/A |
| [0004-disable-checkout_nacl](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0004-disable-checkout_nacl.patch) | Disables checking out nacl | Yes | [nacl is completely disabled in upstream Fedora](https://src.fedoraproject.org/rpms/chromium/blob/f39/f/chromium.spec#_1291) |
| [0004-disable-checkout_nacl](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0004-disable-checkout_nacl.patch) | Disables checking out nacl | Yes | [nacl is disabled in upstream Fedora](https://src.fedoraproject.org/rpms/chromium/blob/f39/f/chromium.spec#_1478) |
| [0005-use-64-bit-WebView-processes](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0005-use-64-bit-WebView-processes.patch) | Forbid use of 32-bit ABI in WebView | No, Android only | N/A |
| [0006-switch-to-fstack-protector-strong](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0006-switch-to-fstack-protector-strong.patch) | Use -fstack-protector-strong cflag | Yes | [Set in upstream Fedora](https://src.fedoraproject.org/rpms/chromium/blob/f39/f/chromium-119-fstack-protector-strong.patch) |
| [0006-switch-to-fstack-protector-strong](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0006-switch-to-fstack-protector-strong.patch) | Use -fstack-protector-strong cflag | Yes | [Set in upstream Fedora](https://src.fedoraproject.org/rpms/chromium/blob/f39/f/chromium-123-fstack-protector-strong.patch) |
| [0007-enable-fwrapv-in-Clang-for-non-UBSan-builds](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0007-enable-fwrapv-in-Clang-for-non-UBSan-builds.patch) | Set -fwrapv to make signed integer overflow defined behavior to improve memory safety | Yes | [Set in upstream Fedora](https://src.fedoraproject.org/rpms/chromium/c/55c38ba66d02c7b2746e0f70d38f15ff81ef74f4?branch=f39) |
| [0008-enable-ftrivial-auto-var-init-zero](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0008-enable-ftrivial-auto-var-init-zero.patch) | Set -ftrivial-auto-var-init=zero to force clang to initialize automatic variables with zeroes | Yes | [Set in upstream Fedora](https://src.fedoraproject.org/rpms/chromium/c/55c38ba66d02c7b2746e0f70d38f15ff81ef74f4?branch=f39) |
| [0009-disable-broken-warning-for-auto-var-init](https://github.com/GrapheneOS/Vanadium/blob/main/patches/0009-disable-broken-warning-for-auto-var-init.patch) | Minor fix related to the prior patch | No, not desired | N/A |