git: 74f318416b52 - 2025Q2 - www/ungoogled-chromium: update to 135.0.7049.95
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Apr 2025 14:14:06 UTC
The branch 2025Q2 has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=74f318416b52d748079149d6fb849107bfa3d8bf commit 74f318416b52d748079149d6fb849107bfa3d8bf Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2025-04-17 14:12:12 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2025-04-17 14:13:38 +0000 www/ungoogled-chromium: update to 135.0.7049.95 Security: https://vuxml.freebsd.org/freebsd/bf5d29ea-1a93-11f0-8cb5-a8a1599412c6.html (cherry picked from commit 00a2678a5670885912ac07966bbea63a3fcd66ba) --- www/ungoogled-chromium/Makefile | 2 +- www/ungoogled-chromium/distinfo | 14 +++++++------- .../files/patch-media_base_video__frame.cc | 6 +++--- .../files/patch-media_base_video__frame.h | 8 ++++---- ...nderer_modules_webgl_webgl__rendering__context__base.cc | 4 ++-- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index e291208e8cfd..9f687eb37598 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= ungoogled-chromium -PORTVERSION= 135.0.7049.84 +PORTVERSION= 135.0.7049.95 PULSEMV= 16 PULSEV= ${PULSEMV}.1 UGVERSION= ${DISTVERSION}-1 diff --git a/www/ungoogled-chromium/distinfo b/www/ungoogled-chromium/distinfo index f97439f4277f..68dd842367ec 100644 --- a/www/ungoogled-chromium/distinfo +++ b/www/ungoogled-chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1744706185 -SHA256 (chromium-135.0.7049.84.tar.xz) = 43fafda47b177c4aa89ab2849bfb8e9bf035be5281f9bb0e0cae41eabd53832e -SIZE (chromium-135.0.7049.84.tar.xz) = 7025887252 +TIMESTAMP = 1744899056 +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 -SHA256 (ungoogled-software-ungoogled-chromium-135.0.7049.84-135.0.7049.84-1_GH0.tar.gz) = 13d7c11a678ae1a729996d2f2906c079cca8e015ba28f2f62ff6ba26c89e165a -SIZE (ungoogled-software-ungoogled-chromium-135.0.7049.84-135.0.7049.84-1_GH0.tar.gz) = 630940 +SHA256 (chromium-135.0.7049.95-testdata.tar.xz) = c9591dbbd899851c17c3a28847578e8c134412f9a7a6aa2e52e3e196e574f045 +SIZE (chromium-135.0.7049.95-testdata.tar.xz) = 630898 +SHA256 (ungoogled-software-ungoogled-chromium-135.0.7049.95-135.0.7049.95-1_GH0.tar.gz) = c9591dbbd899851c17c3a28847578e8c134412f9a7a6aa2e52e3e196e574f045 +SIZE (ungoogled-software-ungoogled-chromium-135.0.7049.95-135.0.7049.95-1_GH0.tar.gz) = 630898 diff --git a/www/ungoogled-chromium/files/patch-media_base_video__frame.cc b/www/ungoogled-chromium/files/patch-media_base_video__frame.cc index ebea8bbd7f10..87897d6641b1 100644 --- a/www/ungoogled-chromium/files/patch-media_base_video__frame.cc +++ b/www/ungoogled-chromium/files/patch-media_base_video__frame.cc @@ -1,4 +1,4 @@ ---- media/base/video_frame.cc.orig 2025-04-15 08:30:07 UTC +--- media/base/video_frame.cc.orig 2025-04-17 14:09:48 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/ungoogled-chromium/files/patch-media_base_video__frame.h b/www/ungoogled-chromium/files/patch-media_base_video__frame.h index c8d77b76b7e1..0078e98c31a8 100644 --- a/www/ungoogled-chromium/files/patch-media_base_video__frame.h +++ b/www/ungoogled-chromium/files/patch-media_base_video__frame.h @@ -1,4 +1,4 @@ ---- media/base/video_frame.h.orig 2025-04-15 08:30:07 UTC +--- media/base/video_frame.h.orig 2025-04-17 14:09:48 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/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc index d45d23ab2bec..5e0adb35543d 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc +++ b/www/ungoogled-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-15 08:30:07 UTC +--- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-04-17 14:09:48 UTC +++ third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6337,7 +6337,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6347,7 +6347,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid constexpr bool kAllowZeroCopyImages = true; #endif