Rebase to 2.0.19
Resolves: CVE-2022-33987 rhbz#2073156 CVE-2021-33502 CVE-2021-3807 CVE-2020-28469
This commit is contained in:
parent
73cba02c46
commit
12085b9cf0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/nodemon-v2.0.3-bundled.tar.gz
|
/nodemon-v2.0.3-bundled.tar.gz
|
||||||
|
/nodemon-v2.0.19-bundled.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
|
|
||||||
Name: nodejs-%{npm_name}
|
Name: nodejs-%{npm_name}
|
||||||
Version: 2.0.3
|
Version: 2.0.19
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple monitor script for use during development of a node.js app
|
Summary: Simple monitor script for use during development of a node.js app
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/remy/nodemon
|
URL: https://github.com/remy/nodemon
|
||||||
@ -24,18 +24,18 @@ Simple monitor script for use during development of a node.js app.
|
|||||||
|
|
||||||
For use during development of a node.js based application.
|
For use during development of a node.js based application.
|
||||||
|
|
||||||
nodemon will watch the files in the directory in which nodemon
|
nodemon will watch the files in the directory in which nodemon
|
||||||
was started, and if any files change, nodemon will automatically
|
was started, and if any files change, nodemon will automatically
|
||||||
restart your node application.
|
restart your node application.
|
||||||
|
|
||||||
nodemon does not require any changes to your code or method of
|
nodemon does not require any changes to your code or method of
|
||||||
development. nodemon simply wraps your node application and keeps
|
development. nodemon simply wraps your node application and keeps
|
||||||
an eye on any files that have changed. Remember that nodemon is a
|
an eye on any files that have changed. Remember that nodemon is a
|
||||||
replacement wrapper for node, think of it as replacing the word "node"
|
replacement wrapper for node, think of it as replacing the word "node"
|
||||||
on the command line when you run your script.
|
on the command line when you run your script.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{npm_name}-%{version}
|
%autosetup -n %{npm_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -64,6 +64,10 @@ npm run test
|
|||||||
%{_bindir}/nodemon
|
%{_bindir}/nodemon
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 31 2022 Jan Staněk <jstanek@redhat.com> - 2.0.3-6
|
||||||
|
- Rebase to 2.0.19
|
||||||
|
Resolves: CVE-2022-33987 rhbz#2073156 CVE-2021-33502 CVE-2021-3807 CVE-2020-28469
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-6
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-6
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (nodemon-v2.0.3-bundled.tar.gz) = 2314e795ddea7eeda858a6179943f4b500791bb9ef2954de1a81056bf0fca416243af08c84058ffb0748237259c3e47cc785898adffa653393aacf7a5156739e
|
SHA512 (nodemon-v2.0.19-bundled.tar.gz) = 0563a927bf29b7f20dcb741fb1aa4b62bccb498b1908d9ab66d9747eb56e608346a12dd674782798d491fb1b1e90581ee3290f932c352664cc223788de62f6b0
|
||||||
|
Loading…
Reference in New Issue
Block a user