crux-commits
Threads by month
- ----- 2025 -----
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
November 2015
- 1 participants
- 832 discussions
commit 8426b119d4eaf6d2571d7afc5030d412b5e900ea
Author: Juergen Daubert <jue(a)jue.li>
Date: Tue Oct 20 12:42:54 2015 +0200
libxslt: disable crypto support
diff --git a/libxslt/Pkgfile b/libxslt/Pkgfile
index 7225bd4..9863714 100644
--- a/libxslt/Pkgfile
+++ b/libxslt/Pkgfile
@@ -6,7 +6,7 @@
name=libxslt
version=1.1.28
-release=1
+release=2
source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
build() {
@@ -15,7 +15,8 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --without-python
+ --without-python \
+ --without-crypto
make
make DESTDIR=$PKG install
1
0
commit 4836cadf2fdb1c0e233f70d6e7df364ff91f9660
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Mon Oct 19 22:16:34 2015 +0200
firefox: cleanups
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index ee2bd6b..0829334 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -19,7 +19,6 @@ cat <<- EOF > .mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared
mk_add_options MOZ_MAKE_FLAGS="$MAKEFLAGS -s"
ac_add_options --prefix=/usr
- #ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
1
0
commit fa0f976bb98279396e8f6fcaaa45e417c3067c86
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Mon Oct 19 20:53:52 2015 +0200
btrfs-progs: updated to 4.2.3
diff --git a/btrfs-progs/.md5sum b/btrfs-progs/.md5sum
index 3c7fa89..17875f4 100644
--- a/btrfs-progs/.md5sum
+++ b/btrfs-progs/.md5sum
@@ -1,2 +1,2 @@
-36e9d63987b85ccc17fd56fdd38e4c04 btrfs-progs-man-v4.2.2.tar.xz
-7b1cfba5198622e5cd915f4ac12500c6 btrfs-progs-v4.2.2.tar.xz
+70ea9aee9a806a15c28be1d0492fe666 btrfs-progs-man-v4.2.3.tar.xz
+d5de7d98db5e5a204ee3964ca22b71d5 btrfs-progs-v4.2.3.tar.xz
diff --git a/btrfs-progs/Pkgfile b/btrfs-progs/Pkgfile
index a3d8e2f..c9ef560 100644
--- a/btrfs-progs/Pkgfile
+++ b/btrfs-progs/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: util-linux e2fsprogs lzo zlib
name=btrfs-progs
-version=4.2.2
+version=4.2.3
release=1
source=(https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/bt… \
$name-man-v$version.tar.xz)
diff --git a/btrfs-progs/btrfs-progs-man-v4.2.2.tar.xz b/btrfs-progs/btrfs-progs-man-v4.2.2.tar.xz
deleted file mode 100644
index ea740f0..0000000
Binary files a/btrfs-progs/btrfs-progs-man-v4.2.2.tar.xz and /dev/null differ
diff --git a/btrfs-progs/btrfs-progs-man-v4.2.3.tar.xz b/btrfs-progs/btrfs-progs-man-v4.2.3.tar.xz
new file mode 100644
index 0000000..d971a9e
Binary files /dev/null and b/btrfs-progs/btrfs-progs-man-v4.2.3.tar.xz differ
1
0
commit 1fced1eeeef768b9d10661fe8868db525037e1fe
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Mon Oct 19 21:06:25 2015 +0200
firefox: updated to 42.0b7 - gtk3 version
diff --git a/firefox/.footprint b/firefox/.footprint
index 8601216..269f3b1 100644
--- a/firefox/.footprint
+++ b/firefox/.footprint
@@ -4,7 +4,6 @@ lrwxrwxrwx root/root usr/bin/firefox -> /usr/lib/firefox/firefox
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/AbstractMediaDecoder.h
--rw-r--r-- root/root usr/include/firefox/AbstractThread.h
-rw-r--r-- root/root usr/include/firefox/AccEvent.h
-rw-r--r-- root/root usr/include/firefox/ActiveLayerTracker.h
-rw-r--r-- root/root usr/include/firefox/AlignedTArray.h
@@ -15,10 +14,8 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/AsyncScrollBase.h
-rw-r--r-- root/root usr/include/firefox/AudioBufferUtils.h
-rw-r--r-- root/root usr/include/firefox/AudioChannelAgent.h
--rw-r--r-- root/root usr/include/firefox/AudioChannelCommon.h
-rw-r--r-- root/root usr/include/firefox/AudioChannelFormat.h
-rw-r--r-- root/root usr/include/firefox/AudioChannelService.h
--rw-r--r-- root/root usr/include/firefox/AudioChannelServiceChild.h
-rw-r--r-- root/root usr/include/firefox/AudioCompactor.h
-rw-r--r-- root/root usr/include/firefox/AudioContext.h
-rw-r--r-- root/root usr/include/firefox/AudioEventTimeline.h
@@ -163,7 +160,6 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/GfxInfoCollector.h
-rw-r--r-- root/root usr/include/firefox/GfxTexturesReporter.h
-rw-r--r-- root/root usr/include/firefox/GrallocImages.h
--rw-r--r-- root/root usr/include/firefox/GraphDriver.h
-rw-r--r-- root/root usr/include/firefox/GraphicsFilter.h
-rw-r--r-- root/root usr/include/firefox/GreekCasing.h
-rw-r--r-- root/root usr/include/firefox/H264Converter.h
@@ -210,7 +206,6 @@ drwxr-xr-x root/root usr/include/firefox/
-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
-rw-r--r-- root/root usr/include/firefox/MediaBufferDecoder.h
@@ -227,10 +222,10 @@ 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/MediaEventSource.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
-rw-r--r-- root/root usr/include/firefox/MediaQueue.h
-rw-r--r-- root/root usr/include/firefox/MediaRecorder.h
-rw-r--r-- root/root usr/include/firefox/MediaResource.h
@@ -239,19 +234,20 @@ drwxr-xr-x root/root usr/include/firefox/
-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
-rw-r--r-- root/root usr/include/firefox/MediaTimer.h
-rw-r--r-- root/root usr/include/firefox/MediaTrack.h
-rw-r--r-- root/root usr/include/firefox/MediaTrackConstraints.h
-rw-r--r-- root/root usr/include/firefox/MediaTrackList.h
-rw-r--r-- root/root usr/include/firefox/NSSErrorsService.h
-rw-r--r-- root/root usr/include/firefox/NativeFileWatcherNotSupported.h
+-rw-r--r-- root/root usr/include/firefox/NesteggPacketHolder.h
-rw-r--r-- root/root usr/include/firefox/OCSPCache.h
-rw-r--r-- root/root usr/include/firefox/OGLShaderProgram.h
-rw-r--r-- root/root usr/include/firefox/OggCodecState.h
-rw-r--r-- root/root usr/include/firefox/OggDecoder.h
-rw-r--r-- root/root usr/include/firefox/OggReader.h
-rw-r--r-- root/root usr/include/firefox/OggWriter.h
+-rw-r--r-- root/root usr/include/firefox/OpusDecoder.h
-rw-r--r-- root/root usr/include/firefox/OpusParser.h
-rw-r--r-- root/root usr/include/firefox/OpusTrackEncoder.h
-rw-r--r-- root/root usr/include/firefox/Orientation.h
@@ -273,7 +269,6 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/SVGPreserveAspectRatio.h
-rw-r--r-- root/root usr/include/firefox/SVGStringList.h
-rw-r--r-- root/root usr/include/firefox/SamplesWaitingForKey.h
--rw-r--r-- root/root usr/include/firefox/SandboxPrivate.h
-rw-r--r-- root/root usr/include/firefox/ScopedGLHelpers.h
-rw-r--r-- root/root usr/include/firefox/ScopedNSSTypes.h
-rw-r--r-- root/root usr/include/firefox/ScrollbarActivity.h
@@ -286,19 +281,16 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/SharedSurface.h
-rw-r--r-- root/root usr/include/firefox/SharedSurfaceEGL.h
-rw-r--r-- root/root usr/include/firefox/SharedSurfaceGL.h
--rw-r--r-- root/root usr/include/firefox/SharedThreadPool.h
+-rw-r--r-- root/root usr/include/firefox/SharedSurfaceGLX.h
-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
--rw-r--r-- root/root usr/include/firefox/StateWatching.h
-rw-r--r-- root/root usr/include/firefox/StreamBuffer.h
-rw-r--r-- root/root usr/include/firefox/SurfaceCache.h
-rw-r--r-- root/root usr/include/firefox/SurfaceTypes.h
--rw-r--r-- root/root usr/include/firefox/TaskDispatcher.h
-rw-r--r-- root/root usr/include/firefox/TextureGarbageBin.h
-rw-r--r-- root/root usr/include/firefox/TexturePoolOGL.h
-rw-r--r-- root/root usr/include/firefox/ThreadPoolCOMListener.h
@@ -313,9 +305,11 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/UnitTransforms.h
-rw-r--r-- root/root usr/include/firefox/Units.h
-rw-r--r-- root/root usr/include/firefox/VP8TrackEncoder.h
+-rw-r--r-- root/root usr/include/firefox/VPXDecoder.h
-rw-r--r-- root/root usr/include/firefox/VideoFrameContainer.h
-rw-r--r-- root/root usr/include/firefox/VideoSegment.h
-rw-r--r-- root/root usr/include/firefox/VideoUtils.h
+-rw-r--r-- root/root usr/include/firefox/VorbisDecoder.h
-rw-r--r-- root/root usr/include/firefox/VorbisTrackEncoder.h
-rw-r--r-- root/root usr/include/firefox/VorbisUtils.h
-rw-r--r-- root/root usr/include/firefox/VsyncSource.h
@@ -324,11 +318,13 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/WebAudioUtils.h
-rw-r--r-- root/root usr/include/firefox/WebMBufferedParser.h
-rw-r--r-- root/root usr/include/firefox/WebMDecoder.h
+-rw-r--r-- root/root usr/include/firefox/WebMDemuxer.h
-rw-r--r-- root/root usr/include/firefox/WebMReader.h
-rw-r--r-- root/root usr/include/firefox/WebMWriter.h
-rw-r--r-- root/root usr/include/firefox/WordMovementType.h
-rw-r--r-- root/root usr/include/firefox/WrapperFactory.h
-rw-r--r-- root/root usr/include/firefox/XPCJSMemoryReporter.h
+-rw-r--r-- root/root usr/include/firefox/XiphExtradata.h
-rw-r--r-- root/root usr/include/firefox/YCbCrUtils.h
-rw-r--r-- root/root usr/include/firefox/amIAddonManager.h
-rw-r--r-- root/root usr/include/firefox/amIAddonPathService.h
@@ -368,7 +364,6 @@ drwxr-xr-x root/root usr/include/firefox/demuxer/
-rw-r--r-- root/root usr/include/firefox/ftpCore.h
-rw-r--r-- root/root usr/include/firefox/fuelIApplication.h
-rw-r--r-- root/root usr/include/firefox/gfx2DGlue.h
--rw-r--r-- root/root usr/include/firefox/gfx3DMatrix.h
-rw-r--r-- root/root usr/include/firefox/gfxASurface.h
-rw-r--r-- root/root usr/include/firefox/gfxAlphaRecovery.h
-rw-r--r-- root/root usr/include/firefox/gfxBaseSharedMemorySurface.h
@@ -386,6 +381,7 @@ drwxr-xr-x root/root usr/include/firefox/demuxer/
-rw-r--r-- root/root usr/include/firefox/gfxFontFamilyList.h
-rw-r--r-- root/root usr/include/firefox/gfxFontFeatures.h
-rw-r--r-- root/root usr/include/firefox/gfxFontInfoLoader.h
+-rw-r--r-- root/root usr/include/firefox/gfxFontPrefLangList.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
@@ -413,6 +409,7 @@ drwxr-xr-x root/root usr/include/firefox/demuxer/
-rw-r--r-- root/root usr/include/firefox/gfxSharedQuartzSurface.h
-rw-r--r-- root/root usr/include/firefox/gfxSkipChars.h
-rw-r--r-- root/root usr/include/firefox/gfxTeeSurface.h
+-rw-r--r-- root/root usr/include/firefox/gfxTelemetry.h
-rw-r--r-- root/root usr/include/firefox/gfxTextRun.h
-rw-r--r-- root/root usr/include/firefox/gfxTypes.h
-rw-r--r-- root/root usr/include/firefox/gfxUserFontSet.h
@@ -574,6 +571,8 @@ drwxr-xr-x root/root usr/include/firefox/js/
-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/TraceableHashTable.h
+-rw-r--r-- root/root usr/include/firefox/js/TraceableVector.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
@@ -599,6 +598,11 @@ drwxr-xr-x root/root usr/include/firefox/js/
drwxr-xr-x root/root usr/include/firefox/kiss_fft/
-rw-r--r-- root/root usr/include/firefox/kiss_fft/kiss_fft.h
-rw-r--r-- root/root usr/include/firefox/kiss_fft/kiss_fftr.h
+drwxr-xr-x root/root usr/include/firefox/libavcodec/
+-rw-r--r-- root/root usr/include/firefox/libavcodec/avfft.h
+-rw-r--r-- root/root usr/include/firefox/libavcodec/fft.h
+drwxr-xr-x root/root usr/include/firefox/libavutil/
+-rw-r--r-- root/root usr/include/firefox/libavutil/mem.h
drwxr-xr-x root/root usr/include/firefox/libmkv/
-rw-r--r-- root/root usr/include/firefox/libmkv/EbmlBufferWriter.h
-rw-r--r-- root/root usr/include/firefox/libmkv/EbmlIDs.h
@@ -649,10 +653,12 @@ drwxr-xr-x root/root usr/include/firefox/libmkv/
-rw-r--r-- root/root usr/include/firefox/mozcontainer.h
-rw-r--r-- root/root usr/include/firefox/mozilla-config.h
drwxr-xr-x root/root usr/include/firefox/mozilla/
+-rw-r--r-- root/root usr/include/firefox/mozilla/AbstractThread.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AddonPathService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Alignment.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AllocPolicy.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AlreadyAddRefed.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/AnimationComparator.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AnimationUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AppData.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AppProcessChecker.h
@@ -663,6 +669,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/AsyncEventDispatcher.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Atomics.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Attributes.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/AutoGlobalTimelineMarker.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AutoRestore.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AutoTimelineMarker.h
-rw-r--r-- root/root usr/include/firefox/mozilla/AvailableMemoryTracker.h
@@ -753,9 +760,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/IntegerTypeTraits.h
-rw-r--r-- root/root usr/include/firefox/mozilla/IntentionalCrash.h
-rw-r--r-- root/root usr/include/firefox/mozilla/InternalMutationEvent.h
--rw-r--r-- root/root usr/include/firefox/mozilla/IteratorTraits.h
-rw-r--r-- root/root usr/include/firefox/mozilla/JSEventHandler.h
-rw-r--r-- root/root usr/include/firefox/mozilla/JSONWriter.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/JSObjectHolder.h
-rw-r--r-- root/root usr/include/firefox/mozilla/KeyNameList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/LateWriteChecks.h
-rw-r--r-- root/root usr/include/firefox/mozilla/LazyIdleThread.h
@@ -783,6 +790,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/Monitor.h
-rw-r--r-- root/root usr/include/firefox/mozilla/MouseEvents.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Move.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/MozPromise.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Mutex.h
-rw-r--r-- root/root usr/include/firefox/mozilla/NativeOSFileInternals.h
-rw-r--r-- root/root usr/include/firefox/mozilla/NullPtr.h
@@ -790,6 +798,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/OSFileConstants.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Observer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Omnijar.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/OwningNonNull.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PaintTracker.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Pair.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PeerIdentity.h
@@ -826,10 +835,12 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/SSE.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Sandbox.h
-rw-r--r-- root/root usr/include/firefox/mozilla/SandboxInfo.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/ScopeExit.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Scoped.h
-rw-r--r-- root/root usr/include/firefox/mozilla/SegmentedVector.h
-rw-r--r-- root/root usr/include/firefox/mozilla/ServiceList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Services.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/SharedThreadPool.h
-rw-r--r-- root/root usr/include/firefox/mozilla/SizePrintfMacros.h
-rw-r--r-- root/root usr/include/firefox/mozilla/SnappyCompressOutputStream.h
-rw-r--r-- root/root usr/include/firefox/mozilla/SnappyFrameUtils.h
@@ -838,6 +849,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-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
+-rw-r--r-- root/root usr/include/firefox/mozilla/StateMirroring.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/StateWatching.h
-rw-r--r-- root/root usr/include/firefox/mozilla/StaticMutex.h
-rw-r--r-- root/root usr/include/firefox/mozilla/StaticPtr.h
-rw-r--r-- root/root usr/include/firefox/mozilla/StickyTimeDuration.h
@@ -845,6 +858,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/SyncRunnable.h
-rw-r--r-- root/root usr/include/firefox/mozilla/SystemMemoryReporter.h
-rw-r--r-- root/root usr/include/firefox/mozilla/TaggedAnonymousMemory.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/TaskDispatcher.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/TaskQueue.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Telemetry.h
-rw-r--r-- root/root usr/include/firefox/mozilla/TelemetryHistogramEnums.h
-rw-r--r-- root/root usr/include/firefox/mozilla/TemplateLib.h
@@ -857,7 +872,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/ThreadHangStats.h
-rw-r--r-- root/root usr/include/firefox/mozilla/ThreadLocal.h
-rw-r--r-- root/root usr/include/firefox/mozilla/TimeStamp.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/TimelineConsumers.h
-rw-r--r-- root/root usr/include/firefox/mozilla/ToString.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Tokenizer.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
@@ -865,11 +882,15 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-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/Variant.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/VolatileBuffer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/VsyncDispatcher.h
-rw-r--r-- root/root usr/include/firefox/mozilla/WeakPtr.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/WebBrowserPersistDocumentChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/WebBrowserPersistDocumentParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/WebBrowserPersistLocalDocument.h
-rw-r--r-- root/root usr/include/firefox/mozilla/WidgetTraceEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/WidgetUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/WindowsDllBlocklist.h
@@ -938,6 +959,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationEffectReadOnlyBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationPlaybackEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationPlaybackEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationTimeline.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationTimelineBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnonymousContent.h
@@ -996,6 +1019,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BoxObjectBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BroadcastChannel.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BroadcastChannelBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BrowserElementAudioChannel.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BrowserElementAudioChannelBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BrowserElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BrowserElementDictionariesBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BrowserFeedWriterBinding.h
@@ -1008,6 +1033,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-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/CSSAnimationBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSBinding.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
@@ -1016,6 +1042,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSRuleListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSStyleDeclarationBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSStyleSheetBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSTransitionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSValue.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSValueBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CSSValueListBinding.h
@@ -1095,6 +1122,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CoordinatesBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CrashReporterChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CrashReporterParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CreateOfferRequestBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CryptoBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CryptoBuffer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CryptoKey.h
@@ -1210,9 +1238,12 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/EventTargetBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Exceptions.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ExtendableEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ExternalAppEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ExternalAppEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ExternalBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ExternalHelperAppChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ExternalHelperAppParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FakePluginTagInitBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FakeSpeechRecognitionService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FakeTVService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FallbackEncoding.h
@@ -1225,6 +1256,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileHandle.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileHelper.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileModeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FilePickerParent.h
@@ -1250,6 +1282,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FragmentOrElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FromParser.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FunctionBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GMPVideoDecoderTrialCreator.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GainNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GainNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Gamepad.h
@@ -1305,6 +1338,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLDocumentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLEmbedElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLExtAppElement.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLExtAppElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLFieldSetElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLFieldSetElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLFontElement.h
@@ -1441,6 +1476,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/IccChangeEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/IccInfo.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/IccManager.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageBitmap.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageBitmapBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageBitmapSource.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageCapture.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageCaptureBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageCaptureError.h
@@ -1530,6 +1568,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MediaStreamTrackEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MediaStreamTrackEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MediaTrackConstraintSetBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MediaTrackSupportedConstraintsBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MenuBoxObject.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MenuBoxObjectBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MessageChannel.h
@@ -1628,16 +1667,20 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NonRefcountedDOMObject.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Notification.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotificationBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotificationEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotificationEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotifyPaintEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotifyPaintEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Nullable.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NuwaChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NuwaParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/OSFileSystem.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/OfflineAudioCompletionEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/OfflineAudioCompletionEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/OfflineAudioContextBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/OfflineResourceListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/OscillatorNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/OscillatorNodeBinding.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/OwningNonNull.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PageTransitionEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PageTransitionEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PaintRequest.h
@@ -1654,6 +1697,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceEntry.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceEntryBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceEntryEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceEntryEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceMark.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceMarkBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceMeasure.h
@@ -1666,6 +1711,10 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PeriodicWaveBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PermissionMessageUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PermissionSettingsBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PermissionStatus.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PermissionStatusBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Permissions.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PermissionsBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PhoneNumberServiceBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PluginArrayBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PluginBinding.h
@@ -1682,7 +1731,21 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PositionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PositionErrorBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PowerManager.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Presentation.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationAvailableEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationAvailableEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationCallbacks.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationDeviceInfoManagerBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationDeviceManager.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationIPCService.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationService.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationSession.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationSessionBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationSessionInfo.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PresentationSessionTransport.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PrimitiveConversions.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ProcessGlobal.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ProcessingInstruction.h
@@ -1699,10 +1762,13 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PromiseWorkerProxy.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PrototypeList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PushEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PushManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PushManagerBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PushMessageDataBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PushSubscriptionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/RGBColorBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/RTCCertificate.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/RTCCertificateBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/RTCConfigurationBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/RTCDataChannelEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/RTCDataChannelEventBinding.h
@@ -1989,6 +2055,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesis.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisErrorEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisErrorEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisEvent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisParent.h
@@ -2003,6 +2071,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StorageEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StorageTypeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredClone.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredCloneHelper.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredCloneTags.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredCloneUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StyleRuleChangeEvent.h
@@ -2016,6 +2085,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StyleSheetListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SubtleCrypto.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SubtleCryptoBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SystemUpdateBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TVChannel.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TVChannelBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TVCurrentChannelChangedEvent.h
@@ -2062,6 +2132,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrack.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackCue.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackCueBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackCueList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackCueListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextTrackList.h
@@ -2199,6 +2270,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/bluetooth/
-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/BluetoothGattServer.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
@@ -2232,7 +2304,6 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/cache/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/IPCUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/Manager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/ManagerId.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/OfflineStorage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/PrincipalVerifier.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/QuotaClient.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/cache/ReadStream.h
@@ -2249,6 +2320,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/devicestorage/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/devicestorage/DeviceStorageRequestParent.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/icc/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/icc/IccChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/icc/IccIPCUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/icc/IccParent.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/indexedDB/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/indexedDB/ActorsParent.h
@@ -2302,6 +2374,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/network/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsCSPContext.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsCSPService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsCSPUtils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsContentSecurityManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsIContentChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsIContentParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsMixedContentBlocker.h
@@ -2312,13 +2385,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/network/
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/power/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/power/PowerManagerService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/power/Types.h
-drwxr-xr-x root/root usr/include/firefox/mozilla/dom/presentation/
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/presentation/PresentationDeviceManager.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/quota/
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/quota/ArrayCluster.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/quota/Client.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/quota/FileStreams.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/quota/OriginOrPatternString.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/quota/PersistenceType.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/quota/QuotaCommon.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/quota/QuotaManager.h
@@ -2474,6 +2543,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ContentHost.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/D3D11ShareHandleImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/D3D9SurfaceImage.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/DoubleTapToZoom.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
@@ -2484,6 +2554,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageBridgeChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageBridgeParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageContainerParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageDataSerializer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageHost.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageLayerComposite.h
@@ -2499,6 +2570,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/
-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/ShadowLayerChild.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
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayersManager.h
@@ -2506,6 +2578,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedBufferManagerParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedPlanarYCbCrImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedRGBImage.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SingleTiledContentClient.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClient.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientOGL.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientPool.h
@@ -2516,6 +2589,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layers/
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHostBasic.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHostOGL.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TiledContentClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TiledContentHost.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TransactionIdAllocator.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/X11TextureHost.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/X11TextureSourceBasic.h
@@ -2530,6 +2604,13 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/layout/
drwxr-xr-x root/root usr/include/firefox/mozilla/media/
-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaSystemResourceClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaSystemResourceManager.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaSystemResourceManagerChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaSystemResourceManagerParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaSystemResourceMessageUtils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaSystemResourceService.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaSystemResourceTypes.h
-rw-r--r-- root/root usr/include/firefox/mozilla/media/MediaUtils.h
drwxr-xr-x root/root usr/include/firefox/mozilla/media/webrtc/
-rw-r--r-- root/root usr/include/firefox/mozilla/media/webrtc/WebrtcGlobal.h
@@ -2539,6 +2620,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/media/webrtc/
-rw-r--r-- root/root usr/include/firefox/mozilla/mozalloc_oom.h
drwxr-xr-x root/root usr/include/firefox/mozilla/net/
-rw-r--r-- root/root usr/include/firefox/mozilla/net/BaseWebSocketChannel.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/net/CaptivePortalService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/net/ChannelDiverterChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/net/ChannelDiverterParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/net/ChannelEventQueue.h
@@ -2584,6 +2666,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/net/
-rw-r--r-- root/root usr/include/firefox/mozilla/net/nsFileProtocolHandler.h
-rw-r--r-- root/root usr/include/firefox/mozilla/net/usrsctp.h
-rw-r--r-- root/root usr/include/firefox/mozilla/nsMemoryInfoDumper.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/nsRefPtr.h
drwxr-xr-x root/root usr/include/firefox/mozilla/places/
-rw-r--r-- root/root usr/include/firefox/mozilla/places/Database.h
-rw-r--r-- root/root usr/include/firefox/mozilla/places/History.h
@@ -2634,6 +2717,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/storage/
-rw-r--r-- root/root usr/include/firefox/mozilla/unused.h
-rw-r--r-- root/root usr/include/firefox/mozilla/utils.h
drwxr-xr-x root/root usr/include/firefox/mozilla/widget/
+-rw-r--r-- root/root usr/include/firefox/mozilla/widget/IMEData.h
-rw-r--r-- root/root usr/include/firefox/mozilla/widget/PuppetBidiKeyboard.h
-rw-r--r-- root/root usr/include/firefox/mozilla/widget/WidgetMessageUtils.h
-rw-r--r-- root/root usr/include/firefox/mozmemory.h
@@ -2651,12 +2735,10 @@ drwxr-xr-x root/root usr/include/firefox/mp4_demuxer/
-rw-r--r-- root/root usr/include/firefox/mp4_demuxer/Index.h
-rw-r--r-- root/root usr/include/firefox/mp4_demuxer/Interval.h
-rw-r--r-- root/root usr/include/firefox/mp4_demuxer/MP4Metadata.h
--rw-r--r-- root/root usr/include/firefox/mp4_demuxer/MP4TrackDemuxer.h
-rw-r--r-- root/root usr/include/firefox/mp4_demuxer/MoofParser.h
-rw-r--r-- root/root usr/include/firefox/mp4_demuxer/ResourceStream.h
-rw-r--r-- root/root usr/include/firefox/mp4_demuxer/SinfParser.h
-rw-r--r-- root/root usr/include/firefox/mp4_demuxer/Stream.h
--rw-r--r-- root/root usr/include/firefox/mp4_demuxer/mp4_demuxer.h
drwxr-xr-x root/root usr/include/firefox/mtransport/
-rw-r--r-- root/root usr/include/firefox/mtransport/dtlsidentity.h
-rw-r--r-- root/root usr/include/firefox/mtransport/m_cpp_utils.h
@@ -2786,6 +2868,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsContentListDeclarations.h
-rw-r--r-- root/root usr/include/firefox/nsContentPermissionHelper.h
-rw-r--r-- root/root usr/include/firefox/nsContentPolicyUtils.h
+-rw-r--r-- root/root usr/include/firefox/nsContentSecurityManager.h
-rw-r--r-- root/root usr/include/firefox/nsContentSink.h
-rw-r--r-- root/root usr/include/firefox/nsContentTypeParser.h
-rw-r--r-- root/root usr/include/firefox/nsContentUtils.h
@@ -2968,6 +3051,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIActivityProxy.h
-rw-r--r-- root/root usr/include/firefox/nsIActivityUIGlue.h
-rw-r--r-- root/root usr/include/firefox/nsIAddonInterposition.h
+-rw-r--r-- root/root usr/include/firefox/nsIAddonPolicyService.h
-rw-r--r-- root/root usr/include/firefox/nsIAlarmHalService.h
-rw-r--r-- root/root usr/include/firefox/nsIAlertsService.h
-rw-r--r-- root/root usr/include/firefox/nsIAnimationObserver.h
@@ -2996,6 +3080,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIAtomService.h
-rw-r--r-- root/root usr/include/firefox/nsIAttribute.h
-rw-r--r-- root/root usr/include/firefox/nsIAudioChannelAgent.h
+-rw-r--r-- root/root usr/include/firefox/nsIAudioChannelService.h
-rw-r--r-- root/root usr/include/firefox/nsIAuthInformation.h
-rw-r--r-- root/root usr/include/firefox/nsIAuthModule.h
-rw-r--r-- root/root usr/include/firefox/nsIAuthPrompt.h
@@ -3053,6 +3138,8 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsICancelable.h
-rw-r--r-- root/root usr/include/firefox/nsICancelableRunnable.h
-rw-r--r-- root/root usr/include/firefox/nsICanvasRenderingContextInternal.h
+-rw-r--r-- root/root usr/include/firefox/nsICaptivePortalDetector.h
+-rw-r--r-- root/root usr/include/firefox/nsICaptivePortalService.h
-rw-r--r-- root/root usr/include/firefox/nsICaseConversion.h
-rw-r--r-- root/root usr/include/firefox/nsICategoryManager.h
-rw-r--r-- root/root usr/include/firefox/nsICellBroadcastService.h
@@ -3262,7 +3349,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMHTMLTextAreaElement.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMHTMLUListElement.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMHistory.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMJSWindow.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMKeyEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMLocation.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMediaError.h
@@ -3387,6 +3473,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDragService.h
-rw-r--r-- root/root usr/include/firefox/nsIDragSession.h
-rw-r--r-- root/root usr/include/firefox/nsIDroppedLinkHandler.h
+-rw-r--r-- root/root usr/include/firefox/nsIEdgeReadingListExtractor.h
-rw-r--r-- root/root usr/include/firefox/nsIEditActionListener.h
-rw-r--r-- root/root usr/include/firefox/nsIEditingSession.h
-rw-r--r-- root/root usr/include/firefox/nsIEditor.h
@@ -3408,6 +3495,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIException.h
-rw-r--r-- root/root usr/include/firefox/nsIExpatSink.h
-rw-r--r-- root/root usr/include/firefox/nsIExtendedExpatSink.h
+-rw-r--r-- root/root usr/include/firefox/nsIExternalApplication.h
-rw-r--r-- root/root usr/include/firefox/nsIExternalHelperAppService.h
-rw-r--r-- root/root usr/include/firefox/nsIExternalProtocolHandler.h
-rw-r--r-- root/root usr/include/firefox/nsIExternalProtocolService.h
@@ -3454,7 +3542,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIFrame.h
-rw-r--r-- root/root usr/include/firefox/nsIFrameInlines.h
-rw-r--r-- root/root usr/include/firefox/nsIFrameLoader.h
--rw-r--r-- root/root usr/include/firefox/nsIFrameRequestCallback.h
-rw-r--r-- root/root usr/include/firefox/nsIFrameTraversal.h
-rw-r--r-- root/root usr/include/firefox/nsIFrameUtil.h
-rw-r--r-- root/root usr/include/firefox/nsIFxAccountsUIGlue.h
@@ -3508,8 +3595,8 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIIPCBackgroundChildCreateCallback.h
-rw-r--r-- root/root usr/include/firefox/nsIIPCSerializableInputStream.h
-rw-r--r-- root/root usr/include/firefox/nsIIPCSerializableURI.h
+-rw-r--r-- root/root usr/include/firefox/nsIIccContact.h
-rw-r--r-- root/root usr/include/firefox/nsIIccInfo.h
--rw-r--r-- root/root usr/include/firefox/nsIIccProvider.h
-rw-r--r-- root/root usr/include/firefox/nsIIccService.h
-rw-r--r-- root/root usr/include/firefox/nsIIconURI.h
-rw-r--r-- root/root usr/include/firefox/nsIIdentityCryptoService.h
@@ -3628,7 +3715,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIObserver.h
-rw-r--r-- root/root usr/include/firefox/nsIObserverService.h
-rw-r--r-- root/root usr/include/firefox/nsIOfflineCacheUpdate.h
--rw-r--r-- root/root usr/include/firefox/nsIOfflineStorage.h
-rw-r--r-- root/root usr/include/firefox/nsIOutputStream.h
-rw-r--r-- root/root usr/include/firefox/nsIPACGenerator.h
-rw-r--r-- root/root usr/include/firefox/nsIPK11Token.h
@@ -3679,7 +3765,11 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIPresentationDeviceManager.h
-rw-r--r-- root/root usr/include/firefox/nsIPresentationDevicePrompt.h
-rw-r--r-- root/root usr/include/firefox/nsIPresentationDeviceProvider.h
+-rw-r--r-- root/root usr/include/firefox/nsIPresentationListener.h
+-rw-r--r-- root/root usr/include/firefox/nsIPresentationRequestUIGlue.h
+-rw-r--r-- root/root usr/include/firefox/nsIPresentationService.h
-rw-r--r-- root/root usr/include/firefox/nsIPresentationSessionRequest.h
+-rw-r--r-- root/root usr/include/firefox/nsIPresentationSessionTransport.h
-rw-r--r-- root/root usr/include/firefox/nsIPrincipal.h
-rw-r--r-- root/root usr/include/firefox/nsIPrintDialogService.h
-rw-r--r-- root/root usr/include/firefox/nsIPrintOptions.h
@@ -3693,6 +3783,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIPrintingPromptService.h
-rw-r--r-- root/root usr/include/firefox/nsIPrivacyTransitionObserver.h
-rw-r--r-- root/root usr/include/firefox/nsIPrivateBrowsingChannel.h
+-rw-r--r-- root/root usr/include/firefox/nsIPrivateBrowsingTrackingProtectionWhitelist.h
-rw-r--r-- root/root usr/include/firefox/nsIProcess.h
-rw-r--r-- root/root usr/include/firefox/nsIProfileMigrator.h
-rw-r--r-- root/root usr/include/firefox/nsIProfileSaveEvent.h
@@ -3717,6 +3808,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIProxiedChannel.h
-rw-r--r-- root/root usr/include/firefox/nsIProxiedProtocolHandler.h
-rw-r--r-- root/root usr/include/firefox/nsIProxyInfo.h
+-rw-r--r-- root/root usr/include/firefox/nsIPushClient.h
-rw-r--r-- root/root usr/include/firefox/nsIPushNotificationService.h
-rw-r--r-- root/root usr/include/firefox/nsIPushObserverNotification.h
-rw-r--r-- root/root usr/include/firefox/nsIQueryContentEventResult.h
@@ -3748,7 +3840,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIReadConfig.h
-rw-r--r-- root/root usr/include/firefox/nsIRecoveryService.h
-rw-r--r-- root/root usr/include/firefox/nsIRedirectChannelRegistrar.h
--rw-r--r-- root/root usr/include/firefox/nsIRedirectHistory.h
-rw-r--r-- root/root usr/include/firefox/nsIRedirectResultListener.h
-rw-r--r-- root/root usr/include/firefox/nsIReflowCallback.h
-rw-r--r-- root/root usr/include/firefox/nsIReflowObserver.h
@@ -3789,6 +3880,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsISSLStatusProvider.h
-rw-r--r-- root/root usr/include/firefox/nsISafeOutputStream.h
-rw-r--r-- root/root usr/include/firefox/nsISaveAsCharset.h
+-rw-r--r-- root/root usr/include/firefox/nsISchedulingContext.h
-rw-r--r-- root/root usr/include/firefox/nsIScreen.h
-rw-r--r-- root/root usr/include/firefox/nsIScreenManager.h
-rw-r--r-- root/root usr/include/firefox/nsIScriptChannel.h
@@ -3883,6 +3975,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIStyleSheet.h
-rw-r--r-- root/root usr/include/firefox/nsIStyleSheetLinkingElement.h
-rw-r--r-- root/root usr/include/firefox/nsIStyleSheetService.h
+-rw-r--r-- root/root usr/include/firefox/nsISubstitutingProtocolHandler.h
-rw-r--r-- root/root usr/include/firefox/nsISupports.h
-rw-r--r-- root/root usr/include/firefox/nsISupportsArray.h
-rw-r--r-- root/root usr/include/firefox/nsISupportsBase.h
@@ -3898,6 +3991,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsISystemMessageGlue.h
-rw-r--r-- root/root usr/include/firefox/nsISystemMessagesInternal.h
-rw-r--r-- root/root usr/include/firefox/nsISystemProxySettings.h
+-rw-r--r-- root/root usr/include/firefox/nsISystemUpdateProvider.h
-rw-r--r-- root/root usr/include/firefox/nsITCPPresentationServer.h
-rw-r--r-- root/root usr/include/firefox/nsITCPServerSocketChild.h
-rw-r--r-- root/root usr/include/firefox/nsITCPServerSocketParent.h
@@ -4008,6 +4102,8 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserFind.h
-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserFocus.h
-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserPersist.h
+-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserPersistDocument.h
+-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserPersistable.h
-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserPrint.h
-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserSetup.h
-rw-r--r-- root/root usr/include/firefox/nsIWebBrowserStream.h
@@ -4109,6 +4205,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsNativeCharsetUtils.h
-rw-r--r-- root/root usr/include/firefox/nsNetCID.h
-rw-r--r-- root/root usr/include/firefox/nsNetUtil.h
+-rw-r--r-- root/root usr/include/firefox/nsNetUtil.inl
-rw-r--r-- root/root usr/include/firefox/nsNodeInfoManager.h
-rw-r--r-- root/root usr/include/firefox/nsNodeUtils.h
-rw-r--r-- root/root usr/include/firefox/nsNullPrincipal.h
@@ -4166,7 +4263,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsReadLine.h
-rw-r--r-- root/root usr/include/firefox/nsReadableUtils.h
-rw-r--r-- root/root usr/include/firefox/nsRect.h
--rw-r--r-- root/root usr/include/firefox/nsRefPtr.h
-rw-r--r-- root/root usr/include/firefox/nsRefPtrHashtable.h
-rw-r--r-- root/root usr/include/firefox/nsReferencedElement.h
-rw-r--r-- root/root usr/include/firefox/nsRefreshDriver.h
@@ -4366,303 +4462,6 @@ drwxr-xr-x root/root usr/include/firefox/opus/
-rw-r--r-- root/root usr/include/firefox/rdfISerializer.h
-rw-r--r-- root/root usr/include/firefox/rdfITripleVisitor.h
-rw-r--r-- root/root usr/include/firefox/shared-libraries.h
-drwxr-xr-x root/root usr/include/firefox/skia/
--rw-r--r-- root/root usr/include/firefox/skia/AndroidKeyToSkKey.h
--rw-r--r-- root/root usr/include/firefox/skia/GrBackendEffectFactory.h
--rw-r--r-- root/root usr/include/firefox/skia/GrClipData.h
--rw-r--r-- root/root usr/include/firefox/skia/GrColor.h
--rw-r--r-- root/root usr/include/firefox/skia/GrConfig.h
--rw-r--r-- root/root usr/include/firefox/skia/GrContext.h
--rw-r--r-- root/root usr/include/firefox/skia/GrContextFactory.h
--rw-r--r-- root/root usr/include/firefox/skia/GrCoordTransform.h
--rw-r--r-- root/root usr/include/firefox/skia/GrDrawEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/GrEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/GrEffectStage.h
--rw-r--r-- root/root usr/include/firefox/skia/GrEffectUnitTest.h
--rw-r--r-- root/root usr/include/firefox/skia/GrFontScaler.h
--rw-r--r-- root/root usr/include/firefox/skia/GrGLConfig.h
--rw-r--r-- root/root usr/include/firefox/skia/GrGLConfig_chrome.h
--rw-r--r-- root/root usr/include/firefox/skia/GrGLExtensions.h
--rw-r--r-- root/root usr/include/firefox/skia/GrGLFunctions.h
--rw-r--r-- root/root usr/include/firefox/skia/GrGLInterface.h
--rw-r--r-- root/root usr/include/firefox/skia/GrGlyph.h
--rw-r--r-- root/root usr/include/firefox/skia/GrGpuResource.h
--rw-r--r-- root/root usr/include/firefox/skia/GrPaint.h
--rw-r--r-- root/root usr/include/firefox/skia/GrPathRendererChain.h
--rw-r--r-- root/root usr/include/firefox/skia/GrRect.h
--rw-r--r-- root/root usr/include/firefox/skia/GrRenderTarget.h
--rw-r--r-- root/root usr/include/firefox/skia/GrSurface.h
--rw-r--r-- root/root usr/include/firefox/skia/GrTBackendEffectFactory.h
--rw-r--r-- root/root usr/include/firefox/skia/GrTexture.h
--rw-r--r-- root/root usr/include/firefox/skia/GrTextureAccess.h
--rw-r--r-- root/root usr/include/firefox/skia/GrTypes.h
--rw-r--r-- root/root usr/include/firefox/skia/GrTypesPriv.h
--rw-r--r-- root/root usr/include/firefox/skia/GrUserConfig.h
--rw-r--r-- root/root usr/include/firefox/skia/Sk1DPathEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/Sk2DPathEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkANGLEGLContext.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAdvancedTypefaceMetrics.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAlphaThresholdFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAnimator.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAnimatorView.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAnnotation.h
--rw-r--r-- root/root usr/include/firefox/skia/SkApplication.h
--rw-r--r-- root/root usr/include/firefox/skia/SkArithmeticMode.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAtomics_sync.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAtomics_win.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAutoCoInitialize.h
--rw-r--r-- root/root usr/include/firefox/skia/SkAvoidXfermode.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBBHFactory.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBGViewArtist.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBML_WXMLParser.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBML_XMLParser.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBarriers_arm.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBarriers_tsan.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBarriers_x86.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBitmap.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBitmapDevice.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBitmapSource.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBlitRow.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBlurDrawLooper.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBlurImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBlurMaskFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBlurTypes.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBorderView.h
--rw-r--r-- root/root usr/include/firefox/skia/SkBoundaryPatch.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCGUtils.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCamera.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCanvasStateUtils.h
--rw-r--r-- root/root usr/include/firefox/skia/SkChunkAlloc.h
--rw-r--r-- root/root usr/include/firefox/skia/SkClipStack.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColor.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColorFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColorFilterImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColorMatrix.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColorMatrixFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColorPriv.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColorShader.h
--rw-r--r-- root/root usr/include/firefox/skia/SkColorTable.h
--rw-r--r-- root/root usr/include/firefox/skia/SkComposeImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkComposeShader.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCondVar.h
--rw-r--r-- root/root usr/include/firefox/skia/SkConstexprMath.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCornerPathEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCubicInterval.h
--rw-r--r-- root/root usr/include/firefox/skia/SkCullPoints.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDOM.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDashPathEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkData.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDataTable.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDebugGLContext.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDebugUtils.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDecodingImageGenerator.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDeferredCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDeque.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDevice.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDeviceProperties.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDiscretePathEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDisplacementMapEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDither.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDocument.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDraw.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDrawExtraPathEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDrawFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDrawLooper.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDrawPictureCallback.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDropShadowImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDumpCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkDynamicAnnotations.h
--rw-r--r-- root/root usr/include/firefox/skia/SkEmbossMaskFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkEndian.h
--rw-r--r-- root/root usr/include/firefox/skia/SkError.h
--rw-r--r-- root/root usr/include/firefox/skia/SkEvent.h
--rw-r--r-- root/root usr/include/firefox/skia/SkEventSink.h
--rw-r--r-- root/root usr/include/firefox/skia/SkEventTracer.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFixed.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFlattenable.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFlattenableBuffers.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFlattenableSerialization.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFloatBits.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFloatingPoint.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFont.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFontConfigInterface.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFontHost.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFontLCDConfig.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFontMgr.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFontMgr_indirect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFontStyle.h
--rw-r--r-- root/root usr/include/firefox/skia/SkForceLinking.h
--rw-r--r-- root/root usr/include/firefox/skia/SkFrontBufferedStream.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGLContextHelper.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGPipe.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGpuDevice.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGr.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGrPixelRef.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGrTexturePixelRef.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGradientShader.h
--rw-r--r-- root/root usr/include/firefox/skia/SkGraphics.h
--rw-r--r-- root/root usr/include/firefox/skia/SkHRESULT.h
--rw-r--r-- root/root usr/include/firefox/skia/SkIStream.h
--rw-r--r-- root/root usr/include/firefox/skia/SkImage.h
--rw-r--r-- root/root usr/include/firefox/skia/SkImageDecoder.h
--rw-r--r-- root/root usr/include/firefox/skia/SkImageEncoder.h
--rw-r--r-- root/root usr/include/firefox/skia/SkImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkImageGenerator.h
--rw-r--r-- root/root usr/include/firefox/skia/SkImageInfo.h
--rw-r--r-- root/root usr/include/firefox/skia/SkImageView.h
--rw-r--r-- root/root usr/include/firefox/skia/SkInstCnt.h
--rw-r--r-- root/root usr/include/firefox/skia/SkInterpolator.h
--rw-r--r-- root/root usr/include/firefox/skia/SkJS.h
--rw-r--r-- root/root usr/include/firefox/skia/SkJSONCPP.h
--rw-r--r-- root/root usr/include/firefox/skia/SkKey.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLayer.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLayerDrawLooper.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLayerRasterizer.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLerpXfermode.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLightingImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLua.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLuaCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkLumaColorFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMagnifierImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMallocPixelRef.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMask.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMaskFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMath.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMatrix.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMatrix44.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMatrixConvolutionImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMatrixImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMergeImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMesaGLContext.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMeshUtils.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMetaData.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMorphologyImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMovie.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMutex_pthread.h
--rw-r--r-- root/root usr/include/firefox/skia/SkMutex_win.h
--rw-r--r-- root/root usr/include/firefox/skia/SkNWayCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkNativeGLContext.h
--rw-r--r-- root/root usr/include/firefox/skia/SkNinePatch.h
--rw-r--r-- root/root usr/include/firefox/skia/SkNoSaveLayerCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkNullCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkNullGLContext.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSFile.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSMenu.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSWindow_Android.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSWindow_Mac.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSWindow_NaCl.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSWindow_SDL.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSWindow_Unix.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSWindow_Win.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOSWindow_iOS.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOffsetImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkOnce.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPDFDevice.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPDFDocument.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPackBits.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPageFlipper.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPaint.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPaintFlagsDrawFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPaintOptionsAndroid.h
--rw-r--r-- root/root usr/include/firefox/skia/SkParse.h
--rw-r--r-- root/root usr/include/firefox/skia/SkParsePaint.h
--rw-r--r-- root/root usr/include/firefox/skia/SkParsePath.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPatch.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPath.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPathEffect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPathMeasure.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPathOps.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPathRef.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPathUtils.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPerlinNoiseShader.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPicture.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPictureImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPictureRecorder.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPictureUtils.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPixelRef.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPixelXorXfermode.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPoint.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPorterDuff.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPostConfig.h
--rw-r--r-- root/root usr/include/firefox/skia/SkPreConfig.h
--rw-r--r-- root/root usr/include/firefox/skia/SkProgressBarView.h
--rw-r--r-- root/root usr/include/firefox/skia/SkProxyCanvas.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRRect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRTConf.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRandom.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRasterizer.h
--rw-r--r-- root/root usr/include/firefox/skia/SkReadBuffer.h
--rw-r--r-- root/root usr/include/firefox/skia/SkReader32.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRecording.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRect.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRectShaderImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRefCnt.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRegion.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRemotableFontMgr.h
--rw-r--r-- root/root usr/include/firefox/skia/SkRunnable.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSVGAttribute.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSVGBase.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSVGPaintState.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSVGParser.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSVGTypes.h
--rw-r--r-- root/root usr/include/firefox/skia/SkScalar.h
--rw-r--r-- root/root usr/include/firefox/skia/SkScrollBarView.h
--rw-r--r-- root/root usr/include/firefox/skia/SkShader.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSize.h
--rw-r--r-- root/root usr/include/firefox/skia/SkStackViewLayout.h
--rw-r--r-- root/root usr/include/firefox/skia/SkStippleMaskFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkStream.h
--rw-r--r-- root/root usr/include/firefox/skia/SkStream_NSData.h
--rw-r--r-- root/root usr/include/firefox/skia/SkString.h
--rw-r--r-- root/root usr/include/firefox/skia/SkStrokeRec.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSurface.h
--rw-r--r-- root/root usr/include/firefox/skia/SkSystemEventTypes.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTArray.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTDArray.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTDStack.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTDict.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTInternalLList.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTLazy.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTRegistry.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTScopedComPtr.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTSearch.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTableColorFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTableMaskFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTemplates.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTestImageFilters.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTextBox.h
--rw-r--r-- root/root usr/include/firefox/skia/SkThread.h
--rw-r--r-- root/root usr/include/firefox/skia/SkThreadPool.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTileImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTime.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTouchGesture.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTransparentShader.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTypeface.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTypeface_android.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTypeface_cairo.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTypeface_mac.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTypeface_win.h
--rw-r--r-- root/root usr/include/firefox/skia/SkTypes.h
--rw-r--r-- root/root usr/include/firefox/skia/SkUnPreMultiply.h
--rw-r--r-- root/root usr/include/firefox/skia/SkUserConfig.h
--rw-r--r-- root/root usr/include/firefox/skia/SkUtils.h
--rw-r--r-- root/root usr/include/firefox/skia/SkView.h
--rw-r--r-- root/root usr/include/firefox/skia/SkViewInflate.h
--rw-r--r-- root/root usr/include/firefox/skia/SkWGL.h
--rw-r--r-- root/root usr/include/firefox/skia/SkWeakRefCnt.h
--rw-r--r-- root/root usr/include/firefox/skia/SkWidget.h
--rw-r--r-- root/root usr/include/firefox/skia/SkWidgetViews.h
--rw-r--r-- root/root usr/include/firefox/skia/SkWindow.h
--rw-r--r-- root/root usr/include/firefox/skia/SkWriteBuffer.h
--rw-r--r-- root/root usr/include/firefox/skia/SkWriter32.h
--rw-r--r-- root/root usr/include/firefox/skia/SkXMLParser.h
--rw-r--r-- root/root usr/include/firefox/skia/SkXMLWriter.h
--rw-r--r-- root/root usr/include/firefox/skia/SkXPSDevice.h
--rw-r--r-- root/root usr/include/firefox/skia/SkXfermode.h
--rw-r--r-- root/root usr/include/firefox/skia/SkXfermodeImageFilter.h
--rw-r--r-- root/root usr/include/firefox/skia/XkeysToSkKeys.h
--rw-r--r-- root/root usr/include/firefox/skia/keysym2ucs.h
drwxr-xr-x root/root usr/include/firefox/snappy/
-rw-r--r-- root/root usr/include/firefox/snappy/snappy-c.h
-rw-r--r-- root/root usr/include/firefox/snappy/snappy-stubs-public.h
@@ -4671,6 +4470,7 @@ drwxr-xr-x root/root usr/include/firefox/soundtouch/
-rw-r--r-- root/root usr/include/firefox/soundtouch/FIFOSamplePipe.h
-rw-r--r-- root/root usr/include/firefox/soundtouch/STTypes.h
-rw-r--r-- root/root usr/include/firefox/soundtouch/SoundTouch.h
+-rw-r--r-- root/root usr/include/firefox/soundtouch/SoundTouchFactory.h
-rw-r--r-- root/root usr/include/firefox/soundtouch/soundtouch_config.h
drwxr-xr-x root/root usr/include/firefox/speex/
-rw-r--r-- root/root usr/include/firefox/speex/speex_resampler.h
@@ -4799,6 +4599,7 @@ drwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/
drwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/0.1/
-rw-r--r-- root/root usr/lib/firefox/gmp-clearkey/0.1/clearkey.info
-rwxr-xr-x root/root usr/lib/firefox/gmp-clearkey/0.1/libclearkey.so
+-rwxr-xr-x root/root usr/lib/firefox/liblgpllibs.so
-rwxr-xr-x root/root usr/lib/firefox/libxul.so
-rw-r--r-- root/root usr/lib/firefox/omni.ja
-rw-r--r-- root/root usr/lib/firefox/platform.ini
@@ -4916,6 +4717,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIActivityProxy.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIActivityUIGlue.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAddonInterposition.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIAddonPolicyService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAlarmHalService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAlertsService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAnnotationService.idl
@@ -4940,6 +4742,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIAtom.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAtomService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAudioChannelAgent.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIAudioChannelService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAuthInformation.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAuthModule.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAuthPrompt.idl
@@ -4991,6 +4794,8 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsICachingChannel.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsICancelable.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsICancelableRunnable.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsICaptivePortalDetector.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsICaptivePortalService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsICategoryManager.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsICellBroadcastService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsICellInfo.idl
@@ -5186,7 +4991,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMHTMLTextAreaElement.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMHTMLUListElement.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMHistory.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMJSWindow.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMKeyEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMLocation.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMediaError.idl
@@ -5302,6 +5106,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDragService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDragSession.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDroppedLinkHandler.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIEdgeReadingListExtractor.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIEditActionListener.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIEditingSession.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIEditor.idl
@@ -5323,6 +5128,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIException.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIExpatSink.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIExtendedExpatSink.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIExternalApplication.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIExternalHelperAppService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIExternalProtocolHandler.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIExternalProtocolService.idl
@@ -5362,7 +5168,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIFormSubmitObserver.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIFormatConverter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIFrameLoader.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIFrameRequestCallback.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIFxAccountsUIGlue.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGConfService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGIOService.idl
@@ -5405,8 +5210,8 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIIOService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIIOService2.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIIOUtil.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIIccContact.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIIccInfo.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIIccProvider.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIIccService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIIconURI.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIIdentityCryptoService.idl
@@ -5552,7 +5357,11 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationDeviceManager.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationDevicePrompt.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationDeviceProvider.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationListener.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationRequestUIGlue.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationSessionRequest.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIPresentationSessionTransport.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrincipal.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrintOptions.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrintProgress.idl
@@ -5565,6 +5374,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrintingPromptService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrivacyTransitionObserver.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrivateBrowsingChannel.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIPrivateBrowsingTrackingProtectionWhitelist.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProcess.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileMigrator.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileSaveEvent.idl
@@ -5589,6 +5399,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIProxiedChannel.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProxiedProtocolHandler.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProxyInfo.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIPushClient.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPushNotificationService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIPushObserverNotification.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIQueryContentEventResult.idl
@@ -5617,7 +5428,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIReadConfig.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIRecoveryService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIRedirectChannelRegistrar.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIRedirectHistory.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIRedirectResultListener.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIReflowObserver.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIRefreshURI.idl
@@ -5654,6 +5464,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsISSLStatusProvider.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISafeOutputStream.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISaveAsCharset.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISchedulingContext.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIScreen.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIScreenManager.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIScriptChannel.idl
@@ -5729,6 +5540,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIStringStream.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStructuredCloneContainer.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStyleSheetService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISubstitutingProtocolHandler.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISupports.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISupportsArray.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISupportsIterators.idl
@@ -5741,6 +5553,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsISystemMessageGlue.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISystemMessagesInternal.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISystemProxySettings.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISystemUpdateProvider.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsITCPPresentationServer.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsITCPServerSocketChild.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsITCPServerSocketParent.idl
@@ -5840,6 +5653,8 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserFind.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserFocus.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserPersist.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserPersistDocument.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserPersistable.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserPrint.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserSetup.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIWebBrowserStream.idl
diff --git a/firefox/.md5sum b/firefox/.md5sum
index 2979c75..6f5c9d9 100644
--- a/firefox/.md5sum
+++ b/firefox/.md5sum
@@ -1,3 +1,3 @@
-d71f0f761c51aeae03e367001afc9f8d firefox-41.0.2.source.tar.xz
+33a5d6f45a41021bea135ee866bfb7de firefox-42.0b7.source.tar.xz
1c53b819f800c61cd50e7c47bdb30bf0 firefox-install-dir.patch
cf6971669f70b440cb6ff8df8b2722ae firefox.desktop
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index 73cc307..ee2bd6b 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -1,17 +1,17 @@
# Description: The Mozilla Firefox browser
# URL: http://www.mozilla.com/firefox/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
-# Depends on: nss, unzip, zip, libidl, gtk, python, alsa-lib, xorg-libxt, yasm, mesa3d, gst-plugins-base
+# Depends on: nss, unzip, zip, libidl, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, gst-plugins-base
name=firefox
-version=41.0.2
-release=2
+version=42.0b7
+release=1
source=(http://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox…
firefox-install-dir.patch firefox.desktop)
build() {
- cd mozilla-release
-
+ cd $name-$version
+
sed -i '/^ftfntfmt.h/ i freetype/ftfntfmt.h' config/system-headers
patch -p1 -i $SRC/firefox-install-dir.patch
@@ -19,6 +19,7 @@ cat <<- EOF > .mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared
mk_add_options MOZ_MAKE_FLAGS="$MAKEFLAGS -s"
ac_add_options --prefix=/usr
+ #ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
@@ -28,7 +29,6 @@ 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"
@@ -37,16 +37,12 @@ cat <<- EOF > .mozconfig
ac_add_options --enable-extensions=default,-gnomevfs
ac_add_options --enable-shared
ac_add_options --enable-svg
- ac_add_options --enable-canvas
ac_add_options --enable-crypto
- ac_add_options --enable-single-profile
- ac_add_options --enable-places
- ac_add_options --enable-storage
- ac_add_options --enable-places_bookmarks
- ac_add_options --enable-image-encoder=all
ac_add_options --enable-xft
ac_add_options --enable-gstreamer=1.0
ac_add_options --enable-pic
+ ac_add_options --enable-eme
+ ac_add_options --enable-eme=adobe
ac_add_options --disable-tests
ac_add_options --disable-mochitest
ac_add_options --disable-dbus
1
0
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
ports/opt (3.1): grub2: remove no-longer-needed freetype include path boondogglery
by crux@crux.nu 18 Nov '15
by crux@crux.nu 18 Nov '15
18 Nov '15
commit f54bfef3558f853b9b2b5505d2c977b539fbe63f
Author: Matt Housh <jaeger(a)crux.ninja>
Date: Sun Oct 18 19:51:29 2015 -0500
grub2: remove no-longer-needed freetype include path boondogglery
diff --git a/grub2/Pkgfile b/grub2/Pkgfile
index f32e71e..2963699 100644
--- a/grub2/Pkgfile
+++ b/grub2/Pkgfile
@@ -17,9 +17,6 @@ build() {
# fix for glibc 'gets' removal
sed -i -e '/gets is a/d' grub-core/gnulib/stdio.in.h
- # fix for ftsynth.h path
- sed -i -e 's|freetype/ftsynth.h|freetype2/ftsynth.h|' util/grub-mkfont.c
-
patch -i $SRC/$name-00_header.diff util/grub.d/00_header.in
patch -i $SRC/$name-10_linux.diff util/grub.d/10_linux.in
1
0
commit e9825b75452f71c93957793c70fe52d5616f0380
Merge: bbf51fa caddcfa
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Sun Oct 18 20:44:02 2015 +0200
Merge branch '3.1' into 3.2
1
0
commit c2df40d7ceb4930d49e0afb0ed97bf0bf0c8e1c5
Author: Juergen Daubert <jue(a)jue.li>
Date: Fri Oct 23 19:31:33 2015 +0200
wpa_supplicant: add dbus support (FS#957)
diff --git a/wpa_supplicant/.footprint b/wpa_supplicant/.footprint
index 4e2d821..7c74b23 100644
--- a/wpa_supplicant/.footprint
+++ b/wpa_supplicant/.footprint
@@ -1,9 +1,12 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/wlan
-lrwxrwxrwx root/root etc/wpa.conf -> wpa_supplicant.conf
-rw------- root/root etc/wpa_supplicant.conf
drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/etc/
+drwxr-xr-x root/root usr/etc/dbus-1/
+drwxr-xr-x root/root usr/etc/dbus-1/system.d/
+-rw-r--r-- root/root usr/etc/dbus-1/system.d/wpa_supplicant.conf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/wpa_supplicant.conf.5.gz
@@ -16,3 +19,7 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/wpa_cli
-rwxr-xr-x root/root usr/sbin/wpa_passphrase
-rwxr-xr-x root/root usr/sbin/wpa_supplicant
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/system-services/
+-rw-r--r-- root/root usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service
diff --git a/wpa_supplicant/Pkgfile b/wpa_supplicant/Pkgfile
index 91cac16..725ef7b 100644
--- a/wpa_supplicant/Pkgfile
+++ b/wpa_supplicant/Pkgfile
@@ -1,11 +1,11 @@
# Description: User space IEEE 802.1X/WPA supplicant (wireless client)
# URL: http://hostap.epitest.fi/wpa_supplicant/
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: openssl ncurses readline libnl
+# Depends on: openssl readline libnl dbus
name=wpa_supplicant
version=2.5
-release=1
+release=2
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz
wlan)
@@ -15,21 +15,25 @@ build () {
cp defconfig .config
echo "CONFIG_READLINE=y
CONFIG_LIBNL32=y
+ CONFIG_CTRL_IFACE_DBUS_NEW=y
CFLAGS+=-I/usr/include/libnl3" >> .config
- make
+ make BINDIR=/usr/sbin LIBDIR=/usr/lib
install -d $PKG/{usr/sbin,usr/man/man{8,5},etc}
install -m 0755 wpa_{cli,passphrase,supplicant} $PKG/usr/sbin
install -m 0644 doc/docbook/wpa_{background,cli,passphrase,supplicant}.8 $PKG/usr/man/man8
install -m 0644 doc/docbook/wpa_supplicant.conf.5 $PKG/usr/man/man5
+ # config
echo -e "ctrl_interface=/var/run/wpa_supplicant\n" > $PKG/etc/wpa_supplicant.conf
chmod 0600 $PKG/etc/wpa_supplicant.conf
-
- # symlink for compatibility with older releases
- ln -s wpa_supplicant.conf $PKG/etc/wpa.conf
# rc script
install -D -m 0755 $SRC/wlan $PKG/etc/rc.d/wlan
+
+ # dbus
+ install -d $PKG/usr/{share/dbus-1/system-services,etc/dbus-1/system.d}
+ install -m 0644 dbus/fi.w1.wpa_supplicant1.service $PKG/usr/share/dbus-1/system-services/
+ install -m 0644 dbus/dbus-wpa_supplicant.conf $PKG/usr/etc/dbus-1/system.d/wpa_supplicant.conf
}
1
0
commit 369fee415e81878f1075379a65972f42d5cf7d05
Merge: 27d2991 8b56543
Author: Juergen Daubert <jue(a)jue.li>
Date: Thu Oct 22 12:16:47 2015 +0200
Merge branch '3.1' into 3.2
1
0
commit 27d2991746823fe38c865335c2221b764acda726
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Wed Oct 21 18:35:01 2015 +0200
nspr: updated to 4.10.10
diff --git a/nspr/.md5sum b/nspr/.md5sum
index 9f3cfd7..6f6ad60 100644
--- a/nspr/.md5sum
+++ b/nspr/.md5sum
@@ -1,2 +1,2 @@
-86769a7fc3b4c30f7fdcb45ab284c452 nspr-4.10.9.tar.gz
+cf43d04668ab20f12cd0b5fa24315354 nspr-4.10.10.tar.gz
2083f33e11dfe15feb7bf9bca0f6c44b nspr.pc.in
diff --git a/nspr/Pkgfile b/nspr/Pkgfile
index 875fd0a..c521c04 100644
--- a/nspr/Pkgfile
+++ b/nspr/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
name=nspr
-version=4.10.9
+version=4.10.10
release=1
source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$version/src/…
$name.pc.in)
1
0
commit 1e18c2b2df2ec4ac263982b2df0385fe592dd023
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Wed Oct 21 18:34:02 2015 +0200
firefox: updated to 42.0b8
diff --git a/firefox/.md5sum b/firefox/.md5sum
index 6f5c9d9..ecc049be 100644
--- a/firefox/.md5sum
+++ b/firefox/.md5sum
@@ -1,3 +1,3 @@
-33a5d6f45a41021bea135ee866bfb7de firefox-42.0b7.source.tar.xz
+45f6cd2356b6fc564d79bb7d2a2ca4ec firefox-42.0b8.source.tar.xz
1c53b819f800c61cd50e7c47bdb30bf0 firefox-install-dir.patch
cf6971669f70b440cb6ff8df8b2722ae firefox.desktop
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index 0829334..967cfad 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nss, unzip, zip, libidl, gtk3, python, alsa-lib, xorg-libxt, yasm, mesa3d, gst-plugins-base
name=firefox
-version=42.0b7
+version=42.0b8
release=1
source=(http://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox…
firefox-install-dir.patch firefox.desktop)
1
0