systemd-experimental-249.16-150400.8.28.3 >  A dKp9|%܇kJ:k. v yT.|L='}  07P|Ґ`]@z, {W:4Ђdz> ssɈh>ᏱEvw8n!jr^0hQ׫ @ʳiJ 5-.7]e?W W/Z < Rt+ O.l*lU2-lԎ%rW594d3e365a591c31995be68e41213caee876629749cdc1ed585cef4a6d611910672d09426736681d284c02331ca7141fe0b880da adKp9|Li.WZ_ L SihYQ7&Bcu%?J ڛ$i]}a~k](T]@\ {s5Ҡ|S5M $nۆ2<#GHS_(vnZ]X}~=\jGq|BIjEY<ŔJ̕Ɩp?+\rɐ/&E[3HIdaGRWñE],BQe'46+pI4?$d , J 5Vh ~ =X!! ! ! ! !u! !!"L!"!##!$@$<%<+<(,"8,,V95V:XJV=}>}?}@}F}G~!H~!I !X0Y<\|!]!^bcQdeflu!vt w!x!yz Csystemd-experimental249.16150400.8.28.3Experimental 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.dKsheep52\*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.dKdKdKdKdKqdKqd.dKdKdKd.dKdKdKdKd.d.d.dKdK dKdKdKdKdKdKdKdKdKdKdKd.0081aa6de4a83bf638f341505b026a0e8660ff2c3640b2c58c1f2d7dc7143d66f43e7226d411ccf8e425a7e7479488613628175f9ec38f8c94f66016dfc5433d9a24c904351a36d9b28a2314e24854bb01715b60a5a77ce1b7b5d9bc0290a0694a70cc878c9350d597c924f47b71d606729e7e5eb7b0936bd4724db5c9a5ae4d6618ab4a0091d9510cf231260eaa1f9af461f2d24b0b1f113edb84c932e92dac4f816a2918cc824b4c878e129461db1809f730be2ab337ed052206e35a570c8e860dd0aedd51bf42f8c80957803f37a2349fef553d0292b4d2a898c49a2a2b21fcd60f819be0065b1c4cae723e07be974b79fd41bbfee88e0fadb12480ae64729996b1d4fd8f29bc33eba480365fafd2aa3a153481deaf48dec3f765c0d685063a81e9864f20bcb4c117bf78a7ecdfdbdd9035577616b83fec4f4d0af1231fa39064f4cc1e06cd34503622e3aaea037b6db77c1d1652948b065554de608bf2c097dbcb546be9663267875d4160155f461da5732cae501c34e935e4d181ab6f2e207dcb5e3b759fa7776f6a9e714e05ba9d610da675041fa11b2fe89f6ae497f546cfb9091967814c229749da27d1f547fd6962baf7625ff8378a15b1a7f8082e016b3526c6de153c083dd1f3b5346d057f7834810698db819e966494f5b4fc956718dc54083ec850ca045895abbfd7be038b3d4607ed3b5e0e273165b979058a955fb48d7705d61c43c0cef14cb5002a191cd33bc0868528ee5b25aa769ac66542316a18d24cb4dac2f3e06604186956d15a1d47b7e3dc12ddfdc313086bd45c062044d20bb492f32e05f7bc2756582bdc4d89fb9b79440fafd1d59ec0a36e983f3fecbcd638bfe4b25892c90528e31cc72ee99c1a4d9831eb0da27b65dd9ebe28574a5be2b37572cd83cd84f8de214a5449fc2c622ed5e73312c1ea3a94edb251a755b4c0b888ec354459ece3cbb3b59aea614761433f3d77529c1490a1eea27022238f8f30f7f7ad3ef0314b78c515105b409feeb05755e91bb0013deef4aa5bf52d1fa7aece40ca67d1daaf7e9bf2ecb975acd08bed8295932263549360cfc7c239a63d3e2c53e5f4acf84859fc81473f86baf4faabe209ddcea6ceb3820e9bdfbaf1ed39efe33a9d05e57b5c09e91cbbe280ecaead179694fb269d214efe049faef2d00debf32575af0e05385c33322bd4e28ff8018b5111b4efd9df4e149dbfcff31e867f4b5786e6ffb33d767e3bf143085b1c41cdf3a041a783fc7258fce4a800d0de49392f0cf9f2753eaf4db3802a17b6ba912103c836d600fabb359c15ea3315ec3ac5c5a0bdb41214a632182c2a55bbd1a5617a97e2bb04d4d15978a729c45432949c5acec3b84c3b7005bc3a50565526d190e1dc504384bf1d52../systemd-repart.service../systemd-repart.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.16-150400.8.28.3.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.28.33.0.4-14.6.0-14.0-15.2-1249.16-150400.8.28.34.14.3d.@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.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 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/shsheep52 1682694611  !249.16-150400.8.28.3249.16-150400.8.28.3249.16-150400.8.28.3 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:28799/SUSE_SLE-15-SP4_Update/60515b9eeebdb9f95c07a5af97b649a0-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]=da5b284a979b568d7ae494804dbae49dd39e3413, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=675b4be73a4c86e2054e878cf06db6e11f65627e, 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]=218c0dd2ac8177a251d910a42ca4d289156cd4ce, 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]=d08fffcba111a02011d2ea61327357e8984f34f9, 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]=128ddc04191835749829666589a93c5936d7f9fc, 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]=ad38fd85e4e076759936f0ec0cdf5ef1d85b70ee, 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]=2eb5e405bddcf46336b88a8df171a0d9b01fd74a, 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]=6a0c1175f87151730aa8732e057f5f541c8ea2ec, 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 =p1JulrӠlibfido2libpwquality1libqrencode4utf-88a228ec19f9c10ec570ba5666123b1d42804e0c92a71cca947bc200bc4114db3?p7zXZ !t/Z] crv(vX0:4.Z ;Ct%vޟLׂ& *?/כ#}froز&U?7F}?߯| [V3y6+W8ԟYyw}jTW?jD ɊMj|- ~o.5%~De}X;Ex+F"i+mz]{U32^jNCwwm"{kRwOw'\n|˱i6Q9q0_bR5P8sKt,g; guEI!c ›DlmaBEo~AбL=!Ad!ؽ. mzhs!mmuzh?.}ל?\NhEFo/ PO' O6QrdxaG8dC:<ܕ7D'+Q ?_b,WVW2aŮ^aG~K*zI]=B:e ޜ-.,c-{yJySyq\df7x|[:캼 •h};޼%E>8ZۖpW.g, &,sc.ht`-2C)Gx#-P[j ?8IYZSo7 Ĭjև@X,DxpeCC aMTQ s(>M5-4}vBN|,o"G4(!z4>cķMioX?8 Q C++LV>$# t|#[\[ ,=^A&_!ǐ-"c55;M_EFxx|cGZ ܧp)9SlLt'>>gY;2Zd!1 5 !KUL6ȣ{Í4GQ e6WK’;Nm3f t1YCBVh4\=a':K3ы)TƋ̓i9+Ib)I6f4p2 SLxxD)P9qkocJoZLOA5{*RڵC=պćd4p YZfZ0\?Jy[-ɥ3iHԅ;pSupл)H X@+_W HqFuUl{)e5K"dbH(A/%D΁H'7CGRۏ |2v1ďn9%U eXUH5ibkl&pH|ynd@mBSn3N2NFiڪ>++"C`O$.,CfbRVi/ 2Ga7[5O0?bRez׽9ߊ`vl*dSRN?iZ$ b+|~D U5jLޯOC$q8O)~ H" 'Bvǫ]ޛ𖶪GJ;L'7MB<,/UڠYŠ\J\، f4%+`;Ý( ;'YQ“AK2y_\ߊ0c-W4z`NAV@'~) ch MxKqxYҋ}'(<9|fL_ 03i*^lF)Dd 9ُXIm3sy.z>z,*JXꗚ)iUάxcNO2i;#٭AJ[Ћʹ>#ad̫Vgӑ r2mJC- @{,ʋODi麅{Gc!;XoYyB֑M.Wf/2~VF@AJ?M; s;}]&O*xe+VGZI|e,:?PfŒl\CR*W?i۹i%iC0},lF r>tǸ<%A!9:9jJGnCvHPG}R˽.U!,ֿ98Vm-xy ί&) zX E^Cn-ﵩɖ>ȿ"g',$,GwI4|GHbn?-pӨݎp\|CTA<6 A]Z!u3,e F| v4{AyP NGaX=LW'Ay\dQH  K 2ڇD1r&  Ù J]H{ر+镆fgaԖ{D} `X 3-ԌhZ"p(ߦ81dDBn j6R/Ƨ菋Wi>K4n}8RggAV6 -u@!t!97~]Ħc|+L$| -$CMM˺'[\ETd,Ǣ#* Vڠ7"iTR YP5.f 6?{2#H  9Q/ AG4xab flМ~T0$42%egBqk[4HR>#]!,=IOI2CH,%&!kp}6 N%BrޑcMEvf?oAuL ErOI-i0Wa36%Y2OaSʝ8@C%kPxK,fÍ~ϲQPpS"0ȘReUJ ]R།A^*F(r:c>(_p[2%s6Q7:8PQ"][W&# YRoN!-_1|Ւf[$'rfH֚F&2@ )[CQNO;'3R$Q W@c8>xFg!=efjH6%{/~N5ؓ%q\c=qwܩD᝶S͜QRS  %*s`1. Ta_&TÄ/% RUC|p##ǹBLኴ}b`ۧ;sG}%4lvŬKA/ VՎl4BK/JMmADۅ:1͎u2J0Un&1M̬fe*7zCEh)BwRz֌@g70pQBmܟSYE7> F*`gb! :b\nl^#DI%(>8g^\&af5xYvRoAdt~N3˰۠$4m2L{%XuwruM;JD6ЏԑdA(Ic4 A%Y]]xLQt*R=/S'JU}F\?@CD5G(ZVfTؗY? v72*v춧FE_#be|AMY>a 94f\ &zsqݐFpkG[ ^^C6` @5fg/OyuBK&]q;r6r+ `!i-`hn7fI l5$C;pzbPZFÍA q-sc?,Ik>-4Tңs8\ePuL _$E>i+o90 )5q D*Xz3E׆j'@WC+*o=H[5ytl\F,'yn/؊lYGtrPhR %㿊9ı/w@^RI8y!atFt[GI(.ga8m2ن\ï@GǵꚀ)~ VsДwXH0}fTla^fG{c%sv&ܝd^| m0 N=;A!|nQ4Ar>dy7X˵맒CA^⌶v +{k;'sc|8sT# ?>Grr>Xȳ،g}8+_Y>ANl1ir@zZ9Q̪^͠$q=V A»?k8@lfw,2az`fYRһy0NˍpB>/:tlu%Q|-sNotTBg3Q6.m~R޸\#A0iUlֈi c"AA 2ܫg=R9uAP]L4`lrY, ip$@6G L|y +/#M8 h7s :<߆ۮ9LB(b8M3+}[(SXt*;q3+*nnX nzq^sԏ,c&q|ƌ{}>ᦵ^[W&V;7ڦ=-DդİkAo)3)S/|]~e\=ߤ݊(ٽDŲG"ڍu%X$uKGu:4S.ah#G ŧO~Ow(D]7ABm];:_Dbxʺ 290T8]fO{6$ȗ}@sK J:f2\L6.`;94}yXe!:IXfPu"T5onu.Z[[G9 w-VE*āw+Fk?OweB3Uԓ6Bs t\n0_4il.4]3lJ\Pi&;80bh7Ga o)יpD1aTvL~5 OJ4\a ]GveObfau+/[m DYxp&;VfZ#gEٟcD#+wd:ͺ5 *()nܯ 1 u,e `-ű::CЇ)'K!S98{mif]F P$>CVEӦMNMBAYaD)^W٨]d,"1: ̀q!y8\) +5sSSlG+/{02\k Ju<\x="ţZ@l/q9ohTGa藶?~&TFN%]nGD7۬PgM_,ȻM clOejAQ$}iE8 erF,y:{>Lxyx $_ u'x~wZ=b>ݫݩ?ς/.Z a{!%e"$br"Yuϧ$ y!Բ9-0+tpx0J@zsk+:f@QuX|X 'T慲ƺ 8ӖV> 28˓㡵eJy;7Oe >7ň 8WB . QeU@QANJZѴ`6^7[twGB#ngbd8[Z:/`MV=,d }T}Ix 05Ջc-gPV-N 3@L8CFԣdVFEBg]K|-vB_;K29JBO_E [C&4Ϲ _ΐ+N^ ST% [\ ]4 vNSFQb< )BH)O]> gub+9"~wVZn]R-wE˺#csJ`g^VLVN0 C>vMo{6K I G1_?k<S8Uhk_'ſmD|iMG=>?%+Tmt7ӆELsq+-1pty+2IP ]Qى ]&R muqj" eb' ە|Fs=-ѨϢcrfnQ{jw}l!6Cp7(ѺPzqˆ jvHD?[kLo\^{%nH g <*@ ԓGMU rǾn^Q_ȅuo \f_%U6; hL99h>aiY~Ls*ޖOFJO;k m3۪eRd37' TUj~x-Zj^vGLTm ;#XF޸=ASvbRڶs[/bAl) ۄ` ![y ]SG4ϸAj$Nw!Je=9eCEO"q[Wv~TUnP)9єf@&ӴhF<+~C%>O0)Ja!bM`utz\9ee$Z(,a٣Fc&2 xXUpHsQ\ny|j+{lk}ײds:NŦۭ27ו^v.{c/BdR3YIR12Z5O$WǣفJ+ml$lkvV\MJ!KURk,+pEO1YHXWm4Gr ]Zo(4.'9ZG}Š"L׷F8~#;`~r_ǕOCÃ&4 ,>R?XV%rMyvWW:jwVzJ[ѠC3beuY~2}ĄkW2& ?yCf ޭȟ7,A`'*i5K噴{BKnkQJxsO"K '>u sD ,{ٓɑ! AqAaeٳ;%L2?Hp]r{e0=dʹ}]2zjWEf M^W³WTXCˊ;}}rH05I8)RpϢ&vmK٦m>;8]K UX32 =ʹH䱂; Ã650&$"V6ԍ*(=7zK9-?ŻC.>Y;SY~ .G`"aDuEJc:}c0}b|[9?$ꀞ/s/]X#0@x4;"ג#,> D{Qp2|MBPx NR*T,%Z J%JN@cIAZl/|bP}3.4y%;AIOZ U! oS܍4G#yβ|Iv:3~rv唩=zOY6B+*#$X5/ X,`!(UB=ڧx< lJPnV4g,x$2V$lS:-ޝk*zhRUbG~*N ƣ7i_ z135=k,c᭧9⿂x|2 !+"x#s+:ݔ@1Er>NMc9=|יL%JUID#@Q,oWQ茎[i8PZ>,>EҜ%8yQ= ײ^Wޮ&H%݁޸`?IXL; ]!%24RZ B{9+s7LB*<35P"$Ʋo[Phy}l/1o5dgNaCھՊk`+{N&vD+oS)FJ8)I8 7,Jg)S͋~FИ˔o":gcx†?osDV6ȕ-Ȍtrr`my~!5fu2 /H '-0Ⱥ|4a>'gHi4g>$dG\R :~{8vT|ϖSu{ |90QaD3O/$<Ͼ=hˮ IN xKBgjf}b*# 8L{ ,s5?'*S @҉l, DBR=[PLB$1l ՞~lUzchXvi[dH/kWkU|/}72${_3!=$lDA/%y!­TIЙh.nSڋ ]8[ɼb˲i7&Ek#8 pg{Jv6g?*gȼRg՗t[ Atm |\Oj Oguⴷװ QewN5ꛟµ 폨v>g$|{-tLF.Gǻ Bvb>5njve^2pQ6KL` F]oU/* r}ZJElE ŋIƜ|O_no_t<Ӈ8+͟yRF}lS@d5Iʻ" B}lmvܿ 35tj8wY{C+Q}> @3‚Q-0ܜiWC|Gm!34/{HCSH 8_Jy^7|@P]Q|-/nUݛXpK,, DtxĪ{`1W)'T ^LRU pу](|NKꨁz#x!|o: *?P['7F+|2Rz`Oy^ zȶ(,k!mܦ;{tL& H;|YHݎse1'I? 7o^Rf%R< LLql|U@맑F2♊@In6P4Rݡ{;:e&(wp aW8׍<3rVx["8?%Jq^q(lMJE'*7XWnϏ4֭XT#|JO moK:T/EM N@  t梢+ s 4ȯiF##IA'Yz uʓ9012vRNKMh0=wb;;t(۩~EV=9:MoJydإ*䟦=h˻}}"!Um~fǺ7= c .jqK^ i<|KXg}8/b< AVXoZѿ1`wsزDENV`nRɛ%"iT{EKkF&@380Kv/,6lFjVHDLV7=w "oAuNvVkk1,1*.0:E?W-OkM{̈́Uԗd{x!k.O;qW/'V÷^&*5{fIZU$^G*<Swa4.?"O=s7% ml:tz{Nki$t/$`][& #e 9/jU:E6׍BMTK7][vqcg~X4yհq:qw2rC@BUxbg Cm=ՖƊXF1ɻ^̱5arZv2xU kkN]"1v};U3B H"Lg<(+Hp ;e'ܨ*do.>NSvKa׌sc}DZ|(6ƓK-hN2|KyyZPkWK8BN݅gAZ@C1(=0,|ɛ)(\դc8d|ar4Q:DN hYX}QyxD r>HÈN(=Y`Mu9!ǛJ]:\G1gI)\a4;F"յ(]ʖZN>B[fH 70;bTFBVAN*ʛ^BWy;3=;__В&\%уEb, "S#nm"d|RDF:Z/Bѥy& 3;{e?&w,0I[xuG\j҂^o柣v'N/:F ":Ks^(4 k_2(/ WFd>?}?oM)|xV}8[ SLd RO Je,'@Z[cj?.\/XA,3W Wsm엘,m54#x k >u? ->U0;_se7%s 'U R.Cfm-! Gm֥hI.whjBݘA8zjchqf$AXγd٤>EݤA 2A`$k]Cs臾a=ݭ=@#6(jCȐ]15+dRyy:r0<FNeqoz7ߗ.2J3LxLd>EAk1N@t% ە-кh:zׁ3X恈Py21ztۢ90&8YԢ|1-ybtš`0l;&xj.<ڳ# JBv݅V$s*e LիmQ SS A-xl).+;cR8yoe骾u5X?/Z#d7f;*,) EBnLNSe Z<3Kڽ0bK36!H6ܳ~S10]Ϡ4HL =jr dERLMC p%U(AW ";ׇ~LV. MY5 30Xj M*^Wv#`͠3Ec쾴1yf"x2ڛ9$K (hʥLE#wM^6e|;Xǿ t|xAF~>X2ׁꀒKGS'm^@ Jz=+mh ]PCxOUj3"5\i2Za(> G|y AoD @DR(г1ZOgIe<1t`R +^:7m Y+gnQ?D 4t.IbDj}"<]z?3%ۣ@y+`y]#@ ~{Uˀwl>0Xv5o|.k+)LB\A`pIv"7߉B`[WBvhEO wUtZn;$XWYKlIE;$ ƕ>)wе X Sʢ;~FOWIXD4y蜦ǽY;Hod`L佨v@]Co\0Ur0 E0hܮ߽?q^igp6q5yxnwV/&xadgv-Vp۹j6z` Zs;GQj;Ѣ޵G" ۹%Ω`t2*k 'e0@tO 6R=/MAzu1,޳%ju(F>0ũ28pdzb)`}# gdO&O4G'K*IW8r5\5L* Ax&ÌJGKJ[ ,,7xɐѡ[=HQ%c7?eЖ걑!R^5~}~,P/2pi=Kq/>lhԬ=,` טS$|SqjKк H~( At>^GBͼMU9.=W%S1}^骭{qz^_/ҁex](EleXŐ\v큳 vʂ)m-tCv 9'Y(e2C90yn[:@OXWDٶys&oz{XۅS=}vX Nr)qpw,h3z&1%js+ZHȭN<*¸mS'qJPwT᭵j :Ero=fC",8QY/ yL<WeǷ{ftt k1׽c;lR|M*b{qsYlhCՌ+7bb/ eDj-|sLftңXͩ|ז&7 fT-rRpof;PFCX^{b"!O6`-!VsˇT31ԤGM,O C.f인jl_cLc&oߥsɃE#)ȣٳ4FY`bC]%0:u>YM=Nx3̬nŭqbټ`{8(+$]vZabR!Gwjewޑl%Y΁G2yB_a|zҕAtY&FA""O XQRqIrni ‰>N`djo-?T )~[vqIJj0h &4 B]6A\K]iYk_pA)(ƜBT0gA%H] ɜ&ݙSٖ`TmYW^L[ ǁ eL_ ^>XiJudU13}owdmn8{ G?r<\ KR,rJ xTn X4tm.UoKz206j0]MM:72 GI KE :WħW̔W0#e6\[84"J + ]\1Y1O5pÄaM,0ŏo3<ʟ;90BaZUNߟUzL52|BB%w7UT Q>.=k;+ω~Q)^#q~VgΑ+b qAì <@3 6Y8H#EGd7G[mNJWWMۓ9܈;{KA{&~壃IrNXn2xm>D75]n`tmx 85Ηo$Ϯ=\Ktyn:u 3i$wEr)A=pM)FQ`c%[aՐd5ouCBm& S ȫaiR=r:<B/:6*WVp,O y" 0D⢣*\TQl %ς5qg xOXYdQnQbG+u[LH;o;:o9/doo4оzm ەp'x  f4$܉ҷ>7)soJrSi΀Q;=4*& { 3{z"萿" @~ & $w:xZb@,#' N2=1,eFN99j㐜k6 Ϊ'KMA3'ܪߓY;4Һbf=c#VjTN8iNRl :+TOr]z-ɇ?,ȓ S(=Z9GjEa;PŋA(xLB2{ڝW9,#K<%05 㲫pi~aN+yLFA/*gƇ1,s'\ UBǶB9oG,luـݹ.x50X;`)9ݤf٨qÿ T4MNɏZfC)IQ2`]">o@&ʊg# XĜu\cRoe\ 2zϰkbyϱVVPv0"aVNYhMY?czl;S0Pp[Ofl-:*gY,Rh=6,ޟe9㊡ic#õ~ICѶ_@z<։ɧOGwhszPV9lVsÿ_+SRӁG1WaB:$5[U/dBbA3om|+A0l1?g@Tl{O#O'(0(3S7+Ex?oœ c}o]]åH66:ڈʲ)JǮ?|, q o@55MyIm6l~_.[j6d|T?n(nb[ne) LS6S^1vC#_;DE\я3cB T!lpv!&tFIE]q@|}Y߯[Ei<gN|vT'0<^bAņ՟{Cu.:tJI%mig~[%ǃP$hs} r"UQV 3<.pЉJ)x=CQg4)MU]/'sX>jܯNk|Hg oڽ3`J6R2)->eZ$V`6eQr46\aA] JdeDA1.#&mfy8Dי8HS8OЭ䶌Vi'rM ưbK(ig#X9d}l|Nw@㥱A?9: ZR\٨3rKuZՠ|gCw7-ZE{/[VrQllFSDB6c$ұ@{qGdtnW ּXĈiv1&F<Aw^gr~IC1ZJپL}m1/u&ǽ4Io#5slw[۴*Lڰ|x0Fd]LצAC<+r儎YГ'[WbJ sw3/ *!2~ e'B.".vQ1Z/[ čͥV^ddMQ-wHSp \f?hWsf{hrYb=Mcҋ I}ߎVuMuR%*SͦTs 0q݈I!ւbǏ^lv~>~%=˻,XuۆBa-yTڇ>5gPՅkbBZxc9eIKԑy'6R'>Q!ڲX6xz6I=͟)_>SxDJb%٣A}>j[EƱxLKD тJkmϔ#mdŚKB\f>q>~MpGBttOo#hp*W_ݜ쯪E\CDzD1i^L( a@XLSt4t?+diVY<]]S[rrc~mk!Z5I:V^zT9ω&u .,w#sD՜ uj2U*Vkgir/>JZ Pp"'vi؀~%6  "F$=#oYI4H8LxlE@=hIcCoetʪ*©QP[J;\\4 Kh }_=coyɟ7F@qc+ dM93JP֧B<8e.Nx#*ǓVZs!ټO T]s"ӡ" r7黟ۻaoɭPu;5?BvA@ƆGl5[" gi"=O^3<<+5ò̆qE jV{7db"? 1ȍgS"z aj^X@mQzI(+XIJA;?ZAb[>2,'KT;'YKE4xֺP a()03ۈVl$.RE\wĨ򳓈d{4_6|&U;N Cqr=grzڶ 3Po%Dvy^e%9h`k˺ьF4Y{d4Tžݸ,kIuI,bsqb4NP$YmzFl?@#JYQVJ.i<9rq|kgeaQI5#UE)CwдNsGR6b4rs1vJe:ֈ%|yњ"D~wmq@>#c]q*^:Qkpz"Xvb4+b&p[Bжrw{gwЕ/o==937[m1 [ܮM+&?{ i%qٳ+uK/4TB/,wQNAW.RD[ݝo1yooV⸇(W?wឭTYV4,cK "L}Amٝ7hQM7tׇx>3EpR^E䲘C@O$1F!{S _=W1:J~BC:I;.nve('F6.^8P*r"=ѽ>F6_xcz"4^{ڍpg7KFPՄZ΂'ӭcp${ 6Ksמ_D륏k L"}jE?o$1"vp6{ Q:Dr{ =gkRJ.Y {qw)mƵN $F".EktD1$~; _)9 RY\!LthV~ ʀF36#T6j9 Sfna ӧS%SwC1RIKagH{3 Awq!tT4773{O CH_Β`;ʔW D9ΎNC{@t>LH0j"VH5=ouϾ #UpٿViq|vb~Z^WkH>@2!y(^ ń m!2M 81P.ڧNS\7:% p{!cĕV]/BzIVT,tMm@(TZL6<m& 49~E`gtos96aIh!&>rPkdb8N,p$t6Lj^;ٓj2r oO_cmZW-rTns^ pӳ١{dW뿇~sùWSr2xЫ 8P[hO9ۙ=Y}cH!O0C9śHI$ bFFk0kdMėM%0п֔VWz%/q 'p3ch<<H*xT9I)a;:W<7ƟR1'Q%_ }"ԳN`൏= <ʹs)t3Kz_9?^N huQ=gYpڜkRm!Xo-f:74 vB/aCځףN{2uˋ\-0yXC=e\$0a -rY]o-<u$a@!ڡrA#F.0k r5Q*p8!pqN`*\Դxț%q8Q@!V{ Iq| P⋶kYeE"{/[$PX/Zw>W@GC )*>LmWY[3x _Uq.nɈ𚲬CdY]w|!Ľ,>oNOPau4Ihtig,ϕ/^LU!lAE4Wȵ[4B@ FIӟ#3FPߴ: nRJ)+~nVihw$r|Ru;ǿ]{Buuvѝ.a?} PqAbbHC{6Efvy_|aDKnD|@ó8( Or1 H pu\SZGkI0sYPY2`INiMȧ{nX /g19hӎ X'˚̠s'kN>&GHI'5UUo;ufFM!ʏ%;X]sc (EF)\}4)#sT4usnKLTSء{]8Rw}TMB\Q^Hʠ[7/GR -s9xj, yg~R],7\JsRy?QhRX߳tր] ښ mcp1v$+;Z #sWGݙms3AlġxLVp1p|*OQrqN_ pr++DHuPm؍@GNnd0C c:,83C)|^by긬b =*U.8?T65{E?[oI:@H0(d-oN[?3#0 ipدR?lh%bطl3eF#ۉu cLa&D*%j8\Z{7>rY*i4e!XPn_< C^5&u 7WfeF4LϐL/G([JќD@SdaDTWrD(@t wu&GՋKNNHcnBөpPtǦs$41h#໨b5AVZVM,㖎pf3P J5m@ux1k{NziJ*L(xic|be$d?ܕ5'6`LXAR1ɌARoΗ UF> BR'ܒ^F9B֓/b0 )s]N5x Ej8Z$ ǦiF-eNb͋8۰bjH^.xj4gXRh rw;^eEB)uNvJ)BL</5Q@ ]~Tǿ_ክdᷭ(OISŌa* ݋TT~%!?̭萾7ć'ֆ&""`]7Ǟ V & 3?l7Q`wUy# aJF3EڼDH?hyஅ;jo2]]3KVOAS7rjk-`}9A]?yK൹oCs {oAG%Idf%{%)Y3P~RN3`{!\2/?g*q'`HeјZ(cahI4糧ׅ1yVsS-XiѫxuA~]Rێ_WaPu`!EDFx@EMlP Vr.Q]P@ ow@[>ղ)CsiiVKϼ9Zz`B`J_ ݽ)J7(qsOOtISkDyc1>j/2l\$ϝQߐ@0S8i2;yo_t5"F(w?O|hP.@:r[}P.`<]]K,QϹA*/U}:RTn…0 *1Le#NLgv~L# nb:& .25&c/AA6@A&dk< DK9.M- 8X(۰,Y~,'|4=TbC붏_!* ?jk$YSI| :&.fΏ WCt²]< M+i/х$\F N"eA޶Dם@|x Sa{a?Ʒk K?qN|dWs4xS##Э({r0)ғYYu W0Y Oi's]do]=! ˪K=gJߛu8u1mO /D,= v\:ʼn RnYza7 L=>9SySLlu/B#ZH )Bx-{hI1n"tݔ5pX7A𯅿uMЇzC*TH)#:Lq2+G`N&yϔdZouE=2菾D ;?+=*7oxB6K5Be׹]->14Y>=>5Y5bW<jx\{WU C:jYR.dA^:yP>MG;|BZP?5K77ğӂ]Ypk=\Wh^JIN_&u bX須\pʹ:{J"PFc 4 7'9T4iMh<88)p9!%0to-X>vwT@7#xjYsh=[G#IL-#^]ZE/A=-Ƴ) <%K-PS@bؔMsWU igc;}rg2$3#GA *1J$ll;MYs,蹅) iD5@r:} _*wulZeA4@aegs͊ɋ,UKF@yZ1%*Vfo:=,OIfG`|+Y8&#/F)B k;1P 3- R ON3gXxVq1]uw4ۼDDꦂTm$ N8)uzY|67A3\>@w <$|_VP#_n\<'U4+Aǹsŀ*P2N]bً۬:nI /@D)+7OWҪ:D4`wo$j20I'LFv{brrI:[DURyvjuPKD Qb BF0_T \_Nֺ|VRGQ/bCZ/؀@G+?h$[zXO%j(j9˜҂%MMg<@~2OC:se."ۡ@R4jX\=X*c=*=q<6l l#:J'h; MBrw%MzvAfT%Q.~z9񏸘cՎ rcO&g ('\ek e!sC$/F4ÐޓϘiH<'y8c]}bHU\" L'ǡ1U FgvxIW];\V/zےߩי2\&1=e'#&ک,ж` 2(n/'14/nr />*9W;wGl(M5 ZmM\ Q}t|m^_AdGB;Lt{Αஔɟh:YhHxŴ#u<1ﲠ*|n!dE-Ap%(aj\[ f+LW½cW9nc2 Љ ҙjG-W5JdI@) X,/n7)<- A¾8AS+X"u7y)8ກIt:PB]p_~p~{t+$coB_GQ! tL[Äw,A" k֜[\Jկ9M=a{1xxp!.K]butQ_v%E(藵0uo}YrՐ#l_TFvI[/>j]sn~3P Z n)7EY <1cL͗M=ޙy'ۿ*U=yZ7 iIQsN~Љv|Fȕ_5Mba"XQ(\DI%\t I{sFC ƁHasL\ni{ѨrP'!7Dƴf| tZ(*eM2MK\jr=j.eA SnIF㩘d[%K #[y #Ta'7?]6> `-#<<~p }ĉu Oc[°#c"-.kHY׀*OW\;߭+Owy\R(Sr߸ NmDCb8b0cDxq_]UY.8>Sd3}̫js EvBaR`o5 /mhטCMA\-'bIEAgq5:,muۺ2O?ND -Gm"l^"*f9k}o:7H"ܩ5MEއJhvf0R x㫹 4 t'\N4*S.m$H2R"[e&K dpr ʨ\C-ܔ}*wG2b=1VTx?{&Z+B Dl2;zU 46L7@S:TSeØa'L ōDYaL{u-$D vU;Rr0)V\7]+W_.D>& # qJ{Ą^ XQ:4iw6t T|]ʕB{OsfE@Z~}`Hl4{yhlKH;;t'L*q%mۮBgԗlL> s1hG?rZkDE;FUQ?Ki^bf[:e]Og ty kJ5T&YlnSkͦ'V~!L0q;8BJ>vR=& OU\XŶY>}cMb.vYDm=]Υ"2wXИv(F ]Qǖ=<_ksܽq<(Үf=XdWN.L`oN ;R܍Eȥ7i{v-mYy=E) :lo89yOʍ솜S2˖H8ToTaei΍Wߒx-a v>TS/S3` %۩3EJE~~=$p67Nx%˸Y\iz B ٵtD{b5~ſ9;pj1OPO7ʕGONKG}t$6 Zlu,yY7 &LV ~D)E w>qBBz0N\nhrD5߲1@vWޑ"6L'19S) Dq46|"%71('x`꙽dM9/@~Ğd Jι.ќ&[EUȤjzqWHy*NśڤCK8*XC[u1އc,"O{VMv'3r 7y<R4|6A;;ᝣvFDFGy% e4/DBeLHd {&w"梇dՇGEݶhK"*VMD&'xVaD#FGCзm:Q'_|tϩ)Dа0/W!@호kgxYwQh$vaێ $ssLFvFldrPCG1KhTo+8H* Onk#аU:u$Ԯ-_`Zʎ~qXfss1z*a HmI,|&8A4B2-q ;"7s>hkC4/h낺Ib>%HƢlnH?qb:]}y՚ ]w`7 ˑ!ZU8m&ډs7lf#;ZS"XڭƟ̏S"UFw&Ӟi( o|-&7;9bѫ`rOZ1Z&/*|g3)*ޙ*tLLN܏ځVV\@aIMnP{{]K&;Hu)5aiˡDwbFM9>sg .}^M )nˮ$7c ;y̵]_Ȥ5R>uy-gYZ3BIT2N#U#dN;s! tGuY(-Sv@pբ![{'T"* x_A<Ws7&]۾,/1!h(^s4E{Ξ^D' )%"RZt}ݵPw(rPdSaa};V??s鼈T@r5S12q!y_g_DI4O:!wL|9H5}QJ>:%RIC`bDJwv4,J͏ I _֗DL_q9ZA6SF /noRRLrl0$tT^Dd>-e§hc10aS&Vx4݋QD0нNDBp|K?vx#SI1*B4 /0 m[3=h3 J[r z͑9Q" īFW,S|CG]T&.Nl&<1Atf{#O+_I n,xcVO8YR{e Gl(ʎÃwb(/ l4͸yYZ6q%/k.x@'4w7t h ߖhJ>Fмx7U2pPvBڴSa{[+`8B[YO`hsvvCrJjAꝀtZ>MS}}/vؒ)iaie$(c&I"ɍZ2B_9wzP.Ə]]4)Sc=F|. ƼǗv=Dw^Vd*[&bxXNp`5u'Lr-xbP-8Ҍ5G#V;W#ԟť"5:0o⠆)*fn|AJUyG~+!!}*g4RͲ2Co#iI}j1V q=,#t0F}GBz3*M) G<7]&&xպ KXe0շbL3A_INAQb܁b-A:J,/:>Щ,R$ѱkD2Hz_$̗]zن QB'GEDU^vuT^KQpAHV.JK3{Rcvre _?E w(BQX#,<mN?d5 Uyz-QSE 4i =%yЧޑO-'>BxYZѓtuYesd| B+9`㷳Ev-ьi%B#v$Зq&-_[7[+bm?ku6QE#S5x ɐ ㆋj7uPո'hj(9t+yKQ< wXC8 B[r[V vЕG^R&v X LؽLtf 2MWH7'JtPDafspc9Ejz׻ i׀KP,M<݈_ bX5 s`}9?AM&:WX b%)CkvK$ň2'H yg9\ܖs2ͦLbiԸ'^DƇCW|hkd25!%mܺ p2 כcCx9V!qTY y= VYѿeu@Kq"_8HzYEnm /5uO# \=A>(_m@*ӍnR{7#H`A8 Ef2#j)*'nBhs~ 9> +kz<%ÆH Tckbh}#&ٟxD^l-ZgjZ7cD(Y-=$e\ J@1kt~G2ÂIT<-8= 89wFRjP5 &sVZ¾%pQ9Tebl]LxT1h5fHT co%1$meÈ3zn$ |؅;CWlS|@аⲢgIfC:q#LsP5o?;6~riH3iEN=BߺEN&lC++cXI͹fIluYf)"Q&8BF "7@-,>v8l%z E>τ>kUDg+#ŃR|L1i?E¥C3H$ sƯy~Z{7a[-o&ߔ ^t]I $#9ˤSn2Hߚڭ,ۇ &U GN)E#]p̃)M''m:_nQDdk v&9 -(,ỷDm{[Hpƞ\Z4߈hiNJ=;~m&XC[n*d01@6B%̦P>눽B:yjCZ\5MFp/)ˑҗNeLc|Y[`ajsŹ.eŻ$<oj"uK?*.oF qHk4\hRWqq4UfZna_5h0$EZSӳ6jAqt5Тo@un-1V lJh;7V9esyxd.4t8 ۹z\Il8*O"Mj3fTV2$G4 B$#6C}ѕnWTéRޥ l ~ 6>/E|Mǔ,&Ԟt {\)!js 1S' \p݋y1Mm̉qq|M7'3xkVE$% Wjq:d a.\dWY|TPR(9V]wd_Q+9lٱPѳD3B,S KbO[(IM,}O;&&BCäϳuMc9qr2ה&tϥjUJ3Pf=6̢ҕY$-kDELzϱ7ܝe5S6lɃKHDo>QRlb7dR\)h ` 9S2]fvw99 mʈpF8gfثcD`2B3Hڬoxzȴ<U]^n0!_ )U'r;]u'.Ibzcq aЩW&\oxʋJz=o DD֕acq,-3#TzG%*@96M(sT d# =j/+1>@&gPkմ?؄*NIj1[pҍµ#aGx'7,:q ױ/ 5moG~]FIbiBPkrN,ێi_?%wobxN JR;7FҬi lg`H%<_m~$mrc3V *'VWQۄ,/)UǫQ{"IPOŦABL4qv4u aŇ v>LB P'|H(z3bF?)EIuݗ C;<:PM.4hWpͺqpߥEQZaK+% j\Ӣpeేasd?VI[JT 8x "IۄJXQZ͹D0dHb9yqB& PwxfP2qJK Ezd/@PjY|*+s07B&f%O07Vpsi4M~<)Z7$Z%Zv' j5?BXO]cr;iFŲH>C[2)@ ͗[:]1 }ׄ {X'On=& ڤP;@#pg{4ϧMJߑ1]kn;|;`gyBxeCWN ،k9 B@&<ߧy:xH/xL6)jvMF}HIA8"NԷXqoBPuӮd5PУ`ӑ=" '-keP=ZIЭ Q "Q,֟|kFgv}I>:Ad_T?d]؛F9 aRYn>;ԳTefi'~ƨfbd;tXÞ L!FL(A^> EPI8IpSV4fU 0QQAt7 h)%H5y>?;ptfyt"+wZCTZ*˝/rgy Ml?O,!Ix7E4Z9"\s'Bl aܗw=Iwvp~xr,3vdRIu>CO96?o&2rM8NSNhx5[q{cB~*GH~’j p-4P[}f`H8}OVh{ǟ& _f ,.3.6H` c]m8qYm3I'X6h%] vI7TqsB{"L|P@. Qs'GyQ2~jB9oxSvb 7#Lぜnl&KS2qd~zyi MaΞMWzD[o7˵HJS z)brUKNxrYuP爄&f^_({GgtΙ}"؁2WUYiҴ#eپS-25P_١cEMsJ)5Dp{8r& G~e 6xPkk_r?Lx΁%9btQ}op/1 R*v*1b'DOrOZMr2&T<쐈ĻV@uvƮiX:P+dFJ KIh:Umk6,xnTN&:A| Qm|F 2 C?r Chfq;c:gxs(Ls?)*ՔuzF%ZE$nٝqUq>0r # +3q7'P<r2Vn>?mW7$3(Z4͝hJgr_ mw!fBD}?ѷ[P62rM|f؂Lnc3ӶԜ  q1mkemyၹ ~Zmq-K/3Ld[/*&5^|Šߑh҆{"RBAuh$۱3wjR?g2?V=xm} hQ=9ԳZj;EnTvzuHk 55/s4^F3O4=&B~[2C^9ΰ,ʝj7WX{vEn@?ӿ\_3H^.><꩕Q>:+GJ8>L1U(*0ϛӶiݖ6p݀ ީ1Ab+O@RvFrsPߣ `8 %zC覨Nx#"\*(kRy!n L2|]-H# Zi,χ cC0컣=, -ڪ|Bɠ8 fs79&/GU+֌ꨒ&Κ4` ųtx4W^`q:yL |c4p{P>ke!W$M6PB.tx>K^[4o}G`1)`Xmxن悺I 9#Wneq!B@7})N^M`l x&g1p Jc?wsEsz7&P<5`)^"ȴBfGp=! &>aE$BÉ:$Yn)O-+9߉W?)QeZ#~HlOU/)/OWߚ $b~P\Zӄ/8G}%3]s U(b1\!^ ; 'c4bBiwxV*8&:%">&P^`xutK1M 82M24^I(I4`Wn#K w!vR*I?M7 !C}*~-n#˼yrgdaB3RQ>Ȧͅߐeɓ6 o2xׂxЇ=5/ߵn5/ jl9S=d*:źM=[JIc2N)t_D=[`7/>ҸKG( ./EzOb5Dy\) J/"wziQ+;YXR2e*h?X>.bRI |rFa4S4Z% 4u  0#179}\ )ΟƄ߁nBHIϩ{Ă@ozC2o2.~ Ű GD0B(0l\AiYW23O&a\lݿ%eTOe0@D>J;H%A!̓8_+/30,ɻNs}q*9>I񏥂0eMm3EV'6D䴯FJfw$"t? Yd$̟q)\O9PĞ .`"9>>5^1}e$xj -ŁvN xƇw[j*(APQI ($%|VquUKq>sq۞#F/San=.7=wPxx:̿Y2%>dk*Ҙһ,IJ%$gr`sUK^Lkv:=C0A_ᘍkwYWm FtRh"a QbTǩ= r`ӋD 19< ejC[/0.G8¸Q+h| 掴!aD_N+<vd> DdZOjd=|܋8סQ{1c!DZn|n܊҈<tEŐШ?E2A36."j[=%$O5!*WY= ?u{ܜo~4T? ;h_ɘMm5 DTt E$ SKFCV%:G3H  ]ofB7N-!櫰څ\rYYa t2'DvMeiH@$KnMcᕕg|ޢu$I9~sUT )T1Ei΂Jg 4o5YOĆ_C^!;H(m!qg "wOA-b2`#U^gB]#D}Ib(n;|eK},A);snۋKA<q֜j} U>r7Eǣ>yb)LFRS*Km'@bG=)KELGʖY+)o[0(\'r] T|&mdOGתWTbcs$p_ 84({Aܑg/3DX  )&ztz8M&4x'g{= R8rw+tQGh`RD/o4`10SW⬁h~ DѠ |HͲH#XxrN&%$RO"΢J?%t^$c>z#nQڏ '`NN2p}>q3krhW'*:Y&+piVay?I) TFpGCC$c6p+`5by]W^G?fFb #'*2Qs~UϻlPw_iڈdE\(7VL54Z|6SGIi䅼 N +NX"$l"+Ry <- El =I :ﺏm͟z= 5t'V+ͩU$\sfӷɵDFkҵdHPU"FXg<:?OOjqU{P8 R!ւTؒg-(ZWJ *C5abBd`-ޞT]֧Gee7agV 10)F 2r|<Z=]NDcIJ'#E?WR鹪VSCѕ*TLaܗ7[?ޓ2@wrk0.5RK˙[wP 32P2_y>_j@8N}l[ZPe ׼R.^(l\\n |+zxvghxy9Ӹ k9ysHMyDQ%?ͲRz:B^GEEVnoDf4BCXh9Qf]>eFF6N$mlgA0텬@+(a`n6 t+5LӄFs{k.) _\؅uLEnb#ie/{ЗHhi@}=`~c&o'i*>~faV^1bS' ~T0Hb%.Sv"d]+r sXZB61"D|$)A wgQŇBJd2ɦ-x Φ)iYjP'8yyAr|}bN-l ]I]=5ehgO قpj~7iςcD:>9L׳@Kq>4Fksw}Ē/W2g7 a`}rT"Td??85⌕/-tߋKPR7`~&z$JWL@gKd9;ؗ )`ܔ(I-bQD!DAl`^yNET1# qBhK:uljaEcL<{^(On(, ͓}M$k 6/yw+, |nAijyij>{T@C~8r lj^i5y iI.zʁֻ$ŮY. kֆ#EWzB7ME39g!Ϯal"# x6 &ҖJɁDקּ+VsRk8!:fxm0q\ >BscE8 ,KSueGUׅL춤8$`R*sA\$B @V#|'lLq6E$0bGFfSL>F~>UR]eNw i:d¥f |o-r^Fq'<<}kƵD7uz^bJDm3?pr( ]?v&\A 3 ^hLp 4jQFt`BϮ^@*za(P!]Mg>sQ$|ΊM4dAIBс~vL$yU_9Jzt1 RA$~ |γ!īU|t ?ƺ1T|Af1])!mu!af)wp .C3)Hd +? >ݫCP7ґ}J*(Oq[@^L9H 7RIT򔰱m@c3;4H>NUMem Ro9tȤߟ \_Vz$3%9SqȂhSiEm"s5r9f_|՝ D2(MSH;g{a)>eVOΓܡ!2f$]R jb -"omsa!/- VLtD!e_m|* 29=||M,3@-'&- 80{䜓mqڽ w80Ja!@q.@ݓg+\ɉLA7j&Ä'i]t=JnS] B̯yt{Q^ڧ ֚0eXA!-iE?j쬱/ UiYwz݁ etTɦ+Wo&J{۪CoEvkv o H9:A}*G#2t&9=dCE2SB*W]4S%lݪ9N-5G73&ÐޏȆ&n=~eL>.*a J`l=c%7Ϣ͛]'RqĪvfJr`+hA+I@ٳĜ0Y&CL9o PɈm+/-\[=$V7h0Xln&"^\Nt420fyS=+9yi-'}2Cw!2bZWIo.&""g#D{؎c@ZEx ;G:PQ(MS xmGՀʓgl9lB8KMm0ܣс%9Aȉ[1f=:sGeSedvWּܸjr*HDckQ[ 콥g1ll2ґp)kU+ M"U[q-Ӂl\[@4K;xŐtL\CYϤ0m3jJ%wb?ޙ4xQ_e%(bZmc =w&թ:%m<8#a#:z}mvaCG}F{\P߬6Ѕ﷎64[P2!3[k"{K.I 8S1'(H`^ [dS/ ܋@e^%)tF26JVTM; xW~z_! .=' \張,Nx[woO #R)l?_+9Ut.@>mi?wH-3ȓ2i#P֣ZĎ7&Zt"<XuM4o 9Q7,-6m(A0bZ"Spq1M? #oy/o"2_)qҔyry~dixTQt <2 weͺXi2(_MX;; DvCZ?\*(8k4BR㔄g=ׄ,zQtB!|2j"%;sOss1v?K r*$|u5Z \G0u:"(>/^$Գj#zVcR~K nC{["n:SyŜ;0 zUvR&y![ɝ b$z .xȡ6qMKfX}$^^:]L3ؙp͍k*ԙ1FzE=[_}D;)9N e7gV$(GnjEL;J#Rt[\3uYRb]O% # {`ԗ`k݅SO܄e @f{A@je?\{nqO}_.L8[BnMXrXE߮|5:j 8DE"UrayVu,ғރX{7_6I|Y/(V`l ? 2P.Kzv}͌U K "\P_g;f{*|/eBG'[< sshwqzP1_`D֑ӸE>ũa|pFe"g$XHYK ?DyZEƦ T#|z7xH0I"4/H|0~ u)z";/ 2T$HN$UC5[%՜]-r)E.wuiqꊔTpAX/ӓOOZ k?H\uP]fa@8Z)],D) 75E`ntApVN!QVfc{6؄ &F` ';ߓJ9cr)g9>3W!×KP%@/0Rvb':r)nNX7i.$B@8R}Eo} 6d k1_@3_Q}ŃӵtlPwb+XU"6 ;˅gO.,TE[/?28AN[橈"⌽~*J_ ;򁐰?Ar\wiuj7t_p[D*KnTj]xX4Y@ )}OXh[ro`UDFrr^GGs~ثY=ي3/ly w֡uQ O?]{*8ϭP<,ʱ3g) ް'&*ZHO]M}쯮9[KWW L]v\̅[Ilj(VQQ]H}AHWvìA@ϐ(@ ~E0$$𙉆=rʽ6 l-j :k`ˈ3:W^Ey&~U>Mhih rYU2j:)mƁ`l6'C䒕4 EO~3(y(`(HRhR9\";#n7#-&=p^kx_d 04]ʽm'&KƫA t:޸s[Ӹ˖ 'yyI7|*jHvۇx7m{;ؤtMwA(*]8R) xY(!^32aʼnXet+}ĐQ.͋HmF d+k W|~ġ|<ԲrseP2|'%_%_d -,T :2{luڍ#fUy5ۺ0βBαEj^濩)e@ ~T&XN빾Ha1;|Xq^~#'Q,+uL^OV&eFu(G h@s# 2s$-Ux.޴Z;sW]BT.?%|j|Vδ6uv,n(h\ ID~9=Gk?hk;L2[ $:T} et%wS2YyTf(hXK/*ݨ5(f=(#bM`J\u/abŮs }ߙ ([-_9=Y!:hՄ Ǘanת-c/PO>TkBt|D e#=j1N$!"&U~țMWYVT;|3ce cS#e~tbަm|ڴJ+EC㎰31/"Wq@{׸gP_z'x"8mt_AIkYk ^HR3$\E+UBN/trZ)Λ8*Ρ؁&T4N^eCo87p>Ai[ ϖt2}W<`zCa]%_+SaEnS:|FLގи,OˍaK5G*Cs6),>4qZa}1Yο#6V |cñ̝G(OzЉ XK£#:O:Q743R5N`hS0XάߖQ힫쵤~OBA8$$2]ni/9bY6nm?F|E͎ S" 0^וX(KN*KE2*j}F ڵ_+_ŅoB؉ˡJIAY\(>oP=\p_(\G`vJhM=uJᣚRcZmU$.WUy>:45Ѡ̨:BCԶ'it9k)nU/J~ߊk&kNޠzh@!ÔVk˴ʆ'a>2~,ys6Đ)3roqE ABZ*C<^]{i_-h IvSupNM 'iDU[zsw-n!,&;>1뜟e2.[~23*PbU;"Lf-ua]+KCFv϶Z]WsSBwS;DQz TN>}v1|9^tpPkO[h}]CV}<,Ǫ͠s y܍(ɧB0)):=' ~G>ò:IwmoMyъQJ^꯸?l-KtKIi$֢lIM Dю X'GcKrX2m ٴ7iVߊY;&`c l8@hr/|x(;5׫`gKWf !VmIY *jt;Ob+X_}d`ĉS8 6aW"q0˰LwTzBW}PmR4Îqrrɇ!_9u1`\DOBsO;ft{4R]n2txOn=X;'@!;,h uQA +͞ <6Tŗ(@I;!j﷧KߚxH/ىBnvEPL+G͒6"%K*oTG{rqN\.Jwe:m ^.JK)q'.1Y"zima}bШ\=* :LMP"_)|iQb'YJx3;9h!;?=نۅ5Rt50c2GfI TM wl/Z *S}N 2#jy3Q~"k-kI_b=…*m;MŸBd˾12%5AV$ҼEQa7ݤ`gMcêzuΚvsjQozw r(tM˝7]Ӛ9upigW Wb$,IS&1`ǡdQf4ơG,aF{M0T^"oF0$xAyS6R je@IW ܧ}4%yZ MZUZ~?QN#(0(/u.$Z՘Y*ʬyAF &kX۳(]J2Zs)n_r٫@IGD:ao4R3'2.ئ*O GT@׆2bi@۲k3 KoM_uk׳~uQ %T '3瞇K- QNփ,rެhNFYoX;&hmI)w݇O:GzK7(Ш N4 IhEwi$*[n^ur`o=0}i\F /јaϊ<>G H\<нƢ% Ґ!PqɄ _=NF/0'&Ux2ej XΩo ?(C2 g7ꝁU3'^8Xp1 l˘ŎHLqe>iTE¶h q߼UPu[WdG&L)ӻ7Qa'`a.`Dh9o!@`nUC4.m~ߌSe8Dʮ{P i[r|g19C'p%˓,)66mz."dmT,u^'aرyoZo琶8iĭ+o2 Qw NK,sDdinpɖt}6yB`w%<nht֋H\❜n%fEmP bܪIѺp]]p%bW,Y@~וt ` no|?yckCɽScFҌyʯL8|6!EH[Ū5bKY{>_!/s sOC!\aUBH\-gR$pƆMVPy4O.)P[8m勌]jTDr-C*7."zEF&|$RZ%*3Iwpw I0!>]uӖ=(a+)#'\)+JvU?{_fw}X$ќS-˙G5Fy'MinP"}̔4.dLSJ/j-E"z͢|J"盇QG`?RKE2rvBy˽#K\ZΚOwLJ:<6C`$}az.;ڙ`xIi,fi!WHGgin݊ UAe5o#{Xpt²[n",(d6{\垾jzQg޾3SAm#I2^?lv.h3-S0-g)}@}{tNdF@6fL.P0aӶ{L5mxGMĐVX <DW(<]zB_Tzyok'j qoHZ2\(9Up'2řĿ'hͶW*1[AP^]Cq#9rO 5dk ת ^DUs&sVVaclm#K K{e{7]P G(WP]]؀4 ._;'2^(@?Ƕ%V0 Gy.%v11" U{ h-+Poed#s⋸$1w {*QTnoV)3脛ov/'tD5n8i8ۀg)KV^,z^L`zPDG6>Jdž$,ѾP?!+fX*`Iu sޱQ6X*&QR4OlC2`[c%.z~zv&j}ο9:݄pnMcKRG0HO:cRqF$aX eޝIvҟK4k'id1}Ѹ 5>mh0jxڱYVxËzd8Ck DwTdh/#PpZd OzdtK S wTPa|N eӰ7 A,abJ7XmXYH9M%kuh^Ӥʿ5B\]RM@r%)lZ eTժMz{2 ("Ǩ˯) 9y}+ס1Bc N+v*6jjjECyc6 UP6o/3ҌgpM` [+BAvHאSfxg{BfWhyU/7nZ^/_wB]Y%W?=!>jK8$'"s1k-ʗPn@bIѶf"  5|ĮN#I[ (o9Rh*g6]oq;&]y0O&'{!kGع#^_M bV?r~o*i IC |i,uDK`p|]r3JqaQ+ϟnߔ.ĉq Oz6p&uS!dD.T40U|P5n{*Tc T?%ghg D /SaJݩ+BUsB;.Xf7jtZH|;vRlA*Q7O^ΟKK\1I4(NMN>F}Ml+PPw+2b=hE_6ن`67M)A_'$IL1"ClT}/?WW:ŋgc]vUh1KU:S76ہvC:S(؈ibFN9J@`z.8=d[?DMBP@}<'q{%:̷XUWH hǡ'㚒_pQlVzUeb[bQӉ|ysoрSƙ I%]%{9 cXD3SضkPDAkY@4!3y~zɜ;tBӐϑdPFtגr+M ĬV0z*0L-G&ral0!ۈ -U@/G}bTߦqVvLOܧTϦgM=0VS5d,r? Q]6b{^KSsI˧N <+81R$'<4_t:=pN4TW:D)dJ5'HYrg^? ~aE^ e'H#~}4PfkٌÞdz~Dܳ-#pj@ζz@̓CŽq^p!􊋮C_C[- {YӃQ[l\ikJ/cnSiYG"0~`mJy ֐pKT}"]0$hν7z(c%Nf{͍*5Ժ7Je;9RaX81RPQFҬ"˶, l\5VDo:>Ull"/$(|(UVبD᳛\9CwN*Uh]P2/͸%+ JJO9g'+!O "]lq9 g?ֶRr4d=OTg3jKŠ,? <6C/b;.S ƒrkF^TjU m Rぃ3G´hI mOe&L`&l9EZ+vgSkh-W^c{%ZuhG-]GddrUnzEwyqr`P5,tB!(҂7LWdKpdc+SǓW;mc{uӮLh>_fC ϳZNF,0{z[ 5,D1ߗᠵobjQ*`.Z95/ ZN#A|ӥ.ؽҵ“W:Sj?]=p8wHZT{"iK†+ɹq>H$"#G&|%[HQaP-2/SE,5I[!hA.\!lr:qXu)7$kNw16嘛 9@.؞KZT"٨K{:?C蝺X8jE:'5lœf<$s&[۹x yԿH 8[C^Tv턘R6EO*fī]YBB~"EՔ<ur~M7Hyz+DWVyZ~h1!VuX]-rԅEg1I8krWk y4teT%T[Z_\ +C69R`f/^8 =+f>VU^U`!~Y䉫"r O(0<i}ƥ#ظ7>ž#ٖ'V4݉ˋY0k@LE Z˨+l%,qDg`Й;_oŸb4]JG=}zq7WIU+FkFA^e\{]3ʟR6x,>~ e IbŘOPCB-?)EOm/v1uv|$k[~>8\+9KH#|/&Rz|]}V嬹Xt+gǚ"?Q":p;f 6a\3Bs" 8J9/y /t={tpdL4o\umH-\8LOwN39wn-8w]<Uxo Jԡp0WVAHSdM$Veڭs:\a~7{˜u6<PoVpY2 L8)SeP-9^Cbsʅ#}`*p Z̪xknOKj& rl)V:'=pEp_[d()o5eo! o Ž<QXϞ #lbNݼmB7/8o_UU-f0BB@~BG<~Xr!SQ?%IrqܦG6EOB]۽I8: w>ӑ'󯻶9ěByl & t} 0yުJ.sMtfDm@͂95MOSV4~=!czU9\xB`W)Ƃkugɥjc t1yQצXkDz1dT5 $݀cMvbSo8{ukk[qh;)^f@8{Ɋ""cDӾ}59ƶEÍ^ыS /[/lgQʿg_L |1g/ŧk 3L H nizk1da&Rt]rk|mM zŋ+0Qm  DkΪ17273;uXՎb#Wa>u%a¨~7 l!!qf@}a8uǚwPzt * |0ekOTF#bu}om`yV>LދBbOh0Yݶ.2Z1#7fDb`)ţG.򦕸 娣,ErSY)ow}rXmuKd V)O0bpV<Xc9GoT:<- Ts4;A~ƣw<,iйmعuG@b gؾ}![X㴖,:2PW= :({.? /wjuUEP :cc@pT,xߐ;>.sýcq4{'f7@{VbJw_:r+QBGp1OƵ:Tt/~mY H}c҅_[*k:;((2=&tR>(M[5lohG[.KRRrM|<hu4M&̻Ӧi| -^'cɖSϢ;K>fL!j÷F((i$|uɊvGh)to^@kQۚ +$vM.#0@-Wo]2)A䱀*:M48{ e FF&!H&D6P)sh)ryIYdE$ 0ˊۆ1j4=5Kow6E=ΕJO~Q-4mzP m=yy6};0E깾dE Mӛ4JtvlNO>VzphXK#hٛze݉NfpF6_>xɱ [Dq_EXaqŲ]XNo6u80/[ߋB;t+cxa=㑀Xs=WG 7SW4G܄t&ظs?ɭAvBj ޽qjI*ƪzXYmRs8Xu|7O lgt@]qU%]7cŪ?"k3O˛Rœ"#&zt\&_EM*ԕmN 8D3o,zpuOg߂7^WIVV<ϋӃ 4<.wޕPrLV@AG' RpC`5}Tuߺ@ZNJa&,REi:GpjMJ[g(_g~ȇgX,[JTSv<_.p"s[(@ijAQH>TCü!uR-1 hRW6ϙP7̾jUmDCbaW~-+ :\5^_<ȋ%!Η`5z6ɂ]UoEiI%Xpj-|BP1|pD12^aD ^:ixDi(ҋ){>IO*ڸ"z&rS/=F\֙;~|gbq, o(AVLqV$; &>rLrt۲Q3\GSbA #<]'dӞ`ޥ 0D^n$C~1֯T A~6>Hw Q2J ,N ux>aX@7m\E+4. )L_B\Ų%,nƉU5ElR -HPӥPF@߲7h2ݙ¤JkE݌<w6@zS`tE釉0j.!nO8Yw!-h2"Udx=@G” n| JNIGKμ}iG5=Ƙy. o_}Wt?DYWuEԭZL<ͨdA7^oH\uwCf rmdt6?jiZ|\Siec}Xů"IX ۟, Œ>dU!mg!bf•ҳ~Ť+A-GDAvh%Uб=rni G v FO8v|52L]\Ls,2"Qfw_ۑ݀8}gn.Ee+u4P],Yo9#ze"*=.yɧgVZFGPFd J;n#Qo#3uA&0)zn#/eaU8Ȩ}usi4o0j(S=IЄ!t(MI3՗\$ލ ɟ. <秩yMoLo> cn!tȎs im.lCӒG4'*øtE%&mzF@ɲ `u.2kT:.!^lg`FWa1G#e9[re ! .u9o;}[P~Fw$^<_d(gsg*uENn{m$NYlS~&N;R I;b2Y𦀹2W%u 476$~kUG7x3>q4 b#4QBxO 0)צ73ʕNJq4CX\LcM2DD5޶[ԟ;u"a[骽d.z_2D%ΫBGLQތmokh#^rtO din4譧3,-#Q,3l}qy)WH ݔ9|]隻e3NޙI<KWdH aN?zKY{0Z@aB~ йWJr U)Ϩ .Q6*.~Zj!'Ӏl NV-z{B!iؽįrL<*J͢yX'3bC(u$9+D5y' >-c?H 2 B_NR=n ]j;V XL#,M#)g?pq,_ӵ Dcg4`nncMI ۝QP[G\ݢ;t^d߇~` H6r#ank0Y _$w:ER a,y]ˠ,: 5Dz\"yL54}M촧c6OymFbW`ğX_`L{-B+x񉁣I=|rUJqv6Τba = !c,oFŎZ=gItK3GR^?ҡH3Tmg'&l'mgA%M{ir H`*KQ< m\[leZ_ JWKC@kL8_0dJGnal#@_f"* }{T.5}7 2P@D+7!ڙ+|,;c 2H ˘V;?bo`;4ޫo.oBВؠxؤ#R{<6l"5{(oZXNy~IL3Bvbp|&Ezw9~bIЁ yVW̫t` YԉP Kݙ*Yb` gxCը3R <!^[A^#% P^Gt^< &ț q؜a -)oݑr '{a|΋^YHIi0P3/^*qUku/ ]C Yj/|ROZ6~hM ,0y?)_ުهaՈȠxƣN <|b7(+~HN,UfΖ6gNmrUE_C$U!Ti^!`{Fnڥ%h 7EK1º 11y> hՔj,U~1ro1QBZ7Dq noy1TfXGi@s:[dVmR5❓n Pj,)9@r`Z/6sM""'w= B ow@ _->bZo!R0Aq 8I:eeɨ<;j,hDcWڿYKHY!ACVn³iAM`ZҎ_a*7:&.SJY)6<|H&|m> Y%9rJ.oa O]}x$w/c}o ;PsNK|6%tW7<\F ::VD{T4 G4>[TAn^[Bmڊ>&|l :DoØE\CmU\DK&:r o_a惁\JW4͡0;KĪ7>XI󞸻q`:-Ȝcõk6\;V\ y$%?H S"A!!oǚFJG!ȀT\M4()pR $c$nlB0N Y> )KKMH2Zʆz?@Nֿ5rxU[Xj5;`Qdu тp H'n<һٹ1u_2ֲM@[HON Hسd'SeY\?Vcgr{ewQ_#(- MֶZ½5DBrJl Oَlz5  QlU7@e[u3m[w,O!=%V̆-okꑧL.Tۿ^z =\‘.J| }c(Brf8!Пsؾ񫳺j[ ,v5ѳO]_+ȏdHd^RY3ÑwA4A7?-￘fR({fMzZ X1zv֬+u?Jdž4"ȕH|'O+c4BΣ&0W3 $<be0zɉ,e*6o]$ "Фfڦ1]-G5E.@z! c-`'WZo9DPAC1V]Kqsqxc# iqB273\W/XLN+?~0 P]W̽UܙQfỠOiƌ>|.[gݖ"1ˉrH*GN y-70RUFx>]Aָ$]t3rf*/ZfRYO}Ҙ*Js,ٶF~Hټ \,I:N\^.k+sB3&[d 8#M 0Xw5$c.yE?#҇6!N7-h!϶(f >`%𸭑XAVF87jXSӳ1 >'nCjتD3fhՄS8zAak=5kZ덝mW]?%v!*4V -,!FTkA*"oZ:Ɇ z/M 'mY  ZdCw NWg)S`;`x(x\i!m/(N;Ɯ|Ζ[6If(VGfc&Ox%/U3ZXc8)|-X|iŋIo}*<_u R*e9xx`zm ⁳e ; M>}چG*bTS#m߲G1j:b_vG:&"$C&XցmH`NKl-MTU( SzW XIYZe7` hu+\N0YkDo;֯E!C,!ӗZzQ3oD(z6J;d{9eC _8!`vo]Id)aJ)W ./o.I:(w-p*!DFsb@"F;.Dxae37NκXߣ!G&I{Zm$7F JHC\VγHOA D_+ToSP͌f"rfFg[w}O!N%!Y{ 4N->\6:Xgn2zY}[dox m  !KQۦFf9=bľ{1rZӣtcYQzqQIC{Y\ = Lf wA_z_(>suTv՜K/T4=cl^kI`&ҜM_WgIl(-xyK=[kƐlWz\dg51/H4ƌz2YVD (G&/$?|C!ZV5Mc%U'M`Q1Z1ѕ1$/ǕE hy=Tk9yD<=^ f@EtHfB\ଧ{Sͷ7ܷR oL0\Td[J]D)b̼gj^kWw :Nh㱞3mIJ?x@xUs޸77h+?z5hL}LHEwMV@0gS]uHAz'W,&t"f zͳVF=W&cFD= $z Ko֍eoEs),_EZ|8>l|bQheG"G%V6CեDLA\N੹uN!t󛭗j;=Θ.K#Ӿ&@KpbN텐N}۸3F˶+V:Iu ZKFX'Jz;_~I+RI`WXxh?(:Dep8 qz2U)0kNlQ5,+dd&2+q1/P5Px݋($n>y)뗙vlbȸ>ˮA>|^<2:/R̀s ȌTʡtxQu·vĥum]ЗC˝&s{!~ƺc ::4@Gu0+6!5JjߋyځS}V2 C]̤O5;)xy3/Z=%fz]V1+{n3B&V I)}N:c}VU]zg-'fW}a&  cBu.^\S,z,Ww4fK痶LbηNO/v<5 EQ >h}$)<:ňŃN6E BE2]}*m:@毸SʱJV$y]6 Y"2.X2"`֏| dIEB@2UlXIo\'[ oG|%(E5{9Jڄg#ӇP4B@_h8ieP]y=/*mf@8(رB:tDb-Peu|fvAcm +,/E+dcwq@HJKeD)=_*TPHށBZ im;YA/mWc+Ԕ=Œ>PPCK(H1]Kaۊ+po@oU M{*p~\ yZY1 'L=DOAz$еF F D?V}g>ğ_ԠF%=c0uNhu4rV! }EWƠP3_Zm*>ٛApBgIrt tkO | o0;c8I#`MbEΩ߲+e))5!*Zᰖu#az[]`Ryob蟜ǤiPn3\#*ko3h(먚Eie\/Fpa2oE94x'z,hlrJ#zo"_:H<55l~6Ghw pf**p~Ood/|jխ/V}cfP6]ǠPg}9"6"[*,3&w/&ye+sv4Ch4EzJǮac1i4.cw3Yv7MFdvV'^!BYAR8OrMmJHܓ#L}SM~,ĚƞAHfɒY^ۺ_Wɣ ҠǪnb1GzY֊0<=4o-p={ZpWwc/ԉxQb nnXO嬉Pr(5cUU`gLT,b1+QǗ~?$b=`c=^1:y ^.80^ fϑ뮔#=C4].#oeǭK7wkpGuo;vjrUVFS4So'zh_tlB+@{yjjtkqֶ..JhI[wM^0mu&e1q Q%[],fO |sCإ0»♬s+F`4=uX*ar08cQ9!ƽto.[硤gȈlrzC iu~LRzL]+0t6y"af'I}?|BT| Y[ b2?_гc}\I@##tfiQ!GC o. AbƂ58H'ʚC5{eewW=t/ćd&IhFmg,Ңq.ݺD՟]5DUDO1@3B+JA8񆓤>er et|F[:X)$KpJ<+0x|Z۸6> Ttc6;:ieQNw>M֫x뎷GOLJz+ӿ~f5W .wCOR: c\KTE0g6 S '$Hdmcx0-bT9~eE&̕ʺ?8j:+F6q1ro`?dG짔4 (mDHr(P;$kf,(%]bshsgQ,Agfr=G' ÷%CϹbzp&>:?y_02__~T:l~%bf; ٙH nV}O&0JϘ9a.(dCfeG;]CmP Jș"M?TLy㮶1KC1 R*U(q\lM}6o8)q'r3ૄw rEXaˠد޳Ft+0Pw *lV~5{J7owuNP6`Q;wBw_3KwJOȃN쩍Yn3̻YEí<>M޷cqjm F6\J}׬rUXvM_ y{G>>}*yC'&Vy܇5{F0 %=M^.PK4r 7=Ǿ}+]H_^zUIS_PN^T(5mR-%+Ғ9UGXX! q_ @9X܄DP,9s~Z7IN $0X99lQ @ZR7NKPͥTS8j_8:Ì I6)z: ]dG}T-T"b?;؀q*n[Pq2F;p@բ6~z/-(kR؍ BVsS07m"Qmj04Wjm6j]O { 7־J&vCvm.ɷo:w%_Ue%`IZ |Jw?,xKsTP*kxq\i5, \W<++vpf\?D466K&6B23n;JExW\AkJ)M%OoaUHΣᾗ^G8}^+΄ XP5+]|hĞ/~OC&$P@ LM817׿Ͷ7b>Ič t {-0\=[[X낀جMLnhzeEYf9Q&llnuii /3R7)Z"87I6&|A٢0 XM;^NcY`#$ h2.x )@eOgK<4t#xxq'*)/KC@!iR u2)\ 9 bCXoy>ڋR ?2: _r5ߊϮjgxȗK$əFZZ,L`؉(rzOgXA&w$(4Az -N[/ʛB3&̢U~:KQiیlI7cI\aQ"b ɳUyD ,\!GDSjځ +C mϟ0 #19Y#0r^gS Y(̉.?rEFyN: `ᡷç\8Cw[le>wl&OBƨ zbTe97᫐{MI;V}PPa%l15g7[!2˭ݺ9`n/fxZ.;1oqzBC3ؙX DHTRK4EU=Hk]6K7 h1:xx6!_kymë=M''ܕuZjGOTa2Nh{,`_QXڑm%Ay[.tڅU$ŕR>J&g'q69e"◠,a7et/qЈ_Nm/gFp>9 XPh(2k­@`qb6?//ұw4{ *JEUflw)\Ťw$ʓsf2LܷQH)kG)x{FR\8 /֔] [)k- V×F+x@Q~$&g#Čo<L%\qulX~ϧ^wM ş蚧1TyT͹N2 ~fq{]2Mc1-B1N{BF22Q ur74nմyO^:F r n vf* Hvdwb_sS2TԜCP]Q_u-y/IE{˯{5405}͚:|`c;_C.2\\]eu7ׄWnc g6Fqf۞P ъOu= aP0,Sl[qWT" ]MXnk'wɛ?jHopQ}0(auV]:Du!n7Ch ̸z#( $*2-n_Q!/g|ldeAjBֹuš.W[ߒ`3 eՕrԳ6Ғa{ N1;EAB ّNeo<]X5յc;T-6cˮBuJH='?G~kmF&TfA^Tڸ_?6~݄h !DvS; 63epT榶 Z|fqJc_9'K.CPGtDF8#YH-q.H([7eNVV`o 4m)ig'XgTєg}(jeb5S$X*d/(HQ" MK{(9<|8WtC\8:Vۮt Krw9i "#`AU:vD ٓtY1{a*(3>_=P;>Qp^uXI0d[-pzn\1":Eq^`6/Xp#0e[_5? [%1s|!=\맚WGyBɽ[9-XUP(wh0Hx RLщy*u`u>E:@Rl]{=ڇBs\4qcWk#;r28IL ϯL9y-_WLFUe_2T9of\f>H$DXPA++Z+\R1Q Ϳ\Ӑ|ݟa}Ww 4ܥ5Il!j3U`ON>Sb81–p|x6%Gt^ha,4_m<4?Sn(2 Jf5!ޱabOufl |\m{܆0Hbd!p SjI#O]\Vm#}φudaЁTY\e:OU rB ceC y[}j[q ,(jH?4j+wְGmHz_exUٱh9&`&֊m#RE!C0{bF£*!줺pÓכaƥo{Bj*Ni!%Ch,Ni4%n\l3(Tp@"ED;hMb  nNue_%v m6;ȼ RfB\+U!ANՀ(fz*&1O˜x d; RHƳz $`UFm4+J@55XկvEhgj߯)_],Wgˑ9THxU%p<, ^,CZTO^qAx_ί_ke \1?L/Z`+ݣGū`st ."/)(¡);o>iF_*!9:$~4Q_jwǦ~Y-{ǕE +ĵS3?/ggBr?RV挢,}돉)jɾC5_%5rlwEM;֠>D4EwH.*BAnнCǜ 8kU\8Sf\|UMT͏6ذ!ebvHc8sǁ|ևi&X-T.B[g6vfנ ڐ7 Cކ,VB㈉ fNбPTSb8u Y&}Y*zElm`ÿyw=66U= o4͌UX. #&I[bd%3+j\%B@#쑈.qWYe{<+tc'ι֊ZDi19c7?A |x!.7DOa\O}OSŁijiW*I" NEQ8pTЧ wՐ0;?__L:S6>LrGDqȕkj~o'HriF|Y[J7 -%PQ@3ڑtQ(7+vqE7 hduA\G.%SM߶9$n +!Zׄ4bB8BͿp]Z"<5 iu"/l4*,R"U}AD߫?& &E鶝%sߢ f5wAqQD4PۤB?P7d&R렽zjR0 vC"jR>O q==PڅLW5}Aʖe5E4 +,|0)S92e윞8`{FFJsX-bH:E}c!z, P2~+q96B!m}Kmc>>%)V\6Lw X̃YUA] LkhZe HDpb}͙?Q,{#>'r6'(LMAj1ALWGj{MB!Y=V2y870FbN^Hg7f3W?Hlڟ7G}7< CETP]o37ET(i$ꍣrf$yH:rnqb7#$,lvq!<} ، \c G?58 ڽr*>:r1bc.\QLC~Ngk=ӿ`cÒIq8PN D~ J|R+Q{mzK>$]%¥QEEY7pOJ@KTO`M,#B). I+&9LC&HH5H s˽yHs;N&=j+WE$Loҡk ZBh$@3AUZH\zEZ (xAa#auOF5n@j|L51IǹH@;3Q>Sq PTvK!Lnrp\o/!$-vZ \OLc@mA?P58kr{sD}"E79w1 7Dj׹Evq‘0v4-řCǶyHH:,ѧB&;7TwZ^`%7,5r T CC8kEb["7IJ.ۥlԴr=NǴ+KbBX6;W,t l4m3ndB[ @{ֽqpZ׬b^rX=3bf.p{Gx m |Oo"Om X&  t$QXAPM%DAdzE`!9)R'Wv t/&>e/ AL!FoT EU|\#2Hvanuj'71[ {<R(% ;X-Mr鬝pL鲺Ű? `ATuSKn5tF) Vދu2#oYZq>_7ɗ%鬒%0ͩv,]y˖z0ax~5GdKKKkq3W~'aN?sݣ@V+ʼnlmmw ҭ0u% ;8 I}'@xal>n%bfb]1,n#違Z+xf@G.ͤPuXIܜ rKr;gC7ŰP1jgs٤ӪM0̛?NQr J?FÆ z^wϝn}8/>ش_Gs#:^ 18_Y_?ޱCw,Z‹O!4m2</[~F DlI f G3i&\kZNne7)& &XG5x 7/շ-wJJgwIC^>#qX:2ҠIt:V>nC &(Կ[γ\FCՌ=tAOY53C/IsTxLVa`FYWQJ [vq{{[wƢ .m_i#!!ѥBLEtx} ܝZD{j$9݋ #txa~RT]{\'6g^=oM>ՙeGv熻pfDOKo@{/O &(@ 7D#`%%*~v_$ H͘zH&0GQFᵳH6G8㾉$&ϨqcnԞaX)M>} -{3rJ:Wz[wTNvAˉzBb%VE!*h o(zLd|쩊KԄ#kҮMijRS632Se:5\-ZI>yP)$MVN}eRT]hA 3B?޵:TiFS©vD"G{p Q"GQjaҚ Hș־%$3$CvVygqS)4bԼ=oS%Daqೖ- &9:@6~0KGʒS CܙujVx2o{ JC֫RJ3}H眿7ep霼v2VǿvWW#``^,VHh۵cK[gM+ 2=\U7ӕ%$@)ްaHB+@JU()O5 q+?@VnM*zvf\YRQ@_kx<*hKx->NKի,u&_^P#AԊKa% }*.+70A5n톅B0F⸍|pMLnoM=>owq}(?{EǾ/АTCm>'ot"zC!ViHH?K䇱^a[ EP8JFppLIEp lECh`0\I!+}|[Y:PB1 GS|RײIC >SSŜIЃ4يH~P'RµqM@a]pX g..Fu&i%b.Ki K3JYW${U$*3*ydϱ7(AW'Nbz3W|Pu*Z~Ւ>.ҰJ+P9IrUU!@>ڞ0D_aơ$B!ܢjқpVv6Ƙ}v|ؤL{y<j>J}mXuff"Hi)#Iǁ u .$ΓFvh>Ӌ?'S7R1cMm~o^ ڊ3zX;vbYW"5)ߣ>gq?<6c%O!"HDs/D;I=i`-In}ǂdJVD%{A40O::t;dbcӎ|jgݷ A& /}ꌇ~?% V}S됙PsNd#lHЏXI]𡯅`nȏgMNZpJ  2 W*|/r"x18V@5tYb_:A y(&p|{+QG1\Z;Y ֑]kLWv J֞~`S"5,%ZfGB*r}ҽ%bRt;0I/y.w:c*-Pdg cG24[ML/zv@I b662pFV_MԐPS,ƄK\ua$ -ⱎ8mF>&Y̕#2~HH3HɅ.tY v5mRJő~ޞs aTtfR t\.a$ 8[ؔW @X| +iL9ل9z)t]ox6 {I}u9T\<$}pէ>s@ٿ7:C~fYi +Wgρ~z]XtjںeW#ݵ̮j8b]ԃg#?QS݇%~݈˖NU\hjhG4IiN*5'<~,j @:7edF|{UWiՅ./">c8-X  ( 4R@/VN|hߪG%XҪXruQ'rU KP;ْ(#ٲ FMO͙"iTŊQtK5N3B%%7oᗈqJ֟󦠹 $xf*,Ekd̂K ŋ@WɴNwiCd3|̵-C0.H?1x%AUO@^+YdoaN}1}sL8GQB' 8I75r\v ] pn wVIύ§tGnI[qamB?ֲ g "c 5R>x)'kPC9[tM%s}yP!נYEoeh#,̗'OeYP#YSpP*'%gA#$@6sH<-x[n ӡ ?: A6 4cmT:1ǚcy$x\6AŰT$Gʡ}')uSֵ_/vk B YKs/T,cs(mţp[7Foov5H?{Dːi(R϶Es΅j$ ' b Fm/ [Wʖe#~y MjO4=W<楽Ok;(6r( H>)j-|3PR$̓<OG%F3lϧo}tl=,H(rc0rUF`6"3OZyq<_US1FR&(,z-`Dce[%3/Ґ·k_؏5P(kC)WP7FG$ŏTجZOf%5Dt;2j22J>@xz! T]myJԪĮ/1:bILT۸.]rjF'0h!$c^gmqEuaN\,@aUɋk ;+L&i9 7>(dle}L;@NB/ԩL1.k@C./SoܪARU_r?l﷭h7=p2NOTs#b;A’[LvJRP`<~i6n0Gr.CkdiPP]Sz|0$E12?Vv6veMD^9Ӭfa%9diT)P85aެpRHOQb ߥjV aKILͭ;ǤEy8I5z+Ύ3v<1F.rᴫ|#=Wc%b1.=J)SD/k_{i+)'zX1hɸY-]0h 3~<`~b dS~IrgB ;l4%AYUt}U/&xZ3a7E ^X BƘ"C] G]|0ytw0yɍY"~FJ}H||ד!3QR5M]EyR"֙2`(a!@W(ZHQoi";4ŕbNٚƒ&`J)"Ƅw\z8Z;0^5A\Q<e3rblNЂY =aо*H,U oF>\9ل ~TQĥKФf;` ,udboM0T$=5%7GEho҈Гnt&\'aCYtL[n-j @ ٹ%R<ٮt6sev#[ ᴏ:{}Yח,)pS1(tcyر* % .]I |уJZj1@|5PpJti08;nOU?=N +[@x;G*w*]+H3i~k>{#ߊ}3/?o?[l c(~9W+la_#pD[lu3%W۬&vxbWqiu#O_Z?T6Qu bB]njgI/5-9Ӿ6˴ȝ2inul|`Lx9fn 3u S!im_wlTE1Q*v؉WiHY%z[qƲQcdy79\* Fi6ơDEq9=! 2ʂQS}DS͓7Hmd46wQ"/U!jΧ' DSɯ ) YN^EG @EQEcQv-`/[{{|7ϢDӓP;ֆ!6k9rpR%Ɋqv+0)eJ8>YzBM2tb3\=z\7|D1?ˋ~OLrv)9H^&'-'(^Wb]"9%p@@P6_<-V1FjO{BP~ZGƊ(яDc]R@ןbp}#T4' Υʉe >R9 sy4|6T D3?bp3LD@=ŗ;ѥ,Q6"PQ"r*ԗ?̠kb2nRCy;o޳5{k@hzαTqY fX~q:kAV:|w,?sMJs&3ggoюa@&Wү}rm;Rҵ0,&¢),Q6kMH<1+ {ǫ7PEv˴8 5A"$nԜTScxsoLZ~U`o+XƉշcEl`{ ")r=RFkկ޻I"v!gzpI]_.k"z[T\il%2.d̖#dy-:EL;bqZzE52pƿS,+I4wԋ-%s8hn}2݁;<@iQXV_SMuэ+^HʦÞ@SFB }|jO~Ҵ%@#n{̈kax]aGbUXlYY6:M -L 3FT Bch,@k)GJ*`[־=!(&L_J}ыoxsIf UH0DPz>)2="K}NWG@;;b~ ]q& 7UB;ډ@-N6AA3tVT 02N `_Δ-GkiX*{UR LGA5mAsC)ESw^pYAƚaQ9KZD9&[y`͉U:PVӆM]a?<0:0$'6:1V\= 4}TobG!fq6pw?)nLISסj>+5|) k-N"@ec4vD;;l܈M͠yxiO .ʘ,|f6'.Bdž|5zP^}ONJb4QF )RmHNYQnpxf%sxLawxk/ s+&;,X)v.pщse#-6&'~mW=vch5i8?'RtT3DүSqfڣ`}C XfǴ0ٌ1PV#5B3 $/8YMCHKJOXC 6 $)jQlW}GCۂPo#3lD MrHLq` !E|sMLWOyvz)q@߿kj!7j.x%+;VSV>8)ߪTcadƁpl7dc F R>:ڬdɌwX^'z L; 0Pd}wHSsPpBy i:gkz1[SfRRX4\:D8*W: YhwUSQx@"bbcߙeHs+wLzCɃ,spS6G[]VgNݩXyy;~l^46S$d">6ˌ5j~:#'d1xV$&=}jUQLRWtW=kau~y DD.'z^t@Sx{\Sx|n/R7!saV?M0$ԀMƌϓI>C=iN܇!7'bdjʺezRO#`˖=ꐽ7(.V5[jF8A-O@{OtsP#vhwIUb biFZq!Q!؏Ϯ^K:񅹴Pv9r_;PRߞF]~0w?ܑ 4?|1j)N4ܚ b(-'ur??U 6b8MИ$eiU.E勚b"c$nݹVNԿuep:܆!pj5yUDaAXR Zb9j)"3 /UL:h`Cz J03./`$4^Cuz=U݀iMG=٥ɹڝƳ|-]$kՆ||piVix-P1+yt⽟őzBGuoX DJpH-DôsVx B&$ -sER Y?O7z/;#Lm$ ?<6pbnkW/*vae8gGN=d:-eSٶ\kvhz+Ys'ϟ'K^v&5^RxR2c~֌ A'7I7%ep-o5 `j Kk]4%{G|ExpXS](q%H4l.n5[orv "mmkBAFg)ٹ WLr.6 \ ƮfknD~fk"7:vܻw=V2P'CDV'/ {/$p5qeJ26\)-ɘY E[B,)ᅝkp J_8hLGkF"llZucFJ>=WDh@0Hn0ű1nܯW4[8S;hҸE| xYЛc4:&MADXU 8r4B&MEĎRxm+)7eFv"bFXb6||ծ ЁEl~16€dlbbF+bm7C+ +bGq(a̷UC.2ԓL=W1`i1ÔҠwr&`?;]r5~c6c~L9 F(R*й9[-]kX:m_;5fdyG8"T$h{\(@Hvb0n';zV'rgwe)YxŢ-1ԵmKZ8nmd=-u:{vK.ϔ8d%M>bټ0[%Ș$ib]˖D6y[n@ɺI7w $!{?mLmOo(AT)g;MIb.1ɳ j+ T SR7.E8lvalKhoNtqQSv֚ ]rŁ zOȎǦiGgS2xR疲7= %G&8ٲ.2'1[5d9&Kû%HZ EK`L1&7~ItT(}4\ֆ4aJ_~Aq=8O=)O֩J4 kT3T̬k>蔊bJӮ\|vL|[P qkn6mOBxʠD'5nuws6Z OLD'VL ,$2)xZi0,t47.xϸލ /l{sڥki ?I+N I׬X֭C!,LaIfc|34#(&taΤ2mgLXPVx a`[ ''2 ^ddȫԯ@45zsҧy_שZoPX)$ת{M+YپXƒFH_$4iߨmpoIgV3w^b[ a=/21haУ>\"!=e@Ywy$o}sxs)|*4@Y:p^b.3j+jpGعD!- _ =uX.ٳ85Eijϧ:H2Y51'EdQv(XB,#%  $eʫ[袿i$.+VĘ +֑و 1¸jBwbV#m/咍hn0ܩZQfLDֵ4Kn51I&}*W7k13y-'ZꌧEM-oR f3^ȷ0ӱ]"Vds\Դdd Ϲ<2\)rkB^h6O5xj^e$ )Fy>4GQ$>l7eƿ~0hIqK $|d < !h&zڄ5kޭ_˯(.u9tFॗ n WH`Mdp*M9R>;m+V]"iG%I!Ee;r# 'pqܩ4^m@HiDl>26r YgO.0HD$s-|Ik[ 5?9}^1^1_p^F)6Ȕ?UF /bH環tyrVǧ#4}}+>TPm7&pv0F3 ك@d= _/7* XYdx`'E\YUMK'wSi prăvF,T|^{'jZ~ijP_e]]cVAϹ@I]яT5vm,jRU 0S`RA UozO^%=~ ψ[r;rC,U\Ǜ/|YQꄔ%\ݣ| dZɯ\\o0q 1f~SIK6Y 2>* E;S =9P9]ppƹYsDyFEw V  D%~^?alN w#E&Q_.Why f[o/OyJ2JR/:𸅪VhlmW]  2U7PLGbk7Hv[$mt/뷍ʓny/<񞲩_M2SQgs񑋒蘺 eT_ {p.u(|vaPUUFy(uֲ:*oKkbd!`<.u_quCid#%-XP6(h }Z6(F֓PNE8$ Xl&R=X~/,HOu9Ů+aLTU\~wCaдdƪ؉:`8Dos JDƑtSe1"XQT f%[L5|q\/Vkbec'jB ׺#n#il⩝YGޑOi?ףe)iIGW< '%z"Vbimc)زrU\ߐoKl[ 0T&%۴}+ۻp`1h?OCzI`kX()e#.;.O2>dWI L!Lj)<.ax??.!#NA6W7e^QZ}ݞAMđt+OREv(o\ed)UMv6ej?-6*X 8{RBsۊbeJ$wp[8n&q : K5`=̊|~EpLtW,Lc- Ӵ9Uճ9ȓc 8@F˰[ !۾ [;:TL tcMD[sgSX>ʇDs!s/Ccx~GO-hRAA9D58I^~w/_p(GՌ.kVؓbDO;B@F@)IlIԠ!CS- `-6kJ_Gv4S 1Wn.;u%M`b#m 6'NU:T _|IB3$[;WԶxKvƬƵ2*ѢmT*A iױKdگPXD;+ !X+IcOww1DG}(^(%͸t! 4$)X)7eIsAl}/͚{S78Z5 !eP>CB;`@)9vf jp m4,X4)A/(/0,H }v۞oaE>HrכZk)z:{#3vTv:u0s7N1њ[ፑLLbN\t{5!wr'2]BkFx BJdYM 5x"2?$ ם;,LQ{R_q0n[c+q! x Fpi! [Y;"MI5 k//@Ӓ(Tr{49 s/t9yRaXμg6)tL(VŪd*8TYZ{I.EiYj۹fl;P PJwsd=-$mݬRfpwr!Th %#^'%vEf_?:\a(EM-$%>vB:GWE, =zflhM&Rx?胻LnnRB]ߘK*4& :<'E9(ˍ[%jc憎 uV_VeY-b/džuLQ9$5,Pz)8UEC 叫%6ɢn.0cWoTJ@FBc\Lڂ.ެW+.zzQ|\pAОXX+ uؐ9޴ԞlsJjT$TL߻xf% - IP vq഼C~ k_'8JuRVvؽ--c%4iPWg8XeНq&~ǫוViXY/ Y%)J$sL/RkEQo8,59@'0z-DMuh8Qz#gR>F z7K 1Rf#"zѰ3X(Vtu( &h-)ezzd5vNZ9C?P"Ib9(S̀( %)xDXU9 Fz8 Fe!͈~.>5^'AA ë koS\&4萮XJ8T-]5Pha 5%6i&]m:6rAh~ eP9)e ^mx1e8JWUw Ia 0g̊A kQ ahԍjTAa*;S2XOf,#: id%APe =>PnhgdWUP %hibһ;КrF K`,&WT1M[ӟ8!C\C J+mb2_t>I/*s"Cl jIt:k }%^f\GhOrj"ʎOsЮ[֝`~$Q kW~ҴWT!*X@Pϝt#˙<͊FCe$ćݴ@O(Mu> nZfd)~jVͣ,ͬN\4BQSZBg;di_ٷ :Mݺ#!;G. ")*-&?ndaȼ7HxM~11!:Ի^yr]5%S܈i殇IO.b#)`~o8hk6rՈJ @ cIsxAD?kw*(1хe L6"D|3GY#䫊77tMWF%:zdcWjnG4 /OG%`*iME<A@ur X q'|K(_u~[Ez4_YB'!Oz~+&nH$$+s,4}G@+f5hWUx 4&vjK>ɷ9-y9Ѧ}ԅ^ɱX#(ΣʲjP6m4i2PUjd}Ч\CF[rA%\ ݻDEчM%/[o &ͲE#G ҁm$]ԫdP_36GZ}m+݃ KIMrdZ&0 aƯP gkK[sp`z}as.6q4ؑlK ϡ;8OtZQ֮.R(I2.sFQUb}zy$0 {t\S5AjHաrrgׂni=M!]k~1W_f<qe$X_23`\;8}7"x<ΪT~,&G|l- e~v470,k|E` `W{+w,J4 1gjqy@4S)%/-^5G~&/M } N_PiZT4mFg#Ô%ni_22z 6RR;dZcܜo?b&_L!S1(oOBЖЦ +w C&\>Lne>*>wՎU<<7Pp$N(%]o6I6mYuōq \5fPx032317>߭VPSgRKK5ZOf&ds-DKOrJR['v$p"Hv[<0A3 %͸ aKg9 R"-]xj)e;ߛ{a}bZ6N9;5yѐ|oncU'l6OV ~Jvyd7c?;S.b#+hrMjanl"1~p|T]

9;1|tvFe}wHui*VoH>8o Dk{n|Έj}k"fZ?Τ)[9TI1/B.ȦGQG+lAc/ ' uD 2Ud;%b87יEÜE u`[ڶɹ5la,WRy^;^\D/+4]ExD|S&rpXQKw!jn%s{onGBBW@=anN~q\&eWuf. S< ޺rJyUfuY"%&ILJ3{֌ +(P1(3 tQ7&CeS@4?RwM #̧$Le&ˁ5M s*엗 Vb ţ'z -dh{yu^91ympa%}FBVH@&P{PT׼@3W-S/ Ss ݇T:gj~y]F]y,YBDd=tO>8 bhؽ&[}ouCJ*Q6(^ RhѶ# 9]? eizvh!?S4[tZ@TAʡ/{Q=Q<<TԡQQ=h16Wש+,2 E|GAZ?M};2pHU#r9S8ի<ny%8mt%kM,8Y{ w@:9 .@uvU&vDWDm@Q8v 8bL!(/߀^i$W訥Rmwl9r$CDb'?;r?kڀL=Jܸ-(p!Z47["ZPݦ|՜$=В7Ƚ &[6*6 [-TdWUir5H7ddP?* ><3Dj}z|!1X }| FXdzKhF ֵg(5aLwORiZ͙ p4aԕ!=JXeK6ZݴtJ*@jK+EMX~45HWF:}v~S:WWPR\ްh~wM'W(]8r_f(zρe8^]Ls=%:YB@m#Xp'iJܱ֥ail365G=wlC-jH\Ȼeiv'FocN'!I'\Yfj_ccq_5Pr2ixVӯoaٮ@X/yAesiw^u~sϛ:p]6czD5Yɇs)1;فۅo^UʸL!.Y@qHҷ2|]<nwi)ZS{P61L$ 1,^2뗉]V7oPKM,Y_oNxK95,<;tYb ##fDy0Plޒy/tIp>@S)(ԔITb UF 5]t43r_G҃NQPBpJAF6/\Iv(.+HbCR'rР5~V!PI"" EW`@S>n^* TЫЍJKxU`ۙmw!n=B FduuA u0v(٤}l=0rϠ`V.9o3L-a?w٤Zںшv85Jhְg(g'X{2F` ;R\,j#WoH Q(Y~4)RK,"|Kp p\W4]*7HFP-}-n, 4,4A?̆{+2AD~idJ1toKM7٩lCa6a fR1"c^5.ghsfZIk:^桓eT8DݹX>k^kJmE8QfJ GM4?ٕiAFFZsH;)vXؒX7nC0.$`4w;Es jNF|SE{~?тvތzmɢk5^}C?XWthFoZ0\%e:O*g i5硙"֪9c IW5y$;oǍ1ڹX =H#61\+((@aTSkZtp/~:7I:҄I<5N@X_bVlXI$gvN6(9Ϯl:*.8fOr"OA0344=8Xpr Q;ZrS:E{S B _oIC+p'Kg'tZ]ǭn@թiʴCKC7x͇e_s$p޺)M$CXs9!d}A-jsV/G:vL|kBܞH_S~j+ũ˶7,`DJ&K*J%iQ3=t6d0V\cPwaV)y(XMzoEG3@cRWRC~/?{d3uOkSaµ䏑qӾ/L̸7@1vlcgHҲ;71wAMuݤ؀TYŪ_8 pdU8I˲qT"f3ͻF/jr%`EmFHw< bԪzǧ>u"^|'[8pẏ#|qud:PXtRd݆ Gټ;XdZm <᧔lRj>Yi:D\T2fĜ|lI^T'/ʴR}pY5#tu3 "S-s "IEO;GXLZZ X[m Yd&$Başm]I[qja+<%rֵ+$<NQ}" (Lݡŭ,G5Ǥ[U\4Ғ^ZctU^Y1cCN?:Pe]1|uR@tw?\Cs7N,_\̓0[Wkڞ]D\y)1 98gs"8xځa&|9֢Q>,8/Iwqý\4[fWXR^]xsS/jXb옾I\|]cT򇪱.xMļԩz.ATFyLFiMwMZRBUOI:eք~t3w u#%8oΐf׽8Eޟmuzvٜ8Wf~XU2ڸ`3жU qMV=eoD'oEi2zm 31,\ϙj^'ZƞCpĶAPow9p_@FhXu]FmU# I/}ɈM3IlCbJ7y xڮD%@==ñoFZd]ٺ`f(j8eM75r葾v9o Rv8Rug?A _+XPoOs!|ڀe3|?@>{Xp߮: }o He+V]TJ\]M y/K-p2<>q!rJ3~l'$@k hO%:/H{$ʀuH57\ 6cQTK;"{^zPoj h3m};|u~N-W∿.v؟Ӯ/;/qs&ԑ( ,;Sޥw0GfgLW!w).IM= 0hOH(|MC9-r;cIJ5q;H7^Mh u\+ωCQ jgqǵ_vC-- Zé7t?KӍqIp'>y#W{6tCM nIq 0Vz'l '7w-vV }~*}CkgJ㐟xZL12?NO 0k7%?dޒD:ZN7UB7OZe(=kL浴B dSe x#;@R2aSQE7J 7],7;prvw 1Cv*zZqHX,b6rIW4cUmj>Ң6yR<3h:AzLlxX!s܇jEБ";t(=96K :|9TmyeKdX+h]8Ў?u|d(ޔBgc'}7IADxTVJ)m{TVJ[tVEi7hkA4v_V>P}AC챨1KfԸJ؆ '!po~Cv=>̘kMqU^RW _l0FZAL{zXpՑMXn :F2^ANKw܏]t0ow}1Ӫ SLſ#« ͽ|ތ2,yTWA%inb4MFj)q}7xW1hef<ȥY P q#UR)"|gi=٭dhDXHD%6eN#ZZ\l~O.4=|3Ǯ|C|"}G.קy}$2#!>jrSWqI:+\0PL2*Rϼqw4FTVyX Al#J@[yWTsE$#z"{-J 5P t4gΧp0H(2.%YRp& yνH8%h[lrrZMY~]G)m㤲%p(ʤYgp^Seu-H>W}/h\QKtQ5F]\7PJQdʤBsSgqJM =/O9,!Pgd[G9D_aۙ^/4(91\Y07xG@)ey@*:')׮N2V kaG\ЗO\}sR^(UCGE O([\=J(&$C}1h/2_\}H(U,H U HN`=\ ~8|ɫp+ ER(SiHucMh}uj˜<3yf{̬@V e9x>ɇ;V->X#eM}Mq+G[s/ "-l/O|wr%lu+׼=$>a8JJQZ\8\J)޿h,ؕ2V6MO;I  ^q|  _vڃ@+"пh!Jc0Zm__}"Z5~JN)^x9oam_±n0t]?p wBsuyT'<`ޣ^@C"GdSBf% gDK)?bGK7RI>Xׯ%cq5ਰR{*l쀰)јE0GN )==Ks?R}/y1?LA&EKgHQ .IYֶ0Fl=}㙽.i;k$r1a?͵ͥZ1Z)yb"3kJ1Qq?BG'D]oTxiKK$Fx ec#-( q7AF#PSwxj3~ITC<=EF! yR%@2q _mLU*%ϷCWlHuO'qPiWޡ(ôA@G`Ώd9zzKP1ڙj6D-6s+:@Ia8 1H¡i9feKˉ>aQwC R!1wd, u3zOnx_5|Ic(- ܑ>QяJ{3cIgx\ Ǖћ,Ƅ~zʰńVge>Ԡvђɕ&5G;d0KL}C7;8rGӵ-7yع45Xk!~&"?CF]z▭sk$?79ۙ 21rr5GV 'Q^2u=\bvnkN5(卹{Yw?{1Sб͗Uf](xͨ4)b_|kw=9ρ3AFC7uL`՚@VybȖ-g2vXcQ pbv: uJjpKAa隇~/<pBZ&0g[Lߠ߬mL(V0^Aʦv  `1'iI[RjNzJœ}=e^ Rt>4 gZraW rXuJ*icY !_Mo^@P cgbvY2}Ӯ& )<-e\ ލMti)%?$%%}p/nyB>J1H1h$SK4%;6)zfH0Q:KSrEshr.߱3=+V*vSQtK#yɉZ \RCpZНܶiXfK$壏S>n@CB̸TDP`QRȞ;nԷ6N t’/zN3 4SDYE߯72=Hil(ǰ>Rn/GV#|9` 6Τ¿~% _'@q#@/?=:V}nrӯr/۾Vu ޫ4Nlǣ!="iXs}'4) }*)q h:cBz,^*^H Jyٖ6ro5&M4sFn u\i*rƝǷsl!s&g\sFk,J%lE6XT~z57 gdspdﴛ͑ Mό\"eFj&§x E1GYO]6dvc`rx{Xj[Cu5m"nE!en.hߔV<# z/ (gX$ܣ=8aw >:z.T5CmՋlL] ݳnTzaȀ[XQak5TQ& w1FCL`w>#Bƹj~JdhyʅyQ>]׺Җbm}?p( b%L&}Efu)U'qLS27 Vl#bU-8؁݅LT 1[zr84vOsvKG_XXD Vhڏx4\ qt̸U&S JyWV6q;Z$6 ħ3먏 b7b>oh_YĶv?A:îxSCa6{k&ª<ǥ皲ʧ^te*N"vF970z!\O|9^X>#Z8Yg9HwC'Gpx +5!+v,Vr.WO=ʄҁZ/:@Q-2j(6S3AHȉ+Y.l2poYQUw0,;|?AMZ3B" c \1cvJ@Bg@;'F3XKeF ,SM;PRys_v6r-p5zωYW=1!( {:%MNjOq J.ا} d+t>"ثk}nIiP-MּB"ރoScK"0&^a0 T1ʅ,xoYA1iu%Eg@Y[l-gXn*qp -ęҊofT^NE\{dj S+Ȕ#{~Y aS/TxIkheՏ1S$0$Rkgr!8*? Qv)y.ώv-<%l<1-EYI_k$5h4۷gzWd֝Y%4mOֽWCdlB=ATJONoo7y~iN)40>N*E9;Q⽆Nn|?zy@AhdjM4\`ȝ%f_gܡNF>J1Y=It#Hr'_;ΉL m`J;t ;ϧ:hdL~b&98ejV, LoX Y,⾲;/0]5糶1€gr6/A:Lc|[7g:NaȾ*O0k(+ෲkPdz2!0YLXӵ2,m+S; yr 6+IH-lG $<rcԐIzieECnrLR ٧"ޯmQ0^Pݛ wz 'RSrhKu7M஄AR'tCz{<)[60WZ^P5񃸮o]SY|h^I"U=F )TOAIc1/e${*ZF[`W |"GWBlvw07@>Tr/oU7z6:N2m_PH{+϶v+Hw+eRO2.Ci4;CUSvk8ZqĄt,Yd]oٯЈ )y/ta1_g}ȧI_>mfѻ"`tBo -)nwgNgd0#Ƒ[3p hvi=(p^6B` 8 \ ,9 , ̺d 8қqK6R'j-Fe,"j4p0CݨI~p 9ef\GxMAzd/h!'&bXgV;*:l{z$fY o뺘}dua OḵfOK{fSa%<־<-{Y;QW32uHpFVx*DZm0~7a}:Q)m(VM=3˓sp mWF q[&ab8%s:6:9.N]{D}X[]DlUfɈ4 c4'KZ|$jq IkpΏufܿ /h)>k#Az/_g#g9&q%gb3aU'<0e@$) CSe > 7audqZ1b5%֤gRJСTm# %>[}*7*n.BíA Lkjj"}88u],~m +}]8oo\9M݈"|A}B NGN+M`afpbhNə䌾ʹN 8 9:"ⳙ" Y U 8T$rvlTAR}DW,ealVr;N{" /a<}H;;X9I6̇-rclz2@AdY?'zc;#2Z4=iP=J`- EQx dַD{pSJWe`($SO6UwpNL%pe.1(-,ZBΆXA\nyvz^R"$ %|Ӛcհ }"V7%k͌OL})T OBnS2|HCuc#<2.ݍAgH2$8#ZrC#6%Kx86yU(MPPlM{74=xs)#ڜ/$}}Nz }/O02u󷶡ǥK3+'$;q.nWay4.o(Rg4׋R]mM 5Ŀ!R}BA׮rYI#B 1<=%b )A~VB@'FoϘ\GPrBVuDvǪ@o4F ݇-PSЯ'`zUH.gV5#*4I cvc T)Al- 2=1Vm\;ה(ƣ9j3TRX,&C+oGzVkhbdX>O N9unGz$nOHc<B|`bƢ%21Gc =\۩F07iYW7νj)e=!90Rɍj!2%ts3|Q"d^˟!!=߾;u,a)ྠZB N#+NuOE9#;#)vZ_b4y2VS;࿛2PwRK0>fp XƾZEbm77rNTnjZXd̯pr9OWLՃmiHB]sXj@R;WtY|Z@yd=w-_J-լ%.K[^`HWR =h]2zї?Y(tcbk+S kg68b [Qܰ}A1!J h;mB3Otu|E@-L6H>/MY~zӐ*?A N5DW"g.~Nqilg_͉=*v-Fk͹H'Qs{D*RźJw^K~1o5<%bh!uj,kn`hJDx;51hg?/kSM">yvIΎ/YeMhsFd;ĈU\# /oOw"l.d*(sc795ǎX)icM  cj*.'G "b xVƻ2esc_yBJ*WNjkh  hD5EBثYߒ4bE|?*enLJX-;dbđws˜rBPrQhP*}QCC$*1;+n8 i;ZQ峥[vz[TatöJUeѠYYd nd/͘֐VB; '`qSu YOSC=YI]װd/כR- )+CgO]m-6m?xSfF%Z nɓU>տߌ$1VB/UdNɓz;^nmb2D(FR0-h /c_SG Cd4ޒ{Fr#zPM><͘됈W-~GuQ*A#mK(x-^XZ/DL懩qԗ;zGe zTO +vsj2l5'gO(Yy:KiXzVd66=UsA]v>%<ڞ%LJ4wǂ1I u$/ mhs{LK 8-޾ֹl9R|]3C9[[DY6q:ar@$Fx%)#b?2F~ɡK- EM&g/o{ISXM0ѫE Ea'漄YiDcQpm7=nj)'WLrBCmÖ0}&uIp8S)ѕSدaYlJtmM I*["(!tG!zkLeQ^`mB͌ߜY{"RvG5BgA-2hps0ǰ{uH0҄OӥЖLe-rMv=EE^WFW 4\:LL({d&QK.e{KK?`>?t大A:qHEy$퍨k|;=qݾUd Bp Hmb쓬 E՟Ղs56<0\">)sOJP*Xɂ' ^{L F88)87Zʤg,GDFa8=l*Q!\>Ei^W\)qOlwDuMtų `O_QP)8?Sx_sodr7 k3ݸ9s!Ӷɛ.rJɴ/O`+,SqR|C.}fK37q[At7V\)r҅hT)#-+$8b%1([{ܳ?q#sl<"$M;Tɑݩ^F\vF0/ͱ-;r[pS9p »zbbeeL,Eh /2; .د#7ls~ȣ,=gC_ŗi{ǧM ?0NZ~-b[1cQ҇ w1ħQPO+';ٗaIbj;Fvt@YKeWC]&1KKew=(̈n2ڏ2wY~^~♛.1*"p)ǬS$h5=[29҇i {x$];;bspf_ <ˆҽ hq0ƄRb,Y&`PT؉:KV %@XX>cx'q 3kL Z8lbfTx?ö];'6L=Vz6o"77sZ(TVJ3'h`UfM],&;]j Ed!XO-CO?^s(I&Qz eǾRV88֮9]ijVl|o+wן,mTf5dvÿV (:TXJ"-r$PYj4gF!,g:B]"M_]3FSYk\.)ՏÖKǏ?)I[9i`jk !&QBQ]lw#6IpRH6=dc9)K7 }RhR)0IGK84x@w2|l @֡RʬJznL]U޾Kw;G_e z@**cw-RJY(!=zly-EDͰP@QKDgߒT/NڝY] fD^Љ)Dv7~s%a%tEH? י`a0b[}, S]w,ʣVSOcs7E[\ Uoa{)vU44n .nCN7kПnac\VjE g+bv`{'oD| N0 -8 ɂn!$xpæ /g7(]i+`zOq;BRCqPQ%$"> _%Je`Bhs\DZ H0.`'xt @ًQQb\H@_DѦ 1e˷ug`<0 6k5 ^ )zSÀJ9&xOTGO}S鴌_d{Q.AwN|7oy?t=82#DfM? 7$YN14q4IӐ ISe?"TRr%yGq#r]&ZXi'*9} " ˝3r }V"AYǩM}ϋC# NZ11 ح/8^JP;|֎YFA:"Iwfo1{i}pF}Tk8!lrd T: mO8k>N{ ߽Kg[˯,]F [Y MڦBFŴ.Pd7@]Wׇ(ܺ@ ذO"J9`>n7qW[2Lpqn6WSJ ^KAe|Mg{qF6Ne}A\.سiu5ex)>{Q]A4M1\ٌ auK5EX_Qv J]DพW² k б@ qW]V VN N`3հж{oOrK;%wY,8w$ m$-qI-Cfoebjh孓_6@9\rҭ6Y[#^:$V[A"|+dzVTb(q)(!DN2$FtTpÔyfi4پxao qaY:m{ЮagG[?)G .G=^%33/kX}Y,qE @Jy݉ڬxʩw?R=M=pxS=4oKA`6٣%-'K:-yH51O}qNi K1xqq@3n:cjVrTl2oOB{7++A"5Z65.`nP@+^Dd5G? 5v)кJ2jdpk*QjsK.ɨtjs!0t@7#Ld _,eJY5:P' X"b@UZ)KQbcX namchu!fiH)YlLmfXɬ-u jt>%%O@ }1u?Aؾ)'tgsv</j6`KآFt֑tŸ]5Eڕc= ;bT ,{)HyE\O O{u]S4}[J繠;n"(DAe`\+.&>eq.)tIZ ^lRo nefv rяW[`k43 vR!Jؙ&͗[Pـ&aЯX,WtY-Cej6w.[)R)xtЎ}ѿt.UwAn9"kSYD7{~=xeMG5qha Ape+;RGI86VWf;oVFsUG_KU5iph+Ce)wX9r"[lR|wEjk.טE_ەY|nޤ`P,C>z Bڻ@?\pl3uz$4+&"O\W|&ST:ç8weWBajlf"fr7o':"\FStҏu3?va  K|!v"ѨbgB9h@v)crnZcZ,Omh 6#̒|2VpCc\kQ4VV*zd.nD6  LcQҳy^Vs[}'1q`{&iMbcN| qj^.jzVәR1!]8g U wA|9W R|( Хc_ML/Im^][ch"nq [Ciܴ$:(y הNJ 'yߐ|E#KxP"гlXXW1>O(G0Ba4_%7f/Xܣhu)A^ %ix}1pu=2[FLDT;ei«!{9 9Ę[ΑVTHᚤ).h?- ~:ybI ! h\_Qf2};-㍒7"Qs%zV{]>ܹVƘfޡg`I8&LuUۀ${{wx#mQ*+֌AH9hc^Q Zai`9kI f18zX閵g@JAm,^P'@ {FC*EL.pb泊{XFu'SKIX(O6[eÏ)HI8J^ $ּ*d M<ub-dBJ s4.3a aA>ͫtPfD'xn++[HQQ ̮>6ҰYu{^@֤13G?yJ޸Iהϙ,@k.#E`AA@°3D4t+(Y9bQN֘ G8Uqgl,r ,Q-Y@`m>};4>vy9*I@Qm .N=>5[a"54Ct7'ADyLI/-8WM9VjfzDH_m104IZ$?&ұ0V!_L" }d'fcgj+,عen0U(bF9ةw}î4,#QOeR6}b'Xlt rg/(N7CIEUY]bQތc1nz؉[`|{@ VqCm!E=AݵFa٫ W1֍7?-MY੉Zts@bPn2x+Kdk.AU2€npgvWf 1C\sFߣ|O>dSL3F /3g9Bt&+66AYoN<!&|#oX8&Zk;smo_7cwHSZܪΖyݳ(roSR4R 8Dd٤Ls0-rkǗPq6ٕ(%S/=w`W(X3}{Tw}u6^mMn~<8,tuG\#7nX 8ciN<$ .nwdm_1rͱɊ!PE~h_6Tۜj?"V 60> -|iL4YbpFaqa;r)zrmBߧT˕-6󩌅w/:aR 3чvw,"эMJceF(#ibŅKk{b`9M8LVԑ,LuBϑhm/dP5_iA|$ sH D2+UY5}d-Cc/tÕ^1<^C9*Mm⚕JB*sUYDt{{El[P3z||C"GvT|e+X<೵ =o;]PB$*^Mp^unB!o9U: =l=V́PǥVFčβ ~@殢:bΜ46M7K'<ۯ9riF+߇ $gۙxC#n͋ctL%'D|먪џqW%) 3Ύ!XMU==~<%KwZFNn1׈ؔ=2o'G(=@wϩw i* pX_gn Y!h*/lwף7s0io)EF˴nBvB| %N?&sSNZ*Wvz_(wYA=2nخ-$8rwOSk[r՝[ >aC@jHĝú9JLUY9KEȕߞ/{SyE};ݟ&]*Hg0_ èc9W&9ϻyP6let*E1J8Iqj>Sva'&] ^d?j!.S~ cG;D(:!f} %7b\6ĽN|{V^$WIOyJQP2mVC l uǼTF0%K+eŵzhY='fsUJj ˭ j9ڭHn4H3Pk(?:, k~΍ -O?_0YO67*4kNv _G(3)!Wlii qxLq Jpԡ}~QI%.g\cș(bP"{*΅KUBR??XKadgRs2`L]7K BV6Əzl<>P ֲ~U%w& Y;P$0"!##ͪ8wJѡz_Ac;98Iw(3({ik)@ů\Z&Dgܹ؍3^E\Y~VN4܇yGă&%5!љT|aP\ 2Mi<`/RĻhk5& 5%YQi<[D`,sd2) swYٝ+{;{rfoqN8W_+>rr8??0OU\_͞1}}}j,Sd aT[`n4ci1qu5$vJZ e8!Ew%GH4-}v,E ao)NO.m!P ] XvY~wXBu|`}"]zFvJb8+xe~A[mQIR|>1 !,!$hvcW0WJV  a0QlZbnQk ٚE.'4'XMvE` F =:d ۬@$8p¸ fE #Iږ.L{ +XJ#3 YՔÂc[~sz`'¯A[\[Kt=SQaJ z'qH4Z ^aY%MRwZ%5zĠ&rb6ĭ䍐h|xq6cB{'~풒FL [hԬ;G6t IcI(\9#O QDAiqŒ zZHd>\t¹HBt;6Xe 3kgtYS,lor'lRHǻ=n픑=`+,1GƥkʴnVՊ*yrD&4uLkRfϛXn˽\wtd'Ty6xЂI;_ve5n}e׼#/* h,#Х/|" yztW~i[}d=wK)TD*j =YFDc c &T]Y =JiV,{AGx[Vff鎋 *=j2G/$ jH΀ؔ:y͹w_P`9D=,۟RkԷULDD~S#yk\ϔl/p=HsPh9"3{E|ry">]0Aݰv2YVv`ڈjܟ=B~4,YKc7}YcXk6uyю ToFQ> ~o^kl. /&3:hYfQ0T(~Pel%2~WRF[s׺RK:3&|_C+ ~+TqouչZF,mg|5.۴._E_!jv*ǂRȂIioua:ImR6)zxIPPV-C$a3H!׮=+aM84!**E.8k᫩(Z4,K^vA6Z?j9%PK6U̚st7Sh9${Kc|549P %fEaw!X( [6uѲ_LO0jŎHὬ]Ds &*fSq5tYZj堯(E J9Dڵg?[nHM>(?kGf9$@_;ƜOֻlkr yE=XǃֶM+<=i)Qh82(iS[=ue"z5. N`\U(#KeXIm& 2~hhIS8\)X/ftv'Jtj@±pJ۩k[Xi381CETtXKX`N1*={&0iVC*7Z"3T¡2(`voo|X e _Q{ 9D>!p1AjqI8T9! I^ Ixl]GnP#׶%c P3ZJW%E=Th(y d\:m_fMj>fꐐ7D3KĎ 9t7NDqfbYGߺo)?-V{^FFy,HHu6B0X5D2ɩѵEţNs,Ghnf֘U}Ux7I`֍h3XS~t Y?a,X=sE.D:Ih(GImgK狊9S@ѢͻuTGa&dd6fPea;z3YU;\y)k0&{K)/N.tِ|95i%&.gVN|=L6n6Qxk>eU~mTmb%07 Le7}>=*2vv 4Rd-ce41Iӝs>_Z%qN뵕7} ^KR yls/V 2g~,@D)xdgc7ƒ$g:kkK6\J7&]9>i:3o#EPvփsWߘqU\YdJ L0V; Yrj˺z, J)_>*$1''ߕEZ<*}/ᦹ/ܖ8·q5 ~CC0AP ɩ*!q̚OdnɆ=nFFVug?^ki?˔ H#;-CW|_-tcXCrqi(Ap>v>I3;{)ĢKٹqt0R]jƬI]\iDGbA(#T[dcI჋9 zb>q%R5$ݿ}D fEfJԒF˹++%noCW[Bw|rA~)qpdⱆ,lqu@hri61Rzy04PC$yS^RiWR0S(7G'h$ד|Bgڡӡ`w^Dh1u}3l*#H~`-/R檼: !_bQ$jDUWCeZ=)2P8Tt ܕH:z t7baưsJM@],;gtL]xM\wN^/H_æt CSf HN#:Q'Fu?ű{֫g뱋PtF혱X:jddz GE\͐hv250E~Rs^g2^= GRHP$[U1Ksn>im T^/ hij7nдzH9GL+Cj ?yrWg8?A*(V%0bL}\Fr <"X*6 4{+pqg`>~h:OT)l}S5U+RK玌YRLt$AN!&7?w^]4=~;Dz)1]~ce#E%}f 8GFt,ZAxMPA|`)x{VCB=\/83_NK39΅VҤskȶ7wK,kυ0Xf[ˆ!3BO-$s%(%,rvd9CY?@:b5[2g*q_GcGvcL?}~ a#@f,)Jpn` <>DtZZ-up|#EpC0TIkZLƞ&n3ur4콣~߿Ȩ:]R6xTd"+%rDe. _S4{Τq'N DAx`UlJt Ĕ_8[.6_͞BuɎ2D"om!Swm&2/!O'_i߷{X]U}c8Hiw W2?7AO"V}7kZ1BQQ9^67>A>Eqp$ o[?Oׅ1a%yjG2?~T86"#ɅYr Q̔GGM?$-ma[8Sn$B7uoADl'9+([|NDP)jײhߘ_s]ۂkAyZx!ё~^OkwtSA,'Ԭpg1}j,Sk45( R,b&vE]Yd>FK-ż,UQ 5$WYj0z>Է(0,q4 qst%'HfVƊ!lJ^ws+g&/UZjw20>г]*UB\;x*M#w!6-V`sg@1]A+|5@L?^ q>P~\C8ܨ}A ΍u8JN!ݍc;@&%{ƷRE6@*$Y G);[ۃ@'~jjb eG4ytIΥv4ifc酏}ߝ{eMڟ{9V8.uldQcUÒ&Ī.F\0sKY7qdj׾}yش2[P@G`2a:N,iN5FCsꃲ?|2mt={1 D@&Xĸg>7yGc]6pguu]clt!ZÊxbű_9ͦ(dB */iо/&iÇ@uZGc J{e}$\&ib7H2ʩāUr Y|d+!]e@5k 䳚G JZʴ5;0{]8 [Pt> OFnp?꯮ukKu}{^7<ϷlE3fe$_c&QS;~6Cu%߾n0ˤ>Љ =|a-l6ӷ&P]lG\Ͼ#3CkMM`' 2gM_Tީ@ޭ)>C{72WCgR򧕶L08!z{S)}8%`$lW1|@YPS ';_eDm@S%LpzrJ`D`ڍXw>i#~px'> o0y 2᥆̠oYG'.͈Cգ#IL˯{h]TĖ녊WI"^y6¨1S N_;[w V4ҪLZx2U9Yk`)ю~} vP5@,N{*ֿ͐=pv9\z4߾U(a~*P⊺&:책(FjĦܜƳ#<]Il1T @6wwkIщ|Әyi2 $MEdj2zD({=uInm|r wc3 N<e׃l,=ٍIhOx^7Ȧ^ |ԡH]20@N Ze8 4J8U&fy`7;͵e@h^EAH,*m8|3Mb[F<ى& R2[֑(IU _Cz2awX' ̶x]_S ~ȢXqϘ1`j.쓇 8\23Q_3qmkCyXF~$oAY*x6 -&D./kYH `1o1PL$"[k.m_@gy!pyj@P'~Mȇ}ޙ)8sKJ׺=8sK~| y# aY!|oÇl7KMˉo@^F\zY´c9ı\h4Q=^PG+gkoX?04#KϹ\DߐÆ"*A&_wrSRs:UA4L=Ȕǝ7,Q\.qFif/XT4^g+5;Ux3 # $ GD*^1F@wl8Xø2zyd!J^7Q@92c 򷢤xE Kzs4Q/l #Li9527;_*=/A%pzC(e)Lk۝o%1Z#&z'6zrl䅔e7oO&^FԂިT'\aYv?vb9 ;XcjGӰ<FQm&` wCL+DVOJ>SUb54~Ȣ.MנpBҘ(l ]O`fD"`=7_?!۳|/ cI u6Sg~>3%`аm:]{ rʤCɏT vMqӰ5Y=KqݥNhX? EPQ΍9K-*->- CbxFJq!ZlbMojxgvd H-Q.[ i@LVRHSMMpn(+!GRcP,ꊲHEă׹> 5tz䃸`~"A䫏XɆ0A-ke(o bu*պQ}R -<%K+;J>>roz6Y^I.00$i,T`}X_m;,Xma6(}F[.&!\4Mb ̫CeJ4{KwJ-#ڬ 2=1.S+qJ[ 3T.gGk$B,":!ɵ13{X1Ӫ`R Gdj0OnY{ݴs ^ AWxzw덀3qx @A5rT$rO6Z ':6g??vv=W~ˊmuO~r*1{aJ.%qp'T.ݜZk. zi?tS7_КDe;vr *:?jMD;2#(|c♓qKª1%cK ׌.7LÊ帆BCog}HJNH6U$uH WÁZXĘ)%dXe{1ιR4ELzcABl$t`۷h.湍YmOBrd 4D+!FLdpߪJETڹߐLVߢe> RZ& crҵҠ7"PDkqa{E-2xN *(qIm}*U ڋ0ڵ~)ӈ eY YoOkh~Yaā?n<hv*NO)4vD VMӏw_rro9I~Ǭ~~BM^.yD7T/+nRDg+Py .zf$hY>gHGeJcs߾L;Q1Sw`TjC¤ y!7dɧ-Wp8uFDѕO5=wy*<@p8j nlcƒg tf| >d_Q {99O8jzU@_UؖEQFҷ}RA aͿ6&f<:A,[4yY|G@Mנ}'c覼/3!,V*?3/F$w^ܶW}Brj$g by#j:8q5[o cf-ksMt k˥GD1(aέ OV?mvĢ^/Vq+P4f|:Mڏ>2Q¬H#Ž_Vq_+'кo* $2x.9aМםNGFu+v'dӖxHG9΅\I1TP.}Ib8h-1|[~[*P0&Psba 2'`N!g]c3~TxHcQaaךF=fҩaU \3KʜtFw;Y{QL3j\U۝<)?cDZLH?p -,-hTth'v µ([|s߃<G}4Y"f7,Og2iU٤pp^vu<O77^g>=7٥.OiKp. 2WeEsMY18,R hm7@ 2@ShS^͑5| P 7:lF Bp$wxǿguӮ&T\cv7>%µD \da[*0]aaw:C} @~ajy A o ;f, dp<}Gl>N6R,W4Y*oHaK"mB(ՑTWE袠C_-1 SZ2)}%~@C w8OSd@/ı?74ƙzW*y(i2 4Vy;LQuPxHhߨ7q'CҪFT(6f#s*.m!Toʐ|Wy1ֲy@rae%޻']2|+*-hk4s+vrFַw`>2!CxA^//v'P:#f^Sg*bڟk 3eQj'13tvLQYVrDCUBAe@wRrY2LKV㚯Wf 4.b'HoTpc|@qMr`#Х 5_Y*O6˚-^Sy@d]p?\ קNTq*U"S+GS'ŶYJ %P$Ͷ,;R [i7Y!\>A*(|U|@Av#AoP|"' &m+;ü*3BsSRF#i)_hyJF]NMʏۍ;WK@Qc*!g5;|ړǒ[:ϮCAW`Ǻ,Bh`MRwΖ's(/bpy.$D /n-օNuYE鹬8ZATN46AJ{vj{UW 03M2,<^;Q"L*Vןl,BvLB(sruvy$$sTY3Jcήe 3iq~x|+=&h6ki i F8״B@ [L0x ]ڼ6I位1TCeThK~oJV8i!itRSFƗֈ8_M탄PDFP IieT$iBm 2~e) Kt;t9p: dOˆ^kNIܷ.Jr [I/VaW͜;CT_xKlt2Q5U5{'G+7qjE^NdɠJa紿ὺ|T F0mT)%e@A__ih >}׭}d˯ʅ e8F,τptkV$ )(v%s4W헦Ḯ#!W-dț/Bd Ulrd#]"̪Lvn "ڟBͧ ԵgDyE/6Ga)."4*aNYJwL> uo9hR+_bR/DI+PJ:̱FOe|K˭:w_w''7wM<>pJaO$]N;?ߪxƖ_ ߗk/Ag@BT";qKQ)^"cP7($cfH%Bݚ9Oep%dn/8ܧp\TsPƊ,O`4 K0Tl A@ĽPԢLtV~w2>޷) .{?Z:oajz8;˟3ro{*Z2~n?ӳzOvh;p2+1T9-M( Ŀ}E\زqu<Z\|i!@ VLas-x#Gds@aљh9\ܐ;2]'|/m<>n@';dq}#.b+r+C fY1)g7]W? suu,%fIko+2{VEaP }Mx Ry_'d_3$(8"7~%aA#>5=5ѽW?ɍOAy|\f'ze)$%/˱,-)@bm,Kz=3cӹ䂶Ey5;l{-XZ%Z|Pݱ麒*]-JSnj2t5Ia:(%f ')eǙY@su9^fmP({Mu"̸s`:dJ>BvP~Dw=;c1F( nc۟]$L^+MN\A(4i}ƹ&м eD>%-0WdgsiAS1!tV-v5_+N%!$=(p)0FWYn'Oß]/7eXNjRd[Qd>oZS?+q'LBQ1 iQ>;QpUo/sV>w+zXl~s H|)C[y tAHZ4>/ŗ)| fw( rHq'ovwq6$ݻje}rOM }ߵF+@AT`"ztH'#TaHѳ|]Q'Jg8|ufvx˶ D_զ.2i'>d֮ȹhr(n亠(p-y]-l0! Ea2roy+J52mt7(0#,0Ar` IkD*06S~ܢwJѫ!1)3q9 චu}t:z8UPX|G .PQp\>>ވm%ͰUӾC:kY^6iJ;ǯjD#WIᑷ@C `MnJp9S?.VDs(jUw7QbA<_S~.oh jik* ҋٕ'BߺOi=Uw) f77 lsKJYg̈́UٮjA,v#F=T2.ȔCY[73֬O&>k6K;{meڴ KC "Ie:$G+]*ukj}G4 z )`n9Xrk5ԣ2*GB"Šk! 9縕~6FVc.$l tS7IyZ ]k7Ur dR$x;C'+߭ a%F_u>SYfU5 igbt1rL+BF+(VYG# #"4N[{_(=Kid>V.4 boRY9EǍ/=8ZaD"@<=E+ /dd0MDxLv)1@}p䬁9&hA؞Jx5 @\i Q4<)^ ƸIVl/plv8cO ?sԋ222ckX`40IʵSd[Y89dv[ _u 1pItgCz-fx6ܦ@֠94A|HGr  :j5]r!_n_'NaZֲ`28\s?GS{5p{6C2b0h`>:޵ =mtyd-E.6O+J3-VGσ5R )jF"ڱ\j'l<ݜ(7I)PU E|baR5v̽Mih!d}Rvѡ = ?i^ )FhcXmj= i&- wMne8sq61PqyT Q6qyۣ?653&n?BmJ>^0̕+DR3ԵWy#z3^"!7 F=>n(b%@o4yvVq砰ݘ׺&T.zzǴAhz'z,ke kCU`}$k`u)KB<>P <1 5}V{cV)坺(ή^- Ťt`EGse pҌFdO%\s'o!Cս( Sȸ9CqW" }߱$Izy-'Yh5%Nmȵk׳)BuE!a)SsRjQ%o&RQ:&[p.Ip|-\}-պY$|YeW TKx"ßY 3U;Km^KǏnoV|_1{S\pQڄi"э( l3.58+3O~P?.ܡUfT˱rho@*xv)΂b0KښV : ebF|8 yC!GQ&흩:P=.u1=#ˠܮ_emnf {K$H[BF5zU? I5V*C48)Eg>>h'(z)~fkpU>ayOyxQ`LRt:x.cE&&YJy+1PX.wr{ \褐D#˧)i+)ߢB +RT|D}E,H/E-95~Q;cjR!Oî.fK?rf\~c8""nK;0{jB8BWGl*ڷK7BռTC?Pv. %mjxioJJ5cjW"Z|T&k|lE./ i WkA?zAZYb.p#9;7,9A@0xB9t]euq^ x4a&u~9HB:4~2E3E <>&_&ZE{gAOMs,މOu m#{CsDx-[W4܎31 '99yP NxmСm02Kv77/Ѐ78/ b pD%w Z<.}W“d_^aϸsk#:ݻ 9&#mM֊|`w:TJ1a /XM%{4u 9mC +^QZ4M}h-bU;[Qx15O6=|T?Gw4syO=lNl= :Q-LmgA*-6lN*[v 6;g\Z؞TT'9rSMקgXh? =~ #*H Ea&~ˑI扯,8µ`$~9Tx 8yKC:s[[b덄$c4ZÓIL,{S논0%1;0ЀtK) &U3./(H"%ulqlL  PR8.b{](ROaB5N iU<ŏxljq*Bv?X' VDKQn8Nާ>HD>kGWnѸi q"9IU/+кH]/[ҘopQeԥp=L8~2tَ%Rd%<#{pmjV$kz޺|- oR6Zv`l}|~*?_Y[ue&FQmg16]ndJP_Ch4Br0oH(W5>ZrὬo-"ۖ*\u$x#V_AgK+p>fy`}-e)H=|7 qd~=MW2O"ơ$':MkE$S|r^آesIhC)h!ql5CG,20nUY~nJfP39RyPb?0}/҉Ţ~ 5VvFP5g͢EȬN5F> w9GZi2cmitrwXѣuTjau] *#lչ\ igHnøJP.3w.hO&ͬ$<"ܻV1TMI *Ȕo^8Ae:%]Ost HTa0i 22ŠAʫlB$$pEwr?H!oG_-,֓d.RGн6*xdWb<ն&E;k8mo%DJh6^~K(tzD+һ0Ȍb{Ղl BBK P'ۧZ3d,,(wi>^-.]w))>6f !tGb$EuhnZyS7]B\JTۉ9nZqI Iī h:N DE|Jlv܎>:jE$Uj t3&Ŝ:)S{s 혮O7tݻ!͹SEۭ=O;:jxS~X.W?'8._kuЍ4Tp͝` -RDB^\PyWUU(js_;Q2.5/|@ "!`;΁ݭ)`N!v} 硯i3Mɿj4q~UvʬŔi~7،3׹aN2 SG> ݴ\ \+!Ъb'0E-t6N`Q"YCo]~rhK=t"n S5W(&DZ\jf{m)o L\oX!](y[LKF~q[q{6`VdlN2?ԲF̩eÜ"q px"OfZq,\rJ-f (J`+ļ*W_M׃4MUetAtGI80lKD u\tM*Wy?.V@W93ɥ{~YYq!XzԝvM$@"\0}tXkWdph'oj毦Pg)", c`@~dދ] 74c3Q 3c !$4lk5߻߭Y[k$<8׏@M#Yӹb2L,j<,-79Hcv!>^]ۺ%Mٯ b@WD *1]3з‚ {!pG^zޒlH+͟j tސ(yP@C E_3BfQKDTw6MnvW80`+PY ^ƅxڭ#YgQqm˄QDgИ!˥r̸'D,5;"(HqTMȧ=##>&eM-֕+z(S2 ~W<-R|fIF S+%CR Ь_%tp f'\a:*K*+GQ_SX'4ÜWDO~+咐ԡo^~WǥԚY O dUŮnG%$C9V9w\D$Nna:3.m-:sL-p4?|^O []}%vj]C `;aH>ҷXډR{`~<_>TN1=gl0Y*PM(V  #7 iK¦tO넶kɳܠr%IjoY1]W%" ^%bF) LkO"2DeY؆ͯ̏eޛ?B/ŇUaFbx${,B֬n`3¿Qn ܘ<ʽ`;*݂e7&p~jSOɻz@ʥ9+:֟dQ:2ϖ:Ef<>2zpqc, ;bjR.=[ED&-182S[VCD/jUvpEޟqvOc ;,Anv/DM13#UO^ װFR6D=Y}3L֮.H-LZמ}:)^Gύ)j9|\x7VKE WBODsryD6ZŒ5xka447Iغ5GbBv[tߥxg_`P }D"7F.tfAIyukAyHQF x_~NL;8q (7O.'5N*i3rD֑&G\co;ʥ)y8"Ztla"r,gfx/}.U?`:U@Wjs_+aԤvCD8W\(wu`NP6ҡW";@GD}o%Md suoJzȿr#5u]^ DKSD+ RBVnW%35[z-ZrjZs>>-yU<ؒ" sv'h|(DՍ.Jsx[}%m+7j8ߢ,̊о+8,L[J .򇶕3.vVu[/(k}/nwD|FWiƬ(ڭCZJAE?#x8 )VAxhaƌLl§S9= > Hb"H_$f@=1HsQ)C{ֈq1ڈU5v2$⸞<3ٖP˵9PE&5c '<2bz{YX *bp!S6?zG&>#ɣ>}]B`N]o}P^UO`. Vƒ?GOzM'DuWPkT8 #d+6xܷǵq1Wa򹹒;B_$YYC7̤X#;,ew=yMHzuh vb6uF>>Ē'N2#O m'L䴚aMQ|Xl[ZLj7~@6E嶬J¼K_Vҏ#\TZ.ht^Y?Q|M%=N$fMfL' ;zyw KK͓Ys$W#{Fu1ˏEJ)P?5(T<h`!ǰI`PTs.>εʬ Bqp!ਕzP^7(afs3WʞgR1p>s=>bg *:=]Of5bfЪJ\?Yl'vD:G4yHAfS3`nuAHWvn\\dܪU[sh륆z\ZuBҺ|scPD7#r%mib?χ3P`P,=2?@toޒ^UẎ#阾a#`6!"ܔFEIY+¤0V*mi@oe'a aMxyQ,d.ZsP|bJO>6͌) 8ـ ]R{ )7&qQyn 8 -|SS fL90#mþF3c4ӌ+-yy.0LyI= RG!ܬǜedUH(eS腆)oMd+/[QIEѷJbUIۓ霝a!CYa\ _Οvƒt 1cw&j)R|6$aCٹWeyՁOp((_i e-ㅄz~+iF^}y_6% ߛL{2zC e5-w>:7G)wJPt{e-pDÍd`R) (yJ*w_vkc$6˻חOxJ,˹gmnɷXGߜ| S3l ; ‘WǮjurИ<6sLu"6 (kO ˨m'$xTZ` -" Z!$Q%H׮}(>A{W2bXw(IytC)JEu^5?k1W +!2ĆZ +y!;gxdh/Nuehc7j__3a4" ͧoqp,mR^wҮπ/7( BqGMk#㉹1\H<)sBƹ-Խ({Jߍaq H$5Pl jɄmNH#V]I9U#M&FOYet7jGQRL&VJjBdD)}W{aZ<>$S(y 5[5w,Xpw%}:Ǎ3d `3)\)l[~yOax?WC@&mɈc{?6 rUxT{ 6Ih͍drR+Ou:BfL0l΁Rc٣)8Z9.~Sx8%Zy ھA.;k!AWDX~Nw#C;VK:LX9HxQ{ġg'E&Ӈ^ׄP)Fo DŽA"K}j.sX(A c+>EeΑ6$]B2p-m 1q/>`tnxև>tȏL&;φ83`3lFFkDV!w5\h_$ CyQ@mGcQ'A!41`s$ fc-Ӫ7s8 --{d׷={L\-pI^ 91P1.<o( pqQr/Q0%JRl/EHsW reʹ`R㕶w.׾wDmQɥZZNLw5It'5M5ԷDAuZYͻ^Ho^8CV[4|& "&G8vZ^6(wU`9Y)PV/JN[GL"s{w,CE-#NEO"P*dŎӯM*9_BsqehsjMԊ5:ͩNkퟢ(D #ƍ&mqz`{@ZYT025dصK=^ q`FIض5 펟_͔猼 %RXu_ffw/6GeGc(>䷂ps4q $yoK_!oBZKӪŞ 6 s+}jD?b'GkWm4?6t5e,Ft}ke5X!!NȄU^#'zE Wk uхGl`DH{N4'ە`yȵGV́{0%֑@-ˍ% [ GyptE}O 6l5ojg!T˿X+VfݝRth%W׫8H2F?68p}po ?[dCOWϸ ), ^=zS|։tc%_ZoD.7mE"Ļʇv3a'i*~e(/ s~ ` 酷(:=Ayuiw(Y&monWut Xo F6EDv.o‹,(Ǭ݉Hfw14sx!!PF{!B(,DZ[(;%sWyR:L5|lqFh㫝Xȍ4t)¾.bndDT 6Ԅ;*.~<3"YD?WF/Tr mW0h4eNZF-#J:$EVR.3E\ `^BzW^?ĞPuV 9s}nD²Q"44QڻKV J4SPWԒ(Q;/Ob{f58P3UXo>F U`pJdzlIsN`ÛYDs=w \7uf+ on%.G 8͚$ {y"j4m\@%3~k{է!jH`7q;rN_q~) q(uՉKLNN>/v~K /8˒)gUNFh_/p#}"ptsμ[|@%~a u:mtڲi } Qμd6^z&̑0,8H8zx5I%gPAR)r5nz!f{@t tS 0R 4 MtoX!]ȀOLYn"¨*MR m++vid6EDP@T\}v5n7?K~*$WE7HT:<-e*{=↓iFwlj}K4{)8Ncd$HG#Ypo,fy6?=Cr'x[TO765?.yUJK`\ F2GF>C$FhaNE8F;^7s|E Kـҙn T_=;`C-=O $ b{YY_te!FjQC04+@ 8p 01=B .]I.< DYɲl8\=˫ʶ >//,)j&$̭d%F4pklqEݯe[ϱb Bkɵl1 GuÈ]_;[&{gId档a=tU$>Jlr2ZݝrעSkXT1+~8bpsH{݌|5z$8?9A1=FQ׽}oˏ 6OkyPRhC#rMFM*/whQ1I80[lN~uc꺎\䔰QE/R(ġLB]!n_0$׷M!RBRϏA4ɢ0s LC >raoH9=R6 "c0;4Z;8cUM ։"%\qN`s +sc5;vMc1d\4֐};HaVa.d,*p -qGm"\3h*L`c!O >cIdBkDum9wqo<{HSG66+ KCf >s.E; &C skT8] hDXb˰f5dT;3(Դ'Cq~}ekJ|7;u5Mw/9HҪ$zL=sP%˾J|@.͕_irA޴ݪrHl7<>HHDSa  bgDE5__䘵R\S7 }@vK.yyl>d')qLu&Jl?n޺dhBxUޒ2sG%&sU(v&)?lh*&}=4]b+TmPz_,+)?P̭ģanŝ9*nid*:qgO"h UuDb8jn{ j10<WVŞ?vsM֊9zK="uDltΦu&N1@NYb蹋?CI//]>F=oHYyjnwa6h(~#4a+.ח!]S:4z67߈ewqqof} %`ґח[Kp"~c"hD<[B.3W :0>${3k@W/crՌ_A5jVf~ݖ.NELSI# U@K0ME՘lUW nmSu^A0XdJT&dٌƦj(햊x`E>fsw^׉4-Ԙk͢ڐ"f3ޝG2ljr q"&:E(\Ec?ȽQY[-'%TqJYj Z<wӅBѷ%?1B]9P%pon+0O_] Ywa !1) Icpࢆen}u3q<ǚ t:.ic:]*SuiO36+CB˻Գvb#"U H !РQxLhP,jxkZu@ZSEe7E#~AFn.[d3?<Ď.Y90)JΙ?cO!}ȟBaLi4b8gWoWYLS.3$vF)jVOkZ8*P;E#Ұ-=4Տ3lɴkq&x;m:tx  V9޺:scs%Qq TK W#g\}D:s!tJ~W3f/Wv&.5: L_weخSX7nzv9Yķ( 6TZ¡ZŨ~.h#S NX@w6D&iK;wM KGn c4i|̎] @P閱uSK~:R`^4zOx\ ,s\W vXidi5*feAY쇼u-aJ7>s 3h⵿j]h5W[Yu&z}GqJx*DC16s<#yK;&GvF@;?:ɰ:q"t3[6wYG^EgMpUA& 8iGcʇ֌ϗrWEt, :_ue%[&d vĮ+LFGy:nؐe,+`(N:! j-HNZ|*PݣH S#wzrp5҃ `YnAe'܇LWuٍnjn S?ڮ!g+BOڲ9Tn|ڢ\Dxɼ*f#٭G gg+NKN%/zHl$'ȑ'4jIjsTӆ޿!P߽'_Q*b xW*тpu'I"!mOaU  NʸDzWҩTZѿ 'z0 ;@WQ t-Bdɐ0654+^h_;E]Rs:qm#iݹG~Z\}96KLSb3 @ǦָM|!zc>w6R"v[%'Pψ b*);0˔| &Y869XFKovG1>( [-q%L5kK ՘]eSۜ }.pM iǔk>6EU@};FHؤTN x]$\  b'dd[x}Zrr[~/ 'Z LՑln1J2-)~Gw#d#ThĘ#^cso=I61)ԙqhώy$RXj pBH{Cދ}X%t --v=HqBiÞpk\GֹALڊ̜By,ɀ  |ixxKTOX+`WN/D73h&|8/ȼ ,m1B͖tbVW6#$rk;Rj_(@ߣB vx}UǨfjKa*ơˉLႺZ3Pۼ {`GQXl#yFK_)p.ZPr{=ZoQTG*]T~Y-$؈Ѕf Z8-Vh' Z3:wX*<L,0OkJd pX!?[n^"o'FOG~H]<;sͲ!gTz;IGaէ8>!Ԋ^<هpV. =UP2YB^Vٙʭ7jSMhژ0zdm+ޡAnx.3ј*``yhmzAa<o 2 ~`1lL@]L䶖8(V{hln46F0_/*^Y~tڤ%?ź⤭.`e[m u`xĪ_56v,ZvtX=.*n g)F0x-=ۂwi 2yXZEbDUW6)eRSƇlQuvM/Y>)+5 GU :?zВ=Ɣb ۙXEV|iUx^Ce f j; ʔo 0W ߀ _D=JVI!c]vݮFcݷX'\L/Cц`="w޻W$kYoZM'a̢ )-bdbqكfS#n n9-Yf-USjH&u)do|-y0DbBnj.d~<ݱp%3PFcetz7VlU,pGv+?t火\|r~eޛFZtjoY> r"Cc4[0 *S#+*N_;_ aA1t=νï1NAۅ~ uP0aٶe֕p i3yٴMKQ,'* K=0}Ө&Sŕ'njm*jίM#&W%"U)>fRtbb9PC0pɾl6)ߝZcF}u6W,χb.QÁa?,m5ʢ\2W9v3 1XLB(1KfA'! )m󜝄ʣ/b>6 yҷ̷P8^/ q@{HtWkh ^.89pk|yMRZǰxJLrߓKiowQNLd7JO1Fl\bwGxXBL^yPX:jFNLwtdjlluy56*J0JU817}u!8^H =}nJ#G>a Z15;,6MRވWt(W8s|Ǫ+e$ZXM!vq-e&Vhp8jNBP$52l~^nQz,@}+}n߄ YWݜLOB;#WM|l|I-op@5GKnLӰyrPH.֏0B&+q;|meT%c5sQG)R8闪8nB]5NdL%sQ)k-;>|jKNӗȩ2@Rb AHvՠt{ MCH"7)Ȳ}OX2+we;aXM=,=sa*u)i1-ȷo1F&ut*jK29(m?i?u7!ѼzLݥ/ʪfd%Nw2(f30.X)iF]X q) @^Vޝ+O<.+["sӼzGvux |ZO1'kJ{&/_~ G~Gy8Su=,%rm|/!?|7F6}giVSCxQѵ>?LA1T3=Ku"|to klXᆉvߴuMaH-SaL6 KvoҰD;n]QYCBvSd${UOAN3(Nuphɏ_! cis Kd3& -wOj $ :?7-RNMTYу_ qt14VﶿꞓJ4e>R2>Nn9"(d`X{3\Z7Rp`Uus,(?*&!RubQY}LkexkcbNޞ$^y(v2a}li)VW0Sk>b7.!I3-4K k'Ltvn%-Ul|7?P N.mLbxwq3*TCw2GO]@7q(eH>,0%NA(n7:#\؀K]ha^)ZHiM \k:ԑtp8y>Fo4 .dz ?K1]=9U_ ݚT]IӁ==CT5y٠};:,ٕpJg+CJtRՐQ_Ơ= ZmZWdfBŒTUZ"PP~I>`W$Y'p{;د9}XT=_`!Oh4|=>B)lML"/ Ԗdb^TJY s"?EC lKbݑA=պ5g"T|m776Tϖjөpk[tR١dK\$F[ceꬬ HDL4%؂; ߗ!hjzvcEkT%Ԣ|${r?Ε])!M7>5Vpm!X+CB*HZ/ ,mUH԰߱h[d؅sj[XY #ʆst7 켲O5"Ja}rh_tU<_D OYXBAnGHV B {PIYU#+||8KhXw " <`1.HJ?J5⽴ӱI!&d'%nFKteRQfXR?KLnclZ˞Fl%rO.Zg%s^ <F\Ί-p) F4胁+=OZFii hZr,E$ #cruW[tg| ۽SI#UuV4mfbAOd$8xy$DANd} FWyU݌O# k,"= 1;bЭ3P+7*}X=ӻ:i8ʤu'Jh9M:Cr)nWbAckq_GG rT9~hLu;;ŊV0mɰd*4rTA\7:Ue,?/`ȹqFw}^z4ޏ+rc ##up~ȹu 0UNOߋ{5\h${_Ku71.](GQ{P:DF'tu>FMԴtBzz0ީ>av=ʴ<"4$d\[ 2 Hhyf)trОa`#dJ!lyU:MJbƞ^ u'0<|(e+7/<4Z3d۫#\ uPGbvvxekqMMi&CywpNAчV1? :lz dͳTP@sìU:~Lێ-Oz2gU{Ч+ y@۱kZ),>^Me~,NʝbG%ۦl-g^7xs4xY1zJ9oCI|G}L^0|p8RU2HR~ .'-;l":w}n{zZS(:+}on,I.=%/"z1fȦ_!yX?b;uvRWБs0`mu.c*3[MfFI̽':R.EVO3Z$p%H߈*UӊHi2Z(0ldtTwu3skj&ɸU'e6?@}IT)t9ՖV|$LKvHMBZ7sAlAgL-xY9hg`oBfz\.`iI!1\}"65/inLMdQ:5Qӈ䏀qe}g4H|LP-" T^R&CU/- pg29"+V1 TwW" &q!D-yir(Å|/>䂡Am͸z}-v C*l%.N mBzߪm /Ot [4\b@ SF@ޗgc9t~k$-6N\=59:zڙ>_ Ƣ[a~' gfΘv S+X`ӬK#x"xnZzL>`(# 5u=g4HLS{xSsLlcuL\-,,ܹđh4SϔŔ?.&<E`ei5sv߅nn%r|Ss GYV)aWm`iIeh.yټU\j'Nn(:x5PesX .J6&qk1W2B[NL%f b|Y6Ʈ} qf/wVBNz7޹fQNŹ|P}='CNa+b|)UO4Q{/mU>[~37p'6{{۞\XoD8_?F^eyM٥ iephj$bٶ|oUH6gDdA((伍* ldG&!dBAW#̸pr?Mm(文c2S.HDer-$rWy4-]ENp>mo6W7p.cIixs&_4z0 A\G/ԲbB,h>xCF¢}&3.S FCyԀOS7 m`慉Gqd-|΂@!e)-[خwtc}A6|R*M<=[(N~:pn̞`'Ipt? oA Cx}%nWۋ79[TVgbcԳPTZ -Zr_jSKx"dx/XI!} r/HW4{ kNK&}X\"RyۏEWkMZ5? `;rj9>NJ?p))Vйx =A$*#W!7Jzhxhk3khVz>밉u'9yF>Oqt (i]g~̰㴣=F^Q+[808bzlKhhvJSM7@fB0kT-~}Ӥuiw|ei%c- KpM<%L;Y;C,{CA*@K "@ "f{sC=cm)z/M?]&ͽ5lkD8irh<_6m}[ ̏7Կb̀1u4 5G0p7p0P#sH;/Ž:%jql'YFO\ƸIh#B.3Ј]*-Tܪϛi%ȩY[khyfj<0[N|npNHl=Zwa'oY͐2!7W{b6呞;sf 1CGJӤw&#b9WATɰg [o9Iua2]KXjnHHDSGW$J4-9`轿WcMFHrHtx Y$\H[E^tKHvf {LD='ѡI4RTYeD1sۙtli* Fi % 5R[n=}#/Tizk3ﴕd?99%Eqڹa B+x/V L_̰!)'%=&y*e 6cjJb)cR:VWu֚a`&>1s%J&UgDՄ);fce#]M zǿ79v/m!f` h[R3}eܜȞ:M PϾ6>q<^_\l;.a w;IѐKFͤn=8p'V}EkUc)1?Tԝ5UA UֆeMf8xD@Bہ=y%1M l7M&Ȇco֦ͭxy?_C1 dN~ 'i4Ga-zs\j8c_~!')}ۤȠ+&JQ4W3~1o9Y 8!dK0\'XM`%* \Gvxn߅=vvۯcm.Y}*'n7i:*YdJ Rvq(7Kj Of%[엊Ck{@a< g=ѕǦn ?*sÌ6 ˭8@ЯcNkP Sh|\CTڷ*.._.z#SZr {#Sq>]zxP!0vjxQӺ s L%/|ID6&i%Bph˹6bPI(6kK߄(*,fo^ i(ѓۚ_zGq w^qyK%ߵoĂ2 j/5'ouOeH{Ŗ^7_Ol\!? qC >?sX W,p^wc=ߦz+Xł!lr+&_zv@R<`xy75fU&?JBEUzwfF60bĀ/9$("'P*&&͆ͱ1^4 YSLJw_JΥ^N2Y b[#XIS(Gf08t@Y.E#fu({H2e+uAnY],U"}GҿOiЏQmp8yji(QGt-:F}Ԯ"ƙ̓ƛro!_)5: -uesg K`(=QNk'CVsaNG>7髱e"zrOsb. U/0z@2Iç"7B2o^."bRI}~NG-H:&;8AHJ8L lv 0]H`B?u)^oS' 5{cE;k&rzD7łOϯ)ʖ\x(@0obfS*(anGfFʒT.ӕU7YsZWyrphyoޗ{4\FIĒiQ@;. xpx|*j"5dˌchrm?S9 Uj݇]J O0TΡ@_+j~eAAc5WS14 0x:S$Gv׷B8"G jDb"}ՠ@䫐hUc-d9/[˯ (2GvҌ fz\]!CQD viT/\X`!Ii;N c^Н9LyE >ՀZRm1[6}%\)-fɽܬS%5W CKڌϚmhc=[B1\ QP}.dBD*NS3eۋUb^hUHPNVz~"Ml9 [%( f&[$:&gHJn /o 앏n Z#SZ~Bg5J:U9x *p؅}QAr:Q_ F)/5 )]+Z'h.SDJZKoo#vX,FCj7g+I45}UUoniϰW?ۥ{n5x떺DVMH?ؠxgYxB$[YA b̚>NhV)C6MH8~hDp-%,E\MadcmbHݳܸuACDrt_=_M1jwGnmʝ溅W-d$}5B&Ew## ,AQI 0,2@e$,EO܊)ao>P*(ȋR <(2C mK%9.iw'|ё6hhֳ *cS66x:0&^[d{90yh-&L a^!c}~7ܓȆx`BzLipJ Г,ђ5|ZyG\dvl!j(l|q[ϮtF y"BoB>uO >7GO_!W0\D.c ѳ(G#&':G/?5żG ÙAy:zʦ@2SM*JkW?Ld_8XmhԳ$ܼͮ HJ#SЀR\|٩@/ZotR[װmGF8NPU; й(.$Fm?Q?$mJ;( 1_{?ť$2ލլȝ4SZfyժ?.R@-!O ьfF-[w/9 TP9]egc}f6QFcx) ؁/ b'*Y6ud@M8q?3qCb8*u#J4eyrOadU'oL N2(Xb0&tb|3ʕΪ"`KIW#p$9`qkBqTVr眱J♤Ljخ/s@Vvv^,V,`H; +Lݞ5m ߧle|[٪L,̉pY9/[nYNQhJ ؤUYB9oB?m@ŘTOv9,a8Ir9a:KƦGDF Y1|8S?* Eb򹘎t쫥kV}{b*EnAKeY8ULCX{ >B.OϥPwM%4DhGsOoDPAլگ>6׫601ޑ8kJMx[/'9 hm\3pNR P>Wtp/æO$5H\p;Y3S V)>I? EN~;aG pAxr?}Φ!j.^{A<.bXx /(7.i#`ݕ>,1uu_h M(j9|)?swݐv.T-qsb,wꎄqGwYNFujDwcH5f1n;/}B*5ZHz<6t<~Qt$ AdDcA]i,q%#/=O0/Ig\¹YF6\ dQ!JDdٓ[WdWN"s7gT=>P \wL7 Hv-:%  q($_G=<. Ri,@?sUyKf3MIx,D#Cwj^ GOE1ɜf^NL"K7%KkrߞUH]n̦rd\!J0ʉˆsp..immHw)voKSߎ\H,7{'6XJV]R1}^fB$~7cqs]]nyɀ a$~d(eFUDb @5+Z&ZR!݊MꚟhLfAg‡, %cuu-/NfRʢ.r%x!K_h!zeᛝ.igr8f>8hПoH6eЏAqٮ2{0jT!*B[ԭ2]ƅ쥓O{$~)D v ; ;z*V^2&mN >l v܅ckLR.yoSiNEs=>*,]ӂ䌛6uYxpcJ.eg@;+S146ΟRc]bp. .p.08,/uJV'J@TUx^0:cJwi3Q9ʾ9..hz^{+ <&P4szw;'~b~;<ⷄYeB8mpm g'[t8ލ\{i9ĺ\#Q-l%P}TnTqAyyUn? >~jʴ45At<)s.d\͛А^OdN\>q"RRlG* pax+$ ؃DLWgf?4bvE\׏*T4OvqJodg/(j"] , DH#bq/{@K "?J:k{MgǽW‚Yx|{ 8+>R NRxbT*P.'%)9F v`sAԋurjP\J$stWBGu21曟2nXx`I0_G_uNg dPZd|p:}8&ə1i,'˺g$/`4BDwH)ʤunu+elCdS]>=?bar۪-O jgFO8B{cH_s}7}QDi?a}4B}r+%`Wn6Ln{v Os˒ʲ,q3oR-Kg7gŘpaJ7$:Q$npc y`w_Z(vRNTSG iR[tdxhY*};;=Y jk:pw&ULuGA,IL/,0;ʝBXv1|vǼvS3fSE˚=E _w=)ʆd~:v[VlV1@p~ H,22RK7"2:1BZ~eCkw"kOqr! g:ݢ3g9j2Ju9_FAdsLvdB2ƏCd O&YIX(ImT;\s#%5vD}qrZ *# Z\o!s y_;雕P\0#(,(ORɫ*OJŞ8VxwZ!$0JbdiYXTG:s*4Lwwn<|5 5e]= e<rN*_LBr%nL]~mYQVSY@ޗW.6>y+h~dzSy:=\Ỉ-ĤclĜF5ؓQ|?j4ʫ41:"eiW0`oKU ۧ\S;;#NNyWY^dƻp:Ds,GBId z `Nx,i(BN>`0EcʢWؑ9sxԼ6!{;",:!PKH=u<#C \9]anQULgU76"RP~פ48dm~>`h̻ē >G%̞fr{综Z|S\ '$[b\>>pcm/%D;f{HqTc=BJ3 pRsc T6FPZ[;ԏ  dR; K5]u3|) .q>ta.e j^< ِI ӊșEWC76d'\h|<Mm;iD%puY}at= +Kx$FQ !^}f" C;G٧Bl;(3XIh̚km@BNTV SԂJkYƐ ('$B+fygXgP 'SC-ٴ:~K*`a0uT=] ™HтNKߘh}@7ZüZ'HuX&rXGtrkƊ\$p|Y\!0j([,+VƖFv+g7>&g >lV솞@/_hݹbe1N_KpL@/#XR_@XgUA2 ˟db}C^Gc`JUIgb%oPfsfqb'Jr;Fĉ,Uڹ=a='_ߒ6ʴ_RKq:Imd^/W#R Z莾t9h!^FTr&~$4?YN[fHe/_lv_}tF]2(ӧuq >jk^ԄBr9]XA62՚FY\iO^lzTk&pw| xCC1p9GKxzbo{o7ؘA^"DKl ȏ >%t'<6~RxzffqПom¡4PG2s[dZ?[ O{aY slY>/VtZP›i}SP !!(A[7`ouEXzE/69GGF #[ l d8r[/Wp+.S{(K{[g oԕt\Yd;ayT:1(r8U}3`S) х)c]} 5Di}8f%bym5e"sV8ZZ}m(0x(&̬(@ƱHINWUgY0`>laq]!?2.6=DE~pCIbq Q N弐kFOf*^Qav[_.yͭ fB< ׬B"۽,;9ײPӾl-ANf#Nէz6ZkP' Xmߋۡ)fLNАrK?mm7a$eIg+}k3p1'u[FQ5h>Vjq ,@^݄ca!]Z|搽m$PcoLEMct'^{yKxoX08zb|IE@2 pPZCkVߏ7Oh/47{zH ~6ű )Rr@.8bttA!JƦavk/LD^aQT͓Otω&T6qpf6yJq>Dέ ևޠ(I5 YgJ{8BORIt͖GTF!??h>E;Rs5!g+`x ,w7.wKm"o!X"|R25MG1vÏIfmXu"ɗ>j-_m)T5:(zdG %6jw9\4 kr)$9U *_N/-8FFSa)!&ބ̑WhLY//5Œ9 9?ϩ?M>]om0 HnYd*{`jE VRZ ؎}MccDG?}%utP | O=qC#- -sSs 9`$q?T>F·zС[vƋ(֝2 Cm'T;TP ʺ*YQM%(YճsǏn"M~f/|{LϓRZfQP>}tx9Mj,)&f y+pƴLmO!27ȣb' pcV%ޞ&BC}߁E,&`OGgyp[+@`tת0:an6 m| @[4|&W)pRdĦ `z,[wyX-3"*/E,c .龔 e'nBqw1Q'׎1Πo2(:C? ;jf L6仹EYoNjfd%,R! ǟxNx n߾5VGW:Aݿ2$X봏->Z0_a2j&+L|g}_ 4L:}rJIiВTϢЧ ߢDolƋmR>=9:-^k!:`g#Wt{1'V ssI?cvdB7?#ڸ #3~75@BN[3dW;kG)hAC=\;PQK⁧T)gݺ<0|g2!ϒ/ Lޯ13< bDH4rsyC7E ]>YBb٠/^?>ZhւoF$ /dx4bC_6aq}E'f!*l]Oq*&ef {y] @~5,G)mcЫKłnڏ=n' S>#z>iWTK.֨ZvO!ijEfi/rbחf/X=Ә{8-~H7{VG&*#h$i]qeo B(Eaג D<{7m2Ōwlz5K &Ң)Kv[ѹ. 6`RO5Y1pY n9 (AF"ޱy/#Fq \f=fBQ\qu|%SchiAdtaa@T4 2ٌq국?,T2F5h4Nlx)"SO~ DZU>~&)m_ 0L/@? 9rAGr<nux}9Ghh#HAR+]3T K5@<=da_%Dw)fyU<4RDA {YeCw.ZtjM}soJkNPVνF/x')pFEu(5`j6"#DŨt@ƺv|AA(\ugX;)YںR%߲o5b4&AY 琚')T"8ht"D^KLڿ$|X^SG曭hEN~V(yII W!v0tIɁY/O\9+݃?X 汀dWUz  =dMLidUH1+7j$"dNIO9 *.qX8* 2eȃY')M.M_CnL++Z) 5)E2&Jc蟚\._9}VFa< kݣ;%sxPY}O--3>a2vTyxVUm],]ihph?5 WA r9yv.,?F?k:X) |gHt}l ^O\.9Uɫ]0E@ oYK8Ae9)h,HVpU*;>|'a־U7~2I^:tC.iuo+upÈ͕G'/08B;{+Q%;/b?l&L\XMHq36i?MOeO/gS~H,2͌r~݈W%41}W#nwQG`&e0%"oԾ@ " "a=Wc\Y 긨@r7\xc PYQRΫ9vAՠ 8/?2Eb#B qcXUjȏz5hxďMoy`[dqQ8pc~~ 4'IC_tE]i~Zofkt]E\a \s_xSIꮚ8x`kZSH{R}6R[5s8{ ޥxL^ˆh[}+J4+Z~ж`)8FVM = EEfr Ә4HnӣJZi&y;v3HÔk'EF`\;t ݥN$\3>GB,)汃AUk}&MSڥ9prс8w[z66V;_"d aV|e;IvVpd㜴mĎ}fd7hOOv~F@q)Y`EU,y݃z6}\JۨCD%N lE?"PY˫sjše2bE/~SiTr.Ös=@UEl\o>CTu@t-kHЏgS ɰeX2DEeQ!Cp1~G;ݻˤL(siP#>-T _r  ): u(Q߉sS:.[Q!zħ[BU=8A;d"ʪjC.|OvCSoj~n],)qQ6ϰ![;D?WfW'|0Vu>{뼷A P.۝ʭ#Y ZqFN狇V!*heX"d P*rԥ$˜Mi"l({4J)cKx;ZZh;FoPYN1]JfhK+^y7<lZw4p,%VY'Yሄ>P$mRE? lF#AUr37C{,\& HgW1bZ摪slg?Mn; #GN} xn* 9=V0 P=R}*O9% X(y'J #?j L;jWx=Wр~F!( zn\'YaQ(-ptUpp3̆e pВQ.J`MvÍ<)VO)0M _*'(AD(7Y&\*A 0µrΓ7Z)o&z2Y5_w77_ >s~)ḜHQJgp_T _0x)wL'z SwbQGrj_jP0`*2fȶ\5@og&o}D4E0dRx<"X"q&]6eF(""2|=p -T56oV ˤȵ- ֭[}Y)6d [WҲ%MXr0v(yǩ} bҠ]z"8Ev` d@}e@MtV6F2|]* G_V^o#qMy rtt,E^xǵ+ tWXQA1vrd1CZC@m-lݕ#`[Z_"=!kf'*^j[5a/w)k:VU_b ֊q5JOmJ9 `3mEnC؁bPۯrm9QY?MV:F-O!& d;G@2JL:mLpy,6f1biҏ7Rxj 9O(&} e_Am^[DODFĝp; %{f:cѬѺn|󇠟uF 8#Q=)itέu|[)]]EaܚB=fkNFBdKw4nRY@jN0e{dюj9cQOS8Uk6B13|gvpCy"d t_ީFQ%C04?2˴d}ce*vpq,3}xTkPWLP>\XIܿ5̷;U͔.e=rJV)MrE+QZ 1rjL q(X&TMU@L]KjE5dʩՙ+ 4OGXsVi² §|[9lԢ Z΃ڶ),.Tk3(d ӂlt/ ..`mkoȃODJA{u0>u Q̝C^7%)}mL˱],oƜ$,!uvb&)3?'0ͱҁ_ o$"Ķ'Iv'x~CKD&}n_9:rǩדN |K4#p'_dqQdصa\4&s$ /BUeDO1k].4W~f f zoٞa'Wdgl&8~K={~ƽo%;`߁er=WB+d\~UUQuT2P $q2 "z'pWlרF:Yۍ)(N."gZ<\1jAP mxWcpj y㤷Ә4ܪ33Ոz3n}=+pUx&|TtU8|fJj!u,Z"}i!od!yLc3O\Rsd^.5#%~lޠ7-9;u^)S Ѩ7w6%~|W{C@ O?(~l kü$ً;FfXyTD{9@j鑽1Šrt*㼞AB((ޛ\}48]da̺bc6e7SJgΓ24;xpr٭Nj.Cl23ŁnjAV+l:޳( M Z,B>Iw֋:L@}5FNAcՁ!wЖVD.(T~= 9Y~Kc#BS}qG[Cp``rzI0 ϱW[]@#tQSi<#ooef6#? $7nˢ#L~n^ޢiy3U꣙(7Nؾd Jec@hN`yM7XK yU )sL_rKh)[mp)  LW 8m$fMĀМCΊ94Uβ3$52Hnf]l{kJ7o V.)Y_ŊreГBޫgBL+hbׇ_̍9ukKNz?Zҽ[3qy&7{ːF=fC:^P) !ORe&;6g zKv&J6;6cz5}[ܝ=R#3A1#o[ e\۫a/Y3~.w2s.( '^ ~½5vq85k|;%pQۥTCP2*mQ^x*M? xnN6~k?vh˳AP_>{s{Z}3DVҕ6O{0#m#Kl_tKsnnkm%8 gOZPV峦oL7]Sh\_kCӓfŢoFƐOf@[mz=ǵl-cvֺr%y]i[ lZ$TdC0]z7w6uә]"qOϾثH"֦1eȧ#((@_ݟ⿬?w[M;q ]g)>jspIddU(>(PCt] x1ӫ8|="毫2TTyj=4W @L-Z9kxSyB7 ǐt(SnËGP+3Fc>+"8@✭Ky?AM=^ܘˤKc/en: "Vcfvѵ:rhˇ !y1ԅ@P8jxl8zc rt'gt}&⚅iYPx|2X 3/+Q:'ukqzčN"jyt+TnAIuO"󇪶R1J/<0NfNQR4fPzF蟉2'-)t= ^.3፽n:WGa@XJ*3r` BZЅnA~2 $r5*1ߖ P\{6v'bA7;/\00}01T/Vf>%}nru4LCAF*N2iX(ۃ@]oABVN` ejp >(%U>q*ڿ5='1t !=cεP ׂ'AxI)Kvd O=dW"C*mCeGǬ5Do2@A9}0 |0;I>34S(+('gt3KτF_GUӽ7l=:Wh@=:ߢbW?5a+Ԗ`觃[7%5ħ3%oXjV ƪKM`tۂͱ @:{L׹m'aM!ѝw۩|f*XXJ9*XBZ8ڳ-vd.P" YiI%5fCmlZi`o'o?BBHUg< v'Қ"s=;񧀺eDB&5zz?9(xX$PUG@X޳&D'z/%V]kJʓ잗Ccb^G3*|^ Cei̤{e!ם{{FM1DdrbFR`asi<4> .f\e\[Ir5CU!+<q[5޺G?pǒfc,CbTVTE/-ߦ8mv=N>9$K1r>B.皺UT8Sdw8Φ,)ȜoP%˾5{GK`/4WVm|#%U׷s,[dyB_J{4)`I>U~R1rqgP:8i/ .6J?c-s%({ 1~χQ_?t1Qh ZDy06Rs cp d/Ӕ{^lO3ˁH Ym̳msbn=Ty0I Zt{ng MvoYκIYhfڧqfG&r+ S+!u,Bkǁ᪬999MWU\t=Gv-CHl"j_6nޘXf7rcA[?jWeڪտ _w5q("۷ʔOPn5|Yn30ٞzB;{EA`+{2p314`W}^<Odj/u--|xRЕm?Ntp ҃%&nQMsSӚ3!KZV tM2V:gcؚU 3>^؋r9{[,( DRny/[,:J`M\>U 2?fIH[)/Be!O [t6)4m r&־XFdKgѺHdʨ76֮;Jz1Q. gV:rl20x0°a[ab2]02=drqGZ勹4qKWqaC̰hi.Gr/ N6&{lZWkizlR&rQ 2Ր淔X^\/Xg-A\(`RiTLxvv2'p)1a^8\Q L?|^$ `JŅEv~]ǰ]vȣkXsW Opl` (T0ʩ3Kiw~}>DԤnJkOTOm{D__HЍf37`u\sO6Hy6#* bx=c2Z}%IP1#Wy,SPh,6xj[Ch`u ʒ Dz9 { ^xی,2#אZ<{ąֹF,<zڝ4va%v;]9M,?_Lն(RDQj5 8w{WK}52+l=֟i>Q|juLpfz%/b]G=āeWtWЋ%' ZA*g1ۖhAH]RwS8NQrmb$dޟhX`&y`.foi\k޾^f'<+J۴x.C$Ho*<JhYn{yhWuDns-C7I݅]yJ`m[bHHŽ6`2lQ梪 p&8 j]b d}%شd!%`|~J@[/z+p,ehVgr඼YeJfCpn("M2ZoRqs5c]u+N.4&wt~ tk^r\ x4dӐspccKis̉~,t桰GE݋,f@LXq. JzW$j?F^x_Ilqw:Ye5OdKӐ~xo gJ,k@1 JYry@“e-R޺1KM.nm=X@U8 P$+^b!W8hPaP8?B!IpF-[)\8ܢBC#(}Gv g5##ʂWfvLb;#6UϒD5a#SHOܲfq#.8?kaF@M{;r(JkXuXli#}K"ö^a&'ٛRf<41/ cqro%~(~0-lNwd¹ߢdNEb4N2dq }ݫBkI<';;C"43/7ёJ!16 ؼIUtjk[Y& !֞$ƃ F<^_͆4R6COBQ*lRyadD#9t=pP:x1L O>~.oo $5*QlՔr`Ns 60?#3@)u Pf<}FB2w3@1{C83pd%'ʣnMe5ʠU8r_|ٲ9O}ٜI] =!1@̿ V('K:6\.p#U*ߌX-&P LM7(caֆ0O* =l/#CĠ$D^|)#u!te;S%:AO(g&E0h7Y+/lkX|G+-+oԞ ,N2,p.| #{H7H`zɺ*N:Zפ`i'Kv2fp7AFO\G=igf/_M= ]o, ay}EYy&WqE鉖ݿڇؗ2Ȼ gϾZ!x$ k$ku,Br.V=Ⱥ38{d c9!X,ڜYYxʈ<ab曛52U~K7o/[T3b,d8fҍMxohI+8q[mk۵=36eDЮ"z|/YU[?Dgݑ dGTyn➊)Ƅj!.PC!XrD3h<H``.%j~^Psx\J0LEG.XEOMK͹Ӽmg'ˍ\]甽# 5{`#E8d9fHKUĮZAd#5TWB\ɋo@)i2hר$ Aӗ@$vfP^ճ& M~`ǭ 6nR7E/h **lҦ"3M: Kd@Ƣx^IN #t/xJ9h^wUƒVnW 6ȩW')O0Q~o^0Wb{+gKܳR-~6^sv)ݦb G"rGor1=@N*!Bh_q:Ncdj岼_bs~h`u99S1T8Gs8]̴I!ܮO6W !\.cT+u276oT^˿:}&rlZ+su:}5ԤyΦ-HQzQIY`K-?b>+' $al[-ˈ"K|6;(䵇vEN4&|$_A%QmCIAso/??ȯ b+ " +,!"teOP0 A/=DEBIS,aF";n*̝ CG!OOB`uEi|F4U7u٨]R;-F4NnyjA8b`W᳴HEg/[9v2u25`*o ]?KTiL:~[ :d\pO7E7%4nQn<[V@:(%j/L[S`.dr@e7 +<'f8<]4yvr E){(p9 9+lE5M ud7GZѵZy<V;Hfbo8C*H@ipa3Z9S M!%14 wݾցYI vv6jD@ x;KS_&}u8\[fv.yښ;{ ƄզՌ=fgƱ}}@\j+~{yVpC4஼u۹KT8n #.:nFxi䦤#B] ?\ ΝEʜqF27bΗ"H#/|}cVҭPvA  XTXeH Wkа {]9C,/ K<{x3&ҡ?]㶥+'nQ{r =h:pʘ?033ٔ黇4 Ɯm w1w0P$Y(䠀]#LjP߯=ƽ .% F$ cjM~=)N#ߧ0.;pw\yrDr,F 1Xe^8mgc锥ջg8{" ] Jq~~+%='/$R)"X_dzUb.x51Y0ae߫W#LK:3mnN'X# + @۽R%AZ(ٵ\=`ԉ14d6T` %eTJLk"y mLՕSť#A "Zʹ9 ܤ$3D|Q4i?z柕s@bx# 7a 'mBs~+wk6 '>V"Ei״!AQ4jg[{eг2YWQ0-hp A풃}h=N;LG`qͦqL?݄iNHض rbQXajcц>#(**̓ފ<#|Nȓ.MYs1V$Qm:'v0m+Vd?y?ߓv_y5Ly8GI@~ݠ3ܧ h1AWio%'\F CojXDQy&ZKGPߦ1os~İ4x5FAd#ISeX_Ӭ|d_܃"3ݖ"Fҩ_1%y]@%x(,S`pk{[7KƕROJz1=XOx|c ޒ888k kx:KZF-.k\% \䌣F\u1bඞjF-qZ5I=&%HKPv;$lz4>*H \r תyc]Hxǀ W$*w8:_ayu]ru~ԩ`Ԅ(LU/&pբG|繊@%v 0 .Dp0o'2bsnz1 {o3k- }ӧ<**ZU^(]mӿ }<`M닯O~jm@.(v_X&%:qwߚ@>8uhABZަB `.{KGF9n_B;~sj3419cyÜb-"鶳SDwn€iFuCx8.ei H9ǃHxJljNHwdN^nV #-t_!sFa-6;[$QpilUξHCq0ep!.Mw}q~GfRmX:7aٮ}=9WWW7T{FTz.9NkwX/vG45\OIπ/MNe *_5r DX[Σ)UJ❭y 5PXIw2O5^e܈`!Ɏ_dIHߛƀ5*$l뎢bCPifhrխ~ 8@!Rh9.Ւ2!u^bp^dZw]#bC>wfpDҲ@~ ! -SU귌|f0]ps_|f:NoG~W#-sɑ6^DXq> sp.'k'!s {̬ݦ˚GQMq=RLDV:@:򧉾Hd~twU܎tu[I*p5;l};p> &ZI+iUV}M+ї}wf摀6 8$iJ]uVS4&#C%p9 ekؓ=(/f .01W:C!ûQL+LUȁa%Ϊ'Ve,D@3$ŔZye,>!j%|}C& #̌`tr)^&5gK);T-J~5[kOEDF@'X3f'$NbIZL_xꀬaH`Lx%zc*OW9ZF&oio#jH!a;BTޕ%4Oyp1n]s1a9{Es fcI\ cu3rܯzuNIUJt<Vn)M3XI7+*h,[ԍ}D m 7`&־ +n-wP/tӝrVΔOwXb~xb{\jI|o kj n{f멙`" ե0L> 3Ew=KPғXԤ'<NCb+"%QļGh {j},6#l.fq+y 逇;uhI/?,Uo~^ܱLG-,eUFRNV@w$.ϴ`WSVzY 5)8ץXtw~NOR^\rhl:͞SX*RPRX6ם]%EX?V?XYl mk}MCv9u&ҎgsZY}j%z)l4UX*s"K/o$DQ\s}=1'`ɐm.X u* X RI NBtu04D[C;K}o"fĹ sxQVx.F\KDr8~ < B4UrW/G9LY7ӐƘ" k?oum +rG[*O<% ːBxr2AܩS@!CBaDjgJ*44cdW`{9 .T&R +χOIVul^Qol'0x'Ӿ .y KX^vH>2 *YCBgVS'Vq@X*#avZDe0YZ!pg t~hloE~A!Av9áz'qr ;e,t?@!By_iRSmb+tƍ9Y qM"nr$#&g-e̎ي;"uZW#jkz,**0٨N-6 % Y4>e)} uIfHoX]c޴D mL( ij5)B6 cEJ\=źn" sP0=,3>eE_~L>Lg~gk?ً20h׀l]VDw}G T?ݑXۧQ~}YNA_.?IޯT>bӿP@Ƴbreb&#&_䁳t1QHD"|h>?h\_a5I0( !=+zZX(Fjʏ7lt:^׋Cz$ 뾗M詡JkyjHjwAlrb }"πȏ="KңvPh2E#gmg>쁗Ͷ֗/*_#E>\89WZlWg#@nӗ3clnt5MNy>í_%'RP̋Qftq {6m{3;lPt zMIR[FY * eΑF8-!3F0~Uh?%SS՗i}]ep;)eiYꨝ!KUR M Fm Dc_k2BzGN#`DU lo襜҂: vCot,*]VeK#LV xh~&\qL5;Dfog}v.E8hiVou[yt&x Ypѻ!#3(z.ynX蓴.>~ 6bԖBQ5'%",:߻ c|!]v,=^䩗ڣ )rW6ªgOJp-:΢Н%Hl?l)9gۚqxꖼ^F vØRfc_f5%]Em*)Ԙ0\;L{v'/Bc_YwQy:8z  * ]l;G-y) hMk27w&C;lXM Oq>LP<-Kl,ɁKL\M"p[pgʹD3> |UXkF% ;AԻlr{P-dZ#f>>[4 H4Ȟu؆ kpNo-쩖ݶϱ3Ee|%@)5 3Hm0]r0!Eoя}pځnR_@¹][,̬99GT7% Ύ8^ /^DX@U$(U%v:@M,zޙ2'e[|>ؑ [rPx)KFȬPNTas!x= tJ|Ղ|2e4)۸: qK=>yA%( (暡/kakb1 >g5& թJkWŸ.=g5 MmAEw_#4J}<~~;,I,h9QЈj_4- oӝ o.ypf]g30;n;ȬȀʁ& [.YC܂Ns*IpV{7qEG=lnsv<8}$ Zp)aR"4轣v}*7E +iG]Vl#>>Wf%ԕB>!Z^|Hqtڎ}өψμ,KaILܑ^/u>qA1[}Btp01 BiqA^B-=6A5ؙX)*^ ,oU&[h f\,o--' ++@0-BXܴWs+2LMsG4j'~ z<*_UPbP]00|uz=< D,C&ٿڝ0]2( Imfl Oy5tvЦ se_gݣlW 1`JQC(1%YJ%j];8Ond#}.>rsuaҬJFڬjYi$,c7>߱% MJ)r8h̤BqȰ咾֜Pk.!N"->Mm.(O`15^eXEo }Ggĕy+;u% =+oZV4]6)LsTlKnN9B!JY:O1N;W`Н&bu)m[Zv#D@y1buYɽvlvD;UkyNo)E׊rSFܢ*KՓ/.9+=Ր= }*}5JnYꍋ-јJ23Vݡ=&m8xapT$d?2lB@Zϕg3?i4o*MCò':eFm?_ *Fy mx%'K#|dAgVʹՔxptaU5 Nj  J$KmNU~ݘع|v6`#+ \w65CA(٥4d5{tPL2Ԩ>*ƸT]őڵ p%M?.`֚ȥIQ?iRmHB|Η{~-%Dg?V^{4%(.Y<4{[,gPK.s!7 /z6lIwQca12#«6H(FiQAO61p?/s>榑1dzEe~%#Y#.jVbQkK` bYS, A@eQ:Q=2Fx-#2P.8J{6LGQ&w]TOEYt|S3:4̾OĞY[ Kr zX6kQ:yaܱC= M;ⰒÙ_ ~]]=(Q/ nYZ27l(S-b`ad٣E92"l~bb~J˝t3W$ZTGaR0U"Uvpv ĪҬrJyn`E9){< pn68Ei?/ EΨ]g׎hIrz歙z8ѭ31W&'Lk[#aO;BqM,}Dn + :kswBf{@p;;.bB}絀 hC(ƦVk§HG'mzI-O$X ⢲0T,@j^nUsIۨ?[P[o(xp|MqB.H+9CHiaͣ qu^h/ԃ~Z(Wb{^H4Q%Ih8 QmP~}V^!']r rHa1W,A[DK{ޟ,FSg2\)@{a|4[(fŝ~`*ND, p73K$0b [ "{;#淝 ݮ{S#Ek*${%K1f"iGR;!6 avp+C%yl)yd<xa%> rlÙ5,l#52nd<17L|BbJ%Leb2Z*1kioAN\BTkH,)̚F;`~Rjr orkfIVE,#>=]'1ϐ!~rdclZd5Zh*؝ײQFb{Ovpp~0y }o6@/x=xˈ]7FSTMj)w=Z"q@`zQ1ʛ؃j^94f!Pcif;yK J |,`)xBuZ3;.i9Ԫ¢>a H7vIw蛐*9τĩOR#PI, A%0Y"dљdh{9ѵӃzgS DG }i-؀5L9} \SJ-Sc|Ҿ6ر'uyK=hG;.gx۩ wa_p+IÒpވ*ƔІv~:쎅ODuCM03YK]gw E{=M}@1^"1,̱g+%suȭ؋dgvb(VL$@-M̻Jt '$@&E+_&qDoǡQ0].Fo'n1yyʲE%d1xw-Yd:-4'UA\j^\31H%'iQexgї.^֭ٛ%|/ͳXI.=%LXO . S/]H>(''ƀ,+RMo9شQTCG~ۍh]Fpo #X-L?,g>ZodE.ncO\O0Ν<7:Vh۵ Q֫#pZ±ƂZ{_E3!nQ9o4-+$aǷ AZ~d;E*Mjm.Jx.'TiSrDq^U9 ^љ`4*qR?UtKi'#3QOD}>#(ݖp'K֔eMg俫q.?_ &]f(E&W]sg03SX_ 99\T!{HIr auE/5O⯼Neys6EMhuZ*v6A}#1 .XedCFarc 7p'QRXPvG.¿R,B|=`9\з9|bXhO&4!4#Z¼;U: 7;WDr rݓ=u2D*8jtڠytb⛐:FN%]b^3M󛸍::P LGϗzD|H<G b"8q^w>:9iˡ07n.YXOTF@.!>/$ K{f-LrEf.&̒D>Bʕ}TC2xEGXJ2#K(j&4> ,+SKk,5 xDTu!?^C%!M,:@ׂ}%+(e.&ȫQ83-$K @kbo Z-eY"6)Y ¡FB *7٧rshN/a-|V%u"WMU:joJ|ϟweHKk?k{:㐮)#Wg3~#Vi,wG :&qڞ|h2pjtm[|: =lՇ FEGA˹#"%zicz͋>N 6o.@ץ[gU[^R\dSjjz׆%yQp+OMks1a_l:4v;s6>Lexpb@ WCYksAL n*\MFYCળ{Xi-wt@\-E0?)$e9.Ko&FA2!8E[[D}/N͟XqC\1!='Ⱥ) Q 嬫 #zl.U4}_3۠VDSZތ⋤W&๥ -4r`.D{1$T!Xb6D|h?K*$.DwOM]T˘!D6\g \=%ʱ xB5}:eTuqYC얯.  ʗsSe-S>oFy'BL5~wdF/翵ز AVEKZ"7bm.,&1./]}D2wxw~_0^2a8{R'Qm/D!io pN9AHg8+D&b#rOaގ^K',7 >׶SmugX Z3ҫ[1Z`2pղ֛H,XW#_sBFi;nb*NLfuV2 71ٔ#I)E 9+udcI[hÖU3^Ue'd %aJR}I98?G+ΰϑ8J)~zb |=CcL ae8i#_õyc ҥϳ,hX4MZ4A^TDq ת0o~OcwT tXaSWfCQFWʄ+̈́KqzݞgJ Id)Z5+Te&xXٟqT0FuLtO pQSF!xg FY~mi}:ʟF{X 7,SӤ5W2·q9<-\A.[Ls*65 h(Ӕ![nX6 x|s'~Fnq*F4nB(!ypd:4QC=;Аh8Ug>)[t_ծcj}Y@pNY|s5dہr5 ]om2Վ<^9^4k9dN!y_Xtsۨ3ؽ3ƭczզT*o)T`H?_i~5JW΢%z)"ErJ*1\N@zp0 ڡΉ\/4AbMW͡}ʦ) +T> `!Cnt1oLQڄ^6g'}<wy̞rYiRKc}^ķe6 Xo}ސe9`I\9 WHyԳ>(҆sZŝϳ%> ML9!1^wOs 7 4w*W.KS)噐31â,xb*4- r޴g<GCq)Rp@f)!r U : ϫgU̘|V >whl8$^FcbFϗBK3W CLXgX -z(5Z4΅مl#ibdQQMg+jn>[۰ÙJitۃ1w AYs> <6k3ey:0nAQEe%EoƝ~E)kJ: =g-P/uQ#r%Z2E)Jb(|SRAilUEZz3jSu!_ڃ4. i{]'DZ":C[݅)~ ?iQPJ^,7D6YguШXjsDAHHv܁dBP^Y0S/NeDqv@.q S%?EO.*g.s</f`7t"l:j|щM+jkn@)YXS乍/r $"^I&v 4혇/QHt(>,`2ȓռf M7ڃ N–ZMNuHK?"nm[vaq\({7G%#RvI5R -SO`dBnb+ ?YPfcQgdS\߬f-Po|)w hޚsz঱tR ?x&^t͹?9^ׄ"}r$KU+č(bov6F`Y_w[.(b_>}p-oCl3p",@DV [ ٘+ﻇ\&BkLJID—&~@;s`>Q\.D[rU>VU8u&:aŧ6e%Œk2g+4ZDZ%ٍ3G [x"]r4=ZGܯ_y$N9w΁0_3 Ϳsg?&~¾M1'>5uD%1w >pE4[ELOI33@1e{m T]k6`@lE*U{uM"362fv4>,kJjpb޶m^Hu0)Kabħ]2vڑo oɔ')) ^zyWLQ$B$,%,D~$[eͯr05ܢ$Q $}<' <~IDnT4&>#F\97zB4֥}ƥ5\xT@}^l҄-+(тʌet't|Adt7 c7G { ={V'E -vpI,25.&$[mS#XzGGijq{=i-MdϴV`^Цp2YE| _cόO&5XwY3ITԒdic|-F]Ր99^SbYm/r _h6m֣??!w[}0:O:Cx[8Mןp5trxR"-^D5Lw\ 5e:4T`rq`P/|6d7jto\v#E  pB5_utfR׼K20WDWlB&˦3O(+z{7s"1ګxW83w*ǺRE˜IGT0gsr_p.R#:lmcKUDnQ٨Vչqi%q *fgeY" 6.t9 L.ǫDA7^*Ґi;p#w1ڝ -T&AλR(ww18('^nz]A>"'&/ZRWOTpzyަ޳.~ ܴg)9?!@d(=S'jf72|[ d&ff#7S%sB-" f->Դl;SCv\b4iM*D롻6 R~f,R)am1xy!0 pbV'֬/i-xZ֏{n-p Q کD^'掫%;վbrοCZIԄ]E1v0[lrmq2eus nK \eyeN v4۹\>oe-sNybLCꌘ>Hh]>婉N)#bݿd ?$_yi[QpO쵻ÆQB,oL)(zӎucZϣteg/-'ғuK R<= 9zY jNZW4D(W#>~?+sD΅Qɢ ;=i8]0G]uN|:6tAtGo35$ A!yQfﴪN^pm7lF͞LyMG!O:BXal". ^yJ@٢Ԧ!S{ZmFZ,22ͧ3UW?f|0FxЬ?a2l6Ai9Z5y\1qAʁSP. 8^{0Fl;ԸO+~C* e)ѣuN<QvWnǑ7.BghZtM]R:W"iٽ{}XY|Tk eܐ3oKzhr`ӟ0e8+:k9YRtL^Z\=I 5Hw;܂@$r` Y[OtoXQA 8YDJmחzk46VI!Q͔ 't?mSל hN'VO^FRXHDByW CTB_ߠhe~@@s(V8x0/(:<8a!G]SШòs+B{ E~Pyu6mQGAD8^-9;8y=?FRmkR_vZVgs7?16tf0ƈBaS0uoF4xTN%,|Iͼe #\WJgwnI01<.l:Z1s""W,qa%\TѴ2r46U a=.,seu/½qUӊEL,$Ȃ7Iտ܊sY/o}=E=59j m~SJ< s 2=vr<UtM=X]eVy*5VAj0vLm}.@?T$jD]B)e1Iڔ[-JjI *HnwJB/ =Wљآfp;J=@qrg 'p^פ| ayPZfZ3kvMa6)&߲#Q0 -t{Nol:Olt*!42A [N04<o9룢d'<Ӎ/=~x*rIx\L |Kf.@H/o>;j`aiq \b^N|n>^JFai0PtK< Ǯiu IsHvUsa,CAWs2\z^VEZ/k_@8(UdYvI5m?)K$]]IrsL+j&\S4,hLMz? w&K10\tzymF,7R.#5̊ A?XWx>2\u^-X8jOfvXk6*}>,r4PSؚfYI=}pV1 3ND=ܬ6~)nOx/Q1U#Lq7햖33j+(.FY(T2DҽERUlBiMɜeFC6̖_/X72L=9*r܂H]~BT,z$9J ׭Ve ;A_>~Ւ6uw3D.9ZPK7b6}E}0I~|dhmFJ':}`O1aa%fO2 pfF.BEnrauuxt[\_`yφ!ښ64oE5*҂Jx$- Ptރ_z'BR1 딠"5 }NOӢ(pY|G;гHҢRjM) F6zŻu^[#jMmWL=_s]fl+{@Q 3@> br+xa.g%3g0w$u(v=^7D_2Õf[^׻XR2YTajA 9\{?##q+P/ LvtTLjm\,84&,Ϋe׋:;h{CۙEJ/J,_ rt)/"' 7;/p_*ΜwJGJȵ 7ZlfnYr0pg$#a?N>ľg%6N}@gR(!NR2t3ils~`..JoEyKBgJtRJdPշ \}d5US o7Ur'܄J?žU}eg\ou >d=  g^4OsOQ>bEfQPxLfeJ@'7^vptb`Qsquܘ:3H~^X)ȵ<q pЯPvb=l&kT>G#8ԛ>Ӹha!r{rhcFNÛw!>a,Xi0$ԋ,b%C}0AR7Muboֵ.]fJ䮀I؁ʛ8>!ߤ[̷Z"21q UTt^EPR!<};F S5mt}8y[!Ņ?V.b\8yCgҭpm)m&扢7jX |#XD=iò ࿘Bn"VUrtj9m;],drQ-Vʣ(}B'NԮicqx2h]4`7\xm@6>`<62ftht?jIK\!vt.{A b"H}oAo{oO1l-'sS3Nۍ^M4DWД;Z3i+-Ԙ1_Zb˫p[eeQc;%>ND hShboD-l T ~6v˭s O4s{.n/UPOXwp@tb9Kj: y2Ø,w²NzV}-`^R`^d</W/yZ] 8/׿r@4t+seH-d^*:6gk'IҖ_-^ d(oe*UO m;Jp ~QQkf^u^GyNxbr'|)ܠ Nɽg-Aȝ 獬;n!TbcoFphKq|{2ᨠ[3i\vPqչZވJC7x@/HDx;Zif5Q"텸u%4y.zPc e@ֽqN_͕&(}Avq-}vTxCli7 I, ahQ4W8v`Y/QT{U6Is(x:MQCAf3l RÞogx<3~Y0«54(p[4q\&0uJ0*%T]  :h$b#{gEs|nџobj`mfr 63rs!s/IG񎟆@5_2Eyts$hET30H#6C7_p/q5G)Pd t H!}.2; %Zpjzz\>_L >$6{ ~Lw+Wc[=觸)Dm ie-Wхۑ6s. ̻Z#;dz܌_2[ ZvkcH$V%}hu#?ag |Q(}j9?ҜQfo)szu'wc |wFpU}!_<- ݦTؔn_X i7/0!&LG> :`%\ <1]^?G$\98,rpi/w6bݻ+K}2٭Y˜Q[/5u/ ݿa$w?8Ks(B^ŰܬBs_[`6\?<)h.u5qZr9y\tp1dYДʿb.B|oE6oZ:D%IuO.UR@acŲW NjuqN)( e!"g:>5d>lUѲ 3ic;YOZ3y[V/Y_@q񙛲n.Ld~aQQ@p nTr7v%f|./o-⌳ (,ms!E\hsG`L;)otYXoƻs 5(JLAY7òA#I>wF( u#vuV]=z[;,*S;jq5Ғ2ZncP͝ grI}K%n9O n vaOiMJ賦9Df|exp`;띝hj#p:Xa$TIuN;&钲}K+ːK*qHO~Pˋk'bj۫݀en1<:nD/|L 'JqT0d$ضt5x:nl%{4lnK/FPϥU\hZUozRٷQ^LC +S&`cY:|2鼱 Xݔ#Rr'XDAPLkgq%&$G )Fb$ab50 h'4Ӛ=%t~wdt ,ދ\$Wޟew`589v&%F* |Pͮ|ysV:';6c^Li6u jqA"CVqzoCsM,eUt &ȰS Z?$ʨ^&Oq\v/Ϳ {N61oK8Y:aědQ=MSXSm* fMx {+v ι2@oб?Fwy50hJE$9Ê]-MPtx/.rg2XxOni|{ZHaZ+'lKh~AXκHnTSeEN#{xgӼoY8/p&~ѿAad#![5^]"%Y~2-ϘAPBE-'Ϩ*=j]C𕶷M֙v`Pa@|*:DF15aߡp H1<*t{gz |5/7+k7>0nI3||W9ۦ#6!7s©Q.?F~uP͂.t~D.kC_,4muJRЂBQ| ;;2-& "s31fk4EЛL#qUs;hc0-iLiX1ňе-+u-KS-ģf 9{B>= 2:]D–*{d۲$Ό4K䓅[A2\`ccM7$A{~id36"VTE1D4d}bKP:;dh]G.`A4uhɺBM8[myB+^͂0\=h̻C{;v҆Migi٭Kr~jdfISQlV#VN}o t&(I5M?)9ݶvNҌ^iX4~>|̌>c!o2g6}Ȣ@^+Ɔmb ‹ '~4NAlhlVBӽ[O{~WӒ"^>|=iD(~qBhZQ LgOe0B{P^ץ%] NͳdUqEC /_Gלt}UwN\ɘOAߊg,:}gQTVuº mVoքJH3Pe*uz z46b!JUb\W1TǍorT4(|L,JGR&R;VgaaŸ,0`6 &ȝ}]|&#ߗAbVQF@m]/!2K0hΓ=f&=JkhK-9T'E,MCQ9Y܎9(1p J[guM 3yҎa5 #P[ۗrp#27Us[0xnd(J8C4")h:w=(W%Αa0Y͏m } e늞i8g|T--nb*&Lha 9ц`$2uEMBP :vGJɵJTA^\W>?Dr"Yb@xKOy]BD΍ҹ‰eSIȧ6nWib~}~!iXY{`fn8( %e$Bq7#B&GY]7"Lm_`DR_1TKtQP*pR6[5Rk>e}ORd]{cQB6A18=6yyũFpϮ|`O>9(07kN] ፩'HG *ui8[ʭ%ar242ao2z,o-Tچt+fbla*֣@ӷgqnՐQpG<ɡEc hckܗEPnRVm*2]WE-Wm.8YE L}IxswAL4?:BPtRc"1U}!2!+ 2tדpqjE"Ipj<f0S +l1p/$‚Ghl7St~ ǑFBn ԣR6{Mdv 4$ .fP~R#I:XB`Tkٕ4A8RebD}?pQ ?"6O24Hְ]Jf@!翃X&4;2՟TYO](֊pbb:KK',`IR`m7S{,Πa4HL%M`b7 >w'w (hro< AEKȓ`fǑnfݣ=Ut;.Rk큃'gtWN[.]!/Pk@0fT`r`lEСXS(vrJ'UrzBDm3@]zޙ*gQnlŪ6vw⹢$~⶙? n33U>!;/ ϱuLw[W}uhغfeQ8|?J$Iioi3^X d":q+nQvH~ jݒs'btUHYP1ԋrRR964/MJؐ6SNoDf<lcmu)vLr;O: l ^9}1suC05bmbIRytƳ0B;o.9>˅;N9TP?pb¬"nz2Q1+G \a}Q:v_.#6j9w\j(J5r{z"C*lۛ>T55<0Ӎ"!٠^zXfRu:<j$Xw%kDJk[%boa5竽Fwd0>@[hM*f: TE*5Ӟ%l ь<ɲ?)0b2JϡL!xkn9R!\\`tov"=#B 3="۴ Aahm\|T>&) ̽l5Ky6Iд5N_n0WW#*ˤi'b(]&϶0i&J,r|']$ $y/r`[/WssN`{#бXl ɛeiefj\$n?{XFDңy"O.({,3PƖu`gL/xw=m f6%M :OMTܺ& tue\-jMkAй䲬zyd-pC_a;X_ ^ Ø_u`|ľ:>2z&xE/s/9L A= EqRqRW CF8eSM ƇǾ4rXm㬌Ը4Jvϖ $rqo}鿚Py?UVJuWfJ:OKYdR +(Wx'!ɿdUK&o(t7o e'/f~D޾PZfHڊ@7י1;sk ;kF{o;MOGܫű8n ؿ]%o_>m}+ns6*#Ǎ=DZy45ňU>4>!?kIfQSlINXޠMQ\G^_'%@AɽfpIDR>}!\ւ9Ycb V”DN>8TnmszQu$^.  ٮPsL)`/$!ڬZڎǧpN0a_S k7KJSr<99 i\mzw"rB)x[‡$M#a|szQ)<(Y9TrS ,#Ӊa,yQ7Y̳OcaB\_fv1jYWwhJٗ2Rf(/rX6s\Hy[dӱ~CS/DEK*3ڹ<-FRHqן/x%g]cōl~d`ztkE0\T#lWh<5mImBN$f5@udIs6<<M]B}&M8yŴmST+".ܓUo5S6vTR9>HH{V_z}bIԓXb$H4D/s]P OS w pWAS6e?.Z8KwoGzGE ֚T&3 CO-5$t_H꟧x3Tݏw싆!)G ܜ{&qP#66ɨb_[υj mãT GٻzNƚ) {0_VfmL[o; $$-~m}nT^tA W,U!O 5;VA/a$ zӥD0pgyL3[@r k\kv,՚뺮BֈnOF;WqK:R.X=M UN{f" Ge('VKwG)3}b!2{+Zk08wX0h>A2k\+ǫm$Pb׻O-6B[o@%?wKj @N>У+[}.&{tݾDqw?_4 fT^6yGʄ8u)XL {;wt~Ti2ME }'!"rٞ/⍹ ʠoPjy1Z'f^s)@:}e}}xuj0(/VF N%A PD'Nhuy<^먈3W FLE񊦚ƾȼ2jW~chlPd]g Uwͷ',UC 7)t_MӲSrI%&So Ce:;R8MRHKΈ/}fa} ղ܄wf`;%tHbp?zKc8%(t8G'5KWž>Ne0|GR{!tp)q<_qBV4/#XFmԳʧ%!28z\)SXVbw(^b; 8^<hC(@:zrd?i?mqV*1\BOJQIq=jsqx{p针w|`Qo_ǯWck#r9AcR [K'߂,T} wCp ?ΰ@q?SNe@Q֭-uo3KkUgZ٭z-mYeP.xV#I9z,6k+7Wf`9[V!:k4n;ݩ͒vm.Nv*O%E|:.s9݋L_lLYzb߈bA%l1bV&8(gC23D&sq^Y\ 1n2-w%Q d`]MǑU_:#m;f'":%Tap ke Іԛvhc蚋Gwʦ\^ T&'ZGW'lU ,̿m?/fw0EENcY@C'A?IGk|gm} ;M:(gʔM,diͨؼMLAyNޓ|6QnJxs(5!w Io_QU6O6O\>Xt픓755`dzNIł/hem<>Rn:޴<C9mUG@+L蘬@{ز=q}jIA77y^0 <)HO*E'%{sAZ; .c 9c>>E%L+q_7'zL]4  =w JuhFQg/nMlj NV/\fo?r-[䩴bʩwŪ-w <Sv QJ* YT}%7{4Lz  Ysu_X# Z4ytWH iYDq@q7].UZU5Q&=N2DŽ?ۺ̮8ʆɈ*n!s32Қ B8^yB v3b+ω ;)=qGBҵ75cf1; s%Um U8*2U g1MhV|s59`9q(u&ksVu1JdUaay"9ҦEOhseo.–0UG7!ї!)cjy\)6 FA!qj5/BV2 ~м/H?r>\/2΀r`a*U( ^c[,_h<%$js܀/^ G,bOXCFq }L`\dƧdPhͶB@O?]2*S"ַ\DXgQ6jPv`MYsW R@N KD=OS.w]'v#*һBl:ɒfHhHb3ǖ >7Z]yTuz'Q!OM΋j5dٳ M#ܦL_뫒a#I) e5^d9b8 ĮJ+ojr؜$e'xPC -iy_'~oЫ}[)[29a4}evȪYey .9tdk,8$_A.Ku~%JH|,yOrAAQsٯ !I[J}WEkخ_0qT (QsH)V^Hiy\W8> OΔI9pobނ5Dۢ!q_l:%=~ 097PuxÃd,k`d@MH$HSGF4rI%-=~|`(orӨ |/?lƷ؅2HD7޶U=W*!~LМƩ% %:\"⧲<՝2+9'!Օ孓fGjXAFC R_&@$Ipu \)@tPNz5cw1ʿ6 ipcJ} AF$|~:,2ֹhz5@lI=Y|ΪQײsujg*נA?]hRGQDP]fIsa;NXKE9|1tDӪEҀw(&d$D6wr1T3' HHT> x=0%É/ -pYM廇̪E':ӟߤKRn$x?-PjP&ŋ-帹E@˝荌N=q~0j6>Fno~$_kDV2q Bu5bC'iBK+G-!rC~c-`P*+W:dexŦ<>{P ĘL-xGhAK]O' FAߘa2v0wCsjrw$g'ͯZp z:qeWY#0 USw*x$55we&tobdiSja(.yŲ"[z#'|J@A:sIixF *fSc_ '>>,7L;Y><j='!TESwӠJ_"ȬN vDGشxc5M Ӈ:|Ɂ7yѱfH.E0hJ aNL;)P96a>zV!j$fyFJE,Y tDHvb;w{!RzmH #_XQ&y/IV\Yɡ`Q٭8;^Y* ,aCh 2}fG 3]YHRRS1VPxټ΀^e `m` ,I3D[".JR%TĴr=~ٷd!-؊}ҬL@'Gt÷A}-߀օkAR|pg#$Ud,+ N}%!q_4Q)c*.*'!foŒ +^"!vꓴ0M'ڞ(;mymzdPFcQįmd"G}Byc;с k@*AdԡOa6im -Nq=*9  R 'ؿ`vRh gtdY5pto-6=ze`]VYH z(U֘vlm>\vj>.~}pg9F r[+Hn!g N퇝Zb{ǯqh)?uQ+E,hDVr3:|p~7uU/hgb&0V>MXQ>w~GFU96!$rPsS̩ilB"+1JgLjMoZNE3{k3VqE`G3A"rʓ^zop=aA UA:P JsR}OCOʷTq{JVAL>jbyf \O8*_#$Ft0ƄT7\uWx_6t-/t렏:MF{ȩ꿀`-[Y5wbA1t˺bsRȓTH(j/=,1H#̽M;y̔LAF !2ߊ RӧVT+ #䓧ޮJjᅢrb;⹩do^`dϓCfo=.$ *ao@ۦSy`3}C]џu!*IOrl@Svd#  YEC$jqej#S.zifSrJ5Di2ɜI ]ᶔῆy` guY9Dt 1*pեƔAcbaTi]Mjf_Kpğ*,tx] /H6 EyívYJ8]~g_ks0 =$N?q4d֫Mt$a#Y$ FQ\ནݙbmuwx 0 t-F=O;:-G>^uuUs * 3r(C.*X,9_uuILcg06C+xjta=IJ]`LOH-#Gs F Ƒ(hE)YdQaWOrl D|ו֘mtf(z"Ok[qOW׃FBC^P%&fr@j5+\&(k>~--0Wofp:B}}sR a"nvͱ>$S<5'g/n$N+^8I׎\OZ&ihL8h?MjOxrLN = ^d</#IsYS,₻,6!j= œ$Ah& (c4ias~*=̡?C1O`^8MqiX/ߨ4&g&\Gu%0@gV۔V"2ܒl%$hyߏ?Fp L%O3ݱ͊?ZJl'!.%5=VMus5&c3AV%s&"0U3Ξэ 63hg?A4jPZeW@PG(g7nMŶ[Kh 9iyonsI剜, x[R2bT&KM6}<{A:zKWp&8,֔ +44֙o Ю0$ wVC4QpR\^`Xq44]}MwVy{Jfy2F3;3209HYP績kCX/SXkɤY3F^ȕ^C~CP q@Fa - pv)\Fc{5߼AQJqZ<^Uxu_Dk7,Lxb%(yZ"U.ĀaLj4}g'oX͓QYB(9 `{pg9-[UP)汩,I}_fρX1tDŽL=3A{|UPA/]9iw%Mw E93BU45l-*s٠,ڮGobGf÷X]9|1 nAv;f"m!UL;}BH Rvʴr~Uƚq5o[!ZBBtNm]Lb'V];ADÀ*R H $S)}g{k})Σd(*84tbEXP}t:w]p)ON7vXx:O–iFmQXカ\=$r<Ҏf^,AXj6 {jXJF1kI F[Nl<Fh"2EpLnXR;-d\\J%n(- ֖)5-fm'@ ]sKȓޱSP*9wÃFk6 |e) ?UۇK1^%}+e)& f=kWuqTQy|*; Zf '`Ʀ=CȬ/;fD% ,$]}Y '+u 9D?Ԕ<$O/;X}P,QmGXi#bEy}v&nFG_# MђwLZZOiмWoi66X=6T8R}9a T&}ѻE8(w>\-OVґ[$LTEڭQK"8Y𦮛Td_Ȱz)a?G-ԧQ3O=7B6.p.Uf|`F!il׭Z8ea*-`9bAC6]c\>3ITȚ@jxf5={nt<~7)=/%|z? h:Rg- $Mb^FU_"EuZdQ gCWs)]kpVoU#ȝ!gNsؕW.pQݭ_]5'ItΆA^ձa 6ӟQ"^5kW#U}:uT+E6tXϓyB PV71ҳ'uK!:|/QV#@Ly4!_7U`H*]vgHGY'>NZHХ'v (WRDN>[=4ٷDI&4(yBMtasBnsVw)2>|)#&||@ק{R|ڲeR,JQ6uEg|3zGfw 1_2.\ w&PƧܓ+S䡗h:+,]8UWoew|ɺ*w0f+p٥rc9nCpY1βq4ƂNW*dZ6?RGBO<03ŮrE^^8}F]곔Pҳ@<`S5˕ >]KHNas T5jAr\+@b7;<7Z ~bG UTx3XT_ @O nЕIP@oԟT_D0UV{4"W7FR߳xry('ft]Cd;]|ޓimفitBӦnnᲤM8;)ş&0,aR.r1 =zݦtN$:~ite3H,㦑9޻ hą*4SGaY]kAyLy~ƵbFAꓞa}`HXJ{juzdPlr{9R:(nGe$Y;Wvv~ĉ:D>KfʰxOXaEQ,u@B43odz,@t+ru?VsdAʄxWn@pwǔ *ٚ 7Þ3$X,yPulsfBޒ=ӑzDGnIQ?CEV9i6cخR f-6Q@&%ei4(ua~|\{u=ҿd3 !T-:KyĎ]g74!/LfDvuQ:'; Wʶ{މ/Z?փ}>^OꔱX3i8<ߚHI݈B<.ު";]^mee;zazAQf$4ld攛`N9g}F) CXbS;vJKviBOOhPܫ{E KlOW,z/vU| ҹ"3e{&O(QK8͠cZOKN3Y^n@ e^uM&mďځ<"dX~4(|yBfPa\K{^2CHZ]/iWH`#1tGƘǴ=8緕EUIrෑj^IJ]I7U%us;΍y:2S v%5,x:k=:Ann=>PN2\%"MӬAZܜska!wP=UC#&zU\,O}GѭOQ..sB$XR[I$\mooG,*PWNM) ?c\J@Y<-EQ~36kF\8|(j )@3qTh!/U; uwf˯A,^[fe ,Il㶺&+6X:i30ǂȊ\eHÔܘ=S_K uvT[X&iA~ ? DXz9J>3R'BQ/Hxա! x:&Uk}h S{;Bly) I?uED'1tV[0V΋pVEΉ+0M_4RP{m)6,XX-E\^-ra7 O Msz,w\d|Nurdjĕ5HD;6 ׄ*m"Hl؍4:(lu3MQf7Ͱk[HcܺC3nSY喣$bڱ2 ֌;>t՛t.iWz-P"0Ij1s[IUv}̢fI≝e»6m``WsP3hy_IJ:XL5%!UOvJKօG޵B+o͕Dla]l:v&Tmy r$8je%*•m\$nsr)_ 8|1ᢕkM f*ebG0J0;ٿŔkW6/SH1_J]ډ A:Ί MUk4:} KqGxV`@9%hJk>edIJ"]/n4)" wpA,H`Mm*o`$T̡BGM8U k95u a 1hOϜvμƽiģ=V*YrXm% e(s`%"{dYCx%|A\X6]?@bV>y<{0SQvqX$87|x&w_e]t&Qq8X>-a$ q_?MM /1ډj;O8=*vnu)SOEK{N]_IP(3Af[c%JTC.,Qa;!nM,8) Ӽ, Yʣ{U%eM[|U,͕[f?ϖYu CwGR1I#qRk{NQT |*ifm!KJ T^Oox-Lj㖠sjN*A5s2neU>tX3ٝG=#Qߡd!]EJO0y"V68q*ټuCe!Nh7kGxt!nylVʃ-V'ZnJO v4u*DϑXr &WAwHu|)I"8q8A2qUTqXәQP++ iZ_~Q p;AMsk#- ǀfXpQILu;Y^>UYf%G D{K>>jje*Ӣ:,RljeWCͭڎ$T[b ɫƮ&?J_xZt5=Gu ceXEfv=]-vfiYX2 yA%l\]1r;Ѭ|pEHX<%Ž oBinsbPdpѠ_'^q > 5 $\*X$N*oTp_It*ݞ@ނc޼ܲZT(Dcg+s9zbDk\HpUbAO?0=00dSEu3" F\g+zv;A^hJi=Ei5xH8el4򢾵IXjjIÖ8  pqb7zLOC7.x+gQmnhiᘩbk"v OG3Qq'\Zwq(Z=Ѷg)C?+RQALڼܩ0ē3:ϵIF S½hѣ :s{{ʤy!Na̱ے%X;X)Lp^ 7`Oؙ$i 9tP(3y^WҊ:"dRvrBhg*}#7 b_Ϧ]'`@0LH7]e I/W;pAٗbu}tKqw /Iunz% [YrȥԱyT󂰑a b+@b$rJY[ICn$rJ,U|·fEmb-fO߁]dnᅐctfƷGPxǿ]n1sJO{}o]u=4uL'&PPpDG[#$29v25Nߠ3h0ْ>KaQO kRP'"UR6=zOsokqEn&؈(5X ncq>,؅zhO= >5 >';#W@SchmbOw϶{1,V).,S 8hW&"k7W'J5D BT5|s:sB -rG+/˘킱:<5I,~bGt|]d̐=޸Fs. >>4,U KK}_2y6)v){"les,P й EB^;.=,{*R19(4e{Itk&r!'~{`¬*u=cn0; q~YPNaˠ8S&ÄtWLTVf_/ۻȚj8o]𥩀gA X8+Ho 1bD"nK9%erq-7m^RvG{kN^z95;D: E`ɢRNwT !ɫ qGr0w$z[ZOZڄ.YI21,+]8PB43dc$CS]I i]#9zLIzȳU⍘ D@)M~{‹ ~oF/Ph讌.u:;J iÎTC%&_`I- 96}XM?lj9 IIȴrU`7o%ܳ) 2(,i(8:R 5|K"zM8.xj]LZ"׬U6 GDL1$ή1,!imm6+״U,8sтa>a%>SN"e-4>~kaIuvSYL4+/(LFţCNۜ14w9J YGAbn0yުhmfJɊUQX)פΩ2V>NZZ ܰj50|ǀTN2?ZW^"s >4Tq]VӆtW tk 4t&G? WElv'&tAFhhKp/ڣ7-te1TE<YJo)lh;;dGk(;4TyxRc#e(Ŭt.\Cך8pg|Ԗ*FAp%0UE"X*Z?wyBZ>>8wvԾߏIQC $/ !$T.O]Ç4ib <_3H3|Q%>IY]-IUqC<!c'ݔUvͫ2Lf3ᵑcJWUϜ _vhJۨycE,>gy=F QT1SK<2S:BjWyJ7p#ni3O[`AҊ";Z̅bn!ϹGf"'Ӣ<áBJ7/Fk.yA:%E[OםSUcN,GEׅ %oQ^v 4)(2a rTLQPRx8݂ff!|TT9ĝ*YK~g_P_~I _5:c1..+^7 VES_oVp=*Uci9?[êd`MOic2忣?ͤP0Lxe2=`9!qUC|H7x55lJ&VUW0 —#$a12$ަƹ*P?'|eH[^rr Kakqr!. nkj:[dB0DI4>~}O9:s"UBްvʜ'BTd}\Kご 3| D_Wob}k]Xqu<@28L"9 5U(*5,1>Zh#OXu}]\aM+tŹY#հo@"oеī$_ap3)8OViJaÝ9P&W3ш}ASؿP"Tm].Hbz4N̚kn?Gt+ab9?(eի,̱b /yR=TWm H 4/w7X_Xu7=A*^j{&8Sb%HwWeIrZo'/rbfq0'z^ewbrEdVB לDVHC*FkPliÙgNpqlIb^6Jt-$E)ϱzw J6=O 28ު,܎96z[rNZd9 o˖o`K+M1~p2,d cn (5KchƖew@%6~D^e YXƃd `'_}bl}MXΉ=SkEG9s.S&>[g=tĨ4maO"U<|+>H|ֶi)wXTmmFVʗG?-.siCv(&biȸ3%zL8n Q&C kٻ4`v41!+yFbZ(2;Ȁ1̱35^:$VcV܏V*e%qA~I9~*vOEKGB=.B%ewݱ),stV곭0Ug>.q|4!8h~XmD?SH[`|Tx]Vo բf嶼:,U֯Μ '(#EpK OV@BkN_ӽé"tFpNՌ/R# ID&4*Q{a1`MPY LCH1lV %Ab7v0QTb]h9j8rQG%Q5$r{|ZuZe,>H%G_ KG;T12Y vx)Vh4& 馪>%MVep|d pu>@4f51 ݄ZwmyGiZT(KU(sUs|l:rT$׍P^#. 0]̯61w8eǡŦot֢d|'-4t f1lxӺvnTt#S21B49I9{^?ռЁ }]TEf]5[.T^s˭lQ\֬W ݎH}]q2풐(bDyQhـɫڸRͫHۛ +00Hb!,jp;PT[B.oY5UIA95ǻ im\1 YtmAH<]g>+bzVRgHvIxsK)=aG-1^ɟ, Gv7v t\ÙBϴǮNj Ntn=9l9 *J: uB{cGO.!&StI5-cwV˒$'dbsKs-Eڇ $X_ᄃj*!j֖D|;C:JN ! usA6WrBzG:GyMG8&6$2Gbi%/vDGL Ja;)gM:kǰ<"Қ?>k!7* yDQ:wam{qmW+j(*%~zM.~ 0)ٛb܏xpgM=:ux+b7{sٙ5olkq+)+=t/=>[塥&ޡAB.@o4_w~FᅽILݷOnqSCPdƍ^_\~A{B#0XzoSws)>FniF̡">.J$Y}_.wy!ga;R^54{%gԨ;T,5s#G3_[]uyK 7lΊT,vKv!wФ]uCs/pc4"8͜vT/w{z>o_{v}iI  ul\LjK֤@e4j/Z([f204f7>Gyߟ^\S+L,ﰈM׶ݬgKPLow߸V e'Ys var ͏_3D{ub5N8ȺA ~4L;X㏖܃& A@N,8PWRo.DI laO%mw\qEux~g:iO1HdBO}P#-)[MJj2~U/! 4 ϩJUa#l-H.esA.NA;lIpwO-} WV%E6N~ ncWs̡*YcL'DdlHtDi75 g,2YA{r'ݴ|td/iAe51鵙 -1\0lGIw"#-*mͫ%.*sAdm1YKxk st ڜPqFa\nv/tP>F}\iЛ IE$kNHqa%bLohZO $)Ob0#w"C_".0ĸSLA9T~Y1CkprW.jћW߫TQ#'!xG g"FrH {{$I6Si%vIej#746qYLcH+Ufv4~f$J]”1=UԊ7d dy<MCq<{[?Igt*)\WLוj6D@\1x7\Q0ZtAk4O;xMӪ k,@jQ7nWD{k*kـZv,FkO*PDOY Z$n=CA{X>M Uv.-Q3R^ZWs&:r3:ńIQ-H1DxrRfzPORʼn˶(]T&~U j|, ɦnD\qt18xb8wF qS':Jrnh So PxTLEuG5i(!*r )}[ЎE]ֶ5Aq_"3J qC:o?Q&˧v*fSS@$wNnΌ0Ur7nEhY 0B2@-l#{i.PCA,Cށ ]t^lDNG%>|п0lуIfퟨ@Ci]||x%JpeE*xlք<'1xlt EM_4۵)y- 3?+>YGsEc;|p$ c5< JHV4̾Rgߓ lI ,yMRrGY5bzuWas|>tqIirZO2SĪ$eU/Re 񮯋(Og ϰMq<ŋy]E<|C}ǕE6d$jA +?ʂصNJB( sїG.}yIN39q=I7'9SE  %7D irg^o[aBYbmjfD QBS$n#BRi PiER;BpRo\1Z90|lE Bo Z*% [XuQGҪԺ,D˨GpZdoן~~^P@w+Tax%qK@IJ_DŽx]D/)vv J1E94ST7VܭpDμFTBz O]11AŒ#v\l'OZޡѶVrz0PyYbD;:πFJiú ,.=tƨA> ?t*6XmiEf2%'uq[y C>YfD9;4Q$@Vj}<(Lpi$nk+Nb0³}^@'=boLLB!l٨/A5*~2&^99d UBI$uթ/uU@ Uw륿Bj#ꨣ)JԤu_do=泫c`!j` CB8j/X^:8XqY ݲWlıPnbi. 0qUBDGu9X fxuNpQ<#q6=%bt]BebƔ 3ͨDnǺ:_x;!)4~%z1R߆,E b}9œȼJu9Hp V(XCJ%kހ.%[V݌7JͲA׎Am_6xTs@<Ф/ -&v5.p! 9nW CLA#V\=V8Drz\Jv3f1x8]-Bխ oU媡-76[c\1d$t,;$쪉^, <2ESkC}ӏX^;k]Ki2s0Gy\h4;CW'1^Ft2uT#ږ݇8Tw9[<Y;vFS(y>Z]}6[eX(4)#,,"FLˑusqwP_ٙ^o1$]Iڨo,ί[qmj Npa3!s&4 /Nxjf> ~͙4@.&ރ`y*tÆؤ&H;ƈ K4zFZd5y&FɨFQ]bSB+1(olJ2\/;gRef.ҫYHH,G32KP53B# '}X4Y2#k2sݬb:6pe/TL 5hC o$]~ vw.&_3Ln+2N 2 JPQ~R۝oofn5?'WAs&a׉r.?ԽZ7"l{ݼMXb.@W{o!,ZT"16'b&4.~qAIw4 0@Ͷ%vDa) uLz*OC0re=N߷;ZО.ܦBmƌ' ] Zki%Ό6#W=XGpT jZӊ|t-oDl8^wvAɵ\*\܁MH:oF @K~Wn#yc,ן~SCk]v)\s*b'@ֈ#ANi%@gl/œf2D8;!j(L3&(zGZ@Yzϼau$V4_pdERzO*OѺ11.պm׫7YDct#XNX3&<:DG3JREB\8<]#.>8%2=aCJZG5~"iM0 rݾ;EJzӌ˪P[H'/ w_.vD(SRe4Ma47/˃hzMd;K#ou}, }O٩ea*N1헼 薙@NmG{&ƒ&|q͝) />$㴇E7“l4$o5ӟPvT<΃dx*ɩa2s䅁=1U o#C,ZM@ ʾKyh,P:&nooÄšsk|D~nBs+,RDty$PD-bFQKF_Z-8|?uyanϪ \Tk$X@1ޢ:Y {Ѓ ^8׶JԠ@`-^Utrx %z1-,XZ5q? U% iG U?jSQ]QzG!HaFKuZŒ_Z?Ǩ"N{yI7 0ȃL E/HaKݲ͍+**>Ne+UH^|ԝ]>xgvQ<:mف񮇵|2 XZj+BۍNZȢ&hJ[(t{u}%+[8׷uHLd\,cO8* dZcؒs,OR[yG@[.6tbNYNzԭr|Q-Vl,im+TO|]x(t[cqbhEk~3 Ҫ5 6Oag[? 0hNԦK)20H6% sNk*k5gB^ GkfU֧MX4H+ʟxht+ӻ XtD0Ki,4ˏњO#Ib'qeusK6:,K[kp8xA2dF1{RR!GY{>I&O*u_J ɜ6Xav>W | .r Z#x( Wul? rk 6yaT/DxX;oz*3cl}^3X#dZ<_!}t#/Ns\!O8&*\2=hV }D}Ho VI,r%Z\O8QNJ[lv7sg".EV;}S֬Ng vxYmލd"H ݜcM%~UaRx&8էN_j;a,Wjg?>߇Ze~ctXcIK㱠ó{?CgjJF$qTy |R3c[ VTuKb.nGXt h;dWUEg>O)IO#IML%{qj,@0 oQO)0a[wbH)qw . }g;?$$E{0Ҕo,F4 a s@a(ݗ- =%/s.)8'RaVʹ)3 iKD뼇pAAFq:?e E &|PMfN$*Y/5 Fe(ue>eqx]

!\i^:KGGjGN=U6GeIQ=:^ǷbSp|5nM9Ŭk;_pg(/1+5ʭ)ك$6!=egHK\DWj2Dު͔zg d `v 8ŐOiHY ƣ4@k-"-cgLu1@Ul0p-RTR|d"UAOpOnME^L2$ݥ8V5O&迴k\;l_/tY%? kk!I|t)$As{־(Uջs}1ҽZ[,t&͌qOhQEAβt\2-)jAK~.Bܟ/H0Ѣ&XP=} j@>Ty})hP]_?mH gLikJc*zϣT2ϽEg5\/7 i-VU L)k8~ʴ}Nh/i|7}nx܍(8ͷΡ x2j բiRc9ۊVSsݘx}2Ra+V)d{.ocC(ɧz)1EP^:ϣ:eh\/o!D^fR]#ZGpVJz =W&Bf5QT*^L`>\'c)iGL鮂CMt%s#AؠfH4tl͓Xv\VqxK"z8 *5xMy?[JXc`POY#)s /PQs' rmldžIUTQUTf.Tdغ7 ,՘HThVޚ| ٰSyGnJqCG"kPĎJ!oyS=Wpt'GʝtMVCmRt{$eoz B&GcgnZ|]'g & b2qOouc,P,!̲~uXҥiDq;&zH!TEĭ~bP v\|#fL?d,_kRgK2OQp@^ܮhkEd8 8r& ]]`?wck_f-FHv `yW&AȵY{09[Eewڐ|v W+htnr' :yML7A_ \2R+Tpo#us|m:d`WC{8γ|[U~кaWn}=Qe_GФA:ecń;yWzec Qb$ hܭϣHfʸO~`kӺLƆ\vd*A<לU^]o\,QW$_iHTXjTb),@9;:=g /.JrnNf;\܏'SSiVȂ`1 F}WwO{nMqYLcq臃eH_4_-W:[^,u tn[8digw͂w4+;)26@}EiGb!43g@Ё5ZS2 ?08+ҌhԍNJݥ~+N~nvӢvԷg}h?P8(rwTY Xp'gZJ\"Slj64Dz4\lA`I wgL7#7 N-b1{^>di|# ,I-,/8=el+$MtD޳ie\|nZ>TVVq`╊b1X|܈LEUpfp0 [H3?I[>YM/UXXl`"6[pe˕6%a^Nn%_ach<;SmڑkXq.ԜǃH HPc}F3Tl3]Uw..HZ*|܀kNie@DՎn}O)8|8I&Nd FcXKՁ9 } Na+Jձ9H0l[fw榒sWX]}jGD9j$$ ^ ,u,5g N*-"0LK!EE/42 ڵqc*mq;`/v\𷩪G5MaNJMTa {e)tT9+p)tG JSNZ2ҩQ  ?{ewbS ND&Xųc6dzkAz@,23 >X_699e5x_̓B]%Prcm~_Cn!xDa9QG\mfn-A0i 7Y@D݈G!Lq6\(Hg\7/@=I-f#$;9#L"~SM*pAE0'uuEy>~U7k1;~p~8aגSa;H.- l|$D셎ud&VyHº^P }kыd{U^$t۬Sü@ҢܣQ"h%9FH#X4r)!ϋd)2_:8EwZZPΜm[4%&!\^Ĩ8oϬudh!>\{09od-XBew42} ۏO%עIҐ9اH2)$1`+J{(>y1;_ʐ5SXor/cT>Q:XCW7޴h*:3Qdռʝ(=t!-5`:biZ&)B<3{dU*O&9&^Seߡ=&=g4ktxw5UzcX²dE-hs*jʻ(99G3ow^-ʳga8wgZ=w;QCyAnlGV򓡩J yt[GmkrpW,ZX<-7J)= z[THw4e@0Sn" - 53M;3X;t԰w;'KCV "VV;4V~M>ѝ]uH^Mżn`S?:"OST!:c;HudьVɣzL. #lib 7iDH.vA (iȄKVө繸044AK6x%pD- ɥTxŐ#nw~l-s-l`!aW>K 덶M1{T:a.%_}?1p%c^ i@]\sFƊolL<Yؿz#qw7?q>sjw[rb![>YoLQKzvGNEҝՉ7#-|8#6Ė–a{~yC3ΡceUftՙ/ʽHLxSZ3|ESIj8/9%fġbkL^T1:IA!C]te T5͡@ +ueӏT &D5q?QZYVH:t3bz RF 4j4vx*j+d[K|(לMp x"F2vQLqJ>t$^07UMğuc _xEl @ܽb(ED$[B[_n=E_EZ3Y91aQ z EFÂkKw[$}ZOX%dD۱dZɤVN=QԠ8Npyd{sQ ʃ=-B*y}iu>sv_hQ`l' 1!:&urއ0k))չyISK4ʓr}OέPNWjhOrvti2׽sY~rEHR8}CڕX 3#݇BVWU{ٍ"Ruj_~ViYDJZK q_Ŕ_F!%v34GsR]פnRUq5ٱ$1u #P E]UrSGgqhW.?` }aA`ԁ{Kt.b!Gr6Gz vVPy!@BS"ab,O-Dsh/ _=`C71K4XIB@vB3W%uΞ"AEˆSQkčXhlw93uAD-.2u~D{v &j\,<@b%=9hmC QxF,}ҽeppV"̲BЏഛ/g̈]<^ti.К'*&wKO"g B$ !?jiUb D6ߍś=xWv(p;,&:'H8AxΕdy RG4ytB!6I`ˋZd\"(TN7"XUPO\?뀺 {v5#Sif4Yӵ$@c`$MʴJ T9ݼcIՉwW2+$G#b>pB I #c?PesϪVJ#o"Ò;W"zba6wmNJek4g[iVފGԴߵ`@f-і}u-jRBϺX ;HbNL\4yڰãn>Lrb9`L XДc5:ߴ^f\Uz&ǃՃ0&)+ `~SlsHf9d/t{Q%7S5NJ@_hMص@5s\:AKf^ S֑ǑKz{!"sN -œA|Oܺ}"dȗ;!\Zb^-"!T|-aG>W69"b2ʳN G>iF3@) 7(U}3i4b;v&羉l=y8ߚcTo]רX=PתiϺ⡸>k{G Sf{+ՆԵ=*1W&Wjqt@'ժ9:j+Q,𮔤p׊\-`yvA0Ξ4[t0/񇰙CY UpdЁ4Ŵ}%Vy#:,kK<)k_VLg"GA-i]lthI'7Vm'It^\Hx% WL=xX%6aI8Ag  8cn`AwM}cX`<Ū;~8~ ׎DDJ^L?1xM[[%"/.!B>eiIWn@lԲ6N*eOKw|+z^v6:kBq}aiQa%`,Xk#_ !>\#NZ<ӥQ_O­g53>J!ˬ?uLZkPI2 <(r1eX4wj)"%>nyTW[!t *N&doZ"Gۮ&"rTY̅.Le hmob}|S^0a -mAP{EnѺm~WUaH{R7:H%|9t>g"k֓kBkR^WRZY(4@ ӹ۽ǟƟ v7J*S2~=E@r>1$T=MJ\ 5iT$C |2á/ gs)'ﵳ@ 3-(n捙fc3bKD?Y^M,]8 _5eFDe詁Ԥc%jhk}Bu\Q `3VMR̳ҰiS$1'J_ϯN2Gihժ%}#\2ُ_z,(1QJoV>ߧ}!n:p KyܰNRT@EyXt.FXtIdɫPccT*[PevMU"_k5uaJ=rxlsK(eÉAج xO]0р*E/;|rҞ^dmxG/'rpI&ᜃy|bbof'sg4wBNbp1@œi4Cn/dxg%);*BpL)[!C'5rR/4o;ю&-E]Sg׶l;rH^<}fs( QpqNOPOٯ5mmcʫ?9Ҁ-Q>cx;8JsW+olQy2=0۞y^FܐZrI~k"{H˞UV$E\3y̚J=z$/*~*DBқpӞ1D:Bg᪋.?-lgT49 [HsBh,OkЙ P@IesI ˲35 ӗ hA6+?3`Lc(tk}vհSJ`?>]̒HbAՐ.a&c&"Yqt=b:HQ7:5k1;,mYJ= 3>z5 @66ZŭzX pMCЄ6V}eĠÿ ?P{лuM\k=8x]%E]0ɾ}1mS8؍ hP<H^Z͞3g?] C=\szEYW.@q}0/#BoܧL/t#*l{;]I1<9.MnC턆Y%C6t1k*1l9-l{/ w Sn$+(acCРfA-C*}EO!yJdBٯa :iPS~5ϳ{xM"P ɹ `%^yOF|3ܛ4)>&@-KpPpPj^XyRmGp4 5?#;S:\j) TBOE2n0t]_=H7̿ڄr=Ba6q?-Pƛ3B&V`/-`_˼ZvBʫ|ȏ j>É  ji-hOd59 ~xWG@ZQKua{/DZikџRQU@ R ;SΡ UU*ĝ4oC9jOC2(|/8] FWk:s ``'1YvH.N:}W ^!єL÷+^Ʋffs q8d~00_q_0OouYrvlb׭p.n}I:(X+pet:zDƜOU,j(\DWbnxi !IcsޜWZ$%#䂋/Qdm$ : `(&cEPWGd#=X3*Ӵd'z)&dK,mq8Z#fYP>w^hJu_j_ u٦EP{'Oyhݙ.bR(a3ʅyF6n`ġn@djX>}M1rAPר$,0Mmܼ&$ɼϥ/QD{"J-߻ujJ 3D Nuv=gCJБMΜch٦Kt͙G(EX%3<{+&gݸAc~uȕz]9`!T)6q(DcyǓ/՛|ttcEB"Uvh=ݙ[Yb@( e?tYe @so?oA+-lt71fON3g>|6bv>Q܂Qo~ 9^EE_\%Z^ۊ4W$Vvf:!f@˷%]}J?ؿc =>4cl(rRr3o~w܉ g3X-4c!QJ04vqr,9ׂ.]VL?eSJt4 S6q, )]f'w<+ +T_=680V_r#V(F)k-??\?p/[QF pO33; ++u_84tGάF6q(YXd*DMbzz-&I\Pzr]۳r/u\Y!S$nxmh5BB'Uvd&jڄBqF\c %XRʷ@PoM:S'E9]۷$grb:FgˏVтHm<|*C"{ԽWj}}"e,H7+PD3 Z~,^s 23_Y4euf;ݘQu+vS:ƣ!#Б7C>)P2MD0;vn7QHrEm%&!4ֿE+;BĺmU9xpn9+ϖDd%Pة0,ip:K׎;TPu6)~DʹH;Juwpیї܍ҏOV,aVO"a6(iWNL"{췱I&8"\i_$ı'1tG "2s-Ne,*L'Gxhwh5챲CC+FH-L`%z){ 9h?I׋fOl$qrENJǀ1}o#?yЁl½=4R6T HP7}-r1~m( %<#v eѥVm31뉍!#C 7=|)A;! ȼu3@S_!Qy#օ Y++lL%rq>hѡh‰Vo+ xC:J2ZOޔyɥQ\]qA GŪnSz). AO(X#GtȘD&`TU˕Ykς!r! <;o.~{]}e5l&L\I3݌`'E(qh'RDCJ1Xl6V"0IG{$+owvChjUM: 71oӗp~WЖ̭$'SFA.  ;܍(-ӯ]Oņ#Ra2:!ߕC W Apju(=wCCG ΋w'V&$!L@{';sx/K;^()M2M󥒟BYX u&՞y yrYeș&xz`4qFVqg=**=W5Y5RnGyYֹrYqJtY+2jassRF3{kP"ArmyP)vimVޅZs/^';LJǀ#04N$+F;eVwv/ _⬥HD.?Pf 2P={tF rkfO/Ҋ4u i|X_($[SiJ?"*xnFgdX&A "e_mDHcWCW@(@qRZ}u% NByI aƈ#8TkP[y0-&9Zj/?'߸5;F4x54Ml)C4:d_{d kc q? JpB4C|ޠz@qb /L@re%D|VWwI}vye'lKUG{M+Lo0o?sinU158!)xo wL'Lp[7Ʒ u`wB+ZPЩ&PF7yro$Ee }K?*se(eb/5S4.-SY,գ F9y$,NH0&ܢjXkW) 4? >J@1s-=(R_T `l+ҕJU>St7ȯ|'H7Gw:n[ $MEN~\.&E{G]f6ٱk<Oz?({?CW$P`..,@=P7I h6S<[w(RODT?=ߛ^P"1%6!@cwy?"CjM EUD]kΪ0W$Is'[4pʭ:<YXWgeѦ3EgJ\hzGRӁTV/LC-{NFlʵXTW ]e R[J'IVԽ!k= ۥ*lIqaps[- {֘}6L]DGӋ Ný.h?! &iTBtշߴO-B^D~\rqg>㨭"[ΞoQB6TO^ߧ<_h3WHD:T_ArIP) fbaAu)\7EIӭeb~TcҪvl/]ɊzC.6uS{Y*OOG&F§"s*2>[_p]з PEZ3sްb f`|_vf Zi YFO3.oEێō5`K tr݀F01`QoIT_vwz' RImЀkqqdA3tݷAKZ%(+prI3A)[r1LQ{1evǥq./Eyd/r`>TҊ>vT[F*?tfm{cbMs~gj(bIPvVPэO XgM E4|Xc#R'Uc.2ՖvTKX"<3;h$=P;[%6*مP@nNV57.;k2 A6mWi5@ d/|'(/=d+ %B6\'-W+Ð\i_X1[\ ‹r̸6FpW_c)]5\qtrI]0GJX׆w7\xGpeƴtj.ݶZStq3g ɵbf6qRap@p)%4CFr%St#[OWS-/"tw7u ?&>΅zMĝ#ut_]{3Z]8¦Ā TZ$۩ {6F.Y"s4E#_lNIIٗ(Y'/)[*Ȗ(c P@g*sp%gs̶zpSOw6exk4>Ccx]YtE^aRƆ%x!BѲ^Y}#eb &`<)'s$QH ;/Aek ,Cx]f 9nl oښ_@a+aTm5ř+=Igxz1ٜb2Ęj)ﮨ_Kj6^"o 1ij1AѸ&6~uP|kc$PN'7 od.r\fgc̪=9T]78-m}2x!f=\dO2R4npbjW:vJ8}.q-k NFqg١gdV c+vAkflFJg{sp* Y',bivU_FVTUb{TTm-vNc_`Y_/mXjݧϑzvj߁%h2jv |+ AkgMɗpmW]\qJnGGCO.r`,%4Z0o㸚ېkq{g~ ;]NZjav1@(J9 Lj.^2888ȮGk'qq,`; Hz4LSDdܷv/+`4UZ$NJMK6Y} =7Qhvisvc њ.^_1SN=h[LUx@8y $Aw]t)Õ-j?j3܁SM4yC`0(zM-Prh;@a$Zy;RHKo/XqwaiܔC \JxW2˺&Yݼ+atuP_OTGغ -}zS[^6հ#zQ*m-0ˆz/{y].nhwC͟%M(W^>+zVh\_vt*s=y_k>ݬwHǒzi,q"ɛݣVVOy1qK%⫳"!Ct)Fl$X!"nPlj^5vCzl[\;BjmatT2tj caԠ \*UB9SGVy| /ԥ5>msGIs>fN:}ukl'ɟ;Tym?S[;KXp}&>$GۏvzI9Jmpk妕OVFO*F ho ><~p67m>/?R'i}?2#obPű=B}$ Ñ=Wb q:D|ZuQFfww!v_65/֘9aoy a&I ɗuSw2t(gF!3S=΄nw3 ~K *tco d*uIU"gֿ% O:Fy/'|ɧ BӉIߏkX}y꒾e{9ٹ;6Yl xBmÃ67 !ȿ0; ڳ 4\g !C;> F2)Č@ K5Ly[2k 2qj*Np\uo~Yܛ6ex8 gc7_J{ l:rGM8qF wiŒU ꖥOglj7RvR;HK6'Gٷ"+<\{Mɷt!v=r'}2iO:0TǏ-Dm `ǡU婮erJęHRen4q׳WNAi9/(C#g'0s7ou(YQKJ)yL9&<5JԢ6*0K@^PD>*$ 0Ci_Q!1J9{WA5upuw*lu6-5AԳԳ:#? ǿP|njlܽRbۦ 4 Vvs6e®WaN -3yi5Qx2%>6MXCPX\{PN@t!\'@I|/7̈́ŹrZ Ok|jqGLkdKj+ nΚXlgȹl fO P~ g e;RevDU]}MK!LĶӍ-5k;ozz0X9fyMee DRk!,75A\T [1gOHΘ@\_Мq#DO12" h c< :Q|2$wB2;6d`IyÇ*gviV i+p8[62-k#s{m|,/V#Z+x 3 :θjX=9=w*1"c/ 2%億nMOnS7 ڛ:Kxt,j'.'qYAn70 dgm>Wfv!0O4 2+==TjPtK,D>JyG%)ס|\ܵcj{annoTRidMrFPlXZ㽽khf0vw9':(a 5/r_`zS M¤__ڷLM{m3)SVY[cn+/V1cRbS09cgC䏆ʨGXqu1h/έx~nE­qZ*k@ Y&DXL8$+E;2;.><_h6 %hhg ` E"4ҡ=-I.vN\ 0YЅu,@&XzKwt w[24]`ld-0tٵ*M\<_  YGٳDKV7ሡK^8?AKݦTދE$>͝g!JݞpM#g~5߳PZi "9CBl`E_'2v1ax2Nei] 'bN1Z3L%eAt z߅Yjks~ rZA =%ͻyJg!t4T pq@ ޙf ͓KI@z" 3ÐΝXŶFRx-N ϊ(0H-o:UbwA]M4F%RCJ?%,( "-:ޝ.J7YZ&qX4t :WJa*]5ƶ >zr9u_ByPىK&lOLï&bfF٬T{%4^o6o̐IMB\Qw#إsxbѾ>䏐r2 lat hӟaCCwHԖh֥&!*ǃauA..Sx* V { {TM4+ ZXc`րWf:ICta@L UFpikrWs И4ܙΌ}0 Xme܍0Pz*4έ h<~1̋4Yb°#s](JEC3 -H Wq>M|Vnπ>N H)ÄC]X>„(~TzP+ZWs̓Q}^J,P&ħl\. *x |@i%^5W}WbV򙠨/2:ު-B`CNDi[WkkkuUPz^uDŽQ nT"Y?mP8d;x˴b|m?PPd캢~ldہ :tͨ#Zf|~Dd,"'QhtQCRQwZ1>({޹)Ժb4o&n/ljS$y<>Zm}:% WFQ0Nlޞb% RLJZn3M ;AhvtAnMga/_X:X~W5$L}.m* 0i̖o6nx>i W _>0> _gz_ikLH9mʹ:3V H+!^'{( ͠!i-#S@>WM hrZUw~k[[o&=xLl AQAo2"X9jt3jQ#+7Ej"0h){%υз0D=̷ކCo SBY:aD N/yRV$|ZM 今]3عJ3Oj3OⲏNl@p<ڌ6GktIE*+vHͮT7HdO'>Y=^/i| &U+!w}-ҼA^LEE8S'pii Z?l_Py&P¡ӕ9ŒC6c*no:"#fEDs 7Hd9ը'k.n*₢ HX<D !CzU$^վkL{M:Z"D; EYD8AH/5s4G@$tyn`3PŎU߿ RcէI"OPrv0P1=|׫t9^ <:U?%7`8q2ĶGBFG8+l5R~wt顣Puh9J4JVbJ?g=,WcLIW`eSkoߋu5#jA4r8ARUh8_ِ}{)sg{z}jH}[/ߛߠ-,ҖNl_$ipd.o1Mۍ"5R._bT)HoR:lh:@] VR98K6rCX;/׉9PN>g bFF6/ϰHA% g X.=ӷtwA`gwO@)d^5Y58kcv-CI^ĢD3KkZrj0~yoyqHv`IvV5'v¼vdq@pD$}*Dр!=Ca?r5)u'EI}X۽LS};V_ml"`'8ۍ|n8Oχ " \\1?;5P5˗6p`+ꌟΎ ){9ea<>Oכk2)cRV"{Fs#tTXfc֨ ]G .b4A{`^Eꌑ;qn*-:ANws|R}y+LB_$6Eo@JWmprFP1NPk03&kO? 5ݖ̀ESI#Eܳ:YqoT?|%+?M\Q,o P}=%_xQ3D48L^1q?[T!(&$`c,Xw_E"1P!r0Ff1\+;EX!;L#z aõ<+ `m^\t g*n*MSAKe^j[%Z1{ n&.Dk<,sڿJ2^[E>dܚIV |B= f(jzW,\GТ)S2s/R[VpP!-LZMU}qˌ "X8YۓoTW9ZV$NDKXڠ‹35 Yc:t$o^a_Xk׎dĮ(7k.) 2}D!3%)V.uUV:<0J.^ GRgt#ӛǭj<~5%7r@۲1' 7_J[4-[-eQL_fOs(b]Ry*VFZrP4;=bRQM\oSRaF0! K0N>9G>p}Hwbkc.`DQr6qO1<2(Lzq@Rٓ  |x~julʝ H27Gw:ɴ3 WfB{]S,\YC:Y ?i>5(@;]hU,8 i95#8u&aMVzT@vw ;Fޝ#VIIFPf䒪pt7ۋ}?XX[6-^ ȀS>Kz,Qy e9cq! TZM噷QPGB;BLl!H 2ηd]JZ:|(;h;MIBM?T<;߀_'9!jǵ.D t')<4$ Z2њ6՞ H1fEa]PazI"5ipu)3 N\ !Nsk/j0j[ ",G|mIXA zRTcwh=׾I0ŭ+w;`567}ow&o^BVHsM;pHxqP^<dV6HcD&ʂr3JgF pVB'Ʌ%烔PŰ_=V3a.2><EY pdɤz^p:*ɚ6dh#P9X&sX=ظ s-c.Ih(7U3) & <= n20a0^?vuU5':(w q90pE |نS T*(LȾl끸dg{6#@§ȳHL(B+{"\w>óܿp9aWsh! n`VW$2'W 1_;uaUâZԻtT[M$Z+!|w;V<}]b˚]uh̆>I>CZ*PuY6N(?i, VO0yMzD;?0lr1?D= ۃ2K뇀hN,WE!I2d)F(/= )DV_h ȰHLmWBzYlN[/$-DέSty YjlNЭb-UF&£bY*lT>\BVtBO~cG<J 0(PVĪܚw}7%_ VWSK~>[%I 2 UhhKNM]p[oܤzzaϕ. uat ٵG$ K*C ڧ/P[/^ڛz\gŴ22`pn7Aԫb YbcΦж=%b.-ɥLymDq,]HEp)BN)sE/0KeQDN'+z Y{s7x8+1G 2M@rwh} 0Z*םUV6X7];0.uEKXOܑ 7n*e=!.F>i 2D_ɬko'[(=u3VV)5w."ŋx aJTeD O1{L;R YN;:|ϊڹTJإFQJR6x(}&ʪH_,g:A. ܠј4E635"4-7|4CA)@:&3c[\fԚJk fДwËi"@滛`y7hWT1YݑZ*xb0eamF> 2<7A>N?>ȯPWxN4)NLinx Pt At)AE&"zKݣ$'3pNpA|(N`N`~!% j¸PZZ/_\gٯg5ϯ s ~'L0Da:d?MC1̴=.1i/X׊hSsk6yg¬ 0Bh,*.@Ke sW>y V:P42w}YGO(=_l2YJY#g ܡtDobnt4 s,pSǤ Q?3'ٲמm:C d,gf(5RZ*V";eq&3ljcSĈC|K2 %RSX]H"iѧ2:!n̟(选= .Nou Sz!KLf.,G=y>͛1w]~NfKv񕇁|tqro@VpϨ|6`b9It T/ 9:{.2Hpj_0f7`0i0ݴVm$ ru~Yo[+^H6cQ&4ӓUJM+82?X^y#u tWS*]ŸAؽ}Rͱ{l{qd'Y&=(ѮږLz.6?fQKH%W0g YN_%m\:!W୕gyߪat;wœFH xg5*xj~_ue E頔HZi/a:#M|MV_1D^&UJkh5ha JށS5CbCg/l/w y^%}],擩^w(bOH"ZE/[;vR̄->5ii(!92rv Em(D޷,zX I!9`n%N`eW=aA-X>£BUSx)*5DJ'g(N͛3i[P -LkeH%ɣ'>`'߭)_zgL`;'%l91QX][|0OվjjB*)5\\`R2Jt:ExѥNZm~qG=sq`;|b! mNV3kUvHR37E:PnItDlrQn\n~_:tYoda]$7(r1cP YijVWQ o~n]ʼqE Fnkw1̶JF_H=[[ó@7|~ݼ|ЈH=5~*(mt^I-}*xוWt$prxm6y P0k0gJⲒlr zrc]cZ8A ʽH.w8w3qek6 ^\LscoK 1KM%[ 2s+rx'ZyB'FYS^#bu gdnCK]Ld$7^R~9f\= _[}$WjH$@l~KQ{tT{衸z΃f8(}t8+u.4)V =K+܇4=v1 ޣI5BoB >!8 bNO=KeƳpm6Z3 xNL|xT&{#xR|*#S?ٰר4wXB82-R[ Օ巳I%O|>W ;3AȎU"1,׆6K7{p\Ikhy$86Ҷb@eJ$3+I ܎@~jVgzƶvm%܁J  wuf1<#\GrRGR`_2 Dy=-6GâM'-3Hqu] 3W^,ahiU+X3$qhiwSe?6a!d2\{bC8UIB}w*IImŬO3)^Qw%\N7cׇuP,< f|F8gmn?: ׄkꋛGeDvPM97ގ85Sf@4rXTSW3Aل GTq!~z-y^tDZHN ] 늝z<$ @è:)^kȔ-4X% ?T'WiYK=AfhJF+/fw?v&[K%`Ea''c7+!*3u*K w,nH5xgޟ'cAoq4 \_z׺fքyז ä%\yx([\@"Nph궨uRO>6s__7m\ar }*XNS=Mz\ RSaxI zRjdYM !\ř͎Gby#˶d6é$CC9'2'[`?uA at YrjU4?EJg$JcA$|t='t\w Q+ &\KX N PNL!h'H77ԲIv#xOt4_x脱њ qbS9WGH~U{1j)5HZQ -شT ҃}$<l sb*MАI;#LX 1mH2]q[0#A*DqP6l3E8 ވ'<ɥ}qw/1* g8 >6<1"H֢` y[[-RMi_!-Z{5|[xT(ֳ/ccB}X[HM\q \_KoPkrA3eUIĭ1$K_= FESܙp]6[@wMwV_Fx+όُ&6 NPh Փk=nZsT3S6az\xDz~#{\WƏ[k߂iƛcةI֯.@-Z?s8y*D`5؂ %AK:H[Zt32i%dM-@1p(g[lUB֪H1)#lbj`,ءoRAH1ufI_fҥ},-h>4]QA1!&3r K1e&ր}q]xk#lXKqy B7 $X8#Y8C3Nb1MS6[AMz]BDY릎:ΞEq3 }qLĐ4ei?gu)yENV9Vbva% ݟ3 5y&6F hF+fDtQBѦz"HaFjjE>$=M) +Wei/x(Bg]`*^OOq0Mo-6%}H[Cbq2|vB|CdnI f\1f86e}7~3@R o|ǻ=D&_atmuc?wDV m q lou컂SDL\s c)`?*/b{(ȁR6 Jf|0$ޠp s~,Ig ¡R=*j85ҁH}3;rRO0Cp>J7-]SW+$ @Yĝs[ %Y%Lrѐ x),.1YCaJJ@,,,''cUMͦ9"xٌ v)%yoZKI>)i`f757#JDC\|mhoOw,jcwa1WA @"9l.pJU'P8lw媬72 Și(kf0H2,}+jb'-CU)14X<&WRKdвevBvFVü0]v6VIC-C=o'u6=@ؓ =/3Wv;GP aWmcjLSfJ[Y3AC7q#g.vtԼ;JN=]HrQ{!tt|#+׮5Bz?1\c·=q%Cc&t,Tb6-;H|4" M\~= ?ϤT@u!ߎ {νC@ edQBfu,# _saN֖)ڧQӓuZ3 7Nym95h1na~ճ٣$QnqR =Y}5hZrJ<4Hɥ&(Il wa@Jb{rrU}@2Mi^nኡRk~(7Ŭ1TS*Ʊi^w$\Ygk)&%.cD>$رK8}s~ݑA=,${8kM@ ωUFuKݭnFl3GvO.WWq#‰e=OL*8"頭!ɽZdϓ3' @u?}6У%#QeLTZ*GrhtYx' ff@\S < )H_C_vHc4 H \:#Fɭg(j゗;aUlƧ& 7BX (cf6} X]_/ہ:Un4s}V[/ƚB6;ex cm$rkȌ4dMxR[qmUg]wvmOIjy4J~}(/k~r kkWC)o 86 `7V4vL>]2l mNSBQy!6] Nt* >h]\϶NRI.@xt$_ЍaB?`/0^-=Žwg%b9U*#i02ԾSׁOڿgߪ33}\A2nʘn7U4_"unM2|cDSr+ Y+jKY4&,*M,#J`<= U GnNT0WeSyi{qŌB\XU ~K rnӛM$ ;a0;@0T.?Q)޷l ^\hz))lVm^b>cϳ2#ai$o&݊ց/ΠPˏw.jE}Ijj/|~(հ⼴_[p}_[Oo&bqj'I*eq Ubd,"JšS%:wPd 3c\OOۗeۖlUHM'z#;O^9][mQ{}!F&4(J"mZ% (|pV`g@y\t.Qdb`[a/,)M֮/rwSL\r(;U[tL  '|*qFYz 9;av}6`S-9|7nyY7ǎҗ/`͈jMzM$uτ2oWQ)E ,MqY|~0c!HZ A57'v8Q=8ǀDǂ*HV *SA |bO> Dz~V{Q{J8%_!}q1_N:+a 8ityrIHSv.FA{-[?@:UE8#9O*9ˌ2t˞6S9kWy R_h~y̡T>fg`h?Y(08wE P=n*Hn~B Zwv'4;MAayn&dzu7TH;v!Z8doVذtMyS ?рeGj?=xU=z6pp&K?!3@F#*\ƦD*i?ÿ8KdX\f0kgBG@d#UTR?*]S_ت=rU9ӔGQYf2) D "xSdaLm07ŃKG)O(M|Co_;k*(uܰf7ʲ8l>}ۖyUה4S=3#vߓKr,Zb&K5~I>Vvf;,$P5CƒLYǦܼ`>^)ɪ֌\N󱸙Htl7|n#:bzXm|3^T%SLpʏ2 |l/L9VZ5#M <:ֵcik ^́@aƁJWXUj21pS˲iC1 )w)= sCm$#yelY{9GH+hL?O-fR ӼW\KV jp-B4hV/3jAH[55RZ(94ą?ȎO KcIG{ݕѪҚ Hߛ ZV}zTe||*Iͳ̲s#pqTb. Q-ްDv{膏HGGpjyKJM}דQ3ĥHJ**Uܷt{ WP+ؙJ5}Rv(sIA2higo|RGL,u&:S7y?.Whs8|ٳVpJXŘ<ynO7]F )EI>)yB}dr%"3r_"N7q5MO1Qv=h90=3x, Dwbe]&5wC6.6/B#^M|ga/0I3F=9R1Z=^]_R{ lp|Lw&8v꽻2T,y&F'J21OT_^@1LTk!׽%݆3!ɃTyֆf` :kgigX_97+eW{V;gP% Y&BPW,wt([Z%!0$?i zs@]2J5O͐=@q v"&< 8|d$[OૠY:UHٞ$ Rۊu/>5n68GUϨQ7eM+rzr">9?] v ?P,DC7( roG|$M"(/u]Vw|Ĭm%& GP&q1.g`l Iz?fħqҗol#T)SĹDKI_0lm4S:tcoLCg ZSN] Π,neI7(v! wxR. - xǹEl0qa;KQ[;Y? eQFjRujӈm`1# e!--xGkr Xhn;-JqVwrXi+ҜE$l'|4dY¤"itCę7!2[H3:ʬIlXn%QY_>sQ^Ôc(Lbi)=wGcK3ԟ}5B&ސ[m SyHG$"jHo?3R PRFMuJB%+-fTzߥk*Hw|o #)&I6k3h紷4?O}͖QJE53l9LR…wpGS0[ʑ5?+M,n?"9W3swTd1Ko_+jڐi,HS7SCx` +UBl[|^B%TZ x/aZ%3oV*t͟??5icWSh wnЏpu_ؚ)ƻv\ex'bWe@0=kDŽ.Y/tl}ؕL}b)0S` -f-۽MSKr'ޑ/eS .w7ϢL\%#*snke (d+D7s:x`k]؏Mq*Z 4X>u,uZ 8_MFpqjF!kS`)v9߱SRRi7 ^janG37Ecj`Yɐc@D!=?3Qlj"Oއ^".h߷ o=A 3e=KOMv~gV2M}荑eP}|5XZ[@o*9X (ޕ)}:;/&e-({h#i!Ь-QZ+?~" 34c@W#5JutU!(Ѵ43jue'P~'+ޅR*PZNIv=R)j;Vx̓rON"q|5k|AKd[T[tC+_k}*# ô4Yi( ZTkLeȗbEREX~7 KDhVi<> _̙䅀gNOJDʨYuhpƝ^?mqbX@ >IL-n҅\pbhq/ b'6j oXcwxEʰfp\IIX3 sEe&<7DG?;!U@ϓ긵R,촫0H~2qkj/hT xq~BX[ ]hrQKc K[/ti$+5m]!"sHJmk9tձسAŮfԤeMP5$w`x|Nn[^;pb7tMQmJMIk2\Ic,:YpRf\N~,@ܣz9uN.e=̡h3dݲJBg wv\订ϚFtvqHZmy"#r&Jd<^} Ow ~~3dO@*sT'\/7E Z^Cm ̥)@T4762Ѽ7vx`NQ1rka~ұ%^nɵ4pL`8{ gp%uqmkޚL747aq0|Yc?rN$K5%/|J*DTZ|ZDK]Ŕ,wߗ&??Hpec>jb/!zg-ӥ:1<2O#I=8$owcNʡT\esӆW.e,aִz Af^&lV|DLe]ѱuD4o|zd2%˷Km>r{ǝ|K@1{'Xu15ΓXˊnFX%:Tj A5uOJ/։UJZwct"数6 P#;;0dNSLQBtz, z{gr!Lk~b@%YLº/)8RG,QVl8޸ ^Z6P kYM5bd>X @ԘԞ^z e)+Y|xVH.@$J-8Xtg ly1k=en+r8Tx{_oډS9Ap~aA~gоU{Izzn$ٹT] 2)醁OAQF3xf)X+[m1k4:g3*x`I< `S]Igݚ-faom>qշulnj,$K5a10E:[Y*<.dOUu_I8%gªy|h2btAJ9 < 'XbшI.6AWǎ*7kMTvUw!'I8F*1aNU=Fh:Yg/Yz݇-K vV;Ӱ/G2hPeaVr#g\d:Gu% i$0-L . _aG,jfD<${r&M^stAUS338B2yn_Z!Afb,HaŤY]U8G5h2Ex&IXiߘg(|# J]PD)j65oKxvхvRjH RDkuEȉ Blo4HYJc)p&¦mz;͕QLOaG3sQ~G bsW< ;gjViHtu)Oç p ,%L njӶ>bV)팛U% _F9ѽ.n I̓?XK%zX9[~Xa=+[kxo 'z8ЀQLN7~}Hj} '{4! ʰ{N"}[եRɄ%5UZ|tGֲI]`ôpj`<++'e\,mMpb.߷\I:R55gdi1LM+j'ޅ `0UG.>o D๬ʪ>m\ rxERƾ"r>@vN]a=SBHjXI` -[z#֕UOP?[KiUFV!jkz8 n80ㄯ+eFlRu+B~O WĽ;͓ s`^DZhtS{y1(#ٞDmI^-0ɸ|e$%"Xzԉ>')l,˧6NUya0>J^m 75K1ܸpX{rpVvN8;K4ټ'aN"G*y>K}СOExFP5%vc)5nj!1E;p% x^g"TkBbbuf2 o9a5!biZf [{^8^/M|urV첃Fdd-KHgPN>`KPpm?N^Zdvߣȓ=4nQd ^ k/:չMYг/K7l_|mN:@oÏbejpI]Pp+OTAoq6TTOckY(G,UZ ZVCE?fcwXmI=ݛ"/EԿc- eRYUi.#]Ez 󉗕S_bfr4s٠VEW|4Nf.|5[|yzt_ґY_ֶu2:˲F^-R@L*i%1>Ty_Sƃm8ESZ5T8fUҜI:ZΪtGPlí:"ɪe)07o,~Ey8Ny$4ńVĐw \J?L9bQ{.!uwB(Pj;.*)/VdPl8WzܑWуU<k<ǩf!1HYqP&$"C[ec}nƆ~>g'?_>3S^Z?J.'ik!V>q.bR=/K݈x \ {P'y>|O-[s L t!22\pn'Y_,Krqԇt9( = n 淀m44p6xs?R;5lJ!巫3`r^;snxU:_06䤢荲82Dh#9gi?6/n^3+xZ u[>w'^0G_//_6{5O{yClY(EQ[nm:reW*D8 -X)yJ}6?Ŏ΂Z {Q;FkceWS5!+7<ʪ\j d*8U5ǭ,Yeɯ򎌞fl< ?Wyaa>)V5婍YU3@]h|љ J V^#gqgQg ;^BŠo[@a<ƀ/yZ<`l9اߴ:7q֪=}a%,3lk>ִ|I?9͘ל[evn29zt%< sTKa֞'?9Z]=hwW.j7 ~G w@%Ard@SI#krYAX6:װ^U({dz3Dz) 0˅V{8Nt]da[z :g@ng%IVbybH?L,hf M r'w\kSPgߟ]Jޢֲ%{ XFzoR7Eg/hGrVRl,mﭿ! DEvnJ@rr6pts z+-k_j fפZ*7Ɵ䣂2cE[# nritk;86?!j@KP}.ދ?ʊw1֐wblAA>P>ݺ#r"ނL[A&1`XVDQ+2#c!pJGC݌V.p-?b;;.=`)!GZ{Cv}_-p Lb5^+u&U;Z . r^ ({Z>7CݛJ.?% ohetqmSKݗ9Ó!ky2 _ UA7n^"P)ʟ{<˸ŖK.)_5 c$F>o@PIxl,ڜd:5k+ϧh|f9^,09}YU8g;x4(F+kT>A ;2?,} ?'J2 H܅ꂝiƟȮlse&ʃ7ȓM۷k"[SzFc 1+A<}ƻX֥(O|ʯqƤ,=\.OWcHPXq6YeLk?-52V*ˌ6NՓC_t2=ۃlk͏Nlc:U!uu6 twlڶpEwLB-ԛ,cWl\+kO"ӐI})ߘ=1 HsfD#}(EAt&ZަnÈq x+i,T[.JyoJ -2 `) ?wҗ|9ljxf@aޮI7~{9CU2~ԦIȢR-sAa/!|P&DIT*jߡ# mMTB6r :qZ{bQqrB0$#>0\ ڍG\ͥિ;iB _$ƞ^lCڋU(e'#ʍG[0[TVeo z|NVr6;V b+TGV04XrSXl_𜝟\̗o'xQށ&XŸej u(-7 A\#6]6T^<;^N2 =}bd8@2=һ6!{ uW]B1xc;ND$M8.o(Щ:03OR+!ݙQSM˔<5?S9lC㆜QJ6Tăoh^lLBF~hUM[ 6\AwxہS H[96hFKaUo2[leE?kN6Ɠ. |P_r| >(\Ujw {}xjbHFSBu6eq6A~Y_>޲av.;Z S7Q8sS@'.9nK%J3ë XuJQ9 +_ c5vzknP06P5bqDuΙ%ajUSv u¸[|ZLZ_tW;vxzg'h|׎h/+= ̿edkgf?/bjyɾTAۚf{FGhkz)&$G]碔°*lӖߺrKπ<7*NǍ2܁^ШE=}h-js=klTNt>-b;XQ0|mEߦ?e΄Ύ͍Byr|&S?(bh9G) W:M 7@|&kh H4"UVN3(ܥD {Z lU -xZ5Nʛ Lk3@vmBK(q;&Y#&aUg谂f?sr$#oe*t&B;}+ɓe ][c{$%n/YS>v9MyP"'ΥGygA]%1zLUY zR&kps?Z_oO`xgek&Ӕ6q6 Q 2y۬ ae%Oc6,Wh@Kq$@NVG5H=r {Ii]P͏:W/b;`;SQ 1J-w\b%Y$Tn5.8¨/q;"@0[PG0cںCQO2*~S}vas".>Z5UԱ5|{*S+M2i`] ҥ5*KAlmޯP{Ĕffp 3@ʇjHU}=DEXk -$q DOL)86)\ nBs4alR+j>MN&ƍKZ[1=ߗd]ʯbCl3Nu(ueҲzrIJzO/bdQ6tEc++\JEulTҞ:P2|47œ/)St (뱩iP+(Zf:|m BאUҸlMƍA'zW\\/ xCB֣iFp; N1#<ډIږEUar[|-XD|9-fx%WDd$`t"]==?y7-GIEaJN$?.H`Z-D(ݥz I]bd,P 1i@@M=Gxa4tkQrc 峒*ZF3ID5Jҩ[ U&yDuDcu{>4P/΍E|/L)ppqС2B *F@P!a.nkJ!fnM( 䚙zQ'N"߉pPiEѭCnrL0uݣTD-磷}2J]I!K8 UF,°9nEV:'r9~ _Qw6FUo8v%mwEUNޯ4k 0ߒwn_/r A)QetɈ xbZQ֦cl\ÎȽ 5N~}utpXۜKӱWEtDz k5G}<ܡ.OY#o~L2oX8a2{$9&M*\Cah)aၐ7)Wuv&(z\$C g4?bYŸxhAx Svg|Aasa'a0QA/St$خ*>W[~68qF. i[hqpb"A5wzb !V 3sWz o2W;'X5`9l1[\s}2iAqLf5J>\wK=?!8@u#箾2j )̚9A`i .'$NmNDBAMm* 1%wy-\ZbrnDKd K@E28m)Ym@'^/Cɰ mo=țbMw/צV ?NhfANq_,Dצ"1 E,gOlSvNvw6Tq(=h[~fcPiuΛ=7֑$I.lޙvIxh֋S*Cg=SwpF|9v7ȑtmd<ɷɻu64D4T!I 3F#"UZk⛐w~)P s7imJQuD916ˋiFPa;1|B[Fiq$'9\剔L>{h}5 T/ovAd'Y]  {4dS ºһVgM3*R$|Do3 #6ZCEչqruщ,c<.TkK&` >ofY4&[HKlչVU9& fa|@#fhĚK eJ1\.~QF,G+YXvǪËo( 8F6UN]Hd?(m0.Y6RE?ݸ»? Pj *;c f70z1ݿE`%ji[x(>(n!(S.E]xj'dzaU3O1fJ2>rvP"^ _M r_RЩ+&a30x$w]4h"Uf2O\ǏfO;rUqh mOzxLxfbPhg.VHUOTۼ`쥹+-q)WMtmA{zpFUxig[[q+̸WLZ@.Zx=l/{Y$hҦ ƠK>mGu!ws@\Kmn=^zϮVr#l0KT z "#·%ٖqi",-DMτTHwE©g)` 0O4*MO ~`+A+浚mq7RoN 5lR*ֆKeT)cϞ iv6pb/9;~;PǸ0 版΢C@jcLYAR?m!9`&T Hx9&Z{pv\ ksZt%qkAmƓ2qr'7G'ZTGSyBmp,]4ʆOm;0G 6|#`f5>< }^B[zD\j\]bj*En´(TUDFoG4mXa3 bR9turI}趹N#aޖCkV-C h&~2r%;в?m 9udH܎6,ki٘ R6?3#{HF<Ҙ5OqejkeZ3vWaxupK$+LxW/Qޔ9( xx A*3I[ćs ,O@3D) M@ #⇏=z`=mc 87%+-)G@˴Wsi@iX"5i_dT HiC}piӶYPFp?x4ڗg@BE(h=рjp4D}HO@n I Boh431SEVT5!ͼ Ct.-g0]B2\5w^*N4w(08ƞO(~Ze3XoKPN/ֳTқsOXx:Xļ4poLm *7aBNfӭ#)rц*_ctmo'< 6 ~I&֢q>8-JY!V/tXTF%,O AݸT2u0SJ糹] EIϓoڝR(h(uC6Gp>w(*]fgB$JgL>zƅE|$BM0CFWvB__ƛ}V-(d텮/Ah.tFˎޫI :}( [:BIrZxWvC}(}]ɸ忥;1foI)=8ěm^ |q+_F#s->zeFAQ~EX\ 2e9 ΰCj_IfKSEB<๰`w@es-׍ybᛀ}6c ydB荋'n>Kk= q+, PF E,ң!Jr&?3`Q0O,CWb\[t™a4 ^@ yqfMcvM.5MRqa,XȘ;aT-ﱽqmOK>~`@sЃv[{6TjD&4Ŷ+SS+ ;ާ49nxDXIXaD(=JD Ȫ,b=P,@nnSg<_ŒlP.5r2ÃB^=?~C8#XMR ULxDNڜnE9{ᶒIZތ爾X6.~96B'SEXyx:6r%PtVeeJ:XwVu/I- j $t?v9 B'D bJLi N{e9 urhE'ޥn߶5J{b7lʱ`=y-ڙL`Od4Z*3lͭA8Q"5i亱kSKr8 M/%l SNKpu\@gKg`Oi`|ߥ9Ke-]iKS:vHv׈ uX,E/#|e6Jd@TfpZdĉᓡzG/߉;ٳ_xuC0ҍ-^}zPx## 6=.C}D)aT/4&wȝɮ/O 9|>EH=ea04{_}j+Ycͅ/6MÍ@AUB5S^SD+>=g;Q6 ۨz)jވ% *N?<"H&w_g^ =(ujUaP}[o M3X$|}YDrSD9LBc)%n_n>^(DN&ٳV01Q*7p)waٸm3(YxQ46?6#ށM(H\+.e2k= .&O/‹U<=7 ރ5]LSܡlbDc- 9 nW=BlɠL0}v 3W[H]P+=j|rvYʼnęh3vaM?;UΖ6aZG7;坥BXA,~|#$G`Hy^F1-T9=,_| =zv$)e|>\r\e%P1m`a2?Cm;DBXțeXvwaUROYGdqHuQ67#)9)$[=}x݊97"h:vQ}@D/8Jjr( {c# S 'tΔ#6EO Ӫ/ވϭ0Hr5p TZTj^zkSih 2PizJz7 7J۷ 6ٳ>wFSp=ް`I[Yyăqj`E+sI~;KIyݿ6лD鰩1 *=H\<ȕ\Hw ɈX#аL]Eũ Tٟ}4 <(bcV9)DȒW~3vC{i],qU~Z1;*SJ_q"\8O(ibUU e-<]ǮxzJ4D8㨥ZvbFCz ~եdG){Gm*W~-*"lj]v!Z+*"WQawLq*񽢦ռz)s6Цjgڢz|$t6d} /y\Zqط9ϝxWYLw#߻MΩ~x_&A􍠯j+C.C=2,^rrнT"p|47L=}6> WOw*Ԓ`uKRL0+ѶMF/`RxDLfϳٿHuAXV;D:XZ E`K(<#[劆!M0◖@W;"K tCTJy,PRr\5j&SXbn;O%B7D%bp~T^pCZB|e,(Nd՝Kfa/ӸI6esGDY5DKŇ dr v)E u5CKBMjT+{4 P\Dq'ulx$IN4&\w:q(bm]z]>8!YC|* omqt7_1zȄ,lձ ,=.&# )ٓ6uŤgNlGf:CX]2 E-rFZ+,!:ƋQ~,HLi퓫ZvGAK7tg1dPTnDl<¤!;Hz Wa Aܯ Bf>]0ͷ\yw՞aRRo t!&ڷcϝӍt~?OS+~;uBJ֑c4V '`*#;j4ȷ KdZFI{,[&/Ewhxt}M [;Kb HJ]tZ_ \5V)755J6[_U5ޮ{]A-;Ʀm,hfG%yOģ:2}䪽z%d.pxc*a6# 5|YcLе(< <)z7PQ#ﵩ0U~+mBV,2m~IJso<koZoβCJg Geƅ^aCVi~o4"΀ !D b?~9%6:Է\fʼny#}uy PUF!x:1{ڧG]!#-c',۱$0(C$YNz<&? *]h N#+ h &),P<7k=GoD?֠y yk]9-GhqIp( }0PjnFi W{' |~yjDG\ ǔ r^kFTR)̨U4mu͐ceRWs|:ѰlZj(/Ż!qxxB DS95vXi>(#k.$ h'+9̯'}V;Wؚ4nJEWxbeeCj\&]9qz=C:QfÛiDu=W{]:R75蟫Lz*z  ErXg"V/rxA6>W[6`I ?YD=.蒕}႔/<~d1j7_Gkx[k(.-.na&uPb[UoZOƛ˩u?[;2N'2;M[( F<܎w=C{ A. 99s\ƅy]*_X薹oqonĕV3jAbu[ \^w6#]i>/SKvh] OC&h1$7)f K}1Y79gI)hJɕ&#%.$[N]xRPPIl:O,, /۝ 8M0 "N dۊ7׭AI:CbU g՘2} GEnB ;xoC*wyB)+Ԫv*{"$\V3i5ɶlB7#)LY5ݽH&:y/PQU!C75f[f/Gqь"X۠&Jñ.Z/p(VTr/燎OY5c)R_oA‹ԻӉxиreֹuDauzĒ[&/i}V#d*8֧(jk?PжGnQ::y1YQE"g\A8ۜc-J}9TˁZ/(spı|W?&LZ;$ܔ6>JcdCdԑԅLrZVOW-E5f]0ϒ^B_3,u֎7˄}y8Ss#:CLe̳$)yٲA]&zJ\cEn9$@6:fk2R6)0LJٸ?NaJGaBNl]ES.l ?W3Te&<o@ox'Q,ݿiVw`rLT8hHA߆P653,=ZeSutEFq WY^ar09 Z72.]pq'#Oi1LP/d 7(J[F0@p>}EP齀Wqߛv:*pDKY{Kaݣb._[pE*L܎:&M"%W=Ѓu5K2m~4Up0w ;yPR6c ۊ)LjL6}?jI짔ן:P UHhCdF+WMbmʠȉI=b/ouХh;,-x6c?GMMsa֯vdg}B7fb<*Hzd٧(E/xV  TFdƒp:zQ {7dc TE^3hh-S8pAEil7yT69J-1AS䞕s32U9U*] !Ep|?DzLO:*01P( tսp o5 &ޓR@-kx1yz- А~gE_4QN0C|0(2l gy L*Waj?RIq,?b2D^_t !C#-`\%yC ĞGPS҂lxqj+ 4%d^2}dPX @t:`BH/Gؽ~QU,)!0Rז\|5cKKRe* J`槬Fesjo|wC8R2ic@mNQ:RߦV GĿ8O/DcxV`'hаc1t;CpТa ^#^=n<վ3* 뵂Ǯպoᝅry/\yEodEt~g Cٽ''[}o/xpk)ftwTpl4~'"V&VP] . vueٕ [Ml}=4V 'p/SE(eeWhCGnB<BڶqD[bf^FfEF#Vts3R lڲP^%Dy$1uױԠm~4kxF`!“}YS4H;&oZ'84ʏ/_ _!$[( 0AU;;n7>y>H:*q ]bwyUܞ[jo2 #K[o˜_rfnf3ZUd%թ\˧hqM5sǂJDė쟋KSͤM Ҷ8mn_2O 4VwgXsi!䃤Ml. b z]\3'Ҫ]cԽqt? %tw #c$w_.fRΟ3L KR*vi@up?ciy݄I;G j6)[~X rJP!;YNIʼnwޔx74FlL ~"v )-5a b>WUa -zRӍcJG]:h[qǪ~v˱E"ƒDIΆB\pw?d6JN3}jwzVz3f2$yTs ޤF\%Hq+M&H;] _k2}-KJ' KcH%WC1LD&G3cxp Q>K|F4s >+@DmBn<̱dc4С<n 'V˶9a/kզ/ݮb)3;ո T=\z84L Fc3ѥwS,2|t@k $LeD[88@PTEFvK,{:6K}b+%L/ S4| q5PDinxb(C[$,rݬ yTjڏK6>%T'M4Tdyߙ1ȍ1_W;C~2[bNVb8huesY'cd`^sp]17\|mj4H @觇T/e e{zz""O1-#Wq 6w#~0jLY5j2C` "chXAM?{X*pPGK/UdLBNF@nI8t캀*BHa$lHbL=*@jm&NpM5 nx)]//Uba2in&.W-ӿ/pKz3鉸 Pp_-lXN˾ -ɄW&n-Z UxuI/.زRN:c ! Ydݴk@@"o sLQ#S H^T#0i]V/IҖ}!] p$cz"-pPf;6yTx˛z=5s"$ ҋ&͢ys94+!E}7>QɰĔjJ8 HEbW+8uu6*9~7=;Y]&u( G}mЅܵ5j RLEX8OV8|=)^n]L&`f-pjxݔ46m pSG'>F[Ig c`n~i[lƼ2OFM}LF?c(D [*y X%=piu|Py(~~!aI~5d8wj~5۝^-ɷ68ݮ(\e6W{LID\44T=T`}phSՖY 2K}8m-EpĤ}]RqDZA8y -kF´D\?L[lLP7al'j+^?m?,3TMBׁI^XWZjD"?uC-ٯ٫<$7;PZ'X*(nD2pS>n~7sm6WNΆ&v\ǨgL{mœ{@hl8>.yՠѹX?Qпq=9 ]_dItׅ7-(WN;*-), bXTb[Gr ЎGg^ULCS@`?} AMHlHcWMyo#tsY9?d (-xW̛.Z> oQΟ^E)PH1g`y@uj,\ɦbgvt0.t` q߯cߊ4n85y"iZ^QoxD,VQ [#L+tz5p%* xҷJ~ljYpX]Q?|pmXvQPr ~ 6W$aݍU>7aX=wbe.oez-/V~!5( zc^Ac.oB7K,x5fƈֺL^&@JLʷr2f1±mhlnA7P7[I`FryY/R,Q5o/ɻz )@`gPB+=Tn%#]l1J{?ȗ,͟_ 󟜶5mr)l&S:lIo8ߏd uGԯS60X'aB HѵF,ux5vhBU3)2J}}/n˵Vva4wǻ$'u>Z;jؘ˖nUs:@7+cϽWMYLQҳڻ Vz<sI-W_Kk6EyCLvYiS1B>Z`CL$w<>~q*_,PEJTAMREVL s'Bj"pLU.;p!_DK͑Bbѷbg!ɵfmA `XYA;a%1LˑSeJ0#A#+t&0FsY0m7/3-OA-Z5PE咗D Ie܍THE%iVr#}@)k/6KLJӁ$P ݨ5t>zbbgz5pع vaPu~7lD#UGHU#Y<D/2n=Yp-hGhRPo֧f8į s#P,P5G/&cx #azx?#DǺ ON|~I&l쐣\lOa|0#;9\8*(W\OW?{7J YFYh8PZYz%eöH;= |-P:v+,W1ӉY`5- r'Gtڻ{UsgIF*h$ =ke6ZTO\ `ey e.I`L -%M^1B`ޙ.{ jMU$43%63`OO% ā6[j(.؏+2ĀE\8M .˕I2% 6l1xʌj^c'(jĈҨ{}:8 _w@9[]fMn "doLU ]brz Y_@ۣ~'zėv=˲꘯Yq_&ʂc\Uf=v/HV'u?_RaWI.F߬-%QP`5G}3>MEGOBuhB ٬>SBL:R zi5zWӝK8e|4TZԬdĠ(eNH0V?qz $`%z5ܰpKFЖF}7=&iF * obr` Q3J})}aޤt *i%h.,P 9s ibz _Ƽzo}8:O|jU,dN=awĊiIO5orug(hVuX^yrtƉ~R(6ThL".DC#Gú)Sz&hE,02tX#|3\?9: ׇV -#39f]5dJ4ʳ"1n6?@6VRzFZ፼ ]f#c.SųdpB$疘q銰29q紋TJ@}:NbEܦ2su nFXnL3)tMCkǀ$ >j铛x{?VPZ$ n;s+b2ܚ0evM!ckgT&픐T>CLk`CP0fXbkKZ WWp0'.`6е(pQKZا'/%hFh9JƙJrqɅQD n1mUm2|J8:I\Eq%홈_o(2?\1:yEV.&v lC՟GKGu$ ϋa$);s!}]f,vgp4Z =xz-qnբbF9R8hZODKucWw:͊$,Uʥ3_xV2u)b|$7ٳN=V KÃb-dE5- _&GH2~@GK ߴS֙?@J ?uƐ1WL3b6Ǻf ʳҘ ubxdzEeJ8ׯZfvIA-G*wȩ#mg[@κpK W(*%K{QҺ\*w1LHrkNJu)G۬M^C J*ݔ@M./<_hG~L42<Ԋz]t41L,$TkNEi\ڸ],YބoT${Qg>wCb(Q* Ntq86t)e4ON jΗ2p;j]yKwh?0CjTOW)TB,БʴߛFPolb-"zfpEi1A< j ry;n@eqMi"c.mAH\<ڼMUM`uDCڰBhPCkga^d#ÆG \=t bdfw&7|LKt=ǖuCV BGeE0HqD$2{߯],3wEY+(!(폡{PbEK/KSH_s˝y\R0eR-e?y-NF#T(Ic Abc6[xN^]nrNګM4޸F tceSWu?DN@$;}fݑRaO$jWHS|}Yu}Y8g=FH4G *PU~o~zt]8[Ozݺ[C̟P[c'gz_|k䲷bLTmh .3@ ;UU"7r{@Uy*`xCn*{p[ H*b8%y v+]؂H񅚽nԢy>dG'\,ϵ#ihS{Y0LXoe/UBƠ9$~,D~隄ʬs{{gav8QPʑTa|NӶo ڌlɋe Bkk#!"*FvȾ@kYd{,v$vʤ^u_oo4;>7~֙wt0d(vnj+W+a7yI`,q_&J=zsx 3qׅwVb%]g۲e״)(G0q( e|Pd_&qq[Xc-g*.PvH䈈c3qN{ݸs,y9m>fsхr-ʄ72T/,嬒 #AQ#imiv[rF$v: $iit651dSv&h񧋕ʙ=7;-.P۠"VthRZY<1B r2`3kAÌhN5`)E1Ay :kR^)Hj2b00n[Bw x/BIs]b^EVn *$)2 `> Qx$K}3{l\<ickpa@zϧ;yy҈FKۖ@ g>_w kߝ[A걔)3F=lr P WjE:>lD,BhVGmJBߚ<2BE2zFp$d"qcۉ_4ma|4gk4w LOg} }ZD^1th:p=$3V1.[(q~'vM!J y/JD$ ],8t \rpXѳLϨ)F5+K{c#%+Y|,ɎU8:ZL^v_BaW ߾WmnE.?+K mVms,Sݓ^R- lH^%CS\"E(+_ R^̩@/G|~LbA:]ۀ# jDצŔ p\squeV\;([kbA@[jۆʺDHZd|ϵ3?.l5e7|w+zۭ epn%nŇ8eJ>qI;EBk*t g;2$\HNcWE:'RWCj?)ns08pTqJ_B6hP]{oʹ~&acǔ'㉣wͯڋMq}4aJÚY.M[┭;؎){%d8ͥZ s_|=ٌ=.Y ^%&3b8ݸ"eMF ۖ1rknRUqE~sytG;FVhqdF'\w@9S*E^,o{:M/:EŕCw5[r|H3 Ӫ vv(3\ iG]B3TŰAٍY==AŊJ5cE~Ue|=sSN*pEېcJ,,@?.*YZ xP x覛)s˂&"3K}YHc6 dmRK4K CgNeh_Agww?kpRuvyo#!^..}Oʬ.B*%(8BPXqwӗ[v?F|Ǣ=>X_Hk $~#h!ΦqSoظ8%W\{,b,<bϥ@5;C(,ܨ|z*=}>]0gjxeH<.'D3F.yo2kɓmWdNPn^!"R#%4}msWy/z] qy pS€s&8O]Cw'4F3D]L#w⣧o`>*MuFc'=O{ͣOSLJ`;XdqS2O1Q*/ ,㶋bhT[bnU Dܟ\sqD~nWdE1/$a+YU.d3)<]E鉊i&EįRbp[ ^̵g7}VĻem~L>k-FwRɮ'P9C0E6rP fDH,ЮPKҀS4=G]GI½FN~NYq?H #AOcuD]Uw5\M^] 23{5jn N&3jA]:K6JBZLw 6>la:ဲ$sx C@.H>_Mi~2 VSM論n jrzh<'D5-(v]=MAKm%8'Cq*[j>٣:0>MqqK+P)FY' ؊:{վ52=@Md&98RK*"$r FIŗW/n@YN=C(W̡SefΕ% jWܢȺ1=:cY)lljhB)|HK5{kH#dc kg3&vf:|>)ݩ + u׸]Tv:>"׾BTUhkǤK?gc Y\#Cpjӎ}c Gm&p׽I;Q?b>\jӡ~T o9O{y}6Z^(L.O7TM h< *tI@{ߐ14zS5ƯCJQ[\8$)_* X'$a6lҧL?D>=-/S8/̏HO!:6'= -m" ko/oR2Ѕ=B_2ڷM<?7SZr*ԩЄ Rg1VN[p= VNM:/'}ol לqaWzds9&`Xl x<$xxOL ߊ%Zě z*6#? |T*hA+y50|]\q`gO}OcFU< !5ukںhG6GĊ#nȇcJrLpR2?r/9l){Hnș~7շ:\(P/;) kyQLE'Bg'#ӢZ{4'tgcp+ԶK.aK;ᘋĤQcJV* ,*;d>*Ҁ2ÈKZРfq~|߇\-BGt3Kɳڅ 6g.957Gaٕ{(ʵ VSnffG'w_%[ÄQP(_(n@a{cG{1NϏjV0k}[NKJI FN70@4Hԟ%}c`k3Φqʴςjy`KVuSS:ѧ˱1b*Z{{)Ce%m7]Ұcue 'Ss-@΃#(dJ-ߘkk A.v}#vJ8V$U1Y=ZIT`+%yY=m,JA*ዊGP 0){n,uFcyǩfPnc1!<w^Ѫ +jPvBI:3W%'0>ziYxGs޿&)[RhDŽG'p !6Ñ\,y. ãwQOy*z{e]b$x DE_eQ?2 aA[%#C #s ܃S ']6E_wߘ%anX8WF?J ǃQq"vfL n1?8Jn iY3ޞ lZF:G`j ;HRg҆#]dq.7:P E[8@l4sVundԯ{Ki/vSsڧ!(E)pk'hZz+4kvˍY8lj` . ж%n #ZxyE|ߒ.1Nq*rz$-D;;Jr\y&"w *8y=50H\AOv=XtPD 7.O*3]z"C/+^ٌ t ۄL(+rx7'kj܂1$ݳPr\/l٠Pd-ud.։]qTy zYly!N?ZƄi]JOiÈHf Es zA->ܲK('}kO}"We%$p{ʋ[$}ȳĂA`}dClӱUt d=wE%h]GAù4 [O4d=r%oc=]L[|iJ:f0R"s' Z>idkD!S$oo mBDW6kCNNaX1j5ӪD#Ȏ E 45t&2]r2$LX a*u_1/.||vqII&Su4\|W+:=kpϸ 6TAuL B.(cVN]b!J E D=i)j]U TVYlKF QX t5}qv2H@ƴ%ozV- iQZF3C x[^u#4/wu߸7fxG97DɯݎZpҜ2D]APDž4"g3SW91Ai 46RR&(\cK>uKb?=s׿y ?Q6xæ"k³AkcKc պ*+)*FQ#_`j̓~nS#Vr.~ D%W׌:}5 [[b pƅ6<r*,"biv[3%'uV-J;"S`Q=$*DP&(gћV;2shS9QH1Qbر'1Q݊+^Me6N_Mm:j{ʷrQiL55OS V}rfS3ɓV8ۼRj%f?ȊٕPk5*[p5wkSGuvOOnE &Nd僫o1 F͏<[4 ৗ_=D?kޘ_T|CxJMEe_Xpje8gZkQ&;_  {q3|ȒX!x`Z=Q:I=UCM{8wҖ8BJ}B!֑3?hE3b eJٻ-}mo_+/yoB2P*gPM0|J{F4p8.4e\ ձ3U(uXg?}Lr4,nUEa2!h7+JY. aK$2yk1cq:?^Xx6/RN374csk7_ c笠C+kxl\{zyͿDU{VpH~]Ya3M=vs(bh $m@TP"R5bL}g`+ 8+5iBc=V28w4E'Ј B u,݌P08!un􀌿sěo;R`Sm/4}n2cGMT&eLG?K~]YHOGeE,Tr\*U{L6MW\}Q`ׁa++ 3K.ȻܺԄsBּyUCz{W٪Y]$zW\Z fhNUDeQETx_bՂ#銌Kv dri/`pB9^X)L2jm:˰ z&H?-r"?3.z\YpzXbBG|D\1ƃp˙FM}Y@%RɠN)lfM,J>JDVj>n]D;JQT*'WŰailzd0Xd׊(0N.|gW 4]WWqD m2gń?&010ȕ⨰+eQ@ײpy_^،'8G(Vi`1b\HaJXL"n4 '8G Ӽ(`w7ݳ{{X" <%:X~Q͓if0'bIQJBP?둙ToBE|W'oزAq168TrDÌ慀eƲ+EL#]&BM:rHMdW7a#Ub˥hNN= %Ӫ&R!m2񡳲ѴI[/q:Ly<]e|E :l 6iP&F(LWĞjoY.d](8!ntNnCkHiF?>i &p|K+N,/(CRQK[ǛC#qL9Hv|u ݀n1/WqTzp?GG }Ec{ٿ2SGg~>>|ė* 4JO}JY_ް"lzfv ھ:᰸w+:I[u-TM^7owS !oI6蹖?Yv`jbBP `HѵIIu Hk]O)~]p\fpu-e 9Q, 1iybP5z3I!{g׿*tOa}ḛ]Q37^mYgՊXT?˔υspŢka: Cݸ{ {!-.ʛ/DomZc`)y#WTUI>cov2qP'"[kk7t8W+dd< rè(SY P4a o8p@j`לiR"5=o[9!67ZN/e,x 0ćt 3ap]tPU._A/nY5b-sfK'A▪!UԢN)j3ahe=wg[Я' 82!n=Vw4=gp.an)v𔈖"TNe߱Dfߥq-MQZܿct|E=Nx7,S5,7gqL 1*YnFm@Qꏴ!̱:qF<Ǝ m*hOo|j,߷yM\l_Ʈ8 @tt{d4PVk@WrٛTѪ "R܅ĿLND5q4mCj9Jq^؇^ߧp|5,Dڣ1~w>Q{SfdTSt06_LV>Tvmky"V ]. Z-N/0-M.W+?pD%4nt8N& Xe˧vf˩e\X]L VW` ͔8 7kՑy$5Jd#Rob%\Pկ+xW~JK\i†^B̡>9-r ݌a?qװI'VWVqt48 |sP/u) 8!?Qrb3vݑ8 9'+AEpY> '#j$0B(9w?=#QEX,7H8(RiU"8 !z^B-U$H.;KZlȈI@zS;"~|pry̆Vs-X )e$;"XiҾn!4=Ѣxn[ HewSґY/q`GcLA4*͸ godn`\F]Rw J~d}!Ǜ:>2MOʓoüRɈƵl-o)S eVbٳCR<]6PGXѸ$^BhQݯFp}nԨ^&OZRP-ȱ$ܡH?qSg|}UƶsBX8+G}{nhlN0Ka֯ҙJp2<&A5/9EIÀSNhP0߷pcG) ~4-^ 8Foq+7<䋈﫼7[z.ghd= 8[+DVGhܻ0)ѐ TSnvgq|!)ݽgv}\,/ ^Lm~d[ju]Ad%EՊ>QbRbC3gC3B)A8_SP58{Ki7i [HbD0SEmX*ͶAINdZ>!'}lF $kaِ\McЬ^dup_8/8 ۣǜ^Rnx);e'uD@g9Injl~"'NIB#1/ձ9FWFR5`ޒLI˒V^P 5flPPD XΊgvw@!a "_THq T%]평,TOfZ7κX&wp<(GD/.poI>]KUei&XޤB;gh!nݡTY&e ?>s9PX9D$ _XьKzT<&a0=?}Î^s8BwLɴ9'V倢fTyJٛe(qP!kfo"h-juxisBL\E[(Ҍ9Z:5Kt1R{%iq4D@WT?s":_M`IGL4=,C9DV13v Ȯ6>pQ/iA|> ZJ.3@$ckz US͉!l__z3VaBO\';!cxjRk{k7X~^?ګi}&@Y?1Q%,=Z%*cn\\ 9ёhq]tZp+3ȦȻ*v/|>CJk H2"o@\iS+=f(p +>")mh -]+c:*JZ1HQ,3e4uz;>m)vYC}$h@ I-)G(ۇHWm{ߢc5*DNY?B\hzל \u|B ? ۸f䘂qoFrB4A9hgO&=4wq Ahrӌ~ q牐ÓBkptxCc9Bm*w:bZ[fK#2<~~[Jri̪6/uƽ@IsK%lMF_ſ7TD2`(|!UL>ڲ~v žG\hͣmu0t_7Pm̷6\ !ThBCE|W5tݭhmOb²yyyZQ0^!7V/~{@ܙܣ(o3ݸm 92LGo02<Ȧ*Vt-ˍnZdJfDSu|TUv+{.-kp!ƸL@XfnuQ*Jrͭ$gFoUfj#?W#M7lZ#-gU;*Pud unEN"[j3[?J1c(tFO4O=qim[u6뵇l7uXQ1̠4|&.Eu'a4^e@m6[GM6eoϰ+SeR[`++}RzNۗfVMrb]kȽHi3-`c|ƚ!O-?UO` mEac+Ȇx 1zk獎10u kEZKZ_gi(9yv .pT WcGEd?bJc{-b U(N AY t-Ufˡ[ULXLVE78\mhwhQ@ g=( ~| YBwY8g|5^D@F"F񍱊A 4\絨#g:յAL2Zg;8kHCz0voFHP1==}XD]rVZ `_M!1O x{ 'QuT\epxgpU_3Q"W]8tң~;ܕ:Ƽ$R{}HuU/ckI h!K.%bhS"h2pAD\|\~,%c/eĕ)H%(u}~gz@3jOx~VB?'O-m-M5ʨi\gªs,c;E&;uD71Vj20kؘ̞H.Hػ"kÙAs֢6U)@!lSh[<-֐[hk|d2H!ni CY4f&hw7Sfl/ %~B Xů=O=]\4~,hp/Q nPI+Wh`=T@^/f~VLÂ;7ǖbmyˢC{ݖfٻVK!ۡX48zN%x'KJV#iȖ6LB3 iz HsT8wH̦}"FOAd״V*SRPр ' k8 _U.dPSz^BARE=$2X6ɀ~gMm֬npMP^^tg U:!3j `jNׇt"C:^a^zCj5]˜PmY=ɸۆ^ +dsG9%vgnetym &h.DχL궸x 2s)SZ'Sx-yg@BFo3)U9ÔHπA73^p~ 5AGo8浾*,5 [7ğ#}ˏ1Μ-jeo`,69(υ\K35ww=`h9& 힨_E{U1d%f&hܽs:pl̠EՓRR8ı]"C)#S1,F"W}pIu! '4Q tύdc!>8I|HJ> \$yX-BrV''5RG%go%\MXX7o>vh0L7-70uT^N2Ew'ZņoY"8t?vGzt*55e"  *cc=*#)(X͈Y~VN؄3'F𑰈&nM[ƨ0<0-:$Gݱ[,&yHq{~Ǖngh P41IKzrUx[2ӱ2G{TG*I05^_uT4f{)N &@d5S";tU]˽n+XFUu#ۨ6u=@| ΋W:-?lI_pq Jգ9>j8L~yo@+M3fLfϲnGFļ<% 3) Β_X&dKw/x/ ŁzvAʅ| &ԺD0zx~f˧y0f߬HbRd,OB Ÿ*㊢^)Ϩ)C/vu]8\oCV#pVnF )b4ac2>BBH$*zBI2(G9(w'!@53&mvhZ(@9/6Fu0myOPtTD14YJ/Cj&k$XHZO841tpdH讑 4KB}rtdx, &fD)6JcſZe_ͩlu΋<j:Ys/}0f'#[';lxXK{}U sPEj,p6ju#}A /И l6/0Mwn@<ĨqXba>,̈́PfXPR(@$e#䩖/+}5vpnsK(dAaGvܺ0 n}aݭ[R܈~={(MZMuWf2k?c+;@<`4:+tw{W_n& y+CE*\yi+. '=V\4Ͳ&FfE4]: v!%~z??L?XSbV)S[QXE* 5&vq,.S~Ooaz|Ϣj/TheG2tDaM܇>qˆHh p ;raSecdsh?l^6c|U~{y _NJbyn|ɤY^;_Q鳉(V, >Gc8p:"C@Ts  L.ÇIhyGm#Ifߔt!U,M-K 5o/Sth*5awJD`]i%mw 4!襝1S^/_OO.m[Lnm ,46V8w8KyH=3 Jaj%jWrԚhJ$ynd +Pe:;}`"T!_D&OY#Kci \.-4c8Yݧˎk?3}`? /K(s3muxg=yC]`HD&f!ƫ؈02㎼ۯS;|kn #/Iiۥe%Qar0]BؕAd29H?lT;{G]$Bu!I% (<pe1ҤgȑN;ɫ2(!Qf畽qO\u9ywz R ldgg̪k~:}o;Wk xwģm3cbё~m1k+7>yLU9 [d` T鲵L&]@\ İ^F5F^Ry}PDp^AWѤ0.@եV3ַPXϵLa_+*IO-~B׆VtLMe%*ӎFڋq&$0_Qwfㅘ]gt61ȫ5!cL’}ꍻvD'u/k0F_u5Pn?`.@!؄}#4?7cp4Re1s}[.%"Ir%@(`'K"^+XbZ ]?\ۻq>>XkRj_rC1GEQF(PϦ{i_hVC,v*+LG.' e'$!M3G}W=B)/IE9^YB*FtE'oqUtvTeƽ&D\ՐOTuwp_0r s2G!V4|X\DF);g5\,KK| P~UJV)1e53"(4za=4mXs94d*%$xAwТm&CUܘ}t xw [sBղ0ԟN_DS^$u0jo~/5Paf͂Ixd _a}>T;HQ7.h($R9w?{Q`J\k{pT1B0Bn[|< #r#VN{ FN̘bhEY|/UFbW=mvMv 9/Ʈ!f͖Kg+^o]XgԲni-qН؁O+ %;nQ(!|ōRh=A7Cbs[nY-3W텝4jx5סXoHmAWlKqWNi@:pd;]8zXmیw b㏀|s % +F%KAڿcxm~ub{mΡj*3"" vT0U·: όchb]ީ^` ;<1<'*ft-)Re֥J\W/yXjAګeJyL TLT-z > >1WO$B*EJg`&rjC41 ؅WF&  i|&b Y/q}qe0"{iL)p ƙoȭ/KL`DMPZ)Y巩eEXuEvNsKtL9|im =ݦlE R2 :H9ty%; 0@LZ,LIu2TPSJE52hʳk1/D@WNhg /Zv=TMɉ𣹄q{A;J CA]2S' zb*XcMBb8Q=8^dq0(=uBrs`XQ k~qw,[ɯM\*c?mn-SoMv:;DzӾEj.BN#}Qa~;c1 :]Kj^ph֡j_4n f|-O[&}l ֶ*fMKI=t!x֐;vn+*fe=Aq:b5/bbz&X|bJL qJ}UGLnz e3#\^TA>fz,502 w3#P~`m'>-MVZu@9KӊC5<~}Q /'ZEvrwHUqI/8d!(#HȌ70gmе?#agzC#

USdpXn.y\HuNiK-FާGcOB0)a11|mGk*0{+0ѥ0OC@~?nɪ6~?dC2huiƾMZF3 {[#'8u7P6MK33Ҧx¼ۥR\S"qJ:䴕O;4ӠV){{-:+;QZSJH_1vV|^ֽJ&@`RjU;r$L?2vz]`L6#Hf[#-J2@שy Vlw[hdXA;p \a|sPIu,.f ˇQX۹(]739T>{,0ƗS%3:70k7}gpM笲-VaFV1]$c=#7r1L vݼh+25NlE@zS/f:}(?q=kzuZ3D MOuphI?-ӎ Y'eW FI ,Ԣahw|p2?#g,Q9)ZRc/,r+ t7:N9~ϰȻYo0 \ ͡Uٷ߀ӠÔ=FT;$J8T*[€?;RGX'OHJ)2%Wi{IǪMl10D7s=f }PA(W /Fס|?`o ?gVfI\. bZ?숨$UBe֭JM4y_6*rL(1ΰ~%ҶQ(#S:M I Y눿k߮X dH/U[Jʲn%mPjsRaD H߆N6\#k~w&.6VƬ:Η4T|!9U}YyV0 j˞(S6@U˥VGiȜX C@r0Rxy04׌*._ ˪,'G3IQU8f%I-%2Jm$Xdb*IWly%X^'߰_4mϺDM{CJxԗuXz' _l %TX\zU+&WZ"q4("d"K\~Gƶ&1 ǝkf3G?9YGKGyt4?=r,m__Lm7V 9TȾ" P] ZR"ybpZ0-|+9slj 3j-NFUr(Po`}}S>LJx1i; ˃H:=k*G2񬊂?L~g!gҮy2pZv6}v&[@?0!:msxڌֽնB#5Y¡ Ozxy!){ooX#bdEH揯3H[ \Jc/ #l (lh6ɶ95g Rc!P}|71R5@9j#PaV(QTI` HS;.IȭL!f0\ѐDل_H=C@=`&D{&ߒk>qCpʸ;2URU9s*~g;OY +,`kaTc"؆"0 =Egm*b7~z:CGCV*#az°'(QIWֻ1O׊A8~t>J[SePT~( }t&,u }X@tcV/cS?7g v&DQQ/5])L gP#qMTVZ%%H֘/+Ց"_f"3P0tn}>nǛ9HǪyEW M v&@;В.7țZ9JlHT[BEV~[<C~J<4dAc% 8uyTX s ;pD:SRtVb t:u'X۠8ݎ~qzT%׬e;T\v Ԡ9u=k\FO<Ņz=*.jodq &[~q@ mԯt!gLEY3b&]Q5F񷏫Kc2)I&/a0$к!j.N[O fkX%8(ډo^R\9e`N,4>^tC>8E~{#<[\pg@"_QnD?eYYɴެ {'5 N+0!/˻Kk2J(CnNb&5Nw˦%[CUQΆC^6{&0fqH) p!2'!!&IYrYYg[H 4|NK~+h50<|H:#N>z/SB^IpBǟP'8G>,DQ3C8eN\?:&n!ՂOCxO 2[^PPgv+w 5LB_,;&D7 *ڼŸ'G.g2!/K{:CBH=bnX|YcQ΁ph}㾋iuGsB#"m1yLlm(N9.יTP[3~T'{#)4/eU^'&S2c)<:An0Fc62(1z=k-ȮD,>.e/ta[wh|:qNxlD rFB~,:{,\TmeHLyQmoKaˀRC8U09UIdjZϴ'F"E =}1F)ĕ+6"48 LĻ :Q=ZA '"6*ο-C0 X#r+<;:;_{e4]xw{cO K6\`l˖JbqQwZb+R쉷{~Xq-pVRzfw"A~>1BeYucO,$#CT[쒷.:b2 R<*46}5|9 (j=RI\Q[`p1 [Mx8-AeȕI@ЇvcT hOv0_s4a:9B*@zHPL64h FEQЫ"Ov7,Z4]Ng fpWjJ$-#)G5Y2 ]>smgvkp{5,tB\uwl\cC4]7zwk[B2؎n\p?|hn `hh?%bpwf͊yA-QqڄIG+K#VZrW_YwA%85LkL~ygqR*ɕ2u~phQV(ĿN黝" /; աME м+ c p4ldDjV3(xQQ}i/cg>?:N5/Oԟ/t/>PU(k+fw}rVqq/wKO$+EhU] 32ɞI^qKASn뜠LNSNV7kΖ.,vI 4z88Z7i0a]@OpE{k_F*bNH\4 HG{M <ɥ#TcU̸i1w:ЊҵRG@s=G\vIt Gk+(zB]#r-۞n:z䴩ôy aXLRWI =EC# jHdi/ː_$W{r@o9xV6& Mw܀,|xd'DAΆWiS/>}]N"`@8ryULOh̽,!#g  \<\Q3kfk4Jl7J [G- 04*8FijWq3w/]1*ߎkmu5d,71 / (p2P^]6χ28q`CMnQl99 k֝-%Q??r~/}bPeXǹSh5ՒL.@`WoTtXCfQpzB!g5 4 :0cpCg[c~DYfMA`:BS֬'p˴lܦ GgހhIuEteJVUc0b_:SSDoXN1AdΌX=BPD8@u;Ʌ/teyG\N_xg( q(R3ON7Z&e(n.|Wt@o@I07ZCG#Q |Aƫ0"=eUWyVa+6{ }[?O$λ~([G'94 ͹JVՠB6'mH@t#"'|#xngB%u/;:Q,2m9AQP/} o;F2W?`$ܘ diʶR=3TŚ.le9`a]6I%sx4:y5\jR5!i($' MQP 0e PɑnVI{~CG e,t#;@73aT#=Pd}G ֔C6nU>j2ZS?ZVVT\;5k˪vUU!m 55I"ju}eۈGi+j*0RmGi8:/mNaG hz:P&]z41œU*' Ske3#yyvTqShzy[ﳯ9ɠaq7i]ܩ8wAQ&W:=h} pAO8'$h~ ]#e]9D@mz8a,ڌL %<3oeC7[u !4 Y k;?~ -ImҌěʐzYB+4<ݻ#%?m/J@l.LBJ383~P|S;mb225^f[_nNqT:^jά jHKfC"\4 s*h}>D~]_->ܚ*nlh,wk~$2c_9n9g)6%SFGM ė8Whw tǿu~nK&yi׳\Os@\RFXz2LʤG!TyJZiIc e3\ /TTjށB~k7!w^e04ܮDWF MWI ɀ2uUy2E/g8e" +,NB"o(Z`j'Iwjfq8@pIEqfu`{魒b#ucb(h9lVQ!z,Îvq>kw )u$7?'Mu38?29LEӔ,r҇HJg4 3> {pt~ض4PFmf3fW %,<"W{-EiF]=,O!aeF)A>=|XOPwu< I VNL#@LwV8AZJKxk-b1>0oW18|G6>7ya7>kasr"R&ԙ:$T\} DC4aml"+n\%CIW7F'@[c}$Pgz $.X]ɺ.,\?֋wAr^ !O9>NZ\WR|b [A"MGwΩ}$?Huٯ=Vgf,e 0Iky`fDϟgp ,֒>k|[֫b Hp, cI`}4jWEE^&L;K",l"!H[h7b("Jm\hJ}6W CKM;/, @.bf[o#)cS8s^)6iT=U{jF$mwt!_\ijM $ːs%pHp.J/JH,~F-}:@سnvq5;ڏc}Gg왍Vnz!ST/!xV=8}b>%քjz Oscp{~a+([ o&>횞u>SƋC'dq?KA4OTH%`vAWu!hD۷iO‘ "߻84>e}o- WLjko43)ҭ+`sV2s ~h :6Ȧ{jNnڽHLm[iyd}d0cmt7y۸=)pnD ~|Q8rIM^mq2ΏaI{ [D):ƫ]kq>F +ryJe#/}(7Z(M15&k1⡏\FydRwZ  &x%ZBb. z"J8+/oɰD7=gfpAuEOT Gȿd*t *.Y WK" ׸BIXwx=㉿ܿc"&ѩؾ\D$xHXRnwϸQ`[ 1o:Q՟oL{"s+Dl^Qfvj'7/,AH WDh'jEt~8 E-{}={xMU@;l'hǖb+/<nnpOHЕ*rwH{FK@ķS,H $.ؤ"b[xn ^r\]Cm[PBe#μa6r7e1xLZ:_ 쎎@Ɲ砖zls,^!c4 1t|(;N6 Ph~c5lhhL/d/B١Mx%ȤFouTv"޷Y+\7/ɾ\֛RRMY޲ X~D˘M<<,s |4 ~[ ˨SGYZϰDzh2/ƕmWK9"+ƒp R i.ueσrH+X1,P,4Qcia\nRL1^oZ\PW|[3+`̨r[ X`70&gV!Nr!5 h5G'sCfl*0ZK3k͘(>HZ]B3o5Z1.lֆS撱|=JTלY5UC.@5wEWaUNA ZMz~ >3NgNQxnX ΍{mI\#9 {DZ[}z;l=],8᫤09>H LVS7>L܀dsĂ꛱Ⱦ3lSM50:_\_W=kds6ٻ?4F 0^TӞ*!$*sբL?4e1Bc7<ǩeo2:@M5PW(NgV0:~/bx2͎{ڂԔ&/C*~&$#<7$\ޕꠇJ(ƍIrG~^?6|)W&b֖p#/?ɄC/c1Eݕ>5lϢ˳K8rZA,#y8Z7%4cVK3\_NGVj*,#7 5(ԀR3PB\i՗XHJ-e)۠>E!@nyi^˟,L 1>G*uXm~Np'Qt 65k+s<$A_y=~R>DzR0KDqZi+c!ioK# Ƶr06,H0ۡ?X'?D 0-^@!4TqMQvpt㪀:A}k,insM̝ǷS%_p*LǤoiLd7eϏ:eǦ1C2Bs(lO* 'bX1tv.A簾}+ }f=׻ТH:g?X(M[nL>EQ%BwNDԆEp(42紬b>؛bM4Wl?.K|XIu1)i) #`D0HL+po85$ V^*n|mb5G.6:<MCG; {ҿ8HxyZ63ݢ3ӟewS 1 Yr2%<W]_\1(C؉7Sq=4ݟ_)3\n ?^iwAk%*46v=T&yŬDa/=h&?H+XVxo1Tċm>RIu:pc{HУ2!8߁q_mU]ہ4z(W㨽Y^G﷙E2~$Y7H9H]IVUUTSƛS*VLWfƓF6S~9;rqlߵ$7.h@WwNӕB"mRVZN=$е2W`.iWT7I4xaX%(K+혾S>[=CQ8O4÷" |,#%}^z-  xwA%D<`s{_;f@tuadg?wLsaRJs_Jgnܻ)2(-ms"lJ$c+,KKcAJ5&:eOУ)M{wx뤗/z;^h $"ve=dQO"IbnhRi+"]cy`^ZAB$I&UF!aylJh)m)Tt fh [ >@zgb/LrimC]E_|0c;[Ctp Sa"o}ML84w1T(]"؂G3xlTnV6p`^ ܻN!IJK4>< UOEDc2p9~C^Npޑ}v'bU &IJ},T $ 5F-`ӢgAKcTk?Ù{7d'ˆf .4] qnMJQ/t>&uL؉b͓)x忎>,D\:T^=#O!d$+sСjT.)]UlߗwJ'O؏NJ%+WA[@KDA;"䐛6Ҟ8WWh*nKWI &vk s%}`d]G+M@/sn%ELsZpHH)o,ʹPN n!j? M(Í~zn8R:ҕ8 Qf{ ˒""}\wŒ@0c1kCQ^;8a=?(]὾@& t'53[t~[ ( E56]m2uCx=iF j.H棍ڥ7|II1w 4`Vb'8˼!-\pN|u``D8E5hy۫ݰW`Z//{j\ +SfYx!-t{㦝KPx/0AEN]\dOO0SXHС4ׄDvU CO T{1QDI_$vRfRvHxbe4VW799!XL4J;{/;g3g*6=(ŽԴY:0ck%qʕu\LbcP U.ԅ?ʹ aNcW,3)i63W ߲ PCTX%p+rh%`@KQxgOha2yOUg*h_F^"`y D/3vSy" L3=Ty5I8q@%@rW)FvyDf~).P¦ɬ/L!z? xl"ǐnLBʿ613lB(1Nc8֤|Cުv|ĨL,克"PyGfyEًHwxa-Xq&~^Ĕx *斴VISW{ )bd<*z.|$h|u|vkB6vY{.R!q" N7=ȋrT޴e0\<Sxةa N<0Q3|rYٙ_`#o6osJ^b].ῤYIdgAL>|ƈ(s 2S{%[XDuq#$Ts Kt0 |1|i ^nU]H U5tbⴰQ4 TRH2kv2 *Ӛlq!|J%yn9|vLN^VAk(AO8FD+V(A :UtG}F*NVM/ꇮ ܶ {9=ɒŎќ5Ĝ0׉/  \`󳵷$}y~XWHɗ~%FAEVuLVb$mZ+JK#ԅ}l.V'm^ ?wdzB33T]/Cn,m+0ǚǫ|'6ZDݾI լ\w_釄kBjHM@rb4C9v"͠)jW,L˭#ie-C S3 FK%b <̀_aXkYdpkzbA7| _]胐&Ӯ  oB-&O :B1r|L,11pI ױ@\GJp%j CL 7NHwa$R,V8_#sLx#KtpI\i#Z6"z*=dHR[Fc3gŽA׽Ny+Wq./cKSP>'#{׼LN~XEw9My=s=`B|@3MAqK!Oݽ|m\` "!Z>} 8 Em4&X|iIƚz?x,]K!1~vzh!6`z3)wWB_ GCWQFC7Vc!j׼Jw؞_Eᾔ[(]Oߩzw7YxPD"1Zd.-q(` {vH1 )u4i]ϽU=]%8K+kV(J7'əQ3Jx'D_zg& o CGP F胼Q@/"f) ϠO ҕI e1\]0ĮAr7L;ˢ?VT383v>}>DKPE+;} MK H{^\dP crN~s#*+ef1Py'rҎ$+[V\u(A~ݣI:k$sj.|gcA<-= ǡGd?0"1 F:sj􉤙 (²N;B]g*xZJ< L,%M-D4<ʰB368r]$'|ŋG5ImvL3Ӱl]EhTz;ekpC;7&e&ٚU!i_qG,.Re]:62 kbqw]Jsrenl`AP]0@teId;/R)Q~7-|_ a>8l>Ke\6چ \팳1d9ÞGՁjN6"Ie_6 f.\ـ|*3Vav$iQ&:4ԙ`f{0jQS.۷dH|~eEdnjǒ.RV~U[hP+Iz.oy| 5QiFH,0 n)t)i59D>z fň--":² g/7ziC}$G/zuØUbء[Tv<1joASQ҅V!nӆ3Ƞ~(OlRzuɣZ \C Mof|"u!2 Lnbqá18~">5.`[, G 2@r|ɴ{^Wc͑)BW;A.%r4#x(_i_҆,yC:>o^2i6LaRon=rɪ雺alVz!/ѩRT-cJ3s[6wbƎMjP ^zM^-D`pT]#G:M@j>R!kGr Xjea}[ ݛe*" ն^p;ML?&(JF#1Tdog,XN"8,>uŖ.LT~J6cfes;DaY^~ETYөT4WtgٛџT.\%)M`|RۭNJh%8D$JDUZ53 ^?y?0ϥv?Pv}OÅ`)aːX\ =v fQ\*U&=XGb:P߿B`9oT<&u7MXCU{Ըb+(~57OF^0D3ۘ jMmʏ{A=u2%XFi;bRӜPLeSΓ6Ð0 x).67C9g>[Y I5~M,v;eQad< ʰHuՁ9`;>o"aT#y.B-&@ORS(vRM (ڲgc ̈^u04!+&񪿯+m?Rռvs_X]"UoDϐN.@hT~+bxEkV?WY'Hs\JeW sYxx'b| vJgQ cv^PvCbՙGitoh Sm0Nc4ڡabJK3 u˽0+uM@+"۶0:zn iHƋ-TYSB5ܣbؠ]`pWw\^XƵF~H~gAJ'| +5zP|w8/4ԪK$p*7Dn[hw\&P |2! ,f(O螴b(iVH(%! 4vFSZj<HOq"5hqq^'m_16V$f]+?ӐoZnLЁmYMKY)k[8{hskvj{J׶aFz~P]䩪.y_y%a/z"f]VwVK17w'#aeF>p>&FI (=z!{5<1Y}} Pm!zN`]س01x˻uv1bN+!\ OX/Nk p1>V`C^ڲ$s2Ka5-g#ٍͧ9/_{;޵p];$3&&BzK, sʾьCݧٰt?(^H3Hvk>Ƚ!1;V>e7T |? @٬AnVG*d3^[ӐCG(KU҃<:pG@`wÑL2t¤_iTw\~: yn`)cZǷMScpxU2BQ+&^E<_PuZҙP$$mZaIyҦʕ'2zaF+2ɸLR1,S @,<Ŷ\rDžu\VtiuM`nh56"U]5 s[ CNE/Gh]܄cYDgF"W־㿣cA;z'έ)?\~39.WfJ;^W(!$~ߒ2ju5z[O??yu Z*R_e\6l׀yS4FsL'2SiX`Q08M`HfduCLy`dvNH+yIR'Q<.=@iӫ-<fG$a١$1䠎jTO$JAx7s_[s<"ckٰqhF+$4t$UWƓ'/'p\Ho87ۄSqɷ~_!  e-}yq3zYS@_aEcf㔘QȂ96(9ɹ7:q<ң!xNo$Iw* #V,""kV*,4y-G|}ŋ@ I¥)(lmЯ+YDRG/lQt_T hJ62zYV&@̐ʵ@GmU"Qv znFEH[n&ꬵG);|9w̗W\vz֜tt>7I8 آ]yKh'T(GH|)(x첗AJ-~꿷f,Xn0@V#8LH3n pMwY>;C /**k}s1PjU}ɧcXciItYu{:HbBL3/ys(]Iqz ${2یNFiQ,'W6NTj^(=xϮ{v{ fXWchϩI)o"?|A+\5(I@A,*:òt~2V*HZ(JlKTzk /HG:!t/ E_J6ߡSep_(1KZICe Z7f\#Qa=h% A|DE[ lg.N/+NL]En4 M(v8HGtQJWt]e+@e1&kT%tE_rsz 32@49dkE]mN]]%x~fP)3ƕ3.OL4~RZ]ka(|ƒX~a֧wyC:ľt1dɚrb*[w%! KKmьޑl)F1nD3Q _U=մxk&V3!JtA",)I iB'=xB2(QZ7FT,T:IjZ+8Rȏ_+vT͐Ra;3#*e -$z#R:1%T;lUЬ$XkDRbqC` ruxΖϻwtƥ`?⸫]}ހJnxaui>h lJfcgg[~a`%˙u5X(c]˾~C@`g32E+ 'ѦtJ%(ηoYF|?nk)JAd\יpþs\ZN#Λlsf+wÐ[mD7KupʪЯaoD{IL "?bv9IFEfnG17&;{dԈKJ?>.qIџdmyɃTo/9:%M?޺ci|-,=Х-aſG:$(LSwBgk!,"؞$vXWCYw 9W6eΩ (t!JI/x:o_oAԆe0IMi\iіXA0v1C:8ދSV5:o4m :1pÁV2o,TD&HEG3akw# 8}l2j};4:: g_%3BV7JC!/VbHu[\{Vƾ Qɩt%9 V0ϊ_<4ZG`8T?o.Jj< l qCSŮPmY:P;kL@ۖ'RCe0 _luSgwq1t4UyI"B[Web iO\˶SH?K 鼐Q fH<-ujh~|բj_[PFd].q*XYs]R~<MHmC H \bɷ:<,Ll4|m qws- l`A%en0q.^U89rqYKgl= ;./ vXs> =Li>cG#܀~ӓ\x?3JJg'vj],2EW<L ~b'xo]3sθ~:lʔo-"+N8PvV]]+YB~h=gG+mةHUPUӷ:U`S1݌o1gH×kJ > AwwrC)!8f(H赸cSs7R?>whX֧:id$_v^Q(p`!J;2q v` ᴨyCXuUMZG"n_D}LiE6f7@5:rk|k~9!bFτpOga nM L|"+1nK|n0l37 s$e-o^)!^yҐϒ/A ifjt%YsQEs@ Um@^IJ%*( hS_B~{2ʚDB-`Lz 峊b*'q48ZƋp(*@)yVIpΟ2ſ=H2cV< 'ϣ95US{#KgV<3n_%OJ3Qci F#6x5{VBE-]5* Rg]ϧ]zy+2yt}^6/hQq.cτs%bJLǻ`37mFDC5MtvPvt0ru3+M,wb}K%u-Z(.-VeSNv>_&SC^o}ƿ<ޥfw~e0 k̠UD܏`I{1ѯlۤ&_07 x^#Yg/9.zg镡-j %QXtrB8U܆P)!Y&A}sȵ=o.o>HY&HtD/ /'g5΄ `^y <&sjVUCza/@t$UM5 ,F "P2t[ qْPaJ|v{,A?.ʘl$Ž#UXm._hP}q&3A)ǣИkQIM8pyf]:e$zK}"E0 0ڴgaf N]צb+Z;mnk V kL;. @0eg?2B^if[uA+ND,\_n^c3;".qTQd6x4$S]1M)kOCY=7=ІڼO27!g5'^qxV’Gqu/&.ۘOh[*K}K2ٺ qDqg߭bvx\z: 0ե%pQq̭ܶ؂aSa#*[y=Xd`pBwI/J!|8${\LY+^Q_ë#*T53X"&wŽn\{'7+P}"dx8j"1maAi/*csrd2RnyP᭛oO_F喎 e|ϲ̬tM"ڷۊhPK%d#J4g+&NC }inn<VO[|/^1SLN{Ӂ<\;0yG2fo.t}V*NgWk=M]ٱA@dg,7-$<~NGo gD[U|W|*e kIpMȷF8ޠMHoMO0b DOj#;f^NKkÉvf;Obr_(.t\#'_v2σu@]z7 IEь_<#@>copmզ;fLA N޷WUUEQrrs۴Pn.2'gޚ+lgQ3>x.HG9c!l֟4%NL; /O ,zbE2CU&\u\OIaQ6I3oMm礚3$ z BjZUN6ȅF &ǻ2^?JSć\;S8=O:q^$ pi-YC>AspzG"zx(J~@GvAAV(By=)q[ r3Oウ>5o:{dǐK`uZF3iQJA@>ի8e#1 ?NoZĭ 6C}qOF\Gg X;481BL:&A8`HŰ\z^7=:GOԆ2jŦ]Gmihxy͇J8IJyB ijcV,G}{(O^TL-S"H0?\f_s0  * ?,m+xePN?7Ku$l%V #w'ufz# 3] o Z Bw%qhswsМEc=PbpX!Ll//2U=}ZB"'rX%tڥQu Ru &u~)R,!ϕ`_}oJ!ւ2iq_ka]e6e巎J 5 U-hvIMsܪ68T`i~I.1g /=tÓH&C-KmC`^5oѭk":O4F213pNRa Hlֆ9i㭗HAW\y?HdJJ^%m3h?hK!o(&v=wܖ貽 pN&]҉g+p2.<2O;0cۧ uƽO50eAqiu&cHЅ2!ߩGLIU j+R87taJ1%lTLz5V"/\࣋4$t3kz5XW;AP#  ٝF6l:샢sֆ]('}X{9<\k{ࠫRذm8e^fxm_nYbZ/z+jS'g9,++a.r9"'MNTQQC >ct-UcQxX_u+64*'J\1bA[5 d1ֿ%sݭO:AkPخ֤[}/l93 "*> P~r.4'd;m!؋<.31Frujto0ZXm=oncoܑ,\Ñ&qaCdI;W@/{1säRv}h/R2 bա'p;0lj[sT(V_QAv mOvi0M7cysK07eRI-q٢Ck7N:-Ƃjazld8pCfQV:;h=(q1ͻ`OIXAPn0F9#0n qĽn׹{fРj%3!"S9ŗz蟵AV>f|"K! ,ӼʛȧŪdqe21x뚪gH^om4ًUZ =Tޕ.crb5 ].W(Cm!BD:YO-O}t?ͰCPG27c=s6d80)ߑMT!$hM"J;7l5'LArDQۂqT5=4g&Ln&D3vmSdJ>ҭ ѹ@j_ʩZӁϊ٣N@p3[Jg! D}y;F>&O+Wrҳ\9 A:?ԟj6y!8 0V?iX䭸 Od1ܳ<i.۹3ԡ!r-{6oA+.a4Sh͓QCwOlr\cfa 0+`#YX-CZB$et C+ $ʦ#ջ &j13SrctᷘFWY7MbHiry/,yru{YO,%Y.{_h5m\y1ybuG_v6w>NOe#0T"æwPW)U@sulGE!"-d AȕKGx4fneUחSDҩwZF%*o&8/=WR%;2hU:o1i3XGlre T# 4wkb5rtR9.Nn 7I `a˾wtp{Yig}.0|ImǑ,pϿ~[1X)D'Ͻ uٷ6"io}vr}3*8öԑ|1\dEK B NQy:1$ \=cIܰKAq^u* )\s 4oNԵQo 6 pS'jCa@D2p7*}JLtE7c#x*+@HKI96Es j{bؗ8䍡sf;USNڽy CO*qlDΐ/ %tHAnڊ[;3)E qz*4;7R|U|H uxW&?Ib91oSU};cgE*^AX^K]#SIl;VױTR!>:\l|DՔI0o%?rr7ZqހÕyF$,yxGenn@26i2^5#%E\ljǾZtKlK\6me\ݵMYЙy]Ta_}L)Bx eV'IwG`Y|<}*w Kx1{@@QJ(?$;MFd-6=:;K٦VH>pu=daBH}"M2E;lj>݆Ziyֆ䳣8kd۞Jt7<  /2&g[Qx>QΣ>'&ef#"7ZvCfaikce]Y&g8D%̡کbzyiM2SO \-¿3R+ 4<IWJB|cڥυ#88`/qi~~>RLI @XM%[၀󙣔[/`˭X8+KצǤc78AWI/>L .9D?!tX+jGK[@]R]q_P`PY%03%#M^G<%m߄h2V*(l@P?rDig ӑܳddgl}˿ATܡ:䕁_|AČ"l1|U^T,:kR+(w"l:zsy$_#ghG곢 7OE@YcETk[gNR::N:յd 9AOPh~A c,/vĚf^&P; AUu ݱ,aP{ej ^A#*scPm][ݑ<L򂟋c?(N*|U. p^Mϡjxۀ_Pa_c[;_R!U{_TNj=ޜ69>Uj ɱRqZ٭$uKWgJD#t.d50ٱ? )K@W>Z3liL׎ic4I/4 @vkw3f0%BJ8$/[.qhL6~хRt$D#Vbx~2@j& {Jo$/C\v9hužixnMZH]9; 2_R##vܯ\.}i~e孎l g {"N?7j o\{jV'1Q>o\j?BƖq. =w+Tx:,eVx}OC (bC ֨;,O*̬*G;r4N/ތX}O?a֛1kbX{U6_% iU0 |%,:^U`U PXT ۈP #6L>0fۇEUX,8_쳈SaTTMj0]EK)ZȪ[9F\Q˯k.n|ЊT1I,u\1qrVTR^vkS$#iQV\O@ݑ5 d鯯ZE7uzlu$I#A)+6@cc^'̾Ec9C;4a/FSeztgkbPܾUVBpM}Tx CyŬ4#6Vx#?VXF " KoEH̵̬Z XM!Z..PxMwJAAh*2O,@D3aؐHߚ@'JOt9PpeCSZXO]rަvxS}qf8}(ZfhݻSَ޼=]g|\0 ~88c>x5ﺓMq[xt\xDDs7Ƒ0sDyY|=(V-iS>!M EȜ zP1:XKs8D! 7s?F UMQ(9H OqBMShY~> Q!GgHğ)H.0'_]Z܈i졣պs 6\?q&~:;=C0?ߣ@PCXP˕ :WO0NNz_5|p@WJ/UW=h oxT>u~Xv |a|Av)_񒈬Z\dF+tN:2xvi9Ag⽬瞀,v l9wR]Fp;ļdCIPDbȰWW ?/\mVn<}(vD2<-{4Z) @h˦FNU!ޡz<ۋZJ#3"'9vl^I$FB,~щ>cR J9B"=N!~@,Dڈy4aySi-1Eћd)IōL8OѬ ]lFLs* m7?4eUJ}:'ŕ#Y{hƌ1kiVϟbeyXv *T؅`tpPmQ"{Oai646l =r52q!Gk16-/s~_q>vQ0nO)6k킡и}YPdğBpn93ffhd; *"%? t2tG᦭_+顜.Q%6rcQXhAV<* 8c[N_O8޲ +׻} .UyLo|+Sp(EĬ4vFo`kH`ea*Xw9b`hA|Zkf-mPn a|Tq蜈|VZb"ܗ`8W+zǂ[6742ەdg./U1`b2.3f J2^P\dy!@O]'dAM~PE$di 1~ L]5 RW6L'@+O~F|Ɔ8UR*3 dl9WY #b~q4TZS"lID;HW4Qng8^ 61}>-LGd͒]."g6swRv|˵w}odu\8fsU`~d_otROv7͆ .D6/'x`+w)Ts?|d[,۩f xxVn,IiKl݁Y&__$ "'qVՙ}Lr7&m<3^B9@e$BORqƈ-݅ u-9PFL{Ң$&iN&MVgY`Iθ4Is(4c<-usPdFs3oNYb5*}z"= _*o" iSa3f7|ʄ>rrSa;c'pB^D&g^I:/4 N'*Ccu9Y疥sTu47"Ý4Ji ݐiIFZ> bK?H}IWyQpŦ9E&+mZjm/L[1Wmvmj74d \prNksˁVN?ߡ-R"+}t|lFE14kIH2βJ e&yF aS"^%?>}J4Еe#%n`MtD͓٘0z[$aI˚.?TkezOmoء †H8/1#LJ9rE"E$` ov˥Ht!@G}fCpE=ƗJCQ|D3ΩLB<®:`E=tHřř{l,$!C6pcՎr@Y&'Oa .Ul,ȐDL\mEyKJ02/ƶֳN5{&YΫXC&eXӑ;u`/uH䔸(TJUːQk:3@`LH,$9g(6X3Ko w}='@="֛7!)GR7[ #peޭ$P氾!y@Xkl~]Q j"rQ/2Voife?#U4? |lo?Zz+`x (Ieh=7]7&HI(ACxS '[&żaZ QQ11v '}}((-i ձ]G%reF*l-hn=9˟Ɔ!ܕpUg 4sk=.,3fRB'qV@#&JVL_ӐAr,FÝYUb4=NJKl%ɵ#ك*ǧmpY07< #|լdc"clE}nNy#HDqJS!/Ng3boZWv\Pembڎ,4jJ'%_=7NJ oPqƳݴ04`hԾL=rR;A53*J0Cʑ %a q JǷxƤ-`AHC4g$f28ip*" ,$ƞߍ)lt},뎐J$֘oNz"tyH^` ;>+S:hú0UgaK S4-6MEz<;1\ )~_.^o2 +`cj"+:?Naq;N䛚,W涼GH1ֳ<&x;F T= 4j]Bp̨HR-Wh=C b^L3%lg)}}Re;:m_i59"^1_2D\`zr,i7/Y;p%o} :VF- y":Btm>wQO;9sEoZJ1v]!n *6S1i/9sV eBvӷR))ud]l!ZfO0PZDDtr%OAaw P ě9%ȟzV?\% \q #8e>'RT7 J_OW?~g5bMxv$V+˝\uT'OY+-bćJАJ@0d&x4󟄵"|v|*)iwnYM*0~18ل3Vq :Do0%~j5o<һ";)]Ɛ 9;+o_n;*q|{ۻ{{97}9hmʛ$ us\҄dRZ gA[花>T|awwf}.,uR;`M,`ڴFmO!d klY@Wb^[۔=X3$'a!bjkfϱ/<*̿OA"C=x) >@G0L>S*LS4`:H`%O p׸Xb!xڅ΅KMITl^k-ȪaȰm~g6w8A'F_.>~-_GXu~$aQ=iW>4)w2p_Ye3tKym8~'<@u[Ҕ 8I^/"?!HI@l+nur b YoW^:,`Md)ŋYcoIӤ,/oHk{qyC OմɣýWofT%` ]͎Je/UolkNFO 1ͬgQP5orf'"ql'dQ aņO4%=q7}H5^Yr#לЩ?Ts`j0CZs4ڪ\rw X= ݿ̌*Z.,4X]xre0ϟ|&"vxShwkDEZmBwD1g+ccCbuIV DiTo琼iR6D!|a[fev) 43e9 B(=2:n[}p-b7jqP<ϟF dX+-GhDJp~Gp(K ʁ~aFJH+]8xk`7ok-4_Usb 5)i>utgi6K5SWٸ(0WF} aF ũ/Z1"'7d.8 1%-&EcAbHGwWaURi0EO}uV\%73M-6ף}ͭV$ycg5:|DYzg,Jß3|. .hi7?LgJ.eո/.wJfn25EV҇~xl#8í\fY#⿋- 0nsE#z཈YZAɿd%1;*^lP'de}] m|_#=>@xyA+\ˀ#WI%X V#Q|Tq~\~T4qFު=l<'Л~0 9>b*z(:T_ B#V994?58-:iOCㆉ䋬tQgVw2Qdѕ+,O'an59K[ 8(G/(B<\kA8IO ةRwhY (t*ݰ(6\Q+r/&{zxul?ҹ\ӝGߵV8Cf9}l]1! 0[+u"ڑkZ\yz~5UX,,wBl\{(N0fD g{[TEjX|=r(WP8W71 /C(n"4Oøjٲ?Zuz3$CWNJzo䩄x'v(8plh+o%C0>(hw\͜ S S:Y -":6HG'J\X.U{ų57 |hS&s$)lTU}Dn|'aGu KWI'L FYK" L[@pJRsj-ɂ'l0_>JjDV=T+-XO nPiKaeLzV "u 7^60B_ ӒviKCPP'q'ɀoP,]0Y\SpX$+:޶%vW9\zg'lmRui%ckަּpu } -}u$3$h:uFhn]2}0cWcTzfHb3mj1̓$P/vMu4P?)6)4ֺsI$.(d Nfk2qr#$sdl)l8sStmw#6ADw[ qD`I*b|=؃&XRtL+J&Gb$ t-fILVM!IS)Z#<:7~ל Ve߬ã/kI9v>evTx#y(yn& )G$yp-ߦ{xAb.+@`"l.ABɠ Xzqp Z'_#!9f?f`k2N]Ew;ٌh7$R #@jܱg9 NVn-0,Hx`F\x7 r^3u9#Ev(5u[EKqH d=T+jyTm?cy}emXd-auL5~ԝcL -3>a OGunsH51i`MrG_cF[<=%?vz_hsr{6!0 E4q5`V 8l``qnV8Zc0TQ$jTgH2d[\%t,#"z$r(h ! ZwmYA3Ee7B˳'okPNfG |ٹn:ڬgЊVÊ`hʟ)O ک3-q:Oy[>eLHfmYtb|;#AhJ]U~z=M:~deRu93Smn>AQ d~ڊLXA~8!{!,ZjЩPE"#e>kF!Y2L3/cj{Kegmy^hWz;|FC<^ +fߠEdWz8z7waf n}]n*6Nʃ.SDSl6݀NJc i!+Ī,}T~Ɓ$E,~WZ|?! h%m&v.(MMpV h!Ȗ/HU ݻ* BXzgպ䖱 D[Dx' A0f;:,Q1&"]ŷ,hs.#N7`U Ji3¸٤΂,M qL2ECCr*6ЯB@؃hgL ŞGNNw9bwQ8[<3}#[og Qd| U<:) `>95;6i~bi.-[Q;c`NJpWK>.l )JQQǘL06-$84 y.^eBRS)Q2\fW#`;z'~1]󦼭)kЛ`bɬp%L X;@%,3; Mm6 HW,\`!lj.%(ڦPrL d9^?A*fZV85ߜ1 07;8&'z=h8INƯiUMXznMR^hsN!4J)}'H0rBq YkUb=-+at+6Ry~i~194Uូ j\=n'x~8!ʧ)f|9`R71*ZF+D|s.x $?"!BOguJ9/V[r\fó ! {Վ0M>;US=o= RB˪grЩ՟eA;͓9DJY+{? _u:OarlRU|0GhX^~%.;7?KdɦuQy`iɧ2c{ű.-;'dfaDuT_,-GBtCװʚH[^22R;E YAɸQ;OcSs8&f(qd}wzSyr2K3feeDsHŃߍI="-veRvauP\JpQ4,Xj,Е2+Sjj)3L2p~(ȱERU.[Z2>J[Q%J o2m?&5Q sK}$v֚G&듇u>,dX9̖"-Wxڌ5,R<Ʈ^7l+CաXWmKUpA#7rs;H ]2z80"&[ԆR/w:~ GZ2Wq ;S-l8 =쳇jD!R(4 Zsu -R2&vIWMkqhϝ ʎ2RNaMsse[5?.kfwfr8BhQ*Yۿ ~ ]/ l;F躲n*|sB:-wqE []0쁩>K :sD 5gKOqD`'Y6HE+N*npml@$CJݐ}e@AԻU8N717 x߀"1^lbRkgzՂ|Xo"~i Ҵ5xE˵e(m^~}~Fs&{N]  lsI"g(0L.6:ILq~naJ>}釅)d#nJO0!''#lEQDVQc|dh:N<$0"] \{~=;apµĸbdT8 ջ=qm, k ^41*D n7M"WH[ ~7_aAe:+m4k+s$q0c%V%Rϔiav"Eկn7ˉԮ5,d)K?Bga-kc*70x<_~0)ğ Yo@s}4au;?!5-1D:Gi|,doH$FE,^s7RrՒ؇GH{*XZʼnTWTC.X?ms8Īu7k#U鲯R%C|$`R؋dr]~;A_39AV']~!Qj_Oa΂LVo@үy!\i\2V{AS|ЂXߟqG9aE[܊n 7+Bat[y0Z*>M`rI#;)yn[㟧֛ yǺr4|>OFymt+ l I%$ LLh^ ?ӘAzciQlFxpvbn~(zPi~HrkRo'';V{J㐤qձL!jd+^S1+}=,FFM-,2$k?X%PU@<~PjLjNٻk?Z]<hAƪ%mc˓(Jhkfe*ŚV0|jKgU&ƿ'Fjyk$XXP2nk%c 8܆GA9{Ps=xHӬS< ̀ps\|U_LtdqUMt]evBbqYz_FS$G LZiSu寎E?A?7ib ?XLS)⎢a)s ZMrfKc^g2Mbڿ N]eP'm"' [~$cTsFZ`ϘͣdtC9vUn+54u?wеGRI?;z8(V LYꑶ:#\-8,KOWkC\VOK $rҧkivo;!%.zH,Q`$ o&L*2ؐq-H}"VEӚu/x7?> [~ߵc.Z`/>b ԏHIT֑.q;; UǵXڦ[n=rF2LO :7ONpvݧoHz;䆡5E_0BJ~{PbZxS)!s1d ֊8PE ę:+W؛{~-L`~xi&ƺy+0{ reGVMwGi!y'=TX|c>. 0n` jOl8'X|V}K".-_#}'--\")<:T9W9( :!E0b^(\&V`sox^Ȫv~tNE5Qr}%x}Im͟1I-J+NjiP6J`(mH3ѧn7lh;i:O;jD(Ui1 XW&]Iڕ}O7 #rןS(GdqIgF7HKer724:2^M1Eksmܬ@[|a=~60R S%hwTúEJxORػ0h"{udanOI^:ӵy)\ ~X׎ nNCE(*cVais)p <ń,>9ߦxɍnV$w<@_dcPZagB]";G6 iVe?iݴ *+mY9qVj:rIK0\١ۣU"IޣSk D6^P<ʬ01׳EZ)eHON[jMz[)d];KD̬mY..8 *0ݞy +Ī= _GCFj#xS!Qacvs/$rAF90̗7opxy8ZE_RQi.Zk'VH:(?\E06UZd8*mݵQ!0ݑecBG-߫Vv gz]^eQ 'UEMPIb*pKn/>ȣ|I=-m3V0#7bWzۜe!TS8Sw5q,ZN@)~$~hV2E5X]@8HW=$8tCmElNgQ<-af'r-Oz  -Vjۇ&5 u,գ+K0eW-p \6Y>vհ&>&779%t޽j]i15GIYy"5[y34T6{P޺Vf]&v 6H2l}PA(ws}<\8rftY;lK&8vĻNBp->ά",6go @&mU턄Rdct ׌4*L6IMNJh-}#VXxp$ on8LcA>%Y_2Q*4D܋·oUgV g?"=0L,s3#zNRN7b?Zi]S5^d/;K #eY@42R71n9B7ia넒>< <3k <3gk*'}{.m̔t"#xQYk6BPS /8XSŷ,=-VeSԁ~JOA/5@AW:%թɀkLÏ`3L,q=$%Bb0])ś] R b {!-%*Bn!jwЀ2x*sBXq1 o!w7HdMF1cƎ?U" /\mWtﱲ8b;iBPwuYj4N,46ި '?ԖȦZ~ 筚ao1bV^"YP?V"ʯrao5"UCd4 Y?B$[)a_Mod+U&\3-G}>#aA88+EzJSQFj'y5=,g#8~)>~f1꣝Y |cE4X汶CSXEEuDiyn<!ˢ3&Ѿ'8w1ÜlJM%tCB<wzpWLy wy0)l-YZnmbSw~ϺwJݾcT S݁8Ѹ#SG0 {4B Ųӂ.Er 'x e\}h5HY_dsNưE?_#B>I`h ӡ&3D}%B3&;WKk-s^Cl!`^3*1w4etH|p#JbҜ;IÑ IZ R@A )~est]C E)jIz8$@)Ucr:{R}cjWkVz[g곫@;rƶ`KItRN# ;%L:s+DI멵̅n_̀ Wd{ORԜsOGdͮd&{Ҩ81>OvӹU?-܌~M7hw2 <@Ɣ.Qh]߾RѮy*bh'*6JĠ(KfueXj=PLkGZuƺE(z$B&i+BmPE,@fǹ(B JMz-˳3w4>e4vܑ0yw+Qn% {<(qh%&Fa,}wN=$ռ8; yq$tkq %2昄?Ğ\fG;'*" 3"a+WH(Z!?#76c{N ҜjOoD.D Pչ}dDn 'z6U@{>٧awybobNJ'&5_檗kTa2#fg3(:c2rTÁ(@4ץ@\lPeJP<Gw`DC<Nz7Eyff7?Nq"åwgO9Hq>P{ÉύC2"W @5yX4 ,l@ZwSv5l#u|\~"$x(^lPh])ojeA@%ͨZWLD$Nq}8Q)Ggٰ(߻Y#E 2&]wۜe75:},@0-1LjIhn}lVӭSm25 #c7nڕv"z0!F=Zf#G„R?7f aWdل|3ms $2|5 hZv VԳ,Cm7idNOUfpkLRD@Zfu^6D y۫1 x.x _W'.xjD_Q8`HCҏFlOZ3Aq4tc.z(7LfHC)A$ǧF\ Z}UF3`^ynDU' nAcYHJ``Z ȃ RO:#P5l"Q0=x&R @֏@!E0<uu 4 w$,u+y>J]0`úS' ώZpmh4:21Oў㤅;r W2B_ 8L!-RC]B=bg,pMh@"(nFUt!"5!?8X v1UZM%^KEyX˝[L`a2 jdGU( üCQ+ T%A!D?*xz|[ |9W~='Py>iN>v9o5=i]^ud o:WUG>MByrMtw(Jgkg.3t_T踦Fp)w#Z,騍cCQlIհ+q:llp=&QS)?H/n[~3={ veΪ@MoxS]UEfw1R7P|8ߖff),#W*76dEBG[ ߻Β ndׁ^OnOBXRMLaeorE:@jy0g<LnT}ѭ[VwJYKm|}U3R`&pAu>?T,]C7H !Haf"tH $<@jUؐ٤A,]vAvyݵ0:Y%)݈]!?Sχ.~ea[Ƞc3vjpmZ Lj!t{K7DOx,t.zyB`^Da&|R{>l%$Ԟ %jt'+pE+[x;#RYD4V|r X-HCe ôYc C7pݾ:D 6h8HXP=5>E51rgK0<]kFPH>f8@xI(+ϐ@ҕ)'o~R{֐aZ>N E,|TdTd:7f4.Xtn.Kr:q1~ß:W.|յOAnߩ@ECG)!N3\(W2*oDjFw!'#:WbBTCbZu z(5f!ZuYLݯ_#;%O͹~bb;:D";jZ AZq(V' *\nR9'(jTnAH;W\Iwy iR2%$=s35޼Bv 3X';eVʹ ?u?lO!UJ 7( ҟS794 #arˊêPjr{ m }`8ҶU D4{ܷ I,fپbOݾ2lk^#,JN2yX#4SV{5B.6L~8zaLœ}Ο@ sJtjIuɷqKp컳GeCiB46gc+FLAт8,O:96Õ|-';SHXwkW1n\ 0x_]BtS#|ut{\Ah"DZt{G?]xV~Lw<6H{]DōPtvs]z;(;#F"DjWJ7βsaӃ3qnl%M։Uh5󃯫]΃ 6*!x/tRkϝ%]U.}ޡ`+)8i0+]?:0 h|7_"|fp4oǪi  ș:O3Tp=!QQ<*yo[?Fƭ]W0J@(]kb ϖLD!pZug`hLdbД5o&D,~P'u{̣ViB VAIɄnoG2EnQ&ɧȪZi.o\?| F(˳taB.E?2mQߔVφܮl4`LS2t3>9-,.11EϺB {.`C5w]` ]'0m 289@W[~օBsDN'ݶ;AlYrnozIQV q~۴O#˹cz(Kס-8$SWh,q<,.de€}Ug L%dVeh-z!ţiYs8)<8o;t9Wi?$&8ܤrB@ /IZrE`!kx0Pju5Yߚ޾k3-I:㾷Up`E@m> 5M{ M#fEVy+9TӽQ#&3v BӨmڸۯQS졩mF UCQǶg숵djf!r1 ~t6 M+MCN%i3 _2 q; %x%19F2KCփ_ @ W(r[ϋi$<MIEъ4Dcҹ!wQ$ifP&21ϠAH/n/zi1:Ч`B)mM<6vYjՔb._ $$ChgMc ][R"P4>ేfXhyQ,HuCEaR/HaJUl|{&}oY F''Wœcj1D}mDnƳLw뇬p}HB4̿NiLN#@v(Ű܌P8,d'P\Ez鱘_\3 l!`ӚcMB:p~jBm_đ0]p&8.)'_^(Ҭ[/xr&cߟ%m!+i?:3w|S-)Z"oVdPޏJV@U K^~a` H3%3d)aw&f6bWF) m2,CVLB6(K;JJ AN79v >}Tjغc^"OF~j0[ o˜'Ðή»sma~8 u˒Q Z=SH=gި}QK0Fٗh;L|۰*]ܛ?+2K?ܑ-]9- ΐoDzGXY*ii]`ؑ_aCձܔAƌn bҚs\ROZf[n†VsWR'L]ɗ|xߎIؑeȊ9S޲شX =w lYȖݭXR~Vk4*ֲ4k+j'қOɋ/>B򻙀Am5jjaysɪ [gO޻\#hz>֞V;-sjD<E{goT3\кdU_4'eJŖy6z3ix,xy0c(ʉ{A|`;O\X6f !c^o(xǜv&"O;5y/sGUpSyt}K)f3a`F)1bZڏU+|T,|(,>qI\|k,M~J%PzAhQp* `8j)H|i "Jmt*4iK?q#+v2[ 7fz>Z;3P\+!#o4KAПI Yx_DkW,(ć+O%L'rOWSss6qV.'Us3w>% O"Yhzi9VZЧ.zH}-Tݝntl*HPqi=nS#%lqB{I. Mv SAzLxB2f"U`ДdpSB{~п1PuY,hIqB4{^7, `+OQ^B7)Z npw#3 Dtԑ8!"4cš_+=]VVRV9d%z dRItJw:B*HDLaq ;8TYWDŽwn9 :E>ʭaqXG;Z[4*sj'P],yg(.s˵̠؎ywޑCYog=RnV'oZW!cw'6ƎR[t BBx 0+ ,gOXQ*.NKz/,hkߝl%% (Э@Kc)̾0U2__ħl/| +pAB&&Yfɱ'5Mg^|o"5N`jGfeރ矏-6Rk i8U1-ր_k6o :Mݶ YZ