Package Release Info

patchelf-0.9-bp151.2.15

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

patchelf

Change Logs

Version: 0.17.2-150500.3.2.2
* Sat Jan 21 2023 dmueller@suse.com
- update to 0.17.2:
  * Also pass STRIP to the tests
  * Fix Out-of-bounds read in the function modifySoname
  * Split segment size fix
* Fri Dec 02 2022 dmueller@suse.com
- update to 0.17.0:
  * 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
* Sat Oct 29 2022 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 2022 dmueller@suse.com
- update to 0.15.0:
  * Add --add-debug option
  * Add O_BINARY flag when opening files to allow compilation for Windows
  * Document --print-needed
  * modifyRPath: return early if new and old rpath are empty
  * Add comment explaining calculation for DT_MIPS_RLD_MAP_REL
  * Add --no-sort option
  * Handle DT_MIPS_XHASH and .MIPS.xhash
* Sun Mar 20 2022 dmueller@suse.com
- update to 0.14.5:
  * fix faulty version in 0.14.4
  * Several test fixes to fix patchelf test suite on openbsd
  * Allow multiple modifications in same call
  * Add support to build with musl
  * Fix typo: s/folllow/follow/
  * mips: fix incorrect polarity on dyn_offset
* Wed Dec 15 2021 dmueller@suse.com
- 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 2021 dmueller@suse.com
- update to 0.13:
  * 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
* Fri Sep 11 2020 dmueller@suse.com
- update to 0.12:
  * skip overwriting r(un)path data when old_rpath = new_rpath.
  * patchelf: Check ELF endianness before writing new runpath
  * use stable_sort to maintain relative order for equal elemnts
  * add --clear-symbol-version
  * Improve the default section alignment choice
  * Some const-correctness and C++11 auto
* Sun Aug 16 2020 dmueller@suse.com
- update to 0.11:
  * More modern C++ has avoided a memory leak
  * force-rpath is now consistently used
  * new --output flag
* Tue Aug 27 2019 mpluskal@suse.com
- Changelog and packaging cleanups
- Fix download url
* Mon Aug 26 2019 termim@gmail.com
- Update to version 0.10
  * remove no-rpath-prebuilt.patch - applied upstream
  * Lots of bug fixes see https://github.com/NixOS/patchelf/commits/master
* Thu Nov 15 2018 mpluskal@suse.com
- Modernise spec file
- Install license file
Version: 0.9-bp150.2.4
* Fri Apr 01 2016 dvaleev@suse.com
- Enable exluded architectures.
  Fixed by debian patch no-rpath-prebuilt.patch
* Sun Mar 20 2016 mpluskal@suse.com
- Update to version 0.9
  * Lots of new features
- Add aarch64 to list of excluded architectures
* Thu Aug 13 2015 normand@linux.vnet.ibm.com
- exclude ppc64le as already done for ppc/ppc64 (4 tests FAIL)
    set-interpreter-long.sh
    set-rpath.sh
    big-dynstr.sh
    set-rpath-library.sh
  Same exclude on fedora as per bug 627370
  https://bugzilla.redhat.com/show_bug.cgi?id=627370
* Sat Aug 02 2014 idonmez@suse.com
- Update to version 0.8
  * No changelog upstream
* Tue Jul 03 2012 dvaleev@suse.com
- exclude ppc and ppc64. Tests are failed
* Thu Jun 21 2012 adrian@suse.de
- initial packaging of patchelf version 0.6
  required for accelerated cross build package