libxmlrpc_server++8-1.39.12-bp153.1.32 >  A `B !M@eee=Fwܺ#)Qb=Q,2E]bNe7VU-K'K2JT&>,43 q/Z ,jMLjTv$e㖐Mӵ9.BLgq[ J$Sͫk c9U C=h.սnF .ZIq 趚i˟Pn<~*={"K @(t`YɄf>Z"Eog>d c26f5f6b8eea622e3dfafcccf7568e0c8fb0b2f3bcc806e55f631389b71141b3194facbd7a3e5a8632394f452ab06ff1d8091377Gԉ`B !M@eee~nX)̍L0V-{-tZ;}GUp9=c?2kk[U ZjКd钢g30nW+}VYr~BRVՁe 7ؤENw"S0h%>4K m0QEpgg3,KH e6Ϭ?~. ~Be~VXZXD@T:J+2R޹|e~ 8$0R?)g g$>p@?d ) _3 M^       DLS(8 9 :q >q@FGHIXY\]^'b3cdCeHfKlMu`vhwxyzTdhnClibxmlrpc_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++.`B s390p23`SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390x``B`B1b74777760abb5e4c9df9d874f75a323a582078ad9094f5eb055ad77415794adlibxmlrpc_server++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server++.so.8()(64bit)libxmlrpc_server++8libxmlrpc_server++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.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/ldconfigs390p23 16149898361.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-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fee08ff458edd96cdee2f0607c39231b985dafa7, not strippedPRRRR R R RR R RRRRRRR?jAGutf-80ca217e4c1f1214cea5c76460cb69537579c27a7fa340ae198f199d7cd344480?7zXZ !t/#'] cr$x#DdA*QѪ^Q~)-4?<ϓ3:$H,|F, ׎youb{@po)_y'*me-FY~cyBG4[VRmzKxyCw&i8[ӿ P7Q4E;*,qȦjoJ~uupuΞ 7!|:@l-;q15Ov5 1 =D OmR^Ac-VΧOνUSo5>]^X., W1;lb.yMcwa?P۝LˇwH!{?]^:zlSId QDkі$ d,aqd7bL{yT"Üy`*nX7V%'u-uhZ[B{u1v Ϳ[BD&I˔ Oʀٸ.<=_-g'>?s4x/qAߜ^~IbzݎatXR)|U%$E4R5': nRi-7biWPꌃ0c?υ oqMΫ(tJ{=];8'/ -rFSh Bpm!m֦$AGwns\[ xJ4ncMm0|RuT&#9:yјepL{Ӡq*ZXnv5 $Sa߶`qI-)9* d\8殸}.J{'V_9G`K:tՐHBJzi,ݓpQZ*cU3N:Pkڞt$ z9xDhAi(YD9s̯S~ܘ5h_KU9c7kI)LQFH5`>~&Okҍ98| $h}˄-Y.$&.hbx)h9bFe|¢xX^O9x7] >^)N$p L]M:F*O<hZ#]i.K8tsޤɟg8+֟'26e[ujyGS]E,ˬ1qlf|ѫ''v6ܐVߨiIhj@R&6]H:@gkc_@;wE(-^߅ݚ'PGA|yGa{ܙXftF;V$zqX@Pa0cw]$JIǚ |E,r+oZG]vڛC9CնA 5'6;4bH8E.G3i&A#A?}U2M}Z1bۡo&c>'RP?bGO'i3NK&k4q7*j.A}YU ?~ܗ^I<]9L״9ЁJ L4N׍Z8C<'W$֑f^ P~s2Vb˶m†2xF!m95.O0-SGqм%+9K#p7$[pyD-6#B3vTH+ ?Aײ g1ɬöwFIY}?@DYt-@ 죊]\*_ޖ!O%" IF]CTt=.jh ݚP 5X}zWֲɍ פ3#blsN0篊-Vl):7 Fޔùb떪~`N(<łhXbMS2-TBB:ԠN٦Oo;q+).[`E9iɲ 1z$̳`xJAJJ͆ %]}bn4 }6vhbYF}w* ~fc4z#?4[V ',G6|>6L'B=0 I `vHJ]/'[7$sp¥oi.h_zQʩOvgq J$~!x'H82\C;6h3rM@~sϬ@Ck8zQikO|L#M(Ԑn%ʎ7wa*{ƽIKEՑmS 4b.c6 _=*.6t%~@يkfS#Nm}13Iw=-tSK  ;4ybr{#PfZQGP|Ɛ!)ki[EK#`zWB;gp1xfiM #mkEa&~_kNK`wJ o+$h`:-c .ó^39.2 &Ovhm֥DA2b*u*ċIvH˜!ϵm uv\ʊ1g `*:FT'嵡_b dgEó {O{ Xɫh *E R>˥#[#+?kƱ=ќ}!9Ǝj(әe!3b7Ub"k`,j\X,Qn4AQh΢T]/5Fe`iEkKޯ$e㒻|$X>+iUC&@s%SeG8/ܝxGq/TEBg_l"0&zsiV'"TPպ[6PTϱc9?QFA[5U@M% hN f@$ebkxT]O>Ĵ5M/ʸfeOOlWO'qF">r{ MdYx d{ќܥ֢˱:kРz|:$irG\%OfWke~_捋 Ce3 Elʘͻ#(ڽs^J] w1*ӧw=l}1h# "I8l.\N2A(6h j q`Ҥ#^Q3n%>ƿT<8z6_/-’d/#[ tB6/I\W{)MB_[*P ӕQ]=TҴ:X˚DyFrbgCb%a7+}ojJX[l2)d8ؓhS(TKj{Y }H&$pIJV]+0,gq|Y^OS 'JX冚uIgW#k9 eI,ӮL7R#td׏Tق&堡k#o? b >F_-p}ihi!>JOfCWhI'?έƧ|))f&R/ gWA/VK8w7&xK2,JMB︭+J`\hxi͉)ԝ,qٻ],pa]XZQv1>0gY*q%o`%u $9Z Jcߎ87)}ݐ9$sSm?`6N@Sx}5Vn⽜Cj 4oSL*v&zN>LU|Pφ-f@kJqOx 6Uф|! f൴GbA&y&yT'7R"R>τ_0V_. ޷q o%}"mOX/\[.*Pl<~3yԺғVim-oNI_`y.q,j5%3#Q}DCH2nS20仝eYeIwJ{ *<5L5pe'3껓fXe_bU2qQ0} BL:&3J`d4+b$- !vxqdIJcnvQ9= b?f\BN2>w" ZS4_>];f-fPb6v bC*'Au,'c N/*V"QܚO@/A3ʶ{Xw >s—$Hm`+k`A#rZWsK)PL0JwROq1ʕ>T2! },9zq%h1t&08Rbf4$.1qc'~iupyA{0,4w9"I̔TCp$ZFY7SEe^HزHPtwQݱM1to"x8鿧z =ԓmt*)m*/^ڢ %s7TQg7m%zQ0WK*_Zl3CRW30B}fwUN\C U[B6o2bzAܠЃ9 ڀy>C]ffiFcI@@iPy2<(]ؤiC%m>᫚Q_3-:k2.b(ʼʥ~O6梁g&˟ehbiUTjבK{aL lC3‰ȉ7 rA3 z;Kw%]ѷƸϣDqf>) @7x [\sz'%Py& +o/>H#A-2߫i]pV|SXJR X3U=Mz58O rF)j(2`8Qm`æ.‡/O}OeWAn <ܳw9a Ғ ߓǻxW$NO|ٻwC ]utZqxDU~w[,޽0a3w Vx2TBgL oCrd* J$5yoXXՐ2P/隇_JXueX]JR(="QRuQcc e.KK.b' ת2>-/4j`T5ܒ\}6q`#zשּׂZIm z)Q\"#xkb!u`!+H'&]*v%k"N3uLwN*7N~ 9hsG$EQYB!R2`-!iywr;2[_ۗ>O-玢.b'AD@hZHr_ 1Dag3À筀jˈz0kӅ:M?VOF1[LC:6c6c(RY12 R:ZV53p.Spt> X mfulr5J(e>0xfi$=+i1q!k>",9@!;Nʦ,zJ0<+*tZ&aB)~pd`WYݜG<^Z0Nʞ~ՄwY2!:̻ʮ#W:⍸[y^ Ѳ-㋉xBobA>mO_ӻTx#dxyJ1~֪qӪ{*PljI,Ycd!x$w_ʞ~5 竉'`mf_Uoڂ_ TpUMvAMĐC!LClZrR.ؚT쟧ڔ<; .y%yq԰d,rMzh㍎K 4 l40{`[|O65,iOա}JKfObϊYBn/9B1_* zO#utD)3 J<uEھP5s߮$gClM_>Qj`xVk s/[-ӎC]mYk9seQ|䠐#YSOV r2T0WPm2H@ݿ#g~m tEB?غQM/" or`M|Ona?(R:45aFӸY\ N&.пl& 84B`Uݼ#q 1:7{0M̎Tb_ڬi$qJ#7g Lo=Z@p,a8-VuQ!Omo /!.gJ_֛d"\DZ(TTy/r<~>դUqbekONuk KC,WEq wν2*ruY|[](4כwM]^#*15NsJ+pךb zGJ$eMY` îDnTܓr28N"k Ev1̱ʯ/͠S( 32'E;3|X:j0{H(?`w?~$QKc}Wp\5iNO㴇/&A=Rt~N$ Xé/ N=xqvm%B| -r'DK0z= ͑0iq]XqFb:R׻F1mgUT鍬: ߑ7v1Q>V88K|<Z=-'ʉo 6=O LX)@u!M:9eaE%Qu{jrA6ZćN ^nd?OǗO։NKa9CnVWʍ> vW} b"l5T3J*\ase, (Dn,[T LdaxSnwbflz_R rtX${a tvB*씛|[%oHߌCgF+c I\ Rk&r޳4l+}y b9$דK? tx6 rZlD]"x{dMfk2ԺL>ZAlڵZ5gI!dGt2鍲c3w"n.1dt;6DReVCx `^Nl9Zv>=Y(hRYx;'m2 n貁0m=OiF>g`I{@@\V%d1,SX=.4^b+7:8C%m&e[4Bq+kNܲ1>WB< ̯dBZUH!6nt:cZe1RlF~viB$`gIo 99AC), $Me;o6NSt=I*rqg^-C_lP @ c@0/|hpU N~[t$WC/5CzC7\m\N;nxbX Rg%FzOre[)͑GSdCn=K`7X ! ^Yv2YM+cRn}($ۚ81T%f!Ȟd]r#1=c.nZ2]zr#_I]V(< x#9 ,/rǹ;J d;DH44Ex2gEA 8Se=UO3'ّJ'*Mo`.uZ8~ʬB?pK neOoNX"DFU܉syO| YZ