From c974077c28bae1eaf7e448acaf94ed1b8d6553f7 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 21 Sep 2015 19:19:29 +0200 Subject: [PATCH 1/7] [notify] flash-player-plugin: updated to 11.2.202.521 Security update: https://helpx.adobe.com/security/products/flash-player/apsb15-23.html --- flash-player-plugin/.md5sum | 2 +- flash-player-plugin/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum index 6cc65541e..31222abac 100644 --- a/flash-player-plugin/.md5sum +++ b/flash-player-plugin/.md5sum @@ -1 +1 @@ -eebb87b6c2e007266c203236a7607f24 flash-plugin-11.2.202.508-release.x86_64.rpm +6e49608dbfb378f40258708883016ec8 flash-plugin-11.2.202.521-release.x86_64.rpm diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile index 448d5b27c..083b56083 100644 --- a/flash-player-plugin/Pkgfile +++ b/flash-player-plugin/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=flash-player-plugin -version=11.2.202.508 +version=11.2.202.521 release=1 source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$version/flash-plugin-$version-release.x86_64.rpm) From 01c974af1497217f79ebaed4388ee4fb48fed646 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 21 Sep 2015 19:41:52 +0200 Subject: [PATCH 2/7] gdb: include new python files in .footprint --- gdb/.footprint | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gdb/.footprint b/gdb/.footprint index 130cecc16..34c9066e8 100644 --- a/gdb/.footprint +++ b/gdb/.footprint @@ -10,3 +10,47 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/gdbserver.1.gz drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/gdbinit.5.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gdb/ +drwxr-xr-x root/root usr/share/gdb/python/ +drwxr-xr-x root/root usr/share/gdb/python/gdb/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/FrameDecorator.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/FrameIterator.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/__init__.py +drwxr-xr-x root/root usr/share/gdb/python/gdb/command/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/__init__.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/explore.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/frame_filters.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/pretty_printers.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/prompt.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/type_printers.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/command/xmethods.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/frames.py +drwxr-xr-x root/root usr/share/gdb/python/gdb/function/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/function/__init__.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/function/caller_is.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/function/strfns.py +drwxr-xr-x root/root usr/share/gdb/python/gdb/printer/ +-rw-r--r-- root/root usr/share/gdb/python/gdb/printer/__init__.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/printer/bound_registers.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/printing.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/prompt.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/types.py +-rw-r--r-- root/root usr/share/gdb/python/gdb/xmethod.py +drwxr-xr-x root/root usr/share/gdb/syscalls/ +-rw-r--r-- root/root usr/share/gdb/syscalls/amd64-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/arm-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/gdb-syscalls.dtd +-rw-r--r-- root/root usr/share/gdb/syscalls/i386-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/mips-n32-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/mips-n64-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/mips-o32-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/ppc-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/ppc64-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/s390-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/s390x-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/sparc-linux.xml +-rw-r--r-- root/root usr/share/gdb/syscalls/sparc64-linux.xml +drwxr-xr-x root/root usr/share/gdb/system-gdbinit/ +-rw-r--r-- root/root usr/share/gdb/system-gdbinit/elinos.py +-rw-r--r-- root/root usr/share/gdb/system-gdbinit/wrs-linux.py From 4a91d36ca2bf1b94f02daa311b0c7a6f29a84578 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 21 Sep 2015 19:43:20 +0200 Subject: [PATCH 3/7] lftp: 4.6.3a -> 4.6.4 --- lftp/.md5sum | 2 +- lftp/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lftp/.md5sum b/lftp/.md5sum index 94d74fa18..ed7198227 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -b469ccc40d624aa4fdc66c1674b916d0 lftp-4.6.3a.tar.xz +84987c1095df84bfb5ac9c95c6aba6be lftp-4.6.4.tar.xz diff --git a/lftp/Pkgfile b/lftp/Pkgfile index f9060e867..a024d854d 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=lftp -version=4.6.3a +version=4.6.4 release=1 source=(http://lftp.yar.ru/ftp/lftp-$version.tar.xz) From c268a4c1786b0307ad82a72f4d2207af9de3aff2 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Mon, 21 Sep 2015 19:10:53 +0200 Subject: [PATCH 4/7] pango: updated to 1.38.0 --- pango/.footprint | 39 ++++++++++++++------------------------- pango/.md5sum | 2 +- pango/Pkgfile | 4 ++-- 3 files changed, 17 insertions(+), 28 deletions(-) diff --git a/pango/.footprint b/pango/.footprint index ea9232737..28afce15b 100644 --- a/pango/.footprint +++ b/pango/.footprint @@ -1,6 +1,5 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pango-querymodules -rwxr-xr-x root/root usr/bin/pango-view drwxr-xr-x root/root usr/etc/ drwxr-xr-x root/root usr/etc/pango/ @@ -48,30 +47,21 @@ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/PangoFT2-1.0.typelib -rw-r--r-- root/root usr/lib/girepository-1.0/PangoXft-1.0.typelib -rwxr-xr-x root/root usr/lib/libpango-1.0.la -lrwxrwxrwx root/root usr/lib/libpango-1.0.so -> libpango-1.0.so.0.3600.7 -lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.3600.7 --rwxr-xr-x root/root usr/lib/libpango-1.0.so.0.3600.7 +lrwxrwxrwx root/root usr/lib/libpango-1.0.so -> libpango-1.0.so.0.3800.0 +lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.3800.0 +-rwxr-xr-x root/root usr/lib/libpango-1.0.so.0.3800.0 -rwxr-xr-x root/root usr/lib/libpangocairo-1.0.la -lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so -> libpangocairo-1.0.so.0.3600.7 -lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.3600.7 --rwxr-xr-x root/root usr/lib/libpangocairo-1.0.so.0.3600.7 --rw-r--r-- root/root usr/lib/libpangoft2-1.0.la -lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so -> libpangoft2-1.0.so.0.3600.7 -lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.3600.7 --rwxr-xr-x root/root usr/lib/libpangoft2-1.0.so.0.3600.7 --rw-r--r-- root/root usr/lib/libpangoxft-1.0.la -lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so -> libpangoxft-1.0.so.0.3600.7 -lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.3600.7 --rwxr-xr-x root/root usr/lib/libpangoxft-1.0.so.0.3600.7 -drwxr-xr-x root/root usr/lib/pango/ -drwxr-xr-x root/root usr/lib/pango/1.8.0/ -drwxr-xr-x root/root usr/lib/pango/1.8.0/modules/ --rwxr-xr-x root/root usr/lib/pango/1.8.0/modules/pango-arabic-lang.la --rwxr-xr-x root/root usr/lib/pango/1.8.0/modules/pango-arabic-lang.so --rwxr-xr-x root/root usr/lib/pango/1.8.0/modules/pango-basic-fc.la --rwxr-xr-x root/root usr/lib/pango/1.8.0/modules/pango-basic-fc.so --rwxr-xr-x root/root usr/lib/pango/1.8.0/modules/pango-indic-lang.la --rwxr-xr-x root/root usr/lib/pango/1.8.0/modules/pango-indic-lang.so +lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so -> libpangocairo-1.0.so.0.3800.0 +lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.3800.0 +-rwxr-xr-x root/root usr/lib/libpangocairo-1.0.so.0.3800.0 +-rwxr-xr-x root/root usr/lib/libpangoft2-1.0.la +lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so -> libpangoft2-1.0.so.0.3800.0 +lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.3800.0 +-rwxr-xr-x root/root usr/lib/libpangoft2-1.0.so.0.3800.0 +-rwxr-xr-x root/root usr/lib/libpangoxft-1.0.la +lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so -> libpangoxft-1.0.so.0.3800.0 +lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.3800.0 +-rwxr-xr-x root/root usr/lib/libpangoxft-1.0.so.0.3800.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/pango.pc -rw-r--r-- root/root usr/lib/pkgconfig/pangocairo.pc @@ -79,7 +69,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/pangoxft.pc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pango-querymodules.1.gz -rw-r--r-- root/root usr/man/man1/pango-view.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gir-1.0/ diff --git a/pango/.md5sum b/pango/.md5sum index e5964f50a..d7c08e4e9 100644 --- a/pango/.md5sum +++ b/pango/.md5sum @@ -1,2 +1,2 @@ -5e8057da0e9e1ed0484f50887ac0ae0f pango-1.36.7.tar.xz +5a358e5afbb6b2e82cf2cb02ca9cce86 pango-1.38.0.tar.xz f01f90e6b2e1155fef038d492c6c412a pango.modules diff --git a/pango/Pkgfile b/pango/Pkgfile index 89b43fed0..8ebec10b7 100644 --- a/pango/Pkgfile +++ b/pango/Pkgfile @@ -4,9 +4,9 @@ # Depends on: harfbuzz, glib, xorg-libsm, xorg-libxext, xorg-libxft, gobject-introspection name=pango -version=1.36.7 +version=1.38.0 release=1 -source=(http://download.gnome.org/sources/$name/1.36/$name-$version.tar.xz \ +source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \ pango.modules) build () { From 04e9532e42bf2ee513d163cc2b74419b0224d477 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Mon, 21 Sep 2015 19:11:03 +0200 Subject: [PATCH 5/7] atk: updated to 2.18.0 --- atk/.footprint | 6 +++--- atk/.md5sum | 2 +- atk/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/atk/.footprint b/atk/.footprint index 8fc3c2a4d..90751c876 100644 --- a/atk/.footprint +++ b/atk/.footprint @@ -40,9 +40,9 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/Atk-1.0.typelib -rwxr-xr-x root/root usr/lib/libatk-1.0.la -lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.21609.1 -lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.21609.1 --rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.21609.1 +lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.21809.1 +lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.21809.1 +-rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.21809.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/atk.pc drwxr-xr-x root/root usr/share/ diff --git a/atk/.md5sum b/atk/.md5sum index 7e8e22725..bf8d757a2 100644 --- a/atk/.md5sum +++ b/atk/.md5sum @@ -1 +1 @@ -c7c5002bd6e58b4723a165f1bf312116 atk-2.16.0.tar.xz +fd3678f35004b4c92e3da39356996054 atk-2.18.0.tar.xz diff --git a/atk/Pkgfile b/atk/Pkgfile index ca52074f8..429dc2b8f 100644 --- a/atk/Pkgfile +++ b/atk/Pkgfile @@ -4,7 +4,7 @@ # Depends on: glib, gobject-introspection name=atk -version=2.16.0 +version=2.18.0 release=1 source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) From e30f043eaad18b3f268e92dc32aa57ff89264fb7 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Mon, 21 Sep 2015 19:13:33 +0200 Subject: [PATCH 6/7] glib: updated to 2.46.0 --- glib/.footprint | 34 +++++++++++++++++----------------- glib/.md5sum | 2 +- glib/Pkgfile | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/glib/.footprint b/glib/.footprint index b21eb8642..17b90b0ec 100644 --- a/glib/.footprint +++ b/glib/.footprint @@ -286,25 +286,25 @@ drwxr-xr-x root/root usr/lib/glib-2.0/ drwxr-xr-x root/root usr/lib/glib-2.0/include/ -rw-r--r-- root/root usr/lib/glib-2.0/include/glibconfig.h -rwxr-xr-x root/root usr/lib/libgio-2.0.la -lrwxrwxrwx root/root usr/lib/libgio-2.0.so -> libgio-2.0.so.0.4400.0 -lrwxrwxrwx root/root usr/lib/libgio-2.0.so.0 -> libgio-2.0.so.0.4400.0 --rwxr-xr-x root/root usr/lib/libgio-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgio-2.0.so -> libgio-2.0.so.0.4600.0 +lrwxrwxrwx root/root usr/lib/libgio-2.0.so.0 -> libgio-2.0.so.0.4600.0 +-rwxr-xr-x root/root usr/lib/libgio-2.0.so.0.4600.0 -rwxr-xr-x root/root usr/lib/libglib-2.0.la -lrwxrwxrwx root/root usr/lib/libglib-2.0.so -> libglib-2.0.so.0.4400.0 -lrwxrwxrwx root/root usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.4400.0 --rwxr-xr-x root/root usr/lib/libglib-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libglib-2.0.so -> libglib-2.0.so.0.4600.0 +lrwxrwxrwx root/root usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.4600.0 +-rwxr-xr-x root/root usr/lib/libglib-2.0.so.0.4600.0 -rwxr-xr-x root/root usr/lib/libgmodule-2.0.la -lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so -> libgmodule-2.0.so.0.4400.0 -lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4400.0 --rwxr-xr-x root/root usr/lib/libgmodule-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so -> libgmodule-2.0.so.0.4600.0 +lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4600.0 +-rwxr-xr-x root/root usr/lib/libgmodule-2.0.so.0.4600.0 -rwxr-xr-x root/root usr/lib/libgobject-2.0.la -lrwxrwxrwx root/root usr/lib/libgobject-2.0.so -> libgobject-2.0.so.0.4400.0 -lrwxrwxrwx root/root usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.4400.0 --rwxr-xr-x root/root usr/lib/libgobject-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgobject-2.0.so -> libgobject-2.0.so.0.4600.0 +lrwxrwxrwx root/root usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.4600.0 +-rwxr-xr-x root/root usr/lib/libgobject-2.0.so.0.4600.0 -rwxr-xr-x root/root usr/lib/libgthread-2.0.la -lrwxrwxrwx root/root usr/lib/libgthread-2.0.so -> libgthread-2.0.so.0.4400.0 -lrwxrwxrwx root/root usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.4400.0 --rwxr-xr-x root/root usr/lib/libgthread-2.0.so.0.4400.0 +lrwxrwxrwx root/root usr/lib/libgthread-2.0.so -> libgthread-2.0.so.0.4600.0 +lrwxrwxrwx root/root usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.4600.0 +-rwxr-xr-x root/root usr/lib/libgthread-2.0.so.0.4600.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gio-2.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gio-unix-2.0.pc @@ -337,8 +337,8 @@ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/gsettings.m4 drwxr-xr-x root/root usr/share/gdb/ drwxr-xr-x root/root usr/share/gdb/auto-load/ --rwxr-xr-x root/root usr/share/gdb/auto-load/libglib-2.0.so.0.4400.0-gdb.py --rwxr-xr-x root/root usr/share/gdb/auto-load/libgobject-2.0.so.0.4400.0-gdb.py +-rwxr-xr-x root/root usr/share/gdb/auto-load/libglib-2.0.so.0.4600.0-gdb.py +-rwxr-xr-x root/root usr/share/gdb/auto-load/libgobject-2.0.so.0.4600.0-gdb.py drwxr-xr-x root/root usr/share/glib-2.0/ drwxr-xr-x root/root usr/share/glib-2.0/codegen/ -rw-r--r-- root/root usr/share/glib-2.0/codegen/__init__.py diff --git a/glib/.md5sum b/glib/.md5sum index ba5668e00..3effb7cb5 100644 --- a/glib/.md5sum +++ b/glib/.md5sum @@ -1 +1 @@ -74cf7b4ea200b76e42a4c22c8daf0f93 glib-2.44.0.tar.xz +6d58f9d70893a63e75c2b7df79375ee7 glib-2.46.0.tar.xz diff --git a/glib/Pkgfile b/glib/Pkgfile index 5205a88c5..ad11c401e 100644 --- a/glib/Pkgfile +++ b/glib/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre libffi python name=glib -version=2.44.0 +version=2.46.0 release=1 source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) From 80046226665a7e2fb9b2eb38b5bde2bd8776efaa Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Tue, 22 Sep 2015 22:26:41 +0200 Subject: [PATCH 7/7] [notify] firefox: updated to 41.0. Fixes various security issues: https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox/#firefox41 --- firefox/.footprint | 141 ++++++++++++++++++++++++++++++++++++++------- firefox/.md5sum | 2 +- firefox/Pkgfile | 6 +- 3 files changed, 126 insertions(+), 23 deletions(-) diff --git a/firefox/.footprint b/firefox/.footprint index f564d90c1..f37819282 100644 --- a/firefox/.footprint +++ b/firefox/.footprint @@ -65,6 +65,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/D3D9SurfaceImage.h -rw-r--r-- root/root usr/include/firefox/DOMCameraManager.h -rw-r--r-- root/root usr/include/firefox/DOMMediaStream.h +-rw-r--r-- root/root usr/include/firefox/DecodedStream.h -rw-r--r-- root/root usr/include/firefox/DecoderTraits.h -rw-r--r-- root/root usr/include/firefox/DecomposeIntoNoRepeatTriangles.h -rw-r--r-- root/root usr/include/firefox/DeviceStorage.h @@ -73,6 +74,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/DisplayItemClip.h -rw-r--r-- root/root usr/include/firefox/DisplayListClipState.h -rw-r--r-- root/root usr/include/firefox/DrawMode.h +-rw-r--r-- root/root usr/include/firefox/DriverInitCrashDetection.h -rw-r--r-- root/root usr/include/firefox/EGLUtils.h -rw-r--r-- root/root usr/include/firefox/EMEAudioDecoder.h -rw-r--r-- root/root usr/include/firefox/EMEDecoderModule.h @@ -173,6 +175,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/IMFYCbCrImage.h -rw-r--r-- root/root usr/include/firefox/IPeerConnection.h -rw-r--r-- root/root usr/include/firefox/IProgressObserver.h +-rw-r--r-- root/root usr/include/firefox/ImageCacheKey.h -rw-r--r-- root/root usr/include/firefox/ImageContainer.h -rw-r--r-- root/root usr/include/firefox/ImageHost.h -rw-r--r-- root/root usr/include/firefox/ImageLayers.h @@ -185,6 +188,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/InputPortListeners.h -rw-r--r-- root/root usr/include/firefox/InputPortServiceFactory.h -rw-r--r-- root/root usr/include/firefox/IntelWebMVideoDecoder.h +-rw-r--r-- root/root usr/include/firefox/InterceptedJARChannel.h -rw-r--r-- root/root usr/include/firefox/Intervals.h -rw-r--r-- root/root usr/include/firefox/IrishCasing.h -rw-r--r-- root/root usr/include/firefox/Latency.h @@ -196,12 +200,16 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/Layers.h -rw-r--r-- root/root usr/include/firefox/LayersLogging.h -rw-r--r-- root/root usr/include/firefox/LayersTypes.h +-rw-r--r-- root/root usr/include/firefox/LayoutLogging.h -rw-r--r-- root/root usr/include/firefox/LoadManager.h -rw-r--r-- root/root usr/include/firefox/LoadManagerFactory.h -rw-r--r-- root/root usr/include/firefox/LoadMonitor.h -rw-r--r-- root/root usr/include/firefox/LookupCache.h +-rw-r--r-- root/root usr/include/firefox/MP3Decoder.h +-rw-r--r-- root/root usr/include/firefox/MP3Demuxer.h -rw-r--r-- root/root usr/include/firefox/MP3FrameParser.h -rw-r--r-- root/root usr/include/firefox/MP4Decoder.h +-rw-r--r-- root/root usr/include/firefox/MP4Demuxer.h -rw-r--r-- root/root usr/include/firefox/MP4Reader.h -rw-r--r-- root/root usr/include/firefox/MP4Stream.h -rw-r--r-- root/root usr/include/firefox/MainThreadUtils.h @@ -209,6 +217,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/MediaCache.h -rw-r--r-- root/root usr/include/firefox/MediaData.h -rw-r--r-- root/root usr/include/firefox/MediaDataDecoderProxy.h +-rw-r--r-- root/root usr/include/firefox/MediaDataDemuxer.h -rw-r--r-- root/root usr/include/firefox/MediaDecoder.h -rw-r--r-- root/root usr/include/firefox/MediaDecoderOwner.h -rw-r--r-- root/root usr/include/firefox/MediaDecoderReader.h @@ -218,6 +227,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/MediaEngineCameraVideoSource.h -rw-r--r-- root/root usr/include/firefox/MediaEngineDefault.h -rw-r--r-- root/root usr/include/firefox/MediaEngineWebRTC.h +-rw-r--r-- root/root usr/include/firefox/MediaFormatReader.h -rw-r--r-- root/root usr/include/firefox/MediaInfo.h -rw-r--r-- root/root usr/include/firefox/MediaMetadataManager.h -rw-r--r-- root/root usr/include/firefox/MediaPromise.h @@ -226,6 +236,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rw-r--r-- root/root usr/include/firefox/MediaResource.h -rw-r--r-- root/root usr/include/firefox/MediaSegment.h -rw-r--r-- root/root usr/include/firefox/MediaSourceDecoder.h +-rw-r--r-- root/root usr/include/firefox/MediaSourceDemuxer.h -rw-r--r-- root/root usr/include/firefox/MediaSourceReader.h -rw-r--r-- root/root usr/include/firefox/MediaStreamGraph.h -rw-r--r-- root/root usr/include/firefox/MediaTaskQueue.h @@ -279,6 +290,7 @@ drwxr-xr-x root/root usr/include/firefox/ -rwxr-xr-x root/root usr/include/firefox/SkiaGLGlue.h -rw-r--r-- root/root usr/include/firefox/SoftwareVsyncSource.h -rw-r--r-- root/root usr/include/firefox/SoftwareWebMVideoDecoder.h +-rw-r--r-- root/root usr/include/firefox/SourceBufferContentManager.h -rw-r--r-- root/root usr/include/firefox/SpecialSystemDirectory.h -rw-r--r-- root/root usr/include/firefox/StackArena.h -rw-r--r-- root/root usr/include/firefox/StateMirroring.h @@ -376,6 +388,7 @@ drwxr-xr-x root/root usr/include/firefox/demuxer/ -rw-r--r-- root/root usr/include/firefox/gfxFontInfoLoader.h -rw-r--r-- root/root usr/include/firefox/gfxFontTest.h -rw-r--r-- root/root usr/include/firefox/gfxFontUtils.h +-rw-r--r-- root/root usr/include/firefox/gfxFontconfigFonts.h -rw-r--r-- root/root usr/include/firefox/gfxGdkNativeRenderer.h -rw-r--r-- root/root usr/include/firefox/gfxGradientCache.h -rw-r--r-- root/root usr/include/firefox/gfxImageSurface.h @@ -384,7 +397,6 @@ drwxr-xr-x root/root usr/include/firefox/demuxer/ -rw-r--r-- root/root usr/include/firefox/gfxMatrix.h -rw-r--r-- root/root usr/include/firefox/gfxPDFSurface.h -rw-r--r-- root/root usr/include/firefox/gfxPSSurface.h --rw-r--r-- root/root usr/include/firefox/gfxPangoFonts.h -rw-r--r-- root/root usr/include/firefox/gfxPattern.h -rw-r--r-- root/root usr/include/firefox/gfxPlatform.h -rw-r--r-- root/root usr/include/firefox/gfxPlatformGtk.h @@ -430,23 +442,60 @@ drwxr-xr-x root/root usr/include/firefox/gfxipc/ -rw-r--r-- root/root usr/include/firefox/gmp-video-plane.h drwxr-xr-x root/root usr/include/firefox/google/ drwxr-xr-x root/root usr/include/firefox/google/protobuf/ +-rw-r--r-- root/root usr/include/firefox/google/protobuf/descriptor.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/descriptor.pb.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/descriptor_database.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/dynamic_message.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/extension_set.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/generated_enum_reflection.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/generated_message_reflection.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/generated_message_util.h drwxr-xr-x root/root usr/include/firefox/google/protobuf/io/ -rw-r--r-- root/root usr/include/firefox/google/protobuf/io/coded_stream.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/io/coded_stream_inl.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/io/gzip_stream.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/io/package_info.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/io/printer.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/io/strtod.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/io/tokenizer.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/io/zero_copy_stream.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/io/zero_copy_stream_impl.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/io/zero_copy_stream_impl_lite.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/message.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/message_lite.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/package_info.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/reflection_ops.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/repeated_field.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/service.h drwxr-xr-x root/root usr/include/firefox/google/protobuf/stubs/ +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_arm64_gcc.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_arm_gcc.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_arm_qnx.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_atomicword_compat.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_generic_gcc.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_macosx.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_mips_gcc.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_pnacl.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_solaris.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_tsan.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_x86_gcc.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/atomicops_internals_x86_msvc.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/common.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/hash.h --rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/map-util.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/map_util.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/once.h --rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/stl_util-inl.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/platform_macros.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/shared_ptr.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/stl_util.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/stringprintf.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/strutil.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/substitute.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/template_util.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/stubs/type_traits.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/text_format.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/unknown_field_set.h +-rw-r--r-- root/root usr/include/firefox/google/protobuf/wire_format.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/wire_format_lite.h -rw-r--r-- root/root usr/include/firefox/google/protobuf/wire_format_lite_inl.h drwxr-xr-x root/root usr/include/firefox/graphite2/ @@ -524,6 +573,7 @@ drwxr-xr-x root/root usr/include/firefox/js/ -rw-r--r-- root/root usr/include/firefox/js/RootingAPI.h -rw-r--r-- root/root usr/include/firefox/js/SliceBudget.h -rw-r--r-- root/root usr/include/firefox/js/StructuredClone.h +-rw-r--r-- root/root usr/include/firefox/js/TraceKind.h -rw-r--r-- root/root usr/include/firefox/js/TracingAPI.h -rw-r--r-- root/root usr/include/firefox/js/TrackedOptimizationInfo.h -rw-r--r-- root/root usr/include/firefox/js/TypeDecls.h @@ -618,6 +668,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/AvailableMemoryTracker.h -rw-r--r-- root/root usr/include/firefox/mozilla/BackgroundHangMonitor.h -rw-r--r-- root/root usr/include/firefox/mozilla/Base64.h +-rw-r--r-- root/root usr/include/firefox/mozilla/BasePrincipal.h -rw-r--r-- root/root usr/include/firefox/mozilla/BasicEvents.h -rw-r--r-- root/root usr/include/firefox/mozilla/BinarySearch.h -rw-r--r-- root/root usr/include/firefox/mozilla/BlockingResourceBase.h @@ -641,6 +692,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/Compression.h -rw-r--r-- root/root usr/include/firefox/mozilla/CondVar.h -rw-r--r-- root/root usr/include/firefox/mozilla/Constants.h +-rw-r--r-- root/root usr/include/firefox/mozilla/ContentCache.h -rw-r--r-- root/root usr/include/firefox/mozilla/ContentEvents.h -rw-r--r-- root/root usr/include/firefox/mozilla/CountingAllocatorBase.h -rw-r--r-- root/root usr/include/firefox/mozilla/CycleCollectedJSRuntime.h @@ -694,6 +746,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/IHistory.h -rw-r--r-- root/root usr/include/firefox/mozilla/IMEStateManager.h -rw-r--r-- root/root usr/include/firefox/mozilla/IOInterposer.h +-rw-r--r-- root/root usr/include/firefox/mozilla/IncrementalClearCOMRuleArray.h +-rw-r--r-- root/root usr/include/firefox/mozilla/IndexSequence.h -rw-r--r-- root/root usr/include/firefox/mozilla/IntegerPrintfMacros.h -rw-r--r-- root/root usr/include/firefox/mozilla/IntegerRange.h -rw-r--r-- root/root usr/include/firefox/mozilla/IntegerTypeTraits.h @@ -711,6 +765,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/LinuxUtils.h -rw-r--r-- root/root usr/include/firefox/mozilla/LoadContext.h -rw-r--r-- root/root usr/include/firefox/mozilla/LoadInfo.h +-rw-r--r-- root/root usr/include/firefox/mozilla/Logging.h -rw-r--r-- root/root usr/include/firefox/mozilla/LookAndFeel.h -rw-r--r-- root/root usr/include/firefox/mozilla/MacroArgs.h -rw-r--r-- root/root usr/include/firefox/mozilla/MacroForEach.h @@ -751,8 +806,10 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/ProcessHangMonitorIPC.h -rw-r--r-- root/root usr/include/firefox/mozilla/ProcessPriorityManager.h -rw-r--r-- root/root usr/include/firefox/mozilla/ProcessedStack.h +-rw-r--r-- root/root usr/include/firefox/mozilla/ProfileGatherer.h -rw-r--r-- root/root usr/include/firefox/mozilla/PublicSSL.h -rw-r--r-- root/root usr/include/firefox/mozilla/Range.h +-rw-r--r-- root/root usr/include/firefox/mozilla/RangedArray.h -rw-r--r-- root/root usr/include/firefox/mozilla/RangedPtr.h -rw-r--r-- root/root usr/include/firefox/mozilla/ReentrancyGuard.h -rw-r--r-- root/root usr/include/firefox/mozilla/ReentrantMonitor.h @@ -763,6 +820,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/RestyleLogging.h -rw-r--r-- root/root usr/include/firefox/mozilla/ReverseIterator.h -rw-r--r-- root/root usr/include/firefox/mozilla/RollingMean.h +-rw-r--r-- root/root usr/include/firefox/mozilla/RuleNodeCacheConditions.h +-rw-r--r-- root/root usr/include/firefox/mozilla/RuleProcessorCache.h -rw-r--r-- root/root usr/include/firefox/mozilla/SHA1.h -rw-r--r-- root/root usr/include/firefox/mozilla/SSE.h -rw-r--r-- root/root usr/include/firefox/mozilla/Sandbox.h @@ -775,6 +834,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/SnappyCompressOutputStream.h -rw-r--r-- root/root usr/include/firefox/mozilla/SnappyFrameUtils.h -rw-r--r-- root/root usr/include/firefox/mozilla/SnappyUncompressInputStream.h +-rw-r--r-- root/root usr/include/firefox/mozilla/Snprintf.h -rw-r--r-- root/root usr/include/firefox/mozilla/SplayTree.h -rw-r--r-- root/root usr/include/firefox/mozilla/StackWalk.h -rw-r--r-- root/root usr/include/firefox/mozilla/StartupTimeline.h @@ -799,13 +859,14 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/ -rw-r--r-- root/root usr/include/firefox/mozilla/TimeStamp.h -rw-r--r-- root/root usr/include/firefox/mozilla/ToString.h -rw-r--r-- root/root usr/include/firefox/mozilla/TouchEvents.h +-rw-r--r-- root/root usr/include/firefox/mozilla/Tuple.h -rw-r--r-- root/root usr/include/firefox/mozilla/TypeTraits.h -rw-r--r-- root/root usr/include/firefox/mozilla/TypedEnumBits.h -rw-r--r-- root/root usr/include/firefox/mozilla/Types.h -rw-r--r-- root/root usr/include/firefox/mozilla/UniquePtr.h +-rw-r--r-- root/root usr/include/firefox/mozilla/UseCounter.h -rw-r--r-- root/root usr/include/firefox/mozilla/Vector.h -rw-r--r-- root/root usr/include/firefox/mozilla/VirtualKeyCodeList.h --rw-r--r-- root/root usr/include/firefox/mozilla/VisualEventTracer.h -rw-r--r-- root/root usr/include/firefox/mozilla/VolatileBuffer.h -rw-r--r-- root/root usr/include/firefox/mozilla/VsyncDispatcher.h -rw-r--r-- root/root usr/include/firefox/mozilla/WeakPtr.h @@ -849,6 +910,12 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/css/ -rw-r--r-- root/root usr/include/firefox/mozilla/css/NameSpaceRule.h -rw-r--r-- root/root usr/include/firefox/mozilla/css/Rule.h -rw-r--r-- root/root usr/include/firefox/mozilla/css/StyleRule.h +drwxr-xr-x root/root usr/include/firefox/mozilla/devtools/ +-rw-r--r-- root/root usr/include/firefox/mozilla/devtools/AutoMemMap.h +-rw-r--r-- root/root usr/include/firefox/mozilla/devtools/CoreDump.pb.h +-rw-r--r-- root/root usr/include/firefox/mozilla/devtools/DeserializedNode.h +-rw-r--r-- root/root usr/include/firefox/mozilla/devtools/HeapSnapshot.h +-rw-r--r-- root/root usr/include/firefox/mozilla/devtools/ZeroCopyNSIOutputStream.h drwxr-xr-x root/root usr/include/firefox/mozilla/docshell/ -rw-r--r-- root/root usr/include/firefox/mozilla/docshell/OfflineCacheUpdateChild.h -rw-r--r-- root/root usr/include/firefox/mozilla/docshell/OfflineCacheUpdateParent.h @@ -937,12 +1004,11 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CFStateChangeEvent.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CFStateChangeEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CPOWManagerGetter.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSPDictionariesBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSPReportBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSS.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSS2PropertiesBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSBinding.h --rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSFontFaceLoadEvent.h --rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSFontFaceLoadEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSLexer.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSLexerBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSPrimitiveValueBinding.h @@ -976,6 +1042,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CameraStateChangeEvent.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CameraStateChangeEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CameraUtilBinding.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasCaptureMediaStream.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasCaptureMediaStreamBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasGradient.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasPath.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasPattern.h @@ -983,8 +1051,11 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasRenderingContext2DBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasUtils.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CaretPositionBinding.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CaretStateChangedEvent.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CaretStateChangedEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CellBroadcast.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/CellBroadcastMessage.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelInfo.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelMergerNode.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelMergerNodeBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelSplitterNode.h @@ -993,6 +1064,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChildIterator.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChildNodeBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChromeNotificationsBinding.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChromeUtils.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChromeUtilsBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClientBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClientsBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClipboardEvent.h @@ -1170,6 +1243,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/FontFaceSet.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/FontFaceSetBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/FontFaceSetIterator.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FontFaceSetLoadEvent.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FontFaceSetLoadEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/FontFaceSourceBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/FormDataBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/FragmentOrElement.h @@ -1343,6 +1418,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/HashChangeEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/Headers.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/HeadersBinding.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HeapSnapshotBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/HistoryBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/IDBCursorBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/IDBDatabaseBinding.h @@ -1462,8 +1538,10 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessageEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessagePort.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessagePortBinding.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessagePortChild.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessagePortList.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessagePortListBinding.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessagePortParent.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MetadataHelper.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MimeTypeArrayBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/MimeTypeBinding.h @@ -1990,6 +2068,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackListBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackManager.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackRegion.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ThreadSafeChromeUtilsBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/TimeEvent.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/TimeEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/TimeRanges.h @@ -2032,6 +2111,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/UnionConversions.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/UnionMember.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/UnionTypes.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/UseCounterList.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/UserProximityEvent.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/UserProximityEventBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/VRDevice.h @@ -2058,6 +2138,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebCryptoTask.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebGL2RenderingContextBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebGLRenderingContextBinding.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebGLVertexArrayObject.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebSocket.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebSocketBinding.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebrtcGlobalInformationBinding.h @@ -2111,9 +2192,18 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/battery/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/battery/Types.h drwxr-xr-x root/root usr/include/firefox/mozilla/dom/bluetooth/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothAdapter.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothClassOfDevice.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothCommon.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothDevice.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothDiscoveryHandle.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothGatt.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothGattCharacteristic.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothGattDescriptor.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothGattService.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothLeDeviceEvent.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothManager.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothPairingHandle.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/BluetoothPairingListener.h drwxr-xr-x root/root usr/include/firefox/mozilla/dom/bluetooth/ipc/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/bluetooth/ipc/BluetoothMessageUtils.h drwxr-xr-x root/root usr/include/firefox/mozilla/dom/cache/ @@ -2133,6 +2223,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/cache/ -rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/CacheStorageParent.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/CacheStreamControlChild.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/CacheStreamControlParent.h +-rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/Connection.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/Context.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/DBAction.h -rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/DBSchema.h @@ -2294,6 +2385,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/gfx/ -rw-r--r-- root/root usr/include/firefox/mozilla/gfx/DrawTargetTiled.h -rw-r--r-- root/root usr/include/firefox/mozilla/gfx/Filters.h -rw-r--r-- root/root usr/include/firefox/mozilla/gfx/Helpers.h +-rw-r--r-- root/root usr/include/firefox/mozilla/gfx/HelpersCairo.h -rw-r--r-- root/root usr/include/firefox/mozilla/gfx/HelpersSkia.h -rw-r--r-- root/root usr/include/firefox/mozilla/gfx/Logging.h -rw-r--r-- root/root usr/include/firefox/mozilla/gfx/Matrix.h @@ -2372,6 +2464,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/ -rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositingRenderTargetOGL.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/Compositor.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorChild.h +-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorLRU.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorOGL.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorParent.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorTypes.h @@ -2382,6 +2475,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/ -rw-r--r-- root/root usr/include/firefox/mozilla/layers/D3D9SurfaceImage.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/Effects.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/FenceUtils.h +-rw-r--r-- root/root usr/include/firefox/mozilla/layers/FrameUniformityData.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/GeckoContentController.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/GrallocTextureClient.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/GrallocTextureHost.h @@ -2402,6 +2496,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/ -rw-r--r-- root/root usr/include/firefox/mozilla/layers/MacIOSurfaceTextureHostBasic.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/MacIOSurfaceTextureHostOGL.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/PaintedLayerComposite.h +-rw-r--r-- root/root usr/include/firefox/mozilla/layers/PersistentBufferProvider.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/RenderTrace.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayerUtilsX11.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayers.h @@ -2414,6 +2509,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/ -rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientOGL.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientPool.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientRecycleAllocator.h +-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientSharedSurface.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientX11.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHost.h -rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHostBasic.h @@ -2474,6 +2570,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/net/ -rw-r--r-- root/root usr/include/firefox/mozilla/net/PDNSParams.h -rw-r--r-- root/root usr/include/firefox/mozilla/net/PHttpChannelParams.h -rw-r--r-- root/root usr/include/firefox/mozilla/net/PSpdyPush.h +-rw-r--r-- root/root usr/include/firefox/mozilla/net/PackagedAppService.h -rw-r--r-- root/root usr/include/firefox/mozilla/net/ReferrerPolicy.h -rw-r--r-- root/root usr/include/firefox/mozilla/net/RemoteOpenFileChild.h -rw-r--r-- root/root usr/include/firefox/mozilla/net/RemoteOpenFileParent.h @@ -2509,6 +2606,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/plugins/ -rw-r--r-- root/root usr/include/firefox/mozilla/plugins/PluginModuleParent.h -rw-r--r-- root/root usr/include/firefox/mozilla/plugins/PluginProcessChild.h -rw-r--r-- root/root usr/include/firefox/mozilla/plugins/PluginProcessParent.h +-rw-r--r-- root/root usr/include/firefox/mozilla/plugins/PluginQuirks.h -rw-r--r-- root/root usr/include/firefox/mozilla/plugins/PluginScriptableObjectChild.h -rw-r--r-- root/root usr/include/firefox/mozilla/plugins/PluginScriptableObjectParent.h -rw-r--r-- root/root usr/include/firefox/mozilla/plugins/PluginScriptableObjectUtils-inl.h @@ -2566,7 +2664,6 @@ drwxr-xr-x root/root usr/include/firefox/mtransport/ -rw-r--r-- root/root usr/include/firefox/mtransport/nriceresolverfake.h -rw-r--r-- root/root usr/include/firefox/mtransport/rlogringbuffer.h -rw-r--r-- root/root usr/include/firefox/mtransport/runnable_utils.h --rw-r--r-- root/root usr/include/firefox/mtransport/runnable_utils_generated.h -rw-r--r-- root/root usr/include/firefox/mtransport/sigslot.h -rw-r--r-- root/root usr/include/firefox/mtransport/simpletokenbucket.h -rw-r--r-- root/root usr/include/firefox/mtransport/stun_udp_socket_filter.h @@ -2668,6 +2765,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsCharTraits.h -rw-r--r-- root/root usr/include/firefox/nsCharsetSource.h -rw-r--r-- root/root usr/include/firefox/nsCheapSets.h +-rw-r--r-- root/root usr/include/firefox/nsChildContentList.h -rw-r--r-- root/root usr/include/firefox/nsClassHashtable.h -rw-r--r-- root/root usr/include/firefox/nsClientAuthRemember.h -rw-r--r-- root/root usr/include/firefox/nsCollation.h @@ -3046,9 +3144,11 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIDNSListener.h -rw-r--r-- root/root usr/include/firefox/nsIDNSRecord.h -rw-r--r-- root/root usr/include/firefox/nsIDNSService.h +-rw-r--r-- root/root usr/include/firefox/nsIDNSServiceDiscovery.h -rw-r--r-- root/root usr/include/firefox/nsIDOMAnimationEvent.h -rw-r--r-- root/root usr/include/firefox/nsIDOMAttr.h -rw-r--r-- root/root usr/include/firefox/nsIDOMBeforeUnloadEvent.h +-rw-r--r-- root/root usr/include/firefox/nsIDOMBlob.h -rw-r--r-- root/root usr/include/firefox/nsIDOMCDATASection.h -rw-r--r-- root/root usr/include/firefox/nsIDOMCSSConditionRule.h -rw-r--r-- root/root usr/include/firefox/nsIDOMCSSCounterStyleRule.h @@ -3091,7 +3191,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIDOMDataContainerEvent.h -rw-r--r-- root/root usr/include/firefox/nsIDOMDataTransfer.h -rw-r--r-- root/root usr/include/firefox/nsIDOMDesktopNotification.h --rw-r--r-- root/root usr/include/firefox/nsIDOMDeviceStorage.h -rw-r--r-- root/root usr/include/firefox/nsIDOMDocument.h -rw-r--r-- root/root usr/include/firefox/nsIDOMDocumentFragment.h -rw-r--r-- root/root usr/include/firefox/nsIDOMDocumentType.h @@ -3102,7 +3201,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIDOMEvent.h -rw-r--r-- root/root usr/include/firefox/nsIDOMEventListener.h -rw-r--r-- root/root usr/include/firefox/nsIDOMEventTarget.h --rw-r--r-- root/root usr/include/firefox/nsIDOMFile.h -rw-r--r-- root/root usr/include/firefox/nsIDOMFileList.h -rw-r--r-- root/root usr/include/firefox/nsIDOMFileReader.h -rw-r--r-- root/root usr/include/firefox/nsIDOMFocusEvent.h @@ -3252,7 +3350,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIDataStore.h -rw-r--r-- root/root usr/include/firefox/nsIDataStoreService.h -rw-r--r-- root/root usr/include/firefox/nsIDateTimeFormat.h --rw-r--r-- root/root usr/include/firefox/nsIDebug.h -rw-r--r-- root/root usr/include/firefox/nsIDebug2.h -rw-r--r-- root/root usr/include/firefox/nsIDeletedMessageInfo.h -rw-r--r-- root/root usr/include/firefox/nsIDeviceContextSpec.h @@ -3263,6 +3360,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIDirectoryEnumerator.h -rw-r--r-- root/root usr/include/firefox/nsIDirectoryService.h -rw-r--r-- root/root usr/include/firefox/nsIDiskSpaceWatcher.h +-rw-r--r-- root/root usr/include/firefox/nsIDisplayInfo.h -rw-r--r-- root/root usr/include/firefox/nsIDivertableChannel.h -rw-r--r-- root/root usr/include/firefox/nsIDocCharset.h -rw-r--r-- root/root usr/include/firefox/nsIDocShell.h @@ -3439,7 +3537,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIJARURI.h -rw-r--r-- root/root usr/include/firefox/nsIJSInspector.h -rw-r--r-- root/root usr/include/firefox/nsIJSON.h --rw-r--r-- root/root usr/include/firefox/nsIJSRuntimeService.h -rw-r--r-- root/root usr/include/firefox/nsIKeyModule.h -rw-r--r-- root/root usr/include/firefox/nsIKeygenThread.h -rw-r--r-- root/root usr/include/firefox/nsILanguageAtomService.h @@ -3541,6 +3638,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIPKCS11Slot.h -rw-r--r-- root/root usr/include/firefox/nsIPKIParamBlock.h -rw-r--r-- root/root usr/include/firefox/nsIPackageKitService.h +-rw-r--r-- root/root usr/include/firefox/nsIPackagedAppService.h -rw-r--r-- root/root usr/include/firefox/nsIPageSequenceFrame.h -rw-r--r-- root/root usr/include/firefox/nsIParentChannel.h -rw-r--r-- root/root usr/include/firefox/nsIParentRedirectingChannel.h @@ -3551,7 +3649,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIPaymentFlowInfo.h -rw-r--r-- root/root usr/include/firefox/nsIPaymentProviderStrategy.h -rw-r--r-- root/root usr/include/firefox/nsIPaymentUIGlue.h --rw-r--r-- root/root usr/include/firefox/nsIPercentHeightObserver.h +-rw-r--r-- root/root usr/include/firefox/nsIPercentBSizeObserver.h -rw-r--r-- root/root usr/include/firefox/nsIPermission.h -rw-r--r-- root/root usr/include/firefox/nsIPermissionManager.h -rw-r--r-- root/root usr/include/firefox/nsIPermissionPromptService.h @@ -3714,6 +3812,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIScrollable.h -rw-r--r-- root/root usr/include/firefox/nsIScrollableFrame.h -rw-r--r-- root/root usr/include/firefox/nsIScrollbarMediator.h +-rw-r--r-- root/root usr/include/firefox/nsISecCheckWrapChannel.h -rw-r--r-- root/root usr/include/firefox/nsISecretDecoderRing.h -rw-r--r-- root/root usr/include/firefox/nsISecureBrowserUI.h -rw-r--r-- root/root usr/include/firefox/nsISecurityConsoleMessage.h @@ -3760,6 +3859,8 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIStartupCache.h -rw-r--r-- root/root usr/include/firefox/nsIStatefulFrame.h -rw-r--r-- root/root usr/include/firefox/nsIStatusReporter.h +-rw-r--r-- root/root usr/include/firefox/nsIStkCmdFactory.h +-rw-r--r-- root/root usr/include/firefox/nsIStkProactiveCmd.h -rw-r--r-- root/root usr/include/firefox/nsIStorageStream.h -rw-r--r-- root/root usr/include/firefox/nsIStreamBufferAccess.h -rw-r--r-- root/root usr/include/firefox/nsIStreamConverter.h @@ -3894,7 +3995,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIVariant.h -rw-r--r-- root/root usr/include/firefox/nsIVersionComparator.h -rw-r--r-- root/root usr/include/firefox/nsIViewSourceChannel.h --rw-r--r-- root/root usr/include/firefox/nsIVisualEventTracer.h -rw-r--r-- root/root usr/include/firefox/nsIVoicemailService.h -rw-r--r-- root/root usr/include/firefox/nsIWapPushApplication.h -rw-r--r-- root/root usr/include/firefox/nsIWeakReference.h @@ -3967,6 +4067,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsIZipWriter.h -rw-r--r-- root/root usr/include/firefox/nsImageLoadingContent.h -rw-r--r-- root/root usr/include/firefox/nsImageModule.h +-rw-r--r-- root/root usr/include/firefox/nsInputStreamPump.h -rw-r--r-- root/root usr/include/firefox/nsInterfaceHashtable.h -rw-r--r-- root/root usr/include/firefox/nsInterfaceRequestorAgg.h -rw-r--r-- root/root usr/include/firefox/nsJARURI.h @@ -4050,7 +4151,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsPrintfCString.h -rw-r--r-- root/root usr/include/firefox/nsPrintingProxy.h -rw-r--r-- root/root usr/include/firefox/nsProcess.h --rw-r--r-- root/root usr/include/firefox/nsProfileDirServiceProvider.h -rw-r--r-- root/root usr/include/firefox/nsPromiseFlatString.h -rw-r--r-- root/root usr/include/firefox/nsPromptUtils.h -rw-r--r-- root/root usr/include/firefox/nsPropertyTable.h @@ -4123,7 +4223,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/ -rw-r--r-- root/root usr/include/firefox/nsSize.h -rw-r--r-- root/root usr/include/firefox/nsSpecialCasingData.h -rw-r--r-- root/root usr/include/firefox/nsSplittableFrame.h --rw-r--r-- root/root usr/include/firefox/nsStackWalk.h -rw-r--r-- root/root usr/include/firefox/nsStaticAtom.h -rw-r--r-- root/root usr/include/firefox/nsStaticNameTable.h -rw-r--r-- root/root usr/include/firefox/nsStorageStream.h @@ -4970,9 +5069,11 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIDNSListener.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDNSRecord.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDNSService.idl +-rw-r--r-- root/root usr/share/idl/firefox/nsIDNSServiceDiscovery.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMAnimationEvent.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMAttr.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMBeforeUnloadEvent.idl +-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMBlob.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCDATASection.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCSSConditionRule.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCSSCounterStyleRule.idl @@ -5014,7 +5115,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMDataContainerEvent.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMDataTransfer.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMDesktopNotification.idl --rw-r--r-- root/root usr/share/idl/firefox/nsIDOMDeviceStorage.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMDocument.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMDocumentFragment.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMDocumentType.idl @@ -5025,7 +5125,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMEvent.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMEventListener.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMEventTarget.idl --rw-r--r-- root/root usr/share/idl/firefox/nsIDOMFile.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMFileList.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMFileReader.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDOMFocusEvent.idl @@ -5172,7 +5271,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIDataSignatureVerifier.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDataStore.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDataStoreService.idl --rw-r--r-- root/root usr/share/idl/firefox/nsIDebug.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDebug2.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDeletedMessageInfo.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDeviceSensors.idl @@ -5182,6 +5280,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIDirectoryEnumerator.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDirectoryService.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDiskSpaceWatcher.idl +-rw-r--r-- root/root usr/share/idl/firefox/nsIDisplayInfo.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDivertableChannel.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDocCharset.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIDocShell.idl @@ -5333,7 +5432,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIJARURI.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIJSInspector.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIJSON.idl --rw-r--r-- root/root usr/share/idl/firefox/nsIJSRuntimeService.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIKeyModule.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIKeygenThread.idl -rw-r--r-- root/root usr/share/idl/firefox/nsILineInputStream.idl @@ -5420,6 +5518,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIPKCS11Slot.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIPKIParamBlock.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIPackageKitService.idl +-rw-r--r-- root/root usr/share/idl/firefox/nsIPackagedAppService.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIParentChannel.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIParentRedirectingChannel.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIParentalControlsService.idl @@ -5568,6 +5667,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIScriptableUnescapeHTML.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIScrollBoxObject.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIScrollable.idl +-rw-r--r-- root/root usr/share/idl/firefox/nsISecCheckWrapChannel.idl -rw-r--r-- root/root usr/share/idl/firefox/nsISecretDecoderRing.idl -rw-r--r-- root/root usr/share/idl/firefox/nsISecureBrowserUI.idl -rw-r--r-- root/root usr/share/idl/firefox/nsISecurityConsoleMessage.idl @@ -5610,6 +5710,8 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIStandardURL.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIStartupCache.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIStatusReporter.idl +-rw-r--r-- root/root usr/share/idl/firefox/nsIStkCmdFactory.idl +-rw-r--r-- root/root usr/share/idl/firefox/nsIStkProactiveCmd.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIStorageStream.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIStreamBufferAccess.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIStreamConverter.idl @@ -5726,7 +5828,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/ -rw-r--r-- root/root usr/share/idl/firefox/nsIVariant.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIVersionComparator.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIViewSourceChannel.idl --rw-r--r-- root/root usr/share/idl/firefox/nsIVisualEventTracer.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIVoicemailService.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIWapPushApplication.idl -rw-r--r-- root/root usr/share/idl/firefox/nsIWeakReference.idl diff --git a/firefox/.md5sum b/firefox/.md5sum index ce0d5a8f3..f53941d45 100644 --- a/firefox/.md5sum +++ b/firefox/.md5sum @@ -1,3 +1,3 @@ -26a64a80cbd5b77d3b0d9734bff5bbad firefox-40.0.3.source.tar.bz2 +81324515c2f562db8c4800ebafaa5d25 firefox-41.0.source.tar.xz 1c53b819f800c61cd50e7c47bdb30bf0 firefox-install-dir.patch cf6971669f70b440cb6ff8df8b2722ae firefox.desktop diff --git a/firefox/Pkgfile b/firefox/Pkgfile index ddd46ef96..d6a169cd2 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,9 +4,9 @@ # Depends on: nss, libidl, gtk, python, alsa-lib, xorg-libxt, yasm, mesa3d, gst-plugins-base name=firefox -version=40.0.3 +version=41.0 release=1 -source=(http://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2 +source=(http://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz firefox-install-dir.patch firefox.desktop) build() { @@ -27,6 +27,7 @@ cat <<- EOF > .mozconfig ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman ac_add_options --enable-system-sqlite + #currently broken: #ac_add_options --enable-system-cairo ac_add_options --with-pthreads ac_add_options --enable-optimize="$CFLAGS" @@ -60,6 +61,7 @@ cat <<- EOF > .mozconfig ac_add_options --disable-necko-wifi ac_add_options --disable-libnotify ac_add_options --disable-pulseaudio + ac_add_options --disable-gconf EOF make -f client.mk build