libtrampoline1-2.4-bp155.3.10 >  A dd I%z &ь"ЇRWJJw.hQhoPO@z3Z2}#fJ9ZBj)jC>Q7)^!Y!''ˌA`OE湖G .Z3$}+:K3Hnś1u ِdLp{֒\P,q^%ogq19/BB˖g[/mă2'Cw<~?Uɾ2л0{]s+ @[m~#6at%[cr!">(kZ ;-v\$%^(fF"(wQ&ۡpHh{E58)7!H%'u#`崨riyRC\@GLXu+nnvC%PjN{^2)KMp<3Oz,4hm@3}G a DL6k.K5!ն|4e-h9DK  S7A@tym.%cro6431723b35d8d40325773355d7309d975594e5235973d103b52d7d8fefb228f349f623613a2aefe075416bd063f1290d61865796O,dd I%z Iv(+F/(W$~--$)Loerj7)1hώ`_D j,Bݨ'dc` X['sgö!_tѾ&)WmN"V7[Rl/@ޒP a'ϗP170ވ"㴍u ~ھ"pm\.Ӱo9U3LQ8il=bj2)v`Dx g׏7Oxg9g^D@3 'HZ .rybҊPdAK 2pP(S Q7LLciodk|*:mx ApC?d  T!*; Uf     ",LT   (89:>@FGHI XY\<]D^nbzc#defluvwDxLyTzdtx~Clibtrampoline12.4bp155.3.10FFI library for closures as first-class C functionsA library for building foreign function call interfaces in embedded interpreters. This library allows using closures (lambdas) as first-class C functions.dds390zl23SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libffcall/linuxs390xءdddd666d8b7f320319f9ba4882dc25c2276009b9136cd76c6f55a1f451f28927b7a3libtrampoline.so.1.0.3rootrootrootrootffcall-2.4-bp155.3.10.src.rpmlibtrampoline.so.1()(64bit)libtrampoline1libtrampoline1(s390-64)@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libffcall02.4-bp155.3.104.14.3bi0@a`@]c@]z3@]w@]c]bx@]%@Z Z Z@YzYS@YP@YP@VJan Engelhardt Ferdinand Thiessen Dr. Werner Fink Dr. Werner Fink Andreas Schwab Christophe Giboudeaux Dr. Werner Fink Andreas Stieger Dr. Werner Fink werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deschwab@linux-m68k.org- Resolve rpmlint report "libffcall0.x86_64: E: shlib-policy-name-error SONAME: libavcall.so.1, expected package suffix: 1"- Update to version 2.4 * Fixed a couple of multithread-safety bugs in the trampoline and callback packages. - Remove unused ffcall-trampoline.patch- Move /etc/rpm/macros.ffcall to /usr/lib/rpm/macros.d/ (boo#1185666)- Avoid recursion trouble in spec file cause by undefined _lto_cflags- Add riscv64 to ffcall_arches- Use -ffat-lto-objects when building static libraries.- Update to (lib)fcall-2.2 release * Added support for the following platforms: (Previously, a build on these platforms failed.) - armv6 (Raspberry Pi): Linux. - hppa: Linux 32-bit. - riscv32: Linux with ilp32d ABI. - riscv64: Linux with lp64d ABI. * The build for the mips 32-bit ABI is now compatible with toolchains for the 'fpxx' ABI variant. The downside is that the mips1 architecture is no longer supported. * Fixed a bug regarding passing of more than 8 arguments on the following platforms: - arm64: Linux 64-bit. * Fixed a stack corruption bug on the following platforms: - hppa: HP-UX 32-bit.- add upstream signing keyring and verify source signature- Fix dependencies to get clisp build again- Correct order of %file and %defattr- Allow debuginfo- Update to (lib)fcall-2.1 release * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Solaris 11.3. - OpenBSD 6.1. - HardenedBSD 10 and 11. * Fixed a bug regarding passing of pointers on the following platforms: - x86_64: Linux with x32 ABI: CC="gcc -mx32". * Fixed a crash in trampoline on the following platforms: - Update the patch ffcall-trampoline.patch even if not applied- Update to (lib)fcall-2.0 release * The package now installs a library libffcall.{a,so}. It contains the 'avcall' and 'callback' packages. The libraries libavcall.{a,so} and libcallback.{a,so} are still installed as well, but are deprecated. * The installed libraries are now installed as shared libraries by default (except for libvacall, which is still a static library only). * The installed shared libraries are now properly versioned. This means that when installing with --enable-shared, upgrading to a newer version of libffcall will not break existing binaries. * The installed include files are now platform independent. This means that you can now install libffcall for different ABIs on the same system, using the same --prefix option but different --exec-prefix options for each ABI. * API changes in : - The second argument of alloc_trampoline() is now a 'void**', rather than a 'void*'. - The return value of trampoline_variable() is now a 'void**', rather than a 'void*'. - The argument of trampoline_address(), trampoline_variable(), trampoline_data() is now a function pointer instead of a 'void*'. * Fixed a bug regarding floating-point arguments followed by non-floating-point arguments on the following platforms: - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 32-bit. - s390: Linux. * Fixed a bug regarding structure returns on the following platforms: - i386: FreeBSD. - i386: MinGW. - mips: old 32-bit ABI (Linux, IRIX). * Added support for the following platforms: (Previously, a build on these platforms failed.) - i386: MSVC 14. - x86_64: Cygwin. - x86_64: MinGW. - x86_64: MSVC 14. - hppa64: HP-UX 11. - m68k: Linux. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: FreeBSD, NetBSD, OpenBSD, DragonFly BSD. - i386: Hurd. - x86_64: FreeBSD, NetBSD, OpenBSD. - New package libffcall0 to hold the new shared libraries mainly libffcall.so.0.0.0- Accordingly to Bruno Haible the define -DMAP_VARIABLE=MAP_PRIVATE should become removed- Add some more debug code for build architecture- Update to (lib)fcall-1.13 release * The license has been changed from GPLv2 to GPLv2+. * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Mac OS X 64-bit. - x86_64: Solaris 64-bit. - x86_64: Linux with x32 ABI: CC="gcc -mx32". - arm: Linux 32-bit, without hardware floats. - arm64: Linux 64-bit. - s390x: Linux 64-bit. - powerpc: AIX 64-bit. - mips: IRIX 6.5 with CC="cc -32". - sparc: Solaris 64-bit. * Fixed support for the following platforms: (Previously, a build on these platforms appeared to succeed but was buggy.) - x86_64: Linux. - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 64-bit. - mips: Linux with CC="gcc -mabi=32". - mips: Linux with CC="gcc -mabi=n32". - mips: Linux with CC="gcc -mabi=64". - mips: IRIX 6.5 with CC="gcc -mabi=n32". - s390: Linux. - sparc: Linux 64-bit. - ia64: Linux. - hppa: HP-UX 32-bit. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: Linux, Solaris, Mac OS X. - powerpc: Linux 32-bit. - powerpc: AIX 32-bit. - powerpc: MacOS X. - mips: IRIX 6.5 with CC="cc -n32". - sparc: Solaris 32-bit. - sparc: Linux 32-bit: CC="gcc -m32". - alpha: Linux. * Support for a security feature: On Linux and FreeBSD platforms, linking with the libffcall libraries no longer causes the stack to become executable. - Remove the patch ffcall-asm_cachectl.patch - Update the patch ffcall-trampoline.patch- Update to ffcall-1.12 release * Added ppc64le to the list of supported architectures. * Header now define LIBFFCALL_VERSION (to 0x010B). * Better support for IA64 on Linux (kernel 2.6.16+ and gcc 4.1.0+). * Added ARM support from Jonathan Olson (debian 1.10-2). * Added MIPSel support from Thiemo Seufer (debian 1.10-2). * Added ARMel support from Max Lapan./sbin/ldconfig/sbin/ldconfigs390zl23 16843399432.4-bp155.3.102.4-bp155.3.10libtrampoline.so.1libtrampoline.so.1.0.3/usr/lib64/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/31e5afa8f7da49ed35a0d317331d9b99-ffcallcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=347f366c4b8842f422ea1870e5b5998096ad33d4, strippedPRRRr>s aiutf-800b6b43b6ea873894bcee4bbe1c6858b0b517e532cd70b58710a011accd5a01f?7zXZ !t/*] cr$x#IF?Θ?F?YBQ$nu'=H,mvbsyv>&=`z aMvocss)gș2#v%Y@4DXFȵN"H/-i0hC-.wM 8I:{X$˸hhIz]˿W1V_@ S,*Вn^gB|9:{|G4bCx 'WR.vZtV52L}I*Sw]Й[ PGc\xh!lxJKjntv^o.K%2Ŧ b= xY+:if9p4A4%EJӊ%sB>v7\Wa[{I |&Ցo7_‹(i0杅 ]z~eG ?`[!D*e`iJqp'@\qH1[qbNI :8WUyTw"hA䷷J1&:͕υ8Qd ˵ ; 38 R2Zu?Ae!@ef7= I@Xjl_; |@3{$ E~-Z_] ߮Aꗁ{zrhXY#LT^<0aPt&MFT3,wT̪FUce)aXD9f/Ģ:mVTVt)^z6jzH]>xZy.h?nsI,~/w>mG!<"=0@eHQ!4;_at/ciNĕ|ƜiFmCziƲk%l`7[}R Ե\PS 8B(g,rX%-<Tج[#ݘr1O=ҫ|pãoӂeS,cg/(4cLK8=Q %lŅ9slc]_P`@eFfg5 (n00ѣeV o')P9 U:!qNUE.Nj]%q$6QXaK?C ǝ\Ǎ,]h;brF#U-ƛ-aggхGK0\l8 (=h_UIu`4Uml;r yTxIx u)-jV%x`]XXTo)b#ڛc(e4:뒺M(eiՇ+${ӿߕ+pN`QMY&F\Y}@8z)\g7CM]ZMu܁ ʟ"{-dUc}1v4t(~o<9ﮤf>Ȝ%H 6e{ ׁ Hw$ [/yfN0|ϳnV] BfR -ueµq>cui3D*:iO|ST v.@%$QNBsYwW:Tb7 Pa8YGCbxBfĮ=]iac8}flp+*j3*Ώb, tgQt5ŕ♖Hz)>I E]?vմ8q"RT yqNpкC7lPS&κb=khh_͖~X-'UzQ^*B,;O\0 ~7۞Wb]: Ȩ_ć)0T0O^)ŊBM/Aa~1ͱXwaɖ 1_"x/:!nt VY465? OQ"j ?)R64 ]-25PqF?sib?Vl+=éu(tg'fv[5] <k4^ة&<E;Ye+dshb:( 'j3O*oPYmDtm]>hWw7rp}8Q4@ ZwBKmMMx @tvP9y 9v=zg1 p>!]Ȋ{K@<#f/3u@QK9,"ݡa] lzCAaیJ[w.5bx*~#(cE:-(zMX%e ,0P N JGlPz+LjP^MI|$: e#̾[sw6TJكa)eN+rioX!,iUQ> BU5hW-`W#eCk:hb 892#A* #UcUE@?:{p~ %Ñ`8LF#3~ӰIeaIFhJ up LwTF zҥa!X-ҡkRƝ~ s"28y+vSS'A0xwYNx"կv_zr[Ժ+MΣ؞0R`j D/Ԯ3*vT`rrJC Қ1>]Baka>38@4._^ lZ[@-skhsxx>/.<҅l?$+LJQۨ%_ܜ];z}I頰ftYѲM7*|t J-+=t|:e.N(&0-3'Y{B{A_ č7{{ѢրH7>ei @`LY+"n0|#QqNiuikl^pv:[P~3B@0|S8 6)#WUl|okV һil͆9-3n{quu^\r"fCUV|_ۙ {cYj8rA W=о"DcRiziH 5XކhowXeeN [ qq:ÿFT> ,0:c cZvO?9 $53PF98\t'\wʃ$.z>g |Tfwi1'bܑ 2^Kk҈s1Wy]V[H9;]bI"5ME?Jv(&D zju|晓#jJenKƤN.~tz1*ד$g^]\#1<Ԓ]؍AZk4wEgt=7ϕjA'AIV֠KN$Y:3OɲzvqWGܩ'e\4'߶DLM?_uB͕ۀ)XFd=ͤ=3>NkYͱA VHzY-:m5-}*wx`bQҾ$B,4 d ɢ5OiCzVkƧu;UާVn\A\Qz|!j#S"tb(;e(1ESLҊVQٙ8OiǼo$w=ƥrz|\ztNY%u 3%tEt˨% W$X%m) M-Ơ 2f0¦g7 +ɂFj3?.rd#R)w}VڶV~9(ݭ */@dRnC[埖 O+.s/̩w<Њ8v,;Ew]H] R u@jtRcF o^! S)=+2*BZ2uf{m<8pC%gen"  OR\1nk5}Kzˤp1݉1_(&L(p~AUOڻ1Slcc&"]vE7(N+GG~P\'O1 p_7Ǚwu})??)}Z BJg?Ul0-daժa,,oݡXc D,Tl}NYe֊BFXEȅ{sB?-:ldfW)\kpC_p9Z؛<Ώg鉱.jtDO:T\Β[ th./~nM,*ao Ju?"2D5fn\V_+- Tb@ x⬯LᏡ+ȠuH 3g dX7Z6f4dصsdn)_RD;& j!z=fjW?טu?)jQۀO c;R?^N!Lp ~h2\Gq> "mp0r҃!Ę݂`n( Y>ߓBh7w|J@JFl8EIYRaD)8rpV c<^p\dX%a.1<uG"C._ v } Z($D5_HVF5jk: ݖkʇp(*^Adh2*UɡS oIPEK.+qunf5r&dHK,A/+~< Co \XWȢ0#m }o.J"rC9 4YNh# ZQQN7M~;t\8<!'N3^K\K: 542mlV%~~:׊iEϿFY08Z /rzw)>4v)֌ɌGIίw~߁v >kVTjͿX HHOMP{Lʛ^;Y:e(GarOu/q ރe t':[Jb+Nm9CoH((c9ؽj>E,-D`nHph,DBf'/gnkhg r^ŮjfJL˜@vI⭈Tcs~JYb 7 -޻ YL NVCbpL839@r1W%t>yTw<W1"Zgl5L?I[z۶1~[#!FNl!P5`GZrPl=,kUΌ݁>^_1w%Y+TAu .d`ULoo-4 F.ZJzXm~e*dKq`.U_=X Oeb\Yp l* ҹǁĚ`G!7Uʉ a1hFL7o\@JF0 ]y4*7p#3ʅl'rU`x:{?*\}JL< {}PVT@N^Nfx~NtYTBN\]*r bD!`n.Gapl3E^9{.ɑ`7_BlWk<^9V+ RV6ԁ^o3GYڳ. Lżk=̮ DU1I<GP j6>Tڨe<(brcV~[a@]>94~{(@HXPB϶^U2e7nݶ%M8MCv˟ʑ P#=[DSfe<ΎĽ_ ЏVQ:3"Rl[yC"}'.}<8ٖC4 +8]~Wt de=Za4ZZ5xk=u_#JB_{_9Vh»Ùs> =*[^Ңv3=>;Tp%I?h*$h)LfFT4WatИkr$ȇCC3x]epS[%1da7"ifJmb$_1¿YF)DX'V/ޞW9IL3~ JEa/sAf+%#U [Ca݇1WZMK53`E}cub~ s7U Jlj2}]QANU-O'@Gq /N:6} qVEϚO> 0r!KU9S2"Ry[@ oi+/Ѻ@l #H a{<3G$^%ܞgݚ krH3 /O ^%%q^6:,MS_Prlzqz^d"!* v>ܰrJhe@2Nx@p7H *2-l'ODAwO-Xa =,jv_ʙ,X߄j#'_彙"ɝp+nV, VZVܧs^<%O3ٔgv@]PJf1[0~H)Q+e=xWVWq}080'A`7GG 䛺CЄfrL͊-=0oJQԌWu, "ʫKرĿk+]"$燷?KC6Gw4.~q cjmR}ubAzk%V݊ ϧgdw\Im r! '[42>˷-#_˝3ɔշINGTV)NKٍU/~m ^v)݃e U&1 dlE:)c(vZeK$otiM's?Q3l.J:JdVc.RʹR#% ѯmM ?%T_R,Zk"]@poTëJ rB7Ӌ~e<2x(6QGbG8I#ߍ{1=xYܮRX `Ꮪwsf%v 1Cfkrq|9a*##3ǎUmH~_HXpE_H擲g :yhFX fh DO E0sQF`mzbJvOglx_Sg^ŠIvpsn*:8o@wTCFV 6lxMjV%zNI>.,(2*zOL6F}AU YZ