diff --git a/patchelf-0.15.0.tar.bz2 b/patchelf-0.15.0.tar.bz2 deleted file mode 100644 index f939641..0000000 --- a/patchelf-0.15.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4036d3ee4d8e228dec1befff0f6e46d8a40e9e570e0068e39d77e62e2c8bdc2 -size 182809 diff --git a/patchelf-0.16.1.tar.bz2 b/patchelf-0.16.1.tar.bz2 new file mode 100644 index 0000000..efdcd08 --- /dev/null +++ b/patchelf-0.16.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab915f3f4ccc463d96ce1e72685b163110f945c22aee5bc62118d57adff0ab7d +size 189517 diff --git a/patchelf.changes b/patchelf.changes index 474cff4..5db5d77 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 29 12:06:10 UTC 2022 - Dirk Müller + +- 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 diff --git a/patchelf.spec b/patchelf.spec index 5bd0317..6d6012c 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -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