systemd-network-246.16-150300.7.54.1 >  A cdӆp9|V res&]+IV@4wkeu7FC1[c ^'.= ׌g6K\Dag| ^jZߪC` :6iU\i#M :eS]{lR# h>pFU|?Uld ' O *[ai %&( &b & ' .- .T./Y/001$1$5 $(5o85x9=:\=F>F?F@FFFGFHGhIGXGYH\HT]H^K bLmcMdMeMfMlMuMvN, wS0xSyT=zU UU U&UhCsystemd-network246.16150300.7.54.1Systemd tools for networkd and resolvedSystemd tools to manage network settings using networkd and resolver tools for resolvedcdibs-arm-4SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Basehttp://www.freedesktop.org/wiki/Software/systemdlinuxaarch64 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 fin H  Ne@xP (T큤cccdcd~cd~cdlcccccccccccccccccdЍcdЍcdЍcccdЎcdcdcdcdcccccccccccccc877c7e3ffeb6fd93cf3ca8ea9296f0fcb8dfaeb56eac05190fd5d5391b7c2b28146ff5c1499b51c6c64adb09551aa64a61d8b270cdcf9b2d2b4d2da058e5d502ef1cc880b7eeb9350e155a91b98916f786817c1abf5e4d5624b59a3e41cd323a02cddff22bd345d3818fa1c8e371472a70643c6d573e49b0b27312914c83370014a57cde39fd1f3061d6bc558175c349e18738dd75df1d1f0b3a38bbdd66a39e7f2c9ec637b052a3ef0a9c747b4bb14b1538dec804d8200d6a408451116327f4ef2c45691b4d3545551a385aa5f2ee148892fb5c1ede9093cf37cabc84d2c78e805659d1cd24ebaa99894d29f91f4ea4e6d394e077e4dfc953e5daf485d573f6322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e0b8271157e2d23248f8b9824702ad7c306d994e258c014e3723e38b51fd66c750c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319b86770a3eebe3dff666816fc31f782c59750c8be5e7087f2cbc87b36ed24c91d0e02fd16ce4d7d855d3819dec125c222e2e3c01a199bda5c2ad464347be230d11a551778d9eb2bf142999059bd74b42992d214121b210393e09e5380d5aa3ecce52aa61fd365cec4e00fe579c6c17d407aaf3c0574ba6b5abb8d806f6ab68d6a98a5f893a73fda212694e863e259be2760d3f8a63446c6516a80715f397f4c680d8d337e3c4531545487b48d515899121f6cafb5f958d998afbd7443e4ef03620dceef803594a870d70c5d353243f7be86694f23a6876e8b54f6b1fc48cf21d05e28be42600a5bf13115dacc6ca9a7ecfb55f4acb41558cf745a5efdb64e0d49634b0559baebde196738063f099e5a71749762014c4761d0caf7c7cc3d9e6aec251a8bb4d48f93eebc375665d431b4b9fc6fad32176b61fd59826d01fae17f4783dfaf1996f005ac5cb059328f447dfcb7e2bdcc688ddb14310c48219422253d5278c12d256d55c762d79c7d60d2f672e6612cecc9babd994acfe7bc55d1eb1bf974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb09b19d806f8a95f13126ca1454b1ff40122ce03dc97416282fd29218de92c475ccb41a11b64a9f97725d87e5679b3c184537348a2553042d34fa15d54e6ed7065abf10f0b71878f90516b89d205a7fb2f8363cec6614ec717da88c2acf49c276a5resolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-246.16-150300.7.54.1.src.rpmconfig(systemd-network)systemd-networksystemd-network(aarch-64)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(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.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libsystemd-shared-246.so()(64bit)libsystemd-shared-246.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd246.16-150300.7.54.13.0.4-14.6.0-14.0-15.2-1246.16-150300.7.54.14.14.3cc@cD @bb@bb@b@bk@b^@b; b3"b3"b3"aaa7aaaa6ap@a5abazay?@aLl@aA@a;Ha;Ha2@a/k@a@` @` @` @```#@``\`̊`````O@`O@``~@`}p`n@`m`lM@`c`OL@`OL@`J@`H`H`H`4@`3`3`/@`-@`-@`!'`3@`3@`2@`2@`2@`2@_@_H@_إ@_إ@_إ@_@__@____/@________t@_t@_E@_w@_h_cO_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@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.commwilck@suse.comfbui@suse.commwilck@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commartin.wilck@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comaherrmann@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comaherrmann@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit 56bee38fd0da18dad5fc5c5d12c02238a22b50e2 42a26330fc time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 8a70235d8a core: Add trigger limit for path units 93e544f3a0 core/mount: also add default before dependency for automount mount units 5916a7748c logind: fix crash in logind on user-specified message string- Add 1010-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit e7211d27e1bd26b976aa74ff620cc22a0267b5b8 1300e134a0 tmpfiles: check the directory we were supposed to create, not its parent e4bb32dc65 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call d8d0c083bd logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Import commit 0fb88066f5fa4695467e930559776cc3444773ec 90740ae2aa string-util: explicitly cast character to unsigned ca1455c5b9 string-util: fix build error on aarch64 c0829f98fc basic/escape: escape control characters, but not utf-8, in shell quoting 387a2e1fbf basic/string-util: simplify how str_realloc() is used cdc4d55d22 basic/string-util: inline iterator variable declarations d435514c85 basic/string-util: split out helper function bdbc4faff5 basic/escape: always escape newlines in shell_escape() 3eb13063d1 basic/escape: add mode where empty arguments are still shown as "" 08fd20d8fb Flagsify EscapeStyle and make ESCAPE_BACKSLASH_ONELINE implicit ec07c1c46c basic/escape: use consistent location for "*" in function declarations 074e1b622e Allow control characters in environment variable values (bsc#1200170) 44e419dcb0 Revert "basic/env-util: (mostly) follow POSIX for what variable names are allowed" d5756f6f71 test-env-util: Verify that \r is disallowed in env var values d02bac33d3 basic/env-util: make function shorter c68d5f0ba6 basic/env-util: (mostly) follow POSIX for what variable names are allowed 887c150a04 test-env-util: print function headers- Import commit 40960e1ccb15071355fd3ee922877ef51f34bdbc e6354ebb34 core/device: device_coldplug(): don't set DEVICE_DEAD b593249c00 core/device: do not downgrade device state if it is already enumerated 7b47b3c306 core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) 912c07c281 core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 12b0904b9117aeaef138784e5b118b82cd87d7cb b579fe1e09 tmpfiles: constify item_compatible() parameters 01f4af3573 test: add test checking tmpfiles conf file precedence e8f4d24e97 test tmpfiles: add a test for 'w+' 9c559f3854 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) 7fab6b6a6e journald: make use of CLAMP() in cache_space_refresh() 1c8b02567c journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) 0007446abc journal-file: port journal_file_open() to openat_report_new() a07ad29813 fs-util: make sure openat_report_new() initializes return param also on shortcut 6bb087a1fc fs-util: fix typos in comments 42532a8bfb fs-util: add openat_report_new() wrapper around openat()- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- Import commit 117e7b96f8e8c63a9eec3459147f5352015a6d08 3a395b156d Don't open /var journals in volatile mode when runtime_journal==NULL 1cd65c15e4 udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3ee9953dd4 man: tweak description of auto/noauto (bsc#1191502) 6cfeacbf86 shared/install: ignore failures for auxiliary files 37083278ed install: make UnitFileChangeType enum anonymous 0a02185526 shared/install: reduce scope of iterator variables 86c55bde7f systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23867)- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Import commit 773652879446a81689c39aea23a486627992409b a76263ced9 meson: allow extra net naming schemes to be defined during configuration 301bf4f1bf meson: drop the list of valid net naming schemes b89924793d netif-naming: inline one iterator variable da4a4df29c udev: fix potential memleak d60486bf1b udev: allow onboard index up to 65535 ac2baecc84 udev: use snprintf_ok() 8aad315c7c udev: fix potential infinite loop 471ea73eb0 udev: make dev_pci_slot() return earlier when PCI bridge is found 69b7c9a6bd udev: use uint32_t for hotplug_slot cdd0e89c0e udev: split out logic of parsing s390 PCI slots 84e1a91baa udev: it is not necessary that the path is readable 03548e8d0e udev: add missing initialization to fix freeing invalid address 772f964bf6 udev: fix slot based network names on s390 c5071cf699 tree-wide: fix typo 06640d06df net_id: fix newly added naming scheme name 58f9592f1f udev/net_id: don't generate slot based names if multiple devices might claim the same slot (bsc#1192637) df9e240c92 udev/net_id: parse _SUN ACPI index as a signed integer cfcaddfa74 localectl: don't omit keymaps files that are symlinks (bsc#1191826) - Add in quarantine 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch Add in quarantine 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 6a96632f26f20a68578f9d620a593ceab2a0e3b6 c4aa40982c shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) ae13ea6511 shared/rm_rf: refactor rm_rf() to shorten code a bit 3266d7f5c8 shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit - Drop 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch Drop 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch Drop 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch They have been merged into 'SUSE/v246' branch.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - resolved: DNSSEC support (build) requires openssl therefore document this build dependency in systemd-network sub-package.- Add 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (bsc#1193086)- Added patches to fix CVE-2021-3997 (bsc#1194178) 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch These patches will be moved to the git repo once the bug will become public.- Import commit 3850086c6580291188fe574ad37c8026012894fb c0505cbb8d tmpfiles: 'st' may have been used uninitialized d3f7c9e806 macro: add new helper RET_NERRNO() 4a95baa5de rm-rf: optionally fsync() after removing directory tree dd8137a589 rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 3f8765ed2c rm-rf: fstatat() might fail if containing dir has limited access mode, patch that too 87d39407b7 btrfs-util: add helper that abstracts "might be btrfs subvol?" check 71ed335c7a rm-rf: add new flag REMOVE_CHMOD 611376f830 rules: don't ignore Xen virtual interfaces anymore (bsc#1178561) All these commits except the last one (611376f830) are preparation for CVE-2021-3997. - Drop 0001-rules-don-t-ignore-Xen-interfaces-anymore.patch It's been merged in the git repo (commit 611376f830).- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in. The new default simply consists in calling pam_deny.so alone.* 60-io-scheduler.rules: add rules for virtual devices (boo#1193759) * 60-io-scheduler.rules: enforce "none" for loop devices (boo#1193759)- Import commit 34eba0c28cb02d15fdbf55ce28bdfa56142ae4d1 0a8cb60af6 Bump the max number of inodes for /dev to a million (bsc#1192858) 848c9207cb Bump the max number of inodes for /dev to 128k (bsc#1192858) ea44eb34f2 sleep: don't skip resume device with low priority/available space (bsc#1192423) 9325a68316 test: use kbd-mode-map we ship in one more test case 8ff379e11d test-keymap-util: always use kbd-model-map we ship- Fix IO scheduler udev rules * 60-io-scheduler.rules: don't use BFQ for real multiqueue devices (jsc#SLE-21032, bsc#1192161) * 60-io-scheduler.rules: use "none" for multipath components (bsc#1192161)- Import commit f2f061f1da064bfd47e2201967a854bb9281ca5b 98e87fc3fd busctl: use usec granularity for the timestamp printed by the busctl monitor command (jsc#SLE-17798)- Import commit 5d20af26eee6507bfa9fdb6e5dd4bfc187e3399e 37e021ee84 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) 2aee16afd0 mountpoint-util: rebreak some comments 962e487cb4 virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) 8545a66afd Use BIOS characteristics to distinguish EC2 bare-metal from VMs 03311b59c3 machine-id-setup: generate machine-id from DMI product ID on Amazon EC2 0fc3118a67 id128-util: use common implementation of helper to get/validate product ID 83bfa06ebc virt: detect Amazon EC2 Nitro instance (bsc#1190440) e8b8df3ed9 core: move several source files to src/shared- Enable support for Portable Services (jsc#SLE-21694) Will be released in Leap only.- Import commit 263f7076bc77475045193653a785bbdc0457b5c6 239e0ce5e7 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 0db7e590e1 manager: reexecute on SIGRTMIN+25, user instances only ef8afc4545 core: Make sure cgroup_oom_queue is flushed on manager exit f794e01080 cgroup: do 'catchup' for unit cgroup inotify watch files 54369b7660 manager: Fix HW watchdog when systemd starts before driver loaded (bsc#1189446) 1d0524bd54 pid1: various minor watchdog modernizations- Drop 1007-tmpfiles-follow-SUSE-policies.patch Since most of the tmpfiles config files shipped by upstream are ignored (see previous commit "Drop most of the tmpfiles that deal with generic paths"), this patch is no more relevant.- Update 60-io-scheduler.rules (jsc#SLE-21032, bsc#1134353) * rules weren't applied to dm devices (multipath), fix it (bsc#1188713) * ignore obsolete "elevator" kernel parameter (bsc#1184994) ("elevator" did falsely overide settings even for blk-mq, fixed). * remove support for single-queue block IO which the kernel doesn't support any more.- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Import commit f5c33d9f82d3d782d28938df9ff09484360c540d (merge of v246.16) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8d8f5fc31eece95644b299b784bbfb8f836d0108...f5c33d9f82d3d782d28938df9ff09484360c540d- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 8d8f5fc31eece95644b299b784bbfb8f836d0108 (merge of v246.15) cfd14c6537 basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) 7b6b7abf46 unit-name: generate a clear error code when converting an overly long fs path to a unit name [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b9e4f4c71159b216a16f1c5121134aee2654be56...8d8f5fc31eece95644b299b784bbfb8f836d0108 - Drop 6000-unit-name-generate-a-clear-error-code-when-convertin.patch and 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch as they were merged in v246.15. - Drop 6002-basic-unit-name-adjust-comments.patch as it was merged in branch SUSE/v246.- Import commit b9e4f4c71159b216a16f1c5121134aee2654be56 (merge of v246.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/5157b666a0d744a2ff9f4511780e43bd74fcc280...b9e4f4c71159b216a16f1c5121134aee2654be56- Import commit 5157b666a0d744a2ff9f4511780e43bd74fcc280 2288448f47 logind: add …WithFlags methods to policy 0acc4f0413 logind: simplify flags handling a bit d632dfd6e3 logind: Introduce RebootWithFlags and others 8fba5f3715 Added option --check-inhibitors for non-tty usage (bsc#1166028) 114387d358 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) f2cd82a359 sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 6efb9a77f3 sd-dhcp-client: shorten code a bit 9e1cd2172c sd-dhcp-client: check error earlier and reduce indentation - Rebase 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch- systemd-hwdb-update.service should be shipped by the udev package- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 6000-unit-name-generate-a-clear-error-code-when-convertin.patch Added 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 6002-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- Added fix for bsc#1184994 to skip udev rules if 'elevator=' is used- Add 0001-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) Restore framebuffer devices as possible master of seat. Until simpledrm driver is released, this change is prematured as some graphical chips don't have DRM driver and fallback to framebuffer.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-xxx.so.- Import commit ac812b8fa0c2ce74bad8dd199aa0505621f6cfe7 2741672b14 nspawn: turn on higher optimization level in seccomp e104e31534 nspawn: return ENOSYS by default, EPERM for "known" calls (bsc#1186411) 6f2c44b6bb shared/seccomp-util: added functionality to make list of filtred syscalls 4bf1b121c1 shared/syscall-list: filter out some obviously platform-specific syscalls 0a3716ecb1 shared/seccomp: reduce scope of indexing variables 7820502e07 generate-syscall-list: require python3 3a180f788b shared: add @known syscall list 2fab3d0179 meson: add syscall-names-update target 74430ec23e shared/seccomp: use _cleanup_ in one more place- Import commit df3aa430629f9aab8821c7f882a401a2886b9e82 5354e4896a test-path: start infinite sleep instead of a short command 934358e538 system-conf: drop reference to ShutdownWatchdogUsec= f198dea989 home: fix homed.conf install location- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1185828) We need to make sure that the creation of the symlinks is done after updating udev DB so if worker A is preempted by worker B before A updates the DB but after it creates the symlinks, worker B won't manage to overwrite the freshly created symlinks (by A) because A has still yet not registered the symlinks in the DB.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Drop "%bcond_with parentpathid" as it's not used.- add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984)- Import commit 60e71ffa7e339cfce8cf70d127f1be9134a573ac fa79627ef7 udev: ignore additional newline in sysfs attribute on verify (bsc#1182870) e0028b4c63 fileio: introduce a new flag to make write_string_file() ignore trailing newline 1928da1337 Add WRITE_STRING_FILE_TRUNCATE to set O_TRUNC- Fix again 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184859) This time is about the removal of /dev/disk/by-xxx/* symlink that can be attempted by several workers at the same time. Let's restore the old behavior in this regard and ignore any error that might happen during the removal.- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184254) When a symlink is removed because there's no more references to it make sure to remove the parent dir of the symlink as well. Also add some logging when something goes wrong during the removal.- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Fix fd leak in 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184238)- Import commit 480a6d14725509307a0f3edefef3876c107ee7f1 (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8baed1c6f82798c2374bdbfdd440dd065d09fb99...480a6d14725509307a0f3edefef3876c107ee7f1- Import commit 8baed1c6f82798c2374bdbfdd440dd065d09fb99 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/bb5a31f416d17c5d3521900bebad885ca8f0ba8b...8baed1c6f82798c2374bdbfdd440dd065d09fb99 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit bb5a31f416d17c5d3521900bebad885ca8f0ba8b 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Make sure the udev socket units are reloaded during udev package updates This uses to be done on older SLE distros but got lost when we branched systemd for SLE15-SP3 from Base:System.- Update 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1183702) StandardOutput=syslog+console is deprecated, use 'journal+console' instead which should achieve the same purpose.- fix-machines-btrfs-subvol.sh is only shipped when machined is built- Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192)- Import commit 628333aae3e893e225a42fbbd3734d10058edeef e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- Drop 1000-logind-disable-RemoveIPC-by-default.patch Disabling RemoveIPC is now done through systemd-default-settings package.- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- Add 0001-rules-don-t-ignore-Xen-interfaces-anymore.patch (bsc#1178561)- Import commit f366438ca2d66c287ea836174e73dd03a98914bf (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d...f366438ca2d66c287ea836174e73dd03a98914bf- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Remove a fix specific to Factory/TW distros.- Leave nss files in /usr/lib*, glibc loads them from there just fine (Changes from Ludwig Nussel, backported from Factory) - Define %_pamdir until it's defined by pam-devel in SLE- Use %_pamdir to install pam modules- Import commit 64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d 65f4fa852e write_net_rules: set execute bits (bsc#1178561) 4a543f0257 journal: send journald logs to kmsg again- Import commit 68b1d8a9472091ccfbbc2ca234d2583716d57a2a (include merge of v246.9) 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2acc5eb602eb8029f4547e37eb433c804a7db3a1...68b1d8a9472091ccfbbc2ca234d2583716d57a2a- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Drop 1001-journald-turn-ForwardToSyslog-on-by-default.patch ForwardToSyslog is turned on by rsyslog.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit 2acc5eb602eb8029f4547e37eb433c804a7db3a1 (include merge of v246.7) 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9dd0c9a724a9361207ab4a9ad29d144987fb373f...2acc5eb602eb8029f4547e37eb433c804a7db3a1 - Rebase 1008-Restore-support-for-halt.local.patch- Import commit 9dd0c9a724a9361207ab4a9ad29d144987fb373f 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit e139d4c9dbf6d735a624574dbd7db8f04eb93598 f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- Import commit 7435299e24327ed202d686bf46a626b99f105870 f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800) - Drop workaround in 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch which consisted in forcing the generator to use kmsg. It is no more needed since commit dee29aeb5909f4f5604012ced250488286b8d468 has been backported.- Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) SLE distros still expect the tool to be located in the old place.- Fix paths of udev rule files in 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch and 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1178023)- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Remove mq-deadline selection from 60-io-scheduler.rules (bsc#1177490)- Make systemd-mini-container conflict with systemd-mini-container-mini systemd-mini-container-mini was the old name used by older versions.- tmpfiles: drop entries importing files from /usr/share/factory (bsc#1170146)- SLEtify commit 2ac606cb508dc30a27aa539bcc18b4bb07f87a71 (jsc#SLE-16318) This forward port most of the SLE stuff from SLE15-SP2 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP3. Add 1000-logind-disable-RemoveIPC-by-default.patch Add 1001-journald-turn-ForwardToSyslog-on-by-default.patch (bsc#1065301) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-tmpfiles-follow-SUSE-policies.patch Add 1008-Restore-support-for-halt.local.patch Add 60-io-scheduler.rules (bsc#1165579 bsc#1164717) Add 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) Add 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) Add 99-wakeup-from-idle.rules merge compats/persistent-nic-names (bsc#1061883 bsc#1083158) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) Remove TasksMax limit for both user and system slices (jsc#SLE-10123). This implemented by means of 2 drop-ins shipped in system.conf.d/ and user-.slice.d/- Import a prisitine copy of Factory which will serve as a new base for SLE15-SP3 (osc copypac from project:Base:System package:systemd revision:1120, using expand, using client side copy)- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shibs-arm-4 1667551696 246.16-150300.7.54.1246.16-150300.7.54.1246.16-150300.7.54.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:26702/SUSE_SLE-15-SP3_Update/b0d8dfe00d0df93afb1e45753e87751e-systemd.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=688a123c5c2b3129bff0c19aa607ce37bb377ce8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=22ea5ed4a96a63e2b75afdd5c931f6b65f8031b0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=abdaac79007fe35a7f2fb43dd7247f40d1f44b22, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1c870c1d33485a0f24177cc8708546e5333e1dfb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=064212fe26f539bb8a46bb3954e6dc76fe0541cc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1c7931a88f165b3fa5889bb33469e5b6d197fe6f, for GNU/Linux 3.7.0, strippedXML 1.0 document, ASCII text#)  RR RRRRRRRRRRRRRR RRRRRRRRRRRR R RRRRRRRRRRRRRRRRRRRRRR RRRRRR R RRR2L8|utf-81d4f6eef1828790087a85bf929223dfda33b705d8a67ac5d5785242a261f9195?7zXZ !t/ぇ] crv(vX0-{dNSB{P#CWhtVrBTyĉ ܬ9~DMy޲zuoe8ϫ.QPL+x k}mFuEҐ A0<'1.lGF.><{N?!ٽ˰Z$*0FOΟd A>-cZ?g)hUݪˆb+Q8JX\[B[EO[l)$˹$C0/bОT4 ̝ .{x)D[) ;8tod ½ 'hfVEa!'=7BֺQh[HLZND>{$&p CKt <~Mox*EPm2FƊ~.{h1=ThlDڕzNRRbN>PX婺5XQ7% )`֕LX\J Q(aohs,(rنVp8?ՋzJ`!X"dl=30K}<(d;-vpS-cke(Jbܚ9j(}bƘw4l* D dHʁmqaR|f[txߧxl{ OiL&,,9 ]zT3e.ja q蔇A+:#}C}!G(_c;Xeto[Ǧ 9uLjl;t\٫A6TOyKPJl4/\ok`oB0 /alx+renߺ1:cA^*?❹fOZ;7 '{|3nsURl _0L ]n?@gBSQ]x#Mv!^2sLL!I)sΏb~!:ߪ_yf!xwhMZO4 P66"qS^8K{ZCEgo~7L,P){ ^V8֜_7N~?s5Fط7+Ts*vRI7qwGo զZ9 |L -1Zܧ.gf OJup''Cg* &܇-Nr4{X,&c㉂5t0,|cUn1s*B N^gjLh0Q)V'V#!N5 %JEy R%z-˅ ^cҲ= uG"9uBgELz F[4-R*kJHm]I'Uo}v8Jޚ11Xr<]?sN],  ģ>!Y,\I\>!?apg~>BėI~z ܺfr#Nόբsg]3Xb1w A >K8.$iуʯ cJ[͠k!n`pX=TypKH(Sg95["R̶#/OBؓ1|i|,*5źl=v4wENY$b ,BH|D!nFdL~B1ɎÇl[NA):BK39i-$v \˸5UL6sU۞)Fo;AKQ.86{f5[ػ9 <脟ǒLXY/ZW1pՇ]<& ONgY?W!=<}2e&/Ę{a~)ڪݶ|Nd9d1_gF(.Y Ez:MÌcOR_Y;-( ~i'SDm.'pXQiխ~@ & Ry͞Nqq*Ht++ e%x孩󏑋{ 3ߍFUTBM,JfIac D?ZYAYu+_=\( dqOuVmj;\#9Cy|m-) :ھvyBgڬQ|iU1KtTv*(|%p%wJ{.\lIBnm| v.+8o48~x,|`R.N-9^uHy(T|XƖWy6,wd~8; u)tw@tc6w 붐4a@siD~  pe 37Ӽێ^zsu _Oc`ݰWeDJ KɣOReՈzzXс !⒅Y]ZK^~gF8>= V6a?DL,F<"hLT¥uqYڨ}O#)2tG6:UFxQd(]QvWFUB#9ҨAg:7nʦ{DRI荺pYa_yF}5^?~Ch|{b{ [ ȵ+K{i 4[8DO̕uB^ +@+,peZ="_0se(tû_MJ׻\8RBʹ/ʇrJ=|BSїlN xx(R֜ϓE$^Q%-F49 rpu UasCS=qϓ :6_;L>&{r& .YZ!cRSCu>2u2Y +kN= [Ev͟XDê e5)lׅn:|߂Wջ!nPla1oGI˾=Htmcl~p [u6ޱE@޴~1Iib'/vZaMd!umM@ItvhVi<38@cTf¨2*Qm_Otk3`Q$Aa;(IdV>n*ݾE#, KKR # &7ut aʸZHOPoHXD-hJm*1,ϊqw׈ZʖJu8BxPzg\9 Jt没l\b?k'z %yI%+074`,P1?gF!^Ji ?G.>l4 ɦ~M"z$x'Ol)'ˮ#8E"#)8נֈg!omw~=_MNjV6Xi.g.?2 Gڼg0ww7ƶoxN\[~Vb]6٥Ԑ"P-ܦB;j/N)1i+8U#F++vUUd=9xխ>PqQ?'N+0%r&>D޲>A~9_?_L!Io^;#cL{'Pܛ=5Z-ol]`3^{ww8t_zTXf@y[ #jBrXv]]n#Iuƥm[AMclkƫ5"FZ.m |zo6Gd?l[& (Ϣ1%mc5 ؀cǒ.=5TV ¾5]N.LY*NqNh0bx Sb~6eR_"Xo< w88=zq]!4Tb;hM)c#CݯKV%QPb/\-M-֬8yy|QK~l<)т(cR!W9EOwrsxbOT>pΨ7+%Ik&1/klx4J聴Qh24I?~) Bn>&+4OuIQ]X9wv$3Ӏ>{g)bڣnf ]"lv~+PIC.4\թŽ|\oL^ɁvrNb1_Qb{7y4g{p7Oo<+S+'|-;ԆR$QCҶUAkbmmNAPfS?y&#]).rk!1(*]o! X;7^;5դ=BCI8Da1"ȞF䶓 wd:NȠqJ`ARV#5+6% BWc8+lQ+<ij^:%`<\IBt 'y 9; >F42 'LơBm*VlֺpRźa! sgăWn?U$m5TaZMT=_Ο9Y]q&l+[|b[ZL߷T2.!k㟘,6Fk \o6^9W[Q?,cF]"MwEn5;T^} iֱaGiHK'O) .^iJek S$AJPg6CFK㚛 +}e3!Ib}Xtl% ta7+Pʟs>RH,GRa|xEH!Xjb*}z̸oS &aFttM-CFYy+?~?/O"dx;< .X^\dn@W XU' & U~|/Q/0 _qHŐ_EM9bMRJp1a e_搎_G0DV]x_[Fϻ-#Te: خ0V gNsXɄ,suY3ћk>MV/@EuXrtm'z$ s X<'67@(S 0re-j0F፝hN@)bhѶKT;hUy_ȗdi'?O8/V9=/U 0:3 9Ā{Xlz!4B$"ӿv '>pTFApM{.iZ uĠ:4 kg1c`QZU~+cZݗ0BYȍ`/Z  C7 5\/`>BMueʦO U5Z A>>7Zx%5%Ih򞴳+mםr =e{fSA+dRllPi6ӍajTgK^h|=θ&gE#&_;2#S{zW?FŴoqE,eCf[=Ԭf3evlAKs 쉺PbHw_&$'\ZV Aˠl>*c:>jlr@1h-/ּ!@ݢ"0H_] `b y3mQq'k`t|ChXޅ6XbIEY )_w|܄%uLy9EYҬN @# :PoHK< cFu /~E6-BwK@gշ""ޱEz@lR>I.Xdi=*41Fx3P*Ƶ(V Fo8:Ni3 9#6흲i c/'U CLa *G*F)1LEޅueںeXns f8?U9b>wKㅷrjC^Ќ7&6YYt4^Mpkԑ6jZWNl0MD!oۭHƫXpCM: x>RJ8EFSFZ$^d鮒:mz`ZMx]_[pz>I17B2bNkȡ 騫pnl%2ot6jP?zVfL2j*2MmnU~煜Ys]BAC7Up|:K4,w6qGz}s7`tk\ܛ"S9LhpwK"zԂdGW,'*}0@ PGl)ƿޕlQ+'Seb!wڌCW(G0($\:/XynNTXiܗ?-ppqx?^ިJ{Z5Z4i/Jw&DJwI~\{ mgGkZ=w͜^Pc^)K[|x`ɷn+!w$gy+,Go ?B+2&G2^|"X=,W۠F=Z\Z]K6\d/d.H'_GdU:[h F淐B㈮>*5i0ş^b̮@>%oɸːC?{o,(D3myKp0lijw9qP5|LF7b-2+Tf\%IpMUGE&jg-K`9_1&LgNZGΎY)X/8; zG|7)[!м-aY#0QfQ֋Y%'b`RJm_!WU?r3ɨHdDu2 kJ=ofu]ɚ؎K9(uyHvf13,M^{'^6OUH 2fܖL1Iy_"׈é8iM AFڐ IҲfllٜk Ruľi{`24Cq˪KA~w33$茺OԦx&R'*YwY v[-|*}{ٙ 4U)@q@yAj:t.^> 1qٰZ+H LֻP2Tu7{z%5IZVK1ǰ[[˙;ٌoDQv*fZuפ/y&Z1Q wݠ8o)Ydhc|aJlH7rvʚz\d4ζ]1臾(@c*|+ᅠy !?Jeyi "xK Ś,V-F>#l;軒틱֑ݪ)賰q1 ..xZ8\T$(w1 ֝'ZU1~u^%զO|ٿ[jlxfns@Qcʬ sDKwt&EMHEtim WQXGQ9#TY6)v7ơSld_t($I8i#D/Alc#lFYՓiloe5-ҕGuv_\hBZsbM? *{d:FSKj}<՛ygS 0Ї(#c1*ֽ&'X2cdS,pVEDrѥZ9sg0ZƊtJ,<}Ŗ"`l^t-Y1T )@Kyx!+Eli: Z.1}~JjW[)b1I xs8E %uTd2' WGǾz ۙئ&"O,)T5^p|ْ,Dh( x+ov0Api UHYdKwp_0 j$ԭ:-YUmR @gA.(*8@\VrZ@ C@78d@Ɛaֵ<ۃ\0'M mx]U5E7 $bxhvl`XQ# I=}yJ^ \zoUN{ّNiѓ8;ѲnסsV;diRW7PCB4u@8;b?GǤ'P׭]{[ZeXKA>ےχ;{F H=d_C}@-a0H͹`ꈴD09JD s0yupb~"I三`SFi͜BvcP[Ls Rxz#! 囶?])Ej~ˋRQcX-Šk"S_'o*%N"ۉԀ(mdgM4o9Y,H:YEq,7-lr[<)~>/k){VzP-!Bό vC?ga,P!&pһuw:SI|ʛP"=KpأGo,Ux$%h\!jje. zTnyYcoQk}P[PP1$z4/ 'YWL`Ö!Ro 8 Z+(B~ߔ@&jNcmё 7y^a#G̖L\Y1NZX)!1Ţ~cn#YF ̌~,6:I>r&! ";Ej*o[0A`ɎuyK猅?V+>Pqv{xv6RҁboN/2;XwI9|Ml1.\+ r%0.6֢iф? ?@ܘas֩ol?]Fc܆! B FR ۭ@6nOϕ-C@g5^挡c%P9:߉ݯB\mmI{p(c{6I]Zu; Ŏ؝-L-yq*\׫\ۄ%(WzA]jd_%'I-Iq VkjFR[KrXckSQaOhMNvOCaZl?ma- pAh*׆50?ܴdWsRIϾBMEJNpz|36_|7xBpg8M?,VOo ԸsCy>ˬu~i`X7B'mcoA Y pwqnmrS&a>uN0U[ev LJxgpLuu*tH,s{I|9U-c{'$iƣik+~JׂN_*В#l891qݢ#Zૈn{2{.?jf+MVJS{Zj/hB|K )ץe`x'? 8nnSȘ]|b}U ==a.=[~kTUɨ4Uѳuj'uf /Y]Ehk)iऩuX8n(.PF1'wTM%̽ϟ`P_Ii'z |P|+A/=@˺&|o '><$zރ>Yľ܉rWLIo& J8{bKLD ?db8Qs#xy t,wA7M6 PdNQbV٤ "R7[:ШeD䤩17 u|w&9֗Osy$J1E ~醽j.9 rWJ.ƼYl6ʟD7sl. DxLL k ́AdRP- GOV%I%Wo.غHFPQ)i,>/_Y44y)D60w{^de_Jbq:Mܶ8_vM2Uv4'-1B@xzƟ)GLÞGt>ސ5]jE%&}`+:Z;zTIk̶]9eMt!\8y*!)H0}'Hs̅4ϋꘇ}gZ3婄]K߈A5xۻf ,jwh8|hz5j/j\m(!WS~x𾖽aF&3 ΄C2jeQyC3ZխʛĔ3@}Yv<<8x7<`-}VcN=tҲ Zks\)пc0EM,+pE?3U_6y\)ؓ.r2FyQ+䪩Sl[TYa&EUK`ꯣI)@"s:v)\4&d$@rDl 'I^.ua,V́0bngjB_Z#?pQ:+RY@ ֆ~ 8 v nu Kh/z484A]lNf[= BjM\C9J5[V3$<.,0Oٹqi&Pc7*pr'gO1X53h inW@}%Sd5"2G}B1 fs vj^Ȁgh?f)q=4]p.UMxJAI}x29<+ĬLvGM& Ҿ9mvƋH9ěL]m (7.0$VKfXU`ҴQ$p`6C$!c >˂*vOcP35*۵Vh6LdݹtÈ Ҍ0< `,|4jG.~$%q*rA@@Mɪ\^9X7M)si-d~ *$ON۲0Q<,"  !g76vU#a^[ŨghCksɂkE˱u=H;I+:,ÀHo+bqܙxM4 efl/fD/"֖Ga;- 6,ͦtPHg]5;pCa+]T7MlL!ȆVfn\i7B65>@e9475tқ/a@kD2pM>+O6  x@Y˸)Kh'RGpV{sD|I6i1G/O2*raul&^^޸jfi] T=(J,0ʽ&ǀd7ϒFR)^t/y(cόTІuŽk#sF-ToYv먅¸ jAx^-Uئ(cu-c0^8T="&_#x6sGQk z*8:}"EN<Y1>CC;J7-BA} HFj[ļX璁Ƭ0v"<xK"֫8eݓ -obL _ALF]C'R3 *C/տ@F;{̞OQxm0hLيHIQYݩr>D(_!C=EͲBo F-S;e.΅V:.OkII emQaJoulgN|)ZJ2(lBGZ0PfcҜ8F8֭֔ D6N~sLX%XmccJA0dy*|12em<窠C+Fy'C\_D6DuNҿATzY݃=7( N}.fտU5M2" c+*W'މx^&}J9GAq f_jS7’oTx@YTю,U2\W LYlbz`d j@/!/νx<%biXM T1+њzmqlMNAFx/bcK+Eb+!rx _gwSDq]WA;fXv`+&P7[\JkθFn=ĭL <[ Bh\,L\YsDJ\SCe[(յM2{H:2͔J OTW(l-Z DvLbGg E1b@\l-Y~nut)1Z0&Br-s TNC-2ƪ/wǷ.Qnh[ZlȿK\Tjoj 6ШR1uH7(6SuJm _y `bjO*Q<:oTU{ʶfqV1}ܴV1dWZv<IY Zl16B5 FB~^v0@@^$rg 7Dliq=~-jVmCNL~EZ.̼Mjxnnti'.)0#Z22pyC, oSc;9Pת1V~*pR(bV-Α6 Ro8+בSĈ}z5yN5LJ鹷D;&&UHχz7*#L|,"LZacn:dbn3>b UJPpXfQF8ͪD@?!?\y̳ol^+yPjOg95tp$h@eaieXnZT>b3"@yܛD؛h~rTC7w-8+O& 4W#Nb\O-j!:2+^śR~޲`ѕ'SuSc|@~Fge淾LU(pHJVѦd.zY_8@njŒ[ vE[pmc7PAY⌒dsPW*V&G{|N3MRX!yfZxC‡)8!x}%1Qo*]"1y9d@ehi*mz#M: CjT'u=+`nn۽oP s-b)* LǤks7bEJlvt5tI]9pJeNt s[`1{2Ob8. =L:s?]@ciKIL8@Z* dXfIEC{vBAp]m dMSS!7຿n`L]UojB77(;ȁMz D ?0'¹j)ʃOK;al4e؏ST`J}n~NTE~3 )Ihd(@R$sŧmvhwcͰQYd$pyR7ىFLqm\9plj|]uqw r~x|b}Ba-.?)B7o:V(ջqD1Kh:yo1SA$Y.^-Z'FF<} o7]6Ζ$y`)r)3x}4D]qBvŭE 8G[ݙab-@*PӸ#Ιwx?'N`l\KY|F71}Hz[:ɷ1 kV[ִ}Z~Qũ &㙻A fvzɋ㢊1 n|zUdG-T-m9]͞ 4n] GS>2EkB!u=ƽ"Dh+׳6s:>"6u)l& u/rMys򌔑6Mx\Q \2DVybg]X^ڗ0mقz!:^m`#LY1"Kվ>D0ڧiBVb)lVW$vs۪#)Ɍ-.BYY}R:xc-qFtB_> 8Muvvc0^{Pj0n9ΖTKwzAo1DAk3)4&⿨?ynxmXhD=US7@zֹ[Q9~y2S%zu֭1+kzAOU1Ԥt/VhɅfJ="I] y"(^u +}dwf`Z)]ìw}H )e%*lr/88,iV\󯈫jo82R/EVݞ&X \,эe(# J]YLڽ)L^ #:-$m[Zn}/B*4#"!gI>x}P&~P;z&}TQ&gQl\BR}d_p6#ajNP[D/WvqmF44'w/7ZD|Ѣ'P5V4meZX s !ATʠaxj.̳O9 gjLK?t)[7.viTj5Btc/Baz̈́y*^E.6yT㏐FJf-ik߲sIJlݮ^ӝm\J}ʭRQ"P?}t舺ejZH |)aJ2ʒӸ=V^G8V@u"-ɼC&G*LfzQ{r ҅nJLHs޴4D j%r'7~(g@N0pc`.O %J;Ve^BV@S:?2}{HJ6-hT|Ǩ\&j }1Ae'bVs YJZI &WvNx0#1=$iby Ǫ@/?PE=BNuǍ0$Jt gG H`Gox6 gjق!ZxTI>Ú5|M&T$8d/&Қ/YC!n%H pnP T.̚>c5d9 !{R_u$ V/MTe- S"0E& n:ɟȚb?c?:cx hrIrllq Y)*F<]nj޿@mBD1Zhl)䢾ǽ>uo7tCX bpIQq%H*U^uȍ( q6c3n@W)\Gqams9mBfڙzzPFi&e4z"9Gׯy oI2׌4O(.}I#w&7YAǷ蛒Ǯώrd(izbq$G<{c ZSmݍ *EIb M/VgZxQ#7<*Ξ*GŃ {?M: ?5nV!7moq`;Z?KCy^wݍK߯IuChzЛ%80)}uį^f:h޹ԉL1ݠJ" І)ӽc\O_ ǶF{\4Pg(l{ %ϐqL{1nZ ~I0/B$%c1O;?BDrVrlYs|Nocq,( <rj =vB g+4ȦThOēű6k_K`EApq3?4p#G |ge'g봼NxjǤAhs w^K5pm Kc3+I {q2,st v"+l_Ɗ"b##ZR%#Nཚ dTB^/윶ǖɩA8/bd6Bٌ|CL/Y%˴SEksTA":ayeA-E|8R8M/0ɑ5oa|gȷm"̾ X9ΒG5J ye>8٤n]Ɉ "e`fd ?>v9o1!LV6#n/'I8sk(FtI ׾)Xc۸&+$dTյbm\&֨rFJ֗S~5Gk/ T=-@@J5IQɮ>=P&e'GW%s+{g7)Y-&m73~AN\n!޿Q #T!gn$OYt?5r3_ + FUBK;ߵ8(4:,U y=~:C#6ZȀ%)n ʳՏ D6YlSd/qjt:4#xy =U0!x,t(eU*EJ3X ;Xf*(jQH6Q?so%.'JLIFUI2sQZ ']l0N05 l!%vWWa؛q͠Xg($?W1;=l/fÁ2S6(¸#1ӥE>ǝYzot|} &x?B!z)U.yUU|tܩ_L7AT0/g3qP$p''l^WffLrLfʤbKmmH\ϴbʋPg1#CA{$>5@6kT4Xr43c2n DHXo cp.*F_Y5[|oЖ1l;YHj㾵gzrMUEcS58 5NT`SPFCl:HBh}(Im)Td>=Jf#jZ@G6%3!UjxǴOA[w5\"sD?{}XtzJR5u]Ohtڿĥ)Va\r |6+haax1𬡂#&'[pܝ*ɷFQƃ/d/"a)1wvw7HB$?)m"oqx?Lf(i~Z[ʁ ˘W >\َQS7Zt4 36l/ ( Nn|~#C7Tע[ |:  NN­Z)— wySogjQrw=>#sWMIbrէq{FLReÞ$F!ltު!8noi0 ό+kܫNM-4@goB2CƻvJꌫ:.}lFd0Qrb>t q_A\Ʊ1j2LcPT@j0Qk#C[ j ~ >g0waC_t7;vca)3p2k@EV.%}ʂ {DDYoA=DTI |W%6!C?oxuA85d_.˚wHrn ;EpLQmN>ǘd!nZd-Hi8%(!V*dE#8 O5\Nxl$fYuj܇|u+o]D\`͖1|>BSOTJFelE$yœ`(mGs"N55&N5ZpH :Mo 5ᛞlç& T@i,+|H 2=.k[G q/\'K{kK#ZuWf zIuGRcyiBa U8nC (yM)aboʡ>*Р gýlm 66:zfM$TdQ3d GwƘaW1<[Sp+Ry溪rP #ߕzct $>>ْ֎YLvaa~ҫFPT ?u"qu8~^jտyK WBOֹSoYX\( Kjش#gȞ(> $9uus3: {]Eȧ/2^j/[%a}&_paiJyH\E'grmiF}!MsS}^$WYّhL'K!nυSSa{ίza }0)_bIħ؀at FUT뭸:m],U=ȵĺce9ic8ԝH=ZGþ )9wi?ഹWJt"y 0uA"l$_fQS(tVxIz8`E@Iruq㲾(=OW2HsHY/#'Eti,3vkvP6.TI_7A%Ƨ " 6|_ҋ<)0»%0#sQD2"5Ͱt,j!AM5ⱶ-0ZD`;2Dj,[Kpہ&w%sAUD %W"e62&K"Adȱ梅ݣ` ·0':uB(SVFTe+k3{}(}e mO;8 q( bqu%qZ)03D4l|kv*?w /6xԆ>e)ψF0pgܟZ\ k@+MCRhud\8cv瓦EϻR ֙ F*B!O;$LV38<|~r"WK1QS[*"o# Y3nΟMNŒʓhr0(vbu03'!Y *YFrXx29p?nn|v`Ɨ7'tkUQ $HNP4d̙|7ׅ@L7iܩep:;`X2V4qXx=[;_;A{oU!~;ZfFh\nU7MTk$2Ayo`AvWXspwgFڡ|oi=X~GEt҅ۮhi ݵqsOh" :q"ΒX!ae\&r$P!m7"4Cq/?{TW!;ͽ"AMG5e 7ǀڊ /|i_i|~9J[a;{IWJTԵX6 \Aď*骎1?HHd&ڡ},98N,ʶ"Eb\0HyKBﮥw\>}R [u#PYkq4ȉ ;U> Hhܚ:O>p{R Mp'DA]]2Ā?TE[Q[$҆^L9,+#0ވ!÷qi"?N{N=22G] hb7))yVuT=+QSsVtx"*&ٯd&өH [tDaVB1ٿ:ûĹ6%Vnֽ}W\VW0$FwLn+K\jJ#=n ۊi6]=];1wI;%pI^o[\jDe 1:ۭ59).*RM::Xy73KGXFS̀iAnxYE@䪾۩~1\Yh6LB{=ܑxAK@QijNrt)FSSxQP6cHxBѹW݆u `T6EW~$r:Oz]=-լ뜯τf;nJD^2")3MΤAKXW/ yp8 v3N6QT[XLFPZA^0:UРAR}]܂ @a2qnɛ2~ {ٖ7awlTEuCRj.r=|F;T>|ex%ݨh@ger-=2.QdJE"W ߄[if@;ЕڞT0Zgד\?=)T*}R]4-:fCi\nbf*F &Zi`_*EIhdowbNz)Ezģϡ˦egԇz62 v%nWuI pk G{zs%yZȿ?}4EF7 n J7y{Ԉ$OƼʯ(02!e:JןY~A0?ih=">HⷃԖU #6P>L.Fei#!WtM#i YEmFϖ~"y4u?m]h)jr2GQ~X _VE{_램 4E?_i}Gj>5'ϟF `-W^kc}W^q:hbH,+g_@vEuw6{5+ou_ { ߕyMr/37d6V[KHd8ߥ6h?&z[AcD7>q>6%̏A"*_Z7>}ؒɰc¥0NׇNhDžݿq->JuRev /(@GKg'+!:w}CmW:bxr^~LbC0T_\XS[̸i2Ll4Y9 Ϲqx{:lc6>4z= TQi{}q_[x;xU˕QO YΡpS]'9/^iis}ܕg_4c d^mC d>?gjP8&kz-`: ,e\|y!oD5ϬNҗ WhЧ4\s0 WLt,pZ;.'Of;t"{u0eRDlC=O@75>hNu1n(:]SAP> Ks. ݩ0žjb'HuxQzӬ; EY-az%"+.EH@^סuG̛ЫpG18a"c8Abt҅:Iˆ0DlIv`v|ġ{P,[«ĘAvƿD ^c/ 6`{3 ⱼꑲ=Xx%/dO?cDjNdoWuiz<)ѱtOI?Bs~wWK"̂K}/{w(Ocx/G5m:)}zW_<)=3Yʥe׆-JO֝f-Obf~Ĺp>|\18 ߩX†Mm?غvZIמ|zW86DrHEG% Ы&0@71 9, 8 yE%U=~|`%7|!Q$<*4By)!"kp13B+%n 2R hm5Z4j鷥y gzWx|qȼnJ1_p(2aD!޳oM2h{v,2A~Fe4v ΢>>"GK HDC=GYܨ\{|hOx Ԟ_ Q4Cn ƍu]%&Hj LԀ<<Ku%3Ul0ۺMޏᐂyU}r6!pٍcw5FW¶=Fh+u@Fvp_5z4=„=4pZ"k.>԰z5SgXM2 5UƚvAK`rc; )!-=$w]oOt;w.7/A#8O/ R&:Z%) ^{;F%"t#7H{S8:ZO'ϝ^5Q^#%l7U4<uk\n^x/ɼaQDry .t]ۙh0t)r6HFLln/fZ@ (3ܪ m9l9T&--Uc+gR9K TZfNHD:PG \sĐS!i檍y 1ZwR);[$ S4e,3 {djQ ``tL14}9j'~{T$>؎8B )% =%R=9Qp ݙ3 a3{']^MW3 ̵cڄwA1]103 ęCauK:=&'b}k6"bY$t8Ki{Gћxs?ɁNc}vc{YmVso'86(j-' "Ƴ׃ PQaY!;C䖻bp~]3d(1:QKM&\.<^$CP%i,`|WW'_, D%߃cb@ڋYW 7Ő-.NMt|Djd ] J/I染Y>MapD؞DP ׆]=d#)j@g^M ʟS@7D'6|xF3|H(F%+ɱCO%I]_`t]TMG,r`R+!Kq8v0.(י;28"h c'ǹ2D-clhI bwַ_6d &pg7:Q8p+EF;KO:a 8wIgDSVTiYHm <" V6X9Zx!/B`T+gU &h1y:+ԏM~+24\[hhχ;{ܼg܆khBD鐫DIP~-p榔|  QD#, a.! RVĠDNmWQ_+ÐIds#WI?] Oې 4,klDž5hStݘ]d7ĆDTHm1x781!37gݗr}72 3߱!"$:&~AOz{>3 r ^և`zϊMH)1 g{W1pbQw S]{z%_~NoIJQ/mjٷ7@]VǕ ƤwV@[48sx+Wo̲沙B!s).#;K2Nj=Q0Z~GRl 1f)~+8N0.I@ 38 nf=lN%yi1 67 cwEԣ˟3^>0[oCAݢmb,`6) opӬeVٓqM̃~_Nl Y(8hWw,YTiw0(lIb:$7 YϼuP7; uk&Nҫ}{Lks^B#Ld{fl|&Ԃ'ѵ ',&zk+K54񧻈p*:=U_.KH߄>` M[ab[:zT=#aJMa+p?,O\c_d;Rϡy[ZTbZʠS <S/%b79ԘvM!?4J͊:lSЭ6ua8<63cPPzs'?G_{32;T/8lIj]ITlWD \4FEZJPA}j]^oV$Lgaܝ-ղc@Cu/9;@4\ vFeHKAb&orLF|ht7zMcýkD6u}tyHBs(LA$9OqA]tk,zuXWe7OZ٭ZgNXmcg#aS|傂`EoڋvZpw۸yn:j]3qh>gnOxAz˚Q 60nלK͍tt'Q.c{(oxxU+6wEA ;(vtL<нLm:͡?URᆟM9t~Ui6WvX|z'M{ `y. #F[wnTVttwJţBsFٰ bţ'@=em΄C+97_tbKǥw at & fObn㕵2ռLF!*tq#s=1ZrbDeGa.jbh:Ÿ4;hXtNgWg_e> /_(7'JBL/ם8f%?GPeE7az)RVXlUUv(3TÏIw4B2uU7љG% ʪ2k[\+O1K<"\qՖ6>*0u9z`F\XF q3czfgJv s|ڦ2U3w˘8;{Q-BI%Yuԑ[.0ܖJg, WgBO4} \)gf r&PEB{pgcu] 61ey"2ѫF*2Nhܛ\ӷjM/?Zr `"| N|}rm%̈́2=ȦN_%fW#|~{`>˿~Ql W;샩TOtdcBLF~hL*+:h))ydneA`됵L.e[,+4 ;3N9e/1(;"5 ,r/R/b)`D*-Bɛ<_h֜_$n[Փ/p]Ay2m!K⌂' b2r1p X B yտ爎A~=pnrS!r!9f>Ak+tz,bD2~Yf1uW~C' ݩi7\𑵺f5 8$y7 ~e̼E'W0De͌3ZȞ [ rN1C4Y礇6H(-[XYeNJY@)PX3<}Y^XㇷM H t1U ,dXGQ8Tx6HXТZd4 o:6N>2u5q#ܚQ=3$8&w[}wFAe+hw0q95Y~` Ecz j#JNuVwMDԛX JNo?TX|sMD_u&-4vjt7ӎ:%#w{#L4I:Ȧ.X0CDc! 7A򁚜n: `eMzI:~8^%)2{rv\IggL4ݤ|&"(c_`8~yf' q3[H/UsߜH3wIѢ1F@L0CKt#,|\Va&X;0gU^ZRv[>*(]l.fPY̬/ా$ثdF L=ȃcXWqL7D2zX!#7sTXqeV~#tT/G0!ѫtH"xDHU:T֯:0@//^’\2%lСp3\c=$q q_&㹝n/W`M%0D/DYUպ]lR]Jk25^ :w4 ! ~7f^@Cёw͢y{ex{eNux1Z@ʰfGׯt>?* d'T;&#m7Z(/"; 8_ZKF L&#ak]hc^^\`1IRҋBI-!E]~:P\XEwUWAj-K-m]G^ORl-6[nH Wf .88sCrz<BV'Aؼ> JMmze BSh ¸xޒ >U;ST&u+Dptb(r( \YŒUf aKcA.6Hy7ZNb'c8O̔X4Oa_ U=J**JRSV=Qh }溮zPHd?O]0HR>[Ѕk$$DJcQx^TWO(I ~ wFx翆OCYb.V\RJ0+m}#d\(g[#|WÅO”-gcHwhQqtyf͔ gYi2#M ٰo) 8 oF`F`)Mb bW [CT<f<щˮIҳrV b+xY=g=WX6Pݍ1Yyo(w/!ַ WޓIWȵm &&7)uS։ądjBжƔ[Ɨ&Zeĭh,2_JD%}Ѵן /x> ϛ lYwVt?' B94_2zSB3&-80_ #o"cR&ǂ!)3a6*GB d$XLT-!H/n=+I`Ӌ,m32*^H=ZBOsr}au݌E@j`c"gXHa{&i>q1U^+.FڗGGӐ)!iIA)RwM F|>2&N/r "U]7Q5$S RĿ !U[AjbL"Ig1݋bXIc ʟ!؂Zg;ޖLJ %G􅎅*tVGu¯uEC)'<}jR;Cr.%>DOOq֮ګ]oA#j-%+*}bn9^\7mp:E/H^.Y@4= WnsU4I B3]C4P0]T=7`Μj= NZP^}OOQbaG| XI {vs{\bJ|>р#ȅR/}o0!NwT>iLtxlwgC;K)dZmWIw!4QOj|<|\^bt"'o|Qx_031 oNwpꎹ{Ol2o'/V.ʤu bJ`!^dX PFQ]_q.&>]#Zt䔔ꥠl;):÷3WN 4{!w15(Yȹ-pI, rB]?u9}7Ja錈9dmun_'J|& J$e8q=ڪ / Xo;8,;iVDDrJ.'C`bTpVtJs h-#aM/hl.0k2  "Sݢ/lrtܼUurENXR[ 6L#:\t9P.zͨŒsc:X%PD:l[4,!}H~0"U[qKF}zD(5m+ў? U =Ʒ MdysL< `aHk-R!xdcsE:fW ڰjnrzRdW#3)[9%lwDh=dxMOhm6[an .yW%),1}Az!%d>} ױiVZ܇TLoR .SjîD{Ƥa%r[kNL٫92Gk \..efQ9YŠḱ&MIڎWHv=). 4A!]m|ֻ;LbW9#%qK23%Qyg`1\ES29@!BS-,VEEМ ڷ<6E/:DT#o%A@_Z}>v_mw^vϖi<Y@H^;;й<19j i$8b"qE@Jqa]m?'w4F ƙ~ncw S;)3cCBVn! բN@}ג A ͗ 0zTi6- ?g}V1F'pɲJw؋:\Ŀ/hʳ;y1Z pz%x"l+ ?`TTzx-!5;΄oһ<: .He*gM.9 Âsb+5ŠmQk]oP0l 楎.UšVg:I=?p#^՗Vi*Z+xoQၙC=+dru2/"p58lE^ YwY1Աܗڣ \0_][/ ҅[؀֙w῅Q[V?fRɋ !! 2I$h29UhVqRa5C0VժP p־S-ɪm_h{܅=עEVSl:a%M jHہoa`w #pyxl֠w;ooo9Qx`i25)}-$@[ piW80,3s )SYgh4?-a`<8*^^|(M;7Rk?ff@ rijtD Gps*ZLO~5̚njJ@ & A:,K[?:Om)|ZΨqzƪM ׭kn$ zXݑ<@TxR.3!C +5ݎ}?>Eڱ9Wv^EQ9&Nd bfy{+d٬bQZe>E b%/:bdvN-bܯRQx X…x|CdOܾL4Qͯqi%U NъT4?'0ra(LLD`huCUeLw{1 KK~0r?Bں'3t(o*Nd[3,P!^GsEO˟R{,wә ZZW[Om &h'r\J1/Ѵ-D2"O[+%vJdF9lKj|{`Ա爑 M{7ճrݵ{7s0?jQf9KS\`}2i}W+BKc4j(v,YVU+/~o+=H93rU %` ť~;NLw?h E2P ~x.zVM'Y%} %i 똚I g;v_~eBL|,ֿG6Rn]['ڹqIfJLwf_Jn?&WZ[Sy4AfGPzA0_vR=qs5AlHuvg&µ*6+}([*)M n;U]c ȇlŵCRnɾV Y N%i];.o2\TKGgz=DGcNкⲋ'e|.͕G144aLLD:_\'ʧoGtѳ,rxq6v{DZ]gR57)bۥU.2Q0v<1ˑbBe.Q:ׅgVsz <֜$2@OwS+7Y=aR<^K}<E.uv@,k#DP^Qʿh gп̤U=+X̂Y#Lu*G%*ILmd^S&Y"HkUu0W ƞ/MSt.۳y^mcN~!oYTt\XšG t qIS[ D:"^K) i:`;Ro3((UhE{vu0EoY8*1 F6aO:Bk%Tޗ DdƂ-qL?sE b.;H''ρ"ؓ,&~֕>rGfۜH}&QwG,I,'ƠJ^ʉG}JG".f2*ʭ6"~E^ˤ-خa.ŷmnZ0z30ƫCJ~4Q7.8Qs<[&,qjts',?[).>ܬiՁZP hN0i eR[h79R guqD7P\;(Q Zҝ, qKh,%l)^'Yxy *TVlXJy<|@$eE'2ac'g^I5*oL0C-Ⲏ`8W]| a֯4QZҾ]Y;LI}P=Y$= v9]- ˌv?3KrYL ->|+PD@ lbz|e4WoYyr%1B`#se]򴛵%{{մ$AD`r{a/}wL) ~K^>q:PҮ~]Ԁt[ٳhE*oȁJf'S7+Ճay\%C tLiBޙuJqHhpDc 6)J!Ў{ғ+?sJ' D,{ZE|zL?/HQ+-8a0 , y}⭆hN*+?z !_qfu91z.^ Aߦy׾~8. &EmSy[\<=u(јŷd5f$iH9?CH+u$;bd:8vkT!qwqIrTihT ͡ x+[AZ|«Yx`|ȴ`0xKׁ֒3̖⮬pc,}m=YG⯂쵊/ IW0xW%-Kz$2*6uq{)q;] }NWMr9`{2=WsBG ^85ŸlAڐz/0ӆFΖkQ~\\xZ$΄BjhZ>3~(C&nl^ Q*=4*-= ȃ9G˚O9= '?jKW`=bei1M'IsYVE3 .IpĄ_G}?MrNaۑ}F#aY ,P7_+?Rp򗹿9t}6 @Q vx5~hFx^S Am GG\+ױiAu*/Vu68~.(:Q ¼?O>s2m%'l,i3 E:KۘmM`CvA|9MM*X4B15ՃHU1d m}ӣ^lթR| `<dWixm-<{\ v0f5""R%Aې4Qd]n"ez =L#a.}emٿuI}t/,j&͞ q 98cFXT2di,0r"_ٝH>CkIB{& i!rl@Cz V7ovƒ\?? ߘf!pEʄ`|[MN VgauZ/lQv=>++̼egzaס= NEJpmqt!@UWlW"]0[n#>-( I&2#FGaLw>`x&䈅@M@sq ^Kn7JԆũ{qEȦrԱ݈7 ge}Vl; xxO9xv*9y5b&j|`=iLξ$kFkFܥg׹xr ]!*)CЗ>=CVfL_gM5_փN ZJ/ qrC6ͱkO_vg?"|}XO0Ny,伳7%| A~=[9cjQ+/ N \+3+|s#|#Sg4pE)ٲӯ%؞%:X4X0@)^Dqʴkt跟>#o:"dҥdK䄾N* |{ +Q[ru~rg!1X]:goWe뮩^H\ '0tb{ty rXltՕ |+%rePrf&s3*J]\W}ǰlʱ=D- Q)ORicҏ| xÐ_Cf'XVf}Hńޒeԇ#}7azۺ^sT^O6% |:0-=AbtU{HB48 oK}f!-[v:f%y8%C9NB iD霔HY}6j,ُl:e:̡%8>!bS/1U6IihCgMGRD~DYQB8ސwvӔ΁ Q+?krmkؤLO$eK=<^Pf`P/rFGCAx=Qǥmt_|1_k,(*%&l^LFv¦~XO K VozXeBzo~Dw-YGz ۻ?@LN#-Hr,W-3"3߬gVlhS鲱9m&Dc_\Tu^Iѵu2-u܂"zH鼦/j2 Q>(۩`{b(%POMQ_iˋs^bY8Y_8a( H6O89)qz7zsIJXLhX{0oTYEX[Á͘gbwZ+)s{C5L .胝6\6ᷖPMC< cG93^~mIi5Ö:A?TC|:z-%02B=] Ύ_vs-!psoʒ"Z $ZˢemN?z 6cnš8_dlXɧk6C c*uRlq{ £zNP絅d'Ї, j蹘9Mmq #vAhb"޿dP5@w8#h ̔Xo;9sه}~HlQ%-VPtꙏΪOmՎTz Vc?s`9|٪,zߜoB-KЏS=Ok",{ϫ ?Ɍ4>7w^*Xe=35\X'%s$ ds+i zb2%RX?-fU7/7'a#~'.(?=I{=Ѫ0"'{XM& vL0+D.W86 .KSe»h*uu>gXW |d$F ~oYfq9H`:;@9L!ˬ¸46zKfܪ2&e[** $)a+3w( Ϧ:=])W,ltB'R"}KID&*?VO'zEc|)>ր@tC:IE֚컊AQI͏xd]ႝK 58mh>tخVπ 9HѪ?rm2ai!Dk8Mi8 ~ ;}$K3f?=h wr[5{qb:k.yY~ 4iqAp|ʼ*MGG2= eHx:7r+*;/~j-c%&Q`_.%,Ř4?/:~l]JKl\L*вu. r &$Ԧ/.4c嬗0#t&f y5 F9\^J唎PL?1Z5SnCi(E3;4 wbQ#l+~$'i [?@ AyH^*dEt'H\93zO&'r.v-o/*P`81g*pkd.-0Fc jo'<`?2QXc/( (lNRsB"l%ޑ}f H:dQ0?5DAZJQ]<a7KwiL6T/$OށD~tZḴN,QԵC3MqtalNSuI,_O[68e=1zG)gGO0@/_Q=P+vwjeѣ17vҙ]P =SOK?Ord+uAח%zȷia&/4W$RrUarz ?9a[$J E/ Y)uᲿxga }s1@&.o8$W_'r2 UbPW}GƧT!3.wQhǑ g~Y\;E@0qMuvrHzwR?}=MR<C ⪔<7azGn-K"k$^&v`mrn̜.I GEς7e֣˸T!:"KFb̠6Ԛ%|ڍ<[nfٞP"x 1 +;u@#d;7 ֶ toWe:. 2{IzOYe{1@>,c/˹,<R1! q` "@Uw $^P nN[>.Bm_d\^|?nх*K[  O8GQfkjs>1@ql7s0&Υ=o xYCf8!@5Vxg[aDdóUWH) 6kiTZ0-NZs\(}Tp^d _~;#A#HT4Bx-J }W(AfeJNBRK8)yʾRL0@1g$+3"~#+QwJ>!UIiY9~N*VjR?rp:GrE'_(P`D\l"KX;BIĸn'u~ݛMs T^l &ֈ7Kׁ+HH>=P1NN"`^fO+t%RaJ pGH%װ|`"p'aCCZkQv?r$+;!Jf8H),jh 6OXBHh`Hl|2g`V:t#̀fzb@5&r J(tG򼖷EHዩ v0>\!Nx1eUjORt*w5?U1~ .MAm8=Of,|,=g VǐN``q"6r>?g,8#BWqB ьQ{g|?",t g3~.Np7^La|D)C\HoVSCQbl%URBP)A} Zs'pRPtJZF b>MuH76+Of%;uֶNf@,PlEJN}WME&>s BK-dFD^e5{{ ød RCKÁoZV<=/ @~ϋO;Ɇ􇼄Q W}eS=ob3Rq}Ws β/Ѧٚg^tP3@Yu:V"TL,w|DĀ_E=i}!7*ç|j!?qJ5>IG Juݬ pWK>7`fn^X3΁j %"/gQzFy0޲S:qkNCnmyK^Dm#_^Tn}5OMb)BքF=,ǒQtͣ4UT˳>ڋ\Rdȗͭ;|._%LErD$h8";A{9w_/'v\]Kd0`u$K2y(/ěTsa_niqE'j)rsuvDΔC "Ӂifqi/Ĥ:{7@K{.;c@]Lni5o'{Wc०פ=+X{$ *!ߢYhP@V;U '󞨂i, ҊTNJN'ۚ&5 e>=aBUEMսF%H.هls* ^Y-Z~MSK}%G`e(u]% P_fv1r`Ĩ 7ZP uGŲF3Mz^&#Gu'd!uI˸~=D\_]S P`/Fz0:|7@L7a ξ#mO +eFM ܖW>S/3l c.Ez*ۧX5s7L\ WO]UiÍ[%yz;$6Zr /r; n i\f#< 3&8$OӉh; X8ݺ N&߳OwtM+L"P 3 $&փp:tц v2;&5`fԉ;4f9)*]rx۔l%{RlJ 5<ڄ8wm͜)yјOd{6V B9~R|R$Ǵ`{#""zAP0"ۚ7 +͚3-}'3JW, t&K厥џQٝuZ2 6 6W:Sw/#;D͜\aOH|V9Lh:V޽4N,p|r3M)zڌX &~OS\]T 0܄JN_}-IU&}OzPhj)ăl$k֕ڗ=ĩ"?r_ę( TUs h! ]CLU xߴI-HTaư=!$*ֺ>=2\1 >#Tέ0!TCHcbR  cЬKDxuԏn|;3D3 ѐZ gѻ) N-iLuꠐCT )X%VgtB &uj M *<(&.IDWJ'>/p -QLe2ˆ3x (a!HD/l\+SO{&iAv Bf% D=7>XRMQe) F^70hCPWrʦY5reA3zc;ҷHoi\=Sp)qu tH'{'čo <7=M0͊t68HOEuI1]3+2ZS |`;$n!_='a1رNPQL#iR2Szu/fZ)ВB+J@$lz)s 3 75`s#e{~n؆g~ܯ1AU 2y#sc+j-Q> YϑQpToX"ErSs${HA*޸S+otJ JևQ0XO WC=M2xx(ň?3u-2R۪=֗3P%-wߞr3z-]Q8`Umݍ12)=X9Mt؝ l2L҂!viJկ']t!Kş,>CDt)M=ׄd!lCH Pv߯8,F8СF1I0N܂8s2, 81=H>Ƣ[ֲUYwA#mV$ 9`_~H(H6u,LGa` 6ELrc7u"E9©V#]o%DMPLv [ +1ΐ_N !F&PEFU֑s)QDNRYE]LFQ$:# {DˎĶ~sAӔ9ڜil8gx.˗?렦&VtA^ǮFq(vDbtYuqQ~x&j ŌbXOB'\gJO8dÔԵAG0&)Ლ7oJiScUr(*ʽQIzݮyTHtxkmE~&QG[4O654{Vaۃ_#٥GqW׉dsY?͓? JSXXP | =]9v]ϿۘwmX7|PyW> Vȼ.iBU=l溩{3Yv*lJP0z7Y}voCMʫ5KS̯ S@g%;s-Nmd']B?!>F%8{Y 91b΋/^aJg 81suǔix7i9x#Ũ Ƴ/nzDzMCzsc m>[g}CڋpW_9]f 3h3L%\/eRʪT0 o!B(du<⸸Pc;U؏ W*#Jy*gD 5;'^1RgBOm1@)WcYƋDvd]waTB?tkIcVȽ_u#oaPjXẇ|ǟPۨbtj_'&ێ1y>U"Ps OrPdYSz2]hU|{WXNKF,esj}UAoßd(ea2% Q_.uY;Gd/\T}~E6^qaxXYQD5t9]yTUZ4٫|Q%!c|Ž۝ە .p l3&i ~{x|RT%STO9,.^?gU.҃=6>|4ZW&yls<5F!mROˤ ubTgC8*?^ T[-D&ksŧVlX:앐OQRhk{~2 uP}yxOz|ygJ1H_g%O&/'N^  N>Ү @5a Z@z܃"0}L;dg9ށC#Ii+#S-gQ| ͺ*+t-'5Mm;l6y`+_h@́~> ঝqwoHSf2^2QE1TfRS֙X-Z/&$Mj't ÜLd|4?a6 &DofPXQlc v;Zs,eb'Bv'a@W>{Ϊ>7#T/mM==r`΀k_fQh31)KMI6_g{bNϼ{Z  A Wf2\%](nQl=BTͬ9_ҡWRv̞}ةδO,&X 6dO%_xk[-a~Ìx\kM;CT;J- Ԫo-&2 ¸ւzֿ/p7 $an8[bNC=5sN^!/#;g{-# 05Η{s4+II2G4I^T/?n_MG\;GYE?zKO.RNF$B0Z.kez6EB0Hwy~$8;ӱRyq>狳yx2[y=0Z\c*[RK##BKt˛ &oM%CaCZTW Egҡɘ K'=B0q{OdfbR5OKZ>jf&D :Kdrv_Ԛ~/X]~9ְ۵}ݨl @:L[XFOur{J"Vdn~E>V75{je )7Xk Ct*2 !du:i#$ 3Mn @lہI@(l{cu .5r`؟OjT;t!-͂YA>IH9ٱkϻ؜fZ,:%1o4=@W[XݱH]ΕlU@-V眤vTsTD=@Noߵ A3Z7<g%cq~S{4Ԛ/'3OcdU.Q[؉n<䷞潾^FM;jA5eM]1ղ(ENra(+ѩi ϫ"SbЅu#(_:-PRK~~Oh5}xy}UX(J=}cy?a%߿&]|^G̀.Qll+WͧLȰ[d>ɡ?/[d}R)\]ۘivj}ʨ "iؖ^;q 7doz=P;.vAy68/vUzտs'}EM\̻g D6oQZzD ca:Z,[W=E:A>7|pnO-oJJ3!VCIXO xIuǾ;/H–շ6w"m"q x-U3K"%g*廜,E{sˣz:HNT!|lݍ9Ba c"MFFl'`Rvn/C cՋޫȿ:0_OI P bo%^&:u>yfIܽ Zv#_Ii]:Or@$v&/u͆搶{*%0 y8^ٚ|AT¿>m:<''Z2NA|We`ɫ h\66I'EUt\Pbר:`5̵a֗c !r8{]MZoQwa; ƤB=LWvsA܃+'z綅) !b"1Z#";zQu:*nZgLB%2km-RS#rR(|#P>'֗B%Y<6Ǘ]b)^F<9@tqGlWc6EcF&%VMo7G޹pw9"L> };ZeZdƀ9,2hm"`22=G`I*%}^NóX %㱋Y/`s?#_-~M#DLW5wdKʭ~z'VZ,`fB>-!T&͕ʼn)=Hýp{!h&]:X%t<* $a~!룟vyB2ƽbs<:Š{]^r"-/:~;y<5.Wu։Vjx]\WUwe5PJ$h-Pg(lq qYgێ'>|֝5xAg6t&{ښ1tfΒ *%؆?)lFj]#O+L6 T_=Rg|(б}uZfrٟ]CW9Z6g&ߪ&=8%X~bl|}(۲tA?qO8 ZdN~b B|y Oq€2ޡW"kcf0 r5ީZ]`'G~FHxou违cfUh`UT6)n|k\sut(& 떎 uOSqP_(}0$ߚ4(Xʸy;@D4 r^3ySc ;/R3vxnF8qw<ԓ1a qcq. *ad \y0tܫ!pBDI:$`~&d;. Kbw6K<1[=o֔r/Mkp']N&~>vb.x:8e%Bn* W x(@Ô1"ሲO6M^U">#KV+=±H.,,x=&څGBy*^^[aOvq]H;mC3\.wO2t|Gpz˵dX+~0zҲۃnsFI0{ڃ` ),A͟FN'CQ.7Wf˻xU~{]̇,0r@~D# ZTKA\%CѥLȀ/slBjr* lAsHs+6fDA$:*+,Rd:p;6!2nI`Tܓ*E+|ZI{%ޠ>#%%YPY?ĭt2Wbv‡?Y'`+23ͩ`KrC`enqN[(Wc:I}>GkG=;KDItƾSOpGUY!FCuP;utUTV~ɭbh1] oaۡAe,mM d,K'Lubx}ё2^3;%X`xFLa)54MC)awXc#^ʶb>r'P?oBR: mS<9@}s2lH|W_Rg;w(l~WV?Cؔ s^wXy }E%Ap"ֽ™mF&8:ڮy=fؒGa,gs7i%AtL"`Oe&l-^l=^KR$JL%F'HOQMCM{^uI)pN„Lj _(W.@. i;W8%GGHp5D̳z{ݎPK^W>/ U"PJ L@,NF`~j79 h`+%#+>l @OX.jɈ&tCJR$,pYDAh:8wo4,ۥ@ C~bLNyn}CZ!|JwSΎ9KB{87}s2:h=U}˿|AMG(K BEҪW]b2"vxmqt7spzrs8s /&O#=+* K.O (SEGАZ@2ģMO[#'ԗzЙ}6ZFip#Ck!q峊 U-G/K2%<5G(Ze%S$޸㿅%$3ҥyWpP^#Ome 5Oy珌 jJVigJn?$'6\@I;ݎ>챸ق꜃ ח@YbǺt'Űjםsk ^InW?2='3ר"9:iJUm!˅1CLb6Ymj,:Wam@qFa$z|!:ݜ6]H!wesi#niA[c y=g^,=!*NSGNlV븳L]RtylOhH" CW~ cDK^U .pT-/e\f 'bK|7 ǘ,yuEk%)VMh醙YddSfsZDTe켄YIzK;e+ q L0S+؏Wg>Kd-L/r?yy]6XErQ2nHuo\$WSc[bSFsi` H U9=wM@+dBsD𮸐G "3Uf\( }]-^k}RykXj%*EA'XJŭ)t(ޮ t8==!Ե j{N ]>80$+u֮m_Ԟ94`郊[qqt1UZ4<fNR tI۹4yjA2Ƞ )FDc0kC2.W̍f;S .H Lukqȍ*S@tBBF1_BAIc`c0bvf~<MGhV1b@nNJhOw`RMe^1DFd 5U(ryIBjc(*vHM?YRMOnnV!SY@xN8߳ۗvB 0ZU|99P: egB@$ZzcŨ:GG@]wwλ Y%eKT~Ȭ%#@!T%B(RacsCmωPZ1$:/P\.*|6q/ٻkx‚X)7 a\Rc Z-=pV#nhd,\K߈{|ZʖoG_1N^z0~D rL-MCw/(ݿ|l2mRJ?VlII?͒ e~ZaJ}IԐhz ⧹dlA&~F%.z5(&!~)j`PPFi \fCT ii$l//N܋82MRj͞+v.%t"\2 @7_r[]L"/.ۣoB7"Y(ߦ0siqb?`5Ag3KAubٱXB@.yU4Xz$dznX mv4D u<씄'xA49B M'e%pe4 /KS 47LNšv+/E쉊8ybB/bR{nQXln0T ^?%*) {5甪lMsm11H@]E. N <\mS!(qMssEt ֮r#Ơ U22I<[>cq%/HBb)I~=h`QYU#^F}&uvNear]  f>"HƖ-ypg)b33Mp Ħ]Oy1^BV,o׬/ޡ܎>ʸZpM̓SO= |jEfF fJymB "XI[0#_$!,a] <@[S1<@&HtDM3h:@7:NӈgWpNS 0R6#*s8NKO2mU4 dS` Gwcڨ;+V#9i|^k$"B$ G؞Eo^&8'#FռtLAmjsbeOd9r )»b^!YcBan-y3O1e>dz-C$Nd1}}Ύ%7bpz⡒߀Ϡ DX_w,{_|wHr3;WmhYSIu{?-9KU-#)\g?pv#T,c'ſ|i"G0ܒ:Sq:qfgq}^77 :P﮼>ϑz9O8CCk٬MOog 1zM@TYM;.iaăzyH'~X'َ=qEοd2w &Q13m1 qSY/F?ZЄcbˤ~U8 X>nz%'Xw Iv!:u_8߲z|0]@*9 `|ƜG!U;=QH|ڕXEU:k;O^b 3$=\y e]piPʠ~$9KHVPFO^"i,]r1r;23}b.[Kbَ`lcF,u %Mި']@:TE/ܢqYW#;*f)C!grl[]n, Z^ZS nC_;#aj=$yF9e:`$ !ٿN23dzC5v9dԸ[$gb7⶝(oɐN}%./xSPÐWCpEY'6. =+N vZTټ6=$ [vlz".TLL]^ Fqua- LTV۟Ӿt 1wĺF(l"J=.^l7c*`j 4<ڄ7rbג[BPs{l7=334)֤ϋhSV`=28y+}=.ˮƛC%r+i~3oNcoE|d]o:b-ʬr20U;m}9cSn=+/m]zYg;ZpN @,+gޭB'o.\ryBH  Q:YI!@3pG*@ViDX7<,_l.EghR~h& i^+ɣα8Z^x~"=UV Cm`M_f}#5޼cǗc7Y8mz+c3U^1eWzV'd&YX7\fJFmkJM{u\@jH] ~%@*TIbQp]5}dLy"hfuf#fPec'l0Dih䘱EuO)5ѣ9sFn ^փ?w(I悽K8#=tOQps#hgEОmB(2^%~ w/M#۝MLN]3!|906cק~QQ5 ZSkI$FaE7ndeњ(֍<$߱ 5[۵ѓip,=_wLpS)dW.d:Ğ`yC|ec 2@;ܻ)J׋M+ t.813T@P2>9z'쮾~Hu_v5"5pҞSA{È炁.[S|XSd^SU%9.lw5x첽BSĪ1XA`/"[ǣ%JsZen'6mapFvQ vѼ߀Rs0%Ȑbtf۱ʎg98>~WHDPlOd) ?w>v ۽)ɖZqP&'5i޼x> | |G-K̨*ڈ Yi ?FE/9&3G y"ioe]$icqwҏtM'I'([`5᫺*Bc_}h\/Jn XGǴ|* ˆT%&I\2cnjC`˩8:o8ejmQƃAH!9Y RUlnaRBWA1,36d8Еߕ:K1Qp2S1nLŖ:\lPk̭+r-ö>ѕ*]4b }K?$K~Y7$;j*% (FĤ){1h6P]K?ZVh L`<:|Wz@gX^l -%/\5K ~Kpɦ,Σ#sۤh6]gp?K cg 2'/ W7׺YH fp2ڐ盲ӕ\laelrD3ހpnF2&\~hYReci\ijq㱤87-u˃vy)Ӓ4.ٖ:/ه^7BKd,[yzokih۹ ǢTPwj+w]l[50{G8m"qwpZI6=Ka;AIhJdsROKUMR1bӵӦ>E,Rmۏ~'FZd4Y0E& AV>g-- O,X^[k{g m#YH%k,b̈́2}QMH حrI;3\E- ?WC/z]rm PcM|[1N͌CQ*9]?2tCUD޴~y? iz~9!2-(ڡv~yeG.^x[-kQ={]v[嵎{~ϯyG$pI s:EG~$._߶EU.@Z[&PBKa(h^l`d3p`BO̼3v**mѳ)(޲>g`"Mp ϜSwBɶx/t{!Cf1\Go}V7 q˖u$66iFsyW?E<G,r} nj3OL>-Ja΂"ciMar'$.Ǡ !m@twa3j{C4WFr^笩IbC :V2z/dpښzXSG":GAcA|k=kڵ ]>6*^褿SvAfDؕv `P]wo,((6J x5}sxafY*gpYcP0(* ǰˢ9CLb4Ziy's/IT "VU̺h q{خŸukMP;!veT~Z{bDŗlkms5_Ϫ3qWs[pg7s+)q\6&NτCVHYȖT/^8Nүtlur^ gaI?_f Xl]~CAjB+|ߩXbi*JnC쩂n_VsEx* WmOi6W).vń v&鍸$Mn EN݃'>՛/Nn)'v/8T KΕ8LlDgj>Yg0 Y]+uH)>GC-OF۟^vͰa[4ɦO˄|1>K  5Lx2=1Z(ȴ59&GCZa? נ"IT~jCNj'ciK|C,Wt{]xoP 0+\JXϴZғX٘ 9˝'q+_ֆ<*7)6OuD/Xd^=enYM䃧3 G +'o4!&uR^ ˵UQ!jB,|6X,f{>qDGzMC*^f7@k K-3mRpX"諣*`]hoffMVAhvT<%>#q= sFN LT+-3T1<:sIJ_aZo>hIwɄ%Oj#fHBy\P6?Rx7߄bhR@1U &]t}jF$[ u n  NjK쩶δyԹ n@bCBK6FJ%ٽia⃰gX<:s*2(>SÒȼ]JNJGĝCHn^hI,E鄵K☰z7 0qS@@:L$ 6-SY%n1ϋ%V k3[WS|}%5 HEi$g6!؂xnEڟq2o|GW f=SqMY* 3v`mD?zڷ}edYA˨IkعwLRLɪ e~i7Vl МŹtWn]+LPhG n]3ۮhlBzFO$y5O ;| O+pD.q0]Mn mjm^g'x^u~Tm)i4B%׽1 Np J*x0S IL,!E/(M %ҹ'FQۋbx~6b/dy85Ei][C HJy<*J2`{U+V4FJk8-"|T1c J^Q 6 )#u)N-E~Av"6n rغ\gF=Հd̓,ޜ|޺lkӬZŬ yT i /+򴖫!GcRPCdK'{bg€q|i=v>8H.,󖗫j&|\LpNrc,x4E3"DOOǶM-n;;8`v%S7̑BOY'ԜAm1q܂RѹR7= Nրvcْz? 8bWBڕ)ۙ]S9^C|cO{F[lz[9nCI\dAV,O]~r_~*ŕ_XE/2<2z:KiiCp|p=SKa|m bJI5A j2-%~x']t( 30&3X$Ϟz"MCA%ptJE?k]6C}5X<婈5ڼ;;MC:YruRWѹ)'qf'!q0OQngD6bM *8lsd]Db/+|qx'0)sTყ~<^2s>]P(ONZJHqgk,a1 rVJjX~ezFso8$I9l*@.El@$W{ϡTZn91W-UE^&dB;[v&j"86alg[;窆_Ĕ1dqMړNd(]oC6J5dײ%˼ƜtqUzBY%>Q|Y@<"h)kPL1bhI;bYܠ%Z[BPlwɧϤHQوu +{+fmiB疜D844-6PĔm*Դs6t{3i"ByM@4-q؜ȯ :fAp=ߍ.8OrCCCds\}@y)fV5s&aP|xPw=$C ?M4 邫@2hsp QC?00- 'ǔG^Tvs8ߥsHpxZ6a1 =v5{'UwD4~]b9!9@h@},UW*H1%*^8oCP7 P?>BMZ`'ULkk\.zA'AN\!ڼ I(Pˉl Kͥ pWҖ&Ui.:&?cxW'cWыT+`5? ^yYKfw[9k inST8U-]<6am-Q">8%42϶ȽLKnwZX%MTf<22< 0v b9xu4ׁF yFye;M5>ѰBgtu!3Smn2?!m @N5@gIxV+ԅxe|25 N&ukjEKc=ꏁ4ǣ[j PHKEo\}q2`\ e0𔧅ys"d=BڬRm!iD,]ҷ0#60;1? 0xٍ?99u%Sނ]hRS ^L^g^" *yx x)?QuHo˔?O-aH|t5B$?v22V8W|Ar4g3vueah_|r}>e*Vם-4BgUWoVtk_Y,FBPjU?U=DVOqq Vpl8{ R 1QN ܄VH6Q'@iy` - -5`KŽdߢD)O)96kEn| Uŕ辯wN[-N)2wa`9n6Me<@j T=|T( iXG#EݱSZAgA !}1he&ʖquX5WP}AgnO^.z(vJnbI;g#}L_K&M@:"_a:7r/gZ]CiI4Cr,0ӴH:%#1K˛S!-TQoǝovc'I뷇;߰(T٭7Fi蚹aFlיe/YXh[Bt$E|aT4:ES]>pĝM;7"Htody-RW?=PPh(4UMX*+G "0Hj6:.$8")oO'Ǐ4lo0 .~2 ڻC"/6xmgK%Ryf*wAB( ,^IR؅0gѿf܉neuf  S&4ƕ:Mg>{y8m7uM<')VtJ G߫dž0@9.iT(fiTkF'͠8"/OSsAU30Ϋ*,k)J/߂VOleo@({J*T[JЁfSY;^.fG7'q;Jj3 z*u =Q#T"*NKbBׄ`]N?bϾ*5`-i_J2ະ:Z'bN~a)(tUH N:$" Msws j1H|l6,0}N_(A0{9^.4B|oUӀ9,m囗kAYs |S|c@T@!N9>C"gb$&MlJ%Qn) u6С\yV @tF_7hYY~xWem6_'rٷ%# fjډ -E- [ A2^8$}ǭa- t_7<δhg$j^TNIY>C*ԋb"죲9L ,S'Hp852o>MLB?{A/KxaќYތDhK~$/z!q4f, ?0o~^#Yg}WmPR,*?$S%Ў}wm"zl 7 )gq\bE`v_!<MH>B <'wGDzi'WZu ;WU "@gUDgߍnLAl3:~Is5}? hFR+73OA`ۃ(`klgSE7h9r fy}*`a״vMŻb$N832g9A:~w zzqѲcn1К@VvyٰsԬX8oQY Vcv{mV/Ya>(*o|68 PgӚ)m\ȑijO-53KX ꧙+( ݯ.chyƄȥ<$VIglKZ_z{VG(RWC-f&o9!4,KvuRIcͩk֑m+Ku;)#cPaўz;Gg~c Gh2_X6תǟ[͋e6jE6)]rFYĨkh1u ba؇q\:7PcQ4U,] `b';z@i>AEZ/mc5۔ 3jТ('K6_}q:" 90=%__OYn0REbS2jrH-~➺4ެW 'ɱ +¹&rxh:VVzAF0rF<yy3<16- }vSV䆔#K.Rj\D̹$)"w(QAho{_~ƸnF OG}X2%)9;hPfEuql,| B,7<1#Hc7|^ W1;VC lmd^ +.b侾֖YUKMxXfQ;0;0[^5le՜ÞZB­@j cfF ,LloN Ih>[:B#Rh/27;cv\_oT5A44C.XLk[#1tL =~c r?>Sщ,G JtJ*쉲Q,|lr;>N&P _ P ~+%Pos^H R|}_JFЊ@%NTQlIFjVq]*tFMVkSn$Kq ݸjO?OIg_ر'} l0=.Q_qt?9o uc<ݧߴ pa p۫\c\QQWBݳ‚+>(ənx$vʍFR`hZŇ CHiw}-qh$>/~ A@gzTj Iŀ@ӄCR_0]{l;ؕVu,&-Gy`)W] ҴbNP g.}H @cU5}\Aݎ@XکND<֥*g/7v-2c{`;#,QZ8ۊ$쎱el=Rd"])N=!NnT mKM}WeG;-rȗy2퉲;8oF )ڑ#,Um6.Q7h gAP?϶a`O[q4WtDPH.S3!AJ1.h>N]&^挔b?:qC 2 \P.nTr]ו}J 9@׃dt;W!M7\)V(C7]:O' TRg}vB j80)69ɯW}l k}WPȡ$QڄQo@p=qȋlOj~Zz`,SF,Zk7,/0uHl奀R1Kdm?TUHltiaw%EXݛNUJ^ 4Z嗝&R~ŋGWF CG5|q>{IVuq7kXIR(mG`$s:s5XG4e􊦤ф61dq|ۜRdyV'' RO%$ >83 l7Ҩ YG6!x>IBT%G{g_,Vl9m~s:W`4NFCWr(/"ϊ47,*.b Xؐ ~zS"XF  dFe1Wìgf`zk#JpTnjre:=58{k.3^keiJJM~}NT|Z]snԍ]:'/!.6HT@l{ ,/zt^_2d pׁًY{N] W@i*֨J|iݛk 7±-8]y-r &,[O}~ O~7^g%ZIL:pjϩ;ykS،{wlxiCqԻ`lb! mzѵfh 8Z9#ʑ 0/3u\ԠSUj<x ^f .-sɌciT4S@cⲐB/3N0=2܊/ ˸>qRF&yb V> 4l=6цlٖ!#;!:7&Ga^tc1H } `r|!ė{V̈Aa COANTh8-y˨^ ğ=2; vg1Wr@3TP+k 9pz7T~< єZfh"YYǦpK `-pThbt_tUg!c jPA Dho+^ѕy_O9񦡃6;S8P@.|729X堸\ΞS/w&.9U5Yh:\N4OvjsIzOwFfil,w-0&Ob:-H|{ƨO;4cnN/ i]xScޖ7E6˔gNfYpvlݨ73O0d1O`- Y" 2ǡy &lgU,yh`=,PAq6m]ckH6жˡ;Ln`TlМNWw##BupQ6dJ0n'p_e +ߣ#b\ CzN!& %mVyŰ0 :va8iQsd P`n[ٿe^fXfpZĪ@9t e\8*>'hbM#anЎ1cf&-8z{zTBvll!8A(pDB2G5Zy{Ȏj~ +͹Fr?`[V21TeB^0S?KstlAA(e e/Ab9*|j<|aLMl Ɇ$S4 פ1H`Wdu(r p{+95m|Vz)oFKYU>Lأ:١R50H{8Žěӵ[)֗6JF<TBLqZ%ؾߡTO{/Y.j]:IͧxS C|LMzGwA!^5akƎ*{SQvDggiA?h3U󦼽\.tஙjfܕ5j7:|CbAxaRhe%b .{Ē~qpAƏY 1s|:7kd ј56XD`}P/ºwDIF. %_m֣ x6Ncۃc"8OTiBM05e_2tz/Z6xє+^͐u;XjOgϳ#Nsqћ#w^Yb"tٟ?\+xw ⁳=M-h0+t UqMq8%Ќu2FDHh ;'E 5 "Y/\8Do3NyإW3 +0CD`o9-˃/:i/sԡ̙t3Wr`\l4˔wMj+D807@TaKOf87CSk1<M)| Cuw@Zz=Mr(kٽFtԯoDE2_wPձBW7&*@w/r ԕ3iZ$b/ !޶m&5YCq3Q鹓M}T}|8ro=cIx9NvDXHO8Z2eA2m9e-AKK.J9= @/4A;/%*O}ًn%_ ݂gѣ~d0vH"aqp?_{"r5o8V-Ryl*{>f',4qZ BL6}\bB'~zʓSPݑ\{H<ð!;׫.S@wrR&Vcs7`Cɵ :<݆ADL!MItF]ygRGN DX{s9P4EDDoJҤgV!K/6{Z{+X5gY^RKMq ufQcQ9a^BjH˸!%|NC1q4<"\hns |W@v:c5Q- x>6Ov5 ^־ n Rc'O;2"s".E Lq`qfT*OBQ_ε!_-D`U F!X N >p`novxlrZP\lIKO%e4&lNNe)9ih sD: B^0Qw<נDk7Mw =_ @SAgkmL`O+Ml$k 6RcІPI[Vs -Qv6pwxRcIq(LpP'<5 y 'FFxq/H-p+P 9$guRW+&L7n3S>G2$Idqҁ rD]]!M YB_D9Ek$_ŮqX/.s. I@dJ3v)ftH5=ϝ(|x ҍ$a~YܻⓈ5qʣ0!uA͝- t%\/ZQ;aFmU 1٨9gIZԞy/;gxx Un<kE1#]-'9#d 3.'nER,95LZ6kQ ~}QC-_KTd.j(^e"x]]AK '6p`8a}-b U]n3>W}-xA^%T=T3~ ):jXw !=aeGn)+&xNu y3ŐO?;7C8GykCYP9<3'D`sWJrfBQGp_Z" xv\F!?%+FcYu!j5 &j4a2uhxܩl[TS?=V[|N,B:fJ"i0`ƋU?Df[D5P:aj@}hrFk5&22' zC$O4bM0ʝlCsw;S[_rtt=i0so:0WzA%tݥŠ뫞D p9Fk'rDM+nf<6FK85Yo|"^zQL) a0jp(r bT\+j&+; }N a")T=>/I)upZ_J/G߭RՅ4@oA}<<^AC >3C^tj ޚC) RpX$detW/^E*=B*Gzn%/dk5`q,!MXJc!] -;A)jHjBxApk*'PrwI}Oc4M@ͥ#cgRLnjMr"UMZ%R#{!'eJ3fx+z?΢Ir%N|X" EdGc{] }^D=:AKHfol-NC<~ć9#~H}e#QbF_' sͨHU_v|J٘×LVՑW;/2Nuꭱ3l6 iSdR,@r)hPjcCNo+W2e/m:2ƀylo~J D6=$HTg*-\sdnmFW,ʻTi?x ?VwLap{׿q,%PE{qyW6 !zKGCX1܅zn H.Z<95 mcgl84³+ V*ӑ \6ў,DM i%6+ R\2e)_өg4Ā,9FӺ7O/ux2y+ 3Kq^=aW*,6(0̔4lfid$s Y"mzEex7`b(0gg1rїG?c|i mfq: *ȟ<6jJ$Y8/H9RA8(Ji3 MvBRR8%9^~Z2/)eP"nXqp%rUϴߓF V,nRK^ᶠ:<υE0L?Y[{h֏pʠ|Ad$ u~H0\ƩCOzx, w)- P8]۲y*E*^QY \ȓ6W0{bM&/bY>l.e]bx1'` Td#Yr"۽OK\vI*ys鄖6=tq.bE@Qk1Q ܒFسD 2 Tj}G9rz]M{ ӔEI0RI DTvUҍRm_Dq(c& o/0LVDfubGw!ԥ?d\Mz<~O Yz;˺f4slǑ6ƚ1ytTwJ;7p'Dr puA6gܧJzB%7i#9+٢2t$jW&>tp8(57UF!A'E LjQ?t> +H2ڄ ,6kޅ+C2TNc뚸 W[OVj]XaF%z7z}+*$Gb,bʈo!B9/eY2,Ͻب?[Iԉp UY)DxOnѮ09%TA;^1gN)S#3rqR@ k kh1 $@\H:ni4M^;\{ }s`@˃@ Ѯ iHPH< &-#fCV cԷԫ!;iݖ0<>~JA5Z+'ۢSM+ vtJ"`ǕrѼ{ONB6~8DKΆ)f[w A0<d{,*9lȭyd9pg5 PW¦J٧%dPk*s I&t"*(T 2LMμ&nA^iV  C, േ5w%vz86b`KV)bSД} x;DB#6BQ]q-ZTbkк2}ΗF>>{|o5}=8-vH[lNhL*Kׇ߁,zq;3٠&/qHJ SD : rmf~zH8K+n? z|3ͶM+xm*ykeswҀY`N{mYx2XImD=m =26|CSCDȆ3IA4jkR|O&S;+99CϫlU؃f k/B ;Rq=m}}ạmEa<@f3ۂh7HU61C~QТ_[FamvExP0!7pz ~kԱ#r%3:`Q 2O9!>ƖL<Rg"O,PZ8{3*i*_0]weQ]JV /8eF&v>v}*xP)0F0Lh{ʔS,`1O1p1ѪDڛ E%Ƒ}eV+ K2 ǩrt8Qt@|."}UWr >%'3#AUH32J/+#:pzIѿȍ EbzH>V^D/)ouQ q *<+w[^7[ڻm>n|ņ Y89u&O񐁞mwՓf((k'L@݈݊W1{w{+𜺤N!KvK2iSdͺz2cTS L:/$4{vkd^=\;m{G[+@#D+?ǴOcz[p&}ʣLσK%T yg}X:~HB`Iüϥqy4 i!u5uK9KOBS8=Ȝavj2b31i|-ܞdˆ;Pi6D 9v]ֺ)1*pR@`$E .H;(PUTu:VW~ ݲ"WEq&K~7{ՙ bT_]o+죢F/^oVof6nK:t ]Wu/TG&_;XWfIQ`Yܓ/t !"&[ѣ}ob/+1z"hS^ƋRo0|^Ov|j[oh[u)$uC+W=_ĩ/ptҝoԮ𤐭=sY( PZlی4 _25 T\MTҏ.)ʩaHU4ڝS*doOCwOupj=Un /mQ|X!ʷu [.v"8SH F_q(^Um3RG@,>*d&CO1 ) 6\ǼG~+>W/J W 3{7h/GЄl8V-Nͥ;+]L<&넥&}V Xp cVz@=dXG66qN]WՙuEpِ:٠RnclzGڤZdAhC\l|o’ pVȃOU`K]4e0{/'~7rzsS>]oI]Bd%l+B@_u{IɟFcW,#:ňHofӑ#9f^-!`Xw3s͍m4SkVUL(K1'E@2MM]vqG.0kmѠ*S#i|ʪܒ*7gI4i#<СxU0mym ϱ"9鏚֤2&V:|HXͪi8 T Y}D[#+?ΎΐmQ>ke\^U$P\2+6"˨k,َg{q'<$ DL|)]JgH%!;stS p.m}|y>'@V 8 GI,C֑^|~8On~JpG fBëR"u8[IP}d'`/ )KIr*DVAIU$7$B#7\\C@bbg&!MT2䕜i>ľM/V͈$Cv̒ bUir7 |'̪:oy|mI L6uXse-߂FC y.-M> jhQ%),.'+KH١ ɐY/-ӏFa T{H&D mj;ulpk[*Z.-a//-a ia "ɽ?9+ [狗KI|[AAGcgϒKQwvj.DbDtxX|V'{?Jn`;f`v6̈GؐdcO͡>`M1EB7bS9R\ş+H/vbPxm2Y?T3oSKTUFu%!:׶:$[*J!b帺_ɣ9. ! B8E!0 N'wqƮ}t[j~qb<9`? vgc?q 6sk{ COHVVTkmGL^an|(x8i4R%~z8m=1.m`DZW.kּQ4Rf ݭH%dDD b >})%z7H&;j.]+s$;&U;''4#)EMNQc+EӜ@IWyK y1hrxEOF_Bڐmbm4Kjn ka9تG,$E skwS-5[ :å)1U OclziEц=3 I(G徂03X ]p3ƪST>n}}sllN-7{1Gb@7^cJb Q!ZK4(mO/ԧ]iJ@hy:Bq/1pEjƒ\={R*5K C_B r(im,/p#8\&)f8MIu:c jMdOSRf)(Tdpz}.W-qo6G}>(ח6s&=& 94hu0.oJu)s@* ֲdA!%=?X%U!Wq+f̵ ^(̀ 5r:C [w(6wWy/rѳ~ø5;.Qn;<mX`ql`tHfw%/ `uCt߃2Hae&g@^uD!F$Ma :.BZO-4+IKØ>a|z#fb|6ٕn9 f~Rvxr׀o ݘ8UWn]=[-Tˤ{o:甸uߚK?B9c΋Pz>bQs=;vn ʹA)~F[g{҉~WWkFU @n6wF^.ZpRC;"^QkF5a緳K 9Qmp!b^PG9 \YvC/Ɍ.`:z+~OTŅI請\9bvԀ,dk쥉qO4Q,E^l;BΏ)xӷJ W/fH:pi}2Jɳ@65mmuN )s Z3ީzkRFBFքG*W6YF/ZFoDr0t*oP=<=o"͏-[oMF;3C*RfL&?|m2"L.CtпK"<Ѝ~RiWpV/AUm0,Q5>"˭qV9[ ~W+I:$e(ի`IMi Rt \I]?A;m[5P)˃{ES6㑳96!Ə' 3g:+aع>KbDa_DmqB9M,K1H,dU4D<UQwng*<ʎ˕Q?ֲp-}""+z|:/^Ha[! ~puETz$]-@ !g]K=n{FAJq #^cs5pn+)zfe5O&ςcK#oQY D9xŨ7M$|>]S6ӂUx @w<%r1X\0K|ԃ[ H߆^7H J~4gz9VR;FpT"8!бO$0Zf6Ra˥򁫼iz|l$±gE%L.Hr~_޴_4Rwz-¤@pU/ .;w{g JR zHC?{L}Y\in؉/z9]f?e tƓN )بy4A[%$ U5i,ȁzN(ր0а{qpt|`e\KސVN sSƋ^UG\Ұ6G&n2: >鼇9k:9X[UQC[>zRRRllf@>jd"h=0گ ת5CݣqdWry(_ފ?`۝3"''4mt &f6%,7p6b ~ @'a0ѣ(*G7ԁb6ͻ{j.S_#IcEG@ E־C/Fz~@qO05GD.Ĉ@G#7Jbgej'CIp`SALroq%ݜ^[˖i`;G\dHSަG A> _ H#/r6s/xrkqyK%9h D=,8C34BKXj0'unubqE?qHfQ-FXP0;ᒲY[i]5f7 ) kB+zA7I'9DH%ܫߊAv.x C2^pufi^΂%$fwP`:ˁk lSmDa\sI[[旿gXKhE}$Qc$Ț?<bO>E;iLMdž%UJk('FsLıMǰ|@AC |̻@7ȳ-s؁b`_evYbY6 %0M`D1ӆVJ|sd~C5q3UPɵ<~b)`|<>,=? <p*H|7D>!f ;áIŔt?bPּYG,C-6p<ޭ|Fjk&eTnkG^1,7x Yp'q-u Y_5W3 x}悑ƴ}YfI۹C!k5p5BӿWb!˃{꣮[-ΐwWa瞟 Ae۫+Ӎ ]cJx+ׇBxŻj'6 vbZ>3qr5I_+9,yj&&p5Აʊqm;>ZPl@O8 WeϢnx)AƊ୼X&s|4̨SiW6& 9sb2n_烸: miJ].,L3IEgIY璚@GLa꼚5/T{|c?j;&ª5t>jL(R9g۷JO_!|*k3_fe5nO.Am[g7iC5W 4~J`FB҉Q 0#&u?.Nu"hEƠM#Aabp K=L]T_l@#">,&74` Rw๫.x06߁N8oSn^tbo(+IɦEm3ؠ=1ŇW/eQl: b?|;6A3#=ZSi|&6+>wv(kYu*۠Hq4~+Ѐ({Ҥ2Fk=%Nl?xSTh| XbeerDjϥ6iV@s ٕw8Dw#?Pʔչw1_pHC@Jbj "CvEP%y2KUn2rw3hd2V† Sč˽'& ݟ5Lۉo\XbKA͡%O ~"4rҭ9r^luW<7&־I 7~ߦRV!LMk+/G%gu'Q<{v_o30Fiw 4.mg#^w`:<6)` 7 &u)9*XiI}u<|pVCK [01C!tl{ײ/og‘KJVeX j;2f_v` ^%8L}j_GK"hӶpx"*_򫹀7-uzY]EBuN_l:#.WZcG"G2[KnC*JiIBo(F`102 WWҲvӜY|U`) A%$lNfр6)դ$R0NN$ n;#E೔d(UvtĨY0+ +u%11 /{G +/g>b~8ش;3$s=~a>/8b3?Ud#l6xtc `P5DVt- ;" u#`ߓ'_FY8\x;Q<~f1+V-05Ϙ Գx'&"6`̵tBM3'Mטw#cj!GmĄcdPvř8ݻ-uy F[΃+s'K!Ѡ2QIro"YL 3$&wn&ggbyIvu52~840wBTU4_&|H1 F!eP;4.:)8aپp{CAB1w:k ,ΏpPjOL_kUzM{&=B\Ѳ?StYe](r_ÑdP`Uf _EQ6h ܸV%VRؽXh*ngDmGZp(SX A0DM>/&{KW0s-Gڷغi~%C J{JҭoaUaHڥ1\ڒ4Uz"HƝCidDc5 [u4[ui ~ҼJX|\G̈kۏ0Zț-U,nkrYcYdhixW|vX^O쓸 %n&jZK5\q3McDoh5'"8xҐf\a)FJS'Fo(vK({.OaK>mGqK-gxoAիQu2}HβR~Z :]"} 0ҊD숕Mr׆*Q 8ͧOr^ugpjέk "|1-hdھ*E;dZ%Vj=K>hOafȥ4+)v^\sZ;zg_:[&zoke 4W!H>f~ :Jt09b2^E^6j\@XO-wzPSR"g2{֬h4n8Ai#-NY9 "B,^bC{*w3aGkveV"%iwX((}Q_5(I?Be\~` ^m_)^<^6]V"*F`8 9&ee&Ri52tZjj,ۊ\P.(] ϏoG?_lIW7u4GfdA a#JP^wB k,}mMH1DJ#bFc8m+z&&w%=x8R0 /"wv}=A)95( IHߞYA^RyioC-b,+[UX_3E1^nң^fY﹔}1V_xd1,`8/fT/i8p.CNjn:'}Ç5*(BۃIP^%|f}TS5~8bV#,^FBi8W2cbSaCϻvR-22P5 nJye2"fx2+;5eHrC LI4فӋ(-I߸C+t=JsuA|Si 7..@!^ ~{bbNp ZҊYHB6$)~Ǭ kUO{Ѣh,z}hn(dZG|0 0 ,g c eOrp;pcEB;@61d3HGa)\GC?NU-ْKMf4Lf}mQE܁O"Ls[]`WDdٿh jܝcZ^kd)H1|_ћil.>H=>K tgm<&.fo2v&3?:h%Xmd8#:_x1<,N$ ~>IQ9t۰,MU-:(bSz<ߎIųB)D0zD(sqlt9mpΊ['L{RETx8`݈- HwE8;fCzQ"F9cDWY~=HKځ?{MkBڑtZܚ[cwc6;@DJ&"e):ݭ z9m'(4s9oX~&N隓o٥YP6:qLeM#ϏϦҡMÒ-]&{lbҶzb]\_U˔{.d~Ôv|;%Z. VcVv@ʪBa(. #i%\7\'yS7w].y59_O#LWe~d$Z]Fyx_熵y<(e՟z 6ogH"e(wij< K3er?}1%n61SMZHg+bp[_Y9Ft\<Hk<ԊgYw3VA-~DXD\0<{O:Źy -_)pY1ς4ꃱbfGSjmQ ﳿ by4^Rnut\'sPR /#ԙ=2/ЙV{qn!arBJ{w$Wٽ=}_U)Ѱ ́U0P pZ_ Xd~Σh`!4D/_p6V.CMo&Wz9ݏo}n5T87 Q~%ء)֔$)NS-缣MM<'#G Vٍ\kw&\0C~aT;|;窀t4S =h$M[y8[]Y 'IiJ-T1`41N "bۢk'V>]={!L-7' UqST$[3NycG{ȎvVڴGlȹ8 8dSz>xmt 9utN~_m<LfYuxOJ8Ly$R ikkԄ+;3¸I5H$H'>VZ H 9K[wdzt`TU+B)ݐȅea9sT@\]վ]\i܍s7*M$LAnV坘kj\?NGGwX=+}>\>- P>5gqBJi۶t @UEWE6ء<g:ihR,-ɊB/yGgdP ZsLJl[Ƿ7bGT5QI㤏F(E/v=( o>TK(˕Kah-+ lbjѠ(PMTFnsXMد2h|0|lpγFRd.;e~Pפ>Vd,KǍvH9LEqx?dzְꎓ.[Hb[ 3.FMBM}?8?p^qnkpOU_g^˱7$h9Yyяb=>QWFy.ƩzH?:llK~)MNSg ; v83hZvE .Dl{`omZ1uuoreN4jZ(:7Q%N+^!U00ڽX0[ѧ qYdj>l ,Yu̿xYM-MjLr~5b^s 14P]G>VZ(EqG_mR\GZV~B8HklUA7&/rxWWٳlhsGQjbK{dh ((<]>V%%Op{4T%t E8jU2`E#f]EtpЍBMAN)q׷e 4$標{nLN/ǀ˶~wۈ iO,BoSS2`JD1oZZ2%Xd5EGYF\4Fj`ד\HxgAOXD)Khe7IԲV.!7n,HŏH7`o_x:T]h\wyP̰&??k:8Qr|w3^4Ds$4"/4Hfk\“|c }E`eZVwC!qFt7|"< L>Ld"@+ϬĄ᜶l3~cSG~xV.W`fMǭůõ.C;kLN\TN` %p2TE>hpt).7Vo177|Ǚ|)VJ;V4BѤ-Cm<&~'\ȧHh&?,Ȃ c!8+Bv&%NjֵP0Eqx? /f Uvc?<}A 9o0A}qG" 5XmNjIkFx) bF=:0rH4}INQR+të́c$ppQllۦ?wRޅ#}"\M4~Νw I}޿ 3ژ{çsՃ'5,{7q UHxp{ F= H vdgeOO?]`oS)aEidiw5OJP,JVčEQ#τcaOpu~Vߦ̝ucK怃VKUE)4ڌ$QkaGD\ Vv%:XSwJgr(Gy-@Y-$TR8߄R]#& u&yugy_A -&юq~BaO)>|3k^zG DACAWCH#$@Amd$AY8Ajlh*M/aHM=~:4e)Z93 IJt y1H}$)W< v: V2f $YJHT"X,]c*'wu1ۣxAWL# E\g oǰo|?E~ߵ90;;4{830WJ>;Eg:0`ujg@d25ZL5d i҇zo6fcF~PQNHh%;_1le̱tt)Tv)/|eoS~AQ 0ÞO BK-c7&b;h"n L*O՗ t>%,:Tj(xٲ+po{} =^ג70=bʑO8< "NC\RQwaCНb{8vND>,d/2Փ;~Qf7=?[1`IY_cpN]f㭮h񺺓epK)cWSb.4oa*xe…;(#4g3`d0yk5͐!f,)6Ð86QE(+3Բv^d+ƚ1=T ^ VG=_=T8 A$uTm]{͢䕻E9dyx_!ǧ^4x)K0+ڭ+҇c1z=R;P"&?y(_v'&,AVP1MjCh^-Ӄv~\ikD>_x~Zήk4iIiqPs|ϔ*c%1'H]ӛCN%"y˗ߜBꇲՃ=wl'O[Є,"1D3T=huk`@O|+HV0Gj)b+pj ڥ=k[!ΈV}WT _"b]Mj5&@f<ơ  'Н-lb-aъRWMӘC(h!9kh$~΢]O$`K]`Ik;ZBWc%` h!kwE)raɶ#۟Yˆ^k'1*#wLH(Dh#Zd4.s9TC8/T3eM?&| | йAYGoG# sqx L r CU'ƏI2[xwҽkkT-[.?_djoaN?焟*4 c)\ZTH3ڢgߟ($5gβ,zEpI9"CreFAe v6ݽTP#ECauAmA8ڞ!^]gzlU`CW.f>JL`WK(+vysUz5m e`e`'elx>! ?+b汢 sy5ָqdR84-r{Ƣ=Pi[kS/PȰ+UA }VG 7ƙ/[$F$ 7,nSF~yAsI_*hްun&7"r*A*V"QZ'!I7@OvgW <A*RF՟Y[bցeL)8oj. ܹsrAv.oj /#ٹ7>籤d+2A4Qtαsgqȓ4gZEN`rJUiɬ(tzU+ABah NA) {÷rlGW8"#XckKP>ϢxC276R!V˯u:*opTc;3(U{Jtz8'0d6a]$>syK'v' O;F.qfO}+@9 fZ6FL8;~"A>;D`6"* l`*.-dvDxT+FK0"bM3}B-v9̛aE;[Tь;<3 #qlDVgyYæg65S;] `c4${ߺJ yl~ B USzઈ,(mhSD:wI"ywU+7A 158r;ة̟R2?:[xz84e<={10j uGRHh9$3͌&C|?1&o)oH~Χ?XhP'42MTT# 0b=L:f]%Iϻ\HbLl睊Y8HhsOP*W ĝ w`ܭ=cUǘpZ !TO6<+@OQa_P'HmWk<tCÊ宐5$* .( c )ݗcxCWDB쿍U Rxh'AϠLrpn d!SaO "sqa^Cc,x'>ϵ7=T<$l00\< Cs?rq'p_4O${e`O;w %7=Z=ӥfZ!1'ERhRF[cyBOߏ,ӘfmI๳Oeky"ä+s KHXER;o^=hkjKFo|?S|:H>8FtayHmJA3èWD/v>= f r{>Vx*sG_ZO2|1J+Ml*U6(s H`5%Ξ\7F0ilۻ31Zp7^yVYyʄuI3"k;B,`(g\Vy^L[IG"Vu0A 1,sqfr^K" cnJ6jc:aMFQc'Bz6R[5j |i, 8AwߜOW涣*B;L8< !jHySn}yi߈F1 H4[6ZLݔR a@Wygœy]G9/L}4&&z"`!u7?Z_c@aX g-dhleه}v#4grk1PyWFt."GL,9wŠR)@%0W~;[ؘX\|(ܳƔSx<}e+σ]LW2}K= c OS߳e}\[CwG?[> n,&nmWq4س9`q~#_13nj΢l#4ov[|0-1"@[-{OER +)ŞR+xIb.Xn=`G1-֎˼줿”Xih,Z3t>+ 3Tw,E7~[ /vttTW|Co㠀)-{mh E]efiB%?p{CIl#cq ԧY"b]2xq$5Q <"N,񖞔f֥ٞ껴 Pr!_k<^A[МV'qyI(fL$fV$f@^Ҝ l lLLy9_NWAB/D=%Й[;LYv{TF(=P=j\ߋG/jK6iaJ{<"-M S;w>|뻚ۺ9m1wtr .M5jYj{I)yUD=]$8ÙhpGSo(hkIQvB0UQG!":Z~, /,?cР/I[*1'|QPm=+yN~ ^q_^iPgAk39N#:;*? TpBGY{oAÓ GQ$d?v_qFTCKIQNպIzH3dD{_vr"lYՉrԮd7 jtjAd1&Kv,El@EN2y 8ͬ'k8%w;=vB}Gk ǎƅ5x!!6+<,YA|V R߰:}ٵ}/M#Ǟ^nfrƛ:Z֘3ʩE(0مWΫpVCNs+&gݗ(?U1o4H&\Ew>X \{"ϭM1cw]7TMy HzPy+o%7R<ћPG9\iZO)nɕ㔃IzAb./ {>6DA5ؑ{ P_t2HA1@4dG r[^ʋRM>9]f"ػ:1m N\p'J*:T9Ҡf58"TF 骅Rȅ0ʕAI6 MK^՚Du5܋q(K)T3 NϚZ5 PYw\siݡ)p? ^5F# qQE'ǁ, <ސLǪ'֎U!q2P*5ʹENy;OEY!r_qd`$pq9I#DaOR[y` ga3map׈@ٗl#!䯹rM;c)jۡq8 Tj+,DQv0!S Xl;8n[}lO̧QyY5ϤGǂPNaeY Zġ;BW** 8X7+4BJ _] 3IRN*fk״ېSyP?[e w,Yʪu]6]}g,Խ" TМy\e]ߏY{MM m`RTGIpVVxXgQޙɬ3 {Nw# .GstG#,Uџ 8 G4;Og]ֽ 27hҤbe"/7)Qtz;1_qSw7KٞkLJ@ 0 {ٞ8.1<ӌ<Ԝ e$AyTFT `?M|(#{}%q$QYjH.Y*s Ϸ Kt9=DfK]t#r>nY_;%\pjSQ6 R`{<"Aȷ8 O2Z6 EJ既"CHAUck*bq5LM0x`^ae5 Wi>IJfcG~O8ӭ2Yjt8δVk lӿ4Ƥœe&qNa-"Fʾe5`%y+DDD%^i/y#6$i/{z/e 2'킂ZF~HRw}/)n5|,5g&~2^J 7OWLϫ<"`ꙡ xϞ{LAv+[lĒ&4Pn@Oe_`O&Op|g!^mXCKXM|wg oy.`΁īEk+ ):,vΤN7[xP_I {&oӹ!{ONaU^NR(N/f>A{hmǥ}d\Sk$ W u(6Y3_򿩛r=Aޮ""0#_;q&O7Fȍeb>JըS9n^Ͼ\JA#>%9'=usa q }FDrNq&qkﺓxŞn LwtF(ڑn ; ȉR mU#[k_֭n^ICCr|@i)ïZ'ܭ gxѻG}m*X%j}&+LMIJ\fyF)OamsK u sY]k.1W&R=2E*p B4.BRhbPwN.v>24+M"2^ƫsU3k9Nr;RXKf2 սYBE-<̯y#JCtS2D35qH(fdEk|yg֒rxKܾ!2._̲?u4(SmSRo5>H4ll} ̒]Rx" {'s ׫ɜ6-lgj ȋNO\K?eW'%?!lݺk!s3[{ U'.q?=]ݲTr`fh 3 :A28Owbz`L1fY~"!EF|#Mrf|}> d%:R[H#ѭd33_qoG4p4GߨtZ9R6Tf/@LGܑkD/JU_q4%}BnyɽDDS^Gq6P̴Oz/̘HbH tT*{5ʾxbFƚiptD}q8zMѲ4)_vf1j35fP̜"*o{cB2^#m^l0A'<*q#cs|0,͆w`ȤŢpMztK#$'YMѓP=xBL[l F?C_!"u/ +4Oȯs'Y N|n3]*ԑ+|.|lbT؉ 3eRaoaU}PfF:ܓ.0 42ʌu+.sh~fՐXE&{܃(3uFCakǩ *3e1LJ=F2)nUglUGk ?ԑ ^;,[k5rƬNu-_\N7o<ߞ}(RqO[a ,ѵ?]։{eTϚ,uWo%hK\ㄢw1btb:V@f*  F){a!nS&> Q`j\?p kwBQ_f MVҍdW$W姨ݿ^`ߗ",EMH-ˑ2p(뼨>|1[m[S]pAMHBJKzSP:QcT;Sd8 itLyA3kT<3.MjF? 2e8A3:__۾p]P^ w'tc\H _\/I'r@Jn*BMSg՞?Xvc,ӆkVyLi!G2QA$Ŀܓδa;ݤ3 ' &Z<žh6^J=tɊ"8pQbH˵X[%| ,4!1zaVL7٩P9-+gkVS4}\x] ~uc'7v&X{.H1Bø!TTaGg*ecVɆ+8L x0"``F(k)޿4d{|Hʂv|p~Ҷ|6=* ȶ9+&}Prxt􍚦(-4g?= ijLjתU~Q2ZtX(]4a@B SΧ hڃ5\ߘil-0lf ~3}vRS$]{J]cvD%>aRpc#ab킼gSAD6>W6ـm0eVc9UtL[Bچ}C41%an^s؆Pd[Om(8quOs *[!M/;Z5vp#PNAA>̑|%\8`:dJHYCvX/hF>k٪AkW;!ĤkRŅq۸7;p)0 姩Ҁ3T< hAmO'P:dIEi>[/4:-wwF"*6 ^|w%Y^xA]w' e{"MFw"YfJх}_KF"sZ OBF-֎ F9LMA ge(\s=bq) "'cNg:tnb)-09)c!?S4R=T&y5~Z>%-H3& :ZpP$;sɪXrZ|ާ4jV~u#?+8~nb*sTh˚T xC`u&":6Vb>ބn0^!5ޭѶF]hƝuyPB _c$ycp ,F<5tb4Xn4[==2N( >4#։I]U*j7V)*ShCA^%PK7A]u!ECV0/GC)}oyкQT p<J$pJUu!ת۫ -${~O.Ey$!"* ->m+@V:qyNo1cJ'aKyYOzZq_$ RXɝ\<6^MH"!@Z1|':T8Yx !1&(?H9ՉpqBG:DZW^3TyPKOIpcCiÃb48bvn~yu77Eqf`QS&y`A}9[qe&E!IT~j+9oZj1O;Ā9QL ʫi9l) /{Ao}QR ع-~Ƃy--z T$Bs"+ekbΊ4S1qhFhX?״ ~FUG눑 (dO!"ZPU* ϞA-L\}'HDJjY(h'WDpgU6>;Q/|5i!SQw3.ȅN 2@TNogXZ^Li_G7 7d*|y]pA&J!O,cVڪ\(jcrO 1{ؑaQ@XJQ,"m2r8tm**78S ONxOJ! J`f}E rr{MSxFp- NwOvrEj`3trm)[k‰!{bέ#X.=37QL6~qO'XL6A ͕8xõ(PYVBbn2>fFC#c,hP~L*$Lv/4Jsp{ȼg(Pmd@*+Šl1&m:;,C +J "yޞN" . &ΐ`6kSs`*aظ'*ꠖ֢eưqzv=itb̓Wvda7.9Y5Şv"B^SLh?4{p ')D~B)n1->:,5\UEnrAݞLVrK~FX} ;?UoƃQ!* S*[Jm'|g#R$Kfa담 ۆ/}v6ȸO\T8qQI 2W1V7ND5K,[ZzFwx5x}S) ,",sfMh/va-u|mHxK1pl,BaFpb rJGMK=+l-\0OjaR@4i a]SARҐPʩur<ʆq3O9hnfگC#`W7hwi_c/&}?)W=*2E)&ËUM7_m.XhC]VWF3Vۜd:UaP])YIv rCUY)jLv{8MM޻p%GAo={X~zX`b?)5io,9l;pkAq) p>;=pao{p|~h1FѸXO/,5x4DnjCW1#@"L~.!% X^+T"eL#Fb"ܿ@`$a_1W.sCL@V J5P S\5m²46n/[e& l73*^uSEe|YGG>b">[(l ;*T-}E^Xsׅ $ϨjuɏϹڙ5"pДM·{}vIRCZ^t$񮦁ֽo熌WMpw6 z6Dm(HH9xZЙIVgML<L II/o7R3J$}"Ѐ`ɨS 6 ȍ ?Y$6BdW^Fu(#Cyai}}N0`CrVeTJgdIܜr*dq.\M;,huʍ_Ŝ ¸@)Ud>Yd?%\J0N#.xq3`w1~!_7pu Ṹ_Wm7, N񒂹!UTห$ezc㴼U~"(c4'ur梶ϑ?Kizh[\A8`h/I߰ 6c~i&J+h!ߧ'@ғ}4=T` }|]xH ffk8GֳS[Xi/3ݠs{<>s?Ep`$y\|$0U3“<4●mkRʁG=Z8r`fgyQAMΙ$ ep#,= !s  o& >r(>7rst[߫R!KhVH!1OTbDws='^cq*ygNQ~C0l"[{hc uvچq޿A {u9Ps2Tch-3C-1{Io-%$et8NϏZm U* ax\挆H2r$9=e2n* 4,C:I#xUL҄-v}^^$zDF\K  <4•!"rQg ciٲ`RuW+oZ۰vlvy,[jF>DC R81lzA kk CMk~"*ىOq@Vq1zcyAF,n="(㏬)h8ؠWr;HE!Fl` ')ļMޘeyf6VҴsv<͌>sizPN[ZU9F#gzxZ3: E4xr2/_+0*KayNDZHp&(OSIVėwqyT6p|sZa;Xj's0ߜ+ </.Dת %"MwPzgG줛]+ݻ]C|#۪qL3ő[<-rv+RiBÇ|31aF׳: ('X0!MY*>g=+dt` blҡ*EoLz/>8WX䙐>E>nA6Cq미lVW7ڵ[ͳ(9՟`0;󸋢rԾtS" e<_?dsU%ܓ@ MaWI\茣RXrSm钥X\iIv tiG^dŷg+XY$;cLh/*+,Q?W/;jZt.#K;[{ d_S}dCt)}#\/ &q\ݖ:Kw%)`( RPFd M X_W$d 5UqHiy ze/-P+/WRz\;FKviE\1Xh8?\>DU+iIf8z~*"OL7z`,\5!iSpK}bDq9:N't073>8OQ6}_7؞-n#r6b\Z}I?ʽf2%Ŵ.:6;B۹m'@!yO{f8[gx(iiy WNzw]P |v}7rzLP[Lb؛A}cU Q  [Cѵ #֮ ?ў4&r;/ڽe‚N d%AN7)RS7mqsDx:C$'o\0SRHFrl Kv̂@\ۺĞJZY(yPX k!\.@48!BQC t۶04hu(?1mD/hrP dtmQaѰӷtf:M\)eV}n QXЃ[ԙS^ɮ"ug~Ƣw,,({^ 7Rj~K fh?'"p492aZ!;s׿c&yD9Z#wU ! V֞墒raT\Xޤ_lj^ޑ(R\$qd|\O ֜%cZYcP~ﺝOh`ye}e\tg(+q*OVVODטzD3UeSSPהBzਇX\G)+d5=[) (խ`~PQV K,4r 3KnLB0rO)Y12CQ+q ? ѸRbJC-v{_ArzpI%8ކ!l\YD'W']k76i_q2iO|v=qw!ޞI˥ >;I{}bPـ{B10}Oʌa(41o4n/M;=ʜEڼhCHCrVb(0T?8@m噣lOךLqkF(x; 0~%aIJOvO tzaܷ}mhLϠ> *A/T qW7#csݘ$BBžg{.PIgܸ $S5\tp%(0[/e<-!CrRr'?(!;ێZ@b [ഌlAE0NR2E6줷{_zwMEm(\h$sg6.K,Ya۠>ډ|!,֥5`6!>+HhnXAp]|y2&0>9zޤK{ujHBiH`_dHA-_;ISOܒʳ#@4 fF :3s kQ85Q %Pa֭=8qT"01_=[]+"t9ʔ em^ #ު7qXq{'Tc$z=-d~ @[FNRha,ͿY)eoO5H>`BO"547uXœxϼȌ\g%bPv$B`Wn:N~')OuIf8@9h=ݑU9/' vVrL=:~a0-C{RõVylz 9xzwz>C~i|!ENsFKO0|N5 !4v^]vLf7F^~6ؔz2V ʱT[[z"0,P=XlҺ@kH+oC1𾦜2ď ś=^BMm%ĭ@2MypkP>b_xqGV({Sqb ǻZ-kd_p5P5ߔǶCdCGTw~{qieK}J;dLSJ t5:N]H3H~[L]S ^xLXx]XK(3 OBh ۟n)ղ/Yi*P1õq@ :աT !2n>[st(q!⭆C1''H{yP̆#6xsuNh +yy4#uqB"c<+4S<> aR8u/Sm<"|_P*U0DJ<n'k_K—>9;z 0qTty2-q}O=kѝqQ ܗ~T+_LjOxfkM;F:U* QgnP}`p}\FXd۷̸YcoE d9W=dIs p\o ֖I3 zE0Ogr( ^VkT+菪Q㚦!IKLZTjE,zL:^%ȺJV-#7B01kS Whڿ~#&%tpZ) t5E4r4Rfh//h$nM%:ڸO~Yz8x ?pqE#SuEHm!5|qTau ,UE_XeRWX]pԒ_S -ocO0)Z"dė|'D3c'?%[\QRG ֡<c~ X%zqWd * 堋KchU['I^DA-j$-N` (ˈ%-SPH_3R>{Oes8!k"+SHBS/ߒ_ V)d a)\26Y`oCXٵ[K~D'Zw,YVT*2x<&Z!εqchcCB2XQl.A|xe bCOz.Wv9hZࡽ+m6P؃9𧎁!,Q?,+Ӣ-c@ 饚̸fa6'k[>z/q@b0}4؍]Dqڢѳ\XaxZp~Me!k=ׄ0Kg30ΕQ8v2gG*lz$ąn'rsu{*N7B4.сHwb.܆f]hPI }%?h)F^ۯ%<"8{XCtDܫV!{5ͭul/ٽ dU D_>xu5X@bbBu/AF;r,YsP2|*`<@ꇱjv16+*L@M]c+Ү^ }(>_Eِ -kJ@S.ͽj%ȊW- Pd| m_lZuoH].YZ Fl׫ti<}(cC{SoxrL,=}T|f\&PJAwׁ:~޸ 1;>l<%©ve i/E!ԽFT(zKͰxt,W&^&2ۏ\8SlC1C+ Lp3JM'0ING1eڒlL u\r>88D0>TtO ʒTG:/5bLԗ|o@nUF}I`/ Q-T›CKì 1` { Ĭ2F`b#xeJm{ݻ>@t2LZ[oJTq4RxeQ ̛8ƀc~OL2Ox1BOiSdYbL'4e&U+Dq#T.9Ti/pF5DLCQOdw\lZ7C5VD.jtx5'W Z< ?Nn i%+si¼eduԄͼPkGCQb}Lؑ29L_?,uA)նh+A9 "uGbZOc(RsND A1 ֲ~#z*A}^p aIr pm0c8q՞$X>RnQ٪AKW!L @8Yiq8ii' ʜ_<(ܘ n_r8+0KACIcy0ov|Se')؛yNM ߨȚg?Mg*bF@6`OѠtĩF8.vJr\c+-37Uwda݌=X#X7~eMe&&w4(/+ D&P?Wd$et5hdpm=tyO$Kp g!%i8ȿvi+u޶Bl-ZtRuDrǿmP'$56ydרIUšކ(x>1ѤG,(c0nŷ=h7eg$8=a 2 ĽIB]]TS464 q}JSp+ ͭʄ[(f;A5DH!/}@)-Cz1j eb{jOǕMjYD}Frr8[9+ա \g_N /BYvg<9u*K=ʕhp4I~Ӵ޲Yi \pzX sԱd)%@(m|h.Y~J]ϛ*#X#n>ǦS"nH$4 :µGr<7t.% }UP( \рFhb=|vגִ1tK-\%{dMI3 g8]w7jf }E'~=!nu桟#3%~3Ԩw7ҍHJޔ .jb\/]+oD6!(ri: tH1KW|.lWiy|s-w\,Ͳtp\+ ߫V7b45eto` y>ĤauCx"::vNN*?\Հ ?V)T‾NG452Koeis߉(WKyfmE[f }O<- a4tQ/Cfc(t3D@58 -8i/LPM?G\h_aC" ,ݸaO\B}N) PcЋ/HqjV)*#VH%O1w1(-Ђ2'K,抍i䓇PV&bڊc2[5ZڕGP\fث?~nu9qplY~;/\@3e(tv" |bTZs*'^ѸB hdt`uak:,2g\d];o0/:>MX^"L-HTnm{T#: &P4 u0,bt[Nf%,|wmpy/.sxԚPg1nG_nnCzqdP?YBJ oowqcƕĀɾ^ryJB2!A%uKYiXpY?Na KbFbﺱW)GK r ٻK([iflI r>K+/4s}aVRU NjgfizLHҋfR.R) L`iP]|pLVzE!aZy6 ɰ,&;d#nUOC9*_uxΒelIT{qԓ 'Cj|=:uҘYʍ`ЊuKa ~~y{d:9îĂIWP%eяT2=LNgK@[ 'YĆE;vsD`i.Č'mRQwqe[r^Jr],AFDЉ@Op]PHCշ[0?3)L!~/ nv[cpW{Hk:VeFI2V𲩶Nk i<]%2dkŴ% yxw!>BVgP\nTvAmէHnۖ5ro>Pܧ#A%ZXsY,Hu-"c{CdPpa"ćNsЋ^~mF8WMȗq2pgso;-} .C黇Zx,Qg ~ !TTJ0RlzWI:U=Z bVc Y~zG|&F;ŏ N>$rDy6/CI }B0b<-T\}HԺdQta/E;'S93j8Sw>2A_P۲&y+gyg5aO | q ECiN}>jtC9n?@[p;nyݸ^P Jf)U ?;C7+E̗7-z+?g yf6M:HkL1j tXSEG Ah&l™06X58ζ,-[ vGRDĘ? 5sӼ۸IEW\^ŢWk50-~ؿU+4? oس؀]q Yӆep\ҳ3xթ g٨|yғM x:"i`KV.tcmNYUA0K&*NLLُ {o yZ8C!`2Pp9c,&?KH&ho=c[hD 6rqϋ]{,œ^4ߵ|2v3W:DG HM^#Bu%'3!|dq;/ yս^zj>k&MzT-{(6g82'谖4M`w;jbݖ#Yc5H[HN/FI%+﹂EF90 o(.1/F e_L23{fzz mlxDW!''5[/2j`pϦ-;jHRR Ԏ!фT9F lSUԅ%&*zV?)4 &{\[>ǵ%ے3x" G bt!Y̖P ^pʮ/43ޱ *9׋uZ5kdf>FX/7bܾogxOˆTӠ.=aatD3N%l]JZgW[b8 5A?L S/_r8QXWA5d :U~*Qn)VS CxCu52ʿЊf2!j/l.xl]y")kX5/v# `"ؼ5R·O92mcf0hY9~c7Ў-4ms-8Xɕ|_Gr-J7 ++acd,{=npq<$N&2Zagݍ:"Md dU :17z9#n"ol"I<}!/dE}2HǂUM!0UŠ.G^3Bڪ䞅pÙp)(aR-W ޱZ${) bGx(+WluFr`H3gZuj2N9ԎY)QL<wwU#+ ~HԮ/n?&'Պ*1oTKMnT)@ y1APMܻ5Rrג-%ϒGMK>qH7OKfUIXLC`Zw{=X"UM@Mj ˗ԧi{Tq(LZ$x:mmX2*:4C'V=;Of.LzQfbTgsg=?(Cܞ.~k3j:D#g=IW.M[h>C@xDŮ@4\"SMlO)=aT;4jQEhnm e/0 u.kss! X㢣0ϷiB''{U7Z=@ .pJ=S'H]솇_GaA|`NTXC}E F7v<21QRJYε(f)zl2!f^ %6-w(VztK1ļYx y!o/myf%*VIyfCT!I>ji I;oD80  +n+/qꏕ2#fMGm j ?[X(z1;3#81[ƷPl/UP/Qt鴠%DHx?WoۂҺq0w&L3SHZfrG](d5UkɓO;z| LuHjgTj/U<:ݤ 0=J"=;27'DGCs_jfq} ?رbaqJ#e$_& g2|1JN.8Ʉ!CnB l k`4I78kEٌB*vp%LI-?!t9 㹁$xz)8K( 9 )mAL0-= [JF9Y,MTN?[a}8Tʍ 7Kf&e?>+&I 9'AMkH _aBX.YCwVC4`ky``bI")¤ ,^V|ВW -ן5XtX^Mm瞣D)sR=]|UƤ `ۺCƇ> 쉲.zҾ˽y|a. +kZ.7V6) "Cݲs_I\q{l%L-"'esI+J%Juv{/o\&H2kCǯ5Q X]Iןi`qS6T?&"-Cm ˑX%__3Xߌ@x0XCrQГt<6\ɠsBflOܿ|w#C<)E9tۑ`:Bp<%1 xaSɉK* mm.޷QFkhHț\ ^ZA=@$> (~&VV/w{M:x(Ha23ZauS'XW]@0ɷTrbd m(`c#]A2AEB7ccDYq*;XqN΂f}7&MNۙфdVČTeZX"=$]Rqgv!r~%cp4/U܃\jHYtnQRTɯg25_֮񄥧$7xabt}J~ y1IYpc!XW1!~賏dɴ\ A4??-Nq6cuwn_tLARK!  p2ůQw]b->qZNYҨrv?PRo*C4x_|&(L^֥V|mJa\,s`qYv&?ws,MOB/(`nI q~y^̥mFi5D\ ?yXX31ZIģ-q= s=rֲ *%mD1@h}Asr7;T ~uYpfOR"Ygjui۔8cEZ0ް,"%XASǩڸAkPc'.8 {n/WՒv}$q;\~Uċ5ZE@ QFݔ:+Kj/:c>,y$ rK{ *+dC\do4ʡ)AFN!Y[J<.P+Xm=3p~SA4q_>S$%~O<n+jV%z*o٥nL+%kO?MHcW*])j ɺfWqg H5z9|Wq80<{G}#Ҕi>F"6z_%g0wiFZ"n~**'C"m.U5]_9g i 0WF <!{SE WZa;*Lo("s09ܗgO6,ZȑԢʗς Gr%' gǒ>k ~#j_W&]bvު}Q:Id+|,$j0V$ѽ˘m]H ;.HaemeOW=>˘O?7âqu?N~E(vɹ?.sx=180f  HR \||mp*(Bv=#h ?}oQ.*2 )ť>ɿѼcW3] 6ώI1GO!άFNF퐸#&->-s$" j}P~Ȧ~&?WMѓKFb.p$G?y*[ /[c Q<#۟!Ґpo[QSz@ 8<4 4 eC޼sg*/{cn9}e,z7dZwgl94~݂\}Oe}^?h`M#&/,f9'#p{4Y}=l+k*Vu8xT*.0YnZRPcsع@ULl%`$-Qwlx [0z7^V]H4wGtөX]H)QƟOg+g@H7uR`keɛqr*zt7*;VEejnsS;q{6cɺ2w'KؼHmFBGOC b&&F9qןt9$7oKC$ċIZmv$ $E~{y {510X6,iz@27<63BmV[?1ڮKHfVNA|F߰gK6{%wP0ޖ)ِVi҆+=&ע 4va:zzd7Oiw?nIE7D.N>7A$7Ht&rU?(%:͒o,#BO|xܵvZZ+bOLJӳBMW-Z EY}- \Vc9#K5Ems}yœ A EYm݄[ e'31Q{4pf&euA}0 juq*X{.Pu jFIQlhՒal$F&#=aoY=9MmLzj5S(`cd[LAcHWtż aYIzkPMs"቙ɹZ ՞;d NAi zQz/^7)r@1>=_f{/gJҹ B!#᫩h81(Y &.DK "Wbq%fn*.?_/^$wwJ3osQ֥x`S6E MDg+7%9=֚OLkMjUw_S}ǧu%VRIsոF957GM|QB%\z2 mP?߳#izNiʗ-VR/ua>t"3]♁%W`sKHP\~fFczݛ05b7MmuCE AqcA@|SgcQ}Uo[teJyI-@hh4mLSCV*<3:7/Z4;VV4hӱr"9jRӜtW]zʨ`}"!hy51_4 ~d ۭ|sD{AP} T!(&tfɥLjmTcLTb & )*G#2=w q\/-1u&jq5!j1h ,c@RՌ#hJDh ViE̻oX M3^Ż{;MG8:~faېF ^o?17cwy}N8"4)6@e6C.=':9,3iC%(pEv/᎗wi2>"pӨfRd+'kz_THU?nmlZ0_ m@!g%s d=3M.k02qk{(2h=;=`*;M3Tn3JF-X9x4=C'gN?& _,㿲(N!wi ze#j C-"br sˢiπ({m3u=\o06!up R{RiCYt呴/ckJZ :9G5IM2crC>? sGiGŷCHݿ;r]AWG4~XnP% ]bZ'>Rsi!$ҍkژ2Tgh Jv2a |7!tOh{ʹM>YzkIgZJ|9cXSz[/%D~"䨒Ӎj,ٶ,ڃ94K ΉhCڎ7gibF٩Wڝ}a$E`8l>.w`-HޅK$y#Y!ִۻFlLİa~tP.파\]֗ZmK i/([< -.UcV ߟ\J>AWC,3OY [:Y0AdÂ7=fmospg4ߌbcThYyb8.09 >G z6T۰7jC *UZxSc,RYO:{rj?Y% ='cm< "Ӽ1VS9?tWxȆ,:Qxn7i=Ǝ 7ik 1W+E_߿Pmۈg( EdGtm0qVA+w[]kУKP/(0!1Zo|OEACp0}VԇJ-Bhv֫410Aqy>wSBYQ3:ޖdxvvM+X[aP] ;Av\,&w}(ԸR;%rF%=SJc7&EAiNGA8=safI7ڽ[o0I lT1*.6G{|J$H?/;Yo |my.3mD.aM!THqP = &Rۙ_<@6צIS￾v̵i'T2X <(H$Q}v_8TLݼ/?AatǾvf3FX+t(㧒trtCFR\Ɛo`]}D^5Ӫ.NfXӫMF͟ ,=ZZ9Z؎?Gt2J(W x*ԢT{ C%:v,vUPĥɺPxXS?Y8a؜zÉdQ3)iwDC\Ň98w-;Qz"gE5-DvRm 8P@ဢeZΆq0ٗnW AL.Y) t_q?a(  !u*}^BPԫ;dЏ^*O`LY³Y?",yuA2r޲Quk]פK^Z_ ]14g1eP) & ' X7Mnj/G>jJ #=xI ,3} dZ  Ν=J~U:u>󿚒Vz3գO㟞:DB*Ԅ7dV6/SG'ןW}W0 )}VzxܫRmuZBMSxV5@3U]]BKqcRtO :vϯ|2HlC6Y4YUjzV4QjFFv"@`8o:VBfa[vuVɹ8`YXy}DM| )s#pܰ(d tjںX+Uo)U5 E#?,9/ZZ^7@7'ZkgQ^=eOIQN=KcgfRW}?\76V柖? lX&z]?A!h_ROjFi@)CN`&5 ]Cy$3c>BjŬow1OQ[ʁ 1=%J8~;Zz}QpK S )O4iR4=+ '-[qZO+g~/[5[4 keP'}ς%(|w^"HdeCmZ:;&[2M5wL0Y'~lk/k0qځj,NgXT5!vbE,W[+ -ЉئbKޝ?+m:msc\о4M~c%KI}&XR# ՝K3 8bӏd&tZ3d̦MF+9K@b avVRpZ4:`B1 8&z ,z1d%DX>;SSt\5C JUivڹDnߊ}ۺ?OD{V_&̓KnCٜ2+/Q2qEz|N/cX[;5HZT/ Tp7p2#$ u}3qp>"wbň\pL_#ٴEvx83u-Qu7h4d[䐣Iv/ { @n5>AXO c5.cTP3,~&=_ܕ: 2My?ɝB+}`訾V۪q7罂Vtf0+!9Ke h=6Vg$T>RL>\(naHpY˭)D39\(gMrI Z"{'سmFqJ2y"X2mЫnuUWfzN7zG!.{*B˞ǿ]|w %Qf~úT7 lT(s+G%TQhR*T4: B>]@~FD€V)o =Ξ?*Y6}XZǃE菟UҖGdTETI=#<^#ށ16x(F`n^C!Xl(VYSxs`W\a'oL?y&JX?5ۚLQL=P10"ÇRzl' 6әrpv:R"I6ps ƃ%snpNq7HJ8AgӨȟu+eU{eT]v}ݗ^Ɇx%z#Lg2ۙ:[(Eߴ2 -8)s[Oʼn3T0vۛC;(LQJocsE~XMH]FVnnzyHϷȕyez:=TIAE,V&X/ G\[Qy% Q(z49upʁOr105:OxJ[꯹6Y5Kx@mIZ@$l9evFױʙ|;WTDHHsy/6PfJh#>Ǵ|ZhkM2#&c?qOe8읭/X ^R}?Ix+lyyYN),{̫јHyeӯDl/A$S[,'Yo;0͂u9NSQI(U5'VCs8j(fiQPk2p*iN4DDED;;yBK/5ommdt7dL3zmVEEFc9Ob vc(ԗ(iᯛ8_MDR aYM rB\;<Ͳg nfL|"%clSG!(;N;'|O5#!vI9rP/Yz6oTV9c}Pɜ=QrP{y ̨[V.**?Sh1 0!G~%{jFp/l\y f{ &OdM`  M(J|)=٬e7lAKON tXUr#۷Xdu?$e7P; Cy勄M`|/&f7gD.9sZ"ӨPÖ;Yϖ*Ug#"4Nm'. `IKj窞x3GK$i 9A[C, ghCѫfblA0[tjvV|+$׼9xix/tCabx 4ol$Ϫ3M5VM=[Zu1.؉;L&.)Cc?3L?~_P*6ժ qş<mA?/ ⴖm;&3ŽIKr(NoV.,C0hՋmY~BЯpb5;ӿㆰ9e?G܇O]hrf~@wy8AuǀZNc4/h@UdBAd}n[>5?~||oE-`;~zLn(ttg@q+;.\ CRotj\~L'7>ƴ~K3*Z/Sq|_p#tzX!:/TWAcm1u4_ Dz+hਾaBi}5؋vr:e@ bpzBt&(J16[]JC Sg!{ H;jod2L2I#FúprV)m^Q-E3,x`K"g% %(6!aY7/+P׶j9"ȕ<6RP0FfćW-/8\Ds=z]k4?Fyfp>t}vHޮCޗglۗ!.TO sCVkOy,zjd0eAғw@Mw:wt]O3v܅ 0`lM鶊5.a?zCWLihi+ƹf.})#hHCQ4l#"8M'xGV%Q-C_W O*JL4øM{}c3,"O]w#;HŪɰ y8?V6԰Nl8չr/h[wm0՟b uL`^f?RF0XnNWLz| zɎ,^(J׃(wLau}V/!噌AhY<'Abm3d&$E0! )p1R {k3xAd갴ØسUt2v_W C3o-$zCѾsl>kSmU=ە XLiiݲ.dڔG)$O/`A6鲪%qwĞ4U'Ԕܧu[1n*XʉMCdQ)r+:Ɨi4) ނ?B(sGo&AB@hCz#FmK/[l;htLJF츽K[ٚ,<ׂICYE'wݗ!ӗ6)3%&;v]KU5]b$DMjv^k$Pw[b`F‰8DR q>xb5j﬎g,4K4U96LY&3O(2]CXp>-~.SĽ7&?=Ry[0tcL fxߒ%=5;u /fTS:9"|H5bl۵peX'LZN{:ϓQ`ŮwřhnQOkz: /b=l:^RbeEI>N+3ΖBsc 0n1 D}nUg?sV/9e ~bn\Cثye4*I$0bRWMqCT ! ) M[e' d}\,@0Weݍe吮lCwe-KyeWwu "=0}|s$uKE:?bP޶!8.߈En'0Kq51:USx[k4d\3*sۜ? -(Bo}6V΍m*:/Sxo|jО'd{,S(~Y8·ЩߜHm*)a%BM3@jzr\rM=oL8nZiFX?]!yV>7EP5ks#dt}{5]%SpA*w#FߘetG f |whYdcM[qZu v7I a0]2Ñs-cHǝj;$8@T6̘ Da 0&p±$x\1{~d}MDcD0 &]"@Ph.܃}"p#i3 I3h7]X2ΥMt"l {tQbXFSҀi,v_>{ŐYbYycз`?_L hk y,(m &KAFB_tآqd;Ü!o8o$'UKkk ,Ǻ^G )sr K ^e/!?i Ũ"Չ~;=NGzX!r QLYE5׈ ";iՂB{FVLeŎ7—ӝ+="X>9ul HXMPa!Z!إ9Khihjlk -_{j@*tO*t |7M1i `}o`"@f,Q,6DCAVi".Ni_ʬ 0` =-aX^?ƥK \Hi+"֩5-6c<.>pPH-5nRLEw퇥=79-VΤ)~?ަ#ƶC ?.D}eiGOyG%P3WD4ӽdM2~ er"$:bҪEI}/Rin=@ 2X;+ݓF/%rGmQ̼ I3ayQN \!Nb-MܒYN<&#eK7QELoo%?=>k ,"ӜꁟO'@#')I!{bU7}l/aܗ %Ttjn$DS{)gC+!PD\A`s٫;I3N6m<7!kz ˋ?Εm/KY0^E/)?Z\ol^jX<Db fOD'~NON8[{)cJUݔ*K"1hiq&Hg:%&;^^IvՍ؇Q\@sDZ_0hC;Û~#$~N57{iқ8XSb7EiӢ}28tGDn:U'TiG̝EОW@wşP'!<(\E ۵*,sʘx(մ|60QFJ#z`Пv6/NZObL=R~jRO>eF ]jU*WHKS3>?MB,]Zw$T;WVy@dUSGgSվWuP#B~7|M,;Qh { ' `2} -1^ 넛aӦYX+8`aVo:^+FfF ÈGYq$br'9-' h`\ / ^&* gTr(\Ր(=τ P2xlXM͒v~EOvbA}(ֳ깻-óˆøq"-WQEzyKey2Pŷt#Eh$ ?d@9X&d%gUuYv3 cTӌ )LQF r8 p7W0o^s eM?7R8lUI>x+8$\Hw]߯nZ> T#O hȧO5n/+ZwܘFdCFU{]+ 1N6k$LZw$V8s(Cdɶg0 _Gl6\s|3Bi u!O?f~kRQ:y X!"vXm=(24ѓwXtN0c"k2bb2 fDcIԤbvNTLq7fYw4A,"۴_|ܐPآ#@ E'`Qgٖi ƄuYS;n ;Ycv*ViR o"nYg+w٢HRlqS-H,5P=Ԕݪ`+$uRhn3"a.8Bp%Y;nSaU.螾s)R,<& Xvoʜl%٘$12Tmv5_=5QwMY:dd3ĞGm :4㣭l1[TR<7'VvE5r\s@xDH)oq:čͿJX}8HMۃ3Aѣe ?M h6RP]k![z~fo hY0(|vRnI } Hf,S4*G]C͍Q=DWSGBl24ImzE"[8IL8U.=؞P5s?$%~>XT7eXR3j-ɓqV!mT. Hwړ=m7Zz)Ʌ7BXj_- yDiz2Rdh)xsܚ'Y4=i$ߣkrYm]Ne^ KH()"bZ lSpF.TORCgմbDS(U|OQp1ǻd5Ee7s0Y:(!:ӓL k<)'[&ŎH T5y0mR AGfz:xD1%mX)iՉH&i`}ݠ6$iEYN>pekk:Ua+0Gv?Ha֓)0=63rKWx!>F/x:ؖxGe&&߭N> ľ ǏSݎkzا!׏pt RN?K"Ch!.c`aɨv;jݵg[IA'4FDxv͘Q}4| qKrcfp@/3%ph>6΁|mçDW d ! L|Z"V8ꌅvGLG ͹ٲ4DC*6ͥIϡ [Fvd4Kč9kA 2%YˈjM@<*~zWmˋ0xN!ul/m^[L?_~CK⡑}cipqϛnJKxIBS>e*އ#J!t鯆F"'iUQY1K }G n|̌DPDձ '{{fc`6NRC}0qqz&1c { n_ؚ3Þt&{?P~F&BUzm `|mXn(6 1ƍ~v˜c{򙱉IKĨ :v~ڴ`/ےG~p|m :v[,u e==}b%R81Xl>&k .f ́2bfV` A8aY\2/Sljz< 6tѢT_ FԌ+Jp(pȍ z%a;ei.R}Os/!Ep4hh4glڞV+Dt3rȹD 8%ʙ@ 0X\hp~mvŲX w/,㾦Hr/n Gr:b_mSI <&q8eO~;ԽIDHm<0x|~rfFsӱBƈicѴ~C<' DEO WcCuH^QnǛؽꍇSBݗs(?El 4K5^jZcwPȤym+s¼9¡2N]~AeNb_4?,Z6UyDa}E3u\w~?,f/ZՌT І,3˸U">?fZ:Ql\ ëUSg!T\}QY3$Y79$а_^ H`m Fݴwy16ਸ਼Ystx"/lUڞYjhܪxLu\sADv_Mw;m y9|aZ>(皗8j'ΫJGb _H"8t쮳DBq5x+;r?@Y"5Lj4,DXrELI^PrſikDr xޘuX+Pz+H*ȫpaKE T`w]ԫa/KYqa@3>KޞFEPrT\PwQڻQ9@Rtx:kAOҖNm T|deRl(P^?nV b}e AbkuC໼v0ޭ ,C!Î1mu=9v{j:;8I`]ۙ SM.\xV`'Fr)(m ?Ckk$k ar*IKX4,d]ݫ"_h6 emM%{PP@%SӃ S/כU0:1 x-NEK-$^X?)n"/GvVLz^8=w]G<?X!# ߻;Bm.Rz iT˝gp9ؕ;4_waF'B_;ijEYEa;)-f+q y 2O%j; s։ S :+7\?}Dr.SaZƯҢ'jGľvOT) jiQ,L-C2jui1$ֶ+VWP5z5GP.0kBQ©d4S"' ovĞq"܍{Js1D*,R-SLknml٣wp¬пF,2I mlGml~&L57LBK4柱QɹOh$>P%t?I.@?۟}-<1 (fC؅I#a+hwEC~#؍Scbb;2DH[$Wvi ?ٖ"(S/kCEwf іyX58,Qu4e)I=YCM{`D:uʁHGc?xʥI@O (*ʹGwN"cP:}{j&Hq+N;&)6ڴ_-+|n4WE3V[w@Z5P}?Wc+Xpp)s[`0 $cDit7+=0@]ȿ0F+&FŏGU[AT]RG\-'mIɛչt(L:L)й;GM9ך?[CyG[SN[t$A`03>K6޼+Fϰ`2ԆrQ,bm[3DKH ("#m7`u@xxJ`Ma"Ta(y_6MZ羘BឱljH2&Ü>ɳ0Rܢig O)S@Yd^:)$~'E(jh=XeME˒w}tv!8/#`~ܤi$* aSWxz  >EܜP*(%$N2 p޵xW5νfT?MY".%JF z.(_7o9kyq]$2`:CصX5'<􀄹n‚ڌ"u2R=䯑\ (ܔnw$|2}hQ8PEVagK9G:\Z,%n7yCb/wCfYP0cj`Z `K%N ,hDϳ)"[*}7ughYy=Dr_HO}Ԟ8nTϝPPS/-?A / `iiZ=,!aѹOsx~97w1ajEpeRFh &ǜs NP2P`~ $suogX'MuIC.y$ H5qC6{[Ϫ$ʖE%&yaVr:m1 H9|?ic(!{GIr? C`q.Ȝ R;iNJM-b+%^v[\<|+Nr(T$)t=ƒ[*bYGznR׳iyso)] œ3ay$=u -7Sf:-106M1?n y"-vẖSkhw VNBQ]<.lfmZ;r4ЬbS>F [%vn//u4 .uhZ`A)/ 4?;mkiBpChF9AI1,K>$ܑkIDwؘ„@,@[ET.cx&~-epc26\ٙmb&xwzltpYxLqra,x'ntdFc(UYPT¨A+vY,¿g. :'`KX%#3 )s򗻞138j.P[X,> @ t_^j"hE>k%Q_O~'t*>Vxnc%"uϨF'6}8ET @RN+j'1Y#[G%%d?o;7ѷvu ]LiC^Oli3u85cekT镰dFicn_2LC26 >*W6BJė_>P6Kp7@%!"̡{$`ˣI8>5bg.Ԟf tLq~ö+<oDƼet )յdL`7~/=E"PhUf{CZyzSM_"i^Ǡe%k6_t,ʶ 9ܸۏ7{T}Ⴧg vWS;\ϹϷ@j*ewY96vtt1iQG FU(6FrF)6ƅ Zj8bk" 5zsUv3ty~v(Ư<#b^.Swh<\#_Ks2£kЇ~'ha@j.N!Z7:[(Ue◯bn_y[p~/j0F&L WiBGE@)%7cr{g022k)VsCeVql/]#.ϳYei RR 5J!*&ޜ7 Ng)~LxyqBtdb3:,љ˚(?@]D:O"!x髇-އ^rۨi'7٫(bӱ'D[sP>o:i,UBq7&suj?)TkG3:| }s0fHؚϧ-3/7A9Y0Y!$5ϳEߢnBt\<*LF=쑪,nxX}-6-0z96l!>N82ct%@ Ю^Z0Go^ȗKT'EB5H!W~ZyABz DH6^k?%t?ECL l{c 1PFcX\($s;)9x^pDi\ JB홦wV |h2UUK Paw Q!zjC>WlG M 2m!br~`oiL+.\:D{7vMi {S;uɆ' /jGYs + LqHi-'D){vxy-~+lf!RE980IP)K'+XҎxk q-*dgmZ-7=?(>rbYcIXВ4&X]Q+Ng?: mA`tMV,Y{ѿ URz_B᪺hVo/`lGU>n_RW[xVhU>sgO/y (FZѾDp7X>dUEeHzuutv[z!féED*_WX{Z ) %d$+,Ò *>iH njJ@57I L6C)c}?g9fԉpO.$X77B._-)n1Q4d>5(@;e'u@kY372偷ȣ;l9auO+,\fI r7r*mQcЮ#ٔv2TոY4 nĮ\ߥ^#,p>>IMJv+\&Wд=PPl,TGU$״Oo* {Ky=?Q+2=cޔ:FiNu,NPx2, \eDhV%^̮_lH˴•[%`k=/˯l# -PF)jqK4Ed#9^kY*Rp!4u1!)l֢@GI+{?[$fŦk!QOB]lzz=VN9^[qpr R([Af `y.0i֎f=0ҪNoE3-xeíK̜NcLx2/,bI8bP&t4vq;Hbd\GKMGҘG)m)oL DXg- z^Ag47*B]єw5sƚg}8y%/ő]է’mƱ䧰ה{&.m:!z75fyt('pT 2fi\ϾD>˷A:aVg %5%#T_i;Z},[R[AZZ2q!"9Z_vy5MI#Q5Y/)"Z354?Mnd4N+D@Vc( *nYP|2ߚSH3Z&]lRj={D OY`zҶ)>+r]Eo揺b"atuls8:(E諻6OlK@sCG_/r ]H$t6 NjE k/XiJ7fVn"co?ɬyz8)#17T],^uzXt6iF!?]~/2BXŦ _CZ jtz[554ygC\9ߵ^,`i qfBTEױ?,ƄyI-Ǧ4z=Pc_mU`F1ON=vo/}OO~^w+r<;0Ej ABF[ǥrA 6QD0}< CMbsÖ\Bv ~'~jt9l(j\DERo'9xtb5RcT}5`V߁IWF47h oґNDZL!aæM0,b"bBX8GZC\+ͤ.'|`-HXwΣ'\ߝ-tb3:_(N:Uㄨq5WrCм@Akpff9 =b((iblU!TOo%rAȨʽ-}!%{ӪE+Y4 c m8 iu16U>Q5ZdfbmNۑ+6Sl\PYg!.DixgX4`4O#ڭgVՉnwnӵm)=/{al[_5i4b, ְD̯: I5ε򔃴S)n x!g~"=b{X,6)%CP[[z;+'oa` FߜN_GId˱CZԤ.n%r~2q}ΨY , 剈L Y5mF(mS{yQu{`u1j-0Vu2vw#,JZ%)6)vY6oes3s)+ @&%cԚ d0O{e4\v_͟ q0rŴhPLsɗe::$)M$ɇKX{#]>s4`=&3Ȣ%#[ Rqo-&@/l"gCT]1ϯKLL8K, D ]xLї}KMG>KҘNDXz}XyZxnp{bRΰT˾e!ř%y#nnseggq#.%΁:6biY*SM|px>4DÍA:fحei/5OBKOhq0~'#VmbW'gWo6m$S.AȨH3!Bc'# GQZiIe)HѷA(z_sp p7ڳ!bx) *J[2 Nܬm :v6Jy)ͪTR~`ݝ噊` Le&^[>28z&z Sʠ6dMqU;ӴTPYJQ Is'c2 -q˳]<;q^vc;0-8K D2 ~JFYs# oqykO}aɑ0L`-ã;YEPi'RFNݙ Gt!\{콩Dž P'75`W,{{ ؀!"r;0:HpmK66\)8ly}>זC1!!>'ȸ`d!a4jr޺u^EZ U{7V9k"q@Q(l>/ˆVb h +_bD"T+\_H䉣El(Ks'Ԍ{Sp_"&b/ѝq- 3m͜Oh뢠GSfNd׬_ U: {߶s?%څP",ͲCBwqP6{uFEU"sG2y\(1͠ `qLp ZL$c\|=i~v?1jgĠT+{N܌GeA|u] a|+;K.{3Nt1}5?wD,ps Zc.a$|Uʙ,]X _l8ɤ >R`(bu=4 digGC/BR9?I5]bK!l]Oaxqoc=)MO-@>͚Ai(Ր,Ԩ!Σ{ A(Zy7X2]%y?;Y{hV"ђ^ǥ(^m*xti_;pfc]$vftĄu_/@ !ħʲ*31 :mڶL`b~uCdءR;uJ oЋ&)D0zQ.>+8K6BJPK,l^Mn]-cP'U7qq׳"IĺDo#_Q5(%8nG*i2:j70}mrk}Ml@ S;qpSJZrt?_5#rH:)Nҭ4>kY od&ĘEH?sUC{W}lےKvH{ FY}"y\ 舾'>FRwVڅv9 E_6^)2-`m@eTh9Q\fgJ'gtX QsN˝ a>Sgi%JH"Z' #/X$ar7YMYgi5ƺX!&|IEJr(7ڿgU8쯰^ZvF]~U OC y}$>}/bOyXR8bbCMŊZJ|DҟGG)D mmy/Ēͧj,e!6@9^u!X'~X: ?bZV<<|[gMbg]Cgb KpPF}U{6:{~ۓn rȕ^A(0vT$n] 3䔢7OQ+*]It=@[; mttkP$NQrڻE35`mWd3 Ȕ0 f/M!7qQE\ gsijN昹@TÛm/h:&!`+ WC"Gѵ,׮re/d\`D?]K- 1Ɗ_NiC%ּ S53퇮l.i5Pej%Y+C/w#?R#tc@=uxf5iT*w7p*:4sRgZedC\I]º:(!~ ÷K5F6w2I@Ǔ) g}?}'z¢Z450㗰{vJl%iUccte$0Qtr>a|Z-甌/(Ę"XB*u_tl!v pO2Y~!d921߃h0D .Jt0v[iBB}a[7 VPHyǕUZ]r$ Ը2\g6e.1i\ (hZC$9کnK8ЙC.0iw[uD :~'Sr.yO~cBb'H î%9l' \~nngEA#2Kh9EJ/U7YKOJv=\Y9VDs/ {/]g̗ ;ʀ<815=禶;R)'XGNj^,YMwvC0 \گMil c;;LYQ Fuz OB; G&&6U% FKF w4xGY{vϷ`>c@h; [\17(vn<`D BxÝG&1ur.b5d7$^߅,9N%gʼn!hM)h)6K^>{y3#cbm̡mK:Rȶ4mJ!Wg$6芺 䒼4+&_]=>|@()|h^b][sxhZWp|Ҁ2.rOx+:cx͔Jš|e׈|A7k{XUEë7.Y~Mwq5dIf<*||\ =x^HUAfKIm*= SѮIsuoGdD܄VJ4t%M4I/!p2 < ҇* pB-6dw9,R oSsi !GCEq)i=B䡁bft_6€DgCr^y[x" B=&}3EqTuHqMa=h\En@ygfό\,4Hŕ `\ 6RW@ H8_R![~s)s_ P+JddǍzE=x~-Iޜce )7l-!]o L{T@,lYҶ&O;;ex\^.(1HT-3Sc/-UY4]ΨN2QT*lu(NXP:`rvX[rEo4;?/ʞOvQ-g2@I;hWTOqLGy!?d2wZb/8UݧӅ6CAu7ӡ!P7|V&ޛU { e.W?VꢊIvq̄Wo.wf{Ip[FommЪ92,=%+*.P.By~ A&X%A6*0~H@'DOq|zw}I);/0޿e?A16Ԅ,"GF{i;"=<Eh#nNn1bT0=rۑ=D 1w|a_@]OU'9} sLc-9@:6S"xĉ#].Ȍ;gmÁ/C-1gh@AJ>cjx#d[f+{Ի=9kN+ Y7TZ/}[XSҜҥ(RrR^~+[$#Xg6=!l'ξ w{ [rXhvJ۠.wX ɲ ""-G*?vkoS:􃊹ֵ ]DHYxp{ǖ\1 u!;~ٖ'gÁ}F3IJVQ$Iu6PjC7e6% |,9錚=&D_n7)(K_p[>zn٩f'zs]|Ow9nn3DMRT7ʒ܋gR}A{v 4j%T 9A`ón@l{-!ahb 8c6CjPYd Йd:sQf0y1Q;O/Qjx7,6zFt,QN,_Vv)(LE5R'7&Mk>\Yс\ЭG:!|(4]$8;@QQ*c}#?񲣸؏O 3Y! #=w)1x=ߞy/9od9 $~ydh!W{y1NrEᚬ Cߐ!?!)k9iD ʊ8he8`-hҜ-ݏ4$џIax[cN§pc䊪.q^(<~d]j.)^kɁxGM^sv/rU3ce4o縪" nʐ\traY GOԤ_#qK4+տaL6#7ߒ)(dI6@ x}Vxy}Q \1-{\D(>iKL"&6V8|XNE^~*}t"GP 0"02:8zQwPYf^fAa[JyaiVu2.wvq="Հ6nec+/Q*H7HBM{a2j70 CkI[ۺ-9u-R_:]!۷,ZL%c }We#UZ=Qʩ}Z0v5J;).ASWY-IvD V5UcJ"VCa/K4(GA}MKE ;N I]0pAcjxnJfl Ŏ\+!o139BrI'NS&D q0~XșVp&Z )cmj:LO#(t鸪!cA[BZwitȲDpLm㌬[C@r0G!d7pb-Xo+LZϐ9iM`NEB.FBc{R8Ջ0C~.j:]0~xyR2ʪ O%#0*~ͥ/tg$݈(گ\kf׼*5ZJ7eKs<(r06ǰ]iDoso[S݆јkɼzns65ȋV- ZE:}w=`e&5e#N9mJNzG.vN}r^*c鋉3X:i놿i~/nb}ކJB1E \v򄋋m㭾NJf@׬ WдH6WIfHoHzِ^  !2DfR$q\a;D?}{!M4v(E#Ͱ>#>KNǦ^ygdE s92cuU%̄Q3Zg%yL|) UkTh XBa/DmoJuWyM%MY:Ď$u&6#CӉ S3 L6:'u Pq3k $'5'fm%ӮuaĩdT~flVN=h*  ~kz_Hj/9`zɖ` Gr/!FLR[($n)%Hll (neVk+]JB[-p1ю␨^d}{or_յj C:VTNgU}H2)>()ߢ=MGAr,ElzZ3sږ;2huks}K(7u,Lku֣̻xK6F։&KnF&,+Js=}'oF(Ű`+~wTf.0M*N}D:GMV=(zҬ&^/U&`Ys8@ k@i & 5 ܎? -txZC:o_%Ez8H])-0+ ַGˈ͌! 0nsGf̡QlU}E^{O2n/ȌW!J"S\Ym a-AweqGա C;m)[MЮ[ C*__\,񅃋F:jfQ0W Q .$nj_/aJߋ@잳[P!dU*\S tA2$դƒJܼ֨ءs/Mh.][n5!䑎."ǭHKPfGKWz# ƣw}ήM$_EOl5B#\Rϰb=;KZw)=icdN`jpDe]:ſ !Xe V&ę Qy8+;zuu'!>'шfXl)Tn=[Î<6 j@Fgzy=<Һ츢b+΀+-AЀ_LnT!55~Xje2nocgwƭJƵOKLE~RQNq򾬠|װ*Cv_u⾁KHzh= 76V[uL܁S[<c-(Fn5~A`C0embF'HjvJ#a_k]@ zx9Fv>?Eq;v$%ED:1Wƒ5WX[LP1"6:Ac 0)b7YiY3ce 29zx3l3瑼]Ӄc Qwa&~tk=)؉xM@<ŕi py"\JJ>̓FmOv[]oP-:~M4|2ޏ$Ս]Q"1Hy3Ш'6:ѻҍ&_?f% K4mp(pXz PFh뵝5Bbo~ZSoJҤZD5 ` }ޏR9 hwo13uYW*qu# XO0Gv"'< +:(l<oc Mye~j K)k Iꯅ;k9~x oBdБchX w[HwY!3Y;BIMJ|\q껴Kvj.Dj<}~VR$<\P rQugCE!9}]jVGrȕ ڃ5 X71 w3`.0N1Ƴ QXy~ Qf=mFrckul;SL(4;zUϥM<Ҿieڰm .T}av!m[I UJAb@WΊ:FhN M'~\9.)>!ݒ"C;f>AH)̇ѩ%ǚ~۫*[`C)dľN81?0e:{w"r쩜?AxA}}t3;*zfÜrz\/gI'i{,cr8,y9{]Ų0ˠUׅdr#GVrvԬm}j (S ,P@ľql(j 8 n`y92j[CR< HS'شER˸^ A @zWRt[eaf׵gfLA*~ c"8Vseo!}]##sgw;]eFP/E9P3=,zy @Dj@}5$):$mi|#lu;;~x͢u5ʒ<8E3 @̎,욮lK,ׄHY} \Hp L)m(@~ 'O "=By@[>Agme[6thAq|»PBT+mu DE}m7n ^ ld_iJV j'T*4ux!\̸|Q/yzmR_4nZ{8GIb zޡRia\uxiNhPGU]wz>fy^8%x p,G^a:"%Zz h7dT)釈{]o񚉱z|q,ՋJ>(Ru/z7.\OFH8^QH s186=Bҏ6bՑAw2IAA.3XG["'\W3P#t 09ԧfS2U/38g&`xK]%VtzF6S?_{B@:*Z%2`!%M9nz*Ӛ@SJ`DNuupKFy^MbWID.dXH MקY`'7d!Mx\Z"G0[(˳Vn[q-G9 ӔcYQQ$B0 +NFoR|k,K8u 㨹]hIT­~!?48n!.eII3H]1,t8Z+"6 GZr8 wZbB#jvS`X\:[8K] X8WeAe>x%^U5jY4҉Sܦ5j,E͖ ŅBLʷV{&b"@ b(c%-9톿e3q̩ԵjR"<_pnܛQC&C|1IZ(w#[("<5 ^E6z<;1 Fhy*TM6蓼M(TF&Uʜ+`U Oݙq2gձR'~qbGbm8e|(q J `zq2Ib{a9V!W |/.}\7 ޔ*$G`Ake@Wɹm^xlhEMJL[b KS!`G4-y¶B e edl|+eģt;ɛPl̟Ao><2dԠNAlƈx$1/W7WAŞ {dAR< wbkF-Vނ ~І'Z#)Vo!IZEN* Yu%/mHi)ᵢw#%t(eS_w|t4N1VIkXԺptBo0Z-EhJW}R {t4|}ሠSPT]!u j:ު`)f0|rV0 yOoO*-ĝ:5" <%*0B,d#&K~r"Ӣ@5р,!вA*G3k-Lt:Q;1H[fЪL$O;T $D`&Yyj_FP,\qe+gǘz[LmNj=!8;[˛M p_`w )|!R iXsT%2 )A-o۱, Bsw RL\n&֥`1͂/(7Uuß%MŲL8|I| \AZ&1sTD4 ߯t?ZFi #@z(~fMCg.|T>6EWiqN|ɟ7\jQ@ t-4HmVLG:F;[ƨ%qE m5Q|7@cUVNND m5sjգ ,rD><* (F4e aD݁7 I#17rv\aX۟@6iIt.pC…;`5C g훾˶\<ȔDgB#'6I3MS 6A mf}[83_c%A?ڿOƓG=pu~wGsQ!^,cҪWlѳ "D}sM1~Ϣ9n'?JYG,V kh-1)KlSp o8D 3Jpmf`8HЖ! X3m,.UVDS@Z )9az]dzZyϞT@p8?+5|a;6<Ʉת@etI S@^խ8`xSIE{;M_Iv]o*tDt pnvWIX+,' nw "(m;emC.F1is$.l մsb&>UMH$ٟtC}&91Ʃ``Ԝu"l}@G=,R;fk bŨF^i>1 ]%벶[_~g"ÚC$%*ʞXYzv͐҈ze.muA`z)F(掩Gbt6](Dڒq k+qz*iEqU< $qwC ]lQ0!)*?:XO~.u*Dş 3dI2J ~JCObSDovh ԲLE-3{Œ"-Ѧ$o"Qqג(A:r ցȭ@cU\-uK3,g< '$q'PM2!ȓkK|w{ 6=`y;kiSȉ&G}S a\>e$30޿f;^㯞IAܗS ouqz)g|!°bM=8 h٦43~bVjVSPOs3j ݬKe U123%HmPnv3;H}cq>FBO`uȾYnnԔv8M1;4=8 =)瑺d6 u!^JȣՏh*3 RY3D!T8tŁ>L8E&NRo]F/d3|ÊX..Õ Cd_`1ݸIϵNLa093Vg\Шv#ԟZ =]+XO/|yOPs))$bX(gȧbR8V82ͪ2PK9I;W7쳅bں䫷eI\DŽaw|#a !ރ' F\RsB1R*SX3Zٜf#LUHE=DuW({rՎ`*{0O[{zWG]0@*kVOsUGPviNXy]כ*YmsCiH?(|yըeM,%.t;#?0/jMmk<;4UqDҎ (yrwcKµ 2?VdX{[-P8QĝRa{3tB ̿LrXO}A[6۸J2fViͽƴ+sk c .-۸16"qFԢAHO@g5\8yD2q@!~]Ѥ>&A~p;\+3ahjoǙ'h,Î<>˩*P('4'ltr5DoMoGP^AFӃN<"HZi3 IAYtČ, (#zGHJLJ 2Ts2tퟜ_+F"[7ŸFd M\B%quX_8in~RqG}C=γZ]TWYn[I2kZA{Uu o^wA˜A.m7nE=&L)CX+e\N7z&d b=6pD:W%˳n7Cw=3W(Q'>{ φigڍ\HTǷi{VR't.8q4ה^6.4̾n;0` &Fj DY5{eG'M1g>ES]ΙUwڋ"H I_ƺBdžrjF6׻C#IDGğDc09qzw -SnvxD9\V 6ůb%=tmE-tPˑ~󜳈W/%J4BC(i] `>[W0mxUSXчǑX [ Ͷ*Cu qZ4FBPS(PU@Sy=u/s >[^z,s<W8r15J w?~ѼViBS? QZ wO`&TyKt#, r^Bsdjm y`v3݉Ҧ75pp0 my<|*QLVD (KI8Nyjue57)N&D|d"vLA_M2ڕ!𼷌l+ܑ<$,ޡCG FEv>ǢT gW;(`DjNv (POy"sBq'upL]\>I*> b ' o-_Zj6}?඘4J]H<Fs^٧9={`FV(7ʹk"\IvS19xWŒ]᰼P?jg=cͦ '=Kr/İc]phHh ed^ ,ՓlD`xwd/;@w̆l}3q2e^XpLanA7 "JY~9ىogڥ鍰[?GQ3.wy~iZx(CӅ^kBkGG$5TE;E:qRo$Z]O\[b7AY4$h1oDC*N+XQ=*$x/v$L̫!n?ɓoVp,x!Ll@tMVx~֬t&Q^A1d;Had5rsZw@t K. |s} s( ;?]c/1=ghXZ& .}ϊ@z|@V.BH,m|ϳ?3rCS8Γ^Lw戺FI"bkSDzF@l'vX{Xڗvd*qաA6oC)$46Ob۶ @j:r*dtTˈcW,Ⱦםz2R-Xw(H7߫4JcQ|:k:%)¥մX>^ q7p*l8~/ȱF#.aOvX@^Q}/E 6iIS?=ګt׫G4`W&ft A{"p;ZndP %H*,i1$W1Q^[L9?Y#;QVE7:[@hhB)D׃(:uv~nuBjxn?6+yQKі;0n.cSX' 3 N2p#"PУDJz qbuIr걥B|;>AWqd?IjJlQuY;f"=q')5q L!a=Ʌx'2r{,REJ9Lj9C޼R.xڜq!Z׳6vRSS4ȶ_.Q̿σtBAƐʛUK9qrʖJ}U˔sc5++\ڊv׬g磣p)'{x.:4&TwE.nסLemRkWԪb>aIXDU#N~zFKϵ%Bs>Ҥ\B7}x*z,ޕ%@;&xҒ>ΜK!!Cްy<d"]rv#R}tןkypƢUձ!2.7(S+ I@;z'57!WXia\4w;I"RKN7,A`qm07D .tMa9vП" .dS\3464ͦ=4F߶*R/7Yp $}rD}ioĵK 4X-tl[ a%`d=6rkKLD{& w1&B-=Ss1SQy;]z &֋-gB 1vVa]䗗 DA+sm7j 5JQȦ ǭtj(?wk0ÓCԫ%#X)7ß}]g1w;  eU~6mYC% vHBfh) i'lB mDk#g=F+1%`&\Cu-׫hwMǤ  f7x39 f;ޡfUMyA8/l+r x Z#$]Q&>'[ru ?ma7YXlew)f)MQ{ԝRCn^pĸ1e@ܙCgk7w&Dc`Zl~ `o/w7ډgQtNθx#Db*qr`/*mě] .a[SpʢFSs yv7=qի'q'޻oH?Aك^c+4fcKkĎv,Q]w "aOC)*)_ʏ0kD!4u/V -t%=1{)ЇfHR}D+42gm%F}Dw<~xКk3w 11+dyQMvԄ<}R [BXk8r2 lD >D+K@@6G&x eqzWuHq^shYJ1/WBIζЎTGLj`'N\´pp|Qr|Tu&U'%gdd| m! ]׀*APb;|XEz,pNRc9 k뚨,]\xHI;'XD8@VÖ#]$A\ݥ[qL$ˈOΰ[b.QGƹBA[djStFplNW/׋bR-e\(lޢA>n#1HUó:KkaC<*1h?JI.r)`Cfn}9 bu5ux#rN]{Յ?$bt |E݉0NGmջ~ Jhe/owfWPaDLP;{I* -辫#@s`I8+OQY4s٨z@vz"!rW"0F,7ܝH;fڔ.5Q!%bGD Jz7x LPi),FWի|8ͱm(:N[7CqVH#Rm8. a?ӲIC: 68l"|]j5$U B``f+t|c~04bnZbo9X4O rnW+׃c_<T][@{#ܨR(?\˽֜-E;Q[4{ f:(h|Uw2w: Z5Y\ ]JCƸв  k塤Gt}J W{/u^sC.^l_"ɴ^,ZiI%A`/Xj|$F2֕qp((#uzr[]3?S ;/3r?9q~{63s< #Qy{D [9B^DX1E+#weT̬(FNH^ 1n :ճ5zZ?D!u+ !cKjOr5ziL-Ki!Cvjѵ_>,;)#xI6C#-3p{3R ZݗOR*'C7&X2L{Dž|+hOxG/ޚ:"!b7 ^.UIn .BA +: Tb ,z=tOQ? ;_)[))Q,iOf P^"b1gTv@pQMHħDHv%tM!snp̊ ֔PYI^%S/ψӾC!YS>Fޏ #ME04@fQR]wAU`=^5d˷+xFH7ĘUΪ="VuJdUג|Y4 r:(O $/&пSh-AshNCQ2y<'q vf y4ȷ7E], l ߑ}3OhXRjum{ /6BU/5 sH9='罵:ͮM/cк0ay{,+wby/qX [;T*UKY0?TY tR6tB1(k}ߦMt.oLS)gemn"փ vYu+@F}s*beaKe1YuxQ? WgJ?D.=(_e;ZQ)d^s- n@iz K\t6 ֩Uh3䭆udv/rOckpޢi&_s$Jǃq_y}D;.gJ{bfutӤDW0ܠ:e~3G|Z"uhܵV}T A(tѾcH&VjPosɶW课jEq&;gq Zs#RA_*xY+TK;n@8ז:Bxn-\u'O؆>jW/|T]`R0 )& 4ؽ54z]"LLuۃt^B4811M):,nES_w3X V=\z@iNGC񀚏TD ( I;ҏ sWV'C!HzefR-B$={=Zխ{KqP,'S(!ܽ(}))v:6`0< j}ވZK%xc [l&5Z?tP(U:m M+5ۗM:t(*VF`&d Gѱ )>;l.:zv38S{*`e+c&Q,9`v+ ]6*TTm!5Rfvzߝk-eskO%Z:$+niڒK2$^tWdh~j-5E)I m\E֖t:h?Dt;83FVfl[eRW/iѻ wB^-1I]4:~g//g}ڙZP6yKrזch_ٜMg^[ Da4X. fmFaka_lkg(J1#fJucޭG0ٕ3( 98C¢8$b#CifOwc:7;elNzS*2޻NFs>+90/ I ErM%;QcfdHյUVelp6f]jJTRʨeTP֤~O+(okr~Mcj{Z7zci2谥_1K \dY[4 KZj*x)M۳t Al+tQLkjŢ%o5NE&Q JfRFVn#IIdo[G+-K_=gKlqYf[_2#<9c&񒲁iNvfpkx ̉C/NRad-z Zf-Za,ײ޵vY\!Cꧯ܄Ra,Ikg4p~z0OU2mU6Փ9 %V0Nٮ=?(|]" "8Rr=!e{eF n⃫N۰(鴧=RVYcZ҄Rl~A#uΒpHYs'зbNk1 ,oL֓u,t9ּ~RoW%vK,pn~[-0J@Q+ ^UvFBUgGD`E{2X^x>cN9h\-*I}3!j]3X{rYw4B9p`lCId}s 㠊H}E,TOCH/Ww K;S[zJ\I̢Ӂ?U\18h#i-z{5Pδ2>NE9м㛠Lf'9_jڅSf?M/G`o=Bh"eN\hE`!Scn=TgDP/.Mn˧NñyeEt`c@plzj4OFSd_%_jTS`8vJA-$[ VIrx5;fƭܖWdRez̠R5]&.+;_lGw:$5A)V]KEq=:۪/s7fuYJH9|bpۦJތ bbe]JFƝaum8dU k.:b(*fhuCO{ b(  R Sc)6 ]F_SG D9m 5ͳGbM; <\qO^d O<ޥSJiVbz)௹:c"S+j'66j6aecsu8[U吾*O--R(' ?i&wM,09m!Su40! j0K<,-_ .egWJU8y4R֐9NJEKG l7 ӣ…?^E@R O8O`$u#}TR&T)NaGzSEzYߎ" -24ec j]O"̢` fțCbz3>wW BKr&x2E8")k+%91k|jjV)yN/U# IP*'*$m d gᠾ*{ BFйE18`-*̷ޅX8. Ja8>_&In>%#\jL"̴hq/˂*-:|I zOHo8Y&\Řc~y@-EVt&!U@rU0jq%`lWDP̹vd]Gr~e-Yw:?%!$'6D(Q&|Spiq <[{HJx' S Y wG[ 8\qGraum9$5ۍg3P߹ pN*` uِkڱ'T9ɱoxagԽ]ÔH}@jEJB6x*\/}ĸ@\E-vse&1M* s܂u`RȀNB ?K} {.xAY Ea0Դg;qwn Ƙo(8 /:^삊j wonuјVhγf~ >N,òz:I qj^WA>:v@m{T<"bSojKy0RH `:igA($'TS[8Rr-)8y`ݑ `u 4tZl5K@Ȉ9%ߔd)lIV6Ɲh06!wk6E}vq! nXp+Di}pefÏ 6<:s"V()r޾7a <^)K5Z220΋p61Uz21۳QvKч&3={#5$+ooCғg,&.=4 [7#J[;URa1I2Rwn ?6DPvB/̬WF$kc`nAu5{D[k"?z)xutv3+BZa y+Ʒ[r}!zzX܉\97Ub ;Y\VзE*~FM WPQs\G愒TlUgXKzξKJ&|V_eFzYjo&J"c}&B}UneIιJ!qI!h`IqU+dPcF 4a:X,Q44k6q-A4*#kh9*ZJK4#) nIX9U3XvrM5AJ[)CM{wN/ TWn~nqu[+icn~kӭoyB >)yq;#઼+QF}1zJ ɤ9ukg=K'#`vA1DcіZrՃ^9hW, /C!Z;7E+Bצs|YG&{K12s4iՄ{_` ,/Q%,ǾLyu.> ZS}aAx^b:tjla7yK _Os@m׋eyJ-ENUwf] !8KOa;`9'g)bnˑ[Xo IӖGI<2sXѡ dK3N1)Pe;3J SiBC BeѴ_e/Fv&񶴒jLwxVʣËu^z.qɿj3s#K_!t#d@MhٮIΒ^RgAYQ HFW VǬ zœb# vQrW' U+ L;vUik4X7N>QxPTLh d]sQ)Rd e8g6Bh8w;zV"NFi۟{9ƝSzMcTLڎ6Im0.#K;`M050 :Ű,8Jy} tqMg`K/x/,OtQ'.l !dl NA[TIydEW*:,qn(쵮j܄`í.?xb|#bb/^ӯcRC! V *ݴ"8:pMgyه8^m_&IE/ mR}Y Gɲ;y;5 C2%OK+G&x4wUdC9ҞlcufBs$h1 oPA[RQ}׀/Ae~B]vr2 ހEtAHQ>yj@&sY1cc@Wq  7#NZ7# z~È_Nv6kpE Ϗ_j 8niCE##"_]Oʉ{bbg\'BN'rW tm+ R3w"wڏ%@b`D{VJKejLGʸeO`q|=x&X$G!KM*D~UHey`,ܬSGX*UL>IhӫZI]ѰȑhSʕ\$&]k|g&jz;v䢍T?cv9>'X)Zqk NVеZMmϰR!KԆN s;d+FWky*C0L/}Nփw0iОp$SΆrKQH4i[ i(7n[oB/SJqpim_ѻJQ4N @`Q1vDaŦöS%?ƃK-47qU`ecxRU-z&9T~`"b\^?gM.'Gm9vgfrTml춣ɷOoFxyP )[5ٌt-))㦱Ao8ܘAU'yJz_i+)$},Vz@<3~@ZCnO֜&VHF1`ŃZxh-O)OQm#R/b _sq>y5MͧOm[ p UN璯_aN=SB^=R*"2 DwY,\ Z3ux?m"B)tgdn!tmbg%lP+".ibF;<!(%_ʨ4m71ԞpD#xgUt盼@wUH. ?1޷`}n~Q9åjg;xe?}2S($CvcFm?I O߾bx~殤Xv }q %rK-p;$4R񳬐 o6)^S˺C_ēj h1vꞨ,vu(ǾcݝHsVRĖ' Ҹ+Lu#BP K^CZ@9P&q$+:ToY_iġ_"TEx@`~܎>D*Z"NSf^s"Bä S(Y7^z!r6[u*h:΢5 J-{RQ0jl֩Tb}F8N*yĔkfH5kRA)yg*C,!mhE{Vc_Jm+DXڨbAFwF-bTY,f!<(+ePzeOoDC؅&vtZ-1AKoEo/ A\k5; e~TQZc]5ٍۿ:K]Қ֯&==n xwCiZ}c Qvᔨ:;gvmi3Xax(fY|$&NjX"w= ~u.$r;+ D3*Mp5FyTH(!S(N>|4p !JtB<>J^>&,gO zES0ʲg>VlwJ~s*pqIO.ݸr)^q.EV#aCQ,nXq'6b*N^>%haG*gI1X{I3Q*[LЋ?m'if~54bwɩ,ZzgGig^y22o&>8b#9cc@UY47?TF 7Ui*n3- /RN<'* T=+7OjXeNEHhAλ`2zBze|uX҈Ԋ# 5c'{Cب\&M3^S4\#) EcNuKDFHh.p*2otgF1S!*u^`O8?*%рF;@}nzQRb XmOC:)n A)hNHVуFTU(WË#P3u\%wHHM  ia!=֋\ŵi;at5=f#CO~ğ5Z,ik.&(i֭贬GUԿ|VÕtpW. _C<ۍ&.5Z8\ dJ $՚٫#;DN%~׫kP& &_/ Ͻ e ~RG## )bKX?C~:5!<VVRI EoѯTv%qyMi8_~AP=fvz $&|hAm~!bӣL8Y(t;G|F:35grݠ-YB)*.k _me -PanV{ґQynvg55cyHSG;- `EHmw +2mgQIl{7^D:qjd6 ,BXm~.QxqȾk?.(F$ :`2D γmD9W#@(;,g;]+s/: pxtt WH#6ءXnaťATlYzn|W@ڈ cn= ˕0]z$T.=f _|:UtBN>rria&-VF.ޗSYǰ?qeɦ*;mīj'**/~YDA lwHFk{kU,Q7@1y7/>Nt9 ղp# /ao NߗcOQfJi8,vW@&gTMrE~Y>4O>Bp׵Ԇr-b#k>$2n҄E;P(8+X.RmQ!b<֠>./i*4Ʒ4;#ec~{J{ mX \Tmfq ff-%L_DaQx(ZD4ZކaV%JY28 /&@AT ˛V&ѤU*jF@# SJViRWAdv! 3"[MdR()8'${KM:@DpYݩZk?,'`_*FJ~p_K@sAbN'|U= < pn/7Q5Lp;Vej;|2K/NS-,nM!ULRzXkGTC36 @uX}ڂMayRoQ,pcğܠ[ )1~~q3Y#[G d{MT 6CC6px9 h@ש̝͝`o!"\$6N"%jIj΍CI3])@w/6M'伩Eh3Vwc-o9;)> *4c4YT,vw14+o I.SC-D͵{z*'Lj~jSz֒tYoՀ'Qj>!tDioyt&!{ GFaOG)ⰄDs%P[8ʴO¯kYg82$:}:0 -^K)̂h~Q<L٤fHW4C+k2n;Pl!X)!yt0u΍ 3PG|!?py"!zWvFû8aP)kN9SӀ9K@:r4 WڙCn:NRb( o姩SN:Z7YesBlenС3"{m(qkx# <]c7CJ̗51CoDdXL^20U= /diA '(=B^}4'55Jx/sֈSo#| q yt4-Nyip4_[xI5tSO{ԽIRt/S[k0:#N`Le'=oTx6re?τY^Lsnn hG'fo̯N3IeA.iI@a!m{I'iRbvh'x9mP*L H㓕PzZ;еg%bLt-Zbyh4*X?#ܵ`]$9`i֫tiZ ݦ*LF)۠:큆TP[5e^~dDF?Y˺c@6`6y:iY-)ŕ::/lKKJVvѻCiAzWc2p߸q^`M0ې CMzf9¦WDɏ0/sK[fPAЄLۓ.sʵȻc?m: [ѨǠ M}r+3iu*wwx_@Ű sy>(a iU(QjK}pٿh6N6x9yOnM}2MTaH#zgw7 "1مi6 ;3讲s_8}H17GVfy}n* xXIfz-B)`ti:>尙! }.Kdoq=t3f_?86&prhH+kofGjߪpgJ5o)KNl8z *܈Mhb6𳘃e9{+0LwosA`` 8?NyaVXX~ZIʥm~W8ƛ'!,zg{M?B.a;XgǐQ9˝;nD;SG1%{GsHTtw/2w&3KffzE b+/]AF'k-S! >]BgE̩\iC/B)B%uUe i,82~}+NBd3n R.q#9{ wFJAmY`;,mگޑ_EK =vsNȞ KwabT3qv܁,;A} ^%t{8SZů9S/"6 <&&8Ol~d ZLD vJX|"iJ^KG":3,2*E(4&1w+oi*׃ Ud ?ï?!.!ꅄMPCk 9%,$Zb}ZTSq'9>hWM`_rtH11?ӿrA,'yH-o&F- [#LK;S1Po漎g ȳ~-Q?6~X z4mwA8d'j/'K&6 ?yXӵ,`5}}l>7BD^Je"V?kQWYM9Ç0xo^j}jeSba"2Cf eF&XsҔ/f̈W p im^hg-<$6m|%DIz`l0Ӓz)9hR-0BJg.-dܨE)̌ZG{}t?_26wKBh t `U8(0+$ӎC[B6 "(%۫}TMTtt= dC }lhq':b yX+ݫ+\vT5InOx2UQJclM#^zsDhsr 49,o=llNr8.! X<;h֟W^1rjK_n0w6azړU*xT.Uq'j`>|M#6wvwhPowE(R}G:ϋg$.Y{5 P@ M]۳oHYaY!po.ۥe\:wu3d 7?ڙ2p{`]XuE?DMC|C劋]$,"5Ma]gIr*`(AK l30pl ǟ4$qS:8/iwm~sFxe/h|E5%-$tg翮eY``FM"jB Ym2օ-wDW=5:u if]B{ta2Ya~T wGJ;by0  Լ0'MIf8~?wFtg-&o"ݥaVB_hS@3&kL-pN._f ̫?wv@(|'B-ܧYBTb&+9b+fE ׶OFAQJM&2j! RA ,XLdDk$Ş/Zw"z0_ز]:-:?:$ 2 F1ֈUܷ |?b,2>R1.;!!;Z,YUrE ƄfzǷt~ٿ,i(؏k |@|>r+Fб+rڕ !ܭIB_ݙ3OVU:5nMem8X;0k_:!^,_ż*磋Os%лs&e$d7 KZɑy>=זЉ?,! [[y"kוTp-^|P7ɝ55fUä78e ika޿Fѕ.y:@ i;Xȭ:H"e(G3԰7|ʂ\D׾qq)BQڌS%U=_>O۸|2՘Fe;O0%B*HULJjxF$e,׷Fj@.d~e Ǖ5N?& ľf[ŷ|KԌV#=wɬ FQ- lh0rY?( fѧ毪M 5.=líK䖏e @ŦS qrluB~0(:Z B~["Dt6onst10( ~H$ĥe!vc}Hi9U亞UH $t)eS]g*PHzNjX?kPHw:"[Y3lbhvOFو`M90ijU#r9tB CsT Tu#Uz<",4`SO' ZQXV'mbyl,#>sE"T&,H(ˆřQT |uYɺlg(OktJ|}^zj-w~_Ev*.TSWk .Pe\#^oT,r1҆ (~VD\̠"eas5%$<*B!GsLB3‚ C4]gѠET+ wX͍OWHV]WVN",[3`qqeo!BR٥ !SK9Va_3\$]@hTCa w? BdSrcD!8jCL)L(n4(Gsȹ{qG ҥ NT.~N]X(c(x9s9S ߌw3.1I˩&?YKlqtޑr~!>\d2OHrW|K=#7LLCHX`VB7] ^E+wkɴtWR P54vKuh{\yK[NK`Ej||3)*lrer-t /s B(]՛Og\vip]_E!v)7>1x'1ؒ˜jBCsQ@ 5UY{[=#60gp#T"{0yQ炠r:R3ӗ% w֗={~)We-hSի[dmMhq@6iw{ 6@,vS z ߂XdpڨTd犤ɖ!Z4̈ǵy>.CUIha%wP$Efɶ a ؒmGƱNj,O GwGdɞIG@kj~Q~ $[erX{x Yq@Fgbv0:c\IJ7sjj% ug}c$W Z>Hdxz8ؠڪPP2?R80kAwa{@2LՌ3Y7^*u[̫ j7)1s-hi4g) Db`[t 4 !Urj`+І$iO=)̎QORV4j;rҹȪT9{忴-瞐Q:|gE3#GC1}K=J/hklG;Uэ7H oB>4ݏ?^I@-R/;$04=UNX 9vUb4*U}& Ɨb3VkX|(~8rݖ~0P;\Ն7ZQ3/j <70IܰzS8ԯ dJC',;{CNa*,S~ tO#ٗ/V4,-a67C`$oƗio$ݧ{yץ@c_ٗ Z^`m7V>x;}N:!Uސh `Ƨ&m `t +pTowԘn-3S[馻C:dW$+!2@+uK~]ѸT^Q( f"yRv[er=g[>Цs [k'+M/^6s!b#絘rrE+pVX.8׋D-w|[mg\!VTŶC݊~1JRMp\祉NLKbqrqL]GَNwo斧93{Nڌ\a:Rg&(0+QNUqW 3s';/U~ʕ>\$ uGG~Jb̾ˣM@<..l'NާJR)1S5vܪ$׼edvVFC |1m⮘E(t8´RɑR"zMYD6XQ8c)c*+Ԁ}?":CITix 0Wt/\(s? b =텛?NϘ@}хwӿd%Ȁ,?Qh -TJv&4<̓ny*-)eB|q'h?"|5># L&HFj[xX.ChI"nyҥdQ륟0u"XxmzRngi6A:f ?2I"[ X\ L-oc.1_͢`\U$Wa()ёH!Q~ge%ht_RÍ$bSa:prkkȼ;tS0>G0sءvSjE}uflx0JsRY"}l\ԨK g=u3XgxFMђ#U~ #nFfe2JPL77ʷ7LR+~6Ǎ.=203.{G)1I1%J=f Vbgw?DwaAƣaKƞ3x "3wYӸpdłw9 JB`y/Y>;@dG} rT*~\S\.fكb^d!$.{zB3`TG!gdmR`=gK:3$;op+bZMXu99xs}K"\0h}Wc (J=2Ii)wmDbYSSd¹^u#Pzި8e >'oӵ"Z'=%%&VC[6Z4N+%ݱ5AHDFʷUyg '[&5QZr4Nz]o2s2P!vefRkA{=Z?3R4.h\hSuZ#IVN%Qga&bumn_K[0 b" D)Fn_IM:}>,mn̲/R/oW ^i:J kQsX_+ilFb1j''EV0魙 2m 9/^ܝxmMnh:dݕ1~bg}GGhj MrkUuשl;t0o2\ -j~A`; 󮘋ru&t)rb69Ox<}2S ilT0(˓70b`@a)ӀZQЕM>y(NXqDY 0n$U9r*o%:aF%D*$|eɲouȓUs@NB d`J#$ }"P̯lbW-pׂ۫6Rd ٲ0kS\VrDŇgvdGdQȆ~hPHO%OWIgJױ sVtJcn%Kbu>Ja9u{#I[`I!sob1H tQ@ []c/RllYhԘ Yj{CG&(9{Qu`Z#qJ+BKL.*z 'a7"+瀌8baDjPu`?2>!$Q.q ;q($Njq1rm ݟU r= TJ: GUi9CRwO1 ,0Nx@Ps6(j+*e9@d_qm6r&z^OPR$1ٺn=j8LSATsk [$yd ޚ/a?hJƅ0PM 6!|:yDJKTb[.D;a愹 >2bz͘&n ?tŧ%ʷpǑv-{E'orS~Q[V&C[ڦ{(o YA fpz R&F]-m1:+%[5 07e" %X+x@"f0v ^y#&&2daC~pBë+m`u:m齄]Y|0MIcU@IN4(} ).m&)08*+jr`YЋNuZR ټsC?QSjY ۍJgt7ww^u@Ro[+H[:gdrw"ieg4vcڟԪ@K0!ٿƆ:Ђq@=XQ-ύ(qh)M #ˉ:YfCq_2K W&'_m&dC ʯ;v|DzEv9T&fF`ҏ_;HdF m?T!̍"1ӻ-an?DW7ORo}.յtpH؊c~>8k-h DS$=*}ʵ%[gFXӂ/I @vW#(CB>51bnl68RIXށ$(>x{ 2aĄ -#`@XBUYA\gɮ)d[ ;X;cF1DbC˧W[+y~U{ݛS>2D{M+:2eja]:UR8O?Ze}fHS5Ӂ<\m$%NmoeD丵FiV[=@r#N%9 }4x>dMOJP9(TJگ}Mh-(@|ϦH2߻L{ƿ3TZ~nѻ85rBʙ|`YJwIE$T]c.5.\n% 'i ok}x bh,Gƴz,(hg&gkX5͘V=%6hO=ZBxkiJl 3~5!η'De XlիA=]nYL@QNsMID_8pJ,#V(;ʉ*XO|–⫁_wc湦b9$fʓ3iImVz뜔؄(ߋDC+$vguD!DҵmFm=:lwHA݆\!U+x1VgQҨ?>5HyJanj2%˾Tp?j"ߡk:1ďbg8|'`N[\]bzW,;$})Qˮ9HOخZ6vRZW~'Cz8!\㫮YE&g&N6*Sz[zC3tԴ+lYEr[zzR^ȍ+R(z{%Q{dbA0bְ×5 9=9}mbBPzW=R7/OJ u+ŅZNbǐSͪBQJaD>dc?4"p2Jo-`'6<"^T%L"GJr;"odTp{4.[~ϰa\^Àb9mP)8Wsz% 5Zp&tZx'F-Ms LZ-w#f$礝ӧ,)C/<"?hd:C6kg.ݱi`g6am xv U߉~;g8aub#Wx}BFW~Z}Oy2ֱໝ⚪XRo4ؤ:s]UтKyZ=TjfbrA0%$}u2X;w(6_gXU*Z`Y=hfؗF`,$´pH !b[ O;-CWs@H]g[9IJVߎB#$;ҥ%eU:c8 P^8Πx 1uo)S,#7r@L(SOV¸iDp!/3M"L[6n90u|nQ,\\bP6(s@ֻm10$tﲨe8!,zJpyȐd'tӐW5'wFl!%tc,^o̓h\w6LENfC349ܨx;?~~ % 2{+m7d@җ5aE,6k^ ~Q%Py'Bԣwe!Ǻa[ʗ(7*uHŶ(2: }Bϰ}֕>ϫsp>lьM5^ehL/t h9π3EDH}6`}ý|q&2n6rwH=uMAZ@q B\[&/kty9V':n_[lIĞk cUNc'KGZ<}Xh OuY<,vi&t(4T-49&N ϡ}GBq,-F&ϙ1/pQ#Sªl" վjmj-,àYryVUk|×=bc:wTRK1=vfJݑ!&߹"PAu%V yd^ųylȻQOItчթ<å7߼i%@y2(>ןNyW͊DAlRAF-EG7a[ꙉ-d\ ߴM\TF!\U68bG/3y IiF ;_?4j4x Pq "<0=x Emg*-}=&.X 8-Bvx)4195ߚw*9o|*uۈpeY9@p|tY]}|fŭ䑜QWm,S,<{wρ(` .~uV]!qBr*t/9Ytm #cA٣]ך}2m-z,F_"](c,CdԪS/UW# Zql ׄyϭ)% ѠGp3|(n0߸Vx1, NuL0)gN!CJt6n XϤU)NEW&qyO4:q5:"X ̗e3ltK0 )5nmkL^WFE/ l2m"bK6'yAQ)u"B4D"=9FnjmX: ?JN>yqJ<RDĿ_Sn \ ,S*

IİMg|ZPUWp+̃t,Oޑ*WQ:`J,y/hQsZ%[W3$$s 諗qD逨h,a;Ա.Ŵ@B j㋬r}y[-lH/j~>06i.dО>5eƱmtQS38 ?1 Ai&=[6Pu/mԉ7?rQ 5e|Z=~Uh #a˃Ѱ`Zotd?OG'?ZMH66哳^1Ѽ+7PnC^:K.HҪsm#c"Ab"l HZvK9:U I?fBm($ 4BĨ}KB7'6RgU{Ţ@7y +]"S\"&Bk]^:B%Cm$i&u=o43R߆m︘3&%GLB^czoUSb^wӝ j#Vl|q+ƩՈ*l`C|R; l "YyeKk- 'xHt9^ROV:F~3IjzK([U(؆q}1hiyY1dG*Ϛ);/88u}2I*жcE} w5w(A`LX4b9&bLw-6ZeE:YLD}m7淾se7DTJyk<P"amhu?_UrB3,$]"Y9bX.~X$j}/}+w4fz `w "hZޡ~ԑ! 4{|Lyf^}b/O1|xia $8Ԕl IQXoA@"eN Ila9;1NUxp:W'esjO2KCOonvA|GѪqӝN9U=i,u|\ ۡ \B8Pk?m2ySܶjO2ië!+@[80B׺YN ],L( J#Tk7=~1^x@HF J^6Uب+ \vz{"(U-DOn,ڔd̎U|.["^@e-rRʧa&aaVQK별L{ B)oYxsp/CҘNս:ΊklnF&G|Uy9{ID$.rn2ڴ4p TuVW>—[3x8o/t?@RpŷvA|Fnu)"M/>HV|wi ^g7, AG tu7 3җxz^rMoZ߇F۞/bsA( M0Z2W> U=r]%Xkl'O}l箊*M!Β>VdyZ3s>;{g:߁gfr֚"G+S:0l`')2{OKQgduuMMOD|e8@C̴KzHO“UN=AP8@_4,]0YH;@|Jc8z{aWPؘL V@Uu ,`5gReWffoۙ u S"^0ʿ; x0:Y2Q`ˆ ,?uƽB"+4{(ӛfJOU49,h"X1=e)Ѷ6r%@=f)kMfdFSөKeER48zV] $ G0ۘ[sޮyX(6l{Yi7rO7WԙcK~(:+Aڸ:O_?ba%,BUCrR$XNS|~j@Cj:]O:hנ"Gz#nu8~+X/+KFrZKo[ ׳] Iє4G)\%TZ1rO*K0䜮bvWy?f0Y1UŹ+I= !fh:kJH&&Hf .zV|LK2YW_%Ѳb3t b+T!@Dˬ]T?!xDUג4/ Ks¨'Z<ή" (6mTl^M2Ob㇗ZHJs<#̇6( i։ SLtnkQa@E~x+yqW(.|%6sxQdv?|0zfkQ{M`u9Ғ7ZžZ F˕)G,D% C!_ظ 1ԳƽpeN!#$kyT@`*dQEiNȚ#'}`vUzSZqN&ąNwaO[S# U͇ ;(nܭ* TW% i1U_|,"=eI_־%۳F'Zѯx}q.xxM^>+Q `,=]Y*6,`;plg\2t7.Y.;4$9& XiCO|GYH,E׵ty#o!c9hm@r\GE8RoT.ֶ:ypw)<5.yy[o(JT!6SHϐF8e'_WZK!%A5AODϘ7/qk( {s]CmX F$tvˣEC1jhoY2Zg 7%EHۏ:YAOFϠg`̂ uت[>R1¢13N.#Q}Ε@rSa O^ [19~xZ_?87ڼ=& (JLsGEv#m"BP \7UpLTg*7O%ӵ+ق|*(!l]Kƽґc%a;?TPf,~(54SʣxI8e6 KnIGi /ǪftnS LxvfU߫^>l,b$<!ɚ(Ɩ-0pi@ߔ{(P |M0T}E3  A!6BdTx|pbF̀d=lr{" Vi6ӴvpNʧpFxSnNYwt1 z5iOHM͖#V*46lx0edn5\Fz5x`Әz {qCht;2|Ҏ5/O~rfs%*9ĆvS5f*uj㞈T纼щW]Vz]EI "ix9SIXϠ:FtaEoʫ-עC]p#Ya,r<@`~W,cSXж UH.JR^GlvQ]fO-[^̉,5`_%O%*H +OT6jl ڴXOcA/xcS7>k;%δH[ĒMbZ@~2CLk q ]}Rh;W T_px*latYሔΙ}5$sK|u}^dz3T =ocf:J8DYMؽ-Jx= o!a AʳF CtG `lKw:-lgמ-Md)E#֘*ᭌ #HtZ i~zzJ'q`Pml(*\- #nal*-(③fG7CWU u*6E~Z4kZ ҾPXSMEʜ%re/m9/֨de:-XNIl|Ά_@ Ι#VVs胓Kh6pk7v뇙$d{Y*&x.vڋt ݂טPѻ=N'D+W,!o D:Bz!̬Oc, (=P0_z\͆mk o4ZF{+~ qcbJD;qy[wY%TqKv*UR K^LQɃ\,lҧ'a%BwZ % VsޟD:iH[;MRFN׶(0K[͋Zfc9Y3ٶr_Y,"B7 ST|>\.~ 3Eځ~Qq1[D'NwWH畒ݯ7EJA6htvEN1i!3ln+k*;Y"%jK>= OrY]H]3 6h` kT6+awv !NḦ ?F}b^ /]TT-sycW]ՂwZ~lZ%:V7?InX)h򬾔(Mg'\/ktҵp ENvn$PP2hBH \}Wo\?!.Pc.wȌ|69Z@=Sar4|T8+jɶTͼd\ݾ/' 2B ~K loYNvJ;( t_YQ6ءߋ1͟s|t$I&Sc{!,jW+C+MյTaX\+/yºwg1©cIc:;|b,) {A [sjXjr3I#myR0`O|>sKA{n>= u?se鰢- NWgsc\~ HۨgQR în\tI*iHMmе zuN G~'tOHڸkᶸлE&/!hC~ǻBn,UfQ9#v/}%x{s^XddMlPr B1?ą"rix%xĿfXJRVFfu_!^b"xgSqJlfrCc,h;)`Hz$S9& TEJed^YYylU9OyUG~,Kh )؋~ErL+(-H# #qUe{ҸýS:@*ĥ8=hL5g@~ϾYA/7*5Fe~qkE"HiOgzyT/+\VKZ 3'CJpR_J,WFsjOmH8~ܗn0irlh;lLGg{\dtZ[̕ˮiɁ얳VGaF?[QB[{gUK3bK'LVIsʥ'l#@yBWW=f,b oh\`C~`:Ԃ8}!_kyg&[5][?>?*F+7"$ŰY4Hd}")>|U0_j(E"J,0Rv!2 Ƈ.A* FF~_3<;\bZL?bdt6vQ& :evIY*Ǯm%m]lpQUI{⋐`$ʢ58")!W֍XtPF)E-mRu[a%yG)P}З4p?eG Վ! ~x=mTH:(4/lވT>z d;I$LYyϫ}f@ߙs_++%}R1MyvCq9-Vv{7y z@Gã׌AFuЂ R㲟۪e41iNIU*tjHi9 ;j J`*_Ogy%~ݻ9@{M(" DltXs!eZ90Ld>`iMS:GZM̠T I;ōԗ n_70s& #$ͿP:CrFW B0uHsN gLܚD E[v?kK.H/D#R1S|~dtl-$ڥY2Bb p;bSdpj.j(OSlݗ?Dc9m|uR3c^N$#vsm|&ߧ/=)ħFP5p|ŸaI-[-,"] tb&^-7y߿ ;b ]sGyX!Ai^lkC%uICra51C;)k Re`vm< {ngY2l)K5d.H;"qͅ/ZRCΥ`6'U>|3г17r Yc B{n|4ActWM__=q \ǘ atr@DZrgfbJd[Te&Yj[ )+JF兰{/TtțɺB9thLsWK=SX6USq(R6 &2\eO˨<qx" :."XҦpZ$>`w=T*FO^JB0ܘZoc޳og~3,,srTv/;x,w|C,GCc\Q!aPUmZ 07`K\n 3'j򉗲xLÀ P.eE/%J oI=Gmj>SVGj,bs =<)rq}@,YjͲ_C?iQgۏZ}˶l<.L {Es 0~u2 4# kU:+R%Yi7/(Xڮ~#DR7g<^$Ϻ:poN'lk!p.@$ m_p=Sg!b-#մj{b/RL+1M;$VC*-oR7?ڡs om\g5$^[]v`hxp$@ 9{:{6ge0y[\mn=zo-ކ,bY`| HpOٞmH):% }D%rő*\Kt ƦTјFBx$oZiv@f\céL> a5CH ӊE( `pxZ`|(~Wr^}ԉqb!Zf.RLo5(9-xVM;~j"kLo_UÕM>_bx[u|ef8|jݷo>BNsNkq*%v6juǥ$ PO8lF@cʌcFֱP>U^MsˇH-I[2NE$;.plAշYjcf=u ՜q_r_ @.}IPMAjʖа |ML8.vC`pRlWf/ 0-#XoAI+pϜ as0 ̺޺3tVu%5,{G+EFE2˛0VW̹v_5dXdXR`MϢmkgߓ/0c4'VD#% Oaa-^7+ƒ~0-epU9 J|1{bd28 hrg6zK.fYPyX+CLSU.L`?ۧCq 쁍LMXpVPi+79`6˜jN QrDuE ~v~ 橧N\xhH?qsIꖋDqdN#!jЋi -'U<{嗇`ӠU;y]+t0ZR4}Bدw/-33#M Ao _B]oL6m Q&|Rw{-0(藽pgpl󪸀$O\ RJфJS&Z}їhbfIىv~4 s\2re-o΍}e S嚴a'tdҡ#sh__z"t4F1 מv2xS/<2VUXC%QsCF՚e!7ON b迺 bhE+@y>om >T)'N O 员la"ɟ, AqU|/+//A<'~2qT I7/1#Lq@8w)dE[;22#5i^6dKUx}B젲D=8`c9`T_(dc-OHsUSn߭d++ RbfvD;j*a@jnӘ{L:}f]\t?p;tg! m: 8l\-d,%'yu/ ݯn_x[q}~1뮏„2!xYZ!o04|O\C>'w~'YL_8Ӌt 8\$* R섁U?Κ$*zA{R~kjaRܔUƙ:<ˈ"@AIrcAZ<$ȶΌɒ7P^8U"ygFKΞ'fhGkH.kuGn}0)M/h6 ~ M xVE$w8鋗 EZbvv2?>| GNA06)4ͮ:4֛tՔjT zL:]+V/9dL˧v&e10A;&[ӻ2mr݄[dQMJ,%{ϒaE{1$s>j;#$QwPTdm~,WGrܺ7ɇ^ZD# ]L7z!bmBqc4)My/Ɗf ,5P͓- GV 湥 O1b]` PF&T$1F`ubIcW-PO[ z/$O'^%斥kgn'r%˟FD=ˎXn컘E7JLsgY ݮKAKTj+ov#&ō$_8)W=8L;sã79H, @?ۍ/hVFjԣDd޳p;jb(/e#RSjvF="=o(̯0  3VYV)2flʚ\ ׾DSCfX} ꦹyOɔ9r󕛺ewx1oV(~σ(AHNj{Dχg8xC pT|jhz?}Gv7ȱ )͔Q u#hT9dng6 j.4V,ێi-qY慛MT޸)P3lûH]8ӑ>^4+!|Et(QPew~O"Rl\^\)4%2S`,W~kަpqk XSZy>+\1["OQ7YBl0ylvvW٨ou)> GVz۬*vlˎVPoAB!('Ȋd\yJ苆NۊD}ZaOVp.whɳWI~jP`V޲ab@/M)v/ Е_"4C}I@r΢beN[{ft`sBk-*c1YmWЍ٭k96(SJ:E0?;Iȗ\o,1=<;9Pi^s98Y]N@+kbk-Ύs — ,/_f}5 HT[vBZtuc9*E`h<>-*ASLwx%^/17Y7`+,#y,bzBFW[0[Q~ƭ5M2u#u^`1>Mw=Yc(sVi| n҇5~W[e>""C0xhIn`n8wm!3UvnH>BR3 x\׬eOh⭲#gC8QjgSc#WǏU_7-9WǝRyP^Gsb3[x4a5[Eܜx Dk{V*X$wy 2yH[6w: c0Łs6foM% i(ioAeƛtNNpkt4>I&S ΉY;#92!E-CRyB&V0RxVڰNsw0y~VIXpA&c2.m (fbTvZ4O`RHtATyHTpHxtKŒ4}"^F6 N6 8m)Gȼ 5$Ĺp=C ]H}f46Ɋ9N/΅}'BC/TjC+:̤sr`%åq}C /9e77Vzþ&OvXdː1)Ici2t`27Xqȡa#HV/5EPq'I=wk!ߑIVANDr8yۅ‡xrՏk蟫n>Jʌq-$Ra\}) jqQAR*AE"hADZ:.Z[ic,E<4e,T}b]koS=ڙѓUX)%`)eƢMK.hk˛R:8']+xoX*-ryI% [av?yҞ]{Om6FK\pCu+G8]uwR{v۝A6ԎyƔG)i&k+Fw=Wi]Q)H~`n=AOa 98Z}cV۫,ýat *"XLBw81uhy$@@jq+ZSn]>n' .%סYr.S/G:jlrZ!jz' N醗w(7.%G+\N'O|7KC )J߸T:RJ +(\ĶfFk%SzUCKiSxΥD<јqWQr,vz~I% (ѧ)nZ=2a=悡V BfYCg3u7ʸي'J :rT.[~7O|h B,W5){ gU[1' 3y5k{K]L GOLTWy2N nګ5tV' m-#/F!nAQ&4J%z\W{/v&=vy mFp-c90hXedqj{[_(zn~gpt@<[4MAg?OX-H;Rt-~Xd Tj~A}cAqxH8.Ra=ݗ:x-up ,b4 ނc~C3͏8vmH"3XטFC!K%`wkum么^\6ջW A*5&뉍RM.. w@ pB6igjs +5 HBiXؙ1+&RT-k?">(JjMٿPՏ*wOÐ)1p19,N_%.R:f?!pMŵcH6@RtQhڔp' f8%!QSJ&M,b}[4T{FN;mǡla#ҿ o'c>=.FĻ PWĤURbFF|#^Stɕ.|$A1r 9(Lc\ҲY'XLWB4Rƽ2gP_ bE7|17˅6pl񨬺 o2Ła1+,].C9J(pϷoרssسg%/ޜҳm|`e"([]} _1F J8bU#OZ3)L/"ޫoe:'m i[':&zYsM,ꠢ+ҡ`ɮPB,$JeE )/`TB/ YzzS4_X櫉|::K+8ɛL œAԹ2\8_8o|n0I?gdT-1)0;! cx.Knu6cP|݅d6'nj8 6LN\򌥀5K"&@cjnk!b8V\y6}6% ;uFX8L+(hcтHHz7.oN/,)eY0遴x]T!:-2 hgGP3>NC|>jZ!#[驴9ڼVh 3GZ]yewlwa34 YnaN0Ȏar[[VɆbYRYY%G0 -IxH/OvC_uоXOyF͚"͗~.Zpi+[vM}$pTJ^0CQs৓1.q1cVo2f0L!W;Ms{`elvVC9Rۈz{rO9 B;1-r#i_&_;0y,Rpz;ZPml*8?ܩ&+?.E5K`Ju' ak/%ܑ%":]ANq8@s„߲'cnU9PC_{"fs8<%SG||=3- V-jB|/( SSrY3l7$ۢu"ө\jJaKQXZR[+ƻ19T"rǰ/c「5r&s+66b_6<{PYYީV 2*2 r̼^6S~Hk"Yd:}FC&BQ NwwK"/ s f#^ND!6fa P{΅ q,~ӿO$^i&̖"lM=Ls"%XiE'6f콦1:y =;@r7N.zrY5 *CsL)B×ܭ r|wy̩px@VFEbKs"EAqƭ#=Tбv t^ޝ8DPLU蒱h F{68V:JaDJv)9`*!Y>\D3xSErּh{; tP(\I͚N8\9x$ȽJrdhRa"͠zB߀;F/ʤ/ƓM[.XW}mR.3EKQn哻{1fQceexrǮ LD~c؃% \8!|%J; cyB]th)9I>ˢ3ّy+3eض:fZ@q,?3jc*[Q`r2 ?P,InRN,>I"Cy76FI93>-"LSS/XN籤kQKc(=dOX:Ο6:E{VIs͙YpP#$ާS&?Ra~!M1] z>>n;qSƴz$'[+z jkÁǒCPDI _T1Qlxҕ(Rwai/Uצ=c RP B 7Hw k`lI%JP<5"Ng8!;o%][I% I%n"Y g>APL $]qqv8/g"ܭ|^x錊L9%bsԱnOi':!D^tjjݫ2Jv6HO45)\+[̱ݰp=iX eڛgjWao*5P4P)aytB:[ZfJĐE@I9o:$cɎFԳJ}]XQfǓ|DL#A|/SMjk'/*g\.;J7v1yG37 ,Ia1s(5hCcڹSKKODĶٯɖOSw[:O5zё#Cy"ElqG!A'v)d[nI|hX$N<^1K$U]izxWM%}C"v棽|>ʝp^a5EO2<]'}MYvioMfS 4\SPb%-4/;&jvGc E%׀f3>h$pyLoo3Q˟z&Df`KbKu8gy3 I&DYɍ;*FPUi|U㱫ic_Rs uA@Lh5H @tӼ$[pOh3ܗ/8v GQ- zҺ yUts2u8 kt0xZb ǎ<#';6D"5 ^a'[ x;9Rc\+Z6.u;4kS/ǯރGT\D9ѩ¤M+j, TٝD_ܹ4 xWxauCZBrA[Ɂ2j62u((+jM n?o[fPʐ7F3FHC7W +}R3nCKTdf:]]/pcd$HĈ3"M{oZh֥I_)Hʼ SI\ZvTq+3<9*$8cjlSwo( ~hzSjWq}Ͻy0kz H|)<\<%5^ɖw@W7ץq\Zhg~ㅯ^-=Yw,m h98hH/)VK^ˆb1  NG4PoQTn4l,XO<"!x|bG@,fpgyl6 mnikCIޛ$y~Xw3X,,y:s7 UMSrR SFn {3zP [6=LǦۄo~FӖ]CɦqRBvt,g C'u̥$pi5sW'5 o@+|q #8)H-X5 ΀Rkdy1@-xd(Јu`T*fpdQ[e_{- 3ILl.'Ihbާ0tM>€]*y1PXYS `nPV.o:9OcYJO_GQ&bД[uⅦcʑS9[ZaCCurV)S_OᨘcD/12ź3}ObkǢa4~3 $[Ģ g; L»EP=0͟5F_ʻI7cc>*nh\ƥ1N,\[ КR+x[|{*FR5fT6[@((TAHѶ|˥@j>|hEEfp}3L f+8>D gπMrJ̥]Gǡ`}Sŝya}D !QGXq tvW09M6ͷg_*̝ Ӈͯvo*;F7Xg[$@?u~[tPag-ZuGŒI&[ݒ]ok,g"ɈZpֈV$mШ)5(:YͦRՁ[TW"%J\4T`z+=:kZMv9~+櫉B~ "wp}iJZ "è85Q`Zsey$3mؖS$~|K&#TlX4tm/9Lu2aɖܹf&s6K>d qbԄgs欱|}UPrd3'Tw߰\eo5;>Sz|i!{3\p u->sz=#SR-[9iq~+U3KNĸ)eS5MjjȢ_v9LDZTk[_=_UgKl|j㱿x&ք?nb/a11GR>XVi>; ,#{?sU- Aru}6|$is^;H놰r3=YfE(*qp7Z7  D6.) T:sQTɌ0 "h[7Gb;ⲕf %[HNzA("eo`CAZ֎fz? ~_7|Vn= !!d#oz>׏_zt}6s@GzG)g@vnppApτj:.{jڞb ENuaL>Msa&,Bx\|?#"T2} g Ȅa&0-fe=]ꠓՀP-lAx%ny"IےTw^ec Oô]Z0;\EQLzU'_ހ"5AiCoǡ(˪m-ʣ۸/xșaM?[i޻y>FV5%5=NxPY%j{ #JWKׁQ?߂6c"u*ߵrJFxshV,]߁p mчx@dhܛIMQG'O3}k=39d hzĶV8q *]h -֔fGu؊ې9b;&NsleSA Gi> 4EܠڭZ&a׼^rsD&}i')TJpV)?A#QJM5#/d<- ZP S ʃ7۾iF=RA o+z 'lihyKc0shd} WΛOX پf&`)r[[s(])B]kgLUznR͠{CV3{Qnj뺿*ViQ]w8VT,~]n+sr-z)s ]zkWB˘ޡrn̋ʹW!ۿ=FAb]z=6k( "MݒX®\JP[mu#P*WU3zך#}PD?AI=܈ڕ6P=~Ip 0Z9Ŭ2%] ¦TAȒt|/V0ƥ{rSG@?ck'm, 3XHY` OjOաP_3]LðZN9W>8otG]NSP&=0 X IohٰoCܩs:1m@9dF΄6p0;)y_ Pv^r/Rr'NuzNUr4 Mhx}v0Ֆȱ^Ur7|A; *ț#xN&9;u)O;=Źh"7Aa⧏ S3vqnMv̢Wͦq1Lggl⿩rΥx1KN%w48;^OSi)M{e( 5}RY9sJzZy9K^q#x0DghPLd*S/+2;_}mFcS ƵG W5M|坨-1LQS+iRF`¾^ӵe&)OZ4Gy:ztY8w.eݿ78ܕ,P5^aqjm *3qQTV_+#׮ Q,y2ױ/NA}XC |P^3:{jYDoudV&VmA5.Nk.\5 ¯Ԃ>Kp5::kϫ.h>gҙT4pIm9TW$YG{ &Imgcp|ﻡW$w]:8]}IeZ 㲮Հ ?(ALN`S23X8Fv (ҷ BBznfT,d?+s~̃>sbCPwC],1v@H "AK/0w 9G ݷ~%Is)t/ßï=VDLL(QՈĞO#VKxdV1dXfh5 kICVNxo&yV˂95g@{"xI,x ݵ<硯0j\uK0h ^P$:IR~~Ѯ ! إ70Na A"21 B05jH_8f7Mun<;99/"wtp0@, gyӹ^EDTH]i--G5C5Jn4'2r37Ki=L`E[?-Ž~x̋6}җ1y(RB/N=È@/;C.\[wՅ[ @7a,>:)qP\X JcI}e6 tcXn֫־S \=A97 ,E1E k'#*Tp"sBaV3% }:J qFl5 Sy I2J{\iy^4.)j*.ZOV{2K3I֛_+'M`3VVGt< #߂o "pɢ;naL&tNMM'309F\wkfNCYXPk=%VGOZM ۉI?j=tAUߪ G9*C@B ʘ|/ C ]$BB vоڮ(g획Eث1 ?u/u ]:>JwfȜ5A궐yz6#6]T͍kw19{::aN:l/"W?DQnvWY8v(2d*-Wz9e!ɔ(}_VLlOd'jqG=쨨mQ\2jBѮRnpGM`~[1Ȭk<^ tk?a7pp(1ƨsO EFZv5]%LAw͟h6ClUqY `XٿЎ|̄Yd}*NƩͩ]9IMN qd+3<Wjf:c78/Y߯g0눑{+) oj8Wl e=Z<@\z~PŖ*=ڄ0B_Y#,$U|<7g8Vk _bM"8"ihj\?:6[tIcnxҡvJMג}('5=\uǴW'LN&鹘]h;C(K?~9ʾ?)I4X?{n}GTФhe7jѦ\N>GhAkZhh/Aȋ-8he KOXUR71!3OL7 ;}267@o%k'dCR4~GN-Roc۾.4A6b"WomZC/H>.BSl5M` ].LuOJ ?ju0X› BM0/WPϱ{ҫ@ dyTEeWZ˔4pDߥ1*N\xCIEףn!ay]Y9d:WWM&Җ!c%~.ũ7jP^˗H,ץi9jAj,ɫ&B7hɑ!\N,?_JWLxq #:{M\5ffgU{1l!:$\wUsIW'f5gʟ/ ЩWϋqsq?{iU(6~v#0`l7eLvR+RmRtf e?v1xvjt+~ AS0%mJ:p<qCMt{ٹMjqYq`EU"E2p:pW&jP|ݜ{ zl!srӀ{iROn} ʾ 4 }!6IufdmJLtl0 ?Ok;!>- q,[X20QTnza,tI)t-KidJ D&~Tjucbʷnc߭v v˜g44+6lJo,0MNo\  $q競ܱ䫤dlSE"'!7b3 msz2؃az]o9(]DQ4r٠ _.xr8X|[!\ [ofCCI]f'H ekE{:|S⛍i?:#)%KM!-!iAAl@ַŠC?<@F(!p-*ЗO`8!l%CW`TIQ+ڵ' 1" &#vvx0sXSK*MXBp"L`/7T[[G7fwu< d1d'ŗA(X=@vCtol; <=kUج!"ITO.iڝ]?\<\;K0?Gyc<'<%.kew=9J?2GܬU<^z|<HXN@I [i%}_1f)vApe>quZcӻCv`Ef.X JQʞ5ćgxH{bGZ{_kNO)0]-Ş׈ )O*z0" I[׭ 5{i@r@['}ЂX!ngZbSXzDeq5 feoyhzs-(o<C [X/Ax,MӜ`mFL&?8A- ;<%eK}Av=Z'{M(X7"GX_RRkǶwJ!Ɏ1d@1K߹jZs^K,Z;lJ dO'EG'R<)h zNYhiVDYb+і،}/[!>۹bؼ`{3)B"g|sN\.Sh`zG- qO3)[mde+r^RNf`4@U)Z&f V *}lin:;wMs?QL!P8-hR!ozZua^0(ioNx€6j SSoutP$[>b-,x4$asiQ~=3*eϾ۸bY#LC_،Q3*ȸ^Yݪ^޶;zN9d]o 4"^S(gI4c9_KV@7UPI|MP||ne:qA J-MRVYP4b=T+~wV>3T.b%Sa].*3H,d%nlӜ٤߅z=6;ϨchBaSXIoSQ\njhy3&M0 XϏii1N9_ceؗߵzɈ_ {<'iT r1%4s=+:?vFF\ vu-n_S+ܸ#ʵ,نv-iQ5p6]yw4":=Ff^ARH|G)-Qi4*Nu$C>x)lIfB-e걱&x 3PA'HN&؞S$( j,ZO*T6Ef>M<(Ϫ݅>S )iM;aS.gB$z>X֏ 7xvOGc1MA}w`{N6ґ|olS{DrGwS0./6z`EdN@\K#DQIB\6Ax\ NvۜecJY36o -Q4Ams@3SH OKhiuJF Qӷ^ m!:-ְ ʓAyXĤ؈͝Ez0Qvcy-:S_q`"`383QnCrB6|PkD{z\#R6 Ipw|TC*ΐ,%Ɉ ,)eh4C]ю#6=L5L<[Zz{aSݘq&&L%wN^Ʃm;x`=?N'X_" Vhojrج%y@AnDde3-5)ㄮqqp#CfZ G N!&\ HLu?YE҄J M\6>W*:-IS|en:CG=^ƌMb~}UjwW`0nHDqѬԱ)ð5 .5a站 HA;?'z -Uv`PESi̐rw|ZO4_É7G  +XlǶi%/B,jmzolذ3?qtf{L0#,ypwϙ8/H}dW!/sMB>&IO3^ܻ&MП>x #l26si1hGI=OD /<@.}PUvj%;S0K WmZZ˛A5^!mFl dy(5D̒[fd_ӮҔ?8]Z*$QKsDXYӈ-85 JN I=/g!7}Mc&}ĂXeMqh!u=Lͭ _F[9^yTu}%hzf ڱ$?jÕt{*I.mm;._.v^ZñmscYڑ8f2KJEߑEHJD +z[2A<4a=eKGwM^##Sl~]s N s:"m_kg`=\t)2-yjv.9M[%!},2Yc"%ү%Z\I\gU4ϫO*4xa'%3Zi桍W13Xd wxG键jaC+aw zAI." e `[&Y7¬55//⩫~NyTJo?h$C=}ij"ƞcwLqk6eor ̏u zXtqNVYK=iA+>?-yŸdl EL U1wƒpxuхu\'1?a. Pö 0>(rWHEzþliūmZg32܏cA(w@Ym$\#v; ) b N#;"l  nb?!3 :܍A@BB c43bgdu>^YoqRX5¹fӔ &zY^6qHڊ"#]#.A&O-=MWv2`Ny=;>iSҕ$2c_ <~DF 5!FTaO5ʝ*MLK+%MA -|vLpkj W;69U|o^wxb :ϙ/X#8O!sl0+sơqϛAe*s`J27>mlU+2E]3_VʫK焅BM7:rfVlN;=}ǘ1M]#~܀э e }c~gNpQFj> Qs(SKn(p0MjqjpbatE*_i#NtH- 7>S].B \ACTU}UcH٣ iw-\vwLTȭc oYei*bfjJ?Ex&sZ_\,?c\ZZ<;s7xTCb 3&5Y3 7xĴf+hsMIS)miVdJ4 >oh.FZ%ۜV\ 5 *J'x_)O>JD7ى"<_F_84rk/m5[쳞78Ꙡ8֨u=t)ԵHH (gS$Q){Buu:DK?/SNOdXAT1'O?wZfLxc tkf稿ӟv(} jM{5Pi&GkaƐ7"}[Dr;B~Dn |8-𦅮qx/'kD *941-E~+C6v$~Ϫ/d4m;?t]L'/H&wk:qHINv-R,l7{H h*ߕqb7%M_{ RK0-H;"mRrKō ̩;D-BCӻ/Ϯ8=VEÀӒP$d~z+%9M@g QpE)C\$^r-M3Klwfa63kc |Ai$nn"Chn,.lzx-bky&A\jG6%D3cc%9E*˃ެ.ot"CǍ_FL\ڸكZMFo 5+9̒gC8s) q5]|e}ZӁ%hc^Rc&6}.K#44D/-#$rqA6EDE^e,ӣA/Hh[=? Sb)gWq+4-+5/4f&*cy5u+@H d ›$$zgE]g= 4.O,= VeQDj8X&>&fn'$Y(oLhuwʓ?VUbNqNF`P~=yu!qb. 6B }p%J\^ E>It[m8\Qm,(:X KB2cYJwM@ӷ72Ѩ9}_>?߄T:ӻ)-I7W1K~d{ Ă)ɯ8f'_"T"5jd#Cʞ}_kWf߰%F y#}Q> As]׮K״HKb?Jf:BT?i H3Q Sqf?ShXɑdS+ +?pz\|gKɃ/l e*iQCġs5Cx :5l \A#D}ڪ|-P4ɅGV+z]ɋj*ՓZ>>(0AI #e1IkuvZSF/-y{jFB~ Qc$ā^EL\o0o0T3k(~dF*F@nMiQ;J* ؤ qJ0.i5# .ëVB@USptYK'sx wy尅R:0g>>-_5iM#W"qϺu}UiX©|5`zIEEHln>+5| )֞ds&d 4ў{]Qxo̐G:5Jt!=P[-3Nw%jB"?zB,]Ål3SI)V˳SX1;VȬVqׇ~& C[Zlz_c͍6צ9oճw>V[wUrĿ?rgPkKNu^X 5*]:͢3dz|Α$0So f%ֈYhz7o%'_ϡۛ"p&8Øf묞dLG*0AΒwf#GA#tقj{J.Ə8IfHŀ7T/:SZb륝҉3Pwk%W>?I¡/1i"70^`'a?8mDM deDEoHQ })a>S2; |kܾtx /' L Y6cl2I49S 𦺡4Olj5 G% g'?Xaѩ!6,'p 0hCW?/C  Ol3Tƞ!@Fv%W9,Stќ< $4unM՗]& Ω}⮯ {Yn Ff6^wwB`W1r2`P\Vkի+(XllK! y pwlXԻLLM#Πe1w(nJ FFmyr} "[~;$GĆviO55n'*Vh.ڐ&.g[򺿣 vp||C+ppyRiqTDsQ#{;UH;*8(>Փyi? 鵞xQYF>\xD>w)>ɨH_Zу=NKJ<4ohi!-f䊒 ڤ}ܩ+s<,TaQHCK -j&"7ioȦoNs@ w4=+-NBT%Um4j`s{[\."gf^"&5l=ѷF44cMpBc6I?{T#,;uf{R 9aM #;Y4fX $llHt#4 [/莬Y_@ r3DV _rxȝE0ثuJjO%X9̅`/Ĭ|t,\FVF8"KEh28k69N2J=py9͠"%Yt,޴f'$ωd-jZ6===+4` wEV28Lĝ7/Y=Dqpyan h^v9_Th'@Hp֦56h{F؏Mð̍鵟mCf®GA,‹UM1%Hw; \r gWRX>q6`lHű}VБ5DQq'Al.p4,@@3C+q}xM4T]iASd-"Ԕ]PeH"`ehz-fQİSL{7% 㨥E{o"\2v"1K).Egd2B-vvb7Ԧ+:y+aOj.A:S9E :܎T*TC -Fc|L瘒ꢝ Zkj%?]yZՙP=ISor'7WdFYa%Pn},GKޮ-}PnIL5HgZܠp3.M˥0U-7/Ү0+ll2-edl8e-!qhpUYzv@B jHTg O6DuX^tGڛ1iE O809PDkn37]ּmqpbYY/#%3wP0i"N@|H,hZ~x Wa&fBf+t:1e ]zROH'юY4݀k-tV13?@;Ta'qWb炖 䎊}ז :UEQ2 6RGuR7$X|SC]m_4!4Ԭ.kTSpq/Pb6IѫxsT2+@3"9-$ԂO?01 %DGMS龬DL !( Jz]#)|huȢܘ~3! z {xB/Fړ-Ia=p[=K#{aCun X );7X-2TSsLa4?]g=@ř9tWdN*cK⯎m_{b -?I+!6(yJBJLKp*cCQl~l*:^-S>3j >:KwdQC+.%@k!ѓ76Qd #ve#baWq[D1؋6ݮfx ҾT$τ`J:!*g)kW0'T)Y8,CU h9OzD0ƪ'gu(砼%ih0޸fIz% ԡp hOa nWxI0B~&폛#8㥤H#5 =X^rLNc@4Aw+27˕ 1FزIyBByt+pqd ac+cWյ+SY^4Y؁=QdB(hL8FaD#Ic'>pC#M$x+">4:zU~pWDnؘq4E).|,3Es z{}HQ#Lf5}U/ɼҽ}՘m,TI؞S8)5˫dYk׉s6eH@2ʰ~KV_͜ =^D2B 4A{'nM uX֬"!2Ah[yvs24j9(24OOfosq7vKz `馸$A. ~!+ -f(ŀA/8R@숂7E9 xyC3aY*(gbq2]N%VN߱5BɩmD*Mբp6"]碯QFi89OO}yVwTVf/?Q0#)(#Gdy+Er_np_z/:Ϗ4~"i!"ibn_Rj<%*C;k6:"dӽDxN5e,`TH8$QfvVevT @ʕj{;EVT Lȳ5TJo\w39P9]Mr6=M,5"sNeODeח>X䓨 %{_0C*F7 h/~X󼝥|ڻ4Qlq\Y\:x ~_ZRvbtD1+ K/ %a8W =#pNK8qyCwJ'1%ܽ޷gxӽS0I=m/ׁެi3wE? LecqM;ovtc.] ^%Ik~t u4Jd3AƨS] Aj(Y U#Oig$ v (erj_eHE L,*Nil+JSm$Wslِ,ܟ P/ӖΟ+:IdAhw˩7/DU~ 32ꢃFft"bRFScJkF.% 5)t_%ݰpVvz(H=RqדTi~Z=/U{MAI>,.QX#J[JjWӍI;׃Kq͗7 ZPj+A[; D%wnO)j x3=(A2CA=&q P7QW'JՙcN03}$;spDͪ600g̺%I([^.jۑP3& {\w+0_.(XM@}2&=ƒ=xzc.j…V.cjfnϭ\MF DTo?1A$X>Xhڃ9=g5 iuk@'xM5jFhbאrW$bƕ=j˔*PaRjbCHМNL!8&bd (2wbS<夯ڠQO4^u?D#2tUN{cc3ŬPah,3f1ۊRQVB,RK.- U*l|+;L\)91@MʭpY^KBM[_~*{69g#%3s u35>fEGYZN6LH契]\.xa!4ILK#y;LvT@ȬڳnX"B;EKYB{A|S @5b泼rfe3fo( 8/ řHcrȡ<|;a Λ zҚ=Gv'5լp`[UNkV,_;˶ r O6}ė8fኹ a=v ’3\S;LORpp\d訊Qe3x5үF ,;+2/`;5h6Bm$uY5~1K03tT?f頀B ZaegoV]>t(veub"55,Ǽ2OAKG:=s~Vj@kW]3u(34~DN%7yR{vYU+IC>"vu _ỈpC7 GH?0O'Nkm_?6m|G vdtaHNn+ 5}pwxmȢbNL eC%ݥvDy\S{tct7 sGdr>(BUUomqz( JTae/(ިKhLI(FXz-'1n39NLۘuXPNDـGYp 4~zYdRC ׊/mcOD)Z%%@W/g5vLf|W\Α?s݆׮'ѹ޶~zZAt]qW'~[#g'1g8z%%$iuÎҰUf GfktE6jtR:..KKA|ه%Bג)\ogYhN,06N}Xw-T*c];X3NL(fdeխtz쫁ٺ S3|;Z{gkW yCHյ !;mKrZ1T YeLiZ ߘxg*1sr5H%bR/&iGhx)+=8c!6~2Pvyj\N|Yj:֧z܈YuKݻ рxwx[ЈzĦ]g_o\ppί EG,CvX!خu(+F:^ojԳsB4$NVR׉[ʓ% 'cm. v;$pQ*TeB%eAtu>"gEΔpO J5Dܼ0rz&N;YS.VZ^Bl ܊+E&k1_ _d5ȔV邵W0lzYA}v>^DPQT֒v(.%Bn3Ӏg19 gӗOVn:)C7vj^yh9D {~IE< =mPow71y5%ᖍumTrw-7VcWD}{fD7vtCX>]jUGvg(p<NK#\6AB&ް",)ԲUOwg{ Լoׄ'SUz|/38Wka GގۨY>HD2*/+͆C-;8eAK? x?cyh,,Ch7+ N uXD_v!ޫϠ:Сeq{z%P8'W\>D"ˠ/FVR0`%`Uީ?wk>F)$mQ|Hwsc-*}8"-sleAB'QFLڲ!%&Zr]VY(]":P$|e-cJMLJsu԰I)6_`k7kHAȟM ?w7RT(R|w:T"x&BZt)':66NQF볝Oi6ȍ;Qx}[܆na60ĝ09ɧO&lB>-#:|mȀ)^2C~2j,hViTp(.9&\l8Nu$ǻDNZ ̺EP3 )P撤F \ic &Kk?-NqDXG +I{)-{Ugƭs"FVPxUٯ})ͣoeQDXxܤv0Ls5* xs3S}UX7sX4>([ݲ㣟e뉳"M2]CYlp˩B?bDXm o{-/zffHy-yp eiٓ~w]>Á"RoFP"hJ#R޻M Rӳs"owrgh?4x\g7u/#8?Z!rޤ! 6za\9i>ّyݑ}~'(޲.(>mݤV["YmNwC+ExBZjATT$z4cbu> aSh;+g >+L4Tm/e} hbsl;V\/0N'<dV)vU/m!,Mf]Ā~9ᨬZy{M19A8ۮ՛TPϒv \:wL,y7p׌_rhYw! WR7p E^ jϕ7OF2hѣa4]4QVi n׻`řm5.öHۀBDs7mƜ {Q@<8]];kZ"„6A1 m6i_{.wv"W"TtO"1g]5h%#T;,wt/+f]p/2kęNً')rx13J^0ʙ3H+$9R)thxz>'e^I߯ߎM$0J.|rWS\6wJ얙n$M9x,/Ԭ>ťL 8Ќ臐/s6SeDz_re0hE/*T[8!vTKдA9/G reF-{'u0512(Aw<۟J+^imd:ݦ~5P oql"Պ9s6*G0?YEn ͞bd%LF为_+n~R{ٱ:b+!ώc_ ,c q"!VD5#ȷB 6_İ6Zb_ F A0˻0_qc?3_W9~آS~ <|zEl1\% i YVDA'Z֍,ɥ֠Lwlp3P2)SWd )@r_ț++n#|l78]V$VI/%BVYd6'WsSbPcLŁscSgx}MR Q7Wx=?%B,A+C~J> %z(pu[tt{#@N"ACh\g/ωy7GKw+A,!hĭTd,#M3[xeV7k3b{7RlG^;9mf:dyN+UuqZYWdI`eir;fdRUS#5f0wJ~ 5T ʲdsxdGcsJhށ.YK^Ք^//{k]uYImy5oc\=ǚp{U[HuR R!31O⒙Ew -^s{\&A5i.m|:NdDwO^PKx0.$[4*`ZoZ}C“ο𨱶!~6pL>ߥz{eC'UsjU1o|2$hկx%2;[X>k ܣue. XO!^" mݺ am#n!>Ka_,Y$J\pz轉36-A{og[Z)?űγN0H(z8ebPajʟi:x(@e͸(.2|1!pbW.,${Z.x*ٚ">/ uw=AMK꺟} T ['i9uUc@$Xӄ~|Zve~G\Auѷ&+ŏ"5Fj |.|6q//N yK4dt4GN,WT.odS*6֩ 5JB-k⇬ߜaPf5řqbY;>Jـ mTG> ?3g$:a"kgNǭ0w-UO8;r|?ӘT֢]sLA6WAriܣKLIǦ DR&D׍-Y 5tz!S\9|pcǬP{li5Ҙ# АFG[2=5AWe`U6W9(y3%pU4A'4ysYoN$ mRR\jM\O?Q{I",:#M44 ӄyskC(K8~qy{k^ sk5%wHkR'?n󍦳iϫ T"p7!2axC9ApaYֶtd{ H A/'@Yny;|b[\yhہ72m m&ڙ]1xAF:Bd{-1IxVt:0z@seaU&l &.8[Q ͂Xܶ\[XDA3Puر>m~L7g]m"4bHQvTzC _FٓZBDNGm #,}>M:´5fªe蔔#~)T|HpU u+wW%Ϭc7{\'%)#nqgwӂHV[ބqꎿ]O6~:l1i$ϸjpgK<ϝ"5wpIGþ! gn©dLg4Ji hIWgYzR$O؎~g}1 e]2 > `h@5(sJ%&{?{Y 4h 07Q"!^ }*TouFѥ|l뗻+f䢧%EM'䥵BXv&sh>83E|q #:@GM︳q.&K$Iw+/Iw%~┷9<;N v9GZ c#S\.ÐgZvޤAS/#@ \CTAIsTO5<+V=}X9sNI| `!s8;0yV ll=fqǔK$_Ӈݰz$g4J֊22w;3-/l#L]T/4-%*THJ ev 6/|u Y%mE4DK;wA߽1 PD$έiɳHJhtLN3Ȧs%m T|beҒg$ zTUbٮ%ܵ bLE'Z(Riiej~$`٤osҹ;,b؛,_3!TBֿ*.w,Q4 +\+/R O3 upڼb;Vf5ӈl~xu- ی1Lz<&m owFՎ:hdd_ n-c p}1Ic 92ɮLy sXJ9P&WJۯCy-6%݊Lh0.~伔NDZPլ±rpYuN.ZYvO]CkMJ<$_ZGw#xI7Mf7ηilmduںImTcg,lF] ^yS0<(\_򭚑{Li>Űf J G |wh!k?gqxĶ>O"ʴ %O9۫Lj xP N rCKLѠY+xzY4 8çn( wR =;Nܿp`0^r9A$Aܳ:A@Snm`Dő溘ElYo>BOwd>'aLTQݎ Qf'f`J^40c'qI]6ݷ3c})ƚ #T̞xNKMI}5k4k50K-ֶ|%=.ΟlԪt!pHQ9#29 GuGo5D wLɗY 0ɡbcp[W9bfͪ7Jy[m, Щi{  /Eڀ4'u@D׬9fuP!KxeyfۃƬ]J^[wb~B_\h_z=̐ŵ~*W)/n,y+GQHD 2_3Ŕ@iNHa'ߜ;йqžcDS;Isf?{6m( 9L8jB^oAM'zץi|.&|a%щmSN3 fzx v ڵAR`!(Y=b䭝s})0nS/^F8|vM를gdP+qߐ@^oe':{M#p6l=07{sc[lU㇍ܺʦ % ]s/pB^c_ >YT R.\Nȅ/ߑAI* Q늌ciq#%p((-{ ϔ }\xZE+-̙e4.l aﶗCaK*cimp&X.xD]g=M^v : ax@G(ݏŽeE^T1IL+*uSr+2s4* JjfKfŽ+ }@pnbXiVsn&^AuZATG8Z VE^i[A(ٕkjz,?SQ~RGΧ"ex=%v\sz4Zpd .[^4D-$<,8Sf4U{ɩi;T]5ŧ7!pjfag(ѶU 9GyQP+4oK9JףizR(7bB"{"A|t߻n6_ idѥˇrȆпq$Ki4ٳk6TQT rB\Ȉݐ!ܨ M"H @c1\N0xLMD_e`"]:);q:2dW06K+wUx՜ڬ(Jv!MĂ.a8i("41%QwI|c^ua qC:5uZʫ ƅ%˵%]m/jWzR;kF钺쁐7!ku(wĥb#W-Wxs|0ݖ`w`ԈU2Ud6_SWe"kPskn|0 1& M?H#er)k3pLTiB4gJqސJxo)טl"[@6i RJ[wA_^5&3`N {6 \/< ń]xaAA,-܃,ֳ~ gS1(C%ʂbP'64G@:zf8i a`$x02֠,@fs)8h6=׃;ϳfɠLh7 e)9/Ԟk.KD.W;\rz-rIv-nлL5 bM dɵ2Su+Q(']pwXMM2.Ȯn[?Y:7*؍0ow)Iլ%&qfKhk[E|z~Pn v?ו=oOR?f?HS߈4N4Iz͚n7ԂR [`n)ַyBv{'S@P:<ákiÕکnq~ùP;W8MXybe8?fKYUiA&nBam?IxCج 1Ĥ1}i3}/^bD&N #|z%݉y`=^L.6t %\c}o #,m,:gZFogmQnWtϕ|MvA=athήʤg9Y= _cc>D`rzw8 h[9ʜA+Xgb ~m+.fx ߛIڻT/QbK%U2DJ %W 90鬱OGG"Թ~V2Uī sցa5-Gea٧R[pjr,,Aw (xt 4̂]GqgqU1 @Z?"j?{Z=g{$}dUqQ0Ѧ+ak!ʨJ/|.2qN n` CUj/KΨ?tX;]`Bu,*XA0&{vmdDø՞W kCm +q IϾ'2:e[䂞3N!F i~"֖ko D T˲E̿ 5z9U8Q|q,Njicn.ά*hO9WeXwwP Q #&o @ Bָj%@eGD̈|;~~E7=ohx5a=HH ,9zWRh>͆?\%(byJ!gEg8\pm-H2i 8SSb]ygpBhRg|i `ϛTOh|$?a0EMܗkfjQ7# c"RxН< ?eg 6}}mj#F)L9@] L~5O1 qnY[#tЗ%Di-Ŭw GnMW}Nn<)eS(#E+\)eAy94Yvʣ}N&. N1nmzIkMװIoJ9j 4 %HCrh651'rWSm(7T>+D/NK2gUKw#}C( lԣƔ5p<K@ )pnF^eߍj@l_pPV߈VSk'馌,V?˥x6 efcΪ !ա)qF'SWL>ֆW FΤY#c!k|ìOj^" /low`s35^l6z wUX{v>{d3uYkykfMtjKF'[1 ᩪ'd^ОR(8|}fa6~Ÿe%`Ђ҄97s6Ÿqx?ZiĒ&@U5(nôGG ̎ 'H`#B 'dFo'磲}#gaɻFP9a(7ߔʳ> & #,tȧms8z9DQ^H/%{o 08)6˒#-zxE5DUVs >-#wp}1>!(%nq "S<_[yiUIa69gz,b=P- eS풫i3h228Tv<&wEYkJϸ7s qF+`L3CCQ|~ Վrx >JQ&cG O oLj;;\Z}βU'Pifxܒ"{7X~QNi iEǐϏm]dQHQWH2n F-qbveoA/9-V0BGmǺA{H8~;G^EZqE#~\cl+.)i(|7M_-Et􃤴"ƋCLv/E*dqiW*'@yfɳpp}!+CyUvb%lnDȺǀRFJtXu9C+"2Z]a z!'0*[tuD pz1{%-wixa>$X|[cS?Ns#(JZdgu=W?&*,r\@'? 2S+5B|-qd9r;#zp{&sBow#+tz vDHj- Y|$h}~{`wPOGVW5K:O+P%FHe2e}&O1mD+Q-7,4l-oǑt *;5_ha(Bb~S5 xt-V^9C奾xS!t34~mF%>΋wsجw߿K3؊/_Qn^bJāDy'+JNfN9XF)oA1biGwp_@GLv߮7b@M"h( thq ?f*s2^Ԥi|8ZT[r13FmRyYޣR`2}ء]aeowA=Խ>_=)Az b ׃ uStEND6δA>"` Ǧ0U k-Nu3{r(uf(бZI^y1wWxNfCiHT@`no;9WruE5ݜ(] fqt~5sE8j|򟬮_^t}:ZݠV"+5r8w+{Pa ;S6vĎߑ;JDw q,-p#yUlB贗(򸸰.v @S<8d_JXbYHs8mxLof q'. DޢBu]t`  (aX:2;a[5YpBO:d+7(BuP%"[xdm[ d3f6cμ0ΩlZnƒ ݹGܕ_ȼFy."qgދSqc&p`(SoFb#@i Ӱn.]T_2'\@vϚPCI`[a9=$HZgv4!F5 z{9iz䦇0uQAN>z`Ic ע&Dp,ija2nU <-OZ:׬}]ktOoX2k&qWw!J=e_B-'*WYA:O7\s[) tPlzөCA>$/Nm0`R=BH&>:]vd3> 3 .0G,+QNc+ߣ^$m"? 9 8Pَ 7l ?x6>t&JkN\2@C*S&PF&"6c' eȀ"RdȄ{["NDWZ?=dOM +H@77hw 8Wos?xGS䂘ĬAa&֗hej1$ت-~9#CoOY 3 9ȳRqv8BGm8߄r!f&*@gk.8' fj!iĴ"8*Ď'X&ۢ$'A{j, XSV1>OŇE5x{tpQ!jM0?͑5٨ k}V 86<þ-!F_8D8H"nxWą&.N%G)uDNĪ䔹wP+_kZ'Tր~$fn%l(gt~շi5.,y*:`^Ž0i0ڤx$|ԹW-x69NfD|i J(]]/}c?c!DS!)B^YF>^/g18c|[ic{޸i@u$QlM̍>Gt8LxF(A]W+gO"Wr;p8xIPQnCE *JY]Kmq*+ )CEIu﹔/M{{naN^͎HP+Ўwue oSyj! i tIՙhpM麯3 9ϣ1RMf!Uz}%ԒgYm@NO%0-QbfGLmva˪D^3bTo /3'`:xY&JTxhE(B}S&qѬ?D`u}mڼڲ璫Jn_qɿY83~.hOy9,XH *uOe"= KbfXj_]pܪqB,Fq!؅1}oNaS͜@>v&IITYҙHp ط¾ C۞42RюmBT6o"ӭkmȆ}mVNʾfjF& RM;hC{fSZ{j'^ǥg}aH od6FqVzSmI VI7˲}_L @{X1)PIj,1$< a>;Oz7(Gp#Qq W>eg3N~9LpSnk<2z%,#uc̫#O...aRdLA ~c?]ۄz3Q؂ׄojE'zَoc,5.{߇&F j5wj:V-Q?oW7J /@TȬ|KCwQ`tVXԗ6JCYK4$Fp]c+"7<}wirT蹝62jZ/BfKxIGScP8ڌf5rD[|*qZfKЅ:?a*2l"lnʰ|}K=b'Kz\^q8ٞ\Ȝ^>_ ~Q1Eӓ]^H c-8I%j䀘29m8j ٙ<JQ ogUĵc/;$\+2*F\#-VPˣ?z)] L|ڶ>cp@3_~rf=jb(&j,&׍ ;rڸLokt#H{Pl 񥊣clix›2AwLLamySd$ KKT{nȣ:3՗^Xe\;Ua9N6͉]7,MH}:9.i`H,3׻j0qc蔺 n͹C.擣ڡղ4* w><K?nV^0VyB<\s6熌D"<~]%oML5\V/k}~p޿KA_Io$H&3GiqJwJS>5 dM5|Gx {%)|r5۫xVod$Xw#IC];T>d[/{E#[G8Ɛt#GBd-:Vr}(,2z.&T) 獪U5 JN 9=iVàlFͩ< ̔Z:ĊZ}j3vR9 cV+}>JE,/J 9x%2I44[{$}FZ% V`z>Hg|N C4N$6'h" SZk>l̀TH14e|Xx9|>O?XW< /قǦVi!tzt*hJl#̹ !$t*aYJؐ+ӶBGA з&"b?K]Z N]oP_-BUX+OһDq]d)x?`X@hn]⤓\2ͻZq 5ٰ7ehxZ ڋBae(IaB\n@ӵ ǟtՊ 6QQk3ƫmX(Τ=VR.AA+'Ti1lLVZ661j/ëCe0av(N]pVp,?'Z/^p܃ԟٮ i9\ah`Pɖ*URϵF"ҺrjV`"3܈M2B]p{3"@'bH͔\Iw}=YN 5bDqEFFPZvJ15ǃW HPg+ٳ&QzȂV0ܣ))i̴oT/a_yE)VFƣ@$׌<=bdRwnэK3ҲÆ7в23 mY@ `tfsqm^ޔr>RY5Tɬ9Pv g*\\zs0ٵX[NB :@Gwp"nGղMc𬆉>݃. #h؟a1D\nJYrl` Ҍ8MN]}b&xa)bKEB, &Qny(X{VoAޟumþ$V ys ]ͱW,̼~C8卩Om"8|WWIGcU ɓMp /#[N<0 2WBpg.ocnE*SQK{ l2GHzav UOH'xo}K#3. iYz0$wk6* gNaGx)oPd*ޜg'; FY6T17K!mO5PbǑMvda(g+x 6Nlj sT"VTkToD-$Y -[-,"da!*3NIB(w߉!r QpI'+/ncZuN0ݙx*"g.IwUrjW]!}I.PiOhJVg,BSrЃ@Q-%kAͥ'i2UBۼ~jI1s>W68}-07tٯ.ᠼ+uH ` ltFJTGIPbP=>D^yļ]NomM'M2Ym|fֶ?&5) &VI&mrq+PT ŃƐ[}2w]X=<іKD0 + :kVN6R\lS[ށz;ԝ6rdb<1;x/8lm?". E 4V{Q*-<"9uK7%SB EB( (fH6yF#b}3ԔHŸ1v v5|z\2,9a,(m92pczV:WJQI Ce;A>bM Epnyppd2TS*F %Bl$!ٽn!sR?Oǻ /vK&s|4 ډ6LAR~StE:]! o?s-K !'GSeJ(ٵߧ&plz:&C"iy5r! vHߜ4ف*0nr;"xWKf5cP[ma3\+I޸s#̳1qBұQqrV(ss^r YBYNr\a $ H!`0JtmTwIXáiD\\C2"]g63tCG3"Ax/CS,ߖZ>\LuSm‰^3ݖo`Xq@(cmȞE |GjʘDi9 5y13\qM|T(J#rLH,c؇b_7UY^S}n/'tZ6F1k»˰Tri]{P)޽? 6r8| 0v7BeȌ~MS!..8 4#EL6l' n3'ƿ ,_t4:!7{fYe2ֳ5zEϾlPf|= eVAw]X4);'DYA @-}f>Nl=lЁȜdmT5r$egFcMeTQEYA[a{>^.зDGi$-xϾtҾR2E(W z-J!;`1-xwij9c[tl|uFcDwuyf3?`! _mGL!\GκELfL-Z: {R2xoRzNVJ`Aϙ#EDS%Abo,B?`1MLy̿BW m2/c~aw sc/IC_Dz4, bR>xlᘚ1= $dsvEkr&t?"}1<\Ûyޗ |6] 򤉣W^/R2dd7bMW݈yTPطp/z8^802='A3m1IDTհ5\j28uvJN X "{鴘 ՚5,56#5Ǚ|8=dxC= b\[ۮP`O8+{\dvsBDBW ?Z^S90lm{ƌԍBn (gܘo(8u(p Yx|d0ʀGx3";أd Vyl6a{1*H2W%[ne}k}UJeGWf,w0=> `dИ"91s'FjgH\9:'Mڬ׻%!ĭQݵ Dܼx71%E ҳ|Ch,T(A-㵘s^΂syYs8қ?/ TD*J*'3D-dG@ѐ>};w>j t vu䌅w lؑ.V}"5lLEc=5 Pb~m,[ZLG⥔QrK~ |Ȣ4nKkY ̣Q %¸[~\ jhwO oetMj: 1~$J9@vǝ/T/>v Ra [Z2ԓ*7(ϛ6e`U:6 E(gF~@?6!_СJlf!:o ENY87ۋvt)C䯏 *{CxRF7.t#2qq+=9-yDuԕ|8S:ś#;vXh$t{>1;3"GEkoLbdrӘ": jW:+^/@g.t -%xlI(A2pSO<¢k!#A%DoAGdbc|Ca5MA7Tf%U,X'mӓFMHj!M)e3^D zquv-o(To.aϪ̊y9׈Rp#3|zIL)iNJ^rJ6Zб4_t=X.mĥeo9R@=(S4uO4gZXudrMQ1fei~j|'>X%U" o//ap- lr5D8K]91( D-e\#@eBL="_Z0ExH3hVP cx٫S-% xzNI ~"CM1K+ek0 8 ʴ۩gY2CjF~Or:1M7gDe(*8^710^k oFލJb뚡MpMA˿bmwײMpx^(V IC[ZQRduvpQ'?KLBE_Kĝ@Qoluh-Odqn}/S W1QK:}V)I/q ~bqhΜ K ҈";}sJ* dcC$XL &1O ~)C7Uz/ Bـ] mQog,RQ$l%߻S wyZG @tƬsL6av=Ӧ VwLJi$c(j„[]h''/ ^<߾R+ŽUXyv8&x $v%73`]oRSYY#!MSB{CN:^Iaےʱdc]jjY)HT/B If▼TqgjE5Ckq!Va6Cqe1;HrwWr~tF)t48]_Dkq20-&YIExǁ ; 8FUhB1# P`ZFӪY,fW>sx`8Q=M$Y[ɟ'Cͼ~Bn C)T:z 1? "jjdEf&TǺ'p)٦ 9f$K]`ؿ\I']Nџq}9ʲ3j23|%J}F}ٜpE'sIȡ%2o$J.]^e(p+"j:_@~Skd"~|'[Vf!?=W@~k&{/ o:F_yϧ|vu[p@YY=v~zXN5='w BVU>qWӳYG%pڛlzZF@'xP|}|s+_{tjn[wJ>d.)nX?V(!f&?* .|Lׯ=Npcns74RSP$t}W6\ m@tBZ :j~5|pUO`ȓ)Vހﶯqj=a3m(Q5 V$z- ~!"4N[#}!j3`WuZFsQT #y1+[^c$\4Ӈg>ƥ*<'WrC7]zHKe5Xs9y2U Q唊_H\¶XJm;cמr n͔Gkˇדw6Ӎ+ sF՜D8W O :=L&zO_)3Jԥ}|o`4Σք84/h5S ЌWBPmf8}@p||9cϒT ,TlX^ÃֽS> [}3`a.$d) 4e #jRRt3JRQh(n8n7KY*l &ҋ]8c{@69IKכ-` LLo>g4:X;b3" &Ib:R6XBwzN}aXţ[}uV ^,_ hG `]Y>J26Ke 8L>;!N8CeYbf m9%;x;y&DN UO-̱_p1jM{Ė*h(P_ha'U<).A2pjR*J@іu TkarR䨮_6`}"(zPf!BYXu%N77(鑒 Āwu^596} |~5-xy>Cxn^z#ES0遂!MnUz֦'nixG}Fr<.S%@0>y~3֨v$KW8k7H`^z|*=7*[(8 |Cŏnt{ǫ?Ǩ& <)[+3b 2w#rQ6H9 R:1C<T\d u.1AM1 (?@T]X୻}(%ӆU\n@>F_)Qrg蚯xBEMjMD 4 Uܭ1 5jC*&12S uʏuG+Ϭ $`R4"|RטkC{df\3&.|-[ΞJc*Ƈ+ 2 g0k%dK{U꽏/Vv4eQ&#cNCh&t^SQV-gK6IJj<=tʚ ߁vKCUcM,fNXֶxI5/n2L.ov|\w*j8Ӣan9%|Lz *)`ͯo+5C6{B 3Q {+{ի2ON1n( ! 48*(Fo-3 >!Ne$2/9qܿ<$-B%#M?/HJb=\WcyP/E~$;M ,eDh]<Θd'D0D);c{dHlhdUh$P= MWpK !ށ{",WYdp`Vdy ˄#O1UWO1n  ͕?xV( 36,tnk<+/ݨ)!@c*LOӍPbTH|s8Ia )?ԝщt[gd>+Y)e1[UK2cebO2inV14ݵßӛMm>h'z;JZeL#1Oۏow Vvŕ/<,G !MWghr#)=W7>rUXA6G 53 ˮF.[͙dK9PhkR1NskIqznIJ~g ; T7S8Lw4;W)}y%x <%ކhZl:PD7vӁBf"RIKNlq~) >c.h?`t6ԃ "% ieAJ~<@bɯ+4c3?Z7í NRh{~ZPnlۧXlQ;R6qR_aH1%(Fz2L Rh\lJ2-?Ex㪚_toeLvOww,=\P]G^PKbgWhɕlFHIH3q̒Wc JQYs2s4Npbِy|f_V\QHHsh5iFR>ˉr I4C6ƙ/%=pIjt۝ʁJ=`9`W'X(۠ҳ\c@O[NpI0 7qK Ĵ(9-i!85pk"῝r6 V H| M\5f4w'Cu^It2FAQ?D"=`"X J̮JȪPKҲ %Tr3SSuS|zcPGyGx=tr68I%;Ջ4_KX(t!f .a,P>̀f߭Vكb܋)л;il-Ѕgo̟F°b9f"u/M)ͽXFە GiެK4 |2H޽ν6ؗE98XVL3v&~[*3wG BQ}jMJtV\,,يɸ[ U*KۄI>KS#alGDEg(t,՛<&O|dS1"ō_xy{!1U z&#AdIT-Qch~ ؚJ0djJ~2C3I^H}wCnQd@˳使[YxH+y^SĈjI+kpOwnZ* Oɏ8(y'HESjǟ:J,UhS"x/OgS7pFe/3iWj"qhF>, $7Lccg1qnFUb/-2q?tQfO(&>;\.`X]YH/|5nL2^/>&D,ZCT-_=q)|/ ѥz $_=Rv t8kxФ+~MJJCy @thE.ySùER/$*UJL,}q&m eԂ4H 4¤YwKA @@Wc~DE_ҙQj Cȭx׆O g:D7 R,gfqd2I8G;!6@ǣo`od^vѷ*0MƛsJV51@q ;p | ۜaw{FD Z~TQor IV%V?]k;GN;@/](D [syVze;+IÜr- }"FSHL[Nd<;E`(kvM;p,*^ҽ͏PerCU3xxS=B-2< [EbW&r\뀎 $a(!,3!_(/ 0ɢQҠCD0{5u:(o~ MZua5ǝG"@ ٲf"p r}vv킲ws 5C]dusڨ/U5%qgސW\6v&ӄ) ~~A!oz&",nI'_ʹ|.ӓ1n|[>L\Gzyb׷n L Gb%;g9;惢^BB(nK$KfC! 芠\SwQq|~'0ܨU%N| ºF0Y?r[Ot11T. ԐȺxҜQЍEϗQ<A{UXlq&h]/I97+4@NIrAu n QwNjwҥK5663@s"lM;k,=> m4uw-/bg{VT^kY#g2>I1G:Siaz]HƋ.!PAd3 B5b6n\)nKA9he^s3 RdՒ-O5|ˬʯRs:6{ '{h>'Xo>ћǨ\>BK&ͬZ%ǐ/U<(Beum+F3a`^>{lR JH*^U(sQ_tEr1а&gΝȎ¹WU U)$kW31Q={ <)؟؝|b6R_ 4dΖhMex8a|=Fƪ/!Hy%H' G(DyņY ,$Bx .GLB*vMe>_pC>͎Q %,A͕͓i3<` qm/M ! 2+?t \򮐾|QQ 4C E雺ltxG΄$r(r^V.$x+MhaĐm^@"ryv!^[06?,:7:鐫#ѥC*}%A#;tJ Qu9b Al5*Jg $rpxs=ƜpUrn-_]ukʅ5o߳迆T]OA2p~3l2҃\J&wc`Bkc,y5~){믗T:rJq/ޫq6^&?~Ga0NS! _#=N]Co&)p%ejn0]66@O~\s{0˫ t5s~Aު*vX;>S%Jo=/sU(F:P/8Z 0`TI:q!Yi-)g7 1 V`Þ*JX {k~ZIO92'3)h$cy$MwwFc[ĕ W w+* `n2mml:ūݭVՁJl`܁RmQ:D^% |}% y}Au$&a+v<@SJw <%Qxwh"̰~;{JiCT"ECW2\Å0J˚e!d6[wv4(VlMZ6%z$qF>9I\`am-ӿ6&6(շ[ԝlHyn W"kdò|U.oA@I񪇆4]EZb8x7Y4g_Ǡ`l"&;q.Ċ+Ϣ(KL$|aKKZz7%3%soQc<7Ts}ta9h7ͻu X(A\-~.;)ϝ Nr젃ja[0\qv񁾠䪉llJծah TBg^FF0<3kz׾|r#5ǚtX[$TכRΦ^OĚg!W^Sc̍oU4h${N8:T .1nNY2 e2kJ^f+mghyՠ& GJ=6೧h$I`'+:Ra:PފS{Q6O~5_<)b"w9R}Icбi RZZ_$8=PcN_{ЍqKG wRkulS󎙇BU2Ae'kZO,tp̏]OA$^+Q7̦$"CP { 46lKc ax;ŲL>joo;V4i@ymc{B74*q6"#A(z?SZOs4 Xa@>b4@LIQ"nCpiηQm$/HP!Ճ:`j&$_#F!1ڛ2!ٙKYޯֹ+dmkH-MF'.6`IMxx|0$(hU-K.rխn6,PH"4!%У>OUq<f5''yDett'ć崆t_8qlY *y ؀ou? d"T9aj0-tT,wv?o$cHu4- #;io`j_116P ,u#BFc . ),2%0tYb0A)&0@֎Na5X]}<91z<"i_4[":fփmV}\ƿx3P?w<3BWϗ/j P %&!c5 VYu*S0gtNIJ'(KQ\ x kX2wI,67)O">@O=QN|F`%:cs^$^wjG1jMB(WhS>(8%Qۢe jwLYRMIoX$׼FH_[T=O:ƗPۓ7Xؑ'Mz,-xlzcB>aL<:+@<շS|"'P PT; P8ᇇ K,GhwU /av\iYǝ8JB Y>SeCdsS֌h$ÔSDF7הdTP|G x{&f?&w%J"3wLYz0X6 ʪGMHۮy`ޡaH7Uv :g;M$ DŽerWr|bq DVdz$\y/aN7FxOz4_qCKh!{MP)3K dҳ-F=I gD݌sUt&+a{G)>(IqֲK8c[Nxʶ줢7UjaTr\lD8p뻾w) Ј5/>k$ʄ{aF'Խ|)VZZ8v:CqZguԿ`[E Ѷk?9*TaY)ZMN/_N&Nyԍ}obUDԓ0)#U?_D -Xlw%TWMaZ-oz'K! džLZSFo+l4P@jY8*Af&I.9/7sMXz}v1\7|MeYBD$oC twc+hhY޷ 43뎣*?trEӘszn D =Cn#PIȩ'1EsP7)=ԭq)<ÄOэҟ3vzj^}g;1M'vxˠyJVŘ!κ> !%愢Lʩ!|2 M}չΕF3cH϶9,>ʿT{ނ`~ޘ <ذG#ݤɃȄ~0ѷu^:/$=tJx:OgU#R8bR1dM:6zNJ6$^ۯFO!lg59]+,Sw\NڵM7h1.!:z<5dC=}/G^S(FAo>讶eyv4&g O.C LiU~zt/Zr"/]xVqn]HQ=_~UD*Ă/DZFG01VRB!Rg8PI(]OFEKi9isu>/k`c 카eHBnI=1r_PsH2@d&LQgN&޲> wN2Z3-,ao~6^#r}uX惧u M*S~2/+‰!fXaVBtb%F,1O"B#˯$hzBv*g)[w֣8՗?_>h/~#kWF+ufc1 U966O;,漿'/BagYGb^7yMv"Xu MX^!dbb[,Ca?ZjnbRgFZ_ctL!r8Q"s f$pF`{_c˶OB%h}-i9X L}{ kM]ϯtGml"P!0(xh0ٌ\|w{t sEU)rſz"mQrÖͪlF"@-1p-Ll '5VFiT/#ҥGP%Rw#颒I~i]J$gLMrG EaLim2i5(Т y@rp55^"7x #*j[Jé#^3uj -хJ[7`Z\\m|[46Qޔp2^",Y7:"x VƇ HF &`ٕN/DAF_Kc6k xtpHsX{6ǯkј-v ]ib2cSwAْGjit#:u ]=>?cW'^].r#d4}(N*u||jxk| =-o?9HE TsP!g<>d;sJ_^gYaaD{>"ZxSHT%v;v#G 7 1"*Ypon61IR= D=Z;X]Br-w 划S\%;l-6p<$N  ', =ՈאP%99Rrl5^rIL0R/Zsʎo-5 x{1A9F"y.gY}p8ԛ֭a'<6~ {HVP>R!qM;Fc^܏AւRf bhǂ e>Xѷt+WIL ܙfьNIQ,&c n9WH]Pi jDxB7mӦՏ]@+/@щab[]XӉ'ziqwYH'[SRkU@ cABQEXHOz,٨IX^/bDxD"JJ*Z`{)BEnW\<Klvd(U{gDX_y3zb};$}iu4#ѳRzҢ0t"ΠuNHAaࠟ`JG_y8,BɛR&Ɋ"$T殆BΧ2nj۩ v12$] O?]ùEh"/k^Q[E-ЂXZ G>ɀ#/s:`HTAS'X!j2voyCdm7& 1;P )Dq s>%#ċQL%q)7ѧBBIeLo|KD[ r8ƹ.J]EڳDx(oҲt@Q~(#rR?E*p]-SPA2^.|vv(؜ۇbơK3oAK`X|>8_#Y d3٫;D8ei)(\\`X(Y;;h.8nL둰]Z hg4RTWM3dӓ/a9-̮6=Ul?TT\Q["jR*͢yA~%E4z8˂0ST|}d !zّ95m-H11=sξ;E4oHdUPZe߻>92! Ż8bDsv*vsV0*h ioVAArN68i"u (|I O4n92ı7]{sslwպ3KV?Kni7/7 쀴~C\Ch9:>ň .-MԐ^jHg*(oo V-r"\*, W80J_~BM=i> Tx;Z0:}^1Q3]x\j_ mjf~ϥS^1dGGqMecUS9 f( Z%J|2TxNv2mĿW;8CZ} s [C9ւ4VcpT.wn9&-t%J8Ig*F>2ݱ5B!eаCʂ##܃=;pR𰾶8u$.씕xZ$ު\@<ľ "4_&짊VYEMD̃O гKRR8I`|u|엇#) jUiA}8 Hv*ˮƈd,[y©iQ׋tJ@rY<,::iOHC}MG]oM|9  W5 ϋxzބ0zTa:rDT. B)aE!ݢ`Oؙpױ\(*(_O&~_j|L7&,F!$sUwu.7O gTk޵?l|kX@:bHdqT3e*Zf.v2Sz JcZ+zVv3(3ymEPL˝jL$Q1s`}&6wS/iȺ N̅`r{u#RyݷEP(UV]#)!VR;nWT GUK&kq \H fDی'*tfF21X'GKk BDwƢ 1T<Ep$L;jKEKnVM<_OUdB!uP0ĺك"Yțhg+o--:啗!.DŽ`} TkoVn5h[:Quq0ZW<YOziTD|vvl3hw㇐ɦu`Rj^1mm}(s=L[>fnTr;sQ>$U)Dof~.ؓSd;:TSIA.ݎ~(NNsr9!Q[]@i BdzkC^>=Nh.|50VIX GN"8n1~ {rN0kw=˭Ͼ4y~"]mx>eK &=~0Q{!,z3 /'}: 0g tBO!cVH-՗/;zxBfW/V#];0Gv{BD{)GIO ?|+HVENYfIg* NZa٥#./u>0N43skTh*K@+r@)Cẝf +{,A^dVTT3\}qZ+T> 1[SjgAAd=Ξfxךqۋ`J~*2[ɤR&e ݱTkgTH&="ȫp ۈĈ軕i:҂{/M=McX?{^s ϛՈ*="q' OVRuEӤضzIOguYHM.p-,8~vEZEyc3fyYv /;|DJ2!܁r4!7j~NiIkw{76U:=pKw()jzaq)3=l QS  &9֨nTxC MG@}B2Pb'?K"UJ*\eSh=o` *=jElquihr tsй +;oyL`jɘ;ٷE–IqA_h{^ q%t%K,DBXw WM[઺aJ O27˔nkK4w豭ZgZxoåT)b5 wez(ߑlj`HIebʳ6RPd5懋Qr5p%uXvtM =g[  qXJm'U_񋜹geu$r()[g9 Hh;wpD_LL;U݊g>ftLP:sSPýh?5dBTO`y[z:z;nft6yCt)i^aϿN6u¼ P^ąK*Jge9rNcBai@71`Abj%i~a3?YZcD kIه-7 ZnӘ9hْ蒶A1Vstw?OM2_7? 9Me-%2~zMWf)_0]*[T/]A0NG},So+l'>ɾ‘8T>[ ;iKڱҒ&IZdji/ʙXE2K>X//tM`BHAc?n1Jl~jMn;.QdI>2 ?@vf܃ɪFLXVdM(8ŊUAլH[|Mljx˚nI$ 2z  i|oN QA0k,yᄫ/IemgWf۽ j+a 7Y`j4 N8&-tpԘ3_l}?>=3K?1Zv|P$#cLý (eIqANhS>Zݬi@ E{KB\Zq:7!E%FU+9Cuo|Y~rxu ',k="yN9HG$G? &.nJmnZߐo|Mѧls_U#_W_ZkЧڔu $gd6Hpn4x,cG~-f g7+U GxIRI|wNQ/}zG2[`h̖ s x1RTuaށ\t栤 Y_C:)[{d'׷a#1iŃM3\Оoʗn, 5 t6'2}`꜑fO6B Mm{}?*BIK\?Qma~o@V#:)Լ.|pw) H12!bôV_Z4_تQ.+C^CDDR&Lq9{>Q&=2#JȨuJ8%P_-ӎzC?jon9j0겳Wb[T2Mj`٣nvz(w|Z/vtOZKG֯)v5|@L"2z>6Hջ^G|;ۜ\aG?.!PxXD0+ tt+cl7)TV'~H;D{187y~ $>Grm̀-Xv^|u$Fa7^5w\{v PDI}5o?uE;395tg8\i[KGM!;#{`4ZO?v\ǀ1/ ZTӰD—*o%>w¨vDP!9qSD,TyVVUz)`+@ < ?L<+l_ g_&!9e_Da 5Nwz:0:dZ^/cu~kx/E{  {v]UMB@aw1b>e+~wme rت^x_ué<)~Z~!eT"^0$|pI5vޣШ>7Ed8eYwr2a<ΐGF$4*o,ᕴl^t(6,*ӰC)W?h2kՎqFƁܡd JLG %"ZI%@IR3ijc`Ej8Q' {Wa,ҢN4mxK6xp8? U~gm^Lzcvqt"=80גj0᭑ߎ]Ka񜫍Ί[H])T;XqIGt~hARF]?-3ҷ|;VAw?*NZ 0Q۫@Jp~"Xu7F,~Mz>Oqkk^#聿B"̑`\@IZ)r\I3}''ˋ-!1B)RO@1s ̶̮xV.ѤyIb$*_.7rxkƍi;;"gȮHܳP2>x`E=Xj7-n2l(mشUD|0H'BSKӧnud,` +<>}aTz>E|"'Ca? >KRt:Vr cB¤0yD@kB, mr(d u.߻O`GgWITH$gyAݩҗN[Kܰ^oT^J \rw ,UM苵}]-g~ 5xVׄZu?5:4b)O.y[L{OVBwݣ>GϱBؒ*NK0@87K9jÌ N#CVThb)v,~T2CSiYI}!؃6ݕ 3f xR3o~$(Zş)pe޷` S?zaxv$`$7<$B}%螄>Z`QjkP0@/|:ӂԲmYdkt`ӂpFȐ*̟ΥF>?xbj 87V(H>cݼ\0!ՏGQ{v{W+x6I8*1kG=H7.hrsmɪ l,zb--qۖZf͂_ȕ>:ew6{T" [$3g&b[-37 &T]PW͚C#}`@"cI7f䩕$Š=_ S#5*T =H$=}c(Ԧ rڢV2Yaox}@n}Ծ^].t Y7L{u^m"|?RsOBp/@:K+r%>k4s_ u!h g/nq>!LLzlOW[ʲ?GTN%O$//d8b甇"g(Z@ng0UF<=4Q( RBiO*S fJ69/5(pp YG\пbWx!ѵ_OjՆhQll !H?)eJ)V3; ÁI-p$E}&VtAQvG[9eGvIN{xf})*7YGUC~ iuڻmިؓG+.kr2k޵ޡdÐ::-2B:~_qPEB-U]$EMxuMz;7fwed_d f: zE 2Hp#ts#Lsa\JdtWٓ}Sy߶#շ<4ag!e@ ^2w"82|i8l__][X9Sd F]0*ZCuPHa5BԐ2O$A ݺ ~FMMc P$$)OƏ#N|߲+Я>O J 3Ozc 'cs;WyFP4d3)e:w^ԲNq4?=,*3ig\hOgonaٍXSgjtg C'^SN׾Jě;]xS1oԸH\\.92hLD*z(\ ,*1LeQ< 7aVZևOK%ިLՠtG!`i̇˭2űr(U"x&5iS Xr}bҋX?^$((i^8[8“)WA-x#6Eh{~>+&Xa} Z܇`SIypǁ=S 8 3$/ۖ㵡|z)mɯ:}<WdUپFwJ9]l΅+%[xhMjϯF-~%U݈")1r5ƊTرUDq23ޑR[F!X78x`"gӘbb.޷`W?{}/0pS>lx<.i|KEذ"-55+ZpdP0U'i8:h~b N|g9t[1"jT'7q#Lx9r h+2_KQ@@g`G%Gf8Iե( gRW*lm-Dz3ܔnL (S4׃PxF (/F({g{ cפy=#e,pT0 "jc3 D -wGGtf u9L%yI7HR_e`,QxCs:5n)1LB,+n.waU`-ALǛ Ϟ)է+:jqhcE fzcCïz<=FBnA3M %{9>F$Jiy I'O"AՐ n ۇ{V<,9>=@\dQ 6Y"2 #DIhҧ) _ (f6pa`ld -1Th} Uy/uH=22z6;v&` x񢰵] 7z[Gqb%jY7Ohr?(qߣ:D=42/Th7\k5~h zyϬ@֢{"wNlފAdD.$h‘%5nT<{d:)yȖ!gbGԯlXu]  `l7AZ@,ę\|e與*]D_Y˒/Dm~H?) 8Y{ޝsLg+r?4+զ CX< 0PCtQّb1M1~36YYq5^UObmH"|Q/Zcxv䩵vKMjldqC3v(׼[بoN Ckj\ҝ4sCTf)Z&]H[%h$ ĒH}n"' 4#r1^Ņ̺Ln:Y)Bn&B~l|XZ֏=R;/!Q9a3מShX$5"#(8v 6gWjt)12F> 7Oc48Ꮩ5CnRQ,k]S-&t_L(؛o ä#Ʌӻ_,ȓi^bmAM_yVBX s%v CD@_)vńoC΋iBWȐ3S6; VJhټ={Mm=0Mt քC3$6N`NేOl}Œ 4=sޕLx:,˸1^|v3:mx){SL {1ʼnÚI i,=ӡ8yGDRXks 6r'ݍQ_Ԏ,9ڇthP/6m0Gi'9;fʔ X"b,f&&/u:uw֡&«Gi/*rS*AF.W=tD[lS i>A %C'(/.|] C;}iX!wd +@w9֗ B3r^IFC;s ڙv|~ ;C'@1s6ue4Ff6 [+Y*2VrżY-BXp$X:Z-A`V_~0NNKb |+/uYrIn^/Vmb3.~{ؽ˦hmQyeN/ꡌDC*?UI)05z4va@5 L&g4!:D(dH[Aj,ݦnz 8'/A0rQ+|5u'yhL5ҢzLD*4[D%!Hmt_C/'pw8OD)%4otxدd+؏n{h $iG}|X)x(ђH 6\JTZ8fJGo IѨl:T~WgteW+HH ;]8S ͐ v/}>0o2+|x F_V1cYMQװ|X- %|_kuBh8^u`?tWrK9h&=ϔdaZ14 ٤p}ZfQ1?UU w]N|K[vT WW+u&Š^j\Q%h1N'xӸ ݉fHƑ +q= vHNYp*t{+Z{e1TکANA:vQ7mŸgUھ;RBmNC 7 OO'.oEӊ''YvSɬl>瞳y]},27?#P$}jA LCL-"u2s^lhwX(XMwp@8fʉC޳z*= R1)ZM;KAj<Z<Il %$PqP#4x S&0|¸sW~"Oǁgqbgӈ?\ƩjL@EI߬T ϛ:N>fEXaLXTRhdk[h D7'Nl0#zdvt7k ' GSDa[Ҷ~W}67uAH]jRp'r[ZbPR?Z$Q,E%& 0函2c2n:$U/ʰE$vM3e@:Cf-YX l!+YO){K2ij7ᗥkoluHE4ul̵DY8B& Oٻ/ƨԑ:7pNtWXz唏)AU6^!KpNq>OӔ?F^ƕc.z}&V\7 quoA ڴ78@=+s1yFSij_+6ghƟm)_+!#($q)Y2DZJ֞x5MK؃rT)Vg(N'X Ǘbwzy7C?MO$02%&ƀ4׃G ϮēK . /@P| _B5g >mM`/_z-'Y7X8gӉ畣!_rh ̳ޗh^HQ, 1VƆApꖴNޕJP æ6r9YdߖSC09fEG =X;<'+xN {>\Ï/:SoY0A=|UHhD]MPt6a!r)+-xij/Zˬ%MKf*Xfmp$$$зc7\Kc4L9UFjnגaLl#e0ϢTME׉^+UW%w6ZY7?̴rh.I%6_&> uδ~av jJ ՗98Иf.j:松"wZ}fBC^OW6TO*~h;}ADµc~=3tnE@\FU-M} ~ߏ'<'M#\-S JQb_`jͬ FnV"Nʋn辰,Iٓ!+5*'τ˘zsYҽ CLB+QgXFm~Y*+⫳A+mCSt 7`(=vSKUKp(|p+Z /@H/XP.yBB%dž("/!!''2Ǯ:s Goʙ) [dy90o{{ cwHRô76PZQfot~DkGC^4TC 0Z݅9"/e8o *b]D~C-mZ #o T2GLBeHU ι+jrh Dr~!T: Kry9KlzL`i˃i wm~Zp8{C.qM?6V«SuXpiTCpmk8:t=WiwSx6یxek&i-!Ԙ?99+-POnl~q,Pf#Aa^|D93Sãk*Z H'uV ְBV|"x Z& <[8 &o} q2+iFu>g:oBir$P2 ƂZQ)H`wL҈cs/֤6v[vƷ SFdTE[Ji; 8Wp cq!U nB iyD>v#_FDS?L}fgn `xؒQx..ss YIlP" JHJIGMN&e?\$,IûĦE7سz$/Y75îV炱CDZ#'jR8"MY!=bq97 m.N 3ϸA~cVSΣ0zgH0=7*m_<8im .(^vpy-2SϛOۥJDSYt2.рM4ߘ\wQdE!xAYG1ξh j37Af_er9Ǻ(O7R?I"Cۚ*2Jwc&/-$M 88^ tosd`J6Cng@mj) @3Hdױ Zo'V_CLCAUld#< Le 3[{m /PTbKҞ[|> ʊl0UsSTlP^sFX+hY>橄t=Fy"g/-}9q]XH9ǥꪍ~ ̏)-ꊷeȌR1 ⴙ2C60h5αoQGPӝ!ai702ֵ~Z?E< O v}mlɅw rBG͋A:AA܌.b8f]͊-Sdž.dx]lzn'̊Sk켕eHGkj0?&Q^ɯ*UbM5Ni#B@UߣT !i3;?8)u(V" UݛtmED6t*&~uWr \p[$:"4qBbbB|A;d@MTF;Xa^  %f<h @#Rb _.AX]Kj@Ӗg%zV_[(NJW[Ԋ'i*F+R9n!H!qc:DTrC>;Gc#Բ 3qdn.,{YIz"zR>q5u?> 2k^FTKA<.QR֋srl)BG!3MzmSJns UjmUEWҟQ=|M,ϔnP:A%JBЉ#H[]]|s$Q ۭwnƘl3p[T`r\+C*~6t6~E,þx qdacLn2D<,9[nY;ZFqhE~1Y-I6TXZQ6g}S[M3k 0oh*ɲHclgX4a K>dn lAs%1g#yg 7&م׮xy}M)-D3/ٲD>b?]>SceL[J'}ǒ/OE[k< txukz2Ls^dju#{v+vp#vdwH~~:)Rc]NYlڵ%J+ڕ9@Qbn#1;I F=b3v~r|iǙ ,㿿ZgR[v7j{4&J H"Ax$BhK:?lAlPuٟbٺ|wbbt|.:QeCs1[Qw/OVJ }֭âG ̤[x >ŕ\ye0.V#83$}s-[ϙh9:N$`<412xB%e3 BUXI(ް(p8f՘ GM.T Z^=PAB[ $ʹ(XV!UЌNx!ckqiE9|ZCP-[EH{pfoI^}Ev./|WIqLV8c"p"I:C|wl nZccYa=g?%[gΒH>ǃȟ x$z/ fH -Ra͟Yv܋=q=jg"SXGnFAj "OUɯ!KkPU37H:%ŽU lB /dm\)0m:txg򷒀S`6ITjpwjĽG:Dj_R 3]F 0Dehî4^ӧs&KiWfY)j̚e+#wP95=@}\L8DX;=8D DF\DToԉF_ǢL9[ϔᑉ+IGȬ"k3\$Z/>IleóT3ȐK={9#bRo1gj=&͋}Tx`nnr) ׇi( 5Ws x݅@ܤzxcfڌRX<œ|ZU=NJR4hE_kSo$W-Q\czT_V )~fXu6Y[N{,֊ n_z?~{/r7ҨU!S}e9J88XO *(賃E:W[*h;Gz,$Wg9H4;#?8 }d*į_rۀ9HMQ0D3 jX[ᘚչC7&}xhp57(/Sd9v r 8l->Ԋ2OUI2-Arb# Ecv© ;BwZ ¼o5t~}Ɵ}P (y G≂! 1Bg- ar$a@7/z=[Œrj_rEu9$Jv'ğ{/JNWD,M[-b+2M/+-Dx[N?$JU #'q\dڄ_E;ҹ8\~.Ll DqeG~eD@VX|E+[O@΍]wc$|sek\?{ eOl_ƞȺJ?Wmvǝp qtڂwm~}Y ʼ/9?)-]2od 6lHTRkjf3G3+s+N98u-^+n"UuۃۉW+v{I{xT̞#T"c*{zDSC٦7QPT17 yYD$9f1 6A,nVd{'y >sܝd* nO,>y"Yc 5$tGݷ տp/G޸k!jVn~佭ZS[ \}6[4"0HOL+ i:{[_Pڊ hA*`) f>lߍ^S(#}ԼEYL Fr-*Gp(ց-?W i@;ڹ;2ĻʇۄkrrYNu=S ꮐ^9@@B@{fSs;7S,iL *R͆rKT~oH,Ϡև܍j|kWiFaYsr|ہƊ{w$Otbg`B +rBH,h֕#;YB޸O$٩ Dk+=P ~w:|'w5 /b;7 3PLGōH % 6w=/)xÞ s896řt PՉŷN`*'xƎB}2?|Ao 7=L s4b@kRciߝ:R/0 xau_̆ǫFhMz=7V v'vYeIT!=7q4$ؔn*7g(*+13I?ߟُ}@Bʅ8jmŸypL aY(ԭN-l(.1b#|]ƝiR=hm+Rg>K+p{;WZԻ@+Y?,/BQuZVl`Et9eܺ`Ӳ!:q:H=X( !`c)8yYGeG((AݥY}&=\0¦>jFJ_1 MĔ)p!AG:k㴖q`F`&ܬg܋:W~S|c%!BOy{t ~f/K).X%ծ67{^dҩhx.-8^N4 ,a ?ќdToǐH jȱɇ]ccy5l0UD5H}z14⣜K'Hfp- dSxW)jU~:A& Q|UFngӧ9}OC恬u KAt% Aߝ A_ĝoaᄄՑfA56t fƒXܖ_q v8QE7UMyL!F##WNBusShףQ /h$Yi/RaO6FZY+qz[9P\xrDZ t'.vK sK 16TmYUI~Sczps۳X*UP^t'ZqhX]U~ݐ,z4|cd~;Ri_>oшI^RȪ܅@,vsF;qhvkp2Ɛޅ-FN0IlSOb,$ i[ȑ"̑2g{|ʟ ~Xr4)׾Y/$\h-̳j 8y 52>dtS$HI0W~/9IvcI+2Mm 6>=v{ =NKB?׹9,-_td}x'BK"VKgwBȜ:{ɛ1t¢bfVc̒|VHoTvBN Æ> 3m_*drl)Hg0; '!QVu :@3YTQOқN{I΃Sb!F Gl)KXR&e@ vc$[{|CwjGX6/\iWP5ċA<7Nt ghe&Y fr.MvLNjO}zqs D5J~J砕gS߅P8+Y:y<RǢAm% 786$㩺hn?;)xG0 ~/#}v鵬ŃcK_ThפZ1[=9{}!M?Pktl!( (q>/J2խy}|с n$0Bߢiu};GP$bcY=p7%s[ aG^nUSUv%!]p4xa%vgP]nro8j49EVfP4{j5K׸G5*d.[ۇjaN Y̤MgfaV3f*Ңiե2AQĠElNr&Ɓ':p84s[\F%reGC:"DKzb^wb:˞4TY㾧&I1ٰƠZV]nYG!sxfA5ؔm+þ΍fD$@.e]ljҗlIMm#}t9k"D]DOiuwo!>f^adoU-Kx}S_ϼ0& 4Aî5bRI7>k,ARħ# bB_T[yq?-<2$L4>s4c}(Šqh5I3gPJEkw3a5C h%6/X+z,DQBFA2DMfGL[*^oVt4G\^&bRVl !݇ÐT$QYfٶ@6` t)O'V, &Ƿ/Py߼p=>DN&dWLr[!'֑ j9| `MD"N˦ZGY^t06$w$eg-畫 ڊSz~9iNjE=ٚҪMh\`8e`GR5"s|T/V<A`be_OO Ґ׉G. _}ɼ7 QT}ƭf&X*,仗hr+H} B)ɜ/s  ġd` qIqT-U^B9Q5^ G"a3Q!I.|ReQL%[ h5] RN7 'V=R"v #[J`#'e^Beq}0Lg|֟ʤ]江j6_ Ñ/1JY|MYzcpܬ `Dva*ԯ!hWtuĸx1z)]J:Q#@Ka{]-UOw}"VxuK*&0%q$aF jBt7M{]DޔՂ|'1}ͪPm=7Q<#[n<⃏I~9-&#}/o9'Q/:ŴgHU[G,fg\ 0RtLw`t!Y1We} }~e>~+E/R@- :_M*]V|Q˷:VU Tp"&T; 'Rv{`p[ ؿ)m6ƹW$ arbר:d"nT}oj3QPXXQ|o4n~ '(&.\ӂ7t`I)\>[zMw 7]D5,uf8DTVU7YY.Dǘ{21jM5ׯ4 &|Axb @ Ǹx\O R|F;py_k/r$ro2F-O po@p0 x^/1٬P5~f/}-T[ߨj1.:zE|PʩTzy4 "POE` & UZ-JJ ,i.&y7߇9nz[@`gϼWN6O4P#jAGq56xY0j p7-ARLzP8`~[dMU_Emj!`sUzҖ[ܱX/5fI]}wQ' E  !St na+)=FgbNlt-%⥟}Q7Aeܖ)4~#d U+?sB  GrͷE8 3 (bm#L;Gwe2Qþ%z'}EDy7sh/ v-Vm7Tlg%+:c-ZEƚ򻬫3G[@"]zW2|Y@WDU|[ϖ<ޮ/Q^veNZ ZVb02H<1D$!Q%GeF9A8Ye "Fc/ť)JL\Ԏ S RS<۲ No:vǹ'ZV ? :G]nā ,<4P`gm{4o4vX["D]z/֤w,A_ŲK~lc l,1w)QT)nSevJo o|;f1Kk_ ~G+&2ABGP="_(MU0Bލ9ji..I/N*(>uC TZ;q68RwA`ߪ!oc ^+F,tI^hCv@ )^u )g8e$(<`nA!jdAe8jEܱ.~ߔRI} `U /(q'Yu4gu3ʍsdH};F`qoj(Ćta+1vrL\ي6àؼڂGH(.LA0[kᄁf4bÃw4OD1,,s\+\a<%бM8+9f,ְ)&#Qꎈ:N 7'.<5*OkR W`2*$IfUl~:||,-}#ucrފ*z1¹'ԎoULf ƾ_[+eѳ=g|GRmM=\BZf0瀼  ֏˕ץ+7"Nq޻'K[@͚~Qe=GOf3O3\OAxNDadDPBMi-%Q)i҈.gi:Jk$BLKD}2zBݾ]_p{RB.Avt_H(z@Fl ^]N^uLͯ8EƆ7#T8A w3^A| pt:yu󞛶 v?~9zm[gm|ģbx"dk@8y'8yP4( Ɂ 9PWaP)K_nY ABfi]f!#K(4BL,)Tv9kQcSms XI**ѐȁ:@3K;)E& +[Fk ;(7H{׋Љ`]iJZ61EF(FKIxb~\,6εm3"yPR[[)mn?_Tod?$ωe.Iie7]-'@dVӟ%XgO(VVyrcʢqߟ7)+<3lbZ>!{6)ʹGYM5=hnȓp\E]X+;ocA(e ED _IdqA]) ժlB1!&FoP~!qq|rji;"eiG8ܑHס|-bdcz 䶸#D:Lg UĦrArOd;wHI)o4 !5ě'rkkఽKN%u_YRe:x .'rC`-qO,'MůtG'/P}G$$D]S}q}>+ɰ|4o+yJ U{Ĥ^Kmnpb_RCӌ X˰êsDζN/=(YܧD08MOx[B&ne/IkФ; hScq) :}#hDkj Hl&ES(tg,wA?ѩ}e{M1{!luSJKۜRJ$E1W)Q{UEo-ovo-mxSص5o * .8c -H,ʩ$ ȈxEC(OqJt|}~GmwqaM<Еªl>3exyK&Ҽ*CuXDgyUᆟxRYs;xF0P3VMI fb_g}T~-:| OL1<)eʕNcyoIEWsE\5+}}SLZ1tm8Gj;"Ʀq$G/ &4sTXR!cdxr&M}!_x|W9bms֫C'~iR W:T.|X')a-Ui@4܅6H 7U'>W,K\]B,1l4]5v suH.KB Ts>#"#S s UśZ%pW!g#ԗKЂhWp~MQ6Ɠ8پ\cyb9.ۆFyz9ښSo?l{#L3KȞLwȇu؝'spEԎ%*ft1U( c~u ǗHlOf`9(5MCNe,XѠ.^:g b?Hůhs]e hxVU0&ԙ螸Ͷ2鷙 'ǙDr f"zoWfȬ )&ѠXiH`(z6mr6`mG2zf>#Bͫ/?\lÑ+nd $]!Z,XSS,%`?=3R:v*ꑉAU'v1~q Cڤ"jK%#0j▟3ovhlABtÄ(Shş elCAzס 3V\32D++!(1na}ր9#uNT^Dw'/{r_AK-!^.{5mXh@P]u8֓}}`lI̱H͒7E,Oѧt>ӭF3}*8O/.*=#[,\@2na;w<`<`a|ײnn zMnھtmCgȇZ ךGW JY= Etu ʆks))c( }"«?"!U=ќ;׉j\I+ƵW9̞ά[U2fFAݵ> N&3(d+2r Wd +™×PNĩfB椗Zݞm EĨKs ȇ?ntBקӱ5l޺)2$$-C)%TQlg\+#ô#vGhSmvߠkQ8YmyVDžՠ*k##7\A ``J=7 !xQT#d6x2C8VDc0:Lq(jT~ ) Z1WôsWf{o.NςsB.KN]S -U3 *oXq>|j/OH}mHQTvI;+Aלs\U0G@Е"f^u%~uk!k/ڢq8O`c[!b0C;%IM!FEaxzrEJS3Ufw@e0e6]yd@aܨ"۫U)7u<(T!ЁcБ4,&W?՛7h-.^}@Lj J{@ZShZ#2J+U,sI]V =e9TqbfB8]]!)zU寸om_O,&)sJ.hd{7-܉Ϸ qw39q՟`Eb_d\ s%믝1eva&[w죨pye/C1Qp [ c_2ާJá;H4.G$ߩ̳GfrRx.}bt[C7HL *!؀gIG[) s*>x)/R<+Ҿř?ۘ{n#rS)8`T~ZN̚+7ݻweDN?meJjx~_`KC6b8O5!C%G 'ò6Rђvx%P\Y2޾ ;Ԝ5S/CB'2"NW|?IOcw6~#4YRlo ڍ)e@xauf~pQ04@$߯ h|x{ ׅ#Pd>QN^U2a7r~X)XZGwfTPɎCHUs) ;n2̏ug7UVV<ƭO@UM5 iyxz[ˠ1LA)g |*(9GIlUȤ)$Go_+:A_kI@|lh[\$Rd~/C* e*G<2)&mzÕYɁfPT 7|;ѷ(IU($lF\ڸ6j.K+ށ EIjM7VmW2I D1JFRj]IDi4D\@K? Za ,O[oMNJ BkKb~vt[\al-bY6<!E(J"4ዿE!T"˃K&|GoD[g@zSDj$; S\ۂ`X#!`ov7ℭ~Ù ?%p=l f)dQc{;biti8?֤aY!MCN#}.iq>Qz Q\ڸlIe5a\%5ӯ̸b8Y 硕݈!4ڻY;'rESMABcB .nFE{aiJyBS9Bu[?_A(PM9HqQh?eGl'*"jݪ717I(kSsopi0_OQ q= ]!ٸ Q%@'Y $\.?)|>{GaF+nJ[ đc6 Ip=-"i%8<ČT믔-:4؆}#89ȡ@Lvڴe75mX뷵7 <=rT VĄGVt.1q_7͘ d#p+!r?;buɐZ`Xg;^;B4t8v艌!'="c3v3A5'!umJq@syb5N>QWRf25S<2b`(P$܄󒬬U T<"8ʮH]MS BJ7aEwG {_5LJdsEdF"aIm5|P:4"BZ 0rsd܀H-I5~ۑyփ IEQрρhXpʭ ).& DW$4-34y†1)L4Eޯ$ӓ}N`OI*͞)rg.)Y7pEwkPw D8ZqxD@`5H(4Ffم┥.Ip!7Br#!|fqa=G#d~lW"oa8msWR(|X2Ig]jt8 {t\+İL'ԩOcTxR|%\Cggbg ^@莼3> Qa+3Ʉ9ˆEvCf2^bX$ [|ȑyRm`hfGGHʉ0P*̜nBx$H1"V%_UBREfn"vRaq'-eaFY@W\NL`71YW3gEGs>67DhwXm-،g[#"iD£ ~[m,Z'u|Ո`̉i鿿 L1Qkd}\ͻ|a0XnBV98*_Eo?쫜#.9$ć1VPEsS囥GGs feg"yϘR/y]Bp}0+PL7_}|Oy(I}މY1F(f9)oPCKֵ:fX$ |6wBK)Yj{AIi( |"4 ?EÚ۶\ֵ9b \ /)֚B =8KgTҙFl9l#Ae\an9mAK0iMQJj="` ]=لreձ9Zu4![~d|0}) xi8}.Cײ`U;g@ePPt26zA#Km%x- =+~oӤD\?7TC:S4hm x?Hܴ=d/h1U`~5 ,Z3/þ_a6x΁) Ff J |{ 哱~ޯGb%)ṗ(77o ߁X6GwrAidXAJ~Jg\.\],o/ $h|Kd?op u3iy+rR`5p6͜S/jB3h[|MdE̛r!7!rS^}% na8Hk1%!贁l~`/ 1lNc"O> D۪؝xFa6nXj h_ ZS 2yGR,hΏG.iƘyonaFe֠gEFhH`Gq:@'}a4 h^"㠁zWV~K@,_5}!FcBL'mX,5S9fD48zБݕY vpj `ZRS1Ma-o_ך$́,!!_nJ,9r}ػ+Pg{/f}37*Q]x1ܲyct*P6H:>r~!y7; 'r` JIm[\RbZ>M}ۛs&e0\CS9lԑ {I.DF5^$xPTΕٞ7/Q4 P  e;LP*vݱsw(zrv%`;;pYuȂ s3rdٜLeOBf27ϐ7Bi/& |Ou.(wx6BEp?ͭIWMTO (Gwnɜ۸v*0ȁן7 a$M@O|G^Emnp/oDUK^1DŽ2|zvQɥr*N,G>P5HOXa38Gp F_{V8KnZkry˧aes5Co pא%RHNȤ0RY_JT?D|BܛTZk+4p 9qM%px~hȂHpr=Xre|sy%!.R(ܽ1~ax0si"Ӽc\=XC@&]l~#b܁xV)u\!e1a;;!>anXن2L*9@1 8#Z_RTQ,Nho<|R}Mi 抒 .y[>a}nIҳM!u (jPB" o?C'1Gʸ8d^RdEbq_ / "2!.UZu˧cmq]:G&d*h2r[bF=%(ĖȚ.]eP͊MH:\&ZՂ&߱Vu,%hU)wa.Sgn$탘{1Zx2l(YȮ- "t(0o~{:KUۀgBfV\[Zb?=?v69HR2H Y7o&F*@X9yNx+j(?ź V5vP]nWDօ|YʷXXa?jdZ__6+XKفWO1C[4}lPaLιw$)7XYvHl#Q(L0[G]R]r% $P"?D=Crc)]M9fT% b<%v2@qw0~]9z Mp$'֏p$P ( 96jj;.KSt#6`!5G+ϗ>r!(~1;,w3GxSI7/gBz6yxbZ.CG'!ra|;ci C@Dsn?PSR uXv/ Dpij X G,"C <#F(0U.0 WלV2C3HS5$gٖ|M1Ы'I1ɪ? ]h1ȑl[ i>[ ,}ZY5 B_-$z',PnJ(侇tTlW( Ia6E"˚q*0 to=/bJtaFgb׎>_E5T٧t~Б̬}gtk7ASQAhY,rFۨj>L/_nłj? ۇ_KgGt+J'Gl[ŤBao< &8F`XX)U[F zJ \HJujI RLJK( y*N*ɣ/t8"s}!h+Д:/FjԄ5- TݕM4X?TuWIa/9Ldg1sAb߮& *UQ?IK*D2|G^K 0pG2#:dZmeL_N3uۊk L~Dy aq'*gg1q'>rVs>.-SӮrش]cqxw Qjs[ K*"">#(X[]2D% ]i9-=ve"SaƯŸ(D?Lj @Ld3/n jGBࣴ\W8ܑ4g'z`QU %j``} ob:^ (ɎÈws+EiB&'fE4 [J=QA"KzHs*J/s>C<tlMix/~b@@jI{GW.bGQѻ~3&#f^Y'Ѻ6[=0,`Ɓf+<ņcVF:-&p&ѲdȞKy,fÜRA&!o~\ex߲|gfkU+h$8< C)Ar!և)ȗUMp PxlyJk ZP;)jg\)+jwv_0o;H*\NFݻ,^zRYEӂ%jAr&8FE 7-#.4_^kDM k /pR8M4b|Vp0<uo?W; d͙BȌ]'4:KxbϊͱpRycq?a^fHb@ hiLoNtFl qh,\7hLkeӮ䍁<5!:7.~ӤTUaЖ(8{\@G践+iX5.7V0əh{Z\6j Uxr{wk R- ?4,nG<ꠜsJ-oH$5iR)W%T{_sfi%Lj*Rn 1#LC v]rVVtl.soF)F/cfr$L}M)ǂ(27.IM%+ <#Z(,]Pap[+]Aw'9:aPP2 v6Tl&?*|rYc8IZR  A$(6Cҿ*_E'lƪ-u X4hm$zb"P`VEN cs(u!Yg<؞q |( dεqnXqzU> }GSدܭB? x#i<35, Yn4Ȏ8GP ;B Ť8h#&'=Z,Nwēr!FuQcC=W4ColEtnVbMmXMogMRumn4m8B֛6z|ιY>8iQoyM /LH95F6{,~)¼ n~:3M9ڹ#X2shS$2o+Bl@&-§}0Z$ `{ vZo fQh߱[{Л V V`0Y0+?̱1AZa3k-Y"=JWv3VTDMIV&8>"Ժv{0'#9k_j)FTjls#7-NsFmIvװ~] $+w' hbwFUاm W9f=Mg''!p䙾Tual<·0-d 2UT~s(XbvW~G,/(tm%uOr Pwϸχ+_*HaRbIF, ebv x42zwG_v`4ӬwFIe-!T`Δ/Sa5OŬvTzJ逺,,KbgޑԁTQ4^{@yR̓txft{8r!2*`6{jw&/@φ~锺G\&Q27j'G^x 1J0nW#\YMDq-Lz ET&iܨqj~nj?`@?kǒ XI  SkJsJ{$/UJ;"76eEpۉn>zKY4 9S埏 _&فʹm CH1cciɓ{+bXJSETeXg:4X2 †.<nOC(Ri} u`؟Xā7TO7ڳhZCrg[qCB.{Uw݀r9\q6אvU:M1]W'HyR'a5S4`{qz_ZALQA{4.#lsڏhݿn^5˨BSҁ[?7&2{ i0 (.\:Y7Ɗ G EHpl8*vWZ KF+j~+dνh8~Y[IWTPY;>gaXLK Uh P69 ;d5h8^Ύ(RFa$ fub_z ́ :_qCԖ苳v=uۻ7-PP] ݑLc E߁ub:*>j8f7޻aBf$Lu0!XD {x~A|r{lp:֒lWyV$gK*)C5“A`Nγ\_%;]4޾-HfU\Qkb D-_)3[Da`t;;- &ZQ~>?Q!KeG =9Gm9Eh0$G:܇C7||'&*+o?dvԐ \O/!qhV-.UB\]qRwlp΂Ij:`"; Ky "\RHÍcSniw É_?Pd2$ 5;ۄ،ւ*K^d4:|P18h1 ;In3ClOo<{ 9B;pi\T%ρ|0Gu t6+j|- _$vu~J=ϜWA=' ypr@_ J~Aٞғ#۬f3kVJ7pӐ[EنPAp==lʡ55S+2~moRgɠ br\筊pRb8D \j+9R+9SgѭpI5ˎ<7G U/ X11D\;[6;D_=ɡ Egw 3$q룇vS.H2ʽiWvD͊~TG}C!4NGHz(Q8BZښ/lEtT,hKPҖ^p2*zbHh[~sI5Ciz?ibA^_k* 1D!FtM3o}ΨZ]'@3ծ?Hj At i@ԑeH) VG/x,p6ә?֛gIP AiƜK[7Y{nvqf7T^E|$ [}a"TI.M)S)*Z 0uHW.4>&Re>;J e/%" sVoG RL$*LCkFZ`wkӸ) cvm~«Mq%Zx m~5:Da#m.j΅2.Y(dgKM`L 1x[kw"pax.7-ŚS=TwYw嘆9|&zݨ.|'0T8خp3\ie8&7E AбT x w]4[G 4fHH ˷fO8@2 HMPHexCb*vhƗqR:q?Xs6WܨWX*gyW]+m(0ਯNՍW81u e9Wt͖{# M Հf@)]*\{a Uͩ^+2QNm*Ϧk'g'zO0S'9N$Rd\z|e¦}h@z\Ý>|`*F#__m"ehTp&ZS;pV촾'xg; >nߺt݉2CsDuwΗlx?28C(r{5 N{PՕcgR-ģ3, E;NQݙ@Ǖ,_߆WH6]\ 2S'Skc-f)Q+;bo_!qU My%q%!Y@'󀳱Bۙ hrF |VߒW4#'fJAy`' s>!Pff\T Y4 jo xwqG ~]F"ْ.V}K PpVN>|"9G%GGj-_F(7Pn&JC4kR{`thY.y7te  KTCug`(*x Нz މ?= >Vl:I6 L7f/ܪ!TYҶ:8Ϩ$*|,FtSh}ʠ i"s6^`"V\Aap|󄈭DLWFujxm69ݧO/.!&4|6YGzAtP{ص_M#w vL@܊OE3G@ d0_i vѧ) `=ȹ7 QxUdP9$%թl|RUAC6.n#Vlӟɇ.X 枕c>bY~R#X758uApzNS"wQjgG@tz^s`ܠpG)72L''=tրlU+VZ@Q ֐ξUYCÜ5RPJZWkʽ ϴ"?C& > 'Yqٔ5ݩLNO7Wp@S.Ecc+ XwjM>\H-asdT rW݅ ^M;+\=c+GJO܈]EP)ZN=,19}2YQ9`w3)g"VRЏua$d͌-ؽDT-CԓDE6@P6X;6]Pax^\KNϗ"*JZb܊` @Դn-FP!$5㵗_bu3, PߘyEOK3jdzkY4IW ާooss|Zf`Ο22[vHOӲw]"bȄ;oԻ{ul#1>偁vM =S]ǬڝA#g,5!J:tHaG3A4qjL <7Jc|1d v>%N1-AQ,A˷;s(ZEN;CP6)>#X5CCᶙe 'C~7audۖ>X7QG*l2YpgJVfu_*5 ,I׈x+J 1d. ig7+֗. P5j11g~{ bq е3 -i{jd=ak.ʜ=,!'ux5F,&U[[$W1>A>"Խ}. :W7̒ %(~"&jQk66({1REѤug.:Tŋ<|͸][|QX],78@H /[;heb})S~߇8!}{åӑ uAD0}ߊƫ3dq'|gV'%*,tjcb <~ |zT ^=1]z Mm>aҴxN*fxV\x$:'Z}N.HlBx-s{둩7˄3kLҡ7TmYë[wiriV/a)1)ċz:7X%˘Rp,P%w\QѿYhƀKg+]in(Aņ<7ǚ&8ꂎ-&6ɎA . AC!:p jm¨}$riq&&[51쵢 IfWʢxɇw!NzO'9ӎRttF(X3Uc.rBI8N=:k?0_\D.)5-m#P|[[baq)m=~' e"V3#]&h<.ľ?y<$ kJd~sȽ4nPMމ 9 $qs+8%%0m崠0{}BT KʷD8y/ ɭF!'ݣң6I޷AwuR)kpLYm`7U mb4ZZ)xɋ P4Z6ЗM%cO?5S3*/BuR6j܋o@_@pwH*z%9Yw7! "nOǓ_4%N5MI 1x#V c=$9ZZwȱe O+H"n&XA^ Pq[X$OY̏ye! u KiV. \4`qZhfv߆sd COL 3οwgƋinr A G\ i^ 4DQ~IΪ򯒕`K#P_hZ9UvaljDg/2I5Ta F;", EG}kci1"0D΅_N#E<Fi}kmӃzUh~\]N7Y߈`5s@PπJ4$A'(g' ^CYtt:Nɪ_I4&J7+kfêv8RhMs:V$ԧQUqO2`Լ08 .hJ-.0~FeAfQW>.UWPx ŻkV|։15Ifi) toD4ΨD9ir>._w*&4s& dAw ݷ:JU(cI5q-\%[ȹBl\C;Ip ܌f0ir::2;y^`b)F9TZ,r041޾V똲Z6(7R>=`R![Xn%,6Bd;a RM^J m[`ߗgH~}݄t`q{?T)} Kx^&X٫ SO"й޹Z.g͸ Y޹F#!(Z£$779%"&2 ۑdS -_n MiOx0~T_ "N)Η 3*b%I0]U WZ˹lN<Lar 2;0^K$Si 4|#`t7b%+ZPP*Ζ,_V( -9v Y+=RF*Nw`f:#? HXNQnj|eV,Gj`i>R"으.| xn0^d>}4܆u7T:2Qu&,<0P"xTRZqd[#b/ $څ"ݧ< cùx~׹>] ?XwaD6 /]4[[l}x:Tʴzu>UiYj/ʔ73F;jN}7w-7V=rR qH#b{z8iՌGl$ WKX95e4:oԢC;(Tո;2J5ϡf}$- A:$l/g&K_iVIA,RcqcRݐˏ#Jخ8IBzb4OOͼ?E-~Qo d'oEI[|!Lu6W3L=ji )JO(o@k6! n]tuysʙO'C8A$X/Pɰ;мx~Xb ~ pLLIw_i+uB{P@ Sv1Y=g 2 zZN8މ-!s gZ{b& GD>{r{Aä|`Z 8wXb@ H%[×?is|9g\ga[,ʼ.Z~"D&,|rJ/E]$͎&E|OkĈ!GnPJceO?'E`n1b*_Vm'{agZ!.`r~ﵹ)lZokIv/%·D*FJXP,M95]P\&A(3'S M{%|5lw>9JOumE'U@MTx?V7e(Vl F]+{1t@9V  "kkh/~J[ْI p .3D%fPIoz-Ƒ3&Gqݨ Mjqj;?S7y΋2|p@,0> $YĦODN[1e4Ҡ CGH% wC8ZͲjj+nd"XŲޚG|֢nfhdj=rwg$FۓՋB4[%r^@G[BVUu\F^f݌Еɔ{ Z 1d#.tmaxރGg0|kg%fMƛyj7MFB"a4]Xg t騚jy B] UO ʦ@͂>WT"qa⌯w8f:Mn^#s*yPa1da@",)Sd|{E9k%jw} dAa( i~\z 8x'0(+EGWFȠVD,pzR[ ']Q61 =G/JX@rK^KѼVݖaMPe=/R21=¢~1LTW9s"ȴ8;0L%yu \JiD=tE`?'YE}1v [R7sYKFªO*k&&YxwVujVX17ajcH>5S}wΓץ -]k{6MXE%>?#?ew5a;c[Nk;t~n Yj¡:{Y(E e.Lhms|ɥ5,\5p~3кml:$ө )tfU\kO tO(1n?B lep++;| \#͸Ug߯[;ѢJ,~ݙQyHY3H0'#v"!ȢS=c} z{=r[ʫbD6WSǧ3b.C~RY3f_60E:~EjFEa*0v9,3QE̱ssZ6 3Is`H2_{u$IDr]}D`9}i^۾sU ol8"8$co0I[jZv_g Y/ؐ~;1P KƷ2+W#s%>/)(z@AƮ OuҗƽŃ1-m>r A4M52Q Z E},evh]IvtQc43c!;֕3 _v~Z }LjS$nA)ED{͍2\f90Bk07O&cf , Nݓi|^Ck9 Kʜ 3lQ\Iʃ_J0-5FfgP ;,۪f2gՐ" D7isD-Limqye 7?L$@=? oj\1-ŭ!t0QrxlWn[> dS9:3II: ]Z/'/vy>UD4? /b2 䝿5˴ qyJJʟ.6TEkU9LD߽sUpA5v|4Z`^&FQMD#02`ѧ0 FL#;QE~ y/hrXNZ"Yme7Sv]{~5\mmPu[S.y—O'x'l sKxS\ Zq@ n"vC8p`(X&b}o-_P泇rMH86gB =L;J&X~gTo~r7":$magj/N=ZP`Y 4%gB"֊3b_'lxLOUY&\ȓ~ J."6qm.H}Z0h1Ȍ8¯xal΀S@#z<+|6:7ʠkCk^qP:zj6cQ.,֜06ܳp(@DĚ`'i>䌏=J޺d_iT#?Lt|pgMrNj6Kx;+vg'B}84WQ4kx7cDˌFVQ(,Vka^OU 6UEfWE5ʌ17OtK?U:{g'3AX Cz \2#nRvޙyy㜠^֮rנ#x/(l4\G(:9|ahabpsyܓ12l45%Z? Q u}+N(}F9/RAɠa\Upgv/UWw {"E\BډHyTrD!":NQDrLG΁D<=ЪԎWƏ_\7o?f-`pGlc%Ep7]*y%w2!'_iPn?Qb[U371`0z6^Lp13Kb\Bb`^%Sҋ3<{ -/h:<1v5Dv Jn^d(M޵5FUQO BQHj,1H\Dw0-ռh%9Kl. `=$^ W?>]ޜek^ ,xqbhQċݶ|X֖k’Ĵ_Ƿ&д[r.fD0-01**w{^9vt'Ĺ(湞_zc9bFYiZ 8dMܛHz,F,i[\oջ ^OlU-G,Yj(vJ͈'@bp%3^o.~9{P -(FqIuDu}cZSИڎoidDgo[(ͅIRҰ0 ;g7".`dJuMd `i봷]+cP1a%rbZ'%Gqϐކ`ymmџ&( g1xuDƧd4\cdJ܈fFd XA}z{ 9Ppz~qH1R83cWv~"4"/H{0.WU0W*@ (nVhL,,-0u3U0c,Iypl<5 (f+ٓ숕!DΥ",c2Zx3]:%zW'1K,@*?MM8/ 5?(eNcP*wIX;LS.B\躙syMoZt;mG>៿t񡮧W9e( =]eGϫ:a.ºجʲ$8c|oRDsim)kA)o|"mҫ6 yR\^ K9^zQ;57`Q2~1/mͪg893П-ַI^X[=cI,dUN% ? +g >%'(oTK`+c,cNgi1 lԶ" HPaq.wZt{oWg>ِvΉTŽ .}y`@.gX >,yN '=\XË|NxDsBFǜLRm  zɦ3JbͦQxFڠ}#R/ڎA)Js-an,;*q$sEBN`H~xJG?MזjVqd's1s UMI|S]OAC,Bhؠ = â(p,Bb+0ZӋ f8c鄸DuͿjc^a#4i)~ڌn-HoITHνtLDFxE!цrjߘPnr xԗJY[iC+ p Ta_%,%+C!=0p];iəOS jG.*mL6F~ytn$(kIRm8A 4ޢ=̶EE%ٿ?jq "mF"&Fau7 k jbJ8&aXF,`U?XG]}H_mK& ݽ o_=2к[na L#fcѳmWs(,Ń`Q LQbu5ӏ&n|׏m"qR͈;Lt08l`]$@\A۫S\`QR8B+)ch8zo"^!`=줘&6KE;(VQ %Aַ`!IRJ 7nQ: v"ӸPM./fK]DWRF7atZ[%29.?'>XWż=cEcFA_};HE㚡/?r(YIq 3P=ҩG xN`t҃5Ff<_!cLDW-jR߶3i( fB~\*¿+;Ӊ vj&ؙҡꚁm% or2N!={t8K&70"7W;5Q{0Yq _m]/Sq;o敖B啧c1StPc'ZTF5 Wc,% Z&[@ 83RtIgv2oLեql_c2?3N"о6t¯kg&] ^\i5cepr:35wrF|M̄@3@i8GD/1!i#@}/p(՝'Xއ;Uqc6^b4ۦSs H;A$Ypc&{yM7m޴&V":QV2NZO}3-N5;X%q@P 5KWn\nhKTip ɖ8 H=&~ΘRimH@oTU%*7nϗ #zNBBf0/GGkl.k1uR͊{^Z0toiCc%q+Ra5dH\mӶ wݨr. ]e'@j.i`\"9KK؊qᕌ|Awߘgj܁?g ;3RD F.rI}Z"C3]R(HDk= =$Rgd ,tʼߧ`QyF~R[?\iD{G솴o\|O.Kq 'F c"$ .Y{ĥm澮enEf(Wz:8u<Y<<̣eEG ?HB@2(E^hy'jtsF8XP*q.W7dž̗CKi`sm |G%r qԃ-)oO@`3%r&+6LXdK|NLinztU ZxA#S& ' |R5Ejh**ފ(T/յz*X_6ɪɟAWE 94ni]sFT^[&>_6BB߽-7cUvzҡGQ΂k :@d=L-O+L!k⇢>)Kڡ’́}7߂IJP2emus<[+M23䙻X/ᙔynF` Tߥ%JΚ`?5?y,C~aci!QCZR í^|?{~.zf:ّF9xSBߘO UcgdXXRߟD"j,y 7Y.TC0.h =sBkW|H+dU5 0|?t(x.IvJ1^V yOnXQkb(.v+dkM!D4\uQ5o@D A]@+\g[z:ciً@BR/׬·DL*ώ/ZD]CGtU t^dî4E))w&L'{^][xώc9NbN]ze^<XADJ^#N ^R!o٥q/|kLydyvc'a7 ^1ц?SmG'S_ #H']O:ς y|_L"PB;rՏ6MGuP\N{zC41LSv`HMuaW3}f-}BU>ZhV'_Z38kN;E uH:14L /3A"0n |9vFc5~'m 7mMM<80+FvTԝݛDq  M4UZtQiL^)Xm(wV 9Hwe:vdZ&-\J+ bd8)7!`:FhW0pVJ/Jg)=`]MPIY9dQv齊UG2Z߽67x7yA܂|63wN6UΊ?H4N"nX P/F_aoxI-*%Y6e-ۀ֍6u$?, f'ڬPfy(C<c Y^ Ls@8Lma3-Lu^χʍzm XDE3k@J Ќl˲d>.X"WѧLm%&im+ hs?{6AΝT/|"G1{i%린W}hb-p\_[lԲȟD,4Z}C$-h Y FZJUq&ݓ[(M3:95s[ bh"uJD쩭9Sqc.2W[.W2w$d#gڠqaXA hg*r׹ٰh:vb<6+-x}5{Z঱o'߂y?IP%t vnْ7PƗQ#V=tVĕlRt4~Dçp(LOe'8&t >3j&ēwԿ0_X =q^miEm`N -ő>-]-܆7EsBwȍscvXk/>b")\QTVB0/KTV Vu!3QbѪHֺ Emz=mU9nQ82A$l cQߣҮcw1U]CdTX[2.>wM hsZ9hHԁ_0iMz3*PlF'e(&H@6tg%< zryIal(i\{L;Ir`}|'+C޴ɕ$!t9=x(:wmҲ$hy1;f9[4~ b oԭ9nj =wƥěZ3inB-Qeaf͌$MzUTEmB]EO^=6@DB܅: cW.gMsJK NCDoåyW8IIx;i v2xy3rؓ'BpH ɗrmbP(_e]c)ݭ0ƺZ$4] ɝ[>)NJW((KqPw-Cg"3͆Yݞڜmi^%!r~ jlL +^7Or2lwQTcJ:cqmqUu2ÏQzb&=ghbh4 D̕"”f^B=09܀~ՖP#jyJx~f2 =.`sk@dqI j-8nkJs^3V](R3ҋz)'T$I3]I]g@MDDYoԟN=H@N/膙xqeTYݳ+%27s+RCe>F)l&}' *=L'ӯF l1Vyz@\<*ĺDUޮHJzY"4h6|ߠLS>A()sfӶ%|:C7J'ޘ棐\X9nDp6ZwW4.]؅Apz{.^@+g~C, Gq G[]/(zЊ` 9lFh^^J6V^\0˰2Pj=lt lmOLَaCN\f +L;HXټ`v,JrL,6JRȊ00g~GHM]dpRGaS5T^rl+%D 9nAGܳhu>Qɰ7 @ssV:7㞕~ s-`;F"t)a4a?\*K$ևǰ*~(4!" L@`/73Y? ٮv5jIwb2I)~Lܫ82NNzư?Aw-Dxk#(7I.JE m蠇 ŎS׀m,dvIғY +|_:qrr*&jxE9c-Ӯ<0cOO]Z9Rba!bC "/r*Ċ4q(yOxdxzII pxѮ4_YbX{ŕ  X9W**1Udr3UC67>ANnS^̒q8!'-[ [P 2#*ȀPjf[ 2\PM̊_z%ÂA_~%퓀`U0V\Lg/"Y^C Fchl-J" u3Q҂W[k:ráuudnIlPiw“nB໛,EᙐٯPӰFTq.~Pĝ3:Ғ+&5}K/2s r}IRlHoUcyi?hDUQS :_6NoT,e6v7 ѝ.j?Mn֋_u:L]} n6uaSR>ހAJN!`Wrl7μ|^ ?1@g-  x2i7sŷfg)KtJzqxO' Ȍo9VNWˑ3MDowV bP{C׉zv =g2[72hٴ+֥wŞ`wLs>|KtMj쭗'rz>mC+vvD<;W"{)N)5D3oF!={H"w*dt%"EKc ad3^!Onzut<+.S,3f=pٝڝ^R<ȃb?"^5NҬ0jWAYE4zm | 7PsvU~K ^(^t5gij]swӣI<@¹B2 RG,}3I{b^=G@#zfNpO|Ss R>[mu*\Ľý\}o/i#hN@j}iga)RCq&A5 .R7ǻb~$̆W-aE鬤_G|tlFa8j\5™)khNauCAFH87v "t8 +F+z<8K6I|=BŎ.FKĦdV^ǹaա1pHqKav=?m{)}YoE@-+Ϯ6;llQn= $<Eig;8w? 7P}1%RYe&z#Eד إv`J][ [PʐOVyîqV?\MA f6+4 óS)u`7d {.׷YCHDT6 6`+LS,#zB|S[-S4gcl|e_ hIG8JuQyvUrR0b&ЋB0?W gHHrgjNkAݗt\$0YiWv(l@UzDA I?#د^0_H/Cpٛ0$eH xM 1, lA)G #~th`hp˳ "+5Y>j}Dttx{:&`(;j}mԵSQu*ƘсM1ȏ,!ʇTn [e-ҏGK%WEQyخw'9Ly"д*FwhrS `)QDYzbȳa?M]H;WXHtL+d]5oŘ՜4B]1y"'cd*w˃^Oڰ5hVXt\=;{PQ5`b4"xӌ]K% CTN"$r}m ۀiOJB͐JcWME[ gToCH*Gb^?6y:+QusЂ38ngQPdufƩU*ܮnlg=5}u3 v$ 2Vb"{(id6t.YA`9#BPHxs0N̕=8Kt fgc&,r Z-Ww_TZOrOSZX0c5\ߝ|ϸ6I;XǒT#iٳ{P7pI[)jxbRBL'{gJ/d^Zhm_:«UBe~QQSHX])kVс()S8gIk[OxOW^f[:VݽR<-)GPN??̾V2eNb 2C,PbȐ3~U_UX.48Y;hr>,QPo`(FU7>Upu2P@2ti]ϻcܬ[^ʛxXk|Թ5>}I͏f+@ҐMȋ;ޝw3筷ev:6C]/F4&e7=w1c= U_8(vGWBbcgCc+]9 q?5/2(VS%SmQ0TRSFs#/<p) ЫKÂcn|pVuՖS4Ē('dDc[ۀCGgu5D8P2mc:$2621Rdcֳ ؚ"!-W=c4uQA$~'=8L yB6 X5jh՟$/H2B眐.ėgz~&V)tj3N;jv{6,mBB(s:.МbW@;H't(?sS( N!IWhxge|"[CZAfiV ƪ˿nun)ƸdE9BWAWӁz̕nv~M /4$(j;PcOI{c#3ZxXh>$DUVH[H-mmkm2s'Ǔ4)0V/>=_^#D RcP{q8m% pOo;]:wd.\{3c(V'aǭvK>?O;;d\I|Cx2hG.d*{dCrCjc;o8oCJz໺mA/ktB Cs`T/pa<zҠ8  }8$tOa N8Q-Ӱ $!ZRШ?̏R؇9jy5@L{70z FcqƤZ.qƂuK.hüC]L/ /͌IKeVC{/'e'hLC|OzdH*-!gdztX6fßF%0<rvd%9m c2}'i7~_`I̪f:XftX0 ƟC+H($1{ʄʒfc>[1déQ$Բ>=Ňx9 ^麦"7v~ nlT/d* 4_vޣY|W+$9 ܖգOqH +!= 6uiչhJ 6w)-f{QtpZ3!].ʎ>J@+GKN-ԝ[q7G0L]жWАr8AIQ݉p<.2'0NP:vUAm,T)h8(Bz8YzM"/HYs%N 'qzR*KN燃`{={bL, 1=ֺ ;aա絑gggcK `YċP꺵#T `7t9-A|EyY =M *e5}SL |[xB\[gU:l7|+.6cV9~s@+>AI_O){ F>95ha߈$;"jp#$0Yss.ovOO^eyFhe{͛y{xo $ÀLZʨ5txX7pH XXU:S?2Gl~A7Z羻 .M7*^ȧA*,ˠ8?C0nrAb8'Mu BAkSbb,k_`Kw"g"CH}׷vZ#8\q,0 ddO?^+` u4֝xqI}nS.h5f-yݽiثl M Ipv CXdLdCTq3c &[tuUEelZ&c`+wwHٻT-fl؋R )x2a4fT7u; ]R A%N~W ϧDئޗб#_Ӧx3nnձIu&AՖ`^ߓ=q8^ZTCx"anTT{KY!GaZ$ ;͘+nY_j$T#HE % q B7m3OZagҴ&֌_F̧O, PG5on-9,6@39&y3zcx/6ե+bc۶?^O9$/i3w/,qVɮցtD+9̽ C|ͽۢ`: אWfq@'~[υPLE-C{$'0mn]hA5j ~SѱؚqqJوӬwptdcGǖbv]l#p .u5bskڇFh:=&_sr$uمօ^Eɠ N5E4h  8Q TE 0ta%&!ǖ(ݹxf5-_3@5Zȧs]%FbicLȈSj!H,3\;}\gsODĺYdpd%Ŏ͚DIQI!C*@!> 0Y WѽT)RzIU\[YҩJy~E뀆~gͤ燑IƊHr uW;b#/Feyʼn RY>c[-ㄆ:3u%z \4"i%Lu:غ$b5m`uk_l]]d2 󇰁c3mGs#Rʅ0}uz5gX*}Y]^(=Ný|ԥnGRDg9.ƧyT$XH2>W.)؞Y8vf}F h>  dzAiiSN3ble#\ 9=p&f1r{ IA0>-$b+q`vLBjFKϕ1i൹AJ5饚Y>;~MPpb9RN<ت݇kONWo܈W%rw&^fM$wmL3%{q^&uHNS||>&0 9:"++I\+Jj27M})obTNB8qdckϾOm\ض)DPXKXA>p d<>5{'.Ij fk9j0hrEniYuֿvW닼r r:j`V!Dڣ8T<@SX XRϯUo*G;6\lDa$ C$Pue01Q,0ϡVa0C:= bO쏀e;v6ׁͅt516:Nf'y.13sT#Pl=l>|E̎_%[* Cc JH SAe4n@|kϤr>3 o"ztwQuJLt ΖԤ{VܨRwu qy8ej޻ye쬃m jvL2?NZbc_䚩b|{r=R?^M70ܐD.dh2؟8~pzOn&j>qK571ce;AI]VpZcH!JȤ[ @TT$={2/K`P]DP`5!Rrɛ EU:\ hs%Ry{TUY0>8ZtלҜRe: d788njW=` N~ -|R jڞOͤdr08O;@ (C!:>*vcXdk uЦJ>O@Ә42a4>lyIEmГN;v6Ok.vQX(sWz#tҙb/l/BN My &4oK*6ò6MV:D" !*-a Fј""ytRK6R;Ӏ.8ȍ +<ط{D:*w ˖=I9 i,ͻE#ȇhsx3i-;&毌'.yD"U=!LUeY 2GޯeK8.ADŽ؈v΁jܧG+~>"G:v_Ƨfi|(s=ԡ֖Gj˙|tK O(NiMnB%1qF{Z:5<0a'SΧw&SԆJ ,h1-ve˭oV' +lZ2$_ }!( <_v.p:}?' {KTyXLϘ%2KmDZ^/^> _U*YV}DU8hmA!Ghf m^(-8aˬ"Z+ 5v?1>FJ\KF#~!:_wHb=R4?4uR5Mc +.mUZD׉ǒlF2VE#O8HX5tّ?"L8gCa2SLf` .ufy #4\{ g@XMYpj5.E ~ *=b+bk#m??8B,IPJR'QgjQj{NV!#w/bV#m#i,*X. ck}Rvy|.WTw20IFւ0N#q0P`>#?avLz4&<[Sߪ=&2XM%ҡ \SwYV'2єͅr:2g9e)a}%H#ԲpZEmmm ^0-&WzlWjݯʏUDwc姶i>b@Vȭpz 3fLw+n3ias4OeRU%CЉFF >*l_`%y?)C jWP M6 =LO@Bwqsu9Yq\5pLWjNSh_)a_}1UfȀ{C3Jr =$=MtC+\v#6e%D Z]81۵ o\xhUkf$yI!$Iz+C>pQFJϟЉHoԈq4j1gL{Uz i@}`"W50 ? |x@\];Nj͎mܕ}Vʰ3l]귰łcu>$ 9~#7h,HlV}FI5 vEk*nװI3dj*`cAJj;j\[pg7i T62}*7lOÙD21LrXobSȯոR=qGZمgGh)?֥_M;؟{]¡>8l&&6lj1Cq=BR<7>.EkSu~xLΝS/Ք+H̼X|A"v,Gb<\HP6t3-dh2o;2S<,T4@?-^dB!bǸ!ErKn@fz^Y=id1'!K!mh9Y$@RMd C`ŲRs~>  څXϴmLQ_t:߷0,Evx |5:eFlm4GjL*ӆ)SSP~)VL):p!JZ@7{1)fowXE @N>9Z"'2)w&?*mu_` fxMuR*ZGK +uD!2x%dw(?PҨu5B_gǩ`0}'<\E9t];ZސϿī['R.c3Q'l|byEU)mozyg[{D3G͚w|Py\7 oq $ZҬdy _|s ]ԿnzL,QwZY=Q 0%qN8Qʈ.0?4QV=i_cZNKq'Z%p7 %BCKC#H DeOA[Žvd q-Z۶L4Ac8 V ӠM4$\e6oUJF[ݣ3%~b$="e%%\`8s\i/, [89|P儀Ma~M`uwG;lѯarL#_Oeof]\yT'JUB]nHo}@_a ~"Ч.HofQwJX$)&DŽ(tzmIz#>൙ B.Wޫ¼!\=iS4cZLm-П@bu=MHm_avo2nZy1J*3idG>>dn u]'yq[^C[LmqlT;![Zvs0Briƽlb'PD(i>ko!]ŴJaW DlO fٺSMk"$] s.)eIGU{俚>_cI,ؑT9pun6RO.7q#c7NJJ<&zPG5#sCɽl1ֽ2_߄ڗ/\ߘ 0EռUjKyD%#Lݩ< \jres 2P!q`7è$@HQ1#}r&|o5#(S-0+yB%Mux[-nG@Ao% B^E(30YbqG:*iE#eF2<14hUF0=/@7WyLˊOR4c3sAHB}w"ee4ds~0Sb?JOvL֔{NIFAe~ㄎ>%2Bw @~c=mݰ˿e< d)N5-'R7}ITXIM6ڿ~LnK:fMܰ$e}3K !ڈ+*Wy]lVJ3HΞ/X, [+A~- x!yѴ#S;鱂qaZcwyVYr󙔙h EzqQ8J SDYAԈ<2(1_#'u`γ K XZloƇZڶ|ȝfȢJOz"]yaזϳ &5^]!yeXb bI" v R`=KBw/ 6mBo06®)&t|M5go)]u ںxR).v(bS\GJA!ڥ>ܗ;Fga#4/&h7ce PoalB|YLVn(KgfdQ% b? xfL^[5OwHWւTdއnC^a>yq&9ps%Eb jz:ߩ גwOAFSm[H w IB_F~-]g9ִj~$''`9r5J/^qSeܗWUHOgNDJY ޿=?#7I]RǝcGa\%(Q+lgmQ(|@׈AFd3'nM1I$Cȥ|߰ [i'([ߒ-vPk/OClJBfK%` 竣}Ee1 9(`]+Ϻ;ѩʮN$% :FYϹ@* Ijbc*Rj$ңeͷy f#zJ, 4Etb z1htAl4]o -*mAi)PttM/:cmrx͕>50bc8%G.jÒt  ]6s@T["[ FPA~O?RБa8{{+FV f%vֹtCQU{Ӱ/j&X.0vr !C! >]oM\oۋ@BPgK\١aJcG`>A:8WC P=``HFfηXnzMD[lu;%,2`EDvT .NP#02~]miKQar;cOG$wvETkMbwT3 b(:,W9wrNUe̐Ywȥ2˱ {i .VF~9;?u jۆyWID*րf!ʡ h,mez#Bc.=D)p]v@*Eu-P^aEE_2>XWi{{*Ei*Pړ-- T`cNnjp@JS{ =w1Iɑ,W[}=f<bnԓ{)8;ZIԍ3t-b&n׿ l{998K0„#cOOyJgRȽcb#Ǿ3/XTR幄#wY'}~-'u ч.@Al4ջn ^QkSpg*^Űt3kfFf/FìLq'NfAl4_h{:/%i* QB@6ek(+ v)+}T0L ʠml$R9yZ#:o6B$Aϻ`m3Ci06D g^кDISs]n/'+3˲f;:ӊR7 ;P5<2CxK6ȧp4umQ+w=xaIZAi,zwF(RxU hPN,h}J}W nxJC|{'z^JPs 57n9^a{kuhD$4T ^\˕ GKvy+`.S14gœܵF>(W[K T9pQ@tW YIjb"_eW"Evwy.%yVwE+8N= -*+7pb.JBR1Yj)"{F|4-{< ^WYj=?1rc M"svgWS`jmS v).g ߁2Fk™}RP!^Xi.T\^ {"`b4U1$`a5B~6}ƻظb#\E[2X.L2ఋʰ+FL*,i)/~_!1u#;&YTHTI^) 0.ւ:n<[mLxdK&tZwHZ3NDyeZ J̒暊cjNhDЈ1^o, (G]!,HfIX ;)tJń}%"5vY1lH fLqI25p.,5<#jLwZ-КocW^FMO[0:13m|Z  r~[ߘwvrkהjji?L%3óc r*F^/f<. T*mٳ%TRcH^';o,V`y =u= 1.GFUeE_Hfv B"m!m/%H$3FM#V}T-db*CDTkO;m!74lt2|tmEN(MڿZ*|rSfoH'Ւ0>Y)2PI[k_cPڼAyYc4VP!MqɊ~wP[Fp=E඿xrb36-pd*$muPw3H85x:c/w#rt ]ѣH yes@PBeI\Dȝ(Ҽ1t|on2%d!0AyQywȄTfZ5bԂTjTȬj7ص\Ϫ2&OeŢf)C3?ke AJ<$$ .*, )ЦF.`7 6؛ؼ@wQbz'%zSa& dQ7'D d Zf.^[Ā)}VW\ ߁&y%k $9nŠ'HS!r\~h\Sn]NpZdUh G88X-NdDKC). *gj(s | xX^g?xBa9sSAL"?ڊekL=V%V ȤCD "xy:U~Ezj35NJسqqAhWآ*3đG /lW!bumi\v2I}(J,1⍛TУɩKLaUTga a:Xna4qߜx/="wϲ^[6%nV"WkPn0iq-/g1)$P\=YX5$յX]8>wHS9n&|߱B]BlI^p Jnn1Rr<-\?LNTtϒ VH6K_|YiFb=&YkD9ju:ncp]u!H ۿ r:*#IdOC$teO&u 4 OϚ4&Λ:: oesZ=I6" K}a3R\g֮Co)`DYJyXײD F G#G:[(Wl'Vt"e%@TaYK)z{wk1-t *J|]퉞IrXJߘ7.pg?l^iHMyլݏ8T)40ɐ0 GRpoԊ dϻ'DBkJ KO˟ӟ-qPn LFDLl i#,$\1enF;7F|g~c&c\ mrfor+"bIuF;dZ*J܈OB%B BCUS>ATdq/bcװŵA?!nH |۵]s$vS0K0"H\.}"m\Y?3=05!kMNͤ:厡HXLs{O<X$p +7)i-5O Jtc^,0TZZ!CYa2¦o! TL%qDP"ٍa"{:2/ j`SRoYVMӘӊT%f-i:28 _3\pA Ԋmtضp_x/H~'8=qܜxZp=PmS'f;J䅝Ї'? p/EVQ+2 tYNVo\1Z~f2sy,pZ_1N^%H/1 O"tHlb a$:/ P?w1j M"[W ZEwjJ qfx>[9}6iY0SnvIX. *=nw-W'w{l߲b?v~4@-a7^gQn0'u| Oei&uqmmZU?~d&#/!O+\q 7hI] |393:W,j%~Yf\X=:yi>Z _Φn=wU= gp,}Y4R=~^[cYtR@E3[n`t#g!a NIvtM_%r1Pd귱gLP5'cz@F]5.ԓu[P3gD`v, R%6f^ #woүc99pWJ ̠d7^#GiibE01 V7 ^] oМT"Wf`imm 88Q޷٩dIVX.ŵt˷?/5Q%e$| }Vkai?%b%12wgROT.pd$s,gـu_SY'O̝{KPP *UODܱS&f6+kj?(A"LVX{UxrgI~x7nV5i~ `JXƠsWgQhoL;R|KAS!a'Khyrsȋm/mnֿѤۖ21wpze¬7(>0 MF5 Y: S"SU Y%QFJ줔r@t9G۩~쩸?urhrUW9.p^Z nT@o.;E*pBZʭ-b\yx | p-A]:I/\;ٝI l§,-ny3=9I`{fbHyD CU ^{&F-M)*J,kb@} !9f o5^/D6g+#B2z닇9USjܮ oJOpt'^i~*B3ïeADȏ0dT VX@E/55BLST)YJCmrAjUG 3~RiHMwZ 74,{ 4g5KgR X>r3ɐ!Pږtr˙q׬ՑJ?b(4^@5/ z됽qCO |.:hb|ipEe~ ͱx!`0b4^l %G/\]8)s8ܳn+*»AZ_sY|rp ÄW|1xuJWV knbj'_{5Vsg+; 1mSR6.qJ1ޤ϶+bl}SҹS2~z؟.-E(c%5=\|ȱhC^#ݞ6lK:ϊII% Ehj+^"!L!/jM8.6y}Wݨj7\k IO |?H'p4ӯr'zӥxKyXP\)15ՉR-]+"*ظߌŷ[> ,Myho. |: 3_My^iFlCuպ"O~mz*[|"&-tD8w]kzG4u=Fpl׿!fWqL9͠lǶCYt!|"($Μɦϻ}}Mn/MC~] iQnW\LbCA܈3 kK$h=!ާ0a"?ILTԧCzx[⵮>K>Ư'9*E3~uW.~`]nƧ}%}nT"s.(BJkЦ;>m2m:$knh]4f Pc,\y}9ۼ.҈m=`m?[2Q ۈ_Ou -w q?e H.E4X^뀫 >\bZy.+"LبZ]Ⱥ ДcBu0o>|oI[6|)dLѓY;xxl߸\GY w ~Pj с":`=||- -|{u1nw; !U&1c vۭ,|Éos'~8Oq/&}t7`:Wpѱχ!E"Vj'I9RIpZ,O=}O 0?h33Gs=qmd;8ăO': C%!`sLT(*UWLH&x{㟡>sʪ?gB;^iuXnYY!ю,wWJC__‡bƧ< a IT *rGIQ4(FԚ2Z C7կEu9c W!v *S^Qʻ_|D[Fᨪj1M#T-RYp?Y&G rCܴCW3DYAq}jPEFYc :4,^U8qiI5|,<ߔNa,-~ oJ#=Pv9Y Vu\OzKCg19Kw Ҥq9-@''gL]uYJalL2L5뤳gJz|' 76n:jgnl\_Z(ͻv6<E8Ԭ+@w 'Y{mVaz~Qʿ\64Fސ4%|m[QɟYb%gx*,{mE[N7?5_2|)5zP^Y6ȌN FG6-u,glWPGEu>G>#DF( ^ lu}5P4*Ū!4UT<Ϩu3 bXK*\$_q9w5_E*(K669]`K*1Ϣ)U(q9h(N͙+iorL'e\Ӏwy' (#Sl].U"Oq>946ه]y tq\ jrwMVG @%%!"Ed$Ȁ?I?[O)Haɉ']*V7WƠDp믾~` ] һBkB6>`"9g NS5oQ僖.;ċlg,RtPq͟6H1 -"*"ݺ8[VVfgÕ| IgϋGp?d@׎@`ժs{n~`7r><-f^:</ CKP8R)3dY4&$^yuw}sAƟnzIPE^wȞQa̼Un7}Sy{ p=051S ZkA2vyGJ)xCf`h:uM17HoZXF#y\; ƈʍ~ǥs3|a,a\6=xMفǞ:(@A quzvPHfacb8 {Z+ӫU}^44mm?z^'d䙓T N|GA{gEg:j=\-Y t2/6g.6 K5?QxmNغVi~ T>i5"t?|%^lz0%ua MN)93|D9{a->KW6 ƟT5SzC)I 7UGO_iϑ z2B]><,VmP3:bPq˿'w@j1H Yӳ$ܽ Ƽ#6 *xqeP #0;n23tsA՞B"-wt!3SqJ.pßpQ dR 4Z_ci~:[D|2+H= ϭt0&5;$<X~0a #Pwg4 ;:a7 Z'`tj<:;9n92 ^pc^lhS/Yo8Zp݂ˇs@!_>}'K!#eZ J ow+xNѤtq0P. T+peƲuݗnZ~[[a:5Dp.G z~QBR O)l 1vj{pAZn,Q ߥ#|f&y\0Ў~bg= "JhaFme:㧓(\ eeh`B2 pc"˼qeYG^13͜i~#zڽr!.ݴ-L+s/pqMZ5K:4ۨBMM.f9ߵ ,F*Va;]ggj< lDڍFQ<^gpQ )ӳ_TΓ4O1z Ωn_v:)ǐ;d$%Gpw /? Tco,Cf[RFMDž¨2A8 EQ"lsJwqۦ `Yұbm]*|#:qQE7&fj1 <QWPxzj:K'(h!Ql#K+>9@H3VWӎjgL`9W+]!Juͣ_n$Y07_譟ea\;è.MbQ2o0hEV*bUN#BcBWДMzD=~QC~(rŀ:t<#&fʮZ<{߻ rF:Y|t.>dU.a>"xOf N.Cxq{!p[vWC &cer|WgVeD wQKu9pJm߰bچ2e'?Wy8g pUaܞ(I[6Dr,@)3)w},{7(F!ɉ;t4ׇ~xNMAcdt!pk011M&AL/_Hi .jP6.?2AS(Fqñ]M6X"";pad{d Z *r_K#!#z&pV9s1C%,eCڪ>Q0+#يk4(ޢjN =39wDsUpK-.#z gʤ}eMR+H vȈ6b|yM@^cj6-qYoDC 4_֧3V'z(Ey˹|n)aJDdt=4]DD#w$V:u1<"ġ>j!i!~?.$i"T!Ƌmq&cM,ckcj=/vM`0 UL̸QS(\I;վK?M\q hʋ9[=MWKȏ1,&%YQ ᬿ+Z>3Q@N`7hLE0Em|bƳ Hɩ_!<#g3Z ~ -7vi-ie0XYX%8EJ+u o 1f~0I*S^NpC7&dNhE9I7Z56ǵ0 MLdYHn6%9WaZIV{)6}L?\32.v1a2VP=6 fVD$Ƃ̛m$4h+4y%!0eN^S{\FGu:+ wcdqy@c"7Hu*\][b)sY8:tѢ@ӅC»]?@`tͲ>+,{l#=V[ֈH$efXY@7:SA>i{.w}xT.){F'ZEy 6 H;Ҙg`S84bN {+PA}liSiJFx߻In; xz>Ú2^ onLkUt"RIWYiBJ<Dû_(zlǼF/ƣ1 3 НMHŤ6JD|8f8p\Ɛjug9hkC;xXJ uv,iwa1ufH櫋 8lQ)DZOH",3&cOm$(r-&OS[h6]ލIBCJ;:ӽr6]~/P}>?D019kn̬ [(&Q(<D&V ZCgE[=&3 H3(V󓰉k;PG T$1yPbN?&%u SyܮU0f-Bɲzv"cN鐾\q2w}"d"K 0ǚǢ!. ^(xP|Pp~nu/TJ_9 Xx*}%;O'/I#]d0vL`7p)H:=袾 \?*x:w? хC ߑ@h YUNo 81t)?|br?v2Q%6Osa}8֝ecve<ƨ:uؠc[0{Ch Sm`pr:QSYԚBW)>_/ԣ*Yp'`7~P 1VC+[ nB39%gA5%ۢ ZKErA"bobϫFSzKb w:ht)Q&i;,9fizs6~F*dFweCXE$ Ԁ2Šfvhk"PY8 `uL{\q[*_܌UGµܱmXLj#D Cżl 9=3%use[4le(T@,c g\ MwO]&ϢAƪx,FuVߚgG }"k?{mW2F'1j6 tp}B&U<!d-@ jQ: UUtg)jV{6%"9kILbnvD7P l!5k{7e%wW\4@ 2Y%Ip[e!{@x9tюx~)d=_ܣ~SESYFLc6xaweHE #PF<л8ߙ\ ~M a#J|y8yrM]<~{'z~ k8dJKOt} փ+#*i:0iZx4P(\+u+/,"Չ>BbD\DfJN[BbEpVDR9eDYK<^!I[rJ4L84(gߖܛPk Sk@e:@:ߝG`Ņ1{71m; qz0 pŨln%$#YPm{m"]s+ ^a%(=fb2Ħɉ`Sq8]<80x5e:(yp~_ht6)7a3ۆө,[6"DVD#<Bx Y_{EA1Ad6Hs3`jr8&tNǝJFQ蔪RLRS#HqaV^oT6O!j thV5+eluؘ{b,C+W:YXNbn)13O%9.=-e6ħ[2' ~8.r>􋹜 o!7gIXdT\4r izSMI9T]?oyy>VH~xJ)C٧~L'o"ة!G}5Thk/, gi9 <+|aNT sWt+%69c9O^"+̝?xQrM NK?hsqj1,i\MnӤ| Wڀ_ց% Xː ?+]es+zkoo狪 ae`ԦLjU"۩8vwe`WypL4Iq/r!oSد)b϶]9d2WX+V\T}"xCUo:5L`%V[ۤpN P5W aS7T&[ti}zN KX`w[W.~E``OYY7Nz$ٞ0b_FVQX./1\K;׸, Va˯j]{%~k^[50/񧙅@pj!*gkDws 6p\ME7T쳛7E)lsƞV>B<&6<9Ug}3峋m+|5jW3ˍ.ұ/ҷk?lD.УDu`{&ק Q ;[kTcI?~pfjYBo*P-_@{s0#LS.zGlc4pKRa-g|@XIeqW~Uqg"mMj"SWq ^P!!,YD 0R *g耗®`;!ec(7B>7VNhCBBF ~{ ũP[H^*8ף>Fr #g1%:K {p>Xzʆ!Qw'߷b jv%fwD={"ޢgzff'I;l,qgІ 8Bvx.\+j "Oҝ.QU#fYUT9Y$b"C/n z0H!i3_7vƯu#YD4|ʫ΁ u KJ$duϳk::\%Xܱou Aҍ@aSMnn@C3l-7|/4^gmc܄B272֯ yV6# }6X-&VF@{$Ia sjOop=u&l`,> őXi"P3]{XBUZ`8}Lx㯙/Ee^3>Ժ"A-Ѽ\Ly#!ʥ.v7-+^%N~7mIi5)_neO u.a2Hԫʘ^Weu~6Y/Z%G9ݐcW(g ٍ}; aQ%%!o5Y$@XA"`C+Zx8*Ӂ_]E;(r%?W#J|6)l]Ts}=c,-?ؼ3z W7"x,ޒOy1`7xrq[lx;߾MZXܣ\OsM3TQ`D8z55ERSRzG;"zDC|Q5Q<:˵ڕ )|.Wo]1 5dU]Mj3+[/T?X _cq|m BͰƞY.7DBSn{0{AA+c{hKO<'ӳ=DF)-h,ZXIլI]KT6Ù4 B@i`pv,-]HܧۗBGl5oڟFc~7%Z8CRw~6:uw-!gEj.7XfZS48鉎6`̙R ~>5Jހϛ윪 1Y7+VdހB 55$Bݷe gĆje؜o,($Z>tt$68Qq#uSkI5w(]Y)oEbHJr7e*3f Z.7(at;z_5Rf^ޅ֑ǭ?q\ۊsb3VT '*8Ga}WnQ3,"UL7ˣYgpzT%/(l@Eua2n)'6XǍ`[S 0:X~scGtþ'|v7b\@X [zTow(!n6svcׅyB&=%;-CVw\?dOlgH|Qe9>c:r8a'-C-|ŧRr#2O^]g̜W瀦#gjאi ;ebOrP3FyL7[.=]!N iC-r[*wm|mWumG74^lC]= lIȐ2C7k7.{qNLX=+>8 Rpr`s8]UmOj"gpB{W, DG@YU& *^eTv=%F% G/Uǘ:ǤHY2Ⱦ̜LsxRGSCW$IzJe@FB \ON*_7 lGa me$z `?}k.UҊ7WYZn ht}Dr I`'y87ym`Rʏ-Aj?8# )B\< wau)|ZBtoR)-,c>%DdKOT|_Vt>w#勏L5<:y,䖗Q+d.&}&'z2:F馴b~+W$cTOn۪E Uvze:-ƧukÏiH^} 6Spuo|'jl3z$L S4? Lnո >ko=*%X<9 :fo,ewZvk)²ЇbPܫI4v\G*B>湴s2%cL^YzmxcL)㧄HHXp#H)翯?x(9WΧ~Aw@^li61+]UkҕIoX `D-4pkV|$F3o$W`A; SK.>_uFN#2AL^IWxǗ"lϔ834"K74C5D`C ~:0H"I؟e#g4(2. w>._cX>-~$#zjO1gЏ9䜓>CR}$z@P ѐMcoW;7 hSpy`ʾ7̥nAoVʾmXvo<4Ж]_M8LE-E./ˏ֐$0w}M3St2x+5qnI2c,q/}?W%μ⾅9D4r;!m`aepHOͺMe%K.nx6.g?XPZ|4_Xf%ǿr_Vp?!!d<›i~q[H`vf=C/fk7='fVs)ճBd}S0iTίޔ>\ݣ8ڤq.إ۳Rb$ɹ2L):e? zG Ѩ؋~tC}|fW MqjcZCS7"rO\y2%6}'!/S>^^Czg3Uq+{p1xӥ:`r^.èƐ<:kb$k  *&@~Vf pn.*ddv]6r\~2QLg/ƅ3 %63n^{/c[,<uBS^!c>݅(V$zҀ+MF$[ HUҟIV,6Vj dLEV|`0[J{#٬fsJ9w&rp-O$<ʄ=qxO#~vǩIPy;XcUijՒQq,a.mmhg-R3М%6gmar|Goc؇.Xaeŵ1 Ed @(7#N'K0D%Jtb$sk/d-mdU̍ - }88\년4xubr&[؟yQpidĂ4B6zs5K~n[G6 8zFӫAŰXiƼBt1!+ 6ڽ(s.>MT+|l0+/#tYޯOx{R(Nl}58 K%lcz p٩=n|]i%߄-/X MK傝5?H Uk ;~V^i:rHl1\ӕ@n\"kEuRa,;[گKpW{l,`|ugqփ$ aS@wǻۀ!x~;͗ m֊>N2EޮMSo4uM&p:0Bg=}@ϺyK`U#戼 AxPS@KZph59 퉎^kS7W 3,Hԏ-ۂ?p ZG]9Z FSw2[d&,+u0\urF=^Q*{aK'ǚVͺ 5&VޥP:-[e@j@{@/׋xm~ò-'@(irWDM[:8\:Ȉi]Z1-,s We3S)l"4{RfEL{člg1A#r?G>n+"Jь]Zu}N By`*$`SFk.haJ0e:CMߑFKSlG N`{o~Wp!R݀۸Շ:V_u{0GYqh izHvZ@(9/tDSDJ$lO3|px}+sr[ϙ>:ڸ,\@% ^PAFՙ&ikr ةڞzݮ82c5&A$(3=.AjtvQq܇c.AȪ[ ꄱ5Ni^<".K/\ד\0 5g~ 2oB,d:L\&3{_Ԟd5@ĩK{Zц7#QHrn RhetgAj 4|3^:Iʲ!ALάSpIjb9#Vą&|3jZqG"rpp&_dL6re4 SJJD6Q.qPʉ@Q=L(,+Bȵ`i-eq;'G|y,/ aJ^?oqwa!0\y |@[|'AaKrkI$H]^do|uV]7!)p vO6 _M$><1 0Dt:x$ 1&ܹT2)n,9W͕J; :&}GA$)r%)`GIqu FbvۙlF{2ÅD.;HIA}DOIFUUdzb!q7 "mM}͔8pB (4rp |S;s[#~Rf^v6iX!2EEӱK U2;l_8*aM/ƪ54Q~~ԘnUMB'HV(v^¶G$kChSn8F쟝/CDfڔZ(t Xa}J`z-ґTv*^H/Xo"˚oo*/Ӱ p1{?FҀ}-p9 ੭fz>9pSaŽix q2 y:j$k9TkD>\=IKI3rGews,pL#M>bUW~( ynNkyhnv7Ɲ>Icx[~*sVG"W/t飠ǭ=i;_l^(:[7ȖD{94>ꨘNZh.j0W>!|XIYM1|H\GJpMLp8{]9wMXPS/!85ژyS])?S߮4]jDjWqXZ_ҴaGMC=i$Ӫ#`<Ë cL%Z('/ In ”HֆzGG?QR ]! S\ICUS w''#Q/N =_S6~ߚQ 3*cPW;=N\ȬK?\fDql&jc=щZ9pS8$Ypa/z_癬 Y'*B4[1 `~{F[t9M+ -"HP,^*A" I g?j@Gߥr6;SA( tsz5·)(GQ7Uls&ˆfY4QDȆ>Ӥ i" ׅ|{hDH$LME_9:t }[qT&S7{oi-.^e΂ʓ&OSn#i~%>U#MjKi7SKXf8x 6qMD 6&/:SwbïfrCx_]w\?: ZD}ʍRش<+ϖ5SPoyg$Iى JlBQǬH<2liU ` f`0$Ui<o 0F9/Ş_] ' ~:STdЌ>e&25"ZĽ^@9$Nv"6kC^ɜodFٰњc [)mX449נi%V u^0q@bJ߼i"hpOR{qv Rŧ]{0kݔR%Ir.P*N?g,6 &2ݭonE4zܧLnk@.pӥ1ZoՑH ٝq`eN uσP`>Lq jr6{jDkDSgS(2*QC6($Ibz\Re Q1g}P-= ͂JM ^yP.ET:J ΍&h)cz{ӗӥ4Mij?fkdJ= ]T=5ql%ƈ)׵)wg4HT!5K b+e]vG~D8H-"čD ڟ@zO0z'x&_6(57}{0F*9x:!N;!ÓXm60%b3Yr]-y[iۜOSS;Y :_6ޏnbݬJ]=* + ﶿRꜻ3#n/F׊NR|+cs<;:C=o\@/,R xj/WqxxxpU3hAЛ-C /o/EQsOܹ x 893Ob_c[[^g$I0[omVwVc |5,-T` TX4P =?]ҚfBZɊtʂ~m|o{tBD ևg>E@,NJX Aj1V00f$?Hxf@JN}#٬HV\pPuwXGBEM +U 1`t\|s-&[Ch y넙Cb(Xm'T,wԽl%a$ёjU@{ %OJth:0i/8PUV.i͑ڈnd0U~kaWw>ه(b0/7rUl{6rZH-%=_Tdv@/?nd7WsiJtWTz4oCh"{2v|bv/8rmTU^~F? LǖlvpBdߙUO(STɏB`lxj佭u"wɢC+H5]{`"~WA.I\ mycr9@}x=B:NhmBUOH./ ݶS$ 79\r#e^xM+xpoaݾE|7*iY) \e9^I'V1(jhffZɑ_BL gF.+UeF2OVim8]jpt87fxqv{zzZ΂A,h' bሧ4wv"k ь(Wx>&O+0d :oTlLCBW A(R?3_4V[&seDx"W@v$"ky86SKȾ"{_ZlCVoGyU!L5۹<^8uh{PsExA:91R $E ՉC}2L}x3E X]͂EEdKgx=(- b@[Y83@L]P `3Y]HoD(xS*i.r;MzD`u.]ztC6&*!ЎJS-~ yWh խ "gփ&2x-f됇QÅEv̬%A$lkI3"0G'-(UQ=7/M}5M=W1FmZĻ3a@]ͥ wܡP_ dvנ'*ax%ִ[3ZkUYI15_8\6$N#{`T_^ppi ἰnHM8I=sZZHsiGtwKSM4B4Iǫ? ;1喔!kSϯ^h[s[!:䂃-Ku'J#xƷ'saFHt۞h"?j/y"8$8‹[m&+e ga(@:}i +{\I߭"(vUb;J߼H)0y)Ls~mpwwM1u1&n)7k;eazH|Z?gH Ә0j i}6Yڪe/GScBzP5NtgdBcN ~#߫r|LbNidq?2w#ׯ|cfʅnKw7uex7?<>u7#iJ JE;6z>SR W`ڝIIAuy= .XQLEZ-w5yF?cAxڰm;IOnf6"KqZIMkG#3-b8ex2SrئYɼ]8Hc٫/:ȟN@X%sjEmXO4sicZw4 L{j=,;"eQNt=*10+dع _]<F^`4 _so?̦2f`;/kW$b}\}$:3߭ euRNep Th]aJ}A$Fל1+mSZ8oc94 8ɚ8j-:ujB43mw%U4 0>y4^^\>: ?XM\3ٙedJq )/](24^Q 0iB r]ƛ,EGb;d̜.5s_ |*B\4~ *;:ncn=w>֊NtFFı5>։JGf "Fu@rKgavUuF N,Ig]Ҫ7n # U7I`RW,-c YFk:1fWPZpxmޒMVenv] ~* Sʀ AE\ZF rS!EElə !B0)8A$ݔmDp/k0 /DH0 p#l3vWO)" M%/.1Txi ==QՌ)V͚@c7j#Koqھ]NKڕNHw3:GSDly0– 5 !*8h24uAt7If)fQϔGVyqR84ȕ68,+ =1Oj un$kIgj$=@󸶥]tbY897}5\$s(s@ą? ZOT%U,_w1887F׸E"hbVݍ<`.4f2(KDªgq.Aռ?ϥrKne̓| zsWYCۥT6 ?`tB6;WߝpD<-ie"2}~#D0@?[pCN8cb$8i Rd?ht'z۫kj^C+H`fx\>@I!;ė%BTFYd0b}W6?4hѺ͛;e.C@% C FFZ:fLNj 77 r/ LP("3: jV)>geaZG|uqf3R(>0`+ ;TU=&L U|5!+.`1Acż'o gLezi y#5ܘlM`{/G,*G3\މnT2/0:đ0Զh H8x6 |3R:2 ItX9xTfId6?LD{՘SG(=|v8^` Wigov5n=]LJ}2玡XmT Q?W/O?i>H:4 S%Ź?3jR4'A= w@y+Շ}Tlnp ͖[_яb-ևtɒ8kLPGBnٱ~' IG Ϩ;}zZ;ޭݲ2I,]. ?Vsuvl0:99Gw=PCd[SV]vX7   ̈́81 \DZ f!9Rȸʏ\GJAf/jIhT[o:S#{vPF+H͗qJqlhe_)tj%mk LEO=T !܏]R]='tJ?>gr2–aIՖS $tHG kB}p219JL W˲oI4gSbJθY hX|R?>$C,jIŪ͝vi₥.8u3\ͱs#(?|g䊳pʺ GRB|NVՙ\tِ@n*@W% >bY^c]q :I%~l vLX0PKĢ.&Όo i~2iI3zh[>ޫ\PJRΰR,+'bn}?分MR3]۩8YWYsF;hk5> JFYʈ'es*193f'}'䎂A~,a %by,-!BD+(9Hq^=\[Lb$q i`G>, Tj9+ɒ`л1*̟^%Pѣ2m=jIq|GwQjJ'(_Oa;R2fTA9ȯ+BkxDM}wU@%;:DŽu桓0 G4mAuʆ\kSxbjAYS] nn*S~"+5_vQS܎{4w)ѝ'T兦y5>ȅhsזѵzPz 86Z1hL |鶸u`CVi.x!-q{C?^@Uae& 0ܪbx#=.zjTNޣ֪I&Q, \Ps7x2B _"ӾW@{^'߀eC6*ar;ǽ`jOڻ I8蠀@"5z0o̅5q.#~aÖbv^M> %jcD7_xnY@mx=d׻Q8vS,$)Cx<@!Ot5nQAWB ,QTOHSS\jm"S=Ls*6:{,845QEDLXBiFLە5duQ\yy+7]W%x{r#+g:8 5ȏ7l]#˧U H62BƚSK[ѰIaqуDhN/z"7MB wnà1AO_uNNߍ.vF,\3ӭ1n-ϫ7aO^EKPd$?pDǎ 5LUҫVLY+^2:%< n\AThaEos .NNFY^=h@*k*,])1L,u^PPڹ2#0?-Z?*L/#k'DNG3xzf U/~_ѵɽ5l7cG[9:!?8F0]4h>hLS Wy\ 3CD餞YxwSZ8v$`Dļ"?Ki*yrc]X8״c&aCAm?uMvflZhyeNoI . _έjXQ庍8.+ my78VW߂ѳ+?Zjo/vVl"d>8XKD qYj_6S`OҊr=PB±G[ M귡?%$(zj+9gڢPHIz]Kd'`9n* >$2Bt"2e&:D}:k.p bQ\ jśvx^,U$}Bl4ayt1 :Mmz`4({ +e2|E\\aK9Mհ{˕0 3R\g|8xD1$LKFE>^]sZmْ닷.OZ!RחQl^ &XA\QXFԩqUi YP~'Oy7]quX5ݐRHSCfR0Xr;}feഒؕ[ڦfRX//Vrklk Wݔ'h~͇gt܌S,e]&KCY:ikF=NykLp"0'"]YP~4aed{0Ӿ6/Ko]قLC{>u谬@6V~LO|¥|2ƕߞ0f !d2"۸UCEV|`6i –X^ȉ^vMWSNHi[=;?DzMIniÐwnt'-%K,4̳[x?Z\}jToFs|)MxG ׿uh᳷Ji4=[1qi r %4I 9l:uQ̈́q8^ްHl.ʡ/35bxGbcN_sѐm3UOeU) \Ҁ7 75I,˰" 4`Xb޹rcD3un4|yA%.4Y`G5ٵڱXϖʩg!stœJMvͼ+,?@-$+X [gR?y~0Wx$/WpZq<1l'w{bE2o|¾vwڳ4.z~qgj! Xؙ/ d&9bxѻWd)nJtlC8&(lr6u1RSAA~SS`W4={7o9@ =>qr%Y1N|dp \'!]z?'6gixhҠ 4-DLloO"yy3J7{ oy6Ei -aM*.`Xݺ!h!5S<T{u(cmVq%2A׸hMA(*%,n'e@9P;\ .J2\M JpEX$M 惘ھ߿=sct)^C0Rt9/D}6w(Q?2Xe-$D >Q X{zҲ괙JlV|flxZ6&ےCZ囜Bż:B < @=&!9P(J!#vu>ʙpxD3cS(sIes tB1:e_UN#hZGzkݍN`̥k xJi>suA>Ks^=}LK=Y- (?yv+1PN${3* '5 2@fIykƴp-FYulvF)ALn ٫wA\NlsFC܉+CKGaNV #f<{tT(9# ]chUkN( }OpKwTRj~uew\%0*'Bvu:Ǖ) / "8^Bxl4XNx΅e ٲLi13xuӨZE?jQt 5bBl>_>HP៞ZGA@ hZq_#) _#3;~ 3ҍ](NrizPUF8HT?tTx$[jh͒ug/A(ohOl*X`8yF$B×xp%9_ƶt-&Z5ĊxXk'(75v- ̈Kt5'xİ 2*mN#ԞmFxwsBsidCaO)x@׀>'vGr#wkU^7$w_:(ux]eۦ;[wХmoxd,7eVr2?;?LnB}k q-YD(_ۘGZrD >9$9=ic8뛪' "F# q4{O0| x ?A,9)i7.?A)Tl|Ǡuy Z}cwȏABMHЌ+H*,U;W^u}'C8 4zq@ LLx{gMuBԵiy .*%4G2#}d#j@vo]l]K6/_4F7EvP/NZJ[YShI[W @LB-WO?nDtQBw&Xí%l6*̀w*ĝ?xÕi! n#zb:KЀn8a@0 u'Roө9>ČŰWJ:Tf"Q7C~>=p*YJP@I8hSS_*&:ѿL⿲ & +\iQL)hj4ێ*.O[C{ahMX#/#OjuY__ဆTЪ6ReyI hIq[%ˊ't>ݧS_$+B@]>$y?J*8h`/.@#PD/i";߶7Jb"E tUEZWi; ֎^vL<ŰަVu"@ϮE%bW;1NeX>d_&b 31GUNt;\1A m8 P7m Cwjk2u:HQay5_ܬ@iO fIU0K"8 ߁n=+}D:0[\".+?O/oMYnt4Y%X$i)}.KJBL^7JvЩeVQΌ@-+\N"ڽ'VR#UP&&mLouG yZ{_Y}" +-I e󸫠96 2F~1lM)pW4# 5Yve.fc 0;)n7'h\{cxfQR8B.Om[zuBu<DLc 3ی-"-–oR "l:5yuX]HB{rM"Jӳ??ewƂ|W<'0A;yQ gГa,B _Ƭ.4N0206Ppg+O bq L1*M=1g "Aa8Rl:\74M|X)N᳘crT 0bH9ƆF|Bբi͇Fʹ6?/(]m288Ȗ~_(>Z$6M^rȐ2ea gC],xl 1KKWK(DoK@†fӺЖMn*8zCS7A#<-Bj=ˏSRԭgɥ/la eFFn#Cq1)]_][s=Iz^ǸhոJzuQy=jW2UV OKV%ud̒ zne,g NMw5ժqUNFDJ_ߤ̷ %-ZV02f p{ f^ڹL݄; %y*  8!ABs8_N}!I٥IW\|V܅H?b"$j.c$bno(14}`tXP[|:DkKǏ.L}SҴ՛?^4[$m^88?F#$7-m}o^WgDn,@2'/,CN$]4+%+CkVG G@4(dy XlźqeZq_JoJKG4*2b (K(L1WV+-ݙ4fXΞyɀ0~[H&F^ ;,z<vW BSVPVRM͓~KmKI LP6聿1!.QH4gXf]g|2U-op=" F`XӮXa\^~mYS~KM9A!5,:N( se0.³Il@uP{߮ 8?w6'ԃҤ`_bwkĪMD/EuѦs_Q%єXq"!>k}eDNYO 2C%S("@r y]ѹ0biA9hC%Nu%~Z>1Wu?5@$X*w? e0 X&NPV&`L6F*9d"qwlH'vʸMûdik܏794wQH3⟈AHjŭɯ$qLA>m (T(o@Y'6C S>9{.-eChK"14 v = l'+Ha8z uL$;SoKeAuD!AR8_JJ2ǭSv.F03M`Y@k|K܆qÈw[n$4<]hLĢn;hW#X7>|30u@[yuPފ2-ɜCA,7xs!d h]B R%VӮ'zC5?؞moF;_I[(TS$Hard3z[N.H|0$DThzlZts4GB\#.1WGd0X2\"J(2nV5'zN?uwͪS^'4;~(չL5[YL%-^xIG1+įOׁ7lԿ`6^} m(ǮyylQK?Ywp_b*~Kx3=$\2Is%P^hӸƷ -}j /-*ෑ~G!dzi Ţ&Y@0a Shu]f^jxf&" %7rOPfO*B1yk^xzLRRCc1"jf'XPg 9Mre'wCH>OdbmIVp1S2#C\pRdbk`E7VF{s {$jb v VZbIp."4-3ʌTF&im +"t|f tP).g 6I26 ^#]9)ǘm](fD[`ҭ/3ܟ2H૪`*fQ'` &nlHESu2Jg 7L8nr(P'$Mpcl>9W629^^3HHMaЎLT|{M&x¡55%NdR$Nuϱk:#F!\_Gfz?}'ikJftCkҽ`M>CVv~8򄡓;YҾ[jfu/bE bD@oova*0'*H NQs,K-u,UG}f'j_s Nu[Jnjqn%<Ԛ|WAW R!4rѾ}J0@sZ"W ضlF,FLR(fݲsOӡ2{)4oCX@'֗hI*[ي>>l5 EO4ocǝHǎ#g%cȱ|u7aAITaRi!Ǝ*-f 'cyѼ€0SwN0eM^em9QS |yQ?q,Y@^Vr2 "ۘO(?X)KZa1 d kVzÁ1gFDHkU_C߅AKzLX?M -Qiҝ-`n7xtQ7p '8X R0'Ae!E5bN?"LRsZ,>6w23OO wfMW\ ׁ=MV;A|6Rr4"KGts[)'nfKAl0}! 7vLY9UE3'Mc~'o$ OMALjGƉZ\/>٥KW!zyQiMLV=!-TuXWBxNH{T_;|ֳgH/' U4.% ; ?3(a&=xPa|(8-Krg%nAP/BBŀ FJKUqeirȸ<ǁ S MGx}LݮNl5HSN& !i[Aneo".cOޡQϋP 963:c>\V"@\&%V:B\d9^l.W.Q\C^^f* 3<Q@('+WNy)L=M7%(hJ 0A _ tFCSLAfwa8?Au.XA[F_W|_#NMpԒ9"uTkV!_ YMmҗת=[-{?- 11v bcsCp #8~iG33dOzFB*̐~tpV$0 ܇x;2|1``&>x1n1r3]=\VZ`(c ]M{H`S2ZlKWv3/)!U++ަqAנViB[ڈH.'%K9R(ey80w>J n(vOC7K}b86E;yv  V1&Kb}_nSzB-{'rޫx= S=v?tHHcj=KbD5os0鑍pyq1%U_~k4{{h4`1FD<<]Wh(|׿t&)WevCP ch"E|=3h>9$T|+8] ;kqgoyȧB%'Ɓ#&!Q0 R*1ptA3+Ή}]|bC#3=,ZP5 W\y+Yh->LGM$Ŀ9GgE[;ِ8H >.SdAPU7By2MQT-/'`Z7ˑ:@-h<*Ud؅N&= LtWUKk`F"Qp^{bBVl wE<._9G~zz{WBj'HuLEKCx)7V0Ӟ1:#- $b ?-$GvHߢ)Dl:CӶWamܻwt\R:΅lfH2c/ Xj]v2#7.,]ABU/˓;Ǥቓ츏dct_˓dީo'[-) 3hoD^, *8!k;{ O BA1{FqTWiCJkx8gs}o!;WY&#x04<|YfW=cZ 8RQ_lbO==#܆4b.4mAz{:-U7eFNL(_/CT8cu[Sg O,+gv)X+/ΤkLͷ:ji\,{ 0RW,-%T_pWk2|kww+¦GgK%Veο@<4%V|^qWJ_#uVsDH44(Ð ieg,RܦSrTX\SӠ| zy;z+(⒨çW1TRf {3w )=;9]8h.w=@ج zPY#=Gq<6wk^桂|VQe6 %]iԸoowO(IX%y0ɰ&mfp`x VKL i| VR>-ׄkhԑϕEZ?Bz϶8m{820frݟ~fB0e?~&wv1iL1+M{7y9XpS!;Ѩ5Wui$ʡn&iD2Y wЀωr43Ktź`y*Y83Ĕݚ[5$k21x߭S({BIȘ6s7H|4֧|VO#]t^NaŶ7ex) B:vɛPrLɽNf,Rȹ@eԄA3IGanZK ;_"2; pWUW~Qңu@*5A0 ;qĎ"RåHKs^C5KZT~ՇFN T\sZ}Wc}ZAʭKO( (~{x!aJѻM5<leځw Q2hȒuܾ n֦6j9t3?AiZg~~| *!}o(8tWI)xkӝUG9G%^x)R@&uftA=ERqr*eЙƻbYWT%>k\ jrLm=@ެ!l0fRZNiLA*ZW.X;*T?R*U ͇&.-Jqn3;ϼir$%_mt.H}0aC{~WF"Z mxz]P4\O'OԑK!8CN%~YG2$~ʅbta@c|#.y50>?QR|bb_DBM1TzN,'lLI.+(_s/)KLxe}5XԗuȠXlL*ܛgYcrG ]7MMUjHn zt|R5 g>Y9Miu48>y Y,,մ{AE=+=7 @|b5a0 TÖdiC`~Dp `ىZu=#i(C0Z>oV:EOT0ۼ=EYzLPZJ pb=]e ?kT~o >9Pĸڦp,T.?5ʵ`t bDje_zz^#?9p:פK!8l!]exUcyh$ŀ~L> ה0Y=v?|"m7Ө =GՒvsS3ϕM19_ܦ _FɈ폲U2)L"  9=غsc|v}GP[.\7^.(\q~"K?VSҝ, 8fPgՐ꟫wYEIר):R:1&hk9y!HgHPko s^3Flie/F!aT׷NĢCGg5Hx%(+SvM.{>Xn`tpga=|aOSIMȌB9tT;WtH2tCba<|NyFL h6[z*k~{qdk#8 LAq*u_(&H9c[m][NAtoNH"r5mV#/75m>}lBbrd{<4l^M[ YiqEQJ,>?H7J7O14G M1U jOӚC䥂p.p fR7=LRL\7́l7}*_^ĘCO~fqn:cUj7 Y)҅$  k~~) +Qϼ I>28U) q/iDG|=7p5ՆU$#Z<4>*dwA9%Bi f.s?ZٖS _uzT[oi4옅Bo6=[3MrDI Z!]\Q?فoD<I?ek+mZ>hd4'SgV2i!@TKmMZqpЀ"#X +ڛwɂmɟ9팴`ٜ!ԑJ́aEo3+ٙ/IVch4@ƯDE:;f-Kp7d V1oUK1L2C] 4kZ*.|= ʙuna`E(E^B\rG~ Zv]ejt[ h#Y<{6Fvcs|U=M~]_Rh^ Xz 1fO2yzxBDo0nVGbXR>Zq)m -W*c~ȪbƜ[W8KyT(eVGČp=YеP.Ɔ3jC{5f.]gF+笇B6}|@G͸,)ʬoL˧\z  ȘZYC˨ΨV:VE}:qʕRy͛W{{ .mj)2A`2R5ԩ X#жv9*;mmlU~ń"vl'<˿Prɐg$>ܡ9 ]$8lYx\@ k*_,ȝ"E06}" Y\i}eH+SEvg|1;QVn!țWߏF,CdZ4[Q0 HJwzMjHDvL+4&@z̀Bfod9H@50`i3w[NmJPO%=)œWշ#\tfxT_y"^zZ3SteFvt\] # [ `"hs1;QJՓ|K]z../K9 Lbfׄi{҄?>wd8H+` 5{4H>r8۬EN?TG>c#@u?L3dz~EN 愶3@B0߇d#l^PU$hajUxQ,:YpE ~LdpE+ wXO<nq,* ?C XUl`+ӶXYϢ >W (:m|hOΨqk`o01\Z璨N*q~jfɕVܨ!=`t w SF*Do p߱xQaWtXZSOWELƞL4-0ЌN: *5|,kZ] f"dQ,W/!rQڙj ŭ+7@@c#<mH5Vu?Wa3F0v~OBϚ{UskH|/6-qoF6s2Q愬OLL5y}A̯]>k@3I66lͽ3t"LJbv%~{3EUU_H;:'$~QH*Uc忘~e!a8;O(Ei!iaZ hUh=ukr4e> 5cDJm̨ov@ggB@]AI8`/Vt&e=垓L̐ ; RQ)9 ZPYS K{K.ߺ QْK`c-VLZ_h4V٫?>ކC÷0:D]$ڨ)ȁ7 4_<-S w]5zGp_-X=wl#ClC8ݯdzD)ݤ;M%s]zf&y=eNayD@`ca]|.4\ESgJldǸ î_m4ɻ\"D(zb^7U@"0 qhYlE7H5JF\f\+̵/W9M8I&$ke" ԭJj`%]s޹.MK%.7:,*د?HnW/vǷHӓ4Pɕ\+ږ[lU; A#B8Ma (kȯ{&@@A<~o7㼰_ziʥTibԹY})s c\h/]MTo;`*zѺֆkrF&X앖Ԇ[LK_KtC]BifT[LR]CY\!d騄c,^v~ʄCY0e6XvzoLOjfؾ pRCf!:#A&i3AF&ʡ~S?SopZ_@PalQ44YE5KnYwwϐ˗bXMBQ&E]LA\8кz"g!x\8kM"Bz1C*.bqٛTq,w/?m% W#˛H5G!$]2翨o3DC*^;`H hW̽ƷGA:ds> C»ҍLzIe;DEhv l)"vޞ'QL^X{Rhh/_; (R[tz~p}CFsR sGw>'\j\U);[^%'L5.( [݊FWVuq`%u7 =N(|x "Ј:]ge, Fz^N%=RNU;So 2,<|C(m24Thos bHֶnybZ. 5bXwtfZ/m+Z2΄/hFpo qnX[~꘧R'?NɥxS?G̃-sgܙ4ɏ^B|$Vڑz},\uhekų5}k#Ԓɭ$ M/>,؀+#Wx&N~)61i7AE>o@)x2 uwV%0 CJ2w#M=^"n梸6O)}ohxL}R80϶/DǦ%`MYxO}kf<wOnB!B7#)ڡ꜅>Lx:9P ad愫?,=d~ISҺ s7lċ2d1|h nHVR,aPV_dB0m u QeG_0*>8Q ]f׿uMHOP{˼(:SÞb AR!]:%bv/n(0ϛg<Ők+zU'6c0+qN}ʭo=hc,;1DY2 XV?u1Zm2WאXb"}+kbc&۸LO x k)eA#{nW!IǼ SPu9Kd9v9O(fcC9pwO>RgN7@wXt:q _ ^feVCު<2" O>8^^st;dM dD{&YQQ`TU#u.@h%§RRe4jͨP4ѡB>RwJ#EO=/kقO}p gP8VM*kXQ2SEJ68$҈tQ ٣KEn pن=}#8eb{ d{Zr%NӽHA =a?N7 gl<_ScJl!D(/iGö )WԁTnUIeL |[E.(ϹƋ g5q*j YJ$0YO>蜺؎x?אMR9gu_<3Ovx|Q 4IÂz?l a d^y/Ia<ɬrE8޿\x1TJ`eZ -d?Cz/;!׽pe`aTdl%,Pd(9.F?)wH4|A:Z֝aT3J.?P]ᛷ"Zxӵ2!n >;5ZqA7?!>>:C#wjވV(uFhi@ 8}ON|3(6Hr=rr 8B7ר|;)+҃`Af!xe@Z?=SoJsAzz&Y;rȢlD;f,?# !;=%& Ɔ1,=˟xУpM0x#Ֆ#=&MB]7 3Ȇ.y{͍ˎ@#A=/ xE^.zĀV\W)3^0Y3Yy\-^uު 'ΞGrĭ.Ǟ~s_~6dȫȷfeM=5x{V?`kz2Lm7+-X*Çҡ$湻_ s`"ӞOˣ XY!G^O6m'%qK"I LRlwě?Q.V7u; d(~[8!͋旝8y…fky3'^~ss,?gJ]Cc3jh*͵ k}I!h U̬ B;vs@=o U !H_}&9Z)ƶPs DL 2pvyŸ>Æ2'Aq^/}NFӛ\? ]m,x6z 2 O8 Nrfu7 lq_-m3jO}|%nCJ%X .`%no¯~ɒY 1PX48܎ 7t(_iLᯄ ]VG[~Jk\|2GUwa1rdʵmA&ƸV{bfd oE*NEuoM-[i`{T)/MK]נMa莌oTN\N@F9,D.y^[[gG_Ll,.P{kZ:4n-sN`sWޞ [6۪]u @*SgC͆1 ѢZv)֊ubZ6#$B[};2.h -sv\bi'?Cz" iMm,bݽbCN'Dl}r=tL=X]՗N"(޴hI:|m"I2[wIObtuEZ} ʝeP/ hٹ[)4 iMbzo$i˥-Him՞xn^<}ԣnMЊrT0fO瓓[#\/刍W~ N{_ΰ^\)Db@ SUFgo5y MMUR^F*RkNa0)1BRG#vE$2cYu1{<{E{&O)u7G.s3r= uG=0:^4u ff&,kAyǪ(fVqr;W Uw#|y'PkZ LY UT8^E)/xUny M.kA JaO[4Kw/O twI ҆vR ]"ӵByfK씕"8ƨA"`0U:vyd2G~-9}쀒ح+h#!jG gL"mYT_U W[t[*{3{~9iKd!9-G&^lv+۹Z%L[6m.~4>;^#2D]bA#`* J V֡*Y7fȨ9k1OLRͭH*VE,wBЧ+xx\gPC[Fy+^ײ}̤uU$"J$G3f-]DSp"z DoEzr$A'k'7&di?k&M_l4AW0mg6J]dh/o ^>PD#'HI l^ݎNHH6  @Oojs,Bayժ10Zm$zqPµSm8z P/#$ȶM Ю\K 딛|zKyʋ܎FoTr҂b5afɲ૱@b$ ŬdT= *(N^[\`;X xW&fQZan悰 "J$d}xSmϋ@9䝈mH?hR3fXy]OYqhZG㖻l, ``{!Wo,A.tiPwQE*ݴ͔,ax.oT\0RF<]]V j9ƈ dljV&CF>aa|*[X0:k>:)^@$RY&܈fdyj1\,f>n;x`YvOHw/P&nlkW/\6$⭰NF'xi80fB5n|u8OW0& 32(8\mMJ3H >Ԅ)rI姧9Vj YR~L!aecbcwSaߥZ (O| $%$<jA3>W?# 4>H1h`t3OIi,]Eϊ?n( Co=U|rcs i#{d}XgAQqn>hwzcCsG3*~~=CT^aꟽsfo<;<V|X0\lEMl㌩K<ޑT8]/scFqњ B n56[o'jxA+^fy!&0CIm[j5^ 2塄WL2psE'8C)ж8Pc~zēE7k@gZqmQɽ#3 v7& 9E @U,jk桨7I^T|ÎDGcEs&O4Xm[ GOqP%5A"M{W*{j_”ƶ:NEeLnkooKxOwFC7S\|ߜr2D7P)* /\`:Vt@/z^,q@PiiOa!T>ک 9HQD(ymԱLotqN4:!uGV+kֺ(,{x6+[/IJc bS4N&I (<ݙz w:"^Ta63ˉb`- SPFA5cvҏ^l|qֈd!N.OSbY 1UÊ~9s`?mnywW;ƖȆ.'tu ܻ--}CX R/ZBf\_Z7bM3Wi3 lY'8n"6uMG=۩"R/T:y֍*`CAW%,"m{.ykoMށf Īt74U aV*`sz9/5{80H;$sE@5ZІ=4V({*Ʌ!,"AA˦0^Hjv4S@[j>C@L [:eT@ K9I7?  HY׽N I=ãHAb&8l7rT*-PJ|FdH-K2pt1  V)U`qЖ<߄ﷴw`M:`2u;y2(2vaSQ~,lJlJ^(֬Վ2jWQ[9E:D\8U'y!.t}o-BP爯|FFіúO9?S BF_tBʎbYtH9`u1&]]G(X'zRgg0c4u9y|F+"Ge0!Jz~7Q ʕ|aݲ,y@-=S:e y2IP.pN%X56XE+xo@_@D$I)⦾hx5őc?"tl4c]nN= Ҩ-:dR UȘ.sb̀&j6dzPM+m]ݲf$qyFRMDl^Eݓ:P ud.Sy;'?"R3jZ24`b7q8^R̓@ԥ_Js}νyhg@}Z$)Vcnf SG|їpW1ƗҠOEDZ`-Bw#򴕜Z/"|-`l|OLo( PagmOViC#*](|1x9mLtׇl.UԷY'Msv~x%Tp%F nH@T6S#LT6n3 r@}-ѫMbaxWpTV.(I)<pԙZyK&]@".^GFd0d Xf.劮HF!AfxSSʾSo kbsg@KbYExh4M.ٺ޶xRPusm)wN$}EQвGbl|NFcJ~(`x^(BX|RCj_DV0gQ1c'l-KpG?GnZBDw(.%R`!zu?>m)u&2"N &36L{*\|XMS%Y\ 2gL{MT] PSA,z?ύ(1_}E'k5pqgk3">\ OkB|j[0x#)f>VЍ7|w*vS,p2rvƏוʽ  kO=c(BM&2'rW._jH-9,s(k6 +d.-?;"`pfEu>/^0d$ mFu_DE!Hhd[daB=72rSk6J c%hp:L! sL"9{\_{I无/񥞲` ,UDv#&.G#hP>÷$\S12g3+b |޶~-Μ_1\hO눮[qquˋ_:tGmSr].̅&/w6;!Sb#:p.\1C(ES'`dʅ8dJRxm7:앹 PJ` ؟ȎxCe+6)kB4W\O$+T'/g֥Uj~l0[zX֞[z鼰6ތ$G >p8GX`o0BQBxQX &b(~NZX0Ji5W]/e#`[9ѲOrS}x\?NW4td=X;aa:Vjۇ"#~`.)1WQFqE!_E'3qNɠ"Аy0/Ry\ BPn0l{d?w8~0r]l͗ܖ!'e9rwϱ!Z H!|ʑOrN4eХ KV}DYq(c}h8i%p>KQ&Fwܫf:y*:W$E įBK]}.ePʬ +BA7TȈX3Y:SV ?+}@0 hi 5Lv̼Swi*lML@h8B/1"YYTV뛇WA}o!-kw7^B^NF Cyѯe?__i#mƬaꘋVrpLF寶T8|>k$VRbw`bcE x<NAk$Z:pEp7%bB=|7.5gscK@٢6xIA|ɜ6y='[Ĭ5GHo !d!M嬎IdD5J9]M[e|OD*5\a$Ȑ]Aڧ!m7:4O}lp, )AAEl9ov%w)mOdT,HVoǺdE,ߐM So}>@?.x&O]H e7*JR'Pء\L V})M9,~X b~^I8AϊT ԠC c*/3%JF31q=Bؿk TEzj:|#0^ |89GfADLg'Fͪ?1I2xF51Gݸn `pug,4iv{%}df?"'! Fu5VyiP^"lT>C4TwۙLܭJ 3LYM(1]O&eW4>@d/cJc7l2ޓHGuIwA#)D~L?ǢgS{Z#eG%aP RE`2:UuIrVِX,%ꉪAKl\,֟5*ؒT1ӛ%U#ASHAv\2G_4j'BzAflZmTXqs;Jz!p'!<>񆦖(xؼĘUy"/)K@4)4Xx L-Տ!6WCrrZWD|@ gl\U})rx!Db:?#s?i45Vf^u$ſ k| h p `s7?JcIW eF [9@g<-aӊΗJfHh ]% hxЙ,WqU|l%-;>raaDK'vNoFI^k-&iM>m#@ڰ?{Y1j_VAN: t Pphٗ|Zyς_\G0u2qȝDAV`y3XŅonX.wdD(H#a q1!8i6uz{Iq~ji\j 0T)ȨU[ICpZm f9j"" hr8tÇAv4\tjj컉(̰zծۊ+4.iwjr,Ӂ*h>a_XHM#H2uPhMALy^0J ( T.?@etI<]s]Q->;G$+f~85&iKe{>g\AHB,=N|ʪ;*EJn&_@SY۝F(B8aYv|aL7_m3Z+[QE,įlH}O|p-J4RoHeye7zxIEŁk~F/[&<壟tgyu4f]_觞DYUQ w ! 7YiS[_:q/2:X$1!%~ѽu Ў_>zms'6ґBa/'@Wu!F" =`[j">JR,OZbpEcx`{@ wnW| ̪65~dֽkiL=2A:j:HPR۹َx,4)YP7|H.? 6jIʿ+m-@׃4EWZzh>}p0Q,9jLB^)7=6VVqE`&d+{Ѭ,pEGM~ 4M5s- \=*ZֵP;"JGɇHdiftGT GsN3 `ჾ6Zz^O"9k R-3bO "`쩱P_t:냐K.P 0'C*:$7`W'~W=s|L*Fo MJQDaXdFF8E3֚Ŋ}pOswJ GfVL<]6ye6?#2S]?2cu/L԰P;njCM`|w{E ԽUHL z77$loY!rhS;ln}1Q0.r]ʩzͩD0 x}M0΅03{K]o-}ƐnR#9VDYgU_iƘw]PwM(Z*^R4ˀ<S } $%-4!_6uhidžH;sMѩ^xiUD4$?'o s#ٷW;cmA^ydC #y|L5pT$Ԋ'a2Z; ehe'/jG95l/a㩊Hpq% YL}xaXo@^*AӯP_d Z֩C‰-u=sJ d9g {k:/1s )p`F+՛1/z0yzkFFCV)xlPŢ;?-.^,l&PM95vTDL"`2YS[bjӔH*V uH 2 (QgYu2#njOO>iB5GKG *GIb~bg/~nԐos|dދ smRעEql'y%\Y^[y̕drs7{ڒHo@[y霖 ~-S^0t_zv=5I?&w? MmWIF#Ӱ| 4*fh)(j`RY_F= qZ6, ߫@T`B\d F$'18gsL劼SNf3Lw٣ ҳߒuKP#td W$p$s/1}R ^ 2:'-x)aА [?>ngQE|,ٯf^񾊢{6Y5n%HwbK\I*dUyw{ը6. dx0OIvؿo^_?f75*X侀@I^\PJ9t:Ă5ň܅:ywՌH^5E'S|(AˠF.xrvXx² XhkʖwOĊ:=5z[$_ [!CW;9FswƜm4> %bE W*3zye*@? byE˜飔j$o^Ti57|TWScǁaۓ68zV{y~kyF^s%%nS5#ɭ3`MzgfA>m=#YG23Diό)}2*NM6xt!o@Z[! Dx E5%DTZhۡޫ3|ƅfԻi-v1pHy{'mu8>KpGKP[$@-p]ÈC|Ձ( "5u70c]+uA'5fbBр'Ʋ~V QyRaJL=. O ݦNmW_fb&O~8 ^+lkt&#&Qo#<~Ȣᒪ%Hǖć>+8U["4Rg.`<̡-~ALI;4O3Ӟ'[T>Yp ({vpJ-d2X7$7)1u\ zy20=\a+N0IN<\q|+9M~s 5`jĬ;+2’j~IÒ,S*rL֘P쫢Y,<863O X'.ےܭoɥ.+8>a"$B|TC񧒑#.CIG=ɌHqb688vVXF0>Ҕkԧ`7Q"\S C5{B.0'ם숢^O"4N ،^0ցވNW!KiՈᬤh r5+=7U"x=G>_.Rj"@B H%j#3S5],QaZ]2ӁJ;մ6a`nFuPvci3:.9?aHdjcB5&!xoi#f )q2IDfu5VHq+rWO?8:5!30۹UREsP\!"X+EJ:Ɠ/#TLd=yqA*{^=kwv}U4 ]y|C xFٔ>yiџ9 +^6'\6߬-_ub~tFT_ X A1Sq,kSi? K=IqIN~Ζk6׬vLR%ɣ?}FyQt?yEEM}ACx/픓 Zm|OًwѥM;Xdƪ(n3 g]%^Ǐ,赪5;cLj)~n LeWRQD N"UƑR^Fe'OuL wW K8AX@'pc;dFj+ 3 iU.҉~4 նR0a+Rϖwl֩c$v}?%bP/&hUԧTzh]?-H,։fF>?(攅۔7zJL7;؄V 1av].@ [*/ʼD = eNPB+"/ E0v TPjdEv$:N ezd.-d?_jwаAXp*ҀG@;z,?3zHe'/EwSJh + wҵ[Uu[ uݾB~S5gMD{ƣuVot9/RT--ZhhGL[u7:[J`ԤYN6,=E.xN8ZLnUEW](7Wtv%=.1ڎsV9"cGu}@/AAh%-r]nY,+5t\<(UavjAєL"))bi>ʶR4etP|=]8iIv6 )m0 48!Q{2/^˫,x} 4ToHFއS꩝F88M:c*BkYcqs7Z/yLeĉ9Y?Gr%4lH=\yf!.-oQ`,`D̞t *O~uV䀔9wOvq9_yʖE{J% sBW[PS+q1`je,-ìn?-ݦ{rA{UFǞtoC$i*Pfգ JPiڮ_ ɧ;<㒡p^ s-5# CS)p&DmE<Ĥ f?ܪB!&TvB= $IƻjQd2ˇD`āڭH=F5_kزw0[e5E2 O- A\k+`MaA&O[d/̲sқE" >ܗ$dѰ:w%PTDطr?)܆!(;^ev,c#L.D)k_q\e'Ҙ.QYeϵtCnnm6=W"Ř/ m:[6͕'1.rCx'K!=;Gn;0÷ULnOAKzE'';Ak_Nb|۹B cmOy2N(4,b}ʇ͵a`$O袥:J̦vl-,(vnݷ?ɨTJP/H7Ad^Ҙ0za)rri~Ex)`>IHE5ewN6}'8nI&p>Dl!N5&-]njȳt\+c] -,k&.fߥF@nvIܔeR&&l{v\x#:ݪgȶē`Xoi~—bJ(o=dL8wfpTWʨ$+Avؿ]#ei]W `돦.at! t¤(dS9|0}Y3t 󽋟`Sm,3逐o:2FA:1 0gO |y}='НYv3z*6! g oN7?VJ⼀H=#R?ĿvTOR Q,'xaߴqpO=pTa!D6 .pldW)Wb d؊f%ÜLeTÜA6WuT8zbU}xj0X%\p 4ga62 *X*"Riԉ,ðR8;ALk5Y/e?B{*b˧XGMO_%C}QDg#ead k;'2*` 1UZl}FFïg%(ԅ& 1WlV&7;?mjWM w)|'rS, d㽃[4;y" ~a 4t61I 281i%u'p%4C>EXFG?PVg**=; %qO7q[@ yYnӬA_yJ km[E1"+:o|b{azc=ZڋYmeF?BUoksOo^9{Oa yb4:Sx:{ч2h "R*4`tJ4q5X'>bO%ՋdJ<;D"h琻0ylite" ^m%$ W:27-^sdÍ$4-AU6! d_`j~wEvb ,n/_ԎeM-jmh9e2`y% WQ.m5:q` ~,T:9Z4tß۸l+T ԡ[`A[WS3zfr>(;5{j(9"8[z ybaiUdA`l%c- NaCFg,uNhˈ`[H66h)L4]vek{۟C`mY%$ 8M8bkq>-tHiy*5#90c [hr"7TGGy! MV{zjأaYƓ('4Ȏы8(IH$vr9MƁ.*['ӂ̵@Wt!Z:1? !vg5.i$/A~0܉"hFO#Z_'eHS,zo่I^*;ʒ1{:Y]0oD؃nrijq@iҧH'C[14?-?* ,edj/.FDV̪$ldSU(w \i^_/BD+D8wkgaqa:nI<N/ :DƎ6m),K 82]ͯ`U'҇V>;ebK-s(kǕs5^qwz~F{lM}Sg.r>kF @O;`u?s|'E;i2T^` RVfȔ0B# [uBI#S6}GVWc PqhwCEzD;fCaz!9 IDቫ陚^UaXm+V  OAi!*{.dvCLb\b Уڵt?'TJ%;tpz}v,l7 2׸$Hw{W2L0m#*`XA<ks}wʼoBxɔxC2Ɗ?Y^ɞe><;b2,^$5D rwB՚؟zMYIN[hc,or~RяGdiHO;aEQN>[7fCf~oC2L&f-6d ݢo<ܞSL9nԄqyvDʠ!]F*P=}D ҡXlV,gXȂc;3/ K8OTi2˳<ÐSat,f=-"[1\uJ]2ms E'X o/9~9Vy) RO($[:M;_B?j*z.- {=] Blଲ՗J(tۂdD1w,BAI"S-] N=xhA1k-'#oH yvB1?q=#H9A7gH&Tzu#'VL+?Q=Q͑\JgO/G6_ 7 47eHlw>% 844wpa瓩n[``IK8yw~. M`!oǎśQ畎f>Ͽ2:(w?! :yڽ$a>mCs;K =syS*O>}'ّ` (@+w@O)4Ј+2[l?^Tpkb`:Ycמ<|4RIdFEl#mF#a>iJnY9'C%URhutX2kb?5)BfƫG'"^\O %Lviz *C@O+Ub0ߓ[PՒ|8&1E4p'WT·'FJ{zRX|ssAHmjzc!1Tλ} <}mMEG0.j.Y;DE<}$qnLݧʉJH"+n גR]DTeN=|k]s6+l?)9 Ds wZ s]uk/R `hٱ;M筛ϥ-);S04_=E÷\ [+4TM.6؅\p!C ou0Cb>š Fw->c=3洴E;{ڇ"= KӢM Gfb`yś7뮧.H~ݸԑAŌa cel[*#4sQtĎw_m|H!v1wn U(wjB./ԧ0*4NBbg u5XI/!؍zg.=|*b ׃4'cpUG%|oeu'ﭟ1+t}g$GǛ %Xlj7!o2} MtvӃtctP-FND^{B<9@o(zC;]cNW)Ћ#܅S+]Z*[z^=;*v9[Q*A )1Q Gr)&Qїƾb͝k`j4aL7)$:><<EB R-;iWOD@q~Nx %w TGETNb@g(5je0 ^T_nm 0AÖr9$;;;ϗmcMdif'f`|Jy/Y1YY'ltj'\ .ʉ9cY[ sSYfzLٕ ;!po|yx nWpZ, 1xDn y"~ Η68ۼ4dyG6/\D|̝8a^ 6#!Nќz!><@Arxr&0_Ƈ:-}[:*bpÝfQְ9 #-iBmhW$^2ey}Mt(9ylXǀո\(}/0-y{q|ێVzّCՎO7;O$w{|[Nk9\u†iP>ju toӦo!d9D$!P)Ӌ{r'|wN~9W=E5p%HeM(eMtCr|1nu;se# o&vjZ926an]8as*6_{ԧ{0%Ae͕^cTL @qnk)ez֍" R|i7 G:h4 PV5XXxJu%`0U?MsR8sO~_:aH dIg7堌3Ѝ@Q["v 9qղqE{8K>gHê:OI2JsfKO7.ЊSVb# 7 4t0iD5zBti޾ycTU ⛌ /?YFxLe/dqZ_XBeQN.x)wߞqeTUxQnq=5FXWcn^L6 @67Y<ʼZjW!-`ݢP(!ppwD&[{]a'Bl1ˁ},zv&Nz. A0M]>h|\C{gj+N+(/aMP͈" kGy٘ M IY=?@C!iVSkdJUPF6q1h$R%/9RAt Z@rArD%<`U0σ?FX-1>ι56< w"{Aqp+*EKTC5Z5֦ ;Q557 d,3zbX+PAʬ sCp@j^#WRcV K 2*'`X /F]mb)@H6P u+ aRܹH6ko+4|>ĎN&#iWۘNKڷ 4ԡת'u뷗<޸ ,ڼ"'iFjÿs2~X#W+)S0ԛiApHr m%BNz2FfH. rb o{&?,q-6sh Hld+h-+@-ȣSaaјF@y3)tVP?V[b#kEOzrxn Plpes-.R"Dl%P|I|"X26' 8Fش B/kdAaMfsCuK#}אByL!\`b2QS" ?e ?:9 [Tơow`k kk.s "~p2R|DTzARpe(<}ѐvan*63 ?ǘ߿!;TR#`QH&I%C+<9ANmکS?!ḀlD-f2D|ROm;0A)W^{PIc7kH ! Nu΢kJvz}WYYql"_r$NK;mr*Q<ږ 6}JG瞔Gq*D&ZvJ G_ipGԈ5&,ٜINo],2%mq߸^of/'œchG <\!383E_" ̮UPm%eH7Z{zEURmiKUؼ Vk"q6nDfѳ`F_TnÒթymNG(D9׋4$z塘~oE?V#q6o: AGo\+5ITJ |`BzԹQhI2!~ e8k&H7Y8wBo0n^j @#fe`O,n!mلFg5bF^:EQ03nCf@ĺVi~U]#?:|Mjg4oPq&*GcYI@V0>z`Z{^ڵSfy>exКkiݛ!%WJ};pq^b1ݯO AUY߆tkGuXY~J_c⭾IÝ&/?Yתr؋=W$N]Z; u|>f*WǼUR%F3^̤w4H)!r7|su؁B?Bz1 U6G\mt]v+`_RlHMc@ˊ]u:pj&%],e_H@fx PFgk k?9$_BnA%0.E_Dc]Wk\._[ewRdN dG~hJ2#K8 ;3f7b3pU7f*' Hn$z)yTÞ@ WYd!@"xŮT/HxT"Zp<^#g|H'D2gn c@wn[*+#iɼ?1gh a^i9+uhHWnLkkU/Zw;0pq8i:QwepG4&&nԩ=JBe vX tq~\hN> jS RȇW[ usEL@[=wikZgQR]ϛJgWAɳk;w1dX.,dVوAv N;<V[v{6ݧYo]Qr{2W O,~WYLC, A^j:IhTLGwbV⍀{(or<ɳO<\M*nx?=\@Yv,/tv:?5%s. \b,†yQNQYi1 CuiN$}(ѷ(R.+EW$wyrAjEG Zۂ To8pNϠSTuCw @/Xrڣ}c#FswC8KOuNo'ziHy4aÀԣg(8kd;0AIA+xqrmz*z]o` }7x@ 몺k"Exwlp61NӱӸy:R1n"KCB6]Ya#v@߷*>r^&qs;Z K!$A 7x쎿Jk'hD%n'L?߃Ӥ' vA0 $ԧ+*$T/R<Bo 0=]z@ph# 3xlB[fw&iYH嚌ܳA<=&C:a`w (줘 &p'EriJăGX]rmO6&M(SY>@ۯ$,@w7$* KGEɤ+qGQ*z0n I T(S}0cNw*;3{,w(HL[:GȒn.$ }H̸=sm*JgE_4jJ tqS4~pgxdR\EF z\t4;7,Zo/#e;oScy]ó;9й> %mAQN=3]ed#Omx"W4*E7>b(/AZ&P!ʼn4xiO؜oyby-/g?'Pz*"<8JcGwP#Y:W(RsVL<HLic:I!aXmOw$IC-lIZk)-T΋ XIy?EYAՄ #伶m @6y&5;{;ȅh BC(|WC~SֆD("e\ӯn9oj!s4eq'6APӋ8]Z¸-tUgخ]FMK%- 'J93il2݉MmR30O:D_,w>+w@ ! 0JtT}c{H_Z&J򷛤n 67w9 ϖPmT7ʾYR( Bm&_hͥYe[27k$Z%VfnL 7??tvw96rVSO?)!#v3pJSKdk(y ݀"G&RMgG["$LMUƇߎn%`ȧ}%}-vtŅX?5go<} w%M.]ffφK+' ߾3"3&^%jx'ZAxOEZ_XYaif),RKur:/˺is )y.{Mgso 4P{k#Ǩ۴5Gz}@7(g-Ǔ鉪V6NȀpہ,ge˜DDo>ٔU_y7DV~8UAܗ^%pH WiA3ZeAHjZS|;Y\ Ɯ*aA"DP釶C,3r yg4E@Xʟ/9ܥI9:⭒9@u(#;N_O06\8> uWZYM[t*5 Pך^g}̂SG>:6YU&]gpBӃ\8 u\kP9@gB>,Md/cx+p#:ծ-~m|R:XRjf /P[AF1$MWxĊ_GO 5(0V^AS۲"7I~yCӐοpXTPQwNwqmwHZnBX;OjDX|Zyl$ oHuuSd&36\h7>8ao  Mwm(9yf_=hQNIc 1^46URj ciQf>η̅ntehNm0!9piv_z v>#4=So;xĖNVE' 976*ލG dִl7P{Khs0?%~SȈ)wDZK yG5S. feE7h l5QHW$)= n'I;kڻ$q|+_aHD-'\}͂llVrTMjFcl# ]16st]Zfcuqtr'Q`iﶿҌƾ:i_>l*(JLkt)|>_+w䑫?_3U~SUpUё ywNMpJO[mq@KvpICl|!ѕ-^bV e?خŘ?Yp4,]x/ uKҌ#;Z2DBS"5ߗ\eہbs[2^ Hxkݪl!޷G[.@.&vbwd&&?'uG0r1۫H~xagx6o}A8|$INR,%5@)hųQ. n'V=i7zj2X­.GI40"0,jcr*(GyⅆdWY%߻-XGSHh[R]@q)1at8  uG J={,!Vmi֪AAi( 5u.F:R@E{vN~&epc{_E>/݊tfsb kn!(%Yg@& dQHj>O*p=ZiZ) rTW9zZ0: hm(0x%!^[p! ޟ2v+N4w-+?6n̓Ek divX ; 4!l8C,?ugzG,"<͞㝯wэ*qǨJq/2*|w1oF}!ƳjҸ&ca OKa!wѼh?((\+o[8?yMRZYzǙbswde./ɥqb5U6}{p5?vj?)m ݰυ,;mQЪ(tMUDfe!>H7bCQebpE^>t6>qNYHs:Uy t $]PfےNWNa Z}QE$=GezTPHUIÑ,R҄oTBЎקRROxvz]zqH@+LR2;=ecd<A}PW>~_({~fh9>Np"la DMuqhʤ!Gŀ=\<ȊB@-cs 7/>b@^bmMx|8¨T㒮dRGo\ZR8j}v|XUJ3|W2D >W3:Y A: T0l85c| w@$/%_?"œB؃"-_dkHnG;`PSg72Y/_B%"بǩ@Ś 2 F"Lg?P1]J>.{^IamnS*K esHdBoK{_* O!D Dm쒿~R( ʊF29V:`X<;f-)"גǴD#L=d1؏->(fš[kh.{E(db^{f_`Ɂ^JAo Q KB)O.<&]GF=c YwsD0Om]"0czMO %xd1 ~ڋ X!n+24LPӺpN΃sO/Y ~ { 1!%\VQ@KtC/{M;lp_d>({F7V PL؏UXT]{}kjL9`Oىd|vCm?eF샎Iz4b0niFtH?~m՘|1HI35|Yw|u7h9@66|FftyhϟOi3/zW IqgK>?,T>(O/n+$#F*W Jex^EAIe2c+Z:)B]JFQʷ<QBXBASR#Ӧ2%׀B2eW:zįWcwnj9`cr#IJǰPtv,ot>~Ie΄)ٕ5eYzo2PhkX`v}3X(%6EJDi|Cc L`&Jӫa#0s~?{`:sW/^~ku) +(3KyOt1=[6ܤQ%/ D . ZlFݐZ jб? W7gKpc݅V?!?{uK"q%BšC1G1۾Bze{" ]ĄCr}5rL ]qVn#nɽ#Dف`Ũ]]޹PqήvcOo}nl.@ö{^Zfz|dqzn=ߛ͛.Egraz'K2e8YcuPX/_.y_UNfZIU_E׷'(w ă~r  )-L.I)uD0#U{zUm\sZԣk.8/X2Y8R ɍ{xx-hz 9jP]?4"s&@q% )mYj]k&::iDR\$ G(h\ƒuJ*GN m CaW>BB9][dʟs& hG5,$#)$򖷻`;ozrP|g=omI}ݜl>[ ӺZpve׹\0niYy`Њڷ0 Kn>420k9OSfU"}u2jI]oeuKRpsN [a9JֈHoKsxC wXfuci!@ n_=(MJ{B|dј("XyMe­j/\Z=Ő ֱ(?7WcoE4h7|O!`6MQ- і2'?vvgŤ QP}_|=+A7bK}<~ᓣu>BxâIb3y L;ZPBb?7]4@HןBq1M0-Puݴb"u+?ܲerϗťz$흖dqkx|Y~:R/}HStVXʥ-c.}BȞm7]@W޶G9YѫMQy`|׭tSCϧ|qQH#{-eӖ&0ZE]ߗ9 uEi>JTY77- f^N~M*q#P0nY.`OkFrT?,-:~x{$E1Ӌ1mVt327I+b=ެO aU`}lnU/%DjE+4lbKʘ])67I(srDsxC ߴ}^H 4(oUs)?y ]m|[kаNP@IiQt^xc};$^D#.pja-@܉Őt!3:4T=Ï}$9m,`%,N/^ M/bhaI<8jhDZʹO)Ђ;^x8ľT%pUjz~k{Hb(\ so@sKKP_gǁo%oJ?" )y4 [ϥe 5[NB >߮3%dz .m`~J1d[crȔ.޽RnF :E#RHr\$V䍁WۄXn N s .\_t',8s(U%c̀Pƣq.*&ۼ\6 Oe VzGd)r<|Q2ysK.>)TdnpiHԙ| v:3Fa"ъЛCO|o!F+4/>?p)qTimS--͓YAd ~ []D/{Z d߄i*Xh ) gMkߩYe$]i@A~ _ I.n'4 q4VȴK ~cŘ:Q*FȟcpDjߡas+DE[HDWqw k.' € *}}1 ^nȿkm\O_BAx K 4}~u"yte5E#̧\hhsFXn,iJb1}l6cѺ2ث:eKei 4 .4}e$ IޚK4>Bd7Q7Bjoqځ(/i#KN9l~U#pS~B ~i=jI p0z/QU$ћnK~#)թHPSIM077 X*cߨI~V~QuTmaq$) #kr2_3<`g_Ԟ7KDgE\A EX15*M88&~6g恗Cuك =82!R}aM}&bQN)G#$ OAT[K]k/dw+gw@S/mOϨN{&53Jo)jMy[ M̬ʽަ7ڐşAQxgzyCD)33C[l!ů?rkN i{t5E ]N*k_CA\`eh]e2m NިEP?ȁ/)Bپ I2Z,MHӫqĖ)rCjQ-9Ωs=eeqIƫQKYߙONPI/<)gr.1cr~9]INyuP ,Z^o` }_Rgl\[I `o[ H .qGL_؛t,)"e6?|yn߸>/ מqY{͕ȓ^!=>MXv:74yɂE<58/BFiۮ q0vg{ġMi-MyNIxZ𰺁XJacl\]h vw!Y 1kw-:&qױk2mpOSgX/%"[7~2 u-9N4Tx-<gi5kȭk*^Xȣ'l/ms"=[` ΐ[ fHG㑁wx9mzM݂;e1 Buv0T;ngaSj~Ǭ@S{ZF#u^Cۖ#m:=>2n@l|*{r)?4V2wPl \֖+ƒv .ؤ39# {PUPq#1V 1 NJTu{S6i~KWM FrG<)0PSeM XFs~&"lTh2!Ļ)l)(y!Be`-R;%%n)yyUH)?1bgXiiB(s%xÅn߉SL`)س;>ef.Ƌ{i|$vH PY ,sm]j. *sG5澅ధ,ۨ1VI0)3J$x@U2rO;ŨjӠ?&{d ~qg `9 4սA?\'<֔ʛݑ"b;fI·su[P/ P+~'WlRě r a6Dل #1qU\˃̓ e{vXs;Cxx ^iL}BR.t3cț\I2 %_i8hZZzƬE+q+! =6́\c<2lI߁,av55q&mn/g-L @~?*"C$N 'm/ w‘2wݸFRWSTRm9|clP-DKH]ʨr7Kâo5p*Wq@ + ]aߑ\4Lnğ[A:`RpHJwދƈM6m@FZR:zPB{#frd; sV5. ]EOO7(2޵oF\i2?ɀq+kw<""wts8lٷnE_5BBjHȟQCh)Uj^G7to4q`۷Z-?1n0l2\bZT.܇5ue\3璙)*F D$Dܫ!@-8NNn8gf~AB|̒wr;^FZd4zSx@aaMpȋ]BֹOd\G_v5 e){D.]#`vzeNYQVۍE1.d1~iULʤm e f_?[zރf0hڭpWnEk2GM+`dy<<)#ݡ^,4h!qһ =̶8R|ɺaho O\j)`W(X+a`)T~ ꥂ癡eO7$EZ{엫 lZ+axqV- =PvN˖It+vF`~R4 W}Ku<`#"[<|r r]:P%{^n;bPF>'p)%w0+iBD^N\ /刍hYGm|F=$6nS<>W97'VOz ;|~0tOX՟Q2H 3g [sSgR|+ vJ~B.4uIS6RL@SL?UoH{mOcKheB *J$LH~9(ɫ츾f Ӈ,kBGY/Aѝ!uL!݁EZҬb_+2 X֔; sd/UGR^m0;gTC_-5*URΦ]}gsL'[)\=w︛y[R}Qe}337x 2ol{m8 t Io{z)qjL܊ލY{!go۞4*`%kdRCmaF2Ӭط,W]θ-τv4%Z#h/~|WK;[>qo$ ArhAY2{=~hm*G{eM֪;t"n5w8+po'ϩ[3#Ke]5 dj"cVwlʨV uix[9k$-Ce5sטu FU@q6mЁEA"=￱R O3 FXrVNӦȑXvj8hѫ ݎͳCנy~E KL b|QYz fKX|_sg1]OE4pg~H׺j}RQUy d<uIvm!lJ%qQl[ q|f`kAilٔ| c85xb5!Y֗B39(Gq~y#pK%VKil/+D rz>5:TD^`rBGM۳P@-,*2'D "*~#꺒Z'i\+Ϸ|ȑ7|ɉ4woڕd >@FJTTJOd5ɒŃ7ō;8m]ftJhh[cˆCਗd68z\}z!m>d8]I<*);9ZRW[$FJ;/4lr%,o=7#nFZ6: J?f) d( 8>jYTz.y\ԧCK}sX7ަ~:5wT@B^\paԼ"|/`2`=Hi0ZhDdų;d0 }0#f_NaߗHq%!v |q@NyԼƠzu~N'j^b1;x7慏H ~6.11dܟ n@UK=3tQѢb޾աANF/!G ?Hح~ƄW-?fPX؇K_*(bȧ1>#qGhK 7vҹ1 Q7P v09 i7JgJpgÚ.RO&rbO&Rl-{@RX0TܴeGv5JJ]]Vf Y{kXXk{ WdBb^:1QF&off.S¤j >:VHS3IY}E(_DL9*BQ.SnX);40_PĨ:O`QTmlHڲGE&0[9x YB*:6k jT`ZpHny=VY_}H8Yfub\ѳ`UL-ȀVⓧ!5Va88{Dso̫2댳mTJ.; cls\?5OAߤnrɞxNW塧dtĖeo/2-$+@Bo <˘}ܱuk6[%/va\~;hI{r@ I F``F#>J}:\ϟR(2XWhE.g,{m>iŰ|@|֭1k,VK&7ȒjZO(P 1ˬ~RTB߽8-"- -&sGm-mbea=(3Qu~ai |(-;viJKj ݂,]X,+|P] $_뙗-?umŵ|n 8;V{;g/`z]>CA`06  u;#1:\ɮi%MPvaڇgӽ7sR^LEq=Kh[*z%2:}åūO׬h m4VpVWA GU$QH7" t]wPkjp4#VjqLZm:GAwOwA.2ga a}-#siq8-' 4EK0tT[c@V1H»; s7KQ`.dSd @?,DP&R^XEb?\ٷpJY]\}Ŷi`hʮd@YXA2_6b?%}Gc+c符EBheA F,Xs+T^&Y,JzEd+x8bDhjbFM8l;D9A Ik4I¥&?\ `9W_GY d)-j%`N=A5|ՙ}eV^R9&,; "vŰQڿdK>1G2 P .CP$] HIڐ}vԟDgխe(P>zGi;sعЪ̪~e6iuutp9 . okHt`rՉH~T8Rww LO Wy1 "[?(.,.V >4(hP1Y|@i<4+ V ݽP킜HbĻ79jPq$>DqƤv,F1 0 0ҵ_%56i'lUN $]}5/^Ccqw3r5KveZ ՘lVUli h9!Z,zȡPgXouL]'fAw@/r;Ӱc8nXZۙgNBݗפ{leRuΗtBQn8F]ih|-$t HczWhXqa8^[տ3O܋潑S%]MI̍5ןp'5˙{aQ]5GirjYIoC1O%SJ8m '1%Gpz@#.g60;Ke(qCd B8*9H44=R,.]=.܋3kkD{t:P8Cg<&]pe6A̛0*"β1%I(]hGq jJQΛ>亖XnNV'J)Fr6¾wە,_"#jmqATW{̕Pyՠ_p N׫FĆ#F HJ{zR/wx>O+ߘAs|>q>3MHd,Odcp#/#XU74-gڕFmս/˒]?0|d^{'7V\ux 8| :RU2}Gށ hG}aJiVsz~-ԼJ -<2vMfF,kYYyL2Mј$8~ru4FBkԦ엪ۜ>z QI[*0. 3I,@3&r̺6J29x@7VqW [MGt8y Ѻc4H q d6${PUFٗ q)p NO[$鴪O7ZL6