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*|\