libxmlrpc_util++8-1.39.12-bp153.1.32 >  A `B !M@eeesrAp7Y]qʚnXI+!v8I66!lnXgm3_xk?E&xMԉރJwPβl;ׄ ёd `6jQC7H}CFj0[UDЄ-@ iơpɰRPB29Ļls`O$k?#53fe901e2c9d5f912415516841a6c029f13a1b9ca54957c5d43ac057b52587ecc523199a3bb326c7fa2cee35f9f464af88677c050=`B !M@eeeu^ h3Vn+EkY&!9_%ᴗOF੝ ifιbD{1k .PN[C=ar>rjxBtȕ Z]w;cw6y\jލ\ģNѺ `98~KNn/n3IE~)rJn')pkCYz79uyˉ/oUHA6b mZ+!|'ߓF;<&!bv>p@?d ' ]/ IZ{     <D(8 9 : >@FGHIXY\0]8^gbscdefluvw@xHyP zClibxmlrpc_util++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 s390p23t`SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390xt``B`B869772d4ce0fba0633a56f0b8612a8d406ab89e17d8871e7f36717f9e001a009libxmlrpc_util++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_util++.so.8()(64bit)libxmlrpc_util++8libxmlrpc_util++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)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_util++.so.8libxmlrpc_util++.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]=d4886d256f7f58d385fcccc8e7b6ccce45dca40b, not stripped PRRRR R RR R RRR?jAGutf-8a2e637e8911465ce1e8d4cc41a2256b0f8e08f0a8d1ad6f0bf81e006c518e10f?7zXZ !t/v] cr$x#DdA*Qy4伜 ?| ß`$rvGՠ%0c~ߠ2*)U 9S=N[ł}^0Uf-/aL У-x$mr8A|pP-j,N=!:sO.3?5o$ s{M I"2T(O{4[,}m5B[j\/2!Ѱ۬QzH53~_ HiƁE[|#jd3aeK~uj3B&9^LAmqi`mJgHo[\Rʷo>e9rB]E=;6t4'/+YkilMp3\AXz d%ZЌ&ВpAil7K)O¡PqĀ!G1dӛsFL'Z%/ =)J98#\R]M&\uV^E uW;+KO9Y/C{^S8R"fFvڪZy7 t,%4%IԺ9̢N)Un+ϪsUO:Z7!i{Z%<4Ҋ,Ւyk]2"RR>hP ޞ>E|Nn|>酧yޒNĠ#M*n>(+D Y_c%x\2r`FVޜ]U!JA_=w̧0|y_zQ9\2_k/Dh I[qv ,X&[Λo PĜ&Bѽ!v+l|RN#ȧ9צ4P~ntg3ΪXZlDXYǕ?p{?DgRXFyDVs 7r,$ *SGCp.Ӵ\%=\Ŕcb4lJ@Q7Sy?]ofGqA7LESWJnx< E~ʿMs JMAx-Rvh,7-;KHvuupͼZm X>bYt`sM,wj p7cV:YeD72}_;ZdA f^~~6XV5vSj*mÊS}J-/ O؂ oz'T/;>BY^.}˞hUdzO2P6ح^R𜡔`eqdW:3|nsSp(@/Qs5 DѐUG#=0>u-\/#wg1/W%BZQ˓xDbJY`bf:Q" Uo/> e`Xs,w>=KC[ Z%piR<JSΨHcqޗokfCT5+ wBjhxUE S4H(j1ۄ ґP]{:|UTNLbT~@DP4 5oٟ~ ڀ9pjEAܥ8R0!uA&N}Tv_pb> ˸&W,JQ+\Iw[֜`ykQo&P2 )n_`_6AjU5+ule7J(>svPMh'28p.v+s#p.OiZڸvp%'@^qOk )PGʊ)[k_ږW%QJ[yY[BL)7b2d|g1;0T0t"j>δ>D}}oe G/A,)/.(!usO -^CH5_HFg32E&xJKnrJYȱ8y̶< ˾:^{+]taϴ +h1wF=X xp@x0yd.ӻI=ҡbs%TgJla,yNRڥ8{Ƅj[$e~ڲ:PM]Vr,pHGչ~Z;;Lx\4WQg~G/-ƷWWٳf|(@CӤ qq3TkJ>]VJ1F8?T[tV%#PtRenH%7glIȻJk+8͏+)n p7K4J (5F1)8xD͹hb6A? U2ip΋F,>]ٞ*󿢓)=pز^ӒRjռ}Jb'μKIN&e>4 ѩ<ܿ%Sn/#` Ͳ mT g&MVMгC2+OhU2}?Gqf;Cܳ/7}dAFqP`zPl{5_~hJR|멟uy~jB)Zs bccntFOϦCao2 7,+y/yw?ձOK7å\2 vJ1$j@R?Wj߫.oi~:RmutMխbU .)3ԺVNg>-&i@EPg2b2*&NUWDF͢ITKBh>vu 3@WQiF*5 lx<!1)5N;ekāntm!O臫 Iȡ"U25~&Fjg6ZICjEB FQZ4/6a*1G~Rͯ,>֏Jݎ&+,R*+p2TtY7/0zMuBX3|G΍$~Iރ> 5e(BݦsE(+981E\!x?<"A yQX '1u p @t;"!omkԼah>jLN6Q~G%[Z]gm?$ #|](0V' zuv\@Lqpq! QlO:Çӈ3s\ -Z/o^vVPL`Fn#'ޔX</X ǚܚI>h3`ᬋDR<ír;;ަ(XDŋ4M,lF@tC+5}{{3E oBi3ʉC$62A+]XFd Lj{ŏSXϑ 3RndRx^#ލvQ ᷈y:P3N{q LcԓO2=j8PbZDE9(Imꢞ+Vo"2rt$E^<"\k Gq'˙JV3O}>Ȱz]`&}p&œg h4)۱+FN9Q7$iׯ~5 o?A خj8D)#'x=kXH +V F.k@ #Zzb9 n@u E6ﱐp$ot6>6D3>FrF#]IևYoQT1]ϯG|lιc;8[e^h;*Q r2?+rz)N8 uUJ3=h>G^ӡ`u/@?ͭ$߾$(ɞqz#݅_J#|j:f>7"qW4H[<^n'i <[Ȱ)#ID,GcQE*5CTA@{xz Ǡ I}AJ- !PptA[r 4"RLY$B}MhY4 (.#s6➖!}3*) 9:Tb``o"GI,-ys- \VX !:Ŏx'Hc9At a};sEB䨶lRHb0%C1`gt'>:(6pQJ5lď? ւOkPߕ{?sg oqԕ2Le Ui5"| .h2I?Ó 󜻬i#nsIA.ށ(t"F`^ZGWgdp)ߺ bۉ" x{C2G˩{EArE d)0;8,@WYjɭ$Dzw,(y)V|;E#&fcA2u%P%*+A@#^!!:MY!~ ?)6&ACލM׎5^ te2=]i싖dZTc:63dݏ]M}.x0򻞩8纠㖵d&8T&iirz. >\4}X=?~aښcc_j-Qϻ i՝3Ԭ9|z"B~A݌J0 W*j%0'ض;h:K#m`cy rI-BEWOL]ڋaL{_۠G`莘 Z=*tؽ YgQoWIя\T#[8 a&DuuphX%6eȚNO&x/9"'IXߧkxre=_:h'1Qw*J% ͇NE=Yle_vRO8 {Ci{@9;@d#]>MJ ;|BE  ^}ҽy6gu6p< r(:$3PO8dth1ڢ\"qc2 '\#;T e@ccy/KB 㬍""t*#}D`v=DVy4Bs, xhk >F/yl1Z#slAX!#=& Mή]aM !5M,v>, %Pgwlb.^c˄/ҥW_׼únϝ3u[i˺d19bN'ٰ v%+=d {!J r i{WwN /\g"F ]rPW4Q]]{9L|zH]Ėr*?<t6$U vo>O[iZ&4eB[ !p C];~$ e/XMȊp{^/<u Nܡ%@'+N0