libxmlrpc_client3-1.39.12-lp151.2.3 >  A \/=„#z 0X[^`HWsH菂'MFIZpԫ vDcB c n:B򒆗$ǻY t`[>1׊m0z{f_G{ ~xim|H1apZ!Z?$6BV1UR6Q *xIXqkm@Ivћr~ *6307d38cf3231ce2d72de16fe761f3787620085d6d253f37bbd4c580abacb494d22bb293f1144d006c8b4e2a5f4d372f493acdcdc\/=„D1\kCoXWɏ0ӿaXx@)kf`f-@FCt\x2 G@Aܭ@p˦Xg5^헪;T`XvHВWbfu䄸4p(#i5xxgNk޶͚"0˨j#/8C <.ܯ "i_ #/QEBZeF[!eOuzI! IԔQM|P@L3Rx:3Z\6fk=ʇ8>p@!(?!d & \% ?Pqw     4<   (8 9h:>@F-G@HHIPXTY`\]^bctdefluvw x y z    !Clibxmlrpc_client31.39.12lp151.2.3Library 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++.\Vlamb66HopenSUSE Leap 15.1openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64H\=\?04c8fa3e775a4faffdd4928cebf6ad36e6c2672d8d5da16ff96610180491376flibxmlrpc_client.so.3.39rootrootrootrootxmlrpc-c-1.39.12-lp151.2.3.src.rpmlibxmlrpc_client.so.3()(64bit)libxmlrpc_client3libxmlrpc_client3(x86-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcurl.so.4()(64bit)libxmlrpc.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=@N=@N @LL|L5K.J@Jp@mpluskal@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.deasterios.dramis@gmail.compascal.bleser@opensuse.orgjengelh@medozas.derschweikert@suse.comappleonkel@opensuse.orgpascal.bleser@opensuse.orgchris@computersalat.dedl8fcl@darc.dedl8fcl@darc.depascal.bleser@opensuse.orgbitshuffler #suse@irc.freenode.org- 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)- remove include of curl/types.h; file no longer exists and has been empty for a while- update to 1.25.07 * soname for cpp libs to 7 * 3 new libraries (server_cgi++, server_pstream++, packetsocket) - deleted old patches, looks like upstream had fixed it - added fix for default constructor- update to 1.06.41: * CGI XML-RPC server accepts (ignores) parameters after "text/xml" in Content-type header from client - moved changelog entries from spec file to .changes file - added patches to fix wrong usage of printf format for size_t (upstream uses llu instead of zu)- merge with hamradio/xmlrpc-c o there shouldn't be 2 maintained packages :( - used Source from sourceforge.net o correct named: xmlrpc-c-1.06.40.tgz- imported fixes from pascal@links2linux.de * C++ bytesFromBase64(): fix bug: high two bits always zero. Broken since created (2005) * Abyss: terminate after current request, not current connection. (Matters with keepalive) * fix xmlrpc_inetd_server C++ example. It has never worked. * fix error message about invalid XML- update to 1.06.38- update to 1.06.37- Updated to 1.06.33 * Mon Aug 4 00:00:00 UTC 2008 - Peter Nixon - Add xmlrpc-c-gcc43.patch from Gentoo project to placate newer GCC version on openSUSE 11.0 - Add Packager tag - Update group for -devel package - replace %%%%run_ldconfig with %%post(un) -p /sbin/ldconfig * Tue Jun 12 00:00:00 UTC 2007 - Peter Nixon - Updated to 1.06.14 - Enabled all options - Fixed 64bit build problems Tue Mar 14 00:00:00 UTC 2006 - Peter Nixon - enabled abyss-server/sbin/ldconfig/sbin/ldconfiglamb66 15450750301.39.12-lp151.2.31.39.12-lp151.2.3libxmlrpc_client.so.3libxmlrpc_client.so.3.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5dbdf54a8b93bea9bb496af2488a25de72a1b257, strippedPRRRRRRRX AoB!6q!J}utf-83614367ab8bc249351a359ddfc00322856809a96cccc8441b1aa38d56c9be1a1?7zXZ !t/>l] cr$x#r\8j0a#f,{7I|EeŰAH$.o s#5ȵ 7a`"B nnIӬg ytX'攑:-~_9,F{nR֫ES^i0,Kcg=y(WA.2mXl4?k=' &37ۧyh@Sc0TWKm3Y7wl/rv/:%r5ɱ[<<1_}ΏW<_P$׀-eak½luDt(ݟ~rD3K#j{ұޢ}$ɴnqjONLH@Ѵzy¸O~]JV0( vS&ސd$-EƩOr֔ "(g͠[bWb@mLdHsٴba.YZENH;˯nGɗ Llz#pM:] [=>AÏ"5gAQFeh ":jQ!+׷QScA9Jq X%k>y\oLѿsXz}]׶`'!aJ\̯~A{!&LȍWWҟI-!MnHݪe`mKU=Ta Db0x+ڒ/M ] a(cCJ\QP-K"t S&jB!ἂ꡽5;mӣQOiyvoS[!9AatcU،;Vo{чz\g|Tax3ϐR"{&li1ǭ`J P{\Y6䤨U5nA,{nM<@c6bDeLqO3bغRFGiF$ꡑqlቑc#nG,&^U\nP M-Т#H˾][_BÂ% g*L cX+Ϟ< Gq/[H~dK873S"Ǜ #BV\Oͪ\K(YUsr;X㷥& +xERe1^pVXjsXL֍_%/LIlxܭ5ЃA3pW_l$ܲ*NOpKHO"mn[Tan;A )q CP~[ln-\g/B2[4_t}>p-iUVzs&>`v `ƇЏf:QϾ$<a-3ͶeP,E^yw5un}>$ZIv$(H5(a2 +h<ϦuΆ~T7D қ1Y2w}z~1I=rnO^ H Yn@eԢވMf|d%k'X|uKJ^cQ$}3f"lL(GyQ9{KH$שm5ƜRۥޗv*SPxGs>|OD&X!8i-msTAFY?gzrVty h@!Q$Lǵ?S۔~ϳJ+SN<2f*ho,5ʔ;3*.gb];* AQ7Fт-w=*{ M*+E\4񹗬<.5^O'pm;ﲃ5kO⻤kMX)Z'+zKJ;}X3b6;?grFAUKmN/7Nn_T^7DÞ]'+1 BY4JһٽBr 2XM6>y<PxUћppi4!2QNL< 8{W i`# o2ʍWdȵ_- (B1i`.a7*G;: h+ݍrӣI, |zļ-xyzB?6Sԇ64P?b} +{Zmr dDZhΫRMK0(eюtv]B$yly6[DV&'YE(|, g GQƭrdǿ~' kՙ 4sFH"THb>_B"bCDL!7)w*b(n}Ԭ$8dstO 4 Ju(9dokq8v7b밿YrS[CD_]& mm$Zt柇 @4xBNx:P|H1]B)=JϧJӧ)`>qY2aFNJzGq>Bzܠ8=YDYæ*e+w}VP|%jRA).,~I oߔBet}B!^]7K1 <bxM'}"~Aa뜜Bu8,Y`~L`4ZI.>mnԚt=#mCsIx%UiKCˈ+C.9V{n+,w0{8}8冔b̉PfCrî )*ឯSj0P*h' o%p(\[u)s7x=3؎.ٻB$Q6μ$WysT6_q$GXGM1c>!xAx.jՐgkY U.7 'xF!6`8r, 2b2ԱB1z^!oZVƞ&{J_Zs/ h')UaezEx5nQaj)L<_@)d0nv|q*[R>0C|J[[x#bʪ@X"FROXw-x7N]$v|'cGxqcC7Ͷb]dA3>\s7-';jZlM+|GbA3G~*S/V/:/߬>@gTUY5`zWt;g@bKT,[\@'eϞr'\^eU^;1:3I#lZ(lu@"n{&0u`es*K[ʫ7Y-W`&#lb rw=F{da9.M0,]BٹSɡOlɄ# ±. ʹ-=aU;w,9`BB}[W#Q֌@i.Gݰā,cy`ך lvٟޫe:ľNgPN~ƓK@2,]ZφyJ3[&[GsZga(P㝝'8m {)ʣQ!xa]>!olAbbDS&`(p"-H{ȍ?Z}tv.P'xB%$!FLzkT/SNMGm(6t[И2XmWGu+L  e{X?-?d=IdAʏKb }&"`L:χ=#.s_Np7MY!e-K7Ճ6 c&xo7~BQɞ}#H2rL_tY28*+~EץV.I` Q_ \]'cjkLhٜ qZ&XQHdfn%k7,[+T{_+* IZ<.3V`)96ZL+cƦ׭&{+xua|Ln3G7KAuP;lPה7ֈpcM *^=M[KBB-b{lLh%޿QQsB^DEG49?A_dQѱZ9a. =C8 6!A}U~Y$ɫQ0lski ]Ǿvp{>VS>< mcH l<9E߻}rTYcLE ֤m$$_.B.M{pD=/֟t?%'ɣrg`KkH;n:9è\"~ѫ%w[V߾Q 0ؓUsCryM|X-+C ֎;s+V]Ne:ͮ#iE$I|Oǘ č:0`aE ?o橳TPYHƑDĞ8*__5~slcQYjl9}Cd&l<`t=g'IϪV0?B ȌNf Չ/K5)TF\L~gcUlZcvZΞ-}VYkʤ8_=.K3xU}ҤV ^ .e֦9jOX"؟qyWsX}]m`DաBeH v{?4+ *$Vh0'!ηH*UӾo!p-P]h ͒cm_69*iHБ ]\qܕUh><.M}qSq-gn(f;D/Ha8\uX6 :ۛ}?SilkiJT#g5\=kwޢlBNV^*;ЅX85>\Ou[֩iuMފ&ɞKq =,߄Y qQ j@BcQ',/:%!B('uyO+ ~[幤 ueA0W>ȝdfEC z+˿*jFm]uڍ`05]4~ H p34YJḁ`^NB>o,Gن@8XGV)榙zdd&eޔٜk3,ݎ7TVv!Mηy?%7j}К{)I֔I$Eq0̑sDO]aJ<ڍ>:F;/FѾ0O:=sƲK!iͤ!)7:Ii^T㏨qqI9Y}pgPsxξ|ПjUG"۾q~/A{TI|H;TaRL8c<Ϡ. <r`%s ((txlPeLFr19ycum}7$ߵQ1X*j~Ssm@0<)t_dt)scTsf֪- =Ow\I^ڤA?VM`kna@jhFNn)ǚRS8Z<# $xGi~_ӭjmJ"@p.Q\ZYlY>2>\OLs{2/9F1|*R JaWz%-Qe:j_q-HTdҡ YM|^[ATo E5Ʉ,fXWȟsE1uBК0uBd9:H%@h,(!yҥ Гv0+8ctҙ؊{:chHAƎrrƴ J Zvh_,ZU|7~>Gfk6h*TV QƋe7 (7ݿYVhUvVgHSMx%72 ^q<* 0chy Y|)E"ˆv.EPa_;b(Rp(pFCcxI8WU!&) ;arm񨤲C};=!i>;@k}S kXU9 EN솼onk$%D o~z\1k(Y E5%ĥ:~s4ݴ^Bd 5vn^6y$fiZJ+Oq* '8Sf֖'|NjnO嫚!\mPs3Ѩ15ml+[\XD$.kbJJkezZre VPH, kK*KJu1 4`*aftu_02תMyt\¦fGhrj~WBI݅EgZsz}C35bSzyۂox7t ~U=OR:.\.MVާ+R C^ trcn+?TiK!1s#i c8r{ 5y/R+Pǥ<2eoŠM5*A- BTѵTwQ}T/}v73Bۑ.*217@*'CBǠՍaʸ4`z (17V9B Q脆kܕlf%ыBC$UQb1{jmZق=t(L(NKBONm]%>W-4l$kmh }XmVK_x/1;(edB+g㢏MT l9P'/oc@ʄ3QhnP' $uaFM?)Ǧv fRB~U|Q T@q0ѶYC 9X_#AWϑ wy-#tx û8^w z)`y'tYaCǺ $y}బ;W SO52 VTYL]:op1DØqk Lmy5y=8WZD~(3y#=1]}y]Rz0hڨb87W P6-Tewvdٳi6P33ۨV] @@)$mDwC눩CrC~Yq\SR[Y;҃pQ!KЗx;8 Mc@ {صW4&/'e J r91V_jC!8.~e7'mtSJupUyC% jK]M_kg'cżɩIsOH,4-󛫾X?,&`{@rj#{Gv_~]q*~sZO} ~+гU|G0("C==I% BA }To#A&u!!‚*=|7#Ӟ>nfłp>iYN'5[vNh#Gfn?a|*CV0q W#j`cj\ؼy"nIMҴOYF./ɣ $2b-14`wq2ݜuaJf=MƘa:ҟ* ',.QMT~ 7^!NL-c)jH'̒X')t"VKJf䩟VzN#/,'h ct4u=H>qDNΑn%voȸK7 ܿP%`TMHSڐf/~496J#Oțe#*akb|'ߧ;j(Q-p4ܻC`?b2쒣pcS@WWg_}k|50鬠c5@kݣ" ," NNrrdfո^{ ر~p;y ::>!jԅ*>?iƏ'mQ D8oxal{$d]y0X)vT܈اlЏ둤o}v>K[),Zd4c9ҊsE wl|eC(?Nz֨Ru*NR5&;d*4씓[U;rhEnҍ`؏1_PQzKLo\~LmMك(triFr@ dD8+ Q}b$LJz&$:/J&0Q}$+Sum4&ـDT/[Ѯܬ[(wx=T =@i?0#VٽEˇ)%Å!z5\Z"2yD<zQ(*+جRZEKݟNe3dɱM̝oMQȩp1f5y2l+}|! CAJ,Ϟga;:= u_9l-Ľ~~NkHjvB ?6h*{|![ѕ\E7Z|htcU0= =~Iq)!HK3ۉЮv/fgעQ$>g]+ꢭyN2F}䊛ҭgq9x$zQ*c,EN8czB/GEEWĆ0/앹} =DI@Iq?\:[+QyEBFaM 7"/W Ҍ 8)g`Qe"CzA@!}n`R4|EϾNvn|k"1pV+r9G% m- IHnfyl :sH9pcLLɰ p~Lk&Jy]u4uYtO!-Vu#A:۩i]tFE VOҥot)"^;? zҕxp?73֏B6B^^l{5H%tn#.\ڢvYa+Ӈ#RS>cݚ^v?2jh4[86"n$Cđ%6߭A!HZ5*^GP/0/lkS,cKӝg_Y*֦ [In ).C>Nǿ2䡪X1WnB` ͽ5g`6\R%;J WPHSP=Wӹ:qR K)~*0a |mL$b'1be hߩqb eY]&Bwni\Adk@mm'/߇{" F5vKp񹙈)ͳu~ Նxo?rqRL27ο`ˋQL*Y@M(@g3h&eO-zp@V35Df>.4`#PZ:KjڂGg'U[aet G\.md4טG!oHv7`_e`ߤ;M0vlS,NzQjE5Ε?K0U2. R3r;؞=Ũ4#sNSP4ǰ^7z7*&Hӫ\86 Sآ"%zrg EU:$"4܂ho )R >k`t3DeЉOEt`qHStP~+i>\1ZNRDŽjun/ ^%DQJ@7IniVY1!sc45IVʖ^vBW |jyO%yBֆ$9vNL5ef6̛^1Kp-r7UT3n9ʊ - h^nL=Xɇ&I% )v#}}ә6]R^M9<e[6>֑!~P:?tE^]GF6YqTlbJߕ TIq !8q=DZy :"So~ :O:[o^^f, ER2 b5 c&ǧEuXd>M-zz 0l135|Nr' c:C#+XIn׎%1R橓e?Ҳ8/F9DSWYPhNb&!];13mY4 ;JYUCĕ.TLhKHSOW$DNECVѯiODw-;.t Яt&;kQwC-3Y(f[x?d;Y5{0z]O Bv$+ 1Fgx\ U?y Q0I&,|.贵;E9/X–6 0Qo='\^OS䑞|\s /x*>ZH<b*BS[*X+|ȳv߿HIuL;'kvΟBNN}M\`M~ˆ#}o \oll=zR?NQ(sy R^m'#V:>|")G:z a͞1wm #pX:ΥCdD"Ha'XuGi{1ZإWBċv[}-DƟ/<kN{9 \#z;o/6:o8k=HUEK"3(حlY=8>j׀kHVe̬"[-~/ёu׳,{縏4}R0&(9z ,،3l: d I|\\^C eCbN)pVc\@*8.0Ak}9rJK-lc<ǯ<%ŪLsmbp<_-*Ǘ>[h~FlA=$}La/+f8-V6$:8S@ͮՖ7 nCSB5+*Gȝt6fz 1^qD/g)}P L8zٔ;c3WT;[̊a}7 YZ