From c6c0e764743facd9d2def884d591a87e58db8861 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Dec 2018 21:28:32 +0000 Subject: [PATCH] Remove misguided LDFLAGS hack which removed server hardening. https://bugzilla.redhat.com/show_bug.cgi?id=1624149#c6 --- nbdkit.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nbdkit.spec b/nbdkit.spec index 75baa29..3d4c923 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -32,7 +32,7 @@ Name: nbdkit Version: 1.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NBD server License: BSD @@ -589,10 +589,6 @@ autoreconf -i %build -# Force immediate binding for hardened build for plugins. -# https://bugzilla.redhat.com/show_bug.cgi?id=977446#c13 -export LDFLAGS="$LDFLAGS -Wl,-z,now" - # Build for Python 3 in a separate subdirectory. Upstream does not # support srcdir!=builddir so copy the whole source. copy="$(mktemp -d)" @@ -963,6 +959,10 @@ popd %changelog +* Mon Dec 17 2018 Richard W.M. Jones - 1.9.7-2 +- Remove misguided LDFLAGS hack which removed server hardening. + https://bugzilla.redhat.com/show_bug.cgi?id=1624149#c6 + * Sat Dec 15 2018 Richard W.M. Jones - 1.9.7-1 - New upstream version 1.9.7.