diff --git a/uboot-tools.spec b/uboot-tools.spec index 8731f183bcc4603a5fdffc2e3e750564b20c4b18..9031d484a1dfb2800eeab0a8da7195f52a875b6d 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