glibc-2.31-150300.41.1<>,0cp9|N lC+ơWu#>G>h(I|^@erILc|Tvx5.c@47&壊4>lXM))k{Z3.K1wt<8{fBIU-)J [t ^^/i]I^Xm1P\87ּ-1nK"a {u>)` *ޑ-:sF,Y Lq\sG*VpG}1C|k"{_׵ɧfqf4d>J?d   L04<@Yz  &-CC  C  C  C 3C CCCnCe&!'!+ !+d+h+o(+s8+|9-:6*>@BFGCHCICX@eYeZt[|\C]C^'bcdBeGfJlLu`Cvl"w XCx dCyp(z $048>Cglibc2.31150300.41.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.cgoat14b}?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 C8ڰY{`H4`Xyyyyz8 I ; *AA큤A큤AcUcUcmcUcUcUccXcc\cXccXcXccXccXccXccXccXccXccXccXccXccXccXccXccXccXccXccXcXc\cXcXccXcXcXcXcXcXcXcXcm^5fcm^5fcUcUcUcU4b0166e286cb27b577940432c6e39614b143b0d2c207dd3533906a19956e2c0408d841f8acfd345e9caff2cb96bf7abbf8f64c61ff2b6f0cd980ce1520fd453f0ad7a03c5985fc18c3ee981325a60a7c3f8a169151b9cd653ddfe2e77f01fa266e084899135cda5df149d95e3dc79f22d1b4367b7c3b2fd74582d02be3c785cf3b24a975dcde688434258566813a83ce256a4c73efd7a8a9c3998327b0b4de6838730c2c79f3eb4436826a75ee9dd873946f66908c3a9cad83eb5e69686d7f8db7aa2aee568f33981fa45876263032ebb6b0eec0623e84a00a71e44cdbc6d6f9a7d653c84204d4c05670e3067e5a22b2a7efe696e3d75a91d1360e42302ff059b7b205780702b97da223527e2298d850863022fa44515d55bc390b1560168ebc3ba0079835a515d304e3e06a1f6dbfe90038c4136f999473ad4ed563b8a96834b7cc508e35b7749257159bdcdf8f57bb88c3af3f572fa948e58d3d07d056f561209f0b61ea5bc3a77be6fd11e3a2c7638d9649f3cd6cb0950785f86229ff0161c1f2169061c00e7caf4b9a8a56b5e9b154fd1a6f6abdf356c13ca10107deba7a8c69a8924c235129ed1b9b98a3fca0291fedabea4c29ffcd1b396c8b6b8c1c418f149330e72546c7acdda8702d4aa86ba0eb88f40692356c785103853ceca78bdd0336942aa86d6c72c86985e6dc855dea7a90d98b77747eb7534738bad3e3cf8dd0a5702f6e690ec32740c5634d41acda8ea32e858383fa20b7912d6011fb6b70d62c651a671eab442ddc3959303d88fc1ebcc2401f1d175e43828e9d5027aa4683f143fa49cbfce42d1972a1c5cbf28f718c1b0e9b08b64578a02efd881a9b2484423c8c708ed504e6dc035a2eca7275a85e2bed29ff8aa5e63ebef4c00e92a0532341cdc69fc11058d307ee2368a285bf47785fcc3418d5f32a160173e1342f88068119ba86cdfb6d02b87f51c2c491a0876b994b9fd891001da64dade4d43eba905b0bb1f5ce33f8e62318bf76e4d370ab84b9d054f18f7528ce0d2179bc8e1333db3837893f32a6021f64925544a3cddabd6cbb323626eff208e249a8ff6ac7eeba6bc38ce1ab06465ce8e90e4dec4117d37aca1b01b3710b8439da8d61d73b1693f9d67f23eda8a24edf36c32899821e350d2c5f3ae78c623104588f6c429a0ec56ad4b10bc5c20f66a5335cd3f857290e10e7072e948234293137210c38f7f15b8751ddb84125f1bb721aac3d7bed5a350055918c56a4d0939ccc24353fcf6064febb978caa8b5ff733ee4ebe50613204f1c1fec416d9a56d35495f7d3f1474f8a892ef9acef43d875b060bba2b0f2923a47dc7c80b84614b2ed505d86cc3b92754db480f4ab7648a73af0df78f2160dea5ed13e8afc8703a7e032ea7de6609ff1fb03760aa9990fe4fe0819223c95ddfaf64d0c4d5a3dd68a5669859de6609ff1fb03760aa9990fe4fe0819223c95ddfaf64d0c4d5a3dd68a5669859de6609ff1fb03760aa9990fe4fe0819223c95ddfaf64d0c4d5a3dd68a5669859de6609ff1fb03760aa9990fe4fe0819223c95ddfaf64d0c4d5a3dd68a56698593fe8ad7f79cc61cd681bc7e0c6b4b64508eab6d69c5fa1ea3918e0627d4c245276a5771adee7b9f36c7ae66eae78d72f325557500269107f2d98a7e3560a1808b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc2aa75ddeb08e1772018ed74fe8bc1f1c4467c49c0a939052a2fe6ce2211f07daec3d91ae40cbbf7aafb047a4799c25e00a04d340c0febe83d72f66ca2dfc7dc0397f8cd51dc51c12e1b387201c40191e72bc5b9a92ffa77a0864505e5bc0ec86ld-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.41.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.41.14.2.2-13.0.4-14.6.0-14.0.4-14.0-15.2-1kernel3.24.14.3cob@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-develgoat14 1661868425  !"#$%&'()*+,-./01234567777;<=>?@ABC2.31-150300.41.12.31-150300.41.12.31-150300.41.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:25649/SUSE_SLE-15-SP3_Update/fcd4b0bf729735b39ab035c69e29455b-glibc.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linux      !!!ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/glibc-2.31-150300.41.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]=5cabd6dddf6c61859687ee6a3c3273fe4c01c68b, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=39e842f3c63425c8cecf439afe66a54fd63a402d, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5d351639296d3fb4525c6fb472510184207d374, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f77247e8927fdd180c83cb3f538a454304d772da, 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]=c8417d767baccfadb39b474e484d46947915cd8f, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec122bf338c40399baf7453971181e08e2f224ad, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=5136c05b01c916cd2a0f9e7b407c663277d4000c, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=4a52cc889fd303961b0b583ea404c7265723f310, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=24c7e38d11376a710eb40a6f2f1f4c6f4fd9d771, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=77ab7abbb4b5e39011946cc1e3d006c9e029d3af, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=42caf6b8c1d5d1aef3ffc9e79e3b088eee211ab4, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f89c1dca39ad3ce4b755caef83550fb9a7c7d8b2, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dbc69003cc18dcb6352725b77e11d1e51082a1c3, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4aa2a63cae7596172320897d7df1bfe58d3c4064, 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]=a2e716340930fbdc5b8e92aa2f32ec698329da1f, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0ba3a9777006be4ce18e95449a039545b32e6b0a, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=01c8bbece9ab82c415c837c843450997a9edbadc, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=adfe69fb50fbff0204eaeaddcc5c6929d9c57918, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=09f88e816bbc501333f2c0fb1ede6c4f74ea41db, for GNU/Linux 3.2.0, not strippedELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=e6f0429deeb619d0ce69873ca473c75e7f16fb01, 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]=6816809e5aa2f82f786121963c706d1afcf6d88c, 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]=fb0c9816fa43291903e8ce030ad2bef4a08ad83c, 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]=29b79c2dab4002be63efd7527fd563f3c3fb52eb, 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]=f14694b44ac498821258e8b45cf07a301905e1ef, 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]=79385de02a2c10299135061105d8b69d1d4e30e5, 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]=0f523ea2c1ae50e212e06138b0526dff2a8595a2, 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]=2d81c74edadd8c9a916806443a0c8a8584c70354, 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 RE{dP_ )/glibc-extrautf-81e8062c6ff4ba86abb1388bf8bc65bab8dbd93a57e5a291e5ac412d566bc3c82?`7zXZ !t/y]"k%f%| ^6۬m^ ]dFb;U, |9$3]Wcdz0|p7BN;;~a."4`JZp}a>؋uͨz}COQT?kȢ OF(ڇNi-\a?uZ4wGLkWhqN]n!6*"}rۜ9Gd{'LAVg/%QnV~ekNL6{_njP_,o]7D~|8ځlr}q F"Tӡ]Fy(ȟ'{UF^Ģ7%q,l`(`yXt6)*;X(0Y Z) g?/{S.O,Br(kS5PD^aBWoD~r*m1O#L.@'&QeЕ Blau`N3M{NFC)g GCzo$'m։;3KZI\jB[ݕ&DNQW*Sx'TL,v]|-\npi0z%9CܔOv&H_l#zl1cS}$#l|4 <՛1pMbb&Ȑ6St.N>޼SI666KJԦʬ |Z? J~ SU-@#c:܏􃯑3VW&t+<}g5t#\$PaAvZ56 [BgHA~Q"-i;A,^X6X6.߅\V'Я~R:[W>0МF Y3H:Do3j Z \ś,^? dxBX<êeDDɉn"` 'N`I*gLr0pqI&V؏:6oi$<`{0S.H%[79]/)M?Y2*+ѽ_?pѨ^pṊ2sW~g=!"*D1~1m|:yzث/&4l]vkq}V{ڍ=rkX,P{"rs!K?VfbS?Xb]{K@6 0n(g3c)?.l%0J75 Xsj"7`v<=v<5u֛n)b+k)'O6A3Q s,w9XH R6 v=%xCrn6TuUjǸ6W)ד0̈9D>m^}d,Mz@]{ph_Z6n頊c_7 n[3YyuWxqTiyi8":ՈdKCM41(& U7\ uP%k=OX?)18ȍ'rf5{>1dmIPTG_rKCZd(;s;8@tJ&I &FFu N<<%7+j`FbǍe VOl#s1P G-D`ȓ2 < V{3% ,dqE[ ZϬMxj: H+eהA\0ƌ Fdщ UP;E7z"WUp9`tlo&uX,ldx,#/Bi (QreޏK - Up=M^vshDς~ =0M hX$@*轂 ld+D1tȖ͑>3LO=싒ҨI % TL~9MUhBӅ'{~j_ 9)DzTx;4R>n$3j:~uS L7O_mWW|[סDyѸonct\3 ?KHwelb3 ػkźc8"/ו-e64*ġ9`:>)hׄU* k lIn屟7m e޹-YX<늂ɸ;Q FEZ5Jj2*}Fu ܔ0N|`^1yO\D‚K5} F ٝqQԉnƣV@oK(]zÆ~?.J8SˇvUJ693rP߯hJIAro5L\z˪~!k FXWmPfǼ|W.s;MxP&jB"szjI̗X*X|+?e/hOWK0p1=}4❊ZjB&V1?|ne=\Yp`{maM9 Gu_ғ-fHFT\v' BOVsI tOs5F$sHLuUۡ.p; 48$+QO4#ZG#E&R'.O͡gWi7IK $߫kޛ!CxғEM}P@3Vt_t]_fg)Rf4 1Od f=Y@_WdXv]PVs Q1U(a 뽫ZTXtկfW4$_-"*\َr嘫\$wOP_!JJ=¤=~[k,&AL+1q9dyyi8BK/F\iTɷcnN*p)";u_h^! 9؟زZ9(8C"N7w㖎65j,ɥv Q23goOtj& *T=e H+(MggpkEƢq%GP7qjp[`GnONY@ hN.aE*b*"eu+o'^=b˾PD`_k,ԉF:dPa<&c=$qx$.aVp #QB+3:y rߓ俊r>%hR"H[|cla9yߙ>2r,b.XAj*Ц: Ya`WN`2:ɣ2n5dp:QHϞ(@d_fLRA#9v[2h)1g$%䃽o^ DS@~ a1?L˥+Q1u6AFӄSvF]7 D;q@%ͮ`îU UWlQ?`cC̺ L޿,|12ɮS gѼq֨("%B96UPјϛBy Jh7.V%Z|/f`Wybg fae5bKDYc^+n{o2ܬ UܥLAϬU2 L1`)pҬwQd-lN%ǝuN7M54P_ +эoL.x6ŀ9:D~bG.|G# =oTn7.I MWm\akZC5/.2;cmy)Oxg`sdan՘2R\'Z:x Bkɂ?h2zG4V6^a 0V?%oWr)!{W0b9S ^v> V)y#aK~2<}5: Hz&kti4iO]6n IJ;^x5;K<ramN EoG+SQb9-6 '`kͨ ]C-#({ y g"I&=tdB/1ͮjFI4Em/ylF2$2IS OEBҵ8׭)v5F[SS-^r jEpE@ݔ/r=\5;9Ytj;(6Qү7/\}&=PFj]&H&EU ֣rUoTY.&꽁6Z1=FnکNOGfיKޫF**3g!*[{Uޣ O*nuHj NZk( \9oJS6 fYfN\Ԯ=%K>zȴ vHSE~5LBn1[ 5s#/-nXJU;J>\ ׫eGGظk9d>CPYP:$o+zz!^1J@ /GC苆Z"ohܐxHiʆU{YDO?j%}Ox؍~+]T2eh[b9 Iu‡`ɩ0BCX``: Ep*؏J9PX6&u<'#Hm6+Pw'Gx6Vvd(|y7q O ]XNc{Ph#T 9$.^/{/\1`O>摗9 04#}R-V# щxuO@o螕}*p՝S`EE!yvjGG Zۖ. %h`Օ*"ZoJLGn ^f+hc[EE`75DSL G C[߁z ?6[I 3mnME&yJPi*Zc:3$u:e~Łֹ3W[7a JH\-;`[ѴmD'ltWS78<6ft{QCrs)pN_ZX Era ~ӡ:bI2Ɵב"dxvn 1>[k9~vW̩>?b\cS$Q\! )oQ]r/=/=֮&C %,6Kr7wծ; MUb!"&RQVB`r"t_7SM//4bޮ$!y@]({:884϶ԁ9Iusb|G3IhJ&FJNqqFP|yO>|;Hk]NCbBizͻ Dc&G%4•v {z[OYWPIygJ ۋ>+ !ŀ՗^c$n7<|%W~EU2י7K(s vO~l `J'wB4p^j^'6gNר&naI/D! KB\|[nΖ8:q\x0=Gȣ|s`ӫY(Uopun/W2I ZDV" ׫*@ЎcM/klyvU kxD{@,.kCeqc澔z3̀T(8#\@QPMb֞7ܪƓeb8drz4J\tϤtN7YȖZ&7(Z}ON&DkBL}>|3U8{{p# UZt4o}6='׋+`"Ο@yiմ홦!ZwAԵk˖5@aT:$;3"nʫgHhFtȜ iɋRBF-l{?Ϣd%>@A8괮y opb7 rEt,nR-+kbX0o,.;\~%K0fZ~Fu?4w-D)"/o>rϑWhV/iW.πc?Ke ۅ3|QD)CW?&|%Ɋ0׆Sf6_'n`2,UȦu} C;3XH (^ѸBHi},)Ode$yb2ƿC(p 8MN/rSzQՀ['t 7b oGac5-{Hh&3W/Ne..v )Zy$n06 I{qJg 7mpPD HvUZ^}f#꼫iB _-S'U蹹%nŸ"M-Cƨu1YhZ▖?D/t˵tvd4F+f{L4(Yb2Xp"lzPOL|U{ w[ H߄<@C8+5|WebF8z5Bg٧MO 6PᘏryQ0j壶Ku6g<v]6?+y^Suw?k33>9.rɣdc1*$4L;L}GD"?6X7Bp朹DTg7l5/3hȿ2)*N@jh5"chu Z`ުŽIQC HU!gv4.Xsft &MhǮV60CUmujͬ!NKy}A[& dɱ%SlQb{ʂ$r:+tpB*/)a# T@_%Noʢ=fDtqWW5Y(x½OsLrɭbIeBfh.'@KYu(K9L8|a%lڛy8< 8}"O+hj?[jR$V 5-R&߾'y?hn6]eYj{\ϓ K]e{t|Y/Jջ(+7 Q"p >2hsdyp'@DѴ f0$Qs_ks!C&^>i\Uz_mIߊޟ`یO@".HGOp˴xh8Uַ3i~ gd>5b %%޺ʪg#$,bmWE5;S\ X%4w4;F/E6~'%&{^X |j?Z'˿3VWBU9ZF@y)3ο["}^P@ xN a"m[Pg;'س 5h3 oܹn0^M bNSb6+<~H~K{rɉR, $Íuj& s!Wl@veg#&H0]ɵmV0q#Ak~/=X$iGG[ -zAV}MsGV?[U:QS`lz`Zj1Ub/j1,y<mwZNb\ 23f|1hA/,.#ʘqb ??`ItXT.xDF0O@auLDck/wDt1&Oiv>w؏Qr!2׈`otˬNjqjX̵@HRN$2Ox,6rVHdA$h(ag=<~m./Ue/2wMB81ZAA pTj^x8f*Fg4I׉s.3;ٰQ{;`Ӯ{j`Mq=LwGyILbtL(*;}^ !eH:%h:4 `$巎vwQ-u](6rum MP|Z{T-h n!Ǚ55L>%ZQ ef*٢S QSE?a<Đ73\"]UU"5fBLXJe#qSiMA=.̞'mu5PiHr> J*vjN =ZI'I՛O,,OBjZ 0)hJ$](8/*g D34y1؍bjۿ/n/1%" kLPEX O$%dE#"OI?@ D\3NiS)y4]߅k~@m׫t`Nͪ,~0 1l/ -mH\ןTs ~Q**PPvr~z&4H|/^e|9(gȝۖXВqg! U(-7iK~Hz8p ƭwQD4~PYwUg!v}d[)Qx]aCow$9: OD,IG?1κvm3E~a1 2_,Tzm*?e$0>f9a([ А1X>j97LNyћeggz;^* =ޤW^d4lFDL2ֻ#@P%TDصf!.Xȉp(e0*vlK[S~AeyUƲΞo/awN{ 7CxT S!{߯3Z2t h!XV|_&|9|80@;E7)P!==\-Wcذ!rM)OU}qÌhƱ͗UWΆ'I`kAVu]9HIx,_hj`H?6Y۔c4+H `bC"_)1On _w1vڨjH*MÉ_ |2%#㰩)J"TS=eru=,K8;*i,#_hbc|FB* :m|x7\°$ b "P]\B>8wИdyJSwz 67)K6Vڞ0_=<|%iݣ?4zsj;N +'rNPj䚾H⭆K8+W4~o-՗b95[ `zEՏa݈50]܏UjPYE AV`32#’5ݏ(3MG}3Żkj?{d`"L\Y]ڵ/0bԦ/*vWk7e<žɿrbB2c+Qග2ޮF~dtB2ˋq.L:uH< H)mRoBfFT0"H>gW/,un,9rORK@Eū^x=a%ڀj&J-7A/#u0 %U=8D%-7JCr"ʶvLWAJĝ0t‰^[LE+Dm0!HsY!XEcoS[iԼ2 -Pٚ@īH ) L ƭ7V%Z*RLE`-^elF0nhr70Ruҏg2+UHI)d]AcŽk9{+'Eu,E=P}j~i0I=l>%Uzj Ws=[GK U#KǾ*8?7rsPujLbU"/ Zyn05ݨ͑٬qkg@BsK 2{'X}"sOaO)Eᛕ?lK\b0)P>ulg3p^c_I2;em(k79W5VGqUH"\/ګ{C^oFXF'쎒dBA 9܀42v/3!4jV}={qˤD+P>Ul\[GX]V1bTv@oCOL,;fHeJWGWy\E3"bǤn)?ر ]pP0Xdu]¾aD+"8ޮrcJS 5WmtQZf9iVy+v-Б>Mj"]iefxav\ȍtSOlPtX&IWd45h/\$ixUb/﫶'ӎV$ {V=tٮ(-qk%Y:cWXIb"%|oϒ O#L.$R-yk+oCSAiCoa>i#>hI ѯ⟯21&YY&Kt'm0 v鮝EGHӍ-Zdtl֩QϘoN+{XXUkzG,%JDraCYqq/L)6& |%+o(@yh$ laJ,Dt{׸^ni,|].zV Oٺ43^K:7Bz='ϟ<8}d!.+0{4sB~뒗COIef.>Xt$L'`/t`Z16^%ğ|12I7cQX "A/>7L>elpSʓVIj}$$ݨwBG|P{$+l=fuy\ۢ~V13U+E[J5d.nF`cAGi^}"r 1ExQ,ú#,B$e'©b"r67}L?nnk@K&1ϴџH\cl 6gm>#q;}zrXň1"v[V(x؎F|*Lzr=Sn|bYCVwU6=@<•B]6}[Q1g] G*&q[8ՄJl?(Ck5Ǒj{|fz(p8wTO y"2>QRϛʔmX)~v6xvd+q߱%7vmevPFV5]6zB J/g ,H &?KN >:S$q)f̫ O7X!Ӧp%.8K%l7t cZfK٬?voNq2 VH~v{7olK(Jܮ ~2fh~'LV s"/s섋9Xb6 8yE'CPhtoN<_u5UKo,ӝӴsDX]|R(yyf3 MFFYc#;'n.Ta߆"z%s ~ o(ܭO6l_Wq ~z%Ä5Gl.!͎ʼYRvb AÎvewv-4f*BbA)yv`c^DE "2R ͞T٬H˅q"' 0gzBFuai$F3ej2) cK`>Dj%09brvM,0oEaѳ`EƄV'ܔvDC./+oJr) <2=8FV3;WJz=ANRnx;BTO7.H-'#u@#<5=Hk6Q4SDgPĘf[i ?޺#%}8wL+tZHRZ) }tBpזT8-t`[dj歁 od66 W*X܋3?XM#ԯ kT'Eʬu={%G ݶd9Y˱(p:_@&w&][zHrj5!b@%A ` i@U3#rXrM]?Dgcֳɀc͏I=`&dB)4ާok>'W(㗠w5ľ۪bߺg"&ɄڸX+QZ} H5i}svy=eK&< a{҄$t1ښ VHi=2AB{hLX|#?L %0|[^L̑q\%:̯!k+___N*o"֔٣wY|ZĸLVfҨd$ ϠEN([8-_FI4HĽOV ^"]cvơ?^Nɠ4qv^5n*:qy/w]]PTneRxg[N/^M]Iq%36-(j c)O6T%(54RCXQx)(/3z ?K!v##6b|g9\\)GZej ]t!NQzc|]$Bzq=9z^,YdkBpo 1mlI8u"-9Wf],D .dҙ K[6H,%(,َ<+ e/֊pպ;뼼ic' 2Vpƿiy'׆1K F2vsg&Ѕ0$SapqI/ B% ' * (P`H1~ck*)8腮u= yBG? xP-,>'T'^O]v,PyY65"` ye/K2μ J9.‹J3>WPA81sfXv㑜\kLpFjj2jҘU3OJ?8 M¾q ک 4Q2F$"n[K JNXL?b\=(ӣ ~4v_iyTDeVFm=Ӳ$'sgm69052By{ASїOb](DSEQxd&p@JOc:6vw^)3yZ(&THN0 W+ܶtW)NxO9N)Bv'4 ga#t&*wܔA>FtlE5ʦTr(=um ȟ$צlª͹k 3} Zmņ0d?=ߞ>vRPnRRƠ)>! ,nSlAGj~}U ;^ѹe_B[%g@wL-CBE$|xL]mW6%AZ2':wsId$myȝ@U[NZu oѸ봭6OD =ZG2EQ3WpeAb&|Lخg/3E.JnG3rνlt2Cq6Vw@ڧ q Bk&ZDɴ"Sъ5O4 :+EGeΘh 0іb!CUn;~2`RR 1o0v(;їAW)DI{QA 1y+Y5yj. /#.YJ؃;:v0~u) HkP˿KwC2eHUpHQc{r>I.Od\ a[\Sv0ZgigJ#>Z;f]tNc Xc?scO_΃IrǏz%)PE޾7|^[6O 1#I =:(JR.= 땳,TݪA$yslu~J-1 lt?7J> žN 3k9Sc^fzJ-)>)Gc >aT(Ɵs/l_3G M+BF]+WǍz:DRJi>~T682t%**NbyE0.W8ceOz~S.9+AMvqAZ5qFv|5vw&9L0b ~@r+GMgtv F n8>M#s.%P)QVȧ3 6^|ey5c.DP%1ݳoRCXO_Gr(?KCN#&Ji`B"z5Ţڪ6Lj 4\*84a Q=2AOƀ֊@Ƌ: 3wk nvdwa%v(rW77<*Z}~2suSʚ$[ėM)I6UѠu#_eQŐj!nH^_iY7m=KgpحZ2*䐃3wxdk}푺~"(ԇ䲮&S.g4JϪUDcylo1BK=rKPװ6^D6; L $n娡@*Z j9MthT#zrPaf[B_{|;g7ngNS격i{,E_T?G#lC!TYVH+Rk!kqT5ZN,BQeA>b9KܵLcDu2ġ4hlD AOaX*uM~u<4ΊuȆsz. Eq%_ڃ ]sѭ&ޯ[qd)͌Gҙt!r|J}YKK`{tG~Yo:gkx&]R<=2*]CE"X)Cgp}X0yHbܖ|y0`L&bھyN>2$ I/Ըk*B2F@(wfPvB9ZCLcOo]Oa sJy#-^LKcr]I&Q5yzO4 1HxcDę?/}ZvڹEFW}:Vdkk#>(8 u\eKs8qIV*j;F.nc(]祍h;)cbZUե{6ߜ |s}WȤI@…P ӱ3\yHR#S6<DT呰eYhm.]A=gW]PK 2.2~Xx ޓl3PVfP p' OEc^"Pz`W9vI1. ՀR0@nQ#+o4mM+chO|0\h(Ӯ:>[)B:t6&kHRNR*T|r;s_}Ěrmnj}f "QQ&YY\|汅K=p`2s٩)Q״)/i(:HN'5PD$VUjcC<*sf48NCuNHW۩kNzXC|$蟅ʯŌ=Um?d;7*btLXۋ#JC~HEHV_Aǀ9{#R۬p9V~4g<5s֏H+bs٫Ln*w ~[ICt8 O^!1:!?5 =tɶDX/C/fhi;NWXaQ( 0LOnPBG ƛ g)ﴩr:"N/Pi؋9N/3j1xi}UI0ED^<W6N;۲iKp~BqVx ,R S #MgC:њoO@/*r,4 [aJ&O$SX@nQ)IY-2Wf3{x΢'IE`먊C+v0j|*'ɇ(`P5=5T% Ľ1Lw]-BH.\zUR&eT %xPԨ4,QHYwv]9&Ӕ\[t]WYcpaX ʉ0Gw_O>)^L Eu}''?m˽zyy^_i7 &@Lft>NIi@7};> nALN-+ݩ$hC||-M VP4b)b-r's9~Xϟ "ӑMM,Y2ۼp7ȴ?:ym6P2,![Ê`@,۔3gn+zШ:d+ʘ/uJE;L֫SmcP!9;nWy :E)DEnޖ4Ә8!3;].3J)1kaC8\ؼ*1hܤJkee)fQscQqfi^jOJ u<@NܿԿ+Z A6~u<N{I[96,36p:Ɩcǣj0/AzʁJİN[ivVI"L&S&uG+-Ƒ\SB uT3<ߌ"e{Džwaޤ} IhBs82Ozћ[S7oa YW^iʇjs WyKj]\'%.*(3 (eeiM!}JbN[Ϝ}0a oyzFBYTcw;3 &RhqiB'Ɜ 7ygA~|4?OzG%13>, A? 2;ǫ0!97c^b&"*ihP5INEleߩ}oS|߲^b<X17Z'29ϥe@:[!ovOu7_.I @=`MP4Si2it1uYJ|{R*ֈ|?KN>sќgNly~9QW1v@܂Թ5]J۱'Ҥw+j Fq"pt~v2,qV-5\cO7˂f3mpk$FƆCNȞj9Wqcڻxǩb'̍nƱxlϪ"Sk*R}}wr۹ y1m'rKxd:ZBYҹvmf7|NYFl?-Jh3B20EIδ5 QCއķd>Y/g]E6a7LԿm8 :GП|+7'̎EZmf>:3Go&2gX>nifm. \l| # gS< #"BLA1ؔ{?H2^iKۥ3uFOQ!췅τ}d͗>yrGtYu{.wZƖ PU~[3W3jVj?؍KlJY0-**9r"jD~x qf}d=|m$>`cR[, ,.RCXD&!M$Ԯ HK 4вC|M.Exq+9D䋧YkbA֣Je} h>^0VKAO#08V$}&=YT&))$䭁4gKF),T-|pCH[d] m%#=# Ԝ;Om>ǛLѺTPaBHÿw"v4E9oL țM蘝ыǢ7A,?t_KvB_ g6+LOjҊ`^z[ Dp#C*kԦ% j FGJKa ;PC <$-MuaNMշwWSiU뿯U;ҷXHW[YDVxkc֨jX\^Yxک~Kբ9 vTŝG]b{;?k:'1́ժkKBBx -&_nJaYTfDllZeYMR/Y@!Rr3EUCzʗQzg#@l D-[™٢F7~y~ޒ62Y̖Yc~1~@Le!s !Sܑ^ {#l6- S`51Te<mqyު${%F 6~6;4nH@R'(Qr/5+ Yr(L! !S޺ŜAvŠ퐲٨zz}qRcJߟX);-E\,iPzi~67F7cWdto?"MU@Y/QE] aڢ@Dȧ;&;\@7NC[V(yLkCUO0Hv򺗑Z.xcD n?2gn`ڎLdj:i|8i("5`xEm 0] TxJ,< @N Y 6(:a#GIWU/~F5H ^{JsP~δ_ƹ)]$ZI ޷#'v;o`5~itDu_EU7D%u0"I-7Н>߃hRbk8o}B b},QZ%\a6c$wtҾ]; |ޫTc8Q9jei"6 Ĩ{N&xÜ=]GN<:S}ɡ4WHLjjR߀OS8EkA\mӸ6/:dY)ߛwnF}*:*=D_W9Opm}戃 u˄? m`gɣ ^#2la}+ h!:a-.SA1U#>lMFşܿ7;`x,~}CvoLsy#ma"?D^Uvn$2 ]k- ȷhX ];+*U `i$Cl?8􃹲$*7Kd]ƻ!ʏ}=~k Ό[6AL*= [*tl6d&leA0䰁{W$\ N3 p_%tOG]-ae=HHBK)mqBp-lԊ${2᧽& M٪q/n?E8a`|1٧you+tr*r9MK~%XqfsLA+$0-ک0Y97T9vUSy#oZf{q=6981s :nLD6_h\syqnN2|ƞWnͬ`ݎWNQuФ{s@O?ᄶ\]-B/7/cϮjՔ%dN6OSg搆N"LįyH2A?՗xYlmmO- -A\*V:{Z"2Ev8C~ȡi-S1Osm D |7 ;yˠ.!2߰%6:%שPG(wxX(sJ9n\7Ҹu9/QpZ5VT\@Y0:fjw`/qdaʷ MGQuj˯I' WYc9My&o Ĝ0&!WS$p`X{^q֬=}xH g -? g9XG7HbVmqf=$!o7ZG^co\WϔvXbQ=Ru \?jc/O @a32eL`jRۥϖ+}BS[>dzp.}ҳ-61W Hg֤MJ>{ICcO!pAEɆ>? C(!gؼ"S6[kQ9JZE/MI9jC~ T;XXO>RZQ? ]q1a f("}lPF^ʮsw'XO1n0rTf+Ex]uNCL FFhO& o371pnN$bwL?ιʀt=>1E*=* [蘗9JX4)k!u*MԁRQE;LsNs>>~Buk@KȀ :ը9]k_G{W 0rB`Eѝ+usLjBU/;vOEi+6V~ȇU=Y.kϚ uG%B|!7 j>W:Eg-Yr$]$~<$~T*]BU8,+NNoq`nPXi;` hW֖9;\~QL`:E lOeLEvU?9:r*c-A!+TxΟ{ EУ(