glibc-2.38-150600.14.26.1<>,|gµp9|i:A?jTۜ"L '-W"Fv "n3 _3&9 |~pչa.'u#bX}Yи_z!02L%p/9'Mwo~]X7t)Hlh12hA3l ;d邿Ml:?y/Oy9l V.].x6r͔KZѶv/ # )GקzF@"vH ԦfB K֚>>J0? d   O48DHa )/7/P/ /  /  / / ////I """"("8"9&:4>@BFG/H/ID/XtIYIZ$[,\8/]/^=b'cdPeUfXlZup/v,!w/x|/y8zCglibc2.38150600.14.26.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.gµh02-armsrv3XxSUSE 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.htmllinuxaarch64function 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") endb` bI ''p5- 6 %H,(PPPP I ; *AA큤A큤Agˆgžgˆgˆgˆgg‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‹g‘g‹g‹g‘gg‹g‹g‹g‹g‹g‹g‹gŒgždHgždHgˆgˆgˆgˆ4b0166e286cb27b577940432c6e39614b143b0d2c207dd3533906a19956e2c040ad7a03c5985fc18c3ee981325a60a7c3f8a169151b9cd653ddfe2e77f01fa266e084899135cda5df149d95e3dc79f22d1b4367b7c3b2fd74582d02be3c785cf3b24a975dcde688434258566813a83ce256a4c73efd7a8a9c3998327b0b4de6867589e54eed8272df82ccb9e010621672f7bbebe8b89d0666121a9757f20cf0c175df8ae1fa39bbb03b7e211c4e5e767b396b405b0704579ffe0fd8ac5d6e6c33b88484c7c5ab5dad79f2bbc7502f621be903cb716323bbb4d35af5f44245d4c1309356b9797e5acd753cefd6d1c250008dcc79c6f82b06b549ef1eba376f6f40ce2a2d73695b41026069da00fa6f7a30db2dbdea6d563f6d0c0c09abf352f5d867ba7f56c7e7c8b72a21e8267e678b63d68aa1882619e401e4d2247d288900b3d0a0792a8c028f21dc020276a92982444464d54bcf931cbf8a2291461cfcd0c6a9a920f518441b9480c1526344b675e874dd49e10f02da8c7a8cf9dab574240d6123de863ea9ce61c13b11fdc209910a855217798d80813c7c5459bf8eba528411686b7599d8295e9567f06e5f2f5ab9040fbb994ebca2abb70e0fb0a77ecf19bf6eb8c0eacc5396ed02f87770db7214d2d232a4deb634e6ee5a4f2721626ac47d3e7bbf0754938a68162f223ae4a4330d28da9e1de5dc8eff6f4c6e25523ee5c5a311a1f02fb904a5eba075754314d05052a06e2a238cc6d93ed20ac88d049c564186f7a2ea5dfac69016e90561e29fd03ba28e281e04dfd241767fa4f433f90901e9866bb44ea54fd621c436d812578db4709a1a9b3163d9b540a0970f6ab7269393b78cd90f0e43a443a4886229e896df921df3603fdf09093a2f62f939a0b1ac0f07ed0cda45e0144dfe6d14c8b2e98a45b67b0edc8b839fd4837035c41a594b7ddcb4c8d26cc17cc4ee446db6f8fd803d8f54f2e8957bbf924c34283b03cfcc07fa53d705186ec89e1b3183406dafb3e77777153dc58e3ca190b18d4704e631611f487d0de1c94550f5c8917a77ef65b80e4a5267882c1da9d3517a4598e7b5d7205a5a366c97a5106f2c0d9eec16bee5ba983ca184823fb73bb05d80cea31c7357a6635d8fd568f9947db57d0c86460ad4ebf447e729e506f4280a35b5dc57eeca0941ebc495a4bb9eedbdfe61d8cfefa36639b7be65f3c9675e2e2d60799efed09f6f19c71212f1825641020f222cb69bac054eabb30c87d3f79b32847a43d388a9f6adbebece85711e5e016a97e77de3019e51932af40566029ac9839a3d83212c1cbc8155bda714dc9450908e9f4ac6777de8ad846b501e4e71c8939a3d83212c1cbc8155bda714dc9450908e9f4ac6777de8ad846b501e4e71c8939a3d83212c1cbc8155bda714dc9450908e9f4ac6777de8ad846b501e4e71c8939a3d83212c1cbc8155bda714dc9450908e9f4ac6777de8ad846b501e4e71c89ef3940f60c2759826f3ffe0dddfc07b4a46a09083eeab1adf78c3439a00f79de76a5771adee7b9f36c7ae66eae78d72f325557500269107f2d98a7e3560a1808b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc2aa75ddeb08e1772018ed74fe8bc1f1c4467c49c0a939052a2fe6ce2211f07daec3d91ae40cbbf7aafb047a4799c25e00a04d340c0febe83d72f66ca2dfc7dc0397f8cd51dc51c12e1b387201c40191e72bc5b9a92ffa77a0864505e5bc0ec86../lib/getconf/getconf/lib/ld-linux-aarch64.so.1YYrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootglibc-2.38-150600.14.26.1.src.rpmconfig(glibc)glibcglibc(aarch-64)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)ld-linux-aarch64.so.1(GLIBC_2.34)(64bit)ld-linux-aarch64.so.1(GLIBC_2.35)(64bit)libBrokenLocale.so.1()(64bit)libBrokenLocale.so.1(GLIBC_2.17)(64bit)libanl.so.1()(64bit)libanl.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.18)(64bit)libc.so.6(GLIBC_2.22)(64bit)libc.so.6(GLIBC_2.23)(64bit)libc.so.6(GLIBC_2.24)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.29)(64bit)libc.so.6(GLIBC_2.30)(64bit)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_ABI_DT_RELR)(64bit)libc_malloc_debug.so.0()(64bit)libc_malloc_debug.so.0(GLIBC_2.17)(64bit)libc_malloc_debug.so.0(GLIBC_2.33)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.18)(64bit)libm.so.6(GLIBC_2.23)(64bit)libm.so.6(GLIBC_2.24)(64bit)libm.so.6(GLIBC_2.25)(64bit)libm.so.6(GLIBC_2.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)libmvec.so.1()(64bit)libmvec.so.1(GLIBC_2.38)(64bit)libnss_compat.so.2()(64bit)libnss_db.so.2()(64bit)libnss_dns.so.2()(64bit)libnss_files.so.2()(64bit)libnss_hesiod.so.2()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libpthread.so.0(GLIBC_2.18)(64bit)libpthread.so.0(GLIBC_2.28)(64bit)libpthread.so.0(GLIBC_2.30)(64bit)libpthread.so.0(GLIBC_2.31)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.17)(64bit)libthread_db.so.1()(64bit)libthread_db.so.1(GLIBC_2.17)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.17)(64bit)ngptngpt-develrtld(GNU_HASH)@@@@@@@@@@@@@@@@      /sbin/ldconfigconfig(glibc)filesystemld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.27)(64bit)libm.so.6(GLIBC_2.29)(64bit)libnss_files.so.2()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)rpmlib(BuiltinLuaScripts)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.38-150600.14.26.14.2.2-13.0.4-14.6.0-14.0.4-14.0-15.2-1kernel4.34.14.3gx@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.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- 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-develh02-armsrv3 1744093877  !"####'()*+,-./2.38-150600.14.26.12.38-150600.14.26.12.38-150600.14.26.12.2.22.2.22.2.22.2.2 bindresvport.blacklistgai.confld.so.cacheld.so.confnsswitch.confrpcld-linux-aarch64.so.1libBrokenLocale.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//lib//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:38206/SUSE_SLE-15-SP6_Update/490f387fe2f534c65f59090a146df478-glibc.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/glibc-2.38-150600.14.26.1.aarch64/etc/gai.conf' (No such file or directory)emptyELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dec66d45676ccb241a22d09ed09d4684951462a6, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=08d76e90a074592d61d35ec34f2214a962e690c6, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=da399f6c3186d481a911626418eecab4656fb651, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=d9fced6733624900d0ec55e084a655812e4f9eb0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=40db7c9bca88be7ddfa40f4b8b28d68a4a5acf6a, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4fd9969917af701a1a0da227acc8b1e4e6a7f3e1, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e76a82ce71efccd8d46cabee3a2741cc47b81964, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1cf3189f159388715a72591ccec31645e9e0a87, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0b32a3959cbf646202c3fd34641189d42142ebe6, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=334ed072df3f192b499da2b0c38b17b23d426cae, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=11f4453e2a7994466765f43bc3d90c6e2fc84980, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=44274d2be52795ee95913305acf4676951456315, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e18120f9b92852d4e6675e087ee47e68a7d2a69f, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d2f929b36a06f148ec5b33f425d00885874680ca, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6949ca80f85bf2a8cb5f9065e81e6f8d49c6bc0a, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f623a6a7ce591bf61fc5d0c3f9455829dc8136b9, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=68131bcceca9a471e3da07886c15304384f51a72, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6194209a238ba578d23251293ba56b1e21f7ffc0, for GNU/Linux 4.3.0, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, for GNU/Linux 4.3.0, BuildID[sha1]=6f63d3703a64385841b18b3326564b943bd13faa, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3657eb0d22e7f4437d8f04ec6c573eb852c75a5a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=741d6034b615848a99d11a8136953493a913ded3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=ea14f9e928693a8664ed45e6a5e8168472050621, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=b2cfc82f248e2ab026cf6934d6162f573ad1930a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=e9038db07646dfdcafa8e2522e4b665e480fa2fa, strippeddirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=4c1c78b80b570d0fd6d6a59f7765f52fc62c7e7c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=ede920e5a12dcb4eb9183d47030aa3d580c410e5, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) 8CGckpvz}(  PPPPPPPPRRRRP P RRP P P PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP RRP P!P!PRRRR RRRP#P"RRP%P&P&P'P'P(P(P)P)P*P*P+P+P,P,P-P-P.P.P/P/P0P0P$RRRRP2P1RR RRR RP3RRRRP4RR RRRP5RRRP6RRP7RRR R RRRRRP9P:P:P;P;PRR RRRPAP@RRRPCPBRRRRPEPDRRRR R RRRRR R RRRRR R R RRRRR R R RRRRR R R RRRR RRR RRR RRR RRRR R R RRRb4rn?glibc-extrautf-8592efe97798829d6e548441f8537f7b2d99744229cb426f3418842d177944e3e?`7zXZ !t/7]"k%r\ ^6ܷ۬x\"{h*쌖_A!AI8fW?g򚚕Gi@r`j aS4kϘO5nFR~h*=ps GY}=\Q0K& SP7}L!X;)>VinCZRl ᱟ?A){b{_?/ŽZ+(%վ};嶔vۜi4K#.̗|K[#2eKn:CܣBɆ} m (/oKzC`  {TR`ݠ-qT7;Z zHHl~ܔv6n" i@k<_JFb^CDo?)1B.:츪 U+hgƭ'cOnԚT Q':Ҩq0ls)254 2E/\#&&T-S r8tNW∅x 8Q9 +|i p0BG G1j6rBM]S)UxbmVn7{s(yDUݳ,̳ۏPZwrGҏ$Q1.wSIlK*N#5_|' ݇@l?};PPי=2 26y]1LNmˍ^XJ%>`AN@ V!O"51`_RpnW{ 4/-W& -7vF@OP}(Hw:sOeiMhuIx g-@5cm1ѻ9s?F<m!azq z~P)߾\Gk8٥DQZ8Ɖ^8j hQG亱_iZ6d[MuAA\fC!{dc/3!~ͤ.ˋ3?:HÍm1 Lk;v/,Pe[rC6|tL,e_zbDXe\i*21wK^/O rM64 _ $XiuCe9~3?0e#^a:!Hi}tMj9-  ^prH6J<W\u|,_.;j]h.&A#FֵLc21U|LOT\ yddʮ<(OW- ׏+hM?, #qBP0փudёMTF^/μ.2X %+ OGR(YMR}lT7\=@{T = Dct4N󆋛JT p4X&7TR.PPhth|/\Sçq_/ѵ|-NB.KxhBN{"p1emȜp~!:*Nu^2ӤF n7 F?kLc#~IcB˓jp3a1p?-@v~?./OZGltg2$<)07sk{ix?ݫ @,ۑR8ژrfwgm>2NygO"N5Ly8Jdp[(3PSXw ůvzwݵDL*Eq]zK-#$^"897;9V5:Rɱֹڄ\^5? ]?sJ\h=131kW~ZKlVR[6t l{_/2$:O~#HX8TLeݯ /NUemxi[zN.XKx<\M^I竷css-Ҷj}܁RUhe1Q@Vh̠rq7@(A)zUlhKZhtb06?HʸL;'V] 1GW d^'p~$!gOP{S9YP1c 頖 D/5DNjcQ}M&>R ::*O<~\b,޿vcd$L FE'taR_B(Fv4 zK$֕^?qӔ2Ld|*UFtO;u.T2UI:eEHӐg-+}bZ o$jd,`(p<' 0;Vw{7OڞrsO]SɬbA= Go|@Yy&s_i^ 7` ,DpJTְ SYb/q h6~J4,_EĦZ6Z%Z=KlAX*L̬k'B\~uy `ޞ1{80 "bO!#wqst%PUք#8Qח9|qh[9Js1$+M*DaȒygHvg={Gn%Uwq1h*(L(mEAW{0༶#v,Kem!b5,@g]$2mÎ!RȸcXMxHLH^I A mf? S ^ر+~9y\/8KR3Ĵ]ʙ'|#<⡾W7A kvz' HE_4d$I{A_.Zu]4;}R\syF\.dfa-Y/w@-ZmJМKJT@YgAZf;1+o>'5p5Hm65P !n"jI.YMXN҈Lo~Kka B ;$>܇]xg7+h),F~po?L'@# V٪:qa?ĄY$C:Qrq +^! #1Mv-4aHGM Ah΁xĂտVafRgD0Fvם_ \ lMLvqy?3ȩ9@`|0K KCx_FD9s2!`mQ(6k\k]ɐձD?>r("k&G)v$9ہYry|!Bnj!c_n$MF^̋h%"%zTEDyG U60W6e؝8 ]2UNR8ju2 WkBGOFpl[\r9 آ8^PJхAH C#0Kv7U Ve)Б@X?L;Op-|c=7ZF8.MGX^9F 徉4}?:ˣ5C/vy\;7,x蛅kL-qoavW6)|/" kF dz_Z0{SyYQJ"]JǸK"6}xvyÃX:/ftJd qk) aIܒI [ՀJ|lJ=)OЧD?sW)1Jԕ`x+;.)Ts;w딍DE1O/Z%5R'3.8@5D=== ~_PkNJEe |*Ag87yS6VI0pk3O(e}pۋ2fV3znz &n~n18U\aU] )wc7V)\TD3(93$)<N+aśm/ACa[IOoosvCu2?&fL:!P ˥:U{-)R%S4v].,y'_"wk"6 IDRWJRUQL @da{Q0gͰǟ\>Y%+j8śҨ0v5z@ӲyѸ:%}"{C@p7w͎f.F PtՐ(lsM-GCFr*mP (>z%+W]˛r/?2dU ^|^2IdCFsI7w^w٨ oR1G_fHr3*L`z05 িyk92Jvpt9Q~Br>1u]cTg>AGU㈍U$~BsH.9R&aAhW/lHyOFŋ:(A@ƽ8\b#!,kϰ&7s~UxA1GHaxh+⎎8}-l֨{r a; I_6kҀ7Uj[ǧTiՉ1G$8>Gsl2; _Dk FŁ*Lp.~ '] C`òᥛ]4w0.j^uLa!C[O\GmY?Lx8b=vKN+zN `UYf1N@w$KK V?taad {*ݺ>"cb1 .-`aOٜMjwK& 3E¼]*ό'bq(i՛yO F)vۈC6`Q.AQm̚jTrͦK *m~/02E;/N:T6#nr27 ]?aqEnsW\r}, })C83l{ jv9ob ajRV|J#OjvN@f뀌FX!҇Ir,}$̌e Φ˴ڻ5{oRKV%DS7ZSi߯*gKqICGX+^Xk?|LN>zg-#Xh!TynRgw|N[ꆓvd]忽~z?cAg 78*pGn]fWK̶չ"f΢ROA<38) &νuu1jh.51qnħUNIZغIshHoˏ5Ob+z[ [yBS#yWW*ܻ. NV.m34m5*br<YGq̙"Ѭ+Hx܆2^v++kiǥv#w\~4=$3-L &cRA tBŔDܖX16+T0/]|Ǵ=J&}UK͚E9OܗXkLs 0o3?bq zY1eo7axJ~\^*7UY*kЈw=J6ץ$к$ t̠s0x#]Su~0?o˓דc^=$i6 &E0<9b@27R=yZ(t}E,iA VyxM6ZOjeeN[Q'& r";M4iNE(`HD?Qr/1v_5umKm}oy[U5a_ҧu0χX?   4OMh $z_WIԕՀO2AW[$>N6] -M ?mdϢ@„'Ct &$#BYLXgizH= i1OL2>{ u*Oşm3{%E_7M>c kyw|!,Vc(93i):|D'it9 Fxl6>lHfR*q. mJ"cwsgyQx^J(0ib?o~h9LМ ^ _'TE -#͟Үjv,>?5qaN"f١unٓ+]7jkbiQS nSk C[9%N ݏC$̕,M!2%\TJ֭ŝڀX-]!XjǶvz_>xfQUP4nP=~,гM=eRWgk΂kVh1 Mstujy e9G~d\O"\peD҉QHh0L&nMx;ҝ|2K Ķނ*e υHBv] [JvX %zpl$oO\xM&+,-\1Nq ;N7IJpȀ+J\lX&[@f>yO z@b5R9"{QQQ~Ï?!i?3D1VU[(#oL]{ܚ:i%L׀4= %t~c XwpD^H#ͼ4:%A[@|fd tQY6IvE;{H|:r7H8%bӒ`i1F8OtKxânmq7,OGCqo/h[q?@W84˝~:"-NyaL噪'=7uXwkgVs0R[rɕdͨ3n͇轊5R&T6.!) ֦b,2P؊&^g5 2>BSaLGL󾤡3Ystª`닸B/ٲew =TєN+ K u,VZ/ܙ߆J‥g awrK36֌4oU6Ph"Tެpa&"sv(̇k?wq-&f1( j/ ?fZZ4j/̤M?6 \rd,k=F^+QF=f=RёO@k:Ѫ c*w)u64y.q*ARz$Fm.[R(wQ, {! *S}^߶vo,H9pm7hs0 0 6^5 aybοM50]]qj+=hH3*hNx+}Φp Om>􇗹b~;A=4]Z;cfI&TZ!I O#dmɫPڡ+[= A mNS"ѐAH8F5lkZUFmCA#7Va<~HKu3_YW9:Tvj2"6oV鼍Iv{8W?F4vض5~0{+ϸ5-3eaGd:{&u,[ gЦ;Zր6x@͐L&?j)amF77H!!2ս2@gМ?:C#8~Zh5y_>+yZ[Fbgo- wKQuX4yI)y5}4~;r\oX(v::^]4줇^|`Zh) 8g\$q%ଜ@:&P֪}C "2wUp?~1L(*˃'`y"ݲЉhb*zc?*R^me/-Ff4OᩧbܪB|iRF,ڵr Cͩx}=.&C!)MgCBh˔=d‘ۚ:2 hfx:}X5ajPo~t _$2Yxݷ[bFTb6uZ:kR޴ZH`*N$n }E^VQa\Ke;C|DӟW:S8˹aVD~p/eaoUD>\I^(Kl Nw C3lY C0h< ᰮvu+@j _nk{,@8s> x%\UYNnaT\A=#M#PU|GwTY2\F_Ͱs Z+ږCl v ¥5?F3FRf$tr^Yϲ*jlؙ\);aCdp`_n[{w l.j:gsFuoS"T8̯ڱ{'!4qa.eY%1+((Α=f ٫n]ٍLeqoqiߎi`udt#UUOxU k$ X,1 gKI^i#hh,P78εN_F@r/}އ>zu7aQ@ +y9M"&hEFWC n(E9F'$<L5ʍa+JXCJ10sRSu-AyJ ^/7YenL:QGݼ Ș2-^g}] &"滛NVD=jY ;,F7 ڂa@+D%Sos,u^'VXK,`nٞ-vf(jZ]b^X{exCѬC` liU:Nh,kFVcGJ%=TQ%H@VYHU>Nu}u+d<II/ ]OS!Ku^/7ٶ\]D76LKL.S2Bx]iIѳǬN|&ѷ!=3OL#2jFZ]|4Љ tv/%WZ؇O/vf>)#e8p#oݮ_eϒ(8ޯuz 8% J!Ϥ)(4|T7Jl  CSA8}Y?cDAqڱX~_K40ˀeodF;n)RDAyu-R$7h4Im h-ahm>&IG<"zR- "DÃ3 =bCa h`9f3])jCfFŨ(j 0qp+ Z-rR/' $uE=ʰgeyb jU;kOtǧ k9dt-E~@ёkm z"uqSZ ߫YmaK)F@;TC+{xA(kM*k Mi&$wDSsb#3/ ̢ZW3k  UOHE@U0l`t]/PP)RzF}}&8IM 9Y7j 3(HmFɡpN3_f?S+/ Iyy}j% |]Bo _y,#(NlAc>GVk .<ceUg(ttb{X'ȏ@*rk^V4NyFaVˆBs#E jvoOb%wN\|`Sa;FEŗ^ H^uMV{7 Ikݴ$E;d{_2'Iڿ586G#cϨ+Xʌ3t'ք_+kϥǖxDf׵oh;q_og>ۀiRcf͐CPo ⣽iVR_k$YQocMu DZ)G?&̕ggD:~"Ώ9>9ȉ52/ ojVKГ ͠@[ZEk$3ЕnNl۬%֤`$NAگz.<~>Ae:/!xa-\$g٤\,URO.QH vxI< =u(kT&ӥc^g\(:f3| wnQ`x^MAmG9r7v ,܄I~wugڇ6 zblL#6~wKl++Nx'R!fOOف5%CMY:_uŸ]Nr_U@Ln|:nYQ_U#E#LjݍNˈUlȇI:ԪAϏY5ozJI^&Vp \&a8cPEϥLt{3 CoW>h2sk.հ"bB_*sS~QQsx"rOVZDtxPS c &ad9S!{CgybB8,Pl4qb,gc K4h u!LHا<yKa@..|Jh=B6wsF~A.L!go}nVPdĭGHX67TNDbǦU֤0ѭ7mh!k#=ʩ09IC0dl傤2& S [ Bڞ64b.J \\nP\fjz+6P bTj_͛y՘Dzj,E:Ε݄MY?A}*lMc :0<toY!t#3{~^K,*L<&7M}v֏W霣粂zRm+3.<@D@QQ¨l ʚD:#LMbon&Zù~q#Kcm9k HGg3Ru;qms.\eϨpɸJ,H#x {rxwd9"r, >(xoY:4P5G-虜98z258Ú"øM5;Z@Z݄9TRQX`٬.Ao50Ayo'Ģ }Zv@c:>y]_ǽ[Y/vH@7Ь3*ԻE}dMz䃣 v,ckZN' wŒ (n|e;g*7%myl=O!H@y?TyPr@chDzJg GkF+j$F0 pིO]ԏeg+i8Q*iTbͿ;ZFTJRُӛGVlrxV$=DN;X*M%a} ʩTಭ=BY"RC9=nQ %$aeyzbD2o !el0"O ^ EuW=b]DzOR_D#iڂ1sofZLQsW$lȗ:rgcGԋFf#- q&:tOW,S8LZHWGhB,e4#Le䴜.W$ۀ|29"CE@tUZY-NbzɃ%eWYy; fnL]ۈ(7{))9 \s'b4j"RHvYȳXkvUJ ' }U Xn:üʾS溲9iFC) mif |?ۀ^y toZ?G؊<9T\a2ӚQ`vb!9 BDoI6CqV3IxCERVEPYж_ i- Ce]${`)ǀ0 0t"Iѽ㪯j5?ۡ cr GTMgOlc4:ggSiP4>(#_TRڠX̢-]I|UG#amK"./ztmq?թ^mwM_1t`G,wzoS %+M|ķ$m۷5L፶~1d>p'!fJ* C(,LRҴ\׈AA` E-?j{PrBYxF03f&K1] {@e!u2  ? \PΛ+W7/K`(ufq~1mտ^pЦ %`,8Vq`FF >`ue&[ONg⧋<}(pw|:Y qA'7nB 8\^O,CO'bԷ$ӳ h౰Z Eγ+ I,Ѱ!I*E#C Y\PX0]ZEEfD>n!1.ٙ`؇Sy{uWJr[$r\"XWm6n"pe5qс-c>\L#y:$:믉Xy<}xJ[lL:7fU]6X Sqi!P2=<e(zBTWmM]N9%fi_$nxO ԑ+7]/3fOO@b 33MA4lZ5'nδ̓/C7ocQTWNL%TvtPs+ 'K4åy_;D tf<>,(WoRu;z߁bÏDzB\K'Y*:oş#N =5e=#N5&e} bHiψ25?@Vd`C%fAKB.5Dm?"w˿x$v&3U3`uj6]b3ň[gE%*(.aBD%)p(3[D~[lO {pin_\z!qt+WxͣR@1cmLƍ3"g+(s~-) PZ>i⪮Ҥ^b"&LgOTn<>RSyԑHnq{#_uĩ*Мz \S8A vKR.gL'\e7[Xw >Mͯn t$rY@= }sH{f> $,+ kGM@a!z](*/"褴>22DS8JʁG Spx@EMp3QTq2oX\vW}o\I.=gkG6~ru]9rH^W`vMϺެBD1u|Ljjqտz^*w3{Pχz-K= t2wKekMxB.B'XQx!h)LXv%D Y 0xx5*Dz;61?Q`M  9Y̿rȃx`Ǔ6bCRĸ?1ҼS/ g=F߸r2 $ NkgV?S"iMˆo8$ߣwm8* M!4m7_<}F`ﭥMő%L:<0閹 73,e wb't&q%-6{ U@I&i禘F]>qlvxWnZ>{&fl=Q(jF P$ 8؅vυV.'+]DԂ5&:(擳}cB"1NuY)`e7귵@} dJapvaPYʃs\{A[D[WlHg{h>%.1 >@|u9x0PhX*ĉ(\Z ZQԨ WX >DmG[T>T"z͈w3 DezWF\70TGޞ2ԃaOh"5}=&l^;kU{DDh5y_lja@{:DaXM\0)᚞n<O8u1 TaB$uej=<;ږNH.uufCJ@%T *b*DFF)vjpËzi2[- 8Gם*p[ :ưJ#9iC+PMsL1dP0I\"V$9GGBֱP?3WR*+9ˆ1=x\ ƭг$Fevf2I5$߹xeϿ@Wa  oJx3x,#Q)]Mv9 08)\WtxרҢ2{t-VF8ul.s]:Y$-"?Xù Ux;:SXӳy70F(_̵4n{5k?U(  u`Q*}$f,Dn5f~ˀ^f$fv^~"^|v*v<.CO>X0<[ V-*5Lz 44Ok(Ł)Hm5I fyD}T ];7S,tǨ$2BZ}kаwkMbcA?6Sa%u;x/LS/{kq@@ɮ_Z*5 r СsD7C.pEDmEljc` z\'izQ h#p多ҝYr=ȓ;庯+I~5==_LȨ،!G\B x *)>FMar`~rt(%^˯zBWt^\١F"dAE۹zARemgA16\%{VR'r h%ga|vs3[G|)}GF@TqxCBk/O8*^d/X5̚ʜE%ڻȞ;jiEzlbv/5\' 2+cf_`+܇?b/M5Pjjw_&N3cjv8BrH !v0OLg{!CB5;pxpl*0fTJ/<ܽV(fnA8rI:5e]N{67ڼ9</U4Iiy^J-TUt:SziYb-]D!B;oE2Hb6͕T `IF$[EKrB-_Ѩ,UKiKfx[ÃpssRK@+S~M$wv+][U+3 `7+QĂS= Vfukka(B7y_ 8}a*YlS%P"M?4_U؟rr+x`woӐ^fo%k')ijV']@N}]"hYogdh9PxqtVwX#C(@K+L n cxڬjc-ōpRS랤Y 8B{@&hV *!s|Fƹ,+NDZIPnlYO׹y萸fb$z.^.̞_zDa&K65Mtǿp.yA]c9N]<[I8V9p70oK]K1r }@GYADyIŝ٨ MUX))4PA:;DK9?_HH!]=M~f'kΠx->ve w&ajpGnrn0`V6o.~42coE-,kvI<3*E- 653]0WFInHm#K&YfBgXf/`[3%7ұ* 2j#,.LN;OmcИ˫Aayo]b:fQ:?5R^6cV'PbV{S}1ʱz)vJi;C!͵ֵQ32*E.Cp-X@rb̉ /DFAW}Wv[=ؕ00BOh3/LRdshfغhd|, 8TuJЧiMnh]տC8{Cie~/dn0Г%D=M6fp3iN bDDf=hmRx ڌ(Kx‰2gpVe^r!e礭4K633Ŝ{}@/LQE&JVAN`aaRقv1jNl5,_ˆ,v7ژvQBwТci>+:Ko&D+`T̈cqelM t#~VI 9}qnL↉acb%W=0iLLbڟ!?}Dd, pmSJ"i>`ˣF\,ֱ}D 5Eܻ`YRo䭍_NLzB80C&]׀0vF%F̑jCE'sIٿ6U\ h0g g[E\2F%BH1iBH`F/H^C _(lta,\ (q5%Q{_I$YP1\.90GnJǃv] WR!Z)2 Rki9vF!)c["~?M~$gU" -խ0i,lpz@v^eyDCW,[i~R y_ʻKP!rCtkp-k0|?.. ;w%jcC /BTsB͚ _OAÎo벚GI # P}4|@f94̤mAbwT!^KsGD،LV4M=X3!h\u*]ow&+U5HcjSO,[7F|gK4 Kr:<lj+d 'HeSb)K$aL4kSD%@gQTj ܦ$K2f9F4;e!#q|v)GwNWERAs;^F# a|s=h\_XqPϳEt qA`\ZH] ;KIm8~)a~r] rN͋E(ɠPQUh l(N$o㇛2PC}jr#6hlG}zp&8nu0i}eH] Q\pJ3f>R,y'oK4piaudhᬊÚpFL"I|rxa:itZyQX+GoL7R.)XޛBaU0?Jí8 lZ`-+" zoH ߺPn`` 7ʸ* Glҁ? `QT>lDe=!|g2sVP̩Yf҅Ef;NthQ4%qi4赋jF]ڥ\7 n[-lI(4~5Dh0-mԮ(\\\?5tBG Y◲9 ,W3\ۅ箓BSs6 .Dus^@9+oNjrS[id; nr_8dsMDbVl&~kߥE>q"r#OSB kxcbsO=ڇ?IYf {X`E-}vّNLS԰^vezZHH6ÛhR*h S2,Z¶z4WeL:9`^&&6{ Ha)M 6HP˫rhUЫYxA^̌`MGso{AFeR6/{e>͈=̓WV m~Uw%Ү1)׆'!NDlIԼTڧM({Fis\)&v[bA1 Ǘ=OoceGkߔJwT pGS#R? rt~LNjawE@Eq\W y7\h(xihI䧎f̃Yaytgs@n AXqh Ã?1=SmK='6qS16Y@l"#@,m]\QI}JP8A+qW8r7 i3#;M&DNJY0(S3SMh? 5]_#@Bo+gtbltꊏ&9y 9G{?  r^; ^*4y-3rpY<t0rJ#ƷHLF%,{A<]x^BF7|8&ӯzR5u'%ڗ+a @sOf'ȴv:$,zLA7*Ġt[*ԣ_셅Iv읢+Eq{yӫY2q>hs9Ū1x/<"HV^ׅԃ]:O-lIe ` 8~,whe[f [lGΉ6:L X5ip>CM9 G? pI_gf3]Y46=| yg~?f]Ϯ$y#0(`gxpp) ZX@hp =+7晛L4Y/J1fٯAחo~*PPE 5v\Tp3l6lm[bYwIEX IlL|Gkv?40HV!"c)YsFCir)y@DE=vF3ί4PhjYV|=N/y܂ J85W#|oy̝RP5@=vv"ϲʲG)=z:iW-MLN|\Na?Nj)'H^ˏUpPg3pGYقns SwgbWoY+''5:]Eڭec뷘UT0+gUM^©9HmjtDs+iJI7g4 .@B8#uЗ Qϡᆴj1z<^ 7Њ3SZŲ0aWYA5 K+\GJe(- n_Y|>v,c޲;Қ2]u٣~Ċvo63u4Mba=籥61Eu F1m!ҐQv&]KP3tIiv%wEQxBW:f:#&M3N/Έ\n8T.RvԼ~SmJRʞz{poAJΡ :VQg81 kلa2~,,x>|g/wf+9A6p JbzlѴm $># ٗu.յ0oʹk͑1+&}ue1-9pmޫTO.$y.mi%N~鲱[IH92׽7G כ$?bv=`.n-\1~2m?7x+ߤS EF@:ABμj'PCڛYS8ꌚ@B"G0T%k#Wb)|u 'l} 㬛^:ǝSkcܼPLlZ#"iq5L!=^&e|dǭ/5#,go(Q(qF nݖnwht}]R6cQ+"F2i4@{c8ڙa{jMv(Wsb }!ykH!+ ZM.$/$bp}LDX,_OU1 GԲVk Oy7)mB?wfH=I"_iӚFTrRɇ$5߯'w½@VTѽ=+/\xՒU%dBqQ'iaso`YʜWN ags9V6d(#BiXygV\5?gQq{`U>?Y/qܣ}.1秥QA>E"Ifn L@A3Ā4]e~ ВIMFs}Op䍕ijWHJP_VƷ0;{Zi UH9"}+#FX qA,Ud4Tbfs}d2;Hq`Ęm*-,ME0D 9Pk+F(g? UG׾=Slu+ad_i2q=W ӆ<4׿OL Azykh퍼i%@wO2; @L%@r849d/%L4 --)Oޓ%> FX wļ?կA",4O-v mUQZͺX])hZIiٺK&  t`BmruǸK]N Ri3a1h)d`ܧ*6NX"S4.4}T6oZneku>mzߐcWa9}u;`pt#cKU۸: Cw#;ps8НWtf3KHY_.vr8'ŪԮyaqYb#*p>&1-ޙ!W|~ǭ r?b؊1$Go X.+} ܇(fQ!_ jլT5O9HZ'^^%RlҹA(FA@Ч mulNU?Fi)'!߽*d6v99qP]mOJ*k>$0gs|z/ʦ=wC2KA}=U!Ttc?iqX+Uy_*@V^rϧ])UDk/,e"x- Uwqgiz*#!#d]}4ӎ 4a0Q1]9=b+,GW5H "y210(bvTEBr ws+>mߢ1ЀrK1Z^#߶viz .؍+YpuU:[Yh>GRܷ[LcU}6D+އE6"ȱ̃:Ѽ}\r@6-#z)qd485--9xQA1s L XmODm|NJ_Y'J_je5Cp5Z5O[tyY9Q@ Ybavj kV~jgM1U}nFJi֐ FPE.d6hey_խ]22CAN }rRU*~RC#:noO$ wbYYn5@mC,1`ݏѻ_!XIY C%~fC$˕r̔ibe̷L&\1Zfcj0Cp|brFv{WA=unMi޺-" ZuŢlQ*"-gIalQѩ+/r^: &MjYbh>P+lc6o)=VJ Pq%(dhHэW(cpցլIUŒ)Nlߏ xSC")ω׭BGn S#5ύb\=+l|w!Fܬ-^a7h^N?*REGkyD:)MY]+6Tuni$z=S7Ձ*N*zIeޙijKj2fLF7-SN+:,Q#2P -[,NQϬ`/͐ž PM/`B /]44u8 c7qmLC6xմIA^]v[\f@a3na7AhHٷL3gmA4B EPgΆ;P h#n"N)P] L-+3R26]rCF#pv!ީeD<03ci"|7}mi&FN'K / />츟ju?`0/?gA3,L]WH^r~m]#a7ޅnan+fiN٩/M Q_sC+a > t18;)}{24gr{ou{m@B¾CcX#CJNP,ҵ_X ūu;Ss toC 4oh(8a-C0ugh Mg78hG[P[}15TZlkh9/WFeb8 ":sp'y\ITFʞ${` 1iM+Z ;Zg tj=JB}AMqM:$ɔRN#ǻ|MY"'ڇH1fE.{Yc Jxtr{BjwN;+c+/85=g,1Iwr,?\>hC$W (빬 *yR9\T44XZb&YVC+q?FAh_\IeHO>}!A+ Y$+59[bP2*+A5\>7T+wN|BMEE B.1\ڄӫ"s:7dMI~<-` ̸RyWӊ&Ay͕iǞZxku33;1rwM]N?@Ay%B4L9A=NH(M"꘸*& ETGâI422w˻Ok[zw_ٙM֘kX܊? YV&93C./ NrNvc[G)_ILOOLdRLyUs =DZI(*c>9ggHd; &~^r&hJ!yr:2հTQ8ͭ,CˁXv{fM5qqu>HN. y~6$Ijߋ&mWDfNZZ3!B aDa~0ד>uLY'0h= ^܂dVi)|j1]r jhOPO9oU\"2)9_`v7JĨD+>I^lgJs rtB%il#(sc[p.@-VM j#a<#|Sbm\%/Ď-&Ou8{pxFbƛ .tQ\EsӶi!MOƁ8=O(NXH~N8kuoda1s1KxĴqaC>Zy=bYZBtـP\p[U%nͧsJqܕSz l-:ĻM᭞c+Q*9 C ZGQ.K[ab:~,?\ޮM [<,;;yW Ԍoq%Y"b̓oI!XM;&IV18αB**H~3gjy)plm)bxICf&&EOvdfSDdB~IQxL*&`#_m]8o*VSjsKxE D$Z1DVx8"('__Hen.1"t c_j}e_2pLYIU*eB׶X2^U)O}Ag)ř%w3^|N[|uapb ^Zg׊w,cְo2 Z;_ׁ<ށ,k~8#;='jY7!(zy&*Wl `׮ F@[8<ry:}Z9ScƧ~J]ajhDafעKḪY3-UllRm- @W \Z47[h->c_M8^ Z4'ww:wZ&Qu7sS6^UkMw *2߀8oOBEN*ת\}WB|鯂Rn7cEv6㽗_Z|:n_m|Gn6#t_LJLgx.x?"pę2&uH3dIXcw)4ݫo7_@Y,nf}mZ#ŘmNQE#"tՒY{΅㈥LF,C9w.ȸc֞RGp$ZtIX<-Qxuئh,C3ň͝zs`1; NE@Nn:${/S֖X⇱9Gf5/g7b.il,hT /Qo~=g(B_::|֑59󑶛;xPY!TCKgivpEvlUpK(LJ;L]ŝnl&QFPxN@aҁ*.CV/}wcN L//? :):e > @guiiTKYU 'nj R+e~!AH$~? o8=6B-5IPc( -Y8SQ*wL !]$ͱwnF yLX!~{Ӡ!)AjJ/(he{Go k//҇t%.x{* o ;&ODБ>8/nDٙO \eϯYoK!WgB25~ К~t(R sa*^/Uz0={4K/_L Yt.)$VwYɖ LPЋbӒs}W6 4l;]jƋ9: \aMZ̥wa890]V Rl2d]7yq"aHүu?aOꌔV%Y> :AJ!u$g ?1*~?7#Pb\Lm'rnq@럶C b(@^ǀJ p$õ*'t#W}OLYfm3ra):3sݫ5b5BC ^tZ.ԢOt$%PDUh7GE|u!=d3 +:*ʘ>EЌeΐ^&`Ew| M k(l{dHj܅gE*ڲ)=g?6> jHLk;$Пd Ŷs8;JdYT(./=]$h 7D!4y/}o8  0,?rQw} Gdp΃Oω 'ʽsSAKRt?dSDL,*1L{d.%"oOJCeV1Ҕ¿.'JB*2e1v׆$6à|Fi?75K.+|ŖOs /qsf|\q@En7"^+ b%?dy%MvkbVYeMy ?f,UB޾\]*j,B-U} D S|}Y|I;QVݡ̑A041pUQK+f?]>ضMeo+4ǬijY87њc}8.J"#,pVA ̦Q) _0@=IB~H_ /K8Co]Kއ @:BC]FM C3Υ | \IK nmRG$"19WQMgJ?l뽁qЛXz9_[JPQ jJ(Y68l *g9_젯dH<$oixrl1؏)KX›sEKڴ#3"I_PG2$A=Sc ,Kz [EZ#K&/!5ju OAM}%~jd2%9@ &WyojHlp)%ʌ[&_n;|zp8la2c2\p %ʏ3(ww/¨1nw,U*y]ߊˮVvktG}ۋ{f n>N1YE_`|C.QW&|WzD(șDo˛s7{)mB%QNJqPG(rA@yx!-̲ 7; yqo*Q4B M䤪Ro\u{9ƍ],wd=^/jMhFDϤf^V Lq|)! WW!+x n!k|k@ޜHa{bj3a" Ũ61БCVq+Bg[ÐkK=,t:zI:H_/[# bCc mǶqGs)LQ'jy83|L֪zgӋM|U^ov]f⌚S grzъ}|d{T2Y65Ҙe2<>T7ͩ͛_MՆz榮uQ!M/%,+a#o U1F2 H>? _$|shS7"5`|7x,طu^}YүAc!^@gs}'+vqӧm9R؊>ͿE\V%4wP(=aBU!64 \c,9mmj,O/|Br >{m">r#; 1Xy)WɦD9rU]z}_LDRѤ (`J Ķj\'or|!(pZ?'z%l,핖"-wƱL>QUCxq{}.n{`& ThϾ+Cal ٘po;Q %?uD8XdYHXGQ7(`X୊S%>>%ꐐ~ mXڧ5g=c?| h) ,&P-h}p L25fʱ UN]zgkԘv*i2DMz;kt∪g2d 5WdFMN 1.ULʬ 1m`IcC3Dn_PK2//"5;m󾰿AiϔXR9ʍB'fYUX;)ɞ*Y(SY{xBWh^HWoEb/79'wv"?cZץRHjݻJ--S}=6>YOm-o@P;sUoD2,>C6^ jOO$/YE8閏Y8b[R%.).(J|ep$Gљi=%t$#C#Zg? ~Tu8h_U" b*Ve@z\_dɠ-՞PD4'$(߇?̡h?pDtE:]nGSO$xI[SHyNT]mֿa°)(a [Ꙓ@R/Ϗ/%,.~69HGfG.gkYШ)Je.EE+g2:5oYF rɋ:_/I޲4C;Ai`gEcQ$WA]diQGqG|'63Ht3:Bb{#Q@˳(JB/OmЯGG"h7R=eW8fW;.j  R rkMY(нI ʶo{$ȞI[kEX2u."d'Q~3;|'FTہϾlS2Z0~Sr>4BW.rЅGS3<*:2#"צ@iVؠ%&,9N4i8=NnTz(j\ከ+t: I`Ob+_Lf{_ |s Lj@|?4/i RQ=a;Vx&P1WWl蒖*o 1԰l9 k:jZ^Sq`U J@2G_rwa#,b.u-crEn(S%%+wOtG~V8ytX Dټu{Vw" ΠQд!qtN&4Նq64gԝd[M]{\glti0OХЎ9S $ a'T7KdA*;s}.;G[ ͼ_L˰n??ߞ,~<-$uYD#mu)]E[-l8$j(O!*V0SҟO}Yҟ| SXdv^IJn|3D<ϥݦ-7; J.dSi0Y˜\T+bgȮs~;fQeObfᴵ Hh+rC5MJY#޶3V; +5sW;7T%j:Y@..ݡ~ImR[%KQCuߣ("P/zXDQv*l?dz Sn#[e0v ;AnHfm|蛉6 8EYEƌr :q$SI8U0wr-s6M"w[FO08Ja1~0Su'0scD UNMg&)q.vzΒ49@|l73 [`vffKrR-@^5lB7jֲ#H6 $&oF5շ2ɾ=T> z>Orq~Ё|_6`]'4 yĠi9uia/xcY\ꋻth}á#Is+ufj1b . Vڰ,/@YЪ_2[WäLNE:jH[o+zOG;lOǵc?HU' >,w {ZG-fL~u^т#9)V+e~b|և(M`z<$8/Ԩ$adGK0m2<̫ڔƈ&Үu >`CTe)P!*b.q b N!~U:{3E/1J]R@%]̱SsbƋӽEԕEY=휬T_;fג7!21r<>WW7y)\-O_Q֊t/)n&o: 4V)u^Tfڦ~s g: ZrH$)z Y vK6رs˧d[?| :g o ,T1j]NHq [3 !! k{|%+#XoPlmw?hEhKb(Xd [?ffuB j.ޞҰrj sGJ~et6LMxT0mi8q.&8+>i_U2I45Q,ǭ'AzQq-tdr MH՜zK.FX2d~Q3Ic[u}5?rq K|_8BE^J*RQ_ukS||L<>Vo#e,Iϓ~ѩ+_m5LB󃖶/`.d3-ŷ=nU" kR) Y=&e4cww.'N?xvllpsb?=n93liʆa I⥱Q= >ɓ\h@K%,H6FZ|F.w6݅_~SrrrOrk;cP %o}tzT⺰kCM0N0H:½ag*ǃRGbaKIDfVւYHn]lpD{oyм ,?񣜖2l~6NxuVh7Eq35.|piHe~x<_m%qyGƔ F#bJRBN*PbxrȳGe%h^~j&i43.a4b% RKxE1U;I:eV!ĊƖm'BײU ̉Fq P=+a]0Àj:s~GD,h@\(=9GJ !u.v]LK#٥gCe\d]I+?F,60MȑjDCew;v Eni~4Tk"Q0RA%]mA!?xZoꨛz`DPQ6yGuoT=FdmO"n ߧTQBTJ|mݒRѽPGO/TBF3l(쯐{N=EBsSG7Ose!L[իO^|%;+o^NKeQos>Qby{j4.? B8NkrH%]MYmL`I P[);H 䵞DXE'[ FryjPMWm}QJyN}3 C1@UK<6[Gڇcɰ0'di W:m!*s,PJ@\ `8Nq` 2"*~~rkZ:mW~FsVc{UYR9z[zW[Bn&1{ PQNVW{ÌזJi3NmQJ]qç_U52$)Kc6ХPvf [,#+IUyڐ»ac[[gc5W&ih $L֎5qډa| ` P S/L4]vcd+dYc_(]~}ib֬ˆ@g {L҃D1 %K!OUkzf~8i[hv G:"@3Y. F~կPR3N/ߍV|cEV3)hf:q7rX,= R§mᙵCxwLWn~4PJX' $t׷]" "k&.l &(瀝V|ϒeg6V?`|8j9ݩp=FDc+l l$iBnwLf7%S7g xxpQAc+,@>&و㣂R'n*EVڳԉ9ä4ft&1 1 )&>&Oد)$ie6"]gEo,vE+s4_갳 mʎOy/fa!$*rck+.N!HEP.EܰĂ ±C0H 9ce|§H,ZVu=zkoW2\ɈWvy#W)?vP" T_gM|>lAGc.:}-1L]_k(ӋV9(0 ҵHhsZvAUẅ́")\+U݃wp4 ~-$QRل 9Y+w yCQ8 z$V ]I 2^K[1fdnUoW9&@v`{+F:1 +5zSy h3bZScͨmGf/֡;p3?X wH\\Z-s*n0 OI7۫_Oq>P]@30(D&sӔ֍~Rjqg(8ũF9: mU+&PS ;c? @K53& )!cqq=+*(~7@3P9,s:1]: gҍĶLCȔ @C3෷hi0@MO~e;pXn$Iz2J(.`+n @۴o)(PyOXLD &se_nHω Yzm/4!5:65bbd皂C FfU;Dr$!K᱗U/Bv8K&z@N,ZӌdE=uϔWzc %wHG6f 1[VUN:ῗIhBS,N pkk֯ USΨi岅p;*:&2Yy!d,,_,Gsmt;Z.cxT/?5#cpQnkC kBEoU^'6 C443jY0mZ HVGZ7ǀ6Pۺn;"NAv@teNq)VMEIEC]L=@-Fm碩BvVK%i +$ձxiV*|FvݐPF+NF:xp,R8ޏwcn7Z "Gk!d/hdgJ.2kzóT`r.\U bs7$Hus > ,ArB=]GʵhC,{ ߯ߞZ DNˆ+%&YA;J.v&bQp &t/ "UVv6*&/3(Z&7rF@|,Rs]:Hы34eO M)F4mmرVwƪ%k)b % ȁ*>dWF!r7,HKNHqv\ȊdHg+(Y^YO*U@aEVjIDAF$*8xKV%swŨUA$sGb]pq΢G5B*KiΥ]Ζ{g.MY=O|1_gܠJfQ`sB|ܪ3P,T~sI|bN|ؒy4+]N]hiF.u[06E\j}KZ3%{p 6cVDOl?b v]f51Ȣ;ƴe :(^C;O2P*PG:]Eb@)sb]U;SrR~m$X9^xWx;š(ؕdr^#CoX6ڟew9q?0A b[qNsKlvb$V[ġCԦPv_e6XW fU 0Wt2 X܅Z RH7=E{87,tD 8y*V]eujMXG{ loю_ {+LNtq 9'jH:S`x 닁K]Bi8a3c?d=1{1آX&!IVΧ{3 "%-5(rPl@X_LDO4rS17R3,k:I:q]Gݮfƭ%O]q/3M>; 'r!;I [n]cS[a~m04 @s2!4pp3UBĬ.Ӕ!L.&N:cFTr1ۡWl`KWy`Ȼcp3mq`1ͅ&+&&޼|=Ye:s ;H×͑MV .P:e3OuGą́Bygu$YWhKE坐  0ɬs07kksI3vJZ;΀zV|c*-j8q/J Pl2 ?OL =_ѥ䖮aP)օڬնtW]bsfAݻs2sR@ItM˯U'!7Vd0.gyT"MD9C,& [eC=yr!9beL9uPNYyь'mQJ&r~\nn9d2)vo|b&eF, O(- ]M5)| C!9!kt BHβĩO.6rʋD>m"Ȑx%+ZOIn!y"<9cYe"Z[縡Q П3*D8F5=n{:tߩ 5N2i @F舮 Q|dv}>mdi1^ecER 7t#Y`a0J6JcON/K !rQA^$?mf{=OV&OSe]g7&D1W =ioN?X+"cݒq=+)[v@ۄͯ~ŻpkBY[+۴Wh{QsgS`Fpt!@zc_/Eno[{p4j]":pe#6|s~a]0jNGHN"iG}1툑 jR%qr<[e'r.`b7ܭ@:$-x U I̯ soZ"n>5y-(41sį R5#e!Q]JOo$qnT/dt}X863Y bbd̾&Wvm$v|GH$8\h̝Ec'y96Rd_M-4켂gDӸNpXB(|Wu}xInUu?aK>< g~ k-^~ZPǹ*V_;IΟ boʇĪr3}Zd}ܲ;aJQxyh'gLxPBq9"Y R_F1E_BYUϬF7{V2<O 0R_h]>X/0 C$m.XJo"tP{Qd˱wQpxh?ij7iCdT['Cr,i,(vD]U7=Gjg*}#a|fPX*$gilVO]YM" g"\(: q^%42[ U1aE_Jѳ fNN9H#7tg~,x7ćk; (M3ȯo6O Jqp2|lb[l$pQbZN[}}#QccqO/Awl n4 h<`}MocDG4"?5PW_G ]}ס =U~l 3HԙQ J\PlQg8 ,y5> 0iZK>?,OHcS3)z.h[K[Hb\ekK>TW,%mV?-*>3=\+HU,%0eGql,f\=PbhKPO46 A,7A9XPNsА"l2WP;ʫ x #FEhlP |XT3иp*,4ڇݴr71C#jw_9 SRnn`-= {ۇ㦤ˌ۴ÞyVmTr5"u ɶcFAKn Wng rQUt)u<]HEt@eQU!@=/3Q~U\U O-m;ˍx%YUnMTPa3-k 3')9&YͥtNSΦnjrKx c w؛B!8<95'OY 9Mk\@~$Jy?CO{cWvNpᰣ[ kIЪ: <Oj ||B'lI//|&~hs$d%ķ)$UDwn Dr-J';H8*,V$abU]O{VF-B5c$]S %sIao 蟭^ hZCY#MHz;߶KV7Chˌ|c1V/sXKCB;Lģ1@3n35v~qdl\y S3l`5<& hyFsY)O(+ GV ¿&8@Hk'x]֢|_[%\BޱY,Ū 5etvyƽJ\_!Pp[+$#5Xa0!fhE$} > uNmePjot&f* t[r%:r(yTAA꾳F4_-"yFfXN Q^Rw)@!p~# 2v w2KNX ԵLS%٭趞zO1~GˊW7'1D{8+N O߈ڶuY~AXr9,'%@Է\y;O^BQ1c0_7PRgt;8E? Mp@zg;e'0uB>`t |c}yri0wa*n_y M0݊7m pqUKiҧskn-‰mKtn:S2ٳ@q+󮻷T_ 7v#.* g?Õ1J7t>w/Nxup~tL(rk6<*ȮVq׸614JiKHc Ɵf_>ׅw A>i92"AD@YbmGCg\8 WlgJv7c5oEڂFm &l!79aR(X5g`ZRY]K!ǥ_oSBLI3X*fWS<#v^;vY 2C.kr蕱&k2Q|Wo|CBsE}6Mv`QRPFOH4iK/s%G[BsO|`bEBWz I{tlձ#WZs;da[&P:C+ځF: !p&ٕrP/Cjp_½R$U̧*tRDv?nS`mz[^(1񳓷r|²3sf\&ГKkXQ @%.h.^bœ\*GhM89AfoK,}$8^C!+ Nb,6bѠtGf}E|ZLCG/m]d]D: n=XR=(D;]lD\!n;xL-1?yEz e+f-~fM5<+}h#:FRw s\&Qsg"1F0zx%R0n8+-n5t (Jt5-Ud+caK?pܢ>ѹ7Nظ<aJ@mf0Q^*߫2>%ĆRT!5ef.`bCY'F[8s5yѥMb'0*0$x[Nx-l}^p)F'7xP]X9=\?H R ~+il~L(*5l*kwS >9^yX]g׵M@v" ,˟z䧣g`쪃2:&) lԈXܹ}W8G'~z&7)W pMAҧ.  c= (q8ŝ\GGDi,PJUOq^:hm8&9 Ŷ00g6=/c֖h5$̼';9Rc )s ^'u(+GWa%ՙ{1<#\g dKG*HE~˦PhJ^$/V.<IН5#c.(>·"k>8헑`(_VpZa Lr(.֋>;BXnRHU=g2gKܥ$toJgVA93B',*ԃX& 7s_ݹ,Ue^кh.$X'=JQ%7ɒS2xqeKAJ*S{xHr>Gujn* c1:$'>7`p6.ƛf]h0k6V:Ph褍knQGp}I„H7Lw`WMUjK\\ݍzY-;]{EU A&Ĺ;pZw{bmWrJ Gy^%MRWm_.) {(X6Cщ}U<\w3  U6?ɏ)̻P`oY ѸՌug^hNɵvp ||,Ls7ф&cZ>;q!^צ$*,pUee(,xR_rGI/dJ-SNIl>ԇ$~{$j('JLZ泝!,U7:O$q3MS'lW_0kהGKis=Kj K}YhIsS >㱽I ɲz}ӱuz1T t%~̥- FTqMO㿯&PFEڂfRj/FB, ufݥƌ=[Z7fGyjġtz Z6Y'r͟y%X?Sx )v~6o. KfX~aE:+ ٽ[}zބǥ>BluW[I'B$}X.Spd.LA4mݪ'#cBިPzp̢7r}0˯59( m㭅Pك.58]e^yY5PQb7ujq ,tjQa`;'tpŶw; =K﷉]LS>xX+ ݶ.\̛Qr8:ARPgHRQqػ|үH1j25x7t-XJo ~$$4I6S9vMg a}~[ib@5# "oq̦q0bKjeΌ"8MWi`Cͫ-#,"aw}Ͷg 7&*A4>ǧSR<4#6u09\]vudne/4 Ƭ;9AU*!||v:L|Pb~p "'n*p!uY, .)fvFVdמb|Qu g 33R?+ZId["_R7ЋC̫U~A(7+B@yh9FvJ2tɧ:x2"U٠a{셌[>魊G}?4KJf,@ZcG"[\ubNgSBW-1|\kxރE9j ޢvQpݪxV@/]*?20 `!q )#:x&/PPj4?h7r,}r;Q~կ^9 -N"Vy6G|98. 4Eyc(oa*"LUxud#$u#?vtl_ į܂jĻH|I317cV WQ (Gwe&%KQX,\gtZه YH4@[j},s6QeGYdUT&E&S~ϑLҗMot-W+ {]F(]]n; /{ĈJbƝ,xBdzu͑B[%ø—ғ=U+ #Q4b943n$1X۸P#hDv{ѭk/Myl?@9MX:V&MV-ȩkjOu:Bˍ od΍DwRp%%}g.M( 36LT!p,IT(u tf'@ ?|X4U꿞+&{NM1psL.o86w;S\ m}|RW6L0UtdJG[Z1 ܋B2Pߠ2^\m-;Q]57 X %*.9Egձh{un>ϡUχza.6s/[Y_\19,|8v*r_,.]~ Cw19BSLy۳%SN{ cSČ|}ݸ=ֆ+ԈxCQX)r0ex+YV=g[ k}+zu^y:J㧻}'< c38ɅXaZ;Wel_z=|lPOvû-oV]igRn `E#ulj;aab+ vA0Ew栐yrfQLÈ;!H/tb6+%܅R€"_҆ T{fY n2ŖTwCQ #RfUڭ妠Xo9MSAP"[BySMk4ˎ -bab>IVIKA]jGP0.zVeXK;eҢ)jR&CA>PḞl+`d=9H +< >7\`㮱g҆@6SEzAuT$O4_0*e@H;H _rBD:V!WVzL46Q>xû}3FD!YnrlbīZSrL TiaLe7-mL+T|ȟ2gb/o^0D ÕfU- YƒqyDARYTk4LHX OeXSK.$}#c\,O&j|`?~M`e{Ɔ59@R )#Y_YavO=G|o {#/uZ}4Vl |p-exxbV_Ƨ0{C@n^řܡҗEq1 :#[R4wDY+W &^8Qi[ֈ]ZeDn4#($aE )1 r>Ŕȧpk>aW#ms\Z)W)&:~Lq-̨BE+F&?{%ufyě7M. ~ ӛu}O~oQEc[{KsyyUcJٿD &|_ >pJ88L˩Wx6iJ M? eYr3ԁ W=pV8n'נ`@YځdqmӡSÝ8C ԴE][i.#!Wa!{NM@/@,aVTvfIՁ_ "РsqLYmV 0,K kpP_;j|!mfvԐg{}*2+(ӬY|LfЕp|G4}>(՚#Q O8)i1v'rXN`Nےe1?;u6)J7HӤXQ( { (4ސ_O}GkC."@2ƁB 9?CJ63Te_.H ZB;\p Ƕlg/Ɵ+0+Y?5 99q'KV|0~hɘLReTfƳ;n8 2KU/K[*Jڲ!1{ЖjF$m @WԱ^c͔k_M Z?A-d .{iin#&-/|3?R4 5 5CoXyK"Ud|?y}&~GPpUf.UODS3t +KaLe!~5a6ؒC[) ~ڗ*oB@q` Zg- `p)=m~xr\0r,.HO,>j+d#2,.!Ȍgώ9.ɣ1_cۗ?y ynE" a%(mRcIQmϻuC{W @rL4Ğ!fmT)&]8-hb}/.qm+ZEyt bnW1,zDumɲ<,T|MΛo@gzKXgM z,k՚Uu&i/%/PuǬ[% OP>MA>~z҅Z6?%@8Y E _!EwgF-UI/U?)=q#[* R]Ȭ}K`RVg#(PDRqDA̠LHgB[qX^;5A Y (-:'"QRښY(Υb+ŽW+~ !)lj-U76\.n2 élwwKw]Vp%y`(*cw: ݤB-5TCMƦ}(4< qi EXk);?#6bd@e!3vZP͞PĪ:Fxz轳=#(HVu|\Ԗ59S>gHL^7{/"J,r7 d!"n} !s=c #zUlTl@qS_o:iTͥ?Yi( J^#eʼ.GJ%psszMu_= '_>6sCU8j_Ңe}cQk^4#n'V뮼,>KRfRJN:?檶pd-0f.QF ErGYHT$WH6k|K T[`9'(Zw>6 PWEQOpAot`+,w2v&h @A䖓+PBhmFjA.+5\ v7wpP[[~pSP#"'^׍DU4= %uubݒG1BGOT*Z8AQ <B ϵڞ3g¡}m o;95dv60&HɊnFO"PMցՕC!+|aN ^I!POXZLKLFr9CҼȿ-{g5\^sPr O@)~D2icQiY+|2ְ#vKzF7Qډ`)GIq\Y.tFGRPXa3I8P}+nU9g#u,m{*к@IB0Alus3Ī;p":b}2fȌrrZor\]<˟8ineq/-W'+Og ĜzCc)ѕ0b%m5 /P{Qkwq$I/nR A0TL[)LGZUPuu;:Ԣ*ueHP]m1Sm ֌p\g]n/gS~%P_&^w{/*-LJ2p,}I'ZS]Bt~+ؾ&FlY/{͘ BV9-i9i F6n$qb) o Oۇ&DtH*ei57ˋ=|JλWY~m{~H[Q&򦊍evF4ymq3r n=nA$AB^hF{*?.!Ɩ9e8@?tTFgdk &kZ&C" {7-1qcD ۛbюcI^5bSWu^ >Pɕ^lp Kxa+iRi@xXJki$ UY=ufCmR?%}EWF)X;u;J<@4 bh/9p),JEy BFE70-Þ?k^|[HQu#JN4RnBK{NgVqeXǯq]^FsLKcAQFgZ?`7i 0`">Wk?Š }ۆ\,6ap`b~Mb'䝾;y 3*tzN]+^ڐ3[d(.bf  rSE,+#S: ij)*E!uX 6x&-% lZ5*+wtu\`c[*K& }o=/*E+ ybp@BZ;?'_vo Y1} Fu~K%TGokTvBHJlxE}tO(g YWu.4`wʨ^'e>m+0p[.I2=xhA^rp+y ^]<r ܮUȎT0_Kg>PD|Б%r|Q1*&a[8z{g[׿+q @S[f)[hCL瑀8 T6xe CLR'i)9(O]gN0ـC'2@c|[GJ?@\/My9ᇹP r%^̭%[.6&uQG1ˆqN-V\Kɋ (t0gҠ!q9*3wo|~kxl3E5uCgQz?HaFexІ\LnTE!TR,%F:DEK#Ƭ{?>p@zuTXS &m^>B:WSR7J?rA'Oj#5#N2MTBwWJw-,, qd:/ZzFrpƍ> <o,"$Wy4SCgJ`{@M K1'*~7d[hM/!,tp, u_ "B'oa4; *qxӶEpb9F> |)O|x 8ӳF^ rSޝJ<-C"Z69PvT?ktMBh,T(V'[zi4>|ƷP@?Րw"Kf5rPMP&;|Wo8#P涁[ %x@2{9Axژ X!̹J}\n6{eSpaG(w=EP3VHV3vn+mp"@{T|YgPtY2O%k80,&2c.}S7qZhNt_e$~Q/xaNCǂNgNk~ [qZ*I$8\6i{I 4ZO;rU%sAC:ճuB@S?gRc,PaƜ S~Q'cvJH0mDGqZ^#/7e/14J:`v##ќ<~l ldiXB\4y lf - p</E$TlŬEȥCHLiU?ΐkȃr1u.\ ؗص9U^%pٞ?Sl83a=fsSxFxzτwiZcwm{GJ DNHPMd0/0OhcC6^Ə2\wµ TO#ԑ)1m|fʟ3l}b<=g{(_U#(OT’%4 9QQIɃc&VGӰ*eQ)yŰ ⳪ jG7zҿ]0$U 2/9^G&mKZF$R21R9ȍFD!Q@FG9T>ڦ!90J߼GVO1#>:%Rb=iԁ&{dޓI[\+x_cW 4弡e`6 bPڄ\+f4Kpb$m>.PPŞx:^w$&Qzڃ=sGA눠d9C]M[fဝ>"r] ~&"`-y ^qg]PypK¬PL-˖`pԊ{d6֌ Ӂ~ӎ oY/r,^30Fňo'q-1t?0^vgL-zg2 Nnjt' z[Fsb?3< S*g>@28{NV0r>,Ae~ d3B$~~р%bARR.b<ĉq4$,:d7Sܿ\5,ɞ.2F4Si6Mbv;+Oi*!ʹXJ'ePGs;7OV5+]$ 43 v%{`Ǥ|NOMMp}sd.@V~.TP%P)Dgܯ&įPv>(8l_ccNL!5kE8 :|3%գW3QK(OAW CRp86α7#^r-.ؒ#M{l b{]?y0iEgޏhSaT/cӦDGԷtX?vQRD`Mz~ vS Q3fd5UZ, MsA( f2-z{#cQ~eIu\}^ 1E#$tU ߝ^1fd0#ǚ> TiĠ98?#@մ՘F.B7dkQM 'ܐ3®b@~BLJp2T.0dڶY [鲠l[ya~~^5=‰6Z˼HN.ѭrl$cV?5^H=]V:3O^M])JjsWI̦*ݜjńҷꍊ :\A"H杰 F?s_c8( kX@chk 5u+4CFΙdwHK!5]~&%eP( +bVfOoߵRMd!Ȓ([\ADѡ~j !a%`VyXut1Ig _ΎyT4ñB?D*C~(!i5 ,RfW]\<6TMI:N;De or ~1a/ih&<\'m4ՐACOsII[ؠC'Nզ @<x\@AM݇zݫ{uBVP q8Wݥ?V'O /T_(.Oe9.^19/V_UkY}7s; NKmp8Z#[p4Lu{o|vM[6O飨\;L9M+CEHn2֔pt1lU 6ri3ldQh"P:/Gy6=x8 "(|0"{fb֔^+؉r0S'Ϋ50?T%e-$(ݏ1Qv \{ 厄2rwjn?Qygqk_jZ8 3URT AwyԲ3DE5[BXqkh8ѻϖkA䍈OJl*B-]0:35ݑ4O0#\YI hȢnz}L۬P" Qݕˍu$5xe=8a'Q"9b<.wwJ?`b8\p/y[=^WB }΢NwF(PO/ }/JO;rVg(a3fi#YXmލj*έvd Q$*9C ߣNA&š(b|w!i^ݾ5rZĔ$ xFB#?Lޢ?%d`x#\@8G|mGgf+X\XGp |{qد.*i& =Ũ(KXcs{jOY6 Y1O.IXFği$xmQmY51eKt=rK+5nQ6!b.j`6fWr`!=v_Uۼ)#@|i',2. $O{Mo֎]*F˧Y#l][ D->݁ԴXЦͅIgL͙0HFV ~BiMZ'me'pT#>te iU͇Tj뵴6KQo>_Ë%X|wiE)1u*0+ј"&+AQr eJÓv 2 g:qIIkN_^9qeCxw\-lrЫ8iE<]ߥ_2I.Ҟt'"G8{o5P9q}&5+I17:+s|LdH0jݟZÓ域_/a 넍ЏKn2٤X.d ]ђ~ש|~\BԦl +T|`pE)p} -ڱe~ǽwx6Q7!xRUV?sRJMx)Γ^98,I@slWh*4nH䠥H昈j!"N*] iF |3u_3/j;w$1A3FU5OQ^a(RkaI< v"by٤2D;$}35t0E~'D գ7' 72#X$_sXe8:2uPnm (6rA _ȟ|a Lj|/Eݛ#̉uv~Ʉ4J?x @/g{X!Ky8>og?a%Eb_ذ:Pea3^`S>A朞L*9Cԣ43XvnR<\/j $m7得޶DZ;wTՐWB|GdVEm-"} R()EYc g7W`Ts K4 ^88|c$X_)= v5HHn+7ƾI]JJ}"GHVt0Цw9@=emM=ai¨:#?=ooMCi?gvM1$2UƟE쿌l]1bUDFcQg=UotcH;(۱%WsݡJ8b2[pηMsg8TY([ 5*|Q{@'L>nGLJp}}ahd=䌜gIW~&ssc}D&fqpl\/x IiͰmL5̜)WaQ'ш/UqĂGUV !4JPm+LU䞩ˀ mַo1@\f"_ C Ӥ&ֹ袔qgLNT^T{#z<#w",{vh 4TX|׋ɯO7*b\~JCg0A8Y?gzDQ;5P0RޣS]3~fTkܯ)M| !.r1I$UjK^}0}ݭV&GDڼ(́io&M nJ ,1|пO $͢r9^~OtRŐ-|[U~Jȧn&5]d7fEmi4Yqh ےd8R5kfÓ5#uJ(SrޕHȣc(t߆L퀊\P=\^h{cߣde|e˹i~}*Id#^c{+@lTcQ[{-禮8Y\*7~^wBͽP1aX. )'2mr 1Q`'-R\Qq's M<'1o'鲋"3+ 6S;#| _7DqpMeE8$')d*^̘/C/"bm0cU[ukh 1%lYаq_ws(1Ϫ ^c׼T<M?K~(rٯnxF29eQepoQ-]E^eʼ04ECT%Z9\߂GM9;sml]&0RW1yK5 /$4k*|c~E%xTGX6'&[ :aYxH2At-XpaCr!*Ijg*7[zWQ66TJ4vZ?|ECU-'$nT"g6r)n9Fqq)"Vc6['FqF  *(5kE<,ꎉg1Z rp*?kfjm\uGԥ~e암K0JjGJI`=E{Й5@%SܷXV*Xf4QM>+A-uܢI|;ºJQj yk=v]=r61LKZENr?5!''o2mm{u~ˌJMy|k$mi2m.UMBG.X 1s*u`>ø*1#Wu|zr l~o[+`u*o<2~7.}Rn,7@o@ho ()c/>jQ}`و qZbMA')|&f|x"&rۭ{SI[Y@H&78~wa/ʾJ"!f/!~Z,iF~jZYw̾ _RKk)\b3>(Ip_3)f^:>"Hz DQ겑T _?k!aߥMRȿ<R5EAV# mD׳f[E N!w IVi&z{i+0c;9Ư2Ě'X!yaҘ[b P(ꐪ2-<20Pp" jM_zGQƅ^Od0$UϜ337ZʺApGO{|b9UMjXna˂_{dl.sbsHC !e_{^d}|ecv" ~}ҹ9'<Et⺩AmGwm?Hջt+1< yDQ!1$pr dꏜ-`Ty]0ZZ~~3FŵA#oe;eq$l+C|rRWz"y;l!&gK,6rF9tL1DBV^+|'_(ͼ'#/ )EW}Lf zM5ǰ~h,k~R7@5n)WJ!W*N.9 2"S͵=b[2R`A8'PƓ yq &B)y|O<'E~{Ĥ%䧥_z 1KBvPbEjs|]D,m<`qg/%D'[ b 5-WJ k.7il?8 }8D4 PVv1)4Ͱ)UTFqʸUhig.5G&%~2lGv }W <v[\ڧ_*\mŔc|lEr.:V8ZsA!Ony9&aZB{ !0 ܇SдH Cv4y^EG"qތ g-ߤN.t?|3h)@ZqH} !9@:1Bcfs P12b&[rbW)y64a Tq$$p' T Խˇ-Uԙ1EwfxD8NSu)G2L)+_qv䡈i]3$H:~H[xCN/QMvJkޠt"%xgo-l- |)V%ƹ\|*r[@nSj܉#d4Շ ԇ|u#9qẒ dcp4a4z U% ^#쫆=B>u¼D.sȝP=4!rM%bQX876Ǒ ӳx ~D=O',eJq7ܦy>fb3!9q7a{-}GKxjfz\(iQ&Iz/D4|,ɌLmPU+*&%տع1 );NҷdTѰA~"A[`6G:-(IEF|bSl^G~h9ENQG‚:2l\ၨ3Wݸcviߴ Ub4gZ #Z ަO}ߒE nFC3]t!0eB$oQ}r9xPbfn\L˂k{gO2ʝMDPe{ {K վ8 w;GvL 6ۑLH`G1m`f]#oRկjn6\EX4Cf: 3] {]&[ӭC*6i/C} N^e .C1ШE]H}xD|us@Y`ߠ@DhX?, Z5ϣEh@ Dw ҕG dhjN/D׍Bk١T(r!sd+d:Tx(B]zsKKMpS[Cؽ`<,)a8*T\w, U YhDieY}n<@8Gi z+ʩs9M+`'őծ'ND.tuNbՇp$H,I/dx6o4f&xDRx$XaܬV4kYIg !TIɚmY:],pgG"֜SRMrg0ߕmniEr9Dؓ!X+8Sc Lчɱ׵g>l *vy*8s6٤;!3\bއt@)}kF,M|^j  :qlةosP׭m$"y| %N:W?(M71{yr'ia Q]h Džt_‹J*.\/4M# 򒲖ZNj4MZ˿Y bTSC}E> |쵗!I5NJaCG=]o\+ԛ-tfjkN <zx (H8\`ڒ#54⏹*WDjFmy߈/4 m\rd x@QȰ1s-/(\,F]j?,./-e nvA3e|7()H/& h=9-z{+D{OmU\79q#awż~|S̀{c/JZf&6(ȈmZ) "uTC?cR3Rf ԦG`m6 tM,C=_apc B/x +oOpt:"Q%F#/Ÿ g5yXCel#Gw&q$y/rJ6d =FğFmgm'qoAݖwrU*zbhe!>}*+FmORmZM>y!om4")d1r$N\m ו:n|"5wkIOʓA!X#nOҍ Y˂5//P60m_ij Nbn7 ?[I|t}F#_Cٺ9uEV?zx|`w$&]:!~gJb; 3f1n&xaJ]6ٻ߰7KzzߋXZ0ie x;ca'hx ʾ /5lTnCQݍ+LT@r I{^?MgxzQ) .J7ϋ.|_םv/28@#<+t{%d{fI>t|B_m{GzT&i#eʕSBQe14nSfzHJpNKPVh#OHcx佌܈"*"g]n txnö YZ