libxmlrpc_server_pstream++8-1.39.12-bp153.1.32 >  A `B !M@eeeHiS<Ŧ}pcQ.:Rү ETR7FбZ>_hrK2:YgV q֡b%+:Ea/PPOZ giz!^aN\Xp5b=l $;睜!Q"X86.z۝}@)koQ"k؀]!~:o=!u?PS7O w$ӭ'Lg/Z; q\)x]rB9i7ʠo+׀2b7fcc7258a70f37bc314f83473f963dff240cdef5b1806e13163d656ac6772488d5059f24c6c2363f23e97340cde0a6201f8385?`B !M@eeenko, _ _&%ݓf} ܪVY0\E\ŹCІV3ehJ,:> 1fZٴؗѡ5Q3qoLvCmt<;*s~Mb2:`ITptqŹI员5CfmjR2Cv.5 ||lݱۯKm;7#Spx_qz?׬zTx(AU1hQxxGf\̐ߞq|$>p@?d& 1 g&; Uf     &0T\!(L8T 9| := >=@LF[GpHxIXY\]^bcde$f'l)u<vDwxyz$48>Clibxmlrpc_server_pstream++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++.`B s390p23HSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390x"H`B`Be27e490814bdf4bd5096704ba41f15c7a4c76f2e80984fe744e505a3afce00e4libxmlrpc_server_pstream++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_pstream++.so.8()(64bit)libxmlrpc_server_pstream++8libxmlrpc_server_pstream++8(s390-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)libxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_server++.so.8()(64bit)libxmlrpc_util++.so.8()(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_pstream++.so.8libxmlrpc_server_pstream++.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-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5a41bb6f193d7f38136c506f243a86ebe033d8d1, not strippedPRR R R RRRR R RRRR?jAGutf-8e2b440891faa251c0aed6495e5702e3c8217f5fd3ba66d8b4b2af905a4000c83?7zXZ !t/#] cr$x#DdA*Q=мWF.yCSžgZosT:rORe^Z>^bcCT-P12mK8-=N7).Qt,z!k(e>msa_I$> PT| ,W;4v՝J`B66-4xΫNŸ'f(](tlC@<3qG`+>yS Ag[&y7p/qnn\sToMn"rBlK%gJ6d=j c!{#>d4WA^ӖYidoz^Eêq)u;OkK d mma_ A'cg1/5YRU{j&9L _'ЎXyqp*@/;ev5[(^9RڱksY2$#>#ƫ)9j9v7`0%UP39-O›^f6plθJ6%P[(oh^ҤԎ!O֕lo{vSL-\)6u+eaej, /a{aI'])~(]pWegYX!=5 1\b/V[դ qlI?4iy]0 'Wșa|p=J-9Aѥ?.+ ٳiN\?Ё>3ZAQ:gd >UZ TҜt"4ܺH*="tp(z <Wy8&nDeKmOZWlW ;I,Fqc[j'e%" `Y߅ /M}URoB4#BU c:ifQN}w `Cp]s"/IYlP'1i82إˌjޮVQDIj[r&3jX_!xS˝Y_;kD* o̅5e>"y)h;]1RE& صTckV ϛcWb314Mtxzot# z-Fm#vZr2w\ ,ִs'8F]diT @d@"0/1-Vb -'ۍi̾92skv3V83+…<"ECQNnDl4 5#D&xY0\x5O$ͫ2Bp'0VĚ; TK 8+5L8DDQGxxzB&9SZ7Kf2-+&רyjE gkR" EW?-<}" IZ9ժM ID^ E]uBjg q[hykIyr `X@S_ʩAXPZGwWp?hk^MCۂpqiS} nP=tCԩhXd;L-ߥ׻ $LeFleJ6tf1s'GWm]烧B= eobz+݉WSHc^Hr8$t˞ \Ѥ[;^qi|`A_+,.n}AHϷW.6AH@]=WLWp^]:â}_E`Rz/xC1̖ w[CQ7Ж,I!!']@Ğ@u=YN tL::2iMgbixp8m ߊãYy\2q4E UF8i|T99$$CP>ff$HRDim'E#eV8L y݊^L.k]}1̾A & t "_l<S_(:FZqI(8 Pw0%Z8XiB,^|v1Bc9P qhþd5Qy^Δ3a7pԛ"܏֬&ZRivc5Mb(#XX^i 'e*.t~z68- ^hއUN;GQqOb MH6OG"Iop/oǦՈg[MG+TxB:}~rj '3MI洀ko ʼvY@֋O`T6li)VzU>2(:%N~8 w,l2}hd7aKAn l:ZzeV`QbC[D4DnJTEJ]]}1Cc]ʎ OIy[|Y (n'> +{PA@Mudya`?sH^U~cap2z(; T4c~4 Fu1dSc*oġF;@_З-bqDÇ(qz;?=nED«c[镭{+!_jRGAxgQG v9ekǂ~cp4rNlɨ{$gxefx#J3TS FfYžjVQ'."Q[bzY;Ai|< r5eH{WFIޒFg@7:z̒`B~Mc19=Xw dT@"[N}~;lL^7WhzV0g G?CSmĩY(MܷRnGի钵Z"[TZ!:FnqadLn9 F:#.diq$&jH/)L daW-s}?x_(Qp.xi=]bbi;:!Z%v%z hPrʧN5<@MU-| +Nޟ[$AE޲Ž/kSY4n GkQ0v%qeFFz1^h#'AdlʼnTDF[C@4ih>t>C~RmADNtqE9$T,%@v{x|$|tViP4a:ªger2 ?lB"{GkpJrf`׏dw'o+Deq^^Pj![zJ^O<E3LKnع-ދ4`tR|E[) Y& $g6'' WS7}-A[D^-n?wO^Lure+nhe9 Cn;Fo)s_52|~j< SsT;n70L–jxdc~?BəaԈ֕fS JR?_ ('#wV8+:f,*DڔU +/6n5Y#ޭx&58Llb>q.2* uᐏNaJṤR/eEXgIgsnN$`zΛ'"0V҄ G zdÊ:(+=IFInGcWssSq8wpjjŇtֶ5? AoO0I&OkskۨlϜ3\nGgɂT+A{Р|Nz "n=X'Z%eۏ;%vp`3iN$ q#of08<%'!i9JxJ.8-]e!LCv70 3ˆTJA7`ry ,FÁ!;cV-Xx<u%Wa3ԱffR˸[ߊ:S_!ӛ?6gfKKܿwuPLi++X-q+ DZmRoݙt#E~>ǀzwI3%=,%\H$E#0*}cE#8dتk,՜TWbcz ]NDx2C_>*DQT q [(G蚐y+ai}z]egU@q! Qv* ~O VMOIu"XxBLe^5z(!РWf䶆kN _IVZGHqL|xq8E UƓhqn$q?ɴ%^Ut23{}55"F8WrT1g+cy dI-,}Hq`YA]x`{,fhQca$|U[H@9B_PF-M^9.C`x# ӽ4I zk@cyMw'1{jN 5b0_@(=- 3k·c&|@Kxj韫EDlaZI]r`$=y'5JUL\]\jJ>,#)i5q>ZONDLɊBvfd^Y}[*`Jͯ@o M5Exn MHϢH0VqK/) ȳ2ߺsiLkgT9w(eU%iQHNJ;֎V_|hԏ20jo]#L(SNdlKF2KyPP(OQ^?'S2eDnE Կ 52S/ ֨^yP_ir54 ZF- #RFՀ᪖*\1oZ_Rowl5jC3H){W(&OnN ̣-d]l;O vg0;x=poF)K/fEчs' i ̖WA=k f/9d}yF G׾upluъ0VQW⿊sUAEwL js\:iZYu0cMf|p T\gay+i]߲xn5'FZPCQwRv&Eg@q˰;(ۻ^g,FVl% t#["Жԏ :& IXPm5 Y`d(K TՌ{-H[9d`_&"$X&[f8Ւ,-vN;[5d"{̀`(Rinnf7/OoN\7ȗW0bU[lh(&5H(_9LIGӡGݥ)KVs mQIix~#s *l8 #{;6CLw: EA_Ske1i~FneW3XɣtͩȪG^7]-f5q8gN?mM YZ