From 56d04d579b2b605152b7f5886a4a05a30678848b Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 12 May 2025 03:36:00 -0400 Subject: [PATCH] Fix CVE-2025-2817 --- download | 4 ++-- firefox.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/download b/download index 5541cde..77b27aa 100644 --- a/download +++ b/download @@ -1,4 +1,4 @@ -828d266587cade88bc2e028483332f44 firefox-128.9.0esr.source.tar.xz -fcfc7957f33934068b81ef12265a3e96 firefox-langpacks-128.9.0esr-20250331.tar.xz +67483ac1c7f58e1a3cd7b77ff3bf5920 firefox-128.10.0esr.source.tar.xz +8b03bd9937c0de7ec6c29282240df9b7 firefox-langpacks-128.10.0esr-20250512.tar.xz fc25f988b87b5187d4e2f006efa699a3 cbindgen-vendor.tar.xz b3c1d2ea615cb0195f4f62b005773262 mochitest-python.tar.gz diff --git a/firefox.spec b/firefox.spec index 86af44f..8b1d37b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -60,7 +60,7 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 128.9.0 +Version: 128.10.0 Release: %{anolis_release}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -72,7 +72,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+ # Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%%{version}%%{?pre_version}/source/firefox-%%{version}%%{?pre_version}.source.tar.xz Source0: https://ftp.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz %if %{with langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20250331.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20250512.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source3: process-official-tarball @@ -1575,6 +1575,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon May 12 2025 wenxin - 128.10.0-1 +- Update to 128.10.0 to fix CVE-2025-2817 + * Wed Apr 23 2025 tomcruiseqi <10762123+tomcruiseqi@user.noreply.gitee.com> - 128.9.0-1 - Update to 128.9.0 to fix CVE-2024-8176 CVE-2024-26282 CVE-2024-10474 CVE-2025-1937 CVE-2025-2368 CVE-2025-2584 CVE-2025-29927 CVE-2025-3034 CVE-2025-2857 CVE-2025-3030 CVE-2025-3028 CVE-2025-3033 CVE-2025-3032 CVE-2025-3029 CVE-2025-3031 CVE-2025-0245 CVE-2025-0244 CVE-2025-0246 CVE-2025-30218 CVE-2025-3028 CVE-2025-3028 CVE-2025-3029 CVE-2024-51479 CVE-2025-3028 CVE-2024-7531 -- Gitee