systemd-experimental-249.16-150400.8.33.1 >  A dݣp9|X^K}@G4jmS1K`zƆ. xVo&fw/8|[w8ۈYibyˮg#jF\Ha[韇AsDBq)|ͻP{S?_=bѼtWΞeOwJ[}1]U(aLMQ6 % %$^ޮ?XQ^-68d8d107fc4328d8731f34c8f98e74f62729f3714fcbda381d5c115c0753e78722e829bb71fdd3d0b4214f9b6ef5654436492548 mdݣp9|Wc@[FIjct'i?n93ڲv(D…BF^KPT^[xCZܖ?epI?pd , J 5Vh ~ =X!! ! ! ! !u! !!"L!"!##!$@$<%<+<(,"8,,`95`:Y`=>#?+@3F;GP!H!IX!X|Y\!]L!^bcde$f'l)u<!v w!xT!yz$*lCsystemd-experimental249.16150400.8.33.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, repart, userdbd. Have fun with these services at your own risk.dݣgoat29\*SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttp://www.freedesktop.org/wiki/Software/systemdlinuxx86_64: 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: 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-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: if [ $1 -eq 0 ]; then # Package removal for service in systemd-userdbd.service systemd-userdbd.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi : if [ $1 -eq 0 ]; then # Package removal for service in systemd-homed.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fiyXA#HX 9% 0)00|큤d܋Vdݢdݢdݢdݢdݢdݢd܋Vdݢdݢdݢd܋Vdݢdݢdݢdݢd܋Vd܋Vd܋Vdݢdݢdݢdݢdݢdݢdݢdݢdݢdݢdݢdݢdݢd܋V0081aa6de4a83bf638f341505b026a0e8660ff2c3640b2c58c1f2d7dc7143d660e9f2e6ece02823c1fdf178a1b45434b23515ded18bbd47377ae6ff752c149a3bdca63c4148e65ba4eafc9c0b683e602491c77d078e2a163e009f8784c8fcdcc52792ca565e884917517e8e4effc3dc97636bdb35e7a18c992e1efc18c06a092c6f0531c3e0d37c9269f8edbd5cfbb4e39be26b5cdd828e8f7a0ea336aa25d7d4f816a2918cc824b4c878e129461db1809f730be2ab337ed052206e35a570c8e860dd0aedd51bf42f8c80957803f37a2349fef553d0292b4d2a898c49a2a2b21fcd60f819be0065b1c4cae723e07be974b79fd41bbfee88e0fadb12480ae64729996b1d4fd8f29bc33eba480365fafd2aa3a153481deaf48dec3f765c0d685063a81e9864f20bcb4c117bf78a7ecdfdbdd9035577616b83fec4f4d0af1231fa376c09360e47de42172e905108b7d61075efe92fd9188c5e2a82188bf3545037242f878e7ee39e662d2ceb09d01ad11b1aeb17d7eabe99197e10d97c653fe407055e5e688faf47a83329c9b97ba3a3a79cd6c9334acf074f55bf801da055a6c9fc1a5eb2760741361d70e95de395c7ff19ed5b6d0265df401d45809d8ee91628e016b3526c6de153c083dd1f3b5346d057f7834810698db819e966494f5b4fc956718dc54083ec850ca045895abbfd7be038b3d4607ed3b5e0e273165b979058a955fb48d7705d61c43c0cef14cb5002a191cd33bc0868528ee5b25aa769ac66542316a18d24cb4dac2f3e06604186956d15a1d47b7e3dc12ddfdc313086bd45c062044d20bb492f32e05f7bc2756582bdc4d89fb9b79440fafd1d59ec0a36e983f3fecbcd638bfe4b25892c90528e31cc72ee99c1a4d9831eb0da27b65dd9ebe28574a5be2b37572cd83cd84f8de214a5449fc2c622ed5e73312c1ea3a94edb251a755b4c0b888ec354459ece3cbb3b59aea614761433f3d77529c1490a1eea27022238f8f30f7f7ad3ef0314b78c515105b409feeb05755e91bb0013deef4aa5bf52d1fa7aece40ca67d1daaf7e9bf2ecb975acd08bed8295932263549360cfc7c239a63d3e2c53e5f4acf84859fc81473f86baf4faabe209ddcea6ceb3820e9bdfbaf1ed39efe33a9d05e57b5c09e91cbbe280ecaead179694fb269d214efe049faef2d00debf32575af0e05385c33322bd4e28ff8018b5111b4efd9df4e149dbfcff31e867f4b5786e6ffb33d767e3bf143085b1c41cdf3a041a783fc7258fce4a800d0de49392f0cf9f2753eaf4db3802a17b6ba912103c836d600fabb359c15ea3315ec3ac5c5a0bdb41214a632182c2a55bbd1a5617a97e2bb04d4d15978a729c45432949c5acec3b84c3b7005bc3a50565526d190e1dc504384bf1d52../systemd-repart.service../systemd-repart.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.16-150400.8.33.1.src.rpmconfig(systemd-experimental)systemd-experimentalsystemd-experimental(x86-64) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-experimental)ld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(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.5)(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)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.5)(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.16-150400.8.33.13.0.4-14.6.0-14.0-15.2-1249.16-150400.8.33.14.14.3dܺ@dǢ@d\@d@dddZ5dZ5dK@dK@dGd.@d.@dJcccl@c1c=@c=@c=@c=@cccck@cvcc0ccc@c@cc@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.commvidner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlidong.zhong@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.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.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 b473c02cc08e093e370034425671cbc001c6748e 02caac7973 units/initrd-parse-etc.service: Conflict with emergency.target 70b3bff9f8 sd-device-monitor: dynamically allocate receive buffer (bsc#1213873) e2e1fbba2b sd-device: change type of properties nulstr from uint8_t* to char* c9d3dd5954 udev: set description for device monitor 3f07f44fde test: use sd_device_monitor_set_description() b304a1e1a2 sd-device-monitor: logs description for device monitor 929d4066c5 sd-device-monitor: introduce sd_device_monitor_{set,get}_description() 340e523048 sd-device-monitor: fix inversed condition 02659c7b67 tree-wide: port various places over to new stat_inode_same() helper b35a4b042a stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in one d25219cbe3 libsystemd: ignore both EINTR and EAGAIN 648a151313 errno-util: introduce ERRNO_IS_TRANSIENT()- Import commit 155fe1917157bdeecf7e28ef0ea9f62084f27f14 3b8c671f90 detach-md: similar to the DM case, also don't try to detach MD device backing /usr/ (bsc#1211576) 6da5d2d1fc shutdown: don't attempt to detach DM volume backing /usr/ (bsc#1211576) 37178881c1 udev: decrease devlink priority for iso disks (bsc#1213185) 02ede28319 shutdown: get only active md arrays. (bsc#1212434 bsc#1213575 bsc#1211576) 412b8dbb32 umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not (bsc#1211576) 16f897570a units: remove the restart limit on the modprobe@.service e4e85b08bd tests: add test case for long unit names 3f84b06f9d core: shorten long unit names that are based on paths and append path hash at the end (bsc#1208194)- Add 5001-sleep-don-t-init-sys-power-resume-if-resume-option-i.patch (bsc#1186606)- Make sure to pre-install the groups systemd and udev rely on. This is needed when the tmpfiles are run at package installation time (i.e. when file-triggers are disabled).- Move more packaging fixups in the fixlet script.- Move the persistent net rule fix in udev fixlet script.- Rather than having one script per fix, use a single script (or "fixlet") per (sub) package that contains all the fixups relative to a (sub) package. This has the advantage to limit the number of scripts but more importantly it will ease the sharing of the spec file between TW and SLE. We should also be able to compare the fixlets of two distros even if the spec files have diverged. Note that all the fixups are run just once now.- kbd-model-map.legacy:: add 'ara' which should replace 'arabic' in the long term (bsc#1210702)- kbd-model-map.legacy: drop some entries no longer needed by YaST Related to bsc#1194609.- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741) That way "systemd --user" instances get their own session keyring instead of the user default session keyring. For some reasons cifscreds refuses to work with the latter. That's what is expected for every PAM session anyway.- Import commit 6441bb41141aaa8bfb63559917362748a3044c15 165ca0d018 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410)- Update 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1203141) Optimize when hundred workers claim the same symlink with the same priority.- Update 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Since commit 38f3e20883ff658935aae5c9 (v248), the symlinks /dev/cdrw and /dev/dvdrw could have no longer been created. Futhermore the rule added by this patch dealing with /dev/cdrom was redundant with the upstream one- Import commit dad0071f15341be2b24c2c9d073e62617e0b4673 (merge of v249.16)- Fix return non-zero value when disabling SysVinit service (bsc#1208432)- Drop build requirement on libpci, it's not more needed since udev hwdb was introduced 11 years ago.- Move systemd-boot and all components managing (secure) UEFI boot into udev sub-package: they may deserve a dedicated sub-package in the future but for now move them to udev so they aren't installed in systemd based containers.- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.- Conditionalize the use of /lib/modprobe.d only on systems with split usr support enabled (i.e. SLE).- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36- Make use of the %systemd_* rpm macros consistently. Using the upstream variants will ease the backports of Factory changes to SLE since Factory systemd uses the upstream variants exclusively.- machines.target belongs to systemd-container, do its init/cleanup steps from the scriptlets of this sub-package.- Make sure we apply the presets on units shipped by systemd package- systemd-testsuite: move the integration tests in a dedicated sub directory.- Move systemd-cryptenroll into udev package.- Make sure that /lib/udev exists and is a symlink to /usr/lib/udev when the testsuite is run.- Import commit 1bfa716e7fb6d7169cece864e75dfe9e52914c99 (merge of v249.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/540e0bd5374f9f42f1e645eb15971431ebb4b8c8...1bfa716e7fb6d7169cece864e75dfe9e52914c99 - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264) Regression introduced when systemd was forked for 15.4.- Ship systemd-pstore with udev (jsc#PED-2663)- Import commit 540e0bd5374f9f42f1e645eb15971431ebb4b8c8 29fb8a2dd0 core/unit: try to submit stop_when_unneeded queue on removing dependencies bd63eab381 core/device: start units specified in SYSTEMD_WANTS if it is not running e0898fa873 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) 119424f96e coredump: adjust whitespace 3833d5a408 coredump: drop an unused variable 36728edcfd coredump: Fix format string type mismatch 34f6867a8a analyze: use DumpUnitsMatchingPatternsByFileDescriptor e67a7087ec manager: add DumpUnitsMatchingPatternsByFileDescriptor() feb8f2a983 manager: rename dbus method 98fed27339 analyze: extend the dump command to accept patterns a06d9470af man: document the Dump() calls of the PID 1 D-Bus interface, and what they are 79eb37a5e0 cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944) - Drop 5000-coredump-Fix-format-string-type-mismatch.patch 5001-coredump-drop-an-unused-variable.patch 5002-coredump-adjust-whitespace.patch 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch They have been merged into SUSE/v249 branch.- Fix systemd-coredump to not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) Add 5000-coredump-Fix-format-string-type-mismatch.patch Add 5001-coredump-drop-an-unused-variable.patch Add 5002-coredump-adjust-whitespace.patch Add 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch- Import commit bcf040075f682f67370ddf7ab93d7a0d8b9cd9cc ab0f962e4c core/device: Log on every event received from udev 2dcb7c77fe udev/net_id: show the correct identifier in the debug output of dev_pci_onboard() 5b824103e0 udev/net_id: add debug logging for construction of device names cb6925410b udev: add one more assertion 82e343153a udev: drop assertion which is always false cef726986b udev: support by-path devlink for multipath nvme block devices (bsc#1200723) 00b34f08d9 tests: minor simplification in test-execute e5b4571c20 tests: make test-execute pass on openSUSE - Drop the following patches since they have been merged in 'SUSE/v249' branch: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- 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/shgoat29 1692246792  !249.16-150400.8.33.1249.16-150400.8.33.1249.16-150400.8.33.1 homed.confpam_systemd_home.sohomectlsystemd-repartuserdbctlsystemd-repart.servicesystemd-repart.servicesystemd-homed-activate.servicesystemd-homed.servicesystemd-repart.servicesystemd-userdbd.servicesystemd-userdbd.socketsystemd-homedsystemd-homeworksystemd-userdbdsystemd-userworkhomectlorg.freedesktop.home1.serviceorg.freedesktop.home1.confhomectl.1.gzuserdbctl.1.gzhomed.conf.5.gzhomed.conf.d.5.gzorg.freedesktop.home1.5.gzrepart.d.5.gzpam_systemd_home.8.gzsystemd-homed.8.gzsystemd-homed.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/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:30072/SUSE_SLE-15-SP4_Update/71b3a8677f87f4c417ce25f35ffa805a-systemd.SUSE_SLE-15-SP4_Updatecpioxz5x86_64-suse-linux ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9404995cc6ad1f9092bf5e41e10c4fe3d397af81, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c1960297bda1aacb74859f739a2ae0a9b5ef9bc8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=885c4a8bc205ae1729e9a5499ffa8dd3b6433cfa, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=af8cdf01a4cd36c409a6fd89373a8a725589245a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9f9112fc0c31870baadbc8d1f963ac1744c829ce, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7cfcc7e38aa288cda8ba32c37c0c5261d13b460a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e85a729c6341af720449b7070705464ecd103125, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f8d338dcc3b5a3116592c769371b9b4ac8ba0be0, 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),AIYqy RR.R,R+R*RRRRRRRRRRRRRRRR)RR/RR#R R'R0R-R RR!R.R2RRRRRRR1R R-R R!R R R RR2R.R%R&R RRRRRR1RR$R R-R R2R.RRRR1R-R RRRRRRRRR.R2R!R"R1R R-R R(R RR2RR RRRRRRRRR%R.R!R1RR R$R'R-R R2RRRR.R1R-R RR RR2R.R1R-R OMc0'yqolibfido2libpwquality1libqrencode4utf-837c799dde2407402d8f7226a69d2e44c92ee080409074f3cd335c958cbe45eec?p7zXZ !t/‑] crv(vX0UӣqnۑGH&5Kx.ոval_@oseTjyhzm OGn6t5`)&6~3=O=+e(60|N(,; c9kʟ}Yx^+3&)wG<:W 9cY{M k[hWHoVvP-{:b=Vkut̓Vڼ#^W;u؛a< $:KO{9he]Ԁ9qP;ejrbw#Fcne6U0EYM5wާƬlސG.ߞx 1 uDou-H*d]O_$P8jQM#yo02cNlؿo,Œ¹d. -qF_m;8A V?ׇ+^N?x>p$u^`~1o8rS&npxS:@\WN <;|ikY_P:MYb˂HLVrza9@k~K|? *! ;xixFʣ?_ʽڭ>(x34hn:-*ܯmO2=#{p < Q?ñ|ާOyg^:$YV'w صKC;]Uک~T%,8 wlfsx$PB!kQو Shg\Bmk*zvh Oa=JX 3zEylL'fJ2<]?]yeS,$X#ffᮆD-+s `KQj3@:X4EC1*fRľ^+Q,VmQIA|.:6^M.6x> jK6VݘGcܓTng%xI2Zf-녢Y}QDrE$zk1l;T\9y6uep\|LR,.y/qA&w;dz,^{V)D2kHp"YSdkHaMKC3jK9)'ăfcҙ`"l_$TJ'rTy;jX `&}l3ȦDW'x5g!pi(e':xPnADe}9"$X)4KL״>xXG~ڟ&bDޕMN;5*_0Srܳt wg,W!9nUݗ{}&DEUhS 3~i?=B"}a"|Icy {AT{pt4c1GLvhPO TWN]Oᥔl5JꝁxrqclLp WK[%c52:LJVc =f6׽DXh|Iga>֮aZE%.$~Aq]8Yp v$6sN3j^\oZ?[ʕ&Sl^rᰔG 8pt&nj򛡀I?uyWam2H)`G "H,dm#B$N&BLxX%? 0QG7բIPw y>$ou ʛsKr Ղ2ʆw.ކmCHN%x!,$a1Hޘ'z5s_%ᶲjfJŋ)+X[̌~uK8ERb5WcU4g|e m+Y8׵OtY!S_P:h[ }Vaja~#~/flOєe7{9vrw1ԁ%XK+BpCگ ET%;-ֳ Xj_B s25*a>RtV˱0 Pme2z" .5&j1g*N_ Cٵ"Vx&͌%Hq~7Rb%zbǾ:Q_j4:7FG8#Xld?JO|`ӝ0e+=%Hac E"!P}k }@ZRB6d꓏q3Cb%0o x^(!c6{p/i%VOy{2\4ƃ $=+r%KGBf H;:.A"՟0Jxz[XXP0E:_A;ds+_="ۻ^ft% 8W`|'^dNLpywc͍xX^$%٠ 2Iu#FO7h#8́O\jX*~٢ znllׂ.v-`/Vw{v*$W66dv !lt. دEP|Љgn!|Rb.*z|E<&1݁H""`RK<oRvSvP轨aq 9S[2`òeCCú[LUʒdޙ'(N$d Y<n\ `\P* hd_L`nBylxEE|鶦ÈF87 9t]&+%RakobKɦ5AAÑH72_.Ⰱ׳H)~ņvX4isޕ IYH5EϨfc=%A_x)ϧnyA>B22s1>y6M߼% 80G]n`IĹ-}mվ0ZT$k*_025=:c:pֵkp2MF^i (rH5ySUH{5qvXN ﳰ#$K?BbnPsU|* =!~گ(}_@dI`͏#ݓ\2vRRpb  Zt 1mb6l0Ij ])+ P 񒵻)GF YW,$ W~eE&)K3DɞEDX=rg [EVg д]10U/T9+FS'jTjBQ)y-6Bu^IF=aYEKn1S7V"=>JDh^Ұ9 e *+\{~P7ߩsE`)9CftSmȿb,yL\rZږmFScjPǖlmaICi-)Fl ]Fu1[ܳ= Ț,`,a  'H}QUe|E_S,w N>=P[>y+:}/+{NU]}<'2l`@avApR+O"&%:XktB%L!\zW0Et#7˴0120]H!ii"D A`JLڔl-K>H70Y#) y8gW7Pt5{2HD%1e?g!H *iA(Nb:ghWL }` Σ~P},ޞGBзGlS3uN??1 7k b+._7F6xy:IL7blJOAx1v7!~smK^AUhcȑF~FA Pv;XIYBwY\l8dB7 qᨕg?U$5ɘ{-b,܃LEQna'bDYsW {Μ]LQKH?,*bD cPm |Dn䞓Ok{l lC}H8dk֗d4gWP S^`ab}Nmq|r?@sD%P{ܶLoA9r?Mȇ ܖV4g \a"zv~Ywci 6w'$H y&5ۮ). M=UiV'9lY07\}kY^Su-'ER[WibTvG4&TQēJN3V2յN{Vt;5@ZnJ\W/WH²x:_g=ekP6GXWCC̞9 6C)X` Ƌ<+ oeYC+9 SV: YdYĢIYg'Z{G"{h nzfHA|GZpR&EĨdqK bG>T ̛ Is, ΅n"tpNIiD>#w둪ً8Yͩ(ޔ汓,@BC2¥8qPM00n:X(#7o; 0>2zq!7c!TTQS2sZ|e_@rdHo \Lm [4U%]ةoAOJNh:SMD1#y@ S9o\GDYCYTnri{1M"f[}3݊ T. Λuȹ)wsϡ"R"}nHCt:Foթnh=;Z/:B~;I=E]1};~5aA?Ez^YcmHgJq~#R%Ax86h;#32(IL2M ھ~nGQ vx3W0Z)?$_{ZN : 7صz%i8bE*˄=Q–V顸8OՁɟFgF\Ieң)u-]5y}+:FX/ , 3W!׼TϾsow.%~X8CiwτK69 vuZ3o(Ӑ/ā 2칂+l([ (BByH~Ѥ~x0خh*Sm\] ܭؼ]7ɗ&-GX$2Lvk>/hoca F^#r+Xq^+B"~ު@||Z꒪U!sֺ yS/#Pߙ /T6 ظe"[k%5m|T%,Yq8Q3[5!WkTnJsԺ.zܫ҇H#P|2݈5p͔KKCh0 ,t5 /EZ{tQS0+ZL13d 1`dN2 ɀno4kv:,e%ݶTXDz]C,-ZE*lHպA!!J/-(Lw2*qǰ _G򷠾;$4\^bTUE2vee3ғpJS: ^ Er+Œqչb]?`P-cX;s\$TYi `M.;zs,Ϳ+1ǥؓ|]f 2Lh/HbףN/*paNIf,@3\jdG&"xU{WdjVW6BΜ"+l7Dd*)[&S ;XW<‚tBҚIn;x b':=nZg~PpyŸZځPVƁ{ĂZ:soE+d>LOK_>uz;zC I8 |,ᣥ[u&ݾh${:`a mfb)0o4=DT6 |<-|_d $d׻e/a&'/32=4(Pl!,mwr1!.LB_WA4-9 mdR>B6;ytn_ډ@@gm Hőu!T[)C<<"^Qʅ7-Z6ff?nҎ+BmK+Y1]UE! wr7xڭGھyFWf)꤬Gb|u_XnkKbp?NzR+.b Sk'$%^˚|Zz_jo1 r◧dXek0ݤI' 4f\~'VKBb.}Ec%*Il\,*sͶXڑƯ򝴶7}7k )Kbeb˅*cnF03ceZDzl)ɂTzl0H9e,ЃFg$ ],R{;œ:fa%*k*ϥvu5~xx]ʹ.JAEg U(Pq!t^ ,ܨлQ?t sUa(i '+ mOV$6MDb_84oL"F@El>iT'/ 3.#Eij9ct4燴!a%?i #gG䪌L!dЖ] \0A$l̠W jb2 7/2;h°+DvSk8z愘jz` Ϝb9bgUn~=^E;#{;R+:UV9βg0:k6HD%Z.R<6^ 6|vA}U )wf {%beQ.5Ϻӯ e34fnͫD ɫ\2Ȥ-aBJ9.,=XbQ2m:/RHYReqhfvظY&pH_@"D'5-qsp}xʼrM,{HD {Y 6IbAxM1e"SmR]ihi %tK [N*(Y{66wg, .keMX2%[$lhOp Xr7ː7>ld6Mq!Y ?e FSq t8l֍O33i3p E !$qF!! l;LĤ_*#->$k3SIe^S D(]yٔE)w/酏Q o'O(4wJL*il,Ms;&^>x[>ǵ3Z(cW s۲m1ᱫע6[rN4R P_ MII; c$¡":v*n{cHgl/ݽ<*'ȫ6oa5o=Xө9\Xɤc'|@Xt{Ѧ1Q[mbR n5 {lWKZ6+6`'z3gͽȖM~O?$"7 o} '4L/:].U`8ZC׉Q kp2(ӎ[4#nʎ< y=@|XXQ]+*Ͷj\srU`Q26 a ̻E\{<%Po %.6$ԁ*T4rR% Z-([T=Z ^Iy RuW*WUbQ+MV,zOr8q8{'SlXPs>mT_'mq7FSů{^v5,Ž_i E x~UN(4$SX Hy(E{ڳR[T@E`3|ND͹AA .`Q8}F&3EiQ^Kxƃ`ؠ>Zc9D1nG7EtS-2ro{ " +',j⮂w'm_0E *9˒fs =~*F9-: A:!nNC:L:eD`]rgØ 6 ^iloxSJp'i*E}ath2)r_pF`6"hԱ}%qg~kQ<ښOJ>_ogw˪Q}u +mPW,v1j}tKzťCTaQZ8?Aٞ+ u'Ն! w<?̓Exkk -ɷa@d[h܏k.Pϣ\{򖹛)kM[]]VϬhfRS[˙Hu,pE4ab:) ٪2Y&CaGN7fC#7@tcn_MS]+Rۧ|N)|ڵU֠歛P8!St;\} Q'ep %2|sakJ+@zz'Q$(PEm b<w.NLDrJ 2K5)eJlkˆngwMr9pInyC zf&!3:7 oʈ&ǜ)ol<#5*Yk3KҬ+l5x?5.Z4T%<ĦFTqRJA,2e_}_)_}"=!{s^ rVZL֍CSanrcvmI<ry9ܢ>ônHG9[G㈬bgǫ B:W+u$) 5zf^r\wٵ[V a-!0/9xLemJ <\W'm9߿vUхb\;RhL9okRq,Y)j[u okQЯ],D@xǺ&,1 @I5˩U]9J!њCBځSLׁ"9^'9Ϫh9eS'QmξDn_a+JWVY]>.!rk8i5#'in`A;>SYȲ64y]W7:\tcT120e'^lS@5r]=$IU0I,bIN"*/aϪi#(/IZ0٢y#Tпcb%JyUpM,`԰\Uۗ ^ 6U~A<>Uh7WyG[f8XWӶ4G_Q >dW8W2g!eb=nvܑ=ܜ5MR A$ lIp7m"w*O=Ùǿ@ﻦAz"h[{"R{@ Sײ,o0X@_N* b b{.GM&XM1OZ3%+m] D ~i0.2MAifK>#!~Y ĤyJ[u0NJ %R{9+~*gП϶]eT0TnT>  6}=>lo]R> ȳ?dSZA/aQ(v*xխ;[s F+1E2ʸqDWժlw-d.}(U꾭OP#G높i8oż37~Sky s8U-Ϋ+L#.oT"̮<*nۃotEHC(}ܒ?eQ ohiྫྷ&X^ˀupx)A7ej K(T5rSaH \j i_ޝǭai<፥zS n`ZQohb<.H5?xh@(1cf5v`*9iZ냨FB6ǑK- qaE"һ!P+%)i3nM4uz1ս+LDˌg뫍tee$GKdzt1R_F˾cEhLDqx!1S#L)8|'e1a/7aXo/wYl-JqZ~ P$ 0ʠA:8iH,<D|vAYEGj:mbVsoM?=gPԸFr&eG'"gMlX3/Wg[r 6fKސ# ȵ.{cx]c+yѲ{0Ψp0}xx|I1Ƙ/vQ<V5֩qY~` l7F@/E c`o67q:A{qdE^8@hQ^,'r$Hf "ƲqnX.v[sx+Nj*a>#L]ܦ203C#@c %Wse3:tپ귭|o#,zF - 9J{.{ɢ_.f:V]]9LsaS&>Ox@׎(Ul:qC~dd~їK:?d_q;ڣ`'8vyC>wWP$c8=i$cjwl\dy͂N头t!LR=w}:{+z99~N[9H ;):'uD"t`VAdaS )iMN(G^]aա FA\Hu@<OZ&3 k. R͇FAm̉Q2&e#g2ljF<:n/\".d,}i@ָ9B,ۆJiFr %${|@c (eoPa-CYk쓣u z>c̮Z.s; A?V-:e%m~MN"$p.@3DKK Qhߠ Z[=<:/v_\ mD M d n;q\-D;Nx-ݙa⑹`߁yfJL[oY[(馽r_x}R0T\Ȟhsyk%lV*=!jxZ(ҫYQZ+&ayݼr-9a[|Ȼ \)vI/c8shz&`܋Y3x%B OLBZV@zE5 Y)'`dDّd^&iFRhU,oFda=,ō͌ yhB!?}Ym]ƁhsDpO!VP`D:MU5ň 1PKA9)ïˡ"{>x0*wY޳V}lqkxJW"[Ul̘eNLjA^ rF~JGF`;ӡEuNajVEkÁDHAw#ޓ>QEƅ8j)Ż~)wdEndqTC$]98-]Ya\{5k*=7ͼ`yokU?;Ģf=j~OA(KEo |87.gn v7;imY1!>Lμ"1L˟mv2?/8 {;#fTTۀaxYmGfaFxR.SU'GÉnꜨ >ē*9p6a57Td!-6 ;N8P=yҦHDAौGjxο3*oKHIv||<$ (ܲ&:n+vg/[U9YݤԼ尀|WJWL)ɑ(q(t 1 SH&&tu_ve]:SP.7bxA9}+dAMlܪr=~cm E^@nm=8*w5e3Sʻ$5oԂ> 8mDkٜb%x螕?1sCӴf ۣF ҟ(sg)a&,j{pAYSٷdiR 1"XXX2v+(3p4VLgZUH}ah5 ϊ^VejD^nIy&nܡ_T^>ŏ7Yr)2W?b' kf l1#֦.e Ϙ f)"Dr|9kn愭afo^\ϖODA[^; OR,d4C.b2x9Tv' 5<AGkvrG s7L_1I:ovikh˓X"#G顽jH@k7MYX; `qۛyI92>XӀF9j9t$={z"K#úB0܁,lQ6\AI \CQJ1"L( &6g7SFgBLQLF9o/X" HLvBLJβU#;%۔IU31SMF# B0 ((p=)V;ڤ,SFģ4Io/< i6ktG3~so#<{)pSVB!q2ŧh߲t!=]9?@* XpL&JuDrQ י7a8juҜ5,\lNpʜp|aCm46qE }2ɷEy% ʚ)D<3: ˺A 6Ӹq۔(s579 +MPb} R\xuXIi팦[fG6dc(%"bȾ,T|e ˕X+~kF? d˳29b*5'\d.|qӽHhRwpf`dlF8 Vr0A^^3x/z ЈUw Ȫ=vBD# 5$Wd[6j2q&jWX#ǜ2) `E*!X IۀGLh}tnwz7%#vSI:{Lp-)|t!|!P!4 Xti[:kZ[69BӔ@-缻tdsc@;KR3ČY57?,oxiq:2c}D SK~Y %VYuŸV7S#2CkrEj(>CsA~Aht]=Ng,D=xL\Iy|N3uy(j;yE`q= 18 /N74B ߍ؝;08fwlCԑ k{ybAB@wjb(&+.9eNyUL xǽIg>H$'X$jTKПF,OWQ^mCin>zp!檁UMXP zV>nY#tj?̀W8JmYMz}5jxT:![bY L0RqD>7sVf$ylXo4rc7Z.i `&%@3O'v[ku_}bȿB[Fi&D|xct :LJ a{aǎN[ ")H\O, lXWzFAue @=MU)ܕI5)Zi٩b 7m,bHE3%tu^1~"0L6 Fp\z%|ߨ9%}(͖\2m^+Bٯ J.`!}tSza{Eb1yt^1ͥy e4b9c=:AaBJ}\}em's*=ѕr>:I%)kV)A'RŬt- NSv0Dl'S&& dY^x@@vgY|5aS će5K)axG4ٻv4_#0 yF5^}G);oe}Jc2 LSq.0cWatC '1fwc #mcE[4$fN:j4+1Ii( ki3h5"sW_d`cbKשQ%/;a%cD(f{[C.'f Sq۷_ϥA._o\D<_˥ 'l4aҝ&~q;w*5T{ݎ)٫_R6"eSAUwI-p~, [w BuI'#,a]l=לJq=-*Tw.;0hl(@n O%Pk{GŷRe` D,<)(O 0NUH/%?D J}B*W$2+jJ$ x}`Eu/MD_ NJeJ7T76Wfesj{r.G\f^ +\ 9 X1[ g]o1oW]q- N+TƝP8i!ڧcӔ'&!tÍy"Sۤ71掹=+/uj %>)O8&rrSZX!_H|@N/ِ! S%9nm$WZ1.> xA)!#Gv $vsPT&\ln#S_Сv묡I֐,.9HF>(g3 ؼc\(Jjś.&d<껻C/Jy2K,vѺB>p!{2Euկ"‘trcSUOg3dmވƌkuR SW\lULf`dBBh3 pPOK}.4ڹJ]ZL&֏&1kK-rbƅ6Ung^]J]E{p ;o:Q)Æ{v&%_sbnN|>S5;4cu&1v]0O=Z"&)bḎE]ÍD)y#l@ﮥel::Ė,Rkky(!P2SqDjJCUDq%pɩr!*#dCZ$]un6bIB>}D@ڶWntպgJ̡岛8ha^0>.htcnNq)-9c1/*ZCbv7ozUur${﹌DmVw}.O{dt ƾBVfuib>fLAQQWPG7JKpo`-!T H˃r=;/;-;dLb|lylnt(Wq r\lCw%JenLuMp74Ygtɨ5Nj]tD#;:mbŗ;pbc}Ʉsⷢ6/὘d&bM^FqJ2)}M4>K%׻FZ?`(^@,D[0A֗AW/06AH|)F㔘1$$ +vǓkM2yx`Wm(AW;Մ4(8kc^|$-rZ@o;3mض-Lr.rrlTG/zA=4LhdD<0b|?uB˪#0/nr.J@z )<}ojvI$aJ<e Wq8^ߍR2CdP"Ϸ>.? Y͋ TD2n낥Phxs4,q4툼퇛Nn=>wqlm? X\. @$5r*DžK:r`;ʙ9dD齩.?YRJx40[?DNKxGyWh egU+Ɏ̏ltVc@J^ZԵ{]ɝx5}c5'9'~*nΉE ʍr}͌ &X aCn{qbT40+e{xY_:֒f(&c !.*\$i b(,VR9yWcUʸTY罀ھl8WW'=={yS<݂"yw'ߝ$o{M0~ TJ -Y>Q\3-ߗJyg+`/&E1WZ\,c<!}ȄВBl5=~\P}zz~7&% E&}$o1.x9ԏ|:0/zOcgA&}] Q UNkwXl8ܫVH-j [ըCK%`XN̺^ϺfvC嗪8`ƥUx$9B|Dq]B'}*N)Z~CRx]:FT5#?ײ־uHj_ -Fw"t&\$6Ζ^ ;l*uaO}Y!Mc%00*츌~'PJ#c'Z{f堊VfD1*/0XYA˘C%D* l Ǵ/_3)m|e s0ARw)̼'+1:1#3)):~F~eIh>Ti[ i9Te.? ;V9e1otv͢7Rn_)EU4OGmBm3gtqba%vbpCF*rT{+nۨ!JP zAz}L(z{|W}p` .ߚf)-I,b;:q@ 6h\[OEr==j$-}ةͲ˹wP _AN6ƴ!T:'+hWHFDrTfܩ36$69YT{׭D5&K ̌AHЋ -?!ʼnFkyc,VL0e 'tUl/ETq Swtńt?djd*w_άp$\p.qLYXg|_{#Jtǯ]q`*߄b* #5P,U4ȝ~8AR.VmtgJ{Wy:4&,Lh:0V]M aFrkLh-ЏקlL4[/HUzx\J';s Ӯ/3snu&AEBesS.SӶ)нg?@Aiz?8p<3P l(GyXS (3C͔g{wݕQ׳ ߿6HcoZr |ATzD:˦~;:UZyEZcU쳐fV5 G#}u;tL1tȦL]0ID=#f5鶡O<ӥg惒] s*zݠdUP7C CY:)_'?ڵi*W\>ˌo׉=cZq֗}NJ,r7sM8y6:{+])؃AرA1PڿYQdvvuZ ,~푂 匡y,3ץ~HWq?F@Ntrfj?'4l29XWSS,M#k ni7>zh.^4ͭ2nڍTՖ8Y2:NۚqE׏V{Jߎ>3𢚢b[Un_ R3biO}x9|xoY4& }Dެ^- XcZ>z[=R8O7%Nb}q6ngjeE%F"0"cn՝2 R/q'I=" w[r 99)A4qGNJg$kWV-U5RZh^=8?S!N0BlGb5j71c^a5kCc!\Np6}7Iˮu5d9]6M7= .E-k$ԪbBxvEb,0)oSY'r1b#("o,EI.UC>%c:d~@vM5( 22l]nw_=UrPس[ ݿ rA/ɿi2ęd'h7Q{;8, O<6.®hS8C$|G)$$6];S7Wn\(7{Sj͒H ,VTɓp9#ؔJ,w7\-e|dy"wqhYǑɞ{ғtG,fԾ}+<{[X7#2GF\1NCgz-c2woode~ǜPG cski5 fmvE6z'*~& DbBA) oDid0ikVI9[!ur>_vjh *9q='0 j/D&v?C=m'g\a8?;!- \م)eyq*LnH:0 +ș77 ɪyͨe9ڌ96fyا1%3GceĭbDoH[^~9sE'h*1o/IH?Pw{Q[ 3iˤ_+x8 ,5/Fo$(3\F´z@XWMsFJ } ՏYx #-[l/(pKo w.+ Og04*ff A--KW=wBM;WC*gT);xÌ-2yٰߊ4z-bS[4ZyxFAB@'շ IXN𷋆-h;Ξ!⬰͓4G'I:o47,<'!B"-76Jᓻ F"\T)-Ġ˼2ufb, {iaA㰳v:da#Sgk\cSZVU/ڔymK?+T8;U#"9D &5Ny8ԉ@~C氜,KI7[wq;0;L^ךmJ Ѽ5C#BA(bo \\E2ofL (3^E{=8>! υ?5l؁.!,rvxk._CZۃx'8M $s,Ϭo͂0*2:U:qX0'%@K;: sj3A9@pZkҚ6:KxO>6P6@AeOߍ}=@3 (ǍYUXn^S&l 3DtФ TMj`B!-ʆ5q_S8L Ӛ?[ۈ/rga4wԨLmF̋z%B~HG\[tئ<uH 8D?-O~ǩͺ+}WOt+c=DS"]CqZ G^g`E,{R|xAcpi5]Ϣc?]c5aոq.lnAlvYylev c"vzBt`}#I h>­a+j^cC fhkl'dvq4}7l:Dmss$97CO>6JT$0Mu5\-13L֮QB7BE\"dIp 0ߪt^[,8Fpu% w'ehpd yWb4n;?NOEe GI~^w:F7^PZ0 Xbg5Lƞ,X3A60D~[7Ⱥ.~\X8hQpWMB7BpJ uuJOϐ:XpPv E&%yDj'xgbG|R \J— c;R ׀ķ)alX!66ݯn܍:0kM5Pw.H*G/H S IdŸt'c 98#W2Ws\)s*;Ϟ[c?BX'&Us'0zM Dg0n%hC]a A}1e`,C\=sk^6 u5*G $xwjQ+5ϴ-.o(I9WP󽲬wHƞn!+1?j.w[ku}Yt4\5_-ū909gNnD5(p!=1Xyuy!߳;醗1YXPJQqQ!(OJ`}4 I35] w-YBi+\U?hbF1cW$?m@I&iۤv46NWH+OozTeYG U i[Ek'ĢȐX&mL05 Gg.Gu!;t`y 8o+rkY5CMøgUN=t_s&:R2D vt8Q۝mrWG*ƚelZ_KY҉: ĨꝖWX/ʑι))h dcBn1Mk3X >禔YUU$ ضC*8O'*{Dbe7XUF֎zkMUB4aKZߒ4yx"G >a(C6 |_-_Ki 8!  KA1ԍ2r )Xd&uq^1VЖhDŜSς2m/M,5j]`/;P鯗`~Gt#"^:PkCavMU䪓8Qa5i:/,2p1j]_o x+d \fhn &yOSJDfiZs?G^x:CNj=svm= Ʋ}GX:;U(Q!?j? $fTZ%DUKY Ri SUf(Ajڐ+ǰxũ|&5#yԎ-QЏmS V4 g _(H JyjV,~N](=s|7K/4h*N#@O%uQBtuYuRo)8-z{;f7LpÃ&f§M}37RLdD|%Wt&u0ҿZݡz{5Ja0*KE=~.-Y!.7[rzT_BUwDLmM +{ja1ǩ >D$s^2` [c7xT6ڽ%+忩.Xc8Aj_j0XS&vx)^Q֒OD+a7PEZŐ!+qP+Z ~V:CymC}{e=CJz!oV? )A`sa$Pf|~Tn'D!bL5+9p)8Oݍ~*k#n]KYv:%leȞ` 251!>`u7UsϏG g1/6kS^v@Sh! rZSy<2QK5,I EH m{#D:(`T9""' U{ٶs $4jC7{r=iuч(-6}Q<0,UMV4I;GR"E}} 4h9ّ݊@K$s| wGe*1\*;Ǎ)&_ S]* BfR7=X^rbG!$t*8Z1nlR///`΅$SJ=!ۼkRyOjL͝CiXlrYRIoLݔj5s~>%6r>X~tGsoU6"aGHy0YN e. nC;:rF-ΐĩClx.w.H]A+ЬfVy( V̘6:[_2Q8}Jc0exD>ޘ/Rwf4J޼+IԔ1k&_4>b+Fd Z&=bזwk$XOB_5߂4%3ml 0B\&{crilAzLG(Cͩ/r!w@4pxu83{G/l 3sVV22u0,5z'ٚݥ5d[? 9ε5Jvnj(tQY-TEo6 ll{8iwNR`aX6MπZV5Wiu/V@ (t[?;~7"x <@~~~(D"4Mcj22>tI'9Kaw'&# rL̜MӍG_֍-?4\x<&7Qmȿ$h;LZʃGoBXڱAIW~(lFx}@|ɫ$3p:| VW[PP 5u79uQB Rz781icCB臘ܼG?O?R3R3.Xoыяzďezn(൵tqoյ]8CDXfe+̉o۴mȅ÷e\+x'ٱv5^(7dXtld@fܧHdG*XYek2^ňc Q98s4F^ORǍ[Ȑ3 B0L~ 7Om J\0$֔T[1 RG/1us3`Ԁ Y@þsIN-ЕVd%%D Crnm 3Rl=JS!u/3uRn ZczL~C`\=R8`eaTZ `.mHhx`\*Z^+ͯ&|mwrK.3䉕4B{r)IZ9 XډZ6ep1!]{?!e[Exh9H4a;_%Q oCd^i'LRMk]RLKgzO&=#PA3yPPUC|)2g0)W~$ؾ(>^[ C|;jWzEue`b=v L7zu.pqLvێ[KMg,L^Z JWʃvbZ׊<-M|yR%C`t0N.YyK qj93D%Δq{`$'M':jY;~>ESq&{Gڲsd󵨥=Nu1d-k'jmߗ&J%> |#e.d]}2.\P$e`nT?CtFt }{] "4@&n>l̞bY8GjlャϚ o_r:}!yzԷ|@ڻ*TuɳS/!)>h@5%[j D%6i6۽A:fl'\T~֧x.@JbH"倓aR7exdܢQ XxPB59E>҂鍮า?c2r[ng'p(NNi1;zfXV'v8izqNJ,oy|RpYƖvհg. k4dՒ!9,ͪnO2\ !E;۟t֡YD4Tp@#\sRn)CS\ƐUD`|~`X= ѤRkE,*7rD#nW#]418ZdW+Q/.V^">I1{'x㱶0a dvR1: Hb*JU-\Fmj>uIeD*1FgS{ hB6xA!>A)rosA7,x(# lz>>;~i"[i(6V=")}*ܳ h&F iU2$}eҔ{Bʉ:v8xJb5G>_xf\.]knZ_z[ej(@\wP3rv>ѹ WdNoBÁZ1Hurt0#!M/CdF\1>=or8_ 0|S_1emrL YzR 뵚0`8dhR-}ېpvI]`cӲbk6 MzGR鬿[taV㙮DgwXLRqpq-iiX=%u/ӖH:g CP ϣTl"a ^[a %p4g0 =`2cGʖOpKGd}p2 C`Pqql_%זp>@Ь U=|jӞCr}؉ZGΡҗJjcM=2]\&% >/϶lN58iv+_K\Mv7+VI_kD$ 9 ^1Kۏ'PdN5lX& $juaME}[WR!){Hw@Pt`*iRuFo|ޅ- ZWs>i3\ \#>WP@jtRM=ߍljY@dג#6?.2zHO%Y@,8=љyy˚|Fk8{%4ڛ7xq+tQ%n#ChsVG/M+ѕHDO5C-y\N?e}tQh7.eRrq)vxԉR) nba>{/tpl†Nd  vy=6)hsݷ$vmt z3MT)x&KN1b֊~tBKtBs,#j!]OSx]fHUlxJ0aQ_)ZVLgirI37+ jb6A>L2Se);ӄD |9CnUMJϧ>9=5.  J0WRJS{ TZv}frSx*|8]EVc=+!A#.2Yf4nJ_|kZ c\ ($f8\6)FSgJto{<%˻J妴׵@n^.޿/jǘg*9V+O*~s> ?!u'52559&ת*+h ҋNωÍ\8>BP:AW\tS)LAFެzsT]G 2rܮ =̋Pǝ7n ѩYֲ?U<}4owS›p߶(zaX&SR_KN{&_[@Poj>{E@Ցx]Mܶ쀠)rͰvmW6\uNEpV+Μ%607J\MJ3e]XOQ)?RϣgRk,71U7FiKhߒ?Rf ]nQ>UUKЊ'ixuT)n ~ם ƾEһ˲W Y:ttN7>gqQ̈IB-mw4+W3]·/t2Il\RZҼp.tVsUF--Cӥ=]0=i"%#!^' 2>rL%zX%ZH3>Z\Qjƺ8neQAnvc+{f]VF]al|2iR+V1jE>Kt _4Wb{8Ws1 uX[;o>OHTߞjxe1AN ЙՀҍדj G-S8RF9቗O.xp C@F:KF!}~[`X d4+Mvn4c#8wunͶOң#L{x N;\j#-mS$&ksgL+Wl+)Pa>GL2c'(YV"oLH@~OV{lo'b۬EG?$7b[ZPë_NP0:FAxRQr|Yl0fI{F0ٌ Ad"N(n4WUqn?3kYuQHXf?$\y2sǤ*M(c`-g@ݩ6~O`~FRoC3N!6IBh$4NOҜG6ݫCS"ӀIBI{29h |shY(#c8k\Pl a:r!cRxUt! 2_ *MSpRt1p^Ύf!؆JX)<@,x)rcS~Udis0Ճ3nMoalSÅUދ|vm ßPQ-]8n{1$L"8k%\ h~n+!5_ Nغ/e`nIlx JdWyw+ssynx0 ҌYe)9PzNjt@8 dlZ}܀m>Jm`"\]{Rԑ;sFA<#@ JR:zUUz^FW&9izۂ&)0ƴԲ"u)K1i&4:Y"~rDYJ>ΠRj'Sew@ R.Q,yPfc,z~x45'QѼVsh+;|9qH -zD>i99EOSd#ݛwǥ?ޕx)a7z Ks h6#.>V @6mr9%eNu lZq6W 3~ 8<}jv3x,@ϩj(U"c5ɴ4J:u$D2Wp=9 V!>=aYP5؞+n17`ΤKiO}M>¿ss j$K(V6]QX`NƷT_ߋ[Ga662%zri"Ɖ<<ɫC:cH {Y k'kXkKhGk3 y7̜k){.x)&{hX"pRs>Ksw0%1MueA/B{Nވ"VB졈%`? &I">p4Z {ᅭ-{;Bl=?VƠnø*icB?,"fMn+$@̊@ɖ'yf# RtRW}ۓ7Qv_63m=}9Ժ:鉼ߦao:ggW5;oPR%jqW Uudbp&q g!tKwr䒲I2Θ-WbL1h5K|r/ VU$s=,ҥQ[4 ڨwW4;"8 mf|-Hncggp'r G弄+KUU?{'R,!L(GoiDדC)({9fv*+8 8kvط0[V%,od[c_AbI3!-EK셵 X֙o]D;SN~Y<&KнeM5 oa;B*5>ůWI5$VMY0ؤ*!_.>Rn2r-6B6Fk~ ZaI #@PᳬδeW站{gVDGKKß3RєC * wIc̮P Z%Xۦu8d$c.bTG 8ĴŐVt*rbv`ɲ= F2T0ƸsJ#ͯhŦG˔^LJ?hpvHրʵDzg7ݗLf6 cPZUǁ6Jc'hR8~ژ[1c\Q LdV3\]}taC usVA&z @˱b]9\g$uhgi% 9mQl! ~ N3^ݖ`< Pz4iLpCbJdV(Al8eJVI ۨF$iE挑5}` _Yls .?Z2c?O?&,'Xzd(:x۔~&nPTHS]4@3)yAiCwt>_L:om'+1OOJ=WN֒ܶ7hb// 噩N#`ݰUK@X^T317ElLf s8{k@0]ٿ<(ԍ2 sShDJ%pX9HWyR>W05㓇~hrUDϡƹJIgž - ˨@}@ݹDzrt -ySGoAĆXMgt'_W~ZJl?` >@Ҽ.OΙQ;:|kB%Kr~p1[NK6DgGw1}m1Z ]Km%?QA~(:h: h4-(;_VE wu٧C''.FMeVUXPt0hh]( c6B6krY3`𘙴p3]y^j(fv 9IUrkf_&1j= idv&e8UTDVq툩ŝd@j=a:4{ dķò YEܲ8$5sc$? F!$xCRo%q$HC%:5 O}{D0M6^Xg}vg4b=Phr>;ZY \X2Ȗx BTqWu0.Jg+`,w> a2VF.<+ЩM'y⼰[1?zX lOMB O,j;vQfJi8Cy)&( #0,%dy4#b m&qz5y)`RC;'u4>T+@3AtA! m:7>]R']VA puWkƁt OoQԒECI3246 y?` Ie~Y~To%O39/&.ܳbcIُ(q~QvA Yû$s1e^ѹT=ҘH.Y"_~OzM]tR0prN\>B0[BZ['Y;  cA ApnFꏫv{g;Sד>5vM*J7Ku""*M8W8CԭK#8CDz88 :͙ _o: k_U`1n7o5T9 jCn:jSu=#1FMN uLCֽk rO6E221/n-Yw3XK#d ^аs̞cS6^%[j"*B`algm}Q8P;8ukڦꉎi &9t|#>Afa^yn}A3!EA2|Nӟ5MR=tDl=3=Km4 TdtETg`|zըûwuQWY=в$em=y,2XY/8+H@{yz;7>4u{Umf|g<`Q1RIa^@,7)a .Lfc \j͚u$Pq9*(mVcK{,-RgTB٬մChF /3/L$Vdu' y)ߧiꉄ'8S|B*zh-O;iId9g|^j!}cobͯ u7}RpKm.#雿Bcizҁ k 5?T{vʞޠ@1762G0dWk27?gA湌ϋh .)^"ĈPK:'殝Zd_]iCNwXrҡ'[5\՝4#nLME?rr}AmY&ȿi(;[-Q8"{ Fj8-8:1Ob<6&MSP$cyhzS?(7ݝSCu>Ǒ fx_{rrSѼYH՞swt/Rncß<*Y߭9}% ]Ñ,GhF "Js`(q0(qO7ZTs߱*l \]Kc*,kxZʫmf2R1UZ[9t)f -P| xM m;NکG:$溏?(c/)QZiZD-ɾ5Qq%'N^L\RUcp/8- #^ doHm2Eyw58rY_ҤT#k*uqI~T?\]~K.܅ qϏkajHf_ ϕ=)r{M7dg5㊘hh4O9dPc:_QeHQiljlbҢ k448. "/d}"pB+YQL {̱( 0uAiY"3,/j53#dҧT4JR/,XEҕJ_1PNnƑ'8SA A4Cd,.^޴35c=lF8F8* ̏$][ >1 EUIY|Q6ͼ''7!bhnSND^D> ڷF49 ~@'DgjJGT;q)dYɎayznT@uY)(,9Jr#K8{' _~I`D Lƹ:du+yҚL!œ )t-U\Qʴbĕ ߞ3LjaYi=rm- ko\bSK񚁐_z>qQ:.iJuqyyA1ki)8d<VjZG7WU^.*V,E#$@ }DF~( sad.5Up˜&%dL>v6 F +aq'Ǟ,W']*n~&YZP}`S MUeX S2U~~a$ʃf-J8ˉKIX؀|a ڔRpj.$*wrp@jExk$,[^ z?52_81u |:4Ǜ#ؤDC/c,)05#_"<l5xcb+Ÿ=JuQ a @?r_Tě@q5W$~kK&GO˯@$Ȥ}MjӴ59S n[h>f驗akRi?6@r*b;):쌹?P]$^xWXzL=6 &#Az^s+ъt^C2jT( sBXfu$3}2CiVbt*ɉ&) ua ືќoNGK灹ݑ(c;yl ݣVm@8hb;T|!59hEs3㽸TZ-kCUnH[Z)wJZJb+`?E1)ݤ \V8d%?Ү2dfymXţO:HfoڎN󩅫 lv|Z%pnuB`+Ag0nѩTh>08ׇags4,w?IE_@6ٗ9 څXW>>x&ÿl0B]t*_McҎesppoELe^mg"&/ PX!P,Q'mN{Ԗ%t 9LN*锻 ?6$up$~+#<, Uȉ`\iM JSy+k時kL/%Y,^n<'bnySB bg"ٷ4PDeuFƩc]ͅ]suQ~LWNCLr Z0qܟmx%{jLFldЍ.nhh&i`OF#5O0Zv!LTuCȎ[[K (+%ucpqڙ~! knϻt-="U8?~Q Jjlq'gq/ơP" sбfߧ}oכ O:#N:c-ߎz-ˠ"NYÝ$9kA5H}E!yMYy#twΞ+/a))N :Jbk^b}xN_;ZZ??vG!1wC#)r0;ar5SjjCO֠[M1S``omwHX肂b{P>gZr+rǰ&{!~1 ' 9%pA…k(BsMrsB Q&B*ry(V4|m$c`^7m"32P[rcSA#dIn .-\# 6rH4{ۥpSUr%ȑ?*#!#V!dQv~ 1/2Ըim~;]a8Mj-\AlnK<#9xeё&G]4. ?[p$ik;ҔJUe-M4%*™WuJ%.~QNã-:}#(zc[/3:)SkBfp*POA\\Uφ NRqiF(e70;:`z0wv-Z7m|_U%nRgYd1+Ml8AH70 P]i;NwgA<~Hd.2,RmvnS"޴|S;UNq=J$xyvSEPc3(q-Man&FِT}HEiV{HܫݡΡhN݅3ߖ0kʈ!}  O4H"~U#QM$gv5m>O-H ]ՇEpHh,C%+b*Q}&׎[Xt !r'?LF~`AL>sƈ p$^)}|g1yL,SL x|Q_p)g>*nS 4BwS?"1ى7elGuN&Lo 2 5ZUSiyKΰk3BD06a^C.$li`؝Rouبz4ΐ3^b;D᭫4 (Խe/AwFaBvm~אkiP 7t$|4s݆fو]ƀ4i^VO䢽KUm#&WVk"8ᓺFQwPr\E]kg Y]!5PSr 1&?[l9>y^ճ8c CDY͵_{" J,hpR[5HOPޏ4EBsԼ~_3] :78}gR#FD:`Islb{EU"syxm{7"@5n#\ɠ76XzcP3~hKʆ~IxqGeĨ.ɨ$RXlN2$k2my+ji6>Ns8 [2RGjK/(Nda!=Mz>Ikj`kz[]C(%5GlDi+H{Q?$C7%"Eekt +z)A{Qt<>']JG}B {hSnmSiPP sE_# /K}m蠰Vm'$ĶJYauT▴uij987t;O1Y?\v}Xy ^36 zut ;Pm[sknP}=9쯓/;(}%^_Z^8쿨7*픊*>rIs"jꈆoqˏIe'|F0Tj&ΐFrZ"dvpf-\i0t6(yIDT"FAd-3; )¢\O 54WDΚ?șaIl!|zD(=GXQ1] oeMGvMbaЁJ{*¥~u>q.&ks"D=&xzxd^/T~<$HM{DImL%o KsbJJ=7C7Fk@xr 3{}͇|_G$j}G?f~)-2"1fK40R!\;iҵx[*O 8ML:59M=|1QHC!(^9~Rg#88%si;"ǍvF':&n7|4f Hj9݋ 㡩T?ԋrx &aߟͩT#>4m}f3)=BxDj7E/wѮr/Ag<'],_1<{#9s1ְF1z^hp.O5˝iN] s\^C߳9 b%B1# FPڐ4Xan0XSi_p*>U~RC%|{k8yHuKo5m24="q[Ւ{kN)Nz27/WV;&M510oiwUZ3Ӄ^}s&62 zЬ5'TpZ)nsib^1?HfVl nE4z`joΨC7b$,{RGwn#>6D~hJk{z,}fZ,~u1;kre.bt g2_2oOy1",SY_^T; Z: i "Buft pd>% %Ul/EՅwCQxF0.i [5rˋle'?bS?I7ȫ!v[~XFdvmN/%5/ާ `G|`Bk1wUZ";hC.^oWpSWƐr pz sg!oUoam嘋GtBJH`]dSH#$NɎ9:_jQ!: C ۏvF29+v%!E-O6o; ;'Ӱuh6ammr␶<8Ņ߅($\{*ӓѪ+; ˄9;:ҏS/ 6$7u_Аyɥ&Qe@MBd/OXD/*c~dijTs4Q‘B#\ڲ _& x:D>&_e^UލA~⏳(R.> B#[RC~S$cL.EE҉EWA ^R;Z˲s ^ e?ͅbVWmt [ޒJA*fXF}SZ!bbn\yvꄘSHpÐq_QS6荃xR$F-$T s#~f[^TH>3 w!uXD\=F&'m q8 ֤jMl`12䧼;yZȨ*rq.6̩kMF Q }%Ivh!ʨf"_9nG);NZPrs,)#OJ>O.G0+ravEpFH 1`ۿ`Ͼ41u( `Pr49bQV>٦f]BD-9(G{]ZD|ECiAtz?EeM<gJE$ۋ4*"} >dڔ$.WJh V 0D\9ѥs]VtϤ.UfmE٫DiK< e&A0*GAj§G;ϿvcʶI57hKKϫ7ᖎK$qHM[Ww#1!(òEkJU7hI_2tlcRxg#1&hXfO:jE9|p׾ r?E),s9`ENL3G (<蛅-n,Di!9 Cіd妠HIk%߶d0UcS zY|Ipjt3]R2+c t྘W6rIP N3*$";(kR+D50]"ajį{abݬulMn}|sMSۭL-S~J8'4r΢ %-*jWux]\ujcF~yCwH,] U< G7;s%yȁ,4a ]jPq cAT{^ngOD)HF[FrVO7޺yG +SN>(!.&tTC+fŁ5QU=_P;1t'܇[FÞ%HrR@#w!λ?rAS:128tMvg)]!8ӉZ#|;* #{RE̻G'"xy4x TQeZl`H;` K~ؚv65%RiC"_f>d|4!)<uPU#ASĔ/Bp|l)H_h XLM}7C1q'm@j|Q-|3.|G8qbbnxCK(μ4'cֈ à;-WvUEmygxEer~ʼA)o8LE:Zm3s ]'radӞEέ68pnm{T a \i :HXjhY91uD-o4mMDz|d߈5sDS\Y7x ONvf)^ L S!nm&]/@͸b WY%7J>,``qeýH90nER,*0S{&Z15vj0-TI0Zhk$ c@Cb6USvBhRPeP&_|$E$ g7= )a-!+'h#z$w̜[$<'g.* J%bcoM)u?d*~S0!A۰0F/O 8_zy.ɳ3kG*[jOho>yIC/sub<\"I;i/'W˯-_,DbKoDXX֯9_5eBt z)U #J|[n.g)N4v|s2))sm8UGLYFUX?zUJʶ?cuڰa}YF).>W{[3X CUos}*Ņ/;A,{DjhF05}ņRLK`robeZjFx*("]i>($U&sK@,X=hǕNK6] jν UUj ;ҷro`=YsK  oXb=/SKt&,7(P.o?G$ыbz3zs+Ddkj5 yӳ\\(³0In@C29.L'fmY]iˬ#՞9q^k'"X;irP PKI.[GZ>v$پP#Sh{V^5n@\ s.HJyB#Xнl1$Knݑ?;-m@r,Qp6, \̢/n$:B^㠟4ıA"ao%~,P>\765@N#vu"As?KV=>%crt[0V%1@mLf9zOۯ-Z@g/22AҹQ)kza+!_yT :Avͪe*|}75;95? &$`덝Jrl>QȎTGu~c>Nx?^Ajڦ cNynAK`/YC2I7wʪ{˞ň2 b-obfޟ' 2&wJ2FL,<[a$DQHy0"v=?`]PCykXj FYM:7/*zu 6U϶52kr&Ȁ y? _KGR!l1~Ҭ_h_-c,{ItB}N`Sܗ@na%UpmZPb%٩TSiWb)JMxg,6Sp!VՓnw6WvO-zOѫ:ɝDh\SodWvK%A\CC:@&^m~.>/:S/%F>Eh ![[0gHpwf)Wj\Z"<F#vYIf&JRP6˼3宦5 jBwEsJHoXQ̸HTO!NH{wJ\yH|*=5:ƞf(Hٺ1jG;nxagčŒ;:s9-504) 3WxNraWäE3*ԍ.I92WQOg 㻚 ;1 iL!Z;HtWJJiC[zH$Y%+2FW;ZX.F}KJSgwB^<>u!ABhc *J]3 5k+);VOX詏~|?u:Tkdm8:0ڡt=y7fŪr ޿sI&%c5!.K #3nB? Jnhz_BUYy`~Kh6!X4_dnS4`(>~b4)H%/\cN%;8Mk{f "j뛸ίEJo"[If =VcAYƣi eEHR^epOHS,VN7؁ #W{]g2DŐ9֦d, xһ0!' U*3>a?(.Zi%ݡo(.1^dS :#!i`tbkYY$pXO3) L\Ҡ5=~85Ȕl` ]-aac 鍲NqT('<@ٮ&('xnXSJ~&=h;%u:rz Q8 18oѺ EaF ݍ9ȡ"2㤠A=cَzb/G+$_/y'Ucq)$@ Q#Iq+"rMy~Bvg욋'»'= uE{N"D6gk„Ⱥ߰M3bҭ8#~C 9VX#׌{{Tiivԧf-7{Iu7Q( vT̥ʕǴUUj\N}QHٓ4AěIЍ) '(!3oA]cjѯө PK=5 _Y>![buCN^I:!zo4R$}xtSHH/ٳ'M9˰UJ]d(pځ6&4Q!WCȆEOz}8WΒTM[" L"ZԒzr*Znb7߃rPq5ɣU&XGy!2eTN`Vϩ)LWHآ~ńhyoG!=QRs<%>*m-R뚥]5{ n;=Py4 <{jgAH+I{5~.zIJU+ )KViӷV5}EvՆ/n,c f^/ |@bNZU7?DOXT+K/UDO "  ؿDփ'|Z`6ED 8wVzfnw/`L=fE]ƺ%@NqC/ a BzT^)^k֛rrr,E@n3wHe|6`cZqZ' ǗŻq3/8Wy&8 4m9n 5jKrlU5xqsHkGхmRSD-ds[(Pf&+Z̲Dd *ϙ;k\> ,olg|KH:bB #DDM\7wBtTlC Htq:zrH}bznlIؘ Y‚d1}?xc i!T, ݑj:R¹M;jO)d묚Ay0 ?fBL %1r4`xt9Loʽu8)ioF]r߇SA5ZwOå`|gEy;uIpE*Q_-K*@4jPb8eaxԷuf?ˉpbl O͝H+ǽJJ؃>sG^[2# hwwP.e #S\a3mm)WG ?@fNlw0Q,#\N9. yH1Vi0 q* r殞 -N G+sG1aepփSt&=3' ?4<0GAX޶k `"7!Xk8,Z`&m|rW7LXy ,܂E{)ݼ c>"\&t8Id䷊e觙pe!)}v ,N tZᱡI$|wGR;J~Ve-%vIκ%C(wX\*+ne\bHBP45zr `!T$O-'mjZ< S6TuY" ,l QR("U LRꉴGeJbڵケc~{4@wNz^bTQvٮ g.Dy"|1NBcsMHf{/kE3-AqrЙ)DUy}+~=t|d%U閜dK7RHk֋`>{2Dj)} M\8n>Զeo۫h]T¤-Txn20moy]^T8[Q m a14lK^G!/}u6K{i)-Z ^֘ Od˻e?>/qTSŬyxsImxє̳HEjb+MAe6pf;D0D ^۟> \!-n{"-5pirTk蚫D.Ex^HIqj[*jɛcXV^X]g`ыfP&saGV7j3;^L; 2t$ռIۮܨo|?Nӕ}KVJP\n zu6iEQvK6Do;A@" yæO NH6R8(cRythH oDtwOWNu(?Dcҁ( I=_/?Ldz[pFN)mbYvv SycAD4U8h*#_܈bPO.ͯpx aM G$i* /bd4Wrt ƞe2PyAd>EXlYpm a;1;kՒՍ&_3]=kjWn3FBXXd0>E;$EX`pjOk6(ȅާQV3V$ O*Cۦ9sk1n06 =ҍu] tj_4n^A̒Zy1{z[:2yVcbަzlr#$pnT:> wlqlVIZk 0.a2,,'Jª! `P֘FV1& ry g$qN 8U!\MZVzjU.@F) IapT4H̊ * $ڇODkBAyNܝn\&$;#`-SYlq⛪+мǺ-UeK&dBw;˄PY !]A1!.a[$MNœ;=Gϭ)awEΤׇ' &VG fvȃ0X%?)h٭z>#8Sh]LB7M!̨4$6(}qSWHbcSs oSf-2` -$¯odXl#/W %te׉AM{OC٪)/Hjcu2F]gb#$hHxk ;1. :T &Ƀh^O1=LmӌgǛ@-z3`Wd#ofT‹Vs[e?٘WJAG,#/;#yvC s D2 Q{9h߿Ct;L \|;qU?wEnz8dL8T4!JQ[\JqY"['K O_uX]WV1{W /&EJ)@߹}dτC?F)to=ʀ+|V1DB"Z_F ib1X$^xܟlZa<7Vx^g/M6J0;f;x4|Kvt8D\~q!?zC@pb3L8ԑ!9NG#L\gV*{TZ mvE{9 6aHow6:j^ƠE aPWgf|O;:YjaIpi޸u=[I3JxZf34h )W[fн)8ڒM^g *u#G)T2envٓ-R"6.cb9/ CaPj݃06õzؒhE +0}f[P+ϖ3iԶ@RU7kknϚ)C߻5Z.̙/0v&J0ڟϼž"߯E]9 sζXԺʆAI$4zoy۶3nM| ,}-V w1zCQ;U@mNIXOlGM}leJP2ݬVs&1NRyiwp/{&whk&, 7N')y{ռ&24I{[T7P5V(i󆌸20 !99~,j&:y-.f'0dH wڧg5٪88vFPi 0\ìY1R,3A`\Fk/K7n ʼnb%z[5-ע s dߩÆH‘% el <~pv Z pи&rr,M!=-/.eI_=:^q+wۥqEW1f)Hr힔"m!jV<_upFߠ C--uG>a]$D~ܹ;]2kc^XjG4^lm@ u%w&U?Q1Ƿ^ua̾zZ"BlO3v76;ތ4~u+pVЌ*3HpG[9¤v2=gHLQTccݏf9.u5W[\<9;!-UMV&::9 ’)V']4uTlB0|/x)E=E^GvT0S_HX+#ihۄՇ=`ud'7[ol- MO^ 4ex. 'l[( S *$&qۨ UZcgpE} 54 \w,LNS2uۃ L{ۓu, Ra`nNVI("niOH {e8#ĹtN3X9 T ;Gt? ɢ))6b#%~G,!S aɮ,?'!'<Ɨ/2f񸉘c@}TnA8*ƅbXR-#]D.D{gqܮ7xa̓0_`h凥 VNvW?ŀ-KQPό K׶*rYIJli;hחBYЊb M`,SkO'B KSw ֨iq$B8|T,QZհj6Ǡ2yg.lU\K+6P۳t>٫]l"p. :ˬROcl650q[ŋOj8=ܑsp*m /<9Z* ~*Yb!qiAKS]AS-]+/]:M=eŵy33Mq$/و 3Ʈpc<:`6D̮c|9kmWu{i7 x=pF }jB;E#rrA=MӹN!=,9ךs2ᎨUvi,L~IZҜFZ͞ߨU, [\%<g2CKhCL{n[oq}wa$>(q^s:FԩJ5X˝ɘݙTa:6( R 殛 [9uu۶tf;ڂuNUQL [SC%$쟄p+jDWpȁ+OM3"+OE&im1TJEhiO]J{uVpF%Irm~PGW$tf/78D@Zv,OHZ͌X-ynv ʁ%ab"2dh?mFk;UwP1DZ;>jF<˶G̠ !>/?qUܗ:}L%̒3w#"i77qcp[5p`{G^h(Pn;^-BcN dUkd~j/8Z2RCNת{3B;jD7 OUt(:%u@ )m:{V1#]ʡRǓnr3<,Šp*wxly=*f K!/P|2$fCR!4: nA*yΰ[}MOPT@k5U ȷzKT;$)~#ܭ#4 LHC12%Z{/v;W`¤QZ(l~u]FǴNa$#͚҃_HA<ӢMN0RnO*6/5q;5Cu~<n.Ҝz(8oEy ]r`spS>j C  `yceW^e 3}Hysv칽veHH¬q$r')>p[}y̮ @GŴ?V~deV6 x[Sxmz</ͲZ <{D3C2s6•I݀l/3mey7Ug?<5 fqZ/[6 -QuR" hū)=ʏM8yG k-NY *~9X/ϭ|A2yqZeKN2~BIIT67UZ4R8cb˒,ls4Z,o&<{`"C\0 r#!ߌeS +=҉DL*H l7qauBw%f ߐT(RZBl;1T1(DB*=OzTs؅KiyL#я7tE}6RBNLZ=uʂ3_ڛ/b=wz@*~J];gYEI_`vaYm)^‰>\5EYDg X~c ?D*2YR+ּ)+ >1dbҞT*f:wH^:;)Hض&H,Mxs)_Dp/sԒW,82Z~lJG9}dU$>Z>`#6暚TKublO6~L!!QT ߊE3:xeY,lqg](/ *|*@"Ejp'70h2͈RүΠ|o/[M}eC.j&4[٤煣VTgij?bUn$X//,H4pӟAn9vS("BNw >GFo-bdMٯ?paT;<AϊݶjEif/[yfxj}'=ģ"SP2$sr'ԢzlhŒ)!0\[ϖG{2]1h{~ >82uuěWUJlV'N|l)#x陹 ZK8 n}D-v0ٚT+~vIil:ick~3;?X߇.CෛX /.WW*~_`*j^wjkKSO]m}CbGw8YFG 䋷K^}#y%aO%y$D(|naE4)-SRt:<+}u4;8'LH.vW6$__Yp{:LdzӋD$z#LT*SkZ&#ZYETx>+Q,Z,ia%}{]I?#+ Yaaۋ`IH;|Tr<$ q @:Oj^aR_azV;ִ(50Obи2[>[Qi`CR!F%x.BmbYtEuqXdq›i S,gJZNgD6wP{1a!ׇD@I~J5 WZ"oD= + u‚hЎC̻B7E((O|p3̀ys$V؏E)ɶZ۔ҲhzfxkĭA<T8qOH:*05ZvʮA0曐ט 8E~M΁H~v$1]N"-Bivnb6HJEq0yOUojq_ɑ?gM{mb 簬tɾGyքsWfle-OB3|&0x239F~WmX ^%E"ٳѠ*[_1jҐVŀC v?ٶ{#c#XXX?oQG>coQR)$6a I+f )ZP\Gk|Gi{2-#%E; uow]Qps%z‚ϫ'&c=% `$_VTt\WO ;XOOi 9/ U7n؏0b)Iwrr_B(_+zs%eBڲ"P\FJ>y+*\lɶOZ6kYr5nW27fjVIܗq!J96Z>".ek1 8ꏣf&L|`p.b'*@R:(!89s%g|cS絯R dqY@{]ˆrX!?ǞcA~]m,@LÏ(BזL6h{|4m'];;O[RW8A7:}ϐ>+ cV.Jf$|yɴEkK~X!-vSC||3Kܮ`S$%,t7 %`FPꮠ#8Ȏ#t&_USrgєdAfKІO.,C-gƠJ^qfE^_jf[&)ވ>P"x.J[ {·,F^EnXӍKi]x%7 U0K(⍒{^ ,"T3]I׎äv̓ID{4=qkFq .K`q7F$µ(C_B_mBGDGr'w~ѳaM4*𢔖J !E-B{+.DmCrIsopӚ6P~f$ym8E> }LJBُ!bi1` bm+]V<90?d3~9m^0J+W3eLmVLm%n音[tT_qܣ W2l5C?3Q3=:}Αc M :])Nw`8=SiI3t\uYg?4+z؝+꽦mMɡ WkA] Q! Hmu۵D(`>9ESBŠ]t<ndp;猘 fhh Qyfr[,VgԦֲLOM{@%q [MV¦zE޺! tiT=Q|ƟJ"f8G4Uɐ(Kآ<7.G)E{;֝M摀˞[tAtyړ5i <إGAo=) @%Zgޅ̺뱪Z`%9zK`rj?\˝^9 4fFk0hp7yd \0t:~5rױB9=hZJ1Kp.b)¡>Lm,-C2%g5Ίb)p.=E 7r0 í2³m{jrc;@Ctd E-q٠z/./NXYvvx4:Hg>,_&؛Y&hckz⦙kyXWzRYy\WeKRg u9C-P܎iJaJLTHaZ@>ƃ02aJL:OҡZwQ '&Đ>8x҂S>(c :R;{7:r/bf$OOrKJS;KF0,P%FxR&U*_#F@ Af#Ti舘O`GINק9sb`d m%NzvHf7^ %Tz@5T?Sm/Jj>[4ja))"ڌZF!Xr:Vؕ;:YMD Bdno@Ĵx!],UV <ҝGѱri\GA~' /{aIpݡq$wRN_* b7ϬZܩaPj yz"GR:,X=|IΚ-)qZD\oQZe\%hk辶 X[Xu _!^> b .o g9 Ӗc_ -` Q'kv9HNDBCV٘= 98R'^rrYP߬nhlФ;YĺZ%SI'l1QiB'nmPg8&kLr̀#)罫<,gi[@F#+ I+DA^0ֺvۿlհw(|vcoZ ‹/`q'<#cGNHPvOyw煼l%ULIĺ (M^QR.Ϳ$Ϊ ̖t=i&ҼDJ=Id mPZ v4ٖS@Wf`S)&zthAe ; OݶFF;;c \%~5t0I=3=T]N*\LV-NucW(Ɔ`+& Qv֫ M T<bsKG upV ]͏y5xCHQ">dKtL'͞={fGKmHR< bS*N"%GĭcV&rtǸa-{20L/&eQ:#VŖ͌/q7~(ٙvxTp=p#h+5a["cYSLce@{=&vf=媇N۵)ʥ 1zXU@QLnK!ǸR@z6̀%%}x\<+[6'}Z"nwɪ"S|U/]? XVbx߄$c_XpUF@$&Y<6=TY|ȚqӴ$j@(Ue#VĦ4rOzF5nwІ vwHS NJ):*1&L5k^'X.1ƍ\ ߷5m:+ `cJ:$=M-1zKNHz ء-7r.f[JizeC8lꀇxxTs.'YmB7Bĉ8Aj|0Q90vw! ?p$t-H0ɆOhC@'nF =oE8d-ɹnB7Pi23*rb/h,u8aC %WMs$#w8&5VC??Us1o s#]!?-z:*_ 1m'*p:HPBL$ Өnj~5^%xAr|OB!vh ^ğMqmLՓE޻7q]S;g%]#|WT4W0|)9e[C|R ĂoT}?5Ä.J9uS+= !km#퓉{)3 \=1)پ8CWȃ"۶"jQ0NR PAa&)]H*RDR3#BQ/]nV6g@s-L?߶>QJw | 7^ O( w sVa͂A9HV2<<9;7p3zY8b˷>S;mK}.,\|90Hʔ"3TPFʊI_5PBV>jp/g6^9:Bs{qokAm II+Uލ֨>P 7 o5U %8> h"o]D"Љr%7v[e )muyLb`.'CDdǵ8kN[)_9d q3K=RskՈj.A$Zv:\Zq-!>2"a.iQ#9rD]{Yݪܦk 2zП &.B)N|tuUmĭ~ ĸeJ{CEStc9[ Nwx1c[:JGx?  }axdJb^ǰߨ* [GvIyhmIhӜʝZ U9JZ|pGwՐOQlL QBxgb5Ļ$ƴ!E! Rrmf$S|9CHq:>~uZE1y%t6!,wRtȜ^UF7B(NAJaGW12T>OWl tYBai4knWnFMV֎qmO*ǯ L39e4˚xg1U)p(e#u*5 J~'FY?7u ;/f#2QL;N3!ihE'-לLQ 7q 5A%0z(oND\y c!'^qCs] 4\SD3.=HDKF"^"^/bQ3p*9 ur,mZPb8YrWRmdgܽVQ5͚!|KY6z{_n646z}m:z1\>b`czIxx"BKmjF jhRJ ѧ*P}$"t@]R(:/4wm֦UnKkkutMa*фJ|i"I(zV;'p~y+W.YöVq3S[`{"w^aGZ }W)BrcWOH10yfky"gNk{+ٰ~w'Sjsf?? j2|%cAL{GvBZ:a$frXԣ`֓X#bΝ98<ߊEM_e}8U^cOgT%3V=2eRl1}0LpYH5*pWEL"Iwũ_Xxpz'ڭxdy`>^4Z=[wb2vQɎ Z6Pl..iB4'7i%Z S-籾xiJ^ɶ8hͽPQ/ؐ.AY8@ׅQFCiZԳ$D癢~n ˃ {rSb3bxO[&R~s8\g,-i˭@ λNt8p <[][LUw@40 15ɦCFV,eG]\vT {9>ci[A샯8RzH.o<,_On &BEfui{2ם։5Ȳ>+S%8! N|GhzТ Si,K`Fp^;UJ&P  P5Vd$8ijtĈhcK젒 ͆o# %0rM3+`,ȱ~~>OHHcq"(c`Ӄ6J3%C)ZZY4z¶b~JgNPDѲd|!ʅD8dblijj톅vFz=!t*fS†ns.fA S8AG{lVhipRm|4S7̳t㒛߫ea+O3?V1VC8ޡ|Xх %6.A!߸>Rn_D_C߱ZMOG+J:R4/gJ+ _a׶~TwV|zOdm72gOPR& U΍ؠ9Sr۔>uj8^[i%. bHF ԉU$oi-ROav`8vˁ1R>@PYSu-^5Vs)lowA:^x[DT\!;:8H턥Ի%q}'&">¿OZ+ ʇRS7H4E*dUU`{85HEsK'53}{O%X"`ֳ4 'VKֹ%ڗM*eJ0>cqJرrOƬŕV.)i@ˏ @C`P 5.O'z4H%T|sy߉8Ғy(lqio f5߸)͔x\cMOl"9 ~%^৚BA6#5r{o[ߕ*k6Ici+RPzEVjbBnINV9Jgb7/OMm2ܩr_80)Nr>&$FB%K;MRb+S*,?r’=|@I Mз,fx;@UfH3=Ƒ,%z[kaYx$"DWL#" 8l=s2 -VٶL>#ª`-Ͻݫh-riܒ-mb>a%wb4eolq*~Uǩ۠!˩[t%*6Y$ڟK=+<q7)EouDf'b:H%c"g6C'Yd+=M=oXFůrp\?-j1c:z6 ȶxm}[Ei3|ƛN-0<|>Y͈5K^ّL Ͱ<JzZ˖gdT༶d9s8qHzY1 Tfn*yx}M"6pA2h"4tMh:1u=I*Vb K! AoZA^HhGR1o[-jVS]+BJ  l\,'}'ߍ}~j\-@!zmjm-:R.T C޹ ?{xuǻNN8 1V̭4.rUf=,<(ܢ+gTe_-~ mШ T*!<99_d_j;z̫V?n@(_&cS%aZo YșQ5^l ̎Ōnb13iqXtn0_4oN1yCzg`<(:m6{5|2GEs듣"Prth`(eF&Gٙpaw֭ɫZOTfH(V=; ʟ5/n1߈hzzddm"q/OEMO{J#N \yF K~O)엢[I@u=KF|J8c97s.pT߸wumNt RFT ` KSR$1#5Q,ݍdnDXqU-8 ŎsD`'f-p#49RKNJvkޜY½f`3V1rәfP,Z0j{GT/BtŽfQ ܬ0.w!?@nJo:GUZjOȓR /#qfGLs ҟ?U|0:~ v;2߭ FBS: iq|~#j; h3/^ƊH%W ~(҈^ICҲoSg#P鱴G_ ;tq%.?}Cl1b[qg350vH8-;+dt茙8(4.lQ МɊZ@$ f!{ϽtamL"~kz'IQ}[݈uWn=vZL~0Vp5=[ׁ|3zĕGZ3[z!!QCbSPFX1nj}P-ч( sKkL=g] ]~-*p+K)4A?΍Ub1H-tR"uUVWq""8Om%! H`"4e58B`T񵨄EU}꼨ہ#b5鵣ra敄"Ha/λ4s>5~N^fAK#8xsM*awaz7duԳ}"22H:ط c!t5QAKmm 3u+=<]$m-zRʛ4jӄ]\O]y F%MAQ"0Gڮc+M a\ɉK)ܼӌ._n˥vhpb/#2؝{Aƒow*%̲Ӯ,bWCjd.eKBoT'ָa9t^u $Ws^/RQ K*wy"P8 :Arܼ,:RMFVO]7i!éi)?v% }mm5oGHj `I#:<$5}YDzLp-F@/Wh)-BQqǢ@SBQ(T?5ageASᓰh<>vfl9;aӢYu}b@B"öm4)0:U偦J/+y!ΰI; KT-F]y.=(23L[ʧEeQYu9PC"bn(@_gQЂX G@]`ң9dIoK^ #G4vQF1۟j+;l8Po5 `[ɜIfA뽆[6¡#s΂]D<"K&RI@mmLG ^[ 8;Z!Vz:5wbDE׋7ņ)l+[l v `=+ij ra oYl 4(֋kP}Fع= ѧ,O 2d/!G=b&X̠?-+(xCQn!jMV<_u:6㊠J<BBk~29y6b3QJg\+-b{Z3%FnL>Jb&JPfR}e'9vE@š=yuGYSs]*'srV ٴTޥI'57˧qf#\j%܈Z+߫dYw'}SBpt|#"xxU(2hjX@Q)~+r֚SaƗxU 86;HN\^uڝ'pF"KB*Q *qYɭ U+e h9Ng炾Ez4Ibeg pv-٦r9JhЍi7 )ݧ§%(\t1w8g2b C ]Z_i|~Y0'IMDg a,YrciĴ3x5D2 +/0՗z aj޺62ICYÔe/z*f0\vƻQ"lBiiۦ=|k*rk8=cIr*;DyvҊYSA -yF"^ڸ O(:r1Oure/F5Fza6Ͻ4▄˷!9ϮM̎%oԗ*Xq+, RɭVQ/$U/=>- UN5LGLC.{'7LLvS\tb`s.grc (x^"=x1,`Q%bFㅹejo&͆x"+"Tf;HhfP=S}$/ ym>۴1O7͙c)d:,X#a +(Xf F7pFV+ݤRδΊ[b *ƄFP`<(}isA;}jJP<O&ij ۴j%S|anMJIFRNXkd-ÿW`~?vgNx믔MfJYwSZcZ>HM-E^' ҈ $sX}9Bzw$KKʻVE7}89ywfd\ɶ 'TCg!6z-o#X˧$QCG.gJ /m?Er~^ hL+LD &"s/c+#Q -ĴxU--i|m4tl{㭵"Bkjiw^QOudrLI\t!DBVdGlS@uglB 'm`yd5Pr\A*|)3E/Y"$aoFe 3R|"G̻Z4n6o1haPǚx%r7d <= dJx"nTp((1{5yNJDwhZ2u JG@Te(﷐hTEO٦~"AcL(s8 #Fc>.}7F8 ha'x&ɴ ˂IT.n\@AWl-RXn`"Q r[Hп9:y5م` xؔH~b}|l58z[r;2um|Ub1jAs}i h NgY>J"q|o~]꟠ f*`*N@%C^nEرVz kuvV?*%SC[_qLGђ [=U8 },7sf2hi:얦oZ~`ɜl|}'\C .wA5[Va8b0kf$Kq̵G 2?z: ҇)~V:G`JWlS˽T` A%l- x.++2.{n`H~ouoC@| C! GϿArMtZP) 8LHCAi#_H z7;WG7dbn˹ԭ |.90IBpw {.mk Y`b 3 ݐ.22ZXuC3,ǸQM5GcTadPDRju6B- Ce^:QtyPnv;-k %2jG-&YZŠzeWOy^K(6ХIJpUJJV&rPˉeɫLZdfKrAE9I $h"HdP@?#%t!US<& QQ&3?L2h㬆c^<\Œ[J_;dcҦe~gMc?̧&6pPz_\d :+`\`KS-G'\UsK^~=nv rRDMyIG~5TaiNgnmw}듢ug,f%[s+YG[z[婄\6crͨTiO̬{T>~yMSH|\Z Hqh:/:dHnٛ#J:ģK'X_.Y+aK[REgguLfIvT@z1Zjqc/N0`iddW笱W"DZdkļb~ @,2HAO$'U8N]^@nVU|]?;]:棑pJ.&dt Gy 27Y)st{x?yТ'NHDT܁ Zjzb4!ɐE4~Kv0W׉ ?v_FH K)I'Q_;of &nB eA-j[c _8}rѯRRrĻԿp3D2̼".itjucw2f>#E/[S#M{lҤo}0+:ʫ:Sc:2覺drbΦh[wݚmEvt+B~RY%߿W#yL|Dٹ|v?OCO`d~L>mg~$t{5޾O N";Q1Vɏv& ;[ R=J@CKn:<`E*{rBXjUgHVMH LnRnD&F*3 )&^r r@(l@6%Ih]Se>jGBŸ4`}܎UXI+L?}7wLiG㘪whIp:wtNeXh²o@8;vtxئcUmp/$ 9 Rz쀔>68O>r2SaF2 }l/pb*+ai7*wtCwW > L9^#ȉAw=Z$z7ݒvA렐q렢$$̺Lrļ#Kxٞ@RODO$kl!1k@FZEAI}s_-lk:\mSZt;JgIs?Damar`<+|uq%mH]h{wz0WA\)έGZ[cbB*V&6-gNG3#.0}1" {ǼZPB!kpCz`<FOZ{ j8pr*VX>7]c甽(49F]b;HEKnD:̥e>q*L rg(^e>'Qߓ> pp2oW}:'AUmsǣ3yT7ٯKKUa P5EqTUY0<%K.nO&|z|{yT l;%yG?x3YmDqeDAp>ڧ/(5\7ڶx) iA$^f0j$::  =hw:@ț(C, O6rEU,¡ъ|/l/f=x-X"MKdzYR\0K`zlLs(^$59<$gf]]wlyߣ&CZ!~pYody\Q}\^oɉb`4Vns~@);\BLVjx?*`+0v W9`G |{Q+HvߢegRR~D,-9O Ed|,G_g[_V$2.9%m  ;Fax CjC <ѰLB1v2_ooeݗXUu;zm6^r{BG>wjy:t;'ju^OoǦWmV(1qkmUDy~yn:|nBzw9P-8N ݷ/(G v0 qX LJ]>pL='xpjVة_8sC7h/+G!7=eN~lv/S s'VV4Q=> v9Vz!XFcݙGA CLSW̃w**ɢK(0w8F_ʚa T:IM [A%64yx.>|3[ ܤLRjlt>QjL[cȰ:28! ?fGmn5ہȎ.1bqWw1p.V`PolEgrl]૪uDKނ aL f\OӀ¶hvCJQD2hFw[|l@GS n̦nf^A(pXp4B#0F,mǙ$Z/OŔ.anU<->*ƃ=L.m\Їnޙp0gW=lB"zr4uݐ /?B gԒTV6vͲ|&hTbV]iJJ]4\!ZӌH d< |d/`nNoPb 3 !L=N1Z#3Yfw*w3Bt-'P/KZy,p1>A/f\+kXď&9K1ώyΩ\o$^ZWPqƞis=}Jꡒ,=w4,>;&@GOo+s@qm?_P{jZdZoMN]6L=;0j#Rk1 7(?@R$\#sZ1Cehviݑ`>'@qO'C ] cX:xp|:EnHQJ;{JCI~8FMJn`ԩ ^񞵨4Isv`F6{?C)y o IҸtxd: [h6bVIyу- dd9Tڶ2p ԫPVʭ>5y×殙Ě=kYJgHAwƢ4b%.w#4}gV[zBQ!қ,>cüXqp/j2l32$ӔVPMN ;-YTa"46>5ʸY63rn=i$-9!W+?ء`{'Vп$ptŦ[A 7"ultGH@KB1†@p*Iѡ:/%/G|mJt+ftY@xfJBPh@R{ :1;GS9IFV|c6r/R Ε-'?`3+VajJ87Z}W8!IR!r鑟@VtKtOs|eɜe|.u%G@1!vtHɢr͟KckRُ(⎂1K>,!,+t1R[=׭BËmh_HƄG?s+E?sIP~]ruk,|Ln])P~O.yϼH懵|hUBi۴h; yIR2ȋ*-yt_@W^{8^^9q iNr}蟮>޷d mwD*vA6gIlXaa1kY}Tʱ /(+v")sݬްh0n1_U_KrnUQ߻qcZڸ)bF"a JUO~abq:s%|K-p?p{V`Gр2|^~7s ԘF#~~(v^+`ޗ:}z}))ywbQ8v9Ob1P+p jLGRe *bPba`1&etpԽBG| RS8څjKBWT/lG {r P]W9ȭVso6w ,/o2Y^O"G${ΫycY2\{|g]*`8;[$(A|EsA/IHU7? \R3hV5uiF鷻 $W{1 W@u0 +wq|kN⇍zjk6 [ )I6y;;?ix5/>԰;IA Cgc?W5r!ZEB9ƟV4ACu@rY`>ȼ XEn,c;ƔnV4 %[A\ Y,lBNTa,XTʨr}a3=-YNg\QwP!KsG"KN!rXGZf;& 6=pz4gqqo^)Ư>#,LLJۼuRY~c}aC"҈ń\ie98A 20]MI;N 2&_j*uyOZOh$+y/b1(&j`i ,gejEMHfqxWuwC8eIYpa^!>`?ps2cAYw7$uT ϟG_{A 9u!X*u#786nK$ӜȖ5ְ>H̬SgTBɏC,^ᘩS,z0'OY:Ժ'rGewI1s2c^sRՑ%-D9p_P'A Yb!guS>WZE{`CQp ë*m.fԘxvruXz#;:RWI5 7k'_W]oѢ+x)`d*ҍc$|Y\Ȍ/8 (]C{HZP36D*q߰HoSlctj)Eؿ0 BKW(o4rS1o@b%&s } C v҃_#NJe'[?tqr;HnO>~C[k7wl6K<cctY[c|ޮCt!+Xm}x-GWv{@o:'nX 9| Vq?1y2:}\R'[#!^ԕ Fi-Up29YA7xtPe,Ő0y2rNX_ UstPEF5#{@lS-7ჺDL4Q3.c֨cA@ p7T0cD֙ =70r򄨀W]ԔG3R,1G:g3 Ab޾cN5< f!䠓& t-|E]1"h.| wJO&ϜQ:*Zk ,~G%55*ڃLz^8`pTgu e|\ E {`(L~vbًf xI X&$sULRurV[@٢A,1rrՅY%R?31"3T)#:5j&_/j!MS'V-&12!Ī0]v[M_J~fDڸibQM3_mIXQǎifh٫|uB" lI-e4FAv@׊&1dŮu,us*+V#Xk}&бStOu'Ca]ZuPpmwZ BXņ#`z,mXum2t`5)V=Mu*U3N)ǎ^T0qQwH1X_U8!-44l(Thwv!}rZc&cueh#H~R5ˀo\=1l9bxV8bp msfE(ʍMhCZ!Ic.h'Dm8~<|*tu=E"[pU(=~B4 @(.A9GJy[cIK6,z{K7kBfw !τsXx[3:SNb,M}y\x4鱰|9?},akx ]<) r xRf=L(a[2T)/scu;5'nJ9SȪ923+-n(8%H(Z$r}῵XA6_.8\%c44̺/>QlIn^ Yv≽Ɣo)e3It hX,Q#P`` 4&%@iѵUs]*'H]y>ss,u9x` oTɲz߼V XT]RR#D>\TeԚ[WΚtp#1Oy ^3#$ṷ-ET)PhTj?-vQW| 3e*4q:d!f1dV6E a?]{0j7_¢WA<;T2efu*ӝ#S Ȅ+?rcҞЩ Jpٯ!x)~;,ƦS^1,Mo~N#zo'du@S!bbKW"]ؔ8t<4 (AbsfJm GKI[ ҉6FCxa=_;pfc-_zSJ"C_5+"*Ơ CF3X|89wDd?xtVJ>06cT%vxʱw\|zxG5i?Ҍ37;r")+h:ٔx| {2V:$]nLn' ɜԀXtP;XP)sB*T{V-_XđE}X]R:1za%/33)Z:vz^/V* E0E^?Qo#YWD4in|Xhg:]D0іgSq|! e3TIkO@ Z>m6 (!Rfg 5?M!U %*]zZȶ 6ԅ>JڒHDzy_])}-B] b{C$Ȃ) sxNĤwVm +T /ѹt2AHIv EdfoV3=J27)Eg|0E&zqmL2\3qY;rĝ;K}To ~BUSQ"`b$h  _OsiXJ4P9Drg\3ʰ{:(HWptiݹY*wƽZɣ.!`M:#,R>|3AD>o W"P{|Z_oh @*ngb]U3)0l Sjh+DLq.9I6X}Q69,ysl4m,-7-ȕ.X}]/s0bG ;$E)ӻrzR4zPsĝZ-bO3eo9jp|S )ڴKѽC K^5Z)íy+EXHP0s'NP;O0E6i7D B4M+w5F_^?r`QB--QDrLGm}0ksEv.¤*Ё6Q&iлL` ĆRt"W(3U$» d٬**fguFVl&bYg.52wħN[gzl-۸?/UÑHwƼSU:.6cD[i6Y~ʍThTw4YPV]WPoh U?q{Qu}3>xc| ljbu nIyI(fśqlDz>[?XVNT.3Lwvޔȧ,=k?A^qJ vO5g;~ux=^֞zs-]-$DYpNuۦ:֔غke>hpǭ5%X+(Mh 3[W@8bWAڿ*pA|mfxWy <*3#.i⊡(&;B0ْ_ǞT _Av͋I ]x4s ov8tzxT&]_nSSQ:59+mZw-Ķܿt%]Q{kOLv\[X3+0Khy"!U<@Wk. J$#o㫞v9=L jAS\2W͕r`npychNg9@\oS xelmj+\C]".Q>uF6Fk lsيT0 dLسHgL03ڑq5kà8OK.}[ۂ(VI*EhT zlxl,}0}MƤTƳRr.~3}*e$gd(T Bdk*_A%> |!t` -ps#•56vffQ3#IEkr1Eٮ@eș~azrO~](uIsb*߃W␡xL$mF^aCd9zEݤ[c{ ^y3-$d0Ԡ!fS_6fV4Dc>YpAܬ-}EҬ3A̼R&B3cƊ03(ɭfPuR C<3 Ċ||-IzNB9M/nTmW4Hr*S4lhSYI,CyI_wq`B FnEΫ `zk4 >U/@UJǩ1Yê. 82hTG=–`ڻMć.f~pgr~Ţ`FT`F2/psķFya<D.+T! *޲YIų)bvbaHm@ D_ęQګ+"P= AmTg^ğjT``kDc9 0G*z,Xz{zuI}وJBtU[xl-ܨ޼FprӨy\>O(B!YSC'%!Kٟ4|lm ӞZ.M-xΎROOTZ^ŅQO?UP"h01P#y_DB!/#)Eh[ 7Wؔ 4G!2u5Per6JPrFpLA&萛e{Ϯ(؆zى&M|x?}~Կ#lk3ǿYpBG w5SQпF3.71| =.#hhMh !~r`̼=^wUU[b劣u=(/N`q;K"ɨT 2UMzT"cW¿= A_l*y.#'Ocbbo<Ь3؄C"ˣF;6y ?|9,S:Ûlkrk7l,z*?&rɌXlh>dhgr0~q!_JGf1S>;(6 ߳]Ԏ!`" - 3VդJ -IS*G<g "E3L Ѧ6T)o g GW f@=VvK}eHv`lT#kR>gɝ C#b$8/o޳\C0O%o! B%Uvn䩜CԬ4 ՞og&K|Y+A]>$P[V Lj|LNyP*/An>kQ;(fT0I[ʚvbcd<H ^Aۑ3Fxs5CT| ONSwra,#>Ui!$l^f@<D VQ7#1SM/E!s•LnRȩóR/&-F-($ m&D$ *..:, =נ +U\IaDGEwB8Ґ?vCn ʰGsD%tMս@=ޅ^eD64wzHۧ&;=E5?m]%udwe ŠT<gea8zE-"\AՇA3_j; <}v0ʠ5s<~VplNv(5h1=o=tZk>C7*IHJLg #u7~{w,~ ԻAP&{>sڱG7'L t"s37Zdϙ46 Dےa?rmJt\\Y"0pq,CryB8?kZ*OE-޴@[l|.RUtyh\_nxd~s435S4{5Fԫ]qC7Hʠll^hDD|'ӍOel}ĕ82e䐣fi# ! nSxdS9][b=o=0zO᣼8G@;yn"}qP.Og/Vniktb̐S(㬗YD910)qch Z:9QOΝ壣`/U͍0qlG像ץa \M3qc*XdU❄;m MCamBaCՙppJ"w fQ}8Ij'e飜HTx5!-"e7;2u{#M(&iPH*[S'WbW&)o&Pi=PZaXlBY-DbF;*cpXnǡSa~jS|fz%w[q盃f` |yCC ̉d,Zq(Ɔ]7/u. OtF*IWYl Ԛ>" ؼz7јtR SVvy%UHÃwcN9Nh/V[h FWծYR0^hP9 XNrSDx(m4Qrࡒ,L͒gOgJ䛗9nϡWf6Q[[Z>ly׈l;Cdv۽b~P+I(fvjsfݧ:fteZʸj޿1ut̾3fK+)fLSSkOgg'D%3}6uٷKַ+̌ ^[hJ}o|agnInnb6*ugRI$M_a _>rMJ30ʼe\vG26)}Uc}cxlex;>MʈM{Pi2eI LGbV)Q:^\Q[: #F2=wUģȬntG!P`?}ɒMk 4pQN)m&COSPB;}5R`ۆחJY蚎9EOIYWBa9e;%uyB"'q!NV$[E-3WVz("hE~'!Ra8鏰nHZ.}TB^ab Y']|I7)ˀe`=;OW y#G\x)]${bFq'4vi,6⒘Yݬ%,'쑖}UY']4Vq|Ω((aR .BvE_1>Q)ȜV²pQK;Ud]{-i 2"t+`~wa?OJ"ʩnBYmz>k*=}MS>ųC`]k={xuę]\- Cx"IYUNXנ05#47N3ӎ (n)g{RƹtTNmLYwHkǐs44{$ @J*&bj=acDK;2Oö5NTrU ~y;&wAϽtNr0OrN]KL낦8M$).T>7>@>vMb{'1r϶S AMwA| @*D'Ub _Cf}5'KtvbN-fH@v2hυ?Dpv~gԲ9oddteQ8fv5Tk9T:`j2BխgF Ҝ;V6l {rfjРnG"dx?$fkt진(DR *S\"X= _ȲB+v +C1 X嗩XdVd2vidWH .4}XɄkim1b:&7P{y_=߇ys6k("RT\ m q­28k4O* 0"žS?_{Vh0RGP*;]!]Ӕ$=v][rgl($*G#2X%>q~e=鴍u{ kH΀X8B<\a_\70-=vS6#Q8;:TrO~A4[b PlwfQa4Bxt=f`I!#<&Rh9VU0:Z(ʁb`JZGB P٘Mm&q2ʖJ7>)%^A8X͆~/9͹*pw TE@ww7+s-=}|H-2~Ϡnw/eNw Lɧզz#riBUHFlK{6 ߰.ʤl~/ٚϓ2}6+iQ]$=";Wi-'XD9Zu}&A߆N2vJe~f+hVlT Z$jE6瀷0&H_9E[a0>5x̀H>EBz0*}aMHg@>dmvRf|)?)YҰx `KzBuGˮTܺYO[ZDWsVǿЋ$ٕNȉ1T)4*D@TzEݍ.((SCY +B"]L>ۍ.=;F)X# @Ndү9qISu9wU)z՘x' ]̞cJIZYAKx~ 9FO~Ŏ}r0_CIwl'ϖy\>ˊAًhQLmBW_s_uLڍ̚c=np DAr `Cj'ʆu&2$0t,k:q upsZn/u)mFq+Ą{nW-z'>Nqe*_q|`ЫEqǀLa8Laf5|Yim!]jysr42,,z@^c#a9Oeسs0Ͼk@T?ܟ*D~:C;y; K4y⎲4-NKg*+RУ|1pk,rgƞzmEE*'rST_-!9F[S>)%@V% }l5Ќ!uݢvS Ncj)d?Er # 8NKɘ]BMɹ]\c}zjZHɲhv;|@  xChɣ1?FaU=GZ0~.hkͪY9־AЏ$1.HQyӥQdk K/k/䞢X H/Q駉-_K\ОduDZyvH]VB[?\H PlX;]a)fAxw#zvJ ׬|Ёquj;@JzYI$A>^} J vgbtTQIhcm_3kVT{bbҼ1'ŏ@nDN۫,Ra5wwxA8٠f5 ܼvՉϠl|a~!=Tu0й'*QךֶyF?D s`CX1p~? 7}tjēeCJp\xW`=O㫧6B0ֆ8cΝWKVwF[}g V}J8lsY{| D޳z /UbMzۙdZ{9d52*o{\ DbV&F'xlj]_b1Kmd9Xc*E">b"w"nG^ݪ -~v{xN&3,o7u"/+9@lj؍|6g ( ½C FoB/}A7JQ_AK X4O*ʶUD2Whl>?a&d#qg%<8yNjCnfCq<;V"ڦ oeS\_3J#:|Q#8>6K#r@"%t%V*Ұ]RAߐy-A1hqJ\,{#0, ^> djIe8Pa4˄SVs78İ&֬F(%!>J3#i%?3yEbn>0پ5>0mG"{%muذ2Y{"NZڟq? ra*J`K@@A:1-:08Hf < E<)矗_80#ZNj֒(o`ZfW;&_4׮0h7n%7 XrdatL!QAŲYɴO]ώi*:s*H9OkpUȕEW=bD`wya&a9tVVJq lewlp7J9[Vdn*# 'W,,\1;P)^jۇ 23?A5@PPJѽXHQIS>W@Qʁ6/Lk:SSQ3'G_(@+ѣ .x<CDqvu%</y]$aZ{9&spH MBR2 ܽͿ{¼㤟'"S&n!jcׂن3|%[GXYqV/z-f[>CX'p,|qEE7ƉxNW9f,%N~;Ia <}kN %OQEH)S:iB0^_^iip K"rA.~Abq̃XntWȹR\'.I5f?/>V/wX?nG3A(u_3S9],Js~w۾x ^e:DSs;|'AuĶt&4Sw@ ¯ʐVgPLcbgm4e^sZh+~~UՐ22ÅzJvX;|g ;E,< Z%/g~rpS݈ovFݿ,W7dhw7!'βK/J;ΑEc%^mr2lGK=rQ Lѭx$C\<~"TJˆĜCUzۤ\3pֆ%B?E"ìkUC3KδD [弥pxdhXsVīdLh2NJA>Q'ItGj6[TFZZ+ B[qUG5) R5,E`سQSs:VXܬ^f ?e_~'_ W'# B:_kmB8[+GҞ?jfb/K~oiṂყE4fajhqн}e/l}Gڅs[ &i-RY{v2/}5zqʦ gykazX,9s:N:g?޾l.>6#VlW29Jy[b~* Qi^ u 7йFvW{!lwKXĉZ> ZST1!#| A&;2uh4?̭8_MTwG D.H<1$Ԫ ,_uUB| kW_ FJ\!0,Z"G.Wژ6n̪ y5Sn(6 3E-~LZ%peL:kwq+:2ڋ@/(W,ʓʠ q}5&q%d$疘Rpr]ZR7Ftڰ0sqHDyRSMUí]0C=ŧxIҁwŝfT_Z8L(ED#, | 8jYhj N`?j|5Aݹ# {1=fC!ŔWԌn_M2 voT%Uq WrmkC="\ < p$ǒ$"/X> (]n1|y;qw4mR\^|h/YJKz0j?vBK_GY (5p┳az\ƺM*9^V64x\{۝X!x#K3AouXl:O'Ec' %i̡ݭH 6_in;λ'ZEuUгJ*my^]3Ե!ebʡ*0u@M$ĹSQx#Zu!M&t]yFھC?d J =#c!6R<]10*}4j-##Zh&}l2>;m.3x6KVLVxH 8ޡ0H3CMJdJ5y@(t*uD}70@,બ:q TAli}Tt[~&ahisd4ތ of4;NuShs7i@LV̉8Kl6s;tVW_mZU"lŷRM3V H\m)s7مD8;o*.KNW^:8?W+pV9xCD#nr>X^[18G ݃xwP︡x\T4AxL?͕+62guhu5zo>-˺rS/ c?9m;BkpƁAa7)zܥׄV.\בޡ]ON,="#.6F%螚x?DHl&Qn'r1?N{ퟷ`p#͟nF*yv'&k$O4}?qor^.VpKzl2N] Y [XɈzlD s@2ްn34FZUčR$ g1IM}6:"#et5HnK 6]#kvS"# 11]}tu@ )1DHFs9rJ0C*RLPwnuC{r k/T3kMV$> Y}1Da5ͪhֱnUJA FNY(LOV(ڗ4RϘhΔ(5"]3J߲uDRGfa)J^w?#fKyغpZÌغ5@nw?4u^6f~H/ lo4E#3N {oÖH s  VmB = Ѷ@w0M}Dt;f st\Eln>@E_C}k_P_)H5ڷivx&K23f2c?cjC _H!Sě>[FU!U rExlكJ(刑>xyhONP'qnǮY`LV͂BfeHG0A5l'wAMg.]~m'_=JNWיlMGs󴧛C R&=ITE=pOLs=1kZ BkEH7{{m) tOU-~ \'1WSg BdS2u;= =0`bڤ[+6>주oxřƋs#RI4/0c碂ٍ%0 o0Bk* 5/ oudͮ xCЂnٌm^-L#@R7E]͎KnAADHjɢ+nyk`ݢPɋj]s鬧"X)~6GRu|]{AH#L_J.(]XS+y47 s ڝ >O¬m0b7y.+@o & ` P>x4{#_:we(Ʀ`K0TVQjłwOƂy= + įFPT{P: ^UZd8J16oSv@eU) ;4(L j0f+R@?ק|! ctoIY c,b`WVOaS4#ԭAQX/>)E_m+4eO؞鳙`Yv:O}JOKYLj0yĎ׸jQ@qf *Ž]ʿF*rg^ßXp9Npet~uR=' K@^i][ ;K(;hQ$Ls!dICy`B䀵AVơgY*۰@- "FBVs*_D(Q8su4#[.`JZr [VJ/{F$W6eomǵ OҺC1lwf,纴0x#=__bT[/)f)^a"O!$6M?sc(R|: WN+{y̻ (̑[y[pgX'0ܟUa+A0b <V[I$fX#C$@" m px JGR>& OnPqg;V?r%DC)Xe@8~N *zs+SGY׍z1r9rN{`'F= #[ևˁq+ÂoF$-sL=jG>Du55|EHV/)[g F|ׅ(?d e,ZYtsb+-}֦%Jq$k:}E:.M>4~3\ֆ?s^*=5x܈Tqka%mNnu_QctO }lR69_ whBRTQ =9L ~8'1Nҵr#U0ph(MIٮ$+IS4_DѻNY,oX:8 C&EM̙DOhً$:hͰCK]6! 9_|,aHKXRI>nƴ$'فzOE+eۢc}D`.J Vox=+o 6gSjIIN(JƘD/vv'@t<O{ ĢJ9-".((p+l.\({o."y1x#H&mU␚R70fX^Z+Z"kX\8',@ͥD䘅BFsPII6\_kE˘YqW(5hi>M2G}*}(z^; Pa ;OxiykaBR[7 BGj^Znp>Ri!åJYqQω+e0$ܺr4ߚ%H3\ў P3<:暴qv[Ovut*cqN=>G?hS?*$\C9lU< :*Ao7gӐ,yJ[DS x+Qd6&{n끅/P*Al?zdArE"b˭jzY 6bBdAlI8saG%=Lݗ҅\S3E$>`kMm؂,faֶw^w_+&Lk-czOPH~SVQqЂۑA'kF7{HAt^s8JgĥkSY3bJ ߞUWK49XcjVj9Ҷ>꫁IcY6!w{7=x,~3Rս|og+zک / y,Rdq!kx5H`w)4?խ#S8كZ0E8<=ᯑmOCx@'{FhDZN^om LIvXT(o#DeZ?${3wQvC.Vy:CѮlpB3ox :s.ARU0guE9U G6K9rAT/m_FQ/ۛ"2[)t5toxBʦv0 *[D ŷ☮}(O=ؾN$tka LQÎq:+s1< &.hP4㣐e  y7]h噒1{=쇓m98Ânfu"V*!f =Q 5|)awlqf p|VkqE8)p>+ﲮ IZM%͐B!n 8Mu3;%`֩'OdG ?ѯ@C7o7qg/%'8WjR n 8U,ƉANR77e{%0tb2rRڠ'TV1Aӻnο2.#n=+mHĽU.l01 ݅SqSl뿔Gd Ƨ|Qc̵B˸AMC±KH!dC: ';op]1vؾR,1yfw\Oֹ!rbKU%pdF?.oglaL/|%E K:{=bJLJx<.B.t{ryMӴ98J=S?1o8$AG 5OY͜ e|cʨD?Z FZ͢?r"hk֯ڤ0J-F#xFR’1g; ʤj8鮹a* B<jsA3cFΉvY(x'gCM`c؏eui8];KF؀TQ 34!qC!Ty, G{ ]SԀ$4vË"FvT lW>3B1/i) 2{.OMNK'3jrnGFSl9c<Ůw7 @Ӈg!@XVvpµ0(i[]/[B! lmGG&)(7~-+fěiRSdO}9YRyjxєڋVJDO?(tnI~ Kw#KŎZWOuZ]HL8 žC̈ջ/_jcI'k'N_ȥ+X'}mOEդg8򴖌 3uB130ItXwu[YeDQcQ ͣuy 󄹒eׅ®t!_4oH7}"6,} n8E 3|j21 Z ٽZRѼ^ّĘlj'Jh/s D7T@%WHTB\e^bsa.v꬏;52~b궾 6_u]߫ >5ᲈVoaGy{kBWTBB]^beg?C6[}]tL~Sy5bB+J5qQpL\:KyB t?~YEn3€yfA[{226fN/(.ϹFA^m2f*q2 p[1+@m1Cn/JBFAa R&- zUbK}n T(zf#Қ9Bq"j{w4^f7T'lg i^h%"` "lhEHZRڴqsWIbq N*sԙ˗k/łJ, #{ݘm!\""IJ˷wYQnc`'RuO~r:jfd.P0G(J˳irA޲,ݨޞ=*0˰ Nٌ{~{remeC} G7${ :]}y9R vRifULX%S?YEy|I/+5'S$ Sy@JiGTԪ#\bϕ靡0[z%[q!xmP#QP1sFs I8Y))sǰAɒ Q68F|kո:$GR֠GAETKcX]$M_P2u!% ׼Mf .-oE-=5JIy>OPi&l-F#h CJ G;.G~,iy4TbgVGp *z|a;ulr/+P| #5w>>Y9J ؎T)xCHq܏5 we"|}֝9B0TQ:lR@"'0b4X^}R_iK~f.rTrPs&$i"q;vʱHVBwQd;E̺oqC"+TEu'}f_;F FY0mXQgzw6(,qq4Ăȿ fXȝݰX=6<k-;֧ONř;2f9[1\f kWK`ߗƘ"ŪEj߁4E I"89U+,ы9,*iq82fp)@r(yUvJ>4x:"6ZPW TNdF.yFNAʹf;lP8a*{[S?ݧ91y;ѹѣZBA9{rRpn:Izleʜw㢃c.l!PDKu,ܲ}Nʉ2h0l mU.2Sz]ю]fV ]R&265'3Ƹ]stoB .p[$='Q kfNZq!OO_?awn%m"ǝ,Rvz/q{%\RaKWxcp{mɡ²Ol|, nޛWxXVOo^ADϞRH l䦵wT̜S;&%63%Bߐf.USY}*C`x|p(c 56#W?R#$?Qng)mbJdMMtnFs b*hpaysYж~HW)}ƑG#bqߴsb"iY}HPϸe@4|r.Y<}:&8")-"bFRDpY9]}dED~BP~hȉ_>HtȐ, Vb_XSl%4dCY8c0!x./1C-OT4'B>/>e^28w +uB[@\26`g5U=q\IJ/%niQ9-N:|S(u0( 3RAn5ݵs&~W<(k ޽z:KOK1$uF/^<P5jd߶ xR0K> \:ce9<)#q׍lB 2LTp2s/d5,Vr.'Җ#nZ5E|,Xr \^(]^[^~UwOE *!R:%Z%t434땞p/3`5n"rLE.<7bP8PX?gيM xNX cmI0 MQ2m}*z؂>CDO/6G)ys̫ncg~˒i-qxx)(3 |*83tKO:-;huw${יzاEJ0]YR~AWEPWІ>N"L CTL4k ݆R|]~i#ZY-&0..5献d.b~ (7$ ]{@{o>bhN5dgh2Z3I,XJƧzRA3u88R#iOW?H@c0i34|^S8;PWV[Ԫ35@KC^Y󟹊橂~ 7w3] ֺ=a5##48 ,{tȳ7l7ִ`Os&Ap?yo7=ESjsLRM(S =ݹgG_6КMϧ6`ЬXx//ԫ{R#pBbKfQ '}|kJ3.2ysԴnd,CpU9A֖Ds21gmC-qD`, BDC*"Q?D&LV,z;Mu%9"KT5:j;)zI1;/3vh$GcU;ӹlm2`ioz gV(˥Q;xN> 3n2zvRVEr.jF76*xTg{";@U 1!Pml#(_d27ha mc"vRq/\ kDGZugj }{`I=[Ļ8l+5FDo(g{/ro1p2jtSڧ4=\a}tڿVJOFRy7=8 ?4"I =d^5n^vs cQʼnvgs/^49V z5+i\b{ӷp u Q>g|-[I%jPK*c['l=Vm/Ʒј!)YLs1AZ!c.ܴ.L;d֖  'oOO&PQ'i9G#ڴ  } {J||DTE*&o?%3SV{\`X3|^5rx'3 ,m+. 6HJ+[sG˧PdD,j@ip#9}B1aE ɇ$ Rt6@泠/#hx1= =8(~!w{p؋ ]2x&ÅL:4Qi"BG՛eWSRܪ\"/Ks,9M6UJ3p(xwnZt,$6Ka[Y/OҪe 5g[F@$Y^XH3^\lc2L`sXP'?lXJ] 0ƒu*,awm]x8]<D oST hM )\*oBZSGu{ol[Wxm<~ Alcޚnx.TdCӼ.Mzltbx\ A ( d;KX.lauVDbJ] y9"^8[1+-x=qw3Uq ICɄӣ͐t8EaZs(o*=f Cq݌&pNgD0сo?maB[sIdzNm38:Dikلb0MНyr`;Uc'%XuG,͵GC2BfFA$Q% 3SmXxPrBeca(#.+HN`[ j@P-8Bj?Pҝ67QL-CtR|B@o|vk|DRkǑr f:0J8cGp\Hj9; v+C:%nhӊݤAMz5_6)iqAWrͪ+Y&6B8zZWhh>+! 9aI}d5]AA٢s"MFp'ǻ&&; Bi=4H9+-M: U_I.+S$MJ58^ M*B1H${iYH~_y˘R(s(bnxqEߏ~` r bqRЇ ͓Y}cs j ]lY<)a z@ހ.ϛ[TkFfePe! T}sŰǭתb˥^ *TgwLCcIbz=Z2øBQD 'xnr-~?44y%\A>cVC7J]Pө;ZM<]giUX¦K̞>u|. / coMqc]'?_0I~1fqbhsҊIh] "eƮo9=?1&ˮD}ahλfa%sw3~P1∭& {/hdT[@^ ״;џC0&xz+ z˘ΕR1 SN [#!nC .;шwa, FI/~0(BK\>R& 2Cbg%bR˜*ABpׯ%t`d*.&ԧ./Tw_KFzFڻ iw5R"2ч ^ iuI95mP;=w2W6B*)*fƌ$F'=s6h+6ι'WIyN3l1Z$ҪBYvA*!􅮲lLs8"wOXP\f&0|`3e2~Fbe VB9q:zH V"n*J=un=WȰ|0M`qYDCox1KdJJen[OPkfYDh2wEuˤqF_". y\Sd;ڣt_THE-@nI,xlh|IB_IwC0sڃn3qcGb.YJ$@HIeOfb!YC,؅!ekO+:esV$!{ LM+?$WM]Υd!釕A߳Ĺ;=l:>J0j.Kin[A˄Lȹ^ܻ5SHjйҦ}6c}v{lG^Ht8B$w ޛMcSi$K]DhC pIws |9[b/dwSf6{5 J4%Q%_!;\[ 8]ƛou"9FЪF#y'Hqڃa 4nyo޷nGšUKL"? =DŽTcK-"BJFw< t9Tџ+ĶՏ^[\ `JBɔ}Ir8v N| <'lF)SEΝ!pe?R5݋sJU Mq' (#* = : jQaPS!ލE]MEFfeVRטSs($,of 4zӰ9\ k'QwF;H6\HfšWO թP6-ld" <~Rsf]qzBÝFIo0 CLwow-30?щ=w~9޿\Gx#\$"Tc@1*#%ʫp%fj7e&V9io_#Cq;IZvفy+VSeN1bn. M' /T¸a)g1cf eu7 xʘx:c<xq- ~y~stci#Ǯ kà”hjdNF%yzK,7rKAXa=5¢3gC Ďu\UL?~zʵL34dg΂Q"Bze@yPDadt2˚ipEnu1mi]T~,D#faWƐ-^6~t̿xVʃ)~t@ՐX/[v3n^ LiCDgZ:}ʳL7o d1O1sJ]CqTc>T/z%_l*#s }m 2⯂ +!7g 83 $VoXO<.v*#ɞgn胹Jau^'6[T8 /89#`Q9]w-6"20jN<|ԛ)K؃3ؐ0 s3h@>_V"9+PڰB1I_D6$)R׷/_u"ab0Q᷂.-'%\[ˠŗ0`fc!%]VL>[Е{ŲxYu _`-FfӡPݟ*YZ)j.F8u)Pw,Qh ǀ=CV.BMT92$gbC2* p> s&Dy?gG "+;d*-U!7ai>LDbN;{ʡ8 ֨$4z6HTԋNHtEiFX̑5(hciij$au((qೡd$;D/zGMoo3bȮ4l>{,93h \q)7:k5ڋ+֣r9l nI''LT-Kh89)d'XBߊU艵t  mT^'߼TH} vk+:tE=ת6SIt<") vo/Ɖ:3?+![-.t=ezҫŅS- Gi]xZSO(&[P!R@z$9"#u>"XN<;af*5ͶgyDfm {bFӆTqQEe}7QV63thDCoGUf#cOO.~c_͙ȅ6濟Ep&X/6-#:ʘ #~M>3ݩfѵ~0x42eTuoA^BLn WV c;ʀߐRun&%t_~̢O%ZP0EUg5؇{BιIm 5'~ݩ2=?VG.hp B`GȞIfr=ԏ `~=-\khP&]U'J=LxFd-a }o ,Dy1 ^jP:ҬE]Dp#n~E_Jj=/P]axǓ4b]=lApJ ֏Ii: U?cî}M5;̄ZW>KM$VRQ7*J79],(iE겤+cJRۅ"͇]F8! *2QqNSCct&{GH]&m^L Qѿ70WA@:䃟r;LE=oi 0]C'*{]&."+v){T&Kv:|v2O OrUfVQܸx Sc4R0on?wjQlj2{a V5GZ+,T&hLj+ cuIo*.w"wĂ59![x&|t+v-D6`}Aj#)W4jlI+JMmk(Є_!'iPݶ$>l~qK -V]7_F6C2[Gg!~eL?aEzE66F z%ϰϼL"  8vۜ|`0tK6rvT<⒍cmVw~ 6#$?qﯛH 9OpnJxRvIA] /hqs-w9"NZ'޹!PwLtpֳqLzn.Q|;;p+>nbϽ.ɳ2^N&4dsX'&d0Lb -i^{kꎳ9weYn=%t$3|Zn,Du/3 cQ]X@~Փ1 Pj( GidIx!1!XJZ A0+=?,As"IiNnࣘeӣ ̛XWk}a'@_ V$M_2?- W޲[D!|"q/-|,x% B.6f}7d#- .1^141H\mC?yusrL Knh)@-oQyT#3S=/!Ҷ-zl( "dK#1HԁtiSⲈG> t>ΜI߱ʚ}#⢭Hhv/[lF*:&ĩnޗfFCCf?>l;}۠e#oh_Ry tHӱ0ZsIX2ZF/LtR~@&RL3te*n[ {@kA b>hr;( eq r#]yҀj ;9uq$W=`5';fQfy&^|jQR3@=7&{Z#rk{h]dޝ!:42T5&X95,䥧E"o5SQƂ|8!gxeRNf҃^X eד+8360M36 fH;PRa6EfC;/-oҰodҊ!wYQ߃\.}w +J!0SJwcOqh҆欝("Ƶ!TTo>ΖCB[S)CID`&lCڌh\mB/hTlTaX5aMG =)i$aa+<7kwZYԅ˥%7Sbjv5~f llE9`rӢ's?FᣮJX#2ٓn*Zxj Ńw g T hMB$RN}"U.EH*Z8[ &2Gn[! Wsl5xSVIr37@ t{) Zɣ\_e:R)biB[ե_Y)bJfߟ*ցϹ/z%uвI|nȡ~ Vv311öMq*خ/u'=WP{ ~G)\^J|`ux+mTTitqVЦz'mx'U"=O2ѯaǗK"FWcsn IᐄFO =DB~Bz9v9/˜Y|:ŊZ_֐7Gif/AL@Xn'[W!'EP)+5}LӴEBhcܘA.a?A蝆YgN7WekJoue2(6tM?AgSPzQd0'tYĒ;Dbeިg%-ߘDUiޠ\px9ݲ/N٧kRCR{ڄgJX2ltl^Yӎ)@Hep⫛Fo.IeI[J{]/anޫR|8H!!#aTpQkrcZ5jLjnғqMkNcɻr8>+d{ 'y&ԉtqGm}upNe: 25s,PTJ@f_^gO6E8I]f6̒r'JSlsVLN2n YG8B XRY5;C(![}O~9n-5/H!9$=Ƈlb|y j}w ҡ$BGUeS5_0GiSO&OMkRYhƬ=hyS'h+- s^}Xz6ē⒖DD \sRAdn>hny}O_mD:u~T"lsVT1ZVKyb8'\xclbѦaC:aJur u-gE= ǵQ76'Vn%OnS$(~ۇ\Lõ<"Y:YS,NK'<= ϝ v7duد.ž#>f+5Rd\9UYfߙLBT ;*z:b|K&(3vK% %yr?efYV>:%e`=<7׫6&7Sy\8pFl6ݐ+VV;Zՠ` 0ŐL38´T7#lh3%ӿ@gC]""2z4&!(õpk[OHưwv|:RB:Ż"6j3L'QuHZ0`Z*0S}DzZ~adؕ[3OA)j5KD=ྀj0\Kg=]mSPOC#8J%c%RnħwncwpXӮ(]CCzR %խO_qw V]Q#J^6\O|R,u=DzdK`f{SV|148(n_xi/~m;4xXçj.HD{ (-yƂuO%*XAU6e}F;P=QTҬN ű[2-EGr*ȟfA[gjԘ FD^QDT^V_7GVŘLQ E\3iIl0~xbY!a)f6b+<=L0G)[n2nI MBqH7n d$^-^dO< gRXV4]0|%c^JVT_#Vltr0'vǰ2 :ȇrlBrƶ`d 4𝛼 N.}0w;$ƏQQ` ?a(CG@?2^WV^}*R|U=jKYЉk^ G5m6/qm3q0H&wj*'/ΏPJ6"$qvNR\/v/BC{_3" ż ].>CԲҩvm?Bw\5L=ö$D**}ǕyUknگ!bMvܓ )+cȆ'0lrщ>4boJLc%wsEw8 ]457:Aɔhthi^Aʋ3GWZd0%5+jE՟}i(π!JMQc;þiU 3 ?\;+ OK=uYBNtcGAs V[e鶒6.#fK*lV QCUf #)#+D.(퍉4mϦ&8v弛4Kv?VCġ,w*cL&ch!Os0}0l2pH #-ԇ/QspIݶt=3osV]aR \ȩZP67ص!en&qRLUU%Qg»W9Ź+N3{#H)=l4;^M^CHP56,j9szyM@[D6ۏíc~wTP1@ s7IpxX[$H\$At# ߄27zwɜ#Aqȅ4g7};෸ EQ:3‰h]ݯBq۳[Urخ: % i>`ABgc͠uAYu5lz CL烷7H`ɼ֖Q^"Cg~E^[xy% )2Ӊ;pTaxwJ"wU:%p"(R@,~  xJQ Uب1ѝX^+ _?) |l"G㓔}r~ ?Ș\:2Ӕ?N9? gN̼V{kն{`rJl1 ƫ̑.O+.n(S7@Ndתb;aj90lb+qAfiHfC:NhuKCv DmhF r|@rۯ9ij]m̞5s?d"tO} {H/y7>>>QǯdԽBD Dڙ^?yP;"K%-'\# t1uSM>1Vi]o\Ih,!_%G-}ZP5g);X@Ԃ9fcne&&iKQ[RA%0BM)%,v)chUI`4hRݗVJ߅ mvӏD<@b'zcJPlUPZvzsFRhH!Bt!AKj4yHS+L'߈f,8۪z o7SK<;.Og$IzZ?FEa194\o15^7.[`'zq]T!焲+R.9XUbՇDz叜=̈a2sBãt BoOa dFwSȔ2mC&k ?Tq)1X.aޮfh8_f/pyA;sB7Ȗ=YJu ޤw<, CZlH(|斨&̥beْi0 f.3w[n(h.$2\ G"KlUF'dmQ;Cdks[+MNuK I/~EtH 9Vs1cF( % +`wC-Y2\Sb) _T\P:ܦ:yV_[2[ڨ)pVlẸhr+2 %u(6,5fd7e6\{>8 ue:{Z_=.g[8$>pjx CXqßz'8̼@}uEBB]Ei_`Ds^c{FFfCKyK>‹ؓy 9j ~&C뚜Ve;04l9R5t#|xvl|;Q8{NZϱ~9XpY>#5]v8wҸcgZ2` M9.'?c'^=:;[]'mKhs,-cPt2[|O&@ Z)ҵP7C;B4[JfEPPpyW@+ğ#SU*G&w CD~#uON:|'e!cz1s_<*u5쵎5}\@|f{Њ^EQc@<-k Fx^i\oR> jh(Y;q 3/Ol59pgGϮ\D(cg&$v}~z"?&AY$<#B:7:ucg"HE8Z05ugySnKv2Gd@4NOi8-lΟ"ڬ[Y}zvnGEYk">v4FĂ!&h Aʐō12Xz4V_])5{f*eeϙ6BT8 ˡ{^.4\Ʊ!"^ Q59")xVxԣ6fЦ\ iOް3$ ]^mZ[3Q9SşLuqLOWdJ&fT2#@yU &w1r(px{'9ͼ4Lf!kiU>_={ UD*>>7`IG<ixg{gk1Ԇ֕@ 5^xyc2j 18 UO/K:2#bkz Nl :gn?\WP?~sD>y §6cXl{=P61uL,T1E*VVHmYZ#,axS&aϷ(ss#wz ] ft{ݡoW $Js$3cύ ]h<%r#bRD :RK B}+OדJ2<z f}24k%X'0M -XimF]_C0} 2mlv,~0৞f5v\Hi$O_'I3Do Ɛ2iσ# z稽U݂7_IY2g=C^!cY/Ut牒O{P9Ovj+Fuʵ#&x:)ˍN]!rdh]- O3 |e=s>L2 Unmr>(K/TN"t-^ |wNF!$L6z$ YǪS|:db[<c00:룄Fg=r5xi:n3ѭ Y6duDYt? g7;iXVԃp-i pKwb=%9r(t/H,$sGĄIxl]յ8]u}:}uXo+q`K|.lOgUpi ?zhAen#"RG47Sm#@ -cݵ$?iq̸Н*ےͱ!ɋAg!xr wT `m 6&oD 'XFo&3G_GjL(n c/=fې`rJbsSaw^vr@_ z D!ɨΜЖ F376xi1+r3޷˻(:09Y*fn.&J:;MoxzC|Zf&W..vW"F*E'$p*A[( cI]8+:0Rׁs<1V/-lFcCDޞPg,M3ȃg"Kn e&ȯb 6;V|uk{[͸rQ")EWD%*A4 K܁ Y}cIxE3UR -VDA{Cd"@=eRGukdr;;<\I$+ kd.6&g-2t7:%nh NH:%6* OiYWe.u)Jgb(o)><*tSuM ,#H[92CMB1 1svTq kT[ VpbZY@5ZW Wp+zXD$7-gsr夦&9B-Z#${(RbSы91G>iIOr>ϩ%2߲ TucXuHNyT+Z7gel "a,ŔpيA f#&-;&ڡcv]NF[gge"7ZQZ< "ّSP,7GT–/$UD&4˜85m/#k)>sO,`0Ϛ)7ͧ E+zcAQhRׄ6 aD ŕ$P\Hs_SեD ǵHp'2:mX rImqì@𻉋:FP|wB>Nݍ Hf1_̂y F4?`7/1Fr΢ WĖy";ޏGNܿ`)m"?y<=0@Te#$_K&eA\nTi׻2JV>s:E->iR2,NP.ЛeQ0_@_U'1lxڢ*m?kxv;/@5B;R 4 $pP1BՌ*pvVj)~꒦lIK VWpLo ewJТhv8ٛVsSK"!hȌ-T4~~*sv!COlt+TRXM Ġ0i,@shz_+uѬ0Nr2{[1kOۜj5ǟQngLJU NKJ?0ɛ0t.l>>Y!&A]GԶf>QԦ폶6b^@%A!cS/e$#s+?((ZyLBzZV(7{ L q~,Tu#*SOoX޾p\]F=@a "HU >w_u~-ʳS3 ߭.@F:xv ]|)ϸ쁺uqbޙ>K)/m $jr#zz;je+m /ֵog2/aOPr16[J+ƾ$Y9`xpX.ƼWYTrP?b8s1Mξ~W#ߩwtoVE@*k9|G$Px/hs_*k-Q%spCdﯣO|Q&p}s+s洹Vcnxl= p}/!i|Єbj[PN T/j_NN#hgV swQ aAcMХբ19k)elN</y)a9DǢ wP^V=Sy岎 (AcAMycU`ruC%@^=ө73nʵRtL3Kf .ִ <9upug.~]?ó;@lr百<Q<3A-zeB}L"$v0m]&N___W0`(Y 9$y0}#U</:TE'ICR ȷ@S;⌤`zo$5ЦӅih;Y.ⰲRQ3vtHC_PX^aNhơCnXGdCI;(dthrgo!wujfCOΒ/$MʬRJ3m 'qp yw>ǙJcFĵ4&bʤ J|2q`Q= ,BX,\ PY'/@ f A,Eƹ&;d`Ķ'Grn|Dԛ@uaZŶP cx o6ۋX=61=/N1 x|qtj>l.S7 5uLfΕ[$.ԣ!6}$30`fgF#=^k@7xelԶ,;tu`>j(n.uL޾4@ybH7pDت@t(g3dex2oڟpCFzRH9EHփµZku hVE_ CdmF>|]D}h/ŷRѭTމ )k=yE0Qd"!/uD(%E)pձJ}a.em]|a:R\*>E)g&/GW]A*/2` 3H[WV5v ]p.Qa& {Px :R8M%o 6/{([20]V5SU2??C$p2Hw"@+W{(9闹o07Cd /:[r9ڳ$4|%2YRL ׊AR?ް3,0Wj`saHe$p[cV1nŻF͟Ŕbٗr50HQ}fYH2V\Tݯr^HњSꅽsoQhA5P\dpfkO+M\I~֑m1ˤ8#~}t7i.AǢ?N~n7Wڅvݰ8e~=Mzx,_̋c#~5xr3G>Ww~A khdIM`R8J{,f.8Y1⩷Uw,X{%kD=i5ty*?B{M;0#oe@ayԕu\63tSzO.1nWrwXtqf]iTcL\ ic:P&Tvf]fX /DvA ae' 'B+Ϝ],߆,wV5 15B:\XzYi|,'c=cq^2:jay;x"tٜ&1LJ,/5R֟+QSܾo6ڡtSDiY´w@~8g9o1 9ɺh| ]7uyUXӞ6"_C*?M`]lr3 ۡ]W\{쵎6!Z}#p|fb|2&:ygOWЈ(gFusK`p?uj%@ jʽ Ur5+ zʡd|8W \4QEcat.SN"BHtl\V3 CAqIr?9,r,K,!(LKހSU@>)&>`j!)h Ąń2$oSD ;m ,m|1otev-`Pϣw'瞖'FB&²\7_>RPqC#g;8TI"-ɃJz1}Z?\B鹶  ,1IPXv1mYxqIrNo8)P5A|o(EckL!#I ,9{5q~h.$P632urb^)  Xmg J[ yaZ#!7Ce 0px-k.ɾx[Yj^qBih9Xe"`)qb">;*'w![f l9ÎpQY\,+kK\]ڸ{z)rb!+taPZNH0m=5IC 919-" Ֆ4R6{U/ݘ>9j<fY[_Q!v东tG04Ғ8emqTswZ)RCHW|= /+T2xo_$siXu@a4W2Ƹ]|b5QZD;"7\f?{s47h!T78c VDd7!_a~IFqu>~;ˋ 'bd+\;Ɣ!0闽BH8=(J}B`6n/>}߬Z.X۹~|Xn,lM "ɵ_,^_ ' q5r㦤LؓrUkw ?8{XM̾.sE;IX .&K,޼'4A΂w:T kgxY{T,/J RSUT!*QVp#>LGtx,#Nܔ7{tWx-ЇV 1-+%ɣfW5?dƄ!77S-l|+bz 5䶌V3g{+ۘTԌ5hKqxY['N>uޯ4ͨ1|6tk6$F꥞9BpS3΀2m R f_Pbs}19gTǺ3 ߋd\TߖB yV|[h>Mrڙ XC)fmwcȃ?EJƨ/;Au.|=@rhjWFo]%Xun$\hԽ(Y"vZlSD۪c Bp7j!*7[.}+duh3ޘ/͎G8H1"jD "w`OC$gtUU˖)yh=!S|=OدaMN26DsGsAviXsu~!aÙ$1~anJnvTC EK-5vz! @&8ki)Ɣ?!o]n~">0Lm˶h;Lyx^10.eX&+fE3^\Z|Q:P?y) i6m_Œ ?Q&OQHocQ{$6!{PR W/!ִǔ>=vN?j𭲻Kum}[Uh]J_M; &8%3%ۉ{AyMv ȴS%yv?Y~ QmʠE|zZFcGUx6N-VܶIXdcRUV0]zKvd=zmP'-_;kGt!Fz 2v,U&TԇI!d3-JW:{;NFrAQ*>Zz儛vg򲋫f61 Ïc^_4P .jխ_e Cl%Xa{?a.;?%DصV(8s0оzmz :pRr~kKN|e4T}!'agt (Hy/ᠺ*]o HmoՊ[[EWϴ"}; |H KͣDj#PC8A^ȱFXشuO{qODaIxlZgo24yGQԊ ;\OpUhƋ9 tR~ZWJ9w>׆#3rŎŭ=/찐滒)wgzhbWK$z:~;sLVU&WA"yXHGT#& F}?@J*|:l4 _n몓]a{y ay9&>6B1`Xt*=l>dz OP$1NRGJ97nW˺UeJ'77Ba)pb\oմ_ c hZrMY͑ 9l+R- Fy| &]@̺_lb0<?Kۏq^{| ͏fj}ðN83qz8?}Jo9rWXiIe0gƴƒ~#>FM0T$5UDD΂nW-iJ D@/8CĹ]dؘxsJK"p8Q -WbgC<&U [Oi!.bV U&0t O+63OڇZN9"7Mz}߿];Rg8i[|}icL{&9n8HwZպ708ߍhl^w4+6uqE)O;mpSIyf%S'^e?9qS9sƺaq#Ђ][nХtbϡzhJ~w꣸+3NuܾL~!y~n)bzc.te=BAO&lFGp7d۽{4.r ^қ*8ե>FbiWh[ n}zT,6 mS-xGƭӺrEh뉭̗\-N{/3>Po\?â[MvxP&h qA[)jfvI !c-yVla5rOt8 $Jͮ]&A4&oEcsdr?s=0"+dk<yk[uImJ_|D.ݢR@i{Q0PzxiBWQa^FyL_Ff>"dJoZL}OުY%̹?86՘Y@?MA4Q|æ!r.տSDD@dϡ7VT|KrP[oضahΗ#ao/%3%,_:-Lu"ɴ+ކԪv ŚErUS0F`UȃG.Du?WC.РkIdL#N6In;zv<({Rno^_|l4^ K1l>|)FT ^wd1eknQ3;ȗI%8PҾec ۹Y?pJN!2~ml[OS6U*{!5r! iV R]xfbmfB3;. + aC0c'],YpӛGY%)OL">@#)zq^V:lA;~W&S[,$-PI:+ۤM@ ~o.Y'mJ >֍ B ĆQ\Okm?2HLM15޲Zpo]H ^. zvr5g-:Ns+Qtr/VGLÖIGjFК†Vl\=6 u/G?膩+(UOLʡ\aM#O,:o u N Cտ|•X?k$YH}xVVtIN+$:p?gu;>qn_I*e iM:젵S·~ =Ԙ!|$(#\́,"[g#^O\% 5E{- 3'Qm_eaAA"ߓw^hPS2{A=J:Z @UPs=G&i6qÀj&߰@iK+[) ǘx*a\PG2Ȳ6>0FtYsqO-~xO2;CW|Z,ʟccbRam{&Z{d"UL_{ݼ]> ` -0FBkb9rkianXr[aaW˥UtP*vjmeBp2#4J;9|QҪ#ʙaLTuPh\ՐQk<x<A1,1G:g$#n-MK\.DLMgsg+6C7 8GUJThi&8AVp!Ş{g,(*C=fS#m[&eY[ *J]krXqW@Lʫe'oer]t,&5WXq_SaX48sS@M2P 66t^D2 do Au 2hϋOo1;W<7 4NoӞh5.\Y}kh02yK' C>ϧ̡6g.+`U&cp'|B !n="e<(S^!Sӥ bqϓ/ԎqI0bf?kFC !djr]PKz,0)dFy9 z/J"th{=U貗1&|r-azaрU*5Bi_r1qY"<,U~1QŷPP3/r5cд\6X=HL',;v}b/EL`u`SBz& HbԌ߀Yr}FsL֌ֳ[SF7:w;i^K*ɋ٦h)c6_1O.|Hл]@fQ.+z/p0 ؙ_* 'Qm }_a6W_߀SͰ; HM7Vx_}V^#.Ѕz i nM?Z#?v5ZjsqZ &3]X3AW`$J(nF/wSożhfg;bD6%h՝21EBb7kQ2zowb$tq-CP~&X eV>t(|a@6~YuWsWP=8F)ҚȷV F0'0kϘX+ydzU4=͍yZ! \h?e.} 8ntĮ̾\0L t*E_'8a?k$$.WMc_<%//&!40Msg^_Ik3B KfP/>cmFZ$"G*B4 H)^Ե{GQDu9uݐX 7~bu置)l+t[X-85b"D(p%y|[{aqn |B*ghOl ˻qP*O>RTdA)z [bbo+el3%̟W KK-~HMT f0!2Nn;՞m7$R1%_oypf-9O;?5{Kqɋ˵Oq.8z=aNZe"u1lKI;Fvwqyh7M\Q[JX]EbKe>aY o_<&ѝ·y3fL8|-_ij"Z8e]-2V3eepMYiQzt*a2 Gw 5sTVrYoԗwG! rܝ9{Xpd*^ p^߲k") u׵DjQYvTclQV\UwҪ 'JRH|6=IZ9r(yi8Y66x!:pN] \/]zvfa@Z K^LbgVE Z3}9`g[odL zOnF֬I]pA2DⶬMo&-nm.`& [.2i)U =D+ikppKq{pAol/I9eN|^'4+_CϮַܺKz`clim2ׁ6pZwS\`.kSҪHR 0ǘ, dz=vͱUbfȠ}vu:%M[?(b\ U䙈?GGG ТBX1 :QnH 'Q=r;0SlhvUC.JJ7<nJAH袯fYZ%fE V2zllݵqL="\++5X α <$}1>_S54= vԵ1墏!:WA%Kea9kGz9:ߦ^M2 jmq'8zs:27+B+L!ޅ;@8hsdj$7LH'Iܾe)~5Y n*~K҂ 8fߌZm߀@ )+>r'{t7KbF7t4cZX9į62 1 *x'XLXB1=9^_anm]{|P,A"؃wa"scr]m$3azAj|`aꜧO{ݥj0j!YN6% {'xz+E3dVF_guaw2y=ր> W҆+8ym'HzjA])ۃQBYv7!k"kA>&{JQPq)؉lmQ!]ެeSz"I {#*K1m5\`tG:^SIdC*&U< ~WPi}!y5C:*R(K]MId2=%i?[OB•dU۪:܅MM3S#^ʇt0'?E͏-|03G)^4aK<5rtD*pUa/m4O0c-}x 6~*ė`WcV~&@U=! A{.H[jF&%~y=b|D); EZSHPhى `YHL1 `,6"-t_Հ%Bm!N4Ju*f"?f)h9d!,G>İԿowT{XXjr3DJlV ^rFF!D 285Mː|CM@$FAuCzvqR)Cڙ`:˘M[Q\YUg|HA6(BTBLD6^ H^8|ٿ@Xˇ,'aG61͏5s'ݱZW_w?2N?:5UL:^Ά/o/-ae te䝆6/GkaK-ċv{xl9!8=YDG4m(4"$)TPK%p 7ng1G+Z[DPt/&.5PhM7d0\P9kA1 sQ+pQ:b蚱'lSʒփ=4!Nj0v({p`!'h"cv4Xci黊3h2YG,F Zό{_ԓ/wQp :v鷒PIPXw㣐FFb?BsIt Oq-=&`K yTWo\V SUAu"0MŻ ?@i'SW#ԙ~>Ӌ*.7N`!+o-P7#u^4 wVAlsV;f0u3Ȟa4XL(fKH}Pya 6_x‹po q {z¾rxb^T"f;SGպlzW6IΤB5<TХyTbm3: &+w21'Vf&{e%IM,T8ms^C$$CXl|LER\,+ 2`:  w*bMTH'`.ʓ4`a`l dlj\,=% 2h猝ɯ`*^]ov9+zpТ良۝U<=}s+ѦR&4θchLq6Oil[/4йð?`CIZBhJZ `pp8Tz/vOwEfn9aG۟l}f@|4MvcQ/:qB󯜻*bv̅d+GifIMP_k}zVkpJ+ت5c&ܺ4Ȅہ5N+=Cd/oWMIuʍ:gxjVdC`$Y]K{s{bhBoQ(~ cjxzb k40:%8 kS42P ᤳ -Ø@Rm]2<*LL9%=u3bynD%%{FNJgrYr2;So]/t.?S6AL>ط}{/D aoY3ʚ1]b3M3`i#RZ>džI,-]4 O",gE6"}hz~ﰍ1y=&;⻭tgv0sQEýD 82e6IqCDv'[M_u <뚥/v2Yz'XA֩R+B*އ%]dLiym=Dy Ѐ5. ]RR?cwNnd5ga|}#`0U*_%3!Ɓ*^RHxoPhH[g+Qs~r|N '`/=#.4O16\Re%B˜B_x""1]'/n%^m lJst,"1ɧtK[׊zJɐ/%rph^@~[Vy(y6ڍҊ@ ؾ p(ֵG0$}RpW-)%ۿ2UMoMD`bdpMW)jȊa}%d2th_\Mb=~aB )ӬAA$ $~Y r uA Cߝs>-elyAs~a_H1l u-)x&ېУ4\Bd*A3|ϥ@!t9PQWcˊr"Bp_GjWXg#joR4>%#{ "NQC_CL1Qn@]KеPFQN `U }?{z@v2D2- w7E$+xg20uA,BO7ӒEZ ;|V̬[Tr|j]a=5peр⁓ՙy|8u( yib''*[ɖ8BC14% ZϐC-q `:z(g:+`A|H$]_ǫ5i3={"6"eA s^Q)!'疟F(ul'7lrCĴP4aJ<}BHh*,:yOʜuc(LbGK++|pN@sqܤ󷙩֫!n9 [R뵨~DTe=^C/rmcz+uo6q06'^aa=OK9P/VMcɛ)^Nwaɟd.jI<&3sCUyIWK2 zG"gDBWRl;l0(+-Fԏ9t!_֠$%f͡H\Zٷx`-ҙ,7#ETluE@F Oz5 xDG5GN0bu#'fR8l'RYz>=k]04#>Ւ9EXM={W928J<'-(-8 x&60LiYg{x.7pL'dD{:ÏdZD KCG3)ҥ=JrH2Œy@ZCLӗ1П016na6r3m1urh #F))GwZN^٪׏~b$|FbbY j\{m5KeO:S^b$i|7:-vCkzʋPEʌIE9W3kn @碜VQ"D`5[Ѳ 9^[GsZQ}2=kW^Ηn6eߌn>j@D< ȖPF<1֖#퀥 ޣR]P)ܾ9NBы>bRTW NL9jg;(DW>xzj1eV3dHMg_N >li-۩@UX=J @QX/e~hU̹qe D)ovVY!3N@/4QXmzΤ6azct(Ӣ: ޽dDo^aBCAq?.MLSĕ&baUq77J\FMK1RzfS<38:g2WXx\~QyOHg*opoJ>['^lh Hܰ)M==':Ih2 q Q~ aHWÜ&HjxXᘩgTY̧P9kY[. W {:4ry12PtR;GL}޶{ 1.i|lY`RдݺoamRp.ɟ&Orqzt.7mmehu-椏X1kĻ9EYo3ǽ=A.^xF*m0\<2s6L_y+\)vC"R00PxR|T~":3TbF"abk^MznekNmk}m1eoU] Nl-%n뛕nY=8`鋎(0>C91u|)ʓ}jS&WlLW-TuNPD%X&SdY|C?2e0|DN{j'pAll/rZ+S"Q,tm;!CT^rE-&:Zfwࣵt(FU)d5N'سec qoyPl ݉(Оvjɂݪeh¥'ku:|e2Ohm0* mZ%38DءM 4u2Dh fwBc32\w_%]25:-ױ ;`a@9q'En^+dz"߃l}kC1 VuoK8 [Xcn}0X$6bW-V&"2De;U7K1p8Ҿ>.Eqmز@?)4YEj桾%(%~MY,RSvk=&'n%we&Kʢ#yT8&W\S!+-:4)z>^KAٛO9+АP0^#̤?Ryw ƶqtd P$tQ',9Z c#{W_(N{sB+CJ+HWۧhDL6;X"ax#!Ś$S(S<3|(B.:]:Uv jc'0]ʨwԺ_u0F=21j/*lX3G[Ȇgƺ̽ p{4y&X6m+eQu&(@0O º8Cew^OH-JP* ȚG>8m#rvϊS8p3;*,qoQ.Ll_{[VE)CC 7۩!; ?EdeU5 ͏xaIHəzmŏYgm?CTS[4U˿vw@53gW˕2^~{v"Bu[cL)]\&N/kc̙gjH((nͳF)A<36n>Dz8ڽxLAԏB2yDW=-9AjToPqw;ϰy֥ [݂U7{/ɵzuD?ا+8|L0,ɉΊS>IbK1Twksbw% f~IM [8JƐ`kI[dR5 @^1Ȟzyz'R,Pܲq|]I8QѲD@2 uq/xPy`Rd#^4g:di[( $nl\PBSJ12%Cq:{+̖~HwE_!K&^Pͦ: ]돡F&3г=$z(89igèG~D;jӧ/\r?X'g2P}TH8x!;]U;G@С@rRɐ|LJ%kѲ 2cR~i^Z3Mlav >Jji+Lv'S 7f\(͆ g)[*,sdq[k /6e9`$( xy(OkNu4EFMcn[j)wSvDr6J .W9S1i{=WKzՄo"9;|zhq Ty7ؗ ]/`µ&&1j/4I+Dx iÔwB.L-M(Lt[x^u >13Y,41T@w&raJv g:۬=oeogiD CE?+OsiB.K!sf175j hC6ؕa?2-IVS>(sߤ̾lyyܝ}30 z0O!LE#?ڽ->c\U(@6OM}&šsC^_`[K_7/s'r-f䪊g?C%flf]A ޠvZOrL|9zP>V昨1RۚP vwaU0*gƍQgKT Iۛ+H$!rn{"UϨa몉BR~ߖ!|vP8IMќ .OȆqܒtl),C^I8dBUB4x\ctЮ|vZf9qR'Č?B,bgN8n"*zahT}0 N {F/i?BOab.v|W7mėWlfC_!TYjgwH+{O>Dǭ?fo>tn#FL4-8 Nr3Q6A9Vɚ qkrtD P,AO+g{2 &@0C O[m=vU"łGb2ADpneNPGNY:>}$Jy\ )!ʙ1ir9m=eGKfϺ<% ݀NBm2e}wEPZ8o X]"p{[%𠏹/* ]DL5cynj6mL{ms$9[la0\! $+nSIS&M]ɍ[iLn.軟BӪe>9/JА=jţ :lq$3f{&&(JR Yw'<ɂYtсXb54iG9[kX0MJ $I1mlP!X: k4t#r's\焣Ʊn4 ABip{rghˍ]tt_.PyuHI}`/CbABS@~Tx )f巼km_Y>u&: `n N@:XҌ7/ 8IE u/q/Ш}qx_l$݈w"1t8tN9EX/۹WdldRH7uJ2:лzF{l _'L|4cx1ĒH#4BM[Zm7ҫhC`ҍYh,oij_k9D73{ʞM2 udl-*~qCV`P)ܐQEýͽ5ߺ+N0X1C\zOX P(78TĴL^c1(m;6gʦd*n.˲Kdp* l@/tn.}!KmpB$+oso0);I]O߿er P_;NgqiXƩ{Z.Tq%vpشu83x3amۄ9X{>V?'Ї4֨0Q/`lu)t`` ›ZEaK7sF,gMgdzv\[R=}-zWШZ`Q(2^i<4WYEto_ӊsP.BHq|~9IipUIΣQZey,)f"|C^WC!Fl9wD0bxCv1RXc1*>)h\By¶yْg$WNKք/_Vg s\ZtQšF,B^Z% &:)/Q/q qᒡ"Pc˟r ATpB, :+wNF&&DQ#$#_](_ԗ֎4ގ}p_>Ԃ۵y!uL2=1 DUXOϨ(8w+o'^P桁q{!NWvtE}*qvom ZUzs}Jkuɱ,юV$tioy^'kX{bjt;Mr:YFWf3ܦDWǴeMnNccLyZ7mB޿;ӮRRUǥODlCCm* Oj>K "xOvfj(euNb5&VЗF"%5Յ"#ä|$< ҖDe0Xi4BwOg BJY N<8Aވ7ZC|k뷝)nz,^ A,&ܓ[9cj)78[[xrrLZI%Y'nũC VTE@g3 㵔SYpCmp!I$X?; }],QA+T+xefr8 9-FbI@6]Ki^ViD՚g񟉀DFQ41o\/L;dUKFIB;. q h:<0l !"y?.w)GйCqw[{[$E#rZQ>K/[F0C݄GAl &l ~OYj|j_QƄXr@Gu".MQDoy7%WbwL*%LlG>_&2 i痃䛢SYP˶[إ.aShh"z{'9^q[DDmt0R[0djպ $ U匃:{I5" U!0{}V]3麙'5OUw &>;,.4uːoGȡ/N}*9b/fdvh;-J?z(0v&0A:*EQ4^@C_X#*M$+lJ><8;i- R쁉;JeTyoaL~h颬W1Ar]yip ~,19C嵚< ͂ԭd>i(c:Cs#ٝѧNg\6 3T}A|;)(+V bxy U4'kHLr*Q/LCVKK15GOSbrCQ5xi%"(BŹ9ͅWWtw%ރqU6[/'{;Ǔ_E)|Xzd|W72̃bvLwyjlǗ'JObQhb!eak35XI%l&V'UC>#LFG^if }IXs)BmBʡ~ ^,0[o%2d /nCYGlY$/liX$QqlQ5[Jbx Xh"ƒ- "G+8!25뒹;4&'0Dn<(Fۄm$qм+~z/jPG4yTj9 ]V_T淉t3]*w:ΊYy /_~eh2Rn0fq ]n \}]d. =ʍcMTAMp +˞ȵw3lNKDEP#SX+yݛyҤ 'Cؘ@ 4JWǭx 3$ !8&h}ڭ,Nk. @[7mzWQ psakR1jƮyǂ #|h4cj5UvHܰ'̈́5⺓8/}U (TQ_ȔR}2ŌHw_;M)WSwlG4/ӄ1eu0SSxZ{\~>۔c?7VtFn|X*I@`sxḦ 5uc Hb /Ec(SGvrT =%)Sɇqڕb^od`IxVk6c0OtobUg[8a8$H'i#"s3(HaBޗ[W%eV]MJzŒ,srAQbDѕI}ŪYѫKqWIoon:*9zTA?<-}BhEsΣd{aU2R̕VUhXӟ#xDACss70mYG_ei9]KdL!p|.YCqp$m@F WК|>ֆ3 Zy|Fd[*;3H-YëTjۡc25cPHjכּR?D-7TKW{Pj6t{G3} w#c۰B͎$hVpo꟎+c?|4Zo-lsY /4E%gAE8"yq}eBvis :vLl=b!lQ1 c+, [2fU* %kЌj@u8g\H ^y;tH?1v[ $]HWel^H&>гV*pe' 僙}bF<~+6bZBhEpU0 EY$I 7 }Y%̂Bc]=q|;h9rvE`U~)12ɏ3Ӽy_~PFZ8ԋ"9t=RisGz=[N?ByhH8F4%i=ĩgmm={A`[bAGD?LdwKr}41-͟t.oiM Zd0'INrsSpU]::w*|BBWtY dN:G5'$w{ r뙆#K=59Klw6sW7Oe!BmBcXشAcH q%02|̛&B b^EeSw:1z2>PϷU,Y0XAjoUɵl1{TLo[Nͭvݦdeoh?ڼHo+a*.VU1e=[ިZС P$T<B{QUÚw%Sur_~SGLؤ?C"n )o6VW)/E-#cEH›#櫂ZE[b+FUȗf|3=OAUbq4iaɮ'qV!>'+"M4ϮUG@d$DAƠ `yU걙bΣM: pX!ѾUҷ;gR2 sHNְ?%Hĭ#n`@RY>$Ww38C΀"Q% lUxZCzؑVXnxCA*F+#ΦÄhuc|/&f5 Th!A1ʭZTMPjcUhcؖч]P95pvU׆c>ؤ_%w%*:P [wA?jDuTWA!̫\s2H1c;]8N88LL}5IYPda[LLOb'Z_ CR[=œOlE͉X\i:< *ĭB܌UXwiLI09U=!>`J ᥸TfmR;즬J] Em-/9 1LM]L6Wq'`cdM# FT@ &;U?n_g}0u@I`"Q/dfU%u\~wc->VYCGN!0V )x"JYDFq_e6n "GԢ;(b)n__!6IBeNjAmt:V%%kGcI@ǖ[Td+ppc"0R{f+@Cv|eiV#FfDr92 8ToH_X1VNAd ] êx98MʼۜO:ДVsL˒As+^, Wؾu3șuŊ(js*GF%C4«UԑEU 瀇\_f҇=hNXCd?U?);:D'qk5qU0}\) x%!FGhz:LwX KP \(QU,@5l]A #3co=K"˂sD Սr>MrmP"HuAŽuYf7UYiE'y))ٓIuɁҠmu%{?S d q*PZo$Z!Grb{&HƵ$1KmV!Kz.DQ&;ҬsוV=`03$/6i::Y\SZn _RR|/eENx)f?8=|6,H@!Ϯtb%\LJ;5(ڵ:T1Ih*pmEҹPD2N7p열w*yW/p)ԥ)?[?^;ŘW8|~ĝ}] Y>R k 1<čFR,6v 7^ ]+_+dC.8IHqFoij&5*,Nlso=K+gJuk]nT*-/H-  {8"hM1 hO`ɡFu.43C8&wIu3+ک~*m&^65* 腪fi\v*wGϧ)FyrOxvIY\Ux Q"3WԳJ$.ơYO5Ox~uKx󷛓+'bsFrA.ڛy ŗAueXf uޭy%7CY2t=jˏ)1>f7ZWd1l|*d#7~ޒ\LH@@"4&cSOP DX5T U.;eb+LJXI{l1~g#9NU$2"uSl@5/M1 papZ*tF2CKrmbNޛ{>p-@bR ^pS'`ş[ 9C?DS,OWV7zu/dHarM[ݽ<^Qnd vD`?r6M$~/,Az4wߚBj$i9 |Б܃ef.G|-pэ5N2[h3v$jNt>א ]L,EgSٕ =+PG_g")? a(%JYk!~L+adaO*] /P*," ꣧x R%⭢@mJủ+kF+u6Xs/yڻ*ycA˪.9NkMfqph*wЍt\("Ezm`7*%>SνAbvչh-*sCvz`vQ)doݠBs6v?Eހ"u Fj)x[R#U|LFOv* ڃbSr ˔!DzBˮ#(GEJ4vb{FPL#|8PP\eֺbEhT$>uZ~Qٮh~g/zō{K=˒ ~K-?>Aػfd27%B$%-:zE9~7ӯZ 9A^ KktO*.6 wV0HSÆ+yOm_a.XU*[m{[(Xp>gE :'}w|=qtTI= hKksBePZ04Z j'ٌ͊Vfd4߫\Ah_jԱ(jMRpwbdxgVPM- itRh^U2c3B*<^v 03;i['2$u4ԉZ9-\=ӍtjALj[(ȯJ,tx_}y/gIo[| TTr1x|E݅~ܞ6~JͻEV g:n}!,6խcNi/O-SkQD؅Ypvì:l [?_@,19{8#7{~X!zLrq/%a 2tT}Qy-*C+B`e> @,)&'HқXE R([^6[zL,(b4"vD?B咃;"6 Yda@ Rzqxv۶]0)4vBٖBrq@=L&]]JkYL8tM>}&0xb!hX\7"]y>a" GiB^`t,1DFGB3, q ݆ JЅPt&Z_x{"%eI&Ja=q돈Z >R-~:(:PJ&Օ ~o H {/"C@n)s!Q NNch\t隲W10l ZxFV^\6plYTY :S;Z;Zp;7ۓ|TBDe f\l#q,&*מxO16_b0  >ǮW)FT֍T_I6i}Hb-E!~7;mūM}+vgDB Gs56(#K='w؄% m2mJ*/l NuVL]/2E:\ǃIA v#Q|Aj;FFK_JCEt5\(i igݜ3vA KS /[嫯, E!gUu3 ywq4mFy>(P1}S3tbfi,m_<Czfe Ah4g ]c..t,wuJƖڳ? TeCY:-|ZZ!눓{*ֶ<>[fGK7 0t u5JԸa&ٮdwKnmuPQZHj TTE#D~w}⌨!zkf]UAZLwlp8~G7ګbVj̛F0+Q֫$v\U~Zz K"M _c )@'Z_q7>$p1 ܳ؋'&et ekߩu%f]ğX6d!BM,IMIw{HG<8 w}X_mHX8d<~v86VCc^)SL~d<4~nXؿE;yNdMc^sOf28tQOEGy~qp@`U0( $Fr۲5aMaFqu|Yd[fmm7ӍTyRz,nZ@UG) `K:̄\2vWѹ>p %! ?cP?Nϟ -\,ّ{8vBR&Q?]0~k(?-ݥ6zb zUMI|I?U8H`tA+%pv`nUk.RbL<< 6<}v(pW-ЮU(KzڼC ;nP98BύdX5490Kѝ(]j1X-i#ش|++]Yd6h~]H F:5kwg%6jOkPk{bLUm|aeJRYht$.6:6gſw<+9}x<Yq#^2Y}cidL5a,~Bm{?wX8P Sfc5;D@5@&Dz9DSC@$/pI<:Ҋ6Fw6ʁ^eyP KO[8=*j!sf*yk>CK"j%r,!wӁoڱYlc ނӖe- ]om&vw)jPXPVh@{NK(B7OZ\CB!lz0cǂ)duaLpgm(grx& n3  ~4<2SC/O瑂x<$hhۛ_-aݣx3*R:31#DXb3 B6l .]7nC,^o]f8$ӟpAnEr|EyXTkiU)+ZɵjW ^'ֻ<_̊c6'P%rPhuh9ܗ5'ْRIJ: 9Ew‚9RrD%|{q D[,m"tϔSazy "%. k*GV^`{^\fhBNqˁCԞX;ARѫ}^ǻ RKFtO*MG,j~:fbr]x̅eJi !Ml _˓!s<^/ֿu-N -ި0HK6ّg9_hVHj4E?w8lWw2[b_VY¡+sp>V*HI)c$݅DA%N{}9V]GF@A?Q7Gڒ<_QPsE#g d5bblϷ4ѓ>"`.(9fc]I;-m_RTc$  ,]EFר,0fblٻpr@u.cq>ǽU; . = nTFb1w#F@Z<<>Hv>-բ:p` f)VBB8AkJM塚ncToZ[S#ǎԧN7j.pFwt5Qn|\F,(%p!:4#mL(:t󟔍B8 om[wZ\Uq\d&] md'][y,@ɣ>*{p|;X{VI'e"ЯDqk{XwW[QduZ8k& ȧ|.FԠLߚVGck↢HdI{LShKvCG X8IC4/&r+׼og١ ޯԏd1>fT4{yݴ((rC# wyT>p$[,] K)r؛-kdF| >xAoֱ!a$= gϊk|g<% (w lKL/p 8Ro`gmgJ"Tk#_|2۱_j uLLgOq&`@zHz璦ș׳q8e˳E|a0B"Pm60S>f7m@hR(1=Fv)hY3| v?{H1I=YyCf莕se1.ky !UY9U"< z&lC:̶qP!{?+~o,s5u6:1)VnQh h 4-)n 蒺k{?5 :7r"8+ܱP!'lW]ZRmN:e+ $%)o&#w>N+jH URUQ [U2b]S{JN",wH2?XɞubgcqŒhJ0 ͅՉ|bfs;8(c7ȭvT2/gðjPDhNJϗ^ p]->"̕Lw@:h>^Y<Qێf EҺ1+\7!H(,huO{Az[c#C2E:}=ɻ2B!6(<!)0qXB66kG7BYv2w!֡%֘똢2\'Qc>A Ϧ'3|g؇٥i|?RwM3ի]&q w`jLV-(c>} {ڛ͡[a1{@`sL_Y(I"%̚Wj!~MS-pK9SЛs0<[@F4_wHpn#^8dh XC²FY^ݩ-ls~ދdFKuFN hlݢ0UQM, A7J#KbcAK{w$Y/!7 k=%O"c/ߕ _W 2}lf=GBʖ(Q~w'/l=I~~}n..j.* ݉Z=:y%/3sia"3B"} >!8j3v3@vWs%k=N\#`srI%DAmͪG%0Wa 0䔥|l#ҡb ͺSݑ5.I55F<ÍWӆ Q:uY5!~ac?K˵p'_eKb{2*u&ٲG>Ӑ$ }l؇# zwb&>A-RE*"grt`4#ć'U+_sÆX4ΧE 4mh|ͮt@d FO",6#v ^ߵĨ=r8vcoa!1ʳwk^+?wKu R7B|!ɟОo#y:R(QEE)Dga{ *l?sF* LRZr8"*jpn;`jH0ɓU LQ^THOU)Q$`a2nRQeE,?Ӳۂ{ 5?T#HKuwau}O\M6 +sYs\R e@{mDըArY|]J&aiÈVnBydϰ]gS3`ĉuV`T~gMk>"W {`)-uj!XgXU(">d_'.+ZT38`"&`W{BLE3y>iG팻 H3fHQ|4t*֟4i%d;l=XU @(We,òHSA2R֐6OSѳShl{Ei;9d^#D%1ML܂vUP5+D6sl4 ToF$eBtC]DY8 7ýFEoqtӊZ;.~m~Fcs &2;Q0@Psww##2Oq?4ªb R.[֍0틙;P ?KOaAsKiViŗ{%n6>A`эl}g-(eD!_f̽bG,9Y M@I9ﶠ+ ȒC5 yUvkßiyjL}aW{o7) vCfʧŇ}JW.ɡATHob9 ~'iY>WEKqӟ bJXtJ-MS-_9Y1/zjh.vo*?"tfE/UW2SOYK?8V< 6tmVWD meL"sMT)9Cn?>w&X\f';}<~MȰoBƀHŝȉ'9Xkw}1}ْ̬R2FV+s_I:׫5s_n?՚p ٙFrf-L _g?g`~Aaߜ Hfw~|L\ +ɯեMOŅ9*= ԼX2NaH=C WQ<˩_!Ѝ2҈ҬlO#=_ Dn۞i36WzTL0MZ=f U *C>~<RL ɷ@}^+3iF_ǜt5d!vh@y_v:Q">mzmccFīzxRժT&Wz']OΦ+'] 7Qaf mu~Q?Hu|2!p @ /@@$1Mf%J[i3S U,Y.]/kH[E8ָEKg ŐC41xí9־Rh Ūe*{$-84Ѣ#YLzIIp?Wvg7,r푡!}ʀk ^ʪp:TMHʤTd T-=Uʟ+TE tFlR݀w![ rҼL}[|XI,6=\>ao9,>RQr0kwatX`JH [wR)31Mh6A DίPf!IJ"Ozhe$dHeeJI3dؿ-zṡ y Oַc\r ivv z.^i)3], OOo$ewʟl RhDo<`:t&LZB&)":Kj%p/G]1uwVce<4%5W۰Oڟ@^hhGJeDzz~A7;e}BBg={-L$2炻@ć;ʓ\E.VCv0K;$vOƊ zuΏNK*M+ls!R "CU ZYe暣=m1@#hٕ{W'|COk%xCPA&ӟI`+FE*]~^ l}4_5.B0n>Puj'Rgg~Wރ}h dx#z1_22Ifq?}aɣH7Q}lϾt,9?ϰGY":;.ff" #[ [$s\)(hEx g<./忯 \O#yD=XNVd*u!4eLZH0Kޭbw#x kp CSc]=ܛ|aB7 SyQ e %Fғ/eQi 6vb?(IrRn\mO xq %9KUv-TʴzJo!1Ip[_@1^,M|:{GT_{LI+/`vw![;.o$O)t$ب'&Uu~ :j\2=6PkD\difTf3NY7|OcdxY0-,~J6a|X9jR4'BG41w&9B٬Uܖ'"$ *SB@o AK@GRPiq:zK}T⭙ '/[8szo.ǖoWf=F\0 \27VpYy1,f{eLtD? 8KppY'\,b׌1g _&Q ߔ/㹮l'^K${T1LdAޤW^tj\ηDVȁ"dOز(! 5PNveQ.-). QM MWe̘8Yw!۸0rPH D_AK{5cCD 7%p),Gdᤊm@ǐ$!S:=Zy ^[}KRpquYbrؼٍ9#p#drm[k%TbKFn@>9 %^}7B*2lr_N; l)\^tQ$EsG?{\p0°NV)@Y2iGk xR="p7~fbD  maM\W=]n 7pY :BS86rJ5tq#Pl,JdMص';c׵a)HS ֡{'-ddàO&rjg챸_,m$+T,m/:/؏2%MF2Q,\˯I[d]"ځ \Aʖ}"%4s-OW!N&is*Z=CQ,ץjq;@?M0p 19qդoTg{T+S$cV]ӨzQ.dC` pE& ?/i(T;~_ẖ{T-Dl>*h<;UֻWA7NNRsw}[䙦6/{4@G01h]6O(CޑO m=`] ^ڈs]"E"TL®JIsT;9F`Fie<8b M ˃ō/wSW>b8g !l9/R>)D2_D?]AL6'sqI/zYRh:Ke wTDӸddz%|A+ؾ>bh/"+X#*Qx"?NnjY| evҳ |Ո Lp azH/'uFqd,-# ֩A7Ht7uɎJ!{$/U%6QUjFeBc+f$"_w(.5RK>"SGkAA6@*@̀\H i-WgRL{ޢgNֱ 0>p\XUr}se#) Mp!T%s[kr)<6U&6"c+TT `#z$IHZ Hoe+Dï"B1 $( >0&-oZaxP z:_ 1. RdrZ9!9lm1O%D:P:3-|>W@Di;Ǿ\.(H\3 %#~@$RG!+_S'=n@.N!B,^ֺxr ^%7/2LQ=&h'":ti1'frϕQږdanF{ ^]VX;=k{:5H=&j=@yBF0pBAOIRD"|`J"A&x _,pg0:~T٥r((SQ~(dgcJ -$ {t(Ľ`J΅u3p6H'(|Kd?2I'9ikiH^% T?8F RB"c:5.5*$vM%?bd tfB Qɪ͈(u_FIr<\CUޘEΔ*!+{/U\ Ɋ9:g8Jq*HESKa93RL3pY> i x%j!J B$ID T ʅ!9fUB/ni~^^kGN(X ԔSO(&Su:'9h;񋔇.V{ԿjΪ~xC;9.qT7$aX86s۝|MpӱEBpGc녾gNuI-Fl#76(#M^$qMwKKqM4(ۀ8\•4]Sh)(#5H5FvDvSu:_ Hb ;ej|S fd.=6ԅ'n2I(% }]`W db*  dS"*G<}-FG1(x=͗nh8䁴f)* U3*)7X ,CDVę֓Oq\zRMwp RnjYhX* Lѧ׫\<ʟ+b8oZ+1G3ꃴD_YamUBMXB]nt˨+ Dp0;?؊(T kPSlEWfȩ2=5U 3;U_:%ΦY-oPڔ]V? x:,!.d*WK0 ϋgJ`dku 1ܿ>_u5B~* 6zl wG9tl!C+]'K\Jctd¨iQk f!۽eTQ|Yݛn2V[pUJ $r!SJc}YuA/1Gk9'6΂R&u,kA!M/Qpe9{7g[ev~sTn?:1օg sOD`;i093mg#-Bܿ t$Z:t bPzEkܞ㋢F%4ڑ{PF:nό@1pa`d`}/h=MV9O{:Qɂȍ\bVf/ ;L2yeş8rdeooccQ/0KkrdPeE(Iwm3-$N _OC1JaImw/zTݼs)(#w#6X.2lη#nMN]5Y)h_[.\1սEXeŗ)2֌Ty&cΞ#"'Z>R'vE]l!,"v嬅-[PMh=u'ܱ7ALI+6{eH-uuC(OROA#~ }]aYk%ީ0A7y?jʎ-lm; >yp-"}SbB~;GƂM@~]q~ ?(}'_2w{-ǂ^['/ ifiX+4%04[i3o7;8Sa8pJI,@rs(:|7$Kގ!f ?EaZVS8%; ;(m{& }$mzL ]Cr}<\+liNDK>R+IQo 7oVxɿ܇'ۙ%[Z DD+#׿k"EKH^'1qմRT$b,oPcl2bJO{݈L[fo˸hM*„yӶQm<ӢCq.g{ײXs:J>+P: !yGk-dh Ni,̔IxK{N> dE&N'EZVWz.[&9m=E{Τ,. ^_ ҿiє4ßGA`3F4+G}bnNf_oclfU%S,=1Ta!Bl"!L?l{2k*fXmR"D;|XR|э‡ik{mX0ѾW2zF\X3_j† psAX qKُeUW"SVA zT&|J kiZLr⍃? pZs^F?`?=/V S6_o^ҀD+mjCvK;:935{]~cU(9V(JGmEԥR\Kfs{c (nU 4 ,*"C¶t;kA84Q&ݥ‹ve80ʤ3(}mЭd)CTC^%g[ff/@&s%#`1+?>V7|R?w#!YDQ{8]#4QQ*Y_|bݓ8w,9x8|%Na#V[78ٻu]DN} Oy~eHj7%5 \$W0;VęDAy;L&$EQ$Fj{qk wzNyqE(gŮ$۳+avzfE k_5y_og?|C c|pi'Қa<=&~V1I#F\(!U1rcz cG=[:Y''e|{d (.bl慅י!'̚waw.2p*#+c3GٵhT]踶 q YqzD%---ѵ6,\UYilۯ(ţ Q tx,:BD(DD t0?sҴh󥎐ZUq_Vz>hĿSS=}z!uc: r6@7K% +/ uOU,9@X&&<0Y }SP9lhLgR3}>9B$߅8cʾ:tWW7ǨT!F#$v (s8(eUw b T;u{f X gJ>KdRqK Bv(F&N o*}WU߈|#;ZϑűDGa-܉n?5ER)|W[~"QL(V+B/>vf}Z}<3cAlg "iU[:luUēם_e4 `es*:NO*W@;(iE?#~fji:[#Ll3ta-3Gͩe B[HciG }ĴqKt/Xd\8[#񑪝c^.7dTC6|+WtDbrՀ^ƞʉ0 tLhLbg2$IxȊ| *YoXYZBL**\nL<2Xz_BXʅU_4DҀu>7Oà7IY{fE+9+"'ӱvRUK6t-mO~'̳p)P-8TsD@d& uQe H1/HY Q%9m\XR%TgES PG2w^dE#pWf'"R>근OSegz -"Jf 3f԰,p1H3@)Za킺1lxΜh6? $AxzKPp"bXґҮ̪պ$7\TR|?qo㾇=rv~XłY#HKk*|\?C 6a]}JqZ 'L ENԦ1Vp|IsyW:9Zp̭ȃ?<=^G(DNDS ;$L}h+/ rvh1Rzl..@@;ܕYӜYy$fY930yc!>m%P"y ɹ`wkzqďmK|bƞuo){8`LA V?WDFtDcJG tA=;1Z$%xb"N6̛c aCc+sKG]=`WRB#~?j$;ء= LLW@CE<_=3`4d8sI:&THi{AeiۈaN4!o ]^/ͶXwvHz0==+DŽ7̪]R`hk#{$X-H)|oFHEx22Cώ3 CQ1œr6t!wyc17;=@dwC?~а{P_a?Z #PxN¬l>)|QW<U\+H=D"!ti1v׫q }eQy{,&6%èI1; zV>ڡ%[|L% StOOÔIi#F$$AT !ܯDxdh:I'K,&275PvD˷l9]bN.-M 'P}?EWBW .PgRGK?{۹^|D\obgEPt5YH|I-iJtD-ӿm.R{AoO/'đ 5RC}eqǞKb/kEaDkv FPzړ&l~N*Wb`E1(i޹`ABB'ئt81@#%<2ZMS+_y &rǬ`Y왘⃋ =sTW"QDR*KR6,B %" B!H8$`3J~RW5JSx5j*G4k?W{ 0׃u0,F/UʆǗ.ׄYJX۩ l) &!3q~nMJEj=!*>hS >ъl8Yg  Q'?R2Ê剺(%qd9Q 卮J))^ `]mghqOI|ڨ'ɼrE6; xS u׼huܯ Y7t(ab.y `uqd$V2n&{<ح5e6U Ri%AF^ylr: I K{KB޹P̝i^z{4 ӌ\^ҖS9xDY_W!0=*ԀCBp'DcF~ivUNd[t"[_HE۹ NRnSp, T Җ?& uq!XOsFGEdvjGF%lcbL .+s=/;鹨l$ƑPB 2&Q 1Ci癁CJo&Lp/=`Z0: @((-4b:pqa0+VH|UXwo[]e@$T˶e|R'^<직vE4b}˶v."WxV )^$)4Ք8_xq_GU|0Ή:l-auV@Wq-F?zC2 7)omv`z PJnJՆ pqݤ=5  zftpj{L4vۋM0 yyAZI\` *Ѯ*k܊i`KxpXWU" ]rjo?.Ij|ȯGO nK)iĤ+QXDHMehl+u31IюVf.^n"@-Đf!.pE!U( le}̀G"Ss ؋(LSR͆F9HQhHCɹ{<Ɛ4kE9&#P?Njm׸iZ}8JҲC 3׷׆m#nNV:H7c k3 t ࢕h=x!, Kt$EJ>[\LJk&9\CCF;j!xnC`ϒ K]jDB{ CtϤ8:\<1DO蛛+/B/xK?|'ԔWKeRv=~UX\9atD{x3mL<ˁlE.bM0@>;wmM=ۛ^5.J[7}ไٙ%Xa}~dδ8 @or)_SK㑏;f~˰1T "7gBDJ@0 HmѪ/(dd _̻0+ $nRX2V9Q^ཛྷ~Tף")[R@e)Hk_[/)-pu*46imKdUI)SdZaJll>:?4 [ phnvH~~ "z::/S7Ռ1%; sbf%G P!&6:GNzGUdֶ,= ; -L6Z?!_O["sK6U0-S+l9 RIeZ9,[R m<>H7W87.Uv2Lĺ '<k^:~o.c]&+-P7ʊA4>MioXt9L̩ p/64&Ue|`#=Ko4>D t$2of=r=e>mD̳`qr-|I53̇SY5 tj0L1v:eykȀPFI];w{‹gy2gO6eRSo oO;uEi VC H pj#@ukF  5U];쿾f wY?991/^cK"WU [[g9u3B҉W›$҉d`^AIŨ]Y鿨aQa%S2VMqUbMfJֶ48w]%F){MdUqXoe$[^qIM{&ʢiBV { ;cuDhRº|L VzNrQ7?c¼IWՕqO;9~aOar.I#EM YV߰ C6> f%OU=[F4::aGMfACsFV0Ya̟Uj|"0jL[- ۈUgJư m3/a@N;q2͆v\yk,'{TI#%+el(8oU[CQQi˿f>M6%vF@ 2Tuz_ Fcٺn;@߯MsN7 cp9z{ TpllP^) Zڛm(*`MMcNvkGLO>hQgl[lٌL8#˗N 8X1_Q%?l;_cP:"x|~|F%,ԏ=jYVFǭ@Ie %(lGY^LC/fYڙRG+W?!9KR)yZǮL1mWw1|BҵepxaحQDw' 񹝯W[iՁ^!c;?śz\"m6$cpݼ'/HBY[9qBX?h~ 6Ȑ=}7wX۶oT ZP83ƩfYK"z Ze-~^ YD 9(Ą4@ߊ& ܉_sGĶBގ/$YKQgKC3Rov k jXx^e h9M}`,,xӟ?ޫ=$]k%\` G%焟EH|YE#vIh:.q8 ՍJEǿ_e>ESudH8̷d1b ߁p/ϰrHsç~b;.{?QG#8`[~#Vdi v 7< *s._ L{qv ˘(@=n*pi({ԔnBEoF%xK?Gz| Q?Nk|YƏ$C5V-mZAw $p2X~>H<44<<@4xpYCܭe^v7:{.!^NW Тjglpd^.iJJ3RoaMLFlȌ@&զN3,|R"KŲd8-V s]L3s| P'jxC=y>22Xb) $\xbq&OۊjREd &:S:^yfSr4OB#%ƟRÕlUaHcFvtKP9oKVQU62Z2q@#ZG]pG:3ER&ʨK#@F/8kʛ-*1`AdΖ={.ivW%>`v# >V`2"EhwQ2h(֚47G.Z$O^k0R0)OLf⍿j#[J;Iu:*N = r[Jr<Cd"x=JTؔ_ x ߁(^1,H}xJ`]Nu~Č.zkU"YC[=tq j))|4ϾN4od i򬹈49}~KNnǘ( %.jׅ1=.atׂ1ܘgEпVLbV ְPӗ {)ldI^,g@ ^.ZCVE[ܺ#Xx> M. 2qr&t٭xUu2oupn@12| 9gXn0ɆrŘt1alSCfӃVXkہq 4^?cg[hqgȗ~txxO gVԅB/}}eu DC+ECە!ydJHfJY(s*E$~p o?[&+_F\M8=d31c-l\IM/F-fݪ+(n*hرs"-$ i8q1~ҝ׬j^q ^oaamBl X#D!OQb dlo~H,2y%J`+a7ʺh8U+չL.#3J-2mƓC@ zǩJ,]b*BfD%v ɢ9Ssp|'(}v!Nme뮷dcp.as!7 \@&V"4~VsU^i,4HKQtᲝ&ǒxFvLmMK!tA wشȑЉ:D wOĞXu 9 ً-4ò_tɑ]4gz8(`:0bepC~.V %Q6XKDV7*Y|2*eppǀD?qݦ⮐$GuHTX`|PsEbg1VEU){B70M1Z|Mo`2# m*075f44L'tf4K+`+Ÿdg6;0ӿd$M4ڏD; ~;Kܐ:n]/:$c@-7j%JQh.]+j}6:9YCm;_p;pi|O zE|Au&Ԃ\nKw f֪Rn\f͛hVf|.a͸\JzT+?&./gtzODBZ [XR*fB?;3-AVk5YzȴoqO+${z[?7yR1/H{]>}1s0_y1A%RQ ]L؟4_ XT^*789˲yxaΤ;Nwvܮe"mSW dLG{JD]o% Edkެl'd7O.GoZùaρJ*qrYsdnb,X UE4^)^R*"gAߦgq7 &(`J:7f{xiҼ𽸸 z?gB UZu6 &Z6:pJ͹[d +o=l+ZL/Dz/Dݬt1w)B!J Zc(Z_-2G|-M- *2cXDҴ#j٫)%o0Bv%#*L of@&IC京U7 < n,EJ}f( ɷ*񞽦~ ZfrV~h+NjD:IW=a ոXqrz_<S}vc_.mmֶ狆^䵨+cYEfTU'p q_R~|׿<},[Tnx nNk}.[̩6J 8k!Yugy!  zBUI&,֯|ۛ )u|bG2ݝ.Ӯ$[|8'"؇:N  TIL#֪!)K@q\Bȵw9d.0kDM3}^ [Zhd F1fa :4ڃSGL{;A$5( :r_EHQ=|nTa,ih942MC=6|uk2ŪXIYZ[O+pٻ+3s൳o s@0S/뱼t57`ˉOf[_es`K58܂J/|ֿGvPV]( )Ն)Fa^v!Aj bzAJ,CNtw绛 }@6wK/jRsbs6M_䊀'TŹq% DqIGH5#AAhyYnfv |Ujlxek CG`?\_,uA#%7u~T tCZpL [_w!–=_$E^.YijLNy|}[LXݗEpCH3GYw*('s ;W!vNguO3ѭ, s"~+#͙YJs s7:MJsS.*v8{3z OJwQmm$&w?;8LC޵\a~=۬DfrCwMoN<7 !\{|Lԫt򈇚 ӭ^"NW gdaj+@d./k^8̖RF \+6ӤksWq4F(6#eVU}!Kӕb6 w7.NKxu]$bT^jk8!:;" @Wc "KW0@u[7p~UlخSNHBC02Сp)twNh/d(iY_ e-YT+ 1WeS<0w=2/,*TO@pGYX6)*Z馄lϚx `CugS8rhpb{Qd7u+b[VB>Y{4n% G74/[ix&/f/ `Q?yOiyw_ 8O&S~McZ 6UC]^گ p@@|C˻@EHUfVM*Ԏ@!Lo`x-KS^˻~n~u/Iכ4)CǡAR5F9^&1H:0S}=G%rAݳ)pKWɧ㵱JWr$&u@LtyK|(Ei ORIw4&:13#9V "C | GqK5C;z#ժ{Mo/=ۨwImᙲN/$5}]HKQoi-:SQ,biwǾ Ы⣌+Fߓ !`jXKƩ”Pڝ'ǡKwA_nU\q\.KuC}wlԍfZ4 M,i/ &eD#  ezSe&ݏ(TL5t.9Vηؼ߶;rORoX-9J>ƾ.m_P'_ M@f.Аԃuz7SSbq3{H~ &6u7 .;[Y27d^/'(hzb _f[ѓc!W~m3!@7D1B {~K tagKrRwPkzn$u^i5'olj_,Uo)/%Q`̱5v|Oȷ-O yw!82wOr*[P.bˑh%"v![ {I_B`i⠍:7O/{9Q ]sĻT ^R\R,@5fԫ4U/FzVCfh#~%rIAڈ`rQB)h$|1 '| M3LЛ/2*&6%ΖH-}e"!ԫ Qþg2SlV4_ (Qk½Fj۫Cez@M`r/ruyq_ˆ6Wʚa h`BɇHSM^zFfsFWfE)-k<$^:Q7Oj(.|?XJ\>LRo+ t@<Dr:(d s-D*()zj W>Ԩ12k# D~;}6`Ɓt"\ O"h4 FzW"'~ "b[IyO}9j "Z8hWB8{)# S̨uؓPw*^ALK:Vl?~VRL +*4㰰wXjy I?NAV^UB!K/ͅpDϑ"2T.xPFzuBbU:lY#?c56C"SZWс 5+.ugCa .RdFĻ^5 1<99`^|k!:NԿߊhA [U()**{o3&24^C헁QQ>Aߥh$9 %%쯁g7рatPPС[$Jxf?E|yCqʱ&Ak{U14Wk6uիN)Lm+;;xŀyGd#\/a> α~?˛"Kʕ,Y3Jۜ.ml^:ބ)_)@`S\SX*(zdz h[~cXn0(vꆖ=>dRwN5շN폆V _@+rDeV*D $vMzDWy`.M%k&1V7"QK,G xzaЫQvPEk &sw1F.ݤCcBMD텒r-a`.b[ hBȪJ <4 UGHY. Y}g;&h6(1<% bVN?~fc7[ɣxi:b|ƎNr&܏Pn__~>zX"`ፇ&K_86Ox_p5Q;jAt:?81_o? pY7b`Fh4JN]/e5$3z9ܿp\LW3w+Yh?FڟOc;AUeTGݘQqQrnWg1*4.] , |- EcZЁ'NarLz}1K m)˹SeT n0a F~&o=3R=Zu9ne\Pܕ0rL ؑr<˻` 9|ۅ]zO6 bcIv:_h&1xp[z`CIڅEfPG,qIR?[kGvĩB;ǵk;)PYhͪ nLǭm"oak`!ŇH"k# so+jy?[RVxdprjKxKPɠ |u~+&鞜RͪxN.Wڋyc7Lo,k4eTJ‘hLV.igC`GQeљ% ?eo3K!Da8ylݿ,gvŔrZ4I$*υWa`aN#$ ˀܴJ:24&*%I@Y[%#ϜC!x>S[9S{`Xț5*NQ3U:rGPF q.L{h8E n$n9`4pԟ3`+:O~a#ok.nZ)HEBlV&"o <\Ʋ)`C9G5>葢KWyqce4ҫ0cgg,8o!{Qn 8U!2qwON2oux)c`t|GJ/{?$а@ͨ*$m>V''Hr];IV WGY4np"ϱvZbpThAG|_ $yV:KR3=8(H >[-.K8^&I_t 2 מc 4C6qX0բAP] aǡkPd4¾('F&*0u KܦZBƜ&wE!}2M(U!QcU =89 iNM\L?$vԺRYe5@z1jߏf3bm0윽&әMum S(L~WcwZH-j@A(4˒3<ʅ5?1`^ F-_tFA6طPpe<Е*)4ѯ`mQ>4uHQziYd[|9+ ]n<PCjߪt'u  hO3 (6Iضt_[R=^={q e;j!ӫ(@m ЌKike^@jBBT*7qg}/RGaQ0kɧ9 QmhXh vPiL2+JrLHo9ּ} 0X4=ű.sPE sVMp^OT#K(8Q "Wr[5QK-co˭oCngyrgrcJwӮCekAGiMZ4b l=о+ǞxЇؖH|ޏo6 E.S_([`(z!T&p*>3,=,T}ObS_-X]ͻm:X? tW4XJ|m3] LO /F]ySibdQmkL\2XBLK?>Ŵ853_α1}lI_4n fjeq^C1I1h$@\/)v:##[GKٺsg߅;_#xfbxYK(7 8e3#I\Pn==5H%ۇpd^Ѯ5Ljz o=6nEq^̭}n}A|eT|1ȱ? fhd~)f-/pY/)aDJW}rS˖'i b`Sb.m[rP6@?vږ([^gBӬ8AVu]ɟ*{Bt+pkB2VLG}sZt=/C" }q}|*Uk j |'7׀*]CB,տBg6W#ZmdȘ,4$ۋj2~t\֥%iuO| ׳M3`RQ^TVN~[Bn^TvS^>‘sW`Pm)ftZJ0EY>$|lNr`g"CCu~ DL>"_3W>d&emu75RZnHxw_Jo3XJgSwl-NwښKî]!B4:\ 9i $ |X.Ϟ򖆹vNp49iX23Z-=sHiڳ)tx(ߎ(6j&[,_I3-RӋ%({^ׂ DYX4]Ak/](|!c5z bm2r5Gɽ7oPFn ZHXĉ74U=.YBf,HI"\HRi^ 􇷵 ]kR\ {)Lt:@Rx͆j]g.•C[gOڙBC.; C }NUYջ ~RU {қ~ /"9cb4Ig]J⥮9[vgeG{딩&g 2K{^P\npp <#ᛄ&tmNԕ/JL [ MTjm4ю *jBgQY}hqe#i-I"VvLm䪪Y)1@SIƄs$@+qjT"48-=G[3DHo8 2[uu?ivi6k(U!C2rlĖYTbG!^L Qu̳kS3vŭ. ?DzԿ[s' G49B=wl/1_,! e55=Q2%E#3o߾b *@k1C~g!ᒺ0T "i 4o"'<}Pd_*=M6[=bld 3"*0xZ8ݽČCJy,gz+k<Qcw+!aف{hxBՋ{7l[\tӑcã^焢8 k͠U (`R"7+- z?.#>8(V>.Ͳओx>Ir5қ[l?MۗRm% 7DuX%{FOx(jڤ*d$ ꈴS26ȳ %(TS WȚFu,Xs[y"N agAckF .1 ӖDJ12,^lG Aǚ2fM\\i3g#5/LO g!"(wʋC]ߍH*_فILBGCr'#~X,KXcDE&>fQ6k rO\YF=0q}Kޜ6 G{ZOI(Q<8_GsR_yqB#xjL!/ 0*(x,Uov ´G_ď:} 8;h )5~4ql?z>ݹ(:Glcߖ_s3$Fݏr\߾M|j "6w5%Q3[A3[чߣȊqDxb d Zid 8>Dߑpsˡ/UcD1ꝹyUw3d'[.Nx7fܵ*=4sol1!qd EV$Ś3o[#2!1X68gy_î9)wtҁ_:d.ߎ;%f=M;v([ߦ+JDz-{ uq,#g0 5Ⱥ3%PExՐk]S.PO:*w(u%@1t3#K ҥAkd\O{Զk34c_DC"yxY^*o(h|2A{sXO?TqF% "W,-QgpҲ kI xy3δ\Z8<8X=[!hO)Niܘ,{YOL4mlt@jX쐆ذ<<$}%}U)x-~u1c^x^dR%y_f$l$ԚդA'lS00HQ\~_1d< _%!8yB3?m?]L{(\z+0뒋n2PbF>2*гxBҠ4@Ɋ؀xC;٪~/RH^eQv3>/mǪW2zblEJLq]80䋣hDJ*]4v?@MϝeAEmˣ% $^kd? UgJ }L P8 i6/qi'brQ zI>.~ooUneC8X@mQsvnБvvG9(dחga҂{oě~ROwE\0]gب%ML֬@>"*^3Բx]kHYۧ7Oy&g=-ZG^Y%y?i1.23Pb!)bv03&NQ;RU<+5JWw; ^1iJ6l%[vvE8'SA(bv;Jiii>j=3CYCR- WfL!cόɶ NTfzWpݢ°8?_ DO|4H 7l^[fOD#P&oگ"Kx*Z$ZWQUD :",ݷѳRZd䚡;Te.j'U$mt^ 늹o@;+U.U7͵Qmb1TkSC{ĬzP3v WSҐ3Ty#DYYZ5|i dl"8#qۢ'sUU %/bnI$DЌ?uteM#H|v+Iہ+E>cMV%&Hsʡr[O[ d -RF˰p$_ܨ^k?i>HSQ}(IPhzJ`u}*S"bS{mlܨaŘ=W "4emhJȔ͞Q},Jcy$c/Dpl@mlFܬ0?l΅6EZde_fq\b0Ě(ժߩD禮Vo_> :\[Q:k 7+O)kMԓ@]5r6bgoh ׷IŚU#%͍dnZ bzF'-(;a,y*yvD)<G鉄ŗ,BЛR΄-/r4vIT oQ@-xن\]8k4W4E4Je9Ф1єMs7*>MᄮWjK2&Gkɐ45vA5/_,0 uLN+g`0nZGUW;+Pڲh$Jo}Ƹj=~&NJƀO 2/.P ׅXEKNړ/2~%3Zx ŚgwXb]EqG 5trid^|}# hJnUb/v^NRe۷[lYK~f24IXs pyvbtۙO \zPuBIJ~ Ă#9/3!K͡] za8 l-aIu4kŤSTX> ){̒l69oH0xA}xp> K:_|R@ӓ咔q L )*ThntCe[PxґdZx'/__AöfJ:4_qC3 /I(ϓ2{Bu|+nmǡzQ<4fWCzrI9et' hHl/nN. zX|ب]Z[jwVIOw,IG$&#W SD{ !<{W /!}QRu?N^ΞlTPn:[k6Lgt'Wm;bOM#_}8rxyɢ 5qgYfN)!jBDe0>PZ{ʢ$%&*`:蓵ܢjjx} xojW֖wd㴢@8#,HpQIJ:!dr~mF#Xp]F@LD.7:N$s@l15ZXF!>$pD0t/[Dp%W2"\4]=:X[If(RK8'z?j|"3jQҚ*΢ ohAढ)ɪ1ZO87{T137e$QCʱݡ֣em<jD Ǯ /M+:ŸXiʫby+n)=dg׭/xcy,ͮT4u6/n%!$\qж V0'|-As3T89Dj >BprFxE!~@. ?BK;nhюV[^wZvؓ-R_R"f#ƽW|d/OIvlEHNF_gffހ~*jQQQYi~pxHj =&Mzŋܰ ʡ(Qd-1?(F3odsx lQ]4 Io_P^2؄yoP%!aK ֓!) {o)-[V)Y;$"zs..s\f[*>ED=z!L ^<`0Ü.&T1K_v%⯛~x [e7AEG5Zsټ@Zixėm$U.V\#2hS(lMڱtb Cu^/g]`iGpqa fNQgmA!wyq֑Ztyonد)-`)UK.MTsɈᱩKuckoP9i̯%d1?"Qza?8Cso`!-] cr&RZ kNоAT(ByazhJzC雅LXܐRo ZPvVz~U˕ƶXdˡH5gi'ƔJ{xҘ}֩Yh~bՆU0ɛI7O׵5 9ˋ'CWbuQW;~;n";;*8)p-*q\c*$˅g:c]vsυ8"/ {Y]6Xhȭ0͠9ITD !NyDF8mdiX{A}0[һgꉢ*Ԟcw5 @A 텃aO&V#}ZKv& j[uhxs>[KEC1NPsstc6] I{U g(C7ʕV2 oQNn49@Z/V#ɀ:c.">Jؑ{0/lL*Um' ;Ο{`b54Ӽď`LfÔֶtIBN"ĿNvb.K6jFCnqy*6N ˡx>ciԢQ2LcAʶ$\nu/Ѵ;iVtd} ql&"X8DnQ},!aK#V:J-p4398^|< CQCRv)E:)9HRޑ䖳7B,Κ [ذK+X;LiɚWhŸ|\§ j{u3C7m$쥒wEZQjNlj vduaza^}z8,>wS<胗a[BW|!vڎ3'@,[aucv{~E5;֬X.3vqZUS#2"2 ! m >rN*9Ɇ* ]Q&gS)]|mCvϝH:ZGll=J$ڲ웶4,N:8swb^#/F`2Q ]HPo+a_îMӘ0=e U_tgx֗o3ЬFA?ScjohP`םH7KJ\0^ {xg }@r)b]`KCjTg,c0EݧWsIujS}i}fZ _kORCеJCi)l-Y]<9<3}aO}@+<03  x@8½B;gLv"]f'i]#^ J͏*2d"nHfk)23K.۪P5"VfIZb3.?2k`Q/%_@NcQHA7rhۖJk*{IQ+tc*;o2;l*➧ aJr{^_*)FFۛ{VcSOu 򷨩blQlڪ}6e/L˛CbV֓2#ķHkͨUmj0x{HA)x gH(Mdz2֌gr >dBs/؈f8oeiYdي+% <_YsAP:OF 4Fd%,<ƈ[-E,&a-9FHO7`@9NME9Bk4jpҶqCoBQ{yԡcH5j-^Yiշ_`5MuP4 Y;xuHXUF9QƫugYhF( .ÊvFR-ß?eޠ<[إgR7muheȹ~&@Vl+.S $~L0XF5ioPh1fO$2,t9]=c8rƛyKHB6\8S P]0ǫpK 5z\o藵.5\|J|x0 ĠY 開j< /uN,a5Yq;4|j-~0VZv%EU_ݻ;07~zb.{I旼>Kx-3J=9a4 2@a[՛fcn)ScSc xDN2bT`SX_17y\':bB/;/R@nn *\jBӢ1A}9.ѕįKnN 62͜pdc q+y*I ۠bsDO}!rIzgFu5iWD4B8TGŶ,c* $yuD}E]7[[k+ J<WsGi( uOtv4s_R`nrmʓ>5ZIW 7m0A :sZ7 CH' ۡ~\tDŽ6l/m#]&75qAˣJMj$z$.!SΡeXǂI(v.2~)hjjܶҨOΩ东L7ѠGr=x}+}7d\ ~)HN{fl!v$j~>p[o~=OVG\w4CR,{*G"m|-_g.@εY i-(иvTuڟ}8%HgwjӪ8&˃%ǚkCGǐtƠ 4A*47n3 % ;Cq`ٚE 5cJկ_=žwt:cb`e >mvm=>8/'6bYF2 s%/mތ󑖸=`saCݳ؈WN ]b(UW]wF4צS1j=s"?n<0y[}yM^Į!5P/>}b\_ Mi`ҥ"[Ҡ 6rE5\FPDK<P>3`Y56wۗRiuxjkuF׿؍mND"CT+S,W/zwvo d 1>xe.= !uhfyzP%6hoYjNFzlrEEHp"7XѺz%gFinUIء4&gu+N^#$`"pe͠+qhGTs Zӫcl{M; +\~XuL0j9Q=)z1 q %Zu0!yv/‡$F\5!o3,+HDg]?k8ב:A>EҮd-Qw Cmh0&H@(reCˏ[:s~DݑbJ!JO754f;ÑCڐ~b1ocE8 "v@ Xq&ZO3 V]sF3 Eaa-lX|Na+%\G)^Z WZzIHF<KSZ*,\,Ba뉮(#ҡj2QJ }F ,&L%UOKZ>=Jt(%D ҅(A~AURNܝrPp*37"Nwvt&PѸ5~3AqN_HA4@i"}8t!^q5DE07> v%QngMBdW-+O[Rޑ551*!| uߚzV;]jlw^[^僑4gVTQLtyzk(So l[p+6uRUp 4P3.Xn…)Kb(1O\@Jnc^HeagV|8)pE̤$U Z֧#sK,]` gvEm"t fC_EkC +E2cj֧3u!Xnd s i8%;w FA0/Çwb+Ɨ/:X>Ēή`ƓכcZ;]7tIg|=kcބm2GH3&]"p93UKJQ@Z޳\êcv?V ڤ:5oJ,3 aL dƘ7Ri&2~Dz(&LE AHـr8,*wژ@&${-C,!/T]rf<Ͽ5ͿLT,c*D͘7ڡ+Ժ'X`#c)ZߑZ>/7b& S|)z*5ֺ@I9Eo] w]AXMe+دz F%}lA *56r+ ;]E`AS/F*1T~QIQ~("<9|7xr-{Zdg-k Rv`9+#&D@멶aEn cP,΁xJ@<[ND{e6GtH:EX#O{ʽc O#D Ȭ $j6[+;sg"aQw '4[I[J3aR"GDxՉ`N*fnOjH;YWIE2;EM9ppչ ,R>iYNmU-o(-m(ߢUJfY*\5*3#كـKKJH6PfJl_"l%ߎ0HF=bI<9V$h;I])EwV7 ~#1 mRA=J1u3Eo8rZDe~]Eծq{@7x'Cv8%l4O$W]L 3d%S&+ DW{\2/' \g&5Q^$bM7a.#."R΋m{9_%LY>1(r2K;o+:d]>aϊ3qmTطqJL40̙zDե7@9L{Wֶ\W]1k;,-ԬƮ1S3yBG&vJ 0t*]9bȃCN\*dBSr%6s-c:aL^)EPӡ`4 dR.]J,`ƃdsq,IqUB4cgy^ ǝ"ۇuHNxȔj֐cίsCi:òR{BMyIkT7q15XCOXn&?N?;T/8dFeDgo"ŌKYa}7ҷD\ eЕ1㕊J:41d ()kEIXoN~TɱzDw=㈜lh01[ŋl@ KnjLV ߬}VH""&\/szCi73KZ5iʏNʫqYh%\7(Ȱ9[låFLvv6XPW^Cܭ@FoPau?9@ZT6|CmRm\ɋl!oLR0겸:15Α]%nX1:~Ibt#>mR yq˧:i _2\9'ηc.)nW_j"ğl-+^Z@d0(W,hf?ӝMYr,NeD71!][!7Hَ5jF== C/+2u~K[aLx+aZE>u?:K2]~;:ASV*:xxŘrdžttgP@UH& q<ȾMUU |P [|Mo74f'peGP9;w"+u6}z? ,sNUPe QڊH(?D1c am[92|I!?s&A3s'dQV‚ﻃ:pKϣN䙫/P}}!{c"rO/hnj`e.5Z ^teɼ2 J#73|2ji_p# \ Y!$.'BYI#N8S0Z.?,G0 p3TXj]{`~)49%@U|suł׬XMP|d<&k<ZWv;}J"kK;1W͗^3*Й^+T\q %!_[1PT~ߢg6KV/,Q/+^Wyё$?kt,L"lx7|a37W(jhaY: ;T֏NEMO;ɉ|^͘u#rK5f*38/+7Ӟ.m8ֱ 1N?0 Zx`=Ӛߓ\s]驝9ދ;VFλrx/FW:ۦ<lnN:ֺ3~O0ƈTϥめ~ hD|-a^v*oKFt_;eahZσrJDgdb\8rDʷm;Nrx:OMceREt "H8mz9O ʻ[ʂ0-R؜8B79U:/3E/!1CE<= 7=YgVW gfdfoKh9vkĒAT_@NHR>@` ל)cwvу+mQvx!4s#;%4#ԷݑUirƃY\|)Ծ„(Z;˗0m?/NZ "kfR ZVl1Cb>zzpg_pKXSe%%|d*4|Vٿ)̓/ #g$4"TaZQ9CfPW%O~qPk<.mzľp!-4uQn7Bxqݞ 0t5ظ-cE|\eE{KhW|zpmJ3m"\%OjlN1̽k?҃GP3N棜j]t K 1;` uMmmYn:!pL͔AnWq>; *Ѕ jWu h2u-bՋR<ֻꆂة$,_sߚsKIFD_PU95dy ä^g"Ca?`:zBTGA֒R|dyŽnB'5IЩ*TkX\t[:͊8NbیIzմ69+"W'Bl1;~;pOa ZqS9PE7R`ڈVG}[16f&s> x16E<SCʢd")>8fҋݸ"/8ue:#tڎKVԠخiU'3n^# FSvr?zE$6ǘ3x?{k ?oZգA5c[N8J(ҿ(@f &W|šO*Uۤ EFy[8 ŸU=,,MZΔ{8#aXW q`^ Uʔ]iԩYAbg{H4X:*}g\+ bO8I!xej c h2QM&gXNk-^cg Xc $篟ݴ*B.)8Lύ40 ؼȀ"; P"Vcl' Qr!yW):vqM J[Rn%'ڝ*Oor5K$q^SCdr'__S5P\EIM"76acV14B;I:@w#sn,.Ny' iuٰ| ؝ bvRi)6絹 D=*oF bK04_ %敵IRp^?j+Lմ=6C|n͢vCN)Ud˳9Pke1uz;09"II$J5Wi^Ĕe:-Of=Cw5#͗:_(K#QYfIr02򐂵MclԜ\g9g? ـ`PJFw+HHyI _ր[W'*[?D13؉̈,!8]Ga~{d kiN1#?Gm}M$'dHH,L`!z(VRi[b>=Q}=+L#*?dנhMr#cT|-?{>oB:Y͘g.q7l&l-/]!$zw>U6XZoJ) :'*ht氛B/vWRVbZnqZ|(٨Cnw(yVOpjcr`Ae` 9W`bSI77&`Ngk6ݨCb>YIf$>8#;!6zvPK%Xuv)??A0j,/n6GX"%!gZ߄g"/f9Hԙ[JcvF"h5aĶ+ț 6QT }Oyest&!\(Ku(r_553!т̛ڳN{yy=*ݛķOZf0ؕ$B5Dt@?Β:q|-TDKa.Rc'0Xkc;f/L2SyNPyh$cㆣ\Cv6RaEjetbί(??ou8bU]5-;B6g0hЖ}Vt]sOH~xY G #^TBr"#%^iG1Yg]6ڃֽ'!D3 DWr8'>p"|cΉ,Z?G줈 5hWɮpU% &Fq7lzZQ?.ܝ TG(7:xMnJ$$`0br<(x+ǜ. ;I,iqMPwvU7i,o͸}`ٸ &eϮ\J{-I†E=(%,)ک~;]CƬ% r+_O%E`oeƳbۓ(iDV# L+ ESУ X,&^O0E=y]c#gw΂ljvۦ  \uΰS{23<]b7D]KPG@ިɢ;j;zdTj%` ĸߩa@ܗ]g^;N"زH/V5jaf5pqѥ^!=T43A 2 /GH? kn(C0;~E %k DmI5[Fe-]:vVۍukO/SVL?6 O&QȤ"Yϫo'ﲡf=KV Aށ^-IPω>U׷$~7rdI`Ք(jFz]qR7rT$^m'c`y;3Z vҾ vnV[  Rb~,N*(pfs[GeȨpH#oL=v W*w~7Y7bM `aHT|]>kRäaZlT5L=͉,uoΔOٰy+̿է4`*>kҦ.|j+XR]8zjC~RFPYU5N94bF>hـJjl b~ZoZb+,D\Uڦ8ߦsv= [ƕgT]}Lj=e[;t?R4pǚ̓Bj!6OյaUV Hrp|ZK83 [j(qDJi{}l/:᨝G馡dƇ[ߦ_;[k0e'H9;N64q;b7XZ˕5ŗD ð֌إ"{T=>S`!j{y#6Zw~v 5m;$#u'u-[~>̯S"I\k/KNU_H-9|NV Լ7RNPC5XX73"[}_NoSdL@4=T}%)3u5L\ubnwuG'DÞG/ߓluW0MNq縧VaIkuh6#KPۦ7"nlMDzZh# x2ݮ )YR QdR9ߑ-NxG0a@OP+],%L_K.y-eLE[fi<7y,6Ge5J NdB4O*1qM8ܴڰCRv?]r [UܳEƀfҀRğ:8@40o8mFN,+&vϥ p6ng Qcԝjݮӵuib2 ѬvyE@%Z8YuhRTHanS/lPjmZ**bٝPy_^%ϦA\t[Eni"IxnXwk{e4=[Wًj[{^dF FQnTӕ6z*q >3 /Jn Q`-ĔiOU~ '&?6ຜ,[Y5ٶUK O䖖c.:ĚBe^хT8{U\%4]`@:$o,}t%Wl6vJt߬Zq42j4ۥnd7}Uf$"G|dY,EOmZE]6 r^WY8Q‰i9J> FM483,/ڸu|zYo6A@㿊D,{%!QwÌ/)WaAcv7AF BEQ Ef7;sbD[Ad!YC313EpV| oG[ A=kr};E-"wGXe)SI_ҙ"jI(*,  u|!1z)bw]4Sk:9_@YvlճgKSh 'ޗHV=h}Dlej}3PG{J"ßV3^iQT4Z|R!鉧ƛU2o=>\l;ZD.<۫Z O1vRɎ+V%(e\@ 9*W>4TBFfry4q3 E5RoV!{Χ} O6p>8LጓQ3qWMCoo3{``}f䎑Çz/ Iڻhێ 1BbE:C'ponGBRtTQvnR-BJd;E?3Y[T\]?hIc.-$ x)'k@R$',GDWco Y8 'W'%'*:oM LjZ,SM׶[Yj6B/X:9agl?ƧS$8eIߜ7NjU56;x\F*[86S0b,ۍx$5N.ԕs/7lae.l_Nͩ̅O0p42k~~x;Y#V`8019o|֋4Lϓ7%ĝiFE\a-''R@kFV'i@Z򟳜6?ǰgaj81q@CqLC㱎x5w]U5jP[޳{A_zO?nY7]TDdX3qnбE5gz|U&ȃ]&;V-j s*߿ְ!2K1(*:L ҹTp!X8e5̜ ܏ĿQ[=Nw3z7#m3K͗50L7UK:*5 贑U?G(<7ߝ%m ek˩u~kv!YPI(파d2 bҟ/bVRCo0ZESXjɘhýڻp?w(nfJ];_poJa['ZVJc$ҷXɋF&"ra/[txSЩU^~)gLqq[j EcQfHQL?C8ԃ2^mYW2$URsE]P(`pdFSme1nG^gWL%èh`Rs=2Q_1)y큋'up>i)T쯫G=Ze43Q)HօQ̈Xi #bu_6xTMjBZ)jV39LHZ]5Wdw-rxQVꊁc\jxXL1grWy~`Lo\BC߶>k8GDCr˘s~%MLojlr =yZ|FE bt'h0U {'5~s+bJfrާ>\\_o xWgvcLj-cv>ʨlOwgWEã3lj_6b$QQĽ 8 WLǨneTʘ@ƯZw OZ'fF}]0) ]םٍ>-" NcͶ[j)wl嫘ňΝ0L8F~87([HpE\+ayS`Bև/kixEp n;{!f3~BV9b*8xf^yPgB. rh:t,0wRnMU#hM pmhl8@O.Ƶ5LcaqbKD"-$})ACx|? vL) AO6kXZ_ak[gMi/^pE6}B8*Agn ml_L$#ppL=d& T$Û["_a|!cs7Ѧu3l\SVn@ Ʋ+! qZ5@Kk2P=9fPQ%Y'=rT T wCNbAr}tU Eu77.ą>_L;ta+ZPکS͚-.9Je{gfGc9I>QA牼YpM)"N1^h@7XS!𐉙%_>XS?`!y]Jkh*oX[A\XŲm%-\"SԈ[eqw!;.>@m%5Jݑ>MLZ^TaFYNͭ:eM+O͍XRჱY'`*r#a8H_hYW(ٔ @qN;Y[娲|ZRFvxnY'= 77M|)zrRWJ!A,/ @A |X:"D@:\FvxVC{v@kWr wAڥݸhan3^A]* W/3LefCҖE*oUcZ,HpTVm6fh tJHFgь>7{B#LDxh&GP+?kIgq N.vf@AFӖmZ.9E|'Ј$Rl_୓tH'JRko4Y&KFB- :>SQ.YA@S*td<.S_HeݙH>DouiCtK7jIHK\&rIɴ5#KĨ߬#Kn eQ kﰀe>>Uu[.ɷt$]M t+>H15=򄸐U^x$5dyݛv)F~n1%oJ> *i!ߙX:h~J&QcmOnv\`ޢ'=Yܐ']ʨeH9KGGV6&]<:S0mQ{LnYv)my,AbB`J"95K?Tգ2aWt$ժ# hnDƯ Whpҫ#8ID aAMULbn6k٢²Ch7r A{N< wzUdvk$ !`2 ӹ-my41Dq^E&:0qdlОkA ?!Rh5L.Jk"BhbPd0(GXdlS/R;Td;P=ҝcסn$boM wmD|@B 0OτVB(B c@>Po7³[ )%iŎRG|y\A5}vb}Sw'9t@ /rODTߌB wM:O]Sx %Dlz+hzfIy$'T6@.UN:KOߨ$2(]8o2Kz^)GRxz{mԡ{35PFq[֫;??H*W\T@K LeV99;~{a^G<0wcc.qDSWWyw2h5rr0(="my:ۭe(L:m 9ip 5q_it@&%-m `l&s%'ݎB*Os(Y܄OAn[)~ʉO% a~v=Q]?`PWp&Vg@O0G9Mc9ʦh=Qrwe MhOtکH>AEt7؁9ţG~x?28Y"j`/S p0aMxh9~Ix׋3f}c'W- -3ULS] `0.pojN[Ǽ&ZxRFwv [#N ݰXH.ь֏^?vܽ9iy'q/|j|܊BkIw¬za=ˍm,N1|ϕnɺ'8 G +=KFGG F3:E Z#W}:{oқB^BNO(J <4d@)]4$ۻIڋR^wZ.Ng)b(K&a[+`F9;#.Y^r̬pdm5b؞7 #F!J{ջQtmJR7I`\/ ^mfD@pr ʚiJl5:zuKm^iAK:nx߄? FG=˔e ˺_HsZ{^wJ-f맽>BGA;7sDT!b}"A0PwM^DwZ~xq_5CKС.6߁jlauAeT1ڎtV@cNXΡSV nPu}p02'Z<}| rflru* ^; lJl*gr $6&r#K'6$l:$E+JBek-do޾#d-04uum $o* .O^\2{>V`fG6"L#7 7ӈ3&Cj" ÏKlPq:LE a`{t)mĦ $i"ʋIѮ_gR08 nUe 7tjL`lp 6è1rfyUrHe'8sVj*^olkKqR^FnzW;k#f?r]yK̚V{m/<}7p(7b]᫲w<_=xۡA`Ev]e.z'c`6%. yyGe.|fVE 00xy}TX4!J/r誧^͉~! +h vf䘃K#6}Wt7z4]KfwynS?v|<5zlSfL&붿 8' )y_q? (<dO.voMkR%oSEgN"XX_Ҕ$GNLv˦VGi W_q=9,QvZDB*{9mR]ڹH0jc YP>O;0iK)ܝ!ҦEH gϭ-0ߧ yW1.W"("VIT^p =]ې3/g8[yuϹ3ur.@s.Hvtݙ{ fV Oɛ;_u@4z[0~# F$Zj^48^ǽaׂ9"rTS-@5ej y ?6X?;Ϯ'{Z)LQqDtX;e}'*mP9=]򴱶(w~+J? MqLn%d0{mn+u9q+3?y !Y$,m\<=U/4g ~-ݍ;ALdIQ49L=({@v f>3Q):)9ΗB tY:oe:V \XSႭ&Ƨ!nBqg %i IEG"7ڪeMG/Փ,K=C,>ʟgCn2k[b#+s.Z꧕]@!`XhO㷺 ImH7(r,ߓ0TkN,ij+gG)x "{ NgD`RqV\P%0_U!j1яX њ%~P'-&'ǥ5=Bc3ɬXiZ^VR sKگP$z$kv\ߡ.!x NzCΤAtkSp8+:ɔh`̊7KdPXSQ 8 0!| l t)9kҫA bO,fbgb313wX vPbKFg$ (M8m'r -dr;+\o[㘞f ~ΐbQg.ImTBe&|PC/Qޑ 46LJ1#@-C7N~BH 4xЮ5+u;ڙgЛ_P[?x>)D7N#9$e  >r"s@{vt<'jSr")/NL-ֱX1`\y/0$+u$0 G YR 2h}l(E# h$]$Z|A|apKb MzO E WUjS,vn ^$DO{e՞ hKU z#ٗ3YYzF\}|8U9YhݜnamT2&%OW2^&cDN9؉/o03Pͤ$/拮B'0ϫ3 A1RZY2de09糋Kh( ieaMGHYe#Iܢ a(zNr&\&ld8zGFϾ?Ǩ6ӈd3Uoe7z4[Q6sO . isO*3E;* tbO>:ᛞT8k/:Or3 Q5(xف@ U~x61\W؃dTǕ|6-<MQ;ė6]oJ1+A9Z}V\*%6yXHzE?1;/ƶ7}o2rThmn )Ʉh`=7jrK7xAe'l} B P^ʖQO$״,{yIߢo?WH`i*SQ6t@[ێ -PE+dp;mʇ-6H wPy_aXܔG}b x&I~#,>wָK4:_XqA#=P(h":ѡLSI/p??lD]px(Q~pEOp#1q*"^~0W |U{T!qBQ؀/ d>x94K24Np[Z{)iOb_DwKȔP)PK-Kۊ'8c 5~Ƥ@6/xghSayώx^rO_IL筪)"!y~ s)'&SWȿy$"?7$Ni]J;p3֍Ϡ-0FbQ"\Mj:VEA%?ws_8tЊ%B[$+ٸJҐW8M5 l'lHYoTNf4Q}BGfz1w* [s >4>*2dRߠn[~EN?fxU{1Zڌ{_YiгEpYvZ"ߤ]Igpt7u47x*|]c|WxT R@;\Η'1Zg$B ]]X|bjM/@Mg'RGMSdZ#/1w%J@*aVT$&O<9y6y:e[ QV;nga{K#J \ 8kUύ!w+zꢇz %GM]p.qOuE7ykF[5[rx[S=2TQY_dO~_  4f_f3PnzMRysR4=&HF-4%'B5B 7AO5.rzCڍ23J(̷5BKa;'Rgr]u5׊Eh4Vq6N \6f-JKW0#CT"*%hN5T)O ><<r]%^Ȑ~N+ko$U@Sࢊ] $6i`)r&ݮ $9?c=>A&.eAauܡ ˠ4+)^ӟ{$͆vqUO|1|xJdfzCb[s (88Jp)r2nwOzf(c#hWQҫbwg - ކI U;9  Wڦ:s$iP nU;vQC%7c rۻ 0*3\/d5 #vIJ3, # t(^))[FsvU^:_s:ѻ/eTٴ ݽO'iVf&ӎ%&'XMp`_: 혗_EQwϿ0)/;"/) qS鵮WEkau|Q>Knתg0fV+\Tbپ?~H5FqR.Y5*=4YrQjP۴_q5,N*2b'xkniGpM?ﶙUM7(*ᷭ[jJe-=ڙ)-?*ր}iEpMzDܫY6iofHK!u:8,o D14RNূ#žS `y&W(8tv_# ɑeY 8+z4|bk#+㚂 0d}p"8p[t~Ft3D*1eeKƁD[0qJ :Wc_ZB uXZ%p.>Cg>7gn$9@s_ѻsWrjj/jg|v)tV\Q :Ky`訢b:5PN;|~ 6.1[\Eܔ]KpljT]hO~&H6 ٕ~8A{F}zS:%yv{ZP2 5S_)Wu1GsT)y*Kd`ۙCF5H4|ǹr[vPwU%f{Z9z=΄˒0A); ak) ePKf Wi8*@oኬ F--CQ - }R זށwS@eعctz&*p]}*r\Ez,t QjqjѯwJߝrZY06Eq Ҙ'Ÿ`6'If=JNOHm~(C˕pBzZzd.hH;6fK9cՖ fݫAE*o^\k9ag'J;,6ؾsRZaC${-$"/$CP}r[}JhmhR9iA P?sQ_-t"D7SȦ8>ȇRe'EIE>>=AIlc%˄ ({ N.1+MF.bwP-xFԫ'DzMhcDT2JGbNިrLI}ҋHM 7Gx€ɔ oiU!Džu~b$kN1 g}V5*l_J׃ 2LM=Ι*;,n C?MScm}6MT%KַAUSk\@`޳jN|hJ7vv:L߭ia3 A"f+Gѿ`EfqNɷ$fT~8#;bAؘ#Vo00D-*f~O/KWnmzrIZĵr9M6_\C m( ̅.P_>TF3W+ 60!ߎvWNRߦK3 P=j]9 PuP^/`*G hhFO;:hAw2,U"PpRrAZD1 *n ƧQZ[Wi JUͧ}`q;9"e(ƀ-:t|=d144J⩇lؤ!ȵQ );o=.iWZӇLt_t,=wS\*C#'.<߮U PϑGK﵎cS{0< H ^ZVSOI}cTg\^쥌 \N[ zaOJ7I[뗝N LY@7{-wL&0lTb^WV!D邲#ފ8f*3]= (Z eg#A;m(;.Ȼ6Rɧ ~*xmb:| bkY,Uvbi:r:2ɥ.X`- .?51 OG628A,XB %'ffG=Xݜ 7M>9t iq s4E5ԉθ58HP Fh\~(I6-~bVM N8+6ztB|k@YǯgWguRMqG'Ө*i<l"580t[A:nvbY*IDP .'*5Mzէ%/^ƨ _wrF,M]0?+KZ\pzRtɳ;zh#e`]74Bh]FEU3o&($2VJ׵#@5A'/' <.i&4V&Jӫ۰m(y ,Rcsw9(ND\͓ 'oD~-$蠹*}v|*elU[dkC؎AQ%͚uu@-=,VxE Ӭ'4Igt%nM- G.:iAGO?T;$. v+#R]39`a%"AkN|-wg官ի (tض%,Rbtmb 鈊}3~,!/Y^DUM [a&fF2`#R&O/-8|0lw- 7mM^ַE>f8+4Rg(qA߉׾M&hOĒy +693hlRiJumqFI"oe47lӋecW3FX5M:zqO^(-ګmkݡ.M\ǚl4}TsjD|9{]c9G!6'^۴ 1 $d 8Ӷr+,!Fy"aW$O$&yeo>״ @H \x8#m־ AF~kC "V ysٮ8?8nڇԓ%)Iu崞Ɏrw;+]֚}+2JȼjoBA5]seG6``?2oHةDGc#q2iKv S̶OE+@b{z gF~Hkw'==lyZSpZhduFE-S J"x6Vm|:@{콜ӗ$|^L Hc#u2SO7c!eBb)P _`g9'Vb%pYJq+:kdS?w;B[`8($Oj^(pB|yu9S0rLFK`DQcmh譬<+sTN,$Ƹʇ#MBbWoڿzNuf~G KWemѐ)=CC֠%p7iw:L`xUW`;udٛ<,:8s`jܼ4l܀SXI"$pS"7x Y4!/i$c2q!X gFL)eʣN6 ^ş*eBܥgُ.s5l3앢B&ztx~⇹ eVXOv6<y=/˫y~˱ m\BdwIg,,^$SfVlH)?%g 5|D(}eȨRy0(X˷z*/F޼LXN>fQ-S(_ *=(u3_f̓vᗙ5PĔ׼ɿ j07>xMI!7wLHem@1FehCcͲ&Z!v(r =/7'HuJT [b ' N>H`@W)Rh ?eBIszDaFP̤z]*̈\:4n:bw3(PM |{&Gk0WORar[ex lFE)>\c<֪ŋ@cװy*&Km0LwUZ }ۊRVqEanTP'舞Ѭ鞛鼈qp;Q#!2R /]2=&J KDHs\^[$2nCD@}6*.yTNdHEFIX$7ky7I*V%o哸-7/|Ӡ|Ȯ !"T4tLz_1Wv{rCT^|&$o)mbkͥL<,cfIFۈGb6 E]tK]E\( ݔ"굇,fX6χMh͗ `:V Z!$ɼ2 1I(/GpZLiUE: (FR|⸁G4B#)t|Ƈg*H5[̏-R;e- k l3(Ճ |O"aWQ$mM1̎y$/Y}D3NP>¸/Oy_7q9ئ[9j? a[cxH1ɿnTՅ4F* nYl(q9x$ B3.*9)?EDz#:BAGJ0@l*d]*=h!rj jp09*\eym3AiH|L s~W1{=Kefz ^l@ 3$ %A!:mtTz?߯UdǸ(|vGm @-$ȬkAf$-cI|+5ݑ}BE[zubr >!^.[P³zsyD+`mO8Q95p Mgb>!ߵ͓>WGәv[]R.pbF-B|(f:s`SyO v3CeA2 TE^,8۾VuޕՃ )LhֱX93;H+Zs{Fƨ%śkf"!zB:W+`;NtZ+e0}DJpmaa"sƑSY}6t.|Ę)+͜L4($k,$=kCS|]isM&BC`-\kʋɁi#8y.Kh졺9R_B [)#i[ 1">:ǜ=ߦE]HhmeyxXbDJ~);р|뀅Ji:UZ>O XN)Ne:n"lbO ,v^\j,U;z6GlUJxJRz_ QlQ8Lm:6` "eIzE)OWcXH7i/;IC/Hc- sϐ''3syH/[;NK|Ag>Lp=1z#PcSl?z/G#t 1bUPnA? ÙB毵dOX"Dz;ۂ15ϦxyWcEmM/f (7ꓻMLstqP1Vܹ0]X3/J}>JBP07J"1CrhsDŽ*M)gU=pH6[^YdhX"XL0hO%Pxv 5eV6աc(2+H[sɤ$x]I6[br3q޴ 6aK;o|pIȕIXafGk(IF'OWEfVű[heJP{>JY җNX% Cgy<(c {QPGg1gb♦x&`U=AӉ-*:QJewe}zMp|"3f<3\ e38򙤤GJ:CK9"y&-lBd#DVf!GN\1"j<R@NL;+oWً;MK{Y T,}mv*KAgMYuP"D]0ɁM{.mӾm^n)M\.fTVHE#igS\%:Q/WVn"Ro xDݛqh=_Sޕ(^ѽID٦,ZxK׻:@}-PFP|1f)/SفjM9b:yN'Vp G)e!8Cb8\}!ĨF1|.r~냔 j5\1#U)7-T*.VNN7wmE s/[ ܜCDeü)ޜޏf^!~.3|`h3Q˔ZLbG90Up}gw6MpD6HLZ {T@>pMe2я‰4]s+3IN*.DoQC@_BgjïCZg(ƴx9*lO~ Ydzڔٴ{N b#LC{2^-?5OM"ɋǍCA! kQ2|<@)#I2fW[P,6ًu(/Cst?8u'a0%dt¦!Ep-Z)ň0!OuSMOZpnɒ/ Q '4A~]c=6a 2ɽGaNĪjfhUysQ8f(@/{oTR⯊ 9_9<]$ʋlN$}."A?GFA7yq~^HZ\tfQCs: EA`;"hӴUU PUo!8Ŕe!,YnH+f7N8eCm9q9c]K1q *Xm|F]l'N^;@"l?P[|qjտd25B %<!}րo#ųy_s^k~J T3QE^IާdnԕWAşSHc$o'a P++0P&J\ `t2oN^muo+c>IӖ8G!/Α (Jes/̕װn:87NND:_yhs.$|^`H|``M߰0SLȤpu7 МICxQΰKK`GT5tF2Y%i4 '!XfA ڐQj4=*]+j >Y 70E1&"D^*eՖ׏*Ze {m-4_:d+2ȚfB)=6*j_M@mTT_\s<}7'g'%nc(Ѵs@)\2+ ;aY">̵2yǺ^]tDNV&@y{,CR%Bqٝpb!cH9h2K )X/(ߚ~g^4=6#Ѕ9uI}ܢ/'fqd7b֚'Z,K&~0/mkD M#*_zdQfs΢R y^8.$fX,Wqj6!v"LJUONr&mhm73w33I;~yRmd9)<Ľ1U:ǟ[H&|?$lHS1JwNBg9P'&yIN`e &FgOpݹbOl$j1-u33UJQ V`fxlL)DfƦ%6ERDXn]V4lڴFhƗ8n߄@C6 D:[Q#ê>Oo#E__A,:3lbl$;tb{Hj#b9RPo۞yjC})wkw准MK[j_̝!Z=^gTг9,R ?L0y.)Ho8وAeHZ0U7'/uď 45 ܩF|IIq 8j[`-$8"_7%)~c*T=@ |R/`VZןFc&G`aw>-֦$ UU~bocǗ0 H8Z> b"D@mC_2x%e}! cn5`2Cڗ'8r)w17ҹ#Env!:,w@w%[`DՊwX#&`AY@߇zs,`J>Eȧ{¶`@Ҥ`(8#钇w̿t\)Pls){dr%.zdgqb_qښlv [kBptV'!TT?Ck667wլ0}LC\_A2f~eapkkc_\Ƈx?xD1"yVύr܍І"Ȓ.i* u[ ]LBv1iگ@ o4' q(g"};2YNGsrs^&^'U絵륬)%o{f k G_Es@{nM 2QomnI5X88trz_'+#Ѩ4WI%]D,9)58 ,@Is=s$ _`[WE}IXh8H,l/bSںI/<-d`*ӣP193vR3?]E2 X"ǣf$ZjW>sWa%|˨Hytb"|`&2(ivʫ@uףmŚo6rVQE N,z.vQXɖz@bQQ?9ߚ p]AX<~ ^ri@wQo2Ȧ5a0sHt4ɭi&v(K>G3Wi݋+s,+\_pl!=mOUjȿޗ:S=W˼dЁacF1Qyi-=َմ[4.J]Ibڟes2WPhe)TX6 @E#ڛ6^,4\x!#LRhu,l!Θ=]$]S ]nUJkbPmA.7rWO\ (GVs@+Rq3h]ܫ8~)ŊLK^2T2}N(0]Nx'A4q8@5Àtt}gP.Er Vt.S&ȸJUqΪ8QVQ9hǧ)駤Wn9kl<#DpZq6O]d2c8acHIWlhRó+@CWp?kad_ 5X/bV|w7!`ZJBqaj[编W&‡mo]g[[^S2}RFOϪ0n[/  0T5ifW&j92ߦk қqi-S<,tPh>х@ A>|mQAJ%[fMhZk/| HQ<"I 䖈oR3mŗ)e;<1N}!nx݈B5&2]xriaO,|BPs@RF/zpGVӮ/ i8r^1yVKUBn ?Ïli0@#`U6jhq*?Jތ CBSU=,IAu+#O4|.ΏwDU Fzo?E8wx Vpu(fwbfFkjok*pz*!|]SkJ/Yh}C r_w^v\RVϊd{ OclVQBOH }ƊcNSWqLs8Yi%jl~)vVQΜZ؅T)*mSb)5MoJݧ@Em^uz18ǽ\vj6벾N _4;DRFa9f%Z"Xd 2qpD8Et"VIHf^w"a<"/ڼuU4?T1!vgM?!oqbm&!T+'˿eafѴݍ'F4{^JGo肭f5zDYJ"HK:p|>,{j.ADv 2D&+lF˟;|#I9V.=O&țFnB -6Ai]ՕB:'hJY8R&)Mt$RorhLuX=WQ;kuE8Vݢ3juG(gWpur$mkuQOc ([L :20GvA RG:-5( sX^݉Ӱl|q tجtIw_?Y3Ek׆/6_ECNSL&1BRXf *@ѩ2D=Uu~:v?tG>-^*.]7^:9߫-s;3^:&3Kt_f4%M|NN*5ݖ Livj0xk0X܈~rX+{{ {=?>]"8D)~3̽%IYi&an\P8 :Dl꽹^r4ȗra4`i0tq2]Sdj;TzY^9ЁО :0Rr9dBBUאNpqXuJ&ŞKO?qi< ˊJ w>WMOP#],λ*[VQ%=gBYć8MwrLQC!Q$;On߭Z7o̊ʨu4$ Y}AؔkӈD H֥8[jhx*Xdfz<{8 eZU: }՝b6asZ_f.g^NmW!^r!رs/0JS#cƐx%DyGGX>+ )A_4o|kPMVH+9UPI:? n3S,=(8 ;rׁ"/y&_ ɓ$F{%~hq֮"5H}U ?j<&2F F~=/;32.n !_Ÿ8OXEbiki>t,<і9"\)}ɇ}Y aMka I*u76ʧW\aNp#^voG^?OF!=`nۂ1fqDc1Jƙ`Wk5Y1@6g;XgIE?ָ1,vQsR^loMz+\?rBrwdiffU`/F|'B"_uf!C-O}k̔+@i>2EH@FV(66w}38ٛګ5Vy *`FB49ܦHZ b FR܆_Cl._B"bw!۝0T\M˂C598X }ؒIipH!GIv[w| KH&קŀ~Ѥ/&(eg^Z1hkͦD Ubb%GӘ6]'Leљ& /z;-=jKݥos g*?[Bey\tf4QvOT#|W&H s !3$CT|=k!R }&MPK R$oq@^hN=z!3(5HR Xed-dI_ )4+%vv$f˥ ꦪf%G-\Myp5깮򻾦|,4ԌwxLB2\fؙ+[Ef-褹'8 XANfk >H!3ɪBxÛܥhA;KrhSd벇Ͻ$K&t3o΄ =npeDbG<Ł:u@(1?h]ƚuIO[V74@hS_ 1Wv<̹/4:(5{u_I[K\"CW0j p:#!Y-"3UR35岟Xaw_(G9M]|/f8&SC.ٶ.1]APDf k=26ia~_DBXy5akF]4/LݯDf̓Xytf."+"V u6dcj"DLYX$ci*qk9>,%#>bwƓ҂BRzV ƭ&ZxcQ#qn->=}Qtծ<FH9^n'xfd-rϧݿS]GELWqJq:1f*IxhP^Ts=#[JQw5No+ [<ͺ7gЩ((C(Wqe/S;B!{%mɈUlxmWY7~+k^5P#A W&?o,ɺtϑтD qϲpi9#[ (2^x\r6EL$kf?Cr(Lx5?~B[;9$ }H=rVL>/'fL9pW[^~Aū\i15vG!/ݥ4 sz[WsɵMx6:+-#gr*m8~XpkU[зt{KEx*kKZ{ ]p9+l%]Zg'b^4 d Dp}ĩ [LyE.nP)yejU#ڭjU$bn&C#UL)'ڌm٫AGT[s/,c_F_,?!ߚt"1"2ԁ|͛h|h+1&h7_s~AX[J`W^uz՚VՌJw]==@da8.RhA@.~ḇq u-*]Cs3C!½1tFx!,@1YњQH.''\Sl:ȴ@Trc)˫1P%T55f *h?$!OXعmNI%6~TnSt2l㺍Ie CMI #[ͤqyV=#'>hGo.5M[*펟C_;S`/KG xl+AS5RZd9/HGaWz;/8+)k7Ǹ SQN )#‘Ks9=(-ZtIz 5@,4fq_QD)3ADJAq>֘9"\o4q9]9#g4O}%%4YAmoeO9ҙA zn"E,fp #l(&S_X hUFK^X Z*;*C/-qFK5lN0WrTFl < +'ߨꢙv!&q8c'j:?VӆM_QI{8ֹY6oFGB~ V-CV6}z\$FbZ8V^DV6frre&߶b,o2ݙ(z-zD, F[CO>5;OQur*}Y7P͞!Ho֯Jf{hnw{,]H*!X>?fg0k'ڻ.4EY vwHZT1`۴X'4mwM76UO( Y vR\Hiax*jʰ<* zcH$U^} W ^:8AX4y_黒ajE˧2-? 7Vp$(YMTnw`x/+ReQֲpla|-laz\Ym0%!?O߄c?o q7uNpzڗzJ,n0 OyRpRũ",fK{9o<trF8)l@t EDq8O_?KnPp(Yr;G"Q4GJ|mI\w,j4tKJˍ!%BYk H"&*JS~Ռ)*i@O EQ PuW% |>0ϸBp ZZ tP<\6iR/^uR.COOQ(,"Z&9!-քk\A*z'ՠ"@g.p46AQ9 j>[> 4&Gs φHg-O=<G,qYK=b,RW _֕dnpZ$}2"6GbP O~հ{ PÖeGݍ}-Hq\{G= #Ž7C7DwRćHPmD`#2~;m1[KOR. [I-jDP]h,xPz" *%QHRͮfn84I]` [-f:cg#ϓ989Pa_[/⛛v%NO U2c1JoU;yb>ett'Җ6G@)ͯk|52qLG`3ViK[lHA=E"'~`k5UvxIE}l!Cg T? lh%cw^]Ʃ7$ #F٫y%p?+ZA}-J[\B2mAWd=YXvKItJ:e-ҲƇ}o.F126KP~N8>p8j*%T23Y[0k{)6Ղ^+oڭ";"L!3/sωPf4j1)]81Rf.V~A7SDcOCNf 'VB,+X?x@Ø zԉWOב+X]; D:5UJ$9˹Ol:09V9CAu~6~|tTIuR9mv$QqF~kfya+ݵVOeۃ_N_LBtwPmdz\D|;Kza)Be,W%0FOd:N]KK\YKX-![ ̗?n8:٨Ha 4(`aOݒF-p h:_|ץ˄d%>liH8XU`]whV"gPtA&UQ ]}ZH9Nt=g/ɴ8-ǵtñxb4+jזVŢBx^ d(-Hoe?'a(!J_Dֱc9eeirs1WenI7S@l5 ="*Lb ^/ccŀLTDQt^]aBd0GDB~#(f#[i8y P^ m%,R97<}lvC껷rە̮ 5Jc?ԧz,z)EՓ;|/&WROmfTS >;/9~$ֿbEX@sRYS3?@-7F?5y>!=YKe]ASL1xa7Ž>klpPʋA  *}7&uTT^Q1| 0͓L+gh^'GdŘN$@X) @_Æd*ގ "22FR&cbՌ\9] u=Ai~Ս5Io? -i0GtKLm\SqKr1x9QUmVyg .PKZ 9n*nK10ofo‰NEcqxMǥ"F/`\G &t՞8 ڪlL7]wgsFCENxX>xSf||ka9w=nv25al4荫DLr赜8RRnrxKA]WJ$̳M@(#eNQԒ|1ިNM4Grd\VڍQ.?CpWp`= {|ڶ. s+fbĩ)ÅSA%R ܧꓑaK+CQywR?S9Ed_gH|(WػlDbUwE60/KiV|oӡ3m;o UͿ@|:Aha>qGAi;.`a@Wtr1M *ՌB5V}*XJce,VȜZ=.#m/ZBia%6zlj6w>}@ȸjv7E֟Ѫƞ9?Zk2|$WD~s`s_HnH6{-aLeÌM #sA,XcrͨP<)gD+7p0tDSyNlem}YtÏxxܐ#] RT~Sv%U9lu :6}%x̓6JN % jS*Tr\*f0 2qrIi2 s]b7{4<9k(4B wl$^D^/=.iL VV%G>TF U\ۃ4(lַ2F CYrIVv XmGP ,݇̓ԶƫקI&&s3 4}T4H'OĈP]caiSICTnE"z|*r Χ_EYNJzRee,t}Bb"K,H\ʸZuBW:tb>O폣هZ-i'#P_wg{47!NCU^]9%lv)n NJ?WGyazH_%jɪ-{ӧ O0J=!|7=MSNnoel+RMY sBLDzfˍOG *@ܶyꕍJ -%{/-Ƶܦ:BP+jTt{VVjx .{Lv!gnU2mDu , t:1Y'UYŨk{oF/ ΧyR%m: zR?S̍O]0r2K]Ad$P5S1_Cs+ۙ!KGe024 ~jI{F+E╩vS#/R"%zڍSF'f9)W+Bk2>c轘U>JJ`Mپ{j&3>"!O!Equ*#~PqȆ d|CU\ªy:(V&䃼ih@荚=ۻ\|w4՟;օMNo jFv#;&7z2tbj'X"?\phDw䮿W# $)+`DL^5D AM(~$ͧDSu)ۀdx' `/0tUbnMp[9EK I 9!"ɹ%dk>8Y\"Fbx=; *18N<]A1 }|a˶jT"ܟ76h=N!ړvY6W^ta>K@KtY᠀G3{|q()M2̴TZJx9rX1n #/Q,$bB׽aR9 ! bAU|TBBGӳ4$Նe#q̓ɴLGLm2~+P@&;lɑ4XP#Pf՛G% Y^F[ yaw}R`T7gzrwhV%_Wp`@D/:!? Ut[7 0iqLƒ5B@?|DH08rhr MjeUw~G↺R,Թ94=Q%S.c`Qk;j IQmr'h01< SHS.D0cBW4KCju/+Ok0ĀcC\=DHάcm,M1#>$/mUl'er+eS6RZqAC]`w#U1ʞ5| pNx,MU< UE 22z V*x4W~&)#9ZX4ȱ/r`GX 7` $yɾTfH Z @4Yn_.dqmRNo"̀7iGV6;HDCetH?0:B,u@F%oP8%?vK ހ4* l2H;(:w8kVzSR'GRo|tK2{= BYKgp[on9 k8]Ţ!ƽ4B;,t;_4NJYRYT>p7\JPmr`Ky˕7u/AOjԷ`'n:4LrO7 sfШ8c;}GP8LJ|]gQC5]l b;g%U&^ /1(#~ FK&gE\ǖtu3UgNTՔc*1ue\ӕAg$qЏ͑.NO 1f~jF.pvx ?fWH]v Tt&`_q2Wd @ȫ먍 )ݿ _"O]&Hv5{^9+}*uf4>j!:)[)_b5Qh].W1?Ȑkw51-tB|j!$R|̞D%h՟t*q$T!(>x%-7)L~ރ>i;3 Yho rHC@ 뒞'@t~xeU!EɃ5""^ A2`Y &2e^յ)T7ĶuٞX4nY{ 6 /RXѧYR s*DR \tF74]rvu݉2L:`ʤ]'mY(o5"YSM0'2 [,HGfbuuJ@ C>8[~ѭF-(2GU UΖtu[E*RU-pxIǩ^l/ZI*5>k:0Jވ)|W8PHqg2Q*NwKW%M&,B[+}) V'g|h'w崚/N#.Y|Tok(b/,nE&SᨺF{nfN>.˿Wup %*̣`$KT}iOX[.7(?Y415k枆{-'pl w£E_/N25H]Hs,l&؃g̐f݌Cy ; ^>e4gU"[QpWgmc tÐc0ȹ+&1DnU)؇btg61V5FaE~pVWQ;U5YBv|aF)K5r<3K4v_ObF>Ag[N8ίdU"׿A hD^]4V5m/kt}B nxjhwdu:D85Π̪4O]cs"+Gp@ۋin֒uw.˼ϥ>?G)])wfHc9M_]@'Xzݯ' txđ/)vKA'u0vm>syPpHR|@%b-{F>3!:H;c(sʹ/<&HdB0@嬚? jbHGg7 ;U e"W *aWiUa$ۭIߎr-uZ_r~ſ}0sj$ݑB|d=aā%S.ASkF+Q>4SMKZ }w3: :Wآ3D^ xz7$poUL T4d6uP^vFlJ=]ŁO!m9Hjrpڬ<#)82?Ta !繃-ƻR굓0K||.~NL1(/&o |?Q ݵ3aSI j[ph=r0OсYl ;!xL4~,P-!H)6~q¥_ \J UrGK[ug 4'mkG;Yhc̲ܦ1C(jf#|:xeIU7&TdoxR[BsG" P03D؟vl3 *rtt',lW$->khC3M 8/1 vPRiv=Cp9M BeK,!g(㚲1"#\hoU+ةĿڽ0,,zF==%snj3Cn}Ⅻ@J;iiت5<+{q7pt{܂9Ra-*EZ hĐ7H'tfC/ĕ`qFb55c?[K %}Cy]=>UewNKE5zP`bd@"У`(Y8|m6i^J{3p%gusj UR˦hA1 )zr@6R4pe֭ggָUdM -:#Q~)C< vL'C%#$ρdgu#Q&he4w_os!"3==[Fg}]%sۛucH)NMnStiDGMsG`ҋ-LWB UVXNsqrv!:=`oBi}Q0묝nB=I;땾f5:Ssy%ѕ;̾QKŶ5+ Fel)@3+7x6)h{Lc[ z&-ڶ}_F_G_iwko:yoŴxEsilʭ>D#PA qJ4:cCÞy ũ@_PjL?YbTZ_{)S_27?Hzͣ.`3|2s[Mn;ފW9IIHͯ ʌB,Eڹf.Q3L` 2#;4!NAڱj˚S1)樿ª1Y0FҎDn/ڵ}}vcREkJE׋ {do:eb̀|"& :BE. nwݧ\efM-I҂7^"nf(8 !_Ganf4 0 hDvxZXLDa` :uzJ 0B0V#_X-nD&ve+^wi=Tp,z;!&N^:S Oz45sO"BXO1V߳ ʆt ȝi66 ɐʠ²\5t@ǝ8u6 *ap)~A<1&6s=,4A3fuh6706iW2\A .KQ1"L>=Y6qjXd! >L9CThQqs WG >PFL~ &m\EI(9h>1y|Ȅ&)٬'6h[(%y,/2닄== [”WpqsУ[e&8vm&"Rx~ىr+!j 15@_N=y z]be*a}X6v#aF>Aϓ>x&/t}UIYjEp\ !;%N(:Bi,gcTdhx' KZ \lsU#jz5+қd[kݸWʍq'#pz0КD)<Ȭ73:O\ Gu'6Q172lQqhkk%Ql :Ϻ٨/tBشQwhV@ K=D I6HoO"_"U̱g+VjL WKw*d$J_ K Tv}u2=xL[?6w5J ZpDBIs]0 ֊JRϝ^&rlզ rNՉ0Q|_fzoD5ÝK:E~5t(s61w v-I, nBu.,m$5"Na!w'U9~zAXM= i끹64]#xmٜ3y''k@>SQ>Am0kx0u!Ls.iM:9 Tb+ -EHQwd"&0%IwFuً^U_pCk*'X(9*0 gQmOg\n׍Vŕͳ].DyYkYNy/ZN=v;\[OJid,T*!|Dl+lm%s „]H]Zl0J<#yƭ<ۆ NرV6--<-܊^k}n}I)IųU(͏P{|fc ޿- PJ)ɭIy8^̖AZ/|,ZɻTo<[Mʦ18% "ش)fc3ZVmGkX68kG߶yW_ꅑz& e4 b"X[__CmÿI|K"Q2AKTQ& TyIݢYO_yLJ`Bn:pţd7s)p9ru{*hO@A~n Z̅U(NLcd@ Ԋ?Yͪpr~.]ew^>;%ev:2ja pH1MhL8hf 6J , ]LGX@s%uoWg#!WׁLV.#EXp܆ ֹnHt*BOX&)˛̇+%Œ3LaY%ϑtn:%Λo9?co 䤿:@ѡ۬Ci؍r zE0C`wNkZX|lϟ}!H #Ӡ#_< } x$\tR -*jsr>MȤ7ZȚMڢoJЅVΙ _BBSfw~bfE3zI|1T_vT3nUT?Àv>wwⷌjpU1O]Rmm^\ >v(uiNü TD?FtD5sClޠ˜'|:)SS5'WmFDF&?&o>7yh;<BOSH%l;?g#"-Uv%s0EnqrצN <TU@T@Ʒs2̓ٷ55ZS`r[:9?~jQMIĞGʉ=WW73=Iw{SuY/_.체ժkkLb$}&ı9)mZft#ƓDE!q|_`3ε.{q{CZIbĹVUޢaQN5) JfY%D w NYF~LYcqḱCWr8p0P+.PZ{z)HNkjsD~ޑ? qiIV7'}Q#a#v^T%SF2W0@fki4% \2.ZP^ 0!P f1tGU+(kC Ocʚ>L0 JLn|xSY;f}`gBo`tWsfg#*_s՛nmF x;`sSBz&RO]<e =륋xNa_X"Q=ن rtPĜA(_EN㏁+Z)6a+ ?ԭ0$u8{!8B F Wԏް+j1<0|EXr{B7?oVmdTydhvWC\ G=.oOJ&<>kC /%rOL'fR>S Ϣ(ROy|D[vs~AEC]dB11D"+zGTX:T  w%pjeN?V}6h$RH;lw[7r:^9sS-w3" Gt?Vi }<[lW*;lky﻽@mQ^aq%\S9SiTl#-`uXC~ƊX ї oQ4<| sZGa`.^wFX5sQE% r>gч7CbGS|PM2rρ5 f S +3uSjL{ַ q1=)Жn_D L 1x&!sbt,Z eb;1?sYz08˃~BTwn&b5䥔%)|%``QmqrRd~'_%-f)dR$컝G!\΢qK9)o(U,Ս'|W}4SiS6H8kg 47Y/"ˊH&#an=/BMAJbjsL8$5X m3.}4R/ '1/,#utlpfYgd>?HRgSn}w ]ʒ&35Y]DCK5hZ<*̴B;SS %f (&%#$\zIKvutbۘk_Q:u{gkiD~ gtp2#b?T$Zغd&ſ#^LIQ[ .-5O1nmٻw MW~P ӖT4WXXk߬,]7ƚ[>ArKBbflţ6U_4X&eL\Mjk]L~|@+bh*/N*LNhg)s ky*CIW;"DQ=xJn#Sb _-3Z()"Q.YA![lwlX%hE3CRn$(۵,Mml :)5_c 1)SpBc:1U-Aށ: ){UΟfOis3*| 䱥?᳃3v^4ue&qJHOD@_ƄK1pGM'fd8[)zbyǾCM6 U\ &.vW72O|wy5xZ_7>zWMR0/EMCqԷ-~ P=QT#n|hrT,A]XIl^RϪ;ĤΝmtnGt=?)Y>2j԰) ]z̽ ^-nV$%5WTU rAY1?Xi-md3ݿnkY>B}'w 78:6#1'Ni @&*^ֲќ舓CM_zt!%Pұ$oJηY=ޙ[.7 D%txt]=z)*iC`QH"HJsb`l l9k"]/ssIQz=qhC9r-=c@8HgZ?Іw\OM$LOy[TP(o9\Dz<>-N$9{#ZCF'U0r/;3wʄyǖ[ԐE*YB4(0pVם[$Xܝ-g{1vؠKaT_Q Y^#Ţjc2RuO/oI 2#E"$B,}([V%V1UL/GoKEkQlϿwK=ԴJ 2L]Lk*I]( k4tEA{8=IA *s!Bna):r QՕU'Ko22Lͦ.mQ7 ':aMM}S.ViWK>u J˺POr[}Ft/-]eC?n;#gJ,`T]РU\5~Ȏ.KҡCz [@!j V X V9C~dBs>ނ%\<µ,g}AoIK%P׮@q=iesR)z6 ~)#[붸CW!#?侇לpgϯqg&zʺ6X&b^1w\3Q^= ĐNXgͺ~e}JM#ю@9Ɗ,U)ӧB܄4nF+IzRh~0Cg3\F(t9o&Itk@"5 `)wPN:` A뗉"CXR{߮Wcº(e4HzkN)>ӂAV9"R j`gB߮gN'j. kwcaa2*I /MP\Kd߮iyETmZ، !96[Udfӻ GƷL<&G՟7 RoNۑpQxE~g⦏G;v@ Ta]8_8C/GGiRh%PYl@رIaEM% 5nuld֝*ABּU".r%CWp/SKuR ;`a^P| ї4ȴ,B.3wcQb(4`r5Kz_:f納 Yj!t<0MC;26nqlE cr.[1FOSn=J)30 VQs==N#피lAԄ4ϫο#skvvF׋8_kg j3*<DxkW׻>_QIɤ@ݘ/oy$R8@&~UUq#+mrJp!PghC8ced[f&_w<} %ػh5hRD|䚄f&F_|&|c"S2!*(~{uHC6SJ}ޭbˏhy}Ks&jO\\>+[h޻w&7\B7´4/ E~mkvˢ, 5̈poA@ഷsyk"PyW?WeGt"?"FEYpam)Vnt4&G"k,c.k]bƚT91ij>)170'ԣpۙ9X1 9]1S w"LU\Pd]R_Lw?Q(/6l%O8U/yV'X51bI鷚(ON~Dr:rb)wzmsJmgB uȨ润pz4}u8|ub ӭE,Ε%7ѡk[uz$u ݀9Kg`j"[G\eB1日6/_鎎_|9 XE-hj}֭%15z O Q(EQ~B]W@ -aP/aH8#nSř w)6'p _@ʃn|vS;˯;hQ/i)t2j}7Ո sچU붠tP Q߶WpTf,NrIpv0b052 KP.Z8H]cUN I<7ߗzNߗb{*z~ŋ0`9lܰOhvn ƁƒdʚuS'VP[72ySܖjފ#Csa0K4 4dըM`g\ wJnp25;WPlqK, = +4Οr%o #%pکd"N/&N;#ͷ<,D:Gm~*oX>ڞ6 f Ѕ<#dz0ű&T}whOkZMp䤟 _?xQ/-(d d30a=ɭ YQn9䩯 Q7j\EaʦM$@Y| XΔ{Q^39[kT\c=+[yǟuWkg30ːT-4 e]Van-bTpճ[:82B<|:^*XyBtju1|R2u;^<>TQf-{"k/zl<4Y\)kI*bӷ N|'bIlm+׀zk  חe6Qf+-e>%ϩU”}_nO{Q(uE]@ޛLDqR+_w%z뉽ō1=# zbBRm bDn&/ӦwG6H Y> XQS]_"YE[?ZSQ^O/ ϔv<> k2!n :/ѥjsԨ0QէʰQRw^#A o^]YRX˵\(^cЕz?8~fhB/N*5xS{_JC8{G,D¢"_.`&vm,ZQiX#DHÏ,QlK^| 9,☠eáݗ>xٜ[qLzbQ.Id6']$<{ReOY_A$ ܛ+XOI(1[ݓݙ'.M:#Jt4{dU5s[`$d(LS/G;Lũ];ӟGji7m*YqX{+'sp +TL˵fI[ /-*vtf%p!dhm& άN@wET=A_ABaL_ç/i/G F/Hv WNo_KN5NFX Ly=FVx2JuzĨ q) T2LV'8&Y=boihUMlR ,r"NR0=VG3縘 fOESqu':^G$irlCL8 ?-i0਼tk|pȪX w y{JI Dl}8cGP#~wA-Xw :rL\s}_{El֩HtH kܟ a*/S$r{'T2P,s]7Z( fn[.+ecNVݪ$Ѳ2%V{npnzHpve thJfu Rŋ[)h24g&%1pů8n p#dje6`dPոhRF]NLϴڛ|Qv"He, e2_~Wgߣ[ɼD/eT>@P{7fSכ69>CPPMutЖ>a{لLȭDÏ0<8PixD^.L elFdݘX2E@ :$N(Pe@򾴐þ#/Cev %6ռ0MlB0@>B -OeT]^ kc# 8|V M̊g6-e&UQ襑01_2)hd='AJS >u{J` rz<͜ʾ!/w<7,=I􏣪j ScmB:=q!3Y Ib G <3WY߉ d5F>)3uzq":*`v@I1ź'P>P RNhӄpb',y(~e :b8/nuN LNtP[Ğ$oؖ+ Oq R*JrrSE)~hf6Cˋ# `0{-=q_FI %Ƴ?*Qh?s;J҄=Lo}!Z.#~NXjMε* B/ g-7otә<,S"䝜 Қ,]ܦ΀hJdrnF$\N+ z]3T j%,Aө[$xAMyMy5ɡ@oV߆@%xDq,S*Q9WSoRK; N,3:lƄ\D&b]!C&%1LuR6|^(m nƮ |]fP C_Hp-&F|TENG۫7Ye 4Qⶍ̯_ vw<[{e&zTb pBԡÀǔ\ۉ=d-뱽!,T{9o/бT%B`ͣ\]`7k%Cki?-lN.G7#K%+ucb~O#yK{ :w?\ N{/lm+پfNxV4g`z :9,z/a1{84b#3o8 g'șʦ_A]N|2t:ڥVKp!04.Rjau E疛/.qo.'Iحo2i!=6XS8T%dPO4g1juCQ@025*Ht-^[Og [i/" "+I@XVRqȺM1%3 = [L p]ю= ƯdXWQPCSzdm BBͩU̽@ŒYud3Ź]E v-?c߮iil~yP .NZMyhe9H6)]t4)&|wpI.V utkWo`QikMF*xΊM2Az7i^-i+I!bk%Õ_kScمYeJr itT` g=z*td`gm<z8Ua7/oe;)  UeKGٍ kv$1#l9ԠQp{# ONY* )퇓Q(yz(uϾbZVk *<sy]5z%\yƈaC&h=-"X~xU2&MQWZP fzR EmܸtIK:. gdO#F6WvǢ+1*πd/S";> ^$`/`LWn'ow&,>Ņ>YW݃Wd/di80LŬ L H{q\ T|0e!dԣe p܃^$dRiHғb[+(0ӑcWRr<ȍdy~ H81"͚CH,!(SB PGwrm~AlLb;&f/ Zue:>-}B[A1۟WzO茛0rz)7Z6@D|ĒP0WrW ؤx#+ bJKfZ ,:8'S)+sVEWd$[:}^0z؜kE]/nt 'sJ栍BWJ3dx* ֊J[Й#-Cq^HR{v{FU7:.n)Wȸ] i}Ì^mÓ!"Bo&駀0apD+ OgR[24x1uE9BI%L4EIePeYrX&@TTon_'|h3t/5md%raoX Dpo~㯾l,3X䵲A#>۩L0 @xdq9l{/PoGʌm}䂣k:+'ot Q-W%E*c$k;%VAOF$l:J*dy:1ziK4V$y\`-}E\upM&9PS[1rBz'8{0u}+qj.8X£i8ʶ*H|&_P /+?ll42(q/N/G*oHUAd4^vKy&m AJ03ݰmUE^kwMi^ [pxYu.E ϧDG3/KdV6tgi&_4ƂxRvmPr8*F$Vat2 9n@߫Åj`—(2WDZSvM+dlCIx>huGˋF؂#CgoG܅@?KF1W˚Լ0e@iF .IEMZYOc\Z)Th&zg-8ng(Nh.nq ʷJZftZΎnS4p61B {ưByaWkPmefFG<,{NN`Ey%479AqP Ċ/D;0~2ߏEBM'\X݄zӅ+ŠVU2{#Ufɤ_bH+}Yɨ^=DCU^2lLPqɆ}i.A=KG2M{h%Lw!Pw@jes@%@\BZ8^ݓn;V:+iPS>N{M||QfUʺ ѵ['!-޳%B%YyĔMUbTC~'u6 maTRNO3 bL=cAL] ~M2ЧwDXc6c,HZo'En:Nꊖ2!\dU5L/'o)7QL3aE'b ơ dJzp$1Xl͎P{E_&8DZ&8Ӥf7oMiޡ8gڠ5 :F|p V6ε_(| іMB=x[z"u0LWMaoKϘ: bX5MYtxijJFS_!0I꙾(Eq0Wy_:sփy P7<9E<'՜JcSo%A-G]4@uKLOpkV9 嗸|9sԁ;p(>̘5hEPڦ;({AW+V*a/{D=MEbиt䶯 mv\0PTA~!e^OJY 5±i৛/)dNf۞xB{g 0.WCH:O$XdLb j.%ǾCzn ^ #mH[KlX5e9a242ި+5ul\v%JWv>6xs~noP5O&Dܫ2w.2iԳ-$N- l 9{n}feX d\boS-"f۵I?h :Cjd".۶vG=*|eOۉk<=H=GF3i^c·+㧷¼7eo@NDK[ T, HWꊣIW Eb|wX'] b e)ΙS >]A)W}K?YfsL/XF+ӵf VUFz" cxo04ߎY=;-8$PBC`\dIs%(w@Ni70A/G&I~3p'-+kY2}j[NK<$ON?|\BsGxȕ2LP/C~gѨmN4[T"= Ą1.7|9T잌Z/W?dlj|=꼗Qjrj:q5 iXw c&^29l\_<)ݪv9;%JsaʑSN`ۏs15IhZ=)B~ܲS?HB'{<`F01|՗<8 VЌ0uŦޣC!xn8bD" 0s?A"P[E& y]%2$OGU4<ƭP_g:_Q@-6?闺-.p^̑ )`^FD >KP i^1 3XbF]4O]e :Xa# Yi.EH?.'>Ђ?sS\u Jg QI p˛o:X#Սd֛xQ\g (.Ǝ?)$ZpOȃKm*[E6Bt߇,uJZ*^o /9OHHM3ؔۗەg}qzIQ LXP@˱;1| ּ*\HQ8oePa௛#Z? aŗZ䶥˫rb`"tTeMYt7ڮL>Ǡ=5PUb_T}jo"`ajE  ʬ3D"N+r'mJŬnE4)DEb{n,1x*r&._:҅6b* >q,k?ykI9QfG7,AiO3:-f Wdk(hxRU" b/䐦QjW1RNX2gޥ^k?L=w% 4V܃):%ŞLD🞇r5\%v%A`tud޺3$4!$h2hgxrZ~?$A}Re8Q;v"ʄW+ZNgVY b6voLA-|M%n)k2fٚdݺ"9,|c=krݿ\/ 5a 3c1CG,$ҳ>gε)5!m#>`^M 3a#m'ôkˆvowF@r\B 4̶hw5$\"ǚi%g)9z)"̇0kstZmg Hn+{r:kB1^k0@os^m`gY-聟OIjU0d,a9_UTٍ$6M"{P0Bh>EVe^Y#޼yQi@iޚ 41^7Ӗ$R?avĴc,2A+Tt%IS3f$4'QnO<"'ljGq.7~ɋUTğ *Cdu g\@m c>I! ۀ!1{et]9g{)1WS@[ʲ0GѸv#BUAXiTzrIP0pЄ$h$bɢ" >o7(b0 Z6si69w 5JR5DX9C vαAAEVṩ5hІKL'>[Lw&̥ Vs3ǘz[^#~&2#iyΞ+riFϮ$Hvutkg,G=Y2+9hzzk mVC2mc հ,HeLځcR˺x\1ÔzF*r=0\ݘ;e])xe#0xB| iUBY 9(Ӿa^FUR7 SpWޯdp'+8y{Z6r<\zWMz7ě,;ynǫUUCdPWBx "f JJt=KFF5Sdy(?e|^bf1-g8T73\|bzȣaAߩT$9&@ѰWR%Cy `"2fb(@㡀 ~Y'${Y..:R9Vurm!ݒO$y.AYxo+udA>,35V[h!pFà\̤9p8h(S q7EkC>Ȗ'fhcqتp'%7 _ō6'r4fW*}5QE05a\1:& ĥh)-ж{`̐D %R`Ö(ʹHuCt- ƻrrUѶ~]-G`҇/-TZA-8{ʲPnoRBpyt:k+uUl0ڌZ Ն3EU&'Ů.'lq<8H"OM%YNKVX.|!{{b^(Y53)By{ ^0_U28FRj`jNMp&vxϲjHfUACo81ޠ+j>uPmm[oC9D"‚CZ~Տ3Dv5cl.,{d%98(!M]oo}"#qF:|V%Bȵ|w0 Hr Zg49JCJ^ 7(.߆:Jq6T?^JbӮ&)zfdYX 8E[_pq:T?exIu蟇+ddˁ |$ͮDǜq3 Gm8W`%ȇ*4W;؜`g;$v ZBWRl@ojӬFwdwN8lIQ*Z.E "uIGT+:H+Aprִ=a\sёqdoAV+ :dQh:`ST5Rtot[ZHIh*߉:H jJ1{pAFc[fbҹ'9i pz 38U 4,B9*+L-}T̘s/0'g|:IS .{yR?O4,'ЛT#{ ڼbG~랾~B:v$-%HJI$ b3 Z&[#_~Jy'mXP_7xh7gj=Ebgjy=uuE{lSO6FNBp 9>9zTb=nQ5 /Ƅ7P&`PyrS*n[YZԻT{)r 9h_ c9ME-gvP !`;XYƚn7Ƴ.#he`%XS1lw9'yc]QƀW(\=?<W4Ѡf8">JL7XrSdWj5?JX >gE_=\-ht"5=ou̕C? ْ }rM]{EJ`ʒqzk^oxcʕ=Zxǡe#Gĺ|Ntwo}J($A$ £~[m|+0QDyv"_U͵Z{r7c-D*t{sZ<)6?rdk`$i`!otM͝dwb5ޗm]e j0m,rbCO̕B<`*gEe'=`h>2kGp9,HON~cqDX Oe6[00ZEKqA7iA0Aqdun&:%")k (cQMt'%3 3 _#/Jl o]/9`wz.4G =IGoV 0s72]&밭@n'YDjj9os)<6R?!fI3 S6}<[V5 "=t yޓVD'nDS3ڗi+H4Yyr.ʐ$h+jIPXkaۘ9֎)] 1>i4`4 XbX`LϲQ92C[0ݥzg7J r*:68"L*[ [{!kR]T!>kSL`ҿ9~t-3yw9o63,3?W{;~C XY=@{uh% RSǙ^gؐ%L U.nދ蔫n!p9\Mu&h;-E4RɢO!c`{4O ˭^J?7 @Jv y3 vjpUHUp5aZ’#ԗ $?Nмsʜ_qe4 ,TT?i?iGXq!ڲi|E-A: %C tP^[?#*, {C$A7gQT~igk8\OwP)@~}4߭L[7`_*(Ul`65=/+IMp&&;x!״.ӑ ` #cϱ`Tq٪>C>xJ:QpYp:,&<$k^L{{^4P q [*,%Ca$[_}1\1Gj!dv!-VT/lmOzJD7-T~H/Ŏ XWW.#rb;Lr Ԓk ҋ#s_ʕ?(`[I <`qv0Y Yٷr' Ϯ3:z0Fi_<΋?P*j@&>;e=ȑ"vDYbg#hЈj$Zt#ZNgى9_AlTZ g5$ :gMik_mMj_wgOvaAG]BTZ:-%^iQC6jh'DM.Ͽ Ѫ@8ܰ/\C}\ne-"wm51 ^ @B]~`5ň%J/kԟ L(tt1dڼmA‰o =}tQc듫-zː"Z\u\I@K 0E$t/"YP &߮_=89β ovfCdho peLc虍Ә[o[VB4C-D|R/=sp/;YX)V`lȭIjnt˲qZmK%'_$IP:"*Vunؕ+]Įl'ɽkHP][Ky mBw!~`#yB`v=)epc`+LstKU!>NUF"S &HK*GQL6Q˟5k(;ΩvP{' 댑2. MvH΢yJG1):|33 r6t ̻)mmB}"N@FeWO̼ lkl|FI䬖>~uԀ!84aV(!pkKWzE&u+&~IreӒ~%s`vX~o)$Nrm喝B9+S:D:- :hhEғp߯[kCzjz8p(梲[FOavϘu .͘aͅ YӜW;j VMSJBuۃ/~}SW,3Ie~}X//F4qΎ䯅&‡#Q~Om3FsŅF`Z6ܼ!MZhK3[VK%R}ld/FՖ`vE'e'Wp[2pNGAeʨcj#;ba?5, 0`&H݋GK'/)CM:wChKaWqF8=}R 09oƭU?a9I8.mqq5R #Mb``W#Ic =BhtݻeQgo0cıh'VFӘ PQW?i(-c$˒,CQНou2ޔS2uַ,Mpވ`&POcYGs?cIW Y]^[6 7I&)GڔIea,,a$RO#ٖb>4Xp-yL7WK,qw~(ƝsX7nv:d&xܓK˒2 AxWWJts"gnc }nj i(bFAW+.5% KOhnW,qdj? jVȃ_[ mVw9fq 9x6F˃K8)R /Raln{M =˙gy'XRyu (-qT *uucf"zsQVu0jAFW>f^U|@%(GEe>ӳEu퐋F[x E42kܵL AU`)¿;epk& M1N!0m+Uk-{Wԩ^1<0{$ֆ N^DlY&/?h5vӖ}2Jwq4#jG@(hŮd޴-$]j *< ,b^ /|ݫ0>4-X{r.݄5Z0^g 6KH^])U0FeGYbYs&J|bs]_5  m?T& p3o8;ad'HI}> \a 䍃umqr JMuUpTVY:xu'㎮u`:T^pR<28yUr_* ȣȯLX3.")bݩ3FN}OٹPTX,llI?4tW ۄ˱c)@VB}d3@Pƻ3F1ZKVF Сj^3lVFf1=pč,?)b*VUɩSL3mRнgU@swgJ.o)btM^ 0k0q)EWe"ʧ~ޙ6~ȁxORc6}Lҿ#^^{H00#AyHBDXmH.g%Tk묟D3h}L?KW/Bdi"*RK%?&\^_.YtlBlI+MzT N,@enBqs稼H cA7i?Z="A[Gr)~V8X'Z: q3.TSaA!~Xt{2^gw*VV7x $o5!;ܑ:TeRq?2[ ;@'{g^V#Ke{9GI  LC(\roT~pO#{+\akS]sWl`I2mG n27'KK8]p.|Kqi<* '1[;[n@UIig3SJPDXĦQIfpUy$|"'+L=-qا^ u8&xVQRf/"B,_;7M7):Cs7Y7ZE7sF<<|+(=X'd˯\VQx10@6^VD qF%G~Ϭv#6xF?T;m+7݆#Cŷ1/f l?tT?7qg,d2^`ڻy4Mf9UpcUOoxlWL1a#lwH(νmHfS>GBnGƗ#RZGi?ӑnAJ]p+[Bp̄R,n&LoìIIu(ɝpj/{J`jYLYymMٍ]*]Knp0 uPD8n+}K!A\V4g7qQGLM6ƹ&ʛ=qd nnERݑT r-!cxA?o "1HkfH.yIu~`o6z%+} aNIk;we[^Z{lw_sj|ݵ h(jLf-ᘗx=pϼ9o`.N融hgopdb0kFTcV9N z KՎ }ݚGQԌ˦ mQ}HÞw&{a>7sVFWR=6eeϞh6\X&<$8緐!,e) J9|YmZGv#/b|jVR (R'"7g)=E&h*?E?Ѓ=Y:JFZ0PoV6TQ]nɬdhKmDR%d74AL·]W(5g,&8>H@ٹ2ÒM{eάe24:t~'SA +0=HJ΂my^5bt%"2РR)q[Fbw=mj\y+f<dZ&]ˉ?T1^3ZkV'@.SzSUw?)~ tx~)=N˽Du$Jouq^T..JߏaYłqJ’T804S\7=MNE,<`am"&+%06^9V jٍG,c'zdကCc_ V3΍)uvn> sphn v"Rw&]Eʪ֜𸃵 "ڀPB6%sXN%ݢ!VD-RSǣBF*/r6BK|#p9ynw9ߊc,054I.zW꺏puW5y]R9:?fAg2A/LX97 bJcJUY6ޓL<y!u]U=s1?5ϦB=6 Qas&Wau%2a~*E#P~|cJŅ1oQ=v\;whsF!~ ŧ<'jٌfw1ׁ}gh%#Uvm@JR:,Yqsð^%J6{2|j5 p{DaFWx[m!C Yn׌|  ِ[XΣй@|,CajFM٘h+:UeӺ/ۣ8-E^Oݥ5HttK x㾬T_: j]ny`3%n> )oƻ~YH,8}is#d?["{,vTna5׬#~%GaiW,,`EKʃ'jw+5Ӌ>o,9*`f-@U +J *!= 5p۶M.(ua"Cd&tbҠ_]!Z~Q/n7du<]0C?iGD 2B'?zE,?=FZƛ Uۓ9}4!bA#JQF^mQI}0\'#vc%RJ3_Ys 1=ݮrgY{`ɿ_~;%=Eq%Wy qn ځ󙞆 K?Rs ݬK=29Sr L{x1 +򔞼 K'ApA<?{~f*;2nH rzwO,ˎ#Dt{l|2,lm)TV.`A{8>jz35ҋ'Ȯ6 +OzYi$#) ~N;,i{"@PUm[LҠ.#Vr}[ly,JP8HSc,b**FƬlC9x:Li8#ih*#n4C"䮋ؖjD e\CQ񎿇ŵ%EXQ@"Tܥv}"S2KV%k/{ϔ5cQi{=q{Q0cKmJкe:<خ\0࿾CňZofs}z?)})N=1saҗ˷7UЋ)l 4Azu"H%T%&M%l P ?ד Y erRTΝg f2XV-'i<<|Pʠ4i_3bᤇ[QuSVPQn<$e;MX*P]ۨ>6`/~zWCLe.1Th'-q˚w ]!"9-%fdN\s~2v C ݡCS`ul9IĥUdSv*đj2oˎM`Ԅ:R9Swx*E%\״tgBeܘn7ʔ%KHYOZGTXAN{n$iΙ3 +iԆ+JO_ufwWf3F۪ž耔vL3ԨKO3R#|_I5+\WćRa8vB4 v[GD;,bWB Vʯ:*e|G(FM}P LkrAǕw_Fb]Y՜Q+Slt'7(McB>Z ry?W疪RiX[oǔr-(XCǪNI9vZnAWsّ4u>ZL ?7>C+y[<(3k(5or2K*.$qN}ccxTOfnO97ѩEdGO5ç1]* [nE`MaGK ?2@/ۢkGuX8,?p-XlXHXoDBŢF+v'h PB*;<*L<t}Z6 1i#m &=sFsMr׉IpɟlQF[g&'V<}3eo,ɾ@Nl|[ k  dǸh% :x x|ߥ޵!ޗ3R0aW4/uVۣO~OgC<[aZOWJLU|$MjqbĚ0rXދ>-Ւ93+}0۝1a&hpHW"kBЬ!Hs<+9׌/*\UFP#AYŃGzL{H| fȹ_BKwZ+U%R/|RzKlOW$f BL32L يUvR&tyi7Ȕ34` Ee_vfotwWXϝSoTvnO(r,/9 s0%< *G%.PSFć"Xbov2XW ko߃:XתRtIA^yTS> q|=x{̘9Ո̓K*oF>c5E| 4yqsmk-sa ۦ+eql&5Gq/% l1)e!a sH]&CR-f /LdJV!:ϥa8;0|9Mem}lʯZ2'mdRDHt 8S /J&A`Ym 38-䱐n)pJg7XqM!2s UKgy../ݜ۴ՙKEɰV^ e>mJv[ՠ`xdټwOo4jx %LjEYؔcx(ªm!+)4DjĬimtIh¤=HM$ ((586sf0M-6{4lޞ_ؿ0n![9Ȃ;#x5 >~ǏO]#MqR7Fu1Yq3 ޜ?igw-n_^>&a&326&E쎣76%&F >*.2LȪ{QH)9cp(:I Tve8!^?WM=]7BVdH^ڐ&|=xr޳n6b=Y8eM9}) =!@Oƅڧ7X!ʝ;{t!wEr,FEڹBbln$6}qÊ@p%j+YE kſirEL Ua(9=U'{ y%iӶSz//b?SW-Q>k 5k"A_.].F=+FϠ@ESS 2^iP\b&:s$5 q.e '^7`FWR=G5L}EJN[޴BXw9|ґq i+ѨtN7@{~c 4ΖwpƜYVòe++/.s_x8i)SR}bSY9TL+uoej3gW#]%)vܚoIz.dGOm&p|9&.BViOx+.=Q" i˗iXHn%ffIԻPC(s'!6ZL{+%y >F0͖aW+=~ᨷWERKF6Z%6 MF 2D˕D@Po5J\jo"Lhk~VGR&mtɐT׃3(j?r[|Wܟ[=Ѥ!%xouTߨ%oKM\/C{N( aQ^#Q鴟X[Zvt\ٯ-\ R/sXWp ۛ@0=vuM8Sm};'val14юTaP;TZbL>uq; dj!ޤ!d셩> 2Qq𷤿L214 5@9~6x  /(N<3#Zd $QDKԵEhlT.cu E}~;U:r#9 F-K`XV+G _͔N+Wu&lg"̩]fIpX^%.Ζ>o|֩߁P#*eJd/%:c]7rCV12<rFn N 0iij%[(T V՟1yؕ3?,*Nw"JhvXh=ifz3㝈i{=ѻDRp?Ug Iݪ>N *A&9=,Ƣ9@M7%V.HQ&rǬ`^) X饸!labta]$KMXa)&N)s89&U:!o"ym@7$ V#Š"? kʐw9mO3ŪVwi日]&(Eo S&_DG 59Rm3\YUAt:'{d 85(Ep7 f~):hgV5@K;¤f;A+:vNb 茄vMFG a* {"}L%Al;h 󌨰ôF\| H?'1ҩ*^WE/BʏF W;N7vueNu-^` $k.>H:MWTA.q6~b4nZŃbtI2uDz.Yt,5'uRG _'<@ك=U2`mmx8$7֦9~_Ėܻr":g跧 H{iXGOC]qDQQ3R&,S;i:2uvڍ R"E(Vp9r/,:!"߫'-Nޭ~qDza;ux>@$(0'ZW{\ܕG h(\ٟ7Rhnٜk#kƶSt';Ӂ0]WƣE@.ϵx)'FM6fD$IA*:H)_&ƺݝ㙓1pOT|)4b7;Zs<ȇc_z]!ANV6fxhu>ޥ% #}r99իs׮? {5yиL9kˁ NU,7E9SsхGп V^FBÅ/sN2Q6WFs\ \W5['Xp5/ShMųF\nŹ|:}Udy{Xl5SN (0{J#%qi'I+p쬱”y=HujL|\ 0I463ߨ ʊiٿJݟSV@y-[zL y7l2w>t#Ф4yԎ>&l*u편Xt=.vSr̈πtڸΪCqPT:T53}k n`vGwOVv \6Mk` Eiun&F/=D2"m)ޅC^k6C1gYH4w5/$sԫL|1Mw W0P4m*rLz^ݍ:Jud07Ӊm^s*( 8Y@ D#syl9Z-,1oqV^kw);;b&Yvz9vEY<ݚ\gFp*BswQ,*q&v_ -7*L(L"Lh\p% Q~|Y -6{8~C S1F sTKZLB5 I-{ "~(cQ nlS$L@RUa":C"%$鮒JOLjl`릿cmFns)+aPoߍ %LwׇAw; !\,>]wұ6k|i`aE<#O|Gcfdw B k.-̳ɬwT9ۊy`Lkԡ0ªg5qptmfѭ&,:-MB~\F\]ۜo;{bl;H%_T8Mx8ϣifAf~4CdTT3q?zQ5tJ]Ȯ e1CmZZ!"Ap) @<",tѓ:NŇ0GaT3WQ,Bn1^ 7lE5kѨrV'tp$:SE띯`i|sN 2u;)tt2L+ "o&T#o3Qz%p 6m(gڙIyRsDPw\>wSGb5F[ꆆAWQm ٟQJ%~wU lk4ԝhqE2ogL]|ӶY W~Km,΋@Z|7ܵ`zƳU!.J9Ov>,܀{r:&S(`M[-WTI3ZX7h"Ugz,Ǹ!GѰl3FXʕoNA9yRviNdUhPqQAIFšH/t?k7*C9?Dٝ'1 iaKyr"$w8ܖj^^ .TʴOHy d)]JJ8/{24p]\F|%aRu$D t|zdFUU 8OE3qm<gE5?8Hu]7bJMk_¶^ %%#Cꡬ9l.pz74Zt!˚бZ% &¶ =Or)z#PdzpKІ<Ϭˋyw6ǁ<-q~ Yem'NF_ KXޤ3m$Љ  :厂_ˀ_FtTe\JCܧqne6|:9[9,!WѬ;ǐr(:S In Z|)کV7cbL 7VyE{gF?8X 3u5dUie}`='}˗:uPڪG,D'Lӂw_ډHnJZdwyV5.ŃK[6\@o!$vɷkC;t&qgb1Dhժy}(a%VJ`~h0yW^ٜ:3Eh`>̜JٗBFUy&3d8lbfwO=Ds:HφtolFA vIc?PsPMZmt 6bj0yWh2sD׎RpL Sj!'7z<8_jf/;o)D<ȗE-t[6,1 Dhz< ^nUT /.F8) 4\l ɍw[lINXX~}&9MGBbM^#v2MGjgmz*yv)Z6r[(!ʲ2̕-:TYNZzd'sPR DêqsoB.n?eg վa9aLrwˬ {k CK^hCSm\Nikud%<=~|B& Ԑ2%5L}Ytp}[c4] 7qf¨[~Lo.u7 diQh,B {cR6Ncz>Iݱ@ `o/uE"i#-+EP+od3hK&]y/cpƮhCIQt&o;g!I= xKIX8p ]a;&s"D`)1S_IXOB9to"'U4g^S^|H bwؕ#oZ';[lu/X3y2$ LϙaTx!fV+%kՅ%|\ @Ҍ~k+Pbwn$Q3]|iv(tq[nh$iц흿t=%X7z}o>~`.kq-5Նp;sDR ho_ZNӴZ=YOT{",;5$OvLPK&M)T^ch}$C7r gi[uaȝM)ssSyYZ_Ӕۣ$%;yaے}ES"G\ @t8ϨѤpm5>^bzf֣̍ v*WxunjR^M ´tb2vs ~BqbNO3}b H2TZmίbT TkY2uuYfz;_Q.M*_;jj:% kbi Uɸalvl!qg|3߉d|vniIݺOWC>M½ _, %[0:a%/='TJ6de$)vʨf R 7bVe{56DqU)<n-\{YMcF6\`#[ᔤ+N޶Vx8x A~rG&|e%$_:)WX(-t?;|Rf9nК',^\hẼ(_.,|^hV}N5SȂc'ƚHB}Ӝbفֳ *<\kC1`H]s»ON7J *O/<$ebuWw3g>" \ rxy% CRO4U|V8NG6 m'Eɽ^ӤXVWt 4\j-p6*ݭkYNj9K @mkfn0ёO25glj&Գ҆BFӺ>;$7d\B$VX >?`̓S|x-?@@݂`ɖsǛVJ e1{D FZ{-=7o:mʦ`&6CHڂ'X,U{M':g94 Wf!;2 Ҕ9Kj{\tzMt>$Xa~G'%Kx"32#O`͏,%~IHݺS2Fet.W/3l I"n]9ϰDo3s8}d.s̏&'Z[`Vʂ"싲n mnR| Y;Ƨcg+ʓW<=G=fHdk,Dc)MI:p1y\=mԨzoːǏo0u3Z܂4бZ0"*THEhEX>UXB%<" %%>3BPhZ=YN]-)[yX?5Ǜ|uY*XiϠO v:UXgը-Pz_m[,W 2p!Qyk`1Y`gNZw*M;pk*ϡϟԫȤ6C|[Tဢ#h t_0HG3~(o/}WEnc,Ӻw ]<,Un>Az*:^5µ_ 9Jp{f`Jyt{` ˑAW} ozFL<^ǫ~cOyg> 9L߿%C4pd+чkB xlq{2FB M@S#[2Zy8Ͼ<]+Mt1$9WOhsRj]> jS"7 cN> Uo1Ne 3DAP/>? z@{$Cc09zAar?A/[M2)8ܨK|"QU/.5|TteFw="Ԥa~\:=5\^ xtP :NoɘQ&L_y "-OA?OuEa'*?5vn@P*ɸ%ݸG)E7JyӀҗ*SAn:*b^7ܩPħ 3 NH(L/ T_ħ*-9._5rq|hGa*O@E#kѐ9/xI 0EOF%?)|8V_Jh&()†R+| &ߤNUqT_/WFBauc{`b<";NB?7ly;9J.cadܯ݇8$E$z|[n`fb0lg+P.%=DjcW ,}0,쿩9)kpl NA8;y\-Ǐ, .aZsQ8o )t]"J*ZrZI R6,Ы'y2fE"SbҊXÃawV3lg̒vl2Yv$%!6&~jJ!4%:h'ogT/AA*WI'{ezl1 x(Oȇ ] cBZ.j"!$b˒ze|^Y^?Z5$r9@th<1- ]h Y<Nd?Ϡ/,)RɯdKZiW~Yʞyi3 @$Q}DFe?XY.z2L$TYE$2j 3G} -};F-h ߂ߚU4F$3STN:XS#!PD-Ky._\llbbXM]~1;v4#&#I\; 3|DŽ0RV(?+v`EJ[t# "XMيoqG|_:>͹LZ9b"6.HDU>&ug:f Bp6w)%ۂC"S)W6:쪢(}u|hp@ugzNqDE|wRu{H!fj7:].=gA~m csnjvSO ߂m "NwnɄ(dG@{!Lis['ҵmHRAo(|ڤbgk CQ;~.KLXf0hl ?ģ&{LLiBS/,67mS?c?V𞵃_.zŐOn>R.{O^ͲYxiM>Tηq;7VHz: ;ULC)xU31ċ,0R.Of~C{E(8;ʖ@Dԣ=Y={EK &FÒu3B\1iԺ 2 n^?T x  jÒ?q9%8ɢn4jWj QuUz#_‰:17Hfe9iza,z'T{g]fD DAۤo>PlR`Ȍ]E8ܐNBfZ/' ^7{"8~ "5?7\(oCA B( "a8v,L,:gtJKK؆D㒈P֌ O1hV Is4֛c" 쨖cEWБ.,eeKms=oQBPz^3] 6(TO޴S4p4G *Mc91GyQh[d/05Lits l'ic(o28`|1+C4HS׶HY8/C#kIK3l^k?p/~,ٜ#pz.Z Դ "S׮I귐*,Ool˜Hop_z$/TZ عVC π%.fQ熏){eL@{?0?<ߙ }\Lxj\dEcncH'΄B9ˎ-yN3<)]WauFN',;tB gӼ ceX#eZt0:R!3}NdKR7 =ڭK^ b)LC 6a.I%gOy.;@Z̩ 62G$NZqbH+LZ3`s.= #yI8DSJ*NH$j 4*mSyYJnpGA>F]'VbQWKWR\^i`2h,Y럯FҮ霐]f -/ӏ5y=Tfyy,Y/7ȗ)ƞ[L%*-*되YceT:;y2u*,=]|#g e_ԆGCNRQn<*ٵ~>W<eQ<&[Pʆ :/YrkE8>, XpUD-h:daFY>5%w(d}ݮ' -+]h_P샱-塯hezN3pIb4՗?.Ӣf7?rmq49~ejT\ &褶d '5qN@]wqP6X-~Wl1|^H,yph?x5DV7l~:7i>mtjq*=s]ԍ#Ƹy(iQx2L@f^&:#|qRV _{K+&eL2iq|5N +LmRL::@Μnӵy{+ S+ۀrFCփK~囿S43)Ep _~>H1cG qח{W1+FQ.-TGZK& \T#!:_aY7&aQ5'kmf@@oU1^]b0< `ZJ2tT.ы7P\G(ǡ .yc˾Ovj=?6B՘CHV9X;XzEzbrdjiu{cKE"Vv,;yE~@Z6 j0噕 [clO7Ө<从is z_Dw,'Թ|KZOPÝ@t:beSTnDy"z3hqYexŮ eň3,Nᖿ)C݂]/Ot$#NlaS kXkxQva5Mrύw@8z>$`=hK- MlGl=n+a1y`(P# Rfو|E/N+RԨ7Zcz*1S4NJǂi:.1);_-Kq~fWu ePޛevBJt@.~V2fŨS$jiEZu3;u^͍oЄK/v<@Zs`gAj.dij n.? a$|_x z4(JMyc>lmVɥ.ȇ#x&i%VOo!EüM]8DO#j@pP3hx̆;.zx9u.d̕r4z_7-y*e}eka=~gI(Uy'JsŃA9ɒiRHƇXx[g/Eߕ(t4ҎMms`6?g Jz͑Y6_>ϝymI.j$RC$COjy~: [b$ζĹ1_5#?ǓNH8&-+Yچ;7ׅ݂ג[֧N]\D߳5}\5O2E4fpCKFySPЙ[Cht#p+!lry{Lr'ATj[ՉgR M݃*Ite~\J"s|h A٨B;_,ڴnG.D#:+˨%f7A8?Y{yc+up)%߳w% #DVgs(e#WځBj\!X}6,t74.}h%}7ů";^ \0{WUGh*$\`&+}9i$?b 2/*2vOzQO7h+ ;!" SƓo"fFih!Qu(U7ObU.̰Qٞ:We:e0eЊ\1YRȸ˃mֵ- oBg'hD$Q +9p+dʼ+ 6iV35ĝ9S>"-[f1tbBwlb)PF<ڋU}\P! ,2m5OWtp ߴ\C4°!E iJʷ$m۫O@!Q$FU*rI/I^8AQfuҴՏX97W Sb \Ưr^\b1%^N߅1*y$mŌ9[O{s ;6H]X @Fzz(Uj*: 7|6~}fz;V6іcAS$0MyhB o7hƯ#Z2mO5.B]1xU㛔5:09kVB`[F g ` $`˘%)h_?M8p[ p݌pbL~y//sFv,2"kef!Yg;=o%R݊9lฬS]F0Hc;V V7 _ ,'nP ] Im64VՑ^}:hXrQy¶#Ƞn$q%,+ֈQA$)נAm(SEWmƻJv?s): kNv+gOnRo"UH+Fc "cm|c'c~֝9uB oF]?.Jӗ/Y׿it6 A|)JK%(ֈCǎ!K7u;X% 7-&"MޒM D|G*KM %¿;W0%RycU% $8$o6H vƲQ!" l^u&$. ۚ`0!j6;֟cO[ | E.d !'2::/ʽkf)bEAHi'Xfn)h7!Ly}% Jt$Jm4,?[~yel1*$üSvH@mL)g6^Nb ֐@WUC\OhO!LuɀV-%n;1ѝY`X7S¥166B穁I(5mlLz \a)Bkroԋ-1a ȿAaGUdwZlRKA& !Zgm\ ( 2kEI6NXigh-~P5sCiͽQ=#x'd¯ήϫQ:5sX|FtI!.58Vz'z Y%VTIֱHh]||FK{6tnڴbO)zhIo~`pv_nX62n/o). LmQjFudW%VX]FV~pvyPvdR׸T`l@Ņ)(i3k]!@[RtU9 <ieP%'^sg}ֈeռ'ͮ#Cg~J]D4})#%;B!=r@3b` Udba .턧n[ Ow8WmAz= ^*ܪr;R@KQK?C> q=T8/I|E KPtfw [oF2}P)y{$v֯-FJNR|WeC or*c^B/qk'@nhr!ƾ,.'F8^b2fUURp^ jh%YbX[Ƭ;R d\QA1ŋm%F,f'RSj"sqh|Už}8q[EwYMM_yo8ˋ׶,5cegV{ED` Lz9 9hCu_Ȩxsa)<`vZiˡ}O[=̺~)phK")2T7Bp-=GS< r-8Qg~tsh)ddye@?KļKc~tTR~Zϊ:M;l(]460/*dsKԶU Z8BQL}T&Nd'ϣ,}c g^1uvo]cA+a ,: 0@j(({zʃtئ*n/G\-~eC <9'roܡe))6?@X5@`#2ЁYKɝU*{!#;]䲅u4|w\e'=r$F@^! ?Ӣ49U n%3 {ɇV'O24=B9JU1bv%/ }9E1)aRZjb\T"(cf|sPkf/38(wu&Cq$ò:H$#m@Fc9tTk bOb8Ͽ4QK`}A(#)7L%/&^'wD̈́DC6m?aGKN"=+#=i&`9dr00gQ XmSA)=j Us2{^8˥(VyZt/\oM8)POG<QMdk/H'#nxakb.Y,=˧d͞%(y`7& PTloq˟MxWa[sxo1^uݞ ~JoxӘ^{ϭ^ewou2@{+XhQa\Lf^b+۳guz/h0}]dȫJћs=k4^+|zҀU(15q<S [$ܰ⯞A$ʇ {BraeFM2\=qd%鄩6N3KִVL@߾'KQ])-)z#dmz"_8k)|Jq:(7N"QaJ"VfQ(n7f c=ᣃ ߜlɣȗ"#2k6B!,{g*ƙ-Wٗ|Ed1NY6y/T``of;.42Y Uϰ]E:avM.?]_>*j$2(?-wC\peRb\Mai \_Я ~ݻn!\~N9yz52/mV*̶( /6;IA0ZF 9KBX (Fpk']pҨdH VLO cTXN!W#l+|{6dC7=^gkx1e't)2} u"$tԮRLvuq,2ɽ.S ijԂް:#uOo%㘽|\clXk|4 ey*,Ŕhq?3`ث#* zLki/)F<&"dECekc;a䪝>rGy]  iܮy^C@ʆ*~xZ-ʢP8L1-Rn7 38Ryp߾&ZN2u-x=.&f_-MR``?cd cR cIrzXk yQ[jED+sɗwX?gmքJegMF*;8I:S[xmK~ϣeaB}-L# !*2N]g30-3EJ^t16J쿐 sHDni{Q9Wc#|V"s:>+hMB 1+(#mF:G빨1m/}X̲z=$yv еT#R9æO"IC `+ڮ0{5OS=?# _*WBR N笥0[/|2#>^"yӽhRǨQW25웅(؜v#ĮUyΥnL'i5 '-RY+'tgHa_%}Czt\d> Kڏ2a5ѻ;Ni3_nSjܴ"|9:T(5۝M 8Upo6hnȢ)L{}4 , wsVNvǺ޶"Ǘ$ .m<^US#=Ft,D]|_3a /Ob[j 7>h4zecd"&sl?L0x*c.&V,ӈ,|C"yɝ6$ӻJՃ$CJc&yd@^'W)a ;NW{QiFո31c:rUo9M Rr>JS$dK@^C~Uj*Y ?qGS&'5hgk[]+}oX'=4ձ1uxV=uE?hfY-5:@ &oUփ~eVf?(۩lpW,'H; בoTc4FkoKuovS!ll_AL)rmW^I +TQ3v7eOF?i@%^ehES9QJhl^ޡW$7پ0-2~\=!N! ؑ@/>47͝dʉn?]m7 >p}tCZٶפ tBao@ȷРAǔ/]0X_ODiqto2 Z"nGؿ,(O]$~f0B:cBbv e"un%$ qoޓ>27ڽx~;USlŐ#uL:<;_nO3(XCo6%|"kޅ ώT`jPZer{($ 7~XSt#Bӗe"g2#?WVQc#TY'q~u4\–Ϝ#psd0=Cdh34Zmi"qny#m'Vu\ƲX&ЈFM4u{Cn1N0j̓}S<4蛝רܥ:a!eUEfL+z' Xᇱ {1ur+b7 5 döPMtF󓀿D/Fٶ:-*X@ꝻFes^Dj5S X+mʈ%IQTwȌN}#/&ː|zXugd[sD5 Vj[<ݒNcGx%J^HJ VHhe81- +I$be:qqU`R*A!&F\$Q2";n ;~ Á_#1 Ÿ70zM)wEњTk# 39⓬bʈ%[<ͨ򯩑~kQ{2 vB !Y `͞x{) *lt_nK>c/51M)$FQ*vbBrЦ窵izHs{'%ODTbo,3!B \@{6D`{X?: uF?O8>q^ޞcm*֎,AgeaēSkIosD tU ^'Şk5$' 29.ޫvjK Ev3s:0f^#yXsjB䙊DnO\Zc*4 ܗn0 p2@AtM[֫HM̨j#Dn{!vRp);5AUP_q~5%\@;u / K.&7dHUbmOFNECZB㪒fO8 ]< ת]'Q9N˱mH%i@*o%ަ@fDe {Ri3T#:}9r, mHnyġuCNݷ柒W@ZٽI¼;(YiLȬ5?,wR}8qUiJ33$Nhf!Lw7xG}Kjf˷dmwY0ى+tNE p.Xu5އKf^eАK'tj'`>UL_3)w;'" i(uUɊOA8ҠJE CĄ8o3:A7*T2{D|1UVFj_h']~U^;6Cb~W#(nѳڍEGU@V587! MF]6H`3%uSҩ6΂yRDڭ] & ӆ9laԢ#D^SV-ĝpQ2*e! ۂ :`pT{P{IltJlr:T0q *.}\)~ނ7X;+puịHd9.-Wğbs4B\'w6XkwbVQd\1Lβ]վ룝] woy5]:U*iJ/GV ;}>ٶ{|;pG10-EF.}o9AW}JO`s SH6jC>s]|Ydދ&'[Fg=aW)7>&&Wx}oWxhEwVH|}!Q|W °p2.%TՌPh_Cmh% {}BnytR&ZG>Vei{9Bc L'`u$OeHʰ 6]XY7]0""o.åhk_ٓeς"y=| VFT>m Uu1UۍS>9o W+Cdk-%.[$;c{EKy{7Ð=_0Xj\ { +0@A;Uնk`.8;9u@d_NSQBsVew5΢TK@#ku$U4T*Ȱuڕ/MZI$,3w0O,~ P#Ϭ@<-#kQ=sf@e%u)eoĿ)|dNK#KFtqx] G ڟ4%޸x%mO ?I +Ԝ*[pc B@(Fa8]K˧34ރ .K4xcY4W3?*6WT#C M؛Dcl#SjeR(KɿU@&Q c#t[bb5"ٜK2KdUksZf3ø4:Q3IPG:ܲ/3CYpfF}UQk9˼|f%J:wر .rm[<8 ܻd4XŒYԔ; :%w8Kwj",wȂc s;u'$p]E#mY#7I І0!8BgPB1u۰|s{>Er7[K=ήwc2"WnEjy4g}+ aHb!DjCo7ql;S]sTqk>2n4!pUӮQtz>:–›KVCU3@THRE.W*XJ6D_>^?+5/ZYl5qhOn-N k! %pJ)_!bSKL4Rߢ#x G]'-a!C]$=? f/qE>,7-|?+! FZMu:t LsV!Ϝ}7%M1!+C%*!rc OXCRvscqXZpR=&~v`^ ^;n=oFgQpB{?5%WWUҌ{6$C&N 3+~w32V 2ӈ".Yg%As(/b^hQ߰|$L]CX:c aګ@( ?To2QvD6t)D2jq{ħRh1B"/:3D<ӵ$r%_WbffIeO9oVa%ˋ̢yP-ZzX?Xu&i~ц32U4+\ _bFcEz|>œ?|HY8HA1h׮.ށtʼn0@wQ-m[z\zA+k?!q O$.0/;" \Hp7=l)VE ܢ.>4}2 tf9Y40p?m*8~iqms 7nET\(+vPjS 1S,x7ˀoa/(7^>?z':6ZꡕP4x5lo:ǹ1q(!t$':b*2ՕaaBҙ+7!TX4>1:*id6=hƛR/sQ&6Hq6]ZIOntҭ7M[(jG'F]'Zеyդl4A z3/kAV\Cjxirb1\|ǥ%8џyd) ?'-[S|] ȋ۝蹾OcB1T1gE5B!JAq[Ƚ<*j}UV.:WeyMܤo~Zc=Kios$8QdƎ԰X )\du| 5N_^h}p`_(9$I`rEyW(` Zwi(=Vamsh4HNc>iϱD*/ JS6?LڣE}GC~t^.9 Ɣ^FM!\{=f@ 瀍<֣VsZ殜tkHkS+4i2@e^$.&$nL6xǼ( Q`24od 𶶅!C9{!m^l)m2^92$yYx}p}X*qiJ'?`x*g +Hk/,QؐwtgUV @ +RCX1Q!' FA6u_  p H*;ޯս1XID4.=x"-kϣ+5FQ?W'pyX`aO _AMHo?TWCk7p%K4G^M gRw}}c]lFuo8$0>j+d%#(;^}B21?+@b@l̬車7 W9/`CTSFdCϗ5szSj!\ӺK{b\׈:0$vo)O{nI5-%8.+Ƌ5&;@K0ˬq5(%nYuTd=?!ubF#NrQ^o=Z_2l2C@heD=O-a@{MhcqjMAޜ40u؈uuw%kыQ۱S }]ٟ@`?v\g8"Xx(! @uoUo|sJnȎY|f7!0\"Zje4ǗxպX,@]aj cEtt BGOwxٟ {ȼ(8q~@ oZnb5'sp=-X9r9|ZUz̦ؔv ]FD[~׳I( K:0+A\zn,_sW|299{|/ƾ>Aݽ^Y* +qOH0}^xkҬ4m (,ύ^!z:_(~q3yP6uvvc"PDz\3 ; KGk6~0\.)s,LB P#B"h4)uv8vsVII^Ԁ0Bﷵ}\4 (b44q 7qӳupBdI}=>TƠyF:gM.j~.G6t:l 0(-Nx .* bG{9dsBH2`6OrJӓZ#|^ֆcR~~ғO}KEp|!ٷP8袴!u ֡(|*,/O_C{K^ ] m6Ɉ@\]L=.T$}oɈ uÑԈ}2Ozj-Ejjͼ)cE  0paD$jȝEIj9JTĝMYl, ePXև)zɔ5RG,F_9E'|X }ѥ& u6,J.\1b 6m*N`&Vg"Hc`L) {UZۇL㏔֨#űn`NS~eC3AYNh ՗7[_Qþ x= b&{>IpǓ)<UVE#C~W,UojWưSrx\"ﶘ`6Ǽ<'nIMbp~rq$Y]oh6`>:{] /`z^L# ,RS5G-+_Lrvg#V|p*OфeuJ r'~qoqCء߻к`fK<_PMݩ4o*E/ <\$ _=F};aZ/ZbH{bũIh:Z:*UtL)xj0uZAKrr!N s%@H% @V.W3/Hi`߱4UjdvZZG\&Ug^+qSAU%ՌٻHԙ7& +(UhB^7Y*o7Th<W?E )S RK_Z~W4̰bU"sZ'a%9_ KJL#Eޚ2 KWe/4;ty+޷ (٫c&d7gG(4d{rJl`g hɤ}lK`NJ0s?rhd ij&s?3͂̌6łkn# 69H52q[įco# Z/}EAyeIJ៕MK]' B <ҏl/*dcP >L7eׯ@"3xq\sGF+V͑ hR O+EԐx#%k^IP;ӻWD@079 M F{U#C~{E -o+l_%WSvO['5(c~=~[H狑xks"er2ic$'^8QE~'ڢ q)^ GYfBMYǘ\ύ~!&}XbI.D\"o')C~ckVJņr8?=(=A\\b0 Z}֏HBƅz}Vo gl'Sp 13Qtt8ʿNf;38juu,/ܽێ^Dmq,lȊ7'ݺ.E:"`zms.wAMj#1J[]V u2ΟL\fMjr*Ƌ)P{:;#:# $˔qf%l%NIF|cj#ʹC;` [2d16 SWry_n}q;`%A娶i34% ׸YMxP=bgH]Pr| /K3'4zS13SYw6oLťl|(3l^kcT7 wA&0 &Z0w"?{)t}Ab5]MyK~~kWS!d&k7O0]bb`J#{TXǿ$O+Ű@w_|@]̡)er_NW"s(Z@!dRc L,„!go ?ɟŧ`1DvM9I9iʘ,jN߸&al~!cwW0r7H M_ݸ? ;"]<լظj~)rI]` 0'~qFׅ2 pƿ-8;חaaVk 7j |~`TVIqw{}GPڏYvka<3gR<Ј{ #pYKx8PRkP[Jr9l@ ޖr)ќ'Se7iv~[' ù0.rӁɪ R`هN-!$\I]=R]]݁6Gl;bi(΀:usNXBX"ZR9)_x@t^7 rl@$A| tLimyBmYbzJs-m2zWr%F(V s`hSn-;jfK]S!"Cфtmk?Gaec]6Vgmm/{ײcхx%nPVXN׹J0ր(]U@K! _Й2qЍz٢Y' D:AM/@1!.Aq n}B>'' *JI'm#aF>lmόy`3>Aٖ '``Ggf$:F㐚:{t+ޕ~j`xm!8Px )!0ON& Jо"6SAf> %}1/c8eQ1\z >n^=YHeXīm1iy v0UpIΉV|gɎm&Qnjo VwG,Z7o- <` HH?96elTwjyTIB~ 5BJ3#B`ą|%ueZ JDN⧸'BNE~-f  EX* gg`o݆A;i*}A"~4VLa+VIvdHOi~ EȰq=s,z[e)o? ?2S=!mdG6t5hA@yd WƯ0a/EBst HI+mNdtDbjy'>iwν]|jT72 d`SdI[C .I  Q֓Ԧ8$)smDϼAqkiRyVCaWwt6l&H)pao!*2{E1wW@}Bв6Y33`hZY:!5zE]#z;mӨ> ޳<=oT8uZt,k+lf:pZ65SVgarsY@,iHk~ofx,U,NjJX4s?fbM7<#f gʜ^1 PqBc2"1>D|B (pm:x2D.{F;ZCgo&^ *d e R3WQa/!ۺFX~V"6[hy_"P$ ma%*)jue9#?OJP*פ !5UUش g{ame fOu-N,m5H"Wz Gƻ v`07I"/2)m(:cw=u!$0\;iK*=~:%aςlcHEM+2ZV#mخs̛cd]i3N8Tq&v^vR C & {3}F6E,~\7zj):hz@Yǡ`J)Y/M4˞BOYAc$cK:O 2djQ.f= Whc'Lg8ɏa Zy[@SLjMu3P_\l*nWћ7b,1LԼZ)G)&V\-"B,2x 1ڑxׂb^!p;>bcR+r _0E^-br8 -X..qkqjK>f(>?ឱ.%C\ ʽ 6EoTR KSDD$j9,/7(5]fG#Z/**~RO9ylŝ4|rq!HjyǞaGaZ:'[?_qZZȘJZCAw!"J qT8 Y1Khɽ+|(ÝS,駳b6Rɚ'FfFI`NTc=X*I`B ^PjZˆ#F+4XI* ّؼRb.'jwypĽ aVrӝ}DO%J韛;m _PČ4.@q}N.J1 {P"Fk~E.Vf$V)1c:p\ըŢ91p'#mx#H>7iȵ{@m~T,0 L(CMI3uIy) )j`|%@d/۞s!5JػF2Lhӣ{B3^~L .GJD^tkCyy-dv%U| Ovj[Dx胩R3E5{z*nfW2bB;ՌUq]ݰTp! vG9=}OaI`Y| t #9IsA evz *t8Τg3D[ud@d6PNf=lp6҅!mNe!rY9Jotg<숏mﱽRnzXpFmu 椝2WCjy뮠) _$eܯ~:lQpC2_`a{~k1>t+] r/ ]6.rF@cS" #꠼SGޝ:x5E(:6Tk|dཚsC3qhghW6KZP[g7_H-žbƫIJGΑvyuc+~1,LU`xl,/Y_Xv&Uk'zW`hӑѮΊ eѶ BpdHTή}~y]? nVe4$Y4ˈĠ/49chv ޝL^ wFt5L on7a01&fGwJ}mS @^; hfW^tsӺlfUKrvhu~a&qg (bH:CkFllKԂ,Ӡb;WDֺtHJ0uHO.;)lpt:}NޯC?ș2a= ECKv?G!sOesQ;:ƱM8|wI~_ ţ,kG3 k-&c ;0mwx3k:Ȍ6D@ʶb.] ΝWE?zacXsz.sv+ ~?b+8~dµAVg71^Q)m_O&`䦅;j$!% `Hƽ׊ 포9"o?#ЮC ~s8eJ߽M5+}B|t=-e&oYWHgA?WȊ,찉e|`6+=_k%cj)l;2% t#s`Nc>gLZ {|+Ϣy%Cʧ42p텹.b¥(ǭۃ;[KK T-Qj}~V=QVUdo;Ŋ@<$ ܿ^)8$b._JJEjƠ}-}w;iytfG|(Ս pȇ/ ,?1֨Ib?;5E?Ob'j ^Ѭ䬡}h{ƔցлwV>Х`^h~85{ySq-Źvsb蒫%UKW˸pAhR(Yg\;d(Ft? ίwxT1Z4q{R(/LoK}.TӦ7휇1̥4Xڱw!܋t97 WZ4tnْ8FYGcV p?1>=#M1yjad~8(wȡ{ КN.lUY1h Ě+{Jƭ~j)#f+Pq"P003{ K}+3K3Z ֆ#VN_ԗ <.h3\ͫ$so?ڈ9#K}ܲ:=~?q4)ܡtи,2i~L]~ٽ;?PUUNZPWƩM.dz_pg]qdž!-XV̅5iL?t,EEڸGO*6)=w44NJ: @Ŕ#d(3}@qjh &4HG e'&4ٹ⼆,8ѐE$~œ耲:h7M :O{(Oݞ.rj'ɩ TvIoY$o/ ϧ8 U+)R{Wt&Y\8 |}]a h Ճr37Gp)ehжVNa^`f:6B HH fbF#\0U֩S`mdGjb溟{FRWν=V+oǓ:f{Ut`Rz ?*M˽᜴&AQR@RCv*5kQ5=jȥFS@ێ_vEfE1{_@- UL|wb+ٸ>2sT݋ؤP &8ڽ}XgA&]j-V5?<-uRKXR>mS_:7T}agABy>7n2Y.g∗[eh` VyET`FW0?UɸMrk-6",s#W8$5  ^(ovMuc׸MG-–1Q lū5_ \L4?ԁ6JS3ӣHnΫMAi=hTqEwYݏuJXD $|쎕Ļ_{ :X끳!Z_ (\+?NpKOQ:G %jo\_KIqG}πeN@10YV3tUQο|{3WA33^KC=aKҞk'*ŀ`^,eI:98V/IC띃Y HdTb <ۜT?ys6S#ᧆ`(џGBy51*"=%o]{²H(BN`6N6 {?hݠSG5H\=b))CǓ9\*k9KsI8r8m l~G p, 8;s|vҁAy8g^<9G/GWz GĽ{uĬ9Y4Kok1l -=K;-a} n(bjH62Gw)(^t ?*9!M[g? 2ZK]8tvbnCpvl^´2 d !-6ѐMtF T]\oh  vVeЩ1Y$Z [BX[k2uO.G:fh2VƌOSj +s j] B=gSJ]Yo3 㿌}&"]HF䑢eBB՛PvE8Ꝛ D&'iE¢YrbLGYIf3OW!3h8j)'o훗;Vv?02Sq8 :ɮ䚩FM{ 5*>,)K),L{{> 1a9Hu _H@6:[%JVCI[Λc6}5P숚kgǦ4.5LO*x E<_n/ )|~dӵ@}:i`4/A0CCƠL~ʫA;X̜޷9m XTlwu9+k8 gA/Rfweӗ Wo._WHݥ\Qk,_ߨV=YaN!6$VV,qļ (۪5'&+CNjG x) >X'凊<L:sY%crj-%˷&M4ގ:JFt-MxE?o|нY>ݲ9m)=BfF@ t,JrӒɾ(Dpa<w鿏IBCjNvL}P>Qa)KEL!;`Q:0L}[!#@ۭbVY)du;ӗƭA]|}_ӇZh͗EsG`?rogأTD04ˇ"@|z$Ɲ5O*q-C’-2<Ʋpru؋~\ Lw:x]ݵ8\rGDZ5yz;1V"ն9Vh;-(J=>dLݠ#e12R:zUDVS%d2h#xiϺ2qpSRlW: =;%QO5nDr !Z < H Sc؈D7AC-JbT"Xoe|p SFaNf*@\SBU##Q+_Lp?tPv7o^Z~h{)7CSC? (\qXy>(I'Nl*a#1Dq/+xfZ6IQ7kOHcў=~$іYoq2ot'x} 3`&m oliٞYUyH[ĉT\UEiQӼԃ(E*֟N9޿LZ]h,1;?S_`i_#G=|QSUZ܇3doux4rɒWC5x0-,Mk^DP2k >sBT$ysaȠ~]ZK)~x }rNe_bQ isF)ra9$dH w$>ŻSju,!!&.Z(9(XWl$wĩy}l~c.% a,SE*G-6 |o"C4gHllcDe Y ˌk&r7N']Ij,^FRts5~݅J'etȤ5pWڿ-:jC@]\XSd"[(0?lν{1U3`']MGIZ~$/5WK8^$ʉ #Ws'" O;Rc$P?R\^3pꟷ v .zxnPlPgOպߣl<7}@g \Me1EIg|-Ua$M'ZH|rGWvQi:ZR2yV7mǧ-wz$QɴpO& PVgRqg >ARL.)BetFs+$-s3T,zha5dwOn5LYJ[5O^k刺Jf]ni|DirNbG_6fbσP\]1Nݐ`9K/Yѯ]N]pex{ I0==A5ۿ~[ژ$4uMʄT9F㼱\n;py[2rtN<'Qx+.Z!u|KW,Rw2F4s 5' +"ٷ'4\5 ۅ.@蓮 Ո#E tirfS-o]tl9?Q*+VL\-뛪N>bG{xQ5<* wYhdNذH6>ĔkfӸU\+ yi3<%86`ƛ-r^"ϴ{ $˕{,5@k-EqW`OWr'L ҳ >·>~K+͈b }pqerBMlWX!#1s?T` 7C 'qH MX|v?wS1V XsNaw9Fh[xt}/,L![]3]ThM1gzDf ;ԼVsQ^ݶ&Y<4>T̸%'lfUٸ?ڋAI•}:|O-Z<ƌЇn]E]a 8 Y+d1I4Éne -W‘)">vR!Gr$QPt0i>/ʰ? ݉rv~HSj{ X;JM$x"yJ Y7/sH"\Oiջ5ػ7>Up4p1Wn}awRoĢ,E -0;3]l[(D@ۉ馲6 Vqds&_ibi;52Vz-x;Kܫ2^UsQ ߁_ ,[w0\_T@XЭShalyk 6 ;C~#K@Xk6dMU9mUiW\==BvCq1Ř tI C! d+aV M_yhw[Eb7NHG!'`Ly|6 "@i1 qƷ%m{p*t:i b' VЮ=v|ɕB)VIkOS޺IH)"/0{0D٫;* /k# Q;@7C ?xӐIt9$l?#dَ/GIR&e6_NsgڜL_.)&^ wXO7(qC"uTmbN?eqFy]Q`ESwF0Vf%+6Gυ؆ˣ_`_鼟J\ 7&?-F؞,xV@CIӍEȚh M?dG[%VXݓX1( `}M$x|okl$Er^Tnq|#d1h3G!Ig._vÉwnD'%KsJu y Xfֵi9NIM&3v>B_2ޗ^$%WByKK;ܙQM$̭h?u.ezMAB6iqϨ~q_<)Gy"7[*rdhM?{~Vs'%<N1v[ssT}o:k.Z\+<^{&@adcĦPHYqe9] BGlŖϯcZLFzP.$}o&e)e})U봬]KV)woOp8j_+XUpS^|0O^h/(!L\z_aKE 3M*v 0ܵ/ٴQ5GCMVHjt}W>y,a5z T_?ן>'%?H Llf /j>,Ss jz+x&ݕ+o]a4..07ڨ=G j%6i27 erǒuQ&dW5h,ؤȵUD,h}gg(k+#V"S%Whs:q/4fgVrT a"87OPbz/;Y{?&}FDH4x_L Xq%&Pao~4HpoM-퓘RlkL{Zon}0p+o<.j%R/U┽*AAOLh4\#F0-o v^6$b9UDTzO >:Ze6DGāu+ 7f8A%=ae|i#Aw\!'쩦QsmE!/+|lۇK9ĪGyGD&R$vWLrnQDSՈhuyUq)2Zdj~C`qs !=𵍾挿H98(br%Ҿyߎw݄ԧ\ F<ע3UTMVu.TXOO"@GCO# N;SK+.Pd?:5/5uc9m oj>kgz׫c&$J1J P¬" LaUMUsJ%qj 21pz"؄}0Yѝɹl[3~ )WdjeX~ǃN#W"G-m0"R xcVxscdH ?lo,p'{TGLS=A_=4Ӝύ=ކ "fRKl_ݣʁJ`Mzs\k^޾N6L>)bO"L!n R130BH)9WXFeႀrawA&OHr>c)"Nu!/bB R0[ Gn+E-0d8ΏQ'vfS]HNj1|HpѸL$59nABY8Vjt=jx=үXTdmAMљg yQ[9<4p AI5Ԇ1ˮe{(g@«B~jah+ML~^ad˙5Lf oY?I˝cH3R1E/r K)FCOux(F-֨f_Y7u-yKޝF7/h^`;EJEpHo8;~ ;&{@] 珤y=6U/ܯh>`4bM\_"F/oO2Ld^>\͋&uvB n@b%ai|Sp]nE5,'L;xvCy"ܷa+קTi18H>:<%rwdLWa-ڰBKE4;ǔ}*coј*%OjLWcSntMp; iڮ5ED x Sc#;Am +:$<sFP +4Y1l˒/dnJzbͰ'Md *7ϋCl+ 1# c!yU0^i@ 7GpfgRM*j0xXIZk~Տ𘤊&eK^'T$vW@q`L5ѕ (#; ij}~]AT#D%{zZ`.!TH ⧬B(@T5_9yS֡do9+fv_6_/OЊ<W+xSdOz(\ |8cc~tLCHa`F|Ll$"ܶC:: `9d)}Oi| lR 8WP7[Q'v]UQwCޮC֤%.+%dNTO wfr!ͬ &NX}!2KH3O* 2=A9.fJs ߀X@h^P|֓6-—QʳuV."K"*3Jkr-j4q9-%`N v7.ުU!fRJ9prL rM:}V5bhqǵEd%).}q#c/AsnQVsTJD/yEgJ[_'$-bK^F :N xҍ*h)}e+ο Iv7Q&3zͻ g{;IOzx[@Ahe$"yFfRp+s7V_ v}6Pq£rS. b& OtL'fMHW> 2k j]_~pk@ QW2-$gφTGAٛJ!\l a1Oi9F3ֵl䉥O; `5|dZeynP Qe4'*X⏖7n I2&.d"⫳IŠp ehUQ| up Ay8>tkՅ҃I;(3ݎ~XkWh7ǩIͮ`(/0m F(NQ Um̀sUH*@V|yV5G5֩7$j w0ØP ѳa;IB?WR\:u |<*p+58 =_}ؕH"G&!dM|i떜%9΢%[G +w0DcﭙߔRU~N " Eՙf sn,>`H#-<L, o11QƗ?~ťY1%( [̧ wF`q}[5iif3XGL}sC3xXiv/ߏXA@;!D&z;S^Qhs'Գc Lx30kT͒bMW*jpaI`6>,56xS'w?  3?#!P8M 4mM]qH@E`)l>g^8r^6@ywGpq6/nK #()n7S l$ϚZxr)N!Es2Ab:a\aok.\-POѩL);0ꭚ-Ey| 6xӻﭞb4z')]A}ENp >3H&NAZg1陫=Y#u:ӯwM]+2QM(DZHdնry40׶!y[Fu`K*ɭmFX'*b֘wlHtd#O {@2|#1&wH3A󼋝 xO5]s=n0Cz_D 95^oX/)ԡJE[Qhlю[e_{I'!] VONQI#F/tTփ2=s([ b}k]=ғYɿs`5 N(>kP ~5w!O(o,{ϻ8o +Gz+ }URg0"Nfhh omSJ}h :7R$>&vYљ!s0v6 M ZsPd0`yb'/d] revhRpKnΞx5Qu:869ƽf{v7n>jK;Nm7H jxRNo5ܓ?,Y3֯Z6ݦ<@( ,ŒDN";66# x"d[IRHi<ң *LGOʁLcpm>҇4(A} tuogq0{yЃE ֩@+j8D/+we8KO"B!(ddËa܂, KKǽ S(#nvSU W`M;rP1ic_,]d°~Ķ(a$u "3!6zΐ6k%=0jjU$) s E;aXQH[L"!Gez$ej5+eG8c,FJ[7W}As(ָ:%dzDo4-F6 {44t/Pe||Ak3(|-; w\$([(z-8Jp_i*л1 2X+8z,cǀx]1J^i  JҡY:BKY; "eg&dISqf7izJ`?0zΗ;V\jsHl1L;tZ=paB2jEeYسɌIЎ3v8Eb xjcƈ5F xDB;^CG׫w4ٷ b{ѧwS'vy9G`pˢ#>El>!ۼUc짦wyP:53 mA|f% t|8g ;,Eo~vZW:qVfJjpJhM7Mj@,TBB O97O GKpqeS[.'oC:,T=?.642| skg;уۧgͪz}4yUl=k^ j8p >1jk3S4UV6sJQ⨦21;4QA`rhȽaA澇Y4GVe7$+k9䁒4ŜԳSCD\ oM!Ք/wayQ)E"d?ÕvAh0IU#B'm2RZ$s Ȕ@vQ:^@2yJ't}(+kzvkq~cH^2A(JKkrꭢH ,)hUa Eg%u r#U]K,JKaY>)So| !+ŵ4JZ I4pEW k[Tp@pPSm dVɢ5#+#;tмG䝶d`[D[v fy$F#E8 ?@|:$ntp+8i4+s \ ,RhIbha3P]^ayaB䧕FTOmP >1_SbUIYearu~н#k_hxޡϦ42jCM`yCt~°o`|LR-R&{&آ8r-4A`Q2["$@,|_ujg9tK4WB-:@߷y'p+d0^c5[/w f]b\>ݺaJwLXb b/I L~T:R`]UlLi9϶vrmEGB:kw*:Nbg\^)c{.?T=#|[v\輢$׻ UWn5%9>csP p o$Fn^!2pjF CE:t y TL/JCd`l(8@v(i]&tDvXHyݓ"O \3yQhm^Wnp?5\yOaVpG&YZ> C@ܧk[|_&@ݛ.a/:,nF^~ cB +8""X~"UFLz`MF akQpU u4p@PxOD0kD6;ۼ(P%DJCX+ƾ  p[??3v-ǡrZ6&=& Yn}hurEj5N VG#mvGC)30Be87Sf*/CwJқ4bA3V T⹴fgRF[UM/+ s>T޷+uI7LXJxgʜoz/KXh$-`Nݨ3"Y%/7 J][}>#Gui ЭssU ^TOWrQnʱ8:wFRnEdTf%*:V=ޖ⦕) wk4<{?@˜GHqTE"ˋrL(_$|8w# US 7 $g ?a2Ћ^҄ :u:32$jk5DoGb{l릲d:eϻ;_["s26i ?v_c;'NVg0 +sFlm%M~(D51;},$(g WBgJTK ^ˠdNǙ2l\&xcA&g[5yW/IaqK w5R8$0u a=dh彁ѨAPAO+t˺Rw@⼲YZX\V:G~"ߋֿ^AS-)Bf5d=BR7|݀Y/Ĺ{vڷ=woo>n@RVηs]Nٰy >ݪvјcv/I%`!ӵm^7L=^NmO&帴j&UZW(qM观,&L9[VXX`By %2"@X$y9W}UE][- sbJBP&=7N+ӐsÁY'ŽpY`>V@uwӹw@5gDlz(> nIP ~VgFtY}'[IdYuZ嫠w=R#s"~щw7RI!:֞^ QԽ `rQZ fqM9 B„i" }T~|We46;)Pz+ ]EܓEHHZvPbjk76|'뻌7?|0v-:c(J?Ґ_7+b/h=Rh=+R^p12kJk䗡C7⣱O8,%D)|K:?sA {ħZKXHm4&}][-OY|Uf|6Iz{wy8?r^ ȕoW6H7*-\TQ35KqP Ll>^WtX}d~FG4Ql4ヮϟC)^Ь=q)wh bBԏS.`~9mύ[%ۇ<ͅC3RnBrMw;bLw%D, +<)@38; va8{HLj 0$a!$5Ǹ]\ʤW-3D́ghz#ʬ~mtd-ۨ39hx\fs1#XRFYp C%v l؁2wf#gP؊":8:Ŗ0OP[ 1԰F7lr}/Trh;tk&QŠ/lEuV']X_E˙ZlCn&>` Hoʉj;(& 4(7F;m*$ˎ=13K-t-8u9\5pE4ՙP$T:ڎK84#Kє8HFR@u]9}2-XLijc*E\m\/F#13B)022Huj$\hIeQb~'fVw&ow|TVc"FI)+,^ijDÇ0K(w"o1NAH:?4%  *~.P4nLXcf8KcL뢄22\q&r 9} Rt25C!Bͳpw(?V+$IFH0C2L%4g^%+%d辷.xvn okDo9)tLsj;Nn6ccӥmGLP\9UFtg`[~zS6e|2{? 4~ipӛHTD}< :ˢ<NzD7z+ޖPMi $i>@0E_`qrr-qwfF|c@orc`# &^~irigϙ =KB$4"OyEw҅Զ#%:/Ϣw M֗g(WF-Q*{uT#~AĘL?LP|r޾ѹJZƆm<5lq˯w2*>qؔ5#}:R52m}ǹ%E@3*j(߇:jWjRg$@^s/Q2I Fr^_$5w%C;D4Ȋ NC2*ʴ#mr7A_bCs֪VFd⭻J&ykD辽4/'v0IR #n E 5HB5oqɝz6W ?$has:FeU*˃%. n3}@Do*1 ])~'nFVpK]>zST8Yn*sFiGTP]5dA}Ƒ^4 y@_UkҁM"2!?'@x{7H"RՙY!% sGT^ y~lnf@IMoBR?TNs>X:814qcegpzeyj^fpA[:;@ş<<~!QgSvy ?p_9JɄu׈xOK&hߝS;xCܷ7q^T-Na)V+xwB{7BL^pV+:c Fw.^ "-d=2ORo;vo?+!E)hFy .A-Hl!rߙ`!$z؏ adp3]`:r@UvR k2[*)|p|^ .bT<L&fxRI>qėW6н_D잓G>B[_ک.恓,ns?A߲G% WJ#(^vk4?֍Oqk3kH2OO'^0E _-,`7Iwp CXpX+ A+W @eٺpڒT˴ΊNM7ƈ)(csDAL5YLB|Fu=<~u( S"ɿr DX ~Sb|_tnQ}ms) Hx%`)]! z:'2,`@j8kl;tSn6dWc7fAcYqAB-D^0ĠFڥ`k:> #%%4 K+c6yؓFzz-XZ"xy<\2YR;3*RiǨDo<(g*9CyPkFG6|/vÎ~ O) 7 9!(ZkIX̰SU*XD( ԳԈa7k O.h5eh Z|Z2/goʫ5ߙPy`y-tqzCS„7m \jΈx,Uˬv388 (XxKU,;|k{ףH$%>TϑnO1&!*ǘ Dͤu?a=ekq(hl7H7mr=mx/& ? \5̆pw´1: SFɇP,[mEr3-x$ށ@dY?weln7y ,Z A)Y$//{ "c( pkR /~4`N8&GŹO0\)e{Ac~}i1#?I]Kh qYZW#t+ZYWq\<{1iP[ۀ1 1m*MZqUh6мcjG3LdBĚTǑmPpy;ThA*m6⛪,n`La>CWg35w[3UzfR~턌ɳƠ}|@fW==zbd /Xؖ"ݢKd7>͈)8kX"yst ]S5"']C)f;S-glF? "L*jIowZ"_XݹTE[owv?@>hNAM8W0v8G=+mv}p<$ `053N:MnVD7LOJ(IDUxܾp?'@YSٜ=ǧM=qџF(RG1!XQxrD%YPbr08/6#7>CjLBwǜ.ƃ: s"a',X`s;6i<=19T+,rhvw۟.{aݵݏAkra? rFlהǜbKJ3q{b9T\V\Du]7i@r+lc6y [z㌁o=O#DIo(#pO{wXkel@ƒc\{ĊӺSiWx^_k~ \΍<-[y:Q3-֞ JA ʄ1Qs+}}DŽyYզ)hA9r&7=7pMKp8A6DL+ʨ,M֚m_- r>O%O+. |~YSR`ա>n|+$rpv(a9O۾Y 赸ƯcP4nyRDp%:#[y@6?#:W {R O$VP"L="Dikw-Ha>p]KE!敵`5@b* efׂ &y?7Z(16uPd;gh蹐>iX Fޫy9ʠ;\Tb7' Jb`}+EX*:LT' KxP߶*S??_0,nGkFD.xpODufR8>|d4VLAPj/~J_-ҲJlƔ旧@__9ݖ=)\DiR6KSPrN͚nזQFfqAؒ,Et 'ECBbntqFԄ]Nd LU7֙9lTІ?I4~nUm_cµW=&I}yHm䉃Y*QV!TTUBI\P]/Z,뮐IEI: Q,D@&т y)6IZՊ˰gK~y*ޓ. h AT''%'^\F<|iA VMlE^ٞV7vv 3M~}iRc|"5dW2!y --[^m_ɢU<{=SD9Q~Vn S;}+=!XM* 1"'ڪ۲vSŒg#itwKUpP:^7nVռe$u|K^߈oo$صRMOP̷2CW :1eV5ۃMIujs$/?$R!9=J.%-̘*X-p/IH4 Ɩ \:V`yI;}iCm1xJ{4_o7 n SFƙ|}J܎I'mG&_gW-z{X#f/DŒT <#SV`>cx=1牎g*=X_+4c4J չZa< qzYWTޒ&nZ#X˴i<Ϝ*>Uo[vꊋGoZwp\z_WX FL 7RDU@27.*;MT:w";Y)' 3f9:k?-io |}>Il z}[;6GNAt[uM Es[MPvDqS~01C$C'dqpaOl!U'y0{H+ e'.v9Njq")ݙ*z]RJir1F+lU'H(i2ivwK\m :j&Q#c 07XS]AEj2QsN,@g=0=2s~_4:8 Hϵ+p* 6*YTV,cS VtcD>#7yxmn_ %o|Z!2QVĞ/#!M+J/?tU쁂b^Ǒ;9}[$* خ !~-+AFm]0SogI(+΁ ~Q`Wd 3++O'(} $l%H?K+ZVq:BcaM@#J'+*uX<_,yL.˖o儐 f'!3<,Xgka/* -'(hd6+Ek dJLY =hiRv&Hnk'J"&T~ʗK][΢uP ܙ˞ 4A9ǁ`L xv ;gc\kK$|d6x&'|Tq}RXcX%CiyeK[@\gU md4$\dBs0A΢wƴlSP }~|ɭJo褭~ygޕU|ʟ\S ({F)+E5CFGWQ-}>wIӏI`/]7GWZ”B_:JQ@pj&Xkmeke{ԟ"Κj)kHj2Z;D^嗟nE<] OLJ m^~^Aa<д%-MS0;J!g7y8*ñU ~ .PJ/yY&L-fp03K&#SFR!oPQWZ5xuLn(=e3=.E/ GBnj}aW"*pYr r.&]I&5 skgvxck.K\(sRp\4ˈk* jDUQR\C'wV7;qK 3m\ Z16o-``h ? =1v ITo) OeRg~ѲOnEף?%.odt9{BwXHFG$z +eFVGT~CFS=h]-Wq"!X.Qu2+&࿜҈R#M#*K8cJ,~`$skC^~1QxSe&#AeQ7%,/vͽ͈ٹ,0`I7~a Էl":4SZa֔EEGC} +Dwq2ᛅ=_= oR'd!bCxeS镖)>us-F9J'ɘq\iĩ !?f Å+ur=h2GƷ#B( 0Y4|dw#{b56_ҋLmGq P\L& d$Z{Q>g{]g$Xܵ/܂5*Z0Z/񑟍fmsGǜB5|vq_lL紂{Ϝ/2bxh(^|l;rB]Fe˪s**(kͅ$ԭ][rٖk5ھF psIh  ۴##SR#g՝x.3fnX6 K- 5&TB-@>IB1]cTUL{[٨u-96v}g#ʳ_*.o/-<*7կ>oLlΘDj5w_*;Ca#A@$Lh~+5A%o++ r$C0"y/G=+x@唸1s, Q}`aAu -Ko%h0Z8~Ȃ_|*^i'tŽA?4O}.FG#xO .^$z)e9Msz*^|&]]OlhL\3lM{^*]^u*": mTQ$6&m۸f>>?e̖&}2b 8Tmk8a"7fƒ]tXq91cWUsGm0 C,fG<#ì<\Av#*G^¾Ծ߉;I536G_}rlF2ʅ` D P0\%b]A.:=TC&A I Y{ڼg-[q ERz2۠p:Ί3^*ޚ#rFKvuuݺV 맺Z=q}(}˖S;YTyº]w<Ȕu ^)Y'=-vl^#m;b{V(uǗ޻V1! C~ԊL%1#5K%ФTZ'+VhT6!%Jy-mU\2% ;4^&MgקE ',|+b?>[s:;ZdPjJ>VtWw6ݜTYiZfA,e hܤH~f^f;L@VOrZ;9"mDGI_CX|N 6KJx/$bfZ+UYٛrQ-±?pwiHx^KԽr޻|W$*'xfȡb(kѩ S 䲇p[Q i<S,USrHI;7_]bE?:FE$i@sZāX5`0\f>n׶al2*'>nb@43pB 𥾲.:#Na*^f.tg@ޖVNMKc7 Wyv޻{بf!vE 5^dM_m*:]5.!jKhR'ڨ|RrVĻ,* ]&'-p4a،VԒޓrΥXGav =Z\ODXmvOJ[sq֐@kyDYbu -Aq:όnfm4D)-ԶzCRn"uiWtۖ `(A{brMt|ѕį[t 2ĘvH( tǗx" Y zi쬖(j Kjx ~Pf^4;HϺsm 0n/ʌ0bEro !,pyR֣8LASeeRk>2Tp],{ӿ p\KC 0o{<*{q*-/sПMݢ Jѡ`;*K=a :S*y8:FYYKTLAwqp^:uq z_QF;EfP؞@,fB*_00Ga4g+ LC*1rXY0ySV/O lƥV($asB98"q.Ɍ7.Qʄ!K<:!ɚnjx=nAi$x랐h@I1:!#1:˂~E\´$-,sq`ZzЊ!@Î S(ˆ%O $d+$2ZmSaBaEwCPo\f0 sҘyVQ8]rI͉Ѽe 0da$"Oٰʍ)FmP6y96MY+MG_L-2'}D8/8믑pؤQkR?;tߔ!ȿn:5*S `)IukTPO+ 1 Rup>\<;_|Zbݹ~ƒ[l.ib2'^Yw~Qlwj;ctUL(h#2c0ĩ7 k\9(KN\RUx]6tRW̩`Q b##R<{RzӜ.k_KH|ޖYDG!c3/WRaA!7q?dzDߠ\az<ѢGxV|.t;hi 'ξ6^LD)w_:I#Awg!ڣkJDTbS1;_ v.E7uˮݘdqjYIakϟTX>M.'0o/H "dl9h #BdB-HW'dKi]#GpX~ Mۣ6pJuq{1 Jfz\`9b ;{E8IjqpGw=A '-XꖀuֈαzԮ=U&`ӥJ "b[VCwܤ-x~Y)1{%+Q;b];qۈ#Ҩj"?7Y>[#^qj(Cwg3ΘM"A(8 S)W=ńTKĊ7%Wwe(y#,WO(}:$2yQ53 hbgAU"DJPk[LypRz\j9s[q00kdh0.Ъ4K R I9.iβjC =H>mtЊ >!"8mLURN=^XlO!4wJt ӒhM vM6q'+ڒPׁ#p&b(3w:1iXB>ҌYR.5+2x}2 h;PSm:`z&Z솓s>"E Ga61@"Ч{f5]^Fm֟ y8O+@C'g9{epuo5qh pA7f08p9*"C$9*M?#r3 :] |2M6<=z}FRf]$! MpݑYDMcc@xh)B `iKRA@:12@E?ˀ"SrUَ!W1]v,AហsmПĺ&x RL؎hLMycY5XhQM~LEY?7+)e ."轔Z8ƻΏsN3 xl^/@B́r2O*(qBPFƳi݀Bkc:6$,? O@xX>9˓x~rYs4;2|ϳힱy,6&[x0x XXգ܈k%Rd 84?(TzvZO &"*hmd)T+3)LzY]M6;5e[ڧ:}*D : CVfW]?su1Х& BC /Ә$Z~P;ǂ׹>lU߼ou8 D$@dCV>L?Wb]诩"x$9ܡqPB?9K|Gʅg|Uhy8 G'0`Sh'fsU9Fж' :o:9u¯?L&*\CJ9cy*9i[ 9}jb%Z܉kbZ +YK3 ߶w&$4GKe58 $. qKEkex]ckW?`(4-D~kAuc!>#_/.}'Ëhip+̊ݥM<Q 2Կ!,iǩFZx͘:ښďHJzO;; }wz1+*٢C@ЅD:zˋFJx9&aYfP̙6E2bssBܹ.IrN:XڒbKIN]Nz/e *t514S=ٷ9 `1d]t9%=},A-n|wGАaX: UQjW+̀ yON=,1XxxkxI+aD_V%G<۱7J>U$4|0LayL~by^D_DMxvؠt_Cf}FÊ/aڝ?5L }4%A!dD4ҳ 2]-׃D6 'E5}xNS'. E_[Nt\Z:*Nb̫So%98llCCn,:4< ,&t""$<$5Agꛫfp ĉ#-$ LFydEDJWS?{i}=E#ߓ|.:pcqMGf':6hNAˊ?REo+o}|6ϔYODe\xPƲŽ{QluD'-%,GGdr6,Hвu^"meR@ !umne=7]Cnh RK gadUn'8<ӎ_kJ2"^v.Gf|Y#Ci(eN'v[݋Wrd|%&*ơX:Q0g_c[l'Z WszTX`ĽY>)wd=~$v&,g۔F(7Xر ],=i/m'x ̠"D0zSvhA Nvu>B*Y2ֲ탈BKz:]1;n o`pG}kEy܈D_)ݫJ7W4?3):" }^|iD@}x!~iı  .z5MLAz{x#cs-|T?&2sY=JC##fS7~ˉ5gYB=c%Ԟ]<){0;6J G3 9G'`-rR $yqjl]D 'X):ОJ_j\d= =E֨ ?R东{ꨀIN-!P?Ѵe=i o '5ǐq#Aܢ[#{>=t9 @hw~5ae;\b0ejƒ1";Q|jR2\gm"^aF-wFqsjÊY)051 bhUum"ALp&nCDRcT ^q򓮏Bw (#>hU7}xF>9}˫TLEX99_`DMiam7Fb> |Ula&צ UNl}CUKozlkµ+).*N.uI?[9}DRO/i N]J(M6Z*XMB{TS sN>H 1Pvn'u&%س@sTz_)#~H[-ú+mp6]6:_/UINV.M (߈:XQs ?ب2C:$ ̄H:zE/t{bC-,Z=YF }xGJAgS%kmr]R @&Pe*GNz` ~!S,ˋ0fw ۉ)&q *3{L, Z~D9O0i_^[PY:Dd3c,0 x׽qS~*aw*ʀʐ3} F (@YS)q nZAob6KJ'=#+AP`//R1=*cN)]isammI$/fXl2ԓ\8mѐ "Rh5aiNų . Z~um[n u SoҽEb [J/ uy`F/?(0u.%G?_^z,3|𹄃(WH_ϤJYYzechs5Z,eȄFEdR5fj6X$q+_c>qYQ`^UT$ *ۤ0ìT*;k0g7if5WD7KfQ? ̘{o ~rL?5#`uiuY -ޕq+r4iRa崙~B KnE]܏V:gdP{FH%u0-cSWLZ O`PR\V<ٽ x!{$Ê@ZP!26n|AZ,Ġ]ut5oDi7O=z͟:n= +/iiAiG/w($rA9\$ZuNȝLBɓeJ9 7u,B6B4X133*Q\gD%j|7㸴S=tL69d*7d_C$#pR,T:4Leuj ]Yϧ 1oKlPbkTS:/zOБc ՚ Zg)!D4[X?(T*HIϑ=z-H᏾eyo +`y#c$]Hf=#a1)fa .>y%>iGnJ^ȪRab̊eXYYX_Dm.mH x*wx%l#Te Bv WΡ?'%N['S%7F㬘P`̿>d3>y *t?dh,!ebMN&h_?8|2êu35=hMӓ䏫- a=ߤ@2fO=Wc% 01x`ʑ( ݐ]{4_iB*.T#Y&/և P@i4!\mЀ0SSm ށ4'> ݄*M[b|_A^ n.7|ӱX^!9Q DzVXӾ8k\ 8}Ȗ۫tcz_aa$Qj{/OA]12 \I4 t˙P Q˜(<`UJF6~|B\p>ki\{ݚֈL;O]@خܫaE ,gE[Kޝu7 f*ydd@?4bXܸiEz!#] IY,t୴@3gi"qO@ɘGJVlvj֜|]#=`1>>ֆ:} I8`( x5H~ҹ*wA(L _N0 1RnD%09!ͦW, ^Wua)2xb^q?̑5؝)~XڬF]n9@VHÌ'[}fEz˴%0KwP Udul-q#[-?ŋ.-4i6>9y  qd8NǒZɢizяP&8RKAųR.J *QU/ L-qt0OѰ6Q*աzSAdy)0i.g~_Ơ[$btwK h;=<恌V{<;/ YNw,[x7Η8}g o%ۤ]T"B6LXA̺j*p$uRgWO!I : {@l)dOxӔ<]0-_м[pucsj8s. KK*֮>W4^IyTajԷ, 5Ր&DlS=i'э1ՒM&ӤK`GzmmgKk3yYȐ2E"/GD!"D~|n%Aȯ#dN)~*y0}nZx>뽅_w`&7θF 8(R czVج5AyrxY&@&T)MR2_>7Dbduq㸥P~Ds#[32.t .wJLL$pAI}Y%f'}l%Q!èA@PM Ssb H Y #Ct^ywY6ϬiՔ`Ņ$c "6G,5 C4"pM0["YjU p;=Sp0P M&SDZ0dd3)v%WUD]æsږ 3Jf3٢QC ̲j9o"񔌤W'2k n9ȦDEJ21k)_vx+-~?IP.:ADS@!@6S49?~EflccJ@ifrEw&_,7D$22W@18,!ET~U-N> A5'W.f#ٜ(aOեi)QF^>|' aəO8{u3Ja}ٹZp>۠ ! xWD{i|*w~ߔ$1U_4|Oߎ {B1[sY+~ڎ(圉QYMfO73i Νnxl?Gյ=m}+'nY ?%\, Fglu>wp2#%DDZ;Ӱm8M\8ui"3O= )gc4p0th8<^~|9 oE7Tk/7.z५'6HŒqԽM2u`bEi#y2Bq{=~ٻ|}ʘ w7M_aB܈?n=5/ܫzXӴS$DY5$ϚqD7pX'(Sz()GoZ]dLIqӦ"+pl_(W̭\o?b748~.pIJJ (R>k?-=,^~uәd7t=3OEgt7$:t/Џ"., fכgTt,ƁPx15eZ ]oF߯psؔ:\-4Ey`ξ{rv8^gJk5$Xޗ6 iۺ@F)S`&[4"|8֡nMDU8h(ȊjzƷHp`qmRK)dhL$v.06O62 /6g'װ9_Z2ۿVȥK/0'89#g-S ivT!!=c*O%=-YTu9t=n v2|;y6[br^Tb!R[dƩp3D ,C)= q &dG'#5bZm2hjATݟ}2wCI w 1${8n6#}}9?{V#Dex~ԗsaCmV.xjù#-Twy^i*^O:!ؾbn)574w|Pnya艌{'bx8WtMFзWs} 4$ ˆv#E`!7hP}U;w‡$yu*V20 3E2YoG29E6eID窱櫁~1Er@&Fu̡&fP N`b'HG?rB_P.ٺ>u,ؤG P)¼o:𤽇=tTJo]uݐE(b+}¬LD_ΊEYPqIr?Eq7ٙKbgjGLoBs"jnE]ٱb5=pH=J4v߃ڰ$`);xiuWb< ֳѶam0h W>;! _+x˽V\Eͺ@9Qt.1c[Qz.3n[gktE㭔]BeQ۳ E.b?RDM%2 *ukN?Ŋt z1߮UQ]nLO>QLBUG) IcQ2܅Goʋ&g)V^=ŇdLTF,H6T7X=}چʆd|1h#m߶%qNKuP!NoDrZ5"$1Vl6Mwhl2ɤvӨ.X(5 n_P;"Y mJJQ*:>1 xTPW Q}麗hN[}W(UtV9\ vMr>m3XrkY0z:7,㡷S8嗉D+*_6Mv;Hw8+@a ׃DL;8suGy'0lפH1#k| vͥd,-(= f:u{xKf¸ܢjזyUTc+ 4ާYz¦7 5x1>;{E0\.jez쫦mߐM!znsƒVO)޳uD1(,j΃ˍ\ȋRuJvT>JEtPydcRiz[dT}7 AwcZ$1%~&]$,Y-gZ'LsRVwBk1ӷ mOv'XÈq!ng/8wcH`fo6sTy+˟㘜R$4 D}z8,,p+J0_601SI veHefddi7{Ū@DjEb Aó%ePv|\rlPقӝz }I 2 zXVZ8ÁCNy僣_㧇T%')yaΌr``o\b/h' g fV.Z;p BDVڞڝ{,9XEQ.$C7dy{Ӳ'&h%2?VNbGB#aY`)=9 )3{Çla$D|ptc+|~)64lQb7Wfp,/s6MaR%LwA/v-9(]wNXܸtF)M)$;J`dH;S3`HrQfTMGep[ T%.R3w^+ߝH'?0\{V_6Q@5X8 ɵ9wÙZ&6>!Qu3nb48ؚ@`6閰©t4"6K 1(c:G7ZU<ėY^PIBw&l)Ŝ`Kbc1 0Q̞ ;{a],ӎM3ZgAs* U52.~7_ Q'Ò_‚_\?X_]",HTFcg2K"8p#1 ˟AR*W6. ؔi&&:ҽoK.tP 7^7#O+*1}5)$Dʧ3h5ǁ ~%G/եU.Z@ ںܒlƤk (,]Oy0h-tCnJ\n=辖':^kQ{Ԓ ~EA]z$Ԭui <\S['Y&w#TK̉#sL*e/rml4`7_hN|?Q^~mWj"8 ~#Z-3Aq8ilew[Wع߹YFєa_g&UeS0#%t+Czżu`Z"1Qt*꯷q K̀T4O=<90y&fXQOt..@Z r"n|/ǏE6I&uڣǻ>zSdYêkR.XV>ɟc}=KT+ׅVM) f þH ЎKf Mb3Imj.bDmOT$̘U,zE/;]TN x(k I\Bl X<3$pMŮ"{D-K("; T'=E/ }iBg/y ikϋ+hd[&B!~HgU=~ V60WKfQ|w[݊ZpO=_rs d}>v|4!, -cE6SSA/襛e5 (DO5aꎪ V<*u\ V˪"ҝ*pw|v1 ŗ]8X>K3տ6Cdy'5=)<@l!1A'Kd2~,!D!?J$35kg~ɒΎWy_NgX-ƽY q_FiTL[hnjhj}Rm vE߁)ev+E)C] H2sf`.P9WinfH+)V3:ʢ_rT`%جz9Zlp1Z2;2xE;5m.CQRWg*W@ońoƒ69d 35~OBN k^MԼ2a|=< AP\F%2+O, 6Z!ҝAAL&xPaW G:{7{5h|ԂeɈZUdF}0!=e%lhpOvq9 lٙJMq+ōIirƾb# %-aoԨK$8>T#4uTra1f6o,[:?;S0B!W9N DR&vKQtaƩ5{ H{D;B'?tlO~7#ٟT!) ٖBJ}*X yH{ °s(Y֞>h*>]y?}Ev*2ѴYXOW_q|`96nG.Ñ5Y#; 3ד~Swh4yy HqBмʽ 6FTYzO0eO T'CjUhgvic?ڤ05zev9j;M~P]{IdC}/֜~\Ϛ'F,rK,ۖp<MA1(m&^mPZ_/}PQh .uwOQbPx10| 8â)`?ҾB'ekBYh;!PE=4[(g I`+{Ó=G2]͌s/Nշhydq ZD 2>"-0λ4?@0 gҼizFNem^ mf"ɄMO8_0S$1AE,g[+D|nU;]jJjۂUsY?QnJЏO~u24#F >64eY]騉u ߷&_yȳmG_](5 ӈ\C9XX4-}טDtc@F!'({JsȞ^*{G7Z&{{r96&;@;X͒p S-=l^H[@f|0;5Gy/^lќW8 n/pũ ">2ll^\8u3VX${LoE#x2p+Oa{b!4O%ZytȉB3 r-651Bh i H`CmӚ3:%%[#Jm@mO{7*͸ ah(xnvl(C[^-09/0SpOԸlM׿ N.7M!:SGh?$]ֹ[՞UlOHRYZZU x 4sOHfB7q>m W#)urFHY%{S]he3\ =@= sI秪G/i.d?z>+cMܫ#{$–5=C "B}u nw@ʹԝDXylC`D޻:\Cb2Cg),LOkhysUƘ*aܰX&tU"&U΁CYCܩ-chNu3 Tl/~뿠A/Yx(#,]aC'(ӗhy9a ȗRO0R*:c+cZB'YsdzKo&U=uMNT<`U1Tr4d<XBR, z9v`B |ۉݸ ~#Fܟ-KpF*bh x}#&Z \Ⱦ1!%D} yVbM%υBڭ:?/e%Ҽ_5@*|ޑvYsq߿9J_G6ZI>9{po}ss ʢfB]KMl|W#/D좍u ;xB;bӦ&U xMRE<睫=4l~In$m |.&h7? u \|xE0OQ;7~u.rWz2Ŋ62UY O&C eQ\a.]ؚ1\v:@l7l3j|7e WV\]k dhi~% Ro 5{nS;ZEY cU?G?YO:mҨ TBەHW<5K@qMdИC9g?l'RG}PvbY.eI) =aܱx5-E0` Nɉ{/>FF}y.fcHNb~ʼ[B ^1z1(%9 "[sб[)&|6ɥ?|2cHV{[m,\;?;t*Hgz0ʿ?f7AڏU>{Q aN!.K8E]+`F DڼOP7:lE/uRcgD+4~?7immL怤5lF*t89XHV;C X i)/޽rFlWC!<{Lqa$#&p}M Ptz˔FW2j' JʨwkڟMg6l!c.%Wdq9k`*@wE;xdLjv:w~bHhŲWTC!Ln5~b~\)5Z6_,Ⱥ>euYqwYt?סخJzwC@Bbc6WxD?IY טb>E7"+"rLb0:b>֒U)6F012DūWM}+DL27].;NˮO'ـ;g [NH/AȣÓpY=ҭ"x F[x ~NlV4WҢⶁXH4~߄.ui"Ѳ@2ZwEVBE|p$;j̑bkOF͠b=4|r=I07E'Hb BҫD5E ϟ+ò@ xP tiɾ柾dEor׋r-'5ڴAOk'l4]֩h9 ̋ÙbHb,AMM߼L77ÇNzf^QI@s*C7N,c.kZ/Cb|% WK)#/tZs4=ְ1vy6@w]^ՋYuF8@Vu8l%VǴѤPiryk$Q\kmɦqlzrf[;N HlK 99ruZɤԞڪ~~pv/6 ߈A $Կ]9i僸&aY))ν)pkN~t򦒤~9g$j<7%@m13hĎ gIG;(aI5y d KhH]4" ,ϐTd-? 6Î93Åi,QbԢz*tES fFn7!=/qҘA2Q%:%.>$d9XoSN s:Gj}hHX 8Y/7MٚNjX