libxmlrpc_server3-1.51.07-150400.1.11 >  A bvp9|33Rwp V#r_ 3gg`N6|6сjw y@lo!j_OW@e(=wb01֠;o%]u.D~pW3a1uEں \c3_BeYRowJ@tA%U!ԥ 2!W}.cdP |P$3{6|h A]}xZ* 5TSFP@ߴv]$A}z;r҉_ `;*{Zec63a54bee195a227a762298de7b4b5a94f814f496f7c9304914c949309880a15ae63a82f023d75838d399b37b27708de2e5f169Ubvp9|rU9To`@&ő|Ӛ\Udz2R>OHO4JWHɤ>YHYY]DA6mVYg 3QDˠrA1LSodgD6'QE@M9ф or)B 7cV(zLdu _hvЊ/?.=>Ɖ('5@\=m\ m>ksfǽ{e;gQT?ב z3G =Z1hWk>p@0?0d ( ^6K ar     &0X`   (8$ 9L : >-v@-F-G-H-I-X-Y-\-]-^.+b.7c.d/:e/?f/Bl/Du/Xv/`w/x/y0z0 00040:0|Clibxmlrpc_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++.bvLs390zp32i`SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390xi`bv9bv:8b0b5731a66ec3737624028785adc23d1dcd1d4c3f17b57295bd2d612545e533libxmlrpc_server.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc_server.so.3()(64bit)libxmlrpc_server3libxmlrpc_server3(s390-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfigs390zp32 16519632121.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-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e199f5153f5d9bf72b567c248f9f83147ed5c23, strippedPRRRRRR=y*BYxc0o,utf-87f5189ec1d9aa66d2e91908410ac8bdee33924efaeaecb19268dcefdf6145c4e?7zXZ !t/k ] cr$x#FLW}Zd,ꙐATK+'1ZWjˤE܆J?Gq o۸5$ X Q<ei}2Ėl4J!e-z|}pnglp{_r9Z,5F[9ZRq&Q,wY=>?E4ت>x}k-s?`p:whǰ¿҃PY\p[ Ómt#Oك@mBK'2 zsax%j^\Ӌ@nhZut |.ņ@)ȝ$VU̥D/e~*9D?#N N=mn0 5 GQTc]>xޯ!ś%)Oe[.0:|)Nʡ?k=חI-{lC3-2nZ~8y$FJM?4I0>#aܠ3|҇\7-]]<}qS{_!^2!|ڵyAdAe&U"]tHOEz}uO@cYj(>w_<(v p.{#[oLe7۳KNq!4^v@d'B\WO$n( Y` @O5>h.92ڙ.@.:1f5⒙퐠^DoxsƸ|BП3Q*eɁԚ>dWRs*ōUi@!-"?F@ʳlg$;.:9!* @hO,)g6 dfiY7OPI .Lլ)ugx KNL(.1/1r~^QtxҾ{Ӹ$;rԉ:Ko@a&|JT<7*c ҲwBp_|j9P',)@Am r-RV]Iɨ,XT `ݬ]]Vxj?6`r³Wޟ'M2.l~vk]،t{]lihd!q}Ug bgfkMu nΦIRidiKX3w?/J?NWqrڰ(v#hSA)wwC(X☯C RAvɡ]mqΥ~͸B{ߩPHXfKISR1u0щ֫۽:yYkƲ{֬sf` ߊo;{ʎmhb? i$8Miih+Ta0x,IфP["YC2rZ>=Dz{Bo!R2u %@ `O 1}m:g $ĿjfCUϯ ޝ,$t5:1ɧF^kDG}@C ^uock.˃:z3ڌ5:}j.tާ oAhYhl"K"R]$ xvΒ Dvyq1HͯctV3S"yN7*)]D6!*{  ~$M `JxC4!kF9I)E Lޡv9_E҆G2 ah lF3("`7G Aaڇ+0o į1j-ĕ/իa|/(++:bP[uC#ûh%*(:VG'YbG\3]Yi1FS59+Y"`ץ wlJr:[z f}E=N*N4RH WqR2vˣ4zX)GQ+6C*٨-Ns0/(#;ˑYLqRvzI\̌M3n!A y1tʕHNoV;~2gz]^=|y%wSYqD?7߫K)t-i@h3gZ߆c4I^] zo]B Wabi"Fʈ0-i;E 7#`6!< y|b@A|z/ AL2WR=z.g x/k֠`l~΁#UhڢbhemeuXFT)yQ=ʒNmhBWI%#b|XGܣ1dy tpwdPSc*ʃGd*-BdgvT5Bi*2"+ηC&ҭ?=x/^eBZ*:z[{q;Tu뇞š'C1F\mu䐟VΚSTcnƶ9j~ !\NB|ULHǍs&"V.gfտ+fd9 Pc ;& $ma{z2CM)QP忢9AkC7@?YVfNk rIQgBcۛ3QSe>lqi\]} ўDk8:2m[K*㶺:2hd̡m'*q.vwP~5Qm,*jձnnHyF2 ٸZVh5cƎH7q0:UAל_!K8{Uȵ}Hu_΄BT[{)vxfCJURGUdž=J,] ^1,+>@7sNz3~>-s]2GˑW$K67lz&mzWr \'\?9uTr\ _49q^rD7\(\IfNBȀ[EL#)S.81.]z䖹RSIBPv$P"@"N=oձڿ (jc`Di^^8E ;Ps y| -OqyO(7m=S,nQUqy} o@HU֝`Q3i$ȫu[F}[ h"{/Qk#DWeTU򱃋a$MhUndv;%]I̛Wq bQZ~TYXRq~I `D~;f^zV$duKIxɆ P2yH2yԬ`3Nr/!{܆T(.x2ݼl &;=a3*><$:#^<|<0.Kl)@T6m*sM3ĖtVj,.zJ[YC0=a˝C1AO]b8܎i?`BLk€P-v_]MmܴK]%P]_<{PILFĉ"S@%uCpF1"BDGr,/bXU&;&<ʊ빝Rha1z{v\#iAQz{>`x*El"E;S:';7|UyMc6L_^:W7OqiK"o{~wYRfʈࢨ{ 7A/{ҲfoXj9.zN> Ot6{ nYIyEPUh dը],Ϳ˰;7JP3J o?N2j}.*:m)k?mH詾eŵ_i& VCU=I{ 4&a;).~As&F'dޫ-`A1[Hg&Lϡ6E&+xe>7R&'L:C`U] "ε=›h)zйVCx#jUJ+$ۻ>7ގ+Z:2`|/T+7sRP ^LI?>+=p;hzD&K3u",.%++Mޣ\3#)k-r͜'VJo;h{@l% <Q*WA/"0fڏkZ?3Qc*(/:Uݦraԝl@X097lՔ䯐a2T n"S" 7sPx̯Bh'Lʢemxa.í%`bDA=1 =3|P7!-fX/BPE*(t]szEU9 -"sqLّހ?[hY\JT-򫹂@6U<.WO@=jBG0#rz䤍t C_gHZwa5Zr2.č֘Uߚd?d7fܗ "q·l63G#ཏ|׼3x4ǓC_Ԕ5]Mw#3S{9բtஞS(ΰO ]Ů% /[ EXgo-T8qϜ->O{>:K.N-K:_ӹ ;}hPUnSoV1-'ˠZΪ}W'DuWJRȪ] \ShTEs8uIī)*,&c{Gp5'Skы'hk fQn-f} 3Llv|V 1nc8nź"+頧X֫\kIC1,W9#B!!ZDxsޯt(8Ԧ"6ŽՠZ!d=+9QUgG d1(9T Gũxk/hI7C=-(b57?[Y n ڣ/,W5^ MwB'F|KtJR*W+C${D8|M _& xJR7Y[OiwE bdۚgQ?u[[2St#2< jr.[_b? 㞦9mf^(乮IѺoЮyntjAJG`Y+}(.miҗD}?b#" 3;zV~1 JՍv qsV]K 1k] Pק[C,sY%#[2?1ZAyf9O ]ؾ^=٢{, H}L4k/&/BeopzakUN ʉ`O^6 XjN%c#w~׉݆d\3Rޘ2t #K!k LvZH"!Nj'gB[dG@ }sF0gJBċaUNgqJӚ^WI,DP Gu;%MHrƞUVp>`a6U= %ON`/RFaz4K OSߙž Qɭ}@M>:bV'qKd^EV&+Qw y=Pٕc^K[hqى ԬL6O17J gсzZHoQg}#u^°BaVj?{O+ EF>t)+siOYl$7<>pS V+k͗]:䎱tx)eNgL`>q.BW̄Nzg |ݕʢdTZI\">qjU s|:E 9L YhBA#jM#4.0&/>7R*8A)b) 1AO.x_M&rCٯ!q38 jn[a0Q+$h]!aDg1>=ur&5YʻU"VU6tV'b d@2l#X #0Bg$;`oAxS0=mpePGFG~kT1Z#e)s"=RƅqG9YlG5' _!2ԙ~#<'eW%7y\ܺ-+]L/6%,e>3n==$b뛌^0{W rVLhϳA}N[J!sqBd+E=5 _|): [$V[ϩ;1" 6)xʣ u$ @G&uNn|s ؐԍg Ν0Ɗ_SZcV# OJB-yI]ʷ|-g5j"p h-k@"ܞeREl휷>v yEMV%D=ݦ! eRe7-HGj"F?>N%G‰{Aes7'!Em-ۍyb^b57uO%+/xBc^wVv`бmOHD¡Ǜdh'#T+1*(XRs0Dt,`m pVTB5"G:'H.ԿӚI+nllxٌ3 `8)3KzDzI`f?ٵ_j bҍ3!ǜ_q˗`Xe^$."t)37;zƐz @E[ꝪPKQKbmKJ|%