systemd-experimental-249.12-150400.8.13.1 >  A cd p9|+$/)Q{&NGa"xa"4~ pI ?d , J$(Abt  |())d) )) *) *) 4) 4)5)6a)7.7T)78L393>33(>8>@9G@:i:@={P>{X?{`@{hF{pG{)H|,)I|)X|Y}\}H)]})^bUcdeflu)vDwD)x)ywzhx|Csystemd-experimental249.12150400.8.13.1Experimental systemd featuresThis package contains optional extra services that are considered as previews and are provided so users can do early experiments with the new features or technologies without waiting for them to be fully supported by either upstream and openSUSE. Please note that all services should be considered in development phase and as such their behaviors details, unit files, option names, etc... are subject to change without the usual backwards-compatibility promises. Components that turn out to be stable and considered as fully supported will be merged into the main package or moved into a dedicated package. The package contains: homed, pstore, repart, userdbd. Have fun with these services at your own risk.cd:ibs-arm-3}SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttp://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-pstore.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-userdbd.service systemd-userdbd.socket ; 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-homed.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 [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create systemd-pstore.conf || : 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-pstore.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-userdbd.service systemd-userdbd.socket ; 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-homed.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-pstore.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-pstore.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-userdbd.service systemd-userdbd.socket || : ( 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-userdbd.service systemd-userdbd.socket ) || : 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-homed.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-homed.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-pstore.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-pstore.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-userdbd.service systemd-userdbd.socket ; 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-userdbd.service systemd-userdbd.socket ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-homed.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-homed.service ) || : fi fi H  `A/ PX@ 9%& 01)00|큤cc!cc!cdњcdљcdњcdњcdrcdrcc!cdscdlcdwcdscc!cdњcdњcdћcdћcdћcc!cc!cc!cc!cd~cdпcd}cd}cdЃcdЅcdЅcdІcdЅcdШcdШcdЬcdЬcdЭcdЭcdбcdбcc!0081aa6de4a83bf638f341505b026a0e8660ff2c3640b2c58c1f2d7dc7143d6644aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab8167690580880838665d94a6623135437aee61f495251ae0180d63426681fa7ffbf06a55053ca733abebd5f1a3593232d020178d2d024c5fdca04104436bb88beccea0723b7025651c62bf7d93366ebcb10e6f13a4d3c046666a8bfc620a187be5931a321fd8541722d4f37681a42a4049ac0542586c5c53c1783d88e6a6068043f04f816a2918cc824b4c878e129461db1809f730be2ab337ed052206e35a570c8e860dd0aedd51bf42f8c80957803f37a2349fef553d0292b4d2a898c49a2a2b216480e7b711ee6f6f4c2a96d0c197f4ee32601743d97de421b4a6d40f73fa851e94d1a6309dc61435038000f016ba8ab4de3a2cccd0f2cfc8f481a32afa290a6dd512b3a709224a4e113c09a8304b67641d0b404db8bfe1f5500abdea6d966d9a3a81e9864f20bcb4c117bf78a7ecdfdbdd9035577616b83fec4f4d0af1231fa33f8b75602e10af73c1061cbfd9d0153a94075e395146303161c28c141906909b6fd883553cd0178799410a2b2b8d900a01e0c586b2044c1b51bdfbc7145fbb685440382dd05b5f25a33d427550fbb8f2a4153762ee224db1940fe14a306f1f07af5ecbbc27e89082a8eaf3ff269156375befec14d93b6c3977bacfa0001d1e8b25a567368d7e4f896502d7e6541ff07eaae3f4a736bb031d039dfb4212522ec7a8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaf016b3526c6de153c083dd1f3b5346d057f7834810698db819e966494f5b4fc956718dc54083ec850ca045895abbfd7be038b3d4607ed3b5e0e273165b979058a955fb48d7705d61c43c0cef14cb5002a191cd33bc0868528ee5b25aa769ac66542316a18d24cb4dac2f3e06604186956d15a1d47b7e3dc12ddfdc313086bd45c062044d20bb492f32e05f7bc2756582bdc4d89fb9b79440fafd1d59ec0a36e983f3fecbcd638bfe4b25892c90528e31cc72ee99c1a4d9831eb0da27b65dd9ebe28574a5be2b37572cd83cd84f8de214a5449fc2c622ed5e73312c1ea3a94edb251a755b4c0b888ec354459ece3cbb3b59aea614761433f3d77529c1490a1eea20c26900cbd8cd8d1734002b08402303c200150d949032f43f4c1ebf3d37dd1677356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f654127022238f8f30f7f7ad3ef0314b78c515105b409feeb05755e91bb0013deef4aa5bf52d1fa7aece40ca67d1daaf7e9bf2ecb975acd08bed8295932263549360cfc7c239a63d3e2c53e5f4acf84859fc81473f86baf4faabe209ddcea6ceb3820e9bdfbaf1ed39efe33a9d05e57b5c09e91cbbe280ecaead179694fb269d214efe8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35049faef2d00debf32575af0e05385c33322bd4e28ff8018b5111b4efd9df4e149dbfcff31e867f4b5786e6ffb33d767e3bf143085b1c41cdf3a041a783fc7258fce4a800d0de49392f0cf9f2753eaf4db3802a17b6ba912103c836d600fabb359c15ea3315ec3ac5c5a0bdb41214a632182c2a55bbd1a5617a97e2bb04d4d15978a729c45432949c5acec3b84c3b7005bc3a50565526d190e1dc504384bf1d52../systemd-repart.service../systemd-repart.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.12-150400.8.13.1.src.rpmconfig(systemd-experimental)systemd-experimentalsystemd-experimental(aarch-64) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-experimental)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libblkid.so.1()(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.18)(64bit)libblkid.so.1(BLKID_2.21)(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)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.30)(64bit)libcap.so.2()(64bit)libcrypt.so.1()(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1)(64bit)libdl.so.2()(64bit)libfdisk.so.1()(64bit)libfdisk.so.1(FDISK_2.26)(64bit)libfdisk.so.1(FDISK_2.31)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libp11-kit.so.0()(64bit)libp11-kit.so.0(LIBP11_KIT_1.0)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpam.so.0(LIBPAM_EXTENSION_1.0)(64bit)libpam.so.0(LIBPAM_EXTENSION_1.1.1)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)librt.so.1()(64bit)libselinux.so.1()(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd249.12-150400.8.13.13.0.4-14.6.0-14.0-15.2-1249.12-150400.8.13.14.14.3cc@cD @b)bb@b@b@b@b@bk@b^@bL/@bJbA@b; b1@b1@b'E@b'E@b'E@b\@bs@b!b@b@b@b~b8ar@a a a a a a a@a@a7a@a@a@aaZ@aea@a@aa6aLaa@aaKaqV@aqV@an@amaamaamaaim@aim@aim@aim@a`2a`2a\>@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.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.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.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.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.comlnussel@suse.dengompa13@gmail.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@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.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 0cd50eedcc0692c1f907b24424215f8db7d3b428 ae2067b062 time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 0469b9f2bc pstore: do not try to load all known pstore modules ad05f54439 pstore: Run after modules are loaded ccad817445 core: Add trigger limit for path units 281d818fe3 core/mount: also add default before dependency for automount mount units ffe5b4afa8 logind: fix crash in logind on user-specified message string- Add 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) - Make "sle15-sp3" net naming scheme still available for backward compatibility reason- Don't replace /etc/systemd/system/tmp.mount symlink with a dangling one pointing to /usr/lib/systemd/ (bsc#1201795)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit 7b70d88264a588fdba36c6e7655d1feea2b0e0a0 (merge of v249.12) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/4949659dd6ce81845e13034504fe06b85a02f08b...7b70d88264a588fdba36c6e7655d1feea2b0e0a0- Import commit 4949659dd6ce81845e13034504fe06b85a02f08b 0f096f16ba tmpfiles: check the directory we were supposed to create, not its parent 82c3793e43 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call 2191a9ae95 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Make {/etc,/usr/lib}/systemd/network owned by both udev and systemd-network (bsc#1201276) This configuration files put in these directories are read by both udevd and systemd-networkd.- Import commit 17d488c53ad150de59f7d842e870e0c3d141d8ff 6b3bb1161c core/device: device_coldplug(): don't set DEVICE_DEAD 1e4058a0bc core/device: do not downgrade device state if it is already enumerated f1d33c466e core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) fdaad2ff3a 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 2bc0b2c447319a9156e7c5a18fe971f946554a6b 6256b14446 test: adapt install_pam() for openSUSE 3ea5b7e295 test: add test checking tmpfiles conf file precedence e63e641ee8 test tmpfiles: add a test for 'w+' b531758614 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) ea98492c53 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails - Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e62acb68de9bccfa272bef98fe5b38effc37528a b70267d883 journald: make use of CLAMP() in cache_space_refresh() 3953e685cb journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) d03a5f79bf fs-util: make sure openat_report_new() initializes return param also on shortcut 05499d5a30 fs-util: fix typos in comments 9f77c8fae1 journal-file: port journal_file_open() to openat_report_new() 4d07c034da fs-util: add openat_report_new() wrapper around openat() 258c04836d meson: build kernel-install man page when necessary 23da9cc83a man: do not install sd-boot man pages when -Dgnu-efi=false is set d452b8738c unit: install the systemd-bless-boot.service only if we have gnu-efi 98f44dc500 boot: don't build bootctl when -Dgnu-efi=false is set (bsc#1198093) 9145684460 build: include status of TPM2 in the feature string show by --version- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- spec: enable 'efi' support regardless of whether sd_boot is enabled or not We should support EFI systems even if systemd-boot is not enabled.- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Import commit 5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c (merge of v249.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/23b6a8633186a2b5b2487621c81ec7e7bb068db1...5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c- Import commit 23b6a8633186a2b5b2487621c81ec7e7bb068db1 f19292f18d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3349f636dc man: tweak description of auto/noauto (bsc#1191502)- 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 and might be missing when systemd-sysvcompat package is not installed. 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.- systemd.spec: minor simplification by assuming that %{bootstrap} is always defined.- Make sure to create 'systemd-coredump' system user when systemd-coredump is installed (follow-up for the split of the sysusers config files).- 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- Fix a regression caused by the split of the sysusers config files shipped by systemd (bsc#1196322) Calls to %sysusers_create were not updated accordingly.- %_pam_vendordir is still wrong on SLE, let's define our own definition for now.- Add in quarantine the following patches: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch They might help with predictable network device naming issues. They will be moved to the git repo if nothing wrong happens.- Import commit d150ab3db99dea63a546567b3227baf0d85e4265 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/26736aafa1df67d222fe46c54bf74b5c7a44d8a1...d150ab3db99dea63a546567b3227baf0d85e4265- Import commit 26736aafa1df67d222fe46c54bf74b5c7a44d8a1 8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)- Fix build if %_distconfdir is not defined (see bsc#1195679)- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559) - Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- Make more use of %{_unitdir} in files.{systemd,container}- Installation of libnss_mymachines.so depended on %{bootstrap} but it is actually installed when %{with machined} is true. - Call ldconfig when container subpackage is installed since it ships nss-mymachines NSS plug-in module.- Import commit a186eb9f9cc13b65f8380dbcae3080228e8be7e2 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot() d16f6d018d tmpfiles: split out config for systemd-resolve 41334be59e meson: minor cleanup 3db0c28462 sysusers: split up systemd.conf - Drop 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (bsc#1195153) Since v241, the patch isn't useful anymore because resolved is no more able to create /etc/resolv.conf symlink by itself,it runs as 'systemd-resolve' user. The symlink is now handled by a tmpfiles config file which is only installed when systemd-resolved is. The tmpfiles config file has currently a lower priority than the one shipped by netconfig.- Make use of %ldconfig_scriptlets- Merge nss-resolved and nss-mymachines NSS plug-in modules into systemd-network and systemd-container respectively. These modules are plug-in modules hence the shared library packaging policy doesn't apply for them. Moreover they're pretty useless alone without their respective systemd services, Hence let's reduce the number of sub-packages as the list keeps increasing.- Merge libudev-devel into systemd-devel- systemd.spec: explicitely list all files for each main (sub) packages Using glob patterns in %files section to reduce the number of listed files was error-prone as some introduced files could silently be placed in the wrong subpackage. The sections were also hard to read and many files needed to be excluded from the main package making the point of glob pattern usage moot. systemd, udev, systemd-container and systemd-network packages have now their list of files described in a dedicated file. The lists are kept sorted to make them easy to parse. The size of the files, especially the one for the main package, is still reasonable and much easier to read now. During this rework, a couple of cleanups happened: more use of %{_systemd_util_dir}, some files was incorrectly owned by the main package and have been moved to the correct sub-package, etc... Note: the rest of the subpackages might be addressed later but let's find how it goes for now.- Rename 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch This patch is now SLE specific.- Make sure that libopenssl-devel is installed when building resolved. Openssl was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled.- 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. - Replace '%setup+%autopatch' with '%autosetup'- Don't generate ID_NET_NAME_SLOT for devices behind a PCI bridge (bsc#1192637) If multiple NICs are behind a PCI bridge, each of them will get the same ID_NET_NAME_SLOT value leading to conflicting names. Such names weren't generated before SLE15-SP3.- Move the whole content of /usr/share/doc/packages/systemd in doc subpackage- Move the systemd-network-generator stuff in udev package This generator can generate .link files and is mainly used in initrd where udev is mandatory.- Restore /sbin/udevadm and /bin/systemctl (obsolete) paths (bsc#1194519)- Import commit 7a4e2ba4e01a8dfd305b24c40e156f8d293995a5 (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6c7d6a7100488806bad0a81bbf2bca99be641938...7a4e2ba4e01a8dfd305b24c40e156f8d293995a5- systemd.spec: drop our own definitions of %_pam_moduledir/%_pam_vendordir macros since they're now defined by pam-devel shipped by SP4. - Rename 1007-Restore-support-for-halt.local.patch into 1007-sysv-restore-support-for-halt.local.patch - Extract bits from 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch which are not specific to the handling of 'Required-Start:' and move them into a new patch 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit 6c7d6a7100488806bad0a81bbf2bca99be641938 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/103742c59ad2d37a54bfb91135d9c7b082ca3576...6c7d6a7100488806bad0a81bbf2bca99be641938 - Rebase 1007-Restore-support-for-halt.local.patch- Import commit 103742c59ad2d37a54bfb91135d9c7b082ca3576 e95df40b09 shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) 078e04305d shared/rm_rf: refactor rm_rf() to shorten code a bit 6d560d0aca shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit 6666ff056c localectl: don't omit keymaps files that are symlinks (bsc#1191826) 30cbebc56f tmpfiles: 'st' may have been used uninitialized 5443654ec0 macro: add new helper RET_NERRNO() 8d90ecc435 rm-rf: optionally fsync() after removing directory tree 591344010d rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 8c7762c4f1 Bump the max number of inodes for /dev to a million (bsc#1192858) dc9476c881 journal: don't remove the flushed flag when journald is stopped 29efc29efd TEST-10: don't attempt to write a byte to the socket 773fb785b6 Bump the max number of inodes for /dev to 128k (bsc#1192858)- Rename 1009-drop-or-soften-deprecation-warnings.patch into 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch- Update systemd-user PAM service again Change the default implementation of pam_setcred() again, previously customized to run the full "auth" PAM stack and only call pam_deny.so which is basically the SUSE default behavior without pam_warn.so. This is considered safer, especially on SLE where a regression was spotted by QA.- move files related to static nodes to udev- Update 1009-drop-or-soften-deprecation-warnings.patch (bsc#1193086) It rewords the warning about the use of 'KillMode=none'.- Import commit dcd562c17a5bd8df60aff757c9a4c823b1da9144 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a7d5fcde94e2351f6cdd1826726c52e22c9355f9...dcd562c17a5bd8df60aff757c9a4c823b1da9144 - Import commit a7d5fcde94e2351f6cdd1826726c52e22c9355f9 f99aa40c6e TEST-12: make sure 'adm' group exist 6c7194ff99 TEST-08: don't force ext4 for / dd1814b8f9 test: use kbd-mode-map we ship in one more test case 94c5febf2a test: fix TEST-10-ISSUE-2467 - Update the dependencies of the systemd-testsuite sub-package- Enable systemd-experimental sub-package again, rpmlint should have been updated.- Import commit 77ad76ed6e5c8170e3825d57abf8690b2a95bc06 (merge of v249.6) bcdeee7b4c virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ad045db5d34afeb4ece43f349783eda931e49a04...77ad76ed6e5c8170e3825d57abf8690b2a95bc06- Temporarily disable systemd-experimental sub-package until rpmlint is updated.- Add 1009-drop-or-soften-deprecation-warnings.patch- Disable nss-systemd and translations features for the mini flavour- Enable build of systemd-experimental sub-package It will be shipped in Leap only.- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit ad045db5d34afeb4ece43f349783eda931e49a04 (merge of v249.5) 8de173ff93 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a...ad045db5d34afeb4ece43f349783eda931e49a04- Rename %{gnu-efi} into %{sd_boot} Build conditionals (%bcond_with and %bcond_without) are used to define a specific feature of systemd. "gnu-efi" is rather an implemenation detail. Also not really sure what "efi" option alone is useful for since systemd-boot & co depends on "gnu-efi". - Enable sd_boot support for aarch64- 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.- Drop systemd-logger (Leap only) This sub package was introduced in order to configure persistent journal and also to make sure that another syslog provider (such as rsyslog) couldn't be installed at the same time: each syslog provider conflicts with each others. However this mechanism didn't work since uninstalling systemd-logger wasn't magically turning off persistent logging because /var/log/journal is likely to be populated hence not removed. Moreover using a subpackage to configure the mode of journald was overkill and the usual ways (main conf file or drop-ins) should be preferred. This change should have no effect on SLE as the sub-package was shipped in Leap only.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Predictable network interface names: fix slot based network names on s390 (backward incompatible change) (jsc#SLE-18514) The default predictable naming scheme used by SLE ("v238") have been improved with the two following changes: o PCI hotplug slot names for the s390 PCI driver are a hexadecimal representation of the function_id device attribute. This attribute is now used to build the ID_NET_NAME_SLOT. Before that, all slot names were parsed as decimal numbers, which could either result in an incorrect value of the ID_NET_NAME_SLOT property or none at all. o Some firmware and hypervisor implementations report unreasonable high numbers for the onboard index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381 (2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account for that, the limit is increased to now 65535. To reflect these backward incompatible changes, the naming scheme version has been renamed "sle15-sp4". - Import commit 2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a 4c4e642712 meson: allow extra net naming schemes to be defined during configuration (jsc#SLE-18514) 78466e4464 meson: drop the list of valid net naming schemes b9a2098f9d netif-naming: inline one iterator variable d7fbbc5e74 Add remaining supported schemes as options for default-net-naming-scheme- Enable support for Portable Services (jsc#SLE-21695) Will be released in Leap only.- Import commit 48cec2f159dd8fd15d0baf9a1ffe2d762ecf769c 8d65ec4a66 test: wc is needed by test/units/testsuite-50.sh 1527bcc5dd test: make the installation of the debug tools optional in the image f4e6bf0b37 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files- Update the dependencies of the testsuite package The debug tools are optional thus no more required. OTOH strip(1) is needed when building the test image and nc(1) is needed by some tests.- SLEtify 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 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828) 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 (bsc#1178023 bsc#1183702) Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-Restore-support-for-halt.local.patch Add 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) merge compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) The following udev rules are no more kept by the systemd package 60-io-scheduler.rules (bsc#1165579 bsc#1164717 bsc#1134353 bsc#1177490 bsc#1184994 bsc#1188713) 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) 99-wakeup-from-idle.rules Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) Add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984) SLE systemd default settings are hold by systemd-default-settings-branding-SLE (bsc#1065301 jsc#SLE-10123) Don't mount /tmp as tmpfs by default Set the version of the net naming scheme to 'v238' Set the default cgroup hierarchy to 'hybrid' Create /run/lock/subsys again (bsc#1187292) Restore "Provides/Obsoletes: systemd-bash-completion"- Drop git internal files from the testsuite sub-package- Adjust pam macros- Don't reexecute user manager instances on package update yet This can't be done until users have their user instance updated to the new version that supports reexecuting with SIGRTMIN+25 because this signal terminates the user managers for the previous versions.- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files - systemd.spec: reexec user manager instances on package updates- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Drop dependency on m4 (replaced by Jinja2)- Configure split-usr=true only when %usrmerged is not defined- Import commit 40bda18e346ff45132ccd6f8f8e96de78dcf3470 (merge of v249.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/7f23815a706cf2b2df3eac2eb2f8220736b8f427...40bda18e346ff45132ccd6f8f8e96de78dcf3470- Rework the test (sub)package: - it's been renamed into 'systemd-testsuite' - it includes the extended tests too - the relevant commits have been backported to SUSE/v249 so no SUSE specific patch is needed to run the extended tests (see below) - the deps needed by the extended tests have been added - Import commit 7f23815a706cf2b2df3eac2eb2f8220736b8f427 ad216581b6 test: if haveged is part of initrd it needs to be installed in the image too 088fbb71d0 test: adapt install_pam() for openSUSE 4d631c1f0c Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE" ef956eb8a2 test: on openSUSE the static linked version of busybox is named "busybox-static" 6f7ce633b0 TEST-13-*: in busybox container sleep(1) takes a delay in seconds only 278baaa3ec test: don't try to find BUILD_DIR when NO_BUILD is set 3bba2f876a test: add support for NO_BUILD=1 on openSUSE d77cbc1b64 test: make busybox TEST-13-only dependency- Upgrade to v249.2 (commit c0bb2fcbc26f6aacde574656159504f263916719) See https://github.com/openSUSE/systemd/blob/SUSE/v249/NEWS for details. This includes the following bug fixes: - upstream commit 6fb61918ccdd0610b425d5b0e5417751f8f8f783 (bsc#1182870) - upstream commit 6fe2a70b9160e35fdeed9d37bd31727c2d46a8b2 (jsc#SLE-17798) - Rebased 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 73e9e6fb847513c6d62f2fb445778ef5bc0fe516 (merge of v248.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/cb29bcc5ef2c0ee659686c5d229646a6ba98ec50...73e9e6fb847513c6d62f2fb445778ef5bc0fe516- Drop 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch Commit 81107b8419c39f726fd2805517a5b9faab204e59 fixes https://github.com/systemd/systemd/issues/19464 which makes the aforementioned patch not needed anymore.- Drop 1003-basic-unit-name-adjust-comments.patch It's been merged in SUSE/v248 branch- Import commit cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 (merge of v248.5) 4a1c5f34bd basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/94efce2ee59fca15a48ff9c232c8dd7cf930c0a0...cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 - Drop 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch as it was merged in v248.5.- Import commit 94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 (merge of v248.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c0aecee593511e49638579cb2b9ac8aaf1f8e6c8...94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 - Drop 1001-unit-name-generate-a-clear-error-code-when-convertin.patch as it was merged in v248.4.- Import commit c0aecee593511e49638579cb2b9ac8aaf1f8e6c8 42ec1d537a login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag ecc7c7b462 login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag a4cfd70476 login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be set (bsc#1187154) ef553e0199 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) aae6c575fc sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 258a3d2043 sd-dhcp-client: shorten code a bit 0a80303114 sd-dhcp-client: check error earlier and reduce indentation- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 1001-unit-name-generate-a-clear-error-code-when-convertin.patch Added 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 1003-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- systemd-hwdb-update.service should be shipped by the udev package- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future.- Import commit e9a23d9e064c2e7ac21a1b984d116bcf15327e63 8dd19c6ee3 sd-device: allow to read sysattr which contains embedded NUL d52409e5fe pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes (bsc#1181970- Enable TPM2 support- Import commit fcdb8dce591db2f5fc3c1e3eeb7abe9a2090b401 aa2d840a3b compat-rules: fix warning: "label ‘out’ defined but not used" in path_id_compat.c - Restore 61-persistent-storage-compat.rules that was mistakenly dropped during the merge of v248.- 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.- Drop systemd's dependency on udev (jsc#PM-2677) In some environments (i.e. containers) udev is usually not necessary but pulls in unnecessary packages.- Now that chkconfig/insserv are history, let's implement the strict minimum in systemd-sysv-install to enable/disable SysV init scripts (bsc#1186595 bsc#1186359) Indeed there's no much point in dropping SysV support completely until upstream will do especially since 3rd party applications such as vmware still rely on it, see bsc#1186359).- 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.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-248.so.- Restore all "License:" tags udev uses a different license (GPL-2.0-only) than the main package and "osc service localrun format_spec_file" has the good taste to restore the license tags for all other subpackages if one of the subpackage tag differs.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Spec file minor cleanups: - Drop all "Group:" tags as they are deprecated. - Drop "License:" tags from all subpackages and make it inherited from the main package. - Drop "%bcond_with parentpathid" as it's not used.- Introduce subpackage systemd-tests This subpackage is mainly used before submitting a new version of the systemd packages. As such it's not intended for regular users hence can be removed/renamed at any time. One might wonder why the unit tests are not executed during package builds (%check)... the reason is that the environment used to build package (chroot) is too limited and therefore only a subset of the unit tests would be executed in this environment. To disable the build of the subpackage, use "--without=tests".- Add 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch A temporary patch until https://github.com/systemd/systemd/issues/19464 is solved.- Import commit bc08011f04ac4f12569ec05965149f665a0b110b (merge of v248.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6f5c11b28f5739b901390f22c2bf4c003cadedaa...bc08011f04ac4f12569ec05965149f665a0b110b- Import commit 6f5c11b28f5739b901390f22c2bf4c003cadedaa (merge of v248.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e5f93c9d2e9e26dd0dff430c4c072a547357ae7d...6f5c11b28f5739b901390f22c2bf4c003cadedaa- Upgrade to v248 (commit 5d3d934a5c2f4593207497db94e6f313348e89e7) See https://github.com/openSUSE/systemd/blob/SUSE/v248/NEWS for details. This includes the following bug fixes: - upstream commit 4327574fc1093513badc2177f71cede2fc88c13c (bsc#1166028) - upstream commit 3573e032f26724949e86626eace058d006b8bf70 (bsc#1186411) - upstream commit 30927a24848c4d727f7619cc74b878f098cdd724 (bsc#1200170) - A couple runtime dependencies on libraries are now tracked manually (with Recommends:) due to the fact that some symbols of these libs are dynamically loaded with dlopen() (heck!) - oomd is left disablde for now - pam configuration file 'systemd-user' is now shipped in /usr/etc/pam.d - Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch - Dropped 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch as it is SLE specific. - Clean systemd-experimental up: - Enclose "%package/%descriptoin experimental" within a "%if %experimental/%endif" block condition - List the build requirements in the sub-package instead of listing them in the main package. - Enable support for fido2, pwquality and qrencode in the home stuff - Improve the package description- 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.- Import commit 14581e01203df7aa63c7c8383a12e6ebe258476f (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/9753d1c17545a5d46530696cb14254f5f12024f1...14581e01203df7aa63c7c8383a12e6ebe258476f - Drop 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch as it's part of v246.13. - Make use of the new build option to ship xinitrc in /usr/etc/X11/xinit/xinitrc.d (bsc#1183408)- Add 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch Temporary workaround for bsc#1183745 (upstream issue 18917) until an actual fix is found.- enable libiptc for masquerading support in networkd- Default to the "unified" cgroup hierarchy. At this point, most users of cgroup (such as docker, libvirt, kubernetes) should be ready for this 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.- Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 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 e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- create subpackage systemd-experimental to host pstore, repart, userdb and homed- Make sure the udev socket units are reloaded during udev package updates- fix-machines-btrfs-subvol.sh is only shipped when machined is built- 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 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.- 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.- Import commit 134cf1c8bc3e361a2641161aa11ac2b5b990480b (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) 4a543f0257 journal: send journald logs to kmsg again 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/520e53b6d85087b05892ee637ae93f1b269e7e52...134cf1c8bc3e361a2641161aa11ac2b5b990480b- prepare usrmerge (boo#1029961) * don't install legacy symlinks to / * use %_pamdir to install pam modules * leave nss files in /usr/lib*, glibc loads them from there just fine independent of usrmerge- Import commit 520e53b6d85087b05892ee637ae93f1b269e7e52 (merge of v246.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2401461e5f0e32922823d954c56106f96344070e...520e53b6d85087b05892ee637ae93f1b269e7e52- Import commit 2401461e5f0e32922823d954c56106f96344070e 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)- 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.- 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 d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15 (merge of v246.7) 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' For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f6104ea5f554233e34b94ffd92da8332c3bd7d8f...d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f 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 49caf8e37aba04841e5493ccc25e7edab462d95b 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 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- 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 some patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Import commit fdce77ce2067f9dd90d816bad28b51efed0b6dc1 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)- 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.- 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.- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7- Ship {/usr/lib,/etc}/systemd/network directories in the main package These directories can be used by both udevd and networkd.- 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 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. 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) - upstream commit bc9ecd484f1ebfe0de8b567c90f6cd867fbd5894 (bsc#1141597) 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 (bsc#1178156) 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-3 1667551802  !"#$%&'()249.12-150400.8.13.1249.12-150400.8.13.1249.12-150400.8.13.1  homed.confpstore.confpam_systemd_home.sohomectlsystemd-repartuserdbctlsystemd-repart.servicesystemd-repart.servicesystemd-homed-activate.servicesystemd-homed.servicesystemd-pstore.servicesystemd-repart.servicesystemd-userdbd.servicesystemd-userdbd.socketsystemd-homedsystemd-homeworksystemd-pstoresystemd-userdbdsystemd-userworksystemd-pstore.confhomectlorg.freedesktop.home1.serviceorg.freedesktop.home1.confhomectl.1.gzuserdbctl.1.gzhomed.conf.5.gzhomed.conf.d.5.gzorg.freedesktop.home1.5.gzpstore.conf.5.gzpstore.conf.d.5.gzrepart.d.5.gzpam_systemd_home.8.gzsystemd-homed.8.gzsystemd-homed.service.8.gzsystemd-pstore.8.gzsystemd-pstore.service.8.gzsystemd-repart.8.gzsystemd-repart.service.8.gzsystemd-userdbd.8.gzsystemd-userdbd.service.8.gzorg.freedesktop.home1.policy/etc/systemd//lib64/security//usr/bin//usr/lib/systemd/system/initrd-root-fs.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd//usr/lib/systemd//usr/lib/systemd//usr/lib/systemd//usr/lib/systemd//usr/lib/tmpfiles.d//usr/share/bash-completion/completions//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/polkit-1/actions/-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:26701/SUSE_SLE-15-SP4_Update/d77fb6eab6310a5d0bfda93546418e19-systemd.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linux ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c369bfdbe227e041bf06304839199dd933195d78, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2fcb3af5d5e0eb236ce07f6e9954669cf6ef3c72, 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]=d51ef8882538feae92e02d5f455e8e4ca686e2e8, 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]=6b7beb9afa1d0a23c41219b4bc838029a53f00db, 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]=11cec15a537dca22a3c07f2036f3c644da8ba514, 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]=c6dc2805235ed9ad74e24e03a377c66f9e48b89b, 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]=53b1b77fe9aa266446ee4d8bf584802c3613a253, 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]=68024db4819dc7eeac18c2c506bae1acda5db73c, 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]=5b906ccbff8a4962df9a11a20e01a9f0bdf57c13, for GNU/Linux 3.7.0, strippedXML 1.0 document, ASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)#7?L_go  RRR%R#R"R!RRRRR R RR&RRRRRR'R$R RR%RRRRR R)R(RR$R RRR%RR R R RRRR R)RRR(RRRR$R RR%RR)R R(R$R RR%RRRR R)RRR(RR$R RR%RRR RR)RRR RRR(RRRRR$R RR%RR)R R(R$R RR%RR)R R(R$R RR%RR R)R(R$R RsEsxm|libfido2libpwquality1libqrencode4utf-8ec60add3dfc6c7e76b7ad364a4e0fe2881c54e16dc37ec824e71902958145a33?p7zXZ !t/] crv(vX0-{|7ucYV-tOQϻ R}(Cta|Uoz|3l9:ܵΨOzz/@629 P-5ܓjBF`%&y"W8hh QkPX ay,{NՅM5q~ysRjdj+Im(8𳶒9OOK=?缾K_V74Qlk &/0Ӛ}~JDFZɼ̢ǐL-Gi0R IG uT%*$b4S_{<'?`,zI0qLPS`#`*fgƲvYrre[QiG {ҭ[FYH 0)7A+nȪ)ߺft9x5lT5X&+C]`̬U>p'BKlYh$I(fR}S#rl]q5_Z (E J= `cMK)>sWnBJ㡂qwgr{"6N֠d`;Y?8.W~fjQvKa#hhEwe &2JХwV,kH0.9]a%#%ԣa hW"bcxOo!`WeŠܬ%;"~x^ЃCs>=M,k4&E(Ƅ#!݂KYd>L9a64}'uK%>*8YeS[}ԤF$UIx;7 ],߼(-ng&~2#TrTΒޗ@γύ-icAO.'~``Z#A?yPsL 'r)KRQې VkL:E#(T|6c[ʼnc6ū00c8Jل2hk{_.2sZ\HֻL47ō+uF`gZb!?~-R{1<\oxGWdisHh/\lk?g BL7>\8VQ@E`4nY[J㉫[cmxO\IZL-*P3/6z'b%Wᎆ=RRgό9Y(r1-a}ۨ5 CB4N]7rO`{5F@Iðѹ̒BO@SGżM'T43GQ">8Abn]DJ8#;g)ymUީ eOopU$A?n 3 .x^}ĝNxD@Y)keϋv4ރ+GvzWXGN@8YeN֣i\rX@iȶ}y9!=ƫBD!u5 f⟴,${'E7Vݻ%e?ljU<<~ήg4/s[,b%Rj+ aLMYUM'=0fQ(1ԉ0?> A> bb2@3i RcH$ZPrg?ӌZ.pnLxAjl QZ&TPa5 z{dW_  gxyfK؝DvݒȃWa9%.ַF,]IIWT$&O.'B|D \αU,\%_gs J["'׌n\Leq q.ͳ7 Rv ֝?9gndgKA *i(^Cָ+c:m 3,(H/z.=I\.`.ՃzLlG'џ]~br>v,Ipbs;'?}O RfCj5у\sieKȜNe b_^sm5nk _%]S5i~V쩏VCTHRg(#tt* J|O3.),' .m=?75#u*@TlrshgJKTeV@z{z;c {Qmnt{K|~ӜA7L4:U\#{dl Z. 4IkojݜW> P6^g*n6eTFrt@cIy##l.jض`佱'uH'\ʥȫΩ#ad; Z,r*5R ٘Vΰ;[~0t(¿ntL}%KgSw?ms*`Ze%x}.)v\ T'ڡKrkFыqujHkspmm9j2ݱk1ޮdZt鞙~ <AXV Z7wܥ1tc).GL1DfTtߗf.}Sqf},6ܵ;Z$ =£# Qq|Pj:$.!'CJ$7M(E+ gtͰݐ}M!O@jߨ&Ă^;6<(%ܘ ofl$DeU8߭p<."ɘZ91Wj ;̇4W;# j2`؅Qf,&x?㞗<4j4s^O.m!A|sgp~,aZǹoN=%Y{qe#vKn,|+qAA长N5tkY`zUCQFYşJT̽BӮ]<x?jeWg]G!RFo'# Ў6˂(f*#Z4nzw p{ Y',|61/=5fE.)ҝ$"=lw+ĉjo0_%"kE7_R*̷,F(~Hޅ2`4pIڰZ3=(#m&7ɔ`ѥR+V^y6@He_u1$lVk0MB&7Rx/mvD=-r, 5]j<  C"phq*P4qc؁z%~#K-#|dHvbʦsuy#t% ҡ,Si_z服%,ePqd5']^6pcb3xA l? oĞȽ% oO~_({)y؄(y1&+;$IdL՚ӹEA6Yړuy_A[#)|i3m2,`j=@ ޟj&uRe/n,t7iT*ѱ(i?u_@1C2NLto \ڪkT1Mі4匃 d}a-)fUA\lpS XdX?PJOjEhi%йA~`%b͒JEa c+EcM>?TGjSˮ03氠#Sq'(LS[[r\ zHFP׷7VF Yͷp buݲpw*ev0$0<+o G=kJKOjtDi2jNп0[a\˟`2bo-U;vcEݏ6 :o\V)B\IP4Cř"5t1%^V,p.?,8,3Ro@ s ߢ,3ۏ2ʬyz {U]t=2bMj-R@{Nq{b5HITM`j"7|(%ͷn|Ϳa0YFwֳD=C3jJS^}IV Dz=\O,xZS7 O$;27k]qR.ۦ$uer8? $bSWrVB@끕[.cp ,KUo@hߵjP`vj/juBB #rx'"w:Budڌeξl9DD`kJzv&*δ㸵??S3{d( Si@q s\̑y2VxY|įL l1G# ]js:ѿXJ֗TO7x+3 zz}{ i%Uʾ#d;B+B ':2~!iIMHMj7Xw)qS:~iA0sc&KeLpQM>s]*ah_S]_}[2뚆fϣB㼡 Fe CMKS+˴Qnmޜ,c!j:nBâp{ .9hXlAy,<{+Z= O,RO7h¤$ΨuAдZ)p5Ws?+Þw;w׭4EaXЪd&L brёE6}L;ft\$>wxZ?.NFB|dŢ%Q(?>Ai4 y6n?0QVU6ͬ!\K.)Ծ?5 ^FOVfLkdfW1hxm+4X++6Z>mس\eչLLTR9:,Go~ Qr/쬠nq H_lpPnꟗ4 ^ڜrQ9SKf; enAIPe,Q)'J}ާ#F4}^L^#Jb|8N/,=NJ+;FR9hE(qr'a95r aLL6N9T62+! xGNznz`"bṗJ$!jJV,۔ۑ:P^%QB^gˌ(G5$Ȁ?ߠq⯴R2b*t]^ךl8X ̀gD̩-~y%SZ( Ē<9EޜВ} *7r=75 GBuR88H;a W1_pG{C<لNllTO;(?68=s%zJ7U_f/ҩو8 }7cD*Mmvg6Ipv9Oo~.RhX[ )q%H&]R|.z}ڡ;/5Mq)lBLRYcᘢtTjxBNVYnjRI-N_:hshw:&~WվoA䐂xL'wҼ Gz ,M̳qV.-D'ޕՅ-N3bDT7>Jm(-R1 rוIh @c ~:6uҥ?" XI~JM[Y@o\cEH+OO7U8 ]0ٙ?]w"#%ޤ P@#0Iteո(hL)cY_c LMq}j03C+* A!+oKum;鞊@1/ys=n/!p5Ih @(A|aRBhp7#Vgs_LY5w.(r/q;o8biӁ ėcsW hN;?+9 [o TdSOr‹Du([9 go.9&.>)uE [J4*H;m8 >18G桴*O Z°~ua$oJy|h_SN?EC}mNhzr .GbK(Z' ZRΌ8UiT h<1Q[0m>e%\>L%5,41?%rWE+b$BщknY҉'EE)¡Y7hL3; lCi'XmvcP/wQ>2+0͎~vbe88XӊՆ+k'Hg eoCF?}:Y}E ?~Fdz9SzIݕ:"1S$7+h +zܪsf7bo0Sf. ӓ9v)V*Wv?)i7*[㖅@|[v]Oj12P2Sk턇 TW;r"?y@ t9 @CdL,nIjzX5wE;iީl-ͩł ID{p3dKHx lVS:,h8u]%>XRs9$*72mL?0y7ʟ;.fVU '8#e"!4WԄ 5ڣpb  } lXkus#5D9%'xD3[7dBQ!Iwkqp]ιp)_x"b4S(bW S޹:^RFp#swP߉?-QC-a˨x{ i 2WXYg ;|ucdB}mܻq }֞C?M wA6@ҚR|}@Irz_롧Z:L?^|wo{o1EG;y&WYo_!?k/&&y vGC(# b,O}hc#$j1Qcz{lkAC2{&9: [EJչ#4om gxEuWT'qS!ЩZ-RxJsDrcKz(Lw?f%Al !8` "r*5 >T:Cv\Uű*_'+ 9C悒@RҰG%n 4Gb0==BnV[GiH/\Y3]>;I$lLl}8Z 64~-g٢iq^ GUV \|KG#Ƙ/MSInJ'l%J{jd[$~7eKQVVwOIK47& Th`g_34ጕ\$=tK xO BȐm[Teoލw-Xc؁ur N ȎTdu n\ ]s^>tb񞤝 }aK$&ŀxp"sznt~4NTPFN"ګOѧ9pIBZxY)b*g%.ɣUU88ύl]F~K[ @M}"}sm-"*pj~i-O/ ˻G5%w$לp3CPF=#U+S~iښ w ')^O|txĽdf8*X M,NRŃ˺?"<$+㖑"V"#[ʎaǹ=]M^!Fg ڛr qԒ flcoLZV%Kpzw*^nLÊk~VM}H[ma4j,2!CxEs'^疸N>\عvgK? Kաf! LVL*Jy*|&u8cW2.mPIt\\PG@LOЀ<+k):(PY=O3YJ[tԗa,~jb'r|uկ0x.b6s#;Yqp]Iu %è\7|d;*%_1Vʛ~v0;%Gp&JdK]+@pFfcG蕀W! i*J,yVm'e 2S_4Uh. uIi)(_wU>+ܷ*ϘJ._a6(s7vuI'(mezycڄhث9ΞvUX1AG׾ÚXuu``hr.찘=@oͬr2'q{ᏎAryNX0ܦ poI֧*.xCb:/^\=|OzؿV.@;[5Q;M`PT(?}_Lߔ٢ NFݟdҶ1E34\ @mPvJ+Z}s8alwõOLL$jj{ Twj )'VIFu#kٌpNҩ2!,CANu&&@Yl"?oPWߒ/B_hB"b$ؤ=ϟXnfjORP]0tX}heLڦ0)4@OhQh gdU.~Wru0% $,MAxJ)WPRgzĺ%`zrn`_# Cg(G;dR }?f aYuޠaan ˇAP,Iq,QB2x;QMt:ryqIbɑA %JIÌ1  'jN ,~]|ܡDv":>Ն 4<[b I?WQRI=gdz%.ZՍZAF :TGQVjj.sDdwSnll\ή,M|n޺Cy{0PRY YL\uՆW 8s}C-hL˗åWo`qY*_.w9Zs۳`JC&P}u6@։l$<͂Zȡ|UWc;F Qovd𨺋#bD$;fڕ$O.fK'Dz6!H = 0\Kg "a M':b2n_*R>hV1#IvrΆgiPsXmzy%?-e_K8qY\"|iDcXNw:Uc iTzQ*[/bw ĶtH+9F!: z5aM- ŚC3g6WL/8։yڲҤD$IPZnba*rJ-1;Y4_?~QQ٨mjg ju8"vR`Dr9pUu2 de_T#Sه*x; KP~tP6z?[1[C1t\5KbiV4G4,$'. 4^|t֪ V/ =Y0= \c^]'xji%17݂-:&s0-a sry&XeJ9tѴyyfr:;9K\݇12&^XizCAm3" ,$I_J8 K$P*hOmGăcgvRimRSqY(Xc%{ֺ-fx]f T.Er=UbGJ{ݓ&8<="& Z8LJMnUB HfJ>!q}mn6SE-7dn1d3_aVMpKlHLUSV>j)н_70JtP\JtV7\cx#ߥ&㢚8UgX|6Fy^dzh:ZdA!,e yÝ6|x0J׫߉ !~~W4L﬏gG CmIeiLQϺ-6棬z:q=_S.Otm!d/x+R\ԭ]mML*ˢ`u>W!XFkPMCW'x>8eVKE1l,#)bUNJt/E ?r9{j86ld2"L@VZTLRǨ-noJ!D?(Qu#U9ӇSu=2&y颮z)= ՗XU# Ņޯ XbX)N([Ly(Ax8*cNc !#o'-!T˺6Q—xNE=@qOߓpO{ڏ7s"d'c\^ȗt:K\Tfú,s (9[Tc$a4~I<~y*qNC`Ǿ`q]>J[ ">*apGc40Vt)w ñ/ҪJ63Гir uq 2vCCN(?Z܊zB93z af U+\ʁpRQiC/j%Ć3o[x3:`sk9Ǣg:$0=mIlbv]`,/*U(eW3 AgT /H/)`bS7xŰ7M*YbLIf} ?0$㟜U4{h:x@9-^|orCϕ@dYR)мnbƟN7YoMIxhfg$ ,YH+w 1F*Nci, O}_Lx)>1N&wol2C5SBQ-*Ƹ+p/_OL0d] 2DL SH,a8ƒMuG E~ǹ G}/Z2Y #HYA>%t~>.wO|Ϗq- ZDƅ 0f4Kr8Ot`wKn1>ǠFo/h!:@`壗QHrQ60Ow^l~g&+h|p14WaXeEˇɬ7/-j07t%Дɻ q=a AP@xr@>ԏO/-0”%ݛ;mR ֦7_m"Z'_HZR,_Pͮ:x_bWj1ѿ ;me 6Qيp!sgOzQ x(et"USgO +04;P].mp ??ueE`řqZ,,˺i!ro| tʏ$ v'Ք}X$}~fm<Y ,|wD]?!sk?S :ox Bn< =dkqxL~έj4>-=s';2adOE(9ʽYwQXxø_|Vk:9P]'[pu⤖Q> K974Q?iȄ5(ْdD$4Ɉ-șjXo*GcC;ٴ<@*q|ӽ\cekSgüU&h:&ۂBY-L8LH`@ R0,I:7 /2璗C U' M}6U{d0N ZL=xuV?@DSȀIFi:g0/Y`",e,m)KAmB?y︬0 0 ϶#QR& |}9Z_W"g9jƥ/ioJi4Xd܏Sl)TMIk hVlP3JÝPu_Yh/ Ic 3"Bt6bWS=*v)E鯽2`͌߂t{{WYGLO g"BehD/YFѹRDig@NTJ P?qY[+uvsnqnPk.fuXx ӻ}U#Hn%Uk%󨤦غ#s!9qr{~-ԭAWkYkLݪʄ9b[ccE}TF7fCD& &uװ?Oޮ >uCք.?.$7Bo )A< JPj) tQ'/$)De6.,/ &7"2+*+߀=U3mHcO`xx{fҊmށFJ^gPYxvvG@2;WƁH\!iuG1e_Iv]E0:4cB@ظmeNC?ώM)!}2xunYbNF:3F9:|*Ҥx ճ'X%!ΙJ tu4ڎyVX<v-REbp2YDKZTM =jpT߳uC^7=R7͂1YoʼnZT Kܬ8Ly0c0) DGrmmݖ8H%$L>zAfDzNU:ѓi_{DUv!,Xb Z_3>#OFVhԲ  cO?DFEiO$O01<=9uBY?䶌H?uyUÖ${ e@躃S3}0GP7̬ϏYt}!^~o߆I'S4rCžg^j`N5\u1@B; hc-l0mݑvQ-8|R~!3\n)X#nċPlU&Ġ&U YMnp^M? ?Jhi$4Y,0sKָs: *j; w<8m٠7c* M1s,'Fd-_k.6^L.TJ-'GB3`#[V|j MtrQ}+筕J{Ǧc o>  \D>ȂE-y`Su(!,Ix'AYa:wbXSG: f/“p~޻RjbىfG *D//ޔ.@R~9+0i͝~lĽb,'nZn@4dZ}tCgydC6c2wIs-ߒ[fb2-\z.cğ4KȅGGIW4*&aF|Eu$8|uxYkؿIJ"Q H+ޟ T A)]-?pŞ$Ů9t7uA77}D]x_2~@,8{7K^Q7{ixEG1gwd\<@C׎݋3{VnȢ]DL=ElP%yA[ӚrV}חY2s,] [$@W4t ^5+BC` SE#;T`a#|6@"aCOJ/Y&ZY֤w/J#"kT'4}ki:^zc':J"`ܗsVN^p|f\-j+lsYG3BI:끊A;SvAϵK 0wUtAr{@Mmnl~RTc1x%z)|%?1;Vh+vGYq]]%x]jv9jqEz fʉXi'ųz`JczZM&R33U[7Pb~ .kqt( < " M3^VcTgjg9LBe׳w X.f(iŒkmLh/ev86O32L)<ռt#}s/,oI#qT\fی+3HD}G:5ZֈűcNm 恞[KIIT̔E;a`?ׅ\ <'+>Ssy|_^^<yI6G7wϼs`[ [h(g+")f)9Y[ޡ`6R0[j1$;tBa[#$g@Y%'uI&2\LV|D½O<{Jb05% q2}Š|t$,@/&[Km{/jTbͳ]:9.uFgDHR+ u- MI!/LLo>We஋b?;@8j1m,+HI0..5ٻ7:3 "nm%($֐44^7eJH{FSH㥦WcĽLCØJAdKȁwWD-~@ M%VK@l2uFd01 V 68- _'pW@^̀7xFN `uɼd+*oA-tq,漝 -rw'/!jL!ˮ Wk}d2DX]5QiH-"U[>R#wPrQ޺bwS--r 9}IuNJQ:(5a \ҳ0m7 Vks~ݔ 6"M?UQhT&8[(TCw ";GSTᦻSTl+& lui0(aHs% C|mBD$KX~.ߥv:Zr44,K  5iڦ >m"QN(9!eP,d6th[+9*<$0ŗ21HmĖc׷bsm?$)R8 L_ +89AIΣ-ّ}e'a8>.[ïB$cS `,.ZFZ܎ԥ2*|S}qoe>eHV 옫΁-c"YѼ:\PŜ:QU=H?Gf&wZnܥ*CL!y,Tr"20hPEXV c!`-Ŝ{_?Jmu AB'֠ܦqޅ'FMy,?u#L368: I`C{$ ^%a_]\<;=hRuG"2z ~[E eaHhEs@K7Y-wS.<#3w|z# WٮV?+,t$pBFqt* 9QOn]v-~ݬ Jc |vgF:4Wgހ> J~@:6E#CAI҆Rm܆&.Zq9!&=Y"9F g8|TN,yQ0g\P />3 {2,'BA)em|շrêJb05y q Y/8"48BdA v{#}ؿC( JyR/nE7mpLGSKGiͯ- ^>>5KyZ W6[kKFק'oJ~1xĽ^n|UUTF9y4?VNZ'@^\'wǝ&չϴB hcVfH$椚E$s70Du>5#_ڸA?3qA$A'sw5kD/@q:3mZ!1&FO ۇu|ǂچ7(1Y@@/{IׅÏ"g)kFz\ U+(n4k-jsװ'I|@>\#֔2 ] +v,.f%gD Oō羘]UA׸[gx~9ݒK?c 1޽W9`g?cjϙEwٙ\ӥN B*MN{85EiZgb2i]W_ BV =Z8Ҋvߔ(5DPgsno#ž^y\|LsIUkj}~7*Qg~7G@к] JGVB) f\e\zuh(;9$ C!䕉k ~N$ۯ09v%-nxʱ6gӭIXVKG4!.fDCJ!SߕoĮx' FْFl&;.^H&W1¹'V2̷"c߫SfhZ_ciCABcj ҹhV/MyS`Z02*t c}8] 9|7-+ЋJ 4-~$9nŅqf|[.+UE`40Պ؟ AKXC0/Pl@jPYũO~BDU{S/ $W QPs,{Fw 8:dNivLLvS-]}S^ vE*ρ]{Y:C:, 8 Esߞ-I+{wz.4^igsfy -:MC+ʵ AR`Iގ]9:iF˼45E=y~ -\6@,M4<\<vH O3<ƈ<! p'zb71͂[H&!Q!˭|#J6[BMJ@$Zx׷|LA~VlUWrMmP;\#;c{Abt0`p2=v-$0C $eKi|Jؗ6 D,j ˍ^O#Ty^@oV{ӢmU:h%m3\Cbjk$SFsyh h9ɡ̛/U0q;8acŹ[j[.G5S1NXU,PQaz<5 _.# ~RJ-|2 a]biZ:{|LQ;nD%5D?;]Qɖh%dbW3&q-%D^ArN>nw%cɲ9g}33RBy:|I֜ncl(9bv-Cܘ;~3٪Ft3x_YL7 81E.o 7eֈ? L`㚷 IM '0Qϲ GH*oޗ`w< t띳/Sݭ?iW}-VoSJ-omca뒨  933Ǣ,_ j/Y5E1C6e~>#;U3aD!LC5KE]˖dcnH),0>>jbt-bB1d?ÝmjƫxϠXAoy_\čtRA_{ <6K$ndeVhD zb:KIDwMLTQj~«<^b* DžF(;}L2z|^Y|RǹEO/gl[6VA(|1{549)18wE< =!y.@6gߏkſFDxhg݋$ln/obj3]M >^^;1dTA)[.lߡj<\d)9I+FyJӍ ZLEXu㠫8GѐuDrʈÁ=F~;O`gF%@ٗJ⤭V-`CZ۟4Fx~׌a Uy|z:,ci:Ӵ!0ˢ0':m\~?.y* fK`B懞-a-.490bo K6_rOxL4 Tj^ t )Q)fyVK޵\ǡOҞC^%~@e^R)Ful۬*Kk:_;4÷d+=:ǟhQ N4=*V$.BԆ`5E-CӞgT9sbhpҖ;WX[ B!mcT=͞NHaGz7VtKZ'cX!0;yAWÜ$ !BJ$c fai M6w2 *K-j}6 *ff)ZTGpvh--Y} =g SnY=4sa evh^^pֽ0BS-R'F\m_>cyN});UD6$+ߧ,QGK(.PK9G(\PSe,]oX DH<Yn#;ED}M Um0vQ܀4`{4T:RLXNkn[~pIlzq㥧#'qw*8&ǢF#瑰Uw;y*dUZS(v8G#G~/{ဉ &#p̓9$td:|^v'u'170%P?v+FC O=ȩ6lulK۫Ma*+T;74K Ks7^+N[VV?P5bCl;l{b8(,smye7*{ǓIvQ#U?Q>=i$N~pT87za$S*&/!8fx';57p-5i262WxhV v+L=1m F5|H |<0hXWutlƻ#`!Njܶ$#)%#˿vhHY@j90o\;}[џ M&ym j=&P)鱛) ARRE#fhN{[`EN  @dX)I--PipVB= eVYUJ0<9`ovl1-bCv^B{s(K#{j H35a8hbA82+q _ao]KBS%Q cF)Dg^=y PCulc0?#\lgպO W"90BoIh05#&Fښn㬟{Vp#cSkιNs Ȣh6m ۯEF*(rrRQ1=˓& 6$yE˂87ug[Zr..s-5Ա u:k?7Ἒ3I0ֱvc5&xfʲþA`<_$ˠpJ Rw5| !Y{&~լ>@Οʒ)UW!bLnŏ1"CA\=:i6.+MJs7u=/5=XA}wמ)8)omɈRms{e!HD~/H$ ovж۬jFqٯH@g4-`xJt89@GǸ]P.XoFK2 GV-%KR1͌e| U<<.܇)]5wG%X3=|!nu rSoç9ZF%MG#:CMm64q 1brm9 @rǺo(ڼ8vC q%D#lq%86B ,G%FRC!Z1>l`CNXFIHA:gO'PQ"̶q+IڐROǃ2DW0>öFCs;c锍'$.0B"yx؟Į%`.V`M& ,(bG9Ҁa5rS愘6lC؝X~>-Vp؊fŒ H.>Hҋ% .3w+UcKe 8uSB5z5!VؙX,O? R)|ַ 'l fѸZn𜂡Zf=H5zԚY'hN(>Ҩ 8ZquA ]=.6I۞7lτr8q2 &2suB|4(aܴ>JܐmW\E`tSYi` fȓ } ).2N`M."?b\̗@:I r؝Ft@s% m>D/{-5uRi^ONyo@HG1l"`wNvrqމri0JkL®Nmf= m I0ht'S)TKUvx=39sVuCCRX\ l)t춷HR0Pж(5'8.^FS 0 sHW6 /U a݂UO4yVs~7f} 2B,Yq7n_7 2zh>XMg}N'"Nc^Aet; }Q<"AȔjoɠTS3m ^枬uK^!G!Bg3qJ8 VI#n#Yv2VK //ᄱId02l"(<~$rH~$^S ar=-7*j`^_ h~GǓifg{vYv[uvO VԊX2lݘyv\2|9lQJɄJ\;#dFDվ`/Uni_w@AZ:PB!,lĩA8ҫ9pVD4^#UR;0<^IF$;aweM96[ԜGH]k7qc70{"fyf: 2r]*$`7]%bUXZu52Olֶ^t/1s;RVbba[dQ=| Nέܱ[2ij(*/ܦ_ňj>9W~z J)⌇'d BEÆ EF/FÎAYQ2V:í$r; d?dL3o"[i1~*(Ag6٘PF`pgq02u+%1H '3%hTCgfXϖF&ugj G5+? fp7k/=ZNou2MpwQgMڨFGX'+OƇ hA|8"6"S s^,UT\gS;:~xCz3R ݯjـ{ TW>l8Ɂ%ӠLHvEtߘXD cvFV2qs( 3ԗ{W C1sߖ]u'6曃-K| `~dVƼ,GUXY2mo`8A3/r41y#Xhǝse^/k=:}Vࡕ4S|]đЛ)p77cfxrg(ς0}LBKr*p=#f4Xkb1CjEJತJutSW֖^!{#U4vz} ^0){ځ͜?*՛;&i.gѰˌ 6|U0A wwɼm3t7h]_/ZCiZ1‘Mj8t9ΓY/@h&KֽYҴPލ}v#4̏Lo KɁNE. `Ґ>x. x8|`Ue:יP) 1g糏톘(1 tUahT,v|ۚͲ6%Z5~`q:fK4z5[m- ZM\g).\¹6[z]Wİ=6Mm@pj?;3MK_ń 8NOX T%GU}+<5Z1pz@GUN0 ve 7swF"fBCh;nn0|;0G1y<ufq:Ԕ ?Yd1[}QDS)ޭQ0v>#TJ3Ҽ@u[g*Űc8}U \ԬtUg=,/TE IG(O+ސ;- <@G[.00"n|ϦP {LÃq<&g|R.1H'*+ob"x* &3ְ29Zz)q]F>aިqn}.W>.L:F}Cy>pA{h%CK{Kc]lYؘ<{pkT aH q6QyqMyBl+ r,7ns)XՈkI= /gJϞYӕہeW@ebR&%\]"Bce'L@1٦e IN;cHpA^R? aɴ$3>cfAٖ&şXn~ fV]+I"P`c4عk4Z=f,7vIVUyB|MҁUj]aujBX^PPs'>^]e̖`~ EiȀLVګpֹNqO9Ĺ.uA~" ÅGBa1W(\QUQե e嵅~vDiJ8X1LBzQz,%ЦNM ytiX0H['tȍSb'lwXœM^W]!Ro:kC5  =sb2mn fߪco#~AպB^Jvc*Rz}>muJeQ{8V]ᰀ-ql[1$ٴ*+#K/d\da6 VH^0"zlUXQ8BlvTiF K;3#v_B?I b+7o,? 3eMweH}ul{ p-w~YLE`e#E[_&;lT`PLigLQ[XR>$ Q7`MeKbSl$/:}Ӎl:0D1腁?h`A4F`N`򯤂<b-nT&) ЪWd\/Qߚ*"ZWͺA`?$brЬ["~Hϝž)"c٥yȮx^Uz 훌c<.FAØf09sBjMzS:r}|8堍Z7kcl7\$ۅg>ߓq^|`,7Tidκ-D~%G=93:3-|9qVȻTFi_䟜l >2L+eE\ j^^l9|ч1D:Vj={WME{YK}njcNW߄0J4:Vt;DY9tNQh*ȗ*R/I0P5r޾̗rrP>*5-$s!b~B|ٿ+ksU+-rĩl1Ǿ ;nȷ+n lɃnh!,~:!bw4UDPe̷ؓ-RO%5Xnұ+KlݾN!HQ{#GH2]iovU\mJb,wCu=yFՑf:>7^U^~Y W#b5ם(Rmj3A"sƢXYݗ|r?#Dz?܍>ԑXxFU64V["/ 6o\ٱ\۰<];r=Ra+ƿ? Inh֡@f_m4ܺxeT& n"t[@5%%4S`IkʗSqr(كD>9PZgyŸ>' xu0e} _jR$ƿSP1PFzBp^1qZK(;!~ /J%NWKCZ%\8|[s/TB"cI꘼wNI2>ԝQv"Ԍhaa~|[D]L4r\4V<l.F}Tō*+ż*3i@T/'I {2U" X$y]%At2f!h]~ kkJآ߼_v,|iGg zMP&<rS\xELLS&nYخC3Q̵< ϽpH\sj DC'kkFW|}ZoB-9$C-q>wq LI;j&z|C f+!Q[InT{I#$^hsWEqB%-]OFp I'4AQP3jS&,RF_́Vx`Rȑ;ռ}i<T|ۅu̼SM]d 5x/y_-ۮV Xzڏe Tc.2*Bz~@uҟ!o!' 1o7v1[E6qTbxlb499H~cCh\\eBQ$/ntt[FaT7O6!w{[жLeի 4KĔDq[AmA[z=X y /]o熔 ][VveJg loXQfXt 'H͊k0d8T$uH9I-XG:-\{alF"jO*6\[^'@d ۨ<,px, {JqK/cYč{#1Q t#JLgL[!JrS鰚\5i;yjPun;:کօ-LȄ?oH/NZلfz|Q8!uE*k.ؖ#D\7b*9X4[8;g>Kw1WSxHk )W&ܒMoldN_?}]ż2A^N HkO1t)Λ1GSb"G7l]bŪ;< Qɪq$u6fߝ @705\v?5ڢvsBE5 /k1Q]tn!=Ago;X6jfhfqb\?() >Gw_NǤ*R';1@}[ 3tK:I? ~ZhkK$d{G%:#-IǴ"c9zƊ2ܓUKBvoƃ28C>H>>ۓhٯbOZ/pbRq0f,$]yP&jo1nL*oI{JgWmӠt\!?3C *ZQ.M*PMFI6i=yz֐tWnwjo]E؛ákaNkBgЅ$ VB|k+x lZbF 0zG&]-~w>X}^5z#/؊k5 ybaHŚ~0Cj[ /GY8%h*\qԿ_LH;hU;eX^G{ z pN!F$O qND<f`/L2nVA65<[?z)ev'<4y_)==!t--Yl[@5B#'P%|0h䮲 :=B͜2%.\, bfO 2BÓR<E&}8 ./J)t`nXAzq\'Чў &6܏'qnXxk ~ðکMi޼zF)*E|4.𗽍[I\fdϠӤɃFkcc=a(WPެAdT7L| Il}fkK!`w$ 4!q&u ~jq22nDG0$a0fڥW1OϹgɳۢOaL-AlS nqNJ}Gff~4AB2}]-wDЯ9"λ(4ng)Wg_"Kr\guTq%Y%RĚd߼EZYVTu_M%&T r|8LDB/%9Dj!IF]Iz¸D9 '|]+&͈1tVa !,x, ?G{Ģ.}'Tgwm@F*-!)יJfDh4ݬD[W5/i DEv*Qx~{fAa88ނm ?p AO&Kk0lxD]ASn&k̹!N+MGtǟ8%9D176U P\=>r ' PS>m&4H+ݡ@㤮xꓓ4ٖ8ւl `BV挨q̐Fx[Qr.~_+ ڸbHt_;N`XNU.ŗ>%Q2݊NvLD*،╬tRM8?ӌ)eIq!yl>d(zmt%V|ՏW} NyjRH>Eg07GG[ B fj\Df:G[a.?+H;znR AMQ:K]8coꆀogpsH!.ܮ/7dDBOX:g;%k=+%ԝ쿫Q.ň)_밣Eyh7#[~eAH'#@$|Vo8 BRۄ uc?@ܳ](p-ʭ45i-znO,- CqAYw'j\v% JJtCNr%#cFT1@eja Ve2p馝?.2/"m=ou5v :Hϲxm@݊[@G:ִdSW9U pz!;{EQkCwmt7Jdg*y0+8_U&]}c~AâOgY'ˏ)60{T>qTe83llTdvOqu㢞̩EB/–Y4fNxN$ b0m=n,Mc}{r ht k4Q0@]֢[`&7շzͅY ͏z_̾=+k b]'Q 8t ~ghCmn%"$=cv? dC u\*K{uCn7c8xz?TTY9 ߳~fD 뎇ا ۶ug7XUrO j@3VVPh▪KIIPņ'B!K,g\W 42rH/4r8kBhN0؅  V \*!MLg&õ[3IxS"XVpٌ}zr]tqj,9(3ÄAyϜ[M'+1ŏ5:iЬUЎr<] S tSW>ҨLcr6˟5VC12.D7Sӱ8td;d몌?hڕ{*DS .!t'sn+!DoV?Q{`?'zʞGЌ!d`YLć bWo3jk#`W1ᧀ|kư ԭ<*Z$z H͂:Հ&z3wro4*4GVTPҋkhgxW ,?kGqb (չN9H%@a Nh!֠Hy!_ ]IWKX.n\fbfٶ&~%N{AÁMȚgY75:#wsRIN֜b| r9<:-qJk. L50')ž>ImNM̐,;sWU%.|$ Z OS--6VJR@Rxu*ĩ=g6~;̐Nmi$p(̀lU.,Πv\oLSa#`Ss%dwq1D"3pSmS sޑ&omӓ@LSĮlKGaV%F['DYxq .zMN2 7ߦj>[?W#i^7r{ʿJQr}I҉\)YGdik³G)0|,`rLv7U.gR=NDtr%?74j*LX*P-QsBţԾtėkjj$~`Akv<9ZUy)Kj4,Ir v40OĤ3;5KY}:=Wc(~>ҤJ\P~[cb푗 I ,{ښң.儃2}7<8MH TM涣K?+S'6 t_Hns0=tU~A3f'lJ^_[\Hzoq13O ` : i^wP3 \mԃQzوtUd3~I No.j$ǟݠQ| 3bk%L EOUvͥ*{N\\HLM*XtjJXح jE~\ =TkIH\g?=z s#oh]r Z @L@Iw%RWv'eZaD= -3oEz eƚeM z8ȞSbҬE,̴XşUn}q_s*:޽5iMҧJabK"+iQm4rDJ) '9!"? pZިUEGp&nCpV>I"[OTrj:J3ZkB2_.Q%\7oy:6D6j˵* P+{F640+i/t1n׿pjHY'#t$bhmX %6nC 3jjHh-k}O.W _#,gcq,()u=/'IGPE3nňV>)h1ɳKyRq?6PZWV%I(;ZIJ-jkM4СW,z$-g 4qǂ(Jto[!ɜ :BjJ7gfŇhWbx>1pD"2˴*ʃOA(1K#ǵ6v(Lߡ~ p "OTsV'Ë|1Vm#0O]޾? H*P4 K!]4&[(8r<؟]GzH-oU~i/I&>jurg\,-p|$釸&)敯_& ɲMqߔLMܐz xW{D y]\pU׳m dQ$E!*Ա-j@)t  ];f.߅tH|3ǰF,1*̳,W `,Hy鲸pvYy`ͧOIvbvro.D"{_Wb9`νڋ#Qx~Fd MS~a[2Vf^UmN@  QV;h@A悘+D@=&}[fJ"T1AB̄S Z/E+s&<ɑ+^1\gZ` l2DIM޵9J_j1E_&x+M>EK6Ѵ28~c bW0,n&*VHO6^b p& =-0<{\m#  ?%L9yĊal?szfjNDko|>زwoz( 'n)C׀tNMϡ1HeI'A[nIrzT:SW[a,dO^uy76H1K!( .$-EtJUqPPzA Dw^&?!!#/V Krq7 &Ώx2 p?6|Eƣ)qC!na6_yHt-bBʵ<9|29_3v]bDؠcj L'ĂoѼZ$?l[ йm)NB)MC>NK'E3^%"I nqYd |A0Ca bY dAc"3Ax9 !p"F^O5PgE\Rs\41Bl 0OR1>O\>w-58+" 8U"]x[CV`b I{A%j B<\DbYy)z AHyѓв Y۞S0xMn *`7:*5Ib$T_ uNa#rf4ԧBE Ü9ofLyȍ*?~ڑJQ+^t>4]in. whh4JR›}oi(fس $rU|uZE/h6 a4.uiQ X+_FAhùnG+ixng'/ K ޯ] wO,OÜbz?9B`ѾjVƛQEwmؙlgIƸ"g-I-c9+ƫ1/JVudh94G/l%8Q Q6mXݢ]r?`$sAjh7хZ8:!Tn^ծ+1рKg0Ŭ͇07 j,Z{_!֏uxcXBoMԘxbr$HiJ{?=>gi 3ڔ* 1Ҁ-ҊBun,e>.w^A?mewMx)6 T}z.h;PU#PzTЃ sڋT=qI'/Ckm+#B2p5ؒ66Il`ʖTgH3(kfg7>"уCpD29ſ?c;A<\N!2*t- 74˛^_2HP2g#5/#.cM.qOH'||}clXc&-S4"z6'O 'i ˙ȡZ[(`ǵCQ[ Hn(_hBX0K\bJiw-A?!G@˸3xڀ:;/=CX '>'U&aIjJŁT^ߔwPR@Zf~˂>7/Hklrʮ'@ʉ;om6 cubAe|rR*\ ܠJ)2e1c/4`v7$ݼ%hi!QE~R%a|+VIA࢕;S ̷_katFM>%MxwmG}&I \)9*XR@/n+,媲58LtCye> eWf@#{kbιZGR)bV̰}LnS ږu-txZAďl<[1Db˿m.vfnzC;z8xIAPkT}ۢ[dƝ#f_u52 *6O8VWH#:\28SRpؑs!Gդ1VeF5X綍HFXǪi@')f:}~ rԥxo-yff^<`~k϶H;7d"(>aquFCS=STXO0ڈJ@!v{D%FtiW{!XPq,ħw \P p!3b"߯"A[#^Ň@^EQ}+=7%+< I yzC46 >9cA'ثXKH"K*QMWCs݃ZQڙn\A f*@ߊdeyf\}6 Ĕ YB4} nwD^ȎݝpO, 6iO0KfiF@ZF}f]=,v*D`|書3bvX<|;m?Y>eWH!RPR=̘K=k׺ s`5 I?2^q1a|._v@d=19ڸQǺANƟ8>w5xTUqnu!S޺bέ`qܙf2j`_ރqRreʟnsQj҇h"Yfn,800:j扥K%tBdg Y0mdت8xyF[O\[J}3ʿ:|B ~$J T) sR(5Cy )kSSN }??%(惸 ukd ˯Y&u 3"I x\5rm*Wf&<ƃ -^Vab9 P)u2qtm;ln^SzTky9+ 6փLC׉Z{ akoGP6]<^iHƲ!ⅼlfNlA ;V`j7)?HS?qXk}%=|lam$U 4N3(NM%mXR.|[&BSf*5FǤ&*B(= "k|= Y%D P aw TyćWOu Ϙ@bm~(!p۞2diS./$̧V V$ni:aD@F?h,B8,@PAto%L3c=A+tS:DH٫yD X^;tƸ6!zx`|Z5vݫHE]>ˁpڪŶIp,0l\̪DOu|w+ՇftgZU\N>J|%@΃;_P8UGX%fS_s-둾|o5OT| Sh*U.bbœ\H&\7ذw,iOȷ:sa~T0DwRpClKO7crfO)JHb}& V޾-5s;OckoaOy'&psk` -2~lwjۼ&"qA}AS:X]w 4h*o%9kSpgC f* bF;҂+n PýfD>d)#ej4nOF ljKd-mf/ru3 \aw-3RK?=:Ux gLYfZGfYLN}Ѝ PR+͂?pD_C,wKȿ.8DˀPNN=cRf=CuukW+zit60`G9km 3mYWmo3nކ,wb$:\ 5w2U۫%t* 4h惊so k`!v -9F~B6l{"Ğ9@~Vn)/XwNҥ!]4J̘Ӹ nU耳hxu<doװay];nz|?lvOP!~n*yķHo"Rq[լ@Wk,Tde 33lvP| f6"x&<穧Eֈ\^ȧԟ3mĈ%]P%U?ޡ)EOT2.'1",-'S`PXP5kz7aPSPhf #wyK I'm0E+zo[Pa'(fme[єF? 泈.@I%NPߎ |̦mE*Ig1b ڜwYZ+\1iUVc&vTR 955ivӢ",(@cY*Akv c8.9Bd/)l> ];  |Fzl"}L 9bد*X4KFmEGHߤLy!l2?[gYsрVr d 9p*$LŗwW KA)K7d:Lc69?bLK{&sۯhYYr3kth㷈5cbcb0B(9X,{]y)by vu'7+C gWMzfON7xR)+75I+ܿ &z}.#wvm1'L ;d|f MH0]z:ZTR'3o XHZ8D-Z~֘@+8rEF=Xe#迂U I UYJ.+Tޱo.L#/u1hrY9߈,51 {ĎjT,aZ&~u;dًI_[ ~uKT8q/B~)} iLJ6HǓs9~RQ^2u-G&yZ"չuy*G~9(sF>QmP3|@/Fҿ%oKTݟ;oR#*Ճ0z8j4 BBbvy—Lmp!{gMQYlcъ՞wv-սb+*g;1 J#@ָcvq__A!;m__ӊI& #yATf%3H|t؆h]+Nϸ}. -T;U)*7E ?ϟ=&`іXFBExOۆqW+(S"P":[ᒌQ=d 0֋T{cYk xփw G_ܦ@dD8:M!*q2rVa 2±#7s تr>T_lw}:71ss]WU)sI0&Т# RSMIgN,O\8/' x]sLYhvj˅M4dBU.d"JqJSQN>]z%D&*Й>|a|4,+>KE|   H>yՌS (|tb:]jCqe5!g駅4Κi7DO004<֥/@j]"%(IϜg*>ҢA~Z8dR H8;yҢ Daߥ k C8=`.Tt$&{nOV9,7aA0?le:tsWa+4Ū|oa{%!y455\b KAO3Qެ$΃~WwFs["4dlVtJP{ۉѩe9٤Hy'\=sc0TAj?]HDI_3R>Nx)0$&c÷t~KmR3Bh| 364@f9GJ3Jπ;!nhM8d"KC<ԍEg@8`M<tj<2m"`Ro=\6)SwcH}afؕ|Ф"8ř6n">@fi[WCG19#W\葶>Rs}/2nSiyzy!74p9' =GBTf?l'5dH ]M~dʳL^J{5HZ,ϒyؘ7é2'aƩcȥZߟedpxetf=Z_wk$F"-<z^Ct;|Qː9ؖT-pN}0k[lZmbjs6G8S~1e>&+7, Xzf3kܢvB#h+eͺ eWY`*ëd0[˗u4d2wJ1?Ϭ6dpVNh`hGAEt twqns8T[T]?*Yۢq/1 cj8~6b  iis_S{Xb*nv-&w|[J2mgr]Ppȩ mxOBؼ d?!TTBN ZհF!;0 kg!W 3b *\O%CZm+A*Z ) YY?km7-qMTyt5K}댫>ZJV;ljvU(e- N i%+@wHinm ޶"鷤,?ɑI2 XAxy+9Z3Ǘ]?*aJ"NYwge6t||9=D*j !bmcԣyj@A"fU$E0iw+}I[ {A &.N|7ʉJ̰C>89gSx0f:W 3EX<<'R[vL*P;"ێY *{݇pFֈbĤG:S%g,QRnu w}[X[6EC+DF}TךP"MU97 F" 2TH9eT^ApW=5% {%>!IeBRSBt Wom:~(8*<qy݅ؾUU^}aG7;5) V>CO'3Bs"!%\Σqk_g>IwȖQa;$7d}0*;%`[Q?Fծ@`Yj^b-JCyÆya2޴/{@8J5e9?AfkE 0W[)^oTDo y~Y}?+MŚ*U+*Vx=hܟ#,7voH*일4G25~Esa(Ju m@ID&^zg7I8ƌTŏ8A^ X,T\z (5k8JT\/hC6@8; $boc=sj_!76X(Faoiܻ+fWsbY;~7:24ddt^_Rqs:ln)J؍J#Ḭ0G֨˭Q|V 1U}wVs*azk*c4ɅC;x]$^ȁ),mjjUKjKGIYEqeuФTeDCdU|T-RI=cG 0eX -ybϜފ?iȇ{Q9r1$ۉhAQ깰L=!Vd+xݸߚĊuQ >P,VWU;(L;A~eP1 QfW^ϰՙ\BYw3R\6RJezV{o?bbB5WOP8t3b3v tV\M畠i.ELB8t-w(TV7 jG!:IUL<$mI8]W? `SUjd0&7XiAXMug`U;v-f> )`gbUVnBħIW7-/ANҐ&ϙ-2lk  V1E qB@7q9rek|UQa_jiZyd=[ձhI"Lvcf؀\~my` 'nʢmU!a xUÉ'8jE6%?$g^3nvi3xVN(W OYUzhYL!t0퉏JpAE1sxU"͂-vT9N6b\O|'hCNo1 l!!z3vvWBjW1GBl}Ah0kAzu`u$^81FFnini@#m0o|;y_/>B.v1Rs ( ]ҧo c!GB¶g4,滥~H2o:Rж뮠yO<=UfuҏC+ /u~L.g2?6 ^ _=e*I+T~W!Ψ@Euqfv@ j63T 49O /7]&#a̒/6뛑W.b HrNGe}&89ȡF}ޑr:&?}_{9 `N艀na4Oq|fxqK &m"Ax:lëC|㑂61|h65ZbR<  /ٙȟQY!"C kPcn-NO-#5o`KyrT,97rV0П< T>/?Ux:nx4z*~H @D57uű%eNj<~iGt2q u! ݛH& /ٹ6uYynW?nl/CAm7TdTD~E&eA`6tf _ɓ\fsK9 | ~*]OLsʨIuXs2Y=[Bs2 &gBj0<5n=|o.z7}n.KѤQ+kΉ|s6-`Z) l$bwkt;','dqZ-I b̛8/.8ۭ5Khƃ)BXBfB?6NU$:NM }K~Ix%&;!Kō;1FB{.YBN:N~5Omvw Yr8g i f砩Kk=J2b#" `bzKvX礝}v:oℊ#SمNz8|jS,k6Hx#2&buDӝ2H,M_-[# qMF1}ʦl1 L~ݠcX$:պo!%' ]dED"Dl`p.>(8="<17Q%LeRֽr^hD&3uuDHnj˸T;ߎG2IK%3pf mK7NdsRjX"uփq]AK񑮾Tp`RB3O+:,'},r}iUr:Y!(N9_g^,!\Uh#jI)N[B+G=كTE>{,NHeJA$pQWG$ \#`n7)iC{E><+-gAfFqy#u0;n{y7Эl2S[کHN&8(|<ܜ AA_ *H 6fU:Q8n}mNllXdIk9R>Mx:$x7g*^e 9 Mwg (E6㼚49Fti R28<1ϑLvQ-Qf"<"xMKVWmR''60Ʈm-");rkeHVW)޴$|SOI \-i7k:H{u5m )!FE=~ܝppZe#ƍ/xMsJt,oC?y值q@]ȹc2 mꋺ:&HQbctWktf&EQ5rSpa:?k GH`^jj.oMʷE%; ^pLb;f)z|u)J)f;H6)/ex/g9l<>W/OG7@+/BUqAv)[Ş/.fG~ďSU<UqQx jH]Ōo!_J-;a "hR-Y> *ZDkؐG02koC9!3M@iOK=9/0zcܹ>)hǃ#0Vonb,ltHj1` 9T\=J=HN9s5wXB*}3pl]R?lY'm<<;*:+yʲ/laviY_" )kuJ[f#S,2zIa'h&ne%eVA#jȜos {}aW0H=% L84q}Lry&h3g c轺(WYaIhn=\`I0/(]rQ |]@aݒ{w'R˺҈יߘ@cj~Tf[D*jש ^PB-NFO?Aɲ* >I.D&@^BuN 詪2rmMl|P5"_ nA3P1$W=8Ǵ!`2iR\Xs5U*6':mnCkoyaRG4Xan bbh3T XzZɶ<@H^^4bֆOSmFzr+Pne;HvP'(į: /',JYhUrN'AB_~LK 'k x[藿}C.91U5Ca3A'#E&h=CFSxh\WH+:Bgۊ$vMs ~(V%Q^*:#@EKU7_6I p<-*;.T_?n-rF#B%U;]5`/y@c;|n} {#KikL/p$ʄo@?)tjd\hzDadC>W ŅxS[4Y <ڥ:;/ b<鍢HS&M;YRMaCI!j%}rb c NTn'q!o$G >nt<&xgcBTg۳M {>}Y+,lM+HdYŌv*#q1,&Oܒ.np8GMD<+@a1C?7ʿHrg!1'G<_<\ʙ%ÉDQڧҢs-py} 2[N#ٕ}؎oH* ar2=]bNynzI [zC!ٹQ6t?Ln5wėB=R',\!PgQ4W`zQJ,>89Qk78ti2<=hȭ#}hc/I@? L?E%(|Lfafk$X)FJGQ;[Mof4vSSd?jR"zkqL i70/Cs̮>< tii V]^r# 7dr&TLg!Ň vD^1u1w 07-wPJ.VxlR%̔F*B -|aD%֮mtHyK> _=tpT :rr:W~F&Ǽ;i%~Ū/G]ecYPB\̷N3s&Jq)sX4QMgρG]%"# ,u0w댵<׎J14'LqURɡ½eD k8HZdQ5tT.d /a <%ODEk! 0.*++@[]w.znLϳl!6(Ʒ@Iz IL) 9v~"ß 5v>I։%US:O$.ȇA`+/-Wl]-KpڜDxrR5?js^j0 fBa9DF;4)rg NJə$)t%cs^S@/]I=/) eU);"9B0sO"Uw~0l:hj_T{nG.3,RDH(P>Ca&TIDёٷ=F H =^4S!q+W(`*G$xz05];~GYy͟D:ɘQWy[LG=I$ӻ5i@vRzqu2TL;a`E䔕뜘Ij1-Ϯ2)AN F^U)"Cٔ7WKۇ HNT)p-|䳚+I3*#N1e&vԣ/6 )JG x]QJ6?`UV.$M].-6a|4֮q!VeW(dvAA9;\UlZ5uAR#]d(9a"S*!5zLw Nɴ e0xPK Ppn`~vaun)NE<C_;<ԛ N ~s] ՞ Ԇ=7fS7&x4ֹ¤,(&hӃשOvbmcG-$FNcOM0$}U 4!{KN/R' f`7ch$L7b¡XX֍~QIUn"x^˧=@V "*{$JVv)zw%DϘ}>?^X =-U%CG#M'Jo q?HsBKV^8}!0[:%8kάFEv׉~DnS\f*qKg<ϊjVಊTNW$/sf1e,ח/rFoG37j ̚$1_ǡfLde"[FRΟ["yYRJf[{ 3+)ԪpI,PXGg ̤Y#&x4!Ӭ77Jܧ? `*U\,^ Qe2vvz]-q8P|Aж/EVS7utP(ZL$ʃ@jW_>|VIlʷrmUݍ#ߛsΩCefIXYto2߼HzuH  =f4)Oy?:7$:{lzvra8^StN W96e7b ѳ %߳eP6]&us+@[c'&Uq@: dl鏎6瘣7$UQlOsnjw_|@VK>Eb1a xb @v-Iacd8QBR9zz)qS<w8AAhB?y)c5ۋ,ӸvȴU޼'I K~C\J x8 fȸ*g $0—}}4mS؀V5akuYn0Ƅ:.$h鎇"mQ O4$"/` .vw"VNΑGM*97f$iKYj8041yI Eqm=ž~TU)"O<[\p6 R[_^:C Sܛڗ4MB愉;l!6  `zݛӗA1{)vw#WkTMrWF? pk̛E_E9\m{,drL!z0=Œ1Eŧ[/K)Q =Itd3XuDt5,ݩ>~PX+oE&COsb 'EQj}ںͱs p+dj]mlus&0qPfs9Y.a8I͑^OlVg"Cn0W6Ei })x= ^QlܗhecOFn99#!_Ta+K\kv\ d|q}̷{ԚBf`*~ޭ؟Y[EnkVjxS "Û,o/>#Ш$D{t@dof>OrO@ lW] l<Oqd:j}\nzG"ԣZ*VtyWhm9QTRtwľ>)7(@nmC )2B̻lN5Z|c^xN]B!Q+s{HPNC]9Ra \[1)M]ݖ;7ٺXTwGsGI;ؐ'9Eշ<"{CK0aƹW[3EBZ(eX $:JZP ^B}J _mG5- ,;mFrTcj,]҅x2⟚-Y|>O`} 26PRn|1` m(2-.y(c+h#^7iξ1,?/.Őy PR?s\!ݳa sJTd0N mqm aǘG#)Q '2a_%ʚKX;0Q2)v"]Ad`]rvMI &9BMÈs"&*g5 xqeݏÌQ 퀮 ʲ3(J)ĔH^D:na'M Ն*c^Dg:XmV=kpH5jңH~bpdS8DHQ:p3gH -3fbALmE(T=k{Vg_cgQUMh҈yO,=:Ʒَ|X{S[ϰL=DuJTEXq&0mo6F!]wMRU t+'I&-4 N 90,1) vilhC7r+[eΥWꦛC%΁Lη$T7&iOG]DZyl\88?O(EPZ{aB?I؏|g9 J"`ějNe-Zqll~Plk_;GN yz8+x)IXR?mJ'DtUV׻K !*m~ 8?c{i+aZY S嘢TW߼F#>5oc+ N~Q)w_[׹v2p{N,GѢ6# 8?<$f`+~x^+![dȾzxCetpz=6H b"DWT\a>zTnÛ &uYKV\(W2-ZtI>8UXbY+s uW CMMQEIڏd@C{w4,Ͼ;v,`Nr cGH/Բ-6>`:qի\Zk(S'yxsRU VN9lEwJKԗ-.?)p)IVhFPf'\0˭&p&EV<cy>wdo@SLp.Rwc?3]# ,ʂBn+hVMule.z$P/Px@S \䝗53/HS.4z4x,240yu|,@F,z*$Fa@Au@%aa-Aq7x:8`%# , 78u"B19{8dggddsr~&vAg5岸6F8N% bC@{SV@|o1'X !9Ӝ 7Sv)y8gkyp '=D8k't Ф ?ƒ/|yF˂S& =DDNbu= k[۝5(0&ۙG9[Z)T.Xv2*y&BVu"%T*TLAU,ug] y `h6+LwL:r/]{Ydc[)Q8I\X|{s~*F&T*CXM d|6OhZ|MH^yI2 6L+?}. I%(\EO5xfxQkPKrL3LRK=:ѝKZJcVV\isIDhpk, =s|kbg0K߫gj=R1*chIU'խMzkWCփ|94Wzi§b%_iZqV b[afO I|̄y6H3y="NT gJGE &qD9hE}dt]jESV%?w`]0)I' WkQ96np)ټ@٬Qy燯Tlۆ{!k&a/KK1]B6¤ڕM򌟘sClsdTY3|s[Ʈ[?_O4~*С$Tu @ZΫme}du Luf:[U(:k|f\>.nH<ԊpCXۏ O ^Q51"%^XҨ~*ji %H}TpP=ZޕԴsijqRl1 j2A )=ORbGK[_mܳ8e'&2o4J ~bl7ٝph7{W^5\1YN!N4zn5^%'q$ !z۬`A&n+G1A!Nz{@#6 <`T+Zx&Kdi9Ӑ Ʋ/U! ̤"6kPJi@u\KOmtݨfCѮmE:W_1^e<ږh(?Q+|d jPxX3.erC^e,rT\\#M}G vTlz Y͢Oo1j ./RBg`B1=?f5\m]: b?)9&WO(Kۡ؈vt3dO8x]ûy$nl ~L7ݸs9 1ƶVV2-׏K)2x쀜fh?h%s˟5}͑brBPnl(=8&q9gLBR E<&[hfQ51%IlntBS}L<:C}x=赞c\GQɦb],O EQoG$O/\ <}s}ӿ!vF]T44,̸{|)֣ k e1y8JAH&y,yvж?@觏&A7s9;g4lb Z\E&x*oh pu+IoĚ`pS׌y5#ԩ!rQ[]^Mj u֞ *0/[[ywq:n O$[@Qb)>I .qw}'ͦj9bYɕK*ZuƞE&k=!!Y D} f5eK)mߠE2;,3jC|T_kIBɈDj˴z%6j`/ (C^+Ҹ~ftBY \!`*%ʺXBn@bDUc29YN/vo 53Cg!e\b0]?`ļ7-8q}bGUZVi\lXdgUs'VqGbݍ}NnǵH499HTt:3OE {D; Hwf16Q YH'^QfyEeq-A9kYx09PU9f)i K6P`Xؙ&K\6^]<.JX{CU&Cq;5^K(ggAD2nMC>ݣKNGx1$?Gu8]i=L7GR6:$:3I ^|{Ѩ'U*fTߵ%"tW K+ﹺS^+XB ŝ"|~H|+Ca{k*3tTi:0])?6!bGhgl˵T7\րC!/EOc"-ɟ\  㠒lJT~)KU6`}xe1 Mg/}<|+d_jw n<U3E Ɂ&xCZm:Y|8i lAM. }>rC^F5rHHJy޸ަ$Lk&A'ui)\;)S*9uI"a1RSpeNR(\ֺi}r,K,Ȑ*Hˡ s퐡S1xJಉMqAphkq,z;_"N '{;J#GgcXd.ؗ/~XzW ?j`JH5c .xieoN#SҘpd&67=+Z/=8ENpD<8MuaUf "9gI|}V1(@cL*2Vk/TlW&K^Y:+D~1u:&Yݗ-\e6b?8"8Bt*V5^;pjD3d|\ XZ`Uᐚ!r"%89d"^m03[c9SG`.vpȿ4LOvݳC}nwN驗fB4}͕FqKrto;047,|IbP|~L{VA[m<tp)y@F܎@oz|%Ap_Օ!j+59ipA c'ۭf_8uߟ2@0]^l1W5Y;ʂɷ[N~_*pUt yVGoi-;H"L)fκߕo5WP9؊mؗr7Fk|Gݸjz4mGno:& q0ϼ5A<@k2蜗0a-ʐ#tŘ)Mqgd(jdӤ`nP`XmVg΃ 5,Nx u0}_&K=0Ui6b/881WYq0*0astף_Z|z7UP }!#+"ʈyȫ]o$Uߺźx\S받 SqOUA%lJH`a)#"meiҝyx*ˠ5kW"Z KGNV?oo@͹j)3qmDz{)ܣ<&uM( +_kjQ:=%57 &pQuI>m]:gS@dD57e*0S\k%5Wu]SL1 vLfm;o;a )^MӞ 4)( }hf~8K33Xcp=\w'Ⓝ7ZfSHHф}HxQVгw]b>Euי)Ά"|>Dp\s*?$j zT¢sc4M:'I :svjQ~nB0P~ϔWYlbO `?A<.=LEl8R"Q+=ޘTSwBvy֍,ⰇsqJC?C!%N_wfUl7*:cP0sU{.f؛]NLHӽ7UIokx )/QdUYnwD zt3v:S8I);Aaxt hO< ^O$op#V0;sc@X 6<u&_X$~rOG$^DGnlI{}3ՈwML XjgjJEgH;9Uš9fhH1v\MI?@"Tآ:6WNY\{qFGwh~L6Vk7W`{/jN)3=i2Z,9/gsN9akQ^*{;Yz([Vw(Rv&v]]}SDbq4y*p$ğk̯O`hj8>?FpR0h:"EP4^X(TVJ5rO }E A#:iQn:ڷ6x{ub&_*v=ž'[[G'{_<1 U{\pd@8)xƌf,A֦(5Ζ}—wcWA:`rt'JX9sgz}~: G}kp5ۊj:) xhaNR -MW;i"oL5\/꓌a7 w8o}bbRڸDʟW,fGAa*"y)mw_~n R i>+P-F2Ή(:S-}Rd$?<ƜW$\bo/?giHv5;4;cPY±듓5"9S]FP(oW- l\R=X 򟂃ŦnG f*NO9Sy{fQt6ZY 3bj a_AWl5`UUVV."'ڬH8nZG7-1>xᵚkeAv/WH~ _?c uv mDP pGў~jU8qG QKQJ0+B/WR5Ę@vv w?[TJb=:cH[[gԉr͛xȘ-j*9v\OA-}܍JHa} IDž>dt0ɞ/ S[J ”KFe3{fM4̿ K_YbE Pu9ӓwq'䓪bWW U d2oA̫f ''C2dLsZB-a/#L ,AaC>~;$q:vaMIX1Pٴ@4VUll3_[J7mCX/纕b\T944k?-D) +0 ^Y_I};tٿ $7O+t锐ܨ-#9$w;m,hc 5(3oSy ҇fA~EOd}R@WwLh76h~z/zCAD'dKLc3lJ |T6Kv>:nyIC 3'F''i/M}f!r=JAu2`J[CXe8@8q){`214E/G 綄EB" G͚E^FMDYLe 7=Dа>pki 3hCƟzpI4l8^zYީ$`t,^@0K,_J x/ ` u \ɏH|d'4x "؍OSd[bL3Ϥ$K2f򅣎f[\Wbr̆hz a–%UkAfXN]!^-u#5VFAFlj‡ܒJpJ ܤ:+)+ NE1פrT;ON0Ũސjo* ?42̜&c3XS+zj4f!SKl6~0ɫ+@O'L8eH:i~CA px(̙eТ8UC-eF{2snG&1M{}U1m%MV]FЄ=PAAu{ Eo=^[Bs :<;3BS%TO餥&Ҳ|PgW?P#9g1a$ VSR?3A>q~op9'J\4;+w/,tkjG56[syGņ?"{~o'[MrDf@n?+x9$,H38Ҕ;ުZ=yh5#Lր)4Qg_{hZb)E0vҵpomYu;t4$$_,\wKO[`#K&q9i?$iK=䣲g{oD+PTF 98ES*pb,ל^бl:4D]󙎙{A;Bn)AHr G [ to7DW7J[S{g/RƱG#|7~T+5/A94jm5+"f^`IjWI=IXA`03D&dҙ&?ZeXbMٶRϝ]C ݾr|ؗA#WZߢKU]!8'ϩӦ+Sp${Qi;>9_w Rgnuꫦ02&ϕ8i+ՐuA˿ք 3Ou eo&B@1Rh7'ԙulic50)1ZV,M[\, zpEn\`]M%Q^r]S^ϸ6hOWur}5ɔ+kPf 1v' q@ebE++bׅbP&>ӵ, Cvߵ݆i鴭^Xve-M2n@\r)w8n;}@ta~dH^Px.?I V,?Lup,0sNT̢M_[x˒[RM4Z:3w _*@[!=*ksN.N(X -' mC&_H} 6uf}D9y-%3OBWo/ dS"2lF ՇÜ#)G6RTSToy-KfW x^* ʠAʧ"@o6pe4gEu\0ZW4LDs(q9=od~| :C 0DyH$k OU|?#mxP?FfLϬ24Z26{\ `1~EM,PޢQN!oapP#y)s~ &0HQ1Q?c4[՟,5zb#VM3*b@㘁r@q7eq+Uk$_8߾vA2u/:{Kz!#Z?#;2%uM@[J){y8V9CFSGeo?ҖZTY=xmX(w#ϟ毦B:3j7IH|1Hhn\/)@abv8p鱫cKyL,@)Kr|ߖa^ufyP u: }Щd`p=v/:%:%g  0H z@@+0QE B঱Gp4`li`eC&w)fO2cѠKs]YCBp>? h|U¾z#X#,ȂLpeFc nlRz;zY˧gDV5:(||sGe^1|J68Qޭ398ٰ8^)c:WU5>9`Y  jC&{=mȈ^VqYS\񉍄skn9ᕏQ'B{-Ԙ܁ d>N<ɋ 7QOIvPY`^uX*B5_y ģqNBi:c?V%؃塰Y^DRqCE9K,RפBpn3HSZ bRg pi3 WlEPEX>z U8".w2O׃m6 3&.յ[tW5^->&;g[)6cc2cߥf".3m(O1r*oe@ds]z'NC.'JiNFusUWZK$bkӳ6;gi-@3Rb`Gm5R'(ZuK%j#Wh|2v2r5K] xR'Ul1htnF z/Zܔ2t4jv<=qłQ9F Չ UܝqR#/[YJݫ[B$8@Ȼ8YI3g MY]ſÊr0}*gA"6Q6WcB[/01?LeY0؄D8,%ZD^"UcŦnD6a"Mz?O C#P{s=˒M;3ad=nGzl\_!Xc]!!0k=%`Rhh!=": )T 3GM`PZtk5@fP:-aL=ͺW@O} E<=$ ia>=PX6h6K"nne2$g9F+!6V@Ov|[Q>iij]nR+.BURG]$z.b ӌWI 7G'_:b,<\ǘ>7 lw!e;xuBbq~fon1W]&۸n+Ն#7{89"U`=@D ^xL$܌g '0h h,'#H:_M$? &͢q:nZ;ŻPM1'rY@ j-=r5y:b?#Cd3Qd?^5rj0_1s.2uqhIQزZ1W 0KRE;F4;jgA c}0W2KVrdLPzM, `mحA6.mg3Dj;pRp[+hp1\.dmrck we&vd60vB|gÄ%,ywS('Yq4}4 nKz32m R~ Ͷuθ}# 6k8F7< M`g!}~ 4 }3HZV=$R~<̵aY|@rR 0]ͭ5𛺠j1rb5 }dZ@.ݕb]Dcz'RlpgrW, BFvC8@W[g .YnV}zN)Kq?u$ Y/%~Nf?fFW%* U.ƙbk骜ae$$NۮX?o%([c[ɴREUxLa"ӕ[ V$Q0 {m|UٺN|Ϛyvo98^Gw' Cеp2\\y ȶ‘hMeA-cڲlVŭaET=B{,AEJ5x)v9Q5'i}q1`&߲g6Ke. L1T?P8O!dSũe C,S>e(:AVJ>d&˓#L)؟.G>«I`wĭ~¦7bѕvF qPD=jxrpnT2!ʾaz%^|=Aq2k{n靃YxJjY^ R?Qׇ]Ņ͐j`n \M}啸7 tL^\ De%Dl&%d's^n+3Zz!r4lM"gt7$ݺ} VoJd86Xp%쎚aox>!cY#0Y0LkVg&T)5FYTnlƃz{~gg(kPӑT¯^/>'㤭 B'.pȄV#3ǔ5> FZZ,NW;X̮m}:U4T@LX8]b~@.XN|pxotl t2`MK΍s !HEagh1v2Ic.B6j4Ic?(crgcxW5]Ts7vD>HMfT6Sjy-R@ODgV4Uz3OP;>:K w*q=Sx;:, ܅.DS1C]^%g"<֜~vo͕> O .ea-M+:{*?>-R bNdS/3:|Ef G9sn;kq `9ߗ/GָsfdȠw9PȌ0T'ʴmp15ZAhKRb+p .B]5OArBNt-STJ|^ -[+:.^9TgF}fVA .R^{)y]r+JGdQpOA9ASq a̯F׵/ ! `BM@r$gk6B ݵ[4PrPh$s%I6@_J #?~|J (,NJZ&rX "Ű!I)IƜ)AQ$j۩~ZKXZ`F9ex%>'5tm$b@_y3 peƣC1V‰4I59˃U~eʰoFh@?gV:tj3oT"MS3+gznKwhVb/Sm}>=ͭn5&be=@mo\+,gTQxcJ+ĵcM@ B34'R44T1mH"ā6̦ŠxW]BT81.mªb)=0Xl,{j_ևcem+iY~XbLZ#4QH!&I{擾ӏ?Op. *Qd j 3ơй9[gE)2;=ZU &XnF ⨛Ȁ uNZ,s*bGe<_Bl^a%R ǶB"q/څ13?QWjR?BMI>8{m\\h$vkH<&yK%/|j3>d)zt˳u[uɌ>ENPK;X:]<*ow8'§QtP[0!=Iؽ_ޒ@K}83ȅ?YqrP Gha kYGצ~bCpĴ=Ÿw:"a(;ى7 .=#=:C8:spLʿ1f.0D6`Ỵh lF{xT͟ȥI39@˨cӮ:5Cm40tn/Puj{)ㄸ|7\0%qv>Rc~\U8]uӭ;|}CcXb_H48 ߷"=A{x;+ -yIH2eGZH`kTb6eʝIߡJ?&ջ.2`y6?>ogZ&BW ն/5=r_B8a !j=ӏ@V7Z:z!~uƞĎrFc*;1S^oSU}tzң4խC@~^u^'\{͵PdtU{?U b0 ̇Wwm7'/o;3OFǻe5 z);~(\{w ДkR-Uyܝ~iq&jIL&y@\܄?0Wʘ<|ڜ%]U)!ddų֣n ḿ`v,#5g^?B$ pcjlWc-6rv۱J 6bxJM1,\bepT9n()lń[!U4R}8wr)ris{: 4vj?EW`v>6fⳇgRe}b+ه{fyy5v{rj/ EIU%t*x-·i+Bl1t( ⬠*BM0Gt vVH3>q|#A4ЭBù? y9ʟxx-0"q׹/%h_s\oU(ȷK=^$!cwdJT+mQ%'z{A |5Qz[kYPcc&:Rvٖ%@V";cx%qP(ltj ώcEL;n{]lڷs~$Rb1]&`JXqie#lk CB+>r :=2ܔ.Pj,5z΋1g]\,-m06hi $o9x©^ʒ/ 5_4tڨW_!.>=:; ^Ưڷi֬5( U ipe=Ӛ5i#6BdsX܊Խ0nL윇HŠH$FSPd:^@2rgqlZbQ;{B|e)368(\wc4ɧWf t!A\r60O%7UãX  Wg!g\W –> c7nKS[ Qe2Y$%Jǔ,j׏k/%ZB<;S?#vRhK*( /c/67`N s?YLB@^YJ:!w=UpR@ؐ+tdRw׉n>R_ΙS߻Ne>iva!9tFW A]S{SǐIQeAHw8[f >̥蜐L٘wĸkV+2{-Sef8&0jp a>,7R$b5k*``ГPŸaU}n@rU rrzߢ/6,2WQ  # 0xZ5`".b-wg͝^q%lDb?we6+?1H)oLx 8T_M\C0x:`2-a# ^;^j3oSr$297Lzt+/b#AqSh"/&ǃoM!nFQ~L]!0Ea{gb!kZcH>2HLe 3:8t: 4-l@5̛G6.>3#p{:U)U5TpT7,oe\NaGym@ڸ.Мfp>momF)!*&UQtT]w+( l?Y2! A'd3' 坢CѶ.X'UL=AV$+ 5uS&>\p^F"@Y驳e5}nsߥNǟ^sw#Λ38'W?XFzUMRGNP$$Y95ŕΫn#2w%A űn 'Y2ec]MBMe^"lʒo_a}ƍM ܏.[, n$dcRZ8|3#tFuf _g(z~x=Zu{@ZJ*|FƉߕ]Rֳob g ދOt h>a*BXP=9هwi YMUDOЀ Cq4'ꇾT _ҼPɮ?빽Xz[52օaKg"Z'/ܨ8goC,(2q"?y'J0G`]i $Mg1LWgWpnc9g[Pe, ߗ32:\7DP4,\ J͆+WWDY;Z^7AiO\U;Xj{p ש2Y@ qЗ\o QiCvQ8k-Ƒ-q^T(LV4QU]6u)A(RܲVo|P7/OZJ,!R7@S&@;ǞіU*WݜD(ݯQ|` J-үcTMz'y)0hNJorSBİEo (1оC̜J;nOi^xUgX&t# Dy&yx_X^?&Ll?3g5U1x XdF f8K*=PZ0A6` ןpW.T'T[bΦҽR4:~#= (*ELp \s\*b%8PxVB0]B=^W9ޑcy+č?N] K(^"LqV%lĘes[| }Do!HQN{bz 8தia^y:cx=W+U.MuSA06\vV)}Ʋ|eۖ֋#M#cӟ`KtgP/*䁏ȠT|Rʄ|RL=( Yt$Q[ kLOaeYO" {.Ͻ":zBAzs΢;xH\^f6}_2k h*q%ѥ\܌ž"jCPUF2ccN%}E/E/ښsFS@B''Es|$7|@(2rp45֔}-+CUx3U<$˧ky h۟9EkoY۬s *;^zVڀabTB֦Wb'5ܙ"ZgFX[Y(.¨My3[0a [0IQ8^3jίlm!jPp2e,z@Ǐ|=\`uj2꣺&(0Z6Ӗh YϞ7r y6YP$nI86CT2n TŢֺ?eb/^$ PN6.pI[f:}V{ζ 8&(aƁɥZWo&;|‚|Sn[҆Ioڙ$ tU] Z7meJҧ{*ԥ0ѩ Iez0uKia̜VJD,6aDsp8ҰoP*6l 1 ‡%#㽤QPj͍eekɄFT骑aLp@/p&@Q=kj ,~j h nǀaR0 eoTR'tKN[KąK ʟ %ף@Fį:`r_ZY>Զ J=8@;.O/>M 2Z9E/]x)Pik4O4eNP(%!<&@yFeX1*xij#brI3yQQSٕSF "N`0яg)¸i[{~ mx"8}?&^԰+nN\duGnHuːFË7ʎd,Ė"V!tP]TVso"ÊwQq8fT&1aբbNewɝxH$ڸE]reY^l>K*ʻF\1Q A/ȝDg/5Ş9Ljp5AWE+RB6@>t '*ZCˋz6kX6_!)R.oJ&Iݫ 2qqk2@9G^.O)>; (Ptl55Y1.hP06>il`"ASp4,&]Phq~o2lGoa?rH?ԥ}j>_W;n^h?g .2HLMtwvǗydo[͒LXue'C--mV{ ”x?Q/:8|RU8~o跘"8?f/Dq) 1PDF\Zx$i㉟@O+Cʟ ZӞ^5qw!ېO=pWEPj)6HL 'ZCyXג}(~lUstl+;%՜LO {BnR$smHW$Jw!|pm'6Aeh D+&WI 31wultl/ `3K]UܼE&>^=LDt,:<JMM^L4.W^&ژ[SS=C{lq&9l)T!h<p9jiD73O oy~6B(,1R7`;+t"ke`ݝ%7jx_jV 0;Sz}IHO__=; v޺FT52>[צw.H3u G}p D- ` ׬5٩@N_(:~PpbRL\)Us4>d&7$|h*[8n[s.nCL^_Ϙ>Ɯ{"[@R{=c. Η XgXz{)ѡѕ"x.x?a[|;8f(pf\S.0wNV Q'ԥ[7yd`.b=?hnn`ۚG*<үٶ3Vwfz.}.PB /d[Ԣ℮?5#$x\=d.U2]~.} @`_x=jHǃ_ T5p% 1܈>iOiD;$bű`2:C֚(?D5GѱTN&-m%Y{}Ŵh)4_J$iyx#(,(!d`kC8鵢LWGՂ~FZlF#;,.M8c)ѦN#O_~vߏj01I~Ǔ!ᗑY5SRz4בRS@a8sMbHT  <'لWwF* ~~;uw[OQ arQbgF:Li¤ܒ.a9cB$2L.^yzA%.6Mlf!I 亞=2Tl[P_\WKXm!y@ks3pH.duzgbtdᵞ.{WW J"Z0O _ awR'˻k]Fްv۳q^Ӣ=?܋ap'C1Ӿ-ƧUGU(]2EWz9e_.m 3h0U68=%O6?/;Þ0Drwo|lmu} <+D-1Fgڪ3eAO+ļ߯tW `> ?*vz4qW+ԍNEt]H4a|b=eZl[ݪ8爴c\?s۶GABb %{v`yt]#g61!n @z-"@W+&* ݝ;@`%N5u*C(oL?=_N~ IL1!(dFnǀSfbSg]yҪPO-6scgLs sD xtBUo鰵lHb(:Ep l1/5t|;"XSW^CfBB9prb.Y+EJr*>'*T/rU0jX*b 3amy)ɃPW_8WGύ@S@_ +)qTdϧy^X/a6wrWngtC:*}q0=oDU)B[l&p.vCm|5ĥِP]Is%xgޞk&-/B txUuQ,BăK~:򰝒趼7X<ٺ %^Op d9?%!8c7C(k8C"PsKH)ύBPfW'.ga5,vp_=탚Mub5l. FZhxI:񻻜#&(DZ܂Hse)bG<αpڠ)#5W1W/-RYN~D"`9L-q@n-;J O1s:P{f.9&rpE /*jHiJip|Bs/j$-V:!NJtaGˌciOX^TRC~J?-WU$Qqb%ܑot:00t1[pЌ=ẘD_1MW34/܇kqm! Z|\Aj> B7{1H4ס 9`e2wYo.kΡӼjܹzfFadߜ+`8o/1p/=`?iIޗJz/Zq^ge6t  s?t$NϠb@|#JD 0DZhCtļd!h\[W-wBBz = 1~wDp.]Yw{IK~0$1Db ׽p< c߽vq5=hUE|Y߃O!gUFXF!?6Ì&}_sFe*-Vץ碘&&2~jѹn.dWXkа_gŲ)P{(fN f}'ӄ ':~T,x^\7&Bz'5p Px~&}wYzsxMa,L&ʏcuN8h@'Tq p7ՃbF; 4䞔e~PX|ŁC&XT~VwBhʼnfHr#C_6<%ɨZX'9j͋Od7O4R+ˍoمˌlkyp3@ 2^xaW^(aX$6\-O$Jɓ [jU6G(5xy1GcfYD a :O&_KIpWN^#{ WaLVKnc+̘~gnkіZ(gF˭$Z' w~`0K._9!'^xrLX  (ZWSz Շs1ZB#ֺabH4\Lo{F 0Ma=zey%XmO{d0'4W3 ̎_\*JtjxU~yRܶ B@\pXVVԔŹJ"ZӉbz 8s M02o/tFHOF5{6sW4B.Hbj5('԰?H|,- R7u+pglKj(HAE4h-g~;FC*ŊfAs᤻`6a9eiDEGܐ ,- OlaUޖ=)ē0 5|Ըi3Qe2Ʉ }e2iQQaMj}-v{ܟ_Ne,s"m;ss"I:CM̜ xK;*Ij~@k؛Ofm4,s[-P=pygKY탹QqG|9EJjx^]jϢ 6CaC&,ba,f8QU4|9>WE]3E0S,?W3KuXԊ!$/3f B{ 3ej>-pebX4݈@x\sεD$PDe%V}pf((QU@[Oq~ ׫X[0 #]6rk[?-⒍/7ToN H1y+Z7/;(gW#voʰ$xv?kǤ|hCjc6L.L|f P)13_Y̑w}Gn5d?'v*j 疬K_vJn$5m7*0:q0w n4hv^Ta \iP6Rj^q1 tG7s.2F e'{\σӯUG* 1,1@ WkukG*1j¶9$kB58O8$Q}./+cb ݉F ϞUA`2D`u:S,ix)Zϵ3R_C Kκ)KζH*WiN?q0nі}“wk̢J eŔ*-ϊF&L5+\ǖm3q`ST iA'e e8=EUsTF|8XԩXtœx'>ڏZgtT8g%z ^t}ч+:XpvU.cתԿE>XWl%Fa =28p*%Dۚ1Gmo&U爃_U)TY5r28tcmLD}H$7p/p4h?_C0e*?gG0?n! /i{.,%Lx/KH@4*kfbsGBUBM̽F`w1,.a.aN% Ê d Q2BYrA\am £a?"P͡ɮ2^ O<&:d\w4^<|R]'`x=W&_PLwIi݉H[硳fx‚+'B\)WIٴoX S@oJkf$;1lzr/!80(G9L6~5YsNr5 F9$|IiٔSUX2#tso8jCIެ G n  HV$|(FFN?f[}pOFVɥdV;Tn8jV#NhѨSNx}?J3F%uRǍz0!`fz:*D~\,BMjY.8dZ1PɅ(:B1VaFJvf'cR\TLi3')PTy7yȸn]Eoj=8XP60m4CB`/qK1B;GHGgL 4>qeo@׍,:,@p݋")hqpA:~W"7@FԸKƢ’m?i*n},?o5%\Hqai;  `UI'p+I~_W@ںJ)mLRyH+ϕJ$N c)z$i̭4{aen%.ՃşW6Z1 7v+AV}#߷1'1 oǓk0g_VVCYۮ>f"Bczn+0YPe7mY7u4BLf pTƺ8j>_oYq ըd$a(I9((ztӝj66Â\ͤz}M6 XZ xzQ蝉,-m}N_>@^),*'@XM|Ve,yt.Kod%FO xk{7 .䑧xÚ#,FcySsNnʗ,6k2`TWl3!:D}%+Hs)2`5رfvLfngsGƯ{+;Z{6b,琫ͺ ";H1s|g:4$*2VW:D$d'仚T j@ᒰ)V8O=8<0,x'$,(]8`~OtR ;ۭ詵7ZڋJ]0'ԉIXXYP6!Lݸyd ϒu6chy4άW$WVa1bfa[@,]u 2@,9Q_qp7c_Laa:(sz?ٛ*O𥶅cNGP.U"i23sP ""փ'~oפe+9KebYHM*5YlT˳}kjΌ =KOq3~oVoI庙dˤn}Ի:Ň:WO  n  ##h$Q[~d胒iUgMs.ΙwG0A}6-2F?n@/R Q/𝵆y v0[^$ "Q^ܷ!/t(GIdDuxFދ ̰-cʼn8+ mN烄0Znf#6p >+&2o07UpHf? tk:e< b bb;/7ݺ4vх?SiNSwp; Id=8[wr]hgmoskJ5>yQ4 ;Tl%{a loAGyaP9̃ɥT}Tu_2)a/$%({V^K3L[0JQ&z11]9I=í=WXN26yLnLKMT?AF!i짻2Q(HMuY-MPoo4x֒X h#4+s4-+a>?tԩO|z٭#D`͕<:2Ƹf R$rV&RMZvc@\;Rn>閞d,VQMag(<|+l- jj6աh(?NDvhK(Z],)#8//9Q[s G#;L lVDRL "Yv7[PGw|*4Vҹ?r T.PB-ǾFz l <9h@z)uЄ/# G&#_a/l}0/kZFFyΣ;Y$+"i[MY<\D}?E$Ƥ@;.K73lpbίǣChsc-ޗQDǨ(Bksx!@˅wqdvƣ6lЗjc8 D8nߛS|gR*B_\{ڙeg SGg[MA~ b^ѩ%cup Y.)@N`'CRVfϪOE{j]Q3>G=ྷVMJ^i9Mm]bISU17{-W6d]cZ@DKf(vDмV˩~e(ra5Ɏz^BpɦPaOupµvT77 mmƼ_:n>ջ{ BԞpX$jՐhc;wǑJb/Sj"ߍKRdE!yWjIv5+P6׬'ՋK"Y;FnL1"l/0!Sz@a˄Sva=:$VђTCM79Ăuk;/T?JZC E> UV{E>'|Gv #:T̚JKl2r4n^ ֆY[${y{K.DgM\؅#CRO9 ))FQ(r5 9l^ב V Z!E »B'X֮}Sx)n3 LYWv}&pM!MckFM cBͻú+"1Uϑ[+&Q-/Ă~le*TxAohZ=7g4x}2ItG'.E )hmC~o L_ͪS{u'@SvʪJFXaSQw!~?t141<6TEWk+Ck/-= ; n?@5->;v[gIchI Fyy hS`h(BCIhLlֈ֙Ͱf0,ʘ"ae#V`]i^‰XmK %ᛃ_)"ڧn(p w0a?h.6w8g@gZF:©+ySOu< HnSP0-xL_2Ihb6z~q i]P*R 袸}E=ѢK7L?& DWT^X累SA0Lxyz3 lQ^#-&Y.xAG5 ;XM| ]ja/[B9Gh]wuHs^Ċ2%B/o=G  ~]$h !jބ,zn.H, *jݍ b3dT>@`-`lq\BOphEOGuQ>;lNZ,*;%w:peCg"HT lM0BŷKW s cZ8bWePB(4J.R;Em<辊Cxy"1)X wpOS[8 @皮7 )RG=Ysyxh,ka%¶Iq>=u 44 ~l;`<ïoJC9RS9H]i^̭`T$.b0`/}_'l)edpVX g7S,G[S,e!: \'B!9?۔,^m5d ~s_k;lkL C8&aTZyH\~>db}KlyFtˋ|#" /Ȯ VyɌ MPT|$#op'¶&"lazn qU;Zyk"^Yj  CuuW*NNs$ɇ[wNFLldk]Nw(5PR 3/U=a|Bf?-aVRh iW @CFٟ줛- ⌷`c: X]Kޑ+ Ii;%^ A9-#41qE}QMb2OC S '"J7|N5VkzU\NR45Z yf5RɞYUc+P 9)t=d O.1uz' p2Nٴ%Fw;"q :F3=cۢʎ~,$yoΣ=fMmΩO /G9{;ڵi/7֑Q83A=/oQԟ콟d|m0uiɶ.\֑ _ WJWCM}J7$$b&o]]%zx2 \<{]5$Hcʣ\1F%N5jGE駷`ib*$mOd))sgDM6 7 (xq0(Mm@:-Jݽ b`dug?/^!_2]fEOy)ҵ5?EUIEg߭rdT]!-`l Qi/zZ72h:3:>`#BZۍ?=zSǑd0ɐ՞ʪԟÛ VAg03Hfʹf%O'XTD+07(ڨᰧ ^}`5q'>)R,ʭN*8:|o;|¨&yS  `%< kYF̨Ъ{@e0lsU$^g_\a@}< thyƺ}a5[j4ͷSl.>Xlؤz@nx˜#X`xfp@^~ݩC~4PV:=N}^Ӽo21Ja [AٰmeB6ұdP24Mk{tXcu.Qj5ar:k|>ѫ5X&Џ%}GŚ>uZ([A5zǜFQ7-&GcN~e,e` (/*DHBYZJkig*s*Lp><0;l^ c_sMEG!$5w^liDj=r>b*z'2`КnMhxeaHžv (\wfi:mfD"!9/us̢ ^zpƊ2MBYiSZWQm׸mxX/2;y+뷱0yӮt} Tl}RpW=>FC@3q`𕭈Y)тGS~B>~o6(궝LsD7]Novd?`#ZG7_]Wj"wsgp{Ԩo ,K"0fuױ lR !R$আV?U2Xr!' XYQ1h2;_ǥأ1g-\R2ڋ@qd}ͨ~fgqQ lJOt>CilY5_5n74)ehGt92`W]&kש!yr$e\}w"=#MHCc >aZi{*7' +过U~! eKW$TkJ7[[OCQ;E?md< c١7 t4DYT0rSCĻgW9M/EG[cԜBz!<`8hb>+*Yl>ಲ'y>P9/vPoNITeHLXd.jO*Ss@Fdti#>y.DUqRq| e6Ѳ9ҵbs -F"Ǜ4wҨ<wK  `_YMgpRݽ+xx2 k\eBh[CF$WA=0˛Y_dENք!"HC}/'d~0 6]0YodAsn*SFcp*@u6o}Kpkl]Ҡ_IhI@1I,/3ۢκUNt|J"$99 UJ&,IJԩ Jzlv!|mTFJ}V?63yX\` ޅnp*k Ow$<|h<` ٔK3rg<ɾUyXT|0T=aK" RoJ<&tB1VeEbI--U%*CL\q`_7SQD$yiaFyQn0nTW6$4 #H8zZtEjPmY`YvJbB@VKL?(j:]h 45KnH*w7i[@HaI )>J1mU*;djȭ1 OGoՖ#-('r щCzrx%[<>ct*p4r<#pRL=",%B?I1…Xʀ ͯdՑ49YG#$.^Mې8⽥< QDtz4y>ːv^_=o>aPM8sEt;"":s nZ$ڏlaiJLĸ~ DWd0tB3fgl/qJgt`|‡jqOk'4A${Ƿ_{eb)+ *&)ߠ'cx=meoUf^+xxjS|ʿ_Yce) *JdB!oaJJJlC;DAG+S>$4YAt0< iR6un8tg+OEq],|w߻BZ=H#zadԆ3:ců6j|bz(}ݢ=\`HEF(&eg_NV{r֪ڣ?ZjJPFCeTF.h[LkIޱhE0*v 􋧸[&0; C]؆h8i.(҃1#0^)sCWܰ0]~6 D{oh!݀= ^;Gj x.UL.',mGY)xʙgc11UR%8f3r> v6MFhY%4-྽b\GKfy_-Aڪ>eu ;iYѝX5(lVjT^q-J!Hv}Di 28 < g'7s^-g(y6#"_ddkz3rH\Ho7zw5+x6ĴLc+I4ۖ(!Y ƊzcU_f 4=EVSSCl$kAv}Dl!9~/UL sJ:H_yOs cSzfBB&}.{z׎ fL?~heո*! , i\Tu>$R0K5 zj!RtМ yү̀kEnͭi;l""V5{_s%ށL:j2F\Pf:;Wl2e|ShV= /g$ؾPJ w܁݅ S>0ud:dpl421.En nAOJhX<Ҵ|osPD,HIw :̉4 dUcı689L[叜\}K}ÔkiЫb(x&.|ƶw[T/73 p@6pdJ)Ǧ&?eC"IyhzI?U~O-Q}Cixd#$i9U?ORkWXh^Do ~/.A)׻^8 \c9|v1ő?)a=C&Mc..FΏBP@ M |g2Vۘ߫)fD)X $~}:)Y+Ʈqv|ZF mh##+cB9QLcdm"&l#aTިv!alQ7xS+iDXHT- ` XFjIRWT"F^TSG $b.f0$1}HŨy-tʔfi['NQb pc!WǛf4i>M/rF4u' PCWzu֚n 0Ò=O;;Gen=r(T)vAC䄌/j«'#>Zն&J$޲vfF=XbYpi_[f@Lnphj̼ _ݯle~mK<5Cf;]ނ<֑G.CYb0j5tἆ/-uתV*"EҶa0tQ{E9&jg[%55kR$ wf{+>wV2Gݪ 8agdE! BSt YpE:zcQ0qx)4u'Rg9S9h}yWh4vLA]G|k* \i茞UY.M(&[mm 0;d,_W٘ ZkAR]k%#J!#{Ҟmf%U.d exZ$ N4Ng}9ŝI\^~MaxVtaVQBn|:o"^VKPsSq5=@[95H6i_2μ\I3H7UNpKEL%U<'݀!QuQ."l;)|V8-C!v\P0md-P^YT󷥳֫*Fh|/Cر,h ʊ7=< tyVށzlj߬rs3/*B:h5-PZpdpͬz2ʼnTSaϨwS.4̵܇Y%ҥ\*񱿺2Ki>KJN⼾'2"Bx i YdGG /S8G^ iqxX%|Ja3Tse-+]lI&(FAwtվJN6UIK>6j:ɉw %_A4$Woy ꂉ=NYj0oEc^ 6 PPkWiRK_U<0&M%Ԑ ŞFhdޯizo~Es֓be>4%E1rcFm%̝8.Nn'FES\Uտz1BϿ@O%Xt-փɢ TL'<1BR(ܦߏ1E,ebȵ@ٲ?$MXC W{6>P\vN<;Ojw=qYzWɾ{\炦+AẮ @<с;Q:dP_",+#X!uAc -tg+qB|[0 5A ֝͟\NcC4 Ҭ(DŽ!ɞUu`5}ƂOtyƢ$ZjB[0?b9JJmT?ӊLXbm ;𔿮E:iE}$jq*@f0J4=PQ`Rڐ5oCl_JwTj.Y 6|?U`YhH-@x7Q8j g-WޕJ7&FDUI`Dʘ{+g/hkhαLgC7r @T]_^;xeO,sͥiGH^d86-pɑD,rS=<l%lt<35wF7gNS9ʡ`5tkV)|D .bǨ鑚͹0Rٔ  {EliYX L ڳ'gBlUGj/w ߁nmŖAhBP6Wb W">'3 c:Lò|H(@t)@EQljw Qd8jK\]/%p'+ n@q?.Fx*`h.\+ lj}0U  L2ݚXΗ]+E*K>CGhy\ճ,x?bhE~7b[%6᭘Of՚Y$sEH'q$wTrXdxuq4)(K[M[%(Eq0'T%y6(2Gю^osr8 E6j&l26Zr̎|e Ԙ7VH X_ 'It=$oD6zۍ V՞ǧ`Fp$i֨罸,ar[D @w1G2 7"3"ᕵ{ux-]6,G'w`ӡy^;PR'~NxHV[Sߪ]_LWB}IsuQ[)P"X|P:[t3)u0.)6WQs3$*h) bI/ vDLns0md~:(f^h{9Fqz@'r@pHzRYrބ_?dQuj1mF;k/PligKԥ Z…czcKa'.c譗 eOr9h yڵC*ޚ!p^WH"/"nt$Sg /[kA@>e{ (pI+OmWT|F'uŌfD5pB.K)ֱ;VH)Ծyv*2;+E 6x4IxZOT.V߾yGQ=4/@TfL%_Pu]4T}_{ʆfs2p 0i[<((=ATbu87~RE8n؈=?(ZU[- -ψ~PkXMCyY.dWn(R~] [G 8Ѐ.ɉ@ӿ1/)w]aϖd>w¬G1&EϚ'ktTʎ[ >IrYKUn %+Iٮ.h-bn~=t%PLԵb=#yxDn#dnG̫3cb,x@h? 7`f(obKi`ѧ~ t+}N_@ҙ]9,, Zڸh%LjzFY^i~"J_d!^ i|3 2aɠ>MthQP\?Uяb ]gm:ઢTVH8oaQiH3Ejdd!;>GԻǜiЍg >qgEwH8y0~"Os[:ayD*RUBfC^ ARc5n35}|n{;tMwGkg}TsсG/y#|Z ekp6'RLt + ˯[]Qt{qUQ7Zh܃3&LML whs’rI?/tF3QcYLـ0\\o=nV"blzK 5R&nJwmn뛽ʛv=VؚvG<&ͥ{Ox3 ߿g0 {(#p`X AZ* {cRXԚRQ4.[r 3(Ca˚P*1ͮΦ5v]+R&6b[U/y:R!0~"Ws溼։p3UXwh϶4μ b7iL_y\2AѴ]ۏ덙fXV[_G!3olݺKfy"G= ]g)#a"?5;kG["Ksdx;(:KOS v+8VoOR>3W^o Z#n8 sLF睚g2ፖjyu|0ۅ.*]CG|Jڞx̛ؐ5x>}0t'كB?ϐ;`D,!gGuZw{JN@GjȂRԴ;9)]FxUL1@JiѶௌ GQ完%oh5m;&ń_A D[z?3'Ʈ֯7eky 0G!>.RjBȏ,Vn5ȨROx'𶪍ka#1[v"%iH0YI][db_8G]s>ő`BIxɬ3TDj-;/xˏ &UHr,B3_wg|'!8#JbjrL7!?h߿ )e^zcv:$'63;Ы6-Cďev9e+SC==9 q8)^8 ?Ug![pӓ\S<@8_jQzXG&a3$›}w1^\_O#Qв*9ǎcdJ1_!0N_8eBPqfUikvDpYd+0HuW j?Rlz)iW;L: $8͎A8ڙeP<"ehySU;ǟT5qiju-3rH]!&f̢;H>%/'s33)ʲ;%T_ Wi8'n\&4&r#-G>3OM"ϐi+uϒ6&;tNrFfs.Șί`3p&#;B2%xnyC? -6tե^ DS䦼p 5J@q ⏥"QL/^W6s\:J^As%tz܍0Lz@ƨF5oWJ ݼ˚[hy&@T3,6k3vcx\ښ(ĜKom(,(1}Ҵg}_D"f˱Wtni2ɧaO'S~RegؕjbP}Cu01#VEiU/\a*|oq^JXYE=Qb8~x#(6nLpȾzYS=ϖk q@ɚ%T&S7z._**5ЖkM:4 m+Z8v˛(w~$xk_w1Ž6pΉa@GuV?䛭$)O]ݦ8d+seKjkpve&Cّo&L)aU}FG{p"!vL5ˁJ&au|O3:ʖyQQ*D^)]|lhWcX~.䥡ډ!=a93{> zbY#c|FmMs1џ;ru!cs{_s뫆"plSdoe ؞J8<^ @{Xs)ÆyEWp"WT]I68/!q9cP,`_"8N4ZxJH|FQMjjBrGMiKpϐFZlc| h`w+A~4 "ogOnrT!p6LdZf;ޙt2q@xǞ?@n+Jά32>k1< e$_R*= ) 'DTPwm.[Q0\4Nh=5r .ä tU@W:SN+ 3 kGsX^Y4)<{\LZa>m#Սn:D%29ƋB[76Uwl (fx+M //*inm0PJq ɚ<~~@7,o*`%j=Ƿ, jmvIR"r;)+50WtfϾ C6bmJ Ky,MB_09^1 J[6k;q5 t. =N8dv+3D*k{̹ܪ${ubAT,䧐9Ư"} ֻC!g}gΘh8-s7&|ZD ;zmDX#X}x*uf OkVׅMͱX}o0= l,jqdUE33XQ d|wsFs{品ZN犊LWW<Y/Kݱo ͊zmgz&:[Ba,d!E׍~Eg;o^]чj`QM2sN7}tA/ъxC[ZH ts(DmiH?}o m \.PR)=&]P9`j=rBTka PL{FYf#zA7}^ ۴墈Tlqv6_͑Ԫj$1-7\X4n7fNR$Ȗ:,x/G&j%R>!:$biCL^}m'ƌ?$b ?Bq"d`2u6η˪$鑬{/Z~PIfM_ yQ2,8@V@gQjZ9;fNvB-+]3?SxϿZңE0aN=?XHpcElqƽl pN7]ߟo6l%oX3RN&դP* b*MzQݺ4P:]^ڦI^wX F\)ۘWO2VYqͷ"z ܘL')*Ys$>|Đ037uNȖrmxk,KʋYS$'R(  t3ؠ>OSwq@C#L1pK]& ? NZ;f{#O1n[E1wʼ# ׽y3F wrcu_yo2J㣚}B5ev3i 7}n8\( =6 &"WRBk2/([(#`+xE.0Kr턧K{'8m8@į`Os"/Ys6֯Z &4m"уI$-z$OBMY=U2>Cs&tlY@&n{P_xf7*p;n)嬏rI~*dɄ A !gLnSv8?俎$x.`?~"{HZ h Q_ru ?qV(_ЛP|qK=zWMwngtob?QR;]1˙_,bN/"MG60:#o!]F]VBoyc^a%fx:tz6TClIXzB2]!myaUBmos?%YIwyDaGck7d LEOਲ਼SemUw3l%*Yi˳P\1T*B -H2F׿*iZNIpNxeyofB !(%Mi;;>Y(*mEM D,=7kT# O4jMŲk%T4n LW&KCUw V͈?fs}S4X :Lm1v%:wiD1uo$!X^"02Cl¡dee&; 7N@O`a!;|c). "54 0Ky3SSn5VJQ vzHG|06o^an"iM']&T9kpRe[:Q6~*BpK¨Rh<˟*n&pòbhhNzV+e'֥ Q>Qh Pclwh滄`g>apZX)IV[`r]6T}?ȋKDQZ! A <}tdⅢ;vs4QK I?&o/4YN454dRDތ@s2{iFFzy3צIV1Q"S{ `iv~Дڥɥ|Zo)Z0;&](̊z,8 @y)큛!BrEϖ< A <7PL/XQ;^5\IdL4‡Q 8u-` 6mg:IX^'BT0SV%7 Y`>kP~$.X*6| 'Zn &le'縂*2jid;Dfէf+dHhW]j70diSaO4dȧ:ZK 8ȹo;`TBᥟ@W^m%3ăÁ:T >32O?{˳w81զsC$f؍/ T~[}U-%jzRQx` \tcԵIT~ah~{2]o3kRW/?ܐCC}.N'9Rh-PYD=/]q_tMʆ n\AtB 'y߄׶"B_ z^tL). ״$Ǧ IZ{42zWf 6]yar$\X uw6.Z|FL;BVIXYBr{5JPjb"K{ĕiuQx۫o8TtK=oPR}cZH~a(lF1ci6%vUˠ1I #f?FYx:!E$q% sAd}y`Z(._*-C0c|9vyH^Oe#3mJ{S)1/I@h(ZGU$7+-Vn7t^R=:w[՘-!TإoI72l6qH OM ޽ƁK\?U1 WZ,(N `dYWD .!9KA tE9uHlaDKyYMsJQ3(dӽjBFtL-샜>>umagm j|vHAS=3j6/-5i2R8( ^؜n)__;JWXW ԠA)[T^5N"C](~|$&<:HNoŏ\R.u'hVT\VH h @/n/w2y&xa!WV?rRRI%V3ŧ{br32ZM,j@2#;Ǹ$H;q 5AQ)Q @f(~ r"7vvD }ӎ|,vpv#=na8Y-!x%ř&:Ob7Lz꽇d4*sN;5FDʔeL3Ė'1 i8+w0)pY_ZJ-P9 ܓPˌu=,EWNwVEN1R*p}:A7~3Np5DwT/ Ԛ-6oi)/$ 9BK!P^::t]/217Tr&BTBϤ%Kc0~\ѿ\* h/U7Vstc$,ucG*GGg:Pn)Q`p(ݯW'[x;/1ɘvW"$T-Ig[wc,iF &&υwiN)6v NHH^0)Rُw 6`ߘ:FpSc´fx8}Yjch͡r-kDw@?]\<_=HfpM'٦D@׈-ڂzP C&6]E]M| =6kP=Um;g6^HXӂP!KU jZcB۪GVYg|ӟPcI>c-O(Cd[FN:x5,ql\Ƞa +T̋('|MjSZ]*L9vEf:'ayZbRD7Z|wϛ邬* Ih55 YW@b2i ARsCoor01Tw*$xn1Ҟd%GNr*ws A/Bk}*>l}ҵ%Yp`T 9V<<y6h ,'\|0F LTa#(YקeE9VM* X Ka[uzu?'HzT}ٞp4@B<@IF0Juh.Qo瑽Ӈ9Dߢ~zTHTe:RRTY3 _ oVy9|l |DPs/ < vkaÜ6Z y{wB0X_nCˆO+D;B.Zeov[hT~ ϲ i]*~zzPk55ߊn+<=-9GȐYA'L(#sn*ŕi?.} Ojɮ?ⶃ)ZFbIfo<4>fU(>\*εY\؃ q:L]"z^ Az`)W$#?@ɶX+0$S@hN@m,< Rڂ5DXChXt8C|̃|jTsFPV4&ٛS̎w_)pۉ)'p kltI^ {5:L.$ 7N/Dў2߁Ao `cVLǩd$t2܊tP,}`L|UF [q0:p LT HpRsw2/򕇊ߛ3Tq S11ew.(-"ecx*;e,$r o_G T!Tߠ/+}[\#e3#` [i,%}x k(n#h7I|Q҇-(By}pcDtEvCZj2k|Zذ}*4W:y% F[i<=(6dR;Nq}ZS y5`$gV "Kv|7X@h}h/4J2%Ģ#z  +(d p^bΎN?83p肟%ds@*vlzRL7]-:t?= IQŘx5~A @/n)5ӧ$o^>B04M#7ygS U qAVn\z|"T2s&GN|RXK`t3G7O~/!RBrb0s JuQ~WTQQ3ĉWh' 3}ϫh\ QCtK޲\9{ht-źtl?Z/-{gq^AϻљQ."?~0%r "rA%ڗB9ĀG`̏DG&1C j}&^D@ ڭG~ /4G  P@J%s{B^&d|fO8n=h1LFuX+(9&{dk);_ojmFW?˷_/s\`f]F.+8J.n^Q4gvO$>{ o R8n]Eftۿk8I+OgZŃdo+JRg֪R1:`Lfl )a>k|Xr-)GB#{vZq:b䅟%-9)H$,FtQ\!֭s'!AM q2D12-J ?c'GG.R=0BؾD (2I**2fRU@yrJqG =Ŋ I&tmAGRMvH~[; 'A k3 u\aPR` Av1SPTFeȟx ٚb7.Tw}PDE~C/Cu4(= e ޾,N*f:]>Xv anh#sG<$bt)3[$ ڏhf.1ˆBK'ʄJHw<Ѯ#CAyAWBs@ ѵBmp?X ?'oBpQ!I4_p ,n:y{q Cu%l(t"ц\p*yIF|ldw%Ae<(s mJ1>".&$Wab 7e!Y/4-G#2|F TGo)G y__BaI4` 5 ⬒뵍2Dg@瀀D-0&ѨPC<b]}a?":&̈́unY w?(ko8_=H[†h`9aڝUn<'J A0IGOjy_?kw?M՞+@VQOiRZor\Jف[ET2E :^A$ 6vZS70unbFAB.v.ܳ}^ trTz[O}1*-'w~! cўVʿzZ=ۘ4@MѶ&:. Gtxms[E2IY8ŤGGgA]w,iri`1}lU ɰ^L'IMtj8T e0_Y">t~i㗧2#ҁ$s'I2. :8Nݻۇa Wx]M ps˟` +w؇RUH1;Oxh; g78ciXڥN$ROEGu"]*_g9FfqPy]^vmb`@d2ڹ4$(;" Lʐu_r.񙮾|8)q5JK.K% L=Bo7Ү%=*> xpV >U2H=rΉ2o$]l ]ic"NKdKrcG9g|Y1ƻ #YңdG ϕ}agzgIݾnArqM"+ԉ,"'9 8[u&lh8Yf I~NSA FgB$S19R?:YFw{&"#v7+]<71w PfQĦ-d9OMoJl GT;:P? :c:YLb`r T }2)?)ujoT,a#xRe q43fq w1$Ʀթ Pʃ6|oCR ~l9g*! Y1Q>$J};A/۶5셔SN ~q)WZSnvl2lJ *I ܵς_*Nۍ^_(;z6c(`]/#^hI_֠kU2#V̼vWGB@ _àQPTZfhR{?U4zk 5 }8ܠw- #qOGJ`ŸlSLIc>j3 ~ EzTl7C ֞\,ouD<1ky&t!EHb_=hB>ķƇ6}7NAUIJrZ츫N &@=IL<&mV1{nU )UX ָFobSC4^n|bJH-FJEfc&^-RxwGȢty|] 2qde􌖗ۗr nuN$c$XTu#0 DhcAlCuלzZ#FҠ78$mGWoItu`2-w<7{l՞?+qW @$񲊯f*oyjp}P$?6e>Mש/ڋ]6»JXA Ok6lQq^Mo+jd:HlZeJÆA^7gz=ZJW4Pg"]tfLrSww!f.a4Vj @m ϙ.ڊr~A>_ Ɓ:3~tۓq!uw)~'h*v>OcW"zC`&B.?2.Gh6W`1@4PnU#tr 07Hob pFSJ"fkV} GE{>T0<+cMBsJ6 †wBF֐cϨij>/$ oL'U-FM?D`~ 3=ֳƝe 9$ I|y2\֘*ϲćR L"t Ol} ?3B5C@%X3>0׹fK^re%Z]v#:N{vrA9g&‹^!oj0&"B>9u"=bԼ'$f0ܡTc4. }hp!_a/.rxh3R9N6]تO' (+Io & 8~2g[wBC'z-0"xU`GbVr,HgMMU WV&WwR/B#k$lDQdJ2=QK:eV/Zz\4f/V\# *`*c(m4KO0rR /GRcW7 bq ?*gM};DN<p,D-9g,yTq<^.6SW6ͺoK8u{<"| ='#J=ۺ)ߺ->/roOWX+A2Ut+SH B n S¬{^yw$xyo0B/5lNߌ助|'zŽb0œP:R1ؓ :FsmAEñ KƗ\T~%IQ|$lWM&ؘ*l`}YmHٗlaPqs*GآA@t DM ,::_Y"n'Ge%a::յbgc`j1wɆBY.z+iA~%AVNd*\ËQwQ1ZmM,2 ! iʬWߐȳq@0R0՝hLl=xbP?h6S[s^7,r@]R/vE\^ϒO0+ ]Pפp8| LkI)p(:,#w2BU.5ȶA<%Al. p|"d:^>hۘ fW6АREډD.7QI]7E%YUm8׬\ "[U yCL>9KMᅮ(-~FI\(/6:}HK\VPIJu`=<[t0UL0{ǔxQ#qkbL| - /{7K؈˲W̓mnHr!U A1yNO6$fBHtf3@Q;ν{q uPi ->boɭj?i0vsQ!XDYOrMExmnpv}\<9LGjo74P$om'-؊cH * _ά|Jb|0? C:= 20 ̑-WEymhڮj 6mK2? ݍHŠKďB䅕*T8|.%=u&ĊVVM&oL4K+*CKXLFبO߸3re'N:%1_HdYף\2dɖ,ܷ앛E8+zVu>ݩP@gBg{ tó4SC/Ƴ¾۱\Σgqkމ n|Qc(DXLpRvԊ`vpNj_οcCe1Du%8Mx:)$w]/z"NJ;_#Vt*#Ar;$q[Gm:4}x*jٶLUJOS< ;Ldy&ǘ wzecfXfH8IRw;3,n=F]0 9;"KzhVW'^GFadw17K-1iִpm ^[n#z!.#Dgxe?dppDZIK'cyXA,LQ?U=wjAR6i,n o]I&N++,KpUnM8/Oy7_ɌJ!c7@AWY/z,,fb@b:߂(: %X3P3%W\0*(^-v8/nU$2'ʏ¨& 1 l9.$hrt9.<<LnG `P] Ĉ=.+jpCXcBȩP4o]f Xoh7?vԢB2.2sCP4qtI^UҲFC~Up*lFUzDfBH ,4Z!Uf,3;]w@ ,aatԥ8Kپa@ty(@$) R-Ճq38Y&7 $|?\tHI^: qʫ@/Z*8=IW聾 \gsɻmQ*>Rp#@I濣h!iZJ9US *oI€$AuYLld9mT&g pBX0~^"?dI|Ş}v`_dAُ>8,.n 1d%o\d#=/\ X 2d9"+;'vEh{>quD8D t&L"eAs_jz`I7Dxl[|J},ƩQnme P_XS߀g-ȕ dxDd<^.YPTM ڶGoM[%]Iڊ﫴PG/D'z:m%me1Y#ndvAI/?r!w `U}R%Qlr b%}X|~ aĻGTqb b%뮌E-ETF0:3 +GD!2Of5ĎhUk'Ixʪ9e`T!gge=HF3^F#[P22N_ԎA5@$1:k͵=:oJj_Tڸ)vo|zTZKҧPoj^q!Όh 'f2ɔe@Si*L88myIf~r3u?fޠ.VGԍheЛ`%tzaFEEg>H"}KV|8iBt_%C:'n޿/z_0H;o$785߈Ob[g #'/(rxK0$[ DHNc>!x!d2+~[0@P 'Ƃ^/t=d:wP6%&nr 0a8(|ʡpkNXk_l]|uhI,bw=|Qr0V)&5߫5s8/FbV=6gIPBo)3kfzP콙> RcS37bLcxOia  ɛ0?ERU"{CgIj;Q;r.EiEuډv>ȭLdR_Fir)abY0(% 78 +KL{iR"-c>.,Qnz nӸ\wM;!1ްы$Dsjf•% Ce'H`ԍ[@7npKtƒWqr^ѭ[;)Mh^6KK_BA}o)h í0G{QDg:?m~}Xan[K}(񔐉݅@͢Y(',ٌ'WELG 2Ί(>VlU]OXшұXh[ޫ b1^6nMR*' 2^jlU ^LD.6 _A-SPO,joU)EC9>LMT2 +&ffMII^4@6,-2yz}# ԉs]FnRmͪ%#*vCl52d4PVnrɱ,z)7Ĕ2k֝b ,yusn=AeinR`:#a᜶ho Hף<qF&3.8(ϥN%4cput@HRo1q9Ш;D;Pgޖ*4c1ie=)5O];aScl[ i|p!P*x,RDW-,-JF[R*D>іїw}\6~R4inӏ]v1~٢0HۭX;B]ڌŦ%LFmR\?>:Lj2s/c߰ꄆܓv-rF,{w̸lAfޡXh3.!s;Ɂ]LEa̾<74Jmĕ`~WpMQՅxXCD"OĢPq2GԅJP6y[B~SYzp3.3Ydv@lo~9}>N{81BRjy_:QWM&\(AчX^RwwmC "がY]*asWNry"Sn>/ghx-V/ Mr$C5@:_"C`L>8sBBJl$븝kcN↖$k!ZqZÈ|ހ\T9iz1{]pD1^hM~673 ` rFjT;"28)8?1Q9Flخ*o[s5XΦ%u)kC;D}NX0FcŴ>6#ֲ%'>4 L4O9gkG[Q;Wv fIj,uȏE1_XQ& QyPQ'"i!Dߟ֑R'ւl5=<ts&AX8C2DZS)m6FvaS._S)K_6wL:&SR 5K5Y8g9$KUvNRћ~hf΅%yN@3N#_p1cMPC #ŏ0;3H0`up] cJ FԀof>G"({N%bUq ǺѨ0!~K\gf Kͬ3#Sp?~s6o7ն՞I]XmD.5p (t;@ß]ʛ:G>^P1XrC ;,<䨷c,NYF2. ZB8"vߞ|O#ٖ*6͗X $hCr/apMfs+R=IB'Amc15) % Y3vq;Ki#ZW%rpTӋ6>e!/LR]dQFM#A72&Zk|M6[XT<ڗtAbbqk x4;bmT|B\DRuě!f= BmU‰M]b!#n;y 1;%彍5S msR atqQxfi7ߠPmMP{56I>@!ZnQ+r]oWALjKE#A5" sU;Z|JYHb~4}RT). $_WI&)bk=$pY$czcmk[tvB+}4)VUm?PQt[YZ~[emAm6.r\w-pZ@?YF2W|9kZc;Ehzcc~شT>Kрe5%KI[+>\W|( v#)H>q!wT2xJGkvZGo(쒤y=4Ұ&ɣ13?YYkv IE| ?HT:Gq2ofO@wk?c`;2^[ysF~/}/6ZB 03j\В~c+6N F55Q-dJlpv\3a~}W:\A;^oi(VpN}}EzU:Zl4RClIOe(iȬP[F({eWū;Axd%S|WTR.f=M˔soF\vjyT,1#DvR_tvP< Ȝ {vf[ Uf_I0PG ZuPNIm-Syީ%j| JɮQbA;Y5Փȴ\w/ 5rwm?EFP|ޑlXQc .j1!偀;x E@ J)>Qَ&+?9AMx|j!+e~ƴՊjta&UmU"0jNw2x $H{듧8@*Kvb RT 4U0Ln4_y@= $oRZ<Й(YhET9T09I\x'ci (9*$, L4kj >3UJk{~y-{HKX픏c$79Zv::R0w8zT{%ALv"1`Qx$'\m3bfhպfVy?F$BvnIm[T1)]3P J`oy1GԪ畍`(pve~^="4A_Y4땆]^(?tS@giQ'Z[ړaҋrH| V2'θj#E_/㙝"Mշ^ ໚m23i?0BpbU)%)lt+% NYKE,x(g^~[ ҟ USk6G#u@vT'1ê|獒(gw4kSO{W1"9rQg$8/x.5>D9`E&UGa\Nc[/Э8Ȝ!uoH {x5R/R(:Vbs^5MqqN?O |?9I]S-4/zlz`-;t}th} <|F/>uSs^E5$jepa?G*|_+Z¶ȎN69x%@#m\oY-`^w+>!SVNȔ=̂f7.d >)grlVzxayLs3bWi%E 豶Гޝ~~=imA8o rW5sD|%^!F(OV՚,&C"WC ̽݃l9r.r1+:J8J Mvf4~iM`xhZDEs*+$qoMB3[tC:%-ܻ!UE22icV&˭%<ݰ1qmke.fW=J\ g#A#^ }Nhu3r 2jf60`;d֛8ٰj1OmRWf,g~3 8a&䷒J.]QmA]9'nKJD:=Ϥ_r0e~05(r775Ơ͝MMh0ED'hdx}hs ȟ1mͤ+њ4MI;+6=̲ZH[.+E*ZGo;{sPgMѯAI ;#H%Q\Qw@nDDHsiwQ? Gƻ2`4N8::O/5-P"3 ]OזzZU_5dN "zWY`qJ cOCPel^cΣ% pRK<@OGB;WUdzdRb,~rǑeV@3Z*扒'?U{og|e!G}K0A^v+6Z9!Bҹ0] ej_.gh֒(Pܶ\\0y_ UzѲTEE> In ͲbC(m4_fxgQzL<2k**Xn?kSN K_n1Pn[f,G4/q% L섰6/_6 Bu㇍;ގJ +!QXUGO:W+h.1FNdnI5x("57 BK_ K##ζk&[ݗOF4N  @)!5 VuD[ME-;/dT7],^K 9vBK')Ɖs1d\[9ZD!{<I|<?,XR-ۄ~Ag!WHZP7$&2u; _(GlE%iSj՛QUYupIu(w_~wºa= ]$t|#C K׀i*y&] Ymh-xJwnk~:M@\-~"@??p|;E@1o,yHzP b]ɼ=e,΢{{l=hB]0bgZvb*` d~q,熮&$6?ugWrŌ/##=/ 聂)(>-Ӏ6vDJj>4Q:ZjFSq6Z 1k)v rKX#CF YYsn̔;b폛 ʌu>~Wsx^&TBKIMe0|3hh!ѡT6`kΙ 3J UcWM<V+/ȋReh3ء66,!6`JgJU#Wu b:G?Փ*k/E 7NQ{aZE:#z "܄iyF{9J. E4x/Su"Q= wȆ/^´Jq7ULs18TEK"򵏰E,g d(|]L('-寯M2uFv[`.ęo\ǮL.vnzjcJ|3M.k.:p[uS}$˛h*O/ALJrˣVpi/خc-݃/gI sRH|:ѼLvSiS3>m \qoӿ?ICG0)皈0Aj7cN fAgm}a% m*1'uVH(F_Ipsؗ)ܔSgb.ŵ^I3d( [H8_^#fu\{$U(̭p&(C叴A<(oG$J'[% (WV$rQ]"{$UY)HX?:AzKAmM,(' C+xaAoSᬱ=).(]XT4$'Ab,]%zMh5xE0q6Y] Z۴#"y;idwgjH)fоbq-ɶŸ*3@n]ֶE2!):1}'HY$Fg^4ռFuOÚ 鉥 Ǫ4v&q3 >!{|0OrVO@58qHmaH|my 5f\a,>pcC3 ݆I#_MWXq76.tS)`CJsʚW Ź\l`Vܺ@k.Bټ\8ݯ+@7pkΧ?{}Z$O=Nԣ$}Z;jT/+NK*7'>C*Jפ_W K+#?5>|@}q{ߏָ9+én5 _k6mJ7qS"]|C &3x?@=lUگQ̗E YhsG[&[ʹq jX_{9/) R,Ƭ`'KNiͩm>F+_oGnbAu;ڎ* ڲP1l=OKUD5pNݕYH']$9W;K+mw kڅ>πv(QyC wzD^y*YFEE qx٠Ɏ [ IeVWm{!1J"@6suE%l;쿙DNns#s V%$ 2;˙l\xu+R8ot-T2r6CIVZ{amP>հ\1#9=KX̖Cٴ1wy?}X=zDG /Y($Xpb!|z.KA!ivaUYVzXЛ2羴KVr i#r0(9v0oP3"5{mKx`­vO3zݼ}GįbD=!ǘГ",»v7GDMmp\t;_Ri<բmXBwd)A 6W;*bǼ3ʦ(6p*C*|^>Tfċ6+rD[irPj;2%-YY8\j̞Hא2k2Հbz*G k{A>T=>>u'7Cu|v^twnKS/Y#/NaB瑙 AxYSMAc3YU;/X6]/Ռ)6@6UOL&I ["gwK$lȵF){&I귲 ߽uygXA ; `d CQ*VZ`.D0lLJ2c mPg?/E]^?[L.  gcM5kӧsf|y'4:r.|Ľ NN<_ar t ONxrjGPe?ڊs_ } _6ȋջ*PORg$q03eK_tnΜ-JbcRv|s4ݫPÚ(1^A绮w7i3#oEŮN/ea4lXϩ0D,.[?Ug~QըD ~:CqyZ>'L!?%iټV<*Tb'{w8_h4sV _WJWlv;}aJp[]l({9tʀԫ׈cPxS +lQUzC8),qpLz$rItIMXB[[ݞz,77m XD[| -*cKk=7FNKV" xR i<n#ʑXCT{BNz ?nPo\a]IGyś2yw#J1=`3M93+|EmGmSʖ4ޘB/y]>FAj&Kz H \"y{/iYגW7EG)32rnSX϶G %Ճ+>uȸb`؀=CA{)һp?r=ٯ>TO$4ʉ߇xSm V ̔r@By$'4Y~M@2͓8Y&YUr,C@C%{ϭ%4q/r8yb1KC>XBDty~+a%-tP﹋e[x" PRKYϟN!i0A ,3?*U =ZP3|=s?=V&~9冈deH@W' D{RO%篈ꡩa '<)=ep°6FG#ԋ0xi,gT}͋1da^ALnҲ@fyׁٌ"esOoT:d&e  Z,d毺T$5f9QMy<>0sb`}iUP'1saܨDi re; E!13Ć=xަ1Ǿ @Wq] r0wIV%cNwHgTzR {\º=PZ!O4χ e Nn7;[;pc'}n? ZdTOߣX{d,8bEpO^&Kdz?&봂TƹɋOn2<{]9s `$Aru%Y .q24[)^.渥hJ&@/;&r+s|yc \C`u36i.m0[v\kxIp#&=PD~Ϭ ^ :Yd #i:/~8TVF|,o6 yX^aPx `Q[@Fme)-1ݕkTa4c*1$tTTvݕ9Ex+JJ%$ٶ0[uLs%DzD]4ڎEmT1mC*#cBgWi茊O3++tۂku>$"$1*5Eto;6}&u[ne3Plʽ0hG8O R3?TVεOq^A$Bi"L)%9@z Dxs(YC7Ul`-* 5CfdǺtUEC=4x g)(Oe'eC-HYP82QYAOHZJzJ )s G$xBnt)=ys"7mJa;&~&T`頓M;cC+sdU!h;Hf~DƆ\X{cԗ}s= ?Bؕ¹(z/ZQɩXaٞxoPOJ/5s0jΦGeyy s{qH[?`\萊& jEu@V'cw4>fl;Ho/pSGSͯpqښ4BPgh$ gjܚ4PF+G)!1'oy׍׍&ߏʂ!;sՓy)3b =w-K *"w5.𱥙`h|O$$)<=00,1Zb>pۤ -X3bO=ֶȢ0[&}7Ӟ-2&9@eDDC͕u{+KQE_ J( ɿhA\{oQ0w *,B/ ƻD`fRcjU!Ll{ 3[+*g Ar/It0|sA C}=.-46Ѡke 4\5́_YA78?qij*=6G^|=VJ$)f^"Z86}xoŠsP1TgwdDzfE-E""=0G&[#CU_ai;*s_$W9jh&A&_w>D1[mxҝI{d1~wն8Ē%v5(6q'jH0JL9e<n!إ?CM aL/J/^fUqnKsHU-_lj~M_;0iJFևM)$?4!iw j HPJZ2 zSL>G#OS? &ĆUϬM $=Aq:CC`Q:PQey>$94E`z7Ut}}jCAx cmMJ1•=3w33"_DwTahh[ E&:]~(9P2" ziZp+^Lo9ύv@僧>Y|A:l(tvs_c`(D'F<}Rr„NOġ:HgTuFW%AJX 3 TB[;5 \-OXޞ]ZC^~}QV&n\"}"N9y%de&q}/#\Xceph+IӏυQ8XQ B3(2g^62Df̢:ҚBo_ 9-Bh [*\TzP/oۃ>#i МΛmOVzzf:ͷ suȮ (0s2?\?c ?4fZێ j*"^h=QoWaT0<_ĩ(*C#z"Zc\t֔zR4R)D(KfwyK'4Tc"m*AV {_z.j: ?/zhvei\jxfeTXT Am#\u\4<8d[1@,ۿe뇧AH+4UYH_s<-0~3/^⮅fyT2?> #>RK^kѵd &^D|/ζh?&z< CfS$}w2@$֒9}n>9Z5˘k~+cQPHXlw4n^xv2T0/wD'07Fyh==ΟjUB_|! PF"Pk GgeS6Wٌ.ѽ}OcdaO.~ vtxuJ($r:;zd> bM '=Ōά-"/< .])JBhm!VE-a_ 4#@F6,I%"{ *OY?.py뻯_Z1̤n?B (4BɡWo i*PamD^hH4^XHĭT  +~JpXFNÃ-@ǀUb.Ew5w'KR ns笄.)/0{b7QtogIJ΋^7~>ȍyϞ![zcRF>-m0ݚ0u; ݂o3SvO[ ^Z^ $8Z7lއٯǪeѨyS]6R>z !IzeԂ& E:i@-A^a)Њ_Z{]IE@H&/ҟ I댏[cUα7C !K׷?@[B<[UqHn& TaX*?; ^_>{lM}G2r/3K4xK,~qy~wmo~ b=qvjVj4y0𛁤X M#L\; ;ZBSu#H>RQ*y}b?GYKDrQ7o,;y6_%wI{9Pes9?5Ğ06JWùU K|`m #/n׼rGʃ' Z#-zKHu1w м!(M*$}H6q_!9zr,$+j)t2JZb|y|Xx)lW:Ri*T 돱GNg)_ґ,}ڛD3HR|:G~wrb2RB%Mbn3 ҏ%1qk9N0%?)oH=`mat7೿\Kc!?iLhr历xRjEAƔC h 6(!ؙ#hjQ y92Ųޣ<$0-6[Enݑ\e>ĵ -炖Hjf 5^F#HI,0Ք&)4_)Q67~N}w"DYY+6r>ե3؞3^NĠ$:A)?F`hTr9gX|9h߂͎r鯴͞{ILݛ @;+0]6քykʓkd8d7ŊQ}iD `T-`od/g (Lb#hq)Xd܂Bb;U>_WnNER0V{hQ|ρ ?&=]aiZ4MLnj 0+ߧY^' ]&%]i]C^65$uFhEy c’H?Z{-G8A~d,0%8XtL W 6<ѡC-,ExpIr1/ )w$vƘMrQ죄lMC63>?*4-,;V6jč؆Y[N+06z/Lա.Np~.,rB,#V\dHۧ<ܭt N#fyFv ?EG'hRi1bCeͳHVW򭉐jRόyIS-t6(Hl8\&BE~*pgWMS6b'oXތ`JTط,P5C DՌ[xDb?]:XjhWo /J |>oTq w@YHD66q ~_y x;QyN*#h*"K G!z[DPLV]bE~W9էe֖0[ßCH"u?Voъ1꨾v n(dK!ODa"o吠9~A$rpL0-)St7M .YTz5hG {հ=sG:! *TI.oJ &DS<) iB?M`_TDHٕ1A:;ϘE8=)2Q]"J(5PP6y*n#5a00',;ϔΈbZD*RnsI |\\)^ {P!@+/Heb|nV[5aevj-=LOD~ V(}m=Py!+(jq}5%wPtG/*p#SXBl{űBT-m$m5uRV4n.;ox/%,0 Yl9WAߦj;18>ﶣ啋8eZB 5Jvɞ5VzTSalT&3>FDISPx!tE Gz =I6.8MP`ih:7An=z^ P0̘Ό 3q.n +CX$2~?#\(F8()GD.`!g( X X!LaE&5-‹5>|Aw b%҂ A0jϽ "~yBY0Gȍ.ݴt0`M#h1q[d\H"E9>Ӷ |, B{u;?~3{ԉ:%E֋F3_0ݜ<䭘 Yx9t?Tڼk[1C_}嘩K+;;5Dbp T)9Ȓ_|L0;!|׬s%:bmD \b>[uy\KdOm'St]7T`&f/@7n^Y=A_ I&E]t|_OR.q}u"G 9IAJ|}ة.V][`qSE] } Ιޯx-NJ]E`Bky,8ϴDf[fvP#1ㅢxtQ׻EdmT9Iw1TFơG…H9^9R0DO1a^ij iMhy+J vC#]j1}G> ںijb h^HIՠ饩jx@yI{c8Z{..UJ-xqUBe)h?0$m| mPSUQ6JIa0͋r)h ώ Л_@0%mL\tZj1O$taHEW^c-Aͣ ^$AkN*!Al%lH VWlyCE߃֦ŨOnGWaxKCnY<>*XC3'pfPدUt{`{U`ic!y_dVU8Exܭ`d24sX2qYܿ Teo`DܘW dHq n4Ke}PψXOVX2](Rex0<;-DH]&Z ; Ɖ!6t;@|u"Q8m}Qh W` ~ _訰w%J(/I2!&3heeV-&?CEz :R|[oU@v0=-esc &m%u" V1sG㡡-,_VKzwdU! ' qcμu o95TEɧ[Mn0,065[C/SXX]n^_ëm)!`BBzq^j~f!5A5PeD/ƈ^?٩lȪ^ًkc$3lC3ij(' + jg ţJCgk}H7٥t0nVj "#i[+Ϧ`NIt꟯B%*7V-P^Bg{PY"$eõKXUp#]Ka=SAy=Ο%zJ~%IRQKx2P; d>m_7\~7&j]a ^(y&ύ6Z7m9LxȡgoJCNE`dAAhV@wX+7L Th _DF{yڭ̅AJ6L̳ wH"~ن?(6/$9 V߰?JOhmEw組0uG/"MH{/AX[k\өRYON0BO^L?Vu^ABU0?HMcH%cwCFnj$Y9k(|<ěՒ$Uq;rU$)$*'@n:xȕ[  9, ߙtŴ㻟;^-9ÿ}>0.$f9m79MY|_ݟsy橤-!?PSÀQ`Ae#8Z4~h ^\Eԉ4“/ ڍw\M>Z}AȈ{I\hۑlrQLJ?[]oq?D@ 1''V-eAe鷴!  wࡺM15p+2:`eG AÅ̲ܾp`MuV mԇos\]IW%ɳiSla\Ҭy`k`sδ(bi#/qwaڰO;Lӳ򐙛5g_ϐ.Dɲ$C&rxteteGLxe&!5iսm dzJ6/ɴRQ~l߾p0uIZsFPfNVbs0` Z3`{ Mtɳ`7$3"W1jr:Q.bX:J ff*%dʤ #pG ^iFNӳDjHň3&v <,synk1LFɞ$ﭬNό7|2i50}cwϝ#  ^++ w|lL2( 1B 7Z"[OGb 0m!ܳ m@nM ⻴t} w!VZL\G*P yM0D2@G^q}ao+Ym&G~(=T}Ĩ7[^ JF{s)/J2b{odbj߮| {"Ekóu%狴n(5͠ew"_Q"j 4;ݗxfo+-7$6< FfHJŜ9KfRF[̢͈Wvn")exG[=;T "BIk+ ŶT/a> 0!N7EC oM[fd,J6*dvICBޓ>TĥpJ0] ~ QV' l=uD[z:ٱa!/d$P ?' (&i'z/K+)K}j  }Ϩ5;yB/%$d3ms+(-祻@kH%3LUū5iy[VXWEၦ!Y], *AgIȽ$G>Rr~if8 i1clhxaA ~x➡m Dϼ07EͷH+:~CzAV3s| xCHX00^sf>KQf6(j*;w'3!X|a0f N4ơ'@#bQNœq.Ah+'OO{,xܗ, [is$BLK\WzV*Xj|5".C/jH2,q)DpsvSr!V}N.#1q#\vFR,ŊvEi(gaH>^AJ|T[m镊"%֭ƥoE^9P%;t$\&͓6>i֯\/N) p,44krd[L9r<5'#ǴURtm<z-4"t})@~_z_(ΰ Ŕ?aq:ܖ7nP}s#Dref+*b 4! B_S7IH_R)vn_V2@FLFH16__}4kZ^OswWLD&^v4K9iD~kjRC wdъJ _p;uRc<7Ysc,lUpg׬*;=C0~,%C٠Ѷ"/SAx)M3IW=B 0 Y[ɮgċKܰ qc԰bd8.tw}mͷ5v;h?^šP{  rƵ܅?>n;e!Ɵ1=#̭W׽’v6l'8ix*8ojTP4u3l;. rOp*^Ɖ#bp4`(9x= U^b|'MdG< uZhMdzak8L2l`xqB*v)*g$<mXIyP5V3ZѤ,gG`m/ K^)\ vk!|xhD*!ty~Dʉh 耋ìA3pHP>ʙ% rK_ N4BH%*qM{ALRў 1}]cOek2)P1>7h`Hۇrs[ aYR]|r^]TszrK ӎ(_jaRj5W|]f>5( v֔ӏKcW~*(EWA杦h"5ľ?a`=ẃ'KkifT5ꋟ]x{5[X -}Y#f#g/X{ֱԆ)N\ZH&]5M9.)D+eoZqOLWY̌(,2;*~K8 .B+Os\~ ?8^s; q"xc* J\+q Ғq8$z . W+!H:/Q*)ה蹐y$c?M]s9" Za!ɲ>ALEID|,j$SajK4O F$ AdQuHJ,@$ : ?n;wDe8dmŷP>M/\%NAʉW-<*@%\ &@Ñt\WɹuJ[E'%mZ89d 'dlnG{db-eK+&~@6MsS5>֓<:]Y> Q| kCweq{}hZpDcGG(s{]qRPFKM\UW+ot⅓pMǽN r uF#43iSkW4 ȼ'/ϫIf|uK#aLT1G鮚~P5rcagqFJڕnEۄB=L#>S{MK}fUJ4voLX|<`p2]GZBA'2E4RPT& T{R>>*^qj5Q&< 0,XbTA'.;6.˃|keQ_aKvS$4kjӅ1n\X-K7sk! )س{c|c[:g a:Jũ-cu'[(o ր|5r|ac}b(Y.X07&bb%^"[ }Y_h,;Yy#V!ک;*Ekh? 4M9?036ram@fZMeX2J]wӐ@}4gԏ"<>\iB?-\T%!UFV =aI^seeMb@=,"LӻvƼz=! ᵇq ?ϾHtUᑙ1 v#srƤg!PL"֩"N? m"9ڣDSF=?q G#MvvB0Wr0>-!{JE(l:NѲ_)0m}Z3HCUICs['h՗ ~zmѼҊѮ$i~|턆4IKf@,0)^j]iFhR?DO`-WKv ThF4Kbȝ}G9 x늋_<d٧hY~AT!M,UYo z=݈}T1I)`pD'j`*I״faW"rw-EDNoIيKC_G߼ 9ڹ/Iوa[טvujpujwm2NH4LZQ9zZU>8hr/-n!Ĝk 5;O_5 N;P2Ӟ"'nui$ZSv 4|HPF ><zr0tqQ6}#,%ɣ7?N(ӂO)΄+V7/Qll=b;%!泫N?XBopwv:-KӛNw#&Iivty(9rH_!]lirϯW>&cgَYQ[4m쐶+[HJi4AgwDs˦1Bpc'Jz]2Y_J5r QW}˃EkWbuDr@V硺_:2dϨZjmyke}J}l[gf,CgJ8j d U263K# 0x]fQfc1`ZP^Qlp`@^Do`&AV{V/0=zx-|R.cg1(+q"8)Xα؃ %1M^^>8:{nXQ{|b-A>[Mzҹ~c@BV\Z EjxZ/o.WZAU}> )Ca ߙzl'ȴ`tCCOdاy&!}2q]x4n7YoBȬ;Tu̡A K8Y}3Ҡf.n ~-3BZ.ְQVL{yS v2QO2&!讦iY}+an( eRziI2(Dû@/GJ[?HEp{VPt E3m.r^RNWR_gH4#Zea~rN5hӖCPZ?QTtSۤWpꌩ Ye$oSf6aQ]9 m(5ؐH{F"ν6{ Vw`.;r@,mD/,v>4K5b)XC}ʸgCQ_̢_XPh+-t=a37@1?Pؠ_S F{Ψ,bQǮڬ / };J|El_Y./':hyt a ꢮyR-P'C`uP;VڬRH32NVjY*I׊KTqRX:p,SU MГ;䔨ͨfJiJݬ궿5Lz-9߭ eC184~&czSWV4%,`%ZE~Kq %X  ]]JɀSOōgWRR( sj 5v32b0QO5+KWzϜ$}yĤY2a-yLo$Z%0"1kKU|ҥc[?YE˫\ IR$&MiJ̴.!!^GηIXq~]A&34 (9cN=c7Q)!X8|H'")ti{OC NG- éF&eISoնL4,R6JEʣb u6a#}LʄzHơ: P9Nrp ;Ѓb&~,#qᡗi iw96C.“^ƶ"6M,2">qٳXU#^c ﹐yU jiDP(X0eL{Fp[*?wyAF@u*AH#)ؽLW,3aX໻[`c!9|CZtmN6JW_N :̲c #Jbݲ>_xM) ECާ^.Rsߎd*8fDCVr'-E]1LS8Xe\౐oXDḁHȇ=GhڊV>l{>*.FEUYi#VkZV'ʊ"Fx6> wߙpsW پWyG<5f ]"ĩ2%d)%`6d=z#)X} Y7l;S-'~l0!}74 !LϏk6yƎ幤;=y(&Һ .H b=RgC׺ WU P3ZiiȾ١0ly-^Wom?;,(]سmX&@y0ΈB%v7)W#=MUtvIۛ[_߻H%fpT2E Zao>w=d|ꝿ6ɕy~d}4.> T/{Ρ|=SZҘ5'bCJʸٕK׾az0]_;v{,#5<]h-WBZv*`~, 4ڷCo&VgJ>bt:w8exCs,4}B+xnM3]ǒGj8 |+܌gf)QS ]BkdVr* ^u3dڸD _هRT9U0?O;.ZD&/yTA =APmfcmf<#\trE5c;QƝJF#k9*,t0J`b{"=*ʈȍFDП2lFZ٧ZdE,q3 !{9{`N#&-f2ƴ7'1B!c #elnV_1V\/k=}|ϓFsb4״|8X}$a~\ؾ#2F p/c+,zEF7NTڷaCBַ{'ovīBFB64a 4? aTNZfќGXr. 0ޥ0UM:@Tsp U`(E›qD.UY*1W>BQ pىNhG5r62b+OG[,YcFK$i~4]aJ 'ȁtJ'GƆ{zw;43mФ}n'31q;[IEēZL9 EC&5yA8˙7KkHTW;Mc]^Ұ iQj<3]A.S3jo ~Uf9 'פDfpDzipt/@d~Bx?T.1±F઺BOI>Ʊu)lfo&-s$PT)c)\D,}2T~%T@KV B`c_j- lU{cbMI/M@M-c!FχBka9񔳴AbINDһDT[ Jo! 4Gt4үu S:)+c DE_YKSsWڏu!CԂ[@Tc4 /Q'j *o#'w!s71ͭ(RC9Յf_^h yu)]0'pL{o?va c7ݏq竘, Z|d%%ǔnxՖ/|XUԆǾWxئ~<}>5K_ (pp|.ɦZeL.ByӜ4\tO2_$SK1w3sפ⠂WBkXt)W%2l`鶹񰿿%f$1+f}=YR hPgx&x@2?_tL4ǂwj^*9rH3 6@)1r}[hKCR\ "8ys%5D;=m^=unTyb, DIvK5A.WzZVmΨ̄D1Ơsk}%Ȳm]QKEp5@\ꎅ?v$ f7rp'! ՖQMɠOZyvԋ ^ $W{+Q>o3`i, zTflVrK Th>}e\Ғztʿdy>er I& -mQn 8IVIE\,1QoJ6WQ&HԴn\ֶw1-ɝ@G^ u2O^^,SBoBBf˟ (WJkɉM2NgcP%TTvӤ]t6uḘ-YĮ fPS?BoEb# +#?^]_ÁǏ_2"5X5-:݃0W8H3a*zIA8g'x#E*eC0U'ٛս.>FNHr v Gyja `)  wהl N (Dng 6ȪZ 3k^ᴁ4 ~5 Hg?'H, )(rjTS q4=XۼQ.Gq;,jLH`$Ρ͕Aը zܗT-[f\  45/ W;<$G D-we"M`=҅,M,3k@Wo,ZL:![ݎUfjD,.ȿGo bN*"=k67БX3] qk%iIzIhxGY~J&eJ%v(@(pNF<07,6Q$rdsZ=x2oVOb搖n˜P)I"@D]x[?M+B(SٻSOYځ*]+$f0|/vtu[}?ASfo69tiQ^KP*c¯7G`y^i l oF'[w#^pz1KXpP)6e Z}r=hF2enS+(c7VB_,U\6ks$܅b$pp~k!މ?Д; ڲ}jT0<jd]4AެE |k T?vo_̽M 4 >fFGz>,juuDC;fұBݖA=ɮLC= K+F8d ;!覗"+$Q8?υZ@ Lե(E`'mSP?o^{2L>1呶ԩciOR7HbI|=QB&=N :@f=Nw6 gu /Fjpban/2x5#XW<Ԉ{b!1 | (~!Ktt@>V]LZ()d9IB>vNu (Y`Lxs&m?mGꁀXdj1^?X\4ן2^+u(;x D:C~~U𪠡pi.!dW#wM[Ag'/ujxX󀤶ܓ|L4h]u)." >4N6_N?Tg=i00QdHxY(c^\JV]~£ p X-b+DK[pԮ(P.VDiuC ^ŰW DA6`3K `F[@GN8<ՐҋFS8a~8 !>LӹY}⪬Ylch1P iiې ̈́=S~V?L:ЭQm8D)0^MDWgJBsg PK06/XrȐUm*)nrˑiT}iyk,LQډJ7jth2ň\6D $Ο*җ(^ ,\Kͥo^:Nx[, s\N 7=eQv<^!2WSZ@5IWP:zRR!lEʃϼkl]/y+ I]1WCjxHGz1N?'r Z `ulSW^crq̉u>_20Z7qE3C yzbPKTk2INǤCE$m`Me"M=IW$|H$&Cwwi=fNWo sϪpDcPKYih}z#7<Ɋ2t)s/ }&u3{j\RuϞPϨydC$j.S A~lG4;WzA 7׺#dcfK'X{[,2xpOe{hfx[0q`"b9X9n}dYkaCh1Cւh y"I #i/3jcJ?Boh˷Kn_<9 4ΜQM~ /WNr$9[xw->"GY2OL-ۏYyc .^\1庪]Ȫ;m+{:WM3Mb{ fG1fQzj- Aa9-/_<< IMQWWI1mBK5( ݕm '/PFt7Sb@?&;P!Vrk.gԈn Q skӮW%Kl74.ƫl|mfq-WαCD5T]ۧ!t:Tb&7 "mۖ=UW:P]udCe> Z2:C63 c asB x lC']Hj ᓸA+qhby;d4ʎ#aM9c/dɈPfTN=)kTdQ9Z1g65Cl^ MvOKv ezWv 5Rgŵ%FERKmp`!.FOR][Xc.5@M[ vđL蔃`,|8MRd$I48o9ڢR ?̘8P]3ZgƉvѨ42p)0N\2VEQCýE17Əp_ۇJmZI`W{|ϩvkmlB"<#PO!Jr%{Bn}@:?ӞgU ~x_k.T,Tc;ܝhFrKYb_oE, `A2Ҽe>c:} Bh%ZRhX>[,~\Mn(aCR1Ԓ5e袓B N߬&tFN?/*>d7yb OpyLFj:_ZR/ؑ[vkc>ri{Y#-a!Х{YtPz8B KfD"(f_EL"97QZ[ONEKC]ƻXEumW&w@|]3/~N~Vdc(`Ah#kM#V&Z8rK_4j#E8Mlx5#VΌx~;.}:R$E[@dp 8&;ۦ y;2 qd7axf :!Dnjkfr[T&Y- hʂ>٫]sXlINv#PmE+e 6sx?@ޗLG qR< }QtX1TRZI^ #cFu$bhJBiA(Y ЖaN,gD)Q2ik_/V;,;p9եjL%}fW~ZkEխ=3pt͙~~j1^tԔˆnbkMvm]:|'w#c!ũ8\Jv6,(aQD9ɶWJbiR@ΖNӶ[l/ہp~}M.D c $e5#E=ϻus/)-o|Y"ꔬOth'vp#XSȊ = 8-:BŹѬNKl̦?4&hR.b;^Ԧ?.K W0"UT\G $>,'`q;5|s&XO+0x{]WZoq0jwb8$j`@Z 8Z}`GDX3*Mr74%dtwLP-' t$ r#m $a1!>HEpQ jb GXDy5t0oC* T! [7 uћØb6F,ZTiQ4qy0sn_$b#'g0kٺQAC>Gr艊y뭔C}7kXI2* l3 Wn]jო ˓@鮓*0y l l3usq`-kA ڼ'_0ϑؔkX 0:p|mY.zƚyŴ i_uxV68(́{<>eCRn;ZW,ˀ1f"X]AO"Ϭ rnG[_3ڌOd*?BYC(zcw[1[bdZQ/bFܲ፰bYK Qy5g U(gc7FaXG/PrCz-%oI w:a`o93' 칣z}X̐w'PqIN7-W9jiF:y(v.™lDdH p i&,mSiG,/ 7D-⟆tȤ<` qBDUˤ%uVjkE)aɇkGgQ^),A)OG}8ЩPbZyO16r4h:L8yT#m܄ % Nlħv@7^U!uߓ0p͂ 1f֔^ =}ScpC@EҚBB(9;Oׂ<ֵii3MTtw9\)@U(vfS†zz4$ʓWjnR>R =SRG֔ Eq.)^b6cB: U6Ke0rgK+oYh(*7d9["_̼_vgn2;AxԹMsw鳐1Ҥ׌v8{p>ٚr8}'U;Ai@ݕzLpRPԹ؃xáahFez"!!W"6뢵0X.t9wLQR,!avy(eO>d?}qeE U 'Ŧ ޷p:vZo&j۴ƪS>0'.=gTӧCץi4;WĎS:/-F:M驾_y?ͺJhQå/E]zĄt'<|腛ahU%$c~:oC\{BoJ`|;Ac)=|qA9 %V"|OmF:q.®:AsZ;B"/ )ug7oimE_y#c6/{o]Y5upᑉt昛 1z%6Ra-NNhӫI,T%o CUγoV*s|wRۘvwD.4_^Y=ĥrZݳҪq3c@%2c`V!U0="fU˕)FQ0ͦB#R ATEXf%ێKCO:ITRO4:IcLj+]#9گ4pm]{{OؕfʖKDßwDԸQ{Y烕0Di@=.+X_ٔBC(iP$W̒ Ƿuƣ$L^]8 ԁ(=R:hO`];ZY~9B, &0t+ b  </;22_ +ĤTl*S)dt\'p`;TS] Y/7}~II"t*Mpoj⩏u:wϙD3W͖jܹ7LVp:A wҖBaE/kׄpͨ1 ^A- wŞy}>j,^lf}Ӹ梩3ooq Td``#g6˴F.-m3k[HU1c(J9UoW&he״{v1a/VL |s@ذw5n@l~ 0⑾aJ1hA:lUQBf{aZײG˽9.%) y TbIV K);1 1F@Q=3A:ѹ֢}@BB˚pen}k`3 .S U/t#FZ)cvGrtH++K عa/`F^:GN?Ze=m=m,Qvާj6Zk hjhGYϝ^{TыCNVo-NgLr $ RNb9[& wkacsX3%0J^pOS뼟@-wN 8JoQ]Y Kfv$&,f}n`L'ۚɵ3QBg3[J tY/=l u p@slq>9^%hԌ?]߾GE"/ZZh1,f Mb k= !A"Ԁ J<8*m%`$uy2kv'{R)"|v]eTm Q.%BA~6{џ sPc7sZPЇnuVzWRD%^.Ewղ89ҋ!mKQPTUTKnyH5C^CcfMy@MfeJ}ߙ&ɻO^^ ·B.:^K?({&Os"04t"ˣ.;tBt"dF![4:vo)6.'(!|BT/Z7bkSd:͛^ɋHq:nt=4fi3m\z~l*Cf`I5W*C4+\h79L?ɰ Dx^{`zhZm<\Iޝ0%kV7{TNss~JA>0_9T'*%ۯӍ̹z0zo*D3 k@S؎]Գ΂LkX^g6Õ}[*Q3|dҾݦ ,ޠ}eRO/:*!QѥڛbAlh6uOY7"JPt\EkF\eLԫMbYo9hytLy$^z|.|Z+bTbxU9ǣ͓~P`&&y}/2g ۨG\Z:tfHENKH<%\䭓2:a)(joJqDP,.Zmk6HKΦɻ?h5|фApAwYQߚ>htc ӱh1c{|cMcՋuC?Te GaB2 D2y9sh *IrM6 oO[tY-K_ IdPTz<%d^z~KV^D<5[aD/`EM ߙg9r$?.Hu$07=hT,qۏ+&=6w5;',8o-v5B Fe.k &z@`5q(=D6 Ƀ߬l0GyҒt!d2URgWf]ցcz&hXCҰQJ`dԆ)q )C?Xv M3({;3%sV-A.O0tHaF"z>~:NaF!vQa,!{`dK:h4爔m5fWo6G/Eiz 3w}s=6Q,bT.P#ʢ냇Pk #"$ܝ]g0ͫ/w-?CW| F߽dϪH{n_b%?߻M* HoaJP(B)Oy v·6ܿq&<55Y'*!6쐨[FHm$;q*8+bKL˜ˌaٸSd <gjdUE8Y-5יmB"bW}f\W\[$D5cl|YYnIѾÇN`~6_ i;-(n;.۷vFdb #HTfRE|ŭVx&n^w W*:J69>.fv" Ww<1dHBՖՇ'm/(nW?qs~c M" 3aUFà dhGX GL HUP%jv9 jt(A%2 T5e{9m6m'M ˸tF(w+p^LE>fv7U ٢NoM" )bQjJry8,{q~WramխbK3Հ:K\`W="TԶ2Wr&>^ls˱K}[+1O>WNܺ¡NG~ Zpkrg نeUPP o"->L8?)׺7&K! - ]*h&B}P}VyJY8;#Zi6iݫ]y:SdS._D>'X$JMUD9́bzX@"fOwIînioL"6EPS%kg)̧d߾9s? jŕs03IsP:bcL#ol6L^k֓i趢J^& j|W<9ׂ*z}7} W;m5K >?M$Q !qUc qguh3ґFe#YM|@.F*{\ *f❰pUŠ 6tg1r%y:ewIK{XUw^Pus}9sg/, r$Dph_hኀ,m_/ F$X@TO硠>3y@e%w):W>I# *XݓR#[ۇEKmP`l42}z_p\,;);H, pixC6IK(إhru"pl/ ͤ#b2eXz Fs x|D}hmg @Yۦf2CդkwϨ?-骍1K#cA0Q[(z`jhzH6~xs}?V,z5%,">p\ݕbuY&-w((s_Op; VYYLy!ۄ?h.eNk܇JeY":XXD8*^MnefWk+䂯]-=ȕr M\;:PW#>*l6EM^"KZ_/1,H*&<+` %[CѧpD/qFͤJ+zۿzMrYDE +﷜'T/!LL|&} mB7DQ̯6b;Riqsm8H( (^t@YQnFJoz[M 'щ)+܌BϨ8M/*"'no%[:7DRZ&Mhpo5Ќ o=<&0gNfT6#v,K7 OR$j+[BoJhT.\QɛV rS8IVl`%{TyL B̎{( ͱ<.A?``Z{숔88|Z/9H(/%te-+ȡ5/ / 2B3h ewoĩ.F) t8vi;8QgMreFA)9m8 {;NdF`|In]WcRrjY"ɤ1JT_/Zɍpw6\AobiܝO`=Rtn\vkc:ڹu)ؚG'@K=*2W[zUrs o#{a|svk wHQP,á%Iv*]sԟhq.ɜ֓ڙ0 TZR %f(X:fX!B ~:ZUDYb!wN^UNL)ں3>ޜwg]9,z;$l8U ̪6)[~@H3oA%7˓E* F}"Iٕc~ eF|` ӗR5|^a60aP"BzY6(Dv62I e\^ Ty0WM>5 koǤC_ˑ=YcQc`:=e( UY`dͰ.`6=uY +~?`@R^2c҅\ю(a^@,0#28K'_$ltlXK)kaiκ0f2ԇ ]evJv>>,Ѱȩ}e^OTDSsJMrxps K<2}ZsP[6 )7{J{̓?Sq7͇hބu/5) *jbLZ2rm@)BXG+,%dtS>l/{~&Rld?-d0q " E"B,Rp=5ۋ+xѬjG\M@W'9Ыz-F mRLz8zb?wČ]^,OUm, H7ghxzq'L|ͧk-ܳQ8G,E]Ǜ\yjAϖ"Z-%Օw1pxy"+ lN SmY/룶]: g{dc2/c 4U#E.b߭^>xÌ'EvP%bUv'Ry"r`/D>v9ƵR*XpcJ-g5Mi g),ǁ-ndhN @"_N(qe"(;Di962#&$@)mp` _Ќ Dth&oy"q'WB3`mY pTKxH$%B@PcmbpʎOu: 3q1HBzOHD#l>WM|\\1 vfadFQ.woM c0Kzfn;RueKȨ֌H#vfXb֌c"z؆ B3$+vq}9cr c,"±l]9<] ھqE!XN/a7..% DOv j>MW n ,a)b2%Dllԁi.V  4o)S Z!(o+ /;rY0jEL4 Iv֞eZabDV-5Ѡ9Z ;jYdC40W >z6oc4؛Cp2xƍ*Խ]|}^qAĚLd_Rqr I Jxm7`o]5ISi1vym!,":2t'&2z euv@C+Y8QbZċo 'YHEևhs&^;Tl;oxԆ%b1)!͓"R~h,ɉkJo .:ܼޏY{h[sꝋЄQTA$}-n>n~-MkLB;VEhsA<:F3-CjImƒ/yeI%!5];n"I?#HȠB5:Po< wk]3$,- O%+u qcyDQۗ+-5@$#V)Y֩lmHVs]a;ڂ: >O`QąVXDIpӪK!r@!t|'lGzwCmG7g!OF;<2yY4* *sN8)h QRu!OgJ=H0zHo G! 9=4f{Ƃ::u{w# U>iYZE>By(t;Gg pm\~yv%zp{->K;S6po] װeh&>oԅ<]D,9 SJY&e H.,n5R- GfH+~yʯF:- .V_3/ܧUOۺx"ꈇp2" ]hD G@˚Oתs$O}LX Bf^.uf`E;H3c{0l- jg+XRBJ@TʳX8?.dÅ$b d fwMQ>VB˫;G5zι?cX ]6AvRhx]AOvy,6|6BlݡI`(icv5M7KE eUqC?bڼ{UBM nnhz͸C׿ lF i `\dMCQ9Fm-W_$'v 5-SZxP?g{@1Sbo'3Jz J/AM"Cjf#7qi3&-O@q+hԤ.7,Ehmgռ9*!j s$ՙF;]UoM[@%,MLT;exqM:N"^cqFS6sU 1~<4(hDm?ܑƉh1 m`x6THF@H !Ng%' $^3Fn R={ƪ(◈7~[UF 6DځZf.ifQ̴ pA&ú9څ?HҚ/4gD9[@\W7 gYv]+R)BKJ<"Lm jRB́[V='&8#'93X0C%4`R hwz&&sX7^?1zSM=0xdc5dcI?!irMd!:ع3+'ݮ_WI.Y\Yc , gbXpLMi F ݇}.闕-$1 A>Z*Zï}LVIL{ѓ&\P?ayɂY~86̙(>k_E}$jޖab{~W3Ǐ'Kc"btmq=c*_N締MXJ؎=y~421;mЕ@Iñ@^Oo{vEZV]Dٍ[o4L6DR,@*S[!s[JgH7Lp u)0Ϩsd07%HoajKE{.*$GQ) n8!Pܑﰃ<<'!<({:?p]J!'F`)n5 ns( c1|ԣnl{WqBS[7,8'ЏM8u"2 B\LҕHU$HD",v7R4bYN ۩;0!Fl8lK#R8IWqNc}(`U\7~j?OdZdZQ >2=Á&l鰀VꞨUD$} ?mP}psGf{T7[e_ $02mPiTS"U+=L~Ver[}7dPPQ3؂Ά(ִxK8)б牢!4pԀS#êA0_. .ٺX%*X_{)v AfJCLwdT؆p!2!fɎDu椸듰N17Tƿ16;'G!qD{*LY Wg{F(GtaZTr3}Pʢ][AS~6Xx^`+RU:?@aB{5sۄ}3zs ͈9h.[:L"nֶ_sf/6qkBI-ɥ;?utp7z\9ߦAy,DA͛_1dw8!mD:0 hL>&FG7z채X;0b,qWp8B$&dMET\e;(8iF$Ttx=,SW6w?]Z4mT$v*; m-f }[Z pIzek9J[/Px~ B+a6:0zi)/<ntԫ[?J8|9XU<{qc>;kb=TΈwq|/喹nԩKHe\pVP9~⭢b듌ZH"ES kA͟Cu<k7ua+Fٸn:".3rD38eӇgi:$Jl4mKY( N}pdYOD&P4;RUp7aBp;{WrKF`hRt1dv%ds[;~і7z)} `-d˶8xݼྷs@.6jH;4k6e@ :g)`RJhAWv\$\r<;kNl˸9al.l"a2^`&ɿ(5pvp$C qΕŇL?TY$LW1vyZ(2D ) FL;jFuN NQhgOnU&{z56qC{~"r>9192ŇtsñقYM# [vTnGH{~m#`FD*.gϟ]]J*nU0bzwFwa/()"^aG2l],d7Vt4RA @c!xѾڅE0Ҹb Q~aO+d %?:ysixY,_BZi/ \6( ߮YZļ؋nejWyqx_ 9Iŭ5#H؋}߮:qӊzB%.Zx^kIA]]zG K vY{wvv~XeoJl/RsaUHxslݍ-棺cy3Q`:y@#ܠ,<+Z915P+]60z)q6`Dgj_?ehD fCY jU(m9kJ,օ*ʍvBCv x8woEag$J"/ zyVd5OPTm!7|"u IlԞ% gY.!Q_ߪ=@d]VZpKmu"˵fOn7GAnPu3')9a]Kt>Tbj2~VҥՅnV;b(=׭?DJ?7AR]bLn;?+!F$Mpsتy[ȡfJ 0-MhhwX6 Vu?&jP ,\m]u`*L IƄ6bRXFSd0Jb\~aҀp'>^#ґ%i=hRن@;]LO5|_Goɦp--t%og+3(!@ZV_H/4#j='Kyd?4f8ryVk<~`YBk8«Mcvݎ^Ǎ]ݣ<*歩}U!z)!<@Q:{Kw+q <(Ris0Tr)J/F Z $4RN/Q$Ѡ$ Lo:~!4p6x@~OpxgY?@B:xjC|2tU$%Lڄ9CPzli:&= Kw 3 VM@ 7]y}Mabvƈ:@={Ecm~ uۅJ|C>æd5%4/&tV]1? phɌNڿ\{lZŧU71TJ&u37~ '0 zd2_C+rVUЩe/,;EW XCf \tLgu':a]: O`j-H= ~Pp2Af_:|I0}B̰2B~& I|xԐ Ud^+\P1bn>*E)-1 (xZaBޠ{f)9^o$Wd$٤@ r}}B%(׺/运آYb̈ 7{.TPeciA\#_6lYH5EzuW@}~X1$wu!^@pK߀cwtRB>,ݼ J$Vw4!z[q)mG ]|'9Iә"H-_^a(+cAT*n 1[50X!-8l`(fIiȊi[y6bwQOLž* fIlٍ/7ra|*̃QB'ʏ[^̍+]DO֮L(lU"x/)^ |yWxŚ[E}BA^j('G ԙ@;·ȶn!^-SYki?{RQ;|AH[E%CyϙxWVcoR`wF}㦥3!yא! 55I4I1^4Pl\,O;k5A GcyF3ݿj /?q YǺTC|sqmFF-3@cDF/p-if\}ð b̍F%Q$SI#uDmiIW(hg@*ڃ# h_LN.^KCT]/{Nj="hbdK22 | A}نp2+')r@PBV@ Mrd\WCVC !&'As#X2 :D{b6{#?x˅e0S*u4 ŭN_>rJ!LtQԄa~Wzo/W(\jr;N$7 7 -*aU5ʵ",#₳Z~öB0"lC]F%'>Bz6h}x'A4^챲bB.{8rt06縦߻MqETUJhr:bfsr?oXL7t4W 0y_ L$7,Nb^Ejs:[iĞVè$zu5}.Z8,dCO\:\]3hB苼}C1xO|Q4-ȰÊFK96QHJe@Er809:딅Ff<f fTOwYLuiÕy'ZDA/Z`a᩷@.ib1;2o׸E7=d4` 3("N8N`WiZ(26@aCfev,X S0RvVaH(Ⱥ-LPC 0c S5 7#̟SQ^ mR  !nQ:hR~HZVYxA93ܭu@R5*H@pF7Bg~<@|w,ITvU4YC7v^ I\Bg4ϪN2qNҨ5_|eVu dVfB}S'Iʀp2\oSN&}~G 6rq0'P4;,A>QD'GI^]$3eDs-4_)9I P2=Dj+-(^ ɷ)hnߗQWK&,BШjO}ǡB QjRZ ?NFKWw)HSi:amuPt yj"qU9MA}K C\:V?蒲4bCuuլ7z8X:|!9tN4ѣ {U'C]/Ft e 58XJ_)M;Asv*|R7k-f߬B] $J?Xlkz ZӒ|GTJof2 8/`6b?yK{R`rι_  ⊕T2+\[;ks/6nw`߀RMUT1V#XlJ8W3gbseLx䁠 Q~>ԡzW>=r@+,y_v6FUƆ#4pm8hEos+uWS'o[j7aA,ݵzg* 7Y'R@ݠ=}ٱ 4j&( uj ~cv&sҴhSGuHh Mx:s ^p_4 1iRp)65f/U\#7|za5aб"a]\aeʾl!7V/{Ƚo"IdFU}gLI,Cz=Y 2cizmߓ}K=wMVimG/d`dgd@ӆ@ Vߍ.Y%e{ykl^2yeᮤvz :)ԜcѧYsXn#&FGS/2 vQH%mτQ薉-3U"Qjg +Q<3KLm sh$y&hњ,v} Y%0of9UbKr5EؽK6M o@D=/%{>iU٭8>9,D*o/*Ocui<0m0@`_ypt/hJ ]jQ+{r&_t_+JS:nd>JR= p\ޅd%؝5,n?k!xH6;1Όj|p- N.F |+I8miy)LX-\mU8D3є`o/rG[ejsf<\s3pT71v,{uG/-Exm;\B fi EKwh.vn U5s5l8mtuẕYQ5A>Jyg\ݢΠ{=O( o|jD$ d6]yZS^ G#xH*# t1fy8lc̕(+f>|72i ݄?$P0M.CJ&&ԈkH@Z|kr"o#_e%oџAYDEݜuDq,K*p3k#KnO+QlH U㎞ fұ!=R=Wޒ֪AnLH稶r빽&{o%nu|bHOC VJ#Z @)_ɝU 1 [5'9aPN;j@H\]ykf$}C8UeWQZ8~SRHy.\(.[LF*8j9p3S;ҙ}tiZe VCh]@tM10k ΋20\ &ʉ+OljF$U92n5ކRnZsP v>]S@+BÕ?+y%T٠QSeTuD;64Bٴ=6B])tI9Ҕ rRLytUlD,Y-l[N4%C~paO0C_q}?CFCvZ[W䤪Ipa+!6[K˄vݮ1O1&wٌݵ<+gK%)7ƏpO(eq̳z8xZ#14-,lqDJ.M#Et QӋ'RW7K >Ğc1-`L蛔u4t]xpj@(bgyNc=I VV-,-)! jrg/I @6tV{]H00qP SYkB3Ю$hxDUjټDGw PKdօ1Yzk[ 4m'q1)8zE_gj5lj"I8?j7논+6M%ObQY$ =Z#c9\+h<7xK̙O~u R|Z(*_L.EIp:0ϭLJ UXkZc$"27ݜK!"Af!\:B ղ=\;_׸~,'yX7e_a+t%Ymn@UOD3}HT/']/yMJ-c"~=_.1X )FfO7˚.Ý폝= =7fWsB䓂eD9(zǙ/n:H;r 0ڝIiAPGm:(|uC6LTq</ l\nuߕ_$Bqr} 1)חN0jLnBgnNA,bThal^[2_h~۷ϞDM3 E1RAw[Em5u Y]I^/-ΎuAD[ ڊyl=UGDbrh(Nw q Q=N9#7hLUS;r,藋F2cKVkI@}ف:fqLy4 ЭJwCZQ/}ٚ WKb>ыQJqci? 9\VbgPo/t >y!`=EA1>l6J+ǚ⭭a j3ջQR۴>(ClZaKųȰ%,m"{Tư~,K~@W>nOȐǮɂ@Y@,j>/Eͣ^q}\hujX:`Y̻V^F"io(~ hpc*omhL 2dJ.#|vsOGL6IQZXUt3l-0 1j& p,ˡr*9ZUڳd0Iq/[/kM vϸiЛݮvp+4Rml_wG~-Rbr51Յޟa QZo"WSW}x9o|iۿoQv $^Q"au)^M/%ѯ RPy+.Sþ nÎ[fg$MIt8|30n8K2Iit (uCm3腎$%j' JNC>ȄD'cHTvt^؆0?]O2'93!?*Eدpo+}Lp8ݬ?߼~*]'6_>"桃%EYfb7Q ȭ_n,fO]#wmFcd5AGf~{ '~KGk>o{j0U@mau2sR~{geO0h5ی1uJ[iBJ32Uvu@¾ TYڹk6 *vJVn =R}^@R^\;!"tfLPa>;-85XE u-@'MɍiS)B?JwV 0oL'qaE!8ĠeCh:nhUc}ܘa Ϭ՜|Լ^O: 8Z+ hM1ݦ6`ه0(noe}+5*HW5p5=MP?Rs=$ȴ`<rhCO燍9CKeޭDE B(~S,N}Q@G:'Tt 7ievD}\.d2H&a[9BQSp8+PIJn b [*vV!Xc'*gԸ$Wʻ( A#r x𘝓!ek=́Xo |'?qʥ^ $̝oڥГZG Sp&.~ wɈgĘ(Ȅ \ ̠INT&3OyZTz.BQ.^T$4'SB)"-l^fQTȉH9̛5idyVp^^lM,iCۜ=_ճʇI69 eO;2y5E;I Zm/]|Dxn GvXk i5 Y%g1۟of1[F8uw_AT"9m :Fm;(I2dzi:n;<@ѥMv$`V; N[zb`,(v~Eyh s X9+7#PNWG2@Ro '# T_*QfgkH(T5TLF1f"DKqʭIaj~i@I7⇡_[U ڤ1L][lg6lT^%0TΖg`$ zAfKVհa-؍2Ky0W#є7s"z2+?y HC%jBǫ1\`Sbӯ0(='&?++4G'AJh[!}T囶}= 6%RlHkTP\ZMzK1?hUMR]zPN0IЉc]t6~R `JMl]b2G- T5g̴=\[ZuwZX+SK7ni!O C1Cz~sL: a`8xLU%ljޜ9[.M <\/.f)xrh5!g^f@eHOY|;ի1CNOCOj1K T ĺ曉k#[k8Rl>Hщ6i_jƋaB$0⯆qK6¸F3 sG"Yy)anސ*i#VW>5̫Ϳ'Mas8VdE{{oR։je9~^l:S]ЂE/0wD3ptG*AK;OVU 7Q.4#<܆px[F7K,jpIJipFҞϋ 6JxA?gUREd=; 5iIFm"8Č!7?Z1TDu hȘ *0>q(;T} *.6]=~n1޺, wctxELKFIX =ZޯPmKtIh}@5eE +fa N PS,@Qy#Z֜PX O˳߃֒{F}nM]5uZMSژ7݅h8fJ5a"IL 3ƒ[69ǵ `@Bw/xmili,f-?N؝r 7څ!0Za*s$Nh`MD*kA%_d)zxWb_j*yA Mp;'\ 8QϽ|nX/[uJkdb0\ 5 n+! Bp` >Ԫ7-1Bl'P@6XūLT_yUмZ#UwZifl [N1@Ajއ8""14QV6сѰ,OIFq0M!zY޵+\'?baAZfÜXsq-Nstr;G!6FE R3͡mM*F6yѢ][@D[!~=|m,*V,hvR=[FIjn1ڴ2`"f5.|G gD+x=,{շǁ-𙝨{MiLdJWWmmty݊ BKeB/p[&"dH`:׺q+_AA1 {֙nwWVRe9 m0+z/dCP*2?( ܨ67;N3mS~@kۀژ=R.:dohQemIOw4cX`?]EP|=VY!7Gb|M>t{= .Pq)9Uv &o)cP45}Us'[v+9a癮@uNtL)UJ=.ۋh.uZk5'/VFG3' }u7(S2_zB2 J)mféСιk\ǍaZ1:ޚA`=.~j5N辁0Ϋ|T >WJ5"p}cȇڦ~_0Wߒvǐk,)@DǴFΓ` ;1zGUaܼ(V&֙SstmC6 fR|BV {\I>@`A@5&;I"@ iƭשfǼ\3,1yPΫw^ սM=_+IS\,c"J, \WEDB]y`bک'gqJLpl#9 jwLV8^w/(t߃AK O-ry؁=u@h[(:,=tJ=6mRx> /j2E:|(ĽJ3 b-'X<́<6;"U$F{e[ՃuW%dQP]<Ѱ$.hXnЧ<1\H׳VN o4HSzN91LD4(Rmvw%ru\*UipmeݠDy,ZXĈEmz+>jpƺyzVd]UaR Cfƭf!eHdPi! I+~G<s&Šn]nA1Fi}OxhsRԵj@m+]gfȹ+fS+Kosx^}l-+M*eBWϿ7xXlLnm B+懼=dMշ}ɘ!+>QW'Qd/H߈xO苟-`雲M8 u]u[)߾Q6/)p|'"_."n#Ɗ̲>Ck7,g[CeȼcLV%.?S ~*C C!rm-t4Gopݗ1p`P܅Ki>O U6HO#p l]$1x{[gJ%1Դϝs#m*),Λ~ٗ𢚲sfHf?ڑ ~TPLޓ;98JpDf2=Y9o%DhlsxT3%2."ujT)qq](5˲Ɔi- \k۔!{ké 'vq\FfAg@9KNlG6!:a˕K21 ?Iloٞ}[D<8&a 7 ЪU!j'i<)/"aU69lurV>au@6l`doȹjPtVj&vvaz4{ }x":2a='rz ϰ00!%/}6zq3s ϰ㿏}5{7 -|£QQcHe ae5+svatpc<֢V$HF sM^#QCI29P iL Y`HÄUd`|#䜿PFw4p}@ںJFspR壭M)c7 5lf(bc' N)B#jH& ]MOK0Wlih db$(igEy#~~MnBz2䴽 ykxXqe-?!wFdErÐ}_X;9¸CST W8\fڭNVnNqbQ`IN4l%D:nB[ZOn~u1CRtu*Q3DmYeo%!5/K쥕L9WkM*󟼎d-qg'{O ؙaz|l)/",$S)wT"ə75 1r-O$كuּAe}]^ %91rb[5&ch'ԒKK9JnBy*g7.ɺ4he2Ff-0#kf,c|{_t9lۜ i@|.[bN p`3"Q!tyƭH~Dւǣ3umS]s3Q8У҆HraRz(b%!ji1iR&0~i/V`!PUuKLdcY|DEzTLM7+`RАNdULad]L?/݀x} fcrwL%a+v9uק%U+~OMho(N%Q;Y;H8ޥSiׇҘŖ$pCȅQtzNt:mΪ(eEPWZfV7q㹻=yڗ 2.ҷkأP0?UXNЁ`u8+_$ 7M8ztlm0)H-:sRaCHcG"FViB 73k}~0T.qq_'ȴTRA?"*!FTxִu4P!&)'jd ) W//+ߔ¨} r?#ᑋVDZFȀsN׼#*웽טNSG։pk:C FuDOߜǠQ { SKb݉&şS"A{Oy V +!LWfGF/p*$̉qϱZQg*\3,l"@9#K6c'BSϷv8@C0d61Rp X=SuF-[ 6JH SJ5;C5^^hŒD *QwOT0B sn d_$׶1[Y\:]CdO _;l&[qG> i; 87m<3&rI0i{ L._ȤB"r޲Ip6ӣTROK@OeŖ @6:8|QgR^hb? n}' @Ykg1E@DEM>lさr(J]4cU'f=i;m{Xߨ fP ЄG6Y' l?6\+ifk";YϷ9DEe#JsY筕~@"3ŮZ#@ۿ6;8N4@"L-7ئ\`K< \m,l" \ަb lY]^GBt5_32oxĒQXb]e^G UR[.f( ~ThkS;O4l Ir Mϳ=s#KC0b7n?CY ,[[:P?kr`@Ҍ2ߍHvq!+.wҴȸJ{K)yZKqu\ / tjof%#*uoV+꣬mGʚ¡Q:Ya2jߦyRuӢ:s9⻔31"?@[dq^8_6t l֧΅xmg:ܷa|f銰}#ʝ/OܷM&}tLI-D=}sޱFR$a,֡o",FPvxF*¶ҭb2JUCʵOV(R=7te;$u{-W~tZ]OO{H0ePs#gѲLb$kpG-~UUİ߾wLGVvgyzu[j/ "RLB }zzXrŪy;wXw=\*4u&eWck CϮ&uAwA}O\ 8%q,=G $Fv۳,Eٱi~^eqѦBbѹ#G5ZZvN ~u1s4JGȆF ퟻ*$Kc֧+*J>M Ͳ#N0A 8Ny|fi~ChJ#o7T7, w}*$5?cm{`#n;a&sW9OJFUV{GmIJg.>PgpZK\R >yu *]_ZH$/@S`7qd6;CZP፷gs&Of2u3 8s .w`N"ts)"`Wfy;XgF6У]b~e-[bȈ&wdT@m%&#kW4ǃ•[PcqwmK+T1))/ƃE_;- BıWvOFcgͿzEAAGOK5;ty>@05^9N Drl HD_I^,VW/흦_MDbK1L~ 169oKMĝЃEJ4^g0;a|G6<&GK@lah=RY6X)&Ć'zG ZO4hw+K1wӒQK?\f+nSl_N0o`!FA ^Q$@6t3kc^?..J~Q^&Ne+ 4K?])h 0 iL Y6![¯SUL-%^a쫷KkʄUjZtg43o_6{šSROf hM=Й4Y}*$%BHݠ)#ȷ <3?_d P>ؼw;.D=ӦY 혭zu2$.N]7T|Dc AIj~M :^Y; q9R~ :Ie^NCgKOU{͟g.7?)ѡxmyݖgۗ!E aW}]ǃCB93ղ0/󐴔^ASF{6n(X]O\"Y <'+Oɓ@pe<7yZ073Wxz|*%ht)1' ˟r XaN 3Ӥ5|$I@9_܍S (~^j&$/^9ZC$4Y hL9e@GǺ=liՍM^%ln!XN=faGb~YœOtF.Э9Y;,` _>y) v#x& ]0v qiQʼn.lx>:~Q爲 7qK?~L.X^"[[A}3Îsy`W1=RgҋbNYhKPJmez9);D m xraI`IP0#NF2fY9͊VWgcmKn-I{;C712ÉI#uf_ M)Q]>L[gUs:q/VS{ԟ t Շ~H}} M,M;ࡎ )}n Vmja{b+J2X"fMR="' $4"ߋ'h$u$0X-S#_H4BIM OA7 o/i3s%# 't!}jtʀshsu%d2X$XںduK;lBa~A7_K>YB6[r\VYIO?KbdeD~̖Bg:|}}2+GVшxkn Qr~'\lTDR :JH|NQ*,bO؟rx`wsW{Y0_#"[ݞI =]P#?\A+P?#l`h\l1IEK1,KIGm:qv(1Q+MB] }un7_O/ eAն,JqsΚJY0u`p.o;VXyLǟ)Gw88IeE$v0JHmOxWS*_;j 3WW!Y`4(/2kD;i.5e ˃}3AqpkBפ"n\3֤ϡfߍ ?-=:! A Ĵ~Qٝ1fh%T‹_BNbhH֝*_ #c|Hm:#8RܔO<FO?l*&rIrJz IG-w&-Nnn),aPEi6`p=P&S~n}vx얨h vE@}xtG0YB;XZor^+J|fnvM۩E0fHؕR V8 @/|Zy$4o_li+_kBCA0{| &G1L^oZ@.OQSƹަrZxBq]]@kM܃Sf`OYBV+@lᮛ29C7f-Fi7tf͖z2Ie˯>YF'2A5)wm\SמZSBV{~U'ޜPՒe;欙/JvxŖĥfWL6-TmJT2?ux hM7.K<..7 #9k3p]Exa@`\`S0K/Z:5ʪ bo".=cT2r%rPz+PX"x:wrA_tC͗ |XY'RY͇ܼ,^,c}I _vWUʬ@?HP hX[.XspK5ܷ "*7ښ n]!ꂉ_TԳLa#-ݖ̐Y4'f3XC %b;'^hMOC4ƯuA^¥@ūM1'":QeϬ˰.M7J 16p*4|,D6r m?&L*lK1 Vu3_/ xR;Mb*jpYrSaK-AΜ }*g'0]4)h 5T8,uxVV he"yd- gDsܳM>`ӭWf󭗧GOW;m0k{̈́JphPPGEBRofeR&nFƝZԾo$aEkNy2kS?_SJ緉rיc%7hp {s̐O^_C'gqc@oQƛłٸ<*2+'22ך./QV9ms@4 u:T -10|{/ߌ iqAVx=%Z\J> KQD&uFJ$3 l&녮89̀lHmJ:F4j=߸VӇrFKo>XIQuwտAtq+b^E>$' +_~3c#8fٌj&~ch3fXsa"LźOX,G!@@hiQЖ,lfih ꁗP*Ʊ'V zbZJܷu̾"gM}U}+ s9ϡ wUC=KL崌2'%ߤ7.B%]`*>Bg3s vz%/oJ@υaҶW.LwuDjݝccn֡~ aBȸt@arvb~u~+Dg]L$]:FKG_-3Aڨ6/0:W!5\I?׉&zMvUXKI4Tn mH^IK'?fV."THm ]tdo0Ɏ %ʞeW)#s}ty3bgz=DO= ?hyt۫H0&FVk9C 2Y ,~7~iUxnIkVUÐ3b"΂,)- 40Kix j,ܐIwم1AdW V}VxkmngD\mQX#eH9H*o@ U; ˨G;r+n6?tx69Ur8CLs_d:]~B0<u]2OCq8{Ȏf {>PmG.\S^ʭϸ<6z5X sH yUb~h]uSJǿ/ʹ@JLMb%{h=SYuIBgG~#`!!/Mշ47?dfA3c@/p-J™zZ*MZZ]T1wQ{NҐ@aUYtb%r:NN QaS%.NFpM@NS }HvPJ4ivY`%rbn.؏%Hb@ӿ6ګC61oKW<بJ~Sz3`bg ^ʳmX$AJ S ޟLo%l q+&ĩV\}y( '8=[)XӇ7|V" fhҲcQd9MY[Y&j'L%9bQAE2u4pQq۝f!JbP+S~,*ˡ{ a I b,#%PAl>@smLug䤫>@yȺ9Y&c>lW|l#iYR9B yJAU@u4>V7 -L,f4lvJQObHW0+.CKYVYzԘCx:hz7 t e{^x^tތ&\Nؖ`F̜ofrResή"ؔqD_ÔDX.4&ڮ8|~܏ ;'3$&d;}{p١^\;ќp*..v8Q9ݑKbu wاEm mn|^p КiBh[,hjMԬL0s7+z5~޳Ŕj( qו[+=cڇA!h̬}־HC=dd#5rK #/<_WMcb.mႠ -#\ jpu$p x7n;mBeVSktGɸdL z-U'}Ka];OP8QZՀp8.MAU_4)>LH p _~@桜=")m~mhʟ ƑF+{af>ȸLCaE|&_Ҥeh0fMhE[C •N+9$ U:ঢ_gLbҿ;am lX zF_w򿁤=r-9LWصwf<H eW31)p? t9h'5UjYi(H)~%N q#+SQ]b\B9fkS! ɓϞ.N8ꠥhQΉ0HQ-Y"0&gi[ 棬xʻRF,h\a?WWܧq_ROŷ+I'/Fj|,, ^i$} ϮQ̵YipvDt5k=Q8qiGcN"]NV M?OO¨0=V/|iD-lkNϧ3xӣCk281K7Zw~hI%CJ6ru}J7#cOa4eĠRXeipY{?HeΞG rfp?'iRփo #d#TV ȵJCN/)jN&쏮0۬~DZ]xվz goydڇvyVr*`hbʌP+|`DFBId6 z8e8;]hBE #gtD6O=0|lPR{WQq\D@1G k-r衤;t50U: &np yiE 7Wkh?ٯovlwO;~aft;_ 6<'ߎ믏m[-X( ǤGңUe,rIزRM4}u. N.g"Ykd?QxZJ-Nrv#\9vDUagpKk|lKX^;/j[cAr<xB|ZQwчPD8+I;z-XX{O{k?'Dž Dn^ľ}495±Px"Cv,]9 O-x`;+:SzːIP 32 ʭ\%d|-< *?ЙeR1&Ȫ=[4؍~7/"'6gBQBfm>.']ͳ%ܟ>2; M(35)Nt V%xUieRleai c K0z SWlj&CWHٜ-eZBE;TWnWp%m7J +HQK^T^Q {ÈIX I\=| p5=zN|4 l)}3 (yQX [IxJ}~7 XHFÂEfkzeݪ7~~([b))iLv [؞ |΀ltUߨ ?)m@YV@)Xxgz|hSg\x(4q"/ܶ1XVK1Bpޏ։ Gan'Qy榸[;|F%gQh\(BJN.! *ÖV*OîH#ODpr]wA>IT}ﷲQP;BGfjӀ:O8Y&mqhq/pڭfJy } vFK>Ot*j& !W/+䠹B^d8ycagARȮ U6!Tm#hܥ><'jU)Yz=lY:rXx j?\՞]7aE=C-+ ³#ł:bTk(1>c+: 4 5O6qNVۯkixԒ6 k/06c`ܞfJ9IUtY4+ڍា|Yр^ՂE~թ|nحMUK+e@!;49"=-8鰪(fίŻ\pI\ybn( .ßV Q<˦\!3{Z;yа!v`Zە#&m˴;6u #!J6'@VHu2Y:=3I֒=xO5[S/ wVP [qlz`bCa/GrE3?=HH6Fa2_OEb Z!];'jD*|{H3^ Ra0KZUl06~_3RcЀSOh9*_!֌ 508:{ 6Ǩ%&>9}%@jlRAif{ÇcNnZ^( @tȦ2grJ(Ţ|.@'[L+"ёnYIΤ# ӑR/^jF;f5A:ә}DW(·Tȝ6Ë"yh{YJj)}kVc0"^;jB:2Ks3VRv =!R+i7P;Ŕq5>\@L9xɮ piξ 4ŇQ\&X*`f@w:s63ֺ7:ZP ڂ|+A,.#!-ݏ]FkHVٟR[ lF97rWR⏗kz6/^k2DQɖ{6.&b>Rt0Vyh8yf(sޭOQ0(r=i6T[DՠW0:2TD۲$؆3ٽHzx 5([rTuo #j#Ag0~]+M2:v3&iF=Bx)9l^J0[ 7ߌ@`mu$](Lvn72W4nF+#K39Q$>=*{s:ߪXRACc 7kJDFT&$_|ChS̎{Щ%spV_y[}>-\ Ή+Wꃜ .d+[0'y&!-Yt7RO⁙ݘd3njX{A;tz͒D d?镴֔E!wִX Ii+*<1h[ש)=ޣz5-K @ۤcbUH긱^n4=lMw-myN~8ZU/~ _YyA/Fw6K̎{l VX:U8k 8ڼ<. <\}+=H$V^YS Q}f@‡zզվAɿ |1@B*wR_E޺"Ms5l7ɵ݇9Krr/g\̇׷-_цO(U2w,^)pU2ŸU=]5H0Q})Qaw#k Y0"1EƳ5ѫc2=@)wPǖ1)=JX|wFeC> ZWd>iGf8o#z<%nE.P]PֆӅG6f1:͎1ϊtzGmZUS]%! O[v(+ᆮ7#v3i!2BWDu?(W̿ /ro2o?A7,\6bfE_{Lr_N-j>TU )=3=Gץc_o ; BF#$UBS}G@^ 8eNACƫQ)[[91)h:$)סsU Pڟ/h( )\BbZρ{O-ĶNz~T6][=7(%etKzmf)nS&X =rOO1Q|H [}$hg t}cC.2 J5dz97RzHyLp}Z6g#jЀ ny9E~,ɔU$jw3N&J uTb8!ls(6qW,wNOT$U ڗn'r/REՔK2ϫp&g<V}U-\@ug<#<}IdQ49^4˥sb>RyR-pd(R+"r;ՐnL3RJ?Sl%?+ۭL.1Jلr̽ܘ^2s :SSU hLu CU՝Ms_c^aq$CErü+0YF|( mT rX2/FjMC/ׯq8(\ܾ'0QOG ,te -f|!h^Œ[gb1|\B@OA(.|O"PJ|n=HeJ{7@Bd%BK=kb‹QWkg)zq=%J~ M1q 8R#rH+ j<4G-R$%5; ('LR YzY%a^72f3}etX9}8#Aիlb1)D4/ivtd"/Ooϡ") TSIb$|ۦDE[vW?Uxˬpq߳%Ctޯ%p&rW1+^(T];E-b£_V% ,axbu?Q` 4%\7i; YkpebPi`F2z~ Mch9;Ȗ\c"9.4;aF4G|?xslOo".]4au?Tq|2\\N^7( g^w%!x;;]=`1>]ql.LQœN?d"#0uyFC`9S1LDW 9tKx0O ޠN27Ig>3@~g@W9 e==Fs$tnϙDRvҎJ_,lٜ9?y' ?0S$^0{m ANa!ؾud1SU:>Vʱh6 V`$eN/jZɕH]W~}g]dga۴gy d`Iv4OA3XeUr-D [ [n>r-QZ3h1C{l6pPD^3?yoi`k%a)JVX ^T%Ge{,%7Uy)#olz #_CB3N_dsLAuQ\6 Nɜ}3\ =D,3 UI8#`8Prj2 =}\8Av12Y< ՗eR4 t4,ujF|Xw_\#Mػ]B|)2Zj(( fV?_"M[O6S#&+-Bk>*p<\,t[u$tcM{ 1 v=!ԃ̻'h ˷, <7#鎻[l{>0ӯ,kPeJyNN riT=1;6!V?J dV-jlbb ߸vh1T]xt#)Q8F'VRPhu?KJ$I/h.=d켹>T=HFa|}<`c"t @XN$e+Ta5҉yb^!IWJBӍĻޖӘ,pWVԝin\3QeqX' BsݢxL Ni,S3? k&Oy`dOKw6RA>ĸr/3HM(11.| 31 κr-GCOoR\fZ: ]>]^"J%ٰ_R,M@#Lɘm^f:0T37ӿ!N{٭3t[5Qռܤ>?eGw*F)>AlRzRQӓ!lDnXseֻVD]F-?΂ k2*i4YJ@-SA$~h'9R| *9%VOx"'1L֝AkxQ=1 ?-PbTU0\119yD܍6.#Yp1 Va !0#$i¬LKO) 05UPxxCDk2ȕM>M\堍.Z_åޥJ0]Qu饅yRedˎ7 "EC αۏ(%_ᇏJx7"k?W6`F̪uW'\T[DqqQΣ)` eѦYb_3ˆ^%sUXG Ǚ 2'^z5ݣ ؎vE-{'U%K]z+ѩ۩RҚç~7.EZ`2,S!r-<@9RAdɇ?R W'>+uZ(^ [wiƒދkr#*3p*=:+mlHIdSS3GH{y\q4p6T@g §c[1BK8au<1uʈ~CԳ] [k7e)Kyj)淨&58Ȣ1AqN٢+nkwOYjM6h.R(sUţ{Duw¦<^:󌬵d$YAnBv.VN (1D;W0X^e<,$}c:}d\v3&괼_c鳒IwLzmiϼA5Q.d N 7l)@aWГ7票|*xw7|aO P,g"!B cBt(D~ o7üso١rN ͣ'^U3?I$R;nf0ASQ1s bL44۲^hgBƿR @Ƕv04O7]t[oG A61ͤ{8Nx{&e6>$]斉/ye=ĖU eYxC>%,D!g$޵iYqkLo->Կ/h ]xbsg:鑸 B+ Oky ^&hB#&|ݏv=zY0ST[24֍$g_4؉bU/{@}*N`Ui#fr@Vbm|~'vV(hpUd:V3B,4 Ta _ĚP.[sbl$[xvd=F yDkY0x10fU uiHvŜ즡n:J=HDRuj3¸ ؽ HK3hUyBVoryzjYQq m&^o"^cz`B,/&W}:!577ǢEþD sVIx@g ^|1?5$|Y$9se>#Tq n*~տDZ~,lL$j]I4AGE/d^?hR! a='\Jb}!zwFMBIs٠JBI ڪ^ۂ(fd]@>4@f4CzȔw} sq=c8Yr <9,>g_(Mm_r e1KV5[)uS=Hx4`N:6<r W6c1n-ʅ#z7yIHBSAZ,:AYiu{>0jGe^tA(kGDhBv-I4_<] azkZ= + I=b@ eRnHCM5H 6  KD(F4^+ l36j̞{^{ ypT;qʧOf]J2eҫ״Qd`#6JuE|w|9<{{=Vm.6qf1pKwxtApR=@'{p-F1d4R w9JT#LZZ1uoSl_wTw4% _fc/Ù 91 x< &O9,H| `gd7"eH%tp^{rCy BB8{ɾ>ux}'["L5F9e=rp&m߀ }芆`R-uBӞWrCpl0C&bͳ[;se2xl r]$PJgۊy2VlǙe-+)3O`IHfS!d{l}isYCT l !*ۡǣ1 33zDYj{"N/kahtt 4a9 7l{Ng*ci?m"3dZ:bŗ\|p*o-qEp$5.aJJJ¤M _h$=~a5РkvNԋ A֏sK,:v[:2@/|*KnQH!B0glh1?_ѵB8@f-aˮ_/j`ɨ"5qy+}Or#BBxH'.&=*qIAd-*D MMC+hEex״}o эFbsK3y`gJq3L-77YS`YsEϷ<$l{1*r_ԫIςVсgo)TܗQ AZc7n¯{EEKW,=PG$ 9-_+otޢ$JPzd# Ћ)[Q ćϙHOĄ\j@ 9Bw_{RCah,sRi%2m,KEDqH ?!4=\dBg:7.\z!r}JqoLS0|ژՋ%=J TS &6s*ƻ6PС /[,b69"#|st>xAf0 V-+ pA3M(/ yg*Ua>3L&dii^։TAO㖧i (cUӋO>LjVJDǯ /g#3AT&t}e\@y^M!Đŏmm Lb BzJJc/AE.ϝ'Nh eSfo͟ k􍆵"։sjk!\D MR?WqRߞx%A^^XR|R=UF[zߟCk2#Dy@wxк8; WE`K~?smv?OAʠ 7z}Xq- X@%l-%##AOWfq57ur*6)O?#Le;KkS]îW; c)xoKb0.}v?[}B0~FV+)MZ#y96QW`a"b*G5cSѠ>=4Ţmgs~Ɨ' a.)B8,M^٥̥03K@(J#M}iO0PCrC5?;@7\Rqx߉~عhkt[J L֘Ga4[}@n_% cl,rƕ!>I5±oqwa۽!aȦdo8WJݾ)!( <{ 4=ɧkmUHzn.\Ez9}4'1&!,>Nb&N<0z u>lxWE1 UloUJ ٸcDҮ/eF?&oD#+`9 ~b0a ՄoTbBn:b=B?H[sac2v%8rSW/k)8 $X蠃#)t^ +Y2Nl9OElPjjmd eh!ԝu mR?soVf"z$L=HN2{n1RGB≻|{U=0kH$ Fe8)r<0E4g@&m7d%џKɥqcE#&"jcm.obSSBVrќi%Ԛ=˲\x|Ѫ<wbZAm.tew&:Я4t;&aՏx=Y2TҔ~޵u}xX/$qc,z2)A`.m`8@[/5j t.J)hBQ*|*e*4WWӶu|\l\׽9^S3K;0 Y"\VN]r/YG{ADAr4LXkT XճǨ}xksW)GhE|F$gĆ+za^5)zݹJ%I e|-pأs)sT1tRG+⃁9Ƭ?{)8K]4G jN(6]qڧ?'+=n Iya#5~<]+G';qr| K8eڭh]lJ"&6sSge^7e.:<DIf@Nע#TtuL.~v-LNکn\ZAG ;8ͼyI,8b-ȑul @83{EBb`xc@.aڧ &˰ 1bpkMF>oO-c M1jX8^S(nEo"DM6.`CTS?5l8 / ״_s Yv#a!F{: !%Z6ALҋ iq6b>eMk8_oB5j"+f8K6Ѩ_tU6*q^?Ч _Pw L[M\#~O&~JRro꺖nD^eeް̓dVy̠D>eOb% *Az> S'nwGr qF˳o$ U7m}<)Rv RmԦ-klF8(j<&}|0)oq'57VU;5fIaCte0~vOS n|AGplY4E4;e9ȆO("jvt80rr3WB>/cT eļȭ!Չ.c[R*4EwWi'd^pT@AMVs+g_B׸Z Il񭖉șh#nEY-24߱>El;:(.y_Ƣh L8ˮ)Ux[CAe"h#FcxfILOM5 ߮zlYwO#A3@2O1zi,$C^TuyMv͔U!u t~J p6jFlϗ;oJt3W%bqCu(Aw^pocxD^|[VN2Xjkrӭo4^5 R1i5=j#Ik(_iÁ.>px_'rK&iտM])vx,;>#8 0$-rjG`^Koǒ+i50a*?y-?:Z{/?xR+0ٗ'{F6F֟*  EMYP‚s~* (ݫօER~@ ;hݽř ;Ml6W>,^.7CΑ{iW5{FUY-Q8K ˚lkjGY &=Q" ;d-2EҐ@#iSZвEu>v-k} יsZ}E lLV{Y:$S Ť-&@oBMۧkvN^Īb[YYU=!?4/I1Y _%^!~3˴hqЂmlL4L+҇a] g(^M/N֝* j\Lh0ʨTp!?*$Beo)1(B6Ixc@HЫMFG^G. ,uL񆓶_!J2^.؛1N\E@K2`ByoO-/P9x9)6bB۬?;14NL$p= agbʗ 8{G|KY؛%ۼ-v@ zZ'cB5AL]ڸI~5Y{;+٘kYny"uH 2G.F{@^w̃>j4[R?+H+#qd BZuWeC075og :v*/֨[sĆ+yRV=zkO>,L NIXĆH"һUz/w02UYKR/&U #.3]sIaeӟEʌ4ip8ed$RF4 }Y-b#.(_xX[A@% d>%wR^ùZ9Cuy-#fӖ#󦕰#> NC|fqgW9=d;C+'֔UcH6ð16x:֖g^\7]v"b5Ǥk3u/1ӲOgSJ`u|Tp+ I'Xաw7Q)]udO"I9 bZϙgcέ$ YY wVF@&c[p}&ž27 4H f'IX&ynZwdp6 FRmY_w+]\P(]LJf?!@׵lbiH^rp66%י#MN9OVec^Lۙ,ږpx4h6N<`*"6}O 8'3в7&f/Z~A~"?K"9mC ~p#:+.ѵ ۠#b-[S{Y O(X2zN*t~ !~pP1,Dl.'e(/jەkq+2AW~ӄr:03_>e^ K[KOhuqM(].4vC2wjftlA(MDg8jӍK"99<,ض8%wY+ tT7k Bvuv3HȆb.`\cNML/]i^_H JPmswaiz |dJ{ 6[Ah5 b8^ϊ!d yhx\R5&ŏ~Vm=j\BSΪ# +vS1)!Oe 13E3hPi`&Zt&=,a(~lOmٽw?ƃڃ\bpvb³qYO8V߆KUt6jt%,n,YpF 2{<_o_ y?iaQb]ɍ@yl{%Tiϋ8"Ze0^n(íЩ('Xv=9sУM$MwZCbVPB䑾b I|˥|+3*"vlIs˼:}\;JBLۏ0*?ӪDU [ FOcPר=gpT>{E@7C E! ^B܍ vX-UZ+)݌ cػ?yߐ}=RنtRoh&2>ҠA׏WnP~U!9;ژӄ,8%7d=LmIX|bx L&7ګy=h܍o '@q yN;A)/&!4*fzE;IuC,#%%h;Oce1 Fmm4>L;_ީS}He_\b^)Vi mAu|."̆J "٤6= B# Wl´iVs)5dz_4|ѭtKg3PgdNd;GB͡?^/ A׫_ޞx_:&&^N  /׬d TqSb˺J2o~ZwŒFl bbWB5e:߶3(Vu&^D?J  )}4 UL(^?U0R`'CrΤI.løN5Dž ]|_]l~zd hΫ*$O)K7Fmy)w IcXWPzZ_~\DјNbT}޶+oM~ӟ4*kZte gmy~?;R/OܹZ[jz rKwJ^412&q wI9̛f^CŔ 3IGmڨx|:r"Rz +yߑr-\x`I^j. Z Tg^o` ΃A%2 [m{ $wf'@DA9fuf5/~o­5`A7xAUl33V(;a&y۠Ƴ떶ibzPff= 5MR%`?r0}0~S'AVF0#|YwTQݗ2lJ2Zpn1^ۏ& v{{xm?ਗC)O^FL6/#]rE7 >E /vh JTWo>=k|TtXja~zT'$@Bےaا[+>$U (!v[1Ұ@3)kBپ]X;N"Bp Cpl"8faC9qSs#BL},xft#RBz* U]jJtds0#jƂܣ.|=M@ }Ptm߿k i@{$:&I%es]!YhgZ+dc1vEK݂vaLG{קpsf׹ rq>Fc--g7W.?%IΫet^D·^/HͅD|4&[ GUOni,8y q*o&&16LZJS Y$Y vm#w/M+eTnP{;dΞo0cNs^?Q)%{<ݹa԰ LaȹF.e 9Q"AvFK28iG޺WLYW;ǶcH¦pվz9dOIG?Pi^ 3o%"LA@nCno+D<3EpjTxxGDXAg r.1a65[R; ɐɝm߭UԷ٣&9۽#Mq_I]{O+շFpSiӷ4#rWL@}/>kdsPnTtYCf>_=vwl5Cs} DUҋV$$7K,'2 `@?Ѫl Mاu ֹ=LpГʥcVJNֈV^tiP=WCb7@;vm`輞z4z U]೚o^ܪv:P|F2%4GSbE,Ww+- yh`'z3=g>zNIgW?n4`j1>f*~*p$z} ^/Fa2M|@S >›+2/u̖V32~M表Qbw 9yfAHR>s{I-I'}Yhߊxr۳$G@C6؁zNR+L,r"4]R.2^\?5l\h7*l n޲):̽ B_dq6)C7ē'W@"9%C!y/5b=~ SU3.oJRI|ۉó] 96AUD~. O*#N_)#53`QQ'KYU}\Mx FZK)mF膭Dݝdͳs;.ȷ"~dg@*v&*"tm߫"̪CU2Pϡ+VаZwE]D4i? }jZnv]<@.=[.QLIj#(b~@g\Dnz&37Ur.!rl+6yDžaNtъRXpCiV-a`U:BuUC8 jwE\8p jTQrYU%ʈB<_?{ <_oٹ:YPu\UGL >;d$p&`_٨d- lym `WM&3LS̡(ǒ ۺRwny a#xq2VLjO'-BBwJh>kʦ_0buky35ěvDu1*U~* k .҈V{N5OSo(Ʊ}jfp9w%U\XǗ-ׇ|PdEާL\CYww!~V;/Xnmm3Xr&jTG| -P_޲՗ R٩Ϣ.t?~pˤ_ais_YlWR,uVT9SUu.ܯ`YhJ.Qi©I`eTT1{ŝҽ-֨7 UZ9fdb"#Q%`ޫqm9#nq2%$ t-(%\P04fF֡ @ycQ;,+ħmU HuWd);⋚ x]@.B Cᤲ`6V`g)؍r hz5S& !BBbk&e+y9i瀣(E&{, P+_[o0{ĺe[C>"/m%zO'dߊvo(zNsf11)DD464 nיo~Yחך+b9 _ӴT݊ q7͂tpeHnI.Tg玉珚B@p(孿Җh~ɐOEcCO7@ЌaAg)) DLvhZ g]iW} ^ G< ҅H8"|[!񊞅GlD®`ŗ.t8JE<,Ki~|w!,OC,O)'<΄8x%#<yFl%t:!B955%?ݤOM(ؾ7 e: Ƨ6SEP^NJ5f<_\Qɹ4oٽH`j:a8yV )#zrSCF{f&;[?_qLC}N2[zr^*=v/881:{mK)2i[} Qyn#W"-%P~r Ͼ%#MY%1Ӱn=YN|ѕ1{ !vIr 9ms"7y4 KLT̀/P71 /'L^xzFӜȶBQ݉5qbqVFT[o($ILm|[Oa ORN/$3ZaE]T*Ģ9T?WWAqx )bq1lhF͗>z uS!nGq@fx&QDΚ +0?p^5]aa!m)O+Pq#C4m R d,CEbnC~_^Qs̩l6 `9S{2!IUEzS7~ѳubLUЏVo͚A0. y OT5T[mx` !7-T™@Z+*ܔQ&Fd=f*Aʱm[ts`hgތdF@C~km@@g$銱3M\˜ogLtj7t6g8jُ|6* >O)m/ϨGKzas"Ua"¬K[Lp(3\UT`4. <+?0)o9}Bv͏h|ҢWh_kZrQ$ mUo@'f?sEib;.psq`ŷA @&1.>GmDE+3Dj,=,K%'ϘA•O+=v"瘖Eױ|CK>UlnP(G4~漁n gCg[Ru [D΢$}@."k. &mY{N%[,6:};{|D'&l|aV:&R#"ScWBoM=t܆&M$ C'RÝ:X3z)s~$M@O.~̳Pp6fWV'ƞ]-3xӆ9h^:ip2Q[5_3 ܼx́\~%q 0k̰$ ^'/᪳R/m{N\;TwuPlRi9w,2rAkAl-0w}׀̾ҕBa6Nw0]ueܙX,Dc*<~:{07ɿpaRZGǭ EH{;g;нt|\ yr&u;Cy=)Mx!DT5Ll39ϬuoBS%mgQ"2\,sbuH62wbII D'5NH`9+rFzJ;c7kl^\ī:>5Zx@nI1Ѓ1zZ #Q!؅Y$3`'iy:ٞA{*ҦHNپ&WnԮȦ6=xŎb&;9[Bk=H? .ݏnZrֽỖ3Pf3e%:y`mDJ;u|O\t>IQƬCf>qkU2^TKVrgiĶA9b@e~$ꐞ(:_un!2U H*9ĥ vy&'|T )Yn+#+ih݇Kg:H}[g|# 8!˴񌿬0"=?}X4brA WV5]- b!Γ&j$ ~Yʷ&t;jg.gBq'"B80UNuLdwjATs}޺ ;}f0)~4O-IT1H0G&-0ϰ1`g٢ə@Ïòh;pFʈ[I(Sq?H⓹ |?&Q:_!`wMw V F 2Z4(;[!^\MT#z_$oH)u ΈgZ8?,0Pb{ogg W$3< E2r$AmӶa1J2/茲[C@ccׇN~*}USm xO [Iz)D:QBŇ&;%4BN%<=orܡm]d4a#Rfvjo-^=%9p*^ h0CSA`;K_Ml#x7e(?|&[- ȘIZFM؆8:Dm jo_-MʶSCY.SP !B95Q`xt Xhd15P쭷K@~kΜG>f@2T:yK/sۈVrܺX ì[ZɉAv7S_dy'6RזU#Ձ"p+6Rw4T) (5?Puaom. %b7 Ǻ߼[d. Bph~LE֑h{R^W/h9L(*@]2MKTYՙ ɗUO:71CX~>9Yi1C2`泐tK17% W:D㋬%ί8x8[q]u W؎wtr8;$up9õ3zP*Ngw܋ͥt zm+!xcc28iLSNXn]p`htg%_ҡ<+4,[L>)T;oLD4\dY^عLHT;U-x{t(MNH ~V yC\$ZKB 6DMe'hzԧDFOHZ@@V9|M{ Rr SQ%ɘ#h˝"9}Z#vTd^5(!cabOPKI}/lޢbߪ|«_ 3_,<$N h_n?(R7a5lUHASd~p!DDWZֳSq>}1ۺ#8 ñC$C,-觶-<@9ۄ(m ck:CFS@=2K~%U-q&* >ELI ױ@~qS4 Lbn/qp޲r (&*v7lNj$PBr\6o8zW82- !*m}2TX\z+ B쎗_%ZooH"A MF_-s '_KKS: jLjR_OWHXŲ}4}F~um2AEdӫRRxCSuJk)o5sɬW>< -Q[Fo Kg::ed흙9UC^cC]&b'6ms<~>st# `YJ[MYUrԧJd-m`wU;e~* y똚9M_A~-Z~T=U޺^ In뱂K06ENgtsP )b=z#}o tϕOIn?` kx$ WHJHU߬ONpw4p FɷIy3WRr`V9j$%+x]6tܒw@3eۑʭTʦ"G<&)E\Y 2fDz*7d?dƣYC9ae[}jlσ9D5Tw C^(AHcE$hEwH  3,Ir {~מU>٧vK "d@"!A .B2x)&lzj@(򠗚E:6$~~a~w`rAJ,Aqwa1#kZp 3ѣ px$1g<{ WpUJ 'c׃л [Ʈϐ|Y7ӑ{Kb R4wfw^c\UGdyk, 8.uK5w[O$2z8WM4U7d '"zHn>m&٩ONfLL$Y>9.}ǡFLI# Bshk왍`i([85vpyLu04];(JLv04, zrԋ9&ynN-MT;>HmQ;.i{ބ+k>*qm@&l_sGJPu?g PSJ K.XZphsH)fs oCV9S) 1N24 -$҆_ L=즞'#xF}UCz0^ _mov!|;czZTeιnDrqdcg=2q,qskX<9׌BF"W޼=`+|"}&>l^o.8*͖>#]K4Ӫ UmP ଈo-(Cgr)𦩙P3jﵫCt h{'і@ؗNLxm68TȘS *:NÄHb? P^^g@tV@+ibWE+ Vz\q)\ <[X+>o7--ל*;e E;T;9Vb_:B&P=Xd]k[*YZZSr5F,zъ1Z’\qsTL:>lMP̭HD;E"M2WzZ 33)߹dӳ]O^TecJ~=;,|wǬp:Iؚ)_٭k끹 +`5u˯כMGGC`I%4曙ڴBc#s8'Z_Ź1lxcULe)}_ +no"]= G}5 žgz`ڸk/v}c(6%vgĔ%ctx?<4~I ®^ݏ)k;ŗCP@9g*o&dk=PAWzl!J=3hwڜO zzÁC.;1W:> `f&R,!X@LDH]xPaƐs*MF CQaŪ(%3㶞Km禱٨D#_jf*{3ڈSӸٺjOlM9>wd֖7#-Bʧ~>'013j!y. ~! ~&*VB9<!cra^L%uWReܧUjV,,G};}x9v1~a@l]{p[a#ҚG"Zo? pY͑{.\u".-=6:[>X]\6AihJj.B# T bNܬU劽||XlnLKast pm[CƦwaЩb\{cT??o|XJ Q-I"lB, ޙsr jB,)0|l~S<0qvI8F?/C0nn@,>\p$行cGKPzEvUއ!q ȥ4Jm7f?Tرo;* \ _87 &{Ù0{4 ަe}ٳPh@`"rI4pR ˢ0u]̓j@Tx ϢK|L[ν4< -V .ǯK*U%Jpvj8`,X}r\MEɰ= OkR4D;r|WyHU\#v^68PDz%yC[ lXOd\6>z<iᲠf Fq螖,dR$(^?s޾!!Żf#,٥(̏D]#;v]Wttp~({1j$get5pkgZ=zK32MYJCͅ&3b/# ) Dx2#5[I'ٹuxgPu/7$Ml"1fd51U/V .ʬϻl{ _4eJhZ671Gy@52OJ fn͊R"(ƌnfk]HJ jp2k9JB%Цᘍkp׽ʧZ1jihu%C%E+^}S!Mc" LpW8&GqP}zqz50G>;H  8c\{F`k Dfpo=%uR Oδ BT[6 Hdq2*_~B/Jq#5&%^$,۩zW+U3o:j.c\,O*j+ޡG.LkI$I] 2%8o'Z-|%{GD2ZH4y$Aʈ>ɍK#rj5m(al9*~IU:BKǜporؼaXgh{IBb͎U] 4: PUv9ci,>lR$ 0/^'TJgc^1C0,W´@Kpj7;O|Tg:OLZ@F({ ,񋘽bԔAGS5|78I렜eGa_)l843U6V55pAկe_UFi+5D2Hapԅ@%-AbY !w~Ϭ˚zObѕC_ -Ϙ_IOa"K)NdPz2N <˦ݔ~0WPߍ]Ѡ-Pj!7 {'1MgFt5 c]wZ${w7Uw+Gl@vU*`⒥_Fd+ۃz\k0՚5>el;\M*a`cv>O@s%{trAk;CZ[C,P5 %)ڜJ/D4+~aEb)_ q bijmSW"! [j䱳34N#1#:Nq7E5')ɍXy8* )9X3g/Cee2FwmنֆgK^ĥ"a FYh`xo=o8O4:(BE3)À ~{. >=Y5.>sAy@'O+\?^v-e@-_(%R{,#+/m[kz Č}чE҄0F0F(k+1%jZzDbm=uXo@&&ङϺ A͋uyp}/'kZ*GtM稫,P0kz1p6mCG9quq[#R, x&Ls"]> SX@az^; <@i#,Q!iͱ`J+ş$RbtW|$~y;V eo7˅ n G4v"WFT< U9԰z&!j\5u2>_R֛|K1 B?vdKx߉rDuhaL囤K_oy;*Rq1.{a@5d KmZON,`d/kgvZ!}_ Bك\Mrr !t[')hA{xD>?^C? AQ$M }F ݊!yA^.[IG` bT^yy Wl3&ڏ,Bc>_ݞ )UAt.qXZyGWKt-a8?)`\0D3@9en`hEm⫂8LYǶ `5a I8}X}m)_>Gqc V U 8Ahb2 gCMzs/DYaBA Ǯ|!Sȷ[/ߐ %xy!gez#h)N|S|H*ϼ8EP6t1"vpDg/Yrjӥ'Fvǩ?B}4l_ٶpOf/ak,T,ʛYyөҁUimqZcoGKlT rbIR|j:%$b^$z=B+9z{,ë` _dv>7~PtqbBEJ j%ߣ0BU1Wɻ@ A|8x.0ZsKNl}WXaUaFE\?kF8oOf=̇;ޗԓN'FYk]3]3@PA>P㐢$L/`(bwrT0Eۃ+ک%Ք4Cq L#E}Q6͜B' #s/ʸ@rPrrŔ/oV޲, 27&12F3q{c{ilͧQ9]Hpm" C'{ѽQ^n,\uɛ1=XKގQ!Uqqm$Ox(OԿ+ѝB׿sV+D|hA;v_ZmUadՅS8kK|(׶u|Nگ,ʃeMNMgʕ$ÿ~7W fWd-Gy*ۃ*] ;9gЛʰ魟͢䐳_vwIOϿTJ ɬF(2NWU ȮTnzƪԥ[2Z&5 !X$k3IX"I;zA7vUN2VӞ iP+qyQMtPMVT|q2+drkx)$Z̕:2̸=@Q5@plPƉ^dϤ^} OEK¦__Dy~cOxa{&yxbRۀ HU-9d %ѦaIp\ ӯ`D9J)ynse0pEg+tq/ 0 𪮲xa2J+/LpM?|f7]6{Z6O6!(o5߲5\ xUuM,/˞GoC7;}= 3JA zX>۬K i P:oU$xJ3S%ABr KS f>PT{{SdL7n+T&64o`3DV?Fܱ}+ܫeDL,9|O;A顼4M&TC>i(o F( ZQ:g ]aezw5&`l4Xr:ğLhSN} 7yw) #ɵ߼>\l+I XsexOpjU xD!`U[CXڰx ˉJD<*3iTQalaC֖fmcʋqIS:=yhcvЀd\")?NEnIjruJpfh.F”hz475}JB/.OXYw|g!NȀZWWjTe-RK+:uQd;)hjtN(2bx9E tqYtWTHb9C,}tdP#z,/zpyh8A TV:qwlDJře\ 5_K 9Pכ]߱qJw%e̔khoY~=3+@MWO d@Vnk# H޽pᲈ균G̢dOsx0Eq9"%lّ |p^Z YGqX#58cK&u@>QN$dxj iyAwԆ{)sl}GE`#TB4iu$ 3G/ . Rd[EN$.0z*˥*s >oKv.ȓ8X`\}:qn :o~k"5QT T`GLpڣ<]_4dܐٽKn(#W+nl_[_g oP' QH[wQ, 320v`|w vPMz1]Z r>0 ؼ1Ng]lLj|>(CL]Co{EچM\u7@. .Q쒑5!6*7|a^{b'1zA>1Fpm,Е12YD!(C S{6&s7H*惃ͽzb袡Yc1DtQJp\y/VdLA0aO[gq :hw},BW5p0P>wZ㽻sblm]If՜@㼣DR@'"JL߼k־0 5οZyQ;¥A@Э`b,a=cRJz2$>h}9M\H[cU~ۆ}֩/V6e:6m$fg1?O a; RD/A}>TV5 J~L Sr5aLf %?=,`nIwKhNi4 r+o R_\i\DqW[$X,Rf)ZϊWvSXe)pj)?җϬ V"U,iqզD!V& sؽޔ7MQ"8 Ksq}F4O& gbRv@hȭsY螱m/|gSpknzr0|{j>FT{ @g&7 _A={n+I~N*'uS!2G)_e[\sgr‡\ 3Ȋ?t/c1ws3D}'lß/Ϋ;i< 92wް[#IʭDfMH=uBRR@c N Lݬ´w؉^יIGzvݒk93>3DρbGQ$5BQ~?ث06?bTnJ+xabA28 8\fE 4@o+WL#d|&~#=bADMaXt[im"7EτKw"Sʟ~"~*QEmqFV+{ 5Gm 1BuF=8tTn X*Zv4//8e9ṋjK: >+# ?Dn. ɄDc@}`?J'ckwfKy,Iәaz4<|ȎS-aw_ս=OҐĞlF_gӶC|zf'kූ2H,,նR!#`ӣz Pkd׆B|-v 6.I̞n2Uϣg'@;UU;ngT'd*B,>M?tD^_,E\!ٛ4Wdux7Xh@r;Ӊ/%eeuH!HE/++[hlK8Iڼ%iYz1YR=c ۫IOK«8$L<#R(肥W%7:Wv;]j9ky!Wmy,ٱKs{HK Q6 mP&`"Yq o a4͐1 "6E1z˴,qQ .M\r֬ϫc j}Ep_ fݯ697ٍWq>uzz?.˜6:Ri@B {ڝz{sܦ үtY jER>k#s|tYicJ M_v9RxF "PIގHHRSHa9[NpL׸|p%ɞa腻TMU ?˷Q~KЊSh2q۩mFeU#7k0F:)*8D "&^$]k@%Ѧ0ѻ R3^L@O(-@{~/\y7dp}=F6(HĿ7ʔ7ɢZO9BӦAeutа4Hv@1Dm1Y)4B`Dہw?US1hQ daAl<:w^7a5Ui]WdUOgVlKԓI +m@:&#"؄JVޑP*M{W^eՃc>;IE&k?4<8vZ(GI&)_jئSjrֿeG9z`lm o䊽ёa0fW=K.W~6ۼrZ=G`dP2(7637C&^=u~Lv* 30R3&nr Z&|zxn[Tpb -nc*Hm/DHB_,=0DHczl%f$= et 9m]/F}Bo45/ DSz˱etnH O0{uZ"Y"]GL>`tޚ0@Qo xPg47ua}ŧpa@g_P4h>WӷgT[Hb4} 1|Wɽi*٫º|YW$"2x]T 1F:4+"_0UNEKzo3ס*idt |b2pn56{=v5Z0$H7/:±ֻN Ha/$𽇔*}$V"ǒf0zS/ĬCO]gZ|Fmm >< B.D7yh"JYG&6UGnȣGnH4EA uVbOxfࠑMM2ïE`a;K'Rͥtj}V\ n% 7?IQN,U`!ZHfc,klҠ/,:bq.VٳWB+I~:;h8zcYW5~Us\ U`{ov}抠2yOPUPY<,L9< p i"5rj 5=*?n A0VëƿC&s+Z1Au!?A0Wz_;SCy@9'-$?Lo1{D*'~f$$G.uʎ-"Ef ̸R0ƙ~:/OVRYX" TD.n}fw9.TZx:9lL(@UP,PVda]&Vzy\xWZvkD7)xozȼ@6bf'Itofi%W,fW lU&6qD(WJ?n/laEu.6qwuuwz8g(sjލ)_ C~n{s̖6^6jUeCi};%;){ {&˸;b,+~"Q+ f*SZW/Хt_D'mc򀼅s4/qUf|#Z0Anb:t;*3" ^*}/2[bv [ע>iĥYPnW@Q #邂glQtr)9&P^xKݠ ,D]Q8V9$@J9y I,_=xx>yz6SvnXN>>+Gʶ>-O6Zyц۾j03bb"("M$ ? (u/bU7Q11 > [@޼po 2I`3ҌS"p1RǺ9 vc٭"w fzCG>;F `?BcʁA+;~`G?=EAQK kvKձ7?a+,@#n<.ۜ%fSMWm>PunSrk:DW_>t W ]8 $w6900;l,@z@qMFv%6WUNrA"$m$܂}y:}(d Žt%$W= 2keoco~4\@CpԾIƊ 3!v24y#~ލÙ{:mlr}@' QO:S5Sco[<*ؤJ;&HBH;^g=ꦩ41-P8.kʚOeZUklm~)cc=z`[9D8%ivzG?7|n0H!ٸ]i8^vٹ廻>'CBP_-LiM p7%Ue`fʇ YQ~~ ~uF )pRJKln.cYF]Nͩm_ѳ4,kݮ>g;3tđ?oMǚz5VRPm(t3r? pV2Ħٖ ñ9=dzaALN YJ{ hB$5ȳxMX ;3~cSt+US!ZwKfO?TH{2- D5JV9i7jٸ+̉^Ƈ BΔsus%X2BuX&u|BװڝBE q6dtQd46.w\Z@z܎ ]փsnz"ȳYʞ]R'trU6d5*DecugWxD}rojJՏsXj1A4T ƈHdɨenlɦ]HL]C]qc5?[NҢ g[`7_o3_,p#9Ŋyuxʺ=IpO=QjUX}Ğ~}IM3U$8+›m_WQqTL(Zp]qk3cZL@ .|Т 웟ق[ju%,Jiqr"džC? GIMni=zܪidh5~a}ȼ[e>=?ҽ j.'~eH׽q%_Z-iYsZߚt!+7eq+=w `š۵g-|A\`٨1>F#mz~_w2)w|5|9f&.E;Nw9d^i3zbt7D-9{%j2{3;9gVrlQEzLyނ4a/diBh1TRU<.>PuzWʵAz2H~?,xOwS,&t<+x2hGirv+6٩%+!s Wi `~ K#k](2K3vWHol<He@ה4кK Tpu2H\Ch㋣zǤGTqv6Dm&Ti>Vlt,=z?q^_e-f#)*Oh_]ygȑ%C@n5:a('I >Ns6S?oqW^qةvҒ_Wyau1mpk+154#`}orF{?ÊO=jc93i<7 \ЄW =dZ!9YwHLv vYPܥO/E`P*Q,I6C]0-Omv1&4TQ&-ɹZ،TgG`1 5F 9^M!OJĶȻkc7BDKβ$ RPAe!,\%WMLDtf1kU=9ZBo\NpV,N<*r8+Hgg\1&u zpiDl5\#Hiiv.Ci}I+d̐*L+'ase/p 1xfuqu*0?qܔ$]om68]ݍbȮт03xx~BL;,np?j4qs+~duOPgJH 2~L-%nQJS:`g{XgCWejEhg'ǩ~\MX ]xIez*ۄ]?`wAN&ؠ*<|*kE㯜}n,;.a%A\kT'9ANل|4?JV\|RG"Ao%sVL*$m0+-y=z6f Z6Ǽ;utdf3) ]&jR!I՞NqPQP&N6yڷ1i)< (Vbxl rugR,`6o(ب;x~FwyukJϡ'`Qw P‹'WGm@47*G0NxJ\j+_{ImK4 ݦronŢD`Һv+@Gdj\ 4)FQyȅdpPWi 5 @z)Tie<'sU 3A~vh]?bO Î"i`UŅ_䲟RQ4FFXՆ jI }QK')q+qr4t8 Xj_m9 Է|Z?So짨|#,۬)]&飌jBQ\r95<ߘڞ]ɊP@F( 2<0R :~;gyɿ/RæoCkiΖ̗:ުf&b?5.đcP`][b.Z{Q}!=^`( *+?TtSf̦$]I캓W.(Ty|i=L U{7V;T8Q[̂_gdpL7 j5:KBrOY qLT'R>e Ugٞp r39p?)bFyiEGTX8+ŧB1`mѬz+r>;1^7tr OE䞙tY>eyGZ bb#iʘ1jI2NeeMVfzZ27(w lyPCxFz)9S! e-wK˛Ɵ:X 's$ 4aL: _ը ҬgKb4ka8G\oǽ%jX*sQkOlDˏa7MZ/tݛg4x;AVM끯k[܏u+aYRّ{^k3s,I q1o[wxA@ 4.tA&>6jQ?#t:"}Jr4bMaRld$(gU_C=FkȦ|8NeQb9ܷ7 ݃\Ov2euhʏ l0ʗᷡJ~#/G͓Klγ3Jv6?0\`]өHvz316U!kA%GΡq <5(\"X A,L( sj1WVB\T]`l W͒\dٴؗVTo lskF=6(LJb E` |Pz`BEԷwv3$+b(<馒ZZo1 R_b̩͢krmx[,ajU3RXszu?ͅ\H G ənXAoYSy0צӓPwU*;G-:vDWR6FJnkRL0Hb@ )Fh0Gyޒ]gx:hJ.Ij07t L MLDzBt Z:g-lbùR¶;@fF݈̔ ē@а;v?@l#B:j2Xǀ;b!yq+0?80o*cuKsfѴI-\쳐[u$E,}&mJE!CA.d~(hF_5'L6+i+)/F#Vpf (!_4,I J^[#'/50LGb% 8O k5t1g ~֤N6f\.gb] 06Rt2'rŰ00 %\D]7?ˮ59@\2tO+ 89)<ǡcogGd'dk$eRi*&WM:PO3΅Sظ(/Yu =)`,g:{co7P ,;0iXҷQU3;,({IV3N@G'ާM]U** OS)~8W/;OKrsC?lF!jWXIp@NTFJO,&kThV&?R0WpMj-ts#<*_7KGRnN*JDST]l6ݓp3F@{Y*9n֤ ;dQQJ;AVm81 cV䅡,5W`rWC񎩭a:A?)'13ۋ !fP% ?j2GŸ#=_\ [/~Qk.9ӀikE*"i-o%!&I쪳DjLbItv!`̼AJ~pK$'FkCܤS,#P|'W*F{N<32˞p+]M}kHAvk95%Ƭ/Hxao%BD?NwIm^ӸHkRKT(O|Wk7•QEo5cTObV׸' *x#(h'r_L|{ǧj)_L48dWQ1p iA POv~£_oKBej )z"֏hH (602TijmR.T T[AZL뙅0Ժ:Aw4yY>Iv7so o@˝^_R*C;H<3&bT^^en΢Jqb}OIjY#^%AUjSuu&(t5Y"UebM0/:(Dc-^(t6}{Od垗 -f<d۵Ak&H渑{S~CZ{ŵt }臅\8va3_ˉ_a2]H$0H$!ŧIJ_{5ZJ~pR$:T19oMƒ WhAΔloP2)5ɀ3.{.(1]əUڿfpk@F_(;QIN_+HZ3qJ"Gi[t5[M7TLt+adSD`zG3DlI]鑣y1+ѐ뒖C nA1 ֖_(#z'ؾ9*CGܸI'#U^R!]fo4+aڧ%0LJ3TmK[ڂq^.K_͡`ihǨ${H?Jۡ4ؼ.tP%ٳtXڊK]ڛ~Br$s(Ve oba8EK2ӷ*B~3vyuyd[#A) Mp48dW(?dF@cgsPjpܨK+Ȫƹ h53Dʶu͑@!Urܑ|JѢh^s蒱oZI E B>S(2EodgaK*.|?}^++HH"a!ogǯq|гEd86d% ob  ^3{ ?X1U1^{e!kBEO4]m06{G3ah#X'v_ "r}}}Zyֆ՜oCy 7Xԩ n`bԨc4Ur gYx4YCE-du%$¸j|GU*Dw"7AdO:ɋ(A}IsoIÐaJ)Ql b*'&(*c)3Q,R%?VU-}1<} <|کpk]7ؒ3KdpIR;s7;3?!ô.=BfCLd%ߏ)eF/wL? S3!wiS!:AKbCZa{es*\ask5O^wCw@$d~A>Y9,;m x޴i9!`  7Dz0yĴ zG$s"\Uػ)e!y)\d'Ip[Zn>o0Xu)ˇy$RNplX[Yˀdd 7!*vS1*L kŰf KB{(>e' i?;j!3kEzgt8zyWّVMRTD5 U4}%L*!1!09Kij9|fZOr`7BTM$`)T9.MG`)37|% e](1)Iз" %$6S4Pt|.dCe%tY'{ e`2XolGVKKhh7Mg _h;ݭ[̶;9?EZQk~FZK J-?6 =-78oF=X~I aMS1zߐ/Yެ盀q }Ɣl^Cj(Hv/3m>;+ktD;9) '2l7;d\E,mA>?dTs7~;+\tsM( Fc(q%5tp1=S'*;d+t>jc~P3w Q u |26Ͽwr"\H8n q$ҽdY :צYY^9y/ogpjYgY*Y4~c60\NUIZ`1p1Ęؤ0<[iQd 1uA^8/Uz(#OT?24oESu9F:@iP&/d*^wm>V1&[3#(ooa{SㇵJGZ_LV8ڎAce!e2A$ͥ?3sa;2,҈.>]@^&1z[FG.M1+bJ)D8S-r`\*/ mDD[:YОCclfaqXܿ9pWiWŭ6pu9<*moe綞 Oڅsb(~W7"PP=aϗ)`&-BBӻ7(.#u{d)~Ӿ-mۊ '"i-2K6|qJϲpuj* o&Op[TsJ=p(tGwka'ZRy.iTD0/6ֻ 7z]&'FxHmΠ(ra/&8_XfmcDӐDBSE2Dc6F5oi)|ߵ̹@>| p6֛0 BZlrYR[(4+ xp8<G&g(<{OH,!I a f̸r |b#=K=1|NyQuװOEvq -*4]wې]`h=#~Mym"x3"k^ 9, ~1݄ j ]||QdWSՕu~v]xfP>6O:qrT8#xAh"F~Gfڹ<3. m/c2O1 ӘEjKr.Hcs_}N/?f'ªIVvk: 0"4}cK@t߈af:&ӂBaaKXMDEk K(~ >5GN2wyoSI@\9cѺM[RLb Qߔ1qvZL&CT+WKG-mxne5Nڿ;D܉t WİAh]Ϳ;jZbϴ~_-L(K>MLfjw UqtJ\('D~5t\Yi*h"7BA93HS`l)[yKH"$ΐ+vМ~7z9<ʠC`sXE04:~3//]̟Y:N5<Ј=-c8eal%+:2PRpY͗ScWǮAVƪ?K}r +4Ξ<ʄ(>i֡^ӿz.*`ܚV@fyr-> -A̛-y?c`$%̐%0fRنj>%"_vB.(XELK~A?jQ6&(`ҟ睈btW*d'kNl8Q5wx]J W*(B* Kd8f_RCCĘhmWK1,S\_WbpVe6LPvOnSf? yj鑍 2LLJ]BT2s$<0sta˹Tj;ة٧:'G1>Ƹ+aP+ ǽ"樓Wr98=MYTI8 {\z)Q_+.͐- q Β6ȥ0cR޲EJ|16kBwCкx(=%ǢKYwGHE,^Y0θ]i@]()ow]·] ˡÎ3o9{gAXMCU2'[?:$ʟi01|/ (8_n" {$zXkigyĦ%U6T=CqZOe\fXyص B JToH +!}:̧#RVvpN1s/(/kݻv3w8S| P?; @W&"I2st7A}yi~~H=<#y6;%sf@eCvn+†O7O>#f^Pûo\?혟6sm &Z7NmܶBmo )Ի/]?)|U#^EMdvLLfF>?麽$nrH/Q?&6S}fϗ6Wh9([U e͐F9N gCUF!}hO1B3bS Q] fcǍ!б {Bc_5 qu7fmtаt EGۙ`KZ  ڵX7" lKG}|0Gx'~I jan\Eռ]#T{Y @cSyH4@$%9"0' Ct`h˻ }'ȗBPIN*U}:՟] 'ijCd/kN.`ӾVsH,Ǯ%1M~$ 0fٵ.&5U᫷cHۉL8ԫ쎭xQo:*Y +|:lƦD}O6 i/HAќo~w:S`Y%ʣ궚W2w:10GC&Iؤw>?#kJ9.U U&O5ml&ޒC}zyFƵy#LYmXv9~-ޯ E"UT}EEATeyD@j㦓&Izn요U*qI51"SJa4AdWΞ gK y9y\3t}M+EDRT} HQa i@"l- FE.ɕX ~GG֪IAT2Y-]8 2r_,Tfx7j7t[@b_䕯r~]cCy2|]3jK.$ja/g"az9g6OSytgOv!GE؄S ^~9h v~F&Owk-=?\jjSl%+!5U;T&SPvNY@*ߩԑ,UN،n_$Fy]ϝ2 m5UlN8f?jaîWkcH8pMd.l5zɁm$8̯4z,·v !t84!Q?l eç_)UϔX`~¿1 7Aa|w0#h,8cskVy[[UT&MQ0dYf@تC+.k/NdTmF]?׈ 89̹ؐxWW7>j >XVq;w#n;׌՘s1y\*!fXF 4]  #TFB4*onUk,+ 7 : B>\Y?+gj3ɼҬ>ETEA:9'oxE N\>a6wNQeXE;6GbrW9L%>/7*9 JXr(`FWvYGۻ6u߿LX18L 㥎rXǓ?$vy^^Pw# ͖"6# 5DfJn{ӥ<{B\,M?VxjO1{I&lDG౓z[+Vu',-ːFaFy})AFqm_z ْPU9ƪQwK"Q/d+b~;Q[#1\l'Ά,+@.(Bӻgig+~7H̄%mil0]ү /qJ -RTj Θ֍=Hߔ#Dn@mG*4W,1B;ѱ rxҥU-kܑMr0Vǁf^$V612!dq? qyF­d/{)QS +4-6j$ꗤHtYx,i|}Ҡ:v?%бٚ˕ ;^Nc nWg)ϛHĊdZ\JT0nF?tbzz1DU\C'*ژnbM۱5ilcWOXT .=.*hӬ3u $AGTBUl~@*Ӆmo̵,-B92d ]>%4~չ gj&itT̽0IO{џĵJ0|Ka Mڄv0?sM;! 9KfȠ%ga=÷{NN^U?d,b0Z2*-Su+LJgUb7uOFI: ?8⃧ix)hkC.FE9;=ɰ`|n9r~1(U $K,+"d(uAljFelK*ژ`x1:+tƮ1V< ͮ2YXhC滛m5T2 D D`zCn;1LúF"mATygu?/yiR Zވz5/poG<,]ZcՖV=V& ^ o;S">#2 sTN~ ݾ_0PCPd1DVӟLӺEWC|+^lJy)+e^U#͏mhyKRW\@U)HAA᧪Ej#д%Ak&sN"]9wR8̕4)]ȩC}T̙2pxUi BμJ\+=mҹGȭq$h )].]u-ꍋ1Ea+1$@eJh)~ z'GꣴsGܑ,eUY1K,/&ꩰUPGޛu2Sc +pHxkxV;eLهUgÞ2OuwI5n @\YJ-ŃA6oa/GpѠ M&Or uUCxp8py,v7;HKA^̇^Y -B iänLVSBTj|T8I2f`Tͮ{;rFVOS ,kE:OEQG/lOQ n+ vmǸ,1a\Z.ڧ"5v (,K4 oNԩ!A8wxJ.˘b'[._mtȍ5  ˰tK%Jt|֖2I ɬQS?g5F#]: ({̝c3@e49?C/LjJkFUAK F{il tGySM+!hw4|>8A`ka U5B5Q* Nzhnk1N!:Ҧ5)fW:}2\837n? T㾓Wa0;{$qnWwRO.YQdPX̭*uLOGߨv[A+c6p>2,wLm?=);_gbJCZTU?=i6;dZNj:߼oybKQC ;CW.}$GFBFm&EEux%:#IǨR236D`7~~oa$5oҖ~BѮ> ^64 7úqхϧ MίZMd( >ϺH3ODtgI<e U{Y%{,,nUҀxvԥ{Yʲ w+|1Ӻ` b}䯸qnZ@t!7fKQD$$YCtt{&g#WN<tr cJYO݆g(,LQMN9gbX{k LՓ\}h ̧ӹc[485. ΰͮQh*_檸m\C jruzt|fwIhN9_8 3"->Z񆊍 v"Ua=%Ow.VU!)}}Jfͷ%DQjJ8Wϻ㡮b@9x$(tȟB8hQ6E?XF`, `iN[I- sYp BFKy%yGA|JZȮ%?U 􄼼,3X$mt+̺y <[C>eZnT{3c?Z@KdyQ6%D&e&dYL Y-o+J3nY㕻-4'*>0!㢕IgB;1!DJuwCseN<8q;rJΕk|M^29O3\7Vq-[* | PrE i&85۵ =zfT)ĉ 5145{ּQgkh91qc!ݣ9q<2|M85oX p؟@^{UD˽Q|k-},;* dK!ZWϻD?4o0>vX[xS9lw[̊,L00ЄeNJNBo)GY"<X(E i}F8M1p*d:A3H;oc]!aXȦ{)X!@٪~oG6bb\ޒ "uɵ[DRi(S81SH.Ig =L{g!y`Wr.KrmԴ"'Vvl71:|jϚ]\1[#imfX ĄQVK$5H+8<02 ,ryV5B7H%DRV~HLόpzLZ_f޲Jj{%Fk` ׷Ap|T+kcf6iHZ1 Kl T (Dԇ"LZd2w(_t MXoN  X*Ԩ¾2:hmYbR z*]^c1uOX8=Cp^L]UAG(8x%:{dPL~9E)N`jYp3@ٛĘJ7s~<\iSZ[o7wCJW6!q V] s^Y;sȣtUIPV̶oNG M@vfJTij@Qm?腊!LORHK}(A91!_$뛔1 ~g#liV0+ ppusMM3яVSnC \\RyC)2f#Dkwg9{:Ov֠U" $@"h~_:&$X? Z$BMhpe-X>&6i , v'YC3f5׃ЦHcjJVM@C3VѮcUIƈ EVp1&q֊W%<1iN^Pm9!Kg^΋m`+B`2%o,%@ĪIG&Mŋ$LdVwOᄙx9 =wbyt 0[6&k*.-Dۛn}R_h`79KQZD_6hKm>.T 9|m2@IJj:HMU㾏HawD H:.PQ^fWg{EUZ^9гA3 e>.J:Gszɯl#ڙ>`c5at];HM/4IBl?YD57o(lz7b=}sH]|f<iоTKpn{ʰ0r;90=cޤ]1O= #]xvoLyebQ-cDlXK OzLFpͧ=C k  GMJ9V]ΖC"pXd#ȕS@=W=#KV"zsv^H׽jD6ULfGm{GOb?YFNy6F Ʀ=7#63%݄3#w m0@)4@K24-.F<M\'}~)f&QR1fJWYETVEBۑAoc$W'Y4aMݴXs2鬍L0D8,gǒ]͏H._Pg("Ul ֈ||kRI!Iu(7ekn><v%v:OiF%ݟCWĄ̊́ea}I2A~ ,0jLuiϷ͉!~mm? ?(J9&,`wABs2:hW8 /#J[*ZN"T@}_cYQ0R;L8"?>("}Iv.(xF'k,&?xkGq q"i;zȼjas. iGЧ%0 f{F38ׇ_PloԙFD#iSr*Sdŧꪆ\}4\h+)$a`88)Il帗 Eqd*=^2zkN >4Y?R,+a⺆ǥs_nL:e"&)z=WaZN PyTjG+Y iKiHjdAO?Dz@flP|'CY\&^rʱ2LO`9g g}UKU]#7,I*h鶶aYW.Um8[Geѕ`U9=ir_9@Tׂ=rںRt Tn]sYƔ ʄc_bM̱ITY9{ nVdF6 CANh΄TLОY2=~@_[(t${j5dd2m)'| &wbnU4~,U,qdT-př0aMO3s%?pv岭T+n'7D.ÃC:I4XP! 9dEFL!;,ݞ4&QGF=y̻FDЪHALeLs&;*OG?>x!u$1 0˞V9dAZ-ЬbB)LJAɣ\_w\nTjy&tLZ~7<Z˛¹¨}ѸBi̵YL]x} b'%~WXJ@Cj ůvZϮGtı̱ A (>m"1R~YX."6%a?HdZ`g_/xqzk 烒19p&ј=M}94 tA_E8̠}M@7nG% 3 /ws#c75S)9h^nŊNEJtĶ “/L"0}_:A/ko:p54MFͅs  5i/ĕ`8)#Hշy*b; *M!А }m,pdjFiDx%C(DOzadObO(W``N{^!fFiȚB,+s멪:S~H/-fnβYOm+0{vLMCr. /kih&&Գ7I&IU~ |!w/GYF+,U[f9m ƌQp$@,MʹǍqۼKbw^?c`tU&0{FΈ<Co-yP}$1-3NM߹a^}ͻl"(3uI/| yLRf^Q&2V~zM}~&,w(3en~xhZ=g(=Ui-ym ۱lXxL{4bxZ-ТGVl}${t|i1 L( Ƭ`Mꑈ`$G7 a(!v%'[(h>_)i2 _疒/vmծ6Eؕe@Pi Bᏼ~ܔTzIEgHoaLһҀ[ҲM_p@>&< }Ƨ4jەJaD*cۭ\NuAD47 ޤ>پcB ʦ٭iKF."DVŌUG/s-票m-sZJflI|I~]p$*-mV H)lh*dEP3cIkHq  | A㶉]Py0iWŰ*K:A P+wlGJ5dRr:x,ma,NHmo]\cAҕg'j?fG2a RlHNz@S iYMoTF;Kq֦e~;*`eXĐE8K:\mdxWFLxh: t4χl/>7" "aͤ'# 2J亅oIOo1ç׮ފ{^y -KH>Z>" iqTp|;T]\T[H&I2mຄd'Q;ͮ1AaAqƴi^vOcđ&>х/Uo(t#?zsG02B 5 f,J/Sx en 7#w^3HZjgӌ*mr"Gfjfdw tC$/nn2krfՖ{| tUX)y`bz[3[?K,;0:;kux/Su<㐠0x>ghwt=[=4w-xS#ڂX o?b,}6p<d쥤whulij0N0NO`p|1C/îjܝK`ݰ^ь«{]$~gەÛa&2MHdp<ص;+4pJDB^W_1eX?lt*=nGe\>06;1b? s-o%-Al"-IOt^åI_p{8;/~%AL8Y sMDBZγ3#c9)V[QKm U~#V"]4 #AoZ>js]zsmׁ)xuzU;\sƣ@ՉbD'_3'_Bn N64^)G'0! u]ZZ>ok9y3#7@hssx$j s N舸Ztog&J1+&s87y`ocB -*{Lf5pYI0eMfI ԎwGy (  r;ث0B3z{gpnpM_qŽҲJ B@LChQ1[!\[ް1:\t] [˲@;n?mG?4m2e72{_f~E@*n|HS7snM.S[w%r\$rVE*t_|`5RL(X8cB +'wݝ GK,*'7&Y[8ǎ#F&u`˚ˡ7!ckY` +}ngz/HoR}uO$t1YFS\yےJJAZ-*u'RpXU~ n?xd;Wl|lJoqLXC ώx<q\&|iĨu' O*?8CU4A\tc X3Nd_&ou X;)"jXTJdǜz@Ea)gPKS SOZ;&8!9PAuVLuu$EyY7Cr u.9;Yc:4!+yec+3#PzIC]p"[Q:2fTu1V:_}Bjhei Y_{$ӡIY\~Z{莱λ;.!9Wg;kL)9 ;gsu99EYՖ'#G@IjŚ0~k) 8F=4CW=u̧z1EG5y,)k<vF8_p..S Ӕه[GO/1,1T|9^^B R"qF9fmsP>H ll o>&L&~s5=3A(T=Wb3`{#1اυGw?@NdlOx u,n)K\r~BJ2doWNg>;dJ".qE~ kiv O]T#4-1KMPT75\F3iXLA]z? yJiG!'uIꙥC^C?)AL<(_]{O MLׁ)-,Kl [c[|ǚܥ'd1f K##g!J"yPOΩr>~'3k=.;R!vاljHn#˚A5KԨl)rو(0uF!;$ H*|;t =!vz}~@mn^|J8"Q0 v"ƎʏWM2l륷۰2hq hS'gnD*FI%X\[n<_|SUq >G5kC0]K*rʄE{0{\#ʏ̛c  Լ"Yw07-E`Mqɾ\]bXc`XYjTgqjN~R džLeX> րRg,RHcb]MV;1G;HK`D+ωE@cWr|~]&獗˶F?BZIpbd`іq(vE۸F= RwwL"jF)&@ 7w )[/v/Lm"qYS%U:aeX[a6D*v*X+K!4y- ml Fé~'s(hKʡk9ffQDy戥cSDyP зvsuY.o-,#ل$ʜoD C>}LG@(L5stxY#F@ms oPa+79A\o@ʹ^:p٩I;J!L-( z`$' ɫS 8+(&;$qMy5 97T,г‡L0hoxp|~Idl3 x{Y(Q{cմix#,kA1\ödioշgIťrXXi -,?qjdemHS۠݃Æ;}@mg_xY<&\dZpg؛p:D1 c5T/mep6j\'ǞjJQÔq_x#IG' #}}@b|4ļ,+xOl+s\n-P_[DKEQw**cCW/nZ kN*)#;㸢,I>¡U ?>׎ ,f4SR$){$EQXhfbd?C,/5g1'CyӀ~U&X@n SJDd$!ª 7Jv2*QY9P?L惿,񞨵mP#}0Ŵ%mۦ!C"=՜jT/3Y{$ƹө9=2״GXW/rWn(ʡ5Pi.`^K;1Y1mǯd9;jx^Շ t9#P쫊 `p\*tsgT}`^"+VĚeH 1EP =XWu@ n*M#n;U66u 4N3 *`zmHj=)xxٓ{^rR#N#x}DY>-֙ |_Ňsa#zz߾ǥI(lwHl[ m#?\d Tˌ90 6^ff29_ڞFCռHaJHYCclH^o1'L@&Y@ENl@);}K*I{UuVEw.\;SQ9lwndoiN({x)42pF7EKP+5؆?;ì?`<\t`e>Y"ߣ6e}`KKtp!CχN)~=A&|J;)Ӿ:sZz/7?._T^9ڻjy3(d4q*= M v>ÅŤotB89sxiyQƅSfGl)Bqac,{( SAZ~%"zl޿8Q(|u醧xy'CAU9c% zjO㪵;#,DT)㒠^S DR/wgD{Ps Kg@6aX|3ޚ(fM#q9.xI 0}Gy:f3tb(؝F<'nd ؉T;%Ӏ"){#5V+‡,0߱3%U;'#a.LU_M+YWE9 j%qzȄ^n8`Dm7ݗ/;7LŠN$nVҔ>Z8~;ρr U!gxMB"aaaƸ?&F'$̏'Ff_f'? oEv咶)HbQZ-iUmmsp>%&F@'لۙ$' (4KS͍Z<(̜$5 eQ0 }3*s=RFcԃN7\֯`3Mg R5>lPV *؊0}?vOԢm՛ KzvИ1.=Ygdqq#*m~БH{RRc~u iյD?1?bzΤ->riiÛdufG'+h-Q1T9m Z)s~r eR!@w*_.ٸaތ67<#T%k(p]igFvZȿ|w (&|/?УIEQeIϫŲ"&l&iUP'](LǍOXz+[0VPWW FExVWGN.@F>a/܁,t +et茋iZr 񣑾a|@X2_unC2Ǚ6 -gKg* zf%" 7LMlXj6_r*[`лsk&ł/]^*6 C 0Y@Vf;$Jprחm]HEMY};L;9JJ?$d< =ZGhV+~y<.zTG|yߓ)ץ7|-OMFh/ׁha3 YS&LGM@ZN%N)2TtcQ4ᥲ)J1yL{ǝ&3N?fX$QMD#&ڞ߶TN2 H+;ǠU+7qyJ+rD2ÎZ MF:JiỴٯW.LBu~paxPBLl9$aOކXSb|a O5fmAMg kj62] ͪ;‡"d+ އft3I.^A N0l3nu]Fi*E<N53:3ym·M OxknD[ȥ_"V4|ʢ*\9 nĐqIaeq6QӠYO05奀d]_O3ڟYɖ@FП A5Jvl;˶en! ?HWTRmpX՚ ^Y28jl~6/ã|%C=gx;[.(Ke/\ u^n2a ,qR"+h5\,ЌUѣIكh8c $d۳D;:#'6ZNl|~Id %666k,%mB7"U5@1iaADzlrZYY9j#7.ɣC=E'2Da}ŊU.8Oھr^DD1#J|f0^D88b32f0Q''b!ɓdsT@LƫӺwMpz%%=I(BĝNd~ssďfzڹVLu{hJ..{$DŽtMJoދ/MA^a=JF$U8.JIկ7dچ[om#)bQ@x4D̿cHJ WnuCłn]5M]VY`Way/JW?t3b USD{l~~]LbPDN5dJ8Kj$c+e[z G V(~0nUqr|GTfDTG؎ȑyQoY x{?v:5t{S<뷄 z~t$, a煓jOIQe7 "{t>޳aG=˸oYsavz?AT {}"g%_W"k6 hـ0"@t÷^$o3m z\ %p^?342R-:x5apRRR},\hxw !:2-7T?rn`jj M{Hr8G`g-gHn]*ZRfya@2"ȜW~ҋ͒p!y:b[)ndL3WEP^V NKe {3q߹8xV?V7C'"QCRW_&3?%$LK0J4ckz4ޙa,h^y<\"/>9k9GR(\O0/SW0'&$)si-P~u ,C U @4蛮xT,KX{Ņ)D/b uIm"7K(B_hC\HN?Ҡ?*#q䍗^>:3g :(l\vC%f \+qYq`b2!FUl?dVyU0` 8ƤO*p$:tj}'0ߗ8d!tN{iWzX^{5\@ =AP b=CLz?.˪!]9K 6#]ﶈtJl32/@Ȫ3Plm  cv:>4tOJ-OILX>W#AJł'#/-Ъ6 n} ?)HZ ),0_ V`CkY z^7Lo mb3^Dsk4kCrqv;t;II y3|TӨmsEu G-2z!›p!pRV'4Th15Kyl# @kLKmԱ&#عb~s@?+L%k;nU<&|Ί8G&?U%aS}zu,lYCP]V'a[b_Qn.y(a? 64)_gu9yJ%7j:>x:$qnB;N WGP4?")8N&c;@ .d4-Ubp8ܘ[g=ysK?wWsˆ:[j|H<Wr":)`Xers~̘r3eOfN+!_J3%*k@}>ln^T o _UL΄+C=EH 8_N~=~MPr'&I::uDU.ko<h ~˒[:ѽ'jżg+^-_)>𗠒0i0:p3ox=WB513wNݙrw9>}H=K_K2RE 6i:PKpgZ<0{zA _"Z:(a ꈚj(iF\)vsL#g]u*lYL\|ųbM>#L\L`@:J !m0؈k1tK(@8Ȇ̖k$ p#?K y  ҽI4m .QAүֈ|Q!$d=RþDzΖ6P\_]" hztv2Dho!t"Mdʯ&P;~Z+,rk_}@|NlMQ-ߏ,7Qi z8Gry\58yj ]Ƌ~R{y"pf}gt˼uB ۉ 皲EٯJt%DteX/%d>˕?T;DٶOޟpd#SFm8ma07܍$GG|Z&=&P;aY_,4}F4@:ZpZS~S>j/vZ~2褝mq1++`[`c2?7u ,1\2~x0s7܊Qw; J Cz|&WA_V@`5DD0CW=_k}9n}sKwȢ铿"z*^37w@8p6h?Ƅx]y#; t{bIߐ!# =DẒsQj*f`n8S1JWUB}sKQa#`$v?yX5V% w^K=Kl d&ˆŻh_V| h9uJc!g#U ~q{DP1$\ernO3l:--h|H&S19;4&L/0ٛEvNl*ϢFL)SCʳUS*r+|/rb0s#_M{]=~cf WG {Χ6s׋#2#ُ>Iw-uL ըeH@y5*n&+tf 'TRqϏ?vABz0Nv0{j x-ҵ.e?n+![;R]vR~PmьX߷ҥS?Û\>|&P>IMMdڒR)|B3_)A`>SmIF-چtkBQGZ/iL D[cxQOѳ+:7f:?F_칈=mml{PZѨj╌bڝAxYE̍[yl01DKxn讯C3QvNdܔO䮍&[J֕.5"[y̕?zJJ3v-:j:-wJ#'C-gPImn?-9R4 %JV%DoAރP술 gb 9 If2{WB_\r0ʹ;>40);*4Jv3Cxq;MUo2@veݒӁk$MP(wW=,c $j/5AӔU/*$> ;DV L=B?6E݁QisP>AC,/&vrqذu/Sǃ~> boBY@`xY}6 M*Yƙ[ڙ<#$}]Ewa萆5@3E_wP;b!k  Kn\Yo|6l>ljޟSDʄ]P<5t*p1jSGի\D26~r' 300A5ԨᷦO3mܢ]wgN`FʚR4k']A '왴̎*NʭW=-_Yd{b( 7䐈SIۥ>cﯶ]RA], ܳM*\#4plWu K6%{&=NBKƒpE( hT\A$պx YR!д;X[ץ;hXr4)6Hj ;BcgϋR3G}'&כ(/m|dn;jqqdUȁȼBïq/^jT-S=1aZWCэ. 6.B'}lh|mx<@""H Q`kӶ1оd#'-/0ʬh Zh&[qT p 8ìzW}6Mg;*+Pa:)5>#&$zŃFçlB8"{(ldJv*cm?\pV*5._.Mh[6n!0qjLʐy#lSBV1V $Z0D:hA<Q4)+'hĉTtR=&Ze"C7Lvl>FЛО% 8:r 8&^ ?Cem;aĿ]هh%vJ<&C6(4R Bi(+1.9/[%}[oVlrpdvuHhr0J3S)Sն[( F0v2BMj{'2"U^_ L6EZ= ]n6,圢!rA1fy;T0(jpubdB`{b0! 0CqnOrG| 항]~^u-4pX9,$96?z) /SG30f!n~E+f^FYdDdIFkj_zpufQDD\y40v}';g2DOD.t:ukBN=?X-D;$73N>!.u0i2 b ),f_$v?jl}~|wT*Yg&gm3rb?@BY(SZETr\po/eu\R5gҰ.'6ȷ}Hh=JN@ˎ2o$[8m3Alpbou/0?%s]=EH  4ӓm3n%PM3 ZXX |ܶz6$h\t/P*.\s֜)sxZhb:02jnzj?X|J"BO0tmf9UmWGyDS ܻq94OD*[ùE}J8b: 潄KgMJhr`cp֜ < (ϧ@0*z8 Q%d~{|QjO$&-1hyP3F*6وq@SHDK}U'yy. 4IK<]#69ůta~doY m[t(%Z!IِAo)) MVʒ03Y^R!_v M9Ok6T_ti 8vdq ..8=P W1= Td.i6k4֟;&_CBn[Mi|̯A2Q<8C|nOuп˲92ĺݣDWG6gs%,܈Le,5d{C\R7\KK4¶&3%#3nBw>~CPS%6XGg1+HF&?_-Yn&DDSC]U@S)7C~v1@?D,"ȷ"?w@\WrWn&bj׆8 '5Eh '#58_̯;$ɧPE }jۺzr=ĂϮ~K,iՁsnTKk毒Ξ=9y/uZӳr[ToʣnI6@"`\U"}+%#(1!VdjZ>?f|Y>{3}Ps mjqd mw \|z<)_RŘזbnx70D> d`ѝ!v]xjJNDOzW;A|cۖ',h~]ɜ(D'3rjNGbz@\}@%sCE9fN,D|pPGG3+IBRY[a3DBzoUfj v@Ǝ =k.TΌ5Vvb,@+u|凘-or*-ԕx- 6 $!*fqA1b't~g?S̫ r+leNumZ t)VaTp=lqpn h>o\kf~A'mJL/2~ =0X}"ʼQt [84](fPA[M'1R4o,~-rmQY' e }O~zSw_$tlN0n=?qe/6Ƥ`d13s2$kQcb;McEo1pvQDDGTdt}M0j0n񐭳"F`MQ-&[ONGYB .n|%4GoP' Eac;̣u8’CTU` g7tkks9LSIjḪAWt~h"CI\d EŬTKٸ PzYL7 +e`ki$g@:#S~hhsGktW&]4eO:;!Y 63Mq3dYR.Wz=]]>g0*Q.GPAVV bSMbNvې8&oq|wT\)zo*ҝs@QMX̸ws+j`:F;p?g 2 [p39a8J ta>@_q.fA c|KcՀkm#'qRn5T=)#?2Ú<^S@G=|>P)J$S%z"27%׈?l<&mf1H;6ʽ̮3'Fg"hǝl81P3fQͷ Ĥ ^L(yӟo̶ee8d/+Y*xՆu.ۄv׾-paZHD$~Г_J5*,2"ˠKks': M459*H1v40,ȿW|2o4zqP(K .fDPDyQ; u i&?8BSj)fNJ}zt D:O)lءN7uˤ6o~lZk":?Y .Ok6}1PA AIC]8Lf>H0#7n%gEYP~]oh1ݾ69;T8Ȝn;zڈT1{6?tseMe X[i5T#cJ QV 4 1 [LzAߴ@tyk=/y$ X]M(7~`3q"hNxtӾO8fY_ 0~6 B1ș- {m MzϡBGB]ra!; R rˤ`7e,b@k_@H!Uw;J(K,LM̻%xLYo_̯|>_ `f\a *p3Deuq8h qdΡ`x~d(ݍUC)T[ـ Q. Efڴ6 JruwFObb$܋i8޿/NqY?Z ؒl'*ji[FD5)-%l8\#X i9 䐠'ޮH>[d' <5F5 ':<_ިZ?ܤJQI/a#!Sk@I vl{fQ h,֤m$H-z?E_gD+6 sJr+*)]KuMpBi)8E9,q+c&M{0 E X5v3'YG,ߕ^/?şSwE@2 -3eg#&>.*SZ] gk?|P$ɔٹ@KRZd"MU  D9miZ?D.QH+n#:ޏAtK# K(20^E* ?CAkǎ-ڤ;f([aQηמ{ɂO~odlsW"=^CQ#W׀`T,]DrBۼAaݥܥn GY3'd€zF*QUflkI ưV3K?raP -hW}I|Hb5`!(*a~˿IؑyA.s(UM2X) b[FD5 )ID<7mU,eb7Dt%E+f"YÏn s`Kkyؿ dZ'5GYeVa944$tzP( , !Iu?A$Z!mRYfgMkdH:'*Fh{ 3]qkqMqϲfyqV r!r h`gT8a]zi9PρR{,D?5Ec~1W[ L;vR>iXўQL[T ^LTo|(k4=w? 5&rGh 7F 0&Q*>5i+({Q O]ݩM&:{z^uiٌixgx+W%_uت? n98߯ r3B8[ZSiIlvkTi{k^Z5B7v`[^X @u\} T| S+ZbD+/jUu*1k5?_?MtajU,+qi0r݅ 3fB7)`TKb{ 7?ҟ(R;m}z / Q]8o1KVLks怍} 3ʫ@fq{ dFd('l3KWXk -XnSGYGPjھܯ|;OUTmd4댣 5n oj凼dUsf~;`jj 5Pfw`BFŸc~^BWF-EKi^Ox9p%pf|xur4zxfv$zYgwyRb,Pr ~R#0z]`0l:,g;9!pǨYϭ^b_ b R ^iM|BWDuYPQ-mz!Z˻6$t]2SгJ oa^ՊJha< 8:ٽ 5δas| :S4@Ha꒝g@ ]OdYJv,2TT]J#ۿ X _3lAc_tEFD\hb0p>X<0ꇔ}%e=Xu6Kf1ܛ`[ՄQLvyƉCU)~|eD+JPs7M 6׊:?ժ8Vi)ʊ;黥 /L@8(B;"kYsF?AD@tX<qh"*4To>*|ٜwA nԿMEأ)S2C :Vm$ h\ߌLqV#^T̩@ .i7V%wnn7n2zYN p};tV/L*σ| TA%p1Bz=$;j$3dN h7P@0 !Mi/lrj&dAcw(+aJ\BI.)r9jC-ۥڑ'׭\p0"yiy 3Hp['^P9xᓾ/ "⾹2(mgswb]QhY]햔ي#dm-ǩVRɥ2QmPoٍXaPZ߁6%՚Vg@>v ۷ q^gƷ41%[$(s-^*7Luq}ӯS?+;%FvJN= 1SÓ\H\MP#<ĚrO HH :,ΊLP~(qP LYj(Dy^Dp.`Q q幒 B=[rDe8Rz@Y}տ$x_|P l[P.ڱF1tv|#+.:{ y ,Q>/V4xrIaU}`,W{Le؈7:V߹]_(ʥ\\|m;َpzd>%N+d҃Rթ)CU$Y4p]0&+o.$\'DE?ppZr0Vr#jp8։}4OMF`xD8"_R { Bc7 m\ ak/?YgvC0sj*hB830re siNI8TQGN|uXmPMT <ĈyYcŚF}j)]xl%n7̛3o Dmh |Ad*!HGvʛ@ xkN̍r+3&M1?4H] SN׬vl8ҹ%s\z=`F ߰:3Ùaf]VFdز|/? C~l3 L Eط/έ*Zqv#KeMcLYڵ#8NU7F~᠐uR/hy_k JׁeXOQ6S0rIWK{ ڲx+eQ8B8 1,1 㦓D: bWy9&gLd(Z('$ır(sW;e_rX JlwCC:(73jּMJZBhi@s##80R\3U?jwed% LW!5 %*qRtߘ̝^iݜqrA"7 8&DlC|EM,U!}"S0EQS뽈#p|,Y P g/*pZ!ePeOG lqB_'p10_}){1B^<ϕgrP6ۦ@i]zR^;jL;_lfR/Qp,VnlBlKqT6zsGi3narM92LÑ7Q9 ےք9 7YOPok~ZpɈ5Fٚ|.~@5A< =7gpy.6Q8C5rbŸKbMW&V)꘮jS{ٖ5V-/d>ŜPF6/e)Olc[+J)twn۹b?w6}M'r!grr\Ndw2_Tՠ>иLIdcծI&i+Z(ɦgVwrf6 Dmv2I0iuqw_$ 0_HPttRi+,`+*A )Z7u6v2ZVt'+ :%ѫwSLO:\ۗa_.*#' WzJ] VK]0Ɯ/_[4)p&eA~\Y=" >^B+]pd=/ Bl~#lPL7݇q,u!{^&c#Pg?yQPj/@} wUL^ =*,Y.:fyi i}ۃ!$N)Rw MmA"%2ƃ0j 5X ckA eHšCPzav %G.[^2+eP(iM (V%3[QRRɵbs {ҠK$evcnݢD3\trL= W?y`L4 ܹ 0Aͬp :AІ*FnBeΪȌSy08KBIphM̛?ud>hBjSkF!s'/wFN2Ε_ Aox.ȁx;4uS½.]Y@EVǟ8#O34OnQ5S0Jgn}B:H|JQb|]7m܎Lgh?&"du#417 #~Cq]$tbV#Wn&RA'fy̍]k# 59d`"4f#&Jw;mii ,-vA1 K*}E% kz=á,tg[9EKB*T *2+U΀~o1׿XcHP}tz{c 0sqE;=F{n%\^,*#RKDDŽlz)l{@4bc>6j`hEMjs@Qua`׀yC̃w"}oS6B,,w֍DVr2Mi~JHJ!ļ 4RLš869$?HaOK#sѲ\Yw9:ڙE F.Hlv k cߦI5_Ni+m A8NM0)8d/cĮC@px|)t,#.HŭY]gJ#͐s ( {M[/:* w VQ oyj|'K+S? 47nsI\Rr8IbICǗUdBFWb+vX]"8x{$ŽغP5_M˂i`wHgej"\zMx3MvՔ*~[!_x4t9{EFxyINecjr%z"(CLt<nSjՍsg~z@U]^,l> 𧓷^WJUw `zxʘ8һr\ČWUj0Gϕ:sEEv'#3.G&h/?#%XkU?G訵CY?^<FMO6\-h1PEs[?y'R+ n*S]ϙԱa1g cB RpU[K!R kgP+A~o'$ʢx؂,oY'i R:}N"ә# ]xۊ%:<^_31=`]Ec򟘡:ݲq@cݤ.Xd?j zmM5Yď|jɏ/ێ 6 m$3˽h:,L7=OOI7.w% X/h'Mk6<#?.MyaXJjGExK ZΉG#l(p#~4# +&R&>;xQdhM =6F >?~\(sodgS º|}C4SN8儭Ԫl,e  w{I9|L҅ۀ J WΙ\N8In\* ԰p.ps. v]Mah&,iRARkm.=3 8/}>m'6|*_KM|~e;Г=:?/  Kް=ɤY3н ƕ2(Z!Xx:ĩP#GiDz]Q#rwW-ö˲> ]sQ9 hd!uي+0ҽlOTpdް6zw@MΆ_3fO\ȣ\Zc 2ϥMR2賊jK\&1JCRW;Ӈ=R({b׮sPP3%kQ_h8!W8+Ch_CdjFJXf7=zrh2*WEruK $W$_dP*f3U1|:^dR\ȫ;MD ٲh^|i9TJ^ _Rj遧V`\#I xڎP/-$}N|]`Ӟ)]f+z.d]m# E2}ŀr޼2X"_/T (! [78,;g\yJ.+" mq[@󒔬&DG") IÑQ$Zґh4.tN?䞙bt Q7R,թ:D^ВwNӮmOd]SrVF8O2!Y}O3490V,e ILjn?4ōܔd{)4YlQ0MbA_{83z`s-A.s(:@T*:D(tOR+ aI5Ws`^!)uZ? Jr KȮEVNM6[&440\;&hL8ghQ"<1yg`9\#IWiVgK%}6=vz7ptA$6 fG6CJ&H]>;W\sCE露c`aKiؼR0@Waf3\ (949?޾gsX$v6}2vi) VeikllAR5f,U9Ӓ@1-~x4?wjI%<au)U8YcggdO͇@2V]7XonsWr GQ{/1G^ZUŝ(;U ͥMFD'WHtDKdvPg* ȏ._ Okz󩼻d6fLb}8( Z<>H\'C xv 0(ӆ F}0R^@ʇ;{HOkO2P#}N5v}"3eХj]qY>,2"nINV,=eؕ[*uK ,`BgFTMϫl۪PuFs^68TSyC @/3P^ct^J }54KkͰq=;@X>wBUY!dk]VLTxc`2W']x}9!w3&4y(`]Rx 춟c(\ɷ06N7;z@ázZ4ĐΝv e5j&QV=J?&, p@JGMj}_e\߷耷x1qg$@b@d&>Ey2h떼Kհ0} `Jk$K-رb%ڝFg2+/WnIuD@Rˆ%yQ.jcbxסtDƃBhjrlQO GxU}EIA> Y+~ ]MxhJcfЏGa N@?FW&7t.S ='Q*lEjʏJT->W_KO ulIӳ![4MXrkcka8>KUg,D8;AmӰQpt4naW=l,Bfi㕘'BFo1>C+z+4/hFԡ{ՌzY|&Bj/H6邬:8 9Va|HtM2ZU\Y˕[whDM~NxDI/ @nlU#L\[QsP^d fS 5%`cPՕYD| Ӭbx7l.ZU3EszӶIx4ny$Yk *R:3~ s\ձ_?ӊ\hP3[tdE:G5럁~C彌mX)d"JxgXߟ{@zz*A&_EG\qq[xu5MJJ0ze㥞Pڕ@kx.WZ&8TQ/qeO9*5FUS)HIW-`5pZ3[ؐp$PJRMm_];:fΰ Y 4ou豞KƿgZd4[sl`l$8f-DD%,"MS |4 g0?v>@`87 1m=ŏ ,Ug}㫮i\HIпI˨:6 `Δ^Ӡp.&ØGwlLTDT<^q-Doԁq8Rw#Kb4T@.K+ 춟MlhL K7` @gl%9+'g:|D]edAX@3-?a" =hc4b$#ai?W'H|[Z8tTDXEhi[L-;VApi>a\6]]ˠ.^VBj#v# *K|e.GbcCrl12肯#8%>Lzȷqh%dEigwShz4Ԑrʬz 035a~.հ` Ge8nuiN;[D4l˽Y: pjf`r]PF.><[H2sZʮ撋WhYn/-bz;Z9}?>ʆFް+sҝ21n ϳ}!?8-)&X?/܈MdGIW4h]5N»*PA{lگUHB&LN6S?ۄ"G* -f9Nb3*O^0YH0%'3=d mDN l/z7EOtS3qD@؜ 8Xc^I PQ`ht+1Z*d_-c- : C_ 3Z8r,; a ϷKpK7YP%kOt(-ZliCtփAh@Zձ}[i`Lc]ړkCՐ2W_ĦTnbئ; P +{u,|vYXJn`bF}~!xbhwyk(nƬ#1Ş#a֍ϸWGEޜle qFc@f.Zt7xeڜEH)] |W5N+Ht ;ZB cal"U_W$_Cot;ϻMQvˊ۳M??m.9즬|U';~~9PGZۋzoDanrDXz<Ǡo~{X0eP吀+LdeS*əHx$Փ.&Wj4WмxQvF^4|`^[May I%|(־a~6j~> ?C^~N&y Ѵjnۨ 9),NUi4jԎԼ"& N0(OJXh-B fML܎m88\nB!ϻ/_zTY:A",\њψwGc$fz B۵1$8ؽr`LʓE5җ?(񂎒&, |UZ{ \mBEZPn@ExFO4_oִ.z@^/Qm$`P7uJhT6[A="ӡh  pB"T}eq`S(|qG[ 1.3m{։:|ol4iQ@"A 7va">hFd`N_aӄ=v[K~30]e3&WT菴KxìF[M69UWMR`[mY3B-#c Y, W^x;Em:.[$XuR tŒߏ#p)/+-u$ =O4$zqMϛc)w=Gs4|q . U]LfH|\@UvemWV}'郪Xb.o5v/t#.>2#7[UenU9]8,Fqs=`&Ntr KbHbRhȀc+D/Sf!MAl)IJέv݀UPضMg/jp5Ę~|3_[k~s1 h+,!4b2ۉE,.h?ή 8dN){pꡋڒ-<:{/.^ݻx=QTE/ N~P_-# pUto Z: JƝ[.fr6?aV0^ܽ*=尴m׮KԦ|Ӷ% gD6)~̱gPF(8l6B*_xv*mv\? (߼2bin 0;+`a@rE XZ9y\L'q\0Qx 4@OU$eBD JL.}|l4|7"8oXNOnmlB"OiJ?Q2&\DTi`Hh ks R!^d%mEB.5֠nW+9MO oltX%S0 sd--~ U9q| {H8 yS]JRo^L٭'U ,Q4)#:U}y5[\#Sajh:"M*)PTL` Ǡ8XI'EkfN)+ׅgLUm糋ǮĹy^^]jHVaUk mqc {yi4|]Ax3WSz *PiJ5@kG9@q+;OEyq.7\a|$nGU+>NgH! $5)\dޮ97⼝vǃNl?UI=F=djջqk"AoʕFgbd^x;K&èRay0'훱/K;h3Fg oGV$i1RoJcI ],o,},s>k%.hXn52ZLLz$=:VܛS@IU2뭕ڣ2\g{Հrv]^Fe@7>P3=̙m_?7d\xTGy}"J8eR9 IWPM_*A dAPlS=2_Ķͯ_{>=wha'Bɏ46G#S&p͡OO1-"e*:w,<)WtW=\Й$M9K0+.r4 %j$rӯCxdɮ@] ]BᏈH1AzI 1aLea,~w]V{22yr0 _绚GZxA>TbD1z zr7dk`NMrZ-#c7MȼJ/W7qW6o= ?"H_jGk{dgG"|,v+uKf56HCvM򱔴Qֶu$ydVS/ ZA|zK!n X4r[:Aan(^_9],b'w,d$8h~t9fƈcSS eu+*fy--[+`<:VNpEN^˹hF|fYǤeZ<ȪƗDkWP pJxTWIa[U`x+zXԔwP3^W% /RG[>䰧3~"|O4<ժ:u.^ ;;loВ:?AYPNWm):Ms>$1z2bcc('٤Wű8'qRwH+ =%^Q3_EmAJ8h]rb]4c6z&3ȣE zؿ{uBtFwcU\,S3 EH&n`䗯{y; GOV*eŋP&)/OiƴQz&g!.L.[W9\XIO}1S6ecdŋ)zH 0ho uO o֕wlo~%Q,'CۡU^ְM~|3^ՈIzg'KIA笷9ih`yR[t\Vypϥ!2~5.ו?Ucg{[[UY3#P.>°[爒4 -&n /^ڑYϬJzTaL#n%D,K;9"@:ZfB a4&d&uپ2U\Zɝs*.7qݝCӏRr~U{H%i4< KhĈnOߗZ,YP<wZ7#윖㿍d=kZQ͐SEjf>orEIqĒfrq1Ĝ?SֺLxi{yIgEXE&(ѧki| [,<7 l7=]#; '7x~.E噅$;y[^w1Iy2->E՚4;զ6W?bA8JF]u`kyK3^s!={\z+ϰtƉ;j)sH@J _}"l!Kmo鈁뽘[{7VE,J}DE#NK/V Z8)F&$fJ x 7 H#t ZPL+o+(yP*]dE]>AUt_@\uGB^q%>K| Ti(fKW\Cpy30(F;2)sD̍ŧ”#g!st:^oS!Tj2"npjLLE34cQi {~Ƈ."}|2H_|@oxDlBײϵBD'y^n)¾Gch fMVH#>!hHf!K0@;/)7 6"9$ܟoy @5}ݛS#- jboRfODi l&<9P7d)XMhD+3(s:Y._|Vͣ`wR(`afkKm?L]%qf8F<~|, I.e>!U< OrٴcƆ*u:sj3 Ʃ|6n4>W\_j]Yu tpҬҷ wL9[hg6*ӤOJ3^x{.Чy1sa\#_'^kE1@ѓ4,眴[0 5=8M; 1,Bht 6s0B*uby7LnDs/Լ B 2wRJC cZ\>YV"Pe ߠP[~1,fSiydTfБ{ N*o/8jl!s^X<'ВKih(N:@rɸ]B0mIYԳH\G'9 Ƙ~y{瞜4 Q }+u$I? Wpgуg'5 ~#iT5S`M?19F 櫢~{\;@\(U{T OzQγ ue"#J`w ܶ g!Nߴȸ?ͤ́J7?kfO8 9ʲ"=n '*N'K] d~c )o]$*" #LW?i"5w P@9+R5~/8c1!4&{1=I]9v{8E9*A_a@-54R`ss֎qo>f>W}h Lma/qin϶ z]0buHo\j(,$/Rs6h*鼘/'70/q"r 9ISѐ{;HoGqL!hf~B˒vBjFx{n\׉!?N4{ݘ0J;]"A xPbV'R#+4;[#n UQ3A.afV/%:֗+$O\kcJ}W#=[0r&4 ʱaY;Hb:U$o!"GI.y shLb\PH*$,7RB j׌s$𤋮V'ߥ,}` @e1eZiCamu~?Sn1 ,%sТZl!U3&:T ཚlس\+OFԂ!Vwa6Xk><\`RK(,\OZ!s&,̐2q|a;6vE#l|=8?甔k[ PHƂhj$ 0^=pp×h_a>%h4 A&䎃9 ҼJx(edUF6`MDv 712y87ڗ^\EvwZ1Dn>I]҄{QaJ5bWyV4^ݮ_i*l`צ$'`9l;>)- ua)v6py 1ʂ#R NIq厦vG\)l{,>5 (2˳ݴf1mcx76hC(0;FAhwGǠI.[r'Q 5#3 IkÑj[C/]z3'f4Aaچ;x[197oCԧ uUzQo61[o"WB 00z,*w,KnLEwJ-WD?Ȕ^G8tl&Ȑ^Śٯˇ1Ia3-UJ4ӌH4PyV'hE |wSk%\hJ/Clͽ:RzDV܉u<EӐ v3CUw# !6bNd\l"@>4u j5JT*vEl6e`J˥V IMZ`wisA7:(:E·ؒI]D }Y ziUOfbV+p:i.ёIq̋GbONt$NOFQ)']B\(t%ͽ BD+fJXNjjtoƒe@v  }@4ԝst Ĕ`Eguܰ)3x4|;8E=;ة[N-PBq_\v-Lbu/1OS vx?K˜/u_oh6dBĿov)"l!\lpb̳ 䩐GpP[Hr;sWk:6ޓ([o t*6|)_w:~Qc1Iqc+ [Ԙ(䤤/ㆳhXk c[/5ʉM& J@OӐ7'RMZ$pͫˢ8)ļ NGGJkDE=5trs ET@EAmyBɸ(]7o{n@⩭jƳh'zd|.&#P-9h+SǂZ2@BMB߹s9P]15Y7]rqp%c yN\6#(NSSGTW 30v}u3vLEDOp/a ޓwJf} ƨ1{ਗwL:Zr_&N S4R=BnÎF;>M- ]p0V %"r=*uq1uí&Zy}H˴82C}HY!8ƻXTKf ᾈ ]p[";o&6&Ȭۤ5a2~)@S^sz>:u9i싹QuV-Z7a(;$ʼn*"Iu+_\ Jp":=ƛ_R>^a^2},|djDOWVMySt^H]d;M2KAQ,ݭ A,ҹ%69#WHɁϹ|y~nFy|{*T|#tQl xm4wCQҞlؓŘX?)^!fzlU}Xzqם$,#EI7ހ`VdޠPh E1lx#gK3tz=|`7)i-`r COu?P<|hmF)YFDP]nHbB Vs\# װV٥ovȓc'!feVBj9ldNU+k1MNMn]JˏS61x,$o$U i5"Z5MA*}xv毬XWХrHO| wq/v(G+I{8e-d=m‚@}~?o0`0b^* TuτWvهzeFՁm]5P/.Vd(kPPxpF.kg\%>@,!ǫ`z}tO< $}ַEG'zMdž"mx/ {MkQX͎%;gԏ~H{Q7Vׯ&|#vkc|r,Is<#;՘[$=OEaRg&ևMGy CdH|dt=lu5M=:mw|X1IV $UbbT8>@ :%lCه۽|gYoԂ! pso9`Dƥ!gu3IثWnu 4&SSueWsNgi;̯ IauM$ΛX: a6 \6br-6SR9s,ͦ Zypnp__OqC=!pAK*F7ԿQ#n5գz%+[yU(xnfҐoW}nRM[G&Yygh8)9ɖ4K@$µcLeXܗv([?NkSkd>Aé(?qdgKn--Aj BN@o-\Q "3$ۣK? 0Bv.`D FGw]9BQgǵnw:!E~q6}4(D}vS {oއAH[ bn6%IXN˺|̗xEWX;wo5,K{ZFB2 "o+ ՔϠH"%0jv:Nz͔S_ ~|Il~t4E>zkb=$5p%(VK"h1v`.%BUo1R ľ.#mZ.ǖ t{))v5tzO8dU LF[1 n O( zcWߙ/JwG][(R#-z9O$OTlِ*?"igBוe=AVp"D;N$ބEGy ˜K Q_L#MK L gh UgX : YRA5tRɔ-'D&R勜فs-GBooO:`AN^=^/F˺luB"Q.SX2+dMRnPEwEK+)VFf ѬWe^~w1sK%%VG~f?Ih'}$,4kcUh[p/~b慜7 z(=;X+sD{gt^hƢf$85У1QQF$3GZ* $q/]:ntS PDOwH}'+ _y4;">HaJJ4_S+#Ds-%j=kdFf V8-P"?lm gPHn׌^?)|B g `˓ =06I `왃(OޒYʵab%I?×{Cf[# c+ݱ2]έ5m]izqb€W?%]pV͔a2`"3`:qO'; :ռPZϳAU~;jX]4 #8\pƧ6CÆw'V U6]Kj@?c.,ױg¦)3!9aX GsƩmL"aJ~ό0O;/O֙'lӱQ$a֢v/(_OIHpp](IM`6|l/ axagxoԷ+5E!{.iW%xŔ"a5%u̴nt hS/Z vCA&"8~ N0(Yr= |8) FρZVqdjypAFBΆ8TqÞK >pa|S}rkQt/I*m`劖+84 hID*Y[s)7nn|!!լ^ᗒp3V̖dnR9ۧƵ^N@ADE֯՜<샛'(rY( TeJg /qYze^nVpX<޽bXWL..)&1K?;.a 7~Eh7Δ7IQopGA#gωY-Y ftF/`SI]'mM #>.VUaf;eȐiI]pW^/>3A[>}L2 J퍍Bݶ^veÁo <)Ouh40sْxVؚ0*BsrCMK\xc~b__v/$a%ܶo@:dVѦRrr\Ǡ9 *{]H:c~,W$g2"~#&t] Tܖ[<:G_=:}}th;iҩvH:{ ` gE#@Ӿ̀g=ZI[ӫ?4KXp? \LI(ꖫj)} ",Wv\W/`U1rX=ՁO4lS$aK}hxPyB튻hё x5.x. ȹ i D4]n `L4Pb< 'c]4:IJ]^D੶D~M9BK f{^˦R~̑:b0IHDB!iokn\:H[G¶hN) BC0EҧE_e6,9zCUX}U[jʈ+`;8ՀH9' ՚[)RLJɑX"Ldix(\`F@֋));'2}4wW޾0/6߀C̽X<36LIz }wj>?+/bP[9l3{韧7DSqL(ћ*(,rjk` xdo8zɑQ|>i`v6M;b$~m ۊX%TП`tXf`՚i7=pG"UB ge.\UZȌE&ủ6.R_ >w{֏7hb4D U2\7EG>8zIJ4CPCw&"6 ;xpfį;[#AG*5OUc-ѷ|m\ ,`l8vuqB`\7>$s.l|> Rl&A@V6F#V#hLDop:ߘ3i24Xkn)WgCw#[6{]՜~ip^?$_',&P @U KT#WFg1`~^o5kIKfp6 )TwsH~8%㋣4s[J%ٛ6_ЏI =[;eI~~rC01ϾkT=BX+#@ȾQe56QNaI2֣58D=xVA}Ub^gLƃ;-[`Qp=.smV IZBG 5dr,JRe}V5$*jFBILkB6i^8_kl^ 0 S?W/jKzdyR.HB ra7\*/*r,xb:j`xNo)'0! e&ޥKڐCX THO*:>ɐ_aNtr"}6 6T|Uo-5?ХBo]6 1A_O[vo,; sEIY|Q⩲6n_[*$t"qgćP|~Pߵ&pTpΚW>Y #crID-K0Y;>^L4VP_Toeé؆ x.'״` #oP 3/M໅!3ըOhBw]N1xs% q bëO ꋊΧ5Ey;% +G2?h[V?6NԉG9z9IB ylB=5 EjC@6|y-1bxCt=LkshoM>!Π LVvSsq1IG u0-5RђO"L).:Gz(@H ytf]!;D(L3_6"u٫;ʱ\loޏݥi,vH6n qDs>Fp?Il_q+"[mL24FzUigN35GiG#k)IAr D42Gr}QH퓼ҳw 6Ãru) ǥ-BGzĹ+0H#O4g\(g^ SWG  7,[ } e.O K1aiqg4sZs01 _ނ@ҵ3S(n3ңmviچ 4syqH"6>d֝'#n꘺Tx&h [J60>;P# >=g~ĸL7W&U1eUa|'ɑO?9Up¯k0KAf)k60 W 1q7[.|Bǫ^!Oo()5NNv#Qj b"n]v=ooCRФUdW1K y}_gGg.I7,RTH1*M>džF;S?Q/^r%`pZ)I\IT1yM,ƺeF|;hmq01x3yTqjFOWԴb RP#j&G]58:`.kxjrcPie;uQ~sbR Ɵwn=bYF ] J_Ԕ% #,>N|+>¬F8/,SHkhH,T2p @X?(>3?G/ W|Tsk0{GD*;9/)ժFk=YJ2{Rvx n %hGjr.:Q?ydN+bD#?M{ fY9' Dn3@} kzȬ^ny o6 AKsJ:}nli_+!fjrjg}.*X'_cX)J%xi|#)]g"?iV@_<+I7r+/>ڞ0jhN7Qj`~*;I3G) ~@1גjٖ?]CN=SD:'O0Y"ͣ=EKgI {fYg ^)PGijYVnXuWʼT]kg+P<"5`k~wm0V]Tˠ0bŌ5ne%1:iq5mW lW!HmuӞyLo))HmԵ-I/HLSF{3WMeͳTeܜ/2q\m$.݈7o%M7 ާMJף"|%lߐM>Ӌdѫe:0y+X[:Kxf0&<7+wsA|ɕ׀A#,[1` GrL Lw @P Er"\ gӑ#ms01^'q{'xhf1S̬eD+4DYpxvٛE[ 7Ae &a5K#ecT Uz.;UiRc^P,_rm?\v㹧U=%+~PV(XSpne9 oų3srg r,(孓6|"PsZY1A2 /2Ƀ @v7g%fE?;,/PU42+ܾT !c-;&">ln vtó=0=W :7bcjر~I˼ ̋yX(b8I% 0*0rgČ%!VFdmly 6Lo1lOj]js p,YHmnڍb$K:R?bٹA$/mX2jRb"_@>| z:A5%ƵQ䫩 k ,@Ҧ8_//tXX(qjy >t x9%i-#zs7zxۜ2C%~Պ<5%WyXӰvXg/KڀBRx7g\YXJMо+={,⿞PGݏ^EOo :4LebPgi#\'"L R# 9\r[7$-QXxM2+:6Fe Z$`"lnovg*ى!2nX9}tkLonH5?h2:'B>85f}blF $0hdn<_ ӕ欞+213ҧiׇK Dc/'Q'v>"'Po<Ţv !Q5B; `۲pU>jZ.QVKv˹|aG.JoU31J_%MqNθ% =objr,8(,7\5eU+ Yc^DD4x5RlTڮ CDu?i :J3ŨǑ𨪸YEXwMH4 5^n4Ea=~.I?Z?y+0ag2wv-C,:=oӿʠ5~h_w@4pe5|لB68#ٽY<]WIv÷p2p\Nȣ?!Mr h| I,:Lnn}d:d3[qp}B~geXvU1 `vbY4 ?D,E\I{f)ApG5ޣu4Ħ|r8K5j0Q4o- *7Ľnإ2ͫ'"rW&`Ђj$D kc`b,w{ge O JZ}ݍ9R_a1c3/Kzi bWPPDH+@U9(5t&zT}3NufVk#vɼ>DKSnW|2UA:e?vH>Ay'hNX>"pҾ!d4ASUQ]-ؓ 0/Ȟ3d*᯲0_4vv՘p4چVyKRr%2? M YJJ]H_rU3v}ߐTַŜB$:;-~ځiz.Brhkw$|!1"˦VyOfY ҽf!W!C NðKHVҐ>O^~>a'&*R΅F[8<' %Sd <R948SSAs8bK|wAjGvAe]?Kx*E"r~>njU6Q0WiZQ#ډ~_Jc.%K"^C( JA٨u6DbNvI![OSDLe!JtS'lN i@ܡ6@d ֮faH>x$}EP3zLq|ȬKn;nCB=UZ%OV9cgA2ſ#d;G3%#,D"Q8z+ x6^38UB|>O xv\aR oX)Z&;Y3y_uVĽ9]p WM:U/KYGIŢo,ď6_ k-˨Σ> ;wYLh8W}a7#wl^Yc.l]yBUNyfK4#E~hxu1`DƨXVI)[X `1NhrF?1d@EfXl㭇"# 3 YmXhAŘ8ɶ-lRaς,L-$T %oGat2U*JčjϺrh1 LYh4ԥTWMv$HLL[-poRة =C bY0n+ |չCfZ:k`R_)Mڼ|ZFҏ(`&s| CË`îr̄CR9W[hʱOt{Vkλu{C䱭$"E]N|H^/q-aj^e0  e"вaGcj\~z(V0FZpVpcF&H{z$}ir ,QaN. ܂&Q1eCZb}v4~/Z"V%9yXh>TgR2:Άxl^2xJz%.52e+ҏ'|m.AΨ4ځA2V8B:2NZ]YA@M;q5gkƸ6;lJ!%wf)@#iڮJx.ki{,\IXMbtltyx|@0[ǒkϥim4LWۘq2-!1td,P/ ?X Rw  \8hF񋖦jt9bnNџ_{prhqį~X=PRY |HG/?P"l Wp|=EbRL"g0V[.Ezg_'/`-*=-x]9IW w`TJɸ)\Ga3uzgȌ섄uL#5}9W=]Ǭ:~a k""xRJ09 uъ1=*~,\J PT 9w_۰UrH7}l"}m:{+?*vqm FƝϦg ?X%s;hN[ʾ=<1PHhɯk%e2AJ3G NR2 2x=n<7JaxE>|!Orkoス60cQFY$  y"%W:|\_m^/zbx3bJ*Q#(un;i+;[)Ήi'#mvFaXX2ZXDAt/ [(=x?R9|&Zb(i#7lhߑ娍})RS hy@*PICpcsYDeF2wZXi;a$D HZGX|˃Gtέʗ4Qσ$#F AfTF`؅P:1OJ줓9״HNR{AH; 5(6HKA3LS!ڏ vp!97m(#kƨ*:\FP^Z%"-aZj7v.^OA/Rfp^we$a9}_*VM2U%Q౦ 쪎/BT@)Zesw^xF]PY) CdsGÁ},3;YWG\2EkF¼ #cytFx^%6T}^N`xwl]ع\os"xaIt b~4w7:>c"S%iCX|)D_r2w~N֜ oCh!\RIvD' uD^/o˄_LO\&wRzGtxO--" &}'/wM6p1[,HdBn֪k WD*RZ~:am(HF88!2"bRn9-PГ5AL!Bru.B "ν* #UP$+Yk)❔u͇2\c;ST(&R<:kXH6+v\7^=bgw6(. +Ts\i/[nueҲC7|K<-9SQo;d'.yBE'0ͳ Is<4k}^!\$uɥDV P gfiQ{GdRZ d)*DL%aNiy&vO3NSp{]"Ōt' `1TNFOCdX#Pǘ=sֺ,X #E jxm VO^h\+'K𒜯UʹeKMqaeKB{mw8Ryg߅-X[@d"$:UOaD]kFR 8}!. JBA@ېmy.C2,_(7[\Vg#ZPi dl![yƗ FiY|pZ@QBG4`=Jq3GӰ7o{鼿ٶ V' J/[0j4qhtD.L)L|yT<2>_)0?*o+1&rt4dmDF^z2 TBC)ʩ!ٜ2+FnzsNr2;- F'h4`y]zE1?0xhALobYxӘ䢽bg .\' 5 @@RP5 ++ Ƚj.s02kdg% NbNΕ :6vXP`ON!teE'9_Kɘ}`rɵaA!CH hkPjefrX2n]@ÒTѯj,W_oo4((o`DKY8@5O1q5"~&T]-KcYw;PUIFI!z (-?Ւ!rDzTMJh舒; SLX_7=\hbր1 RIu__?캇O\Ѡ?j4HJu֟|TB9+ܪ@+pRy."^8ȨLϤR0"7Ucv\9DꉜIv3( Dء28nIZrGCxu POxMi-B?4T㵩Fn4Z ^CHUCya|lT,=r]|"4Aќ֗%AwuzBGmv{+WQZmTueC*{ǫ[ֆ/TRH@@pcIGrW"] M mv\v{0.lͰ/Fv;@A4"j,#6$?$$@b cgh`Y7W9T$ltmXMA?٢ErK;X+_TF,W\xa/\IPĤ=4 )}˪9,,;bpж˟$ fnWPq5eP7nQQƱ*ip*pp.Lvor*Ŝ4c D8өTސ†ZՈ_oZrIb\tgfa>I|Pzks6z\z<Ю%f^J- *w Qm(_{͋r j^}1ZO@[ l |KlD1:X0wPh[pXc6JH}{כXOe* &+ma&pz#'2AXI$gV[LUx=VVBgp5d,#vp-@]ډnPJ7UCUD`&P## gsgpܛi8ըh W )7صST p%aǘrNèBܰƙ>3ņ(r׍-} X0 ;Erm1{PFNPEZ7 l%g4bp 4tF%1iōkSU!m=RX 7F;'AA'F$6df˧rXnLvoZ?A BN{?l _˞YWfˠVzՌY;7ɘ?YeAJwۻs&=g!rU #݈rn\,Hx/RToE:u9.(G|^=X;>J6Km>~1?(3?.n]t0n+4ϵBI*MjTغGZu0}}% pc5*/lثҒI&/_>&ǒ,ο bI0!_ `X8'gTeaCP֙ g/O}9QU,j҄*'Wœ47 g-ўu@JOnZW`ۘ79_rg2Q£SRnPHXb6GZֽkT-bBea(+BI8d}ȫhGBU軉ƻɶlH_%r pQ@: CnDm_ 7izr C)~b :pٲ >'3ܽ:a:wiJּW;daZ4}N̎r=/Rs.n9mzXؠE& ,+f\AXC.xИ[D@1^*yʐ vu9)[m!݂K/o&yT/$́]a@[z:Se,tO!YfOTu~}TAxz4C6| v``gvw-^A .񟜪LgzU/d6ώ5?QqF]l/k?rD厩e^X@BgzmueJLWoe#d`O7,D%_GJ5Df$#Q6yK@ݦ=sJS_-<2 x1qhCTa(YhZk8L{0*wnn?iL~t<[Hi/zwd˰b %0mKϸ( \#Ac67g;panxUfߥ408nQpwi~. >80V/Jn}< ,%Ɓzb~^yXM%C?km6|CTKr/ a9ʵ9pC%uDX+!O/_YE3G|ާ$R<FV _k% jy lf` B>{p5YpWym>)ħ{Xe>>\XY(Y-=u6kJԘTdxw2ʰS]r"jJ~$(#ЏISx_hצȶ U"aI c܃.a%77E3hb6/LEVo(0Ƨ{]*^ ր0J /ZdN^֍lR=5mʰ^_^|B||do>N]]-\W{;7fQO\jEau#47|čS@N3>)2W{wʀz}-#"v9ch@gob wV#Ie VNJ_{Ho{ (fm `eJy'6ZJg Dɬm9.O8u\ίV06nu}us1B7 ҇Y)kWps95s_`UJ~w;uRY5%Km3&{3Jl{כveӞDِf'!Ie_HCgVRZ aTK`ϦZ: &yltRzXdɗ /qLPUZ[J;W :gY3%UMLQ=VΛ0XrGYWв#A"pO'LP l+v8+ XJEv)YܼF7| Gi @WW + ☡bdÑP;[32^N"2~4_JiM <էvww}֓J@3Ũo@m$NL Ycc2U;[JfLEpv*?EFQ} sy|;>غT ^߻[\`bԡgΐR XֲP;Q25wW|Vwo3jB] /@Ӎ |A{(QUGڝ芧0vb1M@؁ӷ#|~w5{X7o[33W CE$3i)|{W6vBLVEӼ%O5'xkTS6S޷ ӶGFITZv/fK>rFj_y-˺5Å}% 7f2{ AÍͧD71=64;h U+ͣMLBWUn!K#*qNs ;G'V0a@#qKM|F| 0ڏG>b,B};%W/G^>A2wx3˾%WMļ817d<# (i" ;sag@/0Hs6WQGvJN<ٟC5Z [QZMU%YqTb8^YQJM|{P 8":LOO|SU(<,Wan.PfYɻ2M1j|^kܭxS|_V\zJAA2DOV!J2ۼN Pnl'JZ?DE#0-a^Dvۂ&aKizp1Ђ&RMx_pCDIr9(dDI }U '|wk}@ir4t8s&g!$-`#{a-@V(y@7dyF%OAŸn A2n{t}<=M{ӜƔĨoWue//Kڕ|u1+:!{ۄqMkI*#qnr@kepE+.n켤 ,b*C :fXI`?9`Ӕ4Fi=Ud_],_IB,}Y'S%B}b7u}KzuXGx=TERm(h yz/(k(-18 1ބԱ">c\*?܌(V0O<wRzbdB t;j98dbU|l2{,~ɬ+ސF,g7\ }.e2f{4F%3390RI4̍rb''=‰97Du>yFoXD]H:ۚQ|n^Rvʯ ;m͸){ڧ Y] Lz@|ڬ)PY8vVm: K\ҳMt3K(3Jo0 ! cpS$L+ZbYs8SP*ٖ!ήD"E.cBS>sWs2kr# q4!ꆋpԂ,j׮B}:+ _f}F)=uԅ6.ᾦ~>^ v@PoWwwuWԾo,"Ңֶp)-' gi^Uk=jF tYkL~5z G%R*k[% h ($ć$BuP90KY\P`4p [q pPr/mU#Y->w:hO$f*3yxz: |a \PNf`~@i64YҴi_;yQ,pk-+̂R8L%p)7zO,nYQj#jdzs鐙沴fCS [ܐ2UTpױ8ofJqqh!Af_)??Խ#i٤}8$SgyJ* %F{9F 4W $r!aߌ%1W)h[n* IҹBiWtÔNg3Xô/[֜`cgmݞcvb1{46"s9d Uc։,Rv*%hPUf{(۔85KOB φiyPЎ/^SwRc/(Ѱ>$ }e0,^ VAΎk&o\ 3k?h:''g)<%XRr66\˰|ȫ  ~jZx 4-ogeZ.ԤP8\nVO6oZǍ{؅ ^1Q+m2P؍0L|< vW2B?vOhg̵vX}nҦ#< 9K~m? ؇b; sz՟`}qP7l7-Qܰ ep'^0YhHɣn Eҏ% K e-/ .+@W}/=?K T !EyM]fz)B23H-60G#y% F`.>EȖy }վvd8g}3ؑ;x҆KlG>Vg 1^2Mm%t6o6eH1a$ZnE~Vb@r:Ⱥt@g|v2t͉r EmӜr-?w~Mee!K~,:B}1AUjw7euh`@#?ITB/UC|7Xە!ٚFMSZ1yZ!8!vWZs"q&zwBo=`L) DŽ'HNw/,SW%9SIE"|5#,Ub+iE&as .@P2&fȩ^]dpE_Ԍ}3E_Ί"v,0I%a3 )E|/T mr.]Hj^uc*U84L"Np̐ |*;<^o^o-'v3Cgs?8ӹ$%y] ~7_<_ 4J/=A"EnXX\6"Mw 򪗕.s~Q(4 &7`a#w[xHbG1~b^7Jj_u223/P:^u@Τ\ flZ Eo5KP^~^6(+jkd9DByb}Pr&gqH@fgFu|)I yNG[\k8_ M:]l#YwAiINt]HT[|23xMT-(IgLQ-y;ܝb;'>|mOԕ1|¨˷\Wi(:(:2f W>>~3WK!UU?|.n[5%Y/VѲ <@k-3Qk%q]B6d:i0\I䱻cYvbJ_ԗ MV0:l܄GB 'Ǖ&+StLr=oU r*NRjȵ56xdkIaE`9Zй47,|;h?9]`F\ԕ,;[I7JK;y3t ^ueo?[$2(t9O}F1X (9l i*n2?A(=46t(pO<~kƜ$o. b. 6TNK6Es!/; Cvm9Ք7ă=ȄoW !`cpPyv0߲ }k?sdP%kd-ZV,1 tn_r9(a_-v'@>/[CMuZzbxDΟXXG7' MW%t>;SkWP+x"a GI^e4qS apfHnmB S}Q/j(oNDL^{׵J:mfHBV {i B1nX 9? %Ole2_0qobjϬz5$d s+WW~A@Zf X PUb %s@&sb1 -ƹ7 ,2*r-z7wOi^ƒj7TWnPt;AkT0/'̻$WPBڱD|gGlXr~WA irn$c$7G$!JR_z⾵ EGMnF;Iޚj҄T np =)k/qf-[kwbds( 1lֿ5D"TΜ ./ g0dR W~qnV({"_=;6Ox&93Eg焮g-NoԞR`HC淚`,l< iiMw)u7fÁ)UUxp)5"óvg~`lUɏckO7^[jn+%k1&O};Uk* 8 O0a0@?]5pKh:ݘjLepz`==Uo=:噠g"9MG63 :`r~޸ՓH%B|,Ջb@&ne:@͍wNjPD=`YM`•8x;UX@õE/וB?]"ٟ*D<hez`s Wtɮ[Ӵ%mMq65 A<hh-!`Od[y`XIjwh :?jGSzSGB7׼;y*'WrLeu}n%^4*R%IwѬqjO(8 (1p3 zBO-8ɼN/c!DzfF곰J JUU[Bc!esU!(]͒7?x!N9b҅೹dšG:IGdjɣK*oO%,AW\L4|iMm6*}N Jnob@&rOn rf#۷c&Wǔ*PxgԓkX;Dy>6Q~= ߦ!Hx&!Gx$cIY?Atg4WceR6'٦̈́?ByRW [kgA(EYgôjl3#.NdB'wE% JX@݈uHj*[K nKYp{xhPo:9f}&$..WR/C۾Xކc ?@wtT> BOYZLCuQ7zjb,kO.p q%!_G;9O3! u䤇Ҩ/`rvCH/rVO".8mo PHR9Pо~"/BLٸugYo#%h -𾪛rPūSCE1eWaFą@p|;8c@{ƣ0bC ߷BZ}^ݢ:K $wԝ~ݼ2s![N%xn6Y/&?J2F,X\3&>KwДsnȻA,+2t!v h] '$?=8Z׌/{j]yrj1)2_!}X;V~Γ/g!O`*YyKRƼr #[ypA:fHM;i*hAl)C2oíGb:6K:3g؉ g4^ʞ&V_`zE}nGet d4Qن@lokyz ١hbJS?jۚ R٠gMw~ESsقNE.#Gyxf~~:z$ Ak ZYt/[M:BgIlgstPls>bQ?qXZ!q;IsHǣC[ab֐5#NGbr'n%Stqi HC^Evv0po~i_>'2ϦcԐP̴niһ9Sr) gᕖg{r$ X3*g;#+P;ɞj(} T(#_/𿲫JRKѺP\@a bj.>Wo[>oN>Uh"7긡?(98,vܝd'@8O+)t%V?Grn.y^u͓GR`R #DX/r 47V[NiK{ݴןeքF] w@΃]63,Ó>8NGg*ʝ:mW̤n+yځ+1Qd#x}M|E%)+戜Q~jь"yM@"k-?& #Mm *jώx!qU꽈 ASt1>V'A.xz{\Os ׿ cjc0\;:1Fm&KwyBf¹~YZʊ[WZWOf/alHO|qiJ2ʵߏh Di><HhH ,q?tܒbYQPLƥL(&G|aszcj wɈn9!&1Xiq?l@(R2܉T:,EЅ!ɥ9O&J~Lqu~d.=AwdOvHNKrx;/wOw7Xf+x2\^u}%  }5"5=*#:z)-L6'.mȈ{" Zc!HSQ5<)I8=SdUVEtT}iϻR`狠ҧI_yY&AG-S%B3@شyam. _L>LpAē1]zy3Rۅz&I#nenScE,zm-!c~h_^#7k=-B{ yO>BWҡջ 1U!K\BGi.͝ {wгES1XGl+W \3k< Fɨ}7\tՁP,̕Lbid OH2SZA68 l|P/Bstn˩'UF])E4~ bDN"#&wSHⵁP(@:qt>]K ʌg!atظi3'6Nf"<_>zFŤ±rlHlw!SzItoj3@hfނ!BX ; ܷVĄZ.]WF~\۪n[c$vZ÷eJHpvǜm9d_2Y(Qݓ6o)O6`ipb횘 2ыtz o)aUTDĥp!(fIF2UKC|v gCU޽3sM=%#|ecd_=eϙg̬O||t,ypZ"]^H-cfg`8y18 4m7S!XS~&}R0Ǥ t Xxc&i0RБ#{l1c|$R8S'';+kuջt{is47 x'ܕ)[!A\ް%,A97)TC%Gb]D ?1ÒӆN{EˉլR)%G;d!&Dm}@9l(C.wkIX:tIY#-d@g.v0owFOu3H'1Og#ѻx/6=(PZשx0BtȮ_oWZuI譲zN.('2u HΗݱw+shcž3m"'%8lGFhj GbxHxG_ ۳39fWan`$h9+P'1^f@IE@85 {xE)E-/S/tbr3[G;0E\=<Jv@ln-~2#ov//ls'4EZVs+IJ?0!Ej;DNo+`=^W Qjn["T]&qUY;{o'--f$JZv6,;~D@vpw6Aǭz"&yUU*}7A9Vu .L rl99V\+\[lr<6_n]v!(mNLh`;yƩ=&{x\+V6%>v#stTEFJ_-&C30sgyM\]1͢u+ߎ1HVI/#>ٱ)+HQZ6XoP[l.tF0#f1cX]i'9t_={9$Ǧ+`wJR)MG9=鱵Z:MIH\k,ϚLX2$6ƀͲuig䊡ZZ8J5@SJ{}fxNlgqΒ?l\+TT Y冂˪mpuvzָ'Waܾ_rr/^Vd1T~}~rDGҷ `ܒ/ =U5F/ Q|p:.`54 .!ĵ]5%7+4#0i5CTfh䪄|B50c@ q3 ǧsƧI%KpYƚ*_]6*k7)SLQ?C`oD8̧>!?]t~f\Wڠ ل.LzQ$gr m K!<JL0/b"A tq4L#X=M:9y?iQn=Zh)_,zkGZ= /IZ5j6gz]zn}`s-t|AU(sit9p#"q> Cɷ(dvRJ>㶿u28j >P1}GqCx係;ۢA/hOz9LIكƏY|v!|E.Txtwr1hÐ[R.g3`% ɼ::6Pu0-u2r8&T}mM!}4d A0;F4/B'twr 9zBt*nUmvҝ;@Y M[I_r__ ʿwqHîuX"(}$xc "`F74|2ye뚶}?b$p Cݛ|Xae;]KnZ4)o-M0$UYp>b T6ƻM'uw5]2A^6Pc"[u^̊K2ev֯1/`SއOqqut:nV>zf"u;O=BT}b"xTdrk*Yk*2(,vϝeZX tR(lpo6u߽,=36ʺ iUaic-Əʇ%AݒJ_0cL|s EKV3l[y#CkU?!d3lm]%1^fq{hzW"a>i QO.,K'ެgw$2l@L?V` uz?-Qwuun*E+hD+kc. 0Oeog(Z WܠYoA+OvXL;-i!ijD=D(.:f–ej!~@336|gD6,Co zωBа=xٰf;7gبWZ>m`_ nj4Ѓ-1*{GeAؑЍ _-La&;\q/3lƌ~h :+Iu#2;resE3Y~Of_[)r}G.Fx_#GgNDRy]gJq fڃDN`9`dvvvr4r18geS8V$d1ŝCY W>͠E9%mIx'UF'R vYVyKQc`O +Qj?I" 7ƨĐ n5v ҆'/FC໾+ӂ9t_1zlXm1k4yB$zE%R1ODv~v<v$@*ƕ?*^'ǝLXe_1VIك`xm%!5Xp'ޚD]⭱-T{[mc)64g- ɬu*]̘:CN4=I bhrs no /,2:ğ8# <ɓ$':F^v~' /vg`s ^@(>6qw{G٣vOL#KijnKX=ߘ୐$;din]jAdg7{*[I>*59B:Ip5_K35zB,F@RY;ԜA]z` jBx+wQ"UE fR ZJĆ[7 ֈ%^da"G1\Q(ye%l' FCNjtZ,OLҶղ2XIeeI4"疢(K%BHV,Dh4Qu<LH:X7z(v?G:c=jLm+%͡>e"DޚSqjyoHZGO6/״ PV/̀Vpƒf_W,M݋\VuүMXva/tY(;(v#_Y85sմ˕8Ē.<׿[rgߜbp0at@>S[ha) (_>Ze-<\d#6OΕ]0jT;K\+-'x7B,wCEڑ58WJ9yy+e9 jh"/'JA$JDf'z^JY sEc$o6[4]=)"1^bL7JU:DvkMأe# @ߴ>FHw.1~x54gX-r0 Q@T>9y/o$8[(W3LnVݑ\XHlK]" _Իas-LC^9mè3Z af1 H0!.WF/}-FuT'chj3`sXtOE槀H1L4#? N y}#/ (:nq/ysOcn|LMق}]1G*8>=}HJKA~isT!z}Aޫ]oޙѧXٳ2߇Ta> ¥WsJ!;xheP'D3EO @mO2ULr+~>*Q~08FvC4]ӌH`oxCQRE.nB2=) :WͺP*Gpx69V&n1R^Mm )tLH'?ŀ_+ #s4Y(cxlhÕg}b6Ja'`B5/Jhݢ=R+sǏ]4Nu1_ïF!ɴM@yJLҜJ< KJC*w^8wy_ l 9r,xTp)gmNSoï\l@y {L,H" NZ8Bbd I|)уxz7Št&$w;E??6?JW`ڧk PpE2&,)W[.4ӾyOtZH:R87flXYha=ۺ]١k~Tj\wDI9Oض=.s=)uţ?of5 K E= ~hWdI;Ded0Z27޾Z X71d4N "~(,a9ZϺ)$ɾJ(mP>"~$?kA>,f#z8{hWQ-8)a9h6W 6D{U!o"Τ c2lCK&T(M .fi%?aXQ-KE$t7ԴװcE}=c5XNsWϫuJ\.xdnZ I@ʞS꬝ dW?+4 nJޚ˪5lA Y_V Rd a\~[ NzB>`D]V<(RU,@ry By;O x 80 y&70TM<kZzDF5eC9՗9ؗn@V @C&.EGd y521p)R/d*jCR:;,_._!yrgkthdD8$ڨLXlw$ 7w] n%8Γ}_}_G~"D-%FG{,egڑ;ovh*WE/ ^:3ϛJz+L`sW"/[?@&.Rp7T{m!Fd̲qhIny F:ܷiono+{!jt1RC?ȉ$K/:96zﰥGz*bd|2W A/7gkݹ\rs*y(a>tJ\pG mȖ[.6-SDP?Ò.-.TZE0%,h9O٪])sX#ve.ٓY`_ ?n~o }'밞ݕpP! Tf~zF>y3a*Q]ڐ  J&bd(W,}"&݁(G~4E8J@oֆܨ'{!F LRL2e뷺Rҭ qP۠,0oOц!Cmd ocwgڙ)jSECm] 6M*Th.HQϪXȉF+m \0$K6N?:4~({Ntׅ`Xʷ7m%?bhfDG -4:`m- a!^G%,5S5:Pe0 ~<68_"b-+Am={6kQm{MHtbnnC)wvr2RRǡN;vڳ5τ4xTF4vCG 孎(8ޥysUֻ4񓅟qSW%rt/`Nj|pdlaJݱ,^(=~}CQb:^cqKg6"cJ}f{ X }W~e;M-Vwad } / 6 :l}8Lot)#{ 6gKq ( LVW~mvkC)#z c\%yJj{=m X,a>]&4A݀<`Îvvjk\J_$({N :գ03/PKZ'%٩;qM6^\x.@ۇ3lqPlxbSim!}ckw&7̒%3|k,CŅ8% 0Xhcg tf8*.=5׎ -7PNPϥhjQUۤvsVAzR:xl?;|ʦc _᥇D;m :Ye=ۤ+61;lϪFꡨͳe9{ P.u>Ǥ$ƥǛLvhi>Js_4eb8g _uְ"Pխ 8LHX^F [xT 8,2A+0O;nei)=q_Bn۪| sFH2L!m5F{bIKʥYs~>3g Y}S}]G|kEoi@&p *."Nj<MKzn燣7.0az4w^<P xy8X"ɑTov48#{mU<#~ kcb0heI]8LG [=1W:u$iv 2Dv{D"- AQUѣ6aX1jG';yMZS rcb@Ɯ"fʏ8V͓u:Iaj'C[ ߀ T7(<_Nb=ͬT"P/)-^?C}fo'YvWj'\x/ FW&݈(hej\P~0<2Fp*B4NVzϞͦ6ZpnrY &X]v=P3[*}œU1pZFfq 6쐻Ba@QQ3aZ(J1 y=Ԫ*xPղ aZVc&]ܰE* ıQwȑMiԣK#8݄eD}qΰfPlr ksңރd Q 8w)GI'L!Vp% >svxHyFոq>\&i7/cKY^0Y'veR"D`rY\E׏%Yx; &Jw WL ؤ;Ōd9% 3QYXϹ]@1.aJ+2)DrVAmR؂ [Pɯ8 hFQԊMz#)]2X/7Iʄ28bxX!9VX;"wA%B)8{%#-Sd=J7G?$uzMQ]$,<=-`\R$m=zAw ѕ<]8HvQ?1ZK`#LaGЋ2]y(ܐ#M:%׹*7-@xE3z&~p>+6 =h J[=ri ?;gǛy$;2 N>PQ֔oʯZ 1\z!as!,D^KE4 ozzCj|o}jG@lU~? ̴otom6LתgA&E_iv47^}mxݥw7&i> t UQ6"2$ד" 7%/]&̀?.FPbH^LE-DH^w-mM>W62 o9.06(C&2"(*KrR@$у JXSd&o *Njn~[s85K|g6K ,}+ŀ瘇E |U^f ,J !j 1' kǙH:4Ok=z'=0VVX0T~2gubYu_f Ȯ2:WKNgF'/rլۯye%#][t^۩pP?Raq}i5 `d{F0ANH[}Îe #H@íkƙqDb_S$P_ z(١%?A*̧4TjXwgz[7 [ KzM@'.rG}tZ޴]m,2*nO^>՚{,Exo.f4I@li y%(*2qocQng=q&Yu Z3nhCGJ"{lp\hVϯnwڠ&T&VȜ=4=r)L>5jR`H:.(ɆTAT2K˸ȨCЖ]V!CL2;!oܳ[9y}o-ׯ2eKyHڍB9D#(ǯjQuѣy`Û1 "lW1}6`ޏyP /_9vFT38:- -W>*C FyX6<2e~;Q> -t0wh;QO@)LG~M'm_V J>6x P'2 uUa"$䛔.ZB"Ԝ$]@i}u HS-r\ہ6珅7ΨIsp;đ+e*v_p+np,Tj^ydrwT-\Q3+E][NJy C`I𴎱MA{j+՟FkT%`e{bx +dCAB~MXy<Q=3|V^C*Zišv.6l;yf Vp_ӇͅEֳb<2Z \t1QDT,c87bWhzo)0ru}]E *䋽M2G/ -kt""N5P& ѵw_%RricjwM}DT#[f9Ksx_c_w<(atL%۶0ekr¿G$==0 )@rfZ 1Kˆ(g4|yڣpeߍ Q DhB KsM'0 HMt{-_flQBZ f'[ٍ +P9rmmn`}[F5]ՕͯtRK"g~&Xspd6t]fOA//µ nw&l, ^Q(> Q?thVȋN}k,55Fk5N 5SNt#JyoWmk}8|3^.#Cin}>ZV|:)Ċ@cth /|Db$AťKZuS@*T4{DBY6f )ҵL щb, sq H#B@nGg^39oԵ 諢t ш9Bg7PfAO8]S2`ER[t=W1 -]xU kÈ6j]p:zW/I{5s|B6+Vd*k#$:vQFyhtgnrr̽KY/cd"aqk;8VC`N7e6jT߱Ӏt"Js eڨb*O=ɢL3DlԬ_ZGʉhJbo[Z.PMTW;*:XIgIbaԘ FkhFHͨ6*UpܯG38;~|2̕;7P" &ߤieiT%Fl9h-TBS9Q2eT8(&EŸ0~i R*k_R<̼E,}rW!S(S (<bsӚ{S;[y:@!SWByۤQ/yԒoF?bB_nbpI(S%2@EfMLY]ut`#O):N/e$ZRn Ÿm\2×U]KWB~?r1o[e7x]I; xρ<ecxs64\:0oFx)C@߁-#P2`7Ȥ= Dn5I".Z\J<(vn*,g6DS(sŕqK|%z{Ngko:(D82}n!Rw9D$`{?8Z'h)ة B nY,K  > |%c8XF^Eś0Dp|ZƒAZGһz`nԿy_.(^\"#4! eajlUQTe_QUѵq( 7u1{㕆0\7'\r'cO'Xs~f~څTy=U m'Pnf@Eֶg޿.#ayFy2nԬ,C+=ɦIo-iA4pTԛ9P]G R?SmпvBeA$g+LGpIRq8 1_IUa֣J7iDTkki'?<f=UL4HZ/)\^׭MTscu -n7۳oN}2+Et[ W*+g0.!b QS.4iUz0mlyy/O_g8ȀȣApW`'2+d0&fI{I6ĵ4?G ;LܵcX7mu݈W/sIt~~Bpt@|'jNq_ enSWy`)E) 5Krm iDHV2?z`+XyAD%K{Ԉ bM9Tw@L_e]9HO0m xDLYr9_ ߳yzJNzP% qcs+6!Z,,ˠR.5ֵb 8eV'p! JR٫\! xE[QIQ[̘0?^?hp<*7Nïq$M-yty09Ͷޤ:DfCVױDu6 GUY:#Gixs[y|XR1eD1wZ~} ʉ$|(փE 8Pצ]˽`lgଭv0S+@2_r_ۮ=ܶ5VZ '%&M1P-U('B|3M-/'drsJ)Cse -%+a5ɦ+DӄLLM票L4/xAĜ9"OB~ RY:_݄vF-'5W Z}(KQZJT'Ş?몥']Hi*"mU١41ԕ%O e1;pzz5^ $Hex*S6[|T.zp ꓨ^}B^'C`/+9<\&fRFlW=vM "6 ;eI7Ov*f u(I*@0Јb%/k??yEb|ݖ~]<9Qi\Pe'|`o@qh:SK1cjFJzl %>iXfWh -vScʹ"V!R-LekbF–qi֌C!f28j$CYɭ,Я嬮CYK2XvT^ؔ.kdt.Kk?DgM~iu]ڱq <>< $ĥh0+q MjF'l(1jcdSժv{B YGCv@l0e~W=΂iF9@VQ$@a?:Q%%'z0s+/Y}p5 @lKɗ1"@mFջ8EW#Ijh_˅ yޠ=x9 huReu_73n+%~o,:L$tugS2\sQBh^lm!`j)v

h-}q3kxu`g: U Ӗny4d_+/ɼBOyl2gKbA߳݇@Amf4sSd"m8$>B2Ltp?e=zLylwpU6s_Ϝ{u<UMGDlscJEg~ء$VN(ik-۶-TtWW6^PsO B<\H#"5}>ޕB,oxZZd ~dhخ H#L)8ޑ46y@d8(;m9pEu+c#R `w\D53,l21sֲbGD>Œ=QqQK EURJ \;#r΂K/4XtuiHmG:~\é~19pj-g[4?]h]RJRm̴[=EA9gWN%xڋ?*0wv2c@EOw q%G{c2ẔW=yy?Iq-nhJКܴ^,хoďRը#ŘXz%,KKc !pJc[!XU\HO&w#H25GlzO C`6=e aY.-Ե\ E/C'SFDŽx(N)PJ޳.7*!vaDG; in&CծriqfL!񈢒@s2_VÇzTuڏ/9pjoc捿D'D@ˣ:JjfXQ}^FXaHb7eX)'`5s;ޡZ3;= iلت'[Fcu#` i8Rqy/= )dI,#Ѱx7ҥ5zwpd1z4 H,vk#|?Y{.3=up1q^CjHdjYigR:2Qr?7(uAPa0s@D.Ѻ7?gfVf;uZ׿|B0>$Q݀* #5٘E]m>YSt-j@$`Fd_;/TZ|%8Gsi)/=4~ž3C]RAyضh07?e1tOi[? .ؔd7Hho)okZ M xmsd*,EcJ QKzM"Qsَc,(6ڈ/,{Uy*B&WLNxu_EAŶ2t֖quܶG[v* Cr6\oÁXߪVߒV$ c28WvW<Ԭ֋Bex7Nl}=MjMDxs:|SSC/" E9n7zZj4s:zdXׂcDԑu9G?MM2'=g]H:@z$\Ea~‰! 88׿ZLxlK *`$a?'<{l|<[HM1' DD7q^a25:ɾ_Nc`y9s 1Ex7t ސLVkA O>> a>f i=9mMxD"}cQKbJC 9\HyNE<>z]ցF 2PU&{뽡#Xb ]|tEfrg c^-4]pRV6"o5 `Z,3!Уj `V4WHf3 7=S]\X \XIXu$݈R`&RHHF{5Y|Ԋu[~" c3e_?:9m&aH>[CUn1?4.L=0:?VI&JOVTnHV&`- [=;hOGV-B"/"]Jah_&=;S8nhY&穈י+́ԌtK]Kh֘h+~lBaEY~Ԃۉ_꨺ 4_|4!,U+Rd3nxc[TzрP;݂,ٟƦkvQ$ $X߳/6ؕHY:teo']ʰo+7ĵ]JtS$7%\̕jh)Z nL 8 d3ϡ?qz¤B'=2pˉ{#52i.m?(E4tW@JHx8Eb^w2XHs殌 W",kpGpON<鯭?^>kB@a!ժdwg9]%gi^!5bF&j6S4Rﶍ>B NLWo-K̷p}°m@ǒ>,C6 I$3VnmFk.?6b.2bN7+m;nIWU׀8?ƻ 1F`rÀ,Ȟb[lы_ Ƒ*v8/̩ТVm~OK, lޮ MTiz~h(GNsTo x4ñj2uĥyOHШ꿋 ;t!4k@M}v-(j סcdI՛/";?V.Uqoe岃a91>ڑ]%Y*ll}(u # 7lTe/*n P.x7I-t*j8h6b%2'c9NBo icQ}!E*m&;v o@6-y-W٭q\RٶTڌ?B?FIFMC%)onc˔i5tLALAK7o3( ȏ ¬`3A:*7̧>Jefez<0l1*Tr$I\{SUG2zW^Wm[z7[D*w>:ٶ"꧖^reU!%vppm-;-]1=~9̙9}BNfQ~ ?;r>䌵; EXIbWZT}DTi#C A!+6dlF 42+ {#ʋ$Ft^^c%3}0h&ϯ{-DvsJ\c2~R8|֢a"yPkZ:M[ix(m3-PwOPJY嶼[V0Fm%\tg@vR͸ 9($#c|KShH0a^#S=TTӋSЋ1 NdwU0j1a:7v _ ,; yJ*fAs\/2*Sp"@@2Iܮ- ocd!|k& *Y+٣l J#غػVkh% *P#be~ed&ې0{X~|ciKTfN)K7-LWuC/ !D.f]l=LSG(5UsxP"rlϹ!8ǧ_hF21ʃv=:@̚\-! yice|2xFXtb{x>+Þ0Ko75n6aXq/`0='2kP'ou۶pO`&uQt?ThޚESg=e/h{Jxm2;`t4"WFK^ yl-&G̲"HXu3 L] N>~џ`I^$l)c6),G)!wiz!4m#˒.) Z}T ^> b+cHFaxF=w!I;(yae]܉ _\c'i/r'AocxuXX_AHߣ:`!zG.OP a=}0͆_>"pq+r,>~{ .Cti>ڞ?8(FWzG,FL2)ScA1Г_]\]жR _ *SzGu )<$ct(8u cVwp` pOHʇ|h6&J.oVw܄yl8AP/wW3kʹʅN!.q]k=pdus"j1j5ND6ʔГ&mcͨH4؛*kkh<k$̞kSŊ(_M(yKwv7ܸ Üߧ_ąNR]4jUbh2Σk5,Ȟ@Rw%SXfx^Њgxń ~MU/p}^~4`~FTIYyHy͢@:KLkn5i҈mYH={DN6~"@)%2x1N*}]훼A;<}Ϋf =u2dtm#Q[{y%Ie`@^KxQ rrJg?s Olj .nv@xfDiVG6 3 l6fce#)$9ԡLV(DoZɌSK&-~]% }N0hᲶ*k-يp"I8n) 3O5%kPUȞ `.y,4G4U%4ps]ղ]rNLMvn!joGq:`ױL㴥>"]BcwyNrK{+܌=)gz``Zך4\t;j> ^lհh<&>mnάc z^;kǤj"Ag{ -(g:ޤT2b;+;CA&0g"⥜e]^E N׾ eƱ'^zȦH]į6zfr/NqXD0IKH6ua?܌fm zǥNGPGCRø:=3lID8֫}<@FID~!}Br9b4SjQ~Q zj]@w33Mp%"!OA4eF2G,>IJz$\k -S?J`}sEM&lpeYN % `y#,$U"*>&]$ <㬫R_2a %Fb:C @P¸|ݪ;u(d-Q1(@gԺX)8i(:&Ra+[Lk3Y7t {ɷ/ Ȯ>M@yG5?N ɮ>.l }v,\=O,bG"y}Y6].`[^0"dwZ"Gk%1+A`*7HJxhd&RF3h2*3L0vb;fۀY ;v?8w(ND!S)Jc-=/C .*[>e!~?k;әxP-`n)`t2mx+<`)2aO.cqӯ"cs~@[Y:տ)lw=1$Y4P=Ý@=PY 50Ȓ n3 Ȗ!Ս"-UݯFV (fHLh_&rT?g2akt w^"; qZ2l_F0 *zLFБ}fӒ4_@D-?D&&;z:YE~gߏNP T z9TўyR[Kχ=hk14 H73&U1o*No2кv? {B"bݱצIFkf8;tQKBC[q70$0 [dlmjWD\R,I+DA E罉e!\pbtKdf`SzEeBUJO氅 0> j3M3_b PeyXJa@x01".ovS4l84 oz5?:%kH,cwyQMx&kvLB5.睂΁v@~ƭ3W 8ݤWLj9F#ίurK߽S%*o=ᶠEJ mT"irA>gQ$+ZL.U8ƜR`N܉S 3LDi-rJNk3bw*eјg(L&}-tj&M^0C*N}SidVҶ]XT ]<<_RzꜪ݌bb-{"ˀ*e:]A9gXH˞qV PC ]0 :S~}8K+Dy-4cʿ+E(bJ3ыB j)>O|9WZ<'vLv 37W p߭*waSK/ho`K\0|5^ڜ}MIqGK) E"2_u5Xf$wfKxJbѯK٭spưQDs@@&,6H*GBICXF4Xq>$D9,nJ;wLx`|B]ehY>#[~U7 Sϳ gHM'<'93t˭:lG_iZ=z.q a|r EL|v6Lo6W)oux5XJ)d-[U2|P+[&pLz4FѮ<2M]psX;xMc' *2Ugl0H:Mzv\=%G.s;Byc&:e!6âmb(`[y1υF1^?;Ka/zλQ;8| RKf`:Ft:5^^2z9x9< ؒ-(CV輔ïTBҒFPp 0L&>Kb3PFquyWJȤ`NtJb`PP"Cǩ\A*8wkRy&O6ǭSs.ҼAGOFp C*\禍oSIS!@w`ybdHKc"-۽[Sp3uɀ>$-#؞@a@2 lg/BziV,~BhirG[ ا?I2cMyD JTAx9bؗ/߽y[ѱ N iV|^9ޱWcqlihUS=E>P!v>1ȝ#d7oQ>JRؑ/4!'ṃN1-0]Eݓ@3NJ?Y]$hHOol5$?OB@vl(&z_u%5nhUrMl^Ay.{q\V"6?Ìm6MQ+LCprkD.HxʯNInQCDf*[_$vOP$ՃC bv WŲ=L/I4"Hx0KyJ@JA"A]ri5B3\[ VxW;`!΂|yUSl[VUTP"-V )eȯ_BBtͭZ|~)_я{.nrW^R_,3JeXՏW 0\v,Tz{)1^Q$\pQBFQAG @K\E%ܶݗU)HGu*%/ D}kɶԵY}qP-Ju|ciTKk;iR@6*F[ekt<$T+"6DH^K9wFھ['Dc]'9c+ .+5a)O?i2$isx[)+, 0k ƗUfd ( )A2 (5k cمQrBvgˋL]Ɩ$G5 /KSl銬K8js\N(O1 }iMoŅ`(w;֗z2MbW|^f*w*o>;st钑laTHmb*3iC+&SXxt<"ΔE{yp.Q ZOO8+&Y›ykRԥLGv5~˗9͎?] O!vGoa\MJ{;@ 6tk( VPn[ןࠣKi&Yg ɖm+Iqcxopcu bL:@ QBfq׹<-.=!RMIEJLAE?mAS `z%d nP8.GE7p?Tټ,ہU?f aj|IKR*Z lYl=ĸ=e8`NU+J#}ycbõ0&a 3kX{,.Ix͒(K`ǭKCsM\MԝVZ8u+{$(V5m"F~F2YN&7~bLXtRTͮ,kpoƔ=ԱCg`,5ơ깿!@ؾ}_\ld.Bx7yj//,Ίĥ[0.NإbqABI]5 `T6%)z/W_)=w'e&JzqjDUoreДHlUy_j!HO:CWqZ[ޘۑ}b>rce>%``IW:v;(y{͢\{#4<%SOg9jz:76G1ĦGY[* rjU+=WhU2̝֔kW=BESG&zWt6 e##` 6>U6G%5,lWn bpJ!O2;-0W1賓GBx6˩c,^BtΧef֋C{Zxph!%|G_eZ }1M/HkSKb?INўjm(R!oSM$[%y{d8e+pYm]U >fgR2n֍>T[]9z]lCܝfK &?}6wș[2do DY$_PĆT@do~Ggb;#~I<I)b7` {\j֛o*Fȧ C5猥O=rڟd}#)Y*\z-g^U۳fi98 !7QUKj|7JP|}zM(׍R9ao\~Cg@Jna|Aq(@cIMPܵSDVzKkR.{ݩ0v`7pK|E@tbM[5M@a_e Ȃ&9!󼷌O3;)r P  %vHJ!.;[iQƌ[= UTx~ʣԧѵ*J%5+{]/ZVF=p *6x:D(`b8{).R .k S@*+[`$AzѼ#ꓬx{c<Ƽhz|q: &kck7Ffwf'V6W[ʳ6 56I j%7_>;vdrMT/TF g>̄9:S l⿮$1qܞcdMۉB=}Cڀ?RJ.Ѹnz<>` F30l G@UM.7I"krE˰[ F=T/j?KWmc=a *3ZೋnnT-T%׻A'w E+'i݂a-ZvbmOOLI>1~=&@#+n+*5FS7dz7~ԾUZF~B*O^(6LI S~3L=tʬwR~߹VKuI3gScl&Y90|E$L1۩[ H{Y0UD>=Fa?Ybrۮ4{*iQy= 10! CcHuzTLryP "%bwl <^")npտdJv6'FIV9C7W[ XԷ ֞|a3c7->Z1#Q9ĜτZXS>"ϔm0yS_+Xxڞ배lEr=.엝O9R0=9Z%o09팴Ҏ{03oVd?S#y;@gѳ5Ue>S }Xs|Iij)v!sskjTf@X(TT$iZD"L`ğ.>Z_d .|~̪tu,˸ }rwbDh+}T&9]9tT>ȸZG90줣k3dlPv 4*o MRЎh[iAB- Hž Y|TA9e|.97I"ZS?{9V )J|s+r4_|(h9ZIE7#^/VKhS"X- n%4߯HT6|C Pq+fE[O?Hy&*p3Q:Z!^QA.vR*hy'l6H|+/0K5ѴL-PAN: Ua!;p~Lfi9C{j :TdI[ Sy'hn#<~t-G̪m&o;Xi,($4ôE 0qLK RSӀ7w~|K8&ja (.$1A%׬{#; l`y@`-4L 9'_j&RݗzѹAm|RD*](5CHYKZa& LqL8>Lt}ke2񛤯]hϚP l b)hB8#dԲݾ} wY:0\QM0'&UU3B00?ʙߘҒ_ʘxWK;T]pwN<&9&0 1gKN(mZ=, x+9_1Y4[\|z} "`w. (sPݏ-x+yËI9E-}u]'qmBX]o{`H8ۥ"$24-y랅 `:WTJ=gDY o XпBFyrΩtR^v"ᦻ0ɤ>D,$#rFNp 4 2I#agݖZ͊\ɳ/eHvHAc?7׭)s$?&'G1J=BJm8#ں*~Ap e'U6 kxQ@ q>#T_ azߢ ;puU~P@$oK})o MbM8l]~țqDߤS[J\2V@>S,F]Lu [BgyD=kd\aohr͑Z&\{/ADN2DlB.;l pBT[jm б¾ky( [RN9]`t!Љ/pz͗F0|tm~$q2n}MʈEtKRL/r[_6kQVQrt ƃ13L}R14oVc.Q > ldQ. ̪Ұ r! 8Аjh>e}"6Ҷ }s\?HTAA UFc_JE\ NP'߀Ԛ|u6 ۽RK<݀pm&vqaIVcL" y&υN$փ@;C&C4ҠSt%RJ\V.֋M&Qwt^~uÿ=B= MqX{e~<Dv^i|qOLϻBb։=y]=;НT螣HV|kfn_ς^pn]:Y1RA=nȥ)$T5ǞڇT~1'q1ˋKbvV7?oLWZu:3v/-r:lVm1Ȕ_ }Z9{XԎTy3bq9F+_-kraOٞJ^eC$RM0/yU! @٧{eSkhޢM{re>SFFte=L1n<-3;&Wyj5 ZH]2%_hXX69Wu8d~&{Rԋ$+@!1f)#͉m*W2Fq:,G+DD֖[!zSoZ"LIF@'(@./~?HhqRgW~r{IZc?IZ7i'-dȆv}(kdwfqDͣ2 ^Ph k&$\|Oxcxlr(r!6W/g?KͷD-l?7s'1t HqMB-j& aRи vN3A(wᩦ 2џ& ؕ\Q-0Fz3$>LźSDz(n^\1]jq9g|R'm]nLĶh Q~DTŧxT:eXjT%la-4R.E+pect Ccqm ""6xHSx—ѵ2~g#¦cp+[ɷlC'=[&4zK5qu|S^c3f7p%%-1AWcocSEUxX᮫ҵ\ljAp=V̄ G(rCTM5bŖ,yLgeğ2 0חs >S_u$5Q:tz2 ? CBKjn;m޿Q}/ =ݍ!@5'R&S ]U.`"5fJ49ź6{M+ֻG"`Hɏ+݇7WF!惁fa.9'v,H(4ui* @[Bܞ_䶞+OuӘ'ϗ kTgy˹* 2\S2'ٷLPaT QRaa~QiiV)g0ЮnECtM|eQ!8Z% h]8GO[rM=X>܇\NWwrw$j '7,F,ޑϱ7M4tn_.N"0e>PJk+x3n3[z{n8z)VosU#IM19p.!^Zk$K9+b&PĥPf#MdyV5U'7K9E:ѥG_ %!6oNO9vh'>ۑǙ\~R3IX/n&jןoGSy۔& NlԆh::4Rc?VF] ml|wyCCCהY J3}B7Wu R9c(3'&ewelY8t ]$-Նn~2}B9z52r$m[#/2)sϨ@R"goۓF){#~2eX<LFs7we$VQyU 4Id/o6QL63_wGﯢa\" Fܰ775}2*CT5Ze ?t~h#jR>F6DkG9_nI,n#Dޑ61Nh{̢CP [o{~՜Q4Y<Mw<I@C+\5Оm5B>HzBNݐ5\5#1Ԃ-ەjp+Wn㭊 3 X8S~B/ D0Kv_$`bdH7/L夓ӕgmے TG‹Ewos&}* ! U@'Th_* ?lWȢVu nnFu+!&۫. @'3u $.㿻Q.l I~ ig@G޸V%<ŌI"O4v )%KzАr U+ M {^R>|'b  iܗ@qF'Tdp؍ &Qdͽ'1)f(),[Jqc97C.+֕j0̉)po<|5*C7# dۘr[PS9` M+H"E0=LD$4O }B ɎC>{Ѹꚇ#;3gE &!B+N)?k`YKR/MTQr TcWqYpn|aHmW oiY^"Ք}SSs1wD5IGXh`%%I.E!SQF& ͺث?gKQΨ?1%L1s;ك4Sغ|pf\.Uo ;FJܭ,y94!7xi >0&52BTє4D8ȋ]Ie\蛨 J0@m Bqۢ',ɰ˜9J, gc|s _kᘥi"džbN8LXq͡Yn gxW{H;Y{";ʎo:&q'Wc"cAJ>a}Ln@Hq0|?;M)=̾W.Xً2턧a7._LcN+_ B@=J$Wf8vQ_4I:?[;>^;37tڟNaOny=큏yrJٟ.20L. wZsB@b0%#")B6ئ.r3'3C_vE4{!2-[mq=axi/eL4MoC.HIJ |фpKegoo"7$Tw=c")]wꎧEVpdÿ Q%Ӌqmk؆MÇNĪ2t vk'p  ?5R\ ,.mg)VR2=A pjN&;jU؁x| &W(*|zxZޑbj(HzȰ̇)k8gqEFXVYp1~]߈?[׵nWgD/Nۛ,\qTMQ@bKds'?2讳' $*V%Fp!Z¿DQV\q 㱆?'B#+8!C"0Hfb^"6؂j$ d#:@4G=D]VXn!IR}Pn6L6,v-GEsa7|PPj\lfW9"`\G čh-]a`;KG&_C/Z|H܂UrX8 %ڦ8 4?:Muadz QSܜI=ʂ o 2 =_1 ofRN8[zO={i&x +]X8c /6: ǯ[5;Kƹy],[ W5iѻ[zs7 vMb6&a.I`EEH,n՛%cMWߺxyiIXnm-f Я޹WeN^r9@Yh چ~Ql0@MMc߯ 8ez`Ɲ?~h`bWX(Q͎S>`P&bg}ͥv;3)#[X>UU{c*"QKfwΉCOy(c-S҆弟X:D5(ep[ZŒO\\;v*=oYw!I|ޏXDl5=}n+dPe~59.Im]80#Gm2(mLM?yyBuN mx%!'jҴ7DkYO,x56 x/|x#Z‡#:`脾2>v:%O+Nӆc[Z܌b=5.s.AtYǁ|3p԰o*o{\b`QP|q#7bX"Zv_Cօd"4Yk345d@a?E'~"b;a3TYUTvbj\zW94fƓpQe=#voAly 2 &v3_8<duqE}5'^l!HzȎ[z3 S )"m$i6gԴpBm1J(6ESQBɱʼwLF!ht YhD*T_Զo;J-yZPm%fD}eT@RH )ip(Fq3ւh6+ůeOD{ޏ~Ю7 (=*WTo[PJ]un0KB}CLъSN3n+Qڒ)Oc)Ra{WahQ!^w:7wv'G4*K=H-q2+ ;f?o!*Z;h= (BE99ck]ۑ BsA+'y#eM:v؝Cǿ]l]Wɥ4!(5Ëw캿#B}p+X'<^>M8*?D,D}l2/B r>j Aca 1_fh.-10.A\\X^.CNqCec}3Ydִq-1 s^|rƲC'`Tٷﻆ2S8 >FlhiƏzɽƵSRXlإS耬_ˊh=-bqqWjcH}e9K-q$"1  q|.tPy ڂC~9Bx(hCa˗iTC2z^}ђ:*qdHu] 6Ǡc>\ݥ5?Z)y66aC)D2 $()~Xbk<?J4'otzǙFdqJ> Mn^=?#r KC~Hk&p5!ӎ^qa&rYGpN@'s2 VKIٮAU4cɵ#q0$ghosj=yghx>ހ6׌/Nu G8ł8YVeW|Ҹy7xKп-:h2<|BFufbOŻbr3Wo@qzHMǜ"@Z ?qNEUh!hUg2Cƈ`Ɵj7{펉úOoru |rm(+OO x5S&v7˂tˈXOH1C QK50tOKuI! \"c唊ҌT#y$q:~4xޙQ+iHKuo~J8xx$%PWP ZBZC=b[-ACָAvu>HT;I)'g91!ͨM$10X(jXdEhNgj-\rsN%@4"˂v=Xɮ.tEiagsr_r獩88ӊK( D^dH}$ha#3p/bi8b}>~#d9L#䁤RT%Og#^ WpLvly8nT[}|# "|wW>s"oԵu˥yF8q2 t5iby^wTFlL9 #UsH tzMtQy"UUqv[8̹qL[A>VBф-M 恴FTm\R${ G3:J_Da3^D8(A9tmIQ- uʚA"^llw0 kcot P.OGϨFD0o߁TTOrY#V~=3K~}V>Y# 7E,DqmB6Cg-^GF0B:o细 >:Q )EtһMMCSv}:HxNx#L-kh 2ZXSB>"Ȓe NGLķϰ޵h3 `C$fe Z!쎋eu>&r#Hh8 &Ч?X5SvRԁ=_DQcH$s.{+|!GtD!b}Zz-YU(q/E5d31G';NgèB|a?E 9[I80S{Hϙ3vmܡ]Z  R~{Ew/XOB%UQqs9$5s^p+,kIȕ;R8Q͏gHQo}j׊ .l䅣-P{b[puRMH؁P%J܅0a#hnߎN yj i8i!4!&ʱaȋ&Հ\r&eQr5KNzSjMӬ.;n!ǼF0`4HujQ '- ε:1k+#y}y4aT1{E}E;h60&:zU1c' h9ayWu-'C2Y ~s$j/o1=s,Gg|[b8Gwf̫̞10dpeEM B vxA"UyxFQ/ӤU8u'1i`Q: `ezӿ3;}y&2?U@qJtnJx!W*q@{g'xBsvORgD'س MƑ lLQʿU3Dυ5 nHH0S~H3o]W`E)Lgּ]xs(Xu!J %HYc|.;7D-jG*?G rՌ>$˝BV-gLИvY70hsv}YV9jM 鉟a"ivM,[pJ&b2aQ}VF.IO;#}}@OsV,ڌF,ϲ j(y]7:)D ="A[=SA)LET=jr9` څ Vj( E!ĭ"C4u7$YTMbSmż-L7U,!h7Rv(ᴒlo̕x[+!`W OG%i@BP9dEZ>/Rj%YSK0g6nIdmޝ~{{yEeлVTŸY/AĬV.Y֍uk?&`7fBv>;R4\O5$?D  qkޅĊҪy&c#>#~' \1w-f<&.>9SAHZ \QE7aU[&i ֪zc8Mwϒ7ʑBkcvB9o!rMmLZURX}@G2<,}#pXĜ!z3\A*ivu!`xS;0~" 8{EJ~~04gYKF {A!w P銉ԔyΛ'ojo(s|!`Jw+K1l;VXgYT{. 1P5\ YF餑|BJˎ?l "ilVx{QK9+/|W `\Se 3>IDRp݃+ݎzQGE,bem6hE`r_̆wR'iCdu>Ca7L=VHEarY fg0ϻI{Jm9>o/C%0'TW|ǰ@?埶Cu^F1!,\ZÛ>C !-,MAt/ay{y8QqJf!;*'|wp$,}R5mGl-IˈҲ'\ |"T7nMdW=3oqLyB#𬼉<VwJbP35f|IO=Tm~.P9qaK3U"_5#{Q>IЃֹkm3' v$GJm)|4>HKGdy$ˢcRؼ$Ha-z4ؘ}XHFUP1n^;NMEc4^gp fCÛ7vUKټ`(b9&4 tgO_A쎁(#/R-#29U/ ,1E+~I:d"眬DB,`cR upIu5Oz]v 6\t炑 NPSA@nhVLTZM]&KL60Alc!8?XIjzmtG q^v>UIYAiF?̖5-60&=igkqxEb[={4K#Yqv ̙9oHI .{88u'2>[v93 Kʈ6Č;0>B+AK[YxVhQTfUۊ¸xQ{fU򰧪-@ D%9VjG-ZY.GЖBJUDy5v fN~Qk2I@{!ZҀ[q_Ԏ{ 8f+ 'd5۱hn44AW: JpsBԲr!#i* $ţ >%5Be{jf?i ъy)N-~Y`SeыK!X@@qTZVrG:f EgHVv%R>"&EH"+$``vbp}[Q3" 6 O n^jv`\,Vco g |p j8Um)n3q:Az|-fTtvP"00 kPݸxM>9P~  *f%o#{ltNhƔ E{P끯cn.akIɉXûlF$8smTĹ$ ޗ.<(Ul~?WĦU}>CJ3MkKVK2Ƒ hU5Jffn3PlCUHE|L8Ux,2PXJ[6MXc,@+pSkܽ4k>ՈC M'b]STSA=t*& ZCJ a|!-&\X?U}[ >F`$:́l(O|th vD&n7\,@>0]5tisˏj5VVk9Cf\60s_yM۲RɊJ'£ U `).xZoFL-ۙ>b{5Eb^+1_pѢRWj*o*$ه33d)[y(kʍ MP*Ό|{մ6cWz:d=ݤHe!߻hzܢFNq Bn6ٻXɪTwۖsyaϟЫ~GMdޥd] }jo\Jx~|g+Rcl`vֻ+b/EY5pC".kk*Zݿ0Ļѵ-Uu,ֳNf`UyhCP_Ϋ{z6,