Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dbxtool for openSUSE:Factory checked in at 2022-06-23 12:33:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dbxtool (Old) and /work/SRC/openSUSE:Factory/.dbxtool.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dbxtool" Thu Jun 23 12:33:04 2022 rev:6 rq:984689 version:8 Changes: -------- --- /work/SRC/openSUSE:Factory/dbxtool/dbxtool.changes 2021-10-16 22:47:41.216694280 +0200 +++ /work/SRC/openSUSE:Factory/.dbxtool.new.1548/dbxtool.changes 2022-06-23 12:33:07.892391528 +0200 @@ -1,0 +2,6 @@ +Wed Jun 15 06:56:09 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Add dbxtool-FORTIFY_SOURCE.patch: Do not redefine FORTIFY_SOURCE + without resetting it first. + +------------------------------------------------------------------- New: ---- dbxtool-FORTIFY_SOURCE.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dbxtool.spec ++++++ --- /var/tmp/diff_new_pack.NeacTa/_old 2022-06-23 12:33:08.340392093 +0200 +++ /var/tmp/diff_new_pack.NeacTa/_new 2022-06-23 12:33:08.344392098 +0200 @@ -1,7 +1,7 @@ # # spec file for package dbxtool # -# 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 @@ -28,15 +28,14 @@ Source0: https://github.com/rhboot/dbxtool/releases/download/dbxtool-%version/dbxtool-%version.tar.bz2 Patch0: dbxtool-fixes.patch Patch1: harden_dbxtool.service.patch +Patch2: dbxtool-FORTIFY_SOURCE.patch %systemd_requires %description This package contains DBX updates for UEFI Secure Boot. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build make CFLAGS="%optflags" ++++++ dbxtool-FORTIFY_SOURCE.patch ++++++ Index: dbxtool-8/.syntastic_c_config =================================================================== --- dbxtool-8.orig/.syntastic_c_config +++ dbxtool-8/.syntastic_c_config @@ -11,6 +11,7 @@ -Werror -Wextra -Werror=format-security +-Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong Index: dbxtool-8/Make.defaults =================================================================== --- dbxtool-8.orig/Make.defaults +++ dbxtool-8/Make.defaults @@ -10,7 +10,7 @@ BUILDFLAGS = $(CFLAGS) -fPIC -fshort-wch -Wall -Wextra -Werror -Werror=format-security \ -Wsign-compare -Werror=sign-compare \ -Wno-unused-result -Wno-unused-function -Wno-error=cpp \ - -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong \ + -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong \ --param=ssp-buffer-size=4 -fexceptions ASFLAGS = LDFLAGS = -nostdlib