libxmlrpc_server++8-1.39.12-bp153.1.32 >  A `B!M@eeeRCmlAɛ.+FYqgu vp[v&&Ǒ)}86<c+FcpȜx/e{p¸0^蟷90%N1lN!0T%+РjĽd6}luyoE6vbVK\N])(θ~[8&=RA(+!#Z(>֚y؅M.y$n.\/+Mu/iJ*_N,d126c61da4b68e7a45ede7ba5aa3d28eacf6b2b62a7bb24712838ecdb0271acd847a0808452381c4b10f8aebfa7f163b385bfb06M`B!M@eeeC?ff = qQ!AWGK)(p*_f@4ԱHT8am `fqRNkԆǨw{[=O _+ 貤R/p(h~NS+];EDSnAh6k5H6g-[O꩖/LBҸZ%0ƴm]^W]>wcl{$6(}"${A^\\AIIa:"V"5K B>p@?d ) _&; Uf     ",PX@(m8t 9 :] >]@lF{GHIXY\]^b#cd3e8f;l=uPvXwxyzP`djClibxmlrpc_server++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++.`BGobs-power9-07@SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxppc64le@`B`B92eacdca8131260ce6b181dca6ad3f7aad94645297721158b1be33fd67dc8f8elibxmlrpc_server++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server++.so.8()(64bit)libxmlrpc_server++8libxmlrpc_server++8(ppc-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libxmlrpc++.so.8()(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_server.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/ldconfigobs-power9-07 16149837511.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_server++.so.8libxmlrpc_server++.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-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=77e247b059ef703dfafaeae637bfdf1a2825d787, not strippedPRRR RR RR R RR RRRRR)N-vutf-865763d3841bfaffa2929658edbb3b725e6990fcb174cf5cf0e0b388d117ca05f?7zXZ !t/B-m] cr$x#DdA&QQ<tțԭL!QW/{l`Z6O_:cD/moC\ƝchE2Q6 x~P0>b yV!V\ w8jpT8Hn_Q}Kh|G=~N9ؼ"R"NW7JXӒM̢웍Y3~`+*h[ c `"iS~E~/dF,DŽ(h["b[)HrC^6&öZZI=Rw"xUŋ+Mτ*.P H[[p&ܞޣA)$JWD;]ov[)*y"Vt&U:bL(##2-lP7?@iur:]L]R"΍Mk^w/ 'ghh/141DNi|BҵK=(rnl+a-a%VȺZNJ(ѫhIXǶ(ژs#<Аn(h~ vQh∲0 K'#!b0 }|6 ݿjv o7~Q%tN=h[aPqJ3Qa%M_3z SΗFLMf؋gsXHvFܔ|nA\D"uOR<ݦ;WHW J)6sc[Ҵ}5z~ pyK @szzm8} /O>Gy|7+a@scv_-YeO*vl]E7f]<>6 #.fRfQc) X4BTdi_D/n$v(jv>O\^ &ۤk,Bz/G"j]/(^{=-T~3FE|6E_'cEߒ%nLEJ^FQd% ipݮMXVlT6qh?+ѲX*H^.Q5vٺ(0^gm Jlͭba9SYH1BHP<;堦v>hĞ5wzڠᲝl[QS p,vL+zzT`^?:ve"|O uװz_:,Oj8L_y&) 8@)QtpRsNZS#4f=ٛP>ۈu^}!{Ik?|1ƭY.I}+8IâL|qja[1Qz\1 Y-N'fP{t. fr ܲn2`PA6g3p4w욁ܺi%W6¿lݡ x'>/ 4l6VRNOMd{͢}Bߴ#)ٗ /uL(aah-P_Ҙ/Mh׍!UڴdM`ǙoRyqlhFM 3z&5P1?`džBҍx.w&@AM-B1HLL0 JV.PL>CŒӉKc3eu%O{dn|[‚v?U:$ z ,7 9yQ2C,g9.3{[Ldi {ܢ6S^< {k6h+&k*~5n5j+)Sn:QGaO':_ /mxHS7 enbNӡ"h=h΅Pk qUxFB-<#jG<, X$uq#hzcSMPy"o{7YhVu_U}"QK2DRiQP+>xx6 WB1,q`JZi+IK#WEЏsUq?P- wR]לn.PYχ0,_>=(p<JygoE@IKo"627wWQKġ.㣳,q|g ޽;) VM)ޅ޺Dc=lif$4 HVCJ$F'K} 8i #e=#5vڳNL*cܮP1=LJA?p" |d)}:97sYplfa.3EA!w qQenG3x`1zimp{f?#=$k3q/ JOVA}F@~Qs}wGڈ$7@vHp ky& 7\ v&ASUS1!:$蟥u?m{Q}}N|o `6^M'uq8Y嫎{ٸC(G5&%qRP?ig06¤W*hϷ]hr4{u/Jv7lF{IJ]N Z@tWR{Ғ^t|p<]PS2Gpf9j@l2{ H٦BR:)8IxOϚN2p.d(N`9~f9uB 倒tv~\F75gtEvW\.<"*7"Ru)R <&F_k(Bח<½Fok 4C+YGӏ20C图1$6V9eJbٽ82|YSow^\Rt8 эu4U'^pKQ]ﶞn Fpޣ)V_YoQ(Uz f=t}' %&,ҭޒ/lB9H - uFbLe&:ўa#\p•d*Mp<ACE'qF@<țrء˦} g4]NKv(6 fNqnfyxVF#&?! C*10|_V􌕜5ev4{7y<߈&Ej*:!Ԝfd(!S]eIe-"/Yfㅭ>|#[>)N[«+ֳoBG{/u~ud 6*ON>zW{ `]IjnRSuyzG0k )G S װr Il4Ës.oT`{)H6%UI6\FR,Z<7`|6Q|qXGڗA1k@m݆^B,Z~|K䏀뒇Pane zqOXZ(˿o2FAfA{۠F_8O0tib {M_P4x|aܱ6|;6D }m`L<ŪCTw@Z4 ș (k;a2(u F 1S-GQ"jmtӭ]_ )[d_P*)z ٤=YcrLLjZ_ ١|$"™ px2r` ,C"Dk>k;V.;$ܽ@#ƒ$roI:jG%Rʧ}X-q7t6ϙ=ҔzEաgH}=ÙXN"4 W)uox$w^T6Ϭp\_P.e߂ϗwk-w-qɅM2NWp:.݃I/g&-h<&tʢ x38Y(_~f yũ$9Q )4$UdE5"Q,k6˱C[6q,VB/! IRu*2)}T[|& ldkN䎐+MO0-0V r .L5 f+-PܭGPƚdEeu\;#ك1J:o@,(9yC="d 1c}ZC}$Ne1ڲ:lH2.БDmҡƝq[~6Z8<Ǯ2etVX s@`ml۾o-qTsIw4Ndam(Yz*YEw{7Uڛ75I^aL#Ч`f@kYIX{v}.&%hsB7&٣@\6=0B9>) &H#i6aߦav=jp&(N`U'?R!D,D,KӠ:P13jeg[6=X&0jvl).a `B~y*\; CM_ \X` m=OsEm* Mcn(9cZ2vEǁDv?.4&| mH+sYw0WH:IPu{߸fElM[y՜ك4hzyA96ek[㋂DpTMu}U70]t1:4Ppvvl1K)W`m D FgD*YQ`qUM͡jF}ѷ';CQ͂@CD5X$pZnd|Gd($u <<9`:P)Z~0|-΋=}t+nt [l%YΉ!WT"x9wQF@a7$tby/<<@}ߊx.f̩ >f/ӄ:{^aEww`'Զ]rzcTki"^ 0L&,H=rTڻ, 3@TvXMMR_IA9!HJ#9׆`E:ؿ=S<N; BH=@? ipb.KOsc4 /-JfqhxN +vݱfs(b4;AX1>XBNdU(7}C<؀MdW'$홮?7N|wtL H |p sG 1Ί<ߚ,"h[$3%{m crQVI(5~.L]K Ĺ'+9Q%Vիz2@533W>W;qƻEBXxB(G@5;fX .`ż 8dJ(lw݃v xdu?<_/skz&"cn 3"/y>AXl|$p8Lv(qY{K ސ)_ W-w +p e2^w ݓuY4"L؂i*l^ft yg\Fy^Y0h (m<;PO:T)N1)i! ]7{Jᵊۀnc$T Hd dnqf!+&hˀ&. A_B)4e]ˡ]v%LCaT!h ]!+Dz4H0'AIP@K&//5t)2x}/FLZ91 ̓$T}x^R{M^GO~(5^Zq[%F;C-HǗxy47%sхk^r(3ûo HxMZgrBvyux G.$Nz_sp"ΫP]@2KL?w, I;膕HQc13ԯ@[R1agR } 4N w%E2ȣS:^Q8դݰ;144GWWנβJC2D#__?tHk䮨m#7Kgc0g3ڰK&K0EuR Nnɗ"[AghE$FGfeCc@(\}›_iSg/voiƵ%tge XCn$aǾ $a߰{>FѹUoE+ы7"\Y,Lj {LqB1#f3|J㊯Tz>BN(/Ǚz):2ViކomUKB=">J>?fr'#SFiNf dHLL Dw-eu }R68 m{ly1q PEw‘1ZFn)4~E8́xG4=14:ЍK(~2mFLɉnVl sT+5_}m& ٰME"v#ω<LPMTCJv/;UZyͮO\D @Q8ɃHo#z֝qNvlR3RLv GQiK-onK/SK bIfڹ,I| /̳np~*zM+,6 r%u>hjJ=tdz`d4#Ia:g»k XNmɝ:<#$+B$`x8rsߗ/5 n ,@g=71q_ `~CX3%huԔSZ$p^ r3X=rr,+Lxu k?/ ƛ"tfe] RԷ+y h0r8}3e^hӏ~.pjǟ}I~@;y9V5=z2?- "cC0f^XΓFptv;r!*G-x\(N̄_YQ,L[mZ>Zgj>a6|!?Y{7#$E >@VHOهS䴹Gz{ ҺI(xy~ R߂̍?SO\ $`ڡ,y?+/ϢdoxRd09 |;KL ^\VmIZ`4B),y 'Qa{]_zi&Z3ř`e^HhifMbG&)a1){acfp=&){D[N\JRVbktn>yG|s|dt#7Ӌto ? #'|EK{PE餔bԑ `|@xIknhAšVaHxHhy.ڊVY.W0}.JcmS G~QȋMAy< ܓ!F32]9ܞBi FS3sd٨xYʼn#Zuߧ)$PyzJDd[mnn @4X(iSKl nf<88 ݯ" g픷"5ިEPw0#ɥUcջtIE`cǬ*3w%}*嚸));ע/35.%]ss!q%K3?7{T:%('cm)˕Y}IRW3}O@1EAaSY$Jno\ioh8 hWKL;TڭX*D s8XG(x]) wd~̙';py"|F,mm[0KV YZ