systemd-network-246.16-150300.7.54.1 >  A cdϡp9|݇^- TU3JQ Ro;{{UKߞrYAd~gӤi!j P:7VS ~qJz+ us#QpFU?Ud ' O *[ag %&$ &^ & '  .) .P./U/0 01*1*5*(686$9>p:]=Gj>Gr?Gz@GFGGGHHIHXHYH\I]It^L1 bMcMdNDeNIfNLlNNuN`vN wSxSyTlBzUtUUUUCsystemd-network246.16150300.7.54.1Systemd tools for networkd and resolvedSystemd tools to manage network settings using networkd and resolver tools for resolvedcds390zl35SUSE 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 fin@) Ne@xHx(T큤cccdYcdcdcdcccccccccccccccccdΖcdΖcdΖcccdΖcdcdcdcdcccccccccccccc877c7e3ffeb6fd93cf3ca8ea9296f0fcb8dfaeb56eac05190fd5d5391b7c2b28146ff5c1499b51c6c64adb09551aa64a61d8b270cdcf9b2d2b4d2da058e5d502d0e3b6e730fcc76ee82c4d881f80524f8b2d9e9c21598335326744c31358f13d2321c47ace1069a004493c6c893c31f56670036c8237b7b7608aad0adf98d48614a57cde39fd1f3061d6bc558175c349e18738dd75df1d1f0b3a38bbdd66a39e7f2c9ec637b052a3ef0a9c747b4bb14b1538dec804d8200d6a408451116327f4ef2c45691b4d3545551a385aa5f2ee148892fb5c1ede9093cf37cabc84d2c78e805659d1cd24ebaa99894d29f91f4ea4e6d394e077e4dfc953e5daf485d573f6322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e0b8271157e2d23248f8b9824702ad7c306d994e258c014e3723e38b51fd66c750c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319b86770a3eebe3dff666816fc31f782c59750c8be5e7087f2cbc87b36ed24c91d0e02fd16ce4d7d855d3819dec125c222e2e3c01a199bda5c2ad464347be230d11a551778d9eb2bf142999059bd74b42992d214121b210393e09e5380d5aa3ecce52aa61fd365cec4e00fe579c6c17d407aaf3c0574ba6b5abb8d806f6ab68d6a98a5f893a73fda212694e863e259be2760d3f8a63446c6516a80715f397f4c680d8d337e3c4531545487b48d515899121f6cafb5f958d998afbd7443e4ef03620be9285269d723a7dbd36e53519d3eaa546345c3051ddd8155dfa49768787408bea1070bb0daf67d6e4570e85dcdad53728299381546450a814d455332c55cd12b40bfb7fbad001a5f6f437a8b5dc5b73a563b0073377e8b930b48c87c23df1be563c529ac429b8acfd32c9fe84143ba6cbed842290e3039fdf8d1f96627613c83dfaf1996f005ac5cb059328f447dfcb7e2bdcc688ddb14310c48219422253d5278c12d256d55c762d79c7d60d2f672e6612cecc9babd994acfe7bc55d1eb1bf974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb09b19d806f8a95f13126ca1454b1ff40122ce03dc97416282fd29218de92c475ccb41a11b64a9f97725d87e5679b3c184537348a2553042d34fa15d54e6ed7065abf10f0b71878f90516b89d205a7fb2f8363cec6614ec717da88c2acf49c276a5resolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-246.16-150300.7.54.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)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(64bit)libgpg-error.so.0()(64bit)libgpg-error.so.0(GPG_ERROR_1.0)(64bit)libidn2.so.0()(64bit)libidn2.so.0(IDN2_0.0.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libsystemd-shared-246.so()(64bit)libsystemd-shared-246.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd246.16-150300.7.54.13.0.4-14.6.0-14.0-15.2-1246.16-150300.7.54.14.14.3cc@cD @bb@bb@b@bk@b^@b; b3"b3"b3"aaa7aaaa6ap@a5abazay?@aLl@aA@a;Ha;Ha2@a/k@a@` @` @` @```#@``\`̊`````O@`O@``~@`}p`n@`m`lM@`c`OL@`OL@`J@`H`H`H`4@`3`3`/@`-@`-@`!'`3@`3@`2@`2@`2@`2@_@_H@_إ@_إ@_إ@_@__@____/@________t@_t@_E@_w@_h_cO_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commwilck@suse.comfbui@suse.commwilck@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commartin.wilck@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comaherrmann@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comaherrmann@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit 56bee38fd0da18dad5fc5c5d12c02238a22b50e2 42a26330fc time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 8a70235d8a core: Add trigger limit for path units 93e544f3a0 core/mount: also add default before dependency for automount mount units 5916a7748c logind: fix crash in logind on user-specified message string- Add 1010-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit e7211d27e1bd26b976aa74ff620cc22a0267b5b8 1300e134a0 tmpfiles: check the directory we were supposed to create, not its parent e4bb32dc65 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call d8d0c083bd logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Import commit 0fb88066f5fa4695467e930559776cc3444773ec 90740ae2aa string-util: explicitly cast character to unsigned ca1455c5b9 string-util: fix build error on aarch64 c0829f98fc basic/escape: escape control characters, but not utf-8, in shell quoting 387a2e1fbf basic/string-util: simplify how str_realloc() is used cdc4d55d22 basic/string-util: inline iterator variable declarations d435514c85 basic/string-util: split out helper function bdbc4faff5 basic/escape: always escape newlines in shell_escape() 3eb13063d1 basic/escape: add mode where empty arguments are still shown as "" 08fd20d8fb Flagsify EscapeStyle and make ESCAPE_BACKSLASH_ONELINE implicit ec07c1c46c basic/escape: use consistent location for "*" in function declarations 074e1b622e Allow control characters in environment variable values (bsc#1200170) 44e419dcb0 Revert "basic/env-util: (mostly) follow POSIX for what variable names are allowed" d5756f6f71 test-env-util: Verify that \r is disallowed in env var values d02bac33d3 basic/env-util: make function shorter c68d5f0ba6 basic/env-util: (mostly) follow POSIX for what variable names are allowed 887c150a04 test-env-util: print function headers- Import commit 40960e1ccb15071355fd3ee922877ef51f34bdbc e6354ebb34 core/device: device_coldplug(): don't set DEVICE_DEAD b593249c00 core/device: do not downgrade device state if it is already enumerated 7b47b3c306 core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) 912c07c281 core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 12b0904b9117aeaef138784e5b118b82cd87d7cb b579fe1e09 tmpfiles: constify item_compatible() parameters 01f4af3573 test: add test checking tmpfiles conf file precedence e8f4d24e97 test tmpfiles: add a test for 'w+' 9c559f3854 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) 7fab6b6a6e journald: make use of CLAMP() in cache_space_refresh() 1c8b02567c journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) 0007446abc journal-file: port journal_file_open() to openat_report_new() a07ad29813 fs-util: make sure openat_report_new() initializes return param also on shortcut 6bb087a1fc fs-util: fix typos in comments 42532a8bfb fs-util: add openat_report_new() wrapper around openat()- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- Import commit 117e7b96f8e8c63a9eec3459147f5352015a6d08 3a395b156d Don't open /var journals in volatile mode when runtime_journal==NULL 1cd65c15e4 udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3ee9953dd4 man: tweak description of auto/noauto (bsc#1191502) 6cfeacbf86 shared/install: ignore failures for auxiliary files 37083278ed install: make UnitFileChangeType enum anonymous 0a02185526 shared/install: reduce scope of iterator variables 86c55bde7f systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23867)- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Import commit 773652879446a81689c39aea23a486627992409b a76263ced9 meson: allow extra net naming schemes to be defined during configuration 301bf4f1bf meson: drop the list of valid net naming schemes b89924793d netif-naming: inline one iterator variable da4a4df29c udev: fix potential memleak d60486bf1b udev: allow onboard index up to 65535 ac2baecc84 udev: use snprintf_ok() 8aad315c7c udev: fix potential infinite loop 471ea73eb0 udev: make dev_pci_slot() return earlier when PCI bridge is found 69b7c9a6bd udev: use uint32_t for hotplug_slot cdd0e89c0e udev: split out logic of parsing s390 PCI slots 84e1a91baa udev: it is not necessary that the path is readable 03548e8d0e udev: add missing initialization to fix freeing invalid address 772f964bf6 udev: fix slot based network names on s390 c5071cf699 tree-wide: fix typo 06640d06df net_id: fix newly added naming scheme name 58f9592f1f udev/net_id: don't generate slot based names if multiple devices might claim the same slot (bsc#1192637) df9e240c92 udev/net_id: parse _SUN ACPI index as a signed integer cfcaddfa74 localectl: don't omit keymaps files that are symlinks (bsc#1191826) - Add in quarantine 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch Add in quarantine 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 6a96632f26f20a68578f9d620a593ceab2a0e3b6 c4aa40982c shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) ae13ea6511 shared/rm_rf: refactor rm_rf() to shorten code a bit 3266d7f5c8 shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit - Drop 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch Drop 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch Drop 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch They have been merged into 'SUSE/v246' branch.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - resolved: DNSSEC support (build) requires openssl therefore document this build dependency in systemd-network sub-package.- Add 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (bsc#1193086)- Added patches to fix CVE-2021-3997 (bsc#1194178) 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch These patches will be moved to the git repo once the bug will become public.- Import commit 3850086c6580291188fe574ad37c8026012894fb c0505cbb8d tmpfiles: 'st' may have been used uninitialized d3f7c9e806 macro: add new helper RET_NERRNO() 4a95baa5de rm-rf: optionally fsync() after removing directory tree dd8137a589 rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 3f8765ed2c rm-rf: fstatat() might fail if containing dir has limited access mode, patch that too 87d39407b7 btrfs-util: add helper that abstracts "might be btrfs subvol?" check 71ed335c7a rm-rf: add new flag REMOVE_CHMOD 611376f830 rules: don't ignore Xen virtual interfaces anymore (bsc#1178561) All these commits except the last one (611376f830) are preparation for CVE-2021-3997. - Drop 0001-rules-don-t-ignore-Xen-interfaces-anymore.patch It's been merged in the git repo (commit 611376f830).- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in. The new default simply consists in calling pam_deny.so alone.* 60-io-scheduler.rules: add rules for virtual devices (boo#1193759) * 60-io-scheduler.rules: enforce "none" for loop devices (boo#1193759)- Import commit 34eba0c28cb02d15fdbf55ce28bdfa56142ae4d1 0a8cb60af6 Bump the max number of inodes for /dev to a million (bsc#1192858) 848c9207cb Bump the max number of inodes for /dev to 128k (bsc#1192858) ea44eb34f2 sleep: don't skip resume device with low priority/available space (bsc#1192423) 9325a68316 test: use kbd-mode-map we ship in one more test case 8ff379e11d test-keymap-util: always use kbd-model-map we ship- Fix IO scheduler udev rules * 60-io-scheduler.rules: don't use BFQ for real multiqueue devices (jsc#SLE-21032, bsc#1192161) * 60-io-scheduler.rules: use "none" for multipath components (bsc#1192161)- Import commit f2f061f1da064bfd47e2201967a854bb9281ca5b 98e87fc3fd busctl: use usec granularity for the timestamp printed by the busctl monitor command (jsc#SLE-17798)- Import commit 5d20af26eee6507bfa9fdb6e5dd4bfc187e3399e 37e021ee84 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) 2aee16afd0 mountpoint-util: rebreak some comments 962e487cb4 virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) 8545a66afd Use BIOS characteristics to distinguish EC2 bare-metal from VMs 03311b59c3 machine-id-setup: generate machine-id from DMI product ID on Amazon EC2 0fc3118a67 id128-util: use common implementation of helper to get/validate product ID 83bfa06ebc virt: detect Amazon EC2 Nitro instance (bsc#1190440) e8b8df3ed9 core: move several source files to src/shared- Enable support for Portable Services (jsc#SLE-21694) Will be released in Leap only.- Import commit 263f7076bc77475045193653a785bbdc0457b5c6 239e0ce5e7 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 0db7e590e1 manager: reexecute on SIGRTMIN+25, user instances only ef8afc4545 core: Make sure cgroup_oom_queue is flushed on manager exit f794e01080 cgroup: do 'catchup' for unit cgroup inotify watch files 54369b7660 manager: Fix HW watchdog when systemd starts before driver loaded (bsc#1189446) 1d0524bd54 pid1: various minor watchdog modernizations- Drop 1007-tmpfiles-follow-SUSE-policies.patch Since most of the tmpfiles config files shipped by upstream are ignored (see previous commit "Drop most of the tmpfiles that deal with generic paths"), this patch is no more relevant.- Update 60-io-scheduler.rules (jsc#SLE-21032, bsc#1134353) * rules weren't applied to dm devices (multipath), fix it (bsc#1188713) * ignore obsolete "elevator" kernel parameter (bsc#1184994) ("elevator" did falsely overide settings even for blk-mq, fixed). * remove support for single-queue block IO which the kernel doesn't support any more.- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Import commit f5c33d9f82d3d782d28938df9ff09484360c540d (merge of v246.16) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8d8f5fc31eece95644b299b784bbfb8f836d0108...f5c33d9f82d3d782d28938df9ff09484360c540d- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 8d8f5fc31eece95644b299b784bbfb8f836d0108 (merge of v246.15) cfd14c6537 basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) 7b6b7abf46 unit-name: generate a clear error code when converting an overly long fs path to a unit name [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b9e4f4c71159b216a16f1c5121134aee2654be56...8d8f5fc31eece95644b299b784bbfb8f836d0108 - Drop 6000-unit-name-generate-a-clear-error-code-when-convertin.patch and 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch as they were merged in v246.15. - Drop 6002-basic-unit-name-adjust-comments.patch as it was merged in branch SUSE/v246.- Import commit b9e4f4c71159b216a16f1c5121134aee2654be56 (merge of v246.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/5157b666a0d744a2ff9f4511780e43bd74fcc280...b9e4f4c71159b216a16f1c5121134aee2654be56- Import commit 5157b666a0d744a2ff9f4511780e43bd74fcc280 2288448f47 logind: add …WithFlags methods to policy 0acc4f0413 logind: simplify flags handling a bit d632dfd6e3 logind: Introduce RebootWithFlags and others 8fba5f3715 Added option --check-inhibitors for non-tty usage (bsc#1166028) 114387d358 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) f2cd82a359 sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 6efb9a77f3 sd-dhcp-client: shorten code a bit 9e1cd2172c sd-dhcp-client: check error earlier and reduce indentation - Rebase 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch- systemd-hwdb-update.service should be shipped by the udev package- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 6000-unit-name-generate-a-clear-error-code-when-convertin.patch Added 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 6002-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- Added fix for bsc#1184994 to skip udev rules if 'elevator=' is used- Add 0001-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) Restore framebuffer devices as possible master of seat. Until simpledrm driver is released, this change is prematured as some graphical chips don't have DRM driver and fallback to framebuffer.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-xxx.so.- Import commit ac812b8fa0c2ce74bad8dd199aa0505621f6cfe7 2741672b14 nspawn: turn on higher optimization level in seccomp e104e31534 nspawn: return ENOSYS by default, EPERM for "known" calls (bsc#1186411) 6f2c44b6bb shared/seccomp-util: added functionality to make list of filtred syscalls 4bf1b121c1 shared/syscall-list: filter out some obviously platform-specific syscalls 0a3716ecb1 shared/seccomp: reduce scope of indexing variables 7820502e07 generate-syscall-list: require python3 3a180f788b shared: add @known syscall list 2fab3d0179 meson: add syscall-names-update target 74430ec23e shared/seccomp: use _cleanup_ in one more place- Import commit df3aa430629f9aab8821c7f882a401a2886b9e82 5354e4896a test-path: start infinite sleep instead of a short command 934358e538 system-conf: drop reference to ShutdownWatchdogUsec= f198dea989 home: fix homed.conf install location- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1185828) We need to make sure that the creation of the symlinks is done after updating udev DB so if worker A is preempted by worker B before A updates the DB but after it creates the symlinks, worker B won't manage to overwrite the freshly created symlinks (by A) because A has still yet not registered the symlinks in the DB.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Drop "%bcond_with parentpathid" as it's not used.- add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984)- Import commit 60e71ffa7e339cfce8cf70d127f1be9134a573ac fa79627ef7 udev: ignore additional newline in sysfs attribute on verify (bsc#1182870) e0028b4c63 fileio: introduce a new flag to make write_string_file() ignore trailing newline 1928da1337 Add WRITE_STRING_FILE_TRUNCATE to set O_TRUNC- Fix again 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184859) This time is about the removal of /dev/disk/by-xxx/* symlink that can be attempted by several workers at the same time. Let's restore the old behavior in this regard and ignore any error that might happen during the removal.- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184254) When a symlink is removed because there's no more references to it make sure to remove the parent dir of the symlink as well. Also add some logging when something goes wrong during the removal.- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Fix fd leak in 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184238)- Import commit 480a6d14725509307a0f3edefef3876c107ee7f1 (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8baed1c6f82798c2374bdbfdd440dd065d09fb99...480a6d14725509307a0f3edefef3876c107ee7f1- Import commit 8baed1c6f82798c2374bdbfdd440dd065d09fb99 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/bb5a31f416d17c5d3521900bebad885ca8f0ba8b...8baed1c6f82798c2374bdbfdd440dd065d09fb99 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit bb5a31f416d17c5d3521900bebad885ca8f0ba8b 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Make sure the udev socket units are reloaded during udev package updates This uses to be done on older SLE distros but got lost when we branched systemd for SLE15-SP3 from Base:System.- Update 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1183702) StandardOutput=syslog+console is deprecated, use 'journal+console' instead which should achieve the same purpose.- fix-machines-btrfs-subvol.sh is only shipped when machined is built- Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192)- Import commit 628333aae3e893e225a42fbbd3734d10058edeef e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- Drop 1000-logind-disable-RemoveIPC-by-default.patch Disabling RemoveIPC is now done through systemd-default-settings package.- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- Add 0001-rules-don-t-ignore-Xen-interfaces-anymore.patch (bsc#1178561)- Import commit f366438ca2d66c287ea836174e73dd03a98914bf (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d...f366438ca2d66c287ea836174e73dd03a98914bf- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Remove a fix specific to Factory/TW distros.- Leave nss files in /usr/lib*, glibc loads them from there just fine (Changes from Ludwig Nussel, backported from Factory) - Define %_pamdir until it's defined by pam-devel in SLE- Use %_pamdir to install pam modules- Import commit 64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d 65f4fa852e write_net_rules: set execute bits (bsc#1178561) 4a543f0257 journal: send journald logs to kmsg again- Import commit 68b1d8a9472091ccfbbc2ca234d2583716d57a2a (include merge of v246.9) 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2acc5eb602eb8029f4547e37eb433c804a7db3a1...68b1d8a9472091ccfbbc2ca234d2583716d57a2a- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Drop 1001-journald-turn-ForwardToSyslog-on-by-default.patch ForwardToSyslog is turned on by rsyslog.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit 2acc5eb602eb8029f4547e37eb433c804a7db3a1 (include merge of v246.7) 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9dd0c9a724a9361207ab4a9ad29d144987fb373f...2acc5eb602eb8029f4547e37eb433c804a7db3a1 - Rebase 1008-Restore-support-for-halt.local.patch- Import commit 9dd0c9a724a9361207ab4a9ad29d144987fb373f 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit e139d4c9dbf6d735a624574dbd7db8f04eb93598 f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- Import commit 7435299e24327ed202d686bf46a626b99f105870 f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800) - Drop workaround in 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch which consisted in forcing the generator to use kmsg. It is no more needed since commit dee29aeb5909f4f5604012ced250488286b8d468 has been backported.- Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) SLE distros still expect the tool to be located in the old place.- Fix paths of udev rule files in 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch and 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1178023)- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Remove mq-deadline selection from 60-io-scheduler.rules (bsc#1177490)- Make systemd-mini-container conflict with systemd-mini-container-mini systemd-mini-container-mini was the old name used by older versions.- tmpfiles: drop entries importing files from /usr/share/factory (bsc#1170146)- SLEtify commit 2ac606cb508dc30a27aa539bcc18b4bb07f87a71 (jsc#SLE-16318) This forward port most of the SLE stuff from SLE15-SP2 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP3. Add 1000-logind-disable-RemoveIPC-by-default.patch Add 1001-journald-turn-ForwardToSyslog-on-by-default.patch (bsc#1065301) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-tmpfiles-follow-SUSE-policies.patch Add 1008-Restore-support-for-halt.local.patch Add 60-io-scheduler.rules (bsc#1165579 bsc#1164717) Add 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) Add 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) Add 99-wakeup-from-idle.rules merge compats/persistent-nic-names (bsc#1061883 bsc#1083158) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) Remove TasksMax limit for both user and system slices (jsc#SLE-10123). This implemented by means of 2 drop-ins shipped in system.conf.d/ and user-.slice.d/- Import a prisitine copy of Factory which will serve as a new base for SLE15-SP3 (osc copypac from project:Base:System package:systemd revision:1120, using expand, using client side copy)- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shs390zl35 1667550990 246.16-150300.7.54.1246.16-150300.7.54.1246.16-150300.7.54.1 networkd.confresolved.confnetworkctlresolvectlsystemd-resolve80-container-host0.network80-container-ve.network80-container-vz.network80-vm-vt.network80-wifi-adhoc.network80-wifi-ap.network.example80-wifi-station.network.exampleresolv.confsystemd-network-generator.servicesystemd-networkd-wait-online.servicesystemd-networkd.servicesystemd-networkd.socketsystemd-resolved.servicesystemd-network-generatorsystemd-networkdsystemd-networkd-wait-onlinesystemd-resolvedorg.freedesktop.network1.serviceorg.freedesktop.resolve1.serviceorg.freedesktop.network1.conforg.freedesktop.resolve1.conforg.freedesktop.network1.policyorg.freedesktop.resolve1.policy60-systemd-networkd.rules/etc/systemd//usr/bin//usr/lib/systemd/network//usr/lib/systemd//usr/lib/systemd/system//usr/lib/systemd//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26702/SUSE_SLE-15-SP3_Update/b0d8dfe00d0df93afb1e45753e87751e-systemd.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6759dad6a46dc2c258ea7aff0a2617bdd91e904b, 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]=bf2820a9e8c3b2a4efa59d9e57f176b773b9de0b, 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]=4d90ba9c438e3291d14b2f884dc298a1b2d75a8a, 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]=63bb1cc4514793bfb434375cc9145f2010c1e908, 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]=be2cf11ad65f63f6df84cc91fd97a0a7b2a23a24, 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]=754323e99f76912cc6479f8d418bf1aa52b95c43, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII text(- R RRR R RRRRRRR R RRRRRRRRR R RRRRR R RRRR R R R RRRRRR R RRRRRRRRR RRRR RRRRRRRRRR| utf-840deef92e48341001d63c62e9ab8b04399cae2ea019568c4fe892f6ea74a1509?7zXZ !t/N] crv(vX0-{dNSB{P#CWhtVrBTyĉ ܬ9~DMy޲zuoe8ϫ.QPL+x k}mFuEҐ A0<'1.lGF.><{N?!ٽ˰Z$*0FOΟd A>-cZ?g)hUݪˆb+Q8JX\[B[EO[l)$˹$C0/bОT4 ̝ .{x)D[Z _LF)z*fwC9XMĄe\V3v;q>4w-&A(ʕ~GXMecm3۪sXX$tqWg,$s'BΒ @uM :n+<}*TϥOYV81Te$d$oV&B#sNU}=6ήS[Ble23Sř-h'R/&  T>-Cg-$}΢g]6j;BWrWôP|n;i92y%uM7j-Szlt~L@eݘ8&өp D*dX6,!l:1֎:1 G~ALdhn[F=^T_P 7|hq5ajgR0l馨D9%tL'2c/^ wH+Mt'i\8i:t%bC[uK)0={-HBKy,/D'ήUtb &X?K[LHKK`/uאݜh#ctar ')_%N~L7>K?v2YveἉUokDxdE$ke׵,=o1޽bL?2`ڿh {#ީB<}" O7]mz>G*Q׫T i@Sҭ[v|;xHJ^ymaM{Az`i+M^ŴQĘ,K4gQ,sI,hhwDVg[ĹׂO+ ׾ uwƇ}I4Mp\?RŢUau2_2VEp53Z҅?&[ZB67lL:Fp<+n3EyzrFfNǸcSD[tx !C̆?96X Æu-]z9HYGౖQ묉ɯ] Z7}2Rt>EdaEiPN'Ҷ-C>ZָO{M+m Agֈh NhZv7Ve' ^4!6Ҁp`P`? xD&)9eAp@D?8)mJcT!ȍ5K,=!G1L`ô9Y~|9^([@Fue8]Fj 6unr()UP%>!!0@WWfwRJDlԆǿ>;qvWL(l>./>}QMr9e%+ʳ"(ٝyZk+L{(R̸!3 `IDYj{/\ȥpX8 \D>5z/}{*s>w5,ܩ ӻm8n-oD9"]mMkF| ,( ?{R_FmZR@3ІNX ,gX%ϳĀ!t3}O4aulf M`sYolvtkM"TԹgv[p`g] =~mIvgK¿AQrA-c+5#:rv狲чmOn\(@E#m'AP֩C$bBkp'\uDfe A:%Ƽ3R/_EG9 4lM1sA HV?b!6|W@vuxPF,VKL)"@X0hd/v'vg vfBGɘa9%DI 5?~mckvX)n;_'}lwP?X{7 Hz{ V9"r L&Dr@ps}Aҵ-;4PzH?;)B:h:(Z١N.G)&Xz,K 8citRő^4X > Q̲S̢%HB = aMœr{2 2RZ̢5c5 .BWQ㫒,Z Z-pk#LQ'3|.~θ'DpBYt:loq͋:NVEr` ~7Uf]| L :J|O~߼V"z2SM<%#pQ=Čno5`4S%ِ$- lS^g<^{摶@C˟7I"c%-3?bO-{.QjЛr.6ϗsT 7lxyZ(*A}b?4v=?a~w=)|Rd㒖9P ezXJA*)|kqW&۵Gw0D]4 +oy b}p#@Mܽ,74 &EX@YQ, -~j̰6:BYڙ4P5`fK&ų&,Xsy ) G*S7@xݔv%d9> (Ɛq~xxc rĂToPpf>Z0@U]8, ?e/6@ȳ Rei>w/bY0V8CŅхpCc ttS2hkBK`axVV5<״7d5zhYvr*oƍx9%B NR, bӍI;>hj; ͡,!@/iT5/Tpyl3ؕ7'$JALp?L%|>mu>iij^)bjͪ4$i>8>c^l&|۔gour%xzަT깈3`g{)337^X?Zm]`0dEϳ#\O ӠmDטXI-|Wfjk 뉙ʉa6TInBNzcsfJ꼎b ]#u׎*z (8ˠ! 8fj鹪QrG=Bf9@%PvT 9~j+ -Mt2.lSCAmp]/_uU[;U?EAjz$ZQ=f6 bcr0I:+$46B,6ٓ b N;uėL? uMCq!&iBd;>ʟ ̗_w*m6_uJͲ}vl;ݫy>nAC6टk9u ~*r`@K3`.hf#LOaKKi?jE}-a%#kntQTPq wh Rb2'F0P?+u~[Z8siȅa~wQ'B:g*E*4Hc5sMIHRߝch;Vd.X˄E]-PC7"nt 鏗A"B!ڤmJJcfͷOܵguX'hKm(;3IŌ%J+m^M.ȧn򪑍j3y`۬}+=&! Lrz ΥũEc_d  6uM`di3~BQf;E 6xS{BV*dW{~,b $SʹhC Y0`O ``2k `gAсFmĝ;-n\]r5kamB9 wɨ=ΩȦsloC6ђZ( Ta*!ѮT*B˔Nاor s%ga71`1:ɛimԌ%*bD\2)y/KapU- ֱU+%k[;p=E-ׯwksZ几Z;n)QƁHAQTf{(Kۄ^O,*h7+ҥB;޼*-oC 'KYߛ#FvBtO9] ZH_j?ER== 8x˕wYP5keKͶ?)ũV{4u(A6 6[LuFZFwNR} SoN#:ZE#j=cv[6b~`l6mQ`DatowO"rmjp ۛ%97 UP9C?˄W17ξ[-XU (Zy9V. z|t.d:n/c_~YmJ٥3Ukx.ZK])g| aՊޑH|Τ(,"wsO Guk6KyxuC~62cT_hsp$%82,GW`pDNM1_zJ}R[5_e𴥵b85 s~ 8C78l=C wsWb$e!xLX!7(ydxQR?kтgp𧇭vv'B=냣;p/nv"(6´m'xTPU;_ F⮦1(&Y 4(4KMn=veϸ^}: LԒ9ll_?qhnV |SoBT9㒺5lԫF[50aeo@\\pƇUݸg0HIĸ[ :WRTak\HEm |) J*pE9a_PE)}j6AœSsYr@N m*dpoͭr0-]l[z_fm?hj(k,٩0%o)º=g&Jbӽ-:L_w yfǗ|B<ԉ\Hb`Z<&'̭зY+Yj@^X4O}}IeԮtCTM4[)3Rry&߁K!PUS%jOLyxla[R8k7Hv9_)I巢whCC)ô܍/kjП,/4I.uQ1e71uTM{M*93RV xSGϲ)]=Niv'!kO8'u,0`w _B[ pNzo~r<hdspwUa\hDO&< Kow*{mnGI= ޻>х3_׎~I,x*GY`ge>5eԴ79ZO--l͉u Iy`,'|26-FI oqEb]&E*N?wvc|d[~2xP7"[C9< O9_K'hdm8Si*ᅑdZ 3k~I.Vڥ0 ))V %/ac){Nf2Glh@̟x1COQ712HZB|W frtNӤsz09>yYS_83go_:N_(W{,*+,Fn^ Bh>d,mc- uvKÎCۥܿS:m 70&EӯE=߷u?/^Q,(~!LCO 0η+b-L%׎!7B&Akѿ4 93X:kp>Qx<dT]?jꭅ(ؠ"A4>3 @'Y&)84KlM{;$hfҦ)/3Ő$QuM$ɫ&D/D M8+r̛t3sSIhYQxPC,٨OsI5INmɤ!k[`x.m! ʇ]L(1ɲisop r:t c2I'GfڲTt'>S!L)# "Ms5KL֢888+.Qo"ˀ3o\7Jվ*\{İg>caCyeMyW)9aw~AK,"2qy(RLG~Ko_>y[yn@2Y28i8XSCQSpͪ!…wPyUF#sQlX8 z$R;Ii\NU s歐BE"V!Mhļ|bJt |4"-uOEWc'RC]Y֢U&ZMnИhX9t}m#XhA!;hV \@="ܾVVcԤ+zA%Ʌ$yd~ wrHӑzTNXNM?v0MfؖtW`Ϟ]3ߗg NXFIJ *nLį6F^,>#>Pf q Sν̈dd'*7J>~ZݸgM6oakTd a7:SIWytRצԠeΙ~i%<('n pqNtyldw8HX{݈J"~`yWxӄdC( ~v vP* IӰBsNp} 0YU.Nǻ!ˎa%k;"J_SL0* n7Aݶ#kEmWij +Tlb R'$2!J;8!aw^gWj8Z`RT{o<#)'ªOt.NcVݧY_ٹqAltn\Ng3N+03O95rۼ}nY `%m+PM6=IUR'VuwaWVD~Xk>d" "OL By"֟J6㏏ʂO6 ^+58kTC *z %Is $c'Û~ > dR3CL o$%녶G[) 0 K!/-8DnH<h '"cU4m%=s]hd!!a&o7 xS="q9\%a}Dk7A_sOz}7ۇ_r8 lx+sy&ɵEy\}WPqd!,b)K5PGӸyy7Pl)He6WvM k^ӟ,)X 4I W,Q6z LRq/WaSnveQsg[n%S"tݘ׉n#Rp|mxXfGKt+RS&wLĕl9Yi󍕕$,;縙~@  AaBLh84|𞋑 ,S4A{xD\~, E\6@CXr89 jNi#'+n}I |{oq84_6-š*/aͯRtWGڌ:B 2 `%O3Z[ ρn=⺉FY7W(|H= +/$ gXmbrE!˘GimKݝ1_翕: iízg%cBd3x w;pWS']YT߱Q& 9xWJe9 ?t; :Oɽ='m4*)iVpŞU Ӳm+{TW ~?q@i{ 3nwvmZqxyOR jQfMW#UiyŻ<%k~Îd&Av=]St H%K?f-E(A̼P!nI+H{AY+FrU>Zb!̏^ࢆg]p@sĿLu|NybzD12T+] 9d~mN "i ݽ7I)Kh1ˎ%9"H'N?"|x#L>E'nF/Md 'm%*3Ij m^O׶`{hԲϖ)*"SfFuuf~$x~%1ěx tDxgߔH%j"., KyuOv^(X3$q^7Y}2Rk uQ@~JK|k~.P6kM(xh0V>;z%\&omMւ6իG%mW ­~oy5J}rO32] .@ft.T.*,='G/|:7C+7dz\cJ i5q]-}Ikh1(%;ԈcŲX^(mI:V:/, l'$|#s lpýbVE㽧K>HS+*@laz쏻CCߒ0g}I&;v~Dvm٢:vٿ0di !$PKZ8!DjW%84}@  ;RZ;,N)N 5gmZRuљmfƬI,<}VvrneG)5>p0(F 5ޛ_(OS?h/{B,ܨ׬Kj](EcA2ߐYL:E7;:İϲ vxA;crᖩIOyX'> 4&sخ- ]һ:ZATDj v2":} y"H M=-d“XM$o@A2Zr?b#a; ^euUx mMד\AjWf;%@ɍ4ݰVQ98L⟽MJ͑RObB ^CGsi9OQU:쿚Bs:O;-c%ȼXk"#fQ"9j<n^,s }a/84,]ԛR.WMIB:۠Ǘa"yՙL<\֞eb*BbeWO&qsH ]ODlc|?\Mxycݧ["{J'Cy5>f7zJ'w -w O5rhG~fb?2Ussx#K _E)fMK|" X UXr 45.ix n.O4A SN0xQƉW O#TH pES=,MwSq%i+BOjuq1uЁ++߇NZh6aVCҽQ3lZ:l7 #*}mSB6FR F, ԤjjK~Z+iUS>D/[N/ػS2Ju ɪ9 î %1Vˑ }{ۏ-Y\b>K5W~3/RxnlV3 z1:蚏\ $H&-|TDHW{, I<6B0|c5N:qW@oVbxs.ɕ]OIW!e<-% -E1Y>2O&?b+x1lـY  {>Z?Zs*zRɹv}4D}G/_p,hQ7F2}0apG}U!%i#@9v-k0K :nv`z I7 $]Sav/^Ư*i,V~1M WJqAfԘ_L8YWK4˅TOfFkeBˬNaVuBa((eԀژ˺re x;vc5m^qmukǚzUwK ߳n+R ^8*f;exX}~j]+@?2HpKih3N}ڍ v,~n=(>׾ Pы-ȫ:;P֎/A,VoJKUVx&x88l_aL<Ǩ8ReX\o9 x(oN;[FZLDxOGv;wN~`yie7Z᭒>)!B\@9;]2CQe ZM㏸~.d-CYXjM(>,Sf *B{Q8BkLLJdWrط.YUnl !,-/nL]"* x*zADs AF1]wdBwyDڔ+_ÌmFGYR\w )V&#IކZȢʕWq$Yz!#6z̡VnKGUNntB_k%#,HB$g,1eE )Itx,gr UEYLM?y"X=T ";ȢĦMnd`na!Rkr~ڣG5Qv[Tms קgBXՍ$U(T ޴e}a b ׾^tXTʁzi$VJZ d;1heILPgSѕ}攗6zFL&kq]!lĢAKL+N|K؁Ked|ڗ'v)2ߙJQ@޿%9A$goF#8VI(dnQQh?8߶mLG_/`S<ȞGLBvSٷ%#ظ m+'F6P ¢6 XT=~FO7{ivObZaWD M?bPLjF>^jjql)Z}'eGJ8Hg?~ Tٗ&ݙ׎986'jGnCTCGQ$FW<Ͷym8[h?%84?#y+u]Rt=%]0HBlxb/_,{ `Э9Y=m9ճ3]d I-_LyV&@vR\g!mt z_uB=1f$ҹq1koj&1xu"a !B7S♉-F`c]PH&\Y_xxIĨ$ ŭFTE$xbj T!5 <1ϣ9d$#37Zm^>וq"H珣| F | ivX٠(qjj* +^׫jвi k֪IrMV8Fh\)wD8 Ĵ@?*]C c?ȅ3+X"uK_ZTGVy#JVae`$Gp.eV M!tWDX*)KiwvI˙4 /k1Vq"H4KB bMSJ 4SGILuLq ņ<CG IDhy{^e׏ʛ]y؋GP +;,qgH8j38 E%Q]0ĺ+˒4Ҥ;v9]^Ἔِ#;hsfƕ8p>3?\1VﲒYZwO D9BZ}uעZ`[>+wxYPM.-F+ e0>|bߗwQc4,je1R#KJjՁtT?Tqtq9 4M-rOZ8 TsMV_G3>.Ͱc-]`QUIZme_Z/z5 1?x[tjs`bRt2T_皾cۅ~bgAb;1c}6D빰uf7KKbNxݰ Ry?0^q ~غL/=Œ͂uXj"0iژޘA&*26*k~]ʐ)2,.,W353;sOKY=+$sQ]!E2@K0~ok13 @p-ҧڶ !bMt]4H5;2Tzmz䝚N|ɗwv.J2Ox|]펶`Y*1\SCҨmuT=JD` n.<Xqr,W:Jh 5ӿtj?*h^`Ρk q[Oqanvij$L̀h3@oǤM2 ߹R%$썚mYS =w<$`&#l| O,F8 &L`Zy)O{eM8Mz_qQ]L*-Z= F$'] ?@~S~zT^3q6n.%2a'D*FH~O#"ќy:+woͣ3'f[L# <+EnFnGٴR|5c"W/RL`idg!s3"O2ve^K];YW,NX͌*rD ќ)azFt<\H aQhfdLpBp2G$JU Ñ'e'U8j&-;(gG(TaX]v^7LaJ1#ze/ i͘أ ^ETH Xx E;-\7è6tdY<~VNۤx @K'8[% %S;IK^uA!@Y^/m{ΣVSխF}NLLBUX>T'`qu͆rsQ4 * tU[ҥfEG,ept2zcۻp|3V!z_f;`sj{d$ZCp tXu[ID|`b_=F}[&`WGmm 'ɾs(E8B祓8n%u"+HbFFΣqh9-.R!qz;2j>ЫIvBI.&RxB*szgnZsPًLB_뺛 x=Mo˚j>?Uxѝx$Gf}􃄷*g_<8=ow ~${,0dlߌ7ݵݓ= pA^Qw'W;1~,ʎҳa(U)Pj0(<7Nt,3%)&݁Ց8/ҚJR&"zֿBKsYP2/:tW$Q ?Qr~O3 py>Hڢc_%Eg?C[eV8YRnTO9m\=\2/(jjQj;tuy2:O΀]G(] `1bXt-=JU?o ]i5{3jԌ&c Na,3ךsAطua\"IBϹ]f1-'7M}ſ=| -Q6u>E3GFO֫|9 Hkm Hd.vokg][aUrUo˥ӡݤ;2τ#c}Rɵ" u%1{QƼE+)o%/Ԕ&=1V6vY ߣa|,AAbGdHɀ& eV*4VݏS)GOAc5Qk\({ó=pYLFžsPE;nqNa4PvF9!bp&L<{zU.yv؇.IW||o-qӘ2 r<+ [/Ĝ _RuN ckvP z/`*k۾a#`$ ~Jx:ޣ~Q@C=گuѼ,t~l(Foe85O,ZǕ@ <-u+ձ^:}*RL&7ݪkR?:StU.{+^gNƨ3dw+qsM}>ldE{2^eӫl̷:R{WB*% ,36UTH0u$Q|ix#K: k2q&] ;Ȼl.U-gMJǜ!z|z\=N ݐz7**" tѐr J3!Y`k=/[,'whw3&5c_>`u;4tu9e2JZ~^u+O?M-v( k-B$P]KaBh[;MBQ0yD!Qmu-mtLy K;d(#'zn6RY4F,O~ax<-gd- _Y>`3Ws)mKwL]G{Wԓ $fn6I&0*l.l{m6n:!-2i2~;+# ZKtCR;'dTXcED9ln22N0?'#MZ;afM 6U쥀>òELUb f:.SFoJwEQRk*vꔢ^O"2iq z-}v*61Ay8r4A"ZFJ\܋*w\HjYϾtP|-!»rwij%%}9W*>#(܄+ys1*)ѴЉLPC?bLx3ɦzbV^`"^ ڵĤ:/ѷlz) AFxu?wk)Vu;K~ Ohfi;B$n}Ѝe!j,1I&֚ 6tc úk0Y\Ju(I-y Po $*7X:poX}{[]DI= &tgheXΗ8!1]Kr1ј$҅e,(Ss!N rt8̺*yv[M=T0Ht?'oEzc>[ )JB2RGWX89]vN {YvnL9.J^ 1YT}+Qߩ#łY.OjݨX͏~x2TC't/mK EODFQH؊gG;LS fv/^-cBC5cN;ߎ9Iz:RL]|l5 31_F$XO)@bJ(V挺N\C<*xW ۚMء6/3C~!S{QFG d~!-˒( lTpbٟ'B{v̈́(~`&y%U퀑PKƐ{R|U/̝;^`<}>OLN:1 +%$[\.\[ .ԿdziHNox.3=췣 yV(QKy*x0URΝspr,}4nBpMh_yٿСX0+GEec_XsMtWWli(ݮxt+ DD_aiAÝJtc+o!R=3O%b׫X {/:>SWX /?,xgkXs1c6~^6)⡷6.C4tχY9gSޖq^S㇋Q Y"Ŀ|yQP .D}dwֶKq#oL4" LuX:I4fNf3͇Cq8]gez,*U&FybxWqa>v1|CSnj!!jo 9e u݉ )GZ&+\r '3tmm~pmMV>Ν4^.+8GWl St SHܡ tn|$NI3m֌mI hkY`Nfm٣V2KԦ2d3tNn MRJMkMpW/%~w~p_}7`~u׆,~GӀ+K9G>=fbۄ^h )٬.Gڐe UQlJ>nRb 1&21sy ~1r||n{K#LM҇9 /,YfGw$+TYZ)u19Tz#ܞq >@u:pxsE{!mAk)W쐤,0:蒺hh׸(0?L7+r*m\kTKPCXGQ, _[إ,{$KKσ-nd.c]}oV:7G,/ Tc 7k =*AIN8z{*T :S@Q 5UQ&Ϧ7 dL,_6TUSΪ@W*>jOCNzI6 ķJi/S5R <.w/du{%ltic%FG+f$8Dmj3HgcQC u/CRA\[uR%/WX6 xDy7 0ܖxנS/#] uvlJ4 ЧJQ3^ }HppQ ~ӀG S-Z9<ঢ়i/O:D{Y#Se/S@{;C'SK4]ShK3NY]h|kxuG5Xo`Nj`a%:hm<=)XExpK?{7cQ1ߝ|Xŋȳ\A+;`cWox&lfk|N)`$JRIHD% xqL0~Ѝ)IξPto@4SH=WsxP}@{{jpz/p|Ա+k vב; :MZ'8ۼh8;C~ <)P:l "rz'^ي ؾn_ n!tT՚COiwUBŐmKjuh,=Kj3rwq?Wlx3 SihMb$l Nv݈oQxt"s [.8(Hc|Rv]9LorP;*!-^bbpÞۤD.J{ U)bYqoZ#,Igl]oTRr$"!+IR$)a+KW!;j%h黎Wӕ?H~}/|8/ӓ-*]xV%#i7߁X(Z[׎#SS\̑t@Nǭ-+Z!+WAy"XN<KFi(+yç^3nl}#K:EHwu%K>.h`0i9="ҙ De;,G^!e;œ@wI& [&"=R0+{biI`vnQfs7WJFc`[E) . +zֺiw=9,qCÛyWpL|Rx;TLP v}Fy?쳲A2 J[= &%ىd63,r^:09ޫ*(8 F8_lRa/\xQvY?CVj#uoS zoad01F|޷3$ːJa. IR2T蹬d<G?h%bK|I@zzi=`JWuM5ՙK9C_Azv͛羟~fx`=Q\lUriFGH: iU<ڀQv>Mdxm^iad૚E'1)=rMi0+1wY5b0T|=Kl! ɣ<BC̈́<#u2U<:q#9iMh?rI'S(T1!Y<ߍ|.UoL7 B \ wi4tJN b841ru*P3&岬@Ei@/V8bF`[ËsqIˀ0D C"(8g63vxbYRwdѮ,JRQ]GCsBϩِWsY=f0JA6cC̦}18K%.; /Bg1sQtvb-0ۂ>Q忦U]P@ahƯR*-ơKN!duQo[L;Xht(9$H)҉L_nO^!GoG|%[#"y9dHB0.!%wqpWCCk<,Y2uƓ'R _\k0N ~2Q Xe$\Nwicuy\ ͣ՚-)El#pc<#jYb5)\9GJ˓`WcdGl[y:|d.ҖJܡ^JJ αfiSp?Ɔb+~JOl~ v"ZQQnJ2<;W'LX]TL ֦E$&?D {:{&oÇrD:˔وSHKݱe"͟MqaRޫqAvr^< NZ֋S!N17unXmJd*Yja} | zoS([u k=H [c{@ Zy2·tC.I&U*̬ϙVֱe4r+75#xz7Җ3F?`s\c^L%.؄OwL~8Xll#E60d#_LOnl75dCF /L!**;RoʼV~xq fQGr'2"}t"Q҇[h")`'{nȤLߜDCDDK*xӭԅ.tt:eDo]_C %؅g05;ZRե={sj75Q^]m]W3cȥ3<EҢzR__>6'~33:xؼwj?%ՃXk /_n^ Zbȋ|ݶm$&i9󯫂Q+)OW fb2wpd9S`]CR$;b]1bCyow{}7/N3 m sޚ>Y歚}u52﫝ľXunҲPh( \BGOQ^_{9\p2q9YN}"]k Vtn@~ƪ&Cb}[X`C  S1K @!T̡A!V7h䂬 ,K)fBrD#%i%+M)(QTznԜX4NIB(D d Xθ9!(""=g 9e2i"`mKn^0 vsU0\3*85<q$El1jVW (,N`?Fi?۵xcW^J*RrP"|{yמa6Pd^czW 6\)ߓfFTNۢ krQ lIx|ǯvLmo6c2|lC#v5iZ8bDcu?W [7VY$eP]-3EMՙz=9}7E]M4M.yY]TA\Rlᄶb3oE"j0KҰrVNABRP!6s$i/l750!D 0bF:sY\!&5ݚG %s/5 MR6eݨ.A ~D7Nsx@y c0UPytjc42%D!Y! SIfTόywvbh5bk;h&P*4˞`Zz#nz8WMDLE>>3pT~}Cvk1xL7a g@[ؖXMB¦V@lM Sr% OI} ,XK’`,8M)P"/< \DTr=󦴤ƴTz^Ƿ Y_qfrҮ[YsS-~ҏ ; ;q6A.oUDd:[/; Wub>f,A}xN-"6a?-8k0l.)B+ln̦2+xpp6Kk~g Z72n* e'Qk3*}36 Pٖ6I?CNٌH ,6dt%%x8<)c WvcP۫D 'WхΔnG铵I3 t$3hMm#S(ٹ":ShJMM‚g^"P@ z! FxهCim՟ foV.S`RѾtu+=6XcOt+}ج=]I# 8)ɗ/TI+w{ pkN }VZanۜv|) ~gc[K}#EobYѪzнe`C"?n {a$ӡpY*'f@TSpobBB7O.}/pXPz_W4 ,&v,{06?KHmfSg~|7 ŦZL'q99'cH= :af0X0״P/ÒRiPLGc,>G:?Z<*dMSnf Hn8iOD'VioCX֧ 2f&\y4v^مE\aɣ} "os<҄Q#tǯ ퟋImuj?qnj7oނb:0@Qz4>2%K2_Q5! }cxV lُkCVz*qδ n_=o˘ _ZZ\guM $5t =*]ѡ@A{}6F.zG2D<ӊ[қTZVs Cj줶8HzjVMh*S%:˜I-fG=ݺSkl}"Of7J-Dqӡ"ID6NQ)}bG4!#O9",i4EX M͛Am .`~)t.oֶ)K={^Y"{RdXD˭Y6}pi&+M[i+׻wvGb8S hng_*xu5Ϙcp Grhujx j]P ˋ )>p"t8Jw%ҝX̹@vFby{r6k DJ=tI]]XH1nΦhy$Zf؏CȮYO1 ?FVmc` P[*~BpUOLru/ a:p ^;K>0;$mA^V3~&ng}=vf&heO`-.AuɨWѕ!?K`fME%/֧B`N :R]Rvmf^N>N#*B|xd9i=> _ dމ4ԯoV^ r&jdhfBT9t`EI8}}Gs  MxQ3Et!^`'%(j5xܷaIۉWEmNA4Xbb~e|H"4'Vv~X&VsaʟMjNU{pVz5ˆo ,>羟՗r>MbHGevL G+zy'AjZ=fl޵2h2L=ęUQxzj74Azdž_W';qL o߆ʼnFhh;n5TA"^D2݇fjbLlaJPQpڜ씝Y8}0-1uZuI?;//0Y7kw#UN{^*-@*' -R yFWyܒF%(בy 5(S#Q(K%=y64Ӡ_A,.PEJ+-E2c0էd:ˮfȄ-|VqF AAGCY{K^_I寐$G*_D9Dž.?fpHF FbAgᆭ-DJĖFB[1_bwCևoG灸lZa5BcE#0$rlb*r^GG$@eIWVSs_a9̒ ڴDQZE >S#1IPrCKOM{o3~^kL}{$!p鲯'Sӏq0%G8,aHh50.`ϒ[h5p_FsXR:DnD+3u^$[Rsrޏg;a}cw\؜%5JwU;\~϶E56 Y>*Ȗ߻`+.{C혭VꗗNxX-~[W=; //!D rY9:bWS`s 8Tǡh3֟ۈ"S 5٦r2]%L?t~yW 1h `.Qke*pG)} }.Mu.,1'.] D\&U؇"5oα_!';]+.\ [@!zGˆ E..F+ zݛ ɧt|wJ# }MʆϙqȢ0N34mų~VޏЧsmKV丙ܢܭR3^ZXxٓLqs0H=wy޽TB7EIAaTaQCdċlǼROdDs#ڳli~WՖ7[]Nr ]X7rP 9и 3@u﹆/uy2Vb8XDtŝBL8QOulb1ӕ}7EٌC0d NV)# i],q;1"B0 J>ȓ7TiUØw_f(o5`ue7z*X >?1 \o,77jɿ|Eg^;c@s=!\Mٝ93d5Z'3[K)tMHϪxiqMS#*˶D2G v $r0xĦQhy5Ņ;9I5 |T|ȧ𭰝AF3)i kfo!3UY Es1݃Is|iz] C_oRpD}ibʞZ˭Z):pYr)5Q~hCSdY*~ș发kx9m٫Oϧ|4!| C(ޤۍ׎Vu\=(TDnb9?%g_pFʥIӚϏhG#>В%gY'?eʛ1L$v,_gzNO_aXfIt>C6[^"^Ԫia>l&0F}2ALp4NbѾpq \^`9i'm/|!#+LNv_f:&g%cX9L#|рeL 9MY F?x0^`@kR>g)A[9E }+$nK^_>HqI-8 2b4'CGOÀgͣ s`~ sVGۮl K3&ԑ){!>j9tqwEPl,0a{EܠZ!5s$pro|y.S+*s *!G֮|zdvj.VJ!P7#@lEKAfKbpٮ򩦭~߽Q3/VIW%]wn9pw[;4`GbG~·,h4icꘑQ>SEO(%\ޛ'`݀ĢɏMy0ڜOqyU<-,NٹSA6`&>q`Ťw2]qSO @FYlo?n=+ؔڢCcJ`t-ApkY'XEEm#٫JkoM;VιM4bRU f)\Q3{^*dfxrܒkضX= &8c%Տ\">~ J!Ӵ7W Us,|/lS@:?`NUm֍v8o{s3U[E^VxmCGoyH&[L̎bt|$hdRG:W=+X83ݍNپx$kN;͂5NTH\to_+Poeofsp^-wvMlN!bCZ2Aqj7$R(Oȃ q2<3O fUh"wǨvt50@P"C*^H>_'^Q-Q nZ!d^Zz|Ok)w6g>8|= vP1sr+dXѮ |4fAp .K~[ ӹVe+mg%1YLݵ EVuZZӆ\@9r::w2$X YVvKY A_Ao9HoZwOh,l Gt8&QhC/(įԃyB$HyX7 YHyt9F~A[_զU)PDO%7>ͳ03Fst>fk3_-$9:d7[xRwi†#J ?p wӮpɓkdX B[D`OQƢnp#%*]A1Tӏ(9-brI;ICQ?}a…Mv?0Ԓ" @P͗;.N;>?h'Ty# b@2yC':%DpcT%Z5y}L7H99 UkP#$0ڪ-O(Jcv݅mٽ냕 ^% ~1V0Euc})(hCs88%rW:x,pfD;Qop4Nσt3.?s"4D&eü5bk?s.;T@'ȅh:|2jO';7SvFe 7UijZ'dōUɿ RLF=mǬnǀD[XBl鬴 mU ;{ [i_zj6*@('/7p)TO,)^dBM[(tp*Ѩ-8oka+{8l;(ӹSmX<gz[%K-kmz`d& +3*(b;L9r{2Mj,=G[#K0./ڢ4J>BDzk JE,Ľ ;8HKD|5|a67+`m'Z~ZK9ext0zV f)Q??J;mCj&A\G䂘Y=s tȈ6"!X4%26+a^:1R#9TplDZ&",ΉH"֛;OuHb 8g\}o 4qN0rkZd V[Yp}qxPgv RBd-T1%__-yCrn%Eb]K F'[ѩk8h &PLxnնn /VDK6 گ/~VEzn~ .jm2i*YQR!BM8,/{KVZjbl6xMuDOG kex"#) Hs Wf CzD9i"JDX)Q;RxG˨̿Zs1lμ)txb &?ݩN/I#*>:`E*qB Z\P˧Y#L$=f=0t㲺u;/˃3z;!\0}eڝ5 VN6VEIQ?RtҶE+y]qUJ?l, [Wg 645u!>+"[_K! E]MT#%"=eש<jN";:Q {0,;ݲ0?Ki6M8?_#g\DUUe$!AhȞ-n3jqfM)Hد$m_ u=gnrp95a4){ cP[n@^ j,PDOzɞnu=zj# ,Q>k <߾e8* 5%Fo7*}l;n2v/. Z,7K30;_C r:h.jнq@˼^sOYY.n%D'zIPrz׃e'pvO. Dy]`lMJLG˩%O򛽚f'c(g ,՜2i~jH-Z#gOtEJyhZ*=3 1lu2̭t 27Ҷi35]sHkGJH jC BX D!% a$^šљL˨t]N"8wumUẅWj{uo|AWVh|,/3ָ̠غGrt5uqf-7J&5`>M~LyxқKj$geEq\zf(J dJ-hi}HUTw2)ܩ\`WqҀ@bղ{H+Ɲ,~hW8lxC)U؛<=8d<75ٹ>ćA*5 ۗ52\i,6AQjs\ ~UdX<82x*d:3`= YLe=ȃp쾸Sla !k>mӰ+z;xbµTn{ۇn+OKڭ|C9>t/rP`HP-4&C'D Θ">,aM^+Y%=z1)ggY!(]a[@ ֆtr{ȳ >fL@;A0P]MYg"镼|dmTPL*^[|2´pLfQv"ׂ0D|@?5ًvwF|<<뭫$kc0L'د_/ 0憃lUi3S_Uϴ~zZdP5e#P5dnrxBTt (qe_Xx:xHRr#FҶL?"D 6jQs*]%/llYw(-_=7[8hkcXI7_:+ޏGh +B ˆc쭀B鱝wY GJTjs1RnezT:lŲleS]'0G aj ªشqIbsC+7C 4ʹN˹wfxl ԖwT&T"ȃp*= i\v ׋na"?|Bzb\Zَ ܯ  ^0v1"'8+ɓ#ЗϭO? vg8EUȥawꩀ[}]{B_QLkF8Q++aԎzb,yNɡǝC譅Ϝ#Pw榪7+IŚ a屄[؃7j@'PHjCBWﯬ0^Frk11h(Y⛓C@l7BdW+J=Qo6C:SrIʣ;Oy!@ ᪿ h}J;| }'!ZB<7ݿMZn> GNpDY-ɾæ_b C?kbc7]Mcd^(`$~ #HѫlȧqNՔKs,pt2'$9cX?I|eT3·O+8ɵ:>u 2ĸ0&ɡkLYHJ9C%zyXXEiKM\G tkxW7RJqrGQi+=`> D6-SSl%xx(OBYOyƮ68,U>r[x%:?{Gwz7` oy׏lUx?/]MVȮɉK@_[EX橢̲ 8}!_Zk~'.A k.EoZFxzpso?κ šȓIXhRT[cx9U}h1hPebM5Kճ519&vr Sii%R\ߏs4b`-Zر*j^p|0o1 g6O3Ӂ{o">Woy£D[V=%{{!*FcaYM^/تfO#k9yڃ#U)9rciJj[@E\^q_ش 5mVfшΗGO)HݡҚgiz$ϧ HʃHy8֖K37j+2aR@SQT#YH""|?o([Hp+7l/sp8s28qQ2i@`khtI{ T$mj4}epW ~ bв7 3I>=!dEIWʅdz?o$-慣L(6903u[GqZB 1^rB2 %t"mAg@^E!A^U`Ynڹ 9P~ɂa֩ J(`#2Cep)˯v }2M"TJIϼ+:s_U.Zw6jEj9>`e]gy]}P_v0W杀ab]!AY"Ii҆Qaz8ÌcNk;ϩ7*:){dbfhqI3ngE.6 ʸco Z42{R i$}1O˰w}<8Y5)_fWlvFUf ߅ 3j4ˢlĐXfEyA!GD]:<ӝ`nXҗ_HE>} rbJ+pFM_x2Ot ; y 淘7q=q(Ux_ ,0;(J-8D ~rS?x=.}Х.9Afy"Spdn9ۜց,ٚzUYփQY+nwaJ0؇F^ﺽcx։崟%Z =ొX^R&RL[c-W[(e2w\sC؄Y|7[y^J1 E;.7p⊺,E!} 턻 E.@Zeϱ' y̾ JX?g{oNVISWie9C{Z3*mFA{ &CsCH%缈.keJ}`{ :ΉJ*.F ^KdYc=p o:EZ sV Sh} h5!P@4v"}̥hBIf)s/^Z.|<PKYbdx$n$BKJg` HfR=fXAUur<9Yoyi+U\KOldC=|[WÕU#I LO@7,\7c7|mf סIxaeA俔 zjlsbNӺ+;h#{` 5'J~U? %xXDm~,LFUSEOS h Fxc,^@xQAMx 'ۮ<J9䵻 qJ3NCb븎Ao,ߋ6EC14C;ZXc#]5brb L6(J` qV݇Eu`E__][$o]GӥW@cB'@kt/cϻ8`UIO3DM 5kߛMNTk˸~nV ;4q[ ڤZ]w9#SAk!wC)D.ZO^J6KuQ2>u& @bdCxgLAS[ K&>e i~z9urA \S%=eFwhD!A, Ȩ}+.?"_W׽Y'ebŴiQ~\+b`a?bB i78~&<=rpg@eƐtvkPڑ~)MYy_-Sh1?>7*J<1B<"d=%UvCTD;;4kVdG0yᚢF.@=ǢL>0o"%5.g1iKplef͎)}XrBAϛ!H1H ~ϾMAg"&UUҖ^C)gi"-;v>BKIKF|`ZPSE:aC;##|_Hu<^{!Y5WjÀoXL="Κ8rȩ)U0-#L?Ks}6HK`Fտ9 "lplj R1>Dsr TߏAr2! tuEv,H(GTSqR^9@\`όɋTx*cQ0SFd_PW eú.qŵp5Nس=OU:%+xIKb_PrB/2o z\.7|׾k4L; dV> 1& B8 (,H1P >󬛌'w:զnS1Ȩ^2dJ PuZР9 AP7hxPv|gBirG[raB#=WBfj&Kj]4UoCy'IT=$< &Z)@I b/B1Rϕ ϥq&ΟF[zi.4cN{E?fZ\kp;dGO<.ƫg}Gl8}X?ѶgqLwƼSp:)3yMS>g֤MhV(̱?Pۄ2B'OW4AVPތ5i_pu܁6 EkooL&`ʉ4;I8*/~l|*G@70շ$(ǖ 3rn_ʧ-44m`)mA`>Ny ŋBH l ;|?l*Wk{[Vv mKe4AU)ўLrSbՑM4ݪ.JPVDjG@ƪ3Q@R3(FvVeu@m]. <7rcNTq8%G%dlZqѲ$7 we:ץ+b\# 4.v^z~PbF32o*Bν͚&xHi^Z|`-yr8-qjl`bqiR_4:O4ZqǣvC%5mn.A6O/vzz1LYChA։ O`oGWiaŴp3-vîg5qDz3{28ߎE[SRg6^^媶q%&MoPݹ|]˞pP}-+@Ѷ.N 갑֎WaTl,gJ(%(maئB!c@*@-3?be&)W 4Gf}&3Iݤ'v|w{,=~Fg6eByptpc`  :R!;*5!Y@ry'hah@i1Źb?xKd;sh7lew=yT8:ȑ!w}n\ّN])CN#`9V`94wFwVo<]`tM*Up=sO^MGS+qּ$ch^VԆPuGscwjyGkZw,:sKf'(;od"߱Q i_^ulxkZH[ l޷&<LxglORY~=V:c9nN˥Mo|chee 7hYFȼf^!~!ikFdAҕԍ]'d:eDEi@"?mAb]>SR4i)ܒcuF< !=ȧZ"^5$KmǚQ*l6Q34V I*aE+uN+itYJ `63޻/K&QbJIJ Y W+[<&Ed|n4TPh1<8zMswnTC_ezJu<⇺RHZ\ςxJ@Y3)p[R'#-ME ̕9NI jng%/h/ x7kηrNU1( Q9Q&Ձ@|,@6XO]嚾df@y7 HRkF91-j;My1򧥴vӒA8 %GY1,B igxP9ߏ@DWo 8[H< 1i yT?HT2QL*GCDyCh2@,x] ql34216DMi?)xlk(dgsޓ%4>Eb˙R9 }}蒏Z6#PyIm<ǯKeėPW 4ʥP_EA ׳dC~V,b4h푊2`+6a'I6Ȏ3jm i)H=,LƒJt$]!/~mXueLn*Vagdwud%Y+y\un4/g_gѿ$l{;ע\KUԪxB[}QhhAX?E0!}\!,c\RO(6P𩭸uhܖaÈ|}@Dc:sqNڊ}]/mjVboa8NB 1%?"2]rȺa,@(Y7$ 鈋 YYqwwTk몴gtɿ~53}ݪn{(rUFpMX-zdDuiy9\~ Br129xXwe)͛md/3d[>ʄ~䍽!p8\8T9~cB'VN+aEO$,@_qFv~xk('qG7 Z*ۇTvg%A%yChwשYyW7 9 @O )b޵Wmb@yY`$IȂA~_6 dĕS  -u梪5+R3Li+֘}wҒ{ -EԽH3v"lR\Ϟ'[ˮY"U_R LD,.U^o9tJ!3(`?E4&D4j7cŦ4yQeʏQ@ot޴7(Ef!K*}sF]C Ռ$Fr3lR%8#Q`qpO`\دzNUJG#+ѫain`'F...Cj!⃲3;rNcV.@N5Priݐ4!JI-z}³k`ϗgZTy=q F-uP60}%!cVk 2QS At$EG%i-\9ćo4jG~: ɦG)^{~hWC*wV6ޛw7=cz4nYDʼnBDoy\Ӫޖ|1bU Aqňvwg/*۪]/hU}>;w< d<K?.4,gYK:[uj* MZ9kv9;^p2ʭ}SS3RvΊ3$ ī^xZK}\R 7N&\%\B-,0_g O[g&lk w4)WIl>|)*{wI2 #ӸLI 8ݭ-%uCвѺ,)[A7~$9V;:n,XCyӹhUz r9;hƵA+iߞ6>;p=NDӇR~pwSyݾCV<_ƧZ>z5pF2G8@>~K {|IvTQN_k@$ә{[zΌ˥G+.&jyO=2 P$E_Z1'FP?!]МR:pDܔ@on-77.1翏ę-zNscTB($XA=$gi^C5ZA97J.n%sH׹k>Ŷ+#~YBr滽>7茐hP+HEkQ'y5J=sx2 gWXGt*){0>y@Adk\"𺖟!Weێv m5^\5*&]$]cP6D(UGNn n*漅\Xm"@Y9)a޿~bbzb}є#3h Y7'يs"$DVw( qWFbԹ>%'&M^ܯA9"`N4߸8zz{ᯚ7|ˏIFUH,5 ~J7~tlҍKp[TH@HDxKBa6*l'0a>EV1!l4&gRfe\ŇA2JR.vmd7rNftX{5$3%PFFNƳRnSULw3<=$S{QHs!Nnˉ&kUͷ#ܞ霛C*tmCHP7_ƀ7ȫ׈0ߖqBA`e;@`Jb"}}WFi!7at!`$ ?Ni$1@4w5mS[G_ԌF'3fhwWMC0--YJ <|eMc޺?Cs?_= b9m`㊉BWIaMP]4!O,HEsNL4q"|Hk% XHO0 *XuL^&!6@d>6HmXW[`A?Zyb]|BcS/$JjY`7!_? }LN!ht?]E_7b#qb*WNKipV m>܎sǵ occٞFzܭ1@+JJ|ŎX8Yv6v$v#.'BR:҇!L$XuA%-yRv0D $08=Òf5^;98ə38$2CM;wD0G<։] j3vl:Vݶ0<*, ; v6dYt.R 6NgZ%x`q~94 1˗3PJ\'^E (Qan(hޝnϞ-!{lS%:V 0# ÛFg##&l=2E/WC!D9dR: 3C+q d(i8@V@(SIT=,=LRyT$MvDr v:/G*gC>m*@~Jds Yҗ$;QQO'hozֻ#ֆ~&NU˅Z9G'bPy*~qptR{KYNL'XEȃSGfB\R!yfɧ?e! e:R7l-&T7%&sPsh`'֛/ dTI7~vPU=R@1rzPui%< 6[OiVbF˒Vu)&Y0z族+(;Cj+SNdFts;tN*F&\M7.fwx V8D]1g64U)D55<(f=x\s ǹ\2YIA94mIg5ED?+ۦΆcb 1ۡ7Ӕa aKyn=)&68xc^#\32kV2o*ZNmwޡd'QũFN'ޜ3YYYp~C,-j4R,S0癬i]Aۣ7xLd[u] JTO#:niMdXr׬G !Ѡ`ՀJ _DAlJԼZudF.sU-^%O)!N,& @{hO(5)7n!q囨z6=7궇>EϚrtm`V8GN8"[98&I}c›jA[]"2{6&P7a7IWwY+!ޫ45Lɘ}bkvfE(eD%.{qy|)Mu |`CDL!j,q0*QU_ΰs _6^3ì;ɗ&jsauJJA,$z|x4*{+UVhمwe9Ve97}a@\.%s)4A+!&oq +qP9s.VG~6V}q)]Dua&jI܎QK)eui,t̹CBw5`)C1p^~oPWVrWO۠g`Z{k7+}]FIG/[ƒ񡡜XR_ӾkJP<c3LhCvMwRR7GXQYWmŶnon:?S^FiQZ#RD;4|~slMY53QxK3' Q"={i?හ/ʂW TUkGY~/;(~@>P)>M"VW=Tq=P kwr⠳'ub.U|L/^@^\9*3iJP]^wfǜB Ko< :vD3DAܩdjOoFA.+#o:RC5iD`97JYO 6oV~.`܅i_@pU+ˮ Gv[YAtUVFs,H.OF`U Z:zl@@RU+Ӈq&g&"]*-/حؖr5HDX9Nw}Kn?$?;QS9M'yA.bI-ݾk3F2ݲǧnБehf=w+7|8`;~$jNTL iK[BX&f|{/_@zp A!GhSߛ[_=P4Irf5b?7ЯX+d+T }_7:($T񊜸Z7R"}GgVKI,yϖGe13l 1<@DKBS\^ R %O1y]G: F)p̲<,X>Aw;m,A`˟ ~>J1RdHspFI-ϩǚ EI프jϕ0{-|In3U\γN-YOJ8uQ }|$ʹ7gNtexm6͊ cjiيE4g Orlb,*U~{Ad1MbRڗy/fF ),eAN)˱T}_OՀpo#m4mK'4:8mSY$^a'e;] ?Bb8zk T2ua\ԩr?VZ$k*'7] 7`AR UBpaC}>g-oRdyQD'RL#4=Qÿ\.NK~j 1jaN.DGh~M_B'Y؎qGjFh|fK mXR|H}jR N0 .)iǔs;UV.E7Z2Ғo"~X!kVE'5 my\eb",[RDARnsk%[h&30 'wA '76ɛISY 't#W/8>Dq^ڈPǂ~;ѻ5PET8rŇ?ut uё_ .ٖ'jM cOffGVDOoJoKio!&UwO|ФtBd򠚀JC2oioVd>=ކ.oQwEK +sZj4Y@.0ϰ:'-$P!;`n![SCc4煲3Pu#/n( rEp.OHXvhFQIڥZ$Z=E- ȏCFGc;X5X#TēLm-['0241f<u={O\hR]櫎U"WxS!Oŵ#;@#}k"!8މ7 C<! 3&Y/Iv0׹.-fab6eVZ#Y_"zCa̸;w9vyٖ)8mzB*ƻWl  =!LnF垕Im]@I's0p'wKڱXŒ/̺$m45}γ`E>I:H Ƌ+iN@I]n_+[w.=/[иĥ<'߽dBc`Ŀj2- 6XOo_gW]Lnj#o#sbb>#+k%!8 ]@e>ozǰN&,֔NgUYP{ g+9 >Mc{xRM84NI[Zy`ت7%^%$#s 0jN\/.}*N06&K[akYn`7aC{g=_fnI9@[vA_˒u%l?YrTh`^ ]}rMdXc6%Pd**ixtTb0yԝ$A ZIѧl [ᛓm *ْ뫔I5;kF88Co|U+Ҟ{U :䐺y^K4m,uC" #te||OޠV~n禓nUGr9DÑ́{-7s4^`6UO SlમKءrI3ټy /4a~Œ(-ù {T:]-)Dq{vr:p .bu`D:>ъoW9|ö `=^vpˇ{!TG*7$Qx3scbÇdf,r ηV-n<hP$0z\L){S 4EqDXLۉ/O@kG*B:a|d軃˿װ,A^0J[:-p:4AU ^S,)J1yxH*,Ŗnq lvNG0#xgj&i 1L6f#|~AxԂɼ]a01'ݑӣW 010d0.yd{Rא -%5B341j"0C4;+3Ҧ?()t}9߸|.I &bdg{gFlHvōK3 V>>K[ha^[utDoG.HA\e$z\u'r𖪖6iUw#ݖx~|cX5~ѿ^_mBfᵁ!8vNd*$߹t J6.u y/j }D9? pS9 ^?R:Cme+] c=/D9{,N]\daK,3(m{ ޻&9TXÓ=e|ERk]D`V5iM:'a-5ٴe$JZy%=^ql rw䪇rr}㺡AACTHLr 7WYi؉PNSBh!]X6K5MGb)hdoiDBVEb`s7VlJ7A4KNQ˻dtq/*'Ixf _n[Gwn )/dJP3ULo@FQ5Zިdz j4,4K@afFo _m8eSa&rUnn/"2ߐȍތEoTx,ԅP|l+Xz>68x"G'V\Ӥ( =B\5o !HQ!fBzatO9eSy @i^RF3TvhHhn\.ۂ{oCXe3YYcWv;: l.r3֝V/?ThAzvH҃FZL6T#MZ9\6VR< ?^`zF|T}|fMdyDJY! :[ S5 V_jc*Aw7| ߵ^\ KJx63={K0l5G*'; T8gvLXXzmgu&K۴#6Ϥ>S/Ol>߻7Dh4[b~V`UdA+HF)(Ȩȯ`}SEoK0lG{"]Jhh (h.LN&Bt|w958@a@e{YX̓+_pƐ@ BuTai;C}%éa֗ VHa OYZ_,Mq]O*@'7i -7,k>IG0|;NFF(RV j\ƃ?qG]3`kA_ :bQdU F\ lu K~PJdQ̾D&XmA Z쑵j'wPj$[9:=z1Agxc;8R}NQ°J"؇sZy5'+8xfh}usV:io̺}XqZ*##fdSBVU0ŷ#B=zȫ*Ȓ"y)# 5 4}(}3;Al&{jO@*ao nsNPaANSIs_]`G[PHè0*chOL}(!2Eȍgg%'.xd9lPфX_1"Ω2Ī~Y֚xtjA6s pJYy*BVXb*Eo5 Ȳ+}vIu!r$Hyj!)?m.TG\̭V3U\Rh n{#Cl y).O@03#_8*zH[q'ΏZJЙ@y>a0G9$Zqf.a&Uзli~Fq\|\+/ ~I[BD:XCI\Cw(6jă . 0,Axy$˭ڄܩ6`B7{Z,je(L+ i, l"ރGI;;CޫBOg!SO{j鵏ƒwr͸i{% -).c̱MHL ԫ>lF* Q>"ei5}2^wϱVnv+S4 V"J p:>n )ٗm[Q$[»:;`,:<ﭦUu?9UPB3Kbs⵵`1w8x7S?`HeUr.,&7vMJMjBVVFtWŪ4 8K3 FF >jd{Tⷾqe=HP@(R]104K}Sr32o`ޝF.ݖ^x]Md E# ;"L6Cr-TN>ZIOe>zNZ ^ɰ<3r;;/+tZv;!*Tf$-`kP^MpVﴁ:8[ofT"\Mq69Y_LjAClNJ:Ӊۥ=P9r#PĄ-uNJpgU!s)td&>cFhht7>bp4m] B[6x^$›ҥ1X"f;%ig1P՟q  K!O+W,.A > ےyS rj1h(# H=mA=>+}$yQt v֊22=g% Oazt{}Z+)lO3'5Kmft3mJnC b0'wi$ @QcB2@XނO[wn¿Lj31gjDx2IPPJԳLN=b  nO]Mh⛬vUl3f(dQH)1(=#}>&׊꬙όsn`+.ҦK虸,/I v~B1率Q("M1hϕ;(bu"4/rnĒOtc=bw7KJ 2D*$Kн~3#B_u?|z9NTk !l ,K C"G~|=Qm}h*hPQ) dtKޚ8Ǫ/F#4G@'ke֭K,LH'G&[VH;\9||pˮbGNDN4oV0V42Xm8+z[D>9 r44 Afme>N#L!Yu qKLb#s`"uCTĄk>sNV1csa=h 5&Ϝ)rb̔~bBk*2w w։XϖkړaI6146[կ_( KY]cLe7C'@o"΅'^Vy7/ E lM ([MMyM;fI+\Ft)7*.*Nr]x[wsuه Aޞq'K/ZJ5 홬sgXiQ-[]N泯 gg(<]@krZ%QQ&ejyɰ2XNvX\kہ ^j(a/ xo &c0ѬnqEA%4[];5O:|WYd`|infr&`oi}zeC4[eu#q iN2-R7 5fɨfqa;&HъJ/Xy[φlQ7e{8Fgr4b+bDĊ Wv?W儵s,3c# }Wu*BR/2dh xbiR\Gl!wBkU:zEmjG3<ǑCҼHVQ1kLr ;K`R[/&H\ 2bcU`ݿr]Yr }w4'L]Ma )NyRO+'o% Nf R+iі=ZyVcOvo!xe-"[/s^Y R}pUM&ݹw%FCV1Gu(T$Y4ʍi&*&#m,ٷ-'4o"WtC> |-,g2~2 F*"}_Ԡ"Z<(M`8oxNte 2rcV] F`ѹ4ii2؛%d!`1TY_׀$ҷ53ŭeM3^^^l5^2-)Um]Ƒ01ܕ ɷtr[LbG~k*U+\4@-X*y.7݅N%A'tKJT_gLN=3Qc,/I>4+ s㠯5G7J*rBf|v.XZ L7@(m~r%=o}0g|% bψ5t)'J=m=T-ҽf6cdv2d~]V&Y5Id '1nfШwG1`-BA>ҕEImA^Ċԝ._$ ehIl@6)(N*`v;v'jdh&/>^C]z’d,R%}uA{Xv_շoط 'sa`,'˚xIlxpmq \1 p2yDQ^bRKcLlw6r o[Zo=!o,uHIɏ.d {gx}QJ Hdf8w$n>Lj:*cp][4S >G9cy"aIF1cJ'ivGeM z^VbrLW*}uO h4 y~!/G!TtUS߸zGlru |Wཤg%Լ;cVjP]ch;0ܸbDz}:AS/rJHRfx2 l)+ټ*JHdsH8k bЗF3WCm_]8Sl&xq]iM-3.yNgx)Gyَj6(Pi{+!xs(Z1`qWπ+R1cKSYeL̼#ȯ>o,S0 CV2na'," ,v! %%/W*|Tb #Z"E9'+RO>NCI851?ܡDP(CA!4&&21VzsX:Mv \ ؐˍ ~֮n!([8O4S^!"ɘm UH@ZˆTaZC=ڧ,@?.NVRk(m޷ (J[B6}() X?={ 9;ᵮIȿ ThREWea]~C 7 Eq w!!tq-IiQlIFڋ8Ao$:}];6XF7Z٨Lg(a+ɵY:J?C}? W@w=Ŭ֗+dw ?s[uTx1ѐ.d6F< s94yz#ykyZ7pgԜL#b崻$~lf8k߁jDOᚙQLUѽ 7㗮G#{ٝ 铡ὫM\UNDXHM+ jBWi%A$cЯy$q6Cq?+.c#yzS =yaT[Hs|Biɭ,$Mym.$fQ1xWPjj:4]?!3irzCǽAØ%r7З2ݖ{E1xC oQ6v-/6qrۢNC dA:N {5B&n =%(f"=)u M_DD(X4rΌO|rp67#?%"_af sKF\O&;\rRk)9DS0=8?r 62WLmREevFg”!:* d;YoRCvYO(0aMP~#lt((b Y)}+Ɵ@Tzv]=<o/kr&yrΊ.bc_VwJxlY0jumHdpH=R\<#TGm'e$Ʌ)v I˶MYCqTo42-4*Yh8>{,{!uKquh:p-9Of@dm&&DIUJR "YRmrWF5.Hڣ6?m{FJͅ>Mxh)1ve윊ֳ;OdI&P`TY^'$G%/O`3f-a#~7&> Bvj'ȓK+[2z1)QRB|uR.fZE4a3rvlypKo$PeNP ש~LNKZh=ˇp(tK.$5N*A h[o `4.QMS * dAzrXW9J:zwNVDRH)Ba^PPRrK#e2] edy('$({F|Ce,a*h|J5})߹~AׂXF[${\Aw%d+!)E +a~ޤe~ Lwl Җ_?np]k[%8>MZ YBY M[v.eSa%&l L987CX(/N}24@e-#0VfuwnJ{\ ̘^&@C,freh+,ko0b+z6Y5q8N5|-r;T5e֡z)kAM"1񘉶HvWAd5d\BXW$٥ma·'2 Ή%Ca1JP@ Jl1:G?xovNNΖ%s TYu1Y=N9qy oL^D i}!̦MkъeTÙ^)Nb.F'NumǮ:WyA!vhs]C{bQO%l~"^.=4\— .uȔ!; ZA V`ͯh3dx.8J 2m՗ҋI;2 #X(R¨b-kJ< +Ũx,V1űt mTvXuXro>s^s ȬV0yҾ@ ByN=ޕXR-اdTσ׿VWSea6~f]-FSX\ )}Eg+'2v_(01T OWRs=^i ýquSKq]{+ȝ Z%tG{jp$I12*IO}r̝ K~TGwz- :]5#F|0̰I']׃\HB{r֓9F5Ř@qLG[48 <-WݜWޘlf&/:{w1_HV\s+0d," Ɏtn@TXmQ;ć)P]cίd+ԜjpJU+qAr;vUN[[ \8CB{;fuhr!c(;EONrUYe\ڂ(S󺴒OR<2}h/S&GbF9dP4%27B<Ґ>i7ԡbe1@|KR*ɘ;*"d2pWNf'N Mk׈Zb#Dfχ%~Y/ꫩPZXBP ;qK^s.ms],?< `8*( +xPIHL*|wOt0BOb/hvfU_fqRp/y(sz9HXmvt0'y)gdJ.u,0yW](`oI)P]c(R rP/H;ji1ԪޠI8`Sp!IPa=`"iMݧIqJnm Q)})=\m=>6"AuUM%+$uOC,4_>F"H노H1E:?eǯVos ȵZd jOӋ&J.\vk! B@H 0#`g\(p6&钡1 jQ|e#X6^[~ȇt 'FIkGr@0y rt"LE0NA "^Rhr5\WK[[vZ.ZX1n6TzkX0/ZS7 ;Z-ߖ pό98 ^!g޳-VqE 'AO|e*uߊa{FZK{eh;rN.?rl| \Xxe7ƍ1"R ]5ԇ u @A5zw7t#QqLϕNehbU? &L8ݕܚ[)<Z\&kr p8!9Ce2{*k~^ZE#G#2%[ms-cŒ֞u*J'Q} HiYF_EO ne:3ђ/L6&L>gDDy,>:#7l;J9?Q |||yO¿c *vA]<]<\5[ Irzӵ޹، ڋIavJB DWy~=;ڑGo2~>U"̱[Ѳ"I^.F@4QR KH)A^<7iȞ(\N<-CsRjq&jQ#Izg8:~6n"R9>%컁jz m69yA3Xd:(y*d,RLRqOC]?zp"XDMN6nEQ*y߻M?+eS\hsz]Y3q`As αK"xqAe[A&^oO+b7Ĩh򽤑v?Md#) CeqH1{=! Y(8tH;蹮 Eycm>o8RF|׷l=7%<¼_B/@2쀯f6qRJV/_m޿Js%`榷y(ؽMBkI#(|op,COFK.lG5sTj+(8}ņE@&3ph]lj#NM?ߣ%!EKW%_{>Μi]'bjRl"3`PN"6FC#*YR mQs{Od9塥]o3Jz⌺ry-_?+Fh< LwKMڴU5ۏj7G5ErL%E#¼գ[ibZZ2tw Il`?-I7 J]D+\:SO:,-b_ε˴WW!GGO~(DjT4ѽ1|9订T|]`jμ-lNVlMBHw_>aj@ѓ ! ȞޚҒ̊=z/"J1/+p^0. کB ĚNՁM-Sm5kŎ Fz, }dڅOrk)8諄JוNuW:fV\c==!Ct7ż 5lxY:3A1&*avm0 ꜋e9נa׷rrSڀAqN LC(284+rϬ6w%Uai!xt' J)<]pӮbr  KHtrBvCaD.fBSn a`]C,nf?Wh;[FK:H :"d ͛z`n"q8 MN[N,a9?_C j-1i/ y@^t/w.+>vG\E,@Qka&0@|# |E aqr_/v|wp,ɣ_(ج:9/,lQ$r#m viHɟdeӥT̙lX {[!3}9yacmy#t&TϚ daÞ&/P@8owڔWTzD])N*xA`53kA[o튼K(Ft_)?a3(R7xZ=O{ٯ{>N*Yʂ@?)7lP0 W4ʉO(a8(ӻrNxuNǻQ%OϬP l-j q}moDRU46,]XA1;REQ!fKS,&o+13YIZ-nYLKrPb&dϜat//e| DqkHz#E s5z!> ">X$tVud{;4pxm&H3O#i%[T̙~0Nxcf:PYq -W>M9EjX KںhWwB3'Vr8тj)/gЈft82ji?SZE` \9sw¡+}]?M<P#~Z~'ŏ,;@pwZrSy-c OLrCv̀ וCKBRlJ5Sl"Jx)dʪsHw_VAW:LT3s(–-hp ߣA*/ f+X*1Xs'x! èb]G1`2(sYrCjԘj=n|Gv3CweRj. vSBrճ".",_AĖvȎ;H^lN]kcM`%NBH*3Fk oH {]=U,ĹoNA۝VbA. %e} {3,Sz a)T^ѩO͔i3@9<$Y7J)㟜ـ5 4 Ҹ."/Ϛs\* NE>G֢;X`{"sDɧ5pW`t}zo~Hv#/7?moόA˻4#mk#a34&39#v.fBBDI&=?$ ,+ap.@u vY( ;4+ &Ӑw;i" Rեh7k;aiLskrsa Õ|77ujȎF~9Lw?'vѡ\䅸3`{ۓuw nۯ1 = r"L-rD ៳,6"BA9aw.r0;b TKHds׋6ܛE 'BG t1l]-S%zxT78v=$wC-8ۮOn[ * (iӚu.sPQ^#qTuDnfUK5%&E1{G'V|]g:1Y=/\K>k/hPgB=%W1]'H8Ǹ+g1QfUc{V~"h( W],yo`uIt{Y#+J0cƱ#A#@ۦy`ތ399_e )#CJ=klG@q_01](h p}٦)5z{xe7Mm0<敩ZD fQ` cЌ߃8Ew7$5?:JhmFw鑝э)sd_sȑ,O[_P1ڣh"AMa\NDswzԌOT?V+um>1mͺ'8z;-9\ ߭.rX %/$QmE/$zDW Z.S Y7 :f{fdkwVfEY[hbEP бj4;Tp+ {"pZJhƈVa4դ% Տj]|Ҟ%Vc]ʮ?nX0\upMS7]h9p &&DΪfK/8JG<#<%K vGaoUEA[iCO}]NV;ҲO^ԥ'wGh TK$#3:H5E)+0C oʼnu ap,v:VP`J~U An4+ L[nQA/)&=by![ڟ?⃔TA=RmcL+ Rϑzzm`щސu`.Fϓ_ ߜO}HV^-Gh $}|;FSCx2\=:ȨYert HH5%{t[ O8/nUZ}-,F%%>G+J-pJ[$˫peG~$I'rm mPa=EOKL.\VImOJK`Goh/ a E 32$NvًtS0bD̄ \Zu̞\j~{sXkYHD9xb 6Qs=D7&ypv_xq/ќ>,dzO~ѐ*ut1?^'Ƽ*(( fZB ?:MIuWIndc)͇P]; 4\2S/gCDž| βҵ#6,o<ܪHPd?*҃SXcːaxۘՑp_(/N~0Dq$UBn ](ĽBÿt(dZ)W1֨Y1-4+ɡDgTxwF~&-V<ʥO"U(ΛX% aLbk>mP/i?=py7IC/ZmJ\Dj^EuMhǦҨD4AS 1IsuX_-_wVuYyJ'%ğ9g8Ph*휃/4YUY0!J?q[JOJJ7ȸhk7GBaG[32jCѮI[w^u D"ѤP!Ɂy^. ~~O"hUW!V>WU@OېРB/k{Yވ@?7$$ٷIsw;RC9dTuXLn7{| %ʃV.4x|\}&{ha;%M0&G!$I޸2o$&nḠjq,5;nְC$}E.~-Jz[vccO%<;777bWvS7O~қ4&\cDq ~Q +X1JѼ➥2B.9KRC&MexpFlSԶg3,]9U˜z+'bx:P߆BuҌk뗳 b59&`7&@]di1Ӊ(LBt: *hD-N!C?T1 G>NBƌ\ f m7 K( i}10~~}A Rc/nRB b`~4H-w1s6x3H}n.t~2e|olkRe#WĞIA(2#`V6Gc/6`A ԏh䦁fΡOȏqg_?r[. .js1*PRP5z n|?-rm\)]7+#$o>.IO{HM-Cwf5< :0p?)WNhI([3hepEQ*<:7$WQ ڭHwo75]iY6oaz#U|G~C5$*CE'<Sqp6TAdVڑfq@\мMKv9CG8ӧV:4ovcró0PFe)l|J$F:+fY;GSݔNOH,%%1L}N-E{ܴ%J8KʌOC Qob`n7#6uDlwr#|C[.Cnj&l_2G* ̭TD|pw{YVR~XQ[ W bܱ4ay/z dMK4aE,kbσNRD gW>6Dg!+wvd)"x5qKBh *HJe76pL43 Q{  ͛𣽂݌9y X8P?/gKwAt/Ȁⓣ~Bzܗ柫L#YlCהh-2 Rܖ¿Ҟ!#<9d!,& 3!"#gG|ٽo"Ϧ^Fqj+ebj_}b~TEU |q*pN{p=G&l SfOU:e==r8W67tpgadm<M4C ,8&δjF+^Jb@~KKo#TDeow1šDݬ7*@wC }&>HavTtO/f3k<1>-xuߝT/5(*E\~#?rx}O,[]dKV;o!Jxo7ލ[4+Q2=LPijG3rMYY , `ܖ'_yq% !J9챊A4ݶq[L&o߹so$%TIű^%:Rnц(}Up~%deЏQO2OQ3 !X>g =!2@{wT,U޴8ˬE{C,sE9=~\=$ /0JMe C@~ӑqcBG+b( t;Ҡd2|뉗n!8!$gMZщR[ v()=e [S`N…̆'r^%gbc#;`q~ny6wít#rem.N~3^w^@<28%W(mxA5Z)2[JgSwėMn;pu='Ő'c PY%2B+{y_b BgJOA/^ɦrkHVhPWJdH̃N»"6.AN2vNCEpOp<.M[ mO 1X;ύљ;!SR.X,D9HAȆ>Н#_K@q-.}N MPVGϑ`b9SY1%>ot 9.578s;ދ( %DcL\E|#I?yE\Do1O]m@WFx X#>U(Z쉹G+7=f]M"F*4@賫 lJ2zG%)h9^;ܽ녳=;,?`(5UYcӝw-3j+=d.YH؝ *d%e>bFp9zwf&mʉp̗n-9MÆ.'1QiuOpa|nx;x4KC\YG-)PshY_hMl4f=ϭڊ# ws_vaFxIbZPКT=A=O϶sCNVQɆY,HSK^^!k_*6D/|"\6f`AUIu$l|Mf%%F7:]e DK33_4fpSS_o}*+:r%ny"A7E񉔁X-Onl]:4񥓬fzEy, h mGS0 ]C#{3W8<LExQbN@1y h|0ENmdDl 3`=H*oh+`$c:@L$|?DӟĶcz~yh'D7 a 7 7ډ+nV.pSuM 1~d{,ƣ0*m!vhPmDdp; J2R!!NA͟[7{#v#˿E%`,fiyG  Du.-DilwUr_h.aIsgAokX Xup߭u2! _.x;X矕0a*)Z’u>{U>OC?^$ӕ!F 8*-Iu)1kI[VC[}*BRSae "V 5~.wXgyg7vqe@cIdV 8:g/"Dk:8t0tn9P葕ߛp]u;ҋ* nCrgA:e*4).nkH4muܽ1>C~@-zMIS7c!'%j)W Eiv51:ybQ[:`tL%yӶ4 '=vg*ghB`tôAJq/[ZczK{UraK_Xᮑ!xebQQ & PPTP%3cG_`|\í K}8O$A,!%0^޶{8?$'9F\}I/TJ*>.P9k9/CYqrڲ{ʋ%sQq˽h3Ge(  1ɔ^;B,5iN"H_))- Rǥc;>Hvl 89Jo Jrb?Y3w{AxX^+Y*c1_+bؼ3.xO6Mx(ӏTlb1ɼٹ3%kw>κi)#szeXܗ3C'tiڳ̮KI^%;c %">aU$g,;moF^/(G-\=A4AJ*h:aB_njx@=Eza;tB΂ 8tPc5'I`reJAζ`_z:Ab yfQ(`5wpx'w[q6[M}@]bW8#BmֵCU31p j0]..6O޷x؃X%؃4KD!6_OaP,Lrx9.,6g :(  ԐU"|9_2q`.#|iKv,ztUȌ0hgg u"2!Qs&UaA|</*!5bz;աza5QDU&_w>w(U&լA n<ѽb EkQVV!UX /|[}}=g'lnrrդ(쌽q<ȮadOȊ= =aSA&е!hzտ^gt9ݬ1E:uҍS3E@`vd ^<·a:Q+䭩\>00F>ўԔ| ,2pcun1ː*qP)'[1 oe 4B}];̄Vx# >6O q@3D}/wԊy:̷1b/7V-(/豲 :^K4eflDo90yޥ iQdPXT7Z`g't'ݱ$ w3aXx嗒*BAY-\q*ѭe}~XM'7kQD3/>O4;jOZ_g+Msbb m R1F@UDV(&gxEe5 N&9Z{%,qop9'ڤ'gE5-{4jL.CVVs!\脋fI^0: >+ȩd=j dSxSb 57G7n-J;r[ug=qLPSԕ믖2|Rk":BA{_:E$X:$~s1/ 2r]'w 4([LΏ3*WATm`֛$Y՟(YJW׺ CD/}X;&ҵ#dڷ_?JY dKE7h&S1OCqeTx/JWH+l80^/Ro+p1]w eC! 0\Z)nh*хAYl>t .,Pd>6p1xpީ_!fLNʥ>ϴHks鸱^ԣ$39TÃ}”@W=Xlw7P-3pRuYEgI h!-G&rpt J amJ84=%*R 2V~3oGit$Y% 4^3K+ؐT9/_h!woKb`m/&:WNSgK` kdC)QVBӯ-7vOj_0֠;OX#D7r h޳)dcWQ 8D/xUvh `1n{t[<3 CwIuEpffLrF$d(@(^&l췪uN0fK)%okљ_W tGUg%<9i͹N'\1li荄h^#6BYVV/-Xِϱ.+KQj#r&2m5CR4J謵6d(+ Ip=gOF. /0-PQ9) XM'Bθ c:pVtBf1& gW)Q}yBn0h%\a"M@K2+ W+"2( ؟r rHϴ H?SʡQxfV J)Z Աklrtc󜲫zDXDP2F D#ƜWmB= "fh{ɦJ zVU/BQwh-0eC|@<3Z6VP0Bg Mp`: 5y ڳ{lM&NްAwk`q^ =!(u%rRwE$lɏNҤA<xlkXZ7 (dkԦBԍ ʄnI _@c 2Em.W,$mVKF?5,꿟h=LN$mP GP\b&_om$:z4&EA:d86s!}MތÇǦEcي_ /ookUW;3Il @!ybAw)İ]3 +2j]SgY[oxZlu(nh({|U z9,]GRvգelnSD>_*v V.k-<~z{V>zØ/Kt7be˄C"pqZCrV`ب>Z^(eؔ=P`C*D;Ng/ž<%-T ¾&W8v`e\߫B4TH|$`II-[1S:VU,Aӗ7H9Ǚ2ot'Ѽhi\N z7L5eQ8m+ "4Y|sn.M}n-hՈzc\"NԖ)ROp\\cQ)0ʎFO} bE;ͯcK4R,p[c%I t,p _Cŕh8?7 ?Svg mQZ_#QXa# y` e f:W+_;(M|#0o&(G{W VRH񛌤ca10'3xߵ ՚Q]+jch.Nv3C(e" cMȝ TZ}a7H$9&5r =&d~E) sԱd3r~`;yI+q * 6+<\ i(Dbq7bMd8R*S/91s(~[*;/rԍlKQR-?Ak,fL:GS3xT wY/|i`k%>)p{"xiw@ȮV'^Yg)tui\a1VvxF4멣lB7GA'9o= Pj#hWWp'CMpUCݣ'oD EDOߞX+M٬KMI3@J[]+Bz[d[z[SdL!H^џBc.cۭ.şI'(qqwiJY R̂؃G;)ZC퇧\f.? 9f t&-z}ZuڍsVida:y2e%x4z#R dQ] 6<ȫ!T$JC!h 17H;e?;G^پ]#(\ eaxb'=|RYǡmlGG:,ߐ 7\b3-h*T#$j3V_!S9YS,g}t~Īd'Qt yOI"B=Ջ&~V5o,CZnn}Hs9ueZE)l7򹇴WO`Pk#؇qKW̰iP]4׼Uwq古R9;b3^yf..,U >ZGEIqX j/#e!q84e'kN(pB- |lTo w"^IơNx/}kS.{"25F9/=uybaO JS҃X';~x0tG9v 1lWdGM^bPA  bE!(͔PTKK+aǕPAnp堉Ds:&~¶%7C-~D_e "Cwqn­^Ԥ$ cG330Щ/֮0S\8-@q[+.3S"9 jC/O_+%:(˖iVKddpR0Pt'T[;ܴJ`.LfgHbBԭ&hԧ&IAǩ6Gn4,zdcC3Yg%(aEjAEakLFYqtn B2%\Y#s&܎:(_}+_<*RšT3^jN}BO§'Rrx5k!޸{8?"韵yAIJx|5l]&4fipKÕ!2zŏ^ys"颥h1nŢ4X K' /qx($j_W/4Ea OD қCe>`/::CΦq$+ڮV.V+Mi^2\ݟ ]2[[5깾8s?ka;'݀og4GeYF}f2S TuV Fmr;F4` ;{4 m\+~~b`B)U.#=PPŒ W>CyYlWBO.WEvP&E ؿIϮkYwdVPrr\7SG1F `8KF۠F:ܫZػbÊT\TVA+d>~ ɤ*?'=m?b~?y`ڀ_=,ZPNz&Z+02)=%xctQ94S\|HNpE*;\yUA)@+O&ݯ v] 4iI`'W$nEb :Pw9ʴPЉbK/h66QvR![&O& M,$|{ 'DZGʆƗTנg: c8f}Fԯպ ЎWBKraIA>^CsahMTz[˓;b9K 3PX:aU4{aYA &2ŰV!UkF ZY]58`W"cZ2I([JI9GH՟2 HK7\B4}ӈM&̾ Oo#e' mC )GkQH*r<!4y p} Q/mGE-x_6[bYx@M*낐9g0z.i|@2L4i怱>%{fj!p'#%XbpVoT%`z>ڎB \F5[.ں0 )@[F9Km0䴃_1KK7_֖$+Z2CW pݷ_UbؠtOq$ߒ'>(c^!.e]3,<e.歘m뛾.9@)@2z0@#)$oFIO&h25fad*$5$"tmnc9aX@30.0uC>aIHʞpQW4QeI67͒m aAC(DBi]v"x$8h*@gpťا"N!stTȓ,8Aly/UF\R5 cFG3%BP1mhn+;_P^VDצVs'˱VӔ 7?'*eRAy+YaA8TN+&9# kO9vR41&jN(brũAIɱC\=#dt(0nLϣ$JF/XsaR^DLX<ӗbM7gJ2C^Qr/ҩs"}N43kVz8\{JT%#o&d> JfnuM-up s+о7 ?GiCSenTu8"9S&¬7_#3ixiLΚ${8rˉN-_)T-<; cLYblEn4HįNsH=Uξ{Q' |Khm .lAayHAJdspd}/ vAwQuҍy. d1W}m1J҇6W̹> ZmO,w-a @w&ZzZ&n((1!EtӻM=:Y"x^sʉqq3jۑ?tb1Wϡ襝!Dt{(ޅ +p#U@ztc#?C%^>gs)%ߘ9Pg1ษo˦dh&^N9 j͵\"$*뗰(+o|#+8i&e(F7JԲ%uLl=z B=Q}ꃘ06G544A}Pl#x.js Yt~_ :Eڨ0RnmORXd!.j,/BPބ(JV Ko޹2߽L̲v܇3dFr# g6̺ zէ:N}Af JLfsU® ⿫Ur9µy}Dhʓe^KJxCކ]b`3(nګ@$s 薱uᅫ̚a i"D%n?9Ų? i 6 kt'v)/ZEv@ uQFHB+j03&J'AiL2%[a2 z(U@X8Pjj &?"UUĝ\鹿@T6<= H.{uaƙ2kG;qyV[ETBf0ZO_]!hؽ7t0=j1bȷM١wAө~ DI䩩?̩ޝֈeViaqp$i7ܡ& pHnȣfW AfSaS\QdF#Nc+Q2}u mXsh:-,;>IK>"\=k a-Y5} &d1 2t~{#+VBϤ @q필m-g3M11GKv`|J/HcqGM!Í:ۑ(4Rx1FRmLB5=.Aᕤ5Z:.m?KzMP&l˘ dԆQݛIүb9)mJ0p 8=XL2 t1.w,ƹ~j?0ʄCC%aqI 2=`{L(ٯĀ*3c j#=rn.*&>ҮcG Є2S`C`Z*'&vkL DzZCxP/Fʵ']S"lA FX΁ `J w y]˗? !@տU^0r<\(p\ 0hŠ [^F%rVQj} $ 1Ո>O1-c*JD!o ^^$B7e jޫ{ޣ. Pz&з#U${[7`Zf.fōɕװg3KqD IwKyrT]sÝC߉Vעaεk[GoDSLH%'uѳ뽦Y8rkqnad%vr! <;GCFb`~Qujl #}Dq阬f\_ w(MN@4 q)%Wq}Qkv֦@=ޅ\G$o R~]2E HK_[3e˨w\A!\|c\eMG84-<&wE[hՐDqdW7+՗\h+ 0V Gta Uyvgs Hj2לXf+oJ5eNW4A S>Czxڝb<*Տ;kӳ\(x a7# s9dܵ]}-4j"^ gc2^e d+x6!} JOP*1d]?ЫZY%O΢DN,%gYneڰ]i zǽ֌>b:9NjQh'#uLz7P>cɺ{Upw,).^ _V#.tJn7}QP:,~>^Gkқ]"[0a7^شOyw_"Gŗ˭CJpS8t=g1Q.2pH90C`' v*a^Q(]h%K04rDC*y}y3َ( v3co`ԥcVz< Y ؘNC!J^ܒ V;*Eٗ0W EB=DšB&z!MQ$|kxjXeߒx64d3}+*qh+ ؗV',^{b N]~hNw&O'ȾCeԎ3+ U0ÁI׭ dwBj0kZ٥:C+HipdEwJF!m$ꚱZbQMXgb`A2 D;Xy*ήw^= mSSK?/O 3ƙjT`/}zyhe؜\A\=)EY Y]8eE@1)\9mA[@#YHMJ~3~d)rW/;ͤw8nXrHH3 w; s-kEh`Nv>&q~4˚ B:̉X26U5bAٸx5`8#m'P1F@3k*G U)&`& B-OGҿf{̔sz <)HԈ}ޗ"UwC:XT݈!mͣFvjJݐwpaAx(@k"$>XXJ>WԿ7an+ iM1D07VX6Q$ ,pOaf@|`L^fI?_(Z.K6AaI7P26j*-7Jq.T#B%f(.e&A+N_z}-4ZJ'-^o`F"%cWj^6XWXʯZ%}FK֟S"LR ^"Tc1}Y)^{Cvv# fg3ғ< ?dДL&Ć?@lK%}8ffV|fIzl)9/Zm H)L&$?Ք*RN&?-/n-ZE*gER-rRĜ}F K^$sc<}N?؆ Z=Fu30KIZժz&gR,>\ZjfQ<8>3{YavQ@ y5* p0@: vlI{C'y >8ZJk^1E![6ؒBL$0?/ ) j߃uVb'KAal@90\LuiHAx°לwMru> ).?<[%ݤsqL= N^!$R29hZ^vf²Co+b9ЙgoS ї%I9nn]?,v=A17 fm; i@Bٟ-܊cXXCrVgZ6dq{)U={EeܻrI0|laEA$XaIOְ-*J4yir+Mn;Qc AKu?H㳝9#=:l_ΝxAeiU$0JECN – H{Q@_x\ Vxyڧ: P];/COBwSfgR'x{4V+F:X(*QZK0QEaF`͓'?Ywr ߭1*55=šݙ$T^9~kʧ O(_jHMe*IPh\hh“.fY js)U=;2HŬ`{y*@}wꣂ@e+5pe1/P|NH f2'*nnN+dzܟ-}bn9d!<Ļ3>5&{&\hX{ZAH(?<ִUb\\wѩ@zvHR4騵bgrBI`) 2FZBDP!"U0%%R=/f_g}i 7!.hH \:AS%řo君xO@SZtt M:ʗ ӽ|PW`hSeO#7ZRR磯t{F jVsEg,# L=ҖD޸uq6!#z&PW=( H:[Qg"z]8T˜Hk噄sW ,hp͋x== CɅP{83rCQV j.m#|`3RrJp0đĚ_d|P~Oぴ#q|c?KѣD9b'ֵcY&)۲oUddx6~oȃjIe*>'}ZhO/qxF ]iYviKͷ D$u=g $n-GE( )SxD? >0j &tOzx7""5 {jZgK{!i0<)Bq\sW/?^;û~g} 'FAނ C7}QW]36.fͻuoBqu(Q,Q#r8J$^|]< ٭ni*9Rc)wKPEr/ZڭmXg0 6٣LЄQL&$8|~Ls.!v85)uMT=6_GMX>y;4uE ^d+I=zzi)A<0Vƅg-nKΪV ?a'X{Es+;(Y/D+R=?Zffw><=_+Wou_c9U|V}m*A]EȚQjqcBBs$h8Tq;RɻL*{ 5ŵ;.z E%>$|T DL@1/`\X$T3i}|l2u0^1 ~m< 4Bly"[~Z[KIlGUX;\7M''q~`AƓdapdp,b4y9ib&jɜ|(5Iw s~()ԗyl5 616}m6:s.ö"$FsÎ9 Z4,]@6ΩX3c0 U6VYa>{BP&awwmDWx$8B'|5+FmakZ QPx> qW (#+)e,[:igo5Q0L~ C|CZڱe9W8n( =r}u{vn#sPMŚcS2^hqc.0M~}첬v6nzuUe&ƀقYTk2UԂ]`Ql-][7Sݝxù¥=HizY|3M,S va%uǂdP$/28&g}B 뚤^o)s,:_g˴UT`Dl L^рfD&CaU~M"-#"MCTd|Ю%ٝY6XRJlf1GRə.wu-hZ ? ӵw t$d|O!{H[FQQg~z; ;׎ڴvv[ChOf7Nݓ;4/=(}9{U-33܅sϥ%o7Ev+Ngn WNc;;ՏnДt7jC`,޹`JH'4-{5tம߆ka)??_ 㦮ydP;G'i5:ހ5EvWb-RiA)qj(0\]gP:FA%>3o ^;PVf8@wYX|%J.Gvş .\xm}J*%lJj [RBϵ"9$yTk/sf̻.+–p$9Ba=OaEAÙHaE5O/ TJ H_$Pݳj2oanϔhaJ%Tj[@0AjK?C DEՁ/b(h=>yuK/W&GlMƇҚY]۟i6JBܩKD8RcIrU_Òf^2!6%,Z*CԿ6c . "YUj=pdQkޗwKSeRB-?>SG=3M E@ [TP;jGeR#șc^@%Hr'5|U9SD$N ];[L!Mw8>pCJs*sg$PO+}UC'"cvbgпNj)fy6T>}t_vֆ_i]RyV[ߝs <e6Pef ~i! @9icLBK{_".Rq"&dLYsM߂yKyUobȇq >R?=VBySE vg  *x"49./ 5;([SO67Ҙ8pMy4mE 9ЄKTe4RJ-CE=R*<%Qh\R=G :k ~қQ'cJA2?~kWm%gﮝtЖ^4m f7PwJvi|xR:Rs B(A%!I*FRA1%`VFQ#s#p}ZqKSz%㮛xVFa أI$~9.l,@__ȠAߣc_Ru'\d!Ӹ[̐3>(w p^R*cNY4OmD rB;n>41++xi-;R"5n7KUcA:4]@?Ĕ36nFKLޣ}|vᇬ}E!ċb]EA觰Yg%K}w]aº$ MS}(fg)Z1Osؿ'(#xtQhOҖ[(4Ҥg4:om¡ ''Tr&E[71%\\q7`o rmO 5cjhT-84ΐdERkE ?V4UDOc 5"MŒ/ H v6[Cߣꥬu{D1%2Z},@Znnq=  tQˤL?eB]0wIUfbᓝԒRM+?PuyB z[']<^#̊v(;4~v4E/ I3v ϛ_dIv- ƈN]i8_5߯ZNʛgDvIs<ʀkbxnj" 5' rl`-)2Ȗd^=B$SVÜt?-z\}Ehr Z|Mv9yY 7 8W}Gھ9~C$^-ЉrE8🾂ѓ"=01KΞbF;UrV36:Z>;arؽg8@4M8'/Z燊Ζ{0 {UdD#]&DxǓܥD,PEј=$5tY}pzl$E`mIG}p~%-hf*s4%ImΑ>Si?g~""o߆ Us\8nJ-i|6A 9w%s!!fAD H Co~{-c7:JI6sXH$z#2wV@3_RI]J:v%@cV9N`g <>[ Ul/86dc"F/*,htFWէVӌ@2bI<P#C[' S_TئهK rK:b*no+ܢS`K*H09 {ۄX)ض{AosiK?h~ ^9~hngg6V岽eC>%63+`UsU8^ьOԜh`6DmY35TL,#z+7?E@.ŕ<~kqY_1QUB0eĭсյǗTϽi7R"Ʌ1Om~o]xlinPi.lGGȤ (ޡ-:꼦KP7WWo;-%D/!Z]˝F`NCu|@"Yss"Wv_V6:?B+ F}_#3e6=@N#f?.B0҄IpY$Ӊ}ڬ f!lkUKom!@ t &X+QA,߄ѮwZ2ot78Vd8 *E-s",!rPu޸qև8d3cIqfbw 78vVtRD hD#d r}vsp+X 馬8%:FDJ}vH#M˵ Ռ9/M9{U" U6'yñ-X~J Er_ɸf;kpânsȋۯq,w DغE{oNxH% .}e x2]Eq LaO hvEze SPĮ;;R27c8tDžfcjj M-D.{s͔F3p)$8Ӄy6o3T'^ejL^6>穳6˜2> \fcZfF>wgbbz -iѓP^%lcͨ #vBbuQ/*c{-SfYh;ϙ8JDDr  `U:0g%g^͓-hrsSr&IhAS)'6r3M_eU1GsםN-s??b=*yРa l*/ kLcB[힛pd`u.̪|R4'ޟ— 7#0o}w25Uw,{;c\ i`N=L N1| 1᳅JXQQ(}XOy/qB4KKĪ?\ 2K|#VE{\J*LklȏP+y,nҼڈׁ*f !fJUl6 *Ͱ'AoA7U2/:ɝE5)ǝBs% M2<:#_)81C.WO}yŠLx&0cq1 ]k2 l#"_j?9T,!c N/4ckv2fpʁ1f5Y_zݘ> yI=1}1ώEaz4պgD&nx?үHV$pтnu+^ص"x [}dڕyGNg#P0]op`i]秽0S ^} T=5/^jfwH#hwrj3VŃyh4DUTK%={}_ Q&?BNi9 c7:'MCK=ހ5|i*kE%@?ZtQV`嶦KJuF?,ȯDuQ0>` ^;T􅦣f;X[*SHkᅩYJb,g#ߦOu_}21ko5K5'ܡ,OGJ'~rc#3"ƻsbQL1₉Y呠4:vEQC5ÛJ' JdR$X&NKXIh`ؙarpHrI~F"]{j-Fo'fsCڻO6P^? 8ȹLE-[ *%/P9*?iq,Ǐv ho.W6^[DAiNN9Xgo .i(.a#BOcj 9='*:=gЉ g] O$TRٛvteo xh+V{)  X[Lk&\0,r }f} \Ըu^) w./¿,gGZ)4>;p`ꨄ7t]j5)tVQ3?XOsE6VԆ S+) 7u:l`kCG1Yc?2ɉqڵdy%ŧo [1 (mڼvS-i,9"Q?+v|%Sr0T۟V*f`x[d\n\oC6jrbXD)tWSh ˒+ߓW}p )̀,< Va{%羃wIp |]f uGfVLy]0Sh %]- Gol, rCkvعK>Rt u嗪FCc4p̌Id5QZsB g95;B446BOTU9XN-DKuCC"Qg{su#{P$mI Ԛ$+#KC\) ä3(os Lpg#Q&[|4_sgb\V?qQ.|wBɩ0 E*5p#d?I|-h"].\SnWu_5-]*5qҢox ~@ܚ춆󉥤m=e\sf /qHK1jp3ޟ@{#ElߖYPK@I&jsh{"O5T\~K`e%8ZTImEUaM:UK7JD ѧNvWV_4tf:J5Dy6 XN-%Ue"w[5jx.H{ܘ|sPE綮ߴPޟag،1a=v0dmFQwiGl`I]y̖P^5ݮ#o/w2ߙL/樱}G,E@a&sOOA(H*Mw^wj[+pG*dc-d"ie,'ji @9zߌH9P*4iy]h<,+d@+wo=;ʡ>;Ϡ7u6e,ܹZ*upa':isӨ[P40*?djwK[Z|s|WFS@I8GQ}EJَwm!nq,,r+ά +q6o*p{m2% ChK&uڡ9di̸Vj:1MeT2HU}O[3/^VȨe7r>WdL*gW T=*H?H: /: ְA W6O ^&(@M:D%l:q"{0s: e^g.s[`&zN\7qAߋVq܇ ZwwX#ρPC婉?C; ;T u)*5䎖WO|s2IHN@[ha0%慿r:덕]Å5D^#X/df:5$[Pgj\!gdT-!ASd5H3oy.@NGb\«':6غaP#'Ʃɋd+q ,i?o:e)@f+5-7Lc#&[cLDPM Dbu2W.D>nz:d@PucU)żXQ6y mXb#]I]vN"a k*b$^{ƮeCw.qv(!Y/w64?kK;,E78ꪹX*6ʁ<5RRCk qVp+ꯓg~ *(uH+90"J>RKG"B)&y,0pؙc"-;s p')yNTGdai?r/䞯+D5;Dꌖ帬Kf䤹p/ @59ƻaƭO8`\7ov1<<7rtMo`B767O35,фWY~TCV?Vھq='jD1~pJAuL({g=bչ&pRDs+p\r2>DD>nTmu>yowʈ0X[({%2!}LY2 RTQNR*[ԑX@ܝ %EWM.GbVHt~ AHI1Dٮy3~ A,ٵ?އH ԮMf7 m?%9ɈwdgaSl`A?^P'~W cc= u}o#>[*~@~fCh%tݼ+1މB*~-S;o>[lA_'2Ɵ:(kH~=A?%{Kf2P\x|FI^V2L%iGD$©eaH4TY*DS@P仡$n+w- R{TTFY+!zBAvʾn'򠝮I@zH}M -}SQ<'g/[Lӣ}Gldu6~ɨ_Oe-ax=z =~qL~Y :y6_kȾ#F;z2<>ӧ] !U1^ }0xY5G#H)g 5y9i`tڲ]l~j((1Rؽ ٟ Gh.9sJ?g4PPIq1X{7eF5Uxv [E#z\6McW{$Ѻ,#y$D@t\[yۡ OGE%FVsbyn1xAZݯ0t=i'E4N y֨mWUDd8-G2 +c_vIpxs(>HhB VHo֥on tU֕)WPȱP2/3 PbqOƬ=`)jeĮ tI|G|@/ooݸ̷l-u+ PĺrbMq ⓐ UU5R&wS@ R]'8t$_j|S~ HZ/w+ZL $3qDΌmz MmVt]88Bjr>bE.tL|omwovܥ 2")b|ռ=L8(f"TD{WЅL`Hb}͙B f<4"Wѿ|bxY"/F#D&>E[ "Rg(ufZ WTFEdWk3]'3T2~UmtqSηNU^3\RP1!.ޱ)f `;-wYp5h 1d=ֻ#JŒX5JI2Jq<QPٿ \DCLw(_lv{(ˠ|M0hF P%fJvAt8Ùհd3=n꨾ jstXUr]|c? ff^!)#TYǏHV3#zj|.Yy$oWjY*BEZk]#>#7:Y?wAּXO|`)Ir^eJ\^É|I9ۍ )NSbzKs6/?UWv:w0{i:0`@2% H5=h I׻ՙ\"U{ RDSWQ|܀pK|9|`. >f*0c'1i{|\B1>k"2bHqx!%|M]4~ИUiTl:5E R»U;37Z%lΡ @=p@1IE %:@A=4ڐS] 2 PIp-VdsCI kPp0#7;s _EHV~TD~jXEQ3u,b3Oe@ 4ap~)[04$2r :8td $C-&݌Ő_>=;}`zey N[>]ә!Y1Cm,/ tlMd&qJ?\g}^ˌAĜl 5!YG2XY^!`AH-{t\=f&0c&x'Dvo h5w>~{ovͽ`<v頞ԛŷ|di#U RcT$(so\9fgyؐG D:z,IKQO{GlYTGl($S, rT1-T:=|"% gB)N"vd;P wbVj Pɬ|$ DCK_Upؽw36m(v^HMT?PO & ZN`5+/M&VKwL'7DB[(n?ʹ帒"u@ 7 H 3r4 aڳ뛉|s?"e@9GOxwi!dQ` }Q:%y x6" Q52?QA7T54%΍ ޤp[۱QZ)=@iq dc [I\)*{->I*;i`h:8=@1ˤV|I-*sBh%BI$bj MuvƷ|d|V:.`;{ Otb zGd< &1Ҹ|ݓ߶UcXˡ6Ơ whCM .HzσؿxɃ2'ƹBzVaR=̧ij8[BLNZu&sWZmI #+ͥެIg #c4 75мp:V.|76O;/vKdpza @il/"~YE Q;7lYH_+y~^ >;txgr#tcl!nEnE%=z LptDup 8t/ՎnYNY.#G1.᜾J#\rEғlÙ7Ca _ 5=ǗI8Uzmt};a=7N `f|*yE73(ݪ) InlűVa!uvZܢs"1H(6y#m=ŵl;ʧU'm+fǷtMdt!)YK99`!'3,Uի*rkyL:sEQ/F ZbEj}ץ(BP.*Mߜ ty-*/rMZi DN1+5.VDue]n 88^ _HJQ\a 툽_y*TK(`>oS>?ʰ\}:s,V|z(926 K "zQ/ )j7Rq:!k2Qj*4cR+xxy`mhD\5Ig:_KŮM-GN0Y7??3 $!]˝,Z\ Fp[KFKT"R$YRmTD)0(B=dI-}mzнgә5/3Rg| ">SDCa;znئDj^A ol]I\F|:Mn$$8o2LAˁzG lE \Id ٺGaI%aAjm-}{BfŐ)c9~aZrACXB?#LeHnUa8/Iiqp#rf]W<7Vc;xG}vD<O;2F\={-De!%3Z3Hh-L  hz[IRmOWltG\*.b6 vGSK;ę=[%ȯksGRjyF=s<Zp5ꬮ9CWv$PlI]zI.^F"jmeK$)wcr{MGO/(BK%6"պ婣Hiq$7̑ RJCqXJIs 8d*ztI^z k7-j&͉|T SV?+or:P+ 7QY->QԨbo(&3Ƣ!@{vʣ-x}a /9 ڢyQMVA+P̲(r V;{,&!2;G1o^vʠl5D'| 3Գ<|fn"6l`yL0g¥V>GD}}-58s\<㚡9wSm!8]? ^/fcdDR&)0[YG֢Z7x4iR}Z]>T;ﵔbz7 Bmg+I4-*bIu/I{lQI44N5G ]0dO6Vb~OW1Ms},/Wf݋W'l.fSŁτ%^HcYBTg!퓱"B, &\L*sM@궱I8#-v~S0vg9 #]?^l,yJAU#sěsI,:?80_I؋Gh*7j`+W}=-*_ORg<5.Ts9~Y"0˦!\SR߄wub 2"Jd!)j@a&[O.'D{tN[)Ȃ*f)n@6e-f(V9117H8^@0fJɹFL bEՌ!A^y׭4lw#Zam3O8ԬJ*3zI~HlB\\PcdQc^ܛwrM s X參fcp/k"eIG*h/;a9 EH;7;tk*䫇HZNU]nR!͞)P jjSFs_ƛhͪ ^9e`h(le O[!40UB $OOo| VmXQR+ { -B.1(n GD(a |erڍ5 2o(7Ig9h-ϭN9<^6G@64;")q]݊ȍ-Apk˥v7%6/W#C/Y9^ItV1R jJLtCvy5LO>rܒ\$Aw9->csEM׼{FHiRn1,*yלRan1=eSZJ[ }v}j5!٢ '㽦_i%Ir @3odosphfH*~륾f45in~@{g ?;LVjACaoF"+{ hnAT fv#$KT4g LUe,IypȻxmL+_ mܹ,c֢({Ok[pK*Ra:0[DfԐ[T}Q^AsAdNK{Js/Wb?q͹ mpyd`;YCm&rʹ^F?Tl On[xlT!;2>e!7UF#æT<fڿ<`9 (~; +CsC\s|}8,(q Lە\ U $hfF@N*=n.% Ooy$]W)zBJq#tG`98\kRLpgx1&&竛a@Ä+ 1_@KT9\D-[sK|R.12gZ~voSU+Җk>Y?γ ̍O,&VLtܢX1#be9$D2b8 ;k7ذbtbҊb^.PBi81VFucs|,#G =JB"h-,3?1TE]Cc@G{/$r]`ܸN\,Z?Z'Eț*xǴ/>ĦoA|Ω>̖|۰:CFǴ}cׂ5k2EoهFڳec ޣlG.`U(k adnjūuW!~$:ܯą6^#͠5Tڴ-6< L e/E)Th6m6WE2㧞Nmo|͇" SLټqУ0P?Yuj n0Q:.8#H0}aT<'& lt#Sqja1/̈́e@/}I]%#,E )d9W3;y'nG WEԣo ,ѩ5H17¡#i6o-Hy$t X]$Hj^Bؿ,1tחUZc QS?"mZ&&Y⦏;bLol4W%JHduYrIIXIZswrK󳑍}(|Ai{GtLMW ѭA0r>,Ud&E{l KלYv'ez)2+L6}at<_Ԝh.όGԷg3F“~cޚo!I|'Wv(da)y:$")FݵV9d4N+LmX(wCX7dy![^R>wD8w.f&.!V/qyK)]xj :% NZ=K؝(6l+s|uc!dPT$qk*ˊU+ SHs'z(8W;ۖOxkR8SR3aNOy0Eq,ς xԭjI=bIpY|uW#OE# ?0YzM\zs.k Gl/ZwSKa] sᙇx1|bE a',C-6寱%m  bqW 6}$ #i4m~~.lX.y [FfjK}d&,A'rVr}ScN4 arۯepVi,څs5yЂ;z5YcBnrzR׳a+qDb& <‹(2~VZ#@2}]x]{N8l=UM,y B{.u }hu"<> kc.@N)vЖ-!70|qAF}&ܛPT`ǶD癯MYI3j+x8Ze 8 `ϹChuqkC.v-NSO]-dΕZ'[Ԡߝ"֊V׽Vuynx :ې*+H ;TL߾vIgY 5(t.9c[b8 h!ӼMȚ`BLP(X'PyAͦ28?}sVq%FNAzFUeHEj63uF-WF!emʛ,q!Tζ/7l]Czy .xݚf9, ot5mIx-&oޯ(j?%Z#O.|w'.i uraE Z]⠪c2 jvn)gSi})%i̚[هx^D|mNZ*1;F\ ^̥!3۰tgFk:&i{[̂8n< ͵6yQ.>j7y )DFky@%: EaI#6'Z{ ѹP vJsO.55=KPq4֊dȓzwNƣ﵏/eѴΗ+kv98]XA촴SMEKn7V @*\P 6+HLbWmbŮò7RZMil1ChƋ,n:}P4Uyjy wr@}\j%UQ0%N?BYa,%L! M.a"w Q-/YdH,TBD;Z@Br&FXV?Wz#*jXj%Zd@ C[C'HZ_SdvǻZ"F0S @H/e1ԥ,ј=LvrAl(he;~g4( -"_ZCblIpqTʣOv%'7UT? "u\06^")yћ6ROί.t|IId{u*|n{_dV*OhէҠȋ;1 $\7o[/T>fGWy'9,] x6FF`Oj֮$ u#evn, /SҿOZ rf<Ԥx ac9!aAk[PHe{tU&ģ!ۋ$a`H|=lo[ T#;}ݮ܊UI x,uG+1-iT '5Ke+_Q)[˱(͸0 t^H Qytux]\$ZW^q]cDmTm?qoQ Z#K K`%xvn򦖌A1CGe&bUFbns3۫䠍j+UlC% eMب6/aKB ذ`wj))oAx$r.aawDm*MRAUZgZO#RXv1qjP%p0օ{$`tD<(l\frsSҊ\fÊ|(/{WWB)ﲬGe1c}*1qGwI)כX ^aY"%X\1ڕNq$Gv}ܱ`Y>:BqG9ON~Xh-+x5s>$.n ï9Y& 9Yx&ޫ޵G+eL~˗czHL[r* fI И3Lh$Wd;D_ƣ|\U 2hS[ȞJ伬yqu?P`gEQZWɲJ^s*R!v`oΖޅAdM9Ǹg e(Rh> qo>8Bdݙx\y N+-u! u~e0ŊFe+UX~+)$ /ِ"14y gysғ nǒ|jN/c_9K|q_ד6>&ۄUdWVn8Q/N,2+N>]&`Ě%,whd (`݇57&y#0qO6x-}OmR+zu+cdgA%0i+YG^8z{ՐL8u +b֭tdZ:ǛlnDB-ʒ8JIwcB,ׄϹKّbKz1K2td$/;qONpD%ٸ)'ErV+PoQʪ 6fh}5#Q1W4+ IEה[ ,2f2WWs͈ԄNuV0ѩfcFvZaM?9}z Qcoo- W. &|;&!&khzwW- ZYWU} t zIBX5ް&lrThmn1Ή<ӟN~<&y갔?0ؑda:Vj{d]B c{2'Oʵ.Q߃q%~9f{Pb f)2kC~9gOTJNL#HadDUcaf^ni6i}_cwk=Iley/Yv. 3)ƘxbؘL䯻0>ZWvtL4i6} K%@q_20xu$9VTlGۈqBV F(sb,+ߕ9, B ,n RoHL ld7֔vGad Nqi7?R;@F~{"l!¸ D1}pf zP4y F!ݢ«I N&_9 iE o0_n#KtqsPT ʚ@ݗvY1pD{-^N :4zd^PesLy-`=[=p8S.H0@$q!SHɷ*P.i:[Dzlz^wL!z7NnDrΩqYZ[<jU2 V~_I\l.&0snWqjI#(.?PS2{*i ȀevC }D/$%K::g) }9֍UӗN0}inP>X呲t)"Aj~B(S$^mY0r'03C3f8V"b_PRUngP"`NCd'©bIHJ+ZV~ SE4!mF3}b¼o-w-#Xξֺ8og QA]3Z٩;2#%Y\RvS=UYꗝ RBQk|R&gܬH~PF@A~?x SPxe0I/32]/u~,}j7)X ܱRH10CS .X'7K ʵ5]p;!h/Uv0PDo2R2vT/z%R}n [*6&ѽ@.o×q"Uxv0 Eyӗ'Ld?Wmf>:֓ND~Uʁ&'`Rlxhɲ H')9=UnF^]e0I=e*<_x%  :t2]Ç-V(UyHC |+1jԬy?sxZ}C;vK|ԌJGEꞚnXC!/+9D66$!hڻhF$jp_N8/q^y,bW/O^ fW1k"y=Ax=w`&|M*@b#(# Xŀuԗsc{BTֿTT~Mޏ ˀSw;s wPh>W4_j@CSsHͣy^/.Aiy=N""wi݅ʊ f$߷Ơ/OTtP$zg ˫R_/-ndBw=%Cp`P\ws0Lg~Z Ory(nl=CW:͎-448U@mqO?a:eiȩoz~ ~s?dr\/\MЊ$h5OkxPRNY!Vf|6~wz^3Ɋ8+*ͥ.)u}tҴ=aq6=cN9W&P9V?a zֆ_UG'iNmV C-3?c]YBL [jyQ 5d DiɘG|Pt#kU^=/?$ӳdY<4ҧSYf'Ǥe0JxM@e!rm[i6X1"99qH+LUp!0gre,FDE({yԆ yqI,pWrQe`զwlSpnENjN^ǣׅ<]-թZJ.ڗC($o'܋%F]+R|-$!m-|RD#IIc,,v"ASukV#~IoMF'Ec:{?E)ac~I7KK͝t)?dz^?]9R|~/PtN{f48Yx 1Rǐy[șA6a_Sw=fJ#5զRa!]\  M/UC~Z$۶z<O)^^uhʧ=aJD A4l= :QJpb0^1g|P)qvC~tXiym§TTˌj8==(gsesKZ,"mƅLNZ>9iֱuzi<@K|"X&'TNvIJDA $Śd}5rǠf7_שz;izAׁų77~vp((f'_خ> %g(F4ݎZ2H `z )Iӊr˥;RFfsuK{N: S|e,7.c;2rĮ4TyAOTi.6N0!_" F ${Jt !\SXSW,3%n0~mk$Ti߆sX*V?c{Z]C{'27\TW;RΗ`z̛0)X]U0K浓Ƭd$Mv;fRåq ZV_U9~idTxSw<>tnd`P# *TpRMUQr懻'Uo>FkD ز`(lUqP0̫D*S:}lVS*R`1_$%`luoUUID4⭋a\i 2KzA'Wދ^]7@Kڼm*yjN836Lԑ} ސ{\|}\>i N]HZYpwͲuH;BgiY^VDD_ao,[n'Ta~<beJǘ7'T+!ƓI2B]_JpKNoBUfEbJqN{A_3fǿ=7L`oi7qB-ZXF/ktT~9"3Smipա.DyhVj 1lk|?jBH}ڞ7S(Ѕ- ïVb=Ua;^.~^-Ǝl{,hyNBD&KSw[ 1/~5HHt"k'x߹`),]2M+ "yx=FIkM`iga! 9*Wo{Bz2*u,yY%}A*t̲iR6 ۓn=ޔCDM#d oM况71ͽ}<.c Nɠ٩81|y[ilZGd,I7t;h >sQ̛  hXhct1Y#YP?1T0dcL`/G섎CH{ȷ!6, QۋGVHhZBP.Vˁjֵ7M͢(aMt˿7ɲ\4OPJ]mq]1W2`5TGl4x𷊙ؤu+(>]$8N"4j SǸ-ʼn#3PnV0N uZV]* hp΂?y:eשN O_/u[ILMUv^bX?(lpm*VXi=]<d;$- d:_X5/( :)_SqdtŽNglZ":*&fZ>2uHΝr'<_ !d dT`Txޗ`O G+:5ӜlŞB>x 'iS%r<]scZS Q?:DvT|L?T3-'ަZX&ûg|naI^5*h \Q趖>x4yurT3kZ;WfH0|޴"b.鯅/ҥ]oY ?q55[RwWr[FWY,ɓwvIiՠiaSPz6ק%)~E:(1v).M,vr3Z2?rPypGs-DZKQF8u[C":5V I>X%Hծp-//OH;?8u*5aE.Mq隋byKǮ%5XOUa(>bΚv` ^r?DyVqT #BH(]*"X6(\nԑ#RyAp. fpq[r_c2a ?ۥב߁ԷWzab價ol|ҍY&j򟪒fL]o;:[FSe2oKmw>#!]ҫk9ԸUL|{t Qpn@u@`cen=Fʾ5*7TGa%ᅵbx$Ż^dpkQȽk)ؾ_[K=Ѕkw:h_bAeR@nzXlee< af `W4bJ 33 2!-WRפ BtKA5qzM^hl?w^dhkzW05|BQv?XCUhx`o)`#^87(FHW^Ok-31W@4\.)(l(wgΔD a&>ۨK7d^pZH ؐXm>aN~lGqŜMQ#إ] k[ &2[j.yY(a5Ef{_@(.D8f!rWfUޢ5_ܸJ/5Ex#r%Y?`bx uYIR2TRPn(| 23ܙ]yE?< Us,|T[p3I~crӛcu"ia}4Ml?N|RtoWբĖEB'quWXq;Λb% *v\~Z4MV)Qlqi-ϕkz}W.lg#9l?غ-P2nj"0rƚBf~((vF*󒄁<-Q0}qp/qk5sf+e~(v)cycVT(_ЩdgpxX)u -/iRQHҹdٞj!۪~36GW!8^s %f&%F~fz&Xຸ8: 7>lj~&ĽYObxV"Hu1.ԮfR!%_VkRe.,d?!7 Bo PL45DY, [AlO;BqB?ûTk"-ERZ\3+d h"pD"*c[vw J ܎A'y7"sO?6/N?ۚ<= Mc9Y&semR^/^,Ν1 b}k뒛ÛHsxm6m,g7PRT*VNhh7+];c ՜++W)k$J%paT"(S -`{F6bKlN+ \,ɘ,21Q%bA} /!\,NjWħZ5* ᕶH`ü&r:$ɺ z95= Ѣh-{~"YQ޵{N2@&>RK2dMCJb|pOKsCENY^V`"o",YB#a<KSߜCD4)ŰD2[33ve^^h-̖ΨV֥#<ŊV-Y xی۲$\':ɗCg1u*,CόdiaAGD<p}͚*$_Yǟ3v /;Ke̸a"Oak69a \w?c#<͇"}R&UJY'`oSlkFmNG}.W&~q#HRyC':>0 E7Yܷ&6lt EP 3\V?8+nN-=hUc{ME?ۘ<=I^7F0mϫEηQB@rVl^^=V/EgSx%&ggAq \M HpuYCgV#z 6Cn&Ƥ3l3E^hn9^šy8T= Wp` [u6ejJ*xԽvjp@Vun*0PFipddYsU謍1aCU⡜XWVB!ŷ{Mަ lÎUO!D=H*&:dux5ѤHZc˞Jc9s kﰷ@M$\0OpvM8cӚFzz(n-Sl1. IòE5ӝ5ȸGJ:/*c^[UƣevF%V͠a&bӿRS18`Q?/ӍkKc}GgSV oIJAC~ֿ\4ѹ-Yh=88%-6?:V^ w&]l2Mh>1m=CYc~fCt|9 Ȥ $ r>4^rA SY fk=e| 0xpD^ԟ*P-=Q%ups ⶉī-QexYbZ{ G@^BnSБC |2+wA^2u0Hat%¨,ԥdFBa s޵z9^' Cv% *0 klkhp=,PP(=L<ol v/hVΠ!| !(,3OrG uP=?FM$j$@V`ik"@PWZx@zdqKXD^ YZqQSrp4vw֔n*pyU_ ãN `"CAkeuzjى hypZ*%nu ho2wj7C9H!q4BY,צ}U0rxE"K[DЏp;rl$ aQsw&bIM2^v+Ɏ0u(Y>&W=ͪ!1x̿qOd ڊxH}mV۹k ;/ c7t|.<@zYe-u=k2t 0Am"Y LNtɣR_i r/='?Z9U$W<27a p<-S9"XPnӾĄă9;:C 'c0LɃES }'̟s+qa~X%E$S&jkLz/&h7p Mv3 9vBkL ^ k kQYFRC*nxMGvBVYuU/1`R0'`t~A Krq|eՃzƤ⬀J% &GB(y+ѵvL-/~elă@R^31zR!UUD_,lz!zz7Y/G b | icKb\aވC%y@QQYt'F`/-ޮ p?H_Dnv];d\@LcKswfM +}+85b ` fgi7iDU e6 BP#6^hBi5w3!!jh7à'R" b荽Q@Y̋V+5N{F,Ye֞4lDe(X9*KU#q28E^%41&j/kG /{e.!g@MfmrH.=4@*Vxd|j2r8dap>2H6~-Y^3=&-Tw @6QcYqNz:o6w-{'kl-T?9Fm{^">Ǻ:ZUED(\b(E{=R!\V ڄN|8hkf3fqn8>h~*آN ٍKC~]s\O@pjdb%ImbӠ}yM֠bTy^1x kcs kh 7z,aw T46LGe>Cz%q@iEYm\0/v$[A2QdGPx Pq h|%FBͽpG$HLOl@"T1B+-C^~Cr \ѥ-Ht8>̋ z%:%O:yi|&כs[7: ŤY,^ăx '|Kj"EĬ Lb~;kg TYxe$êJ,尮~"9}|5iUA}K3zs|?8cQ5_[P.G?95iq`o,Jr`uwVG[g;q%|X Sz%2kᵍӒjW6IENjh #FI* *5{AQaoCj¤R ű­+FR!II'@*Ea 90$v£icv5aLN#!'Ysls4 kJ,ZUeW 7+#D<Hd?o8+I =BEI4x^#oQ߁sZ2LT ~[<`ԸD!}$BdZzTyE9GȉjIp*U*\SmSP&ī!hGh5c\)p;i6S0Kr)F j(a>A5T $AGk#uhQchN-|:!y0*w%kպrIJ&Z(t?*W/򝹣@An 7QoFZGZb/4A&s2JnM-?LPx#V= a:kno_wEwH;k: B/ 7f~ 1UhVwCuIcp@ϟVTl3; rHRWfa u01- q7|)FW,3簺jRL A{]![iIbryYNRη$jA%q%w'|3$JEĵDrp[8ylŽd qvS*vвdݷyRE }4.JQ0/ R]f jo J_Vr>?,QjuJP` M!@1Yt޿be4 Ae4:5vl.2#M=[psnd YE}cu~BWd8(a`ՖPØ5?cO%wAar Uxk2QofBuᇐH4Jw{sIvl_ˍߋOndj?Аp?i2ќ(3F/^ =[nTVL` {nMqˀ#r$ͣNemvއ'}YE`>5_lH4YZUϸ,Si@5p9;&7Q 9"RLv@'vwXï|28CO >!l>/pϒFÂFV,rוsmH`N~Y[8)]Hf{`o Lnph芵6"_"Q/qBOt4;F솪1f e/q$!Ļ%a YaZSMC J7=+q.y4mľ ;> _',^L^> h o*ҖX]0^Gy!o)3\`CK~_UMq 0(#!DE 0>]F5sbcXT@{K k)J n@6ցG/Z υ /#;E>ket*w' y9:tz*T]vOp'c8?W!R-Jj냕_zM[cEM fyxWđڀ\Km^1  ])g3XKK&="AJ^] j]Aƴ(zm/Y-H3z*͠viaOEI<eHNTꊚ|c1-i? xnƍ~:ҋoы جɰɸCV(5l ظjy4YP(Jk%Ϣ$_QU^8gyp$̕`gb$M|Ԕ/W e#vխ&KUW.K]:K c dN]PU&-6˩lU lRj waxE8h ۻ:c@X:/Y<&% {TeTшd$N/S02|"MG0Ep,D@'K7/_m'ғ&~ Ib Ft>Fv\dceIOn_u ޖ1"V}Jcy)1;8fb%2ːh<*#Plu] _KvYirPr^Qك ?w[m*>eEZjcC~\rniܐڇX2rvh+8VX>rzjE[g֓T2_< n`aV'g| 7m!f:[B4߅ɞLJ\⨯E&B =GP a*g7ޮQ%t" bkz!;%ވ}%.!RuOmGFd}@Fj8AK7tpY;VN4HL ĆN s7]10_\R7[ԉ.7bP}io~u|e}b-XQ-T;KCD5R8/LLi:nox*4tv.*Ji@YZɀGMaVBr1p׃?>qyӑGG7HD<LD@igFE?{T_GdK|wx:bNӞǪ=" VwaM3JnG^ͿqȊǟj*Xrf؂z[6}KNNݴ(||[heiXz'>{G-Ix)ڒ(sa+QKM˛C4猏ڑVPZKgЊ`v0H 40_^_ުm$`AwK "+cpI39Cyo9pD3_aBy-jTEJYraES}Ϝ$?,dm0 '4)(rqx"k_{YCڐS0Kg[c+-e ʴIVSvd<g)tOOfHaHadU2"Jg8̉=w>Zx&cBа`/g"QȏQU؉蘃zn ܪZn^nML+ݻ!OΓgͫ&#v@LPP{wozŴ; 74F"y$ +S.VQ3Ѽ_4ϙD.Z '- A-SkV;Ł-\'Z`JK,Fg#{f3#.#QkCu9̋0+&{ Ot(gorQ`/>}#n~|X_J"73$.y[oOd0M9凒#? 2br/|چs$3sRX0Ϸ^mmQG+"3l3hDǒK]in W$^8܏nOL#eUE:/| }?IW,hw(g78Lkճ /Xv ,`S2 Yj6Gi$jUYwΖYzw79J,©TYE@r:䉴hڈL.ҟn &CLuMZeHUy.T9FۂJFcJ "0g>JF$mઇmj+uq3qnx!v_[DUMz^..ګ/׮'S^ϫ㎐3PNDzɉCu榊WEU+0.&%'xV>Q󀯧})'ԹfͰod}s1HG3.fa\ۻK"J+Oю_ǬfW0H[huvsWUg_C<i|jN̉܏Of,NxdxjX3hQˊm?>!WlΉW3M[ ̈́l2L>,M 3yݑO9s? ܁#HCa;J`ܘ NbznITʰm%ps጗_BqsPșTc='kM>t( ]c0<}p($kwo|_r#lFp.FCMyejBgn8 >eJV\H-D|e"hw)t˚HԚOF:LO=@i*UөXϐj;PrdinFoY7}N^Аud-' #;?G`m?~DO UanFc0K";W)5ddTjZsYw:~C"ӂQ#n/`bKi >Ϧ;ؑ~oN}QVjM1Mx<9uoj2zħq opQzC/Ә{G,߫@T c w#-`ܽ2J{(|r뷪#'m2|Ж!,}p=[ VkΧ%5OUg&FƼn)÷Z=0XjS>VwT0~K۝\4ڮ\Y%I ~b=gf9wO~|-oJ85DJiqcݮv}NL \Wؑb*v,- DX k^P}\J7Mz.Rm=JE Z  &Y.d Pί8P\b:g%S25# /]k*4hg+m]au5斵]Ѷ8S?[KJ"қ1&kT g)+>55k̫(M I\FA,/Kг-F`yV],um&d T۶Hͭ/̩_.ydp|.B?%^lN4x4UBWl]UBfurgeg6nJ('|~IhAJQ^o(;W\Ԗ{@%P9NMMHhW̙:2'hk^~IF֑6rWq A56{a~Cu'&z%?į RW>*?} MoVF3>yikS֞择;|1ue/,[&ZK,j{T'1gЫ^\f,x/5lĔ<ٿipWvZ,!p!>]=|3gDB ,b<\@.J˺]d8/P*A7pk]YI۲߿[`Ϥ2LXW)5Ѽ,;.dM)#wQE8g̷/?̆XBKd6 nE-eJ+-); ` /)?H̘zۇ.NDՓĖ3Py.K)>"T\ lPHD=SyA0Rc-)Ύ :E7t7nJ+f4 1s@]`eABj<[Y`ή.?g7I.oYwi/ox'XΥC|ܩYM:iP)߽08 vD1#Ι la@%tt1K:%O67j @z=]aZݎ23#Rf] it^E] * -Ol-j#ԤV]F#'8Dޠ7dN 6T@:M*"JF}b)E'*%d(~c^P;,pͿ)lg2ǯ[Ԣ,td:ntz`6/G.EC^O^AɁB܄$}4e^I}) rB70c_-]WaνISn" A%#$dKř5|wM3$qu-GI*Ri\߁#bĪsO>< LH)[|D\P̶h\rb5=6=;@aSggiy-%vJ))JSWupZ3P7 lG(SFX<tg֙_ntLޑw6v~N?(mV#w/p:Δ޳|,\;½P!܍t_^د,!fEړ^i ~`ݺ?tK \uTlKlTO*h;8f.kTxý ;lT}9N=q1=ەE7xXCP};ɠF(՚}M $s-"팽5Scnq@v΄0R[gEԾ=t"}iߑ/6 X@ly[#>~Svh6%/kM@C?;vR-oKxFb/3_a?( ;>7%b D5'ߏQm98ܿEc'{KtNxf( ɆQXo,%@cd |ۇяXx2.:=/_@ O:X*Q0}{aEvtʀ5vR`GX3,auLZJ(wN[O5mɣS|VK:vK1 ]z:H D}< , …/I.Y$nvhحS9"ffSLY  @ZDF㭁 |a\0 `ɱz䕘K~9-ȓ2G)&2rߏͲbBK){hҍTKRNDAĔ%Vr ~IsQ5waRΓэ3oS[ 9a|Ǔ-Ytco!$E؍oT6y &{J26Vf)E8>Yn|:utsa؀?ndu=fnlvXgwW {8V\ʚUM.V&6'@$GCS7"?ta+vy.vdm#WAH\tym?÷,O(KYiU ;2~jXUxc&9ɻ'34I-1ME&Je?pg<&vʑ:Et῭ݮ3DF ~dsAZD&:;Xw. d_~EǬ$\G◜%F&o6 1C?='^vBXnJ!.jjeۈ>1i!$/ge#H(/f 2Ȕ/eUF1|}cBwYZ1Ev*1Yb-7֎ce %P DG%@ע`s!+&2l~4DĽlD&ˎNīBrvTP \QfeudN< 9IavEE [<&GdDxw.yj% φpި= ɥ.eˢ:ӊ&8o_j( ӐZYP' YZ++E}Mư,}~cpL+ GeQepyk^M P9MZ^L嚖06t(7XZC@o՝?q֓e iS0,E n}NQBBߜS"{.t(BqbK5sMg2a/px²dScgo҇Fg?(0h{$CKf*콝X!bJ셞GqW |_Ѝ! ?y-ԟoUuSFPV&T)riq,Tu/.r!51ɾVs4 pow|vs+tBO: dAhW]nӦ~5+1?'eO8:l`B\_FoTIZ9u+Ű]|2x"lQГɇo!<7QNN4 wqUd[7]Ӌ}5.uРXQ&9Cg,#;=늷޹ AZVhK#`?r3'T-(]/vUuC+nҶ6l/w}^o2GRQ o: [7u ]Ϸ4|ʋ#-jM#:EhCBsxv0c* .?vҚI@I?S6@ѷbI > Zf b inhx 7SB^)N TĹ b$~ bG vɗij E s/n1[G~+U=w(n %% FUF o$gNp֩no/ܡDż4i(+'eFTYDHa_@tY+T:-c~bȗ@a*ZHf W_6bX|.DQR'\-:3rgʱ4`bA 8C?q) H62V^A^?. 23@^kaqךdz}AVyL?naox*kMm- \OwW#I-كy9#aĐ њ#SxtK"9HBuYI4g9}~c@O L6L>VTy+6$0Q1O*DqN?r~vO0gB0`;F@,=QZeFF*Y&t{~9GS1A>=W"xAkn3NÊ64rUd JNx^ݙ</@;]=ؒN7T✷IB铛"/Z< b9ƴhqO2u4z|M0\O輕g9QʉYb>I;~(?lkigFW%;5{F]Xt~уXZacB!%ۻ5kܕ*wMˆI'FL!.b<E<: [1Ci2'fy͎Iq#ϳ)UIjtUc$z?#dAfp/UT1B^==ֵ GgPwDxoLäah40)\pƖ ?uz~-z19;q]z=JREQ&g$s(c"eف)oó :R~ H)沛Ħ !}$VY1>V#Ð5+e8'?5my9.YcTp3,wm>KHū3Ee;I?Pܐ;gt@H INUeHVs 'wdn;dؐF?M)mc6kaPG*+rY]N>?-|^60WgE0&!<)$T\ku R+KӞr{RUI)Yw?3ɜ>鎂['bP֤5b(ukR e'aŒ}Q<CE'P' L*`3iT׵~D4֔2GkjI@eVWtpU"I*5'8DK~<) nBV5~|)K '0?(JT~ik[6{ǚ*l{ъ&g2mIj#T1rͫ@ cxʣhHTkfdYVE؏:1 f rf-;- DIwQΌ3oP;*Sig]2OWA_ AVxQX488%!mmy}sݨӊt{z|Ib>>(kpim&qYza'tyEE֢[;w*7 BH%*y-͓e9?lW@5DjC@i80?m*^Sɒ^(I89@)쳋u m) %[/0Fz1u5m"jEM7֌"{p*-A#7xMO3l3 p# 8IMTvр4lb9j451ADa,qoqፂL + /6yiNů~txe(KC.j:iO^k Z`%~%#!f;'nxokON/XXtSc^h1/D{Z}\1cp ^D'jgnǭb7ؠpltc=/yn \nP$tro1y1`Udeˈr$7fưs4sm8aW1b81&O!|__uvrH]WiX.\f+b(䮣]-$=`d@6s `ȿ$QċuJu ]S%Z z\SMlP GnT,O(meR J xtŹ{ j.`CnG%MI%˚PJ{ _4/;-Bͱ#QnH#A;]';Z4l ?8]M"./2_̣*od\nڎ|@ q3*l`>l)@me.H!3 6wQ*uHRVF&9Xt^I"9CW`C'޵F`剖sb$hCv=ǡfN:pX-+EM{{fpЩ} !l{s#YRO @3Y[ /j*?M)ė2:q;؝XlWt7/ߤ`es%S0zyL 5!GĎdi+<".h &E +!qwtd$wHĮg2B8|~2 Sp51,nTtLG%MzDF3Dl %P(_|;+ۼ,ʍnfSk]Y|\ ؔsW2{jѷ"R\!?a-oI2ɣRp{,얩>=u'hB75@J@sBuE-[)t˞Fx䲢e%fAO-u3@Ϟ`nbvڽ2 (߷%1Ѩcp@# xiL)4 #n1]$. P/%lhwG,Ȅ#Kr8P}AvE 3V.FƎ{%pm2JX$jZ gO`;gڽ&רe/Z#I8O\Z%o>ߞ>  1[" D.J$nIaRļ\ݠN @HI`an2UĀ:I)Z<:$xqc +G  N`{c3p{GLST_\ŭ62t&Kgz$|.;˧t@дq#pMLX. |ekmnzh07ݩ:}:&죬@r޺mj呆߬׵ׅ˺< K_+[TX":k\=ޞf n {QhGuV4"TP= ^JkLߦ|!OB4JNV*IvH0o;v@-Q.XEK@G _x>)j wha;Uu/τgcnfY1F {AEGmTT̸@_" ܩ( f|ҐiP+SehD$fGu{BP̊E/KK'I-+r՞L4=`@.T)b=hG}]sf,vW!IE5"Xx4핐bk8 WnpsCDPI[s¶#8/PNoYI\3,H|l#% s29d tO(ps]Vϳ^3iM8yWE2XQ`ssʦ C2p5xUds9M4{x_Jb?uzckLHƶD,j6bv)TaKxJ!e*&JfۢY)5H"+YONo_8,Z2FT8Ω m =˯qĘ% o}'g%ʄ2>.,U,¯;̫[kă<D\1,LǗZ<j&Z=]vY*,BLX(/:rXv\LK}Fb4P~#Beɛ 5Pq-d0T>JW潾%)YB9׶$5u5$Pcòu"~{he=p=T^X mW n_R6.⟲+5XAlw p%\D Y)P"jM/{8*8Q9Ăbh}'OɷJLW,j 6qI:P`<){(.9dRR#n{)j~Bq!g893?C?ȰQ\QV9;P?&?iJiJ]lSPcb~>CO/@r)<b6nN0Sٰ:%[b^W *<$M){EA]?6Nm\IZnAϷdTz78L( ţm7f/P]OF|u՟5`~ =Yue1BtK}k%ܯ>HB & Ih*L>3! wYȗ.Μg+TORk}N;lxa;1ʞա"|UJR~P;_ ~ Qso.-"/N=S֌_#*˶n dE$ DU6l-DrK8!q <E׽<67buZ;UJ?_Ȼy aڔz;[mXƢNz1i7z 6&2sx'mݮI$[<#ݝX&s<BK3 c|sUPe қ==B7my +/u]N(6zr@CZpǟ'.u|^z${79\!V, *HiݵS]LpE}zB%/ixnrq\wJt@2Ɔ򚦊M1P%൰]6#ʔ.[pq_xhI7Пwh= =gZNy}=?@3%U"貾׍FXP|;*fR+gP掬A(?;Co@tޅPSc0jFd/iR\ )ג\~xS^l0`eN%Q宗?60!+/R8 80-,UńJfW= G5ΐ~f$*G_\J*LKx^1RM [)ͰSL]lTOzI>GBLMĚW}!GTE05 O{9tܬI#9KcF+$d ]:}%T]L鴞ݛEK)d߈+6Ï|Ea3W*\לMߏt~rN$ ,S>2x~JsW*?!y#P!X΄􉄜^ "QU*,Syߑ3GkV xn2M3\ŢRh9LG;v{Yr^1Kms' >1 OS 6-fkTߪ(ݬ?w/n3a4t!MUa8m0`gG\Q pwǾOZpZL++AlBw|-$ho7CoN\Oö8Ok9J ]^J޶A^CnA|ȺzǪz9vDf.J~֭4Lj+ k ZzeNNm5ZOkq=Ʉn#/,7Ll O)RD^fT;C4%KanMWEljP=%V8"|94 ޾ŵܡX/T1sldzFU=W2/ me?-D v:YaWl:E<kvALٚ9}SX ֑^S̮;!23olKp6H\$jy9 eS֫Gl%-j97IwMdv" ]S~նe%Z s@Zz!sXr)]^SO)Dt$f"o Iڣ(.p83 ֩y:[?D󩓀߷6PzkTsi-҃cMVS~UUdvu3d!Qj(Esm@!+RHoF+Owy=4ꥡ@}cs̼p}drڃ`MiU+O09;"`O%1T 9nm&?uh=x$oy;.6yA9A1[|u" u6k-7"fL$Wrg)S<`;jvDXEY̓/[َlVDD#`@L֒kZ?-zzA\ .ۦ};*[@< YgCZR&.v>>D{6aȉw %f٬8~"赖3R3'F\Xoˑq6@Zn/ #! D$؀A)ulð*3u-͵lR)k]X,̛[en>+yԦNt% av2 h䙗p|TB椿JK؊; =^,゛}$;O[[dnŽ0Kz5pє;t E 9{Hm`ݪrk5+ .Vf3RX|8)7Ңi k{p39J@ncپj CJKzݡm1>T֕hf+jSЪ0 p8c12,hjL֏oɀ%>aOjC/Sh;D'd& #['#7[>C|Ӆ$h.` qV]CRxe'P tXJ  h%VAS vXPO P]%6\I}D,YhsAXG|{å|WU1~~_;QbLerD@b4yɖ SW?Dp2Ba]n:{ M[` >_IwcRffIW<;?`Dy;ʴ F K?)HM'^^ d%B7ymVdLj'>emI8-ĄkEz$)? wi6I[X7sA&H@14'A)5^̘t#_pG9PQ ^(/lԒ 񋂡ae~s]%+%Ct./,T@;T8ڄx6ߖP>p%D@pS3:S_;e Gh~FcԎUw> ێ͹x$}Mng[ /]\YˁkdczB3Z?MQշ'3>t2WY㈛=C$f% /8;L/9)WnfM@ྼ1`M`fFd}SÓfhf+'[@-If3dM!`É Rh1$媓yYG N͉ĻH1%sz")BCR\5FcbK9?o9#J1W_rNM@kJ0\7mi@Qb>BXZl@QNrrYR6;(Pu焊}fRFP|??ڤj+ʥq=[LA2DJL ࿌k֗Q| Z/[qk|AuIL,zd@]`e;϶nAf=֯yuoTkqzXHbSOUYAMчl)?y& ވ:+ !1ai$. g{7r5fhǮ07A ;Ҍk/=3~:8?SK3Քo!U1} b"&m cpNiʋt1fm`"n묨8|0Q:]_;=Yυ$ktPBO\rƉHu\Y>2Yl@01_/ջBsƍKmAcItS=FhjF=rO%X.Xu!~8NUWNu:=Ӽabk^ms_]tӜz:M"p TH9& j;ɘ?X;u-rVh,J7PĸGbk23brIMf~AyƊD~Gwi>gJE~v xsے)'cjgi_$/*(eU8boTII3@wDٞ5iA>,ϥS|hh˒%$FÓ-Ȼ x{O;֩MߗԋajK,T^@Tڣk0[ ە@\vjA٣D5IС>W>ļT¦U霮Bl'"Ƒ*kt0l7=t\{_bW:oFedr"69!wIue:1BKRsu#[*٭ѱ: NES nv=h@`E>xn^\S?GNfițH Mj9k#<)8zPx[?],l0{*Uɀ/sNb=8Ywр3bNۉٷlzMN+"cؕ֙`헎D|phJl/Wɾ9XfEF^JKNky"Օ@Ք Rs࿧m͑~NW]*I#HԴW v:xvJ`زfO@ŧjp((ë~ۣ$ uOcH(c".,2Vo)S1iRVα8MNn+DǷL-a3R7N dl$X"Fz1^յ-߷U!7f F(S/TkT)~\M{(6ua+8 b>?HW#֚)t~!(H[ܔ'`ßD48]NvOD_#{DPs 4EGN1Ud8yk{x|964"Jf  I8-n>4"v 83Ia{~fw:i,, l$ծFE16>̫ KN^O2D$}4"=zf,eb;#UFw%!?BЛW 48Jc+$=)-ʟ '_*fi̵/Di&mjk%NTB sى&n i: vyhS*۪ Ԇu~#u@{ 9E8VÒi*}7jHB}ݑɔv^R\/!@&!;&B|ycRx&ʑ$lX$ [EIQn@.0"5x,4y; ˥MF E; ҽ<&+EJvVflib_mR,P$=,~ad'~!#8H{mNzQR;Ywoi@k%`cSBqa'=~^sPofkr `P= 1Ψ!Z<'!a32 .\\y-A\@YJ CjhO/p\lb%޿Yrˊv^N HiyK7z pPFuvޤ>ND 6@Ȃ4FQ"XE^mu?H(3X!2A,kCDʩAnr5@5akؚ[jڈB Ush_s BT:K b\dP}g;P[ڽ*t8W_XY[<3@T[o>ā 1#f? |1$s,uFY`qL4%;=iy0aq'9ϯ95E.xHngÉݹϮŔL1 5`%28qZD3\f&š\_9B [m n=_xɬο Voc0֮PXjѣ^|}R"N;춘>y FąR)˚d]aK 2/݈)hxb 2c3/{KY,U)ZgF(JEh9 [% t+SN6Z-$CPH ~CK6S%qt਴ă+ߒg s5ZvxU{zJ|Iaed{{saޱybk:Rwr wT)c=KQj9ߍ9oKţ?55c$+_]0K?s|V%>[ؚD^cTOr!SD$l1"+,72\g )<1cY$Mc)$/];:d|3j ExH{O;_A D JA0sH:/LQl6IQV"{5ˬẸ 9}PZz(eJȶK[$h(59cd21zgi:d-&7bP#{A@M!y ۙ 7w\p"-4Á[V`'C]Pӕ`6 QhPFPKth x>VX\a&4VxO>; Pޏ8R=ŽYHՅ Y &d>;C`[m0SJ6'w4S=Tw/^$g/{dl iN3LRv AQ/-Iu T@δU[Jm:Mt|8A`Ƨ*7b9O9>i" =Ix LRoʼ'Xsit~o }5 \ImZrM呎;8d" nӀ(ևX A"P[ܶ}ţyn񕌺E: cpAuBE..r}aU" ݕrP|W`=a 8֤ Vu< CÃ|ņ`C#$J`9ǡ> ƪжv!SMe Ke1}pVӷ.ߠ2ڟz?#2O+bfZ*U=YϞ_o'x}A Cds{bP;0$6w]ȀfaVކ輩x3E|x; jJ \C/u,Hڎ.16Xm#?ũ=(=''~0|Ub̏SneW8êF[}<{JH7X],$o,/-B4}G# cF5g/ u#mɰʞ<gC"[N#1g 2mr{ɪ䒇GT,nfMvd^̱@fiA%J 囗Np |6 >718O<.T](IDB,`~{Neٜr2A~ݙª!55$0 > %)mS+J ;Ut5d}@bYC,q_0W:/AZq#a`(H?9~ED3i!C24B! >(;_ؓWǩҌ ?Q=pQ`n,cLyK\|dZ~IVV3(BZ =[r~2yxnp'}wT;$&lA)5)ڒxChA{@dWAۍsN2–}!3 :7X_4Yh#`Ys A.k\'X-5ĤT(\sq_) w+SLɱԉ IlɿQȍ)ɸ)B B;D1Q~#;l{[&`**oz}fL0YlJŜ€֕}V;ƒr#o1TaPq׮kQ"J4\oFݯ}@)nQ@+['>fP|MlmBC\oRڎw3C%4Vv Br6 zxPw԰T~^mA|&TdyҢong# {ڳ!1J$8YLKzU\tyL`$ĵg,AgSE& [5`'i0}VOKnu"A8ߊ}Rjs-!4byAe~PђSˢ*;dyæw]ApH?f"1mu)zMTj d\(폡S,1mR@ Kf848{ ՠ[{Ee\l/)ry<DMsi&/=MPg"`Ny fDi,fG_)&C{0EKV_1YC<٧\DBmo3w`>2,&=ix:{Y1!Al]ǣW6n㺕[ و6-R;%ҌcfkdS܇åtw Z4Ѝ ta'U텘|$S-$)8&N* p$_e%xkGExM0z#gxֵ"i9Rg8 ˁr%y-aT"/o U5eƣc}1 e50ؼ1:0n2;]5Eɯ2G8ɰt*z{I1ofRS1g8G恏2 -Kaߠ]G}D&:fqqN`D¸BVzZNݚ88mJiE $x^ )d'~M@% +Md3+nz^ssLMٸ ָyCO9up!A) ?=V.=cƍTljE& j-)J>qC:JNz|)U&(l} Ypaf0~<7JZBNގxԞyiEͼcaq>N _аhv8!`"Ҩ^MLu8xTzPN'@tLnZ:z7X&E5߆gd0Oa5 Y~Ϛ;-RzzNIX۱4/l~O೤ =F>75L 8ǣDB_&0M r/&B>bG4Bk6KU+_%0HDsۢ>a]B68{_k)$j퐬fJl`]`##3n3:!wi,&$KɇqT\ȟ?O=Gm[Zq2 s9+8 j!"k&^v~n&ÖLF/f>nkLwS7T ٳ3*=hY1*g/D3* \]ju `6W>Fd>p:m]5LޥwSx&b, Tc ˨ݧTө !1ts@\tܨ`WŐ \ͺk7={[#AuGmvU8E ]kɖ cGT$/ d 浂`Ûu<(;-HS tcLnQ ⣊El|ȥ=nqO{ 3yS^)$ܘX S5,iBGK6n [WӁ%E-H2xiNrsaʯwg=$+iodvҝ=9kwrwElkMȌ! I}C~bPdE< E<.|r?BvV̑!!zj|(@n_s_eʗs)-L ǟE5ӗH^}ԣw? ^pU+^Lc_R]}D܂4iLC%׎va{ 6cK7zj%@`cP1 SחjJpu*-ILnI$7L cD_6]|jVL9cJ>!-͵[rgb=bud>Hwߙ(ʢ)f4հ*WHmpUe_A{|Rn>tE m.*Y5YDR c\ozڎ}-w5*ZuFVCB9؛w3J4U 0ޘX>bzuɛ.Q%~>@ͼ}P$ ̰6"hSeqb鬸(R({k|:>ԵE4퉠L22,M <~'y"+^^E;e-K~\X9J69.kc-c..G"oj^7``zeބNr@ /Ea_b2)nNJ98d0&ғR_d28vU5"V^^q< Tޢ/{&un:'bj莼u;:Ϫu]2R7fA{1;t8Ҫ (2&Xsk.$es '鴁{}vuRXz .Eo 5>N>ƣۃѯc~$aYi^DŽïӢ"qe\R':kBg6â?-*WpJmF|n8 Rrj^wkV0yYN@t [ v H&xMMi.{}9L[EЎ#բX H%;76;Zu<"aӇqj듳R?G _ 8'8r_@.RLto JϨrUgd2N Ivo {Z)KV~z2ؼB C| Z g֍QBY*y߻K?b ;~3r;y#-c[7Rl`2׻ >> uj 54⊳ޞ? VPZI+d"TJ8Pxs?oag T )֩H&p 1&x@E8\|+|(8Ó/nO!u]cA|KM,$^9勗zLv1Ok̜*uZP#yw$2,;~˜D,{qБٙORHG>$cāz/'[t̄1,wEEB 1zKd,?͕*B|TET޸,Eq]'sF\_.q}m=#;>0i!jRDE05jZEd) (CyM |<:GB׵! TD WVx _7xqN;Ì2 `I;}TͳI_"S&97c28zk'dgPJ~);U2,A8}.SQHߍiݜgW禺ٷk A)%ߪo]y/ Q1΍)dkAMM5/D1VW}}kS OPTڣemUIb߸?Rj117/ CĤD!g-dT׃*$oS3^$D Wu <ɟb}R)_ l9:Z@Vпr6N>6DjxE3ĐDŽOOy/i_ml^WuWԚK ޥNޟ\ BF8SY~Skc?fV@6Lu})Q2PMCbU{1rEasl hz if{k3ҟGiWqEXRf;aGk֝"cf1Mq^)34⋔lźM!){9i!nXmj=}KѮve"S莭H:8Y梙%TQx4;/怣/Ո4{slL0MG'u`+#!t//ouS<F*>tc3SeJ*6d9}O8RG=ƿN{`kg.V3$R:1πzoӵxǻǙakadMH&f`£D)hOD~hf6Jۼm[v,iډKql g^^D!_E~psۋ\ي<,.NW"*__2L6H #fHqpfӫcBNjEhñ{1-l~ΰqb?M 9/@\4SSRS9 k!hp\ Svb2k@Ƣ\ E>z"E{RA hdDd3zv܃uJ8ܬ9[T* mP-41g@DPbRsu^JQ}n k1R4m!\ 7k'EabCh/|a̺_dn1q%e F"{6H+{B20FwN zY_T`V&D86}"s pr84)g!c)Ϭ%/mp+n~78>5٥3{U2Qr$)*o@Qߐ -k{˪q~(vM3Ĭ5;YZb7DJoH tއjP{Ge Z""p1خz:[rr]"}lW1몁>b9 3{ԶUb5yݤ7B ?v;<ST&|t ܷOus/ nr_58@J9Ҟ({)B_Z<Feq#a%SSU4qoU|ztwCr;^r5D!v}(F\536;B@(np;g| rFѣ$Ѿ?9HGđZR /ufN^KD9|].aݫ̓NFЇ|<^Qlg֡g1^K';+JF4^rF05S0sl) "98׺Ɠx8ͻEY[ lkdWAj9us~ۑTU"@MݠXnQrWzC?kb45/RrOϢԜ PX3NʼnORq>4ݟ*-g_W\zmO~޻uBy1z涓?.w9 uw#X69Khf mB(ūgCL(_ƃ w͓W <"ecY2۔XO}/ 7A>y}GƂӉG"ӛUOAdɸn$dDۇXDg}9l\tjҌ}N(zN$J<~PB=P/]d(XZl*ܘMX6k/ Hh׾o埋wɛF'>zE/< 羞voG+Cvwӽ+) C[\iݚAN{nZ'DFMo PEv-or{7)C| |N::0Ҙ)$< eR@a^iU&Bpρ.`j ƍd$ٽ%IO!sgc^rX LI׭ޑ  >^.̞iѧ>dz Z&o`MolTfOf4'EVZoX?IyVpe:ûvOEW,wEW2;o{Dž(J}y7"6V{AHfA A漿^RC=}9;d' $Ok"(6\CI KT^ a*,D\7< 9KngL`h R4tb^:BAI 5/>Kluy"*bvR#>t0G˕{aJW΀ ,9",r^4UZܔ^,nqA -ȼ[sɠˡ/_s !/OiMBQMk.H~ؓh<7⥽ӰPpG.srvW}P]7n3;fCEW4T̥x=oO3Q 85q[KT,^e2͜}c)YKb$c~Eg!p)t7&l dОPS+A;,{٪+$vVHѯ>mv΋3^ro ַӒxCdt(ZK=¢/E6zꓱ 4{_c(~'ҴȘt)*8PҺI+yv-L2>./c򢷾ae$ ,HD["s*kHG@g=_l_ 7wyoψ%9Y8u|M~1#Wt~u*(wf{^iOjf5q9Q\ M$!mS#nSRO(ϋ#M;w>pܔKԋR^J (8EGH }`ikἷ<깦c璇 ^XO(h!CVA2Xl* ^McNb|_:1u+jN3!NH{<K3C ;!gr8tJˎw(bX(:A9ÛTzUȡMQ5C l.ѭCӎ',nP9w9q#ϦV*hv0SPFWƁTJjP"ipV.$q-:8jA?:dJ9Ҳ} ҕ4d/%H8pJxN_j}qYx;~QzI1 $|#ƵIx+kw2PGDܡNLɶR!{x,cۃGJꢰOz;i'2TuFƁc"S'ʑ$IF>A;̩ !yd;HNqSP) 1qK=W 2ϓK2T{gx5 5Cur\X*ê%ۺv.QZ^i,!nC$^m~ogoGcZޫP nB2JuhOkoMfPu_Xֽt7OGOɤJIƿXtyevRH!U7X+Eۤo K/Hf*EzjV 77+FѦ^{wVPYw3T ^!OJg=8apX{sZP6}M/o~!}qT@O]ң5ga|Lc&0N%˪~~Uk:Z<)9CX(/ߤ{ ]y xl,";13ϞE@|ZR-Пc# l0C}c 3W뢾(ʵDrmDh/ $0Z ډkc cP&Nӎ_Jhfi'%-TnC}GFgF8ȁ)pCzm.sx_sE>tch]7Nz,=^@I4BCǘA s$"maK:d#TOТ>qv"sGB!B rvλJ)>W&;KUѬAGo8,qv7GGH"56ĿR֧_PLQCcZ 4󢄬Ki@MDG Uq"Da Gzo$jn1/nDkPLJ Xg//PEO5i XXr9DZ7[)ɵL(w%1F]k& YԵo`).j)#'ct L I*gx#X;;G`ˆy\9{1ΗAAÖ:O,75RérxP~$!lz$KQ K p0#-@>#2vGitM͌=mӗCK^<]Q&&}RyNcb W(,֨Q ={x5R"u"\8Wwo"|kre5*س+Kۛ sa~Lz0-Wx4m%%[N%0 6 C57\KԻB*7]ssiBa)ZDϨ<|z^gQ㉺ok@h_C@G7B=\7hkȹΩUMUW )ԯ #GJsN`FbSTH MvV:#LSgNB_Ud-kb$SsiJ\ڵz@ɬr6O*qG24 `@9Na$OF^9kOW͸x2VQ`c5&mGKT Ma^u*R53@B K{mB#ӄ֑B>:, 2ܹA4`Im PܢjZ0PDNZzekS׻quF nVaK|iT¬VBD>-:8:'sH6ʎڟi11aΑЃĭb09H<W*$tMKIg/?ͺhxh{GX2JHkh47^z Ȣ+0*H, 'h^Piѳ-*,ͭ684u7/[?I&H3 8t95o=,iLlo }^1bhܼ:gMJymPG5 wW΢ح-ںf`;;0dv`EJ9}˘͑n6U#a_ފ;>[mblk};rZ VlwK]Gl6J( X%A'/~"Y[G)p= .P!Y6GCW!B5#i#q<;Gp1 t/cĮYlkVqDN\jTG3Ӏࣦ/Y46g1RPdi4FȏT/$I#[4bϔڍ\1v')4}e[lOvVucs^4{ Q ђfb^DbHˬJs&[k r)׈[IIݴJBy[T孥]F?{vqD_{).ܰ(6pj$NmeN崖x !yQv2m9eMp:'pLbViݛv Te-q,z s9G'u& BpE!EUx:}E1֤[BȿPyä/<HfgSTr7[\ :I̜yRc jh2~+M)4iimmYy7}[@2vYr ` eh3gGt?q!*Kb^}nK÷> 0Rj求)uh{vVPP a PxF7% d=icGmp5'Աu63 ^)]/Evc6{X>2a{a߅D \NcZaMD/ݏ(&y՜''D) ǥYeet5t7+FHkjWF6c;<.BAY3<Ƒϔ6+bS{Z+'AO,qszrhoY-oIP]D<1Wpetz-`Aa;RaSdyXmTCaaiJj?3rnd@(H!M#zS=k= 4?Ȇ agVc\aP1}; [wc[--u|i~5LHʙf58m 6vC>(Z*j̯4)Cm~$ѦKܱ`c=ʤʘ*cJ]# "߀ȝtA*) (]%I$/ȜmCU-$m\a^e=~1G"s٘hDz)ǐ%ZW YA ) Ⱥ& TV*'Bq#\Ro v͵\\nt8CfN3k1*LH j.\ Mxy弒')2Ʈ]0W]lk4ϋG-rWȶIs(OyXvr!{e VA) y~9}3c58kY:WZjL9x\X'ed߽RM,4Ko&{C mc.kXJmaO0ޭ#ŰXa}0yѲPˁ8#rzп=C ׫q&@m}~-ORuK\IWpY0&{a)foBcP374Xƫ|sL^7ω{ }?+WlEق9AǑ$kÍ  E(ݜ1 !ցlw[ +dNvǥ6PfjL0 r49#g%.XrH=vZcr|l tl8"csZNlcj5cI ĄاRh( 1+ns$1/UI 0UQChn<ۈ!_٪F~m}q70NTR[JA Oa|/D';K3Ͼɗ:/J00gFdorLf=ǵ;# E6 &h0cGS+5̵ /+øWk> `jQxlWw$ :~7rdqxvbⅻ=ij냼>k]cGE=$;M]ŀ-(-\Rub>^dޏo"ו){*0EpXȳ/ˎ_siӠOhNI-r 6cj~V<&/g\Ic E-Ӟ{2~G|n0D"<쩭/avds:e r bįT9&#2; MZr̜b\@AIk1gf`?jT7Mq Jw6LT0>˔zvpvO"uQ`߷B($݈:;S`muWDU>/zhS}Q‘Qsgc/3>,GL& /5@͌n\%:Z `,t):|fȉ9^ @ݗ,j[>[S!F[:9IxӆP< M}>J~E5QI+m1X kȷB2z%e82wCYs"!4GJb1Vp 2F-<9^Oy0Nҕk1!/vzom>? ߼>ٗe~^/$S 2S@IˑwYL 9k"g; e2J2{5*xKJ}å!g ڛ ql. So/% fteg]593쫚f+a$Uׄ#-z @!;rG֮ƒw+ cJriz×)c>ܮ)΅gG\EDpj4A_>!Zdl+ w$%8T bYeBqM^IsA8]t pxN_&0h Q.y(U'\+!hfi%ޒ7iR98H{w@pݦIC *‚4ү#p C{D+}Z.J;|~}Ѫ WM,{/onav_ J ڑx>f)>keyͫ'sͧt#@\pܐyޓ% st 痦|HޙnTSa`dgO Et+<'%@ /Z^~8.Uqg\m R^@ K3.E57pFT9I<`eGZ]M_; *ɁN +9ǏD% ҠeyGC,$ =-^\(7#b^54&P[ۋ[W^A=stݖc䕩<$qQR+Oe5;teqL@kiƳqv33O*9VX9W%Xq\ H(dn?db&fY6{4z*|! lfML 7@I[dC/2K;,`𱅀jҽzS?7,PPX(/:1jC HUJu}u#WhV{2km4/``5t?9-$H|nܕ7K߯"si "zδ`UlRVrMuq,Hjmļ&0`—}4[ts۾rj>Y!v!( kM ך5M>I8=wI4}6!r~f "b1[!oͧQCv^*saKd3v$Xb?+, w*3l(UefLpZViX峎iak dab{m`:w>o>ZW tM> lfS()Q(38)@#(p&Ҟ IPJuy\4.!DE7 H؄Ki9>V#Ī ƏEXYTLFu"dy%AL%/kX79 y K4J&3mĤ[A٥!];TۑkҿQJSu?1Prud-c`![NN,(Yr7DшH Ý7 Tywl`+żpFѩ6DW:4f/O19-cM&:DOk Q` %K&546>n>?L)8t7E<_WpW'R9ԁMua3lN 4]= #.#d+B*Y=p8e&G oƼ>;SkakeUOc+/`qLp 9A3AQO ,ēAj'zh.KMT ŗ,E½e!"0.Ē5,DFAGg-޳(y]m2zØt .CSRҰgiRaw6P` JEg ntpLj"ƭ_/W4ڷb9gYi4c]uq/mH%Sp4)Q2,[mwP -_}WAk]Op9PM& ȯO36hTƄowz6qW HcJܯɷ>,HIwnTn[ |=&ȨS6ŭV2gQo7nkCג3;dfZZWQB Sb~o9K>*O 93P=Pg4 寂SP`0朢~axWJOEslx|c!BX Ϣ|5oҹȑ+Q,9֤һ!uF6lYY *_tg) .{ЖϐKB9LB;l}6pamKgEGčzPx܄UnUͪÖ:Z!r'-ȊiorDaAwa/:UJrL^`4$p]InH}߃Y99ȩ]( {BGtycoR#SMS|]LW{PH;#B݆#x. iΑ89G3OM ӌ^9Mz}t$'S A$$k.FgOgt/X%f*N] @BEL3 8Q+[RO^H;yʴٔFu~O9+V6@2jnjgQQ΃h K$oə#j:݇Hhő5\wk?ו#-,I .1pD^;f07+k?K>].ߧqw-ׇ.> ]{IJ:l.PDT' `^y !6ؚ/,+hQYI.=ZPy]ж6I,uQ҇67G=PX]tqYߵ h jKm8$Bma+CPW!9LDH_`筑HR}6{}Ae!slsf覫 b'y£@ oQ/[UHq -T=Qd=Iг&s0}HZ=͜o^C BJyDŽfj6b!3OzU| hO<}](\ ݅Մh.`?`!\㉴2]9a\%Sd {3\&+ VhHQIAI.:簕B1Dۻ:c9_M;^x^#HQQJC \^ql΄c529=Ƴ_"?wt;w=/to!u'JT>ׇMy d,2_r/:ZH8jANH[@mQxN4Kw>L]J8O51܄58KHb9P*YI69)J%q?0]=4p]AnRhe eⶠ6w"ꄄvgk<#(޶3M?nɚz'mYϭ)ӢGL]B+hV4is({~")h@wѯX"1AİIl@ޝwek~Xg;ߧ lF&)QPOH(qjQD$k Fyµ4S*J'˿&g(ol4WN=[Nܹ}ls8}3/ 4RZ?1m0Ǯ Gԁ CC]O@Dyi$,]A/<$Ƚ0j|]A5yC qB[7Z[h7Qޅ@{s*LTM͙`|Iu3H+;'), !p`[9:%i݋NRŞ}"=ԾgNfzcf1aN{♭Δ,싯{fO COf ^ĝ< ? [E..y[:wu߮_K@#8*o/dM8zWm)s7#w=)^p~OuszOEk+7_K:gS, 4n7XE ^vhv~!KF sAv ch;P@%S'njVGk3&XTGHexFPR" q KÐ, şkr|L}P'e\Ex\)8TKrBˁS(Sz } liMSOJ3򗳒;Y9e)2I@qpR9OR6joipZk#>PaERgՉa+6D^|aDe0]M aȣ{= #9ۺOB"` 4FSѲk'Bj[ojxG l$Co8 1fI\RÇDi$/9/0 #^N nӿӻى-u0-R3l~7H^Cs۶`xV`4`Cec}l[ᾓ 26/œ~%)aL,PdZ*w& nJ[\°S4 FjNu}敆wНA3m>I^sK|/tǂ}> P=%.2a9x8PZAN7fv])~¯ZlH񴘊v~V ȱI-LoKA.ekRdy4 ^[t(˷.ۻxS'ͺCԹX1r=R/ܓ%oLDВ4y)~TҒWQ?^*-N#Y%8[ZjQ耊EP3|:ȓ};Zv` ]N$Y |BTŢnDv?G^yd2tbc(Z(/ܑv'',5\rt;3hu$J۽h, 6FI.~SV'MQ%Ȓy%y2ƬbM3(w Շ/_Mt+ mМnӾ!kh7MHTHǜ&, /])Z ӷ>b>@'y؇7s0;X^Jis+Ù1I\fBvDNiQ<+.,4 JE8「&STf\2:X9SP: +"aMc?<ۏR vQE=";t9%UOyLIlۙԔS۟KK?^ fl"NSQ醙)k:,>Г)brQ_{;9s!/[xN-G1Ѐoٜ/,nF|XUc;VtsYDK!j1=a:E_[3a6ROcG$.M'2)@X2~ ? { ~~cҴg aZHpV/&le6Iʓ bf B#l6r bYWGl7L D*"GOcZ^Cٲmܓso>G޴33}{^Jns]' 3R ފ3(p~f9-ID8+삍Bi]* (hM]x}Y՚|!vـ|?EFf2%V`.Oį$`3>Aݒ4pg^M-HqA|ղU f#!d4eqGt-pnka,v7$I~| đ^Q.\_9.\cZ5zh $Me`P[+lx$ܼ!GTD=HDY;aAh}sƒ –ON=c ,>`c66Y覀;N># wЫ_=8} EEPw}Z+ ]b>P6hHN"m1Ʉ߷L mF2Q%"# IlF'xj^z+H>Xq#s G _& {bUF$EGufrYmT|5{ׁ?XQjT-e%o;UM*i|BadM+gy7cc304 En!CMLy}q ovӧBگ'h\E5KfpD8uY?p۟ki:aCkIalx (KٷP;U~0ض̍T41)NcQ%7Db@JxO'W_j~X\TLnMtzQٜp Ӛ'' mT"Q sI=o_ ךԬ7%hj+&c{rޒbDvAT]K{6#O8?Ra-k$x_t@Mn-{F5a:L0Wޅl8{*h KP)b :=ɲ~ԷE{>^c_}Pys˥*6a$LK]NQѠOAA|)H3S*,H+xG{7w[rv9 9 D]eBwpSHع<*@;3B1u[/txZL EuJP9A86LRy%dFkQxcu:ר1ht2W5<Ц?dUPv>%#ud$p//.̖mk#p]>E+|"Rj WbרĈ C/jT'dy M?4Wx,! /St3^'+7k Hs[m uR-ԖzAGJRP'eNW16FbcהJM 9gCVʝj1ND}o!GvO |eZTR2V t16$*6aްYZ:ҥJ'sK_3QiT]a'ܬȉ5"."YWՃe;L9)Kb!'S &[U VY*ӊf,v4XDn㶻zT}\jQ|ϕ%FW3TVK 3ԝ r۽[AN.?9c /ݸxc }sc&'WBNRudq lQxDX͞#i#_sәUylUadX|. d68%8z x|GK> Ś3Zowҹtٴ;r/n-h؆;Oᄂ͈yA@qbq.w~)2e˟CE@i*\']mveibs|=$!- ˰<,S9 f3u ]B~8`?l&q7I,y'0,P,, \>&Hv|DRq[*6lMA@IP}I VF_pXoо;l/ eKh 7CjnBI~5Tݮ.[D:.lګ,OSl-o9R1 >/uU .ȥAf]1˜$_Xfc+VD sJ|G-̥ҥPWE=iH_ 7 يSY fIܺHI_D?ɛ幕PU~E*>/D6D|6`4uw)CrNn@w? %|![o:)0c~q=1#楷EZVؽw dgSbVYMҳ@г΄\jVqYjpngڀN\Xzy:6_E:"3 1ݬqV^Sl4}= _ϏܒW.~OoX"pAR4"gA)'Ef/{c6ҏNwXxvSIFoL[viG0h1&*fs黥5^\n} Gh.\jˮ4}'|SE&7sbL1BuSjJ윍juf1]v1`3C1ūK)Pp&_acSy #qFq`AWF6_'1"/fϫӽ3͒γ Ck_(4ro I#Йln/ķ@bQI !=ܧ@l-d+GؒNKۃⱲVtZLJAMwuL0ԓSD 4@/WHWF2dɦ{Y4 !܋nfஙbBop1)#^,連xI>ߥ8\_t(1,Q{7˴ℯXؒ5?ޑÐdY|QzZ#+E >AAOR78ɹYV:iV* t}@,j+:vS:Lgrd|޵@S+vLX7I=P^x7݈~yG7ÎmbD,ȖQp_Qxk}}tQF=' "uoo\7k6 1ѼWvU\^cS '-ⓘDQ6t:+fWDeGh-i.!H _44VE ! EG,\Cjy|ǽ`O%X?2)zX4$%d0B2V׼$t=hs| {eTϒ{0e 1jI*9cuH ISoF$") &gR~0Ufߗ@Po߭᤽rKT ѹO 6VLђqi߬$rkJs\K/83`M"f Y}7L' A/.d=6mILa55b܈EY,-{v=> E:{8DR}^ui%|̏IDn8T,}B|lݬՖы8@p6z4!C 7XOܤ1>Wo/w0<%އx2_Y"WV<;R$ѩC'Mش^3}X#{t6ǘi,K;g4}TטO2wHQ{T&h/|YCھ~\hqKeA^9^YE)0JlFx}tZ=t:3"_Ɉ;5n;V9{ p-E\^7ߐ6Zɴ/XoXT1or."HIM ۗk8SGpyg[=ȈZdzS*r|6"Tw±lNȧƭ\쳉gĥLd܇{ulnRl)-xQ| ^2Ơ[7漲n_ݶ}rHi!+*mq~{OCb?u2ށ[ r:u;Zy6)~Qle7\ +Tik:w\cDŭI/I,5H8;|oyaRNR|)2`㠅p(bځ |^"y]K)k[#*KrH>qb9WF(6n9en)6#\.*P?!#gw%WA+SrM; ,ҿ (!D7pG짺tqxf |+u:b֩ZU&.<Τ4՗<2JY4ebs 7T˽3zM*mBLzJ^8CmHw2G !qɏnvfk@iw%sqfK@\gZ{ <٤kj8&H~w>qE(c;g|ٟtb|)@z$>7϶ }C{OԚoRy 0#q5YbJpsZ_ hqKIDM5$l#d0"Zav:b6Ij牶Rl[MkH=I,HF7H <0+]fjr5C)hh3u] mHԕm4&'8)Ґ+6${/Ʀ(AО;B\Lu zbY7\|4'\J϶|Ds7|ytT+7+4o uNZHBc[xMz#P]~:c+@nohe}d1y^%̊JB2y1: Le $ g}"g3̔LTGj{oeL,5;># c7RlA\X^kb+.qHqtxD?:*}\F*->^8N'Vel9`nƦ1Jצ-MH&AG L=)#EQG"B+YS}\0 SoWDa~5!L(j +5m-_duW+op ?E(4S Ag.,쫤YpC ɀneP<0/%̄Q/έ@'>p&c)`O qҗ/d2/-æk|t˖ nyIöyV֜ +牫immvv\SnI9xD 8 495p~_^Brar$tdj@X('JZ-O?J՚s;4 o:z16GFZ%BbigN=6&RNgS$'?|no^αB4X^Tչ{foQf3-Gr2B]dIr{@'2 =) #&. e^K9[ =Sid]vttDyx (dH +Q]` LSsw"OEXaIQZ=2^L%fze2aKeU#Jo/vKDԀgEڊ[6UywR3.ByBC.G&D{1Ajɬ48="C!K'T6~pi/P-'U$lj&Eݣd4oWCA|]pٹ%Ӛ +MDrxfHSHv ,ƃ#Pgk\C_Jewnϛ}VT}lvx;N]&4!γط/851 ~QiqVN94擝f˦gy˞J%ŪO7@S e~hs+,}d 5 P0AVG~x9&x96Q<%Z_P;JX-T-3tBN'ײz`<؋JOdyH > Γ w6 \32fsNc\{ _- |&AR+I{P^aX] /&EVL+eBv?LNjf&d\әN |"@]'Gye]22~2=y)+)KMOXB.azF`+8&Z.~E2kNTmv\ģص fdҖ"AG4 ,X=?l꼾cNS28~vM0P@QTM:l8rT>&|_qX[&P$T)D֐uۢ6X[miQ+a^Uζ*h<7.Ͱqaz Idvf?ޜOHQ ]V!5THuY [ϯ)0#>+M?ŗȦ֡ if\5?83/Q]~ hqsqpn0PC$AGGK3 ba@F:Q.%wRh']Rc\ 0 OlYdj7i 6fu$U@.snUEE#|xRCQ->~[a &@*Yx'}]+z!dhNb]l%FëOȴLij+qVK(u+*DSxvi_Q[wRxim3TSQӋ!NM˸UlsmF֕Uj*&0FԱWsF=+yfWϙf㤲8y4d-R5d|!6`+>Qp^H+fI8sò?F%C'eĞnŋg%Qmm@BfWD.XM{WB̰V9fOウs||7TZԡBclWC1}!҉4߿JN"ٳ-k] ʣFPunf;҃}Dh9_yidfJ&FCQ̮K/x5$S#p(~wm$fKXC-qăd5jȟ#m#j?y Uhs [t5=UjfӶ]3CkM،dum/B-SMG dBsRF s6AoLOj+2HCyr "wKU^HB׳i,: uM)-e_k[ŒSgAab^UAx\Ito#QmJg alniߊ/x -$qMx{}%~<QOKGyAwp0uk`1}sEvWjƵNM6bmJ'2ՊU=xP\ڈa ao|ZZrסwm!ڒ+t][3esy?Gg /cH||8oDH@AI]l ]w_ld!2Z:ϧ!;~)N܋Ek6ͽ}0;3rt)2C·@FW.@D";J g۞`uye^f-Jtl뻖[ҟ>sONPQ !TKG%r^4P1dًLgQd:~Ŝ[s!I5pS$p+M#qYb׎cloY"硃];~M =?W(zsp/"ń[E`(,)m20VaSE 0{S%=MWM|ǐ+VUcT1 2 ) *KF9[ j(b/16T_Mw7dVC"`Y)̇ %2kI4*sBurRA?ONi%t(H*UOPI-Cyz܂T n$)y&]Lnb9D42G2W1'N_2T)m7<1xX0 eĻ{Z^S~a̅Ϫu7,U5ѻs|7w(]l#hhEfM_9u%?qS)]tN ~:m{՗oϢGRj̆7^-E/ lmtC̙k,$8z45ك= LV>ゾ1ɒ(̋y8baǻ&@P1$,>!?2ʡoO8rʛZ2-7޾I~NQA岆= A[q]O *y]ڻQta9q\?(9{xpϻԺHz'A@0#'A}2twW}{BԻ1D*ֿyǏ}u@w,НU__:³lz)ch{RHJ䐊2v:ǒ~mvK,FY9s-e&ȂսLt!`a.Z俓Sz Hr) Q29E}I|ݲ ]SwSkq4Xˬ{K1(6]92[aBxX=OW{ -)3n( xZQZj=@QleGp@x] ܞXdF}W7H!q8O@_N/6ׯԢ7dNQGcaSL|Y+LlV|IH{ _ܥ_ˇ&Gp7+ɘ |j ;b 0AHpK+t6f ApbIVPWIRiE{97HaH~(/w:;q`^MSv}޽R`ݥ7A])-p E.}cc!sǃ;(cyBC_]|>oIzE⭸:|ЉoUޑPeLuAU 9x tUoU};DRX$02%nrVt۱/0띪BFǠ:/4mA}UB:926pPR:r ,K]qknsB騯-9R Z:3m.'MՖotNf)7 0UA }`d8}I FA J==iH\>e{V {0"(6^rs^p~a y\xG6$p߳;ɚU ,YpBSj9䑚c) n#V)x"'$]~=%-?5HloJlFbeaa@q`I"e Eܖێ޲m(Vb~hb/!ST{9>F@x0V\c @Yh pp{ZFbU#-ݜ ^gE/4m&LQR,Lg%ul+ C9r^kxVcYHwcj-n`0:΢5/, ?sHբ2+S`Ykj:^+oæ&̧ h)ȹxBڥpOs%/QMCTczRg{pߔk IGVk7٥Ā^Λ6E ,D6xƘT622/:g޲b} T?O0>8ũ؜4D8AUZFIcpY?_aMƍ¢*5],bX_蚎9ɷk~:I]Lͨ !ٯ ?UI90̆oW925\jTZ9đ3:DjHc%oZoG]+#rW@jeHVFu6RHdVkWQ5Y 4BPd{o(\'~\ s/oN9w-e܀Mޒ4s)'r+Vu&mU7PLaW╾su!r:|mN =QP7R?)-P#7? W8.M(t$ALׇRɢ/kiyd/t_fڮ݋Ӱ#jK1WgZR2сP6<$ I55;_et~e,Ό-''_{P'0T Z>0^TI jjD6G:ԧo(ؓ˽?' ֔:T{[Y~?(r=t[/3KY;j~PtYѫƞ]mAU'k}ō=EKUF6kG^FC&K+X)aQ:M$g $KP:Ov&Yh|z]|,>)8EUkh|1(|C4n@!6_SU).;Z}^R YXn% Cc>6>^?E]Hm޷Pp}3̭jpdaQoמH8`۾7ǯqcI`&Q72sX9![I ns/L$L^EqK WtVpﭥFbuu<{] C}kaV1{VT9?j7BOwZRnҘr co|FpY`YJ\-ӄZ@89 72\n8;t Tj(TC6`s p{z^O)ѡ$͟PIc*ZawJp] yE6$Gs5y,gśhJ.Uzq4 B2g›cdΤ^ qyJ^Zn <9jLlVﲀN]Z^``j*$Xcu **yt-gŝچ0ꉫʼnTo2 05W'n)L{skjNrevԖ:&-I&` C&D }s6lsMe۾FQ)0wk԰ږǷ+ޖDg4br1MN)񁅭+ϱBLW?MOEkǾy %Vµ.Ŷ?,jB@vj<;ޢ{'u~=F^8y@Kv>^3nl"STVw ̳IϜ$mc|/ :Toꏊ3HL-M>TZjdB:};rmD8^Rf&ŷ7,V8먵k`1x/ AAM}jF!uT ;z~ĊTta. }f`h3U%wZmQe6GOr5y\ss .MYfG\T"5G 2-2jB IHU2\.Q~ujL4>‡wl2 ~ GpEZG?x$!-!o`'}48DkoKc ML,-zCj]{ 0*O.*r= 9zW o`v5'q~]U6\`W8/]vׯT0BRJɵhďg7,@.*tZ|FU>L@lDU&3]{| a宪 $'>s y؄S'(|:P(.\1p'ԯ:4*bJ\nO3}Zku /AvƏԕF6k$T(p agy L5o"p .Ņ*}|%+Sa;KA¢ǂSB;ݢqnpIUKi<=Vj):4 B82oB 9|\3Qu+Y++\OmQkB ]}[~F4cRGkuL9q'1O+gE}4!諡c*Hѐ4]r&4xZȨ#cR}olDxs*ԖY-2ڠ )1^AA'+HZyPN-xsm eȸC]2;ڄ P(窫B 6$WFv&ek]IKؖB:~>=tOb`Tغn}~1ޖ,5'ءs ;Ip?xٖ_$t O2!:=cǑƆjR:GjԮ!\C㤖1E+i$F"•KP*zN'iY:n+_qitPꙔnpENIۧ-%{!H)N-VFx`4ҫ"SWX`(u&RA&Ԓ(ȃפ);j=[sF0VK>Wc]q﹈b_.:!dF3ca3lAIY˫ #Ii3q r쀮x]E!UorŕeE{DD~,:W*1V# >x90-R˫2g g6e! j ݃/i1 u\_S9bM*3JEc695:V ֆ=ywjde.dW`9fe3^QL( Cم@j:Sb CEWݯ ˳% |z記ΘښV1c[ LϐY`6K|LCZR5SΗ7qB>uZL \?3W$F'5\CP#2tY@fH ?DhBipT¶?9^D-u9aQ0\ 7͚­?re UH/FJeER 9(S[ %D0Wyv=Z>6|@0퇸+('5BAjuqM^I\^q _=9*v) )5?EV8638LQvO@`Pe!1vX3r-K՟P49~F.`.<ggEw51RFZ֛!}|)KK/:L!<ù{p|l~ k9x!HFM`#~w?j<$_L j Z~k,g*ћ^af8]UƢ%Kw YE*3 "C\b`BɹVY| 8-\Iгs񄳧Z_=Iti[Qsqq19@m@heBd9w&XodvR3 \Z;ntҁMI!/PbX/SVo[ruU@,\@Z8hɿvS&Bٽ3Lu/Ly:*3Np^7\$Dߢ,Y Mi$& ;dt7(';9OOTrIԏ\/iAxNE3(s,:WvB*gh%`ٲq }×(πtvK@Ŀ:v8ƉwNLl!j$"(H&3DGR]&7O&MiO3%Vٔ ~َyHZw[}i0X'x)MBdq$YpFcbHvUZQp ,=&ϭ͕k G0wkBT?3fzhlntOI7&":<; o #Mh+V5_ݛ'ȱ"2TfS֔QtI̗ebZ>"?]q?-5=S",G 6-f@K%j,m? # %wu(]^kafABj=N* ;A ~.hJyxm!#\a[Q GHUy͔2tVW#ySL˟yRRh:9vX5+p)Ytno;pt_X]6&֬J[ZY4G1APi!դ| 71_t=Bf_ߢ_vEDWxp~HygL}gkl20T!˙ƍueFGkźj lpXaNMfg b RԪ_j5qKuuN4<;;tKd cik0IO>^"ej39-Ue3VRᆪ0ZF)3XDIj z.a9 q8{~˼TAy=@!O;^r#X-yh >ZM͢sKx%yH uorG؄/V⟧(@G+ABy@Aq,[18vS([d'DjOiKԏT~ԋ0>d&0 gy)|͍25&d VDX$Њ&Z]ur)hi*\bL;aB6G#hr\mo1^+ |scw%A5X3^=+sysA!ez``}k[hgb1s [,WV\Bķj_3(UVT\OHl4_hr'\_7Mz-Y]>(g:A4 (8>Z*Y:dZ 3lآwwcx :{nsd#DT#TW]ET&, # :?6pY(>7+{LD>K1ÙwD3,H1k$E.耢(3*J8wX79?2/h А]57{na'ҫH9{ ߳(${mA 0y[qDǏpۼ5{pS=_ўZT&G'Lb\|K !?Ee slŶj׭FӮd" $T&sS|!r<:>%պd%G0\ãXHB0O P-fQ XaRdw>;i# ZIYyq)V~cX,vT3|Yw@ᄜ7 ZEx;ŹXHH8sDX@"ؖ29rDKA"o~r+L(p}UFĪ yz=JpJs]z~i,Fg6 ;-ʜuk⷏M.4h%ZS1(,K$;䈦>dTb֫(Vh %1nOwIY2CnaY݋YԞ\q#Ҿ `vTT1SX Tzb+~.E t|NޑF9HDVK@=j\ׅ"H5>Ȅh]8=qy3vPnɉBܮ,`˱<^ꏴ72;&#F?&VOZ$Gbediٖ)5銈&% oSH:%46ٞVҘXkP0vw@QH Agm z꺢L[Bknru۬rעGd:ê1YS!f{W@ ԦC@Wa>n:O 4<|2zjއး[5pf i2#{ͼMF暋 1|$TfJ{[|g$Ii$UHQDѷ1 k}&m>Z_{ihF. `Ey55J@uB 8d qVyа^|AhWC]Yg}QoSZQe,Άp{AJw6v-)lv+D+}f7WA7ZxOd7[=23AFA3&"icRg@27uT1َ;OS&ױeLuQ9֐wBMFeey`^ع;k<$ hEb{7C&TL+sC?pA0=|Y2էW'`o5 Sw2TjX.&鉸֧YT*M;nlmO,<.M>RVbnѫ,sET ckI]'֏X66e@)x=җV\*j͑sZ4xwmcŐi^ĆbGw[/E+NLq@(ŴR[.b%B4VcIܺ05{}c1W}dAeS"!)J]ӑ%9$rs,Ӄݦ<&٠@- !4P~CzGm"xi}GdPܹLׇCaF#[JM@वZc[1X螞EB}-qO(5mTQϚ-*^|)X{+T T.$Bx1ܟ65ƒǒ$buXk<^rDC[VBLsZ֌L9B$Jp2;mϞ ~t4M9*>j^nPO& s)p+͍?gG1zbjbp#rni/=g1xf{&#Ya ;ks )%H[HL [.}4]ү(4 R.=WB?19X;c<RfAȵ5 %+\[t| "1X%/tpԯ?%fY]l#S,3l i?+9oD T{%Cͷ@B1!26cwβP/?y*v,˜jռ>:xbhVi}oL`ږ[BQ2SlM4h%o| PE"Ea(QvQSv ^@LJoe_[졎TQibD% i&FxRyEUdsrJ;抳PڜW$0*rz\hҝvZRb㣭QO*,4˝%r 5aO|j%b7tX;3][v/͢Fi3E!e>I2QC.j ﱵ9$lt :0 6*f M/1lbBB}KN`\؞^NoRR7Uo$8;o+~ϠXxIx `䏩M0 q ߖ/[2pT)"{a:8uݚ\{W'6lP):}5ټM7l5+vlNEyRTwBD6:<μr2Jo"XePtgj 7SP$_&"Ps+%h}[*੧eEK/q;\Qȇd>ꂩV!:="Bk*0\m^޼SSϭ_K͓%*l,Wk máu":^A=pT>ZnGFǂ$R^lQv} ?͖ZQzfRɳ`q97.ŵ*A&̞Q8] =H`8 ĎoJ!]EFk\A2.yjRNPCIv;L=-N] M+JGqG#T8ΔZ}b|lT:6'uP6cx{OwWg/Nl}$[32< ÑXFz`gcn05,plYhLG{1pa)1`Zwwm^e겴#bHO AMc 9P Ey.Jl#}HeZ$%;B=צn9X W r&z&uf\ <'<q p3>!$d?ʈxESbPj@q:T'm_M }Պ3iKB BX}S䛣óH7p6KWdks荊 ȁ1s_);  QQGaD'FjxɷqgP'}+SӲtϡqdy< rvRQ`Xl.j6/5JaL{O ?8$`/?L=PŌ]nvIx \#![o!҉vn^>ymHg:Sw"C5 LBs  &%o20Tܷ,C_*˞zX/Ԛ,[;濔`Q]<WRr 2<qc(8!W;>_-)A];┛NsɁHP6BC~)m\8 zkP^OD.47 + *RQG(lLƪ`W]ƺ".-R뱾I:8rrɰ ZNpQK4?<0?t v捣ㄴz-rip h;)ۡ ƴ Qc\,Bݷ^Ez[cp'>)_lWܦ+HitΝ.yZiAS&/6P[)4RZ!@$C>/ t? KLُ4>$NF܎ޣ5E@<2?XRB?4x3UA FIkţeJ0i,X@FCkN2;H58s)s`4Q`B RIQ:OT>~1|$x <pP$;W&)uI ^v"M@wfHC ~=߸ yߚ*$ޮHh~ v8J=sд}anˬE:H ➇LX"F*C1fE!k4/Q*.#pn[6][=tg*Z+kom0ݙﺽ3{uݴkN50\ldKK6g U"ޟͪ1 ,?:: vwKۚȷ@^[h !h.#Byc: lOG/X DsQaX%L'H]ܾ r b dS]p0Ub!SSy aB~y߽74*,"zs+P҈jen%džp \ nKkt!xS:3s9Ĉ8ϧAE%k2fU'Rӵ1kI0׼y^ڶk8V@SNuU*bUJsMD)83Izub(;u d [e$n<yuơgE =QsA"haD: EpܥL~W\;n{ \.l'{,ޡa >w|Uzh\K[Ŝ9kn(1XiPP"Whp ߴfX0JQ\Kۡ0a)~gޙh6t] [VP$2^Z1`9,@b>ᯡ5&ZPrpCFe'>X|$pKaى^%?d_"(zB'pS"8B;MT)* ?[fl %`]rT}fskfp%|elh-6 h=`R{-T=&pg}/ 6L|akQ!y4˧뺻cmaS'Ұ7 R{ |$.[Ap43[,(%v_`> cZfseeW}(f>9*úQW*;Z1f؜,BԺq]q=$=72ZEs^"-TAܺqGH\zZZoP]7LCok'2*H J r4%);B/[Y:?j;47oR5K;l8gǢ${룇e}F=.BH n,P/m/Z D&L`Ph0),7^wL eGa>wN2H]`aOqV$QA52]>A,Pk2[؂!^R&Sir/EH0B{$_ _D WTrQ& 5vXVa[i2ZX~w:gtX׿?%"6A2f/J+:0k.n&?%&v;8`< ޥg PS~GfK?!ox~֙FUXƬ]xxH'Ѥ]<\l-7Kmtui\V,:P͹M!%\K6i=OQjYIj l׾  ?40+/!$=<<NךP;Pv0&jKNW]3wU(ԁlG :+;v5g&[c"]0.9F*Cba W|/CvrwD8_My]8-t%fn'G ZЋ+Aׁ\TQ6R.rR#))0wUhC [K'+ 2fBg#X 4%ɠ˳jD]pW%RTvcɊnM1M IhI*/QorFL,-{!h/"2"fU P>'v!y5)xE3A8 xd4h2Ǿ+D/yӢ>ցy` R,l$Vj$^鿞tAx# ¸eb'< c޲aejrCJXtfq U207ˑkCQ:bVDq/@%g>jVMBGDg+@T!$$ }%~'~=<㡖33ݿc&1R$0P$ F4:X0xμp]}$\"'\qcA;WbqII!X+.͆D`*t[x @6pJDT~-5U*aD7mz͆.7_ҋh<>=6 אFN:d) 6zش;)-?cX`mCn*(0G83 Ґ9jvb&="iG >Z=l Z/#ӏLtv+ WJ7MG'zJ.ҿH2D#U\N&\S%H'ѳ{BQv- ßOMoh3ʂCuHmO*>υQzMLM6&|0;!luO0ku)dkevopq4$s*X{^{c_cZ=:yZ[M"5rߋxջރՃ*bE1B!.yQe9o;#jsh!m; EVer eARΒsDt6]^odiUnOCCic˪ zfV4ʭ^ 6B`Ʈ"P#|3'h/_/ɲּI_DU7Pъ~ 'B$߼LqP1}ۏ*\o1a1 #%f.1DkpR>;Jo?[/ 3댲:ytNPܠړ+3Uwc9UPEV4#GKeΗp7N*2mƓKcZpkN&,,of~OZ!'!9Ml"\Ǵ>}YczƢE~*W]CMpNS' =Ӕ-=t#y@:5#FWɜjGOb&p'W4LH)9.oj7'c$@NBh #c*t5-g U(n=q\$V!EiG_m4׉y*,QyR^e嬇6|vg75WuE4_<_+MApY DTηօ/׾ހɺ:MFҰjv#?(oDbM/s{u(Iw132 'Ss(,G';Ge% Hv)IiJxW/xsڍۡ/P qc7}r |VjH$7C Y{e&{ 1.Z񄾔+KPV#엳{x!۾)}@MVrNi_sz܄LF< y0g;fKfKFT|@"I S7=O*D aؾ0\<=lew.riwFQbT&9jյAl ) S5jso?/4 VC+50>ZL’9H˧cb/Κ -:F_9v7y8Î-hpgYn3 DNЗi+̦")߯<=ՌDmO ]$%'57 Y۾}>mbJ%Ht.㋬Weo=|Y%Oy!k-iI/l*{\?JMFKTDJFW=daEjtdl D(Ǭ;| 7KeHԨhz3D/TL&`1Ž{˽L۰߷+ ȜezHȆSߩ*SLoU8ZjNi$r#7Gݏ:sSJ֥Hj%ˡ$Ͳ C: PJ$;)#ipIl3>4ǵZC4c#Z&̬,a6S]Zm|F񌱸@_nRO omXةTî( Tf ZI#bP m+d·/[+ q9O`3I:0I\(po BA〰KC_w, 5uڱr"j 9~z^W;Iّg $XlBbf Q^c<xh?.=YL} Сy{6ΪF /)$WԜB,P؎:vi-UeJ *o"J!JeD_ۿ8حpț g/9fL")CJf: D#vKd9e,᭙k2 qXPCtuc]CAma !rnUu]<}o~P)o9GKJh[p~+sVyc\蝖DMCɄ|ҫBa5r1tJcZu'I|m+ֺA`wD0({n8t *؃n_̽[

x&T[ Mu#bV7Ca[bvh4H64P4QFIasemΫd+M_HzAp>KbmI]|l;gju; G_;d61~4U(;bOD_z$OT]_.Jy6bb o:.-fiB?h`L-}a/jaZ i1{܋FX]& 8&VTwoG91G >O=j^ە WC!BTf0s YLxn#|@U22S7qR N-&J4/iIt2% fҪ4^ K{ otPtj_"$z ]-'bO -M{?pݏ*wB/Xս]9(8b.I# CLF +O6evN $i>`Y$DF+~BDX.Biz"uۮˢ `Oн/ 8XC Ƭ⺘~^YXZ疜‹MEe cU_G'RUIP:|q=]f<~w cb%֟nn KՀG>c7Rm+F])e= uʙ[W |1AHr[ A3 9a;,st[2R-#18[|VjY>-2Y$ kjOEO_lsE%?FCL/ɮ}*8)uvd1mwNF5`V+KTZ1K*sd?7q#!S^(*tB@ǜt(ww+)sUБQW_jt[1i^i.s+!/̄0@VAfv\;I@F8LL3GQgxSk`.-W {ZdJ5#mYA DV6,qH%@2۪OQWb\ r:/:9FުFDͪ u"~0,7l^F+lE!sb ޯ:2hF Qq^2-Ȝx}GI`ůH87ӇfRбɐT筲/gk)E*pMpܲ67G Uh`(6 ŔzW@̞}4fb}9dǫΖv!*'92֦98:V%~5j2r!g@S1e{d@P?-MѴ!GP;(^cSnA<H9';MW75|ß6ӌ[l q6VW\ a[ItR@shPʪB .4@>.i߳opѭ"(-Bf!r`)"2^'V8# M˕qp9SlWN=w }t"jbph ckpl1{lV 'pկMݺM .2_} \}8+\.ߗ pB# !li/>\gjCB\*nVWCXP74Tnmȫ'% jCZj.zץMDU6]6:J.HH2[Ce}yoN Z,3xM3LM sW$[E/V6EE7 ]2.giR"]wDz!L|zm}cըn''˻nPXK`u 7o{z&.-O|Ay˨A#TSR&T&~ʸ>^M)"Q0M`+˱?fWv#ZSD -Ͽgbo{-–ܷ\+/Q筄aa@I =́"}J*_е fxSJ ou7 1] tv"JƷkЫ6oW.x}W)Z[KMQC:0l3đN =\4ro9";-i<$v c}ȋ ?? |3>N6?*d 0/ =54-&_I116/J[}$6M?sڻ|Ev#KX'E:KbgK  Ԇ =[Aqx,ֳJ ?2ǽv/='b.^LGv" WBز~2|)&B9G*q(b0xC$>: V}Z ܯ幼PNNBd;T9Z$%<>BfSӠyAa ^A}P'͗$b$92KUOl77Ψ-Ft-I~I*ĜH65elv 9]ĘV<8'3%~P#Q9C{'r9vîBm{4"墊Uw.H.@w(~&V9S-eԗׇ}`ׂȣqpW_vįͻЖ``e3-UigEy\ XtDS=eDNŚNT䳈4/QH2k  }xh1@vC$* _0bǷT@?Eq& k"ܨ=3P#_s vfZ]5~ޫY[ Z),f> zv,He\ ~A/IH3T*~ Oy]̗ůgoU18c%`-i{(2Vj4}Sa{'ȃ`bq\\+/ Vd= Vacf"DI(iAODߊ4"HC/m1I.NǤ XV'H}Kvk|=q$0@},F@c-<1@Lޜᶥ%qWŗlX*"cPrT^-]0wSs9[z?z%eVhuSʈ >Mƀ6H8WmI9V[ JЏɕ-R͔r]yk)r| *.KV;j1,&Q)Tyl[oâ+[?rۼM2MTtKo3{z\jIumB+bW"QEyכ'3~=Pɤ%r+Z*vR wwT*wFꓽ6wH>ć4hD Of#.]CQe jIxlv<3; $8Wqy$Y6rEBY(2T6$C40uZEb.9:]w?E{|93SE~qD%ΔC~C :/!L<ŗOC  7VmuP:"a6PiQZzNGaW{ !itxS\DOMWmicd%vN8T9j; FJą}WSDZjYIR9f". %S'K7"ra ⊀{.p:t/ʏn$Mw~VL%5AAmۧLzXt)IFJc9ϴ x16ݬ)ig:VC_RA02W®UT$#n+$"ahs;.$6vK 0R7TQSvS}gXBįjy>&? Wa;Ul+{6ohatWUac&VFƲv>s;#췢"Wu~_\bs1Ȏ+H0Xx!vq[*V/ -OO(V(JOlkN2ln9]4'Nx68O; )Id{>F1otmc7529ZmD> _!e*=WEx9R(^F6Kֶx-f-YL*KQn@f!r9ІO"ܸFX:诃>M([jt694 F6GEk@:‚xtK@a= Hܯ_'X<-=EkS;Bx+l:|YMƝb)k^`>]։_kᕊf}}*[< <IsTx´<9ރ@~)4C |{N2:2?`90xGM J H"p6½#`% c{ZgnB2ǜ䭘7 cc([Gl={֊"m0VMNS"CRMam=! (n+5g,‰M duEN-~Gpn-1;K+/*H2͘;gn<+Cr=|Gz3нZ0? o,'`5XN&AyFϤ szdVxRavk[>p')47 )J 'Sv c a%]g0p)µ}ix{ /yr:uS TЍ4l/ad+E6w%{U".6,M8׶r4[&OԒC&Q/tP82҆aWuT Čcҗ=PVΧt|TH5DyY7}"VHÆsTlbeп6O5(F=(Ѿ-cZm$sj?uvuQ#*K0 ~ 6|H_ix4ԗL6Ăb#y&`*hD[h&e>kG[2|Z5e}smc/щZj/q"w܏}+ %e/K~!Xwo#n'9dɀ@tb._Q^c#w۞:Szs'zK~WwhXHǽ㏚ Q'檴CWBW$ cM4&6lHdF8U߅O9 pFs.("(b69 غ۴H)cGMwo B _UH!I|Zܟt7knͅ`NjTۖӧ3^Y29V?ƛL1kO^YF@#&%pؒNIYƨTwk jhg 7mt>ku?uܭ@ba3Y$A E ~ħ *ݨ/W~ 3o7sI9;ud bJV6^akxO֛ t\()kai:b2"|>fLݡ] %yN44DEZ0J~L`I=fVr,>򣏎t:K9Pc9eꊸn@&5貪[M+ϱ-,SvJF]Kq pI1oUz@.U4Gώ+,!./.(u'kA 8,g)7r$hZsA~)顈=7~?%DxSֵa.soK30^<5qD"QLw'ynmuepuePgGN$?:I{iV!Je:_4k5é`#wqFރL etYax/~Ïxy1Lo0Df4 2 QuH(Oc *|̷[,`h|ޜb3uu@-a^&FUgyM}VND\Ю13z^tQr,TJ E`E}]*' J#msM'Sr9wc DNGi΁R5Cvj9#.{_d YGP0#vbniɉ6o*`RBN;5RVtOM-yb ”Zqߴv-o=EO_lFY)b1ACh"kO[;5kE{+f{0UU؎?r'ZeB,t_J_[rx2Y15R#7vgP;o:,jOt&;1z;y~S2>m`IŃk"R4 HYζ"d;V O'H&oFy,]HFpfb\F$܉+\2MdS)Dn) ^@C $ zF:}o:ē&Uu8MFuCa>I kzjDfaGÓ&&Ns"?05:UkLϟf?cT߸?XΈJ-۬wȐ~/ k1Uk0hV_pQJZLTZe8.3:ۼpd؉teӗ9Ʌ A-0X Qem[hfn?|;SB`94 gMquqʷN pt!@6.YU7׳5F9d*cvv c7t2 F*K. !HFN~hZLZ5e&5- 5T'Rr{,JκF4it3K7vkvFQh`>8s ! N%-z;BHSG 4RW+ wc*N +R-k7z~Vw:_R7޲X,Lyyj9THM[ 8mR!  _8K3Ae~|ÌѦ<&гLsHy NQux;Q4Ix]C+BTѓglY&|pA:겅=9Ќz~zv Of]Dj;kN/CM>)f)G4kMU“Ƞ| Qj5?$e{BPDeEL1@fʈh&H DI6j@G|OgkS.O[F"+!Mk=e$s-][o^ߔtq$@g(3y.՞tF==(nv{4s7S*]ш>$1*riVny0D=c/ &+V͕.z(F(brO0?u6SJOA4ePԽ;hc%%8ݵk/ən\ ÄyjOm al?Zu}XV͚6]\hFYF.gIszh]=uiF+?}IiX>P7^Cr$`^#, .TsxȵE sDKձgz XZ,N<`C:zKKu i!v j~N k@? 2kSx4Ճ ~Y(8n{Gd˟DdXv_蜚"$!&qqꞽ)߈4Շِ-7m1hZ+z6)UO dz"*(zƞGS tx GF٠*an(32Bޜ1`ı 4#B*| Q$hesȟN'\I 5+$ _֙-? ψfIkL` ߍ {~# S<*X$3l@$0DS!r>ȏ'Ztt^R&6rlUNt5(F]mq{7)@s i#f5ξ2{b!B( +$ >Q %GłphqIMZuĨ>i"hzjs~i-"E(+;_*y|>?GYh5*m{aۮw0Rt6K5ݺ2<)qtmzK熣Y9TQG&p7\>oWxViw\@ QgXIڑARvG`T ,3o@6*W:i.9r%MbrCcW8ɋ$܂^k t`z:3H"b?(XxBvp.3Ǜ<Έ;3:nףDEܜW1>/A2I6u|b.ձ|TAo(Vb< d`jtK JYSps形նfqs ?tdngO+q sq/1燫5]IzdL_ fK?@j%tɣ,5+ey*T!hJ?@,ڼ4ޣҏEEe\jE RsH/xR JO_Ҟ e9Kh)<'4r|| 8X_`V@j݄*u[]ky}CyGO2@֫DϓOԑ?$os`dř! m&׬ ²YoSD0` $śF҄`Ԇt(^ősn(2婏~dS6VY[T|Cܤ5Qƍ0Hm5L|.Mƻ$rc*yfTm)Zi46cwulM8PAq4-6Of2Eb4;w\1z n-U~!(Ly׵ҔBĥ WGf;ve]S[8 7-ݪxF'a " K)L|EJI9qΔ5qJ#X#HXے'=O<*qρ2;C 4u8yye͏HJا~2sȟ99]+ԾD BӋѷD0?A职oa! ^.h9͆w1D3(Rx?!BF|u`-R[DEl=;<}lġ q"?]Uf{)Ou1sN{\f2hiߚ3(R?tyϝrKIk݂&XRUR +{x0n-ܱm";!WT?k|3WvLچ/wDa@ LO#4Pfu9y jD4dٷSBdLIJNsO04^וYL(yh,܉Gu!= f@LOg c ϮJ[Ь|?%[yˍԩ\Bcz)`n3.=$zoQmy(0o}+ߺ[S˶)\PK^ +JA()MS|0$# p2B'>>#)s,Í ,`ڤwڰt 굻(o?שׂlk%fR.COQ1$o5@EK~@jy$5m*Zx-Þ*7RxU [bUruM6ӹ@,ɸQx4g&yRH~?n%-H;jPxlgXb .r;t]K0_/ {p@9;6V<+@0lIS)uwzHuHY'f=ń%*iҾv'?>ѱMh0DW~utN/HP͑F1/lE7ޚ"c+;^î%`%F9bT+2Y}qMau"Qx Qf: UEDFceщ9rObjWX(_a@Me$ -|R(xֵsx[og}2[{mZaa*3 ==o>{]ߵ-)d4˭=gQFK@LI-JV,e-8͆=Bk j|//Z(&Sf6rcw3 {63X~;J#s kNDcP~:ʎc moq Eߴq09* ƲPN!ouގ~ْljK+-L!FԦ%MH3Y4xQ|#]V@3Z߾ aQ1ZXUgKi8ŭ3)KSf^>@u熰VI.>Rqg9ˊ@9OPnBra<jc_ҭ5eHݗ|^'X+}Z?VZM n2$+:uGt,N-VD4l(oq;')*$Nw8q$ZТ+8('7g?#Bai wgR#%*ʭ.l B7T?y.ʲkoIxW:TGܜ|s2r۲ӽR PV>JgcE f@3r&}uN577f6F6'p/P8{ DD{^$cHFLdkwbug6*x<ɥ6p",%>}d!:3hЭ:̆ "}2_fimF¯Ңw%>lK$uHU%uб+]߽7{op9ڜ ɹ17DŽbJ{5~PP9@pBe@oJsk&16&vpz%5O*|&3# ͘]|TOVT[2 ivxԅ S5۾!ǝڒlc:Hu{@L#{)y"B:jm+?L$hyxN3hP*8@SldGĖȣucJbkS ^5Q22>3.o;Dge#4G\l!34*sU;ٞ!vh7^/lղؙ1 Kmk;qMHݻM+6* s]`4\7aj]@Sxq)qWE .1"U?ҰJOmP4‡/8O0RFv{JH}c6' AQrLc S'NY+RBmo9Q ʫpshu8T\WCz`N4v.u0 JlqV7:@Nvk 1E%-y)tsɕk' ګ0v({'"5Ap94{ɉ2E]3ք+{n>x^fwg`.`,4V6=n\6FHU:n޼k[{Knpc1D0x4lݙ_mYs~]CZP#49T)`ra!|t򫎆L7]\04\(eӡZHРgw,]ċ)sP !?vhCg&pV؁P^`*en&rKZ%c`а`wPJmfǠ(gdX3}ku\(_\].c]hX MbYO҈Lz.SYl.fLbn5rCSC^ 0ˆqG=Hn;iW2W2%u~1бPia>!f:=t'es]Hhk)Y}/HFRJӼ 'srZt>aCğNQ1Ɂz<2*V=FIެ<<49q9@LIMbxOb3.r49 mOxV #Sf{k~\fi9kJ?;>mq P)dݷt ZvSf@@x+9gCs{٬ef͉۞b:kxI\L.xB= )_R/n"sfB]b>{[)mrV̆,?z uoX=gcd~ET^to!$fָ:)VsU[0u|g5Ƣ`vJRay Ϭ.Loybd\9Wu@/VL, ɞ\T-bG% Z$>=R~ՌS $ҜhHC`d|YʣՅNCk?&`\UQ:s`6gJib9F0D+*t㒉ɅY%[[} ڍ¨|xŲtn]ae*d03q4a`2;qt3٠A7C磓;kBj*{$%J^3h y+ ؖT97Ǭ{H!L8弟ؙ!muͤ@MQn B$XS%j i;OָKBZVs|{YcT+HQhâӛ(7S8I$bE}ckWګB̖gܐ[ǘHQG L'$/¹sQP^E߲( [Œƅ&ss5b'Ȁs~:rkkz(8Qy+7Hymv@!}\N7ou[j"u7"@|(piJX9 -`hGo4z!Lz 1}`:`:L;7Lr=4RwN@4uӝ4-ї1.Jњ kyJIG6q@0\4K"O){2C^ձA-} ]e1nU].N:dO7a53. 74.*5ipR$ :z =0gEc][Q9HRO1m0#L {mpL,!þ|lp; J|a_Do~Vew؂N?7 6Z*g?Ƹy zFT򶥤9!h=۲nbh(Ӟ`|m 2 Z,vCS&쥍x%8;n6:j(wָ?ósS˱GKeҜd &5\!ȍ ;B4xM&?ר> 4ፊ'I! filBw} B')PTۅp"R2haw堒/TA jb W0wg_1sq`zNTp- ~v s0D1lJlZԙ`8`U3WkߊN?hkD\#-8Hlp݅}dlDЬ/+J&J2V,UD,%Sё!6npOsfhؔ7k~mV!,pW'.!E] (s}5]UmxvRidaG&u得$]$JIV"UH!!dNt|+\ [Ѝ4'.ʀp/ĜP-jna6J,H*:0=.Qcewt ֵJ"VokN[Ai8of.8_^C`~;+BgkQ,/ җ?ɔB7"~wiyh,ře^]M-^aB KxnшS;U.xndF'0JXZF}Nh ~u~'3)}d)SmDEػx*vXƃs&_CcnGd8f{2lIlU@u鉒*ػCE=w-3pNfiGeie)4 ӛum۳+-mfk8 G~"O,`/ ZМm# ~æz>OЯ Jŀ[g|5ۗ4eQT'~Yz;Fu;mumTH󐸥pɌXnjXTG(NWɲ gV.SQ14:dD/U=Mh~9|ߒLsW -=p"oEɬ|K Nb騵a.@)kɋ9h9 3ș4IM6)NpF]ק)A=̵ {꘤+⺄o xzQYh>t5:Y6g| { pOYg 26<_E.z,c>* C$VV>^nY4S} T܋]'#Zm ՜Qy6MejvO%E[y7fzY6{`ω#?iR,G7Td`ID`{KpC ;Q)rrd /0ZS%j#8yunms ZQl>#p'rH#i; ކ-瘏-(QR׺Js)T*!_[~~s:vFiKr!0|!S JOMui _f`R7R&J0jdԕǃT ~qJn \[`ZX)Red(`a]Zę#ݸ$;]YX=MW-qIxy/Q"+;\[`M9( 4ڷnR-[J Jt]߄!i|2`G/[:a₏ B&IJ+p'B6ВKH5îDu\dlOXc[4/|M$= Ы O5(a)b[oq#,VlY @{ᕴ탿:쐹CsH6&IaΛB<vpxCyNJ'UjH@P~D1Q&[8ҹzly KowN i+5zB25UdSCO<7{̍CG!ddkV!'㇚4H]eefC6W3N0,>:z_F 1rGDF[$|QL 0d6u``sޣއ7@leC ޱĠ:9skn}~ۖ!ӓ]w`oƽQ?@ !xuдM29uk0ூM6S+*NŽiT\)":3eD޸<܊͓n1TXR93FhTbz?c( I g:{oONR6w6Ӛ9!"ecE {jhzZ+ /) ?ZNl%1LG;i1$՚Cn(!?8,R{_ w)`GmW<s[3!Suf9_4HY` DDm/,A$c;pMalfg}x}||`Zm5~ _dp8)fPXϱ8 mS"QA]6SWKS _0 yᶈqR=*[NYkRC/"L˥Jí>m>`Aǒl?Ǝ[i(!\~){|dnIf޹"L%$qHRvzlj:9>V0N\ ~hrOKN vssqxunVY-|v({E}П@x9Gn "\P^D$9jWI6i }jP&To2NׂڛP~&cױ)4f?l3\fKO 'eWg.>/,o=(6B7yQV6X*qϕi1S*izYX`!זӒEBоfC{`1 XbIr ǻvTFNEbM`u MggR73 [p]uMcvن0W% t:*@ƙ 6D&6iQwC.@w| -+A5EVhQ|&XLw) ''ŅSc`@%9`БȾ"ABǴ_뫴*A+Ϻ0kwj6Mvsq7ugk=We x=Q=ogpw $dt6>GCW_ VSw 5.3i-~"b kJ3xP?Nz Q<2;0R \*oJT˕H HG/F3%Hb/5(1T"d{V#o^~Dlȉy|!\f<$EjEk*౲[-Ds3 8^xJZnXW.F9i08yVDI&jfyh62'(4HCG\>{?z$hRPK 9?ްKClQlOd_w2I3'MRTW[CyW& "ߓ;d b>WN0)fE-DԺ<*ӽ7LzSo 7c*.V/X{ճvvY]k(U\ւq@" MoXv\ݡAɕs(NHшv/Fݡ*R|R5tlZI0IڱQzDm\qt%ѧ_?֠3!T Q"^e6㖠I$Ե )B̦`"\eA:D{֜XnP:Ԣa uV3Rϓ{UӋ|#Qzc'lgz |6|*N o+yxq-,8ߴ>"xEw*kz6^tM`̭/Pkmϗ/^3!P5 %y-F-@tJ$=mW_ ܝp0}}mh 9_߱aΩ@B;gk?"ɛ#A?l.\H^'À|Ix +~Uj@] {׼NgRdI8%iS׋_79!!dV-}SWk5Mko=j fM2TEaRt4m9J߳g3^Wv9@5(QO4).E'Dn^cE[^Ft!`+]p0_巄qU;,4IЄ7t=tX>ES*93|ZsXI,&|!XQѩȄvAF/XJ[)fT:H讦E\R6*yk# o+j kY"f~fGe[^?fh>RgmM8,IrEP "7Ф~IM/<$7w7l+5Q=8%}74Uܺ ^ɤZZ0Gl:b-l~kvȺ2_SSu{e< ̗60{^5^uPJ7x64݊wם[iXp9))etzqkd;@1Cg+W9%&uCҜ (=9}#N2#IEf).6 wܿA._$Q҂/uӋ v ؒ-17"l -K.{Z `cT|wy< B_yYz,B'21sHz_ar #'PYQE-زl_bveWEVXUFGkyҼӖ1K)A\4!y lG7#"w g?v0}Bq~;Dc$'){|*gتKHx)c+Zj OKN~ ;H>r"?͑:) x?xg{"3L"IP'+Coq]zΞX`G؝DXԩMv ?4Hým&YMLB6B Hxz F D@ӾLTzb 57ssq["}gvV1=%5Md}1?5mݚ @2`L2M$lZ5ŃsZZ 5A;_󱈨S pܖ>V y%kj)OYܵrc 1ZN 3p4]5(+p^Lةz3m FMy(.\l 8~ Iߞ t.,lYQ,Ut=lQXA9EQJk}f}ˣR%(ÕK @[T@WXg^MVcUbrh.̀g5q/4 /Z\wQ'5 ZqU7y@X/rtSA񯯆q`B9%_v0@.Dpy[Kh(nk&Wj*eTpF0qɳIGt\txuֵwW<8p b(=KvntqC #/ɗ9nQ2ws ?i OUѣE*#e) w= @N.fm/*/;<T(V )rǘJ|' >"¿F,\Vn:O4￀ ]ٖ *$.huy>zQ|2^hWnrǪej쮵Rj;(P86%p5ZV[i.1 5%j 7݄!a)鐧$g޻8IK*MQ}q7D k\OZOl薭@v}=vA%.Jo%+D%13c7 ʈ젷9 Ak5vJ@^ |,I*ЊѪؾڃG|;hY$UyqrP kBV#DTc֝{5 UbحuHG'9GD+`-H l`n;VR79tf7ʗW0VF2u2w9US-td/ sTGΝ ]seaZW);O"J|r,JGAKPRf6ZZ>ݻ>ۛRh_$h ˜ń[Dy GlLeu6NrrHct'=Z!1Pd :g?bAqjS6 f3@tz3t8W>-&:U6GfUtC]@UFN$D]TB%Z=aѳأyfV,OtZP®q|5u"\b oLfGsE83Ǫ~?j;~]WlDmC`ueyԦ  r,kMMYJ>U? QQyI"ݑn/\(:LCy J&z^<@hFNˆe~|h\ĄĽ:2>5kn;/Q9i 9f|Uʍ>d׽9۩R:橒* 3,0ͩU Љ7.e{xμd}m`0҆/Lz׀ƾ\wo+ 9#'>0*iqߟ"LFfYZViR @1Tcezݡ|"ky .K߽{Ms[EQ`~}'EmhMscX((Só;j[|L? SI'jHNEPÍS@[ϘH3gSE-|(-\DcC5o) uVO^% O8(; r\Z]7iU aT)z1`@^xFqU{@gj x<63"2U5!oTE$vTC^Q9mήPfk\ύ xT#S,cfɑ|C]@c:5b l}*kP% C #+ #h .anEdEɸxe_r#vڰsYW:!vc5-xY1 #B;Y}"1QSI%\32;TCM1]$|d?oAx1#*9) f"13BDS8c bP MfL@2@͸×JATfGioN'ɂL]]vѽH< Lx=47joL?v1[!*Ǖ1/͑QG."k TW8_m\Đwqݾ_`qT'N]dPqE3 (DXjJ3Vf%ⷵ*$2aZ_6e)4a{`DF{jz^R2̎8y-P+\vEs _^$ۓ"3x2} 4|.["M`Z+˅|B`vܪѤ<]E`Ggtq3G9$81zʲ{F>5l>0Ff2yؖj%쭉ɟZJv(!̐'`#=g a^{ u0uJ[l4is@{xF`s@_xlA{KNVP$w1(<0MO"1^L꫰ukիdw!l=J{S'܁ F\i^*41c c8z6gT8*t-ٯ-LEG0nxߕ#=Ԣp]zArӔ56Eg2O.c˪U[3A. ְؗas,׽?!b3e6'Ꝝ dZv BEbk|U*ӵk^4^;LNE'OPJBh@_w[NeJ:o2W!9X-\Nd\WC)5B_2B~鋧S T-Ѝ`"Әȩ0rK蕍  6% ZW%*'S9ʼnd|YLjg]%h'{m~!M ϥ=\dJ^2\6xr:J\&決'#*䅶gqOFAA۬jMy2%?naWA­y.[mѠ|k킁?do敒gGsl &MԼ*aS粹65 f!fHeʸrJ^ Ơ`tVe)`~>AɆw@{gznwOQHHkY9u3RK XH'UVdW PBLڽEnËKIZ뺓#,2ⵐq9Uga37*Y82HSN0Cxɢ*ܗM/VXpNNd@(nGq7*Y@}3_@lW ZНF|%Db`#ªm aRqs_#Xn٧4-wP^C=o LDN~3Qԏ(䩡XƭLj'ht>q H|^f-RTerN΁̡'?R7LI"$9v~qImy[M-m bPU(Ŋz_c^مMi]o9\CjT3*Zd+ X΅:kq[:;'Ve,WKy+Pr ,42HI+E|Yw V8@WYwz32I"H2(A6we: ),1ꓙ4^ƑM(V ` jU77^c6+:2 Gئ4K<{0 *ˍ6$;-kRql65VK`Q|NKly?}.Y, +(މpOt W̰t hWfS+hl}:14vf{] !ī 8J:_}>P Ԇj/6MILڂC6w\J|xJЈ q'`'KYnaJ7%.\| D~eܫGԮ߆ba>+B@,ʒ͊+>*7ͼd1`xu zWt \)ٹPuǺݦ]P.g2g;8eD23콳lqŀEDL [J))gJNw{g*ˢupݪhhN}P 3i-qLmT:zH_ u@J߫g"u۽FlZ0ϦX//*7ae3?%)JyKqi兡)Cj=\gHݬ2Vko SgKvȂo}9 Nj@U,f_x'Ie/SHvG2Qy:XQ{C&)lh`Ldfo Rt-y%l$1XǬE C.|RM} f)4 JzD Ft'C2^5kGܽ{h_=88[Cwɳj8)$!!1{A3~{1EHigDM#(*g[¬rd<-X?xugLVQ)-sj m.j21MDW}% mPɁ`-pBKGWf)Fژbkހ3J|:v/Qf# OߴYU^'7Ti ܟ2,@BZ0)'E 7siPZ7]r Av޼^,z }])rĭ6ڑU1 zoY9ќ)~:,W'N!QrK̏[*WX)اYx>=!]$ˁI7Nsy=1ɎԳiAZ!WJ3w@+!,ytm߄8G+@oߵ2dS|(lb{0̪3$XXv/tC`4FÉ946r0M?_RaW@Nߜ uT>ywAaݔq*願z46]EI^z<\쭲N gm~"n)+gg}N&_QHo@T &z JDRe>%$B.%^rӛg)َ`; *&F2[ǘ/!Yf1 Bg!B(e7|޵]JПp<",)\xv F^ |̀&*;4u6@z.qYH13D(!T6WHm.Nΰm d`' M'\ ?i4 iGZjQ3j9 d|XXFV,kig-nJo%KHei׮oΰ6Ľ* }'|2`=gQqnE T\yMyǑ gѴU*oeQgSTujuf^|xoueZWgfz"V=p&/x] ԭp7zɲsr&Ff@$8dq*mDʠČ+$ kzQőrXc.Tst&i,`WTˋJI Ԇ^wCִDKRYw4yрZ + !8g6!}끙YW>&%36mMQy:;hkc)V&}uJdG&4x׶EǠ7ĂvLZC2<ՉUI?P4@OV]#fd_RE RG~ȋza0.AEçgH3L@fRөۯ-=Ohz6ZCc om Ү㊒-̗::V^{B>0m%H@g{Om= IN [7-@=.lGt]]Oe<0>khN*+by$yo*Uw2ш"†ymƒy5CY[P:Hg5B^3bn4B( r1]<8i=%mg A9f Z)ۍjG55O𨘼=_fٷ^c9IԛcT=V +;Ad0l{SzVm=vQKcu,(x  eڔBp\(NaEˈRifoh?:aMyoW ES|^S |~P'7YeMiw <d߳J`[e$C`7n9P.,*t3Srq?qNXq[YH%ao>wBBRrſ 7ZؐqZN΁xc ɫk^,WVK_z[_~qOl(XMJNىPؤrjs0[b %fV 邧olWjM{!¹I7y~Mc ~#9/vȘ@r!rh qֹ2 Wcۻuc@h#XCR%gZDMIw }Z(7"DO-h18:`Je՘\Z\醉SU#Bx6hvJ|'_LU#Y̲86Z!]g]63YR?: 칱v& ZߵDQꖛ.8nT>ƗCGPX˗H..]:d|EҺY[߂& "gCQAXZ[H٫Ȉøsмr:k&[ @QQRw5UXmXEt[( ϏRp~QUeO_0#a{-o띷_BZe֗bŹApe)+L +tCk0bt*xŚցuE%*'61v7C=8"xhfɒ6yy6Ǭm ^7䣭[a; gxuT&T+¸qQxVD,JXme{ĭ\1!ƪxl})Ö_{}1ൿU"H%lJ*lU 3xIv_@mi uf"Y_6b`TY2M% Kc4Y.uh4p>:% 2IοC[ElUQ7Hy>)y2P/.]⻨Vxͧ#f)ƯI!Ԕ 6d7XU%-01:Wc娶YSt$ԛ# 2[C?N:̀, -+|rrøDZ1)?Wu֖{,F&ot?‘K' ע#+>Aܳdhlhsj}wtjyk Kfl'G 扚:ՑUQ<x.nkx|$q$Vc@`_|.wbuxQ6uam0+=?UDkY@+v8ԼB1;Nx "IEu qfI↑(&[~.\詫/dY*)HL*zt;hל`mH{#wц%H/nY!C ejoHa*|MA0q޻ҐI)frgoTDAuk]KG?Y"{b/i3f"YJBup^QlJm1=,ե/PEfS}o4|L"Jڎ⦇H'9c/`WB~Qo20JtrEj_'Y`xR[B}eM^sdᷥԌnh.qKD4xPf|ڛt,& tunxvWWqLd2x;K6Taó)$=CD= pc:_lSʏJuxDqv4c^!!V4x7׏x]#^68e+XpؗNqgr߱ՕKE^B/J<-%]4O zR,_V.E҈_cL0`3W=x&W"M`o'=(RScpK^C,rWъT~Z!2BhRSx5 75vZ>^ZD>~"k6|Dͦ:Ob:|jGsvȋ}7mM5e(3)S#D`o*x3SM֍j[a͵y-x$d._b9~6NHV]#4H3c6W iDkw])z>0֧D)-OaJPSsmYC~N!)6^B\P8<~Ug XC +VkB{zZx <Z:Z}C#&Q0.juG6 /tw?q<~M Q ~+ܝ+]2O칏$):{P(ɜ^'nk7&v»A4!AFҢn>[&%S) pU" ODf0..@.pD/ 0F@|uY8(|Pcxk!H[E-rI<(CW nvb*Hh ? QE H P]my偞,{!:@ \']sA Ak Q CC'"9*Ϝ m Oɢ$ݘVliJ+\ &ܲ*9_4C)T@ϾboYd%6^++d2ivՎ3MV<)x=JxB۷sc?9Gg4cўm̰ۯ MFpzNz(oEj>ku=sa0k*YO?= O+ jcHDבn+DuܫQ(nI k9|U*+JddƲTv}Cp$Ax:j]6tP]l81b c6"%fF\nh7. Pd[c%,NA~ĕ<ZACzQ>E;CYNCFxEHE6G Z^T%(c!M+Wu} '2M8 ܄OLƩz[5K^ UH{SGsfmr%^rYlkCQ8l«qJ/ʈ-hQ|՛ڽ)GG+ޫx?sҥX%NJWg~<]Fs [R{K>qX":dM0Cץ y/%X|EWg(=!A-99%s/b)UvehRc {e%K+N^wf<}I_qJeݣJZ `O/$xG@U]b;4_ qe" Kbf#\$]W9{҉fKƳQT[\i+ t3goW LRMhg7(>V5!GZ&6h?}cj˰m)3GA]6;W}>RIEY6gmu5BDU!lIVE;1Æp"* XlnwI^oT>p\nZzކ6A{5S퇋[Zw⊨CPXR "/c/oP軩Xy1'꫄wO pdIX~0 8x]ώL9ac*y m}0qɋ7 prݳܱZ"㤭70h(䜫G? DRVu+cSB-Y)1B 3{=7 ]!ur2\YKϓ>Yȿ|wMZӸ b|&rZIZ oUߐ>ƀ>svpCr>">&"Ѝ{@hҬ/2pB+ } ľZ:6)`+/QGh),Iڟ{RVI"+ #2t18t| {_}'CuqXqwv4ôR_qPEK 2Q[O݀u++pUqn\G[Jةf=o\31,gٲ\ ޮE6YW-|?si)]GhE{G2@KYr֚#~е`hBhaܡB(7Ip{J̪. Q[=wm8 >x~KdL> ZiϢ;7"_4?@GZaQӡ4I71 :(\F̻w әwnߢ8Ę =S6v?a+ )"Dn?Xkl*0@@q\SMPna0H҃^M!;Av߯l4ruGR *θmo}psI4>H@}0ܡk4MjҽtIZ?7ozL ]pn~xbCm $CفkgdӦhx xpJ|*7hnv ɎAi?S"-7c;//+%P8XYn_h.(f:h\$* ޒ%az7 RZ͂3d2I:u1<. "ʹ5wp}ӣi݀\۝gEj>V'J% ڍ71fIT!4IFm^l [ {R;j yy[_y 9:>Y,`R3ʧxɫ#1k̵TpZ*ioy\H*F-"ҤѤ1DĹ ?k"B" t?lED[N O8]SɯH ބĩܾ[H3&cXvy 6 ,v>c_ /_L:ah" 3nF'l[j#o4"^=G?rDb=UwBjw~,DՌ~eخ^`p =iGP"}!ҊS;Wk7N7>ڙc*PYa4}/2qț&Kb "(:tX{يX2&m<򨻣g|;A0Ӣ}mljCXw0Thkwn,$?>,f%YC*|;\[E y~8wC͎.ξ(4HtlPbhr3򼺷u3P1j_}m4qqdP9IT{iswWGducg2]W(f'MWa2W]J TrĩY02uށ#PJ#7JjKwèu>'V茇9v=OopjnC [ %~P~7Hl I9$H]KzP5=34s)2?3ɧCb7){ȴ#^EBGmڶXM]ݝ4Lk N3$X˦|) H)]h'$}$A5MK~ѳ=H1nIƼutOwcŚ 6x*P;p! }L^(I^nV ϷlJXx'I%o(z.Ý[ -7]@O1m1{%"s6:Zl[@ch7!0VuxI{p+q& fJYo֪c;lg*}S['"Ii&>r Uq;C6!^hـd {tN r[wH`3;Y_OfIZ< I8 [i~,fXDYmc!cnO#yQNW!d Ztj.*f_ ZxOfdb6)|Z1%ä@"RcLO~O cpq{P'8e@1'Kٴ1. m,8SD+Me5dբ =VIg''xJT*гa[o-耰JKjHh }*q)?FḎlwtNdan[>tE+ҺͫՐϊSAN5qΆDƖ4'ā&[TGlLTPtqY`כڏ`z'|q.2ξ,!mMDhLC;w)8.Hgbg3.c9fm˴W42Z:4`2r! oi?1GAiu,7}h'xE0KͩcJ9 lI[03 =H6fp T*ր x[0Hu-!y[?;#sJm=w^H[8hx^r҉4dh-}tjgP2/ Ll*oIBuH;{hfuy&mC!mIhb낄PR7o548vҧ ItGtIy!9GMr.O?UKp X;+3 ^BUO yS>:*QT,s^dP G .5ēzV&M i]^[MZ?} 1K_kD4ysV7Zwe6oH̊LZ|oZ&]W0'>m$+fÆ jWlWߦomk)'EIE%)y{6TiӸ4Lb<4+ZQfJ ?c>neE]č+VV_N`˅EhPO|< k*r,RQ 5] {PNƗxSD{y;ea<#VXdb4NmtID݆WNP|c:ER잁M[CIKʊ "L]?l2cD(@(T+(afHZ$0߬ZYPDز(?yOr{":"(mݘuBtKv Op$GmSJQͨpoEG: $(I[GBtKw"/-Љ&^|N1 Xc j#dz}Őkr`-XMeRMp>ZLrR؜5cYGe/%Rx|D0'@D![)o) E&GC6CH)0[+HX&)$>6&$X&3j%e8í|؍?wԣfX:!mi=WRnp*GiPvTŐCoYg.3kBATA|LKYdtF JRo6p<{0ݚvJR8;xcE{H=%Zi '_K6Q͛nÝ\~H}m8U|`wNVZq{x$1 W1c3F.Y C_lf/yNՎk|ݕy]|5[ײd2-6bQD!º+]"N[T*l*d m;3{TϗtT$ tc7ѐ o>Ļ$kz+ Ph Y6ɹB`o%ڄv /+42^Sn0f2՗1 90([6CYeyjG{$rH.E8ΰtXsP%LoØx4=i活4aU.%3 9,Li;_.9;vvֳz ÏPυ|mSo aɣtGzC~ VAֺ0>yֳ[^tiF1jRҞ,K R^}(R?9YǷM=!c9w8aҨ]g"ROTD*` jaT\^tKGI.6X>+tAG^ܻ"DD 9HIy/h={FNR8L0] T U)F kwFtv$gm p!U_`|{+Dg u[{٣(!C5FTO5AtX.RnP͘[غD ΎKk!\v1&˫$5ޝ-PɦXWZt`̚_%7Ҋ ˳- aq /YpG! (T&=t9$.)M؞G?撑% ح_;/옾^Ia?IYZOb)NOI̶%I$[MO17lid}-WjF$̀i{żt$CY9  EDY+l5'Y#VG0íi<XC/5R%Wria+!ƌ}Jзk]QŁ٤wYɕHk im_ csv@Iz֩/uTɟ ӑ|ҶMXљҩx>> })\}cPx| 4U84SK5e9_\9tKxp1#r}Cto&|s(!sϞw tEYh2Ȩ6o=JbxY(0P57AK fh)n#u0U$6SKKb`=dG"*c~܇ӄI2'hkwMJidkA^D‰'?Dl1?ʵ\GHq#x/ˌ+ mV2_n!sre{ٌU25/-Ln8ewvd4t3Ej8 V+]="f{iX̃\ëj͂mHh HY[_)3UItJ t~ep1NDFL=2gsFz:at}:LJ@W_{{2ܻzLu^e'@|H"Xe`j>`x:PLT!gAkUB4li(7'18<6d S; xp@J? 914*UI< x"M|3`HHkIdZd\cskߔyŜM<ڴ@t9Hڍ:yFWeaA,QMJ0W~ _O\ea(h?N 3RPcvYDF3 T>ψakg}|}"&uBDGzed|;5}c]N+@p[`=xU!u(C>xcCPUfF;& 6v)K1K[GdЅRmQI栌fvTHw|%w`hڴ<}9ÅVe_QtFbɡxJoT7Hs7'g!Ax !Z4='~*R+B{y38ڹ1$ޥ'uWhBwd zX ͝1q|!w(Nrsܜ;ŪlbOɡ/ћ9HN0ۑvqhcLdI]+jD+#pCI6`K"r[!L$~U N6mӀSl~N#6 t3F. svjE!j0IVe,tF4(}uP/tBEa_p)[LW^F~5\&+ֶdzV DE=GjK 0@^f&CQZ gB>+= f.xeGd)+~`]AşlrO_"a,rLךKS9d@b[E7V8slvaVg' +]!uT<-~9EP \ZThg[9J` ()jizzrEOܽh3U2L#g)vZ!V=Imk+ZuvK͠U65vh <6=;{;ô%᧍`_IMu$G ï Zض5w<$E #.:NKnubP;X{)a8r)'+ DYL$z/sFg xkH1N]XЬma"pڙk=Yum1DHW̭<=#䜮&l 0MlD=&@_ra Y0)(PŠ87[V Sf cӂ̔oD\2VJ2S$‰\ׁ/ӱ1$6*N.rh"[ 4%(Q|ۗ=!UҤ OBc,LSKT|ҫ:e['^bT`&2W#m߂@TPz%z+KV'<0fMHejsiN%ӠȆELыmSbWUIdZq Wc|~io3X[0Zɶ$hUcq-fw.CNރS۪ި* X6֩֜NJұ#{4qЬNWr/X XOjN /[=Zs=^i ez \ޥ_>/Je@x{Vb/Mc)_;PRpb3h9`YNql;e'w.QGLaXι˷Ů9#r }q^B1G{4J }"/ ψ/u0Zd_3\p=dH%GٕMttU^\>_F6DQ6SXr!eC1:GHhp;[3J4fj4da)Eu!v;|5 PnJ{o7dS+MJce>epJ;5"*3Et"4nWDbi,[CىA#džiA@*e2N9ೆ`|m(w>Riކ!ry[?&T|2O]ƢN,[50\A%cfeЮ /TtC7:^~\S14Ԉyꤡ[h,̀uשԟUpS5xIr <՘8>cǤcRJQ_?>gW8a˾J%*d5gQ4"'^niqӍ+bhQtG6fOg{0QgJI8oJ;Iy+ޔVF!R`T̊劧CJ_Rvn81BB8=r$7C̪le-=cq4]eVʝ8>ӗL2S Mn61P@4D2bxC8r4m@0FPB2;9~b-Vbm, ? Dp~]Pqvrb|AIdYvL1>g6H!u7승Z) !7c'c,K<4 ?Ks4/=hgʺ^O5co}"Fad$ :OtKD{b/`,g'!  uNj ŚK+piB8sػS9hEdob fE/)br:A.c]/뭪w<,uL~d0h.N wKoԁ [kb=no-|X)0G&upJs6X!㚸1IӲ.Raiى\ fn3&LJrVm;8p~"'g*-g|~q"7c[ eԄs~("QސNEe8ʺtC 2#=$4vHLV;lO ;IHeC-9Jb"V04%6%7^5rR]2 p/!*4{/yGH2=\P]UwJlGsov;CA=HgoY>'7ǐ X6@ fqN Z,FT7CtNp,IJVWpaX} ;,=R*[aʫpz{o~;b$9s˹+!zkWf!yLMêҴתAMwptK"ubi |!H9#{GF.8pYtm!@ Jӈ**eEv$wG<W05uw*%+_1y֟Mi]>!gl&VrE߆ΪZ>M9p|"Ṱuuk]AoڮU=ܱ  F,lxڞ,A L\ba,Mp=bgtj8ʟzIԔO߬;o=3E,ݞh"ZfZ%@M1jSr=$ _oـ8ePo2 [ _ͻLi !uFPFîƆ53,j+zL^bUOmNV Rn獛۶=ǮJ90Eo?#J jtj=ϸaoꌟ.3{al3~͈>)zhS KS ]Zc޻& MdǴ;T1co33 |NսKN:m wքv{<`bV v xQ+ Wf|SdVGxJAG9n 45a:]BpͪÔKl&XB$<- ].sD\%t45MJ6\,Th/9h!'ԮT@8fViN<8i>SlTؠ{^l w6?̘ 6>0)&b:nFD%VlOJ/(37svy1W5B6~շ\&g3NgjsF,-65?f/-zC;x.%O%~{e/)nأ Xz.26e_ 8d2^*-К[ğμM*%0]P̢&Z{5 ]pݞlhZnkUlA/ErW<'J^R`xnpSezM6@U7yZQU{*1T-mWK5Qxs¢sI U}i< VcYɁ8m* X 3 N B U ת de=(,NC#/YjQ[$j4 n8Y14 B)}'z?{^45v0_M4-BĒ,6cթ~l$G| TC1wKT7W5ʵYh.}H]D/r23`4}"gο&9mL@14@P^9yè-BFimY[E35i@<Ч{m$!mE쥾N?߮A}ÍŁGxt aVg{OFpM;QJ57,!杏B~dr [_;TqFZi ^{j rc'.R|^ RŞ”d35#;,HdgtCP;QxTF J `ڴ7'zoE W!l:߶iڕMkI:(&%GE3L[ fgϚt[mƄS2؛cS7VDzvק&ЗZUj $L#~ q%w َL3*6sK`'N|krUΩM󤄀01tIse? hLju.3r/xλ7EbTfpm VD7 3*ټ0ѳ&'VFPa$촭pW[OO#P дǷU)[ 6$_FjOp!j=Wݩ#a<ªEJ"I*:&CEnD#T'.ۄLb|ma>#G^^y 4RKƬ\~K}@4K=ȉ&bӢ@Z+;pGm ~OB͈:B y@xߪ4$۱C\se 5Ƕ(oݻhxѥ,=Țpaq;Bw[y82d$L"d,?j$ok.:Cgc!|Yy_!p?߾lZ&\SegRa-&|fWŋ H;S 5|NH<SPvq 479MV.{`=V /Ԧ/hgrKg sduLsEE>+?&a2t308%ўP,:[K)ML{{fn%8jig2!TjO`VѓS8iN krQ0.|OrT"䣛^֫LR„)mwVJG-.5я]:BDnЗ_ϩi|dh*bu*b)R\&zm-_99O2+D6=ք&:zd܉(]O)I`

fi*GQDu;IiP _i &NMČn+©l@S^G*'XFh ܝ_I.х>tJqKH*@~鮓Z DQ FT_d$&/tISa1e~%ԉ2qEj;^l87>&оZg$83I8!UK%-HΊ'k̠ i *UeZ%"܉>a88q:3%"p#Kv9D[35Q̗teADW G(0[bhF5G(>̕i>lrsA%=pQum4-i썅7 B78!c7|oQjc&*e/tVU]TalU6X %~2B~Y]'g&ԦvqD"M`C6H5w_YGvc*UҸ&٦"$~9d_WC3_F$vѥZR mpю$epb:Ts̔DwJ/{&8~`ݻc[5D 'g<do =L?i(LE9t_gT8$#J~!`Pƫ$1~2lA^QPsJVD)y Iw 6yɆöOص^,Vb.&äU7rV`y%ieQQCzwf%_t4?Ϝ ^5mj2[R\G}5O#Œs\2T$iw^ L.! Ou>"gV>{pƶJ ϫ^ɾN( >T,`@O+3+k6jb&9KrGK"AbѸMsh` 1m_u|C9zpJ]n:eR7 y o Q˰ڿk̛`BІS.Eά7b>:.R|e>ښ] Ol79XDьJ6úO aoD*˦Gd:1M؋o$(l1$)xvi5Bm &4Cq/Jo)_WwΒ_c,u>ZÃ6C%,)уnfĔ]-1sO,ݫS/S||j6`*;(`rų7XI8d OH]qfy"$%8zAL >S?B-`슔G`smǷM  =WNupmF\% >DNT01䞲ǒOQjCM=܇gs:'a4^a_q)+sZ{*j 2<.OB!!j77HVD|/S IsL>BgUɸ 4X+UE8DD&VYݎ>j\+LZybU"͆f=l3Ǭ]2e񅒠0j LӿOhUFYw.AM|O~~'zV̤3+j}bÃišrIDutPA/*)e2c6"7i@RST 鈜{_B%keBg1۔pm_SsWo%Ov͢ 2u`|ɻh6Ҳ] =[Nsea-a}Y{L_pQTBpx;vd#V̕[Vs"] aB=6b3ފɸS*gKe#94ohUs([e Ꝫ`pռ)MėuBVpvđT~Hv"'3 RؾАK0X_{ X>Q.@hCp qȰEY#:[†_l KX~M#GPZñ'MV믞cZXZ a`G*U,,Ab]%hQG{ o 40hmXma?0/'z$URݟa8dGmI#r?|l2D֨R+uh/#!aw]%KIk6.#Mʊ)Bt!憾"p`Va7  BSuzaP4Bu=qm I*DBQ=FHxeô ߋ)kt_,gjeuiT$8 ^Ҡ`KR#N0JjV}Կdȧ+Zs"\AmĠe29Qa5bISz0YɻwѫfUB;܁$rdQ]N\5-f')",e:5 n~GM$~BSNJȼsU$/\^ɰ V>ڇ, M߮4Z+91 (¥6O.%a7d'zӠ O.VΦ!r R# 6fc+؉ցOjJ@ᢺ #Ug LuC ?7_!m֙*0:{&=g3߲aRca^c~mN>df {hdN N? %q XJV>E[$g#s# 9сLsљ p!#Eq bXHTk#1 'XD✉5Eqi6hD%-JU![]AVxo 8`2PatxT 6'GH8[Obta}3KB$EGc&>݈iz798UԶ\G-f*kE-ٻ@]`CT8`ʺf,v{"c"[ d:J4逤c@ȕ{q17UFE0Pa۠$Feq":;6j"pGv&oI{MsXwkJ{ n)A6g,'>fm5}T ]~%B̯QXCݎMԍ%ac.Ωܦhl1<`BswNaf2<e)k ~k ?wr(v K"ROy2Jfx>˧84c5BPZ]_cL879{{YDQjƒ"4&Bl"^Ep2x`dpEg/6/ p5,!bWMA"n缗 ڤ*UC~RIwSB d]v=Ivv|n{r q R"ƚPh/>kֽNZ}C>*CgȃeRQdHESbX!.=V<*9VmVI-m/ 9;~k}k`%2w-`p'lvQ2†4N?6bX:uZXLBZ6-D#'#Hs֩tBzMH96ŦdLfkwhZtzDz<;~I 0Лh$!nbY[%.IDdٟ@v$LENDyЦ)%n"~MHIk+}a5"I U XPySA{Nq(a,3Z)ۄTqW*T6g_QOҐ?Eɵ".B ʼn20aƄ5C7x?7sȩЙ h yfq8iW5OS(VM~Y(jDVeH"&"Q #˔Ȕ2ݍ|5=à3h3WnOm?,(13DYezA/;>v~ߧ 큺B օ\Nv vq BքQډČN߀&'.T(oN[_7R'f럮'ש{;fcRhs>&],fk4ybt7w<T%pKvkJe'DTH : V]t1{[k~+u.M]ҶyY֏?6;Ap1%,`jnjOB/YXNDm:sxLH5oQEߥƈhF<0RSPvwzIّh^f6XGv9g5[4^k?f&)o"a0 ؎~LЪ2jSlj>o ^Bx,nonRAM5hOnMD]}B./6dͩj>e^{3:[3s8+*|@צb\P8Ʈ(x)]+:X5ajL[EJ9#5/u%>ιiaq, _㠫>dfHl>1)v>'_j5E G7j)1"BD:W@7kHw-b+abGŕ&*<>LށAHz+Xi-1j2 ,lHF5wsNTq@LMȇ|#DrU"瑨5K:Ni_U[=0ioFLBPy?< p knou]oK/Sf.o w)=pEvZ8 MosL_ZܨCXmhX~x6γƉW8bBޜ^.':LJ-.QQ]q D8-}3I#mI*> W/vRU遵#Ga\A, 8 Rx^Gnj#♚.Sj2eU2_Z Q%ukS#Sɨ1j(v`/Dg!#b= j›48V|UݧIVW/@ ގm+/a9Vgaf}~ 1L`UR r+Bl H^:la${[{dH:Cݾ<}%bF iE6cQE}i\t>;Лn.-jk43㧽3aףnjR6QI^T8QY-,-.R+T(K*WjZ{-<9Si g(ӲE =; pR.1] JW EABmd ̔8ܓ(bk"P kL9 V*_%%vL&-rS3Gvl Uz/QҐQv#{c4SuuefFmQGh>;I4#;s sYJye觠F._ /4nPj5Ei5T@ZE3*iM.%<O %ҰAoKtOd;uk0. . gmFsOLZ=@E4%%ԅE58^}C:3h]kθԺ!I\ (K1GޖV 6-FaQwg O2<]6xΘEu9tQвӽC.D ^92Dy,dMzv-h)Zd_n1#w~*襑Rud='L\ MG?!.#` ;(K# h0zBVnmPxwlJT\abDspyJ4 e]hS͠ :J~d^3 2S>@cΞſ=(錄l*uvu ͻڇin5J{~^&e0*OMJPE9~ px|%)Z-KuR[L|KK .\r;k.[&f`9V+l(-VrFÚ 0q+\(5?:,"V5Zˤ#L$?ه5։{XX=Zbw?Աٞ.*$>"4n7/HN:{Ջ͋I~}A57Vʁ3ZςQ`kW"fw%e$C 1=X-z ICq#@O c^yMT#eXU/y›A'6p~4¸U :s1A:uaPl D$nYzlzH$f-~G'4X:L/jǜ qQb}[,H.J arnT2;߰)Hz1`}E7 x@ Y T;%S.ޮ_Tn3bq =E5Z 2 ™yrH6oiY`X.n(fr}TYUO WyVV9]@ ZZq>)ECBk7BiԊjbAiC)aЩruלt?}981'~> BxIdP\޳F<*7t! 94ycty@+ƏL]\<6/T#kW؅gp1h2d&#FQtx+(F(IGqz4=&TC7oKMy2d(awI8hwpH':!3s p*g9/D,G@.[ugstaXC[A;mֱV8@ *lt=[W$7TKu @ 纘azZ*ZM@$FšP~>-3sq]q}fvXUzsQμKi0Yg#4j|kgkXNPuys8ks[;^LϣTbNrŠ~KiLԼyԙGp+]W 8>7pB# Z E![ؿc`ݟ]H!.G}S5JXsrJqr)2K9/89=FݑK k^O KWs;niJF W%wP`({rž,z8)\/~$TDm {E[cZ؟"֒8#:NVys3_h@ڥ8rR+~EPV*Jiؾҗɶ$A b,d%IU&(Ǝ(tl=&yÈ(#½ܻk=aq雴ш.""{H<3(XC(}j1T%,JZ?'ݑ3|;Ub97+q0i~@c Y'`&0 -\Xe4'obnFC:g о$V[}`Zu1 -&#zI2y2roL MCzoI G;~|lI%!Iy궴0=X\O @*?B@6$`#_v H_nNYlt#m.$k?XEWԷ}p4:mS[| Ws?{{@ʠX@.y!.ݤ<y7ӭل[dn1nm9*nB&55c}q s,l(Ku$gjG߁|}" 6H> \5b Z2k!2=^dG!4isO.k62gGuE8*>'(2\Vt(8f]7̘qiP #'[D02X/gYH"=\VE"7%C;{0+ܺc;T?Y#e l}`")X.KZg~芶 3:Y+Hj4 cQ`ŏRg A,TǶij]obPy ^ndh\B"c&8E@#">%Ufy(Ũz;x@ևwb7Hi8v9@_Eۙ&=\E`P Ϡ 9ΧN j"?)6*/LN֚{O۲F~V-XJk.dWhd&<ƽPBҐU HYQE/쥱ί~ZÜIm߷(<##Ϥ=nWWaUw˭+$5n;Kq\߃/Lk,EXhGʾ+4(%7<$>fN-μ IҗaeEYЇQyskGaEt|Pنh5eQCX&Z0m0+ObdZRQBt @7^ D;AߝQ$ޣ|r`>R#wVs(v({acGAs`p+J6{{ o `{]A'K/w18vk̈́[7Cvt]7wԞY)_~)Jnh׻›fO<с'xiRP;y\'\xcݐ;#6i&G|a^A?aedkAxSWnaRŽFT1c3܃;&PzKZDxmd>y @t#AaNg&6fW [(]خuTyK89v9XJMQQkn t??{`fkϦ qPtnNP(X@|ԝk.0G96qRw!SKvCdW&^ 5dD5b]伱fjZMrm,xkE˄oySQ@0~=ׅ6+ڂW]D;`⚩cP{R$3ec1 YE+k[m9wiS+'qqU26#Q4/)IyK_k&}鿞f ?C+V$K4=B9HlMmļͽs'# W9J Ӓ|W]MXchD, ehYD<1a p9,a0 ;?rv9 ϻEkHwy+] K%QbCxZd͉ENC c5px`} EQWy$sŁ\_$fFb2}nG$Cž?tffa/HÛl}c"|G )Sg>Fpa Uڷx'Vc&{pTr v Yav p nJ˔s+ !ER[EY*rO TO/DEi2׳UTt iۖʸ,C/é>Xڿ'WJNԖTU41=0&gHS._gO2w223,c(&bnqM%DW$YMȘFp"steDOZhG;UeOR}>$ݍ^g~J4r+J8KY .{6hSTOD> གྷF6)0Ⴥ5B]󎈣`/>X@"Y(`41'0jŷӤ=P{>\~MXNGel$7$Z) L! 㤷y9rRXRAˬbNl<6f)ZA,u%e,rq>'UP 㾢Zf1qD`[x!pjwZR­I|Q";λt( UFdž pGRr+OQR⼒Bc]slIMɄhhzy2Q#,UE`& % Hn`-vdy$u6E*;"؎d6;[1F[olWZpokÒ4&=JE 6,.>P:6ΞӱLձFŇCG^LP(5WV]Oci^l6T7F=%E 9f7f7EDQ{71_{&dyi}dSo(QA*^.2 Nh-"ar{Ԇ8p~ª))`HE29wx{Uoy%Mh @5?ʨ Cэt c:.-GDV_9S1Vu>:P/xZ/-%g+UvڥO'T2/N`"Ah1ɪSkg ~-n6EU;rcOvT#C^+jں,'~>8$t+&&hFtY DVvWm8=^5-7ʀn;Yh?BkttJò@9ipp֦L;BqVUL4e7j/nKli p/!icRQNEF Dobk\ȽڄT$<Ԣ֡BwL4R* 5|wBeЦ0a-%>`'c_ p1T!n  LEXu`qZJ+)]e}ٮ nv*Hhֈ 92rnI,! \MUsqzgsaxͻqG= ؠ.󜝑{*3ET@rӃsS 6FW4!s! 1;EFt$HJ à*b#mբ`;A{>cZJ6AgavEѯxhxA'lN֧>I89$[-=Еx Yg48Ja D*F)iıקSGk}/#+xĊcZsm;_OמbϪ*< 1SFQ`0%q/T(u{\IpD\" FLuD82b?֗$`7%7ܸ½4R|E4=]j(F$mbd e"Ñ[,"?lsKf4xYi;E_څBO\+KćKb1"P+u|{.,˔ f!$meRd,}:f~XkfH&Rq~< &ܽn+vr, )k!Lx(.3𼗻>xb?PcUEcsQ-؂gDr4XYdv\V:Cr %ːތʤW \,$*oϴx!im(. |In{hXgMIU rtGG%Bϩ9ՇaYJ  7Ҙ<Z+i\[cuIa`wT+co4=jYZAwM="Q} !<ۙd$K>:ȗ2dUnN!1 $0LvՂ0E;>bZ*^Y^iBa!Az2bQtVw("{${X͗A/ Yᚲ[U\#Aǎ1]T ư 1A'zGU*$yKJ .oY\ݘU>.-[?4_!_/LESi艦&aAbIhU"kN;mQƏ B`1+HA]'Hp6}^֪N*>v&ړ}mkBd#aou`6d@E17xOڍwBg9 xђщg!\߆ E$ļ tNiJ'"GJ++'H#7e ,ҥϴHH#:_h$'9 |fmv4 NZqԎ|ϗsװ([bxȚ[]y+!%2^0M~p;TmY^7ѱy /oˋ*|*,!h_Iql}SS3<9Xpq3n)1๿)d@2G^SZy ~w/c83VL*x UɎԽ WZn mI4x{5O$b +WpaƁTL| t#;zw&K88\UixRA;x,hdTu$;&`vӭZ:]0YNuLzd4Li7 5cCs<_k j6"|+9r ϶_v`A?pX\fyŇ4E}Ö#,wI"ZFOH8;0YNJߞ;F 4:wH~̃P4OUJ*1'uDB(sn6f zh-K`W<<䳯 ]7@MGQlzNGX 8smm>uAh f>ozטy=Ԟ,sҚkYRj{b:A/1vQM:9874(߈jmF2ln:yd]iQ,Ơ}d |Y'K+Lwn8&EY&? R L*%]ʪhWB 7}|fAȼO(*aQgpf_!qElPn%{~Gጿqs Y Wc`z}3)ӹZa΋1-3=y;'̸G. lc~TY,)8zi}XɝDX؞4,h7_Zqؙgw7փb]~B~>cP'st̷`DHFwiՊevzV2|!5WR/S}j<Ӳ  usWޅe *n:*G GФٞ L(fMQZ$q,(o::5@KUf36eAֱqo{5x7AVyTVdFTiц @Yx"_*ė3d|,b5:jϑvm/]DCѪK_oJtoHײaauա`ѾR!N'nLعdZoIlsW⣞3l~q9^S^zUul8lS]&)m),fUhI{uEhK]iOu-Kn"Nuxt󏒲<Ʋ `?~gO!_4<A;67xĬq ;$b'? n_mJ$#~̶(HՉ\FRRBCvtڕ5M&9%MV o*8ʡg[XsKa\t>t(#NsI"8MTŧ; ~ }RiC#l3%CjB]o&.g@MQ !2N@ aܶ/Sg If>,-GYFhi }Dk̃h ڱaYюx NL0a=(5GAuL?5XsqϠFrO "|H +Xy5B'[E#^7Eڲء}BlOi wƍ< m!J˪ge}ȵ+NDc~ڄᩫV1G 0c %`v"ф4&oD- \CQbO\Ȝ",լn~GRCcA7myO&&slTVF.ƌDViɤ ?:#r.ǕvsB44ˣ^7jj[8zʪs=LDbg5vlg!ʏ6{d5_y-_N٤3^eAkm0I5$=g6QC/Z3Q ݍ* PMF4˨5t/>%2%FrfQ"YQǦ?Up8_&=fj)dV־zkgׄvo-Uܮ|kiâbsk t4 fܫUwe^1|Aq32D3cf uz N=v&S2/gy 4w8Ly| |M^,83ksw+Wp@H!!,\rK9\zi3,eZd1]*6%[N"iKI *Vy CR6PS}#|jEM&CdP*ohLjWilfXNÇy9` j2G UX72=4=ڐ3pȢM^ܩ{OLx~4'5)#cK.ŋ1~,^ߎ']2T546*`RV*<w鵞\Dsj ̦36qʦ5dr MMrHG) J_Zx5 ;t]mj7:,)1J `1I (dxkQ?d!mnwF9"R3LT S9c“ߐ97x= nB(ik\Wbu\jN^T}$X…yC;VR6ΈZvKbqRF̽ފئS\N)Ckg)#]QܙBd3U!UL;q ȍ=TN0Ȭz|W&xtr`$SZOt,Zt78Qd^qQ}_Xy*&GAK/]Dsty?]|m:N r"WE;B16V,lА`;sQm. Iu N(1n-QLb#>IV`ZKx#U1v4F 砠7O&;qmyGm;V-AQDn"xY{HUOhصP}+Mvp_l2XY>^tK* ?iF x= B\ g_bcJPNJ Z%s W]?4(jPg::85HŇ ^5BDI&FG/炰5N7ndpn *?':S<+CuYL[\ dܱ8? =yV:׵׌'pCWAqk26he ޠU0OػOc?QZ>k3+MDyIX^FU&{0ə5N>X,x> U%;PS;_@y* o>7W6󺍼>?̮Iua~_ж?1Wd; t,b|Sȇ&jលǤ{OH+;B8rO;zRGc+^'[s ǐ?va$wD,G_,ʀ@6bk:7{xd2px3{*k[H$$fA}EABd7L/C=p+фx?3WC "{Yb[CЯ9 sm {QC w@jٻ~ W`h5'GʉN _k9 f6E =wzQPv 0,HX[-jӜOc [,*_ *;VA,@(U Xul;!)n(Xͨ{ `6zHi;bP,ʫewMV̜)Z$LRTV妧/a>0bݻ); IAp> ?s;A;!tݾ`%~xLˀC#X[@Q%+ 0x7f-D%EWg޿:yxU&v)ՆTV1)ɿLd& ^ȇy_ a,uhL~7װ34Lp?Lek+q#T)}`Ύ$`W [;K)8dR+IF ظW$5uWX#G]HGo[HGA쁊M!pĉJ *$3PȘo=7&]&wtӨjWحvvPyKӺ^n<^|l PνRF~0s%C-SYSsa9x?m镒@R%k4F'zY.%Zb.N1ù`cBTđە\3_",h,OŒ?Ig-[(MBâ:eJyQ\8.mN?R2͌u&,x ] 7`<|^En" H]-,|n%pA.q4ux:~ȏM=v/"XXk|DGPcdE"}V,|+#^?y߽5Iq?OHE|P]!(hmj5zؐ:¨&fNk9§#5d$6 !-Ԯ*VR{xܻIfK?ÖV5,mN|Mʵ6vܝIeW7#[Q =n?/M3Lb䲬.45[4D#lIn*oBM p7^/k+ƿ? !kqr܊ٗCL&1 .EҎhd$_U=34tWx6KO<`f"zC{S9`-6"?5iX%]$a ~, mVq18U SMEǧy"1iBvp'ʉ\ bi@5bȕF9aU>/.gGdyMQ[<:8*CE_x!wދp2f36˚y5z/cr/Dmo _1|Izh e644Ԡcsq3vJT+5 aeOYIV#RrrM@\d 2.*]a]y IN=AS>U)O'/0dD MVJ vG_ Bl+?i,AH LklN@?`@oi ߈P&aߺT$4dk+(Ɇ`7o L@ RYJ==ie#j#7zcWB{~ƈMkjA2Je$_0ͯ($vKq7.x)l WYYFi@}Ae^P&+k+$beER t* r.͟*ivX]ok呡!nO 'w"5[,*ڜ~F,ӈ+,$cɴG&\ :xiΥXõܶ\Ia4oO`[U9]xWpC GA,_NK{0\ Sj[V^9ҐtS0s]Sbsl~V`F]LHjE7\x : mp{*澾^a`x5g™{ |c%ח g}=k-`EG$ZQ&HSFk5!xKh}{P5ܠn~LMVD;7ϙH-Հ*]=# |k%FU[LD+ R4=(*8D`Gõ`6O]wIW \Ͷ:ɵwtF"W9EUwrTsJxxd/75+{Vba 󵶎!nά8gԗx|mbWE,zP- #aMƍ Ӆ*5>>(x%7iv29ʗ'1cソOx^ _}ˀrQvkC>o,P.4q`#htG6ZIvP cvNl](>љEQ)zw}tN1hdU%u1 \B5?i!`nL Y8c~尲Ֆ Iiz|fCQ e)T)Q܀E@E>/Nwrdgn.yllIehGkǥN]sxY7{l=Oe29'igY.ImGyH }sӿQQ+Glu$-9n. Ftx;&NȺUSuO0#9Y (; tdi.-a_TZ q O55ƭr)C!iHH8Q<㬄3_/xzr R `wEDZtPIF0Ap~~fpreGlkJ>l|c0'c9ߵ. u"f.V]iAh-Jgɢ*WCUeA3ǥV 9raS > 4$fP! Zu#sR0;w!ê_By-o͕[S0U=xO6 L^ZLj9.XgB8>~,t]ā?:&$)MZ'yP1_w VQ|h qK_(P ܛl.ɷ蹿sޚ~&;a ʼxrt#,ӏo LS>ETs`;Q % s?Yߟ m}%Л;z+.4Uޚ ~Z&'/ $^QrEh4ȯO_5D-] 6,h)oIB]lXed9I얓 p;[F\3fB׽voq.@.v{{{Ti>|a@A$sFvҥ4%ȰUaƙ4Vb>)ډ EubC!" l\fNw&6c"> 5*`$|Ϟ@Hg;RW o+8i=l)z\y'3TL6nc ;7f>jO(bz4jߑiZqcP:oyhNCB_M:((UBu({aϣRUBD$ 肭C/ϿM㾅$=[|OOI`Ϳ'̀w@FnN[ gfAg ^Z 'f^vƬg:3wrzw5s6! t`e+kyGCeuɺD'4V?,W2YnfQᔈł2yѼ@8uJP<<ML5ȗ,ڢf3j 0 Ӥܒ30d /X_cF?69IϪNWzvڌD7~~g3][.lF QwI\j`%(JUk fX8I&ge3ܞbV5v3*gaWئ"-TJ[9rg ©qS6+Fڥ~ޖ&bЕQϓ}knE$}uރ4/vqׇMj̲}{?>cP*Jy\þP xPYG7/ԆW6S.sDo ']ΫIPi^a J/FG%?cJsh})-HcD' vfN!0v% 5]9h 3\.T&?a4/G:N+Pѕ XUqZ5e9~,Nu`t}7>9RVMQ'iaJ"TR?-$ '%,]}Ӽ{P%Kaek`sXJiOդ]R,D__NjOa=}<@?{$t@@^&3c8Cnģo_ʊ-{ EgϟsfO=uH0QT(5k ӠuC#(O(胉nO\Eтh@̾W}k~Ĝ5mrD\Hvf][ 4lQ}KobP'!w }% DS$ZDLʨnSMvOWyMhCޠiIpW*,W P_{[S JzP̀58g3z馨"C;^"Ji.c$6TEY%oAn}'2'կmձq^gVHTV~y豲[y%qx'EsR@eun2⇭Ò\W,Uz-&0J+GkXKWpƀ,s (i tl :՛Ѓ<(VȿGDS2pr `@=( UVE3!tc W{.vRRp ِM@63\6,O˖ gW^Oo <*ZY} 3ɩ@s $@v ;'P]VLRՄi\-K%H, ߜ%ƤlXE?3D Q#HM2I#SjG5+>];zm:9N),6ӜVu*pKGgbҫL ě6XI̋8`\Gr|pl`: ^ҶH\? yzCaj/z jLކm*.M)e|>ԅ !}2v̚.;8P1cԥ1yi Z`O(1mׯޮa/.s0iku6BhOAz8Pô`cV6G9=HV3qPyC#Zta=Y `5] ޔ̈K!Ea?גFX2uj\Vs.G2[adWIa@`wmxEaLi$ [?x" c‹>~I;>7߲\( =uKO)Sr3M<g݅48`88&zF4ʳ6aĕ~u7WAo lYǰ̅\Su9B`X>m!߇clNJ{Rk<JʰN,`ijjfphNIUxaňJM]`(ɜᑎz r^/z6v=pB.>#hn`PLoN!~&ӻՖqURTJ\=[xhUy!Y^>sY9WNQ^08g P`e̓?Xf䏜;H^LJvxHMVF_7\T&0­$r&.I{ө19[341p'#pj:wHcNA;pǩȫ-}IFipٽsrfRvRF|:cO'J a_D1IkF@ftl_vs@R&Rz1 It>9l`ǰӲͨcPŽ bu l?VʫD=6|קhI!plUKP1kU3^lg4f cmD;o7[* ͘=G~` '3nڄ^k`-fC6E-)8X!P%(wvJ=SY9}ZY8'FtX >^/߳$5jc[**-Vp^3Vy2|L4:|?kBwpd!YHC2Mn!Q$j9/.s.>AG8sIquXw^CRM2N8~.MtUa4=BZx0E ,&i#`Ӷ_ca܈Rd lIl|L ~:bW\5rAIrʩš$2uPF4.k0T˗U.4JkkpDk?YV. 94pyl͙ؑA:jxшQ+|IGn3Js/0@D[$xMÔ lF GŔ⹼>p[k@U~8/9L!r\`ofshH V_e&8^W_B Ю* F\[-TAXۑ9Uy@dsc[GYNP+Q;}GZFOO@E}VI~:nV亜7hx)!{mq(ףF o p[=SDIV <Ɲ-HKBzpѳikG"X_T%4P`ծ''MXlbRmӦpMmBU* -خ%t!/l?cm<(h% h S^ @S4s+AtJ)B zSt杷< >/BZ4UYO)3?=J4+7Su)iX@#8k,\ _OJ ֢cnULa}-_DdC8A _Vm=/W6YGvp͋ )x^wTf3+?4pN F)[ښJUi;TiA!hCmSkgYX?N/d>{\6B>1DUn-i#%Q`3:ZKT_F⿒Ijxx]Zh e:=d_>_p f87|ҢGܓ@t ߍ{bdfbsVJ4,zwC5VW.} ԓwlJL8Ke2 ; %7Z0\]`%Ye$YP@۫5!w=GC5:)ehR|6j}oMLˮ_*EFx2_?_K 7_CӽZ˪AA$`k&N' QxT*omҰ B0&\]7ɦiN~rWg[M׈>Z*CzUKeVlguF.ɋZKE "HK3$V0XquJV6Y*y7/s#(n+ wL9 :5glPpK'>`,}\PY?qlvUYv8APZ|'s{B1>R uuyJ4lFϢZ/8LgWsYk*!i&/rUjyP*_-m /bo{m]2LF>}X~9|yR( YHfN}Er^p{ $Yt_.:zuѹގTg`~6觴?ZAVw|.%YR{ko_ö~s2^d*>aJN(N;zwoxY,dq5qQՒJ5=%f%(gVa֧1E9>bߎӜJa/?z!ߝ-AhkVoEץlVHxOŌUDIڇʱG[v@&W KVO cLq}㩿b`>*D/t7.A .AƁ?ݾ0ђAb4*ڡ Hc?ׂdAZ]u Faůt#TLy4祽Ǐ4^Ef ݲZdFuĿ"G EJp+@tȻڐ)AE~mh-רב=yXEڄQCPsZZtLcL@fK^ޓWWCh-ݕAEtn 6y)~ω5' z2w >6MPC3n%]fz.s|yGqsaC Dp'q*^y7%31_SNqrb!mSj7o: W{tWb7apM$!VaG)\_sR ?[Ӊ;j&cEz),ټ C !?P_X[>31nĺ8A4rn6hru܂$~17/QbtAdJ/uEd4a[*r?);2G*r7sErM) WH6^7{b)`!{܏0lpbk sh\jB?we2kѿ`Nn:6ܓb<LhҕhB qBKuC ׋&Ȫjf#*zJ59XC퇂\b`2C3>8\ZLP@OCA,twY;uO1'~؃o&rXYN|׃̍nZy 3OBM8S't&s1$ڥ $9鿫Uy.;A|3Qge *Y0lֳjH\[4D O:q%ʻ[7aY,P9w@ 9nCK3q@*ZL ,-: YPIB5!>L[Iw}PFʆI 6/y/,Qbd^9bf|'yHDԺrsJr j3n X*0e:\knRoUHC_bbR0į ;ۨ dT 02ԡ#`{%r4lb8J]z~1[4'%J ֍W8Hm'HeM$G#XT!Eo_fh<7)q#5)Z@n/bItq Ii^"Xh({ S^h]TUޠSRlCB>)G A[d 5 P]OJ&UD)uEyvwq`xI07V_bc4Ǿ\)%>*sFZl~> κTڄf ԥ !ǔD]FxAbj`*)!ׇK6J^AC.J:ȫE)JCaU+]ͱV܋y+$١21`CUt@߁b+ñ YqpYSvs ZZb&ZKkAN2W)ݳ3\^bU*I*JO r!)?+^yy隥Ny-iy%')Қ+w - G([)NdrU%l䂢87d)2υ ƕE*THFo`~>h2z*M5%'x\ s5^j*ZPl?[%yKIeޚI;{D>)l?3+0T&>q_0.)yHy V`Ƌ2 #l{ I'=㋮ 5yGxiI $<9?Ivl)/!9/"dP bb[Ai8WV 7( N8y_-aZL=€e\9P9=ӳIFU[  [֭b\كUcfc0݃>15s6**4G?Yl"ru Wi‡E8W8~`[bߧo̦ vxFy?y >GH33i0GE7>VC(L|]"Fnh`0cLSB`jSAj#># Nz^9岲|SL 2h9LРP^QQsYVpճGiuOmѭ Tjx(בOhD/dxGAgH;rzقEM:62+ɤO !VRzG<7t4ك%(~O=8ə VɨчFSXtӀzڵ4L3%{+Jtku _˕ 4 uX--s:P$g8;i}_RGz%vHOMr"[Je)%<9'=rt޿͔^Ff<|:-6K|&*(5T8d[54c9HE2f49&0d?] ;S0 ޾G*6+։?󩉱Q&^A11jFgIVMaa 9oW*dڨ,gVz=3.Cj[\%%y(jV $kT nJβڿBQ"M2*m?&#ÏS7$P}-.N>TwO F$oq,0 @BP~›%Y{98͍agMsϮAM9ܐە'&9;imRrY?|JqHժa s I(VpK"AwQsB &]p(z(E\rwģQ$36I,<Z\( z* #̅Dή(qzN%\~˜煉[~;N:j&56N5*a^GǞi,vnتh#KeH HnHN(l,aN#<Ƴ*׌/HSKG `Hmb/rwQ̧E U )xT"&]T *!Je91".舆m1}eě(Wo/ٗc#׬_{h `ԕ bfwc&$ཧT!Yҩ6O^dN1K"9A Ṛ@ d "D1|[qC<w},^Ӯ!>j'Y\:i&1Ho a-r:GGX `w#ouf,w}ݻ O"mIg"x'I\rVݢLє=i= ױvcaf$G93#Px cFG?5О_XY>O\Ri';ԫg+"d"y6xL0 yR'!ǺVdͦ䜭ᘓkG <@/ȂBW.D_C8&018<@T%>ܓ,&al*@4L3\|3TN*H&~Kh˂AHKM Ue-“HaX"#:Rȱ8 kT zrJJ GWCE@SRop֝ܫ1\|#Ü<š/],J{A]( (N*B$bg e|Q67CBAoz]e)$arg_ {4z߷u9Yh2$×^W`')?;pך1ҳ#n<'DaptĂBS0S=>X#j"R pKT }glsM<:[}Y,99iiA]pFɾ`BX]4+v\Q$j>ǚ^Nc7Δ(Eg˱~+ GsmxzBtvQ X:FO42+™$k''6=\~P{;Lq1 6&JF`w#wu2ڵ|NcϓKjRGғOQ Fɥw>i"`_wP ?VYYc~svfzOh!)#E'FEq:?)_ZbsXP;Enϥ{yǡ&/!Cq QDi\έt?ť• (!7#Bշt6i*H{H25Ft(BɏxˋaŶb'p)0pҙ;&w} 4$z լ& uT* b R *c^ /xp\gs |]4\V$bN?Vᵛ'j,p( {'YǵԿ$#T/Ŋwa;nQw1i퍷"|t4 ei5d7]z棢H//t2z&"Lbw7+/]`}0ݛHKOdC iN{/LqJz@6sFmhk}JsG?f _Z/bumMuHdK|XQL]AXo*"HмWus}*>LEo@ Ӵt=)SRʺ?kAJ&86IԫE6 g8Y*M^  | ~(/ /=vb#07t0ζ- g :jq8/v1lUJv̚PiWO3hgD>IYr 06?i೏ r.+&-.eGuʚ yDi:Q—ߊ%<<+nM- I\0} vm,O5'P~.uU7%h+ yצе[tv%lhjЅ =,"]/2HW~^$٥y~I2hr8Ž#P~OS2dtҧWeOd[PjjY3hcvy o+QȮo|.+~̠eNCb#1*Fs?E;2ZX}*A7~*[L8(KCC} Qh)5kyݒ$.zApFNnE( 6!ZV?UJL pytY1E@ 4.*K@ 'W-JS۹ ߙi^*m2>[`{PM{)[pZ]\]QH{. /`uz[Zg`ӵ-ˎUҕ׶jk&8`j j ug?Yz}&YxWUS VaȞ&_z UXp^:C5>,lOdQ^A '`ukD ff+omB~Ao,0'J~ "e ˰80Gn )Iik:Q9`o~9lYon-ۇ5y.E;T]Y9g{_VO#9 Y)%@H@7 vyu cLN{ udց_T+S@~#_*Р> J4ՓuB)W)X(x(NLHL7;Ϟr0lZ/oc 杀 M< QC";hNֹ)Sϭ81zvoQ_lS~/2kUoh-r2= LGm޺cPQpG34f]qi 9!;0q^A9wPĂ"#5|& y!*d0JD.~5qhiF~* :r>y|K`BJcٲ뽳ohz#3 6'f{ڛQ"e[[r9 '.ćBQAd u 1xAl&F%p "r r*0dU36 []RYk![+XeTCGfu[E( ۮDgۧ^KPD?Қ='"ر&6@Yh@o5:W+(\$P̊"bmZf.Z 3nŖseo5j'-5i`+3+uy)۞zŕgbye˘AralQ'q@ƣ{ǧqRb{hleE&\ъRil*J'CȫMl ~MٸQaXVIL{#@ߦ H@N]p>أOiqcKqae0u00\=b_12Ԥmئ,x'8ylJ)e 䤡Q*A?ljKE¥۞>CXoL&\h7A2f,TNC1fhhgD 7slXDGzn$f^.h%UY,2.&w;#vw)_6yjC{Nf%6^䃀.~zts*93АhupܓhU=]g;E>n6E]l126)D{ ]]Php_qz2g,r@w6"҇H8rݓ[a`fs]w=yEuҜ&d ,dTvY?hEؓ_ћ3I|x$`U%a~9f7U.|9YLctN#9K u'q'r{7Ij#7 B.ܘnA'ʅ, @0ՙⴿ#J%i03ED{QdbӜqØ}J.PTř #9V,C-(yConMm"THGwbfd퐈 %xNV<?0o?EPUVoTzEPK!J*2h!W9!%`EIByaiח dt9{ 1㊑nG2f>LCC>$'09Q[֔1w%uZ(1 {eJ+zekRAeX3UBTVo~@Uc7xAKo9~NuWfI@:<}i`zej"ю0IFQ._9ަi~z_=6^{ M}]k(bkV=cr[6T=?E"нdnް;FwWq,wXԥUA,+t~)\֮]*÷FSeG >6k$xѥa4SHG`M>c=}o\)IOz# {dZcYdܚ:?R.㭑 h #jgԏI0$*{Ȗ,Xw{jl]Gvg )8V}DLQq( b"@ 9'xE?:058vá)r 'Cy$|!>oNV| (`J`# s]R,I.ODY/.) 9X^.gڧN w4Ny VK Pb!Țvh1SF-K%f~ VV-_Qj=*, qeGD<ߔ-\|)1\˪t1*Ne3 dR} qR سF #3s#uVwMi,"=ﯾg]yuBLbfI(Yb%|5`zy3s~$bW3BS;:Ns߲V  |"qitc-J(ޥ\c4bfo]tc9gp3AmFr %-¾EI ~Ǘ?1ܫ/;*=,r-S':Dęeu\Fm/ )nd`)!2hI질gѳ(v}Pf'dw0J[7;.nmX׽IlJR2zb#`U,yu<^ǘ{t@., K}t~ez鼰r9) >P kő"IZ$텊Dgma6QŇsAçˤ$?/'!'M|QzQ^ P@Jڣ4l]\xg,RY!tQYØqg%nTAn~m]MJS[W'D^G&U2;ܧ!1mNہ"!5+)չI >k?\yD0j}Քqn?_=r줐w-d!Q3l|FL9=GՄt]zdm՚_ ڌ{  1zPM<51Z ЫBe)/2罉vPC RB5` 0r) 1=6 #E\__0ɑd 8vIR,1%zmQojP>S #&9xFOr:]ѷCٸHw#GF0W-Sdmn+^?f*} &50C$AYJqG`z* dp Zc9+q`;f\`>oo mp >YCA=;"ՙJ? 7dxX7Rq K$ Xݲ*}0ԀB>GrYU1o cGxe0#4 u 5N맖+P'IQS }1]t~LTGZ8 8bǙG yECV)f4kdN޺"ކS៞UL&nѴ;4UUZӡ=,~YWw+1,]'?K~=(IС*f,xl_I:G'H]E K^`̊0JtػQcv8g>=HR\Vs.vVxkjstYZ]AZE&G+Tո1j;NhHOE3#H9^aAL{!%U }./ ~y ȓ_dJ$r&[p)}S圌dA&ݎ)BC6 bguS7D(uP;܃F4PĶrC1S;P|;{hXYd]KLYRyIFU'h@I|( -nMe!Cnܰy?rtke"k 5P ,)N.5-{0/?X_ݼpfP$l=~.hǥʨ{,iS *i$ՁN܆b-lg6zW>t%jrHpG+z֭fA?kѮ̊bwaѿnQk}ayjjD/cxMN1+I\ۏCm:Kr٧,ˬ)wٌJXN7t+Ed'b#~K3ŴSL`AQP&K;JAx)3ΔG|venR]hY vG3ﰛ岷pn׶dY~#~pa@\B+3 F%އ^>j/N.OW\)P Gh@b̊bn<)5\@&AdRrCɯ0MWwN:j#?X/'J{dD:KVme >ᜭ',-tqXYxhQLbz.kem GM?!$GDeHMJxiézmbTK5T kW䀓 (sMhŋGWW%Qs&/Z_(M4.}|bY~".R4O1C"gַZ-[-TV9A^AU3ϕ:.Jme.Eyn\;smWi_<~3ൂ18(0!4 $ Q/ʇ+1 2A<6*e`SR_Nێx';8̖̋R7KPJn~Y%M3or#6WZwk-<|d.W[XqhOH)ؠ=.!!%=~o1CT"NV$>Jw`aɌp29~ZolbZ) Tཐz=禵154^j2mzs/w8ցM. b&;J&>܌E:0G 7:[LslWgs]LڵhWŝQNG[l X~6zM1P ?Ѓ-t6I>d&),s*gMJ{WUX1j"UֵMQo ѳBLgtQL6CRvRt!7-+Yȫ:x1VAvFv6,$n=oi>8PE&]Z瓱_wl ^ʵWְ3#i5ƟH<8Dдk @ȗ  ç/\OP݇"(*|UxxcMVm'Cq{0;A0']0^;D Trb5gasTsWI}IOϸɜi``G w}-\ EHjEz&>(5 rM]_ )ʄt;opதA!8Qb%"sJRr%IB2k\Ue[ 7Hȵ+'u` ,H%T;< 7O-?YBqXN8&u_Drرw◗U>wy(癐HO^qD$yhrƿ*e!S5mXGJ*h[S-G>N>8(kKin>1;%V.jĸȚ*LY&5B"U0UuYv;4jxKcI=]k.DaQ] SHjv"M%?BG1SVrTcq#@ms5cr]EbxU$Ap={]0gn{GC -ʕouC0Cy&i!U頹NHjKo!pl:|::\ ñA9_FEy4u⼰a  U4i.h(,w=C/VڈDa Nl/?։wJQ r-7 "CM'ʠ*A wlod:3,!"i${˻0'VRp]|čpn=M׃z[|R6-@K1鍄 ۖ,U8Po9Pr IK53xܰM]㠽۳K쐛W0/oAC2d/xɋ9޸|h{[o*ྟ) L\؜二T|_׳v57Z;&(~)㒤'1~[cy-`EE+8 0]d q1`[/Tvw#ڂ.J&K_ ,/ *GꄟτpT,w@ޔ[8@CdXA@\RbFvFVౝ[[4/ёFHN v) NC%zI7з)5)x(*%K #0~m߱vmy7aUq8_zLۢ] ;zRO~'.dVXf*}/ZF߅uU R~o1:?>xt|,(bNpMf p0g̴\K0qGg`pAq%DЬX>rb/oy]+DSA9\ /…^^4`R"-=M.;R~J+jOCu<^&*+I- f XzeuqEmސ|Qб{xʪq`9L1]d4{ʚ+LGy!> W"FPp14b(N՞tWwQYs'+;=9qNqq5r\$jyC83E,q F xc=|AB4ҍjck]O3ceTu NdI1$So=v?cJywgKo[$ZjׯǗrAT%qsя"h Ʋc\_- DUXz;JvYGp+IH.rZL*U/ !НY;x]&bZlV)M&r8齋*N$G8/}hKڹW&I"8͉#@4(k xo2>X37D]k0$x?؞`;fHJmgQ9<3!P ƃbWOQoEm1M⸽`-vo3 Gr87$ A(_R2XAHGy!֑{" vrU!R+ 5y h9.T$Azb~RŬ;Ǔ"XxS<1fcc2* )AO(q!K ?caNPyr2f%z6pts jiMYa6ͣLMH>AOpI)k GHsBțUbȀ1 :7]Oh?! Xm;Ahrf"bXh =Ku!CVR:w2 _ jHgҌ}!u 2b{xzz1$[YT!k3>/԰%;Iuqd>?d3^ۮ!?=ޅ2:!?jkePh~:,ER1hreF IĮO3V<83'Yce՛RfT>PXdC& ^|2Jd!n˞f;œ•x4e$nRoc7n:{_:$xԿsXºØ|ݑ&Y:VJLjAKwlz\\V uP<٪.PARs!PgnB瑀]@:NQw浖 ,Vٛ^Bs{ #E6)?ڗ k KބRT,?x&,_uO jJ0c7K˜п /o8mF&Qw]1L%,(y\J>ـ'T:lpc( S6W768ez_l)/ݰpj_pA],V&ƎUKѾD;AȶI z+~Sv2l*8iy+N,=~”b/-[Q8ٙ[݄/dJ~ߊ,B<17`R]hρ+>6UI5e?\.r)YھhI}N5p ٵ7ap'xi#}1~oNϋS6o ٟ`\V+p[]0P.8H6 d7Ny}]9~6&ٖ$y17LƜo&mn1{H܁'7oxQx˦Wh@=QMykhq0dhoe[l0gM5~ѕlּz#Lğ$ܣLӹ27eױ"G푑$Xs4'[/b+ީ ~f6ow"K|4/78036G_<gw`p2;\G=]M d]ȫ #w׃Tr˝A9 ZzR960wdU\Փ)b`BtlFn-9V.v2d;~O PqB޸4q`N8=PxGqc'2ʷeJd5ZyI6Eu07eMeMM~ Wnh? > apʀʑkR|FQmp`,zOE * x9轧_Ӯ~v&fO.;QggHawħUyPEYE\4d|ǃCob5* G0U1u9ݽs};ߞ[9Jczϫ)>!k,R*'D=GT86iZ(dJm8o6g f?&7{d|[XYg9dBRu0BN&vdq#iA<̂o15Xvwe$z$M@ i'uJmtcŃw6+ã 3/j>23:j6` ~1lʪ#+z?y5jO dثD+b% lxcD&oB#`c;Z*!ThS[_QJrͶ 13x0HXlѵ& YEl٩c) aψa|W=%!XK?mTBPLZZhx)sJO "m~O9̰9w !^Z6^Wk<ѪQOm4$7B\_e({)eZ4585ܞ^|}TMEƕ=&''w>\ {νʂI} Ls8X(0Fl=㯒q~h/[T0R⤾S?&"cc+XBWNqfXs,jX7~_뉐\^T{U;Uس/bpQWD89؞~҇)R|lD@nLnȔ{A,? kz^A+@hQN$Ow+sF_F0nN8vDy"EP)5[4ӻ-1I[(f9f{R _b&@AmBTV;yx{[ *\|W,ۦ/g]VI#J7--Kv} ƞU0Mm- R9 Mj!ߢהN8*Ѷ=gS9@bAgnmGE옛`¨1%/fJJvh4rR#CgD/#t?m# UUI04!YT' ?(✹i0.7oNcݤ:6U! eqܲ;(8(]ks|Ͼ\K$}E[)T (7,ו]`hzG8DT%:/%`ό2LrX #㻱3A;Q88Mz \HeAGN-#=ǹ&fG3 urU똄uSWHLV,#\(v (vXMᑢ“]4eu$Wm'Si]r3 VĤ'Nck^\ZZ.|d:qg8>6L'Nbь}ߑi <@o h^R/_:ctƑU2 3۷`%S* vHsy) G1C)0*6 &I%U%tAJHi>1z[3Cf(u#Uy,ⱗ>:O`o62\^=|ݱD$IGQޑK /(ܢQf{ yͨY9vŎh;,A݂ǰa p#e .UվLN%I @Rts}XLFH@]m|`Mc$YETfl@xWaX+5@{K/NVsKCќo(/ׅV1ćPCQByΠQCnj#GSI?5! 5渗zI+J(v\ rt-e/GgE=/?QnalJ:INwTTGӇ>Ĭ,Υ9!4g([Qd.d5Е/F[2|m|5_hQF5;}@E0j I| KݳzW7aRb0QїcާZ]V/KG1LCb~MYh]IkOz{0iWTA E*2Z-ۋ-JR-+@;>.xRZ51dP,cPs.MGXW8Kd[,7]y)|*zǙA.#bʮ8O˦MT"aN|[ !`XP]hTĨL Z9х!Ӳ^ٟVj9v'zD vZ1χZ5@6IӽI 霹jGNkǣ}zikG~ =$I; ›NLE P`1mt;C0yN.T2˟N_ v9k(ɋ?@I r3T\AَCB3J-xlD'1͍>a_PR<}m(?kOl>s9_s_t0v1RRng^伟7[r=x/  XY5ǵi^% WKnyvh+4-FN_5nQW2*Jq7Y:G>}*^RK s$qg ֎#oe')z<LO8/C6o,Qbjhdv+ h^ԘSHift0,qA4%ք߷yY@X5E:_Lj*|" 7,Q%P`Ɍ^Iʛ#VHw,Tϐ53 >x@Mi=/T' (܃:K>wtTܴCGY7nafdt8j@!Zw,g-z bвa[z o`5"i'!A{IO9r;=/lIz>|6苄ok]‹\q^Vdn:XP89LKrf}Z`Q~Q-{r,/3ゥ"K ʏ/( ~qWWz`-)_fe" &$PLN§z4(4bBsY@1}KQ{kYׄhxx6sO\~*ֵAYnM~^άTC~mA&/T]2g'ĉ,ITiaٙcg ſGy!'T|UE(7?LEtG@]ANbIQ`qc{YUh),Z 6+&A'ֹl]-c\=UuFbf‰Pz-3-@*[WTԞհ#TcǬ,'J'l>݄x,S[ 1W_Q'Rx6%oeFs&|+W']{"m@$kNdA~"`hޮ D" UGܹ1[`*[7f>x޶)R墟ZiGh.tdw^b5fL2q:\.oH*M3v4XRaɉӀ<2j,fdl$ oL ȳ ײo :_&9[1nfbU*nGqҔ;$aoeZO0)sYKJ8*eSC`$aD`lN6eZ|4[`Y Eȕz)Yqn:묏G@rq>c,WS8"mmt(KrK, 3rEMjf 뀯\)$O?aRPf/Ady _ަv Yx#:f;j&hp;ĥ3 NL/6|k2i=7ACN"xd9 c5Q#zv.N]8%?#wz#p b #P.Ŵ77s^VR75(禪 (MNњ9z}&"IQ Ԥ_9흜Tv:aOM|0KyP )!m>8Q*E&,מ㱻&)ˏ6G]y0ݫ'(_\P!p4֏"p6uւƛِnAPUȐ|D.gK lxќ+b?iP5|E#fjev+17I*T]NG< AZ8[svqs8IM~7`a8H弶)WU>g 7/'W*yQbs4-Z0|J.' _褙F T&pۓM*Zb]^,TX 'bw) }>Qh.Po^ݏ?n6ľ$B`?$QQ\>50E-MHtؘ ms`wJ rp->U,5B mSltXZlL.ܽ7,%K@c1jxig ɻ&\N[}YeVwHz]f:ۉ a͎퐭zk@OT]b 2 N$`x'DԧD'r{+s4蔾J P8GI|sdBKډY0FX#J0-s]\X -t04$<wjdV8TOd!fv 4sp0|FԈ>70S؇dC%{5lr}0 ދוt18CKHf``Dx/IjPTͷU }D!Hzڊ538S*<ÓdqZ =HṎN[Ev,Ӂ?n40vl{ݓ Vy,=_U>suf&t$ɬzn>_eװّlCLQ"}׎@nV'ZCOiˏմ2}W?)85( 5烈r )\!3wqV9+|-\_^xW_) "௻aO+(h:=gٳ@Uc;7ARuo@mZwtJkYKkd$\ɍ6D [N61M{Sqss.~2(7VhB⳾G)*Ѵ:Ȝ(.b.d u+2|7FrK0wqUǦ#}kD3b~6H>ù[ץdzZ'@zV|c9#Aj8F1d:9!$jD#'].u`/0 ^.2J x7EµջξCж}S/+ʭ~O@7OAj5T]ncbEf"}╹\82'qpY\^G}\%sQ!c6IR]4DkT].–j9@i:8*]s}m0ƻž0$0$Ww׸sWA>575i'l#oK{E՗AmLT U u6,Zdp>,;v=_YnLlv7Y+ 5ZߚesDəWd;B -_vV!j`T"v$6μ?[ŗaq@rkVĹd͔``)&4ǫ08YFcq\DƊQI;Fza[N0ʂ(O c̄14Adt 6TBȋ7 IC(vrHn>lmPݷ0HiRnmzƖ,UiL_'U3ߕ};TPUɊ6.MLl>ʘ%pt ʮG+NjAl >-kʝ֫v:`fʍ:ij\NխaVJ#d򣡓yݛK/҈@smvkYj  1nbf}{ xAیpN"MMD{*{'&hg5'|pҴd;'t G:5N}R;:wD^{lHd6L]D9T3+p<>u_cf"<YIpd_gBT&2QC~9aZPfW_R.i?MPØPi;lI>Dt9 #/rjLxAr._Emxҿ u6y;Y\Z{huG7eݛ^hDXo εk4_1l.&shYBZl\cgÇS.Ee[?QtaIʺFQc:*Ҟ8|ȕcݵs CƗ+%k4/W®Yˢ`DUĄTوeY3b{IawtF(dpG+椑dEkN 4;"p]^S"CD 7vsU& %O'5&E?Wq^+ڇN"SaFpaGH4 4NNuqg,ɅgH=hya/C|Pnv[!/P[w  Y[')—trѠ#?OyDn[Qjeb1 #4؈&B&L3."m='fmKE4'5."H8ҭjTU+^w-9AL!0.3jxc)YyLǟ`Tu\nu0.cs_UrVCh#Vг.>`t_)v\ȹu*AY4+N^Е%LN&b?@"~؏(kY7^Н%05#wʛIuG9e62CNѥZuF-j|!=c ^Nw6x0)wQA.tv(O/ v#ͰR1,5ڹY'D.`9 SMc[3ȏ;Zk7vUMGT4iۛH$}!mdd;Rpa.ax.b ^W1\0?FjHZ n}9axuU9!ZM@9Ih,Pd={#FS'#L{jƷX?څE:R] IC*Wцf˾2{Q22ܢONjʻ;8=-R~6;ji'a)^:fQEkvm SM@ɗuQX} u,uI$ aae*vFQ[k @(Kw/8mwHEnVATizh]B Ӏ=.j* "M9Ƕk. f %4XhTfOX8yu͖f C\QM#UTAϋȍuLEuboUI,äigb2?nPQQdėEc\+t̴bzo &}*DJjwT/#6 SNE7 wh Q߉ xL΅6{KLضj]@Ӥ!7i" z)W`p%;hћ3܀< !^J5ni 1B"dm5l!a6<ɏ`A RXbUˑw~m }9Z| ߲ܕU*"^i2Dۑ..0D1:/~7^ZFadkLhF4OۓLeJR f% `*̹'>wOE F56l$piX1A)9zz[/Nqg#Xy;g 7OᗠSd|HaCGv,Bĩ hp; ɷ ZI7ƀe!Ha,@I2Q|(HMϙ6jQƛ!;kb oEq_F_Þ?d6 jF%(tS*v\XސQKH3ɚVP5zOu_B=ȯ{Tk}5eDcb@."(G=Z \?_+c@,yה}w ̥}zXj%JDŽO,_r Qphf~H(>C c[bsй`Δ15i&.;7-[yB%m4Wn}FwTUY-gT%0aXoYj`پ~-b;f[ΊNvϹ1@zy!}v]]J˴^N+]*FQ 0.-"P3RW'B8b:և#B}GUXҬ&Y>RfBiF`@.mI !o$+Ǫ?F$VeJ@]4S衘C>^< 9c}sP|gaE&G,EBh+ek溶<oN-ȉ?q 'Ar-`_͸#-Y!a'PeK3I ۳4ܢ[HĪ\_M5A ozZ=eB6yAq3F7X=;t rG5y-TfڠiӸҀIUye;*?1<I,؜WPsYH1PJ".m&9::!5D,L3 Lrf ғ$I@cli-FwM_ɣz_;>a/ѻjekcS[}@waQnr℈c.?*TaexKJ_Fv͠$EƳS Tk*:s= C. ˞-au-P!UǃDy@TvA/H7j UF;p<|-jִ4d,` ‡R[Ƀh˔lxG!n=T5 jC۪}hi~K@Ey]Jzw2}k`%@S Gx7% kr J/.y[#L[ERlg\E);J9+}q? o|ET30-yRȮWD@͝Q7c_=mh^2XcuCs9EW~_kBJĨI;HG9tj247~:^t,LtXwĖ2hR$mw/[Q*T(-cc3 `.d*3"h/ouJKX .`$ քL$"~D&pQs;sq| )-g689^]b K][ Rĉ!^DhZ!n(GܣHÉƎ6P'6L1̮whb":c9osRxSIx3MɆʻf$3ʍrS,wv>@#w`#)9_(dU K%33|T"(#bJ`\ra'GhY&*]ZeO{e(=|OtʧCT[iolhrRGۼ{]ViLptX>yĝ /I^"]#Ѡ [oVelݖR=N_so\̓~HٮLuA)YJ-kԶdGoeb[>9W"<ʖ>|7߯Lj>MRñqGNR1@®=].} D'Z%$zhvאWWMn{%Kzڀmتh@S鍴i4F7<]d^}G*cMǮ/^N޽fVJdeϽ߀1Նy.8,)v_4]eTHm tGL,2 Օ'Am}h7sS4.W uhFuxJ N\FrL]4(WrM'N %lp6 olR$8)`$SQYHXyɖxTij!0j5hgwxƑ`OV_-@ST53_oBt=|ó;Brt |T_V`6 *^e5Imhh Vw%gd';>o!;"'Z?'#N<GI3ʿ&Q&g V(ȓa7󘟁x~ۊ_U*0{( ~y%ᔵG<-j"Y)i&& `4ۜ4]f=H+V4ҷy+>2ttiv&q;U^dBy2kgr%2]"5h.T|=geVMk"9_<C7~iP5٩Gts-9oe`]-~MjV`.CJ ;sa7 2\zQstZf>w579~UkCc϶EBFCeK2[c4¸~[GDΖ- wiXgfm!b1/|x+Kg*,`_}v f9"= /f`H+7YrvFg*Q ErO9D)Iq9[y+X#)MœREnGt{XKCx^32WJ"y6=.>[AƀA54%(G8Q/,wEUwV9Wm},J|ÏVޟzߗtj$$)HSW?nj+^Dн@.1^4~iONT:~JRg_E1>'w@Ӂ+]XA+>_3\%7~&|<âQPb\)ok^V!L F?`]1 h>0V&{VU} P3E4[йuumo{'Nn@9a/nͿM39&n"SH E(?rA#/Ƙ?S^܉Gy123$L7txB?l9dK|.w]O=o:U Q ;}aUARtCe浥e:A@Yٽ\߹U(E{ދй4և៼xe!gc.>K@cX|7I d@&cwS7_څ M&W <ƶ?WnM}&Q5#Kџ ڌ?z(H:pIܲ|(穓giHE ^zn.+,ׁ!p_@S$ " fH ~/J˿q 4#q' !CiO* `W1b!iy7ǁ0_@L,ŏӸ]_e [L>mt97xL5§DZ%,ʠn/ Ez1:>9-Q|H]3Hrɻޟe<[DU@dG M ;}d|ZiF>߃;+ՂbI,E lNCJ}TooI З HBO/%uHHZ1*n~?? wB<ߏdEzQC{ pAt,41vkS't>_=U #八L>t ɐ$3cڀMIX v`QeyqdDi"=9mAro0Dx2 ϲ[&Dn, /i~I+IqgM-m&=* Ŕe-f|8HW~$_*5xySg HTiȚ=7hM.c!Q<& 1EnL _h.9k ہC=zD}4EC7V` #r7`,NFZ7's2q]kXppa=#]cJ&m܏o,v!B^t'vCO),PwqBUQ@_{?c@SE5%b5Bj'5"=m-ʇֽP 2ǪrC) U"vT/ I f"ҭ~t FLQ= XWĖ̥)}$\θjv\GwH$Ѵd!-ޞӝBvɪF/D2t9{@rBt>LQ&]%7w"1nN?ZiEI15`x'q(oF-SAs1f xov/ ! U!P1L["*w-2=lXEdYْz9|ON _SBR(= 5NM2Fr~_ "'Cq]Q3KjB-R] Zcvɮw12v]9<'[y/jusa{odܽ/DkP+ZvuZcb-\Ys}R_~Za ՘q7U *H'KLk?V&Jl{)6Կ=\1rcm±/+$Lo.ye^DӒNsyO3MxMsynKF~ _k{hk֞U6ʭceJ&7ޞe. Ez! B~SiYܠ5ZeJg.y'c.zat:ƍ*H@ds{pKO[hyA\AA5+b_Mlи UL9 JFVA,vdEs&v@ˆ O-(Z ^^ôעkpeI-qcpR2}^{>HG.pӍ}~ͥ.v"Q܅g7Lg|d\7Wl*f߷MT+ego>7>!aO= @LFPW`[*:1Kt_ #-a'q 4S&_^ꎱp(]OkYL>XYia>3Y`qWT,X&Ts|>NV2JRJQ;в\uj'F;l2<~LcMw7 Q U0PEPu5ZgϾKF?sv?!6C۱H ~瘐 TV'YJ9Zz*ϨISM}CX{ך/^ur%a! 8@=uDzp;|$IN7lW81Ývۚb?>J#gv?Nک1%Dv}R02I?p]pkAC.q]C$(^MӵQ@-*o ZVm[{s/WhL+(rjAg,YY4̈́M1À7{\Fv 4U6&|"I]48ځ$I72>%徚"{ _݁;ք7O pMU>}I<i3fB-@B=TVTzQ 'Z%:>c:᩷pYP58i0mY! c.ey0s4.2Jȅvʸd4AoZgkŒ? 1ԏAMh'Z &A;)ۭoGr1M``4E$'>iJv[wsQi /dCE \Ӌ{\NJ7n@q䴅﷌KTE2ovgiL9+nXOȞX$3:o&W52 &izF *1"T"YvbvӸI.߽ܣnjdi!+S}3iaEF$ysWg |c*R˟3\6Fޡ?$[a Up)!@L,Q(^<[|ɾ4hs܁'6~7E]Q0p q~4Tf]Y|з`]a*Qފ&Dmmi{h9ZQ'A.z~vg.9ߠL}pArEumD҅Vﵲ\E׻M2&a^LHs12%kDa)gh.-NID'Ӏt֛𔊸k <\|U:c:\91ÁxO'ORi=WRPPoZ C Z,^40P ?]C\^42I5Vxpav|'-:en6B,.&-3frhT,5lMbo9/Fw+#2;_t|AˡO=k4pSXd|.!'NpEG͘C*TRXJ9IRLFP D_wI7@AXP쭮a]Ia'1(nqu{>4fh ڹS=P8BtWB9*#\/ux·s~Ʊ['/Aw 1L 41š ߦ3{#}҅N"b@$xc>L 7ˤā b3Aeō_| ">I֘r72{rG̣osOmh~C"Kgƹwqc1Eճ oW3{߮WIB¢g =Ճ4967g-RK} X Vq{ٝb!|^|\j(eJvf)K)_c_7ޛ 4q +Ve}B~5{KY}K'p8F!9C '}\Q xxldCI (MGվ y8ϼ}?Bo|k`s]i.}szmcMub <0?ȕ {Z6Źo[[ Ej/Nt hd'(r0o%J?vh kU_oJEuij `3$\Q#!uv}t{_)A9Jk v35ZoGԻK\ƹ+c>bo* oӧ8I-кFfdnQ63N1nvVg:0H.%curmy4s/Kn%L~;b H*Obؼ~x1}wQ,J}~]ϼ$2І >ZGIͮjif)׿"Xy5I,jh1e~PT>C#2e!o.t̖`fB r1U"r}q"4)FoW506Lx({(ZK+ľUUIYH {LA_^IfWQWj tW5<V@H<(n/1@tHrϝz+T/"Ɓ*K{ *ßԅp^g#mv7ZYy`̿ NIܚ=WcnhYK&{큟sZ4j1/M w:u0QV8r~ ڬbrZ䷐8ojMna g ^ ƍ0hS MK<)r3+6ozeL kx=rσۘEjv|Ux!bHbN{HyI)'BßKM\`T:=@ĉ~{*keߍ%tu(r:բs9Na3+7۷c|>!.v{\S)>eU(>_?}w@^c%<7=VDSy%$wLKCE_nnYy98',KerL}=#זtވpp/#ѱBGaȮA6m*0W1*YRͻVI- AK:ߕ[6]ǘFѫY~@ Q2'Xy(PQusl!ĵsIO¶O>:@wllbNͥik0S6qdpHOUQ0ePM4Tۆbt#=-r^qZ*- 2(8e@`K:qS%ԙzo"fJv[HD%u"c ~raytd]Yb$ ܛb)R]" gR Bf8p8T,d=׀PS d3шvTBÊY{g$tKggh]n(M7-[ ˇ4hZpayK5P`SYeP-Q_dx4ӫ~'Y%9C~G47iv5!j7/#?&nWcM6IdWRLO 1~E}>ծ~+ɺ~,=5q{]5!%ޥkjbƥf-Rg[D>i$ioy L^~7xV} WD&DG~-n)^pd:~^=Ί/7>uEwn9CMFAvB>hI1gp{@dWB8 tNO'ݩ/%g8 Di>4V8'U cgrټrbkBaktJ6"2ȵѭ)."Nk0Rd-(Jgd%ɼ:-$| Q N`N[ak6{V%6^S;"Op[-`F. ];5">15(RD'Ljw=XKYPmFv_+4K[(slW'V>(H$=F -`]a 6J=:*~y:6լʻ.:vy^r X'r'L6;t>ɑxP>;R3]I(6I?o= DH1fd)%lCcȑz ?XoecZ$doȡz_[;*.v[xq*/HkgKq%(PPQj|,V.^9e5$vY|] I?&2v?\{(BG3sFEITGuQَ 9H&EqZJPwuש;jv䶊3\{MTwfc¬pQa6|jm2P6'MIӳfZm3a_k(# g%y? pTƁla szgC4c=Z w+a5D$#U~h ſ' -y>jj܎H+IrGa.mʂm 6Hty Ifڧvz{X#1>Tdboac_:yjP( t^E '5ݚ#RY%ϼ|6hro[`W~8m^IM_³V ס[8>EM#/!: /^k=~74._'l_?{*lZ\7dzrڙ+ a0=bNJ/i᜽_A_{g} a BynC)5Nh>%9nښc_*"N$ S.RLBGkN_p}](ƣ$#Gkm 21|Wx;xe4Zv%u8 m$*$ iVz0F%ݏAV 3]]kV?,ARׅ` ?h M;Ӟt!ȆPu!X^F :}a neCVte(""%,C(1[hz|B !`h,u0᯳4ZtҒu9%CW%KzŘyYeКP_Uc%ӭi'G5mM{XmVZ дnԵi#,- un&g/rv,σCg|(+,lQ'1|CYxA+҆,׷~ɉ\s2)qOYgt< 6e/z9sHxe.kہH~?F7h ]/ǻTB[8M!S ,m]9*3a 0x.iyZ&={k'@QwZwI3Ȍ;caW>q9r Kp6[{~3 &w\ AGHG6aܛ ؃Z7fJp'9t)\}UJ™5kl|I}0ۘqF͒Vڄ_ɻ-z&@&!3]igR( %6NF^ȼC!tW5+/L2H1!ӂƀ+N &|YIQ8UD= uNVaX)B'8ۉ-[`yi6[`Wdx:7E~/0Ndz#: wo\7<#ەS׀mU[rwCRoxm:x%w͢+P 3N}v?둦3a1p/ ut*6 B04'C '\Ad |Χ _Y7;xUϐiI`>!I#~_Ol! :sض'nJ|@w7Еz,9eK[ıKvF#8[{cAuޟȍ ٬ u­E"/79sLR"B=iIj,SHHy w]l\~pZ H>61 q5B0s-$0WlY1^.KZȮU_sax({*>Q~x)-cL\![ @+U֤P>ttE?B/ra_g`.~+;)`xL_V.28r!.$MTِ@|vqOA,6.Tr[OƉl}i= ~vm>ކZ:2FA+i\p?H6/0P:8̑0&ίxj:[:(F!GH Y%cFn_f-0KXSv`AInX a&<À)."G!!m6V c[TňgvP-)o7IxhF-3 YM /<ֻħk K% `|P?-B4`r2s +;:p¦]/ܧ<X"z8/8vSJAnJ TۄC{}C!J%ݎD*HYpِ)]Px QH7#mepcI T`. !_a[ɝ_0.HTgƽ'(2VYuB0if)?,w[M{%P* ^Tʐ(i2F⠼ҞNm,=9Ttt gaX7ji@Q.yZ軥D[) ƬhݐIΔb0#;e B'lDNH `YWRۓakw/UAσjQQSCz'"tX>cY[{ R%;< SGDbt|'"}Lh`"҇%W]ykeBZw!$q}V@Bj] 1rIo"ȗ8SiTn &Ms!v)xzf/ ~}~uޛY~c{\QsqwqNs/ |GR#ZFCNJҠDp.QE/-?Ǖ"@vqp1^;$ߟ,7ov&Hq7Y4@zIdPYgt5(m5}{X,m >^FV$:G%iNXH\C= l'7tEd!3obםsAҰ:Uj>O5qx^+5zeɒCDܫ;aҎ 8)RlYo&Eh H{"m:b4S+Qa?&j5F3g`YiR9q7|;SSDګnBoB#ab `ǘKFÄ@>.h:5-aj]. ;߽2 e ͐H? ZcL~qFwOy+e+􂗘I+]Q $5.f+|@6Gz"xҬW+o DGR5ߒǞ}BLbԨe_s1])lU Fesh7TL@-kj( Z\9 "M0Hp|S`iǞWz̐MEH,cq* i遜X =GARg&PJ ȏ|0pd!#(>K@} 6B|9Ȧ9B:GH {.\bw͖L^3sYT;eawE.; .sڸ-2 Mb fkNX:%9ur]X"nc<쥸Cp=@: 0yq'1iza>e7:b>[:ћk^i)1IkNIL%n-wqp{ftS!ŭbg~)[Զj_O1RtU3Nk3R0s oٶ2G9}'h\$ElV@oclwlJBvT2P? 9묷 lK_k?B'FJC7ť&tErT1AҢ#MfG,b*acJr<@ڛQwS^sיW,ܹBPY$`1~$a*b\*xX^(s#-K q,x΅w >(c:/]5;"w`D+xgO8$vq DeqIզk 򴭽$4LXSݺVLRvCkAu + V"#ÅUِvzrZu] \ \'\o`#2@ú\0&DٍKAm1DMeCm%BWM?:wT|Z2}5oסKՁ.DFI~jV쮂OU< f>scS:HϝaYxƦ] ̯wPtPٵ#3)NRɀQi"j|))oϋ`sWTn4f0[^f1B])ATA fA戻U2.%zNX u RBbUlG/cQd_(x+-]ܩG?PIB"ڙȚXE`4vQ P u=^ :7;ㆁeNZ5G+,.ૈx#'bcVf*JY6~3/H*5QTCOH6UA z%X 'INoF163<`Eka?\}ia~+O}+jkS4yS۹4;uQ@\˟ γOK',Fp*JN1fsu$:hmC8}J/\AUo77k`l9zuc3$oCIf XK@ٵx\}kDu.$7*p.Ch@K]Lh3;14{0Ԋz ܹ8z㳅T'|l;Ҫ {$C3]U <T$v`;Q[R(h4=]fn>푄% [ 2oIK%׎a㺴 #W&c1dbg-&fVGs^x\,:{r\#"텗bJ ]u(( wl%<,.&"^o#a\ەϔ9Ќ%4ڥbvE:fnfQ)uZ ma܂Aҙy*0ċ`FvGg P|Q\"%L)j=?yDznmzy+@LrNxS~vYI fKb'ݬBƉvNgTR sQ$mh2'/.'5l7-(6 %#q=ga@0c$-`ۉY`"6,6W%:]FfSSߔ=rU|10r䏦A R>aߑ(w`FTPL2a=% # R/iU%^]J)4M\!A l'K;U gc[]e\Ci89AgcƯX1^x-{FvRK Bn\`*AWе9(N pUۄ )uk%䬱 bEN1Iqȗ1]ܒJldR˸=B{h*zMUB3 0H,disW\}LB,̹?NApK<ݍx 2%%(‘bj~~NJ3-o^a%j 8/nRj$VbpRdj9Gy Llp!'ʔҞ|;QTUw\gjovUtoyZhkxz^& "^ANJ{&gTœĂ~>k6kP|>R (S7BCkD$Uݸ5N4td-Lxz4wrH<0:׷\be\n(saΰ]afպ)phlr~挮џ3/bBhdB7JxGW FObn^Q LfG58[dcg /=8/3џͫ\<}CU*B04 \\%kf=}6oFq`0L)Qnf WjTٝ:`QB*芔-$\C]R-IKόRˍ) g9R(Rn~hcHo9jU8e؝ц/4ֱ/GBzE!NVtLR<8NMS[J;e b*`*$HDsVGFI pTW+4tj*[?ZZH^pa |(pmmrj/VY5 ?NK!=./Ub >fet+n`EJmd|lj3̿1쩄z>;989=E!W%VkDٓV53}?|1Җv#!OXg4c i>7m^TAS(tl3n߆CPqpNkaܿZXjɰyotrwsToakּQ8G7L{H[˳Ftc}PeNsf,Qf[NbjiJyLn,t qo/9:C8&+Qz~M!P,u͉9zh87-`k;vev}Y AD,FERe]R>j<]Z^պpYHQT lQ(7ɭ"cJW\2 l:}h@ tsXX)?!&r}Of"r.&0q,OQͼC 9iHU+I@>~p`q)B8=0uRG=yti}pEhQJ;פQ 슷_ E{v ?R%lS*'[[5ɢoGH f 62}H_GynCDUs k3%CdV@p'HktH! 7qݭU?,ò@2a4ߓdI|:cѩ*xWk߼sK{KuG֍V\8ߦ>uȘ!اH[5..0gwt E{o)Wj88`з徾_>Uk)YSv %V5@XڤdO%&_(Jn=n+ y83*-df3[u[]6:1 T87?}0 yk駼&j]~7QA ]SİwYTi crK:,{ꨆ~=]~MVi=MШPtvE_bk!T^$(߈̌v~)hZiHNh<.=.܅=ox-irmtG#epY\Š 6\=  tiEýöoqjPɤ.6BcFjTZw$ˏ*EԵO1kVLjVNII&_Uq?2ZYƉb ұ5Pd`]?yyfr(1g19w֓,E07kӆLb?j4񣄃Lvg'?75qjA[DyS^JO+9?;c=HL=7o۟izv~>Uڂ?Is>hṔuj*{E#_ҕ&3m,B0/5k-6cuƟwrxJX`)E}F5 o(<IrO[ߎV"E6Il/&Sɳ6diɁ=ـ; U$7UI JZܟ]u.%0]~ 813B>,pFNZzF -SȎ=r)j|؄}iI;'RD51[" !3}5i2LeZCavfq)Q'߶O43uTCu9v锆wsC}GhK9a+~iEFvHlCZtrK f +ZJW mΌ)}U)(Hs~4nw?1%i$>IMDh/ZIim:w,R%;}e6 Ѻc?ۻZX@6,7#uYw:@QW|̢Tn^erL.A Jqcu(&*={_vR[ALA ?(my\ H2s²TĄMEh8hr],o&bBA6J['FsH 7 x)Ʀ1ZYf} Yq=tt$|xGL)6y$C GA+,2.;F,iƛF(VO?͞~n5ކ;%xsvˉ&z3:a79StvNgw^G7ɐ~Ds(oqEA4pċTq(0ˈrR,B# ;^B9E^%re$i:2@\ce^ e@i ҋ;H5~i"(B!go#\E9uk|<>}KXW )޲ba3a"Q %i_ZJ0)lSiAXfO.hN9Dɒ[ ,P| Y)&}n&y%*O˩jbJ p=:8;Y`k< -S96?<8l՞$F !9#hYȶfC`B4$r6 \o8B[#00ZZct5}T~%xCۯ.AH5rc' ﲽ%;)z[͹/xxѱQWU lSx~Kv|F̣}5#;M&\+1/bEvZQAɿqڠ5fC 'rU⋓oW\UJ N|0n@9ifB0mq@[j1f){"#Q tu$bjI8S]~zcp(]<]i'- .\B/;^q=6 ƒ&Qk׬PA_g w>4Ð?ԽbOmsQs&%%"w&ʦ&ł"dZRM.4gCw$r}L f?JE=@ /=6pZc,cܹU&Hl!`{ib_#ʞ.RgoNﴨ:jb-oK^ׯY9oy`U|UB ն%As:}9Є0)@?`yT)} ;=0(jμ['pDՐ #$#Ố!l5?Ko }0͇ׄ(÷oune&8:S4RjzYgp{]YY2((5Ҭ2y? $t<!hCqDMpc!(Ű S>|8 R, s(??yhc1r\~W.j&O'6B!k:Po<,NFhĚ^ Oz#[fQ\.{l(e$ |9sU-ގv-[$20=ZjWA(6"fK` -\L՞g 𡼚n7VSLhL`">Ahh"2od+veĺ)NV[ͦ).h Cp NS١t찫/Ϯ+CfBn ̨Ćmfcd6y^DƎ$vik!T\Ӕ D[-FgRC1ºLRnPG6AP=d&@h!BN\XA@KdYqV"n:޾Զ0]_ o2޳LE&uz$soé?6Y U;N`e>-Ë3O + C˃gB{-ʒ ~ ӢX >X)`ɌZU]R|]ev:{D1Yq/q$~|(aP2"OEӤ@]cWq2x\c|= ޓ JSc1CI9: $۞\8 ]b@^s Rkb6'䐶1R* b9G2_@PõO;J5>3 u6`cf>eSr 3b_'ps*<'zf&ok;/MM/G[~I7Y;¸Ȋvī2/\BҭR+""\68ugULuH4?#WeH)r?o XlݴikR6 rji'LH"*2á(_5`?\ֻ~* QI? T<96ue?8MED?Pe<:f<̒66Hٞ\GLEY&a hk$Y€^/ ݑI{*VE8u1uDR _vOt3XA }` <$L%lȨngtS\Zmi z-Y@a@ƇiI(R/];&=*~{guVKrک+ōÑeYG9N*S4&MR#X&!ǃRf+вh +zL6iJdb{#uWn8ogl=ɽIv\78ϋ7:L;Uq|Xİ<4פKǚ0RP߲>B~a,*ʖNFFNLL|kfx ,L r/Yb8J#T{97'ruȊJaKH\Oߜr3KCi֔K%Df=dViF a>z^fvFkX!niOG -!LZ'bLB$^@eA 89m 9|*AXI11TMkwwS;XKlXRHZ(ԜyTU,{ztrmV ONT3i@h}[ߝui ́Xvݴ skʿG!zKNI1YNw.K++L *\Gџ&)Le@23$A/!XmMK!>,J"4I3})=CJ86]aai6Gz Kf4v0vb]^"SpVՓ$YMS੮Q~Oy _ѷ?5,j96օ@b`DV D~hmߋvCaOߏbܲ&U:5<r)dD͙eL^߫/̊~g/y4>[B14PPt~.Ndfƺ B,(A_]W._E$}l1-ʵkб'A<^0Ka-E~KiC^;R>bD[_WÞ_/餂ﬗ o&dɜUY;KLSZ+]y#u&I6KD2Ajw*;X~Jybj<]4y|KARvLBa7B),yZBd'RML*X=P럞GoCŸ-@K@x oֿ1hZh5 e󪩆ju.s:5ݜ%e1AH8a MsPء+׵ 3J8l6S+`Fxg͌M5|5R|KqT SOE:S[tWWH#*?⿣cJW$FdCN~ wڂY, "wUԧQ""hLCeLB@OonCc)B}8#ݮYi-jq)pİyWThLH|O`&Vా1ŃpI-a``1)<$UyDŧr9X,2&#q;ʜ6rf?"4Hb(em;#16cO\ )My ![Gc(][?kX^dY ,@bFr=ͭRO)bU*NBÄjDw'UP.C,<n:tOΝrYZt.Uk@! uQsOLiZQ"ӈvÌ>=l IzD򞿞_V4ե0&,n9? 6j#gHֳ^7fT ncсI¾nu8Y3q`͔YftH];f& ]ܤRTOt[dI au`[F ) |21SǗKThG!cLDp$*xY߽GA%$84ҜX:3# [fʓu_0YHij&\vbl[+a)0V6W0g(KP:ޒv ګQ1"eAWX4N(#Ϥm v0jAɴK<[\R@P(Tx~"~hQnž}񯋢rm5pwY7ru`3Xr$^\.WVEƩd*g*I[f5qFzy+Du84BW::V$-ϳY #po~o<* %՟{׊C:l*x*YhF+6 a"U.e<.vTt!ϝ$`sY怊 [j7]d;e&m\o@G1IPr4b/sMi^Lr}_{>OJ5shW OoJ.クx3Behr#\ۨAr比tOz#[Hug v e6j̪ªF 8|"+pR9 Y'밿j !P RN*Mv7{Nc(Vy9PQ޼=a3bcwT *Dt&h.(ʦw&m|wU;TCyYzZ A$Hǚc*ˏ )TRwq xrH9/`mfRDD A4oPE5.x?i|c8CA l-!DWX-pa"1P+k/chB :d\j=̦Wx dZ? =1n|?zFAm7T>7:m~el3I.Ptnڔf45=9PMjAqF7L`gz$gU0hQ&OV䃸ZJ7 X8qyyeMXU3eG FB1Bu](wӆ׺Q-Vc&]U<-VsV_)2:!k~.87:1-]cY^xLFb0Xs%+ vs/P'[;UڒH8|V"PUR!1/ƔjCs1b@ xa5ЋghH,8Zߌkwn&}"NJlqyW ʃ̯mMUs"Irŗ%p~2t8[ ˱Ha$"l;TTY N{ߴ M4Pyn{1X;Pʏ RtDu#C' ^.RӂUnr@OBTc!<%ÔghwՀK 'h#ս';svFԇ ء1妏47N!lQ 2nH"+xFL?i+ &4 "@_g/R7?d/߄qLt*_ғjd.Xp5[ ,GKx!>ēo=}fۂ⥝WTj_PEm(RW0i:; f^>=/]QIEѾuBȹ۽hҙVyCzA7NY{s֣\v?4-F@VJ̃_[͆<=]jܗ[ryuSBm)Gitb2y*J9eϹ΅JAٹC(pS @Iݴifk =!KKHнmSډ*HW럸ɱa [[kUc%+h Y4R"cۄqE6%1c1HG&L{ &"P o#UtkL,!OB`Џ_V< 8 p$I' sJcMˌL0[O1Eù&oW%$%cU%r%w瓧x|P}+zrB_'Y&|sQ mΏ=QQy,޽"W+*WME/L%W7Çzm^-?BXPԹhL|d@٘:h[[N@W Q_iOn/Fd`?qI#[5#NcS@F[)79݌hb4~8[׵mi֬[bZK?Ɔ/R͆t?̽ r8%RD\mX3>Ӆ9@ ã~wZ<>(tC/~gh+Y/uFUƧWLجl2gwW1`0Qѽo:5,|e mmOjk8"nҊ厜E:Eii O1u&xeTNh6ssw)(G~@[େJ5bK?#cMͰzfp״.]#[TY.O' b4w@iMv1C 7Vk[ݑ\X4ɭ7TS le;btqRjswW~-9Ť?oX\#biQq+W,Pmyͼw0Rww>.H|v I8Trbʗ79`M2JAQ3C喍mPG^ͻӀ~k=i2,Fmei]8Uf-$=%3RK]JkƍЏB%Tm ޣ}߿ U]Z גghvoB"eeWBYe o)D3`l^==ZS]8\?aCsʀhA'ţ jIX$߾{>|@O)/baqFPG3t:ʻzYmѪ'! >0(B??۪KHי(e&}OsEk AzARޡDpq\z2%i=pp/Hj832#qtX;')Krpy:A(pLxVvH⁔;:Njs:͞&?WNͷFJMf Z"_'@D9K.fh\r18^~ׅ:Y3!em3cm>AR~Y^^yɆ8ѭk懐'^c^ji=Ύ ^qVw`'%(|q>X܊`Z(^ăs=a#Ki#~&HOKU{:Aii @$̓&znsoo#`&o^kan dHBQ~'>%1Jf/:3Ƈ{L3?!{F.;>daaMz*' ר t9g.HpNi{*Z -7yC8ĩPts؞ ҡ<{[1`i[#WP;rmKXklPڎz<[Ti}F H1؎.;-淹.?zoQ3 L>Sxʹ5wK[ vg}Fu5L𒔞T4⣦aQ(;?m-Mp0X؞E0 rt;";MoD9ՇRNN`4p9_p =3n&Ֆ%퉽Z=S=3/)v>XNA̦f5}zbˍ eg>wQ,^lLrl_W<װkAFTc* LI8zV<.mt<P@1)):!PK)W-Ȏmt;.fv<cSشհ$~XH߸Gf:r0}BR5~(š싻LzqOj%E G.ۗ Zܑ !\S(gQUF;] sXThv(;H\q_[VH]pٶ@N~1XM< 5zBD˜|"9^D%(>LƼ2Ёjd| z43,NE)eɢ L:%\ѩnp5| K muh[dVʔCPCxIERBket@=me_jQR کղzV#u:iPE'qI !ZT<1m!HCHž]HmZ+04DEAR{&UD`2tբJ_y*Y-Q(j$]UER9\)hBKlm 7l<H7_C[P™ZHd7u) Q'$<)6B韱 .LQ oax5Ń}d8ȱ':_/ |y:q-+eu8R3o/}Q*'f .H/MS!4j_ˊݚ@a_6}D89|9!!Qνm[(LLJm y)nVٗ G0gm}ճog%K\ZE%!aWv\yuV 7فu@U\*Pb7/" 2Ԑ[?CF% wlWÊcV@O:o=v桺*Ƅ:3Wlnf T"DưɈ>,0%Ydl eC-4`t׆}Fu욙oEA5$Ah2[0QSbI#^ [D6.ě*|7x#\$vNVpZxgVq&۠(QFAĪt^NQ@o銟em*B-`K!F3u㦱44L p@'̑Ka?>g*2ɂy|d1̲]d'Y^] kC1)U]r9qy"M[L5c3BXf/$G߄otjhЖWI<'n.k~1w.W᫘2oyw};tn_EmL|>c?Vu# RY7'#O_HZbGY (p~r5Xm2nT,y 7LKZi&R 92g3,y-{ǶȭN;{F'ӇȒͬK- ʿk^%3E?6 gjk=S$ܱrȞ &wGΎDKh=R~w,V+-`\r1*Viɂp0܆W uJK[s+_  Y-{Binn#*aEˉl30pʡibϐjEV96; ab@8'ȿwMz37i|a s ^!n,gX>SRMYyY.\O.O^YzÉVK(NqZȾo(NUa^^hSh2<]{'8 4Yn6l ha+^=nc9!VɃqp BE^8 'JJI(_& 1XVBm7 c]컔d=|o=r{H,X eE]uG=FWtun.<9*;8}̔ݥ:|ͯ?){υ~2Mu#ud_&KB=.$?~+ғVXdS=.pd Y C| jgBPc S90G MQ =9q}ݶ[Os [v+v!Hj4|d/TbɜP75[um2eL);.㰂C HV6i-ij^87@ŚEf8j${"wf3==S ʛ1s0~)i-t9Y٦:k>%,B_#s6Iъ t1<۷ \/ 0N~GE4pKuY~|T<~HI3xݨ؄=} ZI.l:)Î6ATp'1Tu됭 .@3D^- gCR=!%Feacm4(;{C&O®U?,Z@d= 9ŭO-o\Th`S{o&t1,sm#8!`<1"G&L3aFg񫈤. szTHe|[3 ^-I<={8'&J^[l(͍닢ڎ QcJ7mg*@JyO^ovO,g7&$ǣjaN],/qUH{8|׋Dg%&O2tI8rހ"!Uk@Cc+=FЗc5ZFPe1hV4*}8 !䉪I=ADF Mv1 kҪc堚@\X ^:(;{St8_[0g\ܴ І>S, 8IM@^vw %֤=7D+p:%: dž; K0~1b3{ Rs܁0`nW:vH5t78+m= +-Y.0XTM=xq?vIž<YeĒnj3Ftʖ<DkmJr_a <{@:;+ ƓDgrtu&AZϏ7fT/j*Æ~ kbRh_׈pʭ;o-5-wZu%k5bjZ&ujLh+$OF}H Ѽ3[V, P$@MÑ+-nL+\ 5P;)~l4Ut[|h#o nQ`ࡪ`KierX4"߶S.aƥGϷ IJٺ^vC;jU"4ŸM .F̩LF8JXIz/GLAYZԯ5W:&~~^*F&:]֯g?vҹmC3AHu 8:L(Q䌐cx`B /GP` &ymP\f0ͅt˩9󢦙$lM&'@P=Ukc~_B9u; 2"ZSomDhH2=\X$$4)io$,]WoooԤ"O.a n%*dx0*|F6fV7 T zdg;Cv3m'iN &GG:h|rKވT΁p˧b&`<(aKDd33l%oy3@<y"c.I ( G.Je\5ǥS+.F!|ƧU= Y9?^\vt/z'b??Tdzd *qLƨ{ ~ )=剏(%F3,? Z tq$!k3ۄ- Bn2p+.2l~u8:( )7C=ݮ%vL $:J~:[ETU`0,WYf(I Y>:O"=3Rc󟍘v_z<ó}uS+-3 L9pNgƄ$*0q3R&ۖSNjnf΅rLB1Iv+ȭwA @ݯQS2 V$6H!Bd%"T՗n\\ONZ~`|DLS-b~wQƧP'Z_T -5c%r3LKˆ-y)c/0L"2}p`ê,!8&\s4G)wF{fpuėO^*^AV.)}PDXϊ9[D9Aɞ.ώ] <99cJåVŤ:)D1@S۶';]::ʄZu5֙U[Ư\2&ܲ=&vrgc}› } K .$%Η }F,M:k!X4,p1f|5p!e*xt 4܄h!e}Ca']J}k?-&XnY넭7 + b2[2r)^{T%5s YBI2lPE K<+4ԐZZÄ.-|aly#.j j?&H8G5AC"qf~,ANiʐ3Ia$x2 t!"awH()i¡*B vTzĢE6ŞxݜGКo, <ž~I.gFQ`m%UMF"O~vj̦tyk#wh/?Py&tF6#B33[VzY͡ &x$5B}k@V +b#2z;Gf]r|{ ¥Np$m|E۟~t,b!sRvtr=!f8 34 Sc#>+2>Z)bЧm8zoaJiLtꩵ^q4BpT,pT" ߼ȼ]TL1PPmY7P80 @S\А?wHF/T˩R'4{I-tWHfE2U6{'–uYfЭebxnUgeYFV9 . R@'mgn+hdChn_-mqm̫=֍rD}hH ;U94o) ,6n{_?[ΑϏ] ~6i`V^0I\gh|e|J` MW.f\W)vDJS~Ip+#RW. /7B9 ҺIi eH-Ľz1@ZOMu\jf." UNyպ̎B$di<'x"_hYZI"S,X--2.qu|z/1'ُKT: ے1o6o@"lӾ_rwQ3ll韋qa)QX=x|nԼ2`ɭo E4^okt#pt@KN]l2T!L aWW_ ;j)頧$Nt֭n6f$PLܻV~.&\rqdY'J|O' uY^X WnAUӌJ0oAvRv>EpjZfIkjf%~c"_gv7/D*3$)P@84A_hT;C|>k-l'S@?1>ZfKNHrU.7ՀIɬ dW[ \wZP(5\/̄3[6-mHD|M}Fi7Z:~mrgh=TUI4jCx?q*y8 q=ﳈԁ{e^톪"WUݧz@'3d0:Nvo`i>Vx,s]*4䈁#`#~՝.Y!&ܣ== Ĭ*f#X @afG[ !/0zu$(^iB%K"g'Έ*B|i,U:_EMQ}e|ԞSE;ԉ`+-g$3YQҡ ;.Mƈ}[ )tvHjxؙm;WU\}"K.Q^!|3 k/u+g|vV j5cp0SWĽQ<`gLuGV+0(h ml ,U^0k @RS,W$:6z c̪`"zC7}O~ѭgr܅weI g%Jv @_ؠ uz_հY=9d~Zϙ1 :%ݝg\|JAC2OeZ0|6 *E`#&, $K!nǯlX\Io1<^i~O~|Db~%nI=:3u/VqA;vm}8;[g w!)]|mX)U$n'}]Gl?FfN Ɠ ܊{Pa ds@j Em.4-=X -P0NqYfo_}PC0M⫐#*B ?WA{#:A]"\hIIz(]̆kĻ;h^x>kPrd ߇Kޕ?:DC<[9-Tp"{ |=DJY*xPdգQrmՕ'@H I."?؊{FFy1E!ݳGʿ{\Q>R Cł  ]1ONpdXKNسOpW2m->~Mm]Z]c;䰠"4"qBJҊbXA`0$F˞G's\]K:h [E)bTi b"a*zƀh>Iok7yWÂ} -(y ݹٌ'@Yec)]m Cu7'lI9-+k\zpP•YK1 Ɉ E牼JK]-)E4)Tpeos3h^VkWK^h#)r:u4&X^s9p`J"jRq18֙4=o4*j׉/cϐ-ؿD<>>G+E<h w!/]9 iQzp4 *hCBuR̓a R1xS4O*Nlx?ź> 98Ӑ4J:RT") CC 5ѯd4Ylk0Z31}d&v߄MR3J# ,3{G܌'X"=\dvnU噸ݎG"Q}Tulzx',Y=,neGjӄ7qa#})y0<"QpI^J\;JGqNψxE渷YX(rVt![QUWC!y{[*miͻa(yrn#D'.szM1ҖIG&޹׈.7Gz/v$b*X>#4ې]p;% KuWl-s&7P_f7QY>~"Pjs벲ݤQI\1o) [1,Xs,@ &F({^_E>u6kh4nf2߇ SGVo|9v&^)®>Lr~ |VkOBd|om{SAv\PW(I+lϦm:Q,2oРRæ-мV\qc¥ 8:VcstE:+4pVi_F2b ! ɏzP.H`Sjν176٠#?/k597s;M KcsȌqTIں#@U}p+tfV-| %=#bGb4e˴I7ccFZ%qYS:^?;T_]:VTeÿ(yz`)L0 @T|c[&"te-4dhOjAR9MUc=@~)vlqyTX<*se\|u.3LΥE#ﵥp_16-כc#~!*d1U{qCFZ%rFLG M2і0Nt*ɚѭ+_kN:GsNNrck3B# ݄O4DkG'gHc7yyYW??.% *y}z"#i4[9FYv1J |aiG 3XՊ˝˅ ̉ku"* w9V2E"}2yJp݆+~0FIo:I]RNzBvAݴo"uԂgzT ,,f+{G HBxF'W[4Kv"Z\VJN`@NHW1LQl;U] Gs!T o8/i#yZ/~K_m;pgXq !d NU:ꄉԈhz2I!,;s;kY\n8PJ/"QoDEirݍM?z:6k y-^vݲU0͒m JF˽.*^u'Ѻ(}c_΁X'y-̐g A, F '3mNbgY ,4YYE!GI@%]5=u'w!vjbn|JS!e.G 5+b&ױ^)xc/5>7Wr~ M܌ڤM5tP!-,yylq7 \H[ZkqxI?ڈfk^yB{ug ̗ی$c((¤c@Ngvy7Ŵxfxnra_ 8HByٲ[vrڠx7:lvr[lڧRgT" /?AEFζg`&L'Hx? oM:Aq`q,tЭ:R^*"]C3uJo3.Jx;QIuZ ~9[!)m '%٩V'N^S|(Q66Re̷+BǑÂ|x?nϹbR0FBԩэ(Fw҅>lD qh'eoܤC즗BŶ?}H9=BDIzpG?T{ZxχF-rMhCߧ@~!A5lZG|MN1c!ΰ8 s-¦VqD\2~زP$P% ${!DT{{DY"Rh3ܰY5l'nV!UdC_IUy%/??7hX-d!HX)#b|f2lDJ̌!jXVRU656D/t)s;h'/\ST1sɓ/i}"P]mJ'J^T-qwI""Q4#뿙v.nq#~=.! ow n^1rQEUaBTj5QIܾA vFٸx8coÈ^oRCIi/:{4P-;+_m8ĩ䐔\۝QɗP;BLoBlVqmv8!91[ NMI&\\>uxQeQ>RDtfW@=-څkk}ZC\nB|߀ٳEXZReg(Px|'00 GϗuEzL/a} jZEn"OYˋoӷiD<`Th ѺqaJ AwR o^xv_ UQP%}4z$;Ɯ(nn3S3M/Lt9ލ)/A&)#DZo*_1&nNUgy}q@`u2xFip&v|nh XࣶurY[7=7l F.KVf9+7`3YN& *r lNܨJIdpF>?% eBnfq=^g0ܩf+kb^vQ9ܽsg&|-J2arrw|N6V[7sdm{EQi ^"@8't^f|⳼H2o5eA7Y*7XG a* )+|1䊗PY`fWjSh[hQMo,Z0+hA;[ gщ'U`ON͓tyס2Lt ”>Cl.·(t}bM}trƼ\]4x 3'^5R_"g('RmWMmmy4x^w'AQox[I ԕ53|yײ^WS߹(l6D[mQMI)=G[n7jܮjpcxZSrRfVj-eڳU@\ZmP[Pkezj㋳vpb-|.: Rj O:?`/cZQFOf4" 3s=qǾbzV$q~_A%`FEau<-l;YBPOXp0n8V7G5Iȧ>cS}E3PuH LZ$Q[,h3<$ޛΠ,A?e皇擃6+8L`c_˓V th=' M֩{ʘ Xd՗$[<[Z3;-v& f_Afn;]L2K>9'tmCt(Ῐ=:)MϵD PTŮv69uɠgNn"ec aG [ fx}.cnGD@wg#T\fM@'} Ej#1o1gP!ItiSM3\ E0P_9GYB"wnj|NROč?G/q8`~G$~塰T)`EZH[: )P73e!3dt,_`\Y zo&rDwOLХ{?q,|a4R %X!k4`g@~^5J"[^x}ߗ9zSEB}b+Ev~?N]k9>D28 U}.S0R,EVp j>:mv?WhCPk.'ς= E3xnԝ|>bD4NNcg_+c|i&cgA6.yvSqM4E-YFQɹt{j߷o)Z{f<<.z?GLx0mcJiqݴPSGۂMVFT@"ICƞZߖ"ik:$nbXCߒ j o4f[uXfGi֑"{k]%?5?3D]Lkf'5ϳ@v`!RnZ 8q烟OZt ضuD)f}kmp:=R]a= J󲕡0Dž\,Q2Elj]%1axe>f~@|!-[# QG %ҴB  S; F> 7] cp bV(.(qOF 8b1kY[NH_F2FB s3EKuh2[JJZNKz4[D@qL׺0#س S>t\dssP,c7Zއ @ 2Ivgޏna3)t/zq}WZL:j򧜲vz1S EO&ѐqF1/Gxk9:W6䵠*́hW{7KQ&IG8=s89BfqSx4K9PwU\ kÄ~ 7GU)5W^Iq4 #PFy/Aic@E,)+&wu0[&DCy1׏~aX9|:pwsuB4gߠ{SPA; #"\('L;X)紘MhW ޾L\]F@L_J[#a3`fę}ZDe$\bX=M4ֻI!fQV2Z\irQ'P@x!_9 ʠwUZK*-B(֟ wg>@I'3zcHy%z9tKj0{v ')+нl<"b[21X =wa%YjZLIx' ҞZzX1TG㯖Pvᗹ<^e;)W|rU DSZVz=O3ؙYPQS[bQ2a`qV {*!fG<&yoRԞ2Yx #E,=T:7pAA3Nxȥ֧`EL2] *G4E![\WdƷ̇;o`DղQj17)<p#3=?|[\W06-|^V=5 *Rb۠Voh@aON6r)wa} _#QNu2'ZgTђ1K᪉vk2+K`eʭQU"ce y?%:6_oPMRZڸ|%*|5`J Du fm ]n$`L@ȋz@3rP&2UohhcEƷ/kr3g co='WpybRJ`urg½LO|$F>݅Ld0Acv,F1͎9Έչkh=6 yǖ%#\PMy+v=l) f=I+ A[@Ncn%vw鱻Ne 8}eҨWaJW>p'͉BhwDk?~<E+ 3-@E;97+26jX_ 0Qx_ۘcbMކƇ 1"X4OLYoe7``atvDE[ˠ/䈶] RK*!ޙѩ@LDUnMkfl}DW4ϊOwoo'mbubop赉Hl8j-DlJ3D`U0mjV^rAXĥb.sk_iZ+XKiXn?xjb3&l |g_@|x{fG`fNy|.4B,G/&p'w"4WWHqۅ]ITf#z]pI+Ӗ ߛ`F?*.IT-ҚިR+*K5,aUBj"7Iޏ[l; ˥Ȅth[\6THؙrTUv[~ 8`*FDս K>ꀖ3%`8 (X ;'/bS)qDib:H[K!Q(O4FRjQĭ16a}r.?$uW:hjgG0! YY5,S`ytzf0X2-1!t1o5U5!c'fa; D{8},Cκ"^Jf)íMUG]cHOaA|4k/g#s0H]SvDfj>@J LqBd>޴Za3J1nvZwJ2nJ]zAGz6pE*#zO7L ۞=?($7Uww k8[ ##eo,{={%Յt{Լ(¯5'en+.8}eLJNL.8:13.˖@UO>]ɚywƭujwM %ݧ?G8Lu\\r}bMtyG; )GtX)Y; ZBeQ㽌 ZV}ԳƢպzK#7qڠK{%zR4U6Cct6 SClҕ͐qZBҭ67~@s&'lh*ΊCZf 3j &B2'HJl`Փwy2B;Az߷HÑݯ"gy RWaZ#5H|ItgCT(yo \[T=K:2=&f?fWEo``?x YO2f8mJ{v>t=K~DE ٹWP?G9Xv%T[/Dr,]sgOC/@J6Bp&v@.43A[Ղj°!eW~-*۠wgK|hu i~˄1D8g){$AsBO=j<*'nU ɳ)&CDZ`輦 pV]мzLxl}y05(eX(80 sVec;K\HIX'B+CvCOb1:6@S_oZi I=n"zbVsTS!TC^ 902Y8:N0 9挑єP_#Rq=h(tJhBĈ!HmĤ/[dbLi9nTYw2*ㄇ3^GD TAy,*I>iH0ZrjhQ9E(n7g]УZ&z[`[u/H);SJӀwM,n:2a),uck,yN+\҉oIzcwi:\~f/aXݧdU%,8AE(O᨟ }oM)ʶ=HNkjlu ^=g:sRuac ҫ8W#IϬ-_ \y (JP=CbE<~ox7U_rO. 5ӽ\|y=qĭCK ^qqL9}E6r'Pε|h!F-ޭ6Ja.!n(lcM6?Cv2ɵr0t|3Pc>$5ʘ'/|1dC JRwfb Bp*yLs;f"8b~>^ځ9.Y y .@'5m ekA"@n1txiݾbkEv<_Nz)f^0ca0{X/-5>fF$'vD66u԰G iqg- VF:@lj 7~)}|9q[<4 %6›Fڒ:2u 3Z y_ [9EE-7!jDh̝V+7T굓(O!)ªP|ϕ͑`pM>53rQvuxN8 3߷*1uۛQx>)}On?^/m z`Ae9SZE_y\Gk3 Ub$>-MQ|[#t3 @%랛#?!S}-,a"1acsӌ{*Dc053z*$p.xJ+̆Hd'Q`Zlb\xq}٦3XpCv PfQ\5E\U}Aȱbi ݨOR LlI#Ju]+kCfK9 z[`Y¤v.:AC3]\X} !:ػv(Jefk(1/31U) _q(%i# 9i],bc8!#fAÅ'E枻˜QXMf?>:kt{)d(hM_9 .RÌ'·}b >:EJY>}q7+NIzGyvQUL{š@678vu4qz\p-blLCwcU}X{Z?dd M BT0?K?ܷ۴ȠK(RWwU\opi8cFY(8(e Edxhryx5f*],qenΝ\ hCh(S; |80tOhiǮfm/h'R(_TYKl; }6u8\+rj: , G 98oPܼE)EQںUݱ}VDx$ kA[]a㊖?w >Gm~mFH֗2~2fGU%+S+~<Ѝ,\߆u+_&?wMv](fsG@ +8쳋;ZO_Ո',WnBfrF]SmJfO.Ry6 " bu\Eb"ċ{^ut6'̍JR9.1ּoƿJ'ч'ڃRr7lk00VДqA.ώUvW%V7"zBdυ~Tq,()ß E<Jk0 (@tY`ǭ*Z>\K,)f>rA2IߚЗ:?Oߑ$;~#URuOCu':wzBSc Kiy* ^vU2GFũ-_54auL ^ܡCV#&~/`ݶ8'+Z]PE o;dl^۽↎. 1^px,T&;?YݝuW yk3ڧS-Beמ¦fT V}uC#| jgxk a۶3{KwM[OJ⪓8cwV8ܟ+@tR> q|1Aioʙc2d17R"we`/]0#T+u<>\|+H! _OQVyq;.?2(bd0+J̷x8!dlKƴ4U=׏B8TL8KM>x=G%+ 67|nEcLX'z4PCuKZ5RV5D=OgMRk܄_ sfJJQZ4)Q۔Uh,#w'DL׺v"MC^ό;=9pδ"Vs2U9bRlz밅W8<]S ; 6#K[}fJ C\㛗%WbSXK 0U93YWZ7ݏ<'h [vƇ[" fl {|yҥdEYv@z+ i-gާm7L]HդFT(P{ @ \qJ<_ H.DGpS#HC;. vFTTM[5 4[YahJb)x\az)6妕5&YST8:G) @<\VNhG3 ~Zkdio ׇ*dʫEV: l #R{Y|; &$GXu*bj6!tfٛvvnH#Hjˎ ^HGN?PbKZylJݎu0NTՠ4TEͩ+M2q8~?;',]Zf v8[F'n~aWqm܅2x u҆%f$]꯿^`j?{`Wb pwdpU$%}~L%[jps 5) "*+;4{),X-o@RDrw1~`G}#*`DC) AS^ aY?M^O]ӲxS\Lszp2CI*`F~ >D%U*DB3CMa7:CMF&ɣ9f4W ! f+{fx)ߚ5K|g+! Zy6MZ/'F~B4 ٲiNF}BAch/ۖPd#ʌ) ݔߠl 9,݋$FGQV*Wc;1Uu5ڧd#lBL_, Ix#gxg[E[30WLbl9'm, K"_SNPWSwa}FD}(91}|@0Q!#iQ#=͠nU3wK}̅Pwk @LH}vtsgEI:P(S#U5jFy2tL7!S9xP|`t;̾OP dѾٸwouAmB4d*>g& e\Ϥ@?;.] Y+uJU&co.nM ?ZxYI-.h genOǜxF+u*>`w:6~Vp]93%C4mzTwmfLD-孑YMn铼՟6*Kk) PL#yJv_[| |5MqNd\[쫟։V`#WUL-[Y1}hh3-nEr`vӊ{TEǰh(#KGցť0#B6ie=^0]A?'?zlܟpW%)0e :Y[8t8E▷ m ﷼0Y3z(`0Sc6yʶMI⛙Pӆ!A^8/渁O~Ah9]dj@>uK {fJE+Iڨ#2k(VOB2w=T 0 C5Hjx31:bABYOlk}2(+9(p?P%Ә [\[J[hs Z7ɾu~K_[7wv(`ճ vA͖~}HHs)6byL *#aBτ`vj>>xR$ S0= !NfL'nY@ht~4cBu\V3 nR8! sUn4ef6> 5@i2oa(sbtE*t *^"E!ϭox|!L;xSVH_gJ-1NSeL].ٔsE*cGh/j{"j-=w*@aN穝k/>fEoj\zc!F,n,A,XQYaXl>MؐR|wQX*:dx1EG@dDe'iKKJ)Qrsu(XCqn@TGҷo%UWlSLRXmv.=-YCcOkV{:} "| Yz > 2TrK#Dz-< ޷߶%m˜ ?ngɆUPy_ihJս oEVRԇ5l8c,>lЏD/h.]2ȋQ5mw"^$8{"jN >{aq ;@1)uR饛 !ҭ1Y@* ,4pez{gEuq L]amNjzXn]O-%B'>L-uE~pXܝ>[|}QbQS]{#a8;̾Ǣ|TIz’.n"Y4F Rb UPVπ; n NEiio{^i'p;~4hq{$]+$V&˗Sw٨0r#[EzanWZPߧ㜽GBN\j@pC \EF07j4vN#Q4x UbD=LuqԨEjV r0\)v6SÙiV-nT~ݥ ի=BGc?ۘ|9M])KWcu$"{ 3SD̰*$9U==vY@xwo Qu`Ӭpdzt6 ]v5`I:aKHMV t͊Q>&W6'QC|$2x! 'a dC7;T[*ȐX;)Vk5Q'~Lm=шH{Jg "]%i)g`Ohx9C A2%1wuWG ZFn1@)X'..2Ӥy-ǚ&*0\#;؊e$8WN,vS5Z7|qF^Ew"oE5[o}V0hTV)eT!5]69b/{lu| ț}k"pFo#2ºTӳڵY%u ." Q>0zPz?e'jSjgD׹8KoʶV?H"R]2ߟ; %_X?'.3QT,ϗ iK|(q| a磙ӉN;O|N6:Tes-OEՉ11lC&KKȪ<СܒG +&|&zjwlg>T+~Fbrs=,o&JUj/HT`YAFB}X.DحWm1"[Yd6zKHdԟqJ#C}5@Q 8z3>JS̃*ӻdHM]~۶m+;w9ȏ`kqȱE^gз(1u:IlǚK5JS V;%+U8mT05AkJVjM_`v]?\y,? ~܂0EV5T#Ctm4/ѩ$8t:` r=HL8 hUV{P'`EhUdWh[zx8&>["O ?Eh oHzIdγ9wC8׋}#JT()Ak}HrBBhɟG1CNhOTlX(H!hD\CQ 0[u5#P&A2+E ҨMCA0y| 8 VQKwQM+" ZzGZ,v4Zr̸uyKaD<#@19j^ =;`(SXRU88 htzꈓ1&4+!ʅk${_'>ODGeJwI!7iO nז%Y0-]x⁣LHgDom cnl +sC['Nhl{O<@/P &BƋ|eqdv\2}` Jǝ˜ix+>('RG- E>::sAPJdCVh]TCeBx2BFp*;|A Cq6R)92zuEUA'3}ŭJ&f{y-|8'N[HPJ`hۅ2 *5͡kuغQn9cl {l 9EG2㮧|26x(N x|[RaDйVJ؎NCk1cn4oSk1y_qiI%N"<Xq dSDGD&;_νSV@r]?tGеBMj;?l?Q9&t9!$FujI*=-n5gwH3bYM:Z$ꍺV\",oS4Vt%3pͩip Q*r؝9Ԧ_`V_g@⩥x֗>1"Ghsrjq]mlyI]'{^)6F! hFrsHGː=8簬 V+[ Av&Vmʌ^ĸ02q#9=Pn9e5j0]jN 1+0<S}*ŏr&~OP?v猴XmJR])`ahDja\qow Gh|PFx8/؟-3M';²8u!@'-z*$kgqŪةKfs4 3wh[ѭ{-3* yCiZj?)| ]sPcbg$ Iay6 QZva 7qc F7qAШjd?mXBdUAIw|R693b>;gB/Ò]NהoX?0e :`W%Pl(Lx$@yX~ěnU^ƵwU;bR$P.o]иmm#z\"fhAeXV?F:zNH}X|͕:(/'haxZPSnAzZY\8#Tt@iU{lzyF,O5/.xI# iz)o=GR_ئVDkH~4+Kw>N]rpƏ%/_^X%g'n6A6v\%Yaz"jQm5y x/RYgZ ~2AΥROm7HxQ[ϊM̴:J m 83[7+#q}jm`uMMLڦ-GecB1$Gyʘ.$*^-(|ႍE&+Tb/]ܒ |QgM>>_ i0*!Q0yKY6G2c^9$0&p:mo-)Dͦ&\'p%* =tNʾB?|l#z}y\9>S-y#_U؝5kQ6E=R jAIT>ِΥ'Ĺ"|qȔ-BE@:d7#-|ʱ U4gSĎ3%V z/缚cMZum23=0Ms54J&#k9\tx%@A6*f Q8({$4bP 2JX)P {0BȲ.qĹ-~{ )Vj a Plݕ-kݢhO/){ս.Q ۏ=u /X H'M*_wWL温 VhMS>ShaGX4GAԋ\,8GAޯ~! ﬕU7UmmEKsdC3~kby?^%4sBq\Ʉ/taEʑez]*\[ )a \ BY/]?A]F?!DWc7ؒ(8 :9mMȼ(Qr\rpD1PPt_+zD~Ylɱ+Dƪ0^ڂҰT[8_ % *`"ɮ'S~^2 UXn%C7"E@}o}H Mg%*)G#n&. :FOnMsɒ!$X1 ,G@} ڹn$]nc%TA"pO1@l^N.jm5[3w!su@TӆBdr7zƹwf`"PcJftl5r I:$t <6 VSS-?LeTEKyaP>@ !Gڢ,3 Vo`9'C :9-v4fkzsVKl+к?Dٜf퇃ch]].6$'Eb9#-)qUQs\%PS\;b_Yn6ҤcWnmL-vXTT(wG/ERr 8;z,Τ2/ٶWHS!}W/#H쎻'~b~Z O 2/faN6y^!rT,X"KWpJ,r*{#Yn_:ͥs,+B4 Sa鹈i+ sh-aMLC>g;!r,J l$f,ee-tNYC?Ӧm6W}E*B#~įMT%ϛ_j r;L1qK=n(hplPY]B 2$F?% zfd qW']ïua6k}^7Bzt_uh"^ F>Aq!NIt{ bH*??*9Nzю{|).;4WMb\(Kך7(:GZ9GMi,::9KEV) L(Q_yViކfKMZr Eci~֮_Q-!)[j[gBab_1MV aF$4V> Bx,_)) oG0 yn];eh#-w#d-~;Ke,5lnb[֠}UtG(6NO*Ks3vImj!6Iۼ;PlːN }ClrYlPB|Qާ;ETYbo<ۛs-گ)ڕcTqnTtΦ@XӤI|czRChv@6fd\P~^ j,~by5h{l9E!+*I=q`~!1灇?S,$ALCk @117Oa'?{Ǘ䜃Iqsb Nbk暮-ԉOFbț&C|Ap mR"v-b} Rػ4PH(wd-:mO%6@l5/C{A@EMo$Sbz$k $XA.iڃ0ͦM @Tu ZC¥:dc<0ZT:򜲏VpȻ7b&Kz =9'2.SC6fC`7Z8^/`Zrl[3=nŨn;k%/6R*m.Npt1/ l,oFJ@g0(Z`(( M_6ӂ˝qd_%eͭf9.:1P#'2Df3aiX aW \G'1ͩ"rb_`>1*g}'YG6ˢK  لQAcyN-BwHtv%4\(N|>:qRwS%nԋ=l*vrd{g Ԥ)pS9{n=F9aR=  LjPWȡx 5gv̴o^OzW#%J4.8W# 95uM)/cRNS!剟8<xhMIox|&bк5w;pSi5[^,D0bYcL V!/3m :z~;e~o o727u6Ɖ]J4T퇺~*&yEc#2J^=q 1TmH|x8 Lh~wMA$vm^Һ#(IH)5#Dtvu?.Z/ ( $9fpI8Plוdnvnۊa>z#k_6R6gCt( #ثa_혓|Fhro@=df,sQEͥaap;MVλ " z SAG.Ԗ~gn^vħbKQ!U# NbmA@ l>󬌈.|~lje8"c'7U cy2>DVY,$U?ꕘ]O׸@$Hd֯{\qOov:ʭ6 Oy` (ǖw+2a4n8j۞gJ-{0#SMT+@h r“R4)ؒy>F578q|@EV&opTTᾟtAŸ4=NaB]3\BScBIֵvVO^ɏRC8k!2fmU S† WxJv>`>$ưAׯ'"8 ~HxHiĖ0`ؿq&{6:5`a(>0VbZJIf??(-.UZ4LJ=g]m.LnU{Y:" B6 nL#UiXgv?u6511jUܘ>gbG M2]6LXPeLؙgfK`t #8gWjAkCy#Yh!'ZQNFu}3f/*d ^z],zQ v$2XwpM^E<De{uU׉ Q-ݱuv.ʎTs;MwkCY0̘}/9>@U'551,+yke|B3fr5ehݱPh{ h?ly]mnAMr0[FbkKyK|5n}[褣"_0˗+aKq;3 \Ѷ$*פT(Z@V8(V %膳_i$ Ud)b׼F,MF(EܞOQ)蓯f$P B fT,F% 3?/N<>Hx9䨤*d@M S';X() IO[5ڀ/#a}ΞN+nK퀠>a 7O"1 Yq|*_m=J,nd=rS!ZĈ,5꜎w=9.'Cǭ%8 lE䕂1WҒ'XA3#2aTltp5aŤ<U<@3RZT~՞@fcTRCfOFƪp@\S Kt[%#e6d7_[Kk!m2^KZ*bI+YLKjA0R&jUVC;=tEl +=un赲 _F75sľ `5W;r#*WV;8c\4\y)= |_¥԰&{O_SH"(u;*U(l]Q4֚tto{q9H7DAo]5zR1 {ͼ#Uvɥ=عtTݩOƱBܚ B~%[_2Ƿipl jsd853Zt" LqgVgURaX!g$Q"Y=9+ zGiN ){?Sz!)Hg7ZA6aE.֯˄9Ty^& s5")UOW?Q46}F:?)^@%h n9 $EG{%q$D ;}V+]_Hsmq#<UY˩BVNoEG[iI,K>B N]bu} -R8nNzBUjB@7lr;`~Q'*o 9ܰ?vWooIi/Ծ$K&2Si: 7KB3Ɂg쯝E6$ 3}ma*nXWGD%R#fGc)A;pg9BG/h#hOvmţ_g-/'5Jqpk}kfzR2fh\Y0]ljV6vp6x!0scki xk+m))oa;(IQFϼ(z 6A-;c'E۪U8cȻyTY=Ğ)#]F;ڂ p_AY?qđ;" ϫկ%&5z>,):S(!$k_ @ip?9OGM7-'(eO,Uw0Q@2L.\,R:] 3RqnQkF6SE0m$XTC=B$''o=x TK⛘U3x70vD LK'gROgBa} ]ub(чVwS \\٥]&HzX:}!L&$H6 +n;nW`Xo }\FL;-$yݧz|T'|_Q4z%/iӟ_Iw$|:\~+sȜd^#ߏdFMp2bsI<VeUK툧!(}L {hC 3wc"2O1ϰ }ЂSݹ 6bƷ\Iw[Y:VD 5P1s i XXjf-kDRVE#8ZL)V7Eꮱ2~i1u޲vES;)V6@-crJDIkbjfQ +ϧbTQ*N*7@U)HYUYq3VT,>p6i_d"8fZ3gT~u?P [$wXy,s޹J:C50_Q2pǁ\NK{oM#*8N"Y`tV9&O q*@ 8+F ߥU]xAl=gjN0 ᨐ "͍6%r[ `1tbHZv; Ih\ܝ備j̰ dl L+l㙐{X$.Q;dgcAL_x,V#l#.q{#WyaH_;A6"*Z+TtLbl\AbDŽ ˓Sύ\)wſBar ~;rnٲ,Rmů*&vz翦_vXvwX KPy .aꡑg$2Q{J,b-]!\ΡZ{WUS @dkJX7] 7C%|gu:sjUd姶qy >:Iٗ?CK91z?HZu9w:q,t?"U'%DY2=o!G{Ņ\4>U ̧WdF o~4$ru^?yUwqĿ?;"FL/ iDj~|mqq  `<@Yj ZN_PPjFJXC~o6AsJQ I\ Ucs>T]o$!wwj^C<:`SC-2V;YP! OiņjޅkH ̓T)>a:BI3<> @ŗ֣FCxJ~Q ,אy 5mT`>z탔+ñeslrR|U:Lk/5gOgX 6')swƓ&MO;Ӽ ruv%I_:pR 7,ӧ_w5k amF8LeCtf% Em$ 0\m'9.Kvzc*qŏ&8-Ȏ˜Qiؒ!3}PU:Q[gZBf+qS'}Ẳɺ{Nv!Wlm *_"[{BLr,ڗP.-ոƸ~ mG_9ze ܑ#bz&rXlQ-` Cu(D;ہpDEtyG3Qy(WъKBϖysz5\\JBFN:@ؾB[{f{+Re5/ꭒRk EHH_J~xɑړGƄ@KFKTМ9z+FǨv,+ (TɈXf.Ɗi bYۭq#J* WjH5hvOkeʾ! Qn̓8ak\awYժ6W@M5ny֧fW) ?,&׹J|pTm1r(+䢷W~l51өQڎGn}|V-A 0>_/P:hb}cSmwC1<mG3єVvLU{͆+*]o,y(%1T=w,̨V}VXWGS+o"Cj鱔1>~,mp,,2 PlmsM K9W@@9$>ĠׯqMTLuHnyp@2ja9ϪeZYIzZƵHE (ɃWOZ ?f&(/ g}ZAkUJAcXw}vf66D[>1esooXJӿvw& w+R6H,Tqzk$w9C꼠Mu~vyZ4'4ݕ{6YI! xM臎[h %5lx3H acІJs36W%DKgi}95.PBMC5)ݴbgYqp9<(_sjT!/lB6jj +N%Ǜ3+hTWƐ\DBW*׹HϿ ?G>Gр#f\u)Su aA=[[AZT%5>1jY,WIqVF%a^ |ط3T%_+ 9) HmƕGqr_֬%N$"!UN,p?.L3>t*64bZ4]̹텪] Es?H= k8>$ytG֠EVRzl1#h8*{d܀`,`{Śueͮvn8cYJyX [Ms*37ڝNAKJri?Ji3Û)_MQ]^g]#?!@? m4ĢEը^~oLh2eLӝJ'7z;QH>G %)4ݓmB!BmHzm4M69Ā*+)+C 8BfR -P:UTb\4-h [QJ8"2Tks%? Ԛ(lbY(tѻBO`ga*O>y%ӄ&| lUÐ 6(!!z(y֡gylYj'_ᒒT=XًȔZo F /J(M@ @4<᤼K~Ibl?f<0o@-f#AxvpC(|- \& 1`-;4̄i.B-xY*c5AuUDU_(͢(zMC⎴V ˾9א Lgba!jǞ9B c~:g=HK~V[~^59 {Nlx1:Y!{!fGc8CsorRz]mB4YQmR09#ME=˔IQn-5h7X Yx|ok襐rΊEjţU~N`)A`Wq..}so:m@w }dUQhhPic}#Ф$*#T4|IhWTSgX|-YU/QDRWJ}0CRf)sP/'W7؝}Qb0* 椙.Q? (,+l ۲**K;F()V4xX97{)VLվ:Y!vdO i}擙R= ݘm@{&Ktu- "kahmpWن`#9{Ղh껓cfI"8`ʉ)VtЩ#îR5sdT>73/Yc]Aj6L ;@]oÇ+sVοjYQ]O"Zx!5RdA;J,E#݌d{\6pbUDӋA$yK՜=Gy}nws!e:Zd_aʟ 4Y&Wc /Pr"AFSs9nV S6s|w3yqygS#{qG۫5bΰe )8Tq%<p 8l=Ri"Xy. 3hGyv*>u\BA8 7hcZ!yaJ3N`-p8iZ=>ȱ  $sw@+\hՅf4_&o j\E?%Ʊn*_-;ECXox\k)Vwgхyv_Hu4~A&~n`;EckV~*_͍cs t'/pis:Q9@BĠZ`i8gEEuY #0e5a]ƋRTX4u6?MFT|(G/g#jK1.~5ÃJ B135I*eYu~fMP&co.ZQ]0uwxévHOK2tF1+ߍi֨:]G[5ߴ O2i'Z;U.ҭQcjK T;ϣ!)@,Φ2 b7rWU'{>m%;D#Q$84-#Y2`]&(jQ; L[L B5Žpo4mxM#*6{ JLJ&,fxVU]„)?7u#iu>wo&`4E8QbfK8dcZ*$#~rM9#fG^(mk~"{`扗f.$ou=ۅ1&\9O/H6JP9 '/cl׹vګD Dg)z}5V -\>+iMڬo R}BxJIEF(fG 4oŲ WHK EB5Q#`F7m3̈Plo YvOqTDr ɗD_unUJ R2k^\j&vRf2]qs2u?oRNpFA##Pyj[~vRDY_$!0&;#}]=({ 5E#DT װ/AFQ. Hnmdwٞ=a보?Xw`XE6w|Mm#r`yGzbe?@*<ڭj~`ŨPn>4AT3ek=zL%^Mt?G0(,R9 ylþ-+6$0oAXIS2[ zcsK5I \GIWXASaU͞z7bSC`S5rR gi*o댮5'u5늁)nWk֤&~$\ސB@?\DΓ*JgnYlzox91n,!hռ͏3LsJ,tC7cF(@oPyI-0_BxOK-E=-Ҧ`r%v]io!=#^̯6;c>\wEs.'puS{X[baHVf4j\ lv9\yݍ@}L"'¯*{m 8nmqXkWѹ\VU4KM K BHKo˪I SGVHCzz%0M?q霊9 NTQ"9Ph,I35)$'(yAvu6g~׋PxxvNo\JG7z+Ai/9ڴ_RQyAN]L#`vbLR,a7AS\8/FkF( fF_Mm[PM8>ҵ¥9+L.Q4XP ʏ^Xh3~R>[~ج8jD^\ɧcaK [jN'O?iO \iC3% +cu?wLa){;"Fr' kݭnya M967K>RT_*D|n00zQz`l) qxf92 fDBW|.b|!] RO팣Og]}4Eܚ 2xSoV'G_0úFTy?-{sfI)+hӍHj-zy .@|T)޴3*=˟Nܗ1OH˳mes f|lT=W 86)*zמ>uo,W {~g.V F\)X!l AF~Hj 4`Rd>%V(bJcI׹*;}7kn~ij6-G1^S8FkZ\ 1d]xb eV@:r[+mS`lRZkQR}ZbNnug C~ق|@LT)5:65.%N|,ӄ{c,Do8pCC%V8Ȗ.tN6 m*9 &{8ڴYU*Ve[~%,j)kd! Y׈ӦFрt4Mq(@ SHbA2ϿLc{_җ!Y$ÃKV/ yrP}`P|8#d8@:S&:~R(Y'q(b[ ` W*Fhjj.b[|\<-KuK:?Fu"F'li4?&"&ALƘ??cFڨWh]yT X%Mpw+N  S.)N>Ő*Y 4( 1#X7&94{^Me@-twQ*AV78R닊N GESʙP>/q}QySWa> Zr"&$CxS{ϖ=PvzM\EȌhj JQu''mbt L_J8Qf] si"=پ|ЀӓZ %4#'RsQDJfޯ(|rkbǥrPdΛ^CڸUHEnRj{zoZΝXԣI{磍Eڰ5ֆQRӛns 7W2O@z`%hA؍#l&_kgwP~ݬhCogGY.3um,ت rg)ҿjmaOS|*>0^񪪜4Hb>y&X Weaߏxd'1jȗ­ @wbtdIJ߄(Pp ~N _$K *z3\;h]Fl }j߱R׋|$&fGZ189G@<\ vQBN: 47Xƈ#fu=Oz[=X'}dZԞFf60F*n˃DyS!4@F8z [ڧXIGN5lp:7wVjlH۫{l0%f[==JfdB"Bja̻%χmAk>^{qkЮEӖJX`mAfѺrTF&Cۛ 71tU)/%.26O+F(֬[넬H~<&~4mix ǢҮH!TqƵwh,?A-+c]AOY<ɠ"8`R$9).zaHaT>A/&D&rnT(U56IqEgS}6] ]젉@_U ϧ4QK? WV'k%f`/|DKQ>B4Xvp3[M,j_ULk;m\˻W7`ItigՈ $xw eRXT<n?AI .*o5TxqkXKg'%fV1GR$h^y(n;!-ax"KI2*@{`Fd/]#Q*oyojuTC#/"CnǣAXkU>Co՗)h64`)쮉egDObd_eecj.U}}`g)n"525*0`P)>E\SY b?>I h):1!$zLî[:fOkkIms.Q"-`r%.Bί?Eɐ`׾+tHP 􇖣̵)^T=i>32ol/|P,3Q$" !01:='2r76{Z#hZtjCkeCvJA X8s=.7#ydfBa /+5|~nhWx55\Z?M|i=4oZ7b.b%ɺo+cjIrUOxʮ/9P6 V1bad18f w,O녺w8jĕbW6E(l<&kC%}[5-=9[)5~Z %@Mhg¸]+;CخhD>\CK /⩶P|զD18=3"fT+d%y9A`+NUKگA.Cԙl_w`'n.a'e/vtA½cU_ւ :MgڂL_6bUb ڲӋ⬺~9X/IuH< Dۍw[_ث[)s>"f^\&MHo0!x Yw'q/N}C2ATRuD?8]~Q?a1ZDc<9~Ս&ܧcҀ 7DmXrnuy&,~mj N^U4bKTwSgF4oa k&q']W 0pOWF[ ؠ-MI>:Vϒ3,: #4F@]J #7D*3<(RB+}9 _ϋV Pc@c:;vuOe(D[0„*7b>[\l0(,XT=O[m"f!W[sqJN-hڨ8Ūӫd-7݅ :UA.G>1g )@yq@UwЩ0oKﶁ;ړFIK 8E1-H `mӛ,~6 N& [;pU͕)訔A0z0h 0My +&# ]*̚w_DZo6V9cxHv %2) ɡlTp* ZD)@=k8#ؗ Վ_A+{t%1 !] IqK;G$ncY%1 r'L3r&צt0גrӓ]2kEor<\eB16Ɏ(/;4>A{J0"a%#_-,e6\YWHk~p[:g@ K_hEfbr۴vZsYpiI`eV {ҢJXCvsOxh4cPs-}L|.-V"#J䨔:m:Ii%`gT,uo/t%(B $6DaT7W.SY1zO.ZQЊgRRoi\vI&oTY&:DR$f1NAw南K%)%咕azȎjOϞ <!1/ . =Δ M'T@\Ь攆~luFۏV6]@fjL$'`B4KлrBۥEpwqmrTPVвV^rء&ۚZM䁶"!I 1r+Сyl-Q,c_wZ9.3:^h6> 3RmeYͲ,1〹 ?ߴ^j= \jMyIڐʱyOF_)tOzڱva{yƫ€zbyk˧oeNwRx p`R/QGT₿#k$7GZW)6I@X4Oth|B}q7qJCbL_LjfF i(*3߄ !Z,_zX^pUU)Ib!GN[jtHF ch>JdZFc$RPKJ WrQ0>ͤ {y/gcCn. ?._ v6{KOIdfSֽ֓t+5`3\^ #DbNͤf5^6q kSz(SP$k;*\/HSay3"6Artn8tdaz/%i~z_F|&[RƖ46Q# _X=oC3~`<΀ rYGB@%ݫZaymUvLFnb ft[ӀR Cڿnk$BNvߢEƏ\ź1 ];ܹέQAN7$(0xބ+ja=\|jm + w6u{q4GsF.KHѢnDPKz+8Xm405a`}y  CNK+u{aGɍu]@!uY[t'>y{h*u*_'KTEix&W[ܱ(H"E?IPTv)4\4wuetqF? (GI>2БӭNuj!+^rRs|)@=#HA_%DB#2 {Tk=RzI"ybBR,] VSٮ1UxOla374@Sji%_5#Y6Q`n@ѣ!qj/ޝj8zu<QlNPS8U<0Z8Iw 5w -&;H0rl*aDdiT;P_1Pw }ۥ2W{(ZowKsG^km{I/,Xp#( &l?U8pBy:7BZ-[B^9i[ #{=$YyE݉s Y8/odz6$74'{ wuOZETU%dE'+qkoFrcQD rҗA>Z"JlIUĬ}TrVrmJ|"0<]S `vMW5,t&\XםM}赺vO!'cJ{c)8m [dr <-iwS e/ɏ5{Q)ԅCƁ ljj{ͷC*i9ӈF%#lF 6-ܬ 95NI崪XI>I~>|^@tΡjQ>z܂M,#3l~?\$$"2:!h"u_t^MկKjkY FPic IJ?b vMz)RQ8q&PfHW ώk7]LNj +:=+m) i{ ׀F?eWR]jOs˥d Ti7D%YҢjH@}Ff-^Wn<7iԗr slfܥgU`?VGm"Q uىV: c_R|Tsa1P! t)XJVV1srAD(+j!E*Elj(q>Vy C!er1"/LRnNwn>kr)R#c49 {>[2lw,JPv~Is' 9?Hd#t'WV4Q=A\jq K*G=5Pi7 cS.\NtUf"(VE_$j"rCXŹ^Am^Z#TUWB#7# ž%ã[WX_?&ӫ>>pEVw*OOneE vD2ؕfYQNi7;-[w=s3E?% EmK^Tt2G"8cȇw87,q47$nw ̌4YDcD,#&("SC{+$!pjY@ Rx8?Fgy[ :w*:EK% mB%SftS2%i&0`fyX٬n֠M6I7w 6'BQ~HEIhpN13}}qY" 9){R aSE(1uΙe/(R˹`Ei4--;*cu4F~)g^~֮ 8Nۍ!kPx\Lr3"^4drT}Ѳ1=d N9+*ʲ[GZRt,Da#s@ TPǿ M!қCO779KEHr)AD{=R:s czOgNNZ5cs# MVW/>XhK_P >&ٙɗbET aƽS\572I> [Ct4 QI`쩐UFfP[ [)3- j⪌%]}#CgL>-I~:O҃_=hMv}肶#JB@c44֒m‡.WPkԤQtt?v÷`~h| G$x4ʱ `D]Ax<Ω暕uㅝ'+tޤ6Z`^6T@ RzM^~W5h%сG]XhVU:d+P~ Ŕݜu_Ρ

QzX*)$[U،]Fs2$2!bP D7He{e6f$>N}ph(;sF%gMmޛba['~1^`?zm^VRQ&`>&_d_emQea㬅ҵJ@3؀A)voDTY7&G^ͥȺ#ӂ zQ]p\22CfJurU5Z[&X9FU`>0$aj~}(|-qcߘ)l9EKrR:Op#pS7D.BsCj0 :9& Nq)!&0JV}Dqkͣ! P`/ȗDZڐ9ŵ3hP3@9KXNϐqSʼ>G'x&h @0H׻X y\9TB _ (ꦞ6U JFQC{h9WV^:e+:1}|*a'%iBPY7Z}4eʊ,5y֣,Wa0k X=[ }BSsq.UbX܉oHf$;5P,:t)WVd9Bc_C x"N^K̈4<5$ x4pQ4}wA ~NZx*xR9EXUu9 2.5kXl@Fh>5897A&XQYo0\twx ar`\X TPV3yYy,6f])pgAHaH̦mGDC%lMR͗qaVnG}`1ktJz8;ɮwh$ߺ*$J,u*h9eѷ^'4t=PTmE"HU?^31KDܫlqVxkR<×9|QUEU5D˗]Η~?5E.klr٬8f)(pI !<GP&{Qkڕq\*pΖG秘m9}D汫7ss͙1WT_d}cj+}2 5c˒Z$ ܌Nxi Ǧ#\;48H{FBꎌX98z= f.? c`DYq_#R*e X3+F:vGXq': ز g&z!/&ݙ]ligsˏ [cܱ 9T Z3"*cEb嘐Q]9b*#B2J%3僊qfR(E.B ]P([" C٘ FO@[xMDy5eNWVn,a{ո灰Cq%&4x 8WZ&LY_ Lhh:Z<|wRȠPzk" 9ϭ}?ZUJ/Հ/+}f_gf8k͸;E|4}K\,j\U(.zpRq~mn>BNE_}A {Ye$AV@"MgɷhraJhJ&V[k (=0FYjBN/r2&l|)8vzž|ItkzMWr߭v=IEHW3bh?CG2:оH? sye0A4ޱmh_m}3EnL zp=b-^Qa1'_WT'}T:-7.ZT`ߗk^]MeS[ĒKx7-k)w2҂08@ԈcWк%ZSyk$+N梸zhXjj,J Pu#eY犉NQCo9ejW,4Vsg`~%-y]w8j< Jx6rd:+󂮳ƚڰ4&uϘg^ʾ\Xl(JKWQOձHR2*B.13 ulg?˽>㈴DlٽbvVC+$lkn#dzv զ19}EcU IOġzr,y *ر)km% (ȢZ䪺}su4bl]Ÿ(8G(ڲbuX)9B{{,3|lF;jˣbY #:ȸ/g:8=!l!RO! p4y8}%m*hE|磟zm˺ܑ571llf-oM Q['BC+n@جc0h`@hw2*cW,R7Eڊ=BL9L)7[Img ElIډ۫[6xg|q{@/{\2 ɩ2^Qn{Ex喡;Zܴ|̪`d\$٠XNy #˳;ѐi?ͅ&ѱqWMEDA KX vܕDB ))G[޼/I{SqrCjXRǗ#_ph"G~)MFe U$ahWP5A;HV]ǺaoQx‡?Ήх#JϜ&+ o 9#d ̯|g1!ro_6 !d|CuӖ:DHʔ!p(V+G?9J4s$ީ. t]QIguHyΫm"Hj!?QD[M]M]^2&S<6 14کj)-mAbJn0s6IU8sy tpsUA%nz뷶_% Ɩsy~ӈx!Y` ,,єp [2To*vf&0URi7G,᫳i-t0%bL6ToC*$Ja9gD+GmQLɸ37V./({= Aw s%7[YtV eQG_"LIo lAfD 61hh,w"]{<*5 ui#fa ffIu6]5~AT}cnK6krJ+j-(>k?*^ ȄMJF`c[DU\V1ݙiO@ƇBaz`\0kXO{T'zߝW_cGs5 ߗ -/[J)g0FEYKb fFM \"3.Gf|~(Ѣ/x T伣HSX"(:<O_`}jg*qA;ﺢgf]x¹ؐP6d2h=(3փS:}trd?k|hM ]DH\d$j ~LpoD~rCTlSG,;n˗9"%;V"*X@}Ȭaq/ҝ9sͺlk3LdkuJ u բ?k64]q6FY .ӱM5j ¬(/׈v)&y5"h2:"7oTŴ])-`py~<`+~! #`DK<+"%hj8* @9ΈRϴHV#Y&Ϲhxѹ8(׀PbT&I@)12 :CSGDiV"jo0tG:~²j t' 15!B˗u ODOHK#I_+L[zX~ !Ee PW]1 :NFɆkl?#PL pEq92OjӢ!scA]~ ^8lCKboC_z)mh(D/d6meﭯ7\^ʃq* ngGUj&7yLT kx5S s̥ ˻ZoU;'*j8wh :pԬbT<׵+29q5&t TFឩ*\\OP&tif (p{82ct.MYOC=2Xa}賐_jk_&mCߡZKc \d;Y䴫> Pjvp'w}E Pz&&w}#/ ,R|wHNR>+@ ] -gD\$ZėDSɊ, 1ua(`#YabqUzh7ף5gZOe;Ȇ$ Fˁ0In^xDŽx 9Ds]O,;]4L0!Օ$ΒF`$V jy1#ar(gϘr*Kzj :Aeg='Oy)i@Jgh0\SxU4h|@s"axLGc&rfFl5g USSx\mKIgr\nx."Ԭ}} XW5DWٔD%OhM`vh?Ƌͻ3 ج;[g—CU)u𶆅̏E[U$S] =6"*ݲV^gy)vIoTDPw-S\8)j`k")m+Q[2 Wx,³ؔweR8cUڍe0TR@T:G]>zغvیӎO %9̘Ft}PЛwN r`򋑱hOspPs.R@y3W}Gb~"(J J$ްe.\;$aM8Wd[Hx@Ny2v?wG!wVmN N\6dR>sE)\ & 6l ?MZB]JlUȅHPѴ鳙t>)d$rJ5W-C$j s+W7C *b9#g1!qBCPYB+|mp'Obv=^S N4c6/"*Sv]r`O5{CE&g>_hB_>>C:%Z?pTSK*3HgfEI.Wc&+}/hC`m`pjxٚx ɟ˥Oh<cm۩M&7q>+m"e٢_Rf)}v4!ik8Tqk]pc,嗰ZO%Eˋ}jʰȶKzgxCA)"O,2e>>I|[DHaAU L;hp߂`M*p0u,I#u= wQkK{1L >ן9wIlAd~*ߔ 4Ą:tD;Rp>l9쀓(J X]3=|:i%]WX?EȘ~#xϳq;Si%Y/ q1:bAbܛE[tgDho0˕<^}&Ԍ/%nɅnTpj6!Ģ5B!vA;beX~FYC,U[we)}M @  ,%LL,x%2qb_(T+ YS 6ʑ\MMMM\\ƨ]J09rl #;WΗ0Lk`]qYOݣ89/&&Q[IXxԨyu暄y?QT(wEyuN'ƀC6Yg,`%ĎWX%27ˇu寙ae (0.]J"؅ A-EzȹZҴv;G/QF%{]BTk13S&!~oHl FTneE})rwWG jdnts%[7ށ Í59Su5SR#<d>@Ȅ5a@F"zpuq1𛆹fWj3C"H'x5AwjVKxya}ʼn<Eϗ1qhϞSmM$أw ygLu8,/= i|pdmIw.j=JzcO͙ԌV:-MH@!rYRMC/ -G:]F]=RUG[)TȣAVʮ<,kW33d3ʪlrR_'?*0QYL^j.grnB˒нtUsBcJb!dڎ֠0FQ9[/ҪE2肯YRi#f&%52^^'SV۵q׭_i%M2,<(E|muzK#ŁP1T+nU'4'w7,^'^4Vu!jEDk;`NMMdZU "7nV{6E@)?f*!N'S]ųV(WDpW]ڤV8+3uRZ۽cu3tDҷZ᳘RV&FI7~Sҥ luٽ YE)$zGfīK8pgnӗ.fPZDğlz|]*4OF,4t'S(̿* 'NۘB0 ^>5?cR|19=:f k4T[X!`m'܊]("+t_\y G3:εF[!cz)Y68\*|/D9g ^nBS{Eh!8nx(8ѺusiMcccc${$#l4؁γ}>x$ܩuM#o[E4fCXx[~n{-bYHˉ@l^dڀ"|S2"p[ g\l,wGAZg"9%+;ݕth2dNo~+IVqWFm|Kc!Vق80ŲuV|Bl9jB\^' Ut.C(w>PQ|4^0Lqc#F?kLAV6ntVf!(Z6 OWR)SMe[@)1|xA VuZ.IAp6 b ڂ$@yʴ0?OuGv8MPU\W^9蒡 FQzmIAT=9g.W'{xtW(-+:@1hPk,NB7G4VEi}埫zz6VFwP:ŀ"=& 3(/ CJPa1"Sɱk>>~as"圠 .'U&])%9q2Tl'͚M@5afg䏔qt;rV+;ZAz\I~38iI@]^h(oz [xVuxWޛvZA"`YAt3)ڎ̮ylBT1p@MRt+6(oY>bh }XUPܘS 0ܟ Ld049Aڅ_򥥁m*R[5m֗o%0"Z9J|j-l؞U OEّ[2ó~.2gir,Ba2۶fx-Zͅ&O,SYx+{uRH|ShJeU-Һh\a{yPNw9#rYz8UkɘP+AOL-xwı?dI#٨ h.)e|!?}$@JaߑD3OKAՆ@jXxsx BbXOד1 %c[^4v7m-!Jwf4s-AQo_ GY01j%TQw6 ׈#Տ{ ^pSuCxm;dx-%az~q9{ebF/l'IE >lDgZR7~)QA@iYeep ֩.vR){S7g=d#*үY/oF r ~V]0IUT .Y:қC16kE/FJ"#by΋GDk8JxZJIb AE[ O-VgM ϔ,?96MCNwq3dt0TҬ)">Dw`A..\gPZhgG+ϭIz-\Bxuk QЁ0LaA$/Bu7cUHBnU ja9-Wxtw$i81L dǓ6o$ֹm /̧=Š>Q[P!!!_'UcC\:ZC],<2nr 6-_5?0}?0- wa0X+TP(_]t7Oa2'-,*JH꘿82SJ~1h+rAI !UyУ8bvs_{{?^AՋwZBP$J>hƧnڷ\_hPܭDdٴfd8]ho^Gxg`DbP7.Z'}|6m1 JLǢ͆Þk PAJkN߭)ošpH>ŭʙj/d&Z~aIatǧs1x:(Ӻ{p:'uˌ\69m&a/&bMŶ\`_ʓ|RyWkB-o<煶\_w}iKI>Fh0 ZG62@q (n Pa'迡[.3Vk2lt\ylMUVI8bcfɠh\b{|Z47j/Sd-.Rgt#rn@q֯Ǝ?gw;ʱeC1r-%`,.n?Czsie|Xkem7yB^RM bhhTn+=A9EG;#_( ؈q6eV¤^`FB{Ṣ́QW>^q~>ف_viA-d<Wa1H?Qv_B6q0ȏYv{4mbӇ.o}s4'us999èna5&X ^;PW 8ْ+MvNh>bQ&qCG}&-Sfujv5 C1]? Pk k*+s0WEbwߍkm?FU+Ѕs:wh!Z Y8,H0y?9X@i{3n~#oH ]'b,֧"yf~(!BGY/ 3ۤȑ`"%;{-BPmPEdI4*yL +fW­QXݫ rX[%wP&Ɖq~q 79 pD+WP{]2Z!+ ldD q;Al|hX`l1ʘNt3d#;HѽA#zfF'GZQf \۹x+ՄWOJv=\%cGAq$jZfc䫭N9<+pN/)6sIZ:LN2޺fеg7HCMś8;䬿yOtyBz+}cVkNPi /Vb9^azc c;LUf/^oN3.:K$=~CWIk\?tu!/=\O|hK;STy䳀믉ytw