glibc-2.31-150300.83.1<>,؉fEp9|(PS3UL_KG)br}PS'6J!?!d   L04@D]~ $*1CC  "C  C  C 7C CC#CrCe'!'!+!+h+l+s(+w8+9.:7>@BF G CH,CI8CX|eYeZ[\C]C^cbUcd~efluCv"wCxCy(z!L!\!`!l!p!t!z!Cglibc2.31150300.83.1Standard 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.fEh04-ch2bb'SUSE 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.htmllinuxx86_64function 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 PH0#( F U  0(egxh C8Y{`H4`Xyyyyz8 I ; *AA큤A큤AfEfEfEfEfEfEfESfEfETfEfEfETfEfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfETfEfEfEfEfEfETfEfEfEfEfEfEfEfEfE^5ffE^5ffEfEfEfE4b0166e286cb27b577940432c6e39614b143b0d2c207dd3533906a19956e2c0408d841f8acfd345e9caff2cb96bf7abbf8f64c61ff2b6f0cd980ce1520fd453f0ad7a03c5985fc18c3ee981325a60a7c3f8a169151b9cd653ddfe2e77f01fa266e084899135cda5df149d95e3dc79f22d1b4367b7c3b2fd74582d02be3c785cf3b24a975dcde688434258566813a83ce256a4c73efd7a8a9c3998327b0b4de683345133446e64662984b72117736f8b0e74951720877f2fca3ba4a9560c2b4bd8c6d486d92bd6a4b0d80b59a42f1c0743539961597a4ae5f28816ccf95cb4ea048ef729317e38af2e067b95458e851877b6befc5de25e086833156b08b3bba08848a2337310e16783cab321f5f62f8fe9987ac461bb3e998041512faa4b6da7f9210e56d4f5d65cd76546d140ec610c58838b189da5d195b764c21f77f8b8d541e1b9bfd23f0dd920250927457df8e67fe53c23617218b6672d0888d38e2adc46337df1ff4f2d4c683affb0a7c17a862125e0c38050dc45d5186b6d0e5e8907c15439bd0d604970bbef1c78ba95cf66c5106bd1dd90b7fa618fe0b57968a513bed43f44607bd54808b57019da1f70f24307f3189a0dee539bad44d80bd08ebe259e5e25ac094e897073721841f6736754be710a34c026d584071f3170a990d521e052a86863394ea781432578de3d496677bf6dc40f246afbe743f52d1c6ab8d3f102ddee869f8f338480b794094ac4bb9fb4f8c4898b2582861481e2d0ce621fdbbd185e525fee98adc08da61f80c8d65f076dec8cbc6a2d75fa817e7e84b04b1f3de941cd2969cd002d8982d8694b5034e4f68f6dce1217c4255db7cb06fb7e1cc36a494058ea6bd6ca40f74f54e8b848d37f17dbe05b8fac150d3150082c884af49b91513031011fa893ccf1eacae12334b3ce28ea4e50c934bf9ebdeb26795ad3b5197caf7d28a882d1c8c14c0b6471397e4217cceec0827fabf82415cd04f1323b1e7cfa298883839ff05eb8c2ae6416d3dd85a7439bf072e75c306fe8bb985a22cda746ff1199dfdbb64a04afee99205e69763239d0933f640ab3d605ec86154791fd4cb9624f66db85b46b529d09b9bef4c1a2bfbb58d21cfe30de8531496be2c226771c3c64201a13921858948eb8a11879b12bceb24a4b6486fefd95597eecd230dffc1e60f03dd6c8552a633a89355d735d7b11cc9c686aba42e3651f5d9f9c7f123fc0f8470f3432ea21abd9f5731d6095bfd218cbee184b25b353fcf6064febb978caa8b5ff733ee4ebe50613204f1c1fec416d9a56d35495f7d4281af36d6e0b9ecdf1228b768fff53ccd585b8e10c62e4d69c99ee025da9d37578d4fcef161b3fc4b1750bf79b286055fae2fb6f4b1c5af43f6caa482d6da4015728f83d2fecb7b6609d6910b486edd0fb05d1275717c560c9104edfd4f013d15728f83d2fecb7b6609d6910b486edd0fb05d1275717c560c9104edfd4f013d15728f83d2fecb7b6609d6910b486edd0fb05d1275717c560c9104edfd4f013d15728f83d2fecb7b6609d6910b486edd0fb05d1275717c560c9104edfd4f013d93a8488d0f7bcdafee61eeb448abf5aabb43c6bd1b968716406a70bf327a80fb76a5771adee7b9f36c7ae66eae78d72f325557500269107f2d98a7e3560a1808b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc2aa75ddeb08e1772018ed74fe8bc1f1c4467c49c0a939052a2fe6ce2211f07daec3d91ae40cbbf7aafb047a4799c25e00a04d340c0febe83d72f66ca2dfc7dc0397f8cd51dc51c12e1b387201c40191e72bc5b9a92ffa77a0864505e5bc0ec86ld-2.31.sold-linux-x86-64.so.2libBrokenLocale-2.31.solibanl-2.31.solibc-2.31.solibdl-2.31.solibm-2.31.solibmvec-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/getconfYYrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.31-150300.83.1.src.rpmconfig(glibc)glibcglibc(x86-64)ld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)ld-linux-x86-64.so.2(GLIBC_2.4)(64bit)libBrokenLocale.so.1()(64bit)libBrokenLocale.so.1(GLIBC_2.2.5)(64bit)libSegFault.so()(64bit)libanl.so.1()(64bit)libanl.so.1(GLIBC_2.2.5)(64bit)libc.so.6()(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.2.5)(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.5)(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.5)(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.26)(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)libmvec.so.1()(64bit)libmvec.so.1(GLIBC_2.22)(64bit)libnsl.so.1()(64bit)libnsl.so.1(GLIBC_2.2.5)(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.2.5)(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.5)(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.5)(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.5)(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.5)(64bit)ngptngpt-develrtld(GNU_HASH)@@@@@@@@@@@@@@@@@@@@@@@@      /sbin/ldconfigconfig(glibc)filesystemld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(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)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libm.so.6(GLIBC_2.27)(64bit)libm.so.6(GLIBC_2.29)(64bit)libnss_files.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)libresolv.so.2(GLIBC_2.9)(64bit)rpmlib(BuiltinLuaScripts)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.31-150300.83.14.2.2-13.0.4-14.6.0-14.0.4-14.0-15.2-1kernel3.24.14.3fBf: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-develh04-ch2b 1715863272  !"#$%&'()*+,-./01234567777;<=>?@ABC2.31-150300.83.12.31-150300.83.12.31-150300.83.12.2.22.2.22.2.22.2.2 bindresvport.blacklistnssgai.confld.so.cacheld.so.confnsswitch.confrpcld-2.31.sold-linux-x86-64.so.2ld-lsb-x86-64.so.3libBrokenLocale-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.6libmvec-2.31.solibmvec.so.1libnsl-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//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:33620/SUSE_SLE-15-SP3_Update/708c2966eef44d3b02b92cd04bc8cf02-glibc.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linux      !!!ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/glibc-2.31-150300.83.1.x86_64/etc/gai.conf' (No such file or directory)emptyELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=79c6321e1449eb20b0a20e79eb7dee66852ef92d, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6cbd35dacd4abaca2539c12687c203099f4a6353, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e42d0641c54bd80202b1f031efae821e228c871c, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2dfc2c213c4f1be5ad180867415c9754977cd674, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cfb059a57e69ac95d5dadab831626b3bd48a4309, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c237db96fd3d0296b94dbd31c450465b0c73031c, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=f78e2e5ac50339dc88b56248f736fdcff3617b91, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=a05b120686decc32037188d37b9d9ec71393ba84, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=137340f76f19c87367a660922360c217f465f246, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c164c38a5bef19c2910198b813958fad46925c44, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f7b1063f2aad2b23cfb7f2721ab83ff33ec84a16, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d4535f5930a3a9fee5518bb5682763bb5e81b23, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c4c5fc86fc96090bc2019d685659732677c1503, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=16e4667d0056cfedfb8e2403bc987ac59ad890ff, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=052f7e2a0045f08cb7e7a291f8066a4b7be2521d, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8475fe4aeb82df7b9a90424337fe7863f30d1d24, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5b4ba8d651763d28c39eee22a22b2606a41b93c, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f460f056bf5e96bc1fcf62c388f5fa51d756f76, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=815a971e8339d934e373f18f515ff23d31765ae8, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=774e465f39bf252de5f6cb25346832c297cb8483, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2697bbdcb65909f15734ec8697a023c28aa2e1a1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=00818e42601f7908d1d4977e566d62be457afc5e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8771e1dbf488b9b56ff5d56fae96782996b18881, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e6f3b403e144e11b7ac559165ac0b70d5625b036, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cc675dcf194ce535abd58a3ff5db7e6713297538, for GNU/Linux 3.2.0, strippeddirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f650711a534917ecf76b724569b2f94623b62c6d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7c3edaf9da17a443537c9be5d96afaa697cb0ab0, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) Wa} !#>    PPPPPPPPR RRP R R RR RP P RRRR RRPPPP P P!P!P"P"P#P#P%P%P&P&P'P'P(P(P)P)P*P*P P PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP$P$P RRP,P-P-P.P.P+RR RRP2P;P;P0P0P1P1P3P3P4P4P5P5P6P6P7P7P8P8P9P9P:P:P/RR RRP=PRRR RP@R RRR RPAR RRR RRPBR RRR RRRPCR RRR RPDRRR RRR RRRPIPJPJPLPLPMPMPNPNPQPQPFPFPGPGPHPHPKPKPOPOPPPPPERRRR RR RRPSPTPTPUPUPRRRR R RPWPXPXPYPYPZPZP[P[PVRRRR RR RRP]P^P^P_P_P\RR RPaP`RR RR RRR RR RRR RR R RRRR RR R RRRR RR RR RRR RR RR RR RR RRRR R RA +p>nWglibc-extrautf-8373bc9e0df77a878bd2900afa785434e7c6a6a45c6184524c3f742fcc97b0f47?`7zXZ !t/~]]"k%f%| ^6۬m^ZyۼԳmj=;=G28|ދln1m0Y· "|CՙNVO~UQ ;\aԓQ.:I]Hp$|{\?b3vh'$ B=Z0\E=;.} t;pĚ0N'Zuȿ|'sfHd7";T6(w?CG>FE)qEŧ@_r }NEGwJ:Ѣ=er_Fy@k5]4ldԬOzR}{ji@X?c⌘4V^+ =BF}ׄb<_sx&i˨ 4]Dss7ƷÛ<=*<`|e ^X3* 7N;?ED1}=L&k&]s)%PuzNJ$j +dAB8Olmjı& Gt,Lp(Z3((e2KHmYDMV{ ʒyp(`kb۔lǡ.IC} vjӀ:?N#9Gεjbs5 y %.غ? O4, N.bN:ҢFNaE[Vn/|#࢙LsbKYyST'w6-;-U;ӌJ7gͬ a+m>i}% T}")Xf,k'*IPIc0l»",X,׏|x(%il7"/]44!y:ԏeޯ: Z.OCZ&†x7泱 ɒd(zbhsV /*ßfS)wAo0pJ5._CF^ ǝoZ"*@.tᅪ|(?2vZimB +\&npiΡUK]Ա>QkdeN"Y'Ƞo2wa;ޝ A}2RXm@vzJ+ 0ޠu3re7k$cx\϶ IDd24l{_Z݂F)CX'9.aE\&ն:usɱ;)6ZZar6cS73᪟=,Z "H2UƂSGM4K fPs(}R,^M.N*4h E06T -<ļArnfY*oLo(^0Eh)K%4[0KyRd?W4rUn5YO9J ׵B2J (:<]%TH>?N8:$@Kk=m$hԠ09,#RKrYMI?4J/ dNϲUN%mSa˟mQl#]J,ԅyfF)MfB1qzpwra: ]Ml'7p5jHVG2 myNa9`$tx0B^#%NK0Pj|bȮ H6V**ܗdYV4ʽR=|SݙD=gώ.F:v}IBΌx)ccaFp^m+UJg7t/k$6})dW Zs HYwiv6^a6ŧDkGT'r_Sۏd<׺PtchSx٥ F^ n~>4TkB)Y9jA ўl,̒A'%bA!T֒8UΎTHt@LuK@υ͖hf M"{n37K,8D>~9.%D`Q[bj6 JB?=V%qXirNh0/~{?!=bF@&=E7øo)u:x  Cjש"iD$BIpxYXVh9d| /$^v $ g\64}ݹ+&Jg&ǮrɊTe!..N,瞻.O4 `u7=_2lvLΦ$(i@y9u'E ;@)o閪.)FJL?XA6%얪FȴI ڈxz9ln$+ P;Cr*eY1v[}͏aC~ED-jR #pRȊF%΢R#emt>K(:N 6?xبG)7SPtQz.MU:[s RH}0^ !OWH:[$̭ٝ\8ᇍ |3d,q!]o~i hm |<CDϥh%,4ͥZ\k*]q/GL|Rɼoe{c}H`lতٷ Szd n}ߪ(V<~` TU4|dTEi}}|U<:UFcJ@9A?:H/?=u̡hdBsLEKjm}NXTCpcSDH5([Pjm̉?wѕУ[Z9X]36>_YYf'{3u#E[ǘcٴ5*kɨ,y<QD?3A/4V_"JhKbmjSF8 ґfs.! pVdu3E`g`(ņ' 坅5PȦ,ҽQz %#!quu3k9k4nذKzƔ< RA5qi+t6avт֎ԩ&Nf{}.I!hYuE|5Y+ ppW>FzEJ:ыJ4+GOoO:HOcA}S(OQ|~DpwP,@$2L{F' "WRY tUt7n5 wG/e+0>K|q\$+lu!<2)oc%w6xzv%'+C*\z"<)c009kƋr=aǩv SPN\ELGS,Ey& +X}Zj"vT;i/Հ%:N0:Ȃ@IXeBQ5Bg[%+ò}5 ?6 VXtr?Jв 4ڱ-`ap-&m8c{kfzH؅J'0 Gӎh-+].$$*g!LGSPXa:S{S\%_ ʄv؈PaLZ~ Oެ&dߢJ6je:j+F*驌c9/V-/B6xnw{*˜`9@dJ#sE)U}.dhhXlဎgpJ38N80`#q+V`9֔ L$H|]1J?PI]!wLhYyZ  ~&RtsYɜKfV/Q=ل}ſքR`M"Ƚj\m6NGrE{,qpXJP؊UQ^OH؅$|LHJq\g۽-{&PCCbWxiٜ!c>'%\qO|Y,o?AzS>jO]YN%$jz6=`jz@W݅@>TInܓI6ˣOiC]yҤ &!E 0r *ĥEUǝ5Z21N[TXe)ꖪcE #D}D-_"L&@d8 _nӜ ?Fv,3ԄHjTy ǂ&͢"FoBC(Pv6P6"6ߠj$:1wr|#- Qk>ɊIadfUT|Wfd$?Skuзov`t].ħBn_ 2gDQ7t >6T~<.m7H3ζf'=4> i&%!4GF)t%g*r#$af, 5v\hr>\[:II">+H؜,|z񙗗G?Fi' g6eX?TR}#xͦ\0 =.WT2g0fqfwHDB.Zvpv?mFeM=gĪQvpXr6#QHKj7<^05Z;DPv^pe$2h?*;}/$_k#v. G\1Ҿs_aR gvFݎ3NxZKnm5ݠ V0;X~DÉ! t}8 3mUQCb:ރњn=ka'QVxc=6²/c?C ԟȐ/S| !p*(tAgQ㹿t1lzxa9fu;qdљmKKg}W6]>|Ӭ~UG\w9$,ٻ̯2+~!pO8(K }A2uֲ˴]5mGC^sd?t}= e 0$gZ'Yփ$2Eo0ݔ̒@i^693ܦFgR)bs勿 5:EJD[VӸLOw";W4j\y Gе;Bm)TRj2rŕ@x."Gߢ&{cyZ( ((ۿ{F ]ҝa!jR+p aK8!7*Lv :׍0am bX!N2H_oV&Pu [RFWз|R :Y2yx]};B0]^^8Oℼ]$heqVȐWуנƌT;,ʡ,uX9L*)Aj~ņcdO!-N=y &hMhy/C<q`h^*$/}ݦڦXmofvE6PӿCᛧ-PgK(9t†Ŀ[)? ŮE/^ x!h/i`Z1٣09)R)O,4lasA`.+BU!Nf&Í\\ZEvkS@V0Y6 '-: E[/`Z14>S'$+f"+8nIkI=]#X4q{@[q2xĊH?c52RKCFȜ(=Z'/9k,fg6d~v=(-҈`)BBװ&'QQ?7@Y, o d)6^U|E.&ho]K> e"1`dr=`h?K|\R(W]tT UP>FA<w OT>zʘ-e>~~ 6m|M=QagoL*I0G vɎbA+'YR>^GMv `T=r#FWgi"YsssfBkς{3 d005/Pؾ9߷s`ғx[z:02D)P^lOFd'9n'!Ï kuu54[[_/=hhdWu*!"*} BfQS5I%oU}[4]21 tM42(VgP7^ԯ!}I fcf1u4l5N&Y3:{Eܱu_>Bc> Z?4ںJ%tYrEc-ꨙ~7O4OtOߓlf$DC1L M6p1ĜQ>I N "pM|MY“;GGH`žGIٷsRl4V3/k72u=Pv=4r0\'vCӿo Y$8fhbp;BQpEYok?:B>dR/`0|qs'jGQ0 ]ō)ku ߺ* |KUJJ0_׫G'ӂ샘2 tSӄ+ &_f!+2/G1]tf&\]j}PJt!杙r E ; $=!.Q!xK`ʑn@lx).K;:-^[!ne)Zt+D(a>-eځj_dchjǾ UX&-qu `Fh}Qk/Cƒ'+mwK ~ڑ@gmwLe! lLnHLe"!"L`FU-G_z Qj}k&i9mOA{AT0~\6qGufOJPI]`3ԙP]2d~xby QtJ wo YsMw&Ħ?CwI pŜ1PYEi?RE{#YYjKI%%)%NiPrre*r{Fø4+,p4vOߧڠ ?Sݣ*|Q1H~u' Emw 㹸JA[Y~V\TD.) am!:)ťrDuiP9}a_ҴkNZ fb>ì8R|F<5aCSQ c %cK=$ U{?, It,}]\Tdq҃G E ~-u=q6.]'1[A[K"Yuf\ڜLb(%!\+z?kMbǻ(dԉBbŞA:6˾;[R4[) 9G'ڟ dڛ1<Fl8]Yw4۩[R eTd(Z`hV:!n~۬z8eI_%CaA`Z#'|k|ŷCfd>;Kʠscqn]Kq'r>^a}{?~q٘Y clD䩿X[H$B@)J9 3IF2VQ^"+&ҷS=ʂҔy#!A tBj鯀=޹gG䁻 N.8v)w楣-}4fBdYt9~3$1wAOޑ |C,"uعBǚ%=>dz LsZ:TwᦶMy)F!T@"&bS^WMc'0.\bUwߌdIUc;,z!tv\4h"M'MZvgDĝrtq%e- b@eE]Ru2D$Mp(iͺcAxtCp:Z/2PkeQ}QIJkFˆF%.֥Tysb O m97^aA߀|9|h( /}mס(:sTW[^xMdgcҖ-qU=xvz5Bљ`pFl =5J `l):< | }vCCG+O6 n9Lse|(O 3xµI2nA B\obu4Sb8<m9P$8G5S:*@ fy!=giJml" wy55WMn Kg@WˋaBw!kr#"G% Z`ɭv6@# ܍PLSpO~Z̥)pgf{Nk:Ȼuݷ:X!ZE!z"eNfC\kڵ,v2|ׯ6A4k@7&C`*z<:XdAaŬ۩?J rS N_ QF#ూ%\˚ԣt½MV6>pjv)eQ74j^P"fmѷg{Uh08S|8]@A>xSkH}=X\IЖt#OpleԐPoFcHtYpVC;FS|۞AgcPdfK ߚMqK!苢.\Þprm}߼ӴS?s8 qhUp*-{1lncvA6` Mx`"1]vXGk_0q+WZ ;G|Q,_t[ "V&Zl@h\#jd`cċ%Wɧ*/ɷpֿaFK7Xۡ뚯#{i-v" +kR_8vDer|+J:e߈0͍\#<>ٱO=y K*Ydcײ6=^THNE QPԗ2uqŦo>H\-–@ jkօIx2:@W Qzؒ ׳PbAnySv)W U ^6n>}&f'j^ippulK?&3e-~9'LL { ny'C{٬C_M|?w5o2xFa) ;ՈF j;pmo_0 #up _u;ߤj 1?0B >hd`])6crBFPjiQ3"%NdMH}nHpfc$%J_iHJv,6,,I,tb}/|7>흙PMI K#oKW3O$5N ^n MBTT2bU,*t WΦb`A>224? ~7[>Gf:_l_ҨnaO!LV87)o[{ƕxzo:֬7ejX~?j >)Ho# KŠ"uEAsOt6ܼ;!Hɦ+X`k(5]C:4u0[l3{pQ#N{mݟY[[(cHв*Ü(0~/Zh{%=1p UVەW6j COlÎCCtpX~\N0;GqmN `(`#tdTOeZ8*X"oy"4)$ zlM ݳEc N>+v?9y ';2Q>TLc;-6ΓC;+Cc͘(4"`!?@RD I!!$0kӆbt2n3Jx%#@"gF)z2%s}N[{9~Ŭ αuQw! .|!{0}d)L3On' ؕ<~qRD&W/IXֹDz+ uPt* :}Rl~a`P2({I{-06vԪ;(BdcM C6;}WMnGbREЋ}3>Vj$r׆Lzy !~Hs1[/!jm6uX(e1u&0Wvh!rH[r65&605cO5z m{COZ|.E&;~vcoQcWJ%nwYmi=VA K_"bT/w.GU^#a\?ȓJ$LpW9-ŧڝô%5}3G D[#6"0)Y \\KfmHtUO 0`ٝ-EUZ[$ˤ)>V.4L:ɰ]08xLNcnE;}CӀܩ`M?UR^`?:@4 i4c n{"Wwqɫ!H4cT;6 Ck6zvI_Ur훙K^nUTmxܠ]Lr 87"z4C 56.,@Dx=++j:ZԶ0th#Pfh 237Ƴ/Al ZyoJ5"K*̙7, '&#vWÈ\!^FOy3J+%IZf Q1 }`a\*(ԥn=[A_!K2_N[mrՅ"ORj+-09sKSYm]=z[n0BipgL-/kPIJeH$AbOإYCkCx2y>,7 S[#7dl#GDC֧UK.{n6ϙ<ŴEAjʭ(#-nS~Y:(= 8% Z.W.=hqSͥwԗ* ׽WMLt'*vAłOk;O<amE`4ԁF涨>˳ UF*<;DyjqPcPcf]iNFݔ_& r%f mMNVR5;sս-!Wc.넟/kUgOɚRxji'϶g*57sC^9>Ɔ%,aF)nn! 6/V}̝+0h ga[R_D5eyQqS0`0MLч]%T/}])bʎ6&XI&G!l{eSAJсJ~C0$?o >L\F%vIF*r6(5UցjWA=C-7-G/͵(n4v"hh]v6ݴLʭzR"91ᨺ=~`[ +AϗRiwd pM@ߟsu|V\ 1nuvi, p^Y]j%DgvWKaIIg[(^N?Rm^H9u*T_;cA)%XWS8T:lsQFY+ +tM`C0n2҆-HlQi~Bo=$NSŝ \H .`O9q-]aL8MUmai~?ώ;#W`$_cnO>K-u4Ye"\b=N*AT~N,3F`! (pmY愉xl"{*!Ӧ+@$#'9+>cRGwk }<9Y#2O>ÊUPt|ϾbE:%(zdؙUr ?|.*Y5Ǘw:$_[@y.4 Q~.%w#H-O @zq 1{r( N6ǍVJo^$ϣ8mA6#9WnTsi8m|ΐ'ז T# PhPęqD)EډW>V^$R0?vDݏh7I+7z&(1+PP3aR%C.+c-ـfެ:2Yrie^7jmJ'oԘB>" 6WQz~r^Duw[2'_?F}m; 81I!$֚N=_ ,P0/l#6_-CH4ż4Wzm|!A$Rz;jq*oԄW[bqGoX ':@3dJI=Fu(R;ׁ#/˔-ʾqY 7 =(e"4wU!q/LTETA6i"򱋜LQjzIv[b~ ,Ym!-tXԧ\5H- ɺg1 «ބߜI&Ʒ̟ b,BFT$i7DiPv'I׶ ~ ﬡj̅SF8ra0{[WQɸq۞bs_ EH2_p\=K ,aLr6@,zaRzNb f{U{o¢Zr(QRMv#M/c9鍣HɊGs\:m%./13#;#M u{(G}xt2D-r 9ā*rcԻAod:pI"=Kҿ3vHl ZW:|Ki+.32CQ= "Hq|O*{KZuVI!s-z&P?bm؆c= ܲtrܦ dByg駫Op9mg O/U:&F$Y07xEHV1OL;GJ.o|d|U!`ZWYJr1 Mâ&kA(J"BXUJӒ~#-m\S W/*9ES) yhNdhiʯg +!EN^Dd@Ȇ3Fd!+ŷ MsGώv쉋1`kE0js󎜴ƬXAQ,9oK7dH]8U+i;S~5Q$c$K d మ'+.qT~+(4сv Հ:s=B(i-ZjB1 s*(t,g v"[υ,4q/ Ꚋl4|zA: zT&s`|P Ӭ/hI}$!ǐfm48JL+'U⬲k~ hX?u\kqgcjA6 UE[/tDN6t+ jxZu)ngAU!D^mqɉ\|fe #dֹPs8fbT 3+܅\˲ZTv?R$WxDV 9^sT2\al_bkN xQ$pbIAJıyGFE#'uI NP-Ԫok1@t!)S-~2`F-,E c>ZmɉeW鐰7vcx(k ٬7HꕀLuDž&/-$w_2S,4!9eqjmDp&E`6-ja0#w u1ݬm KfK ̓~׈VsU]!PHVBpկ`B)) kifֆw}Q 7b3;!,`Nĉnµ'愈 ZTMr̈́9>*KjU&os.WR_d]y,GaFy8ag39o&i|ۊ%>f#aI*v$gf2ԓ?%_”_pN *_E+i؏[RYT#=Ik:ݟHX"oZM8Bڵ L\okb<)Y |{$}R<4+)1];n^x  i)M&h!F9n{v@DOƱ&gE7e֪=_)x3f9?ڮ95pM4V$s$TqYmǐ!%oi8K 5aS9{kDb`CC4E=' QξY k-LEr1$L$Ћ^̐_Zb{7zMvOչn-g3$ FͻNe6|zQϪZ=<9wiATh$#Z(W^pAUdze(ZSHAzeΈ%iU)P*pF;<5bmBjX/;M zZ}P7A- o6RN;][uoI)HšyA|]X~nWtW |n{J`,Nج,~2kƦ) rs0nx2&57h) $:s5E{Ì<egM8bzI☔1eWq`C \)#===5F¶a^.e%ќ9`sNQ4!(z`^:I\[O֧iva<c Ay/5Oኧ<(/: ftf(:/y TI&(_<%ġT)0^E6`a0.$ 0n0dZn>6ْqBQ6۬)SZFHyF;oj9OA -)hiyNO}YC^\_:+0e5ɹLoTw('DݦZb,6 ѣρ#M׈e-q:,|=y${E/T:KBx;%z|Qj̝M>#rm8o0v..]zG Ѓ8$9/)(}Td΁ TN~/efϲ& 4J`f|eٮ|GH'_> C9 9 T-aدj/d󴝲4(b ILV.q<@fT[aH4!&Ҧҹw58MM7 'Ρ?I)vȅ^68ZT~F/)nN^Q@{J{m.6m=DN[]$֣D\d;]V3l꛾PD,*]&0KoJዱOyvT D%ң|hV#rz^Uչy٩Sd3;eFɸzW}&^nl |'U좽zx5JNV)?ys-yQee؄ʕ SePŊ5@E<m>Zߞ &{P:vi胁O\eM/a9 [O};}K4?t"H=#0#`UZ54i)IQn2Q)<~m^`n%oٵa dYk}҂QH$s 't(Ѯ3XhCe.51i4ם^A`L}K`?YU#ќ؞Y:b' ͡qsP̂F +qNaR* ˜R+upf~cbMML:~*hPۓD ַc>ݵ{G{Wgej (}!u L-gV4gp]{\i-þS3lJX_6L|qus|:.`D =ۅMyCMH8358go^ʥ[og4!uنq{c/*­u쨧~M񄪃SR^M_E"#m[tP:䜊o$.P9~[dh|9*ZV;k+cW&nA8eNq}<6ڢV((ڡPϰ.>lIU@DOH*1CZaZbB9uM1N15ob4>h?Ewm:tޘ/%M23S?2%6@|/uD <3LBY}wv?=xr}-Bm(mo1C`V0Y|35U6z##MgDV!a=tv@ Z?)eJcR>