From f071fcb7950d2359111c6eaba127912f8728c6fe Mon Sep 17 00:00:00 2001 From: Renbo Date: Fri, 29 Sep 2023 12:19:26 +0800 Subject: [PATCH] spec: add changelog Signed-off-by: Renbo --- nodejs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index a6c7564..8908d75 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global with_debug 0 # PowerPC, s390x and aarch64 segfault during Debug builds @@ -153,7 +154,7 @@ Name: nodejs Epoch: %{nodejs_epoch} Version: %{nodejs_version} -Release: %{nodejs_release}%{?dist} +Release: %{nodejs_release}%{anolis_release}%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -732,6 +733,9 @@ end %changelog +* Fri Sep 29 2023 Bo Liu -1:18.17.1-1.0.1 +- Fixes CVE-2022-25883 + * Wed Aug 23 2023 Jan Staněk - 1:18.17.1-1 - Rebase to version 18.17.1 Resolves: rhbz#2228939 -- Gitee