libxmlrpc_util3-1.39.12-lp151.2.3 >  A \/=„"7EivVN(ԫXGཎ䷠r^ AH}8 :2KGi家^Aژ $|Cf$mnddb I\6$\qX,;Xrz_&e&ϩ2$S^{ص$M@JlFصƐ)_ ф #Lܣn@<;tڛE*q?à먞OyS-mFfo- d3@'6{Sx\S2893a98106dab45b963e9fa70caa057bc07157d714ab6b4f9387b79fed9f37ad876a33a0d7b2053377b8c9f95fc4af38e41c67c6F\/=„ :8F*Ynʶ8~;/A'/!%1: %pJ-͜Op@!x?!hd $ Z% ?Pqw     4<>(e8l9:0>[@jFyGHIXY\]^bcd e f #l %u 8v @w x y z!!!!"!dClibxmlrpc_util31.39.12lp151.2.3Library 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++.\Vlamb66YhopenSUSE Leap 15.1openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64Yh\<\?539f329ffefbd4d91d3a0eaf93091c66a2ea989f755dcce2e5672f22d496bb62libxmlrpc_util.so.3.39rootrootrootrootxmlrpc-c-1.39.12-lp151.2.3.src.rpmlibxmlrpc_util.so.3()(64bit)libxmlrpc_util3libxmlrpc_util3(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.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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/ldconfiglamb66 15450750301.39.12-lp151.2.31.39.12-lp151.2.3libxmlrpc_util.so.3libxmlrpc_util.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.1/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2666b76d27c638c44c9dcf61af95ccd7b25a36df, stripped PR RRRRRRR RX AoB!6q!J}utf-8ca2b59bd9ec5330a083aad7cffb07dce91bb5c01cf4855798afb5a244646e0fd?7zXZ !t/[ ] cr$x#r\96hQuQۏh4,ʤZ̙L D`U&v#.63|ŝwB5/\l& 棡l :OxAd{ G0O-=WtqkZ(!%ڃ݌bH\:p2gda-=l;{ڤٌnW;`o3zrU6Ȟ`h>ߧ2}p" \j3` Z<" pO8HNHķdr=ᤌXvht7ř?cl3`X^ҌSW51gt5թ:i1Ew J'p> d[^ѿ|N榖?'Zg$-A~bR] ɞLVǍz a] I7#4WSeEz3!k/UCl 잽 Q"?D6 76'SFͱ^-E8 ch9A^|{(Ye7d!oҝ<0:9'qsIiիYI~&&(o)7K`|ؑ)E7_FUW- n{Y8"E`}y"} rZe p^ Tmg/͖aVl:͌EvS0LPFa=ih8/?{ErÐ\o9)nt &Mʱ7%:UƹY qH񾼘n(=2m>:O :fǩA,h J 2vipXt7f`F}7:cq>h]v+ആ-cK6jϒj4*׳j! _e),Q_%] V&رƶnx2B}\ k0d]p^QO+Mp2٘Vk~u9|z߂l l7VPv| KXf;eGzcmv*[\%XTQyJK0PÓؔZ|6uv64rE#šxeo^m ug_$ ;~V4slË]/Yo2۸SNӢ:'^2cu9P}Ls츔*e3D*})s[ĥ)M4ېˀ* 990!`DP2a:eGQAf~Mhlu3=ў q>afָ4%"b~XӲ"S}%ZgU\s}cByiLD֏^yu$hk<fu~ɏazSo2BmAGnFl*u7z +wRM󪹚i.y;YUމ O"վCNbL$_#뢈 O7. O3!,*޽Pɪ/*2*S|ê>UNaKn>TK@; SugE[l%NFGVIs.lC?oªa\ꐳ+; 2g{1 榉JXTXQT HT@(ʱ$y_GS3?Nh'~V1Bt Dl$st#~pCȶ7! . l+ 48d0<5@$ '#Z: Y5q4-P^upjGE NH)?T'jKLLʦRC&06rF,k0 ;#/z,n~Ss9M y[h:0bkgHCa_p:uD߂cJOv/alBqJ#nrT4Z`ǝ3Җ|=!ϑ!Gt{"DI_J m$JW CÅ-󗫺4g5S܏B4b.X@8j6mX+n"@SRkLoR;w!U`-I!~~,5LJ RSȒ#Ϸa4>TDe1z\~雙QmgAH1"7ՍbTVHUEil oGh&uܵe?m/)G,,AgRE0]p~/ ,|MDI(~HR56?q"[o_Z=!%N4e7Y.t *j$%L=%j!ס}]SkILhO=MX|b Mjjxf}C'F(#j+AnYmmsXNqpw!3|\`jjzƨf7l)>DO' Pd#9+=I(܀sW|0nj GiO@d!ye=m %bqނ/v]a1IPY h8TnX7P" `'9=\] vjKDbR;~@ԿӌLk`6w!\ B[[")-HdPs <E.gɎԸe)qZ_^+׌sqJ'g󊋭P*T&47ۨN;jmRtZA,΂.C(]ZIb9hEh7 F-ORNW+âpW6!eO9Y}6J"0?Zo|(#m5g^5e >XDE쨾g,N?#(wZS2C39PBƦMOtYXv?+ZX6}.;إDžEϋdZ Y2a-*v>]2NLe|RZFV-^+PЫʷ[H[vn [uzf:MǛ=$ M6Vpm^2$!GarցȏqӖ1ಕ!/ Յ.IDuCdkW:OBc%}n[i. Z9P zt? "F \A 3H DgZB*(Q)mDB${zꉚ@,02}=}FRRf|P:[}G ZIA$W1Bunm_~PrJ ai"a2r GcA2?Hl*#m Ob;̔GVbqȸ}-Q{r@-dA؈tGW28 N"{s;'2?ŪC{|U~A%Q]"WF=8~8?L3[S2"2Q~$ 8'1fOG ݀`P?HBfi - Ю0glu00\٩uXп@`דEuYؓش"쯲S]Q3![QD9Z^٘y(f'"7,CIVJrc8%3|r@>=$i HKO&]6𭵾Qe^Ee8kj#AȄ`ndfYu૭p\0>(άkH2(G< =K^s!`X_U<]vfAuA% dTDɼ (muYUQYF7HKU?τ\_ĵE$o8gq??蹰cwx8ߍh{hS~41~nآLGuڑ}E4q+Ah<'j!Pí4C< =tW~ӡ߬bk02:BbK;ƳyO5yoԣj[$㬶^󶑘ť8aEUrИu )s /1->@2O%ɒU|P\6 1DI|˒@nβ{LŃbdognUZ`g_K'Y<NTI8m,4V+Yubpm;@w$*Jn4=TtMQZG$@/:. 6oJ_-cp^8)r"QhX.B́fY]te߹WrAH/EK9lVuV/>SMf@LrS! qJbA]hXc.-75*)"Uv .5ߪǍfôX ʪ D!iQFn+ri7DiXvxn;YEQ =.w sQiO}y$!p62Ȧ] B5u)r,k:RD.ŲoܒaL1ww#Z`>ƷՋtPeJMˌ`4_ Fw6y,u5e7rMB$>6ihۙ.n>R|)cp6œ - .׭H%knØ8q0'HƯ(f8usI ȅ\VE8"ҔiO1j !vWFiCcgەm_Z^]2.d]HrTIQqՔJHUv.@G\E<2 0h!mka 8 |9Qhi/FX;Jm */CיDZRǸc9vo>A*Hoxu'kcGKLsR//:pRPXsVdcnkl:X ȵ Oݔ8Rh H{ϐ{[Q+Dί U`#*e…l :&S KD[7j` ))#`-I[$xiX%faadtLV6lZB%Sq(ܖnpt>R4'aiA[ "ؾݰPSpy`d{}Ko|jo10*LҢu'݅$y 3"5JM;#ʺb!au=C5u VGC +e x gD:ޢp1ꦊa[pb\hĞQVD8ia75@W(9`m¯{#jHCAslP:@SJ,~4Df oNȽ[1 ,PxN\1%zi "Cunߍ;rpgSKllλ{q\ (G+=zRV琩ek-:龘fpFV 旅\GuIQ*`Ro}0ACim+E;TaVы `PȼA-Ki CEsDbIKřJi<֋!L:@ WJwʫ{ ?3DXU>23_^^x端l.t<:ouS{B:2"LC3ޛsZKF@)&#n2k'hwEf[*IV&K>(+5DBNAĸB@FԢ`p7TɁ2 fdGݐI"j$k1^?*&@T$ dz /~nf/QZנʦcZ JRqkL{X*,5@jPSM^2lcPa*w M"65Um<9>/Y[`hV1PI\n