libxmlrpc_server3-1.51.07-150400.1.11 >  A bwp9|~ MY~D0tshebYҸ"߯$HEjˢ% rL!2w|g%!`ВRU,0 Ã.!ӧ (>p@0?0d ( ^6K ar      *4\d  / (T8\ 9 :; >-@-F-G-H-I-X-Y.\.0].8^.gb.sc/d/ve/{f/~l/u/v/w00x08y0@z0`0p0t0z0Clibxmlrpc_server31.51.07150400.1.11Library 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++.bwibs-arm-3 pSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64 pbwbwdeb11c77c20f1f470391c848a08c01e4dec7d7184d43bd0d6e086ae1e5994d47libxmlrpc_server.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc_server.so.3()(64bit)libxmlrpc_server3libxmlrpc_server3(aarch-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_util.so.4()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`_>eX @W@VKU4@T@T9R;Q@dmueller@suse.comdmueller@suse.commpluskal@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.deasterios.dramis@gmail.com- update to 1.51.07: * fix bug: wild memory reference when server times out waiting for request header.- update to 1.51.06: * Build: fix bug: won't compile with --enable-libxml2, introduced with Release 1.44 (December 2015). * Remove trace statements accidentally added in Release 1.51.00. (Released December 2017, promoted to Super Stable March 2019). * Build: fix bug: ignores LDFLAGS_FOR_BUILD, LDFLAGS_PERSONAL, and LDFLAGS_PTHREAD when building the build tool Gennmtab. * Fix tiny memory leak in virtually impossible low memory situation. * Fix bug: 'toValue' won't compile for vector of vectors or map of vectors. Thanks Yang Bo . * Build: fix missing xmlrpc-c/config.h include file in separate build tree build. Thanks Philip Belemezov . * Build: Add --disable-abyss-openssl for build environments that appear to have Openssl but don't really. (A Pkg-config design flaw makes that happen sometimes - you can't control what directories it searches for .pc files). * Windows build: add Visual Studio 2017 project files, fix various things broken for Windows in recent updates. Thanks to Maksym Veremeyenko . * Disable 10M restriction on document size in Libxml2 XML parser. * Build: Recognize additional Linux "host OS" environments. E.g. "linux-uclibc". * Build: replace BUILDTOOL_CC and BUILDTOOL_CCLD with more conventional CC_FOR_BUILD. Add CFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD. * Build: Don't attempt to build C++ internal utility module cmdline_parser_cpp if we aren't building the C++ libraries. In that case, 1) it isn't needed, and 2) the environment probably is incapable of compiling C++. * Build: Use AC_CHECK_TOOL to determine 'ar' command and AC_PROG_RANLIB to determine 'ranlib' command to use. * Build: fix compile failure in build for a system that does not have Unicode wide characters (wchar_t). * Packet stream client: Add option to throw a BrokenConnEx exception when transport fails because the server hung up or network broke, instead of throwing error. * Add ServerAbyss::getListenName method, ChanSwitchUnixGetListeName: ability to find out on what port your server is listening. * Packet stream server ('serverPstreamConn'): fix bug: runOnce() fails with indication that it was interrupted when the server hangs up. Always broken (interruptible RunOnce() was new in Xmlrpc-c 1.14 (March 2008). * Fix compile failure with old OpenSSL that doesn't have SSL_ERROR_WANT_ACCEPT. Introduced in Xmlrpc-c 1.45. * Add SSL/TLS capability via OpenSSL to Abyss server. * Fix xmlrpc_mem_block accidentally made private in 1.44. * Build: Remove example and test program usage of XML parser facility (), which was made private in 1.44, so the examples and tools no longer build. * C++: Add 'toValue' and 'fromValue' for 64-bit integer (xmlrpc_c::value_i8). * Memory block utility: Remove xmlrpc_mem_block_init and xmlrpc_mem_block_clean. These complicate forward compatibility and probably were never used. xmlrpc_mem_block_new and xmlrpc_mem_block_free remain to fulfill the same purpose. * Remove XML parser () from external API. This is not specific to XML-RPC, so has no business being a service of Xmlrpc-c. It is just an abstraction to allow us to use various XML parsing libraries (to wit, Expat and Libxml2). We don't think it was ever used externally. * Add xmlrpc_value_new(): deep copy of xmlrpc_value. * Abyss C++: Add 'terminate' and 'resetTerminate' methods, analogous to C Abyss 'ServerTerminate' and 'ServerResetTerminate'. * 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. Introduced in Xmlrpc-c 1.15 (June 2008). * Curl client: fix garbage in message where explanation from Curl library belongs. Always there, with some Curl libraries. * Curl client: fix instantaneous timeout with some Curl libraries. Introduced in Xmlrpc-c 1.41 (March 2015). * Curl client: fix 'connect_timeout' transport parameter interpreted as 'timeout'. Always broken ('connect_timeout' was new in Xmlrpc-c 1.41 (March 2015)). * AbysssServer: add 'Session::headerValue' and 'Session::getHeaderValue'. * Fix crash in 'xmlrpc' program under most circumstances. Broken in Xmlrpc-c 1.40 (December 2014). * Packet socket: fix missing parenthesis in error message. Broken in Xmlrpc-c 1.25 (December 2010). * Fix crash: multithreaded client program that uses the Curl XML transport and does not specify a Curl timeout transport parameter crashes because of signal use inside the Curl library, unless the Curl library is one that does DNS lookups with the ARES library. * Make a client that uses the Curl XML transport and does not specify a Curl timeout transport parameter wait indefinitely for a DNS lookup, or at least until the OS DNS lookup service gives up, unless the Curl library is one that does DNS lookups with the ARES library. In previous releases, the RPC failed after waiting 5 minutes. This was not intended as an enhancement, but rather is a side effect of fixing the crash described above. But it also adds consistency, since the wait for the DNS lookup was always indefinite, ironically, in the case that the program specified timeout. * Add connect_timeout curl transport parameter. * 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). * Add XMLRPC_TRACE_PACKETSOCKET environment variable: a means of tracing communication at the packet socket level. * Fix AbyssServer::readRequestBody for chunked bodies. Always broken (AbyssServer was new in Netpbm 1.39 (September 2014). - remove xmlrpc-c-no_return_nonvoid.patch (upstream)- 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./sbin/ldconfig/sbin/ldconfigibs-arm-3 16519676541.51.07-150400.1.111.51.07-150400.1.11libxmlrpc_server.so.3libxmlrpc_server.so.3.51/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.suse.de/SUSE:SLE-15-SP4:GA/standard/9f9759920c526a2ec1ca802b4c488501-xmlrpc-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=41a241a55c408ce16b10a1e47efd7543de83e771, strippedPRRRRRRRlх/'G.utf-85d8db8cdc65681278bb723090272884b414d3185c627ee1bbc1552f8a7375a2e?7zXZ !t/ '!] cr$x#F10|76}J\*;įd>}HA,)]ۢ2JA9pU8 ,2$8gF3֎(zҢ): k~m(A[\Jyx~gK8l^F |?@t`=hgfÔѲ6 :'&zH܍5˧P="I#P/YZ $ I"yT%m2^r1֩c Q]b'!ie~* <qYI,% DS_)V9ꂐv3氙q%؟Z0:UTgq?,SG#ݙ1^T8!`nܩbwÜ5oY9S!|,=PBAXb+0,[MM/Y) HvXe  ,ָWޘ?Hj;uWvz>"Z>3o7=)"KhIck:VYEs @/G>4FQ!`PtJƢdԛD;)f5.oX< y H2Ye $:^s#yI? 뒽t,9M>0 S9=v:kCYN+& cG|HA;J%W>89C,`E;tGӏ뉒' Z1u]tx9)t]fO-W>o R.-,<񳡏 :2Zemr~(`_&w5T w@hPVW/pߢiӺ`u[Ymfz,Fa>e'?P>"|OKz%%v?I~2仼2&)#7wwd T"+F}nDQe}rGSU$q¹v?mS/TCo [PvY}b-\xƱSpg!l2u_pk j=O-e|hmٵQ^w ոf&΍};/ѳnfƵJtp&s8 w=! SlA="@SuN {8٨+סNݬY!~P CP>"_d~c7 1hCaiy~ѣfR,8R!BOzQj ٣kA5}TÝpx MڤM}]h6I} a^eKa`)N0(|ʫb u\tEMYE GK2V`L *X|([xe$QBYLoYh!> %mlO.e?bZ>|`&vnZL6kDZ=G)Rܱmb? sAzJ:3]lx,#Qsdjd {:ؽ`\n,vqSF=0 * ,k̡5w#5]=؎a =uOIe'v1/bL鯔TLHܬ}Ie㟟!Y԰kTw^stݯ`}fdhO"͊?Pg >|X-YV*7c eI(bO`СiM'o\#[&7̗E0j8 ,(aڡx GDrKIhG4Hnf]aɫ:l&$wUtU9?exԼj'Yxpg{S`P)*7[#T5uv5>!!z@Nu'EFsSOs[`&T?ު66}%q| T^:ZLpBB!eUb%Mch`eո`gPG`,?zҝibŜV0C r$@HTBː((~U5lŮ(V#?kѽTk\GjhaDғrE-UNR[@Oy؄2lNj=xo5*ɲ (ȇc]a}@zB ,2<-+'&]D{6H,D(iqKgBXl<[h{ՒK-|/_OЎ|X%1:^PE""xZ@!%[@LDV`xO_8"~k缢*bnQNzB + ʻE*.1sυ.1d})><w?; ˬ~D'Jf 9y:I1lčn.;EE(qn: ؚ%{'ʃ,d~jrCy[c6qPQ%=ʅݫWZeGP]}E] %c2C8M~5FLsCo%2T:i{ ʦe0M `@z_n dIyrc_rzy:F&9cdkFAs-{8x\C_1ja|."ukia4_Ŭٴ|[̵h + ]nkbͿf]&SϏ ^[ůF` /zzOC)Zؾ{M>j/읧ϙbB]fc838=sm-6=ؼ2SO]x_z ]:muGW diGz'c`֟A'"ZvU2:vn^HNW//3GiAPIuA8:X.#WD9S'5o/ӑpn1%GyJ^v\C&NZ4@ء# Q78ł<fry (^rݵ?g1.gץ5nd[Ls9[G] c l'%Znm Q)*gLO`N\^w8A@_S=xqXLyu2KSߍ=9|z͌Wf>I~/7X<(ᣖ%.,dI{/Τi|Ks0ivV 5d7cŁ+3!<=:#٠rjI (ah50x*j4Кnjj_'4r .b^4' ƙgi"zN ]@7M +>-^` tM溁g jߧztPNQz躽[m>E^X9_a0 4 8W$$X-|- †z Cx}!ja'*X & WM6q}&'D&ksXpH[Vmy0cVt/ X{Kb:}@qaI0nZGȫGH~\W/;o 1v`abVO*'Zqݴ #[s@|KD HeOJ'~DdR,jhr^Dt7ەet y,0CEmi59?MJhW@!lugLZMRe$byDNWחʹ ՃbQ9 .jSG]C%,.zdS-occtK&pw~㶐a.N&*3WUB1g 2HLj(Q_bBuZu!'n9@UfaQ}vYN\2M"XBr'yғvZp ((A ~Fo>XHRo3{n@U"(M:6w0εāE5pIM*YHRW%^e( + ¬?',Ami]y~SS+0 <;&OJWfŒuj |(O.89eU?~To7~P+ %8Wy+9%2Y\IW,ss MRoWB7)µ/!$\}A&gzFer)ZC>cg 1|\0E JW{_3l>Wy<ؤ^He8ҾZXiQd<.x#~yHP Fs e.M|IΑ٧yQHMMc)TX vF)Zhdl)FSu,:q^7%=$Wjѳ$ 31' A(X5LWQiEѹp:b(H]k].QX.Ѯ@Z$//i/2cĖVwL/NU9$pIzC7)BYMI~ br^j;MU`24 x8.*l-]l[%ɔ/7+afRF# YI2a8R5=/QEdҬ=ԄAY%kܔFFJ3ԑqe~΁Y& um&ajVL bg9;xbJ4QBǗ6X/ndK7"> ,1@Ȼ^#yfNX_eX4+Vhf5&y69{1qqL|1 <¶ qtc?IjL6vpA;"%RenűP\hv9U":'Ed}So!E|C{4Ȧp1e!zP w9j;$XڠA%ɥ뻥M Ebb _e8u٬7&*U#ܶMh\[k3t=oYCo4Dzf`:`rmDEəngJ,y~jнfto< #D1GvpR9@Fе/ڐ]4kX6}sk4C:[=V5}Y 5 l}? ENPhHP6Y/6a-rt5~ @zUek&Fo0A᪎q{}C0óm=BF8uݛn*pJkń`TRzI櫫SiG9??"V,XNP{va+_Z1O~'kY'l)lGT+U{+بcGYɁݜ;+j7^~4u m-U82wYT Z-nI6n ֞U%.anҽ/uZ$-_@icqnm1C:nzLWmG CE cKá"/ǮxW*迣x̍-ٟ'd;%q 9|6q> 28|Yrh6 ѢT^&ϊtx˄6bMa u|,|ݿze/}惄4Y~m|¦L}:$оek @f-ނڣ;A~9=bn d@'=R| H#kQћ0xO:+9T;hs72-xVibU0u߅pm4c?=tɀx^%YJr|I.'OGxNH7:s=<j9Xnæ+[a[dPm[LPp>kK2kG\^5*mgh (A ͭoBŮdxv6cv) SabǏUÕ8G}U6 H_wzIB.[te%R)xr+J.U'8{FEʠ7GeCLA9`!-&}]KY>?jPSds%Ax\:zIO??9 Ω%շZ'9YaTDh'*.$!fZ5Gf}5yȪ`cb ş*_o(ibhKCkU[+'CJG|);&W4^Z|zrD`\ zrk4ҷ3CM2;wj MPAJt_mєqC[pCWy  YZ