summaryrefslogtreecommitdiffstats
path: root/testing/source/mozilla-thunderbird/unbreakdocs.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-09-24 19:39:47 +0000
committer Eric Hameleers <alien@slackware.com>2020-09-25 08:59:54 +0200
commit4852620550026a476677e0c7aac2c1af2dca6be5 (patch)
treebc8dfd747c71962cc05fff5b71b5496bcbae974d /testing/source/mozilla-thunderbird/unbreakdocs.diff
parenta5a980c2ed34202f925bb69e208a3f199be64124 (diff)
downloadcurrent-4852620550026a476677e0c7aac2c1af2dca6be5.tar.gz
current-4852620550026a476677e0c7aac2c1af2dca6be5.tar.xz
Thu Sep 24 19:39:47 UTC 202020200924193947
a/mcelog-173-x86_64-1.txz: Upgraded. ap/cups-filters-1.28.3-x86_64-1.txz: Upgraded. ap/sudo-1.9.3p1-x86_64-1.txz: Upgraded. d/python3-3.8.6-x86_64-1.txz: Upgraded. l/mozjs78-78.3.0esr-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-78.3.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.3.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2020-44/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15677 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15676 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15678 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15673 (* Security fix *)
Diffstat (limited to '')
-rw-r--r--testing/source/mozilla-thunderbird/unbreakdocs.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/source/mozilla-thunderbird/unbreakdocs.diff b/testing/source/mozilla-thunderbird/unbreakdocs.diff
deleted file mode 100644
index 03d8e6b42..000000000
--- a/testing/source/mozilla-thunderbird/unbreakdocs.diff
+++ /dev/null
@@ -1,31 +0,0 @@
---- ./servo/components/style/lib.rs.orig 2019-07-05 20:44:35.000000000 -0500
-+++ ./servo/components/style/lib.rs 2019-07-08 13:51:55.460242952 -0500
-@@ -23,7 +23,7 @@
- //! [cssparser]: ../cssparser/index.html
- //! [selectors]: ../selectors/index.html
-
--#![deny(missing_docs)]
-+// #![deny(missing_docs)]
-
- extern crate app_units;
- extern crate arrayvec;
-@@ -196,7 +196,7 @@
- /// Generated from the properties.mako.rs template by build.rs
- #[macro_use]
- #[allow(unsafe_code)]
--#[deny(missing_docs)]
-+// #[deny(missing_docs)]
- pub mod properties {
- include!(concat!(env!("OUT_DIR"), "/properties.rs"));
- }
---- ./servo/components/style_traits/lib.rs.orig 2019-07-08 13:51:55.462242953 -0500
-+++ ./servo/components/style_traits/lib.rs 2019-07-08 13:53:44.853249956 -0500
-@@ -8,7 +8,7 @@
-
- #![crate_name = "style_traits"]
- #![crate_type = "rlib"]
--#![deny(unsafe_code, missing_docs)]
-+#![deny(unsafe_code)]
-
- extern crate app_units;
- #[macro_use]