From faac0e3898a207db3e29f31816af0e6063de96f7 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Sat, 8 Jul 2023 04:32:01 +0200 Subject: [PATCH] containernetworking-plugins-1.3.0-3.el8 - remove no_openssl for FIPS compliance - Related: #2176055 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 34b7436..0beb168 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -5,7 +5,7 @@ %if ! 0%{?gobuild:1} %define gobuild(o:) \ -go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**}; +go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**}; %define gotest(o:) go test %endif @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Epoch: 1 Name: containernetworking-plugins Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -125,6 +125,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Sat Jul 08 2023 Jindrich Novy - 1:1.3.0-3 +- remove no_openssl for FIPS compliance +- Related: #2176055 + * Thu Jun 15 2023 Jindrich Novy - 1:1.3.0-2 - rebuild for following CVEs: CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400