From fcc64e3d8dfa9c741690919d7d571daf1da1bd51 Mon Sep 17 00:00:00 2001 From: tomcruiseqi <10762123+tomcruiseqi@user.noreply.gitee.com> Date: Wed, 30 Jul 2025 16:04:26 +0800 Subject: [PATCH] [CVE] Updade to 128.13.0 to fix CVE-2025-8034 CVE-2025-8028 CVE-2025-8035 CVE-2025-8027 CVE-2025-6965 CVE-2025-5283 CVE-2025-1943 CVE-2025-0247 to #22945 Update to 128.13.0 to fix CVE-2025-8034 CVE-2025-8028 CVE-2025-8035 CVE-2025-8027 CVE-2025-6965 CVE-2025-5283 CVE-2025-1943 CVE-2025-0247 Project: TC2024080204 Signed-off-by: tomcruiseqi --- download | 4 ++-- firefox.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/download b/download index cbd055e..9c62d73 100644 --- a/download +++ b/download @@ -1,4 +1,4 @@ -0c47aafa4d9bf5cd13617343335913b8 firefox-128.11.0esr.source.tar.xz -bb3aec0b2ceb191de3963bdc50edf0e4 firefox-langpacks-128.11.0esr-20250521.tar.xz +d8d9076132588e326ffea4ea11b7ec40 firefox-128.13.0esr.source.tar.xz +8b55dd5153ae218d5ea0159099878394 firefox-langpacks-128.13.0esr-20250715.tar.xz fc25f988b87b5187d4e2f006efa699a3 cbindgen-vendor.tar.xz b3c1d2ea615cb0195f4f62b005773262 mochitest-python.tar.gz diff --git a/firefox.spec b/firefox.spec index 97df57d..7655107 100644 --- a/firefox.spec +++ b/firefox.spec @@ -60,7 +60,7 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 128.11.0 +Version: 128.13.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}-20250521.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20250715.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 +* Wed Jul 30 2025 tomcruiseqi - 128.13.0-1 +- Updade to 128.13.0 to fix CVE-2025-8034 CVE-2025-8028 CVE-2025-8035 CVE-2025-8027 CVE-2025-6965 CVE-2025-5283 CVE-2025-1943 CVE-2025-0247 + * Thu Jun 19 2025 Cheng Yang - 128.11.0-1 - Update to 128.11.0 to fix CVE-2025-4918 and CVE-2025-5283 -- Gitee