systemd-network-246.16-7.21.1 >  A a4Pp9|c/PmpFfj`&\pt&)qy <o?օį2xyZ+QVwXkQF9SGwh>pF.?.d  H OU\  {%& &R & ' . .D./I//0l1(1(5k((5859=:[=a>i?q@yFGH I |X Y \ ]!P^$ b$c%d& e&%f&(l&*u&<v& w+x,y,Iz----.Csystemd-network246.167.21.1Systemd tools for networkd and resolvedSystemd tools to manage network settings using networkd and resolver tools for resolveda3sheep02dSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Basehttp://www.freedesktop.org/wiki/Software/systemdlinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd-wait-online.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd-wait-online.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-resolved.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-resolved.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-networkd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-networkd-wait-online.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-resolved.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-resolved.service ) || : fi fin3 Ne@xxi(T큤azea2a3ba3ba3Wazeazeazeazeazeazeazeazea2a2a2azea2a3ba3ca3ba3cazeazeazeazeazeazeaze877c7e3ffeb6fd93cf3ca8ea9296f0fcb8dfaeb56eac05190fd5d5391b7c2b2847421fd763323088c68e7bdc9ef30e830365e76d81df2cb5d4166bc228a514feb858b34d9c196cee5db2fff21c24e932f26ae22ba027905173bc78b9c77c47d5b7070815c9b46adb92de953e73ce7a47aa3497356eefbef5f2e6e84519313a7214a57cde39fd1f3061d6bc558175c349e18738dd75df1d1f0b3a38bbdd66a39e7f2c9ec637b052a3ef0a9c747b4bb14b1538dec804d8200d6a408451116327f4ef2c45691b4d3545551a385aa5f2ee148892fb5c1ede9093cf37cabc84d2c78e805659d1cd24ebaa99894d29f91f4ea4e6d394e077e4dfc953e5daf485d573f6322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e0b8271157e2d23248f8b9824702ad7c306d994e258c014e3723e38b51fd66c750c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319b86770a3eebe3dff666816fc31f782c59750c8be5e7087f2cbc87b36ed24c91d0e02fd16ce4d7d855d3819dec125c222e2e3c01a199bda5c2ad464347be230d11a551778d9eb2bf142999059bd74b42992d214121b210393e09e5380d5aa3ecce52aa61fd365cec4e00fe579c6c17d407aaf3c0574ba6b5abb8d806f6ab68d6a98a5f893a73fda212694e863e259be2760d3f8a63446c6516a80715f397f4c680d8d337e3c4531545487b48d515899121f6cafb5f958d998afbd7443e4ef03621301f81e1e6a22d44150b80a024595d98fe9e4a5941e7c026bf6d5e7c3d1fa8a09d037ae937794de96d87af35104f360c3ff2e2d320789912b90e4f26364d4d73a6226a44e08c2705113f368009ab8b1bf0c557f17ca41728f02cf316d9e9b533be4070d2e050aba4733f870163de71e211383f82f16665da607cb4ab996ca6483dfaf1996f005ac5cb059328f447dfcb7e2bdcc688ddb14310c48219422253d5278c12d256d55c762d79c7d60d2f672e6612cecc9babd994acfe7bc55d1eb1bf974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb09b19d806f8a95f13126ca1454b1ff40122ce03dc97416282fd29218de92c475ccb41a11b64a9f97725d87e5679b3c184537348a2553042d34fa15d54e6ed7065abf10f0b71878f90516b89d205a7fb2f8363cec6614ec717da88c2acf49c276a5resolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-246.16-7.21.1.src.rpmconfig(systemd-network)systemd-networksystemd-network(x86-64)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgpg-error.so.0()(64bit)libgpg-error.so.0(GPG_ERROR_1.0)(64bit)libidn2.so.0()(64bit)libidn2.so.0(IDN2_0.0.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsystemd-shared-246.so()(64bit)libsystemd-shared-246.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd246.16-7.21.13.0.4-14.6.0-14.0-15.2-1246.16-7.21.14.14.3abazay?@aLl@aA@a;Ha;Ha2@a/k@a@` @` @` @```#@``\`̊`````O@`O@``~@`}p`n@`m`lM@`c`OL@`OL@`J@`H`H`H`4@`3`3`/@`-@`-@`!'`3@`3@`2@`2@`2@`2@_@_H@_إ@_إ@_إ@_@__@____/@________t@_t@_E@_w@_h_cO_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@mwilck@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commartin.wilck@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comaherrmann@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comaherrmann@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Fix IO scheduler udev rules * 60-io-scheduler.rules: don't use BFQ for real multiqueue devices (jsc#SLE-21032, bsc#1192161) * 60-io-scheduler.rules: use "none" for multipath components (bsc#1192161)- Import commit f2f061f1da064bfd47e2201967a854bb9281ca5b 98e87fc3fd busctl: use usec granularity for the timestamp printed by the busctl monitor command (jsc#SLE-17798)- Import commit 5d20af26eee6507bfa9fdb6e5dd4bfc187e3399e 37e021ee84 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) 2aee16afd0 mountpoint-util: rebreak some comments 962e487cb4 virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) 8545a66afd Use BIOS characteristics to distinguish EC2 bare-metal from VMs 03311b59c3 machine-id-setup: generate machine-id from DMI product ID on Amazon EC2 0fc3118a67 id128-util: use common implementation of helper to get/validate product ID 83bfa06ebc virt: detect Amazon EC2 Nitro instance (bsc#1190440) e8b8df3ed9 core: move several source files to src/shared- Enable support for Portable Services (jsc#SLE-21694) Will be released in Leap only.- Import commit 263f7076bc77475045193653a785bbdc0457b5c6 239e0ce5e7 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 0db7e590e1 manager: reexecute on SIGRTMIN+25, user instances only ef8afc4545 core: Make sure cgroup_oom_queue is flushed on manager exit f794e01080 cgroup: do 'catchup' for unit cgroup inotify watch files 54369b7660 manager: Fix HW watchdog when systemd starts before driver loaded (bsc#1189446) 1d0524bd54 pid1: various minor watchdog modernizations- Drop 1007-tmpfiles-follow-SUSE-policies.patch Since most of the tmpfiles config files shipped by upstream are ignored (see previous commit "Drop most of the tmpfiles that deal with generic paths"), this patch is no more relevant.- Update 60-io-scheduler.rules (jsc#SLE-21032, bsc#1134353) * rules weren't applied to dm devices (multipath), fix it (bsc#1188713) * ignore obsolete "elevator" kernel parameter (bsc#1184994) ("elevator" did falsely overide settings even for blk-mq, fixed). * remove support for single-queue block IO which the kernel doesn't support any more.- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Import commit f5c33d9f82d3d782d28938df9ff09484360c540d (merge of v246.16) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8d8f5fc31eece95644b299b784bbfb8f836d0108...f5c33d9f82d3d782d28938df9ff09484360c540d- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 8d8f5fc31eece95644b299b784bbfb8f836d0108 (merge of v246.15) cfd14c6537 basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) 7b6b7abf46 unit-name: generate a clear error code when converting an overly long fs path to a unit name [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b9e4f4c71159b216a16f1c5121134aee2654be56...8d8f5fc31eece95644b299b784bbfb8f836d0108 - Drop 6000-unit-name-generate-a-clear-error-code-when-convertin.patch and 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch as they were merged in v246.15. - Drop 6002-basic-unit-name-adjust-comments.patch as it was merged in branch SUSE/v246.- Import commit b9e4f4c71159b216a16f1c5121134aee2654be56 (merge of v246.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/5157b666a0d744a2ff9f4511780e43bd74fcc280...b9e4f4c71159b216a16f1c5121134aee2654be56- Import commit 5157b666a0d744a2ff9f4511780e43bd74fcc280 2288448f47 logind: add …WithFlags methods to policy 0acc4f0413 logind: simplify flags handling a bit d632dfd6e3 logind: Introduce RebootWithFlags and others 8fba5f3715 Added option --check-inhibitors for non-tty usage (bsc#1166028) 114387d358 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) f2cd82a359 sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 6efb9a77f3 sd-dhcp-client: shorten code a bit 9e1cd2172c sd-dhcp-client: check error earlier and reduce indentation - Rebase 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch- systemd-hwdb-update.service should be shipped by the udev package- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 6000-unit-name-generate-a-clear-error-code-when-convertin.patch Added 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 6002-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- Added fix for bsc#1184994 to skip udev rules if 'elevator=' is used- Add 0001-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) Restore framebuffer devices as possible master of seat. Until simpledrm driver is released, this change is prematured as some graphical chips don't have DRM driver and fallback to framebuffer.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-xxx.so.- Import commit ac812b8fa0c2ce74bad8dd199aa0505621f6cfe7 2741672b14 nspawn: turn on higher optimization level in seccomp e104e31534 nspawn: return ENOSYS by default, EPERM for "known" calls (bsc#1186411) 6f2c44b6bb shared/seccomp-util: added functionality to make list of filtred syscalls 4bf1b121c1 shared/syscall-list: filter out some obviously platform-specific syscalls 0a3716ecb1 shared/seccomp: reduce scope of indexing variables 7820502e07 generate-syscall-list: require python3 3a180f788b shared: add @known syscall list 2fab3d0179 meson: add syscall-names-update target 74430ec23e shared/seccomp: use _cleanup_ in one more place- Import commit df3aa430629f9aab8821c7f882a401a2886b9e82 5354e4896a test-path: start infinite sleep instead of a short command 934358e538 system-conf: drop reference to ShutdownWatchdogUsec= f198dea989 home: fix homed.conf install location- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1185828) We need to make sure that the creation of the symlinks is done after updating udev DB so if worker A is preempted by worker B before A updates the DB but after it creates the symlinks, worker B won't manage to overwrite the freshly created symlinks (by A) because A has still yet not registered the symlinks in the DB.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Drop "%bcond_with parentpathid" as it's not used.- add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984)- Import commit 60e71ffa7e339cfce8cf70d127f1be9134a573ac fa79627ef7 udev: ignore additional newline in sysfs attribute on verify (bsc#1182870) e0028b4c63 fileio: introduce a new flag to make write_string_file() ignore trailing newline 1928da1337 Add WRITE_STRING_FILE_TRUNCATE to set O_TRUNC- Fix again 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184859) This time is about the removal of /dev/disk/by-xxx/* symlink that can be attempted by several workers at the same time. Let's restore the old behavior in this regard and ignore any error that might happen during the removal.- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184254) When a symlink is removed because there's no more references to it make sure to remove the parent dir of the symlink as well. Also add some logging when something goes wrong during the removal.- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Fix fd leak in 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184238)- Import commit 480a6d14725509307a0f3edefef3876c107ee7f1 (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8baed1c6f82798c2374bdbfdd440dd065d09fb99...480a6d14725509307a0f3edefef3876c107ee7f1- Import commit 8baed1c6f82798c2374bdbfdd440dd065d09fb99 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/bb5a31f416d17c5d3521900bebad885ca8f0ba8b...8baed1c6f82798c2374bdbfdd440dd065d09fb99 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit bb5a31f416d17c5d3521900bebad885ca8f0ba8b 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Make sure the udev socket units are reloaded during udev package updates This uses to be done on older SLE distros but got lost when we branched systemd for SLE15-SP3 from Base:System.- Update 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1183702) StandardOutput=syslog+console is deprecated, use 'journal+console' instead which should achieve the same purpose.- fix-machines-btrfs-subvol.sh is only shipped when machined is built- Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192)- Import commit 628333aae3e893e225a42fbbd3734d10058edeef e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- Drop 1000-logind-disable-RemoveIPC-by-default.patch Disabling RemoveIPC is now done through systemd-default-settings package.- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- Add 0001-rules-don-t-ignore-Xen-interfaces-anymore.patch (bsc#1178561)- Import commit f366438ca2d66c287ea836174e73dd03a98914bf (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d...f366438ca2d66c287ea836174e73dd03a98914bf- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Remove a fix specific to Factory/TW distros.- Leave nss files in /usr/lib*, glibc loads them from there just fine (Changes from Ludwig Nussel, backported from Factory) - Define %_pamdir until it's defined by pam-devel in SLE- Use %_pamdir to install pam modules- Import commit 64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d 65f4fa852e write_net_rules: set execute bits (bsc#1178561) 4a543f0257 journal: send journald logs to kmsg again- Import commit 68b1d8a9472091ccfbbc2ca234d2583716d57a2a (include merge of v246.9) 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2acc5eb602eb8029f4547e37eb433c804a7db3a1...68b1d8a9472091ccfbbc2ca234d2583716d57a2a- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Drop 1001-journald-turn-ForwardToSyslog-on-by-default.patch ForwardToSyslog is turned on by rsyslog.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit 2acc5eb602eb8029f4547e37eb433c804a7db3a1 (include merge of v246.7) 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9dd0c9a724a9361207ab4a9ad29d144987fb373f...2acc5eb602eb8029f4547e37eb433c804a7db3a1 - Rebase 1008-Restore-support-for-halt.local.patch- Import commit 9dd0c9a724a9361207ab4a9ad29d144987fb373f 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit e139d4c9dbf6d735a624574dbd7db8f04eb93598 f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- Import commit 7435299e24327ed202d686bf46a626b99f105870 f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800) - Drop workaround in 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch which consisted in forcing the generator to use kmsg. It is no more needed since commit dee29aeb5909f4f5604012ced250488286b8d468 has been backported.- Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) SLE distros still expect the tool to be located in the old place.- Fix paths of udev rule files in 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch and 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1178023)- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Remove mq-deadline selection from 60-io-scheduler.rules (bsc#1177490)- Make systemd-mini-container conflict with systemd-mini-container-mini systemd-mini-container-mini was the old name used by older versions.- tmpfiles: drop entries importing files from /usr/share/factory (bsc#1170146)- SLEtify commit 2ac606cb508dc30a27aa539bcc18b4bb07f87a71 (jsc#SLE-16318) This forward port most of the SLE stuff from SLE15-SP2 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP3. Add 1000-logind-disable-RemoveIPC-by-default.patch Add 1001-journald-turn-ForwardToSyslog-on-by-default.patch (bsc#1065301) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-tmpfiles-follow-SUSE-policies.patch Add 1008-Restore-support-for-halt.local.patch Add 60-io-scheduler.rules (bsc#1165579 bsc#1164717) Add 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) Add 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) Add 99-wakeup-from-idle.rules merge compats/persistent-nic-names (bsc#1061883 bsc#1083158) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) Remove TasksMax limit for both user and system slices (jsc#SLE-10123). This implemented by means of 2 drop-ins shipped in system.conf.d/ and user-.slice.d/- Import a prisitine copy of Factory which will serve as a new base for SLE15-SP3 (osc copypac from project:Base:System package:systemd revision:1120, using expand, using client side copy)- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shsheep02 1637692303 246.16-7.21.1246.16-7.21.1246.16-7.21.1 networkd.confresolved.confnetworkctlresolvectlsystemd-resolve80-container-host0.network80-container-ve.network80-container-vz.network80-vm-vt.network80-wifi-adhoc.network80-wifi-ap.network.example80-wifi-station.network.exampleresolv.confsystemd-network-generator.servicesystemd-networkd-wait-online.servicesystemd-networkd.servicesystemd-networkd.socketsystemd-resolved.servicesystemd-network-generatorsystemd-networkdsystemd-networkd-wait-onlinesystemd-resolvedorg.freedesktop.network1.serviceorg.freedesktop.resolve1.serviceorg.freedesktop.network1.conforg.freedesktop.resolve1.conforg.freedesktop.network1.policyorg.freedesktop.resolve1.policy60-systemd-networkd.rules/etc/systemd//usr/bin//usr/lib/systemd/network//usr/lib/systemd//usr/lib/systemd/system//usr/lib/systemd//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d/-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:21688/SUSE_SLE-15-SP3_Update/5525221d213137fac3e6bdff5e30d187-systemd.SUSE_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3e226c599dff79aa4a1249f92b33953ab85c3a12, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1bd853e96882d9685d46699aefcd62507707d459, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0df44bae7de0f524953c6791660186f8d1da4298, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f3ebf931f0f74f46e141c4f002b4bd1a57444093, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fb3204c0a05f56d5fca52d3953c2dccda3e3c7c0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=75489acab63da32e1d97737d53748dc93aa96357, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII text .4 RR RRR R R RRRRRRRR R R RRRRRRRRRR R R RRRR RRRR R R R RRRRRRRRR R RRRRRRRRRR R RR RRRRRRRRRR̻1=ĕEkʍutf-8e1620bc2788dd46ac82273c7866893212ac60afbc247c5d36dc7fb55f874e4a7?7zXZ !t/⿕] crv(vX0c©A)cm_r?]Lq]w:8`l?.v8shAXzoHtq3NDJܒDІ'[2]&itjB| (ܙ> vOPzXsh<**& 9!MBY x8 !gE<4WEFSA̲H +MWLhZdU݄7UyV*+{% eF5qKc|747P F:?[b*".]]4!HR(z\ҁTFҁ"zmZKXǼ& Q~z.!N-W }e{ZSթ*XkͱxJ3cA/|O-^ GWPң_ Nl`p7@wޏlYeJjDYBA&Mx6ءZWǩ>3Bf}~$3!H C^5'y(u8`LvBPmh@dA'fK+]-EfӶ^]mAyi>׭n!wG=H=(l4X9L%"!ၧ@%ڍ:t2eU nW0S6[.Gנ:V2WLai*>[ $ "IkO$`v` +Dϲ& IO`bG +7q+NhLF[љxX/L8[+E?݂<8G [tmPMiG>>硉KzTkXcGF__VhVy ad'Å}?)K9"{1{gsnV5GHBT|du]I^rSG˝%6i1U(-?~ՉphN?Nd`mH,\NME48i-REUss]k1qzjK(Ǐ.D]bdi@ ъ rzzbCݥ"`B]b-!pHQZr_@+F_8bo"ks&Qa4צOc]=Z4s2{lStX0D1-qs>̪k6zS9 :\raHB㙘DW$#u#Ea 9W!^|`Ea?X 6>b1ٷH uZJ8gtw1We æW^`foxa2uK=DsvRUu?S:1Dmd?::ޟΈmC:=~tsϯ(Z Xn|_ti̻[ @1D#[tuΜiL=ufݯ*̃bYt"NjUH)b,*˅ ,[S9yfּ +Ӓ>Ҫٞ/7Aww&'(N`EsєHy upŚ KAʽeXާ$Qjn6~_Ü?=ҹC!hӞ! 0*!L[y{G'{UD0J`YsVti`!ps+5er';#vx/52 df3Ť}< r C䭪tX'&w`;eyƬDSw}l:% vܒokS搥ΟI}yշF{cidS@^a!za;XZ g ȴHj\(;g2<1ڙʜ2ѰqrDJi+y8Q]ꦒ&I% ۘ QwU= IE0ձNU0DSH=c/ 7`?um=Fߥ HYVо1O2=πUp*Ν=dE! *xߟae퍭>F`~}1euhqܛd*shB 5=* a oyV픕E: Mzk@< Z0"\޶R % ̸}1B:%,7,ǹe8jy0?/A5l mab!|޹7K~W|Jh;gKJsm do fWo^3OBuE }Kq%HŠ\,^c'IB.mVUPSn .Ѱ*K]iɤej7 uP^ @;)H 7f:>l9g \DpZ\tcHY>'tB &CX=4mF%o%'ܼ!6gR+VO"xAkѭ- ='tؖ;k!p#5d BZx20Ѭ[}D۫Vd.;ʃkX%pr]ZJ;__zsZ*CΎ|Mk@L l\7ܒ]-$iq3-34я3loGɕ%eFj8xTHoz*eI+E,8gb==o:\W̟`A=|ZFZCOKYӊ,Ws@;׿ 6O6 JXSpKC*Q.MW*ҍLqCm ]" 4vbo4iH8] makIjk'9vN$v!i\q˪x4X5 r6bEϗtEYC<]7&M2"x{W^ HkЛɶ>_&/;E`-h J;dj FJPGJvUGeSv}d4$3.L= :T8iU!@<74#%tBoUvYVVJYw}IE %eJl9O״UrJ/ '5Oww c"c1 b27V{S@篯`W1ƽ w = *ySQAS{E6\NR+ 2Hv!,$Lh+b`k9pPtUhKu=" ]3( ?GHN@W#儨M/&_-T4+ɐ<\b߲x,ʾ#]`cںlr Hu.Ikmi{C_Þ?kzcv{qT૬2̋N󝁳!`Mvs,^P摉8MݘAX=C=Lo kJ1kn%\gɍ f6'Icshe'IJ|GRѫ) 0S"y[ p-:jL+{y׈Gao{"lD\tF ٕC&pVҵQaM*!$ bpx^,VSzY#ҮX~m Qz=jnrqm«#UFD r5i|ϰPyaޯB'vn5NtM s (Gk]ov ''Gyk^3U;ۍŪ!7/k\]xI7w wزa s ~{>}RY!CDQ lfG] gc8ϡC0uM7AXW ک& $۹a{e Ӿ{ %v_&N J6<$zl,bi2v0I5J X=r.4Kao;' ^DzlW,Z :JC/꣋o6DGKtxZy`|ei(gCW<5B+sS5$P7:Lϼ 5|Vbn6SVEADq+ hz$0yJfE WgLo J%姩qIxe H dƷkhOl.ޱbtJ΍9 yGo%fϬFY=!6y57? &dÉ4md70u TDƊ5:q,P8{0DZSx ]19{譈 Mgk6p">4+w R`iֵ@a!"8Lj1K*<\ihېɌD{Qf#9M|a:1;i)MQdܯ57%9 Ʃ`uv տqPʇDS9ɊẎ[#]N3ɇZ]LW"fd1%s1wm!†3d0 _1&kA*0yO /6ߗDvC ɩV~EoyIl{ZW$yb lA+ 'EߢFVC #hGKrr`ha'APS%R)1vƟyc¯{H%EdF)K H]УIݐ; qdpNM˷f=oX$]Vn9n>^ɺ}m03pԌM*׎azz >"fFa nkb}C?h4 ix(&B>Dpe16T;UF"U5-KNT5Oɇ]HS[MbE5 U_-Q|1ݫMpPb V3'OdD !aC)UL\ڣLvf"&!P(x"FZf 1Xʫp x>n0p",Of0XAVNLJIKŌ2SGcb6&I"/^ݟpvmn=9.Z|gߒXzx ejv&26LرHw9 Yb|ۈ) ;66˽[b6Jo,H>1ƃ! b9ٍ0]ǵ^p@B_s;2]QYGQq}s! ybI~X[anMZu mwgFBgʚ-ƛ/6/+}<)S5NÍWgt{}؝6U i a+qfav]l~(!݀l:z^Rv" փ4ۉqTt_:*Tzc],P0Y~y=Fy}j+x-uvX>;j W:LƮi1XL9Ȑ\JÅ ·z卜w=Z;BfIJZ< %#u24DFNhj(ramRk~v!X5TH6Q- ?9xP*zCO=EP>D6Hh!{vcSiȕu"NZЅpiŦFt^ӡNHIh4hMT6W{Z! 70N5fn˂*4('q[=[y ik"&t $S:W#045M1$_$_lc^v4\h+(b k lHGOLD耦UOQLeEΫ%m+x^J噗Tf OJhS_8$>`iKICTn tYE"jϐ#~ҙF2%kFOQӱ{f$AeyJ`BTw'!_q sWvq'+ M .;:Vպ]M(f霯}2n"LtaIZjao!VVp\'i!%$"^f};K5*G Z̘h1žq3C?yyR vqLDٶ c=dz;Q:狱<BGK;¥1y Iq|hvHa)-&nv}@^J8/G `\ІvLq0xrVA$%0WI ɽ[`ʐغا&HT fc.^,O*Pc nAYo&Oo4yܮ[Y0JPnƻ1Y d)dV&ne@XVcJY0>f;tueIO`\Dfg9ur- +o@U gnPȘ^iz^y/ 6HVSdmf@ӧ?y*0GxڦERBۅΘ_zʳ#)غHӑ޻vBA} R&&#,<@ߗ x5ɜ;>18/Ǡ#ui N;$cnġ n2[31밉r2 ۔Vp7vׅ,t@$IO\E[$ƵH380NթpYWwic-+7pҵo '+F}~"kOd"%01_-,qiF9$1䏎қg+eԗA 'wӛt( [bkwj{W`gW[ME3αfqtTjƭi2tڗkDō HHOŌuYzo3uO]Ȇ!9 ;E§-1PҳۡM SpsVWb~6ijzܼr$ ''fWxN%Nݳ6lGr{c|2rI7=!sQ<5Z¹ QgKXۏ NX[h߄/8< Q8k{)>zSkfKH(!A (iǐy# Pn${r(LvKWZPB)#w*\\UupY1#$Ȑh _e7(t&J\ݫOa(BvZiI=z8Yb+ o.Ʀd]XM?i&3ۮeE]n_ZaNS.go);}okw = @-9s9`oB;uU xF5M<=>j?{}t8 Oy[lWij9结(=_?5QX#CPiK|Ι!Zd<3ˈ)bF+m2f/(x!%&]["[9ڪMet!֕] <䆒OP@gaʷ+k߅ ݖxz .ɔ[KB܁olC~/EF ϱ]WJ=^BcR]( WƬEV(!=UehK@yCsR׺j7&}fݗmrTGx.\6T;yFyKy)'X!EAVD\ nBjG{D·#>2nXQ0 0}(6~LA1Uu k~P¯JcPEwXQyU\x+b+ %M~h"-qGW bkŒ:铍6'(~Tf``4ot#J O5}9"~UC^_'Y`i!S/dVOcZ;:F}5cG ~hC"h>F*ҍ-gk:φ2e z Ӆe,r- `[[$L[5=/kNe1I7ҫ1K25gCnہOSDIUSiy|N_yjSFNBYR)݊?N uʄcپjV2Ft5,'G^RP?% Wewm|=} 'LǎMN"- ;]Xu7I-[g!ӳ'&+D+$ᷥK.>J3KܗMA2wS2R܄N\ q6_FVc͕Lϝ Oe뾼1B 9"'Ly:WXsLzr&sp##+=ߌa|_ay0/o!2QHc6@ AD~#!+fBuE}ՠ*&Ru/={CYE7cuLJ;qp(dNSvy*x|_ZI0~.딏PcFwu+ z_1GZg0e)9L?SEY'>(ur (iO0֔PY> ΂kWTD٭&TBldq)2ieiv%r⛃UL'AFk>Tp/=e8 R]nsTK0N^.HY) vhݗȀDF7ZHᚑ:oV~X*Z38Bj;]$+V8ON˖,d?HxU] *+|X=6Јh:c KKo(.z9,􏻙P<n3%D D-Q5ǜ=BGL ;*|f\WSۀDmy0KÞU`J a(J`("ơ ಮ}FO/D^<`U[19 %3 $bn߹Ys&L`k2Na>yKS#hˋ2M9xd`3|sI*W{=RKLRIt.,[^,TVx#8IO)([^=isNY+\DfA)\ݰn&ӕVû[D B 61$/ot5]@S [R"3.vRnGuQdt3]Q&X-Qad}daCAF503:*F rd6g9^[Ds<&+/RPLހ\K'hhڸpIBx q<{d^|h8 Fi(bZRkr2P[ 8q-Q(MtT D#@eI×!NGZ̳kbprG쉴 *d ";BHn2Ş_0- \@|Z7FqwIFk(ymdkVP nޥA>؍|P' UjgjE<ÊECYȧTHŻ9=6Z[[`W];NfGBW3V;vS53yAs+cÃPfˤR~Iה6&͈ʈlԐ(4V OtJ{t3-`dև_{sK,"2^J\9v! y8#L:,_(OJ_:TK?[1^2;ϺD@zXDEI;/?7'B|c.H.( |xn1= >%~;wT߹I+5(g7xC=|]FmEjE](,tRjsE#A Of^lBLV Hu;EFA-knGXJ(Xk1i w)A'?JJ)^AhtMWo#ȑ7(hgD!{6 D .R|h1!=< 5wsX.iF~:QdZML8i )#\絝_G0c%6!r&꘯X@ x FQɑ>`5*Z6V'oSv} o }M.׮"qe{C&Gvj%ɟD-+AƝ鴾WRH#7ؑPTKz)ʃ{!x[^.ϹOB_^([6qI u'Sz_OQV>:X7Jg1"ґ2$ ֭^ehO&ءm̹2`_3SPɀ0`w'TÖ́wk\lត/GḎځv(zN4AVŧ…<ĖL/25:-MJ4Z~U@ۍnF:LQtȂD64lDbsnDA9) B5$|Eǽ,˨4zel\/&WF?qI;L<PR20(d 9a67>_#+ad;S1=:Hd79bCy[6q(nIC?F5liP"ݡ%n l*,?qK%>]k*Ď^9Q*ؤ}^|&Af\h:&MƃS9|||M"nڿh/x>sbM./=^ĝi p]s4¬_|0$x@?"O (=x6KD26_AH6+@s7tpcAbY4LJv&q9=|()3L9Gm"uׂވ|{{Ff^h`pqaD&x a~y"#,Q a w?;Pb쑅(_ qﰎ |=+?H-",f\1Q5 yOq7ܯ<mĎ6T^")"#v3|y~:5y~oW0o{>H s -:A %3g&΅!H0xRHOƯv~׳%jNT:X\BX=xrpJަDtq^1FU ]Qs FmWWiYIM-.&qze=a56n2e`qiEA33J_:vBlJ-(Gk- YcyB\lHvn~'h8{) bg>dvpzW$éI'цTX#E53  03,a;j"gM=xl%Pb1)ǑP Hh\ FJ Iɶ=J{iGBF돃aI W8ee1tE!M\uCIH.]|'cł;U˼`@$1c:y`C]$zPOi\)]E#iVMIl0O1{!ClOzkp^i`XC.v&PϴJ ѿM=ЉQhYyxv^Ӡl.3M$QAE25S.sz൫zʖ rQw1W)2w6$-yb{{`?׍5R QK+wq [ǕCmU~׉o{1Ԝ. Us u[?CҖu]O.B1$*=%0 v-#)#J 0K o |ʴk Ѕ Z1dO[txTˣwm%𫈾q'd&7C* ]>LKҔmӊSa,j5)цyYu !j$}CXh$bmFA8O'틝fp4R ŜƠ +5ȓg:rƹ+G(?RQ>;w `ZW-N4mVT(۲AdeW Ts![^r,Dh\w}#F0㌆yPh/uzQtOUX-6bܫzPm^Ե.?Sg)pR,R>*)V3O}]ŬƑ\ȿ2 BE3D,N뒐Lc}[[XЉK)I|`̲ H)LˠOX/qm>a7fBޗOu8qm}l՘bU+[imCՄlE"zS4K{kGIueSu:U۳Ŷ˃b`%чs'3B}jd\B|j.'(sE\YTv\IȈ4y߭ȿ TQ^]Ժ|hB)TƷ_II!vLT>fIKzRG.F x߽Qq$%0yu[F"\5M+B[=4(z0>Z a֊^3*TG턩+]r U L+;)Kx4=@}EC;xA/)ӢZyxe".KU |2$cjpppunv{۫g[ Ǹagf 8.Ľ,uٷ3}W_I;2,T\Tt_]dYƏ.@(G=y+$gUT+6t NRF<-gyO*YW6vzpub;D Ĩ?uͰ5 / }64D7L!K'3^ c&/(?RͷD"}n6uV>UYbfp935Gt\_k8ðwاđaGڭgSMH߰Jӕ[LM*z7} 釟1A}v$ݏ-&s!ft\S}hڤ9ܞ)\?lS[#}e5RshfCT#0ܴ%2laz,S𗔺Kj=mO/eQ宁/_\5@-dܔ.̊MȫfTw&ۯU~V Ӳ}z[2TCFˆ $*M ڞӵN+E;;6IGegjbZN7۠WAbeNN" "bH>xb9?֢9RsV[2[f5mGɑȵ߆Hwc_Yг)GԂ]s.3]I,詵3|#\5Ֆ>R_'ԎTkVRv.ڬ7R:jN]gP]ȟ~-Iz dY#tO畑1XXݲҖT]9x/I80Le$&xycthJݹRF*?\_hӪ㞾+|즟9)d`Y}ڳkyXclL,H/:ptHN3)BHXpd[I ?%EΖH,5p5lY7"qoyP&/qXTb.oHpؖ,:10%*ѼL: Rڵ "~EvyK|R3 gˮŪ k}\Zg*HymNupx~0i5;e!n35DX9ܺG5iWX1 fYAAŸa "i N&@h/hb.x)%@X#R*TioTL'tŲ^s~U<6{cXbbj%v.ZpMDN9ET8I7pH/wuLvՎ_ٶו3) hN$lwægyDXs4S'bP1%vWËŤvK"tMfHy⫠*0m;Uv п'Pqr:mLJ~8"#u_(3 ~ĹEKfӶ3ͫTzH|YjJ4)W!y¦: @TȆ*_Op E+V/dn|ij>A&6o vO`/O>\JO(' Gn7 |=n} Pq`(Z+5#1g:UZ7MEEiV9@W|M_sr(Pztk6b.g˂aO'q kژSso`lx'@.n JHsy26o$'pP1_A!EFٕ͊#P8Ä sY+KLDZ*68E½ )65o4\Aȷ)dڣ?Up"K%ЉO6[JU%&q;;X67+5v5C!**/|*U F@RO4O%-<`<5Ddh}ޝoEPjBnDܦIRGBGBHV =)<#ҏ 2]N_!4~Iӿ%PшI \y5OǢFʶSsO|c~4JO&|S 8j^PRu_6".}lfЭ`%W됅s<֙5կSnvx 7 ׬'Ԙ B f!v Q1q@$@~~fk>Dg 2A8 T\wzlV9B@=2r҄ x ϮA/ P\̩0{wX|?Vt.{L督0p'rՁOmu-h3vb̈́-rL6N$80y3jOd@uҔGy7JmI*X.\GE*\CI'9Э c۬z#H J /[3SEa*);n9MQgϦ's̮{c@Eq`XG`ޠ[ybcR\*Qãimʺru'KrI6}=VuڢbYOV(ZToޱ. s5as7N#Rq"` +=Ly/Vr9Th6\dogxqr~;XUEfϯ|Hn=rڿ2$_;!ڿ<{Y2auG`i2docN7aVUL.L0#5 ;|y3ΐe24mx\3[1qz>̅OיA脀!0f$w(WC#%#hk\4 hT=,WD|TuU3׊3\`$B ZCl|/9ĈH^$ߩ;! a=FR GZ7a鉡3T 0+V `ڭ"xٟh[Z<R;VZ<Qr! ^IP/ ñIYmjJ:m9ceUbY逮$h];<*`qXFtpg#L0IԲTJ90>l]N Жbʞ `z5G]=bbӶœUsC ETm%>8v8AB5)=L*74QE.wiWoC`~CU P;ƌMjxoUTRogE6zUXܸl}Q.H*Fk֟=`RDeR3L .t%BT(=j_tx ,B,WH~Z$[^$~+kOk=qT3%Ӊ#W6!7FҖ<,M)QIw Fk>Ŷ^Y 6| zt튪Sn5@=Ashgj{{@k3dbD^M(Lñ2кwwM'iqmmpcȌl BxTؙ2{eGNI0٢aS>Y^&up ݒZ5b=_JjiۥI]+&xtNݖ+D]qw840 40l_Š7EJqkmGCY FAD;s)J7K&So0ה8H7CWvӈL1Klړ"J2ݣiJ¶>v[2SIŏݦ)çt9D|uzJyT/__˵O6_Ý '<ϽH[21ҡ*T^8^c[׍w~em#"M#kLD 6 إ; ]@pPmQMD`K5ո$pC"Խ[.b2*_*hB,r}Ɋ|ۯUZ$/CtA2ntn}|@)}V=Ɍ?:z&0YтU+W) @`+SFiQVYP: V[ڨ<8ܾJvĹp./{OC k`g2*cNoײi)F`L<^JsK†VI$1ƍi~KX[ RBB iJw=0EqxW,eTxœ%EUR8S&lhD*Ĉwzxn #8 \tik:m}PGaKeJ_:(JkL0z{ Ox{s 9 #2ZI{,6iΤ##}2DfԆWln(v)YQXOlV~ol |W юEܗ;`B[gU9ؒ^ O37BIh|$74($"&[(kzӿLFM (=/>kܼh~ԥ/xCty]= sr5HGUSS>}Ez4OX@9T_?wzJ;cx\eMY΍{'H`22ypbP2k<͖S}aTRz3N^BeVM=77oԲNEaG]-2~35Qgl>5'vpzCfh+gHihֱByG'%M5f]oD;уKJ7E`ɬeZbt}">v7:4<2 )Uz2Kq:}In߷l=SI[?GmAhEʖ-+5Հ+8Mz)w abrSK^U E9QsA n䕮:|w*2ja}w ,/$TTAu;B2h<ҳߤ2("ok`giʂP A7DƍiiM^l6kW\ҏz_t(w  zyf(B'ztЖ+w郂3 p8wit2ԖrSd`, 7S܀DIt繘&gb9<.T0P<|gܐ?)9쓎B~Ch01 }#X-L D1s1,WL8ɟU(ݵ QƲeNJ71&'J`E;N6^DV,jGU8P4+=$̯*CnJT}ikBuVPZe %b5P M ާǎamZgůMlRH̷x,9wn9m=hd0dhfa|Y5PM9|bwp1.$;/k܌wKEx${poxWۇ Iց>Y3X= '~`Ea :Hg 1xƱq6bjBZÕZ#qޟ6qXF)XuLmp=sWPs= FwDƾQ;YIk8"U5&Ms'Z]t8Qf*.e56]Nf\̎-R ݫ!"wzD.Gr=̙|XHқ"y)O1 :ꉞȈfj4=hw1̖ koKɊOx !~7-孏coyVncQ7"?i#EWPнޜ 5?(vWN:5 zt]v g4IxC?!ȟaZ[WuL@u~,:/ԙDpkgi^[8`3-URd/\ 4s"HRX"*&FVq}@EagEnw4¦"%V|bX=!t*; I'넩)EA"ofx޶hϲ{(lU[q0~(3Ṯ)SlPX P> l[eHhfUei0p>_Bmhe_Rgwó|(Ta(;O\kh̰)G@^ sf2}xv[eİ{D7k({1b=Ley]t5_TC范ZZyqX5sA311{W:zNsSkr'O :N,낉}T_e@@@H~cgrNuZ>0øȥTЍ5[nV;Aߓs}f[cv|a Ah !7) +GаW;(~`#{ 6lg$NAMEA'yeFIh6zK #>l O+I=8픔g12;XO͑\1ʟ?ZC (iS-[ =:<\ ./i}YXr%dS^O} {Ħw+YTu.))ZtiH [,)`i4]Q= *"E [-ɋ8% Q_9mB@l"VU=ktdORF¸Ěxmt?F i·:f%8%!B-2 T?Jϡ7ɀ ֋9"c(<}D%C^l}d6ݝkO2ԜXOzey|||S@ ݲ{O_7P9CZbKȚ}IKO{C8V"F>o"%?=6Wx9 fM{x?|/Fݖ.9O]; B;j G%vtE;(CuM#?Zѫhun$4[D9]ܔ첔HGnYkEIiMI9v:ATFVaeCZ.d%VCGI&ll>6ogC_6ǚ5=x3J]]_]f6%.w`b/FE꙽x:!G٭ }A]UMc7$ur2'3u O? :5 &{|xJ<,Z(J"TqicҮFN]LbR[*s6r,E>"{҉LwO5oCG݂42d6"Gh,WP 1iL  "9%`fO(\9TUd”!ˊ'P<4O39/W[g[F!]m!6(Z֨ uē ׍v<kiQpbs_kynH Ec|RL/xsue?8xDr0 +|dIgM,rHVB9 VmS`/vSX$NKsyC?4Qk6CN)~DrunnY,l,2u('JCJpHk+yYnJ9تmHXT_L k}wIkYmj5'PqCa$1l{b!:}"T{!řIЎiiS ^gi+7KC7 f'“|8B?qBƄaY#.R.nT *˞q޳d_1]碳aʡ>&_%V6Go#/[dTӱip#0뻁i2O#.l_Erj]yhK>S@z^'Mt'6F]['9 ܵԐu'?-50a'4J%IUDa+DES\2ARC Le9np֗({1D8UcCRG&ҁP+n2c4(@ci^L/_Nъf#EFħ):DRaDlTAyѷ9!kr$<3Zv3Wԧ}󑺓Գɛz3Gn5_҇CH]~GƬVv3)>Wj~3HxrgU#3[)M4*~1I,8%W{-)6h 80H3e¼/.Hz&-kY"4 TIY|X[`_*x:p1$1ދ[_~״e3P~ȣrLI\X}ظ KE{|/<"咙SZ>]Z]ܷ6!hh6YpȖc2[w>XgqκRV~6e'` Qak=ún|Gۻ;"b7fQzί OoMdu#([0 M$H]ʬB!3 faCZ +.W\/<[2[ݢLEFHu2]5(Pfq%`7օ(O.=.3p+✦W+mFȍ r^P9;UhliI4;䐔({SOUk5QH^ qнi-Kcww5Wehh_Fx.j4{AGF"]b0j:f Zu. 5E~dF]&ANҗ_ĻqƫB\\bΏcxpfr .R Bm]lG57v~DOx\ػ>yL<0Ī2ۮMϑ>0tTR 3G75O: FaddvR~]Ń&#ENNM{2_.%1|Ys3}NU2JPI%JEUR#h[Q.\/oTEp PdRDbtYӬU {>9z׃1nwT48˼ Weh> *kPxl3)~&vU1(_xsft$i qspnNcK x6! r/Tϔ;LS--hmȣG.mx|QzGFGmXXL& v:#SQXɯ` 3RVThr8=: 7{`qw&.VNYmXG@㥉#t}QbqPgpcr \qęfGi+%ee@SͱCUtmJ=[V⒣g%ȫЏ7Jv͋$bfInLdˊ\f-]ZT>qqBUVviV|ɿ xdGױ`cb^Ȏe~+Y2~9N/m,WcUVCYQ6UI$$*l-DJlRFhT"XK)p," j&Gc>=,'$$(g}`5FRh@_ؤc+')P|eFsG͖KfeMy'ERl%K5?-UAB -źD.z AwOZ?{x]Ӌ:GxX$ztWQV~aU{e|6H;a^r%6ȴ"̈́͗ߍ R\c!1 ٽ)?v<pgHn~yvNr4, UY3s=B^ S1Y0W`VAgr*dvR+g9m# ơ4@̝6Ijԧ2zpxX $SKP6>Ƀί^1})z0jMgD kF2?D2yL`wQ^Q'PAak$g^RZtsZQkVG\lt~h~ACy*Vl%Վ'Gŝ]vN&8hBhLYlE2.eV><}?mjǟ$2ġ 5a\pu^ŗ"U xw)6&P]H~36"dܳ^1Ǩ!I[ywS,|@V-YXC_;˻vasq<,5b;6<с8UJe8v yb9b"caxUjXN3X3Gg,6S:<= J[#ny@oa/<ؑ e+O?P&Bz}4UY ]UbZ3ߐ1R 0볈$W2Uo\َk @2eI.KNJl1(=W\A{Qty0Eνjs$M.&7PmAݶOx[50\i^6Tw{4jnS\W\ $kx1ˍ[?.pz06uTY`6:Ǹo9[5ߥ^ h..FbtX풇=R.ך裺RvAD[GNpWn"fACE4LvYVGkS|4Sp. mPcq>i쪓]w<Y[k5 #f`v&oMKN@V A&DdE(:'(9>ŠZM\Ae!~ UVU97˝spfH iE) c!ʂx(;gXxY^w, 06Q ]" = )Z&u>hDQO|jmG,mKJUPKS$~MM0gv`)wO@vvs>9ۅql`O !eٲ5(|hTԓЛu M'G;*:LQ?>h2]w|S4|sIoz>CEZV`.omqݍ_l_YfG9a,LŪn{a=j 'n}!ò¡oL*s0 !XJ(go3zgh4JvZYrnZ`l?Ո<Fq?7X^I ֈ4 FQ[nLPL[55Q㸌-gT,CWRb=L]ή"$Brv2ncqF*f+ QKýIs* qAֲ 1,@/+ @#k]-G62oE_969&A}L -+ R<&Pzt\{|u:,/:&,mg& B[(FgEB]bWxM`yQ:j(R#U!E&ǽ94t0c'U!'a^8:=gdbP{uVW+3S{2J:'tOi2*>A'VG o*o+ogi윍rDj\ѽ &7=^kYݍ4ţ$^]EeGܓ+bc| {AX=ȩgdGk<}'$&͛#9Ad%Оv+^OP?qZ$^1~ @͂9y1*GQqܲ7 mӜ&zL>wwZ1M BuAGǹv'=Ry.UOW5r'/If A;ȕ,w94bDZtM+4@G ۳}6JI׹R6+pyBߩAL[{%мT4 _&b#}OָFe܋_âAy8D])u|^/!P5Et" ygm57Db:ånد*<;ǣ9.(ςXwSۙJTE>wA_|}iΫ//7c~{i $=0YqpV>-TL@ϔl? pjEq< GIHN ނlA5$!P<؎͖çeHB];dEAVz$pZli^6᫘\y2H9"|w ]Y%O/?ÚaqG1Y3u-̧[e]7U¼!TgwSoCEY*I'g.mEӗ\7̡\Jjr]_c[IVht\%jt)9?bqmu`]\L=/~՛2;aff=TMG\ ?"9S(I 6B/V5 \ u:’Ҙ߇60 7{3Ȗ)  I s+xgP?T_Bi6 6U+C%O^ȐX6>o]bڂ9!:yL j YiI_bcU@=z/X9HzFyMHFjNX1Uz2ߐyg<鐤̜xʀZbܣ)]>2 ϐ]Zq{Y΢S)Ẅ́ҧ=Z}f?on?|nU>I45y-6Ҳ/Eu?];>3Հΐ pX,]@K@D>GLpL2kavQpۇB~4=XLbXrc8JQhCZ$nu ӣ2{'`7d4nF,^^|E52ViZa'~6@m׭QOUU?`9Gyy۾ju_D _B`*J\ƖTk3DjVu>^#sjYi/k=6rM4r EQ50LޘS@5r)& Iաa2:R¼Ʌ?utwV@k8̏o3tN'c&IfPzBHͫly͵&\ۄm9D ܛy?ȩxũ˵ySle )WϾk4G]ȳ]9gSAuZ^ O&WlA8>Wʢ+ ׇ˭NO**nUY4JS\^9`~)ȒbHkXV˖*fj>؁0Ә $eϙ,Tfpz-N' S[ETotapGXrr,Q1 tZYB`t w'k/9g]3X0rdBq\F4Q;ۑ9f仴ŷq0$)q[4Ju 6A k߈pt `!wh fGs+M_O!3Ku89fmL%K Yv=MwMovf,5 H(3ې6#<8"Ack$Aa\C0IŘ%K1ƃM&ܑp \PSF*2~d.2|bVFp|jZ3}R7} 9۾s1y838i0FZ }[iކIu1<4LrM19v 3a>'?:0lXSRiܑ4<xv|ƪ|>sotWi0B+,bf_ 1" bUgc $.$)Rw [.XjN ,_+=nHz?h/V@0*O@pqNig @g.W5g^5?F2 ̖$^|ʾg!mis]R)p㿍_v,zHr)_j3 X ] <*%hKOsfuap/x_!{W8hσB^(M#񝬝?j =,<d vTuH!sk"=znSo^"cAR C pw z/+PRU56Z%}# ƟI>VtO>8*>!zwBFv{ =>o]azCuZ`hqU ؝6ިPmBS& )0BVITRZ"HHnE^o۠{xWi5)Gvzj2& i,DR4*4:߭má@cTTV~Tlx~)01v\<њ_r\7M`C&3ꢼ:&E=@1O *A#9kU~fΑCTwH+ ;>='~jܷLO,ZsHsҁj0};U5q=$ao咟?K$u2wΞ<-5OWʈC=iE.|T3;D87 ĽYr؁tߢiXOіuSuf%eGG֗W @-;ǗQGu+.fJgG" Ha` O4pvW0Afl\3K]X֫% : =z6傗}W~F_//C{n֟/4jMv?7k~ 8 $3 x]!K]dxW(Xz3o/)'#i5zcWյ62Ɍ\B`h1 @5ex8n" [zt*c)(DGE>%TD5d_Y#YoRzDAY Uu,XCpEjź>QR/jgܹU]i`J1!.4u|A| $G1QCY\ӟ<z\րcݩJ#S5q77{\566aX6?E}*u82|[}W\mOf.-I$>kCX O<EFՍs1 d{"7 ܎EWZ ?0[9yr{%]PlT9a@+~ݎv-w9re˴;n}%TSV8hQ̎iܣ *wZѭ)M}:4j͜u>e@rI}+"*p<~a&Z.#%T]Qnyo,H+\#V^;C9\+5r/0YL_'%_BET,4SY' ˩mx(tx:dnF(OݡpD]3v P9HV$R) A+(׬+܄aT6ֆi6&RAI)9@:Nճ9}r8@xo(zzMBk/k"?d@j-29LP| g3r=t}16@'F**Lj'y\!<:Lf4r6ey=_F;d}j*|"5%;ۼYuK+ǘc?IGVd( \%0c+wK,LpHeNǭX>M /?#hB˂X|Q㞮yVxU*AfUγU˰j7˹>'m~ ޑ`8$MIϨ0[Ed-0D*=x O8N;,ӡW+6YS`wo-HhB&u^=21u#F}T$2VrM2?ēD$ N F.M+@Ny"࿵4'M!}6 `S/U3 \HSd5^4ǻ+L?qWg,j̈|߈rBӹǷQ zBON&N}}[k{̊qyJwe>i ć=aّ#h5M;\6>rސ Mj:#~3,.]S9sD|u̲JӸ܇l<ᛪ5鸅],]9DYBiZۛs0 Uо]C^^+_~v'?p+b"(1- $й'GA(j{{L0[q՚\o_, ~-fJx  [tēǹ Я]S/ $ nik^2ކI "TKu Lp *O rd_坿f%4pC+1>bk}P9u;=T3^K~iEz |IL o&r$V ۑ S^9UkW%MTcReQ_2ԋhqm<cYoDYn׮@[G/ط.5{#%ZSe$.^5UK@O7찅<ġK4V򣫔k<)1ŋR.矴PoVmyܒ+O.%C0L*Q+}ߔOVKB|$0Qoo^jܭ{/ntPZ*ѱ̄sIW5@[W&jjk]9q.q-+u+7%}9*iP:Xx[S|<@Ņo C~{ M#}7DN0I)KŠorq@{P۽{~=} ~Кh5,_bKcV4 qS1lrO8V9MȸPQ":meuqC]#Sx+Ui 7jS_ýE${Z7O L cMel dr3lޖ7 ɨNo(461迾M+vK^D\/IATd3~g(2׬i"KPPQAtid@䚲"l )ց18|8LLIz'L6Pg`* M{$dYFJLw\Bn9GY~,WU k󝩧./`gU-msRmBXq*![H0/5Ad@apG1zQ-(ѳdˌÚ<-ΚV%^tYH"6 TJWz3b(ڔN //p*g6W.iIdvnߌYuyrU63 (ԍH!L$"03F\?;,j:t6odZ~9;v8^&^tĐK5tmG+`uȕ/y4>T0OAs.IšT9D'|`1\&ex~$+:s2vL@}ֶ?ߌi4_`'҆} [8ܓ4lwY/xNxP:+UX~3R 8v0T`os]6zuwocYC!Si&rJ |Gsb$re]nCJk ,!*!A~dG|Mr QX5` C6so73͍~tC<37 c8;1,!>Ic'q=pl8Xf$(N[rczd^"!7 f6{H%b-sHArK8W`\ E%s?AbiE O#= RWea7 RPl I Hi'͐F$=izs9ݧ")Y~"&D$y{XF"| 'P0f@N##GW0 ;Z͋M?/ olJ7|J\faU`(8,UpUĆ`l}14ha/*?囸& 뢫 tHK aY"dX+u>Qz|$Y ^Ԇ]WfX3 |3wY?|P+/-Tq,]PW\0e묖;kIaāz"cX|RqhjʩnU#Mn`$:@5dS֪RczY0{[cnBvg-o启zC\¬>I#&t{4 7JP].9.O_r!N3ѴX-A7(fƇQᡗϚYA ֊A"5ñ< =8M7?lu1[~puǭWh,_W<'7=;:*;Q?[K½¤`&Е"Gtj#qi2P:p 2R}8ؘ-=˪i,syZܻIh5]䙩șoELʗh  c1 3'fdb7y-)crJŨۺՉG-ׂxZ `_ 7ļ:.|0;KJ9;qOX *pX{n-fxEyz TS ԨgPJ$I|ATy ?\8.j~0;~=z,&N1z'R-ܣ+e̎n!-zvkB'u};p$&GY%쯬(~Ta|דXrc/OR΁ƉpZh=phbIC8& ^<,ʎ}1QgِiEⓑ[ҧE,9_ ,#Pp!M~6AّO KF9ʡvyfԹv4=6~]F#bTf~E? `L5:/n\ Fɘz*m$pr8mAU]h"`U]E\ZNbΐhAEȏ Dj n9@FST;"ev啴5er@]w{WFcS!\2T¢BQķFOxl2D .FifA LR+2kTRY/x<0qժ 5 ϓrb 2"=h:E=WC:@`q4__uÁY~9|Ai"yѓ9aWY7V[Vw&tCgy&YC7شoOS۰J&N̨ Lk랼[UI\'mIIp8l UEZ6)).0y ]ÊR!Cq 8\RIpZpk!Ӛ :CڪJ\!%FE3H*n6<1{b0H"\0 e|Fɯ=|hrIShB *DSS8/A=f>Gf sjzU~K/ G?@E u lQO/K J?+9jO8 ۀ`7rp%EEdKrl nHXR]nوJ${ӭ">UefWϸ7rh]G7Ju5 iPlq%ŗPՕGǢvRJWxB!R>-ϪZy!ϙK;{0mf $x"z CCϬtY7ԝ&N yIP*o#p;B]}:(z(Y5w*AΘ_' k+nؽ+TI )+.9K 2+y;lJ4ոʬcV{j쁧jxNu3bJVq1` _8wx=P2IOKap.߀xɤ==bqozW˺uwOUYiېHOH1\LBV-xoiBu@Y>s`zoŠRdCߙyT@-Cbw eya"'_sRņ%ؿuVKD!2_~>Fqkݠ13{}ig4>Wѽ?5Yn" ZhW; sQf!%Rmcݖy` GjÀQ;S /jg-54P'ؤA+O2J F#~@)Z째SiN}!Dwp,U|XzdSf1_mMgZÞ1:Y?XnGƅ:|_CjK4ߤ03hm+k#ŵƩ$- 0|M_Qv=׏ٳ;DRz)5M߬DT  apZpBRRD{^_-E~ɮgS8]fq ź9!S*TobxG)|'Dw5>?ـqҗm]U{lew=x n|a< j~vŜR@kdh1QIuhF<ྙv|~,'R\B;taؒ2z<#E =uxRRwTk+h`\xdש#ЍVέ0#! 5 4U R?&hU5R-FdwԖcaaqbkxx uMLH}$$HNfxLqiK5,{S'HhP>|l%,&l(CAx}F.lsgkqc9|”I7o 刖> `]ףLl'ew]p MМDj]>Η-ov HO0)qLp҅LlT1(| Ar%Q`)H){ LR4ݔ\I_+bL[H*]Գ]u9Q0賾>(0bHM2UQ!ˆ˹ĔFkmxtBa Il0)9}cJaN$aGײ(LS}Da ݘC7mH?.U|eKvleBQ-.k*I#ygB[@B#mZZ% dyTQD'\{0ah”|̆O6KmS4x.o[A)`42kLQgE:!niVþQK"3(8iE8r-5-0V5k(i;4ʱ7X_[m)C 1iL3>].aB7 >H?:C`(Wsٻ1Qa@srwda+\ !g& 5- >c`U{}7Pa C0FϒV= MK! ,%dd1G%ݰ|>Rr ZWm55wX6LygLd-IkYٞ>φ%LaѲ/g^W/ 2ؐAll!s9fP=ĎlwSA/ĜLňz r {H]EItv$% " ]5b󜟓HM5Rρ*b3P 8 |mFg-/@i~΍|6(ں <;ξQȕ+jah/_Nqv8[w2W{lhB^I,Tne)q5h@-Rk:ä[o~[,%Cm힡Ljvc "a+"NQ=;Y:0O-!Xpȓť@ Ak#ʬ]VNJ3bã@E1=(Y$YCrtCu8-R6'r Y߁z`P7GeSO$졔mmF߸u^!CX5maW?s*g`财 〻?/&+/ 5A!݂J> &m(%ejCTJ!4Ҙ[S>xIY.mrV?1-X%aAF@dJ@ZBR _\Pß{ѱOX-42%ѧ>8I2$G92`td{$JNmM{Љ}L~]4vB˖uuի8 ;Kxٍ3ruy_MPDЯ6ztn0pPMi:tЇm2?\PܭT?'թ8tծѯ7wUP냠4[70nME;.`?з9 pM+0fHªbo6ar}wbBh jMZ y$EB2 cȉՑҜjl{8x F0P/iqh!?ٽ`o^ߍl꩞p+RDqf1e_4z@=KqY3= c1T}1RM ;[V'g7F9%j4M$]ӛ#>qfh .K8oU*W<i|^Mxh:?Ǔ{U?F \j5mQ&U_l0fX Mqtd+~/Z ksԩ>],ZbD3r!7'^:um]R#PPF+"nOqMrM΂*@pr !-''Ď# T >_#bPZ/ > n Eώ3%+ΏKG5OeE2Q=1* b-#hz,!(ʨhaVS U۾@}Sl|{v3@l.p N^H< îe^ W;W?⬸.W8oVr?d.5@LP}a΋ 5;["lǪ0FwT>^z-j9}Ӳh%zSqy~gz LO3twL*V{a#2rPxKy < '=hܲj1JܬQɥ~L/DyOnRULvkw?Xµ]-!0o*O==PW4mm@=-/8d,| 2.u)ŭvޓ:&'Khf$)IXi) Jܱ;\M#ř4W1h*™`,Xn"A:StVƥTek%tJ[zԢqOO32w8nZQDapj*_o _V*dO}NX&DP}aSO:X3Wo붹!;m{FŽo{fQ1q [rgqb3[1?vFrq ޵?7p.?lx6z?u<%T6E:A>Ć ?`Y DihbqhY-\KJjU0 \NVp=1k5u,)q sٸA>i4t Hsnͺ迁Op9#=#ENFZq*Eei(K%훙5xxYDK`yIu BA%Ȯa?5H=kS=lJޒ E3b2Lp“$cn]"Djq?i ǀTZXl=O HAZN& ;sgyֺEQU+:V=EV#iq\ݽx{Ҝwl|e )pN5f oS#3?OhxHKi }P3zs ۦ{GfViYk}R]Fs (kw~ -&f8fWxU9]5wjBM''fJ&](?PA2P3ʢQd\R;Ik#I,O^ .8w5-j3il2.A{zT5A1/<6P>[B׹U]{A%;h0V *ydRȦ XP f`\-As@µdCϾ&JO~4miDBmnh)!i6C+JC.~2li35OtN:!28 ;kr"UU'<4iJT1mV (oZjNxV/Yc:~2\EB(k/ʋ+[N #GkZi!}Sm@3Bew}yTTR9|*0t݃H1ga1zC쉏_? pb:pSnkl!ms;%CP>  K̛x˧X^&{@s/Q>ug3 QFk*e~xcA/nhpMHeŎ:fM"m;1ɵVuc"j{fF8?6=@sCerMcRGMPknh,! 밂ycx'C\b6`Q52`s%"W~SQ "VfO=]yev9Tux&ZΖgtZζ [gmR2L@xܺ$8%tc߼{1c- xΥy2e l F)De k:>KLrR'QijߙQ!q3liѽo]tYh5,js9-ݟJ]goS s^J a|Dхlh0#4?}? )}1%ɪtMر%|YT6 hIEP<\( xѾlC^<%3] ĮqvCod{#!aJ*e3g Qe}; ܣl|ĴfoLM49%X3{j dtȨg}-:1I(YΓN?rGɇ[j%? ֯:Qwu["xLSU2$V|9=8+\J‚ {z_Ft:LT9}akNް^lqH@YGXhW o|TWڑzW!ŵQ% \|=2XL0@9ͦ $Cf fh#A)oi /DgayΜ\7nL9G![[W8Yx,h s)JU!Z3-jRG?ԃDvtd)'c Ȕ]!496pSɍC ixK]=X7DRGQlMDAp̱Ѩ%ڑie|hR1UATZ8f)1&CLJX\Whm X^|8Xpv؞)"4r"q<ūp%UQO:øFF=1J龁EZM4@o\uQC"O9Xj>m48R:4ȹ(8Q.3]0E/o SrY -n_kZ ͒Yf Kb~G4sÉRtJ "> `sTvq>@"!`(S`&=kmHfw} 1'Tǫ@&awQ]ECKRdԦ/2/ nWJ/j| >cyN|&Uq! ?u:vS҈QQY@<8ܳprEײӇԼH hj# @N|7Ə\imbۺB{@(yuZjliJ!dt./H2S=@844SٙIK i7yrJ9ݒfs2??o0# YX0A61 Kk:kz|aQ˴8ڲj'B $Qckj8: ‰B sDLxN%UaȵeZBCm̓O^$ϳpve;L~_pèfhUZ&XfU5 /VbPrSy;kj;⚉H$GXƛ|a6n_ow?jE:e2n XEGU-}H%e.8:\ .'>$j`vmA _~??jǹOKFDCksx7c5!eSQU|D:5"S6,\文UT(IlPjsV2 sla{nӇ %㿉}.|tkԘ%=ݹWPFt ں5PZ"47fd:ҢS].̔bD,QKAC} 0$ع"p=:3;"{g.CP)o'm,XrņfCAkr{)zM"ך XphVKhwǝGnWːIAy+H&bR0$PMfo #颯"&9xmO@M^ D> ֏=EY')<6ZZS F1lamX!3a WqI&l|NdV>|'F%t6n>1ǝʬL_lDz<|4&2O5롼wu~V5?#R,N<3c ZCGLߠq MhIi~Y8!u2'Ywh]墘YeK,I1wZD>|-O|p0.;Yupܟ.lQ!)1uzM DgJr r 3H:/cd3 \[oP``<NBcjNDX3^u }p[YxHsFt7Б@HM@0a@c_Sǝi 5` Ha]3h8h 8߅qA]F}a0}>BIrL7 Yg^$Czh%GqPOiAAzP;HpX]wM?T:֔_g4P@i`T㲝yom~5M=ŷu[MfO|zrJS/z(~EP|ciMck>OD@& σaӊ ȅtwS0b(zV0]0h<_🜡bnQq~I߄/QY=Ař+n|"TGd&u}K *4*HUs m2`&0S 5 :^񳏶L 57 BT S#a"7ٛu.Gx7Ou =~1rpu\O]Gۍ."{IKuy)*%9S4>3fLo ^ qit!PvʙAKÛ ,D aؼ( "<7[u,=CF~ F-cޛ<An<>.1 @ yp+ E"bb[=UC7WrmC3]bd=)P,d_8EILͥd ϩn\-`%Yr_Z`V6 wu7 M5l5VԚh66V`zb?*?U3J\:!rvy,Ll/l9O Y.:Npے0#!$[ת $l<Glh2<>"!ǣIsוh~ZTKM9_7q=6RT\W£J@a"aʀl,! v8:ڟqwpee6݉ij-Sj1D>Y[ʾd1=("Mf/wM+!c|'9 4H$3ȀTչnb[ҤDA^)y79hV];V\QJ{Rȝ-LX`q4aP1؇({vyJ넂e-INK)\PW;6Fof,s >m"ۃ\*I68hr*g̓oO+iAf.E&%4N~ʇkpbA)7=M58x9  /؆bE:9x킝_H >^}EBT>wOop@mvrU]iߞ&4*fu18#Ӑ ntB*1TUYpuVWm-l=,4FE _h"ol4I7cȬ!ӫet L8υ5]I)%ZW$ܚK_5kP)I% ۈPxu' u%P_pE 3_\ρNukDEOO!sarXNz2ސBjIuaRR9F?vBգ_'F/{nlB $O#M7bJZ3eG3k?cuw:(eB) SQ0)!=o~,0oq: ^ձ'rx9\{75EAE+v| u09ɍ&!aK-fnz!?Qc8,!Q />xc` ?u7pe ~o׮X:1?0(zBɳ 9 v-qqs,@G$0l9}y"dO*2I(Z/嵠-Ly(Ŋʞ3[ %/M `cPl2 |Sj0\2Dv3Pc'sHx"z 뽹Ɯr:d.cEa{J 66R{XxW_^⽠oك:/>tP熂]({ $]k-N-~Y5+dͣ2&^^89d~Elx];}e; {r"ɷ`'.' <V=xtz.z, ˫uryqN{Y 06cȅhp`׷*ǵ%>-8ڐ^- jԢT_un"1yTkP#D }JP}yhHCjf|ρ`>C&:2C]rXLJu@Ґŷ&_6&7xɧe4kPtܣS].;3d=zWO:MNZ.K)I ?g(e C}:ecIeœOb%ͨrp9cFo{\ub]m*P}ž[.2Ci6)]>R}#r- 2 xFHA?Q'޻%jm'(/Yς֤)uuB/L Z:NE)s'%Ag~Q ݠ.ɑp 2Q.xxtԋņҰ0dd8?~9ٯ>>1ku*Re_mvedKoMt/Cjѿ ķMJꉔE?xyZ?U*HN_/FG3-ٱT1Gm@֥YSVM̋1z5~ AݩtUaLQO;G>7! u0f/bW`?aKy"tcLՁ% _-g(0Ukܛu~MXJii&9 ;u~Bߓy 䝢F~)E`S7\ R8JGDJ ~ l(lP*r݇ &jJY*zoY>mk\So|C؀uy [CAo0ncgZbyJ>v#C('7D))E] `Hۅq}DLLCόw9%gdGҮ1kϬ y,1Yna?ډY(ab@ON5=]30" Q"Sb%#tgȇ-U (uߍPCgtfu`%aLW6' tFb2Uc;^ÊsK{q0j}3bֵcZ^w3yxzs|0з6+ĪdVa9tO-AwA4Jp D.d . :#㿑lKM #ޘq#Ӆ܂ߎ{0L<`!3we^ZC`u3mGB!'pI4'Ȧ(.^)4ekw[Yè Ҫ/&yɶj&nvT83й22=0ɢu(?[sg4٠AmEsE?zoOkδ A<&ɘ)2 ] и!ڥ%m})֮/I#ƗE'-ˋALuJU*ߨ#~[7wLptD^գ]vũ8܀M2nՖjRS0,ND.pu0; (1ʢ!7iAZ`sl FY ii-{^vʓ]atZv5 &yyJo]IJ- 8tCF KY#_2GNJ [2/F B[<-QCOT$ 0Vư_=ҁsg*{tn $ jm MMb!m}jV|S<ҨbL[6+SKX<IcNP,a@znM1* bnS~<׳A(iƁ}!i_#bu7TfАTw4/3)/NS7)zJA疌I P(#.Xsr1KEd@y6>4Pw[:L[A2@q8]ޛr)bCw6lnJ^bM Yxi(7W7!ւ>`b`qA*sc I|M B=~1`"VWBgLkWXQ"y2XGPL(y.;Z20`d׎zkGAT>U*E oN3T*LI]SE`_wB}QDKqF/γъgx ^ 9RSAxa^E+xt RpʝۗfQ @3YFjOX3}}ǁt.Ht~ -/,D;fQ-W"34.9a vi}=A@R A5PPխ/j,DUnNXjsE"aySK>MŜKjmOdp"R)um7.ce5IWm>NqVIF$}SJBQ~n?+B"~=. p&>\H#`tE dgf6)RBS/t5,+zNFMAAшJlK:wCǴO/w؈>EMQJ6M.JK=ހ.Zmq6fː ŲynŚ]l'wBwnXT]! Vsqz+)$EH`2"ϒqpCXY 12* zB7'FC@p7In/`Go<{NR6tZF:0 sg##e_w[HBޮoӡ0TCY\,,vbR} TmŒyZjVFksTH2nYO+uHiy1`WnՖJ[dV VV\)bCÒ9}QPe=chŻA$K"ң킭F|4lB5>{YdR6i|*1mhwiO5qp,UOհ} w-G@ g!Κ="؛Hf|,9~ZǿsV1BZ ȹ(>,oqxUԍ"h^n(޶w;;1 >Wڻ#]w~1eHz$g{1U+A͌˂ 4%>fZw[J1ǒҞ9mB]c1tX.QxE(O|P'X92ջv0Yj7MX31'cԭY ޻J́H;5y>OӽǑ/ D:2 _og"wi#_`de&zW-}S- (y0Q=lΔȄPဣ-`Wf\ڲG+]>ቚs9 }q;_H\,W|580b0 ٢^ 2,3*z `%H´X=lKc 3(R͒}9@$M0YxON:+/.D|x飼X ]ܹȼr*8t Ip hvEmVMVvb `) zfxoEh#YWw JL+sf>ZoqųdkZ͉qd{"KB΁"@Qe1^os&剆Uƻgw)WQėAbR$ /}O(̶'Y%yI2uHzڷV4Q7eKȊ4i+qsנjLK].K!bҬJoyZ1|X2<2ua$fe6YxL:ǑV^7MSZ+f5xL eT-RaQ-x0>T`f!ǐ@($˳a^-#5u8;;}CsmEY>'H>0y*Xtr9%HLe o$9 YE_ ՃQ2~:?< ֱ7Cõ/YH:R# )1F"(YQ/EȧG3QoWFyynutZD3% g|^]_0L_9 4+A[f >cF O4EQmD7y9EJx~hj%FNF1k䐬m'mJ4TN||ZwtɕkG#a6=!j7+Qf^T]%4KЛ~(ɢ-a<+Ta_tJу tt~7ӽz*~U5k@Ϟ?TNzq|r:98Mq_j<m,]l'|s'ܽߨ5Ǔ{umjv39^TØ#PC5*2 ˁ]dے\DnJ2'XMB|R,Vާ5X^+(~K|iϓcs@":6IqԤ1fd\oK˄ͺmmiG;-Ҹ:fYI\) hహ7-|34ޡ=A7QDz vU_Zx qء{JMZw-C*)D=!uɭ: ?`(4,o_BL;P ,`^@`/Ǜ7n :uXZMHs$w>$:fgܛ;: ߮|iwi\(>ʆy\uRF 3bt!+ r}VVk}B~p(I:K]6&[eWq87lXtMP1qĊU,#H.oM!z6O1(~-|Zʟ,a;SXߠ,,De/4.*+a].R;\!Uq(2Mا` rmfP[cǁ .AL!2%.*'0oNf >XOi_PFQɅn}C*In`4O䐏ȠQ;|ɂɰ vA$T43GM8Yu##8f-ؿg´jČRwm0Ss9UCq!8w@!bj03K8ǁ&R#L)ZOæQqqS\]T黐y8涸RWNR'yqQ3z~"_hԫ﬏Q~s2cHK|,KA0|Tpb˺ź*u]` xmZ{): ?~8L?̍'KT,j#&C,Qm` ocVA7IR4hт+=Pm,阻++z^} ] GJb/vEdAE9s!꬇qvB>]:_,rl>1^uI{ suc F0 K 'jr|SBH4=1V<{ 2@hBpu8Fp*$;ؘiqRW XTQRE%9 *wRrS,c5Wf{.-/pO@)/=.`jK:^ oٹH6Rl^1U %v8NZF݆gLث|~5]FLMsi)ýA^׉0 ; _Bn*Zi{Z݅q҆x$=B]hP2BQw z= Ǹܧ'CMXl=п=ےeihB44L:ʀwR: t4i$wQc6hs8TqSv(dߠC#vtT?dy_o#9,Nw n]aIZ=tWH"ֻ+a:+/s]/IH]pǏ噆jCj\1FrPVQy6-:CHaG\_Q~ NX٠:Aު`eг2le o$擜5x.λ\{B7Y;FbqqȲ`rtv'Nƌ/c[5ZPM[t.3zO u9bh"bwalsɲ j Z-Cx(~k< !a|9PFVu7^ߜ3ϑeJnJ|f>TR;'#@/ZYsT`5cE\Gm]bW9DkH* ?)޼19q09.ssK~ !YNv&x!ߏM=]& t@%LO6Lѿ;pԿԇ;+wBU(."`m  "гiXt";z(jIBs:Ť r#pHYBP VJW\'>}=UƵe(UC@ yv#O$CJ ,W)<,SVi,}TBȥ(LJޗyy-UU `!\˭RK TrGzG,/ޭs)F; J;(o[Y!m1 k(32;*J $w֌&5X6 c>b;,}gyM\mYX\:%lQV,'΍?-kQ|0Tcz0e T+ҵ5^&u@p,Ӽs/bS[wG 8CrOx'A ӳҠ2r5 gd,1)LݘY `#m Xt}TM*pXO)9k .=% V}23RtqT&EM}ۿobF-b^ȃLzo= .pNr]1xP=6rE(}tZ~'=Nl+BbBM]CJ:R]10|M٩%vb"6Ez1r9#U/jX[?3mowp92Fs15"얃|SgpG~U\5\pSL&uy)K nl j <򾔶_曓@1D@OŤ5xܨ4kڪD>MB&d˦lvy*"$36_Har/s*;~wW0PvMwD у)^56Y  "K]ȜxytRԘqA'Rs? 6OBOʄKXpGKnvc'vWU"WP&2'Y%]v4FblpIjY$JnnpSOc#V]:ˎW<ICe x7Ϊwijz;;6K3O?Bd}qLv}>Lb:3  przvW,iƋ JzRs 3̯ A78hPt٥56%RU@b4;{ T䌦Ե"BIY v& &J EqH3zy&pchM/HX|R- )Gzzpn2Y̿AJ `]yZ`˽/!!a*_X)K: ޘǗgvn$ mWEO/6E QKGxkX4cYc6ċ ,A_z8(C!hCIyR '_60obJS`tB~᪡53I'"<&ڳ]_ 0Ӣ0u$] KΦ\?P3uN4 &Y%3 vrr,2iܐ/zgl/REAFcBE8PY!vq9r  iQl`n|B$tʜxr>7WYҋPPQNagE~k%0bJf2zm^'z9r)Y](φjV >8;R] 6X:HPzn^źO FpKEglDZ } 1Z]$`mvk8׵*@>Fgy :vi-=>"\}'zQCؑ*Izfԁ*P92EuEeJ bp(R9g˞֯YOTP?E6 2 1`P5oʸfjey/ljn,h$ #{E =? 8J޷͒֩<8Qٌ|bx9rt辍El}sAqyb?cQ9Q]g$]e'lȟ*vZ]#2xu&c4 . ] žkX=zuB&=>CF12O ֯:h+8-͛]~K4zjO$L}ԝ^0V,Y~U|yQ;)#5R-'nXDVTî,A`_I݄N rhg; @;Hܒ^SR?y?F[( ŖD1?j,Fh낗>)|S0yQ"++I<1lsym2n_lJ'&Lǰ6|:]gnd3-ub6Ot@j?f9S-BjJ񣚼AJp]S% Y9) $*"6 tU"d}͹pM8 ƬR[3muo>,+3~3#ژ<͊+}~ѩKMcs냹ϘY-lUEʰjîuE1l NscR6u֏gW[n'S !/=@IqDor \ SHЪfK9ȏ\5rY")\]:dXģn }4Exݫ߳ڬ"yIr5۲DY51X YnYOqTD)b4(?ޣaȲR1M 6i"qD_-PڨN44sP׾rPCւ!ifh«aq%9|H\O3iS%y ; ~ 98n_ *A r#`{8?~M ԏay^UOW~JU`NG*㸞M\CHuix[b\"_mMgqC 9AP 5/YNq-xEU Fui5FW[|XEQD3DH )a,p4sxdg1>c%TVX|7dHD[sr6l)͜O9ur=&vpIeSKrTt-YS)BY.#lLCώ$*ѝF[ $U]=U),fRy?"M!f\#v,Ge^Ϝ j?,M1'/5B O\))GXSѣRUA2RcJk18 ekaz.Ġoai3Ye./1:8\s Q>@UBhG4#?&<:.E:Vcauu*(/8 K#Itރ3Jki5|S_#`Pi/.?/䔫".*uH~PŦYt"`=c64j/I &N bRB!=%'zП%&`t7Zm.4mek-`q۩V H_9چ jN,{Dc ^e S';NeϛH>m xxqac0eorZkDɓ/n0q1a&$yKꝞ%-7.8J>"|MBoژ~jS 3<)AZ" Ji*SVA+߷ʐgE qxs7&5q mqz]Q Zk1%#)fK͋$CQJq6;z$+:M_?|aO,~)Xz4F h\SF]E&F>y(,ʷ=;^d'ƻʔ&-;-VڙA 30AI@™!B@F~Set7@hsaja(F?7$a67ekK NMPEfѬD8hf+Yb_ ? a-נYG8/?PJHKgY%sV= _G {:#^7LIVBSAQ7 ىb' ը!Er9礷pY悢=ܮT ٛk&iF%ӹz%Bg* ~rvmhʹqɎ@YnS@C<}ΖMlXY< *l6 =+-OWxZH{pb!<;H CW²5:`"k)>= wYߋ֊}f[.>R;oa謂{ `.%1fŴߧp;nnN= lOr-At|r8M0@t5yČ<W83bMН>ƓR OJܙb #o݊Rp™h@XٓC O4?s>S3GATA<[A(lWjyQ1ChrB#K\IHENj hm|WFzQHH۬ZIn1=_KYP}*uL4 1/945S΅US*ɧg2؟2!!m]m 9SGk[ iC =¬؛5{'kVd\Miھ[: >KQ7c>"t,CʍH^ Z IvG>2[n]&tε #rڡ `MO#,$f9ZH\oxŌZdis$S e$4D&ɚ,LwF"y;q 5i Lxvy͆8'SDΆ1uVTȷs;goݬA3 Xj"~_I t& 4 ":4}aOX4%ImM ~q)g[E)"p1qg/ QEΨ&9c츭6-a5AL6C%)28 |鬈,#fb$_bM#ה Kq<\T8rg-,'$5N˘J.΅Pai´{N"elYn̓և24oɟ4yFݥ}(>6)GW1SPw{r=[?"'+[lߩ4z>bnSEwT׶ŭ&&$)HTԜRt! oÆ໕[+",brS/y߁t>zM^XBMVU9rTB ʍ҇abo}ɾ('AFMC2ۉ3a V7l%JsjR7f<1K4ёk*dgSjxr9ѯ+<9G־qnEQGMH }ods}~ ZgSH>u038AtVcHcR((^HeD8={%"^.SUtbKپvS4B<1S&UcǬ'y6oe,¯|ZuW&QLd[9d$ٳ_~ߊm>UH~;]*u6_lyE߮¬39?g14-$-gђKzl؀!3/} 3fel61C:e@":9ϳ1p^ޮ`7R.ˆ,8gu#zb F@@o糛ˇX [7Hdt,V5 DZ$곀rv`5}*9i^6#OT=FJ Dqm NAފ N q\8C,R#RVN Ğict愖0LܵkXL<1ǂL;_$ǷuAoqp\QS",͇ 0[ts@ l~pX19{} ܵ9\ɭqܺvG>n;k. s)$1,j#) aIOª@Ke 3j8U]Z6Gܷ+ӦչԵT .ir>wR3v uiZCZ\2/"2!y&zFU9g5ɍO,TTa, %*Er]ﴷ-1Us#g`l'h?.gW/naA,5}q̐;14,6(|1؛-lnF,I[0^7bڮ7s 0FvZ7]E*]_Uҋ6ʆQtq #b@K.F\MXohqUvB(9Y #.geQj?Ā܂]ub"lߓ4H?l?0L msgk5I)2щoj3Ͱcy oWim.Vj{"4B3ϪLs۹P̈́Ɂ˽kx>{☄YFqThS﹇B)1vTgfHHȏhՂJA?`T icׂlj(= a]4&>B;0y2,'dosyJȖe `Of dlXُ=WIo%t#u%%+5<Q馇d:Yo#% 2Sl9y& o*L;8V=;{usy[Y7l'j([۔5*|1 <]Vd.2{.q9T[SEؿ|*lWwIf&C }Jg|@)凓Z~ @ͦXU^>]-ܟJʑ0IY9|*n]MRβ JɡGq0xd8emPM˔ ]}ىлn& _y*3bHTY"ACL;LO?Q-06cfTl2BLJ/7YΉM ٪с@EUkwD݆H#/rB9!P3;KY脊/բz Ak=q h,J{ h/'M e`uH{],7Fk7k(:Qc*TY$ָT 9$K ;[uGv^QeV5}HyjY;] ic@o~eqeq?k|(9w V`M≑F!)?^H86v.*7_FQpH#VZ͚TyqeT mjਊdwP}ir~Y5Yo) \4J7SħcmHbU(X/2Zq,>l'-wzcBaEGnLc iN1%5[i~#IX?V:ާVY4(h4S8#~d 9pE2+'}FX`Z ˄^gգŻ{d\8*vIBM*Bv7p拈FQ ~, $Z;NEht0E.۟{y(9L[+M7!ɏ^bNes6r|]4b6wvKIן8 W=R(~;5%5FǤÑBI p ֖pOaÕPzjDkVep_mTΔRn+ҕðOJE!l )UN]_f X ldRr,A=GhHa Tm |%{l|&97{0"!~H}b0,@hޢw~9`l/4]E|sk], G{w@MRU /JI\Z`mwW`2!P̃ρ@7b'4PU!oU"ԑ&c_`;(C%C{qŊ%t5TS}S冽Pd2 FlUjxmog?N& ֵ67p5TyU+S1%LjD Pê_/}nM 7$iNleɥ9"+U؟י䇈4dO 8^6 s;}ԿĔ0+CˑW=ݶ,+&lPg5Z~"@wd8aԌD4׉ЧS^{/8qr͎aS -tå-i'X[^ȖΊ P:p˳*opP0,CԷ-BEkN¬==BkR_AS,ʥɵ+ZS2&GEUCz1ajncL3%7rjVt;yA"C2TǼVT<:αp$S"'F\k7c RŸ&l0bC@@K{'-j]<7S%$E12QK܀xk)STA 6ubǠ *'W$}_,{2wUB"KE,f@HPKu[+N&F S$qaꜝ!{(L28b6I"r J\37NL1Bgm@J M.u9yވ%3(pB` ɩYmPnh=Gqn\% ^EZ̨&O̓/8$S":J ]ʥߞwŠ4j וPH;0 n0x`$SS"$ l9\:Moa E<evD`FĒףcT![k UGIA;؍Mkޤ8a &o=m%xq[GOkU ;#.8yeMF=NE%*N{=!6}laUJ=jy Hk+%ҥ;_|f xtJԝ[W,ROZt`t Lj:t{3$!y/fl=#N Գ\Dk}۹/2zn_(4cգjː4@2*|_fd%@4Jh߈3W~=:)1R=K?x0ׅ<.]1Nَ_%ɤTQAj zt<^rK]|u,UՑdЍYK6ˀhlZ']TAc^c\=m|{{,}~B6Eɲ]w?a[^>@)'l6-(ʩJ&т9Qig e\q):]ɰ|v߃hZRv7@?,( M1,{ xѡBbs3!. K[WX>SsjqpvX:qJgR9p%k9L w>ҦGk<ͳʦkf!&Jr3Z g3qGfDBU]!וDre.|}kϮm}̟ظ"^djAGa** L鼬yH|eV21' Sa(g~/6PdVW]Ƈ6~NRzzppb t?c?y/7b|?]wFAt#n^ "V $#eh6c c^MT6%UuS<~ n9FI'>rx^rRxXV6yeiٜr[u<@ 1(!hYV-*pFpA(oD`k B X+]5YlU oHJhL1`cy*N[G/b2bmTіu}LZko}> sD|U@gau YX7ͣS9imJ џLL_ggf,cKq6~@2ضHAd|@ngOw_bԞ.\34ֻRq_;upzN9  ȑ.QLa<*Ģ>ڇ;tve$C,d޸Fj eT0haMr#r*WyӲFGb܋%I29V$`y7 L ;|k:wOSrr5<5Wpau1[ƭ*O+H:IF>\XBQzzx9!aL9(Vˢi$/tj*NΊl93l r@aIaS}? kORX*#[DP+ {8{~BCR2zQMy:;"$oT۪g6]toOx[?5XNs@[$J58*$NgdnUOnB7UKda}Lҝ24c>7)#(x=//\l|& v,@} vt{]vΟ4ycο Ń)uoŏ,% rjԕzR+d(hm9eYF,Kg:HuRnpWMH1F7*Y f0oĉJhu&=a#tQO-FO:q5tN| JGҁ9p5&%h@y-<xXFVVG8Rj`e2b&X%S97 N\f2x0 MpOqIrilпnRqۃ)'70+𬳔: հr9ԉJhtz;} P_n C: c*k!%.=2%$j"oxR< |7*yJuJ&_g?:3f5~T,aF%߅\U(wBI1#D@e吩+[g-]HBX<(!FG >L+;)Y{{Iu&JDoFvp^籜=7VF?v,*{x9MN^Wɺk-2}/il!\NZ*yuNWVxXwئф!N9Alæ=htt'q4^7'nc\yG<V}O px! B3j:iRAm;)ZsSߍH$*!p<`]u4؞6umoAꭟ 4$\GaAaz@/_W>9V|Qޅu)T]$= ϡCw෠eax9 F')Rbg3eH]M Y!>I"^Y[Cp36iNvP $s[f@HO "VB }{` &nM9,`]lfF2%&<9*?#=Gz KKR:z=TR+kv?Z"JCkY$v ;6 ~&MZ$ !:oR0Rx{/eK92g`Ve<*OI?V| L S!.P-/#bc=;e5 3ue+Jsz>?\bW@ ;J .iqdv7f=›^/?xViDeQ5=v%1ifS>}u]FvJ-&rn\iDb$ tˇMyqs#-:;Bk2$2P[0qn:li,g,T.Fnq&!Tؑd5{{-if1KM1l#5M$JcƳ{ ~A'>7#҈ n~#F|P;dJ4+.9*#(5t5lL>7!8S hؚ}!EPp[|صTrSI0W 3Q/S[eW2[]<0Ox_/p|!iX"{J5TW) s([ka*%*~8A7qSA]y.9⯓t"JuhRe(m2VcsAފ81(`:_( .8\wA'Yx1!qY{1~1tY}/>.WS3Q-evM9$IZ'"-aDuJ16TqfOnWIV3O^AqZ1Tm1v$z"BqCG~sTy;׫,B!fĴ{Whܹe(^@*Fe;Dy.'1RW%_6Lny܀y։E4^ D@sZң!D87~KgSlG6$ttJ;L3/niF tOm,k5oΨL-ISO:$Ȼl$m$RVys@6BstYRCW[Tx+q 5ɋ >E9 {f]}rCJjNu޾ųN pe=:|:*pO`*h͜/OF#JhR$)v;&aAr-eXt{|ݗrg صW)-4~î:ϨULâ9 ґ(u:Bz ~ ˬT@\0}:fdA@!s0lk#1n~YʬfpEh#dJ|XI;IAUcW} 3SAS~6#HHt1%?<;W FD /Ř"8~u9;T*l^/?̋8P/2h?v:9޻ sd;4vW⹩eRs {0~\Azj",*oF4^6 2l~6Z"{SlvV ӌ?2ާ@!9 2:Mmwd 9lT%o(l0jlciXJy3!*+rIl}VF9W,M$n +Gbh8+ץh tkM&M;Ug-]^̎*,n1 C*iS8FMwN}aǖߩI7:U*AL ^]}B9/kgk]Ifj݋Ȍa9 EɮopeߌyUŀ,q횸'LAgy\Pk [t˯"Ϋn# HT:7}g.uqZ?f\É lդR2iB' W>C^h C &kLf&$$2h%* 1fuGuY$6|?aQ_FXtBiT=&J}|cQN{8Ua_?ȨzuSp3Ȥ6ez?D)N䞟$+. VO?gTp #8b*($~J])U)=j0E^KVz*luH^tE\_aQ^s;#F$oRB z(.\рysT mr[n)T84WOxMe77(} e5=[+C7V˜#D̎%RSy@͡.%jH?dCv_K52VyE)Rw6zfWHA>|RNϖzI/'Fel8Ǥ @d{>s`qv(YtYN}VH\M+LɐiO!G#1qI#ljK7o'=$Iʓ{q/JfVIHrSs#3#pw+az2 L7 Q* Xc@W i=E/LodbjAƖǓkNAtP-hы) 5gIgn!|QPQ*}1ps'Xݙ"h٦JIX+y9+{˟iQ&SЩj<吣Ϝ*P \ NEdQR ;0xh1`KmnG 7Y*E/FvUY%''I!;g$5SJ/ \!!pGHhLؽثiZ1OQ:ZQ3Z%lOS]<-]Ha߫*.hHGE^Ϸo?'2(e]/+'$jNZ'#Mu ;^D gIt \JP h"O2Lǐ9#UaĪ,? S,%zP!O!yȢO!j?P$}w<+@x?; %Ws Wfx0DŽ] U TH̱,H↏S7=4GϿʰ _NВ9;s)͙P.S=ddՏT!p[j{\2(游_d /Ӡ%eJ74W3κ{wh5vҵ6sx~TLԋF F7H̴6%;3z&EYrőG|jZboSxKA G%z2S})iO-ya+AF$xG =s&A*ܔdgp/Ȝ;cp)l0wS1t|xQYrߘL32J<>DBf6i%vC}Cu&OC#H _ܓ>̨ m\Wʶ̉ql]#3>W10Y+ѹP0 <?Lbu 9u8|v#bΒԸf˺ Ip5j]".38F]͓~ hIKb @!SQw۴q>q٫}Je'\an1SmkofW[ceG}߉D5lL;7Alag_E4{ QR@i ])vhKVĎ%rB{yO/Y3g1`+Qu(㣞ͪxxFsi'6cKjܑ=C/*(O Zy1ǭIɟ;;Z6G6"[ԣ#On81,֛lꎡ0/*at4b@/_£:tn~ j?heaY!a%!fa8z0L͆X+roף<3:@\`~<1XRJ-;74R<&!7C]' 䝐FJ}1xy71,wL|D.X)ZZx6#)䱅x)әPX P!!0F(k:15=Ҡ :#.b8 l Q0d+hF11~ZBKjRuZZ41CxJj2u]qQPHlq뒺J~>RВqG5xm?.^̻ժM)f͗"T*9QdBH2\ffψ %ZckڦM28'Tˮlt_Jk{iYvlv<إH_ D U[Xǽo5heV^L@7(7O Q̤!_꣐=ɦ}W]c2LshkEomf'='.- VSg.pe0_XH.rhto.pǰy`NQm3G)nt})4>&^y9#{'.ꀅ'NhB@G -l{)PaŢ/$z:]` s:ғJnU#^O7 s魒#Y[1WSmC@ILyNa*Yq=vs8?Eƭۨ"RV}ω qMp .N]Mâh71 %H@ۜ_NBip{_!Z6$aN?͞}gEdf0ָm^T)C5q=ҏ@`p.@ Df(0RLA,RM6 GMo*B=GRI_w =RBP5'[™Ǹl?')ZR6B4̋,8EIjh@r)+$J'+x5ҟ!VIöcDQ[`mUF<9n<z u_>uV`[Z9 9%;^]Уfg֢k~ѐ"g*;+8Ԩrg<}sUxzƿ Qqf 0yt=3WV7C0a?w^!rJ4l 鿅^13;K\ F){I3i*O<A^#cϝ)\qQ`zj(\P"ğ/JV,] .itѢnD6bsŹ)Pr JjhiA6lv(ܣMBH8ayX'X*t ]c;H_r3kކsqBA!ʿ[6l#]O؀;ƤFafm/t8ݔc7P(H@70vs&PVEx ` gTҫ0/)Wi!{֜"7%rF3>e'=Yiq;TN39rPv{;Ը@shOZD K@6ؘ8LHmwvywU=HˍErc#,p}r:cWj 1L)]S!Yم4N G1qgb ob.Jwtٝ׬Hl HM1ٓ;lSj?O{%͈h#!p`8ӾQT)][3]ŭNN6z*S^x /絣пN#i4էN\_%AH2up3F4Žs<$fBkT m1 -AF'iv kvZs&^f8;wR3 슯=eZ5{=R 8?d0nU6p$h~sj$hg>~+jM.%Ef*$YVIj%eyaVm3.H\bswNX[%<Q*9E*P ᢭>)z=ws",:F lrYs^P:PF8O sypyMiH9w6Ŧz:$nbz&FVc}]I޲)|+]:K Im'L˟ZӕwTW ~Ēɱ6@sTkk|k4D"h&9wgsM`(zo,q~AuP>W/ l;- :q֩c;3gy#OGO]Jڳ0Rz6b59d ^`@+b39.hW%pf3)d҄ &YcZh.%S}!W=E1*7_Q(ËWpOM rM#!N+Zd$')Σ9cs<葏O;nptߨ6.fӈS"39VTgV#~>QW 4f7W|n;sjTC4.))z"f)6 6a܁voCMY?gV'*#g]zvd/_,exᣊ<o~2ވ〪wgo l'mV:2ױB; ƺpΈ[ "i3Ns/8aXy^z(JlM2/߄Mrong\ĄDcgbkTD~/Х\1}"@;:rMܥwm ȗZb:Vx`'mJ4Ɲz{}Bv vZ_{#i` /ۦX#v}՜ 2BFF0talŭaIQ@|~Bx,"JZb<{[>̒S~8YЈF- GZwVYxd;=&0&;'HżyCVqi@/rm'/H?k&NJht&x9|ފ33{ U6(ٚs\ ,ϜϬBA3]xP)ǃtGvvuWA.Vsq Oնc[-[:q׵_ep$4F9ʶ/}Rqxf|9xe%O{Hy,0VݏZ:>9%ZRC$Y }/+όljRWaD&jԾK$:ɥsĤRGz@ %שkg`jy+4>SQ'mK"U0DDl_(Om\_4X)֥"לAu_"7} pԯ.Ǵ[vNT+H̙tۙ;g~Q)j7_H$gWJ?Ate}9C>wɮQ0[f3'N!_0n};zك@!տSL ȟ5F fEg%7H|~0S816hT3:v{(k1 EH[>Q]9;^DuWk 6L8Pwp2fmt(eS 0JZB<밮OtF]>b3{#5a); )Op{`! =^nx2{{tr?fA9".%GJnZY{~`/I-g2Y>V;?wLz)$oďm3*ݽv"2&/f5D,/8aoy92.k@XIT%x,۳٦?58 2/xctJKBlO /Ջp wq.cg}=*Djz:5b?>`bx^Q3nǒb">E]uUă[O9 Tءnn2 wf+ aenw*IDCUCF1-|+ Wؤ`~jӐ M~t^=\xoϢ+E)H;Вm"Zܚ;(f6Eɳ߭bm)5>O3JvqBEh:xǿMPFI[U #0zzTIXȝM.cH57gӪF|}cĔ| ~[.761+U AGCܘyY.{ŸGc6g>[/g?-ފ5A; #qol\Ir,-m`mlU0,0dNpЉuP[VqLЯ <<{?ɎĪ"b"ӣ[LW3f*=]LyGN5[Qy4Q~ ^spl1^M`l Y@n†֏_o.e/X1YBwJ,'Z6sLS һ QGh(o T9K,D6O~'^; Հ,J`|ŸH}f%lңc& i]vTC!+Xf^#.[?51΄$N.m(k|֭#P?ו nAJF7Ĵ=k7TLNk"nQb_P'C>48x91Ц, cRO`uQ$n2; Ӝy#φM[&06O%%/1tRζb $~ &<¬ NO|] 6Z1@12^ n|ԭX g V+?l"foG  APpdWax̦ԥ᫩Ԯ~lDD6z]gu9/K^\ȎѴY~pm,vpK%1V3,zPE_x!lvP$8|/2o6wM 'jytۖ<B8e $38Ckզ z_.-"-$\C >JnYpXeVD&Aj_ ΅dʏ> xpI#\*w+LlE(85Oف?;|8' fN<<>&Q{W& ܄sҵzup@;#.[ NML ȄDN]h'n##HAxJhGigE)L? &$2`kV]D'2Vcy3ڳ09vY*.p=H [o^IwE`MMX/X T!WHX|"} v`QebLE`7,an5Zo uPlTTV6*Fp=}4 " c),R#6L9:j'=Vɏv15Y.E0AyE{Jn;Oh9y7 \=k3ZXfFCjY3~)N˗myaZ&:xX ̵瘬wiWcJu汆3_#zf#8ʅ.0HxMMymE)PO=-se MŎbYW+sTkOJX#[LAD[pZ n"bV EP/ь@ Cm6tШڻxv<(`2n'ѻ}ȍTb撆C8o _(EiD:rc)$)Ey0wg<+aή!#@y# ibc!A\ Do+4AKkS'gN;N9{iTrrțM%i'\ުg%6('ig߃~:x`F[ ,0QzMbO((+p+;$>I(|UynLNVM.U]ndžԬ`gd >4Lsm62!S;6Y@tgc&6vLR<禐*&6VbUѮi,a+Z!L¹â8h *5Du6 lq;aJ?qַм}E|*L(!XC@gPL*@Hș`4;gXg۶:QVf_JVb^!2xT جN#-B%\|H&1CJ"4E[ UI}A(&AR= o&[CCdkLǮ[Z.qvuj)X 0sZ1l@ow;ē#C^>Q+̖nі)FP 25s}bgOY S!hfGΉ<@x=Vr>.NGru7  ﺁĞY@ՒA4WŬ-Yj&=ך*MW|>:tS ]xuFDHQ&T m/l oUTNT/-ۊs|I1)4V|"%$:|8/9WsZms t >8etj(XiG~Af DdO/D٬{ 1 l!,29@{$9i2~A{U۷4B#o%gEy 1)A-ݥ!WKޙXFvz>jS9L"z+̈/ I<J#|jqwy/#/:tS[C`l;hĺ4{_&ڴkPN=xID-Ҕ쭯E4dD(2QΔ:ٖCbL-8Ȟ"{ au[G.ZxcS؞N@! xj#wrB c >]ON\,6Xi2$!-[0r7"{`g†d0ƛ[BO,~=C,r !m,Ղ~ˎzd]o5B$&7NqP@#e7"3Y}IRiz^DYot wlRSә =J.2cͷMAXgV7#(Pm4cʓql~fQ?RXUxd؁\5jczLЅXRv6%9"vǢ=f=6_rn?irM".r}t96f=Dk&rNBrb30{,§dqʐ4x8e.ϕ0vM0KB9DQ^ms)k,[Gơ܋Ysع?~WS`ucꌀxZOƴͥX)"zĆ Xdx<:r--T#b^VBe/}bQ]%k@O;o6& _|sx}YDz6ي<˘lkwɱG pgQ߹} jQjCx@ vxJBU-P9/fz{8< ŠzCiɗ_26}en֗5?Fyry!͝>D{3@s3T*?;ez*-Ff~iGκR+Ϳ+.. }ߡ?2=tѨʖ(PV(>#V/.0;:eQ {[[HuoK~V޺(7_QUL@T5[[Gn2DhzPA~#!,Pzui\0''?a_Htu+0!)d'RP+ zd ^58DvTؓ"mRdy.#.~Rk1=bGtMm ڇQ3r[x@o# ,☤S@)52X?I+R}_R*M&Ilq宥>2Pc_4}DLNnwgk{KVrWXߖ u/\1D!wq?hf~@1/s2/m܋5$1&DH@o,*',BbƗ(4]V fOtDŽRJu¥:\"=B;kgc\fce Jjؾg7y;-)/k?^> \8v*JVF"2'pXf6Wُdݎb9L %}DɴPlE{iNw h\YQƭI0<HIBX5^?t MWQX9N*F1R^}6o@ ˮ*xv= Bf:4;:?WH/)e6}Tl&f mkj:mS;;WyWo'*/<߽e8F:_*o"\9819 hI qב2D4w e~sǯsfh荨V/"&uC OHmAmE0+-ܔ<,8wٰVq[ W?:!x'I!U {Ȁqҁ3$28 n`} \I}=ZT$Q 9ɬq?]=E/i==iC怆'A_ɀ(4Z ờnTǓ)aP ֠Hk<Ǧ>SxLm.ePcqQO~w oa‚3Eٺ|UfG[lE2aO_ccT4N R\zq5$mgCvMf #C:YBZ>9UaPLKWdm b&!|ЙG=+;;c֢gy8q/E*^2xDxh:Vj=' qT #0ʷVh'TʹTpd# 43 ϓcBɬ\782nA퉣xc10 /K\;N$#,^@ڛ.f}~=8RķG깪5\gm&awsSen0(=O~c-VJ@X|ګ`S9\:b? @AkX.N>f?b\Nkǜwgc)mJmbnPұ> [WE{1 "]Km(EX_UL# ]B+˫7ɳhIk*> `-KlħEvZ39DWؚrL܇-YTl!/@Rh}:l#Իz G2vI18c.ǪOWNNVvm1p -f0;(RZ m/!jF]O.\cJŭJ|`[e GV!r^R-W6Oߓ" )ߗZϾC+?A6rt@X{ He5 W]&ی)\8P+ukwzGui&'}O!q}]Ϛ5{]6[w '|uK>q N\+.Uxڵ"`#5^M3@IS兺a.{chhk9n1KS穬K<D"834=0! &[swvα(@ ݮ"U/uږ6d}B!+SA Lnl_ΕʩE hg 7`E#Ձ;ک氟Pr0 v>gb!K]OJ̙Xl 2\ 4JGcNaKCcs#]+N$D-=skL+QUd7oad[aַndtǿogcNG˶G@KdUYDSZ? Qo;8]@S?[dk0,gr,YX;JN|#&BVx6*xxzl#%M Uľg5B1@4xyUAЖZ ;! ߷fgؓMʽ}Ào i4tBzݧpB-Eh)GDJ%ftOgĔJ L8~@f.#`!>~qbյ%ůz'wf ZhlzY[8Kb) ݤq!ѭ{սQx3>j$i]ШA~rhD`1ƘFRbGԩ5p ׏e/)'%ds4crRbY+j-li]F5c߰<8\ 3N ۇW9#!1YNA5!;ma$H ܔ{8ۡ][ӵQn)z[g} 򥕈_SWE]A/Ni\|W_Z3 EG<$ d[ׂdF}V;*&tȭMmJct8Agmcx 53ƗH6aM|]n'a-uK}8ZblZhWPXkNt0S= %̪&`\?ˡ(>+e*K,6l0k4Q1x 'bӭylFHl򚐄(/a;rd6n!0A;|w|U1 j^C\U!VnO=PCg=;u{/Pasa5!BԐ}j>o0kDR=^c$T>pЪy#-O^Ö^fvUȋ x*Y߃ jh,ZV%ޓkd罯 )7pы92x( ҇&?oTc c QBaډY! X@S_vD^{?弞!ԙzX a&qk|P{hrEusVV.6xظ8D(7-64g$}ٻܝRQV1F],`Nj0 $Э~".*[V~H|lf1{k]R!:=H]GkͥS}$R.-{ pGGjmڱF z|*'p85PVHQX' P pdw "kUESG% Y&A ;|ރ0kS52Q`  K ,PHKa=f`22HR(T"Wpl5IsBvd{z3w]@c%i $#ۃh-=jz|xĽc ^?]l;VmӚ vo4+֩o$Y45ׅz1a: ˬvqڶOȎʼx< '- \.=v$r#zX>B]_ _S: q&OEZ.z9 qԡdgvM{Peش/0&o8tꅭb49.`W%' vui{Io]"—~bfcj=-_hka$zÅ Bn,6tɧ͝ގ$'X+M5݃iO3nK D-Z=ɘ`F&S6~6R1\Ձ>P%[]KnZRFcx邵 q/5l|$-+ [ztW{XqʆVӥ-+.Nl _x`Ϊ| E! t_{^((=FSkTm@Km&AbhSѮMGg܉#իZƝH7:So6l1|x,fJmDsj[&#*¶Qw&bf0iYn "'V+fn߀D,qmSɛ?,c)V5!i7w+?DLc%uĎ=L}R y8qKo_(- N&2B*~U裨^hb_g:wťoh>wvHo2VJIx&XԕQFU;WG,zPs(ƜMcxvg" RYpbbK|`Ve\ L՚X_O?&eez5@Bʈiu+=-xR#Rpʵ 0VEzUd98F_GXX̂ %V| 6R/aF #Ptl8ݘ;3t ݿV 6SKb;k.mâ+h6aB8|wqmzw-#3o΍OmˤmC^ yxwE@ RU?Ω5P2<-{V.uuj1O2 VStlD2<C9B,w&X緉ytI$3+5/IwjҖ* NkFתr6E2?W֔CL8i,Tkk[) \`< l_i{edΨ &Ue,  Ip=D? 9@*\BK@BxaJdZO7Iw1]$Y:knlI%D`K̰$%'\Hhc9nW"N&R ]ppK|{/\h&mmEڿa\<{v@>D)<9&lJ~Uv[06!s3{Ig7\?j3ooaM+NBIp5ʼ(a!K^\lBC撀&udb" eZ\UaQRUEļ~p^F(6<~߸K]q<@ͽ`:1dwqIHÃ\;c3#^@( .D<`7@cfSfQ v(>fjDk6G:X$0i gɾ#'S 3[}@8: ͂z]UELڲ ڬ"aޢ5yR \Oh%lW#+'m3Ȁ<̐rtwDO.8kgُ[cxvIFC;{v !9gt;__`8/aTѸIF]&smd4qm8*U( ëQ[.Ԫ_êTާGq"ԇQ|-nVJ'pحC>ܪuoel#+Ny+-VUr."/2E$=R1-oJ;4k ~j+b)[Z)BBլ|B;Ҵ| +Kyxrc:}9}ueMϙC#;OBdX6dg(C8E^'&h\OH 4lO{%g pvRY7)U3|*l3U~4ceT fN}{U.c?zR~?4{G2`M*t:Y<5C.Pc\|+9hv%+'*dI^m8Gcb-YmB$kw ÅN^*"x(t6Ӵ`njڝ]&ze$n/-~tuBƀ}=Wq%eٓY 0C]f4r0*RgJt;,=.?¡A1f3R1y(g.wŏoMf+?Ո1-tLU:!} SqMxϡ*٬ܩɃng`!YXbߋ?4\0>[ M.p^G-//yRmx~I!/LIYqDFG؉4S!vO7@ۯ=nD{s_z<ؽV^5?FmC?]5.a=G#BLf7%`pڹHi0pN5"XZws`+P}Q@Sl٠͏TUV4EaI˶Q7:~ȞhRyy|5B-B͏U+#˴SV; {5-^:1x0տU=ycHz{b& (.X+D$5n7?fqiCK>I@ =xMFtze#c1W@veb oEʁD0jX{e>)[yIuX! GUj3F Wn]3" ƙBc6e5}N=T ;1= O dJ/MJSr% -QM߃k>#"(݆aNe$ufH?x`Wj:VYkqWvw22wbBsN{csU#8 r(PU? gL.N%ב?&5cQi/NX"wdדvPXPTϭ{/ԩs9nuwiaʄY75 PT>dLB¿?p!FiR$DTӨ1N "|t ZB?R|f*$Ya'AV4&9Q @^ Sm伽MU:>S;1hm [@Ju. VQP\ypcX7汭кW ]*s˥Yۊ# ^^sk8 r$pP.U<Ϟ`Q?bDBZ5 7yZH!d.OT6%,3t5o ky?E_VˈbRijKPFS "/h6ӚLz0HKs&`Ȇ:-vc,OyڇIᢛz2Vg'A`J&HVdQ.ժIܲHnNeЌ{ K_TZ%@,{ ZhmdSZlaU44I,_/,t))^jƵ:M2E ޠ-aK׼ pdw>M-HJw5\og@;_ R÷Ȍ㘥uf 7?qڎC)4o2l%Khn!†\]5v oD= ]K{ )*IPcق'#@yV:vh/s5# >]D9 Nag3Qhj{p`I9  ;˔4E]Npb@dBߥ YmOZ;x`lr_L-8?=i6jkG"r3VD`Єlq.S넙EĢxC^2ʇ4T>)'U7'bR# FHkq5(T_nHŦTlB`xfZVe{DT*$'#0Ҳ?P7|}*ӊf:Nw3x3z倚3dpkeT%rʓ>q:d܋Fqư"&ȥ&e> $^ـĭV.ݺiNR %4/$)&m$$!6*d")7TY: 6 '{=Y?Ft/`\Kыw.joK?۝+=0q"U@ cI<;m^q,]pB\:t4BQi+Z> -x^!A>~2!RFȏ(md.7$5;PF٠$GQi%`Pw̅/u)fh֨̌^9Sb`L- g 65?(gqR cFڜ$qf\֬Dٓp!Fh[r7݈4 v4m(j2MB(=#_з &2ÑrѪPnLjpڋ}ho9)Ui\4=$S(< {9[gPIՄJ~%K2QFPJdq5vM/mG8?_Z_ihhG1r9dQrBڏE9HF TRM#Cbu9`{k\/=TRO'[2np_1ЯݳOhᩋPw"M%΂x9kNBrgs޻f˝^x 9doƧ^b.aT[(.Z;xt(ʭ,<Ç20%<T$P ^Z. ٻ#7"1(q 4ѨG3q%Y1tz(L:L8uf\آTYVfe %;74h& k'g-98 n2m.X[,6-AN2Ǎ IXmhv~_K\q$avN~.G {gA0 ӒȦ;qbA D> `E9e(,M6mo h>g5Pnt؋%䙸/䣔F >nB]^W c)/HWsˈ=̽!H@لX#WA X8Ql@ᑹg`]6(| {:[f9s|lODWҾ')׃bEoY=)d 1TMxUhJߘ_n# ϫf延gJ_ 4+]m΢DEҿ\BH>5l,V6T b*4<ɏ%ڄ&P:Q SJB G<'u3ڕqN >x ;[݉L0kٛefB+ }hr+ac+bi9B]Ai@NjjDpz$6{@ҍ/JԗϟyLUϮqLi#Aoj`a(YTMyY#isAt۵c y;Uj<6Mq~3H [d~P; Z}LB` ^ ݿMXF`6"&add2CT-(g~ >vY+//Av [L<;DE<6'RZ< I=!S8‚ř0c|9M%nA亄h.~l`#vx5bD uS_б^}e"\ryb ,w2<ȕ'ȱ>9&+m&GRVQz3T51~Ns؉u`4 +^}9(]^[L 2D&/9 & uXYfgG}1_,ZoЛz:6CkBY }ULi&S/_3n-GxuY$Zkp؍ ƀ[8_| @*_% a,8uP e_j!F|O>vLtAH}g* #z ,:)a\Ai-+hqFTc~H;`*툽4ki|0*:po`x1 U`.'ƣ4oc~\w`B7XfX4?^q/zb6 tH9H4U a)3A%Fu:5DbyC] i2ӪAQ *H&ك2/V9v^yx+:/.2W`аuM^"$((l׮u/3*+?\Aq[4;>ݽ$,;DW"nBEāfX7l$>Yh_R"đjA'ɭ-9d/]m4·G29njjUKYNF?@)Ϻ†?Satc,ϵD-iɓjMؖZbeV\QS̎Nw3L)* ER;Oy.^{Wsܬz5s0k!P-81A{9d2y(E*&WG_7^&,:es'=7Hۻ ( syˤ~nlT034֡ḅT[H@} + 2yOR>&=dz`6>r:RH['Th9kϔBJ,_6w5L!&v;$H*eɍE-z9~iɠ?*j5c]a#'q>5!*ˠ?vXSjPND=`lT nEp߰Ƭbҍ\YmZOT{yf90d8(@#j.GTEa o%.]Cjy`[/NM6|9肹@{|f?MF%wi2~ލWeoG0+CA{w<}/,`K;Vb78 MԶM>~a|7mlk?KQV-G 0_!]4:^1! 7F#q/ F)? ^pJ%7~"Ctg|O.?sᜥC,8kZ"JE)|^ h̽~<խ)Z-P"r`ܦvxG_au J־7}Q)U>f.X)؇ Gkh[$CЭ5t2|(5Ƕ/_ *D1Z%@5D˘eS*{][M9"`6ϙ ܐmD]E<}ũ$ 5y(j" *jk?Y 3Nփ: N)ՆŖ2 KG*y,Na愠;dYJqarEn@l뛛hcԹR="\{|tV\ <EDޜqζiepJ\q&[i)(Yn̦Q@?,ERT>rBѺrYO ?CRwпH*΢؊nlA;%x>nĹWHs&M72e)uJKh*Mmq:6Is7o Vz#^ }T$X8AU VXC{@JThxALSEyU3ət7 =a߮@o \f޽oi\?ֺG/ +ݛss^mQ'e/e8_ |#Nwd#1Fe\0)r2|ۀ[mU~es+f/V($O"5.(k7mȞ5ЄĄ߭縬Nܞ7mo]dThěo&zi-΍\bO6YWsqʌZi tT4z*$9sy0x6-aHR!?NL! WG_ e ,P"adXQ4{g}|ЊMpL2, g͘E>Xwe8Q ʱ쒂/A1 FW Q򸧾ianѠ.iM? ,gKuk-n#39hu\<| 0> lG7yLYVʇ8KD@FF<3K\]f5p<Yʫ$\T4XI|Ş-檩-D7݀G޼Vncnoyb]~J5 NhE}R@N ءT$C1UB RH1.UH;[o0Og=-1ư+`:;">0^hZ'f `kgseRO#00N'Ck(P KJcOsA ݿUܟnBk }]w8+:4 iY ~E[͈w^},,qr[X_jr_4je! }+D99Bt׎׌L1DMOzeR*dײQT-"ֶ ?>")΁5qusLKqŻ`>Id\vI.<T@2g¨9'hg-GՓ?HGpA*ʁZ .Z+qX{çꡘ%4-yZUsv7Mo?;UVLI&8CgNIcC= qIf0ƞ\({)UѽrM4ctU)t_RuR{1G7 9$nrkGW$POWq-G̝PvA +U% kB>j>2f57wC"KP獉b[ X m;!rJM^(֥0l'C_Xu0K)N7hȵM:1%[ܯYk#X3,xOenTuG# ͅ)彦*?sBC*&AgfBA`GDȂ-R}q9^mM撅__;(Iִtfn _4A/̀! dr m^\xҍ:lr@ddDX-pe:@u)S7<0J ~TP@/y%6(L>(vԞE.p"$'=a*:w'z'p65́`Y#ꚋ Y~VXm+nwDw@W7͢rC{<_`gb>V/Z6${UٻT8ENt\o뮳OluN0Y+Ŀ xQ7þr1t4wT'JK桤ce@X)Aynl&A.MfN-e,+hLx‹Doߚ;Q e\{2 NَΛF=ww6WW3N#0Q܈ SHa쓉~bCzp;AZqC%3 =7:zl˺ NWQJ ߈Jlcc?HBSG.uLAv  v?uL=ˣPy}! axP9e8|gwWW[BdGF p;H^C Zhwm;EcR!ν%hejp;bo #kL1Vw=*doO>ۧ"&):yv6}_v2Lތb@Nv7&ġ$;^1l@'2G(Zt^= b.ʉY\*`( ˆt/zuPZ)@`GԒva4nS9p)vq/D~Wo>ZSv!'֡.{{*?|!W[ 0q6L6vWz4H ߭c,1W9H<0u{S+?ֱe :ޚӵ#PDS=9'N'"“~RŷQƢ'!߳ESIMg; O&uTEٲn#}<0^C>u:Xeiکg>Wyg3#λkjͬUi!o*_7Ee Aӻ̧鈱$Z;PleS@E9pbljDS@.* lX4h|gS?UQOIVv-n:?oRU~CiV8` vG*Nr?lLW%o7-Q˺g-q#[ݏ)8HGPs:<5} JTq;]:k+i*'F)Đv@9_w.9 DoA4Iě̺'@hs 7cURv/+wVqH@/k5e9⬎Go܏I` =(_KY> _X:q KMQݬ'IIs19&wgz2Pj{o9m:?S?74XFƁST41]nx?H;1ƃ1v%]2AjxNlU3{rqV@i>!e mu 1Opޓ97Hl[N#lh}>ǨWpHJX#fD #$҇ ^r^ MeP2Sn'˻5\q7CHϫԚ2vRI{ "yj!^ze)\lZ96E )ǎ:sQWM*^jaH䗴V~CqIWB/uǶ?W`sSa"hJvOc e \Uq0tKɎ8d/'._q6BgzuKAQT gx^w/ mX Q:i)be*ձ%`cab%O6t~q29)l"1WyrFС*ɒ%橱g6$)px5R)pV3L1rP_bgByufm!G0$W7`rmlz6'cNBSɕ\#:XM-dl6k.h61dAZW1 =4tZVtǡeQ*~bP y}\C"]jDiv*R+i=$ 헗dh3 2錝f^r~Τvcȳp=%=^hC)V_""={N@L c0ֺaHYX3 -DUr@w0;ƧsfLI+Ȃ| !ϩGvH[@|nño]C+_<`d"JteŏgY |o)NiWR+YKJ(kl#o[v(J@ò刼& Zp| QS|#trp.CpeQbӈԮ ţ  9"ըb!?\+i&(zg/ Sm ge.@3[=vOa#|NO̞IX!uXINp9dqZvo5_158 J\>s=r^Ns0Z'#XJs I,=hgeU0>wEBmDٟ֎#Ḗ>7Qz5r}b&>uƞ5a,{bꤘR˨c%Lzeex3ʼ$zݏ~OJ; վYM'tZx,E1ؿ999 PUD_yydfZw<" P!x.zHva'(3|Ayp9.g8wV^<|9Vy[B/}] ]+r'_DJ4qq@b{r* ?Y[p+S=e*[UkFH 2[ʊ`{Nъ /d`fiB~)D-+ 3b|Cծ'hMdDG_k'x:iu˝syY:rX) H>蟼(ȾGqJgʊ^=Z agna9Y32z).>NxuMl~0u@*ߍ!6J%ȑKsW̓SW>a6]Cocw2uf =$`.2eB-Pm od580&}W oylތ2qbp]4ClRRW9 Bĕ: YUی`U(#ѮQ#ArLڷwP = >5Bq78/ C o#J$N[f'ui`u!$t4iIGԤ,>ްbP6Em,S=RtS喃X6髆iN "j^푼T4fn%.3+`46yD|v߷jS[҄%Ļ-Mֻ{hU3{˯|U{q܎@tiڍJ;[^{`ǜd#ԎFwyvCՒg[7ptA5<)hs2 i'{m8.l؜XS)D#p]P'9R[sM2cAi4/d)_%L|u|H]"|drYδ";l0<T)yț%J+_vfjI%U!."Q56VSjR)9M$\Tg-jf_QOD(eQ(9#ymOf3J@K] mWAޣ|}h4\! F*"r-PKyL-2)rੲH hm p{iO+E*NlHǿMk6k2f4LzuqF7~-_(A1 I6tЁغR]Y.y .xkؑoHZ02g}9DImJ5IEc9YvLC'Ơ-1@[Q$Uqc Ffvwmȶre1fؘӥ O1/|JB.:Tn9?J험i 5;5Қab o}A\yR>yTflf}}Zrxp U8V_#>~cC۳'$?~\_//:8l¹CBa༓_WF%Lvy+< N5E7րG CWG uyw7Y*JR:V?\`ru`;!*ǃ6Sb 1 *:kyo#'1(Rsˆ;pɶ =mI۷9}pj>ðRY*y{?J@0qu*c|4k )>j:S?Ɏ߼W L3A}4boCazGEڴ !^!(c]TiP*R ދ<%.3qdO!Rԉ2̕qk`f瑍2*AavWCltNyF-?N9-9B:J-X%ρ0jdPpCǡ9: jOLe}oŃj3-Kg`_f/ᨻXŰ8r ~\p,.ZuꚲJuW[$婷/{uS67Uj?i`k 7?t 5sYP# 3*:Fc S7}n]XX.\fN˹f9# CyIvUe`)Cs_?0V9:#x†A h*[O oсi翌³9|W炉|ť80|nFԎp!X|/ddR8,o0?N pыd?19?cVEGsGrMnThn2>vfnݑjs^hW;VʓиE-JBe9FiPm4>c\%d}~M6˚aLnqQlᮣGc 93๲Lܙk@>=eCdr :kd ,Q^A8w+3eG]UFHȹEɄΡQGRI~P>P48Ŵ` dV{jڥ|{ `q)9fR#AOIژoP{o f9C!Ҹχ-[uSq9n23O9WշWͲǬ"\FqନH4|DTZ bWcO3FY{ AWWY%F}I :6Z[0Z)vJI2{EVė uh`zrc^}m`Q,7B)P 3伋 HfR\5U~m*SS w V.كqh61Oj!#K]X(vWw m!ICwuqWIIR7x *;%ힹ23+wFevHܣ7sY+%4̹=LRdX巰[GE 1\_`>Zd!tL=r śӑu7rޫu<{L@?Yn׌!- ܶܓ+0"^k\"Aw\ Y~%\ é7v&Xd0kPzum;8{%*og5 mj|µ}ƦdzusitF5u$իk Z<=@'1>6Se\6Ȓ&N5"QfQqhmMy逵݌dE #@k ,$^[hlM3(x, OR*Jii1VP٥b?+ P;sY-7\᳧͖{D۶j.`d/XmRӊ)&h &WE)0>gIs'!L?Ҽg݌N|[,$\\E4«BMGL!$P膇uxCm}vPAvb/ VLCP2߅"o{Xb7Y̻pIzQo{-#&lz=To9E}m!o-ɑ v, ى''x랉!FuQ^ڧ@E[oA"UAȟߋBgM'`z.B[g/oMa]z-uSiĈq* hҭ b I~+0%iBUkζ) p-FHn3Y^H(L־2\]>RE6b3zEa =M/+H{[:҇`EksU <9ZopMTŊK/Ç) CI6v'1[q82qQs.=sPu3 ą)Bo3s6V2UZ銃g﹔NI\^^jHnLWS^p"8Sewv3H:a~5az\yn~Uj rEl1;Za3X/ 4t"lFִGj߭UkS 'W6kkVGʶ(pmܪ?و.2YFU_'bAkAZ3`g+vm$/b:|a| 3{Bόp>@2Y#.o͖gBc90Ef[h^hwsO LU<MZW(Z%3CA^zJ䇟W?s\x7沅 tzfMPݿ114$]Uj9{H>mAP2$XG01fW6`pTB\]G`C$;yߨO o4== 7\ 854|4TQXp5FGt3<wF0٥nj)dVRXM!9'c.q5xA t}ɦ&> mJ.BSN4|*v;\4xtwl3kC !R uDj n^9e{ԧa.x{z]*›L|*ƿ}B\&\YV茍 2"ZPy4>5ҭYZ*wL̇a<r'ސTq"uL^Ofxw|1 Y3>~|ͤZ)ͬ]Q&)ζypW1舭5 v^2V Wo|[U*_Ӂv]$W}]elN%vwuj"m[Cj@t>K||f4T\X0OR5 rզZڧ \>yՎ%f{6lk:1袑iPhYU'kQ{4XqDSj|'ړoxE ڧU){;7\Z3Ä5{๋cr@Ѡ,Mk̚- cY9燹rM«b6 ػX:'`_REʬ_A1*5 u7ܛՇݘXP'gG IK[:y`EO޵1\?vqҢL=4:>tP1[DH^70 0Ȇ2L;[[sԒ4|1mj z$)ϊ b7"nZ[JͨCV!kiӏr1 Z!"`|C}[N@35]^OkyC>h%ԡhiKR !h/:g~6-k+}kds#!:l^L[ !9 gan>Qw&=Jܖ1BzR}ͦŋYȝ3@7oRkEl+htS8kc8!^{f7މ,mI}^ eJ ȓ[ޛ#HN9!MSDoho3ɷG4+{4Qtr&63`rvc62(uU&B2r/<$rLϬr#Yr[]e@ķ#09Jaoh9po +YPѯ-5hE[T \A: X9btKQbWp>QXm]0}$&M/y]ؓ\ec!Fs(mPT,;OI6=E s,,KGJKEaX+wT-5Cm3IY?ulTtjc>WeDPA?SAm]<jfEFp ד@K< />0|v @4L&dZ4ZikmG}Z]4dxG)geֹU/e~yù/Zd]f0Hސi[ٚbӾ Q}#uGS5"}z:aFzw"XV쩋x=3, %9ZC.,!O ,Mt?+<1q:%d .ҵKYaoa6? ؚԤ[I֥0YA]71ExP?s].,kUl*&h8M<{N< 6g SVi[H i 00m=bհ ZK0;\TWbs>wǵ5.6dU ^ $yGҥ,F1v$PXHqh7#;6VHoaM ֪$*ɮNtQ?nSGJ0] IC $2!ոuBM$/͗JyU `nJ7vApԈaGdA{`luRb@U@b_c} O8A+āS'xסVJ]\} O[Qneg'\bs"#1\II0nGotk*s4v`3zC:9x6sf;þq(fq"\K _Uʱ3 ż<~O`=,ɬmT5%#ةb C v4Z^wWFzzWlߚʛЭD^>RV/*xU\yx}q7>=GVr!}[կ@ۇ#դ.4EΪ}!D 2ZqHd~5vO=ttDwt?h5EIdں3^wk՞; ͌ ,|dWUXcToXm?H8h$>((:,BMQ>ɚ/Qf}]oppGLa%WB U9y !yUPZ}hSy;NӍU`Y.X M\(֋& >g /0[ 1rMɏ_ pXl Ah|1J3rOsgI7P8 -ӄyf_@$C}ɕs ٤󼻁S:Z:ZwWw~mߔv3e Jnӂu#f&@z1՛@ozxtco$NGXIeI$҅+;QBޫKV׭j> ,pcsAM"0.coƏ8P+g/v EoPw7yDJH{E@J䑦ʨ8932xW*m Nڷ5C̸[z`>ʡYpɍzlwJ 7ڂo1 nRlK)pv˗[4J;^t)?G~YTsr"8/̧tx57bJ!6V 呭@V :>_:5+k_C9]Ii$ h>n6Jj*Ibv.&Fgz(4`"/1S3K ;1Wn t-wg[fyd=Cq1^f A(=]bYP:2B}o K;vnqFmh ?ǵIpb.pAXA J@bW!7}zrGS tG0K9h9]vH9~9']euԔ1HO7a,ݔ 7(:&fQ|k?ZBH'ϴn8ֹGli3[eX|)gkЕӆ_`:ҞSQ=L8,#E"P{߲I/|[>˫;i绺IYr<* l_H,g-ֲVJRYTܷs_eJ L 8?_ zțyJٙg#G=ydeҚ-a8Yʐ~T8+ZdL#42b&tkr^D3pkMޠ/%m2Kԅ,%+x?9̦2өD` 9kC(5걒gNpc nM}Y8DwkG}"*wcFix{o}~6?y+pH8l&l4:PzڿQy}e$b\&sU),t鴮\/VۤߺGfw3 cyAp.Mu θ%_ !@\h!U)Gh03!/3!KǾ FC~j` =m@4Pg+ԮDٝPБKoȠlWLvF0; oמEp\l[/J`Q8Bebeѱnޮ^yǞ|Ӥш9Ν(0CQSHHq$e4".d'8LᕈF4/M}B^ X9Mr>Z\-E1L^(jAؼU{TJTV7g#k3OJ <ߒK*?ī\ڲUL}H :CuVC捷R1T `zOk>a;|:tJPHQ5J@zGeJs'޶!* 2[V pJsJTħtc/KA2X{k4^o_hNH?T۰$i1]VXi589tYa=.Հ/HEZUP`C5gT EYr K^Y)A G5|2&c]i V{ ImY~gi枎A ,[/w0YdK9@D_Dc?})[jYT s-`PؔeFBoPwG"QQFOXߧ 㵨$}︽5")Sko!~]TLb9# JݷN;@qkAm+\KL5aMukify+g%|j 5֘mTr99vBN)'7ddS8G! wtʪ&jEe}BblVk UtPu$.sJ,ud~(Z-j+y@i7vknt-B8xl@ E*pb`c1u '=E0I.Z 'n>x0/W9_c%/]53adR<[ jL*R cCVd$\Oɯ 5Q"$ 5Dw{C 6M/A3yw%#U=i}'R XHmR\[͐^>]LJsW/cԹg\:tQlHbrYTDJN܎e|в@-"|Ek߷8hSVH?0P4W{,T~ #ɠf0th֚jKdOOaZ sde""SY*a0F%Ҩ5rD01[,)(2DX~{7BT(:?|%IkNɊ.}w6U^/=\~Q.)Qm :uR/Qdvo#&rClЙ}@nOx1yE+Kf\ܵz0$G1Acc+N;/v:-'L4nkxFIn% Gm?1!pr,w}<:cYR(L!Ԑӽd61Cңj\2R${:vL(i=u*-L5c{)u]|^MX/w>8J1WR;5*4cc+/=8 'qM 2]d{XCܚ|75=OjWګ7A B'wI.ܧ lk9r]ǶrK v؅K&iSd__@[ޒ/B2AswtHy',fhPNM?_dS,I3k0rYԾ]*LP^3w۠1jkfYs- uĊbc9 B+J[B@E zH|#mYkCr|dvwhLuS)%bjUĐ321E 9pK,:WKSEgO?$w>%& }yf$z6XYP5ًaB$ٔbyC.ME-,HzdeBhǐU,Xulnwj|8[LbqHZD;fYB<T+J 5mI_fF roJ?,+oE• j!X-7ޱ1PL8n٘eNNWVV:V+m/Æ%ğ߼қq))2XQQaƢ9N/KU\ܗy9v>>*G~4&ڑ*'EGtϯkfSY#Ѐc:*%Op_"4%\4Z#p$IO|A6C}?)dsHۭhcF*-#m~p[4@tm^%#S]3U^:^Dy&=OwJ i)~6iNd a,JbCmPVݟ7_*zLq6V:JGP [ڗ)kw4O0~B;RNdu=nN1տUdLw j7xz`0螄*yZ6+ya}OtnixdvQi1`;*L$Sk99Xڹ{.ԧzOLmW~tGp{b5PGK%B4AEMV$YuuH}B=a?v y6%XKܪH oYć9PrthxU"*QJy B\C)Yl7gG(|T n':;wY;G,w.mʳns_LD;/";K)MgVRM:1x?u@> = pO !uK 9w)Ku*E^c+^QUIuT3Tkw_Pd0's #߭sTƅFsq0U -r=:$XmVu?_h8#s9%q5& [L!adbJÿRi!14{+5]s{-*@90m7sU#zCb|o ěuI-ނNʯ,{rM ՝&mm<`xofkXc371qy~%5$c#<#<QYkg쀜0_k; ]<#+c&KxA%9APqQoS@*[5i G<\TT_F\q5(Loq|8N^.鸙I9Fۄq\Y&ѷ/ʌ> 5^kZxOs՝ɰ;9nѪ(7FejOtu<F$ jC␘U74V8%ʾ|U쉲Z\,RV6qdb ; lXC1hsx?Hߑ R]Z,x8CI1OùS[$gv8IbF `&=UxStA*^W)( #l 2x8D6 #k;{@^k6k2z3tJh:  _TGX|* PpdfRk|]XD|WBv|N"'^,p;ݎzOgy^teG<L*÷?.kqQs}2Kr%V!JobGFfRIYh sD .<Øqh}yVyS]+3>G%C& Rae6ڿfV9v]?4AkRc`9pyPMB&/Y9;>_g9״=tȽ٩-[XdY1΃Åăȡgmۜ+4a* jWByޓ"#wC0yY k{R~82$n߱k=ٸi;У2b_: D L%q9>tkRpT؉زiuaNHZ yV.kgs6*D'PWMy%,]ṃwCRޣ+(]H*Yy % #h&G,s#s 7p8s.dw3n[j 6SMTQOoo`a\ԭǠVO¯.M\8;aUgFQ|Djk|&Y8C#R{_i[Uo& m~uR G^pCqzf\S`"zJ&n%MrAȄH8;kzw`L^^u*b;dJ]OqМ;vtyzmɱlɼGI׃R T&71;m態(:ond݋flNo'NrLf.aWgt B_]dcMV\vH,NݽȱorZ-j5b,a桮^:p;oO5(Y#+ ~4 t~3:xKMd{e7lA ^aR\ߢ$Jҁέ=Xqt M37~\ew=OtpSjF{똛VD6XPKל'~hN .Z*Jك n閞Uuo{; K:o]tV93=G8ku 5C  < oI֮TsX>f\wGz-՘ Ub+'F8ӵC\P9pc7TP/ qvˑIQ|5wU.`HJ->`r^0b ̭)PǧYYAË{1XAĠz^>:!DZƇ?2GQ#W\1jN\grJу6_R}4 ~$iI 밖(?6[i# zF t'Ӌ&G4 8=BlgDмcB^b"eGIQ5\|0 Q[^v-C t`7-ߺW/̽UG\@doΜ X={A(Ďyc '.Ye;5^~ڼr懑85xभX(JM y:;EKR/W#I]s y/oLρ"8dhg{71g[7Iɨt'WB ×dkJH`~$ a@ܓH#%yὼ Ԓ$"v$ߕZ:) {ksE{vcbcԛnU6V8=Y0Ppn;=ߎh@KNT©p 4mm0e#H* `L1@Z0S}`lz|]Z6]Լ:w̞̾ ƃ;A3P#<5 N!el3p/>x=WC34ہ4e7ovSUX" M<7~OĪ78B\Ϗc,w]#0ȰߛJHyTwշ!ImJ5]-VVTAuH ǵn"]Vh,eF~3w?U<3"D}|Pw+M*H=w#k#㻮I٪k`:%֍lӃ1w )ӐfBUH6 1\PYsQV;$3g@Ⱥim*HҁJ!|N`{@aD0S!^p] v?8`@"ܣeH>``;wqv>OѻqobI=7 Ӌy/[ZfB#jNn[h6qߚH՞ wD7Kk_il_ ~oq8IX{_fF "G;Yr_dTYZl0 ua -i]xE& s+y[C?#bޢL-%Jn b+)T;q@ҼtyJT93`d.{zߦ}26݄Q40>UT604H`\c 9=}QcDՌ]@ K4pA,Y@Phv_'m.f ܞ)Rj0lRqf$: ~bD7F{ue2p AloA5voX8޷R-PAOPcIj^Ύ&`i|w/!U-&:j(llH.[~?_J.]C[JOP0fF}𜻀*Hwh ɔׇ lnb_lhO,̑)S3^tEs[V y[TUSw4a[v+xj3h͟cR/@N왴ZFdLaO3|Ґ `ё C+mTGI#J9N>'!c>nDeuZ$Ĩv9|P] ;6@^MG?|Neq]xM-~KHs%:6fIJ_kԶw-ALԧ;gfHp4rH3yw_V ϓl-7 AgiR.zut\rr<_Hαr?Rm JjsYZ0K`* ҄|iUHAL"zĹ'cZLI&]ܟZd+Limk[O 7 awco$=֣cRr߽TEn0Chy|nREI4|^q0ׇtFZj=$CiA3,x=)rB `I1E$õx'Ѯ^;Vm>(Ζ0ֻ~<=07(g12HP2,b@0wz[/^PX ?pUWЇ 0>| ܀XC>ȷ,u!2d_R⫥|!poeu Vrrg>Lv-/ M&V=|H>^]he] P> #+#}֭0S]!Y8ubR~c+;rItQYCVT}kMz_qψ\VKUJ!Xt]j s5ϭU~4Lhi;"ct 9u|1JO۹ׁz9@yT9Z^ss.EFD0v7ze3?POT*nZxeA}}Zֈڡ!r\SSϙųگ%~J5n7_)CzQ It$ڝ3Q7D K?W"s׸vr+(|y7(smϜKJQ5uG ՘{'M`KF?nK&n#QqnP`v禶Av86i\b_;)`ǡY .!J/eBQdgςA$NǜuAP.?iImsQϓ^=c:`*:dq{f,^ SU2Оl1lhd@  .:IJJ"H zڪV[-qe)dz(Bj5.'E"zň=}1Cr.&E9AFsJ`#˾Z{#ow~67Y>3Rl{9FBCX* q7"&9G"w4䦩; XxߴR[;*mQvMF?sDEaҋ':-&P('pAޔy͟uI_T\ur83ݣ@w< 9? AMFpduA^%<9JR8'n˵XRͷn"8;cY$FFe DqM qyoh߶':FOS֞7ĥA&ggNk҇_ ҮĀIz‡կ<>Z HLQaP'"Q CBr\+ 杳{n$*loc IQ`CMG0U':$e"i"='438*Z+<JK,r(oA|P8N3bpDb _,gBF,F^.`+m~?Ii.yq ~011@ dgwYY2b'OwZ=7.hLkNΔ['+ăU-\me2{}%1ǞZQc7֞C$duiUyc phJ=_SdpޜVo2 ٫HB1T{+0䋐MVoOȘ[ 0=Ϛt{s?'ż еRY|;}\B6:HIOi~j h$2lzrJ"x<QIOf U}l}k6SAqQҤLo.XWּ _M梇h3 F 7LoCZԌZi# $nkNMF-\yrm 3jsbfZ>Vy!0-p+sf}ή\`տd~%U*5\OQݰ}:{;hW*AQ8 e]6)/x0e ^S`Xk0\|}Z.sll5Ө2D#9^lI Yh=dGq~lWUu S="pB8ڤWJ+ .ceԢPF6MW]6mް-CO6/hu֕tյߡO6Y>h+;S09O0xgU,b(ə/殕faf2 0e,Q3P~bL_zvS0U GzeBNJ(>nLXu=]YcZsZۦNt^ydUo`UM;sYRTZ![+i7K*"j )d !.c4&S}6~Wuog5,EOb"Oރ؊ f Mk|._nҐd><8Q[ <9"q G9q Xh YC ؤ/ L:0d#°Inԁl+ 릝+gOkQ -„!ۊ契 qݙ 76g($!MI;#jej8:]>$XHN }AvG;"I%59&PN_^w˜BUj]),VbkN_5ݦڃ`JT:d FDŹ("jw9Mtڢ7>=>(y RQ@ {sLŗYt~I8f}녊I`4IØ+硐IU[ot.c TY,PGD?GXl_Lk][^usuP}N(<רo[D(߆R#僑=x[['}vqjk1vشH~@(\@ً=^(xfzajI0b;#}+0B;X .7 z`s@T?=Lϝk{-M7Xjdh$\Wo.Y'?gs#G)br%,b ?s](mKZe{sTL_S%NyxhLdNH!^R܅'%(jHaܭSgO ]:>['̟aТ/S""~<д4f/RL1-| vs-)9 @ sPy<9ᆷݛr[^.Ï ?W:aOΑ; n6,ZtgDa6&)yH+,yS2AH1/Dw6갱q}_В w{<ŎBQzm9[c,Ў"?wCھ,p o zY[&Antna5rUUAMBT)㝝C\@;;?sbR!Tɺ8=E.A =%,h[fy`{Ԧ7hfKn=gH¼ oa.˗Txe,iwjt7gv?i8>Fd7>s{cxbrXdȿ?-?QyFp_C9khfHh/.;x WM cy`kE;ث]s;`^"ܬmZT_[ <쵷 ZA ޥ+?6Mk+J@vVu!qU/n>%s.FԸp*Yyg8^zF  D8/_ʴtJJ R5 JTo{. cSdo9D&Ilpdxvt.>䇩@JZy\+>84s e`8j mSY"96Et$?CU!,~MNzLW}_qȪ^C_j6_8n:2AoNL'܁PZoI1G&>4G5?1vzmLU- 1Z|!Р@3ile{s\C>}).#jj;v EcauE?;WLtۡ!GE5a-Ӣn=W7F`ϺV/fJbXsBb:w}U(f|n ʩxbw[rSA 2z<&<0m ܦfܜQx'>wVZB|w"u4&&8C7o=&GI%uCxgoC<-/^߆} պ,oXjmmҬQtsjd .c:=Hbu5;7rA`}Bxx!Ou82nНA;w)$tRV-C}- u0!) Eʓc#JV =p }}f="-: p0&}-?v1y1N{+K# }[zlQ6DŽK`?sldTg)keƬK|VLgdGKLZwMeu_V˓A%oW}`CF֪FsdNIonC!h"@H5cOBAC:>ѣ $d*m'"Ui٘n>sN= x8Ϭ/ѷQ@XIW?rm㞭c#werzYWx$nAuhIRˊ˒&)㷱Cje;0bLg#e \2G ɞd#_-j\y7yPɍ!raҀЉzƟ(r8b-ڊdd5 :t6lm.Kj{%ci5[ćhof&M\ oi $`M G}+%CUG 7Y֡j9ރe>5ZtXo CWnDԷڷbλP9XVYa99$*~jI+%dN8!q:WQ1{w$ ŶLu7?>? i^/|59N)ȼV{W[,i`:6keס6-P zߛ\~(\l;5ZjeI(;ųTz ayRj VoB+ص; nF\.cw!g+E.= :)(T@R剳.aRex ;8vSY t R/q_D{{\) #ϡ(j#<3No)?pEߪu=> X4ZH W8\r8 Fsvny7?t8v# +.E %On:Z Rs-W&^K :J/HZkĊKVXؙOq*CW6|c-P<|оzP+>DCqNSiqa (h*N jU^<;@ײ@d8 Ǘԗ~gMtj/n!#xVlHGߖQ<׌9@Un{K cNTls,Ϙjoa[;N9(hqZ9ӢP=kxm1Pܙ0{'n6Jb5F A@΂N1׵lD3(Փ#hѻ .sE]O}ERݻ?L\wVۗtarzߝl8Lփ"MM*ʛmh@_l$(oRc- N0}0N)~ ir@Ț$'TvfQ*5J,k t5CW[m u?k"-w3nzù'bTT&5Qց6طXu դ%~9cwެ:"gNYDd8+۳}X%=Cv_k2 mr8X,>HL͵n,5U Kԏ/njSjYo\}h_:*\qeKOoɲ' $[IGEL=bH!2bD7B[hzQMfQ$|Ѣt2s0ue Pza'A/h{y2[O{)q@J<.R& L/`4 4kFa5ƄՄ)ZIwJS&͋eT\XVuAufFG}+?Wo {R^ѡTDbh `B*6Ϲo`;*Aw%eo3hc˲&V=W~Ls7WKsRM-$QJ3'IMJR.HL-TFK΁LRY;.U.h=WWי0(S{Kģұ̤-@55H3OfzZs3aD wSMY=Z }Ax(W"GYAF(}%_[ыsہ;Zqp6!73LCL iݗ!*|Z<D-=Q jT[ Y!GS}&M =S%?.S=OJWi -ņ("rI8 Lf > xkT퓳 ʺf9m8?SJ [NAAG 7 cȟS{XN\{WWe]QӁmIg}gܷtjuγ26/c h0eObX]D>wqSLG&JeφG!Lhg,d>5ΨKq{m%㋮I/PmR dKա( ݀YG%xSc-S}wDo؜u9>?sozM6exYnD̨% MQ7'66ism [ VltLmn&`v@pxӒ{1ݢ7Wem_Xj)\3|=\m25ibrт+rϟ;"L,0&u bg+i4/ELNoYkV«1Wv)eO{⁋GPx6EtL~@-Ay`P L\fq՘&w@Ѝ{)Y;wn*qfqCw)AJ[ޜ>Qy!-}`DG.VY : zPD ˯[7LB*ۅ\HarWР@u:CNyd%܂F?Jf*84֮:je~Z^YbG+ٲ]$0xiyd+BˌaEGCM$&R(9Q?5rAJ.rU,F(K޾xinF# >W;!D LpJ]4y֥5>GBC5OPMB!| j}b̳p6j` Oo~*IIk>_@nn1vv-"jzG}̽%'sW_&Y6|,FxնzIc-qjb@Q:IHBd#oV(")wwoIa=hW s)aW(F]@B_P$U}%)8 9|#hMs޴_TUF}d?Btzr%"`burH fJvNl;o.N-NYg_ h.\mj\?~4"t'6^^7MQ{Jcoyx TD͖n-f9 tj. yv]v87g5HBqaJUSC{2ny fLiBM[hE$ gqGd:A ubX[?#ZA8 A0Y aPAl&?8/=NgNLGLuAj!@s?1ϯP)*S~=P0 n([% KE)``|utB XdCUyPB{x(YyL"Gn[.kzf׈WÙ*E7QjDij+:w`AGި_k~?A^Θ:DGQS+㘕(ޛ8/ ܞ^suf|E[D1B*iH y9=$-7pJt- ]Vx|+'J0;绰t(dkPFDzy+~4r0=f`RMċ'sLt/ZմY[WЪ#5KBVb|S8R& .:$;Q4|$t93Q5/3;KL,ƞ+|yIֲ4X/^[ x`Ϸg d3z-`| dZjgcM6Bܲla4S0g6>\sQTYZG{~ޠYb`Ьb2v=Z5 xR/o삩#(Yj 9I7I5U`mfK?("r`BXȕV%_RF&q8"FgDZ76LgW֕O)=!y:TI-![3R*z ?5s\ƒE|+VJ-c`h cWݯY9sh Fe%pLw^8<=.p)G \Op@ 3p `Z%=rD*r4T怮nT4^x|>@ RX'n˩@6p+uЗh EgfX$ Fm~ca'Lx@6xĨ ze=3KnY+U09iLDd2K$[‘6ڑw0nu] 097C7hj.qd ǚpٕݜ$823IY*Nb"yi__CZH)NÔHf X,9݁_+_T.mk ?Ð};X#M7T_KgJ>z<6l>;m >ā'hx+G%썓TzskC14 UkhU]1V^s}Tݧ#fwp+ftn\u?3Z-M+E='G[tJ&sZ뛅I0(6VY?B^<шQH4]τr\:QǿjLnI]ub@᪚Wg Qj[$k]ɽZx֋7 kX)P ZQNeBB̻dpWQS\yi/Y&G0}MU}7 ~)NM:c:D,>r)r1B#NqxfiL$B4.y.K%,h\0m2~,4 GZ`꣡>i-:E=8<^k:s7hֹ;N4G1v~>suy3 Q9h9x8=gրI\^Huy>>xsTN;K zPw&/%'|U'}VœMp)Rq4Y/7n= ϲO#8sxA@s6f ۢo'K#Sq6SZ,pFohx #oA0ʬ:RauH{uFCݢ #gRfמ`anoZp\6`~83` {̗ qaąei{QGxp/4GwGUlW:t~[ԝYu#]}pYm\GŬp{^!hMF,IBI*yk.gI<"7V_K$} !C)7\z$p<2%SFT(hhU.hƽnO{meqV]ϧ 쮕tR;gRk*{ ZRGHk*'3U+r"`&q[e[K hn5%?<>̉$o5(0Ѷ[G8uY|0`C#/%xR ?K jnsqK]Cq*N/"^{$ߕr&?9E /271grȥTc fNx[ɏw9plCA@Sog x+ fꕚcY~aiնyO:o nCm|2l{d`S?nE[bkA)2}8E4KK"L ;o $)k:Jp4#98٬'mO+y㕸0?-r8S36Y]̎G!.ۜ WH4z-rm b/U2E2@ Q^,铕Y|R&Έ{C$8:;\X`r='ShC4Xѡ4}z!g( sI]Qs}gJ Dq6Uy]3(#Fg> 6ϳlV.r`[/dx|\O:.^iVڋAEO=83ǤVRvvf^ڝᇎB3Yn!^scuBXLr?Q~L;PjV$uO$Ђ;OP(e={9ϲ8ߗ!L"d27>|-$T)/;nW~hFFHi++86x@D*6 ZW[4|\@B,iYJn( G!iFN/Ӊ鄛IjrrCI3'λncW+ \A֊HꏒG3,+<YZogʖK;bFc'@kA07J{ EmCnE{D'=ɚkMIXp"MR! < n-% }tµ#:].ZԂ>] 3+Cryk^AIjmN2IG-@䌱y J"sb|j{IGMk3SO]$D !ȚW\2.z.;e4IN 3wɿ(%CDt ]x<ǃ}aK45 jXfH7~;B%HDLXMCs[ i_}"T!t#dKBJF}!pOr@C Muz.ጼ7ߍϚ_u}dI wϘh|I1}bRʤ6!8=i<4ڟj3.▄ψ)]7l@_`)rf)z!v}KK"0d[NZ֘5]O <- [,!,yṾPŨEFQ0qcAi_vT鳵%M ΐ曜 ʊHx4ٵIQپHƢw?i m@r{yG;zhxhOq[\qZG3*c8lCXS>pc3*4H!c;/xKߑn[yZnz(RF[SQnox7&8+VU(cip^Zq˟Ybv ~F:V@3`s*4ᮏ23~wk)nYG,S֥iFM/qQs!uI-ȈnX~s04]oBD/QE6.D9À͟G'[/\2EcAW>/A pi&q`:`R8'-:mb`ecjG,;0%k S"@NRxm"\%e gcUР˟[k)t&n̕1P,>c>7Dbو-dth> F ȼ#1S8+kC7I o%dzA2ѐlSeewIZP +8 xqR/ 98x).}!NNވc{7J B:^%,VC{*!F#a{?ہaTlg4Xւ|hlOWPݪtnh> &<@*;_<ׄu-}I9¢#(!iF46j|/ IL[ }Mq WUD$s5R%JSY ךߜwv`yC5g4@Gr`& ~~ϴ߮|Ι|7YKQ "=S[7ϭz#qL4nf~kUHICF01؆8o8$<4""tatӭD7$aD_3Ѡ7~ 71݋U;Npy <5lMlXX ʛ9{%L"n%Lv/L64v_<~W8Fz7:-on[)Β֕kuP{I馴m>cˊ`iay'; gTعdZQ?defJڀ!$dGyYy@j% >g8n9GN!̵g7uDZmG!eDZd#2iBͷ=&ǵIwi֧l9ؤlB6N>?)e"CI1 1l6^C%ذ@HfqCXx>a8=.JѿX4ZNwcXUހCFЖ@YdTiAp-lo$MYh k\CUsoX b6N 쾒f~#|w^>('#.lB' UP6GVhN*xjqybe_Ҵ`Ɏk2J Ol]|khك6#4Í3yo qM%PV&_DHBÊ\+&#"k&ܩj?DxO_ysY53"sn ~' q9L:KFbWF?g}q{杠Ia$eKOm.HS714$S9 DIePG+g4~i" (".S+&Rf K;<qOZ ٽdбRVഭ K/P3ccH7 ::>{KUh2I$iNI"F;V/l/\j~騗ʒ d5}zQD„b v>PU"kLL_n`y[H7I pB[h*lѵL;B먹t||˧A[.%;!bXT-X@ӣIY =n?:(҇y;N9'fdga׫DPD޲y?, TEyS9kW}ޡ`/"_EQ];#E`T3P(~q+p wޥMRRPݞ'YU91up"ZY'֝>|Ǚr^v+ӜBȴ-<|T*0 jnY)جV̾NzmS$[ XdŲMMII{eYHzU琙7Ş7MҕZAM31{,C0I|w*^A0{JSݏ&2+8.%/+@w$;S&?7ؗWF4~%Y4nޫ~f)H{Xpvh/Pԡ>!L[e7. m-8%}bkҮkg|lkv !;/ Wv&ٜXHV0[:rpw !bdD A3EB+*G6h//o:(GScBm-*C:,0w#ўw0."ٗ,^<#'ӭLc2e:[%= A:ڎ]g 2 ƀPɑQPp006X tqWr4gpՂ+0gk(-(se\$v ;\PW f}Eݧ+l>O ysў9#pv(楈%#=D&WF`5&6XTף =bZDƛ~?zϑ $:Lson8U^)3-RGNA͍R(41f~qr[^DoD|ueU:44\#k ϼ<ga?_) $m29/- Po#vŒp@ŃR/ϊ-qO^ьa{Ra0].$?u#w&^Mq>v|^=37x^OJR5&6``RCҀRo"j3oފ e87\"&jc䖢 䊢/-^ @w fpέʆ=Vk^l@[tM\ù{sL O+ئk 9B"܎?0:C7 L~4A"XF3'e#bC6SKYc 3FHNrK pFD` =zև/淀ɯ]NOZShYbP]$8b 4 d ; ~_0B3'}:1ZG"j'jQJ/(5N& zWZG`Ġ;ML~J>n{5 cp7-l-$Ϲ%=6;*xoZVRFqڥ(m)3^Yxӈ"&T^plx`t1KʽG:4P~ۊ>ituyƲ'뻝G[pKrD!uB,IOn :[9yWwDz^ dخBн3 MF:S/,(-}" 5amons)*Vb1i7;0U 8 Gr+=Sb/Q?w!INp jvAI)'j[/u Tr郞v2ܿ-ʅy {ry,@s#̓褜3Z=Q{Cb:SgߐBSro|ұ0pE }lGQ3JӇ/,R^e8ë]KG|!ZOGJ uG{([ﬨi܎|l nN O%T][vG B.c5^oaOݜ|)0_aگDCfГ." sϏwTp/áw% X,O6ICn^MDɷ1g4XC:-Ou&^IJmOPR [`A% G$,R>I`Kjx˧1f8.tZ*EB6 -0 Vǧ[fSڨ=RNILI*x-zCi" hbQ}J"]ma?{HϪ>޵_@Q@OdIGOPܽ+7~n od A I $܁v|T6F 1-O,@ r>0cơ5!ca<,`j!h[2z.:|3GP@@!b=f9%JysyC& $^Dkȑā-A?N3$aW};: c3ݩTh=a. Ƀ8V{jHF^9CK]qA[X&|%#&$;ҩ*VW c;o~$"aH㦖|d}DɶC~{UT!>&@xOWy+/gt=pRw[uSBTv!?ĩыJ(qHHg" c<%gh^@(XzX=zvCuMmRJO:Ku h7]Ff'0{"︑R'JXX-n[ "3ך;A_3|Ҩ[±{r1>1WG ]GClC[R1@+ap218yQ V5ŒCе^)_蛭|qDTbeL8)Y+^Xb lVoZcz(ݐǸ89n{B1$P#rnسQ5x=;43# ?@adnF7vM$v!s+l܁l20_̳$<KE4c䀥]aN(*ħw՗/k.&L|Ϝ!`3JFG%E.Ƶb$e{.8N7dbz/?(>X#dk#Fmե}Q%bͣI;!w gGA'P*Am)G 1+A7;S2w ;ӥ#??1Eaؓa`<S˶,t@mҳqeL΀űή4HVZQB[XUet]y\ugv3 L?Fi"WGn7KÒ߳S$sѵf4ui+wjH+QĀ{xYuV'/Na; Ұ|?67Z-?9R<_ Ue_iioU*m<<_&SG6DS WT*~ym,&LQea .vYwYvنiPꪕ$830xi[UM#y&1F}d$rB1mM}U<ܷS3("GT}ǂHyDAȄm"yY\jpj~;iP0>-`6pUˉ:/ýw\4]˳0mueZ' ^c6FBrGUk{J](t5y]P*p]xDJcZd:R4u|jpwL]CstwǓzƙF" @5uߙv jtbefZBvMaɕ6VjmдҤM{_C?Ms8'%C!vեIY>%6ȗ}I7Q\w~[~QP5J~cN_%K{n1w֌i@]32jqE&xP#F"p-ܛ,strV Ec8rE]W*X][ C9Z[.aQ>Y6!ϐiFa3H¶2./pj| 1SSnlSpQR&*~11CH֓4ROO^r;dU'4?/]J .b3dKOh./9Ee ȏuQʓRh;_d]4T~E@\9'Nׅ7jQe IWFd5#ԣOoYVeeuOPrmIz{M$D71qs4UZ&#V?lUUxzɀ[{@$DQZW+O`.._ ,<[YqBNiHi;vb|@fp }Wl_6yR%Kj%Xac=򦣮;`^BeTE3zR$N=؂_OzM>ugWpêOfu]~=Mi=GR .vHc=ڞ`evR(7@EP)`%}Ǝe$3c%~IDݺ}0Ac TfY9o^{ fwhN)rљljs0+'iSN.Ȁ3=נ9@/Ry],זxhҾwĬTNۧU3cN :1i2>ҔȍsuXB|},%qyLH{S%L)tK\oK XQ ;eUSyT| Ȧw0PH %{ž qpTZv+$np zuWӬn+=YۍRfQU{O(6kSb4;r }-UcTEl(hh_kx3nԫ+S T㜍d4hAN#BWZQs}9h=ʄإOы{"P =DvJV5 Kl~VgJ934oZh, 8 M+?3砭=0sFMo:AHX͆TAC< Q/=NߙMX|^?K e!v; \؉Krv8U/1*)m,e= ;@67`z(-%ontVu#1=8)gRΗ#y,lۺ~2h\xeӯ}Nȋc-7V:rC9=#$v2lԜMN iu~p?Ed((k~q"O¡Qe>NލL~KzU_ -}<kJ+ o c7'Yns#,mů$Z`ʼ / APF$aNyaL);eo=Tl8[bc0Q\iLPx7E &5fk|U\XOFXSqg I-d~Kf1Ƕ\Gahd{d'I>R~l.L]o7Hi+69vT u0IT?0A{ּ{N y߸tN3c7#Lgƈ S۽(X]\D \hЧYfPQҪl=Wj@M .‹/*RԀ[ _ag~̌xCW 6 "YOuo'Y_1;DƵ [\<2<\Y$lХY,Ŵ242ft z7ձE8y?;+0 kJ΃S)}:vk>V[)htN65fCܧ&v*YwG*mB% Yqw>erh(Yrgo]Y@ĶJ2b'〷[l )cQסë[O9izNũlJD,e?ru5z%(8G8y}IBF % ! |>m pl|ȞސvN}azl*;'ft V 8,&| 4kb+1D[H!q52\Nxǐ$c*7-4ls@kxRܤ@0XN2yqY}Te'v+6~q3$usx,w%C10T$@.;Ccv>r~. ,ḇ3S'cv Q5Qj ^$L|^ Ք6gscA3Pu k6<] Ny^(&lįWda/KCbHV%V+Dt!r&u`RhJX+[ I5.Otdʰ!B2&xKF us-6& m>cl]/* %B*Fy(z6aLuәcNZzf70ۃG΅[_]tBV &%yV'9y.jr&pKㅓc5XM@&zV8Gu^̰2 Ǯ(OKhi]gvot 0(3!p0HBX XOe*Gfˈ VҦ>ɢ3:Tt^o*\%Mi av,&@'c 9L]`>3j{bf mT[gCPK \Z{we^kD>ɒ"5: Z -ӆmVPhQB<*oC* t%6k3<%QT7d1q${Vq%I젮s]U̍ƹ^$ )#>Z]w5=5h0VjӔd 39c~< pk$5X5c/\&e?ynL ! Ԝl ^f',Ҽ@x .̟5I') G|hG@ҵ ~=YOb ^D-% Z=dՔ@yHlgd;ضr ^~rk;7Bhez^ЧWc$W\rpyY= ߛz ;Gz9isӐ]ա]!EvDPб͋B8< 7 _ʰH W9u޿jUt\}(/F{(vӣI ÄNU&mK h|x of#L[A5ϒ~L.M~xIjUM/oW݂qϜus`ճXDݾ:oT* !FvJ/5S #Ƨm!"FY$e0-y0 $wCZDe|X6x"^ LyFʛTeSXͭ\]:u~2_ Cmb{t)U^M*!7|A%xGFqaBUw}B>AYk.l<)57fkC͏0w'MS| p[Nv=EEIξZE%)Nzg@Q*TfPuԖfy+̅G1KސXH)roxxҲsJbWsZ10bӟ4+֋"!θϐ_=gCTj׿żJr"4d8˦,IXt\ˌ]3a>6|+u2cw8ij_psה%(ojT $ 'mǡqA!%g\)V$ȟ2`''{QAEc!tH<Z\0Ya=3qAɅXqx@-q+ֹ@՟BZ$}-1S7 ǰ?#3]XS1r׏{bDtDRtOB$Mor;o;Чl&R͙A^LқcXѵ=*k<)>rYz>˩e5&ͩh-?Ab6^0'4v踝ɩ@ESWwz3xMlY[c,{6D&!qoݎ8`Ō}(1ȧ'tJSȇwui%rAObJVGd"$uKr(f%2)ǽ8vm,C,U@8MD9K?LonS1k٫3|~H&|)GD $'e0p[+],l„sfuRkpzmM[Sg#L18cZRNb1*-&NzdAGşkr o:5P V d[6bIrʚCrkFy*LsPl~^Hwv  Ia852)*\ ]8C$7p~![V7,j(Qq0) v=Doøf|f-3=)g _td7eYvdN3R9=jxCyblRƂs{\R)Sx*8nI90[lN0z\iaW\Ty-む-mOu凜 2аQY>qp@#{~ 0PbrWgx8J9>`vǡ`BTt7cUF]hX3?%䷗5|W{$Ƶٵ媫RZjue2]Lh: M&jдzF$$sQjj̽bQ/aNiucyvOrRwt>C xٻ?7t9??1z9 <8 ʋF؛3xauҲ?=j%1|4Q i T]ݏ6E(WAg܉Ԛ-Doz Fkqt46msySg#ʗִ=|0EJjd(:2,;.0zv)Q9{Vk6/}thg˜X2;Oh"ӽC0{='RqG"}ͪil8Nvف2yjz1?C즏gZp4IdRY ¦Wʴ\cgm֦qT F:⪱vv/$x>cnI/in^֯F4NPtoJp5/?fiԆ_/1o@H( /7A=\E&r+ı0N-E~vtjE+T:bPO8n(79%Mu=R|nè%lR㢃.uA4o1d9)k`klQƸ<Ϻc_;U q-fwҺDB*Gąh՜G^IZaqlp~yAqr"{ѹoޥ yV9ׅXHzaJ~)T7vsȇzBlw (դ+l(`jPٌ9,*uG9YKÈNڤgP.r_sHs3|OE=Fko`ze۷R$k\_V>I fJ2Kb/AJfȢgE k1vj2=V je<%˹\+mJخ§ߑ rJudz,׹C ?5وN' ]f-lpVZ[Ih綔 m.]i\5-&X{j{b+T/m7׆I=wj5b暹'52 Rթ8j-SsQ6,~poM#xyм$<6Cyu) : /2Et&KOyQ&z:nY{QZ:%" K(RMY#΀ʼ1j|4^I*["v갛I³% 3aΛ\P wﲁW@j·{ .t)1#** >V͈tRRtxmė4L ~ ]Tv,e{q;"RG/cnfr-8YM!X&II_nd"o؂1Z_Z:(1ЏI+ ` T ǹNjl>#s5ɷ%bћ؏?$.Sq') jZ~ dzZsdU^.A9 \]?X{%ucAkz \ˆVRZjS7x|nbTI;٨̺45G_s:R]xG 2:|a>o1qQyfA]2G@z+ZIgi ]0|4a:sgөUC@'WV?%TGb=*pƯnwN4>=4/7>dĶ*6_SwH:-K#n|hfoGw䓣ƕ _mQ;[T Q%xSڔAӾdٮQt[^`ƪUpضc<,(8z&gx}@u'Z{ tx|浫%^1$dJ;kg4E)I2Du׆O˝s{YUԷ}Ah0 u1ȵ8= xá~L36AخAslѻ$U/ͤ2&[Awm}T:"ZjW)Mh^oG/( ʣfSxOPs=oQQt%2iX#(1[K: j6*Tkzg㿇A ͏@T&d$jw4yc $Om\ߦRv=$*m K/Ӻ!ܮi#L~7P͊g},Q7O~ ;/UP-\"P;9{!1*:Naϓ$bX|mYPh]F޵¢o4 CRc4+ks/R{oE8ב;>>۷DZ&;h6ʝbLGfق*YKqzu "wSf,9 l"koY0AlZ` @݃T>LpHo^d_|M!{`Ү>b$-r7 K+%Lr (U" NaryiꠠbwuؠZ_ik2NR^#Y"TgV 6LΌ2 Px˒ͬg^ZBn̛Oiu6'@ .߯ _i_{~hIw> jзۺ68̶PVsU|@zZn`5ۨF_\dax};n>|z"`}nXՄ,UI!ϔ>~,ls;c+0./Z2$Dv@$~B >aOdGjX(z=땁τuEiJ?~5᫁ wcH*/$+z; 7uQuy-]46#`C5رjGi5l*Yq7~6z0 (Q!bi~r=}0!W0 -nj=g=8.*=pg!y@}(r̦r`%L6P^Yx z)YvɁm!R0\Qa[a_ly]kgCwjS Dk_Z 5{o>SgȆQE!sM`чD-G`Mke䗿͖&*s[Na߼=o3@A YԱRbp4:J 7YOMe4ϐB8ા"(߬+=nlGKYx)0XI ƌΊ z!7+ͷ ,)pncZ@Bojq|*;JY1O鿤K'^| RQc1x]M_Q㉫ $ńcxO+G: HuFEdh CO+c\1}'ui#T;sQ;n{vhWs /AќG0Oq;ѷGymlsON\@֢=YUSS(@H/(d̤E+3`n5 x3G<~j)voxS 7!tcfIw[6LSzl7WnWbAnʹ7&0 itD{}-S@[.89mb5h-gjr< kA6mT }+ !"J1+82+ᷯ;S.M| 5].Ju|4Τ իR/̰447Kbņ8}Fd!=G9Mv7QF: m?n15)kA,bí 1"ф E.~@ 7s'_@Ui ;GkA0h֩ύ;T7Nݒ7H!?Ll?7SDc[S90<ep.T-p5lYὄ5_YV0jO>r%u43u !^Ց۽5&hFyKDV&bИ_*_"{t #^ۦ*Xkn1߷=૽VjHGٯfŒ~NFc>$.g2(7wmPߞGVBI=9n~38 Mm\FKu!nGt*,ˠ[Kq9rQV5Zv݂l38_g&Y9Şɮ9r祉.n_fP5 ^@ܰhZ"V E2 s2t 'Ξ kLXckt+v:7ɤ `nDڔJOPS&Z@Mfʕx$n&fB&Yk<0F.ێ"4s)|.\RB"&6S 5?%W'j?}z(V-XHjfTGm;Q6̢pY *X} u!WREt+O~]'|]=Nt4S8S 2xmRi9q .w~99DѪ&3`(%w`$"# g.oAf՜6;au ۳J{>\SxNGh (֓Υj KMs9dxϢ;l3w~t_ ')x`HT۝*oqB1}TJ͝ ˝CZo#5G?Rj+ m0MU:’gpP>v"Rx[zHFOx>vԝZ 9OM.g>&JT]ɀ_ȧCIb ~? .2d!$ X=\>+>aV?+\{RsM/fzPgaQcڻr8IrMu朳O=X@^ J ht袰Q:wĩDz:{ w=Evˇ$/14xDkpzi W:36sS[K_F+w2LZF4-A%l-}."jM ptOM!cc u@L]D9߿=51P|~謹QXL ͒aX5{Zi{LmV&s/ @d^3%V*I喬=NѝaeS@I7OVu*W(?,*?? KaxC-m 8@FQo1*yE!. bms6JD/ziNN?f 2Vfg4zĶO+5mIgkCA0Qk n֮v9=]%!mNERkRJ.sh;QOXHXvǬ$ɲq w1tI qdB V Xl1gԖ1ϐxv+}n}A5dFQULQ62l7 l e;\\;PH1ء xz7{S*'f"wAAToe0@Ѷ udLAJUk{f͐0j4@]]dTeQv~y5)5BX҄և2pciQmwz8->&|,7[(966eL^%5?V` B[b!j_: xa},BK+ҥ/Y!EĠ auf QA);Dp7. ^JC*tc6Dh<($H(~bwɺ(1TΩzJn_]q74_W13g ^S״"! @}; ꨓ%i#{(m4\u˼AE(NI>T: {5:_]\,! CO}zX&H3ZκOm^'p0?C=Ү`GG`YhrgK ]DksGaj˴2:AJ4~.$Wp㎷A ֥q mW^bHR C eF\ p-0%zjS٠H8$;R Iq'[!ƠUti•d ɍ"Oo(h>|O̥TƬM[]P)ꤣ`+`81mm$N ,pZ3?e0dlWg|Wܧʿ9ƽ$^: ~ԪNԂلgplڮ9^%.q,u@D\%G28tZKȎŷ"^q|fo76BA*(䟋 H=@f̈q!薷6`Lbɚ=|)@Fbjp>TIrfm7}E\(J$ц|uFw{s?H23B%w:漸[ B $jG$"M2(ǀ,i cp.)iWTq![[z 9¾F=1DX) Z <# J6<OC!w<_3XG:ou~0nʹ)}eXeۄV{c%WdFe%ՕLErs"m*6|MN% >Q-7VMl ;.7 F+Iu`PejuH0;T;T`Tjx:"H@ZmŸ&~'oq ͽ~|hcֵ<RSa(PO(hFoލg:!\6xBQ EfSaw]`b\ˌk+UT~Muk! QlTg:"/aP}iMd{; jw'sr&U;U$KI}2MtT~v.- % O/Z#Lי9"@Uɘ*.EWq+?FB yLл)NaӀH^/:DcyHH$qzoYl6rԹ_H+.wE%qi$w6&AF*8}FI5ts: -Xº [|gCjo9.=3+sm$5i[틮˄ga/h<{냖dqGgT."uP% x,ĊQz[KS{e~&7/%*25|=q)Jr0DŽRM"6 OG6a#>roDvc~OsE=Y]{d1,3Oiq~<w;Yʚ̺⑜YWqF[idF215lX= oM3`sk̈=ƈcymKu@}Rjݲ )?T/WYmS$__Q\Ob'I<@o${&v<9]#9Jj"]O&N 8>pIj~z)[M)/ۙ{+_2B^P+wm+-/=AX.RB|FQ&+!q$K{o*IXvD<)ĉ?#dzc?_2*#KA5NMv-TqQ%bHZeJ jȫ|4-*?NvOf}}?dTFdͿDSԘ Ş=i|Ƣs~3خq#B;ۤcCH6$qjR!uKv2uBu,֪ff ]kmzӽÜ,}.U(J~a5]:r% S< Q7&0gA#P&wcTp->P4Q=~ bc@ ZDQq-վ5+XnIvR)4E9/R:cv2(6pU[R1N1r8k>5в2rPX tVlo#J~_pXpu"!KLk|eM(Eo0\x) nbs^ɔ+9n~*}yFF~5 gPFl5青c3@$DԖ//vs3@i;xa.(-t1u6Birz ݽ(A|4l$,Y[A )ZPMGKtژ@̳$ӚT:0rt]v}"`@᪄Y-ÞҔ@/˞qe3T>kZA(JZET fB0J17;3"A끒q)xgLS!UƝꏛ֯VT3KDec/Kž.Vp\.'6=ȝZaHOc,)!È:7v"+&,rzg]q4'ިlx !jƾ77! 9Mٹ-rf,{Og,}HḞVBm+cL' L3Hbκl\rA +a7x v":vA]xxw"8ޝ]ẸPBG.jyT52Ro/|aDOQ%"G5F!9TXhvVV,L;EDgRƫ)Qbh0 cM^>[u=cM~w^TM;{ȈL[ *Hqt47pqhƙJ% r~8?ECGB'|1oñDx|9n赟%Yҝ}[ thؐЄ#^?˂6 ppcHxOTD\g:uKt-_ݐ Njk%!IwI''eMd4<;Jsf c|V*òp)_B\F_L3)%5aPkB`?W_yRE3*u*ԃ%aUZȬO`R0^KI쀿 hVҋHN7mvSGXtPͱ;2ng*7~INj%6mh\@)olq9X}^h2e ]i讘n1}HFlAvu[J"@I:M;5g{ <6f?}hhrPw$C$eIAB娍PixˇK#|l )u$ mȳtkeK xd_CDaI-d YxepOIC [6jK0^2 nLju m'}2߲$g =~l {RMzah}dNAR,̩p?I-̎!5QXX̵•zF+[#ZWj}l~O<EX~A g$qJ=֢^(Pf_տgz iO1Ȫ {1TD M0HRQsCXn=b-[2H )T\Xkپbi9a'̌p[in Uа.TXALlT z֢ԓ彤4$AXq~krK0x"+Q.Rς߈U8dI#[w7};䦡S{:tv&GE?>7S¤kz``Nc13&ڿmsg DI9I RP 7k { ͤJ wv-ݖ:4Lu1I$BoAmM ;ekdqbFz:37| ?Uցمѳ{΍ '4@jD>{Moc<DV!A!_ \< A,ˏ9-($}>0o~Bn%z_4Xu1+m S?ˋQVrTaI.Yrl a+4FcS2@K Vީn%  AO8CqJU xf svQ/=y#RfBRvo> /#ZxkIJMߧݡ0O+v--5(W7$|!E΢~rKl9fը&%Us9&XH)w|',;(7 ifGrp?rȷ%yeQn#:~۱sđ FJ`y$3NXHzK_Ժ泐',SIE`-齉O J >q| 2`YO9??%m1tt=8y7Ogzް*Xr[ -';`1rLgH*它O!`Լ-jzUĽCBK!󎜣2--]޴3.9B>Ѭ<&F[n`}1R%zLiBJ\, .΅gj(qH-s_ $h`H~ff_\ͣ՝ )pzrAjvD/Y]҅1ymKd pGBQIjn_ 7;K f7j5 y9^t1=.^) /JUN+ҀCM.A}:YX_ޝ1ǞҲxo}??fCĮXȷ^@]5 @OceSq LYjg !l:Ⱦ R69էI7,m#u1c*o`*lnԣٌzj/qn5uW@m>l7MZiFuYb|s8B o(2sOԜo).@+4qy8IFGmuћj@WQ}'\*ߗ!qHm7K=6m$s:$1|;ie}1&O趶MO2{gQFq'Li-ߍf=鄩jm>SYL`G~O6BuaGaS 3!t^1X` ZM^=߿+!˂I94ȸizڂztEcsF]C|:yQr뽍TMW]-MkR)xIHdz9=f":6?^Bq˚&,6E^%;r]0aŃ5<1)1Hdjńyn=7sxYܿ w [0HOW)Wqr,ZK)c6u9eo ` "{| cn5DZqW.< XxH;D@w:0~'-Pm H .MxӪSV''Ҍ[yId),9BInm*I'srMop۬27{=Ă!=|!Vv6qQɷshomv r$i `Dz"ouS=Kh1}el4 (Xb㚀rT0N{?ƣD2]ֺ t> 9n#$FĈCd$`ą8@]V%Y<?KmΜridAhӁ&|<ۀ63 '+`&:oT$"<:L_lڨ_5z[d}TyD,?q(qL憑#J kG,+7S19|&!# K!+uZeO׽*a ~M ض-M|Fw.< Ń5MvPw unRP e; 檹86Ufp`U"wY܉ ЁU|P?Q5i;wkd 7T yL&uz/#ԕk~HeN?Nڕ7rB=Pms<&OxUDT,.bW<"J ϳΆ%np6}j5i\dj0٧r#,P'snĸFp3GI(95 r tc/HrDOF" *xX/*%Z >_M!M1Q`M{Ӯ  rjJ0CT`}oB'ړX zS1/(B T'a!]pۜ `BcjD >w<`6RnsY: ?:B+RCQX)7A+Z.,*( 4$ ָO  cs ˊᕱw}_ 梩G$@>*gu3O~SB,JY|_͙!XiѽdX(/$ ?zD.)+%*fxq50t4sLiۼug_sGӑ|vPKMv$$$=-bF'Cq2PnwDwQJ?k䨃_i~asJ3 ʃmֶ.v^ȵ&T< 0Hx 3ZğHKn.nWTb ΜoBaDۛm8` ׋/ eŸ@La_1FhId;Ni+|  P2G 3F<9MQT+-Q/q-P x5ĉSR$0do#$Zݮ06OZp4!*udH5S;h+{7Pm@R3;"9|HX͚Z a/)]<݂,S N'p}0-$L~D>t#p Pqz4gFJxB?rھS2*!wR' {n9oWfkFw(<0IhwYgV,*.Q~=]iŘ@]%a&%ap~Xֆd16&\HxD=긋وXB @b8X!n!ʛBbBtĈ*6T hb9PFAH1d O?T,۬7V$x;VOG_ $ەE%S"qw/;lБ ˳_ZC_5VtQzod+>2F}dmqI<8ۨ9ikWҔNAhލ YtTupguRݷG\m!(w=qAg - ʁ)DE͎nb ]h9fN-"򜌯|C-*ȎXFD]1ʂw>7Kć鉭?MK;o;ߊC!(x3\j)u QoMͅ7ukܳ(5K)CsuҊ\U GDpF#s,oy;V!cfpYSwK*!Xdŵm}LE>hTV=ݧØTduXFksKИEVdA%rq;V# E˦LNpQ\[H:ӷt|* }GyeGe)ɡ5ҩLH'OD0~A\*ZQvJH[榨MoHi3:AU )OXEBZ+Ⲫ'Ptwjo]v/wՊS{ٍƠ-xFhgg$ 1#tN΅Yg'<0ZKhOpϩ*FG_oZYz:'MP^bEfTq=x{8m čfpZhRjhVz JT 0%|aCNjpnLDnAh7ɦg1Dw!s m- Wz[w.ºXpo+kؙ,H޼:$FU0Bb+uQ .Ri5s }F;bLjX% }8 o❪KM{#[7zg'y_5nhZo7S_mSF*6Iy@L!}s)ÞNB^8QIr\/M Q+DKK c7dQ3QL.y 1B2tzMtznKm3>5ГijL_J0A͕%-_ Jh<(3cYZ0uT{jvx MnTl_UpI" {JRx}!A,F.]pk,0y_3AzFȇC;A03wdH3Щ02j:j86R"38Dѕ%I=6MEv9<=ěE5*6v,JHw6I,׾l2y-_E ~=E;=$EUuS[Z/[" %3Q:I4­jxb;hg1A1ZY%F^FR|^Dp'@ʩʹcB{ѝsٝǃV̴΃ᚻogwBXCsF?"f'%zI %fe7Q揅\,\`V<;47n6€UdW@+mn4Ùz 0x:P$&ZUDU=qSf?L ֡Rδ+Q FlqaumatdOYx\]3'gZ }A(ũKWt@PD!]yJeeڵw:>Hw:]8Lߖ"OFUR,grǽKTӟ"x`ܻiw$?[@J.|sQc)_ E_?'BNbJ%L_C_ƨD74o CQj |ؒeF y}2 *i2B@??aPݶ ȕ#Elv\.Ee *!9NJ2 pQJaߺSZa{w4:g( Hcxl¶(sxhMB]ҙpfWfpIk/Kڇ N@eѼ /[G jWV=5LkF)5_n/e8 g%fŤɱ)h*^ ןe>Κ$=,RNhYf]sgaf؝e/8:%sfGҊHU{{keeCPn(+L'yW Ty$ß"RPw=jN7}!q.La,SjRIV␝WZԗĥj4pL5?6Ԍ5ڵU+5#,͈$\`qs當cȤh=Ճ|TV i1*#a2':i~eZ.} M.nB[P\T-I4$=='tRxDa->Q(+rmF61*U3^-*(RmIx-TWW>}'=t t chpI~1د^tEB?- WAHRjoլz=p%y iQ>0pVE)&(F?^tYl7V9A˝THD$ qw[P*']WUb;o+TcK@T_X,$21v°K]$o>?37$ ~2G.?-̖Xw“ɽۼt_ӓy5t(i|yV nVeU{H=>-ԘMjX M¦1&ɥ؀}K9IqUJ%~R8Cs5J@k Zk=qP[Z0;a_, X[𸊏QO?eJ }9z/㜴*cH9L?7÷;d]9Q fGO"j w?l2_yoy)-YDZo`=>$ajR 0`o4ECg̣,> i[ kmߘzv9{iq65E.u5[!"Mb{^MSr<\ȇL=p(#UGQ.ʈǨ{2]#^ ў6YA m'Z+  uZ!2UtW>߁ "2Jh/am^Il9gg_;֧=IIg#9 D0TͲd}40D=4VxuI-- :d &1%_%SH$ƈDU2R#Ev3,uBZ3<3z#?!s& ζ+OV Bқ "&ߚR\gaiOF |D ~!ZSi/љT(c ym1~aO#mDJHFtך͘:eCyw4߆Cћk}a.^E+wz6$].ٍhohu$l 2;|UZ * .JҁD3ԳPxu͸tj?.)r˧"ʭȲ֝t%U>Ehmk=ۆ(]_UD"dA'7nyJ z:&H~Tv*vJ':&G[:OKlۆ=LP}pHst)^rořJ@>Yuj_yA)sE84 ۆlx }/T;Xw|N[`t !m+ѩIiSdg彀 ZmdpV'/B)WȚ[6~huwzL*Vhlzӊ;}mj&nX{Ȟ>'k_km .0vјS/㈞*jU׀|br/PCi8ZՎ8߱e&Z{wW4Jol*SCPh^ fϠj&j`_ 欄ƣc8#3qhgaCS싻 ~Dq1Έ#ƑCP4Re|51cIT(k^( z$VM$ȕ=$LM jL<4 pMy% ]EHzfmFPJܻmK}D'VadքL^<|oU<~vHRs$;,2ߞ&wA+T2=hspp']MIԎN|Zꅋ/W×ɴfqKQzE߂akKV 5S@bTQqjϾ7P+il/řhs;=mQUpy"/ҼQÇ_~zaT,?B7%F$eH8"1%D wBG>;J45_:)[>J,+\sf12MNsi. WF-)R`m $À vk`Ɇ5@%QMW׺ꢶ?C/ ?;eOvO`ض~7>~*bޘznR>UO8BI|%FP0.cW8 ճ[bsރZf)STvfpW bI]f%El}u{?4 =wmm 8s|p.4klZ']gp2:B+ҍNlʏQTSVZI*k_ xRN_Wc(Lӆ|uZGdݚR7Znh;=TkT֘Ibku@(F")**$ s LXUP6T~[ZhODTs 35 /˟Pq*eFlQ,#tw*Q`ajoD2N!NE9R"?٦w1iZH? KpfUrÌWښe~vP, {jH'1a6U =q`"wL:E#梣]2G>= sX #@&1Qdh7L&-R ؉KXbAj=@<,DЌ5qy~+H /k^vc#D;-׀|<+P (UƏ8ŃwV+vTsx7 JY Y%o?9ÛV'T -? i)0Y0}/Jb_8LZoԂ9;"(Ye;4J^@>\:QR9-kySVCugR{ XHGDqruJP.5J.٨08do7!ř[^ƬyÖBmQ5=É K)KQ8[N$F ĂMHD+b)ɸs}&Qe5 ۆި%JǕޖ;(vyع89ݘ̗/yavyUf5G+˫uղxݼ,E? -AU#3 B%z2Jh/{9+jSq)P/iC/nq<"_^Yph]WKlܵlZiF.ǞgFa#0&j7^=YE5F7^A#py]V>[KD5Msk]@"Pv4B  DƄaH<5gn73(ém皐"Fov[y@'QJM$D ,awGq' 9n֓KQH?T_r  o6cB(C~\5]LK)yz(LJE4/gcbNUޓ>fÖhICIsV}^t.zr@x+ jLhs|i R#l3񘼘ir1?`9Ø锶1[r;`a$ZoMi_ފ+ i@{M Hm>~,ױ62Iu@]sqlºI}6C>M5:s;}6e?h)Pן 4wUn'=J}@&<5JM3w,1mNegR O_YZ(Rtbv9*1_ӦE HŪ]𫽚=Gc.dӣ{/^:BDj[Q|qƬrزԸe_^`piájw\m)_H lA|T|uI w bx-фcB?Y@Q@Z d!([u=e9崉Z"t5sІ$1@"K -8Yu Yt3, lq2ѲLLErSVm;4GLvvˀD)oc*kE4;e|SN N\B*h .U q_ĥ8I٬-`CW%+ȋ4Lĉ,K FԿ7v ^CճL|{e feMQ*PKKVAtżxVF ?%% rBR7HY.:r9{#ҐQ,z<"v‚-T& PjZS.sz|Aŋk:hXf..>.t=hRV>*=9!7lᏀ>D x(L{WUן8_%YsqPre,&RŸ)8^aH`? 3z'CjtumQQԖ,Oׇ{*8rsRLG "4Q09]%c!^T%͗n,*Q}"*v6/% >ɥ[mN)cw䲰4.`OS |jgR+U ! 4%^~ʋ_n]롖W1P9U;BW?~cdў4kcz2~JEv5&|4IC("{IfZK` ,rsgj[fYZ7*%=1(wwq-BrA/}`Eh~f9PVt`۱.Az hUT#+^oB;B^j|-/3: @je Iy-lő.@+<JWK.МK΋Mv3: ̠qgὛ m7M>qƷ55T8/tfa7|Or6YYYp;lSfIpA}fKVb7K+!ias0dЃM0\g9&؇}x893Hi$UڰzhbPcbϹt=\=qjh=YB],S񒙲MA#KP~WD6nLV,J\8&t7^imN̊Fx0Jaa-b5vX03x'`ˎY! [t9.?szv8js**{NzNt@vb^ cQEĩ aCc&0:Q ^Bi;NrZ"#k \aGrθK'Zḇ [QCz1 .r{]@7y  b9 RVk߾oC $E Ưv{lY :\$RyŽ@IMO iY )g"Nven9뢈p?[/K\hdu?{@uu "9kZk&B3bt / q3ʸ)B#kdޘ't;Ou`e0]uĖsi=y\]D]jD,@tybek m?KuGd {w PLa7&}ip+(kOcպJ FftCeU2{wO=Q8L?*e@Z<&Ma,kBD_WnTǜŦG 7G (R˓q!׶*%mE6`u |'& T;. K"~ɔbC`,FoIjnWOB?r0cyo{2\owkeJgy[^ǫaoijv OV !ӖN1MX6ܱr6_*A H\K Fxr%!÷ls$'bD%GtP0߸9[Ty&cVu`C؎ h~D=r HV֓.!ؓ >gjxcwq5ie._`vE%C $_]ژ'g*¬DЏ-F_9zx|TPac?^d F:6(2S΅*l~n^ѪLC+RJTg|J`L=CH5umJwő}fx6m/|RYP+n^֤X]=/R{C&!_W"Kj :1,{vpIla\݇@ǮRf8Ngc mdbkKw/( ч4И}[J(_fm,`ѷIW)Ŏ p_ ȟ /F7oKճPQF-zġʎoWb{cÆY"{OdKS֨D쬶`kԹ'A s,mwp# }\Q`%Q )%OQu{?Arб9 z8^ժܮ09w }vFDBilLuA;TuDs)%QCI!8߸Ex/̗ei9B7i z5C9](96=]"pvOa^4Bi]m@aIz8 LY;4?{ڈ:F֑ף*Qvay~4)!wSX07(neByA4"/j}6:G/Ѻp@vQ*5:EGjiA8iT7]poLe EuXx8^Tl^>3SGFqƌ8JsHE~M *kE܆\Lڠe T<1گzZ9+ŇOo*j~ԟkD%DA=:u7@G# >V "^6^+qxBZNґ t&#[rSf(qYAH.7iSm?^JKScdݑ.py%.ܒ2"Dx|~.x3;NU'!^sNmjxEHx 5HakL S}X,4z}*WEm>*&vu.T_h̘V x 1upz⡅UQi%s9pV(y:BfcwbJ_P_$&< V*B1b|{҂ArWbBymfՄu?׍uwWfuBKota4eelJ,KeIfnEC^؂Nͻ<~"``]jzWy?L~"'IZFsr@V8F{#r/o|_Emo6o/}wNv/iufC+KsATv\W`kٔžA|A_}}dzm^Y~.fGē [w*uHra-aeI׌?/IPFv#`"i 5I0ad>,sU=# p\: d2bw KNW{<ܛ̋3[υqE*agӡQĶɐNHTQ4(V \1 &{茶Br_Ŵ nx:R|LA_x=bD *:iHdF&yBi5IZ$C&Of 4ٺwS#HR֥hX`!`LNuX5%>߮ dҋ>Afg=ύmZyɴjYG0;|UgQb,+& 1aO X,й|uj<5v3j29DsIo!~BP=7o=r2W@L62£V#g'(ƻJ7-]P ze_Bk27:;"x{cG ?D*h׈+[DŏuO+ m6r-qCXW] UY'^J6H,ᅤ8ʼvoz;ֿ%4O4{QI)" LBWQJs@FpqGjsJ%ը~3tCH*#?('rZp/'dL3<7H3DT#a=TrbtMxSJ zu$TX$臻Fԋ3״yV23a,~9j% w.s4c ~ [C6e%Poڨs3˟܂9r$\*`]ނ*?=L꫘FaBۂ~H7ӄS',cL)rhvHԖƭyS)Qhrԭ2{'} *ƇX7:-/b<qиs!EvH֏٢S\^\gҊq+N Мt6)AWUn)c&J%] D轉"TFHq Ia m3X?1 |xH8@|D>#{,d-S0ݐBLk` 4pgQ[1|> 4]'W"rH%-a}<$9`roJlkЛ.f ӜۓZ (QfY"k0Vw"Ʌcrl۳:?0@Rk$ ̶8EoߔI`ȫ~cT N;9r}kxKYU=[_] HwԭD5>l%ыx~`oaDΎ]P G>C5zE)ʈF*]zz-/:?.iAk)a\Ae/H fYilQ@NLNq =tw@}DՅB\YloO%V["^ktk@nיU+=|-sU>23STvza `1Y[MG6WUb%]C5Q7aUtj7Ji* DVWC 0hR X N' U3g-V#Cqq>a|-4Q(|:XJWTtE㴹%$/!Cgz?`Lha 4r8<&f̋yT= Yz$ygOJ /P< doщ GV'a{:t ;DoTwB5 dmJ&MV~> Wpko1պOš0r<Ծ;DZ4xDpnŸ3'~lb>5^$J?X32ZdSzJr(Ex݇SnL[k'ʶ:*6XJB{_U. ḅP `աIpp`ʑa/wJsDR_in8>~"8&L`7Gnū84VO mjYtkb=,r<>ar>ƒFrPȮKMvyX@5nql(3րNwLZpwJkGw&ogO tNsP܎8?We5ù~%Uɝr:Xluow2Z#I҄ #py[Y`;UN8eى4\;XO[9g_d{g>2j}vsҺ}~[pC{L*IS8ֻWK%j_?yGȩڜF̹k硢EnzyRf*O&;^hp!vMk=E+Ic*(_ GW_F)pto&P Re73¡k+' |BFv$4ole%\&-ü(ֽl gM6.h7x%-j  L8c#7cVA@C#:3ܺhaZDfnrvMg?V-/(W 4J[z R#0@jaUr_A@N+[4KWe#IE@ã? >o T$кtu5nMQ}/^4P7kȆoLp _pB"s?DJD 1XRSOPZv_X-Bs<y=&)dό;EB1`q\UEzp dϺϜoN Ȃ7Bn$9ᆐBLȖ?.C&N2P:=J!&p:%FYw}+A?g{m9]_9upAab7a=垌QJWҵ!4,Y7WqZ9FF#%ӂ1]u̲1zT_SVXeůڪ5y3c9xa2hve1I$Y5ˑW+ZN4Vw&!V _ "y\dka!V2ض2⟟Hy[rCn#$Pv0iBhB&hS4̇<¹Hc{HI!l<zS> :Z)y^ꑃ~4EZն%xy nM]4a!/-9*8g6 {A!d> Eb{ M9FӰ]VUZ[@IPa3+O\"&b2PIiruwXO, Za8GMkwސBgaß|pهO1yYGe.mMBZ|rCpbo!݀%XDQ5EqTF4_Z>!"1}%mS EnzHQZF79 V g4ϔ;Ĥ ;&+8F:ơT"ۗOgA+ 5g}֡չ7#KunF|ƜQp}yomJH ނ(ƏTL Ta$4=]cU`N\5a0`_?؈3CUhpucv-;\aQP F] fpt@#ރD`yl򹜒jҹg Q}ב>YH"xF`FE__1*S(Rõ|3l/[ 3c6MI̒ȡFe5_ G^_[MSㆼQX V4~;y2!rg~ɻ5Z?bY,*ayI\;֭3<u_I)ꭵ͸:UZT7,ϋu8 +xsNrpJ=}v7<+Տxe|H!}5w[ěkiZq . k3j9:ԸYh8X2X'=<#_w[m`. Jv*X0>W1;?a)ik Əc˼[f S8vnǖ꨷a>vOTuu>Ŝ^\#3dOn̚%;MѿIT*l G <]hTN8LB~ӻ~h(̂LgJ1 S<m1.3I(P{;XlEjľ)H2U!B =͑5/Z4L}!ܳ*1 B= cuI8ںsSX6UEF~#~ګ?5 r vKVB]ʀ$iFҢ魇2(n҄U2F\o;\qg֌lk`8Pʊ4S__Bmm6&6{ j_JU`KKxcLβ=^5"4UޛhZ"b\lwӏB Y i* FM۳a=\V)*iLMt54<\ڱZ`D:w`iXm ;t'ZCͧ.?&ȊEԺ_R )'Ɛ50?j2;OWK{Tc$liAޤH<ШPүHثcXEhLÀb6DZ!܈0p3DvQe/ftqmӺ`OQX)j1 s=_ayˑ5Y3@O/ay+|GHJUwXϚNtRI's <".btLD.718 gс>GTiOO b3ZB ut)AV4~o9#ÛsQPM%V̢e]=]FdJscu7Q $]`8i"nPJg(q;SX/{c`9`f}Qqǔ{,8  Ee ]2;<k(F!;^ Fk#eOIndTDI}V ܱ`49_w"{&Cܒxg?@Weˢi@/Л?^K$OAEUw;,$żY=mY<y#KCvmes~d5-бReI<<3kOt'}"ev¦[3]Fj6$:@-xnPv0w_ԶXya/qQye!'N~nl[}`tOV6V[4u-4ul+Tii(:23 1lARi/OD Y,J&䍲Z-u3trVMK;YaOBF*bk,hn7ve4ˈG/9z[dwU^V zHY#M(~jʱEUѪyIJOġZsV˃M@|9ؙ\&M,Y1r=xL㭅G(Kĕb4j2TK0ϙi[XȮ]V0[`!vd>dbrfB ;,zGփPGMg~1J5C:\@cx$Bz8 p,nII%hp;@79ͯr2QZ)QFػ4Kmگf-8QLvdb |AUR|?"P.~#},|rQB$;:-<㲦23޼l/r?M;/[_T)J%L>}C׭t0VEH\ ";k֐w4k\Gm| ,$3=.:gjbՑ̆y۷<~Sv [|U.SzQTnu4Mh9~",FHk77c˩z .\dQŒ?7@U-)`ߘdh)BJݮ;19c9P JKBg{Q19KqKԦ?sMpm`6_M{& k3Z<.<.GY;}`*Tf ?z #\ә![m`UI{fxz,WIlM?eҘ$fZͻU~p̾(@3˹p]Rl|؞}ɌYwРAz{ހvPq\Xm} ;JJF@}В6[Bnf B\%2\AYoi`aԹ|>mm 5RǷ;EEiHOYaQ2uX⪇/͸Kޫ `Gdl$J* Om5V?8u'U-ؽ3Qqסs\0r$9Qܭ n% }G2 WZH$D]ҘhsxP?L3;b|txqthp?8$`ү ɿ@+ێE-jI}NGGw h):v: lOJ DR0$`E]fG.Y\;2wX; (/fI_ {;Üb<q_PbA0ďn]{H+cS@|xyt;͑dFmt΍[O(^TjiK򄴭yS0b<_Riʸ<^)'n)/hBcr}}XR }nწmbXWP$ArE "|| yطhXFR9- !Wl-ڡ}>_R:4M6z DH@92ƪ;s^ggнEnf L,81C*zk&7۝@Ӄ>~36l G}"9xM;༉GToUG~-Y$#b^ :`-eޚ{?QނB^qmH3Yj%Xg魫PA$ mUu Wf0ؔH-_>!8 6qr1Se1b \#|_O}N,Z]!H7xߺwla[Y]nS.+X"2᭲]s՜ OྼȎ=j)x:Q 4%"ʱ%uRBj:Rk"DV_Z. zr@+6LdNx(Ez6bB¥5y%5 )! O4{&0J::j_Y8oAWc)!, YI| I)nz\,+7M=FF1ΈpjV5'""OKdƒm4[`R"ދH/Wt~ >V;>J`Buɞ:RC$/‰A#P?0ڎA>y"^BKGS%F6Y2˝$)f qmE) ՚z5r>PK_ yx(Ss'_ں0hѰ1!td,=zugkaqM^m(wBrܲKEcJ፶s!f)JRr}=yDlPT@OXʹ0yH>.YщTљ޴s ?MP}h [z70\n3Ѐ-VBfKКIr+!|D^=p`g]I3 v;a'[UUU5}pñQ1Ѡ7}.8Fy 0QW+o,â\e,P׆^/6'1߬WC\E&Oga\qZ,xgJ\ Vqunq 4OLF$t. }WR?{ʛ/w`8øK?r8GQ1#%P*/ e9G7S7MžTЦ`]W<-jD05qQK9\B>&kh{Wd$&- afC/!-m~AXB:t;Jc9{$HDݖgV)eW|MUjc,/+$Se,,Kq\ubJeDneN.KvȻ5Jfneb8:#say"g^x6#X? /R*Statı Jf<ѾyqXe8 Lz}#G&$<P;74"~R"6)9b,qYeXׁtE'v- iVUvN&Jri:;}L_L *@]m ;&=XXk=;#($~[ȅ!cI"dyN{@Kn R{uŠHJq$*l.{lgMڶkr=.ܹM2~0h_Yd_ sPl,B R_x#~e fdzMLO`9ZԤ?Bl2>:?,\YzWq/nZC7{#sjF=QTk%qV&Utٜei+vY}ʼnxP} `d=^aq -ɹoP :|-0!Jqnk׵Xg202,JW&r*쪃TC*xWCE!]hW[`01X{8e;x~}50Gđ9M&Aך9ut\o:{\rQ2bIeHne%xrțؽ#G:-OJu+NՒU| ll<,6J7A%l,}s|׏k`O.{_`> 7m|)6: .Y@.!VV#T.-\}_W:u 9&'BݫsHqo`xni; I~PVˌIn퍗^r7,Kz,H;?h9VKVx7b~>؀Ga!G*w R?9qȀFql!Rgf@v+fX`F^PE B ҆K3Iɇ܌@0&Ŋ4 Uf-MTKD) %zuU`GR9߄gL5s@Kt4Vi6|(2GN['5hɅBh1Ԙki/LLm:>kL2ݔND'VkNK af7`_$$ "9S0%U3c7jvY^.a}*2}<_ƅrЇE{{oyx"~vٝEooE>S5 9MQszcG2wզ\4Bf*HCRdP_4ZmmF\o:ʅ*M&T׍1a>zo4> L9#_l i3]q6fQzBR]-vCƗ%J0 GG?*(H'a$t} e"#I到5ۉ%N'%y r@ÀO㗍nȱ ?~4;UN('K1="f|y@uUbI*ZZ/V <4Jkͮkݸ.Ct ө#3[-]Q)FXI~\!] Tb+*yG`t>إ(66Jb8 z$ԗs2XuLp̈́͜NMV&6} R:%K9rR8^>wZ'GύTai Nw(Cho.1 iIӯ aC(}l:u50zovC9vͣAo+kħ;,cbu7<+pz}"ږ\$PKϧ0OX". `M׌_yTLԭcLe 4;&Y [i1`@ɳt\5T&V')ٺtb5Òx[-vGSlmPA/ѐҳQ9&Axd5oz7cDRE2}w첆\vB`:x⫝̸=kٜ ܟ5 idfYD́DYfL2s_/)1_"Bd75/1p~ jҮs{4?E,wD`ujnr*&Va{4h4 Eb{KA@ߞx9TXvۣVج_s,qٺ#J)# |A b}=C j om0ꙫL]"A@}$Y~ YR+ R "K7:Db(ZVMh֮XDߖYYÅ'Oy*e``'y+>韻Fx:g:R5 7}J2B_bLEš8%(h4PvcÃ~^M/=k pݔ'`GV)g8a?5XB 2SkjNƎФъ{ 5>hf'^u݃^欙O х#U:$ SXÖU;H%]>Di=^nź%vg,dWldQ<#P(8^GIVX;_ZfE: ypSh#,.=]ԩ@eq<=\mLbyʶuKP5?vp]XPR5q`#:_rnp [0CrŒXK2.OSAt J"(Kˆ"ITouÇNsl4xuBB`5GahQ]L*5mv#J5_13˜=V7;U~X*$cmfSǦۉ`IOѝb0krDAӱFY$#X_T2@D9濶$t SZmTm" l3dd q6Tg'Ǘ;+Qm(%FdCJ5CZz Ñ;ikD!0k ,16 _ vy؂2MpeShbNץ\9^Q_8ӨX=.zڪЕ[( 6^_[y{-"jSL69|˨}N3p-*ƽv˒O, qD[ E_i_쐵XGq$g&E fD tcb U:J3{(-Y*!걩ȡj_'P]Ӫ`<0Ex>g] &Vhs: ¡?Z<>˺DL$DlUH]}д1~8atB"X5DɫV'i%6P%,??o_KV9O&EqS '5d'{WjN?f~,U#-4 P6p_އOƵScIUd|r=cRfF{ri2kDaA%]~g=% ?<C1+; wEӠ!_>%d:Xߡ+#w?W_'2c'Є#suHǪh-ET6o#"<u0!q\ǸPZAm=.sij}_Y n('6k `aC p/${"@ tJѺ|..#P>Wt/t4ed\ϼ%aʷb+qv.ҍ MF_T>^piOfW06YpPgB5KW|O}l-4)lre5ʙ~vP1f@FƖE0L_Qܚ(VºNi U3hxvEFY k&9RKWo+Id- @y*.{t3EBun`p,\ƺ {=v]#Q&P0[$(?qi~d๛?ˠ<9fZnCW[S0;PdoBxhG"P)qzK')p)F~;X!lpY>yh պoh~i Z!2ீ8 Nt3Vhg?Tf;3㦀~s"Z=+*ϰ['FDU ǣ;y^#<>"W1l0$&J1fgW)@H)5O<#R(~X(s bO;Sày#w4IW@K ?aV}!gg|FЩ i# \;)_rT|P3|MyFt-9]=eZ.S"˒?L jChA/Q5=l~~֢YgR& P`Lx9;tT sZt#x_A}ol T75V`x]?X.xb[ߋBIkj𗃋_Iy6J,M{޼N%Y MϿ :KiFTr'q E~?[biJbU@yI5[,OvS*]:UQ=\aNAtUt5]}rfbIÊwep툐*ݞ=Ù-8}ޙIjC[;E: ^}ŤȂݑ(iBtA4KŠwচQHF#6njE OA)\߯`p :˩&Jy}ULs/C9@|O*k.?4Hm]Y*whS1h&tֵPt}"j'r J<-R݈J/*jP:PK-eqC'0u |jƊkeG@,qT5Wo{.[fu!1(y(|(=4!Ƹ+zx=+Dڛ7u"}FsHF1WEO-Xa~skÜIvb/lon5%&OW[wM.vUܗvi u=\-ŽݐQ7~D9 Hlo{vH?S ~)|bZ!|!i7,cC \9s:V&" x)OYD<ԚÖUv$;$rfGb)|mI'$ЍwB(|"ڬ*.ބwN .!o*Ys5Z$O'@tHXS1[h5pcy ViH 2ĭI- \&ԥ3%y}VfBZ@ߚjی^T!)AVq#$?@:O @?A;+tpӯ)8M55b׳S t uO]lɑ64i wH䒰wLdu=ElW㦙7Q:^J{5=0Hfsl"&˷Cb2&- ^},Kz=MӮK.YgހֹlCg`p+OB@1f XWL[ <!~|y)܍Tc]T^eT ƻ* >B5wJnyd[aA/R%"rnȝB z+)sNǰimrMJj@wٌ.l^Esk*; Oc ?[4eh DiF _1°mPX^/"G;wO{ ){h=wsm9a IA r "V `%%POj>gDQ,܏"K/4ыWC9LEKe|k0:m,IOUi,Gn'E:7e(+'^{Fzg /0 .q3xQډ2z[jmO9ZQk ;@jYѼ~- Aaހ4 uMATj$[&h UзcQ{5:y)ъ1>c,Hmw4L~ʥW`@12NU3P>}`H=G!Ĕp3J,#L[!!5b73PW(rޗP8l')BUv>m\5TL0'\l !{QߠHxZ\+m"UavL@fn荶 #cJ HC`-TmƊ=x$!*\.B\I'}b%^ؐx>bzd7Levp EBOiƼh;M$6uްƆ)6:ޖΪ`T)Fs򘑱y:gE^9PrPFG4,GP$qmql$ Џ=ssmx'E3x) Z\ܰ'5LBFU0X'ɷVbvA^ T47b+V2Zdh+)`{ߑ"VAz^F [ѕvRy=ϗ.O[r]5k]*$,bY:<"JW}|n! WƆ1tx20X[xrL֪ B*" ٭m*y4z/Ll*v iwS\Ώ Xl$/5|[F89U%N^s&x6=D$" PЈRj 6טEqmqhU9@;qqᅬLsXm)vS'"aDYHa΀iZK$7Zab}R{M2W!ն}H楫WqeKR6|kS=* )+{*Ϧ Ce~b2"ę*;|a|D&4plJ$5 Wmޕy1v<~wiss7@"R&6ĸnƅL#SQжRP -Oٿ\~|˻m9HmA틸/*1vTL~ti:x;F=maoPJ[Vp:x؍PDT4/k*NePo)˨$w Ժ}_3v7]Db R'trGN02ᒅb1x/Đ\PnNbّUj2ǃjpxQݱݓ#t,I=og80+ͻ?,e47`v--Y(cUU;}rC.?u(V9gF Y'/RCYD63{nvJm>.piuR>]yM²ϑQ:m7saN~TLbwڳ~xtL֧2 Pp H>S‚V BY,~XK&7!{NtuW@ |;xS<e3;$8i=IzAh؋9Ȣp QK԰OwkTǃn.K7q+ K* 7h dYxOpWtDUk-i훲js@T,+__2E#Em:zCaLNf\?lְSz&YU9(g$#`*If  +02H@ΖEB xGw7 sIoN# 2 }EO3f+Gff#!kC,5jU%wut֍xHÑTq@7qx3amh,ܥ6<,8,ZNB67,غ_``^#++c0+z zl1g0E \0.|0^u*H66뽏*:-A)DlZkb@FϋShaV{apJa?l5ԞzC'rP<8k/']Ub3$R.vx]\+S'Pȝ!AlY0sjlc 7봽(͛˭Pzf$ k/*o"ZoLS̚;_.l}!,_]u.`7ueZ?;ttkEEg}E~ǩ;WEP9v[c;6HD 䜔wTg#bB{x6boϽuYP?{ma:id.iTOeTex|[_&]_*v7-#cBLG( 6dj1\!7 DIQwrw]ƔE R'V݃k ׷'ơv:nu.[J0 DJs3*O xwU)uvTR}ApVy~ձ's7EPn 'u]qߚq^:מ2:GW$ߡxw?-Bv, 6}(ogxԓm3.#*6e #SՏZe@u!#iT;X&NqN/ mp9Ss˖YT͸?ͱ38V?UǐUH"7%zr)D 2BfxjBcu@q&%I72D\nS$ˤU]#zOA3H36 >#`z1JUL&֓b.+ <0o~!QHY>J'EڽܟfGd_0Vh7S퇴4_fǃn%â0ܠ9i@4!(l45R og{dC\ŃY7s7ޯEݷBW{W{5\Z F*".%XcM.oz:eITX!QXRxltAe:Uu6iCJI&{|SXn iA[dp=*[yJ˽.6@zK*ukhnh!XRm48^: ~Ao%#i)i0H|b6>pU /4x=/P {e;=GǃUR9L(loFaw#jSB/)dY$e0[0}V=j'^<՚jY%!S IϺo껒TVOCEe4,TR ãZdd= & LQ+ s2su'0}(Ώ\fZ 豯)XV@ 7RQ昳sbMZu-^uq#lO0 +FjYq$nJ-oޱidK]skOea8;11ZJֳ֗ )-ON=] ! LF_ڣ[2R7XLřpJ xvj>]x ^#_82_g $,4eKZπ49%~G0Ut^[Gqҿڮ;6m-+V"* u ⏅̂d>/-|N~;UL6AZ;-H}Hi(gwQAD(^S8&%'{iBk'= 2*Vf=:GT tŘaKj $O02A ~}q]tL2 Œ랈Ǝm;b}|IFEiG]:~,.|jmuy8 {$5c7lS/l`¥m_䊴b>C:FPLSjFd+'ODg +j Qc7 &|tI25#E;v-^j4E𰲪Gf$-F  WHR'_[M%%$4 20(]򩋇1{H3}?]cͫ![ =%.ln23TJvp 9| qg*PIu'}Eg@VKxUKv&"YMEψ{%!#g2mMI1^ Aц)8DW0Nh]0L{:6'dyޫ{z%짦IWs@K$BFM_:HۣTxhڍ")K ;;}@{qEf CUcffKfTI%qw!9~p.w!S).`,2 5 ѣ%?2jf)-j䝬o];H@fitqeoz!c㛖^G*@p¿&,:} jj9zt{3Q ?3ثc uBktU$KkS6M@&"h/&b.8u'o([cih5,]P{1O@]!,Ƿnrc@:}zS5RV۵m~v0JMW4 iz?yJ4ۚOC8<@?^KrW#mt5#\N$-`<w wumUE^DL@;A{#T^,uYyMK 2c-?Q%B؇^>91D-:C ShajY2Ix9 uJt/ .& *jjxϞSBɅuN4d¥^5ػ2b/ĚTB}#βyzт29X kqձGC!Ȳ2>ujLj˾sFMRZ_fCڑ t py}$[Q+ /G]"&zugПwasQn>H3Q s%w=q,7gf8X~ڰ \.eLo07XN˱:A@0e9XM].A1{āzDۮN'ܛqզ)Om~Ή*m`Ui,FBKrsba4,Nu -AO'mYR~Ff$O7s"j\3#VWszHqi{լmBC7='߷?%Jz@>07K3xfA39A8C&VjڱNKS ,y%eqC )R"]j9dV#?X11RRV|ϾoJ00'PpU=ՠdlխ ~wpW`9uFO_8b^_hq,c^W/S /߃5 ' SClC,#~&t~nQ}ḙA{KܹWj]IB@f=fV-,y82! >j[D+}Ov'{Ghyqr52! ;*4$dJ,pHu4a'@ wtFY','Q3o֐ }~87+0DGL3:81H/V:C$Z촊tr2Wk DnIst wXQi vøM3lsÐⶄnzzp; K뽆RiEfQ ]~*wH"(|?> v[Rm$_Mj;4{t+?%ag uh%CQ;7m~}-J jEF.TSmPG3=z~cozc56V Cp $(E_ 荥D V/alQ n(<Ă vӮ%⇲Nyq᎕ ;S-<y6e;6|W5Mej<Ė"UƫDE!Δ?ۘAO3zGZ_v4 Il~#Ij(^ӈ5 AMV%Rp0y:<0=~,Y)dqb=R^Uuzy`UL&mn 8+Ƹ'nqwcߠb0.ґ k;`&щ҉zi\js&4hEy K YZ;- siq2 U3 y{CڂI({p|+"{v0A])]-4I%fIԮ!b T_#xJ|$w%C9~w['Ƀ:F׵>Sܫ`DC3;PPKk+ -+ILMgeLQPL X⸑9P <)?$*G>캿 Q*MS:+foopFz )bBax*N^!\Q~H?v|p?<9q.CCisǫy.<<o[0A%㻊؆qBNa@i8QHWD WR"1WyܼWb0>fid &JGTMkir&EVSsr/0 H;0qn'z%6F%76wL'2Asܱ _i>DQ4H6TE  ڠG0 zik|VJl7S' i/Bf꿿'p/PeVi>"B^9_2ڭ)PsFCJsA vW#DNI4)bv?=b1怀Op6- t1ݛ*~j sBJm͕%iYeb1 _s 3G%LrLSLq` hukbb4TDJm7Iˢ2;CXx8cuqfO+y0a!FX~Dǫya`u$V0a ~NDuFoFU;_DyBSR]GD  4 (l2>5앇۶|4x$]hZ}5Rfcv q轧!$PC4Zq!vAG]H46/0T[i$M))E!s>s=|ϰX8tG!4*RhvjR:sXE]gPw5՟?ڀ@n7{8OIqxdKRXAQI<:Ĥh %nNWJU~dRÊSF5&ꌙwPRKx5eچnHڠq#Sg rce(SZ#&6O+S!aNʨf;YW|{##6N+",Į IOv)M_obz&'/qf͇$izHzS U.ctb 7f]a)p ʢHX쀔a.m+˜T-*$kzTԛ-(^У!f?5E굎FĖ՝/ԑO54{MM:(]IpdLB$lh:\[1ߠ)Se2X'9P%FGk@f΁]+dp"c vl×'W}JҸD@6N`7^8qSq+MV"x{ujIM>1u)LL@6 3G {bļ.Z{-lE[K77ekp^#O"]k-w:m( {?!ϴ ='zQZgG@p$ў6Qx`/J뻺яzLJtA=.. G+t47Ac }h'u^F{Lw{7E|37sDVG*V {,_%ë.^ %*%!3(vA*u69ң"R'&hpk|y_4B;jzA"n[f_EϏ& UڶE{*H"FmMtqbs!Z ]z1@#d!RFU`d;XPNi$}э< ]IT-"ʆd)ND1g#G<}љ_#BHzϖ?2ν] 43sɯ!%!ϊ2YFSӉB-ot2LʡJ~(>6RXyb܉ z}7VJ5$5ľl G<`G/sf e h e;}t)5 5 AR]99 m=a27"Bl%Cls}Ae~0|gi? x >^6M3ɹFs–fV3Z?o>OcB{z~6H~tC0q*$8RBD58DqH[:@8?9go8?3dWZYKDF1=MUS5A?e= IVESb@| a8'k/L$ (@48.ȵiQ|YhU;y~7"S@I`4~Z֚}Σb5`w!N bJ^V Xdk]-7WՁg!)<Ҭ# 5vQCv ;g gZ 鵃 ˖TA]ƱA<ެɜĨSʹ E64kw91D$\PFnVİAG'f+ґ|1}֖.;U$H&I^͹u:(ƆkrfIF}X匴O+eEKA nb&iqq^z'aZ➗CDi#t{΀c2R\7~P{ LdHrWqv)9#O ; g.=}0%hPq Sl#ÍݥV?^}p>c3y%g8,F;lcƘU&X0]DQ;j&p<ُ lMli㸝E;fC#*F7z_=B9 L\vhwZNh}9֣٥4eET ZN >lzǙT X7Щqt#ڻ /:0XL>ޘǸ#JαT%G$Z*P“1F J²3˧9$FT t;DN- Njh2ЏdΰJ%xc@ nܪriT0*a>ke%Gd8:gBv>9/ L/ߛINB-DA ?9@ 1x$(JƘiepKA"9X<^cibTz`o65ʫ*Odx6m֯ܤdAc _jX 8Th.ꀗfrZ@LoaU"VTۀ,N؋%E0xSϡgXp6AHqc핰*Wz>z+wZ5@@.cyne JQzH.A 'e _l!;HAcG%4`%:;4d_(nG]'ªv%H{ k\1WVRJ*2]-39Oq7"î.@~%J8քw.?FZCBTBy;9vU\Q;~Ơ^,cܬ} ;I G N;>J-R[ND;8y%4`;OM=mFJ #k稤\Ud|3HବmQM %ȩd !Y;E/dj4 ._ٴy % RE<"_qU Ȳ7  CS,Z1~Q2 `5KNIDYj:'W[a}+^f=ό6] @0ۭp,G6Jju6h6g A @\D#] ͖.T&fks]J!e]7DE2%bVR jq!z 'F|֪S͠k]X~>05 [*-'-i8_0QIѩ2!!¥=ĎMa/xBz|iDg6 \H&Mt@^Ffir)?cngOz`eꪜ dD?P$J9= D`ϿM{Ojh+;r$FYKJy$>y/oH!D|L"Vx-3 FBB &|L: 4y{#AcVnp-O}_U v۫p/%C|'kX{Ud*.F8/w=+<\{J.1ڬNIA; DԪԷT$L}@rF*y#>B&)eb 1oQOϋ+gۆ^Nrog IT+v:\A GvcMꎦks}]Wvy.:JU@ pd7XM`ܲýL;TC`)v0" &(-HH \L%EOxߣQLQ-:IT3t7*, \MQΏܓNUhE '0CßW~%t2;C}P/@AVHE-YIZUm [ܼ,0,ڭ LVK#Yr}mj7oo1(11$جa?<{#l)%b7yd+ka7/#ݓO 03u8R (3"b"n[%n]6lnFAx "r"g4˪T(@G0Ta&X]J\E9%q+,{8 ēE=@NuފSNA/Wwҽ|&~Qs3$RϿXن*'n-βsQy: 9qj@3ِޫgS)'P}MTD`/wVi($Jdj :M4-N\ϪInW/>zlu&?突a}r?vӮ)ĊɳZ8p3Ҕ?42i"Œ QŐHIP'Z$ 7N;:* [et 6RDpkQQg}u+ćzC[?noT>s}p\f /E]^>*zr_'Dຓm+דmx1'NAK@,rFpĜfKmO*pyA Q$Ug"1Zl("Q`RRwIS?.i7WLJ</Еƌ= rn2u*^ѷ.xm3YT* _yߚŬ&M,GĺΞ?S5yg2+}f^ڀiifzԩC8k7ZǤzj/l8ͣ_ldG]ׇ/|GCt`7^ @,FqD:57@eJSlrzbK$?.+z l p>}xeyWm OU(5mukE3&-Β INB`VJϾ]?VD,~6o`mvY\uָ5 4Ζ hL6d GP,&)K5B`/I ?hy('X:#,Vu07b-Y'Tk_z'>"7X9(2<Ӕ4^Glyn<3z, q#bsWz.Dpv#<vRi̵#,'KBMo##xGO5^5u FZz08.^JUz(}SG8x{=7 a7Jz\Ʃ+tYQ~J#k , ~9MsgH_F OYt (VS^]/vk1c;q9 >PV>]uG:Hz^ G ٣譵ɩb5[͵ĂȣwY_"'6 c݄ݮuiO < S`U9)O#Ї7&fMT\B1ꊠ&"(滼WYM~N^F1!5: 8&v5bU8N|ǽb}HlWUY,W6n !L6`}t]xPF4P]Fj;S ¿.P'pLFtB+fկ-u1w 'M5N˶:'8OupA%;^X9I<2p`gL}v}H:EltAIOvg r~2:gּX$OBqry֓OJen՚R"p3Aqt%Q?wG(T:P kANx}5.Vr?Zvڙ亶_5p<_\_͇rLg0M8k]keH3<A V0 5/R 1VS4 HTԆ7lPۻ2EU1c,i[(7"JZK^#krU0{*! yN=YeBo_`AyN7XH} `όCyFIf͆ i\gV;j9쵰KQ8ǡˌB<];v0fG Y x<oyq(=ڵ+j}_UíU>z{-hf硌in7ddP^gk;G0&~w%3g\~"IΖþ;@c.ST.P+1mIFB@"&Yj `vuLuHIF.SqzNNW+_,ɽ?# Ĝjjns N+Ld]ؗ5cƤAjT#߭i=F}zWb&!)RܛǢ~;3L{Y)iy Z涝v˾ӧR1Fb/J+^tvBd%ޣEut}2'Y`f@~$RTŹ|Bk~/>Pr͙`{E,^?iҊ SAv]~%}d yo/k6 $C^0̿=,'[uP{gD%1WcMct[ⳙ"6(y֯V") P?*[ӳۏbZPzl$Li .tǔBP9;WTnKbgͪ+[wwqn[;91Ҏ^&gn 4'B۶&b:H,؃?W[A~SGׂ|( &je sJmGY]P migVkTS/T=ygwcZcG )`}LGNZ`pK}(m^0rB_g+pyc |@^{U֖|jm>R?̵/0ZV[R- jh1ɻjGjwb r9(  VθJ*@ߓj=pguuA†7j |]}^]l AW8\PЂ 8-%7QI#%wPrʟj'8^s񩅯 5 1C:dv4-(޻)k<5Q6Udx.fW:*}xZ{?_w;Y'dIrVa zg0bQM&QRA^mZ"(f郮t4fZc7M٠S} M&7_i8?mi +aU}LB?" N_4_noW4CxLM5dECT5$&$,7 *\t\gNZ)Fy]Y?{'AJ%a>3WzVG缐KM r]!X80YT7%>7}/ F a8.MSFDSvUG`O- 2U5դ$Nr'x7E1 ijpvJ#൐7=. s+L`CJpgRv ѦmEoKCFk*|oٹKD? Æ39I`J:Q'LԎE QPSe!a23ˑL2W[GW]|&j來Lbw-T>>N_q,N}.Csr~LTԐc^h ˦Kkl`je6$MkF@jIvGU[9L@9v*nDxnjb,iJ]<iEL3xSڿbvk6ŷzN(nE܁8/9 ze U|]-NNi1;#U(hhtؙ+>5?6 Vh KY 1`w^(vf Mk-\I-TnWUjsK*bd{MY*ҵ/kiك`h2\wS\Z?4&UVrGm$LpZXf%~9-/M?0(Zߒ?v#óq:Q6eO-biX{[˰hf7;^2˥û4AFr@(k'kE4һFlyE Y4:!ZqVQrCzn{ inUʂ?"TN{ĎS1B3^WS4c?=w];P$>,FUꫩq'sVv0m]9/1.þSO/֟7l(FwpgGlSM(exx4X>H.n&AYI!cQBO}E*c9<ҍr8Vp*l|ꅙ C%p:U!P0:Z}J托Sˎ3ߥVw_:~ԥ,Q RgH.<wi8̔E%fոA8iS>\#˙MGU3^9UG#k YHoMh"B{\OךΤG?'POn.d{S2*\+rrN,G!h|v*K۔@p\r{"S!6aB(mҭpJ;\2 yWovi q4D F hܑiR˒׉9lלh3%UEa+kę=If8,{t̩eAy=tGYv=x#6a Rb n鼣v$\걞JRQ+|fOA-<⎉bUٺG'UѠ'jтt^9=6x0f)a앍B2HǟziaMx~g7™ЙxzCw96(OgܚD.._Y͙ ;de7|$]-FnYؒR*\KK2E9$veQX<*#Rlf|M)ǼWr&~?s|2X> U3f!%=3LJUCw&qM@vl4"MY4* ';b,~-5 (@1оȈʷ:o%BJ7Q&:g` H7=NҁcH.qHNh yՉp)2?4cS>8F׫ppkk;/:1M SC3HAIo>V|ViK`;5 Q|F)j܃PL-Yha\ `&'a#BKm>P yd`k"]-~.Mnޗ6vtfs [e62A>"+V]f!pI8tmr!%*a%p@)WeWCI۫UB"׹3y [$CpG7Ⱦ0jXOw6r?r$8z2ku{4{LЦDj^e&gMB=˪3G&Tƪh^>^V+CqB6*ŅT(qّO ]]*o2*66z^{ {GX}+h,XQch< ;-קKʕx @͙ί0;MJOCۓ8`(m`Qp0,cu'3Ƽ~94 qiINzo$v gVn>j[+o0{w}̢ZLjO+I.!78ͷqj$`S#8WV,J(ٓ`diB!c9pHŖHHC3'o0FOldmFmxכ VeݱǾm W i ,vH"ǡ>1\ k~3Xr sys 暡κ=*UjEzp@W֎YH0Y?`8}v6}he Vր{TOD(:C> L9Jt Uw}7>d ŹJCݳ$] rJsa2y!]"-KIh0A&MG9,)NPش:1X 3_B#2~+A&mU**哃V;56A*u04N){\*lo-w,MMNPDCCDW㢪>M>Ol3u~⥎}SXCfg"j&'sAo^M+gm؟t\=XO0%Ÿc5C Hc羬)#U]޶PtݎTJ7͛zTvuⷁ}+@u/zŘjL)ff4ȯ'7jTN~ wСn!)R K35'IKpzUFP -iYϠBWCls'x5H=CjQ|V ]N ,`ہo+GK܀5Sw` CةØdء딓MO[nhT) T1ddѽ$ }O 4U!PaIo*VzNynHBpidܧ10Q㡰2x"Hj*'ſ;P{b~ZBevbzE6L=7<CZzG"oݧ%fS7]"ZǑMƹ-MjKٯ+FY)2CJΫxhĔIR\)A- % ,) Ϥev?r88N&_IZa"-Bw\]vCa;i#^4:mmx A-X]aBxEMrKڱI(ϻGi̺=2R2Te:> bGF9in?`'os-<Kj3k4}X|3kHRc~*"k_ ]^@;X{8t(5S,B9><-d^\2׵(Ñ]\į7&+IF9sobP_ٖd#2֡C2Ks6sQ>"R=%G}Պ(ˢ=/=0?U h^檣>`fWHUj=\5d~vͬRf(`3VW[G[-@KNu1&4\|VJ}Ve߫daxm೯GHN'EHC: Se@ვ#7wۑPv d(9kȬ㚯Hlk( ;udu(t*xAҬb G餬g~AlY0eqjf1fI,JXGU T{v6y!瘚aKJOlj.=)W )p_k*w 3 %-@;Eb B CKP6yPo8 {)u@ެ'd>GbyI8/ۇmAF%kW͡wvo 9Z9j124s}tee) _ދ~S,!E "blF5];*] :8v{)`H{Pڦq\Xf`Ռ(v 2!?Z)' ! s-RN'iyJ:N5`su"W:a|œ[_&YcνCxRu"Qy4+`u΄9_hm"adw^HH6QJ:/: z{`x _/&K HC_Vv&^{՘8TUrm-KLie40:*44KbH{eip9,m}?.MkLR>j7IM"r(w@? @N΁ 4D-[Odn}x3GG3~e{5m2/Ib_5|K[&1g ȄW9QT #fƭ"D{h-E|a_O×;;ā(kL5݅DX"'&G3<̂\vd^LsaRp8bF&m.eb|O[Mb t LP1+ ݬ{W'[hҲ:g?l af:ago0/z_2]'`,ژ`ܻ(@xz3t#<J)"`3\ʧj:@ YWL0Ćsz{#Pυ:cJRqR7(GNEMIqNdwO*>=5^xJ)Ay6jw5&u}KdHq%Wǁ޳O<;~z+>UXr/whK~}gErnɓplZR;|FM8pn!+kC5wy@Ե$ϰ[% Tg~`J$%# \#Uoi FK<%rCրdq7)ISҎ2$x\?ߙpy!:;g:Д}}e}'ٖ-iܤI8tgs9fg +G8U"MX3lg^;l[2 Dv#{0C2.Cu͚XxaN(Rz]s8:(j> qۻqx!f`3O)Ika޽8b$Mx"e V02^ƒRjoS%\l r?ǡSKe:m.fYFj*lNJD/S*LUPyӜVjՠ`\6uh 0 %Ȣ<\R/nd&g2>Rn\9ZԋI aBlOe,=&i){NE$ayutxB2O[΍֞If E-@d!sĭkE.ؓ$B6 ix^vk%f0b^{4 fugx,߆ Cc\vtT}'7̻/4u\qƿJ굑`ׯ1_;B^..[*:#&NqC/gVtf{.1ece aqW8h>zhhguoyW]ߎ+*)֐"3XӺxiَ2EXE,K/6-1<:^­8 *el]~@eO =\9{`+%ۓ\"#v*F3#H hipO5&`x~#*=Ω*}n_|&f*dZ✗ ΘRxHfY0Ҝs[(ЕG=\mI˳o_U3eo=0^ުRq2INx0flnj0))Jm/no4*JF3EWºQ^RF*FJ|e#WE0i&҉ӈ6ՇAǁi~+Hg~KLFE^K:a j]>~]fljnChGP=$j>'^ϔDz vNlǓw?^Ci)q{35CyeD?VdV|*u|Ѫ"Q`(ռ})9%J(%ۘd)=xz ˎݴjunjAl(df.^Lry03Ӹf^@ CJ|x[}H0YoirtQU.v#Mz Oq։fM=#{Zmc;K(i#]Q@⬱*WbGƺ4$ݪ'0],g| l[s lPN>=q;䗒V?9vcm$&MkLp4<Œy業6[~sjJ/Y#9-Zv;sGLFFS捴O}&չiiIs)OD"]L}G"6 1vjcxDƍnw fP]8[Dy?X$/mf@UG߲Q]Er#[q4Pɔ{e)h!`sHW]_(nTWO9a`5f`f磩,]x=ȿh1"I喘~irV8I&~9E휕㮴YӓlNéTPܒ%H~,G<"EKuҫ՚|u kܛw\)<‹8k߿ em}WKX]P MQjGيmB^)I6 v5bŶuV'^ Ƹզ7Eh9WgV?W*$_9$/Y\-&jDY=:(d%9,L{X6#?\&Ƃ !-tvx |缹ZY=!@< }1-j?\'iK+{TfRK+,3Aqn&Azik"xVV8皷h #{YBu7=Ab̬B/O=Pb}ly y jIwZ"~:` +29P. {ưl*_;۸ .rh)In M/6V< 8EdƯ_rdM{X֬ÕRhiE1D+(YJXy׸;|kS>ؿ 6E@ cmpZ֜@| ?'Y&Oj0"ܤp92yhoERZ-t$η&o #Է c(؋hJh^K#åٛ_ĒI" WeSUgQj#wľ5٩kߪ|cҎAH"Yą&e1ia;C&ՋtҒ]ڔbcr ~yF!KAU[Y]Gn`i߬udČTYS DQhX]Gq8+]c%ujek9gŕWGpc 2Δ 3[Q~:nc՟9, cNViI1y3i}jUi )]:AX8%s@pMDuFي0ay,r)rdžǦ[z=Z"1bq**'sJ0sBuu&&#@`ԍ/ݺ wdkPvܜJ1;L6M;ql ?֣L5gĮ8WpY,G<9ۇ w)>Ml=Lѫe/_äz [@cf}^^!A kw9)g* P4A+#lR!R HUkmd%`|{VlDӳnT9R5AX6%cY,WThwmh (o>˫i!<%E5"~$̀C#@C-po&-ˉ>7"UgbmgIt'hze'Jik<cA/ϞuZlE'v[PO]k+? c@WN. Ű7.##bNmFb~LEys6\"vƝ|8v&-EZ<:,xE4=WSBW -qjlQ]mǪ9|Ʋ%YRf%]ҷ|5>~.wDS8=tْٚ # lmV 4>iﮟ7!JIe)&t,q!iP"D-Y?V`JmީD'L+`_ <@;%X-'}r+@  ֏W@wNY\9kr$jL_@u5Od`c\F?2P +H g@p~ V{Xa1]wtYZ iI@ 9̖{rNJ=cܱ1jŜ`eX&v=(_]MBz*U'O[ ,7Xr;MC2aev86{V€"wl5gJ'w6}f= u3@jzԦʨ͖P %n6Lv#LO3Eby p%X%C[d'jxPI+4.pѥ 8U8IEnIh|$df9y#C'3չt_g9|<[IC(oiUe7=  , p~?B 5`BtaإɽMQs /Q/&OnDU-%kqlaeX+ΉDIoPqۥo5:0s‘2~R"$8筒&SM 8ri< d,7ܨa'o։!S|'ʭ8<\%w{wQ v@ɈƧ03[77Fq/MD8%GZѫTkCY?z[왕wgS0FMi~&hNEb#ʕ JšYHa(KWtm7g4/:ԹO)ݟM'm8{9Pi#4g=Kws휘רC#h{),[ࠣ̽vO)}\B})RKZ9Œn cbO_W<'4ڪYUl_jKRmm -GE)L0_Yoq VB +/} . ,T+)=Xt7~p}Ԩ#T?@Kxjҕ# ;` pH0 $.V3a(]3[y= % .Y73&rZ{roߒaD9(WAMW?pƎS' #Ɲs,qv\9Nބ&g6U{Fw n-u#Ec"; TXMR Gn*}{@)ؕWA;FSP "kxձA?Ǘdjёگ2fF}^vm8c> D~;I{)@Q=7JAp"2F?Er/x u<YtE^.`1Ң!Tҕ%U_/ RՅĚ6oQoi5E.I_2_jpE6ofkER XE?p[x8zYvxcd *Za4:,CƋ?+mW bSN #,rG/ai) <\t# "J- !] z<8cMbUv.'[u]rF[yPZ?c*&j3譻c๤>uc:AjmB#"rNHt;$ACǂaGm{? 8 _XϦ $fIw"2ktq7m2gxĆs #&Bn'si9ag :CR;+x}QAS۾k{)jnw9SұJW K[maƝS%>0pW v<^a20GX%ߟ?oWd٣.82^ $g2کYo/ Үm6<&IUl|b6a Ǝ=V'h7U9wIEg\o/ G<#=zLw:Q@% >k>jiM3$zԄ+mME yDPZx 1` cG)U8,DFDaZjǰg11s͉pMcQ'"8Z7LDYVFYۗ v."TPvӴwpj`@iSy zpG %Skl$Ѧe`9{zD|VSr^-qNG9)6<xk Ԁ; Hw<^ѿ/[1:]#&Z]%h[,6; :5>eH6בtzv4GA{u wmY<dI@2E{E\O}48BB6au8[F#yP1uU j BJ-ow O;6)u3Q+B*ك8(vS\﷠\(If@р϶ޖZ81ث-qhi?s_'[ӪTȞf"&]_\PvԐfs>{m@ &A*QX%4I-wD- ª}4^o/8`Bl^ȁeB #ab1}uj`lБsVWJ#bZ1.Gvٷ-F*zcȇ0 ,nvi lO"&ޢ IC3Y#xwmdc8JQk)?Դ` @hʺhU7N@"MJY!a 0k#Ґ+ bzsȚ(aLtW0`I_ٔ+L+"G3\O#X e HaѦGEPBs9ɲbrBP,]3 !Jk*:@Nǒƺng>ӋC ^h{#_:#wL,(}фgAJΤ_ ]ѽo2c*8./ ӂ@,f RѾm4UOdOUm2<ݝߵVe'u&9e>8fͩ銹{$p;RQAzk3- pUj1Jt &:HdVV^bf WuhGZRefԞ`2MY?;enǗW" yV:UN<8X`T t\L %6e6Ai'%4Xv^bOPM1 hR=-ȫ(B5~38 Wŝ{OՃB0U'*ptiWWoIJi!7`圦.NF h!e0gՏNW_j9MPmV^j2(NTǐUpO:k(W4~?qp#bU7I]RtS $U<jad5gS\<[fNBX3şY:Z\^]Pjn@cOAJLcy!K`R%Mij|iɝzw4 ,pɢ_CٻHɡqɓGuN1d:y@OThK/<N kTk#OE ,|z|7x-6+") 3n2,`%uV@e DÏ?0"eFLKdy5,ГM9<Քf8F f+跔UTEh>zL;^h3DZ ?z1qwcgI&(33Aզ1I6͜%]G/ T_O42j0[ّL Bfn"Jgq)4uꊪG;{K:i_2Xh@ă j-\X  -ivn=9yh" sw\"ӝM!(k| _MS;f0HPo\aƍىY䡳fӃx1i~I:E@FQ s{ҬZl:;fF3d f! @CVU48 mt_|8y,/|D@ YF7;zdˁӸ$[18<_ eL{ʹ/_@\$C 3bgI}Zĥ !Xلb?RPDlV-JW-1_Ef(v;b~M O9vL2^ u*t?׉Ԍ VLZ`375sKu 5k Of۬Wmpiu H^YL ͫ.uSEϸo+so#pE :Vy|[qHm=_APn4 A'5ŒP$.ZAZsz@Z0shjMYX'j BARK'򡆼'@T1ɛ.k Xn$`4/O"_^F1?N2혓m >h/H;T^36p!rӔbwgI MMV]ЎlX; a2;wEů-\C[i#&k e{Bq~f~Le|MӱcMKe$oR=29JP2jiZ 9m8񃠻":$VeksPPVﺺnUEDvwiɾ_h 1VoCܾ׳-P$Ug56ey0+hgh.#aƔCבAR}ʨ.uPR Z&^1C7 qjalǬBBGQk/7T|XD7xX*8QIO<t Ȓ$ .ebv|T|0Nh@vs1*꘨- eݢXlTJ,0k\1mF,*63}Z89U҂k`u*,uo&c𧌶B ߜZc ,V>9ڑW)HMLZKMɨ74ܝl?qAM )O~l'2*0xY/exeO#fo 7A bIPNA(6=brL PXK!4#:WTfwTŢ](L 2'-?LТOaڳzRt`RD!c1zڣ+Jcz 9qQ!xdKz8C5b(X^<>]Agޛ;ŅKǗ D~fTm8K3]3 !c9vs=ȰOd̒; {f! I'Y@sY;>F/b*W $`H!l7*d+!6ŇSda]:j *ƁZ}@Q)ź܇? 86: 6kû_{F>q;@!P^\>?IUE)vâw%^.c(ĥNVs|1rs*V9incMX*7 v)QٴR=U^ =! ;^djF0+8^9`O(kcʣ6/Wy7?$,ə/>rp{,WJ͛ED)Aawf;wY}:)(Y@[o dn2 -31A 2&Ûȡ]78]lM|(WW-_wAgлX z$aL* ?FE+Ӱ:Isz6[j-d&qxQAEkWȓ섑 з@&Q5_ s +0kkj݃{ } J" ]P,l"2C܀xU8dׁAnNܴϩY adv6 K0ڤYJU~ǰ#eu>]0P;In2iZΛl(,@ydch+G֪Tӵ}fZ7sْ}b>!Prj8Rz*SlDS!\e]E^ErY<#ޖTSe7-\.S' k iZ(U懾hBt/Ci+_{Cm0RШUvNTR,B"t$TchQKL][D(6 *-@pdkޑr =9DH>F;Ds^:%xg"I';k*A>^v ς59t7;Nf24_,M脪09 P PRҪu̿!3~ޥrѐhoɲC-ja26umJ(yb$ݓ6*20g[B!BlI^Uϰw")szb%|l B44k`ZorLY4AUt|i8}\_>w K~9Zg6:g+6jуHr~m(P.NPHĴ}si;/y|M`yٕ gKBܸOG3t}_, >F;ioNxȣ'j5N frO˷}PGJkィՂ(v2W>}> AMp'A)~(g+y0O{ٕR؏/eݪ!RxB \% ;})`l]7r|BmIg03t#J,|h KI#HF~<*P׋gzcIxk&:4$$:TցV%\+a>K)uf.`Eʘ 'MJbǞ#ur-5Œڃޙ:o=4>5jxosX,>"ZnH髟M| Ci p)- 7]zHvN#0ȥCU `DŽbD .> #|ͱ?tͷ`QVY Yj.WS>9HTWZek!X7˫?(3VaadXA aZ`,nV5H\~> TyirEsvq#!۶TTL5Fgx6B;> 0u=i%Y`ZlVܟ?~1T5?aHPeF[OZHlSøMWm RøO0 h hқ׫s#r0*Z ɢfuחK5>τQAmỐC`ѣϊVzZF}3V.X}ʚ{"ɱCc+p`KOPZS$".rNBI5j驡.2vUkRDעfW\ B+n1S`3lD0DD;w?lSYtHzҙPϾ5zeA FϾ[:OoJ=ӫ=La͘k-`ZDe!6 sa #.:2QAq4[$\D}xMg5kOyl"w|؇6vBXqEMT|.RҀ2tš|Xv*v Pg1< =fWp05Tp,\ɞb1>o;pD&]8G.]#uSr!N[".'NrWE݁6}q}Oj_X~7!I4)V\BVG4lL)?d$}>KOݾw~\+$hՋ&GS_'U,mL@|M2MH8Ұ0Jnbn;?Y=tݘEhd ?Uq!zRξF'vƼ#ԜS.d5~\IW-wXQ;T\6΍`i.S<[r!N޹ZY=& YX0sIq&z@\>ۋp$YS6;Ey\7,ҀelwoLE0*x5X3'dhdDٺvǙ<$2=a6aEr]$?dFSxB!.@C@jZpC_eª"_{Lo%o#BCtc~mf[c'v0}b.mGȭ\jnE%vT9O!dhŜ6Q f}8 sf^է|D1t31̞{7ٙ^J֐[.#WPkyAjw|. e.h,>DwQdah^տ7 `@/bmcCѩDX6i.́5  EAD럗2,-l/^3γO;%$#8c:y%%lU} JѺ#=XpHcG&`V79)@º CFu.mP=lDYus%/f,jNɫ+cFq& HdVOY`t(H?|+ R")B8F }P4.f#U/3v@|{9"Pӫ=v '>OP2~pFАȍ(hDJ!9`@-jẮɇ Q0wW#P'*TpE=n> w'-wr#\ؑ/Lj*ߗ} #4<{j3G녵J:`F;|_M)'e+XjLT)PWυ 3Y5ވIW3/ >pdnIÓ˱Q[ 2>;qnfu~,I5<=.xvQj U)|8 R,C~vxM&B'hNi%84{PR,^niBOT)\K^Bx6NUf" CnMR|J)R57lEr NxfPGܧjzT3aE"Aof&_6 gIk"⍑^m 7)JHeJ X-1w I !t>ff | M:W$?ء'pْBAYDIb;͵xn(s|uO뺫J I`BVZmy;rY xf$5KT!jYGϧ9 2dpX8rɜv;7octCx_v]UjdQЬ.~~QEufOg;D@u{M;Z5ܙ5yƈ@ ^ΩgY ɴ|h'-l?aL`>wT8|: CAV  )|܋4.Q6840s܎g(S6- 3jM>ifQ~&!G|E;kTqrö4 hr88r%?jÂ@){nԱ}ӯBBɦ!N* c^ĩ@=[y;Y[F4s|4:{BxbL(ϧpjCǘƯP&d/D.nDč$gpcҢC/0 wpΰ ӫKڌUg3XZk~zU+ q sm<WO w^\;E7,Vxy.KKG|j6ber%hIXf{E)PԤAG,TP"`}X tl[وR>pmI>.V4s=;X]76i:]) R" |iv.I לafVhVU `^o^FQ`ۄ? ˨ u\3 ^GII]#Q۶8cY}2,- Dz t)yY0&#֢d'8I T4VLيYm9iȿ+{]O'HIj0ViP=o $anFOs +G'IA0}싰q~s7 7a˟5k5:hp79!U BVѹGm(PV$n6U}g\/OdG&zi.7gi 5epGHP5c|[YD!! f-. "ې &+u5c[ZrnTAsn765A 7~\(R A(el6Z:?Z\ti ֿͭ}R!"Gll}!oEґbG-,D4D<=\Ǖ'Ь${cpLbv@SWJi-){QCQ~5Kla5EegVW-?j~Q R@5 ItM"3bٵ&I)phKJ=#jnRmO}~𣓀dxܙʦg >$nx#T(iiه 9d^ƺ DgQ4TSwE 1G;!IH/jQqȜ fds`#PV )+?ɱ x1uU?~U 3pH#E.;(chQ=_;jנuB"g}5:tYeFT5v" 凡4JP׋X(-YմE.v1NjCr5Yp_R=D\NjHF?j=jH#&GTN1N,hVbؿ٩VVje1`QGpnр#ס;nvQac7 T3+! ]9M $(K"|VEùN}k׷I/x}Adc4t%9-+QNsAgپ Gzlj '06Vugڱ#~">ҳx 4|CjvC)oܸ%~wu.# rE+uF?çBWqG:~dMGV;jwXTDBӬIQ}*Z@R$ 3R|֟1|ɽɌmj|vC%\DqDq)0} ْ;{8pok<֐mJqvH?fM|(n1/e'j(-dďL40,dtVˑ#nFev̧7 Zq ES舗k] M ˈ4BىOWK)1r|Ҧ8c]Ò1Qe!Iw֙%Z RI"g;䤤77~0ƹ|20qĆgu)"y0{C = 4˖ & jKiRˁK*o¸*W`7]6nOOmPIqbPVJ:Yi:&fjc_ c#5>)hr = ?Ŝ-x,6*'y!RhcQZTv֊*Y֧<@o(%~G"*dGLle>`>;c PUaSB&4ҡ,uY#޵#ad~QG,َ52:<O=0.i4(ZЬb@?r M@iq2|<;lc̷qI38֤9C8&`zײK 8hM톬.ܚmQ^h&Y96"r(S UCEULQ,鿙]4φUPR$p4{,y:򕎕u8hб wɽ9 +N 3WVRi(nӃuN!9`}mhdP|tUldln\Xc PZx^YsSiGŷ8` ĬO ŎN." '~u&5<#m_- X]N d T'j EE2LeGM9| &سcN3d܆0_WHJZEiWdP_ .!{!1\.pX<$(o.=D)CHh7hv60>E1* V0S3<4酢OϢ )lvs<2 Li;_&M2X&75(b]7KT(SZOR#?omwsDqVT1.s*ۂ52# H ]?iuSusIdzοpf+U/t$T:#TYp WVO)PF8қ#0(m8r2IG]@\:8qŧ K>,Zӽ8Ibk٥gޱ8o4s~n8no s26*/N!iIcu/%<^嘑N&֙ckOOjRYC6'nUq2-Yjz5;As3R@XnK%j;A=}n/zދwA /F4_eK:7Om>kg>G"}|,*H6K͠`AdabEnȚu*) t*k ѝww(|!P0Y1Nu^0njFY,:v7 ^kчyKA3+HSw&砞ҝѭ h=wxnBnE%cCI? A7Yvn(J^ yNG~ـ! X~0.YG%a)ؿ-޾jU r-`b lFM3r]tJjG˃+WLjs# 5ˁO>}&0_R>+Z8vWێ؊c?_tЩF#1sKf͓ݷQmhuBFAWPL&̋Fępa\U |>`f"EKsuLrG\UTa]&PC^_vxpY}ѓJ-l3w ŧ׊)+ I_W,\X O-:I{adtgЉfH ?9܀.l9unC Ƿ>K1#NawB"\벡"IJ19y5 >}ρUfRTqDW q㭄R~F\'Ik^VOV!O\CŬpb}/\K,~Se<2q8,$Ly*UoDJR@:UehM# \z fotۻG8L9M8?gnF!8&,tbo u~7 >OG vXЗoQ\$ sBfň85=ksR(OEb9ޡaT~Bs.Af -$Z;SN Mzv_Ќ$M)M#R6:boqvt0v@ovy`)#;6~斨 {y1!& y~{U mn((SqOޞ8TMmYDb&Za/qr4*8`DWe 6Fv.̐AbM%zkv 9MXeM_EBV¢#A4!'S?lB+ڼ =*|G!If ^ӱc$fpF no;d {c.[?1LU~9R\RZQx 'u4r6۴G+4 U0(p@_B3o}<˷{C@֓XԪ?P4pZ=5ķxNV~BGn]sIPO|RПJbޝ 6#!~t8D 2$^cy'0h{A > &f:<4䈑웃30y-zA-'UPqdN 94n4b;"bZ=md.'W{ af@51.?ev >b)P >SXz+?C -8dӽḦ́+4t2e+~ s87!ŋp˒/Q:oF8(< tVD <CYGڣ\ζe=LXnTvIG?wRЬh5.s٣{Y`>A3!Ng=t_툝I/mH"Z-*az&ގ6ErcZ3\r<f=)9,(] \Fe4 Dp2PC^4c"= UVS'1QlkFO UyCg^<(ԕlX7 bd;%CM액tP20X[峯6aI*)Wnn moP<q˼A,nDbjj0y *FXMMJ1{)u_1Ժ*E-ۦ6c˻;H䬇ʧsA[ߚ7 *&(xC?P)Hݹ WľEĹۜ UAW-Fں*lveI{pڵ15Hz]p)2n /#0\PK<^6 c'`ecMe̹dGH||5^ ẠQ*l;@ZQGQ|@C+VRaLJq{vK1hw@}{L1\ ElMG2LF1\t)&GQ|P;W8/#;sBJ$$E1ZPǰV;zN1A02s)lKfRk䝃r< wҐ<|T0@Ah ?gḀERpn .8e˸{:&q2QHA<9;YtHdL-K?~c_Hv4 (g0+ ,Q)<3B7f".$`@_slݶk r>K  #RpvUQl**nkIa Qa)c}SƴyÖv5A-3vG5JW;ubB!o'N<|LhѩGꍚP<Zf^صů:mi߫)rwWy4'-'UniLP@M=bgr^<4Qnc M0g-V?5QvMӰof` ݃ꔧSz8aEy^83"W7bF9؏;&_%^} S* S^츽$a[\ f=,CUX^q tßTf(a:r Pz$I󚤘DQ U 2,v% x|lzGEjΉ/^}8L N)Fq>/ɽ;r>Kjd5"_u<#]UY!!4zIAY&R6uH鵾\Rt5 $miőx0zUʆY'>dk7Sѕ:b|2 לi H@mVF+篐Ki˂nWoɜ}yjdW\ Fܽ h! `OU=.K5w0bi cC:yK M H>s]ɈKZFg{-"^)D/y/'^Aq?WJ? V)4^P(:g,Z_eִ$l`E|/IB48y!'ծ\{-! -5Dz4\8cꇒ6MK~,(0yL|,5rSeABǞ5u 6_aea 4^=@7P\kC~O{B~>V3jD,~m`P[{{6^BG⚧B t<ˑEfD͝DF*|빤lEɐXOH~I584p :eP8/Q aqfABTߪqQ όB6Z(7^^mJ*nD4/f4Iiº8+,s؊ IE+-J9ry8,,mSp01]O"RtR]IjT!e[pͬm9+m+"+H,gcm&!m8a5"_UCj鰓4gל낧#JT,-]VGF}:8Mk|"#܀`^lKDͳVI!xCNLf/V |@:IE^Ihڕ ݓ--28SI~^6Ѳ)C`W)ŒZ5J&5ؒ;RM̽?f9Rw 6'KgJlapIZ\”',J&)܏ 5 ǧdqE8[452>% r-A G(5| M&-Jl|* L$TB-k~ bЄvя8ܿY. Nt\zwƳL#Ro[oE_p lhwq,Z0~~?K[Et&X,`#&q9c\Q#݋Mt2t6JVze帢qprę6m. GDa!-U1ݣ.ݲ>_4,. Tf+LF7iҕ/Ϙ-l$wxo3WņqQG@ُ(o "/q3P78x,d7dj}̳.PlAOtSR+R[)IEMz#6{15j=ҋfШCsdÝha~1z #]fMΖu*FwI㲓ɳ:"d/G|l~3}5lcN,ώLj/sF4wMݲ.m4:Q$dW'O0bO P;'q<,͑Kf T_D( 5//XhDl_|_5[;Kف( e,#p>d5 HKnz &j?(u`dmUP_NNjI4NFѸ(M+ m\X3[OK'=`t;% wLvnܩYjɻ)HIwË*S?<< 8"jg l'DwDbSV,CL uP9Ǩ@ЈmAY& 3|s 7piVpҏ.lE;@<}FugcSmd?OR)(ݺXh20|] #\Yapk,' c` (4q=CVc^MQh5ٯ3-B:4. tfYX{ ĺ"qqw2^=д1ruy&= y@&ֲ/7Ϙ&Gʕ:$'m\:4uء.~9 Y?̤nX,GZw_ }!-G>@r/~GomQXUT9Vq-9*eX!xg8]JFTT4:x3peQ5`P@<זC <(`2;nӠb"C I  jW<]b)!wMл]f =8O UiXqekGyO4qZk.S l;D}N|R腇֒l=M 5CA9nt/+81j\_ӹb'DjXB+)\pQ\ |3kMϒhHK&T5+טcbbo&^Hw` xkq-n}V.j2\6,ԈTP]S"? O6]%l+>SGغO{N_M `0~c ^g_ve{ un:=_!pS _Roɮr9@fEF\RrY k#XdZYy;ybF \@# 4PS!| tq¨܄'Y@vlsy'-Z bJz܅UƆ9%#O @ X1s~}6,kPҞЩMzt]\ EXsB Jp6& Ԫ4)BO JN/)AˆBO(N]30䒴ID`Y˦$g/ZC~WvB-IH`asJmݵ_V:j!,JSҒsR;e֏o[|MoV>h|:j:e(TBXA/}E`nQ{}qXm1'']cǕ=/'fJ$*pm.F>ߞ76Fiz_,W`5a=wPVKXwa-ۅn&OY?hŬ ov fe `?R7Hl^WȵJ E%2;#j*@( WjyK_r[F )Ec< 2UTQX0x!h0HGZ6=7yZ:F3"zh`#,2*Ю8#@M:0tPhЈq5ou L B{?lck (+W9V]N=(w\ޢi@78C;H6td*+Utkw;$H2aḺB ի[EVPNOġS*;F[44ZFMo ?jK XrKb&o֟eUO Dʾ§r }.g?ͣw42q[i@R3O2`1d@5e 8|K%͂\c5nbnF*(tP\5nw ҵ2Ԩ)Yq, +'?=pe6{ny@y6Bp%v&-4-,4#Qzngxyw֮?i ĩ\ s^ji~MEnhɎ">MaO$hM Fl8'A/ v"?fإ,-\E}ʖIw!}۸T-tpEk :z3\BrSq:(ָ0 RB]"7CA۱g4wq< Sʦ )6j Q8j4Y僕D>tlgB.%ûL*nc”$KwɊi=+nUz&Vש+CYE}=kKlX6h} {{:,ftMmۋ]QVsw>Zd7_̇m lؤLmqԥwT%;D$b1ѻ+<;էgfsi38͍|߾2jyNʽE}Bs@ D |5^wȹy5LigLzF1fu'kzrAktV,;½P(f2Vr-܍%`ۣ}vb۟K30Ŀ(9Q稀 u)㍴ǻbsgV4V=PhRsȱB-NmYURM//]/h,ڴUUjݽ4zNGȶ,T6JͰ"cʾ!EH~,;_Dh!٦aUqK Sڇ38VH9yAX%hpzh)x8ϔjj(n]}Q)1]z%{-dT<*\]u?*7:xfjÒ$GW֒r/}wu֊w#c`'뤥b˅0zAHdj xi KԔyȎx*`181݉y/*5(:I,Ky!-% qi'+#,>;ĺ2pUqI}@Q!f0/=tq ŞDUk+(;:b,~<^{gIWv̐Tx4@2vnWK[mg YuN]*|EuDhh;7!k;Kc.>t>ƙuA&w<ع!st ?*^bIiE_tzؖv^^wb̯ D3m r & %S* i??= 4bwdV5^Pq>(pfS6$͢ظjOlujզc6Ȗ@iL,M>}nKTui^:?3+]f$AXBXvM+IW` +=B]t`5*IghH- HppAqKC׀ԚЭrj@K퍌c+3%*0)M%kʜ1q `ЈCN}R"6<7-誶\N4o 0a*eA UDUm-Rn/4;n.{!Z\Ԑ f? Na!pzfj 2Ɗ=94>s.vW8?:`a6.M&-h]ï}֧!cs{WfG?v0zr]eDtU,Ȋs&"WިWpQxiFb>{i5@!% c?c4@+;">#ę @~zZsdnV+\N)s'X*LbZ'>ܴZ cǞ6(;"*8CA0  p_:_F]GVkލ,ddhp5]Y B}ܟ5ƾ)fZ)dByS(xB/!(#9MIQd_xe /\v h%'`j gi2%&њh(vJ Q<-t bܼw+]/GIdb{aj[ɀɽ#&4{w~wЉT~Cbdt@߈) RŒCR!?ρBeVzإ:!=Ӹ P*6U5~On&e[^2`Iyܼ:: x@Ϊ*aأ& fPX]l QVʀlx[#@.33 nʔ=_q2DIJRf朕^BP*ub;&WzQ&[~/ٸW /Z4yvw`?</Q3eba+ȈЋM+MVm+3ALd 1:U%t/pnI&gb,Y)V2 3y;QKZjboٙV%>7aM TN7)|H2L`^eNdQKG%T+ǪhU*q5d=1RRSKǑ@[=<KA ÃB ~5P"5bIxz ՟-" 1i6.`ɇ'1AU@ctC=ǹPDzu+kZܔmx՛2p 튧y̮uEn~MO&{ȃA_J}lP. '77jkħ='{E9O\8ͦ%*)k:<% X"@̈iiySd^rQa^&1f>ngb'zֳCɧYC<$89.</K*\߬?rŖI)X Mݥok$eAF=ukd)dA EVOe˾P 쳑[Rυ#$"۬Gz%Wq%)tʞ5m#VKJ#,R1+h7 FgY:h,Sć< M}-Ag&(hcp30K%x ٸf"Ɛa~#?*)+i]Ԝ™ps#I :a%Rxu=#԰{4],+@,H-|r{<S,ƞ J AݧZQ3,*)JA(I|{Aiݨ;>Tes@t 8M1tnUJ~eHc Tkoю MGy-EE<Œ5#gzѯ3|^ɞKaV dvzX e33^TbC[P<JaUk|枭>@SMZEEN-vyy'4U0e|Pz<Ӥ/φی `51KSd;Ď-T/nֿܑ'cG<9 §ڳpqC;,K.XٍPk]_Xִ|r>P"MTڗcty݊A*{}W,TPޚ&s <3]BGG+X1~ONB+:ٝ̏|D|Yc`n?l ꭍYH|7s  _&:X gz@A_hV"ǵ*Jjɹ?O([ʯZ!X)*`Wo=8ltuT@ώs p#"lJOHiau-W\8(w81`Ω+Wo)C&v3)޹=lj'ї p[M{z˫r~FH8 ,wFɣ"f\H\g0wV`a.>W&[s ꩓w"̙#4u +e;X57e[.$@Qf(9dTahO1:+҉dĐ}FoU t#+-6)nN=xC/l"yE5V6o>XDCj 1{ M!`XW*%clRFGPfAz<ʛ- Zj0QO^F0i/AP%Ir?jnuI/ ?Vgj7ɆP}]{/X 7Lj8?W)lJC8|>f$GޱkH0 c_DcRdP!~sTTy( !w2r+5!YI V C=͟r^~&汵,VP$g7c55&S^l+XbU|"{]DQ; /E[PvoL(_j 8-c#Qh3a;_}s"ν)'ah'س C,55a}@ :pHZLfLԽVzv]P@)y`Ȉ=*"ؗMy[T[!<#^H^0 t€{S׬'շ6w]d&^^X#ַƌVI+!MG0^ga6%;AY)!A a6y(|Op`r)w+y\Y}E}1aBr^0e8pXѨ#@,]]#&l^SWZ^HS퉎9x{>b)ئT"}c{,Zهy5TO7@`h$rohQICqoܰ%Z}R_';Woqa>б)p@5-b &vÐaw-#aP<4_`4X{DBx**\m!MH38 =t![vM`f4[l%E\ pg)/--LM> 3v+zY5b'Hh)gw =ˈ5\ 2Gi~Dz$Mm>b9%-%: 0Xoo#YP,uypܓ79~ez3Ozˏ9y\@]i6X >ɲo C,N@in?Q$e4T_7V@'reЇpݤs:wZkI=;~=nh}B[Yz9'X'Kv>Cs&wxAQa؝TNpC"sΔh§Q7HIV%0Rf9rm\Z5XԼmgH]ZÇ(154ه3 >_X햳 =]H>b|˂ D* }^sV5>bp\r sk_@>!5e=N\u( vwG&.nxwָ,߈9H#BsD3f]-ª6(B6ҁ"W=zFCRW!Rxi b(@ ͈aINrw^Z=QZg| J.BmǂK1@]TR LJݏɪbYW9 ߷ԖBL^w @-K$M1VeLY?(A rUvu`-?B }:`2K}nt7y[weq.ump!=Ԩ~P`1HfTr,z;m!&=wͪ:tZ,*@dD~t7˳@Z[DI1V ntH`J/U[)ȧ?YdޠmQ&m:l, D ah{eV.3MSeF P.+^ meٸNw)s" K7וYWºqbX T_ٯBt7\-IRUiGz4c!3A#΂š]~ 髼ہg5}/ɮKJFa!;5}|kbZeG㴃@n6z'Ee+ts\5N.|M@A hN=x*nTx.SvN-S+ʆFAvS@}Z  KW2S"*~jѶL}Jvd9n#ϱ.+@iu=(>qé,L`g n <:%BKuyEt8oc_BTxoL=ӱRkJnӯKv 19< 3bj:nTTKws.;QK ;\QQؑ=4JUU5flx]m hArBzH"q̏1me ^x4(48- &;y&}M`sb]n{75 ba m,|~;[OWg pRsڽup#[L {+ÁnvvFZg/Nw ܂#Hl%=l{ŢMiJtֲ/"ey9&D{5F l`/cP$OP z7[8뵢HHޫ !$9A+KRnuMa>3S@~C?a XԖ;CHvuK֦{pπ^vDV+ڈкy.  nmQ hl ]-_q*餵қG Qn`jPO|ݚe Hx1s&_zQ-̥NYAF~+>^"Wܸ  &yS͟’G|댹&=S<E nątB +^" lbd+rғoP>QmrVB浢 82sfAک @0;CF v"fcq,x,^؃WQhOx$$ !3@ v [a?67aE:'!Zb1FNq`'VS;_dH燎W4%`~!`gv)U]QsBE*Qzx;a&nWDg7; }I-.̕zǨ"ޕQ[msx|ζb4K%07<>I0+D퓩96A[ߦ,ٿlu#:~^>b0];/B{sv8R~*[yĐ`(dwԝtM"Kv N~>џbO$ vmηu U_53o&5g ܂iT'Lcuq)$);]:ߍo6LmFހ=سsF>29Q<.+jmXVzbG;yq4 xe`-S&ѥ轢 vIb9N#>fuu%gK`}H8R zGaY>T ºB=%r/3tN :-\ϧ)R1fɽ_(z- 7{<+ʐIZŭٮcUnՃVnB]B'EœH+ =a/nYfV]}rXÀ]e\L0|/mɩlHŇů۩3-zK=0Ny]qwa?; 5q%]rՇOKJ07vl<d}]Y͓QNZ+&.U(R0DqpTE${V4tz2% XGd vK:ۓRuNK`YQO.w՛_t.,Q('L&ұzR[nJZzICO썮.°/epubY[g,|P|7+7w6Z2(%dIL]ɨ!\6Jo>3Z1'uz~J/Wn-^U,Ab`EUxSc)2c-5>Q[ 'Iaa eLE_awctU+'ED\VzFP;|.jscj{amr3 nL@y\E Hr}cC3lp֥4 5pСLhGhEY]5?Sk~$hlnAՈWZ?AhXLN=,.mJ!Wn|H 'ҕb9?I=t]I\]͈<*  4 >6Ql Nj^R<ፋ;/!Q>Cu!X홾FTFZ$ـ䯰SD)(1fi xr ӑ@<5-DژNӻK5ρ㚭%'87={`Mviv/`E#n͙#`.* 94\._wAl'ʫ및 Ll Q|t I쫎ꙊbGyrןc~{!w9,(jAY~8wd7FYRo |ZxA,sm϶ߡo!m~ncHhڢV]wN$]vU0TZ8ygSaͤ6}5rX0OBwaYR*gi6r #T &Ƙ"f,Y)Wʼnt\ʬYAVk-T M4iaM$$klnj+6'9z[9EKb5?٫Z‰)"<]sՎ-u\}w'! 6 cፂwp|d Z*lw7.6Q'tsO2}y [Hpqp \L3M/` qe|C SҶ@-˧ZPYSfN09|uEfqb9ܲAydT6HmepHtf H*Y9=j@a6}7$B[دL)^Iɳ ,1{=o6UɑI9Љt6?8@1yoQf%)\SMDwVo,VsclC&zjCEyCDw=I󢹣ІP2ӣo> .;U ^V=UȊM9tw=^Girk &Z]¢Pt(G8 13]RȢ9p5<5_;Q::5Zp8 ܑr[,Qc?[򚦽}%#[R^/evA:&ȴsZbі]VV:[(Y,9\kIw9]-FRo(,'?l :E 3Za#臈,Xp{Oo?pn E:^Ph1B/oI Bfٝ\<)"y︾ѕm]l#KI`&!b,qot}k,!ȿ Gr DhIH!ԉSg<q-H 7~ϡеﲱi⧟YuAX`35;A hk u|' wH'd T.f]$n2V uVjbzmA.}b)-]sdVE(c@) %'Ex"Q@7};thDLQG95.- >D"K;oNߚ;q%Ox#Tâ6*.8e|'D)x[LLK_ RK2!E!>r A”VTBSJ^̌_AX;(;40xHȪ&jڜPsRrς|djI=em2iYʭ(A_gjgMZ?dEf9ZG qavT! %XT}`5ڪ ,CcWU/?=xlop9Kd$Yz8|$6rOkDC&sDhp9^ kn6'S]{0+t5 Oo@{ڑd{/ѴBVt@=.)-#fnw5",+>FAm rn|Sʡ'*€jaHDMhp˙Ѻ'!dd7c Vْ4 .IdȤI[CgP߿Ruљ4,_UqRMT"ϭjt~CԖ:MaJ\dgG2q$fWFPӒb_^?tsğ]4c~XYe_2 hzMB _qQ~~̨CglP(yQtWbsoXq* _0},];$.k0d4v y'|J&5&%7o @ 3;$̖hJGG+d֨X tDLX4b3[SAҪ!TBيwl_@V;a";-Yzqd1T CijZ:1LQdzO|#瀅zIN]~RV&w5m~q\Ahcr7, gRn2 }3q-;6\iMs{QY` `8Am+e74`TY^ 4N^I1-#jy2 GxF)M3那Xf! !M=ZBogUd;!tm WELi-Iq$@E=,_A,0Rq,uH=L%GUbgޟxT`u*(>Ùt$~{ N&.m K;w K*Ø]~S{T|ҙiDZwe@Hlsm ~L@Jk~Mʑ-㕇m#c p hDI}?IDDv+oMZ}B$-=ysG޹8{XɃ05fX b!)+b.QD{Ufn0Z8/23N[W⡚ˮ ;̀cm(߀lpz' vQ[1~Di"4嬐l8ҁ,_gS~B 2"y6zw!na 8۴wXٺ~츷Qëw\nj\4Kzw,1#.,Ø=44EdVJicQ5nXɨL~gV\k>"G*8yMW8|Nc~{01k1w9nGM (E Væ!w yPjnd-l? 2DE=3> (֠I3jo!6: JKdP\i@gxz %xn mN)BE81 A4h^Y)gB`T"vo^9LdV ֦*Dj̽sgLl}0IcUQnT>R97YR 'M'')jvS_+3\{Yp$_d?u,3/}±8CA~csb_$7 a»[h* Ade t?tW,بAsE[hc h:XMZ6Մ8OJ6-"H &\‚{uYvHLu4첌14V.H:b/a"&윶_r,ǻn_;) )U s?3¦S Nb Cd~[s8.FB0la6#g89^|e)*4ļEO}WTiƎa;{+%ERWbFRݾMk~0j'zƨ,BF>^Sϒ~j:s yZj;:Zpfo$%UjaJLAM(LM;0 r CÆlm\wޢ 13W /#%+fbPR%_ݘIg ~I Ms=g<ЩPn܎^oPc#xVP)ڑy_UF `.SloI]׊9qДTvxE"%'i֨LY,ZUH# X~w<OJiL+q <9=RK*xn;& !\˱ɏ!Lɏ6)P|=//\0XV)TEtY 3w$G?ֆ%A%+-\Cg#NT1B*(<,k?jeFjk 8ۃnފVb ՞1C05CGc&e)7:$zH&Ȕޯe ^`_P!A (T̯(h*5x` 6Xn;ZrF Sv* =~|ȽാD_!4:Qz]'y"iiRӰy*m/(%G\sfѤw`;<hZFnacH $X>4NT}~fWZQ|䴘Fm6v}ξ*:حf^KKj/ q2zkѰDv{o'q=ns}@0Ȩb⃡Ex~}*j'U"olr zus<>OvY}#Κq#-Yy ظ4B'8a{Ҟ j|rݣY{Q\U2%;hqPлcSN0'eKu䷁_b5KC ߁\6`GȺu h%NTLBp8$6Hvk=X֨mXe<w֧sYL& a aKӅ2\%LDR>WFH3r"v!wKfL EUG#,kݨ)/6vܧϼ zn.EI\#V&J?b f)6-Z =xW*0Ax˽.h?u1SVO[^۩4vl=4msG$WI>Zmu`ulOrcb ^Wj= ˪ۋlBA6~wR=;vBT=>}+C06SW f *7 Eڟk@_Pyh`x46ZfD3㧊}~T=aPk#f@k3|5V=8m%:g, #|[W([={ʨ- w%Pg 0zT[0.㘹5JHC{SK­2 ?Y:Z9Rttsоʎ?CG"B"3T$fNTAPHc$jyEMsBTFnu8\%>|+AB% BWEv[/^UN"A#5DeiM"G9B?pӠ$Ú!TuC+7 ~MLCI#N&e";jC 6bIN2f )#ocQD`1ᦉRn`PO{Ï`|zvTn͕@šra~1ef#"(hVҽ`x+i1s?,qTh S\4Ce2\у+6%6g@`H# D(V-v,8$8#3{e6/_*AVs'wᐕO, Ro2jKxeUemwtp/lQR!*j#0>/ɣa(FfUCe$tzȘ1D=(weɰ&yagIA\-0P\6̞XDų.DǴ,D4R k"[fVʍ̴m7n&ׄ>N C:gDAIy{LM:AG lʅg1όCo_F{݇(Z$}GaD{YZIXN5zy ͆_ V*]yRU\a83PAKL͍pHnZHOFsNFNtݛlIըDtDbGa<ې2챍m`19|4`hsճ4Mrd뚜l\f(;Hx^6ڰ]q)M>2M)Hsެʕp9p}a_#&_A v| qz$Vγ;HDMͱa dΑ}O^MנR(& N%9BK35>Ӭ~*"|iyܠ{s|?xxw#>qӱs ޝ{"J?warrL#=^B5/쎱a-2mji!HԒ=o*OCC k3Xe0gߑ~h14+[)-C S<[NXG 7CƝU#hnr wqT,E-:-ėbH (77ffgqMSrLY_G=T>04SY$6Œ#O#eMyr pG$HᣌL ;R* nIѷ * z(KTop13 K|'yTK?qmoJ 6Dkx$/#aMHBJS=SAӷDIWP%/(TyFr72+^̌z)enpsAoOΏCA/p&jLoY*`t -7e'w Aayy<=w3oO U VKE8;(C$WkaDZAQa Fj®C܋* ?_dK:q ]kMKl*1;dop#NOӲXMUEA19䕩+E0 3lY~D`5ͮ-)el|U x֭>V.zZh=Y(]gA$w8E;{5ܳ 4&T8?l$)B H Ŀe ! YZgWsCk e-=J |*dR]y@x2keɒq8[t*waI=IkaƵG(^fQ$,ZmU҆1d ?*mFcծ^0]"!_X9 #V&φN@Ni,Iz0:c~^Entؒ/(-Ӧ|~ѥ!QM>{JG~~.H ?dnlz4k%23p 6,Z&{& nXKx zQ™2RqQ$V4}>@i9c?X{6R#._!4Y$Җ[:=ݰ%N.`m܅5qm6l~ 7_?Z*t5h_H%ԭʇQ,6K;1ݞߐWʱA^u6%BX<T]cUh%-볤}Z:U eǻ[ejTL׋򠳅S῰I+UM_}a|I.7AZ^EKCP> _iO! *DRfsܯ$^-xrV o(^3ӥ-̻_LJT>G|IXir`"d{e˾'5ۀ Jb2[a~zWxNl/e3aWue ہ!iqt 5נ^ȜkiVDMf5rN:yTf?WwOH:_K8?5RLw]cvLqe#f?(\4d;fmD7$9iT *v& &6ů.Z R46T{];Y{*BɎ6Ǖ^H[{f8_ I?4_M3k'G\|Db@.U8qa ݦ 5jT*> 2hz΋4^ͭFʽ\}+`Է(G! uY{@p9DgP% fj N*:"(##U'YO / 'v=JjDGK% M"kRΜzisFT1̢f"/o'.;&)A~`ys5Z|-n"oޮp@m" p Ї0^dJ2B*[ 곢$SO.&/SRˤO'|jNeAŚu[;`? N5z.#1ITk{qﲊ-؍&x]M U#2yeKPGV"lĂiθu'^lT*Z˥nI7DLħsxKY*1S)4.e|0V2s<ސ[X(Luv1ux*p-SB@}5,$'՛&"o}\۸%I9I{bFp[|~:tV2@K`ΌaOX{L> T%)FIQ"ͅ4tKy)PG¿ݓDuEg4bD('\ư)'d%1T\PZ!1k2P/ݾr/i%#!4t2U7Z+`~2&S#H/#£9Lu\ ŚozԠ9FpuKDϽAL2o袙H&7$b~"٘,pZ,b>8! cB8ن =¹HSnW*vk21{9Nn<K]-yxNvM2aэVv ?GE],͠o *n<>;J~_u[^<. Rϖ$zq×qݝ:i xARĀbϵѽg J$pǭe 'tXӵTVȘnTVNWv( 3QZHnEXhڞWdn*.'cuVVx\ȏ !Ѱ:13nI!G_}QfEfR<,P ˈ)Oꔎau\HQo1.N4?Nc]vW|KEWZ«a 4Dκl:A #~fq.xvup<|im}䜣6h~4ִs!/+LB:5Kgr@%On3{]x%"9 Ë,&WyZv',Y@^3kSj/ıkigލI&ʿWFy"疒Pb֠toj} $|>a* =Ic$He46P ?^ϰz^3"%͌GE]2fps)a!bHiV`|I0? b уȯ"u!FbRd6 ׾O8a֨s/;K,3TtQ8 Э,X2E'=\(_6zNmkbo# _%71P-bT}|1 %x`GfjVq$dBk(i\߽`eܸqzb[=F#&?mx9G1&fj,PG{6>C |zaai)s~C6uχ&]j?@?]qi`t֒I54u~I޳9%w:o)coZ~ -ZUwmɒS#Mz.nh [1?/L=r(2AgBeU!u2'A8Ӷ[9+huiK^% rEfۉH%al=^"*TdVpZƆwҳStrԎy~qʊ;nI0X<֎(qX޼rfe4nIoT oϴr : .[ΒGlifkh%=NKM"j괌f+x_*kXx[W?ՖvuAtuc7f'aYGŽay5ā?{Xqb׎$' g;>^p$*a-|wO FIiXVvS|MI*md^m`"/iJ2}\(N8:}@GќARa@': er@4Vi"K$51Ί:Wf7RwÚ/1lx6+wβ!~Mޟ|][X4sB5>Z[n?UrnGyV^߶)HZĥ˒w:$ˋw4$)ߓANG& cRi:DŽD r@iu2Gz wNk>c ,^7I} jד@Ri0@0Vb|fù>Oq6ޗ~Y6 aclqy+ X Μ^v¥p[Fe;~+غ8ooưs(\ Egx/Gݝ tZ+׫ (P=A8Ӟ4DbTt}>DR -?w05fy}˝joLkxάYENic%X5tnX"ζuԓgk]`#Јu3+?#xm= .J"f``N?}M_2FW`VY>l6n:Zߒ`LU1ݫ~h"`Xt W َ]Ώ8K9gx$cI+ =66&kj=4?KkH]l#U2Nq >B<6mVVXKb>J~|- $zIa`BA&a ;fP+M:=Niz ӐūFo*Zʷ`'}c:Ի"UQ siPtznǽ=~ ᯡDtLs%`W?KK?Dћԧgɦ郑#9%ƥ\Y-N =!LuUm y5, %Asq¦w ӾL4#8uh,]$I+nHbmhՃ,v{yZI7ҏAތh!:ygEqm#_#C,I,&G?;:ilHHGwgqA+IF&c*^;b9/d=2 ].%x_u Y _PO([!u/MA?ԨlaߝgSK_a0Y©p_*CM ~VJ44.0])cz$ť7NheMҚsٴ}m1 H۟|%E?MJZ@6;rv ;eDm[3:Os("EԊJzh`*"V \8s6^RBl'w;qjz =mtZj HcJ/ V:~ τ>'-ǐ6SN.74ŶšYiBxҹ)t'v[;Fܨ,g|>MDJtF_k->(Z%8͘iB`#:ׅq)'-]aLѠ0d,0U6^g+( MlY5OaJskCGB:נ?-eBwp$[m6@(ڶH=tH]qRgS M3<-ca tȚGVwbbM#)+V ><54̂k ĔʋA,H(L"pM=vYNAGh/biU"Cnp w%, ܡLg.+T Ep|g, |T6B`Ĥ5o>4JPj`}*c20\$ 7c8>3 &6-J4U\ O(q{*Zv>k!2Ko \ב -zsDVgL+>ZP}$1l?53%IZJ`0*.Hd\WF*q֥QmI5z[,ҟweBtGCs@Z94R)')3 w!:ym#'"{x E)NWҸIćH΀LXTkqNN&HB%[G#l,kr,$:r!mU:?oUANbo7"T2$?EYb P?/u,_0+Ix|VÂ~zxՊפrّRt/B߄WM]<ʣZ:E53\]"d |lѶXPS~!]Oݺ3p3\U 6_Le0򗓥MVTʩ>yӷBylOf5)@!Jʠ0٢}lY(idێlqUZӾ 3nH6Xi]yNCh#gYrV]-`zOwORu=TNBnT}:FrVÀ4ќ}@Z[2xx!+. z+c2;BMJ@<r2?ߋ=Mk:zmٛ ]!(/>d?RȾy3G*7@NqZqx(މq7:zh}WUW^'OBJ8=M/׈-oT yYQas+'ݤ'1m&~ŽV3{=$B^8 k=.r~4Ө] ]N荿wï4J8g&~@s{H;٠qs-qqԿMG/&'D!9 bJ Zr> f^>V |e\}U!e!]TɮӐ:?Vk fCy=YCZa|Q@zv jq{Ե~9-o'X10B @50r[~O/&@H)<ΙG&X\'#!YjG)t6&)Kը-aOίcY-KS"̧`9\S%}5Vh7FCXzpڦPdz ]pq5*H2 ed zʮ0Hj!'A "sfcR]nCkޗ-2BY@6 )>GdWCyS%"W#nKUg] q7vcʚއ^Xkܭ8j}o.}̄U\pvLS?n*Et&L>qFGhů1מ#$s l ӱj* =,:0v8Be ﭿ& `}dŭ"ykփ\ nWӂЭ\҃6ĩh@߲Ts7bs Tڽ,oe5W24+M谌׹rc+hV%ADpUHb:RGk_@n]9geXO9it s];rKX( ݠJk$-7{oJ.GD:+y*P|7Nۜ;7b8H== ̒DYuiҵmgK]U>VG7/6ϜLCe'sxqX#W̔HhgWAL&`g>љe/!Gj/~o'; M븕 s"I,5ʱZYpI$"6.%7 ^>g8H4sU3%tg]Fc־cxLbŌ2P4Ds?71Gu ,M{4Sa!WgIX c-5nmA8IBXOǁ>,Y-D}'ӌg׍ˡή~hY>暚a#y ֺ'̀7A?5PI'hP ۮD?l{&sIOjkpަ"kݝH!Jt 1RJ|5-I-|5U+TV$s?h0u&@NJ'F{Ok|<0cvg5$ie7d* 94dcN Å&f>/?L+`N&g>qƈ45Y=_aQP\RM93n%Byz2^*.^A"CjD?Ze=_rf0>g[ ̙r KyV582@،9IBxa%X?N,<yY29؜ Q g!Z{EVYuF_BQܝ%ZfO]4F7'@` ;![j?ZolRPMbQd$n|?œE 3O$)Q˛Pɕ+1vA>ER BgYI%c-peK=0 {~ ;dcsRz>V}*7R%7Qm$*$wmo%|CA oyVk~1G TY Mq* ,7D^3W.qC}2>XzUQ޿*T^y'\ڂe,=^*%nBLCVq`?p]ߪaBSP";!`{Tr" i`_1-'{abʹ+?|3KwP+|ly:m$]uuʒ荈 j]ԊUrGbHwEͭj+% w,dp(T#9J+ZLUZ xǐds lVOdCe=;t/@roM-zEsLjZ40! V2noBnfP}Mv|o{d4ɔ%Gľ#7[SUInM1jiX3X-msB(9BF5,ĩȉ:0q+W- W>) a~c9#XZ!}]FB`9Sb.zf> :|NSFVqUS86fRk% Y(n/0x/u];n\ '83X5=BtObJÃ٣讵;\ Ϸ %*$3eng&/EG[24ۤD5K4?e ؀TX4r" #Ur" 5%{ߍ9֏o}וq 9e~1iDSq s [qR{;;A|tL %p ;~9~_ QWa06+Hnd⋭yl@K0oRdSC j$%z!p ١B{_ez(M o.΍KKy6ojJ0͜yXffz/E5[i\:<aBߖEw|ħMU3yP˔Aǰ=>{L1r[RpVHҦYp~ 5U\&5bxYèzQ/08x牣Yq\p| ez.ԷjMc6]oCvӝZYw6)RZ/{Pkm*A26'GQ`3APjGQcK8ҫ30 /_u%_lM'mM \?SԽ-)sL'Xb5j[6MP[B6/,&6!+5Vҹi @=wM!yh%F[ӵ,c΂:Jr^v\W^z미!ȭ˚mMv;WBu=шѽ?3Jn_٪}1 =.z?l=A[y_ oB ;^ߓ$ 1/̋:kbOX{( wCX ~]l2K '8ɕަ!'WKYJ9\4V!Ƙ1wё/Ő5"@ʼɟdGӓx RQgY,:Gd<_M_t%VJ")NV: $Y)""zצ 975Dq6`ȷOr} $45PlV9iE1oR'gc#9OwLyJ9-1BҽZ(і1rE֯kA[dB{_`'[kķٰX* ʬ>cOs^fZP'E'GP}ֺUc=$Л{iN>zԁ?0d(B+#PzɍOe^l1]O*Yz2޶!ѹʴPGQLou0es*VNǘ9MTԈ_/Ϧ\AumZp6dQSg8Tjw 7l2oʡuZ"TAe's~ONTnp}+elXbrecfi (wZbu?֢c,nf0)CL;TtÀƞmF~ J;Z3׾\޳)Mo©v9$V.r#o FJmYoڙ9oOehůdцbDN&A bF1,49ݹs!O$ W2I)H4t=]ZmP?=y (bC?F֐P|~^KLS+BA/˝pmKN>r1 θRbL\w "Njaާ65҅">p@rhXi>pUEK/bMPGIN7_ Tӝ]UԽּEY #ޒۍ1$̰Sp:c!d d#oG5zE Tkj=$CqEMΑ8D _&1]J-(?i=سSs,0%k61]ĘG+u'D1ByDxXb>PZ6Be(5Kf! IlsÅFԹeb{׷YPxy,wWE)::CoRl!0TwtߔWhx"9vNav1>^>-d"=us?5$CO(;qh)p &&( 3 U#ȓtz!kЅ6ْςZ y= Az:W e %=L~,UY;OxS&zdKgX?D2a; eJ+)(Y#u`VYV&~JLD[n1Ԭ%E6\ e 5"[F:}-N$56h%qN9 0 H`Qp3v4tz x7 9i8{gE=u3_,%ǫ^ԉ\Az!Z)|&C&񒢡Gx/*W ^+%׊l`J{H߃tWe#qjqX[q>q[-7>+1 D(L0b;tȖ RiZng3p>(.O{6ȣs-hqܱ;dx0GWI&3̫9t\I>6@T+G]U-^鄁/Foo˴eaz TEčtET˔.9$Sb]NDqֲ('d.YrCo̘x24eIъhkgM:Y׷kEpisc?SsF ޳/|<@T$'9rT|daGx1[Z z&ļ :H %x_9b\'vX!+}ܑcX9#_I^ru14k9&2z#Z$Pt[aύq"7jg"0BcT}MpnČb脭(rg-~Jܺi͔w2-q{i{1>))ʋH !WԊQS97oޛ0zB4|1dS4'!Ł_+oǞgZڡmj)~l- /z(} u_A=VMq"Ј "]-KW";|E;W2⎧M)}dPqR 8 k0[9%_?-|G8l.D^\eK/-^v#D)(g @'m/Fq; wHW̋Fă}Hځ9 Sa2(J{TXxwr`D6X bkө?Gf P:VyYdt3ʕp1rB}ض@Wބ+\&!{!A+8SF E%.i (|i\vBu;j(Y0R?Q6XAg6 |OwQUu P#N]׽EXRC|k]tDk!R67P\vΒ8mߏf5EUg?8#?5^ pujN=h(ItZ(Mp6`oZM+7u=tRLVN*N,gkzyZ5ÚkL}bu*/c@o-`s7ҠcK |aͣ@l> K>}"5 ȔvYܡW. S/6[\1mUѺrw'Sџ} T~k dӔuȧ=JL&/8󂼎~N=۲Ɛ3Pf)6EW{Liۈt`*O-v.Zǎ7aaX-?ޕiCRcs!;nyFyBx]99'\5>FE¼Zq#кH2iW%[*|DAPhK3r.f"%CT_P2XB#(GN9 ;y6h?7̔4ɬE~ö~'D Ci}) 8e ዢZAV }e~6 ;R]7?%~vLsXbgU6Czie-FmZv53 ZyTi JSY)8ts³n'zoeDóLz-J` s]JXA ޏ 2aR}P[*ڞ{B6RUtQk/GN<_[X &~4[FJ^ :)w 0EVlO3C 9\knMҨeWtTB(vQ]kKLR%ug$^/ɂXˑxM!9o7Tz#|vTIF"GPY6 h1]0rz1;ՉdI;U w+‡8<Վ-ЩV_/f35wIތ'~)7R6$,?Xz}mP4rj—@QhxGNc(cS}ˍnC: 2Gz< *sPe5b~$q$ qبTuN#C׭ 5B|1"S֙Giбdr͉ >ӗ%9!Wb=.*+)99TwpY^AlS@jZ s?s)mnM$B^Mę7 {Ym-ObEm2bK\q,6& ߚC~#EYr$irN& uBYXV”HD$8Fke3|Зú7nBDyBKP|^JUzI6jobq7O75bu{8'Ose2JI/_o/Dgm;M\$U5ttySɘ</I>=Jq 2W =xyf5΃nӁ%4>{\Q"`~M|HZREw2jImduWzmeip U Hjڡ:C8Ij3^)F}Tӈb8P#iˇpUDGi-Le׫̔~oʼnXn͎K\փ7k0$1nc!LƑ8@an#!C(\K0 Zf;6QMv+gxԁ՞%45BET['겼L:avnC:I~ғK3IyNđ!?,Z Bs(wb6nQ ޛ!d`3ފou o3Wq&;t^j x5 [ x˩H~F!\aEA0(<8Xyqo\oR5 24=zC>ٔb.o5)Fl aQ>=)suAz=9lOnSldF"M/o,,X݃TNsȧߟRɼnB1oR@̹A׷YDr@$칰rxzN#}8wpBε))'֢11^Ztߊrݻ:|tdP,g%vmT7,R[Kp-V]w~"@,Ha?5y^Dan3 ]'ڗܳt,QduqT^zx;X1m oeP8+I fF =c 7v<u9mI !9|=,|UNDkm&|zvkQ۝-Eh Y}Ouf=o7T &[ٯ\Sy>YPA5:e ~KUzA{=mKK+K:|^0b [xPaM8› *k'Ln)׎V޵B5U:gZ<_w9#Kܳ`J?j9{W"m9poIX:[d4:dO73-]<UfW:L[W*xReLdBTjثkÛ1a!S86J\חJ Y87V7:"(աb b:ҬY%aa;> po \ ~lle'A/zK)>fҌ۳!|>{i~{uNjfΠf]~aŢGl8ZK6O3^(aDF[ROK˼S=]0>h[OwS`寡\*Q߽lX8ԙ!H#*۲…B8*T'byE904'U6dB>aV&Cn0Ui|#TE3*,,0s\8eAmV"U q!ۇâ;֎6vSP|ZߒIwaʮ"\E 'Sֿ!Lk]K ~%~M1+|*]^oL q Oej"iT~nl 65ex'{ɻ:13ۤ?ܠUZj5&s MU,GՏOB-{F%D.H))ǯpc Xcdz+WQ11ou!D&WEn789=-pBNO--#~ajBWEUU{*{0 jFbr(?{yrrGDmLB= F"lTΏp8SE?p~)9qv`g]TU~d ' qQwWCzrhʝFe&s֪̪ʄ33]nm߉dz$AG`uFp~#~Q:RStQZRc ?O9mJ-[9kǃP%;<(Q `_AS?哚F5޺¨|}2a2q\- gh=Ml=L2qI.1y?{l 7+-9{)l-Z.x1؛odޟę㍄{U,:`=+Nx̿e s8R_hScd h U*@Z%Om=kx/.zPhVNk{bڷW>:,R_ "KiR.&6WZz[^ľ~mJٺxJO>GVp`x;7{IܸMR2sFKi*ȯRp{ei(>uF tZ:H>g]>J=琥E7D!6s#N aj! I~>muhsN&L>[ Sʭy>s 햼VВ3I?8\҂.s5˵F媩 |nhsl}K]lǠ˔ˮG^(,ux\ j TsO~/qje.:U~B,gk¶秭!2Fs'-ճ9ƙI C0]>,>m]&ATe#V hwA"څq (ڤ'{S34ל9lſ<x$~;`䖲re*5Q|rmѨs2-OKV@#C(,m؏?$_ M tǨozTB`M(qۋ zcx*f+6Wб~u':,Tc%ST&%!e^wnfP6ohlK*CjD,Hր:7@0=jK 搜ڀGv1ۯ NfWÀVVғ.[f᭏ T?||dȎׂwA oI`h">$ynY`-61=BB֣0Y 3|8CXm  B"(T552P%މO]@(\+}p䳐K^f"[gm) rB%?d?@Ő|P t!oe[9y\CLs;WH?]JWT=YV8n<ytĵltԮ%%<3Y߿}# !-h`Nme^wZ4шMP0wA۸OYv%c&`NZRcj;,,K@iQ#RUڝ{ڻx>\+D=fb8mn; $W\aYhSeZV$+*_k30B!$ۧ)o? 'ugLGqN˘AAAb2$C4m _J&p`m <8J= : j946v)Rx$ѫAsĽϾb\ mHd|#/;Ewi{WiOQJ&8v\_k}e&2) $<# cfP/6\;Fe7*g3eLQ)0">#l"ܳP񪀱QifK +O{W;?ʔ=tێ}[$bZy<xj5.D"=4x $l*K%t?sE||ajxj$b𔘺'@R(?\g)$]`d;Ա;I{BvU|Γ*0Ԁ¨ kM6uKk{xշ'%\ s( ⬛SrT/@dp;1Zu>рI痯(lqC렉7q8`ьnbyuJiC쟟 'q?\HY~0i̝c{:zSq&U,g1e?$)hg߇롟&Q~fQ}CJ=/esxEv}7?úL@"l'o8r[HF*F[Vn-Bۊu.<2Ӟ۫b4r=>LH:qJQ!$9LA,8]{ d\=\Cv`O!}-JX=PvDNk6Q|gHz(AM#)ɨacԧ̜)efW[O y x[2U੶j'"ٟ$zCˋ>뼖4@,AJdr۔֋"&D/ N;ȭu-^cr߄^cH,Te4XS D8Ȕ+(hvW5 e*>~}Z3ؚɵM YLK%8񠍀 Q/ӳ!D'4):S;p5uD#ш%" ?d?hsOZm,h¢Q 6AU-`A@x3[@$5Njܶ:lSv:vL b'wvT73VpwS߹ vgD8.ޙGAiZ D N Y)7{eS@o571%vPSQ dY7{j`?8Eii;6Bo0FE턀@,r*P}~azuA3_~|.˳%MP|^Ifn%P>Y-:H6噏98 BIT>`8Xo5'X@uC<{]R+Ҕ3mQ9!j*cz8DԜtJ XR0g#mϘȂgl5bOKF.PjqL1IZ%bʳ9K@ m+ 4u/Il. ɐ0㟿!toi*W>Of*ص]0r|b[r?ZwDB܌C:<]_um*PXx7h;sBg`l"3 /3ĿZߛY5_MDCg?ra,ӪFuNYlm`5d+j5ju!EGI:FrכiF*wxLl\6K{]| 1^ ½W"aQea؏_%VF&q b*f r8!iOʹ'ʄI+a Ry-H_o*,bS8艟.|y7 .{<mf|E}6Ģ+P&2sNI<(m%CEv&^qJQD_K#=kr#ǻR,ֱٚlR,׼,.׌kYumt.<2}cˡISzM4ӻb !yY+)ڹT5ys"x|t3^΁\M$@+{7_uޥv<(tنwsޖմT;B{z;!{(Pؘ^p6Xp@xWbl=i!U]qǩmF@4Hsi,fP/"`{_!#ZNQ`H .e\Z#Y qטkyZ*Kʡ8|$!bHkB*v'M aǣj;P wRsLv૜EG7RBU7}[ER;Eoa_@|}>Fk1L:`{K;H%cUI/d>3.-9GG;5 %t1Oa,˲=CHz|,ms^6H9H{os8'[boR5>煮pXݘ8Af[('qY:H'eNeG o8d^Mq異g6c.VDB6geN#~jlsiJ̻:h&WаO`2Yf+_G]\  ѹ% wt/h)WqO[Z%ÏMo6+ s]rwzw{pUEz[H,!~?)Rۻ֝ȴ* |?aK'{`*e $=7uo#rװC| w{%?+ʂ"l^?fݞ(Wʒ۔g j4?HYܾvҺҵwg){əgBT@VS(c[ЄEHmV{=tjS*f$g˅`Hz}헣ԲI0YqkZRd4H֦<=,'֫85Qb3p4W "C-f\#e4t"4#!xfdإXuvkIEu@^ff5RoSN~۴,ivr'γPP %py[,vaVOl}32X>55uxN _:S. []ذ{:O,om,E#:~V K0li1ݽ=jcZ>qRu1)? +vޯ g1G2 MȊpO3 E5R[wjIMx0d|-3mI"l;A&AGƃŴ&o@xA5p#nPˌ\VtuDS~߉{ K!~P7 ^,k.L9(݅0rR{@@0?`jMqo?Yea2"s-9iXVhD (IdC&>Voiq+Bo!n",ΰ~7H~l 'H~{e=Y9$1!ضġ 0J2UrLzP r_@ n DfӤ!H}jn3CE5=ŵ$f2d5\bh 8h[ S`ztL(JB1LQф" LJb.PyK߀w\XFR׼ L@Y"m[s= _1=%hZ]ŋ&=|Jߢn>8{pv#Ȓl&W-5jD,p}?H@;/]v}F }4^x7j*gK(aNp"Xr~;_??(uISɺF6-&[pWq/@D=;qX/APrN3!rLC?, hYءy8dFga+.ԙ{!lw K;@Ky.%M~2KMO qM7´^%zSAUqfM%ޯ)tM ӷU97LgĒu؟ X6 lN 3T# 7)79Ԉ' C)XYN_[jf`ȩB j-d [_%)Fr=ЧoNuA | i7VqT',3z*HH:Bg۬ Q % JK#-Q+9_Z7b Q"ɏES8ON#+ZN5$E7_ҧUYgb;A{"w<37}x ;G 7+hj6' X3m܉אo.Xղ6;*/]ZX^̗;SeT'}:Br%lЫl¢cg\9ǝ_B PjG +ػBZy,uwQoA[>+ J0P vo`beKV);TK!J ytκ$02N?UN /;,ޝ5/ `ğY}z3G6dUV{zh[ַ(BmN~4:w MgmOhAX1{K~0U -@ eT6;g2VuwGCa%&y3T 1R@GV\7Ԇ)GZ]G+ 9m?yK"ΧPD,9W`0R8N um$_Ҍ'1[YNDz«?1'ʐ/3`:h%ݻXɳ&[v֍n6➴ߟmoQG D3I}\V PkXydm#u yS2xVDe'<ꦊ!?' b>lXZ̑p-65»zykg)  z`{`#CegE]b */c}]lGH'YiP*X[]?q]Ȇe;[ppcKbU dƬ}p>\40G!xJcQ߬tV" +9 fi I7v o" do $^#S4ȝw{i6m[qs:g;8Q bԻw@dIa*mϴOH!pL~5 }xG2}^=jTL=nЖ< ~Ȧ3Fl='E4]<@h7vI/ ͱ4gp gm@ԳM^3,UW g@'u^;R[qxo97b31q`Uw4ݳKW1Ka؁dr^/uVd>yrlʗ!'umLSN="!xK%Oij]) Z@U KjDvuHv§(\/Nn?Bmu~0hp g3C72gB5PܘZtW`6+Rc9+N ?6aD%^ŋnŴvkTnrm0hڥfC 0q^,D]82*Jl`n"L1_|=d"Mԋr}g]1T Yȉu5XqAwwõWzXfK= `Om2_-ӫiWոA bcxBDV? P+QO2)W3 Fj)v,0SUM_W#cx` A$;L!Y7 Szt'YÌv.D]TDucei>8Ÿ'M6͍34yEӏ0-`s[^]|" 7q]ˆXdiVyĀ.sK%\.'I~#?bsu*^< m"| ml7E3\cflj$d ˊ)O](*tl MI$v}uGIm (|ɼu՞t 18l 'Zw2$`-$&7xzo#JLQ5~A]P"QD^#]7k1W1Nن%%: sMf{rMt]EOnH++ӁE΢ضj:J"zIT_zmu =}w菁w9vE;WwņYN,sږs_ҏ?s KAVQIE.Xw^R^S'/Iu 8s;~pxb[ؑv2V<}# t.3HxEf(_h Z瓹-bJĺP)Mպ{;apBzxڂ`%mqB-B_UuQ̎z"U'L*t @;J ktY}U,mQsS{,P;ƞS:B~!_G807Yϋlc 6gogA'7/,.o8Xek ?!*nR]+@LXв9z;ʚ_kz?!iq7:o=dZg[ J-Yk{V\s6/T7yacj&ݱG>Ƀg#",•ȼj*b8:;Ir1OU_pJ[ "O2NoW5aZ˶Xٻkd=} =K&g3g Jp~$>SK`$<˶ˎ?:{ +BITKjҨ/~VuEveoV yҐl" ߡo|nB ZL b7ƽHCHj'NHFG}h17ͥO ZBN;30/OBMy,Fd|ggej@EFe )e0)\шv򬡑z=5I}I.o Č2E56dm!bJ+͒I~YEx:J\qI: !B5ߣokÑ}HJ(܁IUH}PtX#ЗXp/YHAӊI?ܹXإUx.TdN(30UT"$rI,E_T><1I^Ƥr> G\ S>I_`emBX냸j#c!xhux.xc7} #,4B[ǴFFSvu/'%`'xV}^C>bOѥ%($t =ߣ T[by)r/ y<|Zo!䏥iho5B2K䦨fpc 7MW?X93XvBW CbY9ETqx]3Z{-n* eIo,MY)`gZY IGDz'1">P eH^sz]Zt~ic|*Yn AϵJ`^+=󜧭BffkW%pߨQ!v\0P+8XTٓy#a7jLD/2IR"מw#4h.HEhpE%fUw=h}›Erž~N Ru"x- Jy @J"ƴL$07H32Μ73%XLcWL#nxv9#jeVXŨ޼F` w2^cϳ`?f,+rODP%}E V$ׇ4Iw U V0@έs J7ޔ3M~\%WO}D рQ8u9a@@ \DЁ63t,Y0)dRY]q_uc5ǣ:uD]~S)T3C38׵0d]7S!S Lz+)w8M"W#N!6-j.ց RIB'uMHI@j_v "]'Iuِ:EՈoa߂W̮" ]&.VjS?X;Rh\Ydz#}˹ڒ4c-\ru|M8jĥR2 \ɠP.XݺG]p6Mz7쭬_ E#͘i&p{74c81*U6:mF(Uc =K%;QxPs 0 $*^s(F3'Lkް &s z a&scD>Ќ;r! 搈.ީv2d`fTΘq-rg2TӘߌ`U,Ig6>xTb^t>賺h5tЄeXzocO@Bz\ 3gp&$uG؋G )RLU]Q#YTp}HK勺d_rpŽխ851ҼN`/w xGvs !,T+CH&]@' s(q q-Ws|6ѕv z~%Cn?ESbb%Iv<|ѐ 8RIwPq 73 & G'],<~17jZ,!Щ8)Da|⅐wٽWYG] ;ٮ8J17Od2[”F08@3ArɌqd򧄍wMԐE4f> \("0H  l PբR{:"VR*&p\ 3yoe}TfHbH\?) \_R0D7 TܷD[``rxg+^hXv@ǦPAYծ[~=5"f,֫t-yce4ilixIuM_Ǚ=xnzn3"eVB:P$ݟMTi)ưWdh;-lKF) cN5Jl ׮%}v̘`ߖ]T2mFb4ǔqo zbJֱ=[aP_2OZI2]tӵot)tРjInCz.G5WhG=tKWSGSAH\B QZj6X-c]|oevEئ7 !qo)ON&IYEvC"NjEtUh˳h)ױFV%OYQ}E!ZJ3Y 9INA^D0_uT5` g(d7J2rJj,iVu' NҜ#UNɡEzg7,?2G\NvRT: WZe ?*jҪwYs\m!fB[%>ɮ#=8jupd˪ eXε%STքKs6ΚFl FQN1X0(u '9Mo|ٚ nC3i+?GZjV .?>+ r"v¦6}.̭ѢÛ~g?$%uG\.n#=j]˰aT$ 2ܛ$|Kp*oUr-K}kGBzc]@I2H}XA(HZو4uSyo"NFx?o1{NCqҏ<̛Ž{i{֥6] ߛ\2T=$KTi؝hzο}}pmna2 ȘLS=Ow kgKglXS1wO@`K9&Q?S]n$82^',I|W/+=u_ƶ\ev8p%APIM+Iϗr@F\pIF>:!dF/9;%Mir`ǜcpsyu‡X2=NxffNs_ǁ"k5B` -OL%>]c +nS6_"CXC];! G{+G4LQQ@i@1.1yʹ"u< we &"Tc*_\PlhgC.@$ILe7`BskiKpmTJDƕ# ؾd5*]w %+GSL&]>`]byZNԫ }\-~R^/!9ΛE9JUO6>JtPm+Zg|}MT4wv^"ֻ;t--КVr/e$)h,v|$5:L،4)~ñ |O\0L !S94ð8r_6ǖ>1Pb1ڶŽ컁uӍզdfd€S d3{ %|t7mduCfr⨖`FFc 6$.^ |) w@{L\O&_ D)ɋWHƈP6^iM>V_JRs>p?28d`L2ٞ1Jj5F1oؘMn>@.qXy~y ҂0XY#mMRM7ĞvR|(!vm65% ʁHGɭc- .LMCsq">ޓemWnWKGFsI` =P3Fj;g ~!Cw̃ǿ4\Lk1Ir] .Qf:e#pC8d2ծAU+CJqc>X<;[AeUo `4Uv(4ķT{1Ehg0E LpKtZĮd-HLF>mʢFr$lzbPaB5]Q|+W;зE6ZAgO=cݭbW2>j˟JRy{ZV+6)#ǵhekӅCmvʬKz_ Wd g"[<40ꕻ5U}k9Ʃ,X@Y5}/1j"ܜ&UרE>fb:%DsBSdT Əe]Q7wFC`U?i0DWkd +yNB1{xנ=͉'PeZJI=">78.dyAae۪#*ig35TS&4ڢ6 tIc]FcZ8gwig)th*s>e7[6xE.2'] S {"Cdǧ|9+xDN,aSdMyɜ˚ nH솴+ս&lߣmvm_."[_]7B3Qzu.jiqчu4#T[ujݭ*+pq ejhcg\)1M/C*ِ&z<7 R1KީZPv/PTx&ߥt_ʫP 7!5ں~ܚ-E*])”]T/驦mǑ@d"y-3?0[*krX̬RW %[o!N&Q5 Q{F_ۛ#C3-KimuƧ@d*CS|HgHu-(6RYy vx4yxC@yQlnXZVu9nWcʢUW<3C/g [puS?$|FK٣W(< k]0l`r3Ug+ &1tEn*t#nc ڈj )wZٯW 6Q 5/ &7ӫq*W  BZF giX}z˹əRJ?v 5E>]5V.0^/_qtg}z65G)qoeS@\y60yx.?.rYtPe> yhiDp4^D1Ќ=pzAm#e j#*g$Kz@[y|z sPjt3pζ "툩J3ś!+1@pv&^-b }1 &$+Y#D땕 wP*ƌPOEc#M9=[&EX|4CY$,EsJm\>A^f=zjɮs 3[3oz(Xy4 h> YYBQϊPg:i?H:)GɃfJ 򬈡@+νK 2j{}o[0PŎz*%69(*y`yCҼM^y3:.4lH,.$4Ҙ1seQ~knу O2J5 -W靖`G&JEM1O d'C]$T^sH ^j2 @8m톆csB~s/_&HB mՖզů~^VB,妳]ӻ*fk=ht_ƛXS\N&]zzX+DPt'JLT#%e=| >+x֥>!E\ ._~ZC'BM*nz,6NDRl#h0m>nv"D[ZZKͬ%ZX≛Pe:!(gJK'$G.M2-:9\%K:W'_*.IMUkzݲ6d!-N=>FXm^A'R~7yj͟[,%tԥDACh{$n:Insrxfq 5U B:ֳ{imƫ΂mߜF:\)TP?".`{@/z!6Ҝ(͹kl* =L}X`zos0G{"GjDhHzFoC:ُ2sp8K|<F|K]Ne-OaoYj6?v2 ŅSX\r/ZkhbR! mX/mSk@Qz@Ҭ<{HO4&R&*1<6^FZ \S5fGiu\Myyl8L 8kQ QBͥfz sXyFtYNCu UgeJ깎JJ(3켴dՒ8ʵ#71(Ixtz`1^Kɷ 5x'Vmai}3tk1M<(?ȋX}λ]+ᾋɕNj; `յY.=.~5!ޢ 4vďJZx~[vqGA3`1] 똄dHF&7'akVqXW'Tߵ6l /;v"`x&#Up<9(8# T=@`d.x̧xqU ?VxxD q֩WE[S<QqkfJ1żZқ=Qh<~FZe3FX"~h6;/F2ȚMBx uYm,We׍37 H_eWDϪ 3"RaQ֣FB Nˆ(E PYЉ&ׇ l/|c\b@tHmfTweo8k[Wp+Lҝ">Prp&|z7΂},q W#`xT-42f lt4 g`Ĵ!QS,[R4:oLm 0@L+)5cj"NzZ(g=ys*`\+f *eml3GJXsJhL  HQ5szDiE)P̟"Pja~< @HID)]ɞة ']^0w]rV9#JaF>G7tu°޺i#C_9YcWf$GhavzDci2J F1wa[˦urXTZVu@*Q~ĞW.Ѧˇ$k/Ip!̤& s%bG뉇@v*?s=,otCLޯ/4B1V oc`ce`F%T~NƝ+K` 4ͷ|q8(^8ǽZS=&;nEbďZ<#y   E zyW-o*{:մf ˟w`0W%S7,h* ܨUp 1>HDftSɩdõ.`j~FX멻=etو¨;XWwLmr&"@hev w/mRa،+u "`tN82);[ݶD&Y Nkk.Ť"#1 *#Roο} ڢ:l,N"uz * %@kRb 0`ETMM*RRY)N܌i RSA4^'I63gJyܽ'xlWm==]ẏч AY{od/gc-) `5[/ZȌ='8SIJDqzx+$E0;2/ɑ gڝD_h[9BX!a HKIs_Ѯ| zJz!2S:n*Y=!ߑ؜m^߲b2|c$&ͱgPLDh4h .!๢3rF}V0XL:CGj>UZKzl6q.RnE]D 4b {olsP~M ӛW,u]GD^{yѼm.‚f3ƹ?Bيr`j{@2Vb#%<8BN c!^d6:bxk<$Vvs/D/n(JP& s1u;ax-!qH2/AfQȾ c>(X~LLV/0}آ~)JۓU*y8(Xu9K%TC ^09'*{]I E<8+*OExYgJ?#&@ڴ):sM`złPovc7J%o YUa0%T0NH ]-bo3e^Vb( =Z>~J`pr#>W'L&w$¡Rzj=(.t%6/}6'"aMC+#2.1 .:%̵kݮA%^v~viKuc I׉h͗:yv+$- Sd$I# 9 \Cmjgt":Qz?pD8-_/0ߪ?34d! ^}3,u v&nPnwNa3oǜ9=qB `D#g4GL+=qvv΃r XN W!`ͶR E*15u7w-/R $ P%n #VL1?)h_ßΦ;"if<ƃ,뜙*`BzHXe tx.0FFf=ߴ%#Vu<;GVo`5*. Ɩ"L}}.?D˚r =HEx  5̂}1`[6{KB8,]: 6Gk/feL$:ܻy443qJhL?<Ƞf&n'9G.e+k Jx1 Q?kdg[F/y!]o eM?fB_0"9o.e9iK{N5ģfzjpgQ)$AS_SQ> k%7 fő_Ma ^En,n'XFx!][`-xKmD/zWM3ZN" "R]o])a-*sGo)Q(?_ Ђ|(1m 7gF;a3*,#\S)Z-Mn]nF3ҽi2XJg~1?_̵TQ6 $~4G>F9*>W{S?Yif%&TL:\!r6"kҗo -v8~ #ӡRE RI(ǐ@( ۩ɲU1T3Y8Tg 2t;RW6|U?5,K@\NwZJ /Ǎ_w5VD֢i&cxL~N XQ^(+6 ͼlF5e?'ddz(OWmU*7󰧱ܢ%D,{Ti~Y\mnLE ԑ>o+w 30Ix: !?F}tҀ+wj\[mUg $)ӂIkMrlDӽOB2Su+c8bHl(NSNc%ZuÄB56f _iXZ]eەHjxHÃ].Np n{ sF[@$l"R[x%g-|ɨ<%VȚ)R522Zx&'DT& x$q0bWr k$'ݠ4m#`B=sQz/`5ʣ%w.(kn{qy̑Qp!NVyg/ڰGTn!A?+S Tĵ8SNRZkd9E^sN c]\wh85Cx`RzsfKZ IE_Oыhݟpc4M/_j>J{Q Fā+Eӄx̪V\?݂iѠ`a0pQRF`#޺ΪO3f0}+?ț3Nom_ux;6Ҟ_uqtWݤSI5s9;<+7L#aJb/JȩJ{u_OtM>r 7z5C%\D2*)tH{dc-bn痃_}VHAeV.e=:B4h=_ݤb]m I`zpV'>ӝ'c..4}l5qX+"n h)t2ʱ9-k#t*(F(F~F( ;*'qU[_uq29xSBE K{nYΌaHK'7fc0 ;Ԃ4&L,. _(MD*?[;d9/i~ 1ۑnjşН~~O&:]@]3-ң^n0Q75,7l-hqilmƭL8D7W OϜ7׻=EB{nK/임˱+`hz[nA|ErT%ۃ(TCbZ^ {ry"./i/6q/ Q'QOBMSB?f܌۳K#&FKoT@vYsK gAQɀJJ2qXuc!v+G[uU KINJu D$KI`6+8 5:}B qʏ|a>Y,f3ZQ){{($Rv` ذ2o. ;^IU50[ 7_iaS\p\tvxGo+7{~<)~2` .C,) 7Ê3Ȉ:"E1!abi?7փ6dFהJ:4^iX @BHְ`a#v0c +CqMN]}:EPṖ%l:\q7Ƹ.rbК/ k{N=+6par&wM+Xʤ +XXgc=j(eWx_E"5qB7!Y쑶z ;:P3$!"%Qw^. #DCi7V/Ɍ1ve Ϊ`iϦkiP7/n@o *\!bUrT.QyE"hu&s:td)ԃz"*'Л\iwC#{qz,gAq17j ?|["Y M+mݰ|66 ;CF#cKλ\|r2k -{bҤ:' Zaih%Fga >F 'nnaRgY9oC.˟+8*;mR =yM'th$z_qh{H t娝{*)rUE}4(R7(Pܞ"3@-ߣmzհK^+BQ?Uvyu "k-#("TM'Y{~ӏ:]ʌ ȫy/?Gl}" +E׀6S/kJp *i:U_a՗Ps&i j̾g>5fX%t1""ZCP#6!!ZG)՟ǻ$Yu=3ԼduQav.= bHoU-愝B=Ò,3B]wFolq3ƒ b #-wh,sx[ĢG0N ,%Ӆd.M3y2EM5܃!|=@ʁtʮ8 +X~cf˘GNE E Z {")Hj+7 À/= 5:PL2K5B=f#ӤUifA]NAAȘ$#m-*P/U.u&it7{AEHnϤwc3ԄEνŽ&xYˆ\]bJ̜yA\~_r.h~k ;3WP,U(bR2ar4])ӎS]Z]M\dž1~⏧JՅܨyj67nG|939hx fty¶5"թz/YUh1Ҳ0&]V /@J[Tɮ@EnaV+q*(.sh탯L0{̳O r&9#sj݌}\}E8iy*PXB;ODxszf39y} &NNM>pd4.&aB~7VП1\\=Qf[`>(/|b ЎbX-u5|)jq|1~QZEi'gi.цE§JC!2Vg#ERbZJy#)OѵV踝Nh|0Vxd{RyG>c lUrD6nL2}se⭯~ķza} ePAT@ҸaT̃a8>W`Gh?Ӿ%t+*\a}i4(&+a[~j!ۋ_.ȿGcN%=/TF'$pA睊_Wjj %s2rtFa9Xoł7MC4/\=`G^(,2DLylgʓ!,^%eÞq@N^Ӫ&ϘIVF?_w]ʗ*PH1DZ$o"&rN 5L9 lLB8uEhLMO)YrGpMY&子煿Dɛ<-l5{ig]/|{&~0AM%".b4q\R3ܜnOZkD(ĝنlY#cA^WrM&W9o4SylGZPZf+[Q0PO ϡhyHS4&(|l_,k+AEi+2f%ߔ: ex? gA2i"v%νG .JOvo$"i-5j=KMg *Kߴ O}?o~;;7wn즴:VgK#&Uj~w15'<ʉFӸ)k_s,l.'\uΉN7Xz(٩iNOb}V<;LA?qN[7ڞ ]r`"XepvlXX)cAko #+C) 2 9;7[_TMy[r+wibE/E!oًeUԅ~xONGM΅tp Sf%u JEx?[jtUy$n1p}߼&̑3؟Sa֚7ax<.T:?_[k+Nnab<̃+%(̼u knz_\`}|Fޢƒo Nxb,iF [5"!esDZT`}S /1۞HJgɎm7YP/|K{Jz] \D귛aB+TUkRzji$'Q.f+&kk(7Ah;qlOZ Uy\~0X hf+z%{RJm"ɉ$=n>A6Ph_HLDVwnz8MERն EsCE֚C̰1=|&|%# /d'Zzr.[ R̈́Fzr,wQٝsZ>m+Px!-X!_&xۇuJ'27=5!M~LrsPFP/AG Q99:rH{~Swj Į7;%ǃO#.'3Vƕִ7[QعJ.Bj`Q5.&f'ɷBIj ii`%b*&ߏ\hޔTu.Ex{92"T1T|א>sߟ~]iNG-%b}pNzs!#ԺolFZ$/r"Ǘm:jO@ґ&ϛςAe`,6=U' ¦{5bo72Jفghec|t^`I }X9Ōw[rgՁ2KEF 4n%o+;h\*yI !FXJ]'ڙ(.npljqs&i4yd3 $,`fԶ_Y OF9^dٓ/m8nV|jZ[*-oi'A;T! #ZUu(ddV*[Mfñ,-֍PUjUd ο85*>~\yi%6qm NMuhpg m%{EonRlMz^ $Ցο]b[!t'*>tzciPMM=z~fKҬ?E~!:hӧhE_lR}n|caCሉrK^ K_*1ksc)P7Z" Dy͢>@%65QSuEϴ첖>]/TDCwZ+S[UB_@e@'0ZUHy(m]0ƩgnR.p BЧ+uDf"!;!#O oⅺʧ,AEVUZD' sERTG>c@"Z؎Eo{Z煎$T3,B3hA=d4rЃd4+`X@SB-eHA[JrS*yݾ(t#ڧbBȬδں^i=bs5/ zYU'*<6mp)?Z\c^B,Ħ!U_yZSibYWY(Z!Zh̯\IRR(ĴrK"bT[ y֖FQA+N0~vnAbU@vgb#(ۡyRpgOT CjRg`M-h}xN:@ 7#N^9m`M-` aoR1|ۄ۪nrRmbx/7<54~[{~/}|*WҔ  KǷyU3s< YqJv`>Q-Cvjls{! ٫4㴸t;_G02iwC$jpǀhD5G2aÁaCi XݓJ7WSBεS;]sK0i7uQ.},\R60G ~1gj4X=3uѦG F 4'8u 1 '/(z([R{2\mndMQe{xF01ܳ,9O&^4T^`QPtD>:ּrB7~&#F}li?V-Ef0F UgGMϱ̈́H:+Y +>Sw{K _q,Aoy$]P4(|yp }.ɾ%jv1g72/p4J+' -Q̨>r7F, їE4r8itRTbNe+\8/_5+&j%Id H8-&Xq:':[lx9z8"Q_M*r7oĶc^:T1!yjTk<Tpf13lwm:7;"j^6^O?Wߞ"MRfBm;/ժ_@ePCLuZFld%StaZ0n/6Z|Vj+ܮȽz>aE->፧DXhP u^C:KF|b9c$RX }"B!Ђ%$tLa)bk;ƃl8>qL~GJܸ^{g?r1cy]8S*GmkX@,ZU_7#hs12 #t^r!3{@ #U_j]rqj aD"s5Csڼ< @ J,Һ4+ \h.oJzKo +}x RK8 p I$j2;t=\s73m"\h+cLKyK4؇Wbt{I]T)[a~ m,[ n+ yv-6Ix aFm@349ޫ`MĒW)^0J ~,έ'I|5"w!ԙGcʌϮBz?Wz@]ul&HŬʇmE߬kn|PZ< A+y&& =U%1wr aH`F9'xF:Bħ }^ עUub½IQX2.Xq|7s?zBQUSqdZab=Zl>"R^Ite%gCẊSK(H"{Tt]5# 2lpƥr{Dʭ 0 ;g(K(FS#Wk֏85+_m^J֚ecl#ic_s]]~Ɇ,;8hYw@a+[i};/Gpxpnã|\~<( {㚢۶x"5z64/#?nO1 vFN9ĺH,Z{rG0{L|}I4uΞL GdȔusFхɠɔ-lE|(7 j:xkJ/پ z]jNda I] ^1b5XD4MZrZyn7ic9Z`3,l@"7Nov0m6pe)F ZEorpN1\NHN&?~aM@SA/6$󁒇L!?]sS<>~",0uz-@l䒕UuS9tlk zJ jy:[Y% {Rp\ȊEiS;#47;",4;i`{y&S,-("ֻZ%d<֙"p!\̕a'@D~To9O06, ]NB8WA"1=*29k7"P+Xht~]_R YDBĐ:{oSSJZy$bdnjl[թwpGg ҖXYʶ*VSZGK ؃2M[yo_j&c7m=m)5{DZ IR H6-Bߟ[RR /"! !KySKվĴQ7QIwV>zY.8I@HR_-C~H&V`{lrI4O9!M$d'l; 8jBG7Ȓ Q̽e?#bX䱤BuKBTp@Ka2G[.o+VUwDZHvK2bیOUFĭl7D ǿM mm$fW&`:]]LHkk[f)ZD,DضKLa$mk5ڝFsM~9^ S8t- iކ6٢.P]1|Q@֯##k\=Xb uWɯް^f\BvsH!*7Ov*4^mE#dחa粚+̨kB n qY*/>}\w\x\*~nYj򝻇Z]5~8q0̤G{چG}maߑVh4GjfpSj`hO@K,="bx8XT> Bn&8ӟ܋-)sC99n0*v&VWvpڸXSL9&u_ICpHmfPb!~(kN4\+P)yuyv oF)=;Ll)@$>h& }3gDiGGfsѺ)6ن$MKu4_4N[N9i'mݐ*[ZQ'ɕodqD,ӣ{21=2 > EeVWLW;J"-83+^NPL[$2Y>ꀓIk2?e0'Guph5|8AK](:wU\4σÏ'g#7SSh!,P\L="PeYX<>d 41l _q)g |qZ&bRq Dbn&TQ@a ע:H#f2:A3'/XQ7ΠmM@^kةX$,P#|=6x0_8 g|b]CE)yR9>y~ju@]ސń B=BR;e,<4Ub8paCЦp9^;|O x99/ډ BħC5u2_G׿_?c?BStñfMƟq? :g;nXIdxi(5f1K@DHn͍ f5$ߕWcJ$迈Fh{K'qL?ʾ v`Sfr;ٲeY,LTI#:L񇰱6^ayp* f'MqaW~;^%$;'2G Ϻ؂N]a2-Kք`c~d5!q(|()S\Rs$/d ҒrOh7$ W*O/=I)p"lj︭ C^sh?.IJ6ԞqY##lPe9{h} +3MN; ͛܅Č0 !j(nO5 +'餱HNn!a˾vBch5='7>hOSawWOg+]pJB=歬_bې%dÄxzٷKFbdW\9lQ1LXƠ2LV R;b!o-ϣ9W`vFw3R[^8%:R$ʅͭ !oT6(MNQnεX!DUޤ9a qܧqS&PF80áКQٵP<U%˄+ Ѭh1VLnSOs>P&_V^Ub5pWN >7rMֹ0<Z7%6=Ty{ꏜ.i(Zdz6Kowuш+dPϭq?vC:~YkꓡQ} f`/,&QbjI49 }qt8D4Zz}&hn:v+lA{μH_6If[ʍ:#} jT:Ίqa̐pL1[gC͕.PңEL .V'4u!&I*K{$stUD )Ƅ}\#¨: =Pbf,i #uW|br.Ą3T]L7g>^ ݲ=#\e0)d!R@?"R! sin tZVdCa"c_۫" $ {[z -*>**_j9%H8-'u6["4bpOaxJ,3׾*D~b [>_]nH^gk=-!AFmk:.7K\WܚԋbO͸_seՎ\侮ٰO5%Vӷ'pk=&:[ O.173G &(Wt6{QrU./뼳=9˃偶L2Vfx!kSz1܂erD RSP2Jڐ7ۈP_d"]5P~`,7siWFq=X3<HؚO1/'2>RXzJJڵͤNY!/Y:\MkeѬuQ7DZi݄ouxcgrĤO,5ʹKPкZ%xa77/IӎNa9*NӢedյs BM+ta|C$š^ Pt9eguK_8cEd:" >ѫr⤢;[;nk_c>31yDw'ɟd/*=-؃\Q@}0~xJ{.-;CJ@ hhdKfF_kD! ސtl-b9>s{@pb )Dв;#w1-0OЁf|*(F n[5s %*p| F?_,vwγˬց9eX#`Čcbf6`ɡ;"NB2&6c$ڕx=*Te;.珒:#'Ya-@npsΠ yE1x#4cRjSc|0jg (k,iBN.`n5%75G}֍J~Q;0ݽYD^5qpts!y 1|Z3uB Aw`kN?oViׅm|.b(fj}B׵_g¢EQzeY4m~ f@_5)|,8]VAgENs"6$az@61fyj[á _Hxm8b.bbch幃Wi,T]@iC.qX񟽻Db#4DAi9$݉'J@%*>sؘ ???W#o*5zi# ZG;.s,9T_m >U]JWdB[P39h`]"o+RLyeVl.4 #O .n(4 sZi\!{$[:L- 0ӆd*Vtzi=aM).AаT=ej!$rC$D-&O'HSUQ^2\q3Vr˙>K[y班AF9{ 󈕯5l{zlDύ/hwgs2)uઞhP*M(hR|fץ(aMaoI5gI8 LƘ'W*J*%@IȭZ͓yԆI _?%wMt qWxLd3 l:%pJ*/b.Ž7+իYҝb -ޕvAH?5K{{:wXHq-|/`P?7և=L~Ri} Y*I:c+bF+m YñceXbsIK<6WB!vïp̣!IJ5zꃞz `Ù N /  %L@v#ױc3Y/U&-vb ʰ1JrXɼѕ[e+O\U;VX-HtІ+&ƄN0Z>b9z;:J`XP"Oc\ime+yy.Ewo-?U ʈ!q 1(,L.uoB:ļp9tk#rWvZ)$x?5%kߤ m,EpnVvr=Nju#xOs>ONV^UX G?EDnHJsե4;CuѲC%tu8~4<-Ԁ؜!@ `(vnYh.$qk;/E]ݑ(ѳ o..t ?4s ,QG0s_ȣҬt0F}i_=)c(fF{|b-V].}3Z6` lF@֐`D}qՏHk{9'`7pt@fn@ɥ 4={ 4Tzߚsh4#QM&d|$ݎ44rxqk*rpXuf )Yd&FT@/Ճm Q+;aDMQ=Y##U 49b;FBY6P"wd4DH2J\D0RtF'&HBVDSɸVsYY4Ao_OI hïN:@o|q^KϓYM$?@';1o;-vV3%aGq0"h1+1`-N0c.2&kf"gU;W#/ƺô}n%e0N6EE@;π6DHOʥz\Fa7ߨZ "cS#*+M?FǙ吐j ~w81Ng-fa}$s>r'g; 0?(h`:0{2յT$8PSZkz$4&M竨cW(I!՞Q]V/[ ʞMD¤E8maS-'_.j!vje(z+n<2l^v&H/?#x^,{mh_z#,UζLF1$ydeK VFjZ`{.uY65}ܡ ×Ep,v>i8U^FG@հbq@eg!_ZT@cۨm~!;_i"vo)pbcsX-횧E3c ?Aռ,>Hr:-ҦEK lNZ_>)yRt3/ U@;4Zb/$oT([?rPi!CBPT#9A`VJt :7rk:/>t+7Ke$9мjOT0a) =|3 d \n. Y!> ,ʒ7V,/|B c)Ɏt%@Y`bõ!41` Pmuih(P\hRFl3gW.X=gDvk*+QyWהk@6|Si璞XtòEyүxV? m>.Ӂh#Ȥ!WS>*Ž]OҺi^+)'gL X?ܼ: 9(A0=)7d-L`IjoNӒOe&P5B66osu\C42q- ~7Ob鳽|܀^"g×$9'<C~K,iMU3~ȓSB+>Դ772bar%v$%9U8mF"`BYhB([@I6bODcZfw>jᎁWw䴖c %$)څs;ij,A_22]o 5 YX(8$'; A/Ns22vb9r\.P=UʓB@&G=|M h4Z*JB9.cm&tGNrjOg YPzU죬4oNui;m5(ߞ}shJ]%Tk߷1;-| XdnR_ &g@X9C)~`*TͿ $wJP-S?JuԄN? R0^fhY,7DWVlfJLZ gQ); EP 2r+=:"l6ʓSP1U]$B7PM^'P6jwu:L`ͽb$ߗb5Ge!3@*i@x{东WM>̻o?w9'N9&1wh/-@7ky;a6q%gpCM\JS-LK|@Щq7\(&@1ki. "0~vuPv*1G\,o:4Ǻ%R!J;!Q勌Ny2IJWH49j$%hC >#I"> D}H53ꅢp'myS>{o^ ˇ&.tABN= t}/ ]5 L!ϮwE QS[Cݽ;+ 1JgXeiJ+6֗LT>ڥew}aa!TvR?/# /i^Ǔ?R HDDvbGhxaK?L.ܔ4ގkס4ou]sYeŦܱŹ:pQIuajj˹88j8|X/2! _2;=1UO`?cq|2LmΕo=x~5&o/6pL|y(s/5%FKm5~J7@Ud|HR D4s<[JVh6sTu`)'h酠v J'%t+AD9sГpS0P2ӸQ?hMdr'VGQRL#_a*RHcskzF 8ZTrݝx J':]H^?1\i Ha1i1`z4->8{2->tPQѠ' ez+e$w\4Z1x?CbzL)+ 0=DL[UQEjw +BFRo"Y8! ^wKRʶRJ@/ĴZy}exD|9Rpy]p̷ hhDxumL{.& yiwG^5jxtk'Q'e="ː1iftR6>{,akMƒBn@^cTi?,d,կ]7yh[ƉInY=%M(lαȒYS?/juzZuf?Qv8=>W2n˚P~Ayq?rQu//;YM석]C ZL;ʯ)"~gNޫjSZY2hP\tM7P)C+rT¦Qd`_feТQ`8 v`2ગ.Jk )B0La`S6\9/3U._J2`̜~Rˆ 'D"ԞVc&էGh ׄӁ&37đ(_Wo|~|{Q޼ ܪ!VD!/Z^ x.t>݋S]6Rs9Sx8ϽmnWaT|xnEՠ+yv?E/Jv X\&RnC0l`#VUб58,LLI'kbo4@<64xՓcg Q86Ew^l=Mj?.[Scku=[IUz"ROf'$Ϊ3#ըCI񷳣3fTNІ@F,9N5И==dl#!7_`ټ`TTx n.t0Jp?fS>@UVպ ,ddl_OY#Y)Q]ta5eG4FpQl}Ij-xIӄy h y$ͤ\wWMV \$){d6_o$BE [?3C If&Ǒ}4Cc(HC&ɬţ {عf%X~sgs$aU R') [n\%x>@g:j▾9$^noJ,x+RJKheOe;`>%8l:^|5U0%L  =;<@svb Ix^yyc-#\˰ߍTOmJkbh 2xӴhF/ {{Z{aʌTd~"ֶLz lWŁ٧X$5I [#TNk5%cNqjʿy5eogaͶmn+NyC!YSj9[ٸi/iց?2KDau”z;y-,vVToC.@Bbֲ'@qδȐn,2$ig_ʡRSkLYPcfOjkfDY| a GxB' .2@S&dNI3"Ӵw\G%jzԌbD此cg{Xe xiF QSb{9 ڃ_;Eш{jz{`8w0^A#xj#Lj;͖\uY%3^ dlzNSsD;|#(H"'nY~gW#gzY$u?XW&k"ϫvC4`q /L}-1)a=)c{DpPO$U$gXD^ll Ndv?D8[5:7UQ)55m.W)= =j̇>Z fcDmstim3f+drw]Ґpn_`}J5˺] _BM.:J"VzzZ'\JFMZ$J Qs,cZ#f(xb>S%i}xMd"~t !`<BI xkTƻ=gv!XP=s\Gퟅ;!)/HhQ_3|DA]zIE6N? P1uգڰ5..iQ HIuk `wxFv#wm6@x NK)tZCGOpEmMtyy?&A@d'2lGW]h0VL[*식tBYytH㹿R,C2>!7A"e6΢KU)Xʸ~(.qzLO7!)$ߔ- |vjOTR:di/#ސ{+{rT m3jP\!Mve_תv/1e7z"=- )R{fhۡ;=BhHQ5c!vKcFS[+ ҋ|O&YaRgKGϩnZܵۻaI(@]DVqz:ȟtirҬ9H؜ӿ ZbbmWp#LBYln ,~AgAg7y,zɗƁ~i +ȵrQ\[Gg%좪=t\!2|;Y.]qiuWXрxb 4\xO[Mz πҳZsGj_XՆ$%W^)$x9хJ~V/< fIq聡d+=0xM{43ID-7?qh=3Bq˹ԽأJ"i$GdƂ5qԽer.w9Hspy^ j7(X֦u:yyɋџŝ8|gLYY]Ex9B}.,p^>PXU=\`\]|JLMi5Jq&a,hȄᶒlI E*١2󹐽CgP㺍ܹs=E/rYx'޻^jCΉ"'D kDlb5v)Rt7ϧvrQw1-'O1aײDYe#<ة|Y@PN} Wkbd=/@+BqI*g~V~sXڑzoA4805b7 ]Ϯ_#4 7:uVO~ǽm+&WnLv;Ƙ(#C:ov\։J٣MC2B8i! ҙ`p4۱4cbzn (6!ST8FkLuݭUM7XuyWA\@35IX~oqI cRy5]8~.+.c.NY7ύcy36?#9;.|:)4Y>̝IoCuJ0ʴ M*IS-FՁVPU ;[IKфF$8+2i ^i;g[?U'P0[Vsx}[Tn GOx%Zºw:PCiA!kLf%Nux~"U#~/#Pq{FBM@5c7`Er\PEX!я  t*saeĩi DtG Ci,~Ɵ4CI~'uiҾʎ@G *"OfzO[c'\yN0viAnnTOR EXUicZAa#r` vR\Y"Y̮00D%vAsCߪR\zsU/OeB=ݲ,LH)*@QL/x=:&&N8*T#fhאjDHhTXB^& ֊|Lh&'e{P$dM 9˩ooOyK+Fo &FRNy <..le^ܞ e`}A̵>}˱+{M~?tz뺕PT)b#`B(,_s3Mq9ԿYh|х9#\PqD ĥ^7TE)gMx8zc}"1[y|8vqSS.t]; 1HҦzj!I::p-'Fic.zAg^#;S풵ˉe3IKjv\7s8cpyYSVtj/' Dz?;wZgZNXi^cR >9P!J]9#< no:pP=Ž v0wZ0GəR ݒhlEH< ˽k I.t3K/OT3~DKLqmDYW2 @:L.1-ݜym2D+Ŭ ӧ\i+N% y]C]"ik1М\#9<3egL$Wؓ `92 SJJ7}[ uT讒,$kgx1f.Sƪ k ^AܰI' bĦ2}Hs2v` ,S{GoҁRb}t6u,|2 _^I&@ 1Z>3~䴮6F,fA0N)jvZDil^= $e8/ueII3{6ҝ gN@EBq@Tj|,Lm:_h BiGqWjg2wQ-+P'4$O\p}UEX"[l= euY,37L. 7#+k0*Q)Sh&yFfIé&ay`Bx5 VkڽTC;Ґb ;4s;Bh*Tgl _@rz*l=|u:YUUfcNbz;&s4S:nG uHIj^K |.}.dWhSykLzsty@ Ob'K@Zj釢pX'96M6\J?I16L inM΁;k A:P~ؚ)"{%)NT^dnX*Sp?c)m᪽4,'C = $PBVbbr ewy-=<<uϲ2fKLA?"<$H|*s`UqJץ Wl( /[6\$1Fji(Sac ns7˼Mk1:p=>\]IUL (0iI) XSXQux(A v'|N{]TP|rseˀTkWѦ~ s$@SwP6oe<y %JFҵm$LtG&1w\TSnȗnbͳN4#~fm)9I! ,^0z67*3^?܂!qv `ӄQ'Rh}^GeO_ڐNzZ+, ;ěFwM)9f[@ht)%#DB% Y5ctzPh(CFud#^4 -|~hgŠ"O.!GV_ئ'`*.r0+[,Z*T::&Wҡh򛬋"+Y |8QYhHy0f/^nQb &T3_Z+/eB4cQ/t[~rh-WΡHJi֪C2hA̯]nRCOIwhԍzT&|:m^ho+ژ!h6ZC4BEQ'؏I]|#N HY;o3/ߖ*cP+c$7s Z*F]I^@_-:zhI[[&݅'y 7+$]^vsʩUΊ32hPϬxIE=2ޓw؆"'LȢT(eE;ugicľ{!&~ʧB~2)$.1e% nW+_.?ͼ/*jQR<̅&F06T6<)n 2b;+W2ǙrK>@;1 ʐ慠(ea:|-g[y:u9ٷƞ{v o^$nkEϢ'N&X.h+(rATs`1mr߃d}YS?{"VT,I-P IQR#G[+mQc< wv=nteD:cU<GXٴ@SJWD6Ʉ~ 7X-݅Sshc ?oGdUSmgͩ A$YO8"ckhB`5 :q n1`,]Iik,O V-3+uW__-$:xTFhoV$Ÿτ?G!Z_D91i\gDj qsR.) *`/Z3()"xpo6mŦi<3ANv 1Z[<|EQGUڰ̸ND[5Dvmawyd06l{B"z& Ez-d 8V" ںFx[2sJlJK/ 8/1>D"}D K_? -Cc" ?eH,8-PƆ q eh4C"fB 7[Ԫ!\?f(PXgfU^$d_۔0 R0Gc^ҭIJ0ڳD,{ϡ*jU_?(>T1ePD5XR_R5B3?}yc qdك.`iBdhDLm&!-Z_rwt%xYB؁KWz^ ek'7fF`/I*\# nV3k0ϥM` @Z3 ;?UD0(dU‘H +NXe ~WE #pCo w+L& tUs\vey><ԐR ZTR-` ˔gnAR^o-'.0nչJv ,ḇ3Mfvri8V ,f ׀Ρ2% ә)*hl1ehuƕ^Ak,jS,XYpk^OeVT Zq3[:lN}J&^ѡx5R$oi'~-K5)ڕc(4v|[J_38Rhz{8nD)Y996.:kw'Vcϊ.䬻fZ_] _^!jnRLj\3!iq' U)9Zcl0ܹK2df% uryЍ8i4 *f`1 V[J@tt m6VVcr^4&̤W(4rVqw1* ){CI5BvɵW\ DI_@jJ֙H X`b×c(q`Ķ$# n<3klfY>Tɿ3U,L&g8;O` stv}p=쬧 hL"`uZ?QPE+^ Qڈ;2o%_l Usly!-s;qy A^؜9ۯl:zX:eZi%/ ]m6;(@:*>}cԿS uK |0|>G//+Aa\呆յJsNͱGqy (e"'׭\Tv\^ܝqҽ< M"BM|5 SZ`X%O)iA+'|t,ZrGE@͈Peɑ1w> ȱ%AZb$WuOMOV."1 -Y`5-}G>_"Kj®{D6|JT 9yYC;JZ%17GDM@mšW^. O}#@c[WM.Czd}+yJ LF λ`Ra@#Rt ),rE;+̺^~XkHN L"7J)ؽ>J\=ZѼ""B@ր20+B0LDCz=a h#| rnQhL>dk3 /o~WY97m*9kXvnпw|"Q!oPvUǰ8J~GFq!-G UsԵ$0'udd blekja6 K4n .Z?nFz{vohe:yhqlvPʎG^D!zr_CPc};(o;JZD`#OC; ۢEa<ͪvƑvh *AsMD?'GP,&R~I[ ߭"NhYX;q7wX%.@c%qI8pM,Y.Qj?ٷZ̎͟WW46~ZkDFP@"JG_M`iDƴ2= Q$;bȫ/Xqu}l IKcz^)f̌O JJM5@d4[O{tGQW:l L8 ;W_ܭ)oTk9N2$2|E=9^ʖq!G 6̖4@Ot=14z61 p(euW̦\_JX֛Ash^WHqI5/}6JFHZgXunOz%|Oۭ zW Gk﫳A7SMQl)*Fc6Gd@` Ĩ,": 9]`lmb|6I5u@[Kю)-f[u:TF/;_AW vmT=xi0[bgٶkU-|`M`C%ʟX!~ ܈|"q#EТUdPjзu4_~lVz$s%1{ ,ޖtC#kx&x4؀{mML!`NH kf/ N-5f+ EŽejdΞDКenobJ?"™~@A2iAd&\:^T]Y<&4S=QҮ?krs,> @&O<1,經>3*丙trߵ+=ucDa-+B9ecrrsgM/dL֮H/V{~zsBZL,͈=o^04?O+I _־u,T}-# d j#5S WK~v'"HjSD6:}9Sb㸎?]cqIDM3xHmk0qp>|᯻ z#TDR[ItFNVz'|@2WazgV6:("ޏztXӄS:[XݱW s*>W:+\bT#wm1|[WPxF>je"*p2ARrc-oIpy <EKK^֦Yr^ꡙg.SJd=CA*a hO "3p(mϨt@W7ǔőB?󱈹C:5g_xlה+^lW,, dW^RPg VH]wu]H*dn#_5x\4)% 4D$ 8" Tġ|ʪn*/Mk\1%mĸ!&8a!̝DR!Q{U^jA-;y1 B .U?Џ;40VbePGܪLDẼ#@sT/yO_}/0-_0|Z %^r+dob:+h?%vPzG>վ#uVD1ZHrՔ19#>E7 S]6 0m,g̉3JJlM8D`xɌVnqkrTqf=8;'ق&DoŃj&JQt6tǛv$}$NS[Pz ޾Dwyǡ+Q#_K5tVuXUg P25KUe` I܈*2T Qy0W1򙴺a%`g InЇ$!XIޟˉ_] }4%!gVMroGKb՚+5*"\DTw(lfM]-@׬5" 1=Wc=@@.4G4ɟ&/:[6e9Ok Bfܦ~*11{Ȕ)zs<ߦ7URvlLr߽YIUWw#P0־9X2ul */DU=[<(JLю47-YMaϦ) *$/ <4y\tن$@ZEͭց]@rq;s]TcH WL>Qdr>WN{r WI˳qr4ūƗe:mܛ }`pDdXu)(pC5\ Or;yCѴ4o7+NӅd tDtPǪ$3cP\|]4' Y]Tiծ3Cx"?РeN2V}"Nթx\*q&✰[?^xO gnd+/J܏yNЀ[0m<6.+j 㧷D%[ti>>,/JAI$ FAJ&7+vmjR"xdjbh$^[zЮyeH]&aNּM ԯ([{.=xVkaaP?.B궁8a%Bv }WhMNsU-3ٖ-5YVe{ָr#c/lȢB &DYo%5QP}75A6h *'iwyTw|[YGk Gj{/;]WZx%ECyWpThUyPǸb8&$t"uD SEkT6p[ -8ApRfHctl5BSRCvb~`Yk2k!@*dP/ gڥT( a_Ͳhu~h{$ O?#t#Xl(tkPiiJyq=,h ܊݋O zqJflw=Ϻ]WbY|HRZ(-IEsIB,Cz4:|J6(5fq=io)bXg[р0Ϋ {>)(|MWĽ/i]Kǥ]?$8 "ɩb8 0tJML|c+|"dQmZUĩmL XHM|*|s:8ұX8tmh'^%0qK򮢠5%B@;Tt9PEHB1El*!=ްGUR1'W{8ul!WMVmƣkb˓raNp^sx?" ^8ܱi(ĝ%=apt-~Kwcid2|>aI\%Gr[ @9:&YS q<} X '蔦L%(:uuwɁʁͥ%%| 4/{X]SՓ?iZqu(ߥvhN`%e*K|G҇V$ɫE[Y?_)/+sSq˿}~|98ۇT2xj./$,Zmaep>㿘Hc.6L ?#mOD*KqHD=BwT^$RC $N@D07N-BQ R9GLl uPY^8+):c R{@ zz}b:҉Aʯ-9 J"ygF %=F5kB1Cw]tFN5a2j=iA4kLս&X-ӓs]M*gp '|NDúqQT _3;hZW`qwtEu넺Ǿb0ڈ4=jg|T\ݹC< 5uKk3T#NMh]24:A qZ ~ѧO;ҟިgX<E=*3cyJ$`P*3ySr^#Mk<]\>;.*4-`-|ԨbKА-!EBt,@O#3_XIhuT:p5vXg\Vi=M'g4;_ vGxux=quHԧqpl͋&}n>&z6'v"3!ƨq\5 7ɔEJUz[!gޤb]6%t [e23O ޝ5_̂vb,I+C.#,Ju?Xd/fٓbQ6|v p0&lVs(NxZ˹LŇwF&^fD`jyK'wr6v@Y]ˡ {>/Ȭf,vJc"6lZUC1o~gH"S q`K˄UD. %שbֈ]揋c9U}&qEBL\AF}IwGZ=&=m=4LgVկkldxPdYTJ%ِJ-qX H?tiv5r)<5pp0ޓfjEW`|vAv`q3i<LC3ulHM!As5K]JMB&VFa-MD:9M_P+o=w^*Q\uw_RoǷz1E%Kp7 )^"TW{69 (G5A<Ubƃ?J[tЏpnr`` xU,o)7,mI%o2o5KxJ.s]PمHK={EDv=\ (*JG#ߧd (I^d7"\n$WX6Xz]LKw,9yeo;Jq0-o4*5\Vxss*ԍZ0>=^/L1,Xs9^{hO'&*XDVL>:ftįv5\uyWKX $`Ah^6fH{7|a8Oä‚77i<&/Eďv{wmzSƑoA$9if/[Q%!6 >KO#`-BXHx79rgVP3,Un'eWt!N|Ŧrj#<Z,9y31K(ʸӊ }/2--9/">kz?^JxK9 edBmR4:*Y ۴9H>-lT,MvfSˣw@Q6 C}>VW \gyҵeJ>L &i"黥7aGJPu92L p@ &Td;!jHđ]:g%6"S8uGgƙXznK\yNA2SPYSar"UZMlhFP,{i;IS}z XۓQ$>-VCw2Byy@* yﮂdRv 8&;w]2-Hs()%ZRP !ѷʵ%;r]\@u ﰓ$fO|xAtP?z= ( G3̓E3!Xiﳴ,t11^%U]:K ݐxԬ'^Eņ*=uEC5(`*S`ZFӌ3V0|W/CBbw&+WټĽq(Y5I-wvSr`迮ȶҹljLSRڌ0p]/~.r+yڃCOoKA%5`;g1ԗמP b-Gm9)y}Pd uPu/?;֋CNG1DTehȹB6Jy6zֹ" }Y6ҰhӪHDU'?|<%rT&W)";BA06|F !laL#'mی=h~hhHͪe1P0ς+, Z]ӣf~@ZdY+psmk u7}bs$/PRfW3Ci UWƻ#϶QQ2m[l!˗2zAXqnoR;mbh Ӈ+T &e +?d!hFVD{9< mf@<ὦbB{6BxtRᦶMidIm?aZiLeWۯOUϻVj*dRP~ Ly Cn@/M(~xH7}3u$FNK!?Yab]˔Ag[wDO&7rmz^ i$oɄ-ݝX8(xF9.`dXѷE8O[%yUbD.z9g {x#U6FRDfVUw n  #V{9幍•`t cV |TrI*Tg, =G:4#mr^ҷ ҖkH% TC>5Ӈ(8mLfh-!N5H)1dN4 1>m0 ~ڥW$)I$gQ!OccEL.@+bHf@MOץ%zz0K_QS{<<@'(sEaQώ\brCTKM-r@butw)O9?#x(.᭏vk3~Ȭ3^>x*|+O eaj~LLn;qv@NM!0a4QJ?KNo~?NiR/G7m̡#y&4Ļ$c JJop#Y"F-'p6wZԮh)#ߴ}ofcÖr6w=U(lx]/C*%rt(BM]i !UlQIjL0P"5^БsJm> n %;[~oީVS\u./ qCWjjXjbt@'HT <\sS{G;MWpPk@دH6*0+?(NqS:Y&&Jt}I.7jzGTVB$g>ҍ{w]PHCxg9YӱM%`oTƆ <""Cew!͝N8;zϾLbԸOUk{5yuA |&>ra RIpfH"HL "IK2| z2=]{^SH'U/mXܜpeMMZi*ľHt }R%nzl&;\<gї6+4(*ހ (,Ws̾Oo}b *bM/RRXi9Gz&@;pzZ~%(q>5:oRPӋ"{_WA$ɡ(Oܭ@7R ,'<-QL? A SB };^D(5Q[\伥ֹ@"3bEK߯52 ᎞> ) wш9Ƴq:+ˡVEmچPSu|_ҝFy~z+Xvx(wذk'5:1yIo­%~ !ocC<~G/5' U$V/O()p [qD:]9ی! 010 W;y`l4`K*-q+AՂEPcqU?WDT /,jm;haTR .HpYnURw|88>6mb t:fj 8{#& J `T.ikDH~M谹ܚp_]^|5g]jC-[-.& v|/_6W_%>SJb %Dw.RٟNJv\'ч W+= q1ao <ǃb 8Lnhܯ̞F-F-#|\Xp֒Qͻ\B⻷"eOt Hѿ>=ߵ2 MCrcHyH?y .$o(r{Û{'F`rbxP":8ChQp]lNt5<4:~D Sh86tS!0/e <0V{e[Ř,KltBڲ.0Qt(<ЌڃTdd3JB_?>Y>\# ݊lnWeS[Q7BBY 2 5o݉v 7MKNTJht1G{U=}<;dINSUN| DjRhLVY&GsK}-j v9FBy&{-'pþVڭKGokG%F:7@Y<.=q7Wĩ=qԟЋ]veASi4}?Ê_OHlPsΙx?Ǝ: wX"~vR5JE(efI.ﶮc݂b[r-c!^K;пIQevjx*ŌrօKj[kzB1/LGD ج,O'sxcd`)Oe}tN0l{`k\Auo40ڦ?xQv*UtJ ]lNbl* .aXKFY{2Y͍VeUH 0t {&M.mw4i=iʻI >x>feHXP!z}' !s@ [|r /5w&. @B4pdNLqw.k's_dFlحo9]OO+<2z=ۊMh5;AKE,hWf~v0%$'M &GLM^a@^U Kn{}҄O(A`xzGXPO}jh۷ť܁dFM[&z&G\*tFQ YNXP.Ϣk_?Ja76_9^j.T+ l{:ZCՅAsF?<-b<)Td,$7!<`&ͤdLi (,@_ hWFʀcttn$A,$y#H(Qs5vQy\PbSp\ٴ/kva_-;@?("ԅ/nԶ(H8[PXEPߥ&셙;'x&_in{^Zٚ[Vwp_q*ׁz_U{t8n9COKEY7ِhNh7oʆM'u}I`mȤN.)r'o}~K kwmt04(nw@DSJb=_:.J\6۔?hD^V_ⲣXJMsPTBȋȽ pO#K 09A OY{*:uݗk]I%΁5XɉNo=fո -&YnsD`!<XiUni̧%]hpȺrc8<<h~} dgrc~~Fl2<X44ǐr$q˳MEE +°srQ@E3mCPs3` Z00!-G޴I$ ҟA6ĂdFH,F:*z[q6 V)./tc/eD7R2FV/ŌJ?f0FV .-{X n\҅DlLZy#NV.0ZZ88p?-]yЇ |~:6ҊaRXI @vD ?z%Uj_n 8F($U_RK8Hr-4Cg7o@}sl~;q>T;r_;&rgץMZٴ>Paso$7_ɤeGaW?1^ժ\tJ ˤp#㝩XLW%ck׷9? Z  Q"lj(/]cΉ,Ɔ#~UBBaJS|ν4n+o>_(<)q0e5- ݿ/z*4K:rǝX>S$p7 1ca>`hbGksm%َj,W6c  2 $C]hIyk`,rG,B|^h2ij >&*_>S߯S0cs57P.rpюi}L}?܉w(H1eiX{l6њzP1IS@Ԉc0ȼ]s 0hOy < {#i)Q4JR]X&.ߑ&,}p;DBN-XyzD]POQcG"RPH؅JяePz=K[f쪁P\k8<M/ZP؋?tހneKCXV<0q9Y2YYPD'.0 jըY#Dg'>C,(5 q)ᾯ 2xRb&g'Q,)&IG ,-DId 3vLF.2<Dk=T|W$x7ғ#V%|"YfX!+|MU:=жXX}eVyfC~\ge:$ X kNj )-"{Lq"T(9*}O<}ObQF~3a*SW65Q l2^`HWw#ò/Jz[v,>MdwL1@"x7U!VgWO~~Teo,ӵ4[e6'٪YyܖpR%z.$`3 _+ *%V"( {wS&+Q ͯm"zVLk ɗGE((fq&i:oYȗKSx_%'ŏJ(u"۸c߈rFƾFb4eDGxJ))+AVWLE\p Yz*J6Cyu8{AVXgwFK[(K{xGcSoc!yV-ꂯ5[Ϳdâu:Hcjg窠<@f`WTӥ NͯOh唚!QWTjZ@Ō ~" ؋!O<*""ub 9NZF>bT;wg+'߂?7\a/]߽ܽ7.-e;?~@G~;f}!.I%*!Xn PMǍw2a硿bc,Tوf٫.[dYNb! @qNjw(LΪ]g sl<g=zg\%q){db܉\Py'?˵1~^ _ꖄK T +&TS@oyb,ͦ7, üXJIEͽW1xzovEhb_~! ZRc[ }w`?,X-!H%|2,ںC=_(l>~͛k?RRnq x{0z%lRZ=4͗m`1B1TkĐxq"k>5,e7HUlR֌2Ɨƙ\\KK Rш6~ӵu].}/s3RV!A\l#|/:C GXʨhm]-L*.o! n(:m > ϐx6Xq{l̘>o$ڣ}?(Kqbn'/qځ;>M]Ks$^2˭eŰvF2Z4Q ֠~F롆 ʪ2=$\NdcqdC@9Q gݢ|1x+:."7L Ա.YeyCerG˟S- Mް-Y+#sGТТ2$Xg\tӉSL؜jéA:<›*%2 x*2 /VwI U{PQ_ͰXR=աQ`Ɇ{?EqLe#=-j$4(Ey*,Q"  9ܢd/C>;iDS;4&Ռ`?3rǟX监"`7q_1ۉT+R?#6ǚ{; 7e)5OEFy?NB{eKdIٰ6|罗  jsN0QЋC!1lG)bى7՟0ZtS$' 혭10.KBٕ8@:%=E+>i \pD alW" ߤn DNhU#f&[8ڶ9iCN҉Dt^Z s Fh<ИBL'3 ^sc%wQ֯ljx.kӁn?YahT`u'iȠ@1Yci+ uia%[iBҞĞi& !22q;=3//#v ,)G#M3`AT/S@ۤd)Y;!c8UAΏ\ix7uQ(5 \ \h2a]͡B+y YM ?B /1I> 6ۑ: z=U|l"ܭo+%_us>1S ]-hİbXe>/?qD'N:bi=q\h͎8xS:(=+UngRs5{ _.#vy>ANi/>^=4͡ KH5 ˙%m`ŃD1e>|,8@H,݇R_йFaMK^;mr//V,+FK+1d(*տp""Xb)/ wpsZE-**i)e._WA:9X!sn( A `AnMmI7HEYphD[}⥞ǷJ4nvgsCE藅y{QkdGv$k»@I9.a!3D_HR&w\ af- [IXl b|vI-:9Nb:9lRMxBU-/=.٪= J4Yn<"¦!|,M)'ikK2S P-aG3g#9GKoŜ98C͔UBkz:մjY"GS<勧KұU37G-rmJ-Jh"NGn!<r䚷h9a8Fa;J4Ke>Jd 0b XO9z fd>/:'BZˋ 4,,X?tGur˵LE^5K=2XQ'hAǥևP6W"%2a6Ͱ dCQ ,pfy#Ex,[Z [ ~-Eibg@YRޫ×b9s?|2ϞHp;;%[28gE>\HN6Iv0h )Pcilo8/iy2R20 ?Su=AUnn) &:% 8Ro 104ݙN̮*,BیR6҆3RLQA{N]j-LE{BnN0[i[rqLSQí%`cS^4IG䰉D7{)"zMDu!u|é[tl $Q0Kw+/>Jfc&OLjGq`5r` 'K< 5x2ID~\ߠ[hR)j1DM* zK^Q"mSS<<;hSMSkkVߒKIB}uǗժp*yxNC*1-HIOeltt~/vcŧ?g6tog.j G> m`C>k'rlq_Cؕ{aOϲYO$oxnxAw4 3RCehx)m ,FcoQQݜ/W{ Dn4t5mz/"y2ȋkBzwG& }qf>ƈS< cڱf9zRpP]8BR0qկwFOQ\}"^aMso+phγGhXi:T!SDGS@.'3~?*ӈ ) |k#WgVػ'1! @̢]?3$6p7h:I`1f#Հ-e#ls =;Iзs Pa̔W5&L#Lwi$ex5ϴeMD2vKgPD[˼r'#6>CeL^4Kb aEpTx}&\|[AP_OBA&MBd3􈃖ϟ!:lq_u_%Tr vZir#6fkwיhg8 v={ SB R "89J`X.H@,^QV8l-hZju VqwPa7.H!L6OB$@}}n{nuB(Lf"PL G9AR-g ~ߘ+!LtoPB|4AC <ŜVVz(1KK`tY(;۵gیb{賸(ۻId"klvL5Bwr}uˈ?g\kHD w8J%χBs2~7m1ԍv{eb+:ɺ}y9 8xTVNI!/&vɸXDL$hanҀt>?Ej_MְzgU6*Y Y 5kEIirذ:r[|Zo=SM C̱eriYDܹBoFHLјzVKQܮOLaTd06$E?4Gb\2_Mv4iȧ/&B2 eP11)>"1?mI鯋ЗRONbq4x~SL!)#Os6ៅGƏyNA%/.^J**UkYqPE2u-p4S/ sY K̚;6b80Q 1͌ "oJL+ ;PclrxBcy,dQ|k =g7xbw׊vu2!2GƷ0Ybdp6n F(Rtx&1Ssc5fcG-L8[P Ecqҋ/RxaBO#C+t6$ijEћ0ص#nYEX_'zם SVt[_h>׹%Hя||qFRr,n_]ZB[nkP<M+pv% TO28Ȕqǯ\pW1H!h*ffmӪ4ռGvΣǼ{q`{T ӟoҞ|UD_S WK:x^8r7$ > 8h]&x1M(vB7+nA#+ h5;[2[7CMTA>ڱ G$t8,JmmFֳzLJᅥ7|{iyt`9܇ )0 jc,f!bX&bK{ݰ*Ym\El4by yEq!7682;|LSZ׿7Nՠp +yJx`M<m$묞MOWU0EuNk]X7D}T!W9O22KlP+߯aK\?Ȁ+K]Y(#B39=5$͵R_߬V&ZB'Z[ 6W<E!9wnO*꿐-LYT ~30$ۂ}tz7N*b+7/نmCmmWZ¤.ߪsD+$wKr$"o+_|`Ri~0ȗ!dtԼ 0s^6\>̯rw4tN!]cJ^ęHl3qF%/B75/|RVV5?A޼J|YsVO 7\_\\2|)]({Ĉn0: Thȿck(ݱ!4 Bn]M |'yOf?Ql a#=JsF#UzceO6Ƈan1_cُo/J([nrZϐ$@懒*duۆH /uʋYH #FrLMvGMB`RJ/ZP<~$AU ̻E=!rэYbP%Bs.]T"аbؽY1O䂙Mrb_#|Ϳ[RBl=FHA,E4S(X4*Q+(;L6Lr9.הU̷cd$V6m| p"nlζ#!Dl(SŲMecJY2@Fz5z];RVjK?r-/ ogװ8_$ӎKwvҪn@^d. uC=0I]#eib.9 H9͘Ó͑(iYa8@wϐE4bcVXSip̾OY}R23&ը~-qxUµ{s3Hshw;vgqk ՗'u.; ?IDmNo$4+ e9Cʿ@03x(\4 Hax[F|]&FDˌX&R#lrQEOYV@/俈܏cL0{洂M"^gj"[Ǥ`+l8tg?r|8;'j>Uvvy?->0DlS~M~B(B| 'XB>讻M9mu#-G,Ȁeܱ.^NnRLa'X&ÕW;NL9A $=:c;Cߒz#L\hQgk֒,®`a[HIlx_6W!Ꜿ{բXt}3bi?z SJz h x2-:%"WONq7׾Ś$3Դm3 ْ8*P4|ѝݕ kM$-ڵ".)[sL-c+WU۲>]pg-M>/622j܏FW(| +ZhhJ@4nD4dO#tx ړ0jkMG' |$ Gv>[dmS0=MZ+$  fPALKZ9?)Wws#iWEstQ7H#+3@f@C:#_32_TXO:-l0~'i'&hxK7tfy#WRqo^[]-sy' iCNtGD{Ljt`[Hk(7ΥZ>:Ćɔ2ґA<"ꔋa!Fgzv ~mzd}^80|s);+OF7> 6[J .ʾj&*w/u ysv_+ߨ5ak##ʡEda @CUIC96/%,$EZ6vwp]# cl;p6ow_zoj}bmd5[Z@#>i 2Q$MH=!>;:ZʫX!9QKV,"z 4ѽv[s'ẙ{E&e*TUQH\ IYh-<{ˮKlpZa ?G b|f4w 6m#4>۪*K%7^c͍2LKjwZn DeM '|NX3顽(,)F0Uj${Ŀ-ͭ\&wM:#e.7h ;@sY'`~}歠赛`_[Z?!c*F;_qSΡjy%~lv@&y);`rdf}F!k"da4_>B%г[]S5]Pk%=V\WLf'P,r72Ms; F rXH"m'[kD5+ebg6<f4Ϊ%\)^{HR*xX?EUe?s? (E*Tn-rɆO2U8zP-H?] `!$&ws4?#Q"ȯi.>M:GGȔw>vm>8ub=sUk,ZS\Sk]4 sk4EBZJDChR%<4b;W:Hp1[ІAi9XBaii09rIRao|E;Y >K :<&6l/kaiԡ- (;@q烿R㭘TV[ E~<{ޡJc͈j1ӋR"?G}jkWFSoˇ2MCO᩠t+͒#e2E3]_FvUJJpD\e FIwwR"1_QA%tDqa XD-{)>_/ ;%Fw^e5^3Pc{@Cͣί%Fd DoM)@i7&&uC'Zop4CTZ;+6l,`~ZYdʕìB9HjZK8#tsRF4R9`_;.S"l~,&sa3[W\c9VR;y6m94^"'`]wdŗGC+PK)dF=s ֤,[Pt MVw=k0U9w+5YRt꟒E!թ&5$=7%dz7Ie:"aL>3B'Q2謬mL ˀ 黏J^ n1,L)T_q]\m S?I#3g{s*됆R#}WENGh|Ž|a]?f>@/TBZWʁ,FOQu,zg\hC΍,x Y5;WCp7קg[R=͹Hzb1 <+*'K8^MP+'E?($DD'\Cz) ~pdYpX S? tCCK0Tˀ.6_Mjؐql1r*E!Fe_>зjpbص.,'`%Rs[aӶEk_$-S`KF ;k`P^֨Tf zw)0*YP<>x+w?5/WaWZz껹g: qiI2緒L 5V8|Ϣ؜ 5k0탬'xAR$Ngy5Qhb"d%#UJ'^䥑0͒C+L')*"F ]?菉l_i d +5kQk-5.b>TVP0$FĶAO^6{a_k#d~xGm w5TrW[v.. hڅ{cá8z1P-GsYV۟}vdgZYQE[8=jٹDB7߂K]Zwj:ǘ&]iRG%Oi"v^_A q[VHi_8sWrM+45ǯpz;B,ˮ]ƑoFTdfMF2'ԽcA)5\k'>MKJj0ɠ?=4@b|br #RT18^oڗc5_ϹB )E1Y8gsݫ?[]izl򆼁pdZ+ nEKz>[A'#9^If)9Pnm,,5Ŕy,% 0+y!YBPj~j5]/ZMI裏7@DRkזP٬TW"Q"ynᏈYbXulTAPK28:8-/Y'Q,&AA6CLc_)Up7˟qW<\?)0]K3U!ͣH 0 Q3=;|NseylF8C>{0!ECfyp1!r[~azƐM(ZߺDEZQSp$6Z-PzNtU8͌#A8V{|7u iUE/DPFWHĻHHLՉn{k͖ H?P:;k v*fnҦg\Y. mS*xg+xЕ(z;z?jUƱc~P0j"(BF' izU0"^pX2psKAK cCGcI S?Ν _u#B@+#$*Z}j 4}Tw2˷ǓMj!ۯ"~I#lwA>r;UR3y 53l8n]΍~ |[S"5y_@mo%WphHK_u$@RJf,6^CP3ӬUq@KR;2z'OTn)[2|gS995f^n-N&x7BGH9V3e$( w|RzMwLH̾G;a"NH'^@\!̙ܬI]so8"ŝx7c̸5o5<JT޺~tq#\م[vNwNqwZ)kMM(J^Chm kC#TE$+~߇v<+]3Kp[?U8ǜu(\AqK(79?5K*;x3{MqF""bȲ-*}qSS ,EBvIzZi7l]{*Flx-F;m!WF#d$\&pAl]Om~?vieGRvhU67,Ʀ j]%b^Ka۰oIf)ih箋" *6ޔPUTGuۅó·R4">6Pȩ2[F/ 6tJp\RMRE2[/TrYFŶp#$Mg [yBʱ,@C =Nd/@7%[2A iEsCky*;+'I0`QC-sio9:?"]FDYш =8}C tC⒢ p9N4ё9hI{F(gI '?G m["fN'ZFkMJ'S6Lt!af5Ab JOUgHR%fDxDh^>)ksaL6 fH6;=V~U`lRjzGSpnA.'qO\qECsv{zA#V/ɯ&2宛l|q%!tā\Adr~1ɖt_ v@ .C*ZZ]IIbWV5.ǢXʐs?@sכ29E UAz"N*fP?KlH *$FemPY!I|{./ӏ19, SЈ9"md]*C`繠ȿ?r % Pi>9X.Z! X0{+Y:T%'l鹀>泣HЄ&T0`*l\|+X)p$>a9NPnBg@ {=#O`U;DSS8m#HL'eP:Y!RÂ3Qvݏ;VXӆ72L뿦oۼ Q>1GTRC$y$ge a5..~̸(Ƚ,+!͛4–Ծ|,NP`Xxb _Z5QٷXVZsO˰t[-l4È띍kRIc7Fl2Ñߙیd}S[OY nA-:@[D} ln@U5x>_ 87{(s߹OD/V̇~򟺒[A=E(rnBB( rC(Юܧ1zb4,Jz~XVf9>5M#?D4JKxr{:ܬsZ/ri IU%M` ϳW5 -vLE#"Hie!kx#%FN4njVfR?$[r|]-'s3A,Z-; RUp6~D!yỨBA&GIz44v!mj53|jysjbO1wBz[/ 2O)#12Ap0:gtX>')03pWvSٺDH hnDqgwSjFڥAchA;@15Ύɝn~dSݪ2EÞ({|NO4QlFZ$ ?W|!7A+S=Onb{&taˆYefP]56\EW~Wå1<|VTeY',鮌p Wz%bH,Za5P>]?I@m>=?׌|p.ҡH0Z e/#s2kgb  Ǿᄬ0jlD'Y* /4`;%:7l}]WURqS}Ǟ>ZJXI֊g)NʃJ60&)Y*&^.O}^T_#5pMǔ ˈgkaH!J)ɥ+rNZ_&,akQWh:lBa 4,bȁz66Wgg*蕟 }z'S- c7E pIh\&gHŗ$[2gJϣaVpk=:ȉ(ar^JSh/(MdQa¹љKAvr&##fq3,q&m@ŗ}1RkӀA4ʓZ-y5Ph'@C$8.fP:j}w)BeXS -2Ꮋ Sǂ Ds|L]E_GT,*zgNKQӈ89.9/5d-( z LC A<|~~tw[$A7GDĿfdKчo|{2|!^^75k~4"F {$h+̥"0JD}' jSryhHy-K57IB}G-dQwY' }`u %<r(xJT(d1)E?Ej4# ~S,dxJvOb_oR4-ѵI+m<چ3Y!.*5+u&nFtI: H*os][B:({oU^#/Dޏ]NXI&g"'ILz#zF/2f^,v`}bayF6P hAwFv|&~OBo&"j%ݫOvk,e!چwxOOכ4G/' 9 T6/_UC#֬T^^ RyUkt[&:,pV%Nm W{ 's_ / %ƻY{(M[,5R!`+2T(TK"،8KݚԷ<UB3=>-8!Mw5]Ohkɂ-L˿l_4GoSӪ:3RVD Ի{*OZtu2')= KYYCIcS+fFP87XX9Ier88#Q>nKHf:r'.U940cJQ.% Di<QcZxĭ{ Kxb[Zqg`m1L!+nDgЧbO pDU2PW!5 d@ wSU}')Й;jh,Yudd4,S`;YB*"D@xt M@Q*d|F `EW=p}^£!(B5*~V+{دhT\xmFJ@`NmD6/[Mϕ\VnR+mW,!]Qc|.{r{B7I{~A{Ac/*M~y:0 "&qT;<|z( bn&1cBTΛiywo m>0̚~'g('{M/@/Tp]P !`pޤ#צ%5zPGʩ&ɿDyLCH6^Ƽ!c$Q+@q6ǻݯMӠ+4~YϏL:3 *(ij{”68Na3^kh[΃RmIU +jQhl?&`k;)9ŀ )➨h{+ aoGQ!,C zk.7hC_0) /&s!OF*Wy+:pdu|b P΂9q8x3օGXfڥ♟3}}W2ԂrbWD/= LB4)f Y_+B%t91p,<\jאYq*.q¤:h?!Jt xYTK1pZYEg(1*E\Tl)GZ'ӛ¸^צ;?_Mv|E#Avd*(K+AE{YK)Xy y0Bc> /yll#ldh({V;G,]ihv&aEA}^Sy~Ʃ 퍄eͣt &RduTe/wT"?~xY__$b4e5g+5ɼea1**,^De}?DlZȶU B6]x]pWoIJ*8U a$p|/;ܯ-E贴Һ9Ỷ.ύ!Z d~˔lZ>er x |:Yd$Y,aaUu$#ycЕ*eJDu%ޣ.sU,=B#H).Ey\!alkޑQ)VuS-^0?D>W_"+ twk EQigdlg=>B*~/M9FKUUfpHkCRZBj=Y dPC\J>, &}1'5JŮ]PaԆ azN*/~@'';|s½ԉn*ǫ%Imh?1F+qIWj2TtKVcSqso`8r\dC"KaҬJd{9$tNWp3|[ W GM uCwqhfVEiN7}ж2|8nbrWhXƈP"矶PR'#(/U0jp]Nn&;^'U=6ʀF'qsXK7jrt|wiNxcU4쬵UfB@S,n,4Yy`'٠kuw݄'HEGL~8~6. ؘKс & Z4{:GACց[3/>:(jqf4sdgp@07 r]o ՝5zTR 9=G@6ЁuHU]6w1 j _Y0,TvKR;>8U)hd z6E 괞/jǀӵƢ{ra Ric2!JLߠ\޲-k1:"e Bվ);cYH '_0+T[KaPPFs5(5&PP#>_ɢУ*#ycBZ|r1Hu{OBR%TXp9EQZ%hM9xhheVgb{HУĊB3Wb/FÓ3f`ksS(uh s=}tT*M$BA'h`@-^~{_<"LdYI i鷌K59кj7%1^kSl>LY#123^^s%{ߝÁ?P@mm}='W9{l@Sm֩ N b4s>j楔KmQtQ 2R\R(Dt"*! i4!S<mDRA1ųq6 lfqCi|Gnk3JE^Vas:nnGẅFV?DŽ&ȢDR__RV d&d>#d9A,x\eeP|8ZS ɪ *J|wܻ /ݜXbj*BҿoZ\-2ݓԣ,2ؾK hXdLhxeY߫o!Hn旛K>b=yĨ#I ,Az%.%`Ց[s9PJ‰LgDp̤% X:R}<ս%#Qw# z䗷N!P !%#PwO$pd4Syr#_,N!Z94&Xt3: {]:r*?~ TFz*e0Z^Ue |C=%FPww g"C#~0!B^JF }0)Ie:E`Lm )MSnv0G|qc97UڥxA Mű/$݊'l, )3f5Z$&DXL":ŭEquT.RyfoA.Avp12=3dle_qp%dzӎJiۥ"#2pyl[{_䜧|ۡVp5Ei;NF$e*-Y|Gy7| &)3Z͈t6& !pL`UҀ;$,LCp,/ci;/~HR;O USY `I!&C+Up BG&r+i(ay0['}Æ2yFa~ܳYV` Q!, tA-| _` dW6Hd˕ \/3ٯ<$pVs+^>)F51sȎv%,]u/& 6|:d^W[ *֩8?({ߔbPdXeԥPN5$S?܄w>e .?f<*`Zk]m ᆐkW\rYC.5lLsavwf܍ sߒ@w1?Xcي_hdNC>!5 G 5Jtȇ(Ww2Qު5sQ"8P:"w S'`!7d: 8=9ӯ^Mكwwl@+}b*8yfM[q)6i )hzcWj rTfLGqYCA{w-P3Շ4Tr|[Ir?7]reǷfmc{ R77%:/w>-:Q|kQgueRks #̥?ݭmʗ&`TRٜ+,z͡QCahEWb ;N|^e新X'A|v?LkQ-VUc.94f/G~Ͽ Źm; O9_{}bf7jIT9_{ \)p9 6\ + MEjLP4f Sk¶_?4Ku0!n4C|y L W!CSՑ1dR]0!P~SxX&ޡsr쎅n'zmmᛓ9O\W!G|KEOE8!յԑF4&✃7]FTJG7FPU:~Ln*e|½ժyߕ)yP3Z tG CnBLjupc]1he 6O(d5۶,`6CEF)an8ƝIY͈ys2?c"ELp0%*뺤õ,x7P>]KE]ro!NTK<}΂ɾ7ڑ%1>е ]MYȌiVr[L>mw#wk)F?>6?gtQ-b+N!%Ȃp>|X#t ixU=JHx鸋_/^V,9"8i̴MX*ҏAo -A)/63RmDfP:a*vZ,:Jf) a[p[))LN iGbZgdG*Ƃv(A-:/ {f,?6gɣ(wA&/-^o]3cMyC/r;k1(˚f|bΗ,\#&qYUa(9{ndBL= om9It}t<[0M pT"rwk0Ҹ~T+MAbdf+.k |+NYK )w7]UE:zk>=MQ ]X# R3Ew+6OKa7Tv_{-jN HDlkU_LK0"^.)SJ).jJa{qUU<;w8{3)zM#LzQyn_<]b8<`O:g?1h3xW)0006%"V93/}>9jf[^ˎ3H-؋2UҐz/DBɘzιaqT6ϐ @Qe*í÷]e0Fr"yo‡lXyFrHe~TaE7|.{q}Xx1,KwV !LJrV2HZ|f._1fV@ hbv+w/ 赩coNOc.]3|s7 X)&WZ2mTuE(m_ $Yº}"  pϺ{QI.ńf%`;LT%ʿ7ROyʢwCE];U\~]w ED#ظ)-::ʥ=+th'9MO(RuvuQ԰M~TJo$&f-0#ڞTJWKf3k}_Ԍg6»;o m߽S"pթ*5wz}: ⻅rݽ1"w3bԫkg2~ZI3v%rW͊z*vW3HA~Q'a~ü۽TM~ F)Du$M1+fo9H(z؈a+MEKi:b v1fOY|hkfڜHm“Q#XiI$+P' 1sVзJ]e]6q %Vt2.!nrS C KBqiE}U昹غK BM*9"qGTOrLdBL#CWV PD*%Hg4"Zp+~& Z/퉉gkUx`WYڸT)FPS ԩ qഢ3F"'sF=́sK2o VlB;F~OC4ڱ²RaS}ΩFn Һj2f=VRq`F`jLM[sCќD8z-_ 4gv0},*hD?Y8gg`iJ}-&:=߾*U@%d)WCwM`63N7heu"r˺iD g>J/+i~>Mc>.vYHgE*2XHŨi@f! KDx |_7 2}``lD #$p7XII)캾}^lj`ԐQ3M@@pg2 |$?/ܚjF~bpp-,ډXr,U\ȉLh[%!\"WCao)[<؂Ԓ6tG,o5ϻڌFd%3ߴCxS\Nj)1e|27Xx(v>CIxG7,PxvݙpV5Q EC$$%eīz$f#*\Dw@K^d,X6~zɺpxrtm`=Ki#|8^2B mj8G@F aNNCjeɍ2ְ A$GSX"I`!~g*H|kɨc>/ *{4' Rdsk;j#5{O0SU[jYBU.b맬fHX;guc_+ {5,_'ݔ2VQ0z-߄BKn][~jl9a,;yS:wdqKj~$U gʧԫkpmٿgp@wG~V- '_izcrLi@"נ2o4jXȗ p'MR^~nu\`ߘ358APQ%f7xdwy" q4A@XYEz.bQ2FeǶ|bυw:@E._X)P PUoMmi꒛6 v{$jI)l|WԨUy0>ܢᡩ="wJypxEvVa#9*~:Y(F P8yfM;F*JζĻ7-7T <"x#3؜㛬x>-SެËݛMd:±$\z;Uhi:>m`tG}EBZt*{}nVu?<Ì}v@"R0I|+Aq4<2dElzrgweFªَ2@IImWRXJUCԞnxkn@:o3ovF-J?}̪L#CdVc8R;bm0dӏ1!4GlW0k,Ifgm*2@}"f:Wa^!aa09q9Bݔ3MKV:^ZKBI_`dO3dٸ1 #Nsh R%{F yʃ?Mm6-Ƣ|gv.An>CjqZ=[\ 6/`T]SqGC~Snsr4xCI߰;Fߏ&_Z2/ dr8Lݛ'9X0E%\ \L\Yby8~ &(K"VqAY)bdbYnfI]&N,i9P<û֮m 2enmikQQ;t[b΍>ZNxְز SHo܎1Wn<`ב{>dJR˫7}_G7 ,_϶~KV9ɉy+MQ&Eݿnf$W=JZcu7SQ<8\b::J?~نɰ|.VH|7T36T\RI&u#]9mv g?"< kҩ=Q;.1kY}cLtY1_BA)@!rqSs ~ןC v?`攆;8lNDTTV§n_z,c*-B4#X~f5wL_4)8mlDԲPC A%80j@D& *#~bWv~^&pk޳EިE%a1WejO -ďO8=kE8% KZQNOi35)\h{9ʣ۴EcSї:)=  SP_ #cX3 VzS[ڌqM*x|Њ4W f,ernA?.*FjkQt,)-[޼c%o>;ACLeŖ탩7(qkPօ ??zi}fYQƫ6XdWճ&L>`+[ό?I剘زUC_n{aFMթzz2f ШI{U9=Ud5(y '1&z{'=#M+\9fVyGjĂ3j}*EqI`q-u;z"`A'꧌.&W-@}e e$vXRCM>Rz@.TV\7@k8fDM eOͧz\ ^@}ȤE%w9/_2رaen@<;kܿM+;T1Xf=^Dj]l}Aq:CvSF)J 悆2W@oQϕIŃz 7HոW2'1V;6qekyk:skȔLv>,ƼhOYA_m ?gbGJ1k㳄`Կëe 8DJ95?nO0{+g|Y_Ya_pwjZ3> ]`J]A;݈3c*y2C6a)5, ɜ*L#HTnlrUG7n+(O'wn[ӓX j-چeJ`~5ݞܺ#!2V )VhJ55e.yKjSžaHX0Adk.;guoҎz~XI|}X׷[E'rh,խHHO辦Lo`!!Rc5q-d)w_#7VT9@?b<: 5ڳiq<9BQ3ȍɻy"0(oW/||87xtu3E=^7}L~;Xz>MvG_tS/fEBe GvD~UcM/3Pz;KPEc5iOIɰ)N%03QT!KrR"oZw d0@teZ((iRܨQ\(7ww^E>:QtvU4j}е#kA+B*>\tJ#Sz*Kv 6wxk"6(q/oUx5Ɨڼ iTTu9fJ/@$򰟎hL|oV?[.$DB.Z/8bkI,(({ܖ~ krĠ%=emؐ3{G^ĉ"3f? ϛ*GW:=7ĞƊ_[YFNj' g}.{O:PJcp8#S%IG"5\=s06];;z>^IcXЬ4;N7=Ŗ<\H| ;c-pp$ >$&a,*%Dhw O[K)K/*u)_]KA=({*=cΧ#]tbQi9n'~(To%7Vcn<۸k)`jgӝD0p/ ෤6?9+nvQe{K^~ەirDi!)/euR(U-QNd rFa<9Lki a9bƸWɒ51荤KޏݴBsKvANnPle\Fh-`sAMA–W[j}I toWZ4C^]ԼwW2Af-YH\*Q]jx z=?& 6J()憖'u#]5ۉnT,:${||pdQ?&Jh&d+cahv:L2"n!NttZ}|NVyHQ,\]}}!Jl Hp]Ca4EZߧw%xǭBsqcCA9Q :wWUJSkL$% qv(G!Mr17X<5!X s0b)B7^-> @*,֨imPB .덅훱g!y#8T8|DA*k0 6(4%.!\}}7IgiǴHf!ͽXa\9H85•A0lld6fA6=Cy~Γ:ZLDƵ)fJx.#>FVM R R뇨XMtMr@>ހ`xrL6a&>A_ <'BdKKd,vWœK-bvݢDs{p8ނ!wo K?;iN7 M/0݂ڰj>M8hZnZtfk ̳̽NLzrBor Df#UcdLqCson OܨC}̞ #4Ma $)Gz&]V!me:C -ggwu(ה®cɷB#%TׅC{<bLf_{ K 5bnr In,j S"CYJʡI d`^wtrswaBlIŨɐ&-f뱝e8s0۔=ut~ۢ>d6,g_iEgQ)*7 .US".bG6"5QdSb6tZ{.00g1"Hp-hR'shb3v`pe 8L%-wZp+sw.uܾ/Ҹ%޸oÝ@Yi3-q$eZ 2toCiFl?s5NÔo^䤲mI&f!-O5BWo;WhC DWZ=*II4qg<xBigK4:09ۤywŏz@oJsbi3;.H.䴲U|wYz]3QjQ$8`_cU3`(q:Gx3J0U$" !K"9ٹIAHAN恟id_\"ٯCX 8_`G{LwvE% z?癢8Ծ䠺V3<t|hF%z!,*Ӂ%Jzoa:xkZgbvDP;Ɯj]fx?-"6]^MkI?ź|LՕr_!~OuD^͘6a{Z |vIc~ jSE@ޠ -f*DmILĝmu~VwuhCš|mXHF`ZOy9~R!SWDd|XMb9˦ǍAF%Z?q"Yo[vWwRlS+*jX~vS).xSy;` q\Q:46y`h*1w^c&~̲1-\X K?n4\/$95D/'VyARmJ"Dadq w;gjzؽ4yb-n.4o-(*`3Ha<݆Fؘt򥅘}.P/+c' vhog^CDofnM>K'eUWT F3kԥx?uc`#B`}Y5C:vCZgQБʼn%$ Q#\.zk>TGP%Em->r!5Bhe֏'ХdODXgn&$CO^ Vc_̼7DI@J_'n@f<M 1 O# XmLLk5@'.( <WWBw2PZ"1}6Xxj{Ѯ[Y!'` +l56VgUWѾBȨ"q"./fCmYOu1u?O^-:CBk 3s~LD ͟pcp(-[@֐ 2& R$Fg*JCq65Q2LRSw7Ճh8d#Vd5^޲jݬ=i&q:̹7{e'6ETH}7dLߘ41t.cCsWʞQLg_"Xj ބDjm*M}t-bzu// HllǸ%*E9idK睊N. b湶˶C Ү!@<ՇpP[!f43t3zp¿&WCZԷEJ+js?m1T1dX0(UC=D[9 Q 2N.xU9ӱ>P=XU(c{\J ¥|ߚhgk*ԓt?5 Cl}!o Y7:|7=90CLY6Pɠfs{NK(Ot _F0Рud)S\24FoRx/ǒWĠ 6(94x<3Ti=hsf]JnZևaƫh >,wZ/5iϰ ܯIK"v W<!(.IܘO:z"4̞d~cmTIB GAK 48 td/[Gin8nR/jå7DFKk&ϋ޾L Mm\c uQA>5n9c]4Tp՛p *ۺHբ _0xDD̷L5Az?ŵUPu^(jo `|lN)~<HWhg@WC*(~/&08|AR%BbU0Jd\uF\I?%4Y|[.+2_9~"6<'d=N$eU8Th1{H>mM@mעf!I@|7w j?dW;2:^?,5]颜KO|@UH&]z;Sbjl oP^&Z<噡4̅sCSNRԜG{o)8>;&/ 9ABm}#Y~ƫD%=u+Ӏ%7XV#LFu]`䫢~}KӃj]`B1$K,Y +H];! mBJ "&F3VބόSGOOw 0'Xl\3޶,i!-BOyPBLS'HY)r.sѪH@./ETe2r9/XdZhx5}[kԭdş| ~.b6! "X(NfB9.n궨dQ>1=0=la{U %\J<(յ9J~ F5OnKtcj&ݫP#&i#Jl@uF 4Pk2eb# qsKSgu( Ae]ߪKޫVL:'Lъ򧡅H$߮C?f(#jY6M!rtH0%k7TJP c)d6Iyĉ-'q'h&n_!3\Us"AIZ [aURQ% Fi9]Si8':*ø!~g60y% (_lLvC%UVжX0F{Lm_٥0= fHp*}_(+'ISy|p]Z Ԕ r8AqV<>0)ž+N=0_#U^(ywVLL&O*x)dAKq-0U|-'3)WTY'SN7c$=d;g4:x7_x}*jhas~n,jA[q M׈ih'tJVէ(vU{ i}&8U=lcy'~Ƙ)1z[/TH=ҠF+Lw{Bi'tU졮æ`ki?FR)eR[CdtL338SHNg,pщH̳֟;Qov=OJ#y%ALl@,:s &9 랳gIh MK/۴Mod7{45oJ`{`$Eҡ `α+~~d=&1X2Dwqx,PP?`GU})#Q.d@:w6 gφoYle}s9))}ͭ5[+LM>9j+ok yObN&V9M-Kv{-Lڿ#xn~0O~o"棞}7Prw6 ΥDmiNE?{ۗwOirPeh=ƙݩ#nwW'9bFU[Pyĭ7a[k?H4Z+uDdy# b'FMCMǿbI?v5IffiV^6U;'_ =*{j]`WB@ W79*X- C#Jטr_}1mM`ynhd Ę!+R:tDL* Z?Wrka*F8~v95M3q9*r:I1GT  \T <ʄR<{'?HzÇ<1cxE8b[繼#z.Qs°xYU9L2DM.ifpRq}' 10:/@{dᾆVcWԤg E5YIp2ˌJ6ɑ`a>]ŠuϽwȊdA,9' MG*P oXVЪA:tj2YbÂ=E8A!5 ^&ڷ(r)DC5F,`ɴ<3ҼZم9/H M`Ƥ_c!wG/1.YV[4t:54&]V ;W<!ǡ+awQijq@u7cv-Br_AHlQ4 ;jmg8$ˇ|ƛ d:uα0!G^\6b~ !(4óDϔz*4gj%I^a1$Bs+]P[US`}DHbEDZk&g)n zåkFCsAZb VaWW'"oZ'2hWk(zJ}GZ$v %/"1p@dXn[vq7ςy@j8T ~@58S`X>-U-n>"k]d_ɳDI|B_cJ\מiM],uɖٸ1j-}' ,6 jmcOk0:mG#'UG[Űk&_8 poژVVc_g_dʼn y֞;Ag\$l3-Cgb0 $ *FߏŠ8P7 XH!ТquGE JfXq'XJ2'VVqDp *6˞3rO`fS^NӣMw{NB @י^%`4Vh)P"U-W_[cѐjTɢJvYjZ)CčSbͦDR96Uga\߲WD>!6^64KIt@E}3As9Ih$MW0j Aѱ ~^1 v%g1f$/SRnP Ū> $g7 C%H 3a]=93(P< /æ-)ce*j(*3o0 E ָ7ZX~BtMFB: aZo2Hnv,v$/=ij,ަٜ[[WT޼L`3OMWߋʪF6NQؑW]ITт2NU5+_JE{ɓ[:)n=+zG\CE쩲`WaB0t{cAWȄ (\ - D6mɡJݗm\>M8~lВ4.qOFH$ iҐ,A05h,C_1-gCQtJ ޜ9N 8d20RP=`·<ڔ O O!h QZUQ mQAt HI}" RlJ,ƢgCߤ}L<6s1(ScYcc3CPe V?*m#( Lv-CyJp'&0F2FO;! 8P$2 xtjqB*^rW1e<:UV/YJWv (0H~mevҏL^Fo:椌mǴm/-6~99h /t|FާTd E>)`D* 1Q9ͅ|c'Ub3b`~sǵ6!ĺoeh;nM#"" ?* j]W{O[9XLkϙ}P(0v\&פ\7ʳ[e˞/c.g~٪ (WTޢVöy&^Oz2l.@pcJNWګYY_mL<4Op>'~Qu=D&c$px[}̸PɸՑmխe*|]`:uE6?8삵KJPWTFe~KK Vrɀ;̽S cGՇRnrDdW_,0v;LgmQNFpsGbWP2|7Hn %Bԕdƀaq/!O٩ѥD&Lb0|5qz'?q▚:JcGq\5Pq( t#Pj)TKmMc4YCZq>D+ՠ n",:G &Fpu=ˎ;LH'B'U^a4?&9SQTY8=!+cFs.:Wl\vzxxvoGGY tuR6YA"*dxHl| (wQޢ֟# 8[$$t>e}&`u'^CgKrQ ӋZjl/̿mʖ^Qc]|&l/d _{߃uγrbrrBaKbQOVpiD-0>ڿ&iyVzcBUgZ/btlKah;Kn;R QJ[ᣃ ReVa0ACL  Ue6"j7}V;Mb~g2"/ Fe`fN5/p-_ʙf+sQ3BǢ8% ?BG"n%;\̀ iHz(R=KA0grz{uvy(Zǰݺ&dqm\A@=l@\gCkdgn!5- GP6N*eh 4*LrO8$/|@dZCn_ #N)Z! ̈́zkT!OT#y̵^ E%P[yP6hrkxK4;@ g% Bs\0u[!cP3_4p7PgZ.~%[GrQ}Zm vhx;2/qGyY4 ofYX7H&?Xjx;o'?|Cc .Mu|7NyWr#|+j<~_P]~oB@9Hq*en++%D@xMxr5@9{!w;g"fؽ˫$Fl^_sΒ Jt3hLkB/@/ 3([Ѡrb)^n55Z _-=! bNlfz್~% –{Srcn1Θ !Nfw}We<ۻ;˒iʚ^[ E) +*z*j6k>iE-5-6JShC(52HE̚dx@aY:ʆ VQ)u%7N%7 H烿_g;_ ;ьdL0_"h?sA g f׬rNB蔌pGVL5Rk0:m=A7E}!A_\]%l-tU/ײk)%.':poH,Vmˆ6 a0%e 1n2oS}eܘgy`w&BP-k E0ؼhσ}5qYQ 5]ޜ^L9: AFu?Î^B5Xj`y]ENsw9#L vC+Cёbޕhzf7G ޖ0ȹ%f.1a}HUZ?k ҇8'kWn[' V#ÜJ,( ʃ*ݎˏC0ޅ{E1@8 ]zʔ9~Xm`^{j]/@ +N{"ZC@RĜN<#u&vwoZ$^32e 1Rj$*D>I*KaF#ayn"'Ce)ٌAo`7lEȃYg끿[ca7/eX2g-qm6v޼w`icSR~VDŽMkVƯ;o.c7l%>]L{uT>}RЃVhgnJ zjf)iԻtӋz5(M-Cf뉰l "n5LKfrg28wiq@'vlA+o7Urfcmh—EkkuW)0v2 эe@AeZ̑"gDE&Mv5ȇJOJ W&xWw S٩$90k@a˗sgqE8u!c~`^\ 'a牶 @xʉ,/o @;拾gXA4cwF뾷"oIas_Ry"e;ƃjC&E0< /G0сfJ0NnTc*$_w_#A@14*C"0?r{$G0c&ÈP-@O^Fkʭaך'C%AR"A_oۻW7 N { @9'[!Tjj-GJ7.ڔZ:Gcc̢g.ID~Y9KHjCl9(u (U aON;GK\JU[\}2l7u??9ZUj\2ݾgV<Ât\k8' ٘>y5'hmmu&[(q"ؚX\ZjsY׆QX<'{;yR2- =ٝ^w"? 1]񺢅5wKEKZ@6l '"ɚFolxj-, 7uĒXv\J꼿c&ߗV!ӣe dv]&"CA#Qث#ꡍqli$O\zI t}RzVrx#k/hmxCb/b{njac%3 m<uVVFbEl+gSf=wGMMWnbrsC!q uSrdKKb a)yĞbx }Bk7p9$Տlόeb+^WJL{;9'a(s//񸵈IEsN&$ C,EYΤҬ ,"+tY)l;UX,O=n02\$p%~$" 0>M-4< 5 )࢟bPb\:ZA(i=c m qҵ6wk~Cu(i,].gew$ 8kz` ؎&g/8po/|MyJf"RS*#Z||[.~WCp!am+柺*6ArX a;G` A5>TpqVvd 쓮>]ގoi\:7 55gXpyS<7c~S+9U7g"#lH$]9]EGE۹F\9L '}4`?%f49!V۠f;ѭR,vWaٺ,Q.eD}YP;4do^g뽜"tZl*/Gubݚ+'<Sԓgu|y_hz;mA188 5LF)fYw,d~ au(H8Oљ -_G!yylNR796Yd=c#p? ٤D6- 5Qۖ`q]X(IAD]@ CƍG SPFD>](37f_*A۟fؠ0p  a΂_>Zb=O)rv;j4ŜJc8Pu*.[qҧC+Z6*띒dPFZ%#"1+B9f#6?k-JF(nGH<# ]͕Ӂ$#-#/FZ8тB)GR')݂wQF C!:IxR{}TEnLJJ`%=c𑕲 MWZ|6D\R5$^hC=mWPhtR54OHMaDBG돇_3Ǥ|ѠզTe[_<. 2ϝElNTvUJgsрah1P龨 _P~`1E-,*DW;,lywܨ:ewvXFr?2"37LE9 :P"btFTL!vc-Dz.1_ӈi)bl7,yfX2%[ DtUZi=o"H ԳЛ="iQqؖy+j溶 B emW=љ'kѩ! Q̷R]|j aI܏F']QnڄUǵ#RяV&#S _|Z#@ŏ^fUcE[k sOId va"2ГLUur7%.0́s~gGkdy&y `OS,j4'\φAx&*M"5^ s4{.'ƅ[ToJ^] A5'\)t+ebu˛ #?6Ɓu0k^x/wZ SY%v-dmrm NF`y*wT&}A6Ywx'/h p#8g<~MԲܭa8=rȉBuc.8*_l5iV%.WR;9I]uV YK RW0a`%Lu򍇆;Y#,K^3T#6@g2R`XIZ通']}B"}`ժHv;43k0;-v,5X|~+t{%3bY#/&jm(PO^ XI| 0c);︥2-IISu+A~h,NO:t nI5T‘JWнn5YZik~)Y,vvB}E1(-8n Sm7<3C&q$}d FQy7lx ܹrR-/&;SnapCl<,P՗,„N   ˔mƊMx\J,xaECӭ TZ> #x!Q;kz&l fH'}Ua_ Q,$5{$J[ӟ5$|%P>ʵT/nn+3X2?ʢN'ԇmUxFj!"y=-4tQu>u+(Acy*H.JI ?&myRٜC-|I[RmwxinC6<`?ϔ=.0ꮺ^<ғ%|. O>bGuez'FUL 0R}_ 2ޡPy,뇾!H;ߢ"pֹ.wP4  Bk^wP2'ӰCn$<߰‹d`mNf)XD?MQa+ЋH1/Fw`Jj8Ŀ2כ u.oHp;.lgNb$h1{Ibsbu%v{(+#njپ"23lwL!E4-E]@׏8cBZd+"oOuLsoF?K,~c(mZRwj6Pʬ"޶*\GI "@0k\`X1<6wwS0, ͣk$!9ݿfL LͳZ [ ö(Қ&=OX&5Vt8S@3B6t\?bcgɅ 6K0SPjP6 ~utJZ R N?wKdܧn%/.z!1N _5Zr+P8OGOLA?4bz>T ^jеe vFpL.A 7j`*h]r`\'64{p{r˷FmSỦIBP knjWXtky^xRȼzr˞FL'VB/E!Tw͊*'2%v' )5CnЀ}ϊJ kJz>ϑЇP+(ynrdO0 !bŁ;/Lh|O`ikC_ v\ڲ7K̏wqne3EL[)^fJf&@Xy „\wS̑y(o,Z[e?3n Qt6S'M4&t[DR2IxA vW(Uǹ U_~ơ$s%OXEP%(QwDTGYc`)׎O8E?NY1u t>q/eO#4P|z'j u&H]&{P~腥vbFh Jmy<4؝Pk"tBaw `jGnPì8X!-5h٬!!j`?ݹ0*i9jOۍ>uܜSLN[䂵52w)N ׸x碔߫v9> b㖃e(7 +z3ʼ}>T ka P TZ:0 !n᭹kOP ߬++G1 s^ꩯ`ч@ridnƜ0`+0˖Vᝆްb7gk@f $խ Ģ PËAA T?a8WM_MEpuh.e9H!S\@#n cT7HE`~/%v`,Gvb\-])I4 R=wq XBTq!9ݽjNa3wsz3": ?Cc;IyTimt-sLP+R u&õL S]B_=0+%?/TMkt_A ꉙNTm e^$ kQΏ/;ug`(0G LR_)(eG.ͮp_qkyU9ɮAlpXuڣa`z&HYcL#gVx/?- 5mxqmn$\d/1ȡ$O5]`r]L5q8P[c|P0]^}oYζub`OmO%$m si"6DX8۰|ljDT7t"\"qQAhpqRK}C-yW)Da?ݍ,Ѿd⤃G\%o/ωsZW̍SP7Ϩ+3KR:E,?U2x荑3bE |-ֿ|qA>9q7lJSIwL $^vz#AX9?ylǭq6:. %W=K:n,\Q}S-S2\ԯ[Efwu41=~.Kd).t'ons#PQK̟m,gmQSjZֳO11;4QD3ڣRq}r0i`ޞ&"Np+E=D@4i7 cHpxDps0s@Zi)8oV[.b)(Ħ[R1h{ْ˫Gʩd(5]KoV!2I+_W=4B:\6ܠXʇ"dL] 驕".xޞ)1>!t)1A7ՁBڏRC& Ɇ1y*h'&| suB/QR`OxC#Ad$3C;hǘQPwj[o,͚ϡnڍO3cXǧ5Ux$ F1H]E>Eu_Te,OZmG#^҃4 Rg Sjc.EJLW*vfw -Dǽg5lYmFsG\FdC#EUreyIY6c,q{P (g%@V.g'0U`$C|VGJvZ6&]NTL?\kQRՕL|X=b6%wJge`AĮFk:XS q›2$K99Vgn:J3V)UMTwrذR R9 8ɌGx\7**&R#py,vgML j N5V:`>g9/`䋵hd`IACeAlSoocOvoupXu/a?.7@x(fݱ]^(v˯! fo+Z3jJa]2}N,8Q,"e[+#dϒMUmI_v̟ `0*.χPB5nqxFsE2ͩsQ@e3B Yz\Bn%fB/wo>foEY~sϟT8zː̩6|Z`sC5Pm pF|fp5YzӔ)h1`:'ZW@6]2Uz.Lsj Îez$@? Df]eBq@Ҝj:#\(T7 tAmv]pȄ 7Ҟb4pDp⧀bt_\XM/@'٧?Luzgf)f#4GA,xlXdB)0,da>~Պ)!a8\GRޭ3(DyܻptoSi1ٙ#\yl_M+1h8.0@R5Zʩ ]u@(TB|ɘQkP="}t%/!`kp=xx PKzO(F~=v#z;и0E'ʨwfbA\^;qٍX xQ1a"L˭Ȁ+&3(Q1]J}VDڇNYw)㠏ТO_Ov\I84:+t4HtԦϵI$J rDo N9:5s ʮ,7:얷wUgkuL%iԐ ț"Kus"W隷7ݪ& Dx:9>%=_dgeKmA~`ZH oYK&k,+hhl+%)ďHc9(Q/ƦP˖tm;?X7':S8/r%DdG N^ݫJilux?9bV =V ؋u^QF}b ck:_y:< q6kKwe1% QϹ"2.ZMIxh782Ә) bmE~uck5Se]9K;mXPQקs3!5.+޴lj( 10 _ Nph K[w\B^͹ Pl$ 9:2Q`( "< &-}SD6ਲOGo/(S_d$@!؟czYӉPnkPVK?ZTY=|"ArBDܱqԋ+(LS/֧wdMHD=pdBv)Dmǎsj;hdoO_0ܰ: $?[64@@pO5^@-RYU/$+6B7`Na(Q(?!I58D5VX? B!#$~U-H0?0˙?SJ{U doy-y źB=h*O*H!|(<_aMođXԾ񜆾%PiMWQywVͥ"l6k(̀k:1I2އEsbEȜRĶPgۀ 3L5I!g(q& w { ޅc'~Uw,h\aé0C"| e ;t%[VĀHgJ( ,4g9IX)*)wɜy30b]zl{gkn>n2DpjۍyV *>ޱUG$ǷR͚my\?j=+? v-Z5ѯ(Rdv4 B{uAfbT#`+^%b{;Mo9WS, D}ܤ+dJ'$7I"R _w5̵t뱈^_؊AAC'&.m!W>e<؜mkOq"XE SWh%*mbR6b1Cb:o$89*aDcL~^O2KFLinEm4.vNȋIvFjiAVܦMdQ~ܬ9u:sc7YPfʇ^.E~x~1PǛY/~3V%:q=uU XlDT>M5 R~jGa&}iq[oB |4S%ϕF/'%eAҗH[ >\3 g/eUNK$))goQ%a0.Zf5en ^kMaá>-i{NXCNh.Kx KLSɏ;Ohr@tߴ]`c^<#5QR-IA)V /`MIgDž\'"2&fZ \G __Z䰩k0~38s[a~cM*|tLL؎3RގG0֭PGQx-06r9:N3拝虩JD~}*k{ #\FۉIv|7"-ezC܊7 /b]sz S}T1-p@9(ePv~+~;+i ;.dvt/aȇ%o#]rDQJP,R5u>F8VgIQ/[qiidH+ځJ~,$hHqA4xd(ZűjPp *Ę<hy?w>g7Ak,4GgI77?inO;Jz?rc] _ [l2墁^::9緄aPEST(i5EK[kN  7qG3H w.]j"eY -8 4,,X}*x1c`l6=YB6 ; !JI2r۵z&M.oۛv|M.r4֢/lM;gߩbb%vLZ!1F@`B'B>S!tsF?&ѣr]Yن"O1Co\#{@KN.e[ݢt bHKGci#NT>vZ;Du*;Z#"`Iz~uv /ܭ{Kk8ՀȆ74e9mY N]lʭZL0/Era孧E1P2oߘϖDV8Y*M-exwlPd;@%"3)jD)Qs66F>.A|v[귿vr50.@r5gJUu)2 xCLWy̞$k2Lf265`YhV<@Գ@XeĨ1;)F'@ 6YR~o^ّYjT/[ .?pWB&" hH06֍#DkpPS9U/ˤ5h;<Lm v~D|U|M +GK06sKQoT V<[ mzENgg i8txPP)WE@JUT0`a֣[\OdYYL\4z;/78l 3kā^dTaPaи|^h|j8+(aCL1~ ";'bns∳\hkyNUm c *X|y/ܞ&7+tP>#jg+es7f_1&tج׉LXyK֫elBa&;tw5^C1"bKrӻQ72%-`.y4 V?(,x>nk. u>qa<}g(xhn-,e@)in9˝ўDvI9(-L3ԺaO6|Q#"F4[ЇU頌E_?q$/eFjusf0zĻ?q8pt,^@&.84-j<2z*'/QCk,m+ַ; o[AGɍiq8'ʴO>u̬(amXNlZ*-m=Ié^xv~HַmFiwǀa WbYg}gLpk?ˀS[ÜtUz2u@zÒ綧q*pf)p2*owPYkQޞÐ0+nvNzGczO>[IQG]H)XD)ѓLq &0#E_wD 5I |(ШUT@KҸ_X%atUnjq`U; 8K!TT&N舝sxnrhyKr&Wy<װ8Ɣ8?Ʌ4Y(Pp:wT=REDP1D>,9ΆS}OgʱtHZjI[K|@9=oTD;}\&5K8{w9㩻e xG"GJJ{4TH*H,H5S_SB5JҒr:F"hruZl!1dAPqR`\"xCF-",ˠoҟ H6?OM3 6K|Y{ ,Qha*P%"(&1phγm:`K1B[kgh8eCr+A1$7HEoSPa& S]Mh@ySa*=m^W="i;Hu#Q/R~ҋ=z+N[(4Tj}FCc^ FyKLI 5 &jL L޷dÍ A%#Qlc*>O&-k,U!nW'6/:Tݲ{zRps.F$z"fe'UeՏ _ҋO܏knW ej#`ٿCer uRݫӖ}tK `)]2c?Ӻ1N`L[si7Gr N[==LGZ =>j}Ї}&ll aᬱ4;(Z+Xz*OnK&B(\I'G9bTt֬T avEO_}V42L!a-'Mv%=-. 3ZC EU4Zv#6ùWw&f8qqĹ| -Si,`v@DTq}{VB cۑCՔ|vO8߃(,4+ʸMOhGF!aMWy,0B._uRn2I=6N)ֶ;x56W y wX6Yv*ql3I3άb5rd=36{m!O?r4Ʀ5Pt$s/Ua) _;ij$+SKi: Ҫ rSGX=Rw۶_شX1Ucƣ&0 r?[ 6+KF1mGW#1XЪOF\ 4пhLZD˓XI(wl5 3aG")y0":G'u~/;N}K*qgVԒ/ݲz^J$Yv2$a'T@ u*GPè(+e"4jP98V#G$ X_,~|+ D>f?C+ SXVr#DwQ`{l&NKyy)bȱ[XfzF'KSO+a.꧟5,ktEGT#\4|-):hgU)T} NcԀ0,AA暠8tLL(H/8%jLuOU\1r;/"FpzY3|Җ ڢ/D\cŒR4fֵcj!fkЭNw']fEWRXQ,a,zͅUvv9 [l9|;k|baxr38-$U 6ho:^A-U\43QA8kxgУ"3uڹ5\ú% >ݺ ML#agvůFchkgߜeW~D^ZKV,0YNW%d2]?p>S'n`Y3R2 f6& YU oA(AGHSC~cKT"5>7XLc0N";;(ܧN)_ȡZP݈#i@G751/~9sݕy:W !)R|ͼ6:煉0&>RnkHo׵%4u0tQQ7Ah٪@6́Oԓ`w_ !6?sO3'~w`]F7\]TAG)%=1`8YX4}'/L@- Ϝڇ4Je]ΥiL Գծm+z9t<]ɗֈV <Ws@Y?^B3d4憷Z%>H3v<~Q/ wAGų]5Mt[6SSҰJ*;{[yߦs1;ecLl% X 4)el؟_@~2/bN;˞ quR dxr_yJaF6"CE]#ˡy"`sfS-8'xc{?)ǯ,qVUJ}VPSXdANOϑCLs{CNO-#KJ,H6~%!.USc@Ud1.UsV24!bG! 㮢IP&@rIc3v66 Z :G˼" ۯ2&s>w/Zx?KU8v~hgmc⮃&7ĦTYdEDk6~̿c`"70WC[s(Y~LlǟLƟX@Æ͵6MpmT1]dch$aWƽHݯK3 M6wc 9R~.s$WÉ»9Ik[,lѠU!G uhゕ!tkH]V܉t^͡CBtکel%OLɹO">BmŸ@pJ _.Ki0((7g߆'F8B5O~NDɒ?76DRFVT Ă;LGB]pIO8nbiƹKI^ VB i.[{'gI"יX}w! 2즜Sssce?>I},DǾJyz]K7v@L;ʽxTQVyoU%MR" i(f-$I}ƀKq%, ?/+" x+;2"Ġmrčp}<^7OayeD!q:8ņZΓT *'5PwnB~$Kޅm}; ?%ՏwP</3OeIߜ؊ P,7%_(-Z{$ֶrs?L1q,mOZ>`ow**.6w+B}u1H̴:|h#|~[5VCeEs[L.f*ze)00DXM/ )xǣFP"ua{w\&4%?j$^ә>}O!şUdFjV <%;\%\| Jz6s2} 綐KI IErFW3#gؾ T_:$[P_HXpA[EqRg?ɢ0GbU+[: O2q?ZR#6)貞J\qkR4{,*䇲e' ve '!QȌw/Ss)鿁h{U.ݛDטLc#̫3gtM?>?=ҁuuG?ੜq>4:"qsř:t~6v|;~1^U 6CݘWy+7 \ PX. iBOIɵJgԬ*H EtQ SOl$+'++S\ hQ+}t ة&쒪W P7T÷h%{w{F2m'14'Iզ0F{PK[}s߁DVIn %V=cZK"U)%G4x}JM9LkNG[dS0Y ݈³ƯbjW#]6kAr5n\B xsb*rnX7MlKG -vI=\sPw֊(fYdx7nGr#@| n{4O5O{_r2e SǗX#6Z?h*5(hHC=<5Sk%}mҤѱ΂5^o^(*E?^(ˍ[$lNJ N\a90 EC3qfgM7Sduzyjŷ}q4ڔ#ʶUT-0i yclm G=RFB@䖍b+Hw.8EV>(-<Gӕ*w[F I[3*FKb• Jźh\+3+tN 6It^~qfZxϓ77F!;& M&MJeU̢$4l)]^d鎍_?Z2K.(J09gAvߎ l6a^66'c8zCn4*SLEiKlE!zc,`]Ӯ$h-$oB+c0k-ȪȢȯ!dz /?^=ZX>;',v@a'/c2HNt4_xꙿZlw;15UOԨ<΀&$fDPN%0xv,l,k4 wFtEXleFAkSoM}0D6?EXQ*!-GAg }DMLUlq&Vοq&mb*774;㗼 -&Lˁ1$|ҜΌ$m[o] ) =ؚwO/$ҠYr2m&w2M9WY;r;/B>w (]#|lme< 2{ [gN(Ń5-pfW M',#η?[aN{icإzr~?xwpPC&EEs,NL?VzI(:z57DJ8Ű+`77잛D>o]$&ɸa+jno^r[{?:,@ະs$Cۖs_+t*Nb Pw(^V4LOLU@oUMjg oig$ǀD^l-(e=HA*|4͑O!B[-1_&7 /6 4| j{&5 + c8g=1{bR)Jpq&JַIx'U'yHZ#Fb^hBTd4؇i;Y8(S8EQN 5"N@dv"Vl"$34 LY*F<+SaZ XX;Y]Ie{Ul39y `Z.hCWM:#H r=v0n@ <sgH2Aeg% o9.>ZÎnpb;wb@bPkĈ>\yW>!$S69R*F%A-Q#nH[6C0Ep2uR:LH0 *!IËَ4#r}y~rrrF4£y K"t-jB"V]Mػ*@ g\BOq[Lxy~єr]ɍ)s\'ie! ~GTv,qPyM8I\H9}9B /089~Pu$3y:;Hå= [Ulɔ $EcROh\uc^v/1 pT]k/XPM;)Ge*ҟ[E3rE.W+#k9pY5 7Қ'e6$h+/K"33Gl xGun"bcl/^ 6iL/$y2">SW.XxrP#]kre-n(p}&6\RWeJ޳v[f#֎ mދclV^*%_&<!|B̹ޓ͌_z&ip! 4lds!ud3v'Ե+'a̋~m\|U' P|ReFٚZ}[ՅwB8癢Y\75[Jƴʑt54*GA2W )E1Z!䉦jm9{ܯۃ5hWɄojQ묨m`#ZV!ǜrJ:c~F'8o E AQDkKp[YGNv51Ă goAuGvzWƅ%ʲگrCalX^Qy օ$&Dk#ԣp@;P;{/E=s9hi{ҬÈV~wM&PΈ jK uƣDLV9cHbGjsF\XxH`bC~͇]H*hC]*ΩF"z9%HT~ohQkPDyF)^ 8HQ#vD#py\HO ^?;շ{z ܽ1nڳdN}9J8WY3*`<#bw!o$J+ ~V20U.%iCÌWi'{ GRSU)ɘNq bv12+ðj ['(6.nڅ/OgR|.=_IlY)[M>ZJ^]-}), Ĉ{S(U;2/ٗd9`սZOdKTq AoRʼ=ܟuf7T!0@mzEέBe`K8=xg:sZf)rF’/|BDV óIrtT;;5cR4 Ap'8zCwLH UUkVINGD$ݺo- 3>zذ^6` V]\<=G '@ZJ>v}wWCvOvOv>䍚:bHzEB?D/:^!Sg9&CnU]':/|)Vd)'1=@gEDM%Du^fdsm*HRU^Zj'is#իr#c+Ao9; X $ҝCHO:"1~kz|wG-eL-x.uf09KݥC[F|YNx!LډSGTj:!Ԋ/ : i3aɣ`ݲ M=!hG=)mX`}B6ߖ@rxp^LVi4Xmk@nFhFԵk^ \J8/IF 0a%&D0zY?)8K5ɚrFۢW.Vb0Ͼˇ;o>GUR@\6F{Y.p|F;z}y|W{j6M7|&բ5Sy՚H}`-ws>U0lGA}~j$@3Xq_O#nK74ɬ VzN̵yfKF vq2WO֨h:>j%\}a{ Tp1dSXɇ*s a8OfwhQ&aĹ姤i'Z#IɛhT<:}-zuxϰta6yJAzj}No"Uӝnx%`hQ1'o GsIfwZz8VOC$9Eo"-mL )@M1% M>{> c&wI6It+ :O>hD+ Dg`&@04! \g]H{9[kw(t. >neؒ]{KlcP}Ot80HW^aSLD\vY{/0md>o.tM{1GYFr&=~bYOd,\zQzKr)S^'CsK%aʵ|g9(R(Y{+DQLwXxF L+$l.'Ӫ嬓l\Q7 sB^‚ 90'VֈULQ0==V33w_MmKG&VY,*کޘQ1N uOa{$`r@VrlX̶ī՝5i4G T 9/T-%?y'st)-aFORnDV MEo~ج_ٖxzVo9/^ɩgdޡz9:S}d2':LF>D?ɝՉ_DCk>4sZȬģ' Qo(}+4 9_Q00ّEZ]Za?nepَ+Q.w?p""nӬ5dQ ]٫$+|SۚD^Em#_Q}.($3y @FԾx26Uu0lX_AgK1Jף9 X 6o1z˵*Q&{1x"]q}"kO+;.)~uଌwTևZ+c즺3]&nۆ#D*S7]m3/.|,%i~7vH }t*kE% B7tbӟ؟Z Mq,֩ R\ٜF7 T`-?[+ri|bqЛ\RzF ]o?кYM";)9(yzAYBR]*dI{wsȓ..Y8X8uMę[AZϜ^ X%`(a`{"e#'*yӷXHx TE.x7=|aU?X:'(,<><7$90 ΗS }Ci(^yH#޻@S0 [QP?ᡯ=ǻv|^©'5.L`[kh b /JIs\r@ow FLH4$/}H0:6[<}BSq-N$>lkU[7{{.(zM('B6];qt{.W>8k47Xw.\6|SnEVQ䳴 _t׎G&1Ɩ@\mk._'42kR0-^6QɣcYY&b%#"T*ʼnv%IÿRc|PXMrZzwtRsP8* #\UfEnA3KRx¤ ˿{YscMZg{43bF>Ț|y7?Ҕg_⼇Ԥ}&n@(޿t89eר7Kғ*7y$ߍXf&;{}r.s:.b(=P mz_.7赎Ry_2†M+ <7j S~3vЙE[0|zcL8q6}yvL}mhd$P=k?("?~]*y ڡ"X]hR12p/iQv#%DZj"9DZd=D#*#(%W\̞F*`~(@E68X@ǩx( 룞xKXlg :X15ҝKJsWˌ=-R&(z7A"~DO3Yu7.3 Ccm3.e-[Ճf^q|W!Rqy59rE)޵TZHJYy$4sӎpmȿ8Fg{)ǃ V}[ c 3q+5aJyOӑwy,a<ɃM!7WD(NfK %pr'&.5_S׫_VJ=1ct7H8z&!7oO;Xf"5:K?VQwS3X:PJ4p?nYm/YEIvㄹȝE@X_YЅaf?q-U1WBCC^8: {Z}*GoR&T<ƗjާA ע/ZG}\ˠ?E.i=B%iK&b$'IOrbx3L"urdJ.>)x"\uK`nvQdخE2‹&~ \2q}Zw8MuӬg]N@}2yϷZ?SVr·3yx։>fEjGͧ21Df->o aDx [ho3n&LZV I *{lOP-}n/MAĹc[e>A?uF砓^o9 %#qohc#O̞gYwi#6iG,FrW\`!"Wp]zgK`GZS2~Pj`Z[f=ԟ RT&E^~ȉ)z  )p ~^)Ovn0 fS}ZnحG՝75-Or f⓭=$+zͅO2hXAYΎ!W?}#rP)c,.`KCMM͍o|#,7 =%zC`Ew;ےISbCk3`ɱVnj*:eEɦ-?G*2s7*ҽ6p;GS _^&6OH>qB"!XE0A#8]_{>GZ;R S\e]m't|*zpXI~r i^yJ<WkQjEmG7lL11]jjuQ~)COlAjzU6RF|ܶ:!aLCC'׭q8I*E:/XOZFbqiiBLYn%3&A͔Џ|?8+MPdv9n̷t;ss|TY+0u]!brpo{kɏ~Vze\yHKgkjE;Oz "#< ^#PsPZBgM0b.fSe2Mf˱+[>Uґ :JHvttkt<`'lH&ER[<^HsO2'x2ɾ9t,yXѱZ6e0I+dE)$?fg`v=udGimFRp#j%_qlTȯӘ2rϘ:b☹ C;s2wx)KK"fGzNES_<l Ü"4EːJ8̯ R[*% Ak R!ϖԶ}UkB*UÛc&\hw} F3kƫoܞpi %Bc zOw#g7AM2y5%+οx[ˁg ~_TYSE!`پNb~Y(.'wP;w[ae 48R|6n . I pi0lo1{X1JpsCM_)^y6ʛBHOpU8zk1 ,sϣͲFY|.,CbIQX\fiI4O}wq,^d$JjUDYO֪n6 >pιKgvuNuFP;Vj9?VS v=z b*+~QR=NKFLέ"jC3GX\e{F_om}u#%xS?ʰJ٢Yt܎bX0A{mږ1[#d)uOk]sҚ".WP[tZ<.IVp$xܴ$rdxj0!^O7gJ;WfINN cxӌ6dI4:{>4OuЀ=vP(uKs᣺A\)x5=X=4mGtsTK*R.v Q 7nLAq~zl,{Þ4sLܐ1H#ax+2X]zJf'dFcy;#}@:FE'mBp&3LVK採piKǨMOr/-*b2+e/IiOZcjkCΤ#O[f|V߯|'wּ{lHuyеZ0)h9Jow0Q+1氻dK{7w%&hMpRQ\]3OEB OX3JWzip阊x3)Sa"Κ7A6êJE0l&э˛Waq}/D/.ao9_5>?@ӮVNHG5;r-5aՍFymzE<ɵq{wR; Ɂ8٩J!3lZ"yqỹ%fh2^{ċy_v0* C~>bnvcۀB.lmIȊVP:>NFT 8Fwk2 J E-T$Pav.I4{e0\y[zD'QL2z0j*YR8 'Y0AHThxb&Y\`[At(ڇyĀs;~վڛ%a:{ 1Q]$mecAqk.LtҋH󿒑.U(X3ؕZEWK̇RI,ly{6;]m`C,5qQ`hg4$, N4C ~A0}d>N.~4= @HAHe6-lc)8e)!}f?ol"gTVR,IP#CRP^c]I iiWyuH\%$&:#t `Ghd`#y9y*q)4Ȱ)n Q9IJB`0K@ .Ƃ &8B&q#/(i|&]\LijR] ;/4jbbXt&zz8Fu :kzKCF]٪Lbrж%##,*5-WuBNH`.߳\-3U,z+ wY!i٦v ,G 1hkF5~S|Y8 첄Šڙ[f#&1dQu#!, ^"<:R1X#W mTT!lAՈtDT IpDy:?iR#-;L7NpgɃ‘5qO>qX!HPALY*w4Qyx E?y16g> Rπn둣=z5A|Yf=EZa/[ӌ  .-|eZCgq^!Rn]۳_NH[,\}#r2x~摡hBN6.cRc6ɩi='o(ƿϝjRBrD4֎ݡpBm8*Lԑ}xtEy/yj+}AD'C\#cHaP~N:ljchWdH&l3.MVI,H=^JzFN!kw={8SU4Ks{_BW̾)#_ ;Rvޝ V->ԜFߥ3 j|f4 sPzrP!*uh4%8|JeGF p7E&Vj`S aASZDWޥ;C @3 iwS;IU=;Aa2, ; iP3{b#s80rz0t-.ܙ}ؑT>\A:=nK A'P)czy㩹 пrcT#>EX5=A 7wX1'k~3qxg]?P,>9[^`:kb:ɖ)d1tuE|V۝@H伃6:z0u&vR!lR p ,7pyHhqiȞiw ^ϐ">vm]酓{L\ G A.3T"}_feI=, h_+]?i%:`6+c;phT$Tw:%"W9s]-أ G猐cYA9a1ei} k5fn2ˀp 0e\,O#n'-S J[1"qO`<LR a~6Ѓ]Ks&BէI)MZf8F^Qb=^/Wn?_b2i Jk>υ+IIvrJR\U{-Gsar\U&@mAj`[46`m%M?\4RG YHh>f|.R ,3[ۢ8,4Bt ? OX^Ea nP3\&՗(o>mXTwP$m~"Xfg;c:K-RͤR'nqW=I+FZBDYpЃzL~ 6\aFU+Ib¢<3?*fSՠI\@j0Vv"Qqg E\`=њ_ (5 yn=a^^lXUAZ<]x(/u*ppH>`_ntA <1osYE݁:aDpc@y{ʊ[NthwéKĔ !Rj3,J֚rDI> A&~P4Ωqة}=Įߕ5 [QA *J.Hk]7 .!cx`bZcۜ4wUꨤ40r #cvk &LGةTXg/W\@QX~DB;X|I]עsxv AרWR}FD\:+/E'U1;L筜l$@ꃜ.^[@NRNqmAU$e(`9fg~tOIhzŅtZ=yEJhYRa_NԎH% g_PEUmTr=YeTL|hS!.9<޶Ry1&ʽ{V|X BouÍ]C0y,趖_oq'l+m>l;+liTL|[fG2eI +|w4bC06"Ih15=[F"+ ŚHˎ.Ѷ[+Di{Ч"Uc57& G7Es'\P4H.]%(pH\28c#vJWH?E @("mlf/ֈp8}>,偁>2-/ V6M83>QUR ϿT}GQFaVƨA¹H\6z>ɈŠc÷Ns,vzS4|`SE,a(gD;]x QGkE^Zb鲺p[k*c#gDY %js&.@GI䪈9~Ft/01OA=t5KD1uX\["=u.Z!~\P:&Ċۧݞ {{2s.nSj> Wy8l i6'ܹ iڢb3$ 7B旯G.E'kߘj(Ѣbj+cyb: AGVp |/a}dA̤&Z~0yh^Be'IRUxXO=?f-[*X1MrsX?,([>"J I5*k|kT/kL7&nIEXoiO^ u)g:gAgSwKd#T# Z?\aT|Sn<z2b+#iNPW1?]ȅu WI_J:|BK\U݂2MS't 0'C7@{`Hql*GrB:RԹb72[\?q1K 8BL DTҙoЌhLŰ"Zsc Gp#D5vl0KChe*-z1 ~W ^iFjE9ˉ2t[55+6.o]K Q3btCkap`HkF+MAVFkҿ658E4tGQ^ ;&:8[4|np`H@Kp:2frrEdvAV jTB_*Y2*#ZOMK"Q`%; xE8Cx9v)T4} [{<Xa9d¼gu"J7)[TeI`Z2n2?uEvUs[kUxbXt"^qjtڲup~=Ҕ sL>|`;큞^iMt&f>,&~W,;0|2LT>^Cl(98gW/-nTͶ/<,nlB6j^I̥:*uW7NEh AXs-*ﰈ%1 _z$ځ* )]nqtLؑ=h ZrMl<\%uLOQ?f[:6~~d"l΋bae1ˈ:IBVaE;\3dӛ#H]{(L(bپQ,xV6g;4 )"B|Hf9c=h,mӔ6(*YEA&eg>PO1Q0k s#Gu Tu=}Rpo09>Ara+oԿ,a_^՝ZC8֠3)YvE0#}H˘UeuN1}${@'\^YP% Oܙ e ַrX7ToiMwIĬ@HsNTQ;h8q{[f$o'Wа$UR=Bñ(~v^sAeI88Ke}ta6(qH$D9uΪT3]A6B#WܾEV: DeCe.3j`,(րyK 2Lg*Σ x$ Erw;mkBiet|Cj}h5 yYT^VDL~= %_4V.;hR6{V;BKon R */Gv t a;OIp<񜚏4~XN`'_$I}Zy3X8I8p2+u((:~t'VFKZīo2l7 8DF *-E+mQ_0N=ܫV/I,_.ɩ|&=\@m'r Lj yɩ P\5fz4i* P6 QD{ AAPQ}Y(R֎):K \[g17!A5onZDM| ޛaa?gBth .׏=)}T ?6!ᖉof춹ٽY E;#&0DWk9ڶ8؞taJsxo,ijzv0Osމ xЯ+pkab< D") KIL`v(qsQtp(&|>O bh88 Q( Ww x*_T 52j #-殘Q>|#ΥӃ7@ʤR ÿ1iM|C44+SI#FŸCkIu{86g-g-D~R ۩ܳ]}V jUnx. % aPﯲm>ar"KIQìsYX)V(: ҋTraչ̴ +5||B䧷N 3O ˬɒ'cUJgP#O&櫆ڣFr'g%BKI~y͐;;pQ!P22I<^CTCD> U%&3U[qv*UK|Ew6,f]0A4&XKʛՋ"疲LKYEy|BuYB3ێ|9gk8v5tM#$/Z51>¦l%@Қˢdg_NL 6,5?WWM3l7dP/# 974uî~9:#^ *={A+#.'lC d5I:FDP)]Wn[Yr\ynDn) rnȟ!=eK)TzG'٨|" ۧ]4jz05 f}ܓX$dKǜWO]aZo#u^LFd8"N\[}Z ~3zZN_c3 b]gp2lÈL 6CI5-^ AoPL 1:kMWRݫ~u^/?'U% B,@..MK$ƻQq^:)U {p.\-Λx+9hKjg_9Ad%2+ jDy9A^S@Zx.8'2eo灖E09 ξ̕~̰_}ބDwJ\bxFg?G:4;5G9f}U4~U?\/Oj+ygb\{|²> pVL%mXS=(G`BPP9B5 a鈤v_a2AD|+ d-Mv;jH7sJ/IUu)u[)+HhzXޭ"e;J{ X܉~/4#y噛%y`-N.,0a'qd6y'TtEϲ\'=_Z"'*~YWUι>iG@k gJjfF}gO;X騀>Zb,?%w&`_l47ڣ0& *Ll4.*Z7iϦN L4uzz;ҴN\n+])*AZɈUg F`Gs lB[^=x0dJ> Cso/m Wx:E䠙| _>ǒch N}WDn$4W&Ĉн'X0ԭs1]gn(?BR=`.Sd~4$5uT}|w^*LMz[(07TtD ֹ̓ jc 6<#QAW|N3eHxp6H%UlXD2-퓜t{M05Wh߲ul !`NrgUѹa1CZtlr*>~5<( ݷnotrD;"e/|BS63 -~ΪR*[: Q.ԌnQ IIjνӨaLM]la4$POڗzQI=C|9@';Qy VubUoҽv uQ#1߳`h+^=~zZ؀(l.t@%˾k}EF (+ Ns!Eu2=Ej$yW (ܛGARfG awIMJ=W5Py{u'N0gΫ vZNBxl\+=^g,B2YkNPfIN)n*0zqgViKo@D{MAۜ U8]؉׌uTD/O_oo2(nx 0~VVFL]z@AR^1s^rS.cw!dϼ[C=3KXu;tN 2x 8=偵݊wFLV}정PC+y3fq"PEuM!$C3NTR|@? 'LTSrM0˙I%UnخB}k26w8]AoPՙ-m81z?! sU!!_Ň{0dsqKlE~ # :@"leYy D"*^a zF-nhb﫻g)vC+x`|0+o׻zԦS7zݧPW]r[pU2F:+zdLȅHdE\>v]Y6A ^v飡+oeXM4[[]-ƭh@9 ˹2%mZs}znb'dg׫ka U+~; u3*\uS~ƋkY8xy!j}uy?UZ֩BK^I_!3Q/4y-Dό\9+`|A?O:vJWc1ls>q Fip}^" O#ڑ*# U:m-0MV F1FmzPT,&}X#y7XbWP,̂ZB$Bm;'\A[_xD~D^zfO BAjz!<Әr w+#3Э\(/ xډ}OWSl!T@T`֗L/.աIF+8m S |8N8e?EKZh7\?oh69cq6Wg!,XJG2# S= |bdhI%V'2X.@q<2'=9dž_鯷 ֞s$ʅ'VᔶOkrna=ֵ  <.4݄7 _d괔K{PݚHkP cZ-T[ o$F;¤5}B6$4h/S oQBF!e3ûÏhSZx䂚NVWƅTTʇL>nK/ՈJ(eBOV;oJ K 2t~|w_mu~a.*Ek{վ(EOtfTxapRYkH_)fpki%WSö3B#8aٵ<-[<5blXBWMI\+rL)rɁgjaPӒB gˎ oj6>oMV?HOHMO#l$MPЉ!GP9u {aj Ii`%5#6O8n1P&sU1* QKZ0κbOc"7 yN6SHnn͛-, sx3$ںv5|ZP4Wۄ)Dpb{^Gi @'J$ih>'k2BőP 5?f9\ /Hn)L'NcST6$(!52S{4- %@UGCݜTP~dNq 1]V4燀}^A׀wuְCWlkf-Y0"]g^ub+42|Gd(ǖ̷ʇ_F6ivٚ%>\FdfiZΟ:h^!xYF r8tVOWA׋gփJ5a7z)w$:HRvؙh/}YL!'3 )TO~XLSw}^>B/ڶWx#L00$"t"9)bCID.n__+{Y)R@c`fW֣ z$3gЌ&aݳv"N(`z dۆ&!fzm)7-).):O Bnc"ʟ{f z,/y GOQ}P6rG1.=4KjϘ{Ď>WyS JeMzz2iZ@,{H& jzbn'*3AvoP3؋qQZF欶f!VM}-^Loۓd [+M QySwc=lyegF  *&tߏ j:#BqU[|H%*=@x~,%o[J /<et>cc_e' tAyUh>X 6zmd# zpxp6Kj$M#B8JRG=H%<lfKx\qgmWV̵{AeV 3WBmv WeȨ kB`6IG&#ы}`ޖ;ʹfIN $X]{WypO^jIq-:n l`3ACZ Ccg7 4,] *uSsUF3NzOILC/*6eCDf j ]!^gĂ=ɨu 'V;~r-"t6> l\oE<;Dނ%B0@$OǞe: +߈ښA0 xǐ = ns)&F+`1c#i>snCOy#ʕK:&+ͱ~ abʞy\a kqS[ 5S`q1w]!L+ͩWֳ@[x]!L[䩲"y5QxB}^xkv+t4T#T9 8dvAI' EugNCQӭE7lG oYG/ccE5봨y *iD%ڜ1:+2*Yuo>˽1Jek q,Tl8oXDIVɒ}sPE6 $M 䔥CcyNoRedtsM|"H$l@N4p{.͘ mo34 C(PH"_u\ŤE*X$DQvu]JvwmPPIM%?2@~20]rrݓ3?![ r})k { tQe}?<cLu` d Fq i9/9C)" Oa:ѳe(Q MꇃdCBjn[Ƕ.TsyU_wP )5겮_]m=FFd&)pX b!9O%58ZEeսJN| KqEW* ѾIlRz|K^V4I5"Fj7CCx/^&O"MW:YUgiOz:kB7bRe7 ZRNY N֋^urPK.g.s#kpa <6ꤋX:FABg0{nsadvDl ,E֌:Ўԥ^qFkHD5q`5ծKQHRHnsq%(ctBզ]cL:` SY?&`M1,y{qn 44~eLuIεM;'aie+B 7VBLIl5vwr0R>ld*"qma=]Go~rrEz->cRf;6< B'9 $!l#&a|Rwɀer=jZJ"(s h|fgBc'U[0&uFw&|wh;V"Q8j>rD*p;T:}Q#f'^|d#:/X2Wpز:ܘ0K {Dhۺp;.;h|I:(h.$w2S`O ~_DXrg;`n3 %EF KbqYqf%mAc͉T0blPdMg1<]M[G\4NB#gÑ/7)E׶M`)ư̡ww+)d@rPsFvXՀrszm͊X~% X(΍A:V} j#,4̈P'c{, d,3t Tܞ3so3iIۊKr;O)Շ$sWʦG~,b0&>&){nS 47'1AG%[{ ^z͏h8(/sQt<%Vq[k)ds3逹U0o^qA>ӊwiȞb)Hks&7L#\_?t}K-z=߽>P 赺7G a. y9 ֆN$+hO+>1Tݜ&U*8T5k"^y'j⽥#JhQ_y3%)LXa5oLJBMKA%g1t7Xqw*^ `$2Y+ ~2XiA-R"zq!TT},m vJϚ>4E-i'$a}k]{GӛY"f:I8 !-9VBPUn }!mS0B4 ^56g[wM"~[Koc qn 9+r,=5l|ͣiy~- v|NW<`:3~tf=&sk:*~i4.9p8(9(GA<ӠӋ\/>*u9e*`+Th&%/_I87Ej*ڗBؤjS^I4,F6N/ƀEG!XڞꋇGZ2RQ#ߕ)|Ӌb Z 75--X:3sɯTld釗>*+zCy- W?65L!cĚ)-uͅFU3mSan@G2˷=ݬŝP×lD"21*x( ms*9Q6WyR U*++KПRbm.bi1x٢{rU2;emx>֢'ۚ)+ą^5*-vە}t Q;<{a_˦kJ[ ,x7i*R;dOUOM~mO')B4N%tL?/a߃|S5'*@"[8ls(3 `dJ; &7 Cnm ⋥ZoDq~gB[6%)e̞Cz%p X^+p4'`z5іRT@{G@{< $IJk YDⱗ:H_倭⥙XtUjhސ~sB4^ug[M܋:=hB (`U;c[̡:%4L,^6`׆q~",c ?/ϢB ԗB18`gGy_Ddʢ>jZ<<$zH$lVuTBU9 qәj] "a6zͣٝnz:p<k06U9tLQFtgFH쓅ˍvlLQh N`<+<-3iC=:|pRbUafzk"7dՉIwax#Ruzq6ִ1zpTfZռ/졠7Timdnw"KMH+62& I5{ e⍙+ӑQ2MW21׷'bNNne>Uk?S:Ʌ܌ٕ۟yl4QTtJZߘ|)Mָ=8 H:ONi,3t ew Ƒd t}]t)e՜]>5C߻%,U>xjkgS?PVϏlj$;|n¥qOIx7+.˛Q^|eu9?zF^ % ղ#`ԎPS'.YѾ5[X4`;q8+k:#m9٬|8`Z!uc hv;ՅA?Q;]YR<Vm#b\K=$^fsAJMh+ߒh: 7 ebkPD, 7 / U&ʭ{xtI>E ,`9_QS;LΡr paс!a2JӰlseTHe\QdobVPnt\ΣN{߽M7$G4fx Ƥ\¨ޯ !Y"5,ypejz#-Kx; hWFi\Z'1o\Eޡa\S/0HNT/@RԔod4A1f-KS^ohݭkaS: ܽ'V0:i2hY8_Vٷ jZX@5d!KI%Tն oQR AK1+K3$P6Up iGT5,+!isyi}g>F{T*cUkJ?KԌF&S|2@K-b\8 Jk i7M/G;IPuI g $'9bgX*:ց@e夐=Tq/$E8n̠Hu'v(GR3W `w(pqro:wINUs>5?JZE R3ىqLY720*r_-m)/CItKyٰU 7)[Q@<2QS)}pUMun̂G-e/uǹ1V3cO/rNKe1}y<㝷8Hrlpw{jd K)Jߋ'T`&cLJpn3iL=$&P7/&y߲RX38R_Q'T·{ TX'1.?V#Ze:IK!9DD D$lQ(YtT$J#!R,P7?-Mf8.eÓ`Jߠsl6l(Ŏѷu@T A{4眈[!T#gpyKJ#ĚRSFG-!`9)RԍvIrcJ|HLN4aN]3m|j65WlķؼfB(%Ajoٵ- O^_)ؑo>}+ESh%!|ł RY" 6|PBf H-KlB`[ \a{:ۂ(X4  !\H/icg\X\MxbsSFOrr >{2b9'7-#~@ dh[㒷&ic]&VK}-1 f^V2gw$$Xq;8~YzfGgYi>R5y5DAq̟j-p%vl9էݝ0p++8}}uhoO,Q)ʨn#{ HKcC)UL4"M~Қb[$LS|W8hq4!B ;bY v>= JV/k4qPn4BzPf =ÿ3rB,*65f0"lԒ$Hn/CTNJMqM{s%Nޡ+?X#[F-v9nINLnߴ);Jdg}Ca91DqP16je4|apF7Lcw?mhZSPōʒCpyL?Y5bb^"$˔L'Ed膚|hoiҰbfv;~45CnKt#i 4 뜽4V@MZ_kEn55PI[Y}ɟ6eQ΢մ!8hNY9[|;1^_S1ֲ7'9=8A, W:١r$'y)qN3xBqǘX"41"U=\~I%u(Pm,*> x9ms= 2%et6N8aPGè]ꓠ`ƫ\6lR.c:vFq(WJ-+( tpD3j(E-!` U!~PL+|kKRqX+Ocw rtɌqD+dgQiOr_4I@IL$~W/xkmR0ta+LʩMYh]ֳ Y+̣m$ j 4Z3g¹SD9i2W;xwS=?W 5'4,)5dFxGwC CA*1ʭc"$ghvqgs 329wa; \SJ]|$4uVvC o CִP,v[1y +Y<Io fC`.Ig:ͧ)j?{Y? 7 B"D nPSRX[VS@=4VV`Yc[{KiPA@q,8{J<_0ADlPc\XzX")Η9BI + cqwyнa˶ [ kpДtDgFo݄3 AXwgȦ}WGϭQ7s]smgA*w= P85;)S7@rbǕЫC!5uZ*˻+YʢXK}oB Wo+?$6x @EF)Zv 7#@p_F{9 dd!2mUٻ)!%1vW"p_I]mm5 HL;y:T OTY[5{ 4d&K!C3]m4 F*wɫ XЁeќj_(l~$%'7sQ4iAVE|T TFf.OC;ڨc(69󖬟)|z4)m92iFޥ#MMz{ؙ6aB9hfז\az mKT4ɸw xnDSLFbkľZ)ugXyɐr)*] :/\Hx]C$N)-(SIpJp&:BOBp]4哿Kz4؍~J*x(GR%(fu!XYx?\ɶ HaĦQKԔjE6HNUt8}⁗n=æ:NEfQPju<̑3[bÆ_GYB}9qOͧwxFLhQ)JQڐC۪̗Cp j85r2FF}4姟NEٛM ׿3 1"6>3G14@\-&pSiU~EMUB#`~~\S 0U[ ImB̡CQEmS!OB1QOIڕA!IgWGR7eR*~Fސ\<n =ˡjdb~& )8֣Jmvz@n*`ףB*~\_j:;Fḥ>nQωU~A"{ب hD*e+Ibu\e 7LQ6I ? ϊ|f?1{{Hd'Jp{z"(Ih_XtfEO$YFAyE#' 丗@ڲƏ2;T*l:Uͮqnև D4O4 %཮ޖY8Jpq2VT;j0zf#Z=kϙiv )ϟ6Y &<٧]_Ţ |1Y ^vU abXu~~ʔIΜM Fp'cL\=$&`v[I~^;< "eF~ B%q^555w[&z4_2-^2}U=-]ôYsXpF6ZogBC ;N1-dEN>GJ]\Mf[^W*jN $!nl˲jϏW/?m.؀3fH!;z]LK-ygK10o𚜪Z ȉL3VGX,xgc[ ;R5~5y_xQ @e&q6I*-eR( H_eb.}Xsvb.¿ /-A[9ӹ;]G3J&2X5z>}=UP3ųX}rLoa JzS fz/[w|s= $wNx>YY0w/NiV{ Ԉ"OгڌA'#@nQj8Py 8Q<6j^#2+'[^sV!ǩP{8L'r*ET\6XB@ӕ[wjk &l77%IZs'^ov!>Rqz5!#UUZ 5kYCZVyo^$h 0d캣'mŅDO}0^q8&SfuM emE7"9 8ăDXpWoM82CCw6m b3uxIx6cN YWosY܃M{vl`Ly h;׺(|[#[00[llz5CPh]0Mڇ5t\eh.!z[ӭHӝxR%Դd3-NQ&EDuuFFt!cɆsEOBI-fϺs~iXz2lX"q-'%QM+FtG]h$h8YbABwpͲ]( m4??>z> 1'<3 wڝO+w;r a}ۡF|.cd55g$; ,ntKB4oZYWVd Dyi7h3Ei.,r(Q_i<ؙp |je.3L֑@Ad!"Or+7s2Y}("#?îpm} d,4 }T^xP F "ۖ,4g̙p|lm 3.SǝG7#>i`V$AEf+- SLa| ⊲ EEI[PG6Qol0cҿz#9›{G`_5T*pҟ%;`C7E l8 fFNN\\.>rH"M{)NG1'U?wI 9<xfU,%޾ \1Rk@QO=OZ5ɂ1*QC%qM4Aț'WL Geo4$^Fo >&@I#7rkO?vӮ ux$zuSMkAꃳ5`kEsӷBZ/Dېm{>{-簡Pnf)/&p)WD"6d. Y_`bp,Ν]8A+=WM$Z?N+S5~?>=R }W7g G9tsW3KWh:n v9$Npgj_*i흈__pJXZvc`6c]\5`PXXM*%S p@$sR *I0&Kl`mC¡Nħֿ%50]Qc,K"N?T6-N,-AcjŪTs .ghY7L~c7`}niOЁX_mD`ADoJڐ=]t f ashI/X;>5v 0p3qY8{'5v`:l1AqNԱeDH!#\riR]BAT=ů?wIoܯ]R5r|JPZԁIltBͶN9C "dcI-oYSF$*NouhaC(j/sx F.ҝؐx"ĝMݢH* {i>2fL7xzIk"Hm]*(a;$µZO+JPvDgE—9Avc%YeGԡ^ٵ3n+>$ǗЋG{@ 䯭tDwqS;qo9\F)Ȕтh 摅ۇ;~}ݰӐB:.h 6vBZZWh[GNd <ܼ)&ul-~ZOuT-b*Z/-TaO@Sc LUrk IqP Ks?V&DרglMشC]q Lr{ت3޲JC(@2_#eq\"0ao{Glwܡp梂A+ ?J5O).uE'b+'c3F.$&6 ,` lnG"6Ez21e)`(&YVF"Õt[ .RZ,cԍ~ր>ͦ*]@u1x+ j92H`Vql6DsH%1fs,stۙC"s~&ۺYr5gmsU ܝ=ϥ0-.F$BAFC9R"`kk}ȍvx{z噮cY,fb2\. Yum|~[!N?6xu<x3AYӄUUGɪEuhS|{$sX}Tmw9bK{NtG }`m׈߅A!z)C.cZ|dHJtxMK'*ӫ<} jz׫f󀱽%1E `YiO (g1䟁:j95~Va5rEզ,K$heK.³X~i` n9:H0- <'[Nu @m(i5.p+W "n*: ]9΀X(gyJз\eO̷dsd~;F}|Ax* n9tB?NYcL gcUKd{17n:`pGD2`aNz[,S~PD8G*GWFEBxHZ=gQң khNH{/LO1jwTW7'xW?{ܭKRDZy9eԯ ޔ4Cdj7I#`PjOv[m |#_A rb.p71cQ H;{tV9zS=v !ՑSK"Fih2 ̔`@oJDpAqP&Tܪ}qx8>/:#J^cv|e(cf`6oh7?tyEP&EW>&g _+JU;3hFK^i[w3#teAʵ0^@-nfl YC#2VDUМ$o2edRu/<;}4&aLK@|gwQp=I'8Iu;fQ]m HYSJyOsy(-YXu}O?$"xQAѤ-WK!F \3@e?{q,`GN o5~P?bWiհGl{!zwNJmQsGD|̝uy|[ċ 7'^wwJބxjզ·aqv[t;zIKe]]hoťm/pάGP{0BO 8>RpiY3r5; >늴\xae{O|[$4Ix9~lt= <)z\0IhҨr(}3o"gwY_|}W'*vtaD z')!1g0(&;q}O #lWBKu.SHhY1j`*F*k__gKݲf'.=A6EC׍iۦ(dn:e[_B]͞iGBݱ^1vQCXJENv(<0oJGiYJkx<"_kIj2T}pfWoDXWcV# "͟6l? :}P.hLpkۆIǹS9 >E׾@္YbG>ZRiZY^=3!r7,ܹ4:9#vifwL'ʲf2{7"gS-Np"9~GsO\|V( f=&X&f }=SwOtxr7BMkK}'\F=|̴K+֌{h3zx:ZG̗4i77C:C阥*F#B. #'k'9"6gɵVQzx'qGjBZ)d-Hd')Zz|C1᫼+6njqsHXLk$ ;8b$K_//O~ cNo܆"FEr秄ͭ`:6`s&V6wJ$ ` ynO(TH$z+7bX7UcGZA OH@od0z)*J{cl +$ĭ*r1p8)F"~˶M Pv>F% <9&l%7yZK6VDʆS wh$f0#~#޶K73#I?.6ui4DbWtLE@ޮG6N7u]$7h&,xn,atRnx|G T lI5]@(x6wN*M+:/%~^o@ |ݳL>HmBQZ쵙| ק:O aʰ g=ɇ(|uAI:Z6[jȺ%i^% ^ʱu\#C 6;wR3r|ۃlhB.k>Lhf޼ߡ>%괁Ocg,=8-ɟTZ gCb"!G[# "bvx I :IJ7W!eu\y{%dwE]O%p+A"YQQ\ܧfm| *.m4IlR;|<s,fnU9k{+4De|  -$Sz:zU'N;N; ĶIG!lr̮lcتL#32#mrp0)édOC:w|3MU,<fʪd_(V멛:,p{N0{2 B Ys{o+gSXw0na=b]_"d $'Mpj93jcIEچl`=/'Z䈒ˑHڧ]?1B_G{:N;:0{;;Op}3[/9_F x K1 $~X2E*g~*\ 콒;S_]Q>`DŽ3}dȦOHq)3lgEd1ohG]-Kv(JDϘw =GC1cEM0}$8ǻ̟9[ײm|\ e(Թ)p>/\7sV c1i Z6klu&AAb" 5WgA2(d$kͦ (FS焐%-H¿!?P5wr&(Gg{sDWԸu.@p<קO.a$Ǚh0(J 㭾x>y kqh\*ej/AI/q5l9bP^K'C1W|X_Nȝu<Ϙ~F٥MeA:Tߺ!NQo̯Vv>@XDaA *3Js Ra,HCt,ʳe{Yk$2?;6} i>̊$Hz<`*9xevxo?~™@3E9KB $=*/lZ? v92 $#?u{(Am@Eii[g=L/8ZWmB:*tQ+q'g09^rP7@37X׬K;K:q־w-tXg-NPigFaJnEحM4 f_ku7svm?xLd7Wc`s#: ,R+p Ɇ_H6u%ӆyw#jP8R)_u*,_wOpq eUTHLSp2,-ŝ2[V1^*jބp vG |lɾ gٜ' ,u2;΂iTPMWvڇS: ǬЋɆ I!|M?,q q7nl4h"UgNAxiRI;MVH$9x ofYbt}*ZFVðؚW#fv锘=s`4+$ŏ7%Kxt Lp^fmW TXpMMjh4,}cpVpkT-zɎq`#f'Fwk?1]S%E/oS/fܤDNjNM0:jDfS;]x`\\$l7["wHǘ5T28_!h֗8 yf!bM@4^ "5 8[40ңFz$PX{k[w vy1ڳjn 84oٷ} +p bR@tC,^;mRHv4Vy9}. $L$!c3h F@eS*IXU50 ,>`PV+]3_x%ȆAi z=L]Ai=`SJ?L#ianYKaXGwԺ 3=^+Fcftg;9G}LPzwC$/?K/*>&B-X N~ʆxE%\q g@sr3bUJl8Jڐ@{ oVV7" 8PFvCi-\i-h8 OZJ>t;֝|{z-jϺ"KunO}<>|V}Q_u,:/N@W kw7ĎHX!N2x~fA:b],O2߇g6֡v͌3Y A4TQo&g0!#ݍablVV\-FJ rzk`? Mku(E؍rMuK W y؈n HR^ BDy؍7V} [܅ HjS&F(;Oe#u0` T]B\$4o1@~{7y<ӤKmm֊%ѤA47O1*Ll1Й٘ ͇u֟Ȯ붔Unpс}~R{jvgMU#W'%b㜝:~Yq˜r 'D(JDG9 ǘr9t)8QKd:su {40ü*aI=7,늺E2|AL3hTtV:)3SP; 1W]G9W}Md鴷FS}="MNxyafN&nY(`AZ.#c90l]Zvb:A2P楣Ä+[nT$e,YZ+S\Z{+#%Vx tXr:+޾ެ{fnEBaq9.ZJrg[,(*^kooA[ut}ߣU ,tcݳ};P4r}lI=lKTc9w|JvW+ c0[hb&uYLcO1(dfWEh/a}zIi:aĄez#갿酮tV] 4(/dk&jy", oWc!?LTп7#CbG_kHx՟N74ި4`k*p5H$cHiL-no^˚TVkMw=oƁ$?ucncIKU2S#y<5">Za)W[+XmZjꓯm=5Ԗ7=BoA5@0TNT`sEB6oI2 . __&8jFm(j綴3,'O{u) YNISn?e\qZU}Jķq=hߒ^+R n5w<1? I~\>$%e(,[DY JOgݣ[s*c]ߓΪ(-(.WPĨ5WE"Y5UN`SFņR?=sbɂBWFރeQo7f g|x9 JgpN{q B }._D+)\6,‰yEL[Z[N kU 49%u؄aeT! CPL*$.Oe,=båP)- %@cWQ$+hʟL_˂|Ԋ S٣oSp{I8Z Xua~]qChςVS gayoϲ?1ңNǡ; ZKh\`=nɰ$$5JtlF3F|_ 灚~I9p!FǩRVЂoc[ *Dף *blTbl0ab`FM'U,Qוy %L'd}v@nIeQL,kH3>{ֈxbx-s\WFI[%2fAMľ-J8)CQ #fbYSt+[TݵYMa-G0KDVA 70;=MˠEw9`*\uDIi_圻R-=S=ⳕ,wh(Cz7Aҽ@(ea9 J2ћNm9:`z:<WʔgHټL>>e/j*DHek#ZPSoW%δa-AFӨP0Ts)?kQ/唰Ic Ec:«"ݺ3pf%.t #jK5Kгߤm N,=P|?͓`}F? #|UҾfʻuD`1:X7:lvpm/9ߟ)fK ^wR~ϛw_ ex?e8=Crh>c0Ҕ6R{ڴWhܭ">RuH53Gk8#}ɇs)h1ba}j>\ :¾'?pB3>tv/)R.AC}ֹY$=>*>Yu=I!t76u,o? D-"/;")64f)A +%ڶ>ciJ^ΫD?B%Faֶa+`$c^? pSr]Рz,Nzd'HXp+HRc{j7(#"M"ZD 2'|L hDqo"-x/\x\1$bDlǺm- xZ mUC^Hл8_) 2n0{ #úg! f34.S%_C6We-YMܾwo&,4V_5j_1w;v^16t7!\H9ZdjDi!/GxUwhrz i~CS]p!33䢽l;L!r,6bth,e6 E5{''Dj3Qi,DrbWT@y`qQ;>80lθ=4IѺXZnaܳ3O\yAz7BgL_rm{0Q'?*oՈl"-n^NwÏ5hʙ>hz䖂'ŐXV㾬;QK:;H~8%PZZtci%a Q+ϗbBG^spC!myn:vN1mj iךYl`eD8qՖWj{ jrz?Ti)1M< ӆZ"^(q{^[DN`pDV,BWgNR.)r(m5 }fߊ6z%Eyl"'rqH_n.FԗA/X%*XV]ER,lń5 <W];^x(=B'"AXIKR|M-wz/W9? mu Π?)FF*vp}3 3p G^w5 Sǯ+]*G&cQ<(qƫfEc2Z$vqb>F8:k,5X><)AWM "IU*Fv};K*fߘ@&]:^ Z{^i%9S,eu29V\j}Vlq7{Ȝ%ec>@IbٿQ} }y<{Cְ-^WûѲ8WG-X;;1\DaCoyX`t_\.Rѐ,W4Ow{uS fHpAd;b4IuU0Y0H!;;W* ;v=vLdm7r`+CKG"ױSb>lhs=?a9R!}77vIRT/w쨷 VXs"Ha$@F8A]'rWGxޢS2= qIڻ?{n_9bk++m9 t/\@nD۴{=.o` MuK@EVan(s/zG=dq"|d;sL2 ֻ1"6Eb Y1-߅G`7-}Gsۼ$W@,yQJjCI':-7򾱭ᱛ2w%ŶXl $D&M̈{08MdAMO&<%/3IC^FZBeM>lWt '?4ϥ3\0`w݁l84h4+V3٥ Zo8ӵ`jxvb`#=e>Yߔ5ع}ƉlBDdVzlwKvT{EdmMe55f7$3MwI3-j63:A.m3TuqOg6T|DKpIEcb3㣠ɄZD𥻱v= sXQnLt\afad`ˡ%:<-CA襹27ڰAFMo_LQMkc9 :Hځ^6v WiYͭ$eyEs5IIv)D}]Tc 9u.<'Gnbs`TtqPq90M{MU{Qlsj!`kn]j,^^;߽9uMs@%s[?_A'>,]7ȍiJl0+\RZkA>$ɢ.dQl ?7+A6(pDQlPiY> ۭXIaa{bV i쳟6aVt{ipcNzi=%|0 ޹Ev,m{v+t.ql$~ᦆ`C/+U YDunc/5jB]xxq.g]cCoDgn ml1unP3-ÇD6!ɏy+ ukK49 u'yrZ`N+ծEtIQJ}:r^eO2$˹Fɞ@k@Y*2E^[G<|BBM-m3<4CMռjU70m/pB@G6œoFc=xX*#k=M2&ZI1yUbXg|A~oPMgr/'9KQl*97z?nFtyIFSś`xK(ZSOMlVIAъ(u(`A_ۺwr^2{ r=<±G8.oprWӋ M( @)k;m fc4evae,O29ܠ&|aN+H2K&A49EZPW#E9-xbJ 4,I1.g88y|>EJ Tu5.P*Bq/* BƉzqoG)ׂdH5$,j:j#ž6)^i~#΅+ |knƜi`UR ;A.rLxIfkhi:@ۼ]h\Gݓ|}0W<㎀X!~wۏ5c#jVQ:AsQ2 )Ugd }\X>;%ƺ;~ w00˻`ֻYl+غo=wWap6VU!4'@`1. ɵNq8nD|>4SZ 5 La@RÄxgj P.}BH|{}{5C$K_ն F*PVL|),'#9~"Qaw{|:]\hy-]/hh&5FkIeƪofɎ5BJ FC5f|TcOXF3-^zdp?waAE+ZM lZM1&&"qBp ,J\:,XBKn5ĕ`x0}[ei&y+i]ꬲH3p,YcofCYs$xKSiZOdCiԖt|YZUDy+IUEm|{0DUFղ 9-;am'Nr=4oöa"DtɕMD*|9lՆ}{(NNO <ڜS !ETΕ:ϊ3izr:ophRY\;Lb3>*Bﮒ! d4 ٯYI([5'ܳf}+u]þ})2NH쎽_2YP=%ukA}La٨{ >)2ks aQDnX79eyU!cjzX|:S2Ya)aTDt*Ĺq@DDZ1 U3#WN|'4"N>h7%V-5O4'ݹG=\XWDƦ2ݪ%hz'CIG\׾2{@u0}?|-% fxf~= FNTGTH3^_grbnKdHskU.C-p̹($Uk n>ʜNMrZFH& ʍ15gy>ZA45;OsxDԸJWe:DG+k~awJ £2-"ES$f2렵g P PXԠyGbѱ[aZVgmIwxgWrr3uwR|T[9#.u8AΦE}bxG5JkLVz[,N4bB ̃g?3^xiמqi͞FTbEYhzryGiɿK85L%3җq}:Ć!?Zz HC*D{^Bz\#@q>܇-ӉR%O\إ8\`ҥέ>rG7؈`s;}r<7w]|ۼ\j&I6*vD;+YohXɖA)Bw!ͼ7,V5&8zGRam?l)K_TT8 c[_]t Im},)]`$^TJȐ7ZFGvTشԢyɵR.Q;)H̜.)9J %V>۳iH`!Em>؂{|:,,!j=B48W:8Eeyq}$QNxaeNsY/uߋTJsZǸ H'k>NcJA/ ԰NZ10{^`ȒXR| R"D~ I(t֊5ŧfȸ 7zU?VUz=$*V 4NYE% UCbA_N/: s>4gPս }ߑ~ B5E'NdA[xp:FOoG-do;*Pj *Vg=Nv޺#?1O߀k KAJJ,!Y9I)GxE$ri# 48upi=Eճ.IjZP u/ ٸ1ή{&_bLؤH=g<4dMK0In?'ɗAǎuBehqqI?O!Gpy7)R#+BDz %ӃU:_>y |^ZiTY&&Zaľ)^Gf]WdhwfusBzI Q4B|<6z_E dUs5 H>!4pm*s^+6U{5y~ypt$0Ƚ?|`YC]Rr,VT6D2i/.WLͅJo|WNySә#ީ7M%|o7h{8) fg$RMhɔ .෾lh3hBPi 88SROC"JjHEvWc$^IR5Jxh1IVb[!Sv|#vH<\žۇ?ʃ:&~:/E$N By\c)`–POAxJ0y=KaYL4#ѽm y-^3R!R.u!`{d5-lP҅6 vVlX*X.@ , SQcvXc!Z3Hv&['NA&oX<]&ܑ?sO898k{@ ɔShlh"qi+\i6}~@Ԥ)%||]3y$7JnB mE",L ato!q6¶ YZ