mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
e20d844068
patches/packages/libxml2-2.12.2-x86_64-1_slack15.0.txz: Upgraded. Add --sysconfdir=/etc option so that this can find the xml catalog. Thanks to SpiderTux. Fix the following security issues: Fix integer overflows with XML_PARSE_HUGE. Fix dict corruption caused by entity reference cycles. Hashing of empty dict strings isn't deterministic. Fix null deref in xmlSchemaFixupComplexType. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-40303 https://www.cve.org/CVERecord?id=CVE-2022-40304 https://www.cve.org/CVERecord?id=CVE-2023-29469 https://www.cve.org/CVERecord?id=CVE-2023-28484 (* Security fix *)
11 lines
494 B
Diff
11 lines
494 B
Diff
--- ./python/mozbuild/mozbuild/action/check_binary.py.orig 2023-06-10 05:41:20.000000000 -0500
|
|
+++ ./python/mozbuild/mozbuild/action/check_binary.py 2023-09-21 13:05:35.011027671 -0500
|
|
@@ -326,7 +326,7 @@
|
|
checks = []
|
|
checks.append(check_stdcxx)
|
|
checks.append(check_libgcc)
|
|
- checks.append(check_glibc)
|
|
+ # checks.append(check_glibc)
|
|
|
|
# Disabled for local builds because of readelf performance: See bug 1472496
|
|
if not buildconfig.substs.get('DEVELOPER_OPTIONS'):
|