From 42440db0470ec6df74f73b66c85a468240475a8d Mon Sep 17 00:00:00 2001 From: msmeissn <> Date: Apr 17 2022 21:54:57 +0000 Subject: Update acl to version 2.3.1 / rev 51 via SR 969480 https://build.opensuse.org/request/show/969480 by user msmeissn + dimstar_suse --- diff --git a/.files b/.files index 2f93dfc..283e5bf 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 607cc57..2ee19e0 100644 --- a/.rev +++ b/.rev @@ -419,4 +419,12 @@ SPDX format (forwarded request 94532 from babelworx) - Use SourceUrls 893445 + + fb0599a4be8e26d9de115f5295172938 + 2.3.1 + + dimstar_suse + + 969480 + diff --git a/acl.changes b/acl.changes index ae94e72..bcc092b 100644 --- a/acl.changes +++ b/acl.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Apr 8 13:40:20 UTC 2022 - Martin Liška + +- Disable -D_FORTIFY_SOURCE=3 for now + as explained here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104964 + +------------------------------------------------------------------- Sun May 16 09:19:13 UTC 2021 - Dirk Müller - modernize spec-file (move license to licensedir) diff --git a/acl.spec b/acl.spec index 14c12b4..b7941f2 100644 --- a/acl.spec +++ b/acl.spec @@ -1,7 +1,7 @@ # # spec file for package acl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -87,6 +87,11 @@ to develop applications that require libacl. %build autoreconf -fi + +# Disable -D_FORTIFY_SOURCE=3 for now +# as explained here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104964 +%global optflags %(echo %{optflags} | sed 's/-D_FORTIFY_SOURCE=3/-D_FORTIFY_SOURCE=2/') + export OPTIMIZER="%optflags -fPIC" export DEBUG=-DNDEBUG CFLAGS="%optflags"