libxmlrpc_packetsocket8-1.39.12-bp153.1.32 >  A `B !M@eee9\z^$mҫs눠 1 U7} }G^$VziԸJ[^ۄr3—6q?Cqpؒbb~-!R~"&m!cڢ)竀5ĽtJtXZSo2ސrT*V 9Xۘ  ױGبX C 7V Ê봕x٣?9-O5mss;\6efR/`b366d6becc3ac9b89bd104197aab159ac8f04d136af46acbf89789533ad9479772e37d637255731efa517d9d2c5e370db9ec6d80E`B !M@eeeV{y6RE %׎d ۑpv%[Ub~OK=xh?āl#~&;!-dDK?R0ɓBo!*]+rrd.o;#Cz>EylH.%0 (Ҩ{&bR\,{!h'Z"T?h^Ns-PDW??vtUr R/S+lBuqwWNmրOa,ٹqC]H>p@P?@d" - c"7 Qb      (LT(8 9D : >@F#G8H@IHXLYX\]^bcudefluvwxy z<Clibxmlrpc_packetsocket81.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 s390p23xSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clause and MIThttps://bugs.opensuse.orgSystem/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390xx`B`Bdb941f8c020f0fd0ecb15129354528f111c56cc7f10d0aaec42f13f99d0329e7libxmlrpc_packetsocket.so.8.39rootrootrootrootxmlrpc-c-1.39.12-bp153.1.32.src.rpmlibxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_packetsocket8libxmlrpc_packetsocket8(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)libstdc++.so.6(GLIBCXX_3.4.9)(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_packetsocket.so.8libxmlrpc_packetsocket.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]=12f64d8d09efd2c7323930bd8ca762374329c57c, not stripped PRRRR R RR R R RRR?jAGutf-8bd3545698f71956294c65d3aefce597cff3f442c717b227f67eabd3a8c0ddf2d?7zXZ !t/G&?] cr$x#DdA*QѪbUBjpw=yq"4 )U&j L'=7`9X&/:`iɏI?J%Xi$i"=Z{:y;ϸَcp'@ejJ* ?1  씷`\8 rw,.}eŘoamӐtIDNP-Vpg@wF@`W@oU/۬PiK*'Kd|{m kNcc E6 hLBi@qȷ:E#-&,(_l ^p}ڰW;h6>tjLe(,kkuQldՓ,}&:ƶAꞁJ_ B_>yQ"hT>m fz; /rǩK1m ,s3IQK ,k ȰY!'Z=+_^wIECܟG\vSTg6c%<%` mg.]Z>.*%9a{Pȋ8@)lݣPeĈ`C͟)Oԃ eG55I$`WGhmS5sK/.lE-zaۜ?"i&P^+x砐)+E hO}ꓶ5NBP$lʂB_C"rҸpໆEqs52r쵂ˡ!i>ƧCZRfpGZ9]tѴ;cΥ*'@!yb-Ǥ򗎄 lZ5#};i9M|K51#6_Q;ܯv2HP-z&?0.2ܢ*@^\FDT WI<0c$y[!/N-xΛc.w -L.+d!uqV=zAAMPeyadq@+,'%Ⅶ;'/F GWVpAnsep<], XP+׸R}%ilLf'C[͢<*E5o'NK3ۢ>4CQt݄o2?Oo{/!S.n q&SZ3 FyFL@;q5}4k-e4='V7wb7oԃM`wNBSOX @Q#dS$h7KDrf6j* 0!Yv͢9?w@Ϯү]K$JZ') ;-T8ۆmM5G"ʧԂHV$%Dmv)pnQBG~Jϔ^e"NYTkk(u ypkwL0XNd`ihX)(fF>Nǽ+I]Zn;Y (F?I&69c4Zp*5ػm_ ܉f_bcuZ*Qn,z k,yB f?2.z`&TIwȖ"GZC'5hME7.;w*a7ΉjV+oJKZ/ԖyYg#^@nEtlTAztRt$#xbڽ/ W}8}3RV[^0!j :Fʌ l x@~{'hD_C GApHO_vT;zL X_%>z> D fw0 xyuPZumC'[Z2`dn BJR. !D`x!Z"7]yf8V{\UJT.2YZF|GST1cv9ZJg>e?ix4ڗݴ T: D <9{wzԪAaZh4J̕m^$U[E}*:"TULkZZtΞIf) nSuR܈0}|s;{f)r켘q2A=e6Upjaf4g@$ O D /9AʍIVk ǩJ^rf>OFmpW-gpQ]L: ^c ЖuW0}MR2~dK ߛc0@N{]K2hd~$s|?,⤗>S`:5a1%?Sw$TwȢiJvp|pcbZ\vzP$dlUcyŸU߂T Ц] ?)us2`/gD׬o]qWX+?5sa<85h y3XlCi{Ԙ=|>_j϶;q gF\ޔؾS>kKh2!$B en,ΞlSKz!@6ҴLo\{C\ hˉ6d^Kݷ;Ԥ'H) (fpSsD=ēj#@Nj; ·NUS UnUYRy|/ zo Z2z$[ph-*5NB s) 3['! h%<9uߥ|1BPs@ҸaQvkevv^&d$&R$ ƣc[ruAPkUaL'("zHA2Kh}zn(WlfK$Ma(²<̭ 8 \y\翂'n q;, џ3fɺ_۔GDLJh2Bͮe&>^߶iԺvZ_T"gZ ~szèCCx>w嘑i%f} G6i-j<-Cc7$јHyO~x^]XQK_3ʤ`>=&DZէy !ERQff n[" sq* 2OOю?4S.V%ᗆ+)I;|K0{%2%@dx{Q-ϠXͬQd/TzX&!˝_x2 D8E->峭}߃<):;<ϷǷV^ c3{-JV+K3] YK7Y`7#z"@HV'`밤6)YB?4^ԭBU_dq{]q=y+>߱X1gsQ %jT7r y;7 _lt :Jo2]u,T ^o|x6S|U5NAk@g;\Kj1I </@QB7^ĸGU^ësz^FS9xC osB^B=H'D't-Tu O/ei>_QI`Y=x: ?5ˣ dt3M"'G\^IB)VFްT+37/m$8LI c ӘLlx"@J̯A ]C0ŽPn6gIﶻ388tJ]^,?G*E+\Q)qJ H̞=%A['z- Q:3YX(.>O^ҽʽtKGkC ֩.d>D}c.QsJ0 :m9I8G-a?q1 xDM8[T%jR=\_5Q>Ϝ'.@m!ay>\ jeA]$ i6O i,uYYe~$^g *^0hGmnz.̠I>"<|sլ ׾u0p'B*SK:}AF}z2SN5pG]? T +nfɏ=-9W$vQn_Oݙ&X,A$ e0)c޽^*hM-^ i񧈅vCQSOOݰ5t(dv& e|/@ɻ!}-մYB{R 6}oTbXܲsD5ݟQ4I~O`gz3E]=`ң6;O0ҟ$9\"oוG:ꚍ-(m2V*&0|E0ރZ0 ԶB:vlr:zj8bO'cD_~3GZGBd؝&Lf=_& M}캕piK1hTK0c4xv88=OFZStެ EcMd|̡s}E=z?%C9XJgvjun\| +i\7@>>pR7 ʬ5R/"==bs˙i9c?"h$`+V9ܠ딍 GqW_J M!g{p{f`z}F\$h 7ف܈X_`2{W#@gЉ΁?DL¬ŭbj2wp{tAޟg+~k♮(yYAq'W>BUc@'=)fǽփx) =&3J#R>=j;kG9 OUXkNa]!@UN6^xQ݋cJDLZ`=hZ"QzC~i0z^ NQU `.7OLYK),33g9T>_('mĻuȅ1_z%j$3 믎qݡkC6*Wm^٤'{*fHyZLQztm#}*Z0ZAI#u o=i;Rܚk aeVOX4goExS 6W1{2ycgA0BkĄ wĶ-7KOT?EWf DlA]K