libxmlrpc_server_abyss++8-1.39.12-bp153.1.32 >  A `B !M@eee3'PltJmSBaOQu0S z`P٢dlurP/"x;cC6$}G6<\= zۇ+vIJyCpPXzVCLMnq8Iѧnϰ7m*ޥAFOb %ԯ#dR azgR` N&EC|.ݿ{PI;aC2e4c2d93a5e1d0b0abf87f2c9da5d1112d1b9519296c897a80f0af9ce61ea4dac5e0178bdf2b58db60d404e52e37c145e3b04fd6Jx`B !M@eee"YvxaD!/BK]^lJYYް|_jSԏ4 _ݞsq?;n:gt?l ٝEh 373cKxhiTVH0h7uTQ_>.$S&RJWp9yGj֦ Z8BCn {ErrMoD`fl‰Gނz_'?e[D%S:i'/C;$FҕWd Pkߑ.pU>p@?d$ / e"7 Qb      (LT}(8 9 : >@FGHIXY\] ^_bkcd{efluvw8x@yHzClibxmlrpc_server_abyss++81.39.12bp153.1.32Library implementing XML-based Remote Procedure CallsXML-RPC is a lightweight RPC protocol based on XML and HTTP. This package is used by XML-RPC clients and servers written in C and C++.`B s390p23SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390x `B`Bdda02ec04543132bd7c914558b3b71dcbe6ee198cd850d13048d7587bb911765libxmlrpc_server_abyss++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_abyss++.so.8()(64bit)libxmlrpc_server_abyss++8libxmlrpc_server_abyss++8(s390-64)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libxmlrpc_abyss.so.3()(64bit)libxmlrpc_server++.so.8()(64bit)libxmlrpc_server_abyss.so.3()(64bit)libxmlrpc_util++.so.8()(64bit)libxmlrpc_util.so.3()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1X @W@VKU4@T@T9R;Q@NˎN=@mpluskal@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.deasterios.dramis@gmail.compascal.bleser@opensuse.orgjengelh@medozas.de- Update to version 1.39.12: * For full list of changes see: http://xmlrpc-c.sourceforge.net/change_super_stable.html - Drop upstreamed narrowing.patch - Add xmlrpc-c-no_return_nonvoid.patch- narrowing.patch: fix invalid narrowing conversion- Update to 1.33.18 * Fix bug: infinite recursion if you try to format a floating point value that was created from something other than a finite number. Creation of a floating point XML-RPC value from something other than a number now fails.- Update to 1.33.17 * Build: fix a "recompile with -fPIC" failure in parallel make.- Update dependencies - Enable checks- Cleanup spec file with spec-cleaner - Use url for source - Update to 1.33.16 * Packet stream socket: fix: sends corrupted packet when the packet contains an ESC character. Always broken. (packet stream sockets were new in Xmlrpc-c 1.11 - June 2007). * Build: fix 'make distclean' so it doesn't leave src/cpp/srcdir and src/cpp/blddir. - Changes for 1.33.15 * Build: fix 'make distclean' so it doesn't leave src/cpp/srcdir and src/cpp/blddir.- Update to new upstream release 1.33 * Abyss XML-RPC server: Implement HTTP access control and the OPTIONS method * Change strategy for overallocating memory - grow blocks no more than a megabyte at a time- Update to 1.25.23: * Test program build: include instead of . 1.25.22: * Abyss server: don't reject a request with colons in the host name (e.g. IPv6 address form "[::1]") as invalid. This appears to be all that is required for Abyss to work on an IPv6 network, as long as the user binds the listening socket himself. 1.25.21: * libxml2: fix memory leaks. * Server: fix method add failure when signature string contains "I" (for 64 bit integer). 1.25.20: * Client with Curl transport: fix bug which disables interruption unless you register a progress function for the transport. Introduced in 1.24. 1.25.19: * Server: Fix crash when string value in parameter list contains invalid UTF-8. Broken in 1.18 (March 2006). 1.25.18: * Build: fix build tree != source tree bug: no transport_config.mk. Broken in 1.10 (March 2007). 1.25.17: * Fix crash due to bogus memory free when xmlrpc_parse_value() fails. Broken in 1.07 (October 2006). 1.25.16: * Install: fix install of man pages to wrong directory. Broken in 1.18 (March 2009). * Build: Add a user-defined default constructor for class callInfo to avoid compilation failure with recent GNU compilers. 1.25.15: * Abyss XML-RPC server: Fix bug in access control expiration. * xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable ASCII as \xHH: shows \xff where it should be something else. 1.25.14: * Windows Abyss: fix 16 byte per thread memory leak. Thanks Angelo Masci. 1.25.13: * xmlrpc client program: fix bug: doesn't accept b/f to mean boolean false. Broken since 1.07. 1.25.12: * Fix crash when sending structure with a member value too large. Introduced in 1.21. 1.25.11: * Build with --disable-abyss-threads: include instead of in Abyss thread_fork.c. 1.25.10: * Fix bug: infinite loop parsing XML when a string or character data is longer than 1K in UTF-8. Introduced in 1.12. * Client curl transport: fix bug: multiple authentication methods doesn't work; only one of them takes effect. Always broken. 1.25.09: * Curl client: fix libcurl version in user-agent header. Always broken (user-agent function added in Release 1.03). * C++ Curl client: fix bug: ignores proxy Curl transport options. Always broken. 1.25.08: * Accomodate newer libcurl, which does not have . * Build of test programs: Fix "struct sockaddr_in" not defined in server_pstream.cpp. * Fix per-connection memory leak in libwww client XML transport. Present since the beginning. - Removed xmlrpc-c-default-constructor.patch (fixed upstream). - Removed xmlrpc-c-no-curltypes-incl.patch (fixed upstream). - Updated license to "BSD-3-Clause and MIT". - Removed autoconf, automake, file, libtool and libstdc++-devel build requirements (not needed). - Added ncurses-devel and readline-devel build requirements. - Removed support for openSUSE < 10.4. - Renamed libxmlrpc-c-devel package to xmlrpc-c-devel. Added the necessary Provides/Obsoletes entries for libxmlrpc-c-devel. - Remove static libraries.- fix requires in -devel package - remove Authors block from description- Remove redundant/unwanted tags/section (cf. specfile guidelines)/sbin/ldconfig/sbin/ldconfigs390p23 16149898361.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_server_abyss++.so.8libxmlrpc_server_abyss++.so.8.39/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e65872b4101d4446f763a45c0955d6cbe7097c74, not strippedPRR R R R RRRRRR RRRRR?jAGutf-8468133ecc5c3200f08f0b6c41d0cbb9d60395e5b48a59f62529b8ed3d66930f8?7zXZ !t/*] cr$x#DdA*Q=м a>8n 1_pP'veL=woWS&@xes_?c`QWR-Y`B~Ewe|}1J؞[? J_h]LJk}sarb7I~JI3[3 A!ԏF%Eu FFa* y8rzlf~[lHWbBӣ,4^W;l,o:N{;.D}UkԪx= /ck'OجeHK^DZqfZn` ` 7pDP;YƑGIA92q[aCCʕz4ѣ(5h`{}A+g;!l] snYvh#TZU-jN%NK]S>SX cfya }nWeDקUdie>u4=jin\' _|goUL5{ޣaЧ4[N ̂%?R*648|y'Z>]8ޣҁg.Gcg֍@*d?C0 yՉĴp#r|D_Kݼ[)"Eiw7_ATV.]CG\ߕ^cUs(=x9Dn6tO{=L($R߂[.ZjoDe)o 3``\w hjlC|i~IJI1c֙m9MT& K&˸f;lz#VTTUw d5pr[騆N><}G+DfUG+e&7l|ମ,gжض t*kdC,q+"7\5/TD0R&79Ql!pZ%]R: &Ļtܙ&"rcJ '&r`ۈi|F[dZ #A\;vHyw aVmQWkTabv7Cүﲜ Y,EۚHĩ3I5y*YD>Ό?VJEBW y՘^ fo oVA o96dܑ<v0lfcBqZ)T_۠iJǙ !m]cb LT* yp(X=U3]t% D@u`$S2o6i9zH Fpp$ A kڵPO?Ɣfh} wQ5XgSNղ?a2$R>{\wcgNJiN(Լ£_ ôMdd J<$J݊ ou|`DUq ,Y۔ 6isU\tJEp UW_uPIJ{&1C̞<%@ 2it*L%vǀ?[Dc*S^Uc,01& I`I㏻;EaKIٽpGR0S|&P07ldUw]L=\K4tHZaU&ᄷ-PQ %F q6TߠϤG|N{~ }2|2*.a#7 x#\B7m:78~fh:w%8 A!CIlrVg^l!ྯlְk^"0?#f2޼.k56ղ tgV^:,O*U==.NZ|j8;afϘjNF|$['U-ab6J35GS~p*Nj|hl1#Gt镑yn䏇ưXqjɖ=Q\B%5\Jg }oR&A 3.ṃb| 44^ZQt?<'l2(MZ6Za8)9> X#,]nZ&x+﭂\Et 2/[~POb_`66H8r=v0Ky;[+qF݊CnV#8 ]*0զ:©B%/ /80[M^fRli%%{ [5x'`jA Yydr}+|WɊ"YژNK4Ott"Az.51=T5 ^P=`Ue<{5OQmNⷬcV?^֩8 \ĉ+?x0 r!dGxQ-cou\Xh*38eWf|%(hmЬRuWkw\Aʽa!%} BlzS *y:`Sjnx$3 B 9dti*tȡ ҍ8LK vD` XvZVuM {U%2Q㖈 yxfR/(y1EqǸŞ"\u/dGT|[iN#òPD(Lp-SS̍Mhlu;~}MF)=WDc ϓR2Px3+IMj&lsqyl>LEIѱu6&dÉ$ƢqOu>1jECr g{Ow!͂"Nx<9fN)ssR0}&GHQC/x)G3f`SU[rwn}fD1r/'^ lw'^ԑpp)*ף<] "Ɩ?cê>SEn*lH%ϭ LW|6*WtD6(9^+~*=ؕNϏW>н`dT{$#(bq60㌴&/56 g b5g-|*#Oa&\:@sX8\sČ;FE+7L8{2zֻ%Į 5D.=@PCkwzCAL4uaR N.O*<Y5؉ۜ7x)¥tfaz ;SK|af˜u6/(P&N$߰V8S.}‚ӄȨno yTg. ukcQ"`(޳)$x~8ڻZ;4 ns#58E~ʁ|LP.73=T8@b92EkJMnljUz)lM =dNSI$hsis8H2,2rwxH` >/f=wJg `ҊQpEe[B=kNP(ʠE 7^5I1&hcS8Gflgq=HӸ>='8ap#\&xѬ6FϬ]-Mvw|,;'_KwN׍49,=?/Tb;~W{P7a۶cq& @}߰ϋ+b2W1XCJI? uuxFGO%ҍecu.]fŎs mp˔CEw~Gjk#U-{m\|U!W9]4pť|&~HՁ+ 6sp*T#JvHtooMR1~f~: ;+⒣8ω#lV2wE.o$ ĭ v)Uz,^{8] yZ_-=k[Qƙ=@XD#h^vv @Af~?JމJAUیxi_ex!}+qfֹSٛWa"*w=}3%77Qɟt 7hu1wx4fOv;G„}qE2/U3&6I B0Տ>m~xKc6P5 8b)*&Z@mLL'a.jjl* >qKSl*u3EӓH' `F2J*%"4gZRi_WJoV!E8_Dkix g&~B+JaizYh\4uw/Np@y9ue&yF31OgjK &aH x0AjYKSC&MdM0=*T ݯtQ֘Fq\+&CaM`q;ӄ$EhٺюoӿR˽u3ch/;ouuDIաFI8ĚJq˙KH_&a,9-['#UFyVw|:1eL'D9N~&ejrW_ Mifyk6oèC;dr,wIum@jkA>5X2Wz[;UN_.~sJ!<9h - .Ry@g]-$>dp 7mׅ !(6G!4ZLʒ8xKm ki4y`]ʛc j vưH^ 8pBØ${4Ȋak0ӓPg/F R1n#z{S%l} C%0b9`% J "2\4A88 sQ\qdE'k]:d| N昑bJF (Y'E͙tMt*`O_t|joa׈A^XxDPUͳc^c/]E i,ҲL.$цlyϔx7^] tK\LBRCFϿדGM ]}A>!C 􃋐g#<],VZH81IvDC x9|ahp b&P:i쪘:N9# >!I[?^ mmZ[֩gS0ax!äwx%S#nτxVފt=&8w OJO1ݶdETĕмI \0}Qn|',(l?S(Vɱ0ɡ7H#靄|n,C Mw1h7I/o@_7S/ko``q;m'wOs 8{O{Jd3sKa?zʰZ7?O/QLуyٹasMS!I2LY} Z)&zzݖ| Dǡ_ }x]灕R\8'T >0S|W?IʜF^ vhvA!Xr¼cyσg1~*T͖ `qڧ:\.286'A ׊& ~'^[Bb409e[vq%?F%Qs׎0خ4k*;֥V6='nD gͲ IƎ$ M#݀+3=>Ml:;rƱWTSsxXtwt!dZWtX+ Վ_B.f99D©gVPSZ#D &t &Dn635lPL|f ]E;KA܁W q]寔W͖#Ͱq/wa*S#Kg8FsY!R$Z9ߎR5GIR0EQx?./y*#v̦\S4`ܧ'KMDÙ-y-sߠȯ"Խߊ}SmzDziu`h ~֕;~u 7PN!# ֝ eTjBRYKOPZ1ce|VTJW;7føO6qSR6 4pFbɜ?^uyQ?V1>7iOdq]ʼoUCyD>/CS@x K+~8>Tq7t{ɰOcѓbt3h Z{"="_w)ёC-r7=ZebbVsU9y98m_Zy;p^5\: - ϟ`@%.0ρ%8R51!\W[2UF/էT*jc$5JnT?g(0yt ֽ AF-zaw}?"S} `hF%U6}uA+ by.j9.1R/2 3Y?~w fNW|V^_NR]CG`]ST:~nTc?#zM20JҺT7q˼S8&PL&YvLUg6Я$߸1P.QK!ٔf܆0UYSVRt ~q+bqgGkr}@Dv" y n7^@<5ksg˜;@mL>t>C4{59L.cs xʹcQESr𨩒@r~aߺ5,*p7|`^ۍ' ʬZ y#xWg^[vCɏ2v79cx5a2 &v#j(=ӜMqXD/MɘUwe)SR'S@otr]p 1]i6pQ*"$ 㤻3u!%_]а:ʖeǪYv{s70Z?qGJ3ݜ UFO, m__}W.7aʊg2%v#"ԯ݄)&"6T%3⟧~2/,ZA;go )1'ǤK`gR};>.͜B`s:Px&w^eFT/EUV\4=]{ay{Hԧν.H1W9;b_ډ-l)rn~-h=Z't.>ē)NO{o.cP-]?Mwb+]N6x̄NRKO&MNn#\!n9j2Si61oW4kW* \t8Îf[;eP9