From 85b7d515ece46025e298b0d851047f419a4e5791 Mon Sep 17 00:00:00 2001 From: sa-buc Date: Wed, 2 Jul 2025 17:52:55 +0800 Subject: [PATCH] update version to fix cve --- download | 4 ++-- firefox.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/download b/download index cbd055e..813b458 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 +1888daa99f558ea208b19311c3c3ce08 firefox-128.12.0esr.source.tar.xz +9daf6664ce7e0fe2f18a07f304b8d5c5 firefox-langpacks-128.12.0esr-20250617.tar.xz fc25f988b87b5187d4e2f006efa699a3 cbindgen-vendor.tar.xz b3c1d2ea615cb0195f4f62b005773262 mochitest-python.tar.gz diff --git a/firefox.spec b/firefox.spec index 97df57d..ce9594d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -60,7 +60,7 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 128.11.0 +Version: 128.12.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}-20250617.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 +* Thu Jul 03 2025 zjl02254423 - 128.12.0-1 +- Update to 128.12.0 to fix CVE-2025-6424 CVE-2025-6426 CVE-2025-6429 CVE-2025-6430 + * 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