diff --git a/build-compare.changes b/build-compare.changes index 78c5deb..e1da2d2 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 26 06:45:38 UTC 2018 - olaf@aepfle.de + +- Recognize "setuid ELF nn-bit xSB shared object" ELF binaries + ------------------------------------------------------------------- Mon May 28 13:26:44 UTC 2018 - olaf@aepfle.de diff --git a/build-compare.spec b/build-compare.spec index b559173..ece1c4c 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: 20180529T215607.c58679f +Version: 20180626T084710.9c80bbc Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index 0409291..718c0f1 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -824,7 +824,7 @@ check_single_file() return 1 fi ;; - ELF*executable*|ELF*[LM]SB\ relocatable*|ELF*[LM]SB\ shared\ object*) + ELF*executable*|ELF*[LM]SB\ relocatable*|ELF*[LM]SB\ shared\ object*|setuid ELF*[LM]SB\ shared\ object*) $OBJDUMP -d --no-show-raw-insn old/$file > $file1 ret=$? $OBJDUMP -d --no-show-raw-insn new/$file > $file2