libxmlrpc_server_abyss3-1.39.12-lp152.3.7 >  A ^/=„#ZShD+Qr!f2Y4[a (?}߅2iQ8Ks{ȝ,-.TlەJA^RJ_u5E<^w|ejɫL.!*Z}g .'p>d_AJ'!&g\QM\.\ jU!z0UɀoA6fZG)Itha-Lh;S.,#@:Nj ,4֏EXtPsa1b356ced21bc17649126a1f3fa66cafdb976729123b47aafc329c1cb0285f656c985341972247e63d1cd8940a5d54c7765f99ffCx^/=„ fYi > lۨ^uyd$@^ݗf6rFeœG*vLN8IqAhdZlԩ7޶Ou;ff;o?p O񐔊nW [%A3tH8~1PDL'*)J^tk8U=5DU.b%4؏gZ 4IjŘ&e;xWd\=b\B5ȧ)SZtUFa<]6JDyr^l>p@?d" , b- GXy       DL(8 9 : >@FGHIXY\]$^_bkcdsexf{l}uvw(x0y8 zdtx~Clibxmlrpc_server_abyss31.39.12lp152.3.7Library 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++.^lamb20jopenSUSE Leap 15.2openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64j^^e759a1ac4c0bef6c8fab5b4c9bb547d42945e7bd5b791a6aff74ee383c46586blibxmlrpc_server_abyss.so.3.39rootrootrootrootxmlrpc-c-1.39.12-lp152.3.7.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/ldconfiglamb20 15896483831.39.12-lp152.3.71.39.12-lp152.3.7libxmlrpc_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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2ca1ae74d14dc2f681f0aa538803d9dfae502d1, stripped PRRRRR R RR RRTwz_Ho򟌛utf-82232ea4fdfbd55d212e5090a77ca4cbb3b968495d7a61a828e6321596c3fb033?7zXZ !t/l$9] cr$x#+c9l麓FYrF~>|l߻fSfUy掄=IHZ7T7J;< rv+ZuE6pk<#w)LsTՃ̑9d -_ăFnw&%+cw=CB'5oqϞTItr,bv_/1BसF l7ྀm8ătJ?Mİ/n:HJlkݣ]7P0D};PM&nʪӔsD?JO {}g Pk~ J0e d2%q#֊ḦFIgmajwmzlYqzL-3ru?e7$VWf2 SLlKI>4}7!~{^ Q_ Vt$qHCEjIF?/gh> D8-Si;)[[H7 zvF-gEGub8X(C mdd!y)<] z`Y(,qi#:'>ym`sb-SX͇2+mt%~paӡp3S3,K\3DpTsq Q iHDjs-ݒdw UNtOo%l?YQZOK8$z)|c|h`YpB3?HZΖhhߴ*%bmo;-x0^i.jÞ#S+wĢ.v 2u㲅{@Iy'(K"Vnԇ. `S@B[գEg'5 4cwNLˍ{R6'oة mѴf 7-%K-~DQ3$߇ܒL;^oL'o\!pgr6J<]䨧}vr%#߸}[Gi!e#Dx&( %QX{#(p5+J~_zFL Vy:xЗÊUu0%@y+M~l\orkT8;oh:|q5Y5jЂ"G9 JI:Q.їg(;EK8vX ]blp/ut6ژf[4z[6qŰ@ +ӈM3'ԅ( ̙j'ޡj,_Tu[k(aCMdS&1 S6HވcR'ẸEPC(\}(n.qe?HUȂ"0#ǹTy l(rOuӺ%h ̫:D0\XL :)=t$ 1w+y!wP3c*vV&X!JYٜJw10gF4 ,!٥/H./Fu7@h#khĖyEVfDJ C\w|7y~'' v``u$}\NֻuF /OZ:6/"V1o:f\d A^Es <8}.X/+yIsSҧ! &\0NkF&ܖ-d~ LB y0J0@_l1׊Q1_$=@66]$í^[JGn[ ^#BDUI}nMTGxQ 65ݯȀ;KUn2Sپ{hM&F^;{nZLP0y[=%3mS^\"$fR:#99$Cfx:-n$Fl3wJ/6fk$Wԇrcn ]74\( eJ?Mdַ0CVGX"a5CI,vGpi-utUNY&ttN m_K` pSJ2|,BKtL='D~U7N_%yn+Gxq7 o"!GJP|X.:5ܸjM(rUl2sl۫vCmzAR?W ߾N>oB[ #Fy8CE俻5ƈM,0fP1Tnm!ϞcLN<*i Ǭ#ވ}VB"V6zWe`)5_J,f!<]aksN&bM(Ғu\pkӄM-ԛolTp;w϶dvHclHAڴ;;FU\@1(2eeĂoB qDzVn9ְRߗww/\gA*yvU}=m'7tKs]M@liS֐H/`BMode #.`ږJK=JdO(m+0{(&nVj{GĎ;'>S؛ zC;jHՂkH6icAz :+[ۋо&~jX_0jV̀Jǖp6lu<3YS` ?4Y!'<,vlihސ&*My)643Ts6Tv^M@m qsn>^Zv4ʺ7*2O_//>cpf.q4K!&n>?6Bd>Q!z8~o$4w hp!680ܩD/42=uܝlKz? g] !Γ7h zh[ >"}K&c85ߞFО< rMJԌy[ )~1eA*n߂(BF{4Դu#cP!V%.K N e6 EbAs{.R ۫| ՖoU_؛uqn:zvO~w3>QFd踦Vm2OAH Ɩedc$8 ҄N+}7čTsJk{3Y 53ŗC;r rKgod*n< h0{$6 m ~Ws RjC`۝쀱dtY[» 2>(~1qӅh"dSЁF+j ϠNywp WEg}uÙmIDC^("gk$}'=Wo1G 'O,Ƌ?22os;~UcO|D񳱙Y7Vq މeC ?,LjVY<<N yBSi6EAqG:nٶ.GY y[n p6 ?@Ʈ<\6q~9Xt U'>/z-;Sߋ0Wk'RnTϑ8"1ԕ{OQ9H4jqMݼ]zxhT@ED.V2f~j Ɯ$ RW++Hֆ9q^7+1%mSPQ#uC0tXXLލQb^xS-OB%9|je a`pxtޱަ`{&R%Q\_~l 4[bzj%;D20-\IОKl*'5 e0@o FfGPmf*1S&շv[]ӕ:ĘG@_u؝Ǝ^`bfݵH} O19qlC|m2r at`q d{}ZOBnGG`T>kvdvt sFBdu$MPk%>U~H0AJx2("[E1WjxĕygheZ{kכ(OC~ Q@+gLqW+:R%|T*{.]S#ꃬNc*1Po!Ղsz2\MӳH&⶙䵥8 O. $<4*d۬&''wXug0buPBnt,& 5A-7-ĕjl]J4û!#!koZu |Esf~uSo%' ^Qv"Vab+RxAx6%bVˑ#n]GmșφIRZPOJ`oUubT9 t5$yHGFA9uFid:a^ښѼ/Og)l5.4칸AR&4q3~"Dյs鷗 ;P}I L ˃~̕T8K9BaM`:W_eU2yg>þ!ݢT>rj{A_81D9Ar<Qn{0;P^LǮ[}yTBe8x7Cᄡ؝-‹% –Jz2SueMxbuC֐#hoR4loJ>o A58pTHfn\;G_K"]5gP.Y!v7IwFz3JtEmh,2eD\W_o%ix.;t`boBx.Լ45HFrr$e윷tFM!9WaK5&bN:&ސNZsH.(T-~īj`xrL}9TD)R4 ^co¥rO W If*|w`x(YHWïFI Ӟlp`8[ B)6O Jl/i1wdz"4}*>T` &\`cÇpO<"$<$Kf;T Đg fKW'|aM,3Zgi_6g˕H0qFQBŬ001 ޼Q:҅OTYWDZN {_oy<|ȶ&͠'Ĕab URƖpvzW:?E9_Υn_*.#xs7^=En5]!dqsMlʴ;'{ z@/(X^^hK5)5ɟ4 ga[a]=;#8&7Y]9r'066KE mɜhǡ~a}urxZ}&[r"d}+2N 7p9H,DJh:}2KԼw K+v.kK !3uRiM|sβQ(<&Dz'jOVl1䵤g|<uj;!锠}i\xϪ@iC:.d{b.KQ!:iCC>r_ۇZdՉ WZrtV~]zCrŎcp1\eÕd,VCtW-a1٦zScW}lW0 C(;#o`qM@+c1!|S2|P $۫!`'ut$tL.!\%pĹ>?p1h~LdiXR^)1ɣ݇DAXX Fq@\g82y{I_s#\lo2s_#LkMBtHlі+&M]KwW?z!fGJ _t3?jZ;D0KM1> $F­E.!hjoc^;萅g\YJ(\݈B*+fB0OB Z{LJ띁I¿32uTkI>X&Jh=(cHlQhALݥٕ’Q8wfq8^gӪ/ٖȢ7Z@n3FVؤ.M =A*x{ۋ H#c\H?-;iߧQk8<ݵ"vxnav-A O"Jl[\iAN(MeUwxq|_ԤC0}!#E\ {XX8C̹3h $ Z=qcJ=q #>'cߞ5ʹPJXeg-+uA^Nnk6g(, m9G/9a_`0";[erm}'f:ki#Y?)\?vS%hR8=PbO,n>"oKY^ʲL= 6j(e\QxvcMY F&{%]3>jibRBҍ })2 <JԼBQRs {%x;wFy~NoܶV-KÞN[OYK; T4OVH7B ko)i@[+eLﲎnVLX6!4_$m:;%VW\J7;Ej9P=6j~KMˋCDhV 9)'& `;)H|I R֔n6, Ws1}>Hn][͉_Y@uYE%])7 KX,jCPwZQDWACa)☷y|Ӂ}&YG.V\Jnt{O[:}2!&7N͔u 3JбwuV_NЖNH YZ