1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

www/chromium: update to 111.0.5563.110

Approved by:	rene (mentor)
Security:	https://vuxml.freebsd.org/freebsd/c8b334e0-6e83-4575-81d1-f9d5803ceb07.html
Differential Revision:	https://reviews.freebsd.org/D39202

(cherry picked from commit 2b9a294f24)
This commit is contained in:
Robert Nagy 2023-03-22 10:38:08 +01:00
parent e84271e849
commit fda523b61a
4 changed files with 28 additions and 20 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= chromium
PORTVERSION= 111.0.5563.64
PORTREVISION= 1
PORTVERSION= 111.0.5563.110
CATEGORIES= www wayland
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
https://nerd.hu/distfiles/:external

View File

@ -1,9 +1,9 @@
TIMESTAMP = 1678302648
SHA256 (chromium-111.0.5563.64.tar.xz) = 7d5ca0e2bdb22a97713e6bfce74c651006d71aa883056c8e2c2a148039fe4074
SIZE (chromium-111.0.5563.64.tar.xz) = 1740670460
SHA256 (chrome-linux-111.0.5563.64-llvm13.profdata.tar.xz) = 4cc5876ee99fad5560dc5530aa16d2ac528c5a0b0675fe4390d38de1aabbe837
SIZE (chrome-linux-111.0.5563.64-llvm13.profdata.tar.xz) = 26296256
SHA256 (chromium-111.0.5563.64-testdata.tar.xz) = 944ddbc5c47541498d18f0f4d49d8dfe2f38c3553e8d589c1150748c6c7383eb
SIZE (chromium-111.0.5563.64-testdata.tar.xz) = 263698728
TIMESTAMP = 1679477825
SHA256 (chromium-111.0.5563.110.tar.xz) = 49dd6c73b170a2dcf6edbb516cd9f77b550cc3d968f2097927c637015487a765
SIZE (chromium-111.0.5563.110.tar.xz) = 1740800700
SHA256 (chrome-linux-111.0.5563.110-llvm13.profdata.tar.xz) = 5f41517fe975c7fce538c84b51c79a05c502d4ad9303735b26406d4a94b908b5
SIZE (chrome-linux-111.0.5563.110-llvm13.profdata.tar.xz) = 26313924
SHA256 (chromium-111.0.5563.110-testdata.tar.xz) = 9003084208f20affc418addc90e77a6022f2db2394517baad4a2ace6415b3598
SIZE (chromium-111.0.5563.110-testdata.tar.xz) = 256039832
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734

View File

@ -1,4 +1,4 @@
--- media/base/video_frame.cc.orig 2023-03-09 06:31:50 UTC
--- media/base/video_frame.cc.orig 2023-03-22 09:35:28 UTC
+++ media/base/video_frame.cc
@@ -80,7 +80,7 @@ std::string VideoFrame::StorageTypeToString(
return "OWNED_MEMORY";
@ -27,7 +27,7 @@
// This class allows us to embed a vector<ScopedFD> into a scoped_refptr, and
// thus to have several VideoFrames share the same set of DMABUF FDs.
class VideoFrame::DmabufHolder
@@ -647,7 +647,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
@@ -636,7 +636,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
for (size_t i = 0; i < num_planes; ++i)
planes[i].stride = gpu_memory_buffer->stride(i);
uint64_t modifier = gfx::NativePixmapHandle::kNoModifier;
@ -36,7 +36,7 @@
if (gpu_memory_buffer->GetType() == gfx::NATIVE_PIXMAP) {
const auto gmb_handle = gpu_memory_buffer->CloneHandle();
if (gmb_handle.is_null() ||
@@ -693,7 +693,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
@@ -682,7 +682,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
return frame;
}
@ -45,7 +45,7 @@
// static
scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs(
const VideoFrameLayout& layout,
@@ -913,7 +913,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapVideoFrame(
@@ -902,7 +902,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapVideoFrame(
}
}
@ -54,7 +54,7 @@
DCHECK(frame->dmabuf_fds_);
// If there are any |dmabuf_fds_| plugged in, we should refer them too.
wrapping_frame->dmabuf_fds_ = frame->dmabuf_fds_;
@@ -1304,7 +1304,7 @@ const gpu::MailboxHolder& VideoFrame::mailbox_holder(
@@ -1293,7 +1293,7 @@ const gpu::MailboxHolder& VideoFrame::mailbox_holder(
: mailbox_holders_[texture_index];
}
@ -63,7 +63,7 @@
const std::vector<base::ScopedFD>& VideoFrame::DmabufFds() const {
DCHECK_EQ(storage_type_, STORAGE_DMABUFS);
@@ -1417,7 +1417,7 @@ VideoFrame::VideoFrame(const VideoFrameLayout& layout,
@@ -1406,7 +1406,7 @@ VideoFrame::VideoFrame(const VideoFrameLayout& layout,
storage_type_(storage_type),
visible_rect_(Intersection(visible_rect, gfx::Rect(layout.coded_size()))),
natural_size_(natural_size),

View File

@ -1,6 +1,15 @@
--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2023-03-09 06:31:50 UTC
--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2023-03-22 09:35:28 UTC
+++ third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -1347,7 +1347,7 @@
@@ -1127,7 +1127,7 @@
{
name: "DocumentPictureInPictureAPI",
origin_trial_feature_name: "DocumentPictureInPictureAPI",
- origin_trial_os: ["win", "mac", "linux", "chromeos"],
+ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"],
status: {
"Android": "",
"ChromeOS_Lacros": "",
@@ -1348,7 +1348,7 @@
depends_on: ["FileSystemAccessLocal"],
status: {"Android": "test", "default": "stable"},
origin_trial_feature_name: "FileHandling",
@ -9,7 +18,7 @@
base_feature: "FileHandlingAPI",
},
{
@@ -2924,7 +2924,7 @@
@@ -2925,7 +2925,7 @@
{
name: "UnrestrictedSharedArrayBuffer",
origin_trial_feature_name: "UnrestrictedSharedArrayBuffer",
@ -18,7 +27,7 @@
},
{
name: "URLPatternCompareComponent",
@@ -2944,7 +2944,7 @@
@@ -2945,7 +2945,7 @@
origin_trial_feature_name: "UserAgentReduction",
origin_trial_allows_third_party: true,
// iOS not included as it should not send a reduced User-Agent string.
@ -27,7 +36,7 @@
base_feature: "ReduceUserAgent",
},
{
@@ -3107,12 +3107,12 @@
@@ -3108,12 +3108,12 @@
name: "WebAppUrlHandling",
status: "experimental",
origin_trial_feature_name: "WebAppUrlHandling",