From ff02204682b9206efb6ab8cc780fc7fa365e0734 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Mon, 26 May 2025 14:58:44 +0800 Subject: [PATCH] Update to 128.10.1 to fix CVE-2025-4919 --- download | 4 ++-- firefox.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/download b/download index 77b27aa..d44b304 100644 --- a/download +++ b/download @@ -1,4 +1,4 @@ -67483ac1c7f58e1a3cd7b77ff3bf5920 firefox-128.10.0esr.source.tar.xz -8b03bd9937c0de7ec6c29282240df9b7 firefox-langpacks-128.10.0esr-20250512.tar.xz +b0b79222aca166e362e9851805c9ba90 firefox-128.10.1esr.source.tar.xz +247eadef646581ed920d5a6da4a7bc93 firefox-langpacks-128.10.1esr-20250519.tar.xz fc25f988b87b5187d4e2f006efa699a3 cbindgen-vendor.tar.xz b3c1d2ea615cb0195f4f62b005773262 mochitest-python.tar.gz diff --git a/firefox.spec b/firefox.spec index 8b1d37b..3518e32 100644 --- a/firefox.spec +++ b/firefox.spec @@ -60,7 +60,7 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 128.10.0 +Version: 128.10.1 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}-20250512.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20250519.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 26 2025 Cheng Yang - 128.10.1-1 +- Update to 128.10.1 to fix CVE-2025-4919 + * Mon May 12 2025 wenxin - 128.10.0-1 - Update to 128.10.0 to fix CVE-2025-2817 -- Gitee