libxmlrpc_server_abyss3-1.39.12-lp150.1.7 >  A Z^Ÿ/=„ɵskiSdGEuNZ! P 0hϳ #Lл\ ֻנCkqTP$֒ڞюX WnʵD*=lpnE|mm>滃}4v1(W)=Wh&gu.<)e[\P'39v}-E3}pV$ǡ*Uh2&y~&sy{ D;4Lk31b059a49ae9a42058864b8d0e0917adc052d41c01cac946956b01a3ff8651c4180e802db56892af9d300dd179d4e8663f156166JZ^Ÿ/=„Ѕ#--znm(dVv5 y{%`=yܝ_m|-tLKQ7&†[4FƸGfQՁp@!?!d" , b- GXy       DL(89:|>@FGHIXY\ ](^cboc d we |f l u v w!,x!4y!< z!h!x!|!!Clibxmlrpc_server_abyss31.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 @lamb58jopenSUSE Leap 15.0openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64jZ^Z^9d6ec1e885da61bd00e699ab720be3ac9bff4a67d92a5bf6188b7208a866f56alibxmlrpc_server_abyss.so.3.39rootrootrootrootxmlrpc-c-1.39.12-lp150.1.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=@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.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.0/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=28598b38fa6dd3b4b6782d148a26158c594bcca7, stripped PRRRRR R RR RR!˽Y_*T$jutf-8774e7c7b10ff4d5ad58c5a1070fc405f64b738eb7a8640a418446e5b4674938a?7zXZ !t/l$_] cr$x#O&:fJR Vw5!Kk!Ra=5wIW}}@ 줖9Bm)8GV2 S4'T|`6E‚a @W4b ћɳU"B׍ đ&"_K i`~eZܠt0ʄ]u)pוg~z1[% 8gԔޢQ V W0޻7tOVP-ah/LILUKJ#JJNmDkF :u#כ>7@zsBUpşlxZ.R YU.en-ߔ 3I/=&/| eKJd)Vc ӂfNZ|?mT3xl+ KĠA"eɌ6 ?p{Dlt#3T ߬8С[Dap!*ᶀD:[پ 6rSauKs:F5x )G%5ؔ7cwWa31GUT'BR)+qԼh؍C!tkL4@]-NoZTSLb]kcyM9h`ͪfX-'[e s[:^/TIy/Zx8#83)zodKwA̰aZ3%:sf19e3s9U^REACFu))߆8Ԇ@{Pc3X: ޢ Za`n|G1O&\(cvJy563DEDQjr'N6 f4lfռV͟ p AZ=8>Sny}tGX[+[_ѧ*::7#mK"Ѝ]] 7iJG`T,{sACɨ1p W[(Լ|6:GIw "~f\k잊a,흛]JBhoh%_ -Vg Sw8~[g z sٛ68 f+b$أ6)g&*Qq_A]K%hweYˍڇ_Wp}?G[uqD@|2a/zjn>Gky1U^$8I^BЛ:DܪW["5y@r-rFk}۴ClAd? Ev=ۨ' \}u&Ә1tWE ]v1Rޞ%w-!y11^6&@Sd2Uc.CAk1}1F bogT==fOׄPQ|Ye9'(b.r`G 09n7f{1T}o$Xj+> Œut >^q\.E94 TtP|\\@TƎLTʷ = ;'ʘ}b P({,%L*U&VAGwG681#Sl2-^݂k뇋c;{Cu1 8Bť70&,M0OR8RFAa LfKI(KAx-3&^BOO ._)nz^Ӄ#.Z sA`l@% =IgӴ'eԙ&W(ry;"4ݍ5K"$si;+i\Zf2,i|tyѸ\<6߶CiRVxpRJV(.Dh-2kIuJUAۦ@p]s{:I|+ 2EeÍ}` P퐀T.YZC8^NG# ׉,Zl([[.\g-h#X;Y7oZnhAH٪O j_^/3Jd}?p ub!t[&f/2#[Zܿ.ke^:IǨYOx1[e{ _U-2ҿ "54 ~HV} GjŬwԨ?fiLCTМa7Ηn1KR{e&&.(P US"BaJ"ёp/g5q#+n&3>Mx];VOK 7_p,mD/`p;1 u}oVa{X \c1*AbOy`Bp/qagQ&Tywp'Vbi:H>d^ ^.'pe+wM^QUP+?;~@ˮLLMjL18vK}գ9Hfp@:h.U\hnKrk&KpWL]q廥mۺBb,9 hX 3 C 2!.ѡ )Ҷ nَh5D=m[L_FHPxj.ZX>@u7T{aXB*@$8]Fl5ۤxLFKm%,tN"[ӌ~\ q3HputZ<`2VC'qp)lwAx' ֆ,ȟ-Q'seqt0N# q59t8,а'%CV_5"0[`P/՟힧k@,hM g\cˀG#mUF#܊Q%ӬY~5kv1g1.y>rr,b ? M K|=h&{O6bKJ < epi2v0"SN 2{tV \>XL[=9H@q̴5g@f z_nBGe?~n1xjdav@4`eR{ c=Ԋ$V?$'!$NKŝf{*ZWbz8Q7YambKA’l-7󰚉؅s󵅓7޳,Ql][N5?̓k EZ|L-@*"b;ON!+buWEWwQON4.!>U{&L#jf\smZWrO#Ĭ*f4coʆ&rd%{#РW6=.9s(6=Zt-nV]jQ'Lv"<d#(ݯaax"Cws`[zXo n2⤹4@?<â<81>9oP'F 3~FŴܔ4VsU3Juܮy;efTek[I67#w50:S@!-X'w3Rԡ-{q=iRѕkmEZJu^ PjL(`Lj,Y-k.hH'BP+>C0K~[L{^ 3``0͇hQR&#sr<@"ުNH)W5vC4'P.-P*ʹP6$|oNw1<;!d=]5_յ(Q@-7h(r6 K,WK<&@|yb|5"'PURgɸuPTN𴿋N aayk#*c2%w.J*5Z,iyi,,?ij3UM(`p7` )Hk!)btEiVT{8ݝRԌNRQ4cf&=~D6xj>\06L|ğ,6Jn ,l|aM6'X&odmDtws6FV~:_"o+O6e?U~UCQ4t'4"!SjOɻoۛ54 ' O* ڎ1]p'.F.lZAeG{H,&'!Xkŧ +DL225~ =S"\&dLϑD#Up`NP_e쥮>чjwn=A]b (t*ſ~1pn>ɩ*H!ef N~#D MQ'@g@Xhp|Yjce$jJzC΅comr{c֎5HFzBd{-y JBKQ< 2Bx@QW7uAM0?j̀rr, ]Z)7ay `C ȑغ摅:NƢӫ80J1,W%:us-K )J&"fJ!d#8L)i>WcćK,ݚjv % }PkeĕQ+N(? Z֢j?DNZcu% dŰWi339~҉L=X\dײ(w(\H ;!qʥwŸ4˚Z^d-IB+'h p#sjip4wōJOiݻј65k!\1bF0c2I=L`gALh7wHf+(y.|6U*bd a]NΪT+*s/o`048sbY]֏@ـDe tXmyoJ/uhOE F*D7ri l}%@FbXVunLkNSMG>Mq[/) v`Lcb XZ; O2@b//#8e~ #sX%2v4*|ES˨s!eّ#`ـeL% M2fW듈eO9dU2An)z]DCYM@aK=x=Z.kץ:j7P ,7&e:A*.8ݦvB: ~\}Tz!N<+ ?n)U1عgfI]ieBNخ‹ āpa |T:{:b(i +_eemۃ1G䔠9UY2r͌~i=n}pSbݵ&xxzw8Wsq` \Ïe)n=EEhݿR- oqqxꞟ)jˌU6v|U)5fvC&tjj܊ӆƮ]ySνq01ej*VYFA5{%u!ZHr[8o Ar?~ivYWzZguqOJL4,G,\7N fв\WsoGHM,4MJ=a֠ ~j e¯~r1%]('EElЉ`Dtc.Øn#+FcK\+z ?̷o&ssSO~M7T%bLgqؤ@EWY@O+<;EstSRE.ow!En ߉7 "~T+G^?36ֿ%}=@n]=V+;;".ҖA'eOZH7]$5إϰaA@L|VHHOC;fK79_nba2;D3Y#A<^>WD: M\u(CҸ,M,1Lc^jϯ9RKfP|rhjTd{xS\2A $o9l r T=3rw5"8|5 ҲI &%:v}ԀwȒ{h4/gS~WvO [`%YYhA0&^ۨڅɌ;D).˽Z۶V0<>7q5oO /\ *SeԛD|ɼUvyɐ q"A% %kМ!;EW/ 4W6R? q"ߎMZG5bqZ 5_wz+1J 8i 9r!L۴I:xQ_"Q#smw) /`t 8L/.Vp^i5*uXWy8ӠE@JXih&X8a׷gulؐ-xv]:}1f]B~e){t3=DdL=Tdud:P.WC,h\=b W{w# |8TmѦ SɸHmO ni mvaa0R;Nmhn,9tD]-+J1OppGōMu@ܥfK~~=BzO),k2e<I[J YZ