glibc-profile-2.31-150300.68.1<>,R؉e #p9|ol܋YݰYsD+ *kp\Ks 4?Dc0F?%[|WO遬<vfd6;b k&:7,,l! !>Q|.wPY" LQ!1"JBYϊb,0G R嗏SaM*EID&6uubQ[ :R 4ŀvlae8$ջkRV*6eĂ*()[>;$?d ! GV l       <      * \| E(f8p9:nFG H$ IL XXY`\Є ]Ь ^&b2cd[e`fcleux vҠzҳCglibc-profile2.31150300.68.1Libc Profiling and Debugging VersionsThis package contains special versions of the GNU C library which are necessary for profiling and debugging.e #h03-ch2aSUSE 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_64Y8.AZpRݰeeeeeeeeeea63409b9b149acaacb8f639f22ea646e344843893a58d8fcaf639d5c3077787646e17d767a23e236afb05d26e53c98d877514bc4a5220316a03f025f6efbf995701b393650c0efe62ad89644ba92f690716f1602bea70e074d74d9898dd4b43e406662242925d94a749271f501e4e68fa97f2c431648dcefc2cf3c8d7ac8b08efb31f9249ea061d01a79e1cf00e84f3c4f704c075e0b26dbd198b52e20a8f1a470c1cb12ac4dd8bdf17376b7fa6d45bf2c7e271b31c88dd81f798aecd58982024ddeaaeddd2e6d0b9fc7f3c01ad27338b034ac846fad370dc64bccf9653b3ad994d86871e522dec95b298c2f00687252aed23c2d8464a364d0aba1214b31b24730692a295aa34273b304c0d6af1eee16a3e9e2a2bdca28d0bb53fbf744b4e0ff8978b8059064b5ef36ef814cbe3459e354ff5698bb02536a5d207f046e904578rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.31-150300.68.1.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.3e@eyepb@eSe;ddgd!d dq@dtd%yddccU@ccob@b@b֜b@bb no longer includes inline versions of any string functions, as this kind of optimization is better done by the compiler * The nonstandard header has been removed * The obsolete header has been removed * The obsolete signal constant SIGUNUSED is no longer defined by * The obsolete function cfree has been removed * The stack_t type no longer has the name struct sigaltstack * The ucontext_t type no longer has the name struct ucontext * On S/390 GNU/Linux, the constants defined by have been synced with the kernel * Linux kernel 3.2 or later is required at runtime, on all architectures supported by that kernel * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes, to avoid fragmentation-based spoofing attacks (CVE-2017-12132) * LD_LIBRARY_PATH is now ignored in binaries running in privileged AT_SECURE mode to guard against local privilege escalation attacks (CVE-2017-1000366) * Avoid printing a backtrace from the __stack_chk_fail function since it is called on a corrupt stack and a backtrace is unreliable on a corrupt stack (CVE-2010-3192) * A use-after-free vulnerability in clntudp_call in the Sun RPC system has been fixed (CVE-2017-12133) * fate#322258, fate#321513, fate#322453 - fts-symbol-redirect.patch, glibc-resolv-reload.diff, glibc-2.2-sunrpc.diff, i686-memchr-sse.patch, ld-hwcap-mask-suid.patch, ld-library-path-suid.patch, sunrpc-use-after-free.patch, test-math-vector-sincos-aliasing.patch, tunables-bigendian.patch: Removed- Fix RPM group- s390-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (fate#322271)- ld-hwcap-mask-suid.patch: Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (BZ #21209) - ld-library-path-suid.patch: Completely ignore LD_LIBRARY_PATH for AT_SECURE=1 programs (CVE-2017-1000366, bsc#1039357, BZ #21624)- Remove glibc-cpusetsize.diff, no longer useful- fts-symbol-redirect.patch: Fix symbol redirect for fts_set (bsc#1041123, BZ #21289)- test-math-vector-sincos-aliasing.patch: Fix test-math-vector-sincos.h aliasing- add-locales.patch: renamed from glibc-2.3.locales.diff.bz2, drop en_BE locales (bsc#1039502)- Remove glibc-testsuite.patch, no longer relevant- Use multibuild feature - Remove obsolete check-build.sh - glibc.rpmlintrc: remove obsolete entries - Use %tmpfiles_create in nscd postin- i686-memchr-sse.patch: Fix i686 memchr overflow calculation (bsc#1031021, BZ #21182) - sunrpc-use-after-free.patch: Avoid use-after-free read access in clntudp_call (BZ #21115) - Build testsuite with gdb and python-pexpect to enable more tests- tunables-bigendian.patch: Fix getting tunable values on big-endian (BZ [#21109])- Update to glibc 2.25 * The feature test macro __STDC_WANT_LIB_EXT2__, from ISO/IEC TR 24731-2:2010, is supported to enable declarations of functions from that TR. * The feature test macro __STDC_WANT_IEC_60559_BFP_EXT__, from ISO/IEC TS 18661-1:2014, is supported to enable declarations of functions and macros from that TS. * The feature test macro __STDC_WANT_IEC_60559_FUNCS_EXT__, from ISO/IEC TS 18661-4:2015, is supported to enable declarations of functions and macros from that TS. * The nonstandard feature selection macros _REENTRANT and _THREAD_SAFE are now treated as compatibility synonyms for _POSIX_C_SOURCE=199506L. * The inclusion of by is deprecated. * New features from TS 18661-1:2014 are added to libm: the fesetexcept, fetestexceptflag, fegetmode and fesetmode functions, the femode_t type and the FE_DFL_MODE and FE_SNANS_ALWAYS_SIGNAL macros. * Integer width macros from TS 18661-1:2014 are added to : CHAR_WIDTH, SCHAR_WIDTH, UCHAR_WIDTH, SHRT_WIDTH, USHRT_WIDTH, INT_WIDTH, UINT_WIDTH, LONG_WIDTH, ULONG_WIDTH, LLONG_WIDTH, ULLONG_WIDTH; and to : INT8_WIDTH, UINT8_WIDTH, INT16_WIDTH, UINT16_WIDTH, INT32_WIDTH, UINT32_WIDTH, INT64_WIDTH, UINT64_WIDTH, INT_LEAST8_WIDTH, UINT_LEAST8_WIDTH, INT_LEAST16_WIDTH, UINT_LEAST16_WIDTH, INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH, INT_LEAST64_WIDTH, UINT_LEAST64_WIDTH, INT_FAST8_WIDTH, UINT_FAST8_WIDTH, INT_FAST16_WIDTH, UINT_FAST16_WIDTH, INT_FAST32_WIDTH, UINT_FAST32_WIDTH, INT_FAST64_WIDTH, UINT_FAST64_WIDTH, INTPTR_WIDTH, UINTPTR_WIDTH, INTMAX_WIDTH, UINTMAX_WIDTH, PTRDIFF_WIDTH, SIG_ATOMIC_WIDTH, SIZE_WIDTH, WCHAR_WIDTH, WINT_WIDTH. * New features are added from TS 18661-1:2014: - Signaling NaN macros: SNANF, SNAN, SNANL. - Nearest integer functions: roundeven, roundevenf, roundevenl, fromfp, fromfpf, fromfpl, ufromfp, ufromfpf, ufromfpl, fromfpx, fromfpxf, fromfpxl, ufromfpx, ufromfpxf, ufromfpxl. - llogb functions: the llogb, llogbf and llogbl functions, and the FP_LLOGB0 and FP_LLOGBNAN macros. - Max-min magnitude functions: fmaxmag, fmaxmagf, fmaxmagl, fminmag, fminmagf, fminmagl. - Comparison macros: iseqsig. - Classification macros: iscanonical, issubnormal, iszero. - Total order functions: totalorder, totalorderf, totalorderl, totalordermag, totalordermagf, totalordermagl. - Canonicalize functions: canonicalize, canonicalizef, canonicalizel. - NaN functions: getpayload, getpayloadf, getpayloadl, setpayload, setpayloadf, setpayloadl, setpayloadsig, setpayloadsigf, setpayloadsigl. * The functions strfromd, strfromf, and strfroml, from ISO/IEC TS 18661-1:2014, are added to libc. * Most of glibc can now be built with the stack smashing protector enabled. * The function explicit_bzero, from OpenBSD, has been added to libc. * On ColdFire, MicroBlaze, Nios II and SH3, the float_t type is now defined to float instead of double. * On x86_64, when compiling with -mfpmath=387 or -mfpmath=sse+387, the float_t and double_t types are now defined to long double instead of float and double. * The getentropy and getrandom functions, and the header file have been added. * The buffer size for byte-oriented stdio streams is now limited to 8192 bytes by default. * The header now includes the header. * The malloc_get_state and malloc_set_state functions have been removed. * The “ip6-dotint” and “no-ip6-dotint” resolver options, and the corresponding RES_NOIP6DOTINT flag from have been removed. * The "ip6-bytestring" resolver option and the corresponding RES_USEBSTRING flag from have been removed. * The flags RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME, RES_KEEPTSIG, RES_BLAST defined in the header file have been deprecated. * The "inet6" option in /etc/resolv.conf and the RES_USE_INET6 flag for _res.flags are deprecated. * DNSSEC-related declarations and definitions have been removed from the header file, and libresolv will no longer attempt to decode the data part of DNSSEC record types. * The resource record type classification macros ns_t_qt_p, ns_t_mrr_p, ns_t_rr_p, ns_t_udp_p, ns_t_xfr_p have been removed from the header file because the distinction between RR types and meta-RR types is not officially standardized, subject to revision, and thus not suitable for encoding in a macro. * The types res_sendhookact, res_send_qhook, re_send_rhook, and the qhook and rhook members of the res_state type in have been removed. * For multi-arch support it is recommended to use a GCC which has been built with support for GNU indirect functions. * GDB pretty printers have been added for mutex and condition variable structures in POSIX Threads. * Tunables feature added to allow tweaking of the runtime for an application program. * A new version of condition variables functions have been implemented in the NPTL implementation of POSIX Threads to provide stronger ordering guarantees. * A new version of pthread_rwlock functions have been implemented to use a more scalable algorithm primarily through not using a critical section anymore to make state changes. * On ARM EABI (32-bit), generating a backtrace for execution contexts which have been created with makecontext could fail to terminate due to a missing .cantunwind annotation. (CVE-2016-6323) * The DNS stub resolver functions would crash due to a NULL pointer dereference when processing a query with a valid DNS question type which was used internally in the implementation. (CVE-2015-5180) - Enable stack protector if part of %optflags - startcontext-cantunwind.patch: Removed - cpuid-assertion.patch: Removed- cpuid-assertion.patch: Don't assert on older Intel CPUs (BZ #20647)- glibc-2.3.3-nscd-db-path.diff: Move persistent nscd databases to /var/lib/nscd - glibc-2.3.90-langpackdir.diff: simplify- Update to glibc 2.24 * The minimum Linux kernel version that this version of the GNU C Library can be used with is 3.2 * The pap_AN locale has been deleted * The readdir_r and readdir64_r functions have been deprecated * The type `union wait' has been removed * A new NSS action is added to facilitate large distributed system administration * The deprecated __malloc_initialize_hook variable has been removed from the API * The long unused localedef --old-style option has been removed * nextupl, nextup, nextupf, nextdownl, nextdown and nextdownf are added to libm * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed (CVE-2016-3075) * Previously, getaddrinfo copied large amounts of address data to the stack, even after the fix for CVE-2013-4458 has been applied, potentially resulting in a stack overflow. getaddrinfo now uses a heap allocation instead (CVE-2016-3706) * The glob function suffered from a stack-based buffer overflow when it was called with the GLOB_ALTDIRFUNC flag and encountered a long file name (CVE-2016-1234) * The Sun RPC UDP client could exhaust all available stack space when flooded with crafted ICMP and UDP messages (CVE-2016-4429) * The IPv6 name server management code in libresolv could result in a memory leak for each thread which is created, performs a failing naming lookup, and exits (CVE-2016-5417) - startcontext-cantunwind.patch: mark __startcontext as .cantunwind (bsc#974800, BZ #20435) - Removed patches: * 0001-Updated-translations-for-2.23.patch * 0002-Regenerate-libc.pot-for-2.23.patch * 0003-Regenerated-configure-scripts.patch * 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch * 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch * 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch * 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch * 0008-Update-NEWS.patch * 0009-sln-use-stat64.patch * 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch * 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch * 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch * 0013-Mention-BZ-19762-in-NEWS.patch * 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch * 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch * 0016-Fix-resource-leak-in-resolver-bug-19257.patch * 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch * 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch * 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch * 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch * 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch * 0022-configure-fix-test-usage.patch * 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch * 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch * 0025-getnameinfo-Do-not-preserve-errno.patch * 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch * 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch * 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch * 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch * 0030-hesiod-Remove-RCS-keywords.patch * 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch * 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch * 0033-malloc-Remove-NO_THREADS.patch * 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch * 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch * 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch * 0037-malloc-Add-missing-internal_function-attributes-on-f.patch * 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch * 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch * 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch * 0041-nss_dns-Check-address-length-before-creating-addrinf.patch * 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch * 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch * 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch * 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch * 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch * 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch * 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch * 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch * 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch * 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch * 0052-Fix-tst-dlsym-error-build.patch * 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch * 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch * 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch * 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch * clntudp-call-alloca.patch * glibc-memset-nontemporal.diff * nis-initgroups-status.patch * nscd-gc-crash.patch * robust-mutex-deadlock.patch * strncat-avoid-array-bounds-warning.patch- strncat-avoid-array-bounds-warning.patch: Avoid array-bounds warning for stncat on i586 (BZ #20260) - Update glibc.keyring - Unset MALLOC_CHECK_ during testsuite run- nsswitch.conf: Add fallback to files for passwd and group to prepare for libnsl removal.- nis-initgroups-status.patch: Return proper status from _nss_nis_initgroups_dyn (bsc#984269, BZ #20262) - robust-mutex-deadlock.patch: Fix generic __lll_robust_timedlock_wait to check for timeout (bsc#985170, BZ #20263)- nscd-gc-crash.patch: Fix nscd assertion failure in gc (bsc#965699, BZ [#19755])- clntudp-call-alloca.patch: do not use alloca in clntudp_call (CVE-2016-4429, bsc#980854, BZ #20112)- Import patches from 2.23 branch 0001-Updated-translations-for-2.23.patch 0002-Regenerate-libc.pot-for-2.23.patch 0003-Regenerated-configure-scripts.patch 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch 0008-Update-NEWS.patch 0009-sln-use-stat64.patch 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch 0013-Mention-BZ-19762-in-NEWS.patch 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch 0016-Fix-resource-leak-in-resolver-bug-19257.patch 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch 0022-configure-fix-test-usage.patch 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch 0025-getnameinfo-Do-not-preserve-errno.patch 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch 0030-hesiod-Remove-RCS-keywords.patch 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch 0033-malloc-Remove-NO_THREADS.patch 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch 0037-malloc-Add-missing-internal_function-attributes-on-f.patch 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch 0041-nss_dns-Check-address-length-before-creating-addrinf.patch 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch 0052-Fix-tst-dlsym-error-build.patch 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch - CVE-2016-3075 CVE-2016-1234 CVE-2016-3706 bsc#973164 bsc#969727 - resolv-mem-leak.patch: renamed to 0016-Fix-resource-leak-in-resolver-bug-19257.patch - no-long-double.patch: renamed to 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch - glibc-gcc6.patch: renamed to 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch- glibc-c-utf8-locale.patch: fix bad standard in LC_IDENTIFICATION categories - glibc-2.3.locales.diff.bz2: likewise- glibc-gcc6.patch: Suppress GCC 6 warning about ambiguous 'else' with - Wparentheses- Add compatibility symlinks for LSB 3.0 (fate#318933)- powerpc-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (bsc#967594, fate#318236)- ldd-system-interp.patch: Restore warning about execution permission, it is still needed for noexec mounts (bsc#915985)- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8) and rh#902094 . Added with glibc-c-utf8-locale.patch. - Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for C.UTF-8 same as C locale.- Move %install_info_delete to %preun - crypt_blowfish-1.3.tar.gz.sign: Remove, the sign key is no longer acceptable- no-long-double.patch: Don't use long double functions if NO_LONG_DOUBLE- Update to glibc 2.23 release. * Unicode 8.0.0 Support * sched_setaffinity, pthread_setaffinity_np no longer attempt to guess the kernel-internal CPU set size * The fts.h header can now be used with -D_FILE_OFFSET_BITS=64 * getaddrinfo now detects certain invalid responses on an internal netlink socket * A defect in the malloc implementation, present since glibc 2.15 (2012) or glibc 2.10 via --enable-experimental-malloc (2009), could result in the unnecessary serialization of memory allocation requests across threads * The obsolete header has been removed * The obsolete functions bdflush, create_module, get_kernel_syms, query_module and uselib are no longer available to newly linked binaries * Optimized string, wcsmbs and memory functions for IBM z13. * Newly linked programs that define a variable called signgam will no longer have it set by the lgamma, lgammaf and lgammal functions - Removed patches: * dont-remove-nodelete-flag.patch * openat64-readd-o-largefile.patch * mntent-blank-line.patch * opendir-o-directory-check.patch * strcoll-remove-strdiff-opt.patch * ld-pointer-guard.patch * tls-dtor-list-mangling.patch * powerpc-lock-elision-race.patch * prelink-elf-rtype-class.patch * vector-finite-math-aliases.patch * powerpc-elision-adapt-param.patch * catopen-unbound-alloca.patch * strftime-range-check.patch * hcreate-overflow-check.patch * errorcheck-mutex-no-elision.patch * refactor-nan-parsing.patch * send-dg-buffer-overflow.patch * isinf-cxx11-conflict.patch * ibm93x-redundant-shift-si.patch * iconv-reset-input-buffer.patch * tzset-tzname.patch * static-dlopen.patch- isinf-cxx11-conflict.patch: Fix isinf/isnan declaration conflict with C++11 (bsc#963700, BZ #19439)- tls-dtor-list-mangling.patch: Harden tls_dtor_list with pointer mangling (BZ #19018) - prelink-elf-rtype-class.patch: Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink (BZ #19178) - vector-finite-math-aliases.patch: Better workaround for aliases of * _finite symbols in vector math library (BZ# 19058) - powerpc-elision-adapt-param.patch: powerpc: Fix usage of elision transient failure adapt param (BZ #19174) - catopen-unbound-alloca.patch: Fix unbound alloca in catopen (CVE-2015-8779, bsc#962739, BZ #17905) - strftime-range-check.patch: Add range check on time fields (CVE-2015-8776, bsc#962736, BZ #18985) - hcreate-overflow-check.patch: Handle overflow in hcreate (CVE-2015-8778, bsc#962737, BZ #18240) - errorcheck-mutex-no-elision.patch: Don't do lock elision on an error checking mutex (bsc#956716, BZ #17514) - refactor-nan-parsing.patch: Refactor strtod parsing of NaN payloads (CVE-2014-9761, bsc#962738, BZ #16962) - send-dg-buffer-overflow.patch: Fix getaddrinfo stack-based buffer overflow (CVE-2015-7547, bsc#961721, BZ #18665) - powerpc-lock-elision-race.patch: renamed from 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- Add audit-devel and libcap-devel to BuildRequires, for use by nscd- reinitialize-dl_load_write_lock.patch: Reinitialize dl_load_write_lock on fork (bsc#958315, BZ #19282)- resolv-mem-leak.patch: Fix resource leak in resolver (bsc#955647, BZ #19257) - tzset-tzname.patch: Force rereading TZDEFRULES after it was used to set DST rules only (BZ #19253)- glibc-2.3.90-noversion.diff: use stat64- ld-pointer-guard.patch: Always enable pointer guard (CVE-2015-8777, bsc#950944, BZ #18928)- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based optimization (BZ #18589)- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE error handler (BZ #18830)- new patch [BZ #18743] PowerPC: Fix a race condition when eliding a lock 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- nss-files-long-lines-2.patch: Properly reread entry after failure in nss_files getent function (bsc#945779, BZ #18991)- fnmatch-collating-elements.patch: Fix fnmatch handling of collating elements (BZ #17396, BZ #16976)- opendir-o-directory-check.patch: Fix opendir inverted o_directory_works test - static-dlopen.patch: Static dlopen default library search path fix (bsc#937853)- mntent-blank-line.patch: Fix memory corruption w/blank lines- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from all loaded objects on failed dlopen - openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64- Update to glibc 2.22 release. * Cache information can be queried via sysconf() function on s390 * A buffer overflow in gethostbyname_r and related functions performing DNS requests has been fixed. (CVE-2015-1781) * The time zone file parser has been made more robust against crafted time zone files * A powerpc and powerpc64 optimization for TLS, similar to TLS descriptors for LD and GD on x86 and x86-64, has been implemented. * Character encoding and ctype tables were updated to Unicode 7.0.0 * Added vector math library named libmvec * A new fmemopen implementation has been added with the goal of POSIX compliance. * The header is deprecated, and will be removed in a future release. * bsc#905313 bsc#920338 bsc#927080 bsc#928723 bsc#931480 bsc#939211 bsc#940195 bsc#940332 bsc#944494 bsc#968787 - Patches from upstream removed * htm-tabort.patch * o-tmpfile.patch * memcpy-chk-non-SSE2.patch * pthread-mutexattr-gettype-kind.patch * powerpc-software-sqrt.patch * static-tls-dtv-limit.patch * threaded-trim-threshold.patch * resolv-nameserver-handling.patch * nss-separate-state-getXXent.patch * aarch64-sigstksz.patch * heap-top-corruption.patch * pthread-join-deadlock.patch- pthread-join-deadlock.patch: Use IE model for static variables in libc.so, libpthread.so and rtld (bsc#930015, BZ #18457)- glibc-nodate.patch: fix verification of timestamp- also filter out -fstack-protector-strong- getaddrinfo-ipv6-sanity.diff: Remove. It breaks services that start before IPv6 is up (bsc#931399) - glibc-2.3.locales.diff.bz2: Remove sh_YU locales, fix currency for en_BE.- Add /usr/include/gnu/lib-names-.*.h to baselibs - pthread-join-deadlock.patch: Don't require rtld lock to store static TLS offset in the DTV (bsc#930015, BZ #18457) - heap-top-corruption.patch: Do not corrupt the top of a threaded heap if top chunk is MINSIZE (BZ #18502)- threaded-trim-threshold.patch: Fix regression in threaded application malloc performance (bsc#915955, BZ #17195)- aarch64-sigstksz.patch: Increase MINSIGSTKSZ and SIGSTKSZ (BZ #16850)- powerpc-software-sqrt.patch: Fix powerpc software sqrt (BZ #17964, BZ [#17967]) - nss-separate-state-getXXent.patch: Separate internal state between getXXent and getXXbyYY NSS calls (CVE-2014-8121, bsc#918187, BZ #18007) - static-tls-dtv-limit.patch: Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage (bsc#919678, BZ #17090, BZ #17620, BZ #17621, BZ #17628)- resolv-nameserver-handling.patch: Replace with simpler version with more compatibility- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs (bsc#920084)- resolv-nameserver-handling.patch: Rewrite handling of nameserver configuration in resolver- htm-tabort.patch: Fix TABORT encoding for little endian- Update to glibc 2.21 release. * A new semaphore algorithm has been implemented in generic C code for all machines * Added support for TSX lock elision of pthread mutexes on powerpc32, powerpc64 and powerpc64le * Optimized strcpy, stpcpy, strchrnul and strrchr implementations for AArch64 * i386 memcpy functions optimized with SSE2 unaligned load/store * New locales: tu_IN, bh_IN, raj_IN, ce_RU * The obsolete sigvec function has been removed * CVE-2015-1472 CVE-2015-1473 CVE-2012-3406 CVE-2014-9402 CVE-2014-7817 bsc#864081 bsc#906371 bsc#909053 bsc#910599 bsc#916222 - Patches from upstream removed * ifunc-x86-slow-sse4.patch * pthread-mutex-trylock-elision.patch - o-tmpfile.patch: Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (BZ #17912)- Update to crypt_blowfish 1.3. * Add support for the $2b$ prefix. - ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit (BZ #17501)h03-ch2a 1706690851 2.31-150300.68.12.31-150300.68.1libBrokenLocale_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:32192/SUSE_SLE-15-SP3_Update/7c71104db0930505a5d40f46a9f8d36e-glibc.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linuxcurrent ar archive.A |9v7utf-84f6be5a2b439827c45b2d866fe541260ec6d345bf0d3a29fe6e0988c9cb4d5e5?P7zXZ !t/{]"k%| ^6v۶Y$p8:}j}+TvSjC80)ϥ\Gu"i4b`t0Lvu!`'އ [_jpO_g6L]}&>N}|W˚b,f_TիeҔ5']p>; 7;n|@~]-V{pt#g4jwd&5Z݈Ij-lӬRŔb]U >(V:L24"7?bP/zo"J=F3[x ]T@y\[iw:4iXQm̝;G4 BӅr!zͺsOlK1H N_B[]T_nD%ֿ:6Uu&]n.k@,ֱSm;FY!g3zRUipѣ(\)F1 ZsO'*F,,,^ S dkr(W"wfo|W"1Ua׍] D*L̷)g a'HdVdy$ܔy8'QOɍu|Yâ"[ĿмdHGf JpV':FсpkM,4xY1 `4]NBÞ Tᙤ48AÂf ~gYіӠhqz, rZWLbS󖹈`Hym % , jߙw3mx߆zI7L;O$Y"n |1$r%(A[|8-6~8h2tQ8(NzВL=^///Gvj7?Ю$ CP~v*zd 9Ud2++XIRs-$p0=-`ysl2;?Si?C@b˺or}'/oOY~HQJ7ˮ;eA3"WvpŴjJXA22aaα xu")t IkcWPJ9f(~Б}z7 [zǼ{ePY &gkGaKQg*G >CU8割 mU˸AF5U9wY=h"W7)QNƨg!r>|ZP_7q|+ǮWtptF0gڻ|;ӕ{=ti}T1LU9JU=o45Ou4<Ua˲X]rHg K/BKγzD}2ba ^B8,Aߨrj]:o pc7oղG @ؕ>\T 6{,%x\^ۈiwj m9ZZ*V;hXNG&KZbMY䱽f)46abrKR:[TK, *Bv;}hm5&88H ,:^x7C!`!wUrI<"4`oSAT =3FQS#Nez n3[V~Mrgj褚 b*v*LR~kb&Hτ‡COEd qdn |4jH9$,V.A'tys<7P4K0s>CO(WX)zZA` S%;Ӂ:1[M(u;#GK^ߛ=Ah  & 9s(N(>F@m~k^f67׸yC#M ܖv xp{5qgy= 5rKlKxO:2+ !myy0Ѽb<e@à.bT֤9ð.c1+MS.)&hң[6(8#2W4_\5:_Zɩ ԤO-E̓zU´y؈7H1f5e}!fyݣAR+3.kKqaf4[g.:4۳GV2PB8{DNO gd5O^F{xBQetA~?P׮faB@hgȖ1N;*es'~;TkHdk:9?PQnڂ rEՏjƝS:*$(G{!g{pX685ա]/BPxͲlǂJQ[@4I2Ț^V EDOl7mF>dI }L;'GH(]:/Pb9XCj%ڑBQ.an$:"d1hAçg {f^"if4'؛Q *a)9#} N[}`&;&oG ؛j0W|/TL *)ȉƧGiL3^ VF™G+XI8sON`0T:o$M3\@zؔ$VQ?gBQ% xEݷj~U6^H6Cn:}&VT瑱.2,:N R#5ӑ8m\)K\h~ut^\ȗjpHD| q3St<06 ڼAo۬-(|+;mb!M`1D~`,ǃj7;6aWl ^ztg`! YtY[{ÓJZ?RHs$RL{!*Y8sWi)֦.Wyb"Vv vX(~g|%m9e'&{hpC⽙PV-2PV8pw0!}2Bt%%uIvGGTHe.#6Ҵ&KJrYk k4WTF4.у##_HraSÆ u5fQ1nw$Nu߮A:tGZ*5_r$ rNC#k/pjvtGU2 l.G'H9@sm>\IHag _^~5)L$Z*cWxÖ5~S8{tQQҥÓ8d5h0Ş cE=H`'U' AJ(#&$1cQG]~3ȷ^I!9*ʺm,q] |gcKs6;dxGRy 8cA8 Dj7][%uO,G5!³V =Moq|re+>m3e,wfGÀ"C4|P!p }D'{x,\g*A?\T3\ݴ 8 E[4=씟ڏUzk@R%EOŠlGEX ̋A`(xs "9.p')䯴RM'?sHuQRM&bz}[g?=ςfh!֏zyg"*d@aOM1sk3j6v آZ;Pڇ+aXu K} zJƤ.M#|tך Rn?16XFoeEU>t~i.{0Ue6$N8ٝdF%b q `h͟n%H[(eڼ"Ӝ/; L,'XN }wdga~)jCU((#c,΅.Dxao@hEb^/|w^S?3*M19:q ݵZ}Dƴ4,f(fR| <#;'nBu$&lݧWjH%ԩͼ-Fm`.[} G_d-,PE$Ol*f?;bZū2,7 },xP,6&eim |Yv~IKTڿv2^bnڃ$tABCtl›ʦ6H "0~Aϔ3Q -6M΅\G\ݫx><.Xb uXȔIxVs}bv)B8ekҗ,_JXE)=\Z\gENY-L 'rBWKSG&^I a;r3I ~q[%?:gaqԾl5!1/ҊECh@Pb,>䊲K΄7[_ ڨ4N?}ۅx }S#-b^ P.3j65R؝D F<ƒLT{;Ԣg`&ȟVhXi 38d?qbލk>cRy'7` CKb.#B;V'ʺjQAN"CLJTPked ؕ$TuvGrIxi%#.hjv8:jۉGi\7dy`u<:U󛄤A J_@B`}zNUB*{OՉsE tfwX꠫ýVEr&y#TY?>%[KZ,+rSL H4x ` [A:9|KT^^ۻ}wP%:OJ4?OpwM ɎZ _. $Ou6>/0y BxYv֍cH9o`V."4z1ppG@8| UCh3ȓ9]=)Z^bc$.HhGpJYx_=0Wy=$iѸMC8Ʋ#OHFg 8>K)9/{ʦuYY-O))΁i@k _C69>_ܐZh=(DȊ{O0R@@k(G[k+JFQ {2-(>hv:j;eB4<#2OӞp 4yoߔvjͳEmTXvP ' e\0_G({3] n얡L(pΆ{Vn!@*##RcKx]JRA~-`x qrX9V?zg7"~ˮh8hC})~KG HDSik^(i 0^L| A/rW)SAn ǂsGb5{dR. ׶ 5j ]b+] j0pٮ;3:ZtJiao \oSδ!;FU (lDK{rd77<1eYHX?wJ䍵g6b2]rC 3w 4Nm:I8B*t9oSwX:pÀ*^v8_I ]}+>p0 s $H l|kHX zZJ5y{N2sP)d>(L4?_06 xe'wVMM5oIi1 =O | ZnxbW뵰ml8OgEsp7YXJK4`4 Tߩq+zQtsY4ӫB5>eHaqQzuIvɮ[B oJ?v;iJsGezA܎)։XcCCwW wz-֦i/plva>?PM%&?~o[hsv}<#eNM;%͇ȔXQQ?PrE x@ $V148r˸ᄞ X_,DõT\"cTpB s?EQɥrMU}M_"Xrױm#= hZE_IJJ$W8(N8$bkhdGYɟ̈ˍ\o49TgS`piľY[ڌQVϚfU1?͘987g'J੯ k͢@kJ!CYw%aMKS%;\yR8>T:/vZI](|ʥfx-~0^\Ū*W`cbF?{ˣIn!ݜVe{^tg]R 5 IURc 值NHi,%QLӛ>À:bl3TJ>XBbZvpseD_ۥ% F_Xqwƹ3;N6'pΈy oe0x4dQR/MiY/MCz Zg3<.fx,$*pMA6i߂q\ۭ=V_ʼn\=ј3aWZn̚ bJ+\ӝznj(7u;+Lգ8vz-koV$H+K!Z%99>hɶ=fhmڀ2ZLT>Q'}r[KjF.wQL/6>P"+}2zkp}Bϫ!à Xu=r6GtmN or5~]V [8ؙȦNsاuv*5ཹNVօÔ"X/SKN耍YMЊ^P0t벝Fh%;W5Qp)b |.A*A˷xX`?Oi% !5{q?3!ԤaX aIeO&iX1P{ˣÿ3 "Km+7NzNfpuJ1x͐VwCi&6ŀoa_ޝ ӡvB<axd4DG檶 '${Apcb{!U zwHmq?S*yeKyÅ{y4Ef_K`&ڦD3bD Pv*c9|fNWf*o^t 煚O(H:DF[oNۓbHN$edJs~ɴGA[Y]€ `B= .nM (+Ɔ_97'Uܓ,t>VI1 i$v<44d8&Vj؛ O#-`t$' Gm|M|Zabinot] d8K/3/P8pk %*:oMRaUM$#6$}G԰<މj?0'W(373k9_4*y^UD3 `t>iAiQzl"Ϙt`fbYm A)y koZ.< O1 5 Em>Ij}_W/VsZ& ;KWT<[m7ZKV(NFbj?G>{.#,z,X"|eh_}.w-c@o犑>WK@ꔩq+wb2f1)][RMMQ<ZΣ9ǝr9g21)7, |Ԅ;rx.buV> 5x3fB,> +2Fl%ȁ 7zs$ q<"v*ӖDױj(c#߉"drLf k6>LKZʰ2@¶\>eHx>*'qVi-gZOjuRncPG߮$Ռ|Z!?cgXJY\NSj/#sWٜ^O$Sڂ?lGG0(Yn\HWV,5SM*&tn[ PϱׂQӵhe8R86X͡F}*9h^p(S껯[MrSI4ޞl&`cw6XDqjfD\z]g*^ &UG r31J ){7 )ڕLU/ aG[h7;eG|¤ `'lZ|4[K:i#M Ky>(Ovnk~nrt;{1DWMzI*(Kjvy|&!(itq32uU Cqn=};@ W=lmq{L uAE0 &)|S}7TzJ߬or9Meb0 #/s[&K,[U+D<?[Dꭿ-dmgtH25vhµ?wkZNY@$w=vp2cfȤQ;7@t/Cp^g|> E+OK,E7H|:L+$ Eʏ3+ym!#cY A6Ha!܂k,#eNk!gH9u,8l1qI1B:9rGf?l~fa>b &&SESzȂlN?2[өZ?{_-Sʝ ]TmL:  5;d)ݻQ[JhW: cj1e0-6bSK-.lyL8_u2%^6d>GJL5z3bÊZaՁQ0(T g7BD;$1)#sIb%נ!7[AYQk/ $xߴt6l&٠x y[bں6Yk^% t\b(:ۛDuOWQ=;H+qV.dJӼvfD=s"r}X߾ ])S+\X,(pU0`g}V_$$[ڨH]m@}el]ټЉ&2肝\0z~ Zlqɒs}-Yj#l߸;ߗJRhJ_9:jt F <rt=@L %Uq5%4A~/x(t݅F=Wf̎H˘ z-,3 6qoJ-hoٕ>- k]+LxU)LH󢨙xn"i>` p`-r ħ0`.ɐ%]5׼y!]c/ỲFosE-u>,oA=iER(N,X W˚Ѥz duԷ+ ]-uMϮ} $i-7P0)8:齄e 4m_BS*{$nK[-K/1щԹy; qCVAW6!GaPaA̐X4pxpgīTur}O'B8TT nhNO ^}@<_ f ste7`Nyo[& E J RhOI:EX/!^KLէ̴#xA;"*>$MK.'>ڈD[A|Kd=*j "jWkJ 2{t4i}NjHNPTy5~ 9}'k 5T%3,@ ^k1Jn*1}0ߊUw:zŗ݀+',bu<@٢C.'"QR}: +vC[_詽rkiTQTfPL٥gcEŭ ܫ "%< s?TilLHlzƎѣhS~)( 4a5^{dD K'HPI Ӹm-qgJЄ{ S'9xW^;]%X_8,X}'6YřA- 8{8Th}ad qVr?wfހ4m%F 4Z`}\mݓ<[1+;uHND'76CU}nz~nMbe f78 \wx^e0a.=ܗH Pp2Ѩa1^:"s3بte*?ڌ#J-P8LadYHo($dzH6K QgP.ɆQZXzꟊB[þa''໰AQ/ {pոps*eҮ3`%WcwEQp`zm9πiv׻|y[ <cXj3^8R:z!`$|7O |?9)4_l-}7Ku^5c4 ?SO%&ҋsQ6d^e?ϏfO>-9qf}D#sS SAE>-,iT ݢi@osaA/eO3dtzqI7۵c%{i9V#z1pthUXlo\_H(~јpTAi3nn [vL5')G\{rR*Ey}@{, C4@vq-L iڏ\pevcA,2Uϗ kpO+Svh.7jo}X=Ǔ,ծ HH0Wz9lagSOBBY :"*N&u$yx@/air~X$:  W/: upp+&<6D6ݔUO+ :#J(:?]ڌ,8"{XQPy.~dP?--+94c}:TD)\<%h7E#ХRҗóe/tř;-H7(&-!~EtS[oiQԂd4IC2!)qZeR%n˄ -֦J{ִb1ȒgVr$j(sYL<*|DW: 2W1'=T-,"Z[@Uixk z7I c./>ʇ'T_uL.MUE}6SRoD?82C{%Fol<7@xlX#6{-Zo^V6_\wm'+rl@Kzt ܐeԧW ?\Jyq &{"ηA=c={n8t8Llq-}s}[z'!%'6^,4ސZ*9oً7俀Ț_4Йդ?aJj\ SYG'VO"K"eޝh?2odҹ "t9aʘv.;'f7t] A=. _toUN ;H)d6d|R||Зvng7Ԧ]x%/~E׈|`M$HxTms{pD+OHe`e_d y2Xޅʪ z %^}1mrjX%q; 64u6@Nc b `doQU[꒰C/:yDdݩ)gr9(m%4hMgvW'Mnfǹh+FUe* Ec2Ͱ&b UQ#*-B|"˯éݏJչ @nS9P SEX,]yPj4~ቺ߇~(E]1@*[N$;QWw|E*aX)di; ƶߢxml囄`kWXbB#ZCp)g|ϑ{SwN*+] k 2S) [p$GF2l6 .Hȅ-4EꂍB/!C>-@D}Ι1^5\Yop_ge5)fLH0"ZAo(ڡ 8ȱ#ܮfEǤ/?ê?: J$nbݱzp%I[Lii/ēEEQ җ+b.(-OpJ"Ȟڋ"@\9sUi+@ʙr:RA&(BA5t(8?Cs]Ej  qMUc fu%tœ#zYY3J3+oSM7B(.Sxb'R:F֡q<$c bMu34?̧5qiq *J\klvuxŲd, #ǦI0ԒV6e6nTGI3x}!IQlh$x~Vٱ+h޽iGCW-EpV2w3c 40Cb[Nא p.UAOd0#스hgԣG8xIGT/$ΔZ:zX^[MoM-;l=˰׿],= #R I s2>Zz[mp,Iե 혥SWs;uwK欺X |Fo|ǔيLJsinPƶ!< i .ĖQ`r7؞f#/"iK=1653K'R鰝F5@%Ipؕå<ωkK;PU|3-p<|,D[2QZ%KJR,t}=-Zdq]-0WoczA| |VDq'mϡTwG iMk]u37gV9WcKؒ۩ӡ*=$#7U?FX[4WJ2 dm,Ce !}h;|0.s᳑ԀAPzSu!4-v\r~@W]Jyf_A/)fiu'[?ngƣЯ: IL3Q:H'+,י&|NFmLJRK;r-559xm,n"v$`};z^X"Zyׁ_ѯAt_XT 8Q넝qѤ#A/~kLZi)(4`0BwDAHwR 5 {OC0'-Ip4Rs=uX F4+ L}`dFBD?,'h3i8 K_G')e EY9V.Y<(v>)gFa/n4l;7OH(4}^ڼҢUfȷ@;UwuM}!^"#۶7X!1hj\fױ"L@æW4Z.]|_BL*,' AP1M'DK83R,*|![88BΞK3[f mf91B 'WBK[Xz8`u n kX¥̎AïKq=_ | 0nUh .LD`dO6g'5s.]$6a(pHZ  }gͧS' mu _[&T0\щ]=\LgZ={%MDwdd8{yp6n jh$$ cyJH6*{"!(*OJxĒii*;eACνEg8J.b,Ra*IflU қٹUWd ',\Ŋ|a:X?Ӵs@I#H7 ]ܮM (söͮ}v4t&.]Եת:'OTxo1<ߞ5֍[Ovv")26xtPT "-1wH8((w^̿vŖ*ZK{SJk1H!3vkUz҇<=!hfQE`ROQyou H~tjN+V)H̻FS®k$e?cjr-QQI}hES#9e}=n#}×D{c:>/t HpzVq9X2=Z 2 qG7V&Ze_dA2,ݡgƏqT{f=ѿjrF{V,s7=~Q<[^_Q0"pMf3WU}p0dݸjZ:#VG$|q?be1@)MhpחZE\}f36z֯kOJ\.` MBk؊繹;X%qlMli[?N1-MB ԡ%nyɉuA|Q-`t͈5]іOL>Ѿa4=8`K5^MBf bПZ= af>_1ia[xDC!Y߆ 61ǃl֓8=8}B]ё!yBTQ$t?aoIGI~ewZ,mLT6!8 v#a^86)= MRU[CpE5Aswdq@(r7I Ha~)H, m=mDQi6{9N'մ pb*Pp H(C.D_/dDrdKRMű=^{d hajħo`c2=5m-r(DcPb b 8A'ڕIլrzæ6g|+ pF. h9K bє RBXOe.(`l;,NRudl-_'Mlk3hqIz}F>9|$[3,RAjي+Gk޼'"-8Ab|yrw00?6Y|z\ &J0̙wh?Kzob>qNTQ?H‡PF)fYtf ^jHaծ䤃{c!q:eq%xVZqYz׺8dFg59c$C E| +&t 7==Lzqf5 _s37W^?Bf%rerh&*cԕ PAj-Cz`F&£ĪJ}`M&XRL?.:CSoWyM` Lʁ =o{>4~Dn6+!)6r:wd9,sfšuSTGH {*3:JDW4yf(KoͭJ&9ae M,jqK.HNp96lw'+pk1M~0DPv3I6f>#Z{Q#`%= ߛbShiQ8<}crL@|YzAM.+# aAP9 @B%yHm_^7l\}sO'FG境)qD bvH$VdnQ:~E1?8.u>+%އU#R|9!<)÷e!H0ʠ3h ǭi,T#t̺ٗ1}VNa! ƏbYjt԰,r2 ͘=cWzӔ1d7飉N 2FLM&'2>Cv(Wu:39~d7U ^@.EXf|L⥦W2ӹ0_(k:|B m·M  ?(fa&))MDI:gk/O׈[FuߕmPeƢsS񡦈9gZӶE|MCAgW^Xnw9OYliE阤R7Gu!ӒI9&A mJd tdlUQe7իy(z ŲWW5 퇈Ҍ4Q^z[ƻ8;iw2Bq) )&PjɔbEy[d$y5<ЛŬ1ڑKG] VGVNfmmuł^ͤ(͛r/;U  kGb+΃)~i73|e~:Ύ cGeK/$&;,6R$l5܎F! iidsYr<| Ƅ/iNI\WHP!AnĜzGe]Fe~4Ή/]􁼷iBX8i}yGN7ykmx'c|/Mb.?<8f M\)-@d_ՁBSG-Ci9i51+6wO۪ֆ4눴-tO[%jR<2U L( w`ҊGҗLWΏKT&FR4mm1qnNa 55.px+hQr*13>ҕ(]S ¬$^S%-&[혧,#UVu тNGw.[Q% I{{DtjYJ?($O|.FRgkp#8 8y0tDx`̳()bT>)>^XȢ.Pyj q$cyvz܄sYI6 "@LЍ&]2UZi٥`&iBy*AB跺ᦈMý ( Dy(u@F Ni~Uk{[kZ0F@Ek\,Eh˻dDpCc,,l݋-Gr|r0y`\܉s"D)Tx1|\G] ߧq`!ܵZRC?&s̷X%.+ufz]'?zeܝ U.=(?aV6 t=~q,Monf!eGqd58!_xsѿbE}7wq MwuhAȹљ]@R$ I-KJ`KDmҦs4||3\Xfy 0o}OVEXh {PffHWRVZoq5p]%Ж1ެ(v(BkK6c0HqܶZ ̆6Gg't߇BKb(oY=N\hGSc>, Y9&A j`ʀYzv&۸pa#wra6e0hvth§w>qh6YĈﭗ+V ;BC#E[߅qťGe~C4勝\2wA|``"^YCy60ym{&^l3"4m.vv*5|(9]ąTa:7Xh53P"Xa:${+t*F.[DɷlKAܜNs2fG7 '73'd9JR Ā6MƝ_7o_BTƝۂeBA'L62GHzD >Zal1I\1\CVvI-/Эjffޑgޞ |BuG:M02XNh^?*yN9vtBMa;q :BTtS3rEY3&ɢWtK ~da씔Nj0 &Q YVoM#LtYG-=&2+~.omͩc`-?i`ۜ/1bS+ZB|a ۳fnxj˜ lS8T-mME9#!B.=3.F r^-AU5$MbX]ț ;EVaqe5dgx^6o,NH*Ao=KD{T7?)+M˗ ]Rn^-/Az\$ebs`qwxb~ "Oosnt cTmmړ'< Rg)񚦣D[r\,I PS4uGR {=U~Y0-j$^!oXW;-J[ |O;9cM?{o(DuOk_|H Ճi!t3Fzz,S&?[\]%-FẗeeN(Nm/Uav: A, v5b$cRX yVyB/Q,8lu> [v6RPZh52)b00?A(exsDm \F0nMĚƉ@3l{Q ^S7ܹ_Xz La 2=8*OK A`'9HBD>: 7E/Q4CdsƝ\~1%Vƭ5PP[7`i9e +VۅAr]YugZ!>wJ(Z\K ^䅱S !s9&[94䕅"\fZڇ]z/Q˻j g/QraM.6.tM懳hpSOOj"q=h Pƌ\E4<|!䅨klށOpq"m߁'6  jޅa8& ;&:ERףt_ʅ>w5"lbHZXG`na_ܓSNW-ys0&QgZRcA'!">Od;vP& H#6fpt=F$ \f8q`cp1A5mߢ!Ow wEYu  / CƓyy4B2LZJ2LUR ZyYK Zxޢ7Q N.Wo=zYh{L>uGA#қtDLڈr vNs(e6[e{gvw#X^4˧ SfZuwiK)ٵ:W%zzm&Yxļ[UؙBc7p p>42"y&lSrR΢nTp]wXFw!(ˎzR>bƊp@R_] Tȑ"ڊ}fk4 j9A;ڏ,l(rɭ$E XgGI\F={b<9xatAq;x>!d[;иa#('d]džuWdZ=UD7Wm]ݳkNI؇C>7o+`(-j9iT+“ą!MhZ 6zD|-a>Ŧ<@` M7QQxx7ZЎNl խDD>^q`OCn$T1ŷ`NB88p$#tWgYNzsγvKԻs',=upSdp|gyj}Y֙'%؛b`hr3G t-})TؾaelFטg?G u7Ӑh{<9JS]9:Dz/%NS@ݠjab#Fv.wd*4HyDgEJrRy7%T^t`5QpsX<<,ϙ*BX8JGIxν88,3+z,#CC׷F bMqm-.MAnu[R8b4j'D8|h&W l Z*?ȝz8*wԍ]S35%-|PA!pxĠ@Z%мm(K=}d9x n{%}`1[\Ыk|MjQ6[Ε,j?C|4F?#q1ˌnR)ZVWʍaKJ6KgkN@ nWU]>g`I@( 4xr@ (֠Fj'z}+TAjUmNG확'4S*+GQC. s7:qW.`Ų׵Ezjpd6ڭ/扙'o4+ bV.DO2&g+u3Oybgl`X&?Fҭ9[J}f`lTm3*ZÆ CI)ނ2[zjB!zJv*^ ٻCh=ė [\f'uzhI ]AJ̗:v܆e {`$:? o1GXcJ{S ˍ$E{s? D0H 8Gc7qyuJt0&@@03aSFS"2nωzs0!pbZdZ8'!m+}* (Qs¨8U1!kr,#g3A 1;}k3'dVʓCe͵ :cG?EgWEq[}Ԋi9D5|nѿGFzHGtz*yVBt#Qbr7ݨs[ޗӦu4S:e$)ҾnB55e.-1"[Zƀr