b7b41198f5
Release notes: https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.35---june-9--2026 - gen-config.sh is move to scripts/gen-config.sh - Patch added to circumvent these errors: src/mongo/util/net/openssl_init.cpp:247:51: error: no member named 'opensslPrimaryDRBGReseedMaxRequests' in namespace 'mongo::crypto' src/mongo/util/net/openssl_init.cpp:249:45: error: no member named 'opensslPrimaryDRBGReseedMaxTime' in namespace 'mongo::crypto' - disabled PATCH_FILE for python3.12, didn't apply - other patches just got a refresh Security: CVE-2026-9740 Security: CVE-2026-9741 Security: CVE-2026-9746 Security: CVE-2026-9747 Security: CVE-2026-9748 Security: CVE-2026-9749 Security: CVE-2026-9750 Security: CVE-2026-9751 Security: CVE-2026-9752 Security: CVE-2026-9753
12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
--- src/third_party/mozjs/SConscript.orig 2026-06-16 06:40:34 UTC
|
|
+++ src/third_party/mozjs/SConscript
|
|
@@ -157,7 +157,7 @@ if get_option('spider-monkey-dbg') == "on":
|
|
if get_option('spider-monkey-dbg') == "on":
|
|
sources.append("extract/js/src/util/Utility.cpp")
|
|
|
|
-if env['TARGET_ARCH'] == 'x86_64' and not env.TargetOSIs('windows'):
|
|
+if False and env['TARGET_ARCH'] == 'x86_64' and not env.TargetOSIs('windows'):
|
|
env.Append(CCFLAGS=['-mavx2'])
|
|
sources.extend(["extract/mozglue/misc/SIMD_avx2.cpp", "extract/mozglue/misc/SSE.cpp"])
|
|
|