systemd-network-246.16-7.14.1 >  A aK;p9|~>>Q?-e> H891]KR)'|Fôb}3a@1Ŝq{$+GKtwѓ"䏡ͬ_Y%/˹H'.11Yi)$&EݳmúZ;P>06r*"!S}ltI+:B;D8W>O0y/æyn}u"H/'l)J?6G%—(.*;_S-\kG4QU.:f55FDw|pF(?(d  H "SY_ ~%& &V & ' .! .H./M//0p1(1(5X((5859=:[C=>?@FGH8IXY\ ]^= b %c d!Pe!Uf!Xl!Zu!lv! w&x'y'x@z(x((((Csystemd-network246.167.14.1Systemd tools for networkd and resolvedSystemd tools to manage network settings using networkd and resolver tools for resolvedaK:s390zp37SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Basehttp://www.freedesktop.org/wiki/Software/systemdlinuxs390x 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@x@x(T큤aAaK7baK:aK:aK9aAaAaAaAaAaAaAaAaK8aK8aK8aAaK8aK:aK:aK:aK:aAaAaAaAaAaAaA877c7e3ffeb6fd93cf3ca8ea9296f0fcb8dfaeb56eac05190fd5d5391b7c2b2847421fd763323088c68e7bdc9ef30e830365e76d81df2cb5d4166bc228a514feb76b35c06d201cba3361695634d07055abcce5d1a8755fe1b916a27aa4dab651fa5a7992fe426753fcf93b851fd4e21419b07f5a6b71801c1c02576452f92ce814a57cde39fd1f3061d6bc558175c349e18738dd75df1d1f0b3a38bbdd66a39e7f2c9ec637b052a3ef0a9c747b4bb14b1538dec804d8200d6a408451116327f4ef2c45691b4d3545551a385aa5f2ee148892fb5c1ede9093cf37cabc84d2c78e805659d1cd24ebaa99894d29f91f4ea4e6d394e077e4dfc953e5daf485d573f6322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e0b8271157e2d23248f8b9824702ad7c306d994e258c014e3723e38b51fd66c750c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319b86770a3eebe3dff666816fc31f782c59750c8be5e7087f2cbc87b36ed24c91d0e02fd16ce4d7d855d3819dec125c222e2e3c01a199bda5c2ad464347be230d11a551778d9eb2bf142999059bd74b42992d214121b210393e09e5380d5aa3ecce52aa61fd365cec4e00fe579c6c17d407aaf3c0574ba6b5abb8d806f6ab68d6a98a5f893a73fda212694e863e259be2760d3f8a63446c6516a80715f397f4c680d8d337e3c4531545487b48d515899121f6cafb5f958d998afbd7443e4ef03625d9d45947e433bceac36a0785ba6d966ce507b9ef7a6a182bcd0d967a02d5b32b058e2b9ffd297129148d69a2edec5f933fd6bcdbbd532142eea7767ffdb2d29ffe1e41d7adb2488f08ecf72dad8346a438d9e3456a2ef9c9c01d22e03f87114f3ba0d5f9e73403e9adf2dffd12b8213bd702b288da1c4a27898f9cc249c650183dfaf1996f005ac5cb059328f447dfcb7e2bdcc688ddb14310c48219422253d5278c12d256d55c762d79c7d60d2f672e6612cecc9babd994acfe7bc55d1eb1bf974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb09b19d806f8a95f13126ca1454b1ff40122ce03dc97416282fd29218de92c475ccb41a11b64a9f97725d87e5679b3c184537348a2553042d34fa15d54e6ed7065abf10f0b71878f90516b89d205a7fb2f8363cec6614ec717da88c2acf49c276a5resolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-246.16-7.14.1.src.rpmconfig(systemd-network)systemd-networksystemd-network(s390-64)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.3)(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)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsystemd-shared-246.so()(64bit)libsystemd-shared-246.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd246.16-7.14.13.0.4-14.6.0-14.0-15.2-1246.16-7.14.14.14.3aA@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=@fbui@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- 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/shs390zp37 1632320135 246.16-7.14.1246.16-7.14.1246.16-7.14.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:21260/SUSE_SLE-15-SP3_Update/b063df4932e1a2dcf256a6ccb6a7ba28-systemd.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6647f99be256d3d7280a907dfd5780417b625d3d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e72d4df3a97b04c82edfd50e5983ba4e16e72554, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c3a421f85050577aa2f071dc3ea0816373a99860, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=338d720f5649a0e57d7e85469ff984c39b6b5926, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b225288a64a8b7a8841728930ec3fce90abb2b65, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fb6facfc30b1fc42fdc73ae8690acb97f2c64703, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII text(- R RRR RRRRRRRR RRRRRRRRRR RRRRRR R RRRR R R RRRRRRR RRRRRRRRRR RRRRRRRRRRRR]{:]!7utf-88d7da5c95b6993918ecf39b7a095f08f774137f1ebd4aec59b9b91a2fc180abb?7zXZ !t/N] crv(vX0Sqߢ&RA/EfsVP~lBgaH-<~ӏm~|F퐿)#T# v:,@o[W7B=d_rKV }Q"hv ],MNl7$`lrK7a^~{+ $⩦Um'XJ'^K_v7W 'wd o5 ?\DCe-^‰)heIj>znf+Y uL}QGP%5?kUZ)qdhI`v `3_0OmY1]m@eD-<|C+"zf'jKz#8=A٢g@Z Erm(ʭ9S@<\d|krXbg9w3XLzn#BA#紣pū1iݍn-I* Mo4 Aʖs+??WJ{[qk#!}C?jolxcO`'8`'h ;^X( INxOĝC;Ɯj>% _GHtħL"jfR`߸SQsݱxAK<׿Q.27M>J>K!rjx>0n y Vs)}.j“6;|vo~()RgM N;i)KXM`*z"F,(vwѪѺ㦠Cp IIZf:=֜̃ :vUW v"7?7B<>Ee88ac,-xm`O"#4hLb6E8-=V@w rQǮ]&@wD@Wpjdϱ(R\I>D\>խCY@;/$Ԥ =]Y,C]'x 8ЬfFyÅ.k8s?awnxD@+aGYlY[ cھŐ 7PzyrnM@Ўܾrdl7qR ќ=+չúPh6:h'|rQ[w\@V}tɒ?; ~CIo/#` ҍ~%SOϦ@CʬrA9.W@F?w=?V !Քgť Bah>Oqo{r'H=+cn$ f:V\^{jO/U=Ɣ+SvEon)ŲqSb8|کTW3}<槢x9qfuC\284vFN0؊CNp0I#ko XQKA~I_DSPƟ%# HJg#vêx,dTF/qWvU蝠F}7f^&Qfg[ޱh@VD ^.12=\J! +25$砤o%cƀ$@89#y'Ct[GS<ҭS5'N1 6m$1 #l¼B IMlkttwO)K,0nj=ybKY0Z2!ZWf\5ZފQ5^M I"'[2f1OQ2 s,3t-06g ib)K%>MK_;72y,Ow ח5&2s_)%SI ?3ィ)b:ƎX'L-sG=J=J@Rd d X(9MD<[(,\jX~Ao)pudDmV5$:ML݊AN+κq[ȵqi$ r_LA;& cM<􊫈jzNR|HҌxfA-=a!b3Zf|i`B-@WSw|xWw0q]a~d-AəgZ _)Dqmբ [ZxXlv47pz 6={ UfZ+s19wlBk4|69 =TLڵu|< Yy0@\s}<ܯfGy]m7~SA6:F͹:^RNK-4T,(sЏ. kTZQb.!%IK=sIk?zԼ( kFώK{lǀ3xٛ!D^9\'\/y*? sַ3 Kv-k1"wOx#18a⸭NT,,zdфŭ5w|]xN0G,D ruAOBz!b,mga꫾u3൥US J6ڀ<.iAIS0Ac8\j%O $OBwNhioZ~w` ( xY$"ʝ1[zSz<:*I% sz9Bai_AћQIjIg]ת g$@ҝ/-#cO*@t_nVZP$QN/Zea/OG{٩<'o,j~#6;fLx\(8vSgV^,Wg=Ywj VXQBFӫ,>Y+&v},9*H6"|[,:"p5?qv?uy)̄,f5h޳_&1zuKLԲ@XX_@?N.eVF"KNT=M-L}n $0W#߉{dU9"*q:P2WFZCq* ˬbTl`~á"7 %>"|3ȒJ0+ux2StF}sef+)y+=BrGcOXA_ _Ca)K86l\Ҫk'~d PR1yTJ[6(6Qx;v@4Tø&a`݌ X D.1PyJ`>aHs7.حK끮7)iϺA_{jp5Zuϕv=ߤmPtu5=Ka,u!: ZzgRw RzF]9=-^;F'C54[n ؑ5\\u/ $Krh(RLjmGg}5KZ+IY_!-?nMvޗ>c1䧪 toێlQ/4,27wT)I f5R 2 AMewx+~;-<#U8`Xӽ=]T.bI9-i.p-L s6Zv;|[U/<#tkt{<-T UeUZx,O_&ޖ)'i\"\(iVEvuo0L'!B[UB0&;qxĪqsY4doD'=\1z_UH"K  )pGF6z"ۏiv+qF "9oԥ).^_vщװF}X6ڭCxÞFpT eﶬɞ7f4 OegwlRڟ~[}F  b̡A> Ӡ |7I?qؔ;YqGԔ;iY7,9rF'd c+wTt>Q]xէ8\mWڒ!n {tC .b?:Yd)eW{jMlz"IY<KBY_N5ICAGV)@:-zsF-U@әCЏL Y%;xtǗȘ,Ŷ= JH@8|ȏpG;nn<ˤZب1f3!WKEUt 9Y^i GObw0>n}[@梗lut(VQ= jS9eu=yBiW٪l;bW} Nb|MIe9bSiΎ]kcV4:>CG ~HSdQ@߉:]Z"e-'}'.S4̹%j]lao}vC44L ȍc+yg[΋m 1sPѳҥ1OĽ':[e15pzf KJ$q.8MQd(gÉu`Upٰxܘq+R-nlD8G"{ㅖUT һG=fh&ؔJzYQ -GZZ߾vhZ-Գ0VE8 y=,j\4_n+|-/TBT.lnZ5 @ IE/=z_r5ʰ~LFWB}r#9pI^qfݤ _O!F/C"J( 83@*قKPwOmƯ[g`&n^AyZ<juAJfW1,BRg4rܦwDʞ}r/`q\`tW{%*Z=. 躛g?~ ~9Y A4Bծ+Q9*'*.;;tN*/Lw q7PiNܷtaarjMpOGyArRaBM13 ti?yғ6qZxwI l ek/0 ]Uiɯ^T_L1d:γݓo. v8 )Ю2-q iy$V޸ׁ>F+ݚ̐iWX5xсwXR}Ο`GJ '^xm.\0,7h>W da9Ts(vOm*pyF6}79qc`AI" -d z'ףt|ҷk!2txbj"k 2fBHd3MIUfciyNF!SQtL&p?CY %8C"45wj`[єl䥎RiUO2*bTaYdZlճcHd}1#=?',LWGYFP{\D7#3 g5SlrHky),^:zp~E 0RzDFˋHIZdi&𹍶rߜ gݚ|۳A) 25 HKȧe^ew60\kuver*pL'd$|ď@dl /%$S8Fw3h;5Y0U EnqDܞօY$ET마)G\Jcd*&ŻPDd2pS}LEfk+w-ØJu yIPC {1Қ-mtgVE,,;ԱaH#_mҥJ7(yULT9}}v^p@$z77^+2'c7H]GxmY}0ܾ͐[%+4<,SqIMز-: ߂x.X<~')H T9R ) R,-.?L4[WKYtXI#D-Q^n+[\6XV[zhLK 'o`VR褸1^v$IG~'a`~MoX>C1ZT6xos'amL&5޷L {@I)8ȳqYo JI ٲ]yBM`-?Hy[NR悿С,7"|iHWFM:FìQ$"E6C ~Zɉucן1%hf5R~'g[E?E9Aa!rL:_ ruvl'zqbAS٩:ʽ\D_Āo >\b@f ~S #Z_to:M ,'g/z~@ZVM_=@;y>z_J%s@73k;6wL8k e)$cJ{V  .랳Y@Ζfہގ$/kƣֱ#Ec&Ϩjğc9DzGj7I]ޯWv Mi  嚕wkԃ ' S5 ܺKLXsk{OsZ= x o8ufݺBG f,:l8/7 GB/TkjyfQ+\?g#8޼nh @B^Hobm\cMh٬d0w>^}R9Tnc t¨%RfWȎN5)h'bSeO\J省R -s'+l A^O&;59nkV~4ES֙R pq vj[Dݥ29vjƭnd7ުdEJǑ:QY,lBڳ`[v: U u|"`6J)K5d>56MV쯇'@H?.Qn@Kiz>?&/j 'sQqcWV~ -` \SԾy յ0sc{Ti*s+)WJ s6iޟ'PI]ǻ%S(iL.Ų˭!wp=٨MwmS\_)`a-,q% zϞky% }߃]K:;q5nHcHHMsMWVfݎ^ʊ7;"ftiau~r:i4rևzV@$<N4UQ4L.ͼФ;NjZQ/=hx()3?ay̿cL{_@@u a Vt,A BuA%4gU.]%aơ=|%a q>I(Mj*29, @VM jl4]]~蚞|:yUSÖ)*$'51RN[(ۚm.eUT 6@qM g]c&U“W&r Jog@S pޚ{( X)F/@t|)Ϯge^j՞YA;mtWi`M;前kT_ ε^)׀ю&<7L Nȃ WJWYg8*KD-\O/x Z="#R[Tog$$^3Rz]g >g9q8bY. d@Ά^rr\-wK9B7&l}xs~[f@ⴎU2W„ U3?ӪE{N*:A3Fiaww}8m u ۻ?Ӌ/נ4(BL jτ/˛mn@eHk Mw  "4ҽ8'ģ! yq>Ce\MGC3}>!<>sV)@J~! _VM![JRj*WxVhUZJP|%#svV"(L]pѢl؃@$D0>YW UL%UD4`I~b>ML&u ·h`V>lǝJxAq ˈ;t 1B$M+˻A/)!Vة | 4s{.zE B_Ձ->0CfK6&jGB3w|Jyj-*Us;jй+n3URo ע"64G98 TҤqDW7 T%>PJ5d&>9jB[]0$7*{serOGBϟ lzGQJvn|rKp8C€><Ltucc`/rYϴ`ywn+USzES Yڗ'g9R0jՕ9M|M1:˖o2h˹fDY-Qj|=I[U;m;KI1|u)R9lJ JvuU?4ݸ-bG9C.G=p>͙\֩42+%?<29];- 8S71NIC&挻|V^pݎ9~@V^ eyD&8!4d(S\̱EPT)>My tK2xBИ Y Eb)[8/զ%V=zvWEvA˩T4emndC$-rt̪ A%ԄæX9o>oi^&5Zd.ܯE~ ,<*Bei3P/Uؗb\5.S7GiAT\#~9lbYIYSPjgKY G; t iʵ"ۍ0G?6KD "1K%hA iqI">bwPxaoK$z>f9k0Z`+t~/{8őqμj-ևmQ/\5^D툟Xe7T=jFqhŠxnM9<<'dz- <bI:yxI `[; ν*65QۂV*@!,0<#EN"g"-H4QpKG\>l0vM/LNBQ9ۺ ܺj]i;ys8!e\370H TZ5ؚCv6X9  ,,4hZ{U55O9o -G ~07 !W7н}|P@' P}OhDӜ\9\Mx^IѤyͤUTDQSWx4!Zwv.NNJBvς](&崐X{OZBVk57*LXz,0 0Rv7SQ}ry4&Z`w^&yH4-ߡX+iY4+Bi|E_^6zp(JIaށw؇}7 p"''|8Ѯ&mMѿ<% 3gt>drJFvѸk#LUc8] #o$'!UqUUϟR-_W1WDa}8-{5ѥ?o0})8LH^㨽noZ0:=-D.Æ;~uҼ.չnXVbɞl^\NrSKaEP+݋=å{|E oզ) zvPhZ\O:ؤȷE]5uc?B2f qc1ߤ_4X\J:Q#r<^@D'."Z? -[5МS" ^Qyȅ;~|+R2ǿTjsє)7%m4$g 27giŎzXq|,2 6˻+*"l$akIT- 9jQܗ\7ҽ";dd#b?Y"NW.Йl8f(1e6(-2YGQt[A䭏{{zzAԈ " l% ݹ"-ӼPbJbCW E`Opj{[&eȢIP" AɤYa ֈ3( Jre9\F\,olQ;v!q{ӏY0Ger;H%-lLA|utHh0 8>%@0Оb PںYMݫ`ee _W˼Fw|Ti˰kE֑ɤrVPw-6/\w%ICL?&kib~ZG7zA=qY '] 6IHJd (UZBxųHnT@5Xj/*NUKv)[V:CsخiG!b3wύ.ODžF5Ϊ'5]dvYN7St uh}҆*ȶu.>7V* ow/Ec]HH%x*(W'0 $߀Y,maJڔ$Cx+Iwj}<5O;F띅z0ʼܐb*W0?NRir$!%qᙃX+_eӝlTIU#|eپZ}9_QzkotV#ԙ7k*`#,޼h J4'Nz~ <+v@봩('z,D 5Qa..?\R7 ֿ"nh5R?T kJ_\C~LxP6F6(||v8O;KT9mKqA\ʭ@iB=RSc-Ȅen*/u>}:qe XJ-+j{Ƥ$Y폓aXr,OXPLK؟gqBbEMD1,p\#p* s~j/711:~'o8#~Fwu~7,QTSF$E WJ!L^UaC9UD# {#+̚f)_8V(? fiگgxJI;WO歵aMY״]T+(cE#⃁c5t{m6,ɅX@`N\bpZ ts*)eSE_IJI\~Smh}<sͶ P\ˡgķM5-cRV+pTm%'yL VV(@»neȅ3' r+5$ (È ϝ]kdD=spiIԲ9^Sţ)`JpeI@uF~uԭ4.B]~Yy%@#Xv4 6 ɨ3$:d,MsRO Xcy!gƣRE.'*`Yj|xxL}y$eF ^UHM`3iga yerM15 W?C`Yu/WVgLP۫Tb콢Xt&"W>tFpbZF; _;6$c]݁.QN۰[dL>|%7Oo$>h}1F? Q~,2T?P9wHdeRI{hTjkhoV^x]zAXgi)8Oz i5wK>^#3F͸RwP>PG Oc`\r.C R$*(0 ;H.ڂz@$]5%<bcoA~2W)I P|ua} ?H7&#c0# v`v^}WcogUkwZ=L 8OlV (3f!w<G~Y!ul}PB}D97K渨&i@ #Zj1&>un_kYh12s%iu?b%VO+ױ3 n'9ӥ@[aL3$]`! LЬL#^ QL/&7)'an|+MYЅ ʎ@tƆg]=ی| `q15~]f׊ Sf:V.NV#gra =2z_dey%ɸշNJY &V h?9f/2ބC)(53OɬZYw{aYLUX]P^_*=CL\6-&õ7Ư{eyм2FvJ Rח3ֆ@L-&/Y% cό5/ S yWj9:W[wGFUhp\@MrRP%)>ZJCԢ!~L13e4wAj,n`@ź/b.#8;u9L텅cL:yԕGZ$x݇V-`&~BEO7W*p!VO@ǷR .|v2v'd :o]'w2sJ7>mn1[3uy'.^upj+N캶S.QZUgB\`8\L3Nsn<<1I"rGHMuEcrI?ldž:^>].H61m4ai4q7 mxn$u5Nl79Y! Fݎ-q$^+ 5^y)DKYFpCpڥJZ941C//%-"9w$]@6{fgϘqs|15,kBBÑ,܄u(%Y=G"&hSj"/aVN{, Nt@ BlMlx Z'&bB@ILtޚNaY`:]eKGU+i>RȶqZ  /{-[QD{+lgi/*k-Z@$i1 Tǧm=}'UzZVlI:)A %Sb]}_+יTK|`_.ÈCoi 4tr;yK<X;f+f+RHu42 ɜD%+.]Rspu;Al|/D.UEow2Mm>tJxYP(M}ὣ/UG]'7 Ú,N 0=_>'5jX!4V"֬hWk )ܻy2н va8e*< SN Cy~Q$^׏oj!ZU׶@KBjџsSC4 /ۜL4ouCamW{rm3ͤF2صFo5};ZBqڟx.&b)(x@mି&sjC7CPg|O}"45#> uh@7?ִٕ*L6܎A-l|nՠ-)p9-HBfjUQ]|ȓKKBmE{=z8.7%WQ. iIc#@s>M16&:)ߋ-oI,i1Eju`ϳyeV/3Nb 9: S!j%jhW (Q*Qm8Xߋu]n0\$L[k3RS|Uaq9$E5YZ~_OpM k\ސdSpۗ5$#-9%ټUQSR4b/W2S\dl9G#;LM ݛ\=[!nw5]#~}Xl4ǤXaQUY\kRFìJ7 n'bҠ%<-!ƹ<]=F#}*zwtG;/\0hug+O-ɥhBZ-ǚ= V,ؖ _^#b rzAve ȿ?4th!˾tDL}>(^I'Lt<+،1.Hk.bLҮjN~W5gi Wy{$d3A`5ԗ#xB6dK/nP!?^#:8f|Ms_;lh:J6Tȁ"n8~: #X4j׀].C8K]?,޲'0ϨW˹kGAu$L7@7p]igr$ ?򜴂!/87C]HrjٰdoTj#Z&rR2j_N{&i,FD ΁"?@IKb}}8Qs#ֶZFЂP0OpFhv/K)6΍`rmr{ȇsN;ӑtsǠ|E]5x:4C.LeTsҎ\ ax!s&NA˦rn g0@uCaw7oPP?dlA²/xzȪ:Uge|H2dD`A'k `&8Z_ʄ]2qe-W͗n;Yf5x R<rx}a6]a[\rM+s1SpiBoW*SLkcuxMn\ś߼srt$R`=@0g4kl.8Dt/ppVKK$F hFl)7P㷉l`9)XbDTi)E"|}Zf;Khx;竤?pJZ =`֭8;ԡ۟+|e_xA`PeDycO.f,xL6oIzuE[%)T2H)3 b93krZBW.蛏Kެ֓DV=8ףIt#-lXL%LZ|p,fuMc{O`U`ufb=w(:tJ%byWlV@ZN!FL{ 4Qax>Aqox\|Fl_>䷰*RF#qd U,vT5뽺Ҹn O0 J߲c)G&^} 9E`Qb1ى~)jW,Y"Nzo &\NM-cζ3Bfw`mIŨVr1)#N3/蜫 *Fb ӿA7Ri󽤴ҳHCNBfo?V{4ąObjŁG1\ J%R\vp,<迦d7)p5m #},i,k0L;bwpY-b3Mh}J 6Bs;Uu)2݌9 #:;`nTRtmFaI-0p H-cM>q,&M؀NlrU)!ci)rǕ >_nH; cCɢ-]pG@?ar%䧷%h=˾@[ZGOBj#]\h 'c _'͂ln젨cp5ͭ^|`Nغ=bMB09AuT:]BMUȿAͧ`sMO+x #$ٝ̏_8!2qVs<@/#\g Z(dF˰5BE7Ǭ"853eDP@e{s'BԘu;F܆]lB4"/~ێJ8 !B}Ӵ mimo PY:{]+pMlaџ[Ѵ T5.U4=%zt}Ed5:b50'ya)%~zhxI9f k}T,jNw A%=> >KylAFxIUq !csWG?6zS;&S_c歐>x3C͞mlTN9Vxcj$Fh-f/KùVNaen^WwX>p(~PR ǓiRD* CJ Ү+Ykӿ2OmJ!e%C52B?b zV@/T|mFP' jBLkQeм}]>7vfi! CoaQDېCfq1|D#:[~ܶz/rzzP KnjKkSbNqgcD'`}E$v0C \կn?6|<@fIǖ>_bVv8Q2smW3 Gei9g: Wt]~e^g|=6ܪ]Hi!%fL5|-Dx܃iXH̙5P(sy골ZL\ϾP࣋Pr ;bvZALVM^dt 7|,YBxOŔu<:k,iH%ڨ:U.t%S&%mwSVB2ra.FX(9bFh#RFgEdBdTᰢ]J8⪱ epL1Dמthu~Aa]- }~D٧2 sHK>P,с43:ϱ;Pgۑ,w"I?vVRb }{h0)9R"ajaOwӤ p.O8f+QU~R:eQ咲WaXh@-M~2ˡv|rsQw5 }ή">aSwPT̷,3K^}Eo.Cvj8!4ј|#1sk};Z/ǑDbi4.ip(^reo4Fa&uOe  فHG уNFZ(#{RG^Tq^F|7 r;tr.OTLB}% w(hZ99tJI>m='Obyf".b H' K^Y؜ WSdOʡќG|UyH7֣F^ؓߘ_PbH֊_$YxޘPF1^yaA'ZwjzȼZ$[R *oWfQ `X&/5Jl*}L@!E@PK;*>}i,˖n;U˔d٭l1ZλN^wxn%Z3QK!fYj\O Żv@̘6d7ge!ӭY8d:^ITq0EuV"ܪc?(XvQ<֢ E ̘~ nKޠƴlTQ4X刱6Ge(4&bF-8glS>rJDMa ;n 5ϰ7d`?<+<-M?=f oGiھkt!Q ψs%k0tg.f #0;EԹE^2+aNK+6X}ALz7Adc@:M뵇$-kBúufn`uc{<4ξeR)%j}KpIP[A& ;gG Kϓ!NKb#ReIv9VF͂4bqp_h0kQZ hS7r.d)u:m=]c>TuQkrrnRk!|WL4*?3BEsRà>qA8[-;KvLIoo (6_GTda)i{ /7C lP,X}D;$d>%$,ɃZ7&_S71`g^#A֜*pn1^^+j&X P*+“~3XERy. ?'lqw^dE #8M)1wFPA)f{a \??wv/okrd7ǂ'mGEl!Aša5mu*e} ?T`\Ĉj ق(};-D BI >no%vjZiԘ UUd}jpf=VUu֘/>+Eo[9FׄHA?#DFQ_V*F0ԙrе14Bb}]6xFTI]]Öa<<80OR'̼֨ݬ-.s%|/3]ӭL} N* `8!xKKrJgf6Č~>FՃfqGf z) [ 䑕@tFusxIfͱ("O|O䪓飌8Ӊ' qϷxDG*J3v5d"(9,b`D=6h$p8XAe͗ ̦ޡ!Fc)9@S0Rc_>fFR&P0GBb7J{fоQ>wzFpvQ-wY 2@üB7tDaw&D{Ot$t5m2i']Q@wЂsQiR|ZT#s_cfV{nɆ)\"=(T͂ *7hLq&s"bbdGy$Q \t=M̦"pK ,=VF"/xSG5@"1v"cmsQWMscjXA?"F"=)&UNTŠC}ŮX$ɘo: |~!#QNnG緯M+LH|wt: _A̔߹qA_ ne #JԐ(uG$`1E:UXc{O!㴻7Lk&ۛ7^87LH5O(]d |Q G: ]Z,"`pJ6x²of ~L$t3'#K0VzֆmYB#G0?Wi|bĂJg=p+!&f0y֔_xȟ%95`ѷyTQ3z?tWG4J;-(sf%YFgl+_4)%s[') aeK\6Q?] pLn+:U\,L"ZLW54(Fs cɩw͈F1.Nn*AnZ* Ŏ4 c.2R5O?O ʊE #yݖ곲Y;]./RXadGGU֡%[St,haV2f}$H$Q&WɟihCȝЪ"LW,TWTNj o-  bi0s9G薿:W@I.>F}?~ 4  nLj7QPXE-\:CU3DSj|X<%+wAm^!#:2\E>I7Pfj6E>kիL(;yOoө]6׋,^"iH䐜ZC݄0drv ^:GQVĞUK JJ)esDOIzzȰ]21"p--*!ʌe(;5{ هt+Ntt ;ī>ּޏ6 D6Brڊd@K{]lt^4p^L,7n6_;/Pԃ|ZF/n.{Pg)a %K^8;_{ 0FR 7pUPnHB1q~P3iQ)T8|C }K `sTcUaݴ 5I·yOOTrk؅KV(-xD0VOW%]W&F{b~v$T}ohY V8Ź!ifi);֛[/G*zȁ!p@zGAr=Q DZo_ց3]ՄlH%P|x( /'>?l+p{βuB RPL;ѴAj;EfeCbKm4z& hQ~)oG@٤'d]XT . L%]cl^@TAZ0C) &NFgjfa5Q8xZ6bW;D#*"W'G0V̘[tASsV@&ywUdǜ q{ c55#+#ʎ@H.4FHm4LO+iPRǪ]K'{qp_P/ucm6L(yCz9[:ڥS^Cŭ?PM2&!h3gcuΠ+]`p8x@aPAC{_ Rb/FHcjX~o)bbob\68k@acEw0fҟAw2~5ơ]SK4\lQio.J`\+$wM ="%np(B%v[[(T>SO"rӸc8Gabh~ gI5ŬKF|*L}Y-FYtou6GDIi&58۰:s*gC(~-ԱdfGi`Ʊ '4oQ# F=7Tdְ2cfpBiƠAA.`,ugRGТ8֡u~kki_"V&~hO":aѹFcprlkE!dW 51uF'dxD8w!x)BVAK|fH@*S}q5!Z(!C^ K96L>7mkOeH5g;5=gC|}xxڙپMkwͺ*ϋړGAc.]0o tҒrN29c~f HB%bfG} 0^8 V\OYanm>4<ş^tJ9.Mێju=](M܀%`Z4'hH[;Զ=wZg vPHN4?2eRxժe[W|v1'#!ij{z@ RcUA*7alISun#V PDaZw CWK)P($NRR#%Qn:Zˏj~mÉ.d]Wv# ,0T$1'ʲI=#ƽaDBki[RwO?C}8"(!F 9[:㦍X-o1BcȮạF{|Tɒl|#@me^>} /Ҙy2PkEK*zJkV䵁BCE(T$l}ܽSZH0|;C{-(34buN' A8$`k\RC8nk$U5j)~hXpߪ0@9dZ^2w E #ec#~.A5>WqGS~[wPG-1KQ0\źpjbյJX! {ՒiNL2W+&(I OD-}b6?ȺyTT_Fn*j%⍸}R5 mГ_/|,.4}\(u)Ptf _NuYV11,hAzFR&e^k ?wT(UES !Dgr&qr:5uwBʐĪ0w*~IJLK*MIe Rft)>갫ŁoaL9gLî'.&.nc6pU=b`x.G]ZۤlIp wUpe{(mɘ}"))پMs@OP@/ ] ]O"8%xDJT[Kɂ#fw v/Yʅ4lVr踌zck*?G\1*}(CxU9$.#LOx!S t5_ ϭs*^:0\JR\K+^Eޗd i%C*(O5!\&y0!zD h}lq0Bw10@ÞmNU!"? D\i&GfqNG i<:?;7U ca눻eOVEEDnxh⃗/,LJsa`YKrViÏg7C+`tJR{:nP68r_C~ ?VGݭ!0f!Yp&'> <ɋM?oDOrǃB PsuźŸnwGbh`jE5_Z ᦝo #៶4٦~:%}*חf4MWS sP"' w*&?|kq6MnFc#{3 ;U.a;c1˞tQ\fab,Weo2Abis<]TF!I՞r[ >+Cs$!5= 4ѡCmjUD7Ј(e6%Pę`-Z*};nEMEH9~f=ުGțBiz 3Īx7,:UϛHHI?U:.*YjJG[]x sN5U]j-kѠ²8ড.rqM~6_ZTM9~oow0"o+d@|,}bpYWlXVSԉb6S|V ƵB12g,Ib9\^-WylT.ە:X߰ؠG9~_B6qx&3r0DkX D~rƨlۥ*T갷l"];x&MPd _hn!0wMpG;v=}^@1xøF)Pj\X4fnVy* ZeC]{ \ϔNOڝ8*z9֩㟚!{,@ꮿRO7"eU-~Adxe^(]j0-Oh9tCx)3lFx_Ba zOf<) ur+X!]Xr, mLuNj/bxhmƒ*p{Snp|ƌxj0!֊r<6P3Q',oKm˪L6xW%%xE,X;]e4-W,L(vv{֛\Ni7YK(m Gk,{x1eF eco%KgTm[#].?4n$TЎEEӕ3˜ c10_uQfhTyo0<3W`]|CIRh.CܑYV F7nMaU%85AU;o-oxZ= Aw;DM$\ Q"-ZVo3 #!)c{f󑃉fIt97C,[GIq6(}2%ъ4bK]6<Ф8ӂ(+H4;Iu[4 oT{*C)?՗jiVr*;ի? 4ZŶ9L(cb~`@ˑoNrx)_6PCF=<9rR2+ML4I8PN~Ş,&{I+ a^ЉgܢP*ߍCcs~u !GUyULShyʣWoy=)Tut/, 1-F?3<,y^` \y _AՖylJ5b,sKD9X,Mqz;=V[~KqU%ˏy Q;h==\JxGu]YD!Qp0M]`O x0alo?#i?erw{sGX6p]KA9YW.]8cK3E7 i¯F9Y!-/!L6?PSfF}$I,"?7G݌'~)[MpFyYue&_<sJ0bB4R2Yl$ڼ< [%dl X2cuM+os2^}GP:t|v 8MGӾ=da'cn?%/Q/ 6+96K;plA3-`ϷPѢ= z!6cˠ[ù^1kje\T`${!V$Fo2d+Z&|)y`5 $UH2Ur? qJ^zw/ ':A4 #KxpF^ 0U3j䦽NCx3d)Ҟ>laj gv)&@\M-RIJ@L͠ |gDt)QܢЊƙF~Ӯ\p iYI5n/"kdsKkXձiC,P&AaMZ< 6`k(1VPk{0k+4/PFAdQKҒ!aPCZYDJp3xϾTUgxU1mN3|p# m.? !rqDjAy? 9`dw0득4 t ?~muκ>QG3I/|[WXe0§*/lu )Bi;qؤ,Y͈%\_膹Uә/>RN#"ux9|Q*|.Rus;GyȲ =W&Q*Thgs3>EJX#0DCf؁*MEJ@15!]h 3r]R0OE[y0Ni|WaVFs%uW=s-`Td[P}&57滋+MZ$7ٷ^O!t;TNŘP #q;Hۿne_\IhHLޭ5*<iHV<E'\ݬǎ/87_]0h-~zg&X?!o$baJAݳ2<`oO^Bv@2NefJڵSn;f3ob4蠇̡2κ/X)'Ht*]0' 320ߕUSk.åJx&ɀPUN(5%HCF9jT01Ir"ˑ}\;l)25E..PHY4lļ$)5=Hv@3zJVRy<>3nN̉|ZyAH=7?sthX3ײ|b-j"I hV[0fȺrxH"xX/hSis<BT v)8;NW>`&x16j^-4VQt456!pBE~\%#V&%p6(}$ζHxD}ԣ'5?Zʂ50;/;A 0ꋝwF侣-҃ZA;t|4*mI> AJvEJDPMzk\T,38l^ū|;X n4ޡ.i~8+'|͒~eVKc>jCjC36˒9 :NR Dxn×客0W[ᓕ!{L^RdlyBbjci?b_'d-9fNƤä BmJ9EeK%/R?e h ך~GEq6tMZO]fLf)~ *㬅:sM0s?EtzWzQz ҟ1ahsLpgޕth0<~!:l{5(sUKAE*ހh5wOW(F` C4q( _Tad7'G1J?S;IҌ+YB ^CBth*c}\C^[9ʣYaU"؎7xFS 3h̓D4 p?0_c̡TJH"+\$AGڳ LJ~-!8*tq.јT7״&!PCϾ'k"| 7j~"&\OILv,'B|9;YSW Us3jQWU"Ծ Y.o>t&íYUPMH.so>v#*+NX‖DV\N^;=x==\/"Bc8p\s·AU/-`m]xR2"9M.d-]Ca.Z-EϷ;E}`!AZ.ge'SVSfYW16* L:I]Bk`WsИP(kmHq%hH8\9FIv¯Θxg fPD‚ZΤEx@HF~h9W0N={ iIF_V5ȘJ` gpBb˙{ySȢzc6qC!Sa`fȼtu醫FlX[7ucЁ[ P {ov׳.>a<@_Ò&=I%V X`Yf|ƶ b*vieC=Gd@-=5l*DWH̢.Ua/VBtlh`3K0P`qePLZJ'A\BEv,~j#kBN'do~]-;a"zzoۖN&8a|L]8arNW[BA=o)>{iQUr1z*3Z\3k*zJʭLJ [L`SIx7q͙W#~^pu6wnBn &mot+īޫO}C矆qcjmes[mٷ?)h*"U˕gC'$S9}&]8ݐM\oi8\| 2_Էa3*,-/+ZYׂ.<U H;XYkemY/Yv]I>=G1ZC@.G<K[ Lz@=*h!bGLaykT90lVJFzj_Sbn+@LǛApZ|"49l}Kcr]^{,Ag~RK3:Рv-4]ïz`%BĴ 8gj!\u7|m\p=wZӚmh6$wOj\WRQ:Z !PSpN,p2"U٣{@:0$ W|dPw7j\X$@7q2;Ϲ%qۓZgRnWZv$r@~ 1%Ke1#\z1Ȗ1wF f!ܜ>bFdg/yx,2i~YwB<~=JϻR6/je/!$bMѾw[L) ฯ#Yc28Ӕ0;[pwK5qƱؼw9 ,^un]wk9p)GƋ=B: ` } Vri+*p-wY >TGk.1Zn!Uϕ=VUy+32s:|e^}q/iLY@D/4믘)K$P/{Q._o_/Q BPڃasĽ ;oޮҟ82# 9=Hcn_()-9;lq!iNK=c͌_G pHM 'o5 8 W'^S"'-`W/o0̆U%LihѲ{[ƨ)c uqX퀎7ƨcſ(ߙAƝXsCΊotj*wObC~f9>ɣYƵX;H%yPPDSe9Y^:: Oǭ"htf^Л#Z5uѢ'^Ի+:wi*9pk#ΒcNiU~+'LaF}/jg<m;ң:$2a cz)m2WbHGo*c-A5M/l/n.o3&s_|zt EJx7>j¸_ݨz8d/x\`tR[lH(e+p|#S=mV֎41k@D&H.m`x6'iͻE,3L}yÛ@ ެ|SSPc٫m `{SMns_촡v?A]s0 %m2G( B ,?q6$9w [礇@ԳX1KH3<7!%~4nԕIDF/9 #f1hŠ-1 `^ BffTRXcɼ v3&rwϲ-+cIdP*b/piQS!H'BUqaGP~jT%'ECx7LڗO؎Qp&a $.nE#.K PzAܐ@wjp wE\vꋄ.$s"4M(#h2j6JRsdaSMc9g6>Z |R¤`.51wӑt:PƫQ]TtY3P?cN#Ɠ1 =KȆ?#["6i |Tk^1hIZXTED¼p #C~ 1"Ȉ},׵ '"@E rbkچ8` ky`ImH-](F$#*GȄU/,>_S<7~DA x궣G$jd{qQtw:+hV(wQ3*$ W>yԄ(eZ<|XnzA=/AyT7_V#2 et{fm~sݼ%4g5x:ZxB9_ٯ)3Vnhޔ1?q:"$+J \%(m]QTsdt,U&oSĭb"UFl/m$Tl-fGI@bjwvgiD}}4K ~J ; 5+#;o;4\NpSca^RUըsi| \fAt@\ذM ΰn&oj6|1%6V$Bv>tEQG9?b€mJ"iP?əvΞ0O Erv֪w yW¾)˝ϣYs;9:'Q&xf:綰S P$Tmqol76 {s^Fjf}aROQ#\?Ctrs%o=@u :( /Bq {kDԲ.y4 *`ɴ-!xpǕ:9 фt1SN_ƾ{ +ɔXa>C8ÍTLVQKAܲ +0-E@^3/Q*u0n[4V<J]3)S0ˆ/q*Mն&q14i#Pj@ Xts0DikY5I{_*"ό /vfJ\qG~|(^rgu]+< % hB n&I~a&A`|/1\> -nYYk>\Y}xE4J{|j`%n(~[r)Z%fwh4]gi|\hΜ< R6\ݵ s*@%%Vhx" ?cbH8&w0FQ$Fp {X!&5fSy ;WzZyb#9C۟g4mx;0d]:RE6Ɏ(KBYWL.wAq%Ծ`Wy4;G,h em.=Hky~G)׻a={62k)-kSޟ6!*bEkFpUJFlūØ0ʹZ`(Ž\YٍJ~'<ϑOvހ/wU[pobenHw^4Y $H[bf̈9V|85 _NmB8TJaO'(H24Y9S4~AcJ33dF>ak䕑^*7bdQ3E4ɍ\r gQq$SY ) ^p:!N0)Hhn]B5jCD~)e:Mpq¤V* TI'L镁aTe9^3i̢p0NP;MK!Jp(Bi%gLeAKON~.'M$c;#yT&| ea= [|}<׍j'ÆpD۹uPȴ{zD:ҐY8PN+nR?^E'%3&7:6mG *gyUo`esRO%$Oo%m] {p,=x<$00ck'W-(IhIA-_Bv`8Z]MOwCeH%& *N*7y@b짾xdMYiJWnkB?9cCc2Ee='UGY<g= 鞏~zdE~N丿=p}%" IqB^ %qV ю RnvNhT:EhDDU" Φ i1~95Mtknh៚O2%,S!%X:  ~(SZr+0D_rv4"gSpeȔ0Aȝ=q8Yylc w7Ry8 ,U0G- x]PD<9 ";=&wn"G)x? ÐQGP"#Ȼ^Gd3" s 'R:o0a>}1\ jI ȷq+^#5.r/^dh^Ǵw`2WJM,|4-d`^B'w f}[|~$(wHڤ{ºs, xDӼ9l 6uO(oL'+O@?SkG -d+x=\:e-̀ D/!p9fӐ2X]GTn]5&g4Fi*JÁ_qnscfh뭠\VVM((k=yAvgWlj^@O$puI2XjH"rs| qa/ ڂ*rY%)55KBECێ;S&zj#˙hj_.ntR17.(j=q:;A7U"U?%?-ɻyߍ艶 -7/l2`7P6:ޡaճGG#EV<߆KbEE^*1 D5"E5FyysY.[PH _1";̕Ea;(PjYu~ž36,{2 :A(NwETZa@iX I,ġ*g.[R ,,F7Z\O+}6 2Nt&:XtaKN,os"Ϧnjv>vf9(OqCHsA]>@4L,Vߺ|RsCFoPs..tqiRjiD(,k(QA5kAXM:?^Db͊k9砚tiV5TN`4QMᯣ \a  &`v0LL.Ka9Et9`3Ð;WNԳ?Kѡ76]jP)B1 ^&Y/k(UBHslm}eO_œ՚ --/o&ȦBqy#q^@VȎ }Ѩ{6Qa$-05Nm=湐L3ZT@fo.ctDh|fE]T hQ(YQB%(k-vYjb8Ǻo%Fٲ'5 '6/nxf*N M ƽfN!] TOl!ًPxėE?=+׿dM~fySwUPbQ_mؾAZjfjxƊd#x]FϘstm;u?hR+Rg16ymMRo:8jںB0Ҹ y\T2t$/-r{Fb^z=WÕkpS+){g4ا|^¿?4P(X^LB& | 5Yo !s& kOXxɫ]|NM/ÿZP@evև rWƽԵr)(@bG_4,\QF_prүo:بVoe,fռwbPCd&3/8h/!}j݅yOSvI+_%Del^K{[IK ϖ =Q'gN=-f,@+gĨ^d=߀ze8H %n#C\Xb-fK˝@kF,HAbXcB7ΈB2I\Yt/t<p_Qi,}1=VKz%[sJ". J`MӪq>3_&iĠ%izv``l.Dڑ=+puȯֻкn~w#뇞*I_>M,lJr2fp҂%cq3(" gU.L R@A7㯾:"26U.<ՙ f;ѝoSQ@z=߆ůWs8_ˑT% -Ux=C.@n/rm3n o, mۓ'3D YTTvE&e&Z!wlZG&{ºBO/byycV ' {*s%%O8xl۸Mb> o_/+dP[i9L-?,ݠċFEZј f@X.'k0 YC8{#aO-YcFZk4"Ǚ-PP5o~^ oԱko՘CYxQ7Z*iUt==uvPv+u32fZ,[9PD+pk"zlR!`D Ddt؃՗.e@fP6'=&:[ҁ֧ Spo-I?m!h58q&\ a[N1 yGWpͰ ^}2rwD) ,b;-wPmbdW/^/3^g'5lt!b[=A,++̂NDy %H \e_ޝYkQ,ܴ}3)᝞"@6v$Hԏmל^ QC  I-u֖S6miDpF<$nE8Wye*V:cUHgqɜ)e:V*c19ßǹ4&ruc}}KЗ}z=;a K2'ꚂkQmi#E%]3jx𷞽,Y-5L| N΅ x]CyQy'[QGfdEzUYnƐB?pMZqH"X_ Y"MPZ"Fhc^x'vY³ Opqzz  !1 ?v#jg%# zm~~ͩ=E3[<pULuYpVq\N G0←X]>Rrx"9 lkuH;XM~.]"$'B,$8q }I[9 yG-K/􉿹2JKՈD,Ш_3S[R|GҊǐX %LY~䶵~Pflg8uS\&ZCXZ}4rR殺j6,pJwQnĈ(l``Iv?qQg CBV?Qr۲򏤸œ0Q B.rkz_+,poZEnR]QiZ`R}'_}?O=*\K4's<˗'>GsԘ~)l 3V3R%/iP^:dBk:=&d24 #-:E nq/rv'0F>ǷG!Ӥq5bk eSN'O}WoTT`ϨJ<6GzԮX $%m'n2vDTע./5:rƉa#'О*tI^^*^S)I}P׆{3&_QJDtǨ}V770wXs06t҇'zSA@)Iߛp6B%֗-.n6w],]Y.|?zt='1_NKd!$--ǘ3^!K~*RhR`1!_weyJaXa/n:=To37a4j9I[8>Ws~z?h*+J@ћ0qt=(1T.OѼrbt V/lP|迏$٫pD\Tn}|QaL l)chBL:Q)p1٦#؊9˯{Ү~ڂ6b h9 \Th^삵XNm^q>.TV3׫bTtvlvyPYd"H~wÕ$/Z߀}SGo”Z"FQ{U STx4L>h67uKB~fc]sLXdH `07ҴV)kGL%`D,ַs9rxڥn9iبK9{%q]v[(4o%Yv.Jώ{Zi&ZfZ,̈ 9$ yCA`B6*mo>5˯kg K?K)<1$.F|C3ŎK4 ĵyPhl\yk}7=zlOꥡPܟ5DH&.)c(5چS*nCp>`tfFʪ99vQR?~-ə*gIDfY)5j*Y VOo+"2 Y3G9Y8P)0>юyHr ]HbI_%N!?;j@/׻Ӷ]E3>h }yOnUR/jI4kK:@= {<6C 7Mv/y2wt(ē[G}!(rFAr~W+?1a[.?^m-( ¾6Oen|ckr~u y W%0K`_>}RWӠee=ywifH '8ZR"$BC2tI6XKKLij@GQVN"JY|  B$+0/dbʰdz6>Z~ehup 1J-_%[-GzC.Wˊa-XFdm/$b.#Ԗo=c}E~5XeseщkBDe0ZTbZ@5 #)2km{sӰυ<1?y.=6z{|#Ĺc7G9iRp-M! Q;+Vpqߑ9m&fʶ3Kf ;,|=ŠgPM<΋Ըh9mo󘦃KWe_H\#g pq{3O氈~?;p }[/Y4sw7+-O\ǻ@@CXKZ*v (sEes:gCl1t8&ObA_e123CW#mGAIF l cSn[ewaN|F|W4q NKSTNl 6 8s9HP2ȪhҸUoLW|7Wj򔆀&t#TZ8צUtBI] y&tì 7~IB ?h’-B6B!_ݬ J8bE8Jn<C3p:0M kZ4VuJ76mP,_֪GYj5_s>La-a63) G[3zuM1"~CBB|OV7/4_V 6w.3W S! ID4 hCq}wY8ܵXv|V!sCQM }hi$%(҂ `>[ҍU@hY>ɊU[KW6} P{]^:>&ʭ&g%ӉD^9<:/!p eXbaj10"$Ű2֤^d:Ěhz8 `7AvK9sp{6p;tx=,u(U9'w5⯘<OfmKq0 6󐵷uLY`YEa3#񚵂m=3B@hxY GLYK 6# uРоi{撚ٰb&2kµymE笻PA7+.ؑP0+9}(f6 V9ηżME [ϪeE] ťL:[WR@j&E 84D6% 77G*cHx_4eGtѼ ^MIc@<ևKۘcjx nbigxP"9/UlSk(wf?Zо2^x9vvdc%)-D$[VxCp3 ^5f-"avYݠޭ 2;ٹ܊ALVn!U=6*0Ywеx W7@BE܉j;$L?^x\#O&N /~gyyA^#![+4_&.U9C@)qPݰb]̀O+$uLȤ֟fFiw+=+,-)66xSʹ&=]kFJ? .~aHC j'ZvTTƏ#l΄ڶ~Oi]/y_|Gq[wo (v&>sFa}2I56\"&bNxRՃ5A?NOU3݃#.m!r{FY0-ב`AgĝM4,˙YӁ袀o6U{%lYпҡAu2.r K'V?\*H3l+% n3ŋݟ^MN!rU-7РmP?vX>2}++e:fZn"YNoM$J!vt } mC'`XĴ=*1svō9cViYf!) lRJ5s^x\ק>B(/+P)lYR2 >X #9YG/3e V5j23B̜w#vl>S˟~WJb-_rj)󯒣5߆R9?.WHs@Mύc .=O!vDpXHӽD ۻf#Mua4NW5-s8VSZ?vqE/[ 2Mrn8&OƐ*f&Nud{&*=H f,G_. O3RdB+s"ܗ\$U{"5`Iä*ȺX{xIE_x&ڰSl 8/5 z Ξ,/mv5 N\tXZ+l6ZK>Kv8*b&ҥ65$:dQr"^FîRZU8LLֵX^\ E@ puN`t`RftATr?dnz_<]gP9(?J6p79(zŬvR'TbEPr0;F*[rK†o7~u/7patus:\?YRuM4h;ONWt4J®7 S1iO>ٔ9zwz+=6P`EcDF&Fri+ڮd񽨖I踞CT$[S[Z]?h [@Ƃžf}]^c̽0{ KD/E8Hsn ctR(ޔOߩ }V/씅 08K1  oW2ޕAb64m %%Qn<24ꦌ|3¸ 7g;"Dtf7P.q{5YDᆈ(u=PK `7'6lErzw9,crKiȺWXVs}V p'"_0*Kbd85/z B@G+J@)TP䞹6 %Ղ[!'aI[eZ~J6Ke/p?3 ԙ1b6N̖Hǘ1ҴF\x2ۺ@.n>EëHڒθ}/qB ]7¤&؃cܥ lF$.QYK2%Buٹ@Sڴd.q{8N^{jH0N'| +6\R唓Q>-$KOKZ h̆u(7vD)T%DW=w-3,b]Z22N/LBYt )#U'@MΦZ;Z)ɡ(*ZJhd lg9J0`]S]2W&G^۩⋔a`8)pW9Ý+{^Dd{< ,ةGfcLlVZHuh?QXU%j^𻔵_Bm{|lU=m›CNxՏl&x!\%;Kj~S&*"V.Bqy0+v 4pz@Df2ȧzT0 */M@YDq [(z(G)#҃D$|u#X?zvK@0:n`T` 7KAc誊*{q#iۦ(J6T/V_N-r&9E#^ XNj<7iyP-\NKŶed )pkC67sOqFi^3l@ 5! NvrfH^9&h(&!֠[p]yY j|j'$"[?BAbhUgJ\o{VM/7ݕF[@Gud%| 4*x~[a^Y͡aJ25)z)E2QdH-N PR 94NDۺɢӄҮ Tw[tr+ [}DrN3,By!s =LTiQj +Gtc~}ʝQnqNUp\}1fNy,:X(.hU`wr&^i@'eMϘ~8^݄5,)z] 1$sY.A:l eijX(1l=@ՔywۥYd7l~#a 1y?f)reܔp*ƊQXu#C>ӻG׼Tu#|oݱgAPTQc:Zv"WtE rRĺn?5M^!CIW>d'R +wMH ѱRXƣ!8$8.i˅ ~JbUt#M{stlLnx?R=//4Z2")Ǹ Z2e J o.oaR H$Ǎ #ZNH΢p Bbrs 121y?A>(mA=AUc)?*1DD9Mz5N) XނvW{ҩ:J =%^uAVRC<]m]Jz5'}$j͠cVQpau&}v<)1X({927黼#7lLԎ]<H:$`ɕ #PU*O+iIXh<6 7f5˴#Ru #}&4>"C4wC_[9ݡILHn{7upȚ]=-wx#DԱ A|p jԔ'R^vQObQx= Lhe乂7S;B'ȔVPO'au\3[-r<zf^! Ew:Q r?\bc&ǒ`sȏW>؄tYI$2з^,:fkq8m''%;`O2 ,wԿVŦh>ZTLG[kܶ&-nB%Z5v\uJ^ۀV]Wb#Á0|=KlwyOi唺aTT\Kjg=nRNR;zҧgW0=p %,ҽ+7_h/.6diL5cm_: UV@㔒s©VY8XcGj>.1082Ϩo룿l{ A A+Նbĕprd"DMEXFrPR:F&nyhO \Nോ+yĩ+DhUJ3MjN3d6v(6KLq6%ƪv\$vNDY:9l熔^.Y+aPKIBA+?]'#8/=gr,f4 1n$Ax=IIޕ/ ^~%obu^ ]ώʧ˔OI1GO=a<*[j[MRsP2l{3֨4VBva aP7[ޠ_Rxr&9E aI:.Fe|"6!w'L2Ư1H'O* { dˇ"$E !09(S4em F@7N]*ӭq\̐PQ%5oͿ.̠̀loq^%:-3a7+fb:ùڏ6-g{N~A`ыLٞہ)arRp`^ lZqPQc6Q SKao$|6h I nBYSXx"$hO+-|O'ms/M"Gh}ւAyf9=3G߉r@NKۥ;Ƴ39nIQjr!+r$ S0?i6/]gBR@8'dZ q6k>%`s9SآzaWAKeiXKtx,h5qn= 0ݼlogJǍJ?g!?9''dRHP@%@m q^*C*m.eزhf Wj'ΤT+H?`VR)WÆa4a-ϙȿ/_'&{'gǠX ?v."!* sP}!Lwq%(wUS,! RI_=&!^~`TA~3M^0x41Djq4t1%"oqlW[E V6}ɴ&(1st3 c.`H=3(jhYxw$QʬM= &пb/LVp|j@ոϩSbZ|-mnzz Y) _cdC yŔY67jyPօUPI+}9D2hQk,O*_@ T ]owW MhjgJRbCy'g-•*g0ҏ4xY#Osz߈{L ;a$J0`mO$ ޚ &-D# }`ڠ5 f1a -I~-[;H=Wnߡ %M$ЈۦYQ$sZV,cE{8s[VA)b^/4|0+6ētxx;9qg+o6|UwZ8ujxyg ] +/"05'~SE^$A3}gU`ONH+Buz+d(l 96ڠ׉u r#^B#;Q[M_2>[KVrj@2Ԛht wV_W/%<Ð@=G{|ɐ2md܈Y8\._iyZ#L4ZD/i>9#kVxyI8/k+% [ΏcZ_-ʯ|Yy׎;=Ba?}2ۥ9a3b"Cwo{ BE >ۨ&!I) gH *< > ꡶a}TQ!# P(g|zqʆYX j5fAGNm3]4,%h*~Hi^Bz"[`x!vfCq15OfamTi%U(aK3f9zIK٣u˧Ą]ޕLdsx\ Y m\lReCpJN ?@,n=MT*iYQ'pgoRTs6.ȑOSSd,7BeIjIզvrOy\a0E.+(^@z |'L'G'[/"}=(x*-ȫ2%G퉫7--}d"J7N7ULlOXJ4j`/9;_wAo?;ڙ&vbGbzE e'8q܂ewRCW̍kCdx(ܪDzo-eQ><%284Τ_E\%=C+~8*sC,B$O7X@Ƌ|ʇ W6|\UHjv1J#K5=t%8 &AE.9,.7Y8^.iO|w<&҆p_c}agŠ<sbzfA4Kqj)15:K3$n{[ nڭp@h,Qh uq iɠrR%3R,:OɣG@uɋ#yRL=ܘ"dG0<{fJ#ʓ(u C*?clUg kWvO\Cczp =l\/uel{'WFYIͺa*2/\Ƽ{*u Aw[]NUl",R*-~lN%kJ!RTV}\qf*I9Ecg8Ϗ BZĉ#t™#ep*܇(v 1Y~i!mWp0uAL"1rϸ9(ouk/F Vi{uهYJYf`TWP\љe>R4eb ߮il'Y9;EF}x, 3 '✜?GA`S0ĩa[T$b,YOvdV- GfSt@ "t GG3)CܗH滻* wVh`fuOȗsP؝mG`ć7 seR`XHj/k1o!8$l񡷚4V⚔ u~'fP6`i{X"8&2,k6ls[O q=&Wlk_q9B5I,mBJT鋝BgrXZ}#EInq/ŭC0[%IG=wM󀺞гiG!ĕ󱃨ш=*q:BQX4ޟsݧ!+ V(7k+oD+*Bwꃔ\W$ +j4z’`2_UDhàbo;mn=:˗Vi{dg{` T;Y2V#Q^>%21%㼎ZMsӷD۹tVHA1:mC:a> k G׫l[ /ǁ`~:cV:FGӉF9}i8m(kDNj~D5-m}5&QKPvH&,~v}95̼-zPfaeu谽# Rn'^ jV\ci 'i"'^욣Jf!z;[,հvZSprû:W+ L zJ#(8Z cI]J,Rs@V1U Kp"_-aMT7BRJ)鉘'Kڔ_weS~hSW|;!ur.dn 3IHKjI3<|keۨNZӎ:=nP3aFp0h:NX9*'*1@kxg$.HhB5ֵվ$L4Dsvl M+lW>&Lvj(`Cnf}VQTxٱ-eOpɶzf'FR/N^p.nZx6mqZNQЗH&xI6ѯQ9w}!2kXr%ϾU^vCߡK1G9c.1"fyA. CU<1 2&CNRƽ<" o,{b?J4)VXB*NEXeN\wgr#3W2(Eͨ՛{BhIRZ85[dbr"~LW~. M }ϭcA!Q$=JqYh<HÄV^ݔ|iR֬\EMv+JcfGҎПWHgU#_gR*eOKz kk/0`Pylb7$Fc2nͦzu":7 /xE1Ve;cbP@95ZשnZ h1:He&+jOC^<£R3*yrkAA3r_E(HݮwP\pJyWcy T} =-Q }_x~ݳ*\I ڇ($;yˆ^pLeb y@ptq`j[$=M=zi}N/ }5)g%4ގPp(5waт9 Z] %C3[hl.+Ƶzt WX2/WWd29I=[\7RN oy C.`RzNblmyC.V=['5[5m5@h%lp]n~i>ٹY@6zCyX&a$RM5 6pX6_SD:`G: |z" 5$acȫGQ}py 3C+RFק[l* 9+(,CVo_r38Bާ{tM{~I>rn`Kqm -p=6xI}`/- clt&2$ 9PHq(`Fqw[h::ې4 o0W:fڏ} ḑ IMx-zePmdb\i%E*Շo!e]A쭁8_RdNQao|.069hb|mpA;IڍPD WtHJW[ n x'_ 4jf]Ayzb4ۃ쭚LQIy?Œ 0Ifq2ug V>I$ ynf \]I}(kf>.tUߊp<#2OQ$jF|"AtZղA0wkWU)J2WJD mIyLф.X$F~"!hU)Y*¸S]PD+P ^~Ո D%43v;U{kR@Y U!cS|'Cn \GI;9 S PJ[BYc{}yȥ:ɋ᫣}FaO5@,_$G&4*%/#&N.Q au`s.8iI5PmB96M^7j&g`0Zj8Z yy=Py(4ʸ_``@7 ;h\mWk+[*/aIm'U|\*OdօO P& {l/$ #{LOnF!KlU̫"HvCx]H1\-KqF}e 7.qxB:ͷKG'lrRA{i3sÞ6Kky~9 ;[$:R`ߺ`Y:qydx[D@gX\y pTjM-q#_Zu$>66L34(*%!{BM&5N1dTPR왴]RIm`3۾]#͕6Nku|w1/yNKxnA6潞жG2Α!W&a4^< k[eדp#hr>[`Emg05%%I9wY@wAfB pM 9i&YGO!mIпFfh:MbiIZNkkGi\0}~(ܓ3^Ԛswߤev_ sSQG8.{yEJlU(rI-@ٴZST9 v"J\i^2FJ[kOBd'H@9~yq E7W49YD6Iv%kXw8kM4ĉں%93xib=P_K(0{2A6Ftp>Mκ h8ӏ$I͚$@A5{-bp<7״WJQ{֧U`=V[ˡd Sh5Cf݂9hv ,r 1Rmmh_Xt[\ ,AB%H1 V$ ly|Kc ̥٦TR Q֏KPאxZkb6dZK}Gɐeͽo/+%$k6g{wEbS؝}#LV}b|FHgkOChC'vŚ!˧mFMaӣU4366lۆstY3`|*;o'{t'LA]* $CFz''wHIjyS_z5hD9[w Ц۹ ˢ =>n 9aiߍgcE:&֓831 R vz G [',wyO!T<7RnU|GdǂݏWBe6>P ̎fDϣ.A?4{+ZtQ jq"~,v\pG?U~AE\9zW=۫3 [I o|I-왊y{B5"_{CNG8S[B{u !w@ӾKzpͩSm,\#gw-w>Oʩ;a);9oΔAHDoxM!sG0'R|pEχL#;b~u^gٞ>pLr].ɝ .^t ^0{gcи ޖީ74\2s?q\6yKLc]#V]EEdy:k)Ah;u?QIڅs8͸hV $AQ_|?INImb8š2u,ES^t#sȨΊ>ٶM3pSCyI+y ۝3FЪ.:K@σ+Ėm^uѰ;F;kI(^KZwujc釋&Oަnlpe?wݚ)L]:32G# L+mbNrw9DmK\q_X.M$DG6 ɏY31MU3z,֧|7(a/2,!qYci Fvhn;hm=(86Y13en.^`|n~6akm'N9wZhT7CaU>j.YG//6':`oΓ@ 0<.tʴ| ̟4-eD=!؉~v|R]:p()"P$t``{`F>?yyޘ#ҕ[j+ӉRτ|; &Y\AIMiz4Ps4 gu7aBVi Y!`iH(q:n7Ikaغ2jJ*!-^{̣,X}$QL]auSU@("*Hκ}?fX/m rY.!7Cƻ;6.-^Vh-zs[0Uu-Y_ČqAv_dڙ[hm`moO65õ5BO tJ-\YQQc6xV0L9x/K{z*}YfK%eG>~2}QȑT;]zǙ "E*C) T=+NY-,şHRh<Lj`AjQ<]‹5Ti7[Ԅ#m|߆@.19U&}ڂj_UgWPbX=iU ba0 N tQILB?fQacqy0ߍii)\Wګ~.MҶ(s]oB&,0q}yM)Teu^E4|r=@}MaCK}vhY#$+ۻ(+_;°0! D>M-Dr ![y:G,},ɿGJީG>yfGώ!M~K˜_#P(qǀYBL?s*3hX>rav=C eW8{]&w:d?߯=uyI"M1y1Y5U\/0WXg&'Q*1n,LpXίu?U Z[p.zv`Q@F>sZĀWqoފ"TEn Y1i+ֲpWҔ:)r2~AEnWҗM=+d{#aJOlE&u3 +1z5ifPU~/?Ldjw:4XGyPEa5:ẒN~y¤-y Ov.xO=Pze(f碧ontZ dvXh 1-'͍߁ wS5.7Ve/zWzWrɋ81*zQQnOy-q1 +ۍ$Q%&_fC8>YlDO};O/1^2WToM`K$)w !ƑRLR NЩrw-r5]iȟ.i823ۤ\S/wuR{U[ l$ B˱82((yek;ÿL\<17' cVqbLooATf仱ݧcE6i™a;Vc-mf)7*n(MJ235VCm̳r˚avΫ%]qI{_}j.|7靿Q/76V/' 3M Jjt.Dve G\XgN>h9dlh֝U%ȈbƱ32 35C]@δ|0WkU҈toknla5] Uv̥Dl$ļbHE?-H0)FIԌKH>ڏdRo-R7Fi̝T`sj Q'{Un6{1ha R2ڵ{`ѐKZт #jydYp-_>:]hftrA+=/[wKW f0Z,o^UG6aN\[+j{{8(t)?Z<y3*᫅RWCd0Lv^> 7l$ B8žڻ;H4`Gq2d׋|PL 3l}Yy(Ge?Q?"?9P?iM8x4oTx+U2Fpӡ:04zHJnAo{~z '!hH@tZ~NWhl1Û(1.mFO\$!i62>Q̃%Ul-†VRpDz_|fhC8&-;`W&93\hᒑ<0=,ŗjA+UR=b2NÕvܔdqWo~:3+?X‚ª!.brƁv=MMT *N cBeR5n#Fd;9QH4Wv4Iԗ(ʊ5CGE*pw0$8(34.)hO~w}{ DS-slcUbu80,_;G aPnL8cv':uU;|[Q _}"E~*.7)l TJgU]D+(b7e (Rr|ɴ(sۢ?z+f/r]ҾFI~tsE uIܲ:CzB.@a+%pV20UjriBA.NۻleNDdNxN5وgC^> 8%jyUP]}@},rb/$%x5E.D|BbOcw9Tm"h0BMҳ@ kDZ( 8(u&! {Mp~Xx[ a\tlɾt7M7 CNZw:Žl4[_.)5^dy~l*^l-G-6ӽJbg[jB-w_O(IفRΊKKKŠ _1炦S.KW QpӦa77ÒN|JL-Ъv! UUY:)D!%0M?&ӎy҈@?FG;Hݞh_<\^^ПC+ڊejRkdZ޺=Ɣ무ki`wm>Op< $"b8ڪ똪m]#\!t'kdE^tAR'qme87@(&R4"SU1 x 3ܧXiU~.e.g_8LƻGhQdyk^^'~}'a«~Cn`h6^nqMe".K[{:{,*8>rmAU*\13 Br:>ML@)m#72#?1(g7rK-~C!]@r[ 튺/-f1nc$ ߣYi8H;(R'a]@={U>b@6z;8lC!\Hۮ 3]gFA?Fd]3} Aba(6dqObN"ն &a|)6H,Ś;aǚ+GnO^Qlٙ[J>OCC]l J*p-aڱs!n\:o[r[@2Ɔ" ck4[oiƓ8S:¨Mh"v4vAXQ .o :'.ޔ5~=`#Yq{6u]_Z%Fr@5T=u77@ieOϠikhT^y:j uVѽo ǯAPePd 3W hP&1#_oR_2;c\Oc{Io˳_ہ3]?¬˥tÂ~B$tuJ(H |y³)'B] GıcrZ~j/ES!Kvfؓҧ2Wt|_`ĸ8| ͓$tRwQ' MB&TМíIhf=/P3>j&pė'6iߞݯH!C ﰜ~٦%fZX2~..ܱ"vrTG,O RU#CQ(llݫ =IVz^$Q4xD3Y1Jlj-uhU&]6X *R307a e:[="0ni)-)xP6Ь{fDɲOuFNZ:ɷ甉n?ܥo_(B̎$ Iq07Jp~<6 g\vj.A#x|x6~P9i! :L#\|؍>l|6X@ΰeF ; a4{pىتa!`8Yyqaֈ #J!9>"U]Dd;׺s>]aK}ڕ^F`߬E 'Gp3Цip5>Ågm0O+޳p@ƹjYU2q4Lqb 7.3BLG*Trk)0+j1} tS0ULjn,?}"MY4xx*Uj$8Z!s>pMsw<2z"w$!:e)n˓^:ch5g =qYIƻY+ks50(ӬH3nIϬ ([h316ܫr;'*uDbx2!ń5JY$vig 9+3meD\YFM%.M| O8 `증:.@|gG]o.4tģ-RM!7=FZg5eb~nimgcjL`pPdF5=f铘$aS2v{= !s<x6,3^ћ?ь qל)Loߢ,hѤ0x);cmͅ'j{ vzРfFN1@hN%Y3ڈF#~6l=HY QJ A\|-JBSq(Es\۵l51梦ZzKWl$'(OIQ)fS$Ӑ/檶G|RVApæn4ݰCh}'qvom YT؅GιozE)d,<>$XȽ\ߛrnJe*脇ł[4b s)*W#US]|G5ٞm) Rwe^`E5-~bT&ԵNOu֥ʔ(LiTNONC*@'ze{mus2ȭl ["k,; ^>Brkꈾʋr[ي$)D=g;)'d "Ra_[96.ڃqʏ<|#śVuc|';鴨Yf[B섀A hBNןQf/SKܦ2aYX&r5Mcjw$@E]NEQ-gj8 |W žU ٤ .7ST}mhr[5 I_g],(58~Z=Ut)Rv8.}`F^d0MX k?ȍ{aUiÅĎѰZBי" S-%1\>Q4@6wjś烪>lX;pm3[vŴ(HRٻ>3ͬ.kAړ[BցMJO~P6>2=j-WӔle oS꣙-, ޑ{xD&_|{^&v7Ƈw|4trAΪ:p'0VR,s7ޭ5)Bz"Rǚ=`eNNxҩ4Sm~&!axnM@+dUd? }L5EG݊yCؤm&j#:4ѭ 8yOrEZ5Sl7CβF(d ~D8kASGgΤqqz94$N_]}b)yΤ7@8 #3B0}q|""U8JV|t4zL3/[iɖM,DLqBjtQ(L +TʊV .tfe?j|}PӃn1Nߏ Y3|tMQ:0g6 MbXvL=Zeܗfr>% 3coEf:{f02s&b"Ǩhx70>ح"*N%\'ؖtK:|U?.BvLKYF}Xd)e%$Whʟ; ̀F5G\NO19{+9TL(0 #G $7 z hka;jGJπw>.f!iR\v?++MM7Zء`M 8E!*OhÇ;Tk˽0xu$s# ,%nRZf<27/x,m^[{ȡQ/Jb}!o=^}6 _f@L/ |`Z 'H9(X)A'{cv!X),D$D2 E 'Pkaz()t-sy9Mw۫yaPuTsJ:&sF(mnM:N` 5'ӹX p͗1^C-x]:>,r8Uu&5SmV76k~OMp{|m'ž{pQW[9%4+e63IP`:@rl Tŕ.||9 }bE6T26YYhL -cd[ s;wa7I?\U*`VIv4 J06N"2n=!r[:BWY/lp0i3pj,gn:{')8%:AP3OݍP(_, v Y7-WG53 IdVo_}x.8SS-{ptB&_4:VO`f  Ok"& "zbj(t,.I:]!'+{dQ ̫{$QwKډZ F=aU}iR\E`_^bkFO uOAKp7(ͷZrFY>`j\B!>[lYRbز/8- a\6+Η?F{z\\s,0?ٍ:[L`7sSFxfٱ']Fdv'^7;\͜}罀)ZlKmiw37km%#5h#3| QYfreamE:K yLBq?<)ܡlba k0e&. gۑN]+iN‰x<@Jm>/n슶&Pղ֒h0eC>׀Š/{k <.9їmühn0, b˲2oφ+JR04әo%P^ĻFN! {.^"na~/(yN{_Rnj5Bv`YO"8~j#`6ك.T n[aqJͪM EJpɟ<ߒ4X>N~L"]I|:iOi]q6'%Tg#cY{[_oD;qb'[_C0:NR八Ykc7´%SՖ;ܞo<=:m:q.uTUk-cKHQpUzsMV޻Grm U熄"t"G1msٟh)qЬ,'X "C?$wKto4nG`Qy:˒DcUHg>,^mMqK{򸋚hT$R 4?v~SpK73/նDcd6ky~P<g{lPޯ;"uA%ڶO qXI!M 9CWȼ1%ؤ;-ɁZ)Y54POjdMnr}8 9"X(`d}6jQr>/ U[=n$r׍S<,ǬIZ{(Tx}ʡF%#ɔgsaֹ+J-t3κ#IbQhƨr/XIt9 0Еp\(dYttǾ Ӻ:?$n5V,ƍWRPx1;ò5g4۽S)c#ir@^Qk]14~]-`==";G!j4ZLu벞V}ci}` yѝt0XUe.^a뻦Psf[!եDs}rmDYFeDV@k0Zk黋h`(jswU^:m/X V֐I?(ͲKua)FȘ?Kİ>WkWh|Fwˈn ~Ҁ;EN*;r0HdSeg̹z5fFFVEP?mAIRv3%?`J^q3gJZuA+g:S}S<ͳ4WhJ8`Bhv̨] bݭ*.'9AF "zܮK[u!$0'҂nPr] Pm~9!DPH,YlȧZ6_"ϕtb/o ~$;s!hr m û\ՙa*xtQxȺ p0+}AA*˯̏5AVыRiڍJՐSKnMQpB2QkϏOQkaWaV#j6)3 {E˛O&\8hgp> W!%=>EVs-4Ğ,|@>+$ӧ:9Yy9ScxJ; 9˱ i_g3:L=711 6ÅKY}pIbd_3VX^ XH4Zp.iY2GJ}1:78hAD},f hVZDO gOIyent ɫ #Hh<$"ʧCRi3 ,y#!o)wKLSfИ |<.q&侉7|JXmH+Xy{K-{7>5+I-`MђfH wXOY@A,fyzuþ2"zX#AfkFiIwPpJ$qtܬ>A|5UDXJ|*݃MF_}BN1y[y=ŋFΣN\f3%?"]YR~4ݪL)J_%q펂bN 9B}Abuڼ%MM dg$X^,@,Y;<]t}m CR3Cy@Ʊ"[R'R?m:[C 1&6M{yuѦa:k̩(ֲ~.59;Yj$Q~YknMexC)sbл4||n`>r5hw[Ijq_- $S^ǔ\ie>#:)y;qvl[qHzg#c`3 &T#\kAt,GwԱ j9֟+,նڃ`%y_OHar|Eqy9k%ƺQ-Sb̓Ǖ0F\khɶĜ3 W&)+`t<CC_)gg=<]`ci ﮃ`_=ᔒ⦭BBa;tL dۘc[@z%m xeXtٸ.OibdZކק[/>ƚe Só"h#SDWK&RRl9LZk1xUk),K6gz;0Mp̧X^tBRM5a )_ ֯PBoV[\bOY*Nُ +ΩfFu99C,kV1ЂID+҃Unk^ Е8!{[ aє=yޣۺ6E RW$L8ɮt0\;\qȭqPK_3tڦ7H@`A {rsZeBv.!0w?vwBB }|s .]!Y{_󆮙5+h-s@5 6GtL40vf?U\Ʀ<10|-U?6oNz &Gnoُo U•d@k4n/BYHb,yR0(ILwv.!9M\Ld>*Pl~֌qpn!T>!1akYp`4mfQ%7SWdx(v+PfzCqJ@O38)bbF#jzp+o"?$N>Gr[ zs_`GߋrVoU6 ֓V$[n oȅOƦ~S+w# g2h::}2ð(#ܔGzVC-ll@8XFEڟ)/r~-i)!is{ BZ+F첓5J~$;&^umpcJEˏ*&8ONXNjY~~ɉ4AᙺF UJq"8]6$L[ϬxESe"KV*"_{AQ /IQY49ܫU#]Ɇ 8wJk;q$ ԙuX%뱺tŹ[dׂx I+q R$’dog+2٠Y5!*~Vj缯?H$#wxgJ:%:fH&Rũ$ Ne"ȨIB]xʻ$HZ`ݜ낞BDrΓކy,A')| "W D}C|9",Dd**_ pNaz$!hVYcM b5]VVZ0I+}߻.= p[q9`s CضJŴǔsd/Y@k`12zw_7P'&\%U+28C_`@8՞ek1OX*_j%!)rlzHu52@ZM\t W5D6ؔhV+陓Q 2iZ ʔ/sukPщ$h7,7Sݮ2{UJPJa6$ 1ոdq6㘛oȆFk 䢏"v|xɩ ܐ X,6-V=C ESDx79*9Np2VRP9E'$L:kH:2f&"i*\9MYU_7 m`l hi^r [>Ptu$_p;u0 % ғ99'<~xH}ldH*\!d,'pS4C:f XӵE_ ˌSJw*Ahj և"8 !m <0 ldb?@߹9(1,!(ϟ1v<`1Ĵ5d'"|Z 'k:Q`K[ >lNx*[4;Ja=~8g^O]GQw;9tubwb :@L 0.V@z+-(S1S@ddZWx9iRlHN'c  UGyAo_4wKRݸ |"@z@*amxç(!ur#) ַ~ħhUBZmSuۣkJqUMN{v"kd%Kc!}==^䥤oo,]WS~p?5)g.pv(yx41Q#SŢ M{jljTE &fĄ!aD4 VХZtB?&Ho?HB' Vxi]kg|;&_79ʩ#Zy*}51sw [rgrǻ&ZpcI@fY|=V8}qn]( jHf/<@ҚJ*eR$$mI ](}I&VѬȗ=Y oPձD 3Pc"t`iVjۧì] 6rkhLd F9 IvB5xNq0;#7WaUџ9/l_Q0w$w:nSٷd Sn5 L8(:櫣T?k!5޲;q\KY~ ޔ|Gt-ÒHe2vT y$1ҍ,m9f/A %VaB[1 3QhU% aSDW jVoJ(ULH3MɏL'aY0N4S-;L1 {~t̳(ԣ`3(@R,t+P*F76;˯h@oPC+ن!3`R/ Ԃ&Mp" BV6Ž:P\S>MbZP?нKK c:BXs.kM<~r7{PC[aÌ2Je7ֺHupQT-"__PjbHr]|UV$<ʐnNSoϔpvZ5$Ԍ5}g \7ȑ HKkIr(N0,i* j18!!WSpܔ ȻZR%VꞒ6jB&V.RF7De 7+r. eg7 { VfySMcRnɮ{ g_4*`'?dI;Vg ˉQtRmVC*Hnz"ͭV51 M lp<mFomoo:(0!Na<0 BbR3xG'940GAQ 'HiXb>**| |/-ЇƋlVpUUf>0ݥMLd4ly>dPxkؘmViZʒ6V"6xɀ)S`?71egC XQ>FHPf0ːrжM·: &4Ơ]<5ܞ5b >f yyXbp5tϠ-䷃~nI!͛V?R3uJ~/Ye?SvŲ&k9[GwX-$FP.3<:] (Co~zhS:P 1lO}jqiU=C2/bv!epnrLF_8{Dztv6-D U8[7po8~͐ !T@N}}\cb p QT3ҴOtn _M^nKЍıMBC,!߶FG ac+~>ܪZ&Kցi^H T67Վّ̹K(c% Ђ;o=HH >,\D 9,99gIKK3N_)SecDG`[qrob<9MdM̝>oNA$?UL #s֔C+z'xz[4@ɨlz ~|#N*̬h׎QqM3<rnacaʕ8wzm/K@>E KBRrۢAoShxpYn9Ǖ^݁?|^w"o:yakRܠIQT'Y-@ӔGt(!缶B$Trh$8\Js֡В͈,˴ ?:lԯ֗zjbz|dbBI+5̿ Q ΤeG²k$9睨U'DhDȹxͥXJ;D%: 15{Ydbc23;nŠ*A^Gm)3a`tEp桃Ld..{ -wD0egToQ/t[<*4kӖ1<|9={;[!7[¼ '-<疖ԲwAvQ(@޶ޠfec =*nӽz?x@Ε8m0ĮMUOE  M1FB𷋔Cs`@>P0uXj4m~L6b8׵hd+)d3z ]3yjTc0&LL;U\jWZGD*kbݶQЍ#8>ϫRцcI[* @Xi SxHr5HDž7s{xЭ`ZV{o;YK2jڭ͞@IMqf. R:De7E&= Fb4Ss(#]Q >n0yr}WEnJ$7EԾ!y]ndWiP2[5OTYo`(d%ģ9rylW:(SRdæ9sFuú].Q'+lE@|u6xqjQ$:}]).Ce ԤkDp6켆^"{*c`_EdT֪V:A%߂ۦf7e yh1rp0+̂׭lsGc6bp^a:߮*xDΆH0o]̷(& U0)ǪƐ` 1&܋<|zՙuz;UDb^ȔhVYmt?1UD1hR!Cɔp{`? 7jF}˶ 1%~4Y/L5Bd*ilE 5{s򩟐:ɒU#Ej:W$6Ghwo:?lXb}sEͽ,S?Hʿmmss|Qδ{,!U1q4 S܋|V;E*?0=pgi2go`l6}G9[ܶQilpgH5>3RdzFķGhRnt.i:)A#nypeC< Rڂj!l^r\:_8YR,}X=#}Ȏnx#lq ș*.c0誧v9I̐V@c=EXR5CoEuq+ezOh,jM.Q}T1}9_AIc?iᅊ3N[ ЕmQ=KxO(HwƄ1C8^)Dˍѕd+rdSѱ2'sտ4uZiz@P/TB';SC 5!l|X=srLaZ$A||C Z~ll%~`|n:ꧏ]}IiXh w46 SyRr}sTkڙ֬n&* "9ktY! ?7żޗHiI캶[ReyX еLAZ *o퐫V$Vcl|l T>t2ڬc T3QE I;捝~5 iZYܽ9́Hy% h%p g~g-s`]$k60m?' sMb7&1"[cl J4 pkPA!4/QPWL&rbm쓾 e T)拨"]rqK4cC8N_U 8˹!c_6C;@1q%C7ˉVTr0I L\DǻZ͉_JNܥpKID`[@6cTflY30dK |rh \3(8<QsBN;k)ȝ Z|Σ pˏR W5)ţM:;J{T0l\1>=SkmykP0ydd+2 (ܤ1ވ-+SGTvIZ0S[CMnalh$ o*A7aXZu>Ʈ?JQɩ w/c] o :rh58<Os9xC8ZbLd n]#MHC2Uj1f|M-aX,|,MZ9l]L$[r%R$A;Sf?KJ<8HԈxgb.> $ Z#DzK%~WFPV'WP*8q/B6}0erT55/ ަ:2Wj*{|M\ DfE%A_MxrH?O`uU~R0|U$U,<؆>JX@MrD+<ԝgi):VSԹhu#W{qz vӁBoy`NemUarV.;@o!D0Ԥ,so :6:h"q#t\0tL+]x$40z9 8[~luۻp4Қl?쎮V=L`9جK؅k{Nw+\^rÚ7x ~2+ot4YX1H3 Pا[c;0TdTJɲNlaG Zԛgy+j>(&.+9) t4D%UYތ! 5>.hc]q>%DcSM{rrV*;*Xx3^v8MdM26;d,ѱKJ,naІȥpGY38yօ b=| JK[JOF%B`EnP3P';\_,0H6kFݭAsQԘz%Ė)9Δq(١y籀\;ڊoyW`eXRd$Jeo52-+IXmjHv 㹋\{ye~^yes&Bc_n[-uc4b %9PUt@E"[ȗ&m8o\'W-0zUUzȀ6%iÜG%XׂA}GeȆ&r!ؤAI~ 6g,)[0p۬R^ƫkuѠQ|CA"t' F|.e}kH*[j2q<5"aĄ c-`};OPcdjY KI"SZHш`Ѹ,)BW~_ٴxWe),nNyQ,L\s:YT̯Wʎ EpamE#9HsMK#g}H*Ǧ__1ӓRC2n4cֈRP^UPBkfAQE kj2G{ ikЬ) +oC@ <"jgT+ܳTu\Gd9^_u]ޚayNQ8u䞺.]V6:׍7ĘdexKASgn}3蟅,M"crlɭ)-'e;'_,x5F%a]b؋t&tWq+#G>Gzrkr %w3q/  6ZihSъ5d A6Cck$٩54l;_.I v;O׏|Ur/шecup/(s]T/[^Z} 4L׎pZXɷ" i'(5⯕U`;2eQR-*%Wy*X`!i=3Aֶ5;Jj% =SBch)gذ{WoV_o(!Jm_J厐O2t3(Fnmb PX2O@͞<hS{ov[k1v(½JWkA pIID'lDPL-aO[9{>) 3>ЄXZW"?Er#/w(Z˘qxD|(=FGjPc\pzȕQٕ OG`K{IX*ŊWvbL!КQJZds Za^H8P|v8XH4R`mѽ;Y BX-pł뚕ةܢ}#&¢^\GѾ8\t(z<j*Pa_+pH3Wͬ!P N|QlG<s[լCLҞ0Ф`<)-1w_F)b5 [=jkT:ςD3үHuA Q~b?pIHmDCxJ(''6~SqУ߼H5zm(KFh\ !fmvy!;}ƴtgKaO"jhM;V`~1Pˍe$mPw;'5QLA3:>116k6:@ 񇤈J 7+-y;Èqjٵ>HG#`>}r >b!%-|`i :3vGQgarJt[G_C E=0K{ټbVxB| ulO񀔉?ZmjpQ%a𦽶8/;u@BM .m oCt=3o#F8kQ;$-rUIhM^F3YĨh@Et5xQZG |x"b)jvS])C-B=_27&TBOs3.{wנU+1.-\(W2i-k:vԊXt/OvdUE&VX v `:Nc@!yIO VJFkkqKŭ*P/sOKlipZ1oY>N`W܆V":ւ,qhF(.Um"eHm|l4 W^/mPL>:ᆼ^1~Q2'R5jأ<ܛNMPxb04k=%4E+ŮXٚID` @nj#o,ZHqDq][TM: SwxyS\,Ĩ$ soljcp4 E[HR@`w1G̬A=(U3]W C=77*kr }_Eb ,u.|,MBX#Bg=l_kI (c;*?Pi7^N|k%rodIn$ϰXy SNS`9ʳVneFX C?ۜLM00M)R\A݀ӢU/>RQ%m ͝vH +jbGyN ~PlVY1Ieר1Ǫ9E|?ŝ$綌W3O1\p)Ь}j[C5|K M-#fsEdhā663`,S ^ˤGxDi'8et$W#_]քnQb`ma<GmҲCG ![񲥏lG}:/Ul9#"@ἇځQW0s wu,u͙Da#6kIj7< "Ip(Y,p{D;nG7v+1RX5R^ibdଝEG _@qQ!yVQk#lV BdfqVԂUjgځ*Ud7 g 07{KZNxg8KQgFō&.ڟNp84+(=@dlSxd||Ye^YVN|2,N+Zc`c51&?b.+Cfb- iotoz{^ϳ]G(rQ2h+WaI"lH^}hnwޥB55K߸̹l{d|8r체fh4Y&-c(4R! A|!`a/n@͛;{n*JX s_>ˢ.=Ӫp}.ֻRaZRGSL!t>(o|#,$2)Fctg+Oy|ϡ}A\V@DhL^yܘ]ƷNxhV3jon\̣YyJ8c_i("vLb3$^%L)m]m1"B(w|?鼇(vg*3^OwZ?3pb1=]ۊ6ګP1ƧE Ӄ#a؋xKTx~eq$yHmۇ0>>[Ĉ x/-[s79 ` A-4QiID̄:4k,X,T/͏#mD@{[O{/&z|$b\‡#gK~6L^iiH@H3r2r;M7LystZ~v~)NfpqG鿦 6,=aްpUQ q3N \AOeC>!O0u '#k |[zڱ^N*ٯI?lf6"]KuN{ SL:-^U0#>HDF ous<$˵э/@=$1.ʯdciA|{P\G@ɤ)V&iה+j2tNK,CGTkd^VcD(^4QsIxhR{#1)2 & GNj@DMMRnkZK +*CےuQ\\TRl0vqEMce:ÎYvVe+fRvݪ_%v=h>? MwGzFţ~K};ښ֙(,?.23u8>-Pe>$xH[*2RqN0ZdW"8Vy{wogt ߇G|L40VOd-H靧~VT,] HNIcXQΖ>dU$J/1(?3bfW1H3[dG٣f N9:D}@_Ј*'ZVW&<܃aUWAy5|KgA3h%a?+͚FpP8ʟtf #x&E+@Rxd|eqx…T $m#4BT(1>n6ϋrU@y"*^UZAQ-zBqQMqdU}0EiOs(*Ot=kTF2+д6v OI3J~د9 ':DIU_}rr8j5UCKP9akyj^_9xSbc+pUQ dRGMۛ1U r+n?2 ꡮ"Iذg@{OőK%6E,!lڤW߅P70ciX\L6y;"-7\}rrq]d9{Ӫ6u8:tѹ9딮[b3XdU }ѽP\RoƮjV1iXLRv.䪤PJ;@8Q7P"Zpf_WdL0"0[?%t^c2hS_CW?"vU&Cܸ'\a"4[ /#8 ?lNYTZۻ'U]Ɩ[oîݖFҘv'ʫO8 J|1P Zv8DU4[5Ik~uK1ۮ Tg; =JI0?W7(OIљ#(Bbse贕̃.%|;׸~06QBqMJ#.H`ϝeQҚ鷝{ '됪oc {i:;/UAGkӸzULC@~J%މo]LrLgNgJbm!f2%˾da}uUqCޓwdsj. Gx7^F_LxcXTmn>FmհC%PEweY4lB*gc3Х|*f80t DΫKZ*5.Q*e' Lj%lR,`xrcuIʂ4Wk!uGĭh.#[;>c~.f'eF1IcV@ۗ{ٷ")?AǂWI*PȪw (A"FQ~ QkX^v_\Ck#Gx>[q󼰆яo' ^b^)#P7ek :5Qʉhlt~|3e T ^)a}M^YFEU] HSwG*LcAM c۔#PEȽWI\4k04h0%=VEtܦ&19c@]|%W&ׅj\#m4G Un"="Q\}/3l-P}N6"Y7ߚѱC٠PDмbzZ&q?ꥍJI<-h;Te #΢vvP<8.ThCBPLLF8$nߪR\hk'sŒ@i~:}Dg]ͲZ ]KȲ9itB~JQwW{FQ<Ҋ!+et-}Dg!:/PonQ2.BB}{fbKSb>y#vrT*Lb#$m4ߋrðii[`%uEHX9U+{d}_< =<3ͥ0nll?hC`oOH ftEBtb?,k3w+(jitq]qJ<ґS;^MExm:cu:gs NMoⴗL9{QEk9n:ƈvh5ks=+} vb)oZĹl-3zTG'͕ͪj |@0i f:w*xtVڐ1NŸ.Ok$T|q  ni{x .N>~{@FN۵Sf.qŒY%ѿ0Qbr_Yo?R doN9=?Pp1s[5H%hIycWwdk=7%Ljqݕ2#Wgd2K0_OP;YLrIЂ<-q}=;f,GW ιanUU4̩7{efgm62dW͂ڲHnKtR&grTP>EbuZ\|MpJ$x8؝m ,M%ⲡ/ fqHu%NeRɤ!:crF$)8xi䱭x^AkOF 8qPVD7r97,'^7`:p4i_BH "?ƔuX]&i#՚7B|qsbI:hjL+iTG;I#) 4 ˫)tPeHtkP ;QUf/9JgW8v˱jZpPuɛ!=GҾTmj&ccIa?/ӎWN:Rt{*ʉB"NιX׊2[[օKцuBaI(Ґ ?:{U؛ @AXS8 2++{!=Xp;"u@3^BH[\YlN5KŬXN{-}I,IWVʫ'vJ./<14!}ivX Q}Ansu f$.yl܃P3l73+̤r(n\"2FVǻ5hR\Kkh+O^z]xmmojYh@C} !e-2kkP[!n\Nd(c>\'#9cq^ci%!#4P{|`o:!q6T@񭡥19J}]Hy#}讥~h~1jY.ąRcl6C4cK6Ò",ʌ$ _,Ba탐íYEp2.܂[H {A/tK3&LDWd~YE.0^M$l '9Ċ ;@90NSfgȣM=#-'( rߌm0 ޛ1ɐkkD,q{W=PgOIĪgQU͆&#̕/r [`LDSԡ_I=?-BLjF|.LXAə%C' ['3x-/3iRŔ#pC-;9 Q5U٠ JM$?j^{E$vljVyln/iKNsn x&wn9Ժl>Zrpi at$dp0Pg_$Dv>`֝m6$fN.Yƾ> )k {}xh,pz":GpO0qsD(djbK_&c<8FW 8@ QZB +.<5я/:ɭFL~?&g- `OB92&S8q34[:ė_xpƟr|=)L;J4Io'cA c?tUNNEr†#HD"?vArJn;VQ9ERxBlݎ "R2u3AvJ`~3)L:p2TiSvײ1 m{\QgS!r~:67W]s0@N?w;PCe6tax}GuXU%ٴD,;9ru[WI>^UX4z]q"H}фO2&_e뷗bi&vtP.> e:#?W]trS9*nt> Eԕ/*=Q8Lov!?o }r~057ŬtrװpZmE;#Ҭ-ꥤ7tz0b L'xFh#faCR`uRE ğ+MO/]Y#Y,,&Q#ڮ/I MZSb#i81 E DS_!%,HyWo>7a^. 0`Ot"i=tI|Xok,(TA4u2О,38Ygu\)ΝT~&&@OM|K9- B0\ʳbf~נ$hLK52۱SlA)o/j8$}fe\v{fqu\~fB.FjL#oWεfy<3;[ȮRpVϗG59?=V@^aS9t/bO8:_`qx s߬o`cQPFJ6uջ>mdo1;*T?8eSbb2ZDtƆ5(>}:ێIMg:UFV917"] LXU?m:ͽ=>5tEgM]fCF nl%@Xqwo =auC`U#8ZBzMWz%IZ|A;T1IzP~lf.rb z_K "|"ZUGj4̓ eW6߆44;DŽT6u˹ ZR,`\+Y;':Nn~GA VKR( ʞ WȦG[ަ)kw'@<oI[J>o*&Q>5?n<]~F]QpmDpE ÑJ' *}m.fA2ެ eow_)_$~4̇6F1eHgSS3VS]q2=\kI[[ Sj:*ci e"8s)퐈f gw)Oơ6T:w(s=>&t_;{EtE2W*Se:?Pځ ڶEd 0@h_B.Pt.³J\ocg ̙}#\KEfu6Kx5ڮ33q6Y)/S&G+(.顷vC*Ā0j&}g"H걵7&C[ ZYtg\gN6w&frӅLidB&7űz9&k/` jDRN[/ ];&:Nup6eŝW?ʘ ㅯOZ_q6}ݰ5x 7r*?NdyFJf"az'S?4Y+ܔOwT{J& b*0%E=gDJa HC aʡ<_߭.*/֡wi.<4CC05*&~=Yo(t G1 ~@ݔ-Fgl~_tWs|a L-Cߢn0?Aӓd%@ 85ƁƨQ3L:pDé9h xj6ΥD"};dg ƲBx 3*'bUM{:h>k⒞'E/.RL6-Y$@7"/=M[V,[]I}-7Xh:ߝ9۝ZZ+ N?E,'A ߺwi?HOhҍ- n`]N!'d/pMeuᾣ6b3V'Sl>>Ӑ0[P(pbN՟PE(Jh\0wih2OUf]~28R"9-V8Tz)?iRRK"r}4iM.h1]7Uy`Kpy3D>,̑0 tK}9 '&TY%%dg{(GA [(a:&Q7Fβ||h ;ޤDfa:5Viv{9;JPS?0U }A>)y4 '&n*5dgB ;ܚ B=)גw^z Ht=jb;Ǡbȫ^ \5.fzb,=)# J?BNc>QKQ n;Y^קZ|8!_7[15j&(!{Jth G1`(p~q*q2Q!R-KGڸGJ]T2:0Ou8pRPC?txwMTIrTFɗgy8Za֙Cv8R 8̷ M[PIXw3A5A os&/W޼ETX&s] *'9LWkm\}E$dV4 dZ娰ZLC')?l _ؼdl_b=.g) *Mb\ P-ahaJjf:ǕCҞG1;!~E ):Nmvɘ llUd =!z[j9}Y' Q\*p\U( ȵ>@ {NQ(eT3тP_x۷-D{|D́A+Ind֦zХZ 5q}a fLXS{i Y|L/_OwOX飻S]^_6t!Q=mq3p FFy_Rdc!me(2BbXt,rϷ ʁ* ߞf2%)z)tk/K- zM y?ӘZ߳J aa CҳЩBpD0&L@xiW u}C }hhk&<(*4z,8s0Ãq '7$uAFaJm(R_:S:jo n%tDj3%R@B Ma]5ת_S]Ŕ0 +[#]ro b(O?E[?t"d .Q09ݱ^2dA4jCdczV$fgO Qlb<2Mwes?DVK ;42a( 0(6ߟ*fў )|Ơ;klV;9ҽNS,ћDGŦ4ᯊ-PTp>>bTIڑ=2}؂=MW3,]mlN y$J0'kCCe(-go'A9Ʋ7 Oyj ]8lZ2w21Zӆc* Z%$LVѹ+ &&7E)0Vxm͎M, Kw1 Q㗎j r*5|l:fL,ARRdYVf3BU w{`}%ηv "XswC۬WZf^!Sv1kY7_; Fґ!熷!yg<% = $* L>Vm>-H`OTzeՑH;كsFa=Y@%M=;򻊓 .>{| ,l=N fdm׻*׮.sc^Z^j56-GDXVʷ |9ke&HElQ7Eϩ 6+NlEYi@/ SF^1_Wr!I#uڒr '5S2o4.B2UȍfREc;%P윑܆(\յgy1ǹjih0k\yYwEt>X'e}+ }7ߍQT[XI.L=3sP|L6)W6 K6hp|u2s5Jd6a *Qy(Hnt/U%``߶*?u'+DuPB z t(-Dr%.4w-RJ ,.5>rϮK-njѬ}?W9?b2JAZvkcRVq`[뛽N)\0 9|PrI)dH\90()IjԚ! cpSVLJC:i;HpUd%ޝe'n\ "Ea ϧy{kiv>֒^9 *;2C`tRۗCFPښ2CUyH8DS*ko i9vl"'{i򄽆s`xKc=R/o"9^CWVCS0}Q+ "7HnA/_ n4kW,'Rsy2C4VH*fuD[E+@{sbRD}l i1Zm#ZT%U]£pc *{Fth>:2(KÿbLeV]G(D];"рj "\!"Fu,8(V&$W]O HP}D{㴅sŒ)o) ESM45S)גPU cѧK bk9]m}>;o=;q#tᨲW|fvrӏ#+xS ~/x@aR7 BS2cEFi飛1 jt[U2jMfsO ʃ@C;xXWqˎUBA? _ _#` >b,"@k41Emm}NmX kkMޙYVI{VmLhp_>q8"B x-D\e+iT3e߀'g|u;K )-s͠ Q[~]W J¼XGh^=4N LmVLq?5s~%{/dD*q$ nY˸Vw竤P WD;b@inCxJ tЛDnS:j*X2 WTk5 $g$VY$k+m4b',ڣs4{~/z#|k/}nP ogs*s>Jơ77HXӮL-֜ωp&j6甆3(fpYfuEpzgۓJz!\HZy)t.(7hKSZ}5wAg=ĻYE2DY9r#lZʺƼ2\0م22XtFszJ* ѹ9NfQ9Ԕ팞pN7ąK明&3Ve 'R,BtHJ0s;ys< GjO% 9*B_٭{> 74=!2%)o45nCO>!w@u!Ulm@JC/q1QeY~,B f^[9-]H41Ԕ UE q4튾/Kcl(]O227ۺ#;@I7֟s6^,RGK!wY:?hIPV':=mi#SJ co3,e`PSm$ŢUѦƄΓ)̙=F#J mWc 2=Hr}?{xZaZW.@rTN<)XC?@PK* |s[*o S] 0@o𐄎oWssDg/p ]r1Z4Zk(zH'1pd4X3vKF&Jul5wr5rzTt`Q5blԥ$Bm>fb¤Tk;)T{_i??vS}FnCV퓕W*9h'}x*r`trG2*1|.kmK [C~eESHW %NvQ8E d<@loGƹ՜rTgJya44 'u1Q4Ӥ|]+J4mb-l˖S>2.n v+x8?|qűi7.SVF9d,Qu#9 Tq}ʘ \85 9= DiĬ+Mys0\| )r_O92A@ƥ?pGeW䇭 !elaVu")!>'4b ft*1}h4\<."]9~1cNd>-JEO0_~i ݦhCu2l;=2f7X,rZWoҞٺ0z%uL)jUL//6&iVVkx2{qlq\t>vw0RT{X2􄸎.uPz]պF>PdYpCv،+ ^]j3vCj"\r2€`-^SJeR4<95yu, f@v Qo$I ED:SgK};^JԳZ8)9C2&4CqUh &"z)ӹgPz~ڍ+*RGT/͝"M75D Jc4@Q8z/`ѼLQ:JW[‘ r~̥%o 5y"ӇՐL'2GA*ij 'Hw"=D=J趷+GFBy9ѩ?`fso\e u f^R`}#P86GpdkU2FC_ X3k|o">l'Iᇺbɂ5MZ׮Xۢ[%Uz$k'ID–>ϲ_?ۦL Ixզy^?oH\|)a:FF_a[̌R:m˫8"(2EgwLy_"uP'RӳQ)Һ"UkƐuIxP9pubDѢ,bJ2 d+[V+@>zͶ_ChΨuoHQ[6%a  |.=8u mC6ˏ'3 2gߜDu 1^l t ׎H])qWB]>At\/*|`e\ lە? W|ibDSCr؎AWO!5TY` դ]siUbS=|W*ᬁX^qo>nv\ycB38UM0T,k< ̓bQ2In]WNh\ {i I1qhHM5p8ŽV0eR͗@FD~h4y`1 OHfvVq^Wʆ!/:pBŏc/׎B?3>4^LS2RޔO/ْ)B[6`Fٴs3V^?%顧_=q~|\C fxWʘ&EkbàeLYV^N舋tr_ui9nDۍe~|l)Dw>aD ܤ%KmSE^_l|{G88Үg8H۪,x&32E$y_4!0lIxk̙M>“ -8_j6KiE2m:‰3nO?t8Q"䦞|A֜UXU+_5pVr+ݪ#_ !a @ݐ׹g]|LLڿ⋢0pYO"3 6@ʹ{L/<iwJYe 8 U*%DeF5vbF+BHAYA3 oSᯂr3ݭU)hsO]YP^`WV0?hԈӄ3-;wڢ$/ )+7 t\. >з*DՓ_YCidˤ3VK7ЀYP$)\9(CWxa-Wmc_ ~YQ iQFQ隈BCbV$xlgP(8DF巘= c”:7[}l=VwEh'e-DzsuĚSh.Px'f28,/8ʎ]Uc!XNhHA|;e9[fQ˪2G[epֵ .~A# ;櫱leث}J΍M8N-Is烴V4/|zkIMZ*܇]|+mZbe;9=J62Ƿ} Senr=#ay$B"]FH 3Vg.d!(h k_cQέ>eHC;} NATk_J N?q/ o6pҝ>㓡kHv_w(R,0ev_kM ndy%#6#|Mp?K2a hnTWU7pPAEهvYVwט-+3DLh 6x#021?/`F0>6o&$/ŏV6U. ӣ{&3w6X2 4HM·AZDKSIH} H}cFe(󇋙1PDmE- rSu,l%wJI#esZ j@4nq6zA$BnT kQX."-ӖyEib59~UG(ӱQXW`HIn9?D݇ƫ裫]ѷޗ̗o$P}KFkO]6Пb dI+,7ˁMIX׃g +Ź{sڮ%W6\-"tyFRvǞ1^c]$۵+aﶵȂ%<ײc˔-/H2?Ь*tYC?F\"TW [GLK4k5V56JWړ[ )("8 Nad$t2ɅZɿ]џ>s<2[B6g3>ds\s%~F/Qgz:LvOrz-N ;4+--^͕^b1(BX;0´ i1< #(bQo'Me>)~BbسPBa[#tE* K'bi\>g8Ե[xJ>8`zMMBN}4> +k8µB:gbo}{3=+ͼ(gҀkNԡ6%5.aL@&Ikup}]NwI6xE}{w]uK$gpI []gZHh^ Q 81-˩QU$_̗b1*B2gמj%c(W8,h.Wbݙ%6fh6֦-4bxoe=[ʙ#ټ2(]I)rnͷ]mzc&`džqo6FTֆsFf $k~ m_! -Qj]&ַbtb¢};Cw+oiEPv. cSCΨLcX`fsnb$-iot,pXnkZ&kyu/@:3_RTc(TӞ4 FECY]sZשyeԻV AV]Swoe7,A(ӸgTbsB TAèV.󪟙R)3~/V,MUAx\ڤP*e!);b_|kE 0?K(ct~5vKV1GqIiTԘccZSN/E\TYb rRPo8mQwHQ&H7麽؀SdzWIWKt2yZHYpq^Xqm*=Z>ZD;6.zE/wV Z'?cd>| %\v f=:!TC':-h.hT)ӎ"Z@@(=Y=)vR߂*x۶ ,>0W&VH֭hzA%jMgkRM\Ҝ߭dȨFZ bXlR-? ίY^^m|jO7VGHG,Vhۥv6Kn!}PYq1b>*ȉPWR8eTtuċbX{ SOȕږWAF^g(΀&_T&9*kqqG*R=zO0n,/8X ix].Ϯv*a[2Cs~AA`fH8UCN=Flk:T7qP03W~v@J˽l"]y7x7`֡j1[㟣szZmIZ*^2|T9,v7jX:MJvK$hlXE0u0Z4qya$ ĒSfFX&a _WНZO^REm?+\)(f 9iCe qD| _\c2!R.t>4:JECU$A4 8رS+Ae]OC` +I﹒ V2DrCW/jZ?)ET^lT#].mG(Wg3np^VB&N<*(~Iۉb^L_ (q"q9I򲁋8[)ӎ8b.F4<В%0C?oX4v՘Z^)xUCUcpYߝdF +iw[Cś6- Ia<_O9(yC@Ѵn۔Cd5^$pFWXrƚL0aghYfRl&i;zqr1m>!Ϧpga7aSE 0D$JOΐש'0;QZ;Bǘ{@FSdKob H͌`fɮm:=Ύ9֐|DY@Ub3ܜc;<}Irؔt1gw>i}26\^f<:+dK'r1QFu9ږ:f{nia>+1ftgs@WGd#jix6'HI#t*A?8Cm f Kg2]<4Vy +}[hN3:>x)owunBYTH@4AKE1Úw.M.Q WF_+5<%|-0J—Xnsҷo dzf_L3`RՂ٭ZޜЗ "!o ( S?68꣔㥈 qS `ߡ  YDK0+77o"**%qhHWK)9{Am96\paE= Nځ$nxi  >롌Py9Ld!y3$#s[ *dءhg"?,s_e|F**Uqv;!d{?4]:{tB 3 p` :MI \'Py9o[2H.w".@D-)~2[rבȜš4q8Y6ЁzR#lz6u?>::Ua<("̷J϶.aб4 H3Th_4S3pɡL[ śX޻BT&յRh㋓ $H +;tp! [xg(!oP:!ə$". pbn'c77Z$߬=TfN˪S s5;VL2":]Ǹu*V( "F[w"Kb/NݼvQ)C}0Obb{wwUg^! 3GP[Į姱N;? JFj ՜PHmVoE8 o8A&=gI,w)ilC8JDh^k#El u7"7oCmUADLBhl[Ҳ::(R4hj]->%KGF}Wj/~?ٵOVXxthĒh$fUŽ)t oX.#vfbiH*T|]8u' 0^ |~״ 7ԭ?']=$#e߿&rSܤ:L%p6LvAaFPݼV@hL )sx7TC}3驁[k K7<+!#hy=^X3i"B <]e&͇vPI kgYdidy{e;k1 (u\щL92r(j2ORI9@˿$u>F߱ !yy~G[1eY~$tnz/;1H7j%prҙa5sQn4N1@TGĖPKwm815@dFnTk bjԍ4,\er+@$@aW3{01"OMM*O儆`OקUHM9F&X4EwM R CsnEKL #[UG1xj19,ax%e=ہ +٬E޺d0MdH))9 N^Ǧ:ݕ Į߈N c*#jvb7ŐjC(Te9`9ÙD BL,{2npqVi&]ٓkMGczQ֪ۢ^;W `De`-)B 4.qg Hst~so1[)\f7k;N>>~l4Vd,~MTAt1> 4ac/"w؟Oc=mqbk;6vL.=d*~.sҬoExE-|=ۋƆNFɉ;]㽡'H1rCdL5g+d# 6̹k\5\yіS}H:W%8geSDj &{fkWsЍ\-U\wS.km>8?ʓE H)M\3G"W<@:B=c6OMt]iLxǀN1 "y7b$Uοq;Z Sd]q̻_}__g@y ֈ Q~Xwܵu"h3\޽j @;lpӶYB@sjѨ_O.h SOu6L0K$mN`HI{rSvoyz1i F^.C\Bַf)y= w9,0^90>e<>"Ц6Mlg1z6n3RH 3wX[yeϺk޻3E&UQ~*<"؅7VìU Xs޼W0  kb捈&DJ&5]~jub1e훼VL^,"G IMq y_0[evA`k} Si2,\E1ͩq*Yb潹_`oV5IY trKT^gTy[vzUMt : ;=71(zҐקb"Xw]Fd矌j|L,hsm/8|[.t}y֏ӌҏD1X?uxN#њomBy?f{~$Khpش?֍&42S"-eI+< [q 9yJ0K 4DV^xT2(Kc?\qr9U*ym`ThZ|#!x}u+qSфCF+B7nsdн ?`>,I+C*.o`VM>عaI63dRC6C hyLY-sp=t3. {򹈷&CJIdP<&AE;>~M=KsC~:.]y2*>[xJ<\YZHQ -:n?[mEdI8EҾD2zbApEyS+U42%ư V(=4{oZ<,$\ﱐ_8x6K@2^Fon:)뤒$F4/*@a”Q#M}|,Y_KWy ,f75R=)O벏@TF447(ax5ALܶ S!mFLti[6!XL-+My 5_Z!F} C48"۬w }fLBʃ^'Vr2E>M])dR^Di'oi<%'2 k,jBDBseXW ڈƭW` ՞:ο2Weȗ܎i+9vctux|p)D 5:"O_uxsg*h^E{ =}00 [C`oxI)ydֻ-|sKUH%o u fm2{@61fӘ3H3r̵e}:DA龤7!:u#'ĬUFS6 C,a9,vw|N68_+wۉ>ï历$3xI65cSGtGX;vl%YY\+LAq53л 1.! 돶EYOP"\e$J? 4&Ѱ8\t_1dF&H5i3`fj*q3n;ґe-O=~`R!&eD!$>nb^A!a1HO%B]s}\L^a3U+4jyɦ{;tf ˘PUB' QK6p|>ңzi(q9 %>x;/24ݤ  >}յ_ @4|'y'I(ZX]s# 5ʂ-.}Wg\bĪD;˰0 ƾ[壉e1e_)r d-5{ +i:ڃ<|~9,G`zU$C\w?THL8i3ث=i/=hkfj.a!U:36j؍.A6<"l i&(Rπa'B+7ό$<q@^1=2f6ѰR0~ A0fi{HhU([URdy\v]'w BZlȒ, jX)Tx( QCߐ=pp$PpV=-7[j u**@shԳjB-1|]Ϲ77(+@ '`*mF54 ctDE\l2SkhTMo)#N}3(ꓖϖLK!e\m8A:s.)xn˷=BQ F 1]&A~1r̽Fid&&6}\<}\ mуuU8A|(NO'FtɣG6ye^)n}tM6p? ~>>:aM-z(~Sv_QO}(:< ،;|+mZv |C UkXZq./|f~3.Tэ޷<3P "$hMSFJ{s)%_zw]s> o?r/>[~Xw!6]hgٴ33G4A}Į+e5.Ah3J5"tR}aTb֟+prV[閖+ NpŔض+@;QT cMt$<rѭ^=үb^4rU;CJB3 O#n~8,Gkk`RDGe9x/L([kӼ,~y_m z˄^.Z:=3N&}"1!Н1K+48͋?i0-EOWGj*̨2|J͚T4'ZOGkĆA#_5ɂI~e\K2sE]{J~q'bYuPOå=(&; nDt?ޔ&(NM d'T4NBS/a"6jR8Ahh+E^l%}J;"W%ǵ}M5eIWy?7;2si?Vi*,-;Er6ħ"@u*uGxg&B_gDݧM G~ՠև1r2S9WxW~y5[X0~n&=p2BI)΋Y9GcI4y@9;z xbj@rT 3hK6ۀ'~Bל21; 34E8+yKl5[ ZDl4'*u L] c%]Ae>8)\)%┿W#.Ė 6/'&F3 Bg/bVߦU/tsQ=Y{k]My[<9>MҤ,WxFNL]I^.> X}DYe[\T|$;2(QI5'5\D^E#^F, iQWKI/@YJN.k,.χғhs U[Rid ᄴMGoXc,hߢueKYGy x :P;hszW=)G!׉H]mJ&T|05eFe#ۤ9R1?9b|e pͶtp$pDظEŨc1z'U-WXCZ?HC!<JE?<<2+\4_m]g6BFNQivdH?=_uGc,)tܿ5Vp@ Zy5;JM=%x )/_ BLҘX4JBti'Mϳz&TY108 $,HJh7lmd~iQZfb{yY|10>%v+aG5Z3qi=pOpMWS,~J1 1X`/T}Z1kO_~^NJh z'o LrЅB q>̕I4n'MO)nu#GGn[e,F/.ud!ptDm.yфׄ BkiT?[hDJc}Zz &&VO!* q4'xpe82Tz%GHP-CVW ti|qWgjں+&.Uy8iLjY+\֚~` I>&>r_Fڥ[ow6]8P=KUH&x3;m /zꂇ=AQ>Q lcNَm,r鱤lܽ07] z n@-\|[{!gɸ/;8rK ~$OB<6%CiXÇ>K^䎣 r1 #.@AGNU>4&#4!QXbIط͟M5M$%U 75BG,4tby5wziz8O3 PA#)gGަYr52olFƾ7}XQ_Q]rf|c;{`qk5Ixƒ-0nv'[9b%":l;xX'Ȣך{,7+APhf>v]+|U=Af(Xkz+i3Js\Ή0Q 7PȔ$TE΍RiSdopWҨkZNfkG*k/ D4-㽄WZt]B !.Z3"5Eѥκ'~KãGF6B|}T"Ys } mOt_h&WlAu*"Fu!c6 SzqU"%b.+-D?"']rg(~SLWe{$,j/E(Lg &x}Dd&;p7f/ie};+דGupsCW/ԑ1sf [EV gamU!s0앁0 (Bg 3N#_u ֠`}N.#WpyF]F/΃>LxIì&}Z]6F]=bvsU.wi,N-ჍogJGԂM#H<4EBۙc0q?\4WHx6c 8 Bo& \SUimD]ue Сhh(N^: /DsIEϊȫQk4z= YK ()mE*~:3=3.%fq0“$_3 WeJ7_T" TՅU  |~sYchI킔8[{wx9( xa. \EmfLz1ݾ貸]ڣh]wk(+TĶSiyGǽNhZR:s~ip/:R2pnnVeuazorTj-~8G5 A%H2NJwŵEȱm ܟ2kz 5ޡٶ -B?؜X,vehCY)'xc5k)p}B" wYHk@Ύ)̕ڰ~e1YSh܀?_G9Da;r_tֳԝ'p󫳤 :xV]e{OIFdt!r))ֱ~ڕ| J>ˑ)ԡDY+r+O2SRiTC$1,n9u4J 2(GBh4~:}orLl#"jz hyt˫|ȰufU(̈́BXͧ0ڰ204uN { ש:(=a+ᢲa)Lwk~A=㉥B` "a8E\|0&|`lZa?4җ a|gܝ^(!J\HzT@IX9堬\8BybY"5:T+LgGM)fLv8j<h0m-p" JcoJ%9y+șAE7"E 8Z`Z o|δK 5Y=ΥA@t cǰA0"uź:%:i8AۖtL#"hQJ{T}\GraUٹg(P=R^cYk3rܦeRqZ}XnFһ!,Aߍp "? Lf$Tn6IJ]``rь_B׉HpG ( da]ʙQ߯CDaAWJrJaӑ|i&׾'JI]7(M\1`r![E=>`+T3 k u˾cd|IѳNbD9i._Xtd>e9k)1#[1R˨ǎ3; ꀜKi1{+ ] {e'ZkO4w5k)i. ں섋j ƣI !1);88`Qr5B%& T-? t9K TyW/ImW!yOGXʒHdɸ>sUN5tg3ykoE ^:1*EDžkw*5l}el!߆ *>[FlF}͒XWL͓*rO9;lwMlce]&Nx][4oe u ctŋ|y]hcZ=ZOD< P`xj~'=aL+ (éQE~dv0P%YV[iT@J@8miYz=McR96v`9wl\wpϜTo֪5bo[19,驏f+LXhh(үBs L-K2iǂAIbtf.fBehh$,y8grEr+1ߟ3%RH=fEr~RDD"?˚tquŇ[O0M@B7(bb"xa1 %,H%8,Z`@Sqg JR3Jc,=`ǐ9*Iys UqWu|LHSdskG%9E SN}^+_:L%aϹ唥!VQʦ6g1e"FSi9;/'Nc@@Qf0ԇyGn}l͗,bXҟf={M1y`(`7 mXmP&pkLcL77}5σ+Ұe߹ in *Q+gWcE1 6p>+iR-U|0v5 S"MGVxDZ]yP<7=p?A>9,j+T:լ{P@ 9 l<s8^:ȻZSIO &+6KOj[ (Uq*vy@G?𪆥d&Bo PQ pIFyeN`(#EP@" nxο92iǭnw -l<4?deȃfK[xlMiNkZOOv3G4=i[˙O Swog4A: !_bć QQ)vf([Y>#33ц ;3RG_1)tB]ͼ ݟtw2&8 lr  A݊4"u).a27#0s2`}߂I% |{7Ah΍JTgL?dؖla0 s Ft/+sOä4G<'' ݓla ]HȬLd X=D@ \)z g2L~Ne@BЫ7⚽Ii̶sUxJ`$.#DZ= .ާjz+cc6A1bōY}_ŗTmA?j% xsm2Fd[7 P˃њISfx>gAn(}䑽_Tf{<гsX:t =!:qZfEۼ79E<˷o?7#p Hs9~\ٽNFcʉ'W c0֧0bWK . R6|c}@ +"_NZgPlZ-gCJfQh83]iRiX^6 R;i ɯ,=:nr&m\G=-NupxGằ  -[4Y>HC Slo 5sSg\j923{KC;L8/I2)O4Mw5TYFۄl~`ZV6n^ͰRypl5=3>Et h9\Q-ۡ&SPďID|F>Ilh%7Z)U Fw?R!p-rNuR}V|'!h(A_jڸ _i\FB2( 0:j[VFzB/RY2E]J+!K' Ɵ XXq"v]MN¿G-~XqZhZkȃ1 'u;u=A1.JF&#![ 2-y %q?nv!3ph kWSÇ?1q&'k!.oQ!3 ͍_0.OaTMխr8X ^9]v;% E@(FK6v(mfɓ!C]_OO`ӼXG1bϼKByI-\Nд[yANQ7pt΢ep^h}[9dÝzUXfwCewyeKNzܢ.0(ySݿ ])@')a(K 9s'O.WsdcrwZ!ѓ,BYXyYe. DDn&kr>:/9H:.2XXFh3$O4dػ/+Yv5~?6%'4!>]%[6o'nD ^e g~Rr6Ō^8Z1h w"Ev<od?WI1ʔ2d&_ZH8nScPkܱLیǸ#֚kѼ\I=Ҏpf⇪G Z'wJPKѱr;)*>g6*ֲ3rodlnuLՄ]ezWr Ø n)Fn24 b{0C ioؾncD f-P݄yZ%S>F^._2EalmX>sl4f K qw0sgw&BJywHYZС KU!vf/JZS&_e% N:BJ iZ6kބdYdr&-m8X] tAOx܂%Hp1Ȉ׾(hk  \Lƾ>ٹ×D-֙\ xu9uOr3߶R&%|w~ol-a3S# WFAt%~" OAP^J7j'`Z<Bcg-p0"K&v3!3vTˆ^`VQx +T*Xvhumaw5jS3t4'/p/!ɒHŤ@_S JbIHJ@Ie$$2]GThftȤ>qYky'}Ńۖd/0ِ Nz)zF;u;amWc8=7QKJlnUVT{9fs*1 UF!nJlD ӄXe:s@nOڏ0:tñ?[L5m|:{r4CQͽ`0J\[uM[=is=UX6G7I_^6qSg~0xڶ4^/8v ݃iRm-TVDg#dd1VfΛ 3`P82׷_V5~Rq-ߪdKZ/q=hVCg; AV k G'Q`Nڮ徹5o% ůI:S5˨eru3:w80y’ UvfPɜ6%jOop㆞A(~R5!zi2,|!IhJ.5m0Xi8*{S>YjQS2͝j␸UKgR筻a78/'uJFB8B'wm9N;eE ~UXg[rVS@%ϛTάZ[. z:XD>$DGdVnY.Z3ENh{ )z AuIJ/=3+w|9w@YVyQ;-!~4LgT̽ KUY#.*=aԴM9 ǝQ>e RGqŷMGJô x F*5/S}7՜7eJv{S?[3F |@CbC@jS T!4u·)eK{wdL)VzUw)/mPJ9>E f;" y/ Mxw**D5N.E90x[Ї2e]͏ql*?U%Ol*oE}^4:d7Xro}h:! 1|z)dc^6LgZoCD v*+-~< 6X5H5P@ym5 NI>p(T$pzr"17Sm#t29W;qOG(p=110RXD5-\.-q!VllCk[űYs)J QZ^hPcEЬną'WZ>!BWak{YY*޻u={Is8gc [h:cv~}碮U"|.H 8C?bǽzBVn[㑟L޴zl9p25e Y1zɔ;)<}OXa^H{Ƴ*(<  /值z^f pQ=GYNoP~qNc R . $[PP[7w KIw2ncaD4Rr Yz8cCZ*7JC_ҧ1Yh)͍^<Y紩eOeʕΪ<eo\\w +(mSͭ .bD_8Y NrvEi%8g^s޵/M(Bt!M\KCLr'-ZNO4p{W*T"+mnެ)E@ٜd82hԎy()bPbxC5`AA$OȡI,%chפ~=S LaibϺP4zSQM뤣+GƐ7!gbI5)N@f=˃437:|g<bbJSϾԦp7ǃHwK $gڄ F±3 6|"gP2,wIWJӻRroK&2oJ盫`Sᾡ1 R:1eB@l_7k )zR`iDz jF()'.q)tq~Rnbep}֌㿻q rϱBfjr\Iӂ ]BFü1ꏩJͻF2! Մ@d}DItҼT '7pSǽKđ8oPqsr5WRFYZ:bc{T > l/֮yƌ WV&DFV;m>/R,Y)8pa߶t 2̿QG ͣK47 h"+(Cq\<>$!?{!Wâ/?.VrSw&uk`,UrM<-F kADޡK;CNj`~%E oRױvzw> (~Ky*G )%!!3pU2vlTw D9qKge'W9ޕ<0MYm?va߲h7eČ/7Vq{5}B䢿ՠ&^F:E- '["/"{?t(7k,uZ)8cRY*ߔHA# ^'ޝƎh3, ŧ.2p*G0@XBcD|$-OkEC0\,1 uO*&J^ػ{s4ZDl\GLUYgAn/&\ˤ=quBQI,I=]8&xɵ;g֭t# XLZrlRG'  qnľ308XYuxϿ(PT||aߣTQbךgXq?fFo##";;L~dٻ.oĻ׸+Bգކ6 DIXcD.kxj]-5({R͞5YJՅxȚqL](v)X` 9 }:LA ' m8xX8)q63'kF_xjKWۻ|O2:<̱=ɭ8] $ޛh=PR ^|%8w@kP-T_)wnS⮽w Qܖ|$iР i$3~W)6J{ΪGVjcy7s=>"9Gq.s8Zj0Fd# ԓ_[,A<3?*:O34}| ً{/csjGf7R#$y-ǨN^`T(MWbJ= -sr=Xd" Gt$SP2:J m p: V{БΘzAiRzxû7tMZb$w0g`)Yl zٔjAJ/IEv6>RAW*UU/ɕ?A'Xxr19[w9ԯH}r8+/S{19}ƒz,H#ۤ;kJN%V”}:^zHԇL046{uȃTb;ࡃDO6cuz90rYĥ%3WЮv;,>ymŽP?Mj-fYm` ^87`]{4L{TyĎpO@KZPTAȩ|BcK`Vv '^~bz"1j(~|gX'R78ZZ\.@X,?y 8xsNGӈmofdV?O۫9L9ѪKleIe߀|vD% 0֖쮳ܢ5[G )(lb:8TGŻk%Ӡ1`܃,<3 ku{M71fuuL{8IT%ҹ/QT¨Zm`yydovH~L+ޝjƬS_5r4Q|*-dQP/IzMАWA!S5hcq-,HR>NA|x$d΋܄Ii?3*#ǙSƵG.phT FF[ls[6uh9 D>NchaVSR#5NZ[s+d&R5ێ~0& gçϣٞ3]v2Ca '1`pډ8{alLv,{M©SN&wiK\O> F;~ڹ +Gy[4IϩuLcipʇth IG\fVKP8蘜!\uOe}a!BEڦGc%( n>Oч^hӶ. R&_b5ǚ>RQt5ai"zg}}70,U<*UFkt5-\/ @X07rߤѓag.`I']6?E uET 7L ~Fzq j!ƳgaQΨT!ohub1Ii$2RTHYBoM4VwR{Lc !'U!>@6zJLgT)qkvV A@EjƁmw!ֆRv_NUgC\:߻˵l`7 lJO+8ӂIv'A&Y LόDžxhf-#ɽ*3}RpٜHV9H]w,U]>lǬ5ueLIr9XQ[;P[ ?q/im6 ABh/H]DW8n,8;$ IQeRt 剒 A.lhhNU#&5[yOžZF vm~7tkG@lcz .C[PK@ U,L2M(4gWSs;_V/@MZnjC- ҃8{NeH¨DVk8f0;'>cS.kVƛbL'6IuIQSeݢ5.+xSSM$ 9'"3.GީJ } 37:-!"6 MCƧBp LxZKD^@g%$g>ioZ%uk&ac߼%I!<1KBCGtog82# *#G*Aȧwke :7MT;v^sऊIƃ̾OP]*rf 91^rfveCfFj} >@]F8J%CO /#9 aùtnj2+Pag? ] GFm*|Ξl{]U+4CҬB,?71kbҎ/y&.YاॗkemQSϓ]ߊuEf vA[ LX,^2`Q*OGyuM"";Z\{дZ\fzc'n*lP}~dH&tR ޡIMe4iWl@5:rbAVμ7á^`ڒep2[9pP!NM8㻑5e9;Ooۂ% /?61€p(0Gf9'ڃ__jspɣ6bun|ͷˤ ˣzv&2CYT} Jg.kF.n@J)%_cv-ߑ,뿭Eɇl GTxUl6'=-8KNYp Frm+rLtƛSoema(K >bnb+ܯ;)|7_sR77Hw \߻O1h]b@'W <F7˂e5^"{)R^˚8Ff,rvO|`T\}Y%៺Y{;2u\!yљRَ4D\"l+f8MxxT\7<_*xn -j!CMq1Dg̅֯$|5լ 2v^_O/FqDZ}fɒ&iD\ix cvV5j8 @紓 b&B,)ӻ~CǤRe ik厚E I J| V.:Ee n~qt_-_j8^!o/^~ِ<;'WCn!kQ\]}&re,Aiww`Lɗdk΋OϪ5UV{{57 DM'B٧d|M Bd˜Rg5 [h}b@y u)W_Ld+̲?:4;W^SsfR$D:&}FvAJ4`)#AڋxnQr$)̄eև 'Ɖϻ"t qZGǮȒ4]> b̧pl|,/I0n~ l`%z8_xa+9g,_14Ym0Zecܘץk=w@A:B/gZ1Vbd-ɮ-+tq7avX\8Z  n5s)X5X3 *0hrX2Tdc4 &N{}\ԎNjVy)axG_Sn;is'Ѡ"Ը\qfU~U cjCk ^qi@g t gJkz)!qN9{y PUy?d9;rk; /(DlŪCӨUdܐuV­Y|7‚y(| kv6P=>TH7FYIe͠tGa?%ޟ'j\d4 ooG }rX>ZE9r:vuv+a&]j'[:z8dV6RVeuNL4yύo})+~I )z^YN[C|;^F 'MTsn?G b5f "z\":2qɫу>pj¥ Y @ _w+Y=0'Nǀ ^fBɮeǬhS^+(CoC9a85h?YJK#;=`\@~XP:^} T;8Jq)yօbl4}&2AogV@Wb?/LC(öl X]^k {4\hjقO.eט <oOT@ʹ(@/O$"> Z ZHB˰{Ы VƑr@i؉]r\a6gE0 PkUFJQG3 ]Vΐ'v>:(cTLR#ݸ^ն(gEX Buʡm zm|97?調fZH"SXC7 |OpPt}|w Eノʤ UƟ (ͪ٦H!aZ o L=׵FTYN?~ߝS0$B,a4e=y|Ͱkm`0æ{Ja? `TtSIS;^<"/Vȗ]%#D#J5_'E?'а5Bsb;p2c_f/AI*3*^3C2tޤkho#;!ڡM$gİITMnަ+$ʏP'F$B2xl J* zymvPQʇ5Г*c*i(pAD繟Uv[gܪ-_ bt+FnHR5@U3{q"53ܘ5 %cgf a]#_bϱ^|1"SЛT~0Ar٥+Ks09mMTH7Qa\ju5by 6}S?x/gG äׯ7z⣋(XI]R<(ښ&bl}܅2m~ rJUi**Ɠ6Jp@^Mraqe%5!/<Zp3&MFSjvrZs3G6-;BBʁ otqX'4=!X̃7jyIlMmQypBNT}SrH/yaG~%^&"m0"86D".#!~5jO?wT4 snVih"ݛe."3))M%7Mj :qqEP$lr .4H>O#Or3z20Rr4ň$gQIQc-:jLRU% >os{άi28ZUhD0JxMAB$9 xgD¥=:ƭ`3 B۷"c6G6 I$1X۲ *8p %{t3B9~`0$G,z3ⱎ`?p Dj,>RuTw#1%f-hNśv7:MXv[uyk#jgbAR3vs%"ݺCCU LRf@D"y""bӜҎA(Ȝb 9#6; _~(,E[$tݔ)@8gpep% Uj.7( H.p%oܐnځ}U8RTԂiwF@M8̿ΦGpv|)%=Xlv.cp;!H٢CR 9.REE'8' }?y61hb[#&i[էcݎ=uQ?bvwtu)ijА/5%L;yB#nO_UMi,tc9"+hɦ>;SǮX:_%% "A]A_'ɱɐpʹ"`{թrN8MRqt0륜#Cwb-ȲYSBTR_[yC =)?iwR y'dMΏ<9=bCI %<̻nbKj{{,dՂØ׼Y"LI) x<lG-p7 狌`g}MFHǘ4Z>Zvz<}yHwQvʷd iX7^-':@Om8@,o^2ֻ §ɹ0q71qh2:ԟ=sN^ywHRv}p֩(Êo,1a6x%r/R|r@x痡BS}"8k+ KGz ~.kx (BQ׭L`H™-Ψ1 |zX-c>\+ δ/*:0!ck㧂'/˗@3vU" qL/LNiLI5ӈ7L{ѹ64j.3XҋGc?zEl=ƒO<\{ԵR2Hv;u*-[a]VP5{&DMl=XmfQ |`>Km8MK(a$QX; X˨KNF+\a[A]pj7ͽ$в c3\զ.~ QU<Պ,)r6;dZ!t21۪6s*.F%?'y⻋ Do:U.uAw 4bʞmS?pxtM{_"PWf6i);=\o9M,g^S[\lC%LN4|8,KJۉ2gg\UD8뛆LiT xiGdn 0o ̜X\ظ_tPnCE=U\:bG}Ż5yŠAo髠k +♅Yڽ=qjI9p@ur)t띦H8~8 FFLL"4Y8[䅝^!9g .Ғ&0Y8S2y4N>u%*$0#kB".q!hL4>у.6Bg|=_^DͻxC RF>(ż%}4/Xݖ-^%7 O|pEL'".qּ^\j,RՉF.% 7bV&yIqym@!!{pu֛*~fᨛY Xڰb |^hwW FHo1Y A@ j0gM4pJXz,r%ftKCjZe'V+.6qB WxϚr`G=ji Q"Z;Ӱt|)5)PIuY( ?FhaY/Nfbi(g&-\`g^}6O;sͫ" h.IpI2nJ`3Ф&ݲI."Yz^d jv0k*mwH]钵/u;8zmD: gPʀ=t{V}&ZPGcQLZJuq]bV݊3ĬE{8C N}HUAy4˞Aes!Rmfe~Mma!R[83(ϳkLL/N\%]v<"T3)"&+Xהfa/[ռ@OL]*9g11)%|֧ P8P#] IQwP&x[ӎt1i^; Y+ob&tz4-L\1|֍9崮w: tn[N^A{( kl2Yԙ7@˟*SN ; ;XTIꔋsl`RBKP_"^~PݎwfWP4ħ'༤գҟ/flr Zh/ 4dC*C{PV>S aw,/LO?p.=/H` HJB0fIq]9{EU<9,k`CUZi/M=\ī[l虐e=eVujyD䲯]n4kn6&ף~-2nA4ChQ0FGJ )' B1&kSG}۠XE=N% +L9.i;>@ed  =\lctHmD&Ee,`#$[#V&Vx:ON bv{es%̢ܜa;BݵJA^rʲ|1#Q)qIS+:jʈh$DVw'׷$ɪ>ޝXQk$ [ZGi-mDgO:c;ӔŌztZ(R ٌTAvHRfj(f1+g5GwPlsڙt`.#6Ҥ^.AbU(CRuܒJ ̚8)%Qچ|^Tf: 񉞒o8p@zE|m&FհǁKm߀M 9=NT,-uLZ~~=5`lMY}Y" %Pvd1tAB׬&[Q|um+L:iL.)noB<:{ &2zWՇCOi"\_NV,5|lVg=qL5*ʆ}:M~#N^ `>aL(+O=.o,7D-h jr'J+Y-\T޼k wD G!aKΡY#C`kQ_dAp>Sw崶:O'6h`wT{y58;FTt1&+79 GpkOÝ#bó?&Wu7`t=*b\\.t/0?{7f3jRBKaVQs@ʒ[c+K{dX$}/,Bn.?\U4JO$}36 vD,-jb%zzUxa[S"ekҩ.xlRVW(LFᾂ1{ q1^6>߉%#,i)cE8URCsWi[4M-앦1E[aedb-<'T{~|Vʶ|CMF֬RȾ tIM7P|V1 F~JhC^Nkvqиc NQR5://)u4[[W맸  q3_DdX?VTAH&6qϳJJn6Ak3[Ͻ+Ű1b!廪 X4u㞻]Gf%gȰU{$0ijOv+ |68NU*4IM_ZF q}zoby9_|=@mS7Ȯ|5,95R䪊+ _۰O^¨.2 M~~J\! :wGy'vx`*Nл钓#-ߦg_FBH*>1W8R j/#4=Uz)V6 ÷f~~$!f.kwpYx 2}rս=`q tO;jLT=|SkVNu9; 2Qn q|JE\Mԕ|ړt6B[\"g pZ_mrmW-vlrB*KlR"07p Le%K>2+۹8#+BÕv*7L3_0V  bcK~Nxv\ M)CoPέpߒj8 ,@M{q7¤c \m 1Ula%[L8J@OҜK$X,͈]U K6o(6yw4x$LHSArgM$.1`#wѳ[^Vovw!y !؆CJ@c'u%1ɯ9ԣkܕ 렩CO ,*I%,,:&uZw7#&sj'7!-ҩZW]|.MqCf,V.Ef…>ƒQ1vU/2i8J7hiM2mjW'ܛɆ/E%Kˮk1aYoi#ՠ- R5˵-;#q*Y2Fh]QwA'1ZCmح=s ">TكN/!*w"8ǐÏ&OT69XY‡%[6P#Ilm YWfS׌h|khga xxM()}!|Az)+SKC9 5E]:]q>wA2 8^,3L ~6@f[KK71)ʳ}Gר;%nQnv U)h)R-箟/*>OkC'K>޳^]nyӦKe=V]PoQAf߿΋"8Qgh/2q69fe֊wĔb_7{iUBޕEüb$ FCTtxWokd@D;§zSأvse^L$;>yNSJȺ"_4෻"(XH/)@LJi!k$ƈ%7 x/ ~w))S 070\4&*E*Q:Zc~63{ i-BvGz<̴;#(V dFiڽ0ε6;Lk:(*4+8?D|CoSh> V$Ŏ\ '._y2'8Gt-3"M<Ux[Bؖ8d7TkB r3_ZH3$;.K;=BrfM@aV ` _'j7"̲f-"ӕ@}Wz#Lj|בcv|E3HAZMhn! i0  10֨7 x=QuJ9p@|Loq!%x&|gfAqrݫ9B?6SZg\xj|s9C(m';]Lfx޿:xgN1RCe#3+zrE2sǖ0>1 @IM\yx5MuOm/h./ܓ)]>ZesLp" YB]PZ܏8<یq([h<8#!U7 )MÊTuAe醏W(H֡GQH9$kÌpic¥^aTQr8 F8-_i[V_ <|A_C|uf:y>Zli)wD*U6 'v2^J@:ج%A787]7KZw*Z&*+S~KD1+T88z!^V.kGrqưׅwY',ou0'-A4_dY)QFlϋkTsh`HcG@]d-+w9Yg{̪z$)?%^(! fqJ o, ~dMuQٟΥ"9>n.f|s]TL^}c‹L\o2IOq/>ۅLK rJZk pkdRT1jh`xEo :b:.'r szKI_AS\ǫF 106kҗQ>.\vP7B\&F#zHk+g7a3%[d6kWf讑g+ʑdVPj3Pq)-.8Dy&:t7Um$RPo%f8W7-Z. e}vBQɈ}+4vS_䟼ڃ?V.B̖[du:l^=x!.H?Yq!=KY0=퇙jj]VY?\k\ ժq秮6Ha(]/Q #W1BMvAi n»PXT T񵷛!w?u ԖvY :>:DU6^[>֮L&5 s͍\M^`iGz+ҦRT@BJofˀǬ,+lk,L0%5!΁hn &ÌN#gE؛kq#a2ZVߍgZ ⥧γv E~e\Q;AdO~Y9}T2yBc - hOs̓*ltT.Cr=GtevGcل_=m*oLz}6rVgI{m"iIWO詷X;bd* oZ|XTC{FH+itKlY\hQWM~V&E58 +F'"wJ]dd.dܦfL9<~4#X:}]c58N6UH oeU)?ZO;701PUDo`NMK*yljtM2uTَPʪ?O,L̃/YL @ \Px 8Cb oƊDN4I8){|j=ޙ9LЕ!.jxWeڒK,o[ajW9pwiOHhpZv#D^AF ʁqֱ+uĮը p;+< LCE5C2qbF @}1즊$Uӯ W$/G~alN%G͗ 91+˒4kxkp mS+NO8Aytͷ*HaHAt'z#uNhyک3$p`GYK`v7 G}3]{h sla 0F]snZ͔rMr"^gtPqZ,.v.5(2`"l j,:,F; cw#qJe7}/b]Y8e׾Z3y= 1^쎇x K5j`㹹 jSo,,O_|,;]7|OֿcخԤ%1:G2XDYwuS8Z}2c̶ʠ3)"ɓVqQT tnqL03pxڢ]fœShC=4o,9OJ]o4eD@d?Q@j=B&6Pa1x h.7ZAԈe|AXe3XoOG6ZPܿDv<OGf> 'JGLWrcXh^ͭdzj8_*Ļtyj+E)㧎: +t9Z7M^TXV}Lf3or¼6EWJ2,<Ӝ;T>1-j8 od`J]e)?( xpöh7E^xjon5̀JhSV-'|g B;3g=`hFyԡmuTG+#kHp#l=m /Y&DY#1! Ϗ}Z iXr@xDV;|5Bb!PS*M]M '{ %T uqkU:|7NbwPħ?*wƋ@.9Z sibA@`vU5}Ix-۴NČc,6!@4opkq^Y‡p;ɉkUcMY Uvc ÏSMz\b8UPep*pᇍ 0wqcO7Wb40(f{:.1@Md z{#H,ae.EﰴH4n4G_a18?9ٱY+gd- {%2- >0 PZ}!`їzdКt0{%-v*@Q?&毆Ztx8c[3Q--}!Gxz*?SDT]׾-Jms/md~?!ɋO,4FsdՀȧIƶMk^~ [qhk):Qnq؍o3sT|Odn N$8&;2E?Q':dڐsʩYMcT:Vm'"rڢ!_-qP'6{㋃SRM\Qj{l황"' q&;ލuq/|Ya>PҐh7s#%h0  d}j 4/w*(6 Xb1xoS"v,v=]ٱ` 79~GlSGӂ<$)k{Q m˱ίCsLgB|xyN(SqIJ&`;Ř%Yds͟ BqaF4뙹 Qiˋ&3<~W,u/Iz85~CW(=]{ebiQ2&euد8]mbV -\V]c (j-@o}Դ5K#XPF68EBMmOS;gkӞێ]v:XTB+Z]Q^PC¨̶f"\D+L n rJu$gbp6;/C2t{(gsaF8!lCa3M,O]}]WmNBSI@M:~1#`" vqi O [5ZXTvK>W/^ pzy'f83S5E 6ʰ>gX 98YS1襎ܗk eFuFzhk.|4uS`?(a'2=3U{#> l<~2ڭz !9%Xvhw@ÂgaFs AgEO yK=i%< ,R0Z/(!*AdNz\g`C.j4!xOu<}£ȕ<2o< 8lq>Ή&ul|z춺s iqrFB~o[m7&*jvWFSҼp)k<8d].>`d'\  HVZr/ IͽG ?X_?ӣ!u/L`3o{RTVjwQ6\p7gB@ڢAx}D!rBL4eq>HSU[!fSkE,v`AJl s! ` ŃFnhR1:kGџybups*tKcaH*f2ct.C[|fn@y5K z Γ>֌tL w?m*5揌M;a7tt@kAr])Uiw|F]?g+WJ1a7%P+~H% w>:0#gȧEO1L-|IO|ɉ&[}&ka_pYc:[?4jm+ei8$<ܷ.y'B#KLOm t֮@ 9ί^Lъz@ÀHl(2*R7ccAE T*sXSr(ӨK5˱x<̖$pKV[-8^]vA"#rMzF 1h[80S U1c)C@^C+uInZT؉#DcA = *mlLT^l4:<-M~h[>BAɢqn&7{)4:Ye 23)&E^zuVViFwG8sϫbtR< S}-t R@= dA]^7|`8@ E,S9QcKMa F,ʌ!,&j8άݫ. &s~=O+ŎHRqϦuJo7zK[uyyK ?Zy`HʈR.;y d*fI}S*yJ'd X8臼1a^SպE ZC[rمp)JG KFuG5ͅK J<:yWD)2j2λf;TU׼V[0:MJ58?C @VKF CP*| I%ѿy!R:ެwX`h߰4"4)NEc歅TC*GXWۻ@9UZ}:Lע,M[S@PB%4F<ω23e&i.eY;ȯ[jɿчHiccȔư@Tu(L=I5;,K5W< Ԩiz*WfR'<4?`k5d1dt>9kc}^ʂP Og^MMpbZ `u:9[);[dUxr⊓^G[i9):[Z 'yb;#lklzwxSVkf[-H4Csܜj+&nɈmwS,|B1E3.e0"4w L شEf/:8tOj̜sz`NCEbeJ6Ue+Tx^IVR xу_fլ&AZhQUʟV3t^>Γ"0cD#q/k6)C׺`ӿc OVHߟ02k {ٜBh50xMԛ(% *=I1B}uOm@dQ|nfC~ᲡC5yb羻F?\]}}_'~ܧIa$iΰiO(W0%V-.)Jzr)% )58K00X=c|cMiy\uΦ W2:+i@@YmxW_9^P*)8׼\X=ew]s9A=f M7Cl=P̧mky ֩ =4d0 QtTOjF!M;4z0^q4ۅ"xC/U[z$Go+l=(&7Ѽږ xCT  /|<2"4*Bl?em= Ds} E Gn+t~?Oֆ*_VqdˢpcOspNh A`̌ǟ z"N"Xwf,hUd,F@:/k||ȍ ]w38ݮ3 ꃊGJ+L $?t0[yw3{K+E@qCS^!fR[;%'d7_,W FJx VC9?B5{g؏sd6 0\+e!AһddĽP"kQcS1pKmd5m, TIכnA\/.i *h ~?|LKיP[rQt`y6,o۫>vkWMckBi*1$6%ar~B-xIL|h2MRu cT$`7pr0ꡅmDѦSgqk:tO3kiS돔Bꇯ"uZl6A̲YMDuH ;s' ?aF#qM6Vd DQ%,a~3lszKjL/&.ze:w򩫣dK{ n^VM&_[b0 _l` ~&.>EB`cPCd$J0zgi}zYIwd`*yv%I7 $KZܷM~iK <'7Xt@7c(6Ȃ3) t H-4{ B}eEIRsgK}7چf%"T:,k @L DAT?(Ufiܵ dυBOp~l_u`$۔^ʉGj/xgmeU_!q,N!!L=޽>*7jWlz)[VdMY@rf:@QZ z$fᛮ~:W_^zNA8FX"ua~^aƓ)4 \ktek}y'}.~Ѥ8QAtq*8k@[ljnX9TRG+_\Fp)*.klTMWw18dy &945z|=,PJ,-4ϋj r|YwPkx(Lm{"TɀVoN98)+ cǷ͵&"YԖ;'"_֋?$ _`h:3`sFkKb2r6 bk*80kjjUҔN LJ6nNlvCp2sϝȶOܳ"(8Fc$U퓪tjϩ2eUϤ f0Cc+ ^ 8Kq70s ~C=~ɳ2& .#WGm8gxȽE˸VL~eQ,2TIoT ]Lط }#Z  &C?SXz׻z7q} u\V<ǀ$ h56A8nYajo^_IRn!mW͈lM)7N*X R"fZKHrd߿cߵa<-|HR3GK"4&I|~Ty ^2" \XҙRVb"aHD+~c=nc4x&+z5ޑ"6`<7~.;87&\|ݦ;u9hPGo-sa-)p2 sXc"_UYoz!zVGwpq2`%PWpjp=DI`c @B6t b:|S$QP[,xm^]ɫVVqZV؛g[N׼B/oDnX167 /kf \fȦM PFOnFh/ޛ,N"2HOA/)Ak3GЛ T(#œ/B Mc/sq: ջMj䓟)lW@X"^F=>׊fᖅFwN]Ad_LrimRgX}q6@J=GAj 逌!rg։y{|P|ݻ ߻߇59X> "ĉ6<41m@z v'sZT"4GnY#0bcȌ̱ף \ ?B9n|ָ05aCk ogh9\ä)7]iSxˁ47 O@7(b&Zvʹ @KdH(@|l~cҹ{-`* ͷO6q- Uh֟dz v"{'`/0m3 QSb,bĵwn/!6XW\ԦGjZ:/.#[~4J%qFO>Z^aThVr:ޒicN-604uZaB̑{GPN [洞* R&FeZ2 V51YR=kCabb; X$ٰ_${fuKNm UmFN#T5߹pXee6I' D[)QރAz>@k[_,$NlR"T.a.fNE4#yo~sRNQS^FsbD'.b}Ñ)4 RᛶzJfO2Gv{v:,DV콖\fZɊ\Z9K?X1i]g4% NXeL^{i`ߟQlIc@ޠ=7m| xɑ/`4Gn=k+5.Vv(l17Gb&A4&m niw*i>k7$N]І M£d;JaC;Mnӱ"I!k WT ZE0&V%+@{Tw,wHn> #K i]d"+ 4AK2FEqJkkbM}~XTpľ!gd?U \4mwkd ˳B|> ۪.'kC#ʾ;P>& Mkn;҉ ,߅j"b0AF.@ճ]tF8i0MÄ%1V#\|=4\)k';8~%#=)=dDth$AN?WC`2$T' xgEO{cSk]?ڻVj7fvDX9Ig$& ӁfbGH폓oa :CηWPvL֥|;*Fwzr,6> og ^-+|',xR+Cn愿wOnL3|  U_w#=ζS2?'b&hz5/|)ÕCbM<]H⊪)zZ["h]7S¡i(E] md3nk\/nn+%2&o@k5 v{.cԦ,*5x$2NuMzba+Kוeanap'Ncۜ"řs^znwq55LbOEsBmp}f:>|u(O $ iPj_/FkSob'AsiCxf0Xf̃3V|44y5-&y )<lNEd<. 3wAzxz í!N:~>n np݅&p ˊdѦլ9F2l;(԰aT$Qܻc'ym^''0X%IL#^]bM{˥8}AiNM«M̧ 8Ġ6,wc W>9+iq ߹@CK@s|}5}}8PT r}+s\gJ-9VɸA}kfa'Gi>&Ēklm|%>jq1bbN}'$JU7SwwHeskrYW5P,#l* tN3h2'U?&2%SC4[w`oЅ`pf.VwVdsAGX)wTpX] ^2H7dKޜ2F84|.`>.Jo#|꾿 l@+ " U~XLTu7l~X#8d1YbiKm6hXqF(;iܸٸT '$?ɷoȹGnw]sOљ}*X M?8Y]&2uieKDubtL*Bx{C+Yy>sԡ:=-ci bWȋod.zIT|o%~dI8U2'9W֋IfgKƊ4i*qɧ°fB||4|yH} v2{wZk*} XXk/@bXxseG_*(k ɨ`۱HGi%1j(6Q۫5pwn! }[Ub @ 4U [L髙uDw*"t2h&{+7@J&2VЩ5y0Qv_ Q^YR[<~[|(*b8ɰf5ݖXB¯SݤkhW^%Bf SΝ#R>PmSuw,4kȐ ;o{Gh# }LfQ.-nL~?7#^ަKz^I7 s`]@LU9S$AD騬,#+3$u {Hepz~|[`RY-KOhNqc#jz@03%G3eٓi9F?K*1t4.0yw$l&(wI]al  wM!fr4.,[ƧfzC>/{ I@@EpZ#JPxWOB|LsZ =etVsซ^BͶgvCiņo[9 ]D\.8ˈv7]J(C.d=)ao\;J~C߱]3Do,yQ1EI$ I۶Ӻ) l:E\%uµly;kEP.{ iZ֖+KPRg*YLƠ"|g\][> & 3b*l#/)^aB9 '{/#6.cLQ8-YFBT00u29o(F:r<yoVs,b;pxP@` .6P>f|[}v 崏-HɴβƊ;z+fm].?wnq!e6-@e򥶱o9">⏁Af܇ڢ nQ*Dl\8NP8Ec(X-l)4K\*FU9)!=}z^gI(+XCCj!UpnZHɮE_|aIZ7\a94Ӄno $n`Ÿ]ߊRM Jr8GR}xع QM h',$cDݶq^neskHo桮"JQ}chJf+JPx Qmo!: _` ǢtI|
h÷a̸N52cÍ,03OY8~!M!Q "*\-UcO</Q*|8H#19*ゐCynz= ьHL֗qt]$]x9B~lWse2I&*&ǚ^u!κQ]708轳9Tu '1Kvz!%LBQo޸UZ-QP?{xNt%(戟z}bc)3* Ep @ypPBߥ^ܛ\Y"IO7~=m]j\Ec2+#"ci!L7 c,/O']jp= ]6-1[?ajm$h;cv0g+68\y A āȝ33'gs[" 4RB7 =pE|7:rès0ar129ʠm1?3ؙY'UYY`1N'jPߨA]n0Ԇ+#$=57=\CԲr'jgm3/i@&mȡLQyy<34r%V_`"1\޼|ٖH}#\z.af]`o "d6O̰/!2PXF<pvLG~.ޓrsp8v`̢ ꕈl_mYNrhfŕˎÒ [.:ƂoruG FSF Mʌ-r5B.z~`Cz6# :ɦ*_DR9 'D_TBOfqGVCҬ/dH5Iv"<0j նrsG7̈́YYѻoDԩ)9`$RأoIb^|Zi(L-%ѳa6Mqw3$ѝ+]m~JdPT]+[~έVA#9H \W|>qOaPNЫ}@[;*瘬40f9s";\4ƴe9B'Hmq.-PVWwB&I#)[[gձىHy4b_)id[ (.C!OJYSa,}Zg a&{j ҋ34OD]\v&Q6ւ Z}DxQQ5*O  6*M"B7ƓbmyH ytQTEJ tyzQ "!6@7bRN}ҪX+:&,{STp\o Ii_$z8Wm I#޳ZP>_`~{ ךkj4X D$ u~D_h>S`qKQd7q2Tn+QqG!4<&. O$N9rHl E:'T3N]zOXY=9=6`>XٚB:\\˳\zYLI@uo~D9#705huDnY`;"91DٲuF#N^vZ6n[C[i@UݰİLs"3 #>ɟDM~vXj]$riȟr vXl'Tԡ) i-ʮ- 2?xە`PԋfZ&oץ2NH$;]$YB AJAG3.,WpgA'Y329Jj+mϱZȐKeNeLZ!0BN>/Hyd4H5ZIgC-\D[o<`G Hh&MX'YċNZ 0 .͠Y o㰿ӾcƀdP/Zt1䪱M͜KR'5HN08y JŋS4rg~-h()wOS@LLYYWvAhM_w`U@W?tƊ7$ jpeMIn&OXƦW. N $ܴ譵홭_w0Su3ӜJhgCod?5=x\/x[Iv|:Xɩ0f1h 2x wTRO= {ׇ[ϥ"k+gR96Xa~pG YSAНcͥbCeXBEbbd}y\_",\ _}|v|~ƙ8~C}:1n41[A#=7Vw3 ^)nBU6*mhɠsƞ#KU ^ 6A#/o'gFW+}yLU mɓMpwI-xJ1҃A |H^|!etk+ZԖ:T]S^\#Hˊ-;܀4 ݐr6x^eInl# dre̽w_fmpm \?[p RЁ2Xlѽȍ6nYla O8@|BZ3帕y|s2` V1[Z}hj~X X Jla%iKWu.n*1R>s󱫏(2E yб&((h-o#Ӫ"^RY9rZGIfq793-1dwJcm5֬Y gDIL)捃h|%8PZbH`]ףL~ )4hd˓\s${R; bX/iP9p_~TPuW|=$}RDx$S! q!B8LW>{/ٳ,"% Y WRS`=>]ٰC8ePEsI-N~g5hhݾbk|ukٴ7CF0ziUTD@Ã막ĸVe )Bʖpnfq8򒵜I')ѿeG&ki¿ :aIo"åN9/7$"B"C&_@M+3r[cc c1`'?hͺlrQ/%Y4pӹmciN5Z @FFLw%&L9Ȧ>`-U(E8V(3)e3[4Wp 8s7vt xZ s̀wTk1slNNe{|J=li7I]mB>+OpAk3xQLH F +y]l42=@h b?Hi 0{3F[i6lD>!óFjEd@+fY x#2ck{UcVVc""ުRHxK^pv+R`Z aڄ k[o+yR%MW0ia&遺WD_jjŽNi.~-y"EI7⟮eV~4dҀi?O/]G`ocwI,AvΜ_/{{c/Q&8X/#`_ekJ''t4Jf^ع[q>A$'7{]~m GCFXMv1-pF_ܺw%[ &U3OzJs. yj\{;u:sY-'`l>+-'DxX1J=`\L.3̭1{2^.b+k&텋Çl6tB}j!.yL'Qaƍ-\5sOu;<ܡAda-rd=sI-K.+-`utd0Stl*vT56#]f'Ѣ15PdI_-|"LSvܔ?43V8*'t39#)Hr SʎPv^q?^_ryd]+b; O6*bT0 R~rv{fĶ=<6a7bk^ tNxŬsE)RvHkĺ&9 <bl }M͋0׬y'Ǟ;igc]ւ3ֺJWo^iI'~&Mu[Z>g늴Sqi"[jh1+7C YXmg@v&d%9eSշFM^r哰!U0/sy>S޺t(]غ ^$OSo:"z%|FS;pF>о-Q?9eiX78 p.yn# R/u S.a k:02b3$l#_w39B@P ֎U@^)Bm&[vi! |ٳ?bFX1MGx*O@sf BUMr@rƐ ~@2^O azT$Ns3+i'ҔuWea1sQFE2"}#Q84%xsjXA0PrQ)B*Zow~#jGnLO^CRYL;XPvs),?Oz7~_~#E|l$.l f5H <^'S~9Ikwz}F63x ;N )K ?S0$D_`JG29% oУhxI2-̟g{7lOv$AŘrۉWӐӼPU иMA9غK>;qc w4hP)|CB͡'- vSFv5򦖇gUjs&-;4^|eNJWr׺dfe3iq\;wqSAulVT:`;f>z1P&I9^9gW0PX7yR%x`UPdBFP;լfWܫYmN%8Zp=QO\Gͱz,;bMMnM pWBeC449L}l?>{=y%jߢA9N'+3 42{)f!i w6:D3Py<,QMwgMm]U2=BшS(I`N@@??XDD~Ȩ%U6D955VKuUdh$1,"~FlE˿qy w-[:ړt>&3RgP^} Hd\R>/BEB M.v.[7E? m⥠6$RN$yVuQs?Q^*0i X\*1bM µ %a] 558ߨZxUv"k\[7duL #{oСiA xcmV ̢ܓшdUEW '^:IωT!;l >YC%E!;4[7|D% ws$9{_Lߔ-:J;&A#3G5uYyW Zw*:;#?7FK_XBu_v/&iE-9v!* d\rƱ0yt?3/[[jq^eUgŃ΅MA g@$[NIqp㲛y-L/ OkpN5FJ_m169;ӆ傁!*%}-C>|1R,EY5L A%ْIav??u[P$~١8<ܱ oX[ L\{|̪4q|}_*h?o#U`7A'[zuSa ɉ0Z ,܊ЙKV{o^˶_Ʋ4nOYZ~.*Oy"㾈q{VVy8@g+Wbf/T[ו45/?{?5 RlѭK#/$qJۤE}&oNZԦžj[N&*yA-k϶/s2T+=a;HQ]槸fb«0J3>^ ͜IK+xZbq߼~ueӏL&pʠ|sjg[fΤ<=)-.ƣ@'ݾ&fstaצm:}/S#c?.G@Y7'#<9 ,7`Yһ!GbPh-Z3 @WȚI2J^#<࠮诼6]' tJ s]R2nMp"cX=ʧUȁvRi$EmDVP`gsgR˚0khW aL aQuD{qtQslޱ^\Sʤt Y8VobwmqК eg㓷ԄE y$|U#T|ֺ!5j .Xps& 1-ΟҌEx+*@ЭQ`9X!z%>*<[rA64pC{.C}^H)'U/=0V0FwU>ӓ:Q< Rźnp#`!P-]J뽐 Ri*#H2 X.'0)~{]oGW;ϯI-떤k}|U+an' J[V:7ߙkE?g| HzA[;-5՟g91% "4d"ri%LVrtM ϐE1"Ra/ ;InHQgÚp _0/a$\qhU{&bJ_4$oPqW_+B@k kxFf_!: ypT)Te Po%hMو?Eo6ab۩p/l% u?2̴?{n\_sz= 'x; \(qC \<*DMnIժNC"ν49[-o1!-ؠ 1EpoԮ;)\ޡL<YqPk{-OِUWݨޡl~4Ut6馛9.qIdQ>)3QղKp6cV VUEjR}s>, FKuwZ.,lkrȭP[m'|Yn~[ȳ8W>^/s8|{L>2#I 4d5TG)?W5c\:gtno:)bW=RSb3{Zɾ3wuTfSU"N(^VsC3b?T8fyzC㴼[C:62´o1(uc2 `_kP W^nʹ@@)})i*|1[OډZ,.*sg%G*II׵O~;ͭh!Gmq~XYkxULi%oFH3風ldMD-$նG FE@܉sO.+KyڧHZzWlc-lN$X3EIȥƄ!OTjmDUFlEjψɘQXo:@U{k1*REEÔa[د l@ra|nf["[n7fSNkYCO:ߠƔXzNzLelsڄaސ!䍱}F$=م;z|F88Vïor:v81q4SEQ{GLGKZ{܊jT>u KGaj>:A3±P9ٕ'x9h~-uy!"=6Gh װc%#YGVSzSWMe*&∫n,PbuЗ:': yr2SgrC•?i!K剠29˄Ƣ&ŝ+ʉkԷд'{%w1tUlMYDQOv풘Cl[mc0hrF'G Õ/qe豆=FxK!z^!BH;Ϧ|_OmQINŹzK KH<@vw^=$n!  ^0mk6h[pLd^FtDecq7`L!.E  uS'c؇(o?U]/8bKf ^Q签i;OyCˬ\bVΰu;}m$!iY~+ۮ݅sp֨6V -XA׷θȃzA\d. |8Rn$CRp(R]3yBaLXͮ1q0-E)i?JrͰfAf|{+p\BuHɊh,?,Ar0`]' '$d96fbKM՗Ad[Zw;iH@(~:?11vf %to%@XUm[blzS؝lWޫ(Fj'm}y_qsПj\Vrz0/ @+T R Te4\葉٨j.{qcyr>KPɹaMV*6Z@c&՗5Ѡ W\!(ps%5*UQsOjYQ_5NfnEO`K@(Ez1CĔx%G;G4/F%c>OW7[l3R7k9Fi'JeAMRk8Q\NSr+i͆΅1F3.з>d8 $y uSk"Cn-ϥ_L2h9Q:107Ó7<:: qc4fǩFH$~e@n-z8qu"ܬx hWQ*grC$6_S@B+wiR8`;Q4;o=q_FpN"{ Z`BGN>FTl~]TR%[ӏRll2;]tTV9u+",[t' Xᙦ@D6J2:XU>YCh&آ_ m=S,yVn(2VC>%$_}PWfyg6\ :yAb'gp 2-jQ)!(wTU_R~HN==Zm %1hV1䮪!'b(o|+Dh 1JS&SJoddb/3!0{qkpe| =h|B54H\!`ӭ՞\ړءM7dgl" (sBykd׉.I<{@5@avm|c-6ڄrWtq*4Pl,fAh⡥J(R-J5TݸY}b|Ҵ bhRK\lI%eLm[B2>/\2=0/z gJsB=@ rKFip6Bv ce_>[d`q=|Y^4U!n4Ջf%[lKQ Jn>%s U1ufEyRDמI-18>Fjp rKX}.(/ XʁZ"K#EMc n~l W F}W[kL\NnhQTw ) W@p'Gig5\}`?ݹ*&03[I;t3<KD*B^CNdM>b!0cyBMp}?J /Q X_eh>&jJ1 I d1Js~94Q̡[ls 46ۺ'*P 2"М⸅p^FpVM΃2)xzM0`P] '}c~KQ嫨:t Xb.pI3'>,VYy*s!C2<nk.2uh EutqsXt|ףLnMBu4"w'rUnD3 0oL/5#~mQ=Z|$8@3}٘VIN۩HƵ3PV=J,]̀t>@/ d 1ǘaTrZYWBj!%Ɣ3*z>c~SUZqJQ ى0&u0#,]nOҧmsw vŠ#z&Oxv#XJd, .&C̅6ESP *6HUqC\E 2i":QU)FF S'E}N vĉ~FU~"eWŽ~+u9ifZk'R$"?prj,ayunad )ZĈgx>8{nչpϡ#9m[1]yڱ'fZV*)ff0 f%IF`3",+5zrU!}'RU%iDS<Ȧ+e'saHyee_ּʹ?wL<ɯ,Fre8fg2#o{ܶ[+ iݚ5T .s DrI'4^;?JTTM-"u p1\愧!_“vRmjYòơSt4*vlJDک}BX(VFaAJܔ`XCb.9WFuY)9QQj[lpk@wUo;\aI4,{yj[bbj)_h" 93wLc1PRv1-d8pt|i߫/;tg$Yթ1BSai7~\dί?%؁%A܏Mc:HKAQ<~M0jliFmxɳ7cl+fe1fެ*_a3QGQEQfZP) EKCa;woZe,U#PY;F6NP^aaOkNZxU*W =Vg|f⟋]gܖ-]j˴IypEo eGUzWUQ*2;nUr |i!>r>fֶۿAL jz'R\˸G(!eR QR^Y0 طB od*0zΰÅc:5rVE?S]z_ޥ=.:/)^i}{)p $ ȥPzz/뫃 JּHh}GJzr|/{pglMk =>ѻtt/S{ }c(D:Yag.HLb,>j05ډ=Ɓ&u BrjRʵ.:ܗ?Fz^U 66h3d&f,$H*kvm kj#k_ïuR8诵QP?HD/mt" C%5<[b'!~~qpn*waA#j8,< pe9P<^1a B6lBCWy9?GǨ"(1ľ K1NGa)[ E~6%hX^׉ĕ8t9y+yYo:~fd5J+k,z1Fu>x:&[Q//j@uy*da2fQC/mafϥ:Jɀ vAńDYA SvW"uqH!I-ܜc/ϑ&"ͼWɜ TaJ>qU4C׃-E dY+ux L 57l,Qhsr>05W? pRs#lfӖ )ORQw)ڲ@K8 PQcO~#<}-ܜ/3}Mн/IB sG 뿣{q⁚|V_r VҮ԰ AG+qMS]wbz2s=]eIibo$: zm.^'|tfXon+zN?UEk t`V%!&CP~ԙx pAyfѵꎠ"A] 7 H&{e58W>Nsb䳽 t噇ù&ղ%!'$JQ}ΖǵO_6IJ})teaO MD"C]oDh6` #DQGEzd[hZ,>Yޱ"{flpV42aSjೳ"'ai-$_mPDëM!n&0JlֳgY\q'*Uhc|Թō:j׍_ w0>A/<Q%]X3>$ 8ICpR^n 8 ݏz,#:',E}p*>&8hT`WRĪEˮ  zUԉiCHd8'Fb:6>(%ַ`DpLr h f7YhE{ȴ!7c}C&@9W&#uH\He\C1; Es[X5kT23r`ӈj[-{9w64tC75#P!9'xԠ0# !I½n Z!ӘM&<{'t ZL*=aKl:ak'#t_[QXJ|eFqV +oiY^i gUFq]srO+ǰF}[d:X24㯯8BE ^R2zrk5gc&vd ,1h(¸¸ }T*7T B Oe-o[ۘLK% Xw9bqBN9  7s  jTk ߺ|]iT#WYc%qXz S(ꕇ^ZJ5n֍%s19j9œɬ~II+B6SXNN٪rauB\^oKwh\c¸[~C(ScL<%d惏3v ;4a>'@Ti"sVЇ6 ]O1%^y8 7+?cw?jDr@X'gV]rpTf˟{Me e#ؙBrDB:xl:l3˹3T:!][@< lYis;h"-L 9/%i2k}5.~ʾ:bL-z|*&_Ηh%3!$L y|O>+.?4ct 8Iq2]h:hƀIK>+l.WkGbsV. dBBDiicBo`}3Au{MrEwfOX!+X8y%l[ h! Fs"w5mԢD:gN)-ۘ<`~=PTM D0!۠(GGQ|vzW j}xVWp)H7ο*M,&tRǰ{ =+U9=yE榳.+ &"Ԝ1"S+zK}v{ e2/%g8eͭ,GKRZ ;n哱؟ x)L[!{v'5|(p.޸2$ ;8n^;gjf;J!@(m^N_ygg6:?! Rl3,/U b{kC\ U?qERMؖV&0p\Hi.7Z҈/2z^-TsC@ƒJi|ՈIYõ7L>#N7|hs=YXPi!S>B,gؙC~řtJsa>B;|5 cu8vowC7! %ӝ&&giN9КC)%69[Tۜ9mf٣`Bqoe11=֚*|OK‡)g<~7nj>A*k5Z }L&rCsur%N2'B7I?O&0 Vf:4ds8k1SיoDN˗)ܦz NC Df0|~C v :#>[濭p^BU;',ޜ{뜜= qH̆Z-PXeUri$FHt\,AB}ք|f+L"I@ $a<>{el ,b0Ec>,5hh\H&w+Oy?Z,k ˏ[iZ=:Ļ.cR{uRAz:wC 2i\s,dqvDpf𼸹,plC)=zr#K3N!D2؍Tm[9i5CKSsӓTe4Jd^$ں1ܥ^הVE\}|#v T8^>iۤ^oLLD6I*;ЎѯI>$M$*|Lo}9;T%nB28iZuґy*]f8n iIs@{iQxTN" :0 ɭXqRFoB@“QdVt>!1`mr({8S6Zn2?b\NϠG!7Y\.1|騯g@>PVW!/g5 ®{Rʛdw䧸vG|FU654 haBqΈĸ͞ XP[-?o__$̬ Ҟ}k,U[u[} :ڻon"QqFeZ<ɍ,T>4J5 U@)k*m|щdxO_7s9-$tmVy}?휖+86?w*Xߎ!|>uѭK-?/h@G8ܻ]Q6#(.Dqi\ #= $vẠ\N8:mʄۆ˓|47s6։2!UAaLC{9\̪M1z!UߎIN ^9P#[ xME=ֆWWj]iƷ}X l=] Xtzv~GN.DJg S(m!B1]xY) HPZ)y8!+DZmA;+M֒3Ttr^tgB-[HElTlo[xgtaLL-e\ҠuUEb⸧Pt7>3!s*btIܽ& yceUd!)db#ұ[4Mڇu-;N (]S ʳ&L} n.7Zm@ _v0prT "IzHmhOw̉2PF k&Vi!U0ytoIC +UN>@4i;kq|iK! E )LLigHч%#?oQkuAVd8}El |x ޻>\_^깫wwCSq@dL5p9 BxnnY9]vRb%˭F"ȐwNEl yY*ˁIyyR]oKöPqH ~i:گRW!*`wuT/m gxC_ |X}D^Җs‹1rE]9S:3:w|*Zj|eLOArF3 ;i9-?=>\4TfŷG@|6M>9E2{Yz$ JXAÕC+[)[{IhrԊԀ8m- ҹݎ a_K5kQ K@^7HgsCw_K;TS־I<¸+/jHj;⴮muPgr>8+S#9~j~*\1O6|g4:#$-Ei-4/ MzWu7=SIuWN1xҵC?r~f;5Y0.g|E$D]#4rF7 vxPF?g[D fIA盟I~t(_HS>d^ZB Q(GP5yA8j6 W|1M`ZyIv ݝ=]ÅWMǡ茲 Mv cp( 1B;2d. ,߾Gd?^Ze/mxT W8*XSӯ nBp8tanGTD+Xz(z&WAgu1DdVF1V}Il}%I۲wњy`Rl'_~=F;1f\?_˻f`$ "Pfǥ6FrpsJ@z^vvl}zF =^@3IE *]t? K9 p-$ޅ~[~ep#'/Cxrxl.ŅkRo #MEiE^<s=F f!ֹ^#a #6v~| F>:W<C-e%IơϮv;@-Jmܚ az~ J|!1BjV|E5{ >@y51~?caǪ5hU1} Bt$tcM5;årm=1h]%%̮ BHs?gc >1Y*<Ԏ(rTIm y(4K<M@7"+]'$r$9H8< ⇆VϥQ 6 ۝Ya &e, Qd !/J ɾx<?;2lTc?-hxMW?{$>:WR;ڭCuQ$ugf`Fy`2fF+WԯTrRy>L1yaqVzK{٭2ZmYUV̨wF2=-s*5 :Cv]m"NE^7<0T`Y' q' & Hҏݴx&vMv>~F˙N* bGuoniٷn4X4;ߡv{`ևyŕq`7@p[e_(t%L>Gp>ϖL7 E``zn~'3W,kz v;3#L,-.5%)i6A |,dxa Z%W/{ztd0|7q,m$z6At`CoY-,")WՃZG[lڰsK;6bVnalOWTC8]>@Ʌ*&{/an@,8e촪f˩56AKQYQ{@gؒ7UvV G VPG\o&\pF˶w9 :xAz|״xhEaRIS0͸h\=x иZȄV4Nl brlssXD(?:R{u]mWgMwji#M 넑|[.8ڍM^[?L<ȣh3Qxjт$$y8U'IAJQw{"U^< _>C@iN Sx:MWIshBp:^̷ ~7k9jܿv<'>Rr 6v P?`m$]/ `#5Jd@=H DD( ~ƻOFz)J1-fKzhқl6r愮󝎦<&L$L(.fSM5깜\q6+fD%J8u\6&r; ,⠫tݲ\Rʺ0@ PݑdV)ѠIFlWׯa2&|O{ߒXG'JpA;~*Oޑ|`ʆ?-vZf! w x2-hShH܀\&rDD=ӷQ-[AYr<&0,^.)&7uwfhoZ :wuޜHk5D;.THi V E:2Xϑ(v ('{ǭaSiޑL3.Hw9 6 5E)`$XnuQ踻(h#kXp0q4~`_pe1X 6G神$nE=Jn9b"B5kO<ۚm}x[߫>.cs"U@iJ{$xV_;1 Dws'Qb2RrWFۗ.Р&fk R@lV/_ '$TRFuoU6;z漅M,ߏYTkF 4C3n WcFb憌k-#4eHspd< MH!-*6 !]Vw'm /UVR CvQ}OE LA_2E";F's@3yG}O@ hqc=*j\hmD m/H\!KLxnh[P/;4nGM6HaprJI@L &.o7VΧ=9`v'Wf#|>jg׊\oƹ0O]"}8H ]OӅ%(}+4O OyGm)(_˕ LGw$!EҜpb?Zrs$%g#1ˇɽH*ńrDO_4s8;Ykժ@+xQ)yai{Ɂdݒv.=ZmBɗwr3J&'8FOW/,X["o[d U:QBN6]Zm`O < (X~E钘T;n\f?'(n$j:zI d_\Z`ëSR?Fh*S^"4rZ)]!s(U㖪*w)L%õp5L#bFsg~zJlvKDFek*YQ1w`VM! ,Uf2r-(N)Rqך鰄v`YPNj*Q;x%08]='-e˼GzmZU+~XҌP-A?IPydt ֠ wR0PM8J&Mh+:ižSF/n8(;?7ךK &獝89QM&΀vG ->&5zZFj2Zח:#(\\W;X8߇ZlViɚS'JBI|xCh nǚu; ػ(~dʘ-VV,Q^ȳ8PO0=VYD5NIj D2[#F~..JHaSgcQ`܆l'Y0KXs6si9XvHG/!9f~˅]ĥ.qHTvR􉡂'&N 8TJ9¼rvmF&~yaO@6aQZ2" Z(hĴo IқmXvDFӺ?Sw FD i3m]FFf%I1-OHM+ba*y[(zk 9&~ 7KЅխK@?UT!`^/ĴŪ<'Í0Ti!k:B2nvtr_\xPּ畮whym #`yA18AhH(AHxV`6VL@ /Z, rV5j&lXH D1mD-@_ͤ{!S 5 ә #?V~4:اG]w`%fڻ636{:&_*Ҍ1LabF=7K" N$b4ݎgx2E!ÐnotyIYEu6ke4t|v% d(")©H Oϒ, 0& &8}M`uYNvA?o獝y[!IvM\GM6T7js6۲JCfqqU`iw}̀f_ (Z'ٓ^61tZ)DҼCZUʎfr{Plx޸POL7zDr`Pj.߀qlE7dg3w/i+Ω{m02.*H6p՜F0iES[ZC_L8yd9hgFT҄.G{sRsdOآR@B8uÇxԝN& %GK:3*߮( Z"$ Z@EmJ> g/yUI~Z1{.bT]P9`뻝ӕ~6/Qhx4 AS~Bv_<3df9W@ٮ]gLQ߲ բAqC|p}B3Ė{}mF6O0vJ4&tمE+:Izf]á`"X8}Ć0u/[VD8gNW>K&_Ik݊hWGJ^KHG<0bUE]SdY|ﱽ݈x%>0>oBms,h45DG'j_v%P\x&żqtB o^OBysrWLD )80˰;@ 0i>ղ^1(;.yv#O;"4e(P(ի4,d(( 1.ai n(b9 T^"s.<<$G:Ll&:Zs@;$` YOCmI*3|Z3;_ `8| m(R_f3+&,{1z/5;f3F9ߗ ,:t'kb`tr-:8f+j,~1-B4w44"] A%Ru }e/tsIa|yt t-_(^:Qso@ :*VY~m&ƒ\f"pcnnEώgCU⑿;BZ_ n)h)̕Y0|ޑ4%Kz>:Ucu $+B[ 'icxCTC~\t*?t'@]FvTH.V*܅k~GpB&2x Z1GPtT\ZFʳ_ܓǂ(Zmٖwy(HOpI2b.E4Ji@Պfb- P).:ĈQ0]Ҧ Kf)A6Mp:^.js]APU PCe쌐*dB6A'S Mѿ"L~}cuv%|^5 5n5[WX=z8Փ㷯Z2*]s67Gaoϗ]O(#/+OU2ϴ5qt[QJ͵"8l)*Wx  2x{&vJdM+ɽCeL,zO(IH;?Ta$^R:۱9Gu'B@08Yن,{y)V"QjM]#"eLSV^;Fq>sNq=r v$M_epG>"LhbRI4Gy(>YH xWoF`XEu˙ܕ%W'e:Ҍ()QؿV#_'C<&QmFo.e{tUtһ-cV < XPHGD5 YSXSD*ĩ]ę$2Wvq7xuY|4^y6w{cADŽ z r=O[@{˺t.t8LW3*`]jdTBKFye@8c(Fu$ ;{Ʌ>tTGzBޚTA?GuRZϵ4&x%W6`2ofCã4}Jn P`rT45g۱0ȥZE_K$|j!fXY-J&~hsw4dI7JBe*¶{GenP#1s_OBv _`d&U"g p7aՎ <ebɮ5iV(5=_qձW;9/DžЫzu2ڦ kvd49vB}92A ؟,{*HWr'h"=Y3|U$jm :{jTc' ʻh! l |쌮k+&ƌ}i:xԜwf(zB< i ; Zy} ,E}X(ڇ29֮q%W{ \2VChp AEuy>AbC\-gBg YQh,¯xJWlҋhDTno⯈oŵeɡYꟓJuG,mn-],Ԓ":%H޼-4ŬOJo UX%<@rG~kpCۆ\.D^")e4-㝴Mqn)w[_vY['`iq5P;|w pɴ'!LmqLueF*{/GbFK۲Jܩk v$ǽ13Ct&1[U&w ɀ\?a:Dԣutݥo@n+D{ TЗgte]=al1vCMX|T'/o2'=LUN'ru *LF5@\*\p="jaJ.3IM1ŇS@|O!Ծنs+|2t՞49Ј^ޣ2⚧Z2!PتU.#b^?US9uM\MP lJiAn1jfE3;5cy;q&Big!8}PxMS>ܳ.px +]bcU07SKGO2p21v ~~oopb&pLre%KZ׿>>>O3poq+ȡbČM-$6 ;j܃fL7Tw $ BZ&ӱ,Aa4O}ȲLm!my!+U 1ӛY>v(T;`7Iy0{T^WHEkb^1XșDJ仓z2J$SU|~bu C^tsT@@僻M/C~3 us9|l:s(I; 4z"ړqqj1SrQWL|$˴o!p_l#5eTfP:Ўn} Ɲ-fztF:ajI_TH}sBArwi2|&W2 ~]t]%cZ$.lK }HdGDi ;Ɔ`UU-xǗ9r PGB ;֏ >4_D9 %ON2DRй`fUF, ,/yɨ1N}'*3 ژ?娗7rϞleemct"阋Ş/2 jL ic)ϻX_\p9-UOUH}&,~0HgTr4T-+>_hk {"i@趛tͰ$4#˭aK~ ;k $4Mj9d쇩ZOl;r dzdm1C)A88xwl['g_y%YI ms0yI*c*5UќU];bq\ ?14:&Eeb޻*x6e@8pWM=W,MFMu횢?[&up([Ea\M'eP>S4/߯QG)KS;E3C& ttr\(/m8Yy,pܗHJ(ˏ S~ {׳ZQ$* L;0I}CZ (;&!< La\Sm"RI?_ؖ5V|6IP*\˦1Chzԏ3n:7K9hQ #s/xOVPgS!uDaQ`^hc'G`|e ki^D&ržK]\vd5<5D& SSwN[t9 ʿ4$K@ú]&vHӮ1yq| , V\y*/0˝όlŰGLӯpF?,˓@USLeq2?x "C ubn $yfprzlJ#IP@*m,5YC< +yIؐ KmbCrEIv>UAN1%4r%fYwG?܁-F4A B!; fGFQ gvZӑ$~F^{Zui_.j5^U/a@ r+OpDͯ_kHIk |3lt#UybO[.rUcSb?O lc5'\GIHc\^@@hjִtE0*Ձ$]F6uoIWs tVt+NwX&8=Ezbt`)u-?Pwً|AHDV( A u5_s'7<753;Ȟ*eaqOh-8T'૏'j^Pp\Uμ5D˿m& b}z0 /{xoW9\[ a/Cj5_¹HNg]޷C 8BccLFuyoJN6CpC|(0m=aH8 h\ B9-Zp=]@55T3=P.?.i\k ϵdN thdUHlhgkD S$WjTY v:2oBG`di++#_6gqMǀbC(k~(6h͹F?'kqкaM EEmie * ȅ^Lm–9H-:g>yE*yf c9cz|ÁAx,\5]K-{9;݈gj2/]a]j+.H%Ix(,Fj?y:7Mr?e\xŋ '`{[-nF#u &DžoT:'S H3m_w[=R+AmHjK$9]YT,hI"]#SзZHRDp3SYOD(J.'>r\7/%Yc'3;a-PUK@k"_ p Hvw 25ti?jsUi"S!r+K IڦA3 ._·%/@\:g<Đpx+Fd&!}_&+*)/ jH P_[ Ye=+nVL= ENtwo*TZSF nQ gz؃ŮitY _g%$fyNcI?/& ?Uo͑$Hꊔ#y*q^!9Feq;s2Fd}>* uf*l=R6Q0K/oM$=Y%O]4D)&#oMniw|YD^JR6J%˹]ux۬W6SI@5,x@>+;VvRv9;( _OH t6II*ILosq ``6*h((!BK 7m ak1؄H4_ctmlt\Y9({/KL ) Wd\eJ`+|sYFΤ/xOGr!E@69a^N- A؊.c S[fN͸IкP䰘pYjP׿g3vTmIx 5P:]yNr\!duܑ ;\( `kjNY6KpHŤRKZW#.9m:T9Xo/>%JEke4<Qۻ  Ɣ(/" n~=AMs):1"ގd. Esglb@=@LHegY6NVsh#jY>!۳kG3[P}::]T㙯A/8\V9lMe@vGу 7&6Ҵ,j]JyX,puo,v/PɻL))ifm{lcnؾuu2&뵄P@v+ jpV7;gpgbFҮ3ǵgSxkr5|5o HJa0}LAMhpl=؜Sƶh5Z=cyĿAet"!j4]EG^at5͒^Fu1y0[ kpD7Or3OJɄAk^uڛp0Q΂0Tr7Ā~iR1LQǁl c%x(ρ")kY)ahcWX9&wwI=6Z:9'o}1^ 1HX˶Fw) !W7#vx-"s&R+cqm1NQv%1$]鱯;M!in\e,/q 7 s3vFbdOufAJ0utj݇X IY[gFBӖ^?u!l/Ͳte8DžCE7YH;#e]ЌpX7t*G©ۆQүl?=bJ]xi AMΟȽi鉅 < _89N{zA(ֶ#d45˝{&T5I;r8K2|1ڂy{7N5 va9EBbc7pOpn'CbwH.-*e 80a8؇[UD] N^_g.Ն"<;/(6(9isV6q\,wg%!."wyJ{yv+ dA{ 4W]B=U ^Z7D70ZWm3f9H\j/yy)>U/Yzn%#}NlQJ5 ;no[e:s@VWt:Ѥ˾x+l_'&eƙVwq\dRSl ӑS0axF _ReSR&4r/r-;^K{o{4{I؊^ FPX_~h& -Cρ> A~3vapuiNaܱUP # nGq=oL|׼HyZ\r$8u$fsOQ|:"5=XkԛθÎ2;9FseGnB;TE]АlzCu@ v,(-aVTf愚Ě[pa)Xi*zTp{b[:ǫ$^|/v5,$FN*SWc{dpZ?<'wȓְma| $:8|xu(v_PC[@Skٷ?%A9On6Pr+߈֟1˪3mp֔h= 1C/iJ~/_ -oo5;?Ci$.EC3k:!/]7ؗs|GO*<%H-]֎oxٕ ~^nm##[WnGʯ[ Iq,)| Ew2$@(bx-̕JbE\R*96 F>ª|T JS~f\k.ZtAPNys523&: /;Ux3D:t^[ /}9;2f96#nJg $9Y:^W.buMdzbMgܪ*w F/ou\pN}>P>$vpY^" +Y-Wi٫)k8Y.ɔ,TWsԦH*XlXC:)ڐBjTDu>*xLwTYE1= $+>xAF[&F`ꛅ $!Ω*2pe TV#^jKk XY"G~MERQ䃩iի'- g˗ʇ/\Kl:/w@ѺG%ҭ`g^ U>ZǬ̥9li= 7Z#;]r4`VpX_b݅eS虨+! N3^B|XD >D3$QaMD?)}9s)aZu$1'byJ+2Jv9Ut,l]fFKSXR>BH-/Iw;k}d9ͳ ,ūeLn|umɗ/U1D.KW؅ *fe8}Wr;hlAo11P|9d #Vҡbt#[!E0mC23Zl[x!/s7>`p˓bY/3UPh7%=(ֿ^]lGy[Qpd-\e9KBcԻ $c dx*Mۨ!zđ5kUW؊ᏁWɲSEl?P1n^ !s^X7k͑9۩77;@ nh.Q&q=L6G kv-]"^A7C!3 UAf"djN~ןsi~;^D]I2^LAwa<]?`k0{̐.pW<=n)<tAdD4^G+YdZGX+vM*`N"P7ȿHx#\@&]gj1QS, (` 7NeӢR¤I1!yT1|{Z*0Ro'ďDP+eW*AnN΂zgfkkclO pC^e&ST6Eh,Dž΂Ko٤Thcvch0_= <,K?:`'JحƤq MnϹr^[aߋdLg6U̖D@9՘t nWY-Tlv-3)>HG1lMU?k|%<ֈ s6lGca7ǡ\ISDųZ;!#!(~>ܶC0AjK9y$#m5=zp%>,!f+mHEmVb7E 珍vȇdd1f(eR^L}qiMLgN"x%~#K=5A>̜LuWfK+0D G;3Nt p7Gټ#=BnL.wfҠVGe!<ѐnLNM7YҸ@E7QJNwfKĤ Qz2tH!ێ ^HX~ûcvVUsԲڴ7R 5;L_%ö'q/ocB0ڶG5FE?'omhl-f :4n|Clv pGșԐ{OF$ >~ O oU,:gd:G| bi x9+IAc--Fi|?*ck dSŐ{}!20fnbIPWN|#({I;cMQnnJ*#E2Jɠ&@ow]<(YK>0p4x3"Qk1u߈H_'(_G:j֝B8& 灩M귟| T]giyl2p3'N +C{rKFޓȜBaSh:;#h 6C[XD6^>#خ/<ªSȝtJɤ4M1ԛA14;OD02VT"{Y8,Bbqg@gW槟fg)y'@S0NDA_P'PCR>T3HO}#nMVr`nRVX$젷f U(Mt30s%@Ӕ k$ WVgOWAh~F_wwo_D[Ny1g h5b ^ B_wnF"́7ӕ{!Y ӗw÷vU҃{Ɲ{ f8w-,UB5%ܤLw`,b̋EenjMxŨm,2HJ#dM(ts"yeNwXj>S9Wp}&gǒ]@wUꭨuܪ#.tz)P3^m"4XCX;IOhPY.6֓p&ޟ-[mbKʐ>;N*:GkYw'a?{w*0y^WgOf~!|E5`tL`bThNrf#q|kTDŽB0wB'߼BRΔ?Kf;: .|\J](T%Ҙ&=A$25(+Ᏸ/H |6/gҋ3x9l:*~c'|XBѼl+|H 5h$}0XXyci _Nl/چ]䙻_t_ I ]P1nO™7H7hH`}T^e&*3FT\KΥ;c~/(ŪM)-Ci՝nSuD5UcV{"7ҟ{{:kHrXWqZ4iOp/I1Y!ǟU,M5 YRqaXWy{B<9aB(nH\Ff5X4B,(5KҬ`e30[MJ5Ihz l*x;~ȳCZ><ߋa=2:;4o5YKđ}DGo a2b4r3΢5IrM{%kiH X)F͐K5kc^a1[l7֨>o`i:;SC:evຑ/@1pmk Ш6 HmZv.u{yO6 ze;Reqp]%A"/q8"}Sz^޲5# +<$閎 >&<;@ E Dsl MMz?P}p ®ns\\sc8XS!9*Q )q-!]&l[^;Qp7;?AL |Dߙam9zff 9}pВ$>| @@&m(X\\f>\dօ@r㑓)ôHİY/Mò]+ќT`rv+=%Ъ.@礆%6Y"z Fuu <S;K'ΐl,W[\9R L:,gD%EqjI$ڝ:K8~6 7*F&l:E,&*MJ+FYLcma42F.:\wqP3%#Z>v5E9g7E4W˗{΅ oD{3 Vtƞq/mSw^ DHLatx_USc ė"#7Bo95N>N'9j&X P.u3\M"WϳHKLqCZ\_UE+{6 ДVbFy9(B)Lf?:"ZFLһs5/CEM~7x\=CR?UCbrIgb.G^jdW ;]!lϖg$ fI>C$^Uaۥ۟ds5˧Pр;^2gv3Db-uIJĆ|˹-9G^lD]-T!?*Y&sW43slJK?ה Cq)8mV&ꓑ {5&.h]GXT(ў?0m3 7s4-ke}-lgW&J_yǩSM967YXyUjQyS{ەhͻ:1!VZ:cWLwƀi NÜnvʁZS;@mQN-pq3ܴj3ҩ|@fzEˑ0,MNS9 G!'#,Qx[6BsPoUQ&\Q_d8I14PWLɛ-C_?QKeb+wV?g eۤ}n$׊VBъվ7[kEB~2? )HFa)0EY;1'M4>2XaZs㥰[&9*H'OMd mtFPCM~sxj7i ZXd8"$Q"cx ɦ3L=DT-KAuZ '`>ƠR`#\ˍwӝ&>S@jЀ@a Q>+SH;xCKAHpM#lP< '" |{4sIlŷG圣8|SƔ8b+q6(|<4~KPKV. TNi )Xj!ϽBNALzt /NԮ=I]CUkƵA#2Uٯt~:@]g2GVsP;_=tXܓӯ BnqRpV|ʥ?+ƙl @ י-fv- 6G2ruMyߡ[6urI#ZcDw~;BUL#؈ #K\_wQ@}w{_BO$ƚ>bx- ?'&., rUmSGy%BQߵ\dnd!"M433[RZ;t+GHLrσ|iU|0nBhŸ@< cHoD4[GP* 5O)^%6$BI691۫Q윎g=Ayw?[LCzgrĸFZG0@FԣMB* H%oi[(k}K!}6PH4S$ Qymc>حl>w}ϟh3",az+.|j/v׿4w2Xjb%6r\Agt:"x[U7FM)7F6ҤCV~-{zof+c{V0v5l(3ȹ.w@8Cօϟyg12M)5~XƋʈbW++Z[D>ɚ˴Rch;0|Q6-zYD:wU薜pqOqnB}'9XN( 9DCNj{'mIrb%̆f |-wsE\hِ7MkJ!s9|x2x=9.m'E}>] l0gMR37)P: YgBʂ Z. fN &yQ Gܺx>504C*A =Y-kbbieBZǢHE[ݭps$4v qC^n1- KCAC@Jפ4_*^$1YcC@R?R0]8+%Ej,6'0&NIQ[ z٪ " 1=!aZAokesC&5B@O_G-Ԧ(:K~|MUE.v敞?y93Żz'Ws L^4MǾa ܁G 1&(ʌAM[\⺡V#6n+_1 9[ ,`A> dSX Ε<I< GhG5 LDyDFW3K$VeoGuFw}m6*+q 5VG is[譇Jv:li|8)H.G.:=ZW)j>n.6VY0,-;gSPWܥퟫ]dl䦐NЋzCKLD$ t`0o 9z`Ǎg8>:7S댫nJ#DE+6R']ʷXEO[q;$11"njn(BK)vN|U&wP ְܹR*6]!l5Hy<qTPvzu |2~\#8D=ѶTK@^?00aF Z+c #S\yGX 5>Dil#:\0wVv T6\iVLC)vu=N(m)o80 ޚW[4m%Dyn G`qG E1BkuP!P~FhajXoG0?BQpetzDL%7rC Eq@8?4Z?#?%-PH?&Ҏb58&:j:w5) FTZߴiMX^)x+'{1z}P{dnX3~MO&-/}o=Vb|# N9|KNSo㒙<5ЊD*7/<d3s"#+T_m,rWa[u\U!w~6XrIRЊ Bfmc1;v-f"P.|arqi: \1!B=Xpݎ k1Q~-\96bIBHw/ﲎ:y\jk%ZIKNC Z?0-u9;eȱ"D+s8k6"Nτв(U5D9hj:KSg+~hOᣓ]Ź$U@ٌ]Ŗյnh)qeY"c:;uU\l qNq~%)Hg@U^g?Х##?X/)G7InWA\l 4ڼ]T 7=Y8aP2m}7LԚ6 [{ץr|珹']Q;swa"HBM@9 [Psvh}PȜk@JE2;Z vͨeEqR:Fgc_| j w[ &53na2~Ç ,~k`w2ބdc ] Vp -ԊG%\1z*-ǽcF ֣cO;-mjx $z᦬:T%PO/uku+񶺠BI93JhԺ:3`xqRu0~(+L0=lX XR %ZYOd֡zٗ=!QӶڛH/ 8}Z߮lKu;KY{t9=jyHY$'&?bwntwxn86k,Y;n69n05cSjÔ/OulvH޶mǣ;Cl_Xm[ Wpčim#E-@CŘR1+isUtau?a.O8Zb6M:F)Ìy%"Hm K JMY gqdc|vpf=˩_g<% wϽl85rls:w) V3UI@YK(n sS<) &M([Ȉ~}ϴ[^XǺHz.>r_ur~xAsΙ.z8OHwtE@})a{ڍ2&`ElGD >a?6Qnw4+kmG91Qa7fU;[xZ%yyx& 7s Ok-qRQoӖS/_(A9| :{tvK/B—{[ L_A'aBGt3#jro Fю37Ux!A :_ěهB;I@y5)`Qs?T_ yW``̨"XC! dں8pGH.1~Õ )F37N1: k4Jl8C.ߐ)2?z[Kf npI'-衻^>ѕlcfސM!mݚRu@g0Ie8nmXô>-vA/ weO"G;Fs,1'6WB7|k9f4fڌ?Q>"(0ƕCS3g" ;*Oo3#zԃmxƝ؝Բ_OcTtʶ9`+k*Y|@eŸ -3F!eESDuVM.R~g]i0b` SόsgvLAn11F ӂ vdV!fZ|+T[@Lf R6'J˿jQaq8EIo?C 1C O.i3$sOعw^T+:=W!N}eІgTm$t yDho.+cSDFߠ,M Hu.\|L(]3䘒12&rT.Qa,W 7h8e_\ڼ3|LWwKKWoNWjge.;U/Ӯsd72]~&v ,HSIbNV^Ȉ1Þ ;eP1UxY˖֎ YR6^?PL*6|'|w%maKD>1'Dc/Rtl'Yfi^8!9YT{f n!{iT(wPplƒ^X[nV(3aZ^d_ٌSr֩EqQ>i A`H4[u 6OkCX,x¦%v fSI8qSyuWb+U:%A>}/%7 q_ J.bmzPYyqRfB'; lܭ.Jx1'2c]IVdNحԿ[_w6򘘆4,2ý;-Ͱlr`O0ۯJizFR@<f&G$-4hXLn}3vrbdrL@=QI<9뱋.-߷ƪ Q+TR9~*XLBKh?D>Ek+p`Ue,͚FdczFS >MF^~g٠2㉥Նj82XSY [O v~5[?<^ƽ-3NK#ψ\ZeLO63h7'1F +`Kf'T0I;-0߶ l& oL==Po3( (?Fyo,vj6Wuli܋&8?)|/`[nӻBfʪ!!Y)ě^}=暳.?2%]> 08W}21g1.A8\AaxB| ';6g&?<(tIiSEdTMG U(1-ʣYKR5b! ]~"K ҁ@ȩcl4Tғ?2 بosh%Eܾzqb i:mQw'{z80RI99(K&V ΌY3ek0zSK +!B3ATeM{E%)EAĪ],n\pE:vTËh][ɜl%ǮPpG=GY{j驗jdvqV/*'uedH ޽G62INEP8WFE7ꕀbBT"I?$A iJvUUS~53sX(P\;"٬k)nX'"!혒?kapY^\b9I&Cx샄-鬏`Ffbx?~թQ9}l|ж"0|f)t9R $,{v\g-qHbdvK8~u.}$[@BfbIQ?-}KHW ]mvs{Ixv.xN.`B#f.^g o$5VӥDݜd=tf>lnS u{xLB< PtѢq'Hc& C!R0#píhd{b+I7)ޓ }2 @=Q30>N ]!.}:'ý'`.#2$ {ke|Tj ME]-"#+]gPVH$ /~$b\}haMy/xnZGTw'5aO( ~cgc2Xk@wSSfq⊪=8e]O䜯\X! ]?yW c@e_00]Zlr^yMJ nsgGz;פ{yc`7}ybD@L5#K85ZrckGU7ct63цF@qO$bk8s@uRqR_d::hdt39]o;NQ˺=}0cW\T]~D$.[&/jD1y`)fL&%̠sU-n8^&t5"h{i3M|@C N?譊^B%{TS$7,#}"&s".[ν- vƿR kOض06M:y]FN , W# BZ-zwLOy\ׯ]Y/Z3T-ٯ`yl_˫/36u]^+= &,ețސMgWq]Ƶ#H~>+NhgE]Oz-Sab{Y*CSc1״tf£>Fqt2Sj_:csJ|S 6?4{\fEtbw.{6Ād1Kų,] PF!B j}kHo=\b/v4&7_ 敤LWn\dv,& jRvm@+^(£\= ~Դ1&I 7X8^ԭcmL$09-wW Ct9rد)E@%͇:- E,czׄlX{m (mӟfq#gtV@$,Lm'2%*d|~ӧ@ŀ ;{R8F ŽӥHR #h [˕zY*ӺPIW9tZ(@O4c"*%=¸5L.o4@2"Q8es]IQsG".$^4kǺ{aL~(Vv$:ѼǜffH`Ǒmi1C2*ڏz:Ps:IݢfO1x.MJFұ޿. c6{Nflj/4h?-AXuWXO%!oHmw: 矙B*o-;5[BKƼcu: >J;5 DzNu[c*X7v!hWYēq-8Bqt}#$$XWB)2ʈg ȚPF0ϰƙ!rsgqdѮRal;/J@K,"[ړ6DWjz8[+̡Mtlbe );W7pPɢ7LL5Cx@̓A Nuޔ*2˫bv-_FʈJap4W9>1::] I93bV"3w-0h"//9zܲyJ~ Q?D],"׵O@*8_HMqUVPNM>S1 =2&__ӵ񕡨~2&\4du.H@`OJҥ^~\a8{=w.>Cca y#'2.B9xMsMe5iC%o '"j3rs!T&D͟;pJPс(XHy$!NƁUn ňzt#{MG̵`;l[srE@|4Q^N@8?>HqI곞áϓsua-kk4Q3(]؀g-uVP`%L Rt}WIp79R$ߊ+UbD%_^cK 5BR}']ZԒɲnKJ% /"^) :ip`9 n3H/Ǯ]}4!Sh^ಧdzOw-ު;ȅ?`n"O\V? Zפb`_zq27b5G/xbc‰Ǒ S>4(F̄.Ӓ ᘔ6PƖCfx5EV^KXG6{3ckQI#Μ7謹ip#,nK{"Ւƈds $2 نP|DDp "Tb1* \p $@gD[HFn[HCa2NMzV[V#\$>YC~ɨledkeЗ8O͜/x(`Yp^Jvմ f׹,p@͎zW}iKRd^YQ6n_cNg+lA!bB?ʳʅ >sauM%DT(J^#7χ 6AT؞=f7z{g(a:A-:/Pe= {y||[i6t%<̉Ziֵjqs޾O*%zcY " BJly3? ׳):wZ5=ݡK~>)a!a2L0(9 ekqn ۳-KӰq2ZyVQξEliU⢅)垻+`G4ίro}n^9G,Y)Y?EpCcY>HRtLp+28i1|7L&Ff]G !I&B~+k 7ǑK Du;x@H_ +2ˑQӭ2Z0ivA"n;(_ΨI,~a\0܈P7fȧ#ȑ(l4 WZ@Z9n|  N ႥW,>6ĒbZQ2%s,LZIkmY_x+z IQq +lR#w[ CmKk/S~ͬXab ~ui^qXXeGooLG&_ XFC.ȵs ;~X.>mPFyrkSuj Sd!cg4F 1WċNWV;&?,?ԡʹS!03TqwXyد6َ?@a\t-'Hi?XBwE]+v@^틃m6Y"lj?aZW 5~+[&x]*A!( Ċ^m1g¦ȸ(< Dhy nS״Uv=vdjW qa/9EohEE?5RtTٓϗݤFw 9lo9,nwc>0%,Qev;;X9-UJ*03jYs 70ƚtGW\OV @/nkfnxflV FD HBzuA3k[*(Fd~X\eː>T{("m"H4r׸Ue(%7NtHۉ0/>b:ƚJG\F`Y9 W $i_Lho]'lE|ʽB*C>QrELG {gW۝2LFc?&",nE6j5\f3I̟3ôrwvM5q&H3ܗISa?J̄n?#e j$s @~jkq)(.X/挮J HJ,TROO?YȐ,WHVxyڒzUW"aG)kEHg:) 4RC _|I0` {U|SJ{̮-Cn_JG##gCo.~PhC/em$ &\*|dNPx!BD3 N,kCַ̲ B&`Aέ ÿMtɕ"fEN:k:Nh۷ :l>-kԒX꟬\p @븗Ý?Ǭ ESE3W۸H$ C$??Ldc`NHz0! ׌Qk1~b^mzM/taZM@Uwv̅ EOVf=l>D uJA8M6sE >ϝp>ӭ\>FE< |]EDaZ۬r%8G8z! ASNeA!_}͐!8@ju^ غ\ [<>{y7tvB,U%LGƛZP˭A9iZN  SL)Ӊ ѥNBg'rҠV p!KeVe8(aR$ mUlM9Ѫ.bRo8UL[uRL1jqC-}#1c޾U|Z!ckFROuH)oAzzܥI ۆ3KJ`[+!P45P/I@}}mnQC 1DdɳUqE1TQ?-l+I0~;#UB '1=Ԯ~2J_F"W+}i !U) - v ,, pwRoPֱ;{ {wxN/{Mc|NW(qz,1$xn8ads4![ȣR NVu'Yl)*mXp٭!kʫ;q;ä`nSGLc9D_WPy%y\O{1V|]:9sr]COI>2גD̐zy#}"Ɨ;# [70s cYIXd*+>- |<GYмiO 豌mR|o0w :/C^Vk/9t٨?+wLMoK#mYk]be# UYEpL 758\9"؉\e%Xi /S5\do1r*<)v]Z&tbnfwt3F]oe /Fc6[ka(?*LLW\aJ-xKCZeTߥt 4)]eՉmk=|bM42m|5S'lL"Gebs/@E!U>V9B1(LI⼝{3~µUҗfY|ʡ&4r[\֩> |1WcKH <0l|c |P^^N kXWt%2H= ZI.!ؼb 3搷4Gܾ@_^-/BU&:FFu6T=/I&z01&?`!`wW_899n C4s,#sKWۇkWSbBT*-%0ﭞǦ8i( U: ((÷Brvj r@}C,`7 Uڛ묜]ϮM޷Lv ΧG>(N6:)=:?>MF/y0a V3 k 4ǫ,uG.cZ?ᅥ&9N< Z5@ӬyڷI}[tLpÝxjRYzMoKS}ALjm\& oXHg%4{JeY( ;kDM*SPY0?{6cj>|XSUmU!Mej$v sYdz,i2 nNj1NyX؀d9b7Y?];빅N>ﴶ]._T$ȿ!=g]s|jhiK!U+Jو~Jk jР9b[H (.Ha"NS5=d+VG澺jT%yn9k2gUɅ=PRWNԄHq' 3]O T&hB dd%,:޿`IsoمI"EFra Ɵ/Y$%50V2-կ4WUZ lAd E"EdZ{nЂr(eoy~i|?V6ŇKb 7+8g1qv.s 2:!uy>˦F7K$ߟ_ Kk  ?6ub[d/QkG֪4`Ҏ&:loNYSHG&"h5zR WKw >ՃGU:i3/a 6|5yYJ#7Ev~u.+&\II-3 ~m0NL,-3lsA :Ą"ܝTkɻv|@ZF}xy$*Hag)ִm/i|ۃBƱw[䧞Yxi"r{_bJH* ZdwxT79Oϙɰg}/v̽Rt4)+=[2#|@4~ 1N6p߅>l@ZiZy2(&-d3F`j~1&ك轫fx:dJgP~BLzTp#D"l?Y6V; D34O]q )pLuJ*&0ۯblx˹52G_a֖:+'FT~&11 ^zǯ/CjƓ3']DB%_w6?$WK\VI(Ssԥ9dRv-WѯP/ X*5Baq5-'%~,˳cu.t0S0nךX/;⼎VŃS`a:iT`;](\(j"t2KK̚1Т8נCSx; HToCWnU7_Ƨ]*%q_ȑx@G/҂D^onh.|i6VV[ Z- -BM:w;vVkڍr 睋$鏸Wt=*AlAUSO w ^L8b64'7~GV!Kyʢ*<l>TbfTٰUZ&~H?F؃W~}<ɖFD)l?=i5Fc93QmFŐcU#EGK*M,ђ ` ֯+# Y+_J&LRKgXĵ߲0cTlQ]cƮUE \#y~5ekT枫݈o_Պa&vU#>BϾ0B!L'ʹɍBv@#Og陚P#Kϐtzdb8OD4,:ٵD87P=j%+}3ݻ=p+ZaTG9K>/~!^ӣVZ- @1!qh_iS˅ugv'ݴjeZlU2RHx%J^aQ{??cf̡Rob`B!9îњBњ"k M$_D0 ;J5l~3s |`+gvf [ma+h  )}8 '~p&t lJIO tIs v5"j G&\`?ˡ / p|Kj5v11#/UTr72-X̝(}I[zw5g!H88awwji|kQM0ʦ4B;vѡie\k5mmpl0UAm۽燀OcK -pi(: Kslvf&k ڊopx\,+bݡflQf›c`Νg-Bu"ͥyQ.8$ O[QJkbdPHET2ms2r*.3r.A͔&!⫅ƠPS}!|\t !4&0hwlt+~XтQec #ůok:+ЮΑ8ؘf,FmK춶DJB0ԑ7/x9f,`aTjfD{"BdV^>w.A\A=+RM(\C ud}GXը^G )ۉ:'xZ̐C+@'|_&rSib:$1OŸQ( kSUDE+ɟ0Uq@qJOT6##i!׀x:~3mq: vo[1J!7 C%ONmCk׀xnkOgrL::Pq;G̀2윃 VQ ѣ2 "8E FYAnd$>L-~#59Ӂt!H+PG_\VDtDp+tw3)*0!?пepHjͳ.o3ҋ8xj}nWLgң}ѱ8 ߫>U \TP`f:ʱ 6l2aD.1^tSjd } >,@dȨ]p~ ښ}ȭe 3v'B{8w٤H}7uGқAZ nۦ}<<]J=pIfk{S= tg7l6gL*RǗzpx0c.gT3θTBap [Am MY͸ ͙3tM2p~Eh''.E>L<ϕeB'{/[,y SP{\qMJs()<]UT/uY)J*!{‡Wk7pXE:;kn{PSOfcYcsNeua7]AguJC6;„05ߗURSti $nPyK%d !80؍\,C/Ǟ}4)<H_*(C!ݚsBa?):N͹4An?vyvf,wjVpF~j=_G-:if [ioAiP6]"PuE(F5_lrd5;Y㫃sF3H>|Mݨ*ϻopC9enﱕWńg{&.U1F7rG87loty&P7[n@^ixYٸ$dqϸ?S疙QY=+O<'$hRgHO)w/A-XҦ|3j`^| k{UwYA穭BpWaXet(ǢD)s|唦89䈄XJ*{A,vIX}z*6rVGM(sZj0SwI)$nOB-6"+sЈ''Ǐ_ LR|$`*GG"R %/Ër+(.˂cJQ-9c_Yp%Zߤ%:H2GFfت'M0 zyc2tYdI ڱ@+h45tH!VQ9%xߪMN!k݂^;A Ψ*J"YSL>}6[/)e ]$eh0MM*%(';%RSIkK.<X)7'Hl5x 2zltu%}g$Wo-F  kDWo%N#z6בԓ؇pWd5-Q3vO]#S_;^JB[mqnuJ-KICթ;F*o7>,n~Au5P<۰|a-}^m5D;uCZ \IReWͮɻL1u.2E*.m& *'lB'sN #iSlɹfw8pip{UߙtmIUCt"bI5&i;G瘬bTTsiم(h+fÜl 5ZI !b7.H*}c} ?K #jI!`Ւr&&-9;oΜ'"Ref/BBZ"8~gƍJgs}QPxM(!Zb)'n.) Aq@3 ߌFgfA;ڕ#R3(ER&2XU-8Y 5IllTƉ#[j78xsIqHJ0/0 P]*cҽhQ/N:7"S+`$?.jJsFmWl`fy"1ס"*^fEqcNIIK g[ c-9&*E: tyu _YK}?A`(=W'%2ˇeloTUOf/-l9cޯsٚ/F\2'뛍ZMO+t`[dF(ẑ?HP)6WR҈t&mUy|0<#̍!QiٵQyWG5;8稓!Lڤ 7)VS T\ëtK;ݍI'Ybl,;>b\mNz5,P{SqWحI8ɀ51?.CW*.䝽u XFR(%4Z D%'6Ą Dx ]dc?-h-NiaNC6bTF(/l)6cԃH2[-P1j G<t7=5\hS0qGy!Ʌ[͹W/XNδ~[g.d Lة`C;v!)Nk/;H ! #;,L`v*fpeHw+}EgCwnh_|Ms$qQ&&ػg$EM'A[\[ $&_6<]]yy@%B vDrNӨP-I3 EH$ BzRF9qu,"<(׉`8BFM{:eFJ}Yi} e͍InanT%ĽjRҋ@v>6~mXjʍ7,2BcHAPOt)n z˸](N\H~ъ}ZС*bh# j1(쌂@'!WNɗG\ڤ0g/R*3 5Tgbbhb|ƠжeY3ųo싳$SڝӿBG¶H-&B2fP_ l_ߵk.cn1ƐxC,7]EU3vuaCٽRcN"ި?Osxq6ám0U6HKp=Td%,,)SH{Z z&J 5$J&h\ޡY2CtKIOniuqfaD8af# BW)xZVه i!e WuK9~_N#鶴YfS8F(cdXZ[%233>iGz [x ycmz.C ˨BADUؽ=P)=dxT``1:6Uyw%]Ohߓ" y-m e@S1Vg?NDTWPAAAc8{L_]ըe"߄5=D}xF 54q3_*zn<`IO$p^+!@E} t韁DZ ެV"Dś7b)v.2_od7K,x/ _5@U]VqF=#&炊-* |I49bm'WsvgHs7xP*>iu45"'r0T!ؒ651(rThMFz ϔ}V=4r| Ӗp+~Vj7frpp,YdE_Ro 1Se?[虭Gxp>bK]_"yĊ<^hJ| |TMU l4Η F(BM@* i/R 2Tӽ٤j>cdV+oK8Y-|_T1Gno;fYP=USD"+ʍ yRrbg>ǠԑVs,2 [17x7Њ.pP ^DcrV8>i@ !wpR)«zicg0\GR~a}"KKR]YP{pSڣ lf8h;͡`Xd OϼrMU6Hqz8 ;$u?t]2itwyd%eRT8WüFyXfyv,c?n5{9A r+BX WX '`UТ\y?U@S|!^CjMh Zl 9;`oe(S`lZd->w/FsUn["R2p?l%!rVC[#ؐ ~q~'oGatVF.\3n6ܸۗW o9.\;<8K1(VZctJ)T]Hf1h*:gc%6z H|"Y3p)M)NzxC#Ywyږf[nɵ0>s!~鞢+KO!Ҷ5dy0~& 3HdLjJ3لc:Ⓥ,}T38Z]([Ķ92%ja]P-&^wee/W0Շ~/2ٛJO_ɚڲت/3%g.kY-hyYE9\: ߓp g-3fF9WP]HkhFB z )r>VWH(cC߁m)=vqOm py" KgXlcR`SsZwGS?RP/ȶ\ EF,]ržuG_ѩQ#E󧪝0I8]SavcA_<]gL˽l-R貦2NE4BǵGiܛ/\a_4lMHQTYo`> "r nI(#0׷Vh۵IXiS<H?Y4.K/U:O}ۣqoSKEs܆@>:"zA'ja#XEf@pScm(d, nTK, ƒ;B(ͶG@%Z8*zMpF@axćm>6L[fdUV+,ʳЌ|{y}z{aˏ Έ.%yQ+W):E%Eۖ!/̰:ֽzE{ VAc Xle=Ig3d&DR'٬ 9IËc)TdoYȾIj o>#ӷibgz2:toH 0.uU/7X/i3Bq-Ge{<$8R Qv.hp?G)3" ~z_DbV5#M{̹ #P/lhѶd=Xn52<3:2cO~loq}sdid0̺itE^ɝr:V@b=V ˂mUSmXέO%N) ;X,K(o8NzrGf)WB&FT}YKYLjEssgX+5Sj{Vg=j뜞xY,hw6++3M̐ρ$3( h4Peh()LeޕLGwwے%R<-`^4Zd%p$^߫a_>/J02!VK!BMU)/кO9@A"!3|Jh"vm>_.qǵ[?8dR3J~1>4Cދ1uU*\4o׊Ou'.65rkP>o0wR"WD+WIM[2Q6m:a[21vzfUِppr l NtE]`@8JQ|Y vE(*%Ԧ3ye" OfZ(YlJh!] BƒK` 0\hLpi1E˰zÒ[A %KT_0Uc2NҞTXlȧ 2D#>rY.ƅ8SVGLIκݲpw˫x1,i{$'͚!\  A`\yC~M^F??פ7>ptcd%m%=Zw67Am~~%JZêW֮q?1/#1 ԡBM&a5m<&.p~es(C|0v|G?UNAUΌۈ1ǿ0?}㡙.Rru_1K^3:Kk~2w^g4^/+Uw*"yfSNn!$NJ7R b~$<qp(P]s«\n8U71~Q 9n$Y *wׁ{N $6qrex.)(՗G˨1p]ۂV6,]zl}Lː-!Mţغ/ jsNb@,+(uG ; {Xn,.wI]G_'gëiu`yJ9 *iW/$_'{b 2?7In[Ǘ|zQk<|,ٺIRB@`I,Mũ Xz4,f0NC\JDWUGnM iw{Пfwf\áؽӼPł : Fx3 Xv|989+vdABC2})ת ,u$=vbI. }E rފPrk"*~"dm{#UCض7|{fU6 BБQBaKt&s[P}q+ 3͍@=ga6ŜU"Y^K~tP(5h8\/קPZStqڦD%jYkAS¼3~leM8>>D*vǎ,`8m0q̀%,8b44թs0@61 S>P, LX}|r}ERۅXJ+ zj+3y'+NB*i(۝#!|G!m\٢ o=SNH_S )V&2"uKf(/3"o}a->tp$Rl9Ş1е=$5I f`z29!:O/< 2J1Zv#\ u'r3ʸ t%i 4hAẎk!ԴJrQBRL]%4:}iƛ wD*G1Dct]϶$!VI[R|h@ܺE7&%eĦ@C uxg +ۓc&fZPe$:KLc / %>|P1M+)H۵ͯBUp!%Ot|^3NKg(,BR+P\"9nz~.=_z z6 nt~XVsM!+ԁ*ԝDKr%ǸDo{5=nNu :Kt+Qef;bSB%utdkZ۫>A$._QkZkFJaUE=> w0ҜqR(߱0TPF& <]ɲxIt2 ) d.gRLȃ/CrqW`;`ѧME4UP=Z+^kYT"IQ'dk4G Nc*K=Vu"omêߧ44(4k ۾ԪS@\OcZ]mf0֭ΪZRL֔pL=y(n+RM;9O[o[gp2jIg/94SZ+QM8] I9eV{akX6OՏǡEY6n¤y)jN 0Uge@Ed?HA_?hpwYpsP6P=U?~mPp|1,^w} -9{i1Zoi"_EӦ}%|%`a>`f]4G{CKsQƏ EOQwӅ}Бܩ3 |q[М_Q6]${xKh1,[^&~[iø|'A7 g_ x6r6PbF t;߅Q>4D+o]6]+W/3VboI<8& k(ns5 m@bT )\{%Ǘ }ьz;_[WE\lhJTHLT"*]xч{*Z y(Jg.,O k͓W- 8D'=ꧻt#QjhpU_At@23N6Lt}C:R˂TZLX7 H_]UşF4s\h[N?=R_J DXcuMQo"f^Br-)FKO!?۹X=aD_!C?$Vס:01&K0ІK"r'~EAkH6W@C>g⍏V6MTSwD=u=V/gZ9ڦfM³1Eu0ZK!]ʰҏ(Kq g:cKPUYA -߉DFoWEqH=^ɿl?v5f]+  1rY 2_kxdu'&w\Б[}Ō6'tr{"u>LCK-Bv T kyBw}MHlҬH'*NӌE m*@'Cq–?D)+6$F(ɇOzݹf Sy½H(˩H%A6adB)Uy($S9f.w٧s>@V.R’LYM1ҹkiy8QҴ0Iu&~'i/;V϶?%z&P3 s7 ֛Ŷ2R!b}뎵.AbZ<N[ *+,a:)du~~ !4S079!E07g#hU#UE[sYEknpwtR'X#Խe~WCjUXHN HjsLu MҀ iJy?}Ө`O)W%׌ӛW*B]~)m,5D+Ƥk(:P圸.Sv-fbƶm +"X9s'/^U:ChNNG}C{%*G.kUΰ:,-̍+?=y9! 10f. D=/[~+6K]v+ D?n#].wf߫EHџ_,%{9Ju s\YoY|{l qWd{aW۵@n " It "%5Pہ 4[ =bhp:}P(7z%γ)rW(0ˋP(/ b/0B~dwWXmBOPXPG o4|'FX(C˛\0])턑YJEԊ[hO3 ^V*S)q}rfٱY=( ~ZPE:dwA`9cL#֗ՆrE-"0.2SES]&{T36>%G=ogŎQG=U)8X9AB~[cx$s8^ &sLQ3CH*5Kr$nys^Lel^t%E0*F('j=3AmEuyg .i0UrT9b-}>R'ݚ 2M-hv Q|ɢJCfhJwV#ʲ+pn2%jO|ֺΞB"R I=H:\S,X_M)sg"/R:FS8 izv .74! ~YQ>sǗ"n|zbaT݃'ğ˨k[$䉲};*L*в|^LU_p6Ns(  .*B-N W^Qx˰:>Dfjwl1;VvInjHqզxєlШAʊp2gRAfX&Dk$m\@Ze1sW%-FvuuʱGh JB hW GZCDrqb>ɕ豾R-}K8rf^C]n5qhHj_+gܚ({gh*41yJab2RR㈌ XgH`ͳ8|WigqjZZTǯCS{X @[;RUDZSFqS?)8وUKI{.8F3^3\0]1SFI}WMո՟HNg_[ /SM_߂!/B lKCfj6. /UZL} b QCK)c 6yU=@"8.WlC 7Ilhw2L%w,% fM) e[ ҫ3Gx)Yq.u=ܼga@FQ#D0T|}g?x<9;WI4GFGRf;?{?ıؚt(ϟ=;p VZ9.\1y-$nx#~:(eԸ H;QjOp zjÞ5Vv1s1g=$ 4ZҨr? IV& ]of qPL`rsy Qֳ2oP T$`\Lq=2\q2iI"V njiހoږm:RiT^EP7$WGyLÇŻ"6r97yPJ ^ZÝ ~dީфy(m 0kɒY H 15Amopns 02 gsp#V>x(4{Qı4-6Ũ:::db4!~.'|3ZN&?>`t4-I!B o uCAhVxH?IKCsjF2쏴3]E,a&KDŽeD ΢OV^ z8x?. D%*'=}ȡue gw1Myէ2jހ(a #8 R ϋqo&*9>|LvK=."Wk%CIjˠ6k\#\cX oBSn%nib%Cpv51]ד&>:b LbM?k+nFtTѵ842l|5L g_:vg9ހdtk?5wwJd3\NvI_o(213+u]AϱS !4w}Ӟ#'U۾#G2Å8ϵ͛1dX6{&YaO:F&H0BRʤA KMӸ@HC,rYl_|0&F[j]lʠB8Eˆ.%R"rlvEcds̮*iUa\.f ŸpMQt0K ׀oԷ+Y=H3pvJMy!Z1wb`?FVSl\H`h]!{0I=;>87p@ݎFoWkGP" 5 mdz>.{M4`1ĝ5oN GSyG"H"WůFtn+~ Y+zw"w3"3t3NĐY&ԏ\#/sb=f//H 8x6Bz@ޯ~%,?M<O_&Gޥo K(Ҧ,d zcCN x!X8`p&Rj8n^Ch ]L"gǸ,o\D<`": F>gdkQkw\;4stsl┯yw Ji4CM A25G`dʉ,l kMr3&Sfټt%:8sTb9@q)ǽ0m .ŋՌ`c#'C'*+ѬKW p|ri]P3TUߨ?ma9`&Sgt?`prly_V Fϲ¿TlѿK&+!74#ؕ9Tam H5V*URQ̳AjcET1/=H}a5Jք$o/\L$ɬ/zh|KTZt1(ߛEݸ|Jކ^Jzh9UOЏ H)1gF*lG?y~ B=xŹZqˊᔽ'U6̦Q@q7[<>acH2`b;>x́X@Lx-Pu:Pq+$̇QŃ[?p_{؅^-0Mdڌ\5}2k}OEf*jt+b$~s:oşGϽNx0i)5}$%A-ɭ^ޅ Gk!61x6D܈_Vsб84Ar*(¿QUPLerqS>-M:kH_2r2<ݻJKT{ mhzahSd &anhFJr6gI3b$/)KVfb,=sIjx,rBT'} mu1'h'e&,eԦa ;M)dT?vHh-.b9|][z5368z V(L?P/Y1@1#f]I۫W&X|m'd¿3$=,K!2Z>a$<}=__8ٱrR؀xO:n y#yM'`_꣭ w|Gx\cCJ1'f7<17&EX Ju 8:'`玐(G&mXta!'=4/zͭZZ :V u2MX+Р`jp!WaQN%Bt*m{YL#H S߂>S|QRc,C!;sG8=dK#ޅiliCJPT֔=֜ՁvpV?E& tiōO}E42dxC%YEOm8N&$pt"Q",i!.._f.;-O`U Z$_1ЮcJv1gIclZJ ި1 V]Kr7L/,޵ϰ1 h`zC2䗽ePhu6o<@{E (2fC6 ?3bn;KpF\2b1zuU 5bHB%le0k3(XŘ 4uS&U4&H,,Oڳz)gRv)T_ e9!Rh TFX;N=F$6CAŐyۘ.'x{jbHs;A+0Dd%>?^&x+:0(yY$K }CsҐ˾CL /sc޳su;> )Y7}eH>zj2~5]SX1"){iIYfDUi`'~/ih8dqapV{r,cyqXxsOrYB3#Gg6_z:[^ S$ Xx"Av8^I Hlu;BfRe؀,z/_=° MEYo叡XF4yVt ]NH¢ֻ}-\.{&,Y ͳP>(\ B'LAZ{i`dcH0"Q6o =R5 EuێE,R 1S鮕{38h'۬W_;Wpׇ>Y~p/&(V>[k,ox\:hK:7Ҙh(EV&|o+w>3HXZU|q joϚ.}z_J 0/FJGYiܓD-96Dm-M ;H(=mn) @HCnzp?$c ) Sosϕ8ҟWNd IƼo+0+E3B#תf]TGb  _ӑmX6E@5ukEYR wcΠ=ߥKWVdKCD^>o(D\fC4K$y)u "MNvQ$V|~)vLp9GA$f+a 7S(/eD+ZۤH s6eTc|,e."%yɅ_R޾*hK*~LTy!ڼ!gy66S1նe_U3$ ޾Ɨt`-M)jR$\q},,2@j-B h)i&,2m>l ꥎHbkβ*I#.P[m/sr @߮)IfV AP^8.<l+Z\ӞU-/Ϸ׼Cu~9V85{hq.Y[Fw:Nږ2>r^vPɦ&+/E)wsn}C4YCrh;aNd(nZ8fd[|'#%([m[_s 6zHԩu"@B6†0͒()0rQGlL1 M6~&=tʹ5cҥl{ Pv"A#˴\O3uvX9<zR3sU4Vr x @f;Cou616β`oe@,Yiz.*_ֻ1{ETʯ(fQ'h #m?r* F)![8}ό]|%^I@0^C" -S_Ax͜9@* +~ ͤbB_RViR%NbUkeǼ.JA!;T+&;Yy_0Kodŷ%Q"ɇ3YI~TWtQot޷'([h8d̓劄kfulC6fZ) Bb2~aJJ!3,ι.VB/]E[ΐY`X1Ӓ]:1I- Y=?DоC 9W~3KxPu 6rqS*k(WmEmYIRց q!p[:Z3$upⱰͼntFKR+ ߌTNdye\U6hFZZ-m!.Cn5YƶqxX,;^-rKO!b-XM 4ۯ(=+ߞIMJ5Ĩ}Ra9/mbv5Zm㱣E+ ]>c?6e>2K9}|pAJ%(јVuH`XRucCp]e=eyF*cK*#a\'~/-s$>]TEEi$MiШ\ʲd= 0mfkqIg!O/ppǒ{N1 og}J3Wg=peՅrXn|gg6YWuj'Y\n?Eb~㺍"b3'$Tҁ'-&wI-kNYlVµ7Hgr&c.s_JiK"=ʪHӏxQ3_W3g^tncn L-P^s$\rގ@E4yبi$<4/COo~OP0DD4,(ZjC)[c3fc }8K ^+VxZ ot9~M OMFqi UXgmAjP\p.EY)x`hUr'w6#'1͍ y:b9PX)U(qu@tdIhovUgd /7 w.{ymCr>U6CKP4SNeRJUѭ*lN8C5b5:9[#!E ѻ!t%_ |?s#wа<˒Ri0LKH@rIuuH0 X!!<|ݚ'cf&>}OxU|7@Cj~~v,,ѬILA#q-(NН]c,2lU"TڰۓP1EҺJKj%sXץXYFiMnTs:J\n类7"xW8Nytrjh{*8%8v؇uU?2U-6<^ I>;%v߶^v 9W+{u|4G^d h'l7%)D +I]\c%Ēy*; ~ţR̓<>ZOɨPu7]UA{2;SoCZ.`08\W(Xδi 7rnhQ} AeDD`4Y&#ڈ޵#L{~]ę1$xӀ<)Gjjva]d|em].d~db&Ah}i#ٶ;gWmD;Q8]@*s^./}7~^LyY iiDZ k&C- (XB $ 3>[ZJMXjӗ^eC"_7$kqeQ6,e=0=^덂Nf) gDvsH-H2W}EPxz zYZϚq|!@dju)j1λ%"X`^٬Dz;T4#E[_`{#avW"SB獒<:~t(Yo [:ĭBRԘ$M6#K,"+,{?U-<7E`QBKB)l*Հ|bH6Or;;Y'q^z* =bnFU:ކpB1< d^OAZT :X*hBIT}]} Rh$v^4hv3׎WT:ځaxŋ*Iv,Xd &1xׄjZ|&P ?Qь2߉ۜ=K[gX*r]f_UmyBnu 8THwm?LW_]y}OMK fD Nֽ`.ҹ$z/}NDhּ&IͲT!] DpY_o!'ݎ64,wmUM:pN̽$ ͮSTĐ%t:$tV#G 8vfct./> dV9Ⰲź C j]Hf3^oHʳzIU wnF=h׎-SWEdZ=&Nrx/{.GAw3Ѧ_^z(]wnDTgeaȃQjBjxf`}tu? GФ,ņG#+k\9Drt; T;,coD8?69b Y2\2gkE= m<\c?ؔ16S~oY#ߨ\P hB,"m E0@^RFI̫zwMB8B!}8g iܼUCđht9?ء91]0$,n^MSVC_Z0(M#/2Ut>, n)BF277!xB`z3 muf/`$) hLT K}~T0!t.?Y@ă5>gZ%?TU)PoǴf0nHzDQfANjU\yJ2@|}ҭly;FGޟ~yems;J!kw8\ھOWNAC~(#iѵY[yTK!ۨ59y%E|F5w`C(POTD3f4(`&|F3T{zm [#xO>ۙߣ$Ɏ2p0w R XUL4\}#h/Q҅.WPH2ȯ7V՚ܐrQNs7"w'/Q:hOs!2w\-wNYhH* %!hNa".Jx̌ \4F#R"3%Jv"iíE7wtKeˆCa)x,JѐYb~(CM?],;7*r:1Nf5'GĶ&KˮOTlswJ]lzX8h"Զ̠\#"d u-c= SR["4ˌ{˄067li. X5cG',D%qnt8ٷTq * K'm )XV;2! EqyC~6cӫk;d+{N-ٹK%[ 8&.rډZ8op;8e*8i4sʲ8uF3gMTk73Xz@ XqIً~JuKc7A,α3 4[]xٳFvghPW*M6F4QEr 70Sxy Qel) DG$RԞ F]=xmA4JVfUح\=~KՎfu7;z wpA̋R"śX> ]\#D+^ VԛC׀'qOCv. "Ib̑|UP(*Gf(LCn,GЛ\M!MѸϾr9^; sѢ $%챡0lD!N<ׯmYPDއT/>e{Ku\ka[Sc7܊fl`2P2t&Ǟ rH-q,pyƠeNO[Mqy;HeOZEjbXmdIs;jpo@Ԋ*Juv+XoА+曻zP&[fa6w3 r{̔ƵN1QG?rjvڙ;-$юX}gC_a_/G1`}H7E[294h۬سG˻qn ~^R% Ոף(Ƣ@JwmtG?b42d()qiLA.FּR'<`J\,8 :DBi$R3rĒ]@LA[*n KfY_ G*\(wź8AžEa!ۍCK7E-* ']:6bxtՉY=iP\`

lybBDE/\Ps21f"!48B vȔΦwN?+W6-[d]@c^?[ʜX({{NR sA5 ۥ [o';pǬn'1SƗq I qWSKk%\M?G'P^JLt۳Ա@jS^(Eg+$E7Iqi,R2h%SQ ӅUM3ԭ.5(I:&ɪIA)vM^QEef4;ke'A1f5{rpA\œy*8!4BcAkl4)iFL9i P)`]f$h^3cEҲ"$ &!Ô"[06-_Sm”狹+eȍlvśqǖpug{eU[x8cOMD}F@6P^9y2V'n(ׁ[Dex@0 G hUW4 YF*!jR*(0̏㖴$h4QikS"jrq8: z"mWGn:qFcGU4TBUe$n{$ (H#@hߘxxk/B7ap|b~oaŊ\_zJ\]9tp}$'LowJc|p|!607h5?QXM<a{ E'43DQC7.] h^!mnKjY AR_orcر(&mC& L(zm`fr9}s\2 RQ~j*c2@QY *6 pWW"բؾYv% 9A] "˔?A| 7(;c HMY6D]z5rOM>ʥIKH Qv<.ja|2~EQW&cH|~ 1@DBY!ƌW-(C 5ȏYh(ݚ'mҹ0o'IwcR9gHsT{QwxNiM$yDAtESDE2s:8VcVi,@צ Ef9e[]H<4udHAK]ְCy( Li" ]=إ肌JrGF3=}+pi _Q:0N' yxԫɘJu _УrtZ\&xw Tt,$jH8;ۻuD*xu]FhsY`~9t5x$uN#ܜgQZðg΄Lܛ1+9w/2<]RauSN@^=^ -Ij %W_GJ uL686Vxvo@ʕfU>ݎJiM:M/r p_N=GcP {VFh$1&YS̎<5¸4:CЋ/Gn1ukb YO즼7UՇ owICe`5Ҍ''h`IJ: VFbwaEf@ ? O%H<:R[CIBc3Q;}:@BX !!ˁ*vD:D[hzDsgv4Iay('̈kcP)[+V 07-UE y@VO+]v%8]ض,v|܊ؽUV[#} 1bOW֮%濝Tϒ,h5 IH2..zia;Zi9$1wr+?Խ-ر r;XW3mPG'Q('U>f':ub嵲V)2![^!HGm VӖlD YM%\ %H0F=My{]:uXݘa]1B/ڝ=ڡ˹ijۢQxlE `u 3DA{Z@% i4QƩ<@[dN6E^ Adl#` ^/ [Qpٹ>qjZ#PSVFD܂?Ηlzb'M~f}c_VV|t/-$tIrk(r(@zgs0q㧅)C`N @By x}Yˮb .1N&cob+0)u߁PCof1܈䆅q Z<9ҼYy_FÐ?x`a9PDL< \ڼ+QbPTZK#S&b0HɫpzJ"E><fRY_YlrCYx"Zv"|^\m‡S7S&]ggVQ$↝ܪ!P%yg~ٔwնryˋrcY =ֳ]5$_;19\f!&XbFi꥙ugfyvq)^*w(?s|Tp&aev0y^2Ϭ%ҘmMvFMEl)ƄG%7PPQ,3"krF 7i6^(8$83,Xr)筙S'7* ϒ>+,U!f|Xų:E3jV,,MgRd"-ϟ YR1 ȟh4R?\ce,hb->)z[{WaBŜQX5[\`T!]@>S!s7!l1 . u1V֑94$#i H~/Wͮ@?xg}Q'sGv `"hQ,-`-SAdك:RЋ%XRoU&նeA.:ReyAH,M#V2 4|Gh$&QwH3:_v8-G𹴖H2HSG஗_9'CxkUnd4TXd`Q _NY 1wâ;8yi57莊o|ss򟁣~n:<̩N:79Ozp>yd{ks:lH&;2MRs1]JPjh _9y ;?NeF:{5X[XD94oc3.AsЪϱ '^XjAB.ʍ ggqLp6?E/cTLɅ\|9p+'~*I9 Kkl0Yp9sQ (wG,R|د ޥaM1\ZP(.f'@/!F?QT6B7EVM"BWjbIcѲe/YRx\AϚ59 0 n8Y}>;2+dd@Ta(F(H.x!5@;b\J~XE- q.,Kf}W o;dhZѶgjUk]#Lgp dǧ,Xl|>c꒜g%uJlȨIfV;;h7҂oy `XRrJu6I# Hq iX & NШyd$N\s>ɘQP5Q˄c-]B=R-מ)+ Ʀ(ՈyCgm4ͲySK[\N[Z1 5>B ׸#/oE n8uX%bjy˗u\ZZZ[{Tku)(RX2p‹p0xg1Y9"~tRR]V݀hy6NQ4|u"l2T@zJJ' EhljD7"EBG-U^Fn( DT:[Nk 3 2O:FD&Ʉe*%zޯSқ8g?3-ek @fyjxXKa1uetmӆZ%a muyg!7^Fײ.9!M+fJ[`ONZLp,ATҾ*DRyA NV˭-#1 VX'Ԡ'<&5;lhQ5p9*z*3WA?Sm:py;VrVcC;|{˞s| IE܏wjma" jzSSf {AVկoUROZgaS?g_h-5nȎ pK2*6$rI+l, #/SpxC"- IhZH.=c8ȊTA+3E2 toc$ <=c>X+%:'<FTu9(d)07ijhB~}aFT;̲E,"D@fb:oe3L ;3m5Lp#p!Jڌ)A2z1ɯ%YA93v#Or RH {md/C y=| OM6Ps8|Ȕ9L˝a#\Yո})cQ% (dڪI/[``Z{I6Jr->vx؅DlE׀uj{Gǰ_kH5eBT iW5-Gc[E C?439,pt&Б5LQ[~jEk ,!:+M/ϵwcl=&3X Psŏ)cގO_6Ԓu~id P|$y)_t SjH\%b~lU#E2_k"ri)Gr*927B+~b㒣oiɊSjlf!0 7QΎYV}%`QYw:T9p7Ve^hf% Vn{{lTھ}iSGyhJ  OU$DV/Tra `-R?+9~cp NزRN1{p|iA̡$@lHD-*W,~ibY7+%1yƺ4(' }-VB&Ǧy틞R/dEFV) 3Bpe7hI:zsCHDϚub bX(Uj 1 JdóT%?=>k+OKJ#D^Ƀܫկ"ԘYVP͸G^@ϱ01+~]pߚe]4h u44l=Z{&OEכS9V5Z⫰ZO)[a;9+{|> ͔AJjCkȷ &D:2@䄫PU.RS;ڹ8p1 >ϰ}2g YҦ'*Ve<+586`T_|.RmgYxő_lE z/c[zjF:K$b|9 'Tr;F2` Bɦ}?hVr3M74sPg1pI:B\  [R.`Lk# usbN03CHq8?n tu$(V=6KUs]eF7V@RjVN /%ȍ'@dHtl!i_G垊UAaWˣo4 JNɯe!!:1c N+ imUTA}UࡁKe Te-*K܇T,otQ~gϬY$!ɫ^ m+/6B|E5Ym#}+pG bM dU~*6 1,Rqy]D@Q $OUv܍mNGZ;©Kysetz> d6PuۼSRit6컌GG2Ҿک)U$o/b}h9o)~;,跐FD#*t*.;Ì &>bGoS)"DMw J] fqL{J37yyHҺ#sw%f^@-pɳRP0eWDžLp0JS8}>ҕi,(כ~}kbjle _16wfˌ+e[.x\QB^de,^Xl]f ]*??7+gHr?sZA9 Bx:{ۋ/zD +#k'L|r ?".pƈYz_i xUk6Q9YLP$%-)<u_Lb)ci/@.&m. _\ ޗcpll@&z!B\M* Y(vNqoi…)ֹx1"n^bFc穅^VyC4!0ALVrJ.μ;@Y"87~ OV, `yzf ۢGX<V9=$jߎ+g0ro8T[^W <<,{K,c8B"; &p9 Aﳩ l'xQ'Lw )N)/'A6Ua(4M2m#`u> F[ΊRݥ[,*(2بD5hbq<=-A-ʯҼ N h&n{4&r!Q2'Wq"5tt=m8-bWWlaUo[Uf~cݩAv_"$# B!?s 40$+ % %{"mK7^VJBEv/j"6p< {h^]+zݥ؇Ϭw Y=\#"rYử#w5X 0 Y.z5-DA,|>x8H( 0G(&j&=g>g&&ځѩPRqMwMiI6{提>`ʇf/EV(la|SˑHFXw7>zEƥct6mJ-q4|"+ }nA?b27?@9-gIZ` qac`~,Q\nm:}G6TxUiUg~4\yP,NOmIP:NmC_wiAV `9}#䌻V\OoPK t Dj%uvP9 U&XYwF9g__~80'^N7yxP9ɼj+VɄj<VusYlk/uWйC=j̸y+9Ь`?f{lE6ݶ8Dԙ[E ״"[-bWl`j>lsE0pZ .e ڇC YTo]#l1/ݖordsyB'|!H5"Ɋ9frmhpmw`m G *uplܞ,![//ʶL׮klA<T$S=yg:7Q#LPjQU]X*wWhب b#lݰ j˨7D8ztmw^r{AU ,޳a+7 ؗQ(\ғ"+U~ODEwwj- |%4e_ȁu5m`DF8*~XA}q1M֯^>p%kE,Ť@ޠ&P3&X3] {WXmZ$Ə uM~Ea£Zw@ AWkQ&.,^K9ukH2-^&7@>箟xCnìs$zr>1pPÂa*m2*&M$j[P3ѠT;?+]\,~NdbVϩI; > LDoS: ZPg#CNKVns;} @XQXuO>~ʏԇ~#С#r 1g@ j*"tlَ|$I檲h^&A!$He 3,SJ4BgGbDC(X5P=4r]Ձb sc "WwC˯2L}EY1n{Ozn3rNzenUj  Gk85s}&@, aj.pNPCglVkIe1BjzB:T6"4@P3SLw&d8w?r|^ybw6 )·$/3\#v\à8"՜+, ڴD@~st!^M,7\yƢ{/ͫpA{({0w?2/$b BB8L&#pbV#۾oX~/S=CŶz}}x-(Y)-PyhVa%id?|b/Ng T|6@ϲ"))֢>mSJ{8 F@  TDj L+CIuޓ\{)]5Ssh~*Qߌ % (QnLULr~34~֎r_M-VZR+S]i0),/WsDhoBF d~K"ƅ&Ԇ35 S1a$%d 9%u ^gI[BɚGd<,m3>vU 36|Wb5S<{Ry7WD׳f銉M1w͛) m}s5VB> ~ч(w ag-Pn%JЊZ ND5dv!"0v\qVoÀ>K8xi: mL7Ľ$rqtXtCo.+ͩ rn!jSCBZ_:_>ND< wb#5YBQ G4z* s"W?BrGy#Xm#hm&ݦ!"&.& c.)C3+緻 -4P;: nS!sc5GҌdV{ (j1@ki׽İݶWkhQ\(NAZ,* 852]9>*9תp9a=Es;%C%Ps@^4fBЋՋ:(  P!΁O؜UVF Z= *P=%xO,wnm%7_ Upa0( (DَI`3'g GDa9߮svfӾ_o50d2iEuSj@޲bKk7NMaaoɭG/ċ i@"-G :tߒU`BHG7=I1C;Դ}p:xjh mӟ8܅XٻBDE&l+C(a֢@*B h)0ǽ:~aO}s5oC =:%UB/7 qg ;qޭ,Ԇ$CG\'P`M$:3pՑ!n¾C'3(&`T^՗;̒0]lwfzRؽ$Lnb wb\w1|nj/䣫aj [+!xc+@qn&pKi~B?4Rc!ih~]Zdq@Hn='C\}2_ڟ |CX6i猆ҎyF:] qyqyZ$쭮hיr,^nB;f[gl1PuT(Zbt퍈8~t^1fX9GhYVl=] cI5̐/ ѹt_yB4d+䡊ƅ.p1dɨyMchjxmYGhzJt6%{$g|Oչd܃Hx\6HMuH.ɘltK͝x ۵-`)l-^H=٠M!_(4`GcelXS}$72 mILQbprg@!h7V\袼p_01ODCSy\$`.]VQ ?*%F]YAM@iA}lv:ˢ{:%Bnc sNgu q$AX0b-胴1'9,ߏ2-o`IUkJX`.dO.de*)w! rJ^ g+L f~ ݟo^5 +t]+ЈonCkR[)m尘0ͩo13/,`5Q\d6O6"{֖Cf( r:OhOWKOKاҬ ^l"< $h K'Z`2K蕸Ҏ(!<wCH:Υ6ϛ9opz @ 3#R|.(7Sy.{A. -RPFmLG\V{rs~YnXfV({ڧ+ S94wٷMu,ls &R(A3td+`1ȧt]旺UC퀒yqY 9m,):<_$@u;؛_A1NOO6f#:X +;9LH Rq~'Cm@fHh ʨbks !zhgj7P:X[j6 DFɳܵj t4M@L+_^O@(]WtOZ.k8|􌨺G;1lƚn;9ͪR]P=g6dIf$_Ub7T}\qauҵ=|/~GF#Z;|AS~Ry&I_IBؓDv؎0.d1D})%M;'މ&lgBw) zMЫ' LBW?{ I+}t m+n5oK+:{u 0,#c@" fQM'^q)g"~Ʊt`ڸyMZ%iӾ3v6Q{ȁ.-fI:ƭJ-]r1m~rҐ}"N\eUaTޛTP]#RCd;|5 Sy4Rn<>Fc|. +QO]xEײۧ/Q]&QGLnۚTmgc^ۅ)15BYd!uR9 v;X3v=DW_ݭ)PmauiL'd$R~aM4,|=$52)|vI&12ȕĸ9 %^v,fz՜5VI3ց׿vImnyyԸGD AV]Ȭ|(GUBjN֐+dtT;ڈ3zO=xn.YW#b;@)M 6 aq]V3 yqN5ܸ@cՔ\n-U- ${-n~B{_D c;#nio)iՖrB2Ig pp)@e P[)Q};[6a2I\wl[y{bk!Z`\و5E!W۪\IJ ( \wuQf8P*Jƛ۫ =*OUQmPZ 5:xvcP3B,'*"j!QQIo$+O//҆5-ՇbHR<ʥ0@۩t8n=ḡ.TҞs,˔m힐.@oŬ,h .$T*N@n(9嗺ْd]+ܧ`V<̆y\TXF*L&VS}jm)T(g3[㲉0G{Lms'~Ȇ:U0ie%O I% bY95q(}MrEH#%Ǒ:ٌ ڈ9gIj2t#oF6ǓYҾMG_ɑne],m%Ŷao k}s6|+2FC$ y[rcPtRRR_4?O`Ղͷ.]')*$K;C’ n_Ut?JaZ($IgW>Q+r*78_ص$ ܝBW3[F-p:Xg:@{"K`yzEuɤ,c~)$9"g-xNCLl)~xې8?^ | zEȔIwCv &Xqo5l$z>YL/P:a]&I(2Froli esxWaF*kҼN[:WG>zCߗPpRW5R_=V{t%kA7y0| 0)D00m ߇$3 rXD6hM6@A%OE4ItS^gM.QY~4Nnpρiko?kmhf&7 F> V+RYb5TrdwZ_6 9aJcIY/. j PAU8"Y“ ~yH6|ܯ!Vh)m"P=wiuHsUN5˖i.ɪ! 0Q-u_1'leZ3dI*;-G)07DY`~Lr"+!_o )Ij4ϝLޔjT*7>!/MXӟgԆvT_SENM Pt//pC ݕ&D>cL4+8Ǔ*ܚc1Yv.³hW4jšjrA:Wy<3]4Gy'r3l56OLSƀd9;Q␳6ʬC5 u]Y\xy;|2lv;Y G{P5@֛ia^1^_77* eRH%p6γwc>)oQ3DU>YSl^dwC|X'yؼŠuj^(:4Sr;*~LA퀞qsȵ:dtLe˧2b:ƯiBZ@1Dr3TqUo$N'g˗"+/IѽM@AAz!CNid*fw> Qx uwIr3sgǂ\PDWkL16,H&VO_5*Qr܄2s.&tĀ i Qʾ3npc_|X&pD4?E>c=MٰHa:ߊ|moz5Ƭ?nErly,Hɪ%p# TQ+˦F @u+!s[3Mu%Q*, a47xh$#'5LP{,n$Q㥷{4|`p-۸CLeM!سyA*$i"| IaVAN0Z;t (YBEJ]}Y̭餬 4~`9H ”VeDN±X&m,KXFuDE *Y}ݪ7̺ӣTfN^bL LҤށjrs䄩5o:Ρœji9+;ra*cS;j _à1ͼάˌe|:Ri3#h-euxg5 v @h8re(K ד `3Nߌ|#PzS/j@E\-ke0;&rx|A]ͤKi{T"-yq]f7`]l3J; R6r'-QD+)#UNHc|v,ځ. -쇔_6a2`6;٣+b^U}C1&6lĖOY4mߵC r+6`qLb[GKRޝW8շ'6V1w䣠~yq(6農:/ l}?hMr2}@ {\ebMjŜd5K>eK /PK+WwB7QceH1 48+$܅m:8+Lul-TEg?&ߍZ*}lYr2s=:&+DSISEOV*5p%%q2 G*-aԴ5JTTCU\q oWJa;.*IBGкC\N1F%&݌ܲqۘ >gɞܶ?.FșuE|]>!^'D8rJ 2PQ4ˠbg2{OT8yjZZĜ go!dUj{;՞5jŀ]]%9u7kŬ)v|%E&QB9 |* y) 0ceǠc&f`.StdX(hUx\E!슑BZNc*(!P.nYvF J#44>Z|&&*u!>1й.aP.p2Ȼ)'*xSΌ䘟f0'K}SA9!{Ґg;b{ IY\w}̞G=$P{ުކ֐9E-ٺΨ@`OIf_TǓj}|ef}YlP?ȌEnv3?$?Cᲀ#ދGJMO~IY ʨU"ѻ-3?yEl9_|íKWFu/RY]PUԢqN1~AF g Afsؾ_Q՛h@]hݙA Ws( gm3 Ite &A,WB uO+~4\6acoG'dm <23Q(ͮRF5nql7aZKan > "hvzBW!')wTKXCH_a-VTuxA7X^-&Eo5m~󢈇Qd[gA'lEA6HЃƾ!G؛NN %'W4D[}d?z]uu :ycQ3 4K-fNZ3 h]5C/G 8jV{GNۊk}oJ MzvtY721-tHt3זeͽ8ڵ7ZE  &?\4Y/O1}dр'q]&˂A8vi DJЗ#Պ hnکwN.#8P D5xDuvx.Fċlc +oc*OuዕP; L6V p3ƅT[l ڭxNb|DX: `eD bO:7 0(Fu1Ĥ#pU |`Fhtˣ{p̪,`. rl UEs?F' {%7}ȸqFVVJ Cꡰ2jw??Q:{YGN,T y _ZcjoI۶ջUmPيN`;+ݥ}}ȿF R^bPƘ7"MZ#rSNh7|X} >y`@vܻ2S)=Xȓ8*V+}qoHu8F~|u. 3$$kmi [$T8,]ph^}[!w:/e9j,L }G߅@X&ndB^CV\j%@(NB7`;)mOM\&[mtV(fǕJןLa|#S,f i_?dxc&9nLO`.H@֨9w L"dSz:>S?L֮g<@ЂQØc&=:(-_ tƒWu\HeL/lX'M˰W֙Crc{ME'pBPjqEY gX EC)sXx.|yr%z-Dpc>>qH+ .%i;z1iGX5)&Qrja׋㲪o1J`;_@BRs*#~3n"<1~9 xiJoKEjۍ-:\c0G4Ud;|K8zJW}DMdБ !2ߕnf.4uUdځə h*:3X=`G==a\.cN ֺr#t%3>/jA>6e[IƟge{}rR$O\/ӕ.dl:s"rOAضiE80[e*X{El83UK4,0$c1І - Oero:PYѬ?B)+8fYBJe~5Er,GTvsQөvT*i'O'Mi0^\~2 :X̜+3yy;*jdSeQ+pd & qڱF})R9,.kCdUfKeԼ3h܂ab-X(9eqT{zb@+*9:2_C_wD ^-7?fR'=/Fԅ"Pӎ|:u&̊$7n,U(2'M)G/}"5.}IlxJv֞SBoSmUd1T}iĮ6i"f124ĆrrSТ*VPɕd ?lg!7yAe,<&$p"WhP.1+-ɕoQ^I;ܯA❇h|$Y;ti4Zޘ!nխkr3r(>\46k= Z8{6<[s;@ 䚲Etoڄ=yPoO,I)U{o$zd.b" /s{8;G?DC;;f.ER}w'UeƊY%2.ȍQM%5'~c,|xLڞ[(՚(LO: u1hKt˼?drOc%hh(z(wEncב4aM]v2I&dCh}s4J^; 'Z+f{FBɱcCex!e~Iil,\2obueR5C: µE cyhuPgIl,̊44zYr;T:H]<OgБ{`K_]PDE׽ `wFN2=#{0iAHe7pIMV^f ﴩ*!0yZanmnm/֗MrA,99632% ^D>|kyXj3_e%I}Q167]+TWkgEE!wg.d8D(|ٵ}?LR2$ENCcIȂ*͞0z ҈jM >._LvN7,_Ħ\j -toaq@2KhUiWnr.7=Z_<% K.O-z6wnsyeJR,(I JC!P)JhrIoyg7H\-Sz4Z P_&3L~WJ!3m3{W9nO yOy9_1 zZ7΂R%)C~BZ$6kQ亰'io&`[/Eor_>xp:_JyJ<9+@GIAUvY?eȩQܫ&,*lP37'Z2ᓓ~g7 M޴ł~ڽrYo )q%D~J[#u@^3ԝ[Ti;Zz')8i E;y l_\vWeܢͩ)M^xٱCu q#qR[=R^@Ί~v~xE)RU5 U ޒM4,Ofy:&)ߟD6CWgl NG`dVT TLƎʧE b;!W9 F") 깅* A{w.om$l{h7I;"Ktti(P T~٨kCn-?Mv|OC?[upT8y$؟k3?$mDN,3ZM=&9K^EYA"wr\R@"LZnlD)㈘Eh[%I*xr4bytozpZ&qqYނ]42= ~_eT\,$3y]| ̟}.5!c_1]3+N-)k J n ,G%z銋~c Ä\Q @ĔG*vDS!xG3o){029P,ҳX SpOC[WHl^siQ=bƤ,Ɠ~ʶȁ/iEu;r8V$OTtKVF=U| >9YۃH2Od۳F5G({(/,mIQdYˆ51(uz]sDsߵXz} }+pŁӀZ CiSдEzn k+cpzϢH` |{N1 1&+@G#UA۔\C;9fɔݟJ׮s` u?2թN@:e2wȔ[iuUn.߮>Įk&'$4YOïJk^1~Kvo~ʏG!T==0<レ5s/ *! Bā~2'0X쐤OF#-na8^u||@ 2/5hiPk\|:nr`XK?H -}+QǸ\IbE4|)nA\=WhM0 p׮ ( JJ!'7$󿭉(]_ <4X""0ɨޛKv QB]9S?f^g\,V(-r+\@4*~/"8ryΑ߳'JByLPcd^saStDUB6ghg@rsQgyI\ &k4?QrOL*#jk~ZX:hL/f!tI>*dC_(>ȁ$h3}dz y>{ի)ùZ15$(@ 3X>}44rc԰, 6䇭kSB12rt7w n\SIbM7`ީ_i]cڃaؗɔ'Q P¸ɘ.Tk<.eimҕx WPAd$O[xR xEQPv51i -R*!^aˠ=Uj(+-G`\'e<m =_8=^|T?ƭy=_uE2Al:w0im'X~#Sf?;fvov->A1Uw-5uS}6oAFCf>|U_{g+p}Msd?Tĺ)*:8:",H&W#b@j䓁d߁-׹΅אό0Z Rs_n [ȑ'Cbz|A ޒ"g}CaKd,БX9Gx3I!0nj/i^(r7'{NY ;0a͘Gb6Bxמ.s'H؛oPf[Ml*KI<ȹHcJ2i%|Ϻ`qŤ1~-yLG]?Q9?)U.i5:NhD@&m%$ em;X=hXLH_ː*R/rS*q^>/@UI#ֺ?S;ݯ+[V[ \bKf¬6jUnaI?u;o9p Hh%"׉tضlxoa9gv-ds<ⵦ*mSNYs8deVp#DYuD~7T;Ej_C{dsg4|Qțo!;`_`NP¬lI]&}W)+y9bu.J"H>R weda|i!/?f[|[6ձ3/zCPAS|h[=m=$6X FB'Cu1eliMhS:q LŝpJ13t+-R6QM1Ic)~nztȼE1ۀK2Ell?LА[bI{73Of W*WƟP&N!X,uw:"rœ" 4Y}k 8#>[qm88ߨ989y_e :L.Mx[V] ֭FkR!&3R1&" $ϒdbDVeؓE%mP~ɴ| $Im$qS/ Nanٶq/"g0t3 z0}G >w%$̯$jfrz_1sGf6rԹW;;4wSSAg/ YǑ|MQ,ϱ3Mz`W!SzH9fevG4w%  i3`-J&cuj5iwK~|6Z~9WGXl[_K14naCN5ӢD1!h1Lg0):h^=~]pxYǯȼa"AC5 aݗ2 a;2&|CI`dS--;u,h}KM=G(dNθJK?9x|lv4*JUG|>e]G89RYܣ0y4#Hћ ϒ:Ë~gNBAe [Sŷf]B_cK9[rm Hh: š2cp85åz@^waf-!P4 G!' d3CXRԕfMR#mO?). ٚh~=\d!=QN d̦Ns*D9X:-vzGg*j2 v0˸aoA RKԱNB]'XAdLMz|غ*30JU,\.s-Kx9h\6 ǣCh8H6`%΁bӡۏ&O `8qϚ Wpp>VTY]`՟U`qE ){q{VU Ci) @AAu=C28r >'ԣu6sQ89α@ʰa`@2'pv(e{`-};n~SmfؤG'j"/j* ]v&vdž}Xsd# ?h.XtE1n, 2S黱[ v-3%AorOHw3`E7=Ǩo=6ydj&D4t8 [h%mӭ-' 5'fll#f):BJh}ڈ/7u'l*XXUt{% H`grZ67V.gw:痦_fSH Ǣ ]p]^kzl+͕ʂʦI zr<--HBN#* o9y&Z"XxAB01q/P Jq˿ .fr{}R7NFBRdw` !}JXʱp/y/Φ;Rfݒ ^Krp^Zpj3a?Yk& *]HftwDdfP<.(4Iҟ`F$ e2p<ޕv, H{ !@mڽih%H{Q艽jq@oW㉕<&JbqkB1`2i^Yԋ//rƒ省~]ý #S+`u҉ӌ3,GN-w $L^arQ4bOʒ<0{I~#76ׯC%1tT?GeeR1 Kw r+xU92d8<ޝ~!lQR_'r\( cSs 3(;CةTdU(1@ x ɌxKW/-HDYvaHΡ+;s ~=|ǚ68㮏dt'QfG(ae;Ҕ0P$s0IXC@;4:,{~ZTL2O\IyhR~G972Xl tJ=V\ZdM;+fcCp;h=3؊`l(<jk33P,<g''\j$+F&?Fc\a_蟀OGp #>n#×'6آ%SR;*-FZt9K:BB$VN۷M6fv}y'":eI 3p\vط{ʥ(~EbakعDzH۵W|vx3BbJUaY75 jn~3)`|#^bOGʇA_yI9m!5h蚀}8rA?o{ޙ fhh:=p9%74o9a@@YAlMݫ&Y*pyh 2#uy"uXAyr-fdު8ͺ94#oiPjYS0e xQWFVG .LmT=BQkvAI6"CwҨh^^*iӗ&m}4di /Dq%tRiҏphCS!$(@Dؤ ?՗2 fKh4b6xUT=Tq֝"=}`bvsQEonL6l¡t5\]n\cq豤$Тz[QcvĘrz9 ꀰrBIaw*߸BhO +! z|iW#W絝 H{JJ )t<$a}֑ª2l opW0!% !%S3aY;9dD.r)lE1 #3$[dKSzE#zvӽQu\qdYa~X y-9g8ҟ<73nVY+_Jx)}os7;^;KIYWk IJlYqaNu0C 9?>nzEa˭]/(3AC|WC ,7Eo ~- ҟbÃJڋu85۝ajE=eT AÑyWg#"$x7{vX28w,,mKvr@ꨦ HoeWR-!s/źlȥcR_?:b5ٖNH=Wv~FX7SkmEoi-C% 3o=i&9<~K$uRK%7N}p}C L]dd4ܝy44OKHlr|XX[[~)׮g?Hm"k\UܝUT'n,%Vh#,F4dkQ5 s9g"%&!+#7r5Q(o '|B})Y"jrdJi}|S8|vzIԅ!Eax>Vk"|6694tp#ofi4F}'\Y} CC*ZZ)~yrLDtiDD%X1m" Ff~\,DВ@ǽ[Xeԣ:]iߪ'FR˲p}~Sl5(۬ $1E9xk囿7yؑ}U٥ sV0gJWc\|cB_ӡĐ" /+ OH\MB?7q+fbDBg9GtgNO'G (2d!kc״=aOEN7`SnFWXSb2! U,Ic5v c>n/F͛i;ƼZΉ se c^tËV,'ŦY#Sy Hb&@Y/xr4v"'VW|P!vgXΌ1 `Us%`#hY%¡Zn[olcڛkO%!MI,Rz(8NU)dIx.C޴:-%mgOz'8qGf]q}cqwk5`ytO;v(#ŵ%0 PA#9}<NltI n_i 0Ykͭ쮤\c~. KWԐ !/CC(5wrkgL ׂ/yQGG G*cO,[B>g$+ VO?u&>o;Dho^K"M_fQpmltpAZ"d/zacEd[{q}]6jC"N;Atzcq^Qir`ڇj=7k$Tic&np'2H2T?(yy*,/yXزuDFI۽T#FGz&8n0%" Gi򿏎5o|G4kz}nx6 7B@(O/E|ޱҽ?i0.Wγ|ښV91κy:ilO:@{ Sti"ܿDg'7BWȔj z֔Eyy)^+H1ݽ2l,~FIڜHo_1߃ԟgU] < z`^Qvu@j,Ȏ~E-_j>4 >X6>f~/,Ϗ{GQ//L(Y^`Հa@#P:.)y'{hI zV`0uȰk%D&9h:gzs'6!Rho q/Mס% ׵Jrp,2J n vaO ,qQ"|nN캭ws'*ByZvkּEg%b7!F?gπ1tKW]ygT]?>Ocmy 6ep6jw 4s uϨSXp)|v%_H2 :Z&:1 |*ͽe!oqdү'el4#'fxrV@C=0,PrXsنr{\A7f_VŅ/@g?Zn^ض!—;WrQS%/G`IއY//v[ø^ncEb|p{)e#M&J0d:שּׁ= HwA*kO }Axo/|n- 1ت1xĪVBQe5)L(nBn`^+%P={q*Y;#@3ެ>TfP~C֠7u!Q o xN,q~sa*ьԲyS{iC2Uَ_:h gZ-`BL"Ƥo "a%9Ld OwJEmL3p*l8,zˢW%' X~RL{T]Ȃ\|;78,~ȇn;F!B\A=hcjtf񞞋;M0x |L^FxbPS~3ފ^.L܅r, -)2R?%!* ]h~A d %xP@ u܎ ,dsۧI&(M4/ 0_zm$S;ReN#2?ϻ ?HvmfjQE(/`æRBn1,>|-ӯ' sg&+uB; ar ic&JCD5@erC(z/X\E.O‘YMH_ߦ8H}wʼX:w6'ggOa|^ |8 K'! Qmjo@uRI'p-*Vr,]TWbsp,߾H4qv_2+xǸ.?'T. &LSi"l!]ٜZ!/S݀]NXͬyfx[G 0)Z.RZ[=4ZĈɨp GE ݧv֦dd !+[x Q*lEɏwC )iMW(4F*$UZoR=+Bt_e9Eһ(XZ',2M*Ԇk22ͤq$*yE?#:_a~0 mC{<||Y1[[j/$ Vޡ}T TK+r!^ ~SuKs!.*Z]n2BoZh|%{4bEVUeg asŒ[:^ z F3/C_*_@M *f=p.hD7u-˹^_x5}/g2ydb?L:=ꥍjG 7G^ZL^{k)"!óPTrv] ůld\Jrà#ޚY(>n;R:fVf@-r"HeV3Q{ 0b:PCQ=" Tͻx&wp&Rޅ<{wJ70su#=c6r{)SaHm&u0IJc$zrI 3rx$fuAՀJ>E:LuR`m8^X"+rFO670;qV1d:_u4QXmV+8A#WE`*a52fK.W~l  SW緌2Vˮjq0 VEJo1#(iw~p[P+-gkmT lmܕ$!PK'6Dzvܤ14`!dFoMY;f o"C12:+B6_Qe}JiPIq#nҨ[-f@;k_CmxѺig iu-u #YW6XC{Ķl'N&>YќRE?m&l=kO GE^A[ D B|>] ,!( mS;!.rksC]'(iDim{tKG:lIrUѱ-=ovKUBa: [$ Ǘe)?9O;nm~~Ǐ) ]ELB6䓻vjn_̀h3o_,/D(Gؖ,1$tsDSr#U,bE?6U';h+``gS/cʛWisO;`*4#jWJ4olӺq@tۇ`_=QuAb4lWXBЈ6I:Mx] Gy780TSN]dy7iV-o],"ҟAJV];,D,9$5A>=G;s4JDK"Կ"_W Xx^f0v#(ab)ƛ33 :7q9&=Z>xaO\?Y̬hQcɠؓSfή> Z٧\2Á*<?C] >>s{=@*c@>u;et!QfI4>ʁ`猝һL,|؃y\Mkp'v 始Hp7(buFA4A\ctp#* ~)ѧ" K)&{ٔ &bT@w8똁b ĸO=e?Vg&YȢvc (d EH'dY)IEAlncLcƊ/?&ޠjn%ls!Fm' )'x~k,S3f1|K$|=:/WhZzV22HC6,v&mHբjF } ξ|Qэw3RM~u~uUFYم U1a0幆jpELW ) X:2~%>&_ /< ͭĂfN jTsVf1qK1/t0 !¿RGEɝT*/;3^Ӎ8@UOѓR}ch;+VNJbX[⯱^,\ԗΉDj(~}cnO a r*ˡO:Ptn3.v77dA}Ѥ|/XPuߊPi rA`ց1ڒCEU$$sE;3L\S&Plgҗ`zAf n`sy m/WǓ\akfg"xz.q iTHRp}C6l*aL&d8Upת|֊=I31%LUhhӤHWn+S֕zZ __Dc%Pky;IwĴ5ʌ'Դx؎R,8>OljrQ"HCdѾD@>~Pxq)>Bwa-Ţ͂zJz m[3B:!%?Hz.dCj@.1lƵjU0𒄂1UB~'ěXE8#ɕLvͥQwo$w; 99iৰE|:e#D4ڡC]([R^4lq[RE}*@@bR`[jkqUqEÉ2F%J4cgc;ykݥ_3%?2Q4/0nEoTʩ `5ad. K<1хXf U30wBRƪml٪뜫CU#)zrAilĉ"嗈칙SOKyca/5g('ѴVG1?r2{()-hq/D)fOOa+]SYw"ϱi?]t$B%mpI4;r> _v LV~{Jbđo‰U?&ED.zԮ_eX^d"ZD:f́qZgɭX!🡹P" 12zĮ  wf|iy5wWW@tTMb~T `vTЇZ-(z5,(kF% /-gwHDh!u~6~T'ȍװG2cϥ&ع5{." 쥲ˉ2sxfDnL]u贐%Q᛬;e(]\LMj鍡s/`_M|_j X[nLH ;a{+д_ zCs3|Ě&'w7ٖaIR)$mTHNq`eU n ž2)jk@Y<q~ Lcni,|D\Ǐo-vqg)*,A!-TMcX׆?'e7_/QCmExddVSda3Ǐ y&(5! }9l;4j&FSӎNa;7xN%zH e|c"uG`5Έ) 4 N7_Lep숪2'<3;>WiMA(ULCNpf: T8t% }7ILYɤA@׷JUzI<5nY;m%w4rc(հg' .}uN&1q,t,e!>'°#"Ta.U|##& 8v.Q-V>G+:M`ҵ+mm-Xг #<:l*e (6h+&F⪣1A HA)%+`D Ōp0TG=LVP|畕ZZ%l"!^s:jF\N|RS)pBTe|/2+(ۉ 9rBE-^*6+L>T`jZO`δ-2 g΅oAlSY xmiE4E)xũ%v9`/z(R)D1B،] -7w-o,ID_%P7̓7e;#LU%*T/cnt鴢@[>j(G{0% x 7z]3ջ3>GV Sv^0{XHlz(0a'n7 iUѻPoݭhnd+A|-zD\F?=_{tRg,M=bE_ﵧzob߭-,&z/"r?B;,`zDW#P:J YLR-o;dwfj~A }90z8vd9n)W,6}.1?BȀ;|uRy9lznO,GKQ UKS"I஼~]1g3 M]+ ŹMisYњ#@i|.nKRv!ғ~荻m,iQ|R*aRۯTgWG[9C_ S!OGB; Y!(\smj7Wj\ EA tsV d()!@d٢~c1xU`'x@a5.dA>!6<&j`KJbr:6,;b)1nr8k@*?~bpƴ9µDk 3*i󭐔`IEX^J- z tarT Ja>jؕTc`i*O%#p>t+)}FnK.D8TY 1 {zx1^*?s 01mƧἤ{PG5fia7st]X73/B:%<58{/!hClpbTµd3Y`÷a6R B7nâsչ.g?pj*BsW5iT!V&c0[d8u1ev>o9*!~lbɲP臩d=?5|]N7D>\7Zuۥkn?~a*EȠ-#*%b]^00*^3mf6#?.o1-2=s~%0iʹdbuCfզ#Zt[HZW!-a`%wSg3) yK9ӟMh= z 37KmD#w0K;oɏͦI=}tTv8h;e) =Xfpq>k 6u68ڭˆyeog5Xfx_CM@T*p* ;uAP%VX$grm0cȏS?fՌ5!EE'&7(dD/_ml.-5dFuͱ_+Lqu{*d/J:@#.p`nϾK'zVW \w#vCRâҦC\53%j$Բ 3@R\]oЄJmHw,3T*JQ3vtc5CKyqi&}}frͯ9<ΣP}ݸžA %H D0JBViؾ"8V|''wE/ {{%n :pE[$TueK掾iR LƕKV h=?>٦ds2w-lW#V-pn8o^pO!ݿ9kiu?:-̮y}c[꺶ؼ1Icb}eKۇݎi.wwh3" m[beKl/Qs;z%J kE0L/喂Ny)8LҒ'j]zxMμwT[]ܼK"M21\ eW?V !?oاCX||ak OdE Ϟ&]9@H4ChP_نIךpyMvIa6'{*`A?8a3) 8y#q?<&O9.zTC8yJ򆚿B*93uP=iߟX=>r?&[gQݸhsjR/hH |nR҃J@xe5 9uNM !S6H8xIv1#,)J !pq]e5ys|1_\Z۱==]?\tx&d`U6+ =@N(*ÀM- rf*')nB!2H '1]T6lqZ(HJējR}t o=^>wKw,= d9Gqғ?'e^JSmiM&UmκI'ocz3Om`pYe`Ft/a/*L{{KXUܬboܿ' 9[FI֛1_Sȇ^AfeK+ 1;*ݘ ?OzmyhK=||EaŨ|xj j!Do/9cM٘br4W.ޥHom8ApF]Y #X6nR":FEj*6,3cSin7 woҞ=\ij+U$VϪ<>ʴ-YDՑS RT:=PLr_ty}B&Mӏ1Sk @ԩWSZ?;nOV#$nd'>~I+1`ʐ?s8>Ji)"b|wKG~=Ca8MƽuPL:k e:vDw;Cy)̌c.35XL+ej2=JuQ_1c X"UvA5>?[Mj^A<H q2R贈[ Am@"q otId= MU!5aoHnCs'3/td 7֎k~0h$yKkԘb3J|P K!-`xD>78:jZGz "4!_%=qLQZJMV%dhi=ک9b<&JYiޱQ| cղSyjIb\X]ШF'ԮW \Okx7P/JnL;YC6O*'vgW9s5U( U,9?_S<ʯ@UYc ь=Y~BQEL∄Au7P`JK#`0dҕ_#$ƥvw DNzEڲZ^UFx.W&1{B|6rkl72 7ʶ֗&`) 4j;Y8 K΋ NSl7{&s^QՈ]J#ӷ15<֕[WHqM ki*Q00 @B[8J2 E-;/m|*9bpR#zT hBӊF5nC$*%YWƟNTXĸ{^SB=,F9[ͥͻ)tA-H+hN r,W#  |ORkdOz杆A!F"ƑL0.-ehPG+X(~hT`ļZ>^a,Du RX2_@6ݚn%hY)KNς^̩80:ϴ5=GǠ&bNqyD i"NJ-z<6mTSՍu7֎M9*'^̎+M,Xע9.]SuX-@n#QiS֩, 5Rik-t)'F⼒%~E =~.$sY:>@RҬQC[%05E!kO;gYwxƂ4B⌿3饾bͶ aN1i9E Wn\m+Jqqb}5'+TXYU5L]e+U;dH;}iV8sG4vB|jͮ C*;aq&y29D_${aUCi& {h)@/M̺5p: l%?uRW8 FwB$*hԁ-}ihd"7SM?\tlRoc_';;X8:{|ɭ]P҇|>+Ʌ/8Yux4numv3ISۃҹ=rsIHI#=˛qqwKK%Yiw0[6u v ΄tq' 7+.C /J'jeZTR?b|+yR%Nݺ7QW_="z>NA05>夁Vk.2@|A&2w XIK_ }Bg.•J]Kw+-%h8Q#E~@0s_7miJl{3" /_}@~DOS,! &8f`aKqv*d& \ihZH%0o>T++N{RX/ % B,jx>~TiA% `ZW!4?<\KR"J*!lUsdSHT_E%/n i.h#\Ǖ.Β7sYSDy$ *\lŒ^hOҫy $R m` އו`X_Us1^!FQbsjѬï &*땑QCDǺ\ّyj+v]T|w |gcDa}nN ? >|'T޺eݵ^Kc0*ПLO=j6kq|>1~G-; %FO^wwo7#΂OfO.Ox"p:1|Wo@DcM} ˗?Ȥ]إNdYo]aJ~P|v.?+|T"Tٲg֩϶=͙5쿇I*HpiWMHn`]<|k*Y,zqJ˞.{J}Rh`cÜ6 jßYv$ h@2ͼXD9ԥK̸də!C/A7_TJ!p?,OĄ9`D%dU C G#PK w XrGނhbIϖfȶ9Qu:NG<`/R^ }pnUbc 0rNܱ0/BD4PF!$@yaXK0)s; F(lNqvn9F\Aebqo83qDώQfK| ai'rth@tfV>1>TÌQ2iE;[ W'ЉN䩰3ItX&jlSB:#5hȹk9CFoj `X2(}UqjnLhI˚8FmL,\ͼ~:J*S4 ;X9XP3(DCkvPO10uu=2g`<[2 O4 ?Y#wQ.fюͤ n(_5ܶY630iEW)LPt¬& GQAKpn+ oH?6\jfJl>W|Iv+_ˊB?㠖ܳGfg gsY_yumiW7upuk ="\ԫߣl (zl˯WR+xÍ)yT{(@#|=PUPtp/lRB?@.p᲏{m*L=D¶os,eU+͈Gؑ/?FGC(U[&&%LVL2(7Cvj&AMY1~iT-55T\! FeВr[ ѥE19@O PҩQ܇5GE8DACe@^ ٴJl>PHAj-В5dGLTK#P(Os]vYFTcXٮl::|fpUc,RH`mECݰ*6LuժDwK-ҶIf JMyCqPQL=uc.8̦Qƻt B>@ҢKջEHVא=fثcV3DC vMB5(7. cAi'E5OWHqؔ-X]o'm,"Qءut;n GG@΢;|df{ JJ uY( ЧJ?cpjD)Q@ 5au#ƚ6" &JxnQKfm)#1HֲCO-z@'oY.4No/D^XDF/Sr/t _H.,?w-|ɶ|l&MiG7b<Pi.J[She&[N52+<:9 mEf *~$ƜpX]9k+rq#ʿ F56cUQ"1PDa\gzi Ӧ]DY{e]}Nݸ `yN \~?xGns9AM0ԯfL CKPR ;ԃ~kjmAꕸCbnkOiwN;)r,2§Q;{8CYۢ'~6ʷkm%]vJ WY-!#ji6|y\5_I}eZkc}4r9n1, " *"@ %_ A>(Ow{P]"p0{g T6h?[eO167Ky]9L(R۹xR9QP罉_K6V4Ihp-C|/%PP;z p# Ke9mBf&]MRsCd~ qP/yk>ʵpAǿeq܌h=tb!9q2bX(B]jTŴo_v0DED.73~Ҧ=Q&,(VIšȱ<5/dCݎ?/î.2Z pw!ßDZ1~~5tyPleS/VzU.ΜT҂^^EUA(mR/>![Zޡ 2g~L:-3Kߺ)/dޑGZ4Z٪ ZF^MWb;%*M^ &&_XKP8pz|2)}*VԽ$[tC' Q [N 朓Qf;y}\5/8,K@5zoq,^;zF.aU=#Ȯ=^l,Ev:%9FT*SVaQ_ Q '|1c5!_$KRjS a|`hJ^L)d ~5mYLez6$s$ z;K{: ;^[D)z8E+&༮Lagb;ᩌOq+%nr{*/A]jA]/qc bnp4id`+wX2G8ciVuЦы42_ gv >2s[ѵE;Rcg1QUFap>!-lUǡ%1[LxņSϛJ~^e7C?퀨lllmo @hY&LwWI5յFIyazhQIhn:%)#x1`GiQy FE*WBfam'Je(I 喛5Wsf5HgyqHt{:De8;Z4$g1OvH}F _25ԫpL1{6{ݓJ#Jr 5A~4,hPTu gf=EsXؕ^u[wB@p0-bD|RC/:bB@|["m"v\G>|ib[bߋ a J75זYNs7NK~zi ,1h:X s gu(ݭng1{|^DE}!AMXd[憾2cެ(4iB T}Z+j$o&yv l>pH;j(^xlͶ7|?ySdȋ%gU'!X!)LzJ#B}#-nr,cݻX~y]P!kT *VnL7p)(lD^CƑ?%BVb逎N`ց&ۿfpb'n+!ԛw:lqf.^#tLb>ie _Y6a=.U1dGis7vaQS@w* 'e5~Q :n{ 5 K@PeoFbU ~vsxq ɼ /NV&G]y |[VMKCX@le\33@\h/FȪ4 "y%3mX|fa+<vN7Oo*l53M_TEܙvG(|yȪW{d?:n$63){ޗ6mdVSQq!DN1ܤ++4@j䡈YUH8?2=(G't ܏;B*_u"r-xl@VTBkO@MM;^Wl^|ï>W+C8OtQv$3y6TFܜJ̢#Ou,-0_jD$ c{Zyu2`apUB'ڀ| e{ m ovK L [dZ9\QB [.1'tћ{FEݼ:<,c:&;IZU&9h2\orO!%r*4XceQxu؈!IlMݥArx4C?\f_iw  OҊPBCڞz#&5\cuYmqE+1ϻD}Spv ۯ5!_. 5}d Gy& Hq \u]bY1Lmu@05+' y @y?Qt<)6 $@(70 ӻ7q,Chx9,X|^wM$ߋ$!?n)a8d\"V-Dzzd`,c;}Flj%|e4uOIڅaifVg,Utq1v!_56c|(wn-cT[~tfVS_:}Kii4}X(3Y.-c:|KkwMcam@Gτcæ-`ƉTkG?=2vJI˭9x73 ʕ ?kDfiWlYYL<`#EҮnWbII殑 E Og[i8o17 nzAc1NDX%|C](A6*C0O+)g3x1"$pǐ FN h'#8@>~&-"ۏk3q?,~$a':#F<\W?Yd9AiEAt"qD@sI7JLa_4`Ԟ# x;%OP^‚7grTMDaɑ2Aⷄ>Lb},+sa= sbK@zPKo xrC+:]]8#BVr]'oLm{(Q{;&j 6> VkUwN/&ty>ߏ>x: 2VB*e6շo!cI 3$66_O|kwXb hbX3,%ډ < UM݁];%],.o`OQEo27l^+tb.0U>7lFO #*uuL9+E||DZgҪ >=({$* `!'D H 򴊩3,_CDѴX8:QF'l]Yy\4f)v(qΞ>;6s2%V`:N,fO՝q*GqjQ.L9BL?Կ+ՈXWN%apZV*{ !2_<L5"Oyq@ ʫ~fo--K`b}/)mmPwycތlD4umB&ȆaniGi'5 ^2P ӭU<9]qCu몺2]Noq-eskuI'kc6,J$XRgql 0Q'g‰zT ,cҤ#Um#?mJʲ!eAtze["b`߭@eVL)ڻFO^V*`ڢ'訜sl2zw.ИqO]V(.w BQ7՜m X>j2tz5fe  ]dk mD}=џz}" pj_f&(wjV\V TxE60e}'Fc0}ճSX&:eKCNXdE C*km$ [PU 9oRl!8\=4w/C@^׆KІbyAF _{B()c=үsM>90~Wv(j9m֎MH$-&XOy,@灇+;\ ~ك?,\ |xCjW}d^',p"UnIu}:I:vU iGc:ɭe*qXȩ&FӜ;:vMIJ?#Xhv(lgbip?˙x[(̬Bz*^yAs +.aGrog.m>u7 h*Snq0yLy^M[=ɶgmk8$ Ś9s8|ZO|F KoP|gtHo1JYw"!H*'(yɈ5x0T}IQLɂpiC]H}ʸ|r={6gV$ ?&wqlP@'Q%zwZJP9'b: 5]n1_ ڇ_t5[rEia7FJ1n8M%m; X_h|K}tE1Y7h/˸Sd`UɉEާTh{^xg4c 򽗟Z(؂!}~{AnR=XQ/O;Ϸs 4=dOϝ0 iy.7Z)55kX4Go ]q?= Ldˮ~D4ZTTǔK8 5yRN ĪBJOOo-C`1~F9!$ExжsW@-KTch^iy~;wt6!GT.oP brVcՕGÄkI3!hIeo5: ٕ=|]G'4 y< L`Kqu]<&- W[,~GVsv_\w#DkhJ #se侞->*D&* L9g׼ 亙u\sMnڝIL+$?t|Ȋp N]{XXd(JiWu*0, $u t:EOF K^hĂcUMF4r{ffb]\?Uu>UvB 9`gUS n=KWGti`Q$[AߪޱhOBһC-Xc-%gC.\gH UoxUF!6XXOήĔb.]{Iu+yo'ʏǜ=*{&jz~ {) R}IpdJZjEl\4~k$ GE@ A,8KR(%M*oƽnyUn铊iW7@/ncڹkو2틃i]p*(YG+ETh[^X1_ހ ߷Nl\̣ 6^ZS޴0CΣ4I,2[[9h 4񊅥dR&sG^?R\N9K}w,_Z!(/.#ΞtUAnQ`*> @\ $q.JK?ɧTo wkCR}fnUHJ\QT~qUNߛJf\tIdҖutat332Lce[W3Aw .AT_L#]o]dڏn>_'~}~oz__c]UA8z9"`,zy5xuQ\'g-vTZtѐ\ (d-.㐕.v +:Xm8R{|rs[}^m9ޙ;?JEClQI;rpʑ^L6I;YwF9}2X:*Z3O|=MMY< )rT@_) jwwqC2 ]Jom41#T\վ>0w֎8mW8r;X0wB{Eie+8CԎ5vqxz%6gWV  5?8|(8c|wto@IO ;W60y2,˸PB~INc_qJf19&/j?$zt1gɛđ`[k".B@Zytq![Mf GܮFIZwtiP4z"T~+폚s$zƃ oae`cw%*TYǴ6_NcHljNe7JAFh¤+ku2>JF1Spw,q/zZxE0XDa՜NfAJU (`gڵ3qqJ3,I=9$󙳃*bX%=DC'1{q9{ EK􉙫wr9V)$9q)}%_ YNp3G;qMՆkQ*2(~-k".#iάө1wK1Q)~ÜXӄ0ӢbSK nk췏9 qD yu hJz'"+ooSZ/T~e1n; LCX@\RK;m<9HE9G_d;bo!)B7͍@[-LI3C&UIO.,P/LJgt6lW)wv[K_1wj_mKBp=JW %yA^*3s=uԑ{8c#UL]QCimħS=9ՓWe7jc 1:& g\VY@@LQ[R-^6RuVօ|N4Jys.am_BrUz"]\n|"29,09Rzx,BBgP4Uj+!WsL4xܠGtd}2 0q+ZΗ郁 dV+U*/ژL#V;.u0<D X$4wI{PXkhye/`4-HHm{JbGG1\`1/ORŸkab16Aor~5BnI\iS(_c#'Chm?DA|i*}xj 5!}dDK_.ig>o**7MS |%UcC / .˝{̀A +O ec3]HxW>a K.x賮}fPV֎ ? VnJBYLOW14YeޯNrg ,Sj61ĥ3wq#J F'&aUYć^ QޙulQJjxqVw}`7jjS:_dd V~AZ+b@\-Ǘ)?H K^O}%fm:pPR _ `zP٤f^D5+$MN_-4 7=TA5CfQ|gOC>f6 Z,\Z9ӧ!SA4^E/wHV(D:l]oNd^ ` r' yy;hЮBOn>|cݸ`jQKLwIJ.d(`I‹5|3]n 1G^V G O>XlӶ3;k'no;PL,I}!i}n]<`f}X+g9*$T;,{f;^rNr^ VaSi6c珕 "Vet2B̧zfdvxN=6*p{=JZБQoV3|gӇ`7_ R0)uM?Ma tZRkhƧEOc믏ǞԹقKJ>w<ܱr07 #>}f* ,Ck9,$~P[zpjAܔ_' 8 "zFdVz6+TDRNo!%դc9Tz.tgŅZco@7Kj[XD@6[\Dƒ2~/nKnDUxBdV>Dw`v ˳Nt}B/Ao\#&?vssp~n\Gr T.ZD` ,Gà,xPCPgzdŖ[9TH"^(F#wKI@mɼpĘÂ6 d]>Nڐ#ˀ7g.q@zb0/{M@TQCGzL Pȱ|h23Z,|p-`?$vKO<Xvm/Z%Vݥ:Nu1Tyn' ?  kI_CtWZ, O7*.ZրGjkfSHD"5)JrscJ{ CJ y;FyP+.O߂&A +5햋W"Kb9Ҳ|;[ p@ׂg?z%Z5b2 ψ Е_S^xgJ۞Gwc=h tOJSӏbp4s8~ oCjq: `UT)i z| ~;\k`vMI`7y Zv/s&@cj} UIaB,Zw֧1~WKw43樫 80h?Ɗ!Nӥ^ iz͢+;>yJ-304H:` ( 7,4rUS\ӎ_{8ki'N$TcD,Siv/얱|8iptvЧcy0@[3ݥ0hԍݺ(#AB%PR)me3bD^FmZ ƱGNb4DYalQBĭּǿ0b*Eb;ugtymcD(zvI. Q)E7d(aUyFR?Ƀs=:T?eo48D Btrŀp!%Zfΐ@M7{*〔џ0+:j8ќO~&[{wY#dc\՜ʓR_[$.^c]=y] X3:fH_T]DS*=m&Iso6_s!jyx]TdsnדphѾꔫBRwxVBpHXa y`Po1mU=B` 9Bt!H.ab%Vy3qZg@ ?+T/$Q1vL|lDUx29@ƚ>-joQk/?x@i ԭr@' I5 }{͐Bꙑi"0o<~(v 4Qg^\:EUF{iݟ|} !1l~#4D4sV֘U讦W#vFRZ\1Œ8{g"6׃r* {cm:7' ڜ7_4H)WjWa98KN<=z%DݹtA3sMBga v P=>G4y-0#^E4߁$@AW)F6JMRfh}9֫8***AڏxܘNRnn -\=Tc#R'} D-bRF<  e $04X ŚybsDXf7iixC,Vg @7L!KxDw^y)^#(r@3E@߆ ^ݨh@[m3vg*u1W}e;7Z/ h~N}1V4iBtT'E4mRf0W@9_lG3Lu 777~g"WnL!  7'\ofl MҿUNocuuʇw^T!|pAZ0 mZ$&\m,4c;cCr]d\vR@=üZt_hhWB.gv6 <d\vrZ~ J^:;n*QMX#sB?g}"}iޒ?F<=`2҈-[y/#'{,Ƅ9j"&%⤆2{pw|6n"6Pl"B7z.l1D2Pu,Yaų`r>h<@EŚOwj܀tʰ5nMSjbS u>֥Ŀ7tF&-1c愱Z\:t@RTM. r˶Ar2nfu=Lq?ZJ'x* tt~|gsJbvԺUc Ms@l$WýmQ17&;vM_GAO-˙s2 .sf"+oПJc[ Z"sT^ݜ<A;8,Xtd+cn-mIK 7T`wީr']yGiF2/lfwPw0<љMS}ĐmNJU?nDSȢ-aS ^]E M;_5)D欱\s1&,|e"̗4 KY,z1wZoj^5 ?ޓO'ۊi,g.dKj1%}3t(/M)vJ.VwcLa$ R˿~yٚ>xi?) ФinOֽˣ\iJEჴ *œk ɛ(cE71a'CỪ4e1]Vmq@9fѝc/4K~3բc_mmS :|7{%\#Ehb3CTR]`*Bz" r @.y;a )ӡr2bcS B +8t-/u}2wL|^ɬ>{q Wֵ,b5%<vA aQ-I}xI<o6}M!i'uX0q_lJDta J>_Su'/I?s\!T:a6=BS(b`FƘ}!; ^?Ӥ_UHFvFb3ȰHrjT/asusS,)刬O֝ۛdy b9`q^O%|zʔZvF:vWWVkK0p!ﶝ۱,!s0:*KF.mcwdEY=ea̍Z*KDxmB}1-ilg"L /t =8/M WB}s>#A{ {akV_cOoTQ[MC?՚gVJc2]NYGw gh&{Ra/iu.]_yT5tP64U+%E$֙Wp8 l9_ N{`UU%@'gF&o| ܠw wΌ,|c#l#r"\Μ, -g{r=YZz>ADMs2*O~3Cܞ̛F_Ǥ֩|KSPƨ+׌X ʷ B?7r%UeBm>MDXڅ6&v ) ;Sju@6, {.?AX*Fz:>1c]Қ+se/T/Xƭ:ygٷGIJic/6@ ),G=^.pQty;Z8<<=Ua N8<ŦK/?W}I:"bdQ`篬ą(;](\[Jm>C7J98''%8I,Qc9#S"LyoDTk5= em?݆Sd~.XdPX~wj|$,'sO,4{T~kc1q0 7G" %: DAG/sܯ«7(/:2mp[p]C/}?>% ]j~jN%_;Pf<Kdv0x{"D-1c߽4Pqs5iýU-5(0]f,X - kیt eB78fBJ]4'Xz$Cug>s2?Wj=IU?#-iqB`(}Rs?Օpdzי)`-†{lWE 輵(+o{}H!Q7^*Ĝp#ݞ0n/]@da@P;}O*S[&TL w͞#MKnbW;c+R)"] D,NF^Fl?!FsHme2îr7͆ѡ`[HkxK1huڽd;CP;`/_m DFl?zIgRֳ[,M.n&s %S˫=οfHlc}Nl #}-PsX7o8Uܻ;xlv(!2ooUPݡz?<h5)2{n g@q¸ og$NhF xd.)Amɯ.فU[7 QڬjU'X+:EFϨY]ךǥZYA0V9 ˉLwl.ds 'nJ@Gy!ԩxZ,Vnp1Eԫ>J<`,N9բXJ%2/$wǠd9^Z٠4 @)Yn?Q}@a&8J ,$HA(a0@|Ac@6F~V{+pRU47EX.Zev?r}thpy13Q;I&OVC̏amLjSd^؏Cv'P0Ʈ8r??a\^pR]әGHQ L٬E'i9`!RP߯S_pa(g/Vsw+&-엝op6Jw|j۠:O6nKk׷:F_$՟bpV,nqXT1B ?ADeHiR݃x ;4 ~z$tE璵e>@T0!yaD.FoF+[|d̡ +o69x,(-w4/)gj:5]¯_Ta;ˋn6--`ܴn'E`lD(; X9Ѫ_IG&)L)M>"顲'LhC{3iwƬģgrCl.BkɕI6OMa8Cp +Nȣ~4 D,sbCjO}0!wybm~h0 ^t. -uNumV\kKCڌ[ZcŹMchm؞'j٢;P=by%1۟օ^Zy-ĨeH>aLMRF$H.ɈΛ)'0핒#czuwq/J>6m,dZd2H=;Q/ pj^)DW`~r!S'o-.=gMAj,ax @H@ DSvL!o5@"qpȂ[7/s{ղT!_ ]1яYYi NwcNzM2!Y>,Yɤ0?>b(sޏAfK~Ѿth iZqy6X,5)m ,h[90 z?0gMzޏ9_xk,=8ɔa؝S(^%l~=ֽr]{iybQ-uјBچuv!$5OC)ߞCo36 i[ (7 K?I*r^t*"ac^g{ W}'mؼhNxۀr3;WHdŋOmV!3q܋'b bL!/tch4=ǹ,mrzcuRߜf!/cddo[9;&0d$+』-#?{`[[.,e^=Ҟ(h .UC 3rU-cԂ&oOb]Y4=kEp&A1DĕWVoge$r,Wxwt7hؠ6=3B'DrUdk bsz$nր󱬿sRQM.p-/o(9"mc˒+Ʊa)'Dž7TI C642 7\BX*K|=I(h 6L@ǻ>`D_]2KH8ﴩ&98^)e2'o#)~K} sXЎB'TVSwd6Kѵf9̜K{fZ̃-fnVѼ#D0vۆ @i"6sc 5`_۟Bκrz/5o+ԙMQmX;Z`wť5ɊRQjnly_Z 6N~87CNsC+Ջě]ТBUrn ސ3}a =z$ #{K0Kűzp2ݴ{aiN f5JφT$ , ~KtY(k_W ˠ/ W52!*tK "tjVgD.tQnl))t'cKQ*JMNw\]ްPzL2Z7P/Oϊ\>8A[qWq.VCO*ntf0|>kg@-$5)F??h>;tH#g{ +3,5t95.`ȣ`d Rt(ڹ*0R/7EO| 5Gt>?QS9vtxs- cj5zB) N}9c=\ 5Տ t~tQ$gLcˢݕ;j큁oYi;m5wD/rL#`mE< s-#mE^F~ ,{R}*N (5[4LWkScuON֠kCTF=Tjӵ-z4H*9H'0!'N~pSK^mǞ @L1RH"u5NlCmѝ|Y]uѾ` Ik{) /c|PGdzx3P SӗQgKb%%l_$s~yNh(ir. r 5r~.2SToW'Dyڪ?LsޯjVITPtBjvG`dwv_`﨤3C4qôAl0,NjC(t>FaN ,.2SdΧdݠZS!_ fV椽L^HdbdLq]1-i+67Ti+B}wAۍsN#'zP%2O8kW9> MCZ^3^wIrБ2 NT0z:(2%3|Ugˉr^ĩ;=LOc̰nN kW`vҬ8Wtam^*xp(9>b34`'c$z]1b;յI; y#$c߰[IjtLm7p*VЮ6/yݯnkfAiMemVl1 cVCbbhXTy펬SRa sO^!J,o88V r%cTw'O/Z*wؔ#Qȼ;t#EGp,2Ə_r&K&CJ }r~#b\,ݚPe_r*E&0R&nICP) Y#~Yun$`oJ~ Z"HGGuM#/YǬ yi#8(3QI%Ҡ% w5otj;]HU*ķE+C%'g+P4}FI3q݂^i<݇f9d6 k¨R3co㷵rcdM"/N=J:;gKE~@bKpg&t"w~>(ٙ´ r7[?˸JG Rxx&z3ҦfeH![ < MKCg oz5$lF&2xFmOYMohRֻP=O!--ٻLu.bL'춑ٞъz$%Oxj>=MMGCᙘX>J; Y`¨qƬdE{M O&E S@Bρ}:7 }>.L@9Q`֍T)u_Cw'n{Lp{GP aK &(OEew\I\v`eJ;Onp=tp=4kE~1 ],8) ˠ:S|ޑi-O=#pl2r-H={xS'k9 >Aǿ&û%oxhEU%0A]3zAhH/^Ѭ[G,a+U] ^M\sU9s:BtD8NeG TXe>KF|Z1/ZoOC7*=,t9g5 P`6K}Ybۭy#)2FR]/?l1}G$x?FnMq7Vyg+O9p::T YL=|x`!\h]"N?/ְ?~3]DhtuC(&1[EG",D\t\;:D~Ra]w'5y]^)ȕZG٪ 6e-Viٴ7MPnAQUBUL_V#F~L2ރ<ө'9[!#MkZJT~t!M?Z,+G=6NB\/mb(̔EbR%>JދT~~bUuf_UP#YKvcI7RB\_¡F_Ft{!uJV3&xaʔ_g"-t^ 2}kM,rK~S+%hR2qb){&[A=)6>i],B_NPK3u(ŭ[=A0h}50B0mS%E,s Œtiy3kjGx]C `;܀T鏤T(yEjY؆{.o$נkM^I,Bc/ӸR1\Ƨ)$v1,ٓPpk. Pd8-h.>·Uc١]c(iI,#"8".8_区#Z*&^:؝^ вTo/AMc믏 '?cR N?SRqnt H-ŲA'! X"eY9W$1AQjeNK0+fԀ 9tP9d`sОhpTL 햬.<;A ٌVޝ~ 3)ػ,իseHTHyϱzfqӪi))&KȮЫi%CY76{p?2G+(baD4c2<ܚPR: A'x,*)ja琯Y.X6csF镗!JjwpCUGN1Vu]yIR /d,fS{ET_5{lQD2.?&ƃJTlvߛ 3:A1avUi6[!_yJ S016 Pqcx&㡶$囻4 U;1Mɓ{o} ֟tE*UJ=-HKc*qh%!;:e+4V4u[s\2.i,L#Q "[57'14g(̨ڶKD*Äsd,yW߬`BSc8IEWbbt tC #8\o}v(5|yw(ٲ -sF{Nu,<2E͏*ر@uYYfYĿ-;Ep]!l/AU47ۚ<++d0/=[bW#MM8a sl7۽'RA,(˸R Y,nÄ)*`=0!GOW5P9h`*MyH=Aͳ4tRlt4H7q񚜁+B~yqr7󉥄g9.A?x ʕhœ >1QqM=G⇱/0K^kF9U o[vu}m1hw OFɫr+3_ k,AYIS_@~0䭆[ӎt4oR5(Wd*ԼPo% M'Έr!"wLH,0 #z!H3]4 -kNVXAQ8\iŸ2W# a7/-&{_$w'3g^qTc{h^#dpƓ`Ɠ0 @{\I"$Q 1E#y)I껈I|$Zv9b8>|ΚaRo#{5&%>V|k.JArKr&qS8q {KaZ*$y3O/j6Ra8*d,N/-=mc70al0K [2 ֢1^&:WװV$P=8B[;}aQe * I1oJ픱Z-%(mM q{xo G}j bc\56%ם("h5}uSȢw%*һ[|fh0 X|D*v}eEs|/!n!R[ Z>A˚Fp?J'yXbYJ͎!f.w1`}(L# feld'|˚%?/ԣQِz\{Q{Ʌ銕oi{_֖/.田Ns Z^$ֱ)ydnO{n{2Esdb^̟t(q:J|G[3O1:b@B6V'$>,F9T P(p,]-,Y{eS-nztᇵؼu/,aa/jòC颯-J{>xQ?[qLiS~Z_or̬-1Id,Q@Šкnn/h[1 g m(舿'ljg<OsB͈BgO=De05 +T oK撩L>qOhHU:[pr:#fp3EBk15znY/b)M¥OǫR}. '}^uGkaG>CL *H<ɸ.lX~kA0 ǷZ7ҡ5>)IX#!W~6fw(֨H0*>Z]0nH8&k~42K~]FZ9l­>CAX`2Qզ<RӯP9dl r.BzoM.OY1+VV-ޅ!'N|6L0iZ^D@H2ޡg/h]( 0Xh3|4W M2`i+9sZi#J@×ν9z1rjXUSc<;o+A5'TiÆ9d\̢S +#S$ Uu}ܭS twTG97FĊ _C$R@8ʢ0A v bvRp+,~RƀelQ {a|B~XTUW(dK^!9-JeL09pG{,MvqLUȀ+Byz&G KZ-=j 0I"dɶMH˪IDvc<{*rdF[z6t#Ш0 q}^rhݎU v"R /F¢LKQ3}&=*VXKG&JO}!:NTő#;m#Ⱦ2ܘ t^Zj&4/ >;uZ38SY!lF|gDW 8Vɚ~. \2xU*6 Qc`(s3 QA]qy,[Ms:fpV!@aQt*NC^Rob<i+d)WwC}dy5@C3# /8E!ex׊0w:}R[r'P<-s8tC)Wv`]Yzyq+e"yg"?رe-qOF#cm)Tmh& ía ₭y7Њs%"wN _ G7 W;ͩQTiA'H@"qx.|'Pje EJaE.l|hѿ u#-\\9IM󷘯y1pol8M9B\[|r1C<"(͍fs, "4MVjЀyS XGmvyDT f́ U[_cq%vEX:n^!"A+R nf̲D O4KC]^x{&<@)@؄{Ě'=,Imc]CB͛|Mp}NA.u'vd+3 $a,pUy G`bz"@ss?%EJG7Z8k#5wa& Ӆ s97C9R]@iQfJ"2AwqO<6yk/v`{3& _[_aU~u!D4J =jc~?(B-AIC fd燭Q:E =4rOJZR8q4(Fu lKRQY\4p}GڼBlanIDS.cz mYYfT?y8ֆLdnKr>iN$@ oo\}ExkRLz6N=;_'k@a3Ŕdn4T!yW(`_?L .~N&ufH dzńNJ#e+ؿ7ΟF撾-~EPM1+L3W(NwMJ *?DOhRp zfH1Lo5叏XXz i(uj nԄdA|Qɢ}}Dgj.:j~,| dK8jۡ?fM_ָ `$ ~H] B,BYXAʓqEx宜N+LUM;Jؖ 8rA ,_8[Ua}/foe:g4 3d/6~ dl{D8fpz2Q5zTny/js:[K+Ѝ: Bf/)$DdtL"}"@{OE;‚t-CP9^u$:u7$L-GzT3k$CۓqبQsbdRkr_CIB?q2+ ˜,LՁ:~jNk}QPBnVQ4렽<ZIKmJP"ā|\<~Z&\&_0ҹ,+Bv_N߈pP(s^a vM p;,fub fؐ_<8_ˁ91K2bWE #fԔ0Ҧ羢R).xK'ߤFݭ`,1yqߜsRW(h{bM-e'TIQ('^mabʗbMSr};HM&G&#}/ C)4L%5n~xD˹%oA'sY#Y (zIQ4Iq$+EN؅kD2CsG}G $,-haʝ6nj}B*8&{Xrv/ުZ ,Z@JRM~g F̾-T9ӛ_=*c]]6 `נ!9{s͌2l+/B9Ecx8"zeb1Q# wߨ8ӫ_New! k)2<|0sXDR% %iJad[=ԓMҧEV k13 ˾j!ǘ]"Z3bn :v'$ ,gpl r,86ʊN25g*c9̃ s&|ԍLGW>j M RˉƉpk Dvԓ, -rPުsc4 2Px0{UJ|k򠞨[J8Q p!$O7.LeLA #&ԵWCbiԺlOM` W 4i Dc)E jzvڼƭZz]}," oAҒA08^ay54&#C?6 9b.Pཻ"P9K8Z (L-fأ6~̙T{8z9OO)YR>=]biؚ8l9Av[O²igT-_*K*r:B:#(U4s Kp"6GâM5[~h M'[^^?rxEx*X->ؙR>c5ucR#࡭ZmLmB ~^}[c}i+&^FD%#G;Yi_][ԡ_K c)Y W Áh L0`4a!@](0 mkkG[DK%0'xcSˏ!y{Zn"[G uGڪ ?GSԹ ΗHi ц1V:YɎ5?fEx-K8 f57*Bdz.°Ӕm2`܎?c7q3.i5 ڗm% hsJ,R;ZJnteDhY0?/٩w~ά2?`{Oc}4S-&515Wvk;"DܱVlU*uv-9@DZ8% Mo˅|8D CiFL{0̺q2{KriMRf.(MGPDN %'1 HwfګkVF uh7t糱TR&VSBG{LTJ9M B QuNLAHсá<ϴWS9]o"=dȲ?ԗ?ZdC6Tڀ >L8?mmy0צBIYoʜhH_W(G6/ڟ"za,*5/L#SžJ (h Ow<&S[oڡ l |PnG$KGlk:( dut@} zq@@͔@X4saXf)S B+X\2=+U-!ǼtC5A#@$. ,uaCBlP'F[x#)j!}v;OJ-bF!!(WRk;@upTaϼO%ZReQ`TT&q}.E?g%]s\|! dl;U _bdb8Q+LU&דc%dN`x]F>?KyꩯUKRvl[ AJ7=&gl(J1q6CC=?3ҳc՟QXC2K(5ƅ]M vn@_C!U2 AC90}c ºl0$7S bzj=WCNw-6aG38^ >Umbd,XxA9&D_!8[Gۚ(szr_ox87@g4}،Mf)/Db]vZ5Vn 1ә20  "z:'7"unwD(av}uO5@'^ ? m,67ea+cxiVӱrx3 E Krh w[n Kޜygr^"xqqCj /2AIHnE9@CޜS]vɷ2HeҪ~X]}Ze2.WoJ`Xng*!a}Άuo4$Zsqdɼ;pqm Jlq ]zG\?˰*!iY!{Q8Ѩt~% 5s wlTqہN2nF1u/&de~> L+D=֓LTdjqXl*˙a,AϗlԬ2L9՘fLf"Zqf}h ڼVM3RGmQ~Vԣ>8M[&)ы2` {F+8Uhgm2zdE9W=1[rZͰ'pgc n@wkc-\I_t9m :y+s0|kkϾ5ΓX wʇb@(;L-z$bjB1pUN06l@fYk&'+TGi5?\[6q. k;5/UXXw\x&ùg3lb$qs 'G1lWy0 @ºLy6g#6=Me>g%Lju0/gKr gOH(o Ae "2!gӐpWÐ=)9T'\J+-h0fXA:pte4+7!w>w|hK>N ᰗeGUBIW+r-8*10c+U%ZP5>X\D/(mPgXFɤ4ޖ % yA4G'^,3y!2PӖ=IBGUD̳=]U/RBĻl0d[+=WSQk)kmǐKA@"![' t'Oᩗ*Z 4\Ze05&ZE>-wXs-3}77w)6AЖvK~Hk ^5t)as)Hk?I^:oMWT$dzDu>à/@73U#&J{e*\CZ6g7ar9;lxw(e2JqB*IK,`lM2)y`rS{7!h?d<~6-{rr`xD>aVRia^?:UREyȈلF,ӍL?E',Q'~_=>k'=ꣴ~?QFB⬉KhУMg]Z%HOQ_]&S.U `9|%GBD$U,Pj#XX|岑[˵Qq Q+a)Rg@!>7{/)Ja_o^73J`qNk߭W[(N ȠuG? tԨt݋M[Fh`u'6b P/Q(F6@w&f xi Ԃ0uε hL BU\'8뙦PT%=@u}UP2.'ӣ-}/Ҝ-}&j8+Y @+Q lY:|ZWqJ;3 Xb2qUF2}թ gܣ)7t9GذDGp> U|g`kv&Ʈ\c_ Rvh4byM-2G]\M`$P8Er]W^\x"bxHtOa` )nB N@pB$t'p z_, @ @_HgsF |YFBy"bg]FWmЁi +3T3oKg7b B6T rxT X,&CoPb//x[ֆ~`ĂX GqH~OH4>=EA ?'4+ Oc2`Z~5ZǸ!gMR4}vt;9P!o5Ђv@E ߞ;ԒԠ"?,^k`pלAM RlɘIR̈>GL !'ֺ3B903tUIEǫDԿJ][/1]nd)G59[6ہ"N:dΖޤLA̓ţ ^C:.{̏eitG7SFX\#E^(lw~ktAVhh'c~/ʂ~JXyY?cL52מF ķ}WOxYtZNu,q>!!GLӌ? $7>֕, "W=7?  !)g3,A~DϘJӲ1qsd$CeRLt;/vO5k|#v@%{h(L'plXEkNъM_a#=vio^PI .F?D3'-ݠfQ޴} Dpm. R}YFB}X5 G^ֵdA$Ɇ*6:)M+pB@N-:DDuzYSѼcy g;Fyu ^w;{*Zj'h4 8@a'x>miŧ)S|L ~|'"(gb*~") W^E)}O+\7$S"~3X)7Ol幚4#/\z. 9|5+B_]8fə18.FF8] ]]blxb!KQ :Kĩ n/GQ!喊- +87`bgpmZ+b֦BxS'% hFX~UP:YB*F#j_ߊƲ#2ZAZ^ iUtO Xi{5 $Zsuذ(aU#&Kɯ>³Z9`3@P$;p5[~X/.KHI9trlk2N\-  3i~]wUI9\[h Vq0 iaOed, vL.U T@OM\$+9ܗ'bۼ \#3G$dAk%HjP{(>1oLT*Qn4;k[`Զ=lpw^T)9yZ^D5^tSZ[@umS&+LWQ]I'X9Lom}Yfp)3M7UW;KK߇ɘ2%{6 ˷`Vxv2Uؕ &XSگK q(s͇2ۍD،y8\Ç+EdvRN=<'bdd0=\T^Mӝ6wV@ sz^ s GY b dÍ8B(Ag3_w2 gg;'K'bfV嘒~u£wϗbY0Ku^ve!zO5p7^N)$sԥSf~Rw%z81fR7m옴5L@7Vr(;= }T^qk䔶 +hoImDWs3ΦSGSE*[I=-n&x$__Okї` -A{ڎeG!}.1ūQNa)N/0*^% h TR0_ΐ%,{lpc_ZLA9VhlIb섒\[5\+Y~UZ¹C-Rw'<8/>votD#ׄ8fB7;-C/-P(cqáyCij͜R!Ɗ{o ]) H 4"FTlYwm˧mBH*x-[M¿QͱWbo;C"0煸 mxdF;&zqeEu$>2UB 絶/-aD,Cu9_1DLWEǚa7yZq!Jnu1_Z(izhдШI^׭ (w߭tbBQ39ˣC蹂ʞƲlpj@-!2֤J3X I㤶kH~0k27<}9)(\(Uw @%Iuklii4։OH.KruW~"$\ɬͥC}IUX]GÍUGO1CQR/Hq@ĦITS(iTY+w 6܇aZ`rJ2vھ%ZQ'p$|'85?27ZSk.؂Q¹qsLûur)zRojB ɗv~.5_S H)ds}b%B0ُjYKїZv(AjJ?Ƴ|0!2tu"VzPIxL> b"dsǓQdK傴yiCf}T q/R"?$?XUpQlpկeA&ZHYkh V>=I8oҐ!ɱH7dJBįG.%(u|6>T9`ewUGd%Fg%3[C"]dWCJ^U2iS|3s›C]sKO)y4e~6B¡؜qN&|. jvYWn: tN+ZDҔQ)].Ntu4(gxV&4:\fVab>XգuWW-HM)VZ\:T`xvjFDVJ]l+{KL4@لLLLwa !Y8K.>W=4i|J R496J {v CB?-4gꛐ4,${;Ïx@6._wB!Tj4ˏKXr=`8aˆL(28QS/!lS} ,5oiyw1L1/>zMT"gCd+ÈPaqzAyj*(KLQt8-_L"QHaȓJ А'av(`,U}iL#C[#Gu[FtuFZ}G7[W1vh&*T̢}r*uC,&U/l̓"B{/}T3٩=s!Ά/fIH\PvD֔.VWDZ)wj_l !@Kִ14f OoU!-w];"[4=8g*L+hr<\n//|ouC3*lG @"eXlZH@3R?Ngu-R ?yEkjPCZNMCsՓBzNx[?@XBgdoL Fs } rPLIa?*6̍Se?xb9=rYco9IR;i} J>m\z@+O^¨;.ӠWgz5Za E n^(N%;`30!݅QbHH T ffc=QQIK.&E!5×V?DlُaUdt{[OA1 Z/J+k4i 8[g_Eduh_jX}:l',1G4v%/7R6^`]M+M.Bx6s0v9nwnbޚWn T\.PR~El·A|Oʮg( }Nr5 \6޹OܛJiA{v=ʴUgFtP~gkO$jw-ŝBMǂN3oLqu@1"c[ɏ)qr `Y?/ۋ4Ȇ] *QZ\Zzҹ,4׈Fk+fw!`` ^닂ACuu4d'M;~/1iP~QV£UJhvC?{:3oZQ E~D\Bvoɔ; dr^{@Eio [xzeMbu۴B'fdAs Ċ`Cfq-p" k˶K$Af=U+̥Yu0ۀ^-6/B qj=z7E.^h|ݣP^7 ]k,Gx3Fw ҕZh#d?i؀ֽlH#W 񺋤 YZ]k&B=v AгO5oBO͈k٩nLʿFהcM,"1UU CaEӚ 2el?aJeʼn]@ B8&`yf^2*}tY^ 9Mz<Ȇnꀮ ? ].]B|q&גn_ Rt i61BV׏PO9,視b4>9$+.d`[_B9Cθ5a:CɦzOԏJHTt?zmF3]Em+h\qY5{L^$@ ~Qf u=l~" B *1(}wdeYѮu9nrM?ZՈԻM'>@,ղ2s4TL8EyN7%jʬ^5P&bŲ5忴#F7HG4vod]BO^EL 9/?6Of.sU-:i[c[rU'خFDX_eY]l(#!ȺZ7py64ʿ;5*@oh^T! ;=24+XT%i~zttmt:T>t\Hug" {mD6w'EEߤ-}<=fɃ:vN$Doi&ˎ`IG#MP$HlT; ^xİ`I F< o91^K>Oy}]Tj;9,RvB="NM!ʸJ_ijm.nlhKXj#,R='eyE(֪q~iIeήiƝ77P$7(aj'~')oK G`QXH [bt?7X*Lf7}ɏUat{"`^g*S5'-+ 98@NԵ'Y1jMӃG81+T;@!(퀨9zǣF5tm,cYm'4 wVi9;/RG/k聚762Y ;}FCkGr qF;ad~cC|EۄF']+aP4@3n۬em-%%, Y1 W(Z pW}I8?5-/M;N9+%gpTw(+% 9bgxEvQx uXS@̲Nwtm6sZΩMG_ ci@A u¨@E}!GR%wiXr7O8 bqZYUFmeO+o][i5Gsx#+RE# ?8>US]Akji,>@„^( UWioGK{VSZ7(n#q4{eCuzPYU:hRʊ ݲ(xN"X<*QaH2Ir}Kjf":\)<c a[q XH]sH\ҳl W/|Xq1n6LPYP@[e}e`3hd]ExuB@{}?J;:޹51߈ ʼ˾o_aP!l>JRfpEuX^LVij9t.9/\$ r3PSQ I8񕬀V'?L3EEB ӦAǤp̈.4(ý, : :%cSZ7`:[H5`Oʐ /kQdHKn Udx8[{h'l1hK-ǵ6Ȟ{s@~, g#BOӿ*IՆ6vECvPL J`ldx CלvcHM.]yoTj/2@ *U /"PZ8Y2ȜmPKc[O3# BXoӶ5^)K|yCHP`jq.0 /w:pTëݍl.NwE^)DQE;p#X|E6>\Y7^=: >җ-bmמDB0s9шWbÐl\ Qa-FBo;wiInE?}]x d;qO^~8Ok2)FkIym!)ÉCx{t|Bu#`a t$iFgGޟdXwI -I,wq"O\ ?%:pl)uKxz\IJk>cX \E<f1>5 gBJK6c sB&ĒEˌ#4}jO6vk֏]m@1>'6~x+@ a9QF,o:*ʹT-ͱ̀h}aP:`$n3I>* lݥ$1Rh/BAzo/6>NΫ8k{b[EN3K3ɿYHO*Вd`w[eCh5=K܉;|nX'( #(H+r OVTngNa9:Mg?Nt~Pc$mQB*jCL/b-Ntv@cOhec<9;{Փ1kX'Xt:&{ƋN SX^\V{01'8Za-Qm0{ܕ΅dC!)Iqr\݀#kqiPiX3-&//7BO;S1^ K'R˗2=ݳuf؍BDqpgZ5{%zYdpIqyԐgh|o6CD.*E}Ћ2FxFij'Ukjm”z ڞ[-"5u;<2sSF0*&OR=Oϐ:#|gg| em \ f0D[ejgfqqPje=T;5PY(5d:Xwۊ.`$/qItx)s 40nLn 4O'C$< Yi FۃBf x3c gd TRl Guѫ(ѥX$AN-^.3Ax^L|M eLxă.Jh=M74`v6(uݳ[臇^DR5=tQZn8&ةjS@C¸WUSq:dDq꾾klXS> cu86 6!= <*ϥ3C@-هʅ.bNE=ۗVf+ѷz)_PW2F6ìvfim FsPۑCG7q ^&m̊(vH2Yf,EGUǗ;h.@ӬZƸuu:PԪ/%`I#+ rA<۶_Q1z7p6j |M3߰F/L7Bj6=*˾DIyUX[;U=Fd=~sIlP=*Xeʠ)&~|ekW|H8> 'ÜyAjzv4zؚ%K6S!?cڎL!hd; Jw͆+N[&BV?nz?egMe =ZLӀhXO lJ|HAnH#2ҵ%toET𜐳Gl//eFXBb_oj`kTarg"<`l-xhK (OK\ʘn_z@f"f7A;uV-S㱻1n@SSoRe.hJqMHۛ6*"^|d>7t1̗b?.tݵ'2h,"{Q)@.0(I%B޷czigt91 3Vr}ZEGj Cg9d'AOS_1nŏ?XQ ejڄwQId腗/8-z3q4YShJBkm/0w?r!8jvn k$5u;O-Q ϺɲHᦷxfnùpߣ8\b YHJ*~V8r$YQC懮.[~soZ9M!wJR ȕ}mY)(n-ѽ_ `FP9-:!gɵ}mqm $߬6SCnkSQjz'L}LbSn6e"woFd7M0j8_omZzѵ;L?#&_pZ~UEmƲ^,Zv|Pn\P[M-2oVg(wVa# MR}'q" pgkSNű>:qҰzL&+3p 4(C{:.Q}(DNoɲAOQ?&j>ȷ60}3QVW~:3O6QטHEqx;KZcp'Q3$8w7>seYEYn% IX7l w+̢2*KoH-Y˛;[/֜]Ƶ7R*]Kkˇ5(4 H ֬eR&:(j"q5A9swa L;58-LL D1nEn0H3T&]ܲlSڥ9|xx];iVot$ȭJ%ͷy1:fY5ϼF مWR9OVSmEydNQR?^c/)DhWV<]'m+QQe\[ZUQ~TH dCt6>kPeq#8/A!Wp}Mtg{CrԸ'I5fe,&>p9Wg=}#,i0 %F|Mux-RlA8zR1x@ YZ

)\.6 'Z7d7!F i8/7^댭.P}C\tF!b<d_@W'{F0fO&'xzPmGb,8XtmBOJX:8OWqTz dclCJ]l!3B8J=*ޯRV{{A*JImT9*}Ejް[qТ X@*w|~:7%gX?segHeAkYsAk#)dueʟ-YŘo}zb+h 󺾟7˞Bwٞ0::l&w7ENO|k~tO3쵹0? {Kji/=`k=$Rn N7NV'srg5?,6A L';2'_KrL^3o$}u/=N4 ݍ*b-aa, ZЛ.c4 `Y\u8Fn}K%E9.|̮G ՚AV=Hʝ6z1U勿iZF Vb o6.pUep^&XnT^/Cz1p$tzg-SIGPiZ( rJZO ?ee U$]bKכ9D;ds0IZMYAHs"$3B7PmCٺ!qC^GjXLr<95А8p!j4"`b .9ڪ|M#!԰Y<6QZ*^ JRuX-Al|:PH˿\(}T6> 0B#Lhx@[EfP^x3j01*Rr7ji|a(a.;Z/* En9B;^dW5^&"ŹzS:O!𭡾9^ꆷ0Ne\ɖN/a=~?ݠ&⯞H[7_*-qߪ,{^X875&ֈf)tkho r}Z}j 㡣Bqn\ԏ@f,B&~ y (8`mӵpG.OSc@GG'oD4> mJ|`H: զ k:jWU݉=X_ɖbbU~Bޕ~x9騌M'to? IF9#c GH޸u[шNZ ^"{In^nvoZiJWٴʮQi,tIxLYnYR^~KӘ+gBC8Y±/_mW}uK _"Bdkj`*y >*M^?y!#y,qe_Dm}cpݭ:ZaSZR.0-u˃w` B> pYˆ əqctkdPGn S75$mbyc6IKK2wq6,fc,4YTg8{$)j<7 TeU6GxT73wh~@ c8Rbю¨oMt ƈn0MT3&;cz=9UtݥҽYE)֡ZEζXbk`QV;%}sX$ ă/E?<)w+3~6BQ dw[ k- 9l/+ރk7ɗ{B$5kJ[c:e u+٭Ѕe8e'̃å4YOpP(^ԓ|T)Yր>He:u  0ua/3sPLayzT皛Qݾ,z<ޛhaC,R?|'w58~̆zۦhh j*";;B\„g[>$j mt`@e~2+@fs0 |ł"ԤҟHpdm:9PG7यpjfѯ4nnY[ɴxU)W ,Fyr 3`͵* aJL_%p[?sOi.tr{ϒ`Qv{좂4d yDV~ /Y#>)VHHM3v*c/"Ab*uP_K\䭣[ZUxK(;XgSMՙJYcQ(;gGwmo{ڭˏhT1"#XB]m2Q~D& 4ILl WfTL> ᝑS*G%-!^\sDPVڞ9Pz9fրJ`ǭ7h[av\~"N gjObgw F0l-W[ݪqI~npGrxVD؃J+LF0qHjHt[N=$0~{-`) qgjFyi׃_[VE|FZ:*Pky^BӺ~Xmϲܘ?U;gf3^pmKWKBV ilC31dUq NP*ݴu"iHK OVm@$v(XR˷#Ye헢75ȊhW 󣙀O;JS堑(gXpz G)28U6FP+a@yV!LjJDBKoeA&59 tLD,u."<]u\C~f7;4z^oGE_ii T9ht/PV+lN}~YiWX18`{AfӶ4z?}L 9-]Ix@F4jM$A~^vrlє4˜`VO&}z޾,ᣘM"-ڭ0be${5%&Nh5o>ƵvPG+3D1NDD+'iA%FU%=#p87gr'(#"xP6Lf32-@|>D3`O v%(`S(FP\ЯXa3tDiۧsC~>ZLt8)nat@{>wRl`IpWE|&*+ڑJfݑ; ̪5<@{RMKq#&}Ь#@u.%VD\yW~ }|P%: _z-M@Ulň-08_ƪ+{ 7(h\CЙJ M_)Ze]1UQxd|9u^BZKw*F,Tfc8rAir3]Ym2=+mپdD*;7%o,0oQcϡD1 U$ >[/PlPP6/";h;uۅ"8e'y ޶*i5.z%;R)b7*WjA.}zvw( *G&b/x (Bie5e1O)O |{yҶ9O2bpwu1@9ƒЈ$ΡzK3nsۇpb=o^t2qѲL`]SrB}kC#/W=((Rʭ"g5_pdS7%)k+9hi޲mBr})Cy.ʷmA/@+iy0g_L+ B%a3pI2EVR*'$DJ œW͇Ψ?`%x<97P&ebXques %g$<7& @/|&㻭pP{ xqfeYUD'bb {2vc-Y7J -4*/j._f* ݕ}* tgpeo% .=W-*av;\./ چo 3[h&U (S{:4Kb<e$'(JF,$Xq]hnNŒmzhp|`4 wHӬBRHu+F3˕ ;-oh>,Ng8/9>x5sFP J)WY sp=ϱ wDXP%5)xa}'׽i>l0A,z}0]{;3- ,D^vQhiAi ܶ|ȄHU e^JQ~uҀ4[A%:B(V!h9uoZ }{PFt;}DK A Q[oƻ ̨QsY'ݶ܈o%ZUi:MJQdXZI&ьB[}FD㛢j"BM[}xE؜~7A*9?B{&U_ ouvmTu،%[_M)VT 93%`ݬǃqߓEn(YKab(4FWre4(3\s fIbs5A4ڒ0WP{yP+D %V.n8?N`/7o=*I1V]5P>[O֧y86+z&j 1: ̝'斄nʤ/\["u([FRPpOg0FuuUJ&w= jаPuX+ lx o:_!<˶_vG=VB>o.aIyjHF?n3ᄟJH'Yqz=vԺ֩QTFx~jAf+k]ψFg͹f[C*zno{jD8#Z/͏gHWP\bM|0=ql DdL1SךcČ=RտiocUKK',DX\2h'pܧ7(lcXi~lP00"6\waCҋ>1ÐWTYl4joj\Ok~tN0g6D£ZȟJF#:M4)5l"$W4Vܥ1GT3NE8 i<`T}W]{?F YHF'?_I"ޞi=oRGak@)"įq q=ԊAtV3=XK\}SU:Or'4l7e:X3?^;džC*]+K@$Fz]tZʘF8t<ʕb [N8ȩ ))o5_N6"D>{DByF4ʥsTN`g!mF =3H" ¿)V˂f@pz]>(g}m?jR/NfGԤaUQZ `6Z `Djj[y.Nig_B缒rQ҂Ly'4<:IwlNeA$,*k.J'/Fլb+kĔ޺w0b{( 1; .7>EZaan 0_MU@MثB>IqΞ_SUl&n`E-}gDsh|WU UmL;G 1 }?49г1ΣY9ݩ>JT$:%OCqMbR`, yYzX4]&X \JR)- ׷ڦOR6YYƁ,B],3O-]yjRxWǕgZp7WBi Un\80Y&+P/G_d.Ef7{ aK 녔z'Dh_dbc/nAU0,uIJt @ {r1 Y9|Lzs@j,FzM~ =xG̙+AK.+?dXwRiPv: ]1Έ=8(Yˎ)6Ֆ%s˦:k&z/uZK"2ʶ4 ګ\0ε%f A]nА k|#ԣ"W\rYU9鷻YB+.;%p9#=tc>.4hT399pIJ3.50u0hg> F*}x9nil6ev*An;]!p"/7y^ތES -f&4~P-e;%j=T>vxITfgz!2K.,c@BfJZ/]aL4~St}A'i^IGT2g)chrΛo! LʔD*&q#oH#k)ѸҒNBfA#(8m\ue,wglps_(>lA2nO,N>O'dKSd xsU|3y 0N|nh/IQ,Gj&Xr  WРIy?pl3/(Gp%먳+3|2!n uOL:Kv/5h| YIQqL3* EcW$.ץW+6ri|c@7is6/7kK \^$vSG{~}NRsfM&&.F@e4 C 蚼 Qߖ2>Agx^2sɋ(;3HvXH4.?$7DOtXzE3ۦ9f<")J$)}u;oFu`_W:C D\sA F~ܦF893͚?.9{&lZtMoJz"nxیL +Nlw*D%cs,|? Yv* fY! v X1 YNB$8h+u#+Pl PtKފ٭lVC.@_SqGstkB~qƙŏbvqy9miud `VXOK5ET_Qya0n.7 մUNEayz V#& 7FR倡AF1'6+z<~|%o@NGA+9;3!b1|W4@Ci"`ZECqTVڢ\]63H<5,g@w/Y߂Jl(Om\fŤNS/y36Oe@P"XoK$ WU{⏕6V s*! f5mls i!bflFMT@˔ӭ?+UgG!)^<9`^eΗpr?&0u9I䆙@0n]z]u@?t1lͭ\B~"IKsL!t ; :y(vQ|\h/;S5$>a.WһGpD!jWAzHňuI{lF|kMk jg?/Z[lQj/{MKHz3[hS]V|VKR,Qf"BC)pPԗwjU3!s! MQL G&M ٢#S#mh<v:{yu@Y'Ѥ&-=?[QT^h,#^Dqx`ศ娞_Z8aŗ )G&^L#ܧm\Vw}zFxDl҆|`~@tuLZL l].Dr57(~~B%5F!US""eDاaܖ4xNȔ5 IKeU5V$WK]X-jbeXS4 4.T^UF[ϧ8͙Fu:GssozfyOSܞJBKmZ2C^M Qª4U>erd)gro#^@IA4q (KΪ؝tRԙf Ț%:Jlݕ5u8"b($i̮K-HKts07.]!1`mz] X~ܳ#5gR t|MP0ORk7,9Q$Rhe+kֹji/0&Sn&f & )=5wuĐaA>)iMf@"7E,2M͓8nU>4jjݯ\)ܼAf QKL76D쯉kӻ\~k;IDY$ˍn q#0؎72J.csGŠ'=B߮iX3,OD|n" 2}b+~62#5 _C"MuI tRi8(J/^3q73P.2-03!.JMbzaZMp`SԴbp~D5bS9$[Rph5H,5hnYlm<@mà9|T~s <'JWIڠ1:{؁|!q %[;fnm_|dB/c|mf"JҜ7;KǩJ ޻~VN1P:T}p錜xƢ;؊)gqn]J/d&կnNIG66̛cgsh2{Aşz+-dy鄰Z &w p x:J>:zkbٖKx(Dss` juiVTbTϥm\oZc UĦT*sÝb*{2;I*]Pu]HēU}U8/Lr_ĒaҽC!{+ A6d'( ]⢞x\'NO4'!<'F-_j1> ק% rVps+d9fS{m]jюdnj$>jFIG))7q^1\.FWU Ds58]`A= $S3ž`S'JA϶*G^VACAUм # M955Q?%QMS&&ee< C&yn7Ȟaώ`b):W@5$ҞcOyA}hrrZA$oXa?N;1 aR kߒYvsyp:T2R& &)ґxF<8:Dgo1yG>-a$v'"v\-,u"@F_~j9Z'Ѡ7S)Yf |7s{n$uڲ+| DW[VuV`;2<Ez4w.| MM?bV" ZbmHPnswjlƮƯN^)-D%(U=x@dZ*~%z.QzF0)ܮ#6s??W0g| oD89:ωֹiթЁļR6"ce.sc\#x9A:pt0ʠYAG]HYy6U *ă5gQkk،k^Q_ U~1ٕ@K}gff㜼 ~9׆<)eE-ex1M\B3ܟJ^S =ߚ*ba^b'Ҋp9H|%SElEϵː(AKY[@B fi]9 岶kp=~8o(SYWwx_Iu{9j(R :Zp]ӛϪ0XQ9@i'ɉ@ᬣZ Zm YwwlpnŹVw`!"jK% :U('Io&㐌˽yx8 }e$NFh}wW)H:$嶇*Vȝ% ZԐ*k0.%0!'1AP]ί;3~㟰8w,A\_n)X56ǵá!ļ'~E^}9 |Պjw=V}9i(Iy遆bTyŮBFN{x).buԜ1Z#"Srʄg#StS&ӛzՓ24v>] qzĻޞӟ:):X;S 6'5m7.Kl 3,h2IA>6-؝ "NtJL=XZz YfXKs,KIKxё`a @}U -bVjRI8MgNDf Qe571ѿcX íZT?Ev. r$ J㦦㓧2~r;h5יߎ^_O2iczol,py2eceҍ Ǣr᮲.?*h ݙjT#^Q)$y@jkJRc2i%[o;t$ >d2 8BqsZDu[)1YLzp+9r9oo}Lŧ< _iNT" {":tsr )B6n0}]7m&D:`yp-7`I5z'WuQ%؟ 2{_[?SVw\UHϠY3HeǺv "1Ɣ)ځٰT㙻El$l8V!SgԾ,wwttɊ(RS,tQE~ko h'>R!s&,9eJ뭑/ƭ!Vl.Htt/)<}&= XK]U+Oaf(,΄pžǰ BeQ;Dl /,^Qo=HT,XZiS\z֠cr "a (vיEK{㝛 g!5Sߔtx#h᱘>$JUvv[y7cTx: >EFo%Um`&/Q4Юٜ rn%~_NavndV-<E;czqޛGm`C^W%UQ>^UϟZʪ7|((Ou6ֻWh,s3eVUFvϖ{n ] ?tȵyt63Ǯ<đ >m^̍TM ^dШƭ \G,kp@}^^0oeB BKk&w^l c #_Q_\ڼ[m]މPU5 -BM·v& ^F)c 㳲Jh hNb닋#"欃`.[?{2z4  ,YW%@9v{KĞF.Ͽ5æaUB0%g \Q>7P}(3rUx8ho`c !F8U-x9ᦚލ==jeǓZYWិ^ht&[`ȄPJw<sUu#pQ_-N4ې =–vt #m Tl]i6ںt~zS,s]jsؙɝ=xKu=b=v)7 Đ6YȱC+ 7 Z+9/1骝uhXbތAܛRq}Q{عq,ZQ[.ݥblDQK:6H17S#kTqp!ǧ ;sbTkƹk9׆ 3ϛa `fĮ*v~oyJ-c:_ bϻgOX`}۷j_حmW̝a{yG\ k6RS:mY!MyQkUtnGyX l&$%~sh =&S^ZQFNӗQe՞ 3g ~l",Naz#7 >؀Jˆ\}P*c ! g0 '1 Wt:M@6|Ysa^t&j4`WݧDX"`Uvޔ00?WjG%lVCeTѧfx\jLVZnCI&Q^ɽn"2Hڝ}xF#'pSO]^ gB<~}ʸTorq̀<.xr$&6z@ɣ/eV3Ѩ5NfǪA| I9lc}8ꈐU tPcm(+#vKj(ݎH 8(^yT&:zW_瘲V;U(Do8s!s~H!7GAT[k51gbkxbdʄ4U^yd8O$3P/i+(JRD>:NHƯG~g֣;Z/}14۴xi2Jn_SEO_)5?YÃE-r]ɾr\~˜mwO- +~ 0~fp07\=,3è6]pHYDRQii!jp.uJ?tJۦج,uL\L}1yخ#a ~Y?P&HYB񖃗z*xSZ !ywҝ_0r_]VA9Z ecKfgtTi_Sqkɲ,C^T*/PYЙOt/ǛG!/M@$Rf_gC\V6;.e Ab-iSI= 4Z7{AOkfjBU qXӑ1ņ ·=H2ѯ;FB88.9)bI˕AbljmUNjp,>@ L, 9u#`v=ifC WUp3Bcw.LZh#DcфV]K^_o>Td۲nUht9ku@M-eF3GϤ+b3{YԺUSuni,xj큼o>H˅@`q=ُ-R{:V.iQ}LFܶ/G;保˃-s"8)FsmС2,U fxxWlUi8Ο ,$Jb+fz@Qc}U6tӂب֌IfQOҐi6}YF=v'鞨jނW`Dī?DϘ01+~Z u/N@zd s|7&A.Aγ<}EPRÒ`*,xI Bt0غ`yihxlq |h'uiz F`+lBs9̘NP{3uERePAVE{Ej.RH> ;NO&9R"3%s2|z? <84tħ9G;Y$HSfDP%@=[&=,ha2Rn7Ȋj\i==XM% '& B69+tF ]ssyM.?y 6ԙp{*ȳA\4)L ^tJ#( 1l.o< h*0z5; ? QzF^NW0̑v%BBP!\HnLb=BjTvN^>}c,MLvQ&eOa1Ԭ[e%4*$;+zuk_b,{9=@WOJo=K4\k]^@)GO$vµb/'>$˭q;f{c[HbCwpID ,NR{QJYSbW%FhY'@ŢL_Q,@ U? ʬpzZ;C.okȡ4/H2D2`yɓgś^C J`x~<< RjXm5瀯7y{[Z ڍ(1L) C|U5LS. SE`\uLӍ/HS5qQTTC;.p8] %*^ו$%KM`zexϦ70zX{tgN|^=eԒCn\sݞQ%oOݛ Q=7Z [NhjF M/.9ߟ랙}AF>ѥKK"oV~K<-ezOynA]7Z ?׽ieψ`>QD o%yvb&\`oˢ5?s3q9ww$ZWB)KƄ-?Pه9ci#C Sbk0YQYn[W q"?2*Uڭe͢nSxtrxz`aԴF'MWa<7E+QEd,S+}ӉQz2C14ϽU>2GʾM-T?ؐ:H*12_ŰjHtlY齟 ΡNƎGQ!|S>6r6?z;lif9 >uS.Xk_-lvе,k ue/҂Qec!s9"V9|K.j|JkKX@=7tQY{-/st*uZt(^* ZkT̉`(n_97th]K{ V ? "S-\h}GblǼs9회3̀ pH,|*^WjG)j<&_AQ)-{%$B(F=2B(f˖N Wă:*2BP&{:FU`[|>KAS{G`ȮE-(m!հ!:Se!e?!.4L}t7Gg 'Cym38ΏRQp)Ɨ2Ä|rd#=3! ?m Ă;SR^DSv^w<: n>6:N=D)NLu0%8,CH_ܜAbNDİy `Zej%?6Fmď"e)|i̟l.Kqec$/! Od:kb/myŎ FVolF.,%\6{R3X}%H?#eYoJs%*4On'q&paa,¼"A%ꁒkCnt S![mDPx0H H|@шfϭ\Jj^Q~o4z[|\;Nd7hxRȆQ/+pPpR*yJUZ% HaR 7WfK%+뺃GG"N, 7KO|{0A"+5lm#Cߑn`15޿z u%āeKfɐ ^Hv!Kϲk2Vzi=)˱9QT CQ^ .tn!72Ž3uD/WC͑%Yb]>}YR3+I.,5MY]X%٨*Vo[gk#vOK\ t,T' ~j%6V&чj?9ۙ˘K^Vu6ղHE_ÚOWW. ]fstv^2jC`fqT;zumѥj_*-aaLnzgiIŨXSAۺ[Q*"ydԦ $V[,<P6^uI/U\ Z 庖ԡxR@`: K b[u,tLHƤ^[k/7 G^S׌E@y CyJI!ӀRN3j[BT/ucz.Vxߟ~{&F;%Ztr>ށ=o:Y5cj% SfB8w#o/uk[ ę6_$pw߯PsVv7γxdnX#s h̨+6)3yXcpwo~TI>1 SZoOĆ~2+$ʭv5K-H@aIHʣ`XޤB8b7eLX˻4Zgnd}Rs8CxX16yVS#nk8^Ro#C<Deeeām\oCq3V 5RSh_A h"p@3göCA˽P*XklXAhX9g4; m# ΢ِi~݉3-Z+WTX sJ 583$ʕEZdG(wAyG j@:l^NU`W4=Rj$ ;M*q|xKM8\͢GѻIGWQEkiM|{ri#ƄuzVk,Nk*[(p1}(Yki@o4YNJ̘"ngt[ťihq`I pf$Yߟ^nR`qce}N:ShÇ ݥc{*@ R몍YgB<7h HMNlf@{/ 1'WvU )IsxyOQGVϘc;Ӿy< N IS=!q).CV,dPl,RrÜG66O^gܛ$tlthўq j)ϊ%>OG {iVuSLwOZq-4<k"6K]9k(BL-]8Jө@kR h9Mz@[*lvb=2 | DSvtlz2,;sI{vX-JNfZYMjӽ$6h_)fc҉Q].QcJ0,CX*Us&Ӛq P"u>ӊ 21"~eSyv+ry ~ -k5gD:JoY->^WQwCLf3oHZiA;G27S99ZA"H+S "&ܹPki sic8p{j)M䂩{e^nNdd #SmwF[ݎ$x#kgѽ֊޼1Roߌ5200 ŊYy~gk{G&9=cR3.r}EZlKIHun|S慃ʏNA +HKy9qķZb_<<9kڼt|SSHAP6^DagA\}Ef>7G<= {aE(~=}GhWȏ}Ib!MGzQ˕}\P%FlhSuDHR6b|[6Fvek㾣g86hau5p.[ ar!$7Xso V6 sz9HG Yo ZKZ6YNN):hUrї'X2 L WG 5!pLWts";v 9F 9?WڀGNϡt(?6 <(+!:i씛>]B^6+78o/pܩZgWb9٨r * X܆|tMO͕~<ڒ=Z[k#KE1D=VD$ _2ό^\OcDNhSO(-~]"T: *z[O`Yc;F5yڀ(sÿaԷZCW#×.T (75%a_7Fo%)KoXxF26ec5| (FlP ztK\;)a\N57k d=PYk˟91e= q?_34 `]sz֧V_Yذ_{+iSR衑gY8R@#*fe?a~\Y.-]`g,{:YץUEuߛ}ų`c)qNQWc]jJ_j lSJ4m ?s.@YLk`fߒD.,雠pz S~2<▒Z^yv6F6 Q40\D#|M_W8~I=i0HYf~=:TQ#JC5)Te)6)iݓSI(T¡=e~8]N^n߁}|Ap7ՆJ~%ƽL%C Xf"jϘ,\g9/{skX~hOPwqE^1͔f ߴIJ #JN߈5+/"}:]qJ$M1V X@Dĉ6z"Oq~T1LIZq9Ve4JX0'RS,j.Mf(:~" _rϖ 6FC{ Qzg7օ ܣoB" hHS6h;/;݉7Ϭ^%éui6J-?cuRdUo&%\jK4͙R96Eg/klpczxezlK {prhc唠x1U9-f0~S+(L$K# ! O*_t__pg4"mbp祒YbFpoM[[E^=R"E8ͻ{؆2ov4iuVKda^L fGE!idd@/ 6}>#ŰIK󔋂r8[n13~#?x[ bC<^((sv [H :1ZҡDrHNN?(CŨkg;bҶi'>}2x'"=.HHapQ 0P ; ﳬC,םlZ׾܉aTykz˨Aα {4Υr˒S|_%=NWj]+Jn*ndiCп\T-<"~uj!fDP }F C|6,4at~AozT%^>RʳH&cJ1$ŗ(yK&9E+qM/882 s"6L 1MR-7=68:Ao!k7ffx7opC6^"X>$6SwM0M}xB"nZ& ez;LWnK=]]hf<ڈxXom(p®U/N[eG <#VDTu0m]a:ۙ@cO x2:4y~JjFL Xᷜw)\aEɱ)B#Hj +(>AN]]z6nX Wqsy]ǎʯ$d5X`nG>u88؇H*;W(d&DM'/f8Yߥ蒉(+ql;&9mk g/y[=j˩#.O茒|4_rnU#ϡ!:_o -jSo#;A]XۥjU{KNFf-2N7;"AJA5ˑ0kG05"g Jw&$,:RZm2炿ϏgATE|=ɱ'-ULbᛊcer+40",q\OŽxP_gk),S&s+Rt@< _'c=Z2.T}N%$Mz'O]idp%rlBKF t+N j b%ַr"5]sLrn1zoOWzY4]g֬ғ_b)c Lq*m=y2]ť],Yw6l<`\]I| Q ~ e%yJZ+(qJay,: 3ڰߟ0w[w˩fQALNg~ jxZF?c`-!ssR_bDʭBDVՙ TӁ`r#.,L5@z1s[M&XMT|H*T 7ï*ЬkLPixHbr$NԂ|sK'īuyUDB ZxҐ&|d)w/g[*80yrC/ 3V^*d@)k jo)*G//A&eztP-<5[A6:720jq*.|4]w!zok?Ɲu{{Rx)peQzA( ~ֹZb9.48$3-@k͏A9ّt[SE,ښIeMT!1eEjCw*ZZ= !1-H!a@gu- PܗO6h}1鷘;f觐يZ)&"*t&HY,,E~wlBuI&{NGrd`էĿ&E5H4PyQ'xv3[k5T8oxV7DJ4>O%­r2^etAڰ Y&Z{W5pW1'u7pp|-<(:f!*9A6~J`in|&+*-@ 'Y?C%l?cwGs@zFsm sn|k7hӌ_aׅ!Y6 +|:u rq]e$#c oՒzKeefETF=g:ͻq#að{y8WUJU< 7Jp\:Լ"`>fv!+F3- E'uvh〜JZ&u=OVaDuA Gl.T& TdLQ.gڲO>A{}mt"Mfk,NBZY?pghύz"j1(\:Q74*6*j!cO0r3I-O1=\#"hN^E2+˖GkKvdNv >P6}l]˚Ɇ8ԽvtN2LӬ:)Tz\X{(rM\JbT5DuM`2o'~@UnLB [6SMAЏ!d7Z;u5)+j@"q6=ONڬ{ѭ錱FOj7x.+ab1S[O )FeEg e70$UUXDr VҗbR0`sYMqk0#ϹMbēDD@*vOPz`P| DIkB궄 99Gǵ5I ?Q>*uJ²5wI^ȷ5~*e8m袃`LF k|=,UEc0}v'R*\s3(+VWa>@@p_x> -15jBZD eUY~W}>áde(9Bf5⯞%a(xҲEۣO%eXCTFc[pF ~ =_?|#B,iU1J$;>ȩnh`S<|D\k.R6 NX_xDصO~*3٘োk7}=-7r` h ٿ;A6ƾp^Cs"UPB@tGL⎫U\vJm'>L _Z(%h]b'3O2&t)h۠.7Y`i=W'NŤN~hӽE-lb"i@Tߤ{vR%| mb T$LіpzDt G{ FBVSkz.: 4"ujp 'Q (RߙA=n}/ҕнPW8NC%2*:wpzDxf(KF@Rلo/inRב4(Dw̗icFS/Si z7ػ"+^! =ße}^B q]QZjIZj.}Bd6.ը~w}.HƘ kuy&&Sfy푹φ7.LF 7~/GDZauשc5c3\,@L~]Zcir0y\NFlOw&{ed2! 8ȣ "jUbFo,<1^3+ZU-sN,8{=z''WeM5{6Sȋ݇¶ ";ԝ P%Ƿ\zASpgGX@K{ u? *DwOYPA#-MG{woN;F#"'CfD{`^ xUPzq8aLu{-"UAv5%|w\xw {sc'/MR&3o1n$?"O'9vR+MLCuxJX)>m~o66ҮMh\Hph7l3NqP >v/\PxgcY8vi^ϭ5o ʵOX/pMi+C㜙9{A{;D*JvZQZ7f5ڣ9tYb˲vķPFQ/aB`ht1=`!X6H(C`HHBQgwoZ$2C.3q vL f:KлỶi~~pK2d8pOxV {Awx xX c)t}U )P$8f b8܉Jru-- ^')NЮJ5JFf c5ՋjG,< L8W:e99X& i TR % F/DWb0pN0T j> Blpmn>s:@aś1 [)z\ZNL-2 K뿚fhNUrԪ-QDucׯB5%LN޲W|M} ,+`чuд:>L[r:=S<%LjrtTԜ7 ) Cm̻?rpDDamavMp4z լo"rOu1|.=G@\R0*i8*3^&r$f  o¥ZPS\2m7T+.oy h/)eS b)bl'}u_^ _7u:@b_˾\636 SL|ş QW Ys;豄D X!{2j9W9`a]e Ā,`ηp!^)gQ/Y$| vq< 2f k \Ͻ-ٜSVl/9](.?ئ]jōxO~}U~ddBVRh5y~ HJ/Hj,Z*!|q[Ą߿;$t,bX9d)p<>WRt#>Y;Td@C6"~)u2^3ٗaAMK.<s77wrUϺIJVDl^4p5u7r"ڇ~b؝^{yJքY4)KB 7RDPu~r~_KEYY2J?(]Qm$a̗t#3= _^;ѣ 9\FZ \>#?9ap Nش@-9-*XAWRk`HY9a`o#& Ldqw9AI 6-0avzu `I?W7p-RBVuS~xg8[6P^.E9wC2:#&:!ql?f z;< ARߤdgÇBD#D*v=("`0_pRl&{DgÁ9J] Љ5ޛ2 ΁[P&6huEĜ~y3 .^ *!"AY͉r +2t 3HhzTrewpͳ*qf& '6HgSA*gr>5ImjWnT<,N>TXUdÍg.#UB ;j3m[hgQ/+ŪrYAR:xD"M6bAcwEgD_8ҥ\AqSsay*{EMHxA t):2=̭ʼy%D-TvY+Ժ ī5Z1vJ8P\+a++:ff/h}*aWPuF0L{*ȘzmF4Ć@W1hv bPoQ1WJ {gЖI}<*AÔPf/hfJCwUfB}39;u܇O ^4Z hxsWމ.Q%G;,C@XQMT.{D:FPC\.in`;}XX+-9ɇf!MyV {2r)ɁFDɎd/]rɅ`l@ڎ`$Otk LFnZo3 Q Ū m,c]ߐ56܂MsrC?!t4"SW ၷ vVc40G4rMPE:saoN"ml!gWNgUi,.wkQzo5 N+wP+7/e%O^}v'@VP\ vMWRB"r& av F:pQ!|dh'%叢n\s, ~F G۟-eZU@xĖ"S0}$%| r $ 2_A"4b%AB6 u/Lhr٧0&ڴI+J]h q8y=~Y"Fu* WNBeƶpWUi"CY{#!(P_-VsX q!~*Mt7({tTE[~aDW&W@ۅnF%oUW@%q]hs^h'x#+ 1t䍘O5G{v)cH[aR9aCói_q0* v9+p")A¨*wEvq ݬp ۠ %!B/p?34EC:TwxJOLƯ%ʾt\bkIp.VT0,*m&{V),JkM)Vp`F8, gx0LLX̦E$Pa%>,Gf/NBԵGrCrHblurKئ+:۽}(tSm{:gNW|=-{"n| 5%th`/)7VF^A IfJsJaWЯ[pqEY쓡vrXHT7Iڮl"֦wmLzAHtm6X.3A%i$`!Xz,ZJb׿~̃ƽ4i;-{N@{SB#^S+SĤ/n cG ܓ;`=1:zN-ݘ%X으Փ$eyHGC0MƻQ6AHb#hL0irBt[dg@f\6J -ngّ72@DmU 5H'2\!,>w!mAaw[ 4'p51Yv4,!qx'`,SRǏRjO~0F0nD42S%J8cc(Ip(}]9 Yaִvͺ'"jgf1[z'o 2,]/sΞק%U# ^ǐJZ#bۑwFwNm?R`:?$:h6EZ]m]R"t⇿xF=gWpA>`T_Ja`I#sǖŁu~ѱg/z(N#\JP?rº t4_rF){uD145Hh7T3YL }eȢX3uUH%~vXW1SN5ujee:ɋs8u^DWdއ^Ph9vX'^ ,P5JpjĶʁF"-vSJ;‍K.CʓGl_@+[ݽ AsOW7 mG_.pf#bIg֮6|b{[R$cJو>^fhR <>,(E! 6!@MȢ+`/B u,u!7MS6i'`(9?| bb"pλADr-Bu%[RY f`;N鯉&c;Y ősno-܈quVX"'cClZgW];`dE Ӓ'zz JnOc/cs(?DA$|WR7{_[!u4Cܸw*q zJLRT˫ʍIq T}!l-'"5r fER9j"Ed>WA1Nkq#4fOQ-*;: Tw]έFsqemGXRQ})AE( ? [D"COU*cf-3}p|]e:bk S f|:cIC$DR]+.+&vv{oF(6B|pg}@C˫ eYUJ<-qҙ+y;k-8ˡйL "`.J_-<76q2" `Kۂ@nVFHSܜ`7F Q|sOnr죓 #1;n1.>oi(sװ}^E0/KKYqel nU 8'nza9rZoLhH7pKCTJ"FRAgP#k6V"Fu=&=lxSjցØ~@Kk,zlEMO^5!\L ǟp ,# 8k|GIɖȫ \*ě[ʨ[^p&ZHYeKI/ ؿU*sA0 gL F ގZW!%qj-ϣ6a(O#k7_ .G/ sPEhK/lY-f6qӊ5ߓ| :`ī_ C3)]ɿ␕*6PrD/2im  E3GcX%/=b`ed w1}96L%G* @&N1GfMu APky`)c9kэxmd>Qwju2)M'fJ138#O_ט_3JA4|Ln ݬbK6&X4t^C;u%=i}$DA25V~Kz$/Va1QVv=X5/=*_U(` TADXhu*Rl,"EYC*DUaY>h QcEjG#Jh0K^<`>::?YI1T5\@DcW3 !Gm^8@GP-dXa]j=9}NUߴY>; bTNi];Zayb}˲ZQ,䵁ld/^赇Z&% ј.,rG+?I֠8q5LJ(FR<aCHhIPN 5|XrZV]H+*i;ڀX(L%mwt,JGx|)vXk"E)aOq*@t"736P/K$Qj: Uai'mͫeh͟ˡ߾UK?`w a0oGm# ǜns!<&?FI|ٓ'ΩqKޥ*v -'aKV_%YsG i5>ޖL lx b{\as6wF1I~Wtsv6iݴ8ן*+Sp*[f9;7ӡ;6v žMW,)_UrZo= g(] jVz`wt,c:-&qmv%˲6FP恙91Q Kqu%Q' tq94:v/bCfN=>"Va[b9 rDhb9ei.(za2"]>z%|5[W{6':E+t$ )=`w<LFGŁgfA:D'!TU/[Pь̙>1 AQ M$2a!hGZ7W}k4#$b2?6}T&Ra\fThU"ֱ&ZՄ"R,p)$I䦗4'\'pb)&j5Goۛ"-t(53QkuU(Ha~c'rۦe4 9-0H4dL6D 2hǽEWwp!ddw]mSotV-cDH"Cv.0I{Rv//^,Ve_[x4 h0sq о4*{iPTlaT#tHŀ/7ZBXVŧ|kݛX,#/}dqdJ7P&Wqg:s7+cm,')B&uL-m!(҈$rrLj,~rJL7# ˝pF_ mO?7Ydw/VemrKBFdV#D~m(G^=u,Kr}b^T=B:xXIνhS\L0p@IBjpa&tUp46MXZl+0J[nJǯV/dK=Kgl xU*t2 K֝~|.Xd"`F&"DZya*XQWݻgwKSDYE& ;.iT(gY5{C"#z B.4`of뻢þS}\\~ĨVqa9Xan:CFs^ݿ4DI!rhlh48_3Ƙf C+Uz ͦW!!T3R>P#[|>\f)>$^mRϦИ)C5qi\Q>GO2o$zb"'$ҵL${XЌ"%=P]iu_)ݔO_#Y<5ߖ6~'+MGĊ79&e_cg "B$8 B;DtYT`wɈZGid.97bl`2[݇Ӎb7A~-ؾ.DxH/ɕGk%<@OM]8׳'̤>,ԳnW$-DjoPᔒ*0S5uO{)^IpφW5|ܧMT12 xWχxu<,t䪀^ 5Htxr_YYup豿-":SOo1PctLH#ǥ:~Q&Boe"7ʊy.W? 'np=V,EJ ؍*Und؞U(P Cc(:c-$ۃ<o4hEAa4B"e{`3~?/IJHY0сjE?4U۲no ֎޳FOHS+ zaYZCj 3 +g]mP-V2`eUQ8XfV^F|h)ңdnÂK@%HN> tq4֞O>!?6b,UJj .,x$|JZAo\Ǘ1O#t,'oJ$BU`w"[:R>LچuAU%4}C䀺#G({spHw< ucՏELNG3Q4gg KLUczO{cG&tiA ԇ(T|~Vz?a uD}Lxw`|,z_ Ir >N;!6/},׉rΎ,bko_% J;> ֭mzIA+d~b?fܽ6+l*!č^OU=:ګQy{IS|Lﱁx`NʧQΨU/Ym- !Kl " W8 =6Qxfkm=1-#oq$I[A~GHRYùMƽ1` 2;kt<<G\(.ﳧ Ҏڷn=NH\ŃG=ɣ)1n$H;VYL v}z& T$Гz^NA4!@̿ Nd^C}Q./lipǶ/ ¥hd?t3 Ӧ$&*}HY~/lGi$%GcGn?R{bsJOPЪNmmC*z, đ+Q\qE]o4I3JS~z}͘XeRZ^XSw)wWY>m?c?5sڳ_q?b- \';z1d?n`0u8},Tl5ZC 5ܥ#ιK#fu^n`' U@]O@5*<@ 3#9ilcMF9fZʚ5# bm;[?mȬX-ګ;@J9iz, /ˁ%JUD "s4al`WqowJa)C* 5EŨr^KnnQmDtsMyEV5L\ 0'^=nắdGJgEJzYxݍR~ԱcqqGVbnaXG9`Voj^O'n7.zvhw#@+r}ȅ@SЮRKqBTO>ɹΰkjlҨo{$..2Y–p#յ;>4%x{@ ׹h-G$h%,,9/= \@ⴲZ]娜<3W\kzghO ^ pkfr2҆hwycX.Jup6㧘$^M+{Psk1PB# [)W֌<H溙(3Chm؍CW N@B*6=|;LEX-8E>+ՍC'vꯃ?]nob2|ZCi8Q$- 7𙟽 ;qnW]KY+0^/]]cL#̀GU۪-St0G5^(Zz7V}r1~v~N/!<M P%})ti)|A5٨l­z ]k9BG~Je)&uxb6Qt#?\w}=pӮE*0o mܬNZ8#o,-G D|#iM 4n7h'msCYeGpSY"uZ鷺$߰Tz2&rCF< hoYP/_E'ࡏëoUnW,M8/F(ͯܿp : }?/jHR6Uߟ](P?5+>3c L7 ,ŖIKPVd e>~zD? K=)n¾`7 !jzav1JcmÒ4srTViJӿ]@QB)# bH@SM~$zZx%0PEl5>t0TL <;䃭24N7}Uqw]KG8>5z@8-N F\1XDzTU>7&_3ÊfNF$)泡gi#QӸla<]B $lMdup3ljCОi^tS6I@o zAdLRB)}ցIހ?Qh(=x>w]/#bt*@cDӞUk.1 $nDG,Y8Dpko4Hpbmt;0IpDmA1&x/-L>Kg |ڢkgmw}s ܃Ev|^.a۴l8UfmBiaKB-Xq_SB(Z#2[2i ?+UDDzL0' g{e;13- EcV%Y1Aqw̒ݝ3H:lPs {^. ;Sg:jqCOoolpV:k S?M6OH40;lmAUBQz#혋vRJ%$.IO*FQz9X/j ^ˀ嬯K2Yc̠o,(+iEim4:8לZeEc'ȭc;Bliڼ$cQeS%[ڝW߬bq9 YGeesM >m>kN(%A s]Lބ^4^8[~%1jM;Ә$40 DËM@Ft7 (tfӵ$@gȜkI!gpoDO9~_YA;#oEm}ޣG_s׀!!+3 $/IXڲyzNFD]_)4a<&wR4*O莼Q=|kߩ  G aFPU.[܇2 C$A3\pm:4dV &!bы Ѓ$  1peH0:Ljo'Rm  1zSNJW\TrHZ(tQt5ыp+ɼCͿVEfS[dYqݙ+We7 4I0ir:pۀ3\"9F>ex  Lo;,BF{e}iD`̥eY%*)-VuD{'jZ$6r9I:xy[ ^6?[n'iߪ(uY̠9Ęz>ET(u.!֪|YS%alW,к$up);-HۮȨֽϿYhMR0#VBU5kw>P)ƁPymzES(ƅ2j[SetMjnU̡p6bWWk;[lI!Ow#4=3do37O9 6dt#n̓ Nz-TS(IWe`kNAX|:y Fy*LPzrh'i)?٧!/ScT-nvp4ReѴXOOp{Yf a<|VyKeѹc،sac`_ MBvsYӈr<|DbBWI Lj&{JWR~ŕ_U+e>(d }9%6fk%/+#8稈S#: ^%\ϭian}Mx"iu2v8"pu=\;#0yG㈂ FUG)2砪nK`%`r*xml!ޭbGoT2A h:LUИ.*e!WTA|2'g4rKnn)~VbSB\[>@ kҺLM[gԍ],+H`"?#ռʫ8z#j=*>>݂P<|Xpkt⼛j%Y^UAsp%IZ`@*CcRYLB c\Vn8.}Q墓ҍ #F0178}AVO0=dNyԸHR*;NXk'}R&(ȟqk-馿 *q.XijZ2h)Z9U=P+@l`/~/J#؃T3ûsX8eK; 6gV?Z);/4ij̥涊Wa1mS ·*@qtM:^7 9+Lݥ?ydҹ>-an㬻Э@{^4KdiKn|^ʱnjȲV>jXBsAsxM.!b|J/FmD_yu Эx2#svTf@?Pgz6'mӟ{I?rpkԸ/?Z 5k>Y\*uoϩ5^Քx vBⓕ0]=+d9L1 &9FA-gߙ$O"5 >+֯Sb7ODgx`>eC[#@Pg]R3ɐȬ׫GdAփ1s}E'aY+f?Sv%㎇Le]O6&ǷaaA]2lz1G2lZS%(c a|%VT5ֽ6rreybVIW2ڂ|r=$/ q„9xu2Asp!+ŃUMB৩,4A?IxUP+3A~+Dӹ#:ĥ (-_nZc8Yڝ~\^Ÿ;c?Ә1a uP%c\?-8=;X\b=+.T,cI@G5]a•Cy&*@B7- 8 L@nC%Bf'QIV>m1QG~-v2{޲JOٔ lc*[bֻ549)П*XBκC_Š$:hOf5njG3GfDY` m=Gٽضt0?^?P ?me}R,(jK>-:|a4>\4OW:&bwbV\-xۚ nbc#(vc+ޑ4Ylwxu.2b88/zBo"ΤmuLߤ/f[9t{HxP`)9 /K`5' єn+JNÇ:,+>k[E@جE `)4'.{YP9:#'c{kxW*+rcF1o$f$Q :~򻖟)ScvSzI/vn!ΏI҇KJ{P^T؛?G?|1.xq_]^XC Z-k&a`6fŝr{ͅ-LhsJo`SEڰ_07m+fQ!}ѹY'>-DkZ72&WݖA !uDg>]a]lsOj=Mr˰GusR砏ƄC(r Vv3˰7&@E>֥Okh sۚ_4Ϥx,`i 6*A ׌ zA!H牜 3M+桯P`FVN⹛bZO_(@}ܜQd{ }*! rLi #~$XS6TZ+O,(%zS5PGZ@4oE64`]NdsE>󂾛^бbWvcp*S?h2+נto/$PUp._ jFb ^ʗ/`axJ?AY8; U~=gm/I:3$(kOa oh^48!?{=x+|@rJBIBVC[ +Űe"~0 $9OXˑnwkBch^BP>%qf8.?t/E[~-k?f3S:a^u3vlkY @Gr||~W@tEg`T%UW$?2NBXfo:H".إ3#NQ,&Ryc/̗XZ0q>LŚP<f P?1^,f;`MENX1vNj}⚇AG!yMs b纥1Dlܫ5Sşagw_~*m Guh(,(H랈[i2ҁ@cEYj!u ̡mkP;Z(T=r]'ۣ%/um]*!g̼>su$I &_In ְR0yyވ(4=d,{wMॖ8UˤDEz:0F8X-num&5@R/][a JE&Ma>FZ6:}eD`"@ PJA{[mgshzW;hTUp!~DG)9#Y:L-Z%L{iъs~GH61Ic(Rչ|ږNIU#!]}Vu_]Pl'(b8 }s,KqzYDNŪjwQ 9wCibw:r">>qo ; dRRG,99sԥ{#RMOU )/h7sLd/@AVRd%T Rt3N }{})dk}XBì% ĚK׹#E+#(/u?}#rI(oOz'{vMy# .z\ZNE]_}|K6Ҵ_o)?2 㡦ڰϏV |GX%v8@+VeR.Z(@*B4ke~ݑwɓ)Q-t-/0i^`Q&,}SŦ MͯJJH,lPS vHm9s\}z0]}eW eߏ0VYQS4};%[ \u[^Q4])EUd  3\5KХ[J5Y &خzMXBukKj+>NTΗd ki czX74HW]*yY]I'X5ɢU契/Clhhw[!2Íܺ(5$ڒoMУos j׵LJ>'A*Asx)qv+H>n //&Ed8[DڤO^EFCl*m+@ǨDFn-Y^>s/G ubn) s/+vD⃁,6݉2%%:lVO 򶕰9UlYqwT.G [T;: ,.dZX" ?]Ȱ(cgGJ&SNi\ò F kOXUvYˍg.[NW4@ 4˭~CFwm_To5_e ;6T]glf7DMv0Wrxs*f:7QqK ]?AXCڏGTv~+BBX _\hΓ_-lZրHzsG!ۍEt~DXϹ3ݿOa4NC  "╤Pmu5s'.['Pr 5>L0N93v sC*mIhnf8m9q)r0&7;oinбk^W7rzVBDXvP0ǬPzQ1 j $@܁Vxs 9nJ/OzAFsC%N>"fﵮ%w3SO0=iwe\҂Tx3i7um>Y~L5!S"2Wd`AgM |V깘}=9;Z"(}*"D"  +Q1NjuQ~(>Kc"Uv7ІgZwg&2K>[z HuDOc7:Sq(^cy-$9NX#71xѱ)VV[?i`S{°W@Wj0R^i<|1M`-_C󎕸IS}0iS( > "Q?4gB:_'̣#W燯[T1UF({pMm,ʒyI)exO7_uu݅xY5{"M:.oBrݠ2I 3O^2V'P)?AYs x aWcibǙq=3"9?VjJkﴕ*h'Bm3?+8ξ Z]j3cl٧bpl( "IScռAxs d+4|yws#W[yRt+ϕEI9^ tD`4ܺu[1|c=d14m:E>q`A^J WkUjPyMpfc8CG~|p>?ORUEcoc7XN/D`R xߤĊnOXnvCD&+bww<}uX$ dTb:2aՈ@դBm|1IY&A|q\&i]:iX^AFak"|KB`9ÚdLW@< cO<2:lWJFV+|b5%4]ܽY j2XZ6ÅKlY/x++:!T؎ ܤw֗Nܹ>@!9ĉ5PCy7v C4Bæ39 2P,%Č*U-?Z4{U) $%ř)Cr{K3TN|3b^"uBJ2~_εo1Oüj OqsJ@ rߙo͏7u18?1 ,&!=BqۜH^:i 5s!Uɋ#gVO#=y]_su?L|5vt"͕-YN/pbN}ɤ@7?V-[x`MxW;>(5f1pkJdX+ނV9Tvh!(jm>{@P9^0-1`w,Ku2ZO- 6kb,bIafŸ({#v.)vnϫ1TbOKHwb_H 90<A}x?%K"YNu{h-9_`,Pu3#adVyVl|Φ)ns;qo[ I5Z֒"+NsF̶{ڔ >3SA(dw~$y2=hruY4G6KlH<{K_8ʕL*_[EmNd[.q왝'R}rJەokp2PE*SG(8^E)k%ɛU ޼y|G*c8..s<p V6¯'ee|D)-ɇsm#,ݜ"x:$p)y񄗆!a(&y\MӬC]C\+$JvnW'^3,YِH7zBsnLtk ‰/~i }brT1EH ngcrdWa,N@J8E^4l 0Omdg}ЋxN^t >v9_2WRos:+S\9UQ2 #,Eۨ->?bw]y'C]A?CJ{~⍋!ŤE Ӡ޲s[]H@eBNst3㥗%c}eQA¡(eeӕ\o*26q2$_0 mf!#ST\4IQBpuvx!P@6_ xTl?`N:`6R}m PL8ϙզbU M˭$Kcw.<lpkiZߡ'bKBRy9U@OನcX>6~$ΗRoz!QLI$<mE9~"]^"N2`U#*ejXT2| ]hc08s .`5(NBzwZ(*[,I(ɀʑb9Q$'~N̛͞ 3 ]OfORIassx:2Cصq(6Y(jS o 0[JxrlGHU/@U#+H@I= @5ꂼH5@ߘc*B_[`&"y0;&+DȈ`~w9L"u.e EQ)ȜsUu8}w>!VuHz-/J)^fc06;s)upN=R]*3~ܙ^M^-g-є׃4CA'"<}% O&֏{Px&:NY6LUy͋}>fْRruOBx[*Ž!IJnvaγ"$܁|ܜ8D^͛Qo3&;fᨦrJѻ8T]ǪYGҕP :Қ6XW]"}=:ܯq5K<t!3+f"-5=12< T|Hro*&2+(4J2+aW{P5#'~L2h>']$5?w$cwUUAog Yo~M=A_cؽy ˏ{)n(Y=-a)&M b}8p#RwƉvۖ@l چvi3mf 呑E0ˤi*{ HPꪽ“ yKGz #dg+RY\ecm;U8|0&3tk.y-nYfEJ=2)Un".t(?La`Mo=pW1ߣ1Z)D06/C>yA:ؐ^i)zXRR&A@N00= jSvj`12` OUm`\ydaסXCD12b^bW,SteX !51(_29McuíE+\5]sx>^ċi}Dk<3Byc&bfqmʗޙOQhTa(act0\+׌v#iWF叵5W2}n ʢdҷcV"ZOnQr4l38C:DXK1ҿ!>BLǵꅫZ34sQo<*4&+Ċ"Y+s TI[ӇtZ>u Pn+{aKg2!*tȖƺ:4E3֔_L8E!SRb['?!O"JJĩo<&W8 $`wd]@=Vd=$2( p'4C>[ 0I`aڻPbKsIx2;[=:*@I/f?FB,;,l^in;/Aۧx_'RDŗƨj_ ǖxj;EFw}Uĺ3 F[LcEv7\0gוmy'}7(W_xbx} ֨/ۜH1,gwkm3/ir }T ׇ1̿NP\Z(=pۦd4H1q;izb b@8_i2.]DЂ4(swO;:ܕ1dtkl`XLl=GÚ1` kK/@;E~ގBv]U.PK pϹe%SlD 1W?3kw{F;~%1W9WmM| PoB"e40ŻIzx kl]֑bb* 譿wdq#/.a1jnki?CdGJzPG@ L62-t@#Z&sS\7ݩF>ѹ;еV|uRG!>ٿS~yRO>0>=AdYCSNyV𥍾oZҸ+BNppn?[ȟ~{/kNo*o.Uݪܨ.j+K J2)WAvJ6o {\²iqs3#HXs2}HTK*4|-%Gڦ}oV7~R'\S E$C>&/ڭG,Vq&z_L"; _3CP]O`1X2tw|EmȨlo,!bK~M4abcnz@-08Q'꫚~2hL4Y;㣸\NMH{S:H2 Ek kՠ}*!-+tH|bZ08]M )~ "&Nq).Z?_Υ%C¤x.}>r1c kJPlY#sk Ja, ] iȣ$R!Y7FNeI]"bvB4,$to.) yWSH,֘|D]B"p Ar3Pm8g&H7jщ JR?|`1Q#*b,#H6H#^'L8袭//U @0sE(kT~#qQV$W.-4etώ߄,Z#S*"k27l}xҵmz&yGrhzEZIx沅 MaFA#:y҇,랝l>Z`RiaLz? qX`$G /)dh=5H)CaXӟ ᚱtu-Gʣx7mELeyD Mt:[.D͗8aDcPeg_T;wHCfp<9` kA8+K~fˇ D}~j[!R$DZ5>h/:ܓJqM]O 70+R!r",7m ϢXO) Rᮈu(ݱG#RM؈cC^#2eaU gvݲ@njR^i~xAo돆 61p@Rf~:?[ aEx|Ƿ)ç>U8Q}{G3戥PSt8h5Haqo'![ 5jˏ4&DRMpB~92֜SDn *O-є$oϾ\ D剔|7\0[V&ouf0]5tPmWmngLn(EhXXGuhG~!6snD"y* %P#hf^kk bX>€qek}zv/&HOacM;?|B p-MXKsF2rvȬ9ƴr~H 6.dPGj<{ #l2ӧNޢSN{nqrLK7 ?+5ƮO]jL%p;=B4(?K^g'͂ (#V 낶x.'D(K?B"h:T{Bߍӡ[.ec` jji&LXH0Bh5o3z}s`n6q *[*Vmğ8 aщS9 I]=kAZI3}Md7.UJ"kt"Bn.hr20 }m Heؓ"7_b;(lNn?vRRx چ-csyzW~\8X*'䞕4L6fجOyH3$ڞ:ك^ȝEvMv/Ǐt/ҹ,ßVuMɌK)lŝCF wR# 7@TO} C#]S)&Zp,Ģ( muj2{íVh=uA݃$|F/ZU{Ţ%a7ofrϣ߃pl^0r Ӎ+Е0.rŮ3 hxk_~EF6k Oq?63wRNܿl4EҖ1#v]ۏ{nw/>/yj+9&i)"?@sO)?0#2_P|~%YM|!rbLЛD&Ah~W9:פ|b<?zѴ`H2ZtÁ .hߩf!znV8Ze[_ ٔe :R]^!-.qYJi,"Ki2E/"mn]ȀY9#g=QiӨXW-˧[vmZHcR*qN,øIU+Z6sN*NH t$p\[%lҜ]2=;MvԾI\tOS y+}q+:S8+ [ }b5 ӹT`~isF= {[ NV ig%Ʉ1ŷd(3FՃ|97K'bw;]łT׈^Q^P)\X7DIt\4[WRHqq׽nkk/>E`FǞhm2ڋ Y/K 3C%IWf&.1ʜ䎃] #B<) skA--T9~4B”Y˗$ƥmObGH 7&/pC( .a' ФXOH1+UWxyW *׌[a.0iG 6G=0~Ggv鵄Á-r[>-E0HݰJ/-=ZNi۠;nZhZ` K=u` MRwFۍ'TIf-yP{'JKn+ގߏ- [֮vƙA"K]瞄pTDs&y%"+ 5d* LoJWޱ,9~rW8$ w|ZG~bC#DZHUY-DX(Ћ\aug3v @sʯ|xQ530tNjvpwݻ*%jl8BOJMsq6'iӚꄔC'f%E6HG\7\ZMqKm7VI[o9rp"Y䓧(yff]D d=Odp%'N}@W_g#Tvi8ySd-45+&sIxJPJFoCNo ڮ Mo/Cb]14_w bŝ0iSAv"ե&N.:pnbOx(Mj;N-ݸU^:ifN.c Tc^ޢBVP("(Y,%R<֒br*Lk{6'+2Q--Eq@VBkGHq  eSb.I}9'!Md\hpUF*$XUh5 *uw <=6  aoĽ] ~^e7*+w)YiULUmԈ5Lz`Z`%]ʗj4R\^ $Y ꏳߦ$s8[\b*wpFv۝ O) P呱n1T*r2OeꌟͤS[KS4)3GtytƔ@/<XNH!8FY,YSɻVsYwVKf{w֬ .Hڻ|f~,]kg)70u>)I׀O <>w~xL~Rϴ8n8rVA}ímrőlG}cCy!]jF3K-J'Ɋ ja9zXJW,*N4&osYbxscd$О["N1[ꇙi_ԁqyj1Xx X.cޙF#-!S7K)b_ 4qM349YgOj}2gt6%):UKeIJod !Ϟ;S!CGWPDJ9U~:3)ֆ0IPi] L+1k]dPt:aI:`MhT|G{*@Քyi0J2l|ţ@2P=r<*?qFZ 3zrwڍ%io6(})gJQÄj%Yd(nQe{0ѰuU {r`?C3眒~klf" K% P4 O90KˮܥM] b۝N BTzx 5xryoff6Sehr^rFhr;n'X%&?1=YxTuG|pEG6-]$@&)6߾rEI@}^_:Y](~$ۖ i< #!OD'VN{~`Eĕ` Hw}Ip'nuXHOӡBMRjQIX1o3 ٢'^ӍP#}T l-}\tgߴl9TCQ_'uYZv&dW ,m_3X+:#Al`z_!?v~>c[Ug)͊.Nj \asPHJxD-$M)0g =X} }$ˡ'퇎W-ǏѸ?MF`.5 XPTW4͆׃*(Xe.!i[ A,.ƔQ-z`vKPFgg^h^P->I'C(x|M Gz@  <ԎXj{L"?}d$g/dernXJ !4ZѪi{}%KXk7<>-B(s(L! sO@i[(8wVt\>9IeSNI߶TA#֝#$yT6/yzV4 sQZy: sWȭAUfj?\qސ=0Ȳ@2XmCVLtlyZ3M~kۯ"9:ݙptEZ1"SFؚ?v)ؖ|!M |uG?!s{2FD7闁Ci끚#aDߖzѸ2/hCk"u5[!S/*s^5Z