systemd-network-246.16-150300.7.48.1 >  A bp9|)U kMRb&Nܿ\W#a(M;YrǾ@ƾހ-3bN',5ESd ak]zIԇޜH}Ȼ6ʧg=G@=?>$dM4fq!jYOd|`8eL\'O-74*Uyʮ%5u# !X k{/ RpFQ?Qd ' O *[ai %&( &b & ' .- .T./Y/001$1$5 $(5o85x9=:\=BW>B_?Bg@BoFBwGBHCICtXCYC\C]D`^G bHcHdI0eI5fI8lI:uIPvI wNxO<yO=zPPPPQCsystemd-network246.16150300.7.48.1Systemd tools for networkd and resolvedSystemd tools to manage network settings using networkd and resolver tools for resolvedbibs-arm-6SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Basehttp://www.freedesktop.org/wiki/Software/systemdlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-resolved.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd-wait-online.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd-wait-online.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-resolved.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-resolved.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-networkd.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-networkd-wait-online.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-resolved.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-resolved.service ) || : fi fin H  Ne@xP (T큤bbbbbbbbbbbbbbbbbbbbbbbBbCbBbbbCbbbbbbbbbbbbbbbbbb877c7e3ffeb6fd93cf3ca8ea9296f0fcb8dfaeb56eac05190fd5d5391b7c2b28146ff5c1499b51c6c64adb09551aa64a61d8b270cdcf9b2d2b4d2da058e5d50271421a9ec9aa212d978f3cca45b9ba648b957b4116a085fd79a5884dbac1c2ead07377b17e133e717d97d80f6b8f32bcdd4d085a462f2b6736eedd9873c0af7c14a57cde39fd1f3061d6bc558175c349e18738dd75df1d1f0b3a38bbdd66a39e7f2c9ec637b052a3ef0a9c747b4bb14b1538dec804d8200d6a408451116327f4ef2c45691b4d3545551a385aa5f2ee148892fb5c1ede9093cf37cabc84d2c78e805659d1cd24ebaa99894d29f91f4ea4e6d394e077e4dfc953e5daf485d573f6322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e0b8271157e2d23248f8b9824702ad7c306d994e258c014e3723e38b51fd66c750c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319b86770a3eebe3dff666816fc31f782c59750c8be5e7087f2cbc87b36ed24c91d0e02fd16ce4d7d855d3819dec125c222e2e3c01a199bda5c2ad464347be230d11a551778d9eb2bf142999059bd74b42992d214121b210393e09e5380d5aa3ecce52aa61fd365cec4e00fe579c6c17d407aaf3c0574ba6b5abb8d806f6ab68d6a98a5f893a73fda212694e863e259be2760d3f8a63446c6516a80715f397f4c680d8d337e3c4531545487b48d515899121f6cafb5f958d998afbd7443e4ef0362ce38a0ed246714af38c900180daed45770d9dfd6467faa02aabfab6046786fceaa524be70c7a1adcc85fa1c2570f50a139f86d16499c9a2e54114ade150824c4e6655e5e8e0fcf4a2e8f13e4fe4c64a08532ee4e249c8d45c4f50a7e12f67516b05e2661c2fa1d996d6b3da844bbdb464ce4148dd4c1d436e3ceedd956d51d2383dfaf1996f005ac5cb059328f447dfcb7e2bdcc688ddb14310c48219422253d5278c12d256d55c762d79c7d60d2f672e6612cecc9babd994acfe7bc55d1eb1bf974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb09b19d806f8a95f13126ca1454b1ff40122ce03dc97416282fd29218de92c475ccb41a11b64a9f97725d87e5679b3c184537348a2553042d34fa15d54e6ed7065abf10f0b71878f90516b89d205a7fb2f8363cec6614ec717da88c2acf49c276a5resolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-246.16-150300.7.48.1.src.rpmconfig(systemd-network)systemd-networksystemd-network(aarch-64)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(64bit)libgpg-error.so.0()(64bit)libgpg-error.so.0(GPG_ERROR_1.0)(64bit)libidn2.so.0()(64bit)libidn2.so.0(IDN2_0.0.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libsystemd-shared-246.so()(64bit)libsystemd-shared-246.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd246.16-150300.7.48.13.0.4-14.6.0-14.0-15.2-1246.16-150300.7.48.14.14.3bb@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.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 0fb88066f5fa4695467e930559776cc3444773ec 90740ae2aa string-util: explicitly cast character to unsigned ca1455c5b9 string-util: fix build error on aarch64 c0829f98fc basic/escape: escape control characters, but not utf-8, in shell quoting 387a2e1fbf basic/string-util: simplify how str_realloc() is used cdc4d55d22 basic/string-util: inline iterator variable declarations d435514c85 basic/string-util: split out helper function bdbc4faff5 basic/escape: always escape newlines in shell_escape() 3eb13063d1 basic/escape: add mode where empty arguments are still shown as "" 08fd20d8fb Flagsify EscapeStyle and make ESCAPE_BACKSLASH_ONELINE implicit ec07c1c46c basic/escape: use consistent location for "*" in function declarations 074e1b622e Allow control characters in environment variable values (bsc#1200170) 44e419dcb0 Revert "basic/env-util: (mostly) follow POSIX for what variable names are allowed" d5756f6f71 test-env-util: Verify that \r is disallowed in env var values d02bac33d3 basic/env-util: make function shorter c68d5f0ba6 basic/env-util: (mostly) follow POSIX for what variable names are allowed 887c150a04 test-env-util: print function headers- Import commit 40960e1ccb15071355fd3ee922877ef51f34bdbc e6354ebb34 core/device: device_coldplug(): don't set DEVICE_DEAD b593249c00 core/device: do not downgrade device state if it is already enumerated 7b47b3c306 core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) 912c07c281 core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 12b0904b9117aeaef138784e5b118b82cd87d7cb b579fe1e09 tmpfiles: constify item_compatible() parameters 01f4af3573 test: add test checking tmpfiles conf file precedence e8f4d24e97 test tmpfiles: add a test for 'w+' 9c559f3854 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) 7fab6b6a6e journald: make use of CLAMP() in cache_space_refresh() 1c8b02567c journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) 0007446abc journal-file: port journal_file_open() to openat_report_new() a07ad29813 fs-util: make sure openat_report_new() initializes return param also on shortcut 6bb087a1fc fs-util: fix typos in comments 42532a8bfb fs-util: add openat_report_new() wrapper around openat()- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- Import commit 117e7b96f8e8c63a9eec3459147f5352015a6d08 3a395b156d Don't open /var journals in volatile mode when runtime_journal==NULL 1cd65c15e4 udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3ee9953dd4 man: tweak description of auto/noauto (bsc#1191502) 6cfeacbf86 shared/install: ignore failures for auxiliary files 37083278ed install: make UnitFileChangeType enum anonymous 0a02185526 shared/install: reduce scope of iterator variables 86c55bde7f systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23867)- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Import commit 773652879446a81689c39aea23a486627992409b a76263ced9 meson: allow extra net naming schemes to be defined during configuration 301bf4f1bf meson: drop the list of valid net naming schemes b89924793d netif-naming: inline one iterator variable da4a4df29c udev: fix potential memleak d60486bf1b udev: allow onboard index up to 65535 ac2baecc84 udev: use snprintf_ok() 8aad315c7c udev: fix potential infinite loop 471ea73eb0 udev: make dev_pci_slot() return earlier when PCI bridge is found 69b7c9a6bd udev: use uint32_t for hotplug_slot cdd0e89c0e udev: split out logic of parsing s390 PCI slots 84e1a91baa udev: it is not necessary that the path is readable 03548e8d0e udev: add missing initialization to fix freeing invalid address 772f964bf6 udev: fix slot based network names on s390 c5071cf699 tree-wide: fix typo 06640d06df net_id: fix newly added naming scheme name 58f9592f1f udev/net_id: don't generate slot based names if multiple devices might claim the same slot (bsc#1192637) df9e240c92 udev/net_id: parse _SUN ACPI index as a signed integer cfcaddfa74 localectl: don't omit keymaps files that are symlinks (bsc#1191826) - Add in quarantine 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch Add in quarantine 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 6a96632f26f20a68578f9d620a593ceab2a0e3b6 c4aa40982c shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) ae13ea6511 shared/rm_rf: refactor rm_rf() to shorten code a bit 3266d7f5c8 shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit - Drop 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch Drop 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch Drop 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch They have been merged into 'SUSE/v246' branch.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - resolved: DNSSEC support (build) requires openssl therefore document this build dependency in systemd-network sub-package.- Add 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (bsc#1193086)- Added patches to fix CVE-2021-3997 (bsc#1194178) 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch These patches will be moved to the git repo once the bug will become public.- Import commit 3850086c6580291188fe574ad37c8026012894fb c0505cbb8d tmpfiles: 'st' may have been used uninitialized d3f7c9e806 macro: add new helper RET_NERRNO() 4a95baa5de rm-rf: optionally fsync() after removing directory tree dd8137a589 rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 3f8765ed2c rm-rf: fstatat() might fail if containing dir has limited access mode, patch that too 87d39407b7 btrfs-util: add helper that abstracts "might be btrfs subvol?" check 71ed335c7a rm-rf: add new flag REMOVE_CHMOD 611376f830 rules: don't ignore Xen virtual interfaces anymore (bsc#1178561) All these commits except the last one (611376f830) are preparation for CVE-2021-3997. - Drop 0001-rules-don-t-ignore-Xen-interfaces-anymore.patch It's been merged in the git repo (commit 611376f830).- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in. The new default simply consists in calling pam_deny.so alone.* 60-io-scheduler.rules: add rules for virtual devices (boo#1193759) * 60-io-scheduler.rules: enforce "none" for loop devices (boo#1193759)- Import commit 34eba0c28cb02d15fdbf55ce28bdfa56142ae4d1 0a8cb60af6 Bump the max number of inodes for /dev to a million (bsc#1192858) 848c9207cb Bump the max number of inodes for /dev to 128k (bsc#1192858) ea44eb34f2 sleep: don't skip resume device with low priority/available space (bsc#1192423) 9325a68316 test: use kbd-mode-map we ship in one more test case 8ff379e11d test-keymap-util: always use kbd-model-map we ship- Fix IO scheduler udev rules * 60-io-scheduler.rules: don't use BFQ for real multiqueue devices (jsc#SLE-21032, bsc#1192161) * 60-io-scheduler.rules: use "none" for multipath components (bsc#1192161)- Import commit f2f061f1da064bfd47e2201967a854bb9281ca5b 98e87fc3fd busctl: use usec granularity for the timestamp printed by the busctl monitor command (jsc#SLE-17798)- Import commit 5d20af26eee6507bfa9fdb6e5dd4bfc187e3399e 37e021ee84 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) 2aee16afd0 mountpoint-util: rebreak some comments 962e487cb4 virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) 8545a66afd Use BIOS characteristics to distinguish EC2 bare-metal from VMs 03311b59c3 machine-id-setup: generate machine-id from DMI product ID on Amazon EC2 0fc3118a67 id128-util: use common implementation of helper to get/validate product ID 83bfa06ebc virt: detect Amazon EC2 Nitro instance (bsc#1190440) e8b8df3ed9 core: move several source files to src/shared- Enable support for Portable Services (jsc#SLE-21694) Will be released in Leap only.- Import commit 263f7076bc77475045193653a785bbdc0457b5c6 239e0ce5e7 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 0db7e590e1 manager: reexecute on SIGRTMIN+25, user instances only ef8afc4545 core: Make sure cgroup_oom_queue is flushed on manager exit f794e01080 cgroup: do 'catchup' for unit cgroup inotify watch files 54369b7660 manager: Fix HW watchdog when systemd starts before driver loaded (bsc#1189446) 1d0524bd54 pid1: various minor watchdog modernizations- Drop 1007-tmpfiles-follow-SUSE-policies.patch Since most of the tmpfiles config files shipped by upstream are ignored (see previous commit "Drop most of the tmpfiles that deal with generic paths"), this patch is no more relevant.- Update 60-io-scheduler.rules (jsc#SLE-21032, bsc#1134353) * rules weren't applied to dm devices (multipath), fix it (bsc#1188713) * ignore obsolete "elevator" kernel parameter (bsc#1184994) ("elevator" did falsely overide settings even for blk-mq, fixed). * remove support for single-queue block IO which the kernel doesn't support any more.- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Import commit f5c33d9f82d3d782d28938df9ff09484360c540d (merge of v246.16) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8d8f5fc31eece95644b299b784bbfb8f836d0108...f5c33d9f82d3d782d28938df9ff09484360c540d- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 8d8f5fc31eece95644b299b784bbfb8f836d0108 (merge of v246.15) cfd14c6537 basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) 7b6b7abf46 unit-name: generate a clear error code when converting an overly long fs path to a unit name [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b9e4f4c71159b216a16f1c5121134aee2654be56...8d8f5fc31eece95644b299b784bbfb8f836d0108 - Drop 6000-unit-name-generate-a-clear-error-code-when-convertin.patch and 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch as they were merged in v246.15. - Drop 6002-basic-unit-name-adjust-comments.patch as it was merged in branch SUSE/v246.- Import commit b9e4f4c71159b216a16f1c5121134aee2654be56 (merge of v246.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/5157b666a0d744a2ff9f4511780e43bd74fcc280...b9e4f4c71159b216a16f1c5121134aee2654be56- Import commit 5157b666a0d744a2ff9f4511780e43bd74fcc280 2288448f47 logind: add …WithFlags methods to policy 0acc4f0413 logind: simplify flags handling a bit d632dfd6e3 logind: Introduce RebootWithFlags and others 8fba5f3715 Added option --check-inhibitors for non-tty usage (bsc#1166028) 114387d358 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) f2cd82a359 sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 6efb9a77f3 sd-dhcp-client: shorten code a bit 9e1cd2172c sd-dhcp-client: check error earlier and reduce indentation - Rebase 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch- systemd-hwdb-update.service should be shipped by the udev package- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 6000-unit-name-generate-a-clear-error-code-when-convertin.patch Added 6001-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 6002-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- Added fix for bsc#1184994 to skip udev rules if 'elevator=' is used- Add 0001-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) Restore framebuffer devices as possible master of seat. Until simpledrm driver is released, this change is prematured as some graphical chips don't have DRM driver and fallback to framebuffer.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-xxx.so.- Import commit ac812b8fa0c2ce74bad8dd199aa0505621f6cfe7 2741672b14 nspawn: turn on higher optimization level in seccomp e104e31534 nspawn: return ENOSYS by default, EPERM for "known" calls (bsc#1186411) 6f2c44b6bb shared/seccomp-util: added functionality to make list of filtred syscalls 4bf1b121c1 shared/syscall-list: filter out some obviously platform-specific syscalls 0a3716ecb1 shared/seccomp: reduce scope of indexing variables 7820502e07 generate-syscall-list: require python3 3a180f788b shared: add @known syscall list 2fab3d0179 meson: add syscall-names-update target 74430ec23e shared/seccomp: use _cleanup_ in one more place- Import commit df3aa430629f9aab8821c7f882a401a2886b9e82 5354e4896a test-path: start infinite sleep instead of a short command 934358e538 system-conf: drop reference to ShutdownWatchdogUsec= f198dea989 home: fix homed.conf install location- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1185828) We need to make sure that the creation of the symlinks is done after updating udev DB so if worker A is preempted by worker B before A updates the DB but after it creates the symlinks, worker B won't manage to overwrite the freshly created symlinks (by A) because A has still yet not registered the symlinks in the DB.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Drop "%bcond_with parentpathid" as it's not used.- add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984)- Import commit 60e71ffa7e339cfce8cf70d127f1be9134a573ac fa79627ef7 udev: ignore additional newline in sysfs attribute on verify (bsc#1182870) e0028b4c63 fileio: introduce a new flag to make write_string_file() ignore trailing newline 1928da1337 Add WRITE_STRING_FILE_TRUNCATE to set O_TRUNC- Fix again 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184859) This time is about the removal of /dev/disk/by-xxx/* symlink that can be attempted by several workers at the same time. Let's restore the old behavior in this regard and ignore any error that might happen during the removal.- Fix 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184254) When a symlink is removed because there's no more references to it make sure to remove the parent dir of the symlink as well. Also add some logging when something goes wrong during the removal.- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Fix fd leak in 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1184238)- Import commit 480a6d14725509307a0f3edefef3876c107ee7f1 (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8baed1c6f82798c2374bdbfdd440dd065d09fb99...480a6d14725509307a0f3edefef3876c107ee7f1- Import commit 8baed1c6f82798c2374bdbfdd440dd065d09fb99 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/bb5a31f416d17c5d3521900bebad885ca8f0ba8b...8baed1c6f82798c2374bdbfdd440dd065d09fb99 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit bb5a31f416d17c5d3521900bebad885ca8f0ba8b 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Make sure the udev socket units are reloaded during udev package updates This uses to be done on older SLE distros but got lost when we branched systemd for SLE15-SP3 from Base:System.- Update 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1183702) StandardOutput=syslog+console is deprecated, use 'journal+console' instead which should achieve the same purpose.- fix-machines-btrfs-subvol.sh is only shipped when machined is built- Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192)- Import commit 628333aae3e893e225a42fbbd3734d10058edeef e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- Drop 1000-logind-disable-RemoveIPC-by-default.patch Disabling RemoveIPC is now done through systemd-default-settings package.- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- Add 0001-rules-don-t-ignore-Xen-interfaces-anymore.patch (bsc#1178561)- Import commit f366438ca2d66c287ea836174e73dd03a98914bf (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d...f366438ca2d66c287ea836174e73dd03a98914bf- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Remove a fix specific to Factory/TW distros.- Leave nss files in /usr/lib*, glibc loads them from there just fine (Changes from Ludwig Nussel, backported from Factory) - Define %_pamdir until it's defined by pam-devel in SLE- Use %_pamdir to install pam modules- Import commit 64dfb99ca3c9cbc75f6abe7aa6aa60f66ae4210d 65f4fa852e write_net_rules: set execute bits (bsc#1178561) 4a543f0257 journal: send journald logs to kmsg again- Import commit 68b1d8a9472091ccfbbc2ca234d2583716d57a2a (include merge of v246.9) 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2acc5eb602eb8029f4547e37eb433c804a7db3a1...68b1d8a9472091ccfbbc2ca234d2583716d57a2a- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Drop 1001-journald-turn-ForwardToSyslog-on-by-default.patch ForwardToSyslog is turned on by rsyslog.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit 2acc5eb602eb8029f4547e37eb433c804a7db3a1 (include merge of v246.7) 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9dd0c9a724a9361207ab4a9ad29d144987fb373f...2acc5eb602eb8029f4547e37eb433c804a7db3a1 - Rebase 1008-Restore-support-for-halt.local.patch- Import commit 9dd0c9a724a9361207ab4a9ad29d144987fb373f 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit e139d4c9dbf6d735a624574dbd7db8f04eb93598 f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- Import commit 7435299e24327ed202d686bf46a626b99f105870 f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800) - Drop workaround in 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch which consisted in forcing the generator to use kmsg. It is no more needed since commit dee29aeb5909f4f5604012ced250488286b8d468 has been backported.- Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) SLE distros still expect the tool to be located in the old place.- Fix paths of udev rule files in 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch and 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1178023)- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Remove mq-deadline selection from 60-io-scheduler.rules (bsc#1177490)- Make systemd-mini-container conflict with systemd-mini-container-mini systemd-mini-container-mini was the old name used by older versions.- tmpfiles: drop entries importing files from /usr/share/factory (bsc#1170146)- SLEtify commit 2ac606cb508dc30a27aa539bcc18b4bb07f87a71 (jsc#SLE-16318) This forward port most of the SLE stuff from SLE15-SP2 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP3. Add 1000-logind-disable-RemoveIPC-by-default.patch Add 1001-journald-turn-ForwardToSyslog-on-by-default.patch (bsc#1065301) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-tmpfiles-follow-SUSE-policies.patch Add 1008-Restore-support-for-halt.local.patch Add 60-io-scheduler.rules (bsc#1165579 bsc#1164717) Add 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) Add 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) Add 99-wakeup-from-idle.rules merge compats/persistent-nic-names (bsc#1061883 bsc#1083158) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) Remove TasksMax limit for both user and system slices (jsc#SLE-10123). This implemented by means of 2 drop-ins shipped in system.conf.d/ and user-.slice.d/- Import a prisitine copy of Factory which will serve as a new base for SLE15-SP3 (osc copypac from project:Base:System package:systemd revision:1120, using expand, using client side copy)- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shibs-arm-6 1656530155 246.16-150300.7.48.1246.16-150300.7.48.1246.16-150300.7.48.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:24852/SUSE_SLE-15-SP3_Update/e7771e0840f78a40fa2d7710275ca95d-systemd.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6732779a86fdfebb555053921bdbcbb122ce19b9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e42d1135f789031b66660fb492995e68189483d1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f82543c54255c6d47a67594ee01f6daaf0c60e4c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=adb145a13cbc550e6f3638daa4a0ca67075dbd97, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=aa06d36fbecaeb1ee5ec2aaf0b5938bcdb4642b6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0dc0995360863250ebb9c68cb99adbdde593464a, for GNU/Linux 3.7.0, strippedXML 1.0 document, ASCII text#)  RR RRRRRRRRRRRRRR RRRRRRRRRRRR R RRRRRRRRRRRRRRRRRRRRRR RRRRRR R RRR\Ը A -utf-847a94fab6754b4185bb6731647248dc2cf1682b548591b7c5cb4827845b5e3da?7zXZ !t/] crv(vX0UqӜ' mU6SL 9{E8hSYA=?܊=i<Ä~g]lbWT%{hUԡD* i6m5d[Fw7@}K pyݗdqpp1ﺮiΐzb}w9p#7?v nʌ)!Vݏ%K6 ]ݢΩ ;_FOn9"Ĝjt Z^6|N$Xi;qzg MPV LweS4M(M?Ț CF¾ edQwt~.ZJ|sT 9ɫ5@ Fwɇt"*PbFVBq{@K0x64P~Ҵ!YKDC5=ԃ֚g[V&e]9gNu{ĦX'RH{_l溨g8䦊Hqus}>Sjٳx`&,YX{b2鳧( _')`78C8^<+(3FRZss!cR&` K) }=%|ekq)v0:Ck~ {dP"#df\9_K)Iޏ8Y%?$#^ TZKK>C,L#Uy2=Tc E ]0my6V266ga gQtEuk[y /! y_vUB))QǼ9as8ENA.}C28Z|ġYEϸ:$ ;|,zgfn9CNAy5Od%*E /z9ʓ$ tf)Ihʄ">f SaЭj6^FG->9oޖ_{]Q10. 0%m"T观nYc/݈G; ,y\晿e( F BIJ}Y LJBk3^{n|дݕPrJO4'AG+ ~F/y4#ՇcE-w}z A}YZ!ӭCT&{1Bg8r,_{t{WEE/䵗ixqY:BT#$%-1 gYưa6e!c~ATIq%5ٹ`l}|D24|M8[pz1aE3-}<%N(gZ|\=Sw8W`W#^]W!WB7w)-)5dV]pEdZ@<䤷+_^%+yEʽh+A\>T탻nFc[|}'e:`Gܸ]l{|ҫ+jp )= gӁ[Ò}+}x*O1q{XU1ڬ苳2,+>vN8;]qMTr1|gKni5۞le#U$bۺsH[cկ2]޺uRl"KGJyDn=8S6T>4Bv J/˶\$o6Үmz~w@:'pӃksW[þ@L//cv#t,+( A(v3 "NV*1t6PkKkiwf D2ߨ)e F.D+ǼB0hFRKɛvh:-I`)V߭ YH)N+Na⛠iq\ oZT+: Ws+F/*_!5E o$/ɔ+cYEb m|CӮfmM ."P^cQJoGJ9.'8$uw0 iaη. ,^-ɋS _ rnWrrQK 쓗slgCu2 U֟ʻKGwOiJwd}=4q5Ff 25rKh ~{ @l)S{tHDer^)ekě(S n*8>LO?%Wt`4H\0L'!׌3pUbTV}iI! ?Y=z{MEAjCk8$8KF XYAz$P~ـ6D&>G~蔰ZDݛͽdAo]8 zK_Նy_{]-SAyH^ H3e4*0HC(ngPXpO) `ΪJݒfyq4GIKnٱ;A?]W$oI9]%93 X@Fn8@>,1* ߗcCROJ4`ڥf3CĈj׏/>SNu䍏v&P.?'[3u5DT%2S^?*fŁD}_֔e*(,2wQ℟^ՎU_I `,c+݅lĉO3skیRLy{WI|¢6omU΂\rmR/ɳ%bqF-~ur,#ꀺ\d"RяBrl;R[,ր'>ai#J dzP!p󓕉ӽc) n07%yts9WNyζS0vVvSZ>[AרZ+C. pm/>Ga3M(}8~\k@P:~dnn[`t,A2PUˠNak<XT[B\ Ǹz e3 4,Vs;BJ&C+q}:ȝVaF5>Hl7k(l|JTOrG*vh(9;u7ǨtVA7l`^v1TK*8}E+#]6C 7 ~q0fp,DNuKjѭhއ? {cw\sueSa?|,CnXi Rz#|{,*tqȥbuw ̊X`),s/@hރvK^q4ܢ*#ݮ;RG;Y̓饆CoNO2! O)׿m4Ah"j#6?Ev }:cb݂ҵsu;d}8["md 㨓=kMc7 Gtn2nvߘ LO"=sM߮T,غ$P~~~+K_1o lg~x-@HxF-p}r81uW69Q&ޔN6- о08ƳkF /\'"[\RELs1rz^ He{_k~I`9ьKqq@zVf-t;(2,ˡ&Y֫XB^ jߨxl^KO4tBB )i#v̅k~wi <'u!tor9zɛE[i ZޗsQs1ZuULyCKvwpˋ֗!rVcWR,a5\qn{acCCn3"~$ȆYTJ >-HԪ+cypO*NȜ#RCen1q3 E:CPhHư_0B)|? FR>û`ݝ+ H+h*o_ TIs-f*^Voq(i4z hc0J̆԰Uh[V%`]"Eg/j(]Tܠħ悃6ЈevuG6E>+(ѕmckg3p.y'Lzwvn(&&z_i>cq*^ DvbPm̉eʤx-E̟έ+=v?E0N<{D_3n]kH_P_Fvm|AiS=qnݢes<X[>?0 s}ur GWr84zTAF;Yֱ-( 6GENZMItݣ &5Z~VVǦ^ЯMr>5sݬë64nA}n܎V+CP c}q29-sG?~ a5;^A Q< LYwuNvO~B+&156E<2՝_\(L"t斵/򓖥Oi+d6 Ge](Тμ <`$o]JlTD`n\8֊(s8^)x>ej>oXAoef4qGޱƄ6 rŷsfe\_% AQEz֙XAte45>0NKcMԎ'#*oMo~$ޝ*IѤ?,K $ԏ?:ql ޫq^sNSة.=PS8⥺P. HM% Z)4q#yOU/ZOמ73;UF00ه4. pDVy"qc2S hTK~}d+sx1X= r.8.gh)q>;ԓ|)F 4p}tւDmۅ1fP"4kb!s&`2 CJ\=XMvC/Ѐ8 FKbP8ٛRe՞C}}&1;oTd$12֦w"nGtB%xcb /}vzنT/3vpͰ<*Uָ8ЍhZwi|NӤ׬%8 Kx :Il _#mp[8Mu9~# zR vcށHa-*Xd6x ŰFof05 \!暫CGU L~[Uix& g -hsnնbʤq\u>痉sil:U7'vu6A~ Ex V Tfk7JWq{/RL}?*@ZZbgm3~ 劕,_>ϫ(IS&d%֯ݕ5#Hjol62+`%|һyx\ ZuR+H&8B x }L72>vւsxs#s,}doA64v绎}]ZDf6ַdg|.NQUYn@l\LOY(*ze\ܔ4w`4YJcP<=s#x¤b+pZ̧a켲OVVZlFU71;˶:Xu[rM荒ѿ/qczE؛Hs+Y,-h'!j5d/ "2猎9}\i+Mƥy۱}ضs]j9u(1HsH!PlRQS %(qغ%en<}`/dF?6OF݄ gnG;N=x"K)s&x FrK#!l٣^˓k:Q>cG O Jך&>0js?6h S#4ACB W^7佂_1u.NRoղ0PxWqĶSg2" tZūw+ Ց<3$'CDa2cfDZF0هڸ^s@V.\OUUWxS"jՍ 0Lϵ:tN%TQSctC}#r"hzƍpYV{FGS{x\8ʀqMDK˜t6ieE=*ts r2=W3bԴ'r^+/oE[яd̈$DQƟd(rp7djDdDdZp1 |Curm+I%3w=VU6JLYu2sεfkH󟄐#@`1&!g7щڡ,#pzQtvE1\fAEFR_L?,rnON0a016n|%! H48+UA*d,_$>IY꨺B5vX_ʞА,  ~XA"3'; Ƹct*akVhHSI2B[V$z^ 5_R7Ε\ YV,6^Nxmۻձr\<%9Ĭ86 f]&6A[_ͮJ+'Q:Es#F/ACZ|A7=Jb)pY1)W}]#w ]!UHX%IUv9MeBi\p5ɜKO(Qk(J qLMqYYRsRlGA&~X%BP`NV!c`;%A;EW^W!"y[ kM7Z35̩.ˑc^T$1 E=RqhgDM1WUc{p=}1!i Z`7JY&eңߣ-u&yگCPIpa5|~Ϝ;@F>y L`uzP⪓Jp^-8+沤 3-mQ( 2QyET Uk7/6+Pifr\PJ;&_ORG/I3d37;h\9YmRz|@+Γ!Sb}BQb%E߬ys`dg}x%%G40'ݠ*=jnU/ཀ(r~3{xnsi\H.maE ï+Mf?C"U Eat1bC bҮ=Ox^t.(u]sL,Z Q1|/8EhtRͨ N*ÛT:C5 IWvԧ%%_a  Z^6wUg>7.Fmkq|HOgI="!Y,+8kc]So>8}nw@C+@ўҮVYΤ,ܞ!y?*4լɩ'Z?Ab\̧$D!Mcu<i!f A7:p]K{q Ŷ&td+jvub̃j6t&B]&y!~s}%;ԭ NdBTX}8 wBʂR]Ű>#h[  )︛^DU {nsVX,ƩA֥ɔG-$ ^r36h(K33]2*!;UNwvori_H|;enz1hI ʭfDv.|0l8`D`-YBl@ Fr Yi܉Ml,MjQBUQ!fBڰBe}ӅB2e2դ,Ö:$HN1Yl/3X|l7by3?rw9jUyO,D2J.4Pl/)qw,D#gFNFna^$<8[N" xѪR{SyP$WBJVcQm |W K,|EIfK[[vJch{Cȱ7ߟaWD,F6d %]=<{d 5.gYFRu;FT]aZoD'qJ@> 9E:8\ .6X} $tvZ>I]PoVr-ɵﭞ[eKٱU/B)N n#Vܭ alVf;&ĀO%@ oK)2z[zKs ?dAު60ug>ӛHaκjg/bK>S3[mT FY 2~ 7nٽ Xu 0Wown5*meGrmcyܲzv؊H/LoH8]| @NnA㡁j5R%5[=!/@c"H c^0md[Լr8H0֍Xy я5/rއ< 7 :JC:bh q:}{sAz0tZGEl#ܶbr(vC,fnG ˗ώ' cL͘L"okoʠ ^dӣeG쭜<0 oU.fm<*Ls] 0~3rV|S{a)anᛱqZ:11{r'o:Ji]~\ iZnk'/DG<JjWlg;cab /1o<- U+ꆇӂ5pj䝃i,GD~p8`\`;fr5Au+ohX`qӒ;EDm)^oAx3GDԳ圈ƉkS }9aVkK2aY[چƞx;%EWBCd `PĚ }yturcLK׺_hk׋zԋsu /D zBwW}.4+PM=BdұCffTbO1Ү"eZ`:w qQgO1Wp=,W=|PZsy_r.KQCyIt we-Zc5[qsZU,,=R̎nTeenQHK\^ fW[(RIzV{e.rs_1lR>3N⢬nPl nL(12:¥x7'Ahm=4uv6GKanI#ֳf rvPj”q{oзE VX?33ʡCقYSMHϓ 1AHƶr oWRd+:4Q4Ջ/\](f\M}PWv5DE;d$eW|5$2k=}Mz pG-wi=ZV2}os=?:8h ^vٻ }dPMpC\e^xL)rgw^-n1~f gfA E+pM_z섟"< 8#&`4ҨU>O&@G- JB>E(6n ܡRKWNWFfxf\hȜf]ϬBZ`rKdFPwrZH5i*R壁(tjW@{Fo&v̖.mWU"|;W))I\@k-A ( \P/ݰ~Z <,݋ 3J ~_R9x7'?”KesOr"F-mYKv_kdLbyodYAe2@p`rl&">6HtQ-klAPüB#mX |s}3`D- ;_]"'^shR &5!Y~Ouvt "%l\j5e\2T++Bؼ{1/|&m"5VrXE2H'9C3H !dP:1EHxʕK"66D㹏М߁eXz#!l{%b IiHMmaUhhj7jhm"}@}O~7=) ͥT f$ :dZ)kcx p۟I ~-?ރ:^I5趋5%ѻ{ 00k~ ,rB1ݢUXxeGGf1q "Tf)/C-I}af+bwB /(h¯QVj`06Q[>?9BLTmYcX?[DqBY%ZcsO s_ާWnXA|&,xYt<6Q\v JɗnJ{"{Q}j{+:>{ԭ)UfLR%fi.cdZDaQÂr):oSd>I;_.,3"T "cKE(;tG !Oj\@kA_)13oKy7ېi8VPz]mC=A}tΛs0$%v.:xJں14fZ! f]ֆEd!{B\lmD7LQZ-݇'KED{RA%7ix6H%yaߔ;LO?ߵ}V+.ٖu^bbtnk?h- ު!zN;I_Z"KqWOB MbkMp7[1Wnj-2iu^0AȢYѮI"N1 EezBUS=gxtv@!KSO@^& \vd>P!qNfN ,z!X'Ѐz^ieOpL3A ˓y3rc<ǭ SCZ)| c5͐Fo)*oH>iEϤCr} 2>iލ\vxN+_ F?*]12H\#}-HT9Q̦Hyv)N xKpc#?[ߥ~X;.D@FCǽ\_?B7ATJURޓ xՆ==$ox _aC7_K;$5.t ܹ]h5L7gRksN%ִhυBn 9:l_=&6ߒS@ 45oں5f,A9N63Ae=O? Mw2LTya:KNhr^j- U4ʆ eOr(TٟLZ2lƔaCz_3 pCLP_bEKN9`\<; ڋ]G9?nC XN>Ns%VB+ ';n z9x 25BPXozwro+oYXpav˱(k2d'# +W ZGk[/fOnc[13jgoŚ2g&%M Mn4o' E;mhsƪP#;"-l/۸5n0":(~V7TsjRgcig;ޓtAn#ezY%2WšBROܒ!=JE9.^PAJx~2}}V8RWu/h[ c+yno`2gݔn+-df9VHԤ͒bgq¾ZGH?=DŶ XCN4 =!)?bSi|);Kx?)NJ&96NƺX5 7?Fuid4_Mş09> n%6ۀ4)>[ *)lOqȌQ7 $mz|nkhvMzStFpDK $6gn+iZyf]C aU8ٝ)\ph^?S{T%/<9eXdž|Zy1@ +yI-[_DtTqN{ Akm1q`@L5^v(x"ct3N΃+ ʂH!7A;wHܞC>y`$ӛפJ%(PJ~q!NC:# `]ߖhq%R_R4&齟C'HFȭD9ŰUCo2bggqY;W#Z[\i۩Cr곂4<$Ϗ,}Bd{>'GvXs:؊3 g鷁)Xjg4E!?G^oɈ(sK^`'_?JP<ަ ѼDA ڨDe}~$}qWT`~󿆠Az.rThɂ2DѸQHSWۄ,FMqI%}%a6&9!KѱvsxY0-@j6h,Xh g -1Um%z/JwPCBo5NT+:͞6.4h)PmZ2^s\1<MɳlQFmRMVhуӾR%ڷ:mEQmZ.pLT{lnp3 O' 6ȯf#G Hlyį6pl,OS? Bƭ[_.WG8ҵ53։ Gy>O.A)+ Ag]2bBA)tIؽ  qS`Y1X~Ƅ'8"vC1zۃw{0R QlD'8]MN.^i=L4m/:!%=ҧZnD><}<~ ܴ\P(8a獬F 2^A\C> RLZox90P/Hg,jd!hΰ]{cłVw)B6aT I=z管\W%oo(Ci _n_ЂGRP8 T'ݏ(ͦ&7>LTkܺh*{ZJ7ZQnZ"YɨpVO5&|EZU#Np#! I' ;CX2DjA#` lr[O%Fͺվ_l]_F;^Z4 =r-*72^m'̀oRڵ.QxXj |7~f&y r "W5( tV@ZVʒ TFՁך8_΢e͟,,h?4IQNmfu0*ƑC(SwzyN+f®z*C+}`օ5 LȨ F۵8J(v5͢sv $~j|::/(E$OI' R4rIV9M{ogOIOն_=ԋ?cy4NA~2e2QY?je|hFcCE(}QbIh !B?i7ktaw7- ^ȠR v %J$L~} Xȭ1Dsx NZ!P"ǎ@?Yg/ǰXNIZ/mu^!-fרM`eg>U`VyKq+/)D#oNav5:7q4ͺ;XQ3zԹW̐oVǡKUW[r Z|rѐs~tIHPEu&dA1 1s\oћlAh׾rng-5Tm6ǡC+,Q<i/bkc.ghQ晕U'3еW@JBH؋wFIA9xZʚjtK_uF~#Vk_7H[Z5*8Y 1@kc{)/U2 5Q&3Ńr:f~-VM-tL 5IS̯)>?lK">4o¼%! 4to+^ I\T<*I*H%<1_ I}pޗEg5w@M6P$=W\mwʂ؝:Aങc-`x-]&EBX}Nr9(%y{q?@ fUʳ$8s1jڇ9rAEo Mbejis 9WZnodlhl4. Q,]~a-aS7BӉy5Ah@sܯ46نaVֿbņ|O~7ފjLLf(} il..w/wڃP(gۜp܉=ݿq%μT%\T5~{pѨr7Jc[=MSF)7W]\SWt?D#x^.w4K`}t@pT @9 (x 7FZywp(o_75 U0av34p͆Vq_9lg闯ã MM'ݺK{˴b0U{tGsq*̄sGoSn _E?8%2"l(݂ъ>%=$BjG$E <>= AqB#0 0+ ;0s*RMZ~?"ް( ՟fE&U2䊢W,9닍ݧ.T^FI &bcRCn A*HqޞL`[^(צ5hT%Ҿqȃ@)6TbHұv X6䘹9g'XIzD]ci2fx~z@Y0/~ޝwʿ@ڨ.0_[%Hw)gd|6:c5P!Բۆi <o !dӴ>q75S)W -9&蒇B5\7p c&gJͼJ@u&N'͸e;;6;!P߳D\+Oz=/ a#U4զIq49û`#5!DƸ0фB%83hϤA v/j G9\ĠCW$yмgٸb^*uڮ\ >!!^@T.z_5=oRY<{ Wv1yvFa>GL{h穖KG%i79dA<2./unI-7=*i5'v)e!OpF뜱' (5IVT?Qq}$bӒFpPZ%Y-B ',˧iyrIni_dG"ψ}t9#%krENv[232OU$~$u#. >?/ƺzo]%LA6MƓUR\ݘֺZ: WWc$)b{[Dkba]ËKBEl6"*f:^S^#jJ8 ^[`+E>}G,Th.1/ch?G_Yt<ͼ/|G4qa''W;lK\>QG&Ul4DHiJ?Wi]צZOhiĶ;vryFgh'Ol.{jg5"G&CD,^׼I2td=aa#`qU耦HY04..U{<%Lc(Vp,XiTjG@EɝnLt 6ew$X\]j=pCR\;"+#V9&F# Q2f5p18L܅'W:l!HGН y͜q c?KĘ"7h9@4_>r];WD $0tMm;xS8r][&VG8^!1؋CW\(dL-k:3z?m ew;vy1({]{ocd\ԌIBݪ3KcYY,4#!nY8IOxuHMl 0x`9e[ t"T9mB {q_)PM9pqnNaP璆hdʭZdG&>neypZyg61Yg乂gKcr= T~'џE*Zۘ2nRV$Y5 * V)w|2tIv1o' H%)3* 5P+|t^geQTy<=| aX<߁1 9Y! d(k e2N,7E 5SGެ)$zMOTo?/JvB>G;*$ĵ-i9: ޤ9G5l|$JP !1(niY;ލ! >c.$Fvx+GE\ju;gos66kvpxG L.q"AC{cmlh@diw8u8e6EG:ӄR3~ԊCZtD k*fi<:Ѐ7YQU2( 0bk."(M3bj-|'&2#~_XB$X\* 3);x[iO1m(,>*R pbݸ\Q7 ͋]H3~]܄g\6YT1 d9)[UhlWTpPrӫB!z[MQ59l';^t4Xϯ5:'0ΩVp(HS= GA^ލ*HzF籔_BRwh3L F嫫!t3:9w?b\hQ]2CqKBohGqR]H!D, 18nH|lOPB_ mw#$H}|P'*u[ ڮF\R2>tnjO1 jR/w,Ȭ Yhl>AYdir1YAaBU`txwIPYdvOm*o)ɣ<akFƺ$44T ?ÓZ!hxࡶ0O<q9Y''#Cl(/xtllzGCY6}=.N ; $o HqUj+^kh{ԏ*5y:eZ#8fǤ  5ף}˵V{sBRGI }= _Lw}5 cHewQʼn7=7$j{V28eaJU[P];-Iі0͜\FL;m@/F,> Nne֭X^9l& y9#}gǗo-@&ͦh;֤vrݑXlD[''^W}LPn FqAthTtm5 aZ(WvU"EamؔK67h3GS#Z$ >w\">@m+#Єż]:c y>k ".~qeՃi0f97T -}^)o+:'}]IqB{wgM21Gt'/z[;ڟ+fLgDVraiCɀra4MdÊ$NLy:$fzv5s|])wN 0ud0nMɇ{4c.j+ױl(촠q-mI33J('Y/+-[h #v@k@`tҺ#(K1_baed[hjlQ~T2;6=LO{FΚf x`|S6YOJv:t%Z%x-7G.FQ).tv|"l ˆrm,JvpW K^#Jah 4jD0]o[;d/CB>Q UoF3P(Fx"50;ŘeՄҾ~;Q<;_4*z_aųV<iʁh,2|h YD,s423<#_|yiO ͳ7iU$Ui{fnqB`JL6'Lwx1Ql=,XlKm2DI 9]:g5Q* oٺOBQ/xލԿ7q Dyv743cD- ȿ˵$"X+%Jhu71BAy`qXvL8v`H=DD>+! Ljϊ9E4AHF&0lǺKF'9h^>*nzm% ɥ6aɿ{ "Klw{ ]^:qx*4To n('M@_\kk~2C_h?CFMImQ5=*Ld<^H$oxQ"[JKX~ʯ:Hw iMcID; ](O ᛠrq㚤ށPN148?nУY9P|P4/;1YZ1@bKqv XeOGDsn:PܙvS9.Jrߛ SʃP>&Y#N,CNoڑD]Yu; p,+ giI iWggп(pjZjDKPj "ϦbDXśryڭVcR#/¬o(؀ǁ_uguciHWgB]֮lH9kYzӬC5ㄦYL1_NٖN*\M Y,({HlכV/ʦ㥓k_j즉0JjsԙTFƃօ X./>s(mV}~n*Q)[9009zէ%w1WvOjA!zs>n|4:S PBbnx/g[BhXkM:7*52Ҳ(_~_u,um5v~<`}tՒ8)U3EjXR%C6qKȤJaְ"p'D6 Q[ "tG ^ 9_${9LGŘ)mXbJ :RTGXr965Lc^ѭ="`2u5|(r0DWHgB]1'[YB+J!QaG^+`܅yV H=OBlq[ֿ[I5fLܓ%|EKșϝ첋YP7Ĝ6&|w S@G%K%IʧLRpˤiY*'uWF>T#3YB>SW҉M!xKBHtKo%CXM%cvqZ0Q|ϻ::0I@ BЛ \ x3~폅Iܣ!)^Dogt'A*NxO\U!|6b{E[?X 鎳&;lПV^^ނ[SIO+nw0vhI\7epm DIK҇MݯPtD s8.)B)D Xm$#^sTh"Ċ45S !L_ewkZ&˟y$"Xa(1|;wQ 9#0G C߇>O0:\qDQO%&?,Ya] UkTqozh`%K\n7rLǙ͂SB6* vߜ*װtoAR,ꐟֵ\e(Ni:{ёO [p9K RrN鴡}=WZ8[\RACJCtDPIu"uSXj4,֖G~^3(8G8830r N0;2N rPqv & N {AL!@ks`q; [Wi>Փ'OmID8wRbQl<'^;!\̀nWUmVuj `O]}N ]8i{r@k^ԝ ~ʏƲe+2`Hz(\wJ1b JYsr$JnjbRq&*t+7a!ȁb*''X7wa756REF!y+PC:L )<-ZY^Gah)(QK12 =`dhZ^ 9뢫T/Mqu+R]6BCsE>d9!/gҲ,?dboQq?Z5q\F~VlW*UE7y2wr'" d19{s8 IA7 )OA$mK!lCD!!- є{t.:q/%Ts 8TV-m;e#L*vzDζ3bjova K"OeVQd`z-3r2G[Diȇtŭdġknz(rmLEoir">g"k'uӤ)&:~ƻCLz=2A$;:ykЪYo[t|-vUQgW`aI26ar"W;1[dvr&_S}zE6fTz4u1No@2{_ePR8KҭGKEEj/԰q+F^#0x-js։S0 t"ӧc8.oYs\<%9RrEStgD4qEIްł~(00W~ȁב;PwzİIP +@Pɍ!c . #UL{r|iYid؅H!&R&b_vT Y(7f;ÄTD ƛ݄_߾f,^0矶k kv=<. 8g&:ܟ e-l4=E%vG0 ?+Z9'U!f앲#vg\;2V+5"V{&a,WOJ":Sp3s@K0GՒf=e{ŷ=އF}E0/~4VΒkÊb!eͬ/,߅.{~ vD"櫎T՝ WwX8=Bs #bg&M:{LD[v!SkX!Z7O!E9{#tL'%B۸aQ{td'+MȓBu|vHM`\/[<^p/ Ͷϡq)o0$0XrhVI&oMUs 1=5hhcbC|)C&s*`fyLXw㥅R_$H$߄t*t\y+q$Y{6d/{ůڛl x:Q-$Tأ<ÎM }/Lt 3$\Lr,yЪh^YЕ}@O#nN?9N)YүAͷf̖*񁇺%D\m>i#<vW-\c:-f9`NSϗo4vz/GSazpq5 wB`ź-5"FSDm Bl|م*ZYޛ`Wz[rg߻NAj Kn6 Q톖TU#»p9 Ѕ'ܐ^" |W[cFلQ&0^=Acd'.Y|{Z{P^)VxGt1ЃgB{P߼g#7愛> t458%_S BT67Eթ1 5 g4it& BbE YkBʌY)3v./Yg\!g7 Usou>P7=(ew*7X Cklt)=UGQ^Tԁ'x|.S*MiEyRjaU!nkFMOT?M aKUҋaqھNpڹXdkV6,o*F7Hl.Fp“[\EUJF. /*):85E#Ϗٲ5po-?Cݸ&I^.1"hl dnxrhNTsjjpOmm{?tch119ֽ"@4fu5npMOz+h ,p} sqi7碢ap |`AP؝MeE*_8 a,57%rݏg=0e,TP\$=;ClJvp={ rǘϗ٠^am>g.f`"D 蕐4Oe7z*nqB L-ӟC ^`._H~{Z Y`ZA[m [CϣT,i0͊m4v8Niw%|Oe7\bK>kA;S"4AD6AKF/"_Q9s~-'TRbq`ӏe {P{QdW.s}3ޘi~/=;PN>| X1~0f+ y5dPpDlʑ S#as샪~"&2zcU-^p&ZOi/5nX?LS"  uk"Иn+_=mM/(^dU_*`񨜑Z^Ky$i@h!+J2^qJ{DE 1n \OB !7 a!0)*Xc28ΘmǺtL\*lv zkYdnLy%Rۚ] 2z3t{NX='X![!z"#g,މ "Oة>ˌ멶;ѪQf>{EU  \nc+]>+FtXEgᴅ{j8|G6q F oN} m Hc_\MO8IMfCH:}qooWIԟ<4/ψ.ƕZ=8NoMKuKNK>[T_f'?@RWqX4~F4A=e7/E10m6.W @ ~"t]#I۝ijW%y,#VԊqeXjW>^EKbn'rDO=e鈁r8z<'4v*5׿< 댈eQE{ !qB)r V4aRqS?!OV.g-Ъ7+G>=+VxLA ܠŰ_FpIqLK|Eٵ N0Ӳ< gH,zz:%D",Z[3$[h`fřf(mN'YY䅶AKGs™ᛶM)mC:!ǨfVgvXcV 8?gMtN;@Ve:<˾m*iU~򘎵Aȋ)Z[q?+FRxbxs{6`1i_!M$Xֱ1(Yt]8+@ebٚU;d.i'n3v\<cw(XvZ|qsh[5mXsJhV:JW+A˵ys~H_ֿ>E@V#mkEJ yUu_LI.eF.d/j-<7ˋM-Wyv‚`p%uf JAI~yFKܭˏ" ]- n0`zLnOR N2T bxcUՏ#9pc}ړh1嗹5 Fy-4WgZ7WySr(;1t2>rbxbB0̙*47I!]yGCJq퇎BpRjp!F3~" RhuAsH!܌zהZ`)3{ hVJ0Bި\[\My.լcXCN ,>~R7FJkW1CO7G+š'3?lp-FQFŲKdffYۈ{&pf(jk,NCL&QgFH Rj=VH"w򊛛8h{7*&]p:Y UP` Vv!QDJλ]YAYe&1>anM qބf"o0mi'["+%ST7/F(=%އc,%D`aΗڅ=.͈\Q`,~9@oug*xhTu5T]&n}3Zr+G Qױ܇t^ЬS1^a:~sl$c]t!F=WnvTM^rspًn|ـ7 HN6:Uv٩Ój[p,BB܌iӼ0'U<ïp# z %6 bOArQFC'/TB1PP ̚ oUL^Q ڗq\Z~N Qe3 PJ ζJ흣Mz d.h*9,@ 8M3'^ucߪ3[2\$ 'I*RJt+//Z9һR$|JTWU6Q\Lh\>X@+[Y?j#|bg.;<9!E Zi~zZ> ש|NH9MZ"L'(0$a/vUWjHƪV9nJ(BK~=OgHi}:+}C-۽p*NM-./qBęv/O|¸^>LϷv] dXg. KQ.W-h~)`بb^ !D:g~DG +%tb{ZaBl5.ӫž<IfX< Ǫ꾁QC{,{p$&%lYńxgJQ EߴK5^73fBLrLj,*DhB/N, TK2W$Ȼj{0Pa$ƺdg;kJ1㳉|xW~>)Tma3ޡnF[.8O*I/hB*CդOpVtPȖ-$htl|kkgԖ.j4!U'#:cTшsK  ,x.x tHպ7S?A]m`ҹ%6SĕQ-5y)-o*JVt݃˭Vϙ{ t4't'Lw7 <Ku%p=+7-ߔa͂jz.)H %K)8q kyBdj2pKUĢG#}OySnmLLǑ$| Gv$?zN-9N'2t8ҸVh‡#+m\LS@+X?Pp["5.J=euݲXĜNB"f|`P*v 1D:+x2V*lnH*dUmďw\`-~vVM/u~7h{3uGE8ig #qoW'..:N.NbEv.B(LX{oꋨ=ͩNh`bzyT23q_KOpqoJAgD;f?h}l#)3ҌHƸV1<лD R3|y_~pB,ز'M2Of5U><-Y|z!odžOGu:r]1M >eu*L+nr>Fr0 >4ڑ]{ُO M췻)ć+Z%Κ|{k4!؆t%US {F'ȔK|N$|GVP5ct<@G׹QԃeHAe0 ZigIm'S\Qw Ę9+Oe<]~, td<滜ɋ 5DjU$н}ѴFjH7HͲTxg~F)[iA f]&ǚH?ZnHC_ܹOiWeJoh*]qZ!~|.QN EǞ,-po=ٷhhg^۔BaXӁޏUUroO3CA8glW]tv1-~_ɸDEDQ`>&zdN s-K*LW d& [NӜ'bD 8܃VHP?wDȍ9I 6{BLSsUqj,r7dA[fhUl7cˁ(U-V[Ya_u僤 !,>Cd[᠒揧*&d3հ9Aaf)[=$x^m9/'/ V/BLu{"4UVH.g;H; +dlJIGD5g[Y}CؔHvhc܃6!Y,CRk5,[׺_Jw.N^\spT%_aIgP; 71F1k7?uy9a_mDRiOc%HUa3ഩN⸜ѵSdZS; zq'_e ؅ATΈN^'ȫKvXYbZh A- tnQ80[ZL ,vՙQZ3.!ȶ)3($X?R _7;KT/Vh\`}D)1ppWՆ=IDO>팴B$sMp$faL'"gj]0n6iۻ=VLcZ$- !rwF=cV;yi4c.='xi-mKn"7 fozIOtM1hp?0 8]LhxkH& " mBHA(ڨMv A"vL3C%P)OW&Sa%kasWtLc'|ϩS:bȂ4NZx^FFgrl4_IMlbs=&D [?ctY9nv@fԾHO[opKE};rh}g٤o Ņm./{Ch75^eDwoh$7%'E7d0tf#!͖9836LYJHRh 5X ;0VIl z} OiO󪫞tnGL?~hٱOFGՍ/L;=ToFohvD8FK=Fz;X|8lFg3FI< qSXnPcW d Mta:Fܢ3Imu-TjO6&Ȁݣ32G݉I`x^S.@j!3:ٞq&lw'|~Z?31J7}x]Z摽3o {;{N[wAaz_!cZ"W.ǕɤϏ)D|ijIטOAY(Io䠐6)ʀѼ=8"Avaq?9=:tB;7Nʈ!yƎZTwk+Jj'Jȭr6[;""AP,KK2XZxRkS"-8KA,|0UO юIFY-ix~ :SkYV ;0E[^LV(Jt/a&y8.ujt$ SnǨM4Bjt[jB@al1YX?05iFD[^^M{PƵI fR:V u9W3ksG-G(a0tzx& Մ' d?)徠Dރng\cDpo'Z{@A2oulMvi _ls[He @ޕbXжZX^Z΁I8*ObRcVHQZڢ۟8 v nG͏F4;rp}` > x.zQaThe_ӹQd?5 ~ʶ;k2 "PlxlMR'Q:gg)J"3ϢjoӠK5>2fcǢ!A;XƤ>'Øp#ϝKbc aOώsQ^_9w߇ [#Z(̯Sl$> Lvԣď`6~* gu01m4ߦ+OQՀXRKe;J!>2ʘX%&@o!7/DM7F݁46=:(wSl]П#1 Ķ4ƨ )p㖨:鳃7|*e[ΘzWl+;X .Wx苷H)z, aj]j=%ɍEiB 9jk Ts xeW^ 9kw8Htf;}3{/&>dSw_i||X""8$|`NO9r@̫ɋW*જ\Wyj,:^)!\Qm4uڕfC2x9GpOp9]'bj/V?BbY0eZA;u:@p߁LkkpmVʊ8FUU40{5 8Ë\n54O 1B!6H'K>0Z2KIW?qJ, ^ng[Tce5gq2j|fT2:E9c0c,ͣ/kΝyHh0.3nvxWRj@@/uX/Iw* |51R_ud] ~8gc Bk%Z&h(oxKcAFU b ! Q,A}#5U0?kov ' F{$u1UFF\\Q6 Ʒ焷<>㼒P?(Xfױsx-[Z 9& D&|j©.ݘ1Tidϓe]EiT e\S+lnBlm T{<|E2 oض 1<:)+4J)ߥFo$иOZR,~92ziG0?M՟b I+ c;Z%,ݩ}@ŜtTӰ5 yRuH/.Lkh3N0{[*L*beH Oe W!'oln\p&G S`_,A("ws8?G}CN٭ -CY%Zª3$#j̈́czO(RUH~6U)Zwt\:jגہŕa8'ytwbڸ.~ ʳ73xe:8S̤/{u*\VFQh ԔPO?iaT*9~jя؍wGYj:,( \<:i5V5'TSǎɦ:G(vz׹ƬyqLU+ߜ,oܑb[ZpmJ[U؜CT7e Ht}^ s@ԍYg5n݉%&gڴEH=03J\.+ x,37Ck{f @b?9?sFX5bP _ܲê­ "RXD=ڠ9zѾ)9tUMp$%o/6U5^u>RݓJ3ўvs%] cJvVzŦPS"ܠ9 .?)w$zn e՝ ,yϋaxeY>By֛|Lx9 kd1:: OMr@#s,{]Sҵ]Hu, f4Ǹ| o PK?LGu,ny2CrUWilr, ;-e ¹Ţ_zPl%=s;z{y9DԻgZ+ [bDP"7M:9󻶢~C-=̃r9 "m ˊwp hcu\@'gXj9S#J4/0RzGā(_ ]vv0ۍ6ʧ;O,R+AqCћȳ+;4rd_ MnݶL\6R3pUtNQYaǜOVBLi^kr7xWџFF3WA:})FiXROlqc4J_Zu'>ʒF_c^]i"\P<%R[?#HLT`[f!/+{)U#|8L1Cͻ膍}AԚ D]½dhjj(*LA>JU`v{0G K)q~I-nU=8>S+n#|' p;0u哈yd*5ޚ+rxiu/%E)]*3 5*<#rP0an4?}aGH}h5T)z٢r8V/1"oGU بSkIήt7W< Ωj 7%%J{Ų g6YdTNƷ>FV7{r4GM耹^]&f4_:wԦ(GaruE⨴olL\\WIq8'sC:uD}')y/~/\DCݩs ) GO:[CkW:*?pn*W5djT5k$À1ųCw+)P\gb[юyv4}y*I?ep9zT(Ր^{Qڴs=)OeDz=|3% 8a#,0f}.G{SG~HXI ̸NJVƻ Z@TN^y:-Wc1F:RY0T)iTW{"-SCX£ cF("ǨՋ̹T]\^x`O᧾Z00I$P@ɮWc>H *{%L.= 0WG"M!S@Y/pI? ܦN]Z6P SeʹnȺfj*$q]eէք 6RPÕJ)勋4OIUQ{#q |BBuP$YX?em,Lm[DUMzȵq bW941"?=yvsIx\УF!r'R6}?0t~"~ۑo8g,]wڠ,4R]$-i{[wzCIΖ`]|+B-đYu_-Ñn⎋'#dnӭ(s£x0ff4!'O QJDt?`$#H8^Z_F/IiK?05cF2h!%vrf6n#nW4A!--`\:[O =9m}3^y[z]u޲vԣ̂NióoU'cuj; 6+'>D@IcFt识j?_)^@Ǟ92!B0Wg޲S2MFF,0E_ P,,trQ :-N%"tq;LNuZXi)pKqh)2)ӵ{("+FlcA5BŎeYgCX_Kz-*8W~O:'K./JVz#6~1n1״*F89{X%M2RwVǿ L=:&f/ntQ۩@BgvӕC=%hx`qQ] A Z*bAE7kbXl|%3!oys,ߊzC;N[! 41XxKmqvEfʗ;Hq2K k>\hWawFdm Z'i)lR--nʙB;y;xiA*ERHJ~[dž˼s(#T>cF[kS??[)KYX3 Té%!EqeST{?Zdټ3a_TS?ip^SOM)䱇I:?5λZAqg|vGENxYj- 3 x$-sL)-~50t`+Z6Ure1OzT&}4{ZWN=%1մ qX+Hzcb9FG 'ڝE&+[ih,(E uDf um9Y@߬=Ck46fQB/?f/(T rn沭.>OA7d>e!,nڥd=1+OA c~p mHA< ګH<+ lB:sIDtcv&pW7bU~F;+pIRuRҥTRԌ3bE[rrk ֎2]yfL,;vmL 0J>vohܣ!!s4\"P0O&,~ >X#My\UR5&NNzs/"3k'jL2-rIi0{rd|;{\4iNp~j%)qQOx>(vhp^1e̓. _?> J85JЏc9TVM +~_Ur IQӔ/)|)|d.-`a3BJĐA :W*x/Lgcs]HG+Έ*? 4uXK.-s\G.NVnc%Co_}JY**Թ%Nޟ'Gp4>:[s&x5L3(` BuT='*Z,P_-XS죛_d]1-g7VF_%D|E>9hĢE (e-)[&F)kuF屨' %'g.Q !XO߮H;ډK1 pG]SaC9dՒ)u5[ J6[G7lMѭvF\sEӞe? \ t}_%Op9]T 0tMۜ=1#W]gs1|r#·pr2o&80 A.ȘR|V;FngZyw,{@TMBa-&Ȧga,UVV&GQaRpI*'۽J4&?*ߑ ;F'N׉άh^F51?a Xφ1`>ji|ORMMx/&-lk:KuPku! f[6ٯN:Yq< G "yMjԚ[ShȞ}Hun'U#mq>oBBזڱ4R2X%t!EaR!]FwwrFY<wo  PQ`]OwŔLe`!MoHo:hYÑgDEZMZn hR &0ch@(y[RrDs0Mz`p(y~|MKy?ȉ1.Szʔ9zLuݶ9S;@h0%0[a zq4GH]F/{ɤ.)p{SDqŽ_g2LpN /<2CZ⌷tw0{/5}l:y1M % ٸpVe0`oSoq޺h)ZI͓\#r@kÝ&B n@GN-ǭw0<`3(mn^}Bo+ f>UDxQJV˿~%Fy3u`hļ5D~!5uJpE}ցkx3᷋C*BO^w+E5k9\BdV84z.m`~.)I"bLVK\vDV-~ xGwcTv%}xOx#?.m$8v#\ćC24Q'm7's=)N}C]'o+Rޮ0n:X4ڟ,ѓ{D>3zwT+PgIa"Jbm4WxEyMHvy"3ّ @Wj#]v?:|-BPx&ҕ{ AeR*JO{`qjIF#}Ҹ4 gUFtм74GYutQ\QK5_p dGGsІhKu;#JȯIf<4 :\28EIhkp?)ߑMw%whRuDG]n+S6tTMoU/fm=u)Iwk)| >R٦|$= [ HMG*3;} B Xн6LP R@D^b7wy`҄n6oaKv;"育@MpܱYJNhy bjgyZ`6xq&KWqe3W͢76* ·-trE)^ёUnMc ݁WԂ7p=r |R`ED寱a%J )C4h jcYk./eDw 3x8@ (i$&׃x& m'\>7tLi` 4pWi!øT1r].JqhwjHHZ"Eu:F ,&"r59[f ['1).M5kOeN߳Łɴp1W^+d% t zQ!(xm6;yPX22Q9IlK̩-G<",KP6 ?Կ% Yi`_lɊϱK|wgj "G;,fd;U=%ܨti(Cۈ|_3?>;O-}"lko״s*5_5jNҪXy6K7m*lvDRCE"Be{ ci~b EnzV$ Z֒nkDNN|A6vìwE~ӌ+R!ӷ ;m9F̼T2γF$ق8?2R,%hHs {>/.bKYn<@ 4:2uL0|=m*&T֔Y=&}Aayg{Fh4[l!}ncMgj{q4Si֪ |AqV3f0l7?uݞ$C@JbH g@P4#T*xDtm)y6^d?Qzc*׳F&HnTjEԡ9=XuӮ,E`ʁƬϷ1٦ G+rO?.9a-4H8ɞ@6LrCldo;V9{`W{$nKbGU'Qedxq'qFF4M~%5]mo.4i8(s7HjVvBpcӤW'?I:qBTCjga=3oԆhUELzF0CIG]YGݠp@%LOIP=8^g'=QؾW LM4AFROB|>NGwjש Q6@S.CU$Tuc4^J¿ޕjȳyz-lnm(7|Њ⋲<{鷝R:ܢ2-J+<^i<3AVo 5F/(۔~2G'Kܱ \F404]YSڦa?:0DvD_I GE EoJ#>W&?}УȲh#zS1DGGrضziaȊ5AnXoJ09v`jBzOغ%"RSb+l[ ~NX$r1ĤNQPmͪ!bL8RWLݎ|l}2hthgeVnb=ްw ]òE \Nn@>RKy%;w[Ԃi:0KR<',uSIo#ޢ:ihfYaH$qE;-dojr}dvw_pHelZ"Oo ӆ n@$2JV9ߴ$ w5X|ɮb WߎHFĜ$DtS}XGWJlZ?/{NqG/3Z9G-#܏8+";q'n]{5`ڠ3X9%P")!(ib1mpr!PL, Ylk)1TnqdK\5ǷqsL xma~=5z{k@Z.mCt-KUh7ݾ; ~#)7QQly(bf>::<~iXN7 By'u[ɗubμ7Ӑm"3yRg(5ϔ=Ҩ?X}rku bΚ`=76l^yk;\E4MG8R+-d̜G@Uky3M<nl]W,bEK}0wr*JW_`%C_;Pn8/jnIeBXv+;tF6a}|X=64͊gPVߛKv΅c1mmF?B' 7Դ:Z`s{#:X%>~oC+Oݫ׬0ɍLt܅z*z)TPUv\A*^#JF[?A=ȽtbUK ˜Pݙm)&Wx\ 3NK!(HY:@p> /@\J$i 7v!'W_ząs)8$$0wg#d@ă #|w Mv ǴNpsޣmvjrN:7wc*qeу|skr3RrWN0V0m+*0EUVv.ѾC{XHn?,6-J (J|[ Ut.byR's@cPNj``VؑYb96heY DU]=Ȭ&tG fp6ŒX0+2>m|5x W8J9oSř-*F$gF@U$,sNV+)0gv'2C2Շqq mZ2l/NG:c= ZFX*p_ɲ#$py$_q`(%*Ξ5!~sm?nJ'D%y$Ш'P {7oȖ$SSQ@|TGX *x_m52-?1*p*>%cmi^׃Aָ)a2{*"t\xD;*e:nǑQ3SVAwܽGYd%;2hv)0Jm]!z- PЍnNv2h_Z~sZ8ZK%38ӪT'e~1^є.JvxyiJ'% d/ݷywy+̹пԅLzi"yNn^aUmbATgssG"-f];K CDU-5SKڟׁyLnUB_^{lVtQ (Fia,Sz81%`V9Jg=c@H'!IǀGed,[iw A_{i(\9HY'X;Y]Ro-l[ F)t9(iSxC])^7N.Sn:Lvk.O:❌rEnBt11i)e- V E0?*Н؉-¾x6*OL.knאUȒ_"`'ΆI7MNǥG m[n?A-!V A]@Ògn Tb%tϡp0&VqN֝tliCl: +LkB'~$NA,ޘt6F. ɂ#7|~AX# X9֊4ʀ@1cNilUFN}CG3PY C U.qif0ŁӢ)pptMc^5EzrBY >o-"ՀDTL`C1n$z"'K _Ŷ/xW ,5}3UK_fxִU8;_qJ:[OFƑH;H:潃?2KjOeн4 Lkwp޲3[0 T}5,b?*)i=ڦښ`VIHjŦBP1%,8FJ? NHXm}-IbVUCZu =vLd>S$/7߁[U KF:QM_8eXL xL[S[ciKÛjǥً`k_E٠o}#oqw&׊ˣ LU,i1-{B"QДXxk ^-qV Utܠ{ڊ,|lHGF~į\0=G*j+I}Pos_-+%>\Fgw4}mt=}YKMs:KJj^&`NqV6GOTR)&Msm6N$9xvzWqX[nZf !V2/09*Z;]8d02[S˩26a{WY:eY /+-L?S,EFcUblI?SrZf_p~)#kV#A馶hH]<',YjY&1ݟS֚ax`{aX^zFGNMY]3ˢS6L6o%I.҇ſȩr:  @f≂LBiь Ȃ Rݣ@(oroϯV, ˏ'TQJC^:'M'O~D*%bQ8&ݽnDrOkfwrDhn3LgPDm =H%p^ĸ wR@HTbBE&?]SZ+=zU~4/jy' [SQt|LV[3^]8nQ P05o{;\o;VF@ɖ\dhrΌfc(U75ɤ@n{0|yN+ÁLA*Rg"ghkl_xܐ߆V)"[YvxH @2BVD ,BmsipX+s|'Blc#\ SЦ*/PcvtޮYv(I5!w C LNK4n\Y2IYB?HG谐 εDš2|(=P/$6X9.꫕UGcC2blݺI@ ._1QE$ݷ)^P;~>灐JAЛq{< iT+)kN `\7eg 'v3+rw1h~m$JwEx[m `BDY!^#Mt|Gle0OdaPWٓG7TC%'7o?T,%d ^dyc-aZOaU=__~FsP`!bB A`ǏȨ U_HcN <_#3000 _V5E](Sݒx9BYśڞ)Zq\x%R^QZ~WJ^) ؃|U9E΄!hu&39iٙhѧ[`ݮ%d#ឰGwG nqXY'mm)LQۂRnR3b55йz.6-鴃ZlB*2Qҋ'/yyԲ.vPGoHiQ83;v1/7%wjs١ܘaeWi׹!$CyF#RdǪn7Μ堭NR5 z<3ΐ;V`.~ M RUd3`8ȅG/bc洃hu˪˖H7Qs%m *ÿbԞw3 r}Af_rxDS_h'm3 Tp{V4KYEɕa9[C+(Hat|q9]=IGJiWپC@JV;T*@Mfo*DBv7@j<?Y[7ytTs.w gvAs@RG F?[VAOjG H;'t\c]"?!rqʆ">2_v&Qk7I#C; 1&Ry:0wI^0Qq'%R8 1/S^ [ :YWZ`St*e$mǦ3/!ꜽÁu7:bTDCfdZ Nv昴Bx t|wPOw tXQQt ģw]_h.VVy. -ր hA-j ۇʶ).#tQAܓh{D i$Z= !ILCTry:0v^Uscҝ$ ߔ_Z(.?VjwVA;Z7YO48 <#I#7i*m*s $"*`x:ooo ͤ4ABeJB'.6!fGhE4lQⱍye\"XO iTXCՐfPRWP#бJij QT;J6Wʌ) sRm+X\NA N. ~دk?E ꛈ.Rs|U(=Xun#C~*<-L7{Xi1,xTb}?KRX[ߌ:3yX41RGr!2tLvʻYݕx(V$9Mg'!*.YXx1|I{@Zt.ڂ}W'RS<%H JSa8ې2aK/:,\q>丌|)J\oCdvrEA7bl&` `Aj~vxy:vVvK˱}Hc(uh\ĠL$[%ҕ匿A Zn#U.0A`TwȰE.;n=hq/b%z"hi Yq4ղ'*qzW־y>7%36.U6r3=J)e]sk@4`~Ĕu0lyFLo6yAgVA$8gV%# 1 mq5F}paM#I;ܓؖ`Ż^L%21⋔\> *Pε),vC6]J $nQK%Hpni7ݨyd `ݜx8*8!\AQC hCbg"vClN0ԥ# DtGXfa-Ѵ.&Y (x35ޜ硦^TI? w .Z04 "t&bwyX1M?Y%ka8SYimEX}0 ieD_Y{sF-2*{EzQb?@[ZkWŤ@` 9w^ ;.l9"7npHoəzmdjNA Qpг'A~&0'ncG >e|ؖ1~8Jm!oopDo"CA܎5,03+=ȸl[($Qը4!Qq5]`L]q6Sџ ~'71ajγLO?c~ԣ ˳!}\H6݁6z_u/R.K%~  `ITuGBoِkIوtm)C1SmDz5fdO)lZvdP21p:\F!lڥ|4R`GvBةIt5L]޶enKnN8nh,>BZenm(,Z,T:Dҙ >>6ৈfG1RI2U)0} NLr^rap8lP{@cĤV 9d`Uݨ͎ x DS!]k[S^ JM3sϵ5r ^JCUD^9vTU`L1qsDޏ* HΚ0ڠ+;#m̃@rD9c_d !Ӊ;ȬGQGvn,\9ЄnTj`gqLm[Ї|/%rn0:YOC.T*V>ط6i|YR-'|zz!q:r g9NLqh$intLtsUswj֑U!+'0!02,ITCGan/++mV67Fk0$=hAV,ud {oMGB[%'i"O{7Zxz1CGJP-p &FM|K:$eDa@i\8LJ]Ɯ!}.3IH8װu_$qnɇLΉ{mDam592-\R rYMCjiPb:f YwȀT^J$}˨$iaǜh%&zں]}>{\cE?K+`$..)QniKp=*Ƿ vuL 毒jN=znL%STãxj*qWc>\~[#qql]d_uy4,H{}f3佮["LsK,{~8hWfHxz{l+VŴN^9kgק&e5wlͪz莄^zdR)}4 E9,H] J)@;4N7**Xg>P'L^Pv|!`]U$ۀby|V\Wۨ xT!J>߿63=!,Oθl\0WՏqVz@ʟy*g Xvt HnSZ:<%I{$JF+X6!jnN cz?Q/y;9Wzgؼ mN`1ᡠ{:kѯQ^Cz;}6Po\m*vefGlڥl0[.7=0f ( |Y1!/xpol?Ax *[Ĺöra{dı AΊj侈w+逃'NV$=m~;}iy_UB#dƎ*° oAȘ9EetO?@']Ju袏!~/yNYԵq҆ݐUn4'ɤ}: WTRcmLݽTj 33;^^ɠ1W|QPL^,yk-.( JcRe9פ5ݍ!+5&Aw\%R{;Z?U8=1Ai׏p[ -Eń׼Qke$1RMVa8ӦC߾ ϽPZj =Ї] 7__z= ǔg Hg`Z6.dIA;L*a&$^5 QHd#A/tJ(F<$ϺCI;\B*c@QDq++qϩfsmH٪'8έVi V :0V'-,Jz~173Iw[pQ4YOp=)|JĠ 77I %\ 9ISHa%7OeI H-׀|;xrף.2e X[g"Gdڞ/~uj- hpFQIѰbs =bݷm#V(W_ZքmSq礬7+/ $NOTqd_(d&P{̇/hz|{_$D'ؠ0鈀, O*S=aȷe%_lT/%tUEDA! nHc5?#CtKp:4`_r_7qݽ亻~5H4$>ykf%7M2v;zjup~r$bL(a_zLLF,!f _}9}}",~*56b-U;w7k'nCRzt i_%+ewOMgf Zϋ*yF|4aVu9;BU>Au I9 ߜ%5o>'H7{Kh:VԐzGIŞɷSXS,+:NMƌn!Rvp4B({̎P ^9(' cI&0J<ԅN}!b zۜ8cΏywz/0gB_Sz8b />FY][+knh앪g~ 63\#y8~\1֙&/ȵ d)\?Ӗ#؈ eNkbH4"Y>ohǺ!UD##h-B,wQkVʭ&8w{0ַ*4¯?cipJ}Yb0+?bЕ1zզ"\ӷ>c\\G)o7f5LF&[Ÿ=1YqhtԘpE\]]´Ͼyt֡`-lƑR9`~:9T+1*w߻'^@${?6NRC6-/[PG)ŚDW`-ԏK>*% &Zܗxf j:TZh=]zhwBJ {9 ;꺒݆Gd37 m&XFm^ 0ߚ*5u"{}F4sP6jAVll$LI6f{I64* 442F.))(vܶ "\ny>uqګG_ v@2 sKsѯ ϐ8_Vw;e}bYe [ Y7f,蘆}4,3;N-ć-t&ξIj^ab>:i}!1O鍀  C;E^nD!#Q!\^z̬AO VOJBAQ8ңbΤ:CN5**<ޏ5=s^DWO$XoZN%Ĺ~7#|,dӽ8So|jbdM'W]:+ NAkxR)X)<)0[]iPI6PК{1$pm'Z&4gD]gb}v$譶[aηm{-ć]17~/`aa!\fa]2ta=(ȗUR!Kꣻ;4%ev,ҫ3m77Ęչur[ Cxs`5R&HNŹlJjT'G8xɨPenBwdBwXMkB /6@>*f򂳙XdUA`„j4 L誓k>^h@[gs Kaoh, wfs0{[9&8 +KD SzچEsͨ!>+}GF ګ\{&2*ݦ_Pgi ~wnajJ،W wl2egK{wOĉJ@0+(f9T=+]%@Ķ 'QjD?P+VDwl&n2 8.DmMߜ;EAI;9 1w,%K.aoz/ $E0ƽ}5Ѫ懦$, |7V:o@3gQeB!rkW#A34|s7OmI /šCnGna'MbR0y@^)nCV`Q-] .⧃kͥݮi쐜.yS[@>ș[\?>  ! 3ƤceKq@VZ vpX$-)!䨏8kFl#8"Ff2U٧ȹA2tN3hEH0B·˓;Dž3L*¼LjP(Yב!?$}$)ei;NZCv,CPvuL^O01d$1E4- -!LaIE غRL@O!"n޻ Xh )z'6vvA5.wn:q:m4çK@%#-z:dw֊17Eo® 4guTdp ۗt(d5n>!]s.CɊwƒ5lЩ.<4U|fI6Uj7XPWp4B34{.J(06yudd9"'̹L)/ibodMQ]aƘt͢Eb=//S0]J8NoEF(g,U>2"@ƒ\-{Ţ`2 9Mix.UƝӞϬɆ vgMqU0hF>8RۇM(Z.|Xk [? QC,i؉S|; erwIH(ف, h+q)0"{ؾ.C=Ͳ)X_Bd C6~ Bm1JegH3ks?ȹ$mh/'c\%rcvz/!|l9G C r;@A_J|j^PKv){DfPk~t5QGY@.D[J㬷73QZb#/wi'nݒR9SvbN!X -d[4İ546BByԣ/Q$CnTHR7x̾b ԏCb䦳7 'Dnu\e*u᭍S֝v! CEL7Ǧ[Iǜ- 9B3Y3bG^Ot 9Ǻ"b%"|bQ"QD&nd@޼ڎ! S0πH.9+k>XbK"ф<M+#,.L"qԮ t4тN[Sb q?i?_([Bz D )rI{AbPS ]: %%=A3uOfҴGVWZpcd!9e]jU?>rH[~ kƞ9CgEZ@]ZBTw'"mp+܎<-ں~ctmѭwRّ"o"!8ECyhC,¤|m]lz6Ȣu%ϑsdϸY2s}DeRcb蟺嶠g|&t)rv9#m9S}s`KW#^*SMNғd\sh)0sQm|$-nIv0-(՞tm\r2LRL7|4 ]# 1?*-:ꐀ6^7_<tuʽ$lF|\Ѯ7gt<ɹ`"mARI76I0`@hL0<+Ѓ<晷uRhaY̡K?/yB -|EXSOb9P(FyE~L$|T fcHsKu!k+Nt.%̒DDQ\ײI4`{͓-.? J0Tw35 e{"e5z{m)Wvgw<IyʁW٦yĊlXjRvGe[2] F}mIdN̝E݌F"TMibp){EW qAm>㸸h ȝnBaB zIpIi;=_5J֪TЕDNya*aXh5 `/0|F)15UB)I8{w2 p =>i ;ߕ8K'݈uxH*,+d[<^"Gꅙ( ^1tạِqt.(mG1~HVWEqy)b 3k(W nWnU8|d܌;*`"X|![13c=[:^ ,3Ю3յ9wMKF {J6 .Ts(xv۸)ϖV/<Ώh]~V'+" V!x4SP7؝+G`2L.>*2ѩ"t"E8o*ӛżL}6 Jϓ5X(o$&ro! kIxsi߂ M!(j #ѵ&L8.0Ee[o=wTI61{+EJл W `טmN}A{Kzl[t=T uu[MF"V` O{0 |/F:JA`Q"YM̑yMqW2G] 7b: ̹@.Wcܭ8ўr;n3E{ԓy!{cS;Mo]Q\&͖5`49yƚ̜n sZ9gġZ(Fb͕S˔`:ZHc#+1amW o3W|>872>Zo&!f`{٥ܞ[-ID*ʂ8{x- Jt id6+Bei"ɏRf(/(G(M,`u xUkPNgO;Os^=aS4W#Ӱ(xd}!\@:8(oќ'1'\n3Qߘӑw7 k|/NC΄׽+MnѻJ|bUa)8x[P20\8dX_"* }0[ N P׎cX/EV}G@8a*CoY)c zOŢ݋|tuvrq߯,1,?;BUi Ӿ4=\2_hR҅O,M6>k"ޜ-zv 4$+q@!LB% Aa#o?/9:$z)l32>;E$`JQҋ/>tp"k4+~.#TAۏwake3o`|뙰?t[5<` HRsJF.CWBCKR|ݾ{xxfG>n Cg1 8+&zMc">yG:"-u5ew %I*CČyK#gQFb"^7O:k7fî@2Vf7Y`UqFcXß04PGnmdؒalTWxjklMrXSۑDozh. b Y%1 <0L1?n 3zkD\ og:f̎tC*luE"}d?UE#:@osͫGKuŸ̠Atw/Up<͋FVt0[W-k";tCE[i>?* 9E}AjIldxԼcV:eDdq$ܚ4WnJ߲9ֺq۬#˯H2vOPdmk$QJ2XNbe*gƾ06f,CJ^( ve;\%OqS9'-BGDwhbYE-4!LoB,;ls ExWǔw<4/Ԍգ.JOڂ}'?AUy*+HN9躞[a]P okT*VX0Yw *|DC z&&fߏ|Vzt-o5b]%$#wh6;D"t"#vX'5T3C1~i~-û l&n0}]8f 4+ R U`dX#g~ѕٔ!/Ăp.fƶWjX:MkbrW;TyJXQ_E S𺙙ë*%)%x㨰J?TaS3"5<ҕM,Ay!"JfEx <% |=ѳI+rIAv 2 rMáKO@L qo("uer:@V2\$c $R b@SEU{8!!"WQWëT W=:OL ~+ĎrE9[/"UꙄ[̣V(:SЀ :W ܂{ڐߤV.'Jf"npERF;j^ob"25`(J$~c3Q6M'hAadENfBF:M#-me3 i;ΙWTQiWU&2opiB"E,C>o-!yЪXpukEXHu9E|3{du!ybxvzVg p JT_+6R%yj6]{-nM€ƪIp~2D %d智)bg\;7)/s)kSY%p6jn-winיy#]UWK;~ŴOFV8Z} ǂswo [\a&sil6@!Ou ťz&e;iQӣG2HS{\i$##M4cV2~+c5 mD">c {,T?cP9:by5 "(@AB[Zf P6.ӑ'(`d5m9` #si;(NbY^_dψl3G(@а !"r!_H U"4|IƈRRe%'=*5vnS*,*֛r~|}kWU}s(А_/̆y~3B%UR ;%9$(0I[ߧ fa,۰8i>Uo]>Fhסan{Y cD?\%"w (%TҚdp'ntHQ$tÓ@;z|ϴC6űXݼ(x!D0IVlmDRB!KG6zP#]2,w.d]hvWXWU&,xY3ب\BCl.@3dI0ҫ0pֱ)&$SM{ha/@J ݯӊ8;̑^\ H y:>֪S%@#}4IF߻s 9Lf\o斷Mҗ[0ϖ_׬ Y1Qv`-YG<F J);X\yb(-z5)8_\Ŗ%:fH܊lG'4V`d iα?7+,6R9^|_4P'˃^|@=#j\d .26wG߃;1Ŗ,iV6Y2[e+e,9egoZc]R 0Ќ eОi|n S|W,њO `I 29w3fʣ> D&T;0oқLJb0U=ܐ`%tN*; Wog*B.Lln科 x>϶_%DSUwjR}f,?*tWq.0/h(v:Pn@rJzJo ƥMeN<ff,=.a;]Db}6 >N[ 1l+J|yˠ"%c‹&rgϿpț (G(8u>az*,6-W&E.o5`po6Vt]*襈S 0;~G }JBPgЏu[]Zx=01N9*8w[YwA>y!H١mgY ɝ)n%6ήeia %1Gy"lCbˤg Sn Cáw4$5 Q3T++\HMMTu5JrBZ;O&KxDFAnr!>т`Ey.kz±B. c"U`N3\TlɌ[$zȅS]b&y(Y);, ZW9Ja`5&U eN?+a͘ejgSU쥱ܨ|p$?lD)9@#qo˒ {{ >8Wc_%`*^lZOOxj٥{!xzB{v--| ž9ۈ=?52A8ۥUCVt.*˨d(eH͢lJJ_4,IDG.qx~VbL=cB0CO/5˂<#hIh;~fp0/ҧŢeHv %Ʀd̒Dg!BkSdM3kV' d}=慲{7tҐ3,7SaNtN&IV,D C5~̦wF΃mlb2/B T_ۇ KK!6T<"i(VC &SAO ءJ^ps𪨃P)@]Ŗ(^'O9Ev VQc/{@d҂1#)<~e( " s)oJ׉6 Egi+\%Ļ!RK$q^($>?ms / 툘iM#Z1?9L7ؿLPDsRPTN$;Pq Hva9#;(F{ueNP}x#|MO ӫF?}Xh/w{˳@zRWMlcK.~}_ɮH;鮍{|a)sG-CI+ >IIUIP3Ĵ_nGІPQ@H^.ʑ~"oA QYsi\c;ke+9tpr6pgm7r.@]zP3O95ۋ*`=%KK&2A~ňZ.|" =j<@XдѠnR]xU!CCX:= d~d;v`Qsg.'q,S9=nm' uYw&NҦ[tFp xbai.[8+Z MHvmgDT sb_qmׇ$P/BIOGd{c{ "^d*/;[ %# _.p`e?yT=$,2/WMWjrG%nuBDmygߵ"Hӷ2X;@v7"xcO2 Z${{aCbxxjVZb'gnbن } &f>Z&$, xrTF()NhX_wϞʵ!ZDR"Տi؇<U@pFң'>Lhϣa{MTC:QlRrp0ҌdtS\֦sx R VӫPt+#aUPqCB?OۣMO K+),FBzA$npt([mt- 8f:푀:P H֙m@&9z!׳y$+̿M@P ^mʞ!e܄Бzρr>)9 MB:kiFϟ00j?HGRɱמ`kc3s~4KJ}M&q@x-#(/V4eqsle/^:ȟ3VN<';7ϭBi72P"FG*ȋ #]3aUQy"ґnJ: #>N3+;aO *sîH룈d~/cK9#:h-)r:10*m8 $RO*תz ze{܂;N*a!sea#hM'W՝'UD CxԊ9?aBpؕ)B婭y)oK7.WAhk\͎S)6|TXf&F=% ݱ@|" =[H+/z.z,[{XBPAh213ErV7Bvym_evrd{!laDgCE\${Vfz eXⴣzoL^'z"6j_RϨV128w[Mއ]wroབ =,vH&12, /7`j53-+``}9"fCʤ=vHYƭ~,AY[\EöRc) U[" m?мO}s;p(Ẍ@Tq?{j5>ȐQbL?z Oj}UҸt|b)974H=)VZ~czCI4"KQw"dP4޿(5LOѐe텰#X޹ `{l:u 04ɠ2AG3 8^ɯ /q%2Р/\dn'o)Cf}FGff_{x\OcnBGn ΃[[w:4UUA-t[ U-Ϩj4t+t;Xf#`l!xh w4+Dr44J5[z[#: ޶Y69+R:L\ p!TdTq۫>YBUr|GMϳc; Mn8 1Ͽ1.l{TfC=Sjh0ZUW3:|0bB1 wav۾xGy+Idxzuȝ Eƒ4%H0b`f-뱺~a-Bzݞ`3$#=Dyπeέ`jjoj. @"#D7bj%d1礘rh%Y_Ѯy۸3<\yeM8--|bȄo̊j9pW١&'gE, Z*Fuw5|j7-}ߋ_ͪ8*p<^(X\1v~tqpF%/9F;\$}y8ч,MXeʜo7\[ o]o+Y43K"GjoJ,оT21XI%19E.}X,ZhB)ޗ!Ml68+ ?JF up=:nQŬ~kkX@*%cG?0mr_v&W"R#4! C \OEtD[X6ȇ]^<3s. Z/T ޥ) ɴP0%:CsҞ~'}koCn h?Gr+ lh"LLl"d *,3 ʄ"*3C7}ր$9jc(A6* ,#hDcO⸶kyJ:!p,Hg#I'Q'I`LzdFh#wp}V_Uan_O OBY dn BJ`KE%S?%eM71RW # zDuJIXCg\TmXEX[B+'PH֖xE'BVpϩքEinbc-,+ j-zB#!z :i"v[ [=bFN3ٿ]=VvSE|fLlKj?VYm{,+M\{xp4 sxʶVAd[ >\Qou=\YX,VO NR3Gݝ3PqdBh >yź=jY"vf]{@=;{pIPCɵ](!GtLϦOܫS.&wpmy Џ26;dp4Y)IsoVYKHCA4C0V5%6֠9kh mj} t`#K~Dia@RODvkN1vKkm5 #(QNj <,RZ#,oCn`}"U,_UDZVrd1~3-k|-+71`,#^77':/^.ʕŻG?<^@˱ 0j3ZaCu5(8 BDg+;"pOZ2ʕϩ+HPaOxgZxt4%=z@R'p&ҾwRm˶LX*Zu71c ;/  E9;X r=F'ŽEL#18-'>Hn?M&.#1U/JhkXݿMo  P<o]C Grg֥Ωyl92C 4-`B3LAuyT0ukGNGg$Nx::/I[ R7kt鯫0.w.BـNsZS Qګ᪰t"LcҲ5\G\ʤZ og=XߜsL\QoXLҙPOCД|*Y."zC^!C6H- I2q^ʱ]g+u[M:?]B2r,̤L;գ4-(xҬ$]<#W% /v2ů[!WG2sfL8:/`EmZR>+, h)yЦVFa@ΏiLSU;-z@x4{a# (e*dK%B3G!{w~nҢ]pd>wcۤVןF"vg29ţsS0; i'K i u>S"S[m]scxD@,*?UN"@ր$Bк a~LwWv 1EqlHH;pH5;m_]'ˠP)Lγ9MQ7%c$J%#aOU b2*  Q4UMOaHϖj0M،37UhreGua/pw&~Mb|5] 5#i60H䗅0,LFP7q҆=**}~-f1;ʞ;eIFC5|Wi(8 &7ϼ<1|H-> `W^*Ȟ)G6 xO8/3|YE TАH8~.|}ʪj:BIH12/g I/ID7AYQ+wq tf 7Ft'^xhB?hC=oQA_|$:-3!Nw! fQz4/ID,)Xb3ŸL4 썤ve#%i OK叱I ۠o$qgdAct2^9*@\;l¬v o#? 3wqq,7Q} Wj7"7ufG`2W#R ],D4 U b9;2|[ ʸP)245]? 2s3K To-pK1 ;!_0`>χ SȳČB-nKfDz#+^ ?Ďa:@ܹy~+)cdP|}KW /*) :%&b ƫ4l*LӳW{_y + V3Fuf*!Жf:pF6o9keRYW]OYTl 2DtȞ7P48 1Boȁ3@RJtuY? D$V5x$_[H#[|ۙFnb%4L''܀@/EE\ g\fWf g &BuZ8B[El=.zc'L~3vdAxX1ߗs iִ=Jm%0e +X*a\c ^&aw hrv\&BASp4g&{ ^ȕ7!Z!|XKO;L ] \N{.\h&,a`y 9[Uf5:*-]ړJJR,1>)zOfx3g}fm`d@}z*rҥ?Bh0L.߈OPjuq#:ma)1ip}A8X ܀W7ϿQUA9޿`{~bEFKN5Z Q9 V)J&.rk&̳{T9~\AO"M,j=͍/Q C+6Ge)KKb,xekd~ܝϨU4>8^mH%]#(33D֓u81{&sg L7G)@(Sŀ//7{ ji侾3~^nÕ$# /&"NgL 1Sm3\o\kJ:搈^*07* f[no\ tm'rΚU@G{$[N5{ɾ7=ȣ+ ʴO=/}eQ_4ʵ5^X%N8t_X@UoFlkㄆޑ^!tRޔT}dnɔuq+ tK yCQŎF 8Bo.70'̒!2- cP6plʬ1/|2 <[B\H3 g3}a+X[?g ;3B&P]|]S#2]Y8 xU[CWog)Gpãӧ%} NPTl%ըiKX!I@ Jl ] Ov49x) !⸏o|ׅ0:-k;aVИt"ArU^h1 ~,Ґ"['A1^+[/F'yA2JJg*A$=QiE@ V~:j:^pP(ʁ*t5&XyZ-ߦ"yQTnPr OGLn\l3 /l^DžTV3AQ., (sϵ /ZkXJkjaR6WXʌnSJ`nNQSTR3? A.((LlIEl/!&Q>;"G2l4RlS_Vqb5 1; BŒ_oY"zI{SD\ȭx7xѕZt*3UhbN%V%.X0~Rq-fz!?k)jQ|r]m !.lJI [=\|UtT/38pvSd\"1[NX8~)e{]O0p Htg8En͠CA!$$* mX۫+H/ ep>Ȁ6s!;'&"P=Lep\`$3A79lE%3{3F?1R#{kfN>MQ y+0ON܈;/w \38k˩sLXQ!Oltq'DS1 =^q bL#Nj3:?6]i 8nuï[6mF5ZUoϾ@1csH.ep}2;Q!RT?N~_/8iCq>`@q]<-;;FU {hb&'S.yvl͔Vx pq+IDrhՎb4fA~ӁvnPp4ڙ7aqydw'[)d@F]E _潘SB~o7We0M}iaZy%q٧)G'nnkwJK.Y;*J?!":y[M#! "ڹiNvݪf6C]]؎R) l)+}tA%?k0㢊N(K+ٱ {.v;^#Ҍ]Rf͓K Fp?BK&,ɓܢWIR5pQ] x ipb \|lH=.3s=Q[1v ݤ+[-9U_ _QgK}?NLBvzpƟeܙk=N#HnYi|B]b4mׄhY&x4$fKQ$0.lHmXiű\ ZzS}dY29)*w.QJ"ߚCkm}O/] S>ݩ/<0GS{=.NdV=Gu1k zZDL4nuX+FB%掴Q}"st_ZKP2"ef<>iw Lw #xc+\{J>wR0SΙp\1p}:}/ 2}|it.:[sa˝{G<7F(lk̢JnysMZUiI1bug-R~S\ZpsFc\)BJۈ`wN@1:=<8zU埄ÓV 7s<] lV?ˊ+5+\Qd%2 f:>(lF:m)h̕PXe]ş֙]2.ӏ*ߥv (f DI)v/2Фy+%r0Mju2EK]"οy+SG5EZHr/`·bot%/B2טTb A k k Qåڗ.>(1MYҦA:wv`6 W\,q{{H{[4ah*##[ɜЋrz)ɊO~XCWty~ﱁ̂B \`[z-q,DJn*6V.B;V`l0 YGPJhkUZnfXΧ`B9Qj h 7tg8ŋ!˱'̥)qI\_,n^*Uٞ5Z=ziR`T@aQ<@#9>㾅j|<4s[s*IWߞ ln_kulB *IҢKF]]pD\EC<F9 ͟ON~$/@~t]k{ psེݛN`"٥5!Pc7b ˳4?Ufs@t9S'` Lҏ3J]xu":R:_q|k#2ڽVeK- p4[j~V]ffg`l0 gC܃vh,8pX^kM/h37"[Tˢ{FA{mt5&L5BYJ5Tӻf6>䅶 x鸌C)yXڽ>wpqCCLvFY/VyVfO.6t1@xVJ`΂w6J{n*Sc֥ңmO"Qt׷ϕ==8ޝ',P T8l'wTPvS_=ظswBK :"qW9*AG svޯe~BYFUD -持"K a;BY&Cl6'ᅐX@7m5~PwV`=$)Aߤʸ1X<2̂o1OW(i 'A8LB$=9%"r9d1 djn;Y,?q\}'zt}nZVo0V SC&z!OS`{,uqC\Nט4GFY-$:Y ;=l2QFܤAJ, ;|aϮ?Z|{, ޞ)B9 * 4ȥ' `WP6kR 0i+gSXv>|@t lQH:xʷ,D6R8T.¯[!kU['h{Qk]/µ=}^%^y2w(DܜSj5zc.^ T\kguApϱ@Q;1kxNaqv$)Msqb+Z1$fRGj@Zƪa,Y"l!sۈ}HAϲ8HlA[2 gjNI,ֱ rMj@L?Y,dhZG2׭a [@SfbyMRHٛsP,ӯ2pBF:d-KRXvM(0ZI +օ?!_)wK?/Sulaֽ7&ΤKp; p?}mƄ: ށP蒰oםR(I[=O N?#y>TSgp&MyaĝAk`.Bک߆McᔬO5׎ xN#) o4ŕBǿkJF^]ϻdxaeU G+x{cOW6i<\eߗ-%ye")\8V!.^Z# .fix9?D3c2"~ג/lg`oG/N0x.n&l Y3c :unwaBmODWW) t+z":3=?Mgp`oT ™"qt_DAhsAB}%B"zZw\"z O@kRs%E! [{@F J % t73D~*瀽2un큩AbfJfU5^Udk;8o@g Q"誱;A )5C`vMMPCqaoȋ8 3f1\zS`oGZיJXRNvЖ8v RCx}Ve@އn$ gE;T<]2xrɿKńE}9iHTѦuWP~`cԁ GY%q)Rl-b`Q&~(V#;0#aF?BeCp>1M3l?7v bm[^+m. J{F K D gMïcWAhKH㧎^R$ugӚXXkBt 1߀\[wZO3'^Ca5xXC[rR =8[x6꽟ey͡?DeOpVs-(W@GA]_{i&Pa9Ǻ17_C SiLI]7E &R~jOL>V#ěs}(ò<0$iI g32MA;8:3a?Xw"ƷX^N&09dCkC;L Sf(e7t Ru11 hݖ5#zUŮU8Qj+GMU?չez8g_GW r]0;/`%>ί !` 'w-(>UjZ@6T.;V,LAEt+ľ]?T4à),O.?QVI2!0A!jn}˲kBI r;68+5'Zӝpu-xChG9G&NfQFv-(+T$-vd/ńKA. сH>_<[Ү3w*=0[,d ~ُO 2e?kR&g$O'ڗiׇ8V*&FJуr?I~9A47ܯKy%P2>xM_,u4k1}<@NH:I~J8%ov.u*B8g*>KOJT-0LAv udEZ0l1=aSqFƥoܴ̩͂,::d:[/6@L(H 8B D\btr}H4}H(aP⤞cW`պha 7KPS mMUV^6 7X`lH* !3i|U:>atf6h@+H!f*Z*I('$NN{PD7^XL E$hP ?'5I M{.^~E9|([ te)b)f RL0cQ/*q[V X{zF~2-nO4^r.pm0Kb`K\ *#)2XZ-$g^s_RJp5c4h a'KBq^nDiy?:WMm89fe)Q9v]!C#Zro H݊ 2M5T KE0~tޏ@zմVh/#gY~CEW1FCXKjb0xZ Д{8wN4M$џ>BO&}&h(1"oo.h#jp*caGFO!ibT6Őz~Wt6$s-AtCA'>~RUrt^3:4d>N:F 2,JAKܝG@ V`#c\yD pNTv|[*-)&yhpFLhQ{PIa>[VoRk9,S1Uvk/H;k|T9q~S YT+Ԏ `p'Ɓ{bkK=5(G&†k57(NJ  rD@J(jFDPbr[6ns=8XɓApˏQ@T;{cSuUnvGHSkī6>r~ T˓tܿRrmk[to-p!vlK< 4Szƚ5N& zS+bҺ L!{ *2quuJ|f"}JvG #`iKo; ΃/9.H-\bt8BoDoO {,\q0LyaO>$Mc]/-wA4g3W蘣UҥrBG f0صUˋU#XMӉSma $F4Ve&>&(M-9.n4U g5[?A&Vwaa? qXjۻ@}"^z`0Լv0V 4JYW:V@^YNu5jE#h|ߡJSDy>7s,%ӲW ?3P4Ot'' +L=H2] j :2hKb:9gp[ӠfOov~XsE/;]ڝxΣ\ Ot&ZApZ):=?PעE?:$ACT.rvRx\֡t\} ) DG:B$mC=jwWRUQi@s7wݻi˯C.ׁjY?TF +k]V dCoornyl^!9&%4I ]gD*PY)q9}=ک7ѵV85CW[;<຀n2<2Q}[w;WҐK~Y ##3(lӳ;ʓt*Aĵv@AJSazTiQy3Vg<], Y: ! S !ï+AA@4-諦8,d(UKv~ӓ6yy8fl'w<5*Sm0!-Khe+.zE!8cl.x?뮽D; &c+kZvm4qOG : x S#Ƶ"/WZ̢i_Bdw}p|_Mݡh6YvRab[Zk|P ZmMxWcnr?"&Zuu+,]7g.܅ Q,#e%IY K؄hw3&P1@;j5֪.'#e%׫FrWė=j٩bee)J"h:q8\ۗ\,ƾ?bs؜|9  Ơ!  zeWRkGtj s _(r&#); qTBng'#8K<8qݧ'%/!hrh%v2{4-5P"*Q)Ǒ*ȑgUa2|^!V'/Ar0F^/xD/SпqVA2x0AA/) lH1?VO/(Ҷ_0%r4|f;Rn!3p+mnIc|,ȣI>Mb\MazVTt݆6?tqQ8.2GPZB`|]?k>lЪIeΞg$豈věMGH~"ȌY$'/1>!OfZʍFV;o*!P?4n1X0t\F{Ɋ؄bjMV 69nAvBs1?ЬT7ZOP'%X3/R?s!#D7"Z,)w(\Ȼƌ%ٍ%?˒R&Oy)6Vє b@l*L Hgz&Y筝+s…9"ܧ*=gniT.yG6/$[ã*oFB@J8a[ԘIPX+fvwbzEh-8z5 AS8 ;5ݵދ\j0S튌p*N6y^DafZW]˳ך3J&?cUԐ#k3r߯Xy+]NU"PӪd*|XD~8eW'Ɓ4L96="!O0 On|W' &ћ ylOI/% ~\D :M`пUgE&#J%^-T pرmnռ7 !;nE0#9>|3,*Wєd +{'gJ9طIXgn52[^Ө,Mo1bq~U/!#Y0 \Efe? .OȞ@RD}l WM+2N!tƴ< E@ sL=fvh|qP&eN?؎fÉjqVBhA6@/Xh##"QI+ Dfȣs oo\K5_T-j n`'I5q*k6q4i-`!?g:1aR7=YA65ZX%|YV~ ob}ʒ0DedͶDbo'f&;|7#!$ߢ}/XefI/SG3S#ܰ9T!(L`';:g蕺IuRgC\R8\8 1ҽE}3 _vqYjÝ "KSx"Aw{(k3e'9. pf"%8p`8qSb ?qRx61C&J{(N/Ze! ^o8Zŋ0%gz9)J~wi_:t];'=3(>/M  5k%.c3zbKDX?Z8Ⱥm5G젒_Y#yݻf =/|S-qN~,Xć䧠[Ko?Åڄ8 Q_\ D8 ˟ ϭXVi]?}Q5cQUd*RB2[5;ookx% M)WJ-^N}ZFMLϔŒWYG.&dtYnP:՞o7hʽƻʙ Z~|\, E!5[S5j(CCLF܁tMB_IRo1qtDIO#O"n˷*c@]}/3ijQ.> ix y{v WRzd-1-p7+`Jdݾ8*3N /kko=>D~%<'r"p $x@WmgK[mIdӅa\lx0Vh44L)M8ڦ ǣL G!v*kHtTXA^xҕܐox[B{@I2gYKscǒح۠ySY|asU -dhu 0^e`̵@yk X2R0K;&;O.lQ5śH'!+wl;nŧ]reypÜp<נHTUSҘ_ԁG'cCiMwޕMO˂[&" *\@Og aaoyV ?sT:A M}3uо 8~U޴*k0?woL<6ntCuNƓ{:YF1D uGmܶ"dsL5,#Y7_b=[籬O0vd).Jq>a̗׏-}-5Ցl@4=6j4SM'% %`(qќ4J~S63 ң(kt!&egxD}֑o/h\  yf@Я6bG 51|^SK.+C]xw[ZjOD=`fcKC/ӮFz@%W ՏbXk2+G-/ BaZ7P yV)*_'EVܯ;4y#e3*cBGȆE>ɨqs^# Ru8d;_׾kV =-gAZ4FH;z20ǡmksQbk㏜+ΕvKo@׵jó]?uk40C{xx7=# *_Y@&4zs>\c̄pZoxr"y`??nL/zKk@Q̓0["9`ȹZI ,4!d35s^Qsz3BO/m\+d ;#RT``C\SIIK:T_Yĭĕ֬̈a|oC<:N遜 }-z\[ǫb Ru~"- W,;~RnG0)Pdxi܌Jd<_=kHc8rϏo> 3X{H+mSLD]7lBF^mXi062wwgǙc?^nL"J{~L58{\_9h")ь *o(vL,Յd!=9̅A^,( A/)-[uDOoEE!۷|6^9 >Ϫ>ǧͼ͇HZ H o,_Хr}שHF]1=y-si]#}k_Omen=%޶2a:*O/q'j>gۘ.V ~-*ZZ"5!u"pRYBtفŁ`o~jۺ(Df+IK0~u#{@D˯'[%B LS 0G^;'d7y{ %rz\C uxՏ %7jƢ+vTjA{.C 6;쵛$d)ȗȉŅEדTM ! g(i穮 2ߋT7^~jQo5Ԥ !9!k7P:Hc%Ch<~~HɣB]W h5_Kb]_iMrSO_<=t10kLR;GpxvCʰ k C;~ Yb *[?9k&02u}~82/d}gpg^҃/-xZ/iy~mA6PPuŷ*Uz@;Vſ1\&d= ]A ~^H+f3WזrfWnI3wȒ0 y8DA֕kEiLbGL|1{bȄӃaHИٟh54/j}+4)EevA3!)Q9bV^(p2kiT\loǂFwfdT`Exg'I5i!KyI? v c&/z2#wmLu\<\P-C9@]v(G^Ģ :Nа4 VY +,;n^!LQF<"D]2dz랙1GY?Z~ HYar4bYCxؽ"jIz[0 2/P2-U:1t0AP3W,4yѢ0 e(C.2uf G x|y#?#{n6lmQ{R%'|30/~g{mӣuS{EfMFsuGcR8!ęض8PuV C"[>`VZ7 cBd6eKټa{-epāA͕}&7kg>s,K2Obv77=!ª0/onk%ֱs1>;2=n r`mTO t=@8Ưa|G3}7g7#F3l65-uČB\]M0>rfs篾9,4:qg)O.S/v"KE:rr =IK7ѣ8.YR!--;H k\ފp9۾ @޺j<w W""ӚqO jx_nǃZ RH^MV6Т9}?eGJp##̖)&pboW.n2䳛IN4Mf#Cϩ4N^\6Q?WaoKv/3O5{cx8;^?(ԝ;-C#@n/D)4@AlȖ7eS۞}l鼩'ߑ΋wajWJ-0Nᇫa*ԕOxO٣BQњYqŀ o8sqêV YG4|b4rR_n>7SϾGF[tbʴŁK~vvl4v3*%XǴpQk C&"[xAn 0OP Qƀ5~LNE'^H]@lw$\OgjuۻC%V|Xe$_t.?$x4ϔGQd_NI_:0Uhrʶ5a1FܮVTީE,Hd[ݤoio1. D_Z9۾ll#d2Uc ?qOD3ԺaxKc| Bf]ճGX/WtܣfM?Z[$2=oeC?u{"JRm~/zOsR$qJ 1n!5%LVvH?GR5JJxָˆԣ{=p=*AΉhj&_XNET-uN# w6/i1d0'Drc o&7/L*-0ʥ x|n =uuCA,q|S#ĺ~c^N֒y|g:}|oAgKasrP)mY¸0)]ǐ:2Q$jH80)(W~h }BTcF9yrY8Yr[|%dig!J2Xbh5`/E䶌mYBe׎`$i: 寲B#XխωwHeƧv N ǻp*큘#Kޠ1ksbuE />G`fhX"[g\&t,y߈k\'|΅;l(20CIt0"q $%Hu.?.GsXp 2&nbh"=Q2:4c1ѷ\D-a88sz (DԧYn\Z9T=>w=mծdł"i`˼fi6ua&|D x$){LdXg&.]"`BAEan|F؜j>FM:Z%RKg+ BF41d)󑂛uIl3"LEʴ& Fp<`X1kzG ZCyb!/kE8*uS#GҐ͊$6s-ߴV)+NUGhZ*S?&ulX<0fOmCRW X}a 7w'V;WxvgFKJF fqzuwElNAzR X'ZTp{.~H TaɴS4D.\Yj^U\.tVoeU{7Oғ^\i6[ӷJG7S]X]v*֢?oVp9TbwVƜպy?vᐡsy ;1X?/mCk,9Qd;nN8w5h7\0Rc'K7J9q,&ka4n`pt lX'#$_{>-}e8=#lNR'r*q60R"jCi2?=Q  (r0}6='|Zø(RP퇨wՖQN\԰vY[UDTob\20}T-<\B2v`i1o;-{Khu/~!pFK7c 0dhd%Ps Vd,%K6L8JBǠliRJ)oNlۊA >w^f$e"MYaDu< 6 x$ɿKjk|D3y+ۅ:zQZv >THuC-f[ۧ om'1gG(H\g{XkqJNJF"-q 3 C\^]6$~{4Cѧ(YUTYI2OCEZ7O33ٺ۟cC,+ q3Hf/{QlC ϬTkٸCHu " j&h~opS6CE1p#9zQ>+M)Z UU@b-?e}(?? Il~n ?5eBFrM=9971p? AH{CI5L j3͞q 4r57i]t9GjS/X{5׌7^ut;z'x||Ęxà@'b0+rHze`,.agaf2vN!8>  Ú(<ߙr!:ĚΫqTXnc~-]:v 3@K(ٴv4Q{ x9&CM!{4ʢlƗ[s}Cy_&k_ĪB8EgkelHQV ZU:.//uP]*X1\ޮlw>|e۰IZ1 ݬs<~ƫ7+?w`#"(&b,ͅVDEz"pw8 .Qʝ2ɟAmު }CLt10 (..{kN͢S+>t\4J)IWˇ*H_A=wc/kzm-eA*% ˌ^kka L}U h tCmWA??X q.ƽ$[f=PBN_3DCѹ#.(yz +YIQu d7's-ny#+`ŀ$=H=k IwЋ"فR,J1JM-@ vpfƒ:(NU}It[3 {Pm:h· h\iR"b$R^L_ZvVkhy{KQcoKv8Ww8I] X;}(hg[8<@VhMQFJs|ofƽMS䘢`;P'jA7mbt9LK#4#y(BbD S5⽗oC(; $.?1mLy]8"ón1|ڧNЇ '8=PC)̋`ߊ,O+02qHVךAGHt{ pl3X)N>5W[awT9R*]tUDd+MnyOՃ**JOQtb Z4"6z|%}j{Ed,Tl{1eio-PS}p=ʫ^I ܹ7SS6E͚0 ,ˮ`}1dlwut1XNQc;~&mo#aZfmmr ˯S\p(6*/Oq^,`+}~c 9t +Jż8jmD:z$ 4w_UH|mYfx6Z俸 !r6fl&I%RH4pm+Zh"]X2C~Cve7G;x~[at\3H{]xjvd00ZK@xa ЦA5EDA-$o3l%}Y/WW mlq*&(~U’P7VT~lQCȟxF*+w8/aXUx6'ɻ\Mj>Eb>q8~൐aeiKMn;)1O dTk&,DxD/J".BI?cU/㼩Xu/{?iLO*evw{ni=Q8+Ri7AҔ?$ukU*W yt4N0`L'sl!;&_Hۨ>C"rUfp6Pye 8Wsg)\[`SV1=if8]Fjh ET!{3SpetM/FD5( ŹRW2$Q#4.n (d{(Z ,HxSPp~9 jOn\R7߄D$ LRpH`tc!9ǯ|3c*!Wpk%Nߧk媏wL/WLr5\ #)?*Rubi"58_91֗yԝ O@V`vpOFˆT6 *x|KTœV҇r(wŝsᩘ$Jl}E/:82m[&g*xAw%N8UK\Ew)4E/5m'_K(dT=k’Z"Z3>;*vk&|V(T&b0_ FeU+BC\{8E\q٫E/!q.5 Po[2W(ѽZ0ɯg6.'a{I#7pTB#!skb:N,=f6qfcRyT@1֔,a="\߲qɳ68O$LAY. $_Mӳ٩||tw뵡e>NET A܃D|~\B!hM]~PRǴXIMTl(J>U梃Rʾ AG\hK5,xc*Ltd*h3)؛pWǖA8N": '͂Cu SgF".ͨsӉa78xC#xL<>@a &=”,CM'yIs|mxHIKh2n&ZCm'A2=.K"gzZP| `hfrR=^M&*hU_(Fu} %[>fu+0$a3& >\ph;*KެULj~JvNĹ?Yy=Ki[F+[ T\@ȯa*~w@1Q|7$26TY5|r#F JOu~8 $FjSwyXeȃĭ(7bT N{}jpu(W2ak86A$GUR'#9tW6\;l(eodd!!A½4udLbCVo&ր 7<TJ{00̀;ܝ ^8HDHC :QE0B;Ѵ}ykhR^џ-98s}O>B5žbкiq!dY̥ܮ۫lLܙ"x>)ZDS&T]0v8g9"и17 6+V8ui|WfR=RNnvaS3NkJ>$su~uqc4K.A^xbHպ|?2x]\xc{$]uRG dHG%A-s<$q-몦C I)rܾ4rgH T@岞2rGg=gUy4pƙd#+Af{sINZK}xmۭLZQ *a9%DjD]JqEHZJ;Q}7WMm-ձF$Lў4wMܹpXf f8h,]/ΡEg_۴oټT,\3O.׆A67EKBxvƤɠV4Ƶc $\d͹Egi9?E1#XDEpy bE[ u_ߡ rD>xfٮu+2f3z}vgQϱZu7_wy}?3~džan!B:Q ?WQor(p}--ՆTR R՘{>H&r?a\mH^pe%SEA3:6 &іn|$ZOH#9U86zҩ](~R`-7_BZ8ؕD[3xH='8D #lfİ9QϷK-]Dl>hQb1@p,U7"1|IRfBYQwKߧ'kY*H2 &WTuK#KgBdz::زjִ ({$׭y:rJc)7ҧ1} tqu%pUXL^Iy˂/L3*!.A&0XZllx6zRKuD0Q- `*7ge 4n`D2_sH\G<mX n<ҮRν+ˡgQ^*W 0N҄z@Wj<u_|9̨=db/G31J"ɪ,y-)Ɩ1owMw=P'b5)\]q8C8&[aYeQ3 P֣2 ;Qۃ.<1{E m(G*͢KgZ*֠T4#/G=!tHHh1dA9]z2i e]u)_?UeZ:<:0rln Qb.·w `M24G()7ZQo\E繉 \˱Ų\|݇nG. }Z(UA27Bi^#3q7by:jYcyىXxR.8ʪJ1GCJ|;:u;!?.@Ȩ.4sKzIF nC^/}zտ72(+cac-'X[*|oXrYr[u{}r~ -bws4,_ӞJr[_ Ԃ ^qygisd*:>A}`jU:EDQw"]= B$c}RjTv9wE4dlTYu=#f t Ԕğ],#s!v4aǶvmtx Nl5ƺ^+)J<NT*miC.DZ5{D z5?5X91>"uhtn4?֎)x\.aʹc2g67u_o &B<5aUi1\;ĩ7뛗VR,?+㢚(Sx@ 4B16L$@{hR9qk}bpOxw=`@F'{J̈́OiVz7ġ[=Ltdr`R bIfr>K #)5ˉ55[2a> @X@߁(QW]Ǿ8l!( "9+~}tA\d`f ^* )nJ鰡gAS JhE5U(5nWj_+Umods'j$h=vo6:IQU&KΞıfEQ^_gaH_TۢD$$݄TEnztcH(' 5tFyi,D;Qm+إUBr$R}?07$j}$㮘+$6w[)MEpzݦ+@yhe;84h~'g6s(}?da.7VpZ^ZRn{~Tf!rQ5ЭS#_ekw=_2}DS/^Ga;'&0`N9lk *V(5\[ ]Tƍr5jn t)Ʉ@cNQai9?tnܗo_dq>ޛz4k^.< EwBmK 3f9߽s5[&n!軡X*>g=Gy+ҏa{^-ȢZGP֫j?=..ȩw81ji#nZ< ej^/<±WytJ U* _u9 SRg]Om4ɸ)4wT>y-j,sE9.|rҸx"ީ3񺓷!則ܱRY#ZK [}ȹlެ 4 *ycOus ?fWHAҟ,B ԗѰϿ_A{9bkx?2Dܼ-WqҜU!oYo95BWCA[yP AG_eR\W%v(ҧ}WzP:)-׶B+@u@euSDRN /sFk+ })e#,Hӓ, {U{_;NKI\͏ }2nksst]f0:pD^1\h }TяJ^͇|cDcؙm1os.V݃G0(h75#%mX|- S 97()V%mEiΖZ(g hK6(Y*:1_:Xw0xc+LI?|Ƞ!c;ψ|i\>Du<$c*o?Ơc,Z4%YCFz!UGz^p$Hg @g;lV'4v8yl8;<4H3D"Ө&f/;ƁX|P2z9QxWqLrMgjm?IfXr z=>]/vCY7$s Y{+ @/At!aTIi-(KN-IWR.\KY`e%eDMMV<.mA[ : x?H \/KJ?EXjS.n%WE')N*|itbk$(?Y`AOiB1;'I GizQ΀ݍH _#4 < g}N-pHq ָE5xu HN9JM5; ;_$o~ p?ΆȂ0.qᤛHh"s (q4,LT>s-(}Zz⠾8Ż?lUeG<%2Q0/8.q7uEfL;'5< H}^lLKKd&~3J+df AG*B2<v'xw_#!cNj|t9Ia,ŗȡ,/),'9rU'~=شcNrҨkM[LQe?4(R 241ؐHJߤ?L׶LI4ZR"X駉6c MYvDjcH?YLV!^bRNFmJláˍ; "G{[D;VɎn7+ "%͚,%R!'LsՑ҆xgU=߄k_W\jOQ72-]9:+`|[`C ͓ !j)p' h!nz63:|[3Ύ ɀ* o1EmMɏ_y3V{'{rn )R!cT_u ms=z^@٤SvG&!XYgȠJ߆t:}*pHX픫 >K, Fԁ v"ϙP:yw+ɦ+9{YƐx Y7!x5J N3f;izcaJN7r_3 AzxoOi:T2쳈[ĮY]|  ozClL":)S(ޅnN2I `ݖMA.2BQ{0Ў|F0w_~J?8;${Jp+ʌ@wMΦBegZ1X'"bu&bőye`? 6Sp̨9L)߷vVy^jCcCQ{ϙ|6g~Qv/7&F@SȊIXvz_T/GOqK(Zn6-U6=akT21Nc(:íy4jP{pN..f"|h= (X/J\5]Ra ™lG#p`944g%FXDHL-3ԫFA \CocKSî!}|2Z\Tk: oN uV_e\qk #P.~.wrޘTNc9"'^sZ_a~gdf݈;kܱs9Uh_USoÈ/ FpYSBH4qb' $L%;%,~stﯾ1: 9 *j(X?-cRp+t2p} r_I2u079Jd.ΟUu%w.kA\V$6xā5r_8:3VAyˠcp(,Ӣ/;n0lrʱHZO:G* _2vvyK4[ q2oIniw38U5u[ebaWT;*i3CLRI@RvZ o 4͕6}S1]MM/$lc f,&)/Ʒ%"5(hٰBaEKZϢ> 8Tv53#β`%"+}d`X?Y F;95eL^4hIh`bE.UI-O, -m x;skf%:3Bo Y7$y1좛G6K\l\CBܧp}YиK[Pp𵆠NrN7 (,7& TqCbXPVVǰ:dP{R^!qf38XnhE(_|y4H7$m` )|13-o(; "J $R:tz3S B*)#Y ߲@JoHc=3ih"K2}C "8q۾)_mer,]O„5_fa,v{V-y)?ٗ8Z>-ez8" ?<־糢0$) O`4yK '׋aҢ|]}M3R'/?~INZ#n_>uٰ7% gqÊc7ӑ_u#C^ȈAFK"/ͫORx'udܘ9,w3Ll^ۋJrܴ*ߣQC^` ٖ$+`R+tΪVl#dtufF$,/6* " Hk ՍOIٿ;f] ʭ)C`ݓB, I j5KrGh**@Knw~8k4Nj8mUӛ6)r"˯}MUK|8B nO?ð~$buZ^!{AX20L&%0e:<%j.-Qs ؠ:u># 3d+˙ٛŴ͐V<49m-א W9%0o%sDI`Y+'ۉvL[s&(b.@V6/$^DR>0x&쬉h&-ed'[S MT)(TO ?#V́;zSolg \B;읶B폑P UaxkU.2aGwəϊj=K]D9ajKcVm3h'sHZsj&[ly2 ,O3u Xb+5wB{*~`#>p6\6~ ^ea}I+ aa]s.,{ \=?s /ZLQ 2q$+F]c_ŦE-igJ Nm$ki K.<9Zb;w_'V}ib n S +g;S֫VߡNͩ~2pj8l #f,!,{Zio֬h^,èӐ^q.jg NS7HS.*I .$]b$+lبy21֠ 3i+w& 6DiTlǫt ;bjl;s*ɀ_0l!QAHxax#ޅLfQWuGmh,%i̶B9s!}_Vu L|h-!YcU.(be]@_<`Mu g6)? ѯy5H궇gٿ6qҺ:?iޭ-M$ֺ䔀1= :͔yQ1!yKbHP <[H7-E9D_i얦A 4yiD?  6Ә͇*=} ]=06L p o,e%D)82 Aek$qJUށcI/7H]kC:'"eTǐчE }~NlTHd5߇9qA\+7Ǹ(s4j:KQ,È1%t BC@6Wz=9`]fݥOxN|F%gj;LuZm'oH.*F.r4;tS33kCITԐMid6DhIKzu=p?ckK%SΫa+2)(HXmh#?8.A撬ѲW#xF e 8I*{E>Zr,l:1K+?E(w<~9k yZY]g^¯Lu~>,a)(h1P4JjO \YrR RAVk ׁ=ڤm# kaHIe i̸Z|m`k!4* rXpX/>Ջ*vT;+uUv#V{Tڠ=H,HuIʾLc\{+X"s y-0Vo;ٳ>UЌSVQroS}|^`Q,,;pjCghax0P$HWi]bqEL5=r)7<}+HwU ]{h|]l/bPG,^D oF`{UmJtFRh:`FZi*4wȺɧ5E˂.v1q]xNk".i NgFy0fVGDmYw7{}qX]gGf3[  Ra @Gtk}0:.OgE,b[znDDY_y[@F\$%BҎ510 b>exv @#bVy~13LA~<֒Zej?%D䓬9`A`s Q{{og0q{"pZY!]D3k$FC©N,'u .(*"J­@l(?>8 ]z&d9g.F"0RQXj5`1sU)H^ĠoƵ~܎}ϴT*2,5߿EXwgljfOR̒+E֠tЩtk]o&AoAn<C]@ȺcAp4;*,$F"u$&_I%v`?x-İYIuBkL_(1PYeO<HJ)'\~M6=UL@:KB\݆~Im,a%Рy_5;Qla`Cx˝?4xG>g!7i~ɩF?OL\G]D6VŨwG\ @DC[?Bv0ꁉ'<[*g,MOgjFxT\!mFj)F}+LΏ&5&=n \4Z x9(ï.'Du~s(ߠ7( wøB >jmUN^ńzwxA'giF֒S-B3@Ӽ*̼yrJ@9j=( )LBk`Fq Jウ=w ~5Ѵ s:Q4#uXSلv^[, ls!'`P@aWƭ.\LtgEGZ^:ŷ7SDޒ!vk·ܑ K0QǞlI #Ԓn^K!oV'G 5.ѳԝʚQLjN]lU4!x4wxC&.k(i|r`l|/)9\;\h}Wy|d 0%v+TnY[;k;ZPãc%xI0KN32> X["{"]W JIPVfO"&uys]8B\|!oU gմ}]&iHG!^8dH2d q5sf07ܦܦ*t-=h)lnH sTyoSGчllj/]Cvڼ]kYrRO>zT^Yb9L^M~g6PkN=`v3mQGH['-VveNY$XnVI.9h`LhV$Oj8 *2BIgp8^9!u|`'6cm~6h/9_} KgaE½x 3mPD͸K =̆ ~޻V|_R2Zw`i_ݤ 7ÎIu.1o5zhEksq`hџHV~mF)&w)tlpA0:w}\\B"mlSR+qew&(rDoƱ4LXR`cvثW9]r:).X7 $j5" tnU5b&>ד\D2@p!eN5tȜ=; e'S;0Gˇ8^'?A6?| QPtq{Xs`TjZ-V2! ŬBZnp[x^JksLꋟ mxBܼi[jZ+G=.G2xjf ZG) uMLGuk󻌽tVߙٻbBZjE9ň Q`KH!tPj-Jx8V.&p)|#}- ټqynf"R$rʭ'\%+,X>jJJBt/zn%݆x< 2>1$@=CTуK9a>ީa^E-_+pxqjk'$u{zZSw]Kj* 8WFKְ|q31\-GlP"v?l91!^[UJ Ip!'뷄@[+)1$1mUӱ[Ǐ&بlmQH`@dFת+m:=jۖQ˯!Y}`5=i@Cf^i-UƏԯ#Lzyic)"j] ZTh[F|-J!N8=]D(bSn g{r4^,dWxNSf˗ny-YjJ)ң'?#KG2O)*#P|y-pf߉]㖴F0!M2'B+O_z.ip"="} 7(xy;{bGMΑWIjZo_/Aщƌ';ŝxj=-0Mi84V=M#@[/c0yh7a8ܹH̘K@3FйtąGgIӑQ 3stwПyFZȾĚ?GKP<@8;Oi 4"Vs9ri=r.^wL$x∵W}O8{yQ< sN S ~_؃{AW(`AtQO|Q` 8rW< R6M26lѲ^طaxs<j)ќ$Za LBTpx $k0 9:{[1`W~^jkMdU3ACghP`:ϒJm ` p >&-0)(wB(r(l]#8Z*?_{c$[OޞU:PSSl2z0TS>MuUEk]`AşS8tfv63Yb5$0퉧1j'hĀ!ӎZ/N~Bo)fubFNKHڎ vcXr2Bȁ]6&[yH6 &o\wT$v?R8{t F36UeUh)l`!hky7XjC@h4{ʪAvc^*ASbP 5 =ކ{OءK6V{ʣ~EIx LJO 4BaבU9ʉ7Չ'ZOL9՗D=qO5Ԑ+_g81ޜ@̓O+뫗4>}n ŗ*S^}&uyJOP,i_JO?!n3]JayϔzWķd)PK.J XՖ;X&6: KQ񘉚V W1/M+9/ Dssa&ODxĂIK(X51"?K–{stMF`t@h<نxX8=3E@B ;˽soɐ77B5P٭5|1~*6GA畇P2kI3eFWaUHU zp̂͂|"|6Z}G-qjFx?.xOd/,E*j&VqC!2r$2v&vt@c cv\k{ZWӚQ`,|Iߪ^7{>!p?7}}}~Fu0쪊+:dtO\?Y1#wEܕ?p_WH<,' Vk>2Q;;+FZ4uVt=-4$挗_{nE@~}gC$4B𫭯䨧>/xatgq\{DS k 3Ne[*˰~)ٵ+{vT٧V8,_)Cm-87`1|p7c`ps-T@4U;gød>>y[QPV$XuVpd@RJΆj=u:|rz\Ql96 .w߸Q)XzVC LnJ(#&mm|KkQ lgeSN$fA b4~XWJ@SSb0sϱ]eZ1?5o3C1$\  ńYP{TCLJ Ѿ `!C 0vaĿާV9Gk.d<ȝHT wi auNKQ=8|<p۟yYeȻ ֜) $C n oy7_`AO!e|Sh@$^TuCL ;R{%9{ LIDio+habDpf_5f"Qz;2U9:6UXQmҒQpf•Y:Ҿ Pp$RiiL#{ 泊,iN 3PqmQ33W/ȋR.ޢ!Pr[Aw %&4#8\i829kGiRn4IDsyV]5d|69~^ge 9ZPN=OҲdj|J 2W?_k d@+ls<?HwXYKȆ5b3.5~(o5H%5\QMQufoFhv0ڵYI\\9yU |j%[ׅ']܌\NKqeD?*]$=v`58,1F}(KVJY9LXu kj{ϼh';B|XѤf^]6fvĜH˸ʆ aՅ`ྃ:_Gcc#L ]> X!HHf,CR 2.\f"cr/hJxLpф|Ӄ5.6F{W\<D߆6F 3nK/a( %ӄ?i.nbwa:GcG^Dн߆[O]']1ΕIw|`W8&VDl/O4¹OLPɪ<9`aY~.3|hDbmk?g.X`wL!v Oum뉚=0ȵW(4mS#OwK.jJ;ΗU߭C[m0Ntk >^̿QLwOc&be%qeYqɽRq'k[DLYn%e)0q7n+)?cP*!N"XC\Eԙd^ęfnWJ}!`zCYxhl+#t[-eh]Eк7J1޽4_+tyd+6^C4qĮ.A6V_yߖ'W"@ٱs.Nv/4y`O^,^ ǂ4a 0W[ƆƚCsOl2ܲ(3 QN&A;`ax &vSd In-?LANѷzeihoeu܉#Pʇ!Z!W@-{0FNG"7Ў$_ʁZN{#ݢOXP.']{B_0Cgg磵9ƎYa 6f)1gfz.|j}Y$pQwn$!Iр=qV&} < ס.7xe0)+MDu7v邪gJ|#rFIZrW_r%9B4xѹfy܀#RD/۝ 8Q ?ٱyBi?II7S OK0-Pu4Hl(4AhkM.l00ںqҺNvzt҉Yp[Z@ &,)Ng[Q_B+ylA$GT tf_~sխyKQ&Zl񋣿7j<ɦ4B'HI{\Я0RUwD)ƌ>dglpPTiݗ+:3\7J FAљ69 p GjD*p"kE9U*km`tINSAI0V'oCn 3X@wЫ cU+V )Qf8pejR(Q~u0sCsY!@!Lǎ~֟vErCYYf᎑јǿ*";l5@VߠM+zN]0l:Bޒ+u ^I":nS+;V||2r}*_45e`AZ^OL&b*˅YOgKmv縞`??qgNߖ 腧BBpK&0F8MXSݣct9|f̈ FsǻVᝐ (B,#MLhQr  g3/I_۳rAZ;[N}ј_Is 9>`9sq%Qo*M2>qΜ$'hC(+0pVD_[~ڃOZxYtT>ΉX#\=@O땖jxI=h0ʧCBk8ʋٚ)?W.YsB"8\֡t p E3L8#]|؇!+@ƔڢugMzؾc;N]R(sA63"ps*0&fq QD/[bO1y- h)5a)#{U6 ~,W]gj=Ⰹ)Xk͗{9k*~2\b;7P+̤Y#/cS07z @ 2h GC&&݈̀ں&T j޿*wDd<ʧ65*pR,Q'amP"Emn}* n :_w8' n1viD[].L9*HF \jHMt+ xRcgZ3wL|帉k er8c=B"IyhӝUʎ|sr#}F"GcfQp5hEֻpsA9!= &آMSFWRv 2Enk,R?e'v79' ~1G *ؽ&s"Y,bn>ژ^}& kYnQ[ĖD:<ܳQEթ5 Qg&7@Ħ컡!ɳyT^f5vtz4 u[_+ L-/xePѣqY+C"],t,sKbX 0z}1ó;&g{t,? / .=9됿p<^gf)bTK3\[3160v PȽKGpR˔uticB0/7AՎ V| K>2P5?^37 oSM$=B{ಫ]GBV8i=6_14z5) 2՗7'5D<5#Y#,g]z*%Vi sW+Z@ ci '9K!A@Zo1*$AcvMs8hÁJZK!KiEpi<7fM05cl4Ǭ ]!z<)gk*6[TKiT(e 5&b Ye['ޖpT}S:n5={@0t# PV_jhZɔ[F|*"ċ2Oהjb7m[w%WXd+)v<:X+,ϑJM)h <͖EϹY_f2K2[6z^AN2^vXǕZ[j:&"01Uc6PG ?#ǾHIf pUw[K,]!8oԢ,W^LU $Uqu6@ lQ(AE%q+o?+jXb<CuiNn ӄEfx;:=T)''0?Z>lw㚹SߦSGWH16|䐁x\FFƗn0g\:ZMcy`ȘRMT4G? f䦤ƥ)YL)\z_-uf{ᰯs' cky9FY|Nt>>h@Ht)ZQW3% >YK5(b=tB_mϨւQw x | |kFjv5^|^㶻krI'mF;0 \j9F8 <7#%!KvEHZ$=gugND¼m Z$H!@{Sk5˜f^gu6&+Sz[U$KByE꽫DSA׶ǯ-_e.)pH zn:YPNS||;ӓmљʨqSreEEdL+l@ˤU_CqkCC D{u ^5=T{^b"J Э;~tGs ͎|HF *Bﰄw1`/+`ElfYuI|T.R7%.a}5yhL)xCX l e::tf , #Oq>TC15\ AQv*Q>2݆&Ad7hVer"T2nq4S2ai'}VEXfRYDJ/cqA5'!(_ DƷdDFZNTMEFGT &QlmG](; +|4)Ҙi+, 0Rh[!U QNn蜔*kqNNoׇ_EN8g'"Qc}*uq@T0h>CY{?9j[5r0U|p⋿:lkZl FHmWDnZZ筰qxvexc栻NsF3į+o}lOb3٧W)L"á"rA`pz51/svBBQ2 w{;6Ƀass3į2gю_9C' ::)JO\ȫu2E%U<;;)/g Dtۊ$.PUDf1PPni '_eceR=Yl*K ܒSKkXy`{) H^"(pYr>2 5Y~F%;ޑ'IoNjRJ}f.'@,zRrvגYbu`24 \Rµ΢^cpm+zz糞 F=: I=(#_R1m )RK"{OB\qT(5N"5}U^əPԳNѼY+5!#?Ğ-H5$O<>i]僐7)erl{yϪHwͬ=kdR1e9p1xDAsn+RyH]h<" ͣr:,5FKG}wk2wy߄EuԊmsuyzYE0nbϱƕ;xi ?fi}{gzE $d ?#Y:F^#4i%"뛇zgq ķA*>]0g§ ,ui|*k<ctGEV06bEv5UdTcd۩{}}Xn4s(P9@뇛*u$.*״솇EC^"7~8=TdROlt^I.*䏑`Fb*]}e\gR@6*gTLڊa\vWFC A|,zIT:wZê!UMA__=K@yu?]9qnUE㭣U!hmgᮉ(~Hvܽn5,qvS~Yʼnۨ;~F/ΑpɃH8Ov !nXmAg> 6w;(EYF^:3l.!`<4>bt8ɿǼfx{v qhޥ icHnCsCO#)pߜ-Nj Oio >h[J,M >pp. N0 ̅"4zh_CoOi3JhiR$N/<87_:1L|^W+yUѴ! Դ.1lE ^aٖY"+yJW֖ tby_hą))! O̟>$޿Y0G[5^FyLgnoZJj'V&sx0R{Pq%I fԜFcM#<]2Z0ѱ|S!OYaY[%扊ktE1GPTU|$m'&Xs *\EC̙Q _SѡlhphLTmB!Km~ꫯ* Smc,8ACGnlo@/7&߈#`]Dhv@@-#K鏈.J4Ow)BU.i,xg] U[)O~ Ma&I0-R.dFf|X^# 6l(9!nyGm(ꝗ?!6*mUe:ܩ}825gn;B:qwN8R=|uk)\h~ڏ|Lgo10H%"A"П|SqCᲭB6c+*bA@nZfq#NC߰گjYbKfۯE=|2/ia۴iA1 A~ubt1 8?14Qxp4B+ܷrQ$p飕AYp㪄z9iY^ NEo4"n,N ڞviau7nՒ> j^N mZAАXu4Aq Vt>:a')I%:ҩZ4. |u"7\6%;.L@Kw'% Hkzzۯ*zK6mPSMd([!M,3Z^]ԡن8=z#)ȴ.M*ӿlF2O`m7V\ٙzFά V_VzXx4zF{}< 'suU v*[)B|W;S Hd w EF{i`ޕ}an`пI8+Ǩir59ojbVﵒEqy@"j8N3˛R737^ `ZC70ތښjվޡ%lSamX?S=+(;$3a}E0;]'zQ6E`0xt66]s|T{{[#z~yܠOA!H1\@|OgH@Lѡ{!䰳鮁7/xn KjS5+o#E|J%vEvQEk^|S3AiJ0'f%Mؿ*b|:<9zRpB7cy!S7&;w<,9TfCo֏1 ~ %A!\u 55v)sgkU2jW'mʐ.i`1 B\ *YZ͇%e@tk$1r5/F.|B = OOɤdڌ4Y8QXW*@8,?XDӓ0oU-7&RJwCbG;t}X(dtG+nGR5u*%llD)EYee\xٝD]뗰ljt3xf- m#0e3D5M8JK^I~LEq} cڬMR8AF0p`\~'kJle`@O!xWyXJr!\@S=&wIHsXm=Ww,sZ"zWgB)~2?tDYs)y) {8U*Z\ZjME(G;;لM”LBOT* #sKAIڡRNT\5MUL<ֽ" jhz񌂡}^&a @"ARi'咪N ŝERأ[m yNq(#C4W{oL΋*)wd x=h ttnSQc&?*/ᚒcG GT$6$NR±ƤuT@)ڕs-41ɰ9 r1wnY& )e]+4~@!|F *m0K#ܸ9.m[i:a8˴Q<[E bFȾ̨vI!R:U.V|Rm=qjQ Md怞<צ)c WN,Rj jIZ?QTE zy-i' a,IJLi_u2f XLɔ ^(M4cY0֊}n ' fm3A|R'N|!9͹Ke ~e/}Ymp= 52ȋ]zJ긝6؏fm}^v 8=4"Q Kסcn+M:g޽+u5+pÀDĴ'x0u\7+B)Ipa}>~3U]{& usR} y a V>@9 +ǜ 3B].}AwT-K?_"9Κu-WH w-ץ[|J>6zff*wKU¾ L𢥾es [K[9*v 0gb]dyz<-j*!NTzHA26mQ#Qed{d*g+]y)}ǞS%+4qHlzF5?T|Pa8__˻l944[<ܢ~v- L4KLx3yVъRW]wlW*>:lHP.( DT0{; *@]bxw&` 6FS[i[+?(u% A7=0u /p9 7 SY? $E9fd~<.7 me QXHCca\C WnK8h<#a!k_691n/cƗ `04[i` 42Jt*E+CvSagH}{2scML@F;^9_7fv ];L$^oN1B{C?ݕ@i<&Lբ.HY94溋J8 v_mcąpV-L'Ɖz J?0zf@qx?Uz;-o`#@v,W,>w+)ҧ Ϊoi\!00Y#">236;X9HX?~QВCݾ"RМڇr/wqٯͬw@n>QϪ¯- z;NeE :êِ39[B\9;\*/-n=}`ӗ% xc)ʖ+,P8$DRNUb1~Ș( z-&{an2K,0:ezOG{@T)ӦĢ-ʺ5:tvV)p5' vi际J\U\Z>X;#2*pv/4'_=4ӭT_(;v{U[&}i_(d{]hK aF/" x}e1 wΥ'1*$)rЫ(ePGWkkXs ǒdJv1Ear8kn6K\IyK8P_fqg khYs;; &]/S/L4_Îѵn=ua|ҮD:1| ]e%LVL]۴zWTaլIST3D}*\Rvzb1'O8A"_K>F1]^󏽂K)]3@PRz+MZv ,r]0uَJױ֣"]Ϫz3ihUcvbIeɯ)l d)7^R'l=ahذqR=WUXHrg) ;19ta' OUMZU]>p_Ryp('Ì:hAJGn KVT<$zZ/gxtO;̍:rE+:hyܽm32c0Jm"#&%[$N+W*0R'fA+5UK2}%EޑcHе[WwQ~tqD>ç-2M в\3$=[w2XMNJ"?@]cwZz#`*C%'Ő%s!0zrCw˯Wګٵ-5νT -5DM*pK"ָ `DUrIp& Ak{7/?ϠқeBT~47{A5)xt*j,H[#yzDN푿/~A`{(_JU7f]q1&ϫO)9 ^xUhL+VVG oK~ou]p X904fnI̠akFakS]I2xTCڶ\Uم\b,>Y#hUYѥT9U0w5jON P| azB53Eַ8\ Ek>cSa&xh('ax9H3g IH0xF a;M! f'\<>Gz  Xěq :`KI`1W 0VtS;,KwQS*:VQ~u˄%%&( D'5WI Aܼ$5ɛ}eu9T&ekrhB0ȣgj?n14Pcv ieN[奝•8+gsDhD~G/=vN[(H6bP;dXn0V? <'KLHujtL% VxK+1?tF$9$ ȋ H4F-|,M\Bm;q>4öBkٯ>3U77OAPO ->̦<̉/ =}C[Wj2I=z,EWUa@j+>>=}YIb=>w$ (]]3'77A ~9[}DB492jkqoUS\LO&-WFeYftoVGF㠃;lR[_*ӌ Jw$uL\fe@0INo?lBv*7{!ΛmKUi~~ łBQ-fDH. T@T@zwOa굀@@ w,ZE3uKg ylMs?y| lmC]ljH\2Lja>;cB|\) ];P3!'Om\5Dsw6U|?*.k$|tHVO$٠1{::SBb MJ^¨.el_J:HԂ&^ϩY&vK_o}FwN_ ͡c_Kv0ߙ溯Ed1Wʟ:~aCdPRaz\`Oρu:><*osRWk)hebLZ'!\]ćÿ_!9fLz]XՏT{{F_ۧzxB꺓mY[;w #mj)S0߳HIxg[mA$Vbpl.wFl4{0e=(1V"gE].~0sjm/hXFWș7Wto]s?'2AM +~"4&j.]`2bJuù7_bK0orBr~퇸}^N8s Rkh:j)Oxtv2,H2ښbagAa*ѥGy-!lR$fHw* d,Va_G 'JpxR6Cʑ<\8>H0J>J+#KPb&{k?F9"gP~J?ϩ>f["B[/%Q1Z,Uؓqv&f[Nں-Ez5f`v)H:>2QC_^60eX,&0h6t뿮Yy~τ0O2j2rtAB̤cX7/w9:_%xD| 2Dح!`)]O^?̇$;Kaɶ0~5Vkc;;47c=m,,HQ~W%`(i e Ҏk(~xPJAUvN5RxB炤\sٙXСOټL<2>ޕZ 30ޘ7ԙG}=\^+ęFuR謸gPnKŝ%w:=.#F֥Mrv 5BL3; )ބ D(6NH@ Íy)1EϙbnNWH#6n S#+H&֚2.K!ݭ.<XgyA}UVh+Nor=(N:XDW)ͧl`pi^K>T FwLT 4ip7'Pqҫ r%}V)ޚ-b<۽DY)Nx0TX023^5HdY LQ1jp F ,UkQR RD^8nKkPtѱ-e.Q.CeqŸ}K끅ۅʶlkdfWz>OҪߡR2 h3=j4/ 2ѫfd*ͫxbo*0W$7}%n` ʐ2c@<,k˹^vIx^[͖O6#L%C5p^dk5bfw;cPc d닏DA`ؕ8'Ƶ, k!`'WYs#Dj 1΍yQq8Q(v;^e]&*INpQ]6WY]i8H6 QeUYd Lnys{ &dwk}iѬ;t{wھSN < uJ!N -gXifF}K(C`@wRv)\ hctv 9an pzrn% |qI~72Hp [^EK9㿞QMgS:k5!@n!d>N0eq:Z;HbY> ?{NHլ=՜5 ;ln.设X2_q\?O=R4P(YD0çƉLsYSW.y ~^Tzc@{=ܵ87H`hfGYD:w8D:Fus_3# szv|'(IbX|vI5؎f1!џ0qF4-WRº}V>x.hfINqqaM#O߿jw h WwۍA oq> W} ~e<ϒ۝:lHQ)PYn mk/w m}qppWrXbuj.$ S[Ӿ@}AHX!SfA1P1{,bCo\ Kuc0Pxr81] 5 /St&ȠhDbYeDzhPusvS|HbnC'\MY&@FLU]zt Iւmpf^PKp H%Q̛떔bxa 9 "w4b}+M0]GL`@nXJ &<%8Yaݲ\do 0=.kY73|0m pmAdQVgOH߳=QI]a&G,1e)qv]3U5.{잟aFyB+D4 7'gGejW\u<1(3U6+pq+Lcݴs4͜$ܫMrKGfR @(>KD0%S}!g$)֣_w,] 2X;E&] %$"^?Y* _K~ծ -<(>9«,>*䤌}zSt|ơP&W[/ϕ2cV f~ _ &&E9]<Ի G'#c6ka!hf2R4<)އvLQ_[-LJU:RPS:ww7xԕVYSgPlev4cϼ.0Y阰Cb-%1۩ud(tBbh`%!kŨMFl7XHR ά< Pg1} d=ؘuy `Gvғۖ$9'/';p!Qp\ؙ_t|Fܤt]m1@xS4P9Զ5nu6(&=6RwVwɁ_B]d#E&_.bj>IWA"^z(3pKBձPyR8#&͉ GxթcܥX'՘R}=;*,|r# YYN"9{USe[0=+o'[. hA¥-PyG}0WXd'Yv_d^6 2bȂ Y" rI2!W덢DF# + c$d$$s6K640C^M 7J9ڑҐB9~?r5MCPv]!s ب4b#/*C ̹k]Q֕8N+^} z6kyTKDpuB:eMËY/wn0/G[\ RA{w1?xOB8Ke!φ-Ba\2aENM<7G5\ҟ'  4b|/߂Uj <[gcC 0GU п=ݛz,Jc(j RpH e>p%u<ȀՄ_Qayr^!E&n|Zb{:^@sG`[ }5݈c1Lҧ:~o+|L} GԨK(dwWbpvI?Z!bʪ Q[mvkJ\G>y8[t*5AFnDkWh1E"i^pY@QBd4d宧fP9'pϥpmykI`dT5{6e@6H pt2Bx 9qR 7H F̀e QÌGͿx;íE,[DjCH]:FNJD}, dbbBjqLԻs̱/%8vq$o'sX\iYQഌRl`p.mcmBa"c" Ô^B uaRDExG~qW[N8/C*Fk(g($DEPwTjVXuv-t#ĖX pLJt] dd [ _ȓIE)Ué DzL}C |PuHR iw}ꁢKz%X@J1Q`+uB=oZȆ@9Ng s-v2{EX{b {yb9.X))LKs1];G7Z",*0oANdPLi[XbwcJ.{hH98;;aJa|p)CPy}vHQ됑 HF2"i^~Bl_'; +M:@`2 `XB+nT4rٽ vԚ5asDz; -[*ٕ  xo .%!f)$|.h)!!qkUMI}F*MtP2 u "% Q'NO){vYs5z2O) Ao9W hLܸ>1TA}xJ7MUV.w1|5")ꟶ!F 40Xʰ?aTa#,ၱ7j}|Q5vk`mŴ|DeĹD$!U\Y(e|ƧwV4T;?W짷ֲiiϲ5I9Sʼn#iJpӮ)M hty䤳"Gd꥗*NBDDʒv)gHU%M 5 cFY/qMMAy49I*K^B'LXHݨ1Msn%sd[ķ,KhÜ17RUO>dI35v)rICQN~ڎ}ԪC+n.61JՏF3.lmVv^/ƪ#E㢶cH*݈)x9y"\m&sDq{eaR"67U$&(Km:y|%xh9$qwg ya ܺqy'v U8,'tWFڞ_}Gm5{cԽyg=3yW̍IkVI%kYY|2uRk |>|P"ֽ\e;ja + r˝s^ SU`BE#0 L8[&ދNׄ i`clIK( GLQ/IT T!^iJ8m `BԚ.piy W8rip3 T$=BL:хN>xCQ{%+ ?VpTԪN?0.fIeq;G2p2|ӓ4do;@0jq)9.?=YӮr0&s#2؇u3U0T]r@|P`< QMv<dmKJC DRNnS˷7Ńfqf19=A8;SK9fظFjqPۚUrLL2XHFGH!HeV"``CIng&f#G5}\iBNni;50-h= OuHR܃b4YKy̧<ŝ h@n1 C4l=<9L΄@y \4)(\fs@\ b]unK+::,=]Nn(Ġ"t4F),̡QP22P$Ehu?n_z9ze8duc)-=csqP1&1+1=Kgq?mS[ś)0,RI YIQ`HAϕ <:lcCH/C*,O~Sq7ZdZԾۙL &Sz;i4>"iÆAߤ5uqD)G9t29bFcۭm/.r9k}Yt>"x6$t,cGhDfLg׎wuHv\ ceVN*~z H1#=z$2e+rO{Au Zs9~rLjReĴ"~B郞争IFmvCy٧HgǓ%"A 0]5=i $!C{Z#jlX~I讧/%zn 0g0c6 /2i '2s< ϣ`&R$fX;mDdu>;*@2x~&M^Q).,}2kfROV3 Fa|T]Eh݈*,n"TOQw`ln vLY8~f'F ,f}#"`҆tG}?=50V}* |t5G1OGNW rC&6P'bpq`Io#5Ŵt_~I^b6gFd/OZ sQIGau7>ǘ*d%$NS'_,8jtHr"((x$! ;Vݜ\:U$$ϧ>K];(J)yjp> yJEN=t.epo<dl5a9m5ze''.q?LwshѤb_$(n& |VVtp-=T8تz'c,7GjBGea2< #ՒM}c'U0,=fCs2 %t)!/ ;%z|hNWBxVq?B~]iEi90Ik2ǓQ_y>mGRpX7ۄFuċӠOyN(H7u6m QDe5wVw%7-3!Z^UN!EW5vm/~f< KUcG&?3oyaHb%p OR22(w}Ʋ'x^zֲƜ6^H:Z/^0ũ߁izpp8[i hb eyL-˴*cM4+m+:6怒+;_yfZ,͊(칅7~E0A̶whx T_/#5hq| | +0,(,7pODC,{|D6WVj\ƅ؉'6%A\~崝0Ǎ`6Wh8zbl kPA  )9ȃ`q?oM椯DdžDb,RrZT @Kem#ؔͅ'>:}:3"g)E'JsĜ"G<Ѡ08aHS̓PDd9P, k~÷RB Or C7Gjg,Ef"XۜY{苹Ii ;;x#-j`]&\*J9?3 \uq\:dgMiʓUNhٞ@LA>Ƴq͍n7Mdq,j2U/9oFltgA;fў~hW4ofzZˀ.L~NnL,Oބ,# P1PH̟EgaDUţt*NX,#iAA5!X}gZn2g$:ߝS7HT+ Rje'huOPiŖSBj0}( Ak~s6yap&#-evty>xg5aQn!b?PcA˹#%]U̅(H1"ީ1CZ_8V]B:Y!ݵڊ$c0#H-u>W cV4kV %@kN"XV{6\+7?'*&-B(k9boTۨWgMj|o+<7كlu#FP|O`WW&Hnum|b~ ͐2KڅL5F5jLwN&3),q@5 Qi²_nB}94Tn"rmyپל1Gu;:&XC.P_@'tJ4kl,@XZbgk^eN]X0|5zEF=CWLKbftJfX;O2Jz+w~lPOKy<tXp+fj!M YvGf(&gI3`?gAF4?uG2},L3Qw`s>'!qpTQ=~0;Y!4KwJY NM=b#F,*o;:8 zX/~HFy eK39zu"yQ7jؠ7Q|POS_c҇bCzS dY"BzO< #|(^nsmiv^õ_1H"~ҿ\d, ,&l }GVzJcY<RPc~!EM\s|Ho5r68y$F C!6ǘ\lIBFy+L꽓7/95f/6 =7lY؈~nvRSJ'{( 3f !mzI_nCrĦ@G:~MR& .i;5'DC!^@Yk0)ޣ/"ϖD򮭐c1 Wp.^DZo|TCaWTܑw^ɠjMrն*`Ӆ'F9{B?Yv!sX=N`sk 5''vRH xCr&I0%H9l,"v,  y{ H9.=jTF :8ku٣!(!t5"[!`F<{]2ݤ\ չԊ"SiS +J:']E' d9%9KGoCP F(̜s!BIP^{~ bb%1xE8Rnr2p3K-$B!sn: E?G?j`Inr,bs-,#xXn:4­֙2r$>{N V > mӥt -glGU$؅Ng@!%,{=Su7Dip n`_m"5oNL2*Ze} ]+"ќ(4J4+.rZ ΢¯a{9#@.c06A9-evUҳ6cklW_QU~,<_^,C$n%]9c9 ΰ9 x 75AAjM.d8 Q b&ybTj3X 3\p`C{g O-\]5n]h'xwdʆPƿ /6 \oD{Ѵon76c*TMÓ!Q!6ꓡ $dgя u/+=>}3N =I>y#+0/{5AHА-1Xtv tJ@DBq.`Z$-u[_q+$l4;*ި:1v{$> WA=[G叟O:t)jOi^ 9}ו,ڸ"p1ˤHE:M ܯ\T.t÷|K%<۽J ՗ tfO˃[$NHe>ǂM#}Y_3Rr {俻|u>h8: >v|QioT;qNOWR>Ou$UO-]MO^i˚lYHTȞ>N]&y쥧\UR!-f]d Lknv'kN`5F1S# Ѝb. #p"9ۿ;P?0>)&J} qٔPG}N)%*FuK0f-a0~].G+iP{!lܽX.TMWP%|,ZqǞw^ _J?q\ z-:n=A]auƔ_(ŞƠ?8=LF'N#_O&7EA9( @!ӱqRLUY>{̼ŷ+E.'5$'Vqܘ'1#/_r(ۺIB# M'+[Δ2pi(0W -LvZ;2'%Ξ֌|9z:!EGIzcO=דE?F~t mlk+N8柽s_Q6{l%-#+=^J۹D1{эri@ `br\ ]QQ,0 k&"R~cf@S/X}Բ38xcbG6 N1>H|[  ȁ TJ( {MP5)) ؈M7A:Q4(h͂VQ OvhL9#Ϸwr+ul@?;EA\E,pHeV PE3ׇք)=,ih򁢸a{ԀmD,q+|b%+3uHղp\n0-sz&2Jf^ŕb*C(G@u' U̥ %&g_z8ȵ#Sg>p[a,]*1 fBoB,? >>O\F>U&DP>E,{3l& :Xxm`2otd*FPE y hB*In_lX09K'Jh9GyH]qr iKc%[pJ /MlXΔ 5"xma|H Cf?.<=qQJGa vtaWV <4XjIoz|e|:1']D{Pװ2 I-A_ G6v.&4qVvX\ RI?JGh\s 6UΚCbVפ0Z! acn/{ m 7ҟĨ3KwEKJ$pJJYOJK?J.n֭;aR i!u҆&C=ʼ%法}`hb6xAiSJG5 *5Lk'͈K-<_"qVq@8^ l^c: ~c _)43ωb|xr'9ɻ_tDjM3PJenl^ E.-M 6SV"zG#@n8SMgB@[| xw[.P!IH6bv:xʌkyǍJ֣!VymU;H={ Ֆf+Y$Rl9^w&{pM󲨃 J`K%mj#4RdOHnt7pws!Ey q &HXI GuQYb đ}E}B_p5Gصg(hb,w<<<)=&q3Sn9=Pʿo $rar xѤG5>eB#b6`p}E`- b 눬5K{_vZ$Uup)dgb Qу /!LMmYy5=H+$E* 6x+ xôPUƿxfJg懂ƵL@3edPl=H R^%y\堦'w ';K[!AO*NA@[hE~@=0 R-垄^ Ϡp|c7IAQX7P67OO5(EfݼžUҾ(B)ȸRAj 3Bf+^< I|+%a=#GAgi`}|@NߞɿsxyC~ 4kJFoyQ +x hFvћ~@B Vɑ2@".v9`uz l &vAIץ?6fU2@s߭LBӫ҂#m.D!tcFgZ3w EOB.^#=ZK^h$B &//JihPnkɺ[ iXaz D@3xLܨNٱ#bs 5ݎ&(?FXZ^YJ *D&TC7(+> ^@du,0:%[cϗ(LD% 5`ϓ&U,5GydBif7pA??x2%5qP/K [aURA|TuіP`Y$Pqk6.{*@1ogq]r ,(jsipy4/3O hrҧDžHe,0iZ}fԬl8sC c_Ϯ:.!Ru3_C9D.w^*XKkGPKξzXI<+zBy[IȂslU֡D]y_B}I}L#թT|dxfԪ̴pv*~@#f" MרjӮeD}UUUgJύ8W='msqwE>)^wz=n1'1: Ҹ9>3Zwz۽ mx^~]<QX27V>kĄCQ4mMg* #h@@hqsxݻk6>\s,jPƲqĵ=bƃPӞ5nmPx3zgcX u>+x7Vf1y2s_ʡ {ە:޾Q֦=K(:YPXTQz ^nlp;(g7 ERAɒv,/Vt9k <Q!EYxj6VU ɪe -uHl5.|=!EzS>RᲧrv}*qHqgXyi. R,&)~ΧukeӜxcϖ o MS}Ɖͫ/яp0a+aPW;\5)BrlYM,UpIMV&I-#[??p# Xjx)M:1b!N-E*t qU>g ۪y͋#ɓj C #6M4d=j җSnkxX'@D !53¿ЊZ]Z۴;$)&-wV $JC^ W8ЈUyo65"@ 0uL 5A.ψʅt>ܹ"xQ"W!Xʣ2xXC$8䘞 LDaXb±YsEhD~XQOa,JsDY*G{a%Xa4ӜɒBZzc-+B 21m +Zȵ\]|6BT#[W06??Y,/bKhQvR<}nR-M\pIҲvS0bm6sIL։jϯLN=N7bMpN*?\UՍR3(uk&ذ"bzPct.A˘6H-NgD%{4GQj'P8h2E ~jw8Uqoh[5]k8܎`036\&0̷-:'y{ɈNwAH(:+t5"Rʍֵx+Xi?E_;mnfȌ1+AmVݖo*7re2BzuxϐDU5W7peU^`V & <$brpf[C0SwM}m%xbQ.'`0L-? m1}aQMmfr9O#b5ؘMiK9ͣ/4L4\ v˜4.j/̩*~qbBwJ 8csQ:Kʡfn9xa2״M?)YqRAbyd)vb[=Y8U|[ 2LSNLP$t8tBmm?VnuW GA#2{J˹54u@'ଡ଼F"Q@(=ĮL5zra7L\Й u~fڧbC<x\i ;'S!"(I}#ǁ%mq_*{͉e%]W . vK(+cx.ߥ_Z3}wuK 3r>.&Vm_th0 ldN&M]5rr3;ĝ^Ż3VuoǬ5;48(:-P=gawi?VڢU^%<+exďpA) $SbQ5*=l!;T9䉭?Cd}nz.Jm{r/E] tJRpǐ?-7y= 8!$<4蔲M% uz%.Q7Y^%ds蜷0F}76'̌)ev!O/JF,LKq3 2~`:eh%f7.L99Bd^WS=tTb1/tw%`v]![#4pˆ-2sqh>*OnT`ϕP [J4+N^,Pل ! K*i-tاv']fjh -fFwqָ*UyZ4hbFw%.btJm`)uR/;:Qf+dp46^:~ǂO>9.s$&zZOvse@ 43?d,4 i]u۽{63y")N;c'-Zs ȅ #Tɽ2~Fa5r,W|vG(;5iBcsM#8@o N dO{i`YM} ;EOLqJ{$8E}q3,48AQ'qgYBV@G !3wF'//Jyx(\8gٵCl6sGUCޝ/ѩ qm7{1E> Pi}b}xh 1XmзOW^/R<- LY}e,#7VR?ZRB4-|GCҴ(.f6zZ>~#Hhwux= F&mSз )Qc1 giv QI (!֝]:m(Qnᓛ:?ypFtF(:Se’kΕr|S2 Zf7bc>L<~h;JN4jpAOw!_?ISYT2kK9%0 S>aR} o6.}]sz8!U4+Q*8Cur{ɚD5[rLb,gd"j'_Nv ! y^J 4tTh9QP}Md@jn<y:`z+wfE]W@'Q\7GL d\QQ46IsRk?aN´!2WXX2J&@H*|K*I0:*Or9 ۼU b լKw@[El뛁k0\!W%1d9lno$}\2:^zѷ 3-9%]#u+ We ,J UWCgYCTAAU'euu;̕d; zQ. $IjCQAyKs]>rߚI$:8T#@ԩj{א"u++Q/1dYnX-[ǀz!ʍ7,"4tܝ^sγb:< ?cS{%'dq~K|i!Twp/vZ7&kn\gph]޿(25lDhDcbΚdUF`kpkw۬&] JtxZ$pYR(>x֑2z#3PfV֭7>0/~R_ ^jk\%d˙ PA%w`bsD6( a+n[ZtXw2]J 'sd=f,>6QT4dKnT V9k=%kuӻ*)QVI-!QG+8)costP!?Bj3\;=7TM554mw 9[ iN^eE:@=U,l C%4«A(dms!P79;[@9|3;Wgۖ wdFYBzgu@r=:o:4MJ{Rvzl C4Ӱ_nZ d[-:̧ 5wF>_lH PBT6u2S!Q|(ZկMe7_ [fⵜC*B1QߙxAt\l<- a퀥i+ |;lbMn~) m5׶ ̆ؠi)fk | #;ex|\TطI~(H! bdAt6ԚSMk$ ^v`oP{0X6̄GIQifEOAXl*Ж@]sS=5ǓRZ$xO}pv3@BQv &ΰI%~ \sJ;^ &MnI q;LF/sLKh D:Qh iK]ZVWP/'!ǃ%BtBT Gs& fpwwHva2,[z!U>.h8_aGcjO`p3Ϡ3D _^=6ykOixnC>X{V"Ww:-Xx)Vpñ:ʅE7D)fy8v0ӧtm5@=(Qj߃@wPY{ ZGC%%3X/; ;1bQ3i^01D\)36%Mcdo9歘mro1kny/ٟ.XVY̥zSw!}K,6io 57c 3x閭O*ڸ兀|)1H{E>X۟d'#yV @Ҧj][p*i J RR G UlYM7LbGH้WcDŽ~HF0R40Es#g 5 Joo5OC"]4ǚ(bbe]ػGN}9dd!J_؈B 4mvdj @pY>6p4A<;#(AYOw`N^n,x0S=;&-Y{1eFג Q=𫿰`WD->eӝ, bLE`;(E'sXS0Ć<3eZ6K[D$2}B cG!RyiͣaWxߟ*_coP۞P' B|IL!PY b]7BC1S?)=tVY|;!u,INI*ᛉCVǼ5lpL$< 8JcTg\eAqԶ}O_e/%t,#|#J8h`b4^PklsZZo\| %U ȕ.%ԈJETdu vA>hJSr +fi[3x"$&C az]#רJ -ٴ,!rsVdGRZ|3*/䨘W ˇx;Z}gp_\]v@Z"0\W8H RŢ1X؁>֟#\☙pO۾7%=0U~^ɂ O AюmQϸƄv[K Tz ; x7P|L |YIJ?0:RrB'"&Ra$y+LI= wN5jbr!-Il?|o ~QIQm5u*E%K&rߠ Moac\:`9m7,h97D)IdZ')3|uxqPjO03 r_EM ןVjl2nը. 4xQwUpnC_P*+/d}]";_?a,#AJ:,̩i(/eQhB}  _UG~Ўΐ+LOGCwafDy[DvnICxќ0@/cR$rmTMq:8`ҔNᤳIy9'so@ 6 _ة@b ͝N}UkϨM 8ٮ=6n}8H-e ג`P7香de*iwIq^6ZS@p3#{G90&M<^$JGh$n#Mx;| Pd薧OcObtI S0b׃d hL 7EdX7qs1>l-Eeߍ9wJG)\T~o V7KWY-Me-Bq6x\&z$sչ n!kWzJnx2̗}Z@}<0^e] e:uJ߼stee5H`'[k:p+^^Eeu(`w:, *MkZK`YLԶ[I9)YQ[j;H_g۞|E29xzpHT`c3Uܘ@&O1qծD=13Tߊj^[l5<$nW 63DqcOGojA[70bx8 #bBf H.չۣ{! X9Vp套r(Fqs--du\qI=ϥ md Rѥe4.: 1(%AM#-kŇf{mwDZ|`Nⶺ뿞?S.UʤnhJb#%c#/ ҫ+56({BljR,a3oeB"4ZXΝAsU`:`i}qYbs4m~3_%[;hS6CU_pKZeC90ށvq3m8:݉RSޕ+ 7 89U#oS}dE ]}܈h]ƯQ!Ô#:G2g]fFyֱ$C5!tmjQtS7Vs-Xrl.?y|l2eƵ2lKg^Vz|t붳R zP2(jҞ*#3vS 8*t; ##3s { D%6{~ZPe\W}w%|D?'i_lfG*I=yNw~\|BY@ UfMD h߲=V&RvQu; ]K^,W5P {- ^>;QMk?&v 'pi:t^&rKzr#FMrjz:BX[ ZDd9^;Ũ2Mϒ![1[ ($MP ʊY n$zmw^7/ɀWJ@/J1:HhM*lrsqMGQȱש 9z*O㳦Bb3$ʸxBG@1rid?(+e'Բe+5f^-vmryaJ {'@Gy]raJ>4'v/DS>CgG軰IPNVduHmptNCIEs&utP$+HHkm( ņ;hDH1wW/cɳW³5J+#KuYU}t+Ne3wbHT;F`_c@i& cFifBxlU}kd8ƱyƳ~9'X-fZ\<ۑ0Е4Oq WITSWNrҡ ѓ2ycC[5<2s%Ng[ }_B3b|(ćQ,+y@ΰL=Ƙ xayaĎ@,MGlK@.<~Pg7p$QCDe0I %2fy" ­)1sLh`Hx #1\Tgc w:̬x,0:0ТUuPs?a5#F 5l>%$m<ͲW0r+TZUONWg>E'G?Pa;/c^}*9?d|%p'瘰<:Ӡxe,R& pX$ڗӔ]? ",iٙ ˵SEiٔDhSt؆#Vlh9N_zaC::S+S)lT'w5>]j L.sħP".5o&=TYҧ̪v]`飋2ڎ $@Ak9S 7ϕ#^=IAۅFUb;aēzqLrRu7yQdy,\eea<oJ6Ej4.om i_ s5[[\ccY TR:ڄW[yucSh\<.L[cۗ%9gWKfVThuϩ,͆s'l:t^aɐD;K'I*O 1 9f^|gVVg( & O<Жq [T?k5u2l?u`2rЮ-(;GUeFrgijũ:4VxAO]u#m~=z;LjB:wuw N|D`>_ Xz#5rw)b'Fp&vF HֻŊM)F!%jYfỹPJ߆hoiSmYB:+L͑|zt0Xsn-8©brՌ*w)kyTNLF`_8y}rT^_' *zh{[1`>7Ztum|{=0CSXۉReJYd9|MkqiUXԺb}(/ ӫp8Œ`K8 d2+(.ۧy^I,V ֭y7E 5kJ[%̿JDZU0XkX7Lz tFL5xmWv+AlU0&-aC kK\|h vdܠ X35Mn=[5uFmU G#]gPɉFa`04^;"@/&zQmIu9nMĘev6ptOoG۬mؔ"Nw/UĜwK60}aA[/Skm>sb zd!mR**{+[p3=6؟,|h-+VبuEK] &5e~s *# 4ZhA"ͱJax5L3 3>+c@OlUh!]E#Q֖~@|Q@Tv W涌;Q JJb_Bk#'g GsNBTF2n?6R-tZws%[tkv˒X}Or럨RxH|š%ɩcBnn{)lGg݉X^F9{StrWX/JƌiVadrlb1b˾"k^n/ĢArCٚW|ϟx0(S;3aji +ty:i`YfШ\j mDlL71O,?l!_`;J< ÔQ_fM[/Е\ ,f-3mYH7AD%]\5|R jzC/Of9;8;}<2s?yU-fcyf: .ʆj bdoii<>)Z BV) fw[#ps"ˎAk3ɆlF<ޥ4x/3yq>#/:"9qj)=AN [е)%IK"DS`vgX">Ds L0E'Bd.T gC@c>,F۱Q0R3 <'60`= 9ƛ>uSrŭ}Oz-xT1E2lToD{-( Ev;cY jKȺ͘XkӂFiѕ lo"āK*T'8ѹU5be0o (\ ,b%E$Y_tS管7TͪpA3K @YͻFV8inDWx@q Пؖ8W*EUs[ƋUJKG$X]8ĘٰsP\V2uT1Qۘaid]eJn70)iF1]K:2DTnL9Vˏޖg x" }zinDHD9(S$9Jۢ|1֕C%*5jւ.tA,+ƿ ~ъ7uMZvKo~z&YG]Wlk'^*u-!fއ"0UpfM@)u&Xӟ允m5<phxĸAX@zb A=gms^nkB 5>>!g0oˆ t0t6s|~XhdkEO}]9tÒlhRW8zpNdx[n.an>zh8| P,5y VkvV̽+jj jnWw! A?hx7ߑ9>7޻]&8/y|Lu8cؖxnPI&ŠB6﫶m"s8 egCAw2aoP~Ф$m1)NBoxũW ' zۇKB^H`@=ʊ l &59=vr= cJ{-켆H^U*5taZd\1 LD'dCeemvqE1a̩v*n{V!ZvՔEVuܮH I|T앐ay /YYya b>R|Ez`m,ӠnyHz}^'6CG]I?"­ .'4_ϞdB#@5>C5}y.b4d9Je㕚ki|##d;7 ")T.Shg6G2I$`K,q4{EU{Dn5u(FU}H&.L? bZ PHZoSʠ:q'~>3Ȏ;UJ$u14iH4di( C2L"ZRԄpyFsN†D-[miT ѳ*Z;æ0,p^p"mndC,ߖ a]~20qctw(hZ@X<`-)8tIhQX[Mb|F~= ɼřlw rk\&,aRy J"^:)ԟXb]T2?0P~j28{Kla'E풿%tq%Ȳ o&ڗ 9$Ǹm> R7m7PZvcKU<"c 1^f(3B l?2YhYF'rG{ʼnulIq}s\VSa A20Mڗ$P$+7w"Pm_u򆕰H_:>P#7bgQҺ[68Oc!] S:m',(Yݡ>6f|b8^q.bp_M1 qcspJ̜ Ӄ%CgP Q1L˝GݓN%U5*i6T51 v@mZN\0EXV)( Z>q3 ?\RSv/Wzog زN.[x;MH*ѵpy]Qʼn~tVD,=} z 57?V Z+{Edk&iجB˫ >~eWGl_^?~4d"F[4wA0K/xm-O?j-ZF}6 A`iX|!iba%3 @qJji:hi ˱`H'[P|{tMA)lGeSpzvIQD\cBf?R;02'=_tUP1ު%:! OI8g0?P ;uu%Af>/'OY$ۀX;xyI8`,?ԣ69> 5EgNвS5wފd@M^T+d$qQXNHL$nQtE{i+qHxaȏ*Bi.r *8 zC*d޻Y//S׸zxZ&9۫gR'ͺj]$u%أ ~*u1\2]It_|fqFLpqjg/JE1\5^@)mUrxQoQg7ydežmUoT [(Z곽-71ZZn䙅XHs.%88?-4O=5;xmE2W b1lm{~c艦.u/{€"OKrpOH%bSg.B2 ڽ"K͎K 6(`GSpp6#=;{u7u 5&8I4y+a9.uY#rV'̬'ܘ ,7׫`(._:KwЧ}8U PR*!򮟞V\4a1Կv0 iJp]kz*'.:7AvPgdfƈV+[ؐ(D 2}Оn_<|;b9Y, ~+zrc,  9vFA !W7ؼj3:3憅9prfbڼ mI F%]ׅS}qUi_ X!uV],b~A.jAOdzesjɂdh${o=7O8YP< Sd~3!TJ? @4E=`?nONfP:MqCO+Z8fEYg=bVҋa鱿(8Ip\\# mOId~%|rAۧNkjov@R_J)Ǭ+U?cwJ/ٌ yH2i|U =ꐸST9 `.0ɣy?v%U֕rB#O\}lL n΍2לv: Wbܬ4,N*aAL:K"*Y'}E& @w[If2.Cd$KĿf C.(eG" Ī!oR+\v}p=n8v)z[Ux 3N8/[u;-0]xhdx ap't5&GMFT4&Ô2qO-qEXM)9x@Ik%6hlgy PecZJgllS /L|PExŤCI#v{1'3#ysVkC{&1D 7'e|Beɮ Tۇy xt(vF4T$[M*x."TKza]4/[2<ۘϬ?_Mw*)^GY ^)Fk8QnXĞ+tl4ܦ<$5\XqM&TWGcӷ9C^m[ldۿ11F"9s A2xa*|Q"Jœ%RVS/ѭO3Q%,lW24,sZBjE*]װ9Ip^!ܮcW8z9DL+u3kOFu.%5 H]G3tF G?ݏN^kY~MRCτR)"e\?C8ˋvvO YWm`q]7g;4nD?3O(PJmc?=PM=#mZ4|]S4,zf !p {d}37lʷY_a_+h./6BDY81n)l8R!1s3aW;sRLD}zX+9]|QKz򏬐f zCXjh/Xx:ax[k,{o})Q\= yR}H|B' Lz{\+yvA.x*cTX_Dwfk3:mE`/>\ZeI4 R&YHf}cIM *DI$N ?¥;'4UJ365p]AknUד=@Kshvۡv&r+H~㰿y[[Ł T-p1gLɊ6(%sD de6Wl%\F⫫۲g%,izz4+#Ni_iD3{59Mȇnd돞ѭnYР>LFz1 _Ơ7;Q>):Q.Iʿ-g$qԻJ'ؓ(ŕi[.6ĞMMe frSJ?ԻP}NiV|y-S0C]meʔtGy5y(bWm34clg 롤f,HVS FqQ>OʛL&4T2T1[[$2HueoG an&~=mo[Kf,0LG9lCzXl_w=i* 6U-G ZDPfj݈,0U{9?;YR\ RUfk"apD_=;1YU^hJCU(9C asc(A 20*JhL=PF0jsA8&K`_:ij&_f 誙M?ƤJ&-ʄZ(b6|?94yDvY2oJ a>o`!s,"_D&&uYU-))bu>{v:_t}^d;.##ͤZ~e#fI'bk$Qt@Iy6n5×Xe&넾W ^'~pLZ!~銪+ mY2Z+{$M[ טt` ( %~(xTah'>aB7UpNS)I.~|ur?(Q$\e-z5,2,  1Ahd9>{02чI^rSdS6YT*#A.tmݷ6 -5jJm@ Ǹ@%#9ܦ0,bʄhe@lFdD Rm wcej8dĚ*`Apg&T/$Wً;%^1{:_1{0xWqoe:_}6v<ۍ77AI<׸pi/pޛ^ :eh6y-Q-I3RqX~`\}w:mC*ڳ7 &/To0 .K\h*OvhPb4!K9"O>a (\n\P@PBa#{_\ +Lg:A iH@;Q#ث R_KU Æ m7ؙ:yؗg1/m\hx=mɁo[ aU&}J?Z.ŹuҔ׹veINT+E?vB ьj!9t[cF{n{8V)TT=W:z R ҝ|K0DbI^eOV3ӈOP+@x70oxoiG潖 #Ane D{IYdPF(ovZ||`ѼX?5*صN>mDωhr"g5kBa^AA![ L:$%!C6~_GCh}\}uZ4gVy+1XNNi6:)A;%k?͜wP@6@tAK쾜%Y=O%l gx &Emgs N8ֲ: Ї>1(I"э1ٺ%Nz !y򬗄j/ukMPU?9-RY046.b`, ~ل"ZV6cxZǦȼfS@ĺqC?B$օ@F; ~}1 ZyFʶz蜮9ըIO෼M(,J!`lT"bEGpRek( leCa2餋HTg!A w#.C?)hL2Ϳj2/lq]Lu9%x{¤h/6NAsϋPLϺ,G|0 ^ɍ$BD5R0Q0z! E?gJOSe5 ?qsSlse或}e$߼#[ ­ Dv(SXDFvq>9%[T;.s% =̴6T^e9 4uɶ7tr淵Rg9ƒ9Y ɩ6Y__unK(U^3vbA0)zy=x]\$() }QorScz XONNIS{绑pucp/o*M/>&> Q̚b]&Ŷ VPzgF@t-J _kc׉weًGzPM%rWH*][g=kO\pfug~zmq+2Q"+_,4?Į Y۫Y*0} ;a~_ħyW?&2cڻl,~#`9xٸFFSxNk}t-&/ n})|? U+xejU{6A`u")'Kcr8ttoؘMwURt$}BWk1sgix>d =UU1Y-5eHtI?;G)y!3rd\7fmkL<]Փc=Lyt񂦆'Z蟅aWm-5h|f-|Z<+'/+Sa^c/0yd|GT"X]J-뮕=DeƗFcI]l޴4n.'  g6>rʇ -"WUT6Jy@w]}Fzԋ"Wj% ,4[Z7 -.'eys3k&{n=K,7FH!Z\>oyK%%/d\JFWH(]ifو*Cɂ"|c7 j-a?)jwZOe$}4[;\s&kO ㋞OXm4x,/jbI]?3kB3PZDcXfr24Lg>.t3*'yRj&WaF%2fd:iH(V贽 R-wٻׂ_qo ezAXFO Im2 H~`R ]G, a^AD3֞AKH2)@dnڢK'xZ^+ t__ BXTƽ:Tpj4Մu>10C?zE=iZ? o#".q9[m-[.:/x2aGvoF=>yq7*n-ܦ07)x ^g@>pRI8^4!kA9H=Y2DԱr1@I-6A]fC-e?.&;M -VK6؝]4o['['̾"/Y̖{\%\4q+[ 嫋57;j6ԚA@RcرZU0up>SvKWNIWѝdMU&%I^>_gL',%f1h~Nrґ#P镇 t/˘s^1.KDyQ-44]V[,P",iI{7.&ut +Wຝqr`fp-R`]ԹCЮRfLf3gR-k%o=w9zߍԓI`Ka&(+'EbM+;D&X*,cz%{d4$ Xn MbVAkyX2D dH;f;k_=2+oW+xTF78"uo|V>c"[ݦڿ+ѸI6;ݺ9϶|x0RCir}SpC!Ѕ)g {@}-l˭_rgGip m&hG:qb.IgUlDoave/pjzQ*dI:BayA+7"BpO,BO >NKfhQCqHp52%amLBÓ1yH,M<oﳀݹ\skcC,dH駤Δ8Ctcᰣ*h͌a8yPAhI3QJP[B̢o7_qmc4Ss;w5 ,gaֳׄsזP@cWadkBҍVYHPߧZ\b1|†~qaa`ftjmj柦dimV>7e? +yA!rD,j0. Ts\pcmg%<Zj9$PKJn%BvP# /L_8E|0=>vS<> v.-J*b)wQX!t5eH?#`&)\Ǫ[HDg6J‘#n6B+rCL_o&:Mu7][!G_~C7AVIUܫزIL`Q96 {cņ0&K iAka$w(C"$qC^V"_D~,k@9P,0Њb $X1N^GH}i?Z ]ѥr-c{>a0q:8IDEJ CPsq4Y Z{$d/ulE\4,}:R;b+-3"U5o- =\{-4EIJT$s~s~00S c10:Sv D5Ė`D&=o}.72GΞj_i ԗ[ Ve :]e` rUH5f_! zh xf,{&[CN=oݼNs?P6:v:Y9 `9 d cQ֮C+o7y\zƙ:a쵫u1%U/{840^Ĥ4&4A}46› .,vVOsUfLCN~*oEN[M5 9PHhג^Pr%;s7~AYf59߻L׼LhLIq O~B`~ ^O= ?/fM/![3 O:>wyS!Qcﰎ`Bzk"%t| }0k*"2#N(zQwmV.×l@:(.s1"?(~?pF3ۿs8=L/EpnP ڵ5=NYu)\/߶vZ{IJ_,s{I/$pҜTcW$%%7 ҉i> ;5V/(F)e;]3] :85I2m$[ʹ試e^ck휌BZN}uO2G7b3'#Iַ5_1x@`L`6횚˞w'Sq{` @|1r]~9SRKE$|QcX譂+txtyQcK..ve}*sr4rupᷤaH݂a;G}A@r-_ThRHQA^WwwyPO:iV~+$MUm&"TCeE.[VL8LSZ nIvF"$TQ o`UaؑQWmVQhX\7)9G>)ťQ{:YGc[b mez')B*F$qGPlClU]eET̍YԏόՈ,y^0ĕ Sgb鳡i+W(BC~U+ٰ t&,lT=?Fep&"R9i D3ź#| vgiRw%vF@.~-[n'= \mƓ[\ *;R]I7hpYa |gEҝ0c#H s6ȁ [lPsuTDЏ1;q26X'2 LMDhh/O\UΙj% OD !\+V[pMP5F->iVJr2ۊ,;~*uT>oLUn7`sOn>7ҢoI R#6-sC$7z./?iimXEgd[- OdD~$_uedT!>d+3it0Fmr&s,|Z>[4qgZ4\s | j;"zQx\x+gD f1 ot1/?HOքv_+y6<1)wK.)fX[HoW3$[~(E # . 3cgRZBYvQ2&3mUOƆDND'BbIVX".`%Pɸ鈳xՠM]^#-py3솚yX{Lssb:wsVTGafh,T)"Ї#1ԟX24hPk!zì\ dܣ(FWd2m-2ZLtn+2< xYhZ [(S)Ԕu*t;_JӔ@I߫*Oոg9]>n&rAB F$?gEK0O>_dsi3$7.yjbPx|ˮ$ k㺲ҋBEyn!#gx>`ĚzBK#tY?#%K+ #5Vw35|zh'׵H|0Ą5SGM ‰ #d O-\6?%> ;x0z_^X?D(}`Uh ps62y8a…^ᦱsetq{qGP׶kan1_dj۪{ó2'V?0Y/o1Z@j7Z[l{<8\ ?:?i eO N4cNP6C1\ob_zxJ [42W ح[$d?B! n^,o(`Y2.c xQQdrIhlZi5O!HؑYtxFx&M}{md$Ԯ_BܨlאzK C *B:^B ʌ唄qZ3\.:3=9%_HBo#K)@s%Rm7ˆԨj5l0_4̘+1Invnj _(+bns:C>A#b>dÙ$A8s܋l ܂427WKMe* h 8A؅QYE#ZyC4^Ν 8el.=ƈ>eͬ+loQfkc)@g ɞ?_${U0xPѺ6,,bũS[^&3WE\Tu+D][]/Z|A>H(ab_,OT=FU+q glAN<~(8űYP'F7T,a!M1R22)~Q" rajҤg ]S1bɘspi^(^z^e`}"-&\nX) =S> 6߼\--}:=&>'BteH k쏱)4fͼw*oF]b`Ys%U lDGPPL/k̅'5RYPjߒ'{/M |Gυyna|!ElPA~dpez <5堈݊E, goa[m W-RxA<-ce0i*QzXdk;4.I%3w!WoVǘ#𫯫Si-~P[J5˵ X49cM_glIҤOt\@vrSpnKСH} v񁕁7C-jY k%ZF-pnn`2QP @(Q! D2 36897k{I{"[skKMx}$?*!S^  ezrUohID8w_h -Nʬwo[so&MGĀkn4ޝ2]6^uhg 0gJU1恮"~lwC* ݞ{g d4/9S}Ve(X XWAZV^8 ᛸcڡ.17),SXw=1t+0p\;7S?y^c#>`hi #Ӟ^ჽEIg*Ď*[L p/0kbN)Ļ!J z'NQgKNMj qV'/Ž)e`Z0Xb.(`͏?PP旛WX#cR)~}OggB]GH~[o^le&>jlrW c3ja|+td|҈O1cEC?Ī` rhte㒢$}š k]&=|q).~#}hTh*d/i'q -7,yEw!!Aa\Mmx;Mπ/6FqwP)LOӵQ?Rf ܙFh-wnsZYTR/j5gova 5~z>f9J[z*?bLI& $d(X0k97 ;)K+vI;JRיƻ_Whw//7k$BE׭*V[iO3|Ycg݋3Im]̶'@#YZ77r\:LBHeqCp1A!\a7sWIXՁd:0IJ[5zW a0vAk s-Wvm0vk!˱y h'_SSjN䝠L3ӆ;p0.poF !Zִ筢ې$3xؙiEX ^apf4:kTTCأQYI#sGڦN-9C7/I/c\dysAH hb Nmf'5ԳJVm$JTodm;.]Bք - _ךG54<GD6Wos Ӌ*F4mvqkG%v^uw w XVC֢Ҡ ދBF}7f!)C;zon9jgKlߧN-rL@ipˑqlgsěN$WF!1:[Ik|7\gptב(@6 ݪsL b2st<}}wz$fcD2XoKN42as7\ wF38n&㯼&7C% cMg ͫO !%pM9p%mxITŝVD9 CZ `P{[vc[avГNe~׉fLEhqr׿ AP28LNANBzOA1YOaUzIm9{XN!Ր} gc7,H~mތP؊&G6qC 4G%jX'Ylvn/ c M}/Ѣ%9' HzUm' &]-}Rv"dV$9x=aвRtbaؗ˧wǙK4譇c{n Z͆Ȋ)ڋy!SQEzI6;(^0(,i-H@UyrZA#M,ǁol(0Ij0 KHB`D MWTP3*Bh=6q-'$QMQ:D\. 3Zl9N7ֺU S?Q6( n{U%}^E@XDSQwRytU^<+-{W"H2rgLKWݢ$ht*\dT O4o0UV4>&ww2HK𲻥(R'osF ț0W=6t4˶7Y)eE @ӿuz M.i"r_QE̊ķ2+W|65Ŧז<:&=XbpR{;MnRIab3ji4E# P_, ]G@K]Rϡ R߹Jjo ɌoxbMihf("M("/h@11=cE6)7dUqX18tQ/R,@5 ͈z{dHBe"2[g~CWGHPĸT4?>/*}`3[^_ l/"/R)Z) n_K,@ h`"k^PZlOUp0e]3?bzqu{݁,G&?:tA]_uͮƅ\z/짣#5:=mHĕf$T9lq.+,!fοW߁b@[ q45<|P  mc '֋JRDtM4`[1lG*ki4=Nq-zk9jFu!yG z ɂp6g`Ɔ K O= 5:y~wQVfDQɜ 6V&#Cu )_M [cc 蜒VhүGˁas֡G59BK #_4},a!9Ծj.JsݧsGk#cZd !%v0kCŦ,Q'Meo y&]t$&?aQeձm9-CrbCO :/46IKa6  )v脗[ R˚x7ߧudY5(֭!MJ^r;zɸ0PUkwū5#m;ZKD,D;c_@cIe&*@;J6'nLDuwޱer$_E+B՗qUu/f?DyDbG|+w_8[jL`x's D;2E 鿰HoUev6"nU6rksVcr&$UEN$l_.6W˹T%W,sL=X~w8!f6B?&-Ճ~fp@UC3nz-+ϛpj, {R^ߊ[uc5yKεm^9hj8/ csw@nOe}澄Hf/3H6*}O2z)Zs0Eꇝgh0TPB:/>K[ti_/\I5[k XJXyV3i> 9͌Z ,ōD; ILBEQ*v)9n;YJz!8ӵ8Gd;4{d [ ;@s(&YНr1R&~B񉅙Sa)SAj0^ek@HXh~Y?b? k!Ѵq] Vo@;%r)$ ":boܾr31ik>½t{(?KzĖqun2b, @y .He IW H#ګ@\fU Mh(͆HMUκO:#EXoGq]|:=qt\NCmr)"T)o_z=blC"a#Sν+rIo1ɴoЏ U;+84 fw5L*il@z îgF M. V>~U8\_+m};,di"|:!M@/Z 0lV5hCz5ngq' ^& f$Ok}[teLX1(ڟcRGEߢ>8ǀ+ݙIؚ!^adq+Qh;{ivWdćtRg.vq~8QMjVcm-H{?N}ȷ T#m2P$yғLδo$"Bog"ܢ9zz+,'q:mGEy=Le=O|p=SNqU QeT2rꕬ.D࿾ek1O ߃4&?Aɼ o4TWeuG=$b&5)jב`3Y LkCX0jKSyC*rZh鳸Q0iA207ꔠD!k.A1L# ZM^9EX69t#6Aa H0q3q1UlbaPj5Q-evol@F w)1NO6%k+*̛É,A㪁!i OR2NAn@GIY{Q{qh <($V݆&^V_:li|s)ȥS+Y2X{ѕ5Z:߲HD>HFȀ֓%wՎhd #b|^%{@8 z@Ӳ+lL?@5F+O qJ+c8'd &epRK]i^`F*kxD3"#."PAըq{f3iէ}DL.?b?F։V"8B ll :.1D!,z-_|噰ypuaqB/mn]sWleB;i4:)r$S~Bj?H>f ;JHk>u h>yx\X5x}/!KE[۟+I!o>ָGѬr74)2**n͋A u9Vxje2UR:w6vrI OnX%SY'ؾ%I3 +SP[ibHm-uWouqTu1"V2j/?߱ XGg9#C,j{ܫwBk)iu9ݕy5^y9ƼcRKfC2t{"~E:/v8#'$ oρLAWwlsvXaF-+7lKVmfƊ0)+$d{HNy3=p}HF5s_}SMDFfl oY!^?T.k~#BEߥ%Z `7IZJhވ c#N !qdb y5Q! ʁf.qrUGW G!UEOc.*!ɹOrFk@'k6un|qP6]Ǿ=Ϙ٭v1-S}7J鸐;.^'`7M¸vy3;F@I cZm>8D7Ꮪ$Ƹ/(6MhaHLE%#Jf~dئ~6_HalZՂTm )?EWpHU:?dh|qA̮-1P\MF7Oϛ$n?}mm4MLZࡅedaCvX-ﷂ.y169 _C"t-nщfxb$EJPۑqRk1ścu/}l5MM쐗,>I4LulW^۬1 $ӾG`1yʍݒ`ldsn&2xt%@fFFƝZvQMo4kwov4*_ wrƾݩxEXZQڹԑ%8G-!,2 34.$Z?BDmsjz:v鱝2Qz=:/E=>ӡlSTYftKes.+4aiusүN􍺝&H\u^-f'KBU}E C]FdM)gmk6|,ث8`;ÈJJA~+eh0bP4f!Q/== K {+U%=%<_=pgWҸ gq/crI'fK!9غVg(q?ϚR|&3܎<*nS.kPa:hswVs46JVzJ-Y34s2=}>`p'ABځBc7, pq!@81?kYPYo!7mA"KwA[gJrSqNy8?'`nfqVZZ .wyCW=}9?U ; $&=fŬFBE B3%ߥo[֒Due֞!CTJ?Y+NqYSL#FjxSvˆL wgܨ|8+%BナNoL{sM 7Mz: @T -zCzݒikb.ڍLkS4bPaek~]ZYZP6O'~A7+0 O#?_BQӅ9N <{iT65egn} Cރjyxާ}Ƹ$H+pN}*+0nMB| km֕NN/RlB{cbX~/JX<S(XlwGOO Zs\']w-Bcdy$9`b~m45q qO^HݑkaD*` Η<-/*k{}n(<~V(xPk}t"^= ln)zGFgnwo4S86~\ e`fCl:c4iQU{P[\4PgiiBjoFyYK1z7^cVVB`W<6Mnz6x8 k#@ƸVw\@:,:sz"ssW>t"˰i"_Y$~ŘA\6c- E/VqZgl߶JpٞlsqOm36z[Y^[ o&ua>X 6uÌSUst㬬V;$7t"Lq@ 5D>,qp%O7U'tPH 3c'{&C `2% e 5܋)"^EQ2?b(7yuHC:MRAo2]ߠ=Ӽ$RˣPB+sϠҏ61|T9j<(ޢBٌM>3K%=yA vrG.,~K;cYlRnE6wͪ2S |qb&hX5ErP17SjGޥ}0@/'^гdAp8 mAvZuG,J@0U*$AAMJ׿xDV ~%8"K0_Rp'[ =_op;Lè)P.*S!& S)hATX*Mއ1eZ#v o/_f;kWZ(؟7ݒ 16(zPz%C'h/tjA# +"`0 }ύH {fޢ`[9:ʦˆk<ױlůfPb Qʴ,yҺ l|'v6K th޷2жwnzMĩ,3{6u퍏As4.{Ka,.!ŕLJ+EC)q"4W ESL֕框KFHrD"&jDjx'tFحy;D3m*Fh/Zu:)s"Er3ˎ8EK%~,La#=8C#IlM-REɻJX9@C J ;ɻK,ON!u#ZX5 |`A+"8N/׵U䣺]c;+g ftqӿ S{0l'qF7;_y 1ՒKV{$9Mk)/1V5 /{P*MaK3t0Ȅzlɳq}V(j:q^>9+y;0d$ݮb%e0|¨ih,# IR02B 67_~%&_StFⱉ"v-)I__L~?̐J 륮Vbu ^Y+#Ų*a.`,VlZ76)cP?mHإ+˜zμ.-4+wLa)[ MtVb6'{FZwIUuMoФ)]#TmfGH|W=ɄH"gp Iꋞ952=>Cϸ+$Lf7eix1&Q !c E>z:1Dհo|kZ$KTA}غM) &$ M5d Y" j #Qg01~P \FuuQ}#&hp:U03%1QK8CTOތ7Z A4t!7~21bb Gx/ӤW u&).&/-t쐫Pި Fp!Xpv,.GѣD$R49>/aJ(\h-t/B9-wZR8} N)c6נlc\T -KSv}H5=^?=:ѻJ0@.;Ʃ*ٟ(@ 'WiKt5iz5{Ά_)i{!G~u2?cK1c w&a]{RωY%"W2v i-@3;8w ӐL hYmP/+U֍jUAaѻ-mܒ츞/N@#SiWF7LZL?Y)Ⱥȗ<E6Dn\ 4:ŗH^#6KHܭXhO>PDraPsb~!L Ӊu|=ird[=C&@FŚN(V{zv> gg6ubzマXT HX0_R,ă$egvEV~L_4VyB#gwTVtta뇣KɲY|ہ?b!>#1M M-b$ɤZry 2b-6wX o3p$7q}8">eEΑ@CnzTi t2I}ԏ.Ig}_+4*$|C)IFZ)ϥ ٿ;cvV~N\IdǙ8z; uFuMVW X [YTQjQ_㤥n{;+ X\l:ɪmzk[A4#YIbtlrԣR6{ʾ \y</U8 Z1_dBTX4`? x߁q#{~z¼?p| j/83cio48:ڭ  WkL}Ƚԝ %$5ooyG\ ;^ƪ&qQ 4f gT0L4^ID|{ekM:,MڷDȢu|{ȹr\#cN?cƂ.PpN8{jks^ څԝNՃk!uߟ9o  Z?8Sx΁&+&t -pnTUFv>K˺T2pS g@C]7)|%jBrL4v]p30:!j 7/DH@ 'AlT`Vr.H #ӪFV%iZHT"|x9:ml΀jm,tvX6xtpѵDD# 8X܁Jқv9\r@5? -nOV=-z *afl,Pŧ:0._v 4׷:`Vg_ao?O=Eg0P+K:V;ܺ'tq1:ݦhU=j-tvvf͕,^f(oj;X1߮R ~m@MMqGp}v;r|L_[ٽwFUxOcE˾p͏ŜȻ4rIHuCV567q)VxneYՌ$KXOF,n_@NH.g-Ǯݛ(W>ƧHx0$ьb*6p\_$^n/B Zj?tÑaz?G"_x[" "mn)v-yB"K`p3G1a]yB6WqˑHDBeðƬJ/P\9X|T[ӂČDcצ߫s^K4܊/־ g򭏎%zՎƜ+;0;ʊX%kr%4hkljY}_Kw}[EAl18 v=$hK -A 5Bڎhļm$.(A'|jq{nq_Wf]_P$(u5o.)^B#}aЄfoLѧ\)o2q!8PrܡulTb4eJ~kCۑ T̑_m:0Ǘ5<0~`5I^'y8ɛ{}A_&EhX:hsgfT/t.h9Sf`]!H҆u*|_Pϙj.0N@syS^; w.gyUڈ,tG0x+!VMUQ-l@z(=S* dTYadpy Dxű+v! ^PZj5t=QZ w+j=gxWƃ  @4hl;N3"D^w7[0"62%AdCAObٝ/ZݽF4)0Tu̓;pVeYX"l<;t$daRZ,?Q;/covfƦ1iZ"j'֦ gӧxIb0pN[zۢO~ [/&q`r9(R$ӓ~2N_Ϻ;~/iSAXMTFzѲ[PI3ZCJ?*ŰVzb,cLIPg^2Pk>acx /iT0a -'{X!0ea:r'5uSސnljh&*(QF씕z=D6K/@B]ߠJP<浑rH.}kyq\ &Lqʂf,S^.B ~Tn?]R% NO}.d McU):oK[?r _69]ʪ`y<84`G9(\9'ii5P''nWaL@9F+b'U5+qoh1?=Ӑ~AySRU4uO:Fx:43&ѴGgg\~R&ڿT9<8%AzmR2)/G|u90 [+/FߌU,G>DIVD' 'i_E% FQ}f* SvR0l_IM`g_snDmv*뀱ڬ&R4@GnPS .ǘ_o83)^"r 2c.bٞ9R\R(>¾w<tiV"w:39Hw>KEa|]ҡTfb$kVQ5݀*$˫6NQ`7_&DN'q+1\W)IOܙz/:—@]L"/\IP=qz\J#O }yF9!.a MV*6<2AsONfW!tNQY;ݜI18*玬b(&V7ZR1nU.h;G7mlb'Sws&#H{Ca .uٵ5 F Wkd&͈:aDn i[}dmTcA;R|^9g}&B2ᯈT*{*G eu2d) ^T#/3sY: v|L=]s "/wƓ"Ĩ4'zQt]EwW-0 WsV`q2O.pP.6.OuptWB฽)hL"q_ɓ'N3w.iP.[(*7yWxyzR\Bx]W8౿Uc@\k+Xj}.ڇ(PMP[er@Wk 3i +`{yK,!ʸ}K.<c_GZѐCA$.?T(xږus+0: a_ qu @C5dU9f&7sL%>^ngP܁If|9C3uiӬg0SlP2,Sg$>p9+qjY<QSLH n}l݁C[fC?&_a>tY(&4*zީ4gG5gOhGs,T;hu'Xb:4 `\&7PaZHyv>.qɐɬ'ϵaB:e~@M) ?whi.Zq׳9a7wpsqasHk?ս<'ც\%k`i*or@6,BX#U*ptӪC>TI5lbgx,e'|&Lwr9V/5PްyRu̱W/ qCpfʱj C̏sd@P {hC? g[ڝWg,$K+3eBcCXsLK"u 'IgD=l6Q/h$keyWMlGę"CI2H m*E  *r@Ywi_MKġ )궎48 ^.GOڜjxH0~*bZqG"Ds-)tH4؂~nK.cn]:.8)})T( q 'm6u+Tzc 4s`:(-P}빢&__ijYܠ뵀JAfYj2F[o<偳1$Y⢬Ǝ C{v͹=rJV{IGCkv@vPL VM,Ҟ~y5\oD?@ X0J{w;dL=&8%eO0+vY&ʎ͒&3tRVfmU u[3@PIu;!?E{Po5kѲhFKo5xk/T7Gy062#:׭"vTf+P IkH|"\CU:]1}0|bUPV흱|n&TQer{Ēu \7k`dUV1C(!%h$%g<ȭNʨBFRSWR :LA[Y'ص>0"X)h:/)Բz(w]' L|TfXOw&{ w?(gR5I[B<{H7 acPmeҨ] CK6d@-/%C?`}\(-ՠ?|IK#{f )8oj}?7;d4[ʐXI(V\qȹXم(Ձxžq%4_建<3d"#tpυF*Smr1m#N,Fy N^Z b\K$`vlOuJ%s:.C2 @<.{֙/#߻0޺#tKc>YhŭU c^O#̹f#]"ϼ\p6x]|F|BUR9/Ȫ<@.ym@GU)L8Y&CT%9% N]}jnq[HoX4H>߁9V+ef{# JNtVhuGL+ ѳXWEzog'Ŗ4uF ܳ˰iZ=%>YCvh2IQ.'י8 aNԱ.xژQ 2X<2ڃhvȖa0: E:Q:iGsT=s t4I F:2Xp?$ZOo`b]+9h~zܕ`ÊK%*r>w{l^R%x)I|]Px[z5KB(d!{!||T@jP<:oC>>aE81XRjL0vb[5 4׌!2]CRŪ2=/7Wf~k\i;?o[F[;BĜ[]Q7i135A85 .w5O x .jEȾͶ8w s1`rjAq.A[&d nƬv0>d?&ZGqVpAS./pRWfܒ<`)J9qЬH+r7; Ǔ.lӜ;E3)w,O9ziZ>/#v?`%?]20)?}U2-3@svUVF1kp+0|{gyS5dnɰ̰+OPqjYA0 GD-Њ <\LCej!{U ~L^k،EqmǒK 5a!X*sH{D.˨ϯwo~`Ⓚ=uyR!B)-^Uov8-M ڀv3V0ۍ4/]\FC 7OCD}-ʺ5NatTNO|$4>#J{r ^w~Yin"GQd2R%H5< h7٭Ž+Q#BxĽ!0O&$_`f}ټ̇p'U伐`x:&7:D9@8Њ.d@oii| l%T?kfpf6: WF6H汧b5sy$Z5^ uH~\}cp5Ϝ a:Q 5,Au5Q]ozDHhǾ! 6KcAMIII3NĄ쀡5)C?spݱn:&]EgBpXj~<m4#CjE_NPMP|UW`=KGKZ#Ә:k!4#mȩ~X1 K\,Xqlk+ت"VUOnq&C[& Dsv08Jx;T0amzU8{.vbMP9厂{M}Sҙ[^=@y[3]շ>ʞ}M]HcyBkħNA(>iLjț1,grR@UsNn1d=j:6RT솄3vJGwmѾRCzs]t6$gLViz lQÝoss[8̋@ktjF -}q>F%4[2iq-T|OdʯSsiBsBJCvgut933D#/jC˘vvy"z(ÆFjLLhF-<.*5Tr(IIO'_o\-_$*F3"g4+]ߺ+,sUІ`V,_Dʩ[eX 6f'ܪWr/!wN1e kn19gKQ|vZ8\-y aWpkbsP )\'vEBX]wg!r N :o2m7OnS.,g6":6)A/vTr4#0*Mi~dQe5~[6oƨ2c?o^'2"OfTֳZWμET88X>\7?`2ƈA윁ng_c-{X,uKT5hՖ6/5XM djM !waywapqeƧe\XVV-+3ۼL|D*T}]zZ;soTCWԈ1pߘ2:Q"8Al% Tz,!Eo,}2Wxz4nAsZX.ɫrz d@aaV5U4;o`&8݋.kF^K# 8?`YܞľNIԒYnyrcՎ~|YBI~N,ޘVX=Iƒ?U?`e}Jwh+L,lT?D >+!IZ>%K caƣ\9Pֹ 1 Wnd&kfTHͨ_ U=}Am(8dž3^|XN0=wX]cX[-SYA;tZV5AxܣPFRoz*:1wH l$eI\Ӗ*y@:VGd㨲~kRΧr"m)n,$.-7wu8=\v./`zv%Aź BLqJzwNJ^4/) `z䛿|e$r'ejyp&dG\ݽ:_[rsڶ] "2C_YOohe| gЀh&q?ڮQL[Vp;]Q"˚06LXUMX[JQ.d>[^ lgU.ב?Vh}\.fIllha4H A);( >FC%i@GGfDLi*3Fk*T|GkbSmnLc8hDi{i|:b 6|[m/{0Y{J$oq1  (&uB&R`J.yf2FΞڤ{6U֙HY]CJSv`6%no$ZLLٔf hzP{tOtLoE>=AZ#pgA,XVhWt 3zқaA=\jQj",K_"ӽ]ťJ)zF[Qy HTkH;v)k/N>'wb'f҇-_y̐tnSI嫳i°ORz5-((J:# tnyE>- 鷠ܓd bt3<@4:^ν$pGYZfbqpQŷ6r_yorۨ<(mDO垑dݫyi^݀DV x`R鲯b~#(e^!08v!u٣@>Rc:jGjeש^}$2AY,g,QhzeO]+a.ǙHӁSqAmHY͆f/H~t{ڲ}ϒKߖVd#k$O&zKGcҒijz-0%@S!kR0KPIz4<Z=arn%ȡ W*KZkRt+ob*`z `R} (g=1Z1uv:e! hhtb  ea#jd\k!w|:&&6@$KxH^Y$ʂ=|N+@HZFZ+VPjgN&gۑւ:mxjX1t<#ܰ=뇱p$Z͊ޠb+q&wMʎu;s+91߆Y?p5y 1ͽtHllZ-6k~Vig \[.W5I.ۜ.@mlI\d9;@^;}ЋV L`q ҳYm=-#}$tk}y X޺}KmZrOa0x뫫Q[/VF)cQNalpm gqpAȻv'gɨ1L=|} M%DP*ˁÈ[F}Wdc*U&IصGK{,`/ ~[-Jɋ,RB)Gq(&V5) ã +v2rI_֍ @{VK\'`BLa$(Th.fC&"11c˻] {g hJ ީK}Pc_n+c@ْ!܈*͂7""@Z&?!nUI:Ol@X3qcY9S^pPWf'd12m-':5tE%Q$p xm ?zx!]! ^!Ǩ;+Y;f'c O^ ON^ s>,XAI(EKm9L+53Vl[CuVzDB~#yjpFI#b%Z$rWqu킚i#yIP2="mb:F禇O9ۧO//&-ޓ$Hˇp8 լݕhaE6BڟeRhZ5[k~/m<+2'O0Oyidyįo,lukB&ŧk]*'`v(p4_m#V1}?a)|s?lTR\rQK-zҳ'EU$Yr8P6oR+a +4m=!m<0:J NŢFb=I+U.}_8YAuV~`YLwB^_m:7$Z-]0uD;'匍T;X~~ Z)D̓N8ׄq, _;pw0t-f"?-|MMIiJFf =@y_sa-.c6;z; AܒJ@X[ jZ錓m ݡQ1LF*~C'ɐ fe#;mLL la)I^k 8X#KvkziE[<4QX9%˞S@p@f Bcd8,_K)'bqg+/H:-1 b]KrY w,gf Um j}OCC(+ ha^ pic-Uc"ծc1#YoKۆXE'sO)6 ' c+xHq͙U_xGJ>fx•o'k`Kg=D\t44dZ`2+~qEzi4!It6tbc8YcQMK8\HVОΗ{u8cGhڏKReɲiߌTF8 .Q3>n9S\D[rDji{QD@T 7jbG(ace3`t<2BQAlZ4ofnJ,)>}yh mS-QX%kUFݪ3a&e6k桘e\v ^ A,^asX tFF.[*Kɡ-לwp"IiK[UwՠQwŦLalp~]S|(oΫe^:qt.>]]b'2W1T7x)"3{pMW'0W/XG$-QՒ?'R2ӕN]z()vV)WvMt2؇#ZZ zmXd$(ߢ{ghV7M MqfTQefYlpnGPt=Y ʦ|fDfSeT#1ݛ(J>/ N$Zlκ[+:>}~zeֽIy[S! HA'b:!G: ґ G"=lc` qt\ )\6\HSN EY\ױI07O+ M|2Zu<./p6 ;,ua5P*Ƿ 0&IlԵ!#D+NմLW`SwЋͻㆋ `OVC'G\zjc^3lD7s2t`ŎmڍæfMޑjV)gאY@gN^Z n)#wW~>5䈢>>54Mv<(rAI ntgmz[*zZjOtBOꬎ3Ak, _b؃[u.HMvZ ByUb\ьXFْd~ ]cXO{Ca(`lPt㕃N|∙LPے_x Kd1\^y 0!n[`S!{?s0C7zp: YtQ2HJ;.4Ay4^I*qfGrר^b+v+}iM[<խϞXb~LnDg$XO:lG㎌6 gؕ:nky>~P 5kciI)ȈKzJO5ĥ8 {-q#4-[%ؼ/Eoأb.zd)ps_zg~p$i߄-:;9gh lsZ79*9l,_z\9Jw{K K46*:'ƕ}ts8MxH/<åaK9FvL: mӲ!3SniKb4F I;prܞi"_ 0nWS fu[/xC:iy}EwTxWeA^MT> >V"w?9LA 7B1(8ItqV=' 3;$1g)H&,á4y$zGg+r7wQs\*y C]{los7G6?.rb{=po|ifSrI%`+]&iz-듛ǀ6aTs:uoUYo!~3#sAU`Skj} 䏤"#'>#դ% "==/!6w(qf `P Od= [|;(OcQ痹g"U7 tKnUt%tc;hHc1<#e7b6ft]zpȔ̴mG8GYEǼ?^+PεM<>c3 hӤhnT/?r]q3^g+UHj{GU"Xp5^fƍTL!#jhٛQzsthBî6ʖ9a: UЮP^ԷJ*wz5_~r V6z|2?R5 Й>`[ܨтC|Lɥ>F5\B:jg&-ɓ)y -`RBղ66- mW{bYM:X`V7W~fv(s fG4+EÔax*dM04T9,t3'lD{8 {Ckdu6]f`YϷrЬO:+("9 zN}dQ>mwJOrkm. &-Ggk(GSArѐ0J]p ZH11~ҷ0rpes+yk8Dk<9ݐ W{ ,՗-n-#ga+"YdPHūڳɪjRIv Ě?%$|kRPk*kB X: oyћHG0W?/G7ew)9r7i2ȷ1k:zaNk&h%C7L:m᠜Ʈ/lcjVG}\n&cZq h_ h~?AN( |sȢLhW52#4TAF'NdQ!}$b~c- )7"|ٿo">VB9ǹ;r1rRI]x1 2Ql*+ժv V3Nб:{MXZ|bqm-gV&W(յb_wmz^*kAݛ9- D*5[2uŔ!p 8JL s4jY8LR 0v99i P\?f+CE婄LL/'4ss%='a]:!T*'k, XhkEM)hĂ=|͎%(ԟd8 9mc EAz4g$U>k!O$ %&9 t 4Jn?K+@FN,V;e-5eBMOG,EesŸZe=:tWSt򕂒~[yj/uvC# QKnSR[G7exMh Jb⸙xNOrc i`j )mF/hֿmgy :2xZ /oUo9[*6"ol; ɡRaLkQ-(b n{l̻8J5=s(9T G ln:6 S9ٌJY؀9xh@,tN_"B.'b0qN7k <{zSuetngGb p*u)*t#?kf)XcAxqP(=4oS#|l4F?Zb>nwGc/bn{egt=4·G{ ;,&! }7PC2QΛ| + )d|l[Ϭ)Df(`U bhh@&5M_;q:|Mٔ⋴f<23!o$l534*Y_ong^G i.oۧ20 ]kXlyr"0Dx3@}_?hT/]~;BTmdh,]j%Lu4\}>R3Li^8*<0&ٯGb7>d?R9$H(g4Hzxe"F|-yRg.׊.%MDYGm&1P[rCC$Z24z|kTS6 (x c!BJ-P;.1֎y0I/Lޥz+ Visf쏘\"LrrGXDB9H$;$ L5W_Z\]P,>Қ؛S76Q1y~% |=4 =.}* a)C&V}{Y^gw\m;_Mgj?l Eʁ7omigavEKFGpLG1iǑ91'|RgW"V7!uL+dC@:%=^R3zTȠB 8J5"nU"ެ9Rו%Qxr%҈#4RE/' V^}ĘOwf)/a(8XGl"tƘ=Xׁg =͕-\\y4#@ d@RпpDJMP6ʸ##3ִɗH42)vK+Zeť`tecyBj.(]Mcw:@ҝx[ Ɇ {j 2~͌a2ʽK7Sԏ\95i׌R͵?Z_|D&WW\)=%7/)`(ןVfR߂D<S iV!mRx'kdOi`! 8|BFIYS)P=BcEN%U`w. 0!iG%l64>!F._ ,qԡLSr*U[)v }͸)ڜu ķoǏ3+7Psew%V$N&5@hfĢ<k.@._͢ו~Ʊïwd_UF鍼#[MUQk#Z|by4؞rl sk+;R&8`Bu7Vߌ1.FJR^G!]r)EZxB4'$Y>-fA H+j`l-_JQ=sPT0UP0IUg$7UcOyվNizVVڌ_05pن`Ŧ?),q7 BmwGe=kGS\ߤka22 t @S;x_w 0d>O-#kRlb&\"B!!JKvtuȪZT83xA_j9$RUC'=tƧ"g^`φLR^D !#:N5U i͛~G{UKYC0ߜ[%!uV3^?0 ԻxX|LTQɝkD͘+b[ɗ*ڃ!'sxϴsc,!-5V k}W\E`>8āNpGWVz޽iJY 3f(dM^6XLhc=?X;He`ub#;O{,+q(+P.5'D"E’#R'q:2$ \䲭@ty o]fd@p`D*6-nKQb5-^ r_gq;ZS_SGg{6#B Q I$L=*PQ N~q% '޹%L%Í0O % }8OaG 0Y`64('YJ1y#j(w?/{^ӵ-: RFZlsF\6(JC~eRRdߋy= u:nFTfh<<?|x}Dy*LvQb\jl|(Gf<=n#, 7O/ڋ%Ie@t ֊X~s ̃HrTX nT3%J*@ ؒoL!dFe$T8qk/ ā؉M 솝FC=TdC\B_-=76g Ab<x;Iy7ɰ2stU:\pJMđ(:÷¡x" ~8+K( gl39"EoR@\nY>)ֽGZPOdPнEd 5:]U9;DMz/n2G>CL2GcbѤc{F>;L'+N79}nLټbْs ak1e iR/q o[.S%~,h=oӲv*\l93ZZHjz&]Q}\'fkbr7eV=ư{D]7o.[[k{G%&JMou߹55YM[@#ɕ9 @D6ce$i ,}CUyq_pkz\x'~l^wSDq**d꒽ lnaN[ nS'4@.oWPg^#0*tz@9נrXpQvW xfmlx{t;,IS:LX&3]" _L< J9l3 *Cde?Qx#c 80_RXxޅ3cJY]Q}%'l$M&6ܱV~9~kG*N4 |}I~@iq`9 l msFi5K4ISL?"5q01C2pȶޜ?\BJdzs^xXIt|Mەi'SCV_Dv,eTRqQ;ALbҜu=#7 ''"@ SBe` 2daW (k7mp\URO6'kG8˵` #)JVރ=~2o,_(*ףO4C K֪NÁOEV\tHwNߩ JZB5#r@0ZMф%6>狞"WWPF}0/XA8ǕSTU(/#Y~Ez.}fN51LKG"T<KKY*Փto}r L΀'G />ktk8g29 >EU6%@(owOsBmu22hjF;.E@#o?_x`y- 1 V~VY#ԟĜ>,YgQ+B.3Ӳ#n65 Xd`j!U2t%p,š e8P1i\ր`V6--#{N!^3? N|( XL1HvZ7]yLlk߫NJb+*Dǜ }߭]8.xqvDW95)]L+)d`%wfW2X[ZJq]"ƦdYjS9Ip{u?)3]ˮH=t^!s*B%{T= $=>Ef=Yl@ܷkqpl"&nb0sp /0XOlBZZX5o5ajYw]¹&neűFD| ;ecE tq!Am*Pv9wN/A%s%Zz 5[MMAKT15ܴ~vT6V7ךE7 "i<Fj@ZFAٱ48L64떚o/ ~T̝ tS:Vbef%Q/Ahs*?I jN|WNlWcx*'I&F3Bdkec3áI5\Kτ8~UdܒN`͂dOU䜳BRH1I`>!ܴjsJع򚱬 <]XcI h7Q[ :Kv]_;jX n?lMNIeifQ_Ԋ=m_IKO˲Aww@[`*LY|Қx+vTxD2,1c1(-ٸh6zQ)3&|3.(ݹj{1w6I8B~<@R&x{SoJg׿~9漡q eikrCЬqeama}/O]];*v 9),X܍?eᰶրbcý\&.1ː"C 3Y;9p3wOM*_֬}7PG3s7v {l:V-hDrr:}Pko=3kaM R|fRWHP Ut v9zq!w upƇ|Sib@.v:%88]% 7$>Ļo9Y^Zju(tѥBn ڎOcF)Pkտ~䙧 Y̿,SYkk"$k^G"lx#:9M2N {j:Tw ,Y Nqx1>cyV|)yL[b9e` ]"-s;/|c=oZArvT+Rg&ypؾtc Ӧٳ5X HxQn>_eyio r"Y*NV:_=˿L@E 0YYW ;eT !b~o2n ; 3rᩕ:.NC8FUA4ՎFOE_I'4*jϬ&I_bwYoơrax <^6I-h.Y՗ʧ#L!qB~a8z0$;֭"_>Yy;,-oZF!tF2{jdbe|!0L@8* IN^jADs³p6k^pޗC &.Ko 1Ď3|ն=efWIJ}jBܥ($4s/!KrvjGHKϤ G7IX'j2pr:X*|-pS>3t@DrWŸ-*z^, `όD  jЁls>jj`83?FqfYMLH.p4*+ e#VB]eZU{B}4^t\m aBvm<5=3Kij =+u>tk6h=e, 3&cܳ qr]ig fk;J/!C;G'g«I \9UhngZt+S&=azYI6Fz㳤U,BW|$G_(N8:&@AhSvEvb^it_TBb V?ִaM)Hn5 ocOMgPwfg-q VDWGxBjD2b]~ŌuYxIQ,Z@X`o {Nn|X#^)d^qkM@ӣ}/q )c$аToدC ]M_p ;iAk1!4dn=Q4طYZ_ h5OHr5FG% >†yhȡuTE4\4e6`rJm-h[|ܑwfoQ?Iք޳q/asO/r uf%< q-}(BJUcjZKIBR'gׇHQG"$o"l*&uR#b)nbV/a $q'sz5#!RSdeTbPl|>|`e+v[_V0oI%fQyzmg8<!vmkzS7\sѼ{PVH Fp\U *^$w݊ŭrx34ַT<ӷv<!zvQ-8d)5OO욠&E/38|Z݋BzEtn F-P~VcIk2d:<+هDxӫnBb:@y'HBs[0ZnއxctmE$Yemٙ`U1^go}< '񸋭`|>!)PZB_0?ad@Y{s%\D'<$mJ;ZF,tQ5wA -ƤDH،C@EH]؉];tU>^JnRK#(ZmêK~bQm}0֮gzvYj7JxF!'n Y v\uhk_>rb4byP:sj^O"{㘰q;c\gZc/_ZL[58j뭘p̽6p:{۹1S~TXciVKW,oU| |A:H4?)&Mi ^5,vQQs 瘐) #_mbxQ:.1`@Mdt-ʸwGivf-х0tWD_r.J~zP c_hMLDW7JxF[K k;[ M~{0vfX=#e%ɨ dЮ~o"^MmF#,w:B7UO'+D–٦lZ2zuv3}s 03 2"*e08 Y7;}diw%:q$nL l\u{q+dG3a Y*11W I+)F߲=V]ʕ0jED UDo:^DNqM@c/Dr x[Ox֖kn9R3T6lFnJfTcG)Ahjx %/z&ހSP1?g& ُ+XW FKzB^>S4BU_E7%7Hzv!-k(/ne_oS8+#u'i$PC^#<*l71a+c'%.T0F0qoXp 㽼:2FVGYx(̺^G{L^WN| @Ґq-RNCѐ`r)EsCR%[@m@bb>|O p4!05I+2(1NL"蔕1G2F=1겸 nP:V6ѝfu |8(v'\?% !M"y?[ف#kl@|GpLtpWP̫ҭ,|/;a60#K PtιMjX>߽iKۉz!AvVeW\ȯJ Lqg) -m~LN!-R#|#xCw2`l:vGW^̿q@_*-ƐcTҌ%vIH!˹vf}2`>}vP7!l b4ZʴBq4v09ۿ-&+,Cg` 3e%||'][ psʑU2=ZC0S2<5A|ʘ2R(]Y?c;Mчmh3BZ#Ih¨3ӷk^bkH@Dx\-5kg2ux?eiQ|yD :}a~jR WxкY+OXYj!0.Lox"i-`) cMG?%FdtTHa8bP>WfW'lv ZRQ\QC+D-yH4އ'H)nQB]r5H`M1wz{1tXWqN]q`Â>[|Y w[p邑LHrsd0QpRhe4xT\SJKBU`QkD/9ol)@taFH_&,R/^+s}= l- 2B, )^:y a%z$F0l[[d-5 qCRY4qRv 2H":@.sXQKY:6 Ԃt]CgQ;LVfUQ08Pj؋{%C{6+\EgIv1K4gtY/Kᗿ;oC`76nĒXA, jZhTnȋ'L _0@L0dŠ9Y8J ϡ1 5vJ55w{W {T:lm湳lDrcYSm7Rmis*q05>^ 9K V]rےhF;_Hb5p"ڰV1מ+WnPq^/ҽۚP}ًu.JN6Hk=S:Ay'|zK$|@v"ss~XnT;ڵ++aS *zQi8N!Snۚb>x赋9'asUBN{N!pDC_8&MJA$űN0CqZf'{xFFhpr~JK&So4_TΡxs~c(`k@cAHv~I8{=\ 5JАqf`s'PђБ.\נJǶtPĽ&Zj^Pb_ H`DG)x vsyՉda7H?L ʫ WSӻ7_i aJ h܌Op"`x 鼌 -h5lMmGo,+Zr裳„e(K*ME{2c;,?2\Xo/ḾŞY7@y4SbTXwQT?b.))=&cx?aS#[D8Ԩ9'bbyee55+ OMکaqWr[p'/SNuTo NEyL[$44t0HТz aO|j+I?Z\2F#S3+"J  )׉gTb 5Pʎ_ Đ8SK%|?AĚ%,: a@F;36WI$oD@x9Y"f<8d/Zg7V KI=E}RU2!mhF*ޫb1DaC:/fdYuK~^ǖRKYr/SŎꌀZ#q0v9 `43Aj }qQ[):*Nvh9)f0xh;>:-]dŏ:x ڀdP=&-|% 6$3pəpaBQkҨ =1fL_Br ##Vo`+B92C*=~)=/VљcHᾬ[P2QwXq;&r Ėfe)>(8nMFŖ.]/mr[1W^O^#¸kTC1Ȱ?r=w60F_\<2{;ɛ#~F$]} D!ƈn>%,3 [V3K爵By|_n^b'?}Dx>Ds {.3'tK'QO}{?=M<BP"Ϸ%Bmr(Pɼ(& qQ x0aAȠ,wzux2w=@9I^݉na _D)᧳х0pߏ*#XVx-/mԁ ɂ?jG\uL <$UvlJHEwZ+,̷upE萇q+ dT> 9ӗcbK_}$w 1c3!2T#+X[.S2e?dңH#ϳ#ڐ \La ZSFV^瀒% ˫9.mKw馚 im:2`ڱzEvypѼ V1k`Kd$>RV)<g8EIb-|j8\jE+uؗ}GUrd8Pu2W<?; B0k~}j`'7eF{J>kM|Qp^XxC=I),f@.el52Wciar6m@{[p[B!/ߋH4Hcʞ2Z̮M DKWC0! L͖ ^_> u>bil jB,9LI-㘲i,7܋w(7)&`NwكY=\_c$`е \ Imҧ%G\j`vAe; a{L~$G.˃ivfL}w j;cЙ%/GpEtd'>n &ڨp݋: ۦxo6s>П=SscI{dh9%b5}#rYKIc}O.T7rG'>ۑ_q'`kPhir{R:),&lQq eVKA Q|QHH8Q&.ɚ;4@w4=7X qpRQ[OsSⱲF"Pbȿ)*7A#j2V ڳ/fީ%INד72 .v\W,i!xKůMxz.\^Kj\/l;܍UORt{2[$[4;]m*+ۯc*u,C(}hl u^x;&86|VȣsR>dE?9RQ=̇z/%0 ,%WR#X@5߯` Mqf;[yDԶß(2^%RuδR~,箶b 9#!2j5ji_&2[wju7)YՀq-98Zzhpa*@(U&UZﴷ2P"UAx[>9 [i21_TPӺ*78x@w/*P/ c:z-J@lB~`WF"I:Ap}hzV8pnf)xO.TZZ;!&@u?L#/J@Ÿ_+=d?icܜWX#yzu-2F˜ii K o~~@[lRM&+1O3E\L-aTꙙFOe݂F9)[4UJ"16!aֱtN[ZЃMP0i7۴_5 "1U$IaiM0hpOU˭#Ov::3DL/U/+OpGID0"-^jXYb[YJI*@ H}Ӱ jh ŏ^٠2j u3?H׷^ G h0*y46SyXG.ԌMahEv):r;AsP!}pxL/dIYdXϣmYB!Kp6!jB\#.{q>xS3@T7x cSrnQ~vņ@ࣙO-1/.B~ w1|vs WWT `(v"u}Mڟm6;ɕߎ*M/E90jȠmm:+Tf֙pˆaU8+ӧ@.o~_Ϻ nbvnQv\vvPAb!^* J[Z0sZΟraO%=˷=鏯\ Ito4VԤPOL )TRPkdG}NK{۫ dBInz< gGVL Z_&lѳUCY8vjb C%rIbʘ@lǓPuGq59z6霡=Dni/$ u Kz'@w'){-[!U~Yy af:UP݄6=d;ԇGC?<^O nWWd骐^m~N-nEu=ojY#\N)R9D5% xb*mF S=wP՗3nCCVdR/<|sO e]h8 K/ՏI@,[ufaSF ?{MrleϮueR[]E:nT/%k֬+`K|$11Ny(D7RwÑ0ܫsw+(!T> 9 TCOS5!58A`.=碈̻,Ak3URG,52ԡPG246䨮C1o>* L%V9|*&jXz};H-#5qaW!: XKH r MB 5?X.GL.ِk;̚[#^_qwtn*b) z tBtQk`Hc\\iLŠd鿑[ ,%?owղBx8\g=lձ3Zh C'Ub_:3Awtm"hU/brGPK٥Vy;0N&&>)[=K}B[-t6kT+$a=40~m;!sź]A$ʼn0p;奱gs %Oms9ΈRQ^cv9eDM(4EM-oOg=z@کf']vR.V絑%yϫ#B){Q8FBûlEj]0Qj\8jR{F{[񷵘Ģˡ vNY AT䱥l3yhoPmwՑ~WJwP=~>*ܓwW^yn9=Jt"^&ENBSS.i$[R fBF^<.,I|rl Kau@Q^)pP[&.֛-].:pvu1ݙpbF}\GPZ%w%omv%S̃vCOaJ`s.Kۼ#m6c^]xjܶ!prb&׹.Gd ᑛN0{gߦKbR3zfq>]fV/p IJ!y+&dlv5 ,>A?zNFE7ۻ'|iJZ8Jk8>҇@˥]CdNH<=GdyO _(1V/2xH6vӖ% B?eJ2.F1bɶ :e8l axN&SF\sOes+HPyj[4f4 %^j#bi<^MUipeRMإ֍|hHVNOqj'#6|9 Z@&M}_)(H r{ CD&l7T1W3pcbW;mb'_>trՄ8cf۪9Wz%uZ5P9%f',d>:І1Aƅ,d6"zDWo$j[-Еc vē'1߷QhnswA־;q,ZF8!̣>RC,kx`|ômўr 1̊E4 !cvYw/`4 .?~n[|2\MTA2Xm`r;J4`ˆ"!#lczj5ږYnT|.LfǰZI8/v:Iby痲 ,EIz[Pb,a$7)^_m0@}@/;m-Sr)r,6Q*TM?u:̊ }!ox`uۢf}:EmzV@p{EP#'ih/ĈKP%ƸP36.e+IWhbs!gѵNS&MXKоu@HgL;YZΞgǒD |n6M_iBWxlݻ#Awf^R;!)ucg.E L ;CDq։rE0 p3$l<k>CB#@Ḓ2*iM|Q?ZZ%̄FЌDIv3k$g{7˙2>UպZ ^y_;C֐Äa1美Z[ISc,ә?].905ƌ=vP6f3~,{QJ3OdRܽOAw4"Cx7g$ E8._֍|a's4 l~ Yip̤G (HĘXxj:V^#1Ifb~rF?qF(~j̝sʧT*3 cջ~C-A8 $tsَہ+^w!q: R4fK<ć4b`,[5XX/$gU[rxb聋9<3"uLm:Ij2 lqׅ=tŻbp] +& j ZC;To-'-^+5398Hw$H-eՎw6wL %q@˼ieG$M"Y -i6m]'wn0!L[v@`4^pjg@{lLpI8>!ENRoVsYpgټ+l#`[6}S@dlffp?a_'rzT8>^Od5kgpT9i.1r4 SG4y,MWA,4=RCI+P.qTs~%{7*ȏ"CĥCq )${ Gؽ <+H]n!{ق&*OZWI$9B#c WݣML:W{O" WR^-l]d 6ƾ_օsHlYl)hy VKP -L=aQ 5{l#Ht0Qr/t!f]^ͧ9\.ju@'0쬓?cA:]j g"# x]p;q{vHCp}Ly1O=>adY߳2FUVD*"zCRTsi V>OgUCHQWzVq*-Yro{A؍G5߳~kY^8G!Tb4ZW7urTJw9[Qm@ekC@|N/;apt._5\{Wmf>Qjl@)s\7R3Lq],Do Y}B)\<*k-gf2R wV.On-:4՜W5,cUVb= #*=% 4½͊k̥e͗/!U._NDߎdtBodZJ2z6D1Hj7iX# =y;+^IQ  z?U5FeAPghtT0yjAȳՠH-.5ՙȂMɃoAV>LzKVQR @*5 &?~ NBuK!-mJ/viBO(]<̃_]U-8SDr衎prd'#'Q1t8}=O9b"-$sA= J8TA4p9ĒNHaҧpz5?@{OϒG܇H n lO ,!q|&@-M΁-)'va\?]>1Y 4~@KNFr gWd>hc>p5z4|UQSg^LHrsj[Jo۞v*'qd9Az>ᦤ@_.#"ʏU_5> דíJ@:_7jS%URwP%&<'{sc:D|a]srz>M[;SYduXq!:zHrσ |Jcv >~>jNnj7Q>T8 ̂UCx1Ų4DZ&nFںGCj, YV@hEӇ@W^"Ed'I.aLԲ %y dRtE"Vd_4ItN+d@b\OPDϣ @rnXBtן`5*hNP\h wσ;v( T,&+=lQ.B&GClpSPr2E"Wk 2rMNfP}^_#/k0Cz]U4QUv.A(+r1|xʺSTe=<CI?Rzs[T831k#0ѡ( jMK:DXOe0;.LaXI4(Ni ߨZ 2j cJ9A~gvW}?T N9mw7@#?r#6Aad:O1v"Q#T^4 qJ hDKQq-WnPqa;j/ sH&1F$GƱGOf1skp觰/ġ=֨6/O>h#:B[Rll/rwŰID̥P'U%ӆ Q\VqQJRM\שW8PoiidWe<EAb箙kh󪆗hz􆧼hmu'$FJ8w>`Q2yr,e5~qPv?HS7AF7ra㍀/C+lLߏ>UxWֵ77$7\2S1Nm rUχ5h~Ѩ/JLa]~ZeΡi]7yPPHOÂWz1YX*]/&}Jnsԅ UGJcv=Tu /ۑ@Za Uq8uL)PQgk?Oj3JR|ng&Enը<|zi^8 ?äkx*FD4Vab=V)ѨAхĊ608/ʕ -1k][~zŌMRC~r׆+5;[:(3aY.xQSIPTYsVKQz _iEzED h̩O70r@%# C+Yb5יnG3{CT~Rļ/g D~d22&=~_ HA-uy[;;A 4iǐ8rES1fN{޲@"y!oQu瘹_j j"`7N1`:15`6e'M߶: "&(h_l C2JRžP:y6 C/lRr+IV"meL#Y#4[$T5-4alS+B.arK X6QV1+H@Qj9C(ɘu")i|mBD(zQاH|U\/8Q )vDgNľi P=;+W t)=fLUלwc7z:G^Lp3(Rr+; DL$؆JfHPd,)1ȲH+(ܷ<D3a*$fG]n[$5==Fm^d :²WV0 Qy5ӺcZc͍]Eғ44nLmPQn(~y`Vkô`CZZ0 J[᧿Zr:˥*Žg">0*4וz'G3x0`C#/ h{ppMf"5<@U1m/=n 10JdRAw-V^cX8M߷.V6yGgз)k7Udhrov @l\#ʨwns*jٗI{.f8,U%_b(v W$߸ƸSK}N_))wdvgիv  ;'cXS[H_杳(9hHŶ?z৑]#:{~ f pգmh52_G@_y8&]wQrGǂcYhC:ӧkD$tiuI3Dۆ`_@6 13±T_^S30>  <>O/)ײ1E|T:흲鶢'GK"s1Użs0\B^^`=&iC^ jN}FxK4eo,mpQV\ 38"8 ۴<E5vSoPJ`'\iY\ܨS=4v"՝Md{b?=1<]#Wo\xs|Fv_iK,Ð(`}f>= ȳ'̛Ͱ -gR9-CsLe9^۳GVzmV)neJ6o7$MD*S!b-?t_q0P>Eπ .q#6_HaXvU(m?˪_cc `J`,2VHrݤ1E֬n ` XFNW7|1R.a *9FuWU3Q(*B#CHJAq30 qwl(z8#N|\Xl6|Set;z T5 j!G9hpU/  i io̱RYOUMrn.bs?.'I.a.wk;۵6ޞ&2~8,$plxĭ\Zq-f7ID(F՗Z\ #(l0}̯gHrWkJ*c!˅Ch<+;|BXs:rƱ-6'Yi _ٖmTυ4ך|Z:ؽ~ưY \#-VF c$~&3.CN1;$Y{j,xop1;GE?SqހkAkr Xz xsT2Ohƚ8.V@ az8_([Jn-ByPxoiUZ5]RQџ9w6ߝ-i2ml{+mxU膂(QHfZM=l~kc6L!LiAXz9C ѸQT}Ԥ"}%) kCJ})rc_^2.sTQMKSe=~HE?ټrNuxNmM[_IO< h lRP 㗸TQf}M(Jn'Vr=Us (jjV- jᬅzjߓ-I 2 5M CaΈ'ztqn|Q>OFR )i`b3]._馡:6 W8< +RGO.!ث%n/~?>؜ͣ%LJ lCq¤VnLe_yɷ7bꯢ( =#^yHA_ѯVҾ>ȴP T5{^ObD)]Suq:5iE9(igvsi>6{H/g.:v 4y5Zag 续:޶QQV+|cNy/k? eҨtqDnNjR'av0ǘKr^Lc{SHpC0+ESUT;b;vZO嘐ͧ,nـE=P.t Gۊ}wGg_ek<Wc}h'5qZ^A"X`7&rXX%ĘT)Ns?@^.1=˘꽌bnCn]Lefut*ZQ╫d,dl ~QB mᚢ#j)ᮗ4Aр΂z> N+j{pt+<߰=X8hVՃ?.x*hix c?^"*GWiz}Z]5o/u6y08Dt+T<^1IJOىqhS ^G`abHQOt&Zە$ ?}kOČATE>tg$U` T$~MqrEK̽ElAb 8CpIm}+6 ɹ~5܉MSMX7Jxu >+>v+wgIFo\%ve9Nhr͞V&̡5Yg\ΘN,<ȝ`Mh/ߦ(zZg p-aR#9H\ϑ$+'( ]Duh)Dh{N\ijRN h2!;HKA# nwm;2v |J0 ^6HmH!}϶2"DXuRT){י[8P)l ;B1o'SCعNNdcç d` ԔdvC1jv3߹ݢy(p,/GY.p V%èx"v6|?xcQ e{&^XU@9WʽM7b`6& /1b{-+o1I&0tA58Η{)j R QC&'.lI Rn\)L"%LK.Y'uB%hLSsf%Rk$ХWjc>8PU=z AtQr%Aa*7MբΜ`i yO>qkUrT3FNC\S5vY$uFI:`᎙-sj1j)2wvuS[&!ҙ4HaDK \XW|S5QYx\1{׷a.5F,%GOUYG7O"r@(%i}0ZA-{\U=w2{T$\4S PhBP8{: 宪!*E u$q؁,I(K:w4݊h@[vòMfkԹɄ$%mC^cމ:$f"4073%u}Ơ6͓ww-M6˘A7-*pɵځ`+شe`֘Ljy깩ΟvXgKmkNd8tu$ Сi0)^/K~PT}F.[`IIxE b ڨD!KC' vTd5*en1q»+#͑::ίJ?չ96(>Z w&VX䜮??7YʊJgS+u)^$bxX{.-3,G+{w]8:RxoFoR9#5DM"L'rhoC#cLAoT9紡 Lcr 8.:l S x5[cנ5Kxu% SC }}yCqE!b儕aѥ5[O0stx.>a^eWlAVP]C'v@uEVgA.G-i_tُ7#[}ekr3[Kz2W:i~upqEd b}"X!w!|55 r$HoΓ>ODo EwF0،*|vpdKu07 =Ȕ::]̓7 22)lWHqYC&<~a 9_ <}=8@0w/)0,Cjε<\Tt:4?.LNBMWc4 q~bEϜ054-|4.Nc]oh*2ȔqR觵h|E dpї~ˉ F֦6xqӶ[\>K4ޠxCdRvAblf`M,մ ws; VS剋%@ۅzZ^W S͵!ZTDވ {{t3E @2A)x@{&oM4ByFǻ}~Q8gmwy1DHAHJ5.j׶J0*tW7\o 棞x ɩj r75Ʉ=9_JV: eP0 _Ju쩁E>z1cB eodnz6gs_Fqq.wq#σ!>$1qz׾N|^3 V11]&귣b/in܊ 2@(o+  k s/f~e;|K1IXSF! .쑬{!CLp&R 7 LWl EMzD摤FI5K_bZ[7q8Vh/+a{&Qm y#Rž#8(b}׬]=W@c0z)g?o2p]e=Ve^z˛+ѿmDzք$eom0x>E&\d$^d7T:AHb 0T y`Ýi'zM+?Y@Nn1uR:4>QЇ(>?rZƏi]&[F7[:T-!Z^xY)I998RK3J 'qG2CX9nw^ҏIJpdv8[Oj:H$?oiR`| _EVL>v=8yx6%`43 O0ݐvwdhڰ<ܕ7{T9,˶>aU"I.4D4S"zJ(j9<]6|e@%.Wl r& v/KVӼ}s}?_OQ%@fUur#w 5:eG he[-g -L3lb9v$}w3BktJ3%Gs鵚]e@6Ӝ#}WHY~W"QyB )3(W<=㵉{=OlZ,0QA9(} _^ƅɾSez& s.&1r)<B L:#)S kt{ =VH;Mqn%NHyRWTgp/EˀUm!֛j9椋5C0P=c0pӏfF^_ڜ|wP [֛[ ?KDKZUțp(9܇ urT֗LԈ+c:*'Y)daB.U!Gx;|ǵҵшipuf}>͡l~$kHįUCRo='|v3}m~nbE¿ 0I[Ua<ڤ5 *!FB=kJjn<*GYr Bnxt_a-7ēi v:Ӟ_s.+S\OPFE{Hgt dL)@RIA _ eT>?HX? ^ /s6]^iiKQ UYD,^~!Roݣt-Uu!N3el5iDzDCAO [RA`)擞ZFRy%52Nc>O#{4aիֺ$/'L 1yb-]}?,DP}c}&݊*8E m \U7?"Йʆ Vv VQe#f%b4-˿'$ ʜ2@(YyŠT ?r0G$iv'd*: : = [ϑ&pxUZ2e.8` slGYXqY HX`jltRwvnǬ b^5(v_TMkvb)񼛜nڬu㩤U.! h6]ړI_d O!+>&pkI{Ȉ,CEQP7{|az.IÇg_ V_հԾhab!їiv!62pԚT; 筎_wraTp):V/JPDL@G*CΉxntT/P3ST42kL^bPseΡֳ3@L Ogv&v@_0jWBjjEE&l VGNiTY) )f 7ĒHIr҆B|_]ynCF)~n݈j@ǪU: aȃL0f;f\U_|Eb0 Y^|&MY a~|IY*#eM[infTϛwanv#yKfM?44j,΄ mb~0mCo 3@`X!Ho#ԌFmnӋCr r@WB_AAx8+Y 4N#I X_iPPg#u PrH@3M d-E`bD;$s835L)2v:DGIj21kp ]צu]Y0l";GRUYy옷B"YEXϵXTnLD};څ:]r$*>@6>P8dhPj\O]:NY ck"վ= %$xfhTE)@CZ* и!l҂ ĎS3#egROMh2>_t.ҘB ~<й'BoTXFF>Q|?-tm+\ %P#)hɬr$ZDq S`fl2wɁ=B:- IDDB_@sH%<MK ZaN B$a.I[i,O'iO"TbS/(HWu}:Xr&.BY溹c vHD2ySgIJ&Qa+ȂVݽפ.ngIF'|`B4kwaZ z|t [z*[RZQ߶8gUZ ~ \lbeIJT}!=HF#fQbhPET+. '>|Գm9KkI=K'5\L/Lt1qRɈe#ND-:R!!ʰK w׎Aԫ*_#uXŕ"7Ԑc0%!B@sNz?a Q#c鈞8= /;9a71xrrs$-B:>z=0JENd_Km;"f??TmDLm]2rK{JǶ%.P/:|9+T;jttz.hЛP+օTs5|19G`5?*9 /CSp-ĸ~GXE,LiM6(0# wl/o 9:I)!R|6b ֖.nE-o)b67V-HC,׾atb';pK"\1zҲ{Ļr )CnqLSL-Rfp_@uB̷'dxǩiiNS*̧m4MԄg^1qZH)yӔ&0<4"U†+Im}-}٫ĥщ7U_7Y;<ݡzJjFiqMtYgm]]Ĺ6n߆Z.&W,a }B!2sdVz Q7f!Myb&DL ?оc2:@9sv~W5; EĤ[kjNW:m]xsBC:Fu57 n+TWtQR|iv+R1֕.ThZFJ\z>Ct/80C b弢CBKeV"4 dSY(-.ufW\2 0% Blў"^ !E]E_Qk$zX'ܰYJ=ܸj\ŃES<{rFZ"Ϯʬ*R犇>N bX+5`\}!< G!Q@MϞ.J=E٨u:vd~;j%Y e!6 VILiۜǜ.][p4wN\|,s_OC8sk3625:t .1%Z([cV# .Ru.|oein%YD5ɳ-e=-I| %GKp[>gD@D[§\՟Jn(g S*#;띣OH$A8F r*kA`Q}2[B7u 2B!o|ECx+`ܩd!$?Qr;"71r+t.5j{HK׵:FN% #s,1Uo+cV %'#:*o KN,j( k2}7*=_T8~A2B*$ONЯY=q̇N˖mA@KoB݃_ "PuzyhOC`5Y+vU~$'h;[r6X89)"!ͮ, fQ#OUﶼd&QOb:w>ݽ,xg/ض(!O2Ҥ_ijck?).1`=ep"z.^-kIh SӤ? Mm&o)Etk/i5(/{p~%1С4J;,sޱyiSL&o[U@k䣗K(˂g ܠ|g74}v= j:;q%I}ܫwaZܪff(ڻjt~eS]/6PR:Z6kfjBL7B*bvGzO3DVqqS.=^ABX:{{WFY𱘟<߱GC^Zz/sPyY-RKkZ0 i5d<#5"`̞gd[oSk3*6ѣNh)aN'8Wu,:aP6`cdN#Z\Vmv]; PoB0}g\"Fr큑anB,-!օx֪QaPdj6nn k\c͠S(Xh:ptzyr(tB-CձUP)/zq }abRxFaI#Y ,NBhM=eQģZ *Tq8{˰JL~Kհ%%\]Xdkn[ʥfO2dW"4j`b"yhY5# \}ϴ.+=6 &Ȁ'xͣO汷QLHvȚ|6 ^ A{ a30vga XGțj Uόh3m~?k,IfʹП/;|r)l[f(߷-7pkX1IP4s.+JZ,זul{AwZq޺Қ&$45bCSs5PnqV-2g)jiT \ ( 6+`$WP&ۻVep]f}찹(ibk=ʗڊ[i_R0}I%Kjpk ??ۂ6EB(˺%?s"C2gn+2o2 uu/3,V /=C}M'~> nV%A^p!D^ߤw ZWVN?r矩vfKM xS.!NXW ~&C8;-f:K m~g|8X.5;caxeTPλ/sh72zKte@ӨUbL5f|v~/=ԬaI6L[̫:YChsSb2'GUo?C 󡥉8.L扝3LYp N)48%ޕrۊ'drId|@}2=Qao+Eh`s[F+d]C*hS s3u<'8 ~MO_1Bkzm6tIP 8imen9g[ =8^F!UT2<}xa[j \e]X1 ~]gK0X+dH[{/T.L:3*w, sD임rIg}Gwm2 A1屻<{SOo-]%*o{xDWfHPlY:q25毦=7`aڮp zb' 'a]p)qePf*yߨc*1JE:Z4^&n&qz,S ZD%&pdYJ?sS?SnP{B\σ% -}]SYKE yWPįk&E. $PvMb\+sѷ>ɯ֜QX]L4o0ð"K4"QdL=Rn~@=ЀB$6BVzwnlyt %#'R#L+e|򹭌L> ڀlPb?Wdm(W~|ܜAI_!V#Yjku֤1ʽF 4`rc4#ZQdRԈ<{荱-AN;_R"KY\7ʶ#lo= 7m[ ݾ}`ȼxk6?䓺 JV}' ̀XjfK9Ůc:_%]N^hiĠ'u:vE}׋3D[懖)ڶDdCw @e _(k+͹P(O+V| ELo&M| rY@"ɽ}QYSHk9:Due:# )iT[e-cȔG^=É>Vn7)L[tg'9&==i' RC&QCPi``&*Ou!p~.]RPg r-ANuu7ypUg]Ye+^g& /,  @_8Oɘ\SU.'// b$`VQzXZ!X>n?'<5!{ jeO,D~i.{\D֐0%7OmDM_["lrܘ8bh@Gn*+8 ZİyҮQ#{={+ z8_Sb(YuWPW\"'0?i^F$>^dPIϫg>哲W(ˣ־&"#~ 4;ph0#9s{+}kW;9spF#3׀P`}~\wwZwbo"3.`chx-4 ;]taTiǜp羶oTmtG!y_`fz!81SOlG_Z[\h}urPP{HU6\„F(j{dRB{K8tjTFfb;C}:EUEvZff]B%_pN֡hk5/Ƃ8[L*zɡZ0#ZҞDN<7لɄ&/wl?9vyqEGu[/zCY-HcĕK+UlpK<aGs{{x%Ǎ-*S-H5R'jT"&Ǧy{uxz~d%{ .zꃩSjӪYfBuޚ VeHj_J904hɀ cԀ-˕qpVɍ@4 n`nqz4[ܐ!p~B ,18 r8~< PiH&!RcٽzhS_(E_I\9nwDj $W,MS%z) /SS'u:3* h n)|_*Xv61g4v0FJ:m2cj2K%7{Ty`1oQOQJ 8 +Ɂ ˪#⵳' q+>DDx 5(_d/)*Xwd<`HhV0(r&Hbd5K* u&uFB4M6qSZP"H>S0IU֏$ɳx$G+%ʈ5fw:{ʀVr״QgL,lnqxd>'1Zqo|x5|1%6q #h&1a(ZeNbG͟dȴSQI)ZIf.RQ*qZrq%C*%O,lOWwnz xqICM;dKD*3Kd#v aȓ+ @tH=- Et*nPHTiEͱVe> م_l=N!?jPmOs ߐ8Z(ĩY,qt'*ϴӁSJTCz_rs8KƄڞ&ܯnm# ,9U K e v QWe{-AB-ӯl_1߶qO^=Df ?1v5q=s5cr(wZpv 9g)uŒe7.3D1LA0@UvN:`#q'BfϷ:O?*R:9dx.st\A+|#q0ϒte?; yZ=<K(MV{ZŅ iTʏa`YԽ)_BNؽb9(ύtliHs)#E;,6Ϡh T6k;:3KJTAn TnohIBb68[%ِ* [¤\길1URXdCs7|"%~?dis7+VI몭yjvo ~&$JhQ;#ҭi2ӢxIhKJ" Q>jg\-!5+͈b`/#K1 `9W~lD*6af{]_e`1Bk?ah;;f }A{(ښKl4[SisC_xTĂX[eOu}sF b} [W7"sx{5b!T0橘dMDF{&IbkRxlZN S6y(XSR2'a(j|! ;l=`7(nEyc˄+.8V֦S򉚄`xYeE_lӛ?*iqj2T i։ᄾ2"< )S]H2 W>Ǻ;h.e78X'1Lkf^P)UfucP o ;W:moΏwr=c8p j? i,GtV.g]WXK[$OL;2=*ćf3kֱCv`:G |C; BJW RS -{I n8b u8rҀ0Gd.6㦯ETzh/6'UkFӐfTVwKٵ^ _MlBS,5nZ,O4:*EXGw}td{=lv@uq{3OPaܟ{-lDz?ylh_;-A ;м6BC3q1Qp[\ҭOyrn[OgkگG~cYaͧAQQut̷np@3dK E\H 4BoO0cy6*d= p,VA5jBb(LQlr[n{ "YSDG_bѰ^E׷*8>܈%ǬFfY#]TB2\}hpK/#"ZMX;7)Pd;p~|DCW,L{g}C ީElR~sÇ1X椘kH2p }!tS˟Vg+M/l_Rӫgz>w铊Jk0U&-#IJ/"NFt[Bb_ yR֤pʞgW4c>:s7wlI/䏠`.xzP{z ·W `KLuQtlnb\Σ\2%sM@wVCsO|ll2RJ`Vͦ<:2vU?y6C!ÿ3J:${e|IyHn Ǥ>C b^XH=@O nwS};Eh@ Fnhbo*x̉]uc+MSWj5g]7~xhQc$1vtDzkjf^'ՉQ!hLGL`J[Cbye ,WH91SXy 0fŸ́{ ""Y<5eFqGfAh ku!YESMw| h\ I6nSTZO4׈hC0qrџs7=!n LaJlò>AJޞfP%@ݺ{ϋ68dnpW[ч( *H?WƝoO($n<pCCgh4U^@Ið@[pQ 3[DX ȁ>T3=Ă-ť#]voXIB3eul}(W:>#\+ЛVU;² rBS$_ WtI{ F+lS`*GI?SgalG}l#.%A%#(LR! JνnOEgɃ#HoXP0T6wW ؜ATG% l+S'OO`ڥm9JVX5s_m6\2/zA r䜔t_8qMLʝsn ٱ $NGc..Ԑ\ F1|EA-fpv)uòSޤQ'Y]^`I|$?9x``#f6xȞOv)GB˨|؟7%F -#Hݠ<6~)RTkgP!*.7+x{v3>cK+#w+ޕ gbQ{Jb)!/z:Gh)fc!YlXI< tv[? }f[GIɦJ9zUl@$(HV@#gԮӏ5[,^+6(+%"_KU V4hܪQ`8$| ~P&MTևT뵼s=]}7tӉ.%4y3WRE;)cˌQ 7 lkxE\d=)RH)) ];C*1Ow6pR5a:A"+( 7}qedāamuJ[Ǣ?/eB- `n>H%>C.?FВ?=!v cQ^t'Lo&){ɤ&1󼸥e869c㧌=srv^E}k"= [6'n[MٟE5;˷$Ve>M\Ȟk#jF<஫Pt<fՈxaUFHkxfL0GâB"b  eV[%!e !O юhIKrmJ{Bh?b7Q_sCYU%$l}F̚YTi@U੯`>4%P!7soQ (jq[s"ܓ j8B16>dMٕ4 z{I]If'QSKzaU$ +(ml;./,#b֬G("GDWpa-&* V{*kh(f7h02dFG<<(#>YKpB0&1Vf_[t$̾!G2u`t7D4\3̮OṠ꒞@3FHX:-Vk8v)U I,>of%aElvF%Fap)£(P{RVG h/%GA̔ӡ8A.K_anFX(I-fK&[HJͩ<ɨ*^YN|ԛ-[A$M :6tˇuD8#$ epY[!Y#`D=Ė.$VE0|Vv>`T{s7'BA1%^NWQ+DZ l#Zmhp02$+)K;S`42 :wD;?nk4\ȵ u.&q)N+҅>˅U)2# *x3:V8YrjvTs#/|,X_>爫Č{ 5.,;^vS+FQ+>fa M4_X yL鎒x} w9;e SQZTNG\XtNA}, ` [^q1qP!=)tj䭬n+KQpiHt"eSi*3 IԴV .cieu7*AVgX)c}=w#:Λ*qmwjHZcih\\PI'1b%[6z+Pд"f z/R8|%= ryQxzʋ<ެ5|,1._Qɛԟ΃mVʢ?Ը݂ Xs>>~_#tx361i'>E*)Eq\?af8#'0E li7c| lq)a$`"xṽ"C#Tl~uHK}I*CxL 5z4DS)&-NXٍ<8'^Vkw~ʜaZ1] 45PY,wyZϩ,.̜ g\A(X\e uPjŠ7~ET'9eu/mYBU9{Ĉ48s&B}c?lCsR n*۟{v/͓ŁMF̰/x80̶ ?J(ٜ6:T jRp0l=ݮI!wѶn'^QS0& bIQ EOn]gʔի@3uʂ̂Mn cgF*3F}MMbe2 cs*J?(Om DO&h+ ߖt{@?f &T[8&2\Vh[-տ.Oy'xPp)r1YmUey,~dPrmY]6ڒ gso|QBT*xf: 9[` 8ANYfb?-K3s(z׶cnl^rY(m.+?R<xe>Xt~`3f- #p^pBB7 Uj|]߯ԾQԃ"Q'k5JN1?3[*B~Kn]ց]^(&"s}A+e6l$@Z/ I[#.x[t5,Grot{h>ߓ;PXc;v=z>lB@gZhVÏU(g>"aHc݉XOk:SDPCD- WjW$Fcn/1ДsP [z3yEH%(tR]H/ƜSxm7 ?QaP*NloJGy70kaJcYi4RAݞQP,.q֪G!.gu5-m`h1h/rrmJ@߸ ȲQ}M"ONMȨM)|. "APt8^~e`k?CPz'gFVb𧿬o]c@?$YgfISVĹ ])d"("!>tu޶^Z_>8_Eپ'䵷X„KexJQ|c1BICAQ<u4cCTMMF"T߇ҫrKP6^#=]*tYLW[L\aC2**:z HY{<&NƧzZ/@$-Dm3U*rc@E0'Fr*{` xvJ,}`*MXޗ@Eo ߮8,["T~E>~/P޹5IB2-1P^܀q [ NVVA]V#\- &'hۢ[I8bu\q<`{̈Z. b/Zl2G A9}-QyxҩA1bm8x;¸83ޙIf؇@ԌvI\-~ު!`D x%a˓BuZg`00f@_z<̅TU`=o-L!!JpJ'dtAju7jX ԟlU>Sz}lv_kEXyHmQ&$M|ihT)h&7N^ͫPenSXmz4;%,#wՑDmhtw .ͳ 3:^fg(,6#nҴIBK p*~#}\t'p| CW[sEnl:rwYea{V5u.2;fMב ٰ6`fx~LmJ]!hrKNq*ŗkw,.d(b J5J#$[ӾW!/DZf*YzBuc퐉5.ܘo옐`jKw-,m\x7q'뫟>e#GF0DKIzثIv:1.Q{D3l_6^%dV)D ǢodA7IĵV{Ny崛qY_ ܣDxP>sR.s%dSEZXuLSiSO9]ق\(Ȳ$C]{wSd[E P=)M'=T/pRpBD_ZCaZz,>(K4ĶH@¿jJw Tj.xVD.!qBi҈a ;tBX(a<*r$cPrz[:1N-+h"H<_w#ЊIx}1tNV*F%0TbqgC囌-TtxG݇IPo`(^َ{~Bot[ʫZÂk^ۢ_>@H>(5GavΔEZ5 ":,P{9Qmѯ}Aϱ }P\_CI.$GYk9S ΢7X/|1qϋM 睦&SIgÜRjHMC.VnVii&R>2NCIiMa"z F|8MĘ7Ӷce&?JD}[%:dNQ!t֬A}ڤz3K #< ϕ:[؎< 1N݂VsT?Il>V #ڬ#BMJw6Gױ`gFͰ_shS >M' \Eʥ.++> 8 E;9l½iTO$b7@GGM3p=*a }fs=P3cFظsN(8ҍ-n *5&؀A4擹mpϿ5K"zR,ʏeeEs#j݇® &X=Ձ*86i9s\jUQ>y.jx2U_De%[5FlEk>TiNz1BkJ˳̷|7~=u_&˅ X15P~s {sIV@<=FK1(ۺ>O I{-zni i܈ZV:ŭ +]4k6ja)1I[!)i[3l^!^')ft%_hc-˔lK0p̷ UЁpPG_(w>NcZHY[dgO4a5 ^6Xkf靯]ʱ滱2OI#[&osC 5z7~i"T/aU1Ρ, HfSdx)jV~a[%vSIWxSWNm kfׂ(/ɛ0س#|!߲ImR tkM8r7nf+qG A% as>tqK 0-G'e*O")Aȗ{8ylVZv|^Q*+ghB4AdY㟪 Z-;ӣ} ZYL7N2g)5^1-簆԰Ə;܉U7LgV F3YLk9pcN_9:4_S#x^8fW[W#W1.%@Ƭ=6vtՐKp9]unblcs0$=뽯b=Pg "TI17jg8>$&&RWU^LI=op]\٠tr:6{Kd#OZm^9?mF?Žu4;^v7sgĿA oΟ4BIre}5SɊ=irRwwc2ʜ |3 ܃} f!j:\V@&$O4P+cvlEbz&d.@Ϥ#GO\K`3Oѻc_IT9mA}"Wb8:! _-~gUАű(QKt۰OK%l)<%<6yG և7V ATsgBf>`'u(!n/?xf]aM+vawpфv*IVjEmKtgw_9u[fd 2Fd%*Mzc*TnYH8 16-,z 3Q>rLY]OGf׫No}$Yk|_dxHFW [hNǀ`uKcL{/~t"HJS8BFTH;KhYyO 1W+=,cu:sb{`6"g2/}vLF==N-nt$s >gpzH)EYao2c@%<^FΩ7X{|lɯM'uC5MW;><Omnn >řpߙ.A봯 T?dk<#)u=uQ߆9b-B&KS z(hWmmCGI0x$)^'- j//*ד wT2q :`* _$s84#߱ * # ۂUt3HjgK-LȊ0BHT2'UxmWh`AB8&'t?FȽv mqѭ(2oLV5̤qPc\i?yѴ365J'#q<_S X` ΂LTA8R|KW^h{ B{躃1MZ9dd7?[(sxBylF 6(SAbPM/ "] u$\ g*ߓ=X%2Y2vN1!le5LF?VX{.Vv̶M-778&EP&҉9?Hys1һްH͓ kv v}e7ڬvϩ/.+BZe7gx bA8`ݦb92REǍ#Iq2[ |SHrapnv|H}#rӐ*l9)yߛ2)~Ecj1D&JX>bh)B(|R8Yy&}>_lZnKGVKatX❩#?Y}A&_k)%TX)\DCOP8% ɔVD6 `eMf\(C91HǛÒ1yp/`g:󁭀VZxRp,/ 5C^ɈP fx8iE 겮].v: I<ÀE^÷jQSZPx5+/i;O>,{Vbԁb]jօҖnU[2y {zBUcqx6P(P L'GJjxa'㭋s&>JԪR'֐Tޫ7Yǟ+Au+D9U+)_M=S[%:/z^~c opRCX$ \TN{_gW2ƀh^ `#ڛto(05ݷ̊_b"*H6Q =B8f\aIᘘ>4҆ 䴔<D̟38bNh o>IW"aUC+ϳ4b-XluOB01ABh *Ă3Jih NoC!=\KZ!`Txq:(ԭ~I_ !tH^D_7_x~s^MM |d^"xs(.F:n0S=$i%%@}{ M0o9͡"l`4u ?A-.!x$ ?"1Af1% (սE2BbVp 0!,FL4yh0 ` $Z<H%U9@d#8RhYu\:Mj/+ }PLA܄,t!d>(V)C3LV47vc-MCkx<~чpL&+JC૮Xuɫ1swN_GG8l@昵.+ayG61@Ciɟqk,:v1P ڂˆ{85~yVɱTM'μb{ת_"oKȩ[<ëߢT3(n_SHpH۶^~ƇN ЉV/; G{FVNώ ` %>jtVl< ?rNw`(#5dF)Ͼ Dx4V&oʣ~B1ĦAP`@}e߂Dhٸ-S^w/R4 Tsώ4\K6? .*@yezeUD (jٗqܜ+9oU M^qlj{lDWaF B*p9OPtvU(F0$-~:@ E Cxʅ:njNL<t&D\SD &*&C6rq":U2T4K^uHrdx}ЋEdql$hO>Ӳp)AۭDiih{&8(V?QULcZxYEX4-)Z"Z0|nhpuR8V0Y! `id}}Dj;dTb+_3yz{. jK4\KH:_wY,_q؍̛oF5Av)ůIZAje`,b(*cfJ-0p,=|~-d4nf!%+`l7T/+R\.X#Ie2] NqQuPNȜ -v2ߞȁ[`xD ZE'ֶ Jz+]Zg^ݕjNnX OYj}4R .'9 ew\^o NV9HtiTģCK|?79(䧗v%켞DB&k:k:}o&'2%W/ݑpUW9kc+߷N͝Jvġ<#jRFprjIh0;{(?+{U,˰ƷG!V4uu,MFǡh !3P{+lAc V8Bs- I1]^]aL oOJenIdC.WddfwХ!we(UO]ҍa-28zN⨟~ߘĵFUť)Q5dœzqF!Mikpx4`lH/B=b@=ʏ q|@ ,c6_|,wr+JȠюQ>2U`q{M4fuW uLY7,g,ˎ,[*#q]?hi i󳡥xJ=VkNRFo,ڑ^ ~+\VvIb.)5FxfO=Ad5E!t\P(D}%b'ꡙ>VK:L7q;Ӊ0F0@@&3w3B$ ђUdB\G"Ulv#"xMIôKn#ne_Z똄1He+n߭T7A@ck<9ҏ[-;9AL~0xvW\h$*"R짉OR]oVo|9q~EdJ׈Hhf}U:ֱVDJyh!72D@[L  ޗZd2 ĝi%|NF04csq$jϒՄ[$?kC#$Fx҆Vvp`)R-b/ݸ4]*J7㒄.#hOsAʵL ú/o&.:/b3iWQ]::߾xzB,d|9K'QlF榖0% lgY0IByF B|f?уBWQ` [(P뙽0e)qpr5]UEqDh!̧c@דc${J}6 2Y+??h-d#l~4|[o"6]&[4ODARϵ3*ާ b UY ksR[yn$z_~9KfKۀ HWWPN" duN ?rC6JU:V!wh\QgFi yQݱQAV7?;Xn`04x; a!vW|pwY׈I<$'ZsmD ڳ6= %L8A2q#=Cf$ݲeQ,mglaɽĉSmGo)+=q^@'(6___vK Faɻ> 4O*Bd$x^C7jQK6iߠhO\?uQMG?Ql/zN3w~<&={{ mW7{}|fT&eܑs `؏(9,by1l,JX>5vVB#fiD"5B6 loՎF$uf H_oT"ny6:& c4ʬ3rꛤcriնU}c7:4IRgH87YaPAH38VQ+pkGE ]f3"}ċ W&uDR^V֎J"Qӈg.Ēz'K _ү]WgSJ0Fͻ=d wh~k_tש؟\޵('C휠5 e*Gmj=-]:PD %7%>6c~!sQ48!D'F{k(0z|{hјjp̍Ho=_gY[|:8ߌL@,@5R׵iy% nsoS~Jힱnw0L0H9=$m>4r_]G6$*9 BmKKO@L@xkLayj3@ ҩ+: tͿ;vɹ(vsȽb%xq.rBhmNy#-S-bݨ @GA`r0bt VSRl @]t7:'=?i5WBh6xG a0+(r\qc1@=<}_4侘]ʎrrDnǹ#`ɬa#[SLE7¼Es/a̜Vkuk<@ \GS"ZySmu]z>ʻ9Kl4%@iǦZWaNrutDq:1* ɂ@9GXڵyiXHBz04WU^aF ;۾M.JԀ~}:|0Vi`X [P%nξzLFlɝÌ +Cq͖#OWa泛b+t ڃumH^0WQ8c.E_,^5'Y`v?ٱ$܂^ţnE[96y5:bf'`c [NUJ{yZhͬy$޻Z\C.6KU$ihd\ٚRc3S 1ƓyP@ qo#t6в-}Bs2{o7ͳ,QMp9Iy9 (02ö[TTgkN[!w#vM'H<%V_gdfBWƇ&j >71!{wT4 vf/ ,CDUV[f$~ nl@vo; \ڂs $Lje-1k /CF^A̾>Y N&eʦ28`Ph!H^"Eʤ+rX=BaB_N7v$} Mf-0Ϋ߳j(}Մjv Rx)4@vSAMpX;~&ԒwW 3::O4 %dXźlnIqUW{EֻKp mJ,2ƒfץ žq2FzNoٟT\X'[QeyB~J c7Q)f~Mܢ04,pX[Ѫp? a?Dhaw; zdbT_DŶSEK.疔T`_J{֞ܢO|^` 8|RlR Y8fl!t0V< zFe+k,Rq~Kw*yFJ|$ƣqo"O%r#cH';z`@jvPd1qN9lTuX7l+ݠʢ(ظwqtJw5;VNA*۬dVҙoS*p~ kSe67zZ7XMGSq[bAA| ]*DŽI- ̃I7;f qn,q( 篲̂6Xhu`qJ$riƭօE+ Q4|h`L$p6 4P|rK7 W^ՃrT=7@7: 8IBIC"837x{Dt}gEI}oߓs9m_[=kd?#xN"d׎) f, jK%'%'30/4̧ӲW=scP"MV)֊xgCnWϖ)ězu zf81 0Aȥ9c6U(XHtz;]:xt, O&=GdjS4׍Z oWWv 4A}mm4f:94$j=Zd4S5N 7Ҁ%tckQig6FG`>(8{E2DĭD7\挿oQ2w& ̠|!/%VP񇏿]V-\y}7'iUр( Oq(Ob3EhX`.z@q3 >8Ye'k|\?ĀWv˛~4kc ^rcvW\-^Rč?Z7m!Gu_H`n6M)Un-@v3 +"S3~ b=t)J@\PߖX Dvd=No V2q_2uw '"R\:=|/R$ڭ{]DFCfcZ{E{8v8FE7Ezbo2Āşuw%'úz=خ<2T؆S BHm:V7 G sDA33^m~sqw}΃BG'`{"SQ')g ϓ{Uk`L,b.,glFu 57=zi|-gԧ2#i3 mTp/-!cMӍ4=7T.߹v/ƯDPK;c'SU|H}xJ*oE\3-t 4hÇ5vf{x1m}װ~*'. ;TqՔSx|]Y?mkz';Qk)aG&UQTe=hMʁzX 䓏?YlQ*N>WegG/yyjʌ'A, %Z8xua g@hp _s=3*av?/Sf=-$ ;R9k@`:{ugW[KC:Adžh(7VĤM:k'y]JnP!tV,k[̯RDfFNr~AfɓAr+uxhGK&ڡ&L^oUp x%Ԭݒ<ŨBYL3*I%e&pMRX+A[+gqPXMGjQj$зY\#苇;#*Yj)_ⓐՐR9)ny$=N[W+2 =fA>Q]\N8O.!2mFN}p =H6~24!!1!*"ٷhfiA 1pbᏗ =ui.w;2Wif2.,V5ޑ]*z+kW@ĦwvcOZG1ЇAD<=\* Н:it2M5M"( ݦX@JG(/ꡊOq36UlbaYfj%fΪra9TϿS7S4f=[baNv^8c6\5Q5Of5;/`~KS9\v5ƝC2O-9٬=gN _#Ma&LR(8б=F(-Έ5P -MiVt(݂@8YSf)fO[:NePj{+(m\h8t(PUծ<ܛ’l۪N92O3ιX0Mbݬ3КjBiy(Xõkg~*1@PUvrgJs6My `awY\fMZ+&@W9YVI-Zn6Dm{r.dK)~iLVR ۈï'Bw!M]e{HZ>\ΜhE%ABvy{kp2A=girWst۞jČ4xX+rHbuqFܺ54IVe3ܻ'Ūha{ g?pyP0%qK:ki$5BE_p)e;Xi\${ qO!(յ!at=~#BiN=],l^xA[xuu$}3R9ƟʒE2MvHŔUOql"X{]`9ֵA*F3k"qP_fv {f4|+W1'ABx= r.f.fዢB.wn9d[\$dcT-b:dnUT u P!y Z9tm{4K%$HOcZGDN7w Mjc|fb rkӅĠMɑXU0up@¦#-- i ps =A_@ =Z+H.V\k,=[ 9t1جD?{Ǟ \;δ()fZ'0IGT |aq5bf3$t@wfQ1hk3)Cl?I߶Ie&&ҏ疷_ -~YhEf,Q{Prv;^ (q8HҔ R\{g~jv<ƅX9y#8 ):5KݟT}gL%ۣ̄^{rgv |X0(rR k靂}|yj<Tp9M=ᐔJe', N;l ~($t^JBȂ~*\-ݺ߻,;[VU>FHH 6.f3A##ʷ8S*ǎKiFGV<#uIR/HAxCJ|-]-*aV8 =#@R{'@ c:⇵M\%>K&auQ$7-7#S^R9V)Rݚ,|dV"@ 9BNX_E ?hH-p{ P(Ra5GoyKN!˼ H}AG jDpÃ"h-ia$2&dr_TQ/Zļ1 89heqKSdٮ݈408ue2>VpQ 8nᐭ9t1VA覚 'H^b]ܹN?3Zk- D|laźrSHwu5H A{d5EN;*ٮP]mq`KFZg bURtRfsc7:MU>ZO;rFkEVc0@vu[ V@j8O|OP? w'SzLGv# =qX{|+zQ+ `Č=\xNZe]-RA` a/EFɍ(n -4cJt%R sՠ@?H7j2\ tD4On>#ܢYY 7S[N*2&s5>h#y\  ۅ2 v޹ 4*j3ߖ&{*N[ilVڐa+Yy o6hNc[Sֻց^Sɭ3 #>zll1q8 ?w&~kbU&@FrF!Q*.Laӵc1QiY\QaϧbxI9,GW^UtSfFߓP73(1fޖ"Mw}(8. ?JN Р$*\u0i1c/}!Jf}k@'x` 4?k^~BK?F% *ckIYIDu3tx‰B~NSvة!?P 4e.M^`Tݥ>yL`zAUUb@&ce8~-+SKzg:s, z 79RC@} 9ו<C1MkoX+ER)ȏyiClU pS[LYFA/VRtF^2C>"T͙as5d3d-Te%ْ.pqG6}T_PM}_C 0f'Q<)GG$ D];k"1ܡX1;:68`@F?yuF6p>0LJԵO҉Io%q6`2 yWV0 /m(}+?c[V%M28c|~ EcV@]DQK+V%&6e|飩Qȥá)XlШH/ #'&CF f*k{_}|( _'=ũ6C&[U{]QdoL(_i)߁7@WN| A[f_+dž쓫8nuJZYL-d=ĝ\ywpAB׋PLu9\/ogB;~=kr0.[mY#_l!9=LS ItQ'}5&策"AD'Q}9Ch$ol}'b@2WSU vd/elՊXoaqz' s4 I3ݎA@؇{RLQpV:b;>GΩr倠Bԓx Q ߢCcx5|p4"ہvRؐQ^ \}BywX؇jL%8/WRAb2MpݠScBP(s'*ЄmC‹C %,Bypꇚֱ}X?XlDXڲ:8q?.x[ں\!/(f3e\ÿ%ѩ̔x f@Tӱ?4h.rx #rxA ^5𬸄j[ p)x?$ ^"qFhJiM&s&=64.w4`GfQ0):1FH$?̉[ O,(Ǝ9v(ɇC-AG&vN0:!R 93*Oҿbj8Dx|Ҳtple){-`ry}=C`8)QQZZ(zA/%8L.쟷6=p.]RA#Nj‚t32UP>cwēEÉ'OMjI oVLGǠoRkT;'xfkd#O6*.cCl ǡ8TOw#E๷`lTsU#lIUF𽄌ࢊP WHu&L]EQV`@(_~aJ|%4 jXΙvHp^ RIsn9 je,FMk |$nLNj\ vC@$gd ypW||#WiK$nuɍMnhy۷*?\->>Ӱu4{,j=8GiA~AFg~]6s!$.(t)u36l=z]Mgך$ܴ-|鳯lGwXUz|+lHoZ.JRB,}IfU?ͯ8Q H"lюvռ,bUtQGW^/Զ&: <,sp U" f.c/L-$M3 _DXkHŻ(ٸV(t òd(4,@bz!ǂIzj=25u4̥ $@7fBPY3 ǻ3)wTO E QbVܐ~[sNY4Ko;aPv ,S9lоM\Euiw&|_Gw^ W6RZR lo@M ߛӒs@&ʮs$1ClXY ~ټz[|dl2iii9^>Ws?tfgMUiI, |2רʏOL=ELj"'S&y"ӻo\R3ID7uhq o$lJ7o1c6? ,tNթlc`;_+; TUh7BvCmXdLvщt@K˞:jo*Rٽ0Ӷ#PR\iD/%2tp}j}ƂNgٱ?R*C$gV\IPDV}l9MbB&= 1Cx+#@CtWk^fSL) %UUWvFkCɺ,n%Xq3tUV`YGh6q <5Cdf6q!*ULE tb/nM _O>H͆ͳKB% M%rA~t'4.ĭ^o{AgGF*.7oe"l1{eU7 74cYJ8N[#W/~^b>K3u+0j^I:&̨tj#*TJv0c~L%\}K>V0%S SY)2t-w\F&\bqzV!^~xΟFSc5c6+T["{SXrNÚ?u9zD$ܚ OrS9#dQ'#(1ghJؤҥل4 |!&uP+sRG}` ˻ _FHyM{a@nd]B0Ɲ႘WWe3vFg(AvKzH|Xh4f LI!&ρSզ5"4JVBV=z5;G,=K2ۮ+,a.'}jFl" O4DD>Iyɂ:GKnô? 6T?qFU^ZVN_˸LV $P*s7 d.":!h%j}  %߄FnZ`3]D+K\ci6TPGa4BrrSKjǭx||T>2s>XFy~.UOHhF=.8Lxn8,moFn}R,i4[{U[۳JA]4RVOvH&HYV_G[;Ƚs_,CH&D2oϚ41:r ` RqW$IJK?Ny ~{`q>3:7 GrPm+m#.:\_޳+ Won i@a2"1 NL8tR>#6.M3 'MXH"h:&!&eM8svʝEMHޫYHsLhl_l_&n-^M/B#17MfN~ΩGNAw\fhjClNrw꿞+^J;:g @._L;z&Yҍ6Yg ^IRrbTآwBPn`n10IuQLV#Y!&@궯I֩byVk.O^"XUsjI|!xsIip'z0B1M,W?t>xb6-* +Fw wPvך$Ͽ ` 9-VF>럇3,@T-~Wgq"(1PA}9; WOf-,+UDO5gi H BJ׷lTU[.'a&1Į; L$ri @.lj,]SojVK;❂<7'Ppeۆ_A|y!㏫[u#Nזs [GvKqbe6F]|o -c9S¬A\6PIiU4mJ5*ud򍠅xʜ%wU\Op@idA +D!' ^L% rُB&?\GUP?:?@Ge OCp{oDнJ[&J¦_lGtaap[q ؔn^G| PFiTċ8B gXAdIZ=,Ki\Q)ԖAͶ@{?3k蘍P(oRhjS읃#Ӄ%DŠ0Ko1;QW*{ ZqccZy^_8C[og0:g;xXӂ rxX!@؎f*;ю4 V2)>@txv8АMı]gR1+1!-w}"ؑ:vKF8 t4($l[q 47$'kN/ϱ4Z4aQXЅ=5Tu*s%.;g.cz"eڜiD8sY:;y$8B"v%E'N|e3Yac)bqTز[|v0cRuՐM5zZdR$$]o(g?Qjj*@4[YѾh\A҃[G1i>IN^xɪgE*SFD+W"2(ܳejaD^@}!E$> 4RFB' ;D~pWnaMRfHVCjL0g[^"S 'sv\Wy6HAE {:S Ծ2XJodnG-r-5<~Z|p6ײqZ;lЏ!>BOZ)~d/,܂_PUIhEGg%˯w.B{q@KhH$s:hHj`x7ڧ2…aM\r}Xx[?T>I{ʱ ִun hr8!0/*>G\L$A]{Fzxq>)ўXnɾƦ@J j!ZJѺstsd,P3x-ƮF2MTMm fc[0/ܺD-N OFofg s|C"lEIP H@eNr9aIuH02b컙4q 97%mmV* b#tRBX?)/"BIn ?q9I5Qڃz+:̗\DK}C}kJaT><%;cT{njx@cZę2?>Ab q݊Gb7O$ZB@ɿQt5)~?o;(S<5fML] O1gmds-;\\q){Axekq;w8l>tu>}f+H>Uk r"9Ohoq8g:)YbAd5GE> /1% Uu\Y [(0:dmI'NEn|.!vuBS񔝅yzE][J -AhERvQKfV`Zd\._-%;K`nI[ ` EJWI;37FL4#m !+%Y Ki,ؤAOϯ@o 6}j-j!9nHF,3ƝbQ]^w##(clfA"Vy^ UT\!gpN;򰆵3T[-: wg9+pvq|n-E$(ItQBr``Qɗ>,Ps4auSADS˕m{\|.4p ˟h!S]K8" UfC%sۥ=h7uOo I RB֬6it]c/N |0Ax.Tpwgsp3ɝ#ܦ4ti p3 eZ.jfq5\)Ll;k#Hc|"CYcJx Q_>?}n18 1p =2ƐhUri-XT}Jl  D^IJj13atE\Kƭ XF=Bj:PM9-.žϬI& ? QgZTskntbh} MP&?{S7fgA͊_+uUZ;ݠ嚶(^VƇq6q]尃)qݩ̋/P=6劼XJBAoMln"i6~*)AdKs/#KQ̖ ^*#w>Oh&ڜ5.]alfYhYڛZ R` aRj|ߒsE}Ɉ)h M<; Pjv=`ǪZb!VsCL!sxmPҢg{_v ?hxm?2>cJ,=T NjO0!`h.nv~^XJC,vý5ЖZBD&:Ƚ/WI+3 t)owY҉fBOx{M/`|Z\Գ'7թH(w㽸rSUy]'~#eNi/8nwxxR4Oy 'm!|j8>X琉w){,xg<Hsp(M%PXՋZVT4Y:鯿j*7\jOj$p.@hl>Ei\IL;*\ 8& [m *9޻Ը{Mf<{u%LR?j膎-WHf&{,;"܉hωv  {_zέ̍ "D|.o]\\PD뽽+ D5hGWQryFӲ)b J}wOK$Еkg:KqЎG' j?;4ld`Jp2 .(JMm%X]Gm@.]D&Wj@GJ1j5 ]&H{ɖuSiT4><`.'z5l;4Z+Lz<z}8Q~Bkr~wxE".Gْk2v2bY<5ch3q9+ `G"PE"r@O!}-=v-U({*'⛅l%1un]a2׋ދ1j4I;5>8>n .>۴6)'z C D TfΒ+{xڵ\ȰN&vVrM,QucXt :ݖ \clr?BѾ  /S+8C+drYucQxb=CfCͳʋ͟y4/ɚ+I3I١c y'Q"Ix"p]y8 h2[G }ɀ}&/ _ڐc4Ĥ]CSk"@䎇Ը+m&+EܱHB9_S5́>8O0l w$8)E-#h'Ĺ^㊋l/1پp V֚x{)L6SO\)SGFw;hbS)7,#km/3uTBvpo&zNy6Elf-bC||,_jd2G [iνS~Z0ӶZwg՗7𐒢$֞s=y#à M)>28Z@7uS|4J`s fFkK:q=RQwH}B=P#};$<`?Ue൅gJr Ф8Q~@yVb3l]$csbM{i`r 7h +H˓\1 M)ک~:YL38VuJ(`.( NTF}_gIe|I?G\YI/"b൨+E\CƄI91ퟩ* T/ S1P+^a?8}cHЏSOб] ,Td@G04wHߥdD?0z+1P<5X[믍GMUye1y(zg=돍`$^҃x-O p;|$HWPH@1z 헠&cF9PF ` $%P0G_Ͼ}7#`6$Zûj63-1Q7-w$78Q&56:ҏ MWd~e5OzCorU`kiIOsI_FOzwFgЪ_ r2BSiC8(h71.TfJ` /3 эzp OQdXսxɘS~t_['[Or*3 2*lՌ$IȎ@~|q]=\&ݾԓNz8vJ^Iue"Ï؍YF5Qݗ)-4WLJë0" hnLOS"?z75lܾb"i\)(HMwO3 abfRIH/.FI8K%AvH(ǧ;y/?Fo[*gaVɯN =iha֎@l )c_ J:$WՓ|uϗ3yY"laVC/L!՟;U)ҺA,$*/q3ߔH2s 2# qU@ۘX\gm쒝$fFӧO5l4g;Gjx.(nr9汳(#+}o3vZn%m #!B [O!ĈN bpzzP͹o.D0ڀ~{.Ç9&gCRRBaWP<j%`,Vo7-<]ҡٶ@e%d&OZ͑ }fQ (;Cvt7JlM iZoeD5*9u ZQ̄5D?nAB*Ё}"B*0V9tbIb)q2'/;4eH,ↇ\W etlC̷M.Tb=pHXVΚNYd0ML5r,^_(HhZ/4J~]’ikզjx?:m"Pt <]xruÃ7)b/d;<**K/)d2g#)t,[c# L`C;J.5/ @kz7waB"ٽf`,Λ%Eal_qQt .g4ntv bݶ@$< YjN[Tš]xF:61)2ܴt}ÕΨ ZZM}9='5tvf 5%wFصLS<,œ|IT4dk.@md?[e63} _ IUl$&eb v  Zl,<*J=n͐WmVo(xyKu`$sHϙj;g#*R׳+|/x>'Wo [I. ǦQUZpkҒk.!b|94ºd^aXA5BֽP4(sTt:زz3wȿ d(|æWF~X}MzYoZi0HLvt+v %+1,\ y!Q}ݞyQkPm)E_]s7/]ujة"QYxKwUՓ.`_{H#$Wc}>QI#Îm|lq?~M[M76]Gs2c/~9YCl.R7!ov؂}ЯQNX̤F84_d{t!C&U-9Jo+UG7tє`"8KMpg3B k5M ywhomtly&ldנs 23zh,3r^GZ]w"s!tTGD5Sy> Iy{sJ=L Dtޘ^uY)#*g B*W:̻GН۪Eh(nu{"[kNZ}˥g=~nIȚ@ePa3,vb>__}v^TU~8&}EK[A犈M`tEȳTqgz)CeyGwVm(r(&:[A/8EÁ;!'XgW^mJOLI sHw.%]D;UE%D188ɦ)"$G!Υ-PLOx}A26sƴԍag/nVewPO)SxQ"q@NA*r%xIɶ&^%_.kdTT3,r`7Q\Uy:C3QD4) gy2OjM9CctuߡQDܒevn.E ͌.L숆TER ڲdu B4%,,5i+j7o X^+u SyTKL%lQ?`zr N?0|W42\=T6;s:YZ%34ĥJ6 ۨiE&Qhfܓށ< =a96uW?ܻ,F!iW;Z+Jh UɉxݫZs%K{n<0smͮjB2r %!pAwfIıdB@5/a͡Q׼*(Qe\lB\KB 3FQ$hX P~x289o~-C.WBϛ-Lxۃit ܪu4E_TjfycCTu:Y`Bg/v TkTg z7 BҌ@>:9:D8F7Xl);w;F-~!d\}~QXKdq\y=>,;pR/CpJ߳}[0ʣM$z/D%MMǬ `odmW5\X26n*xS50ޠ-W1Ǫ]#6%L%xsjVk ~/)Z8ˇ~yk*hG3pxvMt] ݔ?^-m [KD`M4>?DO> SZ7~0xDp\:u !Eiw j154S'Ci,/>~ԑ )ݏݪ;(}FΩ>$ŀqyLRS " Ii'=o!{M^ )TT|MMKJ:ikl; #H?G[B˶jJfƢ>.CQ&T@.Oďb%/$ M7+Z f6a3y(F'UC~0etX#e`2lʦ Nb 6S~y,Q$o6C13mH,V7Af&? N nHlLjn2Hu4i]g]bM5 ES݇>kRrwaIԁzId Ajecz3Elvgp&ѱ= ̾)r y nj $IR,.؈WpPۈ vp{nuge(Nu)*#}IX.0%z[D Zm<(nhߊaXv")AwoIMϼ_$K%u4X#Y?.lξe=6iB Ē75fCT0U`&l#`jto?Lg=zčNaStKͽRG9^ sҁ8بNϺ /bƝFvd",j_4r͑ӕ@NF9+8mV^E4:% Oeo0fuI_Lbj:Ď U<}G"Dfv^s~_|#P/x\J⟕IxQ^&7( ԠE5>ݓSK#cیn*hτ aOȥ[n!K۵+W 5U.h9ﯛ8Y\'. -m>]}A*r7h> Q\Lo ׾3$NO4Nt/]x2J#=Y zjcƈKj{pkK Q%Il"ZY\3KmG N &DRGlX?^DN=sUF+[84JɕY!8]&a4 kn'F$914R! #sY'^7Ż:v;`!>0!}a>*cX붛xTphŅ-f?^@r gܚ)(#\f0.*sOX=؅q b'p;}0c*k( H7odcI7j>٥3$eLq$F?{ZڟJen0 Bq?w8 >jl 0Sѡ8+Wxä|/|=إ(`Lt*d0˺r* R2J*$YPvt5e^kv}&%X Cj"nR)_gLSjv}TghٱkSA♳A2\AnZ\BܵPaҟ4Ke|A<[yiDi\7xW8q1U{&c{1 \C$^ևrcPESGBa=@V;MMl |{cT+YW)E|1d zݡVjt5:`1ͭRfC c%nxqu8߿,(21瓹!Ze%YEAA@PX;鐑o7![/TGSw,iTf>5RR%>[P&N 1"9(<g0ja5W{J=V`u'`A2͔2dqNڵoЛ$6Qرj!e0Et[MܒM6]2(_z W])L)}fEE);o%C G-oĒ^\^@A{8thq$H ]h+כJ+ TP+ЅޤV;z~ϺugIoOZTwN>ÝMlex lsAoS [GU",0a/y0)h:=s*mO0?v*B/?iYoQ9%vLj W"uPnGO,ƔƣPsK 4]&YPNXa=;𚨾oo s5ag3u[g@^%}/ѻ)$nPko4wW0cu\Ör9Avˆ4|Wfڿi$j#Jʷ'Ƶ]JmGObM9hȮG;B>&ToA Ę/ v\ul xY$*kq1iK¢T(40ZN51SL^X]kS]~llEa}[xpk#}ml*/mC)<1K%Yw֯Q;0@ 4ʱ٘hTyT Ɨv~9-*'Na`BnPOe(4OO niXqwֱ嘞eݭmNU̬98|ۿ?к(3Uq]Mkb_MZ'{GY{[/nj̦ Indoo̽|J.[>v]R'64tk]Pnu,Y`Y  全H:TՔr@n6ZF\@˽'PdNFydpMJx2-nQ lЮ1c-9"%,U~hR[>ZiMeg"BK95VbOP+ |w*Us/ 9ѹIECۂeE&X-z %L'oUf q팥ΆC +.Qgng._>ܫO7[C 6>wIDF)Sӽ1 " lJ3<\Ԍ,{?5d M3s\Zl͂"f WXbj(6T6KE:C-+9AY;P1^gx'DcRc.l%Z̼xJijg&՝AK)\hx6? G6`2o4K[tv9>շe 8~uwxba"ͬ:r-wv%$n^-X@pOQ܈) &?YqM=Hl DΆ3b:gڒcn~}떃qgMk7P|Hf z<Ǝ҄ʑT% лw5=/JvMNP^B$ya.Ɵ9;P'Օ۱6yZ4lT=0*gTZauUo' nBRzWCjȏr Txڈel\ƮT,>^TQP3ωZh5|b v^:[ ERQNPIuW-vϰN|ENR!b9])p'rqVxROHx0Ud&'ү 鲗,21/֬d)Ŋ9jƢ.%d+cHzUdQw7W=PVWNAT|hx[V\UwFR ~«VG(v4v<-9.|%'^(‘W_^JH1 >i# Z,R>nd/E)s$$$ 1 Dʇ ЁⷶvoϽ\+P5oqIi4`=soi^rFnY&];`cjͤ+w—/ZyP g:pڿ-,vژ? eȌQk|t66oǠP%jYgN41]mU(/u)0<m}^!ҖzjɷZ]q:#{aXdDJ#6/μ9T^]t/Y>CpyH{hSAάpl"y^#9%ty<$1걼; aǓ|3fnl? Fht7F{=SڙI;- uTݳ"_嘵1ցڐKÎ]RIS>' ZJJg.Z-dLn6ES |n1<;D7{Y<o4F#Zh1q6H'U9 /IŢx% a=Ud~G;P5t)yGt'|ZX8UI:1Wkj%FYQӽs~^ʫseGA~+/ۆԠ{~;3LCFB]fح"c"ݥ>鈾 1!ߟvPUeLIES ҝ'.DgXnȔNk:jsMѧ~҂xCE,hA[pȢ]AZ:6C7hr,f;+vlN%wmԊ4?Hݑ1i;]H .ج]k>Ǖ%"jp,#Tբ]=n{nM։(hZQ٫ɂ<;Mm@b2VzQ3{g]uĕ@^|qmHTn&Խs DNfhy6\LqXv52N~pfOQUAl} EbjOr+>QUے>b^&PaX1x3y蔁 YU4~D_ heL=}v~U"&t%%JMR;38{,3jË,Ap%+PYaUgr=NNqz}&`dw,ֽIK0L6̼eSʷ,m;}xŇg3hNBOQGg2fxCud=6VeJ5q.4Yp*a!ƚ3>0T˞r5B<ņm-}mZ)?9C$.% ;Q B"YhKeaW7$/Ts"b<KcY -bh̓hꭄMQhEa};xppٿ Q Bh;6h~y Pۓ@6$J1V9&jzZ4$@{wd"lTܢfVg`ԈMg_G3iU( 9jYN;ICL6:Qt @e/ynϗKg bV$&H!O5>O+IQ.!kmgp< cXzDqb]{˩IFގ+ w`%Y7:7qc GX` ͮ[*-nasQHD:#q|!3ǀ$8Ow߇>5cPb?W% PA)SWDfj־ݺhSKNuF w?Ô&>d% 4yN-0Zc^7Gddis-&_5].lL/CUb6t?*@QXecP7Ic03IW Ϫ{Tr;}pdqa2aj:q@6oaA\D1DBRsX5ަwmôwoĂQY=E.$=?&LC/<3A']>{𒱵n$ACd42?mP2PU9Se[N>JV) {t>jP^pRtO9!U|4uaʕ}mQ54X_Y\ߦkF],BӒTS=-Rr\r`:"U,zPpt>uUܓS ^xqp%B!WH4 2]ixd.$]# ЌuM6Ih2{x~_+8"05J֪](+ 0+Qy1s{"߼ӹ?;OGYe"0*dt{V+0^ߝܭ>W\TQJ4D>hl jSTȁL' &];6nW~TpF໶{95d70&.N8*tͣ3ӛEAmܡ?_[ Hd]`|k@6̱-G+Hr\v|[GV ^;.Nv2(n2k6Alij;g 6.0p@\ǶE`#;Qp9}'ج#PRBnܮJS?[DֵxW^ݚ%vn<+u>'%! xD:yZ Ϩl1#8mAko)^տ \U8=B4:hb̴sKb>2# ZvUX-|dL A/`YT2PXq SsG|Ⓠ{\ eSn\W#V`!fcbRR=0ֲ=w֢h6JwC][eĈ|w27owhG?-o$58Sx?3!o p^VQOA#wGHw3.rVkfBQhH]1ai"_CԈA` vpf36v2E&V?s#{BO"0)?yGKiׁ}wa,.)py-"ln}R=H$_pCz@ú #22XwbNH-1 >HGlwPІB>ts_C:DvfnbYj'Kσ5Ş ~H*n BcYN+uv;أ xAzLa 9iz@`o0-xGq2ogzːZv>u@ DK)m-e՚volp)vl;_0չp2yK<!6!q:ոcK4,-~ )z$m-}\܍LBB#@Eaۋw摊 ?75 uP\=2DZ8", dѩԶHJ).Ozxa '=Fx*ܝ' "~ufdjGq>/y^y]' 5Ŧ,LœԄҔDXK"6XFիiuL~xEUךCgФ.[`sr+G[TL #^%m^͇e2yByCn$IeDޘJ?9<lÖzxxպwt쿩S#{q wMs񤥜<*}XvVXcs_P0j61ɼRP1Of5F mC)SJc.gPܐ͢Zv jSޙouPb -[ONr Tr(_nn"a'mC@O18|о}U"=Ud} ]ZFR:B?D[6E芠2ѝwX6{AdHHUى:p 8bqg^Wh__( QC5Hߜgkwz80MG Z> I j1ޯ"sS7E4橰s輸H0et6 CVjX;z7>˰K""]Uu'04 ]˧^ vk ekZ[ac;C 6ǒn3M&gÝv8<ccWo3ɋ>{ιYk8HD}sn悹'ćDw7 ar v*tВlVg·Ҽٻ+dPCCкVSA2]'n.к/@x60@4iM8Rq^0vN`v0\w(L]P"c{jIfrV4GH3~KhPذ<&AZ&l3ǥ09kc:w}+[V%FͿlf{ `҆u50V3z+;O*aMP^~cϬu4X%S7iYT, O(ׄ'Ln"-}0aG",jTB V_Dm tX<'3[ w"S[˝; 9Цc,UW\Veo!{*e;sO<[aV\:d;LM-ܕ #E;xeNԊ¥2x}C 솓`zK,8ޫ$ 4ɮiyKd!S:Nۏ~p|zVyPg^/H!t î΀LEatM #[TQ < 95Xa5BZ2W!!vz^l8՚P/1vÆfh?6"$x (!Gs8y&1e"; -4{xppF^ jevW*kY#Z4t(#6Si\z3F\;C8VHF) I'j>=*؏ fz4,*%ۙg0# +i.z꣸r;.g3\Qr׮ "x`>0zi34;-}& kw+TPOA@+t_c(@̓O6Ղucwx4 l C37Ɉfr6{I-$iwr瞏L-uJYuyv#Y7aOcׂ$:k㰮\0t{P<M\pZC5yӊoARQ]@ % ** N /C$O]pԚV|@k%w-Xv#m?UJC422~=0.{f}ԂYMŲ;0iu$QZ@e :Q.DQ]s^~<F;E3O9,k[ .pFQ#x`' m]d 'e+*4ɕ-'UA5v>SDBT ټUd(A,ѓ[0ԓV]Nɉż;tl77O#}b#A_Z@/xů 5O:5!V6BDXrQU罝動1- o΄"Z09^di,|x2΢FYV k!\E09;/˦tˢ d۬&ީen"8<8CDyL=6[Z2ӕt]@Lja.S@s,D>sI#c0y4q\S/eɀ~޸'T?[(PsSxPO^ uJX"%m>PqJa o^2ߍ[r(m7 uἡS, @ЂMG6W-]ykL!YI Z(N/hP1"sLݖSqUVٍ+B9㫽lKN0fETk@񀍫1XԷJa3F9w`Ay  $.i7%ƣY;+t-8o&P{%!gYX5}۳.WI͜AO3hPjTw6V<|2kbJXg̒3~B)7ѝ8ѷڤ1x2r<9A(]*Vel>nnTNE \N%b/ȜwHS:"ط/ &כ|H֡C#1]]Ӛ|d ;=3riR{bJ OC 8FU: /Mf :}DnSsg組k yнz?W9{l1нƭL+|EsDI lk3N8ҩ&6OS3סyGE֯PS-_*0>t >wvFઽ ;#鏔}QٱIS*$>Yc@ ?}:ӥq9bi֮d6p3P8c48-;b!DDv҂+°j/7@.YLRtEW)L9  .驏EJ{&R/$V^ۜF1rrD#7q8ڭIr cAMx_e:^s1en4fb{dǭ2 #z^;Uy/ICc3}@sF T*TݮȇھG%v&j66&aaMÇVUHzjW?񇏱EK`-*n -Lذ9'(Y_uf/CNJI `WtݒB"dwORQΧٜ[=*|0}揆yM3G6 )RK!BQCIRnW?cq ff2-d/\jgCM^jP.(G'FjˋKK=b!V31-" &3u0Y1闝MW"55q0\"Є`e7@k$;p 1M@ؚDӵFʨʻKP&=O eH+p#6E"Y Do%t`sU8 ,Ft,"ZuR+IкUx(oY( 8!-Q{ܡ4n>9 f+S:盒4 U(P|| ԟ*~kյ|*Ҹ ARRf.>|d %AZQ/ {2wUqgIy%16ցx?ǜo$0h7֞{fU򲝈v.'v|9Y{5RQ iN&7,V-y1M 8xV&kɷy4Q_]ؤΛ e = ^߼ffl/ؔu̘#m8P@_p+$U#om [qΓ狗8yGոNJr^m2&߾N/A !?9nTu{k]0d k koU 儹<9߂ƱqIֵ : ,oB Y"l}PQFWgJ2 8ҍiwX cƲQoכ>eƱ)w/'pup @]}4U RLaxw_R??LhבB ?Bu\n:$p ::?cY}r)", ;DB)ro =uo@nA ފa)i=F7*))wzddD> qS&BJ"z^,ewʧy *^svI*>Gȩ5,L)ď<ձ y!߲V0e{pXߴbdܴ $ \'4;bn꡿##ạ2Xq#풩 &;A70)- oG 2<1ƣ*T询gA4}t,q*Ȟ9Iv(Vmiꀞ ڐaY5_`) SKwob69Oi嗦:^/␏k(HyJ} knd?: D h8;|aGT&%K#}+q?`ēnBV q\6it@$;@ >^Gv1NއIeҏ2?+v9{ejQza;IXT;2A0?Z>;f;ܖ̡~tM`i^!a x$g OS/Z|Q<׀D}qGtT^FG { QDdufh~9X!M“&WUrL`;g;  ZK9LH= ^CdiZ| BnUI;sBw-L%L<0KCC1њwȻ.zX93MCP̷a1+XS{-I-P[s_]H ꨊ\=.{:um]+-{z@.P$oVNHLj 4{QVn ≯>:"U4CLߎGlneJ-X9?x.eډ\. Bܾ7]슞3-ylJmI2VL{߷bpF(Y|Q;bb)U|,O3R֍tP8DSsV6=vYq ~&T:5Zw4bx} vy4X=3#|lH%*Ü?=(BG!8`be:ㄾC^%7n֤X@9L8wJԹPnjjHg; ڬ^' |J$ <;rϻ])l( | (YiSxa:XWH3>ŪL Z\Q;ШrAѕQX80@ubi/cA @C07>h[PvfPZ'Tm#gS!URA^ aa}ۂ섞xJfMUQ_= 9!"^'8'o{ )S29J;g WUR3IDb`^LZ/NTbsjp.%[q.jU~]`i@"wqBYi3E*(:hNv5A{CL8FzA׆0v mfq֎~:L1gK?nZ&[[LEXk.9ortd5FN-|˧jAX^0do> a.nNxRT_ ܌|F3A;F8wTřʟѡҡXe\7R.yDA0j/`kl89#,YVjUHO}Y":VƈqlA |{ɴb[&&[-F/+u'9 )R;DŖx7y kk-4̌&ZBݞpv&ſmK@ǚ(agKlڈ꽿[+k=;4ت :]{Q{ߵ.Ler@ oOܭym-&]􄷌]ud1cO@+L:We@U?~]r€꤮Àbv\KX-2fRe!(oqnZwP~"VvqվLpE$E;cEt,x l&BjM0i[D-'+.%t#ȊH7eU+`+a4fy@zI+Ksz&ִVI%ẻܛ,q݆Tг݅d8s H!sf%, Xl]OrQ\RިK5< ZIJw9eb]uihTz3G,ٚ>G| n2ҽb*쎜Mf=[2@u$Q\rqW,uͦLwV,Z  :5e 6Z+e" &3[1C}*o,1 ͝/ڮceڻ*SG =VV(jrJ}[Go+xD IXi u3H1uoPF{6]G>:FTiu`5 v^c\lf1>wo@2;oJ*S*``#+ږ`^hvA u= <|ϑte[ ' M8(AG7Qem8?Q>Unbq4-1$izXmUG *0h=S&cyZ`R>.n ƥsO:DZO9͙jZhv[D aG*o݌3Y5z'D@8Q濩y^ؒ3nꄨ:h3ΗwQb'F)LCcED aW7d?}ܵg)AnVdh}ej%dI88x$c3\7]Te}B28[.kt_ڵ#²Ihpqu['՛ TbU@P`Wmicy thY)*D JNӸgD9E'g5O`zࣾP.D+w.!6"nz7MYݨ.=/IOraȑsYX6mn˭8~H͌Z]U]V*2ׁԷڅ}F6N**w~9!4H9 >4 Ka<+mif|%Z$ҖbF+ mF *l?{b9e9Уdehhv j؀F,)T;֡sr̲8Ӧ)أ.O{/1af CR5 gu&$Vv&2H^ 4Fax+ L$|أ 4Jڃ+dO pctCjl2<#oD:¸<3z0aZ2 k?ٵjD.ɃzSbbx}ɯ3]`G}}UoPBChh%@'1]hle-_('HbmѸKxJ7TO"߉!`` `iBJ4e䶮t9UCjGɸ0 ^g.P;T{nОD] )A񜪌Yɑ'V?ǣRg\7p篲FEY7V^ hFJmZ;G__ C*n׼RU/CYD舃w%/%"#Y662wsY/܂}kCN֟ĻEn>Ix$ !S ?d~jS۰!ZyFAXwoRTqH.j=s t.L@gNQ}&_ljVANp^,3)v1~pLD`!d;8;b1d':H cKg}ꦴm1)%4$8M;(<&,[>uUn8VDFٴ*n Cpv`5wO0g` ;]|p[bmJ V]R"q BدU]B+:: ;JX< J0*PTC'9:>pV 6!u>Xf%|=#TSQm'?E7n64S[qPM>MBAn+/љ}L `!k1019Jٴ]>O+_rf Z:Z0:3c5~_(/'ćը Q LuGuij1kN{[|ʎr+<\^GǼ0X|#br$h O";ym,گ4楁O4s.ƻ!9O0+x[.KL>ۄ%N!SSU8߻2՛`Cs9%\L,hsdbf蠙b$$(z:Dl jE҈G-T-#HT#b+?Sʴ~2^ߎ`_n뙶>ؘP.G2 PLD3eVѸnKʵ:[uhd,X bgrqxY3h?[[coYnfo(UvV!F'L|Fj0%<ANcaZw=vcT&r]wye{.Z>huHہ\y-..P&7f}4)JUPC㟓nCDՙfClImĀ'5_}yacXubֲaF[5TEv{??ސg_gמ\g߾D'ŬV: & w0V\dŝkB dcȦ ]Iۏ{ srW3Ѷ!ݚy@|A-a,643wXץ,N$'cC>KAB DX0=\,y1KBE"^f<?7 2=AB3ӛ.~M+{̿obOx?IګTۧ:~x\3>+s%H^Ҭtue3 \gH>]֫ .V~{% u@Q%>w<dt^nNBJspzVGCFS9PcYwY/ݞcu.ƜN9Fʕ8hYDZqƨ6ѺFE%0M8 G|FM>;D@h ю֮iʏ#ӻwbɡ!gUJ 6pH/6nL Ə^ʼ M㢚NEdʡ%ǡHyO=+cġzu t&&M*q'mc zx;JQVF/8=J ċ&.}|FsCLD1m'ӭsϒkJ`hgԓHJAoYv2Fr ѭZgu!aO9iQ|ai,EwVKM W6>AS:V@xuNE9o'lݣJ(3DRqL[>jyw$L.Yjt!wM4@IJQiѵD>I}&F,qch\Cw{8;8/|( n7F P{26kG-oЭCSa|UiNddw, oꁢG<:A/zY0RƳ=Gh>E9.&t//v~||cxdi;#CVq5,">@- '/B,&?`Ol$XFlm-GZDkuTx3$6ڶ 'G-V 3'Ij D@)_9P_]vlzd- 7<|U>CkmjzraJq' N>[PDɺ[/&:GEVBJd-Ez/u>?_С_~,ĸo34 [\- t ;zjIQje9a\KqL !1}Gp+䅺e~ȩuxvFΌJ~#N%E&1!6R01S[~CqE$?:qֆNQ&@`ui+Je(pEB{H3wC.{.9,FۿIW2ef*=: ƶiKu ?;-/YJO;yCrg[7&a+XIH-'Iv<=D1 q_>7B9:!~3AB%]Ԧ-*}z*45Q"Ͱ |Q-\yy5t/CykA$5pΩ.mI2I"ߘ8 kaS(Xϰ"@UME^y1@v>\ȕbOWIBMh-, aRhpF=+)vZ *.r: ?E|эq.uyVbo,xuM-t|w2 S:֟Ysd" FimWnu_XH%WuJ_blFGZć)+tamAxDj_B]5w$T$RR 1Dbh Jp* )ʧ&-aJ3h?ٕ`Et?/z>|!G4gL{j糷ɚHPE4_ ޫ2.;AT?I75$[)P7*'alC k3"> #~&cfa, g`a@J~ DʛD s.?? srf<|T[yR]acMCiY0en(ڷ/0S~x%ÎdV?1ŤŮit| T!8/msQ" (L ̞a9h%2h2ϹT/pyjHHꊺ;D9!*Ax@L8,6/ TyC}f\v[ʊ8WcX`+jÕݍ֒8QƑ.:G܂n}PjfMS6ѼK^:ZK;ODG\ɥ < MʴnhڒCFDr#Y@]'3z.5̱dڶׄB8OwOiC\q$PXӓLp*Gf"IR4u/xT`"~ FwQY=տȁW0i+=GP_ShByKb C>bxVnӲByAߛ1 9#g/)cۑ;rLP|X^QMNM{Z|%\1lOьuU]уPA+ =II.-[ ?6v!Z|p*;y A=ŘݡӋuTr7f^e$`ZP[dbTHɏS ~X٪ NYAE?iIv$7hF~O4rwvɶ%kyX |6lUշyw , D_9^p7IX08WwxU"@N.Ѽ_S"8CJt^\wF 5t9@ձ)Oo A$XYpv%4v,V4"FMGh<8'G +`@'o݆Y뻑JzX T?z|oEU󿖟)&8g4?HAБD GL( zw72£۠ ;*NpzLIMCE  ċ^NQgpa<1]? 6WHGԺe6QGU酁n-/X9z6[^⹢Z J+^঄nld/\j`ǟiBR~ 1vTk:@Re7ketH46WMR[,27`qWP/2D#ȕG[?$Bbd |n-a3TpM&U͊+LS9#da ' 0-iIL%wuNa!@5a qF#u |:K\*q-{̱kΉ-[j {Uȋ{T;w,?9J#tͥɑ@cPh adŞRETuN9b3iMei'ǝO$]p8d^V^֪^Í܌NTU_ake cow?2I0F6GUfOZn}/"Ae]Qv|ֵccJ^)9g!L<Eu? 2`aNt8oil\*,<CW;G3cF0 zH5*C|{8LC7irn?Zx0JszC&C'P8OtWm|j&u=MO'L H2ۼp.Bk*jT{ce,)Ő+1<”͍ev4 P^Is\ *u$0$qbWZjlN/Srd>F`թ+ps66ͧHQVJ] Yw9mOT1]="F/r>8z4A29I*с\ ]+ .r +z"Tf*ITA؄8$b.pH0nJqC6cW 8[G\mC:° E-@+"?FY (0N)~":nUro%+zDvin]J ݆p)~U40gigJ2 [`ASok&šN({_Op8_w`%}сs{ $dB&s ]8LWcL- Mz5"]u)}"8~%.g^vI;Cq'dM8UABř\Jm/.z,q¼sN` K q Ue`BN7 A'C7K-}wvrnQHDsV`<e$Zzsp20KBJ ~Ե&A!lCP:E:?z&ǒxJknP`KTmAµЍ~ R- X~v0G{GUVI}[Fg.]s/R[]9cZee(ij:@l|ڴ B$-6H~oEe Ǩ%M;]H3qR\ XE!6> ܷ+${)b=XTr-)cJ<= :{X%y7H?}geҲ=I \cK_;*%tN=JsȪƻ K]nϼuVG J`넼. (z.#a̸&Gj%!D"\f8ۈv`iU;^<nX;?xt .~Tn_+0=kK~p=&C'k=F1/jQP0RKҚ=Rv :*[+)E]i!,V%3pQ߶DBZdª"jpSq>'ܥ)hG`hDi <=I7@ ineA(_v k[^Pl0o.K"L($lbíl$n_%#eI5PmE{DkD4qxM+>4;?P=~8=X%$izo,+gJL2|R. aLEo`̖_ 6*YРsaĆ}U)"^t3F쵷hT#s/ F.Rn:~!'*pj嗁e/u t 9Gh;qP:NUEn#Xф)[_Er8T JHQ ?·y6ڎDbյ(7 @=[$xwoAȾ2(HXU$}WjLzcZx@@=ZTGB`Qr'AyM}4D5ܸl=s5UB(/-xM_דI4J?t?1#\=_f3ba s7ut7wbl<èɍ7j ZxDǮʙ,C!>-w.*~t*|]˩2+rrٙg[%#-`V0vrDM"s~ oR%]𤘭<Q=M%~|w<vK7 N|84rTMOKLa7%cu8s%.X∨&! | orMBF#]!pB̂p&ZWQJG&jW1ܘWu]K#qrSNQeC4tXh[zAKGYn!(ޑ_*FHн$O 7f~; 7DdL*y%#%R7 Yp ?Өe 9BN}[2ze{ݘL!l#Bihr:SP(BxX?#|ɒ<Ƚ\1?vlPcVUBm4?3}6[Yi\cȓr@؂]C$)1VFN0mCDK!" ,e1b'D$Χd!f'Yr* )u-1wa uH@]$}>z}xK@i*ow$1xtpWYVC%FUaa#oX`Â|a'"x|JwHO9w*t-ۼ'րB@paZNe|`'Kl]rrDx +LK"^7nu߹3}bs+Zﻉ;T;lX ^|9Zy1{zj$A2tSȭ ćǐvJ,L_B#!h|NA?&OxI ZQ̺N Zt(KIݫBPc8qh_oրK.lm[Ef+gYe<;jw),28RB,O!ǪLajItQnrg]0`}wLZdVcNrջCvSlDFs`ro=7p:~{ð [c%?Qy3a6!#eHؓ8]F,\Xbb;{K^ҢBVlp6>}gаC fR!M<ằ)3W-5Xp _# StyvrzkESٴP|nST’Oҳ8fET ,Qˢ6Rx]A*BޏKpݙU`$2V=SAS9s ^m[~9.݈ VC K\ٖTd,c[N F :i-Xh"za9iCD? ѭ؁{E8G ED0B_[^-[h@9Lgd̔ڽH.mt Lр$y;LLno*U9<)g6V*ỤΑb 1s2 {^z' WRsYoG>̄˲KDD@;z'I>M3==MA LOgp\]L\ts7Ml.=aɈcNE̠K5tt"fX%?=dӨ$S|/ԏʾ틍F`h0c `HQ"K-ǝ: ?8AGB LE$ Xt#'-kHcI޷*.9P.{ lcQ|K[D`?2L+ l.;J|p)$s7­au:Dgrssp{p>og ;]ٮt}9O{W&'FP{DlcQՁ_sg=a6,5i@侧X2eN8TJ'd򌓕w/5#>?ѽ1ctIU*zZhz.LUGOySHN2uMTIjM3-h&_%=g!b5I0c˿L2vdvY0|_:OU[, -`R%pffY"ǙނK6Rlo F=Ic@ eb}8]7{2#(JcQ'FVsws9de{%|olsa^q0U΋EH'c۷N {( z|\4ſs9e/%vWz&&['-MڂUPMl(xm鈽Aj^tT;L &YQ% YB5^mV:+fM10p KcAtc8 |*\]|ܥҹrT6u3.s#F u49"/r&{K\q3Hb[=G,ʍpuJ~yڙףӍ&!C(^`6)?aY(WƊyzٵ=ػ XU" ޘd%RGjZva\wGr!f*. ^P%ɯZ",BfLJ5jɣsL\{^ bk'_ Ze0̰fx%4\՚f\F0w-.b & qjVF1Js^&' ;7c*裮2 "j[p<ϯA6A_{~o W(7=cfhy?iA2CLFLj .i_(+fa}t`F/$\I@u# A#dh‚7kœf1ǝv?R ~MHڈ|~{ ١8g#cvŲb" 8Ze}VĘx>Y/N $@ AϘA P(~/8Qy`fCf|9oxٍ,w58#3`֋3eh7k>J"ܰ@[gL~cԻ_ĝ/әV~2] Y'@0LR?rFVI82}{V/\_DgNf+ !hx5WbؑjpdiYI^h0 Lԙ:Np7/"m`K$>;ZS`pүм|!ɝ9 R1K& W T.˲X\ _NaM$M8,-pMk8Vb1=֝L8a̤_4},!|"z)fľswϥs-^[4/eJۘk6u,fp2PXKFd}{s No[&.ZHޛBIn6HmH60;h'N:|S?4.ֶ.%j.?Ͱ"5W*T{"e_Lƹa^Q*. U?e/!*WӸ ;*OsʉdwB6_(]v3yb()o˘Qۓ5 $vHx]@wBe۫7x45H׃k`Go ˗ pVma0g*R5]3# سLx4@$~J-o&QdĜN6c@l'B=6 l8hb5Y0+$TtV|y9 < we4@$ aɤ,w& 9]l+ib1q,{s&|vWpxf9+}1ss+M`o v]ޣ:]\&GkO!;&9cUvGE jG RRnG>++PؔY>*MDRZ"w\=*O>5qCUVt0/=!Yԙ'rM'zӧK0Oe$ڠ(#KBoDۚi7 S$f#zByB5?ǽhWvyj6_\t!XE*C_͙ˑ0i 3ԅ{.yh]ȯ6e";6ƺSfc^3鵏mR\ ~|d\M$!]=&!foSf?"ξϖ=^(8U""Y%SDb>Y/#T~v ˇ @w4|ufwG_wleE Htu^:븇W IVYf6I=顸BX b} Ң9?rGc֩s,,A7Zܾᝯ1 ;^$m[77`l#9~}-%H8%#-},oRC^s1kbl1ԭB`ITix+~oH4XWHO$QR8ä\PL@ZI+5*{Cʲ@ݩBl\W~A Q9DQCJB%ԋ}&yW|*Co!5#G SF+,ڗMڱUaN[uvߓس/90 qM$p{e-:⋌^Nj襋a1Kü-)hST c8JW6*$_N.X@fD9锎I]Hu沦jQN}3ޑV>m].,l=+DSK*KO+P+D*57ik'A!+;:G_=W6`CSi`/78u\DQ/dl8;|r>`_a[u5τvzml)"\*da}#I zC~4&즫4d9sIBIJY;ux}>,墋K88թ[#7y8҄6J{֊/ Ýps%jʘWf&1*y#Di'87]: vѡΪCzQMiuc? !Ĩ UsM!wmH>6>?*j2E׃e~ "_Ĉ(K'/׻ C.e2WSp+ޅ|D4R<TOq=X*K8)~)P=|1(Wtz敕-ٞޓ)c K9<7X*0Q,P"ǜ#Nvw 0L2j ]/pFSN̻I3OЙVJI}5zHfᬰT^8ѐRqud3ƿa=c. qѹ[P Hl泔JD%6QI$[%oJ渎~ַ(v&(ӽǦ N`&O$"<6FGuԬn0tLZ}FjbI`id0'ERqOgu}(pÖd1ަQ'h-+EDY~>5PWwڭ=A}e!_::_ހ %MWƤȇ&hZIJ"%$/=Z͏וh_ajU|J cC1Cl(zĞeJ[1Q^?h%_d^{ -ZMn:aVSoCl`0}t{(NBˡ*(J$unm_^c~{4"෾!4؉޴&K3jucr;-~52&yU U)fzq6][NTsmxZXӂbȗ sGc=ɹl]"z?޾`&)4q`mY~!EVO^ [y2?ܖx/$G~8K"yFC 3Fь|`-ޞIBWӗg _9;@KyA3ƢhMj*sd5eiםTgn5fqE`V)(6,po*^vp.f#`猬 ?-.{!%)i%TαuN}dM}V ,vbrkwӠTS̥V k,pljڹ D%Y|5OS5V%\@f8Rl^Za1N*BrH~}ߗfCN tҔxaRwns? Ɋqj' h%R(8;^ywRnGXa bèZ+Cj셎`Ss/CZIP62ŸyiyV} ?NE,!DܥŗxVx nr3a#$ۼq*1 cDbB^?c[I5: UJ:E}9#,p푰%gz+L3m$:y}=G=iɠI )tNas 3uī$WT!Aj5pΦQ 0ʨwݓ}o3!`GIAqfz&ZEr@WH(qUh:M3Ks( KU8ٖ9VJsp/'wr|aRQkmn]=``E0F$:u ,O#&7?@{nE*f`d"г*7\]D q%L& UfԎmwq%6?̤S}E4zb}`ӯӌ |ɽ9ߨ"v5V̨j*;B ģ!}]Y4^6 fvy䯛)x<"yP .uX?6eV'vzt;6bO.xú]T\"|!.`yyO]tO3\š>U/RG/6b%Yټf|{,[8 J$'ϘTӆeLc6]5śCՋ#bQf*Mׄe}F bg2T \KEm$\NJሯg^}zzh !<-ŔCMJb@,Ʊ@l ,xE#7PJ6>QH\ u{,vmH}$p {Pp|ZA)尜Xgij8<[T %"/h-Wwzo#FUJR+wQ h]g$}nxll\DÌcp:.wCMyzx,$]Y WZwDEOOqW;pb;2;uf\(15.W2x ']H#%ݷ7Z 'aaN(G5 5 ס#Cy9nWU>QrM'ɩy kufOu]?Vn;1ZY f7tjV^m(h^e!^(|15+ψ!(l.w8%wCF^#XˎҮW((1cp6A~84cwT3,*z q¤{$/*@b"o}u,LNg20OzV?Toy}oBD t?#jwC}~B OځV>87N9z0iSkd rBe\ďSi|JUZ\gf5ڤ{Gȋi)`T[j}]#~J}/' :aY RJnEFr!M\e-K؋$$?; B( Q$#z f2xs(Ј6ek17&'.> уh &\TN,[&idݦC( nSMg2r$-7&v_nA1? ERBAYFt*l Sr[V!+R~C\vmhh}Oϴ%f<chFQ3gsQ"kmsB  n[GD#A TIjkZ{ /" yaxsP]0#]3&#( ,9!L ǦE~2)~^El}g;-$LB♶x~׬æ-o"=oPb0"#vjUmuШC.  q夀V4wmGN -?Sd/ `ft4,\Ww/'Yɶ(_Eg)m]T3bJKQ}O؛pHICd7A:+t[f 7/9+a؜r@!kzJ(ʎq+2U#t=;#ש}0jRݺYo6/mt+93I*No+֌b8trejA0”ȷ~&T[:ȯ, Bpx2uU_vx9,v (n*i̢ A~~tMOkzLRJ]9ҒdaI-3c<?g . 'M_ZC(nZS&94Vd]A$;wп Cí -F[=+&xsJm*>_? C-46V ͫ~}6 4sGNAb׋א+h{'btx]z?t99XTjt64| K#p[w\U?,uZVG$DJ v骓Lh Oau[bGY7|Mv+<ʦiE moO:rA-+eq.8(GtvnE)sV9cH.-RI?SZKSӸn?ܲDn_y0+d)3M5"-,Ek8kH F:7_ Ar٧ 5hdEJaiE3ssqs#MvRM#`ֿd}rKFL bmxTjk$Ԁ}H,-FF-*ȝ1 SYkeD&3g ~3:BF3p" ,"4:v`nQ}|ސ 7[JPs ;OI<@lc#_7?Iټ)XV|9z6('MZ'+xdӆLgM;7U^XVw~B˷ $, )/u?QL͌mtmq/Kz5` ? $L[- 4> yw6}<4w^kma*2Vm&/ȽCc=P9;M`YSTks]N9 9I8n O +}R^6sle`8$ XKcZ݂,M  eAT ^ yF6N'RU=;+F?l4=[)$\ĺjwiyl-+wM(hZ+V6:jsI`Med~79\?B?pH>~N90phR/Uaf;q\ȁ!Z,@|cIh*f>jķCBtv}:xLhThKŬ=!a!Il7:# Ӹ%g]3 ." &D(@|i tcA?ȓP+J $TBpb߼=!=} tsu!w@Ta']`-6*z%d" 긍lK nwr8vT+H\//9J齮tGf/L ѭZl\)3yڄ AD9q'ʧ.Zێ(8_+C@Wn2K|e0Oisv_O]5$~QҰ3oj2@Dim!=࿒BqEPe"腑Q˘BPMFeΚ|1nٔYIW0|g7h*.򤏎4^]TBOdTWɹbtfCCI;d=?mdM=.|@ѩ[dhRÀ/F-}֟F&5)t> DqBs;Y6unX 'N!صosOKKxSd ee1((}'Q6 aF 崲kץbg'޳m GlǒZqgQDhŞlX ;&\'zphJDF.4#SZaǜ+e8(&e#,sbk-6EB`Wc(>HܔʶȄW`H|JUTeE=,3K{| *cU@N˂ }ر4)vW5ڝ5~@qF`>'= y9݄Lx6KvA>"rLC2s7xҁ_cAP=bN'%-p-2WWl|@Oz @VUIAQdb1J_S &pHiL%ZI@1Zô]E`49ż|QhhLS ( ;+3K:jV\q#έzҫAhҾV^"{p#RNeҭt qP& t)WqE5ztO@{4_4JuH2WV~b46(O .7j!x){*1{C%x }I7o™°~4#!*EweLT8[Xjƌ-'m𯊚zk*(p5&n%j*k:KyyE{*7&b:\,٨Oj;|H3@a/dG&#A4y %0ycCζfiS-;/7fMs/T-Ѵ_)+pvҡ]!'R΋`V"\ $D[?[r?Kqԇk%Y5>S?8֟W4\Y4򎡺^uZE&{ T>S`n=LF '/%f4Ԡ+3r>"Je$\V#{oMyD8SspKk\(M΂[ G!\ fr\A߽KOo>jmmJ6D/V_PXЍB6dIgg8"zuӊu[A լutQiAo7ک 2%!ҖU 8pލK no:֜îAQvg?%7%24"&!hO%-Xg/^m^%2"N66?ۧ篲l? f_nzʀ`U5PQ^]⽕k0psIcY">4Axpy>u߿K:Ur˟d*MH}9*a[1lfl+Ճ;^x* nX+j)U;Ts;%@B Kd Ϭ<1}" XDe^m'_2$\3??(;W(CDG90c+'`$4yTNc 1r\WG0{A[dI7ͩqofӓ(s3E~)ՀUx0l*)y!0^NeJP˥ekBIkzio[=*:SM16[*˾üp*T"N UH'pu@+򘓌i̶mMToSA.TZn2u.E%g>@dMgjvRl狧Ej ٞ^B\' G*f(ʗZ; LՎ=P%H<#?NʧLt Gs~3a!t㜮S u_-jV/)W6&S EP*O2ڔ$א]eNOI9`ɵx_6=|_I[{X'-N),qtwl{|s C6tuJo.=#Ps -2!%PHA7GA5c4GS+%yZ]ȢxVo3Eǯ  شחILMwARtȩVi+Ceo21T]F@nfv(H~ 2˯ oBFq 3ܲ#0 }C`bIR%5ҩ. Z gQ9I0l/_߳7irVvQLLv|ƮN?K2Mpl*C1THhotSqs c6MFܘ!}޳f1i]\ QDӿ'$L"g`Zz PG%L՟1νAJJey8s+k ۠X°,!4)I$O:u=w5EwN %ْvX#^NC@!ygsT o~(/c1@8AHԐM$3u]L k MyE 0I&ٔk )y}+FADCx8E&FT:œB?;ٰ>uq>ODAmQ>yݙ.C5#iZ#h(O;̰6ٳE 7<ǧU)l֬\6#"6:508s3%֧y7g0qR8VꗘI}\_:z q2,beXq3㼮: ^EicI’e& MzB]+_?Àmhz; u$r G oאחZƢ郄[d4(7~+7Ie-T\=BOBRuL \F 5"g~O {`^K1+4O x#ʴXBͭN44,N:کPpkopgXm#=h8o$ Em]l㗿ҽx; \HDŽo0nx(<{QߜKq"]rD0U2ӣӤPJoҧX/6ԁֿOt[lK8=zEEe`4^ -^3G\z y"tܠ`Ĭ"a[ƎR|TPhv$d=srBZz/)"%#߭PU8~ 9D6ج*r`s֐ۈ#a[t k(L4J`k %M[<@H7wei gݬf ow-!PАy>ZId,STd0m1'~ǞJ|"-!ئ,}BriV pQ d=&|cv>*-^@&GPYe+Ix\buEdx^2fb;r>@}A@J? 0&qLVֵ;Vej {1 Tˇs]YYhTق/Cp\ ߀,+H@Z8G~Qnhd=li5ߓF[笻QFQ+T%ى a[O<܇/ci%I+7K7tk>k{yRBEvl`m[ACu{145{o*ţIm'N`{%TUZ^;Fh [)FxW{X:c a,buEL(xrmD38K$%.EFqd$U^5-'ӺR)s.)"^ilc<06 sD󍇈]t&(k_>ùNLqS N.͸Lir+FT#Xy_T* PF!ъN59_v4zT(qp#m4tZu+Ys!g Wm€Q!&4:TS[ ګgoH.,d)˴hj &n9,xwLk,d?b,mQU2*31EcXL\ZxIpZTKo[?]B{nV+ZgiFXZ,*Ӻ#AShD:dWCto*9)닁h0 ZQq^^r!D0)$/%q3y"fd`]&*!a0MD 50Ͽ =%&JQ(}SdhiK[+lnQXgF]rmG Slir'_2iSe 5ïRmɞ\) h'X`LM+&x{@*``+H+ FӸjтlC3;Qӕf{{Aeemrbq9EAݦ0d*D:S:ݹ.[L@x 4SOr5%AX`Wc#عd4yMp%H|3}45sz˴DQlQ:c<bQ,yXFDȀ4{^'mD0hRPȧ69 -zп&gJcJ͊dzA ;o &:| Lζv[s;~Ed!R 9:$ld8^)K!Q87R(ʽ@*eΫKJpy֕ߢo>y eiKHSJ^u~*e5]v}Po1j,5"_CIrvQG/935˽UO2 ŃE_N>D: F|hJܻ珽Yg,ɒTr B3"pAH[ AIXe"]?zpqM(TL9Ue$@jҍlٖ1<!79?}U%(v1gw÷}l&lc Gxgn-*C?"/ ;'vKcG2xh9i;Cݵ"#Fw)J%?|P!*]H%92 !EN(uÿ{Tl#<;@HY\_o &9XCBjel*N "́|ZgR=YfvlB1[~Ήi$$ qON)_DdjU!K0aI%"HMTQ!Ȩw{WH`sYj? Ha'\Rrz~[zv7$D2 ,>oqc8ZȅM464G%d)l1;@E\AXrYXgJ2D!J[Iqwc _$#?_3\WMg`@H~ %\E+Iv5;Ŵ0.{w Z`)6 z8gq;L+BQa}Ե 4oے*k',?Y)9Gw$UK\)H vp lN@2Ԉ<;jK7jmF yeU9_2A=ThpF b dTG]+'gw$ #f!ԫ^-mG$+řؼѶ/KcwPTE9T0i+{bIb8sx簾0샱/v\Yt(+བ4VUF+b& 2LfH$:Y646n@$4$Pgs8lj!Y5hY`A92 |l5)_}Er?zI0>Џ$ݎ_=ˋ;$~Gf'ٯdg3PG-+$&z_Ҵ뗀'3'%>YKlAS?,֡+v1ȋQE\  tG&@Z "K~Z?q4Y0n@) bY@W'yX8hlAxW^u `̸1hIV Nѡ\2ļˇ"EjZ~tQzkKα!#V[])T;"G/3,١*QW$<{8@ ,A];-]pbᥓw#=k'BDX{JNw 9ft߁A%M4boIJ>H~^5÷A7w\ӝ"X?]3qO(&͜n*P@ef?aXߞ+LҘFxЯIlحT<fɑ`@8fGe Dݓ{  ("jQNOzD5W`ꁇބjdsK.DLl5cc+&Wq-|a,u-Co;Ga(h'w]o#S,H G֝H;؃-w> k!D8&S-Ԋj;$$QɊAj0ޏT5a.<~( p|1%*C,*| mo+Aׄi%qr' \bz3Wj ~\W4Ka)LT֥84%:MY/nygn$*SAiL{]Cш\XEOh~@Q5WshD5֧#<}ym-3A1Jч {o/ d~|2M=\)艿Vsl1n 4Ysa'E*C_YrhF\05L)n WUSE-+2\ CvEɟnEs? ww^ (u<:_{zdrn@vI,۵<2Cu7/ɀ@O5PUC_4Ăe'Z6R 6w|̛tk <}k>ݕLFh{gNOo$~U@-0:zա`Jȁ+3#{DȥQ9#\J_Ctì/" %\]JekmY(}C˯ A#~ТSe}~kܣP@8_(>q܃\˲'믿&-}'2kTAd_5_gB&qV"Yw*C- a<.P8:}Me. 3;n u ׶YFux[F>vi0ڑUw(?&O`rܽF ?q_YSZeH=W u if|UuD=K}&%.W'V([.t- 'G0V[e*.Vvj4\X.iL=;Lϼ/0jݧ42Ple_07  ѥC9#qfa8<>e݉ȥ^Dg^+m|хߊM婌="( ;;<ڒy>}[,U *g^BOsOXsHP:Ŋ| QMRh J_B3q DD`Ϋb?[;HO6mk$~q`(a㡶 !Di c&v6t28:`]k[.$jpvD7#rH~6 gPC__A fM_.irr3N#A-\6DH˶yKwD)-3t`'?*Ds(p#VP@qlB]!<6WYyu~s0R"zJ7c Rogk@u>5Yi1ּѺoK"ڛl)KpC > 1оf>U51Qi:KRѕ"U WK~? VJScކGstKpQt۪VD55EuXED^߿ Kq `-A :Lfb=Kbly2c`F%zVR*s,L剖B1j蒾CUG%P=~.7xq擏AsbS]b9z2d)ɗ/^;vy^ >/Z*S Gta޶\.k|%nYVm#\ߕw[n<&)83԰J~h)T3L}Wicn1TX a2]g6FăLk IN*B]pdIW)]W^Q'b$ OG>MnΨɔsuI"2\r֟gSM`[@zW^02:Whv]Ikn|NfdyaT>/bC8%W ĭE&4m :`k /ZчTA|Ni(ܗ2nar~.%sX_ǵ0s{>G7E}E?yV7&Oƿ-\ y1 u0vDz 5)s%(;C|Ae埞$:<ʛKZ}I6u R` I܆Y=a;>9z~S݆z uI gיh# cSq!na"  [%d3d 0FJl`=99@QWrzJQo$ 8Ĕ*L;>5@,ʣ6۞]TWM:o1G #nD HԦ[4+~ɠ/ M%EOX02PL梽|)D{GiQIJ>ewQ6cڸD(JHxך)Rp%q&RgmPVɲZ{Uo]kw#phvxtw/\)'8DhUWsEAzh7 KYkA5J1”$^FrS*.CҁNⓦDݓS4)p^&7Gzc_pM:iFA^xJ~|FMRcjJWHmM{ո\<"w!-M>xU yQV* Hߴ-Va"e֯ftD,݀ h}5m~gMIٴNE=4uuĜ*=W2eGfQEnŕːѴ'=mf&a/؉w+ދ$ӼC#5i 9N -}n>-J)}:3B1hUg;3&ijA^fGJ`mh\N$ *3$Ts6zEx hlmf:;K[J頴:A"!iX]k[[b:hsl(p>q?ljb F.M.t[waL(L-=119y}@-T%!9 H;kzFBaVx6 TNt"[<@VDABB!0tÙ97Q<`U#ovG\_\jvxZ7jh 9KP2q؜Bh̟_y}ItOPKml2_v3$x]% '-ǿd܅ȐQvگհ-Z @6fp%ItJU<]3frj FtYTjy1$GH7hQFأu6InmԺߥ%[a_Y kJh0D;UUά=CXNl q/(G "2UàJފXE8wm JrO_wQnݵy LhֶB6 N8[S _  fQ:aЈ6 e QV>w{~ AdmѤ/V N6m_,c8z$::X>+%ihzZN^ !.!|0w^cz9Ɇ.^^'oőQ`JFOf:Kdگ(QTVZ|(ם Hc`CW ;&&Z_vvU-MbOl_Gb}¥'[50S6ṧb[:% ?Mr1w iH.F4ٝT`<s.s)L ɂ9-24Yu/tWl1&_}G4IVrXA]}WjiiiI)Ѻƶ8q'4}j VaZH柎`]p͔Ϧ0p -5כG~&`G_pNU/|S8`]yE뫲Ź]<Հ Zvg<6f<291X0Ƨ*IEGXZ*0Mf w)+lPiWHeh+qN ݇ 6 0$Kg <`wX&źWl.14EiFĨbS-a \ejj a54R_Vz$g0%^C>3?a]%>x\On7,ξ/ ɳ6 x }X,?dn,} K~PC9(wWO鍗=Ge>;Zl45%|XJa݀)wHS>&CJP-&N cIٵn2i}o؁BA}Q6a{d6 Քv (^i A6/2A #1l(ca)ԧ{.fƝdS0DN*ħxwAkfTe a`|9TcӅ*o| cp ^g]λ*ƾf@2 A36oh=J ~?0zXiC9jH5ǂ.GR4L".ӆm \6R{ns%6H[(haѷ1>ȱ(ΑF9 "3w *5'x46Ool`<^ ϿDkC-a  shhN71(FjvڍPl_d.wbToVƈ.ƭA$0ᬈ'z?};iZ+:>𩉹Y _F+Z^!K?@\y7xLZJ.݄utAMujByU8fAN=I4dܦj[S@l 9`8){S~v{#iO~,kmZPwwI i9,LrC+H>miG1w}xlBrJ7BhZa*4+fP.XƲG_%bЅ3$G{ g ^b>'0'OZ0o{2Y 5s}|1JqU(!D*{Р[6NڡwAtn hw_pXZ߲;Ak)GoوwIB'<Ą7 }`qZ9DT>D${ {d6ͬD1$'s/VVqhV4(ۆ+F?@As+-jjeifh}fJ@aaC7&sxY.kfL!‘7n_>c)D~HpNƍMٔfh}p )_{l,&T+v':r&rD~t?8=9~@}Ji(e!wހV28&n#q6F\GMCnkZ~/H\{Hf2~"F ܖbi*r甩@ς?wOKy@4&yb%3&w.wiTGRFBy]9PiBOڨLgB69me1=DbIfNw(`7KU n!lGUZY,6Z)!1quw,I'6dL.07g/܈\H㛜j@ռ"~K3oϫTuM;l*+ :53~~dktaqo7#ɻI\ݖtzdx7<9WCC'}v_7\H$za)Lm&_(84L ;90/Ot|S8fLGمa`k-}5IgJly[vOBӪ-f.nvu*%aBbcg5M~%o#MrGe:tT,ZNtӥ<U(4Mel;+p f^k\1aFyy\݌PUD(°tySOE'rk6[W]5<ŝϐr↥VC KNa]OU\ukce)2B~D[eЁĊ<3aHm=%8G`Hh^f*z#K~j[Y45朠ǍA'{AATh[0CCҫ0BVZel TِmrVXuVX!3kO?XL~~e]*KIDCHBQKI$׹*r{ddR ==c*@KPD'䣔 b$B7u N֋;虮n7F%[<⬺"[ޞe-C U{~FZi:'9;5I~nGnK'q$ׇ]O>*[1o=ȏj))5eBZA P=OR>!ʙ.5izu7(1oo4gZ=ށVJ,2u0c ih-6J*C5`y{;Gض,p7HdCshjxa{œÍD7j`$4iyS)7na~L -"i[A>b'(jb (/`EWh˻4qjK ND[tF".}҃ k<.èS2DjQ `A8l{3XDIbvxWbسuBv ;;\bcbiz%qh+*ʒx>8x$ipBl=jA*zh5J'Q|+UFRFwy\/clA R}{ċE~@<Z)eR08>(r0ݖ!C̱Mv;df`Q,e:Ax''POwgCaDiڒK].?Ma9m9ib2\[U#~ؾJ<4rɶ(d2B9\;ᥜT矉MC#;S{UQQshXJOF'M?)1bh csܔ iLa5( ycTozx;6501Wƙ&:kD/Ke1qYJ@KX Ha9ax=l 8|eMv"x'i}"`FCPGzwGXmsB!ukӣj~uC$>x{ ͹/;`'Ľ=e0l_}ZRi-x䒹D$fEMzcWϿW|R\8s:.l3p!Mi"-3a6XHѵ$g7IǀG$vVיh? o8wGŜzX(i Zk%xS; Y=Ӭ;g[T[Ҟt"[ 6ICy-vd)j Dcs8>n\p@뮄J˙g(# Jh0"T+>F;"9PQFnOFza8Z@PK#&="ijTu}jo:!yXr(q8BK|0xjy[&>Fg{f"-#h2, bHk(d}sYBSG+B2D]rSGd К (rP}˾ Xrc~ +vΛz`?mH-}02$všhhv4swlW`z}d{TXSZZT٠7>Z1$dpヷ &[6MkjݽgkS6c8y q[4o_aBvKF§zȇ{+Ft7q< (N` ?4 $=U,F43Y'FJ'tHyM ÆzmpoV 6.^Que44'dGirxs+}f׉j` BZ kji}>5<`Եz*sp#/"XOs9.QIf:O^c%h1 l )e%8yn*S (p'awA}Y`A-l.抧K}iWQݜJa^ϕ}O`|&eClYRvVt< !56p ІK{HW&M =U\`!_jWԾM%¾DflgU.P #H%tm}IZ`+#*h-O(/9u%a~r]mlE1IMK{O6i F?.қ'ˌx4 V~˛ h&qGbJ .@ґT^TU1 |Xۧyt?fTE{=Ʋ589H٘׻^CbK͞DH5 rw\q5]:I$7)Qh,$,ԑ3}B8_4^<_ V2F𜮪-JMY)nb3+e3})-4S?4I|u봭KOK2z2ziϑ2pDٲPr<']89u&bAfbG>&{>6 H6 0ʊԗkIs5-Val5G7 yYe,3IǶ6 Z$PaVz IHn[׃z4 v#ۂ(]WQ:qӣ˥!jptaK i^X-8Rd(uu|5.\P "Qm{X6 -Y;㈎eoJuF ۾sl,!/<{D@  .aS}cԃW4xmC2bAh!'T p_ln͜-b#7'8Y2C瞨$^gzOAUP{ THГ_F4ڤp/w ƙOo&h}3xm|:c\tQg,'*3Pc|Swawإ=Ư s\C1l-qiNo]|+Doz\e1Ek_BiwY9`i%E߶pv^ԭ0X͍8E%8`kBm[/*A7}#|(IiX)$$Cnx`vNah>Ė>~ͼу0)\~_Z!'Aũyj678CQˮje9a=2M@._c5bq-֪>˸re 節PEdˆ܆D )>?7gЕ߸'Y˺DȲ!E<j)% s^?C GI>J("T|x#gX=17huoO>-&x&PKj+eo.5[!-R2@dHXT1sȯe8wɤQZē KR:9:8,4'xv?I[v41fu dZRa1%{xI^>eµP8O-V WG zTʺQs'9HgPd*<<>3.c_YTs|\Kc_3(D{#( 0K)t/e%arR !-r#%'jN6\Sk55Nb<D7rfz\cC M\Dzk;u,Jѹ?KU\ H(RCr{(ܝ&b| &2C\Rb.|(`y F;w)*㥚[܌HOroޟ}ށ|""5N{ ]e]yU ܾI_Si)FvPpɱ g=VrHG-Ĩ'4m)/3wpBAF*U,DUʏܽJ~u.(GtS܂Y)F6Oغ'_Q=.EvœY\(2ns?5vE!LE&== Dӄԥs|<Û{ƭ,턑(?&$U8Kʺ/St'5w7)mTkw4Z0iby şJ!le׹jj@("Kb3D)@݊Hf}nt@?ۼ6=KgsodkީiGZ˒$fG˖j8m`bl A>H-I //3Pe_S6)t&*e]ZC4Ų 9i;<IL5mzQ[xV.1Z\ΜiM(VN}/}]ГupYJ8K@c~X3uDJ`>V&iVN-`RvL1:(埆fl.1PD*͢[m2q#"A/{ԭ:Me~;3૜/j/\(m+㷬&:`{DsM_ A NAF9A*P6XtR9&<we#-۔ 1qf:~GTWv6"}|q)  ǒ4䠆.&{9!m'bAfx:GdQR3"&GefmےiݘO:ҍYzC W!sb ZB Or=(,fwF% kd!aiґE秏 `2},#jɝX rdJx`'mk,=D´4]7iՏJS6b2(:MD HtUbޜw6?X?|("Z=ܫ8~35XHbt¯dޗ2/Kk, ZpQuBviy*:cFlId~H">,LÇs[Q{N}i:d9îMAϳ ɷ]m BÂ;|}տmֽq(+15T>"5=val($Wۊ!*LwJ}kB߯.ƴZs:)G+͵+cVOT^DG*\UJly}@ c:aS+;=r<Xiz̗K,Sc}~lf7h'b ?~cH!n~Oɗ4ևN%j[TݏavCPz@wNM\\1[A :gwuM)7R( I IJ@aW/hJ9*-ov|^Zⷷs獃ט+-uKVoc ^1b lU-%f4"L>% ʂg#;3i-$n'YYn>@[)+"Ń>UU 2%E@qO a,ú+9IC `Al>#Ci;Un4ٌV\;)_u_brR!U'WUU3j\rίGexQ @iN:Ԧ%߂ yQ{ 7So;Ӆ {5H̊^Aα^Yʝ ɏ׈/WrB9SIpϾTNhׅ(By$U:͞#|Y d͙-t#Je>k?Lr*Jẗ|Wv`gԞO? sFKALJ6 ӻV@_y"\_YoMǢ  ]rGlul㕶E/Wzq{B]91 `x[>±=,g8>D4N;5hWJ{,BfTI>m+ iL9p)GmB&G,9ncՠPU|0# p{ԛ%&Mgȴ$i`S| / IȲWyk0(VWMmNo };yb}UKW5}i\<@ ַmJl<2G`廃{?&]ʌ&@cَƂ)azըn~|ȡlIF^|bO6u +Kv}MzjX P?=Y|q aQ͏y5T* |fI@ \!|-2/'6lTER)޿<)ntٔ/?n񐶸ʯ`e`o.]1e\P oQi&qwfkJ+;nپ:iÇ`v?z]E0x?®[z>7*Hp˂4z ޞNQG'8tD"^t 9b8r>L6xO[l$u{Hh~YM #U\I ;!gJLTܦI~ڭfVCN{a9wq^Y:3j2{|2֢V`ƅ= 1?nGl+CŦfm`]@ي0jɏ!E>P]TLbM\EiťdQ5>#ܦ`+] Ej4xlXYC☇y`*%$j5i6>Rq ŘhvZޑ͈<)JƝQq)HI_wz_ڴ̶sDH<?]&wbgY,  Q[ȂU3=jOr2[=Uz !'Y,pdYlXp(~}Ȳ3I5-T,5凰G5xATc`F~iLKй2ApAI *x]Ma pKWB?ղ}8a0des @ \cK3BbS}?\ڿv pn7I!9-+%p~][mgNɹjOp \>J Kuh^ 7LRJ!7pbHuny< p &KeQc+F(:ZsvƲJ ¿T}"%橊8H'"`W~;1ut^%)L(ZwF3 pZFUyDl>Y_@*̞" ]5̵ik|Z!QhjW,fWLWmotz{/ o[쾒G~To^IS6JֆDz)Z2^oĐe4+FhC4J^-EKaESh$xt]coOcA 0)O2٧HճG%)vciډL|I7^g-eXQiՐH g@<80lfXPU?쀯/CȎ :xeELܐ}yuQdB0!#>@ҀDT$f4Ew&Xt>t.Ç-簝DiPYR -/gQ["W8,eUS) x4vùl)tavaZѩwX^ agThf /pBqK~)Q @A!:5:NԻ*(w|r{=9-GWBr%LakSXu ΡzRy1ga{G0թYSl>[h'*y͗},Vӄ!}\*^6SL֠24Ke񟬔-^@<*~Lۏ,ti+E2oR(jz`p͞=Хy ӎ緣xU_v0 wW{ QOةJ }^nwUc/m|ӓum|;95A`\&q] [_6'Ǫ\0} GH{Hqܚv4MFh05QSM_-n:YKRQc YHd} #!`Ly0&ФEsC$'MP/%ކe[Y6YcRlX4!JR&<~jGQgk+G׋#ƄNj"yQ6ʼdbiIݞJfz Oӂ.`evlT]^g-_xvg*bWnȍeжICHzs?Jt| P+;0侷l/@xR9\IԄwwp/>Etag] VF|ԕضRm ⫇5V60H]tU=]$ue!G݄c(roFnUY89+_a\h>Qz{+/;AqATGWZ4"NhHiO]1er{zcP'.v7|2C955HL2n*2I_ZA|T7Ay# )ޅ3w/aT!u 5U{b_|V,O)SZ/Yn&ΆTVW[GY7?3O Y0Jt':*!cRl)\hF-ٜUkb|ѸheX}ϮuI1ntwiRjCܭԗ3kY< '2ǖQF7 w>?z\X+@YGe1/{DEzN0+s@2O.M..w)׾̬{m 4>{= i,7PFϹ<,3et /=D*wkaFfsd$8j%ڲoMa?ZKܓ3iז^v'{b4ҿW k: OJ/6] _p -oe%cb =Ov_>)gSNH'39BU$FbЯ|MDCX$YBeZ8)pjvj]K~FŻXӜX>h8ìjt*aKs6,u y^eJw J[28F "I]//f~E @%Sx=[wH ˍ4ZOKX G>xaM)zoԚQarjd{Yg C0cw@*Tdbİ2Hf{\@5`n(F^_\t}{\=&bS#pj_W̞شK*n p &,)9g3H[saE'Q*E{@{3$ ҜtԺ?ywUAS,4BG7qR]RsgWVҢOH:J=T d53P.Yh&W)N t vkܦ97PgC1EcB;:bŵ2q] gϿPI`2iedkZVhw̌< F,bΆ'xGńjEg+`L v a(5hxVE#NoM˔MGNIQTwҦㄢ*o|<x.=60pˢZ> }=e1IJc s2cنN@ohq`Xy`T+OKo7aRqD`Ӫ$8$`Kx3 4l>7I6=2 (7 Ei+Xe)T66* r 2})WRݏBSE?D3&vI{;;ǙwGKa¹hx; \RVRp_Lz=jq+G`2)VsZ:UߍJVKKgPC?G'\RX9ѷv !;^2iZH(DF@,;y m8;h^-{s;n!7q53i驞LV"̲s11"~:@7s:0TB^Wtj(߈-O:=[L2ؑ7%q>U(H+IWceBx`c Os D<'vB5.ylWdBWyiCpp?n-sA<[I,>ɼ1QXkYXl ޷ qx*jGxhHշ0# am!$nLn`Lr>m~,X\ Vwp38?f2ii8g_?^ot:2FX =f'Rm4L `voV9uWyOV'NlFɓSdKr~jLBIuEneBެ~k^'0WM}<ƵעK~d_>= dШO֠QSWXLjD3zSGhT5h2>aȟv! & T?>[HXObeŕ[W&31 jD[zE)*KJڐFbK8鸘r.j̔VBCORRS'XTS\oSBWX|g<ubLOüaIŵ 2-(¨v(luVlQX #?B\)5ik2Kg%? :\O$ε31dkG.X,e#k\ ]aCh?DI2 9(5D%O<ٍ: ]zDE${ٳClw"gZ;U&|gDҙ,aֿ\DvB(iv2i|[uKm%ԗ 5a3acx*Y U,Lu_>6t"0OKHо)'{aUG%Hp2#t1S#H>#YBt$sH+fCY()EnMoͤ9LwISb?>@e;xD/eHJ%rs3b)CMœ9@tz Kzˊ8#QS Xb E@L'KHdAh5<ߨM!YrP}Xٴ%翆}sxSO7 kl̵C m$/qux+B< VqlFۥM\6kLu[Pd6*jU=<~aL_6bh D`T_9c:;)# DW3]-T5}C( ??_D2{آuffk瑷2y!R1ܤqnV: GHeV<=31:  \78n*I ,68؄[6(J$VQr+;_Ϊo Tl+ ]OAA:P`U%UJwP  oiz) "سF,B-bfw::%k'4~ Y0~ueKd.P!rHaUoam=bX1Fwv@&L[dK_/jwWtB0㽮Rn~+B^|\GU쐿8se+ w¨٭hE0St]$WwMzFArRx +Vutσev`w` ]~Љ:eeէ)RRmuγD'}n'rgW,6L /K@WF?.cs F6>D}iڢRzj/LZ_ * +r]&0%&bVGwz4*+Q)!{z0zZfpw<> !~bq|9!xN&3$2AZxrNT 6x{Z {䖧B<:4q9?0f%aL= \U.pSvijH< :&ziJ4\}M |d)x&qK- TRej|kOJ쉱MmY!^`t@7=Nߣt$aARSp"l#\h&X=|S R /蝬 1wߍHġ`5;;I:Q85ׂE [-[)R5ot*ϋXCc*#YbkSZCpו;|DC@ >PS( a$@ Q{"1%11@|l:,أ'gcl+R`yܢ=)iCǑp }85h\1FEHd|#q6ZaMUX6W+bi3{>)e#$8Ơ&u4GDs(f-V-ƖD+ x{M峻FNsU{0uVLQhKU؆ ˖sBj[=Gu2󆋏 սK|$G[!XwCUhfWt/M7ؗq3ѽS4ǩB"ZoK`׊B􌽹K}`⒣j@H {}XH6J.o%kBFTD^@Uz}]n9O05(VJqG '`NQ^\LNT B/Tۥ+'_&Bmpӧxn#**QqC l)@e]&̓g;6\y,6\Edfj/]\FUUփ/o D?Ұ֣yYk61 kѝ&؇ BuqgBaHS }Y&&3SdN'.V`li<I8/)gS/C99V]>A'XÓR 49M9+h mx_N5hgHΠY_}[st+I6M sEZslpX)$ e(%$_Sn 1O4QnËeŃZ$3{')ʜkzb gepoVBflBޣ7خ>c]SkʘvWd7-Wcٓ$u'37螭5NɽU%"`bj[~V@:_V qs@$Jˑ:}h3&i)2;S1ʉ0gGj`:zd} ˩2i` K~ůK٤_ t0R(|/>|SUT)+鶏2,cy Ne|j3lΜM=ϲeU*%|zE^_c&A"Rbq ^+$J$ڝyQsuϒI(mw7{xJQӳ*qWzqJ4ät(߿ :c-s#?i e #Jn鶊I']V#`zͷ?4iރ~ku+ $h{nHJ,tcY[-U3)xݣ[D *2PǓ! SuṿДUr/I 2֡Y\UiB| @Q>&^?ݼoỠLFlQq~vlɉʙF=i.*i_?+V'l7mr[`pYWlmz3=zljHgC׍TM1iK."452GBTh10c{4/M늁բ\(km㺵5eϔ4Jn"ČZ2YٞQRȺt @ΎXM(&_O4ŇJ)։۷Vǝ`yJ.Afج&:=T˾̐3Gw4?hآ)J8}yuSߞX] ӧ@-դ@!&ןر쟲w{9Ad'eRCޔR aծXR;kuG9NL ^˩hB"W[.Mp$3[X.$ a MkU vֺD6:2#V 5HRQ o\U=pa d7 ZU&y.Q<7U$v\U)pPOkd<1ܰ#!_MLS7Ã%ߏ3W0A9ٴFHY£A2(ޚlU62b#kC@0)# 4k$:%`{Ы#HO.<蒈EAUKZ߶MArAF CX$/18f~9T?]BZb0Ru.g4j U ^PP2iK"zE3b"- %'3YP#ap7*W@c%2e9|Qst&h16/QnYtڔdmզG \l@; ԍv*~EqՃe RɣIӈO[/q,@>׀y7|DnCH/SbMqrh䙵Ҽ?ɟl+o_8KT̔R_SEEX ,۔bTt!N Ց2ʯ-}Uu ylJd 57A,Y0ϰΫb#&OV#3Y%_P4%:H08,3ܙWD/14e_5γ?Kڐ#EvT9GxjDvoK0PyBd1M?+Sf?~}/8(UUy5:]|C_)d@"aK_o*݊*w ^p+>ڜ8).uVp'x <$$$^*w]xi& jzj|Oe { =x{"7Ĉ0A F ,e@(a'.'2)ΊM]5D!gG(mAVU x}e:9f5!kG654*9349 (AoU]]ԿS!QO 7~=1{yZVvymqQMVSzP + k:˵XZ&_z֙$YW5cD}3<@ށЈwЈ'j*"xL]1tDe&|?'<4ɍ_8!?g͎}!gQWJmo.7gda] O;%obSHRtwG_3gnE8RP**:%c klAXXFYXL,ԋ 09c,MF۪D͑>,8^͞ip6]aPsY.?Ld> Զ%=dXxYc*]/!^P?QE+dHe̻AJD `_svxیweГ:m11wS5RpD {|HíG"O%#x+*1".N3c C?&sZIS;֬u6n9G$\܋'XjO9R29C lg$6VO!6(@4dL nR"W?pgWșa}Ȯ8~'6zՎr99: [H"1ewEʵ5b4e+}А|eL5EɽB8yѭ#a9Dfi0 5H w +]6>oF~3%)^zz{ J &N_'qy>Y ? 3/v ϒ&!T#z]Gf]? E+G55`>#%4^W%Wcce%;BKh]ey8XUKUOQEn!#yPz,!7HToT2vDI˞];o" kC[Gq 4KNNI$`L/"1pȼo7gINUf ƀ%2sV5: M8 T/7΀"c\ nF-vCgrPtΠ;BqDZ@#.v̘|_<>u~UUTNXׂXxӪ׸SCA ]S[& iϺμGvYTxҦ[].KLv`Dجa (E߮+&M=jfGճw+O8EѰ0L\BsьNIѬ agTn$ҕZ Y2cqi%ЋیH7yv2 )F^UA [$QSf#RףJ8Ab9DŽy=i  wݘ˿G~LC~)8 x. F(;ڊJus=LR3g3r0lQFe͡q:\*mnHzѵI8E%")bÉn4VNx|H9wpi ;ru@$vx)1Iq9qmDr7K)aR_ƥu"h,\_D>ZQN!ECÒ 7{,vW= '}E(2t%Ld`!+蠌]tGoZ2F.%lZApmnܭ5-GWơ\0&&IAGN"euyN?(:A>! +Tmpq#n34T?#M}35qX/cpVXdӇ.VJI}aF}jh[PUSRdk RƄlԳS$CzH! m@kY秭C2w]!p>rOH脾֍iOIrK`ypK)fy=X4`;AY9VT]=NL9QOIQFr{ B<}7Yٹ;[xl7FA@7&xwOue {WX B|AO>@+UsJʋ6_3=@ O"T Z[r8,UۜŎugh9%͋Y%]9 ܽdꍍA}_ u{ybgˬnmIALwrYa}jZ.HV8ߠ,;qm{o[t߮XK[~+t{*`,wi i/.X)9ME]?G#sӨ4.x5~)q+HhRNJk3zoDk#{G|bw!h_̆4='S<P!CPp`Lۜscn3|a`{t戒{d,iq7R7e~{NH;we52iGOtOkÂ[#C৲3P*qbuZ M:I'gQ !9LuiP]P%}~lՌ% ~'AR3 sޜ3x<PqcE> e C֧3yF~鉋1;5ZP؁ĨYEA/$E=aH߀rgdWt(fY_y UNapÚQD1Zt]%H>DKgدÁ5 }Y7gXwbGx! Y;2&ZH_=/u4 ֋ZvrZZc~LfR>* <`튟}j)nX~#:0z&|UȁB/Ă% yLُnM>ZlEbzȺJb]:u6t̫wWuB,\>v.ZP<&#Ȁ=ߒc,qd^ȭ18ϖyfZvbbk;zbFkb >,`_=F|t91/tB$$E#51 ՖRβ;Pf2 .42qu@Z?bZC<حzmSK\p2'!Ϋ:h.+v  YF"9s}"?q3݁1odUaR6uݭ++ n.! d>TK<FC\-:pq ^h2ru]|.={Eڈ@۬) ! Ybtcz/XH_>л-㚷k"bPҦ/1q옂ҋFbKӰœRH&-޽؍:ZcJ =hR:2"b* -n|_2uCV D`(΄S{ºZ sWCͼqǒU|]9 rM8C5xx 69K9z (C<'b)Ucɫm!`݄Q紎w6e$KC 2blMEeqJR]AlCGs[ijJnN`_/}8:I0B@_Xԟ͵׻Pb2TEiuDHrUN-wbcR(RlB{.{Ies&Ma(1T%ރw˺'Vt |lmCP9[x{qu@a'(B'>Ә.Q JD ɵtk 84"aqoX`([Tu+Ls6sA;h>Eܶ/=qMk>x|4}`-bG9'L+uJ9yϊjHE}-7w~WUX- /0awؗp[yk 5b}iOLö,[_nG]h n!{K=C"Ȥ1ˊ7 Ɵr٫n~a6tOSź||GF!<;o;L9{#C!, L;\c@Ku;6ȵ"vI݊ bEu V8ȇ& $}䇦kޡV ҥw5LQRyG]EtkLi4́Iβ6H0Z7JzFZ?Ԅ!bh8'lvp!5z`s3-Ml]qFa xUstW6k q=|n[nAڛPz$)mR)B>E_ Q@p?nDZE39cI ֟:lJV$4fbxH gO؞wk# kbig儙Q]6׈ID`5PEshu6?ն{Qp΄kKANN`cLP= 6f2|2' .kkr^!-ERΎT24+6Yum>EY7%*2 x_bׅTJ0; I%˺gϻW%*$btP))[Dِ]ĴX. |]׻[l&M]\]SSw2:KkSsܣӲz(h :zY$il)Csqg7[Pe>KK , n*r7ƂBaԋ3#>;}4+tt PuWe6,l2fzkEKWUiV`FlD`8n軏jz_ɥ2)Q =A9͏cGauigIcP rJ:lFznSUa<>5l)q#Mq^fBj w?ǝld`O79' hwǠW<$'Tp=^‘@oz[1}@ǛBMQ%~W74~V'NmJ^j0A;P0vQb &x>ErȈw]`pe[ !M)cE9>K+gþMk#ѰTA=-j~KF_A 4xm1Z|QjZ/t\=,hSKzs}VK"S^vstّI3S^aɚ ߙFǻS~w^|Fc哕רּ {nlH*`ƒ~E1J'XXz,^C](nY۴s?oQ{*=CTѯ'Y7 2SS ;5F >-[6;Y25)8(ǪaMQ/h \61yLzBA-GTM,.@ ƈאt#IJ]Tn\ oo"ғ#AjQJrAˍuwC5Sp@"s$RY=hejq®ϝۈ.>-%0i $z T*N\{(m օX$U[xqd,0*lO:+  LaHfx*e+`>XaPfhA鷬6%OLY ([Sj;Q *3v ~ʌFbc>m?o` ƝѤL㫖\YXkئQ0`kJ,`bf9c5fDfD4WN?_udu9n&1 N3ÀY;&ꩈL+T 5{?Zj@Lk^3evݙFW [;"_a\q3Nsd%c tIԴ0uk '+0X<?P6pܺ*)vk(;;[5rT͋Ma92v'kJE0\h^P4sy+mG*QQ2 V|@9Gj:#-ނo8~6hx69IZpFqoj'( Eħ4}4ˆ9q57BfaLYrM21CO:>;:jD=V_j`ns{|f3wI@;p(oM(L=䥕Kw 1w tӺ+RJ!L5 |#a˽ɗm xvZn!Bf@|oT +xڪ7|QۓלM" ѻriTT@uILTe58*@HIlmTZ9/rW^9-[i^tP_Pڨ9#}$Lc .^ri8ᖾSLJn!hƚڣL OiQIHy),B78bƅȶե1~c0ku(ΰC-S;07sѓQ%=qkvdmNMb|ڸ9nE5\π w*ָB|;] Y\M}!>X(Ʊ'Z&w1ҷ'+b#=G]|tW!iJ@lI/tSLJ8-@>.: ~`2ܤn (PÍI  #ˠsu}ב⬥:hy<\L1 J[B@2|24yqkL'S~nzbkzk.E \b,bA!r4tLXukMt&QR|-*%G}bҒo }BnƨE8`Ze0tJ.TII{G!MMZpm'4NG6TWw`Hs׳roM sW\)țYD~Y%nz0Zz>Yl ya~EV3U2e9<3dfl{dވ"R죪k눤rx NbgZ]i(8ʭHfK$_@4smKCƒ$ȃ ov7Hsݦ0 Z8ͺ4j W!>295Xg uSl"!f_J!#îE8<WuR&|/ ~&/\`M&v"PfQ$xDZߞaC}t?G0BZ* L}}6g`UZ؅[ OYk,TzF]ˬMʹ'pgM{<MIU#TGtܵ_U{v/ ! "oM;'g$y!Dqz-L) ݇z ?bD\;"W'Gq526Dcܱ(˕݁ q`cP ˱zLxBն+ ,MLy_,x7w[bS]Ct]vW d=EpuKŽÁ(D ȳ?'G  TD!aa9߿|FLսS tF;p'~)I ^|wRZ|\hn4OZ%:R 'A4˺F(")$lkH-/2C*Ftt|- ŵsIy>S0ybj̞΅೴"ܥf]l |6!rtBRݯ"K뇞_4tLhtŸF]BOO 0E ˛̌ z*()RQ J{|#avcMph1sOBeպR.叢z*[4co\i*vwvc Ss =f/hI^7$YJD4v ~sd7 ց2!G{ Σ&;<^L$*6L-Ts(")Di&:8]j9zxֺC`#7u %ۇ5>fWMo.[u7RUS9T Q,d$.y$l;d7 k$0 $<[2& .HRRѫ~̄v Br Vi! !uO PBӬ;a7K<{_8y^Hp h 曾nxS`me&;X^r`vNX~8.8jUVECf!hwaQÍŖ^`v|Q; ˰wu.je}. Ě츨I_<ϗUd !L3dr`7y4I;t3PE%T%];*@v)/M@[<<6עT\oW(X0 ]Ka`?8LWHR;Ac Q]oM˪\rSCNzٹN :N0>#qI}_ؚ\^C K9͟"/e7&v*HD'*[@]vaktF9Nb]xk1ѡz֖Z$䭖hG$VC 3o QvY9*ٲ1mR W8K,Tzö<$[g%䊿AFCluVcj lo܋R^eJ`V]i"e:yeLiW 4 OHb@6?#W~(pU`MWxWPPȚwذOKc(`2*[VnW ;&,{kǮ⿽run s٥ɥ&@%_ ^ %0 0 Vm}@+_cBӥ-H8Cv) eW덷?ζ.5Ex}SFUqCaDq]4{rс;j*l Z4N sG9Մۧˍu? F@Ų+nj: $v̄( -_dwQ1o JY2Ud%֓ CǧKEUd7H+ʜu7/xSzg|{.#i[@B|LD>ѩX"gU{H9\Bޱ56IQm%?Dw%șZIӳmU2ZR <~mu^wg*_0pڰż\r UnV>yoM@&M355>E Ҕ~G;48]au?]1ke:[V t>ęu$yIBc̿1y)>\yl(-IJY{ƃ$f߱e|;l"[[Û^ę8(ك#:Xv&t2D۱#~$#=JXtS!&?48!K U5ތvd)cv!abHsGIwΟUXBa>sIxar QbKFpMF[|zn;u y:Qx{Oy)uyuBbž&uaFCrK0j`s8>|Wl㉫ sԸqWUn3G6L%C,U?Hfy%<,Mo#QhƓU PZ6-~{ @k{ݱu40+M'QթZ% 5wqúfoc2<)-`t#" ]ܝSC/D NgQa0o[ f\oaQ%Z}Pg uFUxӿ]xm1w~O5KiD8iLZ4E4yл^n 4P<w=5GǙxҹV' nIQ/w\[VP&7ޮL?zEPF@sߨ̯YFʍ@GfXsS VFD25m"F=[n/yd.O",ŗ}k'}mNi&+oW~#X_|Q/K¥4?z$ `W2lȏRJ?8hC_p(E#sLkųl*+"-&f<,Yk'BB@lxoR4*m٧7XѨW,/.砘u{\q6\jx'\Rv(Zϻq?庯P囕!X˞n~E-L? )8jK  ccMJ[:upq9˟mYzFhqAxN[,^wvϖriN9"9Uw+O x%p 7uljøV$=gǗ^+w o@T"$yhT4XԂ7 KA$G6'HEx3|2aZA Avm8NUP?CT|efKX+er3'D&a@im &.);s\L7ZfE$r}[|)[l^=,|&3IiGKGhQrY:R~vudX}ep*o7#41KX"AU*z^;IP?eFxPے dEL%%'0p]؛C0-n,wFYam_=lřI )!U[NO0OoM{r?l N}|GsW>ؖ] {^U~0(7 WŮW0FX煫L:\^L@W ڈAcWsx,fE{Ygz$\Dp)z ]}+FxZۘ]Bd]~Wz=}mG&";Ika7Qkh+gsM54\V{̹s>{Bq!3փ\r֑ێ[UPec =e8dFH*rզ>N7ay -}|$ӕgLVy!{ D*Ŀ}݂:RSYJKRYCCXpfbcǓ{BCYc괇N7\3acBzA6|[ɯrX:,`t"]$(OeG-=BV4ZɮvnIf] I=)s bA {dNH+sIx]3`yxu#fȦP(Z Y`,稷 _k2oJgg9,i=$I >*ff%S~ז[*Ml"fudA݄1!Cq_ڪfF.{,KLj7PI@^$o)l $^ 1|ݐW<pTu vJY˖Ih}_rl))m=0IKՂ0]LejNy ޥwTpg pT?pJJCy o|bIsBmU. ?pʧ+TZ4ނ3oӃ M n8W_CY3h' 2ҭ$9'޻,dΕv$Kqg XJg`no(P/^ el#(<.U ƥxM O31*uNrDIr?4LKll {1?q(-4{y% L:~: mJv6LޭRUhiYQҔg%(\qܗc#}j8# 㣾2Wf-bziBz/؆mv1;*pAw=@!13۬p6|퀎q88xoۏ o\EeH|7/JZ+ǣgݸga$Qi4mGDPidږ4o=dHۦ{>oULR ,U3 bh;PGM|[b05*d \I݁f"rUgފ Zy؋#̣oSeB= mv>D"Fupy1=phmy,#~gA,!ha,9;Śx^kҾla #CՋq'eF ua-U'TQ: <@I9 KriB|㌰_L?aAF[ 78o4 V7 W߫>` [7b!n4Fn}'<5v+&}@0n֔,Iۮ8Ed>.0#ʽ1DV^c-+hXyXA!w:~@ќIPRcݸq2r`ٖFb;霗mZ<fq@E[ڐL?)3h@vDq:Zl@ڃ.#} D#2Qr.#Xbϥ| 0g4*w蝧1gkNG(:4K#CU<.#m͞Ɉq Qxh QOFE2\WN{=ѥ'Ty3뻭^zOm@cxWk>K=c[N=ԖTRuvn#Y0ң*/jLnv.7*[{-s08G-7 TB;||O<UDNeBҾ38]ͥo# ~TJϳj= v%JˢL0AaY^=_uRCe2xe.e2:ti1/q&T 8$zwla"/Y15aC5Q>bU%վPl9)>+SMNٛ|||z$ն[>Ѵ'$=Q@-ܳAV&}F7ᴅSʬѕ|Pp0YYb {YMg9)"FF04-4m{ٲ0 kô1yzQ]CͰ;.|ohP"@%U-]AIn)ά { uTt1`W51 EKDte%ëOUOV*I5k3(SYqY[K.}Ͳo*+"#gPL<u-{ @$s\w+X 4Qm(rq tRߢe<{QZњZxpu4rR2O' 9|MҎzPxgWsIG6DzqIJ +L ʉe.f;'~hEEoIkzUFibSÄu^"׸1+j)I1ׯ2A%d+Ei}3Vͣ(|J' A2@#6J9RWMPrQWϓ ]8q< `9nYrGsPWCKŕԽ1Ñ*.*| V"ZLs! Z*- dmDh»Ju3}jA5$lNUAcHnh$!q0VHb]`;XVuՠYObf붸7niH;h/}$e$N_Y: NeIfTQE[ȃ}QSF Pt{g-f Y‹=ǶT@Ls ɔ8PΝ´,-E6اj$ū pDٿ⋼i :7B?*`Sԛ~S]4nhJS4tۂr>"m 0_- 0=n vk,npܹŃq$t&p:N#yJ'dI8'2egN BҪٟEU*&jS7Y ='VBC.p y>Mڧ'8 ꀌRI2pZuEcz%(!A,ׄ;% 6 gQ0ICW~=Y3G$uB 9(i}@sNH-'t#VA{ز$rx;c=>npo5C:Sw)#Gنu2?9¬3*,NVH2Yz _̂3QJs/OH%[0A+,b y_N=  >$yIjVxGAxJ0l>o%X^zhէQh$=YKA{ S]9l8:R*MPdz[3Em ]Jl!o/ЌP1eqUQ>Ɨnm l$69eP2q$O9๛7JO[)S|f_.r"*DWJЛ<=q/G:b m$8 x`U۲Ak Ipiz% ͮ솗&xUY54ǁ]՟7,MJ}8ލ,L_ꧪB](cF"C_7^cг m#69|ك*di:aMstzQPRYK(U]j[%]DIHy7k[1^s_$(GדzA 8E$b(VdN5.CnO{Ygt()6F(:_,}&By!Ϛa#‚a`jk"Ȉ$ƟHW]_]v̧#:ɼ /3@T@c} \ T*YNxXρ+dOjuW4m<P EH%@Q jKWƊd%osvZY&ۭSQKlz߷/?c9TL<U jA,8 eE?5 Я0pfήmo%vra椬z(}4^潚̜ac/m`:I {tBq'^9 @#ѫ"q1ލ<}c -y+R\tc'2 A_lj%kYyuXpY'F5Nꪴ: ~U5%}[im?L3w[(#fgC4Ì'aطR [5"o`ΓSt(h # EPo ^aj.aȗP█@~ۿX(YJ\\vd$$cwyxvuG9C1Vģ8ia]VSO_HI~+ ]xkJl-,&2n6 x8~uSpiLxtPͷ}K"D?ĄFKqmPWJ ċ»P t S+-N=_B4[{sg@CO_oi iA3֐By#?5؍ܰ@|LapQJsQ^0&CpP=`G܅T(?~! >ˠmJRU G p,P<5_" G &/jdp{>Ww̫bPVo hVc2Āx IdIݱIM[ \O7BiYL_a=w:Ɋ%b~n&˿gOR S0! m j OC99f%tO:0\qTrbc8 = [w-qgZ5Aq - vI\\ Xوv vT%C?HM#M}V,0#ޭDoFKOZ nٽhp71wlzM~2c#$z=uĻӔM[Α'P,tA̕n%ׄ>ܸmVuPR-8^]fA栕.<hO4ڞ'@pXEVV[%)@ׇwI7ìW&͈i YLИ=ia@a =Dc{=WIY@o4rAGsJVEK@Ba!ƃDx@vS.> qO1*k{\EbKAYc=⎕ѼϘdlYPnm riҜ4IIւ7cn"G[*zӷ[΄觩U#8nO \Mj2+z_d<ًECLíP%?˺: m!  jntF|ɯ^>Iˏ1#P0~AY_zOj#pģ9]C*;m$4? W鳴4~p),'Tr`-GSn`Z@<ˌvJ д&'jô"iK}6q@/R'g4ZAGz1HscFE:rp}i(aZectdUT@=9H_ ش|@Ԫ6ъdyr\3Y?HR"AqxX 6<`]NJB̕0#TCQ񱩓vv4 rr%>aoaڱ@4;`|*1–{L:&EP`. 7fj?9UYW#_F`0&o݊zv c}kGQ\:F/seol%{uh]KӁ$wOSe|#(Do5d6Z${ee0B$z-mkc9 "HagRSimm}trӟ硈~9PIu;W*dS:gy5w 5>߳ukmTz`-@c[R=%l 1CC]KSρz?Րmy&|bGFL6,H^>Mt*HV˶bN!Bq jGŬMF_Ɵ^Qs߁$5 DЈ&"|L [  J W _} =ljR?o-aÐa@?kz1+;2Y  D(dlhD1R퉬~{4MWr1(0 ֕:DVJЩJ@ʇ:-5>uGC-nĥ'S[*\RqOzmMg(1=`n1\ R= /$.ߠR(9OrE h*Bx|=$?&QIBwk5*ĽcZ% >d v+[H3?Tr[ E)9N~{R kɌK=rZR ϴ E%@HXKr-jQc̨M!k ]G80>-FGBr q 98X(H6`5ߞv ;%fķ.}{v1n+r5B5#{P]"&m3 "# |Ytqwt`XT61(c-`זdO <#]&ED)wZ|>mׇ 1MW|# uqYF HD)]%bt&@j)|l L"ֲCfn3ß{!NJ!K͈Ͻ00e a_b jao;/;3$݄9Q)}2b8rۇ"6$`b07q.:a:w+ʯcTM9[ ےvJ3T \CthIo'(X&4x?cXV=͂ߏA[?[݄r\]P`}l^j/W!L:lAOn(Qğ`mD'W{lAX81Y[_{HH>Y*{@ ׁlwfL!ݎάH.=8nߣnX3O9s֠bjX:xӀTũ;\5cXrEván1H1d-zmYn <-Tn_aV0CGSmк;VA^S O %{ٍQ )55]+m49lRNJt<£9eq"EL) I~'od5a7cs\5NAՎ74xW{G5A~e6#Hf 9IՉW^$yKLeJ%oB SIG@Ɏl㡦ѧhG M9i-r᝾@ɉ+ ;ȄȭqN(RNt[ @(aZTG.i(D"Ddw~)a =6J1lFAE1-`*'Mu"0¦}5*C3^$/{0X Zĺ䖟>l#̈C7C6'>Y3ɧ:y8\E .VLWp5fOd0 _R#C̠m=[Ŭ KJm n!\UL{Pǘp4܅4 =eWil(ӭ^;XdBIlw[eJuӡz:1K?BBvt AwFW&$ӳ0^jY6J!ZїC= <AkLaψØ~OI"1`A ߆r-۳qG'i 8ye*iΡDFW?ժ[iDR):Al[bցŸjs4QZ~05"I&@w1(AlPYRy/IXJ rJ_lÖ?eP-RtT:;`>[Dw^m%>^&[HRBX,^&`nLn'IޫbSy.GXfy:+S#wT/6~&{( 9lnCOY<4z|-Phqij  ;K!$fn -2-UMvkILE.@7*JNpkk&&dr%3Zq*epwX.#mװ Y9p`gȑA2s&X@V*.)P&wO%' nkn+z P` ;%le@ ҫbaJ5O4OMZA!- "Ԙ5il(( mԠd~1. R!Dx:ח 2f{*$Ìi2,E Bɀ`*.Ohx|<[!|`&~ѷ *;_fw)qOq,v@#=#YF4Kz&)}?-ն_Nb4)n+aDcDYȒ9֪}tevqFbٰ,pFYQҺɻ#K08t y/J2O?JtH:o~S0AJW c[jK ]K}w3/IƻDb͒0ļy-v=6^ab .pQ Ug1iVje#B[J-#d3MuP5D]=FcIe&mGw = Z 9@E6Ϯ: )BA%vQ-=htXVXdKw4&:1Q+wc5Bi#ĂS  e`31N!LfO(i$8.L sXhqjZRTsȾd?Ę?!vH&,JS2.&jhG}N^aB+<{劆X)2 %oQ>6)D@~ Թ .l4gk0wz Ì (ږ6^$^C~ysaY`"͊/!fr#b!?݅0o@O@>LCR BY1C-djQ=$a` ff-\W'2ߤ9i7*wea6=yODP?vfIizwq;> Q-ip1[a)! Xܵ8I-'ؐǩB0I ?ƛ_ޖw/2YˬTTS1]z]TTҍ"פESl$|.\h&EfUT<KԤqEB2HT/\YF3"%hMIAӤfOa5 <_.Gq\Zo GwzJ68Ac$I09+bՈ$A.N]1+d_;e%!=d 4;7=t*̱dAg{*rӘšB7& bcG˶ޙd.Uo&Lumү:Ov:_O'ZgLѾsM#  79fĞ 14S??74|(qm^vhC Ei$VD!LVd{`8D7d\Px[X8װnnC =Һ#@2Gg<2%?\%\6k4+\D׾Idfnvc鶅mM  gS柋]P.xsx~JH_ _ ܃ӟPH(U'`.//JZ獀,vG(*t>5f}1Kb0 -!27sLߟ %u=VQCXsU܂0(Lh}]!ř 3>BL1ǦFh4ʠ?NLB!q VT1Gps5 GeNR̔P_m1kId.,]{C Y:ጐ1<ζfeKGZ]m>`vJd#[`@%&c151]:;2.WZPR>2Civl\1IuP3\)"CFO}@e cJ:t6N}Oa'oF.Cyl '2RcSC& +GzXFkΩ!:xUIޘK ̫e2} Իg Ŧш[̾r٦x1ՍcHlo Pc|E]ԫCtK *FcXA*729?Q6#ChVNP bJ:˂M&Ÿ uÕ%Zx;*SwmwbmKRHl:ua0zM晇<2!1?y2MWz2iOѬ=,)+CWkv#Nϸ~ovzVMBfW%gDHM FMS1F6u]R_ yObEq8cfB?]XӮo2:h5 )p m_6"_g\֒W)tm_-bWROU! zjY" D^5~@ %6^&(]nry&&W˱s+`Dc|UL D4;&2.[d%;Co/o0bZA\yx<:Ѓ$j^|lޖT{֥J;6V5Sǹ6 #[ ?yÌ#/ޟ%W|=pꡌ\UumT}]}pTlMИlͲjUA.} vyG)+Wl ޒ!;ݢGtIɐ͂F WndC TkB*DGsH:]wnQ6c}rT?Z:,xg Tf SO$V7jfmj?qNdgf>sq"{Ovl3c+^qM(MdJT DdϿ?\E6 2`zd+66!UE[q*SDω5@,sÖ TD&oq1"O/d볈ߑr{Ɔ>V#T57H]I(o <{xOb{Hi:wSI9 &Rvc؂3āsLmg)n-c M`CVmz2^2.`,?n`dr8{8s >idפyCn_?_NClԄOeMo7i3%%lYחU\Bk")"1FMcI>-:VHkZ\ܻ/BOd}qڛFK\@6bw ~{L>8FḺM7Pçz;g)esW,8u{zc/ca${ O2ng8Npk]\_p >vϦrr W6nk8pH0$륁Z($F. I i=49THF`svP! Ceqy6Mٶ:ANt]RbE{?=Btm ^@IyQHʺy) a$?L.KےOna$[ if 13snvɝ` !`RJRFfń-׏VD|)ollsW )qڤ٢d"rdh. EЌp(dx5%6aZ2AZ>Ĕ@p߱Iꗍv E{.*Cm00qR+;։8 gg:G0x-$*m;=:.!ǒM*AT6Pl#}됏"k5]^;&2MA|^'y2m(g`{A'J*!lr\{;5aZG7@_``-yo!sp3HJӐBg֑DOȘ鎽94s?>C%iǫՑ㾠lP+_9ɴWd. ]7oNbH$ 1RX^`gNjΝiRqعTm2R1Ltd!HNWˌ!sJM\9E}K.~6)wkS8/>a@5@1N4 .%.&渐MӪ,8hIһz/[&u#jQ ҫ,ZyWUy45Tâ,+݂Vd{1Pò=Vdľs߸%)w9 j_P7TCлm3Q}'^t>,VT mgUx*Q| c,TUOw3d7W<{*dFrRo^>d9_A&Sk c_•v8C5+&`3\b@'u⨛}fEJeJ93ccDZ&xẌV#b4ÇW`6ZԤn? /*X *Jס#p!oy{Bm= W+F,}UUK@Łt1Ga#}F2&DbL?1p}VP%X`xo;HԇbDGQܝT"S Mby-+ I @ö?x _CvWHW \gou?g1Є,t .W%x_ԅ#㋠B&W8Z!+Sv"*IσUn4uMfYJ 2ML rXh='ݮ!mkQ]-tHW~N}SCv*%]%ى])%[ N>[K7q9|!Ëu"*a9W\cXpĠ7!S)f"2xTzc Yv%.nc!$}>]8J6:#u, `.oٝ<'cՠXT!P;ȋdzE8 iٌdڢCt?Ce?%Q:8k,Gld}L欓Aq\X`gX`mP|vεl~ s}?9 B{ LҔPXdLZ'cjܚlnɎq\Ʊ3 8Aza xņFV?K|e`#nqی(mf bH$WcɮDho9ش0͚gN|NGɆ!_|2ի!0lU<ˉȸǽްso2{|vMv΂YpkD.n*`bϚq I\-)ӷn`u6 I~A?7@ʻlcVY-HJX۷ 1ݑbאָkP- UIV9]AçS2e6&o%&|GΜFVW)aD `=70n,TEǑBJdl@/SisyV}X ikH飩6Fǟ}|ɌX(rvX_/ƨ( ۉ"rhѺA 9*Qwc(~?BPW]k}bTJ "BIMRN - zhzR.qx𪐀 9X+}iT`ƛK~Siβ^dsO"%ޚ/]%! fd)-+f:rLeHio :ތs}`>@?>BOQBDê38Oe:‹_x#pX`Ac5bYxݯ~ ăw흛Udh2z6l2i֌zIV,fw=.9$%ОR"^S X衎3d c5UETs`E@Igo,mѺI,V x9IQ7-BpSTFA^h!j{>Vl~beQ{;~'{xh: K Z|w 69^38'%%'K'͞kqTf̠'IG - 5/^SQhi-iU.+?y$t/EգgM&vPF%f[t͑f! -p\708N1UI~y)z)mIʇ&zˏ)|%l8;^E۪3pޖ^<([\rʵO|:=f3lu\m2*'I 2"it ֓weOBqWT{I:m,‡f50̨'U$v ;N[eˤAC&zSq`Hcvo8G̫[lk90R^Ѣu io(|RJ]s!NDLeK}~<$df 3u%P{VE*2%1wm ӋfkpIxGA,DhZES=ƌ= 7JV*R R'ΐ$ G,ӑxEF"_yAu?9)˿| @IxPq2 8WYnBޒcDQ: c-eWXX3slX@ݲUC˓F?,6;Ϣl5+Z[#g/DQ`i _&wpz L Am4 풏 D  QDh)+OXkEng~YQ6ȿm.j!ua +mP^hl-~\޾ d ¬("G{jv {13vt;;^ AnHg|>ZW^oidmRKQz:y%#!}.3{x ďp41i>;<#7PP*-!|4Uh|V5D? g81pڞ`6^Vb!{y$\`Rs=x|:Yiqɇk͒D6h1qSt` t42_?ċ[;9K`Q<]PzoY#1Ӯ>TpEq̥FVsjV<, yQ*"Nn<~ZDDAaR~w'98ڦiz }Wy?  A@y.`mڮ6)nSA7A bgeZռ~hmŐm1>V$[(>H9]?d&6E@b8s)=sX H~c7bNϿy9KROăJ3@&i9MNf|5h .&-VboI@2=jIs{I@/FH+MUuA%4M]tS9˅Ҏ*Ow9_G;l'kkUtP`wA2"CS|h1x67.Ed꿄C^Y*A 9+N3Ֆ 'W )?^·:g00г=5]:9OHq8|K\3*vX.u˫鯊p빢5_~ϐؗ<\#B H?_Tk\뜻`=L&0{\ƍr奺eD5GM8mV^%0[cɌ s./ %;CF>чq>GcqnyR (3ݓEEZIuh].O@_{V U P=iΞٯ{4p4'qwpi!)[4$nʅrG[Sq-x-iT ]Իd p"m+<8>Z`yPj6']R ))'H v؟[[1lg3' FAlTa[zvsp/;jlr4yg-xM[ dZE7#+5_J CV2Ji{lzZEsgcq *DѾ0S\3vB~b,.+zu+(*$j 61%}p]˚OհMizU\Cw۽=Di4ϢiWf# wĤ^WŐ#oĐ/0A)#P><^yКħ?dr"-EMvTCNi_UVM!ؼt̾5/B[V =Ot-C6C @68Rt>Y-A&k@hͫhȱf?-UUXd7zt[ kݍr's4Xb=2p!Gk]lva,r'V-}}(%\SE8JuxNW'@kݵ'8I GN]G烧Ok~Js 99$TK}6T?cg ^#[g}_(v?[7GRb)X. EN{j6¦\wG&9Vw`<7׌3`hcF`,:߈v) _6<6ځڔ)xa]ՇNm2003SqZ[ j>/d vKC]:M WLپ#@tu}& -F '(Ad+gTo4Cr'f;0@CJ +Zaxq*.Do0!tRǕTDX=VH5poHqCEJHeHJh/dhN~oH$|t&[,"(\΢W֩ISDHsr0n;udDZ_D@kǼfvSN]Pz@Y9_q jKI}'{%UDo15)J5G87i˝i5Y`Jc*6!ʵ7M 3cy9ra 2H t{6܏v L fYLoD)IpCqvs2R3Pc.j]˚~ a~!g^j\x"xgBɭ%nA@>h;qߓB7'w+ӲwTF _q  5%'cI&n-ee5;8vb--;O՚WAr_@PԆl%dH]sUFib ]Q +҄!6u0i)YKe|`lylGsr 0*wbT!o)*Pڊ@w]eMp>v\w)?DfҹSa)Ģ%>ˈtgK [0s#mR_x3`KAbH#7֪=_^>;$fNUa蠚P.u~S C tQD j<:T̢Sﵼ%]翰x׹[E['-M%ˌa5,"|Y2{]͂^D-5%?1F/mKf ûHX>qwb?QԩUa/ *h:8_-#!^|e-'.#}č 8n(R&髑f%G:~WTU{6D^12$9iY{g*r"#T۝"vDp iM]i/j8'pvnupҢ۹Bм:m- 1i!UkqK<;YGFWͰTsZ2>ShE?b.B!yyÂm w6SpEP`j{+nELml a{|~krZk 2 5[d9-͜D%=udž EQ!B92k+/1CR[ H:y@*HַbYRó.agjyCkD zy|NJcoѹA15xm!i +&@f" 4>tBl1\xzpo͏hxaOoک{oGU{u"[_X11tkC4w^̃#S8:/oaUs}7aFM0B^anG'Q_5{m]joGAߤNŠmL}dž92ivܒqG) vЦsS-Kl%`˹zazVlf˭`D}1Z-]ky*\EK=6 љw6g/N"NgٮVcxNc z5-JoG\6+Kq/Ug!6%i~ ڤeC-&avrԏG]0j `U0tJ|HOXk֩$v c߳W̎™\c+)`Jm7 ?-Sov@OJ ]n]lw-|c@ϗzjЦ#cPnݮUЎgꇋUetu-C7S]f᳭`~C. MkaugQ 8ƫ]ƻRxOQ ̖CqVu7hHV8071#nmtfB`?ߋE^Eld^lmI^1O@7"c#%8[Нc~#b/m`HI2 {pSB௜':#.,eUl8n,[ߴrCC$F*}O?6;Fd :a_UږܭI,#yn!Z7(t _+`|_>Q}YR_5\pV*C^";@HW cۚ\ȴ $'Xi9;*hCdUG3~^Hۄ[Qooե1ydBzhoo#*y .ݰ}oL? #4;5Hzc͗[M%& /muJe ac0(Xքנec\J%GV%pͫ)bh-I($_G=ř "V/i%%tMwuvʹftpɍc{~R 7PLw3zU'(?w<0St0M@!B|-GNjS;5#yzmaH(U$U}ޝh7),1egfbܢx;--73o0鉨u{u X>y#^%b8! ~Eβ\9Q ˎpp<૽QKsHm̗3U# V!#PĦI |1 `$a)eE8N2? ۇ#õ8!%/ǣ9hL Qks{igoseݡRSClP( _0]jmթ3>NY21IY!Y $f+q']~O.GTcE rQC-Rs4syɊO[ת3fۀVzwi`~n uoL?yi:o'd;U6T%h޹~?*:N".v Ŀxg*5<=v}s q2z m/ )Epk04<"%>R= +zXk]bUZύ7Gl }QR}|o݂[\pA(F T ˥dEYh3, SMD es|~4YC?4r6 _ĵwBCf()bQFF\bQ;/@.$GTu8 G"IL;LI·+AK -U.l~#ayLhbhݣk+Ru4[1^"E gϷ&Ђ7O5eC 4;ғghN-4~ײSϲK+5ۨs6W$Qeh(*e?׵__uiUK)("N't]pqlGVCA+:{Ĕy*4]})kkdɪ}&Bc&r%S؈mByx$*#*U'Wn!~UHWNeNN_)IȤFMԫ2{~X=Ls HVGڍDH/뵨cCqױ&['c5ԫwCP4ҝ/qIiw2'sp-j:8V2b AV;]TvYx c?3`6C@RAWy? @/kʯ(rJjZ]K-!Rb zo§m0{Ifo;h- ö_i|jDH'ráUXB JMǹ-͖-"G薼 (`̒V͠xm37 V x  vZQIxΉ*}/Q@<7&3 l(אMvCy 9!OaRpB1g'|{,_*#Y_z!O[OnbHE!"|$kR=m$Hku`B]h;;>4wP"'#x*yM]y' 8Jm+F2(\%z&w%C]p}H’8b:,GNe bJ(MXkuv>.v%֔3תg0d kd T^1.ؖqKGBUo &0ݣ4RK7a+}f4!$ܸ#c/[CcM[f|x Z62MNMn).ŠR -i_ 0k?!X3Dp@N4)*O$.L_A`*mp{N3b?!_`hvt+ekc7o2}_^ЭώYЛ#6ځoB:u&E475Poͬâ52L!z=D@tGӈLTVh>kmYk#N1 ؏BDFJoi0t[N!9r"$R}֑.՞k$T<8MŇTٕè|9-چ^)IxO) M } ˉ~E3_bhέEi&Һ1$r?@X/c pHqW;\Z:W-qiiHLkO^+w (EO|WƱW&boW>ZJF#eؑgTͥҵvyq[!m9 CU\9DE.Tqrx?fDr[#;xuDjH t.bƃd5ܱ%d)΅EȂ씮JuKRcW΢Y:Jrhc|ߐ3fRR+:[x줆p+SԩrXaTzЀo,8 m4á/tRl^s"--grJ]kI9I!Tx4%1B=o/@څ __r  *6^A]%< `]S`^jϪ0pC?PӀUz[6/gU:.ؒ6ǣv},s?%Tϼ*72X(qI|y*q uÆRM`<&jӫbag%)^m0 vT?$a`;XիGE\ h= xq,gZ\`֗.!B vREt3+ F,(fCP` J{m Q\)K~燚D UsE EKz#oUU23k>8Uv,E|\6eI؟n-=.Y7pN$T歖 5RK/x,]nc3 n%#/(H6V8L Tܻv9`,ؙA7TXrx$Êzύ9Eu6Y%Htfvr)y¼|D.UǛe% ?+\LI5SE ]• @JAv6#qxGrdK#Ͱ[H& e'*ZzHM߈T]L*OyYK+xk\D@nwr=ʪ hkn^9fqm A'ֻ4%x/i_(xR9>pD`pBe;~BL$ g; ܺʯDU > fBK"qtkcX͹sLj)yh56`(TYz_=(=gqck虵<Йt=fnFL\fU$ݚN>㗚vrBO*T3F >2 ׀[;1kŅEzH9Pi>heXZ-;Xߚ(#K=h! RFeBA=a8A7:7L39Ji-Uswa&Čɛ綞c9q'~NϺc 5舼*@]2qyK~-4 `>3@g|e67 i,K9jB5ws&"GnH`>A믹LZC~ 朴4#l.u©G[BmeH݄](؍ďuCHU8p*̭xT?ֿfð(]zx|$3jҵ,Es׍9kG^B KnB.RaܽБ%GSЖ4 iދؖC_c^^Q5أc'тOT>=&W,U guO>#)(gw s{BD`Vݬ̜5arwV'F(hY~C&6 cUNɜ#UUItm"{AiW Ba[nyJ{B^ RQjBg M ?,lL9k&]d@ݸٽu^E|C3am|%D=G[qhqS Qe3du4sܠkU Sā4Ģn+Sc4wL>lGvUQzfCxy T Y# Mk/W[#TVsi̠1vS__D,E$ / Uuh2l &~lF0h$\&{% .wKBtZpS Ɋ1~ &# ( ˀI@ ڮ^c;D!l?ӛȾ\ F{?ْDD3ɊNϬ|Ϟ1Ƃ1g\!`r |߸ږR+mqʺy&z}). Lh i?廬wmX+!L ((s wlu!ʾn()B_kNH,j46_Dٻi6.H*c؝6g[ ^E#'IRIT*ޔH=''ܼ"ʼn;5Llۤ,ѧlՍ?\;W˂،+JFx=PS%YMK{0?N Rk8Χ\} Aq z/?fek& Cr/&SqXT"H'Y {Ubb%Z[lґ7BJ EӶطEӿe'jy+a<+ر[mP-pG +Jo[SU7+]n7Zi\_u;FRb%}+1,=l~kV#W?4< W/ύe':gE)zP<]ZIO֞GHXɶ}+"B%-";\cqh} j*_\}$[P,Sa<{ng.7[˼}BW6Lv Vso7{{@+(`J͑)a2\I< q8"[~;{Rύݛ֔k]*n!!'!]+C@ҷtVtvhkUy*j}(,bMUƿʞ`ά%eadpKHu.|nKpsoő7zMd3! Wdԅt $q$MHldX͊26I ›zg{XPAT4qXl{..ә)#"ta )X`AT}$ {UGY 8V74t`i\)9Ɇp*6? N lwDgUMw{]uK,v|)ۑօC"V8#Y VH=SQ-]='MVws6Q¼U%ȞVtߪبz˨ir{y:*2ﶼ}VԆ|-ʁ25nDJV@d*#ڱu.,.RlVKf@]-0tI=W&1gCPxK@, ganW,LfYżvIH'pLWwA/ѡK8 UE$;vY+3!BB1՜u#7 m WCdpMfN &bOjo\M[7zi.x8ƄUF-ICD„ 4҅bfhM{*@iK(,꾮貥e$bNRMrC3)fLPE6<0+w))d*lc]ɯ/^:禨DsNtlbpcFpK%:R/ƿfQw+1) U'zTK,;VYiPʮabmԃs$'!&Cjgfb$wG/H\]_`boq_.NJFņוp:nseb,I  -"c!GRk*-Vg; "'m"d,#=q7NRr.tm2һI/Y(pJ18݉KHS/["5&ґ΍g84E9w|4/~@hX 7NU EYV;GaLqZsSSw.S,ٻ4Ou~ E"yxeq4]3 'jΎ|&|+GES8GrCjHpscmGCe+;55qTm'j*z'lU5;Mgxܴ| ;ffϴЛŨuMb!c[; l0D/*U Slfb6' Q!uqZ紐iWH)toc/E+9dzMz A_q=-N1deTe4V7 we$dzC0EQ[u"`BRFX ]Bר١'22MArmo΁WjDlwS?6#>آ1nesք&V͞SEZIK?H'\Ad8-t=;JBN 9e&xmz]>M#DGnLuIE>LɁ$MM zNpY>):uI'AsHUay|0G4{6x?UY6E@IvCƨtUDm cyb(uz?*9p&HP>DtԽnoD#f*uɛx7P|63Cu}ۈ+Z8^C*u{ u?"K&93zj=xWB}*t%&XAj`륳m]6͗p,PG- cX~Q( $+h/2,b<Օ=ꞼSYJ-:^ 6JH{v$;DQ/1'?Eg]ųzeYs 9HZKǪ#To:TĎ [|`hP]vc K@2|jt0%2Q97CFYFHLĀN.$N$ۯ067H4:xiqE #cŧ'^p5tԉru\o%="֠&%cI|gѢ=ȧ/m|8n} "u&r%+HtA=ml<l}/"SvoKf"fTɗ]^9$= U; 8 9 į#z SN_Dx E g@FYVGqھ*aAo"WqԱ`y7FJhX&Z(]Lt]""A}nVh?DtZWs)*]fuV1wr\h*@J *V}5\-!8>g_f%^ԑwTճggb:vōԵpGUizF0ha]&$,D%l޾b~n82<-ʲ!b:W rFR%_X>YƲeAspe_M=3TA6&C<7@ Hrɯ!;,msqT|r) "%AeA2nʝSF\Rw1E;> VX൜%ټ yFbu`##}m {?r+^" JAz?K#PcHI*3?݉4$mwK[ߘfoa͒IÜ qR~>$fsSBS(vHz$jsy-}*\ς/Bn>{ڗAD{YʪZ Wσ{w3&,^Ԗ`ᐳU+.e&?=ɚ )t;Yr{2%S"AM]vD}@3mLAƺVfaICcq>B</ҹ:Weېn9իǘ| 8t(ME ]>I*NGߡY% l (E:`f,&ºfD-GN5 ݶ\\>l<% lZ;/ S-Bxv%q.}.FnE4;?P52嗸WFqYr93dXpW4 6rN*DnwmOG{GbB,; v[ ͣs9Q4/۳cyb-Gy HD#ק–q;[}%QS^ A3@w6smX yD/cƧHDq }0b,I4ݠ,]C̜oZ&JEI`ppaNJLʛe |ISݰ򻋮{-<\|.saeʔkb= ֎̲ 3p 'άHҪL B`"dL$8W_xzX}w,'rs%0Iˋ̨23;eT@93e * ؙz/oGIksuZMJ)ZV_ = ?\5xd]SPz3ߡhs OE|'Lޅ>aW3( ~뮊q)V'tiO|={'P*R2%yȰOrpBF9n2}/RI{vgnwIy|T |@# }L&S$EjyKJ([ D.:NkWu I_Y ᣷!ɧ}EVjѶwٍNXXޚ,mExد;[ˣ^+ܭE9((Gܼ]̴P|aO d5\BkK Ae% ]Ջ8b]q6Zx\^̛Ĉ,G& ^)CK1rZI[% u +xTq6{^hAPV7KYޫ5 :13żk@f!F$q܁ fuFZ6s ۠m@q4m Ai~;p:6q 80) /2'm{!jh4*Ҹ6@jnSI8~xޔ+)&AJNRCymء—WZB ^wT\%\8ҲʉRr""1" ﯠPq4 :ŪŒلx30SzS5w/:Gw<_PK+$3dI Ep]$@C0 {xv9+.tZwS ?Be<.o>Y;φcI"K8*kLjeJ~:   d.#DkucUᓵ%PL]azrS Nyy+!0%_] !e8iiGs J7V|jEěL=5XC Mcfm@3lejA1AA^#'ZNԼ4~%ĉe_ tg8/?lYH" .b ǹ t@".hJwF5V>P]k tH6%)>C3~0}r"#&^sDI>D6_b>VѻvL 7cY_;Uf40HuKd+Ur Ƃ\.ig2'Z6QpJPTKN\xq2) %|導 vI;Dxqp+ T7V[^X[}:>I:Ƅny=?b}K*b%3doat=B&/.CVƃ_WT'iǻ&n3 )b=`N82ݠG hks42pˍ?0!dP[Ih=p/P.m" v^%Eyq]:,bQ`P~x\N`UpI?;A~%kĺQ(jֻ$&^ky.2:U܄Hw% H"^˻4(w*a>m\ N 66VX~,mZ+EOr+mj&e`iw+V*Ig RbU }V+ mgGƋ2=b8 qQIGH!ʯk}x4TA5W;շ5'a< E ݮݜC@_eV=b~$R*o7,y'Ân!+O?!E9.ѣZIBz{܃eKStBki)Pϛ)ӐV)zgTL@`71x]x]b]6<*Dr~ 0Ρ&bkB0 QTp+?^XK03f/X zU^ ~ljKPuFaFbi^/78tOս[q$GutshP3/(=dw%gؾN\+ Kik8H`F=19;FŖ^5kQGUymF8Tb5[HQ(EU *_nMF`q^v{3S·#1Ne;USAd|#4 yBw@f ` 9p3'w>l(a4z߯9STo4qwKҶ˪ ֮aGMpxhF~ y(*`g2JǕAEưr+RSs,$<$U3{']x$WuIWU3A od:]M53QXX  j}F}FH6QNn ^]Y|j@Ia{j^Pk|MZDwbOaReD:s9Z-_uUF᥎lO)#jΥT#myNx&ZiutIІeMITaЉٍ9DqA|6ElOr~/ÉShEP^p;U}@=}XɟG|e@hDuA &l,̦Y"ҰcQr)s0hBU{dN^"v A˵Æ]JcϾ*@O#kP)5] 搤M/ՖIsz9#o rNgs;T#leSVuH(/6ih~>Z/&Y^s-ϾeޮƼE KV2#.YT/4慺Q6$)酼'Wu?)=aX|:{A!H' 9F"rUsJSjTrD?+ȳopW6 (}2.97̪u 91Q+d#?vӒ֔M/ jREFqS,p K~W[7n(S3~icoκ )Ep N9+ĸʶGyOAJ-SIŝ!,n$]#?W@Iv=dWP{|o_BOjpDMXK|F|Zh_G'čOSWPg 29h%QB`J{&1W[=)sm}Z,pCfϴC P8:u~xz_ ۮڵ"/i6mT,1ﱉQ#G_ $BQ"*[4 vU WrsF'mخB?>c26A-Ȕ[x9wȒgJsRXa1A г#&/%ֳC7"L2`'k\+hIXdUAT\;ai#cO)I3A4`UjuPqe|IJl+h4fFLlqGJ^a˷E>E;$QviL- " ^z+T13yWEf̟]FٸcT8#+RG4Tbds"Dgtw6BrmgoDqHᐬ|pW ]^fxH%sjLorwEoAE|H6m̺R_?Xמ˫E_4o (춍OU׫]HT7zȩ:gNtU'2";ޛ B1[0Ei诮}6bA<&LV.IhK%;}g'oZ"펤E1(DņQs"MDiD|ПI"ź^Y!ff(`jƼl J.}[av0V.fPs_yeHfFU]\H9\W[kջǎ_gk_B\z5LTaU 6/+O3}NMEvoF⻍U_I!9zVD@YKvCڂ @`UwC!^OU|^|[s.]>7aЛwDS"1qlƺ2a_&8X{z<=q8!#uD{GxkfP&Mse'l-0qĻ.r8 LM< HOfu]ǜf Zg UiByn[K$ziј #\{CR v{>IZ֙jo1#bA/k!+M"*56m⎺ڝeN,@ud߸v:N*te * VQ}J[# TF=R6ɢDXy`U9$ЖG`6&0WL.yce"Ya}Z BK 홒3wW(V@j22D8aĨBHh*-Mˡi0ZDgN^˃=>s{ o'NA_7P4'GkOzbFbQ3{*߹ ?P{ʐt-o Y΋w,BJ; k1hzTUM/Ps YO?1qAS/xٓ3 8xc; =80*Ş͵d(Q Ch#_["E|)pʚ09r! M%qدʁ&4+aЂ"9"USADfO=䎐ت®Oc*QK*sO554Vqq- TOB)m7j3 Q} Nc Di]ZA'԰ճ"hەkDŽd≛[#3vN4A3t|[Xgb~QCf*|f6nhYw"z>/3˲c|?(4X"P 5g> <2vK3HLJۛEF}eQ?9J yyND*D>6$Y}`\连NMER!l?R_YOm&K2/‚:.?_ Ўj4bz'1>nh{aX*ޱhc7<@O `<Ӊ!Q|Ko"S"g%cdh*op|:k;w;S1:/p6G% #*爁qq"☰FlIG >7w(h Kk ĸɖIUyGza'hS}0D4p&UIOydG؏y=cӐπ8zi!E|u,€pmbZܒ9 quAJS I8v"~{R%'VX٦?xMϫɁHюҊ?i`)B:v}duR[!BzXa{zjWGɀ햪Pv+`urV\Ql$!=<?`nNRh w3O8Ol LƎ vΪθB#:Xҡ=+΢yi НlpZk l u1tZ^ rIs/S=fbJE!ݳxB<4˝rZgf +%t٭K$P$Z +4ޒ@=u~!S|c>J$Р_UZDnYr7j̣0n~i@*EzԬ;HC1IH7]4qCLPd|n)ZWVzd| ąDV7LS=^z;D<쨏|]<;fNGsQ}2k a8Ķ8'xټkr[7Bhi/Kx,8aS!.֭ɧ#FG,E_\Iv8vϫi'¯V W/?astcz$@Q18G0_@̠W7hIn{HWXN']msw5TVs":x+Mu۵z&o!sv'+ }N(ݖ+2ߦA a߼~Hݧx}NWU tS*gSQR(lB]x |ĵJS1]Oh($\l~ kT.LӿMNV|MW1_%s'H/ 76?/ 禜!D17LR' #^砨@"65Tr=X_L" z%)CAl(&/6ؽἣ4q5x #>r*6? guV8 \Q|[THMGTlG+h릠1 v[`f 5jcl'Lf-2=\Nӑ?˫Smŝ}hNSaTGa+=HF|VV 4h<9?L߱|f;2ӗu<@ul>cM^KhZ tO=(sk)neاi7ezHolwe;rlQHOBZo- ,1T9 TcD*PTǸ za&*gL7gFK6{/\@7izxؕ-%wb8 D&? n܄J;5'>\lmۚ@{W <%I22>`--m > /G]EMpq؜5=bY)&ͻN^ZbQ8*1),@3BMSq`ߔ`vUD ]Lm~a}'9Pզ`\`Tf6iϭWrs+Vp*]҆\}s殓Lҷu;7sBsX #" ܃̹0HkslB6<+8OwAEuMJ2 @;LVr 2Ȳ_/fʈk|wqeX5^:q?5N]o$BDje#+G{c>B/шk s 5o2މ4Ob&3}NݙS1~%Cmφ%M3>k'M 硸+/W5NFU>m2'XykV){NIj5JCЊ$nvsCazAJݘmC*,,MH[x6eY X?J< qWw7 BzPҢy XǷas2pb*+U6dUbi6PVe| ^ Ē:cG_R͇8ꕎ(zk^Q `Y~*f/2rAo!W`@X+c{oYێF.ݳMAq:/ZpKfpqB$("۹8p5/‰RN2:tzٔ$)QR,YLW֦qL <Svl3=msu /U$[u[X{Tղ7ȗ]uL!&<˱ >51I@y2[" k89#o W}譞AI;6cc:PdEl_L P mYޡrEL"b v>ePY}d.5]3UѽxBex1N,Z$!6)܆ ֈ/K{]Y.f u܀&#t>5> BE%!AOӻnb"$yC?@"h?D2!i6!!wsoCy2 ky-T+)q'Hg&g@^ST CͯN/sX@o8E?h5EF%A:(bH Yv/@D,RJy=%WP%P뎱]H7XT!GZ(fT²5m\.Ʈ^M - 0 yQmw?`%/-ᛌ#:|R/r:i&vMj MZ^hc aǘƮ2BB ArZ0ᛯa, =2mg)oso*#J^}W0yrĄ>{2~Ƹ@[B6mt+vCxQ|We/4L'`|J0y?3oxgh]+hQGaGA kMţ"*cV*qŘKMJ2b\V̹1 1*Epnb)WȲ,AJx9 ˳*"*h#ꎔ>g;|v3ޞaؕlcA3T㱌k^fx_sf4`ƙٗf? :k20Ͱ Yu؍`mPTqk 5:ѽݛfoԲ}V}'b'an>1-Mq˃!vh@+0[] ׁ 8c_ꉈu)Oxz(ar40 O\̈'erkΏ à>'vHpɉkB/Up< BO5Agףx:W!X4 S!"'hr+ג|!pyw?+n(oQvɲEǾpG:ޞ& O,u8ɖ`D\FSiw;&3;Y帳̏CMDvP y1 *!VKi//c,A4,S.ԥsݧls˨Fo2?1i^Ll(wu~h@n+'2ʉt<:Kf%O֖ƇZedK$yjYgqϦtz 7g Qʟp}slS4 PO>\z]}Nn&Y.<T5Nԅ9+Oi]-.i"``B.ќ'?ִw]jG.]8:a\9hAA"5pPضhjTfâU{%u!N>9bBtI%hRR IqB;s4Pf)#J4`ʗwhq]ABn) u1x+֘ʦ`vů9gp&hzgőSW`B xI`,x5or{HR%vt3Y^OܭNX^*qnԬo~OoyN?OmfD Td 4AFS@"w|#HVS(شdP&׶xhAr1.͂]<^_u8;U&J0*=iiP;ZN4RTūHî_p5uEHؔG;ὂo}u#iúXsip^Tچ*}0 ViNT $*lEepӯLz ]*0J"MSgAkbu@/$:hHs߮@qAqΉ98Q c9nRebsG.90oMO*A#[9Ǩe=c _l9`Qt ˉr@6l3V?푝 7)n [othXx:¯ꈹd~8WBbsTe l{aK*=;*k_X`}@/m1tg/R+|%\ }bӒɐ{}SW3PBb<=⇘.;%Yce.t)/x;.1#>iS'zp0<_r#o47{j`~)oV_f1ȿ.~]݈ Ņ-$MN(J⌙ϐ=s $z\KىAJ !̜y"-oQZP;CG"kbNZΒsU6G шeަh33X[ 0`ՖFz%pb]^!7\LƽG.\euyŃ= G,!5~tc76}{8T+Rmyѕ{L~ YZ