libxmlrpc_packetsocket8-1.39.12-bp153.1.32 >  A `B!M@eeeO Z4 :n bə77|wxis.!u݅*6ee;O>,L\΍aI[. ]K(<<T(r d,d8KwfCw}EUՎ=CK)\uM<JRc캡KIO^i7H# z柂ٱ̬!כ!J}pk5I!t?VOD+Ps>PM isAc2a54352614fa51373ef75fba893ddbc129152327b96d1e9fc67d092376b77da54abb335270c20b59e824f3628693c350f08d251Nd`B!M@eee"@ɨmC$6Z|YyJqжGP;5P1I戓#Sr|P.CJjlyp@L?<d" - c!*? Yj      *4X`(8 90 : >@FG(H0I8X<YH\p]x^bcedefluvwxy z8Clibxmlrpc_packetsocket81.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-076SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxppc64le6`B`B8b8fe4640fd2f8cb770b4f253841213c3ae4fbd7bdaf34c20d787443b268d09alibxmlrpc_packetsocket.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_packetsocket8libxmlrpc_packetsocket8(ppc-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(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/ldconfigobs-power9-07 16149837511.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_packetsocket.so.8libxmlrpc_packetsocket.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-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc198451773110e0b81f8917393d8eed34a1e243, not stripped PRR RRR R RR RRR)N-vutf-8a0ad4c91590f6b30e2885ac19c185f7b04b5868c13f5d40260e0af102df2844d?7zXZ !t/8.] cr$x#DdA&|۷"#l#kQV 5%AzgfXT h&`+7s|Lh-qIĴvpR'4AVݷԹ9f^ϱk1\9( ?5a RQ ɟYC /k%AsseôuLn7`l'e:*/.w 4X`KQaL6"#PV Oҏd 8FhemF2!/r]&RXYR;x8?p#약NH _d}=aI^p#BxY$XZWm[d\<tڃH% 8 \*+mio+IB2VUg&2Ǻe4gˇ5ޟ%꿤 i̐C*L`~Ɛ? 4'F `9Ol ?pĔ^:xP] ti -%bx\;@:~ӝ^)E~wb86RP0?ELs;6:'^dK3]^ X*0\0v]FKA%/a|)^ma2pA&冨(JGXD9YnwRM|a07E}(h6hu9%^kI2=(fVpRƗqAW-C@c |J=cW!zacW]f[q,:;"aΤ .U$;DSlQ7|6i 2^p$T1ׅqť=-hJ>!f_冰 WhPybV.$pdw|8o~cR3IքmmtlXxܯ}|F#ךJC,RB."~2{oD @Nf;v&eBGe9ÝD_{5 탩xON !6eV>Դ2hQԷM)lf`(cTZ;Ra\[&B܀ sHUCU=+'Alc&9BTXj#jup/څ(vt^/h\6d{uEi Fl 8hJANnI6eaCmDjdYn*V0f[UN9EaT|ގdwA0bCh$:A赿aK1>GUJKoFY!L=ԡT%kJ.b:A],#67-S2XT*̕-LH\;V>;' e~̢  x PR.zl] (M:q.X%ؒHgvyhm\rfǝT%1ou5FIA6`,%[^WHtɩ<,v\oI" Wy*hqYpf O$bH+~P4W1M,j"W|Gy!zTL 'dNy^/f4/{Gnڠ]BN`l#ܸ}{"c#j[93j(pآ,0޾bGo 4 [3xbrRJbs(clƉ#c.j)߃t5AwHxV+l%m .y'Q!:df@Dʘډ@#Mn:XX>%qX&O@RuF/xnr7VCP@TW?0!z|ZỼ+l:ux8B9qêBKZm_n fl?Q̛\/-rTDEGd/>GD1_P$vwH8^] ~0~ҫ #`l#oa:tٿȖS3'ฯ 2/)2g^yng gutSk*X;N fΥR0: {v9.I^|`dk%;0|vm`S!P&{W%kRf3.񠬨LmðG%Gsفl;ֿ:/֊ ڹ/~0< =ߐsTMP-ʙ-uq TPcLeNm5ԩ ȭ)/bf*%ыqZ 0h)FiT'k`mƋP—4wj>rI~h;ØA"{tCk\`[?[Zs%B/ xCk HtoeX)*87!/8Ϊ~$EиscyAƬF5Fޫ ԢK.w:{z_&L˥tcW Tw:K5ϩy7̝a# {-fs{lQ"†];e@Ù`]Ø5ţKyk% f bt00t99;-%c,r (o-礘;.Ӄ23/E'4YKte*NO)` q] Y0>0[B!žeTo8KIMTT}DO[ }b U\Ay*tT!2jY(y̺W*Xls㝯 #GƘvA_FIA6#w{k^"I%%6JKAu<(2/l=Uh`,d~Rƶ)ntV ).$%  q[ݨ΋XdKA?ISڏ. d8Бo!{V.PC4} S?jaÊ@ QZ<4+7hqC.7o7TA5lR[E5 ?0OLsCby> hή&&K>'aJ X_fo5,:iAq^'masLl}pX7q"X ( p#3BΓ7Z0M@(-_O[Ot(xf-sSb%Db 4ϝȆ$4Snu":#*|qnZ\zsztבihc Z3ӛ&/I vܜӬxt.|d?N\' 6!Vn_VMO:OtaD@eD,Dҹ@Jeh_?)}t5ANF(}s5d?Rnyn_]T2PpF)TF{m.h k*b>xQ`W?^_%ɈJhٺp+;mEL՛ś6:S@ee *5UlXR󶻩BM@ 3@q(D?,<їlbLйrӌ}l a3w@V4n-{ˣ{L!,^a/lrTʧc( LͅO J>s2WwKxj$Bl%nK2:/83\_9JgZ9/ +=lk+눹;{pD)WNs324QGݛ BgX0יeR f5d@έ Lߎإ֖ rB%$S ʩge:#Q{{S@U)Q#x[%R_X<]24h&'T;0S%R||i{J"s_OR/9];e }-Hߣ;<%vf u6_I+X,el6 \4@ gk2 D @I ;I>ukL񠓅4~jUmAh}w}3ʐ'6Qj3a`)BWA $ywUwI!bӉb6dN{!BWO!V/_ȝ%G| h~]տ1S; yNhnSEF+.?fPEw iQͺ23U&$UZ&}7&ab T ʒYыq5BJ'izY7Y >4M&w47IJKKo&HBgKyGOGꇿ'Y:r0 g,o=.֎(qj\xߪϊ(Rкo)3h4ȫRTC!22}  P.31V'6˄exwkm7#+Uھ8ernIZtdH^oۇ A)$Wuh@- i, xs7:2:Q_c-˞@PZ$d]);˪^.$C0vF pd\o28NtxUhT69'.&relLIC],qp٦{"20KX%6kM7S'0AH/&GCD9{@Tq 8xon|2Nq)6ruzoϳJ"ZPpqEqG!<à q7ąiȢ&_®#!ˎH=f ^3#~w\qkghp*vqgy/wU~p8>ؖMɇt >1\T} v!+ U70ڰbe٠‹NV'ڃ]dTnsRV%47lTEBWW碷zϥOɍl#lB˹/jwPRc60t 1[EbI'ф%A{2N*O<-C: [c U >F!+7oqHR{(X@_RD1 AC㚓&sxm&I#M(kY0Q=foVr)K+jX>9R`վm5e>dKdIh.K˝;JWYqh D/'No2#1N>H*\MI\YU$]9ӈeH Y;cf-f/I5nTldKo{ !y|ܹց:!Md 6J6ӪB к"VۜF?1Za7Bx.Nj QidBr1Tӫ5!n(_ BU x7́a͍f<7k*d@ ^Ќ{k_"Ѐ>TXr5Ĵ5TUR+DgkxsYok:B߆]I{2|GM ASF˜N>.Jxv4Ƹws*ȫ,w6J0,CZE&^yABXz{?gtڑ'{[?Aׄ%0~pF+p˒45!f|CZ✴ 3yo-+kQkPxsiN?=rd5te5+dr1fy:N#j!AS$Kϻ:eFU9AsyHgh,ݿ -%a RE}y5=Y, y#dtΏ*LR"͢79&Cmݾ^tmO6 P!)] {KƺW̪tR;}n?ŧ=3k 0+Չ sU.T;tUHM0x}Eq)5>xWIGQ\:ibFn+M M곧 W8W/t KCNM=Wwi>|6Þn><I{~[wk Z}3C`z\&K P ugi`9Ak`I)~(x dY- 1jzrsc`2lpijpgŕHX< J*ٚS;q*F/./ y#Oq0BmCJ}*#փØnj #bØ rqlJYM`D ݺGd\ XgݞKJ7Ҋ;^ՠe&T{PU p%H>FƬ" 9zL^?Fʱ_ii/%xcDYbs-j)>W7X_0I>LeiƸJ9\oC7CuQݟn]}9aa M֣ީ%[ ]YRrޜoPt"p_ԤQX KI1W]uCFڍ]}V9i4X6!Ѿ+!\JRg])Q9R+ɞXRE')[_Y(iG@ICCz\}圬tvb-@ W0bZh3]`ʤ{gU>}Jڔ0!MeK ($ƾ89X(D%\xg2 #(L5k ,wVT<~8J5 G~g%"|uA||5im=!8W.OVRhlz#[i?͜euj!&:$nk(50sQ tąp2wx nI<&'jA-@$Zl:C #= ĥh1D~yi翺c&068p%.j%GcRtTD( $S^< E2"nuzbѣbZX9mƜ1)]-q_ekNs=Q#H*p\05ZBL|*Z0MYȂ*i Fv$ų֕ > % ѧFuRk-%APǾ|XRљnۤޅL?,c~OhBMjEq>^LfiRas,k#?>.>4m ޠn_<=xy+)'k8`qW.bm?Kl G#n(Faaih!ke9P>>ó{.-sT1B$y|MWhePm !CyK< o1)ξ:+|1 'eϞXW?m3$t|ɯ y CU+MBP 8.ٻICcqzMĨ ԩh-<|"dXL?cMM7W;^g,5Dzt'8SWc  RzIp4j4SJYĨqE9 |GkD"opƬc It@=ʸ_0ṓ =;ם&N}Oc_^hHKu2wsc Nc~q[;T|h8AK\΅lO iH̲ +rE04>"Bhjao&`5S>41[jx{Iʶ)U?~ yAd%ORє2gP PR`~$; ?ηobŰHMoԁX?~h~S=+Gl-8NArk>_mvxϊMcV|yA.8"¬ ]4m}dܣ#% ;?^XdQA~VM ^7Y/$^^깅(YX3?olk[^med\Z?u0 yχ)W@M/3xQTFIDH?'2JPYpM.$شehpq)+!cTYJd~XA3&Cwep`4mLï:y@>QFfS%}=p&v.P=>jYPq V%9a2MBER'gTU?蹸 #Mn|/vr./B6+¬O*iGxEUr*e^xC7S}-Mut"j:gK#R^h{;fxj(InLKыDt q'sI'K%/Fu@y9/z{X =ηty{; i/BsHN oD*蜢4M zgbvH- $dz8H›MxQm2fYR뿚q~ g)$Y282x܇VwHkad T^-8+Ć,HoD {_*vidv5ёZł?iCjW+XKIR&QT 籬!GYl]JC YZ