summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-12-13 16:43:35 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-12-13 16:45:05 +0100
commit459fdfc1e21663e1290a85dd90cefebb53cb88a7 (patch)
treedf533a5fd609c5234de666048f90004406e53581 /www-client/firefox/files
parentdev-tcltk/tcllib: amd64 stable wrt bug #672714 (diff)
downloadgentoo-459fdfc1e21663e1290a85dd90cefebb53cb88a7.tar.gz
gentoo-459fdfc1e21663e1290a85dd90cefebb53cb88a7.tar.bz2
gentoo-459fdfc1e21663e1290a85dd90cefebb53cb88a7.zip
www-client/firefox: security cleanup
Bug: https://bugs.gentoo.org/672956 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox/files')
-rw-r--r--www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch b/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch
deleted file mode 100644
index 7b75e21cd5ee..000000000000
--- a/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://bugzilla.mozilla.org/show_bug.cgi?id=1503401
-
-commit b85791110fe6
-Author: Emilio Cobos Álvarez <emilio@crisal.io>
-Date: Tue Oct 30 22:21:52 2018 +0100
-
- Keep mozilla-release building with newer cbindgen versions.
----
- servo/components/style/cbindgen.toml | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.toml
-index 46162e43db5e..49872e88b7d9 100644
---- a/servo/components/style/cbindgen.toml
-+++ b/servo/components/style/cbindgen.toml
-@@ -28,6 +28,12 @@ include = [
- "StyleDisplay",
- "StyleDisplayMode",
- "StyleFillRule",
-- "StylePathCommand"
-+ "StylePathCommand",
-+
-+ "Appearance",
-+ "Display",
-+ "DisplayMode",
-+ "FillRule",
-+ "PathCommand"
- ]
- item_types = ["enums", "structs", "typedefs"]