libxmlrpc_server++8-1.39.12-bp153.1.32 >  A `B㐜!M@eeeS K*ρ* GV' "bN[cODCQөrAzݵcXOuF{'ux:Kss랎 |Ek!iP I'T0eT 7Ah5ɉBh<bTM'.Z"GB1Ɂ:;:f4tFQbKB8a.x6g:"6Rjݙ+F|\љzT$J[cd0781006c0e35c880ecc8d81c4a2b70d31e5649f3f598e965ad7ee6d0e30494183c51e1fe80d7ef24e8f5c416ae8751cc505dd0I`B㐜!M@eee.2PۑXB h!*Z=^΅?wCM(9k5hC;]z0>Ć厡쵼 -ȶ*Զ@O${=yKS!ATSfwCEy6|5+_6h "Ħ9 fa1 B :am^`}8X63X?^4Nx (Cc Ȑט`[v^BC]b1M{&L",kV`D?vq:@+tͧ(:>p@?d ) _"7 Qb      (LT(8 9 : >@FGHIXY\(]0^cbocdefluvw<xDyLzClibxmlrpc_server++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++.`Btobs-arm-99(SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch649(`BR`BR2c3816bf553bc09c012274e56e162679e64503a94de4ee981edefdd14a9d14dflibxmlrpc_server++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server++.so.8()(64bit)libxmlrpc_server++8libxmlrpc_server++8(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)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.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libxmlrpc++.so.8()(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_server.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/ldconfigobs-arm-9 16149963401.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_server++.so.8libxmlrpc_server++.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-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f123c3090a504da549bf7352ec9f697ac29aeeb9, not strippedPRRRR R R R R RRRRRRRRR& /rJ $utf-8dddaf14f7f020dfab4a0ef2502636c9d9c2d081a6fef648d91e825a5af9b9381?7zXZ !t/:)] cr$x#DdBM^$9}`v[n+Ӭ+tG[aA7Of%#<T+R @(]8&]lXL/ 6ya82UķoDvǷ< %I`]sޗl󳩻bH,-YFxD:+<:hxCGm^:P$܎@vbCHObQB:unELy!^U 9ɊAS`"nAYTl Keh}[#Y ??ԛ\UZW=,cH%t3[ xϺk5ptnΡ$zϝ/oK{\Tg7ۃL|/ڕ#VuL*Ÿ/PȥQvr#K{ŋ ܚ2&Qxi?&#*&6oMQ&=-/rV'8 ]y5 T].L,ְÿS)w[.[zi"^A{; IBΤh(X=x tߡG'JP*z 4hX4ۏjXw~)(H\X+ߵA H6yD  7?kY/EI" T= BF)r|R #͕2ksB18bQ6>ei<Kt- R }TCsrVO[sZ (O@ 7Klˇr4/")xNΏ#XUɅFT`ܷf?3r>]i~(~4$AY·fd|UiJrl. .m!u7naQ>v"RyR<t5kp=L.*Qt4n_9vB |t|\vL7HF̗J& O#H,(QUVA1"T_+Jָ-Sa->stݬNi=®-=Ow(fGs+A(A~Lj}7n Qyiԑe~l酰ˊ `կ%h݈ĎF;?İ SZU?&x7CI3UBaiȁ|3mj\Q˓IpZeuv`6 aRFl-27zWÞe5o w,)M_js2S2Uڴm`<[{aӳ#T2eb$WZ=}lޢx/-jh<{evu$@9*VQ*Hl=_χ-vVu8=fb: ڣVy@-T3%$9*-^Mנ PٺN^kK"̗[qRoNMϣ͔SYEnpF-xYIu10e/ڱk]ݫCe&̟htүM +릞rk ID!c T,R/qf- D6g&-5L84F:g])\zqZ{p8]Z9;B.B4GT*m/$ڞpK0e0)Q=Yơ'_[V+ps' %G/ƨՐHi-gVroc1WWS)u8\yu%(PD^#ݼ8cm(mpݴA we7!If/kLUl`k%օuo2=} ZU0AWWh1^s>r!cP(ҕw$߹JVTwgЉ4_i#/n6Rj14HXZ@;Gέ Q<3F KҦ('dECҚ]{QK6ס9GZ;ԅPY70?&o85۱9v&К4!ᔶ]6ڻ]0j_Co!߽:O虴oZr:sfGWΟ8O]Xsv5[&Ҭ5#]U僦;j@kIj>y䫺a.#I;n,}Z~wj 9n{zIWz, #ZƻX ޯML ^qOcO_ῆǠizj1)J'~r ǮXS.*ѻn0݁.B__ al [`'E!|ڬ98uC3ZbѨ<&āS%7xW|K^-38[̓/YFz}!.n5C GjNݣAZ+y" }4gk$F:i?/nZ $d g<2JEvKIQޏ 苮N /p"gƐeӞS˫Db P.ONrZ0}a8?B([2t MYbu _?*q)NO b+=o:Ҥ."iƎ_IjNm;1"$&5z1 ~V>IP״f2T?>9h߳{c&]]_ņ~-ulm8V_(X:SV4SL/‹1:#E>G AEs>cQB|.4DI9~\A~yWji{:OzҞM|qeZ!xpޓ*X*' 4E g* ò}71𠃯C.țDK,j)A^HuT.$u:vL=G*&mK/g~j krl\'!Zz ʌ\Zt(i؝OEc ,@pCZ`XB+5bՔMiNV@H  БOOk+*ܕ!lLKxOOdQSL{DkH)s%MN k\n2C&uN =X0EG!Ѽ_PErX%[V35+yo?T=#I NȠItǷ.M)ziQκo?Z;GF[&2Ys-Nm+`۪k.}_lp,`%{FIzl=^aIUKat;xCNXL,}Lf{ a7]K7oj ^tԷyVUn{Nd#_UdD_&C3+ԭ RFmeuRҴ|[KR \Ϸoot)/ Y'ek!S ?m*T;"<; :A)8pn\'￉w]MAH5R}0}L,)˒ d;~h$.*B4j-ĹEl9y$>.t-#lɍ:TЉx& Kz9>?dL(ְy( ^HZֆL9}<)S`YTgadsޜEnem!1|4*ϑ5/wHhѵ6zE KN@o?}ő̍9=[@dKJy⾧k4B^(a !>Z4H\B0gǰ9_j2MB{Z?;Hؾ]V7 yiqEL"wCgJ?HM9ñgV iC3}˞bR*&:8lKhglB9vg 9w=Xe*-)]&ps>RI0 NϕiWE=K(CNPB?l&*)#Ie'ή&~XO-:;w|?4xdVq8Dc+fC(6@AYzیkN6{I*oyq,tP6iruCޠSfF'˶! *"Ud}jkq8nZڤ?evXb=H i1S}AU](įAI0 rfF5b̥ -fH"@UUE Q!F%ww`#uIiǮw =6~6c"E忟@A m Js6j?;9~2Aj$)Oʨ" ;ec&!?k~ *iÄ0d 3Aԛ6BLk |Rr{]}ef]Zqyu4d~v3v1~D^4u-[~lMj<2,w8Pà6֙cT֒ k WQ/5`a>+YFMOJibWB:I{JCMqঌK1VnM4B5 Nce)y߃/fۙAۜIͶD{4D|GDFbUVukm=ђx{$8[*W~i_Hx.1q68=y-c̣ Y>$ 4Rs w! 籰/;vyKh#\oaz.GvKrzZkZ6փx 7[fa8|$q:a MCzn.{Y%1'DANKN.JQ*Ķw% ǠӋtddm4SӜ f\w̎ۊC? 3KP{"rIFR5"Q6ieC`IpFȀ0n=NDmNA}Mhճm'Kj4SID׿m498fqSnT ~azʙH#0ХUqV犢)P ڝ]!: (rdy?au0^; o;.)bnTGޗ%kE= _?m-^ A{kCqEGà)s6յ _SI7:Sҹ۸&#Y[5Ak@0 T ua+O9J̅T4ݦU6+H`Qq~z*21E}V~Fu'pY^Iwou}u9^UÛ2z}Eg& hCbalXa] `e*/bg Ksߏ<Mj)jd(۟ɪ 98P<Cy9KmW"J;O %t''[]0_H-cX& Rt^9?5eDz)uW [D\v'PNf> n.JK8>QeCyfхEP11r`XR[l4b39]77|MVZp.X||w^-wkt`[NƱҥ6YH2L.xj_(*ǫ3}?t n9֥3Y]Gf8Badpٓ:U _Ri%7n7ϳI-l><* 0iƘLr4MbsP&  bwRor1LW;]3(6i,G(&L]& rQf](8=JC}BP:_/RP֩̓\:E0s唫 ID\s8'IG624|$o>7Wx~GSZqOKV0-q<,a{3}uR?uV"0ڋEIg,t8ܗ5 D @Q Ow*ka =ZVqᒷԻ]=3!e)kS!sO(k&U3`JS搯¯[TA#žg?ums59o1:eT'ɶ=U JD}l_S0x;:5W6FF"ȴ#b&'+ DEv3Ei/&t&V48A_*&s˯(P= ݛBW8m-hhhT+{)з%PlЩzifWQ^p]wʙ?AXHpI$Ja񘔥YH΅c mՇH)QZױ3L?J9]|AW!#CDꀣW\灒;%%יŹjGUaf8`BNd0;[db!3buZpA@;g3Z U@.f̽NvZvP{ĮEo7ZI,#>G>%-U l.й/#E8k,I6q?JB p0eՈJ8h'W.nZX{3g|xzJ /BQ2([5ŽcTզ[p7c1vq/8E%iAN5TV6#$bԞTLChә=gB>#;J[p K3Ux ^ς@ɩ٤K7dU6x^ug*M,l;i;uQ۠d/p]n:ЎwUs m+u^ TUsЉX\G̬wltd夔=/6rf"0nyѻn#voxJc'7>2@sZ/MdpW"&,ܖP"}? cYBC^%4;24$TN e}n-iW/;|͎beCcDC&3A*6L/,a7!]wgKYLI=A>}96aՓ`DŽߪσY&hjVP)CNgq1!UH|9.xPMQKcMMJ'_<9bq+ L^崿9/$38 W$;D,p+f1Lִ3E!qbR`,vܰ;c=={OwkvsBe >p;Sն?z8B>ZՏg*d٠pGh(Ѧ|mh)6TyWt2M6OYI/r7 R{#佷ZX'7\SQ~;]r=USi^Гa*3ʴOw?z"9/øZEQ n{3e\җJRB-cʮk9EuOJnn'|V4 Kg 2Tqm?pY<& v7\Ǎm\m6}z~RThrYe= DŠ׊ JpFB/-$|KB3)'~X,ߡ%n,:iuIͱ3A&6YX_Ŧyӥ=%Srk YZ