Bill Gianopoulos 5 months ago
parent
commit
442846cffe
1 changed files with 6 additions and 3 deletions
  1. 6 3
      comm-central/patches/9999999-suite-bustage.patch

+ 6 - 3
comm-central/patches/9999999-suite-bustage.patch

@@ -1,22 +1,25 @@
 # HG changeset patch
 # User Bill Gianopoulos <wgianopoulos@gmail.com>
-# Date 1708522134 0
+# Date 1716024044 0
 Bug 9999999 - remove bad dependency on mail/extensions/openpgp in mailnewsr/base.
 
 diff --git a/mail/extensions/openpgp/moz.build b/mail/extensions/openpgp/moz.build
 --- a/mail/extensions/openpgp/moz.build
 +++ b/mail/extensions/openpgp/moz.build
-@@ -1,17 +1,12 @@
+@@ -1,20 +1,14 @@
  # This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  
+ with Files("**"):
+     BUG_COMPONENT = ("MailNews Core", "Security: OpenPGP")
+ 
 -XPIDL_SOURCES += [
 -    "nsIMsgOpenPGPSink.idl",
 -]
 -
 -XPIDL_MODULE = "msgbase"
- 
+-
  JAR_MANIFESTS += ["jar.mn"]
  
  EXTRA_JS_MODULES += ["PgpMimeHandler.sys.mjs"]