libxmlrpc_server_abyss++8-1.39.12-bp153.1.32 >  A `BT!M@eee֜p" ΍mg\r|x^^@FGHIXY\<]D^bc5defluvwXx`yhz Clibxmlrpc_server_abyss++81.39.12bp153.1.32Library 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++.`Blamb01(SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64 (`B`B79e7108a0f991c3f5d676a5cda976dcdd60511d2939d7a9a938d5be98627189alibxmlrpc_server_abyss++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.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=@mpluskal@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.deasterios.dramis@gmail.compascal.bleser@opensuse.orgjengelh@medozas.de- 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)/sbin/ldconfig/sbin/ldconfiglamb01 16149842131.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8bf7ba931688326191cfc9c0a4870f48c2e2fc6b, not strippedPRR R R R R RRRRRRRRRRRto:\(utf-8e3a7de80e6429ecce31ccae79a8b203da3bab145fbae1bd976fb856ecfd3235d?7zXZ !t/,1] cr$x#DdA&qH3,ɭI5'Op<,Ǜn}nqnnpRd)~2 q*Ajފԟb'q1"HYD6Y[0>^,Q_k2\Ɓdʚ`YYlO|{=u|V+Uaj1R~v~v!i{ &،+xOq/-͑'%'22X;Av&QJ?C 1#TԔ?:Ң'*F'-4)5nGB77#/",2<ϮX7wi4ZnLqH%wQU({/ _`#> 2QOr+aݩ[c.M\.oTYAh@3ݪȒ87v=!$H5%`bƱ{]&{A gh&a_;U/OYV@Pwa`AئKDqW`-E*nrF#ݾFWO\Sv .4*z u<|"N5ڏ>hf񦑏 TpfoaȜ:BWԁQg^^9L3XE;tvuXḄE 6'v%:"%&*Қbg]DI@lo凌s}έ=\KǝXl;Z Yt1#rW7z*LG &CE'~h̺IUۼ^ )G4X_sgprDOnOhV/ ^Ħ͌7cNx[JޑĕGVOdkN6_C Ԣ!=ԅk(u|{8\7ќ"6ҧ8] w\8h1 =lxځ u wj*iWZc)vH;_OۺF5Of\J4[`G H4 -2fk4KR6wsf"7 B~R!_HO!70g-'F?sˁqB&qEG!3ӁR4}ï-<⃐ryD^I|^<Q> kǾ%J AW =&voTDPsTr_f$Rgd-jm6 nh 's׀k´Kx0,:D5YrcK ^xRͣ`0ȯ UD~O9L߱rr "fZekp(ϭ~a"Tl+ILwڪ1e2x5};RaXT@2,vt,?$T|i \eu6 ;"s1̸9{D&L$5wRvy\`G9>. =[vD?T<-bOĻd@X#ZQ68h;Q[ -p}s8nA+549S}M(p [U(lhS9 ^$pW<0#ANtY疎[d U"q"c\I;ʛlG H> dFGF"h&kqֳ>Zdl (Vq:t*RP1H^Mg0w׾x+]Iqi+j_g'/D(f{OqB~ $ 0;y6T-E4X))v TbFbAҀ6lt Zx&o,| fD}º&I6Y=&ܱ#ps2 z6:Bpd&Fl( ig՛g˨ Iv5}Lp u6oTB|$xp5"y҅|]T\=Z}bHНzlS4|HUw@ '4D#Y-crNjRrȞ4|G.`R 04yMXlǼ_8WUXR|ij<\i&4LKv36"\+W,5UGJ ET2ā~KYݤ)r L1և*n-)^ʻ ꡇ>J]PMWx^ƅXJ.4Į7-bVn3VD 0_NƑpM0qa1W=܆<8X砑kwS4A4{(' 8)^ʼnp*jyB03[!$V"O"dL"!369y6b">;[P!;9WHuCW#cs1Iu뭃ȏi6H>43qw{6SI>Ґ mU|PO.(7Ds"t"! Б#W;V:ȍ,q"ިd6_p)H6NGN65$vIZw! F@AhDž fS]mT!δ-W s'9IN쌺fK u˨gIHPf GܥCp *P lVr Ā1r3P|-`xy53~[5-)Fd'hl5 P8`.CΕ sPP| 3puP(+pg* ,Vܡ "z:SQ>devOqh.>11Uuӱ-0[Tr)Ǔfsr{ -XM bMQz+= Q Y\V[O| ]uJ*H> ,sgJ髸7MXlo˜fqDlN hw`q( KiJR!4iVj+@RT:)ŴquAhHxR+Iko/xk; g)[5̤cPo3%e Q]oAg1M@Ue0JbBK1झ4$$;:PoKoSqxIk2'pNQ~Wq,=W;!b{ ͹@\H;XL@aGI;wM,W|UnnJFN,l\upGJu[ e-56C˞Չ&d3QFJ&młvݤ,IZSa>H \j2ܲe1=h$(@Az٠siióLr}K,8phoJNbs Mx F>r!o@ 7K4Z Dz.% 4'j A)";aŚ{äLj3- 0*17M4᥇fT"=F/QhY"5L&Bo}Q]SY$'8Qg R]TԐ0{ GuB5u\ZxEpǶIƐO1dB$*HKʪԍ>\[O `, Z ?C:@0D5!Y hDE"Hm8̀rD~\nC92\.( Y3z !x?tc_Ž _/u^+ \(Sꇩk,q '_'7dAݓO1H/M2B(s0  m0Zl]eH_@ zf^{(A$ ^Qbr(.M(m6nAUGnLn"9YO.qҗ(=5T'G '@oB8&0lAh h f7;:r#𣌐'WZ~'Y.VX*S : #$lMc+!#p!> ?K5~;h z} Dž_Z# !ixHXI!LI0K/|[B)~i3,wQl0?K^8f3I*M-ovxopGn%Q](u P F--[fԜvLw-1_y6򙃹&p56ՁO:C>b>bx@~j*0L$Bȓf:=k^xH햨~^ʹa5y[x)Z yט]yw(m`z!OԷ1ӪNTW[p;x xl,p*Hǹҕhq;E5mx Bz:fb;*gt3ѸnHː΅#׿JH5sk>Z|_;ERz)H1I{##O/mEvT*k +?tTy1n  fw=[3B O/9Dr 9Z>ME'tVf^rEݥS lִ)&6MDU?:{&?hХ̊7WK P+QX,Bص^g/6pVeƷt1ܳ1e{.mc w!s?]n%K#L<]~H_[@ `OM}*oRQxOP F!?( gΗCvodbݱﬡ6HjJ'b@==_/9]zxxTK$kֻ HU5`Ltm~xw{;ݕ^9m[LƑRcIH62΄ְ';&[~p@6ݙiZa2GbEK["fh1ՉavƕVJ0"q(U#%a-10D04H;DWõ/~/pH*Fjʦks< ˈ`X1psjcHu]5I&3P&i)ԁJ1<H~nkgHr4~4ʜnV> R?v[nL@&Bc1[V#%9ldnȺWȠ<|I61Qi,R8mvw÷>s,xoH~N! Õh8Ue|iuPȶdlG...t$ vkhu{1p)1d]z֝ +?s7$1XHNږhޞ<;H,1F`'0"1!i?IkWd=媋cORyqz5[;ý^f[e:XǷN7X;*xoт}H7c~u_ z ;~*1=DQ u I9ϛ ;bX8|2>s-p Gl& e^E)KS,W>#Ϙ,(b25yۼ*dL = L_|/Hԟ)й'äahtJbE‹kk6#^\B%M`N{89,yGxUI}Ua zO> @Gz('PF_?r d.HVħ%vKFD_w\r$r(}~"U*2qac1rF'|EW2 EE<4OEJó@~ob.z]6*a"E^cI&:>zxw8qH$i5WZYǥRˢcq [-5>]Z9`$ŲJR 0>䨶d:'F|T뻮c쬛B9\|`aJ{" ,azIm2Ր:,"Nnb%Z; ]ծT R!wjbqxNW3}c.)PԐҧxͺ7ҋ\ 6t;yq:,1a YRL>>d9K`\*dhA 3*&| ~ =&6o}ɀk<Ҕ> $P6%Vl|KT;H8.7GMV%xsTu4BkCI$xET^ ܊;ap0Vqp$*^1Q4x@E_ `J#M猷ziDC,bhlj]jꓥILctOq9(R2x:O$:kx 6^("qu>4׹d4s|'"$ޟL>Zo7wٌ FI]I&cCd/b ?@$[gne;BGeaɿ4x@pZ``1˧.݀|\C2 j'Nn{v|8fs:–QK-oe-0+n{&y?soyF_lONU tydė2u#M2TR{LxsŬn6}keKh~AٛU:ƃfC=|DlU{CEZ14sѻmww+tYh}0}Wr y}cq% 'x{mz{6+0B)]@f̜7gn;\:8FQ9fLo^Pfoߣ^m>?| tucTZItyޗn%3QGe֞ Vw':#Y T Vs-[[fBY[Hڱĺ< >pgF Tv8poDlQ',g`ԀGa"V1 O`MY kdg$% SCuXDt /8j],UD¤ ӆ˅lhr4]{:R\WK~Kl+< Fu v$Cb–3nɌ5ʁIw>*(%. CwD[rV[¤GC4jᭋ ި'a>WWdLmcZj[Rڛ[m;C7dVOJwŘ>v. hs3+2=5YuİWm  6l-9ٹ$mF5 EРIjȎ )9GG|2:엔sQ3 9lXRÏ?NQ/"Җc6$nVG֑q5CuyljMv75Ł3^rzG& sٙ}ti{^u%wXBos4`HōZl;h >(_amUSװa(a}M"%(=vDAN18JN=xS06ެim2W{;d:IFs#Jn>N_ Rz]~MuIR2 kV2ű}$a7&Tw| |5{6G@Z *@4~U;dʭ8i[&+֨L=_`v<.6\)_탕L+oaIA"c?AOf.)ԧQbh?Fhy u,ǐavPhχ(8]+ƥ%H! xuCa^l,u"8xKΞxe8ck R}w%t6 .l33>R~^bϪgAkkB2.6~.9 rh,?`숥VC瓐^4>3#$1|G0pB7d>YWK#eUXQq c_x6ؼv)) 6AsEXsNF YZ