From 003f457fe9b81f6e136e52414bb25d36f3ef8729 Mon Sep 17 00:00:00 2001 From: tomcruiseqi <10762123+tomcruiseqi@user.noreply.gitee.com> Date: Mon, 23 Jun 2025 01:25:34 -0500 Subject: [PATCH] [CVE] CVE-2022-34835 to #14137 add patch to fix CVE-2022-34835 Project: TC2024080204 Signed-off-by: tomcruiseqi <10762123+tomcruiseqi@user.noreply.gitee.com> --- uboot-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index 8731f18..9031d48 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %bcond_without toolsonly @@ -19,6 +19,7 @@ Source1: aarch64-boards Patch0: 0001-fix-cve-2022-33967.patch Patch1: 0002-fix-CVE-2022-34835.patch Patch2: 1001-fix-CVE-2022-2347.patch +Patch3: 3-bugfix-for-CVE-2022-34835.patch BuildRequires: bc bison dtc flex gcc BuildRequires: gnutls-devel libuuid-devel ncurses-devel openssl-devel @@ -218,6 +219,9 @@ cp -p board/rockchip/evb_rk3399/README builds/docs/README.evb_rk3399 %doc builds/docs/* doc/board/amlogic/ doc/board/rockchip/ doc/board/ti/am335x_evm.rst %changelog +* Mon Jun 23 2025 tomcruiseqi <10762123+tomcruiseqi@user.noreply.gitee.com> - 2022.04-6 +- Fix CVE-2022-34835 + * Tue Jan 14 2025 mgb01105731 - 2022.04-5 - to #IB7HCR - add patch to fix CVE-2022-2347 -- Gitee