libxmlrpc_cpp8-1.39.12-bp153.1.32 >  A `BT!M@eee|I0Rĸ2+=B=LรGVQbFYt8_ %T+J rSi.KNd"6,krn̛3(d2vSÝUFcnJ)FC aJv)Fy/<+wM|G_`87z+nE؀x25nRFN-=MYlQh|j*XadTKUy!T(62zoY׏S6t=QR860499102c21a8de450b6cc6b3181f81f7034dfbbfcf2435c66d0f6b940be8d340e53ab5180d82d543ac6e8a9349295369bea9d0>8`BT!M@eee>W<{Ϊ-m*PMg(KTt~$;8*8qgDd7<&!忙^+AS<ҭ:O{T}<E<Z'W[v.?v-M֧hgN,-u>b3g&  (`4bYc$KȪ4PZD/uƝw2viEZo}HU|tћov4>p@$?d $ Z/ IZ{     <D(8 9( : >@FGH$I,X0Y<\d]l^bcGdefluvwlxty|zClibxmlrpc_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++.`Blamb01tSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64t`B`B05cd258bdfeef0846c710ca756659cbf7868eb693b85d4c0dc27101342bf7ccdlibxmlrpc_cpp.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_cpp.so.8()(64bit)libxmlrpc_cpp8libxmlrpc_cpp8(x86-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfiglamb01 16149842131.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-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e86a75cf05a1ce45480c866b0f50756de26426e, not strippedPRR R R RRRR R RRRRto:\(utf-867a74e77baa2674fcf602159c4d125c65abd90ed5891569691a74ee717958f0d?7zXZ !t/v3] cr$x#DdA&qK , H}Μ~T5۶ KQ7.fYlv5M=89U T̖FLGBDJ( BKJ LRB#BFc3#`8QCRcuF mZP4Ъ#qt+qF ]呒Ƒ&}IBu,#)R}c:OavmJ 3ތH۝>OK#/!9$h}AmmJQMZ)w3ۮa}yh| 1zeLkD8‰ٗXJQD9_II0XDkF|u$6RDK}(ݙ&HpFY> 9"sN_&l6GF hkX> hl1M:޳3_e3Z1 'qe~gBs / ¸=Mt ]D2䶼?ETG2-w\3@j(56oJ*S@\C*"_x:,l %gT^9aوf>fOMr6[>i$P Ә12> vw㨴ǖ鯾,HN!|\E+ o5{f7ߘ^eғA-Nd k༅LZAm$j*8~`3ǼdhlKQǀgؖjM ݏ*bam|m3gۧ Tf }"N!]d#b5s-8MX0n%S);dd1ª0U |T# O$T~:V*ב9 77धpR-%ߗ'l'1)_l1R SwHe]6 czI׶C v|\WIFLx*$N8D|4w)|Tti<ZڧlqV MܽVN e. PWB"ޣoc\4WɄfoI1 gB=S{ u='tV eXH"MY4T:QI'^!,OCɄ房<q a75{Gͻ~F =NނӾV!ヘoa4 ̡K|19<;th7Ɣ>_*OwXnV&FC!:p^|&̲3n5y޺-bƇhlBU?Zd=xMC<6[6!#㕋7:n+]k+0ƽCARJP A$) Q7i Ӏ*e!jj ST w/CɽU3jiYYP $&((:߁2򛒙j.y8soX6Ar9;"1xAyzhYCY-‡&ܤ.˯R(y_)YЙQ ]?bέ H{FB47%hQ-G߸񺘏a tN:@ ӺbkDP:+:efY;|$9Ua2̢q,G5f,x|?mg ͨ8c;'r]1Idǟ{'}A :s`9^H::qӧz ke 92De/㒶8[yJP(\\sPZ (>dveUtDZهauKAB !|>0S92vFn 1pY\9GrS&c탂ʯpȻ(Y=-w9/WkרFI,cm0ut=ek@O):wSo'N}̈́u=Dw'N0>##uk$A*P㱏_3B  `hin?Lj:_o# ` c|`ĜĢg*όޖwt.Vss jaGM #χ*6RS-ihv^omИ_;{Q'Uk)?,׍pnz=,gR: `zP-m(kbՊ!tw,w*uZb3I RSʅ< ] M0! rŐ:/=Q4dAԹ`Iǵ6RrFk/za~< }?D~wuRHs<|  "Vʖ$ VpVhM@P:%:}N% ʥj*`+IqEL!Uo6`|,̓'sw3z-,Eھy>~krV얌9md5ؓ3bg7 !T7v1I7PbFi# jox?~V7=thSӰ+C!C_%V2kχ6ĺ9 m@I1"KC?sWQ 0u^Hvץ .ɡ7O¼7nA# ?'& |~ʼ?SR(pgSʊ3UpcgŜ"-H}p!$0; DE>+Ύn9!;KJ#/"m#o:ӼR{L)he+wtԍĎd 燻ؐ̃ͭLN2<.*-"~{ YS.n1ß WWҚ7dH!~^'X;F>L|Qf#bUA^UdҒ <*f k/t:<_q}mB BBhe/F| g ٦LJNvNzP˱@.^q!=_&{AD9<;Ahs6Ces`a±֜{ *Z砨`:b8tr臨,_u%Н,FyVHĄ96RՃW㘒lQ%}*=4M V~"mThvpKTL6!&2[Ϙ2#yp[e!.9f C뀟s*Y1Kmq[52ТKVN$I6 xXҤGD¡cxMJΫHhqwDSjV t ͵F'(tQ &!Z2CCMZ%Ud,P\?06> c`ᖡ<KϜޮ&c9.:GK:vgbNG LXe\0H:l/;*Vr!^*,U-j kݵ{})BПQ;XucT 0صf)t]|1nVBs4^JH`hXe?a/JD, V˂6$mR_ѾKQ/'Қ;L2QV]/ei<Eޞq%l5Kg +houAq3%)&JYï\I)O'KMO {.b hݦ`V<t7 "K&3n__(}'i 5 rRq c>;'nZ9bvF!yB(OAX @P/r'_p!w,,?#= =jG״-FǐHxdQXOP_?B'zNזR Ē*Yeh>p|]QaǐqҮ_%:yZTᇤ\ineqap~4NpM.Qˁ]Q~PسM~MFV|O)U y_ u7ǵwns1ENd0!z1ߩn-Uוtzޭ}8Və/]c Wfȋ6NJs)3n6.ͰεK :]1Rw5}{1f qW48y>;sw*Y*XƁ9YlfWbL`qS񦠆v/cȷڹPeA"IR3O8fN&vڬd=+7r}idrp_M]'fŞB>0h*|"wx7ۘC5!71w>G{CZ=3V[˲{fRkYMAx٦npBn8fʤh]SG&EI7 ȡ+4b$AHAyd'vT_c }L3`I\jzw r=:qP JaN_&+:`]lS =/IL$=RQjSeu*wW d] K K0;BГZn;3&暨p i7O},Dw)lhҮg5&:㷌|Y'Е\H@q(pjSZE0N[鮡<{/C;Q4B;8s|7 1 o8h?]?[WQP U4"bGE:atHm`;kd UYXV\b+nB(#T3Uc =zo:ƶst )K兀ŀE *}m~ZUuLB?*E1s ;FzX%ybp Y9*'E4ڹ>j@醆;lP}Dz,_FAްn=E𷍾'U,#e`V~1mDzayGȏʷ1BL?7Pl˂ϳM ,]AͨuUrAFvٝr*Y9c풂?UU5|?^#iNRi~?O&@ߦ׵EoȰLXS.tN5ƌtpi|{kF~\ˆ,=$v[cSdXiN>J{aN,/h"aHڨ|`[?n;&x:A' kP{!Srłx"BvK3#:< 5~M {t}z*`>]ڱ(}v>d2~i3aDUk)Ps/H( 9'惏Ar{wMk'J]a_V]HL "!1$ 1(P,kToo./л`ҨְJ`?@p 7;˽!oH\n7$pe6!ev^7޾+Y SPNܲ JWlB~nYl5ƔIl]:*00ȴYxV SA9:s*@+ GVZ|զؗN)8}_^-n A" rkWAsfr Mr@Wa4?F ^yl@'GG)!cu":+ʞ9KJۗh(A@Gj_=dD'״ULJw:ιbٓSQzA׫NR~uﵷHx>W)U=%֐Uyb*ql @"嗜nkfÐ{@O PD/]h=D. 'iA͎s6 !Hbԡ#RbZLfB+۶0= rS YZ