Rebased, resolves CVE-2021-22918, update gating.yaml

Resolves: RHBZ#2005319, RHBZ#1979928
This commit is contained in:
Zuzana Svetlikova 2021-09-17 15:57:24 +02:00
parent bed3272256
commit 171050c891
2 changed files with 9 additions and 14 deletions

View File

@ -1,15 +1,6 @@
--- !Policy --- !Policy
product_versions: product_versions:
- fedora-* - rhel-9
decision_context: bodhi_update_push_testing decision_context: osci_compose_gate
subject_type: koji_build
rules: rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}

View File

@ -5,8 +5,8 @@
Name: libuv Name: libuv
Epoch: 1 Epoch: 1
Version: 1.41.0 Version: 1.42.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Platform layer for node.js Summary: Platform layer for node.js
# the licensing breakdown is described in detail in the LICENSE file # the licensing breakdown is described in detail in the LICENSE file
@ -81,6 +81,10 @@ install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
%{_libdir}/%{name}.a %{_libdir}/%{name}.a
%changelog %changelog
* Fri Sep 17 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.42.0-1
- Rebased, resolves CVE-2021-22918
- Resolves: RHBZ#2005319, RHBZ#1979928
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.41.0-3 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.41.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688