Date: Sat, 20 Mar 2021 23:34:40 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568897 - in head/www/firefox: . files Message-ID: <202103202334.12KNYeRo067304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Sat Mar 20 23:34:39 2021 New Revision: 568897 URL: https://svnweb.freebsd.org/changeset/ports/568897 Log: update firefox to 87.0 (rc3) Release Notes (soon): https://www.mozilla.org/en-US/firefox/87.0/releasenotes/ MFH: 2021Q1 (soon) Modified: head/www/firefox/Makefile head/www/firefox/distinfo head/www/firefox/files/patch-bug1664115 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Mar 20 22:50:43 2021 (r568896) +++ head/www/firefox/Makefile Sat Mar 20 23:34:39 2021 (r568897) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 86.0.1 +DISTVERSION= 87.0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Sat Mar 20 22:50:43 2021 (r568896) +++ head/www/firefox/distinfo Sat Mar 20 23:34:39 2021 (r568897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615464256 -SHA256 (firefox-86.0.1.source.tar.xz) = 74f99c226ae6747f0170566f4f88be410866b0120214d2a593566cd1fff3d3df -SIZE (firefox-86.0.1.source.tar.xz) = 369541992 +TIMESTAMP = 1616281703 +SHA256 (firefox-87.0.source.tar.xz) = ce98be0522f971b6950f22c738c4b2caf19cf7f48ab2ae2e6d46694af7fd58ab +SIZE (firefox-87.0.source.tar.xz) = 377285124 Modified: head/www/firefox/files/patch-bug1664115 ============================================================================== --- head/www/firefox/files/patch-bug1664115 Sat Mar 20 22:50:43 2021 (r568896) +++ head/www/firefox/files/patch-bug1664115 Sat Mar 20 23:34:39 2021 (r568897) @@ -3,11 +3,9 @@ using any cubeb backends other than pulse-rust to play such change will be that users will not be able to do profiling on threads created by libcubeb. -diff --git dom/media/AudioStream.cpp dom/media/AudioStream.cpp -index 1b62a26ab32b2..35c61f612bf72 100644 ---- dom/media/AudioStream.cpp -+++ dom/media/AudioStream.cpp -@@ -25,7 +25,6 @@ +--- dom/media/AudioStream.cpp.orig 2021-03-20 22:57:21.194862000 +0100 ++++ dom/media/AudioStream.cpp 2021-03-20 23:00:50.527112000 +0100 +@@ -26,7 +26,6 @@ #endif #include "Tracing.h" #include "webaudio/blink/DenormalDisabler.h" @@ -15,18 +13,18 @@ index 1b62a26ab32b2..35c61f612bf72 100644 // Use abort() instead of exception in SoundTouch. #define ST_NO_EXCEPTION_HANDLING 1 -@@ -138,9 +137,7 @@ +@@ -139,9 +138,7 @@ mTimeStretcher(nullptr), mState(INITIALIZED), mDataSource(aSource), - mPrefillQuirk(false), - mAudioThreadId(0), -- mSandboxed(CubebUtils::SandboxEnabled()) { -+ mPrefillQuirk(false) { - #if defined(XP_WIN) - if (XRE_IsContentProcess()) { - audio::AudioNotificationReceiver::Register(this); -@@ -587,21 +584,7 @@ +- mSandboxed(CubebUtils::SandboxEnabled()) {} ++ mPrefillQuirk(false) {} + + AudioStream::~AudioStream() { + LOG("deleted, state %d", mState); +@@ -565,21 +562,7 @@ aWriter.Available()); } @@ -48,7 +46,7 @@ index 1b62a26ab32b2..35c61f612bf72 100644 WebCore::DenormalDisabler disabler; TRACE_AUDIO_CALLBACK_BUDGET(aFrames, mAudioClock.GetInputRate()); -@@ -657,9 +640,6 @@ +@@ -635,9 +618,6 @@ mDumpFile.Write(static_cast<const AudioDataValue*>(aBuffer), aFrames * mOutChannels); @@ -58,11 +56,9 @@ index 1b62a26ab32b2..35c61f612bf72 100644 return aFrames - writer.Available(); } -diff --git dom/media/AudioStream.h dom/media/AudioStream.h -index 933e4cb3bfdb5..5d2181e632af9 100644 ---- dom/media/AudioStream.h -+++ dom/media/AudioStream.h -@@ -307,7 +307,6 @@ class AudioStream final +--- dom/media/AudioStream.h.orig 2021-03-20 23:01:10.169773000 +0100 ++++ dom/media/AudioStream.h 2021-03-20 23:01:56.622691000 +0100 +@@ -294,7 +294,6 @@ template <typename Function, typename... Args> int InvokeCubeb(Function aFunction, Args&&... aArgs); @@ -70,7 +66,7 @@ index 933e4cb3bfdb5..5d2181e632af9 100644 // The monitor is held to protect all access to member variables. Monitor mMonitor; -@@ -341,9 +340,6 @@ class AudioStream final +@@ -328,9 +327,6 @@ // the default device is used. It is set // during the Init() in decoder thread. RefPtr<AudioDeviceInfo> mSinkInfo;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103202334.12KNYeRo067304>