libxmlrpc_server_abyss3-1.39.12-bp153.1.32 >  A `B㐜!M@eee.@ɸxfgDmu1qLg^<3IȸZʔ()CrP}!f40WV 3R@ 1fh-g2aRLsR+yEY\KN9bE BMXW\ ZZRUstb9|M>ptP50WS~j1\ )A%IV0[ /޾ wDfVp>9e3d6ddb365c0dffea047a54862c2dc4f57048bd467aa7c63bca2d3af09534e1bf120a4dfbbd60f9d35f6366f13e8837570421baGp`B㐜!M@eeehb/C1x*'؝dj|XnmDVL'ƄA$7 C6Ĩ7LgwdR%ho&#7P玟[6R˜dO6TU<]U^#)_jY_::ǻ[[T<ګ}t,-7Wn ZX[T#h@}d:^>)>p@?d" - c&; Uf     &0T\(8 9 : >@FGHIXY\8]@^{bc-defluvwTx\yd zClibxmlrpc_server_abyss31.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++.`Btobs-arm-9(SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64(`BR`BRffacf1c6e7d48168dd6e19f639848f5cc652d28888615911e823db896396911clibxmlrpc_server_abyss.so.3.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_abyss.so.3()(64bit)libxmlrpc_server_abyss3libxmlrpc_server_abyss3(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)libpthread.so.0(GLIBC_2.17)(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=@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/ldconfigobs-arm-9 16149963401.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=66b048c1eb0c4ae57151d31a7eb0c8cc213c9979, not stripped PRRRR R RR RRR& /rJ $utf-8647b8c580c394ab7ffe3c0bf85f30e3cbc36256d34da5db9fd3c9f3c8b36aad0?7zXZ !t/)(] cr$x#DdBM7*bmOe$jM{= #Vy4 7~gToKī0z lo (r29efmuo!%q_dWs.dm,fWu,ٞ[D 8#؇S2u9-zt VI%nߣ尅$'ЍGILO97Cα7(_D|ysqC t }GJdȬ4wBy\jeZӋWA@UYO0J}{[UGlUfۨ*+dIJ@bL޹`{IL8/uܕyݲl{֢7d#!:J33ue;Jq aOExcGCi-bE Yd76-_JHL䮲5+҉pT f٣Žtqxz_hølp]pڇ|ˁeּ;}r=c/RgOsn۹qg`ghƩլkQ YcwgI0]""[qizc`F1e%FBsHv&_Q PtQN;_ْ9,>p* Id̺ȫΰ!u]i1BNuKyBQnyыPQ%rDv9A= HǚS]Hf-)l~]Cvj0g̃!=S,Nݢ-MR͍k>>y1-ZG@p[iBPT1a+_b:oߪ#Eɭ9ދXV 4k@j{CheTL;ˑp@UraKmA:cm@ydl1Lp8 V5G2i"Oyo;+dz[ =, ٓ٦4O1m($BS-]2$iӇ4Ts,:j8x`a~e_[p frtZ8wgj@Mcf!V!x~b+2ef[T#lI0a,Snϗ-K&ב;Og!:bΔ4.D`bDC\2g#vPNXٴi[bSv+*V\W^lK`DKu!3JBR2DO7jBfe5 /t>pW&JGn[U[&>e՝2CR2\c7i&U,ڐo}F?T9nO;^Qrzޕ8V6 VzTgۺaqoL>-͛@"Ec6&7g䈊Hmۺ݊l ro|LA}tیKԪvH4Ɂ=Qu-p'i jbqZSWrW>0e@TB;}çX=F0LZCs9q8%$]BU$D 3TG٧+dfwhi1 >1L&T:m -&|-he`n*C'G۸">JEԿXRa80n$0HyNTIDpyGrazUF9*9NF}6WRuj E(<: 3֎/UڐmPp'm ™3?GpR0h|HD*[O07TLA]Ӹ&' -' 6>ߌqHbR|"JY>-\bs^QOqE9XjQ9s~$PI;:7eosqmoSBކbfF,1`quNjVJR-ןp:B1GTI28ۊG>C3u}+:+``I$N.z6mw9sv*{v֦G౽<`#0c8Vz |{,[3E.8Ϋ![.lQ֮.O@B_i!ʰUv@RhK-h,V辢R;k\ӵLۤM0ٝLQPD k NXYNÝɘCެY)iyOs87dGչeKR(V"MwX橶Y \>q< -z)j1T],A@d^C`R4/Z(p+5漱&d C<8h /nnxKa䔗D%1z(`'(:P-_6;NU̮p0?YmYeaL<@+P !~c[G tò67Xݛp+*·RoH0737U~>7H³f Q4mK3o4\w:/TzdC*u;͜z?WEQ"pjRf{եE& TUX~ٿVƖsW a٘]Wd_ck*Xp8pǩ4nv̪9|/Kci#iqsS1ضC3>fԒJ") ݨG1Kk| RR%G#+waT;:DS\٠soPBe+9wj:khAh (ɺX휢a[e?NSѬ]{zBHNxvQM+l G Rv"4oeB}QNZtk#H}ZA1 :Вl1D%ws`!Vg:;OmaK^6(~6R|2rla`,^MNzyDž,enplCk 55qL_6s-ٿ3řᖉ%w p;' S6G`8'3 Qlt*wjt͂hכ ٮ1+u8%cq;F@i!ZV=uRh@*h;2-$5@q[WdK!U unD_eڜ%,ޙus}\}< T)ialw䏦bF6 FkC+ V 0:uڍ3S!hx A{ ehĝ0\ 5 ;U,^ %D ]8t)!6\v 죹m$$aififC_gp.>g671uI6ø'` 8z<\ akHb-f5. d!3ι< VH Hf$XsEZkom&,׆Ϻ!~4`R!|StL<тR Ǿ)ڭZgIE NL1 o7EsA*=Q0Rpfį%t [=ß$ N ɺg<3ElH\CNl,r/v ˀ?ujA( -J XK;Ihfa7qsE¶*hџj@o-x~XEA7S5Sx ޷Z$} e~SY<yuNU;Zv88*6f M^\XCgC$|x9 {8+,j F ^Wʙ9MUX[ip#mv* 7994 U rdӌWYִj:K1։c@D*Zr SYdӞ[0K]sl8}Q܍l F*J!Z,;vVǀ(xdE֝0]@RS΃֥ h1{:H.GkxQ&Z(Op.:`ZmٕEexVyY FPyprH%ɉ ש8QKd+ɭQ .L1"eQ a2okGy4CI$qL}6-cϒ=]6FVǼ+xSL0+oHyUEji{`'lbrw ˊlH17ͩqzEc%<R3 w@UQ$ʀ 1_m{2cn))`ZGCo*f ^^# + *hKP\%(F<$xv,UZ `fh~3Lk*8moNsSN:rI쳸نzp toY͜k*.Ylk*i-0LW섭1dR6wCP-m沼Xf,G瞀b},x_ c V*~/'B'iwRX#UR S5C"\ G7c)=eǵp!MpʑBi$3v|ZHыקּwPu:̒]^b؃'@="Ӝ}QyeLHZqeATyEŵ9ZN8{3֟t![f]\us4P$?ޞ?6:jpX5&6O)je7ZߕKˋI2w kץz0KlQξjA`)dv`߈B04l7kĵ?>EUpo0ec4^_'|Xb qƕGOk"'atn[Y}6 Vi \G[n#!Y} ?YP/15 1]$+ I7.뎯 {'*b_>V>tikMlPO!;_?n Ԙ&ʓҩ@PDW&y#[*T t<87>vbu*#HԳvfW+Pb܀(Dr#cou/O}9wá!o7@ǝ^u%)/)= X"QB~x5HKpfF2>ĔTDgB%/h۹#ys䩇>feN_ x5X7G&:Ƞ#. Wl* (,.oz&Sov'ms_g> e׸G0f(Ca{R(t#QٗZF>{m7T^>dJ@28_ ^B=Ko.X]`-BP5wf~b4 i.EҐ{Ruyq OL^1:j^K ˱Z=f5Vrlˌtm Tē+R]5)sOŔb 0)W77D*pHlcY O$!ch&FO ܻKٍ" Pv#B3(U)+'x,IV}z xXUu<94 Mvl4yK t!BJñ  ?GTTw}TjI"9R ]HTO &d[ ,`gE(aV V'HWq;@'vT#khG\rmV|{8g9k2Ga FFV#ۇi(&G0n vTR¢ʪisbyC';ueO}Vf_ nYs VJV*8_}ZNP13B15ozzݠל֢R5&xZm/2GMrt1U XXJw~Tr6^8'&Ccq(F%NBkXpaY0lVdبģc rs#VD=bG'^ nMDoN]WWzCT1GAs[Grf &6c#k [Eb ]0 rX?b%'!A|?՞:e+C>B-=Bb(-̳a\Xy=j?,T Y;px6RF|v'D]X3("v$m0H9^V#LͣRh^FNwR5SP}vSf亇 % +2\ytMh[G.x׬K2̟1#gF>ɤ?bJ޿)T f j-#Gr[lGH^ɅmΣuzؙDߣIbly=2 R :'to#/g (Ah16@bǤ~ HT3bC_)g͓=s;D=ZKU:/#-'Ggo'p9}):7|#`ȴ@!ZhOƪ"/?sJ8XUwT9V)T1W=X(^&iڐSK+,[B^``IYR L6rd+c3W(+z-(,fsvc-dpuDf¿_aצwN1 BX E#J-=e8qiLGO-y%gKLseVd WYY -%C}:dρ$zVy>:wQ(2#D*E|Q 1sqẼG$-?# u&/5/l`:Q= ]{A0@ wCApR SyE@~?l1_-eeZX%XoP-n($ .j0aH$)48 j̬tɌ:ox Fh.f܂Xsܰ^٧\k*_S*T0Ʈt$i'ץiTJ%n{4!Q (/b],99c%r5lDԐZ4,m /BN8` #;!*˦b߭kJiVNԷ(r|uǼc)g2z'pTo[o@b9*A) Z溶8nd׽pZYT[]G=8n8UoG.Ew4rIї)U 6M::~·?d1K'ȴ^N`=0Y>c- }S:8~S=ES}Pap4A~>% .h*KovN t[  >:-΢PB_۷!!ݩxcY x(hs] d枚vHϖ% Ǩ  @V"N   }wKhk AypAXJɑӉmm_2ItPy֤GUOΜ,"&]QM[p2x:|! *N|wۓʺQ pzkf3e*ԟOdNj,$ID1s{ØQ& 6n%k"#7cUj={DCUZS$dhY6hUɹAN7U*TDcM~ TDkm%vĞpQwGv ^ê BaN!%Za`]|FP؊ٳ)h}J]}'`}0FAYD)PL"\{Cm}*ij 8ha9a*V6S̞b'2MVBb}J ZgQgZHiņdtϺrD<RJ2@Ew/ !?% )\SϞX,hMbLI%8ᦗ(K>!'x _stlEnck¾WJLRk"8e|A\RQPh-yŧI|+A VhõZ>*x{d JD1ԋ *cb(T^gqyCΜ}L=p<AB;}clܹ+}΄ή+y3*@үRgΕjU4nƌ 5{J0:?F[O;qC^U9;z j_eI;fsb -p)'mF&4{-erӥOM]:_q=<3ӞُC` wuArP3Տ֑hsy*#+@|+^7o}#;ZL@apе%`s=*4$*h,^9r X&'Y ^$k7o@UƓR߽UbyZ nɉ{;E«a=:_x*`T`V¢2oÛQ/1'#rFdU}rSlsDRˣ ~ܽR\n1R4lX/?ãLVg˹ig C?ya/iZ63?OB8/Ix?veiT?9 ՜ 7|6,q\bxH/Z(\<5 1s >n][Py'mʸÿs̞D™9% h$ȷ4 N2(&_߻^GB^|'+Tkz}>luvF*ц|_6j\,F)q+-Y$]sm{>魡>RD.E y-eSF5ky%_σN je!f̸?[i M5SE&cgXswO??}8NO0  vº Z!P>nj\ v3p]+AWh}ZG)dԔ?'JU6tDв\[-t?&~@84RkJD]%R.oûfjdO}%UzB~-9lR$cAbKK1PKX2F}3x7=)ADU_,_Aq)*ʡw>IR;8ܖ}Z||x*gv^鏈&yEi3i癩6?"&kqBC!A