* fix pagesize on ia64
* write out replace sections in original order
* patchelf: correct page size for sparc64/sparc32
* update vendored elf file
* add workaround for readelf from binutils 2.30
* make objdump/objcopy/readelf configurable and respect cross-compiling
* build patchelf on windows
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=33
* 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
- 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
OBS-URL: https://build.opensuse.org/request/show/940791
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=26
* mark phdrs synced with sections, avoid rechecking it when syncing not
* fix roundUp() to not truncate 64 bit values
* Use sh_offset instead of sh_addr when checking already replaced libs
* Add ELF test case with invalid string table index
* Gracefully handle ELF files with invalid string table indices in header
* clang-tidy fixes
* avoid needless memory allocation when replacing sections
* silence compiler warning because of different signedness
* avoid needless copies of std::string
* patchelf: Fix alignment issues with contiguous note sections
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=25