libxmlrpc_server_abyss3-1.39.12-bp153.1.32 >  A `B !M@eeeJeˊ nOύy'Y T2>%nFacF*Wޔ?cx ^Rb}z-kcuy fíJ,슝.OWADz'3(kZվfu.*4f@6gHNEeԝǛvPhT:rA ƉfgJ7 n| . 1Xn,UL|[#I\?Z(`}H8`~?[^n/f941c766a74834114094a50c1495ebebc26ae4c391c4bdc1b4ace9b56592dc5244cc21eb27e600a7336e44a8572009a141adfad5E`B !M@eeelme2`L%<<0T;\JmNMd:#eUС+UŲnD>ZU9|GMvA_fZnxvׄRؼcxʌ4}^p_h &1mt ! fDDY"\(s pMw½Qa4`)D5HW~&y״LQ-} f{(Z|` W-HW}F3WE ƙL`8>p@?d" - c"7 Qb      (LTi(8 9 : >@FGHIXY\]^?bKcd[e`fcleuxvwx y( zP`djClibxmlrpc_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++.`B s390p23hSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390xh`B`B301bda434dfdf631551fc1ee4bfbcc6ffbbe4fe49d09e82f3509e4e4d450aab1libxmlrpc_server_abyss.so.3.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_abyss.so.3()(64bit)libxmlrpc_server_abyss3libxmlrpc_server_abyss3(s390-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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/ldconfigs390p23 16149898361.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-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f949cbaf831ebb4c398cd7ea94611f75649d966b, not stripped PRRRR RRR RR?jAGutf-8d6c5f34e0d0b1c7f49d580a40e688bf33b51b98f92cc6c918ae18f65c9eec8df?7zXZ !t/7&] cr$x#DdA*QbUBjpw=yȃm6V堄ȸ2:hTyΐ3w&'  /MrD LJ*$4T U/Ȟ$M u.Z3UEN*u.fBd ? #ިo؝4q_:_V+SIK)Qdd%ePUr/:jhU4dI .suK cL1!Xxb}#Y>=C[Ɖ_΍ g-B<CՒsStK`2Ⱦڮx~Y4ٹ?>\ÚM-Ndr).jmnik4X8ƐZ&!1=|;5VM0pIuNr/Q(%.XQtp lEoDOUa$ǚ냼0w?/ȅ=G!{>&$LB'iw"b Rt#Հ]Q^e=Ԣ* ZcWǭʲt3͹ےXuT߇֐BÂGU>Qچ$#_=ruF22-vva }@-X{[:3!pՊw/frH-dC/ǀK߯.naā!} ^+Afcߞ8$^gHˈ.GX',W!ZCP`MC݈Sf]m[bp`Qfh_/@| jb@F 2'ʂ̮"ZMOge( i*[@{>@(U櫞p0Lŧj}@u+m06P&nނ.d/ɷ0(`zukkYbsG Cƭ7&w9]\L$!b dhzp!Tt9 ]pjmǍ6gNz2_Vo)e ) G->qCݠ$@~qլH A;AU}Z|Dmcc"ӤՕcAh,2#3m{vt#"D!-I M|ҝ?F|,rH_H6 bdy[pW{WY ԯq%I\/m7Klݜ2tBhtvƎt >C 3m:5a!jl˿3yfז\oMP(xփw"GKGzs2+SC )F~*Au|Hu[ 2$hnhX10jٴG!ݹ~H }뵌j1BC߹C3(-m|tS寥e47r$tq5Sl(Ĉf c.0 áiDGo.XNTmB|7<ؚ\C!a_5U4F@[)6]U~.@6Kax$9N,Qpo넑[r6anڶvZ09 O%T~?{Uh|z^@i K2"rzgBzKs:.eS@d,=>bX|Nmnoko (ŀMƳl,AX叹IUߦc%"צ_MZ筁՟+=<"ňBM#AQ~I3kUo*)<w'#H?XMԥ)𩭞 S@zƘ^{CGJ7yQdv^b589xuIU@J>Ғ7x}bյ)'S-)yFX]>BdCdn+pW([gꍴi@zCW>4 >_?-4s2X!Y{8k@d8,H F(5z<0cp3X#:SvnL ¼,{'| H (o;S.⤝`N)u"SAv?V&|?4fbTUqFne/jKi+M9Yy%j"QŨ$!ԐѰzZ',(85TD{2t#aꈙ}k[jOfr o v[h@;})5T\qH3\֍DxT8?l'4S^ `ojIAa7CoBZ7ȚHˆez\؃fFp!?5>U@H _za$.Y{Գ/=&2#y*"YS]tN3\!|tc=+/4Pu蠟E\ Iw2Yq=\DAM 0`!oՐW.B NB \>129siZQ =)As@IԶ, @lڣS]̇zP() V)+J ÙH,bʫA%˜՚]FkUF373|BƟ}?oÒjrFhD{V^ m1`l^gBƿtn@aAjY v>X}Zm2gJf \SPHY?+'q0"i#q^0Ck!} Ļp 1Ol}kszaܞ%(3;9pOwt$U@*ذALHO IA,(x>(88hH%'Wu;!)F tWxMGePɌqۜN˥+a,0/H6 e^"s~%u+g "ߺ@񼤯A'/6U-Lw'/~͐ndMfQuy MtΜm/X.5(̬58P^HݺZVw`zx-4;VYizND2Xg{d|K 8(9lV }DR"ZmdkA>8/ǪFBo[= ,M-XA;a"Exxn9zlOc{򛳎D"B)dK|ԑY?56=$ ؋ݓΆJ\鎩iAhht[Γb6R+h>5 fv YbVfXAt ɏLs(Lj蜫""$!sJ:tѝtQaL h.oWR'dW `-ޞAꓲᴚ3S54Zj.&&j^{ )(SeU&nw|3i]R xF. sH; Q6yO+3.wAb7fjyU#/u[{K57/ ij"87]xBzwtߗyi[g0g}`5[bEeHUcSb:81u|:GЊܯgB+ [!trF.7+x1lsij!Ts vaFN{tT mkU|o-r?Z(ӎMg͸~k|8ƇQIfOÔbˊe_\P#H3ɋ5Cn:Hx6Ea=r4:GTmxqC[Ř3O|3@M;Zo6cyDѺAwcђ+`a@i_  z7S5s}Q8͟%mȎ$=Sry Zs[}e?D@7i#h! ՛)e;LtPdsH|"QRt'm#H-^S+ 7,A}ze4pΡ 5'dsC@IfXGYHi*9Mxw<=kֽC=;Cik"0rRf/E7ȫ#AfY[M~D Ky<-d^ ȥkL$ ^(3? xtЀ+y,S}Ŋ9;Ch0b*>zf:(3(GUw40/D^iK4"*ى,\n!*d|M*o\I&Ѣp1|K7ߏR:!l $&H αنw{kaT@jU˶+֓/Xnm-/ƽjDV':s:"GI*l-X՟UVV\UF:#L+0u.Mӑ’_"{Ǿq'kND_; @=!n9b))-νn2-G0rHS@7%"RP[je<ɂ? [N#!.nr[qaFEb "^׶y}5{h\WFkL]ɩ89YGsپF)krlD[Dvד7Ȼ4$xÒ;*ٛv^"h:qD Q%q%w\)HgſZUxt"(ON SxACgA~=d56eO^cGwcc#2e{y1D2uR]W#,/A} Kd$ꩈQM2tǞ*܆%ICCyN6t+&5KσVw6j4 {jpߞKe,4כ $ZMc U4bڱ_Y1rܼ}6 zx~zF&' 4Fyl9NtAÂEJKX*.Ę(rijt$!~XKnU&Z|u5«ՆJiu_F;: *+)H n'.y_YZ zˀ3K\Yp^=^$$+^MKQJ4[/@^yceI VϠ1s \JmKE_w@tBQ؍%#Bf 0ER{󽢧훏E}U2}3з%ן|Jus< VO5%ϠɣUi L5_0t'=fm[ +pfД&UjRwZLK@I0;<-%O3Ֆàιo HO,vff<60f}P =,&uuRzsd$yb䬌20E~6SuMz4¾4'm @`.~Y9-9*XWJȥ7=Aq<ԯ!mӈs5KX8cŒ"KP@j ~'7ERd`ZO;𹛾P0w8"wFd|(|Y;59)"Df_ۡ!3>b[kfGW6t#ur#?P$֐W9жY/RE]<$fC4p B6, Y/\>Eq?k"-RT))+q[1"+ rE(?%֥b87XkI%ƌ^_ wRQaxdG\QTy;w R斜ʪ`ZWS\2t܅nɊۋfMOd7FzjЁ6d콑 *f =i MM琎 zpvZY*,?sdSnXU= ٘`T>P(ލ!,KeW$yybFp>Gi10\t{r%3,S9 u~WQO i>!īqAijaK`.m(ȂDX9|T~7dځK044JФ*oM6#F۫M /HhGc8h&#s,'°KvN xQ3K>`M@o @/g>m9P 5AK%fVõe@јr>.C$V"a{@ّ?Y^Kp-6Ċ/n1a.2= cU3PœF[rA+yx K >nַC^v }Z\VE$òu.)n^-Yb?i,):45я٧|" 4Gl0zp+s!qQ,Vd.;ihu8ЅoaFC55e Ruse:$2/ˠ)HD1' /g 韭q\oNmzdp6JFaj-T*e*[ Uxe|uz &cqk]ȅ[i황m{9;_iENc'Ua|ZdQ&]?P}pǯPpuH}>[s'#UC"WH֒&td @: m *ZụU޳jmʲIHkI>!/9bػ-+pP/*Yl  ڲz-.aŮ6Fl'X˶'eDVjP,TT̠~[c<$!&x3?wvײQmA|V!/N,NpT?(w\&*FF`n7E||bߖzƽ*JpQ ӽ||9P*3AQz I1X9'q!0n.D=_V? 0]ۺZz=O/=L"y.uOdb\)kΜ| )͆Zb"8JOҥ󼵢KKp1uHDiG~{XZ-맛R>!g;i9HJ(0͟ %5dtYPVZOAldeȱuft߃90no-U_[:|R6 ##.CJ L_eGZsnRJ ){cBm2/C-9y[[s f@Yɝb8<27l Sc1s?kx>*+`%`h ?=tOe<։OSn\7-gdVCm7Lc*LyF{1&a]glZ)ȋ&'}< 8_( ueE(t'&w