diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 0faadac..f8e1ed2 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -26,7 +26,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Name: containernetworking-plugins Version: 0.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -124,6 +124,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_libexecdir}/cni/* %changelog +* Mon Nov 25 2019 Jindrich Novy - 0.8.1-3 +- rebuild to address CVE-2019-9514 and CVE-2019-9512 +- Resolves: #1766318, #1766217 + * Thu Aug 01 2019 Jindrich Novy - 0.8.1-2 - backport https://github.com/coreos/go-iptables/pull/62 from Michael Cambria