Update to 3.1.2

This commit is contained in:
wk333 2022-11-02 17:37:54 +08:00
parent 9acc422e58
commit cb93282e8b
4 changed files with 5 additions and 8547 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,12 @@
%{?nodejs_find_provides_and_requires}
%global enable_tests 0
Name: nodejs-minimatch
Version: 3.0.4
Release: 2
Version: 3.1.2
Release: 1
Summary: JavaScript glob matcher
License: MIT
URL: https://github.com/isaacs/minimatch
Source0: https://github.com/isaacs/minimatch/archive/v%{version}/%{name}-%{version}.tar.gz
Patch1: CVE-2022-3517.patch
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
@ -42,6 +41,9 @@ cp -p package.json minimatch.js %{buildroot}%{nodejs_sitelib}/minimatch
%{nodejs_sitelib}/minimatch
%changelog
* Wed Nov 02 2022 wangkai <wangkai385@h-partners.com> - 3.1.2-1
- Update to 3.1.2
* Tue Oct 25 2022 jiangpeng <jiangpeng01@ncti-gba.cn> - 3.0.4-2
- Fix CVE-2022-3517