libxmlrpc_abyss++8-1.39.12-lp151.2.3 >  @ \/=„l7 DJf3q]Y7~zk) Ix, -dM`~r,հI,o0?KEKe xGw$P 8mZ<rX(v8.ҭ%q&)v(AĞu<Q:;vq2tI*ױ:{@D/qSnp8860298cfce1f71e7def10eb8595d5192e48207e376f70c6299758f35877c3748bbb52ec559f8c22dfded5f1aa9f0ba461e35c4a2U\/=„{PFyRQBb,*\:emw{%.Ƿc64ۺiQk$H8\.TV~e6n:|1ΊʚXʹiC,wwxY`qS}~ݾt䗓] N"N8O*64*Ve:BϟFczPm Ε^SgV QXTim M|//.Ȼ)N s8CB4~i"6Blײm>p@"?"d ' ]% ?Pqw      8@T(89:P>{@FGHIXY\]^ -b 9c d!Ae!Ff!Il!Ku!`v!hw!x"y"z"L"\"`"f"Clibxmlrpc_abyss++81.39.12lp151.2.3Library 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++.\Vlamb66 openSUSE Leap 15.1openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64 \<\?72366c430e572f6ea167ef91b37f53941c66429cdb4a879b313c82c0b34106c5libxmlrpc_abyss++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-lp151.2.3.src.rpmlibxmlrpc_abyss++.so.8()(64bit)libxmlrpc_abyss++8libxmlrpc_abyss++8(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.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libxmlrpc_abyss.so.3()(64bit)libxmlrpc_util++.so.8()(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=@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/ldconfiglamb66 15450750301.39.12-lp151.2.31.39.12-lp151.2.3libxmlrpc_abyss++.so.8libxmlrpc_abyss++.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.1/standard/14a15aa1e93a75fc26346dafe793d013-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=26e64fdbf4ece97118b0b9c753182e06c0987c9d, strippedPRRRRRR R R R R RRRRRRX AoB!6q!J}utf-811e7c56b8f5504eba032ee232ee21738b9bc0c7bef40248866d117704b173ea5?7zXZ !t/.] cr$x#r\9 }EzH>{IK#R?/Rpvu%,=C7 jqyfd P=Q2Es BDm옶 `wड़Fe/qY2mo4stz#^!ƌY\BPEBް;fzv"|^,ܖCDU|?z} [i4fu^% RsE2ÐrazmuDyLhp5.2k&`FnY1Q|Nا {Uu*MJ k{lT,~IBO &˱B.k)(2:Щ|'&a`5soټroC]p&VH,+w% Rjlr#>C7}QWW4. ܭjXfyht@*jA$Q=y+xMȣ[dašl}uB: ٫SW(񚣓J&q&u~EvޘNiudwu:Lz30A8Dn#ٙJ+OWjs`6+ƇkD 䙆z;@ ڍka+]DrLbqU e-PA`5^,a2qӼ?YO cfJu>$S7,  :'dƴ1_FE(ZJ0ZR6n& 3JDpDO Ӣ W5+0I0Ӻ@sʼn2g59\tP""b`|ֈHWDv(Zez%_Y^Շ&:,85r RBerͻgaO,ڊX(!j W?41I{K@$DE'yI٦Ų64 NT 3>YMoQJ\ TٖQ:3 & \u/ֳ0>7[/vymĉаk9mt7ȩKƣlRb{H/<K@ca_71spJot'Wd ]q4y ďJj*@14޸WXz yӌ K ,BJ!L #K7dS51`QWy xS2O}m `8ŗ<|@gu|: λ~ :#X43U6v,Dߤ}F]&XbJcUg#)7y4ej{ȩźf`)37;Ok#\K HФ}[80%M NrќU,1ڲ x˒`Mg1K-N,/WaDBPSdРMm2 cayOρ}mĿoWAE Ψu)yQX)QT^b Y=,_L`Jreh8zF̘Zk}Ex6 X.d2vK,^h"3_ ^zzmx 4I&b hSt&녁wL iGdצ?M&܁)^ Dg| K;QH*>iU5\TER<A _!Jɰ*Y-2n@H~v`b"o086] ?\ׁuDB tlhƆ1Gp2X2&y\^9&DjnZ˿@ >,޳ݘ⋚q.6]OC=-Qu( #d  GHL$諦 wԁ̟#n+T)N$sC8꽮̬U-so_/qؕ{m-XŴWNhB742},nÂ1wHB] 0XW[+ZsQ{Jd!ȳFMYDA.29Sxd"a/Ka]WiZf-;В$-] ު>1,GC dN@$SuaDv=Lu;(K)lbWl$HC$`~*0_={#R\K I8bwD=Hȑ4-Tƒ2Dx fAa…hRŌ.!G'Q}@Ə`ܭw!7ݔςO /i:}8@:iCbY(b5Wpr2P&wyyl懍 Ij昶 1,;ܘsz=(=3"'2t2g~y^} VfRe k֓RbX#5b"n v\Is3(DrJe) V5uE^]+H̳H?s 7FΔl{Zd]=kE)!JJUVɏ_݇hR9B(\>@?%c8"OOiEc/57$:' &AHZ!m2*mhn(1H1M {UN?`)W2NЃ| \[Ԗ?\,m:)ie tPE^\S`6=0$'D1h$.yjx;,Gc=H/8$~B7uّ\lHzZM(5.A%2_ ir|Uh1Fy>)|rc8|۞U }{jF0|u0-!.ah0%ObrO&TE\j9w9bTb5#'[a_y87nX gF%a WXJ#[C^C:/ W$(4d(] Fƀn tfk{ f0Pd&ѻD&wV-r!<t9WKݲ?m?m~} =5Okg Fw,<v{ sMi^|PF،?ޞ$Q͇Mtլ k}~ ȷ\IJS5#nE 0nG4WN=MY* Ȗ̡z.K<%@˔+¼% 7, *kraqsÒL]Fl0fhG*t1yʼ=%;RcY&D@t:ZYƏo`IOK̛1AUTz=fW5WxZJ$>6\`&:񧸴h.nhǒΟ8,8S3Y&:8sPP(;X1:4e&Bwq1y4&4Pdn!7( Te~6D`R%“)-솼cp ZhI;CP72igќAc5rYur<00aɣ1+'D˧hb6c0p-E+Ewc9h+6+;X-#w`TE]Hmb$a5#o1B=k enVZ%z~!^QEl+ŒxE4?Qɺ$Ft֒$i[0ɑf7(kӼĹom+VJ\qXz u^=>mx _GBF 1/yEѲl>[§o[rmTh]*׼vT[-rp~ nIws#wAO +d1LC"u_7&)V)4'^<4ٵ=(D2IG#8befw soqSLgAk\drt54鮛VLI}6i#k_0'?Ǟ ZD D)t>e6IwFϪ906~c)T1ݓ9rzKғ>NFݯL2,JBp4 | {Ҋ}O;`e!l=` LĬ8Z)PG\;kQl3ש\iYf2ߒ€,Ұ^HA!DBON+ޤCۍ]KbQ%0;5d7ݬ"H$q V/'RxrJ1k0q)Jhn!1 O_$3/t9_HcC% քBL Xd޲6~'k3W{B댤.I8iXy6qO 6iLD׾2{^q*e0޼dzelyHY1[5{eB1 ']a$PT$4#|?EnGɧ)L6ѻcݰ%r)[]z4)JRփ̲ Ydٚ{/9~nkP׺rև;cپ#$c(>cG۰5l f6)Yrb yZJY(ÀSj]K]l]4pb%Zj- ˛73vĒ-r  +n=NܚidJ~܋ZdD٥k],+d ʩ? Z-cozuI0S 0}S7kk%셵K"֊Pf c$#"֪|4gfBzZ֠x,U+8,0R+\T d'ږ[\1,Zh82лYS`$ڰok%&jcLO$)ě{ B] ?ޘк$yoL&8?Vht>54Wp=[ϵ롺_ ч 6/Dd^9/"SZx?d-78)K̭ ~~q_<T8V_ VE-ζv E2dp9^_--(2 Fu;)j6+LHd%%!dJGf0G\p` $PԳ/ٛ]φP'w/N_ycDؘ>3B62_/a}L`3|nVLQt"%N U'uc (C!91B1S.ff(j=sD>zbC-) 8Ӧw@(SC"LKpӳ ouLj ai^T&n5@YhO2YCD x`_y4\T?r[!֮PSZd ~N[Ia::J iXluQ=kx:d sJJn[Qua6e༚ /] {F:os=~i-ߪ,s[Pނu:%S跳AԜvRm lZzåo5RءDl?퇾0?qnW?==)r\5ALRD̥>+mzM( 7]ns-\cגhkfFaM,4 7i]p-xطcIemT"aO福i4vb\A/@BlabSi2 Oe| %Ioҹ5:(9[ʍY՟Mfy<X/4R3AGu7:ɈH[49_Hx7IPLxܐMx8|ӻ_ 7ӸG* %)tA1;a ϊ' ! Vmt} >_h>JT;('Lg[1^~LH`4 mIfpAI7S$cl|It^[GdSȬ( dvfߪj<)Ǥ  dkԝ(A8 .d >:U CD @i u0i_S AOV6$Q[)ǝEF{  :CV&g)2"8U#, _5OK!)ج^eURmd6'7U RbB<\+S &gyzV_Ƃ :SzAy:H>*Q k@!բA2ZeOJad.uiH@[7zU5e#}yw ΰRgKb-: FA1$=+z2Ԟdu sXگ} ;{%U[i{#=k^F?  VpUvЧڀQ$H@ًo%r;?%+!E!rMs3hL=&qڅZwX"Ul~'h,~zM{$ S*Mj)WȾdҰ ۛ127=e_8 R9ɟ wUtsF @0}=!(8U!i7/1\*1XF Voy'$Np}^jFr;'{\̾FQm vvpnGh{j2#)gi{.*:'ȉ=#bWY" zqH))DSrm ˖ w;\3Vյ7>>̞ٛUzU>Km YN5QwnӾi"+Be Y쁃pv*]a❛\^.VJae>aeq>HfAxSyw=X΅xLYUi q}ʐ=s4ӏ ~J׬͈^8$> š)]%.? YZ