libtrampoline1-2.4-bp155.3.10 >  A ddؔI%z &JsƂbjl<=`]d+Psz[۸ݳpH8_ yh.6λ34{ ;$Shoq(w,+ TVy儑r)j5/ `Tbt6 '[b|kP4 , 0mddǬp^ 颜mW~y| K1F quEB2%;3gcrcp\ǽ=_#E[O͟=wz2SNpRǹN\1&R.xx3 $Zmf}N',7߮),"QH6̡7`GMRYؓն>YtlRieM un Ev^+Ԧ}ظ؍m?S=8*Caz46-<Wya ]mGz 8s׫zLέX\}zW 77e5b0b0ba2ee2337d43190a286556904886c9cd611dd72abffac4c6eca658c612307358723f6417c92ed1b8c99928c88fd91270RddؔI%z =;URŬjZk3'mP܄ !tN\Uͅe =Uo9=ײ>kж%e`W*d& /a,(3W<0^5>c>Z^Z!-^ ݂ˈmV|{ޣw"Ё ҭ UĶ6e&ixi]a>~97j85.6-|MeR38ܹ!&!Aٶ&uߺfp5H ʮfc 7B?BGCZUtwVP.!oY2pC ?d  T!*; Uf     ",LT   (89H:>@FG,H4I<X@YL\l]t^bcSdefluvwtx|yzClibtrampoline12.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.dd؋obs-arm-10SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libffcall/linuxaarch64ءdd؊dd؊3b41107da30584c94fd3f000578dad8e24913e806b08e9a49c8028a12493bbdblibtrampoline.so.1.0.3rootrootrootrootffcall-2.4-bp155.3.10.src.rpmlibtrampoline.so.1()(64bit)libtrampoline1libtrampoline1(aarch-64)@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/ldconfigobs-arm-10 16843306352.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-ffcallcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4ca16f6fbddb99d1139e20a72c35e454535af23e, strippedPRRRRU}$o{FLpgyutf-8b6e158c287ac1344acfd9735b9b3bad7cc70b663afc250189cee2346dfbc399c?7zXZ !t/ .W] cr$x#I1hA ~}OqZ (7ZAɀ[\QP𜥛|8_mA[+sF|Юvl,~eTd6ϘQן:i-pV!:2s*} !D>8˛x%n7ө6d l u J_$s"/Crjv6l7LQeHN]hG Hdug-2p*7IXI's8j|`QOyܿ=)?l]`7Hm3,rg<- rhna}|on 91vmh EC@pGGOć?#+ۮ>\[NG0hlEQ#l¨͋^0A 6#? <,,5`_\}._zH[ \VS2A%xkax8Ӱ+S4Āܫb֜#Ll,@r~!sY7ra=C̳kӰS<+fdOwF>G@4$"료 dWiuB`,ɔlX7ݐPbXCp+GWSYXH*qezG\,P鹫!z 5 _gFeyrEy`c%c؟llV`ukb%Gۤ0!ơkhJd̅2}9P@JBDSaf[q/(D7k,Nv֖c2 i(rEOq LpQ۳-zr% Q,o/w)P&~IH'x8RrM/^aZXȅ ~ a#9/fEQ#]N<,`Ciw! b욉\ &\[+ب:m5"*I,b Łְr*aЬHǣU)b Pλ7N.mh*+EraLLj'u)ldZo> o7mJںhDUF72~'3E"qR0q[itҁ^hf4;U :Ͼs.=h'Ȯl~߾5mcQʲȟN\NxoBulgMۈ$"}<8ZsNN|ʱ:#oߑӂp gЭfy,77ٜSƥ/,E!>CBogP{/W6?.+18W  gU%tŕ=7-_$[%6tbqCG2/j!*].h:??!o΢ ?d4XuIބE1 IHQY?DcQ@-n0^L < )}s'igM8Y %HA:axխ -<61gJ3e-D>?Rc7OPd `}עЉW@jlK!|*\W}^W OK$?dD8|tcr*H<]YHdk=c0mm \ډ ϟ7NMIG#IG2Nsʹo§͒x+҉kQOI?C HE&3:P>!G$!͡} "~vĬgh惫ٮ!m{LW4[c! =_E?zIgȶ3(d7tv^'m% Jՙ? 6!9nv:5b#oyG\F 1)]w¢m2Gvf BUϵJ=׬QL{ʳԎBuJx^Β:2YV[J\I䥴*#&./7V&`RjG 2P5s?Dʘ$撊AA,J>Fߓ:1?E4:'uW25ڞ+rzLu]"H"$?̷Uz;Kuؓ:W^ϝd~92ԈUՐ؝cx>~9t|YRoƾ- c:cyU3EXbI7rkuw|EGg\cݞ ImJ 1J8BE$;hٖy]*J mؗCfgZ%'d|%gHgƎX6STג d|uWƭUJ78>X-MFqFbw Ro&#ԝQ%dFb(CBq?\k'6 z?njhIuP3ivfv'`6bXvh aO+!coTaJ~c/iaNd&BГiL-K=zip&-v`Ox|׆u"-= Q6H)=\`G-}ioSK❳.V3[/~{{j6@~žWPqT(8!{r)4H3K#$EȠsKNC'|(C%}ɾL[NS'x3e(n C{gIfx> j*=n97_+1Q~b[I08UrT#a9c"jǞWM`(B=y"bI"w3a z@q l# E0c"\/V)r;oqqG6aHu -e 4Q<J{вU)l9cVz~,Du=m }'$xMUEז^!zl 41BcmbKTGh-%j zIղPwAY}ySƃd<+1Q5"q( a䊍7{3D>q-?v@э7fˌsbs lRrnDgs+CzH'&Rٚ7qnR|_20>H= ^fIf r{g !i^_H81p`^K)||'۰bH ]M o{ПdDGdzW&OTvyGs_'.i-10+5*tdm⋸!%F68 nYɼGWa\.bLq^![K%, Gq)L 'VB?Rmƅf\WcےgF?j;(6,Čr䏹m2^Xe)]sgF]a 4 $YZ74q"*ͶS)UFd`|vYmgdk1y3CSLUD m T…XhD[5 EZi(~$&(= W<B ԪiE돯h 4y|G> a WFhJU )80*8+JQ.σԕNvQe c۝(OSm6zl^puoݷXf 0Z xV4ڨbs4=vՄΣ@C#)V£$ǸBL2MGva,Ow0lEo[|@gg5-a< jI~^`5QOjuQ$ws8NA?\7G ^,m+󗺪!mN=TjxjO0`V'5EU;@46ZD?8<)еaap0$sD y$bEC?ӺlX()>e-Ǣ4&:_ '*nn4lᱏ]"%Gp7MkZ ,U~Ց$֜^Y)UNjH#eqt>SFcZ"Gzi ^܍!,t3(zrKq.dim9޳Sh&6$ދK|0l% Ղ #U \Pzu۰f@w4g/lĝE a*TÍ,_?~X1(l?`7G.yZFzGsǚD=sȑ.&j}`۬ʬAJjzbr@F'mZE{7C0^p;!@҈=1tE$RF;uQZ 52舻>()i3ƒv:G>X #& $uP^PnnLEBVՏ|K}'U zbմ흪Xun*&oyf55}I臰\c#/Ңx>36yefo2$XmƝ=(Y]`w檗7f4y=T1&bTFf{q?P`gꮼ[3#QVoVCU*Kvؑ~>[w(D. s+XޯλXPu~ce}x[cR0#ҎBv} IF@p MFHFӽh0%6WՙGz x3{Ev}!Gߐy_(^ċ!rT B1!6߄N5f*֫#46D~j[bp25{! i4QB%/ utD=CP1!rJrT3.צ?Kg 7tz=} vM-ApPk J0o Tt&Q:1$vg(.?y\MRie>{<_wV XەͻQuwZ 2Ϟ2c4$] Gcsuw8Hv&P.^d`՗jk\}'$ 4J uC W3* iaDk!&qj_^]Ѫ4?o84X%xXa>%YM{% Y D(JY?!5fA}}[ ȉJ6u1"vi11-d|.-шNǒنN]IVy)Si}DÐ8)HpT'~NWx4A_7˘#,Eyxžt mF>7љ\ اhS@ DU%dpY.hŷl1޺u9@+*`/+8˪jpU2jC4oYQCa$c|| abfJqU=Ȏ1ղks DVODG\Kɴ&KS#pӒ1p^aJd ;{G!z:w,} EWj&g<MZ`4&d9Z>Ϳj)MzT_#_א,ZvƓx3j*˰Sޥ |scpa& `A1%gWcӶi>fm8=$+dwg )a5:ި,f1|.6 X2VCDSNZ¢Vܨ%f}#Cw ?ՉXH/@Y-VQ6K+dĘBPSMj_Q_+61W頁vH)h F+*"6ԣ^If'wӼ{N;tcɿ#tnNRt+KʂpbBcJu_lHG`lrۡC˛ĸ|Ď'<|u,&[+֠`UWL-W[ _/ߎwzI^MD8GLi80eA1EiuEv=#s i/iXk>2M }!Xⵆ"B-rpٯҗ+<Ͳe?DiL4)A_}˺{'R;(qpr2h\/d>r-27= ;ESQQKxBė&y}l݈CA=pZg2wZkڜjZn@z}Q K]74ȸV8?k) Ƃk͙d4=x:nY\ Ea["Ri1KiИ%BfЖ5 M5~_ _sRZ o٘a^| 8&h%騯EVÔ:y?yXe"/Yp+xe*aovB[X4+DOGo?`U.kx!RA~Kq b qYag SQeCy` ʖL6!\d dz^:k6&޿([PژJ*† [K| z)k~k"'qy3d?ݞn>+PsõeqZ8p،}.풭 +͞;BxrZjAp yl,S'(o*aQ'ڨ [du> IN]NE,f5i9bhu6DuW6kI]AogbS'M]WS.r ӺO=ߩjpjH2?U2k!(HB61˻þ k-,%.B芲ykF7llB憪 Bc*?j+XfS| eDb-Q]I 1q Z4g;x SM* MWfQnɇ_=hI, 0#HZBuh%ş9.H U@z,z۟[fy| v?7{aV$ys)@_~XIb79}һ͌pY\j,)FhqE"qR1GLJX$VdPpҫA:\UWn!Gwz[ZT6g,,&Z 7y[*Ra.(raQ>'yv蘲3B+'ᤅ #^7ʔ923TLsBCeD*ϼ Kp|ևr7HbLq&s麸K?zSTri~ۛd.X"/OYy}t-}RyW?[}MMu_gpC5{WL2eӡXGXQ -1t첄gn. D?NeqԭO/d>E ,08 Bpԡ6І/i<9"DuL/ Gբ2׳E*,\2%_ЇŜ 6ey5yZXƅ-߹.(pg IHB+u6r=a"6|2}v3:kCn9e/ɲϣR!QqplVy6l(]7>k/! UPʜ9Nj}<ƄU(`VBo;^"H">z \7G1|Q HcVsAFEi dzi *WܮBT ӷhȳrЪQ\Z ى=TLcFTM,W(w qbk[(#^)vi!u&@BygaSG/M~h:UOʾrL6:&rm`UHlϓ>Sa$d>۴[1t^MJ - FCw#mLSy'fx!lE1E8JcF`.0h˙Ӝ9#1Md/F[O[pssˈcI-2Lx,{16LIDm`kij˶iA߲G^6PW*y.ZF~{o LϏvݽ?(mMJ \#_ 7{7)Dp u[s2Ȣnw#N0 {!-\㖫lsNSBG *f\_;3(kYŷ T[+*P|vflJoGߞpEd)C {6RB2Zw,q HDiFV"$WƣdN!O}I֠otZ>!AADCU=vGܢܙɖdё>n^r2mty3%F#}p*+QQkѨ!}dl  ߪ,'cIKu1flR8𻻴+j^OX:dRߗjGi :P#+P`UXN6wf%t4JFd*$# `Gͯ}(8aIMGG%sh_M7^^ d? )/1-+`rםA:P|[B"޿>+῰܍J>H(AଁpڴqLsؚU7Oob$d6'6wz.i['raTڼj!h2w U?j웚vWw2T?ȼ u-eOfC<`{:z%j 6x  <ذMt>Uv^+H(iLo`y8Dvf?gcrm ̧*c$(Cl+e.YS-b2֭ CNv'יyzs*pg5vXͺZVa>0*yh҇914/OAwnP\r倕WцnpR%5~pUF=[QW1˦lZo u"_3 14U+L`>':І k)/~_cxV[ԃMFl,Zem_N/6C=å,;@ ?Q ؈[n { pES"7M88oV[u3 Vg[lzXv nU(z06?4AW E'ԞpF)]Q YZ