diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-08-01 04:54:33 +0000 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-08-01 04:55:11 +0000 |
commit | e4553d6bcf0c1a733bb4d6afeaf844dcff716982 (patch) | |
tree | 13c8290f656f524078f07d52e5747e88d5af8ab4 /www/ungoogled-chromium/files/patch-third__party_zlib_BUILD.gn | |
parent | 2f78bacf84f8d2963e14a5fd71e1b57e35116398 (diff) |
www/ungoogled-chromium: update to 127.0.6533.88
This update also removes the --audio-backend command line switch
in favor of an actual setting in the browser that can be changed
at chrome://flags/#audio-backend
Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-third__party_zlib_BUILD.gn')
-rw-r--r-- | www/ungoogled-chromium/files/patch-third__party_zlib_BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ungoogled-chromium/files/patch-third__party_zlib_BUILD.gn b/www/ungoogled-chromium/files/patch-third__party_zlib_BUILD.gn index eb677e473e5e..5b89b280453e 100644 --- a/www/ungoogled-chromium/files/patch-third__party_zlib_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-third__party_zlib_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/zlib/BUILD.gn.orig 2024-02-25 20:22:18 UTC +--- third_party/zlib/BUILD.gn.orig 2024-07-31 14:19:23 UTC +++ third_party/zlib/BUILD.gn @@ -128,7 +128,7 @@ if (use_arm_neon_optimizations) { defines = [ "CRC32_ARMV8_CRC32" ] @@ -20,7 +20,7 @@ } else { assert(false, "Unsupported ARM OS") } -@@ -407,7 +411,7 @@ static_library("minizip") { +@@ -413,7 +417,7 @@ static_library("minizip") { ] } |