glibc-2.31-150300.86.3<>,nfp9|u]CbUx+u"xD|w3u3񋹓K8L /+l/`{)Y" a@)ZW@WFtۓ~MS3% eieRap(E~0[Ēwo3k-r_t ݩdRS \6`q7W)Q%633&ucEt_ WFՅI;G2Np3ejH=]C^U *lP>J ? d   L04@D]~ $*0BB  B  B  B B tB|BB0B8k' '****(*8*9-:7>@BFGBHBIBXTkYkZ[\B]B^8b0cdYe^falcutBv|!wBxBy%z 4 D H T X \ b Cglibc2.31150300.86.3Standard Shared Libraries (from the GNU C Library)The GNU C Library provides the most important standard libraries used by nearly all programs: the standard C library, the standard math library, and the POSIX thread library. A system is not functional without these libraries.fs390zl32LDSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/Librarieshttp://www.gnu.org/software/libc/libc.htmllinuxs390xfunction exec(path, ...) local pid = posix.fork() if pid == 0 then posix.exec(path, ...) io.write(path, ": exec failed: ", posix.errno(), "\n") os.exit(1) end if not pid then error(path .. ": fork failed: " .. posix.errno() .. "\n") end posix.wait(pid) end -- First, get rid of platform-optimized libraries. We remove any we have -- ever built, since otherwise we might end up using some old leftover -- libraries when new ones aren't installed in their place anymore. libraries = { "libc.so.6", "libc.so.6.1", "libm.so.6", "libm.so.6.1", "librt.so.1", "libpthread.so.0", "libthread_db.so.1" } remove_dirs = { "/lib64/tls/" } for i, remove_dir in ipairs(remove_dirs) do for j, library in ipairs(libraries) do local file = remove_dir .. library -- This file could be a symlink to library-2.31.so, so check -- this and don't remove only the link, but also the library itself. local link = posix.readlink(file) if link then if link:sub(1, 1) ~= "/" then link = remove_dir .. link end os.remove(link) end os.remove(file) end end if posix.access("/sbin/ldconfig", "x") then exec("/sbin/ldconfig", "-X") end if posix.utime("/usr/lib64/gconv/gconv-modules.cache") then exec("/usr/sbin/iconvconfig", "-o", "/usr/lib64/gconv/gconv-modules.cache", "--nostdlib", "/usr/lib64/gconv") endbѐ AIx G  0vgq8 Dx :Hhy@xHxHxHxHx I ; *AA큤A큤Afffffffffffffffffffffffffffffffffffffffffffffffffffffffffff^5ff^5fffff4b0166e286cb27b577940432c6e39614b143b0d2c207dd3533906a19956e2c0408d841f8acfd345e9caff2cb96bf7abbf8f64c61ff2b6f0cd980ce1520fd453f0ad7a03c5985fc18c3ee981325a60a7c3f8a169151b9cd653ddfe2e77f01fa266e084899135cda5df149d95e3dc79f22d1b4367b7c3b2fd74582d02be3c785cf3b24a975dcde688434258566813a83ce256a4c73efd7a8a9c3998327b0b4de68ab6f5fba0bc830146342d8ce161cfba6c7bc28307fb41380f86dc6c7524bbc0b9c21a45d28cc44f55bf8045c57fb10ebe63f74bbee233e844713205a8b61bb0eed7b5e0414fdddd3d20f26d06c49f0f4267ef5ab907c2de5ca2043acf2f80049ce4dad2a54be18bdbbdc62bc588c2d92f2107e38e667726943f256f6f9f094eacfcad36f9fbd3992b446eb7d18a8c34326d09a82125bd9b339fe93aa17e4ec64b2400f3fc383eb14efdd974cefb8c487e5a7113cafa9dcf05bd7ffec6cbd4661a5bfe78419e0f53e3bcacbb7c05a83fa569f17db03879e5cc693cb4b1672bb7cca8629232a823efc343a71f53005010475976c76a9942fe5be2b8aa86b007b15875c922a0501cf403ee9222ea8021b5bc58600c74d478d4b2a3a80b8a454d43cd298e74c9eecf5f11dab94058354057350a7da044ea987b6a42a6181c3504e7b86c4c75655be269fbd34ea883b1528f56d40920dfc1ac0b75c189f1c2e31f79b44ee7f6f3f9aa19d29f0478b25e083f57fd26ac220ebfbd6512bbed98dd03ed7e4add52e77948be8c3c10e9986e1394664f8668b445fe9b81fbee14fbe089fa95f1793fde02c35682d36e8fcad478f341a0a7351eb2f9cb16f6f3bddd8325362831bbb8f3853cac09cc9fcfae2c0ef9ec945635191a7848400d4a34973a22e1da0576dc49d53ef2529083d957dd7c214ef2c0570857974012a6464f7bbca18754fe27854d69a2576cee21e772fe7033534b7e72c7bd6f4be233b5b1a70efc3ffcec107c61faa999de77c5ba9ca7208ca016b01568469590f0f048e3c4ebfff4e63e8b1395fa33b25916cdc29a4d23ef2256f311668cd0fdde30fbf58a49a7746f95ed446b9f06d5c95e3a4513a496bd07a279e617788317078bbf9c960d0b895bfa7c24e16260e16ae630de483d3e0d12760c5bf674977b846f6d203fdb7056c90e881962e6361f67372c2283889fdbd48e53348912d972a7d657f6bde05e4ce373c9492dd8c0d1f19c0f2fdb18219dca80a72d895fb8c849d3a9dc0e87a700285c0459e998e90062d031dd5dd92eb98e3c4bc1adcd544fe40b30bbe11421f0acc3d25c75c1e6ec462d6c422d84d6a1d676b46c65d6514c9dfd97351ad770017e4b59bbdc09e42e7a7c3af4c82a9e1bb83ca185d5718da2b84e1e3a398bfc338e4b59bbdc09e42e7a7c3af4c82a9e1bb83ca185d5718da2b84e1e3a398bfc338e4b59bbdc09e42e7a7c3af4c82a9e1bb83ca185d5718da2b84e1e3a398bfc338e4b59bbdc09e42e7a7c3af4c82a9e1bb83ca185d5718da2b84e1e3a398bfc3382cb443ccfb8d136a6e2dbedc6234e5959c0dcc9009303c41526eb00f2f3bec1f76a5771adee7b9f36c7ae66eae78d72f325557500269107f2d98a7e3560a1808b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc2aa75ddeb08e1772018ed74fe8bc1f1c4467c49c0a939052a2fe6ce2211f07daec3d91ae40cbbf7aafb047a4799c25e00a04d340c0febe83d72f66ca2dfc7dc0397f8cd51dc51c12e1b387201c40191e72bc5b9a92ffa77a0864505e5bc0ec86/lib64/ld-2.31.sold64.so.1ld-2.31.solibBrokenLocale-2.31.solibanl-2.31.solibc-2.31.solibdl-2.31.solibm-2.31.solibnsl-2.31.solibnss_compat-2.31.solibnss_db-2.31.solibnss_dns-2.31.solibnss_files-2.31.solibnss_hesiod-2.31.solibpthread-2.31.solibresolv-2.31.solibrt-2.31.solibthread_db-1.0.solibutil-2.31.so../lib/getconf/getconfYYrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.31-150300.86.3.src.rpmconfig(glibc)glibcglibc(s390-64)ld64.so.1()(64bit)ld64.so.1(GLIBC_2.2)(64bit)ld64.so.1(GLIBC_2.3)(64bit)ld64.so.1(GLIBC_2.4)(64bit)libBrokenLocale.so.1()(64bit)libBrokenLocale.so.1(GLIBC_2.2)(64bit)libSegFault.so()(64bit)libanl.so.1()(64bit)libanl.so.1(GLIBC_2.2.3)(64bit)libc.so.6()(64bit)libc.so.6(GCC_3.0)(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.12)(64bit)libc.so.6(GLIBC_2.13)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.18)(64bit)libc.so.6(GLIBC_2.19)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.1)(64bit)libc.so.6(GLIBC_2.2.2)(64bit)libc.so.6(GLIBC_2.2.3)(64bit)libc.so.6(GLIBC_2.2.4)(64bit)libc.so.6(GLIBC_2.2.6)(64bit)libc.so.6(GLIBC_2.22)(64bit)libc.so.6(GLIBC_2.23)(64bit)libc.so.6(GLIBC_2.24)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.29)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.30)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.5)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libdl.so.2(GLIBC_2.3.3)(64bit)libdl.so.2(GLIBC_2.3.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.15)(64bit)libm.so.6(GLIBC_2.18)(64bit)libm.so.6(GLIBC_2.2)(64bit)libm.so.6(GLIBC_2.23)(64bit)libm.so.6(GLIBC_2.24)(64bit)libm.so.6(GLIBC_2.25)(64bit)libm.so.6(GLIBC_2.27)(64bit)libm.so.6(GLIBC_2.28)(64bit)libm.so.6(GLIBC_2.29)(64bit)libm.so.6(GLIBC_2.31)(64bit)libm.so.6(GLIBC_2.4)(64bit)libnsl.so.1()(64bit)libnsl.so.1(GLIBC_2.2)(64bit)libnss_compat.so.2()(64bit)libnss_db.so.2()(64bit)libnss_dns.so.2()(64bit)libnss_files.so.2()(64bit)libnss_hesiod.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.11)(64bit)libpthread.so.0(GLIBC_2.12)(64bit)libpthread.so.0(GLIBC_2.18)(64bit)libpthread.so.0(GLIBC_2.19)(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libpthread.so.0(GLIBC_2.2.3)(64bit)libpthread.so.0(GLIBC_2.2.6)(64bit)libpthread.so.0(GLIBC_2.28)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)libpthread.so.0(GLIBC_2.3.4)(64bit)libpthread.so.0(GLIBC_2.30)(64bit)libpthread.so.0(GLIBC_2.31)(64bit)libpthread.so.0(GLIBC_2.4)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2)(64bit)libresolv.so.2(GLIBC_2.3.2)(64bit)libresolv.so.2(GLIBC_2.9)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2)(64bit)librt.so.1(GLIBC_2.3.3)(64bit)librt.so.1(GLIBC_2.3.4)(64bit)librt.so.1(GLIBC_2.4)(64bit)librt.so.1(GLIBC_2.7)(64bit)libthread_db.so.1()(64bit)libthread_db.so.1(GLIBC_2.2)(64bit)libthread_db.so.1(GLIBC_2.2.3)(64bit)libthread_db.so.1(GLIBC_2.3)(64bit)libthread_db.so.1(GLIBC_2.3.3)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.2)(64bit)ngptngpt-develrtld(GNU_HASH)@@@@@@@@@@@@@@@@@@@@      /sbin/ldconfigconfig(glibc)filesystemld64.so.1()(64bit)ld64.so.1(GLIBC_2.2)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.3)(64bit)libc.so.6(GLIBC_2.2.4)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libnss_files.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2)(64bit)libresolv.so.2(GLIBC_2.9)(64bit)rpmlib(BuiltinLuaScripts)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.31-150300.86.34.2.2-13.0.4-14.6.0-14.0.4-14.0-15.2-1kernel3.24.14.3f@fBf:f2.f! @e@e@eyepb@eSe;ddgd!d dq@dtd%yddccU@ccob@b@b֜b@bb no longer includes inline versions of any string functions, as this kind of optimization is better done by the compiler * The nonstandard header has been removed * The obsolete header has been removed * The obsolete signal constant SIGUNUSED is no longer defined by * The obsolete function cfree has been removed * The stack_t type no longer has the name struct sigaltstack * The ucontext_t type no longer has the name struct ucontext * On S/390 GNU/Linux, the constants defined by have been synced with the kernel * Linux kernel 3.2 or later is required at runtime, on all architectures supported by that kernel * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes, to avoid fragmentation-based spoofing attacks (CVE-2017-12132) * LD_LIBRARY_PATH is now ignored in binaries running in privileged AT_SECURE mode to guard against local privilege escalation attacks (CVE-2017-1000366) * Avoid printing a backtrace from the __stack_chk_fail function since it is called on a corrupt stack and a backtrace is unreliable on a corrupt stack (CVE-2010-3192) * A use-after-free vulnerability in clntudp_call in the Sun RPC system has been fixed (CVE-2017-12133) * fate#322258, fate#321513, fate#322453 - fts-symbol-redirect.patch, glibc-resolv-reload.diff, glibc-2.2-sunrpc.diff, i686-memchr-sse.patch, ld-hwcap-mask-suid.patch, ld-library-path-suid.patch, sunrpc-use-after-free.patch, test-math-vector-sincos-aliasing.patch, tunables-bigendian.patch: Removed- Fix RPM group- s390-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (fate#322271)- ld-hwcap-mask-suid.patch: Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (BZ #21209) - ld-library-path-suid.patch: Completely ignore LD_LIBRARY_PATH for AT_SECURE=1 programs (CVE-2017-1000366, bsc#1039357, BZ #21624)- Remove glibc-cpusetsize.diff, no longer useful- fts-symbol-redirect.patch: Fix symbol redirect for fts_set (bsc#1041123, BZ #21289)- test-math-vector-sincos-aliasing.patch: Fix test-math-vector-sincos.h aliasing- add-locales.patch: renamed from glibc-2.3.locales.diff.bz2, drop en_BE locales (bsc#1039502)- Remove glibc-testsuite.patch, no longer relevant- Use multibuild feature - Remove obsolete check-build.sh - glibc.rpmlintrc: remove obsolete entries - Use %tmpfiles_create in nscd postin- i686-memchr-sse.patch: Fix i686 memchr overflow calculation (bsc#1031021, BZ #21182) - sunrpc-use-after-free.patch: Avoid use-after-free read access in clntudp_call (BZ #21115) - Build testsuite with gdb and python-pexpect to enable more tests- tunables-bigendian.patch: Fix getting tunable values on big-endian (BZ [#21109])- Update to glibc 2.25 * The feature test macro __STDC_WANT_LIB_EXT2__, from ISO/IEC TR 24731-2:2010, is supported to enable declarations of functions from that TR. * The feature test macro __STDC_WANT_IEC_60559_BFP_EXT__, from ISO/IEC TS 18661-1:2014, is supported to enable declarations of functions and macros from that TS. * The feature test macro __STDC_WANT_IEC_60559_FUNCS_EXT__, from ISO/IEC TS 18661-4:2015, is supported to enable declarations of functions and macros from that TS. * The nonstandard feature selection macros _REENTRANT and _THREAD_SAFE are now treated as compatibility synonyms for _POSIX_C_SOURCE=199506L. * The inclusion of by is deprecated. * New features from TS 18661-1:2014 are added to libm: the fesetexcept, fetestexceptflag, fegetmode and fesetmode functions, the femode_t type and the FE_DFL_MODE and FE_SNANS_ALWAYS_SIGNAL macros. * Integer width macros from TS 18661-1:2014 are added to : CHAR_WIDTH, SCHAR_WIDTH, UCHAR_WIDTH, SHRT_WIDTH, USHRT_WIDTH, INT_WIDTH, UINT_WIDTH, LONG_WIDTH, ULONG_WIDTH, LLONG_WIDTH, ULLONG_WIDTH; and to : INT8_WIDTH, UINT8_WIDTH, INT16_WIDTH, UINT16_WIDTH, INT32_WIDTH, UINT32_WIDTH, INT64_WIDTH, UINT64_WIDTH, INT_LEAST8_WIDTH, UINT_LEAST8_WIDTH, INT_LEAST16_WIDTH, UINT_LEAST16_WIDTH, INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH, INT_LEAST64_WIDTH, UINT_LEAST64_WIDTH, INT_FAST8_WIDTH, UINT_FAST8_WIDTH, INT_FAST16_WIDTH, UINT_FAST16_WIDTH, INT_FAST32_WIDTH, UINT_FAST32_WIDTH, INT_FAST64_WIDTH, UINT_FAST64_WIDTH, INTPTR_WIDTH, UINTPTR_WIDTH, INTMAX_WIDTH, UINTMAX_WIDTH, PTRDIFF_WIDTH, SIG_ATOMIC_WIDTH, SIZE_WIDTH, WCHAR_WIDTH, WINT_WIDTH. * New features are added from TS 18661-1:2014: - Signaling NaN macros: SNANF, SNAN, SNANL. - Nearest integer functions: roundeven, roundevenf, roundevenl, fromfp, fromfpf, fromfpl, ufromfp, ufromfpf, ufromfpl, fromfpx, fromfpxf, fromfpxl, ufromfpx, ufromfpxf, ufromfpxl. - llogb functions: the llogb, llogbf and llogbl functions, and the FP_LLOGB0 and FP_LLOGBNAN macros. - Max-min magnitude functions: fmaxmag, fmaxmagf, fmaxmagl, fminmag, fminmagf, fminmagl. - Comparison macros: iseqsig. - Classification macros: iscanonical, issubnormal, iszero. - Total order functions: totalorder, totalorderf, totalorderl, totalordermag, totalordermagf, totalordermagl. - Canonicalize functions: canonicalize, canonicalizef, canonicalizel. - NaN functions: getpayload, getpayloadf, getpayloadl, setpayload, setpayloadf, setpayloadl, setpayloadsig, setpayloadsigf, setpayloadsigl. * The functions strfromd, strfromf, and strfroml, from ISO/IEC TS 18661-1:2014, are added to libc. * Most of glibc can now be built with the stack smashing protector enabled. * The function explicit_bzero, from OpenBSD, has been added to libc. * On ColdFire, MicroBlaze, Nios II and SH3, the float_t type is now defined to float instead of double. * On x86_64, when compiling with -mfpmath=387 or -mfpmath=sse+387, the float_t and double_t types are now defined to long double instead of float and double. * The getentropy and getrandom functions, and the header file have been added. * The buffer size for byte-oriented stdio streams is now limited to 8192 bytes by default. * The header now includes the header. * The malloc_get_state and malloc_set_state functions have been removed. * The “ip6-dotint” and “no-ip6-dotint” resolver options, and the corresponding RES_NOIP6DOTINT flag from have been removed. * The "ip6-bytestring" resolver option and the corresponding RES_USEBSTRING flag from have been removed. * The flags RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME, RES_KEEPTSIG, RES_BLAST defined in the header file have been deprecated. * The "inet6" option in /etc/resolv.conf and the RES_USE_INET6 flag for _res.flags are deprecated. * DNSSEC-related declarations and definitions have been removed from the header file, and libresolv will no longer attempt to decode the data part of DNSSEC record types. * The resource record type classification macros ns_t_qt_p, ns_t_mrr_p, ns_t_rr_p, ns_t_udp_p, ns_t_xfr_p have been removed from the header file because the distinction between RR types and meta-RR types is not officially standardized, subject to revision, and thus not suitable for encoding in a macro. * The types res_sendhookact, res_send_qhook, re_send_rhook, and the qhook and rhook members of the res_state type in have been removed. * For multi-arch support it is recommended to use a GCC which has been built with support for GNU indirect functions. * GDB pretty printers have been added for mutex and condition variable structures in POSIX Threads. * Tunables feature added to allow tweaking of the runtime for an application program. * A new version of condition variables functions have been implemented in the NPTL implementation of POSIX Threads to provide stronger ordering guarantees. * A new version of pthread_rwlock functions have been implemented to use a more scalable algorithm primarily through not using a critical section anymore to make state changes. * On ARM EABI (32-bit), generating a backtrace for execution contexts which have been created with makecontext could fail to terminate due to a missing .cantunwind annotation. (CVE-2016-6323) * The DNS stub resolver functions would crash due to a NULL pointer dereference when processing a query with a valid DNS question type which was used internally in the implementation. (CVE-2015-5180) - Enable stack protector if part of %optflags - startcontext-cantunwind.patch: Removed - cpuid-assertion.patch: Removed- cpuid-assertion.patch: Don't assert on older Intel CPUs (BZ #20647)- glibc-2.3.3-nscd-db-path.diff: Move persistent nscd databases to /var/lib/nscd - glibc-2.3.90-langpackdir.diff: simplify- Update to glibc 2.24 * The minimum Linux kernel version that this version of the GNU C Library can be used with is 3.2 * The pap_AN locale has been deleted * The readdir_r and readdir64_r functions have been deprecated * The type `union wait' has been removed * A new NSS action is added to facilitate large distributed system administration * The deprecated __malloc_initialize_hook variable has been removed from the API * The long unused localedef --old-style option has been removed * nextupl, nextup, nextupf, nextdownl, nextdown and nextdownf are added to libm * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed (CVE-2016-3075) * Previously, getaddrinfo copied large amounts of address data to the stack, even after the fix for CVE-2013-4458 has been applied, potentially resulting in a stack overflow. getaddrinfo now uses a heap allocation instead (CVE-2016-3706) * The glob function suffered from a stack-based buffer overflow when it was called with the GLOB_ALTDIRFUNC flag and encountered a long file name (CVE-2016-1234) * The Sun RPC UDP client could exhaust all available stack space when flooded with crafted ICMP and UDP messages (CVE-2016-4429) * The IPv6 name server management code in libresolv could result in a memory leak for each thread which is created, performs a failing naming lookup, and exits (CVE-2016-5417) - startcontext-cantunwind.patch: mark __startcontext as .cantunwind (bsc#974800, BZ #20435) - Removed patches: * 0001-Updated-translations-for-2.23.patch * 0002-Regenerate-libc.pot-for-2.23.patch * 0003-Regenerated-configure-scripts.patch * 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch * 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch * 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch * 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch * 0008-Update-NEWS.patch * 0009-sln-use-stat64.patch * 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch * 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch * 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch * 0013-Mention-BZ-19762-in-NEWS.patch * 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch * 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch * 0016-Fix-resource-leak-in-resolver-bug-19257.patch * 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch * 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch * 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch * 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch * 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch * 0022-configure-fix-test-usage.patch * 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch * 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch * 0025-getnameinfo-Do-not-preserve-errno.patch * 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch * 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch * 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch * 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch * 0030-hesiod-Remove-RCS-keywords.patch * 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch * 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch * 0033-malloc-Remove-NO_THREADS.patch * 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch * 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch * 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch * 0037-malloc-Add-missing-internal_function-attributes-on-f.patch * 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch * 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch * 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch * 0041-nss_dns-Check-address-length-before-creating-addrinf.patch * 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch * 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch * 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch * 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch * 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch * 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch * 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch * 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch * 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch * 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch * 0052-Fix-tst-dlsym-error-build.patch * 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch * 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch * 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch * 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch * clntudp-call-alloca.patch * glibc-memset-nontemporal.diff * nis-initgroups-status.patch * nscd-gc-crash.patch * robust-mutex-deadlock.patch * strncat-avoid-array-bounds-warning.patch- strncat-avoid-array-bounds-warning.patch: Avoid array-bounds warning for stncat on i586 (BZ #20260) - Update glibc.keyring - Unset MALLOC_CHECK_ during testsuite run- nsswitch.conf: Add fallback to files for passwd and group to prepare for libnsl removal.- nis-initgroups-status.patch: Return proper status from _nss_nis_initgroups_dyn (bsc#984269, BZ #20262) - robust-mutex-deadlock.patch: Fix generic __lll_robust_timedlock_wait to check for timeout (bsc#985170, BZ #20263)- nscd-gc-crash.patch: Fix nscd assertion failure in gc (bsc#965699, BZ [#19755])- clntudp-call-alloca.patch: do not use alloca in clntudp_call (CVE-2016-4429, bsc#980854, BZ #20112)- Import patches from 2.23 branch 0001-Updated-translations-for-2.23.patch 0002-Regenerate-libc.pot-for-2.23.patch 0003-Regenerated-configure-scripts.patch 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch 0008-Update-NEWS.patch 0009-sln-use-stat64.patch 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch 0013-Mention-BZ-19762-in-NEWS.patch 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch 0016-Fix-resource-leak-in-resolver-bug-19257.patch 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch 0022-configure-fix-test-usage.patch 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch 0025-getnameinfo-Do-not-preserve-errno.patch 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch 0030-hesiod-Remove-RCS-keywords.patch 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch 0033-malloc-Remove-NO_THREADS.patch 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch 0037-malloc-Add-missing-internal_function-attributes-on-f.patch 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch 0041-nss_dns-Check-address-length-before-creating-addrinf.patch 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch 0052-Fix-tst-dlsym-error-build.patch 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch - CVE-2016-3075 CVE-2016-1234 CVE-2016-3706 bsc#973164 bsc#969727 - resolv-mem-leak.patch: renamed to 0016-Fix-resource-leak-in-resolver-bug-19257.patch - no-long-double.patch: renamed to 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch - glibc-gcc6.patch: renamed to 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch- glibc-c-utf8-locale.patch: fix bad standard in LC_IDENTIFICATION categories - glibc-2.3.locales.diff.bz2: likewise- glibc-gcc6.patch: Suppress GCC 6 warning about ambiguous 'else' with - Wparentheses- Add compatibility symlinks for LSB 3.0 (fate#318933)- powerpc-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (bsc#967594, fate#318236)- ldd-system-interp.patch: Restore warning about execution permission, it is still needed for noexec mounts (bsc#915985)- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8) and rh#902094 . Added with glibc-c-utf8-locale.patch. - Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for C.UTF-8 same as C locale.- Move %install_info_delete to %preun - crypt_blowfish-1.3.tar.gz.sign: Remove, the sign key is no longer acceptable- no-long-double.patch: Don't use long double functions if NO_LONG_DOUBLE- Update to glibc 2.23 release. * Unicode 8.0.0 Support * sched_setaffinity, pthread_setaffinity_np no longer attempt to guess the kernel-internal CPU set size * The fts.h header can now be used with -D_FILE_OFFSET_BITS=64 * getaddrinfo now detects certain invalid responses on an internal netlink socket * A defect in the malloc implementation, present since glibc 2.15 (2012) or glibc 2.10 via --enable-experimental-malloc (2009), could result in the unnecessary serialization of memory allocation requests across threads * The obsolete header has been removed * The obsolete functions bdflush, create_module, get_kernel_syms, query_module and uselib are no longer available to newly linked binaries * Optimized string, wcsmbs and memory functions for IBM z13. * Newly linked programs that define a variable called signgam will no longer have it set by the lgamma, lgammaf and lgammal functions - Removed patches: * dont-remove-nodelete-flag.patch * openat64-readd-o-largefile.patch * mntent-blank-line.patch * opendir-o-directory-check.patch * strcoll-remove-strdiff-opt.patch * ld-pointer-guard.patch * tls-dtor-list-mangling.patch * powerpc-lock-elision-race.patch * prelink-elf-rtype-class.patch * vector-finite-math-aliases.patch * powerpc-elision-adapt-param.patch * catopen-unbound-alloca.patch * strftime-range-check.patch * hcreate-overflow-check.patch * errorcheck-mutex-no-elision.patch * refactor-nan-parsing.patch * send-dg-buffer-overflow.patch * isinf-cxx11-conflict.patch * ibm93x-redundant-shift-si.patch * iconv-reset-input-buffer.patch * tzset-tzname.patch * static-dlopen.patch- isinf-cxx11-conflict.patch: Fix isinf/isnan declaration conflict with C++11 (bsc#963700, BZ #19439)- tls-dtor-list-mangling.patch: Harden tls_dtor_list with pointer mangling (BZ #19018) - prelink-elf-rtype-class.patch: Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink (BZ #19178) - vector-finite-math-aliases.patch: Better workaround for aliases of * _finite symbols in vector math library (BZ# 19058) - powerpc-elision-adapt-param.patch: powerpc: Fix usage of elision transient failure adapt param (BZ #19174) - catopen-unbound-alloca.patch: Fix unbound alloca in catopen (CVE-2015-8779, bsc#962739, BZ #17905) - strftime-range-check.patch: Add range check on time fields (CVE-2015-8776, bsc#962736, BZ #18985) - hcreate-overflow-check.patch: Handle overflow in hcreate (CVE-2015-8778, bsc#962737, BZ #18240) - errorcheck-mutex-no-elision.patch: Don't do lock elision on an error checking mutex (bsc#956716, BZ #17514) - refactor-nan-parsing.patch: Refactor strtod parsing of NaN payloads (CVE-2014-9761, bsc#962738, BZ #16962) - send-dg-buffer-overflow.patch: Fix getaddrinfo stack-based buffer overflow (CVE-2015-7547, bsc#961721, BZ #18665) - powerpc-lock-elision-race.patch: renamed from 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- Add audit-devel and libcap-devel to BuildRequires, for use by nscd- reinitialize-dl_load_write_lock.patch: Reinitialize dl_load_write_lock on fork (bsc#958315, BZ #19282)- resolv-mem-leak.patch: Fix resource leak in resolver (bsc#955647, BZ #19257) - tzset-tzname.patch: Force rereading TZDEFRULES after it was used to set DST rules only (BZ #19253)- glibc-2.3.90-noversion.diff: use stat64- ld-pointer-guard.patch: Always enable pointer guard (CVE-2015-8777, bsc#950944, BZ #18928)- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based optimization (BZ #18589)- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE error handler (BZ #18830)- new patch [BZ #18743] PowerPC: Fix a race condition when eliding a lock 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- nss-files-long-lines-2.patch: Properly reread entry after failure in nss_files getent function (bsc#945779, BZ #18991)- fnmatch-collating-elements.patch: Fix fnmatch handling of collating elements (BZ #17396, BZ #16976)- opendir-o-directory-check.patch: Fix opendir inverted o_directory_works test - static-dlopen.patch: Static dlopen default library search path fix (bsc#937853)- mntent-blank-line.patch: Fix memory corruption w/blank lines- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from all loaded objects on failed dlopen - openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64- Update to glibc 2.22 release. * Cache information can be queried via sysconf() function on s390 * A buffer overflow in gethostbyname_r and related functions performing DNS requests has been fixed. (CVE-2015-1781) * The time zone file parser has been made more robust against crafted time zone files * A powerpc and powerpc64 optimization for TLS, similar to TLS descriptors for LD and GD on x86 and x86-64, has been implemented. * Character encoding and ctype tables were updated to Unicode 7.0.0 * Added vector math library named libmvec * A new fmemopen implementation has been added with the goal of POSIX compliance. * The header is deprecated, and will be removed in a future release. * bsc#905313 bsc#920338 bsc#927080 bsc#928723 bsc#931480 bsc#939211 bsc#940195 bsc#940332 bsc#944494 bsc#968787 - Patches from upstream removed * htm-tabort.patch * o-tmpfile.patch * memcpy-chk-non-SSE2.patch * pthread-mutexattr-gettype-kind.patch * powerpc-software-sqrt.patch * static-tls-dtv-limit.patch * threaded-trim-threshold.patch * resolv-nameserver-handling.patch * nss-separate-state-getXXent.patch * aarch64-sigstksz.patch * heap-top-corruption.patch * pthread-join-deadlock.patch- pthread-join-deadlock.patch: Use IE model for static variables in libc.so, libpthread.so and rtld (bsc#930015, BZ #18457)- glibc-nodate.patch: fix verification of timestamp- also filter out -fstack-protector-strong- getaddrinfo-ipv6-sanity.diff: Remove. It breaks services that start before IPv6 is up (bsc#931399) - glibc-2.3.locales.diff.bz2: Remove sh_YU locales, fix currency for en_BE.- Add /usr/include/gnu/lib-names-.*.h to baselibs - pthread-join-deadlock.patch: Don't require rtld lock to store static TLS offset in the DTV (bsc#930015, BZ #18457) - heap-top-corruption.patch: Do not corrupt the top of a threaded heap if top chunk is MINSIZE (BZ #18502)- threaded-trim-threshold.patch: Fix regression in threaded application malloc performance (bsc#915955, BZ #17195)- aarch64-sigstksz.patch: Increase MINSIGSTKSZ and SIGSTKSZ (BZ #16850)- powerpc-software-sqrt.patch: Fix powerpc software sqrt (BZ #17964, BZ [#17967]) - nss-separate-state-getXXent.patch: Separate internal state between getXXent and getXXbyYY NSS calls (CVE-2014-8121, bsc#918187, BZ #18007) - static-tls-dtv-limit.patch: Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage (bsc#919678, BZ #17090, BZ #17620, BZ #17621, BZ #17628)- resolv-nameserver-handling.patch: Replace with simpler version with more compatibility- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs (bsc#920084)- resolv-nameserver-handling.patch: Rewrite handling of nameserver configuration in resolver- htm-tabort.patch: Fix TABORT encoding for little endian- Update to glibc 2.21 release. * A new semaphore algorithm has been implemented in generic C code for all machines * Added support for TSX lock elision of pthread mutexes on powerpc32, powerpc64 and powerpc64le * Optimized strcpy, stpcpy, strchrnul and strrchr implementations for AArch64 * i386 memcpy functions optimized with SSE2 unaligned load/store * New locales: tu_IN, bh_IN, raj_IN, ce_RU * The obsolete sigvec function has been removed * CVE-2015-1472 CVE-2015-1473 CVE-2012-3406 CVE-2014-9402 CVE-2014-7817 bsc#864081 bsc#906371 bsc#909053 bsc#910599 bsc#916222 - Patches from upstream removed * ifunc-x86-slow-sse4.patch * pthread-mutex-trylock-elision.patch - o-tmpfile.patch: Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (BZ #17912)- Update to crypt_blowfish 1.3. * Add support for the $2b$ prefix. - ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit (BZ #17501)/sbin/ldconfigngptngpt-devels390zl32 1723111388  !"#$%&'()*+,-./0123456666:;<=>?@AB2.31-150300.86.32.31-150300.86.32.31-150300.86.32.2.22.2.22.2.22.2.2 bindresvport.blacklistnssgai.confld.so.cacheld.so.confnsswitch.confrpcld64.so.1ld-2.31.sold-lsb-s390x.so.3ld64.so.1libBrokenLocale-2.31.solibBrokenLocale.so.1libSegFault.solibanl-2.31.solibanl.so.1libc-2.31.solibc.so.6libdl-2.31.solibdl.so.2libm-2.31.solibm.so.6libnsl-2.31.solibnsl.so.1libnss_compat-2.31.solibnss_compat.so.2libnss_db-2.31.solibnss_db.so.2libnss_dns-2.31.solibnss_dns.so.2libnss_files-2.31.solibnss_files.so.2libnss_hesiod-2.31.solibnss_hesiod.so.2libpthread-2.31.solibpthread.so.0libresolv-2.31.solibresolv.so.2librt-2.31.solibrt.so.1libthread_db-1.0.solibthread_db.so.1libutil-2.31.solibutil.so.1ldconfiggencatgetconfgetenticonvlddlocalelocaledefgetconfPOSIX_V6_LP64_OFF64POSIX_V7_LP64_OFF64XBS5_LP64_OFF64getconficonvconfigglibcgai.confglibcLICENSESgencat.1.gzgetconf.1.gzlocale.alias.5.gzldconfig/etc//etc/default//lib//lib64//sbin//usr/bin//usr/lib//usr/lib/getconf//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/glibc//usr/share/licenses//usr/share/licenses/glibc//usr/share/man/man1//usr/share/man/man5//var/cache/-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.suse.de/SUSE:Maintenance:35114/SUSE_SLE-15-SP3_Update/2b6547146f7f3c17a8c54a7b834b5a3f-glibc.SUSE_SLE-15-SP3_Updatedrpmxz5s390x-suse-linux      ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/glibc-2.31-150300.86.3.s390x/etc/gai.conf' (No such file or directory)emptyELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c69a4225f2b6d21e16667dbd18359f68b0fb896, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7aac4d4789d9e1917f01b23e53570e7f019b7a19, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc9b245b8aadf13314229f5634d0db2d3da8a0fc, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=440978c0637af4aca1ef47600388b5c3a4e14f28, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8cb4f1a201553ac694572080514cc92e492bdf63, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a28b1cc75eeb95baa1f0f26eeb43a7cf9e273045, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3b4342922ca61b286d2c6717e47e414b41e63474, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=771cd8f70bf2bf59528409eae435a54cd850e2eb, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c2b50f901f8d532b178f010b128ed05533e55fb2, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=017c874d32650abcb4f58e8c1850e9e64248d4ea, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=de5362cfdc93816166621ac139b11f89b9cb648c, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ea34a32f4775de11e66cd7cb5681f5475765f1c, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fdc56a56c7949120ad155b7f3ff19b9f9ec9a2f2, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9954866ff10567ad3273f6ba8140deba8b318251, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=da7e6db8c41f185f41785f3490664790de4f870f, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ed9ec3d4f79241609b845ea38e9e9be3e356bc46, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=035f142380b845185784306ca83a7208fbd82ed9, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6750e585be66f20ccfb5b26877c35061b352a18f, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB executable, IBM S/390, version 1 (GNU/Linux), statically linked, BuildID[sha1]=efaf1e52d4a0bc8bec158879350aebf62616d8af, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f0d59c656c7161a10b2991ef4be4dcc0e1855f6a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e22689271daa1a167762766b5ced171cbc905cb1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fc2f6efd0190b038bed56e3ae3c602f9c03941c8, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7c43760276a8db55c71ce43c68a1cae4206e5848, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8e1c604277a08e567fe4325f5f3d447ac2d2eb6d, for GNU/Linux 3.2.0, strippeddirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=80d64db1d67c3fd7a3de1bff123f3165fe4183f4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1e7601190f8cb3e569486eea222f41a3ddf69e1a, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) bl !I  #  PPPPPPPPRRRP R R RRRP P RRRRRRPPPPPPPPPPPP&P&P'P'P(P(P)P)P+P+P,P,P-P-P.P.P/P/P0P0PPPPPPPPPPPPPPPPPPPPPPPPP P P!P!P"P"P#P#P$P$P%P%P*P*P P RRP2P3P3P4P4P1RRRRP8P@P@P6P6P7P7P9P9P:P:P;P;PP>P?P?P5RRRPBPAR RRRPCR RRRPDR RRRRPER RRRRRPFR RRRPGRRR RRRRRPMPNPNPOPOPQPQPRPRPSPSPVPVPIPIPJPJPKPKPLPLPPPPPTPTPUPUPHRRR RRRRPXPYPYPZPZPWRR RRP\P]P]P^P^P_P_P`P`P[R RRRRRRPbPcPcPdPdPePePaRRRPgPfRRRR RRRR R RRRRR RRRRRR RRRRRRR RRRRRRRRRRRRRRRRRRR R^/>x }$&glibc-extrautf-886e152c6b4b3bb17cf7078acdde09d2577248a0f30079bbedf3a70bd29ee0a85?`7zXZ !t/dHA]"k%f%| ^6۬m^Zwǫ=d ;ٯ_'`cL].^-r$@%8"2*BXֻN 5<JH 3?.?~t^p>c:IaWKp@ĈP8qYп\s6Oh?.="Sjsl5?).UdkbeQ;L#jSHb tLa08?#Z%P2h SǒYzgBe`22.^` 0VW^̌A8.Ӂ/ݣϙ"1+e@šض4]7B b@9/:VhٕY2SSxeҰͣ~io~q.&"2~Q7ss`E3;2ɖDbkr?1,ܣ̗|+ĆoW4ڇ"̅c:t 8G34PQ~dDaG{ʇy2pޚ%k\BP w@[I!zV]<β.8GّG TÅR˖wfgÇUy{cÐ!kv>aNHdcVc4Zygjyu`7(|17e hT+T+ -uA$@'/D0'Nty9vg.FC!Ľ 7<'w 2PUtuwR61/zE406}Oijx_kWVe'ys,] lTX$hVdB@R㜥 m[ScDPewQ|O-vcP^⛒RݹeR<߲1*\zڟdt߹5jpPK;Oh@s\/0^/4ʅWN[ql1v<ϋ$(DlP(XL Ţ$^⋻~ 8EVqsz3!ܴRE@$KEdM,͉[uKrO2# t@֦" c1)qHG{F q9= kshxz@>'koHQJK7=X,.|l&4vlp+Un߯wr ‡{{3s(i*3q:v9.'DLM'}pw=qsl2S]޸f$V? g(ʙ5m[ Y(!!8"0ѱO]6i2E$Pl@ߎ[|1x8"'r/z^"7^!4aU 7"?0U.)w}O&l8*uSzYRh/KPFV4jn§Йd\FԳU3A7PA#vìlG.:,)ًՙwAO6 絼1T!)V~# Dҳ^Z& tǟh̩vt_4k=wg*}b6|%jbHwrz@whyS(91Gp'1e@/]O {wPԣEE~"]Af{b|[ܝ}SWz_`K^qx,;u2\A ذAt0ˌ Z;'){*2<U0@`*H 1 tj" ݁M%®2KdX ݠBbAQs2 jBix>=;3BlTmɎ ;U3rǏ$dlnZ qL?}7o<]tB3mmJŨ͵Z4{}s˅QňgᏻDpsF&С:8I;g|I:]=?:᳁hץLx6R7 dtV} k8txi='OcX*8WM~.'Bz /9N/$Pde E8Zp:Qm[lOGhp6fN|?5Et9Z%d 3vqm>|!?|x+RhGH?L,R?a"!2-#IF} -ǀ2;ty S 5b*ilx*K6HBYGDάo<5KdeCD>#.Ex4D ( $0DqSq&geN-젾b$¤]~$V?vY, e";C0͕Qg\cZZQy‘xx h+^k݅IgD1 !~vMy: eyb<'0P2/,eOzne0( eBBGqrA[=微">1X2-?gvK=*I>j:HpΚl%&bkh;z׭ߠ6 1- 'r3MgBdY]c $6z.'Upi, = Nf+@ r4/LLC\!"4#(5lghD*"fvڶņͼAnqԅuTĶ6ԠvTՎ6m_h Rm JlpoJaRik.yoz ^_OObɘ.[ۉ~wؿy 62rd@ 4%mrzH"FoOc:Pdxы \Cߥk1 M[)nrMJ$|?ѻX-=YA(:C} i?K,}(2/+ZI}3O8vl)#;)T"+"-'x(&7єLssAXY.ˠ CH*k=NZ"vMa5'_^i`?rU;:=2wʆ/'mIly+$P J:sBQ-SmU~}8JLj}Q8oǻuA=YI!X%r` fNVlt8٥tUJ}CT?uwؑ$g,4 qB4 AkGc M{|OA$#V~'I"KWZD)5`P0TEdHEYP'~: Q^̐w)6 ȆyL݋O -éd;[ٰ"aR1p^+x9Wx]_FѠ6WЍ+YKdtz %<5s[~J`ʶ݂Ʌ?>Q 7wb,"ǫ٠Am+vzSZE EKٸyi/x#fʕW ((@dÕ\.n/@檕 FBrBG)9"̌D'ssCH ;`K/}3 )IU/FLY%,NNK3 v4/B0 L}s-G/+ř߫Zm I¹"WkىA7jه­qN0%-A5QdJXrxσ?R;%I=-آz/T8λC7cyŸ7CUX gycO( a G=>}0 .sdƍ2?Cm؈$k*Z3Wعpknr~[dDDAAdvT{ǯח@U#zʈ\},'dA@{(v$/'i-8T7ybѕU=R}0%A'8 "3!~O>!'y?>-FGxH~oβTrbkVejbJ ;n\1*ؠy=,LHfr#eb|ͶM Zim{暄 sV/9Dj8X`$̩fuuq-8ā^5y(4C""MҶ{f(ԈU~ޡz~{B< 쵦r'6ˆnj(YZ!OO2i;;[D1sǜ~ "Tq`&)A- 9n!y[ yշևQ39 ϏaN%/Mh\ưI"-5`_M#Y8Zoٜ9h{>='ܲ N}6Ⱥ΃tѵ["XlJ(km )M5l;Z`xy6V]SX(" Jf0c9 hIPgL(t0v3V̖U?:7X٩8mLG3ľkPcgh4?ҁm$3@W`)hQ?1ȗFIWH`觶 bw(t  )$>4VRE!6,_B˄06䯞($ xJ0M*8ӓŝd-}q&Wqҵ,{oy2m멅Gƛ9ls 6ni{k U`A8Gε3qՏLPz3 Crvt('9j"`i:tǻc"ͨ&}+޼P墚*pB,ozZ[Pr:%ĥth4pq5iy"!KZ}ۮ3_E+Ds>| 1)jYߤSwqLb?]p b۱sIɪSShA8ES>7fP4=2`E"9MO|Nwc0fkV3Osݒ?G_B6;+Xy%YTŃ Vع~ lE{#<tN&*S,[ -Vwa)e*kCd$DsRފOqv?B(v*z7ܘG@aX塘Y)Z6eH)\^̱i"zhMYK}=%/P(= !i'!a[B@5 <"G Nq%qn ?Z#M$yP14Qӄ#WyNQE!ajU]}8B2Xu_C Ǚ\?; e _@2Y)([o+W.5M B44/; 5z-mh׋Y`Ol]Щ4hT>DX[@yt`&XINȇSDp$e3Fix:@eBԚuD:ߑ980|Ǜʚ j8;sFˤ@ ?Le\ٯ`;';^2"Oey P[޸2^JȎWQSW? dKirq-7U^nHXS; (N|GUJ\kI@>ݝIP6~ ~&`|ثOj6P_CO1P«D(L4nG}J̛}둛 +GB r"3w'\ifoB{U9=FV=caU".U0R귀dDm%rLCAw%$P3:^zp›D=];@AaZoH:arL59Xݕac@W_PQ LomHlxqŹ8!ʱM7 z&ulbl52| <Nlk1~_Y ~Gr "sKGP<_p]h5-J("L62+D\f*,k ׉Bǹ7u*CI)}uh#߽뵹m} ;k #%px΂)3A=eBr&/8ѡ >h 3}uv8V ū2#} iWJ_0˛zEf&:8zAAzVZ7.yݨjQO"tЌz̾g|0 8A ذm,RCb9G2|$ ^Mh V9kl'ld *r} X@VWToE&\EbS 8pȁ¶ ;dhi0|o[LD9M,mxxepgo'l_Զ]"*Fp?kf( (hH =Rlu{&S)w,vG&^:15_></ Opc^C ;j]"F"#z8Eidu9B홈\3,"'4r.A> cp",7T5q7t :_}nqF3r8-OG=^,{oːuƵg_`t(KP($2%Sm U&[?_ʝ5z1AVc">6N"Qr499mGlʷw݅Y`jɶ,aIPet.lc1g?4.`tqqT P+* KEP~#PY'SGUknhmqEqg~) ^{Żz~K}F{w*NZ4ܮ&RxX M?\*؉@Msaz+~62bXSENo"YMMYwXAKR`63Y~' Ou !!a :,+ijk{N _|m'T57eN{=փ=H+- z͠ yn ggGdTw]tC\ғp޻^?VwA>$==h XKl6q(P#Li&^Xo.Q}3"ߘ -`$"-,ĸ `_^ڸV6H1GkJ:ŋ bl?Q=VL1UڛWbLKaA5\M/Rۀk(M{܄8c]V՚u8L//_~WrC/DsA٫2F^-ҹ%F3fK QΞ[لx%p\pg1ˍ)/T{*'kS~<X 3Iȼ)d._iz[C/V}zPA%&Vܫ-+}(.Pw qw'Iڏ1h1"a:= 0R*7r!ƹ؉|O+lHIɾ;P _@jhUWz!V U0+c"n8 *^ %3ls&貸6Z;znB#@rS% Ȝu!J/ȃ %1j“00ZUZ 5 N9'?8Ey& dwm4 0%6@e;oxX1 M9zi@b@-q;>,ޅE7cvVœMw#Jx1\cI 㠁vށD rA%}mMK+V5jz6SyCx żg1psj'kM!G6B@j-=Նp䅻TU:HBZ#s:AtͿ$z&(-}5NU2;2^mڷN*190={nk|Tr/KVihYzDfQZ;Za*]/UX, [o'8(N0qQMg9tHNI?Eo_ jb"g+-s6ubF?sOVF+ثLjQh~]7 +H4j۾Uе43iՋ+,ܒPUhGVc ;>>\Oic˃ӚniEZ&uI}ż8 1o)4Q=E?pb/5#{n/9$n$O^vTEϳ@w!W)_EYL?Û2-6&|WXROw\jٕESy<4qn+آ 71dgs'{$(Ÿdx4J X)rSNA% 7 8Q"U탐HqkmsքgMMGdnt[oߞ T3Tɶ "n(+̹4޴O6($E\s06Z3oF\yƚq+%%lxR"M)m¡ҏ"1̿7e7*%Ŧ&4T=P;zo :)IYP>`,ơōaVv5a?Yt[LTPf`}OŎ8yGQf#1N`5m5:: дy<1l`u[WY9F6. wЮ:ُpuÐ=kUnuaf}bjs羑voCju2v73kNE8$\AXpg]H_w~q謮AlIxptcJ 9V7/oEKp5f%>xf(mZkF I{П:n6` oVc;3K&qq ๼^ܭx46ا#Sе=9F뎱92$ ;߻Lzv g|EW ӫ_%Zo%53}ی65e+K&a-;O ߸쁓F,#nBa@s5 +?JQJ5Bx3 ɏ=cA22r\1,<@N3Wf}6Ң/dV^eTzon2#_ޛ! ڌ]x? -=_p#΀=4 AdEK^;ߙ|+ܦ Q-Vonb`V;6iv I[$u)&a'O˰tD4)r6L(iST9X 䊘 |^if ̸@#jL;#ߒy8vm3} +sPi+| *(S4$pGt@?p_%':"K*I BR ^*dKi}4yٳ0A6z=UtWK82cOG-:j+$exOPQ%)86`g]~K~v`Tc-2qH2H29*+IMqZ媊dBؑ9'A?D߼ZkTeh8X]#Z?WC:)n|׭٨x0P Ci.ݵ 1O/y:(2ns#sό m8%qAg0,Unܨ]\5_k}JÜbAe@,hᗚtx;Pp4ŗZe_wJd4t=< ):X9|$ReP!f0׷ހKrI@oնFЦBli>lo3xq}FFEAX ]-Tpzʎ$gFnthϿReI)qnP 7c ajS;ɯ=<&(UgU )mBޢJdyclc$wZ.t01㺕7(l? 0jd` .5o$FCcQ_r*g4N$3?^6ad&YSUe/z<\cgHx+2x9@8/,v>BAW8N /XL8 ̗3[OaаUAqŖO K z%xu0Z/!),^;^we5P3m딋K[HCyҰȪ8G,:^ּe;!R-~`qy@Sê 2+~~r'[_'fNjGN7))ˀhSd2-'fh{Rj&e/D"#ybՁ d?gΝ͟)cMԉ,FSy2tѐJYI[A7{+Yw^H1fW45lIŸo7WƆ^A1#旹32йdZ3]|h{r|oT;8 GxvS _'wTMJlj2fi1٣bD|_Z?qqҲ1^&ձ32_1I8. yk  N@ E? KM?iDxr7,FVR{2.X@+DYI%BoN+Bd "5#e_YQv$ڶŏ\tP @N*X[H5,^T9SI W6}/֖;qTeγcuZQV-71Az3Д:{<:0#C ƕ( )Ҡr  mAF3|1훇?'izgSxl},(3@t]916**;xtfCҏ6c.P1 ^loybݩfCX<3'1zm^ ]?^̜q Z9.rqqڊtLnj4NUE2,Yϑdo:_V}VXؖV)4}(-mԵj:gR_R^ d?f4֔Cwڅc:EO*b=^`j6q v2+; }ZBsw{c(5 u}/O}D,ktIsm4ZA' yJ:˔z*X}co)sò+?5+Ԑ~N4p솖|2㞩$-9jDե~Wvb.1GA @l!~_tL^: E׉8_TG2&5q:P͝dsե "]^bf; PE8J_&'b6g_cL 設=EjFx)7"k=[FF&cl<Wu0K88^k]~eI1\> 9D@D!9!yN!A; `ֿn'oBݑ7%31Y_.T͵cy)1e9:XIJt=D}kLUZ7ey<[](R8vt݃'[̚G؞'HXM>6 %M\d䱮#uujLg7pL̞qyFoUn~m8dIUAJ)^7}?:&~.3cgvվ֥Y{``?+4mUm- %j~L`zv>BԬyKq߭sh25TPWKO>z ;+eE&ߥ O?XD5w-!.>83 RSͥ~KŇYx&-Wj0n[ve+[?DB5nO)tb 9͞+,2AmuewbW<+Ss6^8pB8; ܥOVOW֙ZXD h4}#P3WW{dKڣ(޴wmE X *=eMݲ:699~?r}5a㯇H\!gI-X;OX ӌx`NO@}@)@+?^ ۠R_ 9pVq?[̕$v}Ѩo9=͏i[g,B$5" wjBCOvyԛ@xdaCɡ_vdM' gf1]WibldSR_`hdr]d?LX'!M師(,Q㦢<n3`rɾz vOs ^%N`۩q YZ