libxmlrpc_server_pstream++8-1.39.12-bp153.1.32 >  A `B!M@eee4V^OMBOE_'m"'@2TU#`+tTNgc3耈UVwǫ 6|*h Ang'Hw  *i80o"CՓuL7u`oD2S89"=(®K T1>ίV۶-oXW&5#EZ\ DPvP(<=C,:Ie)k82fO*g3Ȕ7Bx4[ZI9166607356bfbba4c892701b1682f0eb260080ecf2f5ede5efcb5b7154fb23db5d7171be21488a82f2ee711ce1ee740ee32f2d07D܉`B!M@eeeb2|1y!)x;jFDpc+;˨#]t"Uۺ .w]E Bٮo}EƵ@%Aߔ:3fϢܮnPU1aNd,lDnv慞0\B~:ŕL7Q%G)b'_ '/?pB8ܞ;][;ݤJv<҉#\3A,[b8U8r XVޯvRӱ;R T2vMvQa~d/ uU:$>p@?d& 1 g%.C ]n      (2<`h(88@ 9h :) >)@8FGG`HhIpXtY\]^bcdeflu,v4wxy z 04:|Clibxmlrpc_server_pstream++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-078HSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxppc64le"8H`B`B86d793787237845be3378da5ac5f5d583c6dc17e4b9e6b11b053fdc8639b5b5blibxmlrpc_server_pstream++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_pstream++.so.8()(64bit)libxmlrpc_server_pstream++8libxmlrpc_server_pstream++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.21)(64bit)libxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_server++.so.8()(64bit)libxmlrpc_util++.so.8()(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_pstream++.so.8libxmlrpc_server_pstream++.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]=bd092a1329f7f8bcd23ba414f80fca104bb1e025, not stripped PRR RR RRR R R RRR)N-vutf-87a46b53f3361a88e9397c0a7f73af0b09107c0eb3d48da9ba3847b3a08363143?7zXZ !t/:#$] cr$x#DdA&[~b O:!-2 ^dq-l Moo?:'ci"7(hdsxt#Kn#}u/۷=G/f7GV,WRW+3g@b̍ZK7êh;Oc#lO!Ou~-.R܂Vm$~ѝB*ܵAA@XnY(yiui |dz5/-zk|zRw bTcz-hҘݨŒR@:WfM(_v>|ڊ'2o$Ƹy'UWKc.}SX^I}`[y J"/n s䅎w3/#1H44Є7|sQ¾,0a-1V8n. 8A1oDcbZL'צ%#| PE]u\Wo2އb*ҭl!A$LÛO-% fU](m RÖ́\}z;ur u'R}Ȼ/zW;$?0՘鵒(;qӑag`s@ enmrA[;`Hxc.&" 9gskܓAAۃT,z`i0+1@T`r/@jN>_WO,^t)[/^q!%^IvI3)qiȝi;8NgUq5it l Δ4 j:7i0bTy*/Lގz 2(*]-sҕռ/2\73@N[Qi3äN:RIܑO Eㅳs}|1̔9WFAk#z$ eFZ@XjR3wAD"vJP%sDIׅueU|vyF -*:{A:9ZEkl70戩%51X2UXF(OsAHNe.XtnOΐm&W erh@hkO_id(.%fo]1xl )[gjb|.NC-Z|;..阑HcK>gC {>2&Ԅd&N˃Y!ҋcc< ;' Ť,]m0,&%q0?' }JlkIލ̿ceuaeT-;+{8^&p(<6a!عؘZ [\1a|JO:6Zϝx͔ 4P@7c~˻WqrǟeLR62Z;apiCŤR|dfnAJ 7s$!y 8қV"v`8M_i ,3;=9_sF iZd Aܽ&cV \il,>( >K 6kcb(0'1)x0L>52'q &KtkPST 6Y % . BD1KvɘI@E`m|LD:q.X Fe`]Χ[E@w(p }rKRf@Gh`ȮiCfC4}.%k@ԤO3syCٷMqH<jE.bz yv$&(e1-GW6Ё460Von`^*lЁR =g&rJ ?Lv(-]3%yYK:l>ϔeC*O_3=sTbvS&t4  GD HxD~q&2 (=IL6 mTAn[+23(_\l G g[Ja]]`s͞胿i-&ֻLM{ޡŁ''kZM)3Ǽ&_.?}~pu~jD ͧ.(LY8DVao<+*7 fgcg)R><;s Ҧ9X/cz:Q^>O/A^b|뻷"WrU Bp/FU O D]~3F2+qf_-Qq/_ԧIaALu5Gd*f{?,e0kfVHvw:? ;)mŽ!#P,_>U;Ɋ"Fm,'\e;`҄bOP'+$ NLVHcȢM7oepkЦLz}د˳g)PQEUY8Ha}Ք`SSpnhS'{q2vc3[s ;ӱzXYxH`0eIcPа<ȹP]晠 y8f{RJG&&Ț P#W aU4Ov='ծ3\Эam݌s{ՀU|^V;N@u@YC8f;>VQ+>/%At)}x*РQAx6s3֊F5mã{0Oμt9%VP poK+x\' ^Ϊ`hbnɫcfeHO>ez1;\sE6mXq^ާ>sELy .E2L.OڂVm}jL~-'+dEЁHej}B\cC'Q:$m3@bfrb&BMO'~y E*[F̲lx9-W;Ldoij K?ƀj/ n3i?ݬZvm5塬S9S-01z;pоza5Mc3%_֭?d_-Y[JxY/=&[Zˍq%AsFajD>Gxp"ǁ(*x,RB.N@O9IWbLj+ODiÌ`RJxT!i˭߅ҵ:c Xb،Nb{up0U!jkآr? 5';uaCk)D iMYuu7fZiYz?S7}5V$Kk\M1l&W|Klb=xr6 .Dc6fzYRu\'&Hog㜨3je YM ~(1R7t&RoK#w )Mλq&n +1]z~+{e$v Nt?DZcf/a:;M,p s YgeVѢHƌAwgY[/9m[u95[u @.wz;>#0rśƃ|89TGk05 j`40{NR'!hnKb2i#نS*)ݨgN"?ˮ}(숰07BZptq. YW'%_0WgަىeCT̺Nl\Y| #Rr#(o'% d/=yIK( t v5! VU`ֆ:DW*rBhUv'<0:^?IF3=nH;ӦȪh+я@ rqBOH@{qe!-/t Y ɿ~a:kLW1*S; ~dlH*YãD0vU&tn AyΠ1o[{l8ǖ̗0&']F~7׀X9amH[b2'yx8f(?t4PUE 0ʜO'e<`C?zwqolHkdx[n`ʸRzV@޾:QOdY29Ru=Ӌ_RqY4jWd "j;^kb.ܷ*謏&|)7_z˰hD ϬhuF.KbbeP N6 >!v~7~ ; eB}ߔ~9 Ao!(WQSV埂{cYpq 3ɢeob<JzyT/N}Xf}YM 7Ig<{? Q,{>1GV"E2$ vњ&;[K_.; &[Z%бYZpH{k}*2>36he:NJ,_c# H5I1Wؚ24o'_]HQYb-w0;L+t̓$"n92@jnhЬCM=iqsr?$:=/q] ,N`ꘫE^^8]xh'%Xҡs'bMWY!.R5D$IKL#}5L,d9=nYs9:@OxZՓ>~&t G0}f+1th#A7pe+7BqGq0 7pJϷKBo[nZՅD qD\4J;t[6Ί8n> m1tsjsBW;pG×2A֧e)Iq_,GeGmcGBE Uv͞yha*S߬ep8n kHh4w]˙x/|3U#7ȧ{9Xә8Ǫ&r Ģ+J\`gR6>L*ҏv"'!sވ78HOBRĈ!SL $[CfKQUls2o"y*(c#WQCA=9FZ ZX0L?X)e[5,]&"5(diFĄr6c(Ơ⇻<\ggt^u)4+r Ƕt(~)E]FX1loqA`;ka6FsZjm*4!)NU?:9E#N.{$M2H֣ 7bX[ېshKNB9`ʉF өC-G+% z۲Taw2ݱ#н3N"*;{%{Ji#<~&uW f5@dwpj vk(sT僽PdIxcrni ںQ4t+*?Ǐ-"Fje$!t.Pn"KF0պP+ F;{E2$_p7BǺCM@@5/sXJ+z&/E `P ^<ے;#,GcN,gm(Je&{j>F M;r$=]=aܜ݁úzNlxb )4pHxɪM2@%ne3LYk:9!:)HGfP|XgmilԼLV#` ilx]idNk6|P\<)3mLwBa-xG6UОxs+=R9`pP+@kqT n"83 k fȋ0+ f'Y\׊ 56Bl h3a18 AͿ\W7tx'52fDd~xJYaH..bIkKʝР{ǘ[*R*9GVQ JiSU wp0AhsSUlTG;ugNijUO ïo\Ca[g^E%Oy<8]-_n!S^!00sd&ZPVq'=^ ^h(K\b\ëמkp( q>UR# kfthsj>kO8w_m%spDE额Tv 磂K%jV=fc)W:V!#z`WGو=( >L!qЖ0{yep,E@&ɠR0+%Ȍ\Uz ]znt% O^[/8$ '5ؕi0ke!2 2ٔjةkp1rsDZ]o3J1 YZ