glibc-profile-2.31-150300.89.2<>,nf +p9|,!3dpo k-?ںS] *R@^ t-ݽ ߧ6dMYL7PWoibDeCS=Oh6"CÁf;2\WPe%+ Hh}1њDeIn6"QjŁuka'Or%8@6@Ÿ́(p0#XˀqK/g0bb)!_mɐӭJ) K7 QP9*+~mam>;?d ! GV l       <      * \| E(f8p9 : FG H I, X8Y@\d ]֌ ^bc׻d;e@fClEuX v؀zؓؤبخCglibc-profile2.31150300.89.2Libc Profiling and Debugging VersionsThis package contains special versions of the GNU C library which are necessary for profiling and debugging.f +h01-ch2dSUSE 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/Development/Libraries/C and C++http://www.gnu.org/software/libc/libc.htmllinuxx86_64Y8AZpRݰf f f f f f f f f f a63409b9b149acaacb8f639f22ea646e344843893a58d8fcaf639d5c3077787646e17d767a23e236afb05d26e53c98d877514bc4a5220316a03f025f6efbf9953b53e465630810e346f3aad18b0b71c4dd6af7e6596ef72bf1b5ff65228e6c1a406662242925d94a749271f501e4e68fa97f2c431648dcefc2cf3c8d7ac8b08e7a9ce94a7fe1c9d4cbf77dce1eda4fc48fd9fe2f71621e823ab49f66ecfb3a49938aceac7492e8de7875cf6aca3eb8f54a062329fa9db60c3b767a716c572a997d7678cccf4bd170ebb401a4765edde6e5b59512ce9d15fd3c63377f14f52a9c94d86871e522dec95b298c2f00687252aed23c2d8464a364d0aba1214b31b247388210cdfd744a6ce83aecb0f75ed2f527d329c74fbbe4b014414b3761d3c15c8978b8059064b5ef36ef814cbe3459e354ff5698bb02536a5d207f046e904578rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.31-150300.89.2.src.rpmglibc-profileglibc-profile(x86-64)    glibcrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.313.0.4-14.6.0-14.0-15.2-14.14.3f@f@fBf:f2.f! @e@e@eyepb@eSe;ddgd!d dq@dtd%yddccU@ccob@b@b֜b@bb no longer includes inline versions of any string functions, as this kind of optimization is better done by the compiler * The nonstandard header has been removed * The obsolete header has been removed * The obsolete signal constant SIGUNUSED is no longer defined by * The obsolete function cfree has been removed * The stack_t type no longer has the name struct sigaltstack * The ucontext_t type no longer has the name struct ucontext * On S/390 GNU/Linux, the constants defined by have been synced with the kernel * Linux kernel 3.2 or later is required at runtime, on all architectures supported by that kernel * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes, to avoid fragmentation-based spoofing attacks (CVE-2017-12132) * LD_LIBRARY_PATH is now ignored in binaries running in privileged AT_SECURE mode to guard against local privilege escalation attacks (CVE-2017-1000366) * Avoid printing a backtrace from the __stack_chk_fail function since it is called on a corrupt stack and a backtrace is unreliable on a corrupt stack (CVE-2010-3192) * A use-after-free vulnerability in clntudp_call in the Sun RPC system has been fixed (CVE-2017-12133) * fate#322258, fate#321513, fate#322453 - fts-symbol-redirect.patch, glibc-resolv-reload.diff, glibc-2.2-sunrpc.diff, i686-memchr-sse.patch, ld-hwcap-mask-suid.patch, ld-library-path-suid.patch, sunrpc-use-after-free.patch, test-math-vector-sincos-aliasing.patch, tunables-bigendian.patch: Removed- Fix RPM group- s390-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (fate#322271)- ld-hwcap-mask-suid.patch: Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (BZ #21209) - ld-library-path-suid.patch: Completely ignore LD_LIBRARY_PATH for AT_SECURE=1 programs (CVE-2017-1000366, bsc#1039357, BZ #21624)- Remove glibc-cpusetsize.diff, no longer useful- fts-symbol-redirect.patch: Fix symbol redirect for fts_set (bsc#1041123, BZ #21289)- test-math-vector-sincos-aliasing.patch: Fix test-math-vector-sincos.h aliasing- add-locales.patch: renamed from glibc-2.3.locales.diff.bz2, drop en_BE locales (bsc#1039502)- Remove glibc-testsuite.patch, no longer relevant- Use multibuild feature - Remove obsolete check-build.sh - glibc.rpmlintrc: remove obsolete entries - Use %tmpfiles_create in nscd postin- i686-memchr-sse.patch: Fix i686 memchr overflow calculation (bsc#1031021, BZ #21182) - sunrpc-use-after-free.patch: Avoid use-after-free read access in clntudp_call (BZ #21115) - Build testsuite with gdb and python-pexpect to enable more tests- tunables-bigendian.patch: Fix getting tunable values on big-endian (BZ [#21109])- Update to glibc 2.25 * The feature test macro __STDC_WANT_LIB_EXT2__, from ISO/IEC TR 24731-2:2010, is supported to enable declarations of functions from that TR. * The feature test macro __STDC_WANT_IEC_60559_BFP_EXT__, from ISO/IEC TS 18661-1:2014, is supported to enable declarations of functions and macros from that TS. * The feature test macro __STDC_WANT_IEC_60559_FUNCS_EXT__, from ISO/IEC TS 18661-4:2015, is supported to enable declarations of functions and macros from that TS. * The nonstandard feature selection macros _REENTRANT and _THREAD_SAFE are now treated as compatibility synonyms for _POSIX_C_SOURCE=199506L. * The inclusion of by is deprecated. * New features from TS 18661-1:2014 are added to libm: the fesetexcept, fetestexceptflag, fegetmode and fesetmode functions, the femode_t type and the FE_DFL_MODE and FE_SNANS_ALWAYS_SIGNAL macros. * Integer width macros from TS 18661-1:2014 are added to : CHAR_WIDTH, SCHAR_WIDTH, UCHAR_WIDTH, SHRT_WIDTH, USHRT_WIDTH, INT_WIDTH, UINT_WIDTH, LONG_WIDTH, ULONG_WIDTH, LLONG_WIDTH, ULLONG_WIDTH; and to : INT8_WIDTH, UINT8_WIDTH, INT16_WIDTH, UINT16_WIDTH, INT32_WIDTH, UINT32_WIDTH, INT64_WIDTH, UINT64_WIDTH, INT_LEAST8_WIDTH, UINT_LEAST8_WIDTH, INT_LEAST16_WIDTH, UINT_LEAST16_WIDTH, INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH, INT_LEAST64_WIDTH, UINT_LEAST64_WIDTH, INT_FAST8_WIDTH, UINT_FAST8_WIDTH, INT_FAST16_WIDTH, UINT_FAST16_WIDTH, INT_FAST32_WIDTH, UINT_FAST32_WIDTH, INT_FAST64_WIDTH, UINT_FAST64_WIDTH, INTPTR_WIDTH, UINTPTR_WIDTH, INTMAX_WIDTH, UINTMAX_WIDTH, PTRDIFF_WIDTH, SIG_ATOMIC_WIDTH, SIZE_WIDTH, WCHAR_WIDTH, WINT_WIDTH. * New features are added from TS 18661-1:2014: - Signaling NaN macros: SNANF, SNAN, SNANL. - Nearest integer functions: roundeven, roundevenf, roundevenl, fromfp, fromfpf, fromfpl, ufromfp, ufromfpf, ufromfpl, fromfpx, fromfpxf, fromfpxl, ufromfpx, ufromfpxf, ufromfpxl. - llogb functions: the llogb, llogbf and llogbl functions, and the FP_LLOGB0 and FP_LLOGBNAN macros. - Max-min magnitude functions: fmaxmag, fmaxmagf, fmaxmagl, fminmag, fminmagf, fminmagl. - Comparison macros: iseqsig. - Classification macros: iscanonical, issubnormal, iszero. - Total order functions: totalorder, totalorderf, totalorderl, totalordermag, totalordermagf, totalordermagl. - Canonicalize functions: canonicalize, canonicalizef, canonicalizel. - NaN functions: getpayload, getpayloadf, getpayloadl, setpayload, setpayloadf, setpayloadl, setpayloadsig, setpayloadsigf, setpayloadsigl. * The functions strfromd, strfromf, and strfroml, from ISO/IEC TS 18661-1:2014, are added to libc. * Most of glibc can now be built with the stack smashing protector enabled. * The function explicit_bzero, from OpenBSD, has been added to libc. * On ColdFire, MicroBlaze, Nios II and SH3, the float_t type is now defined to float instead of double. * On x86_64, when compiling with -mfpmath=387 or -mfpmath=sse+387, the float_t and double_t types are now defined to long double instead of float and double. * The getentropy and getrandom functions, and the header file have been added. * The buffer size for byte-oriented stdio streams is now limited to 8192 bytes by default. * The header now includes the header. * The malloc_get_state and malloc_set_state functions have been removed. * The “ip6-dotint” and “no-ip6-dotint” resolver options, and the corresponding RES_NOIP6DOTINT flag from have been removed. * The "ip6-bytestring" resolver option and the corresponding RES_USEBSTRING flag from have been removed. * The flags RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME, RES_KEEPTSIG, RES_BLAST defined in the header file have been deprecated. * The "inet6" option in /etc/resolv.conf and the RES_USE_INET6 flag for _res.flags are deprecated. * DNSSEC-related declarations and definitions have been removed from the header file, and libresolv will no longer attempt to decode the data part of DNSSEC record types. * The resource record type classification macros ns_t_qt_p, ns_t_mrr_p, ns_t_rr_p, ns_t_udp_p, ns_t_xfr_p have been removed from the header file because the distinction between RR types and meta-RR types is not officially standardized, subject to revision, and thus not suitable for encoding in a macro. * The types res_sendhookact, res_send_qhook, re_send_rhook, and the qhook and rhook members of the res_state type in have been removed. * For multi-arch support it is recommended to use a GCC which has been built with support for GNU indirect functions. * GDB pretty printers have been added for mutex and condition variable structures in POSIX Threads. * Tunables feature added to allow tweaking of the runtime for an application program. * A new version of condition variables functions have been implemented in the NPTL implementation of POSIX Threads to provide stronger ordering guarantees. * A new version of pthread_rwlock functions have been implemented to use a more scalable algorithm primarily through not using a critical section anymore to make state changes. * On ARM EABI (32-bit), generating a backtrace for execution contexts which have been created with makecontext could fail to terminate due to a missing .cantunwind annotation. (CVE-2016-6323) * The DNS stub resolver functions would crash due to a NULL pointer dereference when processing a query with a valid DNS question type which was used internally in the implementation. (CVE-2015-5180) - Enable stack protector if part of %optflags - startcontext-cantunwind.patch: Removed - cpuid-assertion.patch: Removed- cpuid-assertion.patch: Don't assert on older Intel CPUs (BZ #20647)- glibc-2.3.3-nscd-db-path.diff: Move persistent nscd databases to /var/lib/nscd - glibc-2.3.90-langpackdir.diff: simplify- Update to glibc 2.24 * The minimum Linux kernel version that this version of the GNU C Library can be used with is 3.2 * The pap_AN locale has been deleted * The readdir_r and readdir64_r functions have been deprecated * The type `union wait' has been removed * A new NSS action is added to facilitate large distributed system administration * The deprecated __malloc_initialize_hook variable has been removed from the API * The long unused localedef --old-style option has been removed * nextupl, nextup, nextupf, nextdownl, nextdown and nextdownf are added to libm * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed (CVE-2016-3075) * Previously, getaddrinfo copied large amounts of address data to the stack, even after the fix for CVE-2013-4458 has been applied, potentially resulting in a stack overflow. getaddrinfo now uses a heap allocation instead (CVE-2016-3706) * The glob function suffered from a stack-based buffer overflow when it was called with the GLOB_ALTDIRFUNC flag and encountered a long file name (CVE-2016-1234) * The Sun RPC UDP client could exhaust all available stack space when flooded with crafted ICMP and UDP messages (CVE-2016-4429) * The IPv6 name server management code in libresolv could result in a memory leak for each thread which is created, performs a failing naming lookup, and exits (CVE-2016-5417) - startcontext-cantunwind.patch: mark __startcontext as .cantunwind (bsc#974800, BZ #20435) - Removed patches: * 0001-Updated-translations-for-2.23.patch * 0002-Regenerate-libc.pot-for-2.23.patch * 0003-Regenerated-configure-scripts.patch * 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch * 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch * 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch * 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch * 0008-Update-NEWS.patch * 0009-sln-use-stat64.patch * 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch * 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch * 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch * 0013-Mention-BZ-19762-in-NEWS.patch * 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch * 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch * 0016-Fix-resource-leak-in-resolver-bug-19257.patch * 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch * 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch * 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch * 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch * 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch * 0022-configure-fix-test-usage.patch * 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch * 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch * 0025-getnameinfo-Do-not-preserve-errno.patch * 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch * 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch * 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch * 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch * 0030-hesiod-Remove-RCS-keywords.patch * 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch * 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch * 0033-malloc-Remove-NO_THREADS.patch * 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch * 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch * 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch * 0037-malloc-Add-missing-internal_function-attributes-on-f.patch * 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch * 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch * 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch * 0041-nss_dns-Check-address-length-before-creating-addrinf.patch * 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch * 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch * 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch * 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch * 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch * 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch * 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch * 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch * 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch * 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch * 0052-Fix-tst-dlsym-error-build.patch * 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch * 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch * 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch * 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch * clntudp-call-alloca.patch * glibc-memset-nontemporal.diff * nis-initgroups-status.patch * nscd-gc-crash.patch * robust-mutex-deadlock.patch * strncat-avoid-array-bounds-warning.patch- strncat-avoid-array-bounds-warning.patch: Avoid array-bounds warning for stncat on i586 (BZ #20260) - Update glibc.keyring - Unset MALLOC_CHECK_ during testsuite run- nsswitch.conf: Add fallback to files for passwd and group to prepare for libnsl removal.- nis-initgroups-status.patch: Return proper status from _nss_nis_initgroups_dyn (bsc#984269, BZ #20262) - robust-mutex-deadlock.patch: Fix generic __lll_robust_timedlock_wait to check for timeout (bsc#985170, BZ #20263)- nscd-gc-crash.patch: Fix nscd assertion failure in gc (bsc#965699, BZ [#19755])- clntudp-call-alloca.patch: do not use alloca in clntudp_call (CVE-2016-4429, bsc#980854, BZ #20112)- Import patches from 2.23 branch 0001-Updated-translations-for-2.23.patch 0002-Regenerate-libc.pot-for-2.23.patch 0003-Regenerated-configure-scripts.patch 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch 0008-Update-NEWS.patch 0009-sln-use-stat64.patch 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch 0013-Mention-BZ-19762-in-NEWS.patch 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch 0016-Fix-resource-leak-in-resolver-bug-19257.patch 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch 0022-configure-fix-test-usage.patch 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch 0025-getnameinfo-Do-not-preserve-errno.patch 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch 0030-hesiod-Remove-RCS-keywords.patch 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch 0033-malloc-Remove-NO_THREADS.patch 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch 0037-malloc-Add-missing-internal_function-attributes-on-f.patch 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch 0041-nss_dns-Check-address-length-before-creating-addrinf.patch 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch 0052-Fix-tst-dlsym-error-build.patch 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch - CVE-2016-3075 CVE-2016-1234 CVE-2016-3706 bsc#973164 bsc#969727 - resolv-mem-leak.patch: renamed to 0016-Fix-resource-leak-in-resolver-bug-19257.patch - no-long-double.patch: renamed to 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch - glibc-gcc6.patch: renamed to 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch- glibc-c-utf8-locale.patch: fix bad standard in LC_IDENTIFICATION categories - glibc-2.3.locales.diff.bz2: likewise- glibc-gcc6.patch: Suppress GCC 6 warning about ambiguous 'else' with - Wparentheses- Add compatibility symlinks for LSB 3.0 (fate#318933)- powerpc-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (bsc#967594, fate#318236)- ldd-system-interp.patch: Restore warning about execution permission, it is still needed for noexec mounts (bsc#915985)- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8) and rh#902094 . Added with glibc-c-utf8-locale.patch. - Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for C.UTF-8 same as C locale.- Move %install_info_delete to %preun - crypt_blowfish-1.3.tar.gz.sign: Remove, the sign key is no longer acceptable- no-long-double.patch: Don't use long double functions if NO_LONG_DOUBLE- Update to glibc 2.23 release. * Unicode 8.0.0 Support * sched_setaffinity, pthread_setaffinity_np no longer attempt to guess the kernel-internal CPU set size * The fts.h header can now be used with -D_FILE_OFFSET_BITS=64 * getaddrinfo now detects certain invalid responses on an internal netlink socket * A defect in the malloc implementation, present since glibc 2.15 (2012) or glibc 2.10 via --enable-experimental-malloc (2009), could result in the unnecessary serialization of memory allocation requests across threads * The obsolete header has been removed * The obsolete functions bdflush, create_module, get_kernel_syms, query_module and uselib are no longer available to newly linked binaries * Optimized string, wcsmbs and memory functions for IBM z13. * Newly linked programs that define a variable called signgam will no longer have it set by the lgamma, lgammaf and lgammal functions - Removed patches: * dont-remove-nodelete-flag.patch * openat64-readd-o-largefile.patch * mntent-blank-line.patch * opendir-o-directory-check.patch * strcoll-remove-strdiff-opt.patch * ld-pointer-guard.patch * tls-dtor-list-mangling.patch * powerpc-lock-elision-race.patch * prelink-elf-rtype-class.patch * vector-finite-math-aliases.patch * powerpc-elision-adapt-param.patch * catopen-unbound-alloca.patch * strftime-range-check.patch * hcreate-overflow-check.patch * errorcheck-mutex-no-elision.patch * refactor-nan-parsing.patch * send-dg-buffer-overflow.patch * isinf-cxx11-conflict.patch * ibm93x-redundant-shift-si.patch * iconv-reset-input-buffer.patch * tzset-tzname.patch * static-dlopen.patch- isinf-cxx11-conflict.patch: Fix isinf/isnan declaration conflict with C++11 (bsc#963700, BZ #19439)- tls-dtor-list-mangling.patch: Harden tls_dtor_list with pointer mangling (BZ #19018) - prelink-elf-rtype-class.patch: Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink (BZ #19178) - vector-finite-math-aliases.patch: Better workaround for aliases of * _finite symbols in vector math library (BZ# 19058) - powerpc-elision-adapt-param.patch: powerpc: Fix usage of elision transient failure adapt param (BZ #19174) - catopen-unbound-alloca.patch: Fix unbound alloca in catopen (CVE-2015-8779, bsc#962739, BZ #17905) - strftime-range-check.patch: Add range check on time fields (CVE-2015-8776, bsc#962736, BZ #18985) - hcreate-overflow-check.patch: Handle overflow in hcreate (CVE-2015-8778, bsc#962737, BZ #18240) - errorcheck-mutex-no-elision.patch: Don't do lock elision on an error checking mutex (bsc#956716, BZ #17514) - refactor-nan-parsing.patch: Refactor strtod parsing of NaN payloads (CVE-2014-9761, bsc#962738, BZ #16962) - send-dg-buffer-overflow.patch: Fix getaddrinfo stack-based buffer overflow (CVE-2015-7547, bsc#961721, BZ #18665) - powerpc-lock-elision-race.patch: renamed from 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- Add audit-devel and libcap-devel to BuildRequires, for use by nscd- reinitialize-dl_load_write_lock.patch: Reinitialize dl_load_write_lock on fork (bsc#958315, BZ #19282)- resolv-mem-leak.patch: Fix resource leak in resolver (bsc#955647, BZ #19257) - tzset-tzname.patch: Force rereading TZDEFRULES after it was used to set DST rules only (BZ #19253)- glibc-2.3.90-noversion.diff: use stat64- ld-pointer-guard.patch: Always enable pointer guard (CVE-2015-8777, bsc#950944, BZ #18928)- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based optimization (BZ #18589)- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE error handler (BZ #18830)- new patch [BZ #18743] PowerPC: Fix a race condition when eliding a lock 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- nss-files-long-lines-2.patch: Properly reread entry after failure in nss_files getent function (bsc#945779, BZ #18991)- fnmatch-collating-elements.patch: Fix fnmatch handling of collating elements (BZ #17396, BZ #16976)- opendir-o-directory-check.patch: Fix opendir inverted o_directory_works test - static-dlopen.patch: Static dlopen default library search path fix (bsc#937853)- mntent-blank-line.patch: Fix memory corruption w/blank lines- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from all loaded objects on failed dlopen - openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64- Update to glibc 2.22 release. * Cache information can be queried via sysconf() function on s390 * A buffer overflow in gethostbyname_r and related functions performing DNS requests has been fixed. (CVE-2015-1781) * The time zone file parser has been made more robust against crafted time zone files * A powerpc and powerpc64 optimization for TLS, similar to TLS descriptors for LD and GD on x86 and x86-64, has been implemented. * Character encoding and ctype tables were updated to Unicode 7.0.0 * Added vector math library named libmvec * A new fmemopen implementation has been added with the goal of POSIX compliance. * The header is deprecated, and will be removed in a future release. * bsc#905313 bsc#920338 bsc#927080 bsc#928723 bsc#931480 bsc#939211 bsc#940195 bsc#940332 bsc#944494 bsc#968787 - Patches from upstream removed * htm-tabort.patch * o-tmpfile.patch * memcpy-chk-non-SSE2.patch * pthread-mutexattr-gettype-kind.patch * powerpc-software-sqrt.patch * static-tls-dtv-limit.patch * threaded-trim-threshold.patch * resolv-nameserver-handling.patch * nss-separate-state-getXXent.patch * aarch64-sigstksz.patch * heap-top-corruption.patch * pthread-join-deadlock.patch- pthread-join-deadlock.patch: Use IE model for static variables in libc.so, libpthread.so and rtld (bsc#930015, BZ #18457)- glibc-nodate.patch: fix verification of timestamp- also filter out -fstack-protector-strong- getaddrinfo-ipv6-sanity.diff: Remove. It breaks services that start before IPv6 is up (bsc#931399) - glibc-2.3.locales.diff.bz2: Remove sh_YU locales, fix currency for en_BE.- Add /usr/include/gnu/lib-names-.*.h to baselibs - pthread-join-deadlock.patch: Don't require rtld lock to store static TLS offset in the DTV (bsc#930015, BZ #18457) - heap-top-corruption.patch: Do not corrupt the top of a threaded heap if top chunk is MINSIZE (BZ #18502)- threaded-trim-threshold.patch: Fix regression in threaded application malloc performance (bsc#915955, BZ #17195)- aarch64-sigstksz.patch: Increase MINSIGSTKSZ and SIGSTKSZ (BZ #16850)- powerpc-software-sqrt.patch: Fix powerpc software sqrt (BZ #17964, BZ [#17967]) - nss-separate-state-getXXent.patch: Separate internal state between getXXent and getXXbyYY NSS calls (CVE-2014-8121, bsc#918187, BZ #18007) - static-tls-dtv-limit.patch: Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage (bsc#919678, BZ #17090, BZ #17620, BZ #17621, BZ #17628)- resolv-nameserver-handling.patch: Replace with simpler version with more compatibility- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs (bsc#920084)- resolv-nameserver-handling.patch: Rewrite handling of nameserver configuration in resolver- htm-tabort.patch: Fix TABORT encoding for little endian- Update to glibc 2.21 release. * A new semaphore algorithm has been implemented in generic C code for all machines * Added support for TSX lock elision of pthread mutexes on powerpc32, powerpc64 and powerpc64le * Optimized strcpy, stpcpy, strchrnul and strrchr implementations for AArch64 * i386 memcpy functions optimized with SSE2 unaligned load/store * New locales: tu_IN, bh_IN, raj_IN, ce_RU * The obsolete sigvec function has been removed * CVE-2015-1472 CVE-2015-1473 CVE-2012-3406 CVE-2014-9402 CVE-2014-7817 bsc#864081 bsc#906371 bsc#909053 bsc#910599 bsc#916222 - Patches from upstream removed * ifunc-x86-slow-sse4.patch * pthread-mutex-trylock-elision.patch - o-tmpfile.patch: Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (BZ #17912)- Update to crypt_blowfish 1.3. * Add support for the $2b$ prefix. - ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit (BZ #17501)h01-ch2d 1726155051 2.31-150300.89.22.31-150300.89.2libBrokenLocale_p.alibanl_p.alibc_p.alibdl_p.alibm_p.alibmvec_p.alibpthread_p.alibresolv_p.alibrt_p.alibutil_p.a/usr/lib64/-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:35625/SUSE_SLE-15-SP3_Update/5016cdcc77156a1ee716905a9664e846-glibc.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linuxcurrent ar archive FC+6b`@1Jutf-87b3ea70e6481d939e214607a64d8ad7ad496550f88a747ecda84068540df860c?P7zXZ !t/]"k%| ^6v۶Y$p8:}j}+TvS˷چ>tW< MZqTLtnHWe:wrEPzmHV#U =[T8_v^C(nZ(jXŪ;EO<''aπE}\X`CU_c"a$׬k{?uG]qjiD}|2p;Ų]80G;!2 LoVL?7\w*?%CdUeY ):1 C?ɌF29~Z((M]]I,,.907p^yt74ra=ĜvmkBh/&$" DDoߋ,䪫~ _]BCE@`xs>܁31,,8*ZܲD>#Мk]3ſjhìQcQ(Ӈ޼|%m 0gPcW&s;if'm+p\8 Qu/\ Clb_0t6]<=&K%3 [j@0ȯ95*'ܝrs3JQѯ AG:yBTBY8 >!rY8R[TgN9F(hQkL!i.oDrIҖՄQλ*Ջzv9NC;>I%M e ,"-Ă0Kwg<5G7K n/3#^嵐4^A퐒;Jb+?8hrX%=I2g&  {x# : HGV 1Rcd 0a(6fh/0J^Oг Dž;&Œ춻k޺fI'qcO&D#*7)KԷo{D 0~=3iqn EA$yq޸sG׍}%}9ֲI SyɾLYcMHhW.!BFEBg;+>{9~9v`)fNmQә׻8-}:JPӫMO a9"/Qls^?͡%N'B44vѡJӻ!TzqBRf6-͋0rDh@[ӂR#>$M<{:ԩnieqJco_|UP@4=Яm` Vq`N۳.sD H EB|}8:%t&9o[̚bes- .B}ጨGx-[ҚIŹu wxڤ}av@FW71O0 ^a|6 l*6*vٸ96{f4hU1|]ma\Q}:S{/oPz_XܼDMCRLU:A_fkGL9ﰀ;KZ)S %OlyhItO</U8]+`Ӄgޚ$>lHn-0IV]Xm<$nZެPP!%5::$s J-ݷ&m6q$?{QYGKq9lڴ@NLy3-#~!NNBrg,G ŝ|bvvhTM`J"MJwuJCwzNjڽJGE4_0}y%&-`(n3; IBtM3D]AcYC),{Ff4#,A0`FyJRO]B(C\?LbeJML` Xq.wӛ#4YS8RufcATzJ贮NAWg*OOhuc+W)MW5C_Hw' 4m('IN!G!{ QqTȷšɬp.ewWCLSgH5 8| 15,nRp&4sQT!jU]&^)?WԄxʌ_VP(R?tbP:jnҜ N\gzziXVlG+J>m'WLFq)|Rv{< ^,U nc&GC}R\-6hlz<:rEuDB!3cvG x؍pQpuu7n 9׊gL,m[)P.&2y9ҡc8UWC?W41z$AIhMD[ gB@f,|S$LqfV QnnҾp7`e+}Kg*XFZv#(J, Qq=8a'Ko;]C5GQ\ڊ:!P%u)} >Z4/=} XW8䋤p2^P潊\3{dFsrӒB*@ P4&4_]U" @IdЛ>ŧΑ{;8]x۔΃ 1}hng[GG*:3l]Vbivg'*r_j^n1lzn{9jޠ&mʪ2Qp㌚J~n7`߫%.LISf@ʀ+boWl-NoN@I xPwsfDGź=ؓw˕ Dq0}ZI@K8d %Q@p$iz/F!@^լQ"Qbӑz*Js>:YrS4K,aي5=j8<%,fd2~ :@YYFs >TO.4qt{秵䝣cvfx"}@P G5\xgSv~B%v.p'VCbBw nb0‚cJ^ELbQ2=4kVW܎㉪f5Rx ڝrcTPĴ&*إ");k&ȽHVJSZ f:sP /Z!V @׽g@ȚEL0x^+D<>H! BάZl-vDN + (PJ :(StTVTyj >!lxP`{]`f S-6nSe]y['9j,fG$+Tnt'.WCh@1D%O$HJ9׹O&b6p.o6]+;ZMW2Nٙ %'?ZBQi !6[aN¯ΨVmJ.?m˙wt!=#WcQΊ\$QkL8^Z;OrQ> QrezT << 6HkL ,(w,`VjInt9\Eełw-6 Guk9A"X7f"[(;1ǚ)0̐D/L/P?$h5+ҨX65\g<#=\ՔIA# PYw1Jƻ.;v[* ࣤidk`uYA 3e_[Kk:eI uͣN u$AvU;PS^vS^Y4{d?eS<r #ơHO 9kX/ $KC< πJQ1,VvSST!90{~9%uT#ƱoUC-pE0bnBxX03|wጝ'xA]v|n)q S9KWXg_S(ro/=՗kG;29b.G-K.} W]\…x$K}q>$"7qpqUOI&`C%L~Ja`/46&r77[YL/S,o0E%= KJkDc*lQK UUr^ 4Mie 2e`iMH ߲#  zTM|fag :h`P00@-xiG TO6,R?P-zk/JmW#}5}dsrMlbr @kWh0>F^-q_CT(3_\H򷒙AFKaG?"3W§JyNjryNy{m;15 N͞)X n!y32N<|E}.`;ފ;p#dӦAgb$xu {A mi/,T_Lh.HlbtƘ,Ċ_ uݨ&D }M^6we!& f۟Txv:nDGQz/lOPN,V{MD>M< pٸp@j :i&a i͛sMR`R[]wz?9Ӫ"(͔C,R1~}J/WN„GƏ..oLoD%I{#&Kӑ0_<J ^,qJNUdH"؆z'l3%I+=DAltl+?چ(Aڊ;Nwħ׿W@(63Z,eI沅@_؉ o Kn!& !4T}׳-7:c@ɾ 1u&FU3fGa`a85 >r 3"gL5A6/tv!; ϖx -ɣ14 %~iT܄ Kh~-NVa/y9͚Zk;NqBG]s: vRp ~̨ɐ@.-()6;T3LtsЊ<+DW;(Aa;>Iv-ZO1 D/͆(z%]>DZߌ뉷0fs:u-ӘWHmVs*ѼVOcZŋ> jAyV9<<܃2Ր=XWF7^>B+9LZ=b;mQo T:UPs-݁D9):P)\cȭ.7I~e]~HYmb4My;OL$=3!941w Ȋ1LhvROm /VH ;R>]I,_6*21NU6-`U$F jybP=N 3IuhLd:^#=2҈Ȃr9ߏ}Ssjݠ']DWj h=K7)߻KvllM?hQP3^ЕI2XQX*q`Hɕrp0QsT%ys6fޣKסcn/ Gs ݻzNbuwDĤ'O_8쩗=r ݋jt,N/UP׍8TYabGxJΈ|Nްp^9nhʢobVح6!T\RX)jMBwU՚SFl s$^N4쇍)~=E}'"%Ҹ7#!SE~mNa_6Kppw)hm`-_{ҏ>1S9<0)nݔ0PhE6u7]A` $WQHa- !p!/xY[n5wҧ}{_?U"9{&wY§HqĿ[ek1 ٜ~ W'_p&'1HC\7Y.8#-;^cT ~3lC  8 "43_#á_d}MZ[T#UZRlu@S0j绺Y9b|b" @ < 3b?:Eb.~ur4n\P'TB{_y0`l==y wqnvZMVB“w\@;vxi ^$}ОLӇ[xq/^`G@푚0}8bE֐z:baMPe鵤z%E x_4Lط6br&5`#5#vq`Dj(Y%K~CQ,VOh4N4|dIxs Fc [yrٖy%e[uEh'xkx,QERW Vؼ'jw& 1ri3y}X(Okި>a=;&cPGD x[miƕl<||Ͳv/8(8,/zt#&9$sO}FjHBy1uq&H_Q`'C]$zQjV7Y2/F&"5oUT VxS0?3~f, 0ξ`inO^_"4Yt`>>RM 4/['yu4/Y*&>UEۢƧ`f9^*,bS._k< {$ʃV9- 3ag:LT52B:WChÂ{2qWLP>PGk288C v؞uF 9c)Ԛ SC2 "C~/TZ߫*|>u \q]:S7h'+Վlde:粴32>1 ģͯKK×1znXGoUK|A|,W9g=RAțC;"yTԏN7F5PIj*Ջ_J IVS+kw9"㕼Uk"@M_M-g/J&('p{Ab| ^\lգ@ՂN(fэMO:ڣ9g _4:֯ӭ4*KD%> h:61ؿ-!5sn?iiu8">\)hT4 pؾ'q&ӘϽmz.4U1̫1ۙwY݉t3:L HZQ!,fG_̫?.~&"!ԓz~(Q@ P+u} I)䞑l1 ͺrI(Ǚ{64;,z5zp+Ζ} XJG\ k> Jlոq"^wDS:PQԒs/uf.ZL^i k1{͂*>(bG=*[ޒ%6*m$3Ga{ )&$20u< kjǥi3[tosU@[DtN`<#PM]=+$NdiT;rH|~J٠S/ƉB^qx=N0qR?kE;Qe[#K{-U,JFTu?\Cڱy(Ykޮ==#`h8T p3h7)85]y֠7OŭpƜ蕍g"pcb[ c#\•;uf@צnE<1d1R'ݩX@N话Cbr {,ZL dc>'sDŽ8 -سHֆ$>3AN u'9rC6~#A'#GE|%q)Emp Მ` 9#аr L XgqB쭊.(?e8:+EvJ6'ʑW)ѵ#\w@趤HxjH ibz蠵jf;bDAոvlS1gz:0'k3!A}Tk``PSXmrY,i+ {=nI8Ӣ/EHFa ѹ#5Ӛ*r"fu"0fy\/X6B|ulkt~U3} Fpȩ<'u%Wa :~h/FǏԫyHڀ֍d2IJ^/U@q /Wz, pezX3 KߠTr=H9l 9~nߧ 7Aq x- |lc ], qgtpxǤP]fsR;SQX1fyןYlr~qS0 i2&TB:Zg`sIBTd1m'M5uIDStml3Im{ iيaz:J;dN_9V IUNlH;%9?u([L݁{{ 'RUڵqӴR`SjS7Hmp4:Kn+MPY s0?t&>_pTԸ='$qwSd+٢YOרHY"Mz#o])[Lilo9*q֢YG!eβb*OL+txi,JGa0ٯ[LWKE{Yi ).T߉5|=~E91ٛ&)"i%@M1*Ĝ/D[G(97E;lxlOp0rٮ@.\ijVC${ѽylEwkI[L hx KmsY%ח:cf ׾ujﳽU,wƺX=rU0 b:,j꨹-d$\Ʉ24` `1NdR@:fWwk<ɋl33qbjz#cqo-BuV/`<9`Hz`Lt]S",8FQn !37;,f"]B{Cz8'bugu2i3Y%ܟ<>Qaz&oT>>SuW[&"[baΊd"]3?X5UU#~%Ar @ y0-\Z_ŷ][)'ǗYZ$:V8| u^6 /@ߺ6XŬ[3"^|%[NU ?.vRĎMUǁdLДZ oےF'KoE q7hϔh|mC2cQ ?aֱ&`"C*u8)FK+ ;w+:@Am"mV0 v}{x2S[CMĆ]h"(n @ Ǔh@Ҷ Ɍ,:*Mn:2F |xɡ`d,l0j( Ԏ?c?@8}FW-;S-"Lk؄; :|k9ݮ1༗LC9i*+Q~@2`8P#ET2Yhw^L@O%U* 1lH)SĊ@{,0Ծ7ud|k du#EkB)tEKE{ԇN}ĽtaS(^]^3̡Mៅ_6&]|3 të${%JsћƾF77Y| <Xǟg;:B\y.>e3ǯ@࿥Ne,/Ђ@\pkMBz74[%MU&D++LHVd5z~'E95Ke޾3>u~_o^1rC&Dph#5-d98\p#,MBWudU@8MS^OZ)CWU \H6 bfJCg{lC NceOf2e\ )-4O4g"GkƖ2ʘ.R<^*$.lҎVR0"7U8W4Aw+{ MUOfJ\B`k8WƕOߦI!`Kbx+É~)ꣅ^_:,ǫDw]u d&#Mq87lzLs366ARCsnYG`/HV2Ecx{h3I%%-xrZle5-DZٖ (PO ._Pl3)}F ])MP*j٫]9WgNJZgMeg(WD}0}upOc9x;  zk%xĒB4x^F9Qq[o;D{敞M $7ۢSW2Cv ^ MlVKp5mSu@(z>27]# " <=ckH=v4n"L܏xgo!Avχ/;#7z|ntk/`lm{8mCp}t5:S׊nN1̘ _Ix=NJoʣK+'}hC^<3`r; k%(ĈbR ؝WQ G@-.WΓuȬʝq݂dܘ]R fo6eauǪq?]x k-ӧ:"D;(®Ȗ"#ϓ + <:;GCJ/ȱɿ}&e2X%U ks&YaxDW,H=wx =90D<^liDYD9ڐs˃VdÁol<o{g$m 261+ :-544RFՒUǝ5&s&P s1ݝZk:^ANbs`Qu2W7\T8sL~$3_އ*c5gpU1h G;ڇv:) UI<̜hԠ*.g<sQhzq* q8 KTDƻuֻ Tzԡ[ G eN;&ԞB%UJfhHn!S.?йBZ5@N A:.UX92s[=D.°O{rRcC ( ie2g `{h=v˺G\E#6̉yAA^bR #{R/ڈI wQi#oZUsL>*໵>.h3<-kXD:ܮܝ^dL]秵;كLO}DʬrMJ#nÿ5382 &26`8l$&A"-i,ͅ?$q R|JR;̿Z}#g~_\)iYW޿.ۙȬ1JjgjAo$K.'_RI+6_pߣ[1$ĭw@)ڶotpEdD y[G rw?ة"G?wU) Z=6b' (rQaplr?swTY}jo`H82uܣ(jl!PHBWP#TQUt4ԣо]Хf z 0oz^Y#y_׮ɕ!o[4zZyRKcπe['_D VY5GId*+ASZMPQo8y}fpytDpMgMRX[23/~CR5Z =7Oyε9hS VPdE]l"nKr_\od0D5pR4^CԚ 7|{ Ԓ1(-+'GM*u?)Z_Su&H䥻hj[ 44]'mCCZE$p#!Edc̭0h엤KaFF<{N  cMJۭZ;cdB$/GkU~Hrl[r<1 Zzz&F]p \@ӋɄ#Cͧv7tl0|yC՚nƦ:}v/]Ѕh{Q LPQ =˹[@(@dYْ(L^Gk?B-zJ˭@,m7_|K2X1?;g\oY2H+mHVDKX?N˙4lui.W&@-{h_*)Q$emڪ5DW!-.=W/|,T6\;H`y ElԦX*jfAi GCo 7RВGxl]DwU"[w^y<◾ 38] 1=QZl M+e#Tه?Uuġ=?E0)Y@kg{q>qTV<vb P[ zZ:G/_\IϮ:c*PJ:io,cNU mЃRY4Tq*Z~Ў{uO0oo0Q|_kjWshU9k4jdEYS:ax+6CNp`>@Xyنmp )~\ݩzZ=0 x5] ۵̩@>AêUTaO0(~t({B|.ػXq´˸7ktH{dz8ssE[ JR⯋Z@nE)=A5Y.TDɞøWz%LC 1(']j!憏f= yGmt3q`@N/?7#x<"Wܒy/mw>sD!UU6NxTk* FwyZgv(@hbtrfԀ=>@ucסxI5x5F^854('tF^vޒ@*wGSͦy>⌘B'cPRJз[_QڬbG1^;a*(6XE`@пȇKz,*rE{U)V/ %GxJs|ٺxD3U??`7(mHNGկp?w@e |ꧽhb4Aj>b6(Y!ewt6B}POjUJl6 <( h'a?svdVFFWA\L^O!rn׽A͇^+Xs@=9~dI}D.Djv~;xEll1;Y8\Lςv:\9|﷿F\r80z}},rr rbiUP:/"?WM= ZӡN'x5N  })ɫj$?`LsL97rJjvm@5r¦ 0`ri尿 -TeJ 4%, :Cl;Fקh829XIvé4'<8:|S̅cÓ׵7egS4O-Wl~'X>KcH%#Ƙm:24|-ɲi֜%:Ru@MFs%ҬW Aٕc)J h64U#l,b' xi&"a{02w'"@v;;w' C=Kƴ&Jf2D?ĭ ),d_]ṟ`RMKbH-49GZO: ,Gr5-i\^ڊ-w 4G9*鮋%-ܨ*bi|5295Z*"nUVk4:7 L6% [))K:~|Ũ \܋GPl@::*j.@%V&K(MV.)$t^Ja@z&@{8E8Rxۍd(;yU`-"|ۨS^iC\diiPUK M `G=84)Ӿdߴ_D)Zk"6%iĥ糪szq6 3wj9Dg'*9p=8q)hxXFrN)[OzKM/,rW\Gc)rޯ]~3gogJxq%2F8{xƙ{kiՇX{R ,aO3>R+=VKE+K0 */#շsܚP 7yUU{y@چ?u6d ċSVgcGQ1ŗ'wh2)<,;x 'ڭ"khbq'h; 4~ov(n8^2QG3\#pq;kE@yDSmɧ~Oz6u?$B'J3aRF{fcb2Ȁhk#|VdzV^dmepe^R]]3tp-yp`\23?A [:yAO;>5k+[K[ᖒp}#OeFvHHZ(E2.f d|DIoL>Ѣ}򧸆NC6U_JsWN\-*We!bcu.Z}F*((Sn6=|r`3=glYfX6 flܢ?z?91PIw=c!VR'C%&XPxZYrMzZ*!]_]nAs<?VتZebFj׼GHv@ϫ:Fw8f1~/"&Ӫ7bt}ϿK8 NQClx4l+e9r[ $ڱSk%)$Xpԓ''V1Zk|ФT4bp#8^߅ܾgN#1ƀpZS,&uq_UCt兆A7m U}B?l,Gu'2h+.x#ᠱC}*9:B ؅|({Mik2M|ƍFW<3lAςs% ='t(C(eXrl@yEYhE޶KJX}; 5r $+1SwkgLvWLOՅ LdШ9XVQ0[(Mk3qΨ;se(N2+U +;J.%ŵŭTB`[v"m %L1c;B/2ۧRVARأbipERC.9"E.+zzPb ->-{τbIei{L ǿ-ۨM4"?T ۳疘ٳ"X.Ra5βJ) X6FηU֨;3Mg5'k?{#8'Hb Zteh_h$iOLhAہ'roي7Vfxl]0XLC=`bYv 5[>V^KhNU3rs|vB9-3Hyܦgo"vͳS-5 í5Xq*݆>(2Na=L=s:h2KQU{ɲAa.7p8}:˛Qy h|5?$p2ss:=Q ;~o +rs _gd遗ϯvQ &uc3طt%0&?&i;#ļ E Ǥ5s5e6l}놾KoŸOUkL<ck;{բsU$FW)gH%Eq^IQ*0i#^(EeGnb0.-(+R5M_4&q4}r{1 iq݈}^l= l{Džx! 6,XzoΡF#^he<..\b‰џ~`s,1*SJ7WJ愎Y<7W0E:B:hWyR{&-> )Ňq\ Kvd\,Q:;`1#K{)ӱ7np)e e^GJr4VXEmk$ 5*&r@'S-t"]6$ub,zڙCGfeoD0vl5n,uQ"Đ\ܕT8bؗP~eGLCg;b=ki⏷3`'ܥP2HջwD\L8+:mm7뛭ӳ>sOD5~ pT\H'mn0fUk&NgڅI~/p\0*Tי=szM@Xw3<ո0PE]c<L{1{*W0}rh(n3&]_P8q&뗟_ (bҹe M?uĘoE'8+3_u0-L0z!rH:d쯀iY0nCn SF,Q?wv~KC%y'0JdH1XXw ``T@8+ %H AG+5O8iٔ$m!G">aUUPTeU?n"Be6FfǽMt it*Z~RĻ5g>渠ɝ@@|$w-~SH+ض\`nֈBv=$G(ZH@z艜N-EBaCjX| >@t&p7pEM:t .1a G ^5t 0Fx%Cfuk!=/ 1絥kc\MUX! l&Ko.-7HG82մ2]&F0KЄ TtpZK,'ag|k3]@? MNĭr,[&Gh+r\osyvʈwilQP.Iă;_G`huIx ;.x8HrUCUA1W(DC.kAe;@IRm<" MhO;SNf遹VןǪTQ-LP@v5%rB@f}r^E<&y3 !MWlT7 1a: D=]H&؄(RC *=hsQEz̾!BU”:<N1|psDŽVwNʫW4̉_}=@lËAEiXMvh4HeT5[R4 1 7|rǷ} @ CI2)B@-+O3ݎa^4 ޻]z0/&Ki߿8NJ*.WٵDyH`"}\C,*8Rm{`Y2 c7 iivQ'&(JX$H^i(\$$.RKDs+c2@HAkjgeͺ>kktUQf D']#)tIFF~ B8)$)փ lt>Q͢3Gw}nL}#P `Ϳ*}+ic+րjN~K1w≚{J#%G70c CM̤6)"̊*)*ۣ XnA U`*i>tV/څ,^)H `A轥R\+|OSl TsaE["B"nI B񙑰+l!z+dM)s)iu_AT^Zij 87p=Rr 0T.g9|l V){0&s϶$yQb6+hAI$ jF_4DI0gp]I;6yS%q8V4 1=K=wJW6a# mE *`*5Iu׉HbP>K|!xH-*1cxkͱoOlg .uNJWmSr|Zu԰%X$óZ=?Er`\}RvAspK"tvc2>W?0UuqvD"g Ea@8\e+-;%ˇnP\j?4-m;_& ppBωKAe5v!Kr~v%O&0Q>Y|f/ye+ -YVM] pڨT*gQ?$n;|l{`CPy8uȦ9: +l f NL^g66KDY 3QwkS˒_iS;d%=H{ӆsn {q^U?gjD&}9H8Sb{UhVύ7PQ U5?УPK2SءlG"qrN7܆%9 C@.\׮F],GqٳHr W莖J90\8#,6QJ*%=DѸgi-%b>x>G"of <& {r+v:%+(pn7ߧ+j豨~^c:V(CrA1Zأ|yVq 5F>r.7*˱T,LsX"߫M@u 8r K7-|Q ^|]8.jnf|fЩ,9L\mӖP ?mZإ'P(-igKIUȺOKf,ZjlT2倔A=Bf8, 1z¡UKc7Ή̀J1^ aL=hr-?~E!2g_A$nJz6PnkVRi |*nj8sTu"ݏ7w,b%F^sX> ໑U e1CL(P$ם~x !spc{9a i8*\!.girSoɿܒlXV d$ -"wjzex1㴕8|_>ʳQOwB7N`Nݹ-3g\Qr2vÆ;]<`,֡k =ԜRŭ*y+}df,@ jŹuW Qv&r#ߵ.VZ8W }Zl}Pt`&Gd}Jn?HVSRk8xk7٢1Ɣ5tL,h\2~c_zD*`L"R%DTN?$rpg |[Jc6s7HFWкV ϙTtn sŰ-8Z4IS7/ٽoiQwhh$H#Uög(Z|/ۆ 閌(|/(+#?;%pvb-Afsc3{iUP'!̾:=4_D '\]e2jF&4Y0ʇK72o{]Vnaf "n\J! [ P6ҕ r4=OϟD$G8b,jX)&LtTVpZ"R^"niwD?TYa4Z]cdD; yIyxTܓpdK)&IW[YO:I 3gdU<yǺ. Lbsdf0A #lae{ӼL/ FZ:}r#j+dB5>yvӶܭ"rT'Ndy.6YGҙ`/ _R*N`KC/fGke&CclJoMW?,Y?ƍ9 K K !Vn(&wNss᮳KmcYT!#\7Ռ:\#f^ʕ-sS"j'2uGNi@k[WAd~9'H%ba:tq>xN+-)\q390gAJ]+ܒԻՖ o>'׼P 4ǖQZŐJH%LtXŕ/^]/x|m ;xT{Ϸxp/Y# ~iօt(BB6;PoMn86_xr{Ҩ38"b9mlL@Yxtd`GڶBW,\B1ڬ2,F[v<Ͳ>63@ Wf8S7!(yïO1/ѧ>bɑxN$VgT;M2 JCFn,I)Jb?xкȒkL>{uOs7s/b'7B] :4[Tڳzu`+ ,3[t@ %6X|I9 SWE7.@J:\u21_S,cvGE*)_Z*FINI$bxZ"\(jm Yu Л̰=CLa CfMD@ >K h @i1r$Yr*9<붕A}r#gy C|{ ΗmMuMN\uWS7 zA| *T]N(QPh$'3hq7p "t}וܜ}ŕ{_㈪uNmk~THsA􎏛^r"y^-ږ ( qP,Ȫ eUQXěG\CYFGp Ա6dj tхN|cp@8 j;sV]lC` vP%byt\Kސ:҄ҤB&P{xۛ.|j^%]oȏ;%{oA&Y(1kc9@ 3u y"֑jh@Sjwuzؙ3* #M:kOIQ r?,Cu7@pD릙t4}bIi.hΨF$AV*J,C;U Ƃ~ɋDb>U`X;{##"\DE!?4}#gqʻ~mSOOX&pzXNTBD 9/+HR*Z'*r+d"X=upCQ2fS .lV_rjXaF>SeU6G֒v"/;̯f|M잇IG]l8i=a(F<;*0X<1CLzV}aɅ:i*L LLtt D<{R.'X|2sT~<ƀe8ȀuoQa y: .54B" 㝳%P|"w:Ǯ.il__P3$N}fM"yQO(A!+,3^VHQpyI=F]L 7u_*,!2MYfdz=W"z€mZ47v{Aܝ { jMM 79*^un9S}]!?vcl;qJμ!"[t>@c&w^906+ɮ@yC^!0 kfyAg }<:Qfxz ͈k5ɛEL$=YY&yq{K)ЫuzM`>ԝq\:(q93~aXR6"x@J`7{=6:k-3h \^n8DD1&O)('4BRY\˷\0Ό 9tyeUM7e쮛SĆie`}jjVN&PA{]=  w %W?Rgu]?Du3M(>AF7VgT&J7f8eCmѯv tqfxOp4?8 &G-SЪ(+WˤRKEt թt=Bt-c?Pp'%"pA'qf+sQ_0d?mphx:O*%QZGeb0k ~EGx]: v'7I>*Kmh*rOdtTUґm:/-fǷD b Tq/`8WF79}0h@z @($f 9}[z!e58 اV}An&hku6"C/` oweR0'Đs "XKM ENU(jn.hED6IQ=FraIo}WZsq&|[- `0rg7͹TESr+ Rj%_ןYgґ/s'bخpE9fb8s Z8ێ$>&( GFO1옶uf{ղ6+a6JT=Qȕjelрy Ť;A@SjI5:qs @mݗĴJ\/Kװi"! 7@07ٳ{aS'NZ1I6A6gA  YZ