New commits:
commit 4685575402e2919e93faf95e97c773c9ec1f4b09
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
b/third_party/rust/bindgen/tests/headers/issue-2239-template-dependent-bit-width.hpp
-new file mode 100644
-index 000000000..4e6feb3f1
---- /dev/null
-+++
b/third_party/rust/bindgen/tests/headers/issue-2239-template-dependent-bit-width.hpp
-@@ -0,0 +1,10 @@
-+template <class a> class b {
-+ typedef a td;
-+ using ta = a;
-+ struct foo {
-+ a foo : sizeof(a);
-+ a : sizeof(a);
-+ td : sizeof(td);
-+ ta : sizeof(ta);
-+ };
-+};
diff --git
a/http/firefox/patches/0035-bmo-1805371-avoid-building-and-running-FaultyServer-tests-with-system-NSS.patch
b/http/firefox/patches/0035-bmo-1805371-avoid-building-and-running-FaultyServer-tests-with-system-NSS.patch
deleted file mode 100644
index 8d593cf..0000000
---
a/http/firefox/patches/0035-bmo-1805371-avoid-building-and-running-FaultyServer-tests-with-system-NSS.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/security/moz.build b/security/moz.build
---- a/security/moz.build
-+++ b/security/moz.build
-@@ -58,14 +58,16 @@
- "ssl3",
- ]
- gyp_vars["nspr_libs"] = "nspr"
- else:
- gyp_vars["nspr_libs"] = "nspr"
-- if not CONFIG["ENABLE_TESTS"]:
-- # If we're not building tests, then we don't need a static copy
-- # of NSS. Build mozpkix only.
-- gyp_vars["mozpkix_only"] = 1
-+ # Bug 1805371: We need a static copy of NSS for the tlsserver test
-+ # binaries even when building with system NSS. But there's no good
-+ # way to build NSS that does not pollute dist/bin with shared
-+ # object files. For now, we have to build mozpkix only and disable
-+ # the affected tests.
-+ gyp_vars["mozpkix_only"] = 1
-
- # This disables building some NSS tools.
- gyp_vars["mozilla_client"] = 1
-
- # This builds NSS tools in COMM applications that Firefox doesn't build.
-
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4685575402e2919e93faf95e97c773c9ec1f4b09),
Pavel Vinogradov, 01/17/2023