Skip to content

Commit

Permalink
www/firefox: update to 122.0.1 (rc1)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
moench-tegeder committed Feb 5, 2024
1 parent 2a83db6 commit f40130f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/firefox/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions www/firefox/distinfo
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f40130f

Please sign in to comment.