libxmlrpc_server_abyss++8-1.39.12-lp150.1.7 >  A Z^Ÿ/=„?',-tXTsM6#=ݐ0o~ UsQ/S"I!Q88X FG`U ߧR2*5SMTh"mЂ]{=L Yq}T+xR0!к"/03. J0zӵ~&!X?K)I#i$l |˙'Ղh3/,= Y'a %XѠo~gЮP缡7.%̏fGW<$?O@}ъUx[g@wg1|vRT;ta|\ 2Q3Qb n_@>p@#?#d$ . d- GXy       DL (89:>@FGHI X Y \ 8] @^ b c!4d!e!f!l!u!v!w"Hx"Py"Xz"""""Clibxmlrpc_server_abyss++81.39.12lp150.1.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++.X @lamb58popenSUSE Leap 15.0openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64 pZ^Z^04bb780ba5adc98240b8164887986dea859bf4a3db51688c1ebdf382a8a0dc3alibxmlrpc_server_abyss++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-lp150.1.7.src.rpmlibxmlrpc_server_abyss++.so.8()(64bit)libxmlrpc_server_abyss++8libxmlrpc_server_abyss++8(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(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=@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/ldconfiglamb58 14903568001.39.12-lp150.1.71.39.12-lp150.1.7libxmlrpc_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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=49ef1ccc07c9688d680ae5882b486017e0753df6, strippedPRRRRR R R R R RRRRRRRR!˽Y_*T$jutf-8225a85fcde4b8ffcd4b7272761be39f19d47bbaf693940c52ee51fccf6263fdb?7zXZ !t/?&] cr$x#O& /֫ v s= s6uDLpMBLߵol-): 8p]Bgc3T0_{Ee7- 0꺎TW4 Ay&: :Ӊgv:~I]' ʸPL K}f/ 1R]jR.p0 {.,h6b7BfDi&A@aξ]O>R4 ǂ+Ps@,2fcVeKt]ȵPP^G( k'h+hwf-Ic*h㑠4iS7kV! q.LH3I>-LCLIKNjiDtȾ`]Ik7`s;|ϗx!C9]CxѨ=!.OuԲAW `Ŗ!2Zj?gj*8P"?1CuO;IAWdR ç %]^,K IiwOK 5/1QxkU`RE{D^w2 \Wc4z#)S݅y%ڞEeH#q)}z+k"6t)wvyγ+ִ* 449[~Xa$ȷig% ܲ'P7XK4kUaK߾ 콤Ubٹ|YatJx"#')+Us`z^!L)|IR1u0ZeF1ʾ00O"jxoye}(3CK@`&1|aþֹh ̖1D-UwHKd,n,EnP~[ЭeNeWY!)|?W+^9H BVt<I,,uRWd ~BBU5{ߐ0Q3x6..SB2,x)uN_+oFuװ;F$qm~X%pM"xxʬAS <ƇteX( :B17aHp~m4v!)I422O(qAXO_8Fgm5cYzPah-*h_"W,=[|4r|ҝʥi>4|+pD:JH0qBG&7牷jaa{:|&~N=Cp+ho|J~$dғ ER*ONR|4R8>)Whj>w"Y?30%|C0 >%Mto /҂S.w 'Y v_;yL94e>0 "hK,UܺiQO_hkA쮕[c2(_bb*Ԅ~S͞gҢ(!7] K٘bdۜ''˞~m@4o1Aaߚ}R~6?yČayW$C*01san}\|דFɩ`nЈxb7א [=v txWT}$Ya`PN*$ b^_TT=p6Ӣm-F"~.dDjgJ%a)"HL+qTdcC\HGh{+lFB蜕(k;_LѠ6 EN/NJ*D/ss+tuR2mRt^MS+i9kZ _t *q(aHQB+a%:j6Mߘ>WRusHR;9D#]>0 N¡qTicE7,)ǥ{׽UnexĪ"hX7ґ5`PPS}t-FTw)NsH ޺-w )r9,(hѿ Y΀Ȣ؞ j}m2?,ź83u\ogSS&`/ r nuG$XzP37-ӮRܩ)u} o(סɡ0R{6 ^Tm77 4W[c\u">-$ſΧ x SR(` wҍzDUnrb:J;Q@dc.hq2y=B%>.7=bRpzA# fm8tR ݤO:S -0_%:9A}S{Y]{ڭ1!frmT{̨U<?&r[ P>3-wdoۢspb*8F($k{I$*o7'/ CŭXI96Pҷ%-ﹺ͔)=D*0QGeQVEkF\~:Wk'MG4I7f ,GBHBQcP1:lB֥1<$-[2= L?Pp@GƻS %Hoi~i]EfT6<čv;RC@h5Ԑyt1:c\$(3E;U˗R߆7Gz#7P!MuY$qI $/$(Gi.Hmr-&¥;.g*u )=h֑53#5^q@S'P+RTx3YڇoA&,SwLֈshQnX ֔c `aǑ_pfH(\߭Iu#osc/3$\s"УrQ?k\d1x)NuD@<Eq6z/n;ޞ_2*Q :dYxn!I`>'ltIMjq%- Fjx8L_zkԩn7G0J$F/^0^6/h1amr"F߅o!«]wƮ~:G?짞 OA ILYU9Yjw#XzE.`z"Sxт ܺ"eEƯ =7Q6H?1/M#zmRy1 ɣ4}K m4V6k2[*}`ۦP^~Y1Yѧ,`ԃtB_rNE0lv/ce{.6 0?j+7 39WAf\;_<$h!Fz Jb'ڑlO wɶBt#8Nj T:Iv֕fegUg<,y- ό bXBQ g0|"(2:5aj>66絻p|f]o-Bϯ~]zQoJܱԧXhs.r.=|yFʻ7Q Y46J)~(NL[5 icuOq|yf~P 1"uGu/)#!t,à;RF+` WK|DڗxƔDI@`_8}Bpi!W";"ӥ۾6%%)Q֧3KD]xBbYHHA7ӳhPǑU=^w:ָlS۠ m)GI]zE1܄H8QAKt5,&{C;*lBȅ_1 N<3F^8/%{Dg{Z:wZ{?%qkh=c+")3#s4~۽9* vdϭ8 kãWXj9$25'MnR8D2H㥊y죍3_uVT~[α? >)FEy|qɽYZ.@dn>8}"-SzP'*t얡n[PHcD75;3 5TY'}'e6 $j${0fôWҡ0X it5CSK\|T崠V)7SC{\˲TcJS86Nwn)ļ`,=9Z}Š[ e͋ɰq!FV}BP*'}0fmSmRF2AmrZ&t [3DSGF.bf(8MȭJ~2g?]ˑq':aۇvqJ3 l~ρ_TGOnבo0k?Vt>4dz$*w+Q%yn|C-frϛdwVq4MUJ̋ B54.V Ðqp.#J6%yd,R%}ݷҥȞ1!4[J|OSթӷF/9C#(d G6ПuĝzSWqMU9G4: D?_#3dDqy<4pڔEWD협͈Go.$4tjĽd5Y({>B(ֈH=(D{]x MI1 6 q=Qw󌥕.5Ck?6ƋAD@ mgWfΉ-E%p +kĪ鏧y:}&|FYslk7͋XFEX8f3׭pJ Qn X n#x5-}L|.FYDQM{g ^9M׵n$ kÄs.h@]DsNvV?U@s7!]>ٰ}iz;~é@%.b|&k[^f <}=:)5J`G eX"WѓdSZQ+^`*<*IK}#kѰ-ͽ, U"xJ!c.Z0l.!juu_3|?|yPy4j+_\7xohJބ^;,b i0bGʻdԅ]4 ?:o>QD-`+X2Nxv3N0mަT 4k}Z8a7R^Aw l }oKb-US{!>ڝU;,C3Bf{Q؏o] 5aIH {E:!@Sd`@~Ѓ/ݴ%V \'C[{iN_UQg+vGK>)wH( komyMvXYz9*Q3ZnAnA2z\$o(} wڗYX3͉&zzuDzLs`itcGtװ9nIŸ5h6-""2gFqxmF2VUpw珁޾!'"IH=翚ȚqN2!mX=U%h{P*JKߴ;#X\n堺 :B7,x)V1K;CeԨojvЌ &, -:dO+SD/t鎞Jj6L $eD " 3jk5zPDJQ)$؁[_7Chεmo%Sa0W6m{ 8 ɘO!}$) D5ހ62*]!GUKS?*x]13Nd_%o"E"H`LrH}]B=rq7l%KISNktN 3J2E_bG+