- handle more setuid/setgid ELF variants (#54)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=296
This commit is contained in:
Olaf Hering 2022-08-23 10:01:37 +00:00 committed by Git OBS Bridge
parent 597e7f2fd4
commit cd42f5af6c
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 23 06:53:29 UTC 2022 - Martin Kampas <martin.kampas@jolla.com>
- handle more setuid/setgid ELF variants (#54)
-------------------------------------------------------------------
Mon Jun 20 12:34:56 UTC 2022 - olaf@aepfle.de

View File

@ -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

View File

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