libxmlrpc_cpp8-1.39.12-lp152.3.7 >  A ^/=„h00ȏ/Tr1[c)/L-*֙TU2!a'-T 7c8,FVI'Rp4z:bR,[Уjlk/L_NM\^2e.ӏ*DS.;+/Q׫ %~GpfvEc$#qP<9lk4 65d0564794d8145d488e2e97b289b89be20cf02f92980ffadfd82876893cfff28402dcb7d24b62d0586d35658e70cc46d6876a52:^/=„F0ѷՐAX?r\8_Ai˝Eѐ:v1mHR dhkG-:"7}`p@ ?d # Y ! ;Lms|      08|(8 9 : >@FGHI X$Y0\X]`^bc>defluvwTx\ydzClibxmlrpc_cpp81.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++.^lamb20YopenSUSE Leap 15.2openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64Y^^b2f97cde112d303ed2d3a04199059f1de72cfc7aeaf21b0721c3faeb1afa017flibxmlrpc_cpp.so.8.39rootrootrootrootxmlrpc-c-1.39.12-lp152.3.7.src.rpmlibxmlrpc_cpp.so.8()(64bit)libxmlrpc_cpp8libxmlrpc_cpp8(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(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_server.so.3()(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=@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_cpp.so.8libxmlrpc_cpp.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]=509d05e1d422a4e3856baaa79ad6bdf8a935c546, strippedPRR R R RRRR R RRRRTwz_Ho򟌛utf-8b610a4269fbdf2ec7a634bc5784e1512f487537d9239e4bee65827b78fb3830c?7zXZ !t/[+] cr$x#+cXo$UYV+\4v/8)GY01ʞEҏ`e٪\Qde3=R6/y2a"Ʃ箙|DJ%+"ӥY0=x_&|1zCE#bIaXS}0?PN N"Ŧ۳D,!O.}nW͓|0Ȍ!\Z2mM2`]bW2 "h8Az5+5glt|!ej Ôa6YYmBpk>pș~5jlIwvRݷAç g|C?hsa{#;z`LΡOwƘ_77D~A#$_Ns0GkG:)Kp\nL+,-tgBfُ0xDSː_%XKtLpZz ׂaOwr-Q$O@N JBڴ>V:E 9y}ttvȁKpMPصjx%3RN'H t$( S8ȇU26 G ׁWL}娞%D&B+(ZHlm‰V9Vㅈ/Uj[ BZ;HdPZlVI=n q׏}y-[u<(Ki^BČ?0Nی[Uˮr|}ET"g1 f^\4w[3&Cq{/tȮ}s@{_|6*GP=# FZda Ɲ"сwmA[Eި;W.]36cwKak[gv£H$,P76+}qvü"MsV@yQriD.Yyt'h08TD^lE036҇JTKVc {9h9WLS2EŎ@D5.M5?qu ~'lhKMwX-Z/bgfpDꎢQM)f_qo7^6֣czΤpĨ!rJBbsx1ۆ;n,DRn[Kǂp,GiPS$ Ź T(Q6Pr3~pRhO{.h@ :ǬWtQ9a<\(5]9w@E6 l9Ȗ ??ܕ 9M/X0U_s}$KF UVf,J]߷r^Fu`pL%kuȉMxX8{' /搮kut7Q܄` X.\ "HGISؒC^ a'XV2m̷? b>f&9"38=&ElR 31R22zd46$q竃̱U:x9ezd>*摭ߨ29Ⱥj@͛ez6.UF߃OU i{Wc5⿜?CZo8{gORj6[h=S??2Ba-?Tu (ν/.M>R> 3߬>ua$sˈ~s_ :42hrPjPIc ~MKAKJ[D3GqI6\-2 qƌ55wmXy\$|Kqkʌ'5%O5+0NhNmL/C0rCLdKGH/}ZV.tQ= 9-D].l./p hR?\l[Q\ ʢpF^R[@#(u)Tލ\ (.xJSeƹ"NezN=1Z:昢XM2| y˾}ZmX=^IZ7ވt`-#@!nM5z,tk=UV-qGl[Xێs {@"Dxt lA7[}g:\ʴQ&dObfḻV5֨44P[GV-$Kw؂|7m ۷׹6`Bi-_տ1rN|Pѱ(Y5ń˒T_d?E-e. iF: % sDyMsz}-fQ[8A⼥v_On ٴ ;wKV@.&*^+KSӧ>## jȬ`ѷFz.gw< RW77ci)\xOȫkOU/(ӘϙRA ӤJ('Iq0K>1ͨ*_\8OL0bB/'6dʙd Z!.Wk$2Va=MoM鉻 ldy~n~BSVCjT`=Ձ8 qv&L![__(rs 7 5(u]Nޠ TgAMSf6jQB<5WzN$]R%iOBI[ϙf|'LH/8k2 LT=f2< a{/x1D bm^N>|%Nm\:uTc3TxL.QORAB*Z׸%آu+]PYO:IxP`(tVjfJ>"[u]w^,*+Ҋ O*<=T AޚAzZr)T*6{"6+@2PD9w`7#]'/C_Np5'ꙑ3ex ɶT/%?Ci(ԫxcc]]_;ab󟵚8HvYVMޟVTR\6VA˂UD+;jb}srkջkLQU<,Gܭ%;-@o=>ϸm/qJ";ឡQf2̜@!-j mhɨ9 ==tdW;fSpPPs!]«B;; cC Dc-iAN"aˀK9 *|B6j6I; @ σ1eag3K4K4 $tv4F&[4=N2s[`-mq96m2Өm4Y-DT[RC_F6E ?aE^Fn&g( Dؼ.eT|&鷣shڒ(O܍($Ox096`獴~G@^3$2{f.I>