From d32a1d7bfbc100dc61c31b2fc19ae196febbe6c8 Mon Sep 17 00:00:00 2001 From: gcw_5Q40SBlf Date: Wed, 22 Apr 2026 11:45:45 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20install.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gcw_5Q40SBlf --- install.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index cc0522863..302b4dfad 100755 --- a/install.py +++ b/install.py @@ -52,7 +52,8 @@ def move_file(src_path, dst_path): "CVE-2026-25646.patch", "CVE-2026-3713.patch", "CVE-2026-33416.patch", - "CVE-2026-33636.patch" + "CVE-2026-33636.patch", + "CVE-2026-34757.patch" ] for file in files: src_file = os.path.join(src_path, file) @@ -92,7 +93,8 @@ def do_patch(target_dir): "CVE-2026-25646.patch", "CVE-2026-3713.patch", "CVE-2026-33416.patch", - "CVE-2026-33636.patch" + "CVE-2026-33636.patch", + "CVE-2026-34757.patch" ] for patch in patch_file: