From cd42f5af6c036fc837ada0610578bbc1e748a0bc250a654eff67a52db80473e5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 23 Aug 2022 10:01:37 +0000 Subject: [PATCH] - handle more setuid/setgid ELF variants (#54) OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=296 --- build-compare.changes | 5 +++++ build-compare.spec | 2 +- pkg-diff.sh | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build-compare.changes b/build-compare.changes index 40f0e32..2fa5998 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 23 06:53:29 UTC 2022 - Martin Kampas + +- handle more setuid/setgid ELF variants (#54) + ------------------------------------------------------------------- Mon Jun 20 12:34:56 UTC 2022 - olaf@aepfle.de diff --git a/build-compare.spec b/build-compare.spec index 92dc7b2..43e0ef7 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20220620T150329.a852498 +Version: 20220823T100012.86340a1 Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index 5b4a765..a921a79 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -916,7 +916,9 @@ check_single_file() fi ;; ELF*executable*|\ + set?id\ ELF*executable*|\ ELF*[LM]SB\ relocatable*|\ + set?id\ ELF*[LM]SB\ relocatable*|\ ELF*[LM]SB\ shared\ object*|\ set?id\ ELF*[LM]SB\ shared\ object*|\ ELF*[LM]SB\ pie\ executable*|\