glibc-profile-2.31-150300.68.1<>,Mhe p9|THt8I>؅MQX|7"H2.Ӓ#g!jU&VUV1l f*]dbڒ:|It0ڌDMr8.sHV(ZX9QD:)RMH#-I]S].-d:1ɞdvA*T7I_B;j&2i/K&@U* ݙ2p3E1$*IWۄ b;Ҹ?Ҩd ! GV l       4  }     ( Lt(89:FϓGϬ H I XY\, ]P ^оbcsdeflu v4zGX\bҤ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 h02-armsrv3H3HSUSE 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.htmllinuxaarch64Z!"'fDAm  eeeeeeeee94c3030259bd6a88bae8cb71c2c08af47d4af7d1e9ef08716a196cea14710fb231b2d4476ee70d0c177509e1f0c146000ea84bea339649a67401f7c465e884c6eba48dabc7b0efec485d4bd5cd7b93b00f8d3a9df2c22c60f8d8bf3fab3d5cf2e81c3231ab70e2d598a6581095577cc165f45b64b24d8d53c9112474ed0dea45b0bcd3cdbb267cefbabae566cebde1dda5db39bada72ec474fceae5e4c530e2aef541d4b9956b31838d99eda0900965c7b3ef86464bec8f6e8ddd962f80c8fef2079bdd913889a9b0ea3a7689632c93df77861741393ecdb570e65f7472075833129153f4b408564fffdcb56f5e78d9dc7d5f42db674b0b44155513c0cdf5a6c76916a789df151ce42fee24127370d568853b8c5ed18124285ade9d4276eda93rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.31-150300.68.1.src.rpmglibc-profileglibc-profile(aarch-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)h02-armsrv3 1706690826 2.31-150300.68.12.31-150300.68.1libBrokenLocale_p.alibanl_p.alibc_p.alibdl_p.alibm_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_Updatedrpmxz5aarch64-suse-linuxcurrent ar archivee{P URCutf-82f06d85e057b9bb0a4a0136ad0ae3da3e4cf15058be3511bed2b7006125620ab?P7zXZ !t/v]"k%| ^6v۶Y$p8:}j}+TvSjC8,AZ>9jRnL2CDygJ2G(G1#fdKqUja:I!)׷ݨ̑S; +% 2\9ٻ]; [6;V4N|fw[[J.1qZy@_TR=ۑ=9 z~HN~>,^'SQ3jK*(/jtrlC\a"ZlacT=YQ$MKc-Fq W^1qI׮43}!Orv\R#Xa{ffXW$cŝCR[ )IZ҄(q|Qm-g^6P:6HwvKFj,pz lo E4ڪ"k/=uďOkd@t QGN-7ĻI5S\*d [ֹqYwϜE~l~gEÕH <.+h}YT$ }fGSzوQZrK &Cq:غGCseM(QnrA%!0l:,tzsR^yK6~ ilv$Ed`uJ:^,TtI^p0$IMѣjc`*91xU^r|00>_672Gjť&Z_ u/lr8(3AЁ'6\&)ZN? $  Ů#k*27!Phx7 Zʅ^;&7 Ϊ溋>@5`3\#io-K^*on d|(Bj=ffOF|kVa%/EHo |7MFm`IPuH`%̾MDzܗ D u=0P:Ci$^~ cvΕJPB7ΑVsv>ۘ>j3R>:~ƃ瑁MԔH/]BB֐4!G+B쫏02]W "ZrޞlkFTa|CE"~[J:2=;̺%oH߭;hka^$iAL;Ry{aթq-}V,;!*i~gd{<>k5oqx(jEDЉd}k*0BU 焑c9o>^⟘ ^@j)g !};q:`m5{2b_@CWE ղî=5] t w1ݽ#ov>VQp7ؐsWb%zdܕ[sE/!QMl@o 8EtD90&^7޶-o;z^x}/.1 k>v(.{I&y H%WE^;2B\~DeZ2gb&/u#gː }:%si]a˕a)]".:[Zi>6U@:IUx{?ķQO7JXJwU<a mYe OkrBMN!OLRPAc7geVG[g6 /I(N'ELT`UqdC~^9P(+._.z+[)$`UU' T 3+}0D^U'ٸ5ց [-G Jk`ӂ/1pn,hvw +BP]Lx6pY3WҎbxH5E=2hWni 30Y9ƽv`.^N3ͮ͜-cȟD߃n" D ]Pe4(.{- y?|͹|(my{>A)A*Σ 89t .jJZ/XlE1k  =u Oҿ2Ԁ-ԙY8-Y,+|,wj~Iqfnx/zC(N`]:n. CQ!A{M^ GНUGEȥ辴O^G1+/ j'd ee5nn;ʍ!)=Pmg!mۥKe!{lKRޔ}ST܈v.zYϬp!n  eK g`^xp.wVg' ҭb* q+e 2ܨ1`L:fL+ NXoI, (>I1Xc ]Zn< δ6cʮ.eD%"X2tY7#RNtR*w E.AL(-poWX'$<47S7,Ԟ]a9'+cjt O!<O_~ڿtzGlj\xe>K+T׽훍; A8z&5ۓOBӁ 61vV}?A3n{ ']qP[[Cև1z;؁$k7YѝPo{e!K>&\ hRq00MxOl4㧚1)0+ÜbT!q/|@zl$ rHu8Ueޥ1 ș yn ^ [ Ӽb# QJM3ф2o?{:Ie,_#YI׺׼[434IXgMӌ;@>'HI:Ss$\%*ҾD*pAÃvdh/EZZ5j)\3zϵ>N (@+`twKty6H.r#=O2MW`O)\tmeЙM-EQK&(ɾj?c_:82c-y8wi>Zfئ%~1"8u6$WSCGߍ̈,r]L۴by k%Vj{ІyGG.#߄i!W~-gVr%=Yr)h':w68sD5{5#,H;~nnqo C7?'2VI4)뫙?oXX6}q жT%"% Ē#ƌb=’l```f!,Ql͍zcsib-ٝo$a'ѲY,=Q XQH?7n#!3.-V?U@'İU,~F`AWb]|HxxU/W9wxK&1gAdʱOT:k/|?Xs8{A sdz?0z"JH/[ܲĕ7hM%?svhL;W֗kms=.6_@a$!;b#ksY~RI4VՃ.o$Z$dua[˽-"@,G'tP^!5y2KI[Ń5ObTxL-&Z%c|e! M7N5WU{vednD[3=WR̀eaMQ-4Qh(i)XaݑѮ sl+ wst#]8Ah~N@֓j'C|MU^6=EPe!%z81~C/Am .ZIQ$5tI`DLא+$u8W` ՚į@-HHoBg0]EDsDG?/Wo؏l7@$ Mo}iIBi'%NW4ǂɁ5CYw$5B9S3<\jm6C]I6]*C+"GɅW+a-p;B~p8VSl&04i~/o]_rR-n-F@E%Z4pϮo6h3+G >Nuǟumyd9.% Y<<(5=03q,y5҂M[T *hKdC{VV7j_͉Q,~,lt*m͵Mإ03vO~W 3'J[i G?Q2-J;Hチx؞\UKr L?Mұ]bYk7BtV5BC*4ݭ^E7vXI1"_-Fg2=D[IDG:nEqxe#jp6f3Bꨒ3, p*ȴv8(X.ٔ^҇-jњ7 ʚNÞ827}= [U2Fmx.JWP4\ゝ>,WZŢy KB~޷F $Q)ra$Adqt>bZk$=^tXIGFj-f3^C 晇@/D[C64[dST)LArv}ik9miiQ_xeA"%D5)7{֩4''3 F_ ט둖&_ D5JWD=z*t4pdhV,_[(V|6Yt:K:-5uq/S& H bTYx B{1h8=̮]]*g+% ^| rڵ!?L)W'(5U=]BMex"ths0[G҇xӱ4}PCi^#U_3}ľ6CWUatS[g1R&uHIU| Q\Q{ñZ u Vx$WVt=4AUe].U t7'8PD(=B(Nc{QahL8uDJ7R}_B:o![ŁHo1%®Y1iY=f+..Ovju#OxwgCBC(F8g<8bqU=Gބ+Xd$=1IN-BbAjgEYQ7$_$l)s!p Pٖ(!uN%V̥@Gbg :&Q&hj8DM*Fq'wʥ~ W W"akt\ =3<ޜ!f?tTϠU|鍬0E7ʶIː`&A5B%vl_ DɼѬzk.}g~yr(`ϗ5f0?S3ĔϕA(mQb.Ou2~8uU) s`0O LyC5NfzDZކ/*}zEnD.r]%(A6hM&9Ui>:}第3KE2"6o%#nCtTXೊ1~CV;[ʻ8n#C> 9[Qt8A؊OW֪* gk(sk8TԎh@=)ۑ\CRnYJǝcTqcQ㜮)ԟ7Һ-W{Ğʊ)fS4S݅l֩vk-Řn8jDh:2J"g?4bW0h(F:ty+ Y3;BSVJaS @x*vO(0p_0mm+2ՈW8$LS2#N/pkoO#dK1N|inTkՋڂ}  B17QrYe+_SG 0㖋ESo?7go9)0{ =煮Q{*H[$ZuZI켻Cfæ2Jpel|R ]nTq0yIKJi1'IjΈ7JeeJ$yQUU+IY<eG (D"]r9(<_(ON3҂@ Y҉qDߨAYjד6$0/^ Z TK7;c!3|3+̠ ));Rɳ5BsDJk ?by2Z`hFw|]Tx̹!2k0i~a,xL h[Sz cX*ԡW$egf|*1-˰ {K?(.-OS8`2cy&.4 Ah$k<0}utV)z[p>T 3i Q,k}X>Q{bXQ(z}eҸ.uH~iPk^v`߭gXs-׺J18lH"^BSDsd1wfHr >7u-wX%jm| :\OYo%aoO-ɪY0^jdrAyxNv:U LHO}tS+ ڣqE G*YdJY~ AƯ|dj+F1ân Cz7iA0uM._GjC@Xs?ád.0P:0_Ø8{UmN<\sz@hqC`dF"pz\qaU6H. ʭV"u X]`ڄx$VסRlg:Av! ̂p>9wV_`L`rGe>|9;}}:[ o \@h6y^nNb:^ʦf[7Pf.oEq!BѢt܈yWjLd8b8/1oz!J?YZ*̉. bcfBXcFiݰ,D"՗D Uxkk.;e_kX 0*lkI$zgi#fo r93"퇊e XwZ{4RJB槺Uwsxu\\'O#*F\^R>kZʓ!ۉr#Dxj#^jKM:-=F9 ]TDػ?l.{&A>)Kܘr#]v 8Kwބ=$D Y2(ZgE >O K3MlpCO䋻c÷,=ff'p'kNf :ȹ 6(T+.{HMmad(y*pvjӤ O&|Q*AWeՄJTz.Sl —]TζsIկ goRxazT d21Gv h-ï *ahΗ { %uW`zHeu 82 vYukV*)?99Ts~vaJ`n M ~[m۲ɇX[Ao?"HlģbCheWY ~_Oǹr[ |NDj$kʵ"0lU*|V2rӭyliA}`xW|`}U6ň_ N )AfF4 O}w A8":jpbS%~lKS*-]\ɤq}SE,z~0B?= \W8@~Ţ,lJ]lloT͗#!vmL"#m ścf̋S:o>XYqBOո<(u%Mt/ R.s(*tC3΢/5b! $x'jOeE:w5o!,Rh,;zH|zY-J8~L#lM<]K(v2(; /ʖZl>$8SMX ?MIĻU4 9&( RP'hÃ/dꊥ"U|8$W4鵜[فi\4$6 gª9O'kJ =\tHd2yy5 }Y:6g N; ӎb nI[N%}V}_Kq_PS{6nY1 2gRBdYw(h̿`P =_壠ݸݸQ+yg\@Ccd8S 8s-˶B"S}\ K+&6ުYٝϭX#Nni0>u6.gAK;neu+~ Ubv \kJ-V+]e'czBk< 깒x1AԗqM C^=ÝK鞌`n͇ J"pB=(8ug܇dkfԊV v3Iyms`oٖ d|[Ġum L#`Kczcrc7j4 2٪+qQ̒cJw+8-F+&u2Ia59 ђ<-{Bs9?u9'N4p5DN$ imǚ /Bh3zGQ}_?W|q!ZXjNr/RՕ=PZZO1"x g;KpofO;/I1w0~\TxA҈Q$_0^dJu1F% P_;S2=Һ>>`"a]]93MPJ5Dv2rA/)D#]M=HΒ0̷:OXU:/_4ʨA7w(G.VULSړPH'`TTt)w0ӣg:8&tz ]+ӗ#םͺ{Es9ا ^{ aAZݯ7ka gwf-xPP*1DC'?DOԍ^OF)Sb$4?br`KB/hUIC2B|5F#(B`{~skFZ)aNvU~({A6W]Mǵ#*c 9vq.[(Lx3#>ʅu+vCasrBBaa&ŗ;TީgM:weFDRȘ0v kg>~LN+)%ɢ94R˼ X;aO!'.Oy&U.LY`<;i@! or-n#d~fiFV})~2uLr`ZL߇zoFCIW2T=|{Qk|=b 6-pYF˻+[z|li8l$L a [^ɗLSB4WsfF@W˔_i + C E'h9 uSeCB8ÛY |(YvB̷%RRNy( ;ɚ߮8ls4 VX.9[T&-s}/t=*-4J-r~#*=k֕mrt,n;%-+$Q`TI!-/{EΗmˇkF DU\vJO1ʦJ|X8j/Tp;(y/T밙:M_}y'.X/*&񪻥AW.X!sdm|wV1}tǍ,P7-c] HX'bv:a MQbdIn䇡$ Hq.`٫؃@*GG$j,b~YJK=l5ϲokv~!='t+D6C?#]3 /G~SIe6k !2ZHhL*^`w,͡Rn>w=<0>aCǣjv)ḎMMi)1՜]dm"{*}v>KG壭/(udn5̓D <=˘ %!TOk}E}q2dc.E2#R i[¨5dhY%^G\bz6ݺA\aƒO'e /uᮋnxT}7Efŀy>:6'=~[LPEHt):Egr4X NhZPȅѯTnP+OtdZMcxd;JXf9KQ/Ttt]$=}ZK7ViMb$j&]柂"hp nݖ?\I+l,&lDs@l[?'ot͖YolzOTo١4 GQ}h6MaQqZ8DB:0ˉ!'$ACy:ߜIf1Xs,[EϞ96T.,>ִ0Ȗ&~8gy|ٞ:-mzz,Hx~ & x6"l8 g"ڏ ='цpb.KK,@Q(jMAs+k}{cd3310=䵥 uTk,JHOk{PNr J!o#|ɪZjE/<_'NWK.:fEI ;2] w'v8';B2ͤFU+:}bo6~'Do%yU߄Z)P C|.f9eQəVx>B]>dB(rzVZrym7jʦW-i~Au0ߢ!$I%U c!>8jϮx|0D=v MMEPwC0w}+mEc[/YTt!ryK{<:lG0`JUWCaA6YK3 B,U 9C788EAxL+UEΑ7SXQ%kU^3coegW5DY.ֹ{ (eli!" J `o|yo~k|3xC>}|2v`[.ՠ#wGoٴVKOƥ%K.Ϫ]#8B.qWRjr^OOU3ɦo.{O8]."je̶<2nКcChZ,3ֶv(yLґz7%XJi[u#l%?E'2pIkA!+T-~ҝr,+SziAt3[kw8R`{k%Zh|/b{FdQ*0ɯ~ "zK6eD|v8h}%L=4Dt’|oǰKX6S_JͰ> ]z<54cHFSÚ028$r1ˮ;jDwED坵)Nǂ!YܯL5wl}9 Z;DئFgP WZkȀ#]z2?jPk<]AͿ\w9XoK @st1T*3 }vZŘo , e Y><5^`P+|OL?˙p yGM6.2AKv<>:Fjv+DU@RŪ9Hઢ=}<[$'ğr2YXsJs {%6<͵1r?Kc(GuPY OGϨ.B-|?a>&*dS7oVgGxt, G]j;a0ouu {ثs1=VowzHFo@99 fbKZT6ՆG>n0\47|!dՋeͥHUN5;Y|LƋ)_nU;m^uX48>@0mm-1$24٢^]heOy1ˣ;ߒ3ʩ3=K24=z̶tѣ]ƕyW0)ܲR% ̝N3 X@ 8DQ%U4Wf͸pF[FЗ,˜ &_,:6`zp$T ^bf%V ݝk<03Nj^M9Ɉԩu}G*xsˌpkr>70աoS}nF#z>N IUmKͦOf%^6*S5WS^jz] 6^q2,>=46́ N^:agx U2i8p}H's=L$(/Cd[1˂G?lxeL9\K[|{*n / `fY"9˩`݇0cs}_>bhBJ/N I^dZpu eɝk?ZUE=`՛!5:=&ޖKJCtm#vZDa;[0L4wy=`jnouHmE3lG6enaP j$az Q N( 䇈(CՊR6ЯA:LSl}y}Ϲ (ك^+ٝ( >~|t[ONשɘ-Hӎ2S)>Ka^YֿH£7%ym8s״HFTr¬~pePPnrE~UE|yI7 aGASMX41 P6Gm/P =J3gp+W=IPYy{r'[g_X!I&@Uc؟pb ҁzx/}MKfطoX[s`H lS݌'s_b 6zbI~L%cD̐'>lʈ@^_ ֈQ~s+K ;!)w\N2A393#b;o,oEeȳqY 1UD@o&%Hc4|vGܣj`c[UQڛk) J1 $y:ܶ)YYC5\ĺ~=,͕J,F$Bw6G1ݗj#Q64::~Mv6'̦LMĝ`Ga]p65QY<FEt `4Q/^O$E46!s0-d2(/ICūVwuFйJbG8=3߽w=/DblS^v/4qBgX)#S?$I}w5 ADkԀ 2H]gɜI 2ԃ˱x2æ nN͇kT73.K;\N:񊒫$2زd m MӃC5P6bfI, "[\6-1OgI AjHCBT[L !aI%ɳXN<6_ا[h/Nac" @dMf~=t"'VF, H3IdƱiIg>E*[rS &!dn~ea,~A1Rm^ߵ) W}_'p(amCGc269RZDMNֲ;42&MkLF3V;'rA(6_X@+ ל8ۯɃС85Mᖜ?GMh ]6%7P~`8;%/m)}iduiw!*j@mV?d٠8ʶ|cВ 6,5Z[U_ɨMek2G "|1SwN 'mh̨mpp`D E_o,: Jv|A #HC+ҋԇo XnF8mev~`۶acK IE.{z (PJ:4ፖa}jWFh,O,Uԗ;Ǜz!o(x-#y Biޘ5Uϩ~ =_va*Ϣ-5!-Hl5kdPğFVbnZ'ׅ~E,1fH$O_2XЫ*G,` Ұ-=7)w]/@Ls{ne,MD(CB0l ~GQ<"W_GE4EZ #jn?U4@/HMf0҅5Uܵ([hQ*;Yf7Te^"Zn*9$Ҙ4cDيwi\CuRct.y4ߋtULwW=i/5+aIspƴs(2L˄~vPsR.dm ! Dd)#GG׽Z{os>JcF uA5r(g)(ij@ZF5wݴ'++]fh=.{Sd{f|P}I͇e?q~9(PCK%?bTf_q!QNs9Ҟ7~*%Šn}>(N3/'2K)3+?iejRT皷5"s>XlY.pm&o_b0ʯ,w> tR1.bDGu{\A(M )J^ytz V>_kaAO?mhq?dkM}bPU0 tY$ĒЬoc_un  Dd1 ?^ר?d^q߽MEBߑ6(]hϲ)9nc6u`D) Y5a>wVhVw`E;`]"5å)݊Oj))u=rrfo+ Ϋ/zLܧ=  O?*[':ځg>DI<} 4'4Z'1oצQBn[.5qF .JŠ_NB'x2Xݺr]A,pAԋ6zOF~3=1k^bQOWԏE~K,z$F?^OJ::=aWE oN3Rг 踾%zbEoIús"53= Ov:JB#|B-"~99mkUiW$Dq:ψs"PV;>`4'f;%슂_;ό6w.Ghʺّg*1uSFs@T-j_yBgjpl14RNq'`_ P$4B'<֫Ć#*u']cJ[q~[{BxE/N78.U)ĴsUE)0 B9Jhoe6})v/zp:O_ y" ^~ (l _qh~X@XZ(!Z\ޤؽs]g!]w4?woB 7SHX׮v}$f@7͢IJ:WhwZ'Y H}頭OaaaGedW]qWp` JG[@>_[jw]!T=&OӵhXʷ'1 2f6^tFAɲJ!2<$&k6{[llJ'6Fr<#r$T=}N5Ty @I _\N$&٤wmABjd7c:~ ٖ1MO}OQ|Ww'#$8IgscA:е6:ɤ}?$2bH>Q&mb3`Mz:\lz<>!48 Zn$)򅧇_]ݘs%PA8:J*Թ50DK) d"~?nNJЀiL0[oJ]0^ `:Z2 @5c1PO P88V'/C<$W<61W)ޚٮWp# gf/3bwq=H'`+m1KQ&Xa3/AWHfсOa5H_vp0% 9LgFɓN9b#Dr$dꂎ_A M3="(GK'kn/h8gtg2jOb Oy/$[m큑WU⪻bn zkvN-3U uXZs@X!2A'FZ—v[< 4NHA sgi{飔~Չm!amvN\H' +ʛzpئj5'0]|sr_4)NMDT ' rҘmZD G .ڪoFP@qM~v67VQziNb2 e䝣Ē_7@ĝ.2A\>vC=]1]Z6;cK PgmoQ_12sf0dnxTd0 0)u.@]V'[7I^gJ=͚`3eR!s`3*k08RrB`9ݤ[}JK,2\<8JYs? ˑ8РVyǠzXKF:%%pSZx1D#A"^ /vj.(ܺN d˦IsaTua ڱJFkDE! w0a$-K0}ml%i΋߽ |C-<|5YO!f~ ^%XRoÂb,M|gā yl2&dto0… ?X{]hxƟH^.Ξ@ >,DJx8\!>v1ANhaGHau+&o[I2u0`Pa>W;|◱4BR n1`* Wߦt*9CQ^@wl8;ajŪIZ+)G6>9ZG)+g/[B0?%j:f<´؈fB}G3 $cI`] NA懏KGГqݬ9+kK>맣,С$>Rv p--/y5Rd^?q|d忠X@v'|v@iӤ"4oNx-QgUhZR5[+Y?e o8fyxxKleC/?2q8vM8-~׮\\HxHYarU6sߗu $8`^Rm*AC͐0CVfB{.\ڳzQeF1vx#9dc [2t e_yQsqHߥA7oJ?Olkx84Nݞw_yOEÄNgh7*] ; Q%i>FϹfiϞ/HWj\+Ir7e?k%l 0lO4=,֢6SLP - gZf!ۡo H)ԅn׫$ /+U:Hbaq#0 mEn7FOFAθ\)c_[C§g==0@Y2AG҃| dg1an0 HQefG :F}V$X喦-< alN!dqDҢpS1A= vo~9cc+p;+8dQA~+Al7ABg޷_Vg,tʪ`h +|N]?ΫU@9:O8'tHIY< @ s$䘴0fQ_=f$lS}vB7S.U ?gJ$UC") 8 V`=s7]W*7Й.2Yȭo|1t3B}$P뮋!,)4բnC# ,Ŭ[:|B[?~ML⒜iyrFԉ֭4ol5tGx 5~G6•Ԭemr1LB[p?ަH'گSRA[ϒvla /;B!6T4珙=3,EBwWPԗv`g5;Qɚ۟@]~kTh{xU3?y/ #yK bx !W~R )@ZgFLUxD3.f^=U/IImZqP]xpfD̤L݄pSO% د"5.*U}ߡʫIZ`/EYCmfbW|Wĸ6VGM,.\Uж]lAdNvib>c?\n l|O$bLFJlPmzÂZD7nVdY*Ӊr-zs1 >']pfg<Ё֭Xg^Nƨ4mWcI;obwgAӲ+pFW6\Ά O ~^14 @ގWTf߄5=vI1*e,(1 OO kX^3spv{7={آr\.B0mUIuuQ[=IGOӷhx`r7}X2=">sMUe(eǣM⩚WW~9]%j`q*[gʮ& 쁭4+7TH@Ƒr6ֹnP"]y~k'jdݜ/CySa+LKKk^SY 8 }\NB4F s^r"A ox !(ϧ*;h;HF;qAeM\LDj(eT2u'2ьD!$d{ft:A͡ R qwu{kk*C>Su Ag{ 5Qht폲K mC\<KO.LvSa%\!m*h$Q#C办qf_>ttv[8=)\ZH?<0@b V/A,RMx˵(|J(Z0M;)yC{[gk'k ]$;ڧ{hpX(>rӋ!R6d:\5ov]ZYs˓Fa4G ,c[EXԉ#?v쥫az;;Saȕ%:ֿ`e'7'\d tŵ);Nr{h7pzouD#'8S(?~ԣQׇ|y1$@Nda/` 8A=(_ww \~NVS׫ո۪g`NIZ/S 67~ gBC)ēYɘmrA EqTwąHf-QMS@ YZ