systemd-experimental-249.12-150400.8.13.1 >  A cdϥp9|gQy0V=͑GO#qD>-'[׆+q.|C}c*oZp/@zo#Fy9jG) w"7h$kuc «,& 4I$r-MJ77W0k#XńiA0if#5HB}Ǿec}M+rFsB̦ec90>6zH$- ط&-R '<~O7 i3~JjkiYXΣ{hn?F!\@QF Ӭz)ǤE|HD;NB[o@>~2Ǒ ͓BX>pI? d , J$(Abt  z())d) )) *) *) 4) 4)5)6a)7.7T)78H>9@>?{>(?8@@9I@:j@=|>|?|@|F|G|)H}x)I~)X~HY~T\~)]8)^fbcJdeflu)vw)x)ydzxCsystemd-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.cds390zp33SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttp://www.freedesktop.org/wiki/Software/systemdlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-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 fi6`A/9PؐHXWh@ 9%& 01)00|큤cc!cc!cdcdcdcdcdcdcc!cdjcdfcdkcdicc!cdcdcdcdcdcc!cc!cc!cc!cdncdΗcdncdncdqcdscdscdscdscdΈcdΈcd΋cd΋cdΌcdΌcdΏcdΏcc!0081aa6de4a83bf638f341505b026a0e8660ff2c3640b2c58c1f2d7dc7143d6644aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab8167e5e21ec7e3b0f14394744bba838b506ba129cd5726c103702a3ffa754b1759baa7ec618bb3fa0146e5bdb7f19e47c965501df819a4cd04c9237eabdf640fa7516b735833bbdd78627f1e7ee9b518923c0e38ce4641b68e1782c7c56b6b0219e7add5f1c1e5d874462a989304ba35ba4f5d816337e78d58298f2be7476e93132d4f816a2918cc824b4c878e129461db1809f730be2ab337ed052206e35a570c8e860dd0aedd51bf42f8c80957803f37a2349fef553d0292b4d2a898c49a2a2b216480e7b711ee6f6f4c2a96d0c197f4ee32601743d97de421b4a6d40f73fa851e94d1a6309dc61435038000f016ba8ab4de3a2cccd0f2cfc8f481a32afa290a6dd512b3a709224a4e113c09a8304b67641d0b404db8bfe1f5500abdea6d966d9a3a81e9864f20bcb4c117bf78a7ecdfdbdd9035577616b83fec4f4d0af1231fa3d51ff54ff81242451796bdbe03954462d985ff3d1dd9a8fefd939c604d85a1f95b5c22896a9d3cef1d7df7f90e0de7510458c748ff76a705a53cc50e32661c0e194bb9edae2d41d3f520f98d0f6c58c34cdc303d6f09a129f0118f4ae48beb3cabc7ef33dc586338933a8985f9e07349caaaa2cde4e5cd09b82ae9b01d22d146be19fa3003c778f33befff1a445800c70c01cc522a2fcfb0b098312274e77a6ea8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaf016b3526c6de153c083dd1f3b5346d057f7834810698db819e966494f5b4fc956718dc54083ec850ca045895abbfd7be038b3d4607ed3b5e0e273165b979058a955fb48d7705d61c43c0cef14cb5002a191cd33bc0868528ee5b25aa769ac66542316a18d24cb4dac2f3e06604186956d15a1d47b7e3dc12ddfdc313086bd45c062044d20bb492f32e05f7bc2756582bdc4d89fb9b79440fafd1d59ec0a36e983f3fecbcd638bfe4b25892c90528e31cc72ee99c1a4d9831eb0da27b65dd9ebe28574a5be2b37572cd83cd84f8de214a5449fc2c622ed5e73312c1ea3a94edb251a755b4c0b888ec354459ece3cbb3b59aea614761433f3d77529c1490a1eea20c26900cbd8cd8d1734002b08402303c200150d949032f43f4c1ebf3d37dd1677356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f654127022238f8f30f7f7ad3ef0314b78c515105b409feeb05755e91bb0013deef4aa5bf52d1fa7aece40ca67d1daaf7e9bf2ecb975acd08bed8295932263549360cfc7c239a63d3e2c53e5f4acf84859fc81473f86baf4faabe209ddcea6ceb3820e9bdfbaf1ed39efe33a9d05e57b5c09e91cbbe280ecaead179694fb269d214efe8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35049faef2d00debf32575af0e05385c33322bd4e28ff8018b5111b4efd9df4e149dbfcff31e867f4b5786e6ffb33d767e3bf143085b1c41cdf3a041a783fc7258fce4a800d0de49392f0cf9f2753eaf4db3802a17b6ba912103c836d600fabb359c15ea3315ec3ac5c5a0bdb41214a632182c2a55bbd1a5617a97e2bb04d4d15978a729c45432949c5acec3b84c3b7005bc3a50565526d190e1dc504384bf1d52../systemd-repart.service../systemd-repart.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.12-150400.8.13.1.src.rpmconfig(systemd-experimental)systemd-experimentalsystemd-experimental(s390-64) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-experimental)ld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(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.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(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.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.30)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(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.4)(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.2)(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/shs390zp33 1667550972  !"#$%&'()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_Updatecpioxz5s390x-suse-linux ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1d5c42eaddc063a4b18d45afb7ce1ba55890bd20, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f6fb28fea0203117a007ad472d21f739561e0094, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4a4701f76cddf8b27ad17801059ad1a6b2458d8c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0124cb2aaffaaab821a2ad66d971a6fe1086fae0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=24116d1b4bd9668a7548bd1976188e3e43a76494, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=db89e25333b0d0760fdbf2c3acc7c5587355a290, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a881a2f541198c65cf1a87d4ff439f03c80de119, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7ed25ed4f239ece209b5bfb62be1d658b1eeb3f5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ebb317d8fabdc2b8024b448340618a671476ecf1, for GNU/Linux 3.2.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)!-BIWov}! RR(R0R.R-R,RRRRRRRRRRRRRRRR+RR1RR'R#R R)R2R/R RR!R0RRRRRR4R3R R/R R!R R R RR0R RRRRRR4R%R&R3RR$R R/R R0RRR4R3R/R RRRRRRR0R4R!R"R3R R/R R*R RR0R4RRR RRRRRRRR%R!R3RR R$R)R/R RRR0R4R3R/R RRR0R4R3R/R RRR R0R4R3R/R R^ᬿ6libfido2libpwquality1libqrencode4utf-8af12f430528b6e7d3d1df5405948c8a44b5bf4789424686a829df0757b5d5751?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Ȫ)ߺi4RFK^)6D*vQJ jɣc,A`{εka `JlWm6Xe 8}"m7YUbݢzC2Z |Қ:z!3[0W,TrY ʘ ZM { J; .Zv&5gLV@ }`@0{6ĕ š${[- Xf]4 328wgX{ I|Fm=-YcYu~0Q扪Q=l+kj[ /%Ls6{n@ҖtFz4vҴJlA.e\w疚V7];dW&y(Y6[?@G/0Isa D#&<ł 5WWJ,^:3 nzQDקY=44 `Vk7YD5 hߘfuRMұSئG3F!X;/qI0w\0lfqIg\7!55b$fN9 ajY@ +Öڊ;ܭzWJG-)Sf6ZgJGS]^˴!KZ_ 漚H)"6ZyP-;ViIP $"$^:509eg+lpKUWJ`㤉<6<ئL,qKEF|PF;ov/\GJV*aeA &0ǬƜ4 %d衙UcQ:=fՈzPFdݱ)UuUn',cma0%±tzB,9cUp婦0sh0"VHb|!D˿.`l \=r|^,%g{29٢% 8vp@{Kζ4Oa5hH!N0c tY]*+-IOh?rKa$ tMKɩ{Z;NK)borSK61X<>X\'r(a%\Aٸskit$LpW2N(d?H ݾ4M!P-U3nleƂܳitGeoNCEv>pKExIjݮj pFs}WAѱ^Dv\d$40gtZSUY.p˝qX0Wq/КvҗɍFo?2Js\Lɡmeۼ]hU9sh$΅+t0jm4[!SnI6r2?CvR(:9q= sV6Z䏑mAj&EtmR>pݥ{f4&V&H*4Il3.p¢ hr0G4y'FX]hz~b:;n]$30sIгMǍE&0W)G&$"ø&cLyQo^!^vG@24+`4 3Xho_hNgz1R}$`7EEXYE} OeGJ;o چ0#k 3Bz(cB%)WoZ;\3 Ih}kiͪDwVfiκhN2ۨF/#Id>lGޮ]$BD>7(0EVkl"8Y-y{>z1?=N ?eRM~Q}hlSP ?h톓U{t,΁r(^h1ek!!6g2/, 2|^䂀0sG~Z?J#Ujne$J|A7=(U}}Y ZggA  ~,vd( _Adu`lRyrәl0R-+ErAaɅKѝ5D{cY:( M1p qCĺۍy}BJ :yaMC+H/ƒ_JqpWH:cWYPZDO?N!1@ xRűu!R:3o, nwb ,ص9TnV(ǻ@c8.{ҿ)|Pv#Zt(cvCbgY8ٲXwԯb,. m?0X2dR)#өŦ'$<+&\-RdQ,AՍTh igLa;Jz!҆TZ`u=$\z5Ϳ( 5a:OIJÿ1R+^0 YmfXPxУyƒ3fx&~C&8 xhtXVcҮ+ Ia5dwjH`osё&pw7y5i d#07%hP<=MGۀB6;g>er?KGWOHgNŃ0y\R=|KSjP@ ڂdt Jf<җ ~vC`1' P.sXKFKD1IH Tp?*9e3.#%ZiMƺGUy*PK9k^sP;G߬I,ȬpiI `BIʿv?zg^ceQs,M%6k<^bjT8ݒ9:ٱ{En,[iW[(s<**Up/qFPb7 ?[_jPbx1LKqzCϣ+/m&H:"=g¢\*b,yr$avC1klQg&f[_e{ ]Qn,g|Bj\[#ubEcY;Ҽf)Uxۘ-h!ߵ::"[Jo !! j[3&1x]KldbRY-~!O3B¬Bj\Fv]ޯ!FL3d ~$vgCn2cbAO\ ߗĴV@!\. 7A&IX۾<~lǗ  Ѝ!eti_RޟpG"IA+ (tI!һ4/hu;5FiQ!1^㥏vDB}}eӈG1b$/*M+U7WPTgـV~HFȗ ~t4odlÎ9U ;Z*_*ʧ]ұ:4Kq4IZ2 Aetpgu**1C&Y]ƹ0 Fι/@qҭ|n)ds_󁹡LIĜZW7(y_9Orba$nMsW3k F h=LG4И/}iM0!=ѝIWUZDuChu(rri}%A &.P Y?;QH4P#8YP>=THQ]qKli ^YF5N0i[˰"F(Pi5)9:\.Ӵ{)BGQ<14߼YPfv|ZӾĒtTUOWF }rimA˿z1PH!hKM+ AR8\1RnʋVtqOÂvzև\F0?K@GY2{WӢl^mRΐs bwj$}$Uً'CAO^g9|o|гF`CMbkde3ZYY5ۥBƀeɒ~|zr;?V;ٱ u>1uq8w.HD9GSNUU5ڰzk.ZT-SI|$.(E7Go>fL3l2!iha(Qu,YbKJkM߼c(E3&~!| v`Mc(ejvJaGlցsb"%q(E{%OP`^YesD )'Drƹ]""pktJr\ʙ2|ܒ.&r T)QCg@ӵ{*&$c%Yfu\RBN,Vis-(4JeנjsޜsCj4)7"xM_۽t@NBO$cУI;bu `SغvWT?.,1ہoz=M& P&TH Wv?0m]-XAOFL{6}_/8".J*hcͶܥ@lXh:ѷܕ!x[2TM,v܈~M"E]7Ywɴj)X+vr.KĴh?C\Ґ/+Ns%” ґvw:SAt cTFd M<% v/~]PWŒ9Wڣָ!koNwM&Ҵގ2~xGڋjtqxc*#_j*3tDTRhc2|o]rX~2VcM#qҦى&Rtm+9LI:D}5^ ~=:; QgnyjڍѼ,KV@lcV#4v2~z#;cE"C *H ԩ s׹rьcJ /M9ڬ!*ey%[jZt. [# ך-lt,"U_K`:ѭG&nO{SAYxHx\g:Ɩ KMB2@ d₤1ي*%S!ȲMĬ V?D7Q,[]@0~z"_)qS8 k7UTb_1q@ ͖BoLH7҈9|L ( zW򩸎mײhK#g̫gLvt)`{GGrUwq.Ꮟtֻ 1oh:ND%*8q]ӴAw;l8j=ߡq}c-@|E˷K#F\f Xƺl,gsP$6,LdNlH>5F9_BBk#B(j^K&t[pY# 13ŧ]uUᙉPF@fsP`\aB&(5@.,)NBپ?=d^{`s6Y(4.4nSw솎@)xɮS@yjVoF"!`HI[y|F}8,yF9 904Em2%2ґBSt*,A,4YEu|hSo@VCOi%t? y Uaىuf(95"p҈N?{3/֔ҁ! + ,حfm\ѱKD\e |F_ FHniMB[&Hoh7vSwX}-=Gd-K4cDƐ-˙c} -XX@˂D%0B1\Uw-U )ՃOa㠌_AT[/R};b3cw iiŝm#upEt:KC.qV)΁ 2WI>?7ڎ~EJ^U 4k ,fbXM]=^ֳ›MK-BLD( "sV{-\,vX-X}f=kº?\Q pMxk*<;qC.6^Dfa}?[$Tz/m[eO2hf;6H:kky y]ַاaSbKf11ЭNS?&9슒Y==j!&E>ۄ5BF U%MUcwN W48N QsE&U<+}44umЖC^s5QI~J9n|}.]VBՙ1{c|;x$)pN8R> o[#s/7lf.P=4SㄚQG·MgC]M\NY-12@6.؁^ր(3 YayUUIG@ 6ɵlAfT)zw{4v I>>^mȰH_޳wE3HMĤE> QF_]R跡SU5dȸ\L[Bn$ 0qP #lSܶXZ˼(sbҚ Pˣ%iQ)'e-EtU/E Sx!ø,%U}#ׂWԐI'H`jP6˵a bafyx|l6.Cb1LT0uf6{1?7.5%i5*dGkדU{VZ 6vU GDMp@(?0Sx/@S@>*}_bt!>Urb#ˏe\7 Ln-y%a}7;#5Œ,8Wl֙Ġh|ڦ7ס|AC2Ch6ٍhp^"IԣHk:4'U|iy\-QK*?D^߁_ TO) e2ڑˋyG:e@`$5 fSuޅ}w19Puxd/i,@ UX Ek9pXV)~YFU7 \CҶ})0u$RKh&89 gۈ>W8>& ~'FEbx$AIAiV-KÉ+xeE@~$4'سڨl6r?xhEUt`뿃l޳XSd>7Pϑj'AсT90ol4 Bse2 XHnUZڀ=`m1 "+eW37I߯OHH)Ā~"Mkj 1Yқ -2ӚĎ௜D>Ҡu8Zlvis|xYsڑg8[:}&9;Oչ>U7_$wօRQW˭nqҐ{/M.TmQ K:/NG. rsQdYR>qI+D`zۧ0Q}$a DLWܱ40'¾YFnQzq N:p7Y7C̩p1 l~.5{{DIS0żR6p|\ڣw~IϽZвLP,ܬ-"SؕkB,1F /KSZ'K} 6ۀ`?/"z"oxt*+s AquPe) Jq4v:Q Q'YA|njӶ Wޡ;Ք( 2ppaںhjJޯW;nx;Ju?!bu ~trvXƳ # مsZx9Ѿ&frKE )/G;Vt|˃s< eWEyb=bv6R&K@je[91 ❉X!A*쀸θPeCuq|b4߼AjP8:vIߺ JQYԺ7SŢl*O6+NR2^tc}٢BUp\0I YM?>J'bfށ/c[Be)"o3^bJNjfۛVQ. YbMV{Ć~OS q9̥@B<tbEjfU*ǽMgAЦTezi2$ܖREBo[@}#EAh¥(`M%'M5zbȠb+\e^!)k~O,=T$Z,Nm^AyQ#~]J!%e}*v͛IB/]8mҳ ToL#oQU|kmlο|])GZ-U V(Ҍ|t=k#˧z[nY! ߴ'`*^=I8ls3;kiۯ}IyV {Ph`lq ;.RYL0 Ԫ*6[`ڴ,Tah W?[d .SSxbesc- 򢕳!T"PP\f[jaEJk%%I5q)߯n9Or{by{_@JXK?$zα?w q#5DbzoL@};w2x4DY'e69q:KHIS={F<EN,_w"31Yt\'6SNE2 @Uf͞y6+J[8kS?GoDJ.S,TV</TF)d ~K>|zzT!EB򜋒p ̳v`m[#3[F=oҖ/p8.j)0PAIF$H Qq͎S@_ĶrWT$p|X ;G4DV ND;y@lz! ?!,/(Hv6u}OXYƠ9 \F,%&Z]@w9E^V9YnɤCpu<^t_@CpO]ίQk 5&vUbPInv!UUBlXk-$1ht=kem ez$Z@rSS4WO~{B%yǐzف&#P@4:kʺ";1Z,0#&)" Cڕ7OXd,%ZS^8cnN@! Ym`"DS|l@:PnCDyƾeh  7$,TlJeH~t'Wߺ-hkz f9сCO;&(1w cE1۪aPu! OK_Q×(j?P+)h =@)Cr <6$<H̼:~?Io;S9rA֢\y/W>O?Av .txyzZ(!X rOX(phScd;c|cM}3f(F9uz~3j8wkJ&rh7u;9;c3c|T |_Z/kT2F(FReMTK\4A^5`Z)}:™1UE4-\SLk~wI\t Zި.i!Z{wwV3%ѰDز^>9Ujog-?~5xo sLGhgB7fp6Mjí.yNmH>lx:v ϩ@:[hŞw`G·=@!s2B" T&+f[ğ{G5+C}xckS¯ 92{Q|灷̘(] 2!_~Frr\,CQ"ǿ½O&Zy8!+f]jg!l>P 'М7jڕFvpxG$h^n)Yl9Յ`|ub" lohA٬Sy8jag53=|B+dq}Ae(k3(6n1@h8q7n,cPUF%A{eE%f@(!.Pi *6PdYV]Iי%epaS7o3M\*p2f4ꊅ7oG`ԆZ--Y#U;uuĵ Pt,ެNOoQ6klw/曉LP>J/q,n@0*$١Ǯ! l!_GC8ڣ/q>H=+o)tZXŽG @q.'mEa"c{Ѭ_J\6o6thIvQGyV?y~4ʢ~\8UV+kE aC|" V>;6aXZPɧ"j_aH_FVh;*ɫrݜ/y.s˅2u\g@~7E\}hU3{_e"-$Y9PN% LROE?ֱĚu"+J{X.UQf{y(.cZ!ٰFT}vp=ධly³ےs= :6srJh3e^8yhZBVfPeE@؊ȽfJ @BzxOIAv `|΍B^lN+O0yًϻtu ;Ck2#~ѩ½9c+?PDŽP1p, R_vņ!]qᶋAr+{!s"E׼r`Ńp<#Bd 'IUI8!s6V#&|.&DIJm0 EURt|lPI5-`DS\8aYs?P0Upwn*zt$t-55AXtb̕HW5f*% Sc= !gtϔVMeՓ,^V$UR0yN>˩;s=+[hߺ'&(Ŭ?GuNSD>U%^wV#xJ|f#r;v$@dh9N D2nqڙpfE@0@XAwRG~G( 'W/d~3=?a+?T}xXSIp^|Tia#a  kTRpsN7mGf(:{aJTwނ[[3kKa=WGՌJ{pOPQ@¹㑭~}"f(oT` 5sATI-7NzW7xNP]y;͌EF^xեO݉)Ʀ=֐Ix% {:A]ULC2 ~F@BCQ+kC]8DA|3Me+\d 46ѹ%Dw/x&`aCle_S2Ͱ:~1~mŒuAB+ Q6 1ps `Rh3}$mRGP 郥O͍# c .J2_Ω4%&QP"oUi͗&D'p?2Q2/Ee)ꕼ*g9#^p/ǂ\.kmߋ4eLg8Xif/*nR v_xg)*<4ovjw}N yuY/7YJ3`FOKU3șLhpơϳy# 6 @4(t8^NF^ц&.} I{0AQ!3(c*-} c  S`DR )2&:ɗVYuk-I"m&_35:NS}Q\<:Ӎ Z-&56ȴ!I~msoǬm+xJjmL_H|5l2YgXΥ&ɮkAT.~ӕjYԫ?gg\/KN1 Hrhy.ZɖAl/W46 $Wn4)(3O%WCі{u5T sokCB{QR5a)_D-ɼNҶޣiz3Q_ !7}P8KYM"~I)?."$^'M팃x'>ec`谯\&0h?eyі-!jsdgTU'zoH*ǁ2`pCx:,e+iܾdܵKA,MTxp=6z;t=֑tmP9'(Y1i hȔ:a`ҳ, *U(QZ'ǿoZb=q9Ty`D!_3@K}10o PL!zZIIFqo8 aIݮR]ZBK_[ yl/`؜rh4?箯E&*xKPp}2?CH Uefv%ʆ 1m_BSmMs(<ȹv9"hKqb51N\ Z]KMU5ѽ{'Zi?|Nfdc=g?'u.ӯ'Eu 錱_ê͉Q$:N{l^!)^'LZ̫%Sr8ish;;* (JS|Y~4B6Ѥ'yɋ><"(lC#ZL2ɯF\jÝCzHϏ5u^i-ҁGP3BA }°\Pή+*aXpCQoteE^7>ȍU2{?qedR=PC` / gRt'hRnee9QSkD`h~0}Z9S^eQI<Fa<Nӷeg(NpQ5? x -4q(ͽMMe bap)I  >Ram|QO# yw)G /竉@=4{]kc„\k"+3ƍo(Vne0S:@ 8|84ju-D:*{W='' "4(귽)^#52?p+j0575[@ L^pL7++o૏Jts_T9ѱWzކ-pyb) ܚQȗEm#w?>rV%H>L?BP3}86Wpkc+3a(kgLHDD8_ e^wj*ZVp /瑣г+o"g4PGѱCOM]4}<tM*⃫Q<NfGW ]jզ|C}3$-KS~'mu[rk.v}5/&*I5mAlD:z5+ڎaa +`V:/oPyGΰ^Q#ϹV1T[p<`CMŠdaopL>&Td}+ ϿY=j^t^ZL1>=oow[Ksbw$e5FUFPqN/yP^6ZRF="~.!L;@FȢ]Esu1[~,3e@ i⊩)JY\z9Wt;`)#mk梚&jϏTR`<6R88jX87&~Kp@+nqoT&WP꿃z8"pYuXx{]Cg1W.TX.o[Q E^}wmOʏrֱzfBu%y6_sb;Bw*: BnQ#ۦoc3(FqNWGh⺚4kCq V9sa BJ%Ol]1CbȮzYԫC r3 XϡDs̏,<8G;lYb6 T52:`?K+8#UBSGEQ a +Ah{ґrF Q^Ͷ9  ̢Z-q*,Ek}GF -Gզffp4kU6 X=:Q^]tO޷J; gzu0RFQDCRMi!h%0Y3dZpɻ=H!,T(7,:֟>BeDN`R-Er# { noA;WT97ғv@KwYjC0w 7oY->YY%RjT[J=NL@9 Zc<-b,E+yZMEKJ! *%B-ܺT\xM: UZVhN*Uв(bd:r9e~ ogȐ(,Ѥox K/]FjBE HDZ@xΈ?4?/f{Kf4<>\ yAs$t5}Ȍ44uQU\R^&tK$OFaږ5qu`6 *pNDža߇ F FX~rE{LL}f(Gqc=xޅA;߉e8MPGR(Z`@h{)͐r04P]uoS֟D9דGlJ1k CNC{Pd([#`pѦd#;;2bYk܏)ͼR{j-Vot+ОFBZKPN?PDP@kEnD('̮w1:XWHT`leF[,\So{&c(@̳ o*.V%83 |`}{e*n6{`γ|)PDڕR,NNόw6i}AV c_`i칁j1gA 0{t[R|AyF[ta4}"W@ymQzI0VLa{NM3ZnE F5KNF!>ly*Rtݸ Q0;#O1b,x&b& ݮv6VlAᄝ^û}el ;9mPeg .$<j)ͽh7ϟmO3v -Bs8#Auc,˃E<[?k:lWV((]UkӂTg09a-V "IzDO֠`W׃.(l>8=e7;[ʨ@!y+ZAƗxb5 ~u̍ #^z HStP:9" Z5⅝~;`ŋTq)fDZ,wѧs&:4ѭx79^ЛИ %渖W`3r(yEegMێ6KFU>}FWϮeЦ!rltg_1VSWBz#hYwrැ,pAKONq@#' pҺؼvOYE[S)4 ~XyG:ϖ, @]؛@n&{rBcV,>se5M5n 2M} aj80 Y.$ƀJ^]h]Y/69C[.Uq S x1\T0zp>n: G.WrqmIe4GmԞJ_X QP$s|D(:2 3.0K5 ('3̬kXB Xjq879mBUG~dXK=~{] FMfBc' b_&_^g+5Hʤ.~ ũo+QTe &ڴ TW,4/tj)\lp =IW%+6Y`q]?.wI[T{^y|֭2d:os@JAQ) - O۵{*Ϸ;ݳY p F< "Ľ.T+"*' Ԟ@ S$ێ`WFYwgq @X4pbϒXڱyQrީQ8w}!@K5mKt (ӆ1%0vĤ8x#X]eJ;gB»ĆehGjJ8RpvA,EAMAq\6Utr?W^=qxtQTNdɋivqZrg䟀;n4֮ۡJJ }e>E?UةPfhD ?jC\?t.t$2$WVf͸/ S.%WwI3SdھOhYZ=!h*vqXtDp[*x Ѩ%躈I*Lj\Ƿmӂxr~:ďFMC)xoڃR^:~)t&\}K|FJTG>(-W zH 4+rtg]~Mċ?E j࿨}X&!fQ\l-̧m}OcGZEAPG /ޏ'}*!=ӯz=z `ơ`t@Ey 6?>IkU4$llLbzLc:Yѓ#)ݑb:hs/J7Sg_n[$[/|&Gu _/p\znUR'yN!N} cܩvp-ߙriV׽QĵP1/cU6uG*MIduYjr M~<^Z-H!k,F&51+aI'~nf[2)Х4qM0Vo|XqD |ΝyL di.: I n<5ٙf5Ŭ@Do WOӄtj]LthՍam΂}!;%H!_Tk0?bWH :}~DfyLAX%TfcFp=_l0[on1QQn恧y[9Zx# 9PgX?·X;QdG\̃paK&@yEY  'K/S=3Î65&=3W+v=Uđ9ȬC tFw:}jo·mTDz??r5N2ǖ)}eؓ|r:5Qv…6"D,w\Abjٕda0IU@4\Hq@d @:^6c BÍ1܇=vrE&M~;X{/P)q H.ڗ@x_K8Gt@!4Iی6\M 3tz¡>l. WGSvPi,7pcG%wx~}JXz ~IV|}ߴmyFtѤڨ:v*6ʖ_#Z%JLXh~2aȤQ~!+A.* `lo0o{sg(tYv3cB\{?Ayp:X"ޣsCW5C9BY/|-kV-2YF4O\l48mctѵ')IT|Nȓ+ɏaďz《&): s]7'W}qm\x뼕+ ehjjYm )6tN?q2 +֛q_ JqY8l\BsVMͷL+ H/kcmyO@'rH|HR>ןj1sҲ5J߬],iK1~7 D@EyM՛sQB@?vW7g׺Q rSع#ɢ᥷ͭl;.HB8;.4q,rK*Kp _ #.nt.q ~L. eL1G/m@<3ȗ-M!?[Y)?={(>G^  e2'|CwDγ *PI#>Ű;6{ègbX͹U}J j+ȮN򎠜Ir?0Wjϟ6z !- %ɻɓFRhdRYUy1H*|+y0ցz4o} 3bT>nW&hxP?]xGk])Lp>gBxōZt/4F:D2ҢFڞ`ǡT><3WKrJz蛝c ߸<*TXbA5T@ۗtbP3\%>$:F}B,uHbm Qq{wz3H|X GD<"@A[ X4wWVhfO NRy`[$ m[k's".0یtCfZ_;C"N`%`k-N<[5S"fdKjaHSTxƒ:{+ԉQMoh'tտC%4bp-LslWvu ^OA]g l#iMtnۖ^$r[D!z5438UӇBޣ]&߅`2Abc"Cpl<,’RdP?( RRk_ChC֋f^ IxL$`%-aX߾,8?7<5F5ɻ3l y2;@ NA@,h ;V~e[N'|tq&ݵ E&14E*D 1؛  v^谭DRqn[ʚVɇP.qS] 8ԭ-4\]@?^IWE. 쵸2;aM1i˸ Cҩ\̡o{{E {(vXp+rH;f$aojW& LzXIH3Gk]rƳ(Ci29 :3%J/ %VsnBIPZ*sP z1hV%-[3iC˻n ]FB[!yWC){抃2itidWl9sw3uYeu?/7YJ h״[xa_uϭa%ÄlV?0) _W|F䰜oZ =f!}0 Tg8\#+i-Ucu@@ugER)PG vCFr_6Fa݌|T)m qٗ?y ]9D D{&P8JGys>ysh"^V]ۿs(5+~iR#{+_Ka!9=>` ;XXf|mdhV;&D>=ĀΔgi}')t*.J\ Fƫܶe+׸zz%YI7orw ǔAlG?-% }=k;=L|+wi Z&Oؠ|]͎Z2I7Ix w-?4&.}R4Gn԰>F()b x>LxEHX(:Xr߱n HI 朩RG07?aB=mcU- ``)$hg%I6$t3hpF>0Vo$.I20l5?}֢OomKBa,.!| sI>dʩ[#}p,IN?DjrGQ ZY5JJb/M!fBݍ ܮ\'}%1=zW \ͤ ȭ7XsDŽwJ* ]q"(P]# JH˝ "Ŏ< 4c}G ߄8XyM%fH0,ךH9!jR !O2ˇ8R%~&kGI$. V pz#&s']DoTKGqfO먆~u A9j$k(ϱ?+eZG즋#!B?嵆TۑgyQ ѡ^-W%O2ϿlYKE[HRx 9t[k.xK.ݹE@escP]XsUX;a`C9,0>)"^V:ƵfVQoޗal98#7Ã[(ߩۦ6 >R13fԖl2HG<m[7sI^ ٵ vg;QO7px N a]gx6qoZ } Z\Npxf@x/$@~5Rc腹u+Q#D(xjelg8|HRw#QebO^DfW4Q48+N3qߢ5t:5д47+( ¹6}=8ʆY]AbmCNY~pPjI;m,RɯQIEyT@̚V+r̾Nܕf* m-aտC|$&,}t7A?SSfE'!j@{|kKF. c5K𚣪B1VHԄK$4с#ܸ$}'e $hB+:8k1_A3MSu;\<xb D0ťC%se&f}{RBou,x/*B BqOϐ%/iIҝO%7b4 OsQPH(CM%+#H>^Q\#\3pcL] HkH cT̐Kn`Fhp ܫͬ'*XB"Q"PˤgP}k1~b]fٯFi?W[8;T|NDdu~h;r*>!8%b"kUDm)ϐ-(^{R)Y3y]k_{V`W޷uIP`^?*Ȉ{A+ö<1/+eI|PZCAɯzT@.mtlT$XX`b3-P&b4lWvaTUBB6Մ]ww,@_zw7$x\mI9Q;^Ob){~%]8 'ٞϳ Ҳa%` $5 r]_D5r* N: 9L5*q{_ZŘ(P קQ{m:*HhVژa,mua]W SbMųk~yNE6-UFfg.@ \! ꁅQ ;Nֈ~ʛRʾA0y{6xXByFNm2|YO8VFBc%Ra PJ*>zF{<|\j6bѢ/#SU$g6NLh)cKtoɴ#najNd5D8Z`x z֒xV繄өVeB)vvnMUPoI]Enˍ pJ<{} HHrDo5:V:Fi_&@ qJÕbmShgD ¬ZC8x`/^qqOP2jǧoozWL v?Po\UZۭW%yH`OeeV%VI#BR }&Y/F6ɪV2i$5_cy),OW8ˮwpș!d'|"` /K?ʭ?˥C<>Z#:I02%10$hVWos͍$~ _BB@o=9Z@ւVF]RbrwpM4-?C(g\}KWS'/qIT[nC\wI{dp,8qJ!P;%n[ӶCy`1pz@CJCw0/} |_af㭪Tcve>b]WhRqsyC%m%"!5z$S(Qm23` &U5GhMy7X` ,\ksXԯ잗,&#c$D DVwpM๾5ٕ؂6pcs[VMo&ϳ@ɭ&"aa$Es}.EGC]۷~["nޖZAl$)xl'7`)^eBzL1t>iyu1]u5$8nس$.T9"c?ltYɽ*_ChC##Iq3,fG5 E MuƱV*lLX*Ia3F 2>K)u7AQMbg$YH \Mh~γ[ |$)F;"Nqi<v \ oZ諥,:1R!R2d62!Jeӑ({IH'k Lbޚ'8E{X$6paE!u-ɽjL@iɆ(3\ڈhaH sfUb%2EHE*u2P.:Ԕrҹa|3^0Yv z,C>ϞEսX¿M0sʬaeaS56) %$s3L[}݈ ;FLRY>fMIQڀUP5d?Wd?ѤbA 4 ;;Қ57!yόBAWA_ =7Cc:o|+YJ|02Tkd_7\9a<|>]=Ϻ'IE[^)7o?_3 hYRJXՒp=ʱ ,!ˠU2U]egO5&F1:*KEpghwiI9ap4x1 wJڤ`r>#e%R ׭6W|Ģ?-"tݲLI\,52r(ۣHQlŸ0:=U_qW_S&GJHNxW (4lu++FR-|gYU>xCTʻWPR ES;֍MtTw'ʤw]/_t']g|D!Nh`hvJS'Nܝx>:_oP\զLl"P{9Y:f X mW4ͺ )#6 0ʷΕQ~Ȩkًo`Χ3[aTJ7We CWtK#MZfzh\(_r'(xȕj>ʣ(Z06MsB uo>\8(9a^$hd&T琋ꉪ$|™o q0#Jj4‘Xr]&Be\+T5|E>if|?@o.3Yb)TDf\^OOp[wRyPV *)PW)vY3XjR PUFP 0 l>!7|.ɽh,xDYܯK<42,g%0ر7s֝z0l]C_a`.;q&o=8ܣ= BYfs{- 1-pM'z* >]ih;8P=s3`J6 .Z>ǒZV!Pg@i A|+KM%ͼqpq6iEȻ-8r \gE+iȫ!ʌ _wTV0g6ވK"ܝl;m~j@0O U M<B}?E?)8x"eyy&ߑ#47ݳ/9-n$mlftWѼlh6.'*ghƸ`D7S\wc_ܫ/h4Y8 .<% :Y#N8BlhZefyJ_!b#aܸcT4;e]lInq!DNݞ9ͬG& 4@'(H`\ mܙrq CAuS`N0%ՉWj2:lq> Ϫ:OCrA<,M'ۤdmmu« Nw3[j2⃹=ǫ*9zR6Lv0NHJYΥ=L-0U-aZE*xͫ"lU20`=# 2a[Ҡ`+5x8Øuވ{Ҽ;{iƈI-ԍHK6@٤1@QyJб;Xvy/R|_~m+hQ_nV˷V9J^6e=[6M :T BڪjHɥsLD! N 2VQdj1m+ɦ!( mABs)?` Be-(s> fƜ8ܐfE,I<?u*3VLxнɨYb,|U `=5 tkrQQ/vChDKh_ N# g`Ƭơ-B>ah /kyaRludlC SR/s( WGa:'p*FfN*&DqtNJlcK.6sIaSeXly8b83)^h]_32nfmvHG L߹8sVPm-)݂u !Q kd.C%$H z 7Vo3RמrfnL2Y#2lˏ)B^YfAa:,h?&~H -^zSpwW*ˆlzOY n۬2'7d {9 ʟ*dAL_[*nn+³?84.~#ĕc9eNʷ;o4a*RAqo4=PaZԆ胎V=.̓eiv4r޷ygYHN!A N~ 'J3ڥ[cj+*E@Оs昰D_<*5&-ců{=v^F=PO]CТ"=%9v8F_DL)ߞtR rC 66ybەT#;Rc!=-|;wP@'/Y e4f4L%]iCMFY;ׁ[J5_}cRѓ1(jes^X]%V*}xstd;<񕺭wn÷g:p?MFCgDe/b\lf>~7%>EtYY>>ʠ2sa#aSG+ B.4(1qCjםg_WJɇ"Føw̞_NԂfVP.~޸R,_憊fؔNJ{p[D[,m|e'`3+ Xq?JiNEO}"t`*([c1\&C o!Q*9'WPU%ή@jaUD; .rq6W{dz\|rq\%cAhJ,jpK.XE8+nTXP%m׋64>!x~1FgPEuh[F%{g@U,( 4L6fC/[z@ܭ*e M.OTkF?/r&g8;e5l3)5xMyPݕ'ksIhG|NA [TR4p u̔Ik,#?FCQM+R: ѲG?ob5% 8$UuMsx+ #48QN#ض_=nB,"Y-?X"|'鷛JK{vh}zI-0f|)lfXd5g7zn?1C O3 su1^VqSSf{|2>#IHrVfj_)iLG|:6kr(Ø~bls+]-f)Q]Bl캒Pr1;qjϤFKɒ|hSDczdSܽM+ތD}#}rs[f3,&l&&S0Qip}-{v9 C !\]#V*cO}zu.*gQبiT j\e, TJgL^λo4|slɩo hp\O_Ȑcچ3IN^W!tfN׭PA* n7iÜϾm񯎊(N8p?'6@͐Z:ȏX턻屉y4G;QVɥICHS< hH Pq.|pFˬ PS~JDV:)yعvŨ5gkB6Ǐ׵?v2Iaw3S&oزdi]FEaskW|!"$(d59lS-=&a VRL&oqStk3aWeSAA8: P~P+ZS)TC50ŬM?bԙ3 {['XE4] '8>6#Kr@Xc>= Gx"%-kisS[e04ऺ4*.G~rDg] [\>,\@_4N{7Uc#&7BҰIa:F [\lO}iU#5W!1r%r; Мq#9/14Skt@_=QyI$0hOSFlIxS0xAD> "aܬ\UUl ̔+hg1 ގ .%+R>?8/HJ  UpxZ3:Ds`mrsi '8$kق2 .YDRwj0pY09HQvOO;&KOm|}Xab>'\wH0,9ڍ)`vVW _;0zU] v3q F̢_$Cw)o1/)Cc>,-ft i^1*(b*XO[*Ǭ&-)I\Izp3Wp2nzz9*J ElFdݙe(^ENp@;ݲ-pJ!MIQG anO@dqDrr9џK| bzujGlvorbmG1~fxS+fdntBO`zH^Sz2c/!ؓoOkL,e0·rhl(  ~4S@xf ,/M{)<|~耭!l3W}+I#"&H, []iS @iE2jF9_gV\zY!ʄ;M ȃfaŦ`c^N@z܊͵$s&E+<_v (3Oێ-F?Hf%xVXKm5fq%Nru$Ri9Iwu&=`3]O$izIeWPpseau;R ~ r\# #2"vZk7'ϳ݈K2tqcnLPyB7iG @M-(xP܇|Vq]Lֱ"{Ȗτ𾵼 ]r5m>Y <p$"%N"Zc7٪%:IQ%̓HECŭEMI^w{DR8 $'=;dΧa꣢Q3t.c;[ qGhߕ 92`YD| ngӞ& sɘBl| ƬC\ckRzc@^)*T'yɪC$ WjѵlwZm_.dxN= BMXy89] [#q5jG$K3Pm7YuSURss2ZQ]Bb2޸>HW.0,RƏ~~ܑ{rtIѐmqA~27|8#I9 _" %͈O\4EQP?Tx6ifsao k*=eUB65f^cvTtc ov;vjGz@eQmb0לb1cF4nRS7!ƄeaJ @ןWw>6/#=s13.QM+2Ԫ{%Rp8Y#1P$QBxʢxyeMɩLMbsb鹁.Bit-:p('+V32F;V΂b5g%YAqn;7|G(=@ve^+`oJ`d%Qc:x zmN!<z#XL*;kg{-Z4gdǛVgwMʗ5j/%mZ3[y!*gw>Kj$(Ⳮ tI)6Fҭ M2$4{:ufy?2(f)ZRsW O~{ 4UM{0#ЦJVzʑ4qS$p8n;u); p?s?dCJ I"|Jo8؉+LJJ4,t,cz#:KDw&꺝p4x2}rmQ~z-/^ >RNH_ /7ejv: }c7v]6¸VHB 뿜XGvP{ MVaՃ ހS:MeFm&H( ؕmu֐G釰ɣn¬nnFKy;6e\Wqݝ2&.;`_J!巽* +vnrG|w8iXèv7<k?JV A'b(+a:s[VDù?C{2,&}=g>2O3=fk5!\uFTpc4ʰF,_OWX$1A$q= 1mo/F -V3C [+ I,ϔ#xQH~129ZlHUVH䝠"_AMZ?q`~a GN*lDޜd1[nHB!KL8t+ 4+pY>7}8BHZvHNXძT*i)R+j"t~E._e=EIyn{_ɝ}2-Y(?su:}BP8lnkb8{5*S018ݕf_:+QXhnswQ,p*XW~=O܇VPKi!"gw%EN=kPsQ( XML7q[F{X^r|Yuh7^~[<F;d߶ʮHYƭ<6i!^k֢d :HS^n F~>?p PQvɬ򮈗y'!ŘvxK*M0  V/mAîS[~~bg r#v=0 l9O;A͋6LTgx3:gcC=Pal8, ݁׸'Z.9+T,ekWJ /iR4x"cOrjW_QNbiwyS9F8Dh6`8jzlcë%QӇ&P8?o8r2s^ 2&+PH9.i,ͲN!nd\{4N:L[(S+#v##b|s%("vGG:,˒9hfSD.1}ր/g"hM^og Y'xbB`qaqѶi8 9Jk`ܿ?VO@ |m4h%#J5r++R"[vIAS0'9v0E? 6mBSE__3BHxœz`=>jDuGdZW rΉ>'X~Y@U>a30+zisCi[&) I̢/ ^=ׁq@ 0x3,n^ũ-t̘9)@]2F%0͘TV@M'VWq#:L(7C5?й c2:KD> cQ>$WO₝:CƴQ#n\8ժ$Mf۶;Wصv+>蔕Sw9Z/,fǦ#`RBV,xdĽ$'V%~|aSƖ OC3+ץC)ÚFhﲍx>vnȷ*Hn+0A5|j|LRZgsQ(v8J5[OC(\WW+2 (ꇆoIkӞ )6-EU]MEIڎRdX[=xU7_H$u:0"xDUsmfj]hIaWs9a ЯVO}٨ܧe&Ĕ%]c:prх[|vCEM^;Ө fg1V.0QkAĕwTWj'1vRh9"4+vW }nBP UX(}?WdWC1Eh¬r %.3<,^ =wCCVJgOrMku׀R=7I`^M5ewv +% C:l+bWpKWJR~2>= ]vuU'ťDea|^_()N8BR$Pdָ/ FvzpWQ)5.٪W_O3'XAƨu!_q&1Y*&d R]uᵗd{e< {-jn {11Q>G$_`MJ9C$ MI ~m 0ҋ)Ҹx57P;5X,k53FV2Mm֌EFlއrixW0(#" ]s)X.?:[pys3,[u Meü3yLRIޱߔC}IZ̆%ԛ限@ؙXߩFn}_3{xeUXSPؾ3pSb)<7,ߌ^qYTFz(r _}49']wBA;5Wg3Ο*34=nESDk7 ޳b5_kL:B,,'-KŐ_kq.l&1–` gO1Ab9˳l n -f=͍>!h% #J8|n(<7<LAmiKp|Nv@c*2$z2n9#[dL&m&GR,b9$PA`dhVIbs}qd%uт˳j ;b3%53IE9)ŧRj0ōG{J=4&ӛN5gf8=2FTfT[vv} qiTFLX?vUƶدng|ԲGYgXkQI%TO o3,8Fmb;Ea$:m-GoԙΊt_<#mdZ g [990K]J̓*nDf Q*d>\Wt~TH]m!V[ʍ { l1]ax}9@}2{ \눣 ;qP?WXZr/8?޺ϗy!8S!'ͮ9ϢD($dǙZ׫1#C%0E)8s:WVߦfyŨΧR&C*bEĿbK kf;qKp.VD4lvĥ3ޏPjr^dU{X ɥXv)pW5M~!v z(`[.s>I{FG5D]\4xPF͑8KtyT'o1:ֱھJ [)qmK~2MB1מdJ1J֙`:r#5~ 4ryr O?9Һ4@kIgGd@tUG_8ˆ-{bBO:䵖V% F&ht80 xG\x6+8ׂ ,yo]`7MfxfPU[{ŔAء9QkrK\./4r뗮R*d_*A?>;1(?C Ƣ}I &"~-)rd1_1´*CYy"3?OIJ_|`Z3n̎r<Ȇ+ǩkѬ81BE8.w6$gNK>κmR՝kҌ|%^6'X0΂~ӈ&ѾQSک\ l:njnx&B1Xe6'Bheֺ^z1*~997L3<}0@uS*h4(V#s9/v(X@#䜲nA[|EM O4$J)Nka!~?uf ݨox 2I1߉^;} (\ XVH$j73$-;ɠ-"JN77 @92 CI؜^nyM# eEkƽO_ٖY|nMO3b)ا@òtz^ho2rqTY(ii&⬖(40!-x%7|wq%v[Yd `;2m $v^w184fm[(O.i4H/y777e[Y i;{crh~:t$ `LgcK7"R>5H/cʛ/nQ<%Ig"@l酌Q; B==XP2?FH&V<v`]%9w~_;!7GVζ`CKÔO cYAT我K%;ꛐjM܏hR*61Wpͅvaݯ1[N}GRyW iSEkbn;@9!oJjYj9u n&A}?ueLYW?&gK*)3 (zk1"mFx*l'/4Dwrf$Ը!./qN܁]>IDApY wo|aAc_-h3Qkn(y=/`9PPi+fh!x("n˻&98)͏\[(p |=*],4v2UKW92,kZ5˨V^O5؃Hp8"W1 #X:#(~T_S4xK\sWIg.“<&X3Gމ\T UaQHU.˟p8kBLw*wm0mۜF~;/`y]@t+E-Sv|-/ϐ",wȂ0wXƹKr$`)7Aǽ>m2!$EóI˵͖ S3PFp,ɰ?my!OX~yGwG?+hh㟶tR< <]y9f1BŗF\r,ςiQl2 i^L9p$%xi49yGzd=*7_!_Jl7aYؑis߳vDS:( d, Onuȓ/#Sjw _ȤYw rd%3e^ l}V0clA-Gr(Fd)$g97T/ PUC ƿzFq}j'I-s&0rjGg;<۞ Y5WP;! E,H/4A ;c(; ۰WH!`m/|2pD! nBB5.7gUĀIVu`<[y8(S0W)G k "%P#Kp|"딢haRD6AX2η&qsaFk;+Sԃ6[Ш8 gr_CYW՛g_C,QH֧ܻ%ӚlwIߝJ u/qE70HAVjoAD4?.^?:.+{kk݉!]B5O i%(9L{̀ sM2Iw˗یbT] u+.H*h 6t̀]fMs\:?<8t 8v*N8NםiDq&-Φ. mc"¸ON 8*YA48 +W<)1')p&UVq'Tm7ǟ%WӞ9ࡹƹį? "^vTi xou5.eD+|p`Yؼ`I؈H@ &\ȑUyZ8VWY/rIXBDfwZ*czurJ2f^{;N5!T\n J6H7R_/{o_ ] Z}uB47ܞﵫ + }{{ϟx*pٿ*vc9#NYOŽR)aiRUYD crOEB*EX98„P~uZd^2sZPK!cn}(E(g!Ų$Ϙ[ Ѿx8 zLjCL 8h" z;bxzBb6MpULZmpm|.-v|vx _62}lmGz ?I1m},D@ /*[~ [>YeDՏ*ҖqQT|+sn"Lr!Jd C)Lt=U3A|Y8k[}o!qa  7"j5q/%'L6r:? TG^Vp!qo8t/0f!1k0!z">qPff{'?7c#͚8͡r^<\CG{Jv"xk@i;b§RdIsNMA؋.I&r!1n90njઊ%Zr%Ϋlx綜SJBytO?ba0~^GDFhЙ+2w=bf xO2XOe! 2֬:[EPD0JEvB 3Xb Zkmgاd_EBjʧ>*2c%"zuPEu-Sz 18Q= 4 5^VZXiDڹNG˺K CU)z?sHsDxT*l)N@08&zҳ)ubϺ8󅎚O Vt*Ewxt#WY\Ţ<Ze8=$]+bכEgDΡɞ tB+Pp0 wejU`/mj?t|MUoX[;'}A< L~X.J,fH[)/ҲZIQT҄dmI峭+`]Em 7- 9|yHQ 9F $~߯!L2\:fq%C5  3 8Ḱ%=f7xG␶6& ra4 I3u[/r}*`iFT%uu gn.w(>ƾ?ѷVՎX"~L;24@2%ץPWR%]d`/8.M`pNH /hRpo:@;ׁðVN/I0 С6OU&^/6Xg]Vу#!bћCP8?H5-X=ZY7 [/$p½鐪fNx@ C=^x-(o|:`< ɹKl y1c뵇qJd$Ik}눔l-xj_ ayYY['9)hr$,͐X?p:媻컴lZ??8Q]O}ᲄ-ztO7"L߫yJ?~O W֒J޳ԧ2;ߓ-׿uڹXǻ߯=năƒ= ޓtO0<@loxg2=>2)>w`ǿwӃSJdt{iwu)Wғ2 +Lu]TEŬ@LiBOPYļ#VUC) }AYn]EobV ؃6$4X|Z71IͅR }(#>֜d"9pJ>$lu\ub MPqhPX4JJMؖ8Z]rE$M;R  ɄG9V)0~=ڳRό7ԪVSҏulGAx~*(vOV.Q^e@~Ɖr3Pe6{zBVB⃢j9|(qA6gKwv&£Q];_ɔojGE ݘvvݟuquzp~E'a۝ :#lK^KB|6-aAo]j`RBa#*rc'&%NILEF|$Xeb(x &E=ίkTm+C 5VfIu3Mzx fIè)6:=Ԑ'Ne 9ךi_|cvmO^Vz .aRLxL u.]e4~.j{ϛ$GA`L>{Yy.M|$xL.K kٔPbEuc=[%W%Ot'7.ՌlZ ^3YS7E>IE> NiRWY<1UJ=$(q35KsԈA0!1.^,|Bŋ3]YȖ<\Ȍiu5I~WG!WcK=|]ףJ '`O d")Bi?{u\[d Qܢ* 9a'J+H±iB^b1P~US >EDx1QuZOTT)yWmX93$ jT%99}ț2p[OltƜZ^~$͋.,/(:)8QXDOC^ǜ7U=2l)ydH翹!];TcW^Dwb HYALalUOqc.c 7ٌ-gZ6Aǃű 4YQ!B5"~jofy}w8Şy>+T?KH3Ic( B{ CԹ`ĔSkewp__vy(A`BR'}1Wfa#wOKG"Y& }߹(d$s!00ELվPN?42&D[]wםa.)ļWATNc`?p=،DcAcyd]R>Pӡ΁|֑2>O}że6F;+F$`Xeq 9j۬ /UR8qVL 4vD:1a["sp[.Ϝ\5:;#`kxϮ0:Y~F[10 w $!醟~9Mk*]. ڰRl e1]?CX k0]B6VLh @J85SvlkqFaNZ_F }88)PΣ佇t9l(dAt#Xah5l⦣v8I#A:"K]1N%>Ө ogt#lE}}Ll _LuXrwԘ,>n#ߥzTg "ŲZ. +#A |i[Pxh(%re<.t[:畖 e/c+l9»v SjӐU -=;4SԂ"QՆ9DD,C{\HD 3&QiOX9 *e> QvP#񡠘VSV!+xdCZ,Y=yŃq_TV_i/a%GʕPܛhhA+.$9+Gu Y}P ⛃<_f^9JsY4_H1ev.Gch h(.Z￟XٴJeJuЈٙAWMO C=1\,$x淏̶ډċ1dAv#p,vqjyUɉ wH*5kSi)@&D;׻+d =NGyHJ:AzJl 8LhXnT~&e|c\bx^8acx7r.Hnfjnc#`YUdp^h(`4Һ N8[Hqy,\uonɱC |TOLtEư3]dY/2?(*̊B,^K"X>tL ht(`r e:>[mR.9zǩZYd)DjB=´q["<]Qow oEn\ׂ$(3%B$VO m3:i!5ƍїC.yj/@;B-u^ICfXik, SP̦)Q:x$2Q65mҲ$[6N W<xNI5$gD%+͎s#ς?ʱ2(l}t u#Bs!ofhxKdc7'b.5I+3F:]"G1'Ҿ|T/&}}7HΏ-P7vpהV bK_dx([>Ma_^x,wb0!8nԾJ„{Q.4zYgT-g:ld!c:I"YDɲjq#zՁe{40iZMPmv-'P5|_˰\T *"2O/bpzzXiΔ,x RޓҋA~|]q@]W XV"Nm ;܉C}=[afWǢiN3/+Im|~QP =#V^\봌)q o>dhejC(ƶSlv#"KZ6i"{wz2TEZRP zTrG֥s4[Ki=+z-oI5i) p*[+-Iy OY6giB̉4dSܘDLl/\x}Kr*c$ (WlBJӛ~fP@׬c:-f7>Na9a=FLQwt&mɔC(^[D!lrU: n=ם5sKP<(v)%rnUˍ>`DY q]7[c*ߌx|TXP4c԰Ass sW|?7'&۶^IQEp(H0p&b vdϮQ{)nƓ(l$F"0ƅhtn_k#ۮ9?WbU :-5꘦o%`##.[o-tPl1~mǁ8mpCBbCPqCؔ0P fC+*9p |$p)'R~cp-AJg-(T~I{9ԉh5olT5zWծ k*xdNI0U8 M|H`@KߥEيx9/n*Sm LH'J`|1Y.g% 1]<ُ]j*O >Kjə&A*vY4ڃA!gg5ζZ}MƶP1Ҋqc~UsSn#u ңLK 0)sw46OE6aQ@ADGp zbXٷꭺp2ky $d}S`T)PM8ݑ<n&`;_Doz%) ),9.=Q.ye-.+V QK;W%MUNʡ q/.)W.f im07~+& #eHaoUȔk2N*AZaDvt-DSd_/$dޠe\ƃ?_׬SS,G@P^?( ڶ8.,pe_^},ބ=cdfpuA(H@z [fbFTbV*:/*-ƠNےϳb5dƥx&}־%VM,gX $M2#K? K/TV\Qnmԣ3Ή=7`fo C z b)Rbp0lVbpZ 6 2xg~ؔi0e>#jmډ}ZDk =?T6s t@e)n(~ oOЙLL_͜v}raPߚ"]os`ju |0GGrjf20"53 VZ֣g `Z&QXh:6.P$Xi`|j :>Q< T}!qwNy͌REPQvwn3&KPj10 6HJ'$ߤdOR+SkXY&2!7D؏AAѰEߋ&q T/ D,i7N95a-q<3)N~,P RpUsե7Iy#PixE&/@$nE(JWmOXxKuV^uԨ KԜg0&z&+CHzJsyj_)sJ#.yEV? 0_T$|g,U B>k5W2b`stEa!B~:}C!2N ]Ȫ$)[0/$4Xp 'Θh+t)(-){Js*?2+u=:`ez2PK.`_>/|-$I +`IQD*sǎA%g0c_:UqנQy+^Am#ۘ&k|l~>.e u6 {P1BF2s>0)\#텊& k >ΞIr4 as %:eǛ!h)J A"A͇>!Iey1C#ڎthSѣx)Ԟ/m:zHAE\\0\+l>߸X6)G?ݱC ~G~ r`zM_NoD %L\Zg aLY?-ꪹ8"(BFjxVssĀ b(Z[ dֹR$h2iĕcoO\Pz㊒U|_;?\bed%7s3c5\8V z;_%UX扖3:&  (<Ȓ ^(H޷PMvxX`2 )#%`}Q-fR0f;Hf T9hOJ%bAc1iֺ(L< %=IH(6dU%[~0>BWɡ5{V@9͇·HX.ZDBHo BJe/ɷr&{iL6 X0,3%#QX2Pta#EXȴXH8 2NŖ $,ApgcjE4~5*N-=`h;,B4/H"U''wm4V,F՝PdlJ7.r3[UJdIbW9s7,J0n[ڠ&yuSӼ.5]Iiϙ#|I1z* a4cb;R#7S·a( 2IGp^~ARzq``vEGQLfY^wun:rxLwq8\OtjD~Lb,ESq^:<2Mv"گB ] NJ1%c@%=KtYs@n=2}bӌSoo8A۫"t@=+s'3Md#5њ1L(9b$80:]D^ݒ>K]ebٝ'~F{"L9*LQ[{?|)3= $S=)PJL׉l4X`C:Ï2z0ZV\IW_]ㅔ?w΀`0`YS㑭ᢧH„^JL91S2fGE/Zc`A37"wdDԅ]ўSgO(Jc2$ȪO/x>XZ?u_o<] &FmvByۆ,AxփUӦRE j7*K+[*^v=G$[YXm,][|cfD<`7?>/9U*?kGw_70\ه1^3jKLzua%N&62@B}4!(PV$c>bi1,!*Pҩu\4pj&s̹I} tAfRK;y3.X.2Y*8/WbP{F߳I u?ڵ>3$5-rA>wse̮>H^vܶyTYM`+裿Lo*23u>i(l,4+"}/h8hG:P9ә~x`63)cTh%f&ZOvdqq@ {e@"Qnc[ә'iC&ãN.7:D'l.s~¬B6T]=&ەͲ47|6&K!k,QyU.h%Bgge >ЛQ z&/cm4' 7,}W9%8Dd1GI*sDTP;"jtŸ6w"![/o荖D9؎v#Ȑ#=;ԿSU ?E>~!"{x1PD @',{nuM'EKCٽ4X7󁡩}lò_aKr l["i]Xi K>D$f 8$oG\칇Gg'_6:a< o³C6sTG&&fea{{l U#\Od.iw%ᬢiv3l 3q2QAV ba[7bKY.Obg#m=?E , Wsn=iS;EDZ/%4i& wm?hf&62\\gIh2HkOF"7ÛERD"Rv_FjiezaO6/mzFSzj#+{P8?w@2̲m3mݦ heqg'; ?MltX&mdqڮ}߾3ӹ׺06, D2XO\+mD=QhKZn\ Ԛ~QW@mӨPtjdZ}v\D Yl'ITBbt(iDmcSZDh1͛i^xR[43Qr=8`o<q {]u*4z)ɘ !AD5/|-;$Oڥrw'NXSǗ3}P2vPgSv z=&0;aIP9f|yb.XϗR+}!)Rݺ5 QĻ;߶f7-ﵢ 5nzװU"eJ/ "K ]sXa2c +pfŚaLfq?xvvjZOh($ Zx8T-YnWp.'3G-c5_Mzi5TtMZ#qmG=L/[ 41R^7Lݒ3>x&2>*f0R 2)Tl29'kO` ,t/Wv-i<`!,eqmM+}R5! |D3L^r1~MXi&أP--1qs^Pww8F⒘ŷц^*`,? ('g]GY ġ%x;TJ8Yøz ;M(l& B5P43gi[/!]3SJXpL!:k&EPTp𤋮ixb>\Tp' 0-@ `Ž(KA!>=#TH0`cȘ,mAP4=OqNYJ<ܕ BSq|= ] ߿>f?}̘}*wg$} [ rց7k*8\a{bAKRG~Go {)mPBķiP-&< ޴8> ,vE7wfOCAX(}0X?fhw?sVGף?/vFhߋsF,ҳ *pVFp@_y@{lB^/YǮ¡K7"jY`n!G', jݎ4[p.!S1~.orlF]jwJ_LwJہ,GR]w^  h0geάi 'ι,ldN3jIzJR<Bh|Ӣ'ϏՒfe.)J X<!pߜ&R7r*MX7b~FHVǔA:#8]˿A# 9/K؂T^RqJİ#˪W6jv$㰷0ɳn"d@[j2Z1r/1 /ӑ8r-[F, ׎$@~ȵ\1Fu H˃$tܩaʯqz5V*QV3+J~NxXLB@`;Pb l٘-DQuռ9lםY2+kרK½Ȭ-  -\-8^"옐5`^~eYFyiOm܁uC+j4_@W$_gé/avgfb"T? Vh7>x>gi_Z-.i@*C}u~ lDWاyIo@~)( I7j؝>\-Te[~;(dĂBqy4P|TL:SY2xDRaQd8}4:ƠHd84*O**nїЕ48)xY [o4.ѸĪ=V0MR0} RcQ~6'EVQŖaoroyѼA2umxu(&3z^½oa}?e"4|C5g$;R $2k$dce´&dnJC T"&?2RA"ް-?fiQ$M; %AYOT_O ̐f!OZY(S32tJ[Sֿ !W+0jPܵ% p<\zg^ ]VHrUrvzMrz5Ie2kkO#U"zqyܼqc)QAn$"є@gZك^tWtD䘀xmO0 !oQ>=Cd]0"iLD['+Q^ZR $/{; 4jh-];AT16Bi49kJDS&ul7fK% ?V'u\NFk_JijM.bTv/Bw-kMgn+rp>:seya3rN6n>q!33ȹaxD;:#סPO7!@xPd$Y+CCFuN%9n L`^^L sl]1\ǭ'Y!z7#&bo~6PFf,.Jw(Ηij9t~"+(Fӥ=9DFK48R6qv\@XLxw<9.#ëeF4 @J05=sd"b󲆜9ר*wM>j2;a?,|jP>T|FH>%n=ysz0M%}&hcBD M@.B:U.?%쵤N@Z;LHq+MZ,l@GbuCvg2z?.N0{ڞi7>|JYCR dd#oWcfv^ Wz{FU-I{6 ~bhVtXtln0ʽYdvNS'+]dI;yh]m0ò#{w+x]dc_-KϬߢGfF<.ucOi\jJ2dX㰘v dC׺r8\*lK\(z`o0޸M$^ a}FF'O??&)O̕F M>6Hn"1ۼXh4C88d%J~wA ʋ6y\i:S2YR"Y9$V>vmÌ8ω+L3ܖ` 7eUb{)&D3Hq6Ka2; c,|h`'F@֦Wi}~)Kc(i/Hc!hjFzW6Vz=Ċ3JSo41\QpyLuk~-d0<:T5SG/i`x@~>wMU0}'YbJspJy.ӈqgϻ"iYZKHkLCKծ < $q.2`H3'?^-vѬKS,/~x/tLiHXhXkYհtXl ՜$R}REHlf˥RnOXg~qgrфӾl -ɵy%J ~ȥߗ(X@Lb_Y&ģ2R*~2%Ծm$-tH pD]m5㐂ђYf!<6zt d.FIpmm|8nFFd+!-7b)_47$O.g:̰a;Nxhӂ{0x$M&8QQy;SdE$f+T6s_[V.yw?ɍ~5V9{9 0A:f1q=la RŞ&(MqxkVQU^ӝnS%ӓ[\-'=6Z*":|aS$;z_WP߸ ;/" tTzwiN}~1(P#`fIw_R>PX` 9\-^9w\W7mT{Q>f7U @iNk7߮" |vtPؽ:[T3 & PJQY2/4Gatbξ:T9iF*st% ncA:'@ga8X5󊢴`bRYS6 8)deoFη7!G_uU$N6e {Mk$ Y֊o2W ZT$Z[8?A2 xA m>qƥGWJNfxim7xM{  ]yLy&\.G+%jM"!v jljT% "[Z*u5PRzyUn32RPr.ڭ19R, qrr4jLQ^K }g /S}/!X&-vϮk ڀ̪orSﴚNi;,Ui\m$Ǯ%(&V~C#E (gU]Rؕ5dQE~l"mX32yGeAAMMiS;D=8aKbBj +H`O:qd+FJ3vwL9JS8]֔'}<1͊ 9 6$^J3 էU\9h~N_oO鳘hc @)?Ғs? DȠM򰂹!PܣhUv*Z.B*֖|5Ŏ& \"iQӨ~"-" +kb9H4_S+*n7j I[B2> :D#cRSk 8oe渙-8,8-tW quLIO;+̍0ZTU}zϝ=DڱvSTVӗE-[TWOaYGzm=Q % K\==٠C*\Y f|2=7o C @/$"eY0\.K@a\֭I ㋳p1Y6{8%Up`p4t]QFSF mQ,W Z֦+@ N"0]IW<c[hE q?='Ҭ/MJTH9#D<ՄXnO,HKKE1bdqW\IuͣȯT#@Þض G{2r',Svee_j8Q.yS郷>}Z%K8qR0@Q0Hx8؉ȃjiYe٠峟Wڽ @93m~sȄ+53>oYH$#L?0q[eaJ9?QKc F8?R$4ľK>nD^w6O(LM_0 YM|pᮒШTGLmX`3,-@CPv< jk"ᅡ1?_b̻5zq([11M ,6H t]WOn/4;tY\׹HCr,+vhX)reUAtY SZ}Rf q y]Gh?RΟ&zA,V*W3jl(fL+DSP#s,41xAo '=eN)C&-h}Czj`FRH1 v+*d[T81nH5Y&E v7kr#ຨG\?\!wq!" Hs#|+ڻ޺59v붚AsN,ȜEu|Z U5B)Fm'cԝ?6j:YqD` p[Y<(.BU,Mv^!A/IE{ pH\|fbf Lu%M&ífj&j^M,`a4wH9絎] Rd>)~h±\3azf}^V剀RmT;b0VҨ{@fJ= ܅> +SvV8]/dݤכ,)).ㅔ=އa Gx>Ic0 ǹ\n̘bF8įAie&sC\vN{\K^Єeȡ[ti,ɐty(IZٛoC>>jhqͶ)q{˟ua9Eߣ/$a5-:a!ҖæJuLEi<"c WnT$p8>Ois]ҧIx헷q'N%uf\SP, |"=欋Y}z'e;%fqhT]9ٝn oM;ґm!&znnd(3-1rMIa[(UVlp`*)3&S~KI㳑^RLZ}zw*=g" f7nxww! g`F|d'ORWZ3#A nM}tzwFڃN 1gRi a\{L6OGE&rO6e<0yNWv GZ*Jșg`J5$@A` X|Ɨ\e[j7*χn!w5I^(;wSL%X*>#G~[2_3sls4W@} |EU5s~8=̟)v1MY IO5B\ 6D#tM, Tpb.Z *+ioN=nBHӣ 0rEO _6D(z&VwST,Feť~HCPY U7!hd l% vpۻ >[( WQ!Xv5clJ>kwZ"]P)E~h&}먒]Et7G;>ѵ='}Ŕّ6@%'ZŸ-Rp7y4\ͼgSa'O cmu7UH=-{?~yW/Uuh06ю֩'ﲜW;$ф?`IZ;0&E[*ƶrS{oU3a{. }s^ vBS_m9&"Dʎq8E9PV Ҝk#r_7g\m䵯3MfzQͬ E&{ 56Ѭ^:o C5,9x~j4pQr 6e\V16ɯnlZ7%ySLQ]tt_i<-acVp6B I]@UlЖ;])X+-n0 ,G7oZ0axIdr%@b/Ƽyÿ;oMrA7"\ ;V_ [aTnՑ#l]+yq0&F;XO"=.O6@1*J4s :$g.XBM-*9No Hd b (\7ov\@6&z_+}ܑضZ$g)Λ~-DUX Pg;9< xz|g}o <37N!e޵τ cV+Úټ: A`>}i rG];Dh2{A9YK@H(R`뾛Y_v+~ot/"?i4rxE,& "wYArlR!8s9f ~IgCTzZ %sXu"ָ;YeI>7dP >-zä GA."%0T[>{Ќ}\.*z|Li;FF,e(I7e`7BNR*,+۩pa7h#jS.D_5{l+֮^W|5. ^Ve]_K$q@8Bv[{^m_UA )Tb`t؇$Q^{@t_T f+/*ra2!x22/]P6nBGO@3ߚk_]N%_]%gԬj>,C2ZtzNk`Yic?{8bz&ԒnXl>PȜx=8!;7o1zY}RR.A(VS'l)"A{oo^?gT-;ϧh̲#-\ 4|<#àu4jpw>;[KUij9zaW5}G?gs $*6aRt}kn)iT/auSF̞?Zrg ' QT9pM' Q|@xoYC 衠N T b`l$gq*:-F@$<4 og#|֘ˢ~:8{òkW,FT00!eiX͂ҟ0myӹ-ȏSBLpIs*oVpR fLznBԌ'H\k CT.6 |;X& 3}GUc,[: p85 ;sê8ަSlK /544&[szrgĨ$"갖PMZxPֻy6k*}.*'a)D#]YVD؟(xLx+m!e޹֛%),餂 ;Id029V]%!`1OJ^'Ase#uM:~2Fj:EH7zRPV<8<ܙ`N$lgS+e+f ثJY8HW,&c_8GK9g<<ېV> 3JGR:" DL`h@>>%k$vucMr'? ߐ9#;_![fRxNϨm!Wu]:0Ѣ>wWzzjr9qt6FR*P[+F1LYpdB:7@^<`¾-}[8L{#CSÏN1tA$w-gPB-\2Wicd&LU??"vp zL)SB#(W6kg_Pڊ-&=)'ji@ʎ"L/4.wnw| m=4) Ԭ={Ⴛxrw?ro6> !< jTGFn(B% UM+VFG "FcN.k>:ߣ*d+,Ɓa[;ӌ3} F!>A?}=Qxj%2r.6 YTu`Wiʙ.9` 8ƘqRxyohJ *we95hH1"!Ǒ3;j~]}mEp[˜n piHRbTq #^ r]k ؏ SRm~JUD^>rSBm>WyP:E`{,l Dfϻ`>se}rx٤0*y_w:$RJ#Ž+n;3qcj$G'N1y6><"*G~_ۯǀXLo8wceY[(>O| ț gtׅjO@&YsbAiӬvg:s'7²MDO)[~,px@+hg؝ɵY! s +40`]T aRoR45`CwQQw+hD@ꑖ5Ms88s B sC!ٱ[z +2&f*'1 Q,{dX (NH'3O7ͰG1Redt5o36UJr`r ,y,ރ8F*B U\ثE vLo[m/ mj6E: ,7MwVO2Dzs!xm=iqD TTt;LgU~]R<:;/KnHgv$g;$H߂z7TT2Ѯxkl+V X 9pRz԰$QTY>iv0'w%~ C޵>>fR &\NiLĹn>v̺ΰ@cl|jQpDe'-{7L_'Odf;{9`A0RQfp}0ܖ̋9CaXԨd$wޢVԌ'+I ^ٚ;9~V$8w†Tn: 1'L/hzbE_c,UɁjPP XBsh D+R:]d&;+,w٤zM'2 m(=:lʘˠ״`~qnO7q`.~N 3[ߝNg߂ǘktJOGfn,+suuVH|p9[|7#O8:5:1sIsRe~k'b.ٸ,1 fډF0UT!os1G ŰPk=-"D]i{ӵ?v75RЖ}E7r.!Su=5es TQ-=w Hk~#O)jS\ˣcPJhqYm' !JG8RU)+;P9 wߢƘbgqja__xF&sj4Zb:K>^ڞħ0`mpBp&lLj8) 0Q[_dtO1ZV1RlMWóbӾ MQΣrT%G [䙓Uon?G72(??!}MF<)ÑJ Rnl`HW+NÆ["@qg+)L9hd(d vCU[lT沼+0LcsF4'*gM#xUHZ{1um`&B19S&eOtd3`zP~5l콱"}zjw_sU㖲9è;)Eݧj2AO<&Ku@/,$ x-{5)W$L$& ^')lCnX^sf3x毄`=UvwMiJHaeJ :qF=$x$Eğe o#Q*m)XYE!Cf&-\"駗l?<0jl@~)'B.Pp 헽tG7YAjۅg"$U5JS`A6P5- `i߶JPQu"P^BOAIf'Ǩ rqJ߽dm#3z&Urħ;imrTAW#La0DFAUu6JjD{dCi)9 al5>j=_\:>]gdC[Gb=L~e*Z387C"#r&K<)~$)C6#2*i^QQ1ff9҃DS.iB"F`ĸwh[|eb 2^T!ؗȇ}'-Hl3k->lFmW(![[ >0D{}x~B8 ($cJ;k5/Vp0_-mNqpwEƞ'CD)n%A\>T`)C8crm_xTCe& +&|GokœT2_QeFb+™BXUNu>@Eclݷ{imI7S_Lyf )HGX̷;|Y]LnG'xl;ay\&9t7O8݌EoK8Í ـ'bWѪ0S5M&šdѩu4u%u}u2&xP-iLWTی\;QBv81u;E 3|炽joU˰`})H/E,c-kFmc<;U|"mf)oEU1fH,Ţihnfp֑ZP?RNAv.zofN=aB)_O Ƞ308R>%P૖rުTuЍ=0+mZX$!o#?P"Mf׷~礊|ҩ:D([r>3]qy],iE$:ALs$gHs]"k%>dRGe?_c``iOXr)AzNL n/=2⌽fb%0g4k-2OSD3$M;s`,u.=4fƺ 6-gSkF}=Iou2&ាN"c]I oBIgv@$9vu\jwpniY]Jn .]|{zʖ>%ўſ$5][Z1rtQI +F,6UO@ ~4"R5NUXԾW[шdv1~A+r'&'靿#_ ?ODʇ(]lԍdSY86XS Xip{D^ŢmR=7( j6uQڽ͌$7~zOD GMգd ;I '9 IYBޓ-*1n.|gWmfUX P^YŬ<\ B(h;sf=ߋ!NMa5S`(U\Q!D BO_DꝚ^E4uM@~ÎEh/wC]da Q:|8 ɰ Oz1qݦX("Hmƻ),"l8Q{ԭUT)SVYSeWmyo0BIy_~RuۗH.pQ@VlhG@#{ di~I8hJFc] \i2!2њ4kB) kb\SBb > ?ߖϱj}#Y`Y\*>,੗B߱ww!oJam!x-I._WvzhcjS\=_Ywntd8Vx8u;5p:d5vȢ_B-? 1cE|Gs)e%M }ghZJbV f!blGVd( y=B_NHp.m'x?[0}6r۟]p@[EAlOaREW8ImŅ!%=vhh/9XuKu}XdTSa5i+:Tc(˟cVo5t:{[ٖ b' uV>AY׽|z -X%P}/Nw4wh:ނaO,CdB㠚<T3̈́vS./;4"[;YFizl\ƫ2%^ɌWi_Q/|y/P8rXF8CpkIn6fcUH^{3\agѡq@:|HdD)w(}օw+o}%BiS;6fJYJ\b(4һ?c\\'j@mw:d=pWs|Y/ƍ(ic40XR3CU _De"kOF]4T(N/#JěkѨhE c .NJ~rR/sdFĵoaL @Xz> łggy(%$=R"ޫqFFy!>uIT!:9q<7,rRxP_sbL0i,Q1h0EaL85*(]]vHYNX%^)ACT)0?\̟CCjUZ`"fg 2> R>/(+|nZnd%_MT@KJMC. 9(OF+[$糖#{IU$K&狎Cʨ*)ml=Q2kAs%I[l%wHddHV$ϾVpT}|xH"52 &΍ߊ?nUKbT0WJ߬)ʤ׍Je*'6;R:oXҝ&[}WkS?q)} C۞#v:oNZ{g߁+"^:_lP"4R\:G hRʲV) l]ov&d;ۈh*,n!I5fBr8 xA=)@QQ/@d$J@ʆ]OQkD//KH֒Jю'7_+'E鼻]g~jJnehyNId!r L0eMRdy)o׹PgZC/Rwǖa&q]$u;p4y %Q<A ` niUx-!%>zx3H\hyg/3UsawU!Cb$wL#op]wq#V]VpA͈F7Y?l)L=Tn7?~N-H[B1pUgL"E{ѱ&4R!4,Z'pQ#^w|H܌hz1dp > Em^IM8ae@ @SJd?r]if0P =A1F iL[ũ$C~q]^p}j@~/ ƍC@x [}v"NjFb3;0',U `<`EoDc(]>WE헳Nre( rBrLyɈ:{,Yߕg_$5 $B/`W@]H(YːδJ"PF&SO@3dعdaݸ E'f:!66O.},))Ґ PI6Ķ,<Xch}#V*#;a_|;s2V'@MxB)3Q.'gZ\1Wm(P=؃~MirQ \ ĔQA>h?RSW0XTVóo?ikF#{*P5>ueVGF]5^C0йuږj R|$5Xtjc:^5z@I'x|[CnIBȼJ ihN:,?3ދ!bJs/I^z0WI);qs:єĕgvH M,G pS+3S{.;j>{O/T`(]>ܠ6- |:5aӝ>ŕ}O ɦpϫ(UŅfp|x2MAѦ8WF05}/XM.\@/_i2ٮC{;Ksa|󥚍ɷP [Dx=Agah9Eh PV"ҚcE떼 .cbOxe ۽oL0TQUDؙf*k @)Yޭzz ԌdS EmE7q:vLMIH/K MO+*J? k_r:C(KcvGhwNXNs9@'ʵ[ RĚ@i^MHQ9MXG.+m,Xv~26a(i6TfCg̔$Ǩ;rGUPtxyM'vdm \'~I]z,̌҅0O^m deK- jIgT'F^_ZoynW\6p$. eC7ˏHKCD,V] |x払dy{㋴t\Y-J]iOyA8[ Bq(a88M*HA&ے[FWV <ڗ%foih@FI Z$4vjZw46Ai $܉7V X/zbHEKȥV3rƜ  2Zv,$I)al.q;gI %|=NI*:lipv#:d+lvȯxHUGYѪqWnzD.H6AkQC s<jЍW y4zĶ+i:5 [7GPizsoZޡа\bQTǿK}N{0!ED߱[2 ?sL,\2r8u;DZ 9v6+a+| @PQA\:ԚЗ[;E kU5/@cl&D.O)Q oHV1̚5&IP@!T~URM%rUϧzP"+3}*zג 32JH1T/ì9ȮX(U~t- Ub/BҐ5*=eqF-Hf}7#aYp gܧz==Lq,=9V#Ag dH3J?\CjSV&'B(ѯSFO*n @fyfEZ#!Vr.yJAjY$osHz* r!=Ζc4o_=Wk- X;Pk;lq5+U'T`J-M ]Wx(r+ignɍⵒ 3_l|X5XyDvj9X,њwx1Cw^WמӞo)ɭ.$R5+J' _Pj0hp)b*O.,咍b[ÔH/ˮ2h^]IOb]y*RAO2s#bQ~V RFzsPof6?HI(ssR.ʃ2FVD$9;G~}sA %|![0ei&Iը(ם|_Ğtp 5v)ѹ,Il%SēExlv|S7oǛF"9l̶шI3گ]]c {Dŏl $W:UC&4^8ͶFǘ&ҧ&Z@Ѡ]i+vwRLXʠ-]48DtvԶ_+ ME6RntbWD &Y!/FD)~(w[,fC7CMpx=c6Eux?⥭B!a:*6cO6e^^Կ4ô՟ }$mJ( R$pBZNcsOݭݸJG=`o{9`` :{ _!T@Fb/g%`hdPꥅN?:/y>mc`ޤOd65]aX/ěNb6y^N}ȃf{+kNfjˬef`%`z|8T`' Qh8eC]k|Tgk\aL;n1.(j+WnA˴(j#5_hTl6/4{!噅Ul'Fq(R} 5 P@#J 'IjQ@t^ol]mP,ʿh!qg#yesWJ&! k;\G@¤%H 5`"h A0pJMIo,o.{-c2NZTHGz֩ϡg  {1+%[C}=Cgc^YU6 y܎cwƍb!*-\j׎4|!Ϳ%;JuʶZE16%8:1 {R:{@g72&j9H&p܊U߫ ^j5~?uZMiIw+l?ҟBjs!k w fa}ʺAxJfZ$@ձzI u-ѱJ?)8Ϣ %^{}E<42"̂nGTdk|-Suң++>L:^/.w˸UjIA}l$aBaE4Kdž ]]<#ûs2 0e"#@#AsOy,q+2KwsBsggyK.?i;6;QYF6R*|jL05 :VS' 2 AMC.Q4 _{"}[^@> 9 ';DJ#yً9t6|MK( T9=1մ'b̃EZ_a05kW o|jtB)yv q&}1]k?C~LJ,z#`EU*oz(Ίٝ!`kksL \CoBV,wZN@)wEҤZs9H7+`'L,sOُ ֌i?}2u- "!Y q [j)4!~nw|t-s(ʈ\tۿgXA9Q[&9b{t0ym1},m7j( B @HHJ&I`j(>rqD`:A9G9EilĀ x5YI (!)R*{kYwu<S"ʻ~)>\-y6lnv%gDxNWb} 3iJI` UQLluj׏vݏ5Pjt=ՙz\$QtEkupvr2=!,vZt3쎒o`gȓZG .BS1Y v1Vwy3\f~sSD.;߂!E%Ң_$8q1N%Zb؟>P2ُЩTKݻ0<Tы_k8&$15"!y$;bq)D6bLC#Vk=E鎏frv, l)nA1e?aNbiC8LXz*<[RIif $/eJz ^42UMbLNJ-KT¾r}5K5!MPDZtg+')sEbr?Cޖ*ӔQJa=rḌџNҔP{T~z0|>@~0\KF*L0,XY$;-(<_)e)E͇ٟ 9)<5+j30v/nC)Vwrds'|G vbCν?, #s.6ga+UnU]✹'.fʲ <:${_@|>"KQ[CZK&;͠ՇE)C5o -v{LgnW\alB Tz&+T?SLc'MݹhC/tә!ٿTF#2}bms̉ XRbEoS!zD =.Yf8x>&Gj(0oyFgas9pFClLjKkfbŏ8 5tƳtzABoFųy"~n蠲Pl1j{8~Lp%sN?,]9IIvQefDRj 0U'aÞ5Df 6G$Ct!NآbʄC)^%mO#Nq3bk9w03v a5"cX6'zIJUXMfr`|7mPӐTqS ?yrCl- + !&n$a_>h4uLO?mshVl.Pl&B4RiQwLi)iBI<}Rp6P %˙|hYkJmM=~p[9޷!-V_L荻QQeX]qPC."1L&߲ 1'z/. d"M\1??X^]u}EG]\~Pڣu.YibNS_̹uIeh]hlyb0]`JnQqWIzLdɠ54xVG|77Hd]|l&Vna~f2E~zGPO[>LQ~vV(íIdA"UGp嵷K>m1^Zq2d ?ۈ0I"fV&Y8M `cCZ S\p2 RAtt4]Y I2Mny@k`،tXz%)BˎBj#8j<ЉɁ'ˌ7B쒸mGj JNoÒjEتU<z@ö?0Np9"4_;.ۙ/t{-ck)(׸\Pu͵>K.1*,dX}7WJ;{czqg"dȖzj✂qS<fڲ) .Y><nl?GP0U/XpQ_ɧrIrCqе[jkp&2٩uݠjd!hSE0 '@7API@yU\dRIKeƉZ?ۑ8=wQNw+k v_uTClRI]!,GU1d)e[F*id)LA:Po{s/48gO!UqI4G1_lnՍL&QMcx3&pR[A;Jh l8Gg|=ЊA4ňG(Ow=d䔸>gf F;CYm^`;$:mW2Ilo~ߩ6W_(kh<`uN7-`fS] ?Z.T WB?u3#o-i{ ED fb6EޚͥWPJ*B)F3li0G)H*B 36 #M̴m؏ݨvQmfo{qq/yULn>4zth>aH!_`'!e ś:?lY3!Hz{)O6I|4l(׉SδeNzaՃ{dW%{@As-fL$ !нr x"tvddܝ(: \ʜ,ӊXe8ÛNs[B܍g0# :eԢS7Ug1ƿrw 4w+zebKPd|\R)" W?W¤+ YP]9Trh3# $-=ޛ.EtFD8&F`K3$dݺQ~e:XujЄO\73|oDnvƨ%z)9ōJψ6Ho 9{tX3YL _e'"ն t+:796'Dr` 2Gv. l1khxasT0)2iyQsL1ο]A`4DS0 O #]U!Qyf>z)]:*w3]-dm((ti5\6|0_OMx+gn沐=Wޙ5ޟ>nfb @ oa \ TDdK!AA54e&)3#&rl]ȊboRv6-CU?Xdf@s70m_c$JlGW#dG9Rl\bE2{OfwMfb'aGN",ۄ 247M{mWH}&8AL. ?r,P9 %5p0ڳ CfJ(KUJVfθჩqf ᘆ`Og?f7Obl@6SpR4rn|hY9" 5`` &k\o6f}^b &?@^}5:q_Z \K?ؓ `~Z>qcPNWO@ž'a1jZ$KK>4 Y`Qe )| !;S"Ij\d݈0٤J ґX&:/3*ELv0GD vTIZ*x65Pg+[ny5NFIp.%z)1zrx;^7;_S2 OQ(DG's3Kok{2ԐyXe§ս+F9xK*)g zILa5r }awx=|4JΗ$xuI䞱}͕I;'`_;1`}ф |[ח ض-y ,S]qJH0$+T,wtI!ߙngf^ qH׾Gp\Ŧ >4qrr;sx߉7@RX(gR5;;IkF=ʺ$PQn@Dz+~:WOFm&(|wj%uvT7Bժg+ L;єK_!^@}26G|o!uOߘz_ř҈. :T `< bUx]_U xI RfӿݟO+0w($8Duxs$ݾx7KoR|-~tp,Fvfpn=A(Gݏ~N^|IrҌrlQ/^oQ,n-7(=zHG̈́ڏ!S|MɶWP#t"Ce2WBh M.^Ŏ`>:#''M/D\hU3֜5붬~ʮ,|`iAh޾dPa\,b0ZGY͊nق GESR_ @rjcrPu!qDXlQ3xTDwx,_g[,*欨t5aB)B dmt*{kfKro+D@hIr-=]쉂9-%kx'6SEӳ=RZӋ66lV&TPAͷe#b~&_,9QԊނB#`@FLn%h S$\:.uʼnf@hT&E@+7}y2g{1,W*K%X$h$4xB bdnP"BJSotdZ|$?,Y ܖ5^<.@hG)}rO䈣RX(C2V xUI /=_f)(J?dRthګ/HGCAx/ݵX\~e0a&z~˸a"5uJ G VBAjgoLa+ Zj~nj4:O[`wrя(QUSDwTŝFM-|-fڤ-3qDVL]o&w>1-Zf5D7#6{@;떦()+"(:qe c¼ \?6`9LJn,syn(ԛ]) Kl(/7]_2_)"˸aeƆQX䩽D}u8J/!#B=qG sf Q)*l(Hʋ%2șQ Mz5_D7Vw_!n:^9:A=ZPSYcw'>-x3J,!q7^H> W|^v~cE<x &8L|i%Rtxsƶ $js9+0./o8uG"pIUw[+NM̪_Y7jz\$f+`}C:Yu[^?DyYDg|^7Vvƹ.c]Lv~ȴP6<#60f@l;h$e;.D|82s'9$j]x$*.~4G}uj,LaU{dw,zt 4i gOV]bSڦ"{Oݖfb]}ᩴ~P `J BPK}laD3>0g s>spݾQcGn24PPIbFlP讱-L :Xb# .Ø5E $)(r{H-/ԛf$-=ic ƸiKb YšxX@\+j[iwŝ="#PˇK問eYdx8U[FD3E 6CbaʔD즠+ 6NF6'jb:?N@ʨ-)`r׵bU>=lNI=],$N}U:D=U4xWÅbRvջq p5MC$}wD(ΪWy.~F^'fɉdkto91EZqXڱP Wf|rJ61g*A ww"qYC1;:Yʴn;*ƇB?gw;OL41ix 5a0PB>vPr=/xpvꔈ,<V?w]Мaa0KaՋ(M6\bۆ'Jě/&InfXgaHquq '{%Iv*ҝ!eM ŴMS'CV R}? ~kI Jk%nߜ1f8g.NSښey7 7*M d Fxrpnnwp 7]|My|THrx/M3,lT ;0>n AYLV".9`0 ziuaVmQN.ѻu/4A{w(E4AXǜʿiܕ]OgxH '~bBvF WLl?ɗBAWVm#ey &ii|ۏwcʀϢ T1(.uVq)3INip浟!%Ƈ8ti@\v V169gR8г˔q{ 3ImxDV6Ǟonjև:!0d`L{/4͓ڒFKi[ÙՓ8g lAmT@h[˒#'`GؓHc90GuYOax221SNО!-t*V!j3HDw(+d*Wzsk*'2\?)L'5,0k0/vA$6PjJq uv| :{C(=2/E $ :'MʁieLOXkA ơU UGh[Qbyd'* 8P jsH*K^HFfNT1qKru@tB |oL\DUqš+7tl lc! 4eL)7VnՅH.gٍKB ]׽cY)Dd)剅1 oiڿ\LvehN5w0( 7 M<"@J߾+U'm.ø쒸`9UgjĦCN =swYN '` E],V ̴r_o H08x*dqlx5VYf?h!H[:+{VWzm-UIVtpiޔ9pGKikX.[  w2<\<= Nڰ-;)*kv^#mlf-g:d;WBb eO~|V2^V ؉fG T` 6 7#x#νZMB;-v6iKR!=e*|(,YtM(uYU_ٶBN+*Rwƴ%T^A 3dکkѕa#U[$"]Ih"6lEdٟR砍_âMccHfPS7lh$q9 pp'5~TDHs}:f e)RX6;ZfGaF+fǡoT/}#]WK6훼{$ ~%f[Mmޅz#?jLŀ>FîJjɎG=@rfeׇX$HX Ȯguq2߃0\FqmQ= 2{.{tE-xcՂKB ;\Fi}lF7Q 0ggSW.V3'J}+uѷ`c`EeK8kZ9Gv#>c7Qu91Њ-~ Cdǿb@t8#D@O\+K 7g1CA9O5r"6ƱBl6;pUJ םue̳j5vYSEU&dBFo }/k$ ZgZm NDy%xܷ{ߠjv4&ѪiUYdP\"QFr}SU~١=-jf 7;TQ {]v1tog =] H{3 U֞j̓"\zO̊qzAUhpL*pn#˳J؄T7\tLhO :u4wlEQ9d/.%ұ3,Rc.ݯ;_4д㌉?Fj4eQc\z*Dp`H0d^TtCOեo)jk>i|v8 J6 |Y;"V~i{=n&#e$'57v=3R=o{R"u^rHsA- `nҾ\},Qtua&CzPqemQ(µ|mE;Uʞ.!][ KUJXJ%{Wy{>'. F>8+++7}uWO4ϛmfzb% xl|\%~N;-Mhz.(\)Jm% x+2ݬ,Ӹ̟7 {UBKkۅ@ L/kٖ-_I"{;q3crѩ1Ga !s|ցSc* P11MjTMxl6UPp1{vD# > jeg"5UڃNP<6g Ah1lv6*CGrss :4&zͱYhty*8amRna|>vƳϠr ;*4K*2뽵] 2Kfe`k1V ߲ߩ&+5~تRxpgS^τBS0sGlcŭ{gk9kU])(RU@4 w8]7Д:vLqSH/Cȁ9Vڧ$=YÛ=HU{&6u3>TX/(G!2p7JJgq^8u3U. WIֳ\3e~s')[`C/C[y-b=FfA6Ʌ {@e]4&GX 3zƠ}.tg ڶdQH`xP^έu]>QL{~#PЬ+g8S621L|D#fT'kmFi>-MgWw;V ɸIjG"b~nZikdݽ *ٴ$!NI615IA\ZdV]³{ī1 VR,F{QNo093ٞ '=05`!lJ9)z" ޓT#0mҡegK#(wD'&[$;뙍bvo ,muP 9f߉N'>#VNui-e`=2! 0ꟷOM0xL + ԉ0uǪCДBTkɐz6+JS0+O$ :#]xX4ņ<u 2ZᓔWݳ;Ee]8@V,Ww]Xs+Ѯ_bmcXB7:htr+t@˓_@ 1JHo¬W߄=g9mlOׄ'ύ&XM_pTsɼ C,$k|L=S[Vq gk˔'tf'eEaӗku3f8!j|oTvQ.]`鸪E%WK!alõ\瓂ãY)2B2w2n E=)ts/qʝhpYa} aHS+u}͟?5y$iyf!&O{t}-tzB\Z:Ӟ7Y?^󤼑a c_keQK&S0\1MwO18E,5j )mpheVf!=rj |0ZUT]_U !ȉBw@arx+\$.hFs0v6:oDW<(:$4SЭ_D"cg(0ўf{9ʴig#GR4FȾ{3-R:Tj$A>W!(5 I{{w9hH$6seI{@ՙ[Wbp>"-yp:ke}]E+J$RyDAWW ΠWZKІ_ƢWg53ʘT !V:_ j_DV|ro7 CQ4s %͙( Z<{_n~(,ϴSIh(^=[rG\n~3c?%.Dydux |olZ(Q/Y'lǞh(U.=-Y:O(+ga 3 q*BXۥoXWBP)l|\צpJxf xM\BwJgp$VQ*\0LDRjBF^"Iش0=[;IJ~w֓(4􅥭OFNb=fG/l11 ^%rp:y,8ʖ8wy,޸EDU3#|[Ӵ `p6s2Y:N&XA_v6J*~R?Z# U =[@b-bXyY[|kmh&) jeuhŐa0@;8 3 {?@rӂ˧#Z]3&Z]niSZdJfFv&+ʉEZׁ#R ,]yУ 63\ʗ7)Bp/-qA&zg RJmW%#ʀ'1fƪ,u,92TScA;)6PϠ~_ V>O.NKJY6* $Az=?.qKھ5l@y}5\:ys5n{oM0`ԃ$qqHc@/m!"+9'@,#5<Ǯ"1y!t%ep߼ #pzwzP?Dj<}ܘ|_O헹>(UDs7/Vq t^ytA5`KfG-+d ҙTUot;$_3 C}EtV2*F%ʻ3w񜻪wTd2>VpɓBBMi2!gΑEnS,rV Rӈ)H?.prϲ-5jGB?/>4ȬtpN0|:ZJŻM!kẙ5.P> DL0 ە0wUӌr%UjP1/| ʪ~)٢e!j^d¤ k7\0p${Ah -%K|=e3|!ԡ%^BV3rlį7uwEV _F(d4=Tv"6'LwmH8t= $R^Ik'7@#|uIHm<}s9rj`sr#)67?ӽ)mѝ<^XVX3.X( oK+Jżaԙlj6 (kݠ|r[.mBDX_cOSఔB:޻R|Ȍ#( n*6XaS'TKX@Y).'=D ;D매c:m5o P5i^o-Z4.nB*5JLQTTJ ұ*@J"{CR/sc6d|U}ZdU"rx|($P.x-_!Y|ոv¡8.J?H.V)E\q2v8P1"+ Y=@3bImwz\X ݽ?}Bd?<?&ӔA)*ya WD:hՂ1*' ~L3u_(u [X4Zq.~O `\7 p/ i_r; n|炌̎y)ar':,$`h#ˎbMl , dWϱV *R"~=g;m+k;51磗t5J_7.+G8-@1T *ĺU-lu-v7^KuN|%+%p"&a>6Nr|?kNCř? N͊5ma`̀7A ׷*KT'!\*;c8H>4!HC)z̬EM8SdbU@Q9k@vMzx÷;D~ i BJ܁FJd}[nkO${hZj}'؊Ӊ*e2_DmkENB*:-^!ً a5AU Ǣuskΐ C-hOxz~jfL(A<2JJ:zM+˧mk(sD%HS\ή΄SGG#poӖD'@!o^?ION%+t23ndbZ~?iJ>s=̞xL#nȥ*T;-$ICn5xaiQ?t@e'6WDMc5n-F2?̀H`xVUDDba8O b/]FKXZ>4B]vqj:ߙt+ZhR;琡A9^C3BERQTc=O!(RMӆZ9RUyHk#uAh+BO}W'"PE|AMbohգU؟)R:},x pѕCޥM4_!`Kkwɻ &$yclP,@==6D tNٽ?N7KG% ̺srk[s]00J)pJfS$WÅe<4L.A]Z auX@kK]:ehl3b)ni{VѲnǽth/ BUHKpdٔ3{&P-޾[Z1X`J΀]O=/2G1@W?v3!Mi\zzUF@,s99A~%S'p-!52$p"/~MhO2|KX~hLKc--w; 3ws@1`co϶j{KڵL}L-,[/z]Y'%Q=|M>W4Ƽ.ϩ[Om2ydxg >`DۖcJdgTI6EQ@ $1Ī?MB>g@*JUO`z<|$k4D;PnC1 ?ߘ <jLo߻NZ e/-@.%37K}jxg;;[R>Wj[W-U읱,dz[:rC%?cVt6̰[5f\\C@(NWH,/mB4H:^գxC$oVdr#_}{&QGӀom!{$֯FU42ԗhɺuUznZ265x'x؇hPQj fZc5x~ZVztP?\u1=8ZFHAp;}Tl7d WyL% ?% =`[gY(,V4N`!vjurs'>ɴ .;lw قel2@ ͕)YV6*9,klM"BED}_DZu 67kǔ*m7Ϣ6&>5}Iv@m%~tThȕ{9r\qڊ_NGM"Kz7HȰhG!񲜉~(J-U*q9}5fQ_K魪PQM㣄)F2`y+xIdt8 uV(,H^U΃=8]}qҙ{='a_%IO%xɗmt U<``,5[p{*+S|k!jQKMG]"G΢Azʒ 1SHIG7^3tC;9$RXT b T+ISWX@ FT<yjyڒ/j$6,?g`#PiWΡ*f<"`J4WMQd {K=4h=p ^nr sQ%1^z7@@p}:nkl-geclbM@!krN9r 8:&h\X?#ːIr3 P dx@7DN)d_S:3gi@_XqDO|U#$j[ʟDO$!\s#{>xۮFn_mgy $шf`W樐~'D=[o/цK,c~{a*l; ~R`[k%ў H!F;bgkH|&6gK**#RE܏(j=(a(\ͻʭ0M=Uݬ=@YDzk\x]عڦXo!<x}]m. )>&_ b̲ȳp4,̢O8-m6 f3P;VRξAD^@0V6tJ\ﴹ9Gf |E`Ȍ0A'X~)>a;).,׋\ֻHAXjlm *8 0qՁ޺pDBR-LƹCy2n%&|hm=hV^r"ܛYV_VL?H]>z5{*2#tlNj_aH戕 ] 8T؀13L$QYs3s_[7#[ &' 6PGr m^DR;k&_O&F,(8}"2 r3X`U!LC{j^aA{= %jH\[mm4v}y(Nx[ Wj0 ,s3y+c>{ 3{"3Ase1#]}+$qY9Yc'&(~cԼq( v bHiq%CH^ndzt1ԝ٣_2Ģooksf\JjlӚ7٨=WQ]#ʋc\eicW  7&JbמSTQ4Bz߁~NWI߭?`w!{wQH'%`Ob+bUڞ` ]CȗW;[%B 1 /h7[jr쓤 tԠF \#$K>4 plo߾&Zi~[%Gk& CyN&d0f4S &ۥ!JnHs$ p{=# 8hPykF'f,*PRYZzXfZh+yVW_ uかFNs3HcD+._mV<w-Ņ AjU?;UXQg&]qT~bH0#3K|k~=z3UsTTHLЭŴe|46{d~ 0ZQ06aɌ,O<5$U,~|X2&I^V0 e; Q9N+ R&u5fx*,Zm;3sm߶Qm=mCyUYoV(7Ć1Y|91f1#ب:MxEUR]0ߴxI Ti U ׬}mDm%Y]p8r` ˆ|t=aǮdE! С "IcRl GDEk1os~)!j8 R/]b\`h LA%o3f6#.aOBlb:qCx1AqxQB =) \ wVuid-DT_l Ӄ Z7<7E`w?yw 5!7J^5Zc؊ΚD d|EF/|V 7.|he6I^8/p񍇄A~(c 7`g¨޼Wf^gyno=b>+d 6hGtu :>N> @zhGɳ}[U:V6[[^ҵZ.2hH /j?W ,Ӏ I޶On,tKkil;g 3yֆ  eO8эȥ9$nҽ4u)jwLproTruDTB"K?3 eR#yNEt˓"Ud|)I:^C %T(E`nbmrpQ鮿p7QPpk|T[h[.`ӱeQHM奏.ݨ;i,N8N2iE?o2} e_7ak?po&Ä:nYq|t1R RfLW$78@ut +"a,6<ѐ=rmD=SK'UHF0J#/G30Scw m#a7C4@xekM2VX?ڬPޥ%כj)).;w7c2䗰J\It}bL+4g%f 0 !0Zv*L)Ci֏݄PUҮA_3g:*j]T.֚c?r?9VJ)T`؍CW'U) M8C!X.QFI  B]UH)7EM'%ĺri W+WxC=%lVI0?-u@Jt떛ف>cQ6馋X5Tʺi:B;m VMBZhcNMG3> 2D`Ŀq j 9Rd',VaPICJn;jksmrge$z#~ jKkp $L'ܟ1C -g3igVjP#ÉE:\p W&\`PQ}k;_@2ڞuʩNR'ڲtWOꕔǕqі{o*Ղ4 1K|s! mZZC mzI3S7 kWTNIáxEviةcTXbQ[Q-3I5qĤ{ L8Nj)LM)NhC~&'I$0S|oNh5ВԂ#A_47os` 36hf=&u40JW[Fq.[1&^ XiDaX+Sx)/h!(o (p~܃>=Ŏ;z)7Z&(oLͶ(z^%iW%f$p?IJtzpϊ+N!.TX@xuw˫‡xw6x9Վw"isuז-4)c\+i gFV%DJMy>tpҦ{1Uy68wwcM@Si ;:!3Wz>Rl`+>H'}%enĔj[%@w03u,'©z*`&r8”;I)^>녺L$p>76O2AZjHV,;u(G!`ZѪ[O͑bx+;Eঢ়GuZT3`~M^ѩt0s:{pEU}(0&3qtVh*~m 249_lnj$%[n9j?>†mf܎z{F#w$n1eᦲhRQ2SDwY2jmk&ulrc|J8pಾ#3E00w=Vg')h/ Ejl{'-z_\>rd% ZX 7yʃnP+&儮H^Ec'rnH%ctb~Zh?=K!IPėuCM/^1J“"5kjg-&a b 0*ax. 򃗢Z僚9gڨ")EXD̦iET{”2S wENy ]`q3O#4auҭL+$ڊu=-kLNƩZ}0|k(Y5-}vO3* z8K=*×6~= 0"&៏>6Ŷ0r/ޯWg5FA,%.Z[v*e!d` k<ϱcVú C_mb髫b5 / UFH5hEҳ6nv_0o=ݛ/˓ 蚫+Zo21${]б ޔ4(e2D0T2ׯFm"65vVi/cTz&zLnhX2ťt{qjl`֤*JIv .jMG^ !K*JtׯQWހzW`}(Q168Tά&9 AWjLu*]qRq{&diWz y6Lی۸ G]+i r ICSVFqId4~KŸ_+ eWJ1X`R rOee J6Du[_`WE/@2-{!M;!LD[6TC{j<ra|;bdc邧TNi@Hdy$A>$TLtgIUn i&]L\eC8I4CS|t$3sI .u愽$BOi4 . ;Ũb[5b kk ZʱOҭ<ux䄯װⓎBoPju۱TW mxhoNlE3b H)HV$Pk,/%*?v@ͿwX 45q% `Ü%%½mt4Wbv@[Ȅޡ)(pUuN$̵ucpʟmgG0r[ FuB1wIF SWZk0%`d ,{Q5dA3"knt3bJ\, or,{&*I YjzL1n9ں}-4zpӻ>ӍkR iZ B;Rg-ƍ^+ !m+o;"sw^?jY#ȝvvxFBW~DI'%Y Çw2(y|+)-8E¥1t%:VJRjc#Բp6$OA+AMtі뱄?ovΠ6plK2LvǨuz>$B^goG+/4σڰQZK'4iSGcL'];TOyJ!Q2fk#Z<=ƠU؅`;4qGV?}+B'nxE],sucu_xo 5/l57@|ZLvŗ:Q^PU"0Ki)hߓO/,c 74{?{Ķ8Rťmzsl?>a?RW*@;J;[^u+yk2Oo u+9rZd:.֢6Rf"'yu9G4ޞ)9 ΅x']8CL}=.cR.Dwi ZCj(y|Z_m4 LmKY)!- iR$i_fdNQЦ (jU/I^ejRfF)n]:B 9!jAkz|^蔚?/dP'Y7e[)E S#E6*yJ$P (0Y&Z5?}|\7a#_Ani[02 [)斩+U.Ran_H&&n>♯2.WVޔYBHPE8Yä-il:S @P}93Ԇq'ĺ lOP!I<523soD9֑Mc@:6AxCmyЕ `Ӡ3fPd~ *XUɒXLtmeUA AFaƤсhB^Oe s| ;O\fTݟ*T8 TOU]I)A~)1͍@"\1? QoK\(Ϝsotz;mZhkY]F(jd+akgڔ 19{VFǢ"~Lbr^62)+))e-u5mN<6Z{wڂd.5rӇwQQ5¤ѤP vvofǻ{(Y.$s <֧V~[:~ s)@qz:, UO% `9\h;|{AO5GUp˓ttV%*j2*d ^qfeВ#CڼJ=PlzJ h-:ȅ$mׁ/X50eKyIH=!_aB1uJooUȔcbGn6gm8?͝ ^`\~78c>~C_*0ftE(wbZUu ygUNw:DouK]DvH eJa ƜJ3=o" aT.r_9 Gi vVQ,ƻTR<(M(qAq,=Ciis w\3LgwF&iM~ʝgDt*yq~|{_՛s]:d3BI@@nWV"7pbF**%Zr1yS sv KryU5g`Q)2NP K ˎD-IZaW$Z<3|Cr0c{>;6zU) w&-Etkc^g}֛+HBۑޢ-JNTأBaQ{-}{I 7M ~?ng95uWX~R (%pJ>(˳&ur> LBPl{w7f G+o!p~a]!h9ޑR6F^zPqrjǥ/fjdj[hl8('ˡl@Xn Lm~,xw-4X lbom>I] |_+#!9edOs )zft; V/YF=];9/ ROI pʕ׻fAJ60BT;ŃNukhͯ`S^$c8Bںajéu5C#Y],uiY5ҹIp^4+l;.ar;H+ ԯhX'1K֬ʅ-##b-.D6B#ePF*S8"iI'ܘ_!}$l+ǢZjzIÿKU>., Gw6ڸ\_Fb3kO"ju$~ b;UJuH1~Xt?h0 C}j87̪\S{]cO en1.L-lV7dXx>oV!ĩȻrb/w?(<qyRdMhiTu&&/׻;\e6бkYA\ttnz{.ޥ+kF@-1J5l/G 1S5|mtdN41".7f{|)m=LmNu PJkn\Q|s!EX8-t'n˞s 88<ۘf}vsSs(Sqc9L6{0aĀVǩ܉SE`dƗ# wx`Mo0 -/(W$w $A㭴O]i jVҀ@H3Tb;#r\AA MrO|@|Tp.CzÏ oVLGhLhz> x6ePlwm2i3ٽ$UȪpdI7")X>/Y 6"_fBuV[>06շԭf0Łb}%:kV|L_W#x;"+&r`bv;,ca$_e"/ƪȑQsfvYW/羵 d~|[Q~ s 0 ;74w]y3O0T ]Ǒ/b.mZ"0חfբ4-Tū/a&2<ӿ;o%bg8>3x>Baq5EzL3.]9!@]$ .@暰ˮ>?T/Tx-2 ;VӁ7T7[`yY.[F_B|Pq7`=?:űbAKE6#<@˶(~P4k#.:3i C<\SSt]j- p2,5cQ'[7sAmb| }^֧l^vHyCl$*`YIrŔ~i5e^ O ye` QQs !̐lmt" 8'IA)AX;LtpE-r;HF7(HU1D!QVkYZ%dnn,zA=-U)*_i;K)u.) ok<'q`s7fH'@ vD9UK^r%li]5m{bDŽ)2W'6#U2IEf5AK3nĩ诊a"IWUrAWZ,Oe(Y7)Gx<@Գ ɓpԭ4;|6\LH xXE|( I(ʞMQKفgN.k]#]bQ)%4f,l?!9gUE2m}附Lw=j4h7.'Ɗ*-dė$~l*U\&ׂCG ӿP$R[īfk ;gnyNSX^7$[h+i,0o418Nz0bZ6A3˷ rpP>`w>s4=d_HKBrpCsc=.T} ]X~piGT0-gKq{K PfaALM6{Ye_0!%ɿQgǁJa;֗a5|֥4)EQg1 8k=r[Bt x`*Y{&qHmtvh,Q/={5DPlPѳ:" B|o'(dN#8挴P֋ ~3\R5;]NpmL)*kP:+a M[mcN3 \=ۤu Ot&n&/"6je"l#J~9ŰXr>_BewF },BYJhdty(x.Pɻi`sYI#)3k Yc\dqq{?{|v:`h_ ׏p͢YͿST\&@7@-WjVyb$ N_,V8S=i\MX\x}1LjdIթޡ pQUv%53XcxRr%٠ \H6Qtm#O#6 -P_6_076FմV[*n5M6͌G`|ȆJ UدXib3vԔE3hg*6 I\g%~܅sCTx\zYF`â9 e '}D,@ Pm!t:l!3˃e>{"-&6Sg&YaH[bb~ӦOg 7%zlx!_>տUKU7T6[NJGsa$4M72b`tH<+­ K#y-J&E9Y]Hv6Q2f8I1F.X\(Olلj SXI*=0 e#E_$~I:HBugٞ'={~@I$yC~aͬ5^^jTu/tcku2JcRp{FyLO#Xei[QRi;r/6GUij+VD י(Ɇ1Y׶):BL]w)8V^t1wx'eh[\i.u,w)R uS 7]ΰ͘zJk#ͫxf:ěX&@ȰK]|TE37ˤS<ƋQ&Ci93O"g'/fyN9Ɲ)^/ğ; M !gL>d"6}.Δ"Wc:w#rǧ(~X! 2Hs46JB`YU3?Db_` @B[;ͅ_?a^4Eј-5?gaTzq4`1[ 6^p߰L+p)n${d&caf5DfLG9KڬP_YᵃK!},5"yg^8|K)a\Qg{Ӥ11C{ro *Qy'۽A`V/}eʼn|fG6'p;q .%Jǣr gwȂ8?Oi9Bx4_^t];3w>y筦8{%/0:A-y5{.sM4f~Ϛ W[顉d&엉 7X᪡fotHmCoIH{v5ΌY.1Ϳ-8ܱ;Mx yӧEav|<۽Yow]f&Ց})e%Ƅ=.Q3<;?e=k.@X]pڳJ<+Oy6w&tIq0e#%29zcGǠ.%J͑2 \BaAF.͇|́j5h|c^5oy^.x|a V\x-Lk9ayE4dUmvwGg13~mNo7j3?Ydv?tTm{8'4švDĉЀNSaI`ͪ lշ#|Cnկ.Ւzx/5/KEʊ$cZZz_߳v99PrrDCCP>WZOjsP=EUb5%f84vcșؤLS7&BWKc >7m#l>-&#F`sV.aL aukP^CNM1 z A:pVw602PqO4Jvj$IV * {mbjFóDS YĹ$΃ W՜""9,KiinxΏ^u?&v"cNSNshoM >I8Bfc eѺMqUmM7WO/06PMmhC7Qb..? R Y(@!?A[]|T"#{aQ-Os;8˭oh 5y1  5ϧZ4)l4w 4Y%g4YBfh`2.M=j1vn[P bJYC!\WSls%KdX&KJ8M%YCrt '\mKȜXόkaHս1&44ڟo1l"ڲ8n=jxN|_2_77 ުN}\*,'bC{w6e9"N[<ѝle! ۚ"B $fB@] B(/hcҠ#`™"Յg},WM?Ί_hWզuҾɣiiɄ OUO|ZqxL0q ~c3Qߵ f$;5s5wQ z_jz^B2#0GN~r`Laum)ZR|&e~GZDܞ8a> ).^00y "=Yh|Ti9CS͍'@;lʷ=Nr(woə=2?70gR?Gw4(e{-v3: hk&G~ߒVRqm2Cيx1Ikh@,EtC6p"bx$;Y$Dh:FsΡ˺~20YcYVP}~:b>UD 4ei!#[>=#s .~44򑐠f踬Rqj5=6!UG!Hl~.cPBzGTTnV?XqRВ2F{bD~+ep]ۈ8PAQfd3PIz8۾5c֖CLzLꎝ %IgF6BvmφaO}f]a)WAr2s, t| 0]`dM#8#(G'}9{AA^3ǔI<3Q.1yaJ|S L*ػFc78Ŧ!?'3.' ̀A(u)AnB,F;Ȍ%$&zmu~eJkb(7g?:sKE% 똁TrKاR[Y%PO+"2SXX8" 2僐ajҟ`31 ' }@C z| ߫%U1WYߍIwhSk<%Z6h#brG 1vU('2 `+ꉪ0j]韮zwA7Lo)bī֐)Ʒ3sE"/EHfGW?ľ`BBT4x2XLj_KyrF+A:= aV$w6EVs7\W-`p L3wxӕ}|Ynz&.M:ZZTBX%y*#SZ%еKlvh*(V.*o i̫'dUh{͈Ͷsky`Z|$@6"ۆ'!;<%C=~ɔnYK)}yYJ)|9yHbAawu 4`ܑ"UP"q]n;Fm}3b'CQOA# weCCTUiC]b_-e fM}5!EP=ad%MpC2^e@44\l~M`P0CEpW{dGtP"E"BӚ}@\48oL5z/G@H!VRqH}\!ZD>[&C<ʵb_D. imå9M& f }>ĄJOj`aZ^޺bͱQ+' JHsT#xiߐ4}OXN5I5D?M=GYֻF$)HGW;ૉn<I0)z{iܯtYtZL2^/y."vK >E *J!Wם%@Vis!Kм9jn w] 1?H-yBcBjϹ &X4Q6rK*ċob| ɭͧ а#y\I<^OLdkvT\@ސ}Dz г8Qתe,F_"{zkK$u#' ׬ _@Ԋ=BXK/}Y]3\;Y9A)b0njo'l(:5c\h( ; C&I+oq{4@zzV3iI+'@E#0&?`YT.9pىLi^ YyˏC-ܐcuno*8KP*A(ccB&tb}АD`w*2U0$ -+G,C2TwɈ2U GxHƙ)"$OnpeqY3z..$qhnZI i݉Wh LuQE[Cb@ȅ*Ǵ)XՖgEs0-k>ۨA[Q_/d)&r{N miSY w ]Q_L%lp cnMY`h6мYDmPP`(RqoD 2 >])2Nx{FPF/'4# a\p؇?eo.>!qɿb2VFRv1޺F$Dz!婴0귆OlMZߓRةrs]RU,[-ijYSpw$8y]7y4XpI𡳣SMW;G 5CdX@pM-N5zZ '`$`HGy(RtT\@99R޺ ϣڬi9 Ji D]q"iEO8ZOw3.u{V͑x&GT[|~p(%5'6w-{7/pQA{.`0 1M˚0;"A>'Sy$MC*`v&OS%JO,cE)PɩH$?dH!Ml/StJEQ;?Ӹz xHe=b}w`&[EE}N;.S .02qσQ`O,b?9.|?| {֧Kk B зa.$z1I%>Q[/>}teEF!Vp,|_}K"42U5Ed)*yu'2i"FC%l*/aCA 2*ɞ(h޻`BHUb~K!e8nD1))vkY P$ h'H^fI,o$-9s7KmD.9uJC}Zx4Үe*Nqi%QhTdC軔=p&C2jiu=)b?ղ?)w6]9ES2#0S,?Lov1})gED<Dl}[хPHRv^&_-3ZU7/|W{,z.G dZS7Qi62;SqR+e;.@CF7  )"}M&[氫6.̘#@b]96Gj ß4nwW=Og̀U=m݆=Y9v&Z:X Z|qU@di@ξ=Ȼ=?׉HM;dgΜuQTx[{z k.g>dDb鼏Vxؕy%SfP& Y<ƔEBȓ ;7(![9_Dv7tq$hǍ^{{[,  KZF?erA"t L㪬 <ψRKW丬DljAcoAP==jKpC!L8#%>=Esg+,Tg+sF1MxqjN[~ K RO0tit;o]X]økBW&;6@.)VQkjqX+&r6.Vzs2CWoֿ)Zrǐxwn뿵i$n/0UWrs0 (ex8蝦 >qqG= ]JFӜeӞ_ 7,@OBuss7W~2&nl:d7x)1Z:5mm@"/?PyWb!zG1B'"a&jT%z駽rC>݃'YwK%ԀhQ]ࣆq!*/L0X2zcj0OSbyI"ul+-;i /AĠvzG= 3s 1ظuHb{{PE v##`×,G3d@dcC%DD@d$@ FJ[ׂQ_> E"Єv7܎W1B} -%c_]JtۅDl'=Jꑄ E!)*+0Q}ւԀGoݫymz 0 y܄{9A%eFHFq0ENkT}+@kbǓ=ZDo3l{rQ=#!f*w=?dynJ4vٙbm ґN>u2!ww[J;u~a gXmF؝l}Հ =c&?)>l9u@$.i7#]t K; ɾ8#K:eܑO?uP,e{RB#r[H~Ԗ뙭YX)(e[x/y$xL/j4cóJh>0t9EI# 0R fEr?:IK8MZr-왳=,~t`j3xVIW-@ွǾ'E/Ë ޺mށ#pz9yЏH:hʩqdZ  LnJ@=J`VO x<K]Pרac3*8#[b+%V|D9 rOldV5f ' qO%юQk!ӸɢR )x LYpY$8Iq`LS`]oɢlX iVabM6JXf=ʹљS'p+,Td-cx [H<[;Kk"M@XgC1KV(JYfEEb1}/ 9rV'Tl4Ihے#/} !Pj(,P,4sCfYkocjup"b(.pR\oARTa!Yi֙˪ɳ)j87 @i3{ H/V*")m{;@)G $)$=4]46tExwC2ZPL"7ל ;.AK}z`*#4@s~qfU^$,r람T)xǙpa!Ibei伩0C 9*lTw4ͬ-sXF?->Ru!)~$<`v]/hm>S:\TrEIlj#.d>X DC]Siw&0%kytfi7yonm vſq c|eGnmVkE ;7x)`^&dQ5O($ RHؿiDhZ\u={}buϩߡ$  D UHZEt غ}}K&ӦyAn Y΄걥@}'`!ei b}xVBdN' 9\!/0͸AsxJ%]%]`czP FYp"OQ<0-YJJ БA/*C+㭦،[GУWl?%eR\NX+hP sܠ:lPYVچLtOՇ2!gThԃdc+(vL`œXO@SFR75z~Xy#i%R!Ǥ ieXHpmkTLE8`;iZ_r*">**GqPE@>ޗy_5|}r/,sgT(]-[޷MU,{t f= #W<'p ,I[{[80A\;)Pfgˏά4}3aMIziHc.Oz y"մE ԐVuIՈ+?jߐO:DER_ jqT vTe]vL %7ĘR mq~-Km*TdvІ(Y_%7A^ Ex%Rj K^eJb '߽.a ϬIK{bQC8t̿{W]{F./! 3fSCەeY#+>a!ax+!oȂidP sELO+R{#v#k?;:N{vp.IT Vop½|\\X5tP*;`rq#4El(0~o)AF$Rλ%|E!_ ה'>q;2使o&>JDKeaχa`['FDI-=~<>fu|mbum5=lP2 ͖go)-.S@@8Y7/csa[7GvS|.vd{su$fʔ~"hJZ/doi@rh5.ڀz}sO@mxϜ؞!6HD}4է8"m?n(ƿoe ``ϲ4nzVWb]%FSh%9äXM0՝2Z|EsF=W@p%W\ԇ-)&Ɔ2 ˶5vl|?!W/gG Ne㔜Ur Ou-t7%"R\3m4e$紅$Dn[ fq# R yʭ9ʛ%a!;tWPY } l3/gLr_!?ٞ2t)pP bWfY,^R]'nk? L>a ӵ$B՝jb8(gD}d'qtK  ,OSo/sFы~alN#|q/8H .1a͖@m^s<9 BFcPU )7~p:z#vyJǥ|7mBՏ7~. R8\CV})3povU97Fuw=B7/uqhwGg~ΜG3y] EBfJ&،_8o4DF"kcqtqe2Ug9؝XlB@Z9NfR_ 8-2qNa9`LzM$X!^?2lv͛ޛ O^XtEVQ%i5Zqǫr}= ޽ʻ@?bG_q/uRhTQUR \cߺ3)|g]$$Re)W,7 Ф.ZιZQ>߷VmE*`te|LMdv 1dLTp鬛:StO+9 d7zU?;-JźΜLXa-c &,ss_@MhBg]ϲGX,ADZ2JF=-W"8LQF/d#yZ6QM@K/ y2%_*F$zI*&8X!&V7WY,5CVXN8uEƙ2"QjZe3)v1-bJW3j':Wy?d W>3m̫0!ˬ:.VϯOx+/nY, 㟅P P1 ׭_Kҝ6l\5X(Qi7 XHBʶe"w :'j #i/q\+tNtRA1 L 06E3Lʯ0*G`PUWNlK3ϝӍ-W ?4 Ezo4Ez Xᰙ-D֫ك$c6ϐnS%/WP+g7[ad4YF D&  HK LSly#P=F *40XֻZ#9R4KCKx4!&WI8ְ""re^ B2eyǐz-@$?ᙒSeyYaP&4$moS5=%2:^&G8ɬsY{hjVF I@\tNA\]hx,+69#-oL@kNmK2T,hVE|X (:KwCw P= dh tA~%CUf!}%w; &_/Mroe@ҝ"kHZb%=Be!;;*[f[h wTï-T |NF6 ({ؒݖx/2@*`nLȌ6ܘʼ<]UbpK)ٮ,@pٖw}#!@^ M&P [ ^nS1!D(ɇ(^7,kNlVRm&Y:l.7o$,i:Cƻj9hDSUkAvT V "q`W!@8֤al ~ %+M`C-`Ɨ;?q&g Q[U߂Swi2*;ňQeފujZRƝPtDZ渠 QG"TyLѢo{8ůyc9k U{@#g[_]($l ~WaЩp_,lLkr2Ka$2P}X[fEOl C\9كxoH4/ A1uu^Z2Nk W%(FWfE󐥏u$&-)~9Rl[\m7F_Ưf,Je1<cLr:@X>v@cl%…"FͿ\D` A7`DR@tX*ŭ|t*6<5-5f{f|<EwPSc*Kqcy0pD)skpIcf䃝!A b h]dY7g_JE3g1dN-A 8F|b6Mϓ Ϩn@e1>eH\+5WYPv%[X8mJم<4ԽdxUQNIU'༽ eB~SէzS   CNO we_ a]?U4~O 4kRarpuxd}B;oua-Ro u+Ot0'dgC sPo҉ȥ;%(K"hn?=M'b,0At ;jI\9p1Zn=)6h[ʄzB͌ơt_*KPpX]uC-‰G D0PH "vcWվSj8x@Ӆ~9##O0 ቻ,O;ΓM-[t~ Ky5hg}# "BHE2[9_<}%P1&NW $Ғ7"ڨ伃s!CvU3=Χr!9 47EuE"Y[LQ>ٵ onsT'(E~>5qkD]rWɽ] |PJ ez~xHGq+l,0{ރő/li`'#QW4,gUg֑R_q8B&$keҤVh,P^謐Z,ɂ)(A;.;"7hcG1b|sQ(IЃSL,c)W{kkpt/FݿN}DR c"(=95"D> rvr$W;׵?Z^E7&0sәhd-iǺ[{KaYkI#v})I͊Z\*xwz m:sB}|g`Ո\ю9F\Z9MmiE qp1+Ûu1R¾WlNsWB"T0b}&d%\d<@㓠Ջ^U_A1lGJpU:-)Rg Q'& o'e!.dBVB;tVyGʼ#vр@ͬ#vo"ݷ& E?\~YӉ+P8<e uod/6Lrjx%bysG #ɹ;emH4N1e6mLk'zGm2Iͧp :0E\f&?ff|TERjݧz;HxCgȤ \\Kq.|P`>ǶDO?2q6_o0o^4ZF {կJ[Z LC0eOiO*?)*(]wnN"90~rtY}V>OV$&x^DXFڰipXu~Yz<Xw/>MREU{ԆMd'" 5E@cTcJɨ>w9ݦ?8o_iW䴵 ZK^a;@"_ܝ>](],4§)uoZW]q"A˪L+q 9ׇԩ|+TSa)aRsPVFDV}n "! :&mpQ`M^k`H<Ou))J!~Yj>96~R88N7iMme˷ #}5|{cj쾨h1G1n7Ʉ]8NüR_iP7eN3Co8JڅA`j1FJt3fF$#uaƆ6lK 4OJ `8 bt:*$\^D;s!^y/I)簱yM0e9 UA06X"Ȯ!m|ܕh } 1ve郝 hɔ!}1ܯ]Z_6lpr24ZX u, 6Yk>X$`\j4)&=N'󌇡_ItJ0-1C9aI\_Rc;ݻEHYt-֍)MJ= (.?iq^ Bպ ('~Qt6F vA)GVᕄ+!ū8n ¹Qq-\1CF6n'νb<:@F qVV܂~yK>i(rP; qr) 7) LzU*J5DNg af֞8Np3w`GQO`11(9eIxk*]*@AU^1ڹ1x6faFD|Jm+ =#Z{Ө'=<"ւ;=p \׮Tw_ j%FocTZfBLKoK-vA=vرvkE<#ARV(𜏠:q.ANlwko>~ov"3|CMV͸5z_&-#Mo=z UD*%~ƂNȢhvQZ̿;u23\M.VŜ1VSPtP$w1l5(-R7f@nHwK9CYCJngjbVD= lz|0<5Dk'/6Irŧgl2{Q[[![yF:'E|>@>8+c= o8JTtJ5բѯZtlB]5rcL Zp tvɷN'4~v+mPM2{_ Ǻ~DiU(_5|MD.tYXQx])6g-a{ć#U;=\[pg* &x̻U"Aɸ c*Ine iY xqG[]yN1p7DwKzba8^o̤n3|/b`ة#bJY\ vڃFH_ravYdaܫKbù5yV.l_ 8idخDVt, B Yک`km~biqUHw* 32a)`- O P&ȋnGVW9\.;vQ)2G}>Nυq-v-hu)7jiLR%a5ʙMKӛOg~h=utxE9dZ2 [P2G eܪv#Ni3#yDǂgmwZLu}G~NHp1\$+j /f ÜPJ"'Z @]2*ùEu$ SSƽcTRt1܂3haW̘Lj."MWѓW7?\EoH_:^ 3%}*3EHBhݑ'Kv< D8D1{`. 3pS{_eId6%Q?}[-{C\|96 lLnƝJ8C2џ/8sHw?pݦ)k^o皬+u9l~ uOOq%bV|$ѥ!ac=eNE̹ q֋')6tfҕ&@^TpM;񃷡z` } F:RX:s.y1.!cD P2Ҙ)^DN&7yxhgbd=%}' Zq(.!B3j]G~qpfaO-ycÜIY9'_5H+qd-vWXQ556 #QjEu3sG' qW9`]1]"ٵBda018e_rpJ(ou.B?lB!_KԎ2̐*)Bf'9]H(n-=L+qMvYuzoa5oV9CWpX/ܜ?C!7Cm'oY JXW]..\=fO$ڐE!D*9+;{ ME,V*/ /J~i[AU18\/o &B9o}2o^8Vm5vjg[݃NsoGə#RDT>W|j:TKMF:ofT87i·7&4+:v,& dm3g\{.k_ө9TO%T #+|/R, <Җ\AI.Opqc;Re(4/Zc so1.(xY+(6g$l‘PzJ| VA_`2$=Დ3JM^vm7گ 39NO%ҵ!b;W|u !aߑ z>\՘vɎtiѝ,-!0V99qjU{儫T-vkZH/IUbS@WS~p7FQ`Vˁ%lpY3G ЀH=fY9m3,bn'xy3d|sճc%* &oxڧ@U4h_\/Bc€@խ>*%h g4/ J2u-|fš!*o V|o _t^tVجSGfk=^]_[߻k7PZ{!ˮ~tDJ5*zA辌]`Wv\CĢwӮn{9jmTZY8|Zp\2ÁFS7iU^5n3+ng{_ceUdx[#MQzt2 0ށ?Wi_nI2a3ktʝ.3@'.6_ *@QE։JE]N}@J rҁ9C@h!~,-2t4 rOFB Lx]/?W[u7x[N%MUަV-og~>ΟBM= ӟ4a5([bua `YSXu.*4lGN#7UZ ۱IĥCcM~F7S'.2d@$*C=ZN93ੜ:NrrtW&Fb8,䭈c9&Q>h` [o t_yH'JB%ټ@j@/BeȸWOXo=Ek xV vuZ`Z(9yz-oS1Nu/L#GL: T`E|cxЩBi\p?9 9oJEK5ߠ\ŬbVȴO^qarE3L4D! 8d{|nr_Hw0)IdY* Nd-}ks/&4.#܎Lv6m4ksp1"V.fxk;Sw,1tdP#c%u$o)-|Q\ KUԚ W|Tr%1CZ,cvv- FvN_VHF{QHk߄13 ~PcšqpP7N_Ycf 40f#yu_zAR瑝MeOmF Ff鍺bkfnG/'Q9U &nIE [%щI_ሪ9C"* *-KII3Ad|w3r^qx#1`NEݕrɸxNpM+,ҥ#B UO~v @Ho%[3-#EP B#k$v h!fZ./tYZ?msLPzSa*͇jJL o/l;w]~Q5D-$e{|eFS _Sysp5Ήfd* bL~V131e+ӥ󷝼sRB­BFʶY=hG+$3uHUJb+Q9H.z9Uj9_b4Eh]xkt 9 Cq#h8y*2Ily<&1od]/8 ٨iSS׃ɐK9A)b*66ctD0s{AWģE6,Ү-80O)!U<__z]+\/~jRCPAIqaw{[{+.]L=Ml.s*v@z5@`&4ƣ\@25 js^⩴&kՎz\n~l#p2fࢦ IN)>e.1- - ?P/<vH5bAii0~]&>YQoOG"MXXE2aPۑGkd6JX&zAW[rŵsRB3Je_ w7??|`Y1$wв: ڗDꛪ~?BLi&B1<T,>\^烀e  ohblh%g_Ya+|KzU fKǔ:՚lVK L5d8 aWPتDH!#y'tUwUw::My_%ki b.w@-0taZ X(u6Q6.Ѫsƚؽ6| Q JgQǓ=Ŝ+.?T 0U]LgݦN̽0bFt+N ZZ9QǨ).)7 \?\K0_(*MPW(@QFCݪ+B-)\&!]:ɍ :PLkpi`/*IXGSmWQm}0PQCbrymsV0d7KEXvɪE^fjX_̀9XpAS,c9/HzE(q7T֨݅XFKTaB%)4GB"vT|Dg67lsY=O iwCR}#clYzKq _ =[@VlG Oo\p C#*SJzn@ހZ+mu;,p9ˀIDT>26躿!~ ~f,fPW[}˥x,] MV2͖SBT8nZ["JV=MC+67j INg!8,Rsܜ AIEp0 D9! %Z l|A@!AJ(EާZ)EIo_i\MϿT,E-A̎~SF5`%w%y Wq#)IRzSgzH4MJ3*~rlHLK#E+K4lHAhn4%٘e$=էRSIzGcsʁXJСfJŹJE\_JI vC:NK.S}5RGt~"3HvЕP龇,}Qꕒ<ՠ{Zlen(JPg ii&N[|4͉%u wV5 e ]e\KGHo @LZfi͞XgWǭOT"C US(^{ P/>s ^=t'%$ac>N5F@P ᰿an{ iO &4bUo0)`Sޤ@9p 3 Z펐cYaP6IEW2l8igMv|~I04Wh_A&˂&Q2twԪVj MA6<Βả5S͌?W<R(} 4ݟDYo(?ims1d[&LrؓXtm6Kt-P| @RSokML!WG&T '16(Ft&)J}:eNVvUW^Q+yE_X21>BhE1 Yr tSav^/Ã[VH489°sa_Z }il2V?{TڦU.$pPRxbՅkQ(1g6 ъHvMyn(i6.rp)yl"!̠da5h*:KۀfGJx5{UDF2bv#>1‹,o}^RH*YyQwu [ R7\Z"B?#lٻfhJ:.;U|D 8  <Qyq*Bs^3F=֋D*~_T)/ 8YY-S*M?$ǗbF8: 7ZmMp }ʦ6Rkd6ÚQ {L51-kYɾ'gwujXr5h&@#]g94N[V)#nStK A .a8= 1],6T 9p2*C4$Stpk[FcMZi/XDFxmpqp黴.8,Kj̨:r$g= V{tG 7j猻I(P4aG"$8!zLTm\ӟ4DS)a!õ.d+ .at]e:F bSBO(mhнaj?}ahÞ܍XC@"ocoύjo8GL=s OG4V9,L=v(Y6OLjFff c?čm~ >c6P4&b;_] _֮O`;nMJIXߛ_ ]քRԟq'V GQXヴ%G;Ղ d ql ր}"Ԫ/*pUkW ]*6mG$"iNڃ/Xˉ+|7~S4=vy i-Jc΄Ӭ`dE$q>!Ô 8 տ?Ҫ>D&%˼ Q0$Kqqh5-bG{No܌E :)b'A5F2J=e8Eu<1cHJPBS˞%Q,3o4 >=[5'<B CL%UNEIըId~;޴9$QN1y#)e).rRJfw4͍!fxҩM%1zp6 W ?֢WM!3%b@nvc@ aMKFvSkS&׸3>ԛjgf#q3:k%%/KlfNO쬽 ,4*O`UhlWDK#7]8UD:bZ+޵RΓHuR!O=زGuKw8' D@4uZ.q$rQGrHce@% : ~xU:_+̘$i:08|23撔V󱱴I:3C3Y}h ˡ}9~y݀ЃTthv(o&VYa4YyDa+#^|SY ݀Ŀb[-=x]&$),fA&aAcQm%k‚V鎡APhǵTv8]ؿ? 4YcEASQAPѨ`-4+R%';5l#l4{bIfhhm!·0V&X"{ZzW^_ԐoP }1aFea0b%J:&fAcdN gmI~:#)8g/6'1yp0,|/7Ɂ~/y7+j Ʊ  ] 3y~>Asr:B9DN6)@KB}?&¨7*~6Rϲo0uCh'W*Fuue 1{_h}4=y~D ΊW[<xk QlGh7B9Y#Agi\ł0ahvvz-_KZ\WvIҴfh,'}Yz=\iִ;|B]~1PZMܿ%AH R JB5< pzR[O&:?W) -j;8{zSLY GDˡsޅ/SvF@s huGlixz\&xۈ$ҕG92 6bBC%/W|v#?4gy5;JXgq]dudy.LXlVzN g;e1w]G?n^#mrPSд(Ōn[Kn{8С E%Z3M1]Lt_y|)4x8o!FIMh/!Xs'L&jIh}}O]?buT+T D#˂VTKeSnƗ#/L^<:_f_fi0F#9*ӟr`C0IKpwCjAAv>eROc^JnU !NqB÷ fj_Z5E+}~@AD&uz.7[W;g2OYr$`X:JekŲ6~ZaK-AE|[sd{ o|f.OEP _ɍ'=ZACRс%)1ViKicQ)&aG{Q>ڭ}8uwVGkC$5Z]DݓVѾ6 lpH_m[]97>R!s _VҼb )d*Z0)mP%ZJ FJ{Tg%+D%]nbiiy)>U7HaEkw4/척.ԏleʎ#3s2WA|A@=psy-\WR_YL>ZA6$s#lÁ<4Hmr4>!v)j3`tĄJYFK} x梇S넓=kyx5 ܶ wfL8ňw86dJtF Ƕ=t<]0y7wF2Y{ 7Px9@œ\Ƚws<*.UvbyHxv=Rt;8yw,}L@ EιQ5 ӒKCax)ŧ`qr w,7 P66 0WآZ:vA̯" 3:Yms7ǀiv F{W %훒b@ܙ>dBhlմJ\]m&s$)n9@ob0>n/'oSҮO]dXWʪRi"N4fKB.!&JN~l#HMhں)8HˊW{sGp:+;A7G3z"bv:ȲL:x5bIڑ 箮Ų߼DK#]>Zّ7/8j YY 0k!*c 4[CP}Ba-0a^}FzðYHd"znpaܢw{ʊxn- )(O)ogT,Bf jP߿,ݖ0 zD UG KmӛM-J9Bff7"=w^_ CDmXޯ61uUMv*^˜^x 8x`=Gyn}i[?ӻLe6W+[9vn&y %sL2M>}YK"hi#U+૨OXJ@u\X]s3^R*6:J'D:FGRi>?AlTwxqG1_2Mz _S̶>bY"掤AAO82V$j*Fjv.k1 a;Y3~Rd&8Nx68 d@_Ԇxu>M%D>(Զ=2R̀:D)l.O{rߙJ@;j%Rk/$67u2%lt."^9<) d5Du0VG"]x/x,p0Io˺6ϫKmeYOF7P&Vj^nu"삋4=k(.~5*8Yۉ|#9OTvT{~1`'e5Mׂ'f?,EM. Jo&pp ;{<^R:tFk(f.D{(_a>@mEAyR^AJ3_؟lGHhgBcB$^4 ؎6C\|-!oQJa}uila*z֤f49؛+~taC{|h\=Za.|׃R@[5`r1R$ȿU敘}iS]Yl=RZv]YRN|~^P9 1u6H`4v+׃9y%7Qb!8\W5 A{zԄN?:(s>3F"2 :p ~QkJN*p_a0t0mUm7/c+!#QK ]R,p  ?:g JBč) @:rQe P{s&k֎CUhu; Us srD>L oa0&oEClVlCM;]s̉@$0aV SwR?nO-R> X~ƲZ+ <$r5Q(1uPeƽ`H|}FZ4/{{pqj.rYnfD'"в;+7b YKz\X^yŔx?I X!^Zz{q?MwkeJ Lq+dW6wU=-4lf4jcmW\[#=r7asՐU^_`@ 'LP[CBxIinMfZ-49WVs*\NDl?k%l3ͤ3"zq<@^z <5[zG~ub.߳kk@ft%-̌/p7Q\M.-aehk"G(EmU-S^(NB> Gw]gQzWh'|rU Slwxz(T7JG q yyHg6Gy&S=C,ݬj8vSLⅶ]bgŞ;\tQIh ~#f9%wwbcƔ X*a BYjJGi]MPa:t=˅MUb2D4 ŰRXbE[j(LW}_燕 g-ȍǂe ءJ9?SpG̴] zFJ[Oy?+h%%\X(Qڒ[]#isZ^Lu9+'=Y $@}_A ğSaFHx\iMxZ; k%CTĐ`=rh`}_`pŎ07f(ISHWHSߑ*P|2׎O[;?hֆj~j?8`l1C$)UY g4)Do:A:H)#H^ב[KXZVb~M^73:Q-뛛 V'</HYF&3/lϟGӗ6*3QiۇAHqd/UD [P6Hijx).3o-h [z'XTbΎ[luCM^|A28 i DiU%ǝA5̱Bj$k|/8QcX(k{ϳ^n:V Y To%: 3nO{/Nz y.>9O:_Zݏb¿C ~~ {"hPhڲLFqY)fd姀4hwHM̴hV(T B|[C{<UtݵRs&88((C^X2I'$ʒuje/y=ج(J0@e83j}*\nLt75GfFv,a zN MXxmnFóvDT1?}U"*T>.p8*~eMcbGj Z7$yЕɂe]DBXr5_w|K r%_c$2>GEk.蔍e@(p",!U+[W\`Vm=ݿ?څ8P+} /Hۘ 8 r]v7l}%io-tRHЧZLs]r``)GVbښ٤8,"Nw oo0\E`J,o.pycN Wz%Gۥ6[,~ń 8@PIm74)Jb僷f^q[NJcg}R%\\,q[8@<ͅޟ4pB)@RzG/8QX:{?LàDQջ '"1x%Wt`nhD]aB@W.&c -OX{nFK a{NlYQDET"dǵ72f !±icRvl*^i$̷[}"K?;琢%˔"Iji6U ';77潅,_!Yezq1w3۞',U|&t{s.pk*LE߻nРzCͱܞ_?yvk˹M71*;ZaW grɆQ_yeC;,,#ԥ /]<} ;cxWSYcT|Jk"$1-ζL c85J^*OM`) Cgu3n ء~/If$ ŤI0t\-54Jqv EI}gn0797~ S#8E(fwP~5ro5`I355w8}iL Ʒ O2 Ipm6TNӖ7}K≮i}üF(6:7]okv j>\jhn1 W1lG=Q 5D5 'S,wXfes5^n)B>Hh+}tk)'+5s~POa1׍ؠ_W,{jLQh%C: Rd^ B>׫k=vQS4O)gmcwu!3%aeh,'1ʲ-C29S]@UKM>wPQv+CG7y S YxZWKc7ȁ#tmoIJTؐο9傑:PMx>$|tu;UC(9+0s؝ 40;N}XGV0IJ}.Bl #u'Uo7^&™){]&y;Y #:Ш,72Kuiܩ*IlұcIq@;dϮ@끑RG.Os@uQ M>e>l%qOQ mǨ\a_>VK%KT+\ %}Bҳ fM*)d:Os ?iKWg$Kуʟ8\EHtԌptdF.Y?]HWy\ɬ_ۂFev]n%z/)YKIo3WX blfu "Mr~A]/ z ١p0N \\\ry QsHv\6& g5ü;gLuM^pȬeWyny6_Xrߔoa~=ճ{˖B7K~rYCZLqŀ) W°i0Bl"-ZyϤו`au`^h6KٗهE;x.ڶfq:oƻD:6 |~?Q E8Ŭh6fgo(c=[?MiBmE5oA ӝ1VFJDynp" .v`٪ѓBO+x-0E8׬(ցi+$kFVkVGJdZŖ"FbΛƢg_t6p&J8kvqxe~? ˜V H–o W\HX9"VZ-GhJtUՏ#޽A@|9pFoh|e]bn#d{sZCIQodCD6eCF($$nj& jB2R+.tƀ)ҩIZ nFj%FMV$pp ή8ܭ Ldw>pSkڞLs}]Cla,Z:i}P2k/#2%Bt8XzݟmT%&^ܪ!&ݮ9NKabv-\Ey#y_,M?Vq*`4(>mTې3ZFr#eIy&h4EGl\}{((4Ȩ5dMfr#1Laj5Bq2fǕ/t|PO#D.=`37}]=ع- Jr өg9CBkoe[ $tO9'µNfS!_3I&E({O{T"߅?J@qf5 !Fb9z߁))qo3Yub6z(ү^D yj"꟡B/i1/1"zAr&;eṌNAKNV(J^n_,pna 5e'ۑ~9. њyNڢt3Be>I9q|uf5&k` Ydktbٳ>QxV= eJP%-o%%ˆv@c=@2zݙ{/ł hQM^}δ/ne3 jس)`>h_2PE2x@؋F =ճi>̥=:b9!(L]q u!ҐjMt&]ga/s}R. `07B.rt*S=i4񺱵u<&㹏4󴙂MCeBtc6]J_>P ]N/gBsRuI(1jq>Ox&Kb* /K6'O6X vФBBUeJl1mm pjKAޅ5iEigDS׹EH5 5GMJ6') Wb6֫ YG?!^)a-[HF; { 9cs;]]V @Sm cԞCw@k8ߧh S+([n]`1kݐ|\!Nn}+ kQ* ] W7$}O!Naw808ier>tp-/:$. O'?ƸĤo*eŒ å6P#ږIm}]e2k#¦+&*Y'Kb' Z H.JzK};D,(I7YULSKyN\XL u ]5D5v}LEؚMZ`>Ǒz}5:$-AGZ,37s | }ZE/zZړ!~(6fc-nb޾p5,-2 x oR&jlr|N)E`&!9twM1HbS1g4zTޅCU>jQgF`t 8OyV]\Mj/1^koRxYpMPPwBA[ BI$V @P6T$ b)jc- IpĮ+th pK0ǡgxv}@)$Z*:.ǒQyx%\\uIcJyLDj=|h9Ú;֖<|'`TޔѽX,NV풎Fg2 9KUQQ^Fl{,^antQ qlK]HZkJ57'f$Dn{_2:nT+7CE~`6t33AזҜ2 j&g ig`AG<6l^~l!+ׂ\5 =cXj\*XqRVfaJw̬ј#E sPIJIs!gG8B \`x"YRC J:9PR=,9:q|⹟;n1* LR@!|DժaL}0I ]֬)rHg{ĢM",-SS/V5tHeR1;베e\i4ܛ="-BS@5f=7b6I$E{, Tdje)l%#.!Mn~#mïf%JHѴrS"ĵ"؎؀gp&a^q;FuW_ϗ8WC\,T &WX p/Dt8􇭕/|Tm1bDɘO ǖbOfiP (yitba pYd/8fi-lZݥ;Q&-XGw~ôxu_vahHĮ&eJı:vSⰿt*R%[DOoV|>H kY4)դCǷ&q@%2 T\0;Fo*VAz~gx35[Rl\9@sVq+uiB?P8~Ͳgf m"PU#Q ` BOY6,~r4|g:ÅJG4 W/;J|nT߷&蚁+vl? #-YtK!-:t'g]XDtMe$tɣu A$}kW!V>Y>gȭBos F" `2wI@˿[ی4&+M,ڌPשi*WߖO=(7Ou}K؊i-yN17,{}^B#b*[:^@M/H2uE ϻ?Q=Bң 4}Crr4QK LZUgvcFe5nO- /I/nP533$>D6W1Xn"!$S( sF5CGRtD|ntCsv!YR8jut<dž+9y. )ESPдՓ]> WOch.O OWF.7]K}1zy !6INH.5IH$%ZW8Tr}Y7ѤmY0GsD Pm:oA[VLaK|1oti** av.9\C4M. Q.^O$E *]ֱ|Dֹ{q ̍6^JnaF?U$P q' ѵ۰@sۍc(: [)5lZHSOAR/vy4:)5Yn0ZF$-Oler)éb^0TD Y&Qs0Kv+F+.(>)|%< ]W :]T ߲N+,̣s'f8nTE\Z鼵X)15!r!8<񎞩oT%9AWZ&W"|y9Y\?~_V *|!erۅ&rzf]ɸ#G;U7{*q:xz?HwG%hWDx{ULoE5nOlvO 4U?so -)0%r!:FLGq3DGèHڒdR7NT3!MPV5L@ -FnX~7nD :gFD|YO{\KA^9nP5\[;.XIl r+0i_y \zH&<-;6xU{`}A2 `DQa/O\:W쬳ˤ"s+&z!f NU-NRL29^=FvJ1cl VlDkDq/I.xx>CEq]^YيZ]5#V'/ Z{zD|y;McM@_蹎M lrT|E8?STaB,w:[cox8STTbܙ$UbHA4jv GG9=Qg&PRbӥ= \b >Ps솟@|V$فfl+3${w0')TeE5h?U6&BIJ^ɢ~a"2! a)^IH !c1SFSY["0h.Z&JH_xJ ދ::E 62W5Lʪ´g+2IȲv!-Rrs SMjyFfR S fXϵX#V c$Ftb}jm"C~d]vA.|qk#ǩ~[cCiNWlu|[& $K~ɽo(={XT!Vz8&}]Q\~$݋:vs^U7XGƼ;k,9?j)JwmمoI>JM,>.8qƘh"(]8Us.v{>=[P<ǀbv2D*FKP P ꥎXMSq0 :z7f5#ہ 6YUط"!*7fDHZ9a#&u[ܾUP댩=c}']>1Dy/VJ>D8L?0#_`Ck,-/W>>g|VZI9j`hAzFդ(4<"nAZ*C >u:u!lJ-VB|oMA(}ă`qH+T, -<e&QZƇS׆S".V[ h CyiW Ґ*cѪ8+cnB~mG]2ӗԨ5Rqۮ*Hu .iٚs3$!^⁾Y/)_n,ˇUk: fvmLD}?(OQ5Kר|Yh~ 6ʐ ^ף$D*EYG8@E䬆U%'GhdXь1gekb?. &k?gٟBd0ЉF! ɚ?%-P>z VYly븒؈fn‹Ws5 vD2]v ED3$2QJQ&*beRFxY`B>?} eخN*CrorE8iعfLpN)awj%bshUÇ2d-?d>,ڸƚrtJ br5FjX <,|u?WbemKJBkZAfS8ZuX\>ʦqj+BG~sXN4B0~:!m0X}V狠T#%@n ΀KJ'Sj^E뢂L(lY[pKm+hX/wXb4Z"I$`/Mm9m:?_3u+qv 5yD'x|6"z$"|1Rb4tw':ZgKG$xKPwbVm HwGqDp1S< }sPρg VJ?Jٵl7+v (Ҥ; }hd##jN}#c!ѻi 9: A!`L}&j2lQl7z/ Wg<+ RJfM+ tR^o4!V]0Gv%TI|wc5nKSI\v|NJvΈ/WVyy/IʶMp!+5Lˎ"9&';; S?pdqW렁axKc7|)T,~E(arVl1T;30H=}gN6Ol.Lƶ8u VB x6b1Ŷ`+f~xuD 1fe-d;\J(瓲/-¾Ȟi\j<\L(s7w#%<õ. 4:WW6*4-Yk(9H  2E{;ftETST5oJ<3D6Փ qkվK10`X5Ge0jY<[b>VphZӹ3p7F}ڈdVs+V Thۨ&Fp+np{8FӦ1$o.ݼ4on-DJP1 Ld#:gxVW5#l hטWqZ)R BHnr Ϊ3vϥɚ6 0Dt%S$Y;]L%jbZ{DT/!\)MGJ(\8Ji}EZ$ɛGmO>&KCq5;VX1 .R}q6'aitJ.Xs}S<:r1^GaXޮJ7; mǔY')0sD6y- ׽]ZOgŲ_,6dr_2Zt`!F" Ρ 0x A; !/pXiB$9)rg%W\+>/'7ϫ0wq,,R3IXomD*tgVx,{D+(sh=x6s`EyvB[CFf;.  5A3HY^;@xY0S "%hl[ge$|$9>ҨS.;`twպۥ_8.^K8g 2'`SzE4t"mh4Cwu ,=7x=*C;47f 譻Ȏ J)˶i켘 )]̶e2+Yr7x>i3I»5߹4.H ^Ff2FJM"{-]䓼{AqGj3 צWg vwǤ$yȃxxi^\PBSP%cw] 00s q!¨Q-j*O:s0\qAh-=I'W'SFS)OiLZ<1ۊd[P('հO M+J&iJ Pdžb,1EӃ%N?Sa~d?!(QD6Uѷ<9^,zm&Hrl[TdBk{4 3y7q ߻\:f~!&| JRZ-Cs d ,KRe/p.qDCU,A}tz-4@TG88>B|bO"'@mGP,/YR{ P-ん]NH,qTgTYLXjM`m&,aފRGK^# H;[Z͈q`?u`YR*l ʮt9+s+&~ƥZιEoz p ",BIT9R>Dz71 ߕ\ơ@HI'(jL nf?k,A=K8D ÉW´Ru 5ˤ.$n?/'*oyH1l [}Tَ#sjnޓ!8'%VY~}WF/a yFT$#;W7!/*?gLa/SnĥeR=1㊘F]xog;T7LTOF$%\ 7@{M07))bc٩G+EÞ(9 G{b+c.M8M4d- dJ_;g,m|4E1P UQ*s|ڛlI΀T:mXnLEMɹrB 7jR]&ڍ)L8: p߭Bq0/f]X(O E$y!M=O_c}T?"C˷2^^Wɀ*5.\WuGuD8dh^sB +>/[wݦcUr_0 ״avnW& vC~4" M{FqsFHWa&( rF4b "uPI TIP+hǵCh R̝څ$ xQL: ^55zyc~B?6hISJےƤ̊" ml6ⶩ shYtxⲟ*6aF }"qP&W@Z54;jvqHd;*qvIx-ɭ<,[׷t^]+p!A# aT6zל#ql--"'"x-ɟ֣ñڱ`:f ǨqnC*فH`nO?.@ u}%*U 2 bؑ"=XI%Ľ=3<߼nbD9nj Zڀ" &Bߺ K[ٽgKJ%{`S3v;˃vwisDZ{e*},M;GSET v՝.9D~b8 &}mܹ| * i㧎9x 6uNF ?їA4(^{Fl"j$āM.)%hRGOU^@HvepD8s#6m>ӰNٰ8[7ujǪ@uHE!%u1s*(T <aPH^ X,uf E$[$^\Op;"YCnw DlE*RvZ, {v R`?&=f)s)?V[apcONI*.o~xP qVK\+ӃsYiH{Df+qyʙj&vx^[ԇ񾚼B.yƭL짝[[xU1wtlWKBO .|i>X~J˾w0Re#yv$Ke)ֹ999l"6eA'nO yqwg=5,`bbҦHd(Y*// 3D{FޅStN+/ >=rB8aю+־.6NTq]o"J'*XH#H(mF}[sl|\rbX<ģ/e7lӏm'cViފ+_,l2Ϭ5=d,~e0]R/4C#Z:@h}U .), ?# tV >YK+7h,MϤ 2Z}}޳x:\(V TfQ']{+%?9nlEȯ,WDC*ШUB+KG=k37eP&\f eof0#c2m?qZ% aoi>P Ru!iI XʲxJ):Z۵M@3 $AP ΧMQZv R0.%F!ǖ8Y&,Ak(0 oߊ?:VB@ghާ{_֦f 9NE ^!-[8NzϻyrU(Tw ѓ j ??sIiN2`qlUM 烩U#OiOeZEaF5po$v D5[٥TB?.CPnW+Ye./[1q@TIl؋w'_!M:3U2J\e@SiO‡[~C+^ۼx뢃493Dscqds6ʂB,J|S)kuK!1`jDr1)»j r'&PbE3mkdl${-NSb, ɝQձgCw6,=F\xqJ[VmB*l`D./? (tw&,( dv49nD줼r>P"0[n900,ez#KZ:|ަXr8J\Km`cx zظ^-k>6SKGtON&_o`WV1Ojzߵ9LB)nT 3i_ .B?Y$ qI;|}ճb0ǡcP׋:$L؉v{Fmak4^IM@L]Gv[:Y=q@)e”|^=?acDm`E؎!ViIJX1dPgU +tkDyzϦ]St\8)ƚWfܔ2ဣ4{Gs8| jp'{Ii'.MxeS8Gřओя1Mak eԵ!UxPK]#R7gKwEa<ܽи~1MP7qSlxG`VڰEGkHUZ̖ <|:$(j]ğt_DTe噚g_YSK~<+/cLF4+4& N ܳZ<+E z^^Mo&{}Ռ! HKo֕Kԟ; 9ѩPE_(oG7?5BbaWYs(QlB " S'c w. 'pt>*?38۫RZ c.5h c\cu/3茟ݬcWce)*ol$JF{Hi~͐Y&S2Nɒ#ItVh}Ӳ`"HM'ًtQF5u- ?C 'lԇ%8py""ֹk'ľ d\㧆!9p=9#:?-\u)T+psd/;}l.tOKZ4XI%jۄh͌4b||H ҔH6%X\9gb,(}MO^+1Y?D#1HƐd/Y+_xWC>C,|ZZwK3*tSt}19%dEzsß{ȧq;']oR4RNҵK@zF|B%6l=E;ՙI x+0`7yOe䚞:,G Sg ٭!l"՛TW՝cVΜ2QIhbvfBEݥ50dCTxb@z5IWxmG\%Le3۹b `;zMR$܆/E$ҏS8q_oHdAV U0#&OvRmqU7˰2k-;{.~dixmxzR^~.buR+䚌H?1~DqNn-~#,W@:Nإ!ɕB " ‘% o۔V  XF8MDܼG; Dʜ agK| |OA\(AiN |H6}RNڑYJV!;C6kVuS69Z$@3" ,P[wW _dFrnW49fU3M݂-2zu K`;SZ%Wb#k*Tr]N;mՙh#Ȝ!P L7y[{e " ̀[ 7U._*&;it] ;(I@a]$E)z8#_:-uf~XDȕb{.iNJTpq⫷Uߚh._..g ^.;n4_|@І~wp%[Jĉ *t*!9dKn_]m p'vUlU'Z".o0jmua‹_LvŮr4MH. %e/؄9Q^L){v_x+A$GUvXHC/7if& mbx/gq;o>q5:{t$Oj]!q-I:`l* ^APA7x+mlA O9Y~N#bɳ"W[u-•U^MOt*W=f .Kʯ-FugnW}SS6`h6~Q!~?MWƕ(UjwiэRo}E\,ӡ?Av%'0VI&"Uɟ(N"G-]DN5ro8iNߙ& .DN]ֺFc6xrD1kCzjؘ+U(E^6*1ͨ+&w \  ?p`Pac`{r aDq^}s6HtLv4qT*d0$m@[ `lVf۪7>k4x}!D}Jk69͠(;ٱ}1΄:(}P տj;/dF&$xW`*bIF w9h,JX h9МqTi'):nVD/a7lx:sgxIB kQr1=GN dYi4{Oy:? GAU s~)J:'s>Ő;NL;]mmI)h3j؏QW{!VkO#U +_ j5ZHkZ]X!tH|OwLlgs(eCBTn4*SBUxݔG} '׾ay KJt tQFtpn kikoz,wy;QONs6\7`eEI?ZP`v {'#6np/76E17[Y,O޶kkp$1vcg|KReQacD9Z -͂Y͆Y5IKY[Clg J Ȋz0>2uVBf߇tO)fZ`o\ L*%w.hP'$u- w%lXpc@<4>89 Be,_?Y13Qo }uͣ~N0[6Q\' ? GyC (0GbK Ve_`C1[l8`b9C?Izn{Govdx(@;21%5=8c%%i&C3J*?z \Oe>?9U2{|bl! 8jxkĴ[7V; NjF#ı++qIi:0sr<]D?q;E@j"!ͬ&ocS6m8ayOdh >)Pd)X^_稽ex)x@4!vDqn߽G}@7 <}˲"-[G')\k0Y |(LJ3^! Dz=d5,1+#2qqBLCk̅uG2YY6!a\`(MVd-٠+NkTTkRoD 0[^_dv EWz*DX0%J!"NRgv؟Wf؛^M씦6= ':`.vLp8! FUP 4s] t~ 0B8ьiψId5aCت[ QESi^#Ԓ=PO^nCT&0m_ 68`&'oc¸8/0@xGnu$ Ed8u,wLD3ZgZ 1ox|ݦVh0wZ>%gG߆HXI& u_I$aO!ʀ(`l\Wv _hВn#y֡k8#dTZ Qmc%o)L }w :=~S),ΘJus<`R:e|"=3lg>:E#tHTfv`?L 8LU"yPa8}ѠrZ.CqD=pm.%qH Bw':n\gSleeX}Ӭ@1r_ğ )/~HBOT=rTA/md'A ҊE#a+;,KR5taR9F :۫@60c"&.솋,6UZGL EDz[+tݍՠp1 uFwkjv'Xs xWxjy^TB_SQpS˱B:!a(AHf*VIPlLՎwrS岂e,$fv' t6P qeRt?͂szuM(>Scqp{ o g4O?zR)IƺԢ 6Y+V+Fz(J끙G( 2= x#]`MĵCqCO&\V(Yig+@ 7e/ZkGrGũrVC 3?7XOm6c@\P>/<=p}1 *JQ'C>vdodCup.iL1g9:;c*ϵk&JJ %EEsLYY9 iIw'y*K!'λ2$Dn 3w.{c?mC՝(T KۃzpB㹔lq& H)EԎ-CzXmc6FؤzvE5߭K0 ^U?ܼ*ǫb{ v-|~ p"mpѨ!?U,?n$"uL=ROd3ou'PCfvJ;O(0>7%RQK]E҃cihyo_KKLz#f`g^]JtR\s| fB Kus~f(ܷ\ɶ^UߑR:ߥy3$_-yl=(OkjU(vs^Q]#7=BKsg0A޺-*/FTk-M-NbTo&[xfOgXIi6@l*V'mRl>Q ./elB#t(";n0Bo~/+ A8Ktay!(KoXjȲ0A})!3\\5! $mп 4&A$ڞ33gH8* 9l EortWh܈aS3-ijvu0/56NLjc+Ӑ"s^ 9Kv œJ_Bԟkӈk;| غvkU-&[nI jwoQAn51Qgkf3W폛<0$2Bki?hj:Q&jԏK/7(#IV~*Y%PdVQ7OgD»8䆓'{#PrbmO$U݋},PH[U?"lk*ni/eC9 I}4TDKE2SӆUP'iBᏩA;BL:>F gR'g!AP` P(A+ŕ@ycWa4r.Ń-OQG_hE0$*J8.'PRES0|^s4(%۲5О/]Nxdts #ٍy]`ZiybۑdBrcwvAߕ._$An-IΔ[ xӳocX˧%!zt3h_49`}ɥ_w"xɣ|"$?MYu< ebN7k2Cr 1ԓ*-r R` b۰`׾;dCiwf }zfdau2AP _vgNc ؒ54dw8C,Mysu֕sBm^/"T4GXX<֎Vgs8M ?CQGvJLC-Lq19T܋KFGܬa@D`Y7gÊ FsP7t}kukZ #)ObK(`e=̘O*#Wgٵ~MBE_=>(63 )]@8j*Iv+/- HaBGQlfL!q,aFW'iFW zW n$kԌ^(8!аuRc o_yf.8k44Ř='`&PƎK*

'[])yz@QW%ԨߌtC,Vh 17_i;)#6.g+%,PeeCӎ Zڻ]q9 :J9D^&@*Pҁ.MO ]#dEV=#tQwA B0XÑ/;BIl.I 1M`p0X! uֹNYzf`|!Y[g:I^02I-|&2y+{N0;D{|Q.*&5_&b"]֩:d tʳWy)F-$DKͩw5$ Pu0}4@Eņ<4J}vWAe}Qb;N_lCv&UTH Ṳ؛6G+ Fm<:gUzm\iy)\ܯ14{ځܔ0:Pr^wtڮJIuAQ=m D}=O_):ߎ'+G\*H)VtØ22dݭn8?gSz$y ZVtodgYxP w84z1?," -64ݫ\Iz ~fpܵC35~շ%F^Oܢp6G%P KJek  Uǰ|sFygb)~DW=β*@* a Dt)J@hXj0T3{ENQoFf3hw0GF@,okh%k|R)DVaeHPTmUQ,? l)654(Qx2!tl;謵Xi_VwA1c\T:NrJfq9H-PQQ+z6|{|`ݿ8*KL~U N/Хg(o&K@6ƏwPsim+Dngu +j\ڸ=d1q)zpf&=COf) I-zҁ#d[2JrǥQf;+ +@p͗.`غ p 8@3m1޿D#x$޴q(|Mm6S:7px/ ~&Z@N.ǬVk5;g'dj6EpY0vbz-a9CJʳ$W/ RE362avX1VU̜^XwP~xW(c>6䁪y)mu3iG}㖷9z_UrkèG:@]&kn5" 9֒lӴ t&hc7zmIwD>0V]Vfd 6<5x.jh&cU-#|gW 3`gӆ$0Moi'S$ݓw!7ʽB$PkYZ av \R!~GL[{4lqp!oXsW9ۤڴ!^q[qZrMI@[EvyZrJ6~UwfF&zsiWzYn䇲qe/)Jͧi)p+KvɬH]Ytg>\B`_e_,!##Tiʴ6 OZHJr(sII9/ k Oՠ{OùI3H.xsͶk;vzY s_'2(W>Ok6 Ta Cvj!2[sz>gPD^c}4W'@G Y-s'{$ޠ.S2݌.>E.ٛ.. DZ!_>hEq>o#0I1vu$76ۏ`՗_kiZ$ZLl؜;fpG8U? W'Ʀ[L䋩 M~C8,Y0?o!K)("?#Yp?=qK5cH|4/^Ԡb\=QS.r# /ONKo;Oh?5 v@NO۹z*/>V1d`K߈w~REkKCǽ*-A/BE%spT5 C3P(]utWܟK$S^TK{ktmTy^!٩q-w>?_of^gQR%C8zcm-+aA~3R7Š4syoboN&:ABWqUT.m>,Aū;rg fGz"^.~[%},) m+Ÿ!mo?0)"94 Dg.[I~y@]oʾۼ{] ds\l dHU}:{>g-*C&'Z\l+FJ+4}}kqvpˌf/ KGe,[|eYEr5AӻY]?8. f"}30<Sv޵_.E9R7d&~6u"/ kJa0)vdm2of"ץ e7F|OV$ucd~H0_ yϤku.+MU@oCyS xN8@uSb*N=ӑr/0+W'F.M(p`}4\nnk^Xm[⌸%6qYEÂMV(wN vCÍi(BvJ0>yK*5y5OOwH4kWhǀŻV] EIBMmUt)Ri+n/galI|(sw.WJiN1R/ӈ^ZEAR>;Y颐sGoQ8~Hl 2sYp<3%O|ҒُP_;V 'bSak'ҀigV \=¬{*Z@ެ]ayMW2V4r%KN*J8>L­oel#qONc hK7aб95>+M[)J J6&3k' IU3RFx.?Vz74r'p`ŵȜ&P#5/X\=gysN\'C$-mgtq*`3bf |goЩ~dIUjk^K'Hث Pg B-ݻ1tgm96C8_MzB{䥦êfmJd l%2?&XFHh%uѴ^Nn 5p1_KJ/fÿCQo|xu>z8t̀Ȁ9Qwwy60z:SPĻʙM0ۜԠ\bnuƤ7 zyj {7IE*by oJ,dإ!`t]\P$v\^1KlI8L2 =VwT60S"F&֏1r6 k0DRͤh݈dJx=Q 2b:atv-7Eo-s~JWfZi d|r9ڽL+?*]d7%Un[yVh6*szibJ骥n&k:l'zP$Vu) 4zu!0atq"U*Ԋ: 3u݋{@ֳ rΙ;P/,2A ]:@kl+6 E];êe?ïie-!;Cf-!;(_wyHcp}^<"w m}ۘ(!h:R8<.bg)&U吆T^dX\~2s"A7kcACb7u~lq3-[JJ7d⾷n!?@<1gi)%s6TDQGH@F4&8 8q?z)˾ocKOV]J΃iѮdKz#TFfh͏?%,-kCIڇn}bWVVMa% /a iڴ24n*α8,ᯱ\ CWS-N *~l ]af)[96 ƑF3+.Dr^^q)6xmg=/ou{˅)Oh9@+G&yy@`L;:=N0x]#ER.}WcY$݋5qL:JNG:$\XvpabnQM _\,}~Q-m6'?{PHsK[Kj|SE/ѮmFM^m;c҅ 䇟j06Sr1GWꮩSQ-R›[)SiP<Jy+dZjC//RO!qy!փ֛O0s}~MdQ`Ou?"%)Z4]X(<$@Ҳ]B15?ge4Q\HFMeU3vd=cgDKȬ:ͬ5]GA YCΞCLIx I?P@%Ǔ.~UU݈D1\uu*ĽjϟƢ+dt/wP_UuW*@z̖ˎ }&E*f<[+/+jVix  uy\H*[Gw?hYre3Tl gرZ ,D$&.rTBxouї>9[ S)mŽ3Sɐ`aB'nVRw-ɃT!ՇY]n^Myo}w/%}Cc2{}в:||N&zhsG`nl5^]ᶏX'(@5Toj>0Mz '*5eI(=psAgX\9*svw(*߉H4?XcC7Mһ iH6At>ϫX]14Oh Cڎh2~m/i)քV_hfwU ]!fOXg1yԜ+$X4"2d E<tG~7T;QB—q=%VYDXhi qB* }Y~-UxWּed0'7m 6blGcG?PXj2*-0w0By ;vi{Cn|2@^֥=o:Ci<KDH e i9[׀*o̘C%$:+ClaDqpL%rKho{p㉺򵑩x +,AdPXe.E!O*tfsXǀ^ $4:Ы2HRБ4$RC t @tgz÷Llgz;6A-kἢ]'NM]+(͞}=q?wN S4'+#U-X[ب3 T0RzWj68.>%V9Cç a=>ZjKpeȐ-+ۀ9I˻Vo"5]!< ]h-@vYJ%$3p}AH!w[1σo[FSrdةf3}sFe8އ0tX^"sZx}K4e+kPb=wFH9$VRUOeWƪR۩]Pѻ _>wkȚ7NNr:H̲YTݬRZ(YHi+ֆH -۹pQbV.p(%Hџ~8“p /M>Qj5-#9қ:?u7O3,\=Z0BYdȅ}K~Mt.WyVU@I#&ڣ"=8%wFYOdm9X68nj,/zHxvŅ V98N:7 ifJ^, X(:LXn!<"``ˤSCс$BxlOh9+^ m1GN3m vNF17p;˽ĔG!;xRt^3J5!ktV) @tvC%ꚡp W|,vˇ~nO: zϠ2ZU꒲ۅAn˭8eMU ԙ\g ̏u=Ƨ{(@)%o:wwitDzP6s9e9h{X&|ꛒʵb7K4J-B_XDhsoĻ SlW lj6t3ů_`vO)}?v"Pd.իm<J_Yiהb8؍BK0?,Cfg2WUZ#3'⽒H]2pD=לY`*:*qc,.߮JG>Z_?o\| IcйL"|R|}0z^ahobqsg:).cnr VG7J1 irJn7&-XCU*\z]U0KG*fp山g)|BTv[7g|m5,y(hjvS̛n,UE IT u&THi+PI+Fj5nx YwSܒߵTh0cy~b)ߝ IqH~\}ڂG]DHpm`Hʽc='|Guj!C0؆H^\16,Gܹ~:'ʽ}<3E)  )eV-)>ɹ{7>=Rrμ~)[Re>X F. -]PV.cx_ B6CXs, 1nTYvi40EזVp1:yNV-y'xR[gAwɉ.湶a8|"Yd<J)<+=eK:` Oj%HA>8ě/B*R0uCݤZG@ JY6wGhY{B֤\e)KLc/?-"f|oVAm{N}Bdp򁭧ޤ9 -zkU.|19Hڠ1qiCV;NHYJg+.pԻ%ꞏ ́[Q)ܨwdtHݹO9їB%Ei.TD K|MdgaF>\ (c}MkTׇ".&TOZBvBz|nƃҵon %e'{Sd Z 7D ՛6Pq=ކd"K;N5Pl,T[+y7'r4gӲ~8YVZfحqOB?|ݧ=&[BZ!#^n_W,ɔG{ϧ:~ %UȚYT xɿL 1a_9J~_&G{ܥI^yG`!ls`JT,m+nm79/K{ 8c&:F6B|Q,'mnk |imᒚ>ZBJL-J6"`Ci{2jhs ~G,&󈉯geFЂSdOE"3lZuE*[ZʮeL [t[E ZøhԽbQg?% $Hch'w}򭗳*7mp]ҳz,'F=7x[E $3bW!'#ЀGuw  ePD*im&հ|_-]x+l~SwR$/٪ 7/<78HxRǀ%z8PďF` LtʆH0G?RhN׋9[ҥli@-j 0 f~ͻy#H<^w|(lZ0gWmگC,?怞.GU;{FAm醻3qEN)\55'[ M(' LE Κ% $9ps;j#"~?sx1_Bel6a@P3<,tԢ{GSdƜEn\T!Tf'"b=)Uq5@gyPŹT-v?8^+, EȜ7(agL1EM PPE̺rCwηjԙ"٣V9Kج|QF!/iDpsB cC)];,{iD@"˞= A#j&xb0'-)wMj$#9GϹPiN\K V9S欥he䕢88Q8y GH2.ߢQt.Y_̐ČhSKFTX)KJ ?et06!t`r*ŗʚsIL,9 '%II3iUVf2NٺpA}?-d*9/B`vadA8#ѫx4 9xC<#\5:OQ?CMR? [EXp \g1m, ъ*\l'l<#ԜIJ#JTߞ3N$o!I-"ա'|S4˻^K+ш8,#bFS$^ _DT2*i_V4ypǍDƭFn ( lI]AOmȓw& Ήn{1{/ѨL[s/tX}cd l}iff+uiH*H;0zuJSdJuHCڂKSAN(ƾ@ Q3抍hF\FYL~\MƅHP_gaS1/'If s{qdhjR{^AE[|`W8t?|y&Ue7 ea+.ǃY\"Bv\l8zGB;ΩUa:A +r恬 Q5 :6MW y20΀M#ϝ|&}`!OF#\)#4yB_];Fqp/Bhli,!˯CgJ.K<aV}=.kI##;ujp3%L@]~_6$'&Z5c:uh0'&Hk:\_fA6/y:%cy\ н̡Uk{BSE\Vx[̫۝4h\G&Td68#IaB/8ఓ2&eفdCt9'uuTOqa_JĹ2iO=i翮E( #Ȓ~(~74D(VI[uv ׯt"ˠ^=ڔW>Al/W - ̱a͒{PWg&")) :488K9o{@Q+ᕧN#R"wϭ1^m7nAM<8PXo*v+ފQi)z'r&ۡz4ǹҝW_wn)1qAɷC15|抪\+oyGș=O?p"e6ق2y ^삭vnV+zR! +7Ɖ1ax4G8Aܐ_x|aii翇{|YB)RQ:xH"WQZz$ <늭-7^axlQQ V]3ֵ8؂..\9ܤfAn&򘘽sa_=E;siSB#zw"~?b{{1Ke]َВ<;WDD~ u`|lz4 cX3 O@ zHԎk LazwЌAa=Móۈa:<޸C9  [6 -GKƛ ^ uؠsJڭY<ІĻ'/`:U!aX O a tOs6k0\~M=-%4F@T!X/v͉ñ~_{diګ0~buI#F_eLt=Deq 3Y4wKOUݦmL-L6 -@J}m-tC o:RJ@)qOW:|`$k2Pm[E[QdNJ)_s'pzb\G= "MJj@&H3+g\zpDzAܼ%0 Dҷ2luѡA;`.8[|ߑa禹/%B.mb O&b'pErRsӢQCg'vV_)[d6ou;.}")^ehME8,SFƟF!} }ٹ"?UMzэl,gu 1 /="E“搗G4O/oƜ4N2̊;TZx1هJ +w51]k~1-s̍V-ICYb34RTMM1g_{Md,+DFoL! M;X)/ q^T.]`-<)WT!hYk;ӤRUf}sЉ7W@8^Y< IQaO̧;]UK`Etk.(hY;xy*&I2QQn¢7*ģkstf7xfzt;+ue1űԯ/h|Npʜ('=28{j;Ɲ!MMr:2/ oe@2'8*t{ſIb\&u3#xz_Ւ]zmfg!ܱt hEY@j&̓ZVo9٧%{"]Y'hi2J@ڜ"VƯΪS}IP#ݬ݈ǿ]4rD[pI {՞.O`cPV"8#J݊$y #r x+ S EC@= \\tGa=Y(Z35Bw{_܈6Gw} p~1ɖݪ2DJ*Ul?D^/^VsaIW!IiHh;1DŊ'U1Ȝk 0%1%~5q\ilV3D'W^b>㏴Ud6U-mʷEB mᒀx ׼-?U8;< -{FKrb1*1N)'s>ں^ǹ8}tn1Ef8>NR(;jVM+ 2i0[Jʄku4Fr3yE 9MfJcY swА|t&ZM5+rx@Ԩ[6vZrYhyr5v`f=Q( ׿bTRȶ@ +E[o0U?UVyDL &Hwo_I@H_qgPF.EJ#:`(OD[UKen(P%#)d9ٹ0bgց<}'R>Yt`rx֮E%6y7&g1{ٯZՑ>%GݽnE]=i^Ok9@,;[oJCzO^o `BIcd^9 cG<33 !LNi#7Bʊn2osq&L}^n\N'&0yS%u|RRFV3N.*u_-ҿ<:|}[x~5הā>?ǗV}`,Yr:_C^3k"&7XUMO?,Bd ŗu1SW(Pa]{oKUƶpMʷOKu$\()/lhje )!n\s[מS5T1qVr9 W3IRH޸ aH aUOMP8w9٧p65WJ0Cm+7ݮT,zkm&t|Kf$s1W` +>.TG-:p@**]$fql3LPmqxÎ)l/;7J6]k-:YR2 yuTL5ʍ> ~0蚨s|/%ya$r\ߦ;ʋvөDDt;4,Òu$0\H+X@! Br=:LY@w׹R>Dp o#.+7 A**Y2"npIOШ#W& y%iܻPurY)v;NI`S],:j*pץ.aƖ1$ϔĺJ0!)(>@SO xxXtw-fQN'.C=lh'n(rfK&bbe]ɡaCūRWx h qGl\ex$VbV 4+DY|=*6֎UUea_J>eZa=ʵ:Y^hJ#kY%gb>Ks,2]]DRRi)u侬[,z$nm/ؘTDF'O#Gh=if/$?Б0Vtw,钠 $3ӟF=\Qwo(Rx 6SA9ڙޏ9Y=1KwNoz:KPٚoI]ۖuѕx-(A$E  DƯ+AtŮ9%ߊW88 PM~|(b늵#:;L]G,)׭d!7 G$ Z'#W`|F\ƶr|vQ+=ziґ.~[,UL$B{zs!gګ}zgUG3`9١:>nu.g 6\XkIDJk^c~Q2e RTLtyPa?| 3.NTwg)POG@=00DzS"FpB\b-_A!{.Z/.;?&m=:zV^eJ/c#faKЦI>Rx~mtoIG6r^)z(o>$.źݦ{B_O8}'NB"_>VL߶L;tYV,̦2} uZ@qc 42w1u#W)|D.@ 5bJ[TGUBT cyF vn͂&NU.J[d=R 49WOxk:l'>NTg7ݴYP [T8sc>:{mH= o \{$Tr[FI]$tt$e8*eq`#e4a0*鬊+BssG:.RxbӅB. vaa{żӎ~h;uc5H2UT;K lt=2*~|] 3V ϳ]!:hT v,_g"C`J^&41筐Џ;l'Vń/ib^Q6d;^*A(ɌJH5yN:zSmI"aֻlt;U̡+^f\>Dx\xK$S;vQک\j8bHI,+Х'].| [½K.bHpN])%uXy[cC;Jx+U:SB"CGmE *;˰'ho92GƁ=L<Ƶ?}FZp>śmNRaiMe ()X7A_ K|a""LnaB&%i.5!FFeİzowIpq<0YwsmϜ\+*ax! W`E_*[ٖM\Jmm̖`%vA;N[6wgIVֈJ] }u0\›FfM7,"o3G; eV8l<T~!Zl8.B-ϟsM7#TTXERL\Av54)!OIQ;r? L⼽9o=PHu 74BWL~Jjb9 4H@-GJ~.IUmnܛx$M\ƵhW Q[yWgV1?Г_&eIi$F}#awX jl2{ubʐY<otqpвFCl5۰etZG򹳒.Ehۈc@Ab 0ߊ#OC&Ipŧ|P kt~p4|k+׵g'ܿ@^3Kk iZ#A'rD6!vtC ŐMHb52RK 8 GpNAい{ʷQغf5賯F:C ,[EG}/dOia \]ڳf_kx8%hrOɍo4~dNZu˽^ 98[Ւ|xrOd0Uq&r6B]!UZqkLK_ki!Q-ҪKFp톂, خǙwtv$mÂk}"sx'ifH?(ri;@@{5'rzr W ;; pg[D }Jao6%琽-Aρ"[%S*OVz=AoO؊/6&g!>UgD5p&>*(1A& 1h0k: 5I=eR9,-ZZ cdKm.#ԢJgMhE|+U[-wB|Dzv*T/f-y~| R"Q5j4q HO9\}HINv=;^JUӴ/u#>X844DzqQVf=w17 "VU8d3JoEZ8aw.auHx~ʓ >,n^+ϵ3^ѳK{lbI/q;Ojdr"~<9?bpLB= nH7u TctDA"(gvok2̔:=qE8&-!u#ʋeU=AΏ ;y!@f n.2`AjN^?C}i,:xV@LhEGJPWQʅ.:w7 ΈJx ́^* D:p`KO!5*Dʝ9}\nHE/?^9ninM!&RU* d~1,GvRѽZ6WURlAae*;y _Y? vGP %eO7Q{hnqtr{ g1- RqkUF2ϳ874ʑqq9 $T4X `{ {-lDhasT%lxe}=lvp|̵vϟssgl׶ӻ;muDfxD &f"ˤ[ca PyV_ ##i՝pZ#jfĒW$:gB.\gލiS3Eήğ O%ii8 xALjL?jQܼ}^?nP %~֝;-f0B .Q4_%8tQYJIP.b\]e^ґS9uxAY])/z{cS}/|5sr'^@w4H?]tNaV7KLC?#;RۈL?H*3ݽHQŐB&q[]E N앋A(Yl,*P5&Vg3hc!!L ;>fF]mh$0UHd%phmsL]o f] PJ PK7V47= .G$#[>!Y={Z 'Ri$[AY ju4^ }[ԣ`KCܵ@KAzjVT͒U@oG8 Pn 4/Y:/!*#5@aM13bB󤧵z}~%/DݵrC,L]5My^9G6l UC{!iCW2Zuf:u"nHU*[.Z^$я%PϮ[\8TI#>ACm ~y6Xm8ãz*ȉd3>r{V1Vtm.O`ou?ɡ#DoxTv!B3\o0yUQDQ +l$m7y<\%<{@9/0iD}ُ&"G"ޝTm;#)RϼqTW*uIJuTJf=A,%zR4x[~(,:P[t2.Qؽ)䞏b۷$Y)-%"b,46K-_lG+JuE=3WbL _j{ `޹ J,|ΙxZү`xVWy@z$9o:c@W5tہ@~YRd4k"gzBtg_ٸwaY]OU?DzwLG%k e"mtR>$t*#~~zQ,=)Ckc;96Ը9c8yP308wrB?@V뵭c8i M -| //z!V|kɲ b1fIr08p]Kgx]hi0KRov sAMN Bv]r.(UBF|p< ~1ym? [iB{Fu8U|yHGH ՅA6;u`|A@,B?lgغK l9Le~:R,c׫8%e+3E)  (/Gu"sT5Zԅ^"'ao#~#cEmm Ӣi%G9 NO6WA]_Fg xp))H20 F3[:Cޛӊk\¤a}bF8&7{"|n`vطss2Ϥũ'~^,:"6@ytoF ӡR`!$Ao:|}~:S$LcfßW#l줺=85_-=wu]- xEjH`JoX۵=l- >*Em܆+V U;z ˞r6/ׅu4Jd4Q ziF${׽(B㴺<#)-,`M+\L9⡇#@2i@xɆ1H( ]Y>nK>ܠe$)MbJږ O7c> A6{ C]aC#hUl:j-*ɼS gk3`,d21-v t*%7Pa-B'=s~ŭ3هt͡S|%Gy'-o3kz*yRK^ȥ1,  K0=Džuiix#p+GHYXt 7#&ٵ׷wх\6,>w;Apj X6X Mw EF\4Z%`m븸:?JnNh={j(şV-6E^N&C EONu LA`Ahm,I0ȿ TJtu>CM$L9?=L3Aqs=_aHZb5~e{[e_O_vh1lVDuU?N?L d{ cAQ>KT]bEL{$Mx3,[ <1acef{ݬ[ ެcn AY\=tb&ĀIbAqL?y xCBW1c / /)P*#؅T*jݳvd4RK(A>;bSz"!a,LF.1fkV]be8?5 =D3GXq\$uu!7׍EP"%hC\޼-_y99-e#Oj _+zmt٠aS{ҝ^f% (Vj^psYcA\ 1>ibec n0yղԘ.Xj-pWyv|ͣEflo={=Յq.L:+rf@7d=Qhz@Y/: сs/[5zZ>Ȉ_okFȲfɍ~"e9d3+>#W\Q=Ez*p?UFW t;ޕS!iGwcU0{sc\Y-*&FyI™T;0t D4ed[e+,ٗ%+WEh~ 3ON~bl6~/"wd.`+tqU{.Tu-8r1M0b\#zS ?N#ڃ ʲ-sa~&탪Wg̯BRt x:oVǻ^O'Kyfr S5.S O=?\He5_+ZDv;u3g0e_>Q| kc5t*=` rP34k؃UlazRbBi#pAQVUyU> U)7}x*L4m0t0#ξXIpXD9M㮌[<1y׃GV`_eB:ou[{M4,l1\A f TDRRkܸNط2ݷw^*J^xK4H6~AW;.el4 Θ'H?O ,}\$ղT`:~^ło\1m%aq:, 3X'5B˵/+f 8Vet- a'UUV $Q|7(:Uo͆,Jc^O&J5p !`{Q~jSrM2J&s֑V<kj% Z"wZyD&ScހF Ae:/4-4EE zB*{+8^,qQ;YBeG*n :ho ޶8֎܅$tL>d76V}'( EUuYuܓ/e,RNlڰC9bwm{Ξb >*$2m5vZ6Dz"_VAdN`5G,jrQOg|Rv[h ۵&<4 )/& _ ʈ`ڧ\XǠw@ 2=v|gzAاgda+׶Tg >ip'ksEh4UzՇZh+q`&OTùʿ':^T%4ݜ^=14И9S(`{v5pFx^dm:xIʟ^vo.S!_Q6iKCBuHb?3 ,z;^k"Z~nHO^L9OelGZ,g9+k=] yB/;<"]X1 |04;,ӜdzHՖV+E:zy(q;;'`Q{5b_ﰗvubDxMЫ^ x$úXX_V/>~聏HV3KMnC$$bdV8'uAx!$0Mې unt'6 cS:Un?#\n|LQʎ BUE*uV-)@OBh4e8gL+^)BRwHO>nONd`Yدq9Fۣ @98xj|z1j!ݥ#?Vl\᫃IWpi, ڿavGosNKP'{UJ1YzQ=kTs=ĕqg2bxghӪ;8yh |}AUpXk*V&~96HPh:*,e,>,V0TٓPcUh%T=Ϸ7鱅lCkt_ƤTSr<iҩr u԰vD"Фl yٚrWCLM#ݲSJl~O嫉@G隓^Q4fX9 A)yL1Q)6]VJjP׼$yI~%T׻> EL񴯺:;bUmf!0-ۅi.iw%v*7@EhX#"NKy|ԣg؎mޱ-O^`DgAyRU[w?`ҁ|e `lO_bT9UއT8@̢ :wAԗ'9SeVn6K^&řsHuvD:.{@-Y<#n?x=qaݸXB-KGqY$$WJy|hˣl2*u$8]N Mˑ_׵ zA䛡Ը YX5SaJ؝)C?F ccu"tkx4F\W; O+_%2{IdJ/ʞ E_:D$:aȘEq7<?g/(= ͮ0eZ){TP7śJ矔TOHeSyT_ځٌ޺_\m5~K .s>͏'OFn@coݠX͊uiYiQݟޅ TMqt4I%+IqП"DӺY);=ݴVU wUn:hxꣾ,WB" -.$ȘZ @/9y}}L9VIN@G/]ў׳Mb[IokqX|F]%z(D|\Z{K>g ߅=14=g^$:y&Dp^~tPLK TK/6FP: ]YW绔gSs(]mU!ȒIѾ y97S3DLCg3ʏ퐈:8oŁY{ҺXʵN >g!X p]P;QA>D0:uR22I坳5&,P5B%}c!7G@2űDDAy.H-=Baܫ4C6 2l7VʟğS>FVTRtTiL[5!eRCUZɒ$,G! >Լ"25nt2gNuQxzsS>I|Hz$5R D(~0/2Hb}Jzl~ܺlr !D=gG2Agfcq L>IJrn֝4Wk7KF~l%|9,MWYܸ:Z<3'KL @?pp5cLHȵ )z%! jC4R^I4+QWNƎ8nS G$f5+9Y^-Mt[Q@'F(šR$ bBO"lGdH3v[rGUph;CvD%@v{#J͵_M?f=&}9D߃ڌkX1 `F*6 /F?VU`G [= $wPk1N M[F-}j3!9!BG!}NKܣC[֤EjvSEygez0 n֒=?j-׶HqܿY@1e#{+i Zg%'lJ >x7"hdvJ3{mwɃ}m])S6yr!PC8/X$e/9CG!np/$cr)M@Stء<&bo;!aJ:, f$[0$`.=B]h/.8|6:( qi+y1&TsoKp|F̄j Ars`In1o'YڊŜQ.f_Ѿd3F>Us]68 XBA!Z:X+r\f^s*n4r_x6v3z\7WxENuļ9<ْR4F/iuQ2IIڳC[ ,w<-:h @;/2|xJzTaoӧPuAm]iW 8"kWYu/sy)r&(X_Crs""s5vByMS*dXF9,iQwWaTg8sw!.}ꫣ<xC:,H$/;^Cw}ֿ=hͱvE *n|k8&bw(=Ai^*1 .I; J}}e0<,"ȭ3q7U#DZWiIN 3LԚ它Ӿ2VA2ce[[K2iN纩՞Yg Q;Z7$&M]MbyNZI 6Ȅ ` ů+z0=(~>%`jMⳡ^Fu]d!n˙/`q~y"3)F~: -D\U|<"v ր Cx/: HG-T/ ïrV(/ʾ 3\~u$4#}bb5ZC&R,j+[hDN6kM5 b/H o9a;$r)%-Ee(ygO&~~z"!w0ZK̀ğ:;cO~rddsC~w焛w Xytu`Yx׋)7VsCcI'Y^lǯ@ z⊵C0Is ,;oYdgӣ _ T,=W?yMȾZzҋV(F')STgr=gs!=+O9P1Ϛ웮cj.ݜq[?m}(JyDBhR#Qa|FfƬ󤽬:E3)S@|΂mn#vy6$閽YgGvTcH *Cvt91w*y} q(O*וityUO&Υnx9sHTL5[d80#\Ҟ>kL mKcl*ms>7qGњb̞)JT! m)Wl2$̨זۃE>:Lic}Ș4r/Wf1,_-^ |$b 䚞'Xq*4Q(^ED7ܷ7OɌyNb]N.xc,'0&To*FS:ceُ q32j> ~mG q?Iz2]xQ'sa$\)%*JXG@R`٩Z@MMBQҫfPʬxy@/vn1.(6K,:/<@j>zڕv_mwsJsґ67̧\hVQv LЈB\O${8`[xnAEotB+'>!6+6=7v_ ENNhn{AXV.^|:L3]tH'r&wY\/BGYi^D)>ɊDVUeӻT8fNYx>Tqj {[9Bty8p^jq9ܮGoFڱ'~(s>_}oUY>￱3Aجk!Cb\%K WW]Lyj*b.VDieZ0z$w_]5>v qYu*TJAXbܜk'I}tdd?5њLJv[g&0wkVz[NH䷳ VK p!"`-vCgNGo Q*BBŔ a3TJ*VxF?1zu3d V .Ļ+HkNOfӦo;w(2pHt,_뭧V,Qe{Z7s^4GozM~vcm+E+>VZEj!v8C?iCOx>\% 'Q=r,m<OB.oͅ֊#/(['Y1~=Fh=Ymk*{~& ȭ|aݲ;p(n<S~ܕx]$!;$ЏhOvogd| נGӡ?ز@{׿Q>{T^4)a*т 4%lz;*%h F.CLzS'v_D A&c,m/GQ*n%wx @;ĶM%<zw9u-?·Uқ!P8q Q9ꗙn[QED#mxj+\A`̃ߙ`#J8 `d4YxIԋN ,*x(R4jQk6>xzs o ҩ{ݽQD}#AXjLpIO3Ұ5A1b3 fXրUHoSY7rm,T(A7=^̳2šXm͹-^a{<4ӯr~ l)D31cXͻ b'[ 83 ?04S>ZONMky^,ÃE,Ʊ5cjtVv:AÞlCk(gQydu  cɋPkt]tAVAm>tOF1nuG<#TɞM@LDu%Ztj&]gzePrWJh5hp _: 1Ow{-IS{(%mUv}*=4gi9 SvD7/˭2f(7X,?0sjN 6[%Z=w(5<9#1+\v;L6ىK)0tmǬSt^Nr׵yφ\zS3dѫJ)zלPV<g.p˜{!3!> OR^[hv!BeubUwӆ[')4³?D]2=lY<ȖTH7X7 gQ F2{l <7dJrs(_T!GJ6t.s,8Rg!k_B$-$: n\˩o^{Gp Q)IRTF©+)4p6Q7{A)܀:lq R! 0`^gswqk@"K m3F-3N79*  CIޕMkw5]git~YK}Nザ.l]G-TrQKAY%CxnP"1s&x'*АcЁD{`B\x~qd&\Л8cQ//VXgDzeXу=߈3Ȃ}mL椰xF9Dz|fP{'_a,N!1_Q_ng`]{U6 <ݝkXY;&x?Qxr<'vº{7hۺhcP|5<ӛ8l#VL." yge(>W#o{c 4|BjҹB_k. [w[]Ȧ_;kǃP"5J{+!J5[r{9YRķI|_‰ކGz*be P)W>:ijӋTfsLn4z "Dd@XYx(~.ud5B?[,f_v Ӡ HifFj%qM=}"s? 4ꁗ NJK Զ=asS#f-:a2>ds Ž=;])\]dݩ;lL!xAx`}(p]DxQ'~63o P'i3"ƲV۪V"|#=e֏P-cz \h=qj_ 5YP$7Ͻx9Kјh6B)ZL _$ɧ./8'Leوei?%R@V28T-4ԦVILKg=DJ`ST]A ą8?:a`_JuYiw8 {+)QlhD{ZoOAٚ'#-%JϒnA$a~UOv%~VDgИax\3 J@sx7Kݙ5TQhh Q W5K["#a Q-$qwGxn"]~8}>eqTlat=d\BXd&Tr=^pY,U޴Z6~ !N$pKN[|]zGz4pVMKPSdt ̉Za/O|j Нg1@<D4-l%ghm+JnBW+{&AmBZDpkK?l -y"HAC2 Dt!T@ ^+LoA#w鋷2i|wu٨w!#0}2*ÚElKCyemUd Oq nj3$V ZfyϜ_bЏЗ0Ĝ,Ť3lP'#T+EJeM)e[ȳtP|S~,c% Ch(it-xk|Z,rt= {ctQ B!=rh/9'UQ5: i呬&r]M" DZ.. JZ}T}KYK̊\BO9RWDH[}*N(ݢR)9Dm&6^-^-ĸ=d5O=[p, U9=DL*,x?Žxoթ˹CxG!^1bx}LЋa6e D+1utxxUaD9tCJ 4V.) wf 1{sq6١,Y!@9|U' OoNx11 "WH;_How H4]HzL Q,Q&B;HWb(&s&YyЙD)I.տ2ȕڒ뻈h7+! |8r[of,$ݻab",fO$ J+Qv W*zZ4܃Xı+<8*g F;ſaQ8.&F ya3#I5Hµw RVR?W m<ӯۍꨊ!%x?$3 ˫C0E'mN`ɽ3Ok)@SKS#h|'0:"C!Ydà 6𸬷W 7!Z|P094c?;Σ 5j%Ӥ}Xք:*Rt!af[^цPЋ?0Dy6ӢLb"RM@g&d6. F>8\TRī]K$%9؋9=]Q g .oǜ0h4"_K8ҀU#=cG yz, Ae7GN(T za{SZPǓ&L(t;lᦤk?z )/I`RtzB w$scӐf^ ՗:Cb>r>)dyX|與f'"M !W'V)(9RgS`tlwi{F3m^LU5Xhѕe܏{{DeƂ 7PxWZw<?X /66k7pΜN rǢ _5}5!9gWj+$-[쇞\bF7c+ξv kiR kIv Y> jHxM%Zc| kgז˦ո }nrhƵ#Rt=In5neT: gg>zoWSaz$ -~K\Vz)%ƯOHtcG ?y:(L ,wNlY ST.BaC|9"3 Y ]d1eCŦ[d( 22A)]qFb@۩Ts\ R RީZ- =-C;d<ٽp}'h4g8Ð(!~ Vb R hx5oŞ 0hW'9|Xүn͸,nw4 !7J{[ƿ HR oS|otVj`i?wT fT(&˟8x56\stx@@Se$n$ N"˸ FeߧJو2& K`&nz6&D*4vFc[ʎy]#[Bq )/!l@ύ x VX6Knbh-BrDS wD/3Zv b.a(yS2iuSﺼiϕ>WT*z̛g +GRg ftyl&'ܽبyI޵=/\M62ӃZBb>QuV`qefgjLtҳT:fz|kӺa@ v\4Y9tYdh:"RIo9ztiE5.hw{ObzrWK q8bR֐ՠ^'q?@ϻeis'pm~ bq."J 16PnGijДc"&rs]Fi܊5sf8y`R-8">7i9}:Tޱ. h^+|$w`pn9$ DZb/kF:X?:Y։#S/MnǜnZG`aut^,BwstQl>4].=gUBwbn}}eY<_^¤ ub*ϷBUv ewmǧR wXMv|A'3m mؓ3tl_IT-x#}Sqb7L7Ř%Ux%fAɊi*Jp΅a SN4kZZUxOt=6YHgdI렐TB`߁p?-BJ!v ^sp{*0we5iFWvp1rjP;_}Yנb7i?}J8S oS2fB=%(}lj$м+yФo7e,>Ww 72YeFbkX،7R+||YbWBLh9fbq{3Lվp_}^| #v^4a@K#BZ%t̀]b=)_uAO"_qjMK:=<[8Tv[6*iΚ_ v;?``-騲1gCJtII!|t1H.,UÜ/2|=E>_S7XOS%yNC"z$Z0Z2&ǧ_rVZ(Fkr>0"A]^%ovvOǿ-Fx(o _M\KYq7LՈ:q7M :Wh/~x=ۂjZ|:c@UNoY+\J Z[>^mvobq VN]|Pd=5f8H2:F|wqPўҭB*S7P*LEYۢS|11LˮY¢4gJQ>8Mp^s9¼;~ҡ}w@L4.A.*owE)8?cdI\aRՐx>u϶ɶ1KYV"l=5}0 Ԩ;e5GguϾD܍'oEX ʥMLJa9Exu$:^iΤ_j5F65S*D"sSj;ú_A9w.Mԥ6A?}17=7zF4~nG6kwJ9Rf[ܰs K5sgTfu(Y=6jp=3K2Q-baϣ+?{ ڢhúSDfo>'ھ&Q; ߆knS)UӾBc^~:pΡ}I`r,uUҪ<-Otqh/I7M*Q@DbxP{Aa?te(aaHN0OHh{lZ'yfq+ lN%;G.^Ra VyR5|#!Zg ^i]BZQHb ]ucjzHF|qs C5!| `f$1jd+s V&wt7gE jHd`qݝz׃%l#Y,|Ӈz1aW|dG?I  zOB_UGsJPD>t1EY 7Bz; #af!c4Z:$^=[Ko>ʇhn;&_mtPw ?A0llk15)X "˗ I uS(K`pWݗg.P\/SJ; / Sl@3Q9UG Lb2oZcNd?s%cT猪q VB~DSڛaaJ~=$-Èk];.I )ѨRVI՞[AvVˤa׈9X 'PਥX&q/ Ii&[c/۵%!3|? U00*CF _'%+<ZCh^xJ4X6%7 ! 4'`;(n(.W]STZg ؜&3d8ؿLu!#왵344#,/(F=\ FN*b@rշ6۵leQA . Q]3=#smhu셤"5d-P>_y$fkf*d3Ǥ8Nj(SH10yҍKw[KF(xeU}^R1SWg:,"D5z뜚/ Um:|,wov@~>˘d`7T#C#=6rS=EPF%(f[z Քv%h2ZGF(hp9bgUPD$U20@OfM&/ ɥ3tԤyiDlTޙn&Gd\sCc 'ׂJZ1; 15ʡZ,ICvտxHFi}$"*w⨷xg..xpl\ FĽsOE(O*kv/l *w¿w0vP;Rh{ad2~o?:c$*_VWvɈȁ|*ilLqC.S@G@_LR<ϙh_N˿/CRht J9OPOG(f; TxN;H_d BJ9O6c$YF7G*t ƥTp-exbKp805Z~ż[T3L3O]KnR{Ҕ-E-o+Bo3qle O@Fn=\)=~rF?TW# =-!R%Q-Vð̥[$1̖'T`*v[az)f{lw9 5P]ZUk: VgtX0}*˪Ѭ1SEjlnqeJ0 \.羗P]{r]tXW׌a?P\9GxR6C[pSS< Ol.T̄K|9!%Xin! p@j 4r`6'H ًgUZCz2?sM#!T\qCJ|hjN*~8DDj]|,2a9O8,#dU^xtaZ<'=+m HTlr~7VīŖze;H1X5Ƥ)1m`R~?Q6?f!R.is=ɩVղgδVE: \=3\ ɼL +T*,E6@9R6;<qRcmf.r?i AF2KW˳2TS@AƾW/x w7ʜB_yIUnȀ(njpG!,3eEtHַ!1Qe Ŋnpsrʗ|.p@mӻ-ٚ?'xJ2O"ڐ-oh/e;qc7KE-Ɣ2 57'1z?]ZM$>v"w&+~ŕb~V3ua_w^f y,?f\8Ԑ7VG1!=UxX0W@n #“Z[+k.u> r4Vζ6Y°ݏKiw;}1P>@ҥw衮b#h)a}]e8(Vi<;oܸ Q?U 8aڔp?ApvI[Gj=%s#ݎ%X-50adyҪ|$@fUXE9~l NwswRW$?h.|6,̖3*{eM\=9OZGfq)nuz/ר][zmop0ޥBC ݦC40DUFRI E:Pߥw9O3^}'fqV$ |q"(M@ փ# -+4Ao:px~lmwQk#*~5NTN4_62axR")\IvrR$mďE87Zg )ƕ4$[#t3[юs 9d#k8Ei>ø7\e"#HS2J-5^/`t܆#KcGyIJ9ʖ1X%(X@%+NOSwl0lcC-emH}M 2VTk*s*;wH)GM.!<l m1}c ¤a#BM[cV_ aJAGWp~QP4%`('9V=b8Yxd_4ϥ;Vq_Qz_sy#J]/xҌ.Ϭ.pwX= JVWzF W/vX>j唒&ۚj&OYR6hݨS=v)t5fmkL;&dS1}j츭JB& )he{ueh Q<&p!C`y&>7W]n%B(Vpǰ|54",/?)=;͓tįUݴFL&)H;Ulp`'{6!X)1q3p~i?ί@Нyp"AnFtSC {~nwk 4*J[AޥԀ:S.\TE0JZcH 7kH˽@y٩HKg\P X(FCeWDS )n7*4{FW %NM^TX~+\g<ڱ8025Q%``SZ3Z[ݏN+ĈAi(9u8<o솊meJBӡ#fU'J!wͫ$͜cy @S*QWf6w;帙`@''ƈ31 =RDlND:)&k잵<˱+_J7oQ4qIX}բNK#/2P:1a"] g yՠD&ٰ bm_ Ną499xZ>,SOj+PNs?N&<2R9s"UI͇blӐ'֛b؟8cMt;`OIl?F2"2a Y@BϛcɀO6Wq3.#Yk,.xfWÑD.>$!M :>2"d[ d;xؙD I&DsHϗ>ʂ3&3z;Nؤ,$Wt}E1 5cF =)ݔU!3,R3K=k/G˦ؖLYFo1n6SedobvqoK}U=5:mʉ4KԡIZrI睜a`섫b7,:SLLQ#[OXbo*нy /z`=(#vX?|rElu{(z'诟R3ɦw_ü'8pF%c } a [M6tl?@d:GIe$v#qӡs9EJJ4.WֽO݊}K;Ka һ('$,~E V (* 'yg(''%tP+ԡ@mX\lh~%/H$SOU)2W~dʘN}K{;pR&}]q?#z0';qdUT𯸃P'j{?z q\d.F 7%$M*(.~a j@)"S+$'=U"L9G؟Wۆ1MZRx&c/#]CKf |? qAdL0JE" 4f%5Gk]#YFH`<$bdhj~ׄiRy/L|<ܣ*[ Tȁ/%J˫v__Gznv@w] ؛yNa9@z*pGl,`͆C]'!eSiB~=_J!QWPIu;*h"}p(Ky¤뜻'р{I[JyFȝ e&\R=5ikѱ*}c(Ԅ-~p` rK,@b~_`W_*EC$L?ߘiCyATs% I\SbYd&- 7)h }ʽ!p$X.r66iHuj7s7+@vB }hc'9 ̳-'ި)glgEgTzu-JLk(Xbf2=&(˒ jMݯd>"bhO,d%BΠ HYO ޔ/*u6/q`UްfXyQ?VVyx;=VAs }p-4]e9lۼ.$1!-#]1QH>GzVBsBZr%wC:IdJ@Z:?m!I o0 ec|6j64^19[L1y:n1< ^] Va35bme7@7`M:.KfG0{4go|5=0<4Ԏ"{ j0+<,^Q۬n>OI.:eq ZMG@X"_K3f^8#_ԉX䚰7-7%2L)ڟ-7jR%L]u+I'''moWMRވ*wu;I_(+ '9뺐+p*mS0FPCVG$Cм3&dw"]&P$m8jX`mm'üPL4`4;|q/#O4!>LjɱX4.$(/[Ck|@}:gv/O9 )|rc6i`^^6Z)kxBƊ&nv \ZopC͙vR QpvRLܿ628RfE׉kz) MEő?cӽ"({3ur(gJꓻPYx㮻Z粰YhS9Yr@%UU>yWđibʱ‹u| erApqĜޛ \Œyh3#Vaj(-QO.N"Vb8<Tf.4zlNFyinȁr",mǷ=y?y [~O5Se RsbBc-sܬYi{gYеe%>8p(-̥*G$5lS"EixZ+/~x򻭼ni=,25s=Wb}oiF'V7'lY|d <OaXCLKPC2 *4D? ;OHaMajr r۩"O]{BF'g*UzVRkf7p"YڅlFJviHqK,AB';M֬QV"qziDođm5Vҗ5w KC+d DN;: `oڬ=gn(ʟ\ik[§h[,: Xۑ`hLXUpVeҀ*,n0dc}B?ߏT$b7r F,5fRzDfN?b]gK݄yȯoa$B9M®wO[֤I5v d7%z^{k^GC{9P6 'Z_T6%kTnV;,J3_ \ PL $'E ^{3\F]T V.S:6KL,1pF,It8Ssa& `r0`cى2/Ia5d=]B ש)9tUFwDS)ݤE^P"!VacE|_.UU[r[L r"1m'mf`Xk KH (&; ЏE8.-ljwK ! .*F wȵ^С&;²D@}"Tt)vP 9y$9ZP٭I릛j;9rͧa$x#n.п7 <):ΫIr뭶ȹodM?O FΨ-pd.MQ?lVeEp'6_f޶PN;,i Rٜ6"lҷIu =;&p؆S20I"">j;FFT9՚uQ1]ƽmo[bU=Ф9Ur` L椒+`,F5m=h!@!I eY\<9^HfR2/qD(l{.sa'*>=RNkU.hxX˼* FH쎢“_"V&ofm 3KdEno4 |9H뼚VGa(y931L$]Jj gvcIgEa] Fqp'E6KDC#UHu-I;/TKi֙(.PD5t6D]Xk mṌ$p3gD ŏtq%v_ncWVz8G R{?]JX[}ϷQz @Y;vO2"ߙ˥{!/@}Vj4^2/IR#p^(66-*Qc e/;Z$ƈvUKrTgpHrK3ywBL ox(8 bNOpG7Uy6dn4Tyf1"J,,+e!vX2Dݰdam8ʙ$v.0O Y;1Yny:S.3H@9n;'eH": ¿4dѹ۴P-)蝨2 $p싍YoIs/Ɠܨ>aʏ`phpYY 9\M1Qp-#)쵠\Ի0U5`Gr"S$RuS k!4.KV4*oZ[9N~{$ /r9/93sPC!_5'|ylçB|277!DJ ^ꙏ2 !LBЈ5KmcF!q~]$qiA^ܫIcƛIoF L%WvW^:=ą*?2Nt"Lj>vg˔;$V"`2h~.~q9%FfaƥxU;rTbwӠ Q86ܰ77b#Y#'*wЋ)}]ѼOow_9FV#U9 #u&HM&{M{/ێpDo܍8/N:Sk_m奏؟#bD&p!~ ? $\{&ִd6gv9Z-c͍S,ֺl6izTV֚`=puGopren:mw<;?DtUez;2J-^&n){iq>Sq-A[ m',=b! ˸}?<_R'Ssfa7l7JHp Ck~R.&4 t2TInP>w!dd7jWj.sd a(s߹hOY#"!qtؠX_Qqi”&1qjw ZE{a!CzjRMo\':TC![`2{[QL[[1DLI uu [SsP 6E>| Ļn2pda.-Di *Yc'WNos$*ԭ!*Axi+Xd^*Y) ,N_⊬}ȧi(ȝ2U`p7dOKUi?TO ,)N[ ]0 Jd܌^7{4 KEXIHmvB<C|Pqɿ%5*Ґh^v_lTd3(٢>H(,: 1yFO*GҔH8sp1~8Nɇ?8c=W679c5NNT\N0-wb8mtcʋv>YyݰZ{v^ђVYI6b{,-RY8Nfl`zAtXE J6Z@'l .B{E \vIpڄTGxG͚H@VFgNd a}):E%ONhi_LMg|v vq4cU; T (%je\y9^&=v.R^" .O,: 7%a!>vKo.ܹs@Ca <u>HWϣ۱U!20gܤ Ї3>L{a …N~]ajy"U#Z!(. mT#L :oeS 80iRsctNO;7>M9EB]v=#( `+_l$ ۆ:'<X3Kũ K4>*b81uqޓ-wIz\F](tFe;_+_Ia*{NPn0_^Ҡt+$B ^qh:x<4Ԗ][$t+%'v{ <0>E#?׽M2&HGGw3azqکd8u*-Oۺd:`zgH  YA˷:iR@K3BZ,r\?lkZfsZ^tz_]b`h,m@|upX՜!U$Ԩ*2<..5KBk߶?٫1 vBb:;FiNxo#;4Gb8 0N³(+H6J,~[DAY`s@ժ_jt>ұu u> aLaѶ}ރ&!Iῒq> ;Zu;Mù$Z3u7*< WV<{3jFU6v.h:*ZK9r ՝tcPcw4aHAiHX6|ynر1>^`8ɪpUEo U(|' :(V!*<%5kDѰ@:1(N'g6tUI\ L" qӖ%V@bөl`cU RuWCQ ʈ%*+OcŦֵM fuB xd&$zm JŒaVd{E*Vx->]-Ł(ߝr{`d"Q̳hB ~>@/ x;RwȖ WP .}ݎ@(;^T\)KWq8- a g6!i \[v З9_]ՐE1s CPq(tb^#;.:TOsR %,+v@sJgO M껶D( c֮iKS$S-TBb05sE[IjMLtӽ:+04ƇQt(v["7/YC,!HdfĝWx^Ə 1R_ԝk:S2MԵ7H8R~R&>V|il$a B', >["KB/:oˇq||yQ韯ei<u>=6GAG7N6m/zM>6$Uwķқ٣n {P`|"xYl{|5+T'syR 1۱gO`ZP)K e:[_U8+XX*' ~ [ҍa.ơA@y(;]0sxrȃD8@1M6_/*|oP&HiH(6lF׽b@2.+GWPF70"L'C9DwAfz=6" =Q"NE&b9VZO|d3Z';KAPZϵ ~ueVVf|˶晴sD-h~WPn;{J H0zJBd 2쟉 J,dp~J WI6Mzſ@^Q5z&}׍MDg_M3/6temtM0!?ވ}B$"qjEᦅͣ)53 KU9sʹ*K*5UU>UfC|lN[H>m-\ԙ%]+2] 듏%y öy8覒׵73= f+fJߑM6}Aem+T>e]O\%}" Uf|ypr5!C W )sK!ͯ p!j3PJJ@m@c#ƬՎ 2{Bms~BQa~%9r\Va': ,ӹ&26螈r rXD|^G_\yڨ?pOz~T`İ6Bz-A<O"}sȃ :,^|cw"9]itQt" .p;ܖr^.hXT@ 7hXe$ b #-쯽JѧPTE+-xQp| hzfƅP0 4WwlqѶy( 3Z+<߇95 p [۪x /Ƨpںp{ct80T=:f=.zpY!fz`Tƙhj _5W3/X-SZ̞o#Ԡ~+ pTD>Y<n9%${Axm^L;Å dMrJ& @2P70Pa7"}FN%"B5!-AlNSGaPcԀ,֥ͤԧ0}@GiR΂$)Eyv=#ΊJ]Ek*u|6}7,|6$ƣg?^vQ,hms!FDaI0lp6XLA}6qcv/a\hnxy|V-ڦ+eNnqnDmR;! ';D6Z-˂T1&l<ƽp a`ҴD@i,kzq0bUۿh'}obqr6tg'2X߲^ f#}4Lȍh<5*wz7?>k =Y>M (<-~=ƭMU=%nvx8T\&y>[::{/Q7,`@4[Cun! 'j *tCMWbgzHu~Ǿ>\aR/q1z!x&ᓟ6օKz.n< q i%Ƞ|H ˕nJ 7xn!E~F?(EϹ3u6x῟vXm %ţ<^[LX(g[!2Zxw;?~h)T’>%d =Vӌ<,Ф}G˼J39L4<11S/0tد49]pmk.y76:& &`Uaֻ@ECI8}<34ދUVbIo̕M)Aa2Vz{'U ϲ-@,ôH}1փcQԱR:lDL#UQŬ܋FFb(!(ugU @")gNzd1Et՗:dyʈ"Hg408B"iSɼ@k 5ƀw$Op`Jk:(mK]ٛm'b|eY,i J4[q45~aYO,]K]U*NJɗuI TVqt⧤٢*@qAV(k|yƪR~wZi#Y߅skȻbS!qk+!\yԨ{kNz~ꭗ$D@6,viw'Ym_6l=%[j[CP1)Dѐ%0喱  5RBu;dֻ7R'V leZ? [Ū5W 0~R3 Zv=DFW~%>21{@:K!-yx|9 1?G#Kq`Lj;)h6mf̐~YkGض>8/3Pd/u8z?iۊK) uI!pVJ`a0lW)C"l|}wAobW$@ǰA>0,\s&E#AGX̝qY>U\ն~{oڇF$Vޕ}zaxշd.L{xlTMfL3&_D-%̈́C܌>zz%kSvsU]Hë Ί!b@W=|ZxMa CH)MkF:LtR=#Œws-jP2TF`aA Ⱦ(㍞t}^kpMa2f+do EBYNG]~wq֢ g0_%?Xr Vn6(*Og5(? ]AduT[͊KEא3ԒMsCqN  H&c^\\OFTQ?'XI+Fƾ̊7ٓ/deQ^2 WoqvGAKZna!lփ-5xNGi(-J\dP7Zr gQvh @ )XLN5+YYsⅳ]]-FjXn`F`3m <) !Q`ج[(:)dVny*4Vc5#ٟYut;/r~LQ9[__BMW=sկIS. =YFAXEaݦ4*mqяlnpY=2-ZOiLNM G嫠N7.vuΗaBh$2~|f`h@aփOv=ҝr c| Z^E9E!z8{׺{8;O>]#%S;~ʕ hVpVp;akok5+?N(BT# /mHrnF,ைUd="ќvnWrBMC*Po4t13k?ŕJF V+m`f4&.Y1# tΉExL!#6RlwǙ#7s.6%vմjbjxEmgv-kDZ,յWͦ*ςJ;5m=A`yQAAT^` "U7| ч-k_~&d0ω.qgcy^q CR֟Ho'dpx_ܞ{yŀZVbT=NTiɆJ",~+5} [@v_/<Z#?. qTB!.#v|0 L|?efi핮"8C1zM4\L4:̘tA1LGp]?ՑHqbyA=^R{_wBC}İ5XoH)eO/̞ue\rG"Fd/$J:U-E޸DYxSiu,$zQp~ZO 7Q+G-W ?aDC[b5۾! rrj_(cӲX_?_̬wPe]Dc4̜vqFZ%6]KL{ֽJ,d!Z)q?Gou]8,S7̝; iI8|Y b|]8d 30O,2V=kqWo~r`̕$ !Stw}T]E"*:,⤱XВ_3Gd7Co l8Vu6]͐x*6 XyrLBoTzyDM1 ژ M{M[xڳY x{ߢ݉(k)emAQlY%&{N= '\y\NP .A ӹadvxp{H+ V2h[c pj15 $H T`aG쫧k`Wwf^Dw1 ރ!kRlOXl6Jhݵ[᝗Fg~yڈc4o8P Zd5 ȗR*^M`;csr ЋeӒ73Le}Y#%eD>sjk@̑6/9}~W #"z[`0l$N ȼФ::82aZJ r:GeD#$r3m" '`.}IOr+O!{#&7_RvYz @Bc8B99 \ߨqVNDMYI, N^x#]`lߺO+ҝÉyJP)e;&9[sP.ג%P1֭{o5f!@@(J=/[I/>ΐ͎̓.Ҝmt"Vdt߆XB;lKw}OIc4+l^eU#6[Og!\cy#1HA|I2̤}{d7Q?rڕi۩s/**s/F2,w?h& JQj /<6&)v$=8]FVzP <5IK,y`OgawxL~=o#c% قퟞv#} 8o`UބBb;0^j$,_uD]ή:Rmk'BBJWTcS" tΔ&ۥKJm`aܯrkaw̍Kވ+ۙks8o) {EL \YLW"R,Jgh,w%AX[>0qVFkʴ­ZZf?s j"+IPI )vz)8{L5(˞O؇s|#LLyīg4[a_V3/^"wWt B\NnɱK(BTVspo' LoU;ߦ߹xH:ǥ'EOn͜,q%fZFD`/o]+b\80VqQ &_\3V_)Ǘ+1vE+ ,$ְ9I]|c'{fbVv o U[2 i4!9$ʑ (ŋ#͘P%pfAVϗ#?R\%mԲ76Q.PۧZů]@[|.XgXI=nKev}8.aͲK"AƚR8і=Nm3)zb2?`.;dIkCMADʩ+A]vSYl[l rˡIc4L 6g>n4ky}]QTxHIKkGGG (K<#ě9 ԺZU=uц7ZٿRb/\k:2J"!tX'"׆B@t ;LK  Ï,a6aGAm@%{%Fod pzq'ioy/ŽVr*7_yYžI?&7]n)q;8vZ s!=mp%px|"k Ʌ"NG!Q:,S2W*gzu=Y?0۠<ߨkZM_$OpG~Yk<ٳHw$rY}Az忋m_}r5+:|I{Z>'y_~"6}O?8gBʄq6{@pMH6y[*G\ r͡C^⢶q!7홊V&]c]3izD܏ću"0+'7>fѩ; 8FKs(9^8{`sy{Ì"z1`HR Eи[10.MGlJ^iNHUr]u 2p$NyBpxOV6]Rie &knHMΨ' <:3VMEѽ8X:wV6<$R:XR@1E>8yrn|$@?/QUNZepwwPM63 $uxd4w2hCScU^i[Ѱ͈/0I mYH2? F<}Dz}tQY/,#S7GᣚVd ^!*BzQ6ɉN>+q,$O7aH\yVIGϓz6XaDwp@~nnza3Ң.|<תJPΪ$_ {6tIfZ^ $Y_] %XpTTINQ;=YfDL?[w I_hうeVkz#Zi a?ow?>K̯D .ď6s\A4Sl]Ƌ]4kKb2YټXp՗}פdAOPb}O2Wz^QhHiDn -՝ A)_WFj.S5}z? ]eRׇY4\!se;`>do<粕G'>F X W#`yFWi(qVd v`jn\ft p`YxI]+W9Sio߷;z:O+Y/uJv#4طlhj=]_E“$Eg-Onvʩj~-i^{u0ePhhOlҡ>K]M&0*Ohˢn Dh,n0b:4ȯ^JvB|4U1zK*ُnScIIȨX , C܏ ?&z]堟cVWdA:k!pbY&L)z(W3謼Q:YZK W`ņwv̌ *T@;4Nғx U,T#>lԓBa b} _8 briTbCy׻)ONcdU5$S/ڏĪz^~Zr9RUO;b;JH=9⃺lkY=4Kfw -Ao[~ΦAd8~14c[…V|j!wP ?P=DBj?-ׯ4||w*ZUaOD*֟޴EI攺nSl#%\0oAɋ]߹ $(EVtq ^OBYG&Pڐ\(?@DCpAkxE睒 ?I`rz~ P[ I< o_uML^3N-)`e+^|)dkڽFUsuMc]z(( M{)=~f=vQO*eoGUOs,Dg$[8}tꑸ #AY9LOtQYԬKK~=qCp= {NE_)"mR/[^;C @=*sk5뒄p>*G0y̆M xeH@Nu<"U9(Zv6NqCrU_4 {޺A]^,Sh}DؗV6Dq`Ȳ|!Bǖ,n.DiB] 8A+-wJ N_8 $G fW~~{iR04l&®pLT@G6;vCZѤg%"Dm${!28[Y͂ qs[ M;e\DLKho5N+c˕&Jé`C(k'swBBEV4ם1(8M8j> 1/l? aA?0Pa}yt)c 3}7 p >l$8.oҽq2Xp B$MFhJJ/sE)/Ykx8{Ϛ nvX&L;'å" )c?1_Aq#'!DA Ȳr½5#XLzsS2T(K%]~OvcKX8b-9̒N/nZla8*7i|&W Z%K!3!܋W2t%8o|OE 4 }1?Q̏Ri>w~ 5ֺ#G'  Y(TphB(u&FHm{g2}UXp3Hߧ3f`|/ڼ>Uq@)#ҪӤ r,|>/ }XfH:$I%rzu8u H[?*2g=iAQj;/]~8,y$Q-/>'VSChû`u:XJ8_d@n$d1޻ކ5^S?m 7;!GlNZ;PBu%1pEr|6lY;٧Ÿɧ]8bak0L&B0윛%זJR^Q+?EΚpΛ@*nYS,R,xW2E(JhGE18;/>H%~-Źm-}rd c!IBs7vIbi W5v!z;?1\6~ǢpaCu|<nnO;zIҹ?8je) O.K TB]lv 4qcwZwĨ/垘8T(i0UM>Hь̺ȧ-D7KuI1f<إ.=Y^-r"ju@oI'qǕ~h<@ :5K0|)X<"BŁ1t.ÂB|bY+^oQXYccڀԱ]H_M#}H+J <΂"ITќgVS0 kay=а"9ϼrC )kl`cNc]"H^a}kUΡ"iU$jND!ܕj*D 8ݯwbX-:҄\Igv {s[D .Z8iU""'&XCx|̈́w#>{,mn;FQO&U٪En'r]qBwgR0K[D.*{]Eo"".G4+m(.A! ۏT9Քf;"r?ݑ6L@Hͬ!"7QVfT@t8e@caK &U/pMqoףׄ$^[]/َA "r0^Ӥ|xPw҇b#}hj=顺y ,#22>qaLۤ6pa\(HIT\cK %2d&/ ) *A KLWBSU=MR,&碷 ώY`^߹z$dS}8\Ru40 }"sWd71 Y#{^XyI6\1Ծ\a*͉ctoܵ!ܩ/-YjtiCOmAot:@}JwOc`![Յ+?7Ɉ񼒽-Du‰ꪇ+5(4@͠+%W}2mB^;WDI8UXv"H`V)Qhm>+W[/"v;Xߏ-i,$ˋ^4k% A̮X} "?WWPd5'ˉdD ;<,cU/Jo8FߚUhRLr%ry)At=kpyg"SP<˲ Qۍ|J SH(jyV}>\Hs_1qD8u_e9l D)c6X)Ő:)$gr8^hAlkh@ ̒d'Oؚ%c_{xF%I5UWGk2PG0۵@8K1OioJje`crZ¯W`:{[e{,)aH ]SvsLH52>{vʥWa=~m;w9%)e8-zMrF^a1 S2!$ȁ&l }⁊ >,@5[=3wY']>)dmx+(d,[IPuT1zÀgo: {BL.l^Պ;8:6Ȧ!eG.#CXNTry$6Dو%] \3dêʮ!iJdszOoI#{xmnȉ8Ʋ)m.-('o LVV[!(v՘]Yoe;I+2}`D焞LހP:#9]KMNvVT/S4N+ UpԿx8jyF״|?/*!E_"^o7)yU EETj(q!V̊5W+Mp.=2{U-5rinTL}nЕ~]c8!f o]Rge$e2u l¶NpA ˜~Px 9Ki~+yf/ Dۭi}93śj!uãLC< & ;юumd;`# {߻njŝ "_”r:G&hAclQȆP^*⎼=dݵ9(zɗSH+-Ijs:$?dϹ0%lE jw0d@j!-5#G PodIBJy._ Z麯Ks H^f;v޶z=cbixIeWf\a\Jy!D $]^~l 8nDo_R ڞl?E!-zF6_`ik2,ڨtݙ(axsrx789VRc cSs¶ SPWTb9ެsS [!$lnbo0:HEX_ 7vf@`w}aBZd6EGv-GwnyQ%'O,!"+bL?o5&,(*YPQKTdA_xm?@DhtQ l 8r,6NL6(O`yD$|t<=@t~P[osF+8sͰ*PD( #m0vY_y(B5 < 5 .m C[1dïH<3}*dKa@lMĶ6(Xn9P?.&3 I3a>?}~vZxcO7,e~ۣF 'gÕ-[&EͰ^*eSC [y1尗|Iu^4SYlj19xIK7?=7{|h?1ǷO߳=9!`cƲd lw6Q153GfebEr%2HN4+NEܛw!@7:/J1M.?Nhє {l1, If5-^M,)=poy0K,FX T.ǜO[}Q D0|ҡP9y Vx8E˙AGEf+&,ArG#5)ԧX; *^t*?6#=h6GjrlC* 5#uL{3%o:S,zX6Dj-;%,̰AMo lߥ7#Z\JAxj&6hK$,GOl26 0Y^XD;RdyVT=[~#A$]eFMd]MyB/;Mz_P٭ݪ}ky눋TiosGMo<ZP6B5O$ 3v o6ڄތ`^cePu`?4aa["6~sc2-hw:;vcO"BVsӗw*B|ewu2곖 Xo2y1-uNfw&S3%؊"{ ې)_ܵ>~:s(I<|os b X gvv/Apil[yiT䮊Y9n sNX+, 7"V!e4#8$\F'Tg$LeD Rҿ1Y~>v<^^GFq|2q#;H@>ԚmLzͲlܬ;czXYx'0P԰cliw{mvǸtR)kWTp,U*rwrjJɫ_hn:W-~[.oS~Ǒ!x/N}z-*cS(ޔ iG|L[,WYc2q!9Be.w `Vlk5cJ㞛_kN, ~lJs5O=Pn)r, 2?f{&zKoP4np^X\uc`c|~k'&ܣ$T9]ũՈ _j&RC6-;A:o)is\d=c)iGw};͈ Rn2+Q3 &" 5ڄA#VF{01eۉe倰gȷ[CH_9ڧ ۳G)$k/Qw 4 o.MFY*aQ=)խ@t+<4ð{׊\V7eT"oRn3TБ0Nc9TD26JGr7ozŒ1'X-BMO)R)K̏> ks[iN!CxQ9wc#(?WFـ .[fJT㖼Tr״7K[Gs1w`EMV=l41nxߩho<tM8m:KEc4d=iMa^UT;IJ{}Z:`!fUbe@;Q8 &ñ@al 1DtfwYtx Dq}BwêjŻn'LdP&ehnoI+P =ˎdçbrr(Eax$Ef{d{ JS6KH4^,02{ZW@b27/U2ݕ(4$`W?)Tf&]i;,` xܢibTb* rM]m3zk3!S0 ITQue:d^utr˲hS;A20 )({)*\2(32@ }p_$Brd:sFMS񚥻o;7zH&4 h|'EGfY^0wWs36az d"n. x[1ŏ934GXIVLkY&kOٕkتȰCGa6:u `^L,@KU`m[5gU{s+fmAV CH `2% L9".3 Nr 0= !U>`c:BF'\+i<Մ54dmڊhAآ-Qjz7Z&10;K[,|r'ޒIԈ*~QWP+ r3,(HjѫҢb67KyWZd żYh_J<<$:$^ Ǻp4:1\-*U$(ғJ jS@1r7vb>cQ~Օ@-SDi:Q $+tI%&Lߦhd̘)l wܹ86 ys. pB9$,s,T=l~) hI1+P;-AHC=YY|.o(%fgo\v"G:K`ID%G-P@Sd~xFGIjм3-U@/p[\/@JToEA=&88L)cWJhCANwL9vi ~ *MĤs}KQnAdîʿVESFCۤA})E&wee.wRX~f@UDP)7 NdE~[R㓴|n=HP_gbC\5묿ڦyH>bq@mBd1Lj0tV[QyJD6N ,spw TZGOߢfC5E InPe}ilm{Cϖ~n5uAs\'? >o|k#A@sI1֧Pãj2I5yiN"8>1N!%6^BZc7X|XEȧJ-b|G@0z]DRUlgrVvTru ]MUN0mva4,7b>Tq.+^n BpWY1"}aX{_EGzuFM\plK,xcH=)eSӗy,oЯEgE3 f&B7W"6Jhސ?J2j'}&ۗ7@Q?eu=n#ej|**E9fv| K*}=>@D@D#L'Ps~d9}4<Ƭ}9cW 0'n fuqήUSN8 Dn=̐_p.o!]tw LWCn#\m'.%X<-Mrs%b7DıK lKvF-zۮ+e@2R 7*osunU pwŘU5H+`i\ ,Wwn0 V_%gIH**FtkjH~QEe($}RfWL?M؆qpB-y 7:E)g P׽i=4Xo(d*ߴ.\ê6!P!Q k[GNDzCbbGq h.Iq9d-/ J[սohfDxԳC:tq2;M?kd(ʬ#0VVLA󧵱6i."-.9@:{vCkp%Gp?apTVo lR?Nɺh4: h$e}҄QVF٨1?SA@.uTmMu8b]8e!PU%-\'1z[RzRL\ڲ6Lݼ;T 8+U֐>RpAH=)up\ /RT7dyi>Wm&,5=S΍`@OMYI+zE^x{1/Tciᆒ (,#A\P6 5xG=\c,Zh 9YtwUn`7qJVy` :ˢE7u_ʠ;;ƮylF^V y#Qו&|-_▊a8F'^ys9?-6?D0'FcʫimU:I#r.&5޷84`O߫EiFt1b!,Ьh*دl*[slvv?Sp{s |kA.NF '~+| ;φEg1iePgw7ߙYC W Pϲ )ĦjZNnT%=@Xc^gN!Ίu\3yKtѵ-0pdӀSqImne_g>T羪Hm dbB6ш^/́rb 4ߌ~$UnwI[_24~dOK"_CInoS)Y\h 3mC f]h'R?I!`lkFo% !u{LAiu~QwjD"3jϦ| #OVrF2iG\phČ7/s*N\6蛭v9c&TM#}8 4UR( p8oO^.US]#?Wp-{-FVLNB]f8.F vN~BM0ݐe0V^ZX'Uٷ;^;舠)ДM'm_bvHVU@BLKe Kǫz-41_:gʐt*̧bW8U3*1u&jkdZ+E5[%B{g?$o볌U =.9zGkDλ;Xjfh#P!Ys7sPl}~Ny+mYnf+G᠛Jt#AWZF(O{#$; o㋎'DX D)okdwLW7) & &?;>Yc۾YϬ=ĸJez'p]W>njxJ,ԑ^8?eKA)4#qT%D&6/)g@#=kHoMf*̀oH[ewöcN˵(*bKf /;)>&F&.[v/AxK?HfL1AhqVsw0G tUHTzZYr'%Ǒ( ķ ơ4[h.ǭ6'g!&s{g |[/Y|bdHɒVy|.T'aZ[9W΃UQ=(Ǭs0 ? d-yd387܇%B^.Ivw66-$)~`,ZmPalMA۳)RYf|>ш} ?RHƌi^D 2=ѐ[Rx2\?2,6LP#jeB3Ԧ ]:G 3~l. +']y$\Q vty :L3٩>"ָ _7 FR.0&~կzsAnt( w=ak-uUWFR35}x5)xo~I۞׏TMCtk^s;]P"(IJrO-QG.W2I}LZ "6:{붡Acۙdq9̗1lr'<{VIvO%Gtt%|XBS3l -,Ѷz'A⭜o*PK0vPT "9=PHF:=ܱM?xp'\FE\؏ nFua!諜zE= mȱ*\f i.T4n~M-RL <wcz73䀙X\V,ǘ|ڻ?kr(d[Ӯ[bX(d8msK>&Fq=I$L'? Ec"Ǵ `%@lƕo>? +cMH3Я-|5h[S;LiulR4ܺa`IcⲲQAW'\Q:KUҖ&>^"a*iߓ B[vsWՠ@zs$uب-8%k]B`oq77\[5 f^qpC" 6qnlZO+x_dt"Ш@ `@▵/yz5dcG&DU!OF~-M־dWx:(2QP\9PDTJY1FK ; QuZ9> >d?#%8=|;S*?Y+T8=]5Yh{Jkf3l'4"woga>AԣRl 9ϹB4p#ߗ|xӷ _إޟ@siRhH'B Ɲ'T9a"/(8y{vRɬB;iy'CQ CD-H=@$3=nhyҘNƨu$d+:h?4q~w{rcU̔)me;4*R߬B'x}y{K'oTxxfO*U !*nߗGTV?.91@م#PVu ~q#@OoYϕ,>p"uUKaZ92myњe¨p # eLQJ 0P$D}%=Ah2`Kl9 ٲ~s*5}G XҤghFu /=MI֍dIwgcAOPИYpAt u1ľkv_(rBQ&B6;sƐ.CGPKQ$=U+˂bZaGHaiSZH4[R5TIu-9kj%"JnceJ~ZYq_bV7 eWϠn>Eڭڑ㢮CҾU!j5afǙULWMu/,LK峱]B lXuK2 4> @Hl*O!̫LѲ#i}5z[ 2H;H6KrcXQϠ"v;#PQJͭjq{rf6!rZZrGPx;=(m#o= EiRD6LJ ľf9VQ}ح;rIDbzV2/kq_ɹ"TCZL_`%J>"&u[&aH y& Kل4)#h[-OhccIWU3cLmf4D{FI1ee8X20/_,#z{jTX؋G#7cԓZY,4-.w"璞%Z޼sݠ@eګYT ;3Rj7WzHV'R.a_RH1E3#5?# E~ hzJ1:AHByY>dQ~}y;t|Ww|6~TIF q6|B2<4[#N Yq8B m;f4z46?) {KH?-yU0(TJw v |ڵnΫ{~inҙYYBӫ"lzxʸKF6Ơ[̈́sOo&czO|5͍YJA w3+VY$,||Ƀ.QSY*ṋ΢^G?pG2呀(q7F_?*c>eN<8!3WN|2#ؑ ųoZVBf.}a0@LsOp٘nMtZ^eV<+exGk~A3B!~4Md[@N#yUbkHSdr8?x%ېeaFޫ ͧ ^w'U»\ r57lyKvLT\"tH2ۂ@p$XM)b5k2fzW5 Pgf=y0*y$wX$M4VuY C݂ By#쿘H)=gt (h;W4cw 8m/φ .FSq3*0K RE:IQTafeCMYz}DY~g7ZU/AܳO;,{C&] Aަ@Lu s2=7A*6lkh;`vXWtEi8FsVr0y$-/x*[bcޮG$4;sR1L?Y4& i=+ăuCk0Zk3 d3v>VPkg ]tۃhq]Oߤ+uKb#>>~!Ye`gITHVgV39#:e'$Y.X_ +ԱoHb'uk\fi#xT6.'B}_[{4ֵw7`AN,8rR:; T!8p@-%rdnoX.6Z?ʎj*n$1P{ bWceY9}f9~팴EďqUu׻_FIfԀ!.;H&l+\׎-Hz}y;rz24Ɇ,i(U(TI=_QgObFa(oC>6%5ׇ`< V !J&=zy/$ʢuⱜKzxr\v21WWoh70]̛>ﮄ9ԥv'\q#śΛ4M9X;P9u . yqUXϟ8>?G,aeYPxSϏiXm TPO]kI2mH@ZX?3J7ÛiiA†VrْYH0әb~6m~ ;gQ5Bepu#{39w;#}xHVAd[?e9 31#FV+ Ze%]K[Y`<|Ob,7ؽY +=ڃ ЍS x^uX6,YLf6[K-p^L?dj1W͊VM+kǎf/N!CӌVE<cqm/tlx'= Z}t4ynveY z`eV*B[qYŝzl]Ze#ԖὟN38ݜSV(˦QuAߡoC,]7l3ˬJI'M;8_ðఄG'f\nSV>)_ 1$63ɧH43hX)|L{F[$xU=8P^8sTSZ̫Q?~٬'᭹UiΏ#T78cDrB_ Mظ8*JƲ-R|F]0Ǟ8$s"!Op~'B23 ӏSw/) "@GR,֊M!%y^ =R0&gz>̎,H5JYF(D/:,o`y$ܓLZ"Rj<ݐUri}f1]_1uDD\ݱϚUK$:Q6P- Aʈ:5`WPL,(`?=MQ|qJLz (t8s2@g4 0 ղ7 3 WFE˹xj %'?i^P |:le}CSRڌ޶Uɬdn55HqZq.N?r%XB:ilj?J޷>)>;3f3sʢ0|1nV9aRA^p\iG ٣z> FaH-z".\n= G+y?(#5MbG6>9XPH.=IbdGy(ЋrUA!2iFY~!rn S{_#Y -/ 3_xPIq`% y^hWJyfz$;)yGžb"'(i1 qyGËV]8ܑ~uon!nS^~ηOܓݼ&/7hN\;I>긢5ٵĽ p~"4E."`Tq.x#22S^T[Jj2rڸ.8 ?i(s0܌ nڲTq:6ʽéj46RO:L-&Ɇl#> bOw! i݇O6 yQJ)a$zŷy <##Sєmqz;Dk u4Fy}^zí2 1=JP)>uZ'6cTڙ xW%z*ع`G} V/0-*VZBŠұ|ÛYs:Dd`&hm_7Ԗ>yKUOjPk|yM'Xp|{()H&cWQJaY6!g2.>CKޤp'fse8V23+Xk@>˂J`%%W|"{~j[~6 7:n3GN3ֱfMlAi~}=5ӏ{a'Ex{ؾWq ce.*8@`ȳq:B٨5䙹BBtЇswSMaҊĔ71Q{m?Ҳd$A[j>:&*@zmKf 0]$bNH>#xO*~i."#ݚ2Ew"rJ\.$.0]*[ϊQj)vf׳ ?5 io]SrRd*YdX$V\`<DqЃǹu"w<; to+㢆LGrus8ϔln)7?0@vPhɗ8rT@ Q/ɱ?-–.5M?Ӧ.jؿ5V\+?Zy[ ТQ z>W`IP"G6[_R6}dxdEVFZտUڗ=w(|?D<#X:W>xR3>Q@P?V@e@lPR<_~@{IlvK 7>-B&Sl_ ōS7> 4)$dmm_R#G4M%)ТOj[A6;Qm?椐bLc 6Rm!xQ5,Hie0E ,ygMkȮ+@ZE=dKߜsq&&.2XE0E.Q6\#fBeNsَBqDi#smqnE7o7%>TIVG(K>X:P<ی\)JUJqvTRM7dm܇5w,Μ.;\l6pM~cщ(&f|sJ i ›W2bBBlwSBQw jvFoy &"RQb7o$5 OYjgI!~c<#V#"S+/%:2 fK9{""+PP[/w8e: gb Cٞr)C Oڧ{AC.jT5zI oTSp:9w>>Ægiuj'"toN g$y/ݰ + c$Q6N0aϟ.5-5ᄤ:Dž^D{qhun: EpW,21TH f$&}Tհ:yO&)ܭ#D2{B[![m/5sb@@HhmgG/^OmI2}dҐQ& '扛*.B^{ig6-fGhfyz(]kdmej ["`>,d4ÒdX2yA%h,vvt'!Ջf/k~Hk5]ᛵ, 09ߖz8װVQ.KZfqѵ@Ɩ5_*+;X+0mРR%6ֶW?52y5OГU|pz}sLbDSd9Y,($}l~ȚOa:gsX.b9 01 vP#϶zGoxz->KGo9K^&Q{6C*8."ya PC'd[A뺑d:Mr}^DsY t6$bbg5ae>Y\l1L}9eeLUsĩIDہ.Mrj86[Hxl1SE$ ݈~I'hɂ6w{4$D.Cz¯oY/|O;lYS)K). =C#L zʩ n܊98uiJVm͘ƹWc!B:zU{K)9j4<éjl{gik]&o4Wx~#! ~2zD1m/|`,ЃǼq]r7<09 \b*E{[qٙ!AgDN/>ܴ䊔F} Ώ`2 r$UAThZ$a4! EtCM)@"fMG 99z5,w q734τNM{HEr qi^55IS_4z: = BPfi*۵< g5!{P$2YuQwvo`˴N1ճO"lx$)Pi:o+FٸO/;iɖt#1 GjAUL%<Vz찚Mc\Q UEc+S`dD*yLgKwH˔ (e$Ix1\ JxLݰ_Jzu߿F31+X'cw>%^? 9X-`NG2`Eȱ6N;`1 jrh Tj_,D~Jt'ݾ< !@ltfXy x&aR#Uiޝ_ݴ8UvөFU﷚펌/Cшm$aS^ax=`Fi^p'J v&(!e#hoMp. :b;L=GB~u+tOwD}W{ '!gld'pEYw䉧$<~2G,mѿrKym0E¶ف*ti.>U^ wz@F}OH(ʖ T}LT(\|yD@ [;]k)c?TŲT9N*q-0#V7cW΢z'5=μ˓$9 @)'^sI&6skCkhs&-0~zo$Z Ȯ$"dxX#Qpb oP,fj{C?oN@.wTÙbQ?u|Eo<nY*f!NLFKOw-G =vŧG4Ϥ}{jU?f7U^l5&jP;?Pj!DixYS^N\Q;E֓JpGMD߭Wm^'\*_*U2 2͌}TyUb`nQ&F,:xj(Nޢaݜ q>#Pd]* MIEzq-ٌ5ƒk\ŵv:b#+"DŽ7su7fE)t7~b$P X!ڨ|pYxU)pRk͔]k극PuLc]`ADs:RU"#__ qJ  orooL 5 ݿ8|)-ۓ5@}2Sf?Ww==I&o#(0/̴ݟ}o61sp"3hO*.g0|b izxbsLhj "5VN55b7[A90zZրTeIQbOwj[(?A/n.6MVpOUr0h3ݴ#2TΦU& j?TyVndq(NDObsoR.6{zC{l؋g +reJj&{q c vn9̉%.L!57yo-H#GGgݖchIF19}{jt_{VUVŢ%pn|/pxʒ"Wy4SbZhjޝmCY-|#b8A7 /͊|0I!I\Z][;uEOWHEVH@)8O/8> ,g'FFAgF(zo?gh$OI~i}!, {uFi!i؊dKXp0_2h 1MiXE.ڱ/$A]ŀǚ>Mke$Khn*|m)m,޴U>{(5~֖^҇"AE0k~b>G P3b1ϊ?댧M{ߐa  | [󩤍ۘ X Y-𠸀rcM5gjgЋ%`hL~.r0Mg7d]n0ɋA= G^3@ƢnOq@}SӋݟ1|1]*N]CӹPEW)'g݄揭ff?=b \%&ᖱOmdѲ'UR cj=Ё`GA, hMw[J1)Y{Y{MhБb]|CY_#XgR3_ Tx"0{T/5>]'ެQn˗gM+YXTMy MC!?˻q<7֫ucc­Kx"#5bED}WX'O^2AOCRmesK0;YNOݙ~pu6g]zs<5Rުf8#2SzgM HCmATY ?OL354dd`V 3+,F洯JT-bTè +\Gr5'SB7[3YGE.*|8MhQ"V2ƌ3ɋ6S-3zEG!٘^ӱD':yÄx#.ʱDc7nCTtb^>-rhdzZX6W6T%sE]fqW4VsZ#BgKea3U&0Hz&Qc7`쿜 (@MX]E1tl2:6ƿ2ieqW${ۗ`*֧MGi}7hÄC;jE;IZ7сiu"YҜfPKJcVHO ꇹIt`75߲L+9@PNqrxa狘L!0^:YTM(l]'tS暓qeoyX>F޸v: d$R0ٷm a2\$سbdaT2) [J*GnOEnuh',}+Wge?:4d.QvZκLhnߘ6m1C]Ҫxz/D؏e΄s50p cyc+H*`'Dk7b_9AbOj!^;#PM|4A6.Ps$ep0J3aֽP'dLQzW_}Ϡӯ(f].P{h9Ҿ wW>&z!^*M-H˾Cx<A gJ-BW,_qwbgRF཈>SϽZ$9[Ƞ1^=Ji2 Și]B}b|Œdm7?!WX$A!]o:4r˹9F8w͂A+Ğ_@+gq?S?am{9O5"&wizИpܔkNܬNMqD|ּiF֏ǒv66=єȘn yP?/Zrhb3W@#\ktnd;1 #"w`b3/d|v,7:ي3RTQ' Wc2C/v&݈);kicuN1}6$W Lٴ.@ʞe> D,hƿvL-n?:G`>4Zf]㤒Xb֕VG DZ%5Wkl4~a$3MN!,&Zr"FbZ1-\lrZc4:;#y6޳L. yw˽14yXz9- w"WDa5`[Szh?49UWPC# 'ZȊtgfh s"H?RuN`'.eOfEe_K״F.jγ ;7qwa㌣yG-֗f5/_۫J*6,#7>bc&&>٤ڝư$f7/ZC_S2b3za>SZXHe/`RU]Y:N~:/}d_uKK5`uƞ;"MD0%I)Iq]4ԍARpm8F(b⏏?9xu&cY~(x+Nhf1 9` eRƂ1Vv"/Ȣdԇ#X p;g7ZeS1M "̮ASR}7$oN~C̈U,z}Oxb"!y6(|[9t&'tQRN 2/#c1F:uP"Yrɝ0]qv-gB5ETВ_CL yMD*:0KWQ[#0Łp/9\zW$尛 aqWep'{W;%p·}Ͻ} ]+wox9w$Yv?x20O!^E]?܀ߠ<-`?VyTЕ!j'NEIyZ<.b"ٱRp[w,^ RFjha'b3Y#X8:b™h`OA2Ѯ`7W&-!d-;2C@3uȻӿXF @U+) ?MByP: (QǿpUQvGd@͚Cq$?F+ueN.FPngɺ'VA%DJ=|JǑۃM^ñ\OaBVӷHnz&.|u["'ȳ~f7P+AhF+NpW(&nww EO^NI=~[T~S1u[fa> ϟHDeabGu?HL(z+:AU{E#C!Qي*&O㻈 /T`x ȷ\"yJڗ-D&Y}Ȫ m2.?Uе12~vm-$b-yM-]T(5S(>b鐑Xd7~M=0}bgEqh˔$+iR=r~=4v)A$#Dfso;)(bQWqÄdAT>qLɉ;j(8u\3eo6| YEToeƊ\y3boizt\W{^&UG}wyV)^W\I/98Љ)/ Iyn!3SF{v :T&ƸK)1u08lBrC}SXWe;sPs5C7ehxkN~yh{r h9mNe/H;ҡ85aAHk&pءr JeP ϋkA#$e|O~BtQ?H0,cCO,՘S4Rjl L4ZawH(:~Q>ON'<^MppOjMd,$5]Թ_t4K0mxI_9ecL&jp]X#UdvA(TzH"aIlI]lߟ7|- [$VE]g5c@.WM\2J4(Z as_C/1THCTwCZlthT1'V@z%;#1LF\r =w)Y-"AE0ݷϩkftŀ4ֵC]P ?O#2iܿy<8n>زh&ٗiT .SهITmA2`]eZ7V\C"%LߧAw!Frĕ .?qDa&?(Ke[&%O3>BFe:|P{,@mH,HՎ1o`'7i-p.*$z#a?l )1LSRQ2dFTO8Z;먑u.7'[\ J1gZ'^(?c4j BC'2D8kYN 03U972͊E0x\`|qfxH{*"M))_kGo2#"VPs6X8bf̓ RJe XϨ#c bC@szma//,[r/0vXė0\bK D#" F}3w=e&fG[4cWy]A)tLʧz#yyFiw&Qt$9u`nKH8ZY42DvØm-ʻܫr/k% 99C>ѡ9V#|Ʀ"{>]g`0u%6%<I4kro0JTʽ5Ăڝ`۱7(cG=`]Fh\7KEp;N=&d~I:dùIJe^ ;ͱ"z1r*a+8LxನaKK6\-4g)Cl9hDwԠ`I04x(QqF:E> [[-%DSZDFV6L4f= vOz u{ZFO/ C%;کB oJB9Z o]~ ƴ3L9ά2"rCfb!YKYϸXv>!}v&,ITn' jH3a8T'5ĸ:Dݨ碩 8l庰!4"n{=egZWm"c&G7I`$UD4a9V_erZrfVKrN$ohp `ƤS!V,@Z) Jy^ǷZf2уt2asW go<~5gȁٱOǽk W đ|k|u,T3ojf>8ʯUFVQ*A,hk./ ܒ!fP`-EQʑ.\([PgVf+xtǑR'9}kcloM}`ـkb1+-891ZȪFWhpq!U #YY[.7;D) Ů]zJBq/HZJc*HH$uR~,mİ;Bl\q׎B|i({`7aN|_z?Ѓݡ@AL"궖[(09E(]'mr03$jnZAwfI9FI"\/ %,Xd]ېFfT!6:4Q;FЧMPQc7ݣ t7xv}#9^aN0,[WkxL獤榭THK03Gdˀ q;A`<7~=TZo‰YQ¸YF5$C H2JhlS0 `? B-ʚ"z4{i. \~. #eϱ=ϓpc[׫@粘Mo20fP>>.>;~ 8GKǸc0gp#UWt&G Ѥ&uTgܮNT fCI=SZབྷQG$B[hŽV%trjNF\@[F$t>4CT_ٽ=)_Z,hyaߦTѦEĉGl ']gS_(6>/t_w_(BΫŊ;‡4P4VZ2໺IA>=㖮l3d, H!ࢤ)nk \Uf*cbR= mDޡW8K"3W-[ L#~à  qeT)D zybJA`P\%2'MFow:{xh9/3~SH~FIxygkĂRGMǑOpdӑxB( J@ip,z,2+JMQW@lķTG/׹` ?93z su'ҽNPBߪyRBNF#T2㣆rܢ+`'WxwX>0y3v/ͮ 5gK\@XK2GʵaSVbnfj-daT`zL(P\8)IV9?Oo./gq5u {*:>S.ٳ˕<ѲHwWk6^j|FBZ>zPaot2oI/l5YSb+ԡx<_iށm:([мWx{M-tǽ͐@?:&8f4  g'bgJ$A$h/v#sG-'~ fpɧV7\^=G|WUhh9mZxtvҷD2)=_[c.|'fxp̫EV(Y1Y`.j1ʌ2F6#W;%-kAП-%"Aܿd0.iCXDFa s@4cXu_Drb_Ή6PaJ/LX: O^tD65:X]4+:.bkssH>hRz(SK֛.BWv>݄jHNH*Սo+~%O+%'Y~Dr,zFB"j).?(Z:N`.?q0:|6l73nl-.B]ZU^8mH?Dz{7d'Bxj>V3~]*׆*+նV l! }|1e*i VT%LdӽZޠAOبhCWf~̩NPz{;~n0&o!ܛG-spE3$b"ATq>nJMyv ajH$zKz: :Tx-l/P&5襎8n/<v(mF/ĆoJ!ob3)ɟ#˸DtXʺabܝ83xŅlK+a "Q=`ѩF_ޞ<\ZVo5 Z.TL[Vv{i>>>k?ivKyO":Zbtmۄf]i>{, n5S=[sn)%5 eq=LU+͂3 dy= <3tQM$;V*J Qxcf/t}c@,r0ؾ}MQێP2BL!~x!lEB`58TbxLiTj+!\c)&c_QO̘ :ȯF^tB.S7L B{S, XfPO/⹊& > w|Uִ"΢\N5ms[֐pk O4wSG0eOF%զLH 'aW_~%J2G)U3Zx= Pm*nJ%%!gEQT% 2R\k;{60 ˖6FܶgW]3 97mFFۍݯxa/\1,l$#bѶN%&Yκ.+bۄ@Eb507q&_p !Ni3s2!eM56NϣG /[N-1#~ӉV9m! ;;!~`F( n~Љp>Hrٞ=V21rZ?J PsJDG8FHqsGϓi*"<#&Wc"'E$ np-YryE '*$g=kN;)+s,L~zVEFTXC?t,L"{|X?g&:*sТ2HR[/9 #ZP=֚ 5utW&*v0"aTkiӧؤPZ)aֳԧc(|!~EP\_j#S%SH*yB&I#nns%I֠27e#E89qZXJ7R2si/-z7D]E" de@B+HOu(]6gw!N(Hq% 3Z]pjDW`D<95F&\tLOA;E0u'.UD^O١R.k"R5P ktC!W]BVWN1 npiL{c˾1BVO"N%5JOm\;YgAEd^r M8w_C*Ҋg֭d9B;u3(g`02h4{\ |}জBN.TEF{K-`UZm,NǤ ,0rscWY> J (k`\C,&- {UzwǣC2$.Y1j[wI!06Sp|մġKLϓw3ͽ^)g`R$I?f3Jvf#T<g"Kq㐺ny4jT1SG՗xGcmK [ڵzK .}'OK=gߩw\y9&IATl@Xz6#bdGJ) x,-`?n;G1FIiyٛFigV?5;/es*WNISWG/͛hHtԼ) -O8@MCt%O̽M|FYF9+bLB_QY_|y -@Q0JKP$ V.ԬzluP=!E)r+b5oQ&FmzE!x!qю"ߗPЫPtVoɊX:^ f`"՜ S]ǝBvqv2.aPXum_&w׋1=-5<`Q:4ϯݒXaDPF,ȱk%k M~Lw(X8ȿhuDn@<(ݘ5YL>̵;Uk@s5LϾ٥{9V~PQ uB%Um+Z}99VBNe[>55N̒>/2~\dwU*`r? xő@Yه`Il6D*SfUBa`F]_91ϽZ 0Jp #SVϜŅG <ſRN`7U `1$|6,EJ3&7堉L0r8ϗn^܆"If1R^XG7DGO9+eR2V:J`E,/1WsWk1  >g72qmJD̒!i5 H-y)_2ۏycӥPm&c]ဨ0GvK\珳)TȗٱVx2o)5^GWe[J. Y+ZVFQdx**P [T C c`"Bl$I8$K?8gVJGD1EAQβf· -r~] oiETwWJā#@Hd\kG$3 ޢ}&՚ (#!ir)ձ8v2A`rY8 Гr[pgY_t?hV4F♍m'8Sj8pX2y?Jkp~~Sxm]VgQb >ڙǻ:RQ@Z;+;ܺVm _[~ѯ@9ߧYh傠8z)5)ѐ>X[#;rr+w<wn%VM WXgPQfկ=E7?}9hued!yJEj0{-<#(@ބ(!Q,/\)c A.',A;+E EK^ >N kgDA E.3τN=hcj${ u#@VOؤS]8% wv$ 0ßr+b^ t)u4ni/}b$}2- u>4fQJ^ 3ޫnOGM"@d\g6Gr`zͅKOVݍ% AS%>n5" 4㳀KW=xqy@\6|:vFXCGғ)曠!Ȑnv9M<:Y!OӨ/iٱ8SAToN`6{{R; cuWh)|Em_G#O` ei8\2=U=4`Σ[GtD`'8^ѭL/1+pL  U=Dҋ^Ȫ1R}U&OqB{q˯z3o8Pn>\VZۨ u'FL/'#5X!q1dY˶XOu-oMQJWU):DZ #a#W EmLO94z9 |3돻#8l"l١"HC R &q'Gni867mǽ7[9< I`r@_|"!TAFz xf5T;H1dqUe HEݹ1%gSgs97ˡ@ ^6h5Jm*ӮkQ|b8Lͨ ,;^1=q`=a ݝQSX3֦ѻWg}"mw{6ۑ$0LtD|*!\ .t}H%M|2fvԄѕ:&f=2Zf9 G@e"k4<9:Rq ZG%qxƕ)Y趶E׫! &RM\ Ϡ,މwSڽHWCJ>벼s0w?XQ<.%%(D*9#;ي.Q+z-ln#Z]txP@>T~C˔yü|Ը6D /3hT鯯@;~kdٟ32YŹ>G~uEgFp#pc2SfO5`(/^=c|</O4DhWIƐdȾqH~ot(53r@vqQ<5g l~kȄ\1FM|?XMnbj2HQ.p}~l}ó-׷7/|2_` 5Hx8^׺qR-4o`rtЅk ӔlL{H{nറ38J,(ݴ.̘;Pk-ʇG5u dg Bp SvlؙZtY7`"kPm@?6.{t]Op^XB* 8TsJ2[ a#ADgѲ$b> 1c3'I {))K sѸf|'I6R8Gula "%Ecu6K6+';bJoHپj̿qB"e]vk w| CwhD֢sŲ˞lh̩5PQ'Hb;h5{s(LVB{U/6Z=B)", 0OcbO,nDǎ g?ZUfvLh-z9o;߅ijv+U44M珩aPdo:BJNl\nDzGT+R)Qaq{6ܬݎ5}bi :D$ KHV$Jn|#]za`i7VMPalA#zZ`^[L?Yy rN̐+fޖnOJ|s[W]B^=EG/ma8W@+yi cȱ;8V ka+B'Un' lYU֧YM_bZm H(ߠd'u۞D2H9lBK[(ΖFE㜄aNPm%$شU4Z}ňGȺ3u5VA6! q"9 R 'Lsa}Lȱsx")[ {9A6sȽNB)sΗw{sѼ+_6+ȧI'9:rnI3"}+! ӠAE t7%{(AbEzwrgK: q{{1XY}noO0.; z7xh޴@Eלs0HH.u`x3{.mUǨ ;(>"LZd恃rJ4[o+>>{&k(AzS-6dBb<:u"Tbp!XqqkmZCge9":*h7zW+g;XXYޮˊH xjWI?We&[X(&ohm𒛀1RCk/A@ ,Qs)B3#N=KY[5%>{|)btXX*P57hbqGtdï_ 3P l?2?`[97頜uvr;c'gc%zؘl( fp^0t6s`2* 8නqrtw?\Q Əz !' 9ūrY،CyiZTLFOVOf }6"6ڈLuO/?e;랔^[wʟDf2a↲髮cNygM"5=rqS{*lCjgyyp+Qʽd "km/d/FdpSeJ^?bMg^if3N RkL_TAGRTjPo~ C4(}vfTu^~ccDD U7}3%u63k VǐA6tuIi%8CGZ&cI&@{s^F{rW@,bw5θ=_Y=o^aŽ;<@ "<,L|зj)o\ 3.$)<0a%&Nwn3X  u`It6[!оeԛHF׈s3H)weC;bv Λwusc{d j y\G\^XO's=0SZ~U.E]y$N|/={Wy)a6vzWmATHW[-<CEj̀ERdu "̤'Hq^ʈ to֑ djռ͠P&4zQ-z+*Hmne: _Hs; -4Ʉhg^u,Q3\k[>9VhN<D1UU zuOuJimkjdzN]uI vA+gBep95}PL HDYld \c{2z̋*h*:ibFByWWE.4񼥄"+)I֕d֜ZyB-}(݃dWF.1bs ];XiWyhtbAT<~.傔4D(Z$} Nd)ҕ |{;I">".O`L'<4`,/~qM"cO֥42O Q &oЧ/>*GtpY7֏\&,ltMmh'"-w#-nkUPpLުͪ~F݁s5 e# ^fR & -?}(GJF',+#aoO6LpBG@qr=DFYT-1.),B:o UN?ޢmj=FH5TXWXfb^A4gf@tw{-ؽ$Ppj"mdd'qMǐ$HUKg KF h!UjoGSc#>g$ti>LW$uy-_pG ia%ׯA1TDnӦOWlqRA)C?t+`W*u8<ПÎ% g%1\dҳI5n"W7T4X:o.GZCV1t)g?Pv]_){0C@n6;}0v$Ial5p ]R,w]=DJ ]($- 4QnK $U$*VbGhcK"AFU/_ .IKqw%)N%^5a_>HX}z:V4G5 @PhN|w, L@$U8Sh# Lfs\UR:{2iKi2KjHP/=6owb?ip/͒V~~AFt̫wSABо9k< Exed>ц"S]ϊD)qiGkfko a Mt1VoE)FB~E[P 6u>_'Ӎ-Ox~v!t}^$X>뗾8,SnrbO>5նzYy0g\NF휸 eWBjZVƅ$?% ۈGKL2S6 OkK!, GPC& Vؒ-fK< rD]M!>/3"USr`Ngȯ`O%vϏyh!V7-Rz+K!i4a `Fj'?ݽu}c+ω||wFcَCHyF#XIm6 Em]_֤/7 uT:֞~(~JSJtFGo4+@^Ӧn4'R <\VQA>N񪴆w 0NOqd0 T#ԮUMGiɓ,[Ėl}H0 ݵRc]`y{뚤nm6;'Q5r:MJ 6Ώ688tL">ǖ޻-Н} 3ylؒbJ| Q "K`Fa./jcC'N d.$X+Ƌ`猭F?5MovzXW4&SKS`'ĨgA {iHr%cV#{V!C$~#v-PR.Y pژnEh/U 5Bh),f3k y %W#$w4I ` خUOgȾX Т"[afds\ޙ$Z󺵏4^%/5NFF`$UoWvKV72a!4-(U.:%z0 ֈr\.ģD쿆phד qX\RUbGP 녜_8g] S Խ|Ag5PArC?`DNX̑i_AyIɧIu觸PS•{&UȬ%I?ujwkLK0\T:vۢ/xS IaʀdzsI#̎b4K@!_qu._ ->:31p!1:P<2fy/?B hg>bW`p`E0M 3.3J#Y*~֕,GA4Ecj0)ۊ4h amnSWsFИ}΃B EJJG[L$Lo}TIR-'Ss+i^d  ch+޲+K2U_IG/ШJ:U"3X w-_?h /x34~x!bB/Ct$mgp)n:{iwݓsti I(tt_OP܏?)3Jky R*y.(#.D5 HO֤M))sB6YKSģCTK….\'tM΢A0(S0ܭYP0Jka>6mG8B,rEW'01f0>3ˆ$bN8HDmw1 P ݄a۵no!<#M ˑb7yig!ڄʡju@/XzCf~+˅gG8їv uI @$jG= ^!p[G~VfILi][wuz)l8.~T|e8 hS7V'`qDA>`R ySܦ$IeRӺ+d!g;3t~Aْ^EfcD;$Y$ֽtBCaJmd=Ch+j4҅eB4 9 {h"f4A8 8xA@n(|p/"ޭeS^¤l}u*2_!md{x\5m热l0ꩊMT,ćdhheEL8 %@bi5p;>v7;hXK2ȡ,ޭ `52Bp_o$A|:GVu+,b(:{(]嬀5P=@>Bz@:cVM;2UᝠK6Gq#zA*P*~ߛք|xۿqD{+]-!d9S7dgzU)kz i H#KGZ$ 7 ': m,nYELuA.7R_8 0unVv fcm3\K@[QA?r}S 9?ሧԡo.1]0MÂKbDKim#/Þ.g_YO9 ȍcwԀ*}JW Q!0@ Á NS:/iah)=Su9}aYS+vd߾XwQե=H%L[1_WAyE5k-Dx?"!U+Meb7z#57NEHAip1uNt{n=p!k }(b?3lUT\X4hC`= JT^4+@l,T:ʨ d4g1KBeqxsTTKWd[)IAq̝1~~.KyL ZP4*j>×YZFtQk.J~Ӄ99tٜYo{g=YbgBq8XR@D\PXxR:*dCyJx+>1El|eΏ2- ,l| 0 N5DX[aR@olƒ>j zZ省̋q< 'ֱCXm|' o}~(Z_i7JmUg,9kh W;}}/ʘzzoI 2YfP# |rGPиd"ʠj(&ATTtřyy/#iYȆ:F5$rDRδK5A e,₝_5c"e1T7Cuz-q3 va1 ukWuc;QiEsQDw" DAiB܏~<,ܕg>nB=Ƨ:,|SB,2-3% Vh}4-|6v Y?5إF-[ z%}3jH盬 +i:b*s-7|ObsQc۟)KJ I+nh &_£ZL-^T]MDSL¢:%ф޿7^Zq}V vXlh-?aPl,$PcRE|N`j^52md,\lfiEJ~y 1Cfe64 `, $h|oqi n-oSY&Nh6l PWjrIM#v09xX37EtB^ Pf|]iPCH} P_hj\ l\J!q‚GF6VŬ`}P"_e~0\c?jNAR4}H gHdp2 H1gmW̴?)#mTqB|3s _ڧE"# 9ģX!yju [EA,4v2N=ѮLlW7bp17tvӹ`݂x,ӿLؠ=沤;`G’u6mRu cGw˗!xa8cY"O Us^:LT 7G 3Fh` }M XtCw2/!a=K Fb)Z+ٱp,q{rT]fmٲn6t- ̿Jw5Et/'0*g 6KQYYgAYXfXۦxJ{~؋ Obpc,eGRZw'X'hk/FB۱Q*1UD̫Zn\T䗦 /,א<]%/5Y pHqXVة5HGk:] z ]zAQ?s@-K}gAXU ,Rh  21)*|OJ8D\{x:Sv~yM~펔A|(f.hɎ\3|>HG+d#s}f?/4_S(aWA߭ ֐*[o~hڅ'ӋI4Y([%dMi;ϓ_GGf2;{IZ,s  0>Ӳt^d(!rsߝ/PbL涇"k~<zfA"ѐΙƧ5vn1lG%=Lԟaɶ~[Rb*v*mg2ON T!zy]#rWa( Qt8#j#:ΠW8q[v?Z]av9$.QZqrF?bX<n^ZXXuK7hPMy-X՚%w( ҹ5I UД{{Ҽ.qRQۙێ&`>0L~Zu9n$=نfdzbgR"ݕeH ^h#1nAƿEu$7-)F&7 6YSJv(Sm[^琧PolD 5M5>3=8 }"%ҮZ=ƬȪH*s=ShP&UQW ŝ B6'C/E{$a9ALJkB1Iɿޥ].]G۰Z/Eqſ}BǏ¯!]2:)f-^$|ߨ4 ·twײm}7cxFچq$ IBK2~ ^uhI ї0&A8LJpL+ox~ܳYو3lLKO#Ts:V\PLR0ݔO3b4B,+(H#lvS/xd5B~YCѭ>Hfhju d٤յ hEOu&Kx@ٴ O]Q{Vqⵣ=ήRJQP"*/`_t I* !KˤܛyNt 4ϸ-Z d]@r`=!xD@~=@hm x==Jz]gv-yHgMc(Y:┬dI_q%Au𖒸(j="<}.m *x)xŷ2G;α,SrV[n~Z]/3ZqTHVPacDz3r˭~ (}_|8zw ?4c!?9+71p!ddN@d cְϰ>_ 7$3E{C8 ҟ=La@8pp2e<΁bLcÍw}g?w>t:;2TwH~D-Kc{yGFHQmepF%+T 16L.?鵯y >ڟe{[JJq@5I)sӄs,s Թ%ysGlz:5Uć8NKW3{8BٍGotG(ӓV6KiNkܴOgwm3m~yB❬ũg~@aϷ|gEԡĵt5ɴF,JAc[hrFmRQpw1CXCiTV$oƯ]a/5uI;GWG lK}zgB}pz.[E9 )z6v}c! q.BO<-O$/Cw]Jٓ-Q"Y TӧY12$+ ;| MIm'Oxخi8IRr ⚢mٶdl%FxpL9:٠JQ(PAXywˆX^a;,  S>NL=gUpCL;M!awyey!wr8($=L]4W ETJÊ,@;/bQ^Z)kv@ˠɿE/X.0X+1#Z,) 'J/nd09×br;'{Ъd.H9%ŠQB&q٨OK=DzFtm[Zz\Tu(`]B;[v ;WS9"w3UDjl2'0\7[Ϟ=={ q:s0&rd[~:PPU U׃Zt}zjiG[)O2vʅD}Yxջ x>>lܠz u`_H]#?.t.ᢕ.Px8N!l HEI?7,2!FBk;٠1d♔^ MTɌ7g6eSs\x~g$5gEny\-繨_x~P0 ص5 !q ֌lX@4Cɛ):R]O{۲y_PV0}Z13 XO|T q08Pj[aǚͥ |OWNJub]h>H~Rt O<{!ةlv?ǒW >K6OA|NčszC_͉^h yb$Nf3Aye9K 6 \d>\lb2Cws-[ߢ9Y7˫G2Rv7CMMۻ tpwߕŒH:rM*$׃C ?QQQAs")RAK٪֫ր)T%Wz0,p>o_e<Qlޫ@7?ؗЊA;m_p__#AjjsR>fOr7r=.}+ DE;ؿ&2eq6v_1%q'yO#Q:\@oVd%fa[٘šNEG}X#X~t0n3FOք=LGKX,[/LgH KFU|00؍"5vkcˑl]Ib$gЛoH. -f;ңPB찻S3(hMx=vE(t0~lFsßXQbcT")r$a>!L& *87>e41s[1sN[v\tl4nԃɕiV8z ZmbS5ܑ@ V./O#<9LD?T1 e(J[g9/%*FY,+3WՅUƒ"1D\@ǩjH\b!KP|x1 ͜G.QhN|wBC^Q/6bD}'hxh/mPt}AǸ_R0ڰ`.gH9UJJ׏~oiY#Y.NJq!6Q Iy  ŅW͚&xpsJ4EQ=dهxzb=EJHbRrxzr:5zʋr O\;gzVf-( + Nu {* k1֭`kxa9~,ߏ9Enqs+n6xG{ 95p8ι6=X {Z7eL1lMJH tCcO6UPf񻟓#$]NpUvҕ^H у'a1\;L:zYn^l\ozV 0&\d"Íy6j ّ>lH= C#d4j ع:X/ a3RhάL`Fe}CE5Aq27;|r_ʦSW6Q?D"𢣚W3j Hʐ>7E3 _?^;Ͽ$ܳjj#|LK^A9]64!hy В jhd系]\.|"vcAXe~YO=\Dxc`ܰ3B97p2*ƞSޞS^^h(SriH f}7 Kye,8z7d5|6e~s.@q72-$MqߞžqG$O&w܊GȉA~[$M KidVڀz74btψOٜvwp ؎\CeI9م7&5zwi-Q'vfK@ :40 W1TvÓ3|c?TDSY>#tg\gP-D¢9:'wt%qxcEW~$5 ȀOT; ^!}ǜ FiLDrNLRWq:5V+xlw%@|By7 9h5},NӖԫ#XvpwWTy/ؙϾJ]?s ´/A5^S^f^wuPhQI1*ٺ%:M)S9}`X:MpvOĺLQFfot>%ژ q vo˻GH"B-f΍k >e R)R6Ñ#}dʉsY#Ca"ׅ-g 6 =̰\+1 PC+r*-ɩSn nuzGY|Hy‡aX; ~uoҢf[ý6x;;ВM̺RP\c8oT΍<诡uVkg*aKUeqWXצNJЕJ0F.{lcB/'Lxnή#a܋#*+fb2ªIh`mT"Fְ,gR W"$1C 1VMqHs'&EW(0~g.2ruEiЌC;;1f)ʭ_2Y[v},(s>vӬ񜭓fϠ֫Mϗ$a6Cqg$ A~厱,δrtSzLp soj d# k2QXr“h2ejwy4jw/z;E1iGh?}ò`2pE #?,vo)nYrE)f%X4܀S 9ޒw ]h n집JN{otND֎zΞP5OE:Yߖ-bצ:|-/ac6ZZ- iw8T3 -4zGq#؄) $kR&U e[vvNAI_~6 ~ڵ\ ݂m>I't2KRLZX\y"]JunG% Kyh {DHRWaQ8` p{7BUXT.Ct\^*ޭ1:!j1+1:?t!lɻKJ=Q/ ^wn#V2 h؝@j& n%ц`LӫNg#`as$niwz .-KlT؊:AL/YEϑ; F2!ס3%Ehmfɐ"g eCm7"#I%!:3lfos(Ο?%Hmt zRt bz`ȫniy* HNv-O/~9~T2ekG x#ȤItpH ͒X+w8!?DX|nX&IBx+69&aծskx7D.iH:.,O|YZgTO =I[K,E N2eDQ58MICCptB )g"I6/X^Wk]Tox)-Eσ>%2`G6aNU*Yܜ5ƝKvb]o>=S< vը5orI"& ?:$+sUs!m7 Z r\a6Q|%_$m+Ro]Y,o/ d4G.d z} uyz3Xk;GA-fM;O7A;XF5| .rNlTqkƪ a#EZ+Yp&۸SV& ++[%aǙd$8[KcQ=r@w  λw'BU6SOHR}Izg fﰚ%r4F|"X6~jp+I$lS?vf -sX{vj=P(;ت`rd]AٌGgMU2Z( ܌Iʮ C@ Z+oGJzX, cz.:Յ`TCaiA)-͘'|~Y'̗]7n&]dJٝLyD1pih>ߨGX !Tyl#u,Ԝ8\ ,3`b O>O 9 3QmCSldϒϖ viq?{>T =`ؐ>Nz$nel B˛OU.{rE12uYuԮB9pYa2}aJlZá˻EGZ[kq@0"[R@/vIñ5vnZt-BWK+E?|&M8ƻ;$:7Wn\`7 we Z_b=u6!vwpvU27}ȣ%:T4h|Yr٥(к"bO#-ܠ#BIOs: 8]"o?+i?V @~Fi^\(gjZTadi{H]Kw[(ؔmHѕקWi}c\VRs6hQ]N 股1ʇck-$Ur>&#F`s :X;73&8LpnθMN$p+gVl_{Zs:&<וYk2yͮܒK@b՗im1fczL玁#;! ĴC?'[i] N95{%KѸ Rq[5Aw 4Ze+9~aRU`ps*-vg,aT5biK}ͤW2FڙͲNQ0C\ʝD gf@E%+殠+oBRPb'uqO%y?9>#2ۃOqijʜ[CKvYt59sGFL|8WXk&`Cfɇrc]ŦX=k^`1ⷻ2JfAےrmj,Mf^캻"zaUsJa%}K~܋>HΤ#a{kv,W@6!qm7<H;~c5IY+ +buQ;Q(ֽ_x}0) Y֭B}HPHb}?:#h@ *i֌4MK`+ddk7ǔk5a|>:J='(S9(ycfS o@"b_Yȏ d& A}42XWD%"8wm{& 9 -n;7-@b@lֶؤXA)狅c.;d/6G[ 8s, Od.HFA*Y"VKv'&j;9a=y-W7Wq\ëJK?CAXUYmTq|L9se+K yL.jaf8_ʘz[X]А6E<1] ;4%rE~B(v5peҘ%R&,hQ2)"#ADagTYnmj`, 4[ilUI V;lݳO0CCkzCLKUZ8LoQxл. Ѽm<;K9߻]yCiGpc9R:7EJgrGt9+EW)5dK__zƣ2AAEfW/ ^9(ZލTLqrs\0z?Nd@O+QpA}ήO1*;:JbcPG~1xaV0JW5Q-]iFuŖcP l1LR Yr*/(^q26;}ŏ5P.Elym,p&vCǸ3ٳ͌ liBW`|Z hc+K N;aAAǖt2Ao(a'dsK -zY z%1EtɄmp䍷"m3m)ĄC:Vuz˺qsz̳nRl* }\MUD|N^9T#5_ zAͤ `_NW)cE` RAZy±R*m). )k8LIXZx'dt$v|kipuhwX=0%뵰aL16'e?[cP>s;ũ2}eȆ<=3kq#[JK۟٨ ]cCvV|PiFvA\\3qHze]R{JGBդAN9[AǮpVM h4LX3Ľ]kVK_)q5v7ۥs)uU :ߍ.l%QW eO,9-5y .>Bh-=6ު4awK'!$]4  ^U:N-¢sƼf6* ;TYͯS@画8 NGХ›Zp n«)%l2].Қ(Z>Q0K 1 txseDd:ya|\0PV@ָn +d+uP!3\Xl"+І)wea}RӅ(a#I”ÔL\6n`C%Lf*Z r+woRڽU%#ZJTL;7j[_ ..ѥT0c($&۶ jSc8+؆XϹC*^?A"ζ`>zD: YGqiv5G8jВ C>إ^"m1Ux=A9ź^ ^Ye?rd቎#{Г"V a ˱M ](c Fx`*9.lZOz-S[JXt imW3~s&1PtJxoFZwG*,}gu.9Rr.jO;vؙWD]LF'vm1d^hHJr Uk2 6pm|{ .5+,(M3CD+"/5rC'jq ALCRIV0_G#,C].n?..IX؍ 1 qݹڟ%%(RD侅RxU޳z{#e.Ͱet:q<&1" #fSl S]o.lV%l #"y7(<Uj kK MdKL\&O z:[zEvJFoeKUtU OK\؜Z(Kc_-L;Fa>V'>t}UDUK(g]us |֡Ȃ @/fr0li 1{ݦ F=~ o I&+mhi<;CX2C]7>#>X{ǻ7 lFkr3>?"NML5U2ڛ|W(nU" ׬@ h GmCKdvHHjL'h&t-oѡ~bW{aC!h[{bh3 K$}3Ѝ6ɬKDt$dB@H-} jz D<f08-'%_yٿ]zd,ж!LFD4pوϣ டHh1S׾c |nS^Hk tĴ#Ɛ[qL~:VdǞRJs3P;7; BҳdynBhG#~AJhi4(qKˮ)! 2N=A<,i^2ߩі׬V sr󯶶=U=?&@naB_zGŝfDp*L'M,UG`$j)A_ms)8ism-E@kߚr(-VkcXۮ}I0JA?ȷUz=WZY+2 JDYoK1 NDF]{O .kw!y/1EKC43&!f) # ˯R%>n},lM]5jյc/G1[ڗ+Fh(PS1(Ԇhܲ#4jgn5{&?*PBUAMFxLQa s ͅdtHTHMLQTKiymr~+/|@[_:+ETTx00~ 6X:H|ڵ얝^#eyD,M.>@=0{ LhFm'zD#Ŭ"s9.IzަR|B\auZi,%by(90|rhԺgZ`/q_W~/I j ɺp݁Ms߫P)!ߋb6m M~hJBƋ;7{r*kxi#>MM]~;3at!#fMFڞ)4*I &.Mx?cWWnͫGMNu7>YQKx_ Xh7.݌9ÂfDM+'("b.^HpQԚZ~DvFnxp,L/B=Bu cHg9gu]N{=ٚ X 7@4聎Az*l}\ 8I&9[2{?khZSgYs%2s~V.CS&]#<`U玜X'ީ‘5ԤXHk_]NW&XzyJm>z+;Hsr-(rg%|k֕gTG6z̈́[Wć("ϼWG~5٤&F"_TSܲ*̡ }U#؁&d<4\O݄9Rw\ئ 1P;}u5I'RA/K8e}DSV}5fb? nS XEZ# K*X}˂%=csU2؁,ENsymf.R`Ilf*=D,A[ -RhME_ykѴ8#zg{8HQ tAb}k&Xʳ=Ö2}cDRj!:wû UNhj{ le9ʓ%29а;Zk+}oÚu˃_jA$[)*,RSً#b^b{+*UooV6q~@~pbb2r~s;.nL*&oA=΃JNJǘ;G&q hp}gC C{EH4.A(~9}$B&Mi/%M.#"3p!rM [m$ژ#9.=kxU#dyoHA|J:+&->:aEs }4 ΢>LkӚT_8GmMMu kЅ&"^2z3iC'ޣqgj+gf{ LFl;wLon:( +>n'D,|"TLY2ui- fئMg9'm 40tU]'M*̀x)Xg)wcV=݉t{NpcyG}Z(XhW}F^P>L۱H֢~`NlWWk!3inC1, $q֝I$hzJ'S ~h}?mjNa#$'Z]@η]mEH[_4wdeG;;I=lxatdAt,p;#A9ib&dVCDϵ!L6}dR<`OtΣ6 `:TUirCG\wNRoUR ɺ?|si"2Z!g*_@ fӝ{t}?}l:=˥4 Uv4k.L3e<<K;.\ &7H>묡6=DWAt`. Y>ް+ވ49AX5T{`efm՝IjOw.+wY4EDX)Ta7U}-&HxKgh:u­vWU\P%_3/L<$zL ݈塱s;u^O 噊 vMc>!^])+oZ:_>0vUv̖MV3 $a?6&o#i~?cEK.:"efhD<8Fsgm͑{V L~`fnMTTuzd.k)!Ϭ;,x-Z;G'jS~9d8kLӄt֟f{sIʾ?i^='A6gWEň-qsKi! -]#s ȮËy/S)붸KÂ89`칁t͒[ Vd`*y'ɘ~&w9 &_Vɮ@Ia]tSjfT%P~~?{Tr炟r9`/GaNaR+lM_0D5K%;D:DGX|0CLq|%CiʿtlI,DbL:Y1T&H{tcJa4xP?AKu_Hڕ^զasTԐ]Gv MwM&e6P("2א)g-DFYUFE@3@cgHa 8cDZ6W)mdRisWŧi(Bk{'ĻH\edh{pGDHjow`૷e )8V hPS{WfV.WvxN!qBhvDte|#f/'Yp1$Myr1Tpii fNUCLj00c"xGA.*q1k5~%xp2s:㘏RD #cM਩pFYQ9,} S!AEghD#r ?KJ(|vΝ[8Udجe%x5Du+ ׇiNT`DNaUHtI߳mƒx=JBt2W@5рK7\(4.oopJ4-00ë55}IN`m?*’!e^va[͐+iSq[n 2Ys߅,t mMgj1sb Z2E ;,#3qFͷ~xY>dŨuu%&zPHza tӉXj\: uU0+d-E .nڑD.D^/ڹr%:?:kO֝%;CVRp+BU֔DV#nw)S=}feT@ז?[jLօVQq4Әo3C5pk:4x]}eEsD}*c&lRgCzQO\_kɥ 0oAC}[TUM95VQsv@6g'/Xo)=F3y! 1,'C!)\}/~rjpo1~vo1~r7Z hC{1tw r _c=r:= pX\Oce+"15S7 h/agY q'>"ރ=oE5KS"B҃ քq<{B4BJWֈݟ'lo2mvZ^zڥY NT<enf=;X|  4 QO[4ыm'u DJ̨֓?LV&LWT\گ PAw7wmkDLh W<SZef}f]XdJwVq!|Yֆ$f[jڑiloç2*{0P1t+hQF8*]Obz K9:w7R[ZDe6 >7'eXj[N 8j8k@zts(b{ۍ6z]o=P:aD &)6AQ -|2NGgE9#fL^YM$bnoD@(勈tfqv̄[ळmR`m=1*eTV0{ػQk=a uP,Q'͗l"gUJecbk mLDǎ/!ϛU%ǐ*/z7d%u6QJ J_!_؉~[܉994Td 䕴Q?J[,bd&!TQRm,wR@]* >&]eev.3;,aeN$E94̶u LRcV hQ&Yߋ/(u05!rr}wLrc枋^[ei#kw91@o>+ɠk}{rI]|OvLğ+R#efD"]B{>Z"3r]Dr woM))$arn}w4m$I*0a.EJ5Q T&b/?I4%YW4-bg3M8o9Ը;d=?{4 ?P\f/n .k[z(I\L9ey6%gxKмLjR" <>-OHz~xTț3ސƚr)c4½vc$s:b=N4ß^`2ީ/(3^];'W׹-|+oy9` ߻YXm.shg5&"Je~aɾh_Ke-$p)cx+j)t@ڙ&|c Nhi\<#dl HzA ;jzwgE ^w1pYo[k"Wa׵M!ypKZaKle<;|2`&0#uA8/;ly̴-vef`-$J UVB9;T{1E Ev]Zuv!M:= L5GՇ#n$s/CAv͓?L;-V(DI!Pijh|Ssj|J6x>9?!d8R(w?ŧ9uey0.SDuyr@RYAo 6b *8$y;m]Nj(b1lA`HiH݄U0PW< '/-X!B'{x?aZ1z ׺i!Gv١8qRl>D?Ex 1Mj{4oq2[;[Z\|K0/<6:n6'],- G5$[ww-- "+ g9> lhχo+Rk. F]Ju.*YD0;Lߋ,o a;I#|%p(烇N\*E~AO/G>**{);5R5<2k-:]R"b8ӹB!#L qd[@~k4VbWSrPs H{hJK?@=`W85!vqkJ"GS!?hqs0"F\:rt%MX$pH%!dZC/ Ⱦu@Lv$+S&geqxN>KvnHD )'Q UAfZTlTN]F ~4y߽3(wS6 f9_N`2=${UAaL\4g1'c&fB :;ջp{21>: LMٸl*8{ʞ%.W3B{|oߨTspNYNӴ`ƂoP,?/iGVΉk:fAASqA0ӭWS%fe6\NՊ )m^@0:[gsJV_d ]}Z19_^q9^tt1o w%گm4Ybz3[ϺT+BR!K? 'T o\voC)y,Lj=q/p'mK?p`6wѕ}3Y{7&űj@6x\Q RNjQL4V?֋Ca_fɪD*wT [jkD Hmu _5 & K%}|Po J Cx!ͻ*ү:5+2Fb`9bzlpCi:fL*f/aө0:͚-0P|unJ3Dح#_Ŗk@"\M=w)綻&ҕ7./ ^ 4GUX$ʭj]="l6d={[Id^ f!,6=&la}-Vgu8hfyzlDePV"&O i`Q Wp^H,mBqT gVsE+ZX#.%8GQX2=i␕v eܑͧkhx?<)Yl8d~~qڸ^k zz0H..p5WjfD j JmFqW0B}v[iq/wnNꩌͳSk=+ oX%Ppp}Q7ibq󈉱ȂsU뾻,tXbWGgu3H.); dECn~gv9|%0vep̓ cŽZ{²@\Ung(M4ԙ|^(T5;a4D9> f9ez2*Y[# >s8n!1|$,gnicQK,譞?\C[!oCި9=sJxGӼDoq^8Rȅ-}\1lODܽxh{v-uM<m\!.(QgdnISs`oYݚp>0+Yz}ZL9@!}=Sj]ZVRpsY h/;V-80"Kn/܄&㯘A~!MN##MI a< LOάf:Ir:Xfp :bN[OMt2KMbi'O\Qcj86Ρ8 3ǯA U Z/uBe1*Y ]z8)ھR=ph Vq1D??Bjn]H-2Y);n3tت{{to~5?tS9-/ . TPJ{RL\e4/2wx 4rvn$ qB JP9S +x>1R݅u5莋;&ԇ0h)y,pP[ e}k^KY>x^:pArWиk]C6%\ƟE u^r b\DM!dy0豐P;1)4=AR;Fʪ+W ](],,>(6a: iS&_^v%l. 'lgGuZ+8Bsk1[xKUb*2uHr\GY,1[g aE zD0 俿!q-yIӆj9?,V{3E^Ci'No)Wn?9)s|N<xt( /4]jA TUBBi{iAXrOZ3 :oȠ}u0Z 5uj0+L>f_1r}b5AwNBYPxb-KVIS)+;$[nQ wVn9=rP1GR+&5ұ0"[cƂB$X}O:ް̑s9/4u/W춼Fqtdl9[\pTw荬6B{Nf14;Q@㒄Si8Gp҂z!xgGnC#X8bB s1tNGOZ\-aìo먇72. [2٧ߗul/Qtgj UPFYm/O2QXs+!OI0J!E-e]Ts&!Ѩ<<;ǂd޾zк"'E@1"ŕ JV8RL;-EI5fsŅ]zꢙRBJ@Hwwdo~Xf`F`H2 `M4)+6 yͻB%\g~ LeOZ%* i޽Dǖ0X.QڼFMwBXG+(̽:|Ը mtzi-C Jj۱mިzpm/|uMjwd}[|ӄѨmo{cP5ق;. N"sM^ 2aGCxm$WNnZ5$YGP5Q(I,4N$X޿S2gմ Q6%钡4ARD7Сc=>YhGޝ8QQt`<8$&PK5"_ r$Q wLj亏Xk޸%kYqz][#:R1M\Jc+PPACfeNHriƱMUuzY:HAYB6H۴ տUmHN'%Q` wA9'lUAY=KęE /12l]Țq'!0);yFFë3$VKh AB'R092L9o\i^IrXK.FFc5+dS'uv@UW2k.إ+C+.GOOA$ U=q@? ;)+S }R,4i-LhB/<@o`Y&KS_m=N'IMEjIԷQr ,wMu_` V(>bnxc֒~UQ@:74Ze5=74@Gm -(O%C :/I:Y᨜ILd؎bG/l`X A7,ED7R A4 dp䟫5ְ@rh ȱMA^GAWLkv y{ɵgFە8pS"<P_[ ^ V\bk=JHG$"}x;dڎ'x^fzL06}RBS 55UQ%ts h`GzQpΩ0}BNEpQU5d8!⤾O|$Ziz冏eVRj`XD=E*}ERBZb? le!Al:ocLJ,|/ ^zPW5͈nN8|T:+ e"˽ \P0 JꚄtWԷzZ((. #fW{b!hq4lMy@җ=ecߑAfzV0Y`s.jHpmQ_ԛ@lWRj 3MS_YRZHc(YrΉyuhؾJ#s]rQF'Ŵ? )72s[C:8kD } VW: Zj({頭/5, FM9Q8(x9$qCxH❋e|D'QsaeG4Q~ށP9Nu#"wpM2u.h،d Ι}ΰ]NgSITNb3#i-gvVڨˏn(Mٵ*b&$ـjc<>kC.Qy~ Z-OF2~(%-.KQ5,CnZ-\Gt.5|1'iB1BH3c𐜌@jۼADv~)N ǻɓR 4!SuM|H mӿ} oBipffŤ؆n gLUbYrPMTE@=EnrN"PH﫯"agt;EH+v@EBcI~S!H1rW͗{h-hg;}bw@wol _{r*kQ D/hCPDɩf֑5YKPHbF՟P";J#chjXleiwrK?G\ Av6,(Z-ϻG]DX@€|8 I=1{!gNpLQN>LVMg_vr c|j+Fu^ͤ;_]ٰWNGC!5pnW:_d6gљ28;Mʵ:N5ץ/dd'ldEEAy-'KP^4oJJT {mFvn^-ֳ=ٲAxJ%"ΧZ6N; O` ~;ҷS <ou+K&M"=<R}&iig5zr(x"dƊ'ە5ıd='G1xџ5>g|OneDxRRf=͏FUZ.(VۥlQ@Qczb*iy띷 A*W)Q)Wv!r5*3fNdp0kx ͲuQQ1=1^nWl ZsRPևtWOKHnEQ3DWGlcb0)fFsm;w;|^\Tk; "yL 3=&֒ZEMNB6^pfUDW=ٔP$ys$x:c&zt~Gfu '| -w笿r/bzDjtS2B Pq|9:]lZ泹P#3o`AcTa:v@덹#ܑ) |o}g*@s9>~R@ si5K2~fw- ̿HD }BF.,< h o}TcƆr >S:PtdbBD\`:؊ZVح K%`+=9^OB.bzj rREXnx vnƍS ~Ҧ޻9,MF@,x 2d]`Zj츑,疅Z-{v<Yلa%W;`7*VޭIRc eVx8\٘^1xhcV>a'(mlΆГ6 OaArbli+S/xN ga_eBKZzGo)ިhΖ_$v.ZdqEwgT3/)m5^UuY)*@ hDL畃'ILl7Ob2īR=?2w ut}6sCM?]W;\>3oOp۠` t ?US,߰,b<-PiؙRf|"4QN_*''3\\(Q]CMIǰSKSiewD3i'MX-*2)8;rAedWj91W {pUˆ,Q&o;*:)DZD*6ƢgJEE ?psdZ]6gﳰꦓk9r}/,NEһ9yR4k}kJT6|ctJWlGj %5 8EY;dO˱m{ /cQ(hK y| .qZa71 RZE-$FN[>›=G]t›ʓMgݹ~u_0yZ{!es/oFpqCA +Y1\G64;+ O*yԪFii}UqDp^ܩ&|~er2KsK\f5V:qky%g.mn>υp41Uxؔa7_Ó},[A,8b5j3M|6Du&s!U];Yrh} qbƆz "M 672gCcU.r[IYWTxMg66"p06w\~-(G~YSm后 ]:gAe@ø%B}3˕.vNl/C 6Ze#,;%C˻˗x&s ~L;?ٟFywf RF!o?ƔjOd;򎋷h뺡M(˭mU ǟwߓaG;m&W6=5 gPP 9 hmۯrx 9ҏXƻfI-Kq&S`3.P{AKqUpt^Hrz' b&,/N_uNZ?hj{Wujd&̀T) ב2$sk⢏ГںvU:f'3E`~j1"U$;|3֍L&F[7[aHIxXzS- {=Gm}i"aV:5%E$POChF"C0$^'p~Bӆ{r2}[H{xWߌb'E>$_mM|. ͉dZY,CK" ?QB{Te|EyMMryu[ѝ~n7BA g)5|#m9ZbA.x^x~uYp Je>vi;N,+RL\V^d zUŻP [6k6_#G5 3ntzVp_Zc=ov/mF4A( #]|ɼ0]EB]Zl.{ u]m4ŅGH V(}liԽhBwħLnqK֍ttﲌa1*lۆhΒ:z6W4s) KXpdϝI3'w;ik(̴$Fo \KǁS(2J2Ҋ|V{K1wL}KTh#ԕqWS2+3+s< "c^U< g]*fߔ@r\a1Ģ(FݡbgRn!1uWO֕vrԑ*c>3xTL.6*֓9xj ?9q{. bKMirۄֆ@gTpv(V_T"r612=>ZVL6;TnHw:lZ}y~`pՅGEw6#4c ߞӮ8C,[@f@;n.;$L/_i$q>݆ݮgJ*uoBMC"m[}-j, E+1E:&k09^ cJ=eIC 6%v& "L~˞b;>SQV3:OA2n"+0;7qs-䀌硤jSO02m܈i&Ф&B_ 7Omi\X5 7=}cS, Gf+!^֬JȾ'u OF:Zvjd_0[f!r'FJ8cbJ<<>Mɺ{sZ3(DQ(t4 # Wuԉ8AD0' v Ɍ#ϧ:E8>7tϼ=86iqv'>i3f P)\47.*1K |l=%^Ng%!1m! mXRyy8=HB (xI l$!ziVk !}DrڂHEÒ&N:ߍz3 b9>ˋ0aW,As,Z.,1ФYcPk K~2r٘uxXnS+xtݏdjrb-ln,9 ;-a%YE ~*kzSPKOt*'SK(Zz U#kS}=cAX!,h'- n?#g!dYfp#.In>>Sr*uT6\iʩEQ$ƄțF =FAZ˒割s>ZMc$Bo6QwC>)GvK 'F\ 582UOQ NBpUGvj~0yԟuumF:(a R{IУ3=x.s^UF/ֿYtLPwEUi~ʈO{.esha;fp9bIGK$*RW`u_&`G7`C3:4vYK76K-.'F@#ԉfAt1ʓusP5A @2Ȥ}fY^ ٧ ™DwY>1ݙ?X\ٶ'Q`Ӈ&A'Gp Br sw2{d*Y#F72E?p Y`x䚺bBLQ(7a!GOL-$MKTۭVfZ(ib2.{ˊ}>+QaVrֲOsT$Ø!lJ࣮F}5=lKhhvўY_ P87τmI MU\+?*UG; a'rc\*"*QŗL+gJgZBQ @?ec#/clo9 \8`dCYf}:O ]0e5 cjBR{zAƋ@0Sg-$ 6(PyDn5Fr͚ DRC>X˙7j270*_c8oE@#S돞j@:~p3TFDYa@B 7S[KMN VףyxuBavh"[#-zĺTW`㗲pצ>2WZxXvlL *Im)b7vat@:]2O7bG.-nkNT>.&^tcA=ʎAJC6])Ⱦ]94 WM "^싗Q~;cTS,43z K[2sou S~9vĒs>aaq7;eJY#oxMV }I4ʞ?_p2(J}VG~O92WUMo2ywmk1]vΙ5WRpȞR}K^s`[sO5qr`-, 8eC Jݡ/F*a(>a:n8 D{n|C\,KA j|OEL ./HCe*F)l_<`JWbcHx'?$xCGj=Eu.;o:Ed>UqrmE&u;&1rKt{^\ Lec&d'.R~Q32Qq<gk&?#|WEYRZy>L/z*y,E:@߱5F+qLƻk>V4Km5. YLI ;D?y>mNb(hR{N40@]"ɘ@:kx.:i0\SWr^QZ( %ioG%)q[qP=71%|%H`_&BK̵ʦ'N{'4vfߖD<7KٚSGu܂$xڃ ]ŖcJQ#vnW%RIK?i90^$.,`VF+?J5Bi֚Is'~&iJ3 2eRX1cQ~dgJhf+,*k8[xOV3{ubXpK?hAۣfEJU'GwS!L>_e/Elzb348Z˻S&mQ^Uɹ[],#sUE]w_fEZK1?Wrツe\<ÂlJ}^ ۫/NGѿ‚^ckdnY|AmdvLk2;t0cYV)'zݝ{myL_=Cي?:8=;8ysGZ5>@3ñm'r<}`^sZ BSe7HWCQ> Z`r;Hۦ6 QN҆aGRܭ& ? BRAyS 18E} .D`=2׻k񮉂cȅɁz[/:^0wtLqM W`J7Ϙf bԞddf^MFOݘM!?lv&JB-Ӣ IiF%*"\᪘]#6" 8R8xB+=Mڱk%{dEӻ]fZDOڬY|f@(Nrc"oJθՕ: I8vJD++bFD*r-#lYu)o~* K%fD8~mPJ `> DruyFe,]3 Z}̂o!>` x۷/bf2bCiwrT_^I+! E8Ca2IvC *qt,  Tp\rn]d7cB9WSc,s)!Q{ySOl Ot8R PC^|'cPQtOX;nKϋ<[K*@.@k(F#[ 1d\ݟ1cC׽u:fzd1}F@xS :xq!죺]fPt2xmS&$/b#&*),@7)oWuhlohnЈ~ 9?mz@t1kX׬3D?u[+;KWMp* <z}bUb$\mVWH׋~Efҥ7$@G7Qi"*|/ e nn g(Ԛ5P\r8.%HW@i>jV=vqY o;E޾ջwI R~)Jn84y}rFjhsSHʰaʞq6ePw&GKwbXi942Zvf e3l;/ FL_F`MVnltb>1h кM8TJU1BoA;+ )y~\/k<{G]- ^|XV֊#e yUcQLހ#~ 6CVo;VMö<88+nĆ=,L>2ta#ӯf =5L {m} ZP W j+8l#a5B0<~M7Vp*:ceԇY%ƪFؽ?1I}Dzh\6I tIVF6Zf~?ǻ:x7^獛iD>&e?M" W{ {\t@&M]_ŧ@+ibuU$^r  uR# F/jLehQ\ܑЗN!FV5 ^)iܦx'-Z0}u=( 9]vٙT@=`8D%^)_fƱ.+뷙V]4R0e>vlʈ(7 f/"!+5wp[#˧%<@X +<&C7e0z!+XJ6 W3z"6[ika@b3[ɽW8לA*TDUg͜ s?JMZ!Of)Pg9 9RIH5홎wnh"S|AE@=yl pME-&ڪR(ȝ}qӬ1:Lh $ǣt}yʸP)8U728)1ܪLH/P$!Dw?+y5ľ8EV[]uO9OuxdHdzttkA:_5¿]4@a!, ˻Xݲi6Pc Ͼcm6Ԥ9bNqSUE^) k 891HuA;2 ҔW[;yǓW- ֍$4T+^>\б ̙ QY`8b8`>R6tr=uAdglwp$R*n1Y RڊCMp60#z;O3BsWB*z`3x2֠v5`=2 P]._(dwhQ͚p\d;0J橚Sl7!>q+ ;`M}uA"ؽ}UTݤ܈Pߖ M E+~Oƙ< .mI 0pPCq`)5-U({xhH ڧ%+vY5MG7ԇz+;i<1U9O I#lOȀu\W" 6\N[ )6OZ1;{0T_Yk}N0eyTsUODR^Ϸ4 +6cO:ZJt]%jHۑ#vr܅Q)dr8U*xNj^@.4.Һ=x~~2ֹY(2 %^m ._-[^C4mUٿGHh|ĢXՕ5h%|ӣ.mf:naQ[rضUNGz%QI ^͝I$=n|G3?p]*BzTQ\-NA5P^ NCӣLr :ҰH )Q##GwtP>׍"]$SS?MOu@O꼊7 rBnc}Snsn~iCsyuc\%[B[EHr5i&!,eKUk@I--OhI3 I|>WL"R47[g'(d8U`2fzcaz !E;]?wN ڐktg\?wUoݓ,j]4#fwOp $#C*ÂcYž'h"i3dixQYqv0 K#(jٕ+8%gl^:xZXh)u:JK7rFC۶[P/E (E@SV%*~D[f %Or}#-4r#}O] H ^W94UjW4@2[ĵ?=}wykkFhO\N ltS/KMʟ%jEOK\C5~f{\kuYK'IËmߒ.o+r6j OÄ[w }_dbmOx8Y 8-bJc/f l>g{t#+(f+KN/z)=.J["jQޣ$EYDnA Q8ONEQ&-x@yb aT'yL{C: 'šo#vRJklolܚW2oTB%gc2KhYV_0K.`'1*T16Bc7؟6zGâ1m~ MxFS94Quo,4J>n 2'lv]OEvvFԯ<Vq*l}uBov0?˸R[ͥƀ!'Óz8r*#ѩw-8 6=y_Y84?TfFUfJ KUX*C8~en@{K,Ue .$?8E9،bm!d.ׂ~| n/Weﻟ@WY[O~ܰEwFcTgXWE e,?ٝiѰr)΋)F6kգ"T@n\_%6tuSgyzzi^ft´/lׄw{aZB'e @dƷE HJ>Bǩ$\.$;ζ(cd49@)6K=׈Í`}^/6l:nRAp)V%F=#? W;v^'6ND-iXw×* 5ǺbC[y1:Cx/>Jiͯzy9gp{56x#ݟ^OĿS5>Ũӈss+W/|0:>^݆?z< "KO}dG{˗@*c*$'r4G:ڻLDՂF2eUGpOlҊ)fsr~`|'!A?ejb]ҠʪE6VcEI-{RuXڏ“.7ג^:9XfA;"SO `qvn WsSzQ^tW=JkRZ֐#4@ڎ>n1kU VނD0 \+#>7F |& O~K]k; CY-l :fBb͘&'xNiՑM.8Q|pmw֮]9-Grl7rire&BYy RMjZГDOd-[ } !1`Wb@]^Q_E=)/i-v.qqzoJ[!oH!i8^kHu -k&?xs*]T c_Rwf(ǒ3|aڞwK?jۈl^놞!@H+c~@`UGH1w |A8; pTM&?#֏\DhoYj?#vn%; $ +"ϔs`e#ZmSdT KdDyv\ ٱ"ay?3{d@6FB;@2 &`>((oCR\oh2'Xζӳ_z c7dGJ%rAvYk`|yrg6 d ZI+sr7vꗊNv_}Xe 0S~Bm0= ArxpC}slߒeͮX 5R/crL[J=[Ľ)J~z42!O`D=W') _4k6j\`JWFIѥ"SDYFr#/z% @:I69jsaT:=.R3 xE\K'St(87s8^`Yު?ǟ uI]{#mŤD m)؀] wͨI<*pVK A = &QCf^>=.XYJ?kY4JiSCQ)>A$L G{Hzi`d$=kliwS*Rl]y@f!_vo6jb*gt]9lH .vhyj v^'bHTo3%m?.95ЖՋi/nђΠܱٝyɨm+P[*y="ޜe;i _n2-~X5wk֒ž12| |7ntgjۄ'܅2d([=՟:=Q$QS-^"=Tr>LLƑ(jq #-ċ'.t!,i>^9xk7_٭ q;_^<yжW V6RͶ+ cHp?yZ܆?*J}k8꒖*[%wpzɳڀm>lR$~(fk8 < A[:mU>Y $1wQ?4 ޸l"m; 9O;&uL;ТA@Sl9ji l5S(v5L1`\Hؚ2e7tu'MV;0H'6 g=j?0V":FHr"r)I@]3#P+{k@ǮѼ ǝ 1/q8 x$.nTBi+rtݘx/漃_3H8LQEYB,0lOU(8ݿKp;[&g+Rs "@(WIuHd{y@{ҍap[6 䴩oS* 6mJPyJ&582Ohb؎cΚu kz(8]g.wi,FgDs(~>Iʫ6}ЉpaTU]$̈_Ay9xދk}7YOүL,C $IVPȨ?PY9;+Y1Vw2gĀ2$33Hw^$cA~U;'iSGw^:EUFY*MLd?Fkpb}h0@lAȅS-;[U*͓_sa8َ|8F,5<1lz S,im#Bd0d NZܿW1vq&VD2n}XWO*< fvҘ%Ge}YOٛҥL:T}Th 0D66B1ڦ/4L?4IOci#hz*=J ryM99; Ddחo“DulQ8m+&!]=7re.>IwbEx%^:9 zQOyM>xk<͌O 倫V%0ʖ293I‹{j%T B#DP%Qvy'.H&:&8$|9XHZ^&m?9Yϥް zJ;>n|Zza1 @c\yC "θ"zuBJlhfnIM-@Qy89ߋ![{/I0%*PUȮ@LGjz8 lЄy*I[i|4G6ÔNdyqfiJ71 2Æǂ^X ܋m 1~eYE8BDfEp>~Bd'7!)Ii[ӋA9j?mS_S 8EFDjZ)U44z*9 !VJ~S|IpW[ L[pi{ [g9ʀ jaS _HӪJQjNC6倹E[. x/ 0J80O90g 7oQmܼ:鮚\.a ԍFLpnFUǸcqW-)U a!+Y4fy3g"o-%ỔF%R7߇ֽ87o@>гCqu c ԁ wo^P*yn@9a" ?J(PKQ2MR,W H 2]zhSmL<2p3%nN6u۽4v` Duuڦd?坁p<L63u\V@Q,wOO;rKWࡌ]8 8bO*A8I+:"2 uعl,H1rnQ=,>ll5VMH}Y#C|gY)PrL6a[nA.7|3CdglDlvxoSq'$ŨT~Й9׈!W]k`(ʙ[KYG`s{MR5yQݑmG`/;?N-7WΩS]\SG)z12`sO[T}zФrtc\d~d޽1sqV 1Keĉ.=$CքɝblP.НuZdThʵcZQ'(ڠSC%n(~=Z [o F>(d5Y XHH1D 8-ѷC殉Mi F<9D`RK'P'<?P!;:Y&5@*?-E'γ  K2A"Ch豏.D@i(פ<2gʃۡ ޛgB@FEy;.*k!Ws{%^_b)oBD -4Cx*+hu?Gee\,)V:`k+ +r?% zYjLN)BУFܴXXf|Q{!g6VU}#bt8\)}}y!7"&=Sxzwo )[*Bh?w2?Ձʖ0xE;6unn&oK]L 'dVD@k;Z0!ǤNd;JsgdmL&b&o?. S([9aوK,75dG2}:5`kMoh 8ԩW?.!ֿ'уu[%˭? GU(=U0BL)ȇE.a2o7`}i6X)',? 8s'?ThI*b7NV82>E=p {ʊ7)TE,h3`-6TeʕuFQǗ8ح[o(!N@Oe8 5hІ?2~ .>˥́sM}JH %vXʎd#om+Y^o`ecPL-Ъ89#G} U'/fU[1xM)ZkWj60`K$͐sX#Pi qa $rD;6SP s~bD7V+$FlF܇(kJYxCѺ7tp JF+K % ,OPL )M%sjBID| {4θ^ :˺t N'!f\ܬ %^hS#Mƺ~+EGS >"S'T4EqI e0}٤Ddi}ˉ“7.F*pA[Ze (=$G qRF#>jPGZ%ϱzt?$a]2*Q%V9L+_; 6ZYV/UC9܍' 5sԂqþ5LNQꦜ7c/#L"P^$B&(&]c^iT=nTB!0\ RԸO\hL;F56Z/DhypXOޠ\#c-nuf@bP42h>޺ydM=0B:უ O( +EyRl\My/f\ص6yiL2}b<'7kv\J 3dID _HE4[Mq8ꥵcC:*!=s%GjsTbKet H<8ȕwObr+9*b8Bpǻ:qqM_FpI`4 r. uAP{F mV¤? uf0 +iU/S:j0tfQP9 g] 4˰|`_O믓wNgX)TIfDk1<1ᅛ,jxR*;YqV. b߄IM1UrvSiZ0~qJՒ28 !n}${# .yҽ%\W~Q|/ Q\|X1zkK[EZu3ڃycO(4ֺXO'By|F GCE4JbS_^ٹi}^WAONh%GQW17>>eンh\ᙤ£y7_@xc6vPVG􍷡(U{2i8ث'L@'8bU͑qkot[d\,Hs z>T()rM$eB_Фp~ *c-"V7ajNI]}"Kq䣢|#1q3E6q@ B(<挃H k<'[W=͓΅&fxqܑbb:H꟞3 +eM$W" ۀ%Tiښ#|imMIfʼnNݚsYMhNl&ȯ8%J~G3"2֟PY5ҦA @iA,~񔈇둴).KZ=noz\Dwax#r=d h礣2ŝ`\ڥVVڔዳ{:z͘?s˥xP2O-q/=û$(N@ &!_tdK:G/RC;㮃[gȮ#z?~q(l @is֠T{C&گU,mRL@BW=EGsue#XN;x4G5BkD#}[4:WKgQ2hBgO)M<sW] M yM~Mfm%׷\YLgs|"_VQ|u` s*ZЦ(!UF㝩3LpG86i( ~Ҕͪ3|6Ź^3 䏌 65VØb%~p[О[0P:4F8Dr'QCSh`'ډyz(}3tzݒAɵ`mL| sx3y1g( LgH3cw '|e4{Z$'%@zgʤ-H_/aR^W#cMZK\Q~Nɓ(VvM7|]N뜆XXz3jP/5T"@՟11p=rO_yO:Hn { qdH!_0@3ޖR -{RmWk6s1Hg0^i  7/uPWsn Q#< 5\7=0M{Fj^߈h_H9.`b^$)IID`1UBm! T]߄@lDm;لfF=29B8vܾ?_I;2[9!23$)wRnIabJZ5 aD0\"y[ ʹ1gրu6[|~&ΰt{;ؙVR䓻 /R[On8r4}kt>>~^YmiчDRʇ 񲴊OX1M}g9aX .u`=:% /-(`EvyiN3K`پ2=7w\ eF 2l[D2h>6&Ǻubs>8աgm8A/"[%L_Sr 9"PN,„rKR ah/XIYrJ%{DxrxG2Iub.M`'*!cmwek(i)ۥhPCXUp$})D"1e_}k(fOy"z+u!%$|}KDnifKU621P7DyeXh(:(PibT4}| $%6ĊU"PN<šVNaM6-$C\TGKەN l>PC4I5 ]Lո"܉?L&lZKtce(ĕXc-4\k-#TZߡ໑v j]?+ _!|]YNq]wX$@m2b)D#!7;lχC }&tR]r_=FY*_"y4. 3T[JFta,~ _%8 V2UyT4fz$9x)G:x-<4!܁ؽ\遊 3d5'T":ԅ4em6  =BPluөQʸuqJ2bPmQ10OȡA0 '3F=T^9\4 EWڷW(s;r~6GaH[b_njG"O)HKĒV[(̃8[eK3u޿\+k,e1N>и6U 7GosJ)$hQ\Ey1k<).f%yqC>*$@ ?N-V#^)%%Dk*~'_^)5tr[ZFݢݒiӳVnQu\"#>vjWkĪ )2p KMc19)n M uSm}gkޱpn,]Y,AK$>6kVŢ4Ę,֗EU&) Fc:Ha7|޹?eȊskL}kV]T"8L).; d/Yo`] 8Y gc_C2?hoy|&%t _t+,iėj]ig]}0|霐7@ f/ ..d[\KO6U^LxJjt^|ؒN@kEQ~ ^4#cQhgI˼F+֫"|iDr֎șm5BPG=>cɎ<##Hv}|gND5ՙ+~lڗjYkl.EpAF#*@=Ϲ. ZO5Bܓ,4` ?zebb3HL&PwF>#ɂt"`R O;]5 M.ap]_Gepb{P JPsJB|$+F{vRXA|Kq9 !=_Uv/<޺Bt3YOd6UtgCDd71\6=,T ׫dH]95k޴~BON 3zܸy MLYԚB\5fQ;~ɴ9?Yb7G"̡ܗ53"'Z]$*V!+HZ kDGsس  "nuH䟱lABp.myuqx8_v83^+! w& 3=p,XF:a}=>I1JAoU⺌3OMK~_ȒoW cCJ^sCf^x[hBҗy D1q woz)T';8#oIϚ(;_r~-߾ʃ~988@jTᡕ2lݟڧ>)izv=9} /l,S,n)|.xWQn+9u|vs'nxJ+H /Au#%alzFQEvߗ'sORr`g.1LսIKl,?QZ.H&@[*2 2_Q@%L< sh0:Q2!ːQ;Egbd^h@1н 7-)RS痎8 oKYCO{Ce-6k5РJ@1BX 'DA.@diVQ&DmZtG#яj0* <@|x?oft+C" @.0*#ׅsm}q8~LMIlb-IJ'c\lBᔂMHOܧ22ۃ 'JnX_ DX>\<-Sy|Q@(o..-}!v?c+0 9ךW객3hX22-OQ|&׏"=cnGpL]Uy"q*aρ T!Ǒ e<[HE+&\tŬ= cZ~%Xڹ!(_dJgC(F91@4ND@ C2: <d7ZZ9i&Iac|߅ccL¾;AwkbO%#aCB|I0x:r% ҃ޯ7#!},2e'7v ]ߨ8-uH޶l\S^#LY_{EaD o#*T B;`L)C1/x13>/f,:FP{ίݝ\?l3I-FG8WVK>}a`(B`_EذpN~=bSQo+T A3qyzCyt6֥p @zv3.,ܿу~܊N #Q$=ڵ82 ؑXjl`mJ͵U.z^FA5(P=ŭyխQo'knGȑMy:YsNBF2DPҢS?|-G,U؛<ܚÍ& SQ= E\`%pRCZ} ZhBI}6{%Y7%l_)u΢\H|%wSJ1,KI36]^vvVy Hc^0?&We/MT<6\\(CC>lg +^#JC4Ǔ@K=zVlgbvt1Y[G;qR̿_ɫ[Rg֚ #lY;Jz!$qYgڕJE#¥g Ӊqqk%liȻ҆0` ]!RC{Ϫ4 ᣲ.ѓvK'3*nT$?,h)<2Y8vЎY>Au0~D隐BK4< .]SIat B`@BA{@Wq^0|Z#^$v;Ǘ4gebof-4 >6!dn}P  k:ڊ[( fAݐtb!e֗(? ªȖ}b8WYpL+:"7DUxt7J2EO7rz ~& Kb:,X)1f{@*@ & qz3 :l6XZ\`dž $rG/w4y*2)K*#pD  5y`w"AD*Ye Ev (<7ymQ.͆6<0,%$0rவN7:DϏLjV%hs(7)#~I?ץU#ȸZfsgk7u)Dzԝ^#K/EzS \o xv|6. d̳4V_.>ɠ ]'}h HVC /JRI }-e#F tzjBTE5_2:vme8a VfT r|M_Л˵e!8k0xk2PiF8Y,=ONohjS4"tG)o<7_@FPVw0FPi>4&LnAu"ArW>U G%qHW`xV1U:W/FLVN鲿([?'{:(Ө 0 ^!k^jDqΞw,P`9J$קgp$ ~-v VM|X8Ū`v8k޳ PVX6(wT`m)# 7!p58uͅ\9jC*RQ(Mi=FvUcij"/ ? Awy~ N&%@`/~^ſIMT ʜ,o bU(jLzD G;(HLhU("ckuDFZS[eKC$NY<H|MJ-=ZZ؋/`r-qy ݇+D|v6* y:xAńtpqY;>8V~K xzH- 2~SR^_!A@aL),M|ע|`IrQD"hEjTi%kb ʬI Z NUfR@#kt*Ji/LJZ% @lؖд5V7fTe^c8ţ7?::\*+ާ"Κ~K *li݁`3Mzb&U ԹIOuV ]/斯oK}q=mf^kp&&SPOaWzDq1i{p>|{ޕhHUGoM Ų[֡ct.Pj;x#ʏ+vu=-Zk|ɒ!p ]ڌp6< ZinE%T!,L ?O\D)0mr·D{y\oOY$3΍0\h@kNGxpG!iiQrжXl~Ulmృk\81Ƒ:R]xg&۰ &"l+~GcM-VLC8T;ઌzT $D\Kk 'M\RnY)zUOһG,d[HpF֚2 Dηzvv6N/GrU¯?a} ? X(/Ĵg2`;*=Z\78EF[}`ZN-$:icrH%7FyfG:YS:7Rj1Llŭ , PGU_qO3QCmtL1TgƱŁeSvf5& 4mhldrrV/9vc/Ylޏ'6zWӠW.{-7RDZbI "?я1%0ƸV-ђ!%yƘ tC;GB&FIF}LKԔ (˽F3/4Y 2psnudUd0ka29l)^}QόLCC_ȉ EDb[?vpx9?"CcG:ru1 oɐ\2jsvJ.zNә$.#"Cz(\^./rN΁f䗟v`S9v 99m3«khu5H2rrYB"RXMy%waF30d1L9}Zk S6#*\ԡB!8 p NC[\Ϡnؚe=Q~& Pс~ePɟ37S `Uur< /ZYu]@X3_|*II+,(5H x0}HTKAnv.AݞgR]L;&IKP/gքygzи ˕֕ҜA6BX,jnmkc~L 70ϧ9n jā1U0^u22k[=U?)` xhh3V8Е6s`seEPj %jn-1R #04`\r;*ʈu_,4jr],+8ŭol;a]!1̅7 e9ئ8L 7/@rH1X9ےRZ{DS7, r1G_stdE}191,0}7/d/[nrZ=G> +P"WJRI;l h$d dŹָ; *x*8!&&ӾޥytbSDRO41.+N:(sAKSGTgfu\t$; )x8"]`JL!XrC8"q8E)Kۤ%<5HUF=Q%)M`yg -LEW5hwaD ?ؚj087!{ydC O<bj̝Wǹ _i9A?.[jԖΓt4Xq񮞵Ɵ Cfָ YX6IǤZ55*ieB'pIp{tBH2HE~ww`HXQIr $t T4RCV*+Md4p-$h gv| M/Q!vc9|Aqp!,KՁ=uIHEC*Ivvtţ} ~LһE;ըPq9ip_ŏ]1^J+ԇR J=ѮK;ʃ.Cxj [K?Fƃ`ˡ!6^ *{f`0@9927)bqR5qK-RŒ-ھ/ i&<'%<4® bBa0zoCQg~rEG'v!nnQ2V#:9l"/=/E5#GM@9A =W6&N8|VEA~h9h/",STevHXإ\b\ǝ1pzVPnLO6 Ga¡GފgzWTIc?m3}~n5 rK(RΣH>yiΓ^Y MllC}G {{yRd1rOshїR rwGKi!N;S4{U!!uiؗi~$|HGŔVʓ#q0:^IO`3TO8 > *Z>xIXIA ):!$a?ܠ|x?yֶxM˘߸q7/Nz_Tfޱ7n Z-7bɠ, Snߝ管:'Ưj>wN-ȗB"rӺ6$A -uBv7PsVkSޥqxYP:d,2\(mGB)dڎg}{O"~Ts!ĻsqT87I>&qAYmSf.UQ0?qmhl@;qgeKA-`i'N;'7o r#4 Rd"m"Rۇ z$ٜ#q+U"/i#ڥe58xWJ/ 3>Oh@W|T`G82` 3DqhS,C?Ḧ<!bU :jQϛIz9$ZP#29S @AmW . + k>ĒS.x= Hwf8R?0[R\Y]޿[ȑ^)Z*G8ޠXC:E\NrqMYLG;[Ƽ_(#SDxDG-a1PN䳻h삧/+@~jdW~Ж*fSn19u{a~0'fdE.`΀!yl0ֺz-k!Y l &$ қ?nȴ>2$74ŅĆOO ^s;~gt.&zeڦ"F`-\q{_` KN# |{5uthѼ2ZU@#ALJ;e)Xl (-`,uwB<] >ǭ4(fXVşaBhH. ^.~.&iH$GCxvNa5j2&;lNxGrm^AJ+_VPU&GI@Ee͊x'K`;h2b} }?33v zlٝnZ`ZVz n"*mcHG~.9WuS`WR†޷e R!"[QaYBpwEW@(ž*\)7:a$mEJK/̌Ϲ|gUӓ%hj3 7͊~Yax-E+옷I?i0/^aIG0?GVPAfв鴼`3ғl_:lU3ӕAj) #nj6ઝ!+aE4Լ `ې}1%ma3NC*VjKPcuI=1;F wtCV#3Xws:Y0P:y'yA7M kRD(+TP+㓥PY!6`o8e D;ٗ{Кפ%aԵzH`ϼnJ/ ݂f\!&qHj~1?59Y_V3_[ =?_ m%qR?6=2զѣy}F(XT?-ʰM-)tHݢ`/L(4f5BKeG1?IͶIZ$.XY5 x-PuOՏ<6{; DeZ5{8]4l*(bmvu0u'/n{$ /=FF"ܾR79n#Tb0#u EƻY:S}Vg7<3h'MM|la-t͵'l tK*}p"ba4WOpE=( rdWZrZ *Wk9e1KFWej]ۣJY$a69h UiTcX߇BqhET4%fACwJ \HRKlOE粓Fgƿ&2uҺPxR`ݩo"7l}M08'ɥ o7w@UDqWloژ)z*M=4sYAev ][# ]Ÿd{':600( 2}c)!vlQ5 Y@{VJ]%4o^\ĵ?, Ω fFIA}`7}~Q뇑(Ɋ;be fF(cbrLUCb55C[NB\}1ur]j[t9)A}ҐM< 3l5Cs)݃;+d4ө5QgԯaSzء>㾣 \ tZdu(_ļY՛@d:%o*,Gr$7)IStʌfџ?luD MwLʦ?q0[.GdW"* 9WLds2~fn}v+Yqe+~'ilXq~lĴ,JD`a\W1Q'sJ;/ԬB~D^|, f֡$^[ݮLuTIRIj'D_t 2PHJ,ZjJE܃:u, %2Bvl 10hD8}1B|G2a7}*0_$d޷&^U_~e宔X DKLfHQGMsXNV}jbmʒl;?p =Hde?0)R2-BdJ8piuA]uج /uJZ̤} ~aǣp}%L7!od/S.#=sQezj"ΰMGSE QWv%å{ҐCw}y5Vjq`s [Y)j_{w`;}1^e튄ϠxE@GCÄ9ޟ 9ާV]!K "^ ?VSԊVW^EjGx=LdU'Ȫ_֍f>~DېO&YR[7|hbz!cY]}԰ <~J+qsޭzsZݣCRg|d vpu{516LgpМ}#B@j.Wu~+䗒HpN.ɲ 7mQla&d@K?Ȼ~;v]RdgnQ̫*xMٯ#IL|U}n lKYѢu]&=:Ƞz,s,ԅ2/BQ~9.j.Uj:%vcAqleޙ%wU^-3fgĠfYF ܅BK|(,rt6CMP839H!8hɸXzB(W @BMHS3,1{`EeR\¾ɂzyŽN0٦UE9ؽb<߃EIͿkq;n͘,̣[Lޅ&2 I9ڀD%U:)4͓}Ei9F릣R-p!Pҏ)Ѳ$dɡ6T5·?*CB C Ќ=Pc]nʫp<m\=n;D)~ YԾ(+NO aٌ^0@=$LSwb5yLK8,h|,'h+ 7K:!6;Nr:_خT'r YZ