From e6a4e544d8e7c61e94435b4f11fdd18b282d611b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 24 Aug 2022 23:06:18 +0000 Subject: [PATCH] import nodejs-nodemon-2.0.19-2.module+el8.6.0+16231+7c1b33d9 --- .gitignore | 2 +- .nodejs-nodemon.metadata | 2 +- SPECS/nodejs-nodemon.spec | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b1f370e..08911b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/nodemon-v2.0.15-bundled.tar.gz +SOURCES/nodemon-v2.0.19-bundled.tar.gz diff --git a/.nodejs-nodemon.metadata b/.nodejs-nodemon.metadata index 8acf592..a9b2e4a 100644 --- a/.nodejs-nodemon.metadata +++ b/.nodejs-nodemon.metadata @@ -1 +1 @@ -0c0d18598b43f7768e1531429a0d63014d322f50 SOURCES/nodemon-v2.0.15-bundled.tar.gz +42c5643620d4acafa81da9e3d5e99a95020a9e1c SOURCES/nodemon-v2.0.19-bundled.tar.gz diff --git a/SPECS/nodejs-nodemon.spec b/SPECS/nodejs-nodemon.spec index 6be5a26..3787427 100644 --- a/SPECS/nodejs-nodemon.spec +++ b/SPECS/nodejs-nodemon.spec @@ -5,8 +5,8 @@ %global enable_tests 0 Name: nodejs-%{npm_name} -Version: 2.0.15 -Release: 1%{?dist} +Version: 2.0.19 +Release: 2%{?dist} Summary: Simple monitor script for use during development of a node.js app License: MIT URL: https://www.npmjs.com/package/nodemon @@ -73,6 +73,16 @@ npm run test %{_bindir}/nodemon %changelog +* Wed Aug 03 2022 Zuzana Svetlikova - 2.0.19-2 +- Switched from autosetup +- Removed CODE_OF_CONDUCT.md and faq.md which is not present in npmjs package, might switch to GH sources in the future +- Resolves: RHBZ#2109919 + +* Mon Jul 25 2022 Zuzana Svetlikova - 2.0.19-1 +- Rebase to 2.0.19 +- Resolves CVE-2022-33987 +- Resolves: RHBZ#2109919 + * Tue Nov 30 2021 Zuzana Svetlikova - 2.0.15-1 - Resolves: RHBZ#1991322, RHBZ#1948030 - Resolves CVE-2020-28469