From 47872611c959f0ae056927853321b22109344a38 Mon Sep 17 00:00:00 2001 From: lwg Date: Thu, 14 Dec 2023 09:20:49 +0800 Subject: [PATCH] remove the comment patch03 --- fish.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fish.spec b/fish.spec index 802a9f4..8b3caa6 100644 --- a/fish.spec +++ b/fish.spec @@ -1,6 +1,6 @@ Name: fish Version: 3.3.1 -Release: 5 +Release: 6 Summary: Friendly interactive shell License: GPLv2 and BSD and ISC and LGPLv2+ and MIT URL: https://fishshell.com @@ -10,7 +10,7 @@ Patch01: fix-test-failure.patch # https://github.com/fish-shell/fish-shell/commit/37625053d424c1ab88de2b0c50c7fe71e1468e2c Patch02: CVE-2022-20001.patch # https://github.com/fish-shell/fish-shell/commit/09986f5563e31e2c900a606438f1d60d008f3a14 -#Patch03: backport-CVE-2023-49284.patch +Patch03: backport-CVE-2023-49284.patch BuildRequires: cmake >= 3.2 BuildRequires: ninja-build @@ -103,6 +103,9 @@ fi %{_datadir}/pixmaps/fish.png %changelog +* Thu Dec 14 2023 Paul Thomas - 3.3.1-6 +- remove the comment patch03 + * Wed Dec 06 2023 lwg - 3.3.1-5 - fix CVE-2023-49284