diff --git a/patchelf-0.13.tar.bz2 b/patchelf-0.13.tar.bz2 deleted file mode 100644 index ec32e2f..0000000 --- a/patchelf-0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed -size 172499 diff --git a/patchelf-0.14.3.tar.bz2 b/patchelf-0.14.3.tar.bz2 new file mode 100644 index 0000000..50dcb2d --- /dev/null +++ b/patchelf-0.14.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a017ec3d2152a19fd969c0d87b3f8b43e32a66e4ffabdc8767a56062b9aec270 +size 181189 diff --git a/patchelf.changes b/patchelf.changes index c9b3885..effb168 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Dec 15 20:45:47 UTC 2021 - Dirk Müller + +- update to 0.14.3: + * this release adds support for static, pre-compiled patchelf binaries + * make version number in tarball easier to use for packagers + * build fix: add missing include + * Bug fixes: + - Fix corrupted library names when using --replace-needed multiple times + - Fix setting an empty rpath + - Don't try to parse .dynamic section of type NOBITS + - Fix use-after-free in normalizeNoteSegments + - Correct EINTR handling in writeFile + - MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present + - Fix binaries without .gnu.hash section + * Support loongarch architecture + * Remove limits on output file size for elf files + * Allow reading rpath from file + * Requires now C++17 for building + ------------------------------------------------------------------- Sat Oct 16 12:24:20 UTC 2021 - Dirk Müller diff --git a/patchelf.spec b/patchelf.spec index 99ec6d5..3a28109 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -17,7 +17,7 @@ Name: patchelf -Version: 0.13 +Version: 0.14.3 Release: 0 Summary: A utility for patching ELF binaries License: GPL-3.0-only @@ -32,7 +32,7 @@ libraries. It can change the dynamic loader ("ELF interpreter") of executables and change the RPATH of executables and libraries. %prep -%setup -q -n %{name}-0.13.20210805.a949ff2 +%setup -q %build %configure