git: 47937c132544 - main - www/chromium: update to 135.0.7049.95
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Apr 2025 07:53:47 UTC
The branch main has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=47937c13254470bde26f8245c0cda897e7a4cea1 commit 47937c13254470bde26f8245c0cda897e7a4cea1 Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2025-04-16 07:53:10 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2025-04-16 07:53:40 +0000 www/chromium: update to 135.0.7049.95 Security: https://vuxml.freebsd.org/freebsd/bf5d29ea-1a93-11f0-8cb5-a8a1599412c6.html --- www/chromium/Makefile | 2 +- www/chromium/distinfo | 8 +++----- www/chromium/files/patch-media_base_video__frame.cc | 6 +++--- www/chromium/files/patch-media_base_video__frame.h | 8 ++++---- ...link_renderer_modules_webgl_webgl__rendering__context__base.cc | 4 ++-- 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 72f384c9662f..dfd30f695eae 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 135.0.7049.84 +PORTVERSION= 135.0.7049.95 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 29aa65419ed7..ac0f96b1041f 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1744702248 -SHA256 (chromium-135.0.7049.84.tar.xz) = 43fafda47b177c4aa89ab2849bfb8e9bf035be5281f9bb0e0cae41eabd53832e -SIZE (chromium-135.0.7049.84.tar.xz) = 7025887252 +TIMESTAMP = 1744788687 +SHA256 (chromium-135.0.7049.95.tar.xz) = 1dfd87fe48fa6d5a9d465363f7c85302c75851b9c6afd45e1e02b191413c20ca +SIZE (chromium-135.0.7049.95.tar.xz) = 7099128752 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-135.0.7049.84-testdata.tar.xz) = 9cd340ccdd821752506697cfda536afa82dcee6dcfb9914e6754d8a3decc7379 -SIZE (chromium-135.0.7049.84-testdata.tar.xz) = 646330872 diff --git a/www/chromium/files/patch-media_base_video__frame.cc b/www/chromium/files/patch-media_base_video__frame.cc index f296e74c02d6..e9c4d34eeec1 100644 --- a/www/chromium/files/patch-media_base_video__frame.cc +++ b/www/chromium/files/patch-media_base_video__frame.cc @@ -1,4 +1,4 @@ ---- media/base/video_frame.cc.orig 2025-04-04 08:52:13 UTC +--- media/base/video_frame.cc.orig 2025-04-16 07:51:27 UTC +++ media/base/video_frame.cc @@ -92,7 +92,7 @@ std::string VideoFrame::StorageTypeToString( return "OWNED_MEMORY"; @@ -27,7 +27,7 @@ bool is_native_buffer = gpu_memory_buffer ? (gpu_memory_buffer->GetType() != gfx::SHARED_MEMORY_BUFFER) -@@ -913,7 +913,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM +@@ -938,7 +938,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM return frame; } @@ -36,7 +36,7 @@ // static scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs( const VideoFrameLayout& layout, -@@ -1600,7 +1600,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar +@@ -1625,7 +1625,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar return wrapped_frame_ ? wrapped_frame_->shared_image() : shared_image_; } diff --git a/www/chromium/files/patch-media_base_video__frame.h b/www/chromium/files/patch-media_base_video__frame.h index 371281e076de..475f3b5a4c9c 100644 --- a/www/chromium/files/patch-media_base_video__frame.h +++ b/www/chromium/files/patch-media_base_video__frame.h @@ -1,4 +1,4 @@ ---- media/base/video_frame.h.orig 2025-04-04 08:52:13 UTC +--- media/base/video_frame.h.orig 2025-04-16 07:51:27 UTC +++ media/base/video_frame.h @@ -42,7 +42,7 @@ #include "ui/gfx/geometry/size.h" @@ -18,7 +18,7 @@ STORAGE_DMABUFS = 5, // Each plane is stored into a DmaBuf. #endif STORAGE_GPU_MEMORY_BUFFER = 6, -@@ -424,7 +424,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -435,7 +435,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte ReleaseMailboxAndGpuMemoryBufferCB mailbox_holder_and_gmb_release_cb, base::TimeDelta timestamp); @@ -27,7 +27,7 @@ // Wraps provided dmabufs // (https://www.kernel.org/doc/html/latest/driver-api/dma-buf.html) with a // VideoFrame. The frame will take ownership of |dmabuf_fds|, and will -@@ -737,7 +737,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -748,7 +748,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // wait for the included sync point. scoped_refptr<gpu::ClientSharedImage> shared_image() const; @@ -36,7 +36,7 @@ // The number of DmaBufs will be equal or less than the number of planes of // the frame. If there are less, this means that the last FD contains the // remaining planes. Should be > 0 for STORAGE_DMABUFS. -@@ -977,7 +977,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -988,7 +988,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // GpuMemoryBuffers. Clients will set this flag while creating a VideoFrame. bool is_mappable_si_enabled_ = false; diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc index f7911a1b4002..d28d8f8aa87e 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-04-04 08:52:13 UTC +--- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-04-16 07:51:27 UTC +++ third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6333,7 +6333,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6343,7 +6343,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid constexpr bool kAllowZeroCopyImages = true; #endif