libxmlrpc_packetsocket8-1.39.12-lp150.1.7 >  A Z^Ÿ/=„%ksCMtᠭߠ'X'iOek+˴SaWH`o}Bvr=kth'F?s F)OuKcafs!*򔛬DX_7  !X9R5?J``,SS/6%0KӍ vHS+>az?Xds,8DtI ]/K$jc[H(Ao+«;/EW~w`HOS,6Qx׭cK3P.E V5~=NSh ƛ5`guDJDŽ K#,03p@ڨ$sk,؝UEZUSI "l>p@"d?"Td" , b- GXy       DL(.889:>'@6FEGXH`IhXlYx\]^bc d e f l!u!v!w!x!y!z!""""PClibxmlrpc_packetsocket81.39.12lp150.1.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++.X @lamb58kopenSUSE Leap 15.0openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64kZ^Z^8aae5cd9387a1bb1b0428721031d8bf6f4fcf2c3f76b95560a036a669cadc63blibxmlrpc_packetsocket.so.8.39rootrootrootrootxmlrpc-c-1.39.12-lp150.1.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=@N=@N @LL|L5K.J@Jp@mpluskal@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.deasterios.dramis@gmail.compascal.bleser@opensuse.orgjengelh@medozas.derschweikert@suse.comappleonkel@opensuse.orgpascal.bleser@opensuse.orgchris@computersalat.dedl8fcl@darc.dedl8fcl@darc.depascal.bleser@opensuse.orgbitshuffler #suse@irc.freenode.org- 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)- remove include of curl/types.h; file no longer exists and has been empty for a while- update to 1.25.07 * soname for cpp libs to 7 * 3 new libraries (server_cgi++, server_pstream++, packetsocket) - deleted old patches, looks like upstream had fixed it - added fix for default constructor- update to 1.06.41: * CGI XML-RPC server accepts (ignores) parameters after "text/xml" in Content-type header from client - moved changelog entries from spec file to .changes file - added patches to fix wrong usage of printf format for size_t (upstream uses llu instead of zu)- merge with hamradio/xmlrpc-c o there shouldn't be 2 maintained packages :( - used Source from sourceforge.net o correct named: xmlrpc-c-1.06.40.tgz- imported fixes from pascal@links2linux.de * C++ bytesFromBase64(): fix bug: high two bits always zero. Broken since created (2005) * Abyss: terminate after current request, not current connection. (Matters with keepalive) * fix xmlrpc_inetd_server C++ example. It has never worked. * fix error message about invalid XML- update to 1.06.38- update to 1.06.37- Updated to 1.06.33 * Mon Aug 4 00:00:00 UTC 2008 - Peter Nixon - Add xmlrpc-c-gcc43.patch from Gentoo project to placate newer GCC version on openSUSE 11.0 - Add Packager tag - Update group for -devel package - replace %%%%run_ldconfig with %%post(un) -p /sbin/ldconfig * Tue Jun 12 00:00:00 UTC 2007 - Peter Nixon - Updated to 1.06.14 - Enabled all options - Fixed 64bit build problems Tue Mar 14 00:00:00 UTC 2006 - Peter Nixon - enabled abyss-server/sbin/ldconfig/sbin/ldconfiglamb58 14903568001.39.12-lp150.1.71.39.12-lp150.1.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.0/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5bed76168d2f72e72f8f69ec712c5c129e54447c, strippedPRRRRR R R R R RRRR!˽Y_*T$jutf-8206b529788789b1dec3cc4d1a197f1db3f4ee19123a753ba84b5b13484fad431?7zXZ !t/l"] cr$x#O&zLƕI0%H>VXi(Q7ӭkYͭ׭Ӫ&#(F϶ FݲVH0]j>k\WJƵ*3o | s_󒖱G?wrO]hl,Rl` v(Ӎttw1G$?db7[xí##87֩2G̀(lGV }C+jF0ҝ*,MP/sQPq SvN}Q!?4CSvUOIfck}zTYox-zdUk>i9M6I6QՈ> ^܎^VkRYk9v{\X)xdžbhRXjhlj\x zsϜ [OS9XFW?:㚪BQIBS3 [ )~ƴ(3-muQ*jt* pvm4 0G99yY$sD+'>XlK&8 ᔼM8wDU]8I^D_\wѝF%7{JT#9.&zQ\%'RB .z!@O+f\;oX.8ėPoioN_I ݏg# U/9@G/= l hCLio_[{^jSaC}Q_&] .Hؘ-o7]:z (scOď $%I ݂ۡ!fWU̲(ۂ镔*1iT4˕/q$vt.U;2RįGG|D;[hI'fd@ZHD1YFH0FE=]Z:&xq&) gփGNnXQ[iP *uW`R%!AP MY/4?Ǹ Iƈ'WV-:]R 0e6De+F=eC@VT?u$s7l\o\dz|]I:V\;㙠rduB~.X{&2+Y_Nf]C}V8!wޟ;U̩X+J`S|6KYSPBjHYy.%B֎y.؞n~~{2ƬS} >:`WÙ*X>o0楬tܴ~rg'$¢O:ǀ8Y"Z4qm7J >`r".M S2+LuzTvK3nI Z ~c4c$!Y;X^P]ifLIeɩ'o 4 :K]'vP}$A[Suɗ+y'DP'rơ5D[-k!Kr.\'(E.2 bU=#Vl~.X^$楉/:ҳYxN(´ф?1FP)(sѴ<6_ Kiv"4X nҌ9SC+Xa4* Gv40;(1 ⫽%;Mjh;`a FG͹̝e]rEC "C6"R5bj̼,hMi6#h5KzJo6gԣ.]8?j /CcÒk=a_r #)0.5?^}v̀>4>MR߿=j- l=Po&v)N,r&?,'ŖNB{(w?t$Gh>6㩆:Ta26[ ?vW Bc@!hqpғgǮvUqZ`^Si5𱼁U ikȹzd{w 0e=< At{ƐVИ(6WMdmoKګ(6ѭna'՝ĺϺٝjYk-ݲfn pҵJ55h%HICubɫ}q6? i %݈t,3;9!ʤ]=IPGsFdON9Є(j5v5\/Mur*TLP[ ^{]*ԡ"O{TkNxˊĕI@HmȈ*az\%wBYuBS<8w&cn77i}<е%nՏ3iJb ^m{@f{S\Eb!M\{hQBHAc^YYs ?SCWΛ*rOCBnIs,'(kE`G\ּNǠg ?0cʋ.S4+D.'9n˪ dҹ}1rj nJ-͙-w,Kjc_@O߁X1)w~3@*=j i~?5t7`+{^ݿ xt_9x?=0 _E<8(EGԴ%)$d5^Jkʷ8Oc֔[ k OuNUVYFd? v{%?^^%Q(oepXR>nPH> tdVwTa vU&\ԑf߭q\|a{(wGiְ|2{^ݤ4Q;2fLV<Œ[mhYS $A sXk?n>&~! OPiMŵ,n̐070RR7]\\$n|(%hyZ hǯkM9teS6/G9(jiFxgh Ycm_1Am m[3z{a?(k(UhmF֟yx mрQPT*/)O O,Uė,$ˍ(k6Yw痋te‰wAc`m$TwVx4eWjg#LNepFzXF~NF )~**ZJf?j1Y-H3o@uy-z"aY`[B=(l|,uDr/kQ  l@/b zEp_wh^T /veR)Φo/A >/q!eΏȇ sӇqZa _+mddeRaJ ThlcF؉ pBo{wq8=mZSp}wII si=z=lh%U8Y$'EvN﵃6$o 4VSd5-yӓx7Dw)#Ez8|jGc6DžViit6T[p]K#a5 43La|FHzb{lhҸVHyhLd t&8,D6V}n0 f9[v=+7Rb;7 ӿ'Nrp7;]LFF*4If¢(鞈,d4p!9$~QT>R]$w vh_ Gdө@aCJW k%múfhQYɩ/Nm3g 'V<(Y~:y˥3$};nN+1nd/ \mz;4fOL{1 7;?b89Kc}.(eǼMƻr;:b߻Mf2wF2 ]D13e(vY504ALyfѓx4"ۏ΄p#G7"N#PO/L &+6.Vf(_4%bL\],~SgEdT&>48SiA<Ƶ%v P>T>o8yt_44ɩe'=&y]^%Y֕%m JuĆ`tp\ҰF}sbZipRNg_'}7Wz`lݯNV`|VuIW2 nIydU\ZwhH)ovgkϠ魮BUBw2BKǎˆl; z,F5;qv{OUkD˻UJ;-,_Tc$يUea83^lL2 \UsZm͑ Ϩ.*c5d&q=Q/0QT{t5.PYdv(*b 2Ṕ|9yKeޝ_h0}mHanNY܌BRA9?a6өK9\ezE'!G5S`ub5qC[nv._ O><5)ba(D#ڀ(an~Z!AE@V6_E.GosZ0DJyZGfެүK+`߮ >Nk{)UTOGImق%PM\ 35zmZ^ggx$1Z![ǜEe|ڦ%a1'S[UdM{wf<,4յTVBfNĺr[Su _W|ZF0hC&m:, 00<,lPRVi6 2Vw^>4}~#cA>c m]Rd*h-a?7?oDO*$#gu/yl:/8/z@X+͟ թb322/4"?FTKth,|yBψWBZlJ%+!uwg}Z [czj{^s5gK\za :nZTqIM$rg{o q hzI7(v)+kz6I`@9[blkFG _b#kՎfl酯7O|.uaCӐ,`9 !=k(JWTid9Kˮ>YO]|P*BѮg9` ]{:lXT-2-VK]L%Zi6Q! Sڦe9+9k:~LV EJz=+(:-0ܭ K)!<_"?$ ]3'Z4kZ?+%V_aڤV! 'ƔqiNckKLp!p)~9_l0}g`'@+N} %p_ji-5UBzOz{UWܼ- InB.0B;(A7 mBE!X;&D@-;8I;(cP(e y %>ٽ4V~$Anxf 0k-9, g2Q KŢ]f`Rw,=ƒ`L=Mj  uQ`=H;JCSLm5|cc)R1-g՞8gj>i| b@D-K_YU]; =lɴ*if|6 }.}bS` {!sGf͛:m4#~@~`|,W`H:Kj,}qЬ ܸHk'/ˬܱ^| kf} j>Ыlde*x/Gl S-]k]\U SkufpQZ/3y2zq$^wns%ux4?G~-Oţ yz$E-0&*ރ~raۆxOk0,J |>z#*C.Ζ$`+'H po NTRg bYTqkfJ?AKY Y'/2o  IѲ7$BnS)ΆNLQW0< YXɤ?t)qU>)u6؏dL4+>ߗ3i?9Z)ɾ|E}~ "215+laa8U9c,i,wYNcǀ^/<!bW]~QZvhાl|"p,6cn" 7 R^KS5ztJ."ynO~-!Omwz;I|;U5? ْ=T{lpygIkr6YQH )&&> {;N0eؘ!khZL "rAE$p0 'A* H7SsP)J`Kժ9#. Uv.Op7eT>b)%Bd55q2MJK FjT-:8pFtsC2{~m"0vBA.S_a&X2wﺞ> eA5 amvS ad{aH⁣&I!7uwnͶQdҪԻvֲ"0q>,fT{yR,jdl4mX)Pָ2 G3~{{v}4@2F?˰3D1`)K#i4b**hepО[[6^̇Hj~z %74ܼPX>1j?'*ΒGZR_Zp.Za@kkN>j+&dC-.;M46D7ѭBdD\ 3j(',cn DjN{Udҧg;1>etu8bdǀ4C xf{oY$(XZB/a)H]C^c}[t*\-FnÆH)wja?_ tzщPֆ/}rM5R/ 9@&vY~NjƲF*{F9ҕ0#mwujSqG1>gը;Jv,X 3$F ,[ ]EXZ YZ