libxmlrpc_packetsocket8-1.39.12-bp153.1.32 >  A `B㐜!M@eeesxNJq>[,8< W:jnvaZ{Pb0onݟtdUEcb :D{b iSXRI랬TϊkWx,.9%G%髷Mc7{ǘ4b R(nG0m={xm&%`6k Jl ˲iH z{bۮy*d;tIeż76f34572fffbb267ebc08c1f7300e37f7523cdbf46f591e0632fd339259382d6896330ddc1dfd2523540d3b2a31a7b573d356e4aIX`B㐜!M@eee1\LNQp@?|d" - c&; Uf     &0T\!(L8T 9| := >=@LF[GpHxIXY\]^bcdefl!u4v<wxyz,06xClibxmlrpc_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++.`Btobs-arm-9-SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64-`BR`BRb74723c07d1a0c5435d8dfe21a0a85ed73699a744624a02360c84c163e6e3476libxmlrpc_packetsocket.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_packetsocket8libxmlrpc_packetsocket8(aarch-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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-arm-9 16149963401.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-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1b172d1d6b089d44ae2ce849aed9a070cb597732, not strippedPRRRR R R R R RRRRR& /rJ $utf-8cce81becc869800ea8ba82a273f7a2c0ac9c4f67f5527f4bed2ee8559e9b3aac?7zXZ !t//W)c] cr$x#DdBM7*bmOe$jM{ 1OrҬ y*]dq8_ 1Aa;R3n>1k2< roxӓE!@OʙaGpifx#\4Ϫ报zALYǔkl 3, #|J^DP c 3]:>\7^OHeOs,g8 y ,C=3|_wL;}tb!@| XCfI! P*/D&h!Ѣ4ٻ%wfw󨔆`pWw^?RP16-kc="&. > ҌNP_Nx6Ԭ>:ZۥlIa"3]29;mYm F2,ޠj`Э;tc4%\$ osPm '/1~@zWRgYoceF1!Mqm>QK:)y}?. 4?3t-W5"Y:Ҷg+]3~Z 'xs0*SL Z %z߯T;OFzoRG>}5e!"Vz\lSy_ S+}}[(vnpMETI5iJjA-/B5ްӮ"-3?^iGU tء]dF%&XsDhs1?Žt2@tXRnw:g r`52|8C E b&Nl?D;'EJI{q |r㌶3 :&"ye㩑egW>[Qk 16vj\xsm^E;\3_N A; S`}'⿳;m˪ERb:~/gPxyY Q3;¾ȷ%f\VI^|3˅!fޔ< Ǎo)^N:zp~%9) c^{GeJ˙fvX']hU`YV*" /Cq!( ++cۃ~pmǮRKۈ}Bm`nƺ!XYp0{y0[O^XvfPJV6BsΎAM;WX;\ʯ u_ bB̀Ś /rՈ?VgcH=^ = K5D_P%wxg$-"εT`v&\?Jȕ e|D#t 2BW8ɗ)dV z+ 5)n({m vjZbauMgɺg/6C6H=1N5Ŀ!]JHOP\B@Yq457L%dv@$xӶ^Xw,=MLe lk 2Wk"*,2 r6Kocp , Psk 4} _"9 ߱DY(6$_<u!qbX',IJzB{rl2لϭ )T)/J_S8O^&ѯvFQ^G4gs7Hp.NdAYɤ/cp^)ChR=w^)ƛ&jqQN|h};? 3.v/qQ}/kDx3`c=4mS([{0auC@6?mQ}ݧC:0]ٳSN@͂ 7ΊR q9w"$ q[ y4084y€KP܈AJS:vQyWЖ3]G41C K1z&m2FT5\Ce%V|wĎ죀 1h>MD* ѽR'A OL2 'gl;a>=4s3\OqZT~>uj9mk yfTp%sO0N8C0"SK$jtu;&fx /=,0w(לU4#*W+׏LfEy+$Jv[ryKy=RT: ҅'[H)p&/4b8=' >'O+?F54!Tף*UJVQ)`cCަOAp+r D (. u}|5ۘȈs@V:s3܆pىQ[PTٯa/D$F? ov7M&P=68 m`ΩYǽ 3m"Rq#1-IQQxݘ: ͗xR­q{ yR]%mP붘0`䑊[G%y7 lZuѝ1 KKbNrNazK9tm/x:_HAjTiX)V'V|K*i:F C):XN!C爾 (k,Y˼h R[G\L<0RTQ@'ϣf ;E4dWaUl>,禊 :]슝4ҫQ(>=(T.;QOk e\RኛDΣ~|ٖE]B kZLJ:9NSy(G5S|p߆{tG0e[r] oV +gvR|\1s{ o.&Kfhȷ0jņP_B$c \zDDTLPKJ+N.跷^4oe Pj/hJ6Z=xpl0Ͳd`N.`9` S'd9K5U&\:̏a-9J e}U20G3IN34Ho}-]̉QK^0dV&Yya2))p ɉ˦_'r ƨߢ/"AiW=ɑJ` jAg#O$D],UCpݳ2LZS臱 -~(ꫬB E#czc= N'0tQI/7LЙ9$[Dd3T<L-{|t=)#=t#ROQGsɞW]z\RQY (V\ qJnf@(9’71e Nr+T}G J7,UExU w aiZs(|&bW@ҼFC^'3!3 Un-ytKٷ_s6269uz=X*ˈ _|14sKv]m;9ש=.evJln81 ([ ]-Ik6S5sь%+ L*#)F`t8 Sfz7.+Qң3[2T@@ sԇO{N!E6vGlJ *&`$D Ej#Td'B]l/_GNgI+ ƒiHU>MA'cuVjݺԿL5" e/WO-P-46$.ybarXzךF>Zuf{yX.ϞV^F(8>o{!=]dž٣9 UȄ);6LAI.)@ ǠyG.< `K'LlI6p,N<%ku ^^ٺA's_-V$ }|lEl0?^^"2&۔j̆E5qP_Oeh ɀ{#n)7Es6N|+(֖%[N@}a]ܤD3URmQߋWek9&~,c_G4t`8mG7GxOεzJ{Ŏ 7u7/jz<#ǵ@ń;LZMD)̏%dB\CnIxz[Z>L7 9ŀJQ\G" ?ƻ#:`yjy%4%ëNnjO5EDd#9,U㋛5L azp䁟JkxxF–_kg}ڡ) T{f8!F.bB}ϟEN7uH-9j;\FaGZlՓ i Y)Mt2;[p8t !<%((ujв$r/\8IMWs_=7N~ T2Rڷ[Ѹb eqv^f}0,mHՇ?TlrR0+jQ%9NG 79+Sug}v/AS#+Z˩e( $ZMU7A,lDL쥰)"m֯;Fx:6W?#2KZYB>[,u1yBJ| t,16$ Ў! t-$5ʪ&55͕ߧ:,0ti̫v0K둈 2&#qq]SLBewbDg! Uavs/ vNtzrw L~WDo]Q ǖ! R[eq\o/XV!G6k& I摿;752:yY*`N& / <\]+8D>~I7 <ȅ~gAı#t}Æ .8c׌@km jJed$leyeLԘY_l"ʼn^ޮ_ELfsս$&"k=.bfiF67wcU=*]}:Ϟ; Gw#!O?%|W#Ew۳zGjj)pQT` Oe&ϷPWe3E2"ݦH2xDZ7[4cc$Z}肈ԮθZɜg2\)Օsx!Ǻ:aa 4tu#: PT8×% l]9aSc4Hx_B]y ȯa W9ksU={:IȡƯO$&?x1%L'+onWv{RK(p<(qA)cG.nW a3㊽Δt0K ) * bV G׮tJ=6e6=B,Kb]5R'3tWy7׳!ܗ8?@NCfD OpGCg|/^J]-X[Mdr笻9*B[0Xe]`Y|Fͤ-PóD"/+Qx-Tvڧngp?CWs'=ٍO+܌:/d~\ aJg&9'( J!쬚p0u"XTQ ߩ 8(9K~ c /rXFG )*c:rOkԹ(vh( in4{P#5߾[7 K֓ޢ3u+?_.Lj4gu@z3/B`MZuG>m3 {NεoCd ݖ1(AkqkBbNF<uz-5˝cOR;ր`rMP 5hZ2(Yt%SU_ԇ;ȨYsntS- (v#9FYsuL bH7 =bUCMkR=Ls&Yk.h9K ְ4yf2#x r-gυy>첆ͼEp\ ^COqwVsDdrP`EF[kb.c`h9$\FLD `~ē%D ձJ dk}TC%G'@~(#:ز!/vd9]d5mZne|8.Gk DrBf)-[fR{}wރ]&\IG|{lC>6S8F){d⪪1Jy1m/CٻUZQ( xÛshPo.S[֎ptrMpDZ@oD8$.Wo.Wkn'{FL<{B=vvHmV i*x+P+1I iXiO߶b{lׅFyR2(p`i??-4t D69rJEN 7HzSEfcx/a&^dtmog\T0,1ʂ̕\+'jUA"}.x=<t ] 6M-Q2S߀c`==ct|3 \]'[13q H @e4]G & l4D,/."hCl޷:x9͠ nǭ׬,>+ѾْP3h1Q4؞_>Ehpt'J!DMOҐܫ'nDDV'o