libxmlrpc_cpp8-1.39.12-bp153.1.32 >  A `B㐜!M@eee88[7k܄_!$Zkpa4xV5s]L(-ڇDH/yk0jd ,{#(Hy+XVӇ /bT=m ( cTD@':3==x"Jbdg5X`"ƞk6@ ?P=SͰB%+ t]ޠrl'y |ы7JWUbc1285507f3ff4cb1d885597073c722b9f95b3383d6245bd82a59b1d5be2f3273de33b4de7ec25fa2e558ae293487965ecf633f3=`B㐜!M@eee*-MV[j[ |NVs;kͺJ?:邳i>f=(#I4ׯ- $dock򩜒Lq`%rx[} 4[8|IeְEB"g4݂*:k3B(ʽq8Q,)6w7{G,e9#BSkz!vi~)J3\94Hc֖B?%۪<,y@`3@'>p@<?,d $ Z3 M^       DL( 8 9< : >@ FG0H8I@XDYP\x]^bc[defluvwxyz(Clibxmlrpc_cpp81.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++.`Btobs-arm-9&0SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64&0`BR`BR846632882ba591ade488d11d1851b56d537148c433aad211bc36df3de77fa3fclibxmlrpc_cpp.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_cpp.so.8()(64bit)libxmlrpc_cpp8libxmlrpc_cpp8(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)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(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_server.so.3()(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/ldconfigobs-arm-9 16149963401.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_cpp.so.8libxmlrpc_cpp.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-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e63c680eb0d91b04bb18b308c872fc4fde4883ae, not strippedPRR R R RRR R RRRRR& /rJ $utf-8b217bd6205a20dca08789fd3277f6fe584cd3915ed89069f6673d0de79718abe?7zXZ !t/'] cr$x#DdBMoʶSW.֜bl<K^? E&|T!O%vKKp.Muyr] vh֮k;b RR1g~a0~Edg?H")NQ/I» 9üG*W1qY@; twHLʡ[㠼O{h x1cBQW]\-ߎv6ޗ3u 7`-uA H&g8^z "L-As_ MTa]# jj~vFC;v2с |~ɃG;?sagvq (9xIQl+ݩB!wqI1~@i4]͈ LO²Gcx{+*b/E(m8!v'(tPSP`N  ̴KUcS8+ɭ{칝#{:鳶fZ]> *]·\N㝄k uN#ګY̱xsu 8[`E_;wtZP<0s7У94zTo=ƏxpbGFP$כ-7@CHpNEҪD'^\dz) -v(9w32g+`okߓ1uEJHB(J4E\$`Kc\g*3?*bS&ǮG$_0?:>zm* FenסL'`JK._WJn'6@[tM.ʟ^ {ZCm1XJsDg+D?0"Mx4W]URuon[X0pPN 1ji!K\G71=߅Y ѝlxjX&[ЃZR <${J@#IIUNc/ItGVZưu! "Bwqo!Ը `BLw P8g]-&feR v^̔sS枦Ygnr,_$S"T4q dl\b !Oa\Mo8Y;t}# Aґeݧ{NEg욄&kN2f**[fIIMۂG)ڶbYF,}_hm-i¯gWM|{vw@ ?`3mCY'VknQ KI,M:4'ֻyaMa 5d YG 63ӥG\Uzqweirܔǹ*R2ٔokϤ|6ɟ-BzP{޼ de-|K1)ǹS̿Ohk5K8Q^L >Vbht,9o]PEcqvͺN]]:lxH)GhdGߠ<0L0q\'D#c@"'y%ɁUEBnJ8F}Elmikb` w 2 VA?/1/? ` cn"K/-Dۊu!5O?il#;kDsyX7(]-(ٻ5!$D>TN0KsN{bI+0WN['fO)4Ӻ^A :qEv$#}pWxo2-et;P.A ъ7$mgZ= BwD;@H x8^ 6>N^ygq.߃`AY4mږOqm[h vd"Opĥg %|E?lͳ+~T~8 KE R[+G:W͊{U"_)aSPM Kk ⼕/&gd"w /<#^n2QPCx P2Hp~L(9NOJV!oџq*챺z" yTWFu!h_Ш`t1~DPMpN]ltloI+=cvlc1_f$nFv}ED8M ʻSRY=K~E!H8Ei5V+ByZr#L4|b|^SPH$6 3^4*7? P'-Ŵwl٧g7&Y:,N0? J2\EAPoI< -.ac25Yed OɷDf9>8UpL$Z~JEwV I7//3 IU4~Nk\ 0 OC2n&XNӜQ]ynE˙XT /J@Equ@nWEKF58aBިR ӞQ)Uc H)F+ghSSia얛g~Ub4!U(Il5PyW9,;"$.g IW?n epgu t9}/7*ӻ#4m{KHT#Ƚ`".G=}0)f+5ͼ9|4G4CCpH.J-4 "`My`|>Afj[8_6ӶyuagW? 1EM4B8U%(ϸX.(ІPiDɼ$eҘ~zz]Ÿ,('  jvu]%s "JdٺJ* ܶQMT(H|l /*3g%k'PcҌS._q]=/78ҏ ?PR~hLSA ,j6t,ƔA}bJ "v-m[9aPM4;,#("1+͜rx'ʳ|5R 9ĔJ47(dWY\0SaL^Tm<[!'I[¤"laLXeEKcEP%srԟ>ȌK5 ͡9sb U]om.S $#ŃK8yXr@rWoKpV7Cߌ%ޓB;Zщ~@Uhȥw.NFٗ? oyg 1CaVwmv2 U6 "},N+;x]#0ϖ/>P;ﴔoʅ{7 @ :ZF?#ĦG m|Low|j% A]gђMy>6VLmَM#c8ͪ ?_;妋gǦ)Tcx)R*9?B)?d{"BU`ŚBowTWI"t>VٻZL~c4=f5"B,spxKJH'ŰO6ye_ˬR~9Hf<)Fu`oRgD9ׇӝ}! &r'˧ eK- HqɃlfowά~oސxWM<:2hiY\b!B>-tO2,Jҭ+.}˝qU[F/Yhu5:]Ars)68ѦoM P/)%7ʎD>`\׬D~PM}j g72AՖole;H^q=O!ɨB`ѺzώZgDF աJ_cXfÍGַx0[l0%|VqW۔cwܤFKXyVɅVo6N$Vţ,ʉ y*UF~US`/ "掌;+x).c.e%|ʨCh- kW6^#Lc}RaAE 53X\K^Ӱ\ ZܘO_«|t3ˏ1w/qO=#AUJVBk[ %vT|5X ^q/܇v^}=1kȭiys#2r(=.OFÌPnۛT(7dG޹u(΄+c;Y?\b aZl&X@m%LLlt%ajTnvNFgmpsDnrB J7 )m.ZTK|XS֩)Rpqx (oHxH"M wj<>uk3u4ntfxx9Jb?@޶;YMvsb@ڠ0Yڦ=A ;GM>B5ݢ_iI%JD-,d5T&>n!XS-DbedV[ 2~mgdOvJG_#Sc{R2_0rQ})uN"ȝEHoԽ2))?MU$A/k %<]JGq1$DACJtzfwb#[?MHG({' 7-_<ׄѷuק|""I8fZJRj'J+My>,WwIqD?Y-)ev2;pR5q8_uPc 'ύ:^!(yҐ7gM$lAcWCqӢgVZ8f LMl2|+BSD,K7`;;KX~PBV>t 4C-TvlUۢl_ZiH'U#hXC %YC_MJ|!nei]/KT*\[.c[Lo]q^~/fXL$׃q^l]Tj "LDUdB)dn5Os@T  $:r LJ IG9nxCKf9d!T̠'-# veDhf~dk|(nvD:gwÕuw'sx9pL\xpm%TR K'ql *p0 8[pċ螕s:u);1~tMo{4qcZ|1 u %p2"f c}HpP8-+%HbI.yYjL5Ft ixJP,IP'ʣfLUODC"?M'{V`[xMn_KM%{od@JM?J2LۆeO5)팶fڼ5FpZ2"'q%@j|O|ٙP `;iD.ӄ;giYPib".aIp=/jf?Rŕߴ)U]Tu&t$qiAgt^\eΘ,k~?g6q l