glibc-2.31-150300.68.1<>,Љe #p9|J9N+ 4u-cr/a\Цg%WݔF^x-:&oY ȅW/e5mֳ OHhHjc!/'5g_սם͵1qP%AEL.94[t)wXWlϳ+/D!ۃ*JUۋVZVΔ$C-ԔjrBϹ7F>J?d   L04@D]~ $*1CC  "C  C  C 7C CC#CrCe'!'!+!+h+l+s(+w8+9-:7~>@B FG0CH<CIHCXeY eZ[\C]C^sbecdefluCv"wCxCy(z\lp|Cglibc2.31150300.68.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.e #h03-ch2ab'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큤Aeee eeeeseeueeeueeeueeueeueeueeueeueeueeueeueeueeueeueeueeueeueeueeeeeeteeeeeeeee ^5fe ^5feeee4b0166e286cb27b577940432c6e39614b143b0d2c207dd3533906a19956e2c0408d841f8acfd345e9caff2cb96bf7abbf8f64c61ff2b6f0cd980ce1520fd453f0ad7a03c5985fc18c3ee981325a60a7c3f8a169151b9cd653ddfe2e77f01fa266e084899135cda5df149d95e3dc79f22d1b4367b7c3b2fd74582d02be3c785cf3b24a975dcde688434258566813a83ce256a4c73efd7a8a9c3998327b0b4de68fd6efd1861d20782c2c935892dd11bc2bb0d825aa3776508cb240b1282b0456ee72079eb8444fb2687a7a92b4860c6914a150fdbe7fc95fd26e400af54c3901a46e5bef7f1914879ecc40a4fa0bd4490be3865e980e5390645d5c66030359fd7b88d278f6495e3211cb41fb815275b4eeb20984e6e3db3e720721590f815d8d2b21a750c2efdfc2c91f0292e852df9cdf1f336632debe88c494437b65a27c25823e2cfa3d7cb2b72b2a4e16585f717ed937172f44b3007dd03fbc1ca4894855a111cf284f7ae3f8d3867fc6942d9f9ebd6412f5a282c096d944b734fd062878146c522d0ce6e17927458dc6c1a5f83e52231ba708c0180603d33376eadf53f873c269246943d908696e808cae9edf61caf2dd88c2c50e92fad0a6e88e80b66b13a7800b8c5dfcac9f018f9db78fa38db70d8b2b47d3510079138d18ca3e1e87a83bb6947ea53dd7c6ba61e783ae29d3c9e6481fd04ff39d3324a8df89df6ba292ec99ab0fdce12ed103f57f94a6aa77fa41c1d2c31558d8156afe99d4df2fc7195093c8ee2e7a9db46e7e84db57fbc9d5ff6ccfb2b5765123de384818f9ac0d28c6acfd65bdbcd41a49aeed0c33e896afbd217c326e2e9841e4fcd1fb80d6afbcd7a5bfff564c8b4dc209e247ebae71654322ad5c621781608479206acfdf06317fc1a0e1a623a1c78e0005b15fb35218b18a22a026a69c61710ad97691c0e5c812515041ef948207d47d80a1f03fc63300de5d04320945f9f6af674113b1944ba50b1ad03210e5d59f1e84f2adb49f80066c66015d18148d9087bf39845c3192e89f74f77ec0996ffb111d95d7b902db56f0c5f238c2c0a82674ec50747fc00f524b029e5d9bc2cb0e612a217cf1f0032dec5caa049c919ec5d0b4b7b81b7df31633f18a73530588f2391df85ac2cf7ff5eb639c1bf4e16d2cc49e2d8609404432ebe1f03b8bf2cbf2a927e99815a9d87e05943ffa921a5f0b3aae41b027f0ec4ab7d69bc8ab83be5a21cef1ef0adef129a445875a0ae9fe936979353f416ea3fcf6064febb978caa8b5ff733ee4ebe50613204f1c1fec416d9a56d35495f7d614a815dd2496c088ef6bd5a53bc069dd3cf75851342a6690c748da746663ae786775e4bfe9f8285abcd86c5f4c68dd6803f1fb5374c6341a8b538ac92f01a85356fc6d00097877d780ee62fadf84ad0bbdb66a9442c8f0c508d8c2a288d9399356fc6d00097877d780ee62fadf84ad0bbdb66a9442c8f0c508d8c2a288d9399356fc6d00097877d780ee62fadf84ad0bbdb66a9442c8f0c508d8c2a288d9399356fc6d00097877d780ee62fadf84ad0bbdb66a9442c8f0c508d8c2a288d9399e6861b8f0ff4c2130748993a4cfaa294134b9683c0386533c88d396ce8579fc476a5771adee7b9f36c7ae66eae78d72f325557500269107f2d98a7e3560a1808b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc2aa75ddeb08e1772018ed74fe8bc1f1c4467c49c0a939052a2fe6ce2211f07daec3d91ae40cbbf7aafb047a4799c25e00a04d340c0febe83d72f66ca2dfc7dc0397f8cd51dc51c12e1b387201c40191e72bc5b9a92ffa77a0864505e5bc0ec86ld-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.68.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.68.14.2.2-13.0.4-14.6.0-14.0.4-14.0-15.2-1kernel3.24.14.3e@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-develh03-ch2a 1706690851  !"#$%&'()*+,-./01234567777;<=>?@ABC2.31-150300.68.12.31-150300.68.12.31-150300.68.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:32192/SUSE_SLE-15-SP3_Update/7c71104db0930505a5d40f46a9f8d36e-glibc.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linux      !!!ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/glibc-2.31-150300.68.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]=57843fcc97e581584526c2010667fcf0e0583294, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=41b601f841937111a3123fe71d8b7b1f74d54889, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bbaf62902ca00d37bd351a210306b39f0ab0689e, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=940de9ea6a7c034764b6872f8bcaa2a3ed3e42f8, 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]=4b30629cfedbec041523c3e9abf5e3576277533c, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ddb3608328ac8fab4253f5aad6a36a1ea77ce68d, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=714536cf9fa44c1a4277227acc60703ee3e4a5ea, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=f8761708f0da493d13dad1503826eee9e8d25902, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=87504ca7edb9da0a1013e329cf93df4b98fe76f8, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f410ed0f72bace6adda6649ef8aa65ee64909806, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=97788a17269810028041755f06166836406cdd8b, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ef2fd4ef2dc5c4f31c311c8e2f120405c2850e5d, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c0a191e2c931e65d5f1945052e226470aa54a26, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b24663fb2480b187b0bc47e13d67554af4ac6c4, 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]=bd2486d198706e4c0c94c5c580635842cdfc5c44, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=86b7fb29524c820668a22605592a9030e80a2907, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6e7654eae0cccab929dc5683e2acdfec92943720, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2775209eb39fd00c2c8f690273103a2eba26b9b0, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f66e5ccb3affc97d2c01b37cb20f6e9346cb07fd, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=184eff0814eb01641c2e03cd2c348c1ff035762b, 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]=821aec7a8bd48e523060b3844277f651654ebf00, 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]=8026c66d739af1d498e0956519d4d7f24486fbf3, 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]=26e767d3406b3feca0585d54e103e523cc0a785c, 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]=d45cbdf80b4821444b619ab404b08bf4adbfae28, 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]=8b065de4372def02d00d12e672cae5a3a6784b87, 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]=9180488032716494df996c8d949a815fea1b8587, 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]=72636e38f42172e0428a068f26657c6e36475e68, 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 R.A |9v7glibc-extrautf-829a9c0c13001e0b883ee52214bfb2ba2300382da86af76bd69d81c79ec528db8?`7zXZ !t/]"k%f%| ^6۬m^Z:3]4ϲPsmCr^֪ؿfx}s·}=nwԇBŚ8R A/4>jbL_'N4^rcj.UmD/A7q=? M& -O#ZFB]ѓ Ay">[Y_LCKU/9-9zYӺ 5LbsT5֘V1j;K&+ya|R(Zc/@# 'W^k]y@1|*'˜/> oj)8 -|WsB ˹bfOl{ ?]~QLSÏ"raqa-w,,Im( 0vc $HF#0l<J7$5?CPɛë]{dU(6>ݰJ kn| Cx1T^W!-vn lZքw q^ ;28B\Ze*&O(<〮 sL(>~5j^ @=aWiT 3e{JA,Ft6$ 4v090wND\{G'a+As6އ8|*#"V!jhXkք"ֶЄw._:7,}8â8"W$Ѯhξ;9Y'LBqh7xz.6 7jIHO\*ԗbxPa(X2 ־XxT՟5z_[o:DvasB}PC7=UVP!v9N:o!:ub2usvzӕ'p~OABKVh B`6&^"nkbuM:GI HRUFn>z#BY>#M9X{/},U:pLr-}+oV,6h%QW,|i/VK i,G%\CHLmeBCqdߛCmY]+M!m#CفID>@kvR{)Ӣ(nP:xX4߁te\^3}(}nǃRl.#k (49<=&քzNQ|cuuBd rʐe1yzBqwz%>N*kkx*JfiHѱz72F;5A?۳<_^HIiF"9-%'R"|&9kN珑Z~w ZBq&A?gq)ΠS g#x'@0d߄3$kYFf(o%Ʀ1Y@?[(\_sWC#]k xݩ D(-[FD 7Y0=+CCMC,]OƵ1ϗ=߁)j#&~q@ۑM /uJe)۟ ֏^6X':r'.i"iob%w_ Jm4&.>e[xf r6_p =b gu#PnX5t1L*TU1eng`Gɧo?XiXd0ڎEDs*+t<ּ=e+I)vhǹt0~zf'sTGwԲOU6??K)BL3{vH#ҿBq}= )RF&C)@T˅>[ۧ7l⮪ շ' vzUwh"B7^"8 y0 ~CSeB%"QdmI>YHgZ_/l  Q%>?2A(2bb2ҧ3pX1hY; ,Whv陲Y& Hmi=, /csl7xroi 20J1Z7ϯs^w" BA6B4x XtnRLh,bMR-Ry|zzySYЊW?F_ut6Q2Q>ۿ]]fC9VA0l_s!3͸n(pcJzZZ3'3|(H+z`)|P; xgz7MAi?g,KS|:=XIdXȯX d&w%&Mx>;M%k*v\RPZROS}P]0Z*mSeOGGб֞Go^xŅ.=B o']7xLh)u'ey0206Mh*ԠOIj"iiyXDUyd fZ^nSxG҉m@^ v "Q^~wah#wÝ,Z^|=<<7oT4<{eb>{AS&XXs^($Y^Ʃ_czך/4 W C$Gt`|tDG?.bp+Ur$F^t%nDPt8lj=9H%6{ M-ANjX"B2h1rq93MeAwȡ2-NJ BN@riQ|e [*e+2$0~eDơ8ل/ $7ȝ*اQ0 +U")|is [uF+vɚ&^Vlps* "FWz98ŏĹ~:4OLodX#C?-gLTzDX$FosW%ܛ,yzxNaclnܡ/sUrwY"u#VRYeQRu`z#4jvQBZӪ?[LRzxL,8LW*Zx6DxB ^h*#eK2&o #Jq0X\'JʯBk!/gȉdW,?!_ ,0Kgܵ'zKx$\%dU߱:Tg$_t dt 8^ 9}ݿJY_R-c'}H Cs m ؚJ%{x( {=_ #Hپב^J v{Y ym41%hst#YS8ću}PEAպKV8l _vZh'0Ba54 'c#sK^m?w巌p)+DH5 ?iT[;R`ٜw0y{nv(^@mT ,,$EcNpp kh8!S^U3-S>׃vNqE 㭧&%i L1ji&7W֫|ǗtyH`qA.,J+˻h7yvg.{SZVq=c}]hz?5a28;‚^o귗Qn8@IwN: 4~R,/wE UC-͙ֈtv .;:\3OaRnÒ-'L+cA-s 3NkNi=Y<F ҄ty7HN!|Ƿޤ -A?qՀ`/OkJG[|v:ɡh>oOe) oI5=lAb#){U5L8DQ'Mp5ە4kIO? zh>& Ovļջ+P~U`la㇁>M.qTczeG::bB(X7X&I5}1.(B3gH<*}f B o7bȫfuYl5g@́9QYak살,od:ʺۆ p9 cȏ/O^.s2:\%|F7%zNZ oъPP<` .qY1LwѬEVbsTL6F?tM-YxCdosnX\,#Βa>:sVVbrȊbAԔdEwxT516to7cOQݤR1`gnW ւ]1%N\(^.4)( 'KnkUN;+$LhFEd/ph?;|PoaV!&q00+)پJBz i Ġ׋jRB/6i&hI=j2i1 &xgayGs9 '/o-i!C׏~sQn]QZ;1 'd2{`Yuy\T]<}]c;J~0ziE"$0HogRV%/Q,ž!*i_/|ŲlpS/'I6d, dRd\wof[5vWZ+!R ]L[_V6gD Iڢlh0*Ė` w@F$l4QK4V'"uXG՗uN=POrm9=j͎Xn7hIR%`\F@-ʝh MDj6'=!di5rUYb9@S8WW7qE!#PGfeɋQQ;ۥ{Ec,aS4¢vCPeO3&N4 xTo5mbQk)vG ;"YңnqJ%BLݪbc9( S@W(H0`=HWM< w5o:?`]AbA 2:W^EJ1>ZqOhPWBU:ok@wBUlMPj@i]C\3sU,_Æ!e5@lLf vj|UF2ud{KÅtkA'j`pB}(6ZTݯ# ^Z!%G{\t,tCް,c \‹\JA/5GJvE[̈́(^»j^LfNa̿/ Jܧ,6m25/!y\o%` 9EVh.f)LfdiӼ9U%=z  ehT*^^b]L|?c%c9~.p~Jͻ8ˮT$@Tܖf/CyNCg͡2UufeI[36r%[hAQ S<kiÙ* -c nC;WX#+8Dcx!gL>tPP.AplD9:s\o r\ܮ$.p}E XSDt%YZ?aJugo-mq#87پb 2S+TiT/I3Lk?.u !-0M2A[xj5zRGi /c)#c 8To"/Dq5uD*+z oOeVۡ+r썒く1 I ݸ 0T:c[Fc~z(pTmi౉(Cf=i({UMiEaoMA1dgXeSo'w@Y!.1P?N97% \iH).MQWwoi?B(L&;}}:\>cK }"ˍJJt)c#E@\O]C1AurFOK-ןaJM%{TiT" )t?.Q$&20L>V팿c%*:^Dx o• $ i+$ Vɔ3ރPٙs[7@펵 Ah|4Q!Zۣ1V3>9zlw>VNN*k{Y1EC],~L-p\v@P mH Pw;w/_-P:Ϲҷx00oHP'rTJGjߖ4: bgFAesAHhVDRL1jO`!;s?qS:h *l)vj* CRj8w <>mA$ }hg{\3YuxɋmP U ~s k*YcĴRxJ@{ASp^ zC Tt U?! &dqڶo`~G҆X9]#{%l_UҿxF" X2'){yԖbp3x@~<;=k;Qkv.NjUU fHܸΌx-"XS&Aa5*٨D3Z'M F.=-N;-֍#Z.y|O1|~37 1cޝ]{^=Q&O[^tL+슋.[Ah zӦA]zOdsRE3z.l1jyR= ItY$Rb%Z$\[3Xjqj9qf_0paG5u5Gu~,oA k^7>;>;'XYOGSNaLwqN8+S\3FHe _7O9T|=Vݓz\׃5aSM>MZA[SpCI[)ZGh& ՁrU~vq[\x}h;gop '%~rGw)#Xy,35j$_'N׭8\&OócNQ}I"z,4`Àq Xѕ +sbuwi]L Ti}f>A9h.m3k,YH0wܩA*6KԢKm8n\d>t^;9̈;Jv̠?LՉ u=a5mG` 5W 8.q·*'o|trZTv.HSzKy+=5M}0d<]k$p@jS̱|-)dv'+qD< 2;mA}Zd(J%V2sֲҀđiV;=i$ T{GMVΫMs==P_2vB~VA9_ÁIF919~ؙX1%͍u;m`@ŤKSwe=d~1?`F1ߙLP;lt9I#Ҫ;ԁ c!G?$o&޺KM?]M~P. UCJDet s dn.}VE wU1x]_C; fmRg DtʳG{N; eZWHÚjYn\7# dPV>jH=M @*Si_er Iyo.$rVe Z?^d $9-JއvůiG8]f_K,,Eڭdh@羞8BiKl<&qoLٍSsjȥD#n\LgEǞ]ΥO=;WΖ#ؤ~x=P$Hʊ6c>N j л lGǖ ٤:\ qKeP_cN,J$!O]c}lڼbtD]tR++=]j]\L)1w[^-=&>(aNR_+WO퍈?)w]3g<"wD##e_"?^KX}B%s_k?x P>zv>*ئ,[LT1&fBΛlyjz J(!afLɓ?(19R64=93ke' "ŇmbjM N7LكHp4 N!um!Y RJMM|PJ+H<}Au Tt=嘶P^,Pdbq 1(AKT, =E Wm0AR-]5K ^\&mĆs㢋"Ͻ}ΫbÇ3!pӺfp"!2=[̀{:0Y5-4'xppCMNgEmR({۸J Z p[ jͲb|#6 j$삝uV6y}IHe3nE(!X^]7:#z.~~A?R5 Ue}w6s}AffExML!)OvI‘|=ȨsF`O?)A2fP5 q^6UX[kǥʌwǐ;F|%MvH^7RZBsMϸd(Z0bMux7H a#Ze[HKa*GLg(bw^^ [ǺD㏦~#N b[||Mt`ΧRs-yS60>8_ukK"NJ ]  ܍gv `r7D.<,Fpf|Ćje=gf(crfG.آD}t5>\:c$zfz M}/G7>3X8l8-k:M=;U!I¦_`R--@/Y=3Lεh;(7)~yD`%^ӓȓ6-c2|yAǽ\f jEd m;UFҾlR3tI#v0=&x%ӕ. *A/D}`ڰGk^`|\JR#uPGdH9S'ԤUۿpX*G/2wR!hy@aC>as2 d~5g||9nY* Xt%^A<, 'y,S , [X]צn `eMs0 jA:"|Djz٪M|+I;<"=C5α\3@$I1^Y F*=k80lu(٦Wc_i:4e-=: k< tlNS.ږ~vDGrTb)_O<}On]@;2Q;vs ԽLKN~X롕JRD^\&fue6ͳgiUg](h+Yj| &"NQߠwHB/Wp9[zu뒣3] Lmg1WeIVIOr}+|B^bDVYƱ ]Fql[ʏ/^̷N.]\I/ng2QEKXggȶhhҭR6N$ǜR cI]99 nG[8{̟\Mb&eL vG& s!׺>Ws]FphoFԻAkԦ%- 65J%Ե59D6Q9{t~K"ur] #Y0B iւE{bD4}uZn +p.h@>:QVu=\0TF[/4֗EWVn g ĵGyJp^ls^})R~kM !; U3B^$ߚh>kQ >K˸@NO+Szqa`EQkvb;:(%8@[@6x)NTȎ C8bX(bΘ13H]9rY2@ Ql.ý?#[Kɘ_Ŀ!Ҋ;^rffl膁eJ-+宛_Cz|%qp[SGLj8"Ö=i x~{ ~—! %wgvJb/O5ϻ)~]+*+`rz'+8kfT^\F&DD1*}A7Oy^g/tEt"9@YqHr͙z3īEg˖3[/";՛sSL!u?|v_(v~x*·S: _AxM)9ϫcWmG qPJ1ʼnEV:y'+,WBE2` +my$15 lUbP8vjD>Vbĩ) 4%4KWHķpp;qDDyWRZilϫ̄I:S GC-2^Is`87b@Bj?P^e2}{}RX?ú! qJs[.u{_ wb໴¶Z LQ=N-nk8.?=ݢx[53(A|>$ MCy,t Rin vBG1]IwYTMj0_BD1OG*uLiˤ&Mhk+1>#rA0N),*_UˬH١Duoˇأ|;ױbW-Ƥ<˸_ 1 gq+ Vsy&9Uk$yaaɕ3k!b+ˑ@ lcBt1_uЦKeL6x M x{ϚЗPXM !~@<6Qz %h-0 kvvi(S' 34*4XibH~JP PcVnЋ9õ F!_jힿ"t%M ?LsPxHTƱ{]#VoiloPVN~*6C^,K^o!3M߽p*M)@g8[QGm;Zru:s4@ZK[W!Hee/lǑ>ٿPC>9Pc-WdO@=s:1=AtB7Y[(PE8[aẒweăXv^lL/6._B/-1l+ f)u#  褅ġ? f l\tfjTioSdHL""g'gytaއ(q鬼ݕ Q[AXRrX|jR3L>}Od!Zmi|뱭گV-شXSp7_! {,k\tL}xnH UG`{50Y6LTM0+H- ml;iMt9E-U 76vLz9.4MdR|{.&\7%hg J,q"0P5J,w qi= ) k./h" e,0l"7a=58iBD;kFJGSeN;bJ֍&\ :g /][_.uE_JG#R"|+j7ƛc7f 2T#f7 _mHkċ{x.'Wv' !y,􍄻lv KbB; WlW*5t-ydQϏSDbJ s\tLH/4a Lo* ^9B/ʼnJRcDutA2h+PtT'k>mʸMAOI#e;>ː 35пr@$' fţu+ΧX(Uv33hMSY7 DqwC'/J)Cz-0|ȭ}$3O@}@):NJa1O>Sn oZl}<)B~Q#Zm(8 nHR"ϫS·Ku%A9oDZÅF/% nJzܵR4$~Cs[dnKY) mmڤ V0tWUޮ{W?*WvsR޺Jy 0뗤3o%,Uf̯<+3/vUt['\)q 0ݱK쪭,:iC?bq(G3i}vW{A\ArpKCrf}.į`,GK-G(GW)6k`hd|< Q,˖S0M|LjhlܥJks|)V[޾kťȜ=|TI}f3(}%S9z l4񷳟FZJ :ljZdC._WX6qzȔC`_jWNgZBX%=QJ%D}/|mXq EbgkF܆:qՌ* cfn4Кi4';|ѱiE!'Д"0lDYfIp8W\dZş2_B<`bX;,F څE މwk=*4\eObhҙ7͌=9#:k,0T%YR&d\f[rI E/&Kԃ~[+ î<2]Bjڏk~dpgRڔzڨS9H fWTFiO 9|ׂ[fAvÿ#.C||ʪpBou^;:8o 0?(]7 K48%̺u7Z!\V)3WՂ!bҭw>.aqm)=$tZB > UAn\-kӸϱ'd`0tuMV-,^/bhaYT_)XՔ2#5L%N+*DC4!UMu9: qɤd!r"2zM|=XkRqkQB=$|T񹇁;7"#L٥#7ཱུg턒F(dž pκ:-]#^XҲŜk:7э6= 2WDEﹽhv)0)w$<8<J1BDAaa o %9#.Nԍry:ٱyU6!wMx'<9hÃDˌ(y fRgL&iuQ yrMeB[2C@z(gqY|0R"NkIf -jBN{O* 6 Q'#Q!It^g9tL߈Udʴ]A{$C^E ?jc'gHq5SN7%u@)Ű6Kk<-u,+4ӆ܏u%lӉ_}?2o+ \ȥ:;]JG`@b8b4ڣm 4Y y ǐ8۽vЛ PwCqPY ,%t-JG贸8 x@J,]g͖Mih4|?2?tnSj:TbYQUʅMɠZP.#9o21DE;gSФ95cX"((3Y0nHH~1Q Sʰ3;v г*O Υ:]2[`I3|-2`P1,UwCNqS)<ҨʃHsG-~C!D7dm{ Xc2Ž_) [ޒ 1ݨu.Yu:O=ߗDXqQ>Yf澉Aښk%wR Coꆃ3D~xEK._.MǞjDs}ﰻh|K&!ѯwHzahJߚZc& F#H!SZzS#'DRŻ3սrdjgKQfNDy֩Emѹ\ YBEsE vc(-}rsZBUej$aE<ގTqljŎaP-ŷC[TU4ns,U?߾HsFq9˜ *ɖ<9#@=Q¢BW?' ¥v/w0o\Ho !N ԭjϑB6J"tZI_kǡDom7V6f7rDQ۳R>۰o#p AZiselkb;}{B몌Uxf[ 5>6es%C~Z\Y~-+.5$R̦CT ,>};;- %ҥ7VPO8fkp 8փ!ۤrk [z,bO׷W,plzNuuzVw<"I6-0&}%oGF*,SQy`bAWoTeS]w g%.XN|It-`ʸt3fOXy:'ᡶ/lڠ'iԵ8/MqM_c m?>rZ5Bq x1cPi"-JNM.WȎ+77J \ĈJk-17XF̂I$TgC!v.AM-?`! kyA\ؙE2|5bwS]@X4U;0*631#s= -nؗkOj%,B ŻLczQLF>![`@ Er-P0]?5FEOê^==@sym濋OL8`kwnmUW$8<-+(Wkm/oMH)4C^@g/4_FXs~DG95oԩy2yn2q2PpnfJ4e IɫRF58EU'ʣcXwӆ@E'%rUYU  4wǤY,dTND O1̄/u&nElj@9rZٖ7vJƶ9Ug\"!Nk|8_=ׄ4WBG |, 2i3t=`˧mqXȴZhx!>5jC(gcp4WkmI1Vjd1\qOs1$T@"Pu2 [i[m-N Kg?e$UYf #lt/yFBp;UW:@DbƸft Z[aɷBKkIE48Cg)C c:6Ɛ݄И[MY:#z5 *khc$+&K#6KU_ׇ2>ky[#Pvg Yѿ^ZGZ?JQ;4֦P>*SFgB$_=MP5/tCCi̛Rm7n nŵ16 1h~++"y1'45 Q,4f6r K:? Hownp$A )Q`X.ۛc~;Wbzo{nQ 69w~/˺E|dB1(xY>}xtɈq鲬 vr&A E'pt1DrH"Okͦeqg(*h> B4ڨS޾o=*p@L :vB׺FIi%!3HI1!Dn{p:pr g Œ˖'{.84lPe{RqBHd)1}:P`AWI8\Hk@&CBGI'c4dS0%p#ӋL"I@ ԗC0uca'0qBRM35)3.miPm(n$cCˣ{n? M }`B|չ`5;hf[~)/B- @Aʮwv >sioЯK,nJ.cɄZ9(3AbDQu5@!7nVvN<⺝@PKc6dc|m)zsq\4] ksҙ \{-j %7g}oBDy*9r?5G.[SUstmZu#J(Vu]N|JF ~OR@ߔfL&;9Q)-pC ʹe[ۓl >V] hnˡ5P!i.%~tևEVy'5ߨP* ׃x$'IbJ-ᾷ,Ї`kLEshc,Sct~e\>]A 26erc׺=*6.Z",.l;3+d)1" a1xMubSX / |"{M,B>6'`v_",} W5&2DL f6+}/Wyyvw#'*MK/a.8̰Fs'hbTgGbA0vp7Eor?*xS8bx,J22nZ1'7,Lp:!(P,5iU5vbF3<®*"; <,Z4 xq'g[HMlXwL`N0z6zUXd%/\Wjoi@AD†l'[;@ f&p+a)RM)28P|o?6; DORMTE̛f_f|gعka3K͊Sq0v(Þ 3E!jۛ!/LJ] ҘqszI;Ҙc F%C}MݖO}&6<--g\\KU(U|L4z\2/d^|ݱO_n==Z&yIVs,L xrqGuJϩ-+XSK4GJsĹ"shjhF 4lnd} >ظ =.Yy?ܸlƤ$0Bvq~VaPink6k_JtXQ'vaz:^$E.|+|J q\X @X0ڂ7?}1®|1k _ˎHfA1M.& Rv+gձU,&aK[i7v"$߶. ms7G k-'VKڜBh^\ ܼ!^=_lRLd^g#6\L> mf~_9kvhӿPÖmJc>onx'CܷQя:r@;62[͉0LrTҶRy譆3]پtPiC`Dxë-ឆl پ-tH~^kS3ו]FiY*Bn!^_whd4 (9kF?F:;ZR e,BԳ!!rSv|]1ʊƃ`,axz]Jf"9_!(P1ˢy Dr] =o>KWIEߵ<ekK&I.IVB1=W7f}2͇2ĥvTy>Bb<4{jCFhe==gkb V^.*d'!EѦν0jՄulg8~?ŅJI p{E*{?3-1ֆTD<2418LF.F6435S0!vA8&(fMZZ[P/`ۄVz,4>_-?&gx:v80(F@/z`UOՍVpA"-fz+G*]#Zx̤]KDAX0BIq3k`oW~`#sQaPeR<Ά|(-wv^ϑ6бfM󌚯DS T **RpD(y=W(9 [IX9S v#5DP_z燭OP^ G>iGe RNyL*9V/;?}qW@:.dŎH͍BLG`tpZ;uᘵԢ-;^19ڏk@2 |rx6$-zboq†qVw_ise>ح>o;&w2 89j'~u&?/Ae=lIcnQO T#fZ/o._,m:ZZ=>HaRV6v;[3W[3qSC X$|&J"o:T%] N]س,T17l\:M=/|sCmY -Lmʕem4͵~Y[yV@K'̛+5Z S7״{}K[9i (o}3GLJ났H}7^Oxp_Wwڧ*7ij^D7} ] ¾)x=*-ps<-亳v(PEb7 뗷MDovlEv.Q 7^tDGi@4Bqg_g6Sf3I52G?=k)<37=ÍӔWrW}03X A_CyLѽL=3L2]`ĤUdɑTy' ^#JObťAqĿ ck)_`6Ž2~Fywh׾Uݍh0JD"&+@jQK#7Z"b<ƨ{a.XG;=GpV5D-\G}'ۙwO 47n6L݉C]/gt*B? )h7('s$},\4qG49ّӁe;n}ݮx\އ ܴ>\ \JlM(I$x+Mf8pPȒ1ר03JS56Wf;,dģQ.G'%0y7)}ERYKO=_>4" v98o|Ǝ@yzLЭ@4X1>Q5:%_@q>X Mo/UC$܉ ɹV*cύ=iWO7 (kzZ"`tj)Y" f9X-ބt'\q?Vc ߶Md7(p] Mb, en.kmM1!aP`*Wx˅ ܎Ocڰ9 :w'~(߳ Ht 6 rN)Ў).i:.$  &244xn#P!䇶qXYBAEIx7V&׼:@Pn \qx~Yꜣ*bOQr}1%dŪtB[WՎ~F4i~;gc~< L@HǜVhӀxUuCw=*\)JKAv$Ma6ÔJ|r=׆um},_'/7S H#tMW3T5VZ:%!A>4zWO/3:hZ4+7z 8f ?S/V#V_YN<ˆщ^+`g]*,ڂ}bK 7W+=fSmUfA X7]Ivʍ#S-0@:Ǜ7m~7է݅/Ʌ{{wlBN$&{Np9v諈WЊWk0{ϴ|H*&9 ibT`%=&J/aX)WЩF?Xen2$y5Di'6%O%HP+j (4Y;d{Г`)`zqCLMeA34O_E}%&Qρ&6/ r#ׯz @j2xnjUkϐ cˤ%u-.s\lfO >+qfu6ӓ/IYFo9o=1Q{niJN3!lHc=oU*YtS[CIal|If"pcB=dw>2bZB bߖ >Bjz ȃ:#vn P[۷뫾we19#xKsuh9%$E1sb m}&fT7p;P }[u|JBz3QE^S* k }&ǮY?퉤O5/#SDdqD j5u+LӻqЇT~k;U<[ NEx\-)lV&yQ>eu({2~qƪ;*ZBQ0BժTC#>}.LfR pVs6bhƾ]5z=bb:\V s@oѠ\|&%x. RjLZư蜄PUV%J4z6~wVh_ڝ!XM"8\Duԁ1q֏ r'ږ:C8'53#/n8V4!ا Am {S mrH{= EXڿ9_lj}1b4ʻ mj} o(W1&Pwg̤GP]03DN%8l\w:ži+K͒]A1B J^02ѪٿT59]8\@})\R-79]$3>OaPi&$<օ-?JG녨,uH0>29f, |4AU&E?A7N8v13$ +נycdFp֨:6P:g5;@j]| c;^7UPqR" PAT]Q|Jr.ɟϼ-1#@bP,lQjMDu<ۨ*""-4C̳嬊,7p̈́r+SKw,NBvW ~_Q\ ʯ kGBYsL&*"AXSxEH~VRG5\ Hdə sR?n9M _<~\, ߲IMc֍_oBE夹6룥=.EVQ< N!܁ 3r #׭VvR6ߒZ :m=2&c\7m*C{1p0n =(q0 Îllu]rl q<-;6wq0I8KBBmIgU'-J]nl8 _ϟy A a?LaS* ~J%o :>:H` 속&90zuP,yAnn">cinShH4d6}Lg(8K+Z2Vm;L(Q3"5qxju":pCR'< ӟSdgX^-ķӡRWÿȓo?rrUHRb/”_Q*}{S4}Zf_4r,ޗ6bJ_$tLP֢uAYHM&qwB~kТޚkX RG^ JI;cW~igG*='Tp}yB2wḉ*Å@՚I` ;m!iZۺu"ic|9Cs_l5p}!Gz~O06^Hahc&rG8Iաj1+Y"cXsEq3TgTܚ\bH(򝁅72ig"v;,, }j-jن\-~j?ҌHq9#.L;tbzTRZ*6grgYUZǘ@Uv1u ַlL'bj?֥?sf$')}Rq%/okj\6;ڌsj0^?Ca.ZZdEy]B"P"+޻|ZS Xy3ȃQOyj ]àڢErQjpk'juV"ƻ:`ƞDnΛ[#MsُYرO_:Kqb1!F0y+; ;3 R GX!,Q ,Z$ (Unl*ח$sWěڞxlF f5J ?(} h/=U̓OL+y=2:EpLBd" ֕v!]bu?,dᒮᖃd'(UϊaYQBt2N7R;4\@Z] @72.e:9F|BU:,`7}AfȈ,/y7k\II#־]ZhRќg'[R^j2̓Oeޝ!'mwo57uRty#TF=I!t߰ 2̾ ;ٗ #~^4ð&iC"Kб7-__7&l,yYLlhSk2lŚwI&Z BEL($a8> 3jB* ^BV9;Y0"Ny:>Սe߷\( K#o颛#.ONFݚtt8Pfq垸6 %L#IR|^Rm208qKcU) sMĊr ?LwyߔqgϬƒ}ӺT v?5:BҚ+[Z<]jЫAQ3o2 [](9jtEJNQ0 lkf Ni+Mjۉ‡'JA`!-Tg;$$5zꍆwQl+OĴu+}[ZsX'x>\#JgM:ʃ"#+]=;@6/wvE@Dz5Zmyv*F5߽Et"ĐoۯOxX!KZG`h:BCZg-Î E뽝^ ]o)cYjJ4*2Pcaoވ7z=?6|RHJ#o'pF6H,v3A#~mPL*$FՍ^>O^gRPAd/8IX`lM+;YVY|k{ P?"CƳZ F"cvT^2oO+7 QFr৮<=ۖ dkCV?+N 1>i1v{zˡxb"<ē \>J hzM˴`65tٙOVUぷmKQ5/|E&^ ʇyMj,ri%m +qM88Z%-Ka 3%2mw0M&wna\w4&@yߟN/sFXG'J9@uj,OaYB҇ QԸ7s5I߳<([!]U\w6Y@lO\֔o#чMV͑4;w:ka ׹NU?[P73{C(&q8!' O=!C, c]r85lб{^6ٍ0W,>TχhrGo[|sȻΙ$P[=޺G!bx=?^SCdTB2;u'Aђs7`qp3P'=v{f* Eo!ٲ#Oy_6A<m ~pSQyWnƠg&bv#C\j韮]ӷ߲KCPsQ//?h{WLiWE1ֻQX85Q^X$zZ!\j t)4Y3杧+XPʺĮqlpt%M1bWY r:QK jiŇ5})fI &QŤ<|zT*)m襪WB6ֲ.)D #ۨ~8[hn!6ߣ)ە{'ԜVuGQwm|q 8[o.t׸~?Ӟ2F'NKTS" I*Y}ue5+tyM:T_d_^|O+8H]rc9XWUnbK;W`S Joh"YYc|69:=+$fv;Qh!{W}'ZS8A齐ioӰ~-#qx'҇[QQ2[3# t,0>ƒ`O/⣺R ,W3(`H5hF ?G2ein,#C%߱;(F݊"BrUdv<t9:?B&} <(=)sxi r]P}7C'ݺ9N9",5лz`螠>r lL%9tr_cn5.lF;a^,q00dj0t:;2󉙮&ܸasYp)?wU? =RZesZ/C)nĺiuiQWC +I#uO(x:g[ƚ-I5 j;/LHv>dԾRVW鸀9綾.} b8MrSL1Mdm?2Dʏte\Ey #-KE^Ck'{_xʌݧ @f稗%`*z X[8:"2Efˆ'έ?,O0_1~W9n1NrRpSR*4 H"tPK6EAc%ZphrSK\9VS'1Ugr!a*BjmLJΎت:p ]sY)C"*yU=Y?9WL9?BY`uSUٙ @)@G΋l ͊S>ߵp a DT2,yp; Pc43ƀcAѱZ3JH:WqiAf6T5e Ժл; 8&bԧ`/rm|)5!fh݀Y*4kL-36<wX*cJ!3ӇDsjP3 nX:0^+0!zȱ955TJ.y/C s y#R[W1j}lG }! E Pz.m{F8tO@ H>˯cMG!:O!-QZ|X3O}VG~v.[}[C$ƅP[[#>Twz-2]_3}( S3'SBr սU2{{. )+H,T=:.pW A]eܻvtJ-uIiY-J4WM^C'uvM6 NfR[ `Mr&)āf__~lAnP~j|k$9M"z6d״5}K"?D 86r+LpH.1@uk< ӓ YpGd/,0>q[/'k (_ `eCPHJOG\:p𢺳ؼ4x6{75ާs_f`6b$VKP#(r-@ٵ꽫ٖ(=Pvz%I|Z Z@> xitdz"B6ྜSca} #; rrut+-2mROg*l%sCP[zO3)@3HTo) &Eβ:GCӜ/:MUZR擓0AM\8ӕ)Rp?&]Uc^tHEa'?̿ {ewt3amD3S1$IK- و_70%d,9"g8guYUtܙ,bre-o>8d8hPR۳6 2Ѩ)8~  aZ._wV]PB#+Ep(^пM~倁M-<ՔB2P arP(y+^ dz"Xdl#o-W]5kE 1~O3ZD)0y",ޝ |OZƋߎXu.Vlw 1-`7 0*M{!@uvQ( >y2>:٤RWq4.Wl`D/TqĊ1^I``?w7<Tk$ o(`Sd`ߙGTS IkB adZ B,m'%tGXL xOBB@ W:oA~HMK5PvR<9. Yi9/u^m%;w҄/Kw.ah5E[@KգH;|2WJRdv> *ɢN8#S3Lehuu@ݎ ^SSx1"lNC\]m1{9bs7VG*RnS,?,笲mH^pB'yUQwp#QU_ v1ABW0 ЛI2L*~C'P<~/9^Z%4x>@nV\ 蟙ʀX}728,c=+|pߎ,]MB J 报_DG]Gr&~LSF\!M8C&Sc-Ènnu,]P58 `}弍G+4_6{>oa]=aӢ%lʸts Ow|Z#!_"א;4Զ F:dg"dQOWNէW$Qhnx8%o'd֑&7#Y'(W5j4wBeז20`M|e[s^,c07R'1WM՝cq* } YZ