glibc-2.38-150600.14.29.1<>,hp9|8`zEL^HBs- bGq&MwLTb@ź=J0? d   O48DHa )/60T0 0  0  0 0 <0000u%P$%$)$***(*8*(9-:;>@B.F>GT0H0I0XuYuZ[\0]d0^bcLdeflu0v!w0x0yPWzCglibc2.38150600.14.29.1Standard Shared Libraries (from the GNU C Library)The GNU C Library provides the most important standard libraries used by nearly all programs: the standard C library, the standard math library, and the POSIX thread library. A system is not functional without these libraries.hh03-ch2chSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0https://www.suse.com/System/Librarieshttps://www.gnu.org/software/libc/libc.htmllinuxx86_64function exec(path, ...) local pid = posix.fork() if pid == 0 then posix.exec(path, ...) io.write(path, ": exec failed: ", posix.errno(), "\n") os.exit(1) end if not pid then error(path .. ": fork failed: " .. posix.errno() .. "\n") end posix.wait(pid) end -- First, get rid of platform-optimized libraries. We remove any we have -- ever built, since otherwise we might end up using some old leftover -- libraries when new ones aren't installed in their place anymore. libraries = { "libc.so.6", "libc.so.6.1", "libm.so.6", "libm.so.6.1", "librt.so.1", "libpthread.so.0", "libthread_db.so.1" } remove_dirs = { "/lib64/tls/" } for i, remove_dir in ipairs(remove_dirs) do for j, library in ipairs(libraries) do local file = remove_dir .. library -- This file could be a symlink to library-2.38.so, so check -- this and don't remove only the link, but also the library itself. local link = posix.readlink(file) if link then if link:sub(1, 1) ~= "/" then link = remove_dir .. link end os.remove(link) end os.remove(file) end end if posix.access("/sbin/ldconfig", "x") then exec("/sbin/ldconfig", "-X") end if posix.utime("/usr/lib64/gconv/gconv-modules.cache") then exec("/usr/sbin/iconvconfig", "-o", "/usr/lib64/gconv/gconv-modules.cache", "--nostdlib", "/usr/lib64/gconv") endb0%axP԰lhhh8 @bi{Ǩ!yXyXyXyXz I ; *AA큤A큤AhhhhhhthhhhhhhhhhhhhhhhhhhhhhhhhhuhhhhhhhhhdHhdHhhhh4b0166e286cb27b577940432c6e39614b143b0d2c207dd3533906a19956e2c040ad7a03c5985fc18c3ee981325a60a7c3f8a169151b9cd653ddfe2e77f01fa266e084899135cda5df149d95e3dc79f22d1b4367b7c3b2fd74582d02be3c785cf3b24a975dcde688434258566813a83ce256a4c73efd7a8a9c3998327b0b4de68882fe38b4c9e7dd1eaf5ea45f4d2784085f87ce0e180384c0b676d27fa2317a0e5e4c9c9c9bebd2b38a75cfa600979ebf16ebb2b95a5cf4c70ef3862d3ea6649fe77164a2979297e435fd2e7f8c05482fa854e652ebde63404a52a13f723b59543fbbc4b8fe6b5e7ceaafc1cc8858e53e3f2406b03d0400ab2cff2119204bf02658904a8aa028674f2842b9a9eac30acefde6dc7e8ce1e39825d8fabdf946d7ab292eb0685989d14376ddef4aa6a30729b4be1556a6087cd368867601d3f060b7db2d12a98345274f936725777a44fed23afdd41b3ff83fbe8e71cc47b2ca91bb2da743dd1b187eb753f83cdeac99a1be98a06a52bd8c32c8ee58be093acc82d3b22d37616d524d69df525cfcd15add6ae42d86856addc6c8dac82b994312ff31aa81f43914b0347922e3650e786ced3302ed71708e465ba307c0a989bff3e46fc78b6f053378d2f4ff85ed9fa55cdf5ad6064f9c3807a574495cf950d3012d3505adb6e7806cabf44db256a6a493036ceaacc993ce8c94a9643a22036633b28974d2a1d3bd0e8cb19aa1e430d359b4c105c3fec1348d8a7cb13f92c38fc9a20c7c2b2b5c104b4644e29ab4d742ae870f7d931478115719417dbf7c912c3500bb33998754680b3582cb85efbc998ce1e8ea8cd02840d173c4ceac850ee47e83dfd4205d3f4c842b8dc2e70d41d60dc7c3ecd39d886ec24ce92cadab7193a20eda56fa70387676cfd27bca5f9ac8593c8c121cf5d7604c82f724a4acb7ddeec7d739212429c4da6a417b7fcee4208ff73b89f23db67fd86b722d380b0d7bc430da0712e3fe9bcd32f36946069f5ca7b428d64d13e8011221f947a58ff1613c51cd3804a0a758acb24d21ff278f395de12b31199e3581dfbddfd9b5bc08fa09216922cc6c9ef371c9255d15bd77d3451a4a8dba75ab97f9221b1446dd7993269fd348b3d9011bd48166a402b93ebb1a04d8a5ac81455e7f41021c5168081d61037d89312068d0940fc9ae75eac6f81ff60ca6750318567c4dd0caa646d966f6cd9ccd9198b3f4253b958e41fbcf7ea394f251f067c2fb36e4e207acf8a5a5bc0aa20f81bfe5ee424afab241b763fbcd74ee16efe4d429b9e1149ede749bb462fbdcc535e27c1c82d858b8aa363032ea3582535bf34228b16d0ed1f6d8afa489feccc535e27c1c82d858b8aa363032ea3582535bf34228b16d0ed1f6d8afa489feccc535e27c1c82d858b8aa363032ea3582535bf34228b16d0ed1f6d8afa489feccc535e27c1c82d858b8aa363032ea3582535bf34228b16d0ed1f6d8afa489fec58ef2ca0650a9bac7b18a523fd0e5cfcd1951769e4f5e6398eca34109477e24076a5771adee7b9f36c7ae66eae78d72f325557500269107f2d98a7e3560a1808b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc2aa75ddeb08e1772018ed74fe8bc1f1c4467c49c0a939052a2fe6ce2211f07daec3d91ae40cbbf7aafb047a4799c25e00a04d340c0febe83d72f66ca2dfc7dc0397f8cd51dc51c12e1b387201c40191e72bc5b9a92ffa77a0864505e5bc0ec86ld-linux-x86-64.so.2../lib/getconf/getconf/lib64/ld-linux-x86-64.so.2YYrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.38-150600.14.29.1.src.rpmconfig(glibc)glibcglibc(x86-64)ld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)ld-linux-x86-64.so.2(GLIBC_2.34)(64bit)ld-linux-x86-64.so.2(GLIBC_2.35)(64bit)ld-linux-x86-64.so.2(GLIBC_2.4)(64bit)libBrokenLocale.so.1()(64bit)libBrokenLocale.so.1(GLIBC_2.2.5)(64bit)libanl.so.1()(64bit)libanl.so.1(GLIBC_2.2.5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.12)(64bit)libc.so.6(GLIBC_2.13)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.18)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.2.6)(64bit)libc.so.6(GLIBC_2.22)(64bit)libc.so.6(GLIBC_2.23)(64bit)libc.so.6(GLIBC_2.24)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.29)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.30)(64bit)libc.so.6(GLIBC_2.31)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.35)(64bit)libc.so.6(GLIBC_2.36)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.5)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libc.so.6(GLIBC_ABI_DT_RELR)(64bit)libc_malloc_debug.so.0()(64bit)libc_malloc_debug.so.0(GLIBC_2.10)(64bit)libc_malloc_debug.so.0(GLIBC_2.16)(64bit)libc_malloc_debug.so.0(GLIBC_2.2.5)(64bit)libc_malloc_debug.so.0(GLIBC_2.33)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libdl.so.2(GLIBC_2.3.3)(64bit)libdl.so.2(GLIBC_2.3.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.15)(64bit)libm.so.6(GLIBC_2.18)(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libm.so.6(GLIBC_2.23)(64bit)libm.so.6(GLIBC_2.24)(64bit)libm.so.6(GLIBC_2.25)(64bit)libm.so.6(GLIBC_2.26)(64bit)libm.so.6(GLIBC_2.27)(64bit)libm.so.6(GLIBC_2.28)(64bit)libm.so.6(GLIBC_2.29)(64bit)libm.so.6(GLIBC_2.31)(64bit)libm.so.6(GLIBC_2.32)(64bit)libm.so.6(GLIBC_2.35)(64bit)libm.so.6(GLIBC_2.38)(64bit)libm.so.6(GLIBC_2.4)(64bit)libmvec.so.1()(64bit)libmvec.so.1(GLIBC_2.22)(64bit)libmvec.so.1(GLIBC_2.35)(64bit)libnss_compat.so.2()(64bit)libnss_db.so.2()(64bit)libnss_dns.so.2()(64bit)libnss_files.so.2()(64bit)libnss_hesiod.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.11)(64bit)libpthread.so.0(GLIBC_2.12)(64bit)libpthread.so.0(GLIBC_2.18)(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.2.6)(64bit)libpthread.so.0(GLIBC_2.28)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)libpthread.so.0(GLIBC_2.3.4)(64bit)libpthread.so.0(GLIBC_2.30)(64bit)libpthread.so.0(GLIBC_2.31)(64bit)libpthread.so.0(GLIBC_2.4)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)libresolv.so.2(GLIBC_2.3.2)(64bit)libresolv.so.2(GLIBC_2.9)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)librt.so.1(GLIBC_2.3.3)(64bit)librt.so.1(GLIBC_2.3.4)(64bit)librt.so.1(GLIBC_2.4)(64bit)librt.so.1(GLIBC_2.7)(64bit)libthread_db.so.1()(64bit)libthread_db.so.1(GLIBC_2.2.5)(64bit)libthread_db.so.1(GLIBC_2.3)(64bit)libthread_db.so.1(GLIBC_2.3.3)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.2.5)(64bit)ngptngpt-develrtld(GNU_HASH)@@@@@@@@@@@@@@@@@@@@@@@@@@@      /sbin/ldconfigconfig(glibc)filesystemld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.30)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libm.so.6(GLIBC_2.27)(64bit)libm.so.6(GLIBC_2.29)(64bit)libm.so.6(GLIBC_2.32)(64bit)libm.so.6(GLIBC_2.35)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.9)(64bit)rpmlib(BuiltinLuaScripts)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.38-150600.14.29.14.2.2-13.0.4-14.6.0-14.0.4-14.0-15.2-1kernel4.34.14.3h@gx@gI@gڱg/@g@g}@gM@gp@fffWfO/f;i@f:f2.f! @f De!@e@e}@epe6@e@e@eeoem@e6`@e/e.w@e#@eSe@ev@e;e@eRd@d@d@d@d@d@dE@dd@dr@dK@d%ydcT@c@c @clcY!@c=qc*c@c6@cb5@bb@bUbb@b@b|bk@b@aa@a@a@a\>@aaaj@a@`P@```8@`7@`u`Y@`F`>(`<@`.V`+`>`_إ@__@_Wr@_+^^x^^j$@^K^E:@^8 @^&]7@]]c@]@]]]@]Z@]Z@]D%]/ ]^@] ] u@]@\@\@\\~d\n\j@\T4\5@[@[[[t[[t[b@[(@["X[)[WZJ@Z@Z2@ZZ@ZZ$Z@ZxG@Zp^@Zp^@Ze@ZKt@Z1@Z/Z@Y@Y@YYܶ@YdY@Y@YY@Y@Y@YW@Y@YJYYw2Yp@YJ_YA%@Y.@Y, @Y, @Y$$@Y"XۡX@XWw@W@W@Ws@Wk@Wj}WYZ@WL+@W3W0{WW V@V@V޾Vm@VIV@VŲ@V`VVV@VLh@V.V$@VVZV VUYU|@UAUȒ@UU@UU4@UUv@U%@U/@U:T@TPTgTܕTء@TO@schwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.degiuliano.belinassi@suse.comschwab@suse.degiuliano.belinassi@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.derguenther@suse.comschwab@suse.derguenther@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.degiuliano.belinassi@suse.comschwab@suse.deschwab@suse.deschwab@suse.delnussel@suse.comschwab@suse.degmbr3@opensuse.orgschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.defvogt@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.dedimstar@opensuse.orgmeissner@suse.comschwab@suse.deschwab@suse.dematz@suse.comgiuliano.belinassi@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.dematz@suse.comschwab@suse.delnussel@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deguillaume.gardet@opensuse.orgschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.derguenther@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.dekukuk@suse.deschwab@suse.deschwab@suse.deschwab@suse.delnussel@suse.deschwab@suse.deschwab@suse.dekukuk@suse.deschwab@suse.deschwab@suse.deschwab@suse.demliska@suse.czmliska@suse.czschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.demliska@suse.czschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.dejengelh@inai.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.defvogt@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.dejslaby@suse.comschwab@suse.deschwab@suse.deschwab@suse.deidonmez@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.denormand@linux.vnet.ibm.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.demeissner@suse.comschwab@suse.deschwab@suse.demgorman@suse.comschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.deschwab@suse.de- Add support for userspace livepatching for ppc64le (jsc#PED-11850)- pthread-wakeup.patch: pthreads NPTL: lost wakeup fix 2 (bsc#1234128, BZ [#25847])- Mark functions in libc_nonshared.a as hidden (bsc#1239883)- Bump minimal kernel version to 4.3 to enable use of direct socketcalls on x86-32 and s390x (bsc#1234713)- assert-message-allocation.patch: Fix underallocation of abort_msg_s struct (CVE-2025-0395, bsc#1236282, BZ #32582))- prctl-syscall-wrapper.patch: Linux: Switch back to assembly syscall wrapper for prctl (bsc#1234665, BZ #29770)- Correctly determine livepatching support- Remove nss-systemd from default nsswitch.conf (bsc#1233699)- Apply libc_nonshared.a workaround also on s390x and ppc64le (bsc#1231051)- Use nss-systemd by default also in SLE (bsc#1230638)- s390x-wcsncmp.patch: s390x: Fix segfault in wcsncmp (bsc#1228042, BZ [#31934])- Fix typo in last change- Also include stat64 in the 32-bit libc_nonshared.a workaround (bsc#1221482)- ulp-prologue-into-asm-functions.patch: Avoid creating ULP prologue for _start routine (bsc#1221940)- nscd-netgroup-cache-timeout.patch: Use time_t for return type of addgetnetgrentX (CVE-2024-33602, bsc#1223425) - Also add libc_nonshared.a workaround to 32-bit x86 compat package (bsc#1221482)- glibc-CVE-2024-33599-nscd-Stack-based-buffer-overflow-in-n.patch: nscd: Stack-based buffer overflow in netgroup cache (CVE-2024-33599, bsc#1223423, BZ #31677) - glibc-CVE-2024-33600-nscd-Avoid-null-pointer-crashes-after.patch: nscd: Avoid null pointer crashes after notfound response (CVE-2024-33600, bsc#1223424, BZ #31678) - glibc-CVE-2024-33600-nscd-Do-not-send-missing-not-found-re.patch: nscd: Do not send missing not-found response in addgetnetgrentX (CVE-2024-33600, bsc#1223424, BZ #31678) - glibc-CVE-2024-33601-CVE-2024-33602-nscd-netgroup-Use-two.patch: netgroup: Use two buffers in addgetnetgrentX (CVE-2024-33601, CVE-2024-33602, bsc#1223425, BZ #31680)- iconv-iso-2022-cn-ext.patch: iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (CVE-2024-2961, bsc#1222992)- Add workaround for invalid use of libc_nonshared.a with non-SUSE libc (bsc#1221482)- malloc-arena-get2.patch: malloc: Use __get_nprocs on arena_get2 (BZ [#30945]) - sched-getcpu-rseq-area.patch: linux: Use rseq area unconditionally in sched_getcpu (BZ #31479)- duplocale-global-locale.patch: duplocale: protect use of global locale (bsc#1220441, BZ #23970)- s390-clone-error-clobber-r7.patch: S390: Do not clobber r7 in clone (BZ [#31402])- Add libnsl1 to baselibs.conf (bsc#1219640)- syslog-buffer-overflow.patch: syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246, CVE-2023-6779, CVE-2023-6780, bsc#1218863, bsc#1218867, bsc#1218868) - qsort-invalid-cmp.patch: qsort: handle degenerated compare function (bsc#1218866)- Change minimum GCC to 13- Split off libnsl.so.1 into a separate package- sem-open-o-creat.patch: sem_open: Clear O_CREAT when semaphore file is expected to exist (BZ #30789) - ldconfig-process-elf-file.patch: elf: Fix wrong break removal from 8ee878592c - tls-modid-reuse.patch: elf: Fix TLS modid reuse generation assignment (BZ #29039) - getaddrinfo-eai-memory.patch: getaddrinfo: translate ENOMEM to EAI_MEMORY (bsc#1217589, BZ #31163) - libio-wdo-write.patch: libio: Check remaining buffer size in _IO_wdo_write (BZ #31183)- aarch64-rawmemchr-unwind.patch: aarch64: correct CFI in rawmemchr (bsc#1217445, BZ #31113)- Remove systemd from shadow and gshadow lookups (bsc#1217220)- gb18030-2022.patch: add GB18030-2022 charmap (jsc#PED-4908, BZ #30243)- dtors-reverse-ctor-order.patch: Remove, has been reverted- Avoid use of SSE in i586 build- Add systemd also to gshadow lookups (jsc#PED-5188) - For SLE continue to use nsswitch.conf without systemd- setxid-propagate-glibc-tunables.patch: Propagate GLIBC_TUNABLES in setxid binaries - tunables-string-parsing.patch: tunables: Terminate if end of input is reached (CVE-2023-4911, bsc#1215501)- fstat-implementation.patch: io: Do not implement fstat with fstatat- getaddrinfo-memory-leak.patch: Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 (CVE-2023-5156, bsc#1215714, BZ #30884)- getcanonname-use-after-free.patch: getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806, bsc#1215281, BZ #30843) - Do not build any cross packages in SLES- no-aaaa-read-overflow.patch: Stack read overflow with large TCP responses in no-aaaa mode (CVE-2023-4527, bsc#1215280, BZ #30842)- Add systemd to passwd, group and shadow lookups (jsc#PED-5188)- ppc64-flock-fob64.patch: io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 (BZ #30804) - libio-io-vtables.patch: libio: Fix oversized __io_vtables - call-init-proxy-objects.patch: elf: Do not run constructors for proxy objects - dtors-reverse-ctor-order.patch: elf: Always call destructors in reverse constructor order (BZ #30785)- intl-c-utf-8-like-c-locale.patch: intl: Treat C.UTF-8 locale like C locale (BZ #16621) - glibc-disable-gettext-for-c-utf8.patch: Removed- Add cross-ppc64le package- posix-memalign-fragmentation.patch: malloc: Enable merging of remainders in memalign, remove bin scanning from memalign (BZ #30723) - Limit build counter sync to i686 flavor, to reduce needs for rebuilds- Add cross-s390x package (bsc#1214460)- Require that elf/check-localplt does not fail - glibc-2.3.90-langpackdir.diff: add hidden alias for __strcpy_chk - cache-amd-legacy.patch: x86: Fix for cache computation on AMD legacy cpus - cache-intel-shared.patch: x86: Fix incorrect scope of setting `shared_per_thread` (BZ# 30745)- Update to glibc 2.38 * When C2X features are enabled and the base argument is 0 or 2, the following functions support binary integers prefixed by 0b or 0B as input * PRIb*, PRIB* and SCNb* macros from C2X have been added to . * printf-family functions now support the wN format length modifiers for arguments of type intN_t, int_leastN_t, uintN_t or uint_leastN_t and the wfN format length modifiers for arguments of type int_fastN_t or uint_fastN_t, as specified in draft ISO C2X * A new tunable, glibc.pthread.stack_hugetlb, can be used to disable Transparent Huge Pages (THP) in stack allocation at pthread_create * Vector math library libmvec support has been added to AArch64 * The strlcpy and strlcat functions have been added * CVE-2023-25139: When the printf family of functions is called with a format specifier that uses an (enable grouping) and a minimum width specifier, the resulting output could be larger than reasonably expected by a caller that computed a tight bound on the buffer size - Enable build with _FORTIFY_SOURCE - glibc-2.3.90-langpackdir.diff: avoid reference to __strcpy_chk - iconv-error-verbosity.patch: iconv: restore verbosity with unrecognized encoding names (BZ #30694) - printf-grouping.patch, strftime-time64.patch, getlogin-no-loginuid.patch, fix-locking-in-_IO_cleanup.patch, gshadow-erange-rhandling.patch, system-sigchld-block.patch, gmon-buffer-alloc.patch, check-pf-cancel-handler.patch, powerpc64-fcntl-lock.patch, realloc-limit-chunk-reuse.patch, dl-find-object-return.patch; Removed - bsc#1211828 - bsc#1212819- gshadow-erange-rhandling.patch: gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (BZ #30151) - system-sigchld-block.patch: posix: Fix system blocks SIGCHLD erroneously (BZ #30163) - gmon-buffer-alloc.patch: gmon: Fix allocated buffer overflow (CVE-2023-0687, bsc#1207975, BZ #29444) - check-pf-cancel-handler.patch: __check_pf: Add a cancellation cleanup handler (BZ #20975) - powerpc64-fcntl-lock.patch: io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64 - realloc-limit-chunk-reuse.patch: realloc: Limit chunk reuse to only growing requests (BZ #30579) - dl-find-object-return.patch: elf: _dl_find_object may return 1 during early startup (BZ #30515)- Need to build with GCC 12 as minimum- fix-locking-in-_IO_cleanup.patch: Update to final version- ulp-prologue-into-asm-functions.patch: Add support for livepatches in ASM written functions (bsc#1210777, bsc#1211726)- getlogin-no-loginuid.patch: getlogin_r: fix missing fallback if loginuid is unset (bsc#1209229, BZ #30235)- Exclude static archives from preparation for live patching (bnc#1208721)- Update to glibc 2.37 * The getent tool now supports the --no-addrconfig option * The dynamic linker no longer loads shared objects from the "tls" subdirectories on the library search path or the subdirectory that corresponds to the AT_PLATFORM system name, or employs the legacy AT_HWCAP search mechanism, which was deprecated in version 2.33 - printf-grouping.patch: Account for grouping in printf width (BZ #30068) - strftime-time64.patch: Use 64-bit time_t interfaces in strftime and strptime (BZ #30053) - glibcextract-compile-c-snippet.patch, sys-mount-kernel-definition.patch, sys-mount-usage.patch, nscd-netlink-cache-invalidation.patch, syslog-large-messages.patch, dlmopen-libc-early-init.patch, ldd-vdso-dependency.patch, syslog-extra-whitespace.patch, errlist-edeadlock.patch, makeflags.patch, get-nscd-addresses.patch, x86-64-avx2-string-functions.patch, nscd-aicache.patch, dl-debug-bindings.patch, floatn.patch: Removed - bsc#1207957 - bsc#1208358 - bsc#1212910- Remove reference to obsolete %usrmerged macro (boo#1206798)- floatn.patch: Update _FloatN header support for C++ in GCC 13- nscd: Convert to systemd-sysusers- dl-debug-bindings.patch: elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x (bsc#1204710)- get-nscd-addresses.patch: get_nscd_addresses: Fix subscript typos (BZ [#29605]) - x86-64-avx2-string-functions.patch: check for required cpu features in AVX2 string functions (BZ #29611) - nscd-aicache.patch: nscd: Drop local address tuple variable (BZ #29607)- makeflags.patch: Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 (BZ# 29564)- errlist-edeadlock.patch: errlist: add missing entry for EDEADLOCK (BZ [#29545])- syslog-large-messages.patch: syslog: Fix large messages (CVE-2022-39046, bsc#1203011, BZ #29536) - dlmopen-libc-early-init.patch: elf: Call __libc_early_init for reused namespaces (BZ #29528) - ldd-vdso-dependency.patch: elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ #29539) - syslog-extra-whitespace.patch: syslog: Remove extra whitespace between timestamp and message (BZ #29544)- nscd-netlink-cache-invalidation.patch: nscd: Fix netlink cache invalidation if epoll is used (boo#1199964, BZ #29415)- glibcextract-compile-c-snippet.patch: glibcextract.py: Add compile_c_snippet - sys-mount-kernel-definition.patch: linux: Mimic kernel definition for BLOCK_SIZE - sys-mount-usage.patch: linux: Fix sys/mount.h usage with kernel headers- Update to glibc 2.36 Major new features: * Support for DT_RELR relative relocation format has been added to glibc * On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions have been added * On Linux, the process_madvise function has been added * On Linux, the process_mrelease function has been added * The “no-aaaa” DNS stub resolver option has been added * On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree, and mount_setattr have been added * localedef now accepts locale definition files encoded in UTF-8 * Support for the mbrtoc8 and c8rtomb multibyte/UTF-8 character conversion functions has been added per the ISO C2X N2653 and C++20 P0482R6 proposals * The functions arc4random, arc4random_buf, and arc4random_uniform have been added Deprecated and removed features, and other changes affecting compatibility: * Support for prelink will be removed in the next release * The Linux kernel version check has been removed along with the LD_ASSUME_KERNEL environment variable * On Linux, The LD_LIBRARY_VERSION environment variable has been removed - get-nprocs-sched-uninit-read.patch, get-nprocs-inaccurate.patch, strcmp-rtm-fallback.path, pt-load-invalid-hole.patch, localedef-ld-monetary.patch, nptl-spurious-eintr.patch, strncpy-power9-vsx.patch, nptl-cleanup-async-restore.patch, read-chk-cancel.patch, wcrtomb-fortify.patch, nptl-cleanup-async-restore-2.patch: Removed - CVE-2023-4813, bsc#1215286 - bsc#1198751 - bsc#1200334- nptl-cleanup-async-restore-2.patch: nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore (bsc#1200093, BZ #29214)- read-chk-cancel.patch: debug: make __read_chk a cancellation point (bsc#1200682, BZ #29274) - wcrtomb-fortify.patch: wcrtomb: Make behavior POSIX compliant (bsc#1200688)- Set SUSE_ZNOW=0- strncpy-power9-vsx.patch: powerpc: Fix VSX register number on __strncpy_power9 (BZ #29197) - nptl-cleanup-async-restore.patch: nptl: Fix __libc_cleanup_pop_restore asynchronous restore (bsc#1200093, BZ #29214)- nptl-spurious-eintr.patch: nptl: Handle spurious EINTR when thread cancellation is disabled (BZ #29029)- Follow the distro default gcc version to build the cross bootstrap packages.- switched to https urls- get-nprocs-sched-uninit-read.patch: linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage (BZ #28850) - get-nprocs-inaccurate.patch: linux: fix accuracy of get_nprocs and get_nprocs_conf (BZ #28865) - strcmp-rtm-fallback.path: x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case (BZ #28896) - pt-load-invalid-hole.patch: elf: Check invalid hole in PT_LOAD segments (BZ #28838) - localedef-ld-monetary.patch: localedef: Update LC_MONETARY handling (BZ [#28845])- Update to glibc 2.35 Major new features: * Unicode 14.0.0 Support * Bump r_version in the debugger interface to 2 * Support for the C.UTF-8 locale has been added to glibc * functions that round their results to a narrower type, and corresponding macros, are added from TS 18661-1:2014, TS 18661-3:2015 and draft ISO C2X * functions for floating-point maximum and minimum, corresponding to new operations in IEEE 754-2019, and corresponding macros, are added from draft ISO C2X * macros for single-precision float constants are added as a GNU extension * The __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__ macros are predefined as specified in TS 18661-1:2014 * The exp10 functions in now have a corresponding type-generic macro in * The ISO C2X macro _PRINTF_NAN_LEN_MAX has been added to * printf-family functions now support the %b format for output of integers in binary, as specified in draft ISO C2X, and the %B variant of that format recommended by draft ISO C2X * A new DSO sorting algorithm has been added in the dynamic linker that uses topological sorting by depth-first search (DFS), solving performance issues of the existing sorting algorithm when encountering particular circular object dependency cases * A new tunable, glibc.rtld.dynamic_sort, can be used to select between the two DSO sorting algorithms * ABI support for a new function '__memcmpeq'. '__memcmpeq' is meant to be used by compilers for optimizing usage of 'memcmp' when its return value is only used for its boolean status * Support for automatically registering threads with the Linux rseq system call has been added * A symbolic link to the dynamic linker is now installed under /usr/bin/ld.so (or more precisely, '${bindir}/ld.so') * All programs and the testsuite in glibc are now built as position independent executables (PIE) by default on toolchains and architectures that support it * On Linux, a new tunable, glibc.malloc.hugetlb, can be used to either make malloc issue madvise plus MADV_HUGEPAGE on mmap and sbrk or to use huge pages directly with mmap calls with the MAP_HUGETLB flags) * The printf family of functions now handles the flagged %#m conversion specifier, printing errno as an error constant (similar to strerrorname_np) * The function _dl_find_object has been added * On Linux, the epoll_pwait2 function has been added * The function posix_spawn_file_actions_addtcsetpgrp_np has been added, enabling posix_spawn and posix_spawnp to set the controlling terminal in the new process in a race free manner * Source fortification (_FORTIFY_SOURCE) level 3 is now available for applications compiling with glibc and gcc 12 and later Deprecated and removed features, and other changes affecting compatibility: * On x86-64, the LD_PREFER_MAP_32BIT_EXEC environment variable support has been removed since the first PT_LOAD segment is no longer executable due to defaulting to -z separate-code * The r_version update in the debugger interface makes the glibc binary incompatible with GDB * Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT) has been removed * The catchsegv script and associated libSegFault.so shared object have been removed * Support for prelink will be removed in the next release; this includes removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment variables and their functionality in the dynamic loader Changes to build and runtime requirements: * The audit module interface version LAV_CURRENT is increased to enable proper bind-now support * The audit interface on aarch64 is extended to support both the indirect result location register (x8) and NEON Q register Security related changes: * CVE-2022-23219: Passing an overlong file name to the clnt_create legacy function could result in a stack-based buffer overflow when using the "unix" protocol * CVE-2022-23218: Passing an overlong file name to the svcunix_create legacy function could result in a stack-based buffer overflow * CVE-2021-3998: Passing a path longer than PATH_MAX to the realpath function could result in a memory leak and potential access of uninitialized memory * CVE-2021-3999: Passing a buffer of size exactly 1 byte to the getcwd function may result in an off-by-one buffer underflow and overflow when the current working directory is longer than PATH_MAX and also corresponds to the / directory through an unprivileged mount namespace - copy-and-spawn-sgid-double-close.patch, fcntl-time-bits-64-redirect.patch, gaiconf-init-double-free.patch, gconv-parseconfdir-memory-leak.patch, getcwd-attribute-access.patch, glibc-c-utf8-locale.patch, iconv-charmap-close-output.patch, ld-show-auxv-colon.patch, ldconfig-leak-empty-paths.patch, librt-null-pointer.patch, pthread-kill-fail-after-exit.patch, pthread-kill-race-thread-exit.patch, pthread-kill-return-esrch.patch, pthread-kill-send-specific-thread.patch, pthread-mutexattr-getrobust-np-type.patch, setxid-deadlock-blocked-signals.patch, sysconf-nprocessors-affinity.patch, x86-string-control-test.patch: Removed. - bsc#1194640 - bsc#1194768 - bsc#1194770 - bsc#1197718 - bsc#1211829 - bsc#1215891- Enable building the cross packages in rings.- Add ExtraBuildFlags for build flags that cannot be passed to configure. - Add support for livepatches (jsc#SLE-20049). - Generate ipa-clones tarball artifact when livepatching is enabled.- glibc.rpmlintrc: Update for rpmlint2- ld-show-auxv-colon.patch: elf: Fix missing colon in LD_SHOW_AUXV output (BZ #282539 - x86-string-control-test.patch: x86-64: Use testl to check __x86_string_control - pthread-kill-fail-after-exit.patch: nptl: pthread_kill, pthread_cancel should not fail after exit (BZ #19193) - pthread-kill-race-thread-exit.patch: nptl: Fix race between pthread_kill and thread exit (BZ #12889) - getcwd-attribute-access.patch: posix: Fix attribute access mode on getcwd (BZ #27476) - pthread-kill-return-esrch.patch: nptl: pthread_kill needs to return ESRCH for old programs (BZ #19193) - pthread-mutexattr-getrobust-np-type.patch: nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np (BZ [#28036]) - setxid-deadlock-blocked-signals.patch: nptl: Avoid setxid deadlock with blocked signals in thread exit (BZ #28361) - pthread-kill-send-specific-thread.patch: nptl: pthread_kill must send signals to a specific thread (BZ #28407) - sysconf-nprocessors-affinity.patch: linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310) - iconv-charmap-close-output.patch: renamed from icon-charmap-close-output.patch- Don't create separate debuginfo packages for cross packages- ldconfig-leak-empty-paths.patch: ldconfig: avoid leak on empty paths in config file - gconv-parseconfdir-memory-leak.patch: gconv_parseconfdir: Fix memory leak - gaiconf-init-double-free.patch: gaiconf_init: Avoid double-free in label and precedence lists - copy-and-spawn-sgid-double-close.patch: copy_and_spawn_sgid: Avoid double calls to close() - icon-charmap-close-output.patch: iconv_charmap: Close output file when done - fcntl-time-bits-64-redirect.patch: Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (BZ #28182) - librt-null-pointer.patch: librt: fix NULL pointer dereference (BZ [#28213])- Add cross development packages for aarch64 and riscv64.- Update to glibc 2.34 Major new features: * When _DYNAMIC_STACK_SIZE_SOURCE or _GNU_SOURCE are defined, PTHREAD_STACK_MIN is no longer constant and is redefined to sysconf(_SC_THREAD_STACK_MIN) * Add _SC_MINSIGSTKSZ and _SC_SIGSTKSZ * The dynamic linker implements the --list-diagnostics option, printing a dump of information related to IFUNC resolver operation and glibc-hwcaps subdirectory selection * On Linux, the function execveat has been added * The ISO C2X function timespec_getres has been added * The feature test macro __STDC_WANT_IEC_60559_EXT__, from draft ISO C2X, is supported to enable declarations of functions defined in Annex F of C2X * Add support for 64-bit time_t on configurations like x86 where time_t is traditionally 32-bit * The main gconv-modules file in glibc now contains only a small set of essential converter modules and the rest have been moved into a supplementary configuration file gconv-modules-extra.conf in the gconv-modules.d directory in the same GCONV_PATH * On Linux, a new tunable, glibc.pthread.stack_cache_size, can be used to configure the size of the thread stack cache * The function _Fork has been added as an async-signal-safe fork replacement since Austin Group issue 62 droped the async-signal-safe requirement for fork (and it will be included in the future POSIX standard) * On Linux, the close_range function has been added * The function closefrom has been added * The posix_spawn_file_actions_closefrom_np function has been added, enabling posix_spawn and posix_spawnp to close all file descriptors great than or equal to a giver integer Deprecated and removed features, and other changes affecting compatibility: * The function pthread_mutex_consistent_np has been deprecated * The function pthread_mutexattr_getrobust_np has been deprecated * The function pthread_mutexattr_setrobust_np has been deprecated * The function pthread_yield has been deprecated * The function inet_neta declared in has been deprecated * Various rarely-used functions declared in and have been deprecated * The pthread cancellation handler is now installed with SA_RESTART and pthread_cancel will always send the internal SIGCANCEL on a cancellation request * The symbols mallwatch and tr_break are now deprecated and no longer used in mtrace * The __morecore and __after_morecore_hook malloc hooks and the default implementation __default_morecore have been removed from the API * Debugging features in malloc such as the MALLOC_CHECK_ environment variable (or the glibc.malloc.check tunable), mtrace() and mcheck() have now been disabled by default in the main C library * The deprecated functions malloc_get_state and malloc_set_state have been moved from the core C library into libc_malloc_debug.so * The deprecated memory allocation hooks __malloc_hook, __realloc_hook, __memalign_hook and __free_hook are now removed from the API Changes to build and runtime requirements: * On Linux, the shm_open, sem_open, and related functions now expect the file shared memory file system to be mounted at /dev/shm Security related changes: CVE-2021-27645: The nameserver caching daemon (nscd), when processing a request for netgroup lookup, may crash due to a double-free, potentially resulting in degraded service or Denial of Service on the local system CVE-2021-33574: The mq_notify function has a potential use-after-free issue when using a notification type of SIGEV_THREAD and a thread attribute with a non-default affinity mask CVE-2021-35942: The wordexp function may overflow the positional parameter number when processing the expansion resulting in a crash - nss-database-check-reload.patch, nss-load-chroot.patch, x86-isa-level.patch, nscd-netgroupcache.patch, nss-database-lookup.patch, select-modify-timeout.patch, nptl-db-libpthread-load-order.patch, rawmemchr-warning.patch, tst-cpu-features-amx.patch, mq-notify-use-after-free.patch: Removed - bsc#1181403 - bsc#1184035 - bsc#1187911 - jsc#PED-987- Enable usrmerge in Factory always as it's default there - Add conflict with pre-usrmerge filesystem package- mq-notify-use-after-free.patch: Use __pthread_attr_copy in mq_notify (CVE-2021-33574, bsc#1186489, BZ #27896) - Drop glibc-usrmerge-bootstrap-helper package- tst-cpu-features-amx.patch: x86: tst-cpu-features-supports.c: Update AMX check- rawmemchr-warning.patch: string: Work around GCC PR 98512 in rawmemchr- nptl-db-libpthread-load-order.patch: nptl_db: Support different libpthread/ld.so load orders (bsc#1184214, BZ #27744)- Enable support for static PIE (bsc#1184646) - select-modify-timeout.patch: linux: always update select timeout (bsc#1184339, BZ #27706)- Don't remove -f[asynchronous-]unwind-tables during configure run, no longer needed- nss-database-check-reload.patch: nsswitch: return result when nss database is locked (BZ #27343) - nss-load-chroot.patch: nss: Re-enable NSS module loading after chroot (bsc#1182323, BZ #27389) - x86-isa-level.patch: x86: Set minimum x86-64 level marker (bsc#1182522, BZ #27318) - nss-database-lookup.patch: nss: fix nss_database_lookup2's alternate handling (bsc#1182247, BZ #27416) - nss-revert-api.patch: remove - nscd-netgroupcache.patch: nscd: Fix double free in netgroupcache (CVE-2021-27645, bsc#1182733, BZ #27462)- Disable x86 ISA level for now (bsc#1182522, BZ #27318) - nss-revert-api.patch: Workaround for nss-compat brokeness (bsc#1182247, BZ #27416)- Fix build of utils flavor for usrmerge- Prepare for usrmerge (bsc#1029961)- Add --enable-memory-tagging for aarch64- Update to glibc 2.33 * The dynamic linker accepts the --list-tunables argument which prints all the supported tunables. * The dynamic linker accepts the --argv0 argument and provides opportunity to change argv[0] string. * The dynamic linker loads optimized implementations of shared objects from subdirectories under the glibc-hwcaps directory on the library search path if the system's capabilities meet the requirements for that subdirectory. * The new --help option of the dynamic linker provides usage and information and library search path diagnostics. * The mallinfo2 function is added to report statistics as per mallinfo, but with larger field widths to accurately report values that are larger than fit in an integer. * Add to provide query macros for x86 CPU features. * A new fortification level _FORTIFY_SOURCE=3 is available. * The mallinfo function is marked deprecated. * When dlopen is used in statically linked programs, alternative library implementations from HWCAP subdirectories are no longer loaded. * The deprecated header and the function vtimes have been removed. * On s390(x), the type float_t is now derived from the macro __FLT_EVAL_METHOD__ that is defined by the compiler, instead of being hardcoded to double. * A future version of glibc will stop loading shared objects from the "tls" subdirectories on the library search path, the subdirectory that corresponds to the AT_PLATFORM system name, and also stop employing the legacy AT_HWCAP search mechanism. * CVE-2021-3326: An assertion failure during conversion from the ISO-20220-JP-3 character set using the iconv function has been fixed. - Remove obsolete, unused /etc/default/nss - aarch64-static-pie.patch, euc-kr-overrun.patch, get-nprocs-cpu-online-parsing.patch, iconv-redundant-shift.patch, iconv-ucs4-loop-bounds.patch, ifunc-fma4.patch, intl-codeset-suffixes.patch, nscd-gc-cycle.patch, printf-long-double-non-normal.patch, strerrorname-np.patch, syslog-locking.patch, sysvipc.patch: Removed - bsc#1180557 - bsc#1181505 - bsc#1191592 - bsc#1201942- Remove support for %optimize_power - Move to power4 baseline on ppc- aarch64-static-pie.patch: fix static PIE start code for BTI (bsc#1179450, BZ #27068) - iconv-redundant-shift.patch: iconv: Accept redundant shift sequences in IBM1364 (CVE-2020-27618, bsc#1178386, BZ #26224) - iconv-ucs4-loop-bounds.patch: iconv: Fix incorrect UCS4 inner loop bounds (CVE-2020-29562, bsc#1179694, BZ #26923) - printf-long-double-non-normal.patch: x86: Harden printf against non-normal long double values (CVE-2020-29573, bsc#1179721, BZ #26649) - get-nprocs-cpu-online-parsing.patch: Fix parsing of /sys/devices/system/cpu/online (bsc#1180038, BZ #25859)- intl-codeset-suffixes.patch: intl: Handle translation output codesets with suffixes (BZ #26383) - strerrorname-np.patch: string: Fix strerrorname_np return value (BZ [#26555]) - sysvipc.patch: sysvipc: Fix SEM_STAT_ANY kernel argument pass (BZ [#26637], BZ #26639, BZ #26636)- Use --enable-cet on x86_64 to instrument glibc for indirect branch tracking and shadow stack use. Enable indirect branch tracking and shadow stack in the dynamic loader (jsc#PM-2110, bsc#1175154)- Keep nsswitch.conf in /etc for SLES15 - syslog-locking.patch: Correct locking and cancellation cleanup in syslog functions (bsc#1172085, BZ #26100) - ifunc-fma4.patch: x86-64: Fix FMA4 detection in ifunc (BZ #26534)- Update to glibc 2.32 * Unicode 13.0.0 Support * New locale added: ckb_IQ * The GNU C Library now loads audit modules listed in the DT_AUDIT and DT_DEPAUDIT dynamic section entries of the main executable * powerpc64le supports IEEE128 long double libm/libc redirects when using the -mabi=ieeelongdouble to compile C code on supported GCC toolchains * To help detect buffer overflows and other out-of-bounds accesses several APIs have been annotated with GCC 'access' attribute * On Linux, functions the pthread_attr_setsigmask_np and pthread_attr_getsigmask_np have been added * The GNU C Library now provides the header file which declares the variable __libc_single_threaded * The functions sigabbrev_np and sigdescr_np have been added * The functions strerrorname_np and strerrordesc_np have been added * AArch64 now supports standard branch protection security hardening in glibc when it is built with a GCC that is configured with - -enable-standard-branch-protection (or if -mbranch-protection=standard flag is passed when building both GCC target libraries and glibc, in either case a custom GCC is needed) * The deprecated header and the sysctl function have been removed * The sstk function is no longer available to newly linked binaries * The legacy signal handling functions siginterrupt, sigpause, sighold, sigrelse, sigignore and sigset, and the sigmask macro have been deprecated * ldconfig now defaults to the new format for ld.so.cache * The deprecated arrays sys_siglist, _sys_siglist, and sys_sigabbrev are no longer available to newly linked binaries, and their declarations have been removed from * The deprecated symbols sys_errlist, _sys_errlist, sys_nerr, and _sys_nerr are no longer available to newly linked binaries, and their declarations have been removed from from * Both strerror and strerror_l now share the same internal buffer in the calling thread, meaning that the returned string pointer may be invalided or contents might be overwritten on subsequent calls in the same thread or if the thread is terminated * Using weak references to libpthread functions such as pthread_create or pthread_key_create to detect the singled-threaded nature of a program is an obsolescent feature * The "files" NSS module no longer supports the "key" database (used for secure RPC) * The __morecore and __after_morecore_hook malloc hooks and the default implementation __default_morecore have been deprecated * The hesiod NSS module has been deprecated and will be removed in a future version of glibc * CVE-2016-10228: An infinite loop has been fixed in the iconv program when invoked with the -c option and when processing invalid multi-byte input sequences * CVE-2020-10029: Trigonometric functions on x86 targets suffered from stack corruption when they were passed a pseudo-zero argument * CVE-2020-1752: A use-after-free vulnerability in the glob function when expanding ~user has been fixed. * CVE-2020-6096: A signed comparison vulnerability in the ARMv7 memcpy and memmove functions has been fixed - riscv-syscall-clobber.patch, ldbl-96-rem-pio2l.patch, long-double-alias.patch: Removed - bsc#1027496 - bsc#1162930 - bsc#1166106 - bsc#1167631 - bsc#1167939 - bsc#1194785, jsc#SLE-18195 - bsc#1200855 - bsc#1201560 - bsc#1201640 - bsc#1207571 - jsc#SLE-13520- long-double-alias.patch: Fix build with GCC 10 when long double = double - nscd-gc-cycle.patch: nscd: bump GC cycle during cache pruning (bsc#1171878, BZ #26130)- glibc-nsswitch-usr.diff: read /usr/etc/nsswitch.conf if /etc/nsswitch.conf does not exist - Install default nsswitch.conf in /usr/etc - Don't install gai.conf in /etc- Split off %lang_package- riscv-syscall-clobber.patch: riscv: Avoid clobbering register parameters in syscall - ldbl-96-rem-pio2l.patch: Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (CVE-2020-10029, bsc#1165784, BZ #25487)- nsswitch.conf: comment out initgroups setting, so that it defaults to the group setting (bsc#1164075)- fix-locking-in-_IO_cleanup.patch: update to latest version- Update to glibc 2.31 * The GNU C Library now supports a feature test macro _ISOC2X_SOURCE to enable features from the draft ISO C2X standard * The functions that round their results to a narrower type now have corresponding type-generic macros in * The function pthread_clockjoin_np has been added, enabling join with a terminated thread with a specific clock * New locale added: mnw_MM (Mon language spoken in Myanmar). * The DNS stub resolver will optionally send the AD (authenticated data) bit in queries if the trust-ad option is set via the options directive in /etc/resolv.conf (or if RES_TRUSTAD is set in _res.options) * The totalorder and totalordermag functions, and the corresponding functions for other floating-point types, now take pointer arguments to avoid signaling NaNs possibly being converted to quiet NaNs in argument passing * The obsolete function stime is no longer available to newly linked binaries, and its declaration has been removed from * The gettimeofday function no longer reports information about a system-wide time zone * If a lazy binding failure happens during dlopen, during the execution of an ELF constructor, the process is now terminated - malloc-info-whitespace.patch, riscv-vfork.patch, prefer-map-32bit-exec.patch, backtrace-powerpc.patch, ldconfig-dynstr.patch: Removed. - bsc#1157893 - bsc#1163184 - fate#325815, fate#325879, fate#325880, fate#325881, fate#325882 - fate#325962- backtrace-powerpc.patch: Fix array overflow in backtrace on PowerPC (CVE-2020-1751, bsc#1158996, BZ #25423) - Drop support for pluggable gconv modules (bsc#1159851)- prefer-map-32bit-exec.patch: rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CVE-2019-19126, bsc#1157292, BZ [#25204])- nsswitch.conf: add usrfiles for services, protocols, rpc, ethers and aliases for /usr/etc move- euc-kr-overrun.patch: Fix buffer overrun in EUC-KR conversion module (CVE-2019-25013, BZ #24973)- ldconfig-dynstr.patch: ldconfig: handle .dynstr located in separate segment (bsc#1153149, BZ #25087)- Package gconv-modules.cache as %ghost - Regenerate it also in the %post of glibc-local-base-- move mo files to glibc-locale as that's where all the other informations for those locales are. glibc-locale-base only has English anyways.- riscv-vfork.patch: Fix RISC-V vfork build with Linux 5.3 kernel headers- Remove NoSource tags (bsc#994835)- pwdutils is long gone and replaced by shadow- Update to glibc 2.30 * Unicode 12.1.0 Support * The dynamic linker accepts the --preload argument to preload shared objects * The twalk_r function has been added * On Linux, the getdents64, gettid, and tgkill functions have been added * Minguo (Republic of China) calendar support has been added * The entry for the new Japanese era has been added * Memory allocation functions malloc, calloc, realloc, reallocarray, valloc, pvalloc, memalign, and posix_memalign fail now with total object size larger than PTRDIFF_MAX * The dynamic linker no longer refuses to load objects which reference versioned symbols whose implementation has moved to a different soname since the object has been linked * Add new POSIX-proposed pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock and sem_clockwait functions * On AArch64 the GNU IFUNC resolver call ABI changed * The copy_file_range function fails with ENOSYS if the kernel does not support the system call of the same name * The functions clock_gettime, clock_getres, clock_settime, clock_getcpuclockid, clock_nanosleep were removed from the librt library for new applications (on architectures which had them) * The obsolete and never-implemented XSI STREAMS header files and have been removed * Support for the "inet6" option in /etc/resolv.conf and the RES_USE_INET6 resolver flag (deprecated in glibc 2.25) have been removed * The obsolete RES_INSECURE1 and RES_INSECURE2 option flags for the DNS stub resolver have been removed from * With --enable-bind-now, installed programs are now linked with the BIND_NOW flag. * On 32-bit Arm, support for the port-based I/O emulation and the header have been removed * The Linux-specific header and the sysctl function have been deprecated and will be removed from a future version of glibc * CVE-2019-7309: x86-64 memcmp used signed Jcc instructions to check size * CVE-2019-9169: Attempted case-insensitive regular-expression match via proceed_next_node in posix/regexec.c leads to heap-based buffer over-read - pthread-rwlock-trylock-stalls.patch, arm-systemtap-probe-constraint.patch, pthread-mutex-barrier.patch, fork-handler-lock.patch, pthread-join-probe.patch, riscv-clone-unwind.patch, add-new-Fortran-vector-math-header-file.patch, regex-read-overrun.patch, japanese-era-name-may-2019.patch, dl-show-auxv.patch, s390-vx-vxe-hwcap.patch, taisho-era-string.patch, malloc-tracing-hooks.patch, pldd-inf-loop.patch, malloc-large-bin-corruption-check.patch, wfile-sync-crash.patch, malloc-tests-warnings.patch, fnmatch-collating-elements.patch, iconv-reset-input-buffer.patch: Removed - malloc-info-whitespace.patch: Remove unwanted leading whitespace in malloc_info (BZ #24867) - bsc#1100396 - bsc#1130045- Move /var/lib/misc/Makefile to /usr/share/misc/Makefile.makedb (bsc#1138726)- malloc-tests-warnings.patch: Fix warnings in malloc tests with GCC 9- Set optflags for i686 after _lto_cflags is set (boo#1138807).- Disable LTO due to a usage of top-level assembler that causes LTO issues (boo#1138807).- nss-files-long-lines-2.patch: Remove obsolete patch- dl-show-auxv.patch: Fix output of LD_SHOW_AUXV=1 - s390-vx-vxe-hwcap.patch: S390: Mark vx and vxe as important hwcap - taisho-era-string.patch: ja_JP: Change the offset for Taisho gan-nen from 2 to 1 (BZ #24162) - malloc-tracing-hooks.patch: malloc: Set and reset all hooks for tracing (BZ #16573) - pldd-inf-loop.patch: elf: Fix pldd (BZ#18035) - malloc-large-bin-corruption-check.patch: malloc: Check for large bin list corruption when inserting unsorted chunk (BZ #24216) - wfile-sync-crash.patch: Fix crash in _IO_wfile_sync (BZ #20568)- japanese-era-name-may-2019.patch: ja_JP locale: Add entry for the new Japanese era (BZ #22964) - Replace glibc_post_upgrade with lua script- add-new-Fortran-vector-math-header-file.patch: Update from upstream- regex-read-overrun.patch: fix read overrun (CVE-2019-9169, bsc#1127308, BZ #24114) - ldconfig-concurrency.patch: Avoid concurrency problem in ldconfig (bsc#1117993, BZ #23973)- Add add-new-Fortran-vector-math-header-file.patch.- pthread-rwlock-trylock-stalls.patch: nptl: Fix pthread_rwlock_try*lock stalls (BZ #23844) - arm-systemtap-probe-constraint.patch: arm: Use "nr" constraint for Systemtap probes (BZ #24164) - pthread-mutex-barrier.patch: Add compiler barriers around modifications of the robust mutex list for pthread_mutex_trylock (BZ #24180) - fork-handler-lock.patch: nptl: Avoid fork handler lock for async-signal-safe fork (BZ #24161) - pthread-join-probe.patch: nptl: Fix invalid Systemtap probe in pthread_join (BZ #24211) - riscv-clone-unwind.patch: RISC-V: Fix elfutils testsuite unwind failures (BZ #24040)- Update to glibc 2.29 * The getcpu wrapper function has been added, which returns the currently used CPU and NUMA node * Optimized generic exp, exp2, log, log2, pow, sinf, cosf, sincosf and tanf * The reallocarray function is now declared under _DEFAULT_SOURCE, not just for _GNU_SOURCE, to match BSD environments * For powercp64le ABI, Transactional Lock Elision is now enabled iff kernel indicates that it will abort the transaction prior to entering the kernel (PPC_FEATURE2_HTM_NOSC on hwcap2) * The functions posix_spawn_file_actions_addchdir_np and posix_spawn_file_actions_addfchdir_np have been added, enabling posix_spawn and posix_spawnp to run the new process in a different directory * The popen and system do not run atfork handlers anymore (BZ#17490) * strftime's default formatting of a locale's alternative year (%Ey) has been changed to zero-pad the year to a minimum of two digits, like "%y" * As a GNU extension, the '_' and '-' flags can now be applied to "%EY" to control how the year number is formatted * The glibc.tune tunable namespace has been renamed to glibc.cpu and the tunable glibc.tune.cpu has been renamed to glibc.cpu.name * The type of the pr_uid and pr_gid members of struct elf_prpsinfo, defined in , has been corrected to match the type actually used by the Linux kernel * An archaic GNU extension to scanf, under which '%as', '%aS', and '%a[...]' meant to scan a string and allocate space for it with malloc, is now restricted to programs compiled in C89 or C++98 mode with _GNU_SOURCE defined - unwind-ctor.patch, old-getdents64.patch, nss-files-leak.patch, riscv-feholdexcept-setround.patch, pthread-cond-broadcast-waiters-after-spinning.patch, regex-uninit-memory-access.patch, spawni-maybe-script-execute.patch, gethostid-gethostbyname-failure.patch, strstr-huge-needle.patch, pthread-mutex-lock-elision-race.patch, x86-haswell-string-flags.patch, if-nametoindex-descr-leak.patch, riscv-flush-icache.patch: Removed - CVE-2016-10739 - bsc#1114984 - bsc#1114993 - bsc#1122729 - bsc#1131330 - bsc#1149332 - bsc#1151582 - bsc#1164505- fnmatch-collating-elements.patch: update - riscv-flush-icache.patch: fix for compiling against 4.20 headers- if-nametoindex-descr-leak.patch: if_nametoindex: Fix descriptor leak for overlong name (CVE-2018-19591, BZ #23927, bsc#1117603)- Fix typography for glibc-locale-base.- pthread-mutex-lock-elision-race.patch: Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP (BZ #23275) - x86-haswell-string-flags.patch: x86: Fix Haswell CPU string flags (BZ [#23709])- unwind-ctor.patch: Add missing unwind information to ld.so on powerpc32 (BZ #23707) - old-getdents64.patch: Rewrite __old_getdents64 (BZ #23497) - nss-files-leak.patch: Fix file stream leak in aliases lookup (BZ #23521) - riscv-feholdexcept-setround.patch: Fix rounding save/restore bug - pthread-cond-broadcast-waiters-after-spinning.patch: Fix waiters-after-spinning case (BZ #23538) - regex-uninit-memory-access.patch: fix uninitialized memory access (BZ [#23578]) - spawni-maybe-script-execute.patch: Fix segfault in maybe_script_execute - gethostid-gethostbyname-failure.patch: Check for NULL value from gethostbyname_r (BZ #23679) - strstr-huge-needle.patch: Fix strstr bug with huge needles (BZ #23637)- Add libpng-devel and zlib-devel for utils build- Add glibc-locale-base subpackage containing only C, C.UTF-8 and en_US.UTF-8 locales (fate#326551)- Update to glibc 2.28 * The localization data for ISO 14651 is updated to match the 2016 Edition 4 release of the standard, this matches data provided by Unicode 9.0.0 * Unicode 11.0.0 Support: Character encoding, character type info, and transliteration tables are all updated to Unicode 11.0.0, using generator scripts contributed by Mike FABIAN (Red Hat) * functions that round their results to a narrower type are added from TS 18661-1:2014 and TS 18661-3:2015 * Two grammatical forms of month names are now supported * The renameat2 function has been added, a variant of the renameat function which has a flags argument * The statx function has been added, a variant of the fstatat64 function with an additional flags argument * IDN domain names in getaddrinfo and getnameinfo now use the system libidn2 library if installed * Parsing of dynamic string tokens in DT_RPATH, DT_RUNPATH, DT_NEEDED, DT_AUXILIARY, and DT_FILTER has been expanded to support the full range of ELF gABI expressions including such constructs as '$ORIGIN$ORIGIN' (if valid) * Support for ISO C threads (ISO/IEC 9899:2011) has been added. * The nonstandard header files and <_G_config.h> are no longer installed * The stdio functions 'getc' and 'putc' are no longer defined as macros * All stdio functions now treat end-of-file as a sticky condition * The macros 'major', 'minor', and 'makedev' are now only available from the header * The obsolete function ustat is no longer available to newly linked binaries; the headers and have been removed * The obsolete function nfsservctl is no longer available to newly linked binaries * The obsolete function name llseek is no longer available to newly linked binaries * The AI_IDN_ALLOW_UNASSIGNED and NI_IDN_ALLOW_UNASSIGNED flags for the getaddrinfo and getnameinfo functions have been deprecated * The AI_IDN_USE_STD3_ASCII_RULES and NI_IDN_USE_STD3_ASCII_RULES flags for the getaddrinfo and getnameinfo functions have been deprecated * The fcntl function now have a Long File Support variant named fcntl64 * CVE-2016-6261, CVE-2016-6263, CVE-2017-14062: Various vulnerabilities have been fixed by removing the glibc-internal IDNA implementation and using the system-provided libidn2 library instead - Split off all libcrypt related functions into package libxcrypt - fix-locking-in-_IO_cleanup.patch, fnmatch-collating-elements.patch: Rediff - aarch64-sys-ptrace-update.patch, crypt_blowfish-1.2-hack_around_arm.diff, crypt_blowfish-1.2-sha.diff, crypt_blowfish-const.patch, crypt_blowfish-gensalt.patch, glibc-2.14-crypt.diff, i386-memmove-sse2-unaligned.patch, i386-sigaction-sa-restorer.patch, mempcpy-avx512.patch, netgroup-cache-keys.patch, nss-database-multiple-dfn.patch, pkey-get-reserved-name.patch, powerpc-sys-ptrace-undefine-macros.patch, powerpc-sys-ptrace-update.patch, realpath-ssize-max-overflow.patch, res-send-enomem.patch, riscv-fmax-fmin-nan.patch, riscv-kernel-sigaction.patch, riscv-readelflib.patch, riscv-tls-init.patch: Removed - glibc_post_upgrade.c: Don't reload init (bsc#1103124) - CVE-2009-5155, CVE-2015-8985 - bsc#1092877 - bsc#1102526 - bsc#1112570 - bsc#1126590 - bsc#1127223- Use python3-pexpect instead of python-pexpect- riscv-kernel-sigaction.patch: fix struct kernel_sigaction to match the kernel version (BZ #23069)- glibc-2.3.90-langpackdir.diff: No longer search in /usr/share/locale-bundle- mempcpy-avx512.patch: Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (CVE-2018-11237, bsc#1094154) - realpath-ssize-max-overflow.patch: Fix overflow in path length computation (CVE-2018-11236, bsc#1094161, BZ #22786) - Use %license also for COPYING, COPYING.LIB- Readd nis to netgroup and automount nss config (bsc#1088860)- i386-memmove-sse2-unaligned.patch: Fix SSE2 memmove issue when crossing 2GB boundary (CVE-2017-18269, bnc#1094150, BZ #22644)- res-send-enomem.patch: Fix crash in resolver on memory allocation failure (bsc#1086690, BZ #23005)- pkey-get-reserved-name.patch: Linux: use reserved name __key in pkey_get (BZ #22797) - aarch64-sys-ptrace-update.patch: linux/aarch64: sync sys/ptrace.h with Linux 4.15 (BZ #22433) - powerpc-sys-ptrace-undefine-macros.patch: powerpc: Undefine Linux ptrace macros that conflict with __ptrace_request - powerpc-sys-ptrace-update.patch: linux/powerpc: sync sys/ptrace.h with Linux 4.15 (BZ #22433, BZ #22807) - netgroup-cache-keys.patch: Fix netgroup cache keys (BZ #22342) - i386-sigaction-sa-restorer.patch: i386: Fix i386 sigaction sa_restorer initialization (BZ #21269) - riscv-tls-init.patch: RISC-V: Do not initialize $gp in TLS macros - riscv-fmax-fmin-nan.patch: RISC-V: fmax/fmin: Handle signalling NaNs correctly (BZ #22884)- nss-database-multiple-dfn.patch: Fix multiple definitions of __nss_*_database (BZ #22918)- Use %license (boo#1082318)- Add systemtap-headers to BuildRequires - Add --enable-systemtap to configure arguments (fate#324969, bsc#1073636)- riscv-readelflib.patch: Fix parsing flags in ELF64 files on riscv- Update to glibc 2.27 * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf, sinf, sincosf and tan with FMA * Optimized x86-64 trunc and truncf for processors with SSE4.1 * Optimized generic expf, exp2f, logf, log2f, powf, sinf, cosf and sincosf * In order to support faster and safer process termination the malloc API family of functions will no longer print a failure address and stack backtrace after detecting heap corruption * The abort function terminates the process immediately, without flushing stdio streams * On platforms where long double has the IEEE binary128 format (aarch64, alpha, mips64, riscv, s390 and sparc), the math library now implements _Float128 interfaces for that type, as defined by ISO/IEC TS 18661-3:2015 These are the same interfaces added in version 2.26 for some platforms where this format is supported but is not the format of long double * On platforms with support for _Float64x (aarch64, alpha, i386, ia64, mips64, powerpc64le, riscv, s390, sparc and x86_64), the math library now implements interfaces for that type, as defined by ISO/IEC TS 18661-3:2015 * The math library now implements interfaces for the _Float32, _Float64 and _Float32x types, as defined by ISO/IEC TS 18661-3:2015 * glibc now implements the memfd_create and mlock2 functions on Linux * Support for memory protection keys was added * The copy_file_range function was added * The ldconfig utility now processes `include' directives using the C/POSIX collation ordering * Support for two grammatical forms of month names has been added * Support for the RISC-V ISA running on Linux has been added * Statically compiled applications attempting to load locales compiled for the GNU C Library version 2.27 will fail and fall back to the builtin C/POSIX locale * Support for statically linked applications which call dlopen is deprecated and will be removed in a future version of glibc * Support for old programs which use internal stdio data structures and functions is deprecated * On GNU/Linux, the obsolete Linux constant PTRACE_SEIZE_DEVEL is no longer defined by * libm no longer supports SVID error handling (calling a user-provided matherr function on error) or the _LIB_VERSION variable to control error handling * The libm functions pow10, pow10f and pow10l are no longer supported for new programs * The mcontext_t type is no longer the same as struct sigcontext * The add-ons mechanism for building additional packages at the same time as glibc has been removed * The res_hnok, res_dnok, res_mailok and res_ownok functions now check that the specified string can be parsed as a domain name * In the malloc_info output, the element may contain another element, "subheaps", which contains the number of sub-heaps * In the malloc_info output, the element may contain another element, "subheaps", which contains the number of sub-heaps * The nonstandard header files and <_G_config.h> are deprecated and will be removed in a future release * CVE-2018-6485, CVE-2018-6551: The posix_memalign and memalign functions, when called with an object size near the value of SIZE_MAX, would return a pointer to a buffer which is too small, instead of NULL (bsc#1079036) - Support for Sun RPC is no longer available, use libtirpc instead - glibc-nodate.patch, powerpc-elision-enable-envvar.patch, s390-elision-enable-envvar.patch, resolv-context-leak.patch, dl-runtime-resolve-opt-avx512f.patch, libpthread-compat-wrappers.patch, math-c++-compat.patch, remove-nss-nis-compat.patch, eh-frame-zero-terminator.patch, ld-so-hwcap-x86-64.patch, assert-pedantic.patch, getaddrinfo-errno.patch, resolv-conf-oom.patch, dynarray-allocation.patch, nearbyint-inexact.patch, nss-compat.patch, nscd-libnsl.patch, malloc-tcache-leak.patch, falkor-memcpy-memmove.patch, aarch64-cpu-features.patch, nss-files-large-buffers.patch. sysconf-uio-maxiov.patch, glob-tilde-overflow.patch, dl-runtime-resolve-xsave.patch, spawni-assert.patch, x86-64-dl-platform.patch, glob64-s390.patch, tst-tlsopt-powerpc.patch, powerpc-hwcap-bits.patch, malloc-tcache-check-overflow.patch, dl-init-paths-overflow.patch, fillin-rpath-empty-tokens.patch, getcwd-absolute.patch, ldd-system-interp.patchabort-no-flush.patch: Removed - All patches refreshed - bsc#1063675- fix-locking-in-_IO_cleanup.patch: Skip locked files during exit (bsc#1070491, BZ #15142)- Avoid duplicate source rpm- getcwd-absolute.patch: make getcwd(3) fail if it cannot obtain an absolute path (CVE-2018-1000001, bsc#1074293, BZ #22679)- dl-init-paths-overflow.patch: Count components of the expanded path in _dl_init_path (CVE-2017-1000408, CVE-2017-1000409, bsc#1071319, BZ [#22607], BZ #22627) - fillin-rpath-empty-tokens.patch: Check for empty tokens before dynamic string token expansion (CVE-2017-16997, bsc#1073231, BZ #22625)- tst-tlsopt-powerpc.patch: fix tst-tlsopt-powerpc (bcn#1070419) - powerpc-hwcap-bits.patch: Update HWCAP for powerpc (bnc#1070420) - malloc-tcache-check-overflow.patch: Fix integer overflow in malloc when tcache is enabled (CVE-2017-17426, bnc#1071479, BZ #22375)- Add _multibuild- glob64-s390.patch: no compat glob64 on s390 - noversion.tar.bz2: remove unused source- x86-64-dl-platform.patch: Don't set GLRO(dl_platform) to NULL (BZ #22299)- spawni-assert.patch: Fix improper assert in Linux posix_spawn (BZ [#22273])- math-c++-compat.patch: Add more C++ compatibility (BZ #22296) - malloc-tcache-leak.patch: Fix tcache leak after thread destruction (BZ [#22111]) - falkor-memcpy-memmove.patch: Optimized implementation of memcpy/memmove for Qualcomm Falkor - aarch64-cpu-features.patch: Fix glibc.tune.cpu tunable handling - nss-files-large-buffers.patch: Avoid large buffers with many host addresses (BZ #22078) - sysconf-uio-maxiov.patch: Fix missing definition of UIO_MAXIOV (BZ [#22321]) - glob-tilde-overflow.patch: Fix buffer overflows with GLOB_TILDE (CVE-2017-15670, CVE-2017-15671, CVE-2017-15804, bsc#1064569. bsc#1064580, bsc#1064583, BZ #22320, BZ #22325, BZ #22332) - dl-runtime-resolve-xsave.patch: Use fxsave/xsave/xsavec in _dl_runtime_resolve (BZ #21265)- nscd-libnsl.patch: Remove reference to libnsl from nscd (bsc#1062244)- Drop glibc-obsolete - glibc-2.3.90-noversion.diff: remove - reinitialize-dl_load_write_lock.patch: remove- nss-compat.patch: Move nss_compat from nis to nss subdir and install it unconditionally - nsswitch.conf: switch back to compat for passwd, group, shadow- assert-pedantic.patch: Suppress pedantic warning caused by statement expression (BZ #21242, BZ #21972) - math-c++-compat.patch: Add more C++ compatibility (BZ #22235) - getaddrinfo-errno.patch: Fix errno and h_errno handling in getaddrinfo (BZ #21915, BZ #21922) - resolv-conf-oom.patch: Fix memory handling in OOM situation during resolv.conf parsing (BZ #22095, BZ #22096) - dynarray-allocation.patch: Fix initial size of dynarray allocation and set errno on overflow error - nearbyint-inexact.patch: Avoid spurious inexact in nearbyint (BZ #22225)- math-c++-compat.patch: add more C++ compatibility (BZ #22146)- Remove rpcsvc/yppasswd.* from glibc-devel - ld-so-hwcap-x86-64.patch: add x86_64 to hwcap (bsc#1056606, BZ #22093)- eh-frame-zero-terminator.patch: Properly terminate .eh_frame (BZ #22051)- Disable obsolete libnsl and NIS support - remove-nss-nis-compat.patch: remove nis and compat from default NSS configs - nsswitch.conf: Likewise- math-c++-compat.patch: Do not use __builtin_types_compatible_p in C++ mode (BZ #21930)- Add iconvconfig to baselibs.conf (bsc#1051042)- resolv-context-leak.patch: Fix leaks of resolver contexts - dl-runtime-resolve-opt-avx512f.patch: Use _dl_runtime_resolve_opt only with AVX512F (BZ #21871) - libpthread-compat-wrappers.patch: Don't use IFUNC resolver for longjmp or system in libpthread (BZ #21041)- Update to glibc 2.26 * A per-thread cache has been added to malloc * Unicode 10.0.0 Support * Improvements to the DNS stub resolver * New function reallocarray, which resizes an allocated block (like realloc) to the product of two sizes, with a guaranteed clean failure upon integer overflow in the multiplication * New wrappers for the Linux-specific system calls preadv2 and pwritev2 * posix_spawnattr_setflags now supports the flag POSIX_SPAWN_SETSID, to create a new session ID for the spawned process * errno.h is now safe to use from C-preprocessed assembly language on all supported operating systems * On ia64, powerpc64le, x86-32, and x86-64, the math library now implements 128-bit floating point as defined by ISO/IEC/IEEE 60559:2011 (IEEE 754-2008) and ISO/IEC TS 18661-3:2015 * The synchronization that pthread_spin_unlock performs has been changed to now be equivalent to a C11 atomic store with release memory order to the spin lock's memory location * The DNS stub resolver no longer performs EDNS fallback * res_mkquery and res_nmkquery no longer support the IQUERY opcode * The _res_opcodes variable has been removed from libresolv * 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 - bsc#1074208- Fix RPM group- s390-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (fate#322271)- ld-hwcap-mask-suid.patch: Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (BZ #21209) - ld-library-path-suid.patch: Completely ignore LD_LIBRARY_PATH for AT_SECURE=1 programs (CVE-2017-1000366, bsc#1039357, BZ #21624)- Remove glibc-cpusetsize.diff, no longer useful- fts-symbol-redirect.patch: Fix symbol redirect for fts_set (bsc#1041123, BZ #21289)- test-math-vector-sincos-aliasing.patch: Fix test-math-vector-sincos.h aliasing- add-locales.patch: renamed from glibc-2.3.locales.diff.bz2, drop en_BE locales (bsc#1039502)- Remove glibc-testsuite.patch, no longer relevant- Use multibuild feature - Remove obsolete check-build.sh - glibc.rpmlintrc: remove obsolete entries - Use %tmpfiles_create in nscd postin- i686-memchr-sse.patch: Fix i686 memchr overflow calculation (bsc#1031021, BZ #21182) - sunrpc-use-after-free.patch: Avoid use-after-free read access in clntudp_call (BZ #21115) - Build testsuite with gdb and python-pexpect to enable more tests- tunables-bigendian.patch: Fix getting tunable values on big-endian (BZ [#21109])- Update to glibc 2.25 * The feature test macro __STDC_WANT_LIB_EXT2__, from ISO/IEC TR 24731-2:2010, is supported to enable declarations of functions from that TR. * The feature test macro __STDC_WANT_IEC_60559_BFP_EXT__, from ISO/IEC TS 18661-1:2014, is supported to enable declarations of functions and macros from that TS. * The feature test macro __STDC_WANT_IEC_60559_FUNCS_EXT__, from ISO/IEC TS 18661-4:2015, is supported to enable declarations of functions and macros from that TS. * The nonstandard feature selection macros _REENTRANT and _THREAD_SAFE are now treated as compatibility synonyms for _POSIX_C_SOURCE=199506L. * The inclusion of by is deprecated. * New features from TS 18661-1:2014 are added to libm: the fesetexcept, fetestexceptflag, fegetmode and fesetmode functions, the femode_t type and the FE_DFL_MODE and FE_SNANS_ALWAYS_SIGNAL macros. * Integer width macros from TS 18661-1:2014 are added to : CHAR_WIDTH, SCHAR_WIDTH, UCHAR_WIDTH, SHRT_WIDTH, USHRT_WIDTH, INT_WIDTH, UINT_WIDTH, LONG_WIDTH, ULONG_WIDTH, LLONG_WIDTH, ULLONG_WIDTH; and to : INT8_WIDTH, UINT8_WIDTH, INT16_WIDTH, UINT16_WIDTH, INT32_WIDTH, UINT32_WIDTH, INT64_WIDTH, UINT64_WIDTH, INT_LEAST8_WIDTH, UINT_LEAST8_WIDTH, INT_LEAST16_WIDTH, UINT_LEAST16_WIDTH, INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH, INT_LEAST64_WIDTH, UINT_LEAST64_WIDTH, INT_FAST8_WIDTH, UINT_FAST8_WIDTH, INT_FAST16_WIDTH, UINT_FAST16_WIDTH, INT_FAST32_WIDTH, UINT_FAST32_WIDTH, INT_FAST64_WIDTH, UINT_FAST64_WIDTH, INTPTR_WIDTH, UINTPTR_WIDTH, INTMAX_WIDTH, UINTMAX_WIDTH, PTRDIFF_WIDTH, SIG_ATOMIC_WIDTH, SIZE_WIDTH, WCHAR_WIDTH, WINT_WIDTH. * New features are added from TS 18661-1:2014: - Signaling NaN macros: SNANF, SNAN, SNANL. - Nearest integer functions: roundeven, roundevenf, roundevenl, fromfp, fromfpf, fromfpl, ufromfp, ufromfpf, ufromfpl, fromfpx, fromfpxf, fromfpxl, ufromfpx, ufromfpxf, ufromfpxl. - llogb functions: the llogb, llogbf and llogbl functions, and the FP_LLOGB0 and FP_LLOGBNAN macros. - Max-min magnitude functions: fmaxmag, fmaxmagf, fmaxmagl, fminmag, fminmagf, fminmagl. - Comparison macros: iseqsig. - Classification macros: iscanonical, issubnormal, iszero. - Total order functions: totalorder, totalorderf, totalorderl, totalordermag, totalordermagf, totalordermagl. - Canonicalize functions: canonicalize, canonicalizef, canonicalizel. - NaN functions: getpayload, getpayloadf, getpayloadl, setpayload, setpayloadf, setpayloadl, setpayloadsig, setpayloadsigf, setpayloadsigl. * The functions strfromd, strfromf, and strfroml, from ISO/IEC TS 18661-1:2014, are added to libc. * Most of glibc can now be built with the stack smashing protector enabled. * The function explicit_bzero, from OpenBSD, has been added to libc. * On ColdFire, MicroBlaze, Nios II and SH3, the float_t type is now defined to float instead of double. * On x86_64, when compiling with -mfpmath=387 or -mfpmath=sse+387, the float_t and double_t types are now defined to long double instead of float and double. * The getentropy and getrandom functions, and the header file have been added. * The buffer size for byte-oriented stdio streams is now limited to 8192 bytes by default. * The header now includes the header. * The malloc_get_state and malloc_set_state functions have been removed. * The “ip6-dotint” and “no-ip6-dotint” resolver options, and the corresponding RES_NOIP6DOTINT flag from have been removed. * The "ip6-bytestring" resolver option and the corresponding RES_USEBSTRING flag from have been removed. * The flags RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME, RES_KEEPTSIG, RES_BLAST defined in the header file have been deprecated. * The "inet6" option in /etc/resolv.conf and the RES_USE_INET6 flag for _res.flags are deprecated. * DNSSEC-related declarations and definitions have been removed from the header file, and libresolv will no longer attempt to decode the data part of DNSSEC record types. * The resource record type classification macros ns_t_qt_p, ns_t_mrr_p, ns_t_rr_p, ns_t_udp_p, ns_t_xfr_p have been removed from the header file because the distinction between RR types and meta-RR types is not officially standardized, subject to revision, and thus not suitable for encoding in a macro. * The types res_sendhookact, res_send_qhook, re_send_rhook, and the qhook and rhook members of the res_state type in have been removed. * For multi-arch support it is recommended to use a GCC which has been built with support for GNU indirect functions. * GDB pretty printers have been added for mutex and condition variable structures in POSIX Threads. * Tunables feature added to allow tweaking of the runtime for an application program. * A new version of condition variables functions have been implemented in the NPTL implementation of POSIX Threads to provide stronger ordering guarantees. * A new version of pthread_rwlock functions have been implemented to use a more scalable algorithm primarily through not using a critical section anymore to make state changes. * On ARM EABI (32-bit), generating a backtrace for execution contexts which have been created with makecontext could fail to terminate due to a missing .cantunwind annotation. (CVE-2016-6323) * The DNS stub resolver functions would crash due to a NULL pointer dereference when processing a query with a valid DNS question type which was used internally in the implementation. (CVE-2015-5180) - Enable stack protector if part of %optflags - startcontext-cantunwind.patch: Removed - cpuid-assertion.patch: Removed- cpuid-assertion.patch: Don't assert on older Intel CPUs (BZ #20647)- glibc-2.3.3-nscd-db-path.diff: Move persistent nscd databases to /var/lib/nscd - glibc-2.3.90-langpackdir.diff: simplify- Update to glibc 2.24 * The minimum Linux kernel version that this version of the GNU C Library can be used with is 3.2 * The pap_AN locale has been deleted * The readdir_r and readdir64_r functions have been deprecated * The type `union wait' has been removed * A new NSS action is added to facilitate large distributed system administration * The deprecated __malloc_initialize_hook variable has been removed from the API * The long unused localedef --old-style option has been removed * nextupl, nextup, nextupf, nextdownl, nextdown and nextdownf are added to libm * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed (CVE-2016-3075) * Previously, getaddrinfo copied large amounts of address data to the stack, even after the fix for CVE-2013-4458 has been applied, potentially resulting in a stack overflow. getaddrinfo now uses a heap allocation instead (CVE-2016-3706) * The glob function suffered from a stack-based buffer overflow when it was called with the GLOB_ALTDIRFUNC flag and encountered a long file name (CVE-2016-1234) * The Sun RPC UDP client could exhaust all available stack space when flooded with crafted ICMP and UDP messages (CVE-2016-4429) * The IPv6 name server management code in libresolv could result in a memory leak for each thread which is created, performs a failing naming lookup, and exits (CVE-2016-5417) - startcontext-cantunwind.patch: mark __startcontext as .cantunwind (bsc#974800, BZ #20435) - Removed patches: * 0001-Updated-translations-for-2.23.patch * 0002-Regenerate-libc.pot-for-2.23.patch * 0003-Regenerated-configure-scripts.patch * 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch * 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch * 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch * 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch * 0008-Update-NEWS.patch * 0009-sln-use-stat64.patch * 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch * 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch * 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch * 0013-Mention-BZ-19762-in-NEWS.patch * 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch * 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch * 0016-Fix-resource-leak-in-resolver-bug-19257.patch * 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch * 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch * 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch * 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch * 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch * 0022-configure-fix-test-usage.patch * 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch * 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch * 0025-getnameinfo-Do-not-preserve-errno.patch * 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch * 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch * 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch * 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch * 0030-hesiod-Remove-RCS-keywords.patch * 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch * 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch * 0033-malloc-Remove-NO_THREADS.patch * 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch * 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch * 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch * 0037-malloc-Add-missing-internal_function-attributes-on-f.patch * 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch * 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch * 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch * 0041-nss_dns-Check-address-length-before-creating-addrinf.patch * 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch * 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch * 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch * 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch * 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch * 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch * 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch * 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch * 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch * 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch * 0052-Fix-tst-dlsym-error-build.patch * 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch * 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch * 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch * 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch * clntudp-call-alloca.patch * glibc-memset-nontemporal.diff * nis-initgroups-status.patch * nscd-gc-crash.patch * robust-mutex-deadlock.patch * strncat-avoid-array-bounds-warning.patch- strncat-avoid-array-bounds-warning.patch: Avoid array-bounds warning for stncat on i586 (BZ #20260) - Update glibc.keyring - Unset MALLOC_CHECK_ during testsuite run- nsswitch.conf: Add fallback to files for passwd and group to prepare for libnsl removal.- nis-initgroups-status.patch: Return proper status from _nss_nis_initgroups_dyn (bsc#984269, BZ #20262) - robust-mutex-deadlock.patch: Fix generic __lll_robust_timedlock_wait to check for timeout (bsc#985170, BZ #20263)- nscd-gc-crash.patch: Fix nscd assertion failure in gc (bsc#965699, BZ [#19755])- clntudp-call-alloca.patch: do not use alloca in clntudp_call (CVE-2016-4429, bsc#980854, BZ #20112)- Import patches from 2.23 branch 0001-Updated-translations-for-2.23.patch 0002-Regenerate-libc.pot-for-2.23.patch 0003-Regenerated-configure-scripts.patch 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch 0008-Update-NEWS.patch 0009-sln-use-stat64.patch 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch 0013-Mention-BZ-19762-in-NEWS.patch 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch 0016-Fix-resource-leak-in-resolver-bug-19257.patch 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch 0022-configure-fix-test-usage.patch 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch 0025-getnameinfo-Do-not-preserve-errno.patch 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch 0030-hesiod-Remove-RCS-keywords.patch 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch 0033-malloc-Remove-NO_THREADS.patch 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch 0037-malloc-Add-missing-internal_function-attributes-on-f.patch 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch 0041-nss_dns-Check-address-length-before-creating-addrinf.patch 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch 0052-Fix-tst-dlsym-error-build.patch 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch - CVE-2016-3075 CVE-2016-1234 CVE-2016-3706 bsc#973164 bsc#969727 - resolv-mem-leak.patch: renamed to 0016-Fix-resource-leak-in-resolver-bug-19257.patch - no-long-double.patch: renamed to 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch - glibc-gcc6.patch: renamed to 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch- glibc-c-utf8-locale.patch: fix bad standard in LC_IDENTIFICATION categories - glibc-2.3.locales.diff.bz2: likewise- glibc-gcc6.patch: Suppress GCC 6 warning about ambiguous 'else' with - Wparentheses- Add compatibility symlinks for LSB 3.0 (fate#318933)- powerpc-elision-enable-envvar.patch: enable TLE only if GLIBC_ELISION_ENABLE=yes is defined (bsc#967594, fate#318236)- ldd-system-interp.patch: Restore warning about execution permission, it is still needed for noexec mounts (bsc#915985)- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8) and rh#902094 . Added with glibc-c-utf8-locale.patch. - Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for C.UTF-8 same as C locale.- Move %install_info_delete to %preun - crypt_blowfish-1.3.tar.gz.sign: Remove, the sign key is no longer acceptable- no-long-double.patch: Don't use long double functions if NO_LONG_DOUBLE- Update to glibc 2.23 release. * Unicode 8.0.0 Support * sched_setaffinity, pthread_setaffinity_np no longer attempt to guess the kernel-internal CPU set size * The fts.h header can now be used with -D_FILE_OFFSET_BITS=64 * getaddrinfo now detects certain invalid responses on an internal netlink socket * A defect in the malloc implementation, present since glibc 2.15 (2012) or glibc 2.10 via --enable-experimental-malloc (2009), could result in the unnecessary serialization of memory allocation requests across threads * The obsolete header has been removed * The obsolete functions bdflush, create_module, get_kernel_syms, query_module and uselib are no longer available to newly linked binaries * Optimized string, wcsmbs and memory functions for IBM z13. * Newly linked programs that define a variable called signgam will no longer have it set by the lgamma, lgammaf and lgammal functions - Removed patches: * dont-remove-nodelete-flag.patch * openat64-readd-o-largefile.patch * mntent-blank-line.patch * opendir-o-directory-check.patch * strcoll-remove-strdiff-opt.patch * ld-pointer-guard.patch * tls-dtor-list-mangling.patch * powerpc-lock-elision-race.patch * prelink-elf-rtype-class.patch * vector-finite-math-aliases.patch * powerpc-elision-adapt-param.patch * catopen-unbound-alloca.patch * strftime-range-check.patch * hcreate-overflow-check.patch * errorcheck-mutex-no-elision.patch * refactor-nan-parsing.patch * send-dg-buffer-overflow.patch * isinf-cxx11-conflict.patch * ibm93x-redundant-shift-si.patch * iconv-reset-input-buffer.patch * tzset-tzname.patch * static-dlopen.patch- isinf-cxx11-conflict.patch: Fix isinf/isnan declaration conflict with C++11 (bsc#963700, BZ #19439)- tls-dtor-list-mangling.patch: Harden tls_dtor_list with pointer mangling (BZ #19018) - prelink-elf-rtype-class.patch: Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink (BZ #19178) - vector-finite-math-aliases.patch: Better workaround for aliases of * _finite symbols in vector math library (BZ# 19058) - powerpc-elision-adapt-param.patch: powerpc: Fix usage of elision transient failure adapt param (BZ #19174) - catopen-unbound-alloca.patch: Fix unbound alloca in catopen (CVE-2015-8779, bsc#962739, BZ #17905) - strftime-range-check.patch: Add range check on time fields (CVE-2015-8776, bsc#962736, BZ #18985) - hcreate-overflow-check.patch: Handle overflow in hcreate (CVE-2015-8778, bsc#962737, BZ #18240) - errorcheck-mutex-no-elision.patch: Don't do lock elision on an error checking mutex (bsc#956716, BZ #17514) - refactor-nan-parsing.patch: Refactor strtod parsing of NaN payloads (CVE-2014-9761, bsc#962738, BZ #16962) - send-dg-buffer-overflow.patch: Fix getaddrinfo stack-based buffer overflow (CVE-2015-7547, bsc#961721, BZ #18665) - powerpc-lock-elision-race.patch: renamed from 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- Add audit-devel and libcap-devel to BuildRequires, for use by nscd- reinitialize-dl_load_write_lock.patch: Reinitialize dl_load_write_lock on fork (bsc#958315, BZ #19282)- resolv-mem-leak.patch: Fix resource leak in resolver (bsc#955647, BZ #19257) - tzset-tzname.patch: Force rereading TZDEFRULES after it was used to set DST rules only (BZ #19253)- glibc-2.3.90-noversion.diff: use stat64- ld-pointer-guard.patch: Always enable pointer guard (CVE-2015-8777, bsc#950944, BZ #18928)- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based optimization (BZ #18589)- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE error handler (BZ #18830)- new patch [BZ #18743] PowerPC: Fix a race condition when eliding a lock 0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch- nss-files-long-lines-2.patch: Properly reread entry after failure in nss_files getent function (bsc#945779, BZ #18991)- fnmatch-collating-elements.patch: Fix fnmatch handling of collating elements (BZ #17396, BZ #16976)- opendir-o-directory-check.patch: Fix opendir inverted o_directory_works test - static-dlopen.patch: Static dlopen default library search path fix (bsc#937853)- mntent-blank-line.patch: Fix memory corruption w/blank lines- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from all loaded objects on failed dlopen - openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64- Update to glibc 2.22 release. * Cache information can be queried via sysconf() function on s390 * A buffer overflow in gethostbyname_r and related functions performing DNS requests has been fixed. (CVE-2015-1781) * The time zone file parser has been made more robust against crafted time zone files * A powerpc and powerpc64 optimization for TLS, similar to TLS descriptors for LD and GD on x86 and x86-64, has been implemented. * Character encoding and ctype tables were updated to Unicode 7.0.0 * Added vector math library named libmvec * A new fmemopen implementation has been added with the goal of POSIX compliance. * The header is deprecated, and will be removed in a future release. * bsc#905313 bsc#920338 bsc#927080 bsc#928723 bsc#931480 bsc#939211 bsc#940195 bsc#940332 bsc#944494 bsc#968787 - Patches from upstream removed * htm-tabort.patch * o-tmpfile.patch * memcpy-chk-non-SSE2.patch * pthread-mutexattr-gettype-kind.patch * powerpc-software-sqrt.patch * static-tls-dtv-limit.patch * threaded-trim-threshold.patch * resolv-nameserver-handling.patch * nss-separate-state-getXXent.patch * aarch64-sigstksz.patch * heap-top-corruption.patch * pthread-join-deadlock.patch- pthread-join-deadlock.patch: Use IE model for static variables in libc.so, libpthread.so and rtld (bsc#930015, BZ #18457)- glibc-nodate.patch: fix verification of timestamp- also filter out -fstack-protector-strong- getaddrinfo-ipv6-sanity.diff: Remove. It breaks services that start before IPv6 is up (bsc#931399) - glibc-2.3.locales.diff.bz2: Remove sh_YU locales, fix currency for en_BE.- Add /usr/include/gnu/lib-names-.*.h to baselibs - pthread-join-deadlock.patch: Don't require rtld lock to store static TLS offset in the DTV (bsc#930015, BZ #18457) - heap-top-corruption.patch: Do not corrupt the top of a threaded heap if top chunk is MINSIZE (BZ #18502)- threaded-trim-threshold.patch: Fix regression in threaded application malloc performance (bsc#915955, BZ #17195)- aarch64-sigstksz.patch: Increase MINSIGSTKSZ and SIGSTKSZ (BZ #16850)- powerpc-software-sqrt.patch: Fix powerpc software sqrt (BZ #17964, BZ [#17967]) - nss-separate-state-getXXent.patch: Separate internal state between getXXent and getXXbyYY NSS calls (CVE-2014-8121, bsc#918187, BZ #18007) - static-tls-dtv-limit.patch: Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage (bsc#919678, BZ #17090, BZ #17620, BZ #17621, BZ #17628)- resolv-nameserver-handling.patch: Replace with simpler version with more compatibility- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs (bsc#920084)- resolv-nameserver-handling.patch: Rewrite handling of nameserver configuration in resolver- htm-tabort.patch: Fix TABORT encoding for little endian- Update to glibc 2.21 release. * A new semaphore algorithm has been implemented in generic C code for all machines * Added support for TSX lock elision of pthread mutexes on powerpc32, powerpc64 and powerpc64le * Optimized strcpy, stpcpy, strchrnul and strrchr implementations for AArch64 * i386 memcpy functions optimized with SSE2 unaligned load/store * New locales: tu_IN, bh_IN, raj_IN, ce_RU * The obsolete sigvec function has been removed * CVE-2015-1472 CVE-2015-1473 CVE-2012-3406 CVE-2014-9402 CVE-2014-7817 bsc#864081 bsc#906371 bsc#909053 bsc#910599 bsc#916222 - Patches from upstream removed * ifunc-x86-slow-sse4.patch * pthread-mutex-trylock-elision.patch - o-tmpfile.patch: Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (BZ #17912)- Update to crypt_blowfish 1.3. * Add support for the $2b$ prefix. - ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit (BZ #17501)/sbin/ldconfigngptngpt-develh03-ch2c 1745341973  !"#$$$$()*+,-./02.38-150600.14.29.12.38-150600.14.29.12.38-150600.14.29.12.2.22.2.22.2.22.2.2 bindresvport.blacklistgai.confld.so.cacheld.so.confnsswitch.confrpcld-linux-x86-64.so.2ld-lsb-x86-64.so.3libBrokenLocale.so.1libanl.so.1libc.so.6libc_malloc_debug.so.0libdl.so.2libm.so.6libmvec.so.1libnss_compat.so.2libnss_db.so.2libnss_dns.so.2libnss_files.so.2libnss_hesiod.so.2libpthread.so.0libresolv.so.2librt.so.1libthread_db.so.1libutil.so.1ldconfiggencatgetconfgetenticonvld.solddlocalelocaledefgetconfPOSIX_V6_LP64_OFF64POSIX_V7_LP64_OFF64XBS5_LP64_OFF64getconficonvconfigglibcgai.confglibcLICENSESgencat.1.gzgetconf.1.gzlocale.alias.5.gzldconfig/etc//lib64//sbin//usr/bin//usr/lib//usr/lib/getconf//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/glibc//usr/share/licenses//usr/share/licenses/glibc//usr/share/man/man1//usr/share/man/man5//var/cache/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:38381/SUSE_SLE-15-SP6_Update/99975099d9ee5d54bbb3b31aa0bbf347-glibc.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux  ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/glibc-2.38-150600.14.29.1.x86_64/etc/gai.conf' (No such file or directory)emptyELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=d7029e84166d1963ce4eb28c4571f12a28973937, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4aabaf7744b10af9895631a3e7501dc44ad987c, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=df3e67d20ff96e45141dd3a0905aa1119b8a7818, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=3c23d9be9ad37c86aafb5d405431f5f140ab0d8e, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6846f8142011d7d2eba825ec9b817219ffa3988a, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c72150aa2aea3cf5a23c4a10ce4863eef0f59077, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=775a8502f1f35b4ab90f027669ab111c96d2fc48, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=a91bfcc157598ad28dbb504b0cdb15f7f901ff66, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2799c4ee7bf3ca78eb4a55a756bdb93e35dbc811, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f309faa3fbd4cbab0c739a5f12ea8fe3bf8d2dd, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=09e4589b81b0b07b50bef3cd843ec8fd1088548a, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f710d3f8f03c5b85332bb050de60c75549d16ea7, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=da34a091eb11723de8b23e728a34bf09e7f0334b, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0274be6a247a3b9c83c0347067ee43cc0bb29f0, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=acaf669b903f22b54419d7cbf3d59e3d4990602e, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf3de0004deab72f402a5cefe81cff85f0cffa47, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1dd8de03bde4cbcd3e3bbd19270738da3b5d55c, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0e561c1934ad59cf5b66b640aca8ec37f492ec53, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, for GNU/Linux 4.3.0, BuildID[sha1]=fc6569f4f3f01669f21c214ea039966ded6ab5b9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=0aa3d4ab23342278f9d7e673bf40596b69e701ce, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=fec0ebd29d7368a4477771d0224c2bcd4fd65047, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=128fce9aea47932b1de1b2ff1dbdde506d179ae3, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=e197eb86f84fe8e86b937b95f8b878facbdd5cdf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=870410698faddddc27c2d5ceccd3b12e0fa51d96, strippeddirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=e47e36e7f4d8a4169d736ce151fcf1e3bfc41c59, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=5649bc8ba5b2fc7e3f5197f97aaed2bb9197b3b6, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) bt| &1=AEIM O"      PPPPPPPPPPP P R RRP P R RPPPP!P!P"P"P#P#P$P$P-P-P.P.P/P/P0P0P1P1P2P2PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP P P%P%P&P&P'P'P(P(P)P)P*P*P+P+P,P,P3P3P RRRP7P5P5P6P6P8P8P4R RRRRRR R RRP:P;P;PP>P?P?PAPAPBPBPCPCPDPDPEPEPFPFPGPGPHPHPIPIPJPJPKPKP=RR RRPNPOPOPMR RRRRRRRRPPR RRR RPQR RRR R RRPRR RPSR RPTRR RRRR R RRRPYPZPZP\P\P]P]P^P^PaPaPVPVPWPWPXPXP[P[P_P_P`P`PUR RPcPdPdPePePbRRRR R R RPgPhPhPiPiPjPjPkPkPfR RPmPnPnPoPoPlRR RPqPpR RR R RRRRRR RR RRRR RR RR R RRRRRR RR RR R R RRRRRRR RR RRR RRRRR RR RR RR RR RR RR RR RR RR RR RRRRRRR R RuG_Zglibc-extrautf-8dafdfb5a9d97de54dda7ca2f9e7214afb8cd9f9ce30302d6a5144c32b651ba9e?`7zXZ !t/q]"k%f%| ^6ܷ۬xanZ)ZV!|PP|UuB\ӖFwG\/-\4yd-,J#.^pް%%nĎm$@vJyƦ Fg#{60`}Eo7EH2?bN?S 6wO _M?6+TvN*wSdJ}CMzYCV %1_L4,}{Ao0VK)/R*/=Q+,3Ɂ:XeJ eZNL*_ݗQ-b/ӏ06OA 1ݸI9zMثL;h݄JB%+YvkSG1nuT"cfG/=5l)`S}w 2 )\8CKqh#8+B3@"#§ LBN +VWC+/:'t4d9OKq/"rP;if*@aq^ؾ^2** S)\fZnPO_5.g]Ӌw!ZYj:ٷln]ٛeH:;Amp:`n06rY''@M$=Q~ (Գ< 1>,qޣ洷'ͧ7zx\µ*A|Ջyg3*&ub3Ƹ'#\d0C]Q;MX:(M Z$PjU n/lXgοoʨ%d`2yW wvOm+=FWn7a͆ (_GjPd jۦ,^8op1hk"5xLP^POA%4%_v4#S&dMO<Yӊޒɺ=^1iN~J_,x(V{r5>vgvQw%Lqɣɠ[•5EZBu^x,!; !eskxnW[PrQf"-0=C)@ ]xL`Ά6 "CL@5pr9+ Xj'r11\$Ug@`C[ʧ^)]z]CaUE"zh_JSfwe[w8Y_\L5 쮍BG) pU% ?vwwrgqJWO!LYex+:9~)3ش>-`;%Y9a=MĀl6Aط3)lL+Yu!^r2c|012GRk8T"Vk Cen dQR\+8|Tk^<31l5QZU a4k}ߞD=Z}"ebR%o~)rw$\ a}0u*_3^=&IhQFJJ;-0BPSmr(Kf=B}r7v*Pɷ{|Č{c\ֺȯd= :ot[i R`*`_-* nGTAmI7{}F /]?`yGi}MTA,:kzAo)̣>FՎi2Y %IԲ2״<ŗp'jlSSBXJTÐ=T=@~Nbq;k>>ȡmG˯ - jL'7?|3O鮽e.0P꿝p#F--b^8^c5]wA,oNn-վ9q&z@/*y^w}XlkP-e6ރe:y`-p$OAh$;Thڰv$em41i!iPk/tSusҚNj޹ AVySbM%[r,f动&eVlNce =[j8}MǢfBPjD)+?e[+'<&HXG9UU[]ΪJ=Se2dcQëoꐵI*n\%W Iбmi?&mFp](ڣ"E>V *0 |i_zG,ÃBЈ/XMn FhKv.>X{k AyjRA 4Ρѐ8IeΗ1O6#iB UX3$Ԅ/FÓSٶ{KS>Ŝ+D ʰ~۳4kBޞ0͘À4&7#*ZCקּ8.j}v^! TIԊ\1vIQ1Ss k'i(p6ۍ^v" D_wD ;=muV$0n|neK=auf܈KN0<7P<IUN[E\RGsE]'^͛nmyS' w 5OKAdBUeX p. !+m`W#>EW^  f;ZSETG@n"1vrqS ҥՇ/~" ,H̅E2#v~Ϲc;\}KY6(jL0`2p#dJPZ91X:r4TE/hJƒt+hgɃ;*7\ZS Ls%q $Y_%^^]Qֿ~u &qa<ߋ;% "1۽Mk ,Jgv۹^@8^o7nS?@%.:ɫcq Jk%~׉8s{ qN,(7NbDt+L?46\ ;|$f^#_K7Mh qQpL`C"914c͢X"xwD~\7_߂=ZO¤+XVb8D-ǖ*/̌n?}?zXVvuTٴ¬Ed!A`el٤0"]C“(vRNӼ_WODD[@Hk8zsn&kDj 4yeYP %wyl큼(tP\nv,9y(j/mrsRAn^NRd,EˬӮƇtn%P"7 3J|G f WRPw N{7fXg,"A kB_' ZΘ|6"tmN(_ܿ9Z;ۈNg~4lQ ީp3^_JdKDxKJ|OK*qeS~F0EL_l]v@*1h^[DyU &1O˿{/O f78b}Ӑ矀8;=́tL$RHvZ"1^ܙ, U $UiǥI<0g tlR[u*ېЧƪwTQ2ܾ;n 2WC;eiǶ8CFT왂Rlwe7B0|?]pʢX~dAޗϤE"(u."[8o+e{UpV=W(߯2C wfR?=ȎuG[|ϥ{6$ D]nϹjݒPM vArS&QԴ-Y/*dp> AW#lpN`ۈP<.IˠJnEjóQH j"ԟotn v8:u0fǀdz2rӉZDx{Tf=HMv0PuXLQ=*Yng^A]8Y8.buW˺ɍD15|!OrztUI;{ ')ORxO,Cdb-M v0:8jHt<a\*mec2ӫ:nnI/VU79| Ľi2M#f 6o$ȻŖYs6Z/gbW:DPIByqvW7L7l;*X^^bV Amg0縺.)B攭* > r. G {FMglUB6kpe&C+vCr;QX6Gϣ}%`Vf ֺpEU 0 -f0Ű5aL9MgDzy+P 'f ͗[řhzOک0*)Kp鏐3%98;i"NXmzy [H'2pJG㟋J& .La-U=lK?G,HO>bx#0X+ us{2"'zf J'.h:G Zy0}?0 怑 yNI,EpZeRL|܆ĉM m04E7^[&BuIGE>FPڧ2C ̙J}P@~S[Y"?)n)G83f3XO?UՃG4]p[_Ң Q- wz{iJƶ`<A3ab:#'2a *nmOv.3 & Y(W۸?2Ѵ׎#Ϻ Bǐs;3[h45W<Ine`LC yM2?$Jh/<-Um&N7do p nV_jQRbT"X$C[#h>  <,ާ*u,W9{Ui.3R/mϢE Wgcm_hM&*b5Q֤3a9xo{^XCzgl3Ԣr>w<#m-2Y H:>XGEQU"2IyD'L(\R2b5A}rƯߝKAP$kߓAҫ`RI73m/5E2 Eݘ'.pR,3`9z]n|*QpMgxO+҆y42 ޚ2ts7+;b]]J$5ũ5&Y ^TZ`k-f/jݺ .&VoǒKOك) A9P-}1\3S) Vj (YȑQU(\TBl<1<S3fYX7.G&B/~w5M"G:_%vPWA)Uj!"~1]a<<a&H<`*/k51,b/}Z- N^DE;yfj~mWt SS=3^ET3 cʵU£yp 9`o0BԯrMJWUS }Z kT0!>eS:PT؇+u*%2g70s#3k٤Z? I+ !7.b}ǙKGvZٕR{?_b%Lڬ(@D2Mly`MZ(j=ciQi^y :BEw)"c 6V> s6{ØN \_rXVkh1lOGZC ѝ a"戧yH@c!Ⱦf+"1E3gjo۝TiX[L3h4tl Ɯg\]5x _-&Y,0WR@X8Z"60fkO媦S)fɏ4zrBJz*-?TLj˙8zUCY!VZg#Z .P-5/Ŀ'EP!3CZ|EbW͍[7҅isKI3T5zw֝7gTQMp/[Ro9";?.} @#`#E` _PrUim_1a U*+L2c^OGN?wJfgGG(ygz("9TPCiUD>Tv:0>M#.8K1yO+twNؾR@+iC XXHowi:/ڔeOX sf8u65զ+nJsm~ާI#E m#yxн!1wǍ%I5owVb}R?Ȭ򽉙N+6~-h/m9b)DJ=9`+ t50D2;D#;M\R1i&2kv;sblc|lb&/D9>i*_ӐȿIQA(ȣdRaW#cnG6= ~:~Ӄ^#уT2hܢYi(>Y/2~(N4*H丨99*`EhЦ5ݏLs58zk{KFK'*M(sEкjҁ?$|, -w_LӚ(yODgͿ6 NjzfAb}R2"fߵ L^]sltlQ8!"\RFU Q3ԏ]1G[-֥2+uDN-+\ݑEœ˼Og̛v^D:F0L N?#3+PʾD[A?eti'Uuqdat kVh1uttO36ˡE&# N)3:}aw՞ u'UKAۨ;|Ol֖4ChOZu6ń6GpZFXߺZPqG1=, ~zyjӜmƹŷBB?ZE1A-♆W+[k0k ðP*e]M ]9F0녱S`Zϯʽ¯^$L1Ani~lɊN<=#;s4jgA0: QEw._ ]D*;"K'bۤplgkmίg8LΊp?U@)&2P{p_"HCzKv@N1H6X IPegtUZV:gIk1޹b,#BMŊūG:lPʵ'x傎HLGy,HgWd ztV^Jx#3Z?4f%kHre<ڭ۲*tXIk^.!,4ӑ-t̩xz]mGbG3y]X&]QB+nrX] ǹ]1#S[YXFmu<'y>"ɭMQ\s"P89 )( ^w6%*F"co}!4m]lx`SZBvq_w ځq'"e Rw]eH T^X~Hc!_MJe*+|H}̾ʯ/DԊJtŕQ{w\\d0E>ׂf|CUT-Yx>f|og2&R'5uݕۉZ'杪S9R:Z3! O|sUo/cƱ8y[?3?a,/~Lڠ-tdMk/uΚQ^uWqs@_뀏⦢:P۪J#R^, Х>sfikuta?kO("Y#^ &MyTc)'̌h;,@L}p@WkM3B",O*sbuQ/ìY}L斬ڭ{DpcyQN[cǖwyf!\ EJ*Cκ㾀@C#> J3A2&7~iS-VtV\W3Z6v  pߕj>$nf?]=sh ȴwQ-oUb8lw̼0Ci+[d!:w8k) =_ yo i{Sedc&n+ڮȸ~n we=P8 M}B>jf\G`!5~ "]M4&8B"Ţڗ!(ݎokϑ=St^0(]j> en䭾+UDw(`h=g1#F͎&=RWOzA0-?tp;Ϥiv'0<BD @莂aܑvP^Un)Dr|1U?`|>2@VU C$2o#6M${;mmέ/&Rt|.λ )噄Q'8Α</A޽C])q 6M ;0)B2 .x]v,-i>CDŽWeKpuzJyQ#ݥ*T}^%yf%Q8bz/%eԂ<>J'EBMyE*Yp}?cݙmXi$MּeSF;t1 LƔ^[2= Mڌm Km{E cy7%U%|rZ`/A"$gaq_oN֘ӂ|_tl/4Cpał^=І#S+/cEL!P$?**R V91^D&_y;2 =bKCLVKh3Uy z|4/-Xf#kG7m?Mx_d P1| v@ο=@цGJK'P}zAw*JH[>;G f28ns壌(ŁUevaDŽ9q8ALqqdKx͖J'[-9T!Gjjgk:X˺ɳ ;mG%)CSRH~ճ̿[] X)v&cǴQG/U {Ek9pGU~~Qn[2<)Y'hj&ڄSI9[#2Xbx*A S  C룂M: )lq]u 'afxcW3:/:GK6 Gis.M8k1`>SUhQ.+nnahxsXOfY%Ҭ Ikd4w?֜Jғs]C`B#r -y@f3 QFOjT2ms ~2U u%kwcK[O%ĩg9Ͳ20f1b4-R sF\s-S5^n=r?Z:@ތ0Z̞O-8<%]=M瓫G>:G{OiW؇5;+I7/y/!T*ûŐ{.I Zp?l9d507BdJ3N~SACt`(WhMr 9_ v5gw1ihhsW=KT@ u$.,/.1PPVO\6jy[x <ƷKXa3 XK5!c@uӇ3efA1e3 QG*;x=i0V8~bhkFĐa`o7{%,\/1Dk|W{65>'b%^ŒzYU)&X_-"e#u"|o2u Q'td'L]+Fw!8ݔ- e$[Qy|H'{^5WYY^z ˴ 5{;ڂ)D8FpXAjvrei݌`{7?RA,{g2'A麤Gke!طRG<[Ke_U7ƣΏi D|Pl/i{1@D,`w䰆D4 oŭbfX9,!$qx ]dWE7f d̛b\L))ss{||7ib. bp[ԥ];W0tT&z<ھ,>~K$Hy.*] }K[EuT0N[=I\g t"T )8xkS-~TtUqMQ]b䃰G56Q <%_r31[7E0'`짬9I"drG̎|./ͬ>,g>ڇ[t-د=ͷ0 a,c-A'[1/᫞ֵ6C6/ 蜲ۊGLpyHyJTs04eKa"&g'9 s[X;}Z"He`VAvgq1~?@D\&!\qZv]ZV:5ju FMi ( 1~r5&+v~JUق4Ro oe `Ցn0k!WE+!QJMC[uBO%Nj:uRlul]1~Ẍ́#'5x9Rq_nTwZZ3\SM:V_ңXrBzg7&r򄳡`OCFZhl9gg}0*Ry)~B!r76fw̭ 6B Ʒ0{l8}HU)9wkL]SZ4D#y;vu.Y&%H݃5r N -p{.˸nĀ$FMu`JC|vI>cW;lHU}e%s p0rtwr]: VGoyX#kXY$N2|?GmcOB8z&5& }c\giq%qlYGNk,Q틠^g1 en.Lm 3n9wxHf ZR(-f颌Qc=:Z=Ȁa8?sIHl7/L+?;Os*(gƆ6vjm%&+`cQ_ D=..uRG( >D/;Ʒ`RkqРjw$mcx7Zua4&7pH`QBɿi5҇zyJ7h:a5=2S3cCniXƂh|"ܧc%dRpIo[vR^=<~R~+8,xUZDnC)#}Tȱ!w5*l9t̺۲{sxߩe#?(]Si]䨷, #0C p@̬C ށ7 I6#!# 934كMD\lJQ벩thwńó V\F=*Jc^AJSdGHҾBx}IV'o7[sH sA»lp'k( ֙ڒp 0cDM(:i+N' rG';-$hQX:a?JgNO-߫(4 W:>҅]IPK D#Ew)5gݔ-o-S$ufPQAg/qU`jpgz]M΃O<2Rjb*M,u|GU8Ʃ&AAmQ@aiHO!^?&sѽSf|8e}ó?$MԴ-ߜWcv#ye$ %ޛo˳G 4+|D.ۼ8狻tW^(|gIp{DG:]_ v(//ߘO| ާ~[ dRR&mvpy#3õd#9GL9\+i,a|&׮>U'*y[b;'{_xs'kzoF ad"IR4Ԇw@xsp&oR?W$Hk–R`M)HHЩKݵe^?pU%lJd~)k} <8d 6+`\v5dT2 Qc<35 `vt Y w[y]Tye1ŒPqEt}ʒJ:E&5HjV1u6p^;* 3)]1v0(=C&>(6).63V^X@ @1'3C ]L<Ґs?3,'j?PT~&/!vxQ'}}sHvo\@'4Lّ 4sY̻-O*Lg-$1rwdD#jSYS_ϧ[1jMiy3 MKb8!J-Zw<Wq<[}߮=6֩u7%<4^RF$梈MRbhG&i͙W]J7C8{s܍1|m@{ngά;q*Ye~ue;\gO:?>w;FA+Fxƽuy MWpCJEyHrBгg٦;MX^z  v3R(\L j$V'Bi;ϵ`BUH|}fVle ǘ'fLwWWFlMO ('U8U Qt7ä}h7W_#c'%/]U=߂9<*w*wDysfΏ)]mhRQ0@C'E3&b&6VK;aŗY^]g[Џhc#fJ͘?V6n'm/}R>hP V=I.E3Dmq)dVꄕ ?N* ڇA}ƴ@4D :ރHdLhF8< 9.M$/'/}W,jf5=g_bP!d>wӯ7ai WkqTI dDt =}lH ԘOp%k|zYL[-94t<(^ Ӧ>\^8r e";DSh+k+D,)2pe,2?ިE= = ^{04SAJGqg$x\CzתlGYĉ03<^90+UT[:L&cHUC@Sc}w5WMOPP@kŧMT6+"+gCk*JjDqߞEt^ho|r3IY]+bwT}yINN52+tp&<0W N6L7En%%( !RQrN^矁)W5xea@Rk0P"@ ETH8bE?(JdCl2/M;CCZՇ[_U/^L0*`&RB3chyOcLрi%Sd!x&[v o;Du/#)Kefs2IYi}4P c~kWR:mpAGmPC](5u. =s#׏`8g(;AmG0-S׋' ~ iJp~=پ‡HZEW\5  ۽zvL9{]@t /8uf'3U6ŠdaJP s?pebJ__;pG?I7}mWz,UhV;{UtY_gnߦ9lF [l;9;p6d.NNm^L`zzj}A?-|TG[u〕ڪhm[jNkx5!.T@KVF6ͳ\GsaUj'Ik~DwM4Կw1ݘb1:ᖳ,w= c7d#" PEHc,O4`JZzoNkd%RX1-ŅìRvd^,1=2E.w穌 ~4"ǰi'=x8 B:'-䈌~qԴaj.X,yTHpQ᥇$uk"쒬o75mVdKÁDpV3>_" .yn`̏5oQ`$Jic3ԳK/ae­/ԍJ9P=Dy\(bL-A"yBo'Ĭ!]XaOԾSIʌQDHzrgekh[+\.e`. >@[hP%PA Pe0֍m[_ۿ'L ;N{Ù]i5mLеڽ7Wb,SzX}})1ze5-&G:*Gl_H k7;A\fY ĉ祉ve+`@{q :P:Ÿ44@k$z(D?'7W2 sު3FdLhwHwr=6J5c"o̤@bATmٚl‿&ݿM顦o:_|SSjЮy>nO&hĬRQ@"  HrSDXl.<kdz!VH[Lg8S;_G ybdj?2f>3W.AlTU\C BkS7Ur%|vL7ko +UQj$ f\ǩwZ1B֥%68H̐y:m$IO<9=>̈́sEDX,bN`ɨ( /kQQ ??h9}U}'1Q*#_-+{Xp 0rPv_5Ihh$192tP|Chõ7FۚyӜ% o^cXVeNeS<~r*ї'peO!&D*brorsJm3E>C/<5 ?S}xZE5LAf6cre5|u}HX̶6"i)1{*G1K vs`?ՍuB |ߧeGwdg)[ke@e<@4H|EQe)G6`hx(k>/(,ì&4fS*аjs񀥊}9 TY"4̆yz.\qԔVp벬wmT.4x1/}4U3aCJyR,Tz&Fu:ķw|mr]tO>Cx;^-JƁeq?qm{ǰuVz *ăՓ:lVH \+32! c!"k6*3z]73ge͹"– u hʪz=l΅`;LwGhg.ݖS?A9;+T:zpŸ]XD6)3vVr)taǜ CS%Vҍv'ӿyP/Lgv-XHLSeq[t )߈2w?ae"1(k}*sj=СѰ| f<&ciWǺbKP)|譻 qu0V? U]66๵hUI;)rqaP>B#-d> o5_b\m CWGs|1Qŧ7m WL#bBZj94v_(E&ah /΢mJۊœ&Z˄$c\n\fv)Jka;Q̜5J?fݟS=pvwL^>J4,T'wmYE)§#d/)fˠƀS!ݹ $T,HdX75T4ǹvi{il{põJ?o~߹ Rgq,'*ptLb]@dU#zĕ$Wk} 5 D DحXVRyN(D޻ꭗK' 'b3KQ]L6*FV qQj9" OM[R]Wg!>z%9τK7-Ս/9tXĤ*? I'64HRi!O)6@8tr ƺ}xU+Ov!$VWe'SL4@ۧWooFFi/0l+[215L"֍8ޯ˘Z bse9kΠNrZՓմ0 $o=4c}ޛ>xGP$i%6BUI X6vD ӰsDNҪ@# g,,o{Й#pFl0A.d]ć'8٥F**#.@0 ٙiD"S" /) eFZI[b4jy)Żn-KL]̸BYz3ѐ adG*r؁hFD< Բ@ܸߒW1e2ŲtW0ś;,0"afcuzIS3ȣdE70m Ȉ.K3G2/85N?!!>`7}٦07"57$^DE$ߣ8 r+4b;K/QJ/Jw%)P>U`X*w5bHљ4Crx= lj`Da5YMu. W&ڗ$5?QO1SѦ" uO=WgNi5b1 ^h uwPs[32# 1UUz* *j _dR zfLd5-u!@p>R=XD&_ d,zO:VqPHv}{Fd\jjMP25*C@dM#!!bzl;``fR6P^4[H+j-4o;ǒKm"hZꦆ%ҝ+)DYW?_q<)]rĝ4ẀɮeI( tK%!1ejhN@=:7=fs [,uC=yH=XEO5[u H&B:Q\0MrxNo공k]N8֭f=^,N(k@$BRh0H%C j( lHBNhB>Գ/)#S/iȹ^_@c$H@2eAZ @:\UU2P7jJPM?*^5F*ڜSQ%6Q#~F|N[YgNمVm+a t.p!̅hP],qXz#r#ǻ2MT>A];:O t>Yj=olzzKͺZ Fp_LIg+H3%FH'hn 6- (\S-ya~F}'Ek&vn1r՛Gcaf(7bz_#[ѩt=A·CQJh GcBa;Uo9Ԁ<Z*|tn rD[׫dDRqR%{0RdΫƮB pODN" -1ؗZ&DV$ټ,djɭ}n" 5m TK,ҟ_l+],MxoNH('M;6hMp]kNfE#3l >NIͭ(QE1>SwPrv̝Cͬ/VCʀ 9axKU GdqAD訖R  X$b~CȐM%dȇ cWUٷџ"wr&#RW=&f#6%B-\+P`|2A 渨ѥde>D7||^^Kq/36vPXILu5xRsqΏ?uM'пP`M,2C yE8Xopب X fKXCiC-*KЈ Dߔ0pT8^񷳡Z]Dp⃒搐IT64r !~߭Ž ^+GJb(H랇xOsǁɵvѰp0P 7le^ѸK{Ikj/w[=WA3sXm M-}\)c{pȃ)J_ŀ]wnzk?]k/l_! yRN+pxj$Oˍ 3nWO5 E5TkR{.T_wE@CmjuHJ&c|B,_iat=&*d0%1C2?(vRut=f$D @kaգXFzłk}j /"|aYf>Ss)1(&?Nz e~ʋ?k)YN$m^Z9:wncM*šgs̩08*co(U/VЪI˸{Sp| ң՚6vCG*X k4DqSx(wG4/ ZvSEzXnrG?Gj=}N8N%2rVnV[wH A9řǶtrz[AIQfKO) !=klrW';WH[1Բ0b>tUEZi (nٿgiS1LZ_11H+Zj9RP ;D"Rq`>7JxY.=6d.1f9n) /R+G/Rnl#hOE ιfA#=Ő"Q$C?&E( Vkyl0-H~*"wSȺ[Ku=}It [Pq@s_Ӽ.$4A.\ &!4»^4I]&2Ju0} e߻IտNQnm¾E~bG*40 ?Ȟg]SUBj,wӠG!Is 6S=w7),t)_ej@ĆIJ k_G;:U[.CFu{*{EnەQj0acX s?0a=  o?+ `SvFd+Ž 'OPY3>]qoŰX2r=:}`t9P0ơWAA:{$QւLd*l5uDɓeM'IJM *%zo$Fk2;֘ZJ8Ycn|fN sKy s3l4]fiR<0'vf2J6eIj˚(y.k|eڳYɁ139@5GGIXM\%*A0},<;iV]ĭu,QV`k Cׅ=Ef/qsB*F xsqcS5aEE3ys{{"eڄGkW,4Ǒ9tǔ|X\4DwTn[W"M~UEJq;@is8gZhB%*Aܛx'Đh@9$ ɛDlG)w+ !xcR8u%3UMFN wG|"g)* _ "Ta75w:Sӹl.0=`E rnҬ)ӮWU`ј1N؅]׃Pp[˶O p_ -: X[e.$ |dj? ;@܉|l~y7"słtAIj} qJ֗c&@AORy 'wT1[)Үo6^m_;Q狛JnnVͮ ^f-N'qo2Qmyd}^*pƕG.m v$_q4:$~_.S y1*:؄zQ πA4x\]؈ɵۜO6 fTz+Rf{5d ?*>d\( <, nK A'wg6r5ھK+l AP)8e%{'^:_d ;lmz@zb@ګPaZ-QSomg&&=L婝os# ]f?ġ@z*9n$)J]x[z!R R DL}b4NO!µZQeu6\RހA8Q[AK&j鎮R5loǜ^=\h0cBoMƳsb/ YGt=6 5àwi 孔 SwhEbYqK .}At(`P,|NNfڅ̦$h7>\VBEp e+0$*)I*Od% 8E\S'mIҵBK'NHC; e׾ձi][`p! GDPj0 }oȒi"#5jZ&fb}H33O8N"e* Tg.)~!>K a: ;,. O`ntp$?+,v(F+۵\#,M~2oIˌ"gQrrgaiwϐqM?>l,ؐ!Ҝ6Kc"ɗ-+X6T;u?_kD΂* $Sg725$Ԧ˱EwnO&%%bj̇]t`ip_?!?؋c U*O_{ƙ*"j57ۄeTK ";Ii,rW]O^~ o ,#R.ХPfL$*V5:m0Byܧl.>Nbc\FVVԣx60c507z "Vݹ%iTꨯEG12 !pT=L\p/ؽ1WGFw'QGaE\b7j*CVP|Uҩ䧙mhmB, S\7gczuPk]a[>m EM*kYPĿ%x[,S!J;E.Qp" dW*UfJ$_t{= EwB( 5̥ a FAV @Ƿ%4Jmі$M0J'"c g$r(TIP~hVrVO6?MA@lO2Z6Q-=H?-1]: DTy8 ϲ,IM$9)si21 2h۵pAarMU>UC'.ƣ徨vsX}^F ͱL'V|Wc'z!T6I}MTRK([4}ޠ8EK#z y5o38>_pڷ:KeoЃ | aN)q.E 9RS)VG1 I8N(Լ+9nf>tcQlczgh²7>PO3tsΜ%C~{ pxe$}s[x_-GT=K*VϮx!; n$dC% ɂ!IJ͇U}ScZf@'8i uq 6C4>G[MI%3$"`O"ɟA76S!2n_Jd.}[}a"k =/ B^+ \Eyk/2.3KifGu]TgPQg]hQTY+Ph 8i@D٘1Ux? JGxd"߉YɄP8~_C]0P'UkҬԢMW( RxbP'reXsSmLsjSC}Q0f_~3:; ~<9: HjJ.ĦSPf#.h֔2--|]*,n 3ɓЁ4mZ`]Q'.u^` s[}F_#]c]ekmNb ݻ@hN;ˆ*" Gvc12]FѷVk&R?kЁHO+I7d|aL$#*2c%ͽJ eVP_3;V\L/Ɍ- o߈4:0ɪ Ԟuܹ͈9'2 ??I^q5 ND _=BUE!eBu"yCAk׍E^)kͿOb^cxzAP&kGgHda&Dv]!!x9 A6=c6b+0V?[Rmp2ɧWWd[Bz<kA+d_IpPӉr'nn9!({}/鵱1tJz m#B/;!,eg2BCLJ"hp!dNa[ø,l3δ貝0t"Tm6ЉWv6S^_X`[ѻ3Sp9PlQtH!kb/M0kObNFs)cS)=-`^oS]0)Cs|䣔 N7W- D4,bkTB#=SzHZF1#qٯ_vnr n-G:u?}.{5Qᴋi@l"4rMH`h }؊OCeV PF򰹇gǍZ}tخweaWƹ8>iz.Z67}N-TV]5C?XOs-]\Ѵ"xpIATseϗ!g)tvNf?yQ䓀sd];9TFR/k4/`$_{P2}'yn/{(yKub\CGVMoK`тJYi>wU_T&ouha{ٗ?@'0 <@%'/[Û)GtvB>E6 rsQvt1ޮCFұ{atd&\cdi&ʩv|? ~F!PIfyIr p'Гf`WVcJسdt'fTjT{U{?5c} ׍t$p Z/rvPXʎmVZK6Mtg lޒɷ5JRp(#ֽ$M sNRĨm1ΨaZH`fwzp#H+nFnxڲ~BD78{Q;8ۜs%|zŗPWAb}bnh^* `plVGRzMs؎; es6khx)t+wn&3KUmh\kOƸ{s`/W;1IwORon"D09Bh<9wt'S6U+;Оn? [}à6U^@' 4~KFE D3ŵqegex&s}o`_KBAkRduq_ý]N/dN(+B<$&X?NDYHo K?XHz+֧rTd$U+l/}T] =E=֧X8N3T܎VTcLVLݦ3x 8`OJݜ=tYČ/aLh#af0Iz[P}ptUV-ϖCf_Uuc\W q^u!Ҋ+ަQՉp,SdK#3<0GrO_ZzN?oc0ND}:cɪU(莞}(n8qvxލH6(`z2TNRyjqvP} P/ȫ-) iruKnSz#zOi-%(or V( J>E 8ckFD;NaԲ1&N|XOO[(vsE%Dk_jq2ߘDt3^%m>rx3Z`}3A&au "z|I*s+l+bL/v`!-VP@AR]KtÁ9,}Zx7r(C4'eM1'5औ a- a?S;b'F9Sf#g›-y]U;QpG0i ׹5D3@Һi'*eiveWl"Pҹu `jh[P鷚KLڱ %KJJx5jKD'-p(֮'TyčR1J(\ÿ i_ߛѕF<讉a (ZHe k9&:pq˛;S-ƹǣHYslf>QdRTԜ In#ORfi*ynz&Rxԓ|)>Q3k6P>^F1Q` GB(`ӹRW  U3 t-*}ޥ^0LEj.۝ ɛsQj:|Dz}!I|(q3:=1cc1Blo5STn> ڪy#{\[Z5pF?4u݄x,f䤢e!OR_}6#]^ynzzSͶGN yHTl[ff "-7Z~@_s( ![s0@W<R=gWMME"( 9'L>Q *6Ǿq[6%_bT0'$2m| ɍԊ|IUלClժ]\ˡL>voGpW1uai_D%j0gQA-):P+7[{)^:N͈s @iKIbΓ[X}[(mkp'sO 4x͢lU˯m)CL JvkkȮ5~Ti?ziqI6^N쒙W^m\1&Q1KB%ٳY`\1Cl5-ZhK򋸼om!E0Ȣ%u4xWFAK4SA'yzx`[*.+L8ƈ%k2[mMo[|a- 6Ӷٴ;<.|uc6lMߗ) Ȁdv i7y,57r#\K9qd *~o^-1 _0bs~QH>%/]RNnȬ0e`Vp?w5L ~vun8~Px2 6Z ~?TA{& 뚬/݋ FX߬WH4-[o"(x7PXKx$xL[6)AY;?W **8Y΁9s-AV 9l-5"ptT;aKJl:{zrQcí.Zګŀ6-4[5kL6v}TaX+誹849PIҤG^tϘ͟\ |!}u3z2E:\ʐ8vJa6O GBvϴԤ\]:(^FV|xRU#(r_\yk;i_ɢ%0mXBX%j`fF Hd<4h.v/ +LY! Z 8}؉~8xhZ!ׂ4OQF?Y 2ܣyWzǀ=UY={p)Ibt殁 Z1YlFNF^6vw^)Bn43 џs{ DxSN'B vUs.IeH\-uDXR(Zz:(7GmcEr)sk_(YDZB3xt޶aݰI، [v?&]X}~I~,QGW<+8æ(>$XxBKuH'E& ĬS)9K4qbWS >M--OoЁ㳵yq!b)Ў[ϯ?k-^ dtNXPnleLjULZqGA\>EpsY*hG.Wqf LzUZb\VHtO =\q~6" ٫,-T ,),TNmؽ `gVqB1Z@(}$[EByn\o rˇiZeѕЋ?5P-k>6Sd3y/;f,Tl3A m˻D*lQ{JcRfzsgHmK#9Tl߀i+ 欈˾Ep u*wZĄ-vk1:YLh$0^AHw“酩-뽐p5r?_ A};Of7wl,ŷ9:,~v=>|{J9 [9n$?/NS B- Ҟ #VQqU0qk,pN $<)>ͫCXRB̯ͬdSƁTzW4"E;&(v!>?#Rǂ n0,&÷8ʏt\O._V閗O Rīe$ J=^=-y`#9ݫn!2TGdt2Bɛ2gUKc+{-pb `'D@C]֒6o4X(lUE4J~L_'f wzeZO) U ĩTWZ(ȷY5^s(Ɇ҆h]#MŐ[8gD(6Ǥw/$n[!gARE -9T;bBNߙ[r 6(+}y SYU- <^zWc3(jrڧ)OU8mWD$Ai0  .٪Hv WJH)yn!sΙzVvpzDh/sIwϩؕ|e"Wk(Z axz@[Rw毺?_/2GU6> Ŏ8!/]J=X* ^>fAup/i$*4D;_ J/:D 9 I7{ )^ '@tZxc'wT5HYx"[ޡ$u4H}xQ#*]%1m 5Qj6lɛrbrd΀c?QT[X2"zd=ާ CQjaBpGYr迧7s"uM1#FRE,851T6u(F;H#Hf932O ~*M:ɼIi;DksSg64fu7-HQԩD"Ri!07DjLW};p8M(Ot(BĽt0[~j84Lӭ"ȑMM!Qfc~͋H:713 B]2 myޛ~kS#9 y`t(50X8rD[Ȍ[JM#ؠ=(pA9NE=5yS@]WtgJw8 nVX  dtR`RBJب:`A=JSnc<ݖ-~^H Ⱥ pk/,.2J#~sHTыT@b,j :Ag'"_`F&A@^OTㇰ=UJiϿ^&)hΤeKrB8:*<І8b^ok=h@CnOqs# 0}_.d<SZr}\d~Z=KUi,!j т'e!-8ཚp-wQ>|*r|oG;]id Ȱ\ެH7́Tu }r#7׫bGQ@Bt^淫vIDԔC LHm)G.鶿] 6tQ'R1d.Mلd"[a=`$ktM8N%>:nkIf;y`O_ KK>c\o-e\1{!"XlMЌ93j4h^]e5/uSs"IaSUy X=RK&V z\QacE˰ƅw2,A!)LOKH3y`]j&-QKx'> Dg˵@$ݵ1kV)9d2xׂkZ? ?E$sb7rn[A]DrP/Rׂq"yUYJsVd' DD0bʺ=-ػ4) M`da%0L\.Y'k%]z,+cGG٥`>'벽w~zC1I֘,Om5[,˦JsB+;ffy/D'ЁddY=~ҮV.+"!l( "_\#CCRc[N>ig|Aʱ$r6R<,:qMV66G~%fȷ X]> i.Ȟh"BH<H Ι9$N".)SIv1xUuG /NEo!G*E܁-,caV" d1T¢#q^QH.0eNuUI/XD lcbOJO|Eބmv^l\{ ([ o=G?eT l5S3E0$pt0!l>DNUƜhRBKa4 u?8@ЍЭ`|i^h}YCyO8(njh&BmгWұdgɂpOuz%rh# TO\6! r2Y"ߦOs%=Pm`Pg1)3L5wur"p܍C [~v~ۆ.CB[J&2O֊8Ԥ.~%'Ő` "a;joMM^]+㯂7TDF_5`?pǹ@G6`(ؔh$Tt:V~N]O/T ~[f<#B5w)Mj}pNa(Re\JptmhAMH2x|dYRAۡ5xfF@@˝Tġe%ZL%T}qAYv]욵Ao^,sIVpJiE0OYPHitZ]SMb.ײd݀=B\,m9@. HaKXeX覴P@)MJo%KT&HԎ3籮s p/5c%-1]8N}fZ'ַ]k3eD-B7 ?g߳glbsﭟMfX+]V:__]FĬ1u䁟Jf,Q!l1(l"Dp!=bL(mfv"d6Bn1 TΑeB^GlkqZAA5tdӻ~(wJ^Ԉ=rV|[|}EI1BSݾ~재aϞs$L0t`eiF!iY̲Sb/Yilj= 20=Wc+zL?7l4Xp)v"KDävI!® ,2`t9K+*ĝF|f:7+ vb+':n7$%`Gp]+\ `Kks ~n !*nu/_CC'#j zy!7 j?&pef+^ބ+xF9LceԐC V PWPpf>yUnFp TMqߊz H0H^/el3\ 1x\ g0F5{e Is+[c7dSbD$[+:SC,'̶΁sZYj}3*%V((sn1|Hd'\2<ӚɦZk:mw+ۜA3_hr6fJٟV&H\-h*!ЈC4͗/-Th$hzK]K^@̀()OqIeU;| ٫,=MwVq8m}Qؔ Ēq iw2Ɋܫ"FȄqBUd'/B7 Lxh"XS'-[6IFK0?({y;V~I{Yw˜oƮJ&mP|xlC[MK{eھ)<"ϠEn7o[= U',K kd&l"™쓤g $.ӛxpE9VLJŦT@.}^dݴfs MAy?3֛taR,! !}&,a8snʒKi=r27fDQڢUZ =ks4C\m"dG*d7=bYH(7#*+tH# ϔ ]N;KxF!OB#u}ꝲ>i3ť&ޘp<7w|m/ .;ZyE%x`ۍ}GMSldj_hŰ/ISO>kuF3AvΆq Mxor_{QGv;>tťσb'{`x<@+8 &x?Xvs hpen)RILvOɖW#zX&:tLP A^X2c fg.[]׈U}6εvrkI`Cez(*mq ы)sb#De1y\86j,u3-]v]UE}AXC-1less;,n) =rlHcΆdӶe/5a1 P?`$:XPLR<&]]S5C c1=6 ) _D|&6SnaRG[7* "4BCYf7X:|w9]2vՂ=(+4E7- ?BkԓC=8 ٚئ"^t6 ãPiF?H>QgR \71G}{bzK| ;+.,4 *,ʟ^[){ڙwAy~縻I Ee7C^ S?l4{oSig>hGØD}r4 ;eL{Rt95W&ϸk߁2#O i<5ےCe8{Ц ְ`mb5~slx1ըm/]ԋ[*^rHf&:`Ut&s2zѕߴ aՖ U tA?#?2.SHL7dc T7,o>; ٨`\Dx}\*F ԥ AEuqwzmscV jn>O(PV/"0CLwl5{6&A;Eta}A}bDwfbøYG뗭ŠBLw;#_cmmF}v(`WY} ',pDjn4؁ąa0tB%DpN7sӪϦn@J@'c/,o-jPm[ЫpbٝӦlԡaMVD5crhDŏVjhR=q`Xb1`,xV,1GS$? #2<8PBo: ÕP]կ,㾈֜TE[m Z皉pV3׈:Ti{2PQxf G`)oB:s!ܴH~c7.X1~?m'ő9FDr|ߢqJ5#JOKFXͳ6xlVxds<`)/s"-U25AUczXʈ"Ж֢"С_dTңTnhvMm r |BwuL*N*ƃB%ۇAjd' D/Fe=+U[# 2J|#(8-b!Nf0dOs"e.Ī꯹./ZF%S_&\DȢN}7DHu䒹.afᪧi31-@NGh=% atFr]ns~迿&rho.R_;&4)j(fE]uHMeH Aո=<`̪k4c$)sYlN_IigylX @î[\dE~=-'1_yXMz'Ao`A WuIrkE.0v ёuOZXIYe4ЮǢ_8j2ϹH|m6^ꥢ8%\@Ҭ'EkWz4>ڂ;Qw-]z&|+޺I'0ia}!Ĕ+:W N",R ;NE+>KO=&)8s]#QTX82WZ8vŢѶpoXRґ "Kp #vbѮz2+v hAXfә>RWꖐÿ-l 8D"u6}RH呮|,WSsDr5]a*5"+/t^` +ˈ쓯 $/jGϋslyܓcUJ"( 0kߤbB#";ʯ'D1SMgޛeM?8X "򿘘< a7 VEu%&.^~ivH G=SFӒ'Q>Lϛ2vM_)jzIZ"Ԅ`Ѽl/eD5K#?&)(33!7%{0hQnR$!zZfBΛ:PL5y5A-[I\٫>5ߨ$9î#G.;'b=H\*pRHia4 ʔρI{ v[%tj{3,v`˃qx{~K빊i;Kfͯ=S׶EO[4ʻ, EPՓILz-vK@$j4@]He$MTTH(fb% v 6榪kZ`>֊|K_a[ M9B QR4sjhJWAWӃT~GH3'&(Nbe`bLyѿ~&QRS. ?'g+Vz=_){2{`(\#nƨX\Y1 ߮xj39L,ِ|ԑN,ZBd2>FQAfibw]gt,=Kf !<}> hthW-c^t>2eYS &h#\  RR8Zwrur,FZ2*c8QԠy *FӡZq!k l'$ڋeRIAC B7P֪uF<2 } }]LG `< ӹ4piyuOI?m|=JBn9Kct WšUL[*f ʭRsAh&Js A`i3e7RT/}gN4Iugwd)`N֚Uj.5oؿW[JR+O+|ɶ5>HiC'!ܞWgSQ>L=ؘ9XFbJn yHk]☲CpׇUd+'$Z4\H7Lܪqk`B=ȣu6 bz=s'< +fID`Ydv^s;6DkͲ:fOJD+ώR--ׂ*Zj6AFن܍[kHpхS[G?Fq]g|[~F_/|Wdjݐ0#I9L+||>g<ЙO+M܇?Hdpٮ^!xauZ⑕<ؙرg᢫{˼u49G.b<W AQ8ER\{R7ѾELsƎ'߀X5cDN<~B J>۔=i}i-'A?3,LcBVDT?^I$d5UࣺIw[mr ,sC~x0++Ǧ5@NUFsөݾq0,WʊՈb{8~+ArQc^M3wj X ; X-N<߂d4i*{\Z12.H{i{!XQ92?٬ 8<(P,Y(1Հ9rXj-@)RZpgZi9_kRNȾB 龯D`^vɴ!F$aG\K^qQ长/c#筝[*G>` 8ׂN!'ap򇦸?!`tcnE2w[NAtO}K35Pݮ@3fm (INV8BS@e_]N!l?6@7ЅLM i67W6eO0m7t3,@-^${}S}/]0MwTEh^g+17w) B+1s^VQGSzZwERh?<,=[1 Vg:2$|h%."j9wϐ߽Y]r(^ZGF-!jofpDb>I_( ,j~O∆o\ mhdnI]yrcTÖqs(I _M _UuP$|W=)̏Z -jݳй\g )- CniNm\h( KKtM]l i)*@)#Jʊb&ΫCCh~q5gf6DwB3;yJuF1 /̀"'9SCfÃaZ0I &d;h:B<+'Oti V|!eVё U-ւ={u\H\>0ӴPJ3vIqmZcT'_n} e> p՝ {9vkety G:fjV5L?[CڕH'G$red'VfwZiUrft K: agh~yύ:@a}(A cwlad7'Y!TOQKzjS;Q>033Y=<+xF_D;/K&O_;]H,635<0_Rz1YϥZY4i*U8fh?VΤZ[Vc;^R1x$~ ǜ*?b%GzvDc!e)":<^]o&7!DCTE Hul ű#kA|c\n Xew>enNFOhG#HHש!x|swQcLCxӬ}bnjJ}ﲙ"Ka|4Z9TNZip0Y>0^~Ũ$R_0cܪUoCHНIG+Lߒ*`eUZ ]8IŲ\8;^ {,͈m qX z!R-SezO`F<mA|C %nvi->pA7u*9 WdǾ}wRFU潖-{i;zyn?rb\:teFֻ#ա:jF,l]|!97=Wn*߷Z_sNQ˞}Yf͌[pWV%r>! *MC^?zgNqhoў@ƹW&lgd'Nr7)})bi̋K{)wMζ M_On CS5_CКqI,}ܷ~2\=!_m6%O&* IWwQcv|ktR4bd䊴\r j j4=٬% Į!Xw͊x0;u1?eOSq"hfTsatŁTvcǒB9xN4Qji.ha!e6:BUf͓t;V@ア.Sk)MF_z$w1d"XDȘϳ[;dZU$?Gzf𪽛v1\06}O!qE_T=7q"tUlBhw8c kd^ ,A v1? IF`;$w@Rxnπ/yIU"iyw#[uEZ-Ĭ"a;gnnUi8wU'A0 }ԗK8w"MOM.$ 4WA ^ߗ681 { 3[Ol" Hhݔ]a58xJ 8@羅7ْ?HVV>0X c*:"&ҨV[1Gn}F]Ǡ ={ APٗ :f׋P:>kXY-|^<y]uMH>aG,{"bO V"fd9c%do|?(hh#r:FMӊ?fql/"8&ugQ?h*h W\ݵ&0+2IVoh7SfH2!1![>6 jGR)&vӆ{;B񯡷%1 :?F{g'U4#΅ ʉ5.Nx3R4u5lfˇ$j@5 E1SK %6: SǾeϻK!@X3-z/Ɗ E4?JR"M۪ruUWؙB90̲;Rh׌Z8vj 6 C>~;zoSA#t#nHG k:Ӫ(* 65^ Kp^MS]]?: VZ)' \,B$"Ḏ3VQg!xn5J;SO혥;|i=~ `K]/T^0*-7ds3 iV_F6 e/*5'I~z@nkz5 4C?٫lP~Q9!55r jH{O1(jPV؁:bx8tf'P VI0Q|KX:r!fbbxYX#ܹMMY-(x3;Z^fOsuӗz%vъКzP}yB 4]OOq۽f92 >(wlz*;#شOH2'9gH%Op$~!IvSFT=BX)To$h!z B#Oe1.+ ~u,sER+R{%sq|U~6VF}*G*ELaFvާjXkxD9M|Msiwv IRG=CfN vٌ$BVpM;+_$Ku@n6G4P٧nM<`H22#O:JǝWzG#>O}K$j%o&,鯇.bE0Iet9KsJҨ.Q ok9 4 hdBd?=QgЗ V]7v QDg.@]v4):5%_b[1ķp(11K4oġ(cpZH;o#6¬[YX}eR9͘EL jcMX+?EiLCo{Uomb:X̛ HҏL؄ezU`ո)D U|K0f&.1)N4jugLSΝ*V0G^n ։e\O! 14U`.s2ЊLj-CN%>#ނ!b@RBOq5itHǺtFٸ8QF8'# {k[SIt!W"\b`]Soe-S [hS CFb4|-k88kTEQzMnGw_I.E2Dne,4qFN~fBb%X!D($lR^>_*o9Mأ+ OG{ [ZdD|Rah}`w Nokʹ9gJ[.^\#*9, }޷ikL4H kCUddtfdR^w iqmPP+YДin 2rV*@xn\ =\{֜thks*؅!4Ӆir!VU" FzN!sM ިwb .KZ0U(,J1#^*R a/;cJ1x3G.~:|pݧ<vW7|^ܐ9̔ &iqg: Ou"o:Sбh!ݶ:~,y"2˼#3yUL8U9vNM`T |a TL,[[[ q+G@Nç7QkR݌ /9wNr% !@_W}&z7('#p™+DQ+flYmN KN}GwW'ɨ)gH~T< *Ů5NG*TJܖP*p t,p[& @0E%wNj2!,Ew1A- Š]=, 1J.- Vuؙ*Qq:5=PehHDLB\ΰJ2 i:6 Te{%;& Aqyyehn@Fѹcy";m8[ +JX>niKMp״\mcLJJ@ +/k+7ۙZRVPXI!*lSNUphpqGH'J5H3[؍I'`E5IJdK}fϻl8#*]0TN'3y;)MS\s"qlr5 aSE y4+hz|\dNcoX bC c.Fd[eC B)rWG,&!(TT(@Wzs`anS>H~? k~/B ɤ+{M@SaMLi1 goB1Zu@N+k"A`gj1bl\eV\\0̷OZJ;ekh/"8DƣdCô^joD#U%ڔ@%w3SR\]z@(H4w'йV.ZVA>} ;wP%}Ę#WUR|s..,"݉هpj,թG=j8Ma qy9ju]_6U#\F5DȚi$ jǣNRӳHY"=ܱ4s62eO]{, ۅt1,@̎O$p1.X'(=GkdYrؓ&/`/k"tЉ˱2ijiz2207kÄ߳V&6W_@}5 S/l65X8Y9c Bt!H QxMٹ_Eo# (<94xeGUW H7*.mkyj)$Z m~p2ʡ[0x;]xͦ":fh~Å# f):Bկ oc-_NJVܼ3ICcR/钻`sdru;bRO`%ن# 8@VsVɁ| 1`}t}9TrˣX!g˒*v`Kq775K[%4bM[P0Qڴm% `d9< $2ڍL61$;X1bTg${LmޣSAj:y2Dy@I1Hڲ-rU:KjjÃ$ko6,0A⨕>NiN܌~B!D*WMN8/ӓͩ9gjgk/`~MEOrn5Yׄ/QEv=hNC?-7sxbY#ע<ȥ+OXrJ6s7Pk5_=ly-9__c#UTjrj~;šzYGE"B)!AI 7f5g VC =vJ,R\E&77P3>;{I#C$SEP)wF5xkıч=~er1$O2in6@l(񱟄3ZD⡥)̮D3Z77BdgR:eEBi &ʄ*zck6k)WOfHvB5Cw?cC x~u<(*鱣Q=!]Xxk[6OήwfidpIh_=gyH W+>9v;ƅPJA !%:%_A{[|GKQo⌢we㹅We^gm\u}gNhp<[Q >+tWWMLhfr̨"J쁮j{ r_.U!ͥW?BqJ%b!KxV{EAuagq|Z%LO&ַ]9ZhNz QC|kEg!YctX6ɻ.[z,+$R].a+]=NXQ=w'sv~ɉ;;fWo.ȩHN>cDG(r/:ԖWB}V -f&%}gvң(*y~/Y4`fQB/:PۏOR_lBA ɿe{u'j߬52jc!= 8\ɥif E*fL ?޹|)`!pjE;my`L2? {޲4tsTteMNqCR7@,oĭm<>I4Cӽ[=M :vȮ[tߤQ)*Qiu@Qx:?I\v(k}bH쵦 nE=v]T}iwYuak=V7.AF0_6D1mcK_|PCw*3àm؃L8ܩL̀} lkb5ڎ8ш3(9;|OKTv<&*7K> »=21XhK|ҲiVU W Ajyg-OѲŻ?p!~JϵWg: !oI&o.4ApG\͛r+ܢN $,{qF@6 2q~qJYKbzmTzTWOSD ( `Bb')/\q JTThfTTd&Ԕ.g?[lQ1oK8VE#aQ"6LmN8y@;<޻ʟ8peܩN"¾T:rL&7En;m9tٿEڀjiie=::MD@؈~TlaT)]íG#(f+B53Z .@xJYQLR-=s 7u,abddb-J;VGſX`8 aɣKO=XXǵs%爂'RT AM|^?P|0e|{5pG M5@Ͻ/c+'c!k?'ؗPߵB4A8axJ8OZB;$¥]87ȞٹRwpmAd9+KXkG y7C1d(xV Yl&:$ 4O(1qO➀)iiA*_i7%f¨X&1WM1\9kD摣qZF2Ÿ=ИJkEA/ZV%_;{GaT7=&'l[ Б#bEbF CklBc/+70>N>[|PC5eޱ؄nH E*M~ €N[毻yΖO9 T<ӝrw'X~[C9 xgJé" 2ʺu6|-¹"iуwݾ\)F32 Xv*mMFd0%3|٥D;L`h8#1D2}+I!~Ce}`/aJ rRԁ) l7MC-`&'3\r⢳?9 6lbf4[5PlY]ZE_į 8 6e(Uuˇo!s_,gR'RX+ܴO!rb72EPvv4tzX>KWUDG#s}&?10lya)JZV+B]0h03U[á>`7H[FLTMBOyA(պ.{m5GK=7ajNZkj gGԓ`UH@Ume\FW4p5;h8ҠXCn!mu?.Fu-^aamP stѽ\>: a a)^sؚD a/2r p]o ] Eq_T 2.1roMn[mX!t$+li PG_~|KхdM+({;@c$wvX&ƦSBA%0 7w@mCCC3*Y˥#!zsPWZ1)(F}6Z2mcVA~7˶~P Rs;UbG~mYE+AK:qwg>-\Y82 QnCKy4 w2ald&9`?Ǚ2zd^Xr-b2\^ 1C}HP'~G_q<۾3}ھȾ)^S¶I' Y1|oiFw,#J%ZeMƯt7#+E,q^XW`F_=z z|GE#%PH6s]9dX^X"q\;dQIqώ" [4oʷ)]d>9Q+?d42Bcꥐo:fz7E1OnZv 1fBnVYf#^qk.H _\@U(]/SV\]t8PXʛ(Պm_f|qTFBՅO_R̷bhZ9f̘/TL[ 駷q3fԲ)-L^@'8ڹqnmY /ϬFͮ(D_ y'\B$ȃm$1hVbX!~ -TWQʫ^AY=8cJ撂n l.XOl,JO$hG:1!  Am6fVYxHeYq}aʷ3RX+!J)>cc|~nwp+]٫LASw?ISAGKj1/AŴ&tAYޞAVʘwek!5yPy('SCpkRm42HW[W0̘V՘bӎ9]oO]AqUv[_t6u\Llj3~1N`sDV ~GRKB~HWY5)01 %r:\Oն|9C1Dp ѪZ (9BeB.3t'`=9D;ϙ V)Acma;61fytm86–c+0'OS lY5h,n1tW3Z3cZA:qs*z:?" $Qԫ!999n>DCDJW :̈m{$.(p9[:u>UIy6-rWݾrν}=F@1?^&.dG^:YxeګMpl+, c*CL_,zwË,(߁?mjwR5#õ *K .-/GdK0EL顺l"vذ!mK̲E/ Y+ѻ.7-Dһ5jnɊXTFe?+hT+m8| R ;,5׵lpVWNHm@@RQߨ8sE<,\_7-Gwi ۓkFBӬ=L5s`v}-U3aVluu%KCCzƁē_ALZ(5QsH ;Us'S>6:7z;\n)ե,}E+]Gq-}lQY^޿=MkVĶUY? ~(JV6@Z`p<~#crκ3 P(M5os-%HiqEv)TS%$2Ӭ O1pKDa,U'4-U7QjEФ!σb\jV3-u.A{M甾Yqء$?1)&ՄWh&x$.p2c'"TYlDFKkߋn_j[h=pz0h7S)_$'9 -O&*dd3_'h]Ǫ#Uqb]KM!l)p9;` ].i—om(5_!og}K|=L[a`w@" ASmoLl:lm܅{"_8?H_wֵ9rh$%D1|zq%WE;RmzoyO' (L.ױοhjߛ t K oa\ف@QN3# (V%TܝJ-9Yrn(olՍTK#cJzB?;s6ǺH Q54b)PQs/,yyT;&IVDp{j~p &55nDƀsɂ1"D#%X'|{"zRxJe"el[Dd^Oob6`[AGL;mMɏ@e)j (EWBQ㜿nt=ȁTX:s= F+ qbjN0'|ath$3,@+; gۮT8 ."IS}[vi޳@ *SgiW6W8g;ݣs Mn̸dqmK29!Tbѫ׷W,K{ ;"?x $Yf7{r1}ġN3Kaer0ϗ_xp7:phHx8oWeZ>S> )5I _*pO}ݴ|PZ15wt!K^r#×r|ܦF;.L<ߚY8Z݉S? eF-:fGݧMI.rp0LI'@FhQTCZw7v)ATjx DclMUT y>Q 'Ekl[Qx{֫zunr*E{:C}ɚk7Dj_)t+jbs=]e+|ЪHQ q[/Rr2ooD;BY~ ^zNh!I͉_gݳ:Wٰԋy_y+ˋ]Z h yӺ]vsZ}aVx6{^Xӏ^1lnifSh?6 _OD5PB¼2CC*`ہ!kqBg5 ц @roGlW‘2չH)΃7z!hh"6UKBP"@r`Waև 0.2s&%T|PfuM,M"uaZb-DgJ  W6un\IJ!;}.2<#jɑv1S=IUVvl#5BL ٠B? ;SE[C~eP1{2Exok h._WX>i@g[$BuIѨ,ưn`./5 rM2jͣۢ8|0ElƟKbݝTS6Y`'K%V`*O7v>"aRt |1Sm.꾺аMKGAA@QZJnLoi՗;a_vcSʄn2 YϢs;^`ʱʨz<F)yE>/N(y̟Lfa2<ڪ f f~AIH6 ^s5LCZD%H].MgIsg\7DP",*8DlNDKꄲmQk}9]yJTe ӄ!nO;!ć'9 Bo^/Wzq‹i=?&:0 K߼ RܚGӖS9)ʊN43sZڕPP bj} ȔoGZ|?m5:AFq"%ֵ\?Fl:lL,6eAF2x00npbsC-1%5tR$&QJVxIVB_[}Af^ *_X̩R} Z| ̺?B4dWCPis4B7XJơG;BmE|yY\eos{RpT7]p&m'-|hzhPc~Yz\ A)R)4h&*QOxZI.ÝzaS2ļLpGV>;X =GCn.44w*GA(LYa8=XCi[<|XwQWRy w; kġP IQHߢ 0/P Љ)ʨ h^-롄1]9j&E"LCu("1ԨhwU֦rsvh:"f|Ҫò9@oe cY빬f-j4,\s?a%}@(埝bT&ßn[@;ZF쳾|0V> \ Hg`;ЩzΨ]rv̵xQ ϴ#:lq&N"1%ے۩TaAb"t"vAW8cVx}G<6es]JDtIGVV-TcnPeɟ>Ѯ\ xplc)G;;h*Q`ә_T-OKp,Kip0gev7@q&"h_@إT *m[Kka)JŃ _o9ʜ`1qt`J-z}TEoܸMX×qt[r\Y 8B-u%l5i^"IbWvћ췦̈1-r1EDGC.^hj`+&JQRVN-ZjIw:,{(3ꚲst_Bb+u1"f VC祏?O5HQ!zg4Vߔ΢۲YҁpNq)HJ%vsa`@, 6.[a*Z^u$T_:(~F@?Wox`xiy>`JK>ͣs#qtwi/5voݹ_Ec$hqdZ8Ojphb0bWU1CȑXm)]TŮ/عpG6Ү(@&0 ưDH7ZklxqP~ Dخn}݅P1usUl'uoz HG㳕 /y0.ZwQOi-CqZ}P1/Gj%(ZoqgQf@Ef\_Dat4Q՚[nY}#MK{NOB]^~W,TN\ϭeEdmC ЫBB쉵7_U#D'χ)/wӯZ*^jpd>C{PC:gܩ3k<˟Cp;zjW+ʖ&e1R8uX^w>7=(5m( NV)(Fi0v݁"*+CEFK%-%8m״A P G\fxL-4vZϱ)`U&Դ_p&.ev[T?e ^eD׷H 9dA`|@ZCGP@{[PPgBftԉQ)ist=ɣNv;Ap4Na1„Q8N"ʽЋǦG|yڪɃ.[q#,y?<u,ׅ[]*39XO@>Zgv՗^--pkYa LȅBirHIģ̃kLlBmz⽕b*PiGBcywzXDs L|L+*5俊P FyQ)SՏ!p0_ q WjNgJ̜,_7IEBP2,[(Y=3)~ ltS*C '?as,EMݎKn֫&" n tpƱYco#L `ѷ3ƪd!IbZ7LOh\ITr(o7ާ[()Slg7w>u) NN6֌ǔYԏ$Yn0'VSnqQPژpQ2=?le܌Af"sks~y%4n f,t4?,r'Q@[^p LfzQ8\mE*+$xzZYz"Tz %͗(lӁGJYHB=?;Phg{*7j9;Ra3Nq u<h)8L^ GUʼUst7uYagX}:6*z2rY0RQC]sB*M׵G1==+h/̺fK6Vk7jLǚG}zlK0#zAemml>y1| @ho"KRz^[ޮ@,W ;4qy= UX5p kۙ)SueoIyPL&?v 7Ɩ;GvSp1v5 \M 7%%NGae₆224+@RW (M>/g =O/YQ9?"-?[8ue1ÏSKxֱ--dH ėS ̮>_eek$CܕwI} fKP8H@Bj)^::H2pEEM2Ct# Zf6ͩq3enir Z'@Yemf:[Qmh`:_fGhv+RVh5; t†Z)$>冂퀂5#Q6v4{9X,,LuX3=Nd4?験ӗk/-ȡo\BW˺'6QoP4fY!v/)k|Bmjܺ`Ff"ӣ_E!1y&)Oä%1 ^ﱄR:26lp3A{/{eB.J|ENc39|Aa $E82cDp ]_<*!GV2tn XvYv)`QKE0_ـ+n0p|ӸH"VqyŲSģ[xƚ;{if_ Fumv\k4]!NZbmVƀ=As/G80ߐI 6&7x׵>ImךR3=yxr-[X^J\D%9DY np!:05-*ˢ)YBLJe~P-Tui4_VD" g=1L\(I xR:D`LTcFOkzCǏ*YEwr85R0iQN Cq˹<Ir%;NWg[ԃXXf4GNUIKzu٨&,KL9[zu _nJT3Mݣ#NI>Xo_zU pf[)&v pûah2+~nn1\-4io}lF ٕ')sLq4Dd䭾(B)wcy*Q[PvekMnUKMnym[$B ͆ BI̹Ze Q7!I~TnS"U1ȡ+J/sNR=*ͽ8gہ #=XSһ*`1\#Ozűb;I `5&g}X>OarybvLB8 8Zog11SDM3#c ];=n;^(>SV ܊K XxUfH_x*29:S^^f{$yrXW`3V/AH*PaH+']|1q'qސxih ݛ bיca,(pd ?U]@Ui2з"?o-\Al;8~M0wĸ (D)PoP!pxz7^ in+xJ] _žYr&~A74du^DTgNۥlp.pҜcqWx{`RGP>pFX*L6C0W D*8!ك ͹c$ L"#,-oXC 'fU#k!@z.tʻOZVXhָ3T9>NXVNۖ"{Jfqc0-[nHnO薙?3TQ":[P`!";Cb9 9Ӕ`.iq$sR.GU"ؙ^鄮b_hKmXS!^=w!d?e-fLt?q,41sit˸ Rl<#u!823ޯvB vOZZ@ QS.6"6z})UXp̍${V#yK7~֎y6ɇ*l>$zt4{p^ [faϔ<оe_ٙMGT<> v5xWw6eUST}v ͼ)i!Ƥ 9u}YM.e=54g>ĠP1P[U^tuSѠu1Gzf=e:29 4<.{,Un@if*&]kkFK)û/`^誤~\")\JJːܺZXaz7FVQTqReJAnjWecg˅r(f u@މ;nE]}ktbkˈnbu5>k9 `\u!j2sJ~.lL۵ =~ggN_Z>6뱎ؑ~d%bmbqԿ}@^VŘUKsâ)@i15〿D0kOђ[̪}~~h/v°+ƛ;6gx4<ӷE^BY !-KpƖp!BEroL#:ċgVgR!nd&3l*$[|LF,8~4( -_ROniCmFȐU"|9XZxDK4UpyPmVZz. Y d(mZ*+bͼ&=cMۙ26\͒H}ԧq· =k~ z6$"^5 .Dk(yE]@ EK|)3/rMW*~?{բV2C ٛdLw~ Fx.sF/iinN^l6X59?M* G6BDȚE0@AR&C[": 0Mŗ0M}@od}Su|{`Sڑk/޼7TWX(ڏVUXO{xQ_#mZ]=6SHu4Junjegx{q J @pű<:03OO_.\L!yx&|f)Vϥt+)巫шDqD4^]YgՑV{ ѾౙlŜo_>fxx$SRRY xppe[k:Jf{dgB+,%zNe&~5CwA7fH]0?N1Bf՝)߽=yLQ/Rx}Kj٫hK,ZϯDX29wٹXl׿Mz"YxXgLhط7a `z3o?${Cb(ce{ m 4(av͛-T*ݿ-H (?-tgo08bB.g_Ir"\5" mv։M]ʿ Ntd|}©F vN7nX85 xϑ?cp2ƫmqmZ< /{"L} zU4 tE0HA،P~xvCj '։opr`l.9G(6QDl^"K0gq \)umBxؽza61/e[uUV2W7{AxF8ss_>(Eƴg-~#E"ts=|N^w}epiEk72AZ(bt}H[+w41]4/Nxm~R " ({;LUC7s:^ d½ˆZz7%iVVb7AεSَaC 1E'1MNJB$.CMEPrD7iAbĆ^y2N쨈jV^Bf%!E{]bs(Z<ҋɤ5G,NsL"B[& $RezxV5$HD{X<Vj3Ӕ'Ф"1xNڈ/Y<вX7j~=,?S.cIM;jp47 2V l/ۭ"S}QXu8l1 7j͛."pm(6n$dK]&ۣl]OǼz/}L2b}{ L,[Y $iH" i`br#_3\hŢ?8Uli#2Aj>Fykv@ww@V'BfpxW94hy3?B8xܞEs5$syj&,"B5??vg<1wob䝑 "S<#yochU)-F51p#H աC əS0]}Xo }QN$DAc(zZCS.:5iJ\?+[~-}mWkxzMs&0%0UeK 9c GW6崩$'[٫xfLe7ECM+qk&ǗRh ys#'@%tBvD"w9KKzzRtb'rӡ1.օnuЙu| 5u:q:n;LA ¢ “ucaEo"%@g=@6׮G2ۥ"fItAwSRr^ֺ-e${ Qw1ʒJ,?Qݜv,.4I1O| `~kZFD2[%x79ۅ2lELA|/J~8hY v>uqd`c bԬֆ+-piӄ\xa'&]'i3'!Zh)p#6gz'_zYXD$ZӞQ )_ӛ!  \֓Si>gq,ĘF|@VKyΦ)b0j"T^D%ϫ_[ DlwK7y{W!BkBhWuX[azn fQ @f/ $ޚ[Ҁm7G`T- Q; |uvDG`:xWSE3damIH߀嶧98s-}H0 Z<[0 3Ke}#>( Pn O3,ۺ!Q-<7cGk3 !L= PJ2 ipj_s1_=!:[G.r*nҼj6k-v ܇ºr%:-W) d:wz@"o#,~$q7Px`N#93sܴK1t[k[TAe0[{ݦ(n;jN:`Z J٣~"ˊjCEM'l}]\HbOV@4DL)/1jj:rƑjŶ0]0l  -n Po&T4l1A._rP~{uA0O]`fVC*iڇZ`n6Cu–`>p֡Z}f%zv%O܎68 BvIb3΍t#J'LrF;ep`']@|[έܐFA2l决L}+&Tđc0V|_ӏSr(?o+'5g0V˜ɂRtRMVB[`Ư1 bҙfm?u7{]dAxJxϑ7g$ZC"D#LdK_zr3W {)}4e5Uximv[n)h(fXD+ސv Y!9]ņQ- EiJ.GuDŸʱWf.{;^0fÀ=jR [~*4搑GC/ :`}ưyW(?g T:XB;1m2;<2~ɆRjYsF顎7|3* ځsZaMV ԛpCo} ڎp[CvDhA,l( ڵ'{}?+K孧sq{\rUgnJWrv"Jn|Y/;WwFkVܹe^WE)G6~w(h1Aainq t:%(d8vQ-3bЯot7&`r#?d :r8a?U6hJGd#@ {D6$6ᘌAԨj2X{Tbzl ~j(TDJ2vQzSN8>ZR"K.a3P:JeY+ q J#*:;jzӒ%mxǿk>uz8$gV hP# քѽ )=0p±zB(.Ӌ=OJWK{5`i22׏!YG[)X5N2U{x&tSw ` m &@bf h_QߌW y3I쑡DE-@5I<ӕGRP: D w?[keVt'+;D&ybeW=BƺFԔ?o(GMQVhұGzYf/arPAPv$M]u1wyALxtYc#6gKvVd$x1Ehn cń^iix?an.UtԷz|AֱG<$.McIjU8y45U3'.ˌB2V Æ絲,}T/(U8a)<|'?b<Cj)+oXڕ%WiIFٺڤ2׿[fC$@f!,`ǔ] w>W[&qrtjfsx 9O2ABg5B#rAtP?oDhy]IE~n`?_:ZNSyFUYv :8 M))e̓L1pY8g?R\s5ՋʨxfJk5<\ %k ۝R Հr8: /$}]2c[3eQӡ gPH֑iFC٪2q Sf#a\&H/iG|"t @-L-4R bUEsiگe`JT 6'ivOȨ ɦYciդJʿ٬ۆ6٧@TMa vh߁ZCo8;.ھ( c%:{՛EsSv![0s8`Ȅ1n7㓕 Ad0>ҮTIgC<ӑKAvnSVRڍ_gWCH))%e0-G5 S!;Թ4x'(*~S{de/G_䦫NEDw=W92B+ү1jtښh6!@x!U *h ^}yHKT} ]1o/E,rI9EF Tq) R0j*@~<_*W.Ղ1HHqM3K`ݏ86 +<]K+6c_q wLO ǿ+󃃨KJ)#'emɰYa:f(ų_=N5-כ^Y+LQܢ}_'D,}nש)NS^Y8K,Q%9M5lp<ү0otF~*g-̯z NUVP<#ܬxetnb6IkK!߉~{!CjbRUE {44o҃ :DsiXXal^&OePp>}C{?[|Ƈ:16+k3;R/L4:0EIl@lꔰq_">j>fL ̤^)GI8H,,([y3p|GdlT&/Q8ǦU ,nϫxR湢@Mk0- oAjfU_K-~^A'i>vn @h G9/+)?'2E J@Oojv^S#е6-[<1 &jHAm"n'2XD=M l 5mGڝtgZ̎9%E-0:8߄}Q+#TBYhŌ~j8x|Y]HWӚ7 '7 p|ZS[veW[Sx]vqq^{RCd]8D.ghkEįHd*Fu/蓎IE3 X)AõP']gEoGVAGF1ڏ7[_wC ~"d" #ωE1W%ۛ1ɺ=&ؐMB ׏_@U\#^ĥŏHd@!'0sLGqPMu\dR|DJfJ c=6w=}bn v (^ӖjcNy4jNы'J f[uPGuڝ""n&TrxI<́9RL_2sJe y@=L 5\taz$ {,薩6H/sPlX\.X$傿;KIN=Հ!boqƽa71:Gbsy4ȝ([:?|~qLQ_\vWgV֬>cI$ƴ-S;~r>B͔5Ci2.~^ҊmҠ Ft,\{ AGg!Q:ν`x]цZ)9>`b Y8(TX{jc}G$ S7iJ.6Q!A~پ>+?Jf,xT:jlӋ!`Uor&oYa%S~VY+FuHف$i:ZǸpvqA:#h: $`r(d3s-BYъ7f!}$Ddžr*&M@XpQkc?سK( p_ZJ i Jp\݅3mw˘֝J͠EqrO:(2.ZK1:S_amZ*nۚK7DjTLz8mNB*eE珬!3=HoB>`x=B"%B}3=DϬ/`Cƌ65~2`W %JڤHpxbȥ-yjzkwPnj'Ѳŷ<UwK#; S4BzI& lix($(a >:9LCa'cϗATܜOYE:9bI^- B_(`q?,HI0LQNGJbW,0P*zFau@$ S0]z!srwvAԙ0~rZ0(tLFfd 6Sx$D-B3)5G}4yo~"y;-)dv)JFӦ*U*31ue/Iu3 i”1H|T-s.5w#Qx;&͖+2:; |8*(2k{4 =aؠ" ڜ&&EV<ÒI3rs+[`+PJ5CRa.eTW:-8šmOE?T+ww{P&]~a>^m7Nxב*2t^ZTS\UM7w,4}!\E,Fb(]oksIdf5B%(֫*&NTYU>h!pkHi,G-w!}_6b%g1&u/I:vF@uώ{/$%;%勵ʇlW͈ j-X Yni5-a=kPiSxjCO9B:+0|hӼˊ_-6 enSC_jM98")m}8{,L-H; v4GܶIbdHlMi8kb[ juOmX~?E%ځew^douoE錹m&)l kBC>(/~nM`VxY`ni;;!E?ArDb~8sVçENgYW`ڦ=#nksm by6ȧ?5_?{|.$^g~ ~@`` njg>& ,p<*̂?=n@7"K+{BӺ/,9EDհ/bƻEbT\[63i9u \@D2Kv~` ?kQ enO8)4һ w¢ z[M!@C6o]x̀c#h F\:H'8%%r샃$fZ5+5nCY^ xd?$vFd b{V64q O~BHi78_HvQp%Pxj)mQ\%v Rg;DKdb I{[lH8Uj+EۍTvnh9=bp ބ~KG vLۖAhl`.z;H(9a3S%n*5ϵfrGcD!DTB`mx}Vj|մE/, KT, 7̇S^KkBc`BWvzI/Z7QZ5N8$"r_;mOA^[cfrm5p{ɚ2{ŋ NmUr˔ %٨jg4+ѵ[U'$o/v"bׄQXLjIsL>qD[qzV=)t.7i)`v8lJ"t.?^ؙ~~J7tO[|T|IkC~OMXtu9M 1ʾE5y(ԣv2~>%Bv Hn,f-բL/s4Ś>ކ(}ԀV=H#u쩥 wLG]pfQ4"g;1`K DsiU<qbÈ[}h"XmL9L 7~"i>{gs|ra"$Z1'$ oQ!<W%7嚩}?2K=6Q'XDzc1x3LOYȵS| >v[Ʃ#eqƄ;zr^54LxN@)%J?tG%i~́EI X셕P(}`PujoL616? !svHiD09̀H-r;waE&mkR(ID*n"p 8~F?&oЍr1Dq%XV%𣏕 .9A|c7-셗)mB&&D)b'f9]RѥƵ./cK$Re("gArS`g R4!7 l>&O}6|nbqp+ trm r"\O1aТypPB~S=꓊1cR"+X,Y\éު]UPp);s956}#Tu2:䧢fFwD Kq$ϴּCaUyVRR8جq 3FB$oL!Uh=dluMZ:3"r:Xf‘ڇ[M &.)7c{1!<7GdGѲ3C=?/D;/r xCxSg I3˽z*CnTyGfxij*a}Qi7$>f%Q<We`[q\I >ޢ64y cZ[\&=륶 ,sq>P8?.îz۰JKqޤ%5P>W[x#A!ΦϷDvEԺVp`|hŘF\̬0۸Ppb2?<kp/}_w``W!A?yAmv2(>BGdJ`P7a;4S,w E11D<|a'5oj,fo[1rJKr$3$FS hG) 2Yٞր #T*&"')O(: oL'х@NWu^3(6yYlY"Vɿ ƽʏV_k)2 Һ#6uxb-V5IEWG4IfbK!y!}/zIn*eeZq7"5]$ރs+I1+Ez8MΏ]Hu&^ز8VP=( Ȳw.{ de N,`#K̗/oȥ_] 怶9j%6i޶$I6p!)ZFPϽzck 3 7iF~;4 r0َ|q a7JAxNo Pn^]Jk y~I|ܠ]Vxtۅb鏐h|mf:mL{|93S@O'$pϹO+32L#TzV`=*N"D`vM1+vƵsYEL'Z+']q|S*FN&-12WK(?۰m9[V'l#בQq3A?ʠKlhJU6ETˋ8`KuT#`>r+{rSV'9\ b jں;`Cb]"B7{qo^m3Ff,qy]@O<D+iFcaAJ^͚%+6yC~'UI9uy]\i*xUrpD0P/k}frD}BfZ}[$,4ero Brlm/'pC5Vg#ѧE3@ . sU1X³3[TN;E4в!E|iPUփs \ [n_`uA 6uWg^lI 8L?:xpr@hWT^/ ?ox;j?mZc^8jĬ'hp`!`1.$+/k~V8cxɓqǤ)31.nFxNt#ӆc$p MA"!tIHSm3MwpR$:xhIba5m , Kg]aDH'hC8t:|MQb/?.p|hrrQ~x3s^aClcW")vU߾1`ۓ2z1V~MR"dZ2k$`f'C}IPiY:t'Z@F 𯺦ǥ0Nz $CΣ=*?Kfvj<4V3IkL]zR&\q L)ѓ\[g=PbSpG[/I/ܫ}N';3a/* \FHlqV:p_Nt&g\k?m@qe3/Q|\F׷BX їNRœF{^ЙJTQ *yїuȣ /jwXDӈpzf8CN$>8, N.E6LU)2wm_^Ck`f}Ѻ h3HBV  WZRK8QˢkB蔂aYD^OB9]q Nve >*m66C.t۝Q<]m%֗rBQzD JW?9(?/ߩȋH66!Q,gBf%+|,D红h\r͜xBbԭ?^XE?*ߠ>0FywҲ8򲞿;Rr"FVΙ@ sCkUj }7. H?WVK{DY`.Φ*p@X ]|78LA P'BfcY hTڇǚ#KFdmrܓO*yo Ui"!Vv[6?[ܘJ9H{FAN~3PNUi~pTiR}X+$"p:tI~iKmGCǔJ꽘 tF*l{\lj'+Μh%%p91xW7EE.9"3zF:tWR; 8vH.V&J"u} ;|2xƷ `Gt,AuAmNY|t:޲.BXx`5'3ҙE`!Mە/i׳3Dr*hLirVFӷ=fV@㨫PQe54yK5f,52 5 >l.0 /O-yq/?`c2;[}SQG}e%)k6[!¼pìkf8 mB #>y<U\{lmdr k%ǽWwyOֿ2F.Y3;Ѣξ0JbH&~׍ɥO 28AO40ff# $h"o8I^+$o%vTy\CF!+$O%vd /ڹ&K uD\Tw:.Қ?Qcm!dIIHi D}00y7}T+L3?YPhwznEk 3}e9Ow"_zI, %ig%پfe5>l=Ll XZyZcn5沥/tHn!j8ncY{>?8HXshKr|=j!:1eHMcRtg~SX8nU1(bC1R\A.JaWjF?[x&yQU<^U Z~-i@rë>OkةFĦw&zy\`z~.ZӨڠ-4Ƴ@/5iɞҷ~pκ9m 6@ŎsM~dI*LYͧ -p :p h2ɺϙy;Q8څ9}*VF8^ѲX|I|4{j0;x@YůBfJH '̕8[M`ԑ"$]>F׋>O9?bG ]en+\V!v;x*m˫TOHKgkǐz(o⩛ r A6qbQFEUjPm`?K1M=EFZڱ;"l {*ZT?Иt%<#sU+)q̍k.( fMK%х^G[1'1E w&Ov>w˾k(J=H&mc7>ũALx&|vn=ˣqE| ֨pwlvSc]e"q5aLvZ%]tW E>IHh9_nםN(SAV܂ umnO-p6j ?F0^SkmR^Ѫ>m79k㛱14ey9UOPϩ<0ԈmH Wd1 XtJBY)!5|vE7")C'v3`ؐ R+?mbqT3ۈ[w!E5(e FUQ/VѮgĽGc3Kʈ٤M%7=;p3#\Q6䜓]PR @ǿA`V3CiT$j{e`8-R6AOq%wذ?jx29&R#S?xbiZGɻ](%Rwͬךb03\ q\^mg8ml.GEb}ZI/'uTKDJ" U_V):KEҋ]hj=}ĂͿݐ K{D!V e9 P"+Ao c}o/?),ʽ:;`8xkue$,)湓TJr߉5֎|#Up2epQ`MA 3J%ߤCu@4P j E0&~~L=N_FL84%GD%R,魮 Ǖ4Uo;"ҘjKEr( 5MCP!V4tV]F3s=;]txg “@E9,'q`G>FW^>*bܲi__ֆ3c7{!ٌ0. J8dȾQm2WGBӛTv&5B*&m"·XK2B)x{qon~R^VԚbC!>_S:(-&?08YxiWg'*Y2AEkW-x.Ç{]gxxyEK>f7=O\ A%xb:1%2f,["Q>MiPn0w_RGwj ~A;mmnmfMEkHuVu^C}l+544(uf*s jirFsc#bWo>Eo^Sw̪u_r!u߁p 9PUOތ yh[-ΥEƸHTUti?SrFEyT7q@M160r}=㒿İs>hx{je4иmzK/+g*o;:p空Ƅ8oi9WH̶-L^ʶ mΔV5ąfv>-IqTUNmy8CaS\(g<#p[]bȉC`̢$Z9Ԣp+ %%}[YԸ 0o6v"QYL:`t"S\ٽئC/ .[AZ  x* Rʉ?WGOK|ݔY1*k@)ivE1l_uZ r5%kXnm[ c"1@5 =uVܦtz~@bIàn?-z_X|D>JH~I~@2WU96`gSSjX(|#E~h8joDsEBU\ބtúPD,35{'亁HFPஃK)I\[)F[l=Ɣ0:1mABz Go T+Ҏ<7 @0maN`,_ N9X$- 1',~8iڜ_d4WƠ7K} &^ gI-4#mpeAI4;XTKZ۲`Ķ(xi~z ZiLT|,޴jo,\S|f5'A0DKA4sJC6{e_i;U0\?DA],v"0AzUafDy&㐦FOx@e'wM/} yA!jr_eL4ň,=՛~-Z~KpSN-) SPHG}'5QiG%@iImo;,aӷ4ߺr JN"͚%.GLXXFp!a P?䊫&7 ?KPu-n-yΪQ,DlKׇM^qw adR3~*{mNXCoEXgR׿dә- 0@Rij >EqU142UKAr p{>M`C=VWI5ZP}x2N0Ået0HƶP_#*?g34@4܅ `<ۏ*/ݘ>r oRSBu- k=$P'u,ں@gILDTnq8" X &Ym |) Qsl[7=`rg<)HU0*n˅h|IE: 7QN?^'kbE-V\s{0W K@N~Lv~ubt̏O&Mx5_7Qͦ6S^}v=^]DރN|@5*F1ψWy.Chf7eDvV: I0#yD5^TPO{'YXK+X©?\9m۱@$me0WHBhGq ik!5,Mnp6ku[v9o B!,8(7$ZLLRɊ.p*50?+כ1''Qr|7 |gMP>ڒbxȒ͕ƵHPJ椽-L\ %y }nyW@ǻ0&aY5le TgS~M Nl;Vlu`T[لTxy3ZCdRY%'; ‚ff)&/ yvRHt힤WpdhO$h/DN4?v0FHP:/E- ,$ :g,SB:jd/i#o0(c35,v=]W>]|ʸRa9֞ obG1;PԱԧFaqRxQ+"f8ZlAt`!ff)uk6HWȇ֕g6ISr;kԞXeAlQ{D??pMxDCɹ}̡tBA_<@N[ǂ^83,7?ёx=|zNxYuu}Ha]3R)~(E>I.qˑuT,w1cڥdUGs <J: (m.V ሷ:+"}/kَ G{lesFipzrLέg8AjV*ܙI% MIQuwqP٨>j"F? #_#0srb5k@ozvuUz\R5QFFoBAyI]0<05EW.m:mX1a>u#ۼ~>:lǨ"3Q` >S1=y}>ۭ'rE 9΅jݍYYsz?Ȋq=@Vh4Q Ц9ODBHu֚&[g0b{RXNެξaB ?Qlq!sER#99a-)ELbS͜l+? 0h=.˴q_ D˻%2Wk%4 ̲3ySWawa1Zlb2")V_@S:RZ(oszܖBֺ'qŬ&`E8kA陌aI')vT?3#^,egz1#;Kq= ]B-@08P1cYƈzazχ9q7$~qhX'Mz輙F }AJr ƓF ``i*P9!ɗ3:r]z7m實q@}UD#T=d;"@8 sc g2չla}w<~_njЖ(sKB2ZE]#L5map)ksRAvn#DI&ov]|@wrPJ-97ކk ?jZXQ#F~Wy, gQ5\_܊ '1NSUL I y690,֥Kj,ALUwVQU @űIdV,Q1%Ĝ\B5Ksn |U[EUDˏn.o/, tf9 a7=ER4֝uF{~k8$2hݣ+0)?aih@7 зU*^6?"m ΂Nk5?553N3j}cE3DV/-w Jmon Ǟ<_TL7ƌ!V V[3+xL? C*[qcWn05Q 0@+ƕ[ 2vo E.@};J0}y4jwW<[l-i!re` hC. EĦC\ E[r%z@MdWwj1m7AKYYlWܣ>-ԎD/šH ΎwrGrj&BOpSj5XȮ9Fe?`;ߟY?a8^dpNKt/2LIyĞv.B!L0mi3J'aꯏӲ֥4 "Ue5B`Om&.:o`1ϹNxN PZ'ЧM6ŠTOWO- 9ue)4.g43x}+bn +Q Ycl#mL׃iA*Y|VsËۖ16 ͓LxVZ9)UZVǸS 7.8Bů6z t7ۏdžqFށ/` fDL`o=6-5_Z<{ԝDQ፟\6Y*U=<21?rg6Haƞ)^=J@LGТ%Tđ &cj^2"ݭXhMlgI"t0zGړv8f݉U'S  K9 ;ed C@gWJ7JǎoEl;3:wn^8.矆pu糓FC;69,QԱM9炰Vq /2Dx,ҏ]c=>"XD5]z{h@:bx(Ųp%(X9zhuwVRL&$ė^p |_Yfǥ'vlJ6}`&)]Vt#%*Oxر=H܂U?C]m%Y3BBZt2|榠Q 2 ^4-MOkYAFtHBHq/ ^sH_EOTr,4!+e-N6+߭$lEQH6~6 `E^mH0 G0):w Cw.o>D&HV{}F z- ̄˘w^[mbDKoScۉ1) F'{!S#luUf犧IR5_ odq}i0}+'usMm&6OIcDXl.r.(v.sLReh&Ʀ`n^6~8xBlowḖ@dف<\ǐü{e &n"fOIDZ-M[t%}q4\.vׇOPY cf9ޱd3c**_DZ*ϐ)ť*)hU @;⚩w:ŭM\P JD0Ǧ< sFl)DyB\1o`O~bUĬ1aMۓj'v(,ngAŹm>q6 :EuWIUM_U*CչOy\Ze2T<Ruet"n~Peb?ȷ3#eo-lճgR"76N0:zʹՁ2f7")3S@$TCZT {,8m^>ԋiR!FGAȍ`x :(Me $P&ChsٟH{WDFBNY\Vk2&(0'50p̈́ZңCj: UhSى[LB6U ⵝ h1nL]z<0JP2V }ĒG)z/+>tj؊榁r{(dhJӲ}[$q g K;]J-:?d$f.h0+%i{q i0ob>~bީ@B TdC2_*Fr].-4æBBdQj\inM,2rFVj K~gE U۸ l43yp-ns\Wj'0GTlW P2zV͐42_7kK tkDdZ:5W&gNj Z▔q''/bhoQ}*| 1]@XI LsRS,AL+vf^ocl:;r\Epi `ņJuno\k\/j39?rFY_Þj'U- - NKGؚ~@mxD]lIJ& v[pe1zQO$ oy[sb~;Ü;^.?fCJdlDH%Ѩ/:b5yaCGY3-:|P 綶TtᤘESE"PXRNΧ ?VPi-1ڮ9]<%g\q'".@U(L-Z@'WH{o F.ZȽo~ uˀ\)xjz!)7=o^ch$5eբш Mj4we-?yЕ6f@N0>$=֡ E'2=" e,ޝAJ{fܽ҆Pw*E<{xl SXaBHqKBi9G4ߚOpѡ>pط]&.E#:C7zAb9dtQwUnIbMx[,? :HAxi]nt>=8:'7%ܫw$/3dJ^qj½qPXxx]*E(AP>2E-3}۫@t: @aCq%hrR .L|ifTb+i$5\:wyܗJFQ#v#q  -_AdƱ*9#+bbh:Io_%f[P dF#7T=ѡye{\sl!*焇p1wΛ1#;L? lF,7h(oL{ Ba!JX"pzfcI!AfƖĵۄ7"_[v2+!M~zm2"@õPúذ1eKb\K p\?Ef/Eb$RH?I`@–bQI#j7(\`򼼊BջU QÂHq>^~ߥH*j@5S;\JhN`FZPb:n~{:` ICدy}c'!yf.@Xȓq3Z`k"9t X{s2&i[%bIw?neCJY"]u'A^bmz dITꥼuBQo|)2s לT,xCȲ WќQgMG?!f~eoIAmBbρeZGed|7.Q2$si\}栽m;ס}͏O$*6+Ῐ\hڹOr"Y+8Ozz}FAv/BEn;d1zY9èvU]q庑06a=/vG{NH/G,`W "`W*!,Z#I| [ĺ*@p.Ij 5׊2ظMÇ>`X`s1'kK?QG>zպIBv+D0^mg)V?h3 iU5$5Le.i@30[ܮ-Ձ3(khᜣ72W$:PQ6gWg l=.BRVY("럆ɇ;k;F@[wn%Sh̥DCHo`I s ](*s@ >nvW+" _룬*>Ђ-1F{2wI6K-Y*@{DT ,9_37_ ߏ٢%H`u'ܜwrlMI0{oFКU?䬱Þ8(k,{&UmxhDWCW6yL`MBs>tKݽ:$Y]-<-iI@.t'c"kPJ3Gx$8Z/\ӸևQPȠdՅ̊oW#7 o$5>Wn=9w潩c䕨15g*umZ^BGk|Z839!߆xQ.OwTdQW[Vƽ ʏXgӕRPE:գ 3[V{fͨ}LT9ިb<ݮ-Xo;Dp:px2UHs!g6Y0x]kt̒z!3_O"P͎$J.i 5oi=Q 5U,Pq,2EK(k%AaX}f _t$$iG?|^͖f.߶J:lT[tA~1H^Vpk5+.@Sc e+`fp]KWzjjMظXZ]_zB},AB<꣬{(::+M)h O$H([}Ѷrr=^;@_9o@hG#Z>40:3 x8P^C7 {WrM/? d+Q`!i_w0EhwɊF酽6_: ?& r]z5t H4}(*GE p&AAC{ % Qk2)[~õk!um8#wpb׳#2/#3!?t3*0Tp6amGe@tHU$+oIV<ǒQjMw;o߁j۰{yJTUoK ̼{F|9'MNL*ozwκ_o[ 4-icL2G;gg=37|`oB@!ҁ:;lh eWӅC*Ze/QE3r~߯Zv5 1NQxMaNs]"3vL!Gu7BpɣP;mAF*et&Y=w@nS$_8n!pI~\R%S  P[frf`VHr< LQ™]tQe>Rȗ{)c!jؤ͠-fqm'VrƩX>:-]U~{ |`L Xv <9S;r El ,UZHd7s3-@F[as)M<5Xw&3=mcPt!Ɔka:xR]VJªA:%O0=&cA ,tlj% oW2Z8bE~ yI)IfFU\a!3xQ1ؖ{oV\|IX0-$&>'.b=,Ry<8giWG5)3T̲E'PY'b\P|Z ȯ^H&ږiǑTg" 4B<(^mhߜN8V٠"QE'oqp;OFZV)09ur/=뱤{r 5r'7I pN1qMº[_ n"RhF "]f<{tX29Z_X/;|Cri:XXt fCwr~ [kC<.l]9B.iMD HKٰN^F80rSƀ6+5/ҵۭcZNd*mޯL\Z۔f;A_,FJUQeS/wxk:>G}F`Ql:r|k*C-9D~1CNg{PÌn7X1z%BЃkYhu+ 9i1 eAD@ ]5#{4Pd1k ܛVSd+:eO2$;@[6H^ jF.hv$ˀQ%OsBi\e3|,a&7wo+B'XN0NMM!Q᷍) .dBh~\JgWL}oݹ>Av(t'oyT\qJKN ̡R(EFD>cB[/ 4>Elo+ao?6qhͪ(x=d4ro Z h$5,_ۅj-;5R J.Z93;tԇݩu4OmQe˕9}%c9V/z.̖=E$w¡c d΅xM=S^זIҫNOmĴj{]&EO2Z')).tyiD7JYhuXOK5W/IG=^vrR!Zbfvw̥qq PtDzc:l^1rIiU: 5xe =ᦛm̍o#LL_4mPs!ؚfY C [G< ׉]L2v[ahi >>~%L{ 3}+r*LC U򣢤צ,$9EFSC$ؔm &l<~2y*7Iʦ6;ފ2 $#zy/!5=W.=ao@UiA%ҤzA#Xu:@ʻ %Y"]Ew&1x일%CifeVSJJ:j\aqw z 8pQb1:>LsBYе)B0xC?ve:(`p ϼՂE!ewύοn-UKU5>,O%]\\;w]K^LL= k0clK0[&%1aG=E2ax!pu">/ͷwJyFPmc![vg*t O!^1ٔYW>y%ŕ-eM\L1vgvO=UHİEiTCg?$ ӫ4r58Ӝǟpq J'"́3)ʼn^p)od(;6B"nMYyvh&1,؊|WOQ,kæFb#zxkIp x7v@00_ɡ#]űΠgBz9m[33ur'N^SSq N[y ~[3;#LRol`1%FJRvfUkYD9"(Pq=?[rf!3{?J L#1o`:D MɟEFMTgzKQU|S(ZU\Zrk7I;k-!^EhR(. @u3lQ.|yo69;7)`N9Kw6clE8$LYAC!i/ÓmO YXWC- kA㒑nVQd>`q/&!/;&)x٢)$Fs'9Goxhzzϳ"W HCW9T`IL\6Ez^ΌWn 6\r?؛ kZ;f T~%bNwGĪ*~f%}giUlW E6̓]-lO9t&KG}U*lX9J B'ZG 6+]]՛O0m>URά>h(#/FpPst= K^x(HQ(q|Q\ /'430 Z# ʕKD /)F#ړݓ\RXQZT>9Q{lW֠)n_?B9(:$LO)ydցW{02XJ2v:cT/ WbYjل!gh>UxANjurS .+zE("k`ĹB%[§9UU!NÚlٹrfaBl|<3SB^jļYVde@*>{l*oLT7p`{!, ~?ѲeJYA.XeRLX^\z$)ޣ'6(%D Ti:D|:Ӈ#4Of)\^0 ]Owmwk3u$foE%AB.a!,k%:y E"^80W^MctWP:M5%6꘽ LD2<0]gZZ3J7>?ɉw}{^cm2NL}Q\6[o͝G2\ߝK" wbZQ5XuPv¡H@@-ǝUU@:eμ(DqD3}MǮv6 Rgrg;_uWՍ?ݦ DBc= CMt4SeGʫ3suTPڟt{G78R]+{hŤ12OkJ_]"~އHƼsuR&״FCHo2b]ʤŝ4e4+FeMtNnPYxVv5m/{R)FZN!ȉ.\k-S< ZRNoe |ҁ|57flYnn+e0+v\r{@rjAwGWZ)O& Ոh^ȰݎBLvO0(^%y\?XY{z M?ht45 "9e/ i SLEdjC:y&x"nxBsxos,/ ÎGwHr40떀 3>A،HbH 1KbP`_a›$/~az،⌸`P(7d0R J~[|O7jCZ*&ڭ>&ݨ8׍ άqk$;Mgw]4 -}Pt[' r :t_`_KhQ %MS0jjr%m)ܨk[O 'ȥ BJ`RIatjwI]Afm+fihY3E G%odl-?7kBo@d|f\0 zt=\"*J˖O1$z4hdtM\c/B)}/ʼn;0\-)~ wCڕW}e=T |ԳWGc*D}Tp ~<m)F+qX^B?[,d/9޿ʉH)V=о`-,-nW#[Ƭh]k9Y#(N8bv<vf:0Ȱ`sJ=JYF}=I93xM{nM#;]_P'EAKG훅F?ۚz~b[NaJSlC9b偻͇b"( }MI3I{3͛ֆυ4^*YR J!;X7"R 4RMbTdbyM>$dbcmq$z~#R$ @%=\LzwYٷI 2 r*`aL$zuCȽ1Y@Y8#j lQl!5L w8Aa4!IRKSMV!<^2m+@I0,jݘepit<{a1x\ķKEdQe=Gf0m#uu1W F42Dbb3Af<* ]&+/ÈTϟ<=~m-UyHߚ8`D!YdTf6N:;Z9ޯ^G<%\bA ZBi{r8zNdjdїD7>>P1]L,j7Rzn,S)Iݢa1492vəxtng={~ݓWYv$ OVP~gH ػ G3G6dU=h@`—l W,fha><#8D} ދ FjSDbsv6+њ#&"KwWt VNo@5IP$};@hEG>c ~\)oZ@ V=gCӾP4Oy!PWр G&vK(%^ʜ̓AS$ϝ x LY]5Zk~Ņ1|dYqN-lxK/6Cc^r ]Cu>Qjy t/Ow&U-ӣvҘ)rnl(y5gәk02v(PRͳ=\\#*^^ 3.7/ǻQww.T#NiXҧXōGgPt'WîeMp[DyNSNP&9E jذ|`EfZEG k?3-z2崞N/Iadp:tXn)P(̚N{D V&n Ǽ6 ->+^9*h,c&+-`HW4{xJ{(3 G=̬𭗜9")fXxF`Yy|>2]INRy^|Y,q{ȭ 6&n1mO@\fq"pT'\ݥ 5ԵD>N#eNU)<6_«W?5v=n5;L0(F qqsmKipf:A=`Nx MF"G-qgQcJp=F^z0R.o[.@w..|3// ??^"*kw|aveM|'f~_@8m{=>CVC_!iGsGd0Bh[?M.!iUuvtפ*ґ3@as!$Kqڕ9r d6GY&3۶aih}ر،_ij(_#z#UB[@cx Y H%60nPڞ7,;RnU?$v yq@~4EX)Uj`䅾M0-s?u/c/XHF55ZL8;81x<"tDK$ Lφb(xȗ>~0ۏw*fPVRA <t MytڄbPɻ᪥zIjT gRmiۋb5~a) zDuW*C(Gu8uY { o׬Pѹ z,ATSٗ D3!M+cNt LQ ̥za}`+gWXpT&"zmRI-.lSTf!gH$"^&=zMq3Bؑ6]9qcS`~Y$2ͮ(Bctץ<}RND! owY3xvX cLx N]8,w< FwG= bt@Vα^v }&a9F/31Nd]N:Ӓ AzEņm3?YEېWuO=lU+U]GyV}ħmB '=4 q%,y A)<@8lbU3I1p|2/ˣba2[+iZ7TCYFI(BLJjZEQP)u69x7<\ਊd7AǿDAD*S? m{!] Fe_UݯB:*!7Ċ.汥*3=c ~ ؕB2Q&/Xc4g|&aS(]LEB[|[AarJnj8Ih*:T|X YU 6:.҃@Y )+ny;Lۀ'y>;7H, #$0vNaޒS)>f7n((w]_8;Yf/t&d^QsDUi2> [=B #UHR1i5!.8k9rK ݟ%Te ju)K55gSyyORx84WTS)Ҡ܉> G_ص%Q"vGYa\|&W_Y|Qx1ev s앣UdV:F"|AM>&ePvW.BYea2!,$xqML9idI6ݒ\y“Nz`.4mnd$TOwk 51P[x4-*0i>;4(-ȕҽHM!0~ATŜgp;s y&d$va!"?>{B{t24*8ؐzSԎ<)z*GB%h~!Uf; GUj YZ