libxmlrpc_server_pstream++8-1.39.12-bp153.1.32 >  A `BT!M@eeeW#xHLpdJ?+eh3e:7%; ;+%v]7UѬ @@㵙Tz^*?;p@?d& 1 g&; Uf     &0T\D(p8x 9 :a >a@pFGHIXY\]^'b3cdCeHfKlMu`vhwxy zHX\bClibxmlrpc_server_pstream++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++.`Blamb01SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64"`B`Bb3f26089418b29a5f9082aff7bacd27b707627c2247cf595224e4cf9c89dda56libxmlrpc_server_pstream++.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_server_pstream++.so.8()(64bit)libxmlrpc_server_pstream++8libxmlrpc_server_pstream++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.21)(64bit)libxmlrpc_packetsocket.so.8()(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_pstream++.so.8libxmlrpc_server_pstream++.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]=330822b8d7732ce931d26dafa42c12e761f2702a, not strippedPRR R R R RRRRR RRRRto:\(utf-8d6bb3b91938f1fe224e13e73a554b03e9502738f15205627eaca1dec01442979?7zXZ !t/!] cr$x#DdA&qEY]+UF"Hi}[o,:#MFYX Iv|XY܇^q@.7sBxȤܱq[5Y9$5&W pi$ \ŴE9 ùlwm{e~vo@LY1 svfgꗁj 9s O8$qjpsLqNlp9xo7zj6k,Oژޣ F [Yk'oJ%Xc]LE8{:0 ֡=~3!}-E~wwqaiW TDH)hwZ"yB}ՉNv W >Jz 0]hLXM IQ>l` 3Mvc3Dp:'M5"8`d qB4 -AY&v$ h2;\I˴"F]=ݳwR$V3lTj&x;{"K}ję5},\*Q"Eo;N4f1U = 6lԨ>RX/'ŐE(`bD,v;\4?Up!B̈́ϯtr ~ا!YY6U\1Ur[L4r3~d"6^s Q%7#QN`} lmL ?\p=$a )G]7 `w_Ω?cafܯ<_ G+ogr[; ֙}XGʡpSiHZ [nKJ.O]} ۰~Q Mu58h$ D{ Ҡ *j]+pybM_Km[ƞ!Ud,)R:94nys|b/4C3xH1 f0)Gv9 ::ܥ=Z dX!bщV[Tq4&:A'A!zA e Ê^}jp g&Its]A8pa'N>y@|~)B]-܆5JFĢ˵g_&I}D6FS\,lxC>JvF"kDx2-<_8v0idϝEc·3 vLơkNIԙz"Z{sM.Ucx #!_k4!F5 `t g;RF +km >Zd(c{-r2?~OY33ďو&:S$U˯//̜JݒoCxvQ^֑'LoHqًS%e0y2ym&ϬhEQ} L7mG<Ҙɥ݃8S ?++]_ԏvl˚glتx^(' GL&> 6'D77ςĮi|Scp473G"uP`)2^&l) nQPJڲ\8NwDA3Ľs}y||NtBB8 u3y2bv*($+L]1}W!/o) ꄦd_=NK{{ztv&kޕnY QMz^{jKdm $UZzG_5qUi'XOcWFڬDHlD;i0s.X?43, f*|&)9qI"T)`g?Cv . !0:L6KĿl #H>c E\[uAT2*|+Ԭ)B<钨gWɂ.7)>ɯ4LmD~&pi2Tsk@QoBJn7T9NϣҟKfuE`eABglmWL Fb "$mU]\h&\41522#y\`oaF%WYF2^9DW)Cـw7%R1B7嚃3M6Bj  Šr ϙ*8lu€ |s[pO7k'nIy?|KѨ~V7Mz9@aԕѯYls#^^,%/ VKdJ頌o/ Z(MCsUXnF5Z,J)?KiDGUda.ӟ)j0Bm󲽳Uhd_d.9) >@HRy5\ls)ޭ@KDIq&O9nNk敱`T(p88w_[i: {P\p{d,]?`w"p$ÄN{ٜ7@%yQo \$xGs)~mJ_0[ރfv"bI=B-~+L̬`)eQ`I;})/}uk}=a^yt2À.<8vy 0֣ܩ ||@!La,m!)}E~%Q|Y3tyA,H/az_FIڮl)O}鹯E綿KkCBX$Y}V2q4p\J17%}QSF=R^c9 tL‰ 96K;!`].k%H\^6.o=&BB~VÉ=e+6`A}C?@YϿ#!yB.B SEX^1Zڻe3 ?*FeAGWBshoog튍U,Z%2!2LG *rBR)DA4k_#Pi$U*SqAwJ+^Bg%)\NI n7J+/y &/xተ3tZH L{Nnǿe#D"*_~Zz=#诽7) 3P[A>1>FIeڔpz6Tt IXN!CG>:uFQ$'.U5},qk_yMl=Fڱ1O EMxcJ\EL.HjA)nV4z'@/ R[5ہ=3Xb2} 购N-d*_} MmSOg3fu+,\%FzIK̷a8c1\h1)Zʺm&}4Zg GM_hy[7oe7@:"Z/7_{Cdx0V˯̖ m]6>  ZjF'}ˏEwm`s %^9UW6G< v[X㼋݌"!o gFT?ok _6_ӌwq2hVGAUդN9IyVwY6i%1|Wɤ.+).y7E߻Gxtth[>O=',q{= \B4꠆b|xh8ouXɑW%_kt0g|躊@Ra4$NV3' !gY~F(Zh5\,F͍*0Y ;hCCyꋰiS9аwRȲ(ҼLy~SV\0 ɇDܐsAӔ!"ғQ^U3Me%ǂQW5ÿoKTbke>H,C:{_DPjL>.@1YlI\QW2\=Cy:`i@IJ ?-$MQ5ԧJٯ"3尿7[n4tqhO8#tDi|y”^ ,tooRU}=~@mC+KlP`:|C;5q3APp LKd.Jl!ㆷ^oV2uY lBCdsem^Yd)?@'b4c. $UEnb XԐbi6+},-J$GMeސ)$vcDxPJD6 +8jAG4anC%T5[7* 15ⴇA9g:."r|iqG=2zNb<!LUvKR7_O)W g4*+}V'!o@'wNYE0 c<;8pJIo|D]^$k!F8և88̿ ^41!xeRc9#hkl?-\|p쬴[Ne/ ezvQpsFPDc !҆MNB98-O&~2۱;~UƒGsklDot+(Wwʹ2jp48y-X{b >;ŵŢC{s^sBMGO4Hp6Kxwk߹!{ $lƮ EwoF_8Qۜ=Y5_V~}"GGeNS|/Ȗ1HZaOK \RJڼ6Icnfmp 0ZRQe4g!dS%@! /P9乺Ͳ-k@+^We1Voaj+EnK,iߗ{*s-fUAy,!-fj6zQh 4[k~1iÁn&fT<* 6!1hͱdԡ//Jg &VFK07␽FĂkT;NAY%〿Li]Ы2Wh_s ZJl!VҞ#"p>rOAw+ҪS(D|iDJ=zhN K#H2g%|7?(T3g1I5 ]9Jmƭ[<.Pz΍ۃ+5ݰGn/RCd+̗`*2{FI#4SMod,sdkصU#*)>7ɧ_`74*QQ9b?&H7{XZE)&NݛKl/b.1lU<|}8-#ᙆ Z(y(̽|ɚum7oJ[1%R(j!XBeTmV?'6X82e%]op]W:GYr9G8D]xbL bâltMZhΛdG+ZUb7m/υ_󗖒E#*bEg qu0 T+և7RH۔E'gTxz,S.JI9k1/lЭ?q>>? $&rJ)xU ?y)Q0,s\d2<2 [Z}W| R;eMx_^qCIn94|ABls2Hȅ+K Gw)-yAW:$Hd =D(U]0ht(d]3 >8K+/)o׏ĝ&'UOB5}CO\ ed-/jP}+a`RdZv{ߢ, |I2ߦюK~{0k J5C`= Ŗjy38^&* p m'XAPYҨ;q vˍcX@1;o* X9f&'6'aa ɮ/˒i?s+mp]On 0>}`Qy=hV:rσ2 !!pS48cHa,iuH[hIaM E ڈ9H %@IݨxoZ՞<@"J ~ ɹ0)llfkҕ-!܌7G@S̒,{lX[PtNYwxXǎT!ni$aX-/}8(HU YO(FoMGo`@ƷB~s YZ