libxmlrpc_server_abyss3-1.39.12-bp153.1.32 >  A `B!M@eeey2S" U'6r1rFV'\fnhN~ݏwxdтho=|P]c p<- e/ ;[$_UžEqK *G1ҫA}<$e;-f|OnTIحe!bzO-T:O\Ȕa {7z6^* r/L"B84#f(G䅢PAA966ca1d98ee539539d77569f44c71e57976cd9196c576bcb5ed936a0f3fdcb4f755b5391303004874e59541a27ccaba11abe39d4M`B!M@eee{$zS5K8km⸭nrӮHV6F͇;y3R`;~MBYc |l~#T%^k57"0z1eaR(5@b0DUť,EXpLo2TVGa Px mʯQ@f 2T*^V-幛a V^>{-D=MWR)@0S&;S9{W{ؙxƊK;Pa6>p@?d" - c!*? Yj      *4X`W(}8 9 :m >m@|FGHIXY\]^/b;cdKePfSlUuhvpwx y( zL\`fClibxmlrpc_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++.`BGobs-power9-074SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxppc64le4`B`B59fbb392fbf008a39823c23ab10ec72453debb330b052f2bc99bcab01f43bd71libxmlrpc_server_abyss.so.3.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_abyss.so.3()(64bit)libxmlrpc_server_abyss3libxmlrpc_server_abyss3(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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-power9-07 16149837511.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-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=035371a026262a1d78a5705fff6881226f6385c9, not stripped PRRRRRR RR)N-vutf-8d3c874ce349a6e5e78ce1ee248172f0a7b6f543807de429f8af736ed1152a49f?7zXZ !t/6.] cr$x#DdA&;$%n&-14  F#Zr~-ϟt vP2/ E^{W<ĢT\9OR-F2+$GZEbm7`3$e#Ea Mf$XJs/}@ ɡ+ Γ_6fB?䗼Wxѕ=iw [}ןGW'$v5p?;i[N9k,8tsɦ&'tJ 7c b=wMbo|Xٖ%cޫ`;2<.i/8^MpC!3 g僕1.j} Ұ %0ޚ;wb#7SB7iSW 'Y@lõn|݋'ZƺZX3%}Mv?J -f0xCnNSÄ*)~qPXkz ),JGHM.;lᤗؘ-B/]pYrB?>P #+ndYUjr ^w, 5vr1 ,3UƜ@C?'Ksh|$ ?}$o$KE%$~Π!I,)ܐ>>H1M%8b}QL6s (x|@A[M <EW`?Ty?P@Hcs0I}7A2?\]Eh6 9B"_y7sK0錋txi}OnN/7>:[_pOМi쯒dً:geM m*Caی_QEǐp dk@jE[UDB*N42L@t(A+f} TMck;YK5u0l _dpc2(?-B%:Z~Dhދ&Diq؜.#yMyeveS^9 4&Bxğ byKg+c7Os(Nꡂsqcn~xZAH 7w<;Vv 3eNtW&rv~Sο<|ϤWpJ2!HoA>[ܙP/~svhdcO(" !%1I{`0U5w2aumq(3kPiměK&c*I\xeBWWŃ |ul } Bc(yL^>H&I2J~G(tmSٿ;JAuiwESRfMμBܕt >LAcRsֵ8e_3>j =mwښ=s :Ji' I|f[Fw5ڬ,g~fJq tUtŌ+u,^s`8/ߌQ~&-EOtsWT3BѪ hg,97>4"$6ʍBkH'%R>\ UM7G,5[|N|NT&lՙt 2W2ۙ#S =aqC DHJ4y\kM/-Q=_V%]F <϶K24 n qxu*|oU+Ϥ 2X++#'ơ3]ݬy#i`dOɘC:cIM5䔱G󒡊GS)O[[O9 %)OhJg3U+hHTw3̒6Κ*s=t[,Nr{uR!#hJJ)y {}B-[;}ٰ|b&,Qse}xB/a@԰}~.7~;)}ft6@:9.% 7IYd, )H5sڤ;;\YXtUp#au,3*FGla;;pwYHS^[Re'^&-oeι[=&YN rYzVb|b03[@FM5O~ܵ0r)i3UI$?c'k;YݗQ*tD bեb {AG僬/ 1:V" XZp};繏xR-8H bѣ0ƣDDӊG2SpXH'BPr{ Zٞ1ad,TF C~( Ё4"R̪SaZ1P׀ p])ÀcK݁~gL2_(e>.oıM?ZBؕqC)X ٤'i\qCarX_-"9onɹHᬑP +5ɥw.1:a/jZXO~f7y@neɝl1E1P)|v5x d|@ AQŏڛimVG KGDI MPw*SW9]oNmEvϬuYI į( +M; "}GO8a ٧btev|<{ FY$&`Zk}r`g|+'#}#ޡOX 3 Ufq :FCNTlrf0+7u.΂c'Ǟ?QQYo@Bk c=[)}=ɿ7 tP"-hp=~ɻ{%NcUR5EM%8!JIK> '+^]8ǔrB)wHatpc{77n")A ȟ\^cvoWG-ZXm%ٍ;~%D`{KI"k2-7/qgVS:R6+ʾ F`(/gyZ5X`$gʜ$svoܿUdzQ\ 4?=oR[4أyX +m^XM?~+)||&%8qd!Q$Vڨ.Ql@O@}b~}D,T0n19$9;kg&c?9tFf3~v]3V߫SM2㜋:qa>#q&PglP/3/En`WiEMzR CAYa[3nٌÆ!QRj|/ Ut.t>1N"`ƞӕrj;H5zgaZd pOnM{u.tk1NW _nlDVaҕ4<ž̩k瘑txb-8Pښ/eX+-b"+͠>8Hmm u~$bf7Ih-V=uxzN>\ e.u{ʼ{;ްf7JB "북4FLћِKWl ?iuҵ.h૑Y Gś~(hf#FIRJ#0i6Rٟ m_; Verљ|6z .0H2B@j!x1# zAﻶmp&i{K>%Lp.ĉ(\/P 39Ⱥp{ۊE?k8K(U|}%k x w_9[/g0c9,!4GSɠa?&wȦ5}9!5yc s3t׆!so1's3V)@fX=9OE/;i4i%}$o~3`Vy ~,tK8G餰!K91WRaAƣw|EgMAvRM-_};8}l _N"+`Jb=7I3\ FP ͱM@&'NUel+aĝi`KfB_:u(@aRK>AB4Зӆrdo)D 4kמ"Mح` %p_>)1f'Y;/zQ͑ R~Qpb)v0K6/4 {2M&c[b'V+oV@SCXH [en ¼U,^VǬŬI(B|ńFx|#Š6\ۏx~@g36tүg @U#^h<#}@%Kb:Սr]O2B?$> 0@b pNV6#39=1AbOXbka@:?Iku}JIWk>$sK){4@ Kv\A2c'N zUH|3RiZӜ} {+ eZhā DzpW '[7 X0fe!4o\\c&G;&0Zf~N>HFarWmE&ʖ%Ivu Fz~WWyvp U@n?]Da!"W򙀱0NypΪTuW o (oG4Iu+Q|YQ _}$j-<oސH|_i =\\%1n*hTc` lG?FOyMTt޿!" lSjy&;6&R;&ݤLQOY0Dežw (#c5J@S1tX2_OB ]Xe'P(lp:5ڌɕ碻AbH :o>n4C%&#?gEE_2gcK`C\؁C*\tɶȶqx7 xG&Td>]qJ ɩi SxW5Κ*Hɯ},?¬*k&V@BLt7%eIf4ϥ~EpAN |Q8ΌbqP8N呣RfCzr3 ༛2}$ub^{bY0˺q5顅 WDHdSX-$\~0|k{4YhP3L´sF<MI_.<]qK$@v?m& HW-xJmTkFQ>}](0i 6 ;_rr)@8*_?ۻR{ݺŊgtc@|PLo ݭ-f芚}׾%e,KޱR1rMWx#ܕALSY،'vØXA5FGJ:o M,* !9^! K-* A=I"k@ AI&ep̋9X.O~,-)hHCn6jE\ 8FjsOpVoV 'f}σAझ.[J"@,:=sNiΧDo:$`;7LhIk - 4^LQ~ ͢:-(SU+%v$[ @Lvq 8=#DIכE o,J4{J@}HgG#38.W/YЕ(vs\J1 ܫтJn>ziI0Quy%fމdf%1PNY3킞]a;@[[kn pYAOA+0c]][S/k3]yu\Y/*_&G*2IdB1ֆbUh8F?STi ꮳз5NQ2*;ndb2ԇ+l4'NT4ݑXVO_+FƁ׈DPG1T~ ir]k"ey6N{:V]+Ns YZ