systemd-network-246.16-7.28.1 >  A a p9| 3xЫiH*g6{CGvL`T&+-0Pk {L42|;'m6f1!Pgb_Mu)=dHaSDyVq['/<Y$ 0|u'qyvIv`xy6x] a*$YK?曄((=1!86zNTBNќJӾ'{gP,Z7b491cf89648a48872789fc52b9080615724480c58fa60d30ae98c5d3f4f641119f88a882589cba80398aa6f1e23b7884becbf74 a p9|2Cʲ|H/:ݡ>vg IpF0?0d  H "SY_ ~%& &V & ' .! .H./M//0p1(1(5X((5859=:[=!>!?!@!F!G!H"hI"X"Y#\#<]#^&m b'Uc'd(e(f(l(u(v) w-x.4y.@z////0Csystemd-network246.167.28.1Systemd tools for networkd and resolvedSystemd tools to manage network settings using networkd and resolver tools for resolveda s390zp36SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Basehttp://www.freedesktop.org/wiki/Software/systemdlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd-wait-online.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd-wait-online.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-resolved.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-resolved.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-networkd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-networkd-wait-online.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-resolved.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-resolved.service ) || : fi fin3@) Ne@x@x(T큤aK@a a Aa Aa &aK@aK@aK@aK@aK@aK@aK@aK@a a a aK@a a Da Da Ca DaK@aK@aK@aK@aK@aK@aK@877c7e3ffeb6fd93cf3ca8ea9296f0fcb8dfaeb56eac05190fd5d5391b7c2b2847421fd763323088c68e7bdc9ef30e830365e76d81df2cb5d4166bc228a514fefa159510b5c8cbff095463993dbf407302a7b7f136d262c0fa352d9d32c83c4515869ac4ede3db7c4ef87db59c84559dd1d2e8a86f1f4217cb2ce81c6527b9b214a57cde39fd1f3061d6bc558175c349e18738dd75df1d1f0b3a38bbdd66a39e7f2c9ec637b052a3ef0a9c747b4bb14b1538dec804d8200d6a408451116327f4ef2c45691b4d3545551a385aa5f2ee148892fb5c1ede9093cf37cabc84d2c78e805659d1cd24ebaa99894d29f91f4ea4e6d394e077e4dfc953e5daf485d573f6322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e0b8271157e2d23248f8b9824702ad7c306d994e258c014e3723e38b51fd66c750c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319b86770a3eebe3dff666816fc31f782c59750c8be5e7087f2cbc87b36ed24c91d0e02fd16ce4d7d855d3819dec125c222e2e3c01a199bda5c2ad464347be230d11a551778d9eb2bf142999059bd74b42992d214121b210393e09e5380d5aa3ecce52aa61fd365cec4e00fe579c6c17d407aaf3c0574ba6b5abb8d806f6ab68d6a98a5f893a73fda212694e863e259be2760d3f8a63446c6516a80715f397f4c680d8d337e3c4531545487b48d515899121f6cafb5f958d998afbd7443e4ef03620473c9c5739206e06a41cafa2506694df942cd5b791914926561918a5a2e21ff7e7b76ac40025bf91773fdd7237ff357e509d03cfe812f03c00b6749e7f85563f30ba141293ee79b8018a79d0fad06586b961d092c10fe5275aed015ec018c8b7a7c0d29606493abb265335da8aa33bf80206efd85601111deb34475f1c1b44283dfaf1996f005ac5cb059328f447dfcb7e2bdcc688ddb14310c48219422253d5278c12d256d55c762d79c7d60d2f672e6612cecc9babd994acfe7bc55d1eb1bf974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb09b19d806f8a95f13126ca1454b1ff40122ce03dc97416282fd29218de92c475ccb41a11b64a9f97725d87e5679b3c184537348a2553042d34fa15d54e6ed7065abf10f0b71878f90516b89d205a7fb2f8363cec6614ec717da88c2acf49c276a5resolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-246.16-7.28.1.src.rpmconfig(systemd-network)systemd-networksystemd-network(s390-64)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.3)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgpg-error.so.0()(64bit)libgpg-error.so.0(GPG_ERROR_1.0)(64bit)libidn2.so.0()(64bit)libidn2.so.0(IDN2_0.0.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsystemd-shared-246.so()(64bit)libsystemd-shared-246.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd246.16-7.28.13.0.4-14.6.0-14.0-15.2-1246.16-7.28.14.14.3ap@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=@mwilck@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* 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/shs390zp36 1640172732 246.16-7.28.1246.16-7.28.1246.16-7.28.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:22194/SUSE_SLE-15-SP3_Update/45c661ac928f8e7a65303757e911eab4-systemd.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e632982b7f85a30fc361b481aab93f91dd9aeea8, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a592197471e1f6a016f3f4965f57cd007c4be789, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=28b8c31c3a66dde32f3dba66d628235657baa296, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9756b1e949497a6886ca4952083f143f6abce882, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d9e0e563eea9df8a057a15e7bcc84fe01efe8a5c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=bdb30cc310ef26aecf233128b1cd9c8d4182189e, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII text(- R RRR RRRRRRRR RRRRRRRRRR RRRRRR R RRRR R R RRRRRRR RRRRRRRRRR RRRRRRRRRRRR$S8G(;Bߟutf-8bf26ab9bb10cc937233af78707174fc0c19c204cc5daf7d9dbf4352078a11594?7zXZ !t/N] crv(vX0h-#<|0q8fPi~x4h`sd?JNVHaGwh"Es (16GՂR/Sӎ|M,h[FWQH_׶H̰CjԤ]N|cJN?0*5 xә= D/ Y8|k3fcLm{N,љλ'̊,ӿBLB D۹= NC}_X5W,"8XeM)ݜvrIG#IeqN+@e( |\RX?{by k򫓢xS@UKyEr/d}|`ws/jR٭)A9Q%I08dQAu_q#;k\  5bwI`U(n=K=ޫv[hv9EQ%J9-矙pRNq,SCf_jU(Xe7BON6Ub֖rx'ջ*Fg R_ SL!.;-`Dϖ6=0LT6ý3mOp*7.%[䒘^{*tbQ|rk,k&S{wȜCeݗ/W4Bbj/Cy8&җ3=fi*ʦca2ZR-MV\ re̷е;} Ӎw01{ XX9Ik\= Ĺ-֊m5#HyHܳTY HhS3ߐ•1bV.=˹8Cg PUslbM@AJ5:N=ْkvc7Hؙ\ùU:[ +[}=0L, !I⊟tV~23aNR.<$,nRle&QUۏIRGȾ Z_,Xsܗ@;&KRweߊݜl2AY26"Q>;NPF+{h/p )wHa[‚6e2L/"ݛY|^|,v93O8NڗL kت+7>*# eKo5u\:H  $d +͉ gk*Hɿ2fK4̞k7piLEePjߏzL.TqMA^X;Hd>t,=DRKD8w+~|e)JpOZԽ`Oqlن'\*!<[3]^fӴOܧ X58$`Zr+o#nq#Ϋq V[j,}Fvљ/=QS,:e0 ]< Zur[KF ZE=p"pS յMD8&j81Z{t8 -l-n+.Onˆr 8N!^;C1znl JKfIhM+Pox(=W();\]ejm۬u%YmA_kSq*{D+ Ĵ>mvo^kU<*Z}nMH*>݁X;y<<9V4JT%,D#LOB1e8ǚ*fp yZ/PXIˏ4~1PLзN=z7ģG 5^/7i(*kư `PWtQ5m~bbO2d#̴Mc,rm)G=5Awܢ&MGL5|i~Gޝ{䲞gøO7jn4ԛe.I9dv蘖^w`HNaO$&%qܼel} !L묦Pei?Fݴϓ^"-^$q_w6Z1!zO`lҚ J4$~wZJ% k_1]$ì8?n. ~N3;~߽cAqA=9^(ڸ1P<^1 m8ffK=&&^+;8pgj G- cP@|4F>Ȅ~PǶD%SkԶVI}!y!#q-j^)E6KGhԖõ:;,GW'vD| aFA1TڄP+hB9GEmT(ߺ::rgb^^7Pdx<tAq82ߞTb6Dm${<$r&+mR AB"$2fNay((V, ^SWeNū6STR_,}c2|)i=e&06>UC;Kzkc<LAj[6G4 Bo4RsLHoGG5xMJogiւ~FRkJև*?[+CO, K7 ߕuC9kLkM&H,T,'UP/p?ƒn ʧ 28,zPxe$0pˢp$JiB̌c7)aYQJȾBt~61% reBHN @D˫a93V+9g lBc~3P#.ǡnŵ~IL0tJ~dP{ٕwjUnx|UKq֓(`4 $!Uķg.{k[ uijL(2\[|~vfiHòi'ns}$wÒyob@hC@ZBGBۆ[jbPøam\v3>R7XYƔE {`/B} -HGY];'$މ$Em|ߺyLBB s OƟ+5fwZEҎT2Fw[Ԧbz]#,#_O.atm/k @Y#){Í۫R$'%|@γCx+uߏT_lG%u<8sǎK`Rml0yyWbWa(R`4A]:/ne,ń- Hg36oֱzD29%#">YfUA9^yc;\bPB{Rxeiچ{ 'S +tS¿4=#յt:~"Sb'5ÒfSK.}gVVNeuanS39'-uhSεq)L|Xۻ}]}(Qw-cCE`U[ur"<|Ζ;' gJ<3q4*RuV[Dk Lolr5'?i/"/T—ju[B t wbVJZPd6]ThSf%w3FY ŌIi04$MdGd2jƤu[- cRΛS:#c$ SoQ*HQ(nW|l}jgfoC1*󀣾^xͧ$rz6wgҩnZ4x}έ^>uL?o~$߀ϔ++콤hs nɮ8+?=Z9ʀO_`bBNt]ظnY[?}5X1MSjͦohPar "ĥHn) 㝲gŘN?@FT$a[?J Gkif>h?6ڜ6 {+ԡIdPD[}]4IZ^[<󌍥 eo8ػ8v:VO 2K4zɲ$,$Maʹۓp}IGZu>Y׍zfzief>Y7m}jQ&Q_p .uE<>zCj H4uMX?ZE,/H܏q=st {*ÒKԣɛ-QfI#*†3ZB;H_axkxxCOO螓 dٞPޟxS'( !z0Sywx\-7z/= * "`1YK\Uʹqxv8S^bR >H'l1տ^3=:KlP؎ P"m?psvR}QKcYᰱ4UB"LRɶ^R8Gfһ <8,.^}7 ,׹f٘ zMG'|~38qѵrA\tm]W,cn$@OMVkjN7Y'DO.wy2+Q\wQ&w9D|h4~#1^EZìo.%G1 w$64GY/:q}x?JO惐2w6(a*Pa4K_@ЬuAEDY`AavSM㨒%@!:$]L$ Hx2o;nSGuU0Fr (a}KB b KhGlpZYnYNy@? /"/c&KݞgmѸe#X95>k-7xj#):2Bv*̟B}ehÄ2i|ʖ%D6jK.)^8` iJ+%^ٸ] ih#b77xq^ßCpAè^P*\+{%"[C5%Nмp \ԙ} /{Dh+@WJj5rtI32Vcu#=/zfv.T"A\0'E-[MRkoMԨ5FajJ2S!󦎢90+'m\^t4*,V5TH+%ӟQ| E\ꒅ䎚axn=QG7&n a Y'T䧬9ey]lCSV$PÓuYY@}K02N~_uG*bg#=BJxX\mmZDM2> Le cL]e@i!W'fF}@-n>NQȩ 2qlU4Vm`4vFzb<+mj&t˔l޷YDӗ܆H)JρFO^z{A5QޝbCˀ5 uSߢoRe"ic6yA^(+cR6gNJw{+f,37D=zrkzurjHReGug0ՌQ X7#o~՚oCΗHjQH3!iNXp[>7c-/La12JYڋGe[apީ`B2v&㧮;[`ni֢! $c?M\`sa4荔Z.ytаLfra7lDՄilIvLix{☼vH98E}fXk1Kt$Vd^E*y}輻2/:$jLe;`17,Xn-+dڮ o)%?IiV93=1~k sx$@u{ńٵ*ϒ3/Hl?j[~4#1 =6SvJ8pH,92$%wv ^lI=S 9U/=3AFM;͍{W$L'/ h$`u`^L_ 9AkgH5T;@*|-JLz}aoyq/hnrB`;\2 Qf){98h"Б:"+@Ŋ.TE;B)2 Î*2z(gm sǼ4_G U,f~ OrDB 6dKT;~/@0r?ɪLk?&sS3? {̋`ӏTz5ܘl`š=*Lt&0PQA7h$a9I+8 -$#(vN7/٪gk#'}}^w윳o&nİn@H(ųESŌ]GBi {k-Ps _0DA";UW:.35:ŏ(Ȓ&v|5L4̏!`a秫EEk K1Tv{aEX9*&3oLw-UB$ׁc+Dܦ7RM=X}jV74J*H8%Xj0z]Gj#0A=d>qVZB4WhO] ‚-H?:d,qH WaTkLMfJ+y|2:p}kTk|C^ I2NEjJw1~EJW#h:|\oo@&r0KjNm.T"@;#HsAN!C=A׎Y&"D7&+8yEe^1V$7&IXS%nET\nON*\#IqsY/.޼??y{W8& '$ƒ7`FEtpɲK HdCkh]Yʷvbtذ󴨓WŠD_E̜i&'CZmdAGH=5LjoVNQq]~bFGn&Oqiܱ|?_0XK.hOvk76嚛攒`l*s5D^ N=yHeXVoˉ,MWL8.{z$~/!}0 nMa6{qRd 9=ťmYJ).j ᨼ~y`'HJ0JYv7 8{XNϝ߻c|'0USC xWЦ8YXZFb#%H. ҏ9t$0 o23YLM]A<&o&ߙ zm- ê8uȈY;4OH~/ KiY`P&YB# V( _.RJ (R{ouuEm>@kf }7ml`#/Kr̨J˿hO!6"ze؃7!~~o.@ iE5ϻ6M3h|=+O%y_\YJ!S4^+r"{k.'y,A_ soZ$0),] i=6u[x>mPr\ ݕYs%{$6>Mw_K*+wGꉴh [_iU毲$<^gWM7 c!]:`^5p.LVta-oˉ?,kxYZ `\kop?s_JO} m<ߐ 2AfB=kHK򗁣3T]l)Z̗jtj fkriPn 2&r?-6.5&{u$-.`egéϰbuv|]}E Ӯ:!)'30"BQ|Ϭc3]D 躨J6 yוNJ.ŇҙrjVpmR0B6?!f!CrOEzHҋ'a: eVYnxmXm/m"ZUt5 51J eEu_!d_R)<ҾvҞ';n!N:F{/ =]\Ms"!EfҪ8DZq+b cYsmLj_8n[~\į5K9Gbݽ}ܪQ䳮hIo2̟F1?Or|tGE?zÓvsdjnPv8eߢfj:_OMlZg"=]$8shh}EV}5^!zc>f#-fџ}RTQ,s32*k{BVvA%]! :.BPѹ9DcL?/"ɬZ,g7Z]ˋoH/7xDW^h/i~7F=W/ȲwO4姜prܼr{<;sc4 289;-Mu9p˚x੫gOS0C$"5Ih-].@#ҋ!Ѯ(Wn Zy$i7gbF2HZD3S3 WYu:9YbYjSyZXC]4L߹VbL ;[tM`TfN+sgzGuZ[O`w]4Ny,e0\ NnTQMO>ȡ-gcMA[ؼ}x$ቖ3˭>PܼaC*kqy7%0ьv\`(~<ëPbI=CJw !@*PFގ-IO%3/⦂?8? '-A7z;(yԖ9Bu k0ۡ:g pNu uEJ DԌHCˍG@D/ՋfPA wb*wAM yٽS"R=*8ACpcW ӕ;q%H %n'BZW}ZY|2n ?\}%NQ"csU-6(`hݗq-4Ű)*2Cl.XGH+qA@}'rek5$j|'5=wcs^} WQ۲FۆpS3 0-m2lquiy.%A rZs{}bTwWXlcyr׀r<N\@G1a)ioJ[9:#sEN%!{i6'PTV?]l$y=$Kכ\ 16 `_=X=dhAZ4}q^VH_ip,MY_[R,/Systu2ٌޞ[)ݹ8dxdE`qܜ PUh?i1Q3uK;*+I+/ea%_U]ZLK@F?B=cGkԢo*h0W;&%)ڑC8-'3Ƌ/% ={%]:#S W:'P!,gt@v%+ T84O2Mȳ$ŭQ;wTᐱn]eI(ջ':C{SR+p CUM_t/q6^˷K@1}Yk /},uid PO;5c<:/ו</0Au>!C4zCAl &~}ۗ9T&_x$2%cR/kwJҔASij2dZwg{|"s<}ƣH GSIdHxE|ՋgP"J3]L4)#. rWIpU˵Y)5.(}s+Oθ@2~\29bzO"NTBj`:lݫuxHN`3p(:2cŠy屣ɠP"f̡ >Q'%b4LR[`ͅ|xKWBҀr4U,Rgu;[ 9* +ڮl!鲢1lGX 5MP~)v:u:Nen͏7ϓIco@fMzN ka]ST!_N[7&ɮ. ENӼlu@oJ aS\HI C V*]fpQޝTl3JD)nnVG]Uh8IWi)VI9@7<הZX=drxӹTqf*qupj{<ݢ's[B>Rl,s4ж_#kѾS~%^ rYblP6x5/Vnvrv>^`A)SĚ܉.{)tHNE#" doj/t͔ApOj 琬 :(yeBfB`[йdFlV@އY yĨ8g  k"\+hf ʺZ?Jթʎŧ"`!nv#Qni)SBQ&Ar!DeW2Ls 9Qs0pZ)o=bTu3-3 c@IɜULXe $ݓ3fG% Ր 0#.$cnq<@ 1$g)b"M&OE#3ضi?]{]G܌aA-uHxtF qU;E C `@WR$5UӰM},9& T+)V0Ӗx 4c;+E2>dV-&YJ4:xX9Pi=&^84j&.3 h$xv25Ri2זjDFKПB;nȄ04;IϦej!jӋb5\¹EPmWPJ^ 98\hH~>{Z?zõ-78pP?RH$i k.yPr*qR*.S՜bY4*Ju Zhe"3V=F)1Lz}lg?YOOĊsʚyF##pI3ǍMPЀjߵrLGX ?fox4_V~=JǒT 8]/]J_O{bB"JjPG;> 'WJkI@]6ɰFv1bBtMW\(QBP (\qT>;G: zU@Aِ LB(=Ւ9㵈5qV6l~HI‹߈6-y'iSɣ;C|> i& ;Y6i}d{4W'4o)e\#w0OEYeIUQ-I[kÿhW۞Fz ڕp9ͫlğDWMZ{v~Τ5-b]% S8*PN(!M활Qy'`_(OTo]ezڒф7~ d*_ځzt*GǕKj'SFDeT3(f7ZBp69-ڰ if8.!Rb?NyR^pM'|9{RazٛީI.C{NW.~F=Sn;q˶VܘF=_yE emqg%^yf(")pѝ0YpP}>MG CHH[gJ="́?"9l1㼂g|ka *%&v56A70?9sq[,-;~\h9uM/E:-- Q^> 6N^ENr0e4)+ J%`˼S+rd'`J)K)_u\yN_vd_Jl5/}S-;/NcpmPxIð#P:\mr"&a@'G.{8& N`5e;`XQڑ;j ,J6>e,pE˜ܩ@K[6X\mE`B*Ok]&U#;.45C66}q}u$o=N*q*5ԢǶ3j:c $/LF`Kh=\@_e@3bl/0:*]/y{ʼͲߒ)ZZ#%t]QjR˞X\vjo V Po 6OfO$ ?}g_i{pW]^x"5+v:Ps~CktЩXg" .nbˤʏ|`=|d?Gkl'捾MldKP]a.ãcf5߁FZ۝KN1y8BiQaǸLۍb@}hc|1 3s"`@dNL+U_o3[#\k,Gz!DUt $:pHR /w/nGL.db S(}a2R$<z]\Q 4jx|\ i 3`bePOɮ pe0r\j26|U IWk:k<`0iZw: ]:YvKk`$ˢ KΏ5>lxz0@ö%[D!0ec9wH;Ipkc9 4 -q'Hw>R?SW@` abğ<jC kȧ͹gUb?؎;=fBv9Q U9:F=x)g R55ƙ:U1謨3Ɉw "T%,:jb <"+9'oՙ$l waڗx@>"R|kX]j]BeKxd؂8`9)0B9Ƹ2 X CώqH5KL뮲yȿ\P )7xKchwHԴ_77O'}+A˖#.C=#~Y'Ǐ.1O}Cr|~8AoSBLpOX^ 9& {% ab=0|x8GH,9n+ri5ƑwAi P‚ T6,& ]1 Tmp u)CDL?,!7_WU gV?nYlOkqQ2qCcSb/4!&ei - kH 8t0Ե|{I?‹P:s:)Z>l<p]q䌯OS2/[e8Xd|[ik)؅<0SVqT)Űiu$ a+CZ!ϐ?[ 9~"B  )w D~'zќ}M3_m4,$ M DiNqr W g:BK _죂~IMLjGD' \QqNP!̞M ubק{=X$"'[Ӧ{$+Gad ;e#Ho6\,s1Heu^dJ .=4fA;Y9k>Q.oQCsLZLFun,@&z'ww坧nUbB9eK:W}9p-B;ezfU=OI눈rrnvznMRx< J 2+}QE]( [O\"΀4nf \ qS. ŏ ȷatcۂd~ʭ@$fgLw$7 %to}-焛0G<5*Ls_N LPL29c-%k ( We(U{v\ L;N61v3ȟ~a>:}$peuSW[Z/lpZt_Q/]3bW\";~oXNT?#= Yliʦq@/О,+ˢY!-@|xw?3@y& p[((Gw8ǖ: ٻr"#nXRNȰ e&Di-`QHQN0tWx-H[E%hOph-mxug&p}ԁU?&,Y" stCV^>ct=kp9963<18Klo3 WZչΥ {lnϛ',*;qHv5{cC{7u, (%iM}/)x|D7"ҟh<(L&@˗Ll5GpL:b1֎mD 2NB 9Ta zYѢdh _%+*aj+WIݮn2[|Իv[owyA"xLp־ Fjz6HLYdC|`/TP+rUrkZB^N(QPsϞ}ص'c@ oAӿ:O#vwy]gg833_}fFPq|Ԡ^@jNݻŒ؍,=jz{d,۷lY~`6:ahm=(4˛J/'*%U]֠v除ZGC S*ysлz>8R(h `gC QB%cɾZʔj)BVy Ex=oe}o̼ GEh :̋2MMSe{Þ+,l@_?@O9֘ S*x;cn^e|9-'(P+]ANjZW*6vK0g XGdRH(gP)A&|㔲jFa30]~;FhʨT k'h&J~u7lU:X[ObR-EFSs2>g KIJS%)x/f:)4E-@~jxY^J!8`׬;.5WV2ojrˍ#+3*Wdz5t7"ǮK [z( PU}mğ4?O^Čxjט~vU!Bq`_U=cvLǍy!*sr {r]$| $2b0ڍ, ̟Ɇv?M ~O]ѡKh»ˆs[67@ΡAAf22&6KtF"nU 5Z{jo2-ᾊg!7y*<1؅ Jzn7,*ac g$'ڟqMTscڵe^Oq؞# *tCO{} 8\7F8Z~˜W%i~u`-LHANdi/0G{9 a ,^NKLJ`۝8ՅӹFbᰕ~k$?2[3&9|.$ClE^b185^Ӓ Kr\j]Put]ɹYWўL,[HX>v_))bY;D^8$x_Xd A%Gx5s.F&3y= HJ|llgw]->(f;#bʖ'٣[7;mPպ=*}5N^raљXhh鐒@rq?`nO\x'u)㧳vFvwX+2VEg~7Tv=Ob¼w\)Ӟi'gae "}p:.W~}:(lF{/ٔ`ck~&tDT`Ŷw[لVLЮMt~Z~7zBGaLcr ˕^҃{ɭ#B_"r 6T!DYFjYaFxoEXI=fWVz@n+s];Krn)ӧp"}-3jֱ.agGܤ&f(غicnVצy$ 1Z+ȭrNʩV&*Qe+sFuєҨp 69\ ~! pŅI%!%ϭOy B`J%6n@@dL ;) % jp5ʤ&"EQmvRD70ocX5_,GA\Gbw%K-OWH"Or%ܣ;fIl'nɰ1/BfslMV0-_-ՅNJ<_q:.|A {Z j`i70(w+*N>N&g$"5Q'Y_@dM߮f~^_(itmG|7s]sȄ&uNȋ 0 UXa2,nb]>ōƂdyt"!Y,, Hmvy9}U9Ԁx6)X+%1ObXG`JPUL} Aכyifvj>s"fE{~W3wpvJ# K>ѨoGnC0H%jB3;h'КS JWm77;?G|,{ Ml)[fWSҩ6QqVON U(Te,,UuJ-4J]g$5å;:أ<>xr}P#K+GVÞ pbY@\%ѡ {^Ʃv+Ix|NrY;*]HB2 GsN¬.#Y*|pI%_u;X).ঊ-$6(a܇WfΒvI]"PՅ@R<^@7@8> sdl*p66+Y&j+U:f͓IqUx>3ʹӾ&=D, WUW(tbDf)h'f~@U2U/qy,7UO # >J.Kl]b[t1I,hIDݾv,](ALFB}!Z@ٓ:\OnNZ,BթkQu& fm".$ Yff+æ"h edƆ,1`ݲ1ru2'wYq2zGvC$ZeJ"*k>9x'ZoᅀIZArkOK(fMl]x*䫫-^gh:Z;cO#&Dx^wn׈L KXDw+2L;+Yt(`pĞmP6]F6N?^[K% GEPxIRHPW3[rZşN6,d ({%Ǧ7|J75Wa9ހKU 0lf~dZWkP]:*y=~Mv{uai]|f+|N5}(CIjrUcq?q R JpQA9[R'4"^tytpF-"׋ٯ*meM =.Nz!cYPg% Лʏi#'1Zŝx LP! U!( ZeF:>#X(*jCSmqkHbJ#nOy[00^|S8WD!́7zBT;S%J&;Ǫd;S~CNJts̛0IT::ɑA0JT~4jg}OW|~ [0'l" bBf iK\]5[uק_Hƀs`RA2;BѤ[:1#;)=Ƣ݅7M]1?~uU DQ#M(4?ݶT[٦Ҟñ_Mx_HPC s%E$Ofײ+z'{nH(N4x†vxYYŽT-#@iǚ(|0p4246D}y+L_f[zw_dt"bhk\ԘIuѸQ|ZJQdg@:l4P8v<Gh,z0ߦYA P*{+'AJvhPF?$,5ol82daEIf8:-'A?+Tݐ)fgуЋWe n\G^?J ]Il\?DM\&!/%0!tB>B[5D+hx|Q®h_qa FF(K$NŨV4=?Io\a) (~< OCTz]JDzAteЎɓBM=YB{H Vu*Rn|,٤{TUk:(UM4:4+O= L3_]C}b3Pu!b'jB"'4SwpIJj;`Eew4*) YSg/І"?5k#ߥf]hXSŏorPҾjp Ih@nXnhn,-%Х٬y=à-YW:}ߋq$&% 抁7Efn ܜNKM'*ӝ}3qk+d; &(Q7גM!h*v5Z&(Y57ambX?i/a9lA`黮t>AwN\"v8sW ZNήR?u&9"bg|M4c ѽr/wJK4j,5:l`gfS봥K"`-0(tVRmڲݝD㺂lvmOeNf:ʘc'{C{"'?Ed^ uu1Os[b J䘻,Fs'7v:DRAJf>]ewg~EDHu \g+Ν'w{$> ..F)eZ/,D0%JHeQpJ'BsFGv9U[U.+$D4PB\r{uз#X TȎY jl?[65 vCSxJB_h,9@5)aL v'{̓HlTp}[ f)+lK~f5yQl4֞WАTBBO~&f#Dv.HrFTVms(ٲ6hPM9Pk\c?o(`=z(苢u kt)`zyZfֽzyϺ฀ 4q)NSG?93cC1y_P*rH7LtE?x15̫mGأ`:\o[{@(ņ5A~yb#TCMNC Hצ `p-GomUzO8 laڈ4c]'az~@e.1:ڶUc!UAa9:k6Y~kX|ɘ3wD0hf]dչ+Qeq.X42!6HGxqE2 n'RMNR JnuckLC'eOF7K" x}9Q!/\NĹv#0JR-TB-ß4NE^|rfp3>"#lX!ojɬn6 LQ#(gYoՃ~k6OBkz̈$7WJ(wI /qH\G'C<{NzVGYK0? P`RCan?MϠRRcZJ֎ rl}^dH C o&. "UCJ>7pE|S^Qm$5i@kk^[e&vЌl"Zs5ꋩɧU˻ՌZL 1#" S_3 RZ5w`desWzW_ QQ3'skbJ%\/T1( pQ2e1QDԣ^ "nD''ó'^f5ID6pmhUW9g| aOVw}s.2/&e(MN̻ 1?ww0 T)2Ep4QN(3 ISD:n3H|Y(]Cg~X?YC9d]IK>['qs!蜴p T,^~ ^ąbpXݾd8(\:$ 3ҩeнuc.Cnnܲ ! tϧ/,+f?'?J U/̢ZW+YwъcM:sho4։E`Gjw"0TH?GX`02SP&b/}d 4ü${F"kw ,N 03g慚SWqP)^##\<^B@Ϥ R3,Mi1)4$|.Pg+Wk|#ewPVິr#0uܫ #֤DX}93+a\&/pc_44-fvZ.$ 2Ρʧ:mƧ|ƈ&o";:Hi^v؁ho-fo\:$_BB e6r :̱.[UmGʈ9=̍8+9Pj(nI}ӹa"p0UnVnPTxkCrʑKo󮒼E8hVx3g>\1cz׬>ىܽ*dѶ#ߒXڕK gʼnC˖`ۖ(. |Aƒ2Z(Ge?̭P#mqUexb5ۖF3;I'XjZ> Lwϛt)fDH m,&ey<\W|>S)M/C|,hh߫PҨĒ,劭w3/G*Bn5HNIwz }Ng)+1"rZa7i 5$щq9qg7?ԸoLņg)JZ?sw7L.4-bKϱ،Es.|}m{XϣB rߌ79T acPFhlk6chBGMlVf-#Ob/\2ݳ[;_=mrŸbw8sTmMu =*eΙ6oOd>h07> qk}@!F`b66lT"7qi{ۼAq^,t*ЏгQoZM€#!ͫYŝuյ_ecj&Cf-zZ2hJʴnB]_>qېyc;;yU/R;<\OaqJZՔ^`%#-b{F z"X<}FvFQyrHhAU[xrcZ5|I!DT ??B ]u˽d,JVMHpD7oWaҎb)W>Ø(4\Is?cw6 ol =,:᷃p%VpY-Y:d!ρ3]UD|8~SAGʿk@P+Oubn AF*6q};ӝ )s+Bz K8bTY8 6n p\p >:#ӵon. ;l^i6xvƧvY?Pi9;yj0^/ADsq#Oh1ikVKubl c֤dk9#|AH4x=ama+E2"w!IJiab8O>ʨౌ d|R̕B? Ǡs = Yyc1m9Pv"1Pҏ4c&cR5GmR7`Um 8ӔL)鸆X''vE%տFS)u3,"\A.>9q]?M* YDvx M])2R(8P8! Cj\0Hm~!,ALCC-U@ &i, "0][3G-S$-áC.6=C(Ռ} 0"%N;;c:<E@D7w`SWz= +lGfJOoeQVe_oDQ!C) &j@y綉t׼YN^=P@N2|%:Ů\##127pHkp}e.`DNy n䤄O8DZh\Y"[0Yt( T9]E@ŔB5+_`{'MNuze(|۪Qԍ,D2yc\BM@Y>0A kU҆Oyls?8̅ [ͣtrօ[q^ɆC yKQ- Ѫú^ӓ٦Aj*8-uaP+@h\y\. ?C-J -5\g*x)~*Yj"ΜZU OoXh >سE4ݏ I#.y ⢠w; rc e^Gy h.S2(u@ء)Vf[U tma^:լϩ'Jf}L:Mc*vcg݆W+&δ'Jav) 3I& U9~Xg,. -_/3kZ- oY |UȁїX[4 |:"~Y1ҟ'FK{0CΕ!~Qz_^3!lk‘x93ؖ'K$Bu9C6|Nce'hp "/*i,>38V5зLWy9yޢv57,M1kߩ5I; lVWt jiT)AELJjg upR~ө}6H3UFuFcL,~*PvjJvM"cJQ5`} (:֦~)>͍T;(mO%Ayb~KQ/\َ_c@FW~1u'KSpC̊ 9L?$&q΅%S0nLG9 0X=a4܂:>]r8|WL#5w7lAiـTF"^ƒcL?/jNWW$^l;SkXRsXMb,$ E.|L?Z1"MES9?`="rgXnՀfi$9fg'7G=_L_4SCFz2?_z/dY98ql?Ek+dÆ'6$Œv# ɋwF}8?Z›JTխJ zH%VjK0xB8[(bF:芥Ɛ @C]od+mʤmA4zqWy9-7mۿQ!U(֊^2zl7Kn{ք֦ }wUuA39VF+2c8QWK;㔄<8}9-h&k\E/ {ǜą=c{IcpE> |2+}[ AY(N^K>x8̚"*nۣ  iKݥ?]O9D6h S@R4q&MS7Ϸ{<DyVN,ъrۨ5) Ԏ?' ͗/bOt%Ejĸy0aq>YH5*>:T׻gTD$,cTtBzĈ908 /_;+ (ela~RsTEϢ<ҹH:sguCS(|5(f)G/ 4K0αM dyǔ^("LIѕq4giIܑ ~|>^Fk#NF /u}^_E gl;e# 6YՋ_X:V1gԠiUE-%هjG1X.rVyr\;OaߗtSs*b`2<03}U|kt)bܠ0xf3 zpK Gy#.1G'k4M^uu[`1]…[pvC( TiӍ }MXy]ǺWf.Qk$jmKұkydk2/⋨Ƭ;xЯ"ռ\\{qzz@%o,wNlx%2>8yܘCh"F« *^MfqoDB l[Ucz8o66ަɷFOpYA^>$ux`W,,U<BbWH)<1 p^RyvF^gd̻P 2&:Ǥ[1d ¦|pk'̺o68VĂY,R$[3 `Fr?)09Ճ3R{HVy4w o;Yv9׬^:+$ E:r;CqԀH {O(JDp ^J0*JF/~:+"؝M5t c MsG(_ O1KP%D*0 g{$Чʘ/x14 ysD+6ve@2P[p+G9_HʆQ0|dQrjn8eXO]eDc[{|ȕj[$M:`X#AYtvئA%Q#8HOP"9leTo憢joHo/$0 ^њ)!4xl8cv/ՒjzqC4p[J*zc&cEx$pxѡSr-ǁ zkۜ}kiS5p\o7wk&[]:Pɡu5c:'h[J̀Wdhvؐ:#1.7|K1E?#=!=ˠ}c!TLct>"_sˠ\z]0e:]xm7BOGnJ^ԛ?j=-~Y05s_IjҒT?\h^ڕ\Ɲ^B*;lj6͌۝ɒCzפ@͵ssjh[mzm[Q\M (R5RퟧGuo7]FI]H&5#z1p:KI1USǑ/z J'?8 +)4ˈ*K/$:2U߂ţk@zv ~eļzhS:=,¦a sH CU&0FKҢ||G ZNG-4GW4P^E”bfuru-%hC"pHTɣhPw68鱇g#gƧ8ĔSiJdC`5d<\ SApSu]JÍR !Ѹ@ ۄq`|O*LRԟF|+OCuZr2@d?؛9t2 1܃۬!Ќl r. ͑1?o?_c6 {Ō Ҿ&Kрca)\otyyً9ɜv.g" KJޥtCc.}&3@ؽ"ĉ*9c+E#8kV]p6a,RDnSYN7B՘=ol+)L*^[6E0ðT77Zf-b `,OSR _ޭr3l,yaF'x fmwetAmz@66p#+õeť"ddf!ID,k:MU3aWO )sdt>UE.\_Pk+놙 Q?^W;u^!}SzUD1OֻK=C+B}tnHȎI 1JR;餍[S7}"{5>-;u,#ٖC$h'2͡2.Lܬ#4-qt V'{f%$F&ֺ$A,`hr=! &dpᇺcΙ}i(#︐>J6w.Ϯn^AwWPqk&N?űF(^ +frAۓ|]0Y1ϭsÈcdžե&Av*șeVKN%"pÜ_;?U 4gN5B"L _2ZK|)iVE41Tk4 VnWnl;gz̙*K{9cB]#\\o*ߵ|OV HOa6|p|h*7"ҿ]a^JaFy9'4;%+ӡO7^j[lԱ$ i3 XAVkqoZJY3~p,naX-(a #1$_X<꤃w'w L6=j &([gA^h3i9J#_Y>(W׵j%8t$/9*m%VȬVZE<فd'1[WI%xMyNgVM=WW^lkSTjv]w7Z Y&sTÑF6Xllٯ$r1@e%smnWo&[*QHSO@JI}VH0.d\aTW7`K\;TD $wLz$n%-"O`Zp@:lAC7F_Z25uDXgF`3%0{ƶHu MB/;ju;Ϗ̿Y6`A\K$C\<~2v<%2A &Wp2mZU:8vVjmeª{s.ŽѬ+U mXGʆ+Bt$[Q8Hk-ajm: <C'ؑ)c6^;;`/~A+*IItս]\( n J 1iSŅA9"z^_-o$%kNmš97bR!ppqeIxСfG~C~gbԪ0 Tv*LͩHZ3uBB%QpMdۏ++tS-19hF {IE CCȷ¦{3&E8,zGgҨڈ(d lΎעgcacCn',79ImXENf陊Em8PanXOE5;:ƹ:Dy{L~>]@L\~E*3TgG]7nuL"[juTT3z ~uH 0HQVJAIYe4P0tnb&Dpؕ(IWwM5_C& >F2;tZE*_"#<P_0g)ahvyͧFS_ry H΃kC_h?s^I|FxCU;TDOE&!6Zxa[P}LZrTYGmbfe&aJVܡ$KR`٩LavߔR粸O{E!c-<_W`x٬B`pw񝈗ȿjLHrq@1?5v&J/{l@#ЀQP-T2_a'B=.hY-k%_]"1D=rk4ų޶ Ǘ{OC]/yjriIcwLs, z"W<5vM%w0f|FA~Y%&ߡ!]YsMIj꺾6Pc;٥;Q4F {G w#<#[G^ZdnZadR3g_BÌRa="A(:%@w (0s:is~h& s/ 4djF+]c;npR+-;>ȺNF5@@R njJҢ͘tYU\Fh?VnjlA0pI wc "k`kF궞p#X]Un6TˢbE8A$m`W|4p[J!>Tޜv#Tg}itX=iQFki|n%)Tıׅsҹ*j*??~CMu(xt`W,gz` (n(7K 09oسFٟR 2~𶁤{x>A7jxf:p\Wv~zfD7v{Ucs9tnCJeNUQǹcD[|@`RNk@V s7.}<,"DV'cI nxߙZ$$Kb>BN"psM9wi/fYt\K̲m#6GM%xOfll1=9KE̢ҕ:GZ fW>tנ#{ ^J6W$K-h3@97M9ōeC !j)bcӱځ4U_y4!pvKONSϬ ;M25x6InyU?̹/gzR"dF4LW!NKqV{26baWSl9rR_\\K*AI)N)&L]QÊ "}?-UD'-Ă <` շ"Wcڀ]J)HHTV_9 p'tz: ,?ȍtJ@L{&q[zS/q{1r~CpW!{R:}9-N#jөK$c,+0MGԫo7.Fd}f_3h0 |rSU?~UĦlID|o{K3dCY!ή@'@?Gp=8[^:LRQ,Z3Uu$ ;e c76[)3&"}-$\R?ÊXFUaΩzW^-ks Wd+a*zz+SU4+ڱoΞ-:Y'5Ҝ@ǘ|ykbP@,cG6>3ZrkX<5ɏۗ(cV#93op~VϝIջ'ɷ?,UM`}(1HYΥ*wLX2h1] hC)xFw N!IdQ}҆ξZ8Zt,ۥ>D*I3xmS4 'RV6(A+΢ r VYM{uFBGx0N׻3]KfFUfaOo=@H~KXvսD67BL}AՍ\9Ѹ*M^۔hȜF`pp?Y:T˩E*ܓZRKEU1}h K'NPA/@0G\!k@Ëj%Pȣ0 V2QȾ)q8)벥4%)='q444S_R ˘UGPD(+P[jo6/}X7~+p,(ck];.ǵ\L\~1$V<4C=F3Hy^<_dϷB!BG;hu2*c xt ǯ\" ֡[pn9"h s"DЮrE'zR7+˫"tʛywOG˾ʓ&[E4`*g)H?_XY"wQtV}DWelG @wkؤ'9^A׾RQ[ީ]YB]D¶A@zXDG48q?Sk ءTwȗaHgޓ/@?Q|) z"FWʘhZ㮚UDXejYO˓aVM8)9ϕ߷&˕2$x*|0@(H}kyvÁHekmC"A_;q/CvuV&RfI'#KVA "njX"JXP6_( jfڀ#f~kDbs`>7@a&i$Do*AI+ '+wyؾEܾd$swMQ5QB~5_>[-E__bIYdNX\DJOÐ ~^H$цu OvV0)[.ʊ>wՊ敘,= RNKuiuqOImms{[k.VhxX7~~=ŽX8YZexv_f46 >hdҒ5ZǶ<"K;sDM< xx(Ƨ9u+ WzY村?۵jRTZ wbt'"TEYY(\L-9JV~] BEOqHwjw*yp{ڛs9;*f\gU_5?RYVfkgldc OFv?* IY6!JP;~lHB "l } U8ƕ L2𝜢e}uT\Ϗ3mWI}żrL3^( ~Oe _~?<rWu>l4B1`kmsvxAJ´Q2g!("ߍ6(EQʄALdٱ33ͽJEyU"?kV?GIeursX(Y4Qȼ-rb׎v7z<=1>.9ߤzeFϗrb)8uMoZ;:tE(#@ѮjS"|(M ;=kVāݫgVD:f>E"+ W~bՈX(UFW'f}$홲49! &IuWB{a1P"o,(we-wtX%vʹ;V CD}nU@o5Fou<2И0nҮ<;Q\\;" 1R\No 𔽑GcPt85G0Je"!񅤍HٲisEѝ,u)': ig Q|H(#B5`ATT]Sr`Y.?!E<ڲ1췞B[6Q j5JfqFC|#œ>Pֻ47 >*#FHDxĞFćmQ]cr$%7U!$M}zXOZ뒇/^E_WY:A>b,3\quy(Lz- NwY/THŶIo&-(M];g6hݔNA͜e %#n3#eSFmZʪ7T:/8*_ m)Ďp0@ 1ֽ[릖P ajϡ |%7_IP xZD)Mdԍq؜9BEmCW2"aKV&|_#F<#dEuMPM]ORSLKǧ(A~ Jg 1RJtƦbԠX q ,^sPn-"ۚ;;أzdh ~&[װ4R2ғ.ť$hk{^~Oʵ3ݚ)'X>1#cYs؀h(>śyrݺ3 AIm{5Lm\3)^uO0ھʨQ ҹf,o _8`A_/Rv/=3'a8: Z $Fج×!B7dԆ_]Y7JBUwk@ QYiAL[#i+oFj}9mc3鳊kQg#I>= =\9|oMJb"ޤ0FLT\׃VSK6ڍR8At CȃԎZ,78E淚WmaTF-u˯n >w!l2{rTZ R23/ScX*6nz9 .8JQd^ q>')CEԐm?済{"衭3H-d`Mih|šIέqt=_`|fXW"0ܒa$j'LT']=PNs&)y4x5k讫#yTE8pD) {?_fRG*"Zs_7jQDyٛ_ eK7^G0: h6fnt'Kc!t%BۓwW|]4ՔmRp-7jW_:bs-D4!?dEV&=SNӍFpx ;Ψq$<--r]YgZDbb7j!]|t>[Yqr@i ͠]Y&%21]:ȠRh>j~2o6@9lj6U}!{ $v[䷳岶)"N*J\Bؠ|0?Ynk!HS$I9"}Doe˾.׈ylȣol_[pN&VyUD~z5qLpL"Gw)L>Dׄ@@3>sB#nkfFԗ0^7qڃN|1$pfmS*@#bP8k'\"nbOE iJ?0.8@T/&ZI;-.(ı;3dRY*s[Ѝ .ˑE2)`6^e't1@(H 7oV/͹'X{" Vodv{p1{/ >1Ln_ u[".&]mĻrI-2ҟ.|{Aju肜9AS!!"3_h[܊N4$ ?EU}>RT g5E & !;t3X77y[m43;qFŅ-cj,V4T#,LrL>j<iq]pD1B+Kncia,3yAI7^#GĤRDzTwv=﯌{Rfk.= a,C*o'ㄙo:Brf7>Fl6:nĔ̆@gBDy^'.J? S#ї|,X\82/&hF}35jCAxv*B g;0;%!`?4~l~Cd\Azr!,GbKZDPì\Y>˼)%S/b?ysuM=t|(!@‹8j՛^!9Vp46(g-Û $w /zqtX4u/ #6dgE.۞BVz|<)qS'STDyu~f=P%c51?)m\^W\C>^D_M !P~Zn^|b˨A5+_i<:'ľʅ Xv&#gKb!J&O:XEj\W+Jj"rVbdWCȭ͂cqD;}H cNe5QS̃e2bLL@;)شԘE첲r$wtd2ncǡhh! {S^Mͦď/lq'zqͩmr  T` Ee4>z_;F6 k0ɋfnxxݾQ-ˁho:]p[ 2>"gE^tӓslcD%hXvB:pkƬ'8L[oklj: &E NR# [k!ȱn£ǜU,[6\/+dS4aeF8?c?3J"a9cC֪OͥHkeREBUqoQsTYIGւ:zjԸ{TìpS^XJ7KL%MMo*K`6>m&k9QC<ӷ;^ tRz4>;*p)!Q =W$yY:4 ]8\({l8E;(Ǭ]Ez8w\PнI`ekoryA 4R%C/j.ؼJPy'׆2q*SlCLFV 3%ek'dU67,m9_x+n4b{E\F5:"G۠PK 啔Mp'Nr.Z@'qA'ejxFeTȑ!cT/`9niA9@c@`ֆeʩ碄+9L^{΀ &D?d|+|a^j=٩ϵ KSҚҼ!F./aTP}60gf|`v4uu4/j3(PyFFb+[.j:CL~u\_x`X,ԀP  OϽb.JzMhٸyIe*)rDkzHNz `F쎄|ZT˟S^n \fȽޮB3"煭rИm0~.F &21sR,. B̺XSٴSPIAJx'$E*&*jV$ 8μ}MʖN?|blUxÐV4$c~E B0t~G͑9k6DV&vKl1dpT$gxc3۵KG;0s L7$wʱtk4 GIIXx>? y [;Z_,֩fLM=MIv+$nFh.6z$֬_72nQc$䌾b*ʕ./OW`AOZ{i쫒alH0 .Ck>xt!^1G+zG4~&BFy)Ϣ[\NjڼXp2DMzQĘN5-#=W-=>! &-]vnϚ1szM0k_u1~X YU/ @< JojVݒfz Qa7׆v,El{. ), /1f zv.:)YN$m SX lEċ@8(ij#7{Gs [~)2lE &ƾJA򼂯1+[9C63ɏ."<`=ϰ:4A&Si"; Yo[]I Q,(kGV)Ď:MKxl{Ȓehf K3Z rj7coFFץ㕑ţg:g_0V؉b\i} k1sq?9ѷB VADqm*{" Ht]"c 1,"LPo?tq@I#όu %{PwKa _Z-)8iUԻ}']yp@ܰ`nl=g&}D0*ZR*RaiہSN{Y:ڢ2SF3rɿL0h0e9*Ѭ㔮k\e{8#`_YS gu i1IP5InQ8ѰԮT䣃36pW97< y뿗B!~hC|K诠<2m_:6,ss|ѨTY:ڄ;;PJ` A :!j&;*ϝ*r[g<RYt X`1((vpbîӠ tr8lmjxYtVy&%aZ5CNxvqUL,|7N7qG/5$TE~įۮzs>`d/ghKl4pJt8'OS"/s',B O>D+0 ߷Aufp@HI>o d>a236TǵZ!IQLUE/hre5E0ciBm*{ bPK7鵛|{|JIwsfMWiSjɲjp;cTOC6#[[vD&Y-ҜU=s=l~w|u!%fq.ıcaEWn)`HyʓӝRBJV1S;T!lā<* Ũ@ZR@rAAߡ u+zLavYM㉫h0QE0ScE^ 5eF5\m7fAAi&o~{P4 抮SS6QaqK /;ZcQ\Y4d+NhIMBBZ;ˡZjt-UI<$Veq(\9Z{kI٧ʄn#9Gӳ*?vųӞg$6P8 A{ q!&,nw-'@]q#4-/JqnSQI˧2/׸9? }N.ߢ/t`VL%13D/_jH-E7Fo?+8&+"=99ߘ%wa9 G"0\M¶HsJE~8:D1tj&hoִf& I?K |8QKXou)H*gҵf+b. *gۏC#C!:eE? d&Hs19f$QzU(Y90(wyUМJ@L%?- N tWAp7'!ӮVh 'ۏYfZL g_ܭN!\4zH/SSA{?jS[ s!ש#AdWM@d(1![ 3g{/߷۬~Nw̘Zckߘ+>j-"hXb4bB!8~S].6#]/Crk!z@E{|~T y*.dW |u[Ҷ0i>iHMC|M5gWNU?u|ll،fD0|e碠AOd U/DȐ ;8.k%:Aab~e0<>֩`ϕ-ѽVgO \+'!ܛx9]LG(6X/n>f/VG&XndO1GJtЬICo0@B +6iYqeXrXnkZcBM@/0pps7ܲ5eE>ΆilsXـ|T z sY dSWveEBL?8Hx} Ag3KxY1TŅSQRTfr|zuq~Mpë sOe^f!qӞb8 _nF-4Ӏʖĸ`-K ƚ#EC%6+[vZyQv&~JG%ջzb?FFl1K$u%s?z>K81Ѝߡ.<|X|4עà/є~w1Yi"KZs-C趃X?uFm>1&> ԜYgt#\&zC,̨f;R?Vނ݉~ 5aJ}suN Ynbm|0V jb ՟?;LjςXc)qkh0߅]>?䤥o &LrYԙ.;<+U,"ߎL\TApSVHNcڜ.KoR)T#C~vajeb)[~u#A7 6dYXȶ4ƺ6&H,G dISf7X_L)U >+PjY o@˗ԩ=7l&T0OVkpYXƱ&@!Enm;n#zA % |*.,!wöתPC&{R'^UzmuYV{BB}'\LCr? *oMVopFHうwAW#Ga03X\}P-=Os#mYMi\ рEhuj]mҍiQ{vOF*Olw w_]9 jROs-}XOGe`qVc=I0vşCNZPudٮd1ǧfƟ1veOݦO,?-!sh ru _SS61)l5OW* c1/ Ћ1`D/6,VZtoMR 'A "f_"@*vmĵ2@k=ߢ*& 83G1,Cx)!W%rZ0\pgEr JjZS'ClPiqZ1Zug/ T D֋9C}XK.z*I& 3d]y&ToW[Euy' aORa>z\挟Q@Xظvy4jyO0 dv|Odڎ%!R"2R)1G(F^'F;mxqW, MH!ošH!hx#T~VLrG)_97w55?R~lԦX"j TzL(T%yą6B0Y8[ 4;E%tө kqx# B gX1bs]tqA1@QLD ($΂rB®Οƫ?gce v̲fzx۔BI3ERI㭙 8\Tw (( aV>;4y o:H˘x\W%Pi$I .~ѱkQ!8UN_NT^Z6WB5 OzkXo3N&tT?=@&Ķ:+< Bpbyz*hۣp&i]J sڭ4Z=B*8zoԵBCQj+, ynɹQ<=*XՆkj-y5JB^hJWjªqNÁ98},j BF%qW)ȂdلLOⅅ0[Pe6[gѲZ7.(r17cCTdE9r+kIk&R[x)T2H&Ϩ/JƠ21T!"rVva)r #ԪZܧ_t E0Pi/ng 4$z^O7,Hҿ[1tف^v:F.:=ni;Ee"/Bo߸ O>4 HnȣÕ>"(SE?-hq2/%L\T7?Wm1sbmE b9xNI<_a^~$Lb7o$8`X24&<*[aoRKrѸ+_|?x@iIy%mNBrzO1a\7bM4go^SQ;(=}X8[pT^~[j˗+qkTa{%!+P(tWUO᾵vF$s \TX?|҆ !qHSmUF^9ojif)>^S Y⼜E{ץpUTv +\2#^эX blyT,Ց׽mf9Y$NuTFj^d_-͟qKG8Ϭ8Zbh{r4wϲuI?@2<5ΗXphM҂ 9)e7r5}7<݈E^n-2etfqAY0RQq@ؤ|EiYЋFWv{WvcڞR^T!1q\glT|E",/x%tP&r%n8zzY(ºTZQ_VTqHj=i!jnM-"R}0vt 7# }dW Nq_ ]χ'Sћ$͙ӛ*F,IpMk [>JTVqd>){c55}aoe8 {?TG-O'Y_|fׁl%HGe@AoEuն23eمS8P" .cfDC+xJ/(@Y.ZP[bj\p@ Uek/o3q^ޖThT\:{{}mlMIS$H.8Bڰ_g>##O`XnD!Ği%N!~캔M0CI\m;s|9م]hG*Dg=N;8,,jr`9_u\ǰX & Z"__k/X1WF^eӟVbD,^g턳UbBjnƱi[I QjA&4g؄ Z''~7W[I"4f:Xd-tq^<.q|9"[gnܺ, %80l7`zMj^E -TıkAzёE[!"vETY箉e4b#+sZ')mґt$D)D;.c>utxEcELsg}KG,@ S3C MS~׊Ci{߫'ӂWé,4p,)>Wp sM.`"Kaf(K/-jNWF 4j<@2}1[n!zG E>j#f~zE.f>9Bzw9%ѯiH6F6'+Մ{n j ;aѪzNF;TIX 3M)%$_<9Ђf;ehCX5V۔CqoBbT}T\O|,j+UTHƭxʅ4"h.zu,Fd^NqU(Df>n}O Qe} ȡ]=v!TZͨYU;r6ǧԜO㍐-u澢£]0\nG WX!FQfئ$D4Tpo}GU<](ݟ\1{L41'- LT x8R"r 1mu>rv|GEkB]˂h"3iyKK.噆bʟ!0w5f?AƎd֏Rm!1CO`erVj?yWCiu#s*n:Ǘ+E'wd)IQhvW󚧇At%o:rlF(L/kČS4`:QQ+A?(sqS1|nN IB_jn?VŴ =ghB, GHut*bP3~23A7ĄwtZáX/E`tMjUCͻW6IoI>lޮ:zO8-˷)Į]5Qc4)=0*+-ߡ|??c6ijQ[S+ܙ @d8_)tZ1d؞g8ewA9ea$ i1!HpӍTSѵUW:F#VCo`"ŜPt fà-XF 5ې7UFv(l[y>,@X= _ʟhJz G_`N]u|zt‚8mJpgu M.CHYQ<'kc<"4LCK5-ߞ}?S'亍H/΄HU ޹r^ncbv>RE7 fLc@rq4{m 7#R$;vdЉMPF4 +zv@Ƴ\\õkCYgwTak;8j.//]ww=QA5(@QRk_^ǧ˝EE2_">mQ5}].kEB6Vo?AU֏x}C!!bNRXnù>u 2ܢ"Dtx\cpNcn`NIqB&W&u$p1mD] ~.+ޤ( S49%\pYA.1^&rǃХF  p9 *ԕ(RHay'EGP27SdNGN^9Л5_7v"֮F܎Fx w^(}+ 9Hri(S0lp iڋs 2bQ@3N5]/ĝLPۜ v^O#JҨtHBLR 5;0E!ÿ=23NY0IaNr΅m \N .ԓ"!e(bߞz4\L0~X,N= cQQ :]M#pQ2!㕟) ӰHC`$Al9i hSTq 3GzmgDi.v0{$#'78NMb_?(%9'fgyK7lv]* Y f gU}a=|EL5^$`Bn\/X9YjGp:IxpG GOddb^I>EE!_Uwc͈T,1 ; ޘ P6WtpKR@ &%gE_m~NqILn4wwH9XLʊ^M-6Xk+yQh0RrIO?ppcjr'j3qa0e'WS_ul q o~shPӕOLg׫Vpsza-,=!?г$Gҵuڝ›' Vģ~^g̬e Z̼^k4m)]>! Qr0+aѥ¢ǰ/kXK\(zAI|a3N"2\_ι*-;a56Vg6@"'xb|Prۢ\Js%DJ7XX*xw=F[KҎ4Jz}g+I (r9Mđl<F<25㗑)ocoG#&ݵrrG2|qN`lfM눙 JsyH~ >wn٘);5`YÓ9^#Q+}S/jS\J֛΁ ߧ0Ew0$+dJ1@7v#p5t֬Oh\-[) ۀmP)\KesYΠ87aBl]u\;3*[Y!"InV3|[H2ht[RF9ۘj΃rز O ܤh0Md{"7X z(q#Wt)EMR8xTZkFio (\ w7mdLr^UO\n'T14H4FqoӑAzr /|˫raԾ]lR>4ƙ[f ++O`aKS 곬\U"h} q7eCj%V%8d;tX΋U`lDBbI Iaٛ,=ɤOz k׊'1SDnZ؅O $lI-JoÞA4bW QV!I9|`y6&e24MyuKv02ϔFX֒'z<vl *5zɞՂC㴶U&gr )4|\ۻ~L8Db߷5Q?~V,ƋaZ_6 ݴBd; =Sei*֒⩮bbV& ill3ؕm;O|[B ND:.N]_y W9|~_Bfȃa Bk vMjU΄V5 vL ±tp0Vvm&egm"XLZ(;nR B뽙 lX`YR qք\TPM&<tvY F#nb\$1& GPՔZ+3d_Ry; 2 8܍ѯB]x޲[nO4uyTs;XР/$&bsv_cN#nle^ ވ+ddCLvv]DEym2b@>G5 F4]ť]?-28#5Wx@"=.qdC>az79 ^_j^ , 1$`Kl{;$`5]jQx!b:Qݘk|UN_[*_dt@Yx&Q>ʐj'7Okwp;omVƽa%08Ǫ_!{GJTR[CaXG ^u N-/85)tJHYw_[DLbb͖-kVe_ cx5Ge8~Eo:siL u}}^>f*Zg42\qOX" wVKli"c+Θӗ4YB_@z˃zlp/e_X1`vv[9sq~R orh ?UG@Z}N)OЧ/#*r5\Y!O9U#>V1(P%IeI="zɗB%TG?(W픺P%/NI w&EpZ; K1?y-TE߼kV.`R}u-e}5K *X(]SAoWI9n#HY~ J3凎f(Z;1}myPZ<0ջ:YZ֫ T\}+1 rU]%ՏaˋU3-RLb`rv(N3T 0`}z%h_EY΂\+9!xV*[X ZfBD2x] /Xٯfks֩i0̳ ݐHJL`Lwιw8wH >ZFUsP^T)\+=(E u\QNpk'z 9X틾sNU_cB9AB** Z{7"|]-窕5'd{Kn-A1תN.ЃY1H=>+ otq \n6 `l1՝#R"zaw,cw.Z_ܔsc[]GuFu^US.EoZJVKV2bFhxj5ƅJ.tD̡U^$Y-1bv +ytE5gePeJ$NU *}yD6^-:xz-u$\Rs]{ E $~t@XX ؒe#z*C|h $<XaTw"&7_z;E_ЃCacd6yAw>V5\WNퟎ.S~گ:QjBMS-}ZX聣v. `!dvތSAV!_.a#`GP8f`Q| 3XUnYDEWg"Dc]_YoҁDbHKЇZwyN}Ώj7vTͨxA:Eʾ>AA[ PxȦ4T.g0P&^D2)G{Oz#%΍1MZ)$nM@q͈þM;ˆ*A1ОtAq1] ܲ&+p,p-_۵V"{LZ^bp#o 聸Ngl`Kaʗ<\K{sg>eS=*cZEs-zd}l4z[ޖ,חgym@׶VRcx#a^ڦ-fZgQgپ1|CPK܂/q'Pp<_0.+ubWkG@Aف]5kLEڏ0a4^c W= Zz3Ѯ nl"25i% GiheϤR0v>\WsʩLM_PlشQ#n ˵]jtD$bz${4-)vf7m&P<!)v5|p< S޶>dPo@ 6 .f~VYS}TP0z;&@62撜p8w%,lyɩ $d1/ZW'@}( z6f 9YuٙĴm;2@m sˊi[NP;uOZxne5$ЀQQ&<f74mmٍ3~GYN\!w *Odig~;~ Ut΂}tPP ޗ?=qfVn N/&^+ԎɔNSʺ6ʩJ#s E24fƦ_/qYko28G1}Ay tH ia3JzVB}MՇa$0hg^Q~T JM*BD^uڣ|t,t=Q1^4;-/fy R핁,(f0 $n9 ?Ur7qЋOv"1RjJ`8R%M23młϲ/֚xeCѤT۲kPkj+oW{Ngb;^;zEZ;*=Emo&I=j=?hӡX9=0I|PAL,=h#eBʥN7O1jScB{ml K0\62irK"]^n J҅8bU;l?o|gAY^oEF4%K^7S)כ p AJRt ~ CMh4"ؙj(2.Ɍ7wj=R2B6jWy%$+Gڸ 4訾w>@\B&SW$,ӈjGxJ$:^3}Jfl>c9GzۂƆa&mX Ԃ6B״rZڞAyrc؅GVs fCuUUs<HyI|Bܱ))ió'}%#[cS.ĸ@&.IGb_Ĉ1u)I*yd?;3Y頸5SGgZnU@f.V8E#457꽼8|si#wǹ-BtaFW"q`D`2ӿY5cM9A=pg1UNZ,+|CoXBEO@#='k)M?i<֓'`j:L4s}R: =KGAuj{ҟ]K59K ys|;'EqĄdQA 2=-m(EeYYqP[ TBB̼2KGZV}vI] $ҳU q Zx*^eIbgIU(-F3<jy± A Ȳŝgh90R{3aսjz?')61JANWfO,f$);-^Nf/ntO@Bzst4[@i;l膡4 ^a=8c*C,vTѦ!Y#/\AYW0X[[r"5v >L2}̬`.`E>6"z7k$a:,US~nF8_Md$np⽕UmٌV(0F7YoeT=RQcPIN*;Q/=5 ٳ>sc &:DaAiSG [@L Dbeof}8;SlQ'|zwX:7|{ >ׁʖH 26)K+*0݀h2je͍@eAD_}5h =Z=Sb|v/tFZ@8[B>l;Xc). zJ(|K˪iJt(=r`|9$t. e6/:Bo+h `X4BCX)bPuܑXQkfJ'gzN׳cޛ!U\TnS<0~~*#95;26TP %y" lT(Út#2ʅ6@=(m&daLCS֙=r!p«r^ &eJϳr*&0ܜgBmFY|s9zg3>).*%G}d/:0%EU8vbea!vHq&5ZeDM0ә)x+y;ȘeJiHfFQDREir4}fD)n>Ӗy@Z} 0^,<~]c/lf!Mb1N<ߝ'\\ؙXr8]\9h 8mE ^q]㠙TIbmPcDŀ4YX |}.6)^-0T Vx|O@آA'snW`YrGQ1(@efFZ^ 8/ §̷5~d"v+! kc E\/KV%UKb2azG,i0~ A#6,a0;聫+B|H57n&D8, _xP{@M^94`9re5sϛqy#[n<PUN\- ȐڴKQӖNOC)\!W8 _DeWjfXmY;xMGYVɽ_`14V;}2dqP_qLy&3UJBR+DwD1@,$jl$(Ǣ_cx8afA>W8=(ٮ1=$, %x@#!O!v|~}]/L[NHg a^ײ3FsaMFAhyv?NŬsk`>ۧBq Z* T4Nq{i7ҁkoӳ֕HSM3[ )B=_{nr=%(S@VGK01 Wt% 4g~XN*7ki$`YZ~>jC\9սe mn?@|3VLbxjlmI) %`qk`CXTR)vzH`]&s9TP(.Ŷю fZa}#&|f& FboQ̬h{che-g?H՞XVV5v:Ƀ^&Y `I靿˝a s4'[pgrj-*kw`84zjxU6IvEXKѴӕ]*MCesk6FAPI@Di+cxߏ.\!]v[ cR֩F4{ЎtםLS7>Q_ln&Ǡ{'ؐAp3F2e[ơV"u=ٚ-tV?~e՟RRx32J˭b#oya73WePs+╋2j"Gј`6Qʭ(v7kl䦓{;`/:4 Q2oH:jz]$`3 x~Tja|4/0eB)-g#GuozSUc[wJ3f$Eb@KN ij|mCֶJkտdM| ,Ojx_2V/?T#DݜֿXt be66f2ʧ,vv3f[͒DC |ޏm 3iIN?`r ic}L2'鉷3bt9zXG$rj}4(k4dwIsرX>~^}rWo8rv [\Ki7v?UayW"qCcJކ=:y 1[t< r]^k@u‘q!ZҔ>]s&A­vpmYТŒhN!R8cnL'e@ę@&ahM9Z#.; |p#C L|'E֎lȠ[xʓqvye21]vA'K5՛&" WsZxJDP0DS\R r㑻*01~dcu m٢͘Z;6=1m]_tG#QGc){$juӵ p r<Ȓ\!rgݮnkAjeasfwp*u.;ZF5S~CҎpXq!\W=H9YņE:l> ysj=[cvf0JdK/(UJwk$,=/qFB3zwH)N<)ޢ v)a:CSxJ'@@)zobQb4WMs[{ݔ\d;nË 햨W{||<S[s8sLyF;`T$YE'9;zTLڅ{ilT5d,].uaFuPo2OM 0Q(б\%DRӸ#6n+<އCen{e8zueۢhjAN@I/Һ47$md<~VC&Memr )ZM֌q d%kxЭz6Pܑqix*0I`@#^v鿡~ g]Xz>džx?2d&9II9|F[Zvh⇠(}o^}-9ddħ>&1xM^s6/4 ι{j9,*rE5jzu=O3`ߓHp^㟼n[a6CݞƬ@C$j_ fwo E/;=2(S%O32%vb#8ǐJ&hU_A!#},HٖsB `W|94ۭo*>ⓏfeK{,99Zs]<چ~̹YԢHK 6 3qb# irT7(.364kn K^H Mt!eIOMΏG򛇺rrer'g~5iHI"l=u-!i/e-+7jq$) R FcZ Y${d<}w7&₟pYP|JzSg3$iU5 ox7I_nߢH2LSWn7oߪ%H0ZwsF)EYtJm3rZ0А`src[H`9ؿ8+^ݙŗ;rq6,{ &q!I2U6ã9zʁDqyݕX ;CpwfΗ[ W5rp46ŗlX (M y =w U~z~B#c ,#k{NK0Ije]f &%t2~d.T+VccJR>zW}rQA@fEKm%׺gv6 .u S4nW*w" zxZ#7 W*cPJSvh_TsyuV/3 `lU1LX]=Gv.ga,倾9ʹFBJJKb$S8 뤊JwWe5Pj焎;$?+^-d8p*]H]J|m:ˎ*% rA;mµñR_JFN'BH)%dpܔJW^9}CV8f϶XZ!UBQju#XsT-O$9=rLhE]1@S..C:Cn88HTD1AH k31ꂙRUfmpWHIæjn!l=a@gGAO4y/[ B0@.d7|pрkyXNz!F7UK 9Mm\8Bw6;[ԀmDۼѯRS6ZKQfGt09c^ʳ#vzsCzd^5ˇվVa'Ǟ|N 5zw¹ʮsY7+wbz3$FfZJbmiWRNG7j<VHʭ˙Gdg]Qx+=oޤEk uBE;ϱ$LF!>7&ہd W| 8%%duVN 14r*`& _?2<}ލ?9eנi?8}x4[\̋s/8}&пmQ,  :4`W2:?0OK/c)A1x_n #7`ei$ f$6q󵉼XסV0 5tG9>&d㆐E_@xgT5NLxlI<~՘,1Ȓ6#]qPn{h J Eo6bٗ9{Y7QDl$HD Tګ2&v1H!": iUOTNb@7¥OdBL+B\\70s/P;b`goW##.kqE>ڠϡ+o zi\ {eNqV:Lt߱?k4.O~0/yr_:(>nlt nP.DkcSg0BL'y[ٙ2/\h@P&sPW U] atKGS{` ǾnmOvC''qoP\~$7 [V\ЙKXB߃"+x_NiXWl~=S*'"VH2;S9WBZYdDщ`ƪI>?/Wby&w9c(1@Y*S в Qʭ4?兏.$8! %-BLs*>$qR+_1&BFj[ZͪNw1Iޕu X%eӳ̠$0lfJ1PKUG3J7p1I0kv= f ^5FVj>a,;v,O U,B yBARAkvg_ph |Bb߭80Bd_pQ5%F(Ig0jK1(wKK}mN!4(*U( s*/tQ cv+Ffp<9{]ĐO`xw!8d3j5y[_wxaE!1u&vW؆?ۨe'`h=Ef10I@>wN#n'Y"bt;nHfq #"gqoNvuV}KZgcca~6sI3N$\TA`S^T5/y-yqcEtsSڈBf 9("v˭7u}"󮝋_oOv72 ,,GM,UnD#NUP1$A!B L `2hqp6jyYoq>5'cTq}~abR/-wD„([Ezi&KNAGiy=6 CaRNuǪ僤xo~IP6SfݯȪx}]T2ݿOmWo oCU]$<1KqսF#-ʼbXYlŜmd^1E*KƅVr|\HӿG_~2R\"6Qa^"aԛ(t5>sP9re}mz(-qOo/߶Fi>9ӢhFYE F¯*nW^|X` 3&n!$KW392|~2'Ɔxw2TQ:Lzf^|cPܚ%)uĻ_rUN͂oTo2;nJ fB 1 ϸo|QvimHTQ% ml4N)TzboZۙNI:mbDȜAYM=HX=2p[1T02FnSJh1uA̹dE n-T Z/i"72.Wk"Zw擱{`qYrѧū 0kOgZ钰S'z$eg:y-fqV+'A\ܕ5}q xyA'糱< ݥ XǏR!D+ǜ< LHJ E%H%,2Mmmse EQ1K Դ3d'rt~G5/ĩUTq$(TzUŅW>>(2^yb!ƿu›\JS !Yt8k|^lT7!*}zFv9[p6X1~Ju$]f+P Q6B=G.W7[8%rrm]g]x*&K]Zb;)mw[G q`JZ&JZsڱ;CEq77/ʗ1Nt#SO2Ȓuol9vHlc}`_r^8oW57ZS3 #:d^hL5^W{r%B)})%.`,ِбWOczTeH]oׁK5 A`fĈ9=$mQ:=ӕʒgdCh%╝ٔWeKw4, 0Ȩ 3P*Zd ~0F(auv+U>@}LQOQ뗮`Z:2ut܁;HNvH9:׳;Q, |;Ntf='#bҷBlk^9"I: QW3~F?8 3ԱӘ Dqˮ2;WS R^Ne_Iu܅%|2%VkDž=o%v:].X]Z $dGZeW@FS%W@?;S`Yp.^FᅻAi,:fyo,q'$.nXD͂f6Z+e޺5`O{Bݔj zgXa{>F j0I6m tdq)Ti=[W5@6 vJ{OKV2ƙcdXf:#hC^w+v#p73i6ál5M "JՃpO4 *rb)~Kw!]8 a,$ Ak`Pm.zn(BJ/{УLau8*Ro/mh.e.) лSAgB#f ܜLQbжPMO7K_g@wDgR$'^7(dWa+瓷|&E;/Z+f-{TvW"^U:#ZvG@2,kNPRȖxE?M_/#dZ"? }hqпs)n62k2^6[g+W7o_G탚~7:qyDF`9ُ)q s\xOElУF#iSOgl\qb;exN5tt#V!Sqxyy#N CE af8x-=͞*X)SO?M )pEVS1V=V ̢R)`[-!\)`EU*+zaI6Q.fOQf XͼwNnh'l+onk.sn}xR|(>dوʣ6`n<-',C .fZꦶkNJNk>m^vm ^|)OAYRn.o[|R4@@j]Dۯ͵< l Q%Jad;:\uYaD#6y^򜎏vND`;XwNuL^s#6aдM,3 T(s΋--gp)I|/ E?Hj@t**T0 0K +´w=n@S\}ЏGΑλ)`mV80`3bfHСuZS$d[Ap&k2] n,0[]`u WۜzAojMa{3|eQRm9"+пO|J>*{C8\}PRjR~jW&聵E%E@c\ڄۢKlRui ]b{hlzn hrΧaP)DXѡp=V.%jRxU7VǠ|d;(18g  6)a7e@٤kkfS(hw&FB´.mjaK])/))EceԽ()ґrOLl/xg>PP/ 6r`רzH"![`=aeX%t2=&xТ+3Dڤkp:EN._h2?Ju'G"6%ACk42+ df蟃 t#-*z:/:ϘG+ܢa](k6:2I㞽=#RSbvq{kv?_u|AeHNϫgdXmܽaϦ,biZ>Urغ3Z3, `8Bm=5j1J50UƻqCn5wF[ F RN?%Z-oYVƾ+㊐jB\ ZM|PTIF\5k[3V:̭2 Mu4e"uE1(nMV}ѩ0I,c5r g6J~)`T~#sY^%'?@`HykliGuڏjH`c0'/4\' t++s"vhil]y*2Pבr;&T' [U~ eEdNŁ:22d-F>rҨ ]}b,S%'IzCƴ]dc`,mWB10Rգ'i!; NɊr~34031ak qȾAG ׾{ :%i~bFQ pϊ )˂XE;{z IY#1}jލIPQKTw,Σ2 4scNP_n1/k5H}7(,& FDlL-]>wҺCE0}Bs-O~r@PEa$,^-P紲kZf#ēW2ӦaUꃸ_CxTXP+ ^nYhP'fKܰ'2Ӏ251FS-JzLcwG늪seH8Y< uz,40c! |S'ay{e bZ3"5szs3̐3Р r k+PG]QZH}Kj\E1r掶}}~=>tuFuդub~]mڡ8)~G.b.F0[8pK4+uSv8H 5i'Vx_}wKuʶj;4$Y^rNklc0겫̏l IpѢN9@>pZt&! &@ \?&UCHK]oiT+݆IkQ)V$_ޜjL\!VZ~>i2^{4uUA͜bz2A-"#|!EtF= xJrIIMxTS1z",U *Xv~| SB !,r.3{՛(@ VX̭̕BN ֌j=- HaN* ,6;! 2;yʋt=n_:t$;_y>+L3Z`E:a_DMƻ ,F[Y`;ʼnZݵxdXŏXjiBLZ\׆D s@G v1Ȱ{w:O-+\nnj!kf˗K]/apLmvH>!f!mi2ץ.k49_{12ůTH-ձQܗc@X ,IΩb$1m)&2*W߯j|)ΟşP]2+a+C npB ­*^@zY.gYl.M^-h6(JL⯽R-YJ!gMxe;-KʫvZNشVㄯrPn-6,'^@-lƯ[凯l/B)nzxx`Ejq/MTH7 g>m̉ܘ8Ma>भxu>pp7եt'z7 xFB5F,C: &3\Q[A$7yQ;c Bˀ3"(U~S䣧7HKB&2ң@<+~t:VQءM)EeqMO=Uo.~$JFh1 u[)oq+}a863ژ"lժ4:BNPqZH23Kɶ>tb oJeSSC9Xb}F鎄Ɉ+AWJ&_md=[9w%f,@Đ|0C11ȍD[ٵ)!/K$)nwӎ%j> +Ԙ'g&idFrăm- >Z`>2rjv (kza͊iM*m)G@ӤqRĚkG4Cmx@1O((29D݇C({#x(]YU"~) s㖬w 9qh;X^.˴tߎ6{,Q*@Md) Om42EQ,x6x;uXY,  EU0|ӜZ/\S KwOޠ RtyUdw;5ՂfR\ ),$IXd]fWor2.coxxQѷ_>gu+SH<RvW}{[M^q6Cw@]\eof4q`⣨G[y߄B3Ξfs%R>_ǺvsV_ԣj Dy*;B=1Ls'Icw5x@)ʪT=:>2b<ֺ vwK ܄DuMU#D!zص41k pWƈjyŶ$p0De.nvu턛1{{5j)2hr'k*. BjG ʗKI&:wwvuW Z3k[DEq"|?cԤ*;=]9VԨ.efLwJ yc.Qm0c |O:g=:s_W|jAK[) 3#:nsn{J̦:MU6] :0=!EF< ao{ ;`Cf&h?&b\8Ѿ-QkLA4!Bf*XJ0H+'XC |{n$r4)D) {35 '3ȜgtjyҠc.]Jt8mgO#5ZV=_[jd^\Z|ɺ` /C(.Q Uh0~7ݎI{Ff[7B#x>Et35J!>s鯒.j-'#8<@L}};7J?)T^ T-y{t+ @d|ȴU>\u`j;u6h>CoW^аFlB"@Ibc=g2SfbeysIf3ܬ*b<mm.4Z׭kMʼ@jAz6MY!e2"xOw%=+.kWrEI_dH! ivK׵S$yP`dQ&%x0@t赫4Fyfu`TTòwhz6*Lw{zRK~`U;CϧvyiZb'*Wŋ*kȇo5ײ4)Q*PƤ[c/ j0 cG:}ϽX&jAK^V)8g @#bJd/t]O28Y7Woxp>! ,ϟ6K>"a;Wrl/B$rwx-;#ܯ`,!M?ysY(| ߢ̷ب v5!*F>Y"^bR?>e%Lª 4yS`tw9Y5}>.vRR.<…Vu"uB'vĸtw+"@"V<3t୞1__>1 Bu sp> &j>?j"j;$Yv!E"nc]= s.k%CiAV5n%5f˷M=AWk-Ժ% $ҥ:D 5}ovtI+\^a? r 3 +!ũDS#M!ջQ<]oHJۍgV E,cGr&tyAK,Z봸֍όw_ѴO[E{h%XW1[)ѵ: eH@lu@LI*j)o oK_|tː;ygE~i($32tA # 0KԐ[ȹwL]:v=T6³HͱZJoXeL~5[Oў4#7zS{3;l %2nL|1=ҝ6r]T)KPLq,ΨFyXb? M|<%hjr&?J& ˞\ٛQ{DNH_8@TE7mIքJ1/"ɕz&}EBuE  DKğT&WxFB@~78_M`*-ZFEhOޓ Dl5F S]ҥbJ NQ̤kFDE?B1GOӖS_n%yo{Si'tE ۰ֻ5]֎S.|v3),A5{i"љ:i+k5q&5YSXNU=ԍ]aݹֵ jSAΕE}8K tl9'GJ+, g{6"ٖm8N')!͊5:uj_8>Zŗy`9O[7_糈#U)2vs\ `U(Wƌ*qD{`))|dI[ѥKgH)kzbЭ \}ahCY*uBhV;oK_[ePC!>qp;gre!4@ނN4A5Wd=@rI( ^a9-Z{Ԣ@2d`^e?zf{|}?T Ya" @_s+C]x<86qJO%${:4ε \O>C`~7wgΟUnDI 3^Zk@Tx@ AysL4ݙܚw8Q&"qadvEcaD T3$EXrH_+ʢTP1aHbq5ug H  %eo ;T^|Pkkٶ.t/xIL]kGc+E_y)`<?4܊ps?{/k|wnsMů`sOX$pr'QݑWu7R߇yZ Z{9F/?JEmxmk."Fxzs_<} \{ȝN$V_x{vcX3SÖ{̏w uY^Qd<<͕|D{֣{r Rg-Ӄ\MhhQ{퍩TT*ޕX.MG^4B6 MBbD;M%X>gJ~֐{i,lx:i{Y'Ě0JqEvS6 ړ@(SiT:PbFQ׶O\bژ}<ߔC*t+WJ=o>?#i/˾vguyVجig;xo +KٵՑ_`Hbޡ`D0?Z<h~fn4|:={rJ4(R[t]7CLiteѹWѐcFcLlWF I^f(#`a?lAUhl3x:6YttS] }Ds-=?K+N%Ɣc9sdM9۫i*tz֊3- UiryΉ>,a(~QnŠc@xnI5ʈ ڤ۾sa*!ZizNn/:t`iDi_hҼe ax=7MIlG; z pgm-P扝p*5~:k~%s=P s/)1gL y~66U!`af+$o^9"ぱ%TGFKH- 0 :oN6_l |Qpp+ g5p ZE="VqQqnnZMo|7 >FHt5i . LcWm;?'zTˬ^"L(nxg$"qRT ʤU,{C0 gXo2vV_3v>SM((]IXH^ $3Ӑ(t{BEN>[:g|lIwF5~ gYD_S =*Z4_xKnϾFWȹ`%IDo`jSv%Vo/K-q$b(vpMRwAXThMrd.NZ*Ncz;}QRY[՗"oIݻwGxm+'ND6vfk}5eQ#Vm2(֗ x~H* AuS@r6a45n s8Νbnr];*Ҝ;ga"k-E+s{>sU{i#2 }R&#ZI'b~a|s Kx1sgnLTX*GQ:˷'+^X.< AKU|,@thGE+H'ke&b\J 2jYUq|@MԳ֦ ("iKF[ @_ }m*"m]sy.0f3ʢlN-!ęV^_D(B}馩Ы71uMH5Vdf\I%D^3Mgm.T-y)!6P5^{VszI>DqWܫ. `Ч5y`u_r~ʨMfţf#LgP:cTx n;cg5q?'O/b 1ĎNGvuOEgoZjpnNetk[,~Nly?ԟiEe$af'u0QM'1(&FĪQ9&'A,K!kS=]mןz}[.\ D(.Ml<^{+^a\lnbVJ@vtYpn<ǯܾ伟F2djv?yqPO:rrܮ"GИ3 hI7qsl„1 txNs܋̹'!RmdyJZn + -#uO#N0U&D\F .Ol~j%ǿnoYrYmy WZOM &RI"dztc,EG>vݕY5lidĶ]`0}xwߥF*I}^p93;*mW#(;?GB})56Ztf,cdfҵ+Y (#P?|נjA-ow!>f&rx^@Ѻ!'Ls'vEehF~jRVm{ rPBN }|>6[&([\*C Ø䡼p-֕Y:IP86~SiM[:]jbinZ=?ޱHyl+%ߐ2rs 5C<13q'_ҿ FL #ٱxY2P%B P]"Ri#V2h`ڒU[*ݲ'~]tD81ALq+#5gբ ~*_qln߇d‘bW<ޘ5c6P8XŭrʆrO*mj;OjO;e5͊j,dM5\aP =Y:YJwqU?]ϑ@0^Ki*3U .QR;ͦ3qCчնϲE9WXnt¥ƵlڠVuǏ kKq/1oU%? L/-h>2_Q$]u:w:,:nG# <܉5SQ;SqMCK4Wzg NJKb^O4i׆(vuA{p v=],]7 &Oό~", mT]BtE M 6~Mg(7߱w 6N_wz '\Y^:}ہ.sZ?KzFuRJջ+Q|]Fg b.8!_$0bxn'`/1G7ڭo2UӟioS`ЎTdd_tW- ?c=J9{Gy1uz,ћE-qwɌmq'3pc -;abj'808c\hՏ؈jZͪO ˰a+P,f&X;=4t0Uئ濓.~{NI#pfʈ:pL >~`rhar չ^>qYlDQPYlM/\|`­!ifnOohk:_y"a[։dVYp f}[;:amxK"({ of`٘3T6w}یǿx X_T`E*y9;Qx1CoQfn[-!@u,@Cɴq/hΰ6&(f̳n55IxmF[30U UR5 PÜ\">i$2 0oor:;ҬE7F3}V8 ogH"Fg-^ZVb'VySapN[lo@u1%hl4nNI6mv_`fj]\&rT<]qeS*NieղA9b hiA.-eUܫQ_\K8;{I`T4SOek: 4Q:d(;-8i gA:Io@mo±~Vtڝ)@ݮ.LFL^E(3䆅3jc\ rT S3zDJK(t#\ q_1JhX}/4[{pΆtPҜO;8wXixw,)j]O3{=c85ogVsx4nqOIQz'ާKy%r^_ 1$ UHipS);4h_PL NQXe|lԔ"r\!ˎ;zmM@41EggA>Půk)ʭ6rtݧCM(ѕb4Q; 8؍܃=o!R TgKGzʲfԢu6?u=h&.$NY ()Q6.ҊaWG  w=@¬Ȅl>E 1KwL=k뿠P,*kazԒ/o5-&W] ,(N`A!W[LX%LXN>D~wN Q\jΝ*t+e39?M~>G*5md"pp";_h^LR}JMy}/(N\g!~6eIoW.p u(nf/6\z!WВ o䡐,3%3L >.ûQ``wMHw>NOըevvf:R *:UrƇi}rGY&4.z] [_[& DJBM=InTl0،q0J ]).DwAvU 6iM.k#[?ͅ~3ySøa{xni2ШOպ@ߤȭp:~ .Ԋ ܱǜX1jQhy$U:Fi5==R"I.=X_@4K^r~OJT_Sߘc`m;K/FRh_[qaT b~֕d[} KpCe죯hf+ݸOp{Ɇ}i! ɱ0kWɃ2ՂwfZl3YIK]rZj4*]=wUsݨɶ{dbWv ~7{PK'} ]ҏ5(gxx܉P>3eߧU=m`@+m9~&sIn§J.%jrQl"L (?Ð9v k?\;Ӆ@c _`Bb؞?m̆ﻬeoKW'7J7 Ʈv q_zuųgMJptq*Ll8O^G_'C~mOs3K‡|bFE& OǤ*/: &SK|֭n)-IakQDZo*7Cqcgv&o:G(gwEtYS*4&<ڞM! ё  yH!%Atƽ߉>ﲠjv3c+jƊ)b6)a5Bdglo6$o,ZjyfI$;+^Qg_.c>Ͷ,h6v* @|BрՂezǾY=y8<V3R8ut]>CP!^sK)E1^AlʘE`w2e @2QЦSV0^dMtDړS" q _̏%7ů;KOid`k,f]zvIELٵ5櫓Gte!PKOrEm^nŤPv\vߡ+v?wC!?pfa:AQz ^ ['[NPr-]L=/s{#o+]KЈ^d ѽأSll0:ZQ-{l+JFXs1Pܧd#w籠GĽ~էt14SVB7_͟NûV-m2}BzAڇXȅӓqe =L8P&OԌ3,#w^)QB^Z#r p=isvE)B䫖7Jcp$lKpMM!J"^rNLlWJo(}V(Ff@_"s;',[vIr4 rMtl A3\ѴJڧuPuoMߜ 4K=.E2.XD"Z @,7`W~  mi3ܵ}w搼<ϩi^o ])GשAZ$}o:cQ%XfX3^ ;{U㒯#JK9 T0nfպiB5p '9ĪPtL)S||PQ0%#9yĩ< ƚQZ؟~}*j4Ro"԰&5`V_i~T#_ͽ]yPŽ IU+ڸq.B"@aea 0߮nʬw`yUjcH?3¹OEۧ!Gs >tsҀ3+WVO,nE(֡qJ/SYEAX-Ի0^gwv}3"~'؋o;ʇ)n'n_ ~!PCqPJu\/fنQ5 ؗ-ŔMvN3ԳedrX/^X 燖jʯd-8c(S4leOr&mLU-FYe w@ Y` }@opMO 2vN9 $B,? lrC#σ=t6buSo02Xڜ#$]z-6,|I&|˚Ϗ "GSfC5.T~.UuWȵZv9[*jb#zkVvǷ'nЂZ[ =$Xi fVLɜOQ{>S*=`GHoH# eO&LWz`fZ[/Q,h) Hl_eH f$%m{~١TB{\-6dͥ {/- v17eC?0н?WkF0wLFag-H_8WR5rs [=ݢuyZ=N#YrD9lه+@Paey79`JtߒݧRq[m]a>0* Z2k v!É dn "A o-lGN7uH'BTOgB,l:*ma#3;tS¨𫐥HE;gw YZgGٞ UVr I&#!bPq mWrwNeVe%ߢy]{u㽬>q=o_Te>|Mz%]lxzdhU7!nR><'#}7{ 4/#ǗNҹA> ? lxWKO4pqI^ĻXUP~/>#[0Ʃ6~MI*Ғxl <1U7aumKU@\sБ o!1lMj)XGrbHўH6JE%(]4(N| Z-I>lhغ ڞw_c+I7 B{[ T=[W>~{PXeoĻX`;# ̵6'DwiP5ӡne BTYb4;f2XkA9V,pM<ړ.Rʹ6D 3v5|=qT~;6X`X[7WAL _J-U54ہ4IMߝ~VcOZn-Ar`hHYvµQ_a1K;lbad"u6X& Us?l!+-L%` mU_-1)ir hfd).JBn4&R= }֟mCelA^^UP ƴR]=bTjVw)[R$V !NPdYv(`uc\ȶkѝE$HQ~?҉X$e4H|vߔ_-+MGE/<UAWG {fQZ; .U=C"59Fux,R*F$<"=oH%wx0UiwدNT>Rˤ@(m+ s=7kPb="ϼ`~ó\RɍJS!H5;ߩ:b[w~;Zulq},w*C3:{ yU9]!w+0ٗSw;*UWqS|A.U#mHMT?2MŀUX 4v',Ҵָ,`,exشʶq8pMc3nܬ'{m_]CǗY}, Ŵ G꜈<=~qy׹oֹaώ ~1fz, #LR&fl*Mt0{tTbc,ۇ$Ϸ?4%1;~W@KN( g^ad%h hL!Xȫ5r F{#ag/[e&qUh۵WYa,g Mds-9gl+Q5)CsqyUx:$^k䊇SEJ *-?vir~ 9@]6dX^<-#*{?%9r5"ʄ ~Z_Z>/)otȬU,2EU$HZ(2LOB6ZԈ4O@ؤF.G+O_w9~;?mKHv?]B9-ŨUq7sja+9؉蔴7y\ 8> p 6ʍ~_\`dO)\Z+Vut.uHat*sʧ/3:&ߠyF NxZaN;]f!S x[터u/5/h#7E!x/~R1죊Fh.̌NZl\KZF$0ܽ5wk؛FRG5JhDIOo2x\&c28!zʲyzߠB1«Z7j#ߌzTyD+ɶ@+P7\&#ZD[>jU3Aq.hr$Ok𶢻։?b. Mn^&^:H}e8X/a{Y2k>Eɓ1ǧKjܒ>6@9ŇވIQ@3?$@2u `9L2̒U$EwJ1AWt6$Z)!^pϲ@G ;!1m,Lo4it ʷ>HHD"l3g toFڄTivk|Ne|8P5y*m/EfI/ƁfiD]lc}-2 д'B 7Ml^C^& 284$Z>?V-݈g~I NsĒۦ7$& s|_`ȦV]+K6o6ݧ;0w#1d~E -2/(%SrCsyNkHmsxysȆ}[~|2vCx19&P7H컦3ܚ~+Ж0ѡR㤱 i{S@G47%lS/JV3q<;e?4̳wtKnfz{l؇hع>d(N3JŁ,S7 ѼrPV܎9!Ry>R:i YUYE;,{ʔc 4"|9w(],sɰ\+9B^t!3M%Pmx F+Z]4^-{\\boyYm!@d2ԘUi}dExyo6Su(l̶uVmNmrBeͫ!XfI djPёV{0͝fct2O/uu=+`uLiNzv nr@"r̫%TiJm:6}* ujsW/s;{!Uz߮!wʛn-)2u *2B4FqDo7>4t:x) jxm*`#Q2r4&fE/: oĵ'' U" L|<\!LtϮ;HI9B<2uϛ/[U@X:j9ɑMјrN G9RaCHtJ+-zk@˴*1t6" #Go;U6/~O5* [Ov9Iաt򶡬_OC4rr2pح漢ǽWI8Nlq+0J(nr(؅n^C`KbŘMnuͲӸxvT*(8,]\x/DfIeRjApW@k@׭pX\rQR#;ږ\AȸB<Ca@NL{̄8NIlC֨]x!u(͡迚fm=o&KW4"g9׈B R_sxC!f8;FC1O>ʢdq!~tH*סyNg[Y+,yCz,W+P9;Z8 ա=`u+]\͟u,$^0fK4;^(vШt!ľ2bڗ׏yrbK1#"͵O1l9[Mw߭#21/{Yz|ldl\wNhv ȳՕL.zۀ)8%]7ve?j` EX] ʹ#Bfjf`2 f$L8*lRFrvʅ46`J8 =r~i e$i)ZP_U1Bb9mڼ6Sza&/k=<3_lrxx⸡xK۽8S(^%l~y\6*CZ'({ 7MmN*Fٔɗʬ='B22%t.!\@Zנ6@S\#p2jyiAT { 9OHWX6B&o*0]hC͛S^');(I3Q*yO&2.T3?t![W |%(e(P3ai^箑`X?GH'4ǂojdwCb   Hb}%f47M[9DY|Ľ T:4tsr'ri." 1x9Z6gc!9_F'{!HGC> J{?zgnLS󣨕lkݸ1e^ЛM&c4g'59 }SHY_恱qdu/'Sv;1Q1oǸuLP8QC0'ȢO]3"X#B1?#<<|{b:~1*ߎ/>ě+N! Of\ xB"b)868&P:0޹2c =%`]xH%ؑBHs}6S9*G:1&QXgs.<d҂b`ϣM0y&3C4*詧i"]֏31|Yߧ 9UtyO,q2Ϡ|TbAa,sI'M!퀙tF[JKvo\MVћg>T~, \l{}L,q4e( ='TS>anpL]rzq4.{m߃OP!g9l@{vduSNBj<1OmDtٞJ|K!<cd<|ЃM-J GH}rHAo|#^d2?|ȮK#8 /t}gN9yϕqt<2C'FBk+Z#kl9Qܳ>Ц:Z9S;HlORmÌ۬Bʽ&ߡj֗ڐe֚E˩nZ]/ғFc e~pؙ>-&΍5gQ?+O(EC7>aRĮ 3;ufo}x/NLBʘ ?O;35- a(*ӽEg S'u=,$kϣb%PKy!|sܖMr^#S<5wF\[=miJ>Q+]I%e១ۏۛFL&% O5KŧĘ K U-gQCE+ ],}$CZ20EU\&1{.~pp V! &ItqҚոη2l)@`þM9j`gl"wt1Őyآ7z?]gG6awJD{rO[KQk9*$wN"⩰^.I ez6zN+ 3430۰mLt^A=8з} x[:(-tT5}<6OX!}bؤI&znI&+61I A+p+UwR˲S$~967(S GcAQm+] 4LSzpݶb+D,*~sPߊG^A4R23G?Zj=lD "*NQGXhN4 n|9gj^} K9sƚ-d\s="Lao91Zo'7 qV*#`٤ovo:ROV+2BSkn9zԵ(  CXo*RZV)_@О kBT̖Zu2-FtsٲYqb#lԡT.Q2܉0.XN_W8 !x3Y1D!e..Y |6j6h_Aw TOq̣R9Uq.̡9ereH]LtԈ{B$Щ6P斜cD;&LV3hdd6؉(D^sx-o@y FΟ1MtD`pIyLPd%TQLʷo[q{|.}^0|lz'9ى >qτh" '%'Վ&!iwWZ Ű|?9 p~g[Dޣ`o ##,Jԧ16]0MJ?Z0b̜2&z>J}#ku`k tW<{D8h%YOeKp["Gnp~ު'+f%OE}+j6XRɣ4Iฝ >7ɠ`VF%t5}HDU\JLA@2F=(9X0$Ts]v޹ Nڗ?kC/ך Iz LxN{,哏K| ό/`dUOS?QjuڥtS/IQɢFmgӈU,$=G^/.) N-r赃ona`?s lRY4E&)Nǹ1Kkr3Tg,+#[#U!x +Q%Yu /׉: 4?mJ|[6f+)Qw3Aym?E;A|B!M/etthT}3fzo3Lʅ7+!BLv$ b؊+7S~xsChi>a;U̻-7JR5z빸յًߘ^YԸw(w%~STquVjk-͇ی܁`(/F(#C)w!E׳$*G:t/O,q"p{I7׼88M_ 72ћ:&Q]wXCP(gݒ6*HwWM)Hh5]!#,!$eFOa`{Y Zd)h±3灖%Q5V^4/OLȄN|$jskl{{BO-ïr+ qu (U+D&l6‹K$K ض$ŷkr]ԋ ;2*ο o-|o"jAnpm- {-ؖJw7I^:0OZ!59[N,dIr5#\"^ʓ 7@ )uKC;5ȷζy1J˒`ɣ5l-Ξ{B6'0D1H΀ϵb_"JuK$L+pLJ׏$CbZX; Iy'āᰳT:2Vy 'ɽlIM!kSQ.%4Na ?oMĄyXfVws/MSUbA =o $.42qf^ŎdJndƔ\2[7&̳_i&^K֢ apeiJѻ{zA_Lj!R%\cν\S|~J-)'c(f@7 7!mS g 7`###g0C d&0=¤հJs=\two:ֆ j-{T:"?\]hFAPgʓ"B5;ª##W{Vt])d0싵V48AO4h ~눻K^̩ϘKABz@DZ|V&&!*( uPhx?ﮰG@!AՍiS|"<ؕ+ iw@ gFSB qdj|MbX;W(إHɖc BSD.VuT g)8G?CUYŅ-:KL<ỵ"S9Lnpc4SWEݞ颼1+z;SET,ߚ!_-W<<%X:,VBY+ q+rH<VӔ3g !0,vܬĽnWhS!V.}rO!e\nYel>>᩶S' v%_ &/ Pd^ܗJh֯Q\&SONG$ (>hPeU,ʰ$U-ol7?oF;I+_ =Z}Wz;i:[RqȘ8[w YCʬ[^oclYwOBhx/t-`ʹF;#{mÓ[3UYPKAp9',{ww9!IDmhP=u.ԲBc Zǰ>Q!#78J=DPZu=xy1"&^tA>w\ 1uM<Ԅ}W3QuE:X$貕,bM["Gm'xL^R^u`A{BD5JƮOcFK'i"2BGu"=a`y`s٧/ x65uDDI#*bXﴔ f) ٠s5p }0Va2Y;$qUph1RLiU8NVoRx{_6<呾oaN/{kkNbȞncukNzyZRץ\J;$o۩PGF<-\+_rsUSAKlR64yI d>"#%bS$SBlAEDaK"M_e[g WptB`AZ[t4DlA%&QTwVN"E=5EPq]ywkuئrRo g2bBWFW<pvuYi1Nty=*4jMZ⸥Ї9.F=;$|Dmň&w39 ^7Ãce0Cs fFV- lz>V~WXV T%EWC+*`L5- zRePܕX$\vNMW{gIqIeW/}@#VrP1d+ vV(Q\mlibAg5k7b_oVQGdD$6 d>KXb_!{v5M1f%$<ro4 pA?:o`0fTg1WՌLPR.+BJ{j-/l5Du5433KT+ ZhuARILp#Oed pP.vʛLܔJ'V %ME Oó SՖ!i5,lO6i^WdN_cE_\ŋ u?V^{mbڼV%``HY Mۧ} ό{&؏">%vݾLiaAD2jkpe(0YCk俪 (X*7bg}L@jo}w~_q*upT#0eWBAxv7wBqu7mr86P8- Y*`ydLܭL#VW;11Cx` Z|X"|w=TK+ZY/`\l 퀂CҊ$>I2 !vvzF:=׌#MxA\505u42=jZChWsbfY!BAϠ͎[Y\Vٹf=hjSvW p f$J  <Xb+J =rl(3|=Hw^2̣ 0ZB@mj}WҠ+{.!aQ,:vE19acXNˉnd@Be䉴qxwm6Xt ʜ;ev~'y7g1]w"8IǴ*|OXp#+SCt A ;ho#|-z//ل< iz/S_Pkކ}Xz׉!37dudm|N?n[ֽ8ߔ:杝X0I)t^SC'&T}IO1-k~W8D{+|wFLr̉ƶI6/ar+C !$<܊kh#Nu9$ l@t2lKKɁV5(:<Р7PfsͰ4x/ YɵaҜpg$|,Nwm}W;CaM>YnѨpqj ˵q|YZBV mF-υH<o{Ds*ݿi{6^mz{*f'u r+vtFvJ"]HG3M?!JZwskj< C LNHʪTro 6#@%;fIqPxuv9~^g' M5(}"=xg,`ԝ= 8VoxD} *Lvd]G=vQ4uw6U?dZͫկ1Ya+7%p!Ǹ=Gm剂Єn>+?D UK UB&@|Li7 0~qVIA-Z~3.E=w\ r^-pijT'{ 6]12 D4i l#h!91f93 ߂ALk mHnd6S~{$4$峄6}fHaXw(or}tųА>j)JB#}3"DvKr7ʭ۹? ?- Ŵ7V0E6w%&Bk\Ijn3sJhzh&0dg0N\:1g`M; &Ʋ&5.7ɳ)Xa1I׼@O #D5ẀYqgr~k,>Uz Gk_010rzkfGKD_$#:N'Дk2w_z fu8$yk'fMI?i|q.Q"_hgժGu @@%T p]/8 )ERXƶ.2u˩̫;t  UA`l|<^*1 X'䇦Cg4s_`#tTw8^N~.]\h􈔆nP'۶7R6QKꩀFxb4 [JNf3+=Ơ}T5%mdmfȈbEνt['A}:.e~_S|^+ #qD9rݦ U3_˧m[B䤊Tnaz 1i=X@Ι9x=e2_Wj,?Fpo$%Rt'XZʄK}?wq 3yĤv`: # o"tlI -y=. .>NV|s\HJq~UPҹ]$DJ+n[ 5c"#Bǜ׀|A3r2ƞH!EX]ms6[g9:җ s?A£3XNw;l >EɃ`-I!ď4v#gѬJl@Z>*A\ fN3l֑ -[!PƣPs|ߚLкJ3,s r!/۬Is;#_(6ƣU1.+rAkv;J-)玖S`69"qk.f.Z c|X# Z2?Sr81Wȷ8Y%ѣ=[e'Ka&5/I-e?=l\} L Q}Jw] /*w-$Tq6PK2շCjHjU#yMkBc[q$"ƴE7Y)j'2 F%‡m'Y,Ϭ('̒ba],eZھ }.n߇usQx6XTg^{m 7|N]3f9VNƂ qQU5(1c<Ɍ}l:GQӍ/d7OU,Kn+t1W&݀h]7"*@ *dbEzcF 6ę6=4'*էjteMHy0r4Jvx-ôkޯK`&hBdM f\ mXZua ӑOɬ/[G2ej'_ 0Qr2N%$ /~B vY^zQh[ j/4%܄os.kb$w2^O}9A0$x.ՠue46]lq&ém(E)T Q@59﹜*alšûJL7I\t;ykz*#3oTbQ1B)oXtcxJSN.^^ Zڟ2rr ,76r[њ!C*^0دjcĭp歷C2N gݻeP Mݗw>^ m`cj+A=|zANGD3O f+`eM&t~ܘQvMhpKpBQoAIؖk@v% cuW`ڷ(ܓN:{]l7\j)z[+s#帽0UofLjC  ]E~%a:, vr-(eFgQZwE5f,v9HR> ł5בm=9<,m7ռ7c ms>vؓqp(@OLq#4@AI1DтF Ɍ)oL4UmM%6 ҹ.+y@bmhohkguir*eC DJ2Р.lG>I8Od`LhܚM3>YŘ+ܳ` QӢ&Yk(WSsُ v3E Gb/MT,ć[({8nǮ%D x*r3I1[qATc554f(YGSrKl7Kuf{3az!u5FEP6 )bC%ݐa`GîR:z/ב}e0yD" OMv+(🖆W%ͮ%hK!ީG|s-\fvVğ;:1q]!d\!;Pgx)~ZD2M`7UdV~uJ[=cwRN+FO+ C +62*$@{S3t vso`̵:fCp&OgؽwvH&Flb=Ck`o2/z?kR1 ~o@Uti #-NL/"/r3g " l;מr.*my\BjIn,I5 ,p1?a_0D_Q&¦<) f`C7pOd{]t>bUFu[}o 15;*=F\{rئynH͈ hv%r kr]G\{9@fΆ32جV>ZKv-fZΖi#Q@Jl3׃/|o&l@$V4$Y$z;s:>lZ[H+dv 01MzxA?Y^!j1HnN'o:2UkkC75!iX Ha9OᥒxE6cF+\!$ t@ro-?ƙB-,vjNkn$P!kX('񾞧?:}6ߝpNm9^:i_!fL"KZ2#}rYzow1HmC1.\\M$KB=Yu^4u^pVI V[Mcå)ԃX]O{7Ԣ kazX/]wr<1 sIWɆj`O*EsI}:wF5K*v9% ~[Y6h! H&#ѳI8/W 5߰2{;+XQa(##(k̕T):љp!b?"|6!)\k9vWG(dD]$WlrW)MF;8h?v9&S  1KAX)ی5q)J&-">r_C߹& 3K7MX" ^!ϵ8~JBF^,YE':9?'~|S,WT=hcjy7cސeKg; fPucM>y0. h!^gf s6[:PqZ*eUzQId b䎳޼ 'J[?@3U07H0 9 ;:L˾Fh'qc!ܼDGCt;3kK0̄ Ғ +,-aY`ן ./adV7RVԱ5.hYԩրP8h`,s25w1 S~kG &T ^,6EXg)6 tqP `o@\t+20h&q+X۪d%"}ɍ̹0&N.4zHB,gt[j<ƿĨ6gOW*45ohyOa#i"ثA_]H `r\4mCԔ>nŹPLZĢQ`xiREY ĉeIJ {nhqYXtdhU/_N`BVKDDJ' uPL=H[tE\MAv2,Dz{g{X2g)Meǖ{?QtUFU>|_IIdN:bbȫė}qkqvi=Gֵ!?\vf(@Z&Z˯#aGF% CpglzJH_=8L_E@3)Ѫζ"SHX@_iIcw)xК \@QܴQ`^" `[UFF#VObay;t9qœˬ̴캱ɑ˿9 EY,R!9LFv}3ozHKeoo onyɏ.:_Ѵ&d^|֒X9|DouA5d֫đ}C6cP NK۹ [ .q87ٜ"*~hWfxW:vQ/oH3OiK{k^&Ϸ '9D$Ľqa]{1?5C%8$4%.Ц2~1 .، ǿd'sml؃[Z4pk<,2űsu2Rf=@~llz163|]k_%Hj"6T*UGb3vll֐~%{7 R!ҁZ\&IWrq%О[_˅W/ *v`pgcǒ0*8x'b8*i#qnVF˹(9F ڙ"liG5O>ŋ/vQ hjlըnO^6eQ6,'KQ_y^ D$˜/HW8h[Qi]@[NtEx4^RFbaIDO/pUDRs]w~n}Z`L|;51OJ] 7+? WLI*>`%/+[*Pf4֭ ˒VۃF!H/QދLj ڡo4MǟVx]3ܘ3|!oߴA_5WBBb}?}m9&YIux4= bc˄{G <;jMH |Eo4n[nvxT1#d t<չClsxU`FY\I63C xV^t%Ɉ;:;Qzq<$pnʹÙixp 5%\I}$uaRBa~2;*TUn4lpsˀy}+@H֯R3NGPlF2Љ4QX\.9F=1ҵ{cvPǗGƇEh^Տ4dcJIe8&UDH;vE%Y\iZ΁ۜłeiK7xUvJ@4`w10{6+UYWR|0aO,\V :f9 ikCKY1:PD*A?}O:}gFD8WJjDr4A1NyG ~˜beh&UAKvFp;7kCOHձ%*)?(k).,p=&30_rEҐp{JuN44*4I0$Ć:#\lI1dainX2iu2H4ss#NiCOUlA]k$yfgLF (*Bi}Wr6LIM޿&-@~nb jƊj5W?T'qsaqk"?X? ,w 7)!);&߼S-]i"xQl恬 >?; tW'$S1/WiOmb#1wDNѭ`A#G-P\},]qX^Zi%$,fd!"L괝-3Uo D ^b#f;LvkZ5Rjpvz6q /rr2$U3͚)9p,IFI3SNJGޏAHhFp.df!%[?}ϦPx2њADj[UI4[i[+;ᆥ"_n%qNpRԽl!m@>!G{xiE_MT He B]8 !8mmQ˼͊kSyAj(. q}=i٤_,zL揌6B@|ivlА%F⟐H~̇( 2 =`c=WZIߴv#7up4cŻe_:?;䎢vI)#֌J &tdXY\?&trECg@ _u'ʹ{鵃axn:ȗY3[F?Ru܀  UPqAnG}MH`]/gܻX^̭fDX%z_Yݣ4|+J $E/L&/eZ>_0Emt}¥fe 9t $Wv1X|ʵ—=iи[vLҲP$fB"gMintkF>^K!gԌ'9eIB1̀N}5o}Ys_qdu{D+@=ln!#VgP+0!uM9ؼ:m/L #q'uڴQܲ=vxܙ喝 Aj"M"L^ߏ|X_yw&A.qV f n4XS䒇4?FqQ= $u5OA@D#ЎMMQY)Y6eZz2QlM.7-v[lĥ́.?1:k因6pv B^-*!vSrLTOz*KNjWaX;hƉKAdfu$@4cߢsM1c^Rj'{<32sF` N"*k@wWᓂcR 9UZbשg"!&-Ǟ.yN/p B4= 2p-/(Y >KD\ œ{2:+ӔltK5ۈb~9GPY .]"(~* 2G2%Aq,S$qM֛~/'`+t[LpSzZ vC7so[TvK0%J$ ]A:T#jH qGU%Y@.˽8+ܼf%?.ku31B.l1/w~ka wpetJEI)S+P釄0-;~xtO'Ve#.[0L(+`PnآHaAΎ)4-'ԛYSt2$92 b737aB|KSy,06&VmϽΘppG/FA?{a Yf=G2b ԱO|:t]6#οx}Opm%*mfu$ l0ҽvWFy7Cxȷ?@~avJHHÉ08bb}Q"4E`Fa.gT z>Y?kunQXBq^gnXQ#3dE6o)4#YUc")&Ҁ&h@/rXb OG)K<޿.&)jAzݓz"6/A.mӡg|n@<η!6g;IqW4 ڰ$H_<9?8lM[֭zNff!E B|os GIG鿆U1kdBGSGWG+ilʁݽ--FQG;|u^Qk.iG1[ dԤmpsLpkQ̛t-Ed DEޱXK0˔޻t焙Mt5!G裖o-&tWޭ6q?45QM{zZ?mI#52-J;=2 B`j-"DEfh$M:i@)ź %ns sy>qp(p<Ri_@,Јw¤Ѷ俾1D~Gj$s+d[={Eϰ:rBRy1!n /ؘS?s7xB8==Dpps]A9r[?7G66e}~&ȯ Nx WA<6@N눃@ YLQ~SR-`n g.#BW kW>7i*HJ#R{l֓JIJ5oU]sΠP[Dp17ė?]-P ~_U؀nm2mi* Iܵ<+}U,qz24!r0uk Zi|'usIG>ߺtF˥F:eA&3,Ac;Ө󰷋P3ڔqLd|j)}#xҏx 2:qX.ޙ/qy1֦T;fM~,W_=~Et7y?&C~z̿aTlLѶ^3ՀexiHd<kCEV&|,n뫐(=~Qc)?׫5t6MOSu& " ZN*id/K7_ ' E;;2mom(Iw8wLO ~r $֟O041BΉ 39n'^9Ә*6g˾+?oxwYI(8Dj.E``+p ܒ) \,GP]P|eB{/gj;p 4>FpОe:i2$(}Kz/'4 DQl)Y?sʉs^rI#n~OC0\me#kp_2I~,.. Y%|ؽԂinWqGΒ }R"T;A׉M!HWiyf2o4ʩ h@ɝ.*}oJ:E#sO2uvӃ;T=9RVLZ)zw}P&Go:hxj_5nD)e|-mͤb.t[ۂ.CTL&ӣ=,'\a vNZf]չS!s_1 Ez_pSX{K샰nlwZPDTn:~td GvCCMܲ,Reip 4Sz->.}z 3LhoB|V/mi %'z35V3(l0LSsŒЪ5 NB _L6#i/y@gpﯰXc&~!rGǶ֐<;Z֮)KYNPhLngȭ/LݴZ6ÿm3.WҖF֢O[QՏM~бz:'#U-O=h?vqlvNJqGM Q",!) qWu*>Tø ^tg}(>\kX hUMhEneo|Tz$€f?A"w /bFk+ 8;5j0]1!jxL7w>m ^P94N|k&k7@NSdZ^v}S7.LV_ V"Ò/?Y>!V=,##_E">@G^ C>uJ_TKZ1ֻabWqWH6a .E g  ػ͛On oFؾOlSg88^Nn&YtIai` ɹkI||T=45]WeDj K,Xp yJ 9?smUGFQF|ߏ$1bgfmo޿Ήsk.PPo iA/ 45;N{/+f$4\9` {lŞhbR]j we݆HbEzj0cNoHzVpkȋ+'/nsRdb  czPʺ29Wpc}G3?=;?~ŭ(0Xj2bl7gm"޴:ʈu]A w mȌybvZ1 ; E XJBw?@Q XӫrWu8Ge;j#/b2Nt&svf~'A-{:v058`ߛx7FPqlSfOo(Z|4ْ}3 aKiò DE>#Xb'#R3@yo䩯?qǽ|ſ|S˩_ΖΝ7}zfט֎x5ZFE7&[2h#BŌ-x+{C(-N!2g#G}qsB;3?zxJ 3SouɓW9aW3ܗ{ (,X_@6"#EO\m06}Mz-;-W^H`N1vD)6\53RHCΪC 8Id vBo ުAE/:q80R7u)KZZkV"qa{Mx/Δ'4X}/C!eEsMC7ORSe yi{XZYL(֨V0im=AMwG)e":%~=ۘW|ݲ'7!D:J̸[ҭ|'cշ*Bw)]w9IsUPzt8QGp Ƀ"`*Y4 JA-#:  #vUPB-Uydxή'\S( x9DCs'i[3p{T>Ȅ¤*e+6tP4Ў3IwuVݑ|BIN񧒍K暯էXӟP!. m f"w Ug k1j4h_ #we`JC= `$ZF2 @\mUhPm0RI۶zlpk# ;>V}JEfl…9M#ÑcR* j>hhEơ簲5n" KocG78b튞zew3{IMC}w4Pc/F&-';C5p !L#h㼒EZzĐvhGB\9Pnŝa"0ދ%ʌeD\LH-VPP8MijtH@ͤ;:-Vh߬!Q[J7{*OӛsR 0{~Y=෻Q<`(@QZ-ؗ{ؗ5~srͱ!.֑л淚46l~g2 5"J(]hV'5qݡZ3%O\Ѡ@wibt̝Xfm*ѦS{g'ݏtTҙ}U8^`]d")Z֠F6p!uݸ5hؚJ=}d%)柙s)f|/Ƨ$,$AACK-'{z_/#VӒOrt[$amca#U彤]zcb7CD{;qcIx.V+rr\߿;(!Ao0m' ͟X"5'a_WMNI 5@3q"m ?"^"4nE/74@A%d*w;W9YUt1`:0Ӑ]%8[^^== $d01ȸ$$4 e9TP8<=ϯṣG: lH 7K^9b>(F" ln94+`+0eprQn0 ؼ.0{Xũ*ޜ=@]_ orHJv~|<}W8zHzi}qKԣ<$b彶á*\ZGIz&x-`b[wvy۔9ʤJqcP"v".Y*Gsd}XnB5ԗ#uWKrEE_FKF 9dA{ lN>:DU?T:" QH kx)v=p;J QY+6jڦ,؜ԼMU]jA;*)}R;P "aH˴Fhu_u 4vīK[b MRxg=*mU#k[a*;Q18R.v"5/0Oec%!k(8R^)GF'4)f_ ?ҝ Uo{RַyySo%wpQyr֬%9_R/J 򞰬=GfsvE-3 8lQ![8_tQ O.u2e+ Qē]'^ϽD+噗I=W`o^Ac`80q _ 7p'[ D3j_(Д®eWΉ*dcZ`Pi M8Tr?9p ܖ ~feFIf p\sܢt(ߠ㱚1bg^B<}B_Je,x-bN`0mwre|Θ[ɮX vS3ƺ܉ֈ9knxVRlBEh]CfJp([Pe&MPN|4&$ K#$ފqOgH`>QGiNoS̤l$ZKu5)oF8Ĺ{E.Y*qIؤ,יc{!@g 3hcs-Ts4<ƽA|{wLoLL/ߣoYsh/~S1I {+eG Reh~62~g~W떊i7 n'MVA~?"~]+wqԗ -%|:}5UNz)2S B@T ڨh-djM|&Z7Aw,|/kG>wVX-0\TN6pBiޡBBuLgH:1B+sXKsk+xiz@.㊀>>\Dh"X8r6qXՄ4 >I~,êyYLD sap#5$k/H+Va8tIY/Pc%o[GI0#eNT[XG|ZKM\>DW߾9}g`d $֬&=& PSw"yyJJ+$cCi;E2%bۅY7WGP7yeiuڶ Dm)Ue0:qGyE0k{4Pӯ:'!K',P?s*aP~U&jh[bG Wz[qWI=(lILrیa/вeRF0Mց~aU-0.,8^2nM )BOÉ[pW^ܢgjC:=9Gna-CA/A X !@#TWN4SQ)*U0QHq[wǹ&"LE/b//YX)ے^2#c@k2ٰDWm*< x%$Z⁐&T䪤*,I:X?㌚9bcSrWƑAtCO7tYV6ovԾ50[veOCvA0`]݊+~U{/"jrG\\S$phm:z| w1Bb挬m /wX#kJ$ $w^`J9E)Q꭛{Um_$Ydj5%֯Y6ptD+]0[Mg{_]#BhKxBQ^ U,΂RdBn~Tyv^uPj^WOLϮ]Ɉgm>!|-2.^{,ߥ~nwإj C I!EooGN4yGyP ϺD@Z b$R)t XeKBPpX3b` f&~@~22d]:_BWw Y3ާYUb\h;a1bY"ϥ |_퉢 PM,51"p0 ;׆;9ڵ+pquw; \7yӑ r=OdV`2w|$7Nvr _^1uONK$ܨ.hё&yȼN{{0 HX@)-Ғqв />bw^PCh,G|FU '؀C{pyQcS1TX8oTYMk`uU+Q;jc_ $\('(?f C&F6 Pu%f٢k3 glG't ׀c͋[adkn-$2?ew|ah`\-\TZ$RƓts7MƤO adjύqCNǥγ).1=:~mFПuQˉMTJRVeO lDf=@x:J ZɥZͧBWɗFyetDmI@9`=J?$w?& 5 ׮~̈́x;.} mSb*8u;5_=:L`3$LktQ >ӨNJoaV A'bRMM4`nz' Vru&won!PrmfH E` \xpX]I[p5:[;=#ͻvQX^1LslO*GeN.몭h]9[+IF}J{cBdSCPS}5tVXONjܱw}obDU}PXr',K]JﻗQ8goTr k7;5'Ct[T׉uR`XWݽUi 9N&R @[(" ]@'FBF_{'2V֘m帩Z$qVu\**P勶WzBL*+1DE`!힄3ɭG"9*VfK`y<~Ab/z Џ5_Ƽ.~fWN$ @V+(P~k@.v(i@l sgÆ@2\7n#n,i$PkVdTTi׾9y~0HSL"]>a4a"on7[HA5j/Ɖ움Ť 8E$}0F8!6o'1QSt%즑ͳ>i_U\:8 ֿݺ?uAxFW>Ј]*=5=[p7jگ׏E, htD} `tTFj#i갗v$5ysх-帵.&z?T|!zw7?}ſqG*FVU1?Kjp t) E.ʺԯnZ)]TA+Wk+joA{ 0;?I|ڃ̨g^ XUHןaCQr[%Yz5vEݓ?~zsČ}رպOzpLl(lnj۱^k'S:MBS ?3Eǰ,qKyrzU6[?a;$׶#Ϣ кŭBn։d?<F*+=L1> xywI ]u 3CwWE!i#Y&%jcq!JEhn_Un}QCwBٸLMښVo-Įx~a<{"z~e2Cv^}qIZ gF¶ yM; >D#˅mL` ufӢ -Pf80$0Hr胛3ux&Hǁ8Ö.j4 Qv_}!ZҸ߰唬 ʵ TΎݕLzOMKƧW]"<^9 E!4++~_I1xz~0knvBI. %v %"H3ä'\c~S\c]SCyʥ__^X 7h_Myo*8S*jpH+ճ,ori)OtA,rpMn'|ׂ1oˆ.9O=K,N_=ۋخLC >E໢Bl򱫊I$׍9{ɉ=72R]Ȟ(>XoІ/ez2Sz[/=--l7#H3Œ,_BA(ЮD^r" Kcx1 .soȽHl7BBt(/u+pf۴ݟWLvٺ4k.bJ%\G:/@P'GOCPZzO q] p4_[z[N&W-:DX3Y !LR9/z1&MR$Lށ=O_QL)dT~[ʎo+}η{(%.1La? :)Z=ȋJB?)7Jo9ci֧uqG_HvZb`Gu_ +!U۠D&C㢀 jzq:(BHa$v(-Y":w@?NNZC- G  ЁB5]).3lAzZّMH%5[fot̍=w^ق|W (%Tl+m C;0G]8Z-q! hlo6{_KBLNKli-Ϧfv|6*a*pNmCC "UQvnst&K;&̶ '=gC}9$R?m&{)Uw)CB+x~*P$y!ڪl&55A/ۄ'uo+H9~ \*KZoMY젊Ri(?它\f̰ii\8aiܠcUYع<1F1CA=󠅓/ b"39/߈pa`r^G,r2 7WL޵ [Hd֎izo)n{BJMa릅.jA_ŋb6Rk l1is&qySFe>F % IS1 GR7j8;jb gfpr9ɐ[U4wʢ%rE/4|@.< *}u,>c.J4yߍheRM}h)[?wWdޭ"SO+jxM#O$NWzYv$T}n(ܜ7EUMWrsjFuK"_$Mp~Vq޷ 풝l3QTL<8nưUFJؓ#Urâ6}^vV=.,ym$ݞq> Nxc_ Qw>+`4P5'U K[Lr%-mW}nl͵Uw͸ש?֨X~RooNUjowMH_qI=m: 3r^>FZE ynxPj)i%=wcsGZR~ǬWޮ(!l+p'tXhi\: "Đ9&*AIp#͜r. Ci]CbVxE5jYѥ/Ѝ(d9{t<.DL gJ$|Ͱ,u`51..V"U.;906N-i3~iCcXt=(V{sI]Kn05ДKrqPFp? E[H\bLx6ATuËCIIkW)JUbCQ7ljǪh0R2i]ۚf<%j梅;' ?ؘrL/Tne1ZIWd^(# D ð+3P\)Bz|H d> >}q*P9'yd;/hzFXZIBBpw6@C\ÛQ𷼽jbYOԋKdMm]NԔUbЩ!exm gtO =۬kjjTN7O*$JZ"/gO4[.»*楠+.,\5Q=C,8F]nh VФC];]kqp$y$S 䏚iw(֟-l|Yy߬ ._3ي.{L='L$/dQBłڛZC0lȔanKQ\1$JB%u0f-о sXq5`?F/p>2yoc$d5z= _p{9 -T:a1'DžDdyMmZ> 3ݘm7zM<zP)>N8ipC4K؅q}PDZ &ؖQFP62&|Z (aoeגTW*^-%B!-jLdhn)e_Vu+hߎ,It>@yʔs[^M9 ?+0ы!q|t c&]x@UEs|a@f-o"0@ 5Q+]6]CΈ՚S]gSNSfa]}νFn:i[`.\򾬮\i䋔Zqrp~2df_PYn5yfK*@OwB(ZvDbK;41Q8s 3ƵͿ`c,j3 c>yHE&r됊vsag.Ecl.>H=pˉ/h0Hn֮7ZBn2ioP]MU#=&'AH26dPG[O.O_B?^3OWq1;5Vq#s!,dK~g*]Hv{1Y~{/-VGy/A;8}=IpO٠m Т/C]M9GdyloQ!c)$.T\PŖi,7'n-%'7-8@[Gjz/3@:gED+vP@aK5rsx^Ƒヒ ].NGШ( 6@ tkO}/GH_Wk"3ojm7'pNY,GD JDG?Kfe!C1r&ދbg"Ლo ZyܒX i\By.#796]<"Q/CY{2iR>-yg/Eㆌ5@b(@87 -؟O}ƠtӨaY0Wo,t%r6V;6]CwwO^l7V UV<ҢTO3DC/ߜTO)-Ҍ"Z[ΟnTk'ERw1.kx9V/kxY[,d0e RsoC34[iyekqyEgs /!gZ_,3P_<̣% 1^"Jⴶ\0[tiz;ϱ=F%O-{qN1TB p~4|€pyהWH{QUA k˄GሿNe؁hoܸyh`--X4b2Ym]ʩZ fWN<|@L<\n41Vx MA9C՛ùx8b_}4K?1wLS Y+\g窍}vkVoEG&4%grYTBC҈4d.4>*!!Ms"?;|0+P ̪DJ!&sJ~( fJ?PU/ F7[C1l ;B5 'Oֱ;fvޗ^oS^sC.2\|Un7L@uYU\pWb7j޿EaN)30^bZKIq\j9JMIڥeKP ?X;y~VD9L˹ys(8][e;t6dTUغWuc G7s!b1ju^XbkgW#$_fd|֭K|p:X;fY˻ ZR3xu[c6ܸA"΀x1|x0l/6-$n1äinu dDj)"0*"a ʙzS:v"qDweUĚy\aP0L+묓;Ix4E gq? &;C! ‹Ō6F71 |p͖m󩒵vz<^6]3xA[ƈH134ng-WIVbeN4 HxAy*|ٿaJLL8s#9#YM6(6x?zg~ęO5#G?;gdks&32&j>?Ium5怈GC`D"cK*q5}MIP]yցE#cȉԯpqd[[ҏn Lca ͸;A﷟s: vQU"m.,_wJpJ푀?C:>@?3j +^%Py[&VWu|Мu3ˑ2}͆yXcޔR bIAmIAJ9I<UP!^s5vlNo!tjl-(yЗf|=GH֫F҅e} #JPxfԂlU 5vv 8Bߛ~VLY";s% RzHp+9 Z.KW#9;0Dh4iH ?6z>,N%>EE5Tؑ۵>D߫KazGAp {Z\yiUhUʅ?![ӡa!''u4mmG5-\to؈A61oM͎>$*FYuwE1g؞o$tR*y5xpT'Z>ZZwí~ qK> ŏ$P0+F< Ra%C)٬(~G'SQ<X|6-5(.Q$ŗE?T^傃,BQX2bW G~Xd|C ,@Ӳ5g1 *!qm zyN tsӈ5h]f[[U2q;C%}aIYVIeN3K yr'ۊG]/\szGc=aL_c$8e,>S<FwlF]Σ z$z wɫ%0OkW631pmѣOap^RqO247dU_}ǝ2xw;AԞ0&ܬJg¡RXm4,~%n%O#!`/o^,m8Eb#f?QACKD~Q]DUt74hnF7h9V1&?&:A:@<Ã۱˅!X@.Wrq5r!5#K)YM.Q;w?;@6bB`̑JvRR:;P|yY7%QX}e ԙnЕ*k}R7ϣ7>x̓amnf#NiSR|{$h)<%rT뉹JW`nXf[2|ѻF)Lʾz}V@mUKL_E"\-2GIg(WՈڙi&S/&7Ju#xaS-Jʿ).*m7Pߤ8/daK,4!fZ@HUcт\۹+N%G43vȹݾQnhxriVasM8p32p!#T$^\VrHcm$6;mJe=Gy<,æk~k}k䩴]x@:jߗb{nDhduoS%#>ֽwȕ2%14 t=UD{)BJ\Wê+[F6LMV$eOzT Ӛ?ES`Z[0͖\+>g\+a(y }ϳ ahVfPdO LM# {vB hDRA-J3`6[a}1XM%A0Ҙ8[:c\ay_ kFF6Zu ]XjQ`wk =M={tOpBn^6wC\⧕wFBLp)Z /Ҝn|OVs^yRtvm"~{LZ'MO@73_xQxniQPE=W~v1gPʒ_t~egQNDgwA]zS0lp[48OVMtR 8mV4&uck˨fvpZt܅hhe p\)6r9E\%;zl ~pjW_Z]VO4z3?lRN3I Y]/1b dOuA)zbI+@]S=0`|Iǟ5TꃇZj5Qӓ> 췾Xcsۮ}&XwwEY0$c#AMD,4|!7d1#h<$94p {s>8Ĩ-n8Xszf#utRݘO ;&&W^5Ӆ̒@eIt~]c+uyX:F oOv5Bz$wjbɣmbI`9n<QFIQ9 ͜v+]HDg_w4vhWuԱ#s5ɵ$9@70gixW~*->\X_`iƛwyu}$$25-F #mW m\Ib)@YqBa13DC ˎk\4>S&SImlH#>e~ϱYh%V!p|{yh3eKгf.kxŃk!G6;o8֭ho1Mq^ͮL=,J}`o ]?<* 4Y 4GsAD{HkD Tg*mF!lIaz,fM xߚs;:熊i% lЏƼʨKs̵ {RT+4T$=a gIeɑ1j+sbl,>,n&EF_.•K+ <76eϊ%X/O^-F-:oyp/ov,utW7TjgNTA| œPy;SL\hiv MۑYn" x|֏9,V5qv!b@/_M Ib}qV8{/?Y9%6|ղj]|r $Z>xes-6 >>ڑy UShi =G~}<?4aޚ < }u8>`jLorq7ϸ7sj*+N 1K4ob#@2C;$[i nyG+-J!ؒtT˩_Uͩ#{̉SNwY4?ebD,gEaB/ /*:sf|Zʈ|d|n?'ƛGan8={*gG (Qy8zɦA5`Li-A`xa&P~A7ECφ^b: -:4-[r1ۃ =ovH/5S5Dl85!Ga1-][8TI{_IO;N @&DǤBڕGT*t=M#&B_++&ClkitCF#2 O@@H8GQhw;t[oڷ049SV_>DUH"4b2/* ř{ʯL<(^$ȹry8h>\>2(RkV;ipq4v&]> |f+H?B޻1S(R6!rae &XL@h_~"*A;flYu[,xa^}B01^{G;w̽7F^8.ldT#㎤e#>v!yM EKUw3ĂP;%2xL fMz ɆJ^\ܧamtSdIgݑ%o-9tM7E/W"wU Noq4B{PN~ގqqM!@PSWO f(RRAx w\E{}3]G@t!Hg.ҕv|ަDFSұ>] 0 ϙF J8B@k['lhd+n/tӴo꣟[!0-)=b:88"Rȁ}M} vQ-Ndz6|М }#C̄%ğ9䃬1. N- NK:&}t{=rb_lȅ qMM~rj*!V #ł4 qй>b9/>u#H$xO瘫Xm#*}S!ϟP O9X0Yo@o1*}-X*55OfbյH% UZ{mXD{cCImk?a]PڛN?9zg|@uMK1X'rL0 fuͨaݔApt i_=:nCﭘfCi{ 4;ngՒc1B;I/32!/r0A8fjxXc=bH8_B >Fr _h dC%:^}/A0etr{s(Ln7?y~*9\u|ZLn UgC&wIJKWrF.*aB.dTAJfS3 1 &n{׼xԾ#ufwprzQj +R!x98nͮMitՃ1Im!s ʧtTHMn;L(~#k w(JO it0N'e&Q7ÖPvo.0qsO tbBTߪO԰(OXD̤)2Hj okÀ Y3UF K\)&G2Y}I~kGܳO8I]{I^zHZ& v@D^^ ?:ч IOpѿƻZR @Q^SLTzЩifw˾=}0@mgYZkodH\uֽ*;抲lc\^2x-ιr'Mrg:\(ib}&(⟃(:a8, >+ p5J ;f$"ܳ Ⱦ] ܵKM`YWr0҇Q=UPhatE]z4'aժ |i^VK]$-iV֬I_6%[B1LqjHe0u>bBjh3&7䪗g限Q~00w `)@Ap Ul7hKA (tԕ&1cW̓3trh3hyRtjV&w&H/9#/J~("IdԓhׇiS]-7 DKmC`T.qgrv |8Tzpt(u.M|0|uNFB"[ၵ[&$"(v}?KnSHsKG| _ j?3 Y.v~OzĩWM$B.=8\;)ȡ[߂?~CQ-Uؒ_=y :0gDZYe"V"%6hDZ^[N`UiۥN7? /of%k^_fFo fϜTj*)K [&BZL) EFugdp 1*Kepeb8HWW]Σe<όW; V X E&Pj瘚 TR~бemi +7ӒsHy M :$|"2Au0)V[~9.o[`I|iN[%R_$d_imU?+TP]1A|C5?:lE5t*^Tgg!}"EbUy*VGH18 $32u}^xMب׃>0Ts:+9cU5 {b@ʄSkx F"3EBa%o<:^e_~lf|b 'z-ttq4Ƚ$"c'>,7D^ ^ӷ1LE.4L0Jz#S X&  !qX*G3rhXuNT4Wz"ҕvGll-tHڤ6 53NߴcL-u"> ط#nTvhIxrLj&TwD?^ Url5jPd)G{ӇHwz5s5ԇ iR xJ:d|$V |Tu߫ؗ3)ԙv7R{ԯm( 1}Ȁ:Wk rXɹIEcW4&w߶ϨbT 鴑%Ô{fは\(NkrRF(Gqj8ld Ѿ٣qqrL@f5gȲ-2 g&23vo*VEsܟNν>fd'cxf.nZ/|9uTsMW_Nׂ8cA 5w. Zu !ňy5X /ύϠS5VEjP0ʆTi 5pC?QƯ}Ya֏6MgF '5Lf[mmrįFLdJ52*1;<'/dpCo~@p[uvFu ! rG(:oХ\Y#v=y FɆ)WJy1K 2+vz^fhoK13Nku_OJ<`ֻ24-z <"!Ec=ny6?_)>(UfoYQZ]1tF;٪;\ izEӤF;afI}ZΠ!kCpCuKs=/KL&2YsQ)x+aBMw]Y`| lu 6Xal{Dʊ%suwv7AP\(pDRc֚K[-dmMspZI ($}&_(Z8I{AT _+ۼDT>&xw apiC/Z7&;,npݿTiw=>*{LvJK 3ԁxp>\O-T>Cg-`JLuJ4=.\`u {*k5UM5\W0>(c*m˗;H%j|T}Z# _e0a(RXAV7qGу*(Q`! ?Ϙzkx8G~\cWZZ/(h"C;ej" ٩2Jk~V9qз,!lyP3Wr곢SР Q+y6oyQj].ДMc >/-Gݗ0Hw=vŢ6FCQ乎~b$([ ~ފ%AH#`ϴi j::m{My;ynH58]EA骖m %ΐ/ 'ƶF-1o(yd=~0&)hH  Kۃvj4-᎑]}wy'\g`] `,L#b2gϫC=F%F]TWo.׃j%nj? >տȦ~O7#CBΞM`7lNST3+qw D++&iǣFyrI_ +<Qc!#ED^ 410گ˨K#D'Otj*MGЭ ai_,_oO]Oxœ x{~!q0`W vo1Va >ͥs){**vⵛbڌʃkjr ~TD Ѕ2}{8;~'6a,kdZE2jIRM֮6ӹ+YOb('ݩ d87GN{Tz3µVMV2;QyzS[zl1v|a PVVyf&gh |µGxm\2Ek[6q%" [ʃ[; YF~s rz9Uh N9Qum)c2Af. b=Q)YrRb}<9v41EN3-0tU0n)x㧲P:"aL?e$Q >o5\䰍 ^kk o<;X BǟQww:l YukdŒ;Qk:{|-u^۔bx<I[Y5(DU2@@[)0^aR]?E4c$GJ{55fd.<'R,E J(93,!y8@jEZ \ijo!8)!6+UD/{bpJ"EMDj#'2a!P5iHi7ir=[ _C֪HHghY5!ru߫VM׬ˣw,$k,bki!7[z al 3q"T!] 6%eHnӡa?*Q4C(N~t{v=,ZH DdQa꣓JDPQur_Դ DZtTT2(L2*J͂tQrEH 7=ݲ&uUSFnݑSYewO{9;)\F[.wO쁞JF݈ٟ &G"@D+ &Ix8wQxV(LbوBZf;G\AM.z$i1,tqQ/[B8h\f Wf@B߱ޟlpEٺ̚.M(OaLΊO[-T'4 u P HDdl(n0X X3rp|;C"+FgU>k9? &Q{nf;D_ j5d,sMFo߻1EPvmɄUU ]x2=>RC'|-Q^" ,KLJ s `0{z=pu 6qvtNt}n֚BKsP!Ɲsw0Z)EYoޚ8eU.W=)I|_Q! ߫FTNާ2DnL7׏PV# XU-s `s^0%q( :V/u-!zx>7_)}mnoZWi0263J?E3IuT> DM#"jc"9Z/!ZO ^d$-C2. E+zcYX$)R5b.p Jד}tF8NEd.EyEmTW~ It=š>Ի +O?1@P˴/?H-*8ى@!( #o1 X?ا#:}:`sK!Sx@x4mS1ޯ^7R+mV_-wX#NzC.9b[S"M*bNB qrh%| 4MNOחhdc&KŦ9\uZDz ^P"ΥEhsS# :;p /#+PH%43?M [Ko,8~Elݜ{dbF()i/n6Jrt}/!1\Ǹ|j YpV`:/Վf'c.P4L:w^sVz,X[k`TX?/|P1"pI@\@;Tmz>7/s)ԝLN+"Si{%#rz)91ԥ )ٸ3k-I<%v~gQ2b ҼaY3Ggnwl 3EBdZRƇ_0WrƯ?BQE-x^)Rm]P'*ep*ƪ-A +'::L=?=ɕRlعr,@¾V}Ioglb#7|n'~ np+$ zb3-rϦ [܆wY |ulu֨Zsm5Π|χi?1m-K q\ sp`PZx*|[lb@Ŗp|@{V W85\ Zt.+{y_ehcs,+s^ frRkOL4J^ʭbk 縅E&١V'"F=E8w8W^64YypECGleQ7142Z-dQÖ1LN4Ul+.C3ת,*%; __Ι-œȗ}tp_{ى^Vl݌`l(o_06p[ 3Klt'Jzӡ"gblӿ`n^crUϥӣQuw~{^ -6¢@Y,G{:d؆!vN!|K1P8+iΫ@>w*da9'“4q܆xi5p/gfD5t- 7>TBQ0:aOw^$~B<-No a/҅Ni?|/խ~mn iIzX/eh;3ՇWoF}³ Bd򀺔 lNoM1!Հ#0Hs r nE0iF$ !Q`ňKo0OEqbH tKd2&$Rp ŜP|шk<51'nw % # ,e9=O rN񙣆up |[{ԯ j8ڿOEΝQuo%('?}?jK3R&&Պ-H 郼lÅA"Ӝ_Sس>3ܹ;e_yXř3ͼTޚr*rFY% YhܢEdOJv>Ɣ!.e {̜X§mդK(ѓ3g%,0ՆU Y~(o; B˒/⮶ ʒouG&/ɳmӈ05 ke#N2r}Z3b<ȧE&Fa3v g};A"_@ʘ|W&U(BeiR@O5sԦ\đ|"m,Z/QQr, @KΒ ?jnh93r2XM ->1UTE'Adx{@u:>wq1õ*B-IM>”ZM>}> {&i6 \g_~$SK?(.IŌx~ RfI["9Grs4؊毻]g>ߜbs0XOȻ`ǭIip {nZ "$." ' ?C0 XA-E8DrQ65c+ǚe:uȘ} v>NN\[U{'.>V;?-9}GYU(Ix3Gc6WE  4meMLu+[HRV]D>+n{8nV_0AVwp2B'E/ DRȄy!^2 :2J"zq! ָ[Y>vO__*Sر_dz²bjhĘ~W.ٸ}=OŨG"E)SQ;ֆdbBgWY͘?3ԑI5@f]0h`plIp%h:$6S!)/̮rS'lF{]K_@gzr7Vb9JS?jPc#,}0JrR!/ؽR]oT;4 @J`fẍ́ZARh Z9&౳CB O Ogg||YS3N^kV#c,eƩ|x W<%Pxp%|mA8e$N9ƛ2ʬ}"S^t}_I @&r=PX%8Wb\`Y5B/գUx9\h[d2H`Gp2&7lGlQ6C DŽ,(q>>03A -} [|?$e(;~%PNiPx /ύп/o0.",Hk\<|M~$2D۞rgcɭ_ lre>rh%S-δ[Sy|t\~{XǏZ!Bd0o>VRfBEW:ލ:%$We'ނK2U 1U\m u cc &[GB@e_kY4 +D@C7p9&cwlb+ICh7 qحBXnk!ˋR{t0i WɈħmER.Do3;OfS&F^wqbʿگԀ3J/4溉=wL!BJ0yK%Ä}Z eGQ/ u9^Y ΅re %݅Mj!k~#g8(>vwuw 3n*^jHԋ%8}E <ʭ1VJ{naW-6pe'k@]PY>4TǡNO\lZ1kF[sېmHPicX%l$JW]b=kw0no5~@)xDBv\i87AQX>;ؚy4FEr;:f㧏&qGg,靊bxӃEBcCd=ՐB[9H&ݝTEVuk.$#E]0# ̘JU웭J+fј/{=#|OZm^*'kP;/ꚛJZ^K̲-I¾/_6"dp7HZd>,gy8^&ioa t>FƗ;;uX8Nx]Nm]͕&pb'sHp#;߯zN!0?G7Ĥ!PjUNi2Y@JgK\X^-\I2H=l>ِH_.XרaIJe0dH"G<٪&2Àط0XRWnwZpZf 4ოZL=9!XIk0nBJݥo oC2h3:#Edћ,ltn~'?; 3*;(iD* 2RՎ ִ{ ^Qo lTu m8! iPmA;G0:ңyc x,]u~R7I 8@#<=D#\.kgYX p':`5cs1B3+JdD?B6V07PnhbYg5YL}!Ó2٬c`76~(C$%E2Fdq>t٤7&> 1]WG\ЛDZQtO~s{?6g鈵Ϲ>DOQ&8M¡_n( 4dmEߤO]f@GQjK ZU%Tx!ss\.qWJ sCc6dE"ta1wOD;X ?Lc qbjL6+ ዌ}>bL ]_Uisæ$dNY@Tbe0,ޱAgru﷑_,0Z;: Ų[Zə}$+UEROVJ0s0م5<=ןGa"owiDx[7-޴pY5up PoeQ uALNhTFmjO'SM'ROy݅F9&N0R7lxw$a\T̋|ݝ?҂PkY$rfF5NyWC-q֯lS' TlnE# wo?a84FB]l1ʾC|\'չw1ÎAxh@]Ke^MJ h#>8#X ƦʣP5&y:nَBP8+qr?zUI}n-S䟄Ii`: Ze)l)΂P4F6MxʵKv jrg]ߙ$41P+<OPNeQmc^M!rT;ioZm+u4{=`tn('ɉ"K';Hd](˃fc[YFoWI jﺴtB;2Dqpȷ벳,IȉWKøC=lK ;*!9=[7C"ص7Bo'F?_Αg)GG(Ž9ldzSURm&Ü^,77^Yz6Xu R.2QTg+^~Kd {m r_ߧ,# *C O{$l1XAB^qI'? Rd`ŖecO?ǧ>3_>14}NL7 <jVS6t><|"Tgfx_S_ʕ7:-/W.B1 /t,T*o,CC$"l)'PcnG]X78*"9,Z YWr%%HmL;Y7)V "-Dy1;q ]%軯(7~3m7yN͋"vW@A/*dE̎~ ic<[N#.F,%*O[hӷEvM EXrNtXу,0f!J 98(>[h~c*3C\C|ѤXWت|Ge3طhWIJy(YB'Osj20)EJˡG{5Iw0@nW9AD̕κfdh`ʧ?^=VQl{s9h[hi^T@#"S҅@^(z R.#&pjpxj]Fnhx"=-ΜmO:Id#R Q>4 \CA`ʕAl@RYԈ+swx`'<[Tn,ODL+_cQD"RP#M>ˉB ^nh?2^pv~gCE?4?BRo\y6aX@4=ĥ_YΕ ̀I(PL2*A6oA8[bfJOw x~A|E1>P=횁2cqWw2NnSh~bG#G=sǗVsEךܗs{47U`octdh2W=OpNr9p,C+/R[٣΀zCoy{sZm\ Њ;Y mmO^);xM?{$^7{ dаcՠ)I Ajh NOEq 9.5$tέ+b}78b WZVX7 ^"iv]Eq)roW'֮=޵w:@E%L 1x5tjwXѶX<ymx[ D+ȋ^yJ ɻ4决6k;9EksE)l;!F+jg}sכB"A^ύFa-q-Jc^sZkPmN~ [_oS ׽u>ɺ!&cI&ctQ>q:*E96=WhhAO Zvqǃ\Jubt ƅ-}k6Cs?5}c W\ftQ.jrY| .?ēߜilOAf]8'KRo4 &28WˈZhKht"V/۱=F Td=b7zH;1]W>ktr_TFi&n%ʵ\s>4d Vl"_AȔI”P.gdSs(r5|Uzs2Om5'\9JmڗEu%,W ?09LvT&_5(L$hlr Um2ʉL{6+vp>S r6>'h{t͉o0ɺ;E-#B4RI!&|WJ_s"=|۸"nb- {qdC%2:]y%gq4^GI`PTY_ӏ6Z!]qqy˫ro~'*D.Jsb{4atrDkھsv,TGHg8 TfnE xAY\)oU]v Tytˇ04uryd o Rd4}$RYWO=,bn Caeαgh0FK~gLgdI]BΝfP D7ݑա^ʗf&?ҋAoX_-vߨ?%(tes]4m#Կj&rGn32 [ǩKvsAgj3 ӹ Td:ZI؛ɡ= K9i͹kѼ:)>Y&ODS9‹pS7:J}JNR'4VRrdʞbVa? ݰYRoJ.\9$9^(K8BE؀P>$lUOV[=1j&f!0 TX8D/Jҫf^'CSʸ["2լ77}iέn=Ɩa".mjɘE1wۺp{2I2]zL)Jy7L{KNS.ndj +|Y.xfS}T«I*/\7 wJF'GEi} WzUQe16ʐg GП#_ L?h]f9ƌWX*N։i_Ued#DeҜ~͔WFMO=0K=6 jnb]/NQދ؁f.]}Ke\NJP?:Y3YhHZqԵEIN7c94p_PЏP>U303炁n FUK u18x%3/w`,|r꽿7(OrClZ@jۚ nQSd0 Ĝ8^ZBISr5!MᬦFM;\FU=L̎/ =sdT19u?J@&]Y{ҵo([^FZ'GǍ U#׆$<h8i#'^Rf uM~ :yOI՛!#J;0W$4g7nzoU@/S T1垓縴~7:uڬVV"owya0.v} '+o"¶qmx v3J|`ɹ.˯A2Ya)rJ4 >sQwz ]GI J`,/:_qDC,: VI |u0ж?OW 7c70R< FBjk&O_(.9 H+dt$QOjIL0;VEM&:tUZ;u-Wy,inYg7[ttθzuG?&pe_K[ռέ8F򹔿 wb#Zͳl 9tXuJ@yK4C)4oa~!p$jJ?' P 6pxRࣹV|H;bfMGtVqz(;7t_=DAmo2CQ`7PC={|̽\UR5`_^chK.LKavc8.5-(뗊%" Xnd*y[M^Cy.E#j.Qsx@Ebkpk3+U<'?BGeuE;RStp"ċ*WBsq8 ʌlQpZ6c7O x2Ȟq|QMrG'H:,}};AH60"+'̀[?QysܽT=sNwhv4 R*Z'M'uKن+x9.5.C=$=좷֒xv#@Ɣț?b _ƼfLl,ӂ L?NXU)jHZeEfNX:%ؓ2E&z/ӢW17!Q9\ BkD'w~;2{,T7z~!bsO(ېk,r?q\"-|Mc!lᶡ'`|~9_3ygl;4ŒerDC[B6AlduY,qkc ML^;༐:}h͖ O{+SUdha*E\X1ȱgI{5wF`vMTK@ܶs22^&Wl:..'xT~14b :nr2JO5!^PQ?,6l,A+cv/ZG1bJ$)!}-$_%{q]:Qn.X``1k -\uyV{ M-G{;+^gm)ksN86@ ݓngTG1ag劆ڶy ĩF 77̕U=Pޠ= { xFG,,ëE;˓ϧ8ɺM:&#}W6i&I-͵j~~7 *Db͕*Lz+4;Ndl ˈs;}X1Xt! =26{JiS+*, 4\]0EL3(qv:G`Nt\]b3e<>#_k|y'E h@3XkF)w$< Ɏn5k@$M:^s=6G=G5i`z+g4٥%ܑdO!;&]2vc"n _Wq dCɪ^˺UUۿ%B'H HubMߨ4C"TKl+>AUZ[`uZZOב:lx~6s/$*.#X3 U!zo_C~Gm([[sPۙ q*9rzUucFq{"087Ib.  Lԫ-A;H hQ"AP#v)9b"0%^ܑc2L#GճG2>43ً.XJKx!zOΌǜгk&IfMB楏s$~1]&wbeI=6]mj0ջ>r P}[$v+ (ɨ 7JRqa'Dkc)koe&4~w隷[;ƟgPI89u!bC.r1)_,9X5U$er܃}xL 3NvQ 9[xȱ\eJI0QJpbHk9'zlUmg.t2kڗqH0gL~iIqb1q{eeJR9KZ"DI&3|rgQym9}۝WH y$#vX ( QBf+yδLv|)]*!/JPe i G+H 1{svB i^/vlAMӖ8J%]4>IQufq"9ֻn  s2\[dW|XzӟyI<7y/mŷb{kK@C,+-4b7_~ h8>vQP(`G},jr|كvf;b-ZH|?;\uyPncgUpMo*@[ZE0JCiHp6klWIF s+;/Y,[Մ_[FbyDV$uGuup#WZu٭\BdN@wϾZy)@9Bj現M͑%Ni7֢h*mWDŽWgY2ĔutKOVQg@#cyp\26"E@2l\W޳Wg\^Kb~4I=ԽϙEg2(S f,[dhjasB5DgEZqo5jGJr0N^,8=Q^nM4ϧO^Έ L Ĺ4ө27 `Τ*T;ޥVME K뗽=O`-|A_Rkۨh246#"* 胍g#lܩ̃PX %͎WZ`˥#X{9cU{.,>?wVϽb!K7^5Clڢc kX}(jaVI9TW : .#>zh3 }j2t)scR.FrYHS^I7\6[<(R3OV<[5՗LrWrd: >?u;2;<){.=lƺsEWdR↧gOOS# Gƌ `37ph-nev:ר$Y#BYߣt^M Jc؍+`i2焯OBD\#ۘc`V`bMDIC}`qa6Ǜ:Ա*zI1s1RV&:.-ք]+~[[9V'/6'0x0RB uZJ]n]o_na V8`U*a'wv*ڄ0Z F(iEhӪ7Q!佪ZU,ee"Q\ԫq mHڿ>˪:be![>J_N)KI[jT@tPJ^v.k9e1 J>b6}h0>s y$=/#Z~Mxм 8 p.!/LvP9/PCHMgk5CM| õ)8C$J@?̧V+r|W^,Dz/x./U*šә3^;_Z$pF/0ϓ|G m5B}ӊ1C~$>(4wlTIΈ7s̗~cIr5bU$y\=GMRIB\$vlU> 'ߑ9"}~!̎yU>r_!2[֝`]$`Ldi>n,j 0b3 E v$ڲby67PNwFa+;h;A6ދFy\^)ȹN>@=#=Ga卓yb-oWD;0KkΛ2ELI$tQk[mi 2)v>. ?L|dT_'"a~u$^lTfrM`ICǵcfޗ PY%X27$G#Лh3'FTP~n"@Oa:`m(n(T9nlD_=3=!3i0GDW#9Hcb_s nn|J=hBYi9FߦY\<< p|DPOƭ(AXɼ+15.@. 3!s~%s,v `re"!Qv Hjt[XѪ3Jgjl,B1bf0r \P(g1.65V=Nf1Í+aaA|m,c ۘ2f4]^ۗjNo)N5 qFH`'H~:w铗z"+A|c 홭O|{#q(k&85.0i. k.F̳D6']e삼Zߥ|[xW-tݱxE)H/ܦiIsp9PHUM 8 l ʆT>S_mN!UC;&monj/krgTE_,'\cz0q& `}\b|1r_]V϶ekSQt8kJOhԚ.so]U.iRXݷ%rҫӛ9EF@Rœb=E1ٻwDt[[[)|`ʥe\o\e/8cWI&qwe?2z/+65HK/QVz830?`UTMvoYIepĞ_'VCCjn&<8`h91 ʏָ?[V@)i*"<ьL%})-k'6>tsIgQHޛ}A^yUKI `#ߏdR$bVN![1ۑ6>Hw֜'_[+:]=ՙ=0Խ|л})s*џ9Cj9@34$T&ޜH5jlj[`Ψ~>z,DĻYt(.bzСH+'YCDl" E_&=a˳v4)#L!n 6:)- ^b|+M?Idˍc=eI|m{'Ju #zQv|r2AJ42Q1pPýz{>/DW1&! IĸJ[^ِF{CT0fs 㐋4v"RB!Ԍ nτ-.HeaD{\/mݣԦ\m5wRhퟚ:=$2A{$~|XԎqSOQ5M怉0^%/;v"HyD*' (yYϬa$-.<¯]UP컡먢<TI.oG+xlT&UUw^<5$bnΣZZ½kռU߻xyl4FqW/`#x@YᏚر 4v@ugYO{IgYrsЁVmSUCTQ 8/8:3 T(x.p #]6Ya*"Km}pS^qWQG6!!\}4h{pyK **"']B((QZ#4p"ZŸ-uҴQDql$5c&phpX3Owa^ DG@+͐p{pޔ95f ځJ>9IP1cڏ3]UPC|8]91~ 4Ĺ(A?HaVixeq[֧V. ʯ}_'GA_!,"no*K A$PtfN]ȤLO ic|f]~Rؘ(ӃnCF%};j5(49l3MŁӟE4>S/Sɗ v>bgT_]ӑ4ٰQ̪<JjǕUfg ݉"3a0ŗ}%/nh r5m(dTmu>lGI+'b'uƭڴd7J3yj9./QsB~ pW Wĕ @z (Zr>UU >AG тtU0U!bu$'sfFϴM2t""E|$?54=N%؝7 q]/p^k5{,J %=Pu Fh*{H/9u<on*vʐ! \"8aoi̎),ܒ~>Οj76b|cq[))N5i-]8 iEѷc`}'@"xA~k03<%~L(Q8`}C=gqQV6S(Bq@217' MКl)4ptd?ҕ.}KuuOd|Gt\K{ =dÌ>/5i]ǒR砨1MDu_ʱ@,:MTګzs\ޣE$PbuPA*vM *\?nˋf<>/ S_}yjJPx.=Ϻ}9}-_-u8믽 Śhv/y[ =W\}3$8 %q I~L _xxb#$hgׯ9F|8T{0O+MI~3|0*˙ g<AECɜs+8ǰ3Pdta[4'ǿuO%=s^S.:~PmNjC }iOU-)x7gh<%=Fj_ Dom۽6jwgX*Ia]H2kL!]Caboz\/;cn =Wf9gصI c7C;G|=oXBGpZuQb鲕EN[G`=60 /:A *pK5zz#[:Yŏ3ɐ PG4z"iY,uןw/ݯQՆWf h=2`Gr y`7 X9qזp9 g9mkhu 2mbY+Pɾ0 IkɅJoړꤸ%)]LvtL>U|s95, ]-No ZhP>&_ K:#FqGhɾ& 鶲_S4#sKϸ vnDkpz%a[ qN$ncj#&7IHT0HHJ9zbzx٬oZF6 rr/8K4- `~NZwHi sTvJOuݎh`Z3R%=wʇ#d]gIY袨L|kIcP9QC( V[t%Hb<D .RJPF>gkLn 1_HK4 GE {Ϝ%kĻӸi5N[ELS+#iOv%I4U"9vtF!P0j*8%i֘5&?'4Ӭ aHѩ5tR2cv?<[+AE5d"MF>~Je1EM)RA?nqK NΫ@b4.ffl=YAU;L&pڞj hgs.WHx] _i {I/g Iْ\D|' dPEs >[H˦J_ ܗ3^GYyj_EA3BOUƤ,^]g6_m_;N4GD6:ρO 8XoQ^]dO Ece /BFw}۩ߨoT_ʏdۧC o(:UάhQͨ %] 6PXL`Lu+e)@>Rp6A 8AQc-$ʌWA)iz'::ţsYQhtQg&?iUO|H/\[mX >r';sw"ahYGr\^~Z_QLg+J9Ӭ beB@F^+B6$+OĮ%:>]ԷMzW`(^L3|Bɪ%sCca*޶XPIEnǑVMʗ%jL6_!G_}coXx~bW>9~9tl؁{|L iuJT%͙c|qSƊ 0~LƤ3WYڐ;222d@Cdz|-VyŴՠwjY(֘hyϹxafgYL'Nh0W LFU._yr7JieS35ٴLz#2i?gEyq$yp9RKj-C[ShhzQc k JJ(Uf7&/#_[ߊܯ׿dL\D"[]0u ; TP\[,=$\Ҋ~"V/R;U"+>S=pr,ɘBL/l^̣<w A46?( Vw OtMOuƾL3il$Iv)~V8\5$`r%~&@qd˖|ٻ*#g_e@ξV}V< l3sz7%&sԢeȢCђ4Yjp'Wư3}PTa:0x֐X𤏃 L*{jH{wMjԗ0=@1 @;t}S~M!˲XeX*=n!JbT>Iv_|tCJ)lHT|1%L}2-WxY PŭF}W1LDG  q{4LňXELg(* ]V2 8@i|`]>]187Qy x)4\ـEnevVX>,/ G5p2'֨W"rnss7:rWΆ[^g $Qھ @רN/i:rۿ_>W ~%NGEZ PY#n;]=Ruu%QI4iPFw/FJHpI N FB ?fAoeA#N,":ViXX(T?RZOsتE1c3ך~<&~4 )7Zx-R뀉qmrZ|n}~t̔}T`I .~/ 촆i_Kڳ٦k?>4jؗ>#U2)jp\@ccMfv6v-3.hHkbH].;K6ǵ DwfKArUDRi2x 01KoK&J`QThZ\;y)J/t ^l%<j#4w;3#W9r,Lly;c.o yː̫U)z/8.Ju貪UXiC\$yI#%]U.@z&-ΠQĺ hzVoǒ"V?iz wͼ b֟((lmˮ3n]El%kྼU2tʳ S(8r=m!%8@qQdji?Q1_#!V`j*98]n@n4؅Okޜ$Ҡ6xWE*~,$Cl gͺ=Wfn.8Y]W`/ 3QdmCZw=5 y99`%XƳ3T]f3X荩氏O[h7(;H_UIVQj?ܧwTϬ::˯̩X5fI6vYf_t]檞-'08Br3s{O> Q{fӧExHLW(5NRxK h.E:CylK! lYwhQtuh2Iy49:ؙ Vٕ֪p簢Y*8mIv.w7 lq;-Lg-Tq (CUiz=i1ݙb6ru #4&fI8M sًFT{&.\SQ{. ?{*׭5Y5?jMV\ 1.#aO\CL;5.49^q ufZbrT<M\eUF6,M2sDgȅۍ,mbCM j u'.ڬ&[8v+/מKi4?Y"Ղ eɁ^ۻ~Jnyѝܐ G\*a@J ԓq=m/xHѬ Ą#ZmxA mE+{UcG'#vZy}KHGnV 3t튥/jG6ՆXBQcA~ɛhCM$Cx.RcgyM!9_\0]{I>N';5 0ibDi%cMXFZǞ;ǒtQZUvra)<0Y{!.0ElP:dˢ3^rKVm𾖺+j0>((>X6Pdvk"dMEw)ajګLw,,Q`ؠo u*>Q{ЊsDCI0)WdHh8;ͽ ״xCVMe'pa 1oWEB Q2j b| i!i}ñn^iB\"Bd?x.(*aU47)4WMr'q/nr-rstx;' G7m#Fo5r|ldqFM:aI̺'wNggDd&vM@bްYΧ!h op'GAX@z][ޱޟ!0&z2p]yc~[?r'Wx&,2 n7Nj ʘsި?H;2:/I+QN g142Q70•F~!DM k®qv۷<;@WG! 'T ȈOم8M=5ll$]o%Ues_~#C0ᨢvlK H#TE9u _%p6/=#.!Fă`?rM+ VwJkLp*x:F'#i?^n+OlFg{p@cQE.:p1h$)%dwf}"4bPBVeg>Ӵc$B p8Cǿ8 T+ɗlV[ &utw*[7؟1hJo8B%US6,ǥ{Pɮ*J !_8T2\E NbY@Ǥ:A$lo& |lF1䌫avv'.?19jՃ\U|WG)-aҸ/|+;ތODOJ=Jd}/˸>ɷwDBuJ2ϊ~JCx[k/}?2U͵͓Q,j0_JqGDˏbg:0TSƓj߆u&_ǭXlLQrSZMj"(WQŰ1MIx]n6=(&뢅е|;*ZIO ΀ >_Wz7tVȸ#&^5<]\{/Һ%2{mEnp"BlViI'0g3OMK9eǐ} ?laFûutk7 Yք@%]RU΂ UϠcGzz #B~U`A$*oRWP¦vvvgGFѯ   dRVleFP.m7^5oρ'}[˸"{Edoq3+@!Nc)dwt1DYOǦj_9̕ ,px|gў |'C șWf_6E  ʢ"ݟ~XRwj֬6L.#.&w^.Uh宭mȍ:OIdFU8eQHiN *$$*L 8@ o?4fv VtXgTE1Ou) H7gӳ#q㝤ЗYfw(ӦRGj~ܤ?pkŗ1|Ũ_ G"o%P,301܆I8Ȓ$#"mx$`HBU֯_aj>zţC'p:40)U `K:. Nw1]OL,2%JZ~bI9Rf&; 4X"@~ZLp$uD*\ntlq:bոCb153 I$ ?8>6\(Hv/YW)2Dzu95L:|ybyen5+ᡧ_AvO<3~љPZ?O&N,AzWwMDuD[e7e/s-[,ьPAe]氌 ڷppМaem43yCAp, %䙍]`NK lcPBE,ʅ"AճZ͔ k5yK9}վkZϰ #r,ygs]%&x!` ',΃ẃ#ͥW9P"noHX+ҦƩcbe`bP(V_*o5xU+ϰlhX=Z'J/.OzT@.Σv C L@g68Z3/!=1s9>Р⧻f̗]t\o(v`.*Tشn,>[ӎ.+쐔RDjnAag5hOꇊNI8Lg,/[X춷<u8W )˦v>qBM vnY1lw H*EU0mWE/sL#{lwՅbGxo1jd C+a&Z88g0JVjϊu̇ {mC*tBj# և|p;z ao) hXɮ9@ljRDǸuX A{vj&]NN󵌵8s5='Z7VCg 5`[HnX (Զ>8ƈq$*wy.K4WL\ia.?A{.S42j ʔMky,VΏ{tW5 Vj)[܏^68(+wg+TCGEd\Y5ftX1rkԇ ]]W9ܔd=tL)˛r5aT~'H _MoX:O[ZsSu{H{q)^̍}D#kW`S`(7`~"Fj~5#SP]k›t"OZ}Qbٸ[κqɝv5 ,Gs(RSb8[ ;w,8Y|Av٭ )jx)뺯:{VRF {quUns=D=\'yNE'(+o[S*]z2;)wEfvm{ifk(L}+nZR5򥪐D$$ּHE-րlMKRl 4~A*^:?-?"Gזu& (,SiIL/P;l?e@,q-)L (FOW+jx*„{aMBWc.L:~ {܋DžƗhuva?atpP)>Ldj0g7AW0Ono債߄ǒ1t ]+ su>!T:ဎRMIJ|{0Ii~yTls #!ci~mQߢGb xJh̚xԃξ مNfVl\p"t4eNZ;eK@3fD[!>|,ėUԮ_@ Cjy0JjX%,YRRs(cΙqC2;z4~v&.ݑHuAAaCfy fvC4O]7PX\zOO!:^@ùeZÎHU; iNjfਸsAi!?! lS]@-v5FtX) YKK0O0 >8ogp^H}}@%._^og)&H}341y˸(K"܆S9WX}Pn0FUcK\hAaNipZ)nX$3KA?F5!Xaod@U3pI- ?k/rcdGL"6"GԽe(9Twhr2S6eI%2p8)loNl'V#Jw`RT誥^d:Y Y+04Iߥ+D QՀ2/HbZrC1ӈ qUUΞ+MFm,)w6<%ZַrŽ]/rnv1VtBFbAn!(jq _a&I";~j.|;}("axWD\aը}G^f:nf hTFf/UٔKR?yt HJ3/٪c9~I˻."^&eU'2S*5 =ȹ(p~ȑT ^io 4,z)F1F(~?Yckr& 7*%JHp.z&$}b*M˥l,#;NF*5Kr{GE>=co{pyvStB& M;FaIR5D+ ' ziѰiQzP&"Jlgs^tԅ( q;Tك2I 萓؟7`j١/uO<4/ ql!P[lP-{rZMT;wlI n.0y, C??V x?lBxDRV҂/md*n}5>;ipyIQHlD;r1O^o-xցG~|^!wJbndZ Im5yN(,I'JG~-JӒWC 6^jq֋N Q/ Yt]Ej?q^3ЋgsEϯzԕjx;KJ6cEngvW]겂]R!y+!vSb(l~&R a*mWJ"8p9rN,ƖWWGS)mP?\Ԇ43q|c=A1Vikkv"0ROgapK5z uub(ڬ|IBC R#}]C%&,IGɋl*c:S f9} ?fy$;-9r@Q>ݠӑ:%ђG9]kL5o+37:8nk;ℛ!s#EӲ[ ?seqfvINb`W -S w\ t]󔑯 rQDnPTޥv*凿8Ɗ|tB`s %N_'mI._ȵdeC^ؾY~K\Bh‰0 8T IU$`iA<\v'`dP͚,~ msH9Y:y$q^cM@7ba_oJOFUڡ&dԋn:$HBȻ7j^\ȁ0h)HzSXi-6\6\ek]m5"kWJo E:L35L#~ Y]5f3JҝOOz^pX(fxnVC pIeMX?-2ՃCT> *IKGT/ш$6 NOܹ AZИ0 ICbi +PQLf^/x`NU˜27' {­י~KOdԾ!;ƘOHeFe3ȉ'{yKVzawH 0]h$zmcmm ͻfqv·v浲!H,U<?wՏqP^)Z;O:aZ:O}khy%'@ܳN!LW'r|wuqⳅ9B|}28')6z^3bN̗\(YL0'PN$Ò5^N 6L#ִ?+lVeV@ 3k{gXrb#082,4.G@ VgJd ңhcop/7e/^[`=S[LM6uEvEkn _vK "†.A& t}e 6#}/p2X5Þ+fj ɜzCuʘ!Ii7M Ci6?W !䨪&RWZOsryZy"B0"|IGN[h9 ;*E=58 )eD+OXfhB׽`ٲ6. eҶ~%j0%@ Z Q>HA~@`ɹӿksc կ([un%h']%+&i;6XY~iJ+-GIq1 *< +=YNq(JF'g'k7ZiL4Tw 'dCZOjV25# 1ʬ`@][J.G@E'i O˛xuJ4L{%А])1g0hob)=7}VWn؊)ԻaPQ4Lt-c|/ Љ*A쫑Ɣ/HZ_+6)G@`:M99du_cwo_I_8GW+1lN1+9]'}E[)gz0bFb<7kʜՈ͔ٻ]'#` 'π5}K;MLGQ/~ZkvF #w; (/ؑ0{1N1@ҕřTI?Y;5o.0!ڣ*go$aG+="yONr8L^ Dꍅw5-)p5a b_? r{qH]%h[j 8GP^jkT+јiB.PS5砼dWͿ$[I*G];1yotҤ24y|q2fRvm|3hIпS6mψð>栫21|^A1Agz HHvhȨz S}_fr!]АbrH*Y*QLN6t;<̺=Cu,uہ&3'BD#@p[r3LJP4ZZ>$e\76m2*}AˣjkyJj"T3dA+6Nm+:2$7,5̻00gyI-bel~h!2Ɍ qI1:,LώX+OS$c24#F_AD>7HW.]fɆ6w+h*}Tr&q H)7uT:*+k.3#m~t\ǔAaJR^ȩXeb%As",Q4M $8Z D88*} jD3o-q4$23f{:s7> (2@ @cb۽$ߟ\ 7/D-R(/.(HSa5,b)4r V|b {cXzۋ΁W /Cbpdyiu34{ϽlWKʎ2jM/@AVnԷ|z9C4l7Ctz6)kiGQ ';aLr?`i(s{?ۄWo鬹DScb5;.E"PɅzC8[v16sD1j4h@mRw\iQԈ$z ep&%L #F4_T>:1ݭN*83nB P%AIoo giIé_Ųr"Maqw=ƙaa>Vfʏ؝ En7hZA;^?',#oOiYT|_%e]|}E%ŵ(H$ j$pJY {0y!aJvYkk1HMYW 3S}D7pX+(}'SyaziMM݅^`꒏,.ॲ 7B݅_0fnΜ|HL2!B˵xx*r9 UNT ϯZWCC) P1Mfcfd6VgjZڎ>0Fqr;up' *ަ4]v[;305 ~?uo"Ig8F}FbuR8yV !`uCjSrFV% B Da32eK2k)A7Ն;ʵBi q,o]z0Sm\0AN:c~M4N7,KGk 9rpjl[]W D(S0IiZ?@JI/W}nHXT>KzGY>pJx/ {bxofIVV^寫ޟ&ںiD]ߨݱd*JɁA雇goxHvIӚ`!.F8o6y#ssrV=M^:հaI8nh`PLu4Lў?[4()%C?t3>X$>_Sh"dE.9@Q6")/4 SC( d'Tm{@jt^ 9zST3:r;IKXǑ"XmcFM@Rۙon|:]@z|1w<~ s̘Mz5v~n_*#u.g&l6+՞/>)7If\ːue>2.d+Ⱥ;Jp:pMah 6-+-3Pz##{V2,JAEҐuf+،>zm1HVi"B^!U4 -&IZVI13V`2D'p+@[ng' m[K4GƘMQ MOtq|Nor+T>/>L@ͽJ9Ŷb1ٓnc.OP+;g0d ]{g?JvNAzQJUcP*c'A_}=sKHJ.am6yuN,%Dް7Q# :o5g3g޼t0 T f0SM?ybG)F^#lQ>[E;aH>qr ~TZڹ}T@qIL,l2,ؿKw:gdA`yIf7{F<2K-Ϙ8ޝAs CsPɧA(}n+wR<1bGrZ<}T`ij-u 8hЭ':6"iwmT(`! UM/] JdA4'Fݱd؊'+i9ؓee ӧ847 88;#͵ `o\ fЃ'~Q{rܣ #]BwLTZj~ڲѥ8xRʧZ3bPG?O @2i[B4c# SZ`XFReTv drgWJgh-iAM~iq*=Ь xBÈ*>וj־.ןu҃QDe\XGZ& "B| @\jBie~G%#Ӧ)$QSXP:cCN/Er[Hdjo&lH>[R& ;݁ ]Kv.p$`NHηg#wcK!k^F;%DtԐg]pV% e2ܼ0%ОI H[ĺAeUEOlo=6e?f\~pcxO!߳, nYXo1*Ե>3:âG5 G+%I\Jg }A{y&AqU:wh/$*?]Q.Jh*4+n2ؑ,2zNbX(t9mn)"/xf!|u[pt?yv36F|:X0 \ Tш-]g.]fGrr6L 8F4Ry%F n6.@$r-)[%יq +$_Pu3d:fS1{esRvB/#\{;nhZ`Q~jb`B4]NˆVTz߮ޏœe+*<.%X =v]v͓j|ܬX`iO&[,wWo}$vC!c[ڢAjD;1$WIv|>;@k̶I _4,mg+:t^_H4u I)بؽ#bVW1ss&G2nF lڪmz֮wڂ?1fd9lk!VP~)YfWrJ})WM4VpB+Ky`quLJW-/e8Id!*}B# ŹnṠ|\6[;IJΪ})z;av&f=8(R3AEWJ=yy-֟{]S]8s3 I#^s|~Zݍ׊E[_ (`~'¿4LΈ߰hAVMop;w5n*I^w;7Ű}x)"?~p:(KB ]UNT76Z})\q3LC%Ƃk7Yh8So lEBf=a@7m [nڴ<X*V Iںt!TԌCBVc)}3!`px$NT]osA{EF_{?6FRhv}HݖqJ և mпTd3n_5 I7L:ݰXʩF2 bYǵ[!98cݽ!|%mA5åJ"'O3NL]4z*X9T lFpQ-fiNAYHya^v!d-FnW{' iXRiT36ԝghuG3mgP5:|1:OI^^7vycLpš-8Ckb鞌r_`'niHNGdvC Щ@6`8Tۢj4?$R†?U/<;mr R]j9dX2NEԻO0-)}eP)K~˅09 ;e.糝mf@Uf:q[b >XCIft밌Ϣ'!!D:j:Dayf00lu3MxAAujL~敥kAnz5f٦tζJ: :ɚ59f|1 3 *M(09zS  $? w#dNj)@hLUM8V;2XX \;` 2/|Q\vd5!Xx[JB'Rg,ŚbKBSA6ulk["أp:o*47O98 2Ρg\oX.qV竍E+ DB. 8SϛvCkeF2q]l'Y!uq&OY$$Y SmIdƀgeAoV9E/"31 Ŷ܄x|kG/U݃bDqҩ=XVWl|n $rzq9CU%:/rˑ P:Ą8O:Fdђj*9Y/2-ի]R~!Bžc"Gc#N_h_Ip'7#EꪓJB(j!mx*bt껉O|熧hu[*/4tFNE`R怎xM}@;GZ4p&㘲hb-_5u>H-+n&w[,|K]  ҚJȧ&it%\TXӀ> Pj)>ac>v^&m{Ro#Љɒ cw6<0.S}2g`$}0\+]ȕ6BlhI1 8kpl\%BIl40U)yqqzs` ~<^]uvlCQO+KS/,Sv>228ĵu|HŊ[E0Z$Q&\8(*4f-^AcKUh ֦͐;f0hY)^F\#`mԜBfPl0A@zS:gg:GrzZV A]wB3Zs$f1Џѹ|Wi!"2<,cɣfqdgA}Qz~{C#7.$,̐offڻKHsi#Z]f5`{N a~Ʊ$!JqtՂG%K}rN2adϘG7c?^F<+=𕒣z5:qtXtJq{\[[Iy9çnag"a"2w^N6'JnصD%/_?g*=Sq92-wCrѱ:~03@Lk>z<`:JANyu '!d̚o>j$oW1{ѓP-WZV.P L쬧;7ސL>J*WPa:h5 lhČ'aYw#ƼC> Zy-_jKvBS ?cpe}4}Qpz` #E6pH,4Y)u k(3&m )L#AƁbs%l撨vV9x&]{,8g`h|r g[Dڮ*4Od_$-Jra qo,p7JkPZ&42Tc[;co֭ x]c0"U_8,]K|h e͉Ixlw;ú)Q0QArMa!h{>*{6WW`95aq@%Wx E{pS|m)Oc꡽>޾{0,a^EƑIVR[5FnB9r_M9XˆEd׈>԰ | \9J L/ K> h} 3װS KY|J=sf@.MU֩$V,EM)f[ ʨk^[&yK^Y<"/3v|..z>}q֮ d76Ha ҙS!]B_LK>etK|"t0*"Rzܲ7#6߯9 sk+czr FH31dUi#4W/ mT/ҋOܗ6 5qr~Vef^J?6f 2V6v@O o-]] [NWeWe#92׹Yje~9̒Ry 3.7#<х9`9@u:'&yYY۸|ٝ} A*L_У!6Bٖ(Ty_NNъS6a+j4A`_;Ug{bNwbElMT Ո;% ||^3der^@iRhǛha&{zn82.pCQ>ƥòeCk0SxWJ9ń7cfa6MJ>WT,Ϟ:,],: .D)h/+9 !֡+ɟB%,Lm(kŭpU,nJC'[1Dz)`Iލ0C>=DzsA۷@HHv&b6b&y.iQ.66-Lʀw%3nQ*i"rqݔT%X\Cz ~9` o^5w`qdnnEtئ1£bʹ #!`gztsah"^k} ̤Otў(JhF&$icdTQ މk [I~[{^m"4f UIp=seIv%TS|Htxmd&aՂBDKH-v/?ʱk:H^ TX8Bcm &⡔E8k^!1sY'MH<1 v7f בغ (K]v9 M1dCKLaS!W$^Q+狄06a5$b*2QuEXJyr[c}^?x^NtN)Z\uZ?*We3MuVJCir+A=N9 C{Ixc%e{7|wPk腬~8%3a?ݼَ -o{9xDDž{ "+va-ќL[WnqM,"\433ZHЈ)hO> -  ,pd&U`8+y8%bEɨZr P"o&#^Y嬼?%ũV9G2<eָy[«}?; 9Pj4N ~#zT\uTpt~PM]MW}#LSe,#,A0Sie̸6R3$W祾ō{c&"ll!\ ~Ҷ0 ~&UrMaᴗul){ks/0//U|F444Ơށ?7:a:Cjs7B{bX|a>&WG@8\5oe<޹RO\0L3jUm*b Ȟ)]G0~h5x >LWutnkW]-`>qMh<֣KVBDwZ 92y7HyH!cvhh"vɋ x>fmia {y H0THgmX V'x"ɣ ?7,}Mn C}^\ZtG*"耷VjL#\?bQ XZT^WrQ^L & _j Qx|އa?N$knvHS IU\]`U ƺazS';y8u kD^uT:)CF.CXUL$ :El'&ca=mtGxS_C% sh˫7/E5=mVo#HÅ ; %lJwS7߈硐 " ޑqߖ^G_b~v.U!9Aö!/GIGO(_%-R;z`b/Jm@UkIdzoksNuH2thfNI5WQ47 ?òz:֐+"GQ-S8G0H9cPqe&RjSmr%%fJ1߆NYJƝ­Vt;wG_쫡J}@)+=:ĤvB45JɞW% ?:zKFsڜ@RK0Yls֚4tMHB,݉l]Dz(QQ?P"`Z71讈d qf3X ]† iu3$3' H(1`JOO}2-:bM@(I6NG_}ѫ2_az~oK ,P%ۥr[H䠊ir+V\<;iJ&א O産ojճyz1h;y¼edm|_XF$02DF-*$l}4\ 66gcaP,v$n֝uNџ@p40UGaʑ7䈯dNȈ͈A=J9.[1} xU3m\y\οI+9n6:CWQn&ʶ Yu3C;I w@^ab ʒdBzu5 !4?|bv@hy(bF3 74sMq6Gh 9m1(/L{&gdR iȾИLzi #crO_+Y"-;GZt:a+fwSReYxedUd}zRMqԄagDKݚ7df`|n+}x,ƁGyl9!Q "U>|ZzzjV8̛+'eFg)ZL:c>Z_f2j謏& @gzE0E =gF>TlłΞ~+b^{Agż9IJfGōz6''{|(yPm3-D[ Px4+:6&ʴRxF&$#܆Ը}?@:PN=3:Q|TP0)7颾EJ=).,?~r.ѣ b0`@察eERMaq=x0G]M>0D`IAh G&LL0S\8CM!jEbk]_S gQ:~@0x6?yJ> /0C-fH/bP އ"1\+!޷,\[~6kKMzd-3]~{q׽hͤفwR{)XŒq|;ěvT~IPG/UM $?ާo ңBEլ=bUOâB^v${a;䎸'gz`^n'l7Z) +=+qo59Ab}?Zs' G^UR>,[خ-1 + U{}&u3Q4WP?G#["vtS( esߑ'hPD;J%Źvv|Kaw68ѿIF `; ؋D &Jb}&:C:ZǻCFpZĒ@Sd*ȼxv"[IyL`@%%??oՊTX6YHlpe~zBfHn&WBxQKO1m eL\*_m x=>Q8/ϐ5/)"%FlzHZ$_+ Oi75 1y^lt6p7HT.a;,gpܗX;evwvE%@rMQDLX] )C"Wʤ\./t@85– nOLJTI8~鍸U־n1Y$$crH" ~.Vr;_W[6,S2H^8GL9-y0S⹶!|e]T1OKXEF \OAD $uFD"M?0"}9֡,Lgk5 n( IHl/i}X>[ 7/w` ;~oأq]2>!"՗/T8֥{;q<}ysCsΰK  [{=ؗo}4 xp0}Yò}&xIa4""_oxP('e3V! $+s@ &6ok^11#ڹ$c;%kxƣ8~.J*aI>V@cXO”79B4Q0/kw{YnpD+Q 9e}5J^dlP~^;<YK`m߭^8x nqif)ەrBIcX9jo޳--iG._LJ&5"hfq/C"Q|:[̯eDv& Љ)"ו^ .UzX)ŘKPW3 tNV̈ήs'юjrSPG=4BXdѵ4DfzKwvOjh~R*d3; G&;ox5.]$Oc~ L|6dX,Q[mt6aV6B=ۅ߭tΰzizIcjV@jeP3c}?rw> ,g- qiMgw27ÿOy!Y~lgʷ !5 agQZ%Gusn.5!xc0T[Do ْ#:-mϵHRQt~oTKirY[]!wH~9NP圎X[s SsL\P4'jNWܮt_l~,0aFnQ3 KO!>Y=7xsK 2+&Z0MwĂS"K9[4KTt-Y'|~5>3_@\XCʖA~@-2|bKb2^䀔k[A4:]9I]-ڢ V3Fw' ri{2=d;J`a7}]ECYc?ދoo UPmp## XơϨĪcBb8k3K}L'.:- K[Jo]35 m_ ad|Q!ebH>VU<#/2 T>0ZmN-b-m YkUy=LKa&I 5,.KW-gnNiSbh 7j8N,.odJqg6NDg]=)aĔ?jޏy:3nM+M~[uĩT/i3M D~畝1H}J'Я<e5?C9c'`T:E-F (dJ5reuaP f(w2&X{L1M5B&O90d|6X3tr~EuRM/3Ԇf{usZ-TlN(i/ɣCaj?,m$ҕ),m{X_%oӎ76hcq&w#& ~qM1 m_CQ'NNXs6ڦ1{*gװ2u Mq H1!p!=TEjk.\σZ5 [ދ+2''FG'BEūHHPw"HPBK<{j>k^.9(1yId"i:iC7p4~r_^0Em>b'>SkQ+zyUصP/)DymXHۜ,g\ ؿ/9$,~Q"JLԀwEA$i Etvv:7Jv|<*E |>1}el.z0G~uF'KGv;`JX^YA]nD3I+Id9'fAZ$e&P*f'y]͛[;n.H߶ǐbO" [U>6iC7@!-r!ur>\}rfk")s:HʿjMtݢ\֦'`?Ei1)NYA/83RXdPEH>/Bs@ L%; lm V Fmb)՛=D)]O@h/syO`SX-F6Ԝ3Q yoPj.Ze:;B07=WJdս{uwE$x*Mb~.QBeUslz* ǚ#:E&Tw/nr2~łpC 2US.chAxCmVr>J@:VU/WSHKn1, hr09̉Y%Oxl6V$ QۊF8(Cޞt'rdmRz.(Yʹ\>Ht4XBOT4wn>d]Kn7>8׷@0(߮͆̑TJ ς{"Uw]m.KP=Iy 0s C1t%pmў6Dz"qhOir2N&`vO,\kUL)CeWn1İ1,f0CVk0)<+ Q`a8` +,֧* ?׏oMa4Cl $.&HnysИ~ihA:~97]ӕJaSc͇V@Ө q/ƝHWVhlqI_r1zގ)nCq^Zx$,4'R<y]y*@섶`f*#Ma%j߮MEzL9IO2ZM{3[P{7}d=L0d;5q֒@0IF//ҁG2?B [_LESE]A"wzrh4RSF}7+j= r`Kj?cgZ0hl| [ \ʣ7;P'/";d(e4*1_eVs['Z cNQu{=7|v!/s%o+ɫOꭃ;~$ƾYL=s9J;u}^ҰkI'/*!PP+z(y)?*kcGns]Ukb cK<58<4NcB5=EO7j_L^jm]۔QQ?I(擐Z5Մdl:&>ScJU1lեSMzvj*wqyM5ۘKϯ@]lb %G|ô;r4~e(? qm׻ar >\5 G\~1qZGj|Î'~xǦ5߁,AxF;$D7UvK\$< 8ꬡ^?6 #&ݴ~fdkXw C&]Y :# >K:Wh:ԒKô~{pM%?n9ʿag~+&=ۊ: ՄG*IIUt(C|N9- [7M@yгϙYiuK 1eT4/bVpt?9$ʾυb&XViqYu@h4d .EAm%cȌkM@WrkΣd]Ugf$QhcFY=.Z8}݂8ة<Ʉ!UJmA='RsH ##V3u" 87(ͿՄbڠE,Yl(|_}sBh VٍAmpKeF- ,6/1ϦPq +ɻ! uؓ}Ac<͵ {@!;V:YKOJthdpjs{0b?H,j\hRbgYl\%,Ib{#2\;i9Z#tUO :ՠ YbN82[wIdl3:r(ezW"9P6!ht-ξQhtm'wĪq ٕCeata4NQiUA^*{m2PuQ$<ueC.'rF_#>,m oo п^O13,m 3TMC`(yw\)~ c)DՓNڶ3;DLPeGS`0 "BҨQĥg2u$N=V@jLTw:Ϙ<)m;zkgjyߜYGs醃сNn7վržXymau!{iYĝZ!9Õ*ud[R ◹#95,`Z3M[{!8sS!ur[ъ+H ?ha=Jaq͚m0G,%ZLR@D+W ] ^1OKVɈhYZL-<^RVsR>G*zUB`zP)z@ .Qz@*"q]s/T?o\nPJ%T =ɏGR=z2ZLMMn:fSts r$_ ;)''k|& 5T(+;1qzmz޹d(̯b hGRkZ#n7#ķD:1q0{g]'+\*>!_"òvz`'h6B$EQo- ._}s1MnMΦlU*.RhWrfձXo3~ gK7yS B0؛ hh.d`~ Q,\1CxJ\N0d},­i6ĨzuW5߁18,'Tu^=X;$I0 5Y'?<3N>- xPjtS}|3YY]ϮSվ>*.%xD[Nnō2FZ/Y{IC,abu\3ӊ QQՇMF8 vWc,A`<9?y%I~n@TSj3ˉ-)OLs=[j.FIN [%H>$P8C)-P>eQٖ-F$֋~-{T1{6xQݫzݳHB Klq5D߼йJY.PWhy< Q.Az\;N\-R4RI߽稀Vٝa&Jp "OS$%,}-5XB )_Hӎ(A-}R6cpfxJb1͆?<` 2 o 3sisXZ!ZkP7.^/T9 <պgq8wO~- "e98;x[@2Lv[jt)9_uQ?=JFwŀeQ˟4X 's:lt1>(_io cq92p2'uvzt6Ym+_?|xqW{?$L_O}y;]u>h˧_iB# Xr,E8UJ|l 2o9YqD7f G,L9OmØ^[$bl du,[x\W:%)yDpч($pRbbH,~'8fIPVl=g,T]YɁ8 d Um)p7̀5yx=54,W䩼{SuŴ7wElzґԙf8`Prd\ y-ƕ ;>E$rti'*˵EB%/^rc0쫳j2qU/X_9G—+|A7jFBN()-n; Lt\^` ǖƥv7 (2i5 |6`Bђx=[3,% S٧S_`1.06ΪU)հeD#G&յ/籣UPz5o3LScbE\s;8ż*X4"S7?̼:]Y+$.2 Pq+_le6qoadzԶ=Oxg>A4Tm'$b)MF$wY:q?udbEGR\/qse0HlG;~o)L:d\a.>s,# %i[N*R{|fu+gG{[F)2yG l;pǢS+:YUUWk2oN/yhvTbQCA]뤩69":80zwg]PnܢVީX%rdyy>zm}lwAM{=dq@AN*PGNRq2䱙K?&g޲}fNvK@Sy\>p|?QjpdH%?gUQI/>y>9Wg bìS-SU%bFhJ^ܯ9U\vnKwyR,l\/F+Y5WX"GZ^ϺLquSx^*V*(bf4gDKrsy_c<0x׾SXGedqvhoܦnω~3[{"`McF1Cؔ Q0]N d/xV,&] H"o"Q0;""`ƄP[.+gYil|Ot: A;a?l4dLm-.!պCKq 9mo?UW\< T.~)3$lS觟QĘeD5 6(Wmaᯓ77w̟ YD[Z2n#do6䨶[9t,ꡰMq$ qB`Yަ)Ȣ9NdX&񷌥ULwQ81bWDT2b3+T3ړ9L&fPw;Mbg8o2Jah- ~ԒFrqW9 o|be;i+w'Nqoҷ)j 2h} JAљJywRߘ3^1{һ jjKTCN5ɁR ]Th݄CdsY' ~oeZWVqm {^|)Hd**7'a dݧt;һe:}=фHGrЛ?17,:)cV[@dSGΪ³`A-xz˦}7ϩoh"W]`sC;T(Pڿ1h:AVx3Ku8ni$n9 *b/MΫ 6:-.(O-)Wԁ1!v|9X9_ĬCXKxuv/}?uFM}`)Í?%@~ P^-Y.S ȹQ&N'!¿@|g֡)G-TeC!}.v 6 9l%ĀTx7`8@$pUBs {8Bq!#T5mۓ"C'1p>E=oA8+T_F6Vpkw(eq=VDvy)Z6/;ۖ_;>Ʀ{5;z(S;2қd/ RYnB9v_}D& "U%7ɠ0 CU쉋@|<w/C|dZS=[ A"-pHwmĵ> 'lL#-p%K]1lq+iJᅵU]FD`iêS?](ulQAJ`ѧ[d?Wd#}of`zSh MX]V;AA5!sP.£&?\%>T[did/&):97%U >:Jf.Ul 2p oɳٝ e+>ǰ ߙk_2V1k[ nb |5UoDZ~| ͟1UT Ts ggk;TeN6@ɡ!eT'q)ޤȩ-y?i)㨆}",\,k hT-.!^gɻPZ>W }nDL$T% &M~lk3_lN+=t2U:`B0M i%}fPT ÇG\3lŹP3=LNt5jg%dWh71pThne>n*s2kWz=^T&7MO ^$~;bĶ$ً Pf?@%{")+ImґɅZQL|7Zɮa\I^QzDh^fM [> noR'E +|,O.l~WufX<w}?/izalf~j%~+[Y0K" ?^$L3*kS:4&zOEMoo@Ӎ(%:g65F<`UVJoKʍ"($߽&Y`OiDSWƻ20H_ a{\W/\cy'JS>|p[?_{V] UdZz^$okdLTqyYm;L9E^ l$Ohw`oq΂*42㊔J;oEU ޱOxzw0I1'r-쾧$O#C{oyMA`Elh _'~vqa-Iϻ Z9tڬ OȲw?q7}eAAgZW5\&q:hbr/I}xX4i!u{F\eً#zm*v&im='n}Ҵq-!x>g-k,lsᐍ;ŝ` r. ¤[ŃbX#܃t=Zs`dn!3'<A;h}UNB\y\A =֯YAdCl> +wG -W^JW5ER ߠu٪ 8<z[g!,&ܴɨdS;d`!Q孎j| H`BȟZ+y [fRhey.DuN xv &!%ŲUGyuٹO5\A+FP:, =s)Qv<ŅLjI%Kzdf/[AiS,I2 8+tHq5U7ԲɒA<;ׯuiPjj)u;gGVG80||8?a:x X5dr|[.fX\W^Ͱ.ؿ-72_;3)YQZu^8s61VQVx,BHX-eFBJfUC{gHOhne[;0%D&]J y+#ϒ䱤% e:u >> |UJ|6TV?Y0}c Mhmޒ(R"f5+ Ku%MsnzE< &`xv y<ꀄ;$qBd$™ 3b?(^oZ F'[BM*_ΰL"T5K!#Ziu56~#bԚ9ɷt˕KB;ó$ w~A,SP/ejXV0qzK.ҋN[6XQ^IAi0ӕo۔E_ܨ݊XUJt%kܕBudG0UBkޠ{pK ? \/D鍸V6[R |B62Y%-s)mQCqvٮL. n% SXI W'Eh^nQ6-joi?3gS dC9B2JIy]tΪ *?Q35EfdCD{(vWxb5u课=p$}pV{^hzՔ9D@Mv&Q]ᩦW.GxmkP7$+¾h]X6%MdH2;]}j6?6Hɟ=QɁZb4,4>S Nq[a=ɤ'&gZ>v8[ݛ:]tn/½dڽ?Lu..rnkN<8A9˟IP'aDO5cE׶@JYN*зu PNvj.VIKQh*in)(ɥE5#.P(@8wD{#J༙]$ ZYf4LBw nuIEBЭo}DW ZU'tӹ-7Q1V;xmM`iͽX@KluƲ)&C ǐ<$< bf҅c]cn,t'y$ VI%4}HQ VnF6IT\N)BqXj .Вߵhԇypr HI׀)*Y*j8,_I 7N)d^:![Hܺ%psZ%s3"llf]no/r

;Ul~6 osx@?pE|aMU~YDž3=wҌm p"Fyf: zE%[e(-wQ"2C86߳Ss.pƁH >19ݐnD8kh*Q9o_R3pC#uڲ&Ȳ; nW#xAF r^Nۑ@ZFZS㗺3\c,=Cρ>;-fnD8_zT9ֺ, nlH(9쫖L\ceP@Sh{QM"Rg.xyLsOnxsckXq1U,J X(t6(c))-L)ReÓiA* 71s@'OC\tZqS4 }GZ/[qxpZXf:OCN"M${6hGJz"W>ˀcx cP\,wstM!WĘRr5™>jF;C֋ }5_!#N`w}rPYX"eL HEl P݈ro|N[]`RzَrXŠHg+&\K.rsxeKW7z,\Utǥݵi,UARn&x26!o" ~,U1lB}*$zo5QY;Z ?nU|'Y"Gu}CnJ6+'R/&CvL3%AeXuf"s}'"Fyȹ #&id$t=fݞDMb"H\M|b%8'-<MsKf` d*sJ%v:,VPܞR\sDžH8B-F61-y-kCCs 輐33x/0im(\{̵?!f3܌(n Ktfa/ ࢨ#w5ihCk?bBҁ7HgOCIJJR~vL8ުKS#zP߃O-f ^u|^ڮwL]Gt,> Veċ.r!t7?֜lL2.]+{kam+EWenhe:k˝XIJ𒁨ARc<3 JAIF}+4ַ7=qHծq~p9ԭ`߃! T}:E0 *=2m^9 ʔPFNqspjp*>Ӣ;PUAuP-^PMɑ;s_̾>BšE5oJyJV/2*0&fb*"}G_NYVI@Ҋ|ʅT` ^`Ӊ%Ĉl(Ÿ6,j<'t9~K?3:у vJt|HC*%G[(b=yTDثI Ok Ū TKplTEbO[>@ESG$z(jפ^mzZ(>&}\䒶 =_@/Y|]i~71ugv\" jV6=huv w?I嗸yf{|puB p/yx()-):{^C<5 l:_1NSJ;1=d:jH:#iZL_k@o&m (IL,ʀ?rC\,w jƮy#.Jl.hRN]Dx!C-L K9J3¨n}X%;,q]#͊#O5Oom vcnQ؊4JԦDszC=̀2Z^)>EL- \nlg! N;zG)ѩD7T&f^gh!F ,q"'(I3 PMxY/e#u)Zs89.l2y) "oPp Wɩ -$́#enx5l|'hxΗ uk:?$tg7-smܒЀLo͢.`T@rA@;Սl"iE6QֻpB`4&Q9p}!\_FvyRUJ*M\PEC KA[$6YdԄ0Ce.QEpHY h#_#l aZp £ej~LK6+[FT{^ԟe ն^; Uڶe?ܶ\wKvOY!A:`TL|)j,1`}Ru^獮(19Ms^(V{s*O;1P*VhxR:;Rw T]c'6~&t/ [D| 9<18꿘W (ϖլ"jwsTbMSK<E9̯RbH^w(+唥4`]}:USE4!a)^c9:cNWSigtZ3!C+!Ro!>hm3hҒ- ㊪ _6 $x!H&Ύ<}W8A^E-3,5򝑛0 PC/Te|iu3f1> s9ߕ[DݷڱnԴGx` P32Eyd<ҜAw=ieTڰx?C,/@"YOB#yXE`٣AL (hi[%Jhfgt`@ŭ:xΎG:)p!Jaŏ kZ[Pڻՙ{_[fKS^ZgOǽSFfP>5Z~4?m|Xrg|i!-5SM2A^;kj ڞ -,xy.j_=FqO1O4aT{x8 <nSiєH6]1qsZ-ZSR9ޤ,jEgkd8˯MF#fu|) =|TK$Lڕ)uyLPqNYV>f*q'F{B+c1jt5#ĝm y7t"|l,$-4.q?|3NAFǼsNi^;o½8uh\!,C)*āR2[c{+_ܩ}MTߦ Ѝ5Z!qRQmx6^ 0!1>w+7Ąaڇ{. 7yqMf˵[hd To fXb;2d[?Oy+BV[x㨑uR\2F)5{aYUW'@\ZCٟd^}a+9VB7Cr%r@5}!BQ=M ~ {:9 Y,H2R?Kn>3aaU v)W},Ge ,"Vr@; 1aL@ь&ojhY[yUIUPfK"uKvY-Z g&ve,.vñ&PI~(c!D% p`:6֪;_ujulȵ> wW<;!}H#IH 'Pkk3, l<\=~''WFnm0k&|ucAs$ &zk :?`/Zs >[@M{]X0jntj}SEgG2[}]Q:$RMiOG̳ džpQKLL28hH.f75'YiǗ>#Z߾J(o4xw6 5D6,B.GBEx~{"PG#O#Vw1u #2`kkI`&VrU zQ{ jP#]K|KhZ@EIPt!Wpʃ˨KH]es)(5 yQ5B~kQAbh$&{lyw\?br|'K1uWE$BL"@;DV4B 0@_-Pbh[ml@""Z5T6ئfKurZRm5+k>:)ZfiRCD^[=5x:$FU([3)ܬUh>o 2z " )06I =2BHԬ`c}M#QH[9? 7spʹL)|\C\{g< &m ށWy1] EH 8'Y7d{c?$ f3d)L{;ܮP͏ {x5XVU,Xh8U5\SZxa,EpQt79ڸ, XF3ꌪNczwmSC B@=^D>V{$lV,x)/Cx*SWDya%) XtdxcHYQ?so/"QrXA[f,5oLq\v!yZ2dYz553L۾ ._ 圕`vU/Hb@d%7O8.g2\ O@QYOl\KctJդyf7nF8iicfⲩ?\S>&e%3*W\T^N8tn> =_x],fL؉*ȫ|h j,[ZIJpC_ 9pEqOox !i`PnݲGUrEeWQC̘ }pXA!. QwBg/̵U֪m".IQ뢗 ' =mDE%~6>i7np=܏;u[ۇ C/O !bovsŜ(DXp٘ƻ^ t1#^NL8,/ڵ!/=}c\vO0ȱ~.y6 {?X'yAJ)ߣxE8ꉎ7x(5o+O:> y]%e#FA $gN^M}5q /!vr]uqX*?E='/+{#rk? "%=|e51*Z8GiڔeтdϏm2$Z=ޱe/p=wGshZcXc!zq>^>4 SO!<3ɗ6%Y <7Hc) /C\q?JYG/cBp`rzJlS胸pd=dL0(7P,aDց 21B$ņ-,|@>\}I"k;~U.EDjK,/L0*8&辏6OM ~턏qĵijp"V ]{̿qƯo/lC8̸@*3 M,YTxXM{Y*wdN"0PEЕTM.O'Z ]245R:g5jЫYu )lQiwm1L;jc;πpy Bg!,c+5ۉ%;[= ^LV_[_])a'Ri#\ p4W- I,6,X AѾ]\m$e1W_e\}޷G@Gʿ䣄AL&{{'%B'p%V^JhIbY} : +=–n_#+m"\z#]L+@+@h|,64(jA&b 2 C\݊YEkHß(!8u{)I#[%k}>xd*LH#0x8u&?IK"+\!HƟ *$aI^gp܁R{ۚ#pl rFA$օ!)|eDa)FiK}>8(?۾ Ek) '"/% )ҋj s)yPP5I6;)!<| ­Ի$H x:* EJnZX[Kl*z&J_Z&l-~prcqYe/w;K:5 1\EAaPqSW Vtřb,Hv_iW,@G4imebHS͛6$o(ͻ߻sz2H/țϹwztj4 <ƭ}~5^&8Ы. i+"}! !Ҭỿ6 n~^C u@'~<'X?8싰5zۮ o.g2;Oˠ%#no׻ ?A UPǓ6N:Vgx[/ 4?g˘TvߦI*v]zXkUc@ёn;&ͼݷ@!SaGFT?BԴƪP:=1GډX:F[R$HaJ;+]u@t=:-ta+s\DHes46M5'EtAD+)LUijb,ބ09ri"PddNt)jrNxq铛Q:@짢>łAb9h]B݊ q>5 i쇃Lо39d3Q𩠛GtrGtǻv;0+XK/z]'*TqOeܩfԗ=\0@4P0т`&6D޾vVݛ5͙˘0G)MxʫH<$OXse)ƛ88'Wgz#{L/~3M2~ڝ7jb O3>$MK˲>Wa<8h^8Eʂ<8]r7(РvD2+bm9~P+Efy&z䁌CuPJԷ)Dr IWt|˥S(ni;p0EYJ,A B`]1.9q"'"00i-$W:sK@yV}5FP.}=w^Zgay0Ei)]%,ͥ\37U sVE;HuXNnыEz5I_dZ/XQVɚ= HU [܃s<W+}Jsl0AX#ٲ&ԮU1yWTv -4?Z.Q;hUW~޿9elB_LAcjS8(R+6įPK]vl2ʘt VL޹arc]ʚuW4rK2ٿ3?+IE<O??󱈺8*ywHs4nWi9YXf 3g G=5+l-w?z{QG@L=b]sl{1 Ba&9璃d~Xa N)zjڏ=\$c(R7~DPMr-!ղ)/6M2RK)ޔ ʵHP@;wXÔ/#w=fH)а êzu>N1Ʌ{Rpcyk;g'm E&HďR|?Yض1Z -ܟ$.!P/xp;уip\ =ZGiT :ߙ@־8B 2}$:oXLe,, s}ߝ3IM낂cS\n 9!t_qn6W~KM6s$Bl’ ^r+e+I\[EQʧG6UD>B3XpL9A+kMSv+J |!˲nj2%[@R^]^qmSڂ-_$6.MP*G/WK /җࡷ<$oaŀ*`#f xծ ټES^Nôjܠ ^ɳ5&ݗw%֋7֟5ck?+OkMraE?K*y׶viKYʃeM~w;G3 wڣ4ղ,U㫃tT{PqHӸ.e`*s0M8"W%4Kˑ #r۬Hv#,IUG\1ܸ "H&<3 pxz^_췡O$]xSm`L'K^*2۟ƠEכVְw%H5mlJ Vam>ͻRh[JS1"!農t<]ެ:uaewK!2d\+;v϶z~%x'>&ldt)p|{mߔ&fp?r^zlqؒMufXd)7yEf b/+S%ӡIyяGLH_6"p!QH֓gq鈴 s)!uVʘAf<1k{%6)S/z'|9KiU ϗ{x .m~y]rN>hMg̐F.v6WN E&ڎG @!\D~ʭmlK$Ke^}i{;N$8镸nDLQ?E>X&vͮ 2G/X.AGP$x[ҢMwhCXDG ' )F#pC^rpaK5Ώxehu ~T dq1U-id'&~ QhK`\.Q3O@R\xΨBH2;፹)E8F6=Y9X3mRQ\afK!gM^*27 R#),NW8ЫLYEfME+D ^Sc1.tS;TFǹ'AAh@"p~##\fL|yjq[ wm!ψf2TBx%ȷ@'#W#bVmuA{HQ7aN)eK?q t!xrN̬ogU(Vm ,S[ ?o{R :+i,dj(^yChXS'!zog7B t4|!JS場x"<:z׀JugSu jv:Ԭ{5C-(f]O#É]^jֱK9?sSMl 34bd0UDq\}Di"Q8TKGauq) Jy^@.J0$)j)686gU6 9 fqo$P& Ήd|j"!㞗%Yxt~#`NJI_Lj@$.kWcs^ 7m'= `(j)ۨ7gh^^ gQd ci$IH ݰc#蚨 b\z?R![3&AYѽQ#Mz䇦""l XEw/)VÄtH,ZDi@o*x 'SǰPzMi{hQF^ˌ_@ػ&ilԐ7&r_=\ěkنu)f fl $u!\t9_Y-zprh(5%!qOCPn? Pf%EƴgJe ׉r(d@5" =c~ *Q"VHHg aoyȑ>2D*9·'?J j59fe:jRHkiΩbo}U.fݨ`,A2bj&6MĎ]]O@еX:**9uE+ٗ?*\&3X@J6N!VE\ħ! E;P\eP-/i.UHd^P 6D @ J]\xx2~'o k>yLOg7 1 &6v=޻x~^Ŭ?h&GXWd#nRe[\t]iC)`m[Figd/O`\>2}K(71H  Èhàgjz6BH(ҳ_p~+Ŕ2jYOcGW*W9u`ӔnpVst_ #&GsqH'kŢ?x Xo_9׸K_ӻ%FעYk ${o}iZ%F0]Dz`٤|b}dhxNQ. cM麂 3.:*]á (\g(Q2-Gɔx%fw&rA8?4Q1R$èY E#iS-fH&Ok_(?W?YJQ:.d5J О-9w{V1:&4{W]`L\];X9XUQqv4 :iU fzfBd\S}b2ޠqdGg3a?;"^4o捁 !Du!" V O*f\ApT*:t*H=vt-nJ;^E--{\C&_ZGd~-kk0,^v4,c^!=e9jH"K%=ON asnȒh*B5cd Gy0h"K'j++@&5LFt@i.UUY;;ýXWjeg%p2f#̋J]黶5>wK8mVO\ )Y/ g6[7=0yʛ9-6uk*%bOc! W`TxIXڿ &$"s ߭_"mė Đ], G| wQʇm@PSA?r>LO+6"|A=ya/#KC N*I0\y+qXhc \aXT2 6i:_.f&H^$YV& 9 X~|)G 0=f'n_zW@1M Hh5Y9"х(24[z(;f[-Xɣ@fQah t܏ _^A ,R5b'<0|宏APBG%of\e[RMHnXq]GP/;v|p6hC\MH)b˿FϬ%[8gɌZUK/'!u6;̈́H!$z(Uk9-ٚQ&0R/[q]hݱ*=EF`h7Y_C$)W@PY0 ^\abO6 W<]v;cK8ǙH,'%"֨%r!S*#H<W{hHB_.[M9*7A*7A's;Se Siὒ.Dg1˙ ]?j3Uq&?fsR7$SQ(tdjBwaq+ķym#ɮ ~gO/CtF0T  M3i4etH@;i>lf~ads"%ΥZ0 _ ?b<4—# XN9J騇BdE1Gr 6H$؍Mۗ^=~}4AD/K(:85Ia ie2P9Qj됝ׁ?7jkG;;A칼s ݥKOIt_XD1ɮt㴴sk)-֝;J !q&xv.a;'Cܝ+'mrcr7*uin0;mx ѽ#e[I"5P}GTS0f-fUB6Wyq%h?UAQ+H=4/STkc]ɚQrX);S%!# m!/{/nP%CXb(tu2[,-JhsU,WVi {Ǣr'3-iF.&9f.-j,\EQ-kqؼvf+8BBE/1r$"4x !cDbzLt ZJ8Q=mn;\gUM 71)Ueů}_݋dG B-7)} Vh"\=)(wt-o" [eu M}Fm]:gI>u{dF?5qr? ^*6x4ڪ8P5z.<]"IlN!+YA7 uZ{.ߔ|ADԟE}pR f<ɥ\)sz)cg V'tg{R`ɷ" ا ŭ,]bmh( (]@ Qk%i61/aţp@Li> MV^B<4<{};TH#Chʉd#t]SAeGRaJnIe}VL3uȢ./j!=v z9㢎xz%٨r 5!1$ݏM]#+/{@ ɥ7wvsr|ȴu]h= ܟ ݇b+;c%9Ճ';xB 1V$'G ?d׿ښMfRi+ˤ Nإ6<ԎZP\6?o=qzc>`5Dd%/UDY?5tW>pڛs$)nk2*tWXX2iU!↣6) T-wb_.)=A9J; y9ZGxPz^vo۴M,D=waF7Q9b Ē[vdX?"m)ޟQ%,ÌhAQm; yFNh X"0=gEb1ьb/{ (XՊD/cYꨲ>Cޅ6򆯚QĜo{y5"Js);>ʏC=57΄.Bӟ R>ڡp}LG@ET8sD)8Ǿ}혪}Q,$_yOd{3rh6ʍ?!f\VY^`KEkۄ`4R w13:J* nj] ߫zw 06zg',wzh8˄Emஅ05}Xڊޭlpg0+=KQ X,cEy !P1Qclȉ7i!]Oh6ŞT1п7fRÛPɟrdmuFq) HFhVCĢv *%.O頤NdtiAEݽoE4YY A;dLyc7b ׍ t-rqxoq#wQiͮC:roSZdf;:t]=9 ~O)hW0x)hih|B1WM&C¡})Hh]ٗNdGQ0G?sdi3+n7YaD;3KG SVΥ܃ؼz*w4eA[{n_TlCgNJ`;Fā+x$(hwӋ|0pO4<ĔGO3o̽R_4IN 1)Qx 4,瓂Q}ۊWrQq)a )Mf^=J W{\D&XOD9iu 6 Ԫ4c]{bdR|ox@rs卛}CۀˇPn[m{*(ۘaCX\vKK )"o4p*{37B2A^'34Hݖ fVŸFAu{oeȶo $scGuّ҆}Sp|g$}S3 swF9M#dzj0p+I0|Nq 4tZ}e#ݡ Af}(oepݟ?[+L / 7=E{Kco (AD<{$W~"߳ tS`?ta?-͐Q zΌd dt+吕f [;ޯࣟcp\䰢-BblVƲC{ R (Р~ue6t{0z٪[$"${Um ?jBJ5#qGCEhIT̥Ll/߫/:`4Oj,&q딁.b=a*sˬB>?e-LؾB /0O4~ۗ>o=zMe#<АC+$.[H'N!ڬ_RI= S5D,Z7q xu qmғ$;P5r+c#8}ȓ$.煀v DŽN޻N@I[^|hV oo3@hl! H#gT'Is邽%QZPf?7nCR_6>(Cg,GUJx tڡH1yMkOJֹn; Jgvk,$_VxMQ)QZ羕BovzO=ϷuP9ndu30mkD0CUu lh 5* &]ċ6Pp ]'C3K.@=SCWe]DאT)W;ǔj] lojpd<^A挗I𭗅s3J3Bk 뽏=/OEq^FB1֏?)K@~Rg`J޻ϽdbusIye$dcH ,=]T~PB˞:>}D mX]g[Gu+(G3۞1딴TfgpAJSA߹;n_586`O*}Jf-otǗ 5ThIé69QVZV:^6q[t~x'8b;,wez|ί Oېw5k@ & #Mm>|PLRB l% { 5Ys춌:Tcy@;M~O)(rWJ\o3N mzrei C Z>BeG>sl^$TB 3׏UO;9WCR'ykUw0#zQWڕmz 4q7x(,E#3="mx͗ǸV1AE =JF2 na$m,erc^"XIK R7SAf'|@*F $m;Zy%C}1&>Auo ?oYP"yZӖ -FֺnzQ $lNl]| |ؗ Ι8X)$J3֏*Dvz VEĊNny{ $%#.X ClwOw;6t]և,B/-\Q[x`Mj K0Qz !1b%BѝՖsp+BE˝&ji3a l̤Bna%,11,~(>D~OfJQV:`]PR-dQU iMs5+0эH> b]փ3;Q-m<([Ÿth>$ͳ}G?nk$#;]’E0R^QKߕ>BF~Э8S󠉖ϥAc ŋ޼-2nw\MB ż-<+S 6`\XVsnlq4clk ۼGtQQ+<-wj1TO_p Eס|~ɘ dODnB6M8J@|-VOP/7.ܶy:Ӧ='Ϧ_%JE^Νl/o(}DS**|,隲#`l,vEc*?cեOI>]~l0Q+T&\> zXjFb%l`yЮ+ O9b&"'R|i.WE5Q߮J>&ǘU=b=k8~R_h<$ Q~C^<7/\ j+cy/0+"|:lKJN[Gw-}Od96oӑ6Z!1P"7S$2c#(MNBi)c cIܿjK$Fƀ*|1/m=h5E\Eu./,`3GȘݱ0!ĥN)QH a*Cnˆ&Ӌc‹#jՏ+~5\Tid֒G͚dd&HptHjf)?s) h+Z.p7ӆSJKK@+dDip%.| A ;er6R'k,"Stޘ7az5RB+bO?:#d&:|^F=%"OІ5:BeJS7\OvcJ)\zt0lX5Cz1o\Y;g.,~,>P5_(iwc@m,0綎G LCYUjw(j'ʹq8O ۣ pIbxگL)呍#jpYrgúfŋ%;|B SwEb yM ~;DҨ̰};HLCʪ[RB=D5/̴]_STzSOGQ<"Va5y.uv 7)/|{6CaEhX6|7Uy3G!\ssCЁn<C2K#4F]oOPAU÷ςԌ-9{[ .Vby⋶mo<ӳ!PK<=dC9W&dc#7Qi"gR>AǞ?)`1I+4\\Ru@$jWiڸ;9Wg2{JfI ԛ4&'Q:p0-0Xν%JݙX\r>v=bN^Ԟauo\ϐź7z Rx 䎒ރ\{+]=h ej/ :'R@nz Wrs&K[LLXSG|HA,|`7'doQl|ӜňAyGfXkuȶ\,3=kE(aţԚ>&EY2$ N\Oʕ/mٰ?suֵkhRh%ЩGe``Z:m+ Q ݒJ.͋B< J~o6gIEA4 2M$;/D{e V}:-,]CVI}n[l0#s/݀fxmf'.M_vXy6]־}ժKB\t, XΑFU}џкCycp,+IX0 rOp*ip:T /qqܣwꍚu^ =@E50xh/ڨ M2ajA+fd!qZus`zU Oq> Q,|@[EÜ422 &]f'-q_o]C'֟'Ki<ՠqyoq"cq tpgMD 9r [t1m}`üQu)0C01[^;/,x:}uvee=n ]O[6*%11\ۇ5>Hmx6㎩桡}eV`.D;Gz%; :,k[Ibe!^XA\$(їJ1iv j1̮*UwG9~yg1 )Ep->v?(ʖ#\4mg 4BK꼳-B o׏-TeK*/ۊH֪Myɦ,6SnN(r٥݄,ԃЎ70hаRZ݇Ǖ8'h%g7HD3G-Î!`WhP*v7*#.9_ :OÁ9L"4⮋>TS{ÓtuF-~q# L.rjK~C+tN}i)2hDtż-bxsH!~W5O$D5s_OIX[B*=C6R._;Ka)Ym}DoO+]E%FZC٣cs+В9J%n]$M%0{kA58# ұWE^ $.ziKV.%&}1U^ޛ`b<$--GI5]9EK*eh"kpnpLV=CQ‘ctbZeau X9(IX`s1Vk 1%r2l c:7 E2#10e'W3n09 (hܤ" U=aP(rrZ]dxO‚5rb>OŭdIDX2U 0ѭ N#jW[ y%Vo xds9u)Ang'qPN'Q|.nΥP 3D$剶lzoNLS/QMڕ FGtTGc|m; NHg6P,S8qcX$}F%NJuZdTS?A䔹Ҍ %@)oʯh7N}=>-WFJkFtIfXVFԥ*upXڒt9*z45Qc!~ط@OF<h^ q%P.4:;4fZOv.Ԝxv~5í[cs,h{v3l cv MM("igj.]Pٝm-hRc\Pj0vJxǻ߯FI_7?bT󇍼4mz%8uZaGLyh./mi2?5a͏L)u;1,8,;4J' l:-RtJM"|caL9|>ȳ * N2oDZ0NlEq^|oT<~Mh!RzZmii"T ryQ|!ܤ{g5X6P$GN/\9yKq^o]s;շVRؑ}~Dɡ lB>2ys5_7!3mvgVn%5M8Mۋ l %u ]5a4P[8c [ }A=3(Ot/SiO dGq33!3 BW2 \8Y+ֺnǦ7]%*-ʾI,z3]=#TxdM:$e,jP4&Ҋ:jW!-c=;\KaLzט|z{D4#G-wߖ ªwJ4gy3* ĩ>fKU Ms+<-@Ԅ-{=3Y/-@T1u\[l@?4nD(;|H'lr''"SSR]Di.YFT8"V$"1f'Eϝ# ydHP RN*nX&^i w+gCN5U\>&C[fo1p$sş3E`pɹ'+_UB)dRcl6ܹ"k}—<3BRxj49,9 dj_whZFj[@ #v ˃kR6{Dց Bw)hbSGoآ-m:&hIXkx3ei˕yY_[iia wxZ3Ghv\RA8ܓt y Tz/+,"iؗī >>Y@e~uu|.>j]F/γo^2EUUi6((focb;v[ 3Hݘ GK,|Hƭ쬝Oᾳ'2H0s?J i1]t ̕1ӂSK WWD%f<%DDd?|gY]\60F-6ó9w~ؼėI6c`řEп:0E Z; =w(Е jU 'L$ϭYhe}{1J)?ˎ\!f 6^Y%ߊPzV 0k]_c^-TVIr hiMR$!;LVE T1rG )fUgE\a"ssX>.&łqr#H`fYx">Ez:n W%d_*wiL)b=C+7`uMH_3@V_\~$YJP{,(.2/ OpGEP%#k>[*sXo A@T2$b6X gP8;?EjOQFEҊn(Y{Imt$Y Pds#{cMC @zWunP?6mT5#5zF7bÉ:˶-m|`[T ǥߖ'Xu~D(mnn-!930t )n sLM~_}<3yI@0WEapʈ]$Q~Ћ'}S2OPK &~u=i 4M+}eύV|rPد DWs#?m2+PV/R"Zʱ^b:  qضu-aV89WM5([zuZP 1ơ2'7e橶mV^[1 jBifkVM+1HaJ _آhV{LFR,Bw38֊I ˰&6k}~72@s](8ޙ4Nj&.A'+V21d?X|{w"R8j%H+!,ӭf*,9?hp1_u[c5= %Bx'H ĥ~) Ph|3w^0'A(&o;EW`h-h2ѺDaU]HxYP+mFEBhkė%ޫ DܥGD֤*'/-(k3Ec'g?Zyy|4t-[FA»|,}-mƕ,i+LXfϖ-_j;j3޹)mbi}MilFsM"3;SjR 2#Ne|7̘Gboy0m8Z@] rr^5<_aG`ygo}Zo^fV6*9$r^3h\k00sIsO#eSU}%Uzm2A@,pRGµ/VK i}vۥú"ORAh<"13NtCLbֱh-041һS^yH<5 *PXdžM/۵SC,U1l vIke! kAsx0Ti_Z.MdI 9A@ӯuSc]7Exwy)A?g8[7=ܼvI m`!g۫ .j:Ca2c^oD$scW7&ܖG|3ۉiAO2Jk1 LٛmY{3iqj4QP2b:|7bd:**7|U/2޼[RTنt#ȂXohLlr>MV^@v\*1Ϣ WpD^SٴA:ix V>|ӯ1@CTXQb?:}eZV)ø!It+[02 s= /kج ZYf\?z!lⶏb&r?UP7 EXg@yN%,n#щm2wJ4z 馏j4u /Ң a:x_"R{-20l&ˡHl/>afPls|0Aмܿ˞R`cghZ>i j1U2I>v u 8&QIK TCZ ՝烃-|d^jAhdh%Q)9MƹI~($mZ([$]'k-'l鶜ZֵSu!y 8z'PL.{ qJ|(׏GsTKUqٟjPxzQ4==:4PQw^;7kȴߏmHWL$ODEjHj@л~ۡN)!+˝ڝgD&p`Q%< ϟ;g^)tb 4)% dR2cp,oD&IHva GEOzB]'2#3 n…X*⒵p22kד!d)1hw0m]˵Ak F%f.'ttM {P4{s.ʶRQt){}lc_|L)7jyrB+WYt`ua{r$6kwVҼ0[פæ-9M/ψf|t<Lʺ Wɨo1xW^BI 6Aed%c43~z}p|i [S/Ҕ91BQư3i@v 5bKtvAWL,1kN=M2Dè* @E ! &wnk4߉d~#NH%*Sؤ[y>W Y,LA3nls қlXxs6~n }Kj@{..xgvle~iD7خTͳr,0TNԺj 2s5"v3H*Sq8 !7G]i)k(9FxE+KG9wT܄َe R+n?9<4T뒑[Z j T(%NbcH @hw=dM;wߔ~v׽k8༿/c(Sv*{Q{'I86 +!/G$X!^Dp斠*W$F Gò`N,nIBU XB_h; Hlkiؓc`{鮈`92Ke%hu'SfZ!wR(y I# NZ"~ѱΥ1^6Hٕl?5>iϪyζbjS0J[A*v~Gtq%TDsTqq®U*/J-'ԏ'O%a,Ƭp""{8ߑZޯ?HhMq[xܽHcy63߼9~.q߿t42fVSU}jt~M(Vj6P-|qS|KC ߰!`v9a_( NCN~b+86mAc N =l_ oW}Ό (:k_U@K]04ɧ6Tu.7q ayno wxzk3وk#@ /B+&cjQTkڵ:b2U ؏ZXkO'֯@Gzl^|vٶރ8'qkd=h&A6;_ya +~'ޯӮhaXr=һqZY{%]\ ɒ;grx>ƞJ0B09Ԟ7&Ї%n "Cxse4ۚogYlBN N+tUZuUHܜ3#-]BNKxWtV*Mqq%N/ZTaa$) E._Q8LrԎ :tfѮY%lClb{n\SEU6N@Wd6LtN87ľB_m!c%YxxQttvb|ƻbQ4h) w6=FHkytDýPvQ~F7#D2#\S?q膳h= T>o)l9LIH5nqafYalI&q+0ȥd7fV8gem+qΧtdɨ< Xq٣\? ubSY7 f_~K’;cJ}W 6 ˒v?sM˪#YVOR5#x#itiy#*،ʷQMRk?Ҙc 7ЉWa?߿Jaڙ'1BH35D*8hӳX\AƗ mOQ-raLJ:gA >ďy4O?|:T gΓk+&9a <@. ^F?XZ ;Ŕۮ5aQdGTA_Ylv`7wW R,үKKe;ӹ& POTv IzT\4QʶŬ|+'cKę;XTyƲ5rwܭˊG%t%i"q(!q\\v.[{4MeTEyL\SKPM7 oݤmG`J:4BH"`mF6UmqL g*Yvh#6=M\{} 1" P8yYXTP5Z*B@,OCK Ϡln^~;~-Gm J{9W.bDs$||;&[A{XRĤQ[6Q& RNeʘ"rw q i -[!JЁ V|!!$5M!|E4SIt_`󓕏(jypKп-g+Al>F5anZ"~7-^޳=qRno;[ϳܨ\LA( wA0f"dNc3`nӷTh7z[pKOww{y {_/\{w#5QRLF:]T%M}×ma9oH9iͮCAGMg[A`6g aRvs"I{~KFS[ ~pD6;Ԅ}2s\BVCPW1m yRZ_\V^adoK]192 D,xPM]!uC>Ҋ6\y53)Rڅ5k8yNfpqb}?NT/RFA4Ӆ{{$"jtFi"55])pN)_"mԮ)O)ʄh,tw±KehQrM#B`Nv!7z/]?\O9nHD,&rPPhwV5 "Gq8%`UW3e醰5@-p$@#ofЖϵN;*>qY 8Ս˪zok(UCGHZ؈=@#g;Pq*upuMf __q*0v~ ;A$׌(tF5vo%uC_/l*s-DB^.$FfKs2 rޱ݇{glGdGmI**IPX ‚}('8_I1ZdBەq R )^[z #B*#.GZ0dl8< J@NÇY5釞Z/y] ./h\~AD6nTơxffix wxòxF-)9[nX낢T`yrS'�+7 {nSNbjbMU-g'r\hKo/0>pG^OɅ8PK5i:pjجW¡*(tH-#ǻ}\g vЬםQ9+T+iyMCl`.%8j_r )R^D홃úYq>Z/XnD)w[* yHqm)&k/'n,uۊ41m|(i| ˯aEPmAckh&z韊_lYKլia z+tIT̴J6K yas\Ԅ2~\eqB䣛v ӥ|ܢ*^$^<*2TvIN&M]|yfhn(㯡f8&f:E(!r%oì|s28_pDrw)pLTV2^,hS/FQBz3ng(JS4?Sj|%y&C-ŖsŸ_gW?pKz0nDˋ[1TA7$ %~_ Vj ޯD+V{[; &Bw` H[-}i[o ^dTBz-R(@7Ywl=!%V290@!]$&I4 .|ST^u_vF-P?Uױq;i.I`/e=',TƂXI|.nUMň!?WaMtI3GvL$STxMIRE@bڻgɹC-dWq|(Pbnq_?;<¯ӫf&Iu^A:hf'R@]9B|-5AW1͹IDJ&߷-Op)u܂?SNhKrb㇈ ECa5_U1Г Z|z9/)l|rb1I?,x'Z9[w\zK5~UH 4sa$\QXHoPFN,Fȕ2X"jp餠W֩MMJEߠHc Hpˣ׻R2c4u>kϓ{=D=abeD ^wc6|^w8ٟ= ѺO!# vCfԩț>2E#Gmڈ(2} 2V 2Ϛj^&bX=/H:gp>#'KzIh3i{A(hA?/a $g* gNYPu?Ʋ0/4dQJ4 OI?XU::)StYi:Ss&= Kj8[~&?>ApXk:묈0C <ǩKYKA/!~6={) loz 1Ցsr}4 WM~5uֈ5fұdB<;"0 ]tO0z" 0Y&!v.)=vs>kj e rbDK mTQP Y3Kψ\gφ10!lz)\qMhS$t gVG1G9ۚRJ"o)y }6iz-_Ψt&9yiO*k evcw_6i@0"A>pwGX~vIZw% NoN驱L|_2v<QZnFz?"L>F}6B'U 'Muqi2ho|gA,~Q@"y~2RwNv2liaac?B(zƠ%& ǤN"b֛<;l:R~ M[É*y- lz~&$S;:Xq/25 2o[/@Fr #m/r-aѼ# R аa«A\gtBSؤ^"2lj2_K+sn!3Eiihm)H5ॊK zEinK:,A%LjD蹊bٴץ4z/,Ͻ+,Tx{0܍1 MVfk!xpp`s+>R5;N*8'Z:qNJ$%ua4zw DxeYwn}'$;Rmvv^(PMZ5(L۔S"z$l>4:B[)JtZ+9(28>BڸN.6"Ey#˧9Wf*-R1yUV )oןcbQ)>TӜK\׮Ϧӊ˪|FwU}Q hdxLsVC)^ ̯M.G:G#&R #UU)x+ۢѺ}%4$2~:̆T^SK^5B5Om%3_|Nk 0 Z"ǓOw/o9Q6 j S駢^w<8T>1O o+\ȦFJg4-|6_G#2H!r{1w ahpSR䏣hh&6}T]\rJzr]-xED 7O6e-+ ݙ|? I*-g?PSħ!֘.%biUb/2L[Ƣ%SJBig j'4 ,O`8|cpw^8\V4{>Vxj̎TÉ\wDpPS2f%A5_H xygT15>BOt^ld79T0EA ևn,.xRLc9pO}@#fՁApU cuC|^v5]Ȟr^ Mr]^sU1a]ˢWfО;s $f6M$ I]aF,*T˱q-%_oԯKv2˂=$,1-50󍓉%2MGr RPb BT j|;}ŃyX(58ۄk̜:2VN97Q2znN7cc+=ZV[Ep-<.be"lVI|9x “Gf -z7ZЅ`:]Tv cjaqцgIxϹlR(4?\}L{mf ],<Ysjh=Ԭ Q %Nsk5=D]9CZ-|.ܴB?U-q XTj15K p5^zٟ# 6`RȝGU_wj!BtNQ;g2WMPH:an_ =CD qɋDSP *W( 7дdOarT@ej+NN!˪_v/o!b)A~߆xfz#_aJ w!)xñr)a 7V"o)zj`v q%UH@Jm8u p1K )J`cڣΰN.EW X:հSrB:5zk:k-bRhF/]AMqɿA? ŋ16LcUOy`k+S<)\ƍ6ݪQ}Lv<=^]hYsG#"p!el 6@ѿOYIrzoHY9[IhuN5z fgn:a%pV6b|~zMf+BݤWMYͺrFFO]/6§9̾}x5LANuɾFueczBN'b kߵ>;J`p(|RSԅ<@"S Z0c;9\X ;&t݋{|n~6~3Fq*7K.m7!%QӻMs"% %|s76Td3% $>ϸr*Eyr ^!VYϒ^~>~i33Ñ ACjdcX:/Gȿ+`CZwU}4m 3~uA8/#Sbo!ےLp*mWbdʎVjb!pGA`Ҽ*H5d tIZ!sGwH&a>5gJ>`Pc +\@UG 8FB6A^y?%M _j= kbGY&A$FevX9WV8̹>:k]L⧽ךGdkro+ǏEM-݄V$ lNErnA0*ca#ç`WqN^[o<)Rfże-U &dMi $؝3X9ܬD'pF򽢱5Nީydffup>Rsj4j>;UHB7}CluZuq6;esjH~޳0 y;hђsKZ5+3P\?y4Cecq$se}630ti &riؠIԞ0ı~n>4nHVI w `m3CPθ؄wS.]C -h=N}8r Z@:jvNe .du)~Og0-RhNfO3墛.S }y-W2([FJWkeo_UN hvUf'.tP~7@~CH@̀~ՔYJ]F *'t|&bcC KNdA@F "빓:1`TΞ&3( ϡOK1=`N2IO}~}``=lnIHG,X<vU䁉PzCiȘ%|V _?s3#VFmФ _՛.bR-8Lw ,;Ik z^of$_7wDwh^֐o$]K@HS"ܶ?VXcr wU6F Pdn}??)!\DMF#8AH"% {Ώv "9$#AR`OŜSmX9pU^Arн˰lZ1.(޸L178c3r{S%]+0&u@L RN)8YPKƥR3^,)T_3&?2\piyPp@.I on)3vr33Ywqoa-|Ʌ4UkARaw`iV)֣;[7!,3,*P5"do*0vyCU+/M .Y6_/*o)h o v\L"pU_7+6zM~X8 7ԃ=ZM,-E4"*'k>&<6bMgFusKK\vȐ \C mcc,H^&STǂ/%<\&J͌Hkȴc$AJO:vx'!| 7 xhCMJ>@A/NEŽ[.¶?ZﴯPשU%@4+X(gt Mm}z<==ətɄdbӫ; ;r!W2oK(ieD [-WP<Ö1bw٤'TD6l') pN Ku=Q5/Sٱ%E@\mqtPJfh%kTO,ܛ*@ (i|C\Bm%77sP-5 so1Y&yjr|'C^Y|nmfeefyeP7#=\]ag &kU7 s.qڙ14H8L8WI0'MBGmTi{̚enBBX; z=I|PljqR9`45-fAEmt3UXk%Jؑx̮],h߿@m޼x~}f:kGխqnGw48̂o/>0q]aD&URBHVN5?>Dtjo^2gܨgs8ߎkq -! S rpV.=zn6=P*u YGAdt(4ģ4:麸>D4 C Ůѧrc4]T?Zjag&h?- +\l7]y+\_O]z!Sd,lqf▛A;<$0ʕ]

ilw6ifx0a#D6>giP(g˞[B[O( ʩk0< 6ASPtpHFTA#518_W z\6r0f +@ DM*@,#JɌ=fgH&uMN; :^.^Bq· Y7tE[IaH%~尝mUChmf#j̛Ә|oVDYC-TܓhV%KO@jF@QndL N+G5Tk(4'/)(!{386.p$@d =/A:tCV`yq)&AeЦrQIP1#|_%@U7 $~xiAn` {6#$wbE,JvBA%[H`C?Ot_8l `. jU߱~6jWZ3 cs NvjҴyj; JyފC#]FxKoC9ЗnȨq)xU&c&mcHna-a*AfL1M=}ͬ<0ܠKc,Kϲ&ݍ=pΐ > bP(m*2 Z!ֶ>RB@˕ .&^$Ts]]kQw9ԝ 1Od^Hε!.GIK/,,R@x 2~+4pF+?OY9X-˝A&p5V/SQAPlMPzB8(=YiAaxy~'ZP3xr=axLX%&]FuΏsTUڬ{6,%#Gf1g\h~絎L;-,pIIDGhS%3+ qlcC{VXM nS(ævE.Z"0ɷgp)AoGxcgy4k'VBܜg-ne[e͟na#U?Ƨ1b_I!k ,zm`M3bC'RNANC Qz6]gʹ q$6eBE=) >uNFC9=k?Qɒ!ԩLO[A_Gj#b o@<2ʰ+mta+F{CuGQg4֔C=MJ;$n1C,9-\OSǦwè/}1Zi\)i0|Ruz}C(EzD$}1F^/l@ GFž]7E|' ̎|ɌZ&)j:+pEޠETrF1M^æz4wt ~4ĝvUn{Dupy'Pǀތr&% RIWg2'jSpS Uh^\weLcȩG'U |I7*/YQ!.ɿ\й Fna.ߤ@ozEظlYS~nM Ic|p>u]Aa$JB]yU:bz*s_i;.t~xCF nRM9|4'lbX,f5=]-PFL1PSWKgN<كu>%˔*cCbgc\sm"0S)vփ>7'$\i~NN{P!E/Z s DԜ-]ʐX,~wgǃRV9C1B~\\uo\޶\]'Ǚ$, -.(w5uŕ6qN;R+#cG-qiV(1 U anQhK8U*,Ph;QEB!m/pwau¯C8GES5Xg5vgVϑi%ݼyN  0!_`r.}&UJCmujN1|\bP`jyY%x(.G+AWSue 7uO6JC7ɓeRSEXA"xOK)42lkn^S(\=a "gX1U8O"Bύ ӌ@>ǍGNGu m3AʛB6r肨K;a'?DxB1A!\KACfll*K׻fG/ʸǧ1M5;D2X@IZU:7ӛS J۰MbK$v2u}3QfAx^eA`aƽLh2#B 2D2>pM^N栔HqiJOy((awRwby۲lf|7i '$ҘOD`5m;N1T?7!=emMK/?R?F4*JXK+:9ꦱR,[g*#1 QENqFMEqsA5cBls[P hZx2tả@u۾вߐTQǥ6%jTE ct^(@KUhǪrIm3˜P&}}B= #o6 t~а!d[C7mfX,WS"3#sdx| k*P,bF#q﮵נװ|U_CZnow8 uvi0t*! k[QǷavti>}q?\|BSC z(߂$ӫL4T "?zT`IGwDRn?)b&a׭$u 3QJݟl>Iٸ탻eicŨDK}Idz= n6<>Nz3IR5zfܳ=ZǸOKDfҍbom#fSbyk?=P9¬QRTx^ȚXSeub& DD骼Zof wn ȹ/߇;&;ܺʣ :K% snB+_e>&^re֝01ȮZ=x]5 ^؞kbGwC&[n6U H@Mmɑ!"Z{zZq焴/-nKڗC^;ľy?O!j,^>.3W;EQtu[J?TR}W^QF̑/{`G<tPRO0١C[IX ˝/&21EYQRo|;0Lx;5PIGVs9d@cDɕ1˦Gm'cLu,e 5T[oo&ܒcp!$mMIA($IX^`ѝhZ֋@N.=mI!ķs t"R4╴ `q%$8~[ ,*#M&qlIJ5 Ā&Zy~KwQѐwfb)$k;brQ|IC /]*Ì6&X@)9UvVC \ NbkIjū#֊{6*7h-x22$?ss bTKXH,uX6ɭ<%E1M*_~nQJGّÒt 7U-KKM#vuX)K4uf+D޼6)}P?kWG*&H' y )HpI_ΆQsmbuwp0vl6G)}x:ur2`fGچWT0!{&L>?J“|l@bl~9nA.2*u粒3_%8X!SjȤ%F52%\THGoYh8tun:v,عM5 OVA.hHQeж'Y$CguD_Y9f;~9,sm]KO) $,%Y+4]&|g ॊ=ށfB9PojwDx=w7D2HK%ia.*Q/]02) ~ӧpjj'c =]#h#؆DlrvsQ Ri$u$p`IsAhC߂Փv0uY Yvô8S7gH'>MюfGI}4$־P46"9R uq#5x;?9VJo>8MMx8&@5Ġ5ןyWu6An:l!y..t| ݨ2=ˆwA1-C+VSB']y f7aVE4ի%q[^~CXukV2|AA F9}hרdZ0'(h޷o;t5^!gք ?Zl zmIhi5w @ U@) -p>S?D, ? Ch O`Ȅ=|EbV*qi}s<ȼNPҧv49Lɕ蠡:)-hY:ُ*)U:t{]0ϏtXgákEmdLۡGS VES<{:&@}h4wBٕJ B=h(ԄGp;Jfvs_BR/CBzs`# 1 l7@m+}"!p*ZР!YvO}N+D:GpZ YPR̾J]n ͞&QUe%dWd-͋3Q)DSP7 s*h6O[ /e9+0TFUj )뉉_VȱH+cIw VGXjxːV@wtPͮ5Pd4&>1ϕ@vx ɽ?vU(uΕPi7QuL\}x b\qk$@Pl.V ʭTc+_Ԑk:'~v]\5uwoG^\qSn$;s*BO+JUBb2o~r)fW}1W7ho6q%~f2i6_.KQX(;21@(B.#u]iX㍝jG[gQ9y5C,7` &ԪH o,=0Fͧn$y@ѓ%[vJqrPLROCw0v=0%g ye2(Z/ģ]% j?4Pۄ `tW[\hn_ ap4! 2-.ZQ0H3>0d2r@<&L9+ H_K.9YP;X6w Q҅,$dRt˔sRLu-R{c^7*sV(`,^`!Wgju# b}͸X}!&Agt7mQ+b;CF^]?5:z@N!,,854t {] hZ%!U'_͔)P?or ,U8 bʲKGkgP;MIwfST$PH#i!Iʁw$˾O=2gn2u dƿOw7'LdɴLg|t88èkAKBrU쓊W) VEa/`Of6Ԝ?2u$Oޮ*TeuʨP杸n)W&w.όcOł>g9=w8WZo=M;/s>vOYkZKKQyr9t8A^]p(^3s ں fg!1ͭgb> CH07iRݽFTK=5:CO}&!F*^U~0yk:(nvL+qjw A@0]P_v#9?\ns՘o@m4{EϮك*i4ٷ<P] )sp\'B88{pl 0ĺ;JTD/khaAL )y~CUDtaq eYrWє X<72*Shq Y^p&NPq8E;%_y!c>qA(Ik mJ> +-cػBfOSE%$l$'j=j@N cugO9@H!y*M~^pwӉ6ᾁkRIpAy{|JJ*Vhƅp2Z?0j ?KDxQCÙV3_ Lh`&ЙrK*j!D%Q6eH.S!nXO#p' ;Rvi/q`x?\קpG1mơI`n|揪c2 T86Co=~JM DN?1"~[Bad$ʟ&SHjFü 9 A8sWB4AUjkk%ǽ&DQ} ${o,8R x߲Ya6y]UHFi%(L9i|m/{s:QU[GwhĘǮ^;>k[a@?z|N_Hm#*eGQs8i^P'k65jj4l{(@zʓӓP6=AL,`΄&i:s!#ekѫPllID$p# x2zeUަsueLB4yPD,c BZЏ; ۊ3QoQLs,W( xC !/]VݼQ\ۼ/O#/aa_c 21Jx':aJxm*ͽQr#;K&*ft G]ed h6j7 0^)gA/%PL݅ ˮ~d >1c"2,|h|`1~L{V霉7|SL(&;#Yx70I`u^ ut%Zu|F>^}Ï/kM_fJtJP3GE i7)z*SD_ƶ9(t#7hGom!l4__i ODFR wϼC]κҌf{5&(CǗ5 +1W&&_u0ˁvy'v%oc KI*U &Ԫ^-$YhPS`;KyN0N훺Q+FK&;k~=pg¥vmfI8NjZۡJUݧLVK~kQ :+>{$w)jR&Vbhf.[4_<>IϏI{9 ĭi\1 JO]a2 BI%XU4ঞO_3cTx^YhyQԙ)1$K2a =0m7ul?煶{JQ==ňghũ 21fk/VT@cr8T )M/<OvYar$hٗ9Fb덿-NIڸ!)ի5$<)7fS-nHdm~,:j!.3#t=ȉBC&֨Dy8d6 hY#r>ʴL` Tf٢vb.>oNԎf3eWY(nٻ]9U0~^¬dJ'^nŽ ` ]Δl;ںŕ[)Qp7ݸP̒/C Tx#˖JpxK2 x"F1=03-d [:,Pki4NjA KskUM5j,e 9߸'Qz<<gx*V պA M 6/_2k BMCGYʷ(7i|+p6lO8OgH[qֈrTׯ *IubKJ֧2 lPd G Z!.d2D36t_9_yL%`wPL01p |ޱ+N)rgA8`SzkSI "Nja}9*ҽj}[0} _@E 7,#LϪWΆN|>X/gk|(a>Yi 7O^NwbkKRyeq3+W9C΍$FX+7R_ SeG%1Va'$f;9Ϳ'+)tVn$>Nbo3'bPj,#}̀q"ۮl6@7PGsΓaBa;KRC(D|!*k#PpN J!ŃЪjqOo(CY\vJt^iJ_w6 C6@0y~:P XSUyjWg ڹp\4w^iH9¦DlR hNBEÓ:-`hqqv^F`MƓ l.\pMȶFE<_ɍ{vN*/LS{1h4 Iͼr*!Q'%]Mp{bIpI[O#xPo>Is9}(ҟ6iP|Bad~S]-Ys^ ,FM -]+E 5ϻiK}+zN 4Ae@jݨZ$Di'[#Jr ![q0^+xsU@0>]Y[U7Xx;\z颎mn~h7d@7}O=O~쎵8%cwK#n®X}BSAņuL~7 )gIhBKDoi #\>\txר+L0 9?BS7*-vo X:I.g??*ɚKmD!HXc_^"E6O.3UUJؕAsφ{ ʁA k@m͍ $oAp*aH^vf.e{Gpb8iDZݳ7K[ͷ$)㎃6^RSyEڮZxqT(_.i%`6;,f戌T?u K}pbkX1sY"\ҤaYYk9_1q&{i0 3 @}T5SgDhq;i&j[!y_QjH|*y,זu [|ѫ5DhW}T y %lJfbM'.K_.\'AVGe;dGySϪ&uAqm+f!|YL|j=6 'N.ݕaMGG/>(# yoMn[#`ZB{?a#pUo䪸1 s0՝,)M{_\h}_$/tI{r٩.L0!!t;DZf' $Veivz|N*G.!V%W%EIS tBI9 O3t[Lk#46|ܙkRr/ )wC>ČH3%,HUm~k )'Ca% 㕜Fu|ث{y@EUj.۾ۈ.1Y}Cqs[/^Mu̬c1jYD aDl2@eX~u'Npwpm ^QյZBCSXE~QP,m5a1QKb3!̓9#|Uj.j: zˌ%f]]|vQMd[u w(Bӿ͚x}c:2t5u!bB{s n{B\|H6׻dIYeLOoŻOKKoMdngRsTFѲw ,[7&\{. z]PUh^`\C77䇎HfIL.KUP42R'DMd$9m3Dc)H $-䖅JVչhkT$+=$(K(ku:IO"?$[R2a֡Ta'u'/ $M^Eκ}dOJ͈[d+U2QڦۧUiz@4= K-L]By閲snA*Os& Ln(BwӰ4@HPRO8!? XW dϔ!nSKy/s{Hd|KRuGWedmzbl=/>HN}*#i, 5U&0lGisT)~3\ݢyӯ84zQuY!>]3iw.0Gp(αmm>|j~`,[(s W@+8;65@Gǿl R=%P0/XyzB7ILy>>Ԥ)#"%HM qm}p'9qwlkSOLi_35AM ĕ,] PPرِNrix99 @ p-I`+=}hҵo~? 5cn5*+AB1౪dG5Pq=>$?ͮ V2Mwy!%h3pz-[duW}(o>V}c \UYM՗ ۮhTvys`K*DFS]~}^`RGR|'N;6EGO:&gMܽZ_ʕ@Kd]0H3eN]bb4JwOeS %!q'"N|x~>Ji2  5Bvj.v+f I8f+aL)~/pP`lF:v^h\"g Ҏe&Zݓ,}ưYs-Be§XOh;JAS\T2)^ n@XL:1J[d ]330D8'qjs0bj:Š"$j0+SO 7uu忺Fؤ!afL/8C8N˸n~D\,`'g)\R5{81 *lxL0M@ӲxŘw `#*i+VLK33~X8c }A(b$>R}\O'kc(ZpapFc& !9Aץ8GROI Hߋ!|{t<ԭߟ)t>KGWZ5iwO/2z !}:ogs#W~^(MFNaÏ0Kgo!zf.^4G9FfBܢ.k/rY" -( t~jל־lx[Nmz ͐1A_܇3lu M Ѽԧ{FUʨS,ѷ;͍^Ml \r9b`` OX+2QU#F//GN?9Ltu 4d-^9Jͭ3>zn:z^Bmm!׼yuͮ,|A=e>ǡp#Aj8Җ^B/4,?WEɈ`τ%xs-UNBX~{VE -g4`3Su,,T"T'S<;, SMAE),Hj# K5*dvr" fXƆTG-/Qw54npq˟E\?_&MQ u 2/%-)64](?%OZcӮKMoX^P':b$cE4r",P6\Tɂ,B{. ˏ3om}HAJݰE_XV;;K8iNVŭ uSOf!wM-9hs4ߎSgyֶZ*H֘c 0@yN/r,;HTjzr`*OѶD]|% $|:>( &oj< ^J95?aBPd*P9^#͗{C|o)07J''E 8TB/䅕wo8LFz1fϺƗ[x[Ä T?sg׃)Q?uTS!0ۄNBХ[9ߕhsB,jjӓwtތReXƷ=;*$sQBU4 9 &U!8+!UQ9poÃ+I8zDLL{n{bSH *5^So2 b N]CU|B9w[r#6Жne/L\FsduH$Ə$óM;>V|9(s+NKVr +A ?Cvl= 'LP6ȀÉ!q_AwR8rd|.=f!ՄMWjslCUXnQȖ9*4qhFE6>F~6~C\[4R[xP9vHx>ܑ7,!KNrKZiX`f *ݛ*'C\vG>Y. 3i>#Rw;Ae8G#ᄐk8h3иNҹLTpuB\.YżigSOϴiNirmq(Dg/ ?AwR=:䭔5WImzCpCIL|^1ԧ(IV/^xI&>'S S8˵ ^ I(;N$[;(_3 ?2jC;.T .RV7mkMPZb#IqB[oo@).Ai'*p| fT+v]lF!kPw>VUOT<q/02'Fiu=J 1zaX)4{ˊWǡZ1Ε=Z ToqU- PBFi]#9f />ggaדTG(, +ĉp\" c)Q,^u4Rps )T5d5}m>/(O hK\m(m6yͣsMcqG޺t8md'LOGwIVpS*&*^ H\{H*pY: ╽{|NLq>̈́_H+ZgQo<89'kY -zJרij Էd (pRJ ,a{qǶ*‘G)dh:OZ^W`9Q gT"O w729eV`qj \ 4e_7jt5#!1A"AF%vl|b0FT˘g. 4 (;Yw|u ={wu8jҰ9 !tXfBhSW$+Yel.eH:؝pVD6s!XGCv=D2e]TK7žx$s[!r, 5+:HUTD;]Z폠fG0D wL?ksvFGiVۼ,U+ZH@uIJz*w)~S ȧNk۫dqbE $wަ"BFEK 3'}( dNWפc]+J)_y#o.(L5ctc`Έg=gv^z&蟡mxj~B^9m^)#kxLMh3fsNN=5)z8Kᐕ> e틢Ttż jYcTCڽeXRvj=MzGj~Ya"V*:4TI-91`Gջ#D~q6ߡ}T}=0bxA$ UgPwy֣1)& ^NxV-Q(3F{XO$W~5.BQ8]N2 vZQ9 '@kyi?8a`\gC;ҟ5YIj _QI;b[Mz8FޜHƆ@Qϒk`Wf觩 "=X~0߬d PwE56' i WfvqF9ˑbIŀ<:G$Ix8OEx`zT n5m.v\!"d<'v4tW q&q(@o.&A]I]`U% rkq}aG%C o8>#?47~M;p $\ gri2uB fzbQjQgjKD`߇g}QqL8]އ`{>=NU5/\K{F{|$sŠM2Ƃj&qܨ J(B|eNɯw䊹cVہ5¬$$/gokPu^RM,ANEV57KڈakJFzr!yZ$YltyhnuS%2"\s;cQNU$R%͏>0&㲨>Bra)XTX+f LQTb~0a*GJo\c{3>u v1">di!ƻǏ/-Ry_F-akzsy"nü?o#er17¦Բ\n3oNfYeu,#Wߟ@*<@)wy4)KF-i@^p?ϣnvҰ3lO  0vɸ!VE0%J$DI3fP3P.7n}^FOm6rn# ˜/b/-iJ}X@͕zCx{XXe}5[ut[zVBnœ2급4JD@s=Ǘa!5v&Auǧ! e<>A:'-ąI@|pH5YjXV,P\izefpf:wf)H6IZ:$x糶0RixϟdM3,F)/k*LIOg;<%F!p{Y]pTە.at|q b3(20B/=b3;}4^#ՅE%w/W>>P_{KaI,,b4 f^_e"Vl4Fx$/#>a,xf-,4?Q:2Ap8j^[>3+,!P Cʃn-R{~$!v#0J&G?;j1=8ALń2,f&Ʉ(;}Z7rJ%J 1G%#Wժf}UmJci@$`"[5z")o_midK8ZysII]:㱌Ȩ"+0``W s}C6| ]!T*=/̆0mIൈ.T)q="uujE""93 $< uc_k3$objX̿6ID׵/@\n|޷ƙVCh;ÀY;nҡOT8V w &)ܶ16`d(?[LKa={mhRPu 1'|7KE*=Vƛ ]aֻ—Xr7^QN>+<#`SuĎDK_0] G%A=5 8Aҷ枒 u' KhޖSx;4eN p ˚jn֧>!&)&:Q ۘX& s9+%Yǁ#ym&XV~9[\Ү!weH^ZehEB4\g|pҰx0%bV^v8 .JiX9"cY\8;úVUfEF5lF',`h 4MPsiD&+R*Է0>9OnS0Yia9, Rh-U⠙jX<FW䐼p4^ h-HPL TFH4W\͏ Φkb +lIG6?lvruРI$YJ [XG)'>іF形u=7%AzGlӉ5{fW0 OumNb7ܒ9 q7F=n hmbjQ{!\gJ7qej+]4'I⛧yibI2źB2Ca==0;Il ֽ'KqO.dg=a#v"2P) 1`/&i9R^N>MN*hu3tP\$QA.OoZz\퉖"~ %@V."n&msjrl̰ Ύ2iL޷))X"^$9׶hSv)|ke% ج1-]iGįR̈́N8pIl[CiXHv8)Oa[WSUY(?y(󍽨_Im]D(Nc:va~ɀ-[tka D{cÈǝ#)6mzVd ~c H(/7cCV^H;[ʅ^ynմЯญס+iދYf1q~LHF9P*{LosE Xz6Y0..8WucNۀ+%j~2I>_3Ѩ33B#7Nم!]ZPP.M<};jÙVUB!#H9"Nr>gEL w D쁻O k  3+Ĉ-Ŀ 5L&RP}NnH?` kˇp(Ho\-?*sbUƈAS--K"z@ITzd'1xRIԃcQȅ-ңdӊyQP{̪BA| KauS/$rBs|( E_T`DŽ:vy /S %vZ[{~iLPwŢJM; rD0EY@7M9t0S7&C)GK.8 v?\~~T J#\M;i7zE.:I:vzI,-q\oqy .jgZJH|_$ŋQCfVı0vOKRNٴ7̹Ψ_9@'&&{_jߺľg{Lٳn{I Sa(J$R4v3ICYfryM[#K$iuɗ,QĤxn:у:{G4>6TDrh&f]k<{4cJ\_;bLO) 37pi"eq/U\8Gu+hXܺ\(`ٕNǫ }fv j#4hz|Seۥ7]#nB)Xhx >3h=1!.jN:Ë齈ɹ=` +*0)lrIܯ A}sdud!@ 39+j_r)Ph0?q!~ K5XQ *v2dSLeO*\x9j;E:ח*S3Б eı`o 5\5_[3ZZ%]{uB##Ҍt*'G$ҲXy<5vq!( \`A/M+^DImS^>~ $xQCX twm869 7D>kT9:yt~xMOO) þi'zH(+6n kk5@cvY [ӎ4 pN ]M/cZ䙑xvZ/LNEx_<xG%h*  AGvZucD2MA`.}-0yY] ?FM`v kZߞq3ްbG j&<5J=Q*q.WRN.'to);i*R5H$/4rXM &`}_U2mxow#-D厐];.K{!vsSL|Y>u]q[AOPI< bAJ?VM5CeN"`Ċ &1w u,õ@FR& oavEq/T|*6v}PJ5 #pBxqA"q]5G* >URȤ TZT-zOn5'&f+kL*IΜk|2'{c~ەyѭóJjNȜuR/Y iߋA*v`|àbY*AYhֲoƎyF} is|^@X J16TK0C ;<:Hݓf]*Z:Got=niiX(CR#6*FdZK^H_RJ_´1v_vUrź2* bkPZboEM-\|4WmzPn#rqGr}Mco 2|w8݄=^I񛾰G?g/gD Ak6֋i82Aw2qn7"Gp $5].X7AG!vA<$@P&u 5$wیshx*{_C>ю~`w,:Nz  /c=܊TQj&~P >*X /< @˔9_F,jic~16ȯt+ _l*PኁJ,hBwsadz~4,=nV;.x |撿<9$TFZ$'FZLVNJD@sq5yN#"Mp<{㓗C=YﱌJ&BH@7LaxC]UU'dU[rm;ð_n/R%1~(%']vu7NjD#9Xf }k>A7q!FxBH\Wid;Es蟌Wc#V /M(\Et.E;;wP-LBt 7=l'?g A߽Dy0>'Y4-HGE517ϧ+TvTkj[ib)Fؽi.7?švk:pg3fcnX5$P__3v#PX#f$<6;Mog&.7E\t5X7skxy%wX[<La4{U>j-_8tLQZ*Ơ 3գ¨UlWxuEgVzFj3b օ[RCq7ԬbDMR` !DYvTYc] ]guVIV1@T~ <e0` $T`m&~S 40wbV'g56/i .hgy.8MO#ڥBg5J 7 (ް{` PO" \FƲa)P Է88P {;/bvu6y!bW:H=ԅ>HrHyR(*}4шt&Yn8vNUhɥ)5 mmo>A~RЮ%^ޞg>൏@_,ݺ[0u8" !gO .9v]X6"TtE6xDScqgfq#Z~ fm| ePT_#<4)LA;$ {Y*!_pwRlz9(JөP3]"o"Ap?SJЊL0sbPAWԭ o*co|uK|!__al^PGss)$)ʿvu23n_ 'd̰$2n UHp8=/zû@g<շEFSD/Q2#2Xb7Bսur7xjq *ye[I?/lPayh1K2!x#z_a\jXT_[oپ7>/X">E0 xł3᮹ QyvaKƁGwH&z>2*~ɧȴr_@x-aސ" toLf190gbrur/5u+w}P_e2iYn7ġ w!ٛ=ly`[?}NxM?I @1äЦtR07kr'9U7]4 JV.LDMp# \/mHhD+g?F6 ˿+ܽ ֟2paE?:r/S!Bt2jֳ1du#On3}Z{1´;wk5jQ<&k⍀??茅vmyl<~2h2+C(81H ~ 녛tɦ9hТv%wK۾/L,\EH5_{"WlK"?^Yo7(R5WK a!D#*d`x@pF:jBE ס$MZj /}KF&td(ɾ2[tgs9)mRԈSEd 5Oc\,3NY9.An/O"!H˝o. ؈tv"dNZus~?XpݱqxIȳny`υJuL h yoX=`s2Rc6H @}:^@:Bfqg #I=7K/E+fNK"bE,L)[4NMH. d*oq VI)qW)ZcA.,ޟŜąacS:D]Y>y53'`}ؒ-e%,=PgD S K*Dw`eф+/kQK:I)!s'97tn!cȖuf܎jTb|,04~Ce:ûbWYjM+}w,?,fWؖ%6dⳋڗ1a<0Nk.mqZ-nk,#8UUH pzl[qVlPtǕPv 3('zKW%dŴbj~e=moN#F;*/bRVǫP/EˏNhF^1wl^)ۋQOj7UaxVW_#B!cXY=S#[E]Z0PW39 #P3úl'*}y20֩#jOߗ`?Fʘ~ o}  -rߘ K1-MYSd qȼC4Zi0~MTxい'gS,J?\fʹ}=D?{g2iuI#4L–p29Ă*6l\THQ6)rYJ>B̀( cgk^hsTop*#d]Q2(i*Y5ɢ9瘍 oKrg5%%]@[ZB xpU1\ND/fg4UVJF $ |K i,+Ly-$E^O[;8zM㫸[8IpºS3%ZC@?m7Q\WEe֍oAZA騼G`,`D| t?*;D ]B | 5u> ysT[Ƙ- m} (I7x_ѽ9=0lڪ=5’le$Hnݰn.Ӽ :H+Nv*'=T0y?q}CaWzX "{ Em^7/'WsX&w`y!wt( KzzM|lH]APSlr\i!`;$_a&H ~-'֑YanR% S)I]Ajb̉!5Ȋ{ABHZ;.P:ͦ \fߨec) C+f%IwkiV‘z@Vi)԰r3Zik!u3e\өSԒ rčj$U_^Gp Ҏc4ЩGF`D4Z]vdnQ1fa?ô $KcǰpudRn,;pePH.~4__ʍ-Hr*+9wZaLI@"8$2{cu#~{)b$|N3;-B#ՊGH _|n^phNdGɈ3(Ѐ`LHࡈny%&rT\tO}rn{ d i>{Uf}udG5vd(p<{EU7$4Wc΂“w5 b_5F6#Sg Fd5o>4$}&P,)!5nS*xn a3tahuE%T[l%8j5p0]<>|2Wlp:hၠگ AFg>@'@fdwYsRH7 sksvKpƑcDG VB0%:: 81 FՃd u ,xs+|(,kf|t BZa~qᰥzMvC`i]HY2:F)N^9olƖ̯TyqRC㚠fgV޲Z-PDV7hSb;Dx u,+џ.{QG_E S/*ynjͼ<)=@q[1dq6?T_{RizV xҭ+yukcB Opi%knS~!fT+Fե6(g{EOƻzH_שԷ܁>+~#IxC˒~M,8Xu zE0L1hzn Tq[XUٱ>=,hyJHS`g*!pZ(WFD&H~suU ߕAaK%rXfQ؁s`Rb*k9KMS$lW3+Y< >s(]qC#͌2dj{+UJR~npDHsCu [6 Xr6}BZލQ+DKVT y=B fP{*p!=DV)ڇ#bHcܯA1E,֥[A*#)pZKBw+y^nD€vTIkG eZMF;)[0ME"oຌ=K/ᵆO.ĎwHN!H Ѕ`&`:_Z3"KbC%,QG>9T2'8y\ `pzHKKNC oI> xsW$ޓb9 .nhcXICա<$~wR6xiz@ 8ǑnȕԭVv^c7tc[(:cepeVi,Ի+p:%:\oPEt84ȴ"i| { Vd;3aL,$OwhB%߿ hh IX^) EO&ft*rHĚt*$S4RY?o·JSjG=Ҥh#g5[.G ssK%FoijḘGM$1WN~r^:ή(zM_)s8]kL R ,g]IK(Tآ#!<&Zu.gBZb4j.`bwo(z ygzraP$ ^ BG.pSNǏF[TX]%ODn=|>a7q#7\R} Q#<2\AWQCzŰrGBlkZ}Zh>҆6V(d3g^2_ x rM6>N6L }3- >'*v0Xo+juLSRSY+?rc.ۦy=bqhRwe&Jxu?Z@i^W_61jX@8ָ)H@%w %ziFXWl54Λ#UM;Hll]rPu#mKtIAt3V]![5R(+rܬ8QU}5;u X#t)sDm_|@: dy%\ W $'RwYVf>'M/n~AcQBG[7`94]ĤrA֨fd99 %I`Akҗtͭ %s5c}Tjm8LD1 pڧIO M*]q6bQҹ}TF9"65_&jydM?H7n3·4{AHU$ŷEvŜi'8K"tՇMkLhnH+_Tq7}x~B@1hUCokqǃ Ҋ c Mq%6œ#'Auc@c,c$ vKc(,j3,l&U7V>0WJ:wiuKCPUF.LҺ*+{GfY܉WAK#m7k jP_W7_| 2,1s"I QBMjh}tqb6sbC3y%TPݭ nˠ,nWg!L@ U ^VH1 N4jR:W<݋CQjL_WzWZVxN5AW},܎ѫ8<2֗OU¸ڇ)f85DV *1dV0eh*8Edž36!d>fx%Tgۺ/P2&F®n}gR K(ø`QY,(,ҜV܁vQʔY nGHEK%T.h)k y`wV-jH`0]= ZheN=˺`hq;(ۑ.@ zZ _,e s֍=%"L@riS*n+8KŠc:Is?(<_A]z"]b镾!뱎;@s#an/AW%~ 2?/D[@HӇgr =uV?Ev*?+ 7?\TUZԮuсCY)x0L\mCM4q!OO.[[H\nzA)H]Ǚm(ɶ\١{=d0NvjVYX£ p't>fǫPװ\m`rkBvwnǻ5 AՂt=JuJ~j Ak s3u)ԂUcr%~`PS8ȕ' N-Xj[A̝\m^lbso~ޫ;:w*[>A#&!TDK#e p%0^gvfK :fKyn鑶-N>u{8}jbYϼv]=)B: [c(u^@Pҵkq P)b~DW֭. (p 8.mH&5nWig ~5%č'-B|>xe,2 155^9'OR(|U R`Qaώ $ d9{1BuPHg:N1N8qi4?= U'n̶aUswwcWw 3TY~diVȸuXZSS-~~w+:ŀ32XR,=H|lElQh)VF Wg@aįL8+iuJQi>J-J#uM UAǓamp 7wX*#ɲtyODjV G9|; ީ8&of=ٳ7fRo}V@"-"]k+)cmTImq1P3I6>IsS)}[ʣ}Q@zJ,w*#v;T-NNp"7"?X9S[0Jǀ* 7oS~PGH~ÉDm~Ap%׺by]l@2o (i[ 5j/%=SX8lP [LcIΔD(5xƛ?aݪ0K?~n 4 K'i-hFߏZ]?.׌;i,]M| 3XsRLl; ݰmnjB@7ëӢ1ۅ2_}<^fdsnv~ IWi\;s+:øHv^[kyힷla=LXO?%U!ZqH-d ̀^)>_br4z)$|r?Ɩ>#kU_VRt3@h/tn`,O~h\8-LϗD~4ɌU{.fDS:xuj BrgQ%0FL/4}FV~xE:2*H$JJ6*ȶKS"سBqMg9`2xmνvb'Dž X~ ;:bHnud}#HPF#~[eGbCkI0  ]] ~8u TOA?xW5P" _.ǜRq.2@u\)NV#俅#٪G鶜 }QΦiU#@8D*L b7 V]G3[ PDm O `/+\Q2\Ǎ< )NjQ\y}V <%W_t@КNDQEA #zznZDÙ96/o~Y𠁋DgG1宦nz)MVliVʵRϔ(~;4T tYk]uB%v[N$>}1N0fLkn|9)IHcqe`h5;5f Hb(sOmFTM8)'ns>izǓD({~lƩ6Y VG}<Z-z.Is2q^dub`Brpa&#i23M#bFڟR۵s<y/JSk.GaPitlI CiHO (dnFT3YJQn)^)EG>;;QyN kb-l=:}?C5 RM|H%a7>Kȧou-3+̐U:CMHwm \޴&PC8l#H8dF,gʡ7";ЬKF:ɑn\O1J@- E,- =<1]TeKoi⑺kk}nI`ȩ*"'-68+vF]b\~STJ m[]5k9ģhT]N{+ -i{`sf!H\J: }z&/lmBG5cɒ[LW3=Jf"esnqX#A=%_P]^uEWqsgve-4Z;xKΫLKƿzM430 ~OPM' H_@fiG8 zt)Ctu%{T - 9X :kl"%Y&{OSPd8^s>){|1D(E5QhY#dzuR7'WR*H 0Lj35694{m;X c`C*gUE\Q:ئ:X ^pͣ(R t)ͧ9d@"rD>’0T6] ;?:(&2Kl>KnJuIHk$rܭ6;X(kF*(wOhQgZPO>?K;1mBZeǔ&RBSXҨνS 'QFS" Ƌ,oaew՚;zYS[rؕU )l:tșw'`jZf d 2@$BӗSND_uip t)ܧ9JϦ%'tFܭjL0w)yb95zT(u=H< BH~߀!>@%Kw/esQL|ceXַU]FٴبhW|pѤ 0*ͱR:SypR#n`џ6vMB}5"[E `^i}gMp_TJ=j/ۺISe^uQ=YvRdF9'UĤc i.E9^ HԨ[#!~L>XFjtz1m~83ܾoIm2ˢցn+EE,>ͿEɃu&4)cku1LU"}dੰpuMY<]qƆ7]&&ՄLeNtYr/ȋUif}j=&+_q$7uDBqa gz~`rpb7^B RN:Rg< 1GeI͓n745~^C[3 ɻNd~}ukX|Nk 䰥wymr}e wZ]}p{jYvʁ M^uSkqۋ|itl{H u$2\0{E@q H 2ѭ_*^P,W2M f9ȆY\EXqjnw;> dt_u[5P{2t -<ɽq"\V3^:0M3W} @hiu5tn)"3H=b2gvTjyy9? /m>*.`EH[Py+@۴0Ӄ!QP#xTVH4ިWr۶3-Iϛj{ ^ƬMSt컻#h?.0skh[@5?Vm%hhCQuK dRZo^r6DIEOMNF_wAJugQѻϚ+3?n7yj wf=3ĆEJ@V{eZ(FryKNb>**=&USo-/^+T7pnE0lfͺrsHHmF2VQ%KaGSx~:HRۇP7PqS1 HσI1jc.ph9Ψ3#}l{-;{)*U-$jJ4OuwΣY{obF7k9pزsC, Prt=E+.|%`[ZcK얽GJe ps>`A))$P{ؾ-ٓ0eʖRGPi3a,_S`㼻+YB-Ξ*OsǟZXC?0VmM7-[ڿD* ::wCKz*~ "書f#*N5V_'^)#Ϋ{e\:Na{MɈ3f!O VI\З|"a]a-oqe"bV`&G ya#k )<~fD$_Bu\?Tj4 ( 7[TT* hv߇)CѨv}]L&ANhB)8f@kwmuUZSz{QߍDƆT7޻"Dʿ껡JզA3y:e/a~ȱ[>-?t,SS֝8|Qxۮ8'urMFF^4Ls=U[ɿv%3>`iW/8J {ru)R.D jR&QXvpʅs6ȴ,"v$ߜ$A'-wge3t]ǫiRc k-ࢍe;s=ѲI-M3Hy2e5.΁󯘌WtFB~&qn>CP(qi _jn>Gm2|/{K[w5\)iGS&rBQ|+DݱAlR'IYP*(V ΋KϮ_:z (HJۚ)#?O׵\8f:W9qZwH rA3o~h)٪S!T ayGq9J=ؖdUr7)I߻c2Og^~o9+t'϶HRLS&"C#gɇG9 Y-HU\MQrV U7 Bi%@߸)z/Zow[(ū"g**3xQ[آ9&V,wʰEhG%[j878 [NrD͵!9PU:1ZEByI?o~9IUEΉEe5n k1c s`qW$mڔEOM噔"ଗ0RUxUϑyp5H=AY[y]gF7u6e_4ʓ!Eg7H WFl.5"2-8x!gx`щ]ÇAߩ׬_H礨:h[ i(m]G4<Ӧ'.fBNFi/ۺMGߗ1M\rK;[{UoʹiŽ$R^,Ilt9ˑ}´E喩2`› ݙ(}YF/ |@qc4 iK~9K\T\8t2c$B3=R<!4bz]ݭ/3HJق,i]X>FabpW@3|2 jr//E|+cɾ}uyfvqG8$yugXoчa y2]YƩD bS|C*?6IP#}iJ3oqa%Vj _xix\Di-c'9uUQϲ2OvS 9Mmaa@~|"4VNpɦ3'dnzLD#1 %-bM B%ݣirŽVN]o>؁ F/<+)v`@0(, tzדm] U}D/Ac52O>(oxQњԿ20?EcM\'io*G]LlJrZ?d;V;4:f20c/0$[T{jYTchż6-ggfBO^NHC{t r/!dcڜ}0\1t ܻw\l+y~& asUpB$n}jA2 |)sKg1%e9GeFGsZsIuzPT{㧟 G;H/0ʅB؏l``&\FWFoqnjZL C3'j6\!(I+ϻ+ 2W a75筴MPC8C@`uzuTFk<\$` Q͸Ø;b pϦ7T1 0l\)@fyi 3Q~zp9*Ix,ӳ]c <iaayḼQ f6uP#Tό-INQL@'UҰ’Cns'hcMƱ/:irh4)dH.@A`1QGqWQ@J' WBO\C00-,u|`V8W$>r5Z7W\rm%GTDw#c@e42x;ۿW m!UH/j&TPcNI"\0Bȫo_ܸlcT2iD#18h^v+yfߔ wi Ia$ϓOئl\ IdzM<953;B }-A ]~&c(#V)oϪ3ǥS/[NGMŋv湐 jh(:*Y<ׅW)Z*J~lV#ScʭS꽡fΟ,x젨&`8z>0SPh }t>*O4݇ROndikE77dy|lw{bئ<ax iUNLb aݤYgvcxa5[լY37f~^Vgq !X]_^,~Z޶Ji9ިk(_Jv`@^Xg|ˌ\Y!{eF6O<6v {x$XvI}6R3뢮H,lZd PV Z g{k( T}KirAddpYJ_)yFg(, %{DR=ΒC?5@ +Њgnb9֠x"4%ꒊ"JaX<\ P;K +R!e|/ڮ:v{PeOHUVsGžU6DGX!O!g1Ϗ`6cmSvC96̏?RXUa} ҨDrwwˉC*V"%MCQ1ܛKWE~ay^p3lUqOD6WCŶVj={wnȰIlPO#^ߏwPU-I: HZ)g)roGt½"Rxwq, VuZCWn4F0a8t# 6\__҆Th4WS&B%Qj.>ruwf l 2jvϠs ~kBf!gё{*ze<\ ( hJq,1|#C$8GNFtֈ  yմ is|I֋^KM|YˆiX'e%8/: Ep؏OpMK '$?O(+7Ч*(5!%⽲8.ߞ %F-B׃ΦXNL7#-SbLO c G~lmaj|=V̷tn࿯TI-cAbBF6V|C95c `=zYX,\u1ʂ@KdcK ,?3,}3/~Paw>3zLBw)uGtcP\bSΥUUs]%tw~POGNd?4!ڋMorY*`mx 'feJu|vUvF!EoQ_`'踹0Ca}HHv\s>k-nJ>vy2u^9'5nc"JS\+k>_ەȤN)RȆ!焨+]L'6ҳ= fCy~رYe*y-iVMi6.Gtˮ̻wc)HҶQeU< S; C$ {2dXQ54QS)-s p2hÄf/:8=sUxok!u0O~cMjhޕ"VU ΍ q悰hi?D'zzD '0xWO/Ar>H/ק:5ȑFo#X2W;?`Ç?tp;ƚEt;sG֋oNoI YCBJ ܗ7l>AQw7i@]AƓ+;bFxJkD¸m36GM9-Kyl%Œ9ĒꩥWXTYm|wSVUO[֑*W)yُ˦ev>>Ց E*[ )2~{ n3ڜv`CSA/|1Gv`5vP:|/ U(Z?Luq1D,[s@ݽ@ra7nj/vPT\BM$ZXlm 93;g*)4 NdZ8c+p1?_r/+׉ܒޢE?p;XKJF1.su~&Bwp ;%HYdfQ _F话jv'LqXCP| =!K#c?bǶ^wlh~T{pS[vuVvΞhLU8Yrɟ4bPw-drgX}+TSȟIL [ 7ΤKHO`t ;:վ>)/b0ehlo= 1m"@=ߋ(ѪLlb*-l^%)Ԥ0~ CP9Kqyy*I‡0uy7|hMs3}_iED*(xA>姏_.;5xK֯b_(70[ؔRL|k#}ϧ}Gd ϸh~BΰпZNEgʊ--Dv o-:aTBk[03Uua†%-k SčMd a: zq'I,Ve@!Ώ?{}osf΁DOEKPoc@SƊ~&F`l1D ?:?k 'SllǦ2 [S ~~xYyi518G"?x*xh]djP4sDů`dMKl/Ug2VtWe+$r!tUiBt]2 &uG>)ɿ,tlb=%h%in#=+Tb"P0 Z@8,mI(hB dg&c7PƣsbXҖ|3BD`BCsp67*-z'QVfo(ax17u,zk{X)$"R:p]hx^:)]  kvz.&$)H:t>|{2+Y*!!\2,X!R}4SSp_ *R Ҟ/_IK@VtĆ (:jlgJre'"I|b熉CKSݓ4Ӱk )2PkX]zV/Hm #2#ҎqJB_LQ8DoII?#W<~j:χzծ0 ʍ8\bGf1 < 'U&ܼ]mF/k_X?,Bt!x{} ) .0,KQ0fE?r)>0y/UV#S0s HIX qu л_qsoXh`GբIdv Xg3;۸R)sC u, 2ه$tѭ:2`n"vȲ9lEc!.Vo\931^|hd^!G*Sb6SJ5 B&@$JI/d.4J nP>]̀F|NZ=-}UY5^-,^qx(PmZ ˒ Nȕ̷Ajztc}OrhMWҧ A%.%c53:_dŔi[d ޝq&OBɸH<*dH#C*0Uv@77ybIf'ȭOjR7@7R-/[`sI@G:&!4>~0*[Q:⁎xɰXZra\F_t;kRۧWkqp+VPJrc%qTM /qm>-5 V fĮlYub)S+W9%M4ZaIHtUI Oy+œRWhLlyg~;ϫ*m8yqR@rYKF0gK3uf7('Xpv)F!NyBMW3fK}r%5m$nیdp|\яc 1*G06VQ<ek∨|}gLx2Epߙ rGyPpM>și @vDAvL1RW sՕ#jF̖ z@HNv1B/hvo,{vݨR!a 0iLHd!fۓ٠$Z%y>s2Ybrf؀4ê;@#qEq<wWr+'"dG\N#ژ#0[;Л$G>oL[cnbBZQs%я.oti& $r@\cɘzHRըZit܎VҮR c5EB(x耚[K~D=jlעɏ*Cz:v\҉x4 8VR!鿯R{b Gj4;J`pdl-=.ETdž3\ 38TUXe*(`KHuLs|F%9鬓~s[>>WREPh\hi('rxH\q݃D&,[{@&`bED"Bv2G#xY_fvf^q ɀ'b9slp˽%z]ҁ|mMulG+DQ;bE 31PhrǡȗΧ܀3bʢoѓћ.bНA^6O5 а|`Δ-'Hn-ύrC1r+ۜS6 )iSͼ^]>̧TGf yB Q0VMf{&&@(K)~"`X,H7*of+Es]{2}@z14dƥ_YzZ>K^=$igd yKJձ {dniNtSՉ+'H2y^fe~@޽o:< CsŃsXs@h^HT(PY05="9ܠ ['xcZ$2 d`]9ۢ$S6Yڜpa%&wΝ(d# rѵ yEլHT̝9ښw&G^_nUL-\/\`o<9O.?y*,XsSV$$֣CkcZg7('ՔRՃyaNͿ\' d-".Db%->`z# $|6Y#LN"fszVg~XL:w ?9ڶ3b5ZQLj|HX#*"yl.1܎HGPYd`o헤jѢӗq8IOgJCNSf +Z90Oh){ fB/rRbQ2JnR݇ j@7^Mibx[ aDR4J{Wݜ> 9 @s#kNOMtL\67ư -$snQ =2' x)-[`i=Wkϓk<65ɍVp#7bx6}JZ[HMb{Ơn!=@ ^y\4imgXtY=gYYt>F譗HjWՇElrv%A/yVsU|aG[qEѵ=*uwsO$ˑ84zޮ<:ՓQt\ ]Gy%bO1k nw@qW"Fp\"9; /JWpvAr!0IAA6zwV!{~ԉc/ܦ8|HT ?q_O*{Uo*<\9mqr[!q+ ]Crށ5p.}F NJ- Umr&es 8{<r\*)"vVD_HOϚ =%yPPT1Jcp*|벫W2 SqG3@T4.AZ(P˾7{҄4l$e)HծPd|]r0ߧmoQBAl,8Lmla*;dHMy"F 4ѓofi4aZcdVGMR='q#Xed,#0Z\$]A[CcuUBqtWfYݬ܉p8cH޼FML[vGVb׺eȐԜ9 q{cu1;BCjJ\ ֆvZw1d7R >{5 ~''·T2ĽP^HRI>9U Nʗv'i *{?^s9t ~Y>v(It7ufN]/t8lkۯt;>?9daR$t]Na{P iAǁFE XA> : ƙMN^w$߸0PZ!5/{^--ژ0\9^aX5rm]#*W&|kw o[6ފ IvF>k ڼI  yuz0N{ O*AhڈgŽ)ZpiE(.#}Vrp~`*-ŕNe%Qc;NZ Nq\c &@]ۺӴ©1}'õyФ;XH;b;48/`k1Խt`/'g𻛏p@̈́o^cVH09 O!FnWP[%6CkõS'S1'k^!-Oڢz ~H\3M{>#b Mo<`Z‘p\g^;ij8v( 7=[GelDRBs$EVP~G0f-~gٶf b-ƪ?<YoHzlbYRH{kkvgԚT5 ,&q^ ED̸ KǂEۉ*׫ՅV6DrZ9ysr!Xk&,:aB1^c_$.wnufX@-ZXݶpn;Qn挻=H okȳcvP}LT %&g,{&FvXznTLϐ}r'L$ƠHi w8gPL. lj~3ja\r٠ڕټM]27TiAp* gxpګMKO!ޒglkY2Oҍ88YiEZyWfTb !ݢ w qϽhhQ͘"K :)k/ ^킐lD疆!JۿÁ3ʎ쎽Bovܢƌs'ڡ+۟T5K'}"TӳRwK_W=~yq1%g3ުl2C$br7;\ހg)wj eӫ㴤(Xn,ᥕr؅u6[QfYӭﶺ|ʯArIA:{U&&:ۅZ*Xs+q2=-*[#>T߽ئ ?8*^g&J%4ݶ* !I}íUY.DcXK$PIj|ц=A0TؕmSgs:8s6A*T?u4 $y.W n#1Cp~9&j=ezȈط,/-qY@ȠU}r%\Qi~Gc}7#IuI atIaYxAkQڑ!(hlРiHAL001ց(' PTI.iR)ˤcKOx!삶c~=aFZ:.‘'5|)_(!%E/ueJ3)cРΨ|pZ˫^ &2/7d$>MvPކvqt#:އ߹UtĒJ^K X3F//L ,Q(X:AnZ\FZm<$Y4Wp0F S_ fՠ!YlF9`?mˑc79t6{hS$eqjzje?#0̈m Bw;Y5Ttkd&ֆ<Min69 &Q))R6UP߹/vv]1})ѡ#g[L(*1)r9t*QV~ݳz8W-]ᵑL+*II77*RxX/ ^C]YA35`Sx+NUGJ1r9KFh zSV"1%l1аA{\#ȶh`cx^0-a/PFPXsbZC3Ox`خJבו+<OD?~%䳤!RxӚ%yP\ +2} 2Zs1e %=*%`nW_Ќa=~Y(El]ъr-V[?l v(K_ }s(}f/@d8$SV}tҩXy ]cڹ^WgKzβ1#qJ\*~r٦ʀW3aHE8E|NSsՌY'Ѿg@˷4%'4ƪB}̩֯g7loORnj2g c0zGHg,bfEk#R(c]޻(- )ߟfxOdpku4 4zIFN\nQE.xmOfO-=o #•ш+c mDŽvvP۽HOpq7qF%M,Bsz?y/}iZy"NfkY:np9nE3iik BS`bZvfS'|C[h`qSc?%]v2u4-k+3tG9 1t;!h:PxŅPFniQ * >@&9_F}L8`CĹˠbZ [͟k1-) YoJ֢'˙0(SgD.Mj`%2ݏj@V]π)W;7kEart6v_"~KTfff;ĺZF"4ӿ@d^9~nBtxb`LLFa;*9%\L0ԬlI805Ӕ?D2}fʶos^Fo& 05/m"<`kR@^J^F!K;Ё ;ƪDܾDST4=JprNe)'L'ͻ0]M&n$HU+sq<n*_Ep3gNE(ox7qDo Q?Iq o6IxoYV$ FaN=>`-\-ɥO=.qӨwvA@] "Q,h\{;NmG7)H'\~dJg7a.ƽ[ζV_njQ}mcH9{0gxa#,P ]}+"_rK gs72-G~"qv5^#L4|gWr:冑JIMRH.dTR I~$L+)[qި65Dgᐨ=D"{5G yj`:,íc6O#yCKETGC3lm-rb1%Z qj28 Z5.L<.;E.yBӣ`5-E5Dtt)eQ1MlBjzqxuhď-/_mfh`a`K-4gp+4^{+<=s75[CO_쮠 vkVΊu-:Pk,_GO* ܆HX$]XίG[0Y}mQqR 6眓vEңe?6 k <;_NO+XC`fτRK8ok>MsmֺN2`=mpHpx!ɜvqU[1rf#A)_LU\bP@I [JsǴaY/QJe *`DP/WrxgjgddjiU?'o6s%p@a`*uixrz&+[S"1~A_X݋it,9ViGwoHWB U[}Ic/-od )6͊n.){ $k.=Of*e'O tm62aR^577kV o.\8PG|_SMs }$ f}~t}4cٞ=Ϊ*EҭgKAU=kUw솀f#{>*&-9{ʼ{GڮY,thnPjP TҌ@NqsȾs+,6d`y H ų½a2Fjk#ou {(YyxNrTfϑYW= )95XFܻ?Y"ٙ$r0}F^0OTee]LqS_a 4Oi@hd#[ ߊ አZIu~m7j3poq_SS6?s0y@ 2>aD:URЯ#Qh+MO(n^Bhn݊vΕ3jgCHgGs!$_֘4kBitAk0V!BKiTߒZJm8m. @o{I+|NӲ% |_t$}PYG"DE?dZbZPkU/̞cuHK ⒏z9O!LdxrX+Ԃ@&kAg_f*:&-+OY![# ~pF:^VJ' ggڊ\ehԮLK0,~)°!-߆k*ړ ;ƎJ@0T_@)ƃ\(Ԡyjng6"eYF ][؏Lm@Y.>}TEgq/AF^&ġ%>CvRM8[2/'{d{ST+c ~`9ꯉ`ϨEFojȍI\F1[v@Q*\^&]s8x3n fdL:oł>ӬTleiYߪ1SMu$l=Ƣ@b)P?X;fmvѺyjr.'%%vpy]ے ߩئ2 d$.╴nO7_o}ûC0գŔG3]~7L&9xI4]ʜa lkKrj N$f3b'zs4(&V+Y 1R*[f߽L(vԞtwyݸ^ ;}w2<=7)i5M'r5}ŹIabP0/*$2rPH\pR71ܯbzWtxZ\t5(!@+6OZBy_P-κDXtN 4N@d3Fm^4]$V{5N'cqO*Lߌ,{+4l: xEf'*.m "p6ݖӰ"S=K(h l5jXišN)a+8eAA7'c|$=6 LAڃŐu-榣I"אj Pͺw$V?4V[mNHmm `/:涳>1i=z}_bu r-H?{Zq'^HK@;W N|jznl+jN}b8}&ity60^'n ū%%83_ q*0= Ͱ5A^,t/}>ULT~w"!2)Fii?&Lv3?m_Xe+GО]:57- 23pYzj~DWmQZv "@qVv5xFb'5f5ZG3 үZܖIGI s b5+]$`̖-@#YcY~.-oSpQ9yDD6dKeՄoƊ%FڻfD) _N=:m1$Yظ8 Q[\=A0vٶQ7 7Hu$sWxlIuyE] Æ #nGOVS.h폽YyHNgV9/覔s[F4#Vk(ۍ/2V|ED3F:!!樱l^KŸδ?|hAۘus{ʚە?ǵ3)ՇT`"PKƏ&&oΐ Q73_vAT-{VAobU&746z\%l(E#RjhwtLDfjef1 IƎ+8RQg8 89E| KCAJ/yËDmwWLZuWMg#3lӺh7ߙ 4V! mbaf~T'$nP\=qf,9@^%m48+pa>sBT>dvd* @ÏKG%:kb#gȚ񣶇sbAakgpGNEʅQzI:XяAg qn8!кu~aܗ\[ -Bpwi AUf{0vxkƁH-r?Kq Ԏ>вt»ȉ+P%nC`F bP up. 1Nԑ#9{H%w8E$%Nywz<1=^{U 7IRQ :>^ZYۿ;n6F,!bA `r83 (:=w38Q𠾐1@TJ|UYV <1bی}ѣ Wf___ *4(`b[1$J|f"("0^Nm 2qD7#U7}щ4&-qʻmZͅk˭!E$:T!*" e<vz"{Z=gY Oވ ;J$p|F*{E?Q`̸t?QBkV8&a;x Ͽv.%fiA>XWaz!-zOkg.dҎ Y] Y`Лp9UGv>cFPt }&;k;㧶aBO;(;sKxX&5WZSJM71mh"0[Kw'zk{sjH#"*)]y55o40!|͙3= .>Pg/ڵ^%Hƒt dUMjg'I Wr2kED)@ƶ7yIzHGAWM1 8saTQQ(9}i:Ի^#H5tx6U@D>WgcRd׆BFAuVWkP=LQp=J{7>BtĻ0T@\VNhPEcᢺ,(ߊi$f:ȅ֫a8sY'G_R /ZΫ݅c;Pt0'E;cZ Ԛ_ h"&bt`g]~E-8c->!pw Ǟ_}H8jjN ku|VO>H([њ$E|P>S2I!#͢g]INz[WA{SNWo3=?p^TlrˀO$W N_.>uͩN,f\U1ZL SӒZ:U9x*#£,Jk(E.#mߌAi}#c+ѐWM0hz(*12-2.S=뢭5MV;du6~ݙa('J-9>5#$'᧡FeLe:+C{&Lmr"(U]UV ` 辮 k*8_h{@8㫆 QPM:]Tͅ2YL]0ViRQ όK%:țѦN₪rC?} @A*t00v+a/Lj_Ɲ *jsE5z8PNr耑w틎q0l[.R:r.tx*`WZf%p8eplg*U"t<&轃_`wهX-Q;%5vC,ݖʓ]5n,6'V}N FGSp =Cr!o 4g;Y[ #C8k̙[5B !֠t74GzN6ïY} X;Dr@1Dd+sHP>ZTC(Es6P4/ꆵYi+u{MmNK: U% #ƞ ̮4!%njGcn@5Gh2I Tiߩ(U|o YiX _$FMHVMP!*'Av"*1IOȦ=b)FF|3tu'O۾˟UbA oMk{beqmF#r^pjze<‡7䆛7$pxNl@{ǰ5Ja߉ r#"R}7(S'@:˓CD+D9 hn/V|)Ew;>qb{U BwSf}T|7WBob"~8B#.Q$#Eq*3Nb]*y4z= jLD&Bzako-6`-oue8qc݈gLx׉@ |nYKtA ]ؐ'}yY+'Ts(KT6sw,(E] כӑ q%ZMOwS\+e^uqwpCopJ.NG뮁ZW;BA ={@SqT1fCdQXlwR\B2=4d4.5{(X13yדamυ0m'lNEפ@6Qr;˩ni%d>'n4[Ю>9c'W!>@B ۬xGfmMC(kT;C9C0t})AqCC5^w#h t=AS bwo0'条fX?`glI@om\86&򚫏M/@nxg 2so}b_=P$@ \SAx %8 /[YGn*)uHjD I =윅cBDw/cejrOt*jh+ob6h.6\]kH~Iv6(.d9or"Ċ}{ŚbIM[^vK>]Z(=d`1߱%8F`ApΓ4N9s;%BfV-"V!Q4V؂ߎ͕C0יZBob~jP}ĝu5|ڒ17蔏L}ikPT ʜǾ4^03Y5ÄE4zˆ*Q6Zw9O 9!L{[!8=/럴w3(k颅hnq@Sz{RȄ*PAY/%l/ Ks]b&q*+cN]Ak/qzDeD$uOaq@Q,Esܵv?V pS,Z:xrap!0BWɾEO8>˃f {x"At>:6bf<QU2DJ@PAd~S\Kb/͓Z # ENdM@?(sP󳓥&|W#M <3;#Աme|~W)'מY@؀kNfoU K_@:!jBkb2x'_?xHZ.1iD-w퓘|RՈ@xGqȥs`p+suρ IvAw}0k09kIfW)ypjH\ܖ),-\sD(LDp憠_Qw:Cͪɮ|5 .h4>4%6 Y>Wp9ok,`G4P -eBE$Mw ,!G_J% J'_RfHEߛ{'O #Xdx&[K=.k?+&5 7MTŴj29,+`]M`"Ck%[ J+.HDҪ}u=H(ehOU5N0i)|=IB2s@ڪN#q7l5{{&mNƙa `X䡼omTUZhByɮ sp^el"DǡMbP:)E=ݲ74r7//=IԹՇځjk0=ٻxFt"h *H㇀w̺9TKWj]g u$ԭ8z#n$"A=?A| _}pmBkxGBX eܦ>7l䒇$2e.f 2[#1`V/ [!<Oթ+NcI`-XѲ9]nQG1O>&5ע_zk{[R=O#t˕zwH:lj9)lȒy 2G"IdZdž4٢Uh%.46'^qm BQ\E=3F-a a\e;smԟB |T(be AѝnǚC 7Jb}%#ueR^YNQd%H>2|_14IlĬp D˙L~ptG}p=> \–ֺ2k[^]u'Y6TXIgѳ] n,wzYqA $u-}epY$`5g^7F? I{ Y\Zؓpa@ňFFpj7CxuUh%E%nBOW;FsxrS|:aDߟ UHJ=]&;Q g[/uU)j6PG;K~Ֆ>/="1iPc]yH[̰_hl5< L-5Ӌ]!TQVeDc9S7#"5R )τ}>?J}kZYW닧um&g[ 3sk"r tAA|lnW,?щKb@'7E JфQPxEL.u~".7}uC!u?{"OlxZϣm4[yӍJs<jQ_pK\XnDt7Ll)Df$z>} rFz/lNZB}8_َy^[-Vk#"*SghC 7?&x,꬛ZjNR= wMРkyO:4U))L졧&տh3*XRLKljM!eyzQk4b=DR)L @j*MM:"mΦt6^G6_gKѤ0łjy_vZqܥՑEI>DdwU^pciRJBlю3Q"dl ;J9ADm,DsZ:FI`aG=}?Υ7kXgRl婡,h! 1Z -#^;oTW<=CG”80DVu iri/9qZ7@_|ՉL˥ ErNڂTZzG{l5&QY<ݺ'jA \ZXx|@5͛Eʈ໼;4NAa߯6HO@= <4Nkm+[ꌥn %!^](| ٭fIjm;xX1dBΜFWEXCUreά>A:Ȑ2j.(. IA<d"ېaT[슡Ew;E,݈;8={V/r܃Puyd}U_Ѱ~p2Vi`ȃlգUe-1f"[y(\!/XmS7,Vv8e0~۵t!8W=5 `4MWDL,{ ?#F9ڱCeıf4.};՞M=8kTT9cԚz@xqou]Њk+염Sh8ݍ_JVGKȴ0ȐZ4ʭ-eKmLμzȜ|v6p>i ]Nc<]V ӀjDnHvʠ=T !L$ a@.8t󑙦EQZ#ݿT uPH`3̴(Kd 7**0BEXL'oѮd/V+U֩3`-¥ƛL0\"o;W(gEL-ht0Ós(:!2X(wԋ,prϩz5uX[ I9YesR]X⿵G}L@vV[RV>Ũ4rvWfbuK7^X)XtA[Ё * ]z6N:zeaf yNm 1q6&S7s;t} Cz+&0&ܵc8vA>:GX *oh7F_5i0f'AmnuA?Lg7r!-?YurzV[HQP0,sᖕux,=?\訯5KvCJ(qBķ}i.KfC;/Lŕw/u"2OSWvȇ:@DMjP'bf׬{SmoUB2ziv?[TI]7껛n7_,"i^*p24 56d*^ZdJxΓlQO@vNQFcT-@i2ꡓPI&k˵ۣma4KZت;˩XI?a>눢}=zRtfeD8 MM]rOZR;z!$wDǒCAO?sK_E Ӥ8jkH, kZ$h]I}zmlFxUyĒtRVRS{.`H,)ޤTއǩ,sm\s ڴ4Xo(#YVl0Nه!J<;o._ĉd@ƃoygFga퍢q\2AP[ hdy[wh%jMgv~CQ2 hHH[[p$k'y>="f&jBsuzF@fQ?ֺ)yN4q@3'T]SY$gLb?4”\U~z:Dw&q*-N7j?6x\3Rc- qm,OM[zM aoLDp5N %@ NP6{AͣZ"(xN2'5f a"yPzx2b'x ż&ca@[|B&hD (kXj~NF.V ɩN亅Lcԯ6Ҫvߖ~90q^{81")X-rH2bv(&دN!jn䈚;\,Ȉn095aeǴڈ|Ȟ~|m]C"DAěო>Мw$'0V~@M!}FVCRLOuf(W Ŏ)ZU  't=KJ#!H<W5j{(D嗐8@8XNn8=} hc_{&cgÈc(C\=vRڪޕoRa` F~v88G=ӌ<m_DZ3nd4HȲbu%1CY[-hOr.T\ gS*\qCn?$yԱ7&Q z ǯ5׭G='b (ZULq_J>篪QP::gd0k7?$o}mh!2oñ0+&\xv!S"0V,WqwNg뱴ӏrRuuvÀSC-i93SKT b'CFyp-yUvVɟRWʕasƩ0Z>BA}q0@O#q|;f4~O6u!A9ىɮeh2hdLtJN*.Y׭)/x6;ŅMsWq} bӹgp)RxuJ_.р^7|?ƛƲcPM;VP RBvдL*{+a>&d y^VŔ3ElҞL"缘=#Sc7jJٽtrp OAĢ|*u+o$lgt!?c3nܲD5-PA#ضG~=ǭT҉XvK>[5SrZE,/ +ڛ"uȆZ2R ňz|R?Eal1DrKLl.U\> tˎ1\\DR@Hnˎ dn#>ݟD#]ΑʮQU`iYFos !ncJB?^`H/,2,"H1Cן9pvn0X 1|?6Qs"Й^DV)T \ }CC l ov M4at2{~,tb-銁L~8I׮<ֿ \t9/` c: _# !"ZD{`7`Ҧkjhrşe5ꉽk!9I߸{@ɄBmw;Wľ/_d<y۵]&x"aq/gI3zMD=KkܢDp|M 0lA XQ券l0dD$sNcC杼ǩu1Q2H穟 _B³F}Í,bǾl<{J&%UqY~W N\F=g@U9-;dd.ŕ}g7RDva&_:ιg.wcf+N<ѳ̅$sY\N} vlH ]xz#)B[~a'/_Q߽Py|9Tw#OfTS`lfMWr̖|C7l͡+˵r+zB\= ;.!O k_1\t 5c9=(5ؿHThѷ1a<Ǻ+,+œ*QQ{VNr,LJ!C6 ^Hz5'E9s/J,}H==HY<>!TGF ǘ1"d<$,_8\h\R:9><d2ÿQ@53j8P=物lËtdSIwrah_fa0E;̑׫u@FGVxXD:e6cLY`O;KKnj  :e&T8鴦ʂ@!4ڙR3iʗrbP$`49ќ˱wg(Z2kI{"M14' P\09L7⨝VMS!4ai8O{v@Im r s9ԗ)Z~w/{OU9x<~R:4RXvDvF^8b59}M}*п X,Il(iO KoQ5DN>2 _;߉HbqܚQM!x ˮXDv z ټ0fH%(Q/GH p34Sj>O*dp51'FήR;GϞj,4LR=r$ޝiio{@ǝ0ufʴYĘR2G`:ii7Qƀˀw3FL"#ɑq6X."t&4D&&B5_:&+֎*]T?kGtʬQ $C2ga+ )V 0\Yf.ޅPȠό&FF$sƝ e^6ӽ9uSM*m}ˬ - SP?BW]Kqn{vkSh?I'1Ff%L~ 8D~ ;ůmc%JXɟ~+>-V(ZOU8p<'+ dA/aZ-2.$*G-O..(^FK42,NM7Xa6#.-y^uP$5r2"+C R 4* I i7Lu˱2)2{$Yԧʀ!=6,BNzۋU͠jwk ۠qtb)L v|ć'Ԃ W--r,K[i~xߘ ~] dAuҷw$n{~D^+tb IUIh#>T%KZ]([<$I?dIɍ15v;ME$M 7p}N]7|z&al je;{Fܗ2DR-9[vp؈R Y35+[ϵrx6VJ]m5I~xnrc}zB+Q"k]ۉG+KOdgMkҔ7G7#%WU,ܹ)sN?A- Ν5RxedG$lU\՞ q\9jGn/l(v;P)pS6nn+D#cQ厏tN4ޠ R%%ͫt |,sqH+8 Eya*%2d(|)}͜OD ՜+>xŤ 18[{1 Jg=G-'_/M]Xd3QOnuWFq[sT&gƀnZ m$W'6\ے3yC'ȈigqgcJHm{YPGTY0G}?3G3[aWIy6}/Jo^=MrjGGԥ=_=ZFqdKŗ#ٶ \]wLD-W+YsIN̷_1a2z,BdP>(oH.Kֈ-}ӖkS!vɡ$ܿ.v7/cbib6O_}qlKc2K4x;0&1Bȱؘ_'Fխ $%v@3>|e552{o$͗j,02m\}|bR,_o ;U>#[i(䨀EW2y@_Ye=N#"UZU6WgE'$AJ fXX9P,$~\ t7aJIˆ}lZ?"hJ`#pL"GcÕA3<%}2-E&܋a3U|>s[z#3VNV ʨP ;dϧR[\ol> { s<P9T&7̄H7kS?n?0.y޽+L9a6P_DgtGn8Ex-Ζ^g&kXqzΒ0Eo#(DCۚ⠢"ӳH@ka^V"+Bk:c/ ҋ-τP<] QG >n-m"4 _Zo+lB֥3 '^}%%nU}> `tJ_[ẁs,\`pErvFJ޼9D{MugxFl@ ZEfL̢#a-:)k!ݑ@]"[ϧRԒ]fXasEʩt ;=t;'bH)_=cK2y&2p=-!rP'14r1™Q=v1Boȹ?"LD&o"_]+K{t2?=7LX`9obkb1/y k6ِ{s ġ-M$&7B)e3Ry2h_!8⼜ {b޳+\,9 7c.GM2Hm)MI,9a*%W  C&͡xhCQ7yYLU6*[[7DL2~+;w: Wpa~ T#/}ݹozB^Q(Պr5S 85J at5窍5qlP%^#\KP/OE>Eče U|mޚڷlL? gd͒*L 3񣸁e/ctO28:Q (Vb1 /9 e>Pu3G\ *[S0"櫺3].=ZKtp=S}᮵eSA,LA"qEk"vYԬ tBVM!tT"ċre {E]-5r%L}p6޿bߚrOmXxɼɱ5h+h\b$)S6Zs }0V̐0w^_)\{HxB,·]P;*3-*aڡ5LؘHR67HK /RNWS5U ZtnKkͱ=r>[&\C 4d)ٌMLF8Ul7Rsv .YZ ?LNr>DVx+)pXLH:r WIXs._KvC(o8 ;w{R'tkm qn6Ѽ*is4QVcr0 f({ ^kW>UEM*9\ p eud*-vݼ`~۷زtۦBfVrkb2`*j k(;tHbpߡ>5Lw,T MN{:M5. M1?iG.K8dqH7wj^)ܑJVa :ǵUG}-:_3kJX&JɨXkPwYGqD1V{M8\詿Ύ{XM+i puI$o(!8FMr|vYkd_9ݴu/4CɈ%Krxq-=3d2;)"nOW_DKoy_}ɲk,Hp~9|974;;j䆁 cofmIsXys(3_饺ߏg1TG]/ 8-0SKq{n`t8oW!2#!yV]+]xi4e*)W =0z`yg"F0Gs(i 4.܆WBD0з )P8hyP!ݝtTI|{Kz-@>cj8?FU[ٷUij@й/D[ǫƩ =~>->rWp.0.{7^W0OϜ @h5)qrvV ?;Ⱥ@IIEOuݓ@J0>V^2V̇0C?^E?bKlg/AjKZ|[lMo*: Ew|,%"мve,>ѵ!f W*bO55>!{'sx)6V ">GZ:R KΣStQ8՞ =j:gES rH3}WtJ\-tm$PzbKV/8iEF<~kFQOKú0 1/Ƿpӌ( g.V s?Q\Y5]k6jFyiWgA!IexQgd{V  qwd)fDU(N,ꑤr+ujc\`,!b%{x6lPĩ{Mр*DX oX["$8o8ԈT%{hɈ$E5r[KKG@H2O'23mAu 4HNgg슃wiU}5+b.P5`j_ T@y,o 6̼-NωZd}3 1ȵt*n=$`0J/K{1J * žEe*=x F^GR ^[/E0X䙧WYvH>g/(W,Nm.`SJZAkz+f3rQGΖe2<li H_vx*vTk}LѲ_cwg9^XCm댩ǀd=Kvu)姚*t:)H:dl O~u* ޘ8JxEr"Tټܑ+ZJݮkz{h> v3l5`.XKAe$k%F9Q}I6*K;>IF5HM. ?\6=5РMiy}X_ZrnImB%yԂE҆wev|3SM N8x3t Q9]y(ؠnwv?̬blo穢R.#֬w@ҽա5vjH&÷:КN)S#IFT"xiyA!HNC|14GJ GҘŷhVרr1&kf~n`wP>A+5oZzG;>//+{僪+ݷ\xUt}i~C8kv&q| >kdU>!!O 0ċKv$gl9`;+}*Oǵ{RIƵP_MPe5۟o+2ϋr\r]MxH26Uk&I=~ᝠ ^[>xnIi Hi)_Vfm’=i(jZKRRBl'Kϑb34Rur>(<4:ak)뎈Ɣ;!s˱d#rؠ㥥P>HN;R™TLL[vB _#Y, rz'fN7AYUwE197>jq sRFXl-Ȥ'TW_,d%:qp_o{,b_VomT%θ7Aп'lT6y5٢.M̀4\Wa4X\f]YAt1a j& 鄟)%3XϞ<tAsco'++2 }Tb}Z$̵Huwdov4* sNMU敧swn8{,ia`Ve|N}T`vP?xCAS𝝿8fC9(H;E lL2hkb2/htXNK\ 4OuOYpEM%[s"!{FjƮ2%AV zcij3c0xcȌYG\7i>*7W tCr&lZ{ -)]~{GB3PF:)@=)\[c(NL8X qQB򨼥vk~ EPnH(z`e_,gQ,v9Qhu_^oB{1Fe!C,%>.SF KnrRdp4Wo&r <%J >BsGW#٧qK~Qxorv'%j~H)bl'[uOT/d5u0釠kdrߧ1{Txe[O@buO5)oh8<ѩ߹ou7 = 1.=`͟]蠝AuU3 8D_jYMq^.{ )aV}-mGq=HBjx XH:pPU.133o}̉i?=rc],rw. CoUMYD{uczE5cn=8oV~R[$ӑQШAV&>{YOr '\S h %U*ɷ aԸ۩&ܨtjROvΒvJRm1?u#QNIikg}|tQrUj:-/lA&RWkqm'QvGXgT䥲W%l"YB`74oNN_(|n}GwR:+P0YnñBND!F9ۖY$ЛhB0յoLeըS4x8# )TcPlAqw9e7ޞS 9~wbˠUm?MW3 ֶ(KIFt_૩ >[vD@Ѫ۠3(A~I8վ~<TJl!L<;Y0ʹķF^\Q)eZmy:y-6y>ftGps%s'>$F+'\3*>_'ccO\?}yeB5Yhԯfqq̉eUSP<ӢZ̩R:^=fe^J]mEEkPX>EJJL}FIג7oVUZڬ3ڧGӯrݰ]-Zb? oAK+E>Aû3.]'6Zw{nWŽh WA")<͑t._KUgD_P`6ꕎвV]Ɣ;)t҄|IB`48ߛ`K4|US B%.atV>NНǗR] fpp1\VwESh{Y5w ^3FXʈ_bstp .~,IYcXM2#Z?Oa], ?<8kܩfl8Ϡ}/BE, Ђ<:@ ؽEF‘ڣwdp_Rrb.W"r%Éz3k<^tymUыbޥJm [=lmz>nQ6;}m6vJ,W|CFk)F;ܤ.>]鹒#K糑LGm888Tut* =~0 9z6Mhy.C%@^ʑ0?{M)x๛o&HYdԸl`.` Dװ^R-]=Eb=I]nRm|3GfF_]c5TmA-(_"AFg?/?Xo},lV7YKk$^EW d(*<^{<ؗ}]޽xoxQ\nJşYklDJm3/=#湻X$}F[ThͺK+gGy^ ns`!纍ovԘnQ j~RI4qAȗ\5A{U8և۶Vz_i:IjySu_ډCHFED?` hŰUwʫnwU0wBd>ؿ0=52_h"[q <\G^3jof fEos)k_r՘*~ݙ7rǘXdp5D)5ꟹIfRÙ|+>wzbD89? 513DiڤL7m/J bDLMK C~ˣq[ fO(G%9LSu>T8]o|' l=0IYQ\nw!_;NvZu+ u0Y $^9 6/0 c(|y1^B/t/Sf^硔9A7L#O%J ?#wa,k,*֋7\0wb[,#'ս1 o4{)z# o?.Cf@Ϯ_++E$<Jefͭ?d L\HT!*Vi7r c?ߴI`&G*gK 8yunzb#P805C4i1"4D w<XN=X +MBW~!l~(  "Sk_Ase5Ds*-2 0t0W/"ߗL u s=\6R^ FMđwۺFőNb^E Z1 ) +d6.,d';G-@Iw =`A=\L˾ I-8y;VL"H."ҹ&T~{|~g|{]ֲQiI\sdw7ֿ 8Ipy7sGb_Ƌ4|4x@es{H߁?6ևȝ豗2 0T*{Q*nƧ9pΎp5 pIje:# !un So$0H[j w%uw}F >xLk{Z$F ;3gPw!abwPhĩ?B.=¸9_+\E|L(H2kvQۭ&b0] ٨f7Bbέmγ<#9+CNFcb=GqY׶*LwK#״{Ѧ?S(?:Qzy6tVAZġN_~ N]`G߳Y&>^2 )j=DpBD i]|rOy-:8u[x?9d!uYf5% l"NwOH(w 0_<[3$zEZL!xzAMse+bt]5yX{:.L ! ) zsLٮ?*ܠGٗ׹Os )ZJ羦#YFGwtבO )Gn!S2ܭ_t9mݱ]F e? [y(đ~d%|ϊIB9Ըr}z獟(/+B\_Dgz~|Y.v}ǖqlY?r8s'Ya)pFθ:wpi,bT_ pmO}"fIJ>LʤTmVE'aZ)nZM?i'(p, M0=ZvA앜\.8[C%Lo`ΓRAȍ\ rEE;t(VDA/=BT \}F;bdL@ÏDM N0xlc v23Yiql ɻ)pKv7%ƩՌAg\ut1rXFwSrG\IK12 XX́7-ig|zl"dܵXe~$^#|}So1Yq9&'D|!'<jƱ阵H@J^/ ZWƣͫƋ8q" QF'K\`|xl!nz_95$fhDׯr||C[%z,_;t7g!IILrKvӞu'錉ш wȍ[K|db"5ڌ`KU|]%WJ^OUn^! N"J|+d& 8 Sw'n\Y3#ya~vBR-g.":_fjiw% Uх4Us"Ֆs !4{Gɵ7{-'b@uM%n~*ݾ.b@QpmAf+bwyE9.V;.9%ldp&sktzP݈U3l|b1ǰc/yܼZL}L_,aO/I~TqRY-$)wΎ>=cj:,Qb\NH=K& :'|+ϩ?E/"43(XE'=C3Wo]CYw~*];I[ [=ߨt# /y=s۷Ԥ#6lv 4^#ީn:_z ǒ iD6L3 ݂tu@â 5aô" dtжU9 OhhҤHAէjnrO\D&) r|G͍OSڱi3RV`Mo׳'rLDVXkuFf<-Q@AV כ$#Օ&&grvUGN*rTIS,UqWa֍.M(0W[5++4/`IH-Z Z-'ZMv qC&pi= +ܢV df;Ui*kr?)f:@΢HBt2T}:uhaܼ^=R I E$zj̎9 $R2y#{0=u<,lsCx7kPn؝e#8L!<"YYyNt}j^EIk` 둚負?ns )J`̃vİ_u c]^Tx W}g_UY I1Zn_u AUE/5K mJqfH%8F$vLS^gz([=bwtE-S`ug]r4rwƷYՔYCvuWFyò._!S40cŽe2pxFa_/@4ˎŸ1X4d!I;]ݕI]+jĒzh޴= >VEBi-^x=m{/p@F`E{uϲx9 ,5YV쎪ʒ3D0ZcxdCoS@q+T6؝sOf7@S~!Z5?1XezێMjډ^k5ry3ݜ낒VX@CUD؝j6 b c-pFsmncOc[-gfaϜXd$Co`whG, Ka o6|l=M91H<6HbKn4z"o"9eCZ.٧lH]8q_|pFVh(BLiBwGdo;zEҪYXwx F&ͤ[' (e oOJwȬgʟY0|/:]:p|}N3Nz%C(U4kfVPLشvA_ 7ޱ h$}X[`_VŌ}+bܶXpnvfYq dL]|kKǻ`'ͅ7].&Y9]i0bm}U 鍉1!q-Q| -EM'AdZ.ڊH:ұSbe[e VT.nyoT訐`{X^P7.XC%*.p+لSJt$2>1cw%$:r7_.=Qz\E9ӝ!=F ,S>ш46yz) J#3KVOI|52̡"B)G>뾵s3|NrOAqEE( t#8@VxwUQ\5 q691P[Ǵ'Ag 5~$k5gU#5wRHEQo]|!IorO~wp"+]AVr,_[{XD95SF80OKɗ0 28/(D1b}Ëـ|ThX$tB2Δw(@ţrG?'1[(A ՋTEg;LkPtdct=-QOM0:VdM}G6_L ccDܲ 6lLz.Xd1”*<˺rqs4OT^9/_,- kVRWnkMGki#t|7֚vfE).uq#Nh|ytQI(A&1 z P|iW޴I3+Fojl-V2 6^+'χ&w3p(-fKz7;O1} (9qɮ^^ЙgF A8h8fx0LZZ[2i̢v-DAB@ی\j]/ w )qpģ4lA:3RDxp0`gcFvQ,2D^Lk/\h;GdڝEW&80;*=V_O@5fuq.S?1S<[wsg󼼍`NGfK/`|wZ.Kis`сh4uG:^:86 a4tc@u]@Ef 4%[MO{v.Kk!֯AMDų|!->dXBLۮ20ڦQq7Pq3F*z} X6GcQ*^v,$DOߺ‚" KdйQbŚEE+uЙ V?8/Ҫo4ؤW6Lp #J9:jW3"Obdl؀컮ΙʔS "*8p!wwK;"Q LxAygaBvX\DĆ~e$o u8dBkfQ+ ~gyi=wY}x_ ]ٍ.7pk҇*cHWdcA~@C4ӱw2"܀h@"Dʌ) eS 5g \5W}#\O.@+!9RɳBY7`!6/1H^jH{ " >Ї )Q v<װ# J0U{e^Q[O®^1j (z;b\z04N`ʽ)j1k,lZeUE]sUJNLqФ shm(=oa2|mŸy@1iqYdٮ|Td)=h]`DPt2\x;⛪FM`(e6[!]o&; z̹ '+GKR8S8LFhUEq"X$G_̛1R YA{b^pj 7tLO\mk:ʶ\$@FD1Z&n27ky(xi8 #TkD$J^KsLXɳ>-\BJE4';7&udoݝ0z#71,/~;A{ ;ە;F$Z{#nJaGQ1l\rGV_cZ*JE(t_ĶHFEgQ9-asRxc5?ZJHt=ܢ 'Z.8͈mN/A/Yj̞U~uOXYVWHD:S7ǦA ,,F!\!?#/v!oBAWMw0 Y|-2@=vT]:>ƍ{+@^`[zY&T!+AFty8ey2G j&~x܎lC'a'>ىy1\N9g1CnLL*Ts+Z&5B/BVY$8r?iH'[$ Q?̘~^5zrP$HR I=1ݲ&,q 3&0F%HŮ{8|E Y3΅uwSkM34qt6( )olՌ6teo*5wў>WM[R‚X*EܑHL D$ߵ V)^1W5L˼"ID=R- pRvpʽQ#wIpy*vd,B'Nf26=Gֶ?PM|j2+@n21%ϯ%㍒N'lYA^8ŵVm1aHkKLvAUE~rL\eTf 80hi.aWfSV8RAO.MD/ noo?Y_]RrBw*hSIV1pEmIR,T0E*~hڐ%64RL )3CqEVMѽIw+ )X).1& jvMp4=DLWj4. ha$\dxrr]JEQ1g0iԂYjG؅2d60tdڶBU0; }_Ag3j &= ֶ,mՑʼn8? y3D6'm/FzSeٿ5GÙU+Y`ધ GޠtdK*eĔ3 NΧh>Tj!"\GäNYs{>Xr5%VV 2Cnr o8@㗪͌yxu#ЅNXgY8;k*x^ D٪H6Xx u.²@BS5^g6ـ _C'vQ!ۇ1+ƜyumNDv:L{KCM2 iG)\aeK)-ni+H^ %l/6 l=AqAFXj$".ux`X.f4-(E6.QR主՛!q Ǥ(<&| CV{PfUI}mGl3%:'pO EۑƗ8jUUo.dE9+A!y{YDq9 }Z(|Ë7t0_1u_Hn /IЄ_\,a']ZJZF\㫎h$1bl&wTY.RxIyޅD߭qDި\O qԴ܂W}vNܔ|PvHbK3FSNp ϾFawd%;'z$&?rW<#g=(:Wسv8O75ӲH+i֯"`j]\*[)('o"eYc~b'>.z9bgꑃwyJv"FnPchnY[eEJ43뙹=$ḛ运A*_s5Ep+h*&oBkbLΣ?z7.|RHuPĈ̻0,S:n\uIl]*f4G@a@:L w뫣@³ ]K-Y"x!B#wå~v@KidE>Ҥr]sDՌ'UO%[k ŒuHɠ,4?Ϝ=7 WZ}ЯyaM^g=SI-1VvqAeo4co/?ϥ‚}j|OYP3Fr{tg_n- fLmJVT-EZ)J 4GG2/DM~P~ v$S$C( -8-3X}MU<oz򦤎iۤ^'Wް' pNkD}[*NQ^|%R1bS"~(LsҀ@5lF 7[ @F7 hs]ͺ˦X.j~0j*b^%oSY#?+!h\w]mA#IZf€c+Y\'ھ5͡_7Ke'@'T1͈TN& чh9 tuwܘH {A*C3WضMuh _TB?*p,ZY{_TʗMzNMu:R'_y9kFa_$ GNCnk#0b ?W4'gKx FᣮwUI}- DC@iZDgZ@բ[7z->zm[jҠ#FDk vh#D]ToJ,[d;'7( &oXd?@A5/\Y$o?+H$` VBV̍mYRߋn.|hiX͛#[0K@wGѦ> *%ׅT4gUI#K5&qOUnP!ltGH)L}%8+0, 7%Q;SX.}>eپ&oSl@ BMUݺϹR0#Mď]O]/^wV^&b€9'N9Hh`v% @F8nqj31 {0'&̟|ϱ[?;.9lyͿzߢ5y%Oruckw1Y@-d uL%Z8B$L CнP债 v2_VD)5R+{ p9UhB@.;԰@8_bR -e<"'23с_ׂ*ݍb`rf_+E9T^>Vx 3zϛR*1zs .3TPYM>bM%Sq ںСbq11(rʲ+%m6&g"N+ hKӭL6[8t:֏=V#[]'%Y/P 2(A3`)ǝ-i+*!RL˿v+?P{ϣ0\c4iZ np&vX7$|ͽC+fE&!`\ H{>MDUޏbA3:u_; /=byr0a)$\!Uj!K̘$. }8D gc‚+}I£?ݝ˿ JN :45&Fvk]Ov0":Ag&vk},ڥ_#I͸t}3C86\Z=tԉȃaqۤu_&# вiT=ks]&4BW&hAyJ <&yG6fV^f=`tʙ"zEѳj{UDPY>=:xCW>4+;E"o3SzϿ|$զ ٵ avtzJ,Wt-#[qxpSGs^RCEQ=\;[sk3% U(AŸ:3)&gHR9-<7T~|fh{a怛RD!$m̄R ͟,@8C> R1;=ć3[cAsa8Cj$*͝Y5܅XǒIKC*YP<jȸWWh㾃_Ha6% _*ީSW5W9E5-"BvGML )O$炟d!R6__E3y 1DY1F15r2c-ENSx!Qdf,Ow¸)9.q1 RS M(G +)U3Ÿw^>XU>HL,EDE5ѿhQnC_?HCR2Ga H)PCfߦ sn48[K!) X(Fi)o>&GBhœǓzC|QbՑΦPe3x}H{AVAfK!հ)G v/R'ZV\^62H,K_u%Bܑ+/f:WbOKQtn: -@78vC7:P9g80KafB nnQX=6iAN?|@|>q-ZR^(@zT k2/1u0ukNW!=g#3 [4˔$ Fm\ W.dҹo_e| G G>c  ;B($_s6.V h5ϒhYpB^GLX{)Y05rK^{" WZ']#O,۰R^gQ6F .~v%kf1 _4LnwS`-2 u;sx"@?"H% ,ժ 0kdkHY$3˟͟lK7w-aqۇudωϠ!LSeM>iTXW݃_Wg "A4bdroqԏxqYc1~(:UHDiY5|^-@nܵ#)"brDʉ oZy} DI|g !3Ǥs/Və=%Cj/1a_-z`,)}ܔ.bV3J\&h~}^Ez!_Y^MA n-ɈuچWXA_(;l^y ӡ'F0{{<찖}l '>a5G2 @돮SuX a>n#JL7?jTo'}+aW-6:~ڳ,,G#~^N& w!fShC0&pԦHdB=T$%R;fU%2rlY1=8{-+}mϷ",T nƄ˸MqE쌠hGaG7U9{d#S g7(ψyTDwE/DN;%ؠngqdCH*㖉 wF̪N"59?»DU+E#|]d]#QWɜ薄;Ņ!=;$/sVbetќ13{; I9Rl2pS jX " ܇$BTef!CK=(;$ i&$_o$zW/˜ػfQ{`/T8MN,_6mz$mew5YSJb@ ):2J[u9KtBb:\#sX+B{Q]s"P1Y䆒Y8Dna}jUbl*nT/^V$d*ifP4v`|&‡.f:l}ttwVٜul:8%^bA`3LQ#S&G_[5^$_-6Ψ? rEB9f{7Ii3#LͬpI0~ˑ \IO|E7̮o֒ ߞJuC2B)BC! f(&ǗmbE=O@Ƭ ǻLt)޶_HN"E' Cz֛?h"g[ ib6aA19E=1inɮ$pq3 ףɺ<%(-F?wCnN -e䥘4V0{$l 5/9"zg>KSGTȬ''J5]=SS^ã#2U"L6H&l$flf9  =̈ӷ`~C7i}4Ml)s|9[?M L}pWI)Bջ%D~g@ 40jX~`!\L`3ݎm]'!f U_/iUtŮ'gd}GЊ!751szu`oN K*$삿ºVeteWyt#NsρޝƖ3$oR}wwqRW3 ty_=nTEb/\xi::^-=iM|ccY]HGauQ6,uWទv+=(C^њqO%o#ԃIħJwZv (&ɖ c#wœpN07C(,QC Ubum7p# f;1%3#Li׀Hx|"c{[;1y-ՅlgWiYFwxdo":_9K!<02]jl$T]>gnl#7]Blk# 8Q4~y1Ko/~}\RPFјy S^GCld[X ) H^<%Q'4]Q~i t|Qo)m K՚ʚJ2K†:}X:6hqkk>^|{Vy ڕN{qdӗ𲋒{ˤCXUg{d%NfSYm1ňt@<"/!gokǛJ>aW~+}9T$,1^\Sp]7/p9EBy}09.Pr6zXQ&]`w]:gۻcQ..]mٯ)/'wR˧{3 UKM}1'=(GezM]{|m\U ;ʼk32`@}b;v3>ԛr>4º$* JT2KBR3d9vGOEKRIa[;ꈡ  0wA)yX?7'׮U/򑙊_vtqB'533wT\vevpֿXqvB"13R".fl-eZBhBڇU *ҵG [ZC/'g&om!5j>>\uTb10¿u6,f*V}) Ijgݾ;z>R]Ul6[:y+>: jiB[)N؅2cU`/SQYt[9m'8:Dm v߬ f-.P1; @F99>;*=-9:@%)7w@u`%ڦ^ /QڽskxPPU@Y\jW twds/<f!qin3XkJ$Չ:7lI׾;v_3쵝$̙ +mYFRxBOp"̾,=/df1 ^'@Ȧ=+d&1l2$1'(']Uܰ{ʂo.!Y"i)ɸFئCC\19p#c[؂ӧdC aSS_4N2P4fF{[F[;\')/"ۻqMسx Vz>?^#˯6cdw%v3&i2 -J\ki.REvEf^E95g̝9U".q-nG=RLi:h(Yaȅ"U>NopE }M nA3O6`ȺfiRN5 ,{m bU_x:8,998}\jhQU|tM{Lbj~oaAEmH2tզSqQ3`;2q/䂟hUp8:; ԀC-&N ުY酑E (c~Y+lVV~_\u@2,jHc@ gx piU(OTtv9'ln(Lgl0dZf<* uUH%Gntj~ Zl Z*ȉudE\teb GF`yF518q}YUV.uiY؍4^u[Nt3} *Qcc9!̡`Jƣ(XH؎C~_&]T c,?jfz; :w*@kX?3? ^Em_7SF3f H'q5w0Nũ=b%۾}#$% ^ v]H#`'ImX;ݲ)x s5g-ֹ1[zZ'KzqXLQ4 8"R-G_NaQ9^D'zJyS=ؖ[KDr4cژ&WѽېD*؍ Ug8Ǹb&1 ѕ?f Vn6fvYZa:g' sR~,2@g[D腴Z;1䂘}+:TKyʦg=SSymq gyᲪ0xBdrP:Γ''ICܸZW.PJnPyU:E46\pp!?8.Z-EFR7o@}$jcrTgЁSaI?ko2l:eԌ~#Ro䀏q;DjQ|t"TScd*o&1@K#0ۦP-8 LyD"W6sȐ@DߑKE:J>m6بa P jLMc dj鼖PTc%Yt6齑#RmjYO)jx>F$Nz;[CD_p_pO3C1Fj&(Dž U4\RҚaIcg.G*)θ0^OXJaHMT-a%wR3<(#|Z6GsSMT*. m<=Va\^&S#&kT/$ƒ- {qjc,XzWhOȔ5 E<@Z2(X"{ {ѻ&sBfI"Px2$ǟ&Grsّ SA`~Q .( FE"<< 2.Ŵaq44_Üq@ǡK8#Sd\(e]>@I7g{! f\ );-@ffVIuy]1BU:XzYAM!i7&_9џM+s2hʗ@{?J2t$X6ǣRcF'ȴn{lF; 3^T#]8  R'2b'@qS/ 41$Ni>o?As@&3WP,Hû-d1%%;f7.֚17'stq5-B ƭ izQms$n0|WvLQ>|\^%Eŵ0y#jM 75VwIqIi\k| 4.-۱wz@%rB[E殭w |lq=cgj&t-+[unSWHebwzEEOd t4!P▊W'|7hd"؋o4 ]gxMbJk^19ІK>׾oխL;Ac&j8v!LIJ>3*jKtcZTE[ahȾgFO oHV1av/?Epƪh`qX9nVI^u۝!ʶ}u)VB7n )kOC>G`)7Z@6>SL zV#2cavE5WP8ªT n wܘp$g$z!³Ť wsN$<66۪6B=cբaBQjނQt\Cey;!V0lB,[m ) gg} %A zR/Ev7BVhV3EEkxXA)(IWqť7(.G`}tg 9O|K2 >t6#,Ck`H Xx Ǡ<JW:]yk(,ѫn'[3! Ul=g8PQPyŠF$ \ X1b 2;){y_ *ذǮY|PD¬ #EKߣKJa9_LytGNzF D2S|v8]@) BGѮ0^KgDe,Jx͝xը\F-7?TUĴoBxF -sLRo )9nj0Q,ƻ)~4vg L/x~QV9sȈ6fs並KB4q_aQ!TT yx! 祻$I,3]޿t/;߮_J>kأ=@^jYZH|LF)ZܟWf3Wb?NaŢ8؞c"CdD迥C`un yX7L5-^rDI}ReCj4/d#BX%篤*0c}C8+oCS8ְq'tSh}TxZBmrf"EF( 5!N1-\!ÏCzw=g|luw,F[>)<+. E:Ï>KHhg\/.lpDG'!t9񙲸tHyi8l/2&) 35n3&VOry|M=ٝ)I)Eb&Mx E#Ȃ / 1ЃNƻ\Kk4a^"#.:Ш хo+ss ^b]p;'E[b2>3\z[@|r{MSj 9Nv&t3ҹ1d<>!꜖Fݠgp`0`;e!Aެ6DU?sK6!I#} ,܀Z`P`20v[xHRџf ' 10Jm%k9^*￞lóX{%v֦g0V>A璇糵 bqc<@Xl 6Vlth(U%;p10veH?7tAKMհPcl<` 5/X6k,;I\{yLyV[J7Rn1b{[Ae9j⑤0^6j=yX͖n@APžV uK +Nֆ}:ab}[d=GU%w'Aʀ8/*<1Ue(dޡPu/ ~l?jqS=^PtI-A!Ź&h~nSKl?|@#%dk-g_; 6lͶdn5ak9_OE褭h mQr) $z>)͹%.}TYzH`l;L*@BUV"+8z80qb˳&/,R[G/5*/q$6hwOPn,TMʽZ"V@d>ԥӺ+ o†s"}VbyeOxmTNVOg^wH}^0e`L晀6?FLmiyb?09{Wnfo!x9]XHd6ܜ )EQ*x.M-S025kjare@N;H3rv|+`u79=XW3qzz5~5^Bk7LJlm2?Fd +R]ZuN e)lWNhgP= KT!>H57eF4  "MnՇ9]4ir(JL'U^)xMD:I _\H@{O > }ӫa6?| h QѴWnԲ~,#I{LV1%e0?2r%ԋr0Bqʒ^ɍ}fC| Z5 Ԥ)o_t%>rv7$E ,4@q%4)C¥M 9}#/.l Tbw4C*_`OB>Tг>h̍*Cl 12գ ##j/tJC;QQru1%itfBōb<݁"o$YU3Ue%DidZD.DR&>dlzg$hCj}zj[rzc-+q4ӋۻY%FB4]7ClB~ Ã)nXV)-?5G=sh4W\$::qlH42SS9߷;tF>6[o28mϱ0 6>zFp {UŨ4oj浳䫽+lK$ }99MLP_ Y+}%Fzt7myhzbTc ((u1+pۦy V㼄ӈyXBt G.C6ey(,6)4 2 4y5(}aJZ"(?s.\'W@RJG`}yZ4!^4J>0gP(Vo@jaiArB1p]3ݸ64fhcSJz^̛+rii嫓bDL@?fO\~Y@☽RtJxE͇Pdq},BLAF~ߓJǦ?=B?i|qѱ(K9R)chHQ8WM >^^T vI=0!;wlʖSCʥ4)}ѷ X[%ebKDoi9Pd!T31)6-l&l[qAff\/xx!gwK#21;ts=Z,?} 95NTkFnaر+PiWJ/f6w:mn)Kv-B/B 0oܥ|i8_K;%#bUh8ϹQ i:{~ޯQч4nI|>ݩm{YFj(D4*t<Z79z C.͕XR:?m r`:T$r^Թ 0W Xч|2d.o_S(h)fpHBCD{?@/Ӵ>e(GJ%"jT:H6 >jbQ-mCep)y3Oh8B[C f'^GԔlamǗLM"pcSBP sZع6c{Ze~nCp򁁋kSR\h 6^s{)ЋpѳOwi:tL}Wb,g\!He[o,I!&2YE BXcUyD%VId@Ya68C4{׳ (;Yq"jx綣GTJ,^kaZ)nL-9P7[TgPU/56jYsխyLx2tv. {r[B$x<@ T&@xsb8vqsBOe/u{ D3RQnh+X5 3/*i0,zB^;ӚD+?P!|O ix?mxp74:GhAIYrRw^i# |Wޑ taѧkݢzlӴq)%7zj[Uwb[DŽяNu}m:ļnKe7sK6p2m[{ޅ(V}ogT3 JMQU#E'$24`X&ȎpB,Î~pˉHc5v uA| T4 7yy0L*܏tvV]!:K~UFQf?hG.$ʁ[P. P%qADSʳADgO;ByRKL NP67%F8µruNE*; ׏حmwސjk9qWAU%ȑ>*@v% e)$ĭKo®] KU?e2 4:Ӆq[k@ʸMkǖ~6WF-)Id"G7o~>!ɒE\g_Tae+x6?5#Ͼ ߁3oC%*C]D݉P~!p4u=>yIA!=0-ɲ^|ԋ@n(3wm&>=CKIzTIb9_k3檋E4%=£yhA!v{%3o;xX,)FT*#[0dl £a ʼ H?x ׇ[=I:Gb _Xy=V]F0:xi bvNWL,BTaUYR@x4vuvzJm\6[„p4ʃJ<x "E ~|JI&*rT |/ 44} Jt]AIH`6kѕGU?"4<8g 3 I(i D0blʫ#6{A'V 6o^^BRVr4~{fvuW;Rdsvϧu +j~yA30h%Wͧv)B7w݀V'#JV?߅ҧnIZpL&?H e@AL7NɚK9>c:y ֠32gVeXiZ)ъS\|T'8 +9t:e'~P5 -kOtNr;f,g|knS]Cء ĉԖ$ݛfb蛴3tFλohQPp |"L'p+1;2sp]ar+xt՝ zQXs439)/iw c(~ (& Q V065pPHxCvxWր6֡z!(7X:s%.: IYJ䨉/u^NWūQ6#g@U5P̥`g |YAG6&E& &ԞI,%B[ 6Wq y'5垸\[{r( #iW0P|ZDA+Њ촀8Ŵ1DTMdaCS}Z6\K\%XcQ(? NiyXp+K%hp:6~4yDKb[A9^XTie\Lj/b9ϳ-~Z69e 43J z 3lѰӁP"˅ >vOR@1/WaQ+dڊr0Z9I͖% Eăl6MwȵSesY#=bsk`/yҟ%7En^#M0N ӣI-SLhmwV:2'RHTaؑnΛGh~)2DCqoz TΙO2<* a)~0xF!'vE6EOQ]6E13coGR G2u Xjtd8LjhuZe9 QЩ6a.E g*e+UgA J ''cZxFSb-_ {6Dy=8gXuWcJ~3CH֜V:`%̔u(wV˷¨H>K.tx3IvEK3 YnK؄_@.ˈ^|J?ҦyC]A\tIV3Аaٴ3*}=0drtv}_Z-:a= a:mTKp!C6:t!.b;KNY}ڿWe6p)=-Qsջ%AD{4\΢evR!2k (wFKh*:v~wݕ{#ly=KcS s1EVq?w =KGY%!1'G[ȚDNl~^w,۹P27ye%Cci>Z>`+UܝdEDHߝ3KqYFF-~qOTRg!fyHRlg]X΁__-曜-'x̧y&6%{]$Nyu4 arZ 3Aڧ!K%76L#Б0?#]:l^xJL 2ڽ(ѹEf,{wlS hi;.i^wp|[tʒwFDY?Rײƿ&Dh- WQppwWhgsq`3+Uuo$o|8˧-F%+uT'Lj֭Ӥ 6}BPJw(wO3q%teّ*>= 4^0et&m#DOPܰ*d7^#2 v)ک ջgr3#}O9 U s@e $٥zLQi@MrЎs`͡mX9x-(K+4MͅDunϟ:Db d JKATp6iX+e/Ng_bC/)Bf;{77:nF2^| +{0fLP )[31/XLc[OZfxYvE,]}}3HE(C3ng!/mHC/ɩhA D!"#W'v0X\v 2(DOEŵ5أF Tu"]e7P ?XFUW̴wѧpw2}:A3{εCщ@y\mu#ɶ2TB 9c;z3wx=T5.Z JYT9ԅ/8i4-!9Tbg@ፍP+:J-[2 aY͒R*S$lqjYC{u*P[JD tS/g ǘmLg-J$,]Nм f nvƵ ?r#\qd~GMb|Dl nov0;$h)Hl'9<6Nj0k5`nd ړ|Y}6Z>}͗<9#nmȡyAC5\YSt/jh*q^ >n wie~vkk|%gijVy@TB+Gx#P zd;_V?nI'eE&XaftpZM{(܇ep "< -wŊ[Vh;F(I zzދ[;cFb sN$[$Cd!b^9?pi^&}LJ3-|o6fҎH}Vj5sŨZ{[lr'jLhL<[žʿ;*&7JхWKBqYxH" dz~8RٳN$DW }Jb~}8r݅'j#ﵳ4 {Wi-K†VJ0YpXd_gc: S+HⳂ6h:R)19O E;W=v2$/{kϵubPWv1:FF8 1lfJCdX. ׫%2z{L4"o D>/̔kQ"l;Ѐ\Q%"`'<HRYDYddNѾ bM6˃k= ~`.8#hG$$HGAI/*ZK#U4fCBGPGI灙ʌFUT͆y ~ )tj n܋„ݓʼnQUPLSYpޒbu2ȋSʼn= .ޢ}>7qȎ.>8S&Fxr#ѫE(",#7/Չr`L]_򤗏⃽ֵn<`gJHh>>GNx0[g1sCrSVߕABй !r~b˅|Pcw 0ї]I#W Rj`[fAk"T;՘fcQw+W)TD b81|3?V`L~Xa bN\Ű~ r`Q'dYQWPJcQEX<#;*wWHRg5*fʾe|D˚) |[>!+wxTv4s<`nqQXkG϶-]~E܏ >d |8ihz*7PFH]Kz1`OVVFSD` 8sZW^~ #9{wZ3͈ bc r46G*mr/;SlߚwB9X8)T ^?yű&H0qOG>! K*bA*W6.AkxgZ Sd:m>k3hxcL8 ,Q+o@ྗY_Ani"+P&I2#ƵϺ|S+a'm֪geX.;.x4![ϱ2>cꙮ^av*C#; s k(ְ#z2YT\wwSV|UY} R/K)h1Eh[NqUr\0zY WM[{P &ɾh2utECs}b/>o+ʏZ ul3r!4Pל!Ǐ}5 r=x٧y]T(H~ʤw]fQ'+u>>LpB\+7"aHvΖ֏p=g1^Io9XS1A?9 2ߤ?h%qHȀ), /I$-4QV 49{ vD$TCb{W$cQ& \%6,GPl*U؉EX}xt@" !UEyLl{[h[~Wڣ׺Ryzc<2Iȷd؄2֐&́w{ӑ+ӹ20 G\{SRm8U/X1ڡ[pQ>Xc `'3v})xё8^=8~ ]i=1,\ӻ(W[bmK Xum+Pl\D#Z 0vΝ85P='wI躔)ݎX@hELZ<< |[W ^)L * gֿ→hME.'|z,:COWh_,=/+hEsքQSuH,5R$C>_cM1:ɿձT _7 vTߤeWAѨŤ/c2"mTW g5}$'vY9'˞s9VM^*Mpb `3Q8{-T<& 2jK: R֢U\)i!^cQbx {Ǩ"ͅዡg%!r! e<4kt\ n+Ҟrע@e >,:DQG{ OM'':&=nIf Q0X:ˍr}TMhD*0tYb偅H0)tYg#xOfy&p8µMfRxu4Qt#vMu D{5@˦ܡ⩎gx"u?d D*j}‘>[۠`C<w]sdy2՛êLևw/ ᝍf諸R8݇tZ;VLA;rHF?6|HLJ멨z.0]q[ @jfgT;aw%֕usSP}JBt}ئ0-|pcb$D}AO9\wS`PGqHPk `-ޗؒa,5}kvN-'q<Ll"TG-} #]9̚K֟QucL~;$yqt)IC$Ќ=] (-S#ضlj;#rI3K]MB%z.k m5籷*kw)<$Gͥ!ros{x*FΏ6 kkِ5&8ᤉiؔ|cut-jݟʙ =M(&#!ѾOa2 6t Ǡ+=%K`-$Ȅ'8Q- xoW uzcf'[p:tƔVB2z͑O31ox^1T5kK8km  SOݖU3~8/3B)G%?2Z@Z(O((Y}]A'!u-_~5j] s7n2&8kzwڣ}{wL;fԴ]SL^DFuJ;B'= }bєSÌ1 :gbD DHk{pcb :K=, g{L~ŬfQ0KSjYw ;C;$ /J@#JpiSD3D-I90PeRmӭ٨-[T(Js}3>΄pHubY`Do+F6v1 }S}bo9B;գmɭs-NÔe  +{CWXw24\BlMK:G8jHցS8H"o%|N 'e"ET7w]2Dtފ,pZH""$JiqȮ㣇?9pxP`pr,CNR3З_yak$m : 󳧤Φ//~ \Dy7GӘ7c;i ܀IijA?e6jܭ] ٙ;gtfT)xg CyI%1tͲO5)l:,;'5ϹjPJ&*]o* 6)o10jT|<a+7<ٍ7C2[Y*Y݇Aomr1w 1 TZAsJʖzU!}=:*41_yrDàB~UeqDSĈ{XAN]beu'idǕ7o0 ~#a@я0:+/ 7@GJcr@0~ti0J_%i`e ͆|p#*bq J6t>-ze%U[o ,Tcn~]^L+ŻeZY'%|{^)|]ގ|R$f@$3V*˱IJ7SdGafݩLea"o(3*YvCg#kpt02_ fr §Y ˵#rK,%%X5Ƭ XAMpg48r}恏cԜbiqvǟ+w]Ho D{2^ZGBT܂#)3tX^yx -n#fL d>*$Ԃ;VCt"@ 9pT|H"SxVoyVkH=mDrFe]Kv ˋ5Cwb T +#Ug1Tվ?0-Е㍏x5{URGBKoz'8B8Ee5OHZ(GeX,9ls>Yf|R[rRΑHlϧqɜ `0yԝ߫;9Ăyf`1l(iTsrڱ$䔀DgGl) F!x"b/*u㡯;S ;ty86 4>鲏V$,໼M ͊5%Qjk0DIr4E[:M#+a?5OvszAH4,"f5@IZC giéN.cb+E]K+:f,3侑F@Eg ONII=< A ߟ8Ubt3Cb€I38Io{1#'R1Ǿ+\uil*5V/BUVhX i'<ʼi/(nj.Qڣn{"g4a03a"v(kӕʐlY:oB 7eS0YWY»  CxwR.|Kh h$1w"4ttHo ,, 4fG$N VWrw{@{ʡx C,qG$B"F맧kuG'ikK!?f ;{\RkXͰ6Q) wb BDžp1 RC.T|#2 l0RN\so'u7 $N5dJKR;y4놻ry4)AIpTlK>ƽHߪ}ְ4持7[*g r,Witqzj|:[SB+q(r| O$0S$kv;r1.`Pp!TTW~vɻȜUI QRHpAe),[O$?&~#-`mGX էkk5=;SyQj VqO2gAy[ ^39'⦐Y@ї5b9bÊWs᫃,k ~D@(T,@-f/j w 288"\hq-= .'λBB!JGxBx~0dbe"9$Ś ٸ]E1Abk$@12..?tz; |Uڱ*p}Bs^{ЂAxhEs!> `nGgghf븅g2;rPn$;z0Q\8?m7!Bl1֞4h#;̧׭ZA>zQš|1;C o=8tjX ](2ͳ7S\6ih۱fja7IEx3~@y!{&HՇeU/4G K4bvWɿ; w畛v6yi{g8IP IҶL?m5\ZuUܲ+Qj"V.D zH͓,u@ -j J1 8L+uA{Bg^Fp\W'K2K404Npx6b)4sYF<^NvqMA'V?bWhf弪\0%ms@!gXkl2{/f/2c$H7{ >*W8)&Ʈ7' " Gzkto9Y6{; IrofK4B o!k+UUoWo?,cSWǴzG׬J#j^C8 < ..`Kp;vO[R)wmi23'D .3B]??Z" U쓞s(Αῷݠ/4aJ6M!u yWid@.>l)r><(};;N4!R#C./ᯐ =:aP|Uhl gWQRX)NZmoǔeЯw}Kb)NJLXvqy">#w3`|Y2D:dej%mL_Y'9NFnѡ#7[ ;_I@Y%] =tߑ~~GiP{4{[{*&GEBzsm?T`='0ޗʩ?;XgpP)2]m\@lp +y]N%&jpHRǝ՟;X)bAsȃq dOn o2:_@0 JJǑКsfI=pDA1 7C䤴 1ꔗ&ؐzGw2fn^甡:0^VKmX:02u(XC'+jjm~?M٫UmT# u{T{ؾPRO0YH:'Yq825ddy ~g6x(_8\s.c]&1XۨȺWv2ߴ IdGP^ n6C/Bŗ3wd߭ǩz$<’}͖LbDA~3gT=9Q9e@,S`&XseXMn!хdHoh=JLrP+hnd3-%0k%D_% :i/] 2!:n1!ܰ{^'mwc7*^@UI%Ǧ8ıA8 du~K[-ښw~}C'yswS6}i, &TpO15B/DEY/)"Tٰ E 54+CÜLyv%qqP@faKxn(^,#lTMO/Ƣz`+GE2x#JUe2?~'jKi4Y7x=[54/[ {DX:C%}fD `Nv#h`H$ qAZ"pwxBhGgm#'nڝ:n K̜ƥb!riZNⷝFNryv/q?#=34%+8?=aa;yӊtbG| #E$k-GĘq2Z} ( YrB$\vlOڡJL8fysoLZE Bi͇XI΢ Ҏ%Qmm >vanq !O/KG`81F MT|1Hqy dh NB:,0kk>da C"6? gBBd˵9`q'J[;d:$Ɉ0ύJGXTkh3H$DOB{l0FhN'@9kw@t-j㖻 Hjaw SvQ?s)UWѴo~ařZW1Qn/Xqfq֜K$xIn>C+BIyP*̭]rr8bE" 6sP _5hPG3,+#;i=Zho7 :6#6Bg'Ce Ahb3(D@B(f_f1Wo#)EbHv_B|EUs:7j;wЫ 1QûO`n|*#2ʦLjܧN¼%o! u`ik!-3rd޽jr<ʱ<{7bO %( lFIo:,]#@| lsC_}쾃?=?A,WWcBR^PʠK"mڊ+./;~2 8L^ٚBg)o㾲ц#*r>zY1ޙP=;ߙ-\X|Gй$Qݐذ Γy愲Ե{5Z*ӝ ŚPrɂ=49umH2B ~dYP_b`Cz6<yrpxn0(|lENwxsPa&4.&L+QwEq9p>,UX3=m`ZO h8|D)XIb.\Ki,<.ު_elLTZ/0-Tݘ- yq"7+y%sl %KP^ER\ LfLm7/n`x]"=5&={@T]mTLrIqԀǷIE_.%C.VZ?`׍DvǞ\.e]1N0G%r/W=/=3mOlFEknaGJnا9#(Z8*<:C;CS=xE(@GYvJ?IL¼ܘۺ8ҵQoOTflUGORO{0bvgÐ fG\ӉAE Sb0HYhaau#ͫUySc6isqC"/ZlWi3:Q==ڈ(LsݜN2;BehJeKm?*T%wdc+FV\3~Z@YJhvs 9CUCT>ya]ma|r]m[eAdNr>,h[6=#vAF%>{((i(R-Y JW.x{ܵI$QXX ,y:}A>.Ɂ nV/nluAZL8_?OQB^V_ﰥ{Kx0~ƞ6h?a*旺^9ps<kj;8Utr8^z5#hT'\J0f{)8LbVΑYjݓc8R:صʈ#17Im8$hzor"O\y#\Oeě]9 ?ZV[(l~Ο@FU\i\p  9̵6kcH< i#z1pOlv^ʈWjK2TW*NaR-3W ԁRu#V.)) Xឰ;pl?px$qCWn%"S4AyB&/ېX"&ʱ4;, \f4Rghx%lNi-9H9sƬLL3 aUrrh>Vw-}hڐlJ1gzC8L? ;7A^RzIN++DRR˷-1d.]vTo+Ѿc;MB~1O6iOLr;5`TR MFcֆ??Ԏbu~)9DN& (\azy_| AkeOLZBL -fG=!k1剒i\5Bh fJ?'t/9+pk&E!܌?g F^GA>4^WcB !}mk$ \.vg7  \{Bب2'#+_CǛ{Ru s3@m_͈tYY'sGFA#zr 螦Knin:an !At@tɱ/YyPx=lL{_dɱPLI/R:UrKI(ߩSvW}Ltwzz9xH{촞vbϻZw;CDLkX2pWdɑ]4eb=o-;>x+wۆiD,Nӓy%j1bXnŀ-6Z+uĖ:zUGne5dp}DiqZWbRIkm?4Gͮb# $X^չ>ʼnx!}[_tvrݓXp~VʋMf:]pbx[}7HE}.zsHV ?0I!^j6⡌Ӡo[q`G-|+hu_HVεfkbqAۥvRbWq჊ai,@"m  h]&v(vpr}NK{+ ?&C p~y;Qq7N{\n3sǺQnZ$,))fbhY*|$˴QԣXy# L.lj[u(we"̻-\3ɆyKy,T4r}Jd9fR1P (d},/'Y3}s;%} Tb^mu?s>Ph24ŀϔ;A{ ;$nyU_H$kؑwa|ʼFd&z#Ҝ adBq/;o彣w6{9J'iDTΓ!n˭l/H# I 1?D?mCa=yVT*ȓhY!.Ø'w*2Po+ ,8ە"r$,hSPAvjOLL_TMqR!SrhFH$hrQ;䇶\,aru 1XB+ ã8TrƂ_tԄn'ļYP pfَZ-S]G:]K S (ջh5;{rn0xý+ێ?剮~~qhvAn~121K[hd4!`+էU]6\4>lO_D )~yMD,EBqeOMh!'b-YI@hӐT$m"jq6m{\WDΨUzލr3Vͥn6doe41cbV s_O<.RHWU>6wL"GH Rf͔:g՚L_C5/.:f!ҭ?}Hۦ7sK9@Yy]03CPJY+F{q!OW++J24XTe_}Pho @Dzc?UB\W:9u͟>4H ]Xȧs vl!p '(9f\g{t1ZvcNR|tO3xYX(XjȞhK?[|2@C K$P<ʳQD!ȯ,ÅbUr'O0+T&uukF~Ӟ-A_ KvBVϔ[oh?,yx㕗Ѽ!-0x nTdm\,Wnki̪ YlzwQl>׸܄\#`S B/{A4K o1HғM+l Ζ@(USYE^6#(x8 mts&\E]j٤M@tiӸnzpחR.;}+U+Q)M%q۪% Xځtf? Ea"UE~Tg&D=JA9/-3!y Rϕsq, !LcT;'F2+og(@F8M5Ռd[>Ӣ޸ז;h$SA7xNQue<,qGd.| `*tG si V kG-s [_\ONpxA(/OnER&JRv_P{}t߼Ś-ė_s[e Syޔ{ZV= e""3yibOvL17Ncfƶs(sΓN|?)}}wsĉ?nq!!)pb.UE`G'zω=)!8ҞCk 0*vX7s6tDK};4Y4$i&k1vN'eFH S'lMwB t5plzElA7|,e[ mEl%KJ(q}3_y O%MYؐESTBH}>J3ћ[٠1W~5nM 6U1<xW>b+/eĐ\Vg4;}bb C.h.CP3P>;){vu$7e@+s6x]rFPj1}Ռ 0I*JYbEyCg@ߛ  Z&mHWY  Tf)ZjܺOtk4nd)\>$Ĥ9L=z-$/ +ocX@zD49*TYu^hXZQzm0wXRZ|F"jFV.1æQnb1DEJw܅!O&فCSRH\^cvOA}Q萷b9r F7Bȍ,:2˳ക?:6%wx`UC.\'{+ <"\ydrUO:7MN(?!#<Vpԅ奄lPfI+x? ke@Es2 }Ӯ mgbC(t[%KSt窲3%51bgmll]4h?×䪣DJv˃z,(20cꮢ[ I4ӗ|J,)HװRo«x$v Ȧ&"VWQ\`ILͥuŭҠ""~ ZOP?36D]m=]2bl,jbfyֈ'Y׋QݳTHW,\fKˏS!@qޮ*Av#w RW돴p8;J !p/ '3I9 [JEKn4df?3=%G= ӱo%1AZYe6"ь(..C)uwɑ'+`fZw\_GmebhؓV}5rEO5)׫eBۦ4Xo :e܊cҺA80BY&Q%1A`=I!V'&A3m+PewѬM6?IB^ؗ+..EЏ4gE U o 䰡kt9i0CԠFW࣊J9pup9eA Ğ({:)|q<;ף :0гΨAՔJ;W0 #Fou- X^ Pўl0q{) 2 f#h~x(}CÇ9]e&&MWr:loV]!>Eoc]v(>?&;/&WO P{LL`:= Ut K8;ׄw`ʌ?;ٿR$o>&ZqW`D#xnFuљpԀFECDҪh@Cʻ-2 'oHSҥ!x|܃q(jjq*Z dq&17Qa]:_ A0Mho?A$T2j@퀄R%D2AI?:pq"..oZ?}D ~[x )'?[_7x΅_L?T_ה)2s."銰1`Cvβ o,bx)]b=7 /q-k%GKN7P̳u/Z5%Vg LZp׭dI{n7\ y?XLl62*7Y ?a6*GqqOz'ŪTv+^ ^LJ.%3qU*<>edcNcx=:菋nӬ3`;`ބ+"$hluHE/17'-܉e$28_莐'jW 3 =t{8%01Q:uIRŇ<@F'EfCvTmbTIO[gǜ<;EB}W1ԝnFf`)"Mg#(RKȜ=8nmnMm@q/nqezbbpԤ֑<;$޽=DG3\c0a˻aߞLLUcЄ*c8{94!+cH%>ũ =Yc^"c3ߐ\q[%uB}moɚ: ~zc]<3N}ڣ2B3OQ\ qgs0/E-XdfqC'_1r-zmX)FW(3V1 J sg#1 RYS[,SR7xZg7h vt Ѷ.$erN N+wa3oyַW^D w6$OZధ~K㉮< eaGڊaCryQ%*1m۵.ELE A]G\|ZPr%Đ w;t^|iZP&X rjM$`k[wϲiy5tbos xִV2 kG}wҎWլ_@7;l`.\4BM`z- jh͎-8|HFǃ@4gP7!g4!.D^U7HM :z3'@nvkL Se&;m@ؔ7p*LU||w\}:dGYԺ] *qW`'y kg'u֜$b}?Ж3e)j,[, ,[@pɃlq^.c7$V Ъ~یp`2`3 aXOtA{%4GBדe :"4ra'\_SS '*;͜@tj+Rr mY.Z(3'قa(ǹm:y`uulmOXH[Q(EJf/n֬QCEQqyK>9}>ل&IJ~mX[,SnS^0-ޱ_RY8&HQ be`hѝ=C&^&M  MwU AO",oofh)| HԹg[n} o){6kWE@.@s($d7q>W>VW=4Ie'~_IA??Ͳ>7,*&<*)9 cWAyD(;$u =$ʶ.ih8*Ӄr\[]r ?>]es~͗g{E@v"( Tn }l6kp[3sAjFl2CBmJ4BC)̱}DDSX n~ȬUpGԸo^fA6' x/_z$*"Hkجa]Z^}ݼJX@0y7-@": Tb'A PDU﷉K4r(8OV /gaSȀ_y "FGBeөj+AL[A܎ƥ1l]җ >c0LZ}=}eLj3w ߱RႰ8 6y5Gdk&Z֯x #}P@ϑ L[WټJ-b8o%:C#n"BM!ilAidluw:m^9=|!&XAb<\bٯhO=)h3ԅ>΍BSvjwQlCުS|\'%y3##jޣ EVdyLq#$2#ErnR| ̌jCTGr>h& ڒ\"l=ZD`C z y{.&f#^r$s ,5)qli+2 h(|8'7~LE٥XIT; }|OHĽ `BI> ֪h,6Ԕܭq9ɺ9hMܻ-m|nX92]1MH$J[0(I+Sx8$o) iKX>J y0_fԡZyq| ,/UG .NTLy>#s?"ڻ '=L]pOƝq'sR0n%Wp lI뎌C9}m֢6A|?#3@'p,5T))ˊk$;z3;B tr|R| S+e(! ΂zJ2`ki _;e:Uy2MK8@rj]8pD#uqѻ!oK5p &Y SD&D#r Q80SF]_GIwB)a3U׊[y/m0# O$g ϕ7T~[VTko`B 5}Im:Y%;CP:^zVNSEB1P':R+v aP8pu@%/->B2eD1LEfwh L^RukE!;PΫ3to)czsаcX߹?3 \΁ 2zY 2GhqWtW<0p30X)[/nj菭˵ R4P_h&`y3yxC)6ǘ{m$|O []W[?I_S@7RjqFisOO-8/ױs^y/PMaiNi}Y1 Gjh.$tJgCdЌ 2P.~j{N)aγj(ci.=%](n"arѿJb1L #qw YYHwdw}HRXsPf7U$_/g^.Ua!ʼϞMjz4lp;Ch {/=i,.%itr^3_ iSɇ[__=J1`w=krݐ.:@iQOM\u{Z6wa뤨WG 6v$QZ߫k&{Zf.a ?IӶ,]?Pqqɵ| aNp7WdۘY 'Bj?m3К:,pd+b,6p)'/qhX6˨.<Pvi$Y#2AL̬xY1jjoaU0W,s(;/Y:2k9G>wn M"7@%ღ`=_d`*OL|.g5f+|RmS43m"&7L#r8Lj["#& B憰A d9TtmSL> _/XP7P#U5\2"{7M&Ewת<oTBV.Tg.EФ$Ѐ~^G:iMga'cEEY"p qjs\G ` I:_Ƭ/l/&* Y~^ (H>kU"W"U]0 &RNlƞbF#WuK)p1hgZR=AhOi܃]6 +h!,^dy#痢qrTȯ`ޚc5\dK2G-zp,6 ƎɛK{B Q'Q  "9 cfcOJλg`%nmjPUw K̼2Nf.HS:#oyw@9F855M+WZXj`26?X,eG/Zv:$eb3ًvY Kx2J*2w"kuA. re|ӻ1 ٢Z紐Wy5̇x#!X(&4pBcEƆ6Λ'+P`̢ZR|ۯ!O^eQxaU^c(xGD \7[aZ"[D &L۩֓3fO耬>d3q_vZI.%](لZ 4_tf/Wkי?S#$Lwj ZN%%ǮP `Q>8F- FpŲZ*%a˷ua*sAE\SEٔ򃃦Ze@uk?s aWCoSZqǔfв0y#4s+Kc|O>۵ad a]PҿUW{;4U"'\Nl?"*; V~iExpꇜeo}Cփ]?n:9(S >3n\̉LBM!R7YD>0_v[#QF ~̬GyʞtWoG%H2}u_j}*;2ہ9g V"Ӻh]ur~9{*7:gLt&u ZkHhQ?$ ?Bp2M eWhDuwM)\hA:̄])-=$1U- x4ut[hERG ❧7 vӸ Lw?_L| Kw X#S=]%$LŰ["yI+(-QOe+b씣b:=&=Pbmg~GH)cj2-K27Hkv zDŽ1u YK^AD%.Eo,k)7;=)ⱃܢi/xbWe_嶚A|Lz%i0b"9׏9WY &vZTe~̛\Pf< jE 92;9Y" X?${[U4'"Vޝkm3).=r)4f :8aV'# "N ĤP= )O;W9A &Ph*Vb 犄RS E* ߗ-.g†9pIGn1|Sef+`E(@b|Oy+1k#}Z9^d[s 5u9)J8?z bg̰9"4ۡFCx@etmeFܴٚcCP=V$b{ꤍ%V9vN)?{ C"fIĶM:8V +KJdv!p'ϫV\WD0KemCMEX%v5 ^t‹+R-A G<-cpv\ŌDCG_йgxy\JnokI(ySA>CsҒU[yƜn39o&d(*YÙ3H&{t!arHw3ueE#'8& Ni*1Vv~afK"._6KpIFm6٦;/?0w՚q!PS}A31cKH_:xάU^p)Zn)콪az>\>ϿsN1aw6W! RL,nLމf{cIrڡntw𰷍=:&0ܪTQ0 VNhv~}ul-[2r~g mU7X<3 T -;􉅗_qr[)jc(3Nrqr׬0,7Sc/D-ƏFP`)4%{r^Ek]R2:KyB d 4'c$J<ìk0J RQJ* +)#pF5V#7a^_&1R(*bAu^A(7T$zH.0tcY*(HKhocHCuHC<TOF޺3vlc LW=- NHn{Wa8\~) !_RBV& k aZRC~GAc %zVK1/iKYRe;Զ`Rz0n҃/HsfF.+hEd}W!]ĎE-}kt`.9#˲}y(L+=Y]MhPm^a,sQ*{#6Gq'HꠢQ]8!>Oʬ@Xv21$҂p:}Ru"~L7*Y-QƧ^K_t0(J9b>={ `#PGIwaG59!VsY" /Z2tT[[B[1$EW1 [Ǟl KU}/wwʹ3@eIb &lj WQ[p"ξ9'%Pf,s-sv!v=PVGYy<%o `7FwP2ֿweƔHNUW^9œȲOӦ)]#57e"l6f4B{lq# *%^v_+ '5}BqĉH+|`4=K^e5v%^}E."*v/ Ǹ3lxHrnPJR73PPP X,7bsWfg>]@:Lx T8@8+ [*umW,gf5c 06/X*Џի2q)t\zq`i*#H˳g(_. Iuٟ"B䡘* 0}rVNj=߃Gwaϵ'A)B"|&Ad#T /;"BhM? 1 ^ n}ERXo/*,l+ "G퐮A2_ v݉ 縠3Xxטּ˯ndw#|݀UdΦv}4J)=};$Fna5QoL[I؍Z,FfEGr`:/>Ѡ&b⸐zSԷ6d@iGRuod`nClɻf\s`Q%D섉IϏkNZb~W؄F۝iO^ !DuQKi&5C_!|Gqq+_?e̲J 0̒H) (K Q/"U?|ΰFiSPyېR$Aj`t/[ޗA͘&СOmKWPO~ۨg3X @>Spt#HB7|^DUV/_O=ʚsǏ4~J=9\1rc"&xf鶸>] tIĐ.~,bQ=Z4 ca=PQ(W!"$x%4i'S_ /07a͞q._vfuhA^}U*RF>6rzH-T& 3W>Yfh#e_=gayMm:ilHmi#2 :3iP4g$YmWN9*㇖5.EctH<39srb#G\١VǓzV ᯷Wt [Pj_Y75-HY y')Ir2 OR oQ^qKh ߈Rh(] ڂ@/ N¸ aV3Y8Zuh©FP$'u %_q#з]nBK3 ZKPEg-W zfvV׬ݰĦ 0%&Uǎ8'(7<_e~ n_N9~5"(ENcfIV;ﲦ*ȖڥUf6>JVj jţ_p1aM':(Wm`0p/NV:0/ 0`t0/?.y0=y)V@5:AhLԫ}.h0?_뇄6h|ro, F~ݩn?2GK^{Fہj}IN9s昛W0 qy  r_?lmꊢp`Aҩ8 Ukˢ&vu9ZK,@&=P?p2}_|JwtGOBXdaN7?2f@6'& ;\YöQ=]ڋx9uPp saRWLǁ]c9rЩ1"OCB!AGϕKSZЀBwHX"s`42G-|*n;ҰzoKaրENXR+qd 3X(Ӿ(ͺK6fyZjgL|eF2itL1IIT$m& tZBݷT;}!JAYsNTJ?݈ Ӕ+inc֙=w?m*>\ˑFx+-A#j-.C;E>0vom0XA`ԧ#P-G$;(1Nds$nڞ_Q-"(aߢ/%&k 1<^ȕ%V]r]{~t@ 8s;)#0 jo@>fB怠2HNhV9NMe4g%rw,̸(s$.BK>APtJ2>:۲0ʼns!G1}̈́ZVRm(aъ!'đ@A@F*;$+{GGL'֣| ë-Iۻ0e8/_:,,$Ñ5|G Ot/}Ǥ?עtɔ?ſgPSō`5F&d@)yfp.տiȼXq/3lţ@T:y^4LLBeG8AŘ,J`ؾO֔A1oѝ."3IF|͜t_ҨH ]/o@/{yuu?XK1v/sC߉ Z>7O|Px?N4=kX}j'޳Fd=rK\V3>MF+ݵOD;(t= 2POkUxMPi'Hu$dp1жH%Z(G=,-.z5].aف[]%*]Æ,U @Զ"GCbR{uP|y| r==MV: % k]8@dAa~}nXw{6>PdޤͰ=!@ձʷ#љT1DparkHtЊ VSXETC P^Q7{te\5N'cA5e% Mta=v1rv@BE!'V~B^g ;j)P+.o䑸,߽e(N-)s]MX||ec Y2^rkkA`aB*ٛvbT*Ui~k'T`>Ϸ!F;Y$k7z'j;Q"ДK [rzrYy |)z>VOafX[}|ғA 8w\$fya;VXZ! a܋ 93K;rhnY}1y4^E&$@4?nĔw^#0̒r̡֣9#s^EO`F,ȟZqf^VWAD$lT2ڝߗD`Sa*UeT0Q9gRHظ:LDn>B/#SHp V*5ٍPxw23DY #Y]2헹ѝN ' 찳,S<|"-Q5YM͕˲8(p~*s ""#nmR-6ɹDq ;B{꿻Mz4AAFFB `kn{F+` g% lc`Ϟ[o9UD|P,p)Y}q6_1Fy3V.Vb{# 7X"z\ei!(1aaM[P/uFU(vHVvX{LP͗U۝b8]/)U]Teՙ爾&mΐ Uv)dq^ޯ̖kv)uz0AE쮶P:kv"/U>Vbz ]IXPgPC3ϹcP|$0\h#=Zi=D0 cW__qX;0qÕOm/_*NBh% WtAysM 5ɔ7(!psFI)qxBoxFuϗePHBَuQh_#Fj{z*uM8P|QѢjV@oix!%j=aX#\L$ݙ+}+r|"52ԸXΙ'٬,v¤WWcV,,MkV ݵFH>ope-S/{{B<>nb.=8~O5i0m'DMSglO8n Q⻝4Cs/ O1Vw 1p.m% }myTeo)*zAp[3vɁ-έߪ~ˡTkR >PDɂS2"8-l'g̼S 8ǔ#-|1Z>MupM7"!Bxy~= sAk> ]dNxf/{I%gymQvZ†ЬeYNQ}V aȪjE:4.Y\F9|W&9:!b)`m;& _VT;ʲ7$fD+*\0?WQdVP:$+qAVaKrDHcV W?B٤t y&Q#HЩx3H3 }U-1'ܤ!#RgTY":&=~\L5<@,58Χd:l]S(|Ŏ-UlP/GHsS{uݺr3/H%t-`5a}'v?m9qP#)S< i=B6|ݸKJi|6Ҙ$)b.;|I]H15!v75jȍ,3~ϚW(CA?<>=]tH=DxP=v  Y2E3K\ φfh}<ߌph˕?qK'Q md,cd䶣C ][9(N8.,`I= BlQVg[# 훖yTg y<+kd)kH@ubŸ4HAZt/i ai^h^%xq|h"_St6|:.,jj];l:ȑCXpdZ=vԦJ^t1p0HקQS uE_BYv=훓 \39|!3L-VF7--'r}xKcQL_iA :~FɖʇɥUdcPaĨtm_`wxoE7 dU#lX/W)̿LROMC8&M9V\Es T$"!lS+F0wˉ2)(k$\ 9="͝_1|sC/a wGj|k;@O)'d 8:JWb5)pMK^nM,߿UrA59{)賌H٬$!ږ, oߐI&x{lIz׻u]/bs)`zBNN@AMarkA*lTtn̤YSk)#1;'`H -ri_,t( mH>> 4|g ,$92YD,#־X b^ %{p\>W>mM? ] >xraYH96E%W/6:Q$OY7EnK-Oh%v6G~p(kx%/ZAP }Ӛ<4OHͭ>ҹa8+j jk7DbtP m w_b}MiB-3_t ..gΌ^S%P0[ihC}iA*97@ AM 2©F VIxNP͓gYW '-mt:pVtɝguW?C@1ꀦIl79 /tQn? 97ѡ5cesIƶÈGWh]Ab3f[h~Jjo@)ܠ7Q0dD7K#hxJӊDS3#},H*5p ՠaGL 6h8Oy?v]K}ʝֹMP JsoJ!+|'z昦DݙwBYǐ]ٟ[ YdEAd|Gx4q )G~F[->fH݁eOcae x]sNRfbKocv<}+B7z $aUK8BNhjng53lTɟ PqeVۨg̳Nt?'JD $_}oCr1h2TjgQ}B!'NQ$Ti?b\#<kJ,9([`wo\?E? -T/R˷~(mA*, rsx RѪH&IfLU3S^W#2rlOO)ctBhy$Vs2*a&\ærgFVɢӇTe54njĉ}s]t*g8*j{& $b?[ooakBՔ c y9u~KGE$ͲMr}UmU-qϮ guA" ؞Ч+'Դ1}6;𙿤sl/85vM]cWq{TV.Cnr~'('AT=X sm "3^ePNTPԯ]R7P7ǺGFD g<163z>. KQs㐌~ \39,%piWA᫥RvmawnI nE4M3FAH&i!5~lDhwJכٗ+Er+nCjseoqđ:J"rR/AeJ1SH5H6qQw6?+%y5cָ\K ZzRىh6ROfWlk 6u@̦q$QX+k*zayYk2i.C8U,toaJu߮Ԑ=e ,A t36bBi~SZ! cUi=7ϩM%X(H'tNx=.`[&S& l:"Kc 4#,WkmK*cBWy 8կ}` %i!i_Zutr4I4s%%\_@G[eꎼb3]}\ĽVMwl=nM!8kmݏ,j&/OaƲ2e-A]S%Bt><J 9r,@sKHpis1~Nۏ088RE5[|WoY\$R4}318*cy~~e56 ,(ZOxg)90vPGN&ET.@4av{h.Knl `JyVITzSf+p%7v̶!bcOt Do=FGLß|T~}L^2}}Ar5951ֿk7(L$!:DiMçaGmK yAD>y^g:ʗk({ϪcEG2'dxRQL,j\Q -8 Az="*oi\mXPcdX׹ h$7y've$P҂B e쁬;;b&ɿHI3f2R=b>06[pƞNGŽGr46[;$QC;&xdLg}B_hw_C5o1f?a U$Cj~gw^䃚-::qo,~j6xCr2جS: jùQVՑ<>P@d8>-s; J.BzSQI⭿UOy\r\5RxUqA0P?\-v]E4[ lO,[ Ƶ7іbmUpm~岊~It '4:͛]ӿfGmz7:k* ~f${= !,U(pO0K oFsa65o;4tzXiP7ڟ>@Ϗe!K?:AwU7^\WsX=PPF6gRDS*I-:6+MvVAk5'xpOCO LS=vPsWL >H<,^ՍvnbI;5tH*4'V~InӖ3hw/@4; i2r ]AcS9 CVf<*/c.{kA0F4q>+&qx ا5%pɒBHºȮrgݿ3 \J] \:-bN[Ѹk,$)z!4R%U.VTH~/#?[;*-NғwCɐgypaڑd-=$=<>TxlF67H%)ԋ1+:4 cq&CHұ|,U&pBA[Nhy^AqAէ߰]QV}.r°'Z)꽡ƿ~abŰiqDq`HS W~u}*EDqAdAiU HgnVScy8#V4N/0f5,CSg5lϜ?wؓe2eY/+óܮ8m;=nBeԔu"Lf$|8Ў ]Z:h3f mҪϜSU݁aDFUsu_&W/))_^x`,*b|YG#PX'=-փDZSNL9,ku1BvdJLg ON~?耞=Cq`gtQ1Aٝ*skhCSyC{pl4wBްo;TD?ou$Ol*x2L[^c~tirFRcbq1Z! Hvsaj٢ݥ'Y$ew3_CLHZ貵>r4tAq%k0Ǜf G:*ߴo-eZ2_ =P1 kzFe#= =IQؕByf@D c)3tS}X[1=64 :1xa$ȑNHs CʨEV#b,1DlJ"^G ) q@i[C)ULv}ki[6RX Y{OO"&GaL9G'# -IJj" 9R0A|fW:^v:T@d)s22r+zr9sn| k!+!|j@9;_{׊#5|ո1ԑR~ _XajTOv8>`3 Ju?00ޝCa9$64cUֶ2Or]OVWÊnMq2[P%0d %G?`0!';vMc},eTuJAB}#3  Xi.^g^B&4ƁKRkiтĝ),P1\єUol.+zȖ7יQ[wmυȓK PC_cG3 W2tKCG%ʸF)ika`̽Dq1K?m|)6<2s4SQǕuغM:hmVPZvs|sCő)<]2U>EyRmrwhawۼsyoܗ)12[vooՒ+tJ r+73eS'!]ՒMn-HiF3eKE?f)%Ii2k_ێ84i`)Ƭ95l:VA0ft1NE@P 5˃I̱)0J bi;e2hWB޴bˌs,;6WQoI_yP!M&K:%HrNxvrޑKxt8/1<>#1,XxKm/;&L11%#"ŭEXⰮ<2Ejnl!ڗr)]dCV "P0Nq:<)Q࿪K[ɍpFPvkU,@-v>iיCUXZOWĶl7Vd?%>bQz'KCC]^t랟D+_ P="P6Idlf=q$|s[ i?z f {uw͎ǎGHHK`-=sUܤzS>3GII&4a3"KRz_z@9fxTɉd?& Ӑ K#4c6RJ>{[4Bu} <&{75_>tP!1h7(Jr F|Po.]JȽkTL>0&s0ps\ /DI٘Mv i }Wǐ#\Jr`#HJmS7|\lA³HsIDK>sVpuJ@VdYcԏ_-qkvoJEݶUnj刬)W'/rzw(Lu/'s1GrU4.8$U-[BY$z4Uy_#@/r[MK[uRV JwL΅rr#۞,e;F *u{ʏfy֘bsX9dcGq 'npi[.*=dK !TgA`#p% N 'wE"W -0Ľ&@j7f>O-T :01e8~y^HbȉɛVd~jQ ++I&my޻-nn]T?^ AZ"GekTZI'$ eq_)V( V@K0eP@TLcf&CvaS7X>~pc4G:Ӧ7$Z1J\,VlTfηo/L(aI޿n˨*HSErq|)X}3jTf`'v?e8^gk9{زw D0NǠLrD-6(G:BK0z :Wy;16HypH}Ool`Iw!yRII$/3᷻[*g\Pح,Xj6pi.߂éQ9"|*!ϲcOʆ6 *6y\ G}8$F8a-4R 9jktipS#c~o(EmAjeVO3+{G?R,]*(=, 2Jrd ?*-AQ#|6#vwp?0{N(z< 켾4FoT;'<1c) ]jd;B-uf ݤ#"f75&|.z?O,>K3澐F'C*Sqh5R'݀ߙߕ`ӎ4: Kru·d0zHGk]Ӝ@#c-XLհc `Ո ݋dB+}-ZMM"3'dѫ C^}CnƒGX?T/с|}YM ˤ\1SYt[Aw"K' sSimĘUwdRf0ٞ#Y1\RԔ/hhg9ͶWJ]k!,j,/s+TRyid"Oķ_:+9Ev&ޗƃ}|1N7q.|y-!b0] B K]BHWz#kJ).r8?nߴ]6LP!B*f Gi L'g0}6OG[ϙBj#Rb$=3XMK746͹LAq?˪Ǐ,xfN~Vq:AU5 3@Zֿ:BY :"wVJP%{& | VY6*.=%ztz_sAiaSA.pGݵ™ cUsm+y|[3yIUxEa¯ľF*AʵZ加hea!!WFL96;%ɭc6=kaXY#wb!8elI3a X! s@$CyxߴAPRH]gT]Ę>9փ+[ ktLT#~@G+֯ܓ#4]Cg0)Jb1u ;E<ΡRGn]2yvJ,PXf^_Kch@Φ=tR\c?đQ5h0 H*V;-ňu!n*|BaP9OR{\kc fELl~R#bSB 0Sf!"lM5*i«^#mdF;+KY- oI-:-d_Ifkmјp7\w"8DTV {g'+N.NX:!jw9š~A¶%|@\M$Jm3ᨼI" -QOQH`!+#k.)vVv4gN[Vỵ ˜C-j74%inwvAg/_:LԮE#Cqјcղxΰf]g&ch _as}޲w6V)}c驚3S1<j; ʼƔU ?x>UF\ԭxa->rʔb@VV'FOY_{I8# ƃSqF%fm콾ԐHTmyN7qs/T#v7qḉ.9fG\A'xxUeZ t Y<5R>UQkQMqvV - UxBTX*BBLxVyOԭJ9S3;5av(QU)`% ¨洀hZj°2y(gPP9m]Ku+:cH}Iɧ-v($/ȇE&5NX>φ#RK- J+3#v߳x'`: ߮-t#s/=^]9^ľ|fv.%/tsΚ׀z B\s~.`[gT y_"kEo'^\Dtġco%G Sͱ]c V0i84YgDICgwG)jDxe=)iz d ð%RV᣿=&rnM,[n< 0lL̼#Q%J>AuWcPD֧d͑J~sUb/y.6K4/ 5/4H+΅EMهLY4mW$W?Y؏&!_i9:CG[8s7جW,H"_jWb$p|FՋJПHPxYL@:Ac~ތ%s֒pu 80i3bܓ_vCg#|'#22dya `_Z mMna0i^ OKcX,}L6p b x~TX8В08qZ#ļ dXaXb9dwfiU׺AF֎pttQE!hPG"ݰ!Хq{P h*$EyeT%K_͹[Ԟ!,Z+l*+0W7LA7Sq,NG mf\FJ|-D Xksb^Yc謭83Caq0xL[ (xA(xr"j2ҵyd|%u-΄&r^֚bǝI랔`\Kf!EHp@ħ%"I8XBy8 q6 2jvZLO]'sRbZ4 2> y=}!PTqLhA #782ui|)nIa6!RyV}D^L1zDXÒv4nEռSwU1.N*Rdr2~%5ԠRCnƢE($϶N܌)rk+@V/LӐ)` wTFsj 'Cx /]QO-m9y9q,|b;fJӨ)&{o(0 /H r.duۙ`oJnKC@U>C)w%ڤRT^먫 [Ui)9O,4 G- Ϥ C6jVPw,Dru SW[rqX'@GTTں:P6ؕC`?zhJHWq4s  !`:az{S!)B;5oP,b̡yN1զџ ēC@gDe0W U; WǎAPҎu転 /U]22KL gDB|1,?Vݟ\sv@X82k"ʡGs|pY|WM_7L*N%fY_Fț۰D*׵gtXH 9ܽ+ A= G#{Έ19 zS,ߧ'zbug4^n,454IɴWo20İOs$OC% ӂP~И^˺9PGqXusMMAJU=y:f`ӎ4|vV w|e)ҫG ٞ3&ݜ?U[{۲ D[NEBЕ6pL*j;7h~փ%Hq3*@|#RQ(p+LPoBQt՗$a;Gv꺝]<<el>w ey,\|p_Ѻ;8phxa$ YZ