aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2024-02-05 19:29:13 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2024-02-05 19:29:13 +0000
commitf40130f4782bc637ee8f7977723921724e012913 (patch)
tree7a2374c80303b03af034dc4dfc3b463922c73c94
parent2a83db677f9bb373bdf7b3e8984999c676034f0b (diff)
downloadports-f40130f4782bc637ee8f7977723921724e012913.tar.gz
ports-f40130f4782bc637ee8f7977723921724e012913.zip
www/firefox: update to 122.0.1 (rc1)
Release Notes (soon): https://www.mozilla.org/en-US/firefox/122.0.1/releasenotes/ also switch webrtc-camera-detection patch to upstream for better tracking
-rw-r--r--www/firefox/Makefile4
-rw-r--r--www/firefox/distinfo6
-rw-r--r--www/firefox/files/patch-bug1878010 (renamed from www/firefox/files/patch-third__party_libwebrtc_modules_video__capture_video__capture__factory.cc)8
3 files changed, 11 insertions, 7 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 8990f9797ccf..936fde1d8578 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,10 +1,10 @@
PORTNAME= firefox
-DISTVERSION= 122.0
+DISTVERSION= 122.0.1
PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= www wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
- MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source
DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}
MAINTAINER= gecko@FreeBSD.org
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 8df3785b77c5..18556518ac19 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705613320
-SHA256 (firefox-122.0.source.tar.xz) = b84815a90e147965e4c0b50599c85b1022ab0fce42105e5ef45c630dcca5dec3
-SIZE (firefox-122.0.source.tar.xz) = 531823484
+TIMESTAMP = 1707158162
+SHA256 (firefox-122.0.1.source.tar.xz) = 36f19c9a748eec2fd6d3a1594d0f1d7b715eaa1d9ed6d7eeda9db8478dcf36d6
+SIZE (firefox-122.0.1.source.tar.xz) = 533052916
diff --git a/www/firefox/files/patch-third__party_libwebrtc_modules_video__capture_video__capture__factory.cc b/www/firefox/files/patch-bug1878010
index b57030bdb636..e247f2d95d7b 100644
--- a/www/firefox/files/patch-third__party_libwebrtc_modules_video__capture_video__capture__factory.cc
+++ b/www/firefox/files/patch-bug1878010
@@ -1,6 +1,10 @@
-commit 324c4811690dd288a7bbd1378d129dc5e9d6f16b
+commit fa2a8be440397b623eab7a414c5685932176ef03
+Author: Andreas Pehrson <apehrson@mozilla.com>
+Date: Fri Feb 2 18:43:54 2024 +0000
- video capture also is implented with WEBRTC_BSD (at least on FreeBSD)
+ Bug 1878010 - Fix webrtc::VideoCaptureFactory for BSD. r=grulja,gaston,webrtc-reviewers,mjf
+
+ Differential Revision: https://phabricator.services.mozilla.com/D200427
diff --git third_party/libwebrtc/modules/video_capture/video_capture_factory.cc third_party/libwebrtc/modules/video_capture/video_capture_factory.cc
index e085ac2df8a0..2790fbbe1cba 100644