glibc-2.31-150300.41.1<>,cp9| i`U~4#֮nE}!, sB-Z0. V~ uzo6ӀyuDSFpgуh52i2ݛȈt<kY34gf2l}?9+og;ܔGwp@ߗ|jJ ? d   L04DHa (.6@@  @  @  @ @ @@@@@@=!8!#t###(#8#9&:.>@BF-GH@HH@IH@X=Y|=Z[\@]@^`bRcd{eflu@v!w@x@yz ( 8 < H L P V 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.cibs-power9-11mlSUSE 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.htmllinuxppc64lefunction 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") endbe !$' x p +'(6 `G<  h:  %H,HHHH I ; *AA큤A큤Ac;c;cac;c;c;cc@cc@cc@c@cc@cc@cc@cc@cc@cc@cc@cc@cc@cc@cc@cc@cc@cc@cc@c@cHc@c@cc@c@c@c@c@c@c@cBca^5fca^5fc;c;c;c;4b0166e286cb27b577940432c6e39614b143b0d2c207dd3533906a19956e2c0408d841f8acfd345e9caff2cb96bf7abbf8f64c61ff2b6f0cd980ce1520fd453f0ad7a03c5985fc18c3ee981325a60a7c3f8a169151b9cd653ddfe2e77f01fa266e084899135cda5df149d95e3dc79f22d1b4367b7c3b2fd74582d02be3c785cf3b24a975dcde688434258566813a83ce256a4c73efd7a8a9c3998327b0b4de68fe139c12776974ff3b021b105b6a6f5807ab56cac417b026b9afa5e437208685514b6f390f91be99619ed76274034c3f2872f02c9ed069a6647032753fea3bc6f283be985851262759a44c28b03a8aea92f1eda14e1b803c8fce983b511344ea3cf31850bc843db051335210713b6b2d2b93c3e269576a19dba739eb70dd6a0327da6b095641abc0d8c44f1cd9ebf8ed47a50c5b415b71f3ba8670577b5d4a5c0bada2887e644c12695e22d7c62c8eb12d1904016d0a1fade77dd49983eee4857220046dca945fc660bcd5f810b48e07b730b4a3fa3d2a1b6d6efaeee917fae7c05531359516e7a302f085bf5c64e60e39e76ac740d2c36d45722edc527b9fb73ffe419d7da5d3f424de4d4382e120003df437a99f18f901e5eb8703c9df1aec0ca60f804898053a7eec73af4bf4536732772f8ae20efafa338239c12a8fce8880a47ecbc53766a049bcf02c047f156f00704a8d92a9795b68684479e4859fe4f555f501baba65b7345a90a4c824ff62f86a6228c14253c2cc3eec1a9e489648be7cc03a57ba4f5a23e73e2f3cff00335e84fedcd5241fba6e7b6aa5402840315f8cdd188a1b2800f41c79ffb101feb84626cce6200ceaa79a7c0b7ac10c89b1f986db8be7c1be2856c4880e9a9a85336e3cd72037d0ec97cb659f9b7517e32b0283efdfbe329b1f038f0c8efce85bf613a9c6c2b12c28b3e22a5871c1cf5cb1f0086cf92c7451a4c0f86d12f9960b145738f2e48969ab856b168355f03dbe48f656fb71dbfe95173a89985cdbb99947684fd1ed9e4c2fd3322e8826cbfecd2dadeb942738a2095f6022cbb3096242cee06444ad14f8232958b87d628b3e85201a522c4e17b03a5b27cba89ec58458ab23200a9df6f40d98f189b9aebdf9428c3f5f814e8e37394fcc2594bcf6aea4c487759b226c3294c1f8d86fc34cd3da1200ffa749431fce34557203e7bdb6de9c103f558671b840f3109e51ad652103a8133669157804fdb2d0c59504fdbf9212aa0592c9b31f8abe5c021bb5354de977ecf3e19f5beb84aaf477e8d8784713f1fca58fa1178b380709da30062689aa1818c1128c66103e8742669c2f1653a47d29385203418aadddcbfefb54a0eff8898369d5b526247d3e393454ddbea1c1bb8312c0b90761dd546637aa9bd2bcd6958369d5b526247d3e393454ddbea1c1bb8312c0b90761dd546637aa9bd2bcd6958369d5b526247d3e393454ddbea1c1bb8312c0b90761dd546637aa9bd2bcd6958369d5b526247d3e393454ddbea1c1bb8312c0b90761dd546637aa9bd2bcd6958eb865fb30f46a3eaf3ca05a62acf1b6698c86991da3884ad53d0c978ab1ef4176a5771adee7b9f36c7ae66eae78d72f325557500269107f2d98a7e3560a1808b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc2aa75ddeb08e1772018ed74fe8bc1f1c4467c49c0a939052a2fe6ce2211f07daec3d91ae40cbbf7aafb047a4799c25e00a04d340c0febe83d72f66ca2dfc7dc0397f8cd51dc51c12e1b387201c40191e72bc5b9a92ffa77a0864505e5bc0ec86ld-2.31.solibBrokenLocale-2.31.solibanl-2.31.solibc-2.31.solibdl-2.31.solibm-2.31.solibnsl-2.31.solibnss_compat-2.31.solibnss_db-2.31.solibnss_dns-2.31.solibnss_files-2.31.solibnss_hesiod-2.31.solibpthread-2.31.solibresolv-2.31.solibrt-2.31.solibthread_db-1.0.solibutil-2.31.so../lib/getconf/getconfYYrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.31-150300.41.1.src.rpmconfig(glibc)glibcglibc(ppc-64)ld64.so.2()(64bit)ld64.so.2(GLIBC_2.17)(64bit)ld64.so.2(GLIBC_2.22)(64bit)ld64.so.2(GLIBC_2.23)(64bit)libBrokenLocale.so.1()(64bit)libBrokenLocale.so.1(GLIBC_2.17)(64bit)libSegFault.so()(64bit)libanl.so.1()(64bit)libanl.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.18)(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.30)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.18)(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)libnsl.so.1()(64bit)libnsl.so.1(GLIBC_2.17)(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.17)(64bit)libpthread.so.0(GLIBC_2.18)(64bit)libpthread.so.0(GLIBC_2.28)(64bit)libpthread.so.0(GLIBC_2.30)(64bit)libpthread.so.0(GLIBC_2.31)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.17)(64bit)libthread_db.so.1()(64bit)libthread_db.so.1(GLIBC_2.17)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.17)(64bit)ngptngpt-develrtld(GNU_HASH)@@@@@@@@@@@      /sbin/ldconfigconfig(glibc)filesystemld64.so.2()(64bit)ld64.so.2(GLIBC_2.17)(64bit)ld64.so.2(GLIBC_2.22)(64bit)ld64.so.2(GLIBC_2.23)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libnss_files.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(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.104.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-develibs-power9-11 1661868685  !"#$%&'()*+,-./0123444489:;<=>?@2.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.sold64.so.2libBrokenLocale-2.31.solibBrokenLocale.so.1libSegFault.solibanl-2.31.solibanl.so.1libc-2.31.solibc.so.6libdl-2.31.solibdl.so.2libm-2.31.solibm.so.6libnsl-2.31.solibnsl.so.1libnss_compat-2.31.solibnss_compat.so.2libnss_db-2.31.solibnss_db.so.2libnss_dns-2.31.solibnss_dns.so.2libnss_files-2.31.solibnss_files.so.2libnss_hesiod-2.31.solibnss_hesiod.so.2libpthread-2.31.solibpthread.so.0libresolv-2.31.solibresolv.so.2librt-2.31.solibrt.so.1libthread_db-1.0.solibthread_db.so.1libutil-2.31.solibutil.so.1ldconfiggencatgetconfgetenticonvlddlocalelocaledefgetconfPOSIX_V6_LP64_OFF64POSIX_V7_LP64_OFF64XBS5_LP64_OFF64getconficonvconfigglibcgai.confglibcLICENSESgencat.1.gzgetconf.1.gzlocale.alias.5.gzldconfig/etc//etc/default//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_Updatedrpmxz5ppc64le-suse-linux      ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/glibc-2.31-150300.41.1.ppc64le/etc/gai.conf' (No such file or directory)emptyELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=4fe49fabab7bdc53bfac2a82bba6f299a83ba58f, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0b546a3fc1d694cd607a81f2db5dc29a8416c217, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=68a732ec2bcc85ba30eaa5c28f60a8fd69673ab9, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f1d1d91f77865033e293789a69d7f1798e1e8fa, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f71eeed14648e7bc2dcb16e84ee570df243b5522, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=922ae79ce8f66b774b8b096e616a0dfe03764fe5, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=e736fad6f651ec49d49ddd9885f6fff18829b267, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4989fa5810786f0f0e060eb60db97603e99f49ea, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=db550272e3803551763647b90f9c5a2fa3a6c17b, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d91f4626970b7d50a6635c4991ebb569a945efd4, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f92eb2246b8b2f8fd166ea0cfaa493b5284c684, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=de60c3533828d75c19e60b7931bb65a76b27adbe, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=742524c6403f5c5ec221f6daa803edfa1b94c6a6, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4f30f86f7c9a8291105532f1e50d2bd1dd9a686e, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b6c19275b794abc7d26f123b3da21ba3740284cc, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5615b5bdf97236291a3a4d62aa8e47980b009de4, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=543066aa53066e57b1d32c467a05592bd3873d5d, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=155929ef7ef69f633d9baa3823af877e0e5d6e0c, for GNU/Linux 3.10.0, not strippedELF 64-bit LSB executable, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), statically linked, BuildID[sha1]=a34c7a758ebbcd7f8ab87b2e39428e94598436d7, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b74b8a4adcee3513d0d112678eb9fc520ea6b19d, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1c617f0d9500ce83fa5e69dbecde56fb5ab8129e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=27f4ac23397ad6d114f7f3a4bdbf6c7e04d4538c, for GNU/Linux 3.10.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=966f33e8811e5ad7fd0d67f0ea465a92cf6e8918, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f798e22f26d8f78dbd62c0342e799039e061292d, for GNU/Linux 3.10.0, strippeddirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f35f76fc04e4e1bcd4a47f9a007315dd7c98bd8c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=906e9c0a45ae0c89d232ab4cba9dc4cd09bd073f, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) ,1IMPTY\bptz~PPPPPPPPRRP RRP P RR R RP PPPPPPPPPPPPPPPPPPPPP RRRPPRRRPPPPPPPPPP P P!P!P"P"P#P#P$P$PRRRRP&P%RRP'RRP(RR RP)RR R RP*RRP+R RR R RP-P.P.P/P/P0P0P1P1P,RRRRP3P2RRP5P4R RR RP7P6RRP9P8RRRRRRRRRRRRRRRRRRRRRR]O?a1?glibc-extrautf-85524867c12eda85973572194eee636a722e417cad5ee28235a77df09650b9dc3?`7zXZ !t/]"k%f%| ^6۬m^ ]d%t)>t<0W?2Ύqoԅ}_cbyvj2]@<0yN,gd.%xθ 9+;܇7u 8uR[7N*Ix܈_h>p4ŨsOt ^z%_7x^1|Z'ַ* $CrMP%{(3$$5*^ȗz^pF3\랇Q ~ӪVAo|'Lm12 H޺ؑ~3,@Q:`#׿(Wv{:9).3j{97/)X!>]Q W4Qy, (wEu>"^P3~X uIMaս-4LCj.ż_E2 1RH_а'=ͪ#tp))VRui l!6;lY}&JHjtm(O:1ڨO z9#N{Lvr8)m"aC) $H`yM"LF.ŞʐcMVɣ7\C)&,3SMWMBJ)yx;7&.BuJ{]"@>uOA5@ Ċ0vƤlӣo@8&a]r5y*̈H'TG`@9U(l%l\1I@ G k:NE]VȕsV%"vw`:eQ^x.2NCeOW/3-{&A<LqL<<*ykȽUNAٚB2=KM#ŚDQe3^V~%xN <ս\q̱?\즥t,/JFI;P&e9Za4z+bOmy95ZChGzD!PF?\(;_R\HK;\TK8n{"#-NJ l 2{aLja`VT2#*f/76l*I+\^jE7yHcTc'6̆s}g2w֔`Nyv vOwƒXj{cY !xK|}5VfV6,%@Qߏa YT|eԹGZȎB»[]4T4P45] 2Ue K .;IŕlĻNM䅹;GH:Ff`e}ǯ͂2MQp v^v^s`E9M)!%mr$R))3`CG oى}\ӏ989:fDOa'sRAQB}3PLN)EyOҡ|l姲zbJ_GP,",OߗGM7яh⑾,4^ -ZC#L4R:Md-;q _u6?{wP9|SQɇ+&=KVgRPE>OWlvr< oΠ::lx; !gE$~Z ]OFҹ^\h:Rf} mKZ tD +#rTD~nn L]pW헠T)8Hj OH.b3P,4pZ-sCɴ.1_\tRWd HKm3q;$/pP%&d<ek&0|wMcƱ/U8#_P>I="%R5v]j'֭{Ƭq }"|._@;@ We_.\QU#*; eTǨ<ANfZIU%>^HPDVcęn*yQ]`f8V@vB ^W>j[`MMsy<~3to0kgd*գbfMK[bKe ÊB9sÜB0!e$Yp3*#ra#>2pӣJ”:w|e%; `g/~ %7cԶpm.&>dQSJsiykSLF?2]3e_UéfZ-ܺ{HAmb -s#V} g!>[2s.ЋƨzT&19^=m# S1/rWεF0(e8: q5Ū aݖ#S,4 jb!3;U/z ;i44VtPY (uCېxV~D~MdRby7>2Db24od iXN:)yH2*c}R1m;[#,8@?/a;éd͛uo0AZO&|"r%j^N0e @ݢ=Z9.z6iMdκ9+H!Ij+SkRpCg:n50+5޷K-:nߪ0<0q)|_c=#  !U/W5˝GBpRJTE.'~Ihٟ.ZEW%W<@dcx'IPLZJٮ+jFJqc-F:dkIUhꮸHEP L ea &Xz$nKftIhA<%4Y RVo^1Պْv=șw>zN~8H}ˉI-ow|%hچ>DuӬ-N⇃&)FLc<~:RNQkyZ櫚~I?qܖ:T.BU~) ;1 wO+,s .v3P6Ou~V};PY_9By!-߃!9%̖3 4VlBRvKzG/ `SN='r$K$[g jJjNTWŵEMzĘhkiA:1 ,oe7UG)fvpezX)i۟7[~ՓmfE-ߗ)R|SYFaY! Ҩvd/U`ŃfL-J Xejُ)hh]rBJ$t@.`&<2Zߣ|9"vs;ªqZio^,xu0R>Oo{0hYOo]w_83 *R`͌9$ʟ$D~]Y0|XLBkI~8P/LM]P>3a&13>dd>+ch*?=?ve LhSC p|> qBJtvɊѽw-qU))%ۂkT;#)fjrX|p7p*L tL~f"{mTAՉ́928ݺ|fU3+031 #MZmGp}4.©H# ~$3!sV'/е5%JxIOtMjϪԲnZփ4+?OȒlgA)EKXUKMXo 7|<5j8v%tf{$(8̈$R=ԖTZ'DhՉh*FKYk Ct>*4S2wߓg%}0=?0fQb\ջŢ4Dk6g72ס-}hA *2ȦN8:Kֲ.B8̬H}63̘KHjM5:!G!H!zϨ_jrS|uh:Mp쥝QFYmTMeI兴bP[[՟;5ܱ&b A'Z! .߯`ڈ.1jvYH bV"^(,n!"RX@@>>A[|C%C1?Z6Yһx,ڼD:D@\bq8{i 2ft?r_M'7+>%D1zrEHd;q[Ψ^M*_)<4 Q'}~c=lрnF҅(\:ީJQU0Eb:F;8ٹZRˆ E!_od P`}P3mXUvL1K*}QXhJLlτ`Գ1rp4nNA\j&/)\{̤{*KbusQb:vo\ħ!}JtKy$Ƣ76ĆUN}u2]H \WԴQ#뷤U]D]X!H?r@nw~AfLR|g3ch+D;MzVLT;^xuJ/j\J.Б C|zQ"ƕacF>ipk uP7o/9f6YKrz`ː|/rGW?G1־ inF5)]&&Ces(Oa^ ] k [,j7#jQ[SM#b?G;ZmTmj3~kg~Lx{[sϽ.u&~ȖEO'.#Mztt0QY2Uˬp9E0 F$|J 7%T_Q4nfkڌͿf#\V7I|`thHD[g e̟8RqT*B/X.WJ`X;)ɦK+hjf tۜp.sLO4@lײo ]Z'q6ͫSWx0?J@`<"lIeJOr_)% dy/ .B|v'G-t˫[`Inrinɠ7d:%Vr0S6_g36VZ3>(PBά>zD =+y=jZKRU'VrY5{ʣ{]#z>ffUI&] ګp`N܄o [6vv"2ZI"6v7;s 6S-Nj_UIr;IWZJ 㷽aW1mvE:+^V,x8+G6};Z?X7BGrn׏3:>^ޡL},/߸$kDz VT j:9GQ(&?X rf?]Ϙs5xc8?{rR!Vnh+J&^(FAUfbFPio2@5?T mTE3`hV5G6Un:x+m,Rև2qx!t <-uYN'm*yPȼ.$A]d HI—VˈV_:?۬.d.%3۱1g987g?4۱eĉd;1U)0:|BXepJH#!Y-2jh~`xbDe[1gˍ01)sء"w3LeKg@Ñ'D8|l@B\iBPHZz}hS0psWsHҙ.+ Jvm^K~25fgWB21R͡˼Ȧ;̭7$v,w 4h!6|ʟ5Ր 3N$h C5#8)1NsٍXnKY&NmY-z Yѐ|QWMAV|nHy 30M,FvCU'<Ҟ/;s&1eLL8,-=2F8um!'p2f\I'S_Ƥe0ԔCA~#Ұ}$qa9fe:#6u| ~!>H\gsF2@elDXN@ζ^9|,0$olFtb 渕n-*iX&M%3[FIdi~_b`lj8G[]ﰼD)hh ŘB-&XKi 菽e!̒m>+1v#Њ'1N(&oaλD+a2mj&p4n@W!㗲n,VĂ]`YC:|p3#}`[em8~' )E`Gug@VA?glQ޺}G3\shK,m-N`=uH/N9)e%#1CpF3@`rL=2R˕1ӆc/naİXJ> o͵V7WJ+ǞW}$gߜ+9d.TlP&2A~\<}`ӇT{(>d"&G$J}{5 ќ&q.b9ǣJ5T(CņZ q6@z %~FR?1!f1ȉŸVz RDeq.r(zwbGQXT*b ON[vyx! Hhs:~}<"vR tۤhkWMCiqnKY;{ix)诞6azo›Km_{aVHC0]}bzM2_Zf|X-z cOsyi@r'BBGE5"9Էj<% BTF9ppЌ.dbr~eap>೟Џ6ڱ+soq{O"f ar}E} J5~_eYBз'JeR#(&z>̬4qFB <-愫473S@\U 'bWIdJf-T]㡄C6BT[̾6tY>LqxUwnhO$7pFۣ$^~ sVn24}.18t:uI5zn]ȒåI25f&cUh$w CL{ME"k<_巜hfކݔwK .)y4G rHKf:k Bl\Mٲ"7ؖftfi`sІ%\7*&wDd3n rJF87-L "*Zѭ5v8j`_Utiڴ)/<ĭBt#7+ӈIuϬ^ >eqO\5TH4匟5le0Y?!yE&J91 DĐG\u!gxJTg>Ҥ^JHDV^o#{(0 ZvbZ-b FW>,ӌ 1Y\q$qя䜈dK|E6=q; 03o fe+Kv')ƮeuE *36{9Ǽ5m8)q 4N./8˖x:U&U#S0N6;Piilm !8jaVSF!ʴQlNfr꯳iO"iBYI5ڛv0UV1xC͜h7O /ɔS:S߸ (1L0<7&Ζh -'I\EK}Jz&m}=EؐA%F`+YNs gH q/[2cSiu 5qAIJ[q׶*WU%~ikxX,VkFT pJ$1!Z` 9߆mSH>^OW22P$ѺQSTwf)}AF3/`ոnot`>gSO*9e6š'E@l<qڳ?+XqZg~ sH`B8.~6PēQuYoI)``3@@K)NLBq~dyY5# b"1+7\n:]t%ya=J-B(Ca՚09cDw$>>T(CVqզ>ȂMXn#5޿U8Yʻ}Ư[m"ͫaKV˶pT2PseT~Ԍ:+2Wm UD9Oac?9SR@>{ Q#bfd"c3`? g#Ј❴]bVmenVgCoXǶإ<|wn,P$$U'X$%nZ1{0b“EXa~ {HuǠP+e=Zg|֡3JC||N,,Ae%M]u6u/8$BfLa7tB`4{,%{twTD] M ^@j * 4S:욼Yvl .eB^52RMʽb}u @ ._c ; 2 N!6F~'#=Jt<&{`>5œ@@x1+dQ#SQW:7S45gzY+ko,s \ s&8p!m[+@Gh*c$k3a g MlrkF;10x/s<B>w<{AAVFiU%ˉ^O-n3?IbO,2"Xgw`Q](=GafXyN:kWy$nL!¡t E+G/ 9Z0(`z;åvXCVs/wU&(,@7U11ݝ~Z.6~v ]7Q_\A *8o3U?,;K5}f8X K;Aаԣ7hY"*X.Xڶ~dq{@g%BypƄso^]^c:9͐'nVzNUX拡Ď='go\ N>AEfj6+*ΫBT;Ix dkrhYrJTNF@4|BX.GTJ9V7=~4ʫ#2]cЮ%=Np(^ހ#鮕RcU?Ƙ*=34 Ц j>׮H^t1C *u>+osnA/w5k[41&lNO#6?gL>91aRRuغuN|YU,Z/-/=XގKnc*&x?n\mFQozC~ݭz4}JRfTXo$eSg'A|ˣEk1b]-.Hg UJߴM2Yrrn*Č[&YcBE`XfCg$'(MDJp_}Q81)OHVf\jaOrT 7/6a/7QӂGy[Իp8,6=i@BQH!}!ρi-bAK*_cD ֘K@Ô_DuN`" 0,YXz5 8OCc^p+z*+ݕü}Fc"%Bn>"eVY~b?w`5Dj*îWVDw}OM a2~l&޽}LtD,ꌄmQtYR)0r(*B`AX2z SE܆ (wz}%Rx(:Aҙ/-:\B|IA_[f[Iҷk],?:&f,˲3LZ Q.Τv47p9.%R[  YKP)O(|KIK4fϾ'XX)m~&?lKzگ!_Ur5s`Jt"H#Y 8O+JXcnc``I󧡌]9%'uH u7<ք_ՑxcWW&,-Y@dO-dWaQpܚbr8GFdZn)qm> AKǟ:]+9&F(d[gȤzj]יQ Q]%ۚB1 qҗ;!7f:Ǡmit*ppGWb]e%Hc|)3A~mfs_@^hgsFCP8f5ۅ 8M~<`Z´Z-2bKVX |hfu/jWXzʏH*D&0&-T*lc朝8"L%z D7OU:y2JԠi^Jqj8(H#}+%KB5ۅ}Nq\cvoH^WEnh}jq&k7k:Lu"'Պ `O +=G%܊&?Ⱦ)!ep%.ܟbn]n ?Ȁ"L?r7ſRv,d_DbmjL[ 19SssIO CqV%Y]s.N/cn%uf7/W<1qv/DUsd~$*AX瑫βNduQtatпGW{Io>Ԁ&נc5@'NqP;5 rkڋ1R֘(dGY&&_GND{@4/F6gL3 ߍT\swF97_ѐZsVeybj`? ]+Nq{Cy+G?Ev *8k=$BNvbXf_- ~EeXlzl@7bnpMll<%lȉ ,kk 7|>6UN1v/ h3.aa[L8C!\̬dѨHXSDrYYύR' x{(ޑL,P}YaJgjڭ FbxIXxY=b&Erd}pQMquIHRؐ<V~9m)(N!tB['eyù`3bC7}Z+ !M<xj$D*8n$kEh:xܓ{jaHHBPY1xp! ~(pw%>/|d\ݐs~"Iq W魛ڝkC t ]\~n<^@F6][;H/,T&i1uɟ!FC PȫT]*0V;kW4ӑЩ`@ͥrE yuφϊ5,wt +e cnDgal>|xv& #&Hu *7枴A=8w4E2.F鸉LS߽4ҏX)aEhZ2ko:-"\"Vf}0!,֏]%nz rHC̒mÀz}~ *jE¨cJ߃|sr*c9L\'%675%EMn2cKcH0"Tg@ A2|'!UâAtk[R2|C oqط:}?+Þ:/;73\p)_byˤG)ڒM*̚"7f݁Mj Km[ldtV(V)k;.ef. 6V(czlϾL$ 6vES1cx<2©hH:\|H/wWd1X5xa"XɑegpCD$1, o9~ݫ2\,<JByBAAÄezu;ؗ(D>N^żm)^zH_f&L!1~ 57'd-EO߬1™ ,SQmEæHVͧ*&16 ]f GW(,@զ6CEҥ"2̭50֤vqOz .I7qY kLj`)\FƮ;#r :ֶxIN^YR8ѕ.Ee V*L>+T*9E !M7'M$fd?o6o0.עkB?_U,- fq]F>|wb;KH}gQ 15luʐɬN^w1/Xn'>F` [ %N u$N &!Gj!n=nK2{a,w2Y۫<2cM|>+kw_dS5)h8|_.%ʾ{va=\¡#g>O13[Z1@B(l"_ՆŹ# m&' bkbJ%nHzfCevH7(G ܌oGT_sk3Mr <Lo|8Ma 4Sڥb tⅨJ $/ :rb>p%|:bG",-HEMSv]⸅v)+#& 94po.)T^ '~% QZ׏ꀢM/Z۳JU}e[5yFzXkF !x gO?{yߎ2*DQG#/zlي?4^pCe\ӫ L#&ߕ aw\c}6R/}fK.tb&Ln hC`3E1Y=3vS4+>X^0 kmsZ83܃]vWKQl_4j9 T D@X;lѽՓ[&-r5ڏb} ]Dw_PuNDi+5Rݘ$rB/Iy'}}^ܮ(]3HXhѦ״h16Eׂ-bM*6ѷ}R[2sS<;3a^$NMd[o|ZE} dmV{m`l(/KC'}^_r}CΓ)3d-t=.V*XIA%VL4+FÕp2N"18uչok&dUѡr[_KrG6|w,$̪yH++zp2`UAOt5?0bmжz-aAwq\CG C{LߞqACIFM5 l{z<o+Z~[|3j[ղRG 6R 築o{|ൌf }Z,+YJ;pNp>;t蹵"4XAJӂwZns$X$[3>'NK;G\wX#WtD}捌Ԡ$*om\;qX ,L5!/^:[+ 6<mb+RFcB@fW2pŀaQܧ)O5/fU8qؘ^0e+o5~T` gWȲG 2є(/d^oi-~GIfQ+IoJ(mB!ݓJX[[|Sˉ.gw 52wXQonc֗"mxYl>S#qkA((*΅7}Mn&A[;XY[-Q6@*h`U x u[B&[ յY T9F\G58vތ"y+iem~*7}w0'6{CU[[8"+Bw63i&ū>ha|8bZ)(j*ߒM%&U_\l]x5QDyk9Tzi9h{Tvh@>w!Dr<3ڠp4yM ތ'!C”—V|>y^}"Q}/5$}C,ER9@j"#><| p6"̀J~l6n bR}>R$]%[q@=A7]y}{?szW*}CEv")2 )-7wѮ/15nBYKvP=x)}d` l4iH*t cBRйp(-5k{Cj-To\<~ɚȏZeo6fW| tJ$FQQ23O^*䏠rP!'m[/eRUrRaJ4)qI]v^Z}9*c: VjlknԐ9fns:_ zd;1e/`{ݖՏ 1aS\< l%;8H-EU 4'l-/B#Ve/)2"Vi!fe|/aeO8 ,_Z"{7o25([G)D7(fa ci <㋉8=)Ttf3|EU H_ucEM֠2[pM@{=*:.. fDuboZȩUpdoz*+Z@%LB7))J$vwG72Xl8?лDD%x6Y`0:d>`7^5! 0T7$*Q|˭̦L4l1촐}U3G,Ew?<ʍ>Ӥ D&HB"0jm05al)$IXĶ.A(Yd"pݍyM,@tCm]o:wח/0gͩ-Ġ EGCwҀJ~a۹IZG-TQ.xPl:AR8x[8.`?44hAi-UҌ/_`~:VXzuOM]m%o.So=Tpb~u3F-8|'|]:/7~S. \Yn<@;9sR6_#OVmB|(FbI6` ݈Y #~G[ 3˖-ؚs9V"LFK^dY>*]sPz?EUmIo\V| YaFl@9 4,XtM7wMZ'p6N}й0 uPyfר;Յ;wAK$*B ʐ=#iD:ӔiEIV!{ kɬN)s9|l=@. n[/TCC=ފmz 85&JdDNV݉*ی>$Ćn%RҬ)2@v~цd, jb-R&tKv\4DL [qjhn9QoW] fk-n?0$ +vO `d&PfcGݪU项ƕRx`jT\ċA&IzMM>/vVS8=, _! ZS>+p|SKw*S񴦤t]kotxji5y>Us{LJAfz z7s%K6B$ tD]03>۞8CtN?|^ŁOaGimW/⟊huJFsÎ>k*JY7;sCö,"}\h.lBQAwwKƮ:Ogg>4ouGKjZ( ; :<yL|Ԙc/u={KT6|T3ױ${:J 'j'[ m kQ"43iK$>D; Ols7wGy.(.ƥy+՗xRQ ܾ"M'*76K.B^`@bm|Gchv/6bw95sH@u~|wߪuO;nQ e$XPV / DrSwp։L-7B SJh6YQJrUcKE=?nA:Ǐ}wOI!IQnCldjgiz/pU_1d԰lV7e;~&өAh: Wdۨ4d1D 4Kdfy m=S|>+]5'=eΤD-2ԁ__uŗz~ Ͱ)AvUR7.1!oŁ:!|w!JgkϵS>5"dSUQ`:""@U`Z:`n*qsˈxK'*ڀ
  • Qg䚩ENS -V Ud+̰++8Py27VHe9GV&K{$Ƚ%RP6!΁M@[$*nW_.7Qcݜqd{[?Jn Bk>(R([%ѻ*Ip \Jv98KW儧쀗5`Y߾T-m*{p^]&;";7DB1" 6qyu,U?~H̗tջRuof#olsT| Xf!"`[X%c?\7,kN+&*" iblt |Gq1ReJ"mu*{&+_D9g8f*SLJ{H$W4 DKkBaYeE1%&Ʒ c= d[R#Շ+dkZkt m*fKtL)quaz|'%ƌRBT|7ǽ9͌ = >j`̕!*4go۫$prxc>H? CxX nRC6N s~pUpf9`r}]i[L' lúuS[_W}3]ӎoHôn6D&s_uG# ,54T~>ue{`̴ϠX0xîNdH-Y`z/%XTmTzO*ܢĬ*~UvN]fxb.|SU)4M\cU ih)ս&r75Pgd1}IGID+BI=wNpӉ_Bxl 5ȗ(RkerQΞnd< d]rpCjN K3 Ά'-v }әMRhn5˓Q9iSIG|n;ᳲ,gCh/ A6Pۚ;V_(ǜ{``Iatv,ҼTNCU* iMQY7Oy[o1i<WaII+m hS+V.s$6{X_kTj@4 immIa`剏Y.RwUxkQD⯭JCj'&-<'Q]3$K 8 %v+CVxl!x!$92P,Y9[C~ݟmoiAN ]x͞|UHƯ/\Φ)Hd6JB IjepKKp6w@02 <+A9t(AA6Bٓ1jLxD:22Qx #@ -^Նy8~y__P fxF1}j$DAK]r-bJOdp[ ;qլ{1'{eoxk+*;[ 3moYk+%:SPy\Zʑܗ:664(*k^ȏN*aE]ػ#H(m/T`])f:$\Pg}` C=!7WP]_kE]dcƐ8 |мC֗v*(sz^޿!AuS^ltLJxR=Ig ߈ h:LN5ڶ^)^ύh/+tu%v?=_,Bf URKզimrY7r;u? +L0YuG'rΘb䨮m_p`6fQс"PGƭ& )gz|~os&iam7A^EWqBk*ngɺO6>۷$%ĵ rYcð6fa $jEb25 l{~dyqI%,]>J4 Բ&:H:MEɪ[@9.j~h1QZO f]HC^X4!#nuh0˂3"? 95˃[9Ex`cp͸ m_3COe22B@ܯF!7֓ 6Vm2Bf}Rkh>CĩWM4 #O. Jd̓%? ?>C]9¨Υioe^'C:%{x,4ZurOxB$G=AxHbr2g޺9dM׉-%^$Xs#AWt-тIt]CK4E; rVp;\PUtd6W! )ń_^WA#.B8$ymk LPRwK66h܀z{Fn(CʋqNl$)޺ `)f k7}|~c0.aJ4]6$KO x~nQwM/$Wу6Sd#Zu”)ˌ!<0l)S_W9#.'juzu{g6 BN(ߠvBH9$qaݤ1Vl{,^8~ea, |i$v.iE4A\`jtό1Xx=nL+E^VQ~룁/AS&fh<p:mz,ˎ4;̂j> Ժ"alL H̰ 쨼fX.7vx/):#|__|ɜJbZs@yT2-r<>U`o9J(#&4F}BԘeUSؓW`&X.v d j;Km#:&܈wͷC`)?[Qt8:azLwWN֫z]g8F/I'ǜ?a*5TbNe&[(6o"%t[Kb%!M>'B0Y^d&wA;`-!M`(sXF̭gA ZHISɸ1y ,|Dt~:zq:ݪ F49K&2ͶHpv~oՊC)Ȕڹzk_Х)y 90í: t,.T`u">@mSUَviTA)5U E Kn5zdryN *LXBU _ݞ],JaӦEVژm-~#^ y'$Tc|} M7;iI,n ("}pXTnv/q- ű7+ fӒyiȬ쉺m Nd[:cbwS|~R}cm Xqf$fA9 i:4{yqC{4ީ$7 q\ 4gȴZ&aѧUqc' 1q5 +dGMkLPt|XHچE4jXuty-9Rr$06JN$V 9'-h^6z9z-D[<)subiu4}UH~ЗӖ##3Jͱ+#4@JuKs4K,qq)^øaY?p1g$*v$m҇duXٶ9Lsv$l<$3?~4U?z$#I':i3R U'QsU7xg˰-gYKlA8eCNorA'܀<]# * .9ӤXիD#H,DQ]X4YЅ Q>^q*i/ȑKYt{ְ}@^nmOYI$nn3p ޷<2뜓уK[*53bcsIEG`mRI,!IW5W &xƒe{gT klo7cJ!wf 49g{fW&dȽ_`j-t:aJA-XXm<paݯ6;`Ud2+IG3:$CN* X܏?͓ ŧN*0\| 3dO\tJIcv=d_1P+io Af ΊDAtFJ!Uo"bXzeidP> QQjmIˋ쥆`;d{.P u { ġ M:B!*Vc΅:gUYsH S>RBIt'v5qj׭S7:C^$r0@j(k5>۪bEgjhDu㓫AeɴCK 0){]Y  nNTejr<623t /;,2|Lr)6 50 fcdM[G_xL퉶A8 f6K= A <l X|wڽ#L3] mTAq L vH)΀Tc7QԦ늁r7ӄ!.X|6Wdbh:Fmf< PmS#a'e5mDycrIGĺ<>W1X;7I P"ܮ{72(q(1M΍bkc:m2i^e*~)4)Y.0V E3Ga0e]\<9]f|~T< ru3U. wVGq'G/ Ex;aG3K:lnT& }`]1p-缒s JuuG " 1IJXSl\ٶҫ}"0 p!WD{#I:͆A&.m^F# }nG}m;^{ofJ/Wx:مQ3Ŭ/\A֏$*53Bs~-NOܖP 4NAt=!G} #_xTe3}y~% Qa2Ix`fơ JU!i67UkRJx;w4z< &Kc7^:ԗ3-1$IօJ;{FմbGS>53=+ ;pd+Q`A2&wTɂ _F!!7- p⿪UV5P;g3Q$X-eفzE7>tC[l<59~,ԙzw5Q+>wu0aI`5g!B1 9TMG.+Ьw EK) >0'M8q_h|2eZl^&?>QӟSL>*ȑ ]5?r4鯱3;pSn't?Əϫ8{n-7eSE^=gh/ S%[k;珬cr?%% ѫ0}JLIHK›D>+ rfMm]=a}ոa4-і<<>e³}8YD^q;. \4ŵYt8&63-N0:#u I_aף| FAyח_楹p~ܽ5u0 Q*Ié'|Ih/|-#[ m}Ctp{>70ᦝ{rN]ˬMN7kGʣqM![&ї&m$39 пR8O*ZHvc=[G 隶|HˆyAue9CbfDuMt#TJ5 4ZfF%lN{GqE'!`Fc/~\1Pg49 6|ufqK7 s#24羑d6pɎtlewu|SŨM9I%8Ǎ8EabER52`-1e"41ޜlNk*9Eǒ%Mk ^R?K۱pY&W1r>D|Oh|3r+pc W}e{!]U&`` r6{\7"RJOyXÍ[ΒZB:~!7t8h%S4h28S~":L f jÃIKx~uT vq)D?+{]{_pfMiXߜo$2f0~ )ᡇ+_` i&~;~ȧ]iRr5=^y"kOV69 ΦPLHߕNUTdKfveaU3Tқ'R?{Jӭ{E i2 DdVG;)H-D+)d4 ZȎtA } ~LӲ ;i2.Ut%ȒC5BZk °ywJ>%Zy1]e z %5l~o>;)[q˶4bcwO|\B利9ϵ|Ó.$@X+rE;;l(&SbV jJSg _5hmLϼN:TυAU&(5Z? 2YYab<b5$~5&UX)TP Cv[(+!5N|cjʿy"*E^N;#+V'x߰^&iŰ :# 扞b8p-1GqIRnJG+n"7pf ]]O\B˔'g% 8>åˍvX}?$mT+ǃ_ [-^ !:iM@P=Y![P&?M-A )tu%3FeѐBfT0pE!Z"{h iiN`~ dLaSQRjTg~T?1|.}:iW"*vrPk A[؅~ gⳂJ$\W%ٴ݋d #3!vX%C:6fsel"[5&Kv1B* # E)I,O ?Mp~B81! eS6 @4:;Ґ*K>~n;R]`y2C$TOlynMm>r84ͮ9|aF*0ŅH] ?ΞpTc/JM%z.[??ZkC^G&_T(/7k:"<$"XWfu{>V-&ɺwkiV]e跲"""1H&_{dx&~0;TFvٌ8owЗ'AM&/"q .`8b=zY߷8חBh/F'6U` xcfnIljF~.fuLAA&wN3~˓)a`LBzɊKMٰL9JCG7zEf#k=UTWuWo#Dz;A^y]}wTq2=I1ʠ-cioYo: SR/3L'rsSjP@"l >dqaw!;"wZ}=6vRdtP:h p8a&VԁbR;% ĥ"ngZnDkI / Hq2pO/r^Fn~i:ny1JGg6-HnfJJT=K Z )MZX_,xF8ƌ]UBXa0BG>sH ڛhUcMY\z 6)C4 4 {ژ!˘5?k+d:C3]Vuk7BIORHTVƚ.;b5=D$l>{k0 ZqYvVwLC N-A [-dE8mK YNjMsu UAfNFewhOad<ܲ=g۷@1h'`h/e^ˍ=fDzE닕8SUl]voބs_ȸSɑˈ٪ t~A%E7i,=S:+Ȭba)؋*'NjSӨjo\ c"<DŽiJM/[~llsDu"97kW+Kvj [$Zj[pw] KbT =7𭅌- 1Rno~f+Gc7>;\+qU(d#PAiLI{M3@Z"ZgC٫dl%׋vJgSVGcsڏ0ïwMQF+*g^C7Eqk| h_U( ÇaLpo`0Dr) ˙}+8u}lfWS[~'))Iט:|w:vdC?ЏwBWdq8\D[J?o"O 7 $=58vRēlmyYÇ֫I1~Aubو9$;Ic~-Ylۢ5dPiV|B2X\P)ޯ?S]Fg)&܌fR@nn1rծKWI\ȃ \ |M4]i\-=4iOdUzH%8pJE3LwrE/B'+gXT&ĥ؁~ R(:t7bʿ`y|aǁWx1?Ha /}s-.:N0CheS*L"l%Wȋ@0Y!RQL'xظ+ y1q)^8͍vWK`gt x]>4ʍVuu)5g/v|Td7֣;fCJk82{H1b(J ^yo[sr;CtZZ#FDbIP9OdW~?o=\[Bo*X/0SЎx&w޸ɐdC/8 lpqg!J8/hIpdxL_%!ژ"yzYq1΄\{0hӵtpKvL>6,FKK< j༞+ȝ˾Ws.U{J06t=ds<(#a…9ni1?Zw(z\;5jʮ n\H\X^&:2-r+#mR^-AƜ3 _t ]^(ggE]@ ߲EƗ`*:S=Dr}/6 @(COjtAc"C[-ļ ֪xMpѴZ%F(/n+)g"?Me9l# ;lc+ <9gmxnx,pZw0yN.0~C<1ppNZ 4lW2~D_'rs0)GBjdgE6r9RNRJ'&? \" va:B,Y ޼mQ%{n6gƍk3^Q=Nm+[Ԏ;.L/Ȳ_'BM;y޳Tx|k 'O*U?/?Z.$kl34eћoo|xDI[agfəq^̯̟1TyvdNG`mϻk` `˙&|ua`/]#\4'#F K L5GGHBnjW_~bO r [ 4IP9RCYAdL _.DH޹bnսQ'*t8 ~]6tR7yD77TZgL YZ