From c403ac5b028768bfa7526210a3e78855289e5148 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 13 Jul 2021 14:09:35 -0400 Subject: [PATCH] golang-github-cpuguy83-md2man-2.0.0-14.gitaf8da76 - Resolves: #1975362 - enable full cf-protection for x86_64 Signed-off-by: Lokesh Mandvekar --- golang-github-cpuguy83-md2man.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 6cd057f..5dadd15 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -22,7 +22,7 @@ Converts markdown into roff (man pages).} Name: golang-github-cpuguy83-md2man Version: 2.0.0 -Release: 13.git%{shortcommit0}%{?dist} +Release: 14.git%{shortcommit0}%{?dist} Summary: Converts markdown into roff (man pages) License: MIT URL: https://%{import_path} @@ -45,7 +45,7 @@ ln -s $(pwd) src/%{import_path} export GOPATH=$(pwd) export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" %ifarch x86_64 -export CGO_CFLAGS+=" -fcf-protection" +export CGO_CFLAGS+=" -fcf-protection=full" %endif GOPATH=$GOPATH %gobuild -o bin/go-md2man %{import_path} @@ -63,6 +63,9 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/ %{_bindir}/* %changelog +* Tue Jul 13 2021 Lokesh Mandvekar - 2.0.0-14.gitaf8da76 +- Resolves: #1975362 - enable full cf-protection for x86_64 + * Mon Jul 12 2021 Lokesh Mandvekar - 2.0.0-13.gitaf8da76 - Resolves: #1975362 - use latest upstream commit