From 4d9298c07393d96308f80d67884223680a4763ac Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Mon, 21 Feb 2022 13:46:48 +0100 Subject: [PATCH] Make sure we get compiled with -fstack-protector-strong Resolves: #2044643 --- avahi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/avahi.spec b/avahi.spec index 5a37a3d..e60c24b 100644 --- a/avahi.spec +++ b/avahi.spec @@ -48,7 +48,7 @@ Name: avahi Version: 0.8 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Local network service discovery License: LGPLv2+ URL: http://avahi.org @@ -455,6 +455,7 @@ NOCONFIGURE=1 ./autogen.sh --enable-shared=yes \ --enable-static=no \ --disable-silent-rules \ + --disable-stack-protector \ %if %{without bootstrap} --enable-gtk \ %else @@ -826,6 +827,9 @@ exit 0 %changelog +* Mon Feb 21 2022 Michal Sekletár - 0.8-12 +- make sure we get compiled with -fstack-protector-strong (#2044643) + * Mon Aug 09 2021 Mohan Boddu - 0.8-11 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688