- update to 0.16.1:

* Handle glibc-hwcaps on ppc64le on CentOS/RHEL/Rocky 8 for tests/replace-add-needed.sh (fixes #406)
  * Add --print-os-abi and --set-os-abi options
  * Fix Out-of-bounds read in the function modifyRPath
  * Sync .note.gnu.property to PT_GNU_PROPERTY
  * Fix out of bounds access when increasing program header table
  * Rework file shifting to avoid sections crossing multiple segments

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=31
This commit is contained in:
Dirk Mueller 2022-10-29 12:08:11 +00:00 committed by Git OBS Bridge
parent 4c11281afa
commit fac752040e
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4036d3ee4d8e228dec1befff0f6e46d8a40e9e570e0068e39d77e62e2c8bdc2
size 182809

3
patchelf-0.16.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab915f3f4ccc463d96ce1e72685b163110f945c22aee5bc62118d57adff0ab7d
size 189517

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Oct 29 12:06:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.16.1:
* Handle glibc-hwcaps on ppc64le on CentOS/RHEL/Rocky 8 for tests/replace-add-needed.sh (fixes #406)
* Add --print-os-abi and --set-os-abi options
* Fix Out-of-bounds read in the function modifyRPath
* Sync .note.gnu.property to PT_GNU_PROPERTY
* Fix out of bounds access when increasing program header table
* Rework file shifting to avoid sections crossing multiple segments
-------------------------------------------------------------------
Fri Jul 22 22:13:20 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: patchelf
Version: 0.15.0
Version: 0.16.1
Release: 0
Summary: A utility for patching ELF binaries
License: GPL-3.0-only