libxmlrpc_server_cgi++8-1.39.12-bp153.1.32 >  A `B !M@eeee]*qq!2xM2?%c8 .AD0\L8YDpb5_Þ :wl.0ZJo&9 Жۢz: k$s2 o R9¬0P"`y?w7j}2¤i թ2 uT5 Fh?$ugt#;ؼ̮ M[JőGcM#<p@?d" - c"7 Qb      (LT(J8T 9| := >=@LF[GpHxIXY\]^bcdefl!u4v<wxyz 04:|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++.`B s390p23_SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390x_`B`B96b1705192279afc97e30d4f9d8ac265665a18915be578af8d64db7439002363libxmlrpc_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(s390-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390p23 16149898361.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-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=81f5c930be4616a725eddb1237e197e58720b0d4, not strippedPRRRR RR R RR R RRRR?jAGutf-8694000bdb05075b57c1985fa3e8c1b066041e0150ac71ff475641960ecac4ea4?7zXZ !t/`] cr$x#DdA*QѪbUBjpw=yq"4 )VMVX _F=|]GS wo|!2ZZ@`|DiˎlUn,x#ALW^Tеw c9Aϥ%j2B428N K<N7d#"xP| C>5=YNNFa!6T ы?%T#N?d>yNKV R8cVv}@ԟ]Mq$NN_ܗ"?R$pCtŔqv;^% ˲N7۵wS1c9u#/Zw "krC=']2W[^[VULj u9=+^?{'KsFCuGY _P-ۂH'PsFuc b:'FKr'E5ٳsuz^d5}!~ HS^WZIޓA&gn\ *u&Z4˶jQau&R".VӅB29ogNPkX >%c G{ojS-juoQs4ڛ"b|ඵkX: | ޥ%lx1ԟ(>J50 \qa2 1 0u@)a2 08 ߺ Ƹi/ NG[PԨ~ğ]WaBhs~wM[dL00aʍ `]1!(]+īZ5 (#],ue94=Dw.+ (Iw~C-f];Ⱥ胕SV,ATO|܄|1õIc3e|x7aa(5En Nm `ȝJ-1pp 1nt9q 䀍SRVm%]@~sl%=-A"TP~TIHo135꣛Dqbʑ?e-./8GiN]2KE!\J HN0+ZKN*?as N9;:zv/ @Jeb#gb5L[Uw%˫{veo--)S71r0#1=< e|D&NX .~Z[M eY --'o 2]d D%w=G"51\W0  ۷y T,R`ɸkW>bJRH!5=:̻c\j*nR'a"6 #`aǠyQYJ$"+@OzEuu#o%埯aٰp00GuVgj<1h:db]XHgnڱ=uqEXnibf:Fr,w q V,0W<.>&:2r=)n4)BĭpWgWMZ/G,x (<;mĪyTOZpū- j7-\i8 .  2gЧǔm"Tvq81Ff7O~Sh~<х謤>"Q'Φ<.zXE ڨbaD=1XhMJ A7/,w~FHXhy#gtHkCDmA TeUuwr)RI_GNs1}Qd "x'<ڧ @J]|આotgӭj2,DjAiaMR(z=b.d'3Ij6@i8Xz:rt.%.Z+;E{b`3p ,8{@7DQ>n!5̧qgz|jH19!6ciH^I?,-.xhd'3oH{hɜ߰/QX6pL#C?\W,o$%q@ԚzV -#u 0x_`|Q4(z8s$QbaS74DC+Z,n&x'vRĆ6Fy.DP-WP\? -!$0yDO1RmqgR3cgC/>ԡ/x;"tJ1 >x.~5[ =Q1pKǑ; HbS11i8Ƽ|=Q@צtڠ<apՓ ҅2*\-%ÃU> VvWL-r*>(Ӧ7|qtR,U0 v5ČcYtЩ0@ǹ Rrǰ=aTAݝNd8WE)J-2BLD~t0l )Np zq_7jUTjb,*vpJAH:R wZm*\6 i(U37| ?#!hPyf"I~_XȒN&&3Hs S }чRE<3YJ].#<*A2?e̹b<:,Z"Y$JCm>3OCj4ˇz}4` =y(+FkeoDVrYY<fLI܋H6QƤ*uvm;5_7%X 9H!jr3x \*okz4>@^@@tҔKͶ+oP` ܨݴA|#{>#cmZ`Pȳ;Qtܴ*a +dJLt4J8"*bMJNI6qO6-;ZPX!"/Q0f.<߿1ð B_vJ _%=g][)FCiR[H ;7q=;ɵ[c*Nua* `SNWڰMKbF먆d<1q#)1"M$\_DIBOP] q\yUI]-4]XԈ@#- DQ{s!$ImLGNr<ʋ35|c_qzT_:EQn6sLa3cn(\Q< $,~nz }rߑ_,k/6Ϻ^->Ps!bXQڗ2jgF\:Gɢ3 )_/n,QԈB== c7„o窥j;hXݨ]w<FC5Bnmb)y'$Xd˚)rN%Ә>5ɳ6a3@B<:%H[KA*LyzyI F' nRSZYM"IT6aUMSx볢z/Du)V6Q)9˖²7W5dX˗$ʄZ=Qɍz&uA0ᆻ~C&w+)l\fJ8]AzL[bBt0Dh&?_Ѝn2Nb0=!xr/<6Ŭzm\([ḥx=}6-p SEG>^ ^%lr..*8jSnJdVY /=wM~"C$-]7GKS) 6C) `ݮ;púM"|qzIB6cGEȡtUPf8GrfrhT>OG"u|!*O(tm:W הC }0C&r:i(CmlŞWZ28$m=ud)W(@yz:w 7 hu*yJ` ]+5> Cl"/Z"ύs)4h"PuD.?GɍQTRފ]ꚼYTv *xcu3rвէE'!d*Q H^JMS|WLTikd >]GI.x:8wչߡF|"EXL 8ja08Sնg&$ĽFtOtj׋^gEW7;ew-<O5Zt4e$َbŠ[1Lp'@ 8XNL@N?ڐ=U ^HR&9`Pan0tİ eqkyb}Q Iae"/wKe\V 3 g*rНbޕFn|EW"pW}pY}ZC/Tj:[N56Pn̵4+h&pQV?Vp91X!7CckwKڬ?(,5.SjR/O@Gs~tdNiKRR9h1Bxt6ԣ9L&5ZK"zXE K$ iYxo F QkҝV`$j~~-6d2F2zkʧ>*D}ڒ2Zzz [7b twEH<8P'P8|p72|v%#T;m{ʸHfs-SW$~b[i e kF`]t>zmmTxj|Cc1I]4]H]}ǰ!؝Nb\lZt8?@Hzۨz;/2Iq j wO_#\9J %;vثubԙ[O`,59l %Ϗ c*{eDBc>bܾyC6sc;(Eݡ&@.gFkF/oҿsUNڗ>h5Y zö YZ