upstream release 1.13.1, including fix for CVE-2021-23358
This commit is contained in:
parent
5ee8cafda3
commit
704ece80b5
4 changed files with 10 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -14,3 +14,5 @@
|
|||
/tests-1.10.2.tar.bz2
|
||||
/underscore-1.12.0.tgz
|
||||
/tests-1.12.0.tar.bz2
|
||||
/underscore-1.13.1.tgz
|
||||
/tests-1.13.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
tag=1.12.0
|
||||
tag=1.13.1
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
%endif
|
||||
|
||||
Name: nodejs-underscore
|
||||
Version: 1.12.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: JavaScript's functional programming helper library
|
||||
License: MIT
|
||||
URL: http://underscorejs.org/
|
||||
|
|
@ -97,6 +97,9 @@ cp -pr underscore.js underscore-min.js underscore-min.js.map \
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 15 2021 Dan Callaghan <djc@djc.id.au> - 1.13.1-1
|
||||
- upstream release 1.13.1, including fix for CVE-2021-23358
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (underscore-1.12.0.tgz) = db5ad0cecb3f5cf323a254e221ecd2bb72408e06a05ca44eb4dad81443962b5d3da98d54bf6b558cf4d9d5c8b61e0bd00c0d7a807612b6140825f07e5c877fad
|
||||
SHA512 (tests-1.12.0.tar.bz2) = eef83795c3b69ca402f2567694099ce1726f38c332d76f8bfe4c980fc6dfd3c084ecf5e0ca3e289498686fbe3bec882f883965ddeda1aba7328ddc33fa3b5541
|
||||
SHA512 (underscore-1.13.1.tgz) = 8734a8015b4917edd9b62157d1581f14f1c40d19bb63f40f8c6c8da384d57670d375fb77b6bf211240f6e5ad630be4e34ee13bb641c62a48700a0b3d760041da
|
||||
SHA512 (tests-1.13.1.tar.bz2) = 312bac7379b7c2c5f7ef7f691613c840463708ce12ebc3ff0932244c262afca39fafa39b0e2e1ae5388f4a85d882c2c5ca172520f82cd916be90bd6ef374ae74
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue