patchelf-0.17.2-150500.3.2.2<>,,Xf(yp9|B^ȝ76,R59u"-[oUhL1&$Z"AC>QL,7v5KY<w{*e3\9伂5:TF센!ݣH@Wa>?d   C $=^k      $<Zx;(e8l9:F7GLHdI|XY\]^bc=defluvw(x@yXzCpatchelf0.17.2150500.3.2.2A utility for patching ELF binariesPatchELF is a simple utility for modifing existing ELF executables and libraries. It can change the dynamic loader ("ELF interpreter") of executables and change the RPATH of executables and libraries.f(ys390zp34SUSE Linux Enterprise 15SUSE LLC GPL-3.0-onlyhttps://www.suse.com/Development/Libraries/C and C++https://nixos.org/patchelf.htmllinuxs390x |KSA큤A큤f(wf(yf(yf(w9c10dace40983ee8a6ddc764576d8c9a5d3c08ba9c020570de129bb97ca31d9eea103a890991bc00a3f7879ac2296a7fe558893585e59c65038ad6599ac0ddd78ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903948abcd934377b57bcfcf791cc02e077fb0c22dd097ac2fbf8df862dfabfa12erootrootrootrootrootrootrootrootrootrootrootrootpatchelf-0.17.2-150500.3.2.2.src.rpmpatchelfpatchelf(s390-64)@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.5)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ccc]bڑ@b7@aaj_[f_9]e@]c[_VbVŬdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.commpluskal@suse.comtermim@gmail.commpluskal@suse.comdvaleev@suse.commpluskal@suse.comnormand@linux.vnet.ibm.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- 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- 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- 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- 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- 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- 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- 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- update to 0.11: * More modern C++ has avoided a memory leak * force-rpath is now consistently used * new --output flag- Changelog and packaging cleanups - Fix download url- Update to version 0.10 * remove no-rpath-prebuilt.patch - applied upstream * Lots of bug fixes see https://github.com/NixOS/patchelf/commits/master- Modernise spec file - Install license file- Enable exluded architectures. Fixed by debian patch no-rpath-prebuilt.patch- Update to version 0.9 * Lots of new features - Add aarch64 to list of excluded architectures- 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=627370s390zp34 17139554490.17.2-150500.3.2.20.17.2-150500.3.2.2patchelfpatchelfREADME.mdpatchelfCOPYINGpatchelf.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/patchelf//usr/share/licenses//usr/share/licenses/patchelf//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33566/SUSE_SLE-15-SP5_Update/988ce37ffdd0b3b2f50758703cc2635c-patchelf.SUSE_SLE-15-SP5_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b17af2f0c743685922d2d888a788074638aad43f, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRR R R RRR RR RRR`6XPtVputf-8d21dedf915626bef6bf665f45f2a89c555b47fc780884a0ac5909e00451125dd? 7zXZ !t/` ]"k%w#q ,)ÊK#3 pgs{Hb.Ӝ|b_p,LYeUĒe kq-e/UFvK)h)s>JG?{vRiAWTwb @Q9ĜL72$VϺ<>Ђx9oH7SN->Yή&a4搐tςO6`+>=f~li Dm` Wҡ2_KP/qc(ޮ"UF\!ĨYv97Eg/zر/% {^zEn.Y eJCO 7 hŬ; ɂڤ!Fȕ.qVAw&^EƔ:˯dn:܇rH-1~ثcbڡ"W;:X&90-n'k@N軻{ru]; [݌˵BjvE?hqiCd,30O.A8pVhN/)OReg9ġ{doD=pS\HlkR@N? ;t,~)q h,S\q";f1H*Tb3jNxfڷ @Jܒ _ p gPLWF< C<:ea~I%8#{z^@J 0Lب\i}θ+8L;5Hyt1AsG@q OHspv_ 7/MXIFOBO'*%Hp(C[ n! < 5Iϗ{F-޵ȼtLG2IK)7*ݬgRMS_^r`:BWX/?+kPO2Ke2"xj~#aN$qsGky I'YH\5r`˹k^>Po'UڬyzRKnD$ap 鍑?X1j@& ] Hekڦ&Sea^۸$QoI tv:;!`Y;Re( l DM܆OzBJgN2vQFDA\>r uxM?wJőUX0:CDMrFdjlWN~1c!xyxwĄ1S ^0px0623Q1NH$le΄IiSfQo<;K5c 8AZ_NEƟn T/'ɫ#::-l0xrИNM.NiiUyYG|N}B硣O7@/5f>mj$Ml2vDՀb%&XrqA>#fכ2 6vΘscBh|IHHY!Wμ]W7̮yhBQwWb4ݢ<:9lc}E 5V-Xi!SIoel}{8i~CO譿 j:L#!GNuFeد A*]ec 4ʜs9 86_@;ir'?po1xhβ"aR0̒OzYWº0V+U`M`%3͡eɛE Sv8^2ռ8,*>;:qfHW_|v(0':NܞGчt;*9Gb/@@Zڕ~kk2ky [w%b˙(w:}b:/ :/T !G>Wh%Y{:I3mHgDz̢=`3i2GK!HM VI>CD YZ