libxmlrpc_server_abyss3-1.39.12-bp153.1.32 >  A `BT!M@eee#&Ǜ*?sUp<{aH'Md\x7jňWN2fxBՅ[q.=n.k0SqUxm95LMm颢Kwnba32j|-1Rμ[ s- 'Dc7Ud(dcxv<3rIȒ=O3V7pL(Cw3  | %|MV*mn'Vg' 7VM\ۓX~(1a0a9a1f1ecae7bbbe785f9a3afccb8ce3466cc00d914d826bd52e866113ed4ca3cf6b5445654e9f2fafdc4867a6f438cec03577G`BT!M@eee^9( .T &o)ITr2@@ՄHMK3=&|A <p 瞀!*n\=@LXNYΫJZd:Q8gF1OA^ K!2rOֳOtcG@Hf6Pxw#ae'uH&in/Y-7MU7NU I, _oA07n-Hij}&>R|WwuC)) uȍK'tG>p@?d" - c"7 Qb      (LT(8 9 : >@FGHIXY\$],^gbscdefluvw<xDyL zxClibxmlrpc_server_abyss31.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++.`Blamb01(SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64(`B`Bf2e2c83cb6bfa1e3032e5716bd3067404d7409e5c4d1d811e7e5a0c2f4015067libxmlrpc_server_abyss.so.3.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_abyss.so.3()(64bit)libxmlrpc_server_abyss3libxmlrpc_server_abyss3(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_abyss.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_server_abyss.so.3libxmlrpc_server_abyss.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-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]=66c984f3cad22868b0628c45741d834f71b11256, not stripped PRRRRR R RR RRto:\(utf-8052f9998a3ea1ec37f251fc29478f668c3f60109dd57ab968bb87100f3ff8e09?7zXZ !t/(F] cr$x#DdA&qLj9(֢ݪLlfyZ!ExyֲwhsAvelN].QԲNi8cgR ۔)l$GKOcUL1PuݩnV%]  Sdad o7"-+ZQ@]3wٵNb+$%vih_MV)g7 OuR?Όklȍp,ynP-]2@VÃY ݏ\o"g|.%gό6+oA%_d?{}>(˺>D;L CEśmz-&.3pZI_߁ǗUjvg>;(>  m3D(=Ծ΃N ?sǃhQxWS0I4R-`aW8^ijEhEJㄆ˫>5K`VְrN8W/9PHY~KO{%HD*.*$)c4)7L*O St,p珗+ͧMR14*dφs IJ\E0os7)X|$L5;ef.{8w" ٭\% !;<,!I2m8bd y@ `*QL$$"()d6+h(^pb($&h" m|L7*OCL0 Ӥ*?Rs]0MU7J;-ˇT;.ʜʒ4 OWF-/^U;)^}c$G`M>K171|Se#pGP/jx}*A<|JMr+NN:P t5qyjnce'QyzNkCtj{Y(6e HdT~V&ˢRLN,yH]yt;Gp{ިei9;Hc;sTCZyU-M<#<?uO%HR(ݯܯ^INV߀֫vt1%!mk nvcB7}00wIvD[A <]xx5gHȰy^3:W|v: 8|@!QvyUsQlL$.:ʫXBCT{盃IQ\QI,&дHfx ]5tdueZ(ӥxev^++p Ix^76Kb3ݦrBE3A!-:)D;vN3v!yaBqyim RWۭ4|H._+(r)q)ZB']?KSC]=E:̾d^Z<҄WP h1=$Y)\ N(t,{8Gd>%!K>F0!&8,& lW f@TzZ`F6{Ðxtt̃Nq <^&:;3u&3َ$A vTV8Sw@)ڍ|C#V^還DP 1z?!f~CRH&r5(=[|Z:QPÊ<:_pM l3t%~8{z*5]wr- ^;s\JMDᥳ_6Pb\'z9a` §KD_@E[Ò+jr8VBx#t#Tx(4L=7myABh#ThMzא(ۈI qm "os)7blW,+HM]ҭx]\&?k^Cc0Y W4ٮ#-A1*@$U$. y _}/7KHs8|Kbb[2-Lu 947{G^y%7 [@J8ID.`YӗN߅2{XmpL:3,ʹlԤZ%1$aBMr4Io!aiHM&Z@K0YTl@GNkߐn_٧{]nEPy$8ɯ)L)ުHoB90ZUbi3[GzOю9f#5~,:ڋQ-PQ윋o. 8+$.IvN9;!GX؎DězYVpHt8J5Q;ҺG0ڠҎ(BUKݾeX_Ҡj'A7E?cãp݌_ 7r2+KOa> uя)S:>\;u9o 4'>1_.ґ&2 %gMy{;okM!8z#h7V/_ sqh:0%@Q[˗o5H~l-K9V,JuHJd< .),1W,I(=d>'0ӖLyh\p˞{R >W8Qt˱}RQl[@ND;YL 0 D]bM}O&v%֮U E!dF؍bؽťHLo'ʲ3}G392<8TT(2E"r>apN>DIfGA TW&62QsXi$*~AlY:}9(Jiyw|v J1p_+obzn $R1C\ C:f~{I3p=ƿ)bnP|^,bY`N2['tl!/߀8t3aLxMٝabӶ數쮘xwô7i}q(O.FFb\W'-"eESmP¶ۃlI;]j q9F%>IפѬ?求tq,:8r|8 [C;|Af/`(r$]^vkNrMƨ> ܇)W U)!ۓ_>P a?1jԿdਖ! ? z5yCU=yɖlW8#c$=!r+&XMOWqsgUY{bYZNY[hYClڛz*@3<A/w;1;n xuP2,;wڛk)!qv%z#U԰C O3Ec.TٓbC6Dgq mm(6T3E[NkW'CFy5m+ĀuY bx1I)I/J[濊<(tXke&oj)4ifx">!(v̹͝zEᤵd,{}!CP'7{d"q~3ae*OoQQ2ڂI?>XbFףG?Ds20gؑd]Dk!Ocn&y d<㭑z-N&P#5qvGFt{PtkwH'k e_CA"r-2|D,E_9+Qq+2 :E~e.>n7{yosБ?}κ=B#A9[5–aM-3%Uȸdad)tAlSiMw 1EPKJ'rhً-e?~3g*%( Rj`(Lr`p/"{|DpՆ&@&/MyO :O_PFLfkZ9Yy! jbEZHh)zT}g2hz煝%<qIC,]p٤'6ưږbXn$A )f,J-@= h^ϴ촹*dzЭyf T3" n2u.C,tEV0,A(H{DwWÏN)q__,je*S.ej9UA8HV 2'F%l=]^ot#0f)V葼T;z2D_]O71 h-rƹWo#$}WacJG4"2˵_U@CYAd|K6폳ˑ4t`8 yF? OY~z|>mqyd*_iS4-#M֎ jQ;# O*%D+Mh$I &Bc)O:/ F25m^F)E͋ 9֡CKx4ȎLMFSQ;iDXL9EKnES%Y+K&^'vLJ]1, W%, XUTg7FaxruW[5Aѐ|HyRqOKXvMU(35 N%zz{zWFh &F1"G˖)6&*E5w Bc RAxޕQ爿r6)/0t'zߍ]#s3?&J3$OK?~]=7JE>x"_ ̒ߔ*Y;`\rn's=\D̺AB٦b^ƶz~5u8y7۶ Hsc<0E!ģP9և}mT Xy8RQ@ Kߘbw 7s$s 0ǎ7 :\opmYhW¶]E:.@7b3S՘·쀩ҞD+-Q+2 7:;6 Ed xrnMi4tLۆnI`VVҹ%|eԌ]E0d]Q(3I5>Q*l]_h YQ8QU-֓ TWj-moڱ-ՂW7?YljrUmH0eI#n &m$ǎ)§>/?+q T׬'lD]xj6oTL^llGfjtE;J-a/Y}HґM"ɳSM~0;>uawv"v[ {<Y1N V0hxr7mc$ 5 U%CI#-C:ժ˅8咳7lłl!}WΈt=K%)CS#*rgf++/}1ʓ7A4_V iLJ́]ߤt=qߐT[2vo1@VM "b\8s[i:5em(sݟ_udݱm9ڭLᙾ5+WuA 4A&Gz'+s=m}kt.tH27)?}.*Tz1 6 R*xS,uhMq" o}LB Bbk/ LAZcFJUwP׺ \TdؔGϳ+`$il3B|"VٛvW;;;êse[qi_Hi~x'S f@ٚT O$ryw.AXa㬲~%(rq|a  ) T08%R Z |p@:og 9nׂ$,hEtbM}itf9eK3R[ <M| - 9gbZKnA!8%yIt(NMK94yΖg(]Z/ʯm*Bt^ú}U%qͦMq@ڊ3gW"JM̬T/U%ZH{M?^\dAe3Uk:ť@?cf?DCw(œVe%nЉn?ap_ǽk-Ha.lG:X׮W=Lh:ylщȰzG0ת=ȫ9!`t, OG{nĆF9Xoϻv&xVBCcWˢ#+rgj\ «yIui92V/!"D-wXTZ4{>H0^ lu*>7obare=b*!e,,(9'nـ bWt.3o84!P}n:ٴ"]#|2f VNYnۢ-T%-?.كÀf d99{Iymi~Eh91' .4n_~{Q+Xã0[{"IiX9 j3?A WǒK1teO_$ ·#s}ܐYC)PWyd@jqYN,oosy8*Oڑ{0lc-Ih{g /@-3csSY6B° r-DqξzDh{`jTi2BS \]yXoƇ??a_$:kf<5s =VtGG|bhnB\|"KHf &6 ]? A140 I5.uF\ ˒` >+_oFkFGڮ)!UҨ&0Htad.KHB`rp+Nر1z%'~>=\Q?;"(U?bj@$?R#M \'DLYU&z ִCX٤,kȽ v 3tp4sv"yP!K^:8Hb wf6.Bg7*.%JLqA2t`߿Q$@l_5lSzۧI3gĨK`S9YRJ涥X`hEq B~t-&o}:k [sPoVʋhb!"#!,4>zS@v667h #|%]HfXx| EbPfmvRj0h: ;A<9윆DtrA*# JǞ d I % =i*?BpCm1. kri$U- m $dW*䐓,+^DJ8[>d 2>#UhlswVAtGVioP\jRڂwsFHv"ya 'rX ҕM?ɴVgzK3X%. ~9B80ct&ex+6ʰt?-/k04V![PZr,doh̛ _$E!WwHX 4R)PD͆ 1-W6U4~ܤo&^ MHpE֮%5$]{7Eղ]0k>h N.ꦴ7ZtRe[;<\ӢW6a~lj u 22VӒtˈdᙵȐӂR{H{b>X]#v<y'?iEmX2cif5AS"㽴K1BɖFMsK,ŏ&6)E c^7u>$HDzxVoQ|gC͑B8e9Pd//O L9 BCfE 9:0 g]' ^PЖp߻?.374p# KP!Զ YZ