libxmlrpc_packetsocket8-1.39.12-lp152.3.7 >  A ^/=„rkJ+{ ]@ۤ*9|Hlgq=Iqh D.4b忙 ,ڝ(f9WrΈ4گz") n)#c?D2gUA9΢DXmBdT( [& seS]Z'D:܉܁P6-ͰΡ!y8vQɨs;`ndMՉo ,)`։ =4+;ׁ.V` @S73aac79b5f858a61033885222c8f2d6d047539e39b0da5c78ca7f2c066f3f06801ffcb8cd9c287d235d4102f3609f38f6a0dee4c0Bt^/=„J9(Ib_D9(!x=he_3:D4D˟#*_#L;jȘ*L\$i4_Y*zmW2iaΧsmW-yK'8Y^2",(jRbf*dWAA0 p^(e`x$(mhe*Wȭ=y0'w >_ M{Dh?YH;#f~tl>p@`?Pd" , b- GXy       DL(.88 9` :! >!@0F?GTH\IdXhYt\]^bcdefluvwxyz LClibxmlrpc_packetsocket81.39.12lp152.3.7Library 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++.^lamb20kopenSUSE Leap 15.2openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64k^^a5f1e2ca8b424454817ea9327335cfb3bad11963b2f81a94f61be2c3c7869514libxmlrpc_packetsocket.so.8.39rootrootrootrootxmlrpc-c-1.39.12-lp152.3.7.src.rpmlibxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_packetsocket8libxmlrpc_packetsocket8(x86-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(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)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/ldconfiglamb20 15896483831.39.12-lp152.3.71.39.12-lp152.3.7libxmlrpc_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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb62457cca2bf301cf5626088cc1d75688fa1eaa, strippedPRR R R R R RRRRRRRTwz_Ho򟌛utf-8b762756c3d73b439f2561bfd0de298e98c74bcdbe263964675b90c59e9a9d932?7zXZ !t/l"] cr$x#+c99!yMɳd({XERv!(?~z匴a+]-C`U>u$[OU6Z>FQuӯ[ߍz"$_}lF*F=I<^tRejQ $fe棫Khn=#FXNhdhT_xL"E8}Qg@臝Idf8pU٧n5p ^"d~\#5S\ _p[%L(<u=?p&:0Js%D?Ao0-ާzC*@ll|OwsvlTxW+^ C/ uC*$cv%&?&eyM`:GqV^zZe%p">2 ԁEH#l2}3ZQǹ@4ՙ2 8 ljHT#V^Rg7 1EJ9a& I8 kDi%%z=[C;u =xf蒉 ,uk#3N gz 2i'MM*ѳ@Pl)xG:I'<{5^B`&pxI=mlXG ¸[qֱ_4 :j GWΧz/=k$ 5)5g_\2au =u #o27(!QE!Q/͉~x3d4D!tN 1\Q#  EOi g GDqi&B*@]]POd|"dg9\I˔6ǀ "}9ou8Y6S?Z?o)><-@}}i:ߊ*k0#kzG~XcǺ{1sV9!e@_RŬ00hU~tAvnUVlE.U[^BjM:׹kj ܑ uqwZyOP^vз|@3. xdoc}DSG86uҕBlu8$}{EЭr[5~cu%2h350(vEŪoEBoM` ~z9y\ A91(QoPN\'&D7<$Q~??5Jm3k9Pb'hq1<ߍC\@r 9`;Re.=6sMfb ~gSs4;GHĂΛKǻաȚ<ȭ*vR@QQ|a~TT1o I_"3IB$7x}"-3偗ӂ[Hh;ɹsl|Qt; yJ6ac˵IaQsWɜ!h] \MK)Xnt>X+9TL%CeX&M9/+atqb+\:&uEA N&5q#"3goޫ|\ݴD+2G2 nAUƮ/eDoñzms+K]۷(+z\bʖ$w2_$84lO{^ř>YGizSn@Rs`HV^kROKa,G@KT t Ԩ1ؖ.O (hET3ߩhWUM)gWP+!qh8g#cSOX=x& ,1״wofE|}tD#*ALkaW`LZoqyCd2Sփ'C/Q|]^`#Hs+!\^0geZF:D-Mő~ vt? 8{RQy Qd(m!1PQ4p]G+/7edPMɬ2G mzFFM"KV1,?")\)'S;=c$u=;B`N\w m>R[;CNRKofwٿ$vk$K;.?,k$֮`Ts@;͇/Q *ck(hV>F xj䢼DJ٠0Ŗ=bgC}4IUٯoVp$Jg'`Ȩc-}r`vn\7K,=z]oixl& LVE9j@鮬L:<;鴷5F@~MhAq&4EQQk$eSMɮXFۭ|5:wM*^-;Eؿ@Kįѐ2Y]?ȡkl#Qjnj|lTo.njZaV Zm}]0<[ tRxt. V(#MS[@7,G=RGSMPLyA΍]Z2!'ǁr++HNlM)v W]p'-ގ:;{G7K6d8MD|ED"n~W38Z՗SCd8$Ro쟎yN'$9^:5s`?f߲*\IeѫL%˗ƩuðS2-{bKīy]!SFa oĭ O[pߵ'?M@HPx]7?K8|ix<# sO?%A-#6>/y6O`p3nx}nmKk6$Zlkh?C@C/~|DRT\˃%nc[d/'.;C{l|_?si 1јbR.a;ii YyMœn)"XE̾!onaS4d0bμ2ǒ@+硘Lod v1=f7\Ҿ)s,l$ʉLmKc'KLM^یCꔉh;/d[4`r6m}Rlwj谛{ڦ;M걯492\;c?ݖ^ \a~-~LZ 4ɽqZ|V/KsLjoTZ5æd}[=GsGC Cj#%" {+=&HZ$Vo `׭ۻ~-v?EއުBj# 'դK[[| zɸ֗/sOhPwJ1Stv}'vw!1K7Vhɜ _ЗJ5D$ןQ>xDÜ|EVrgfljլkof+Y A P>xeI.*$a\a117ul "9FeaP++xad1hM{>  ob{'z.d򢮅]օv(hǘ5S|>zJ۹MO!3{'˔h>oȲD.ts%X+͢`CӑJ %3w)1Xz\B٢6okHlȔqy*Yrv.'w1x-% axSřҰ/Nj^Ȱ g_9,h]s^^~B[VbbSUvw%EU`߹u&h֋IH X!Dm\0 oS[ W989=Vg9:d#Op'g9]2~^E /SN]Q=WIM qcW M SptUڔkC!ZȗθaAךԭY1kǩ`K xu./U^ *L$Y-O442g44;e+{Cǟ|]nzpq Fg[`r2f!ʤb+=tOT9BUork/*"WlXl?'d@/^VS P!l*9QPىQbud>4XU Yh/pb|a Q ǝ4ˢFq s$q`GM&/Ut,ϘX,bcMwi .Q:*%ɓc?5931d3-.dž+oM6B #ۗEd^݅LP=Ά@~d_x$¸W ư Jg<Сz'RĄ^lvb?8zc&6ᢐVb=Ռ#2;!s/V\eX:4m557g((m@.E1'RB[a G{mN-񎌥JUAi #կI1=nnNѶHbd9j~cs&l-=_Q=cRqC00l&M0TIf) :}* ?[!ZTe0.#8Iqcp߹_'gKAeb**g$ V&cx <1t"O/=4g?6d/j)+N椸̱u!­g@s{n'{jf0R1aI5ϐoOuɼ!ʩA/J%Ey+9  YZ