libxmlrpc_server_cgi++8-1.39.12-bp153.1.32 >  A `BT!M@eeeiXp' "@IP[dڑ<"Ap)7<)>"u+k\|B'Iҵr}y(kbQ m9i;O/lQ/n+Kxhhi0ۯݑ + ,Խ=OEBcYx^ri6VVIJh ch ék ЙQf4_~qfn{_I9Nxo#yќhI`ͻFALa3236a741f24ecdfbfd3dfa74535955a526e98159d4ae8803618d06b6ab9be054dcd146680039b934639fc9f4c168591bb1dc456EXk]&;kq3W4p8+sjˣ@j hfE;gIf!9|M{V XM4];S>}8X-=شlj,ONmA\oa>p@?d" - c"7 Qb      (LT c(8 9 : >@FGHIXY\]^?bKcd[e`fcleuxvwxy$zhx|Clibxmlrpc_server_cgi++81.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++.`Blamb01_SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64_ȡ`B`Be6a830357708174a9b64c8805e0992f94ef802b7874b9a7a14a1fa9eb533e186libxmlrpc_server_cgi++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_cgi++.so.8()(64bit)libxmlrpc_server_cgi++8libxmlrpc_server_cgi++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.3.4)(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)libxmlrpc++.so.8()(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_server++.so.8()(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/ldconfiglamb01 16149842131.39.12-bp153.1.321.39.12-bp153.1.32libxmlrpc_server_cgi++.so.8libxmlrpc_server_cgi++.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-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=351c6641b831ec6f7f7c9431b3c0dacd741143aa, not strippedPRRRRRR R R R RRRRR RRto:\(utf-88092d975450691277409571fac8514db974a93fc90d88247a669892dc6378d6d?7zXZ !t/a] cr$x#DdA&qKlnyq Dhfzea7[O &9o%:aX][ȤkPU p >ט/V1= >mb[gton/*ZPcU+YELM9 7Pf,;*.x}X<_{yG`ul0FRm'[01Z'@6%UԖf,Eѡ/Im]Y܍u"=-Y9hZCnժ>.}|xD-=[,|0KQ -^J|7ef.0n>͞rJ6MAg$+Tbkj*ab=<_Ҍ3xuO& /x5%rx+J8tDt&_ Y <|[kvv6$Ponn3|K$Vpw+,1e3 lea=FZCnbBO74ߐ}Lj]П7UCi>@ o#C[%;hH$oY>&!QRrjBHEvi"{p{-.;F_3 m Fa;32 {R?>S3*b\$+Iڹ{XbFq "lnԥ(u2vo<_P2VLx +9( K[̓[nf 3a[X`__`vJp651d`JB;\2j4 \i.9&[{tz Ò87%tC}<9Eb7X5ޠC . b?J ҌUvbi3@8c"zš&{QZ`:1)nའh?v\ U؀⭶xmrVm#r:$x\5}P7xBf2 |OE22@g܉44Óy@eUxJOR4mZfxBst F Ii|*b"/:!ڭӪ]+SOONAO)C*y#уg,,Pl~~c} $T&hwQG gʸ0,-(r+@F| FGKΝsH]33;JT$CYJnOvBI`"Fk9ūj.ĜWW2I0C  酨^ڶu] &11M± )r+I4VZa<us峊O1вՁ!sŚY ^2; R7H_;{Lε%O.@d)I̿9OQkW7;I()vL [ʵ/Wę3,'<˅HH8+J@ *OUp;VCM?ǢXzመ!r0AjJamD 9&Sx_Z0B\NI1n6gތL\nph4=s=‚$eߪI5xӊ\BR]4|P$K?!&Y%=nt j'f秹!*j̙)s9ELTiG,=aEjvQi5-/^g7]MN"]`UofP : t5V%4&}V-0jdW sٔEsZhjP-#Uw;]9R!ݰ@Jk.9آ Z:0j+C֚Z8a<*yJŮ=FF:|]tLQ;j1(K KaӋ7ʰdAPBeb>M( &|`f*ˤ"U<-A+bu-'zdlxW4ٛd|G/gUzAA+:*Wm )!?a.v(8Ttb:9gQ2~q4 *>mC^4yg<0`PeIǏ!p\xR f4ei#8vlYKd78͉M9f$ʄ)A|Tz|^vJCM8fe`jIҬ@J5I/%?0;MSq"aTǒ8h-Q>>B(P]pS0e&Ihp]kUw'sFXƀjQg^陰uH>w̚{W#KJ^`N5jjVՎkw(MU2 x6 <Ȍ29,Kj:t1Nh3P~d~܆cS鵃um9$˟m?,"hnCrNUϏ5GW.{@M+vuU.nͅڕxkHwKQ(#KgL 4ea<,vnj5q2G %blJVsvoN}7U)t@_p~*hRY׿IJ,|-~IͲC 'a{GP$Y9VTbcl>imwE|* Vbdo4RYAO ,6Tn% Ix3GB0VEE`0K7&sѷM4cPOqU)*Sm>WRվ.&:-}kҴDhS;nLpoE*~;qvW,z>$vX3Z[G&._E8K1i11ze%PU^s0Qv -Iwq!9~Y+& E'dV~CW~^xig\5NsyMhaMR?e{c$9 G_kŲθ|EZRsOCv1l)F[dsw`$2ҕ_ۖpS:%w00\/LM0|W2+_q3IV3Tb5?X0oP5 (| q~F^pn$ |,7uXnjjӫ8 ܦi0+tkXR;Vu?>gLKڜYq46;!oeS$ F圉9VDr[]0 :wU/9 VP+02!z.k"͔ßXj?22[b'O`e8Z3peVKnL۫Fmc#^]ouNU:(4&-7'^?6*֬ucLE x\2՟GiȽrʀKO8DwGQߐi w+Nf٭/QO1˛]WkO^|o -rG4 r}Ȋ1=pڀ3YX^~^- IoN;ޛvkf&t7'g -i=P룔:x)Q"BDbCg΍%J%̕0vp'͎'5[JFN{qF߯,rڜL L o;SÎ xRXKŚYlrזV%uuk/.-utȃ<$ .[q Ή"2?Mh1_ԫ^pGA{bxPU7C ⶄआ_0Ds} 3>yLw`HquɺaQ Z eȽ )ȃ5{^=h:5ZV&C+>(Y1u<Ԡ2fuU#tn 3/ !H&2DÒj[pW~D^o'l#[-Y W;7&Faqt|gT+J>$]<2\#(Jq-'˲׺!\*dphOi,@` lwIwPN`CAl8?ж YZ