libxmlrpc_server_abyss++8-1.39.12-bp153.1.32 >  A `B!M@eee.c0o6q#dgqb qrPKĮ𺁼J9L|pٻ*^/ ȃۅy㌂?GطEɟ d'tFmWi8s+2\{.;Cneu]E-*l=IR$T:-'ЌeSP jfm`#^ @jԮQ =;n"=lLQu 1FLEqq^׻&,Ɍ&5a8552d9c965abe117e9102627f55393082ff8c4a8549100fd20005988d96e6b593b0375ef8d1857d20fde3bb58126f7212079e6P$`B!M@eeeeTHIv.頉]nMϳ̲7m ݬ#$9^&)m0# ~9BNl:Emr77r↞L38!.dYUcN2m?O[JfewLyy1-V^17u }u.pK8>p@?d$ / e!*? Yj      *4X`j(8 9 : >@FGHIXY\]^Ob[cdkepfsluuvw8x@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++.`BGobs-power9-07IhSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxppc64le Ih`B`B15876c98c9e21b238b6e9cc6e5818ba22437c6c26bde2e0c023bf16c99ebc8cblibxmlrpc_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(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)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/ldconfigobs-power9-07 16149837511.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-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b46b3f0abee7ab1818f917258b072c47fd87ac44, not strippedPRR RR R RRR RR RRRRR)N-vutf-800161898cc9c3b947fd5a2a0c4a274fa1a72bd4bdf12a70e7ac7f642d8c4d451?7zXZ !t/K7/] cr$x#DdA&,?5V9XL$B\œOk#?z}Ǐ:r ?{8B~+*9a<pAĵsJ̋nJ'~! '1׉qG& ZA8jSp0l^+Kۈ#:L3R3eڰV!Jl5ͩLP`;f܃wI(riz^9׶hs<`9nx1)o8k#h?Dtu;M;M6e=cB DB+$uQyOSaJ ?6=SKly: qx%Baqky4 jo&kahv oڽG24>_@BM:'G:sUhTUHG;S~rB%k9+5K>Ts/Fgմ5Ηq'~!?qURf@WxVO=S_k&otAj^E: W* Qd.'rCp*  Fx4"7-q+"|M8ρp"ހ[QmT9J.ps&tWȘGXrlЯ:E̋omAN<:zثHËg>Hbz%0̏(5̑p~.O &FM1`n,G/ k@1^w^.c.!--bqd['_4ȳεSM Bz\ALIQcLѲ,E^ynj7(E\ӌҡ&"Z[bX ˡ0ѤxF7ʷi'<7p& Փ@(Cm=Ch) |_M_AѤ#zBA\ %_) _c4Ѹ^%N[s#$wgk1Sk|4cF%E"&gټ 6` 0;J6*[7[?7wa/ŐǑ" >.d6[ o,=̟'L`åN ]~_Ϊ#RL!32Sy3ɖeӏ/\Dwۚ7GUo%<Cd̐@@±13VN[%';UG9:6ayN%/5hI?_':Eг+gR= 1$)A҄[)<$a ;Ɔ %sAJ(#[UV 4R=nbVܝ;"F>SYK;Gm;Oj&IJ: CK^608Kii\!4 ,kNz' 5@e9tH=ֵ'6,7U[j0s?@Ui`zy/Xeutƿp˲ZͶ+U8N%Z(xl!\į%Ol02e8'()Z`[wU쵾}3W #Ei:Ql5|Ŵ*5'4R0E ebjA<$jZcwVƒ u rEꫣkZrmGXx12:u GYP_7"V(N ] Z =#ןJSv>az,_v⾩,DKk;ԽWqQW|22|% BᏦg()hCR^Ʒ]㑪(tsC&r8& N k͇qQ"wZu:2qwt$|koNcLpC)fҶ>Q*0PY्}9vֱP52D;Ƒ@oPv8i׿ (vlzZy^MHB۹BC|-G '&`% xp`KӍ/ M~Zf-M:ݿ9T u\Ha8<]BC~ v#!X9:^ď+T6촒zA-s\=\ɐ= %!L}a̩ܱ kQOYimp\'l%oyodTMK Yt,Xд%e˰x|eR&\dOD`NneḒt9SLARHVn`J!C-lt/o_Zyu! vQ3?eoCd_u+dbyK1;:`$o[8KVnd RӾ+ET&tL3UYjrK y.^+KSXXځL΄OR.hiX0W9QyIY^fSz xVv2("RJ9HD1E݈_;"V s}+ xnFxbH@6W T3W-Exs怆$J!f!eݺ}yE}y HܺmLNٹ}G &h6{w+{[*q=&ȩk%[gn w}2?{L*ƻ#fo#ڬyNP1;O5zP59sn%S6mְU5aEZi{NrSzֲ(m^ЌD~K3͕?Zs]ě+u{6y]9vlu4XH/]yqKp1;OI&w=PBs=6˸bv{W J´$ OA 4Lݻ{@k߅~Obb7nW š\Hbã/x&1|* U^YyU擨Vӧ7\/+lut`BhauUa 2%.,9ԞU, ,&no- 1XUWsժ+:Idՙ,ЄTy34d>03<9~%$(}wѐƓbdBGK{mӈ#NT vaS9:.Gڬ=m.cW hE*JTGS-ri0Jr( U>^郝cx$1?U =@1:$*ݏu/جڦ\HH>kզ*z"C qCYOFZL_d@(//"RвNmd|œ Iwiǂ2+{po9uta "G'?J SGD˟F°APF4z`űkž}rAܬ%N S>A:(ŁI$mJA7kѹࢢTƾEL)i89X`6tw %׸sM?p_|}>NӪ!"Duo.i vxܣY:T`N#vп ⦝$XNm9c~*b؛&?Uwa0>ʈɦOHjg=I;ĨĠTIǓ*{fK(\kO dhsZu! սآ|L_]{;h'kN1 q]G>.A7ú˾+_=*ڽh5>l m9U 5Me%3S! s*!a zcpgQU3)bK 7wA|UN}/)1 elƻ0uI.?^POD>Hӭ e|5(%J2:`ڶT8"ցMbC{RoJI*@EH@3op|NS퓋ɰP 1H8ӖD~? A;f8c.gEs$ZIm?7|sT 9$Ir"peVziE7.MDòbis" ¢{b',uαui϶LޗꁑpLq̩^.$>lwI ÏI, [,Vu} zT$!sdbExMOq,tP!Ss)1p9eqWÓxPf6|B?zsn6ꪩWmAgcRlSi-y7ԫ-r5k _|: tW9o\>`o#sbB`FԺ5e#[Z*D˵>,qWs$!8 <Ƃ258.>-0xm`j^AfD J 2R-_0'; z¤?+_t7eKBz7?xNh՘SD(rzyDLR9-kYp@kdE "ᱹ+:xC\lTVMQ34r?)Aq,Vq$ӱW+&e2uʔکDj lQdOl\e%EU(pVꞕG>zwQRD[sJn -+j_j1,tA 48 Qp;S{Hv\#Bu3x23G8g J I;qͰZԆn377Tՠ 㖏BZ趖5 M`p^oE;3gYvA:s N&ҵy}ÿ) ˽hÉi(te/{,V'0(!YG $̂Mnz+`lU8HsM}ČnTo [/Ýl<`ii<`}T _T]ԗzj<7Q*uOl_SIDh$ jBw;i6cfh9WÿzƮ?,Esgu9#K`ˊyvLmx3" &pTQAOh֍+e CɑX~iq=G79i8p0$?$Ye ZZȎ]Yƍ\_X=lERRpdbHT=1W ah(J V.0 N|D]oԅH[)lMT3bRiQ3qg{ȋ#66YS/yKSouƒ lwoeD U*3C >s`D}D*dE^ef`8L|Cv`>Wڻ@I%&MfGeZ,uȬ4" ;J[Oy?}!ߟ!WYѳx+Q:X#ɜ@]A  ȃ9&w:8q@FSfQhLI8#чaJ6ڽs;o =_Lq:¼ů]7ӊQ&hthVJL{$_( b̪ ^4&ѦN`2@п?v rf53=1lj/^Vx||cTC3j{I`eDXpiR֭Un֗-1b7sאJ'sS9%u- vE={ q%u1*U8BEBQpeT=(wՓ@ՂN̸<:L\$̹3>l٢:wkur2͓{ZJ,Mh %3\5Z2r D>Q mLllWҗ՟3*Tpk9PW NSОUd}s-l/=wrQ +q:T_c6ɁJx@tr3 sSޒœv{>ĕQMI 8ڹ`H,]Aʂf^#h.Cpae>UFc[2VJVsn͋xc*oH4Z~7%[#:.`pv:F'ү3@azWϨ<EocZe"^_n..U`<`]GyHY'PGmY#N01 @t6rÿo&B&1Ks b_WMϛF^(دs?ڟgfjN3VGNX3}V!T3f4~iK/%[/rbx.g IA>{XG!c禀dtp;v +&vGP{kVSY`-/ʯ8K+?!m=k"YJѧ(4RfO=]BSsOK  ޛKzp  sF}P@H SWp#hc+0:^S%_.P:!̈P4dž :0O3lTw^Q<[3GSi?褐kJO ra":@} s@ q-dh*Lf.Z-%OվL%FSfP{E aٽv~K4&Е,A=R̩=ۚd* /|KN|zaA VsK-GX'h/x9+%=϶HL$-+1ԘƫpnC)u5_Js%!eĝY~Ⱦr-h%4nLگ.X m0?es$L wz3e5In"Rvm49 Ri=soSbS27F\C I؅FO0(W EsA+TW[OVŜs p:O8Q~1> "j(Pf]q5-l)CUNm/C%G{խ`KN+'Zj7R;v8r^>">eb/lQNpPg̕_HͷMVҰom31X7\y: jDۧ,ņ˨T3K6p OE!Z_vQEUigPdɁE ^q-Jj{Gԍ16T(^ Q pNRI6@} _ZC(c"T,;关7SŴ<[40 1xtySq4+*5hBtyDlTJwO9- +=jZj7>$\=h@$68u}@Yi2m`h\9kHf/ݠZQdʸ<0~-אxqFk}4gDdH b+as&.!b_C܈siއ}9["vEV$z:L>1J]uAdRT. ϥ0HRjUiɠ ==0i^ζ:'ᖫ -}OAQqќaGL9AnǷfz6l{'_E\Ҳ_NWWP}Mq[oBʎb/9CМ44`[ C|e5c^Kpk|-]Pn[tHi-F?]뤱L^ 7jӾɤs; >̣h+rr]QZ%2Q͢]H4cɍZ :gvoBTe IlOg0f&! ;$@|Bߛ/{Uu}(ڋ\::c\ ,]IoI4),Q9\h_povӫKa9M3 9̮GʑNq#(ur)p!x5dT{Jq yԿp3R%EN 37Ő\lŅƏ+r$;jf螪,~H{e9{h)Dp\%hҴPoDˌ)v\ $m _\MRa 93!u4~>ݯwGRi w#о!;|%G F=sʜ%l5vԹVRw(]}S5xSb)YA wT? ¨ҀlkhE=mHMƮ,\#x a1,!Zѳ.=wD8N52B[&; e[eoFl 4HuҐwݪd *?fL4&!9tvEt$o W`Q)U)"؎&&6RSZkgۣV#$c8ZmNB+JdMBo.8dӫ Fq߸t6E4ȋyX (|[3'=*! +8|.˦ob:u!̘|XA>oqYs=liۋcF٣Gy M̟yI7UÒ0Os\{h8J[gHktN[) 1|&cn\M^XD@%) Xu@èɣ(It Zn3PqjߒmV\ˆm% 9Tmw|98Psw3pszu9w