systemd-experimental-249.12-150400.8.10.1 >  A b|Op9|{ye$u )'{v^xlk˔G!O~7fJAuB Ҁّ@M읔i3LR-NwoF媭_n!b"j-|g j/ʈK-t}({Fo+|U_k^~#D1RzXI;IiK$N0} hV r'0Ѱ 2683be259766c50e189a37d27cecc77e3b0b8dfaef9528cae66568e23b4ebddf7cc7bb75638aa543f9b5d838ac22f2ea2ab6b32a |b|Op9|Q"L1/h<7c/7vY\  ~]nYtXγ(#HM t`CJ QYT[f/)PmT;$\}DEw#YdY )D(3$ 2CԢ>mtb1XŸږױKrb$nQPk5BG8~Ux\+nJim5 LC-Zr [YhgW9>pI?td , J$(Abt  z())d) )) *) *) 4) 4)5)6a)7.7T)78H>9@>?{>(?8@>9H>:jf>=z>z?z@z Fz(Gz<)Hz)I{)X{Y{\{)]|)^b cd4e9f<l>uP)vw)x()yz(.pCsystemd-experimental249.12150400.8.10.1Experimental systemd featuresThis package contains optional extra services that are considered as previews and are provided so users can do early experiments with the new features or technologies without waiting for them to be fully supported by either upstream and openSUSE. Please note that all services should be considered in development phase and as such their behaviors details, unit files, option names, etc... are subject to change without the usual backwards-compatibility promises. Components that turn out to be stable and considered as fully supported will be merged into the main package or moved into a dedicated package. The package contains: homed, pstore, repart, userdbd. Have fun with these services at your own risk.bys390zp35SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttp://www.freedesktop.org/wiki/Software/systemdlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-userdbd.service systemd-userdbd.socket ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-homed.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create systemd-pstore.conf || : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-userdbd.service systemd-userdbd.socket ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-homed.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-pstore.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-pstore.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-userdbd.service systemd-userdbd.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-userdbd.service systemd-userdbd.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-homed.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-homed.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-pstore.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-pstore.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-userdbd.service systemd-userdbd.socket ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-userdbd.service systemd-userdbd.socket ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-homed.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-homed.service ) || : fi fi6`A9PؐHXWh@ 9%& 01)00|큤bסbסbyjbyjbyjbykbyVbyVbסbxbxbxbxbסbykbykbykbylbylbסbסbסbסbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbxbס0081aa6de4a83bf638f341505b026a0e8660ff2c3640b2c58c1f2d7dc7143d6644aa6d87036533ed4282de371169e8c0ea7ee3cf24d075994049c15af6ab8167579fa7d46beaf9bb0fbe9267fae9b870bf2fb571e23853feda0442397168a9f6e19e2e5ebc532138b18f027b32119fda516b8941b68d8326590f3e5e01f855fb88794bbe7c0c0b49968ef90bdf5098ac59cc9f884d357f26c6e8f79efdc37555b41dc8e9fd9bbd6ba228c2b3d99da553965261401d6a89f2ca3c754566202a194f816a2918cc824b4c878e129461db1809f730be2ab337ed052206e35a570c8e860dd0aedd51bf42f8c80957803f37a2349fef553d0292b4d2a898c49a2a2b21f597f5ac76578278b01793500bb0a909633dfadef26086117e412975e65717b294d1a6309dc61435038000f016ba8ab4de3a2cccd0f2cfc8f481a32afa290a6dd512b3a709224a4e113c09a8304b67641d0b404db8bfe1f5500abdea6d966d9a3a81e9864f20bcb4c117bf78a7ecdfdbdd9035577616b83fec4f4d0af1231fa353ac10ba2ef5a353adce85f0b09e6640b172a8958afed68e1816c22822ef48326bb330235b4e78ccace9d3a26ce59bb9b94b870ec6bf4906cf09c40505d6f544d653f8d5d7b73ee9e6c81dcfd0e02839e058cfd8165c53868177770a05bf9b8d96d2cb848dcca1739a6614da9f426265ef288b441372a3d63af10958ed6f5c9020ddc7b6831004389c73612de2acef4db4b4ae087ef625118df78649fffa2d04a8c8376d9bfadc7a3a2d0ca361e4088a0f33e400fe63a573f75be5b7abcabaaf016b3526c6de153c083dd1f3b5346d057f7834810698db819e966494f5b4fc956718dc54083ec850ca045895abbfd7be038b3d4607ed3b5e0e273165b979058a955fb48d7705d61c43c0cef14cb5002a191cd33bc0868528ee5b25aa769ac66542316a18d24cb4dac2f3e06604186956d15a1d47b7e3dc12ddfdc313086bd45c062044d20bb492f32e05f7bc2756582bdc4d89fb9b79440fafd1d59ec0a36e983f3fecbcd638bfe4b25892c90528e31cc72ee99c1a4d9831eb0da27b65dd9ebe28574a5be2b37572cd83cd84f8de214a5449fc2c622ed5e73312c1ea3a94edb251a755b4c0b888ec354459ece3cbb3b59aea614761433f3d77529c1490a1eea20c26900cbd8cd8d1734002b08402303c200150d949032f43f4c1ebf3d37dd1677356a387273c407ad0a2fbb630776aeb7c66b39e46b24d911ecdb13615f654127022238f8f30f7f7ad3ef0314b78c515105b409feeb05755e91bb0013deef4aa5bf52d1fa7aece40ca67d1daaf7e9bf2ecb975acd08bed8295932263549360cfc7c239a63d3e2c53e5f4acf84859fc81473f86baf4faabe209ddcea6ceb3820e9bdfbaf1ed39efe33a9d05e57b5c09e91cbbe280ecaead179694fb269d214efe8cf99e06e83f46577617913ca956403aced2bb1cfb03ee2309c03bc39dd61f27e5a1c0dcbe51e087d135a0590d440b50361b2b39f04a9db5d3a5b1358a556b35049faef2d00debf32575af0e05385c33322bd4e28ff8018b5111b4efd9df4e149dbfcff31e867f4b5786e6ffb33d767e3bf143085b1c41cdf3a041a783fc7258fce4a800d0de49392f0cf9f2753eaf4db3802a17b6ba912103c836d600fabb359c15ea3315ec3ac5c5a0bdb41214a632182c2a55bbd1a5617a97e2bb04d4d15978a729c45432949c5acec3b84c3b7005bc3a50565526d190e1dc504384bf1d52../systemd-repart.service../systemd-repart.servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.12-150400.8.10.1.src.rpmconfig(systemd-experimental)systemd-experimentalsystemd-experimental(s390-64) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-experimental)ld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libblkid.so.1()(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.18)(64bit)libblkid.so.1(BLKID_2.21)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.26)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.30)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcap.so.2()(64bit)libcrypt.so.1()(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1)(64bit)libdl.so.2()(64bit)libfdisk.so.1()(64bit)libfdisk.so.1(FDISK_2.26)(64bit)libfdisk.so.1(FDISK_2.31)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.4)(64bit)libp11-kit.so.0()(64bit)libp11-kit.so.0(LIBP11_KIT_1.0)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpam.so.0(LIBPAM_EXTENSION_1.0)(64bit)libpam.so.0(LIBPAM_EXTENSION_1.1.1)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)librt.so.1()(64bit)libselinux.so.1()(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd249.12-150400.8.10.13.0.4-14.6.0-14.0-15.2-1249.12-150400.8.10.14.14.3b)bb@b@b@b@b@bk@b^@bL/@bJbA@b; b1@b1@b'E@b'E@b'E@b\@bs@b!b@b@b@b~b8ar@a a a a a a a@a@a7a@a@a@aaZ@aea@a@aa6aLaa@aaKaqV@aqV@an@amaamaamaaim@aim@aim@aim@a`2a`2a\>@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.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- 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/shs390zp35 1660844492  !"#$%&'()249.12-150400.8.10.1249.12-150400.8.10.1249.12-150400.8.10.1  homed.confpstore.confpam_systemd_home.sohomectlsystemd-repartuserdbctlsystemd-repart.servicesystemd-repart.servicesystemd-homed-activate.servicesystemd-homed.servicesystemd-pstore.servicesystemd-repart.servicesystemd-userdbd.servicesystemd-userdbd.socketsystemd-homedsystemd-homeworksystemd-pstoresystemd-userdbdsystemd-userworksystemd-pstore.confhomectlorg.freedesktop.home1.serviceorg.freedesktop.home1.confhomectl.1.gzuserdbctl.1.gzhomed.conf.5.gzhomed.conf.d.5.gzorg.freedesktop.home1.5.gzpstore.conf.5.gzpstore.conf.d.5.gzrepart.d.5.gzpam_systemd_home.8.gzsystemd-homed.8.gzsystemd-homed.service.8.gzsystemd-pstore.8.gzsystemd-pstore.service.8.gzsystemd-repart.8.gzsystemd-repart.service.8.gzsystemd-userdbd.8.gzsystemd-userdbd.service.8.gzorg.freedesktop.home1.policy/etc/systemd//lib64/security//usr/bin//usr/lib/systemd/system/initrd-root-fs.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd/system//usr/lib/systemd//usr/lib/systemd//usr/lib/systemd//usr/lib/systemd//usr/lib/systemd//usr/lib/tmpfiles.d//usr/share/bash-completion/completions//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/polkit-1/actions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:25519/SUSE_SLE-15-SP4_Update/2cd5a93f2f3051775bdf8b8083a42fd8-systemd.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linux ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=23b1b83776875494b6b86921c16ac3d2aac5967c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=67e1b4839f6d6ebb93c5196bd6e6639d3fd8744f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7a85fffb956ff64926b614d4fb2f043977274c61, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=383d76d2aa41891022476ca07e2dce7b0f646612, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=49239eab8cdfd8c54876e85582471ba9ba29ea04, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c3fcfb267ee7eb74d7f7f57c69dbeb69b26d8a64, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=49179726920f1602c3b23c4de06ce07a1b4188ed, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ba9e03637aa8f6f15e3ae26a8b8e2ac48856dead, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=31bc62cbaf8a79ec9ac0ada8517bb8662d76a21c, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)!-BIWov}! RR(R0R.R-R,RRRRRRRRRRRRRRRR+RR1RR'R#R R)R2R/R RR!R0RRRRRR4R3R R/R R!R R R RR0R RRRRRR4R%R&R3RR$R R/R R0RRR4R3R/R RRRRRRR0R4R!R"R3R R/R R*R RR0R4RRR RRRRRRRR%R!R3RR R$R)R/R RRR0R4R3R/R RRR0R4R3R/R RRR R0R4R3R/R CԈG[eN6Mlibfido2libpwquality1libqrencode4utf-8bd4b076c1d306e00c20325e7a71bfb9311f20377fadf6f0c1fb0e7b20d7919d8?p7zXZ !t/] crv(vX0Eŵh(S:;a=m8,ގ` ]oOeP_lDpyAkXrدՙ@2Et$ȟS_TBeQ(A-R<2͎u]qƜ=_\5ˣ;RNoll%'*Ji|Cgҋ.*?]R/beƙ ^j o;3trJVW&!t1wi}xP#֭NsjZ/-N !mBa_6F/oaG/ʰޕX6zuu 3s.0ן`qq^Qp[#DndΏX$`d b"d縵 M1Ql bE:0\'mrwx+z @cޓ95YtlQ-b찦]/=~fFt:]9Ry-cvuCeBdJם_ Ne& pȌp_[<668ShY1E@D{Ҧ k N9vsNĴ VGʔ2'"krM.04dD w>,;E9^eԇ>Xl[&l7\v{ٷ~Y|b$W^MalYaGǐ˷p\>*9йHO@ZnݳOTj=#nN!oےtgޟo?x3L+շKj[wtʼnڅ/>&V\iJKi(x)zE\GY ~Ϯ>_|=T謌,^ 3p&SW{8*Su mE/!{l.< M5s}'SV9sjT2Q˵B .#6IZ7j4j 0`3!zĈ4~㯡bPq0 #iUo%&Eq4rז}KI:'覼::w<%1}LO| x_ rQJiA&].hؤyWUp\ʫDTɇ)#gJjjj As==` 빖zf'NAw ^tυ/26gQ[0HxU`R : Y+9C?_2s1gP2?#YMj P5`x;0 -EF\c"I4u7`/JbMwF3ah@(U._,-}o!r7na8f`s%…P^/ƙPĹ$ =\  wCOLgA"W{EV6ddn5c~p'u}?smmT>Sģrj?ޕ.,$͌u|4oиѥYo)?zX6ʨN>uG\FO$ksh0S^l.̘moS gFD4=0[FҮEK05}Vm{7T-luF%=wsh M"9rykjvJ©\}@͔RUڟlfN %_C֓5 9h<'z~i'ҘJ˃ϊWWF7;87#VP\{5cC9]{6)R&I8KۦE4gijg 9(ƾ[5?v#Vx ;Z#'܂~h4AOj fw2k[QlDjXo9m>$12'`==[SzK qZNoNalj9QɉyX#Ob%-D|pz $P62Z4pԽ[c.aT=Ax sz&$ UO<EE0;`L3 *p<㓝F* ͒J jt.` <юiSA ^d OJ#c U2DS/C#[IW TR Ⱥ8ntA96b̟=֭N-H^M UjU&İPշu!3+%n:Ƴmu(ǜjZ[T'~9!_3ħU!J9C gjHΤ.%wdr&7xD`8%{ v?bY.mr ^F}vX=$RKj<-땒jjT.鐅vA>6MJ{U}y--95.9 >:\5<4q0#)RϿg7`\DKK^T{CUhC5ad蘨vWέq?rzWs9A xr*r\VA ћa.~/(Ϊ(fHZC% Ѻr 8_L33eW49hZ|Ҍ`p-sF4A;hړi) JPx5Ҋ+,ifE- 6 tZYY (:D3 &)}/*îWÃbJ>ԥ*Yr4@UIIr&_z;,q.'< MэԢ sX%nM$t &y?Б8m|̎mLڥUs+_BS`9h.ioߒQ;&p3{c2N4 Mj4)`*-c)xYg҂bLtBMGck0lzWBM#7NW jֈAk&ū9{.'+gaBHM1:@ w i.:"0sQW$uVLۘn> c@O_QˋabGT.PNr\ei: e)d%a|ĸdR9De! 0u]{!;bDUYa HKPr@ܧEVj#?P,:r+ ~KY-23ʅ}>(!<iyPւʹ<249@vqʵEci"p,դ:\6ZtX +ٕ.+О_C:,7wpKfp-ͦc@ |l~e!sOtSD&Kghmr}5TgDb.|G90-UgfI8d@/B:SqK5lШlN.&2⨴~4~+]03[,Jѯ;*qiPuKAcQ`z(xތ41.$ly`!!*?2" JMֽ k]FI艮a6bM.?0BApb5O\{khٴl fPW^ƣelޫ*DW58I gOy1j ào'f]`# *CSuǂ\mdVU o>[MUQ_o2&P}s\+qzeN/!MrigO+Y"$S oO>̆Qn՞GEӛ .ydUlmDTG83 dEQϟ!tvzeE?$͐+4$ Xk}:b>~=BKVG@`SG:6j or^2y}9GkEߩïmBޯm3Ǭ>V[iJ s[,q S(Ъ7T.H7p[7LR#i˨]܈tD۫UR? \b`|Qf989N ܡ> ۤ^Y,57=pq <"IK#@o&uBAu+6 ): V캦by8 sė3>!df ʚE7kO,/7KS$P^=@XyZ2u_c6u,Id9M 2 \" o%Z|Fe>PWmq+ a<**K+MkyV3 ޹ 㞗ΤiA%旙MEBZْEċrDKtnBCtF.YIXLS3`{-pt *jzOX؊M%]2u;Om@~ ؿyZi~_Z@yj -o«ӈM( ?t"fs &эEq5ˌCO9&K[(X>]҈bEhDBJW6LY)R0ޯ!GRep T6LOj'R`>6ƒuB2-2K6J9BJBu(ٯ/Bai{]q xY ̓tAg}_l xtdM}M&Qg6y4dFƝ x/|F5-=),jwwB\Z>o$FN(M39&$Ȑx% j̼"H1X$ TH\{G%Nb-@L†N`IG\P<exN7tqG:>Lۊ4'1_06|4(tR p٣İ1M 0$@;!R_qejH?eW[껀vNװt%JѸ8v+|%,wU $V <0wtnYf^vU_x-IIQDžks ;io,qLy;f=]EiW끓';Kauh!NY&Ae0-ˡ{\fâ /mEW+ {+Q@+{9[K{QMW5N}c|?2vSrL-wQFJpga/e١; xcɇ䡪)wywx&1̜xS1T` ?tsG1w~1 , ɣGR2pٳ,iZp-:TV ө "gTM،4~?,-b@~%,E-9%4?!!8oN!~_5emim^QEm+y1NY3R:8>f)dRj?#_ׂ'^$:$WaQ=/Ӿvd[&4b3'^@I#+, 8?D~ggꂴ@&b;!)k~/ib㡆g6F%X9,JC>26p){8t8Rvٌ֓q96v],tMDˈaXUЀa?M:)ľ_b$SÛek].t؀1v'aea=Q?~_$Q|=:5P b!h4y puJEoy;^_]jhzleҬSΛoɪTڤJPuPMx\lpAbTT:8 $FF;EYA HcWKYr1NF8uD(I&t.O!@[a%0y2],z/1;[S ZGϙK)儀);_BCv٠39z .g+PHX^kWJ2F'Cnj@٬ݫ:EPCjM?4hrfgL|Ô_[w1b?T;z[^z_Cui48g\v8Ym+lɱCPɆ 5axuO CE*&xV44O)vK'\oo03 jì`Y+=j^'{1q~<=9tRUKnH ΢d=#6'&Q({Q`B.%aiHȔ/#yP2Sˌ6XݭhJ z]͜ 4̩ ZW s'xyU 't`Abn2iA3Ðx~Ï!SC`]1a{i1.XmN=;yLk):3Yiڐ)V+l9 *R@+JdGvr.Bxi̘ӕ˚ǾADo˞ gϚ2&k=Ną'mUٸD۠u]FepCX@z mW..oQPaW +)kK$Bu/R)\UxPU dv~dƄ$=UCz%+y龮e)xs)fӛ/h>!n5ӱIso82,wi2Nј}7e??nP8}NDAz脲̈ LfzTf- {r4'L2p y|,JTހmcK?5qMj<· 0نqEeXf]2 YIJ AˁW@PEIiL+bzG&( m@,ؕAҧ~p kIkꕔaKPKIx$D FjabzIqݾ1[U'{@+Yy6k_pM(d p "*"ct+nkg*<Jk$u4X qR7qd> ޱUrmљ;/ٻe\[*HOJ;ڎ%ƈ-mBΕqAZ.aUCYyhn-RVY,?ݪHI]I^qfдZ_^21\ ħB0T!V?#/Y "ܲNWl+ˤcxg0,HRB歫Y2{nt6y:*^/(+\kHT&gY@?d7@yAw҄WѬO:@K"? P+Ée쒂TH\T&>bKe!B 5裷|Roԍgy`cFjE"OG"v5"DO)Μ/Eq2z{ʏA> n O5be/)p@h}hp#g։7{;誗8q!QScq[C)uL&ˮe~MUv'Z~]Q l^P(?t0ZHG"fo<$/1^6Kņs_5 G 0Z"T¤^5H >9v-GjG,cDiAVƟ'zIzWؼMK\FK؆b7-_QoQijjBz]z$mZuwIysu!p=ssEt)z0asJ}@7z](MvqbulÌ;l^)Fb)Ve+a} )2Q+k#i?RKQavߦ}`ZrppPIQp3Qib7qG`ŦhR:=plm%*L fzaƛi 1!o*|2 e6cvfrvlvGЇ%H{,*&o7}`e2/34ao,<F).!a.2Fn f{h`t3&)ǖ11؇1ؤwTy<e3?TDk7]gNK4;Ur?:E&8ۊ^}1}iɛh,ubҧs;Ǡnv`+BYJMJa$' D ޿uov?lۿeZS@LM0f'5˫Q~և8 2 x8*j7OVd;7ZpT>id{,UYo5AC^on7Þ7/9}<7c6+\NPtHm[uKJCəDqB+1 &Va ܵe(:U<W7qVG8rh$L6cZ$Tٳ%}wsp!(w ȄEH8bPqf2״i;\UTjj1QZ#8|hZ7ĠSX79z-siDC ^CO)v5.Mǘ<4.^m5'nKN6@2{G$$Pd {Bz +`m/LtLvSq%gENVDSb5e#✆|9}N~kZ#b{(qCXZg.]=t?xo 1_aJh=5[qBd1xUwfI7,DGs[%Ҟ1!P7ӟ/OyNrv|,>Tmʓ`w%"5+Σa:VD#i)?n , 0. Fd\o$ڄϔC{ g3zhWcMR}ʢ&q9@('%c2v{35 'oiT'Ӑ;2~}v*XH f=WhVZq\@* ^e7C5KmNNlR9usw 1 [VQ,"Dal}"񓤩iǹfZѨJ>PJê2'w[*ݨx~V\[W|<H'%?%Ť߽nL,SR贒< Tʙ o9 )=V̸>gU 'ÜVX- t{[I lY6>\ՌPXPe.~+B DM2- U g>ƙ+?=%spc'Q@6g7&C?І@?bB]gM' { z53*d2@*WiV5oGJf' k-N\t )5 =9DM>9NM69=ug(Rm5O4x'HDPZ$NS/c36/eD˝@67nT6a}sݲz97ds7L|N U%\p$y7HӤA)X'ܹJ4_{zBSH lpAU %*Zf[VUnb)i5t-B;Lnm{`i}~yGtnc1w s7,V" gҿ3CB$JBRlwlv00aVLgUx*;9fITj~a^[W jTVeۻ'9 s#X 3EWꮤ>)d~4Wīd`bO jzh s=$%Ǜ%K7ގ4Goc^Ly!_Sϥw3er+}+䝏Qh7X\=u].X~DEŖNٟౡE #*}Ac#ҽ Q GdNw)G6MhT9H]-| cS};ۜY01_id]'|7)mg f/I RK<JsF5kBDe>l"6/~xF<,1պXXuy_XA8Cw``c޺g}qlo%pjGKT2lHl;gJэ 8OJ?kd]5oJ\;/y[ˆ+1P͓'ju~&b^dF E{k3Idzb{B\s U !pXƸ ϛsvϴn'U(_%zτ|%'o3`K1 k,C[M.fn_&aEZ.Jgƃ fNiWoEj<2hh"WC:{ugvx!a7]F5voˌ &+Ld$:{< *P.B̿))!h6sA2ھl+pÝ.Q#v3RA~#p/4Ly*/3}#\E/ęCp0TM2w ^|рQdڞT:bMo*-[tf4l)iˤ 3lp (È+ ,s;oM}kȵrȝrdP:'[} Drnә$P(焣cotR'@Yj×E矑VKJ'9qbvx;ra.U{z<2!!@d` ,KH˷'Ť񏏛<&-3gQ#$GU)ɯ=-ƣ^?2-WAP,M4@5d }V6# q]b<w! K,#P*4 &G(*Vc} J{6[oD'wp*Iy;3ۆmwOYܯl3J8k^X7mO\#l !j噘o ,Jq6;*/d:ȥ;vZ Z5 N3^/=kr.Hm0Y>X:56F&3&~Ȇ2ʗiߢӠQyC?ԇ0kRbq(X0ά 2h5eZD/>/&'SA͈*8mem _)*uQ)/1uJ.`ckd &-J.[: {}ƚ1n$>W.sIpdыxֿnΏ:e p9 &0E'j :r:u=B2\ouLX),, @TUkOI[>tL874n/_ ޯjKEGnn̺.d挗c|_XljT*eYF(#6d| K=Y=JRITE~;U >mn,Q2N8;lz_F]43STPC@: דk$qMl{ob58)QuP^]9|2Zr++ $qBi t,>=ˇ+fUpeXqnM"_ts[ajLLQI8!l>g%nVnH 0G? ѩ?u3qiGAd׌~1HmCZPهNq{t@^ _7UGT[&Zu?=zUX78^LgL[sGu/UN" 15Ơo9+΢ğ s#ʡ:420ӑ(u)9Dž=!`iO-Btp09 >L[%N8TQĶ_}+S SG0^Am"[Z-Ma ò0j8+kKR#B^=4{mWKa2"ʁca5}0-܏/Š SÙJE8LPYs8=8ڤ4nh{7lpҳC.27sajDcz r 3ń)Ӽ+Gsw g~ͧ  t1|-}_F) lOkDȯr98K5 8g9m) +xB-҈wbs&i,N}5r}oS%JO)6҄:J"߳?_Q9 :*{b 'V~ jHp MDVJOzЯ^aPIN`XaK@+W6Kz4/OձgJt|?v n eE@e|īko x4A[WY|q9 ثƒ.}| -y&6p:9G0YFWa>=YQ.yA=4 sG6qXFq\@>@^:H9t½.1 f~{Qrc1, O Vnq5`(nkC6Z KGy NH{;AΪX-49dHfzӍ{7R_UU bS"4&Űtz%m \s!BV?F]aϱ\%qfN &3%4șjoC۲sӉU=7{.)E:KufҮ?2+4E`MKMPH?ۊei0êe+{ ٕKQl,\re?.\;[Nu1Hl[E^_ h}g֩Zg%[mID[#m 8e6Xڰ, a{C@}C{$nxpe׈@f>[:?`ƌgG,<\A@^Ǔ79~HĪgWqQ8LǸts ӈ^CUj] s E%V8UQ& n:I65P{T{=0~+# 0iQ6\Z_C%zQ 9.gKp2Lr"ķ9è`$WblA:;umrP<eJHk_!`68pb-|1y`,[w(T_ ʹ6ͣϣZ5xo:Cd!3cMDݺAԢ:#t .6p1rV"9?T pLy e'Oq,Ż"gzPH u6'z}e"ۗx\>VK}3.9ي,x,1ʆ1 xpz6C P7h" A,Ѧ5*]ȶ(6^?y!p%*/0 Q/.=q3];?b{})!e!e,. cNlh @'G9)nONդO[uIs=c%2Jӓ <(óE~1uԕۖ^׳ vai* i}vGCˆ߻<7ʒj,r+1Y"|6qyƬ ¬C*lH@+tdp-]=NL$X ,$ֱ=e%+cTNM_LD߀=@.^\&uDvU@{L`WVq~l@΍mI-u1GN>F$҈CiǻG ]wǐYI2M@n, 7ŝ N[VUPD[l$%ehɧTݘ#y=p/3գ!{Xo=)a' IisGm|o̱w~&t ?%t6~+bT2Y ȋPq$ni6t#%Si`"@ZVy[W,h7Q .aS{yB\tKg+3 78nEvp4]rgLJ5n*9ρC BDžHb' 4 4@EGT]9}(7L; 2ϵ 8);^s{]4\({LqR t*/LCa90 v[fM>VfM<;[ iO% 0.s_ޅ.%WHpVsK\? !AXawG!P0 ‘G$fFl(b6(X}S:Q}H "&m\t,3c|E Vll7xGU(/IOvj9ǑM3{äô ;.v_=eܣSӨ;ƞNHmxamA09+RP#;d7Zp&{:3l}OIDE/) l}nG?9MSn!Y_3=]_3:pAz`%c}&hClKQn>Z?0M&OJUgz7Y4 &ok| [\/ǧ;hQ"|i#2TW3W؞5aT6+I.` -^gd4 lO2bᘡږfG=&~#XSlLŸvfw22E{2R̭]# ӤcC uB~͉bU+ܖ@e+7!.+)P 󪖴aXZƚ]Ī8b,Řߖ1#k-9SiXГ߸`8ʎ0cR\ @T  je;!OHځW8L'=ѱF#=fa-vSDʍ7żLK,-{ p0~Xў 5?ʯT>-PT"AH"x5>T=Z*bi3~&Ck[$@rxŬߓKv-Jٲ QI\6bDG;,M!|.|4en<pl6P(CiX48s>mdae'ZOMfEYw P3+&[ gYv% OMܘK5h/*Nh̬ :k57g*sAS=\w63W-&W-d-2յ9Yv앀EeG HPm3a$# !UUu}6O52h,}Uw!Ld,+ ͇%=9ؒGh -q|65gtn?~5\DSCxt4.vǝ,ÖAc :˖9.H ":mo\c ?~!~_hw1"" R(O}JDF:|+LD2%O!3UXnP7A٫c'QA=~?Y34tUƤ.r*rwئbl:iJmRO*Bzpѧ衿Ori2xǮo3 f r6:R~?3I0a{ܢ_JIJ^Ǯh͸)sxO@sӌ^y?+~h.p8?-;<&d4髈ɞDN~B[`ܘ۩'6bR74}m*A(g:i@ .،wP>.SHYDFg%nza FF)nn+NǬ"}K؍k11ˇؒz}|G`aIQ@/,V1V}w3H C{T~@Hi{) w\3C2Pg[#3<D[<%y;/ Kk!d[5O> =KďVD$+z񫊰E%۝]uwW܇owȚbglb:9Ш*p ˛\U/?w˄3l0\ZgAbOa.UdX~D$roO?Qwxlͺ'fG\zr^ QW[^4DD&.o &l6{la=]^3nʚp˹z `)@惋*mU4hR }w 1Gzef_x09Ӵ^ 7\/? 檯_씏L(L{O|A)'cY6T{#eʉpOel1 R,F:Y+ިA4$/_˟"|{O,|eB-z۲Mch { KR^&qy oQôүCw1 &% P2."g66ynQ ۳TwQ:^K"voK&6y$בsLpjIo׉mfJFt.uR:X.'"YL{Ҝ!`$dW( +S{$MOe iWeie[l@+9^ 8($;C =:+ J Ym pS(Yp'(F  *nA<,s"9 MaI}ȦRX5A{c*{ [7ܠRڞl,G&֑})S0Eqr0(?sBl`݇=fF<# ]n]|Ǿ: TG*9v-G& = iw(7HKpdc$\?`C6K\-*GTmq!w 苕OmSd; &mGXyΣzV5HK x榭LwrлhA-c@tn}rI:.dBE!Q.#Ӯ)PAʽn'8_K2sNZVfԹro5mm."̂3b oKp2Tr }&k'\8[Lb&eFÈCп7p39)sa9(v\<P s,~r yBѪ.5T<2u79ks[2#E(TƹL{]X] (9q[os.g+&lpɵZMW|Z3UowDmIBQT8@SGɫ|,(`NnqU'p#1%'5 d[W;aemثABר~[bTVw0]uU1-oĵS'|w?gi4>:2[L ;d|յ(Z&'y/c.WJS$,;~2\rwݬěWSC3ZAtޡẌ=zctX(*ɽ;'BA8ɕcY2s$O WY_noz6_ȏ$*V0*wFC53A\yKD+rEE !Fr5- G3kٟ}U{*WI9)pUq옷ݼ2Lj#,WG#\>I{wC_BG{x4Nm+,lu9]}m\F@#HhF:| ._knpUڠoѳ% }L> w zOwwJ ƺd/-d+,iY0mIB~朒&q3F ͿCnnl=hli]ޟUmh,$ܙw'>Bt7B{l;_ׅr<-R=4_f ~2~{G 62.4s6+<$c*7 )W5G}>0 uUA$Vj=>"ѝ3ߏN$GzVP/VZra&dfH>c檀Yn]AG(*Hp;szrKIb2 J]-;hSV2Iá5k?raj P5;<Ʌ쯁֧佉ca%!F{|2ZߪFc)W\(u&Rh9C}eN>9GkDeGk=fJ`djӟ=2LJ{`rmh+׶un9a8P˪\1V6뉀!j2P !o7]@Y.QIu >dyη{FգXnr#'uu0)l^pĔDtBySlyrG*,^>2 =X ?셯e[RH+O&W#r] >Ċ[}mRtr iH|',:jA3O4+^f<_1:$v@񒰺x afe*Dpd5282(4 j>fb֤iՀSw`#ß,W`ɑdHu:>]wRLcy"X &?R;h|HS \qŊ|oz:NQүI+tfe0L$k|~O\OѶDl=-!1 YR`얿_hp#^ݲӫ\^j2z'E,yG]?#rikQPY:s-8=5:7BU׆#߷p=nG09wUE3u6wi݇o )5-tܩ|GsGТv7 |>U[#0+ֿC4f_3aC)0{"S_k sHB@X=$IMIngCR1sv#F6``< Qi_ F+)bW*Ve1 N{7XF\G[4 z9mUJ"2Ak͌|+$'o >`Ն!V}.PqmXYҀX]}P}Mi{N3^:lٜq􃣘^^,ZUUTΗm6.ݞ0BVtc:3i)?,k;o"ļg/5G_>hy\6@Vc cEDi 1f;/(((8uؔ7a$eo*v'c$Fi☥yFUR#PPQrY)[QKV;Oުd8透;Md6W&x,?1~0'cpQ׀I=߂RA\aAّs'lʝ]נ&#\. uE܀Cr3}]i[r,o ğb63=ńE^u'kY&2jBv,( ZD6Jrv?v3;Sy8LLo>Qm2s,.`-ua`l<^g \kHo׬OՔ.:Y)22urp(FD**#^џ?L5[!T`t" @щ;Z!K,ݘ jVZzF}bVJry*o)NxX?I3ƁPNbvXkcq Y,hbַ'vRS0TKҗwti툸ka{ bʕE41 u4P3VZ_G _ {(Z.̂˂EAm\a\V)$cehJAb\ TCMiHqL˫f5R6m j1)To+?3BKX||$||ߥ.I* s-T6Ȉn2FJQP^,ZIx=f43ϰ]С3S/n"+[kVI{/W2h_ ?*vKRA^99| WKpBuI}RCoRՏ>tK=_F:BqLbI ]x]!'FX2Ud7 m/A17&J-g/7c:!Ʋ,HʩdK&Y&@P. E-4[D\):{η`PɈwq#L^o GqnޕɢTƲU5i0@7acg[mp8MNT [V @؀E?mҡgDw#gJ1Y~4Ws9=?n |P~ 'J17z)3`4', B%vVGBU[io$O|{{WJܙ=5fFmIkd&EӒ ɭopn=KgUIu&m0O!bZvq+[bQHGH8.pI$F,8qk6k5p jҒ5p9 u2oba(\cdI|s` Ȳ.%~+H0O-{)i8" ##T,t_h dT'%DVN*]^ ښipE>|b  (KT?| Cr~qK~f!rRu?Vzfd3Z03OmMB~ X5AMn=odSeqhM2 TվABvNN(UyslۚA@q$3 $W3E'K'QP1٠ cZ_0 f0]HYjA}u|Kc"6>dǙ2& 0I|=D%{AAHNGՇx[ZxZfls4'BbߒnkfK)'f) Ѹ˖䙣'8'^\݃#J%ZHPW?eˈv =Z†zEc3c_X /h&Xt rfۣlxR/̮1d }+UN}Xյ LIQ1'#iizJrnۯΒ'1buwINT xRF Ltg&((SaĢ0 !J;h!`8F_Mt麏w0Ӵu}(enrvpW g?|n7u]ӘFT_os ޞ{N2UfqOfCBS53s9mnyD]dl[/reNna=d׎-}q[Uo'$ev7G!g#2ֱHHF9ԝaD cGBW&hFsaڡlT,[®9gٌ}{aPH[c*)b\\/!%6$I,v#32 bwCMG= u>4FM?](;K@ARW0nsO`TH0eל=҉ (A ͅ}-4HKɺV)_pд@hY7ZѢT:7ճ LvBGӗ>$R0 0cK)C);nMWa5NkCO&EFyN7v{c;*5Uy!X6yՋoPŷ9!Ag7-O fjW`OlcP,o 1%"F,m<}Qꀽ-zplcZ!ƯV k˰&3 ٖq@K|s 8.rC[@l[>0 r7Ԅ[n^|{Pzsv-L!/ӹ%r7gsXb]K!}TŎFF,y&J4<>rET(l lU\G,b. FKߺ= =ECd%=ɜ\c,b?z2 W C217j., g ЩUL~ũNp7? ot]jb$GPOgGd[sQ8koC(Mis*@YUz&蓇mS6(>OEkd; 2vE[ Ep߹GOde.9=րHaq!L"vka"ē*Towww4x"> ?E ;~:  \'*QPI,RИ?+L k&N?wոtv\QY߅PhpD+Ίϳ k^IA)E%A+ܺ:*'ٸܱ;eTA71 {]-;hsvk F_6V?oVJpb1,~cX+3hg3@ZDc=*z o~^M/)EG$qeXtkYrd l`_Wc:{ga|5Q#Ne+I&9M90t?uH$:yZ%["A6[a?zu$w1Nzv; m<q9d7nۇ(rar|G"Xؕt[< w7H&?8;,<1*ʋuo U@\Ij 1kADtVl!NC1EV{,9X3SF<&ȡL>p1I A=m~jx_WJ/悏Tshb.ۮiʰg[*-}޺NDśy.e@D'y&H*jY<'گm#ǙǔlD$SCo7T}Y' DoKcYh79Ez2IyHiӖ@F"mN>pPDލiR11@'jvyD!s֧{[(Wn>+ r^gښ+0>k*"-"0fZ'UPSx&` Ah,>rgL=G^ʔiE|1Re]W wL7rqܥ=~iè/:>Sc)9҃G ГP$1:Jv&lIkB3б( {- 4J6@B{qs{ee̺1maX`#3 sG ꢿ-ٺ`_Ί쎤Q.;Ahzpuxfzɚz~ Us{<=q؞ t-)'Hц8 u|bzK.y=-;yA= 2)>E$ΞX%`H`{Cuh,Q ~/9+E5Tf-EU_!UB݀IW%VK/TDZUG]CB @*lJTq1pn!AySSe7`+ȿɳѵTX*niH{?/WH6 JÙ|1Dk3]SS)pq#!?6wFBPHm% L~X[\EW1#O`Jou9G/\#w>]^>عNxEa'B{qWtcTū H"@l"6@|%ŭ? ;:/oq?|U"5snieIcCL&k2 mΆŹ)%d T@閛*L{Y^({#6Jz;0܎Dd7S E5IsMvr: z\P^ Jg _HUiZ5(j[~l6Ic<D<e=C1҃1XyR|PuQGfWTMvTP3P}=2=w}}aԇ&'xQ=>2W"|b nuwېf >Jk+Ni[ 0?[餎a3Ӻ)H߱tV^ 댤(ME0RSP[$5x ƀv.*~/*f,YWLD?0_ẳ]̴}TǸ.DTͰ4QL Fcbt./~nrdslڭ%,(T@R+sT߲H&gp*$~ۛfԂAHd\TT%&,ST>-Lzm|3nO65n;T[ ֎HݦC:B W9| %k>w< Wypַ?A4T }%'~k؊ TU$Y&{5E~ K ug[HAw=y?R軾 dJ>X~XNŚOBU_(zV/Z.6XtF}&opoX}-ȟhe|T#bK0/(8en%ZJ5vLG/;:KX`߯L̍orc-tb4ngb/mY͇1@t&Nc@/ĽK1@! If5~>u״H*~%76ܶ0O nMT:P8$/5})IWO#ElJЃ0- {ntH+XяRFX6M/r.]$2a>9ޛaFqvo%R[o}ftRdxw gVFꪴ ,<\@݈hZ|T&Iu]2ԭ|_f׍re% q5H*υgP ՆӿTP|57ߠ7acTQUhW\pu‰`-P}8\Xf iBLQ_2zӦ7_5 `"L$6cJ'HRڶp"A}B~ʵjt)6n8YL"x m#jn%XTB ~4ٔ(M&~Y}!) MfHS7kN"E Vu7g֘?\kɈUl~bh/z|t'&)7AX6]ڐٺKzN8R#HPG)$Sÿ H|[Fumk%3[-t/ :'*4v(AR dKeֶ6 Lh rE ptK];{amwύ]$,3ŠNacҶ|4 S96! EfEuBp (&;Ƭ"0]1۫èo)V9J3. H}(}kܪ"J+S-g/ vA a9M5yda 0xi/NtmKe5XKE>_^7slh 6}$@gtNQ3JB+ӄex, Y s z*/yn㹐J˨MG9|a(IM4v'::ϻFFW4bkvHmRdl̨AҖ6|^L`$2Ns)vh87Y^!uP<@B](啎hg^nd/O?0kMZդKz[ =(2; M7'C*PO:ݎ=9jPKd+=n ԒY~P5NgDVdWkR!#iyOARZ/=@ï'io @ VּW`chA@2-?6$`dﶕ.-ni*ˎtK|``MO[l аmN𣹽Kl uc|.2i4QG]cB FKq*oe5z c6S9Ӭ? Μ~T۶[܋p-M҅cyslW=±X< e"Z/U2f0&w}ÅE@VG"~އDґV??%+vŕ:Yn4Dpa2< hƉx8W|!V =˖P` \3徍zi$0Kժ2p{#M.,A飢c=MGp_*Q(DHs:d82/R{S1OI!ϜH>e=G9Ы)Lrx;NwsOIϑnh ˆЀ}L0<צ9;ӴokFJveaw>`\1Ȣ.wYV*cCM`u%ϓ v?K9?/*tf2o!ST\#]JRGafzާ.#żrOU]}L_8lEy/D] sd^ |L )&@Np"+LnH|􋿾{Rєn4bo^֡Uaoă7;eOm~ ZRA.Wg\w2&)aiuSǣj>wcפ*0:dJEpޡޓa1m2 Hk~q dRz!׭Co w0V@rW?W2W)i~RKi(b+e A+D|k' ƶ)d&mջءE3o' ) `ƞT=!-i@nRGө^L4wަtdݝ $ZȢl{JaqDƻ^ܟx/QbUh ^&<sT('n_*,Vg_|{D(28C_QȲ2eT;'A ?g_[pdCbf3q'nCFдrI,(J)_>nyS^Po!Zm/R z:"c Uqv*|7^XnܛSWw!D KwЄA0 ipp7  v(FwjY-D*+Z=L9j5-P_3M"ȯ"7NSP­$>ӳ6`f[^5z&wX Ŷ.EUӗnpɀ*7Mdm(p3Um3Oz#mrL=t QـYY _MdbV Kֆ3)0CE ˒t>.^<2<=H`Ԥ)g6{SI-E;,Ep!H i5}"4Ar_N5P h5-@{uJ$ $-yxF~(,ZC)zPyPl{ƂjkGVbP>v[` @ӺrT&8[7'}:c1G=UOPg:r]YKp@L7GwsfC hn&;|$5t* &BHE-EB$]K|]zd ehO| gyzl11ơHB%-At1T(\t /̺ S;fHmC9˥iNF&~JeDWлo=W9?ZĒ W1KG 0j}fXG7֖κ;7fm!6 /n 3hU=l/_+К>ê_WWhAP_"ԩjWq~-mLJX@8(#X 0RγK@́n6HވXpV94|BGn5襄rP ,OP`9/I[WP^hrazjZ@Er鐗Tۉe+5ULp5̤h }v1pBe5T G_NVqG,9- |BG&qݛğD쒽oٓkjHR ׮'8,36^=Oհ\7eLTs#D_k[ޖ`D4Z+E|icu`$ɋ#\LN<{`^~T@FYծ6QP7 ꟄT8lMzB8'oH^МǛ~0J_'gV *$vr U~W#uA݃&hh?վVOIGoAO䨢HPR稬!J$kpiHsh/e6ia=1y4cfG믽G.>D%,I"pD+0S>yRB>+TjFE*xAqyKǿMR$UfZa<;"' fuys/gGM/Y߭zEA%&j1>L*3&-H*aޟ J-\TGT:wr@20<R_ZZ͒߸+))MctJ - m 2>zRvKP Zoaf)$VζAq| Ngh-ͼFJs]R%b$4=˫~S *X-j%U:JǙj_ͲDkARqPCj]e9tD,bӪ@$OrGCA3s9'!#8;k^YnC00d>ਅ}TA!],8T+1$"0iR+' IKRzОu'?Sq"j_Een5haF4 6S: n|S' B+Kj#7oTpJ†wK$UvV ^3{k<#xۥ'v n=!Q n8G>ǩ~|pxt%'F*6,3In\co6&ԡ._-naiU9nqot\P4 it]^S`&P-FA%K2HJwrnR5QO;[NhMl$[yڞ:_tSm݆@ku vK"{*g`c6CI&b8K9MleUVo؛]ͳY6;c>c\}mKy~t9)ع0&HOb?Jnded;s t6;L^V6&q)q>n dr@tJ4U@u'+DSçNWhA_pdT>r[ț#* qʚ@z+sIpقSnq$i_o\@E&@S+&?tf >v'Kr8zN^DuXm} N,>G`,4Hͱa{1h+d#`O >[DzRz!#*/!gѿ6lMBX8_}#@6 9eDE 7}k/ŸUc4SMQL4kM.ƸFd|1^KpQÀom w)3Pcu|jюNp(xx8P `<' JS4 _ӳ._Nqu4s󇼘CQ Fc=> ?a}i|yLٞ5J;W%}!r8=ȕm{GФyiUC= #<d|PU\QC%gQ=/u0[ddcNpn^z*gխ#"ς z$2;tnN-XG ۬-Eǚꙁ?^ĚӠ ݈ũnH&;d!RvoXqI#XpA 4'Ipgym6;nmbk@R"aNMed30$`{[H8fQPp?G^u(]F\u_׻QvG wi]8ص :%USV~qzHiwU7!;{x T!F-i p Nj&ʋ s.A|siUմ9|;RWQ<<[ӌI[5}dDb!l馁9 q {IQ( _ FfەG6\8-P0[zgQhٮ_DZY x(*m/\$}WesF[\gW9V3#ӫv)EqѼئpYZF8yanqw)[3yThn=v"/OE3Vdu-O,$N( !SofB)upKK֎k\ϊ*kve44jT#ΦR8]Q˶Հ&jr d𦉼XgĬcm*3X["RG"sN9|O1ЌQ'Q_&G8i:HOEzw NfE1SsyXԬ(a,`.j۝p?^r$́JI ~3,kDwr,14Hlw)E \̇x>."FWj/f4)ƬxpbǔNNӈvdU\- @dL5BEN)T^-b,F٨,Lba-g6-Ryhp56;;%5?J d %gFR˗w}YJW={B|-]NbvJMPYUy/P(­ W-A0w0}q}s4>r|Mn(!ްr~}6/,3v&w}o}ɛ9_ "(S߯^϶W-;>Ohn_ $H1T5kiqVX IJJ;ܕ >(%0 ,PsZ^26̥iag`hA {'dI (S56O4A0Vl !f?tG%D/Tޭ?ZAw4SyEd .j$͕ ɓYBW_Ҝn>\ nJH?JZ ,GH0Ϣ,FI m `^&TLŨ3..|8 : HaqR7}b]^f ۊzqte̔0 q}pW6 O?}#3[TsF:/-3^H]K}$ym7 ւn2="Pv9S;^ue&K3x"M'A:fKf.M"fɤƲ-Z􁒪>(HXQdHL\O\b FznC6GQ:ʛ#owQ+sa4*߅\bkǻ dTJ䉬k2R@GYX~*d4㐒@v7"ټۦu8xSN+-2ؐRd;6K1-WYWXy{ i3n81J ٦moOsevX΋IB5Z%yěN#ڲw\#o0K̔9m>.ij^ 0Fs}čU&~^ W\يO Q,a`*P͗כ[)uM( Bᙰo,$*^+OGCb3^n&PM!s>θ5X!\֦jt,=udؿ u@"է2Sȱ"Zs2FVsu6 lEzX)j֦Q>Pԉ{qۆwp XyM׌}-Bw;Ku~|lr:CHֽ&zMqݚ3nlLm&`Ez7מDրBе}IԿWjY"=z/%}Q2VHLVJ<"`뒽YO:+5qt]#?4Oi~)ql)8G];"mD)ӡk5(~:R9$Cae/iuuXR!ǂ!y56e /Sp*oW9#?~םͧ̌5G~ (>ߧ@yVFw,)  d-{IKyL->FZ CM)`Aq&DSOEęnZrktZt&iH]Jԁie`ePaaᣇ%!+!̪f S|eNLkaDMAtb}s`Jp"T%ieH mP5Yӕ|?cE Sktϥ"GU՛죺'Z-:4A_Qd%+`ڠ=gzx D(T L7;]a5[Ocf[/Z?8фx0¡~D<0[3 ͤL7є8Ƃm Vl~QkiQS-ۆ\@ojfU|kTDȇkDbAL~@E9R!)L2hBbk:''W(h,+hCfn6lC2P^?k-Rǒ;"ܜQ _(?77cvP 蟀X5~I ĀVÒoQ OVbj{51v0]u> w^lT]c 9F?vٮY1d!?*} _r--+ ڲ$˨T[o'|Ѱ*#"1Y-&`F9nc2Kq4AٓtQ^@yߛc|_"/CMZv10I4b4G՘ElAK~e? FfJJd{g!ձx21-6`C6N!v3}dL1g4_XŴ3[t|Dž^"#z=A*\o ؤ͎BкV72^QPXN XCJY$5BqW;I2>Lk^FX _hy6K8CQQO ? Pz$|u2*nTL첕8FJaum7 PJ؜7 & Ơ&F,\rGDP׫4R%IX{ƀJ=@D-db]).0&ܮ.]~zmţc?Aon}P\K ﻄ_77+e(vϰSyjAU69y d^ʋD |NS5-{4ϛ;+ʤgadI[Ћ/aE+ qN[qL%xmHjAٮ0:maQʬ7D=]~Յ1[!==:y3SJ\solĻ)Q`ac$5ύזUL=>8S5&K@6]b%CvˠձO>}66*+8_`$ջop`.cc+Sj ?"¤)\ ̢{2{4](?MO񩒚囏L28Ypn6fZ/[K9|3\ msU4O+jdDC]t#{u`E 2ro-|w]rr#fWuŦٜrLahrV:5 j@r4W oG zeVI7Wc}go)ڱD-Mn6f ^ݱj)hIܤ"b;T>y"-z*1uw.R DEJ3p `P ˌ:XѾ+jmC4xX$ я"S5h.R#DŽ!͜}p?ѣ ]+cE7}VVHH5`@jU _=amHuKxSO BZ6s2']K,|e_;+/F>>#XNrOvrD`D;ifSII&A6bMD;j Rf(\yeF>^ X(hzV ij.=ܴl!9P:򈅀t"KV$oA^;&N 1Gk*qdS%gCP[oj YbBW,ڄUXSf@Շp.,xkO޽Q'3$ui/_5QdYJH#G #HӡL+%&Skd+1)L_n>ܬ}z~WZ@FzvS`F;LI\%jxK>7w:CR':MXvM䖠>;x$% ֚ڣ pDb!~vC`.ɝ:",Dzڋ.QeUg=]JԒ<)f^X`+% ^[0b⎻wVx1T58% ? _ רzDxR SN{eojõ :z [FކpןP-ն-R8+1I$_W5Q4gz26~V$H7CMp RU,g7eIHZ(J_+~!Wآ4E<99 DޒѵCCӖY\+7ɖ$`:nC$G~B1X6!K&1Q>%-QnaPH:ߣՌ픻@2Q'FhyћL{B<^lNP@8,gdJ1~AUCw`qFIAS1( =A.0񢹲ۛ"p0=xGA_y97g7c.`[%qk|٣pwVN0sW5e䚩hZhwưYQ4ű}u6NvbDh`t:GPRmHPTݐ*bdnJx; GVew .rZgncқ!f)CSi6Lqn[X)h%^GF2kyKR+^ϒaVf؜2>4Ii/ԠuҽlB@ xqtٮ>k<+@5*żng0ΣS@ٷ-PN-̀h=$ Y eB 27ɗ{r/YŃOuMO }ZlfGDٞbA%~8qSJ%.j"SpL/늇J׻XaZ-W?p-fKl Sf7 ""W&t0܎^ε?P->h$S2\ "Lgg\.#)Z hۓ;c.xn Uea , :blD:kA HQ[GUiBaC r-͎^?*v4),􊬞GJk ׎>7rIb3bP!n ]UޕJXfPv俷]k9ֱ֯~E br ɲoVZ)3Rm2rH3h)"5?!K=Aǎ rFj_r&40:ҟn l/M$R=]o8?+~4wڌ 8 7+$Aqx94ftQu|~B3pՈ=^4zҸ kL n}c?2K9s4T /8WAͥ5zreS5(Ӝi}+"QjW w)_w ppyH\yymۃ6oDU\"*(p܉aa^r q>T+ӛi՘u Hնu;{!`n @K\ rT&6$>tmѴ 蒴4(x v[ _buI<á8F]C Ӯ@9Mn$_(V6R.4iYr[hq\yi%x W>w[τegӘs]J[Zq=Ŝ'8`HXB$5|)wq+0\%TUI&22e+ La'\?xOU'4kp:x*\%`&8yEۉL!W&Gjȱd.hKENk٤9@ݮ jCjg᫿wNa^]07/Q~я͚?75XSO}wfPyrȳ.)SS18p`v5U~-)Et݊PW?o U/q=5#qF^c 5ߓ;S]E;RGEwCɁ::6\Kl`7Lk<Ā&4gjVWUqvj1ͨ wi/Ym^HET1 b?qXVOi 3o(70A7K7Ze#kDJ2L^5FA8. VeJMؽq3u%^$B{k}a]ӿ &K4=/o|n[4@'Չ+?A{DWWo;(t4 `[9Tc fwH)?sqSWbĝ%Zt^VEUb1dAQ>gr_OP5yV*%qz!g`Z/AFV}eSKhNI J~#k48߂d!tMܶڬQ;}v)S}bN8+]cBG{VfOqN<ō(ǂy ~$KTW]*DB9V29&Gۭ'YxJ6U̞4 X䝋FJU'T΁qyKr=Gm $uG"{wxb_94y@ &a5B%{͌a`?ͩ*l޵55gSw'N bܫ塘qg[3s{~`:̐WTB7a\ÔI.vsjrE&A51m&e8p'%SNwcvrn.yXvdpsQ~rOmCX5}=xsP"9'D'qIS@ F*@Q2PH8Śj8҃*3赃j]WX) ^X̟XT<"~W,L8 [)JRe՗ظ yE|H_IN.b m4Lv͵YqVx'JHm;g4]'{S/9#R؏H ٤gAn;Y/KUƭl}V`gge-Pĥ/8>)m)-pJʷ yZھL Dkl{x'BN%a DK53eh!lUUL䏴L羸"BSʊ.$cմ_R*7']Kmn' 4>Dd&$cz╋@x ^qq~YfhZ=d%@[3vrSoF,f ̑~ZZ Z$V`sC6-[ gBGrK|Jn-dND[ʥU}3ZEʗ52sJ-LJ0CeR@^\Ee47 i~>aϋIƍx< r#W+#yEx+BNvOX9_Fj0] w!f@x$_rVj|I֥0׼<-K;{$̢u@Jsc]s=~lS )DxB8nrUZR \GAD^RdL.D~H< 'c鷮8~@g}~A`UawK #Vr>㻁r@sQwfCeO͋O  o_g%)1,d?@ol4)?-P2KiN%ڰӉxmxD!=}|{|-dKÕ*J #"ND]][sT!IL@c"Z *riq 3oLm"Q{%IEEFH$1 7;W*?/ Kyײ«qR24PXlA#m yae~QU~5@,ePGD.\SO/q)h;oTNB8P ,Wʼk޶9&L3V7Ӱl+[Lɲu>,]i_MԅмC@ɷvmeT ʼn]8ј=*x~\ meoG@m5GJ$l"~~*e W%k.˪1|oj"\QE̡K8u`&}{:_#U2"HmM(ŀx |2H 3H#'LDdOA`][#bY uE!C-jE-Vi(!guޓWJ\V |gyzRdx|?AhTf'E ,r =Q%Faa$=U-?}1@Mpc/4wjpƨ4iD<(K䓷1nJ*ȿ!BGE1Rp0jOS?c1:ډyJNU7$)j| (hycQ1',(P[>xՀiyr nn5Z?C &rЏoh7?zBM ǟ}zc 7PK,5 4idh |dd}Vf?Mv40D_G?k>A lQa%5_lhK #'n0W^f"/ك vY|wJy/7+pax1Ex0eeur,of BӆFܼH%i#eId JA@u` ҅P@sJg*\c*j+| ӴB2Dmc+Y@RzER-Hq #K?֪2X_g7_oo0bE%:gՙLN4I55}N|p3>}ĞՂɟC \$΂v̠q<e+߼ 2<[d%(S=M% Zy4q=j3zs8YTsK ErsQѓ:z'}xLdV SyiQg(FB~r4l~pEJ2!ywrCq F_H;I| u_cم3'BxL(؟`zCʿQíd۲ Z2v9^ Tgt=Ɣ|1 e}4 쨽כoXvk:Posn6| S|M^{\(xtWSPRa/I0]È Ѱ15պ$'sHgPm˪\g2s^D@0!ܦW_'c (qBtAMMpŵ(%DEPV3+BV4˻)Ch5M'J=?uU@U-s@>XC-CQQQ^fYƱ]k-Im(`E~3t YV8p`I,$8WpZ6t;]mN͎ouSˆNGBا4$т/ynE6lmEm%a\xO<Η')n aeAV1fQFɳ[qz~|5j iWGPT&Aۧ:oJ/Swk Kh"PRԬWb0w|j Ozbey#aqư厼 H!a?[K=N ;*U7XO'-ߪ%|O,1;]kwaZ`n8 av%Ck*ګX^Zx}I-Xg̳cܿs\~^!ŒK6%ijEmj/&`nUJru?!CKAז <&;367~I:D4PԂL [ZBJ2 @旆Z|*v(o+1+W.*zA]xfbOU'u8B w1[9qdEo.g9w=Z}!Ӈ`%(e֒'JX5LqN,4(b~rg!J3A4khSz3^B#*"!jԘO-KAk!M}k& DxQ GRrx[ϦbkGl#HV\5sM^ POP~uxA8jk}De-^N&C[3cp1x=8}x#Ed:@sElʞ;0wNX->o^rwVy{á}f. .`ٙYhKoV͕X/$?MPF((`za gw=!ʑd51}(CWVᄃ4M[%za3k~ Chi܂& ;X U`UAMȇA|LB`ph߬&NQb.-<3;hꤝb.*NkPAC`&:_lJym pN0Ou N 'RMv,Cn\zѾŅB㨾Kw$*^>qz^O|*V +=\uTği`!V^ 3`>$>VїZVg7i7U^rsPt2 6 J=B%;ahTT2w-^8!DAK1+q12}vC &:n`*EQJ;L#˒"*xPc,pH+&ϓ|adR6PjZ{Ʊ_b,$ %3Ckb/[moR]DXQn-U5{k;"\,>*Bέ1r){˽7"м t?}DaC4Ղ_j>MfZBp 0cJ~-X9kŹ״J1^fUyϿ$3֥ܒKX΍QT;B٭F65)3|qT.0 r䌇M4ޘK! g[Ljw2mq}C;hlSpFӵDzG):&h8^}ǜGbR5 ;?gYSۣ(0 'j&jd&e.>t1ǭƆTUq(6k7S*6#Φ%r<~=f@-Ӻ_2HǸw q ȥ_4û˷ƥ,0NYibIІ$zm׋dD_a+GS܃gd7;~hg&41.3E۝{:"L{]7&uXרQ;+0ʝn x<"Rۼ8̕#{>@"S`GG [YLk0[^f-sp+y!;oW7@[`oR8G~U4rD% :rv,x+e 'CY7^m ):fJɥ "Wu]k7ø*,52'>ʂ) U=}~%kYSoR#{i!G8 &J/]WW\}Hp|6dcNqGE4z4w{zf&ߔC#Yj*P~lx ||DZ07"(MN9nӤdYf8&dX/uX)N0TmCk'쭽%-%]GYD>scG ;O:%K2Ę iU+͗Q$.H G(K/ 6wLfK[Mӷ<4=o'jCWȥ{GAXu炖>jP sjJ|D?><hK8]_8*UUM1[]8;_MʨDۈ]ȥ kf_{z=H#)d ^,h$GkHAxL%rݍ#ڈ ;E>;* DǦud.n5u8}%t[YQKo֮{RSny)0jaEB_?/715! 62vq|Y 1z?,hWX$"ВL7J.r`ǂd(n(LJ$m{FFo܅p~ZfPIıYg059lިs2pX?U,iWd.!KxxE92[$d^=&Qc&R3Р.JCX>tŘ-Zemi,[R 55n0߸h3->iEtW C!)0(Eg9G-3֎Lx=rOThDh`IJɱP1*ΐψ"yvchsQ˻u33UL;TCF |5|`ŏmTܞt]S0^6sΉ@?d'˟~8-X anezYYV\ף9Q+|;7qUz~Du`;}ʇĮ{$Cc#q`v-z%i66;T#{F6:r#M~eipZ+e DSʝ*?JIWwTcvpk*E,fο+1O ǻ#TpŹYFb5'jSlW-$ND\_Ż[GM7( Nxd·!\hY^ {ݱ H,r4bT&3V>{QyKj.jZ&QYXuo7 s D}sE8/x]p!m4hҝWzPMk՚]wh>\Ickz5"E]{1~Mu?Ihb c'Ѳ6=˒!@H` TA$IHoL0BF9 } B`J+.FM:gSN3SsC2ߧw2|W/GSMjLkF8:]r?ÆŬ_YKԳ5ߋ 7a&R?pQtz1.'J:qgSd"E9Ny7Q[ܸiIEx^(Zvw{Y"m0"}Ɇ;f ޳(B7 TL$k e. *ZjFSݖRTwHa b N8Mxݲ;!12wOŷ(_z#'Z g{|1., H#CP.kG$IBU$ XfG xw b![=j s"/'wB)>p=zש,* >6`BS;^_ѽOCc+ҫMLםN×jh VD ֹʁ^}hݦG$AطuC).6IAO;dܛHyy$YՈX _%uT9CUpجLbtW?y857\oc$҃ezS/$ǚ~8&Cʁ\;X[!X+4BOdU#U /vvmzZ,>o@Ƅ`ǒUL)#i Y~#g>~r, Nꢢķj7LDI6yp w'tV#=!^x\Bꨊ~v-b=,@ҫ[EO9-RLʋer/M>xR#mEН3=_>h4ZNj$\XG~1J!]Ai%Fv%'NMbl6 :oelnU(s}6$6v)J*hh7y:&/J9 6m]LokW^*;9qbxs|Ne|4qSK@\osZpv}bM@70[dB p6?ʗu|;^tP;!&ts˫\Ҿ@=ӗ$9[Jпfܧ޾pB` ~(wA5@YnBJzµo%!]?tg!Usr,iO_KdyF77z螐EJ H[sT١mBeA ?p9%FwTE1ѥV" Q{ꬠJ܊1[t&jPO#E-QWڒCW/@B/NO(P1Q NBÄzfqohQitPli.Hꎦ:ihO$/3|8ۣYї{=ZB.ξlh_c~K4;t %gңz}J<9_$tS#f->8Jٲ+cD?Ia8' Da&Ur$8]ۜʮ+>a']@M*=;c$gZs0,vxtd*r/m6A4uiOdTRoL^-Y/4@@:Z_~*}ؔ~mNnJj<6wt8)ݗTɃOR&FBF@EX6e|-WexMy I5`y'OχS!2$R!'( dNa`'5 UhGδb'oQ ZY$<}YH l{ cI1PB[-2:Zz d k@́;Hy|"?7Mɂ)slpE\i}E;q{}T0pGYaFK+09;Od91[= ,MU-;gFUk{1*=~$9ZRSd~|3 ggd<}9 k ~j_t]9a8.t21j.: v3(~{AX{OY{XY a;gWkɷEY0Z,(Eb""dLA0Zc7zFD|x+diRyzӁ/U6yۍ#5jÉH߃!WcZO,jG}&i WW2G=M(@ y} 2[y-\qGgN.IU90kESv.A< |^د dm+3 ׋v'\} yɌ''ܟU @z P`! aѸ4[қG;ݠP7Y hGGJ]DM&'R%amN? 坒"Ƥ?8,V(XʹCO#jo&AN62W'c '4_0齒.:lxkCU#F;2n_Ck" eFtpF q M-eznׇqFNUϾ}"&$=dE#^PE#18qXXWS<|-K4"akɉwNF\ɰ~szWFeH품}` o# ~zE el{"i!ld`82"V3܅>!B>XkI7f'Ƕ(o\]cV}fXWID0Bi&B1[C&6[y\ sv\ֵBfC 1_!|Dj: 4Q*qqN{  ;H --I"JtF -/g/$ жk+s2КުfQX?[)<ʁ>h9IkG"u擀_AP0ufC*H GVm`$# G^0#ˋ ضlE|cm'p$ SLXog`y+IaO#pQ#-n[[rmfhVzj9="dp opE2UM2 bL%G\s:,bAz咣i0Ec 5x߅sǓ)9"AՌÒhSsgeyv:tkĤ猶K}#DG@u˙ֶ!e|3TC|(S]ERIv9z-kxuֽB& $ii$ [NMJ\hh3/*"OLoL4zqn&PHk!"ڊt%O"%t^#!D dnxef :/$}5MљOX6|C[3"N;Y0_n`JFrer L)8Iݜ׶ 6Y\±edZ[kTd#lp!mK: L="GzU]m7xSXC<UM\f郍* Uޓo`TKe]f@C  ^!} t MS"TLLLw Jt aCZ&=߲/ӂ:Hd2Ey#LlGRyns5,fWnnhC?ahGU;֑H0cc݉a\'ar$YK",pt9njk' ROvz)[` QRd,k[%Sr|6jw^+[HM]/)NOS>~mU~yH1vELu+dUPtΰ+8vbfS+za0#FCEAa^?3믮%|໴\R7R{A/Mݭ*ih#㍎V,f%0@u^5.Y|ڄa=_Ȫ5b1AGDj7ie' 8e-y\XY0 ^oqM ~b;;sJT2ÁDOvw9_A)Vy5$GHDz)UPĪٰYteobjlDLNqe^:}G^HH褃6=4>k^ 쁙Jn居~(%$cM迕k-5S!{bq.z-Kn.jE9Ƴ.qcfA4*RDd*HVé:f V{dR=.7+h0!;%;,^lǽ/l_2K_[<@)CERP%UG@NyuuyM7 i5+}py;iR4\==s2);D'sYb]TFLky(I!7Z)L^o+X dg:9\ᅢGQ,MOnydMͼ7xH.v5=^0]|~Gm{IIs+Ma; ii@ 7ܓ uespW9-_';#󒞶E{Y֗#q,#߀9;,՟qsq3T8Ju*WcdȸBfxg-Ȣ6ہ8rΞ3Nj(Fׁ_U;wT`f5rM Sfٔ b8JUwCym d6OiȯSV)`F[)~/|Fjߧez%|PO)I9Te+sݸG@S`v[1崕6\=xyhBden?h^/K2Cg9+<%ۻ_X"Yl Pҏw$ )ʮXS%lTcH41$@CZ4!lj"x;s$*qFOnN Q`P2gL6(([G\uw H,[}LBX Ec /-6>I[!ğv57ʝI ϩf_ ^d\À:W>rܵpB ~FSU;ʊζӇ!p+Ԛ(9 bn>^ 2 [piC |Ek yҨM~Y+e['i-⭿"X6B{ۡ~v:YՋcu0>|Gpo BrMkZY_ H ͧV[x| U{VAQD"K.>é3m}щS" y |m/68d#-7X; ;wi9F;C€TG)'^2`^5T<2L{_&; \θIaU(١]eƙ,3W#iGnIp:CRAsڟwT)bա )+=ً(/ >c~DEX7 8M-y3_Tn.-x)|gsQ0p>>0ZS'@2Dp핒YY{Wڊa jCu ;sTچd@ 5^k2ǔyhٶi -;XXeFq'Qm \eZ o ʛ1[_E$czYQ84HyqzɋqX(7ѓ郰fK] CiSJ;PQo(("NԦu~WWƇ ӱ{]H'Ty{|uؚyRlkp)Zx'[8)eSox^z(7EY`Y%JofQx[E- I .zQسA̶@QonXw7'_uc*PuL3>7KdQ>i2GTc2? 4hE(AW}ֲLMy6I d8HZtm jz\p'ҹgy|γpӇ֤G-1*&.bkg3j|:*g*PҚQ6x'v3 -xvIw/UI5<$u뗴t+fN+4[|H( Ux\LK4[Y/qE^gϨ!sz!H霡<φ%iVl} YW=q<VS>H 2,L>!g63sO٥Vz`v3:|$pg(WGyP U8ټ*w+jAF_ܖ`qMY{i:#q| F|,]BBح DS80lPc[ S~C_P.+>BP* 2sl憚Q)e͟,&p-@Iu+᫯yFCedsq8pFEP PP[tXſ?kdZ킍FݐcF1ÈhV#_DzD;^)!-S}ؤD(!bLm2ru2P7*֮$]A7ӦdBޚ}{edZ _a1=BmPƮ{gy²9&/6W Mi ۍMM:_1S*[D.CpĉV ;+11Z E)] ]M|Kp?l\.8,O5heL-IzīJCb6jwK%"q{@_=+<%1G57үߣg@qrXEM?XЮʨ5'Tdvub_k 7\CU(gE^i\xÌ4'Wz|gץE%0J ݇-pu+||*S}zKײЄ9K~sHD98sI2S-\ B$'f"2t& l*FBmsFu:ٛ<4IMlإKe4J #_guU&+< a!sPaAPڃT7(Yt[m0F/ZR2ns-9 PI15#͔&3`nz2a` X[]&Ż=9N/~Z 3%5eA6J&A0 /?4*'gsn6?w g~Yxld2B;XH<fn dhIQuYZg U W .GY;' 7rO~*dm-F9$r'31JPϭ # 6|MY35Fsr>;9r9 xl U b &wVEu%ű-A~=1]wa ,/\ȑ@'2,s]ӡ<D s! n[d̏G7J]}6!Vβ<̇æ-sC a3vQu.FZs `؟&-o G:7x5%m5-k^x@$OR\W~7ӧB;P 9[m e90_=-gqƝħz(nhC=ڪ!l e(C?T#Tbۖ-9[I%ϲg m0t} ь!l8<۲Tvc#V*&.IaYx~97P! n]wweoMߔhI ~(xS]lX.Qq4VE,K`,}zsw&;;$cׂ|j}=qҔԯi-xbf[dOVCaPh/茮cq~tٗ[qRL $}cEV*Ѕ5d"NP, y4f#z=JgBnsIоvmE{?Ok4R\?vM֑Β#&Bi-p ] uVt> 5!O-=#7noXzs)6Q{.~O\[vakR̓-zsce\ oc &)I9ݓ ]DU`@GhFS9 T.C+C&VMk>M,ȕ -1֏ߪZ 7|Е _yf|" YuBֻjBWtX _V3JVkJ/tI?Zz*Oޟlipm%a :9\o1jOgɥ={PYL S7] zdߛ*%8^1?u9P6A4OP7ں#j(fb>q%JEb`d^<rGRh}3pzyr҈P#$|>i}I+9:OCTO ZxQ5n\Q~ÉoЀ q=YSmln2XN'hmI6fJ-MSZ!5 eFW[p\\4Aq)$y. ?X"[srez3z=G4b/yku[x) R&(>&uQB3^|ĆϷ>:e= /7DY.őn&+assP4MLAһ֐k;JU@Tb,fV)0+s*IW/Uf'!ӑ\6;knm?@V' 3}(H?';;lk<sޑXT1c:9||Ibs/P=R~ߨ0ew/XN 8 SbYܞ0"IUN~>zoPE^כL}Ԧn .ߞ`,\B*v_Hi u-1%I.V;]NFʦqfƁ=$ SM6]1qʼnoӫ:Ы|c\H<͙v"LT: Uh׻B> Vpf+l\K%(z! hٚ{ֿ TX(fW!6%,(\qC+4ܠ%toQ$5FH&r"@yQ8)'%oQ^ tKA%t++'yW&錦Fl p6tdNtpO(i)3`͍YTV^-/w ˘u#+ a^FN|[oF$hg3d)XH_XV?LBM{pC/ʹ^2bu\")'_DeQ)}T\jip ~s-ΐ A8q6 'tNH8iDmlj$8nٜECRf)Ȅ$^,WĐI ѳ%ZRalzkמD] 5n`raz`)עVDx%eJcˣe+zMY3K`4M+MIز aED\w 60$Qܵal,"$8QҺ@OEZ1r1yu\$ װQt؞.&ܭN8p'Ϸr. +pPEu[kUGCA9Ssp'&>G4|L'3pE"$KLHj&G}ZZ͟kM΍rPb_8J -;!t T+`p7w6̧NCcߋ nʎeMgj,y4|JZyp5ɪt"zͰth* ^ >k)vxKmaU'ZW,_TRMr&]( ϱK`c?XrQkvr~eּ6yAmE[4ok#h8qT7, GJ\@8Ѿ5xI7żЫLs /TPMqEMy qU23JyY}gKdPk4Drru0R+pj[N]z6< rY&PT|,?[@ =*i"DxlPS#VRwDf*gi 0|hL(1AUcQ ⬰k!,UWJ÷2*jw>+qK+GxJkuo4ݹqR]qM';2KR wW1^J(u/BVNLF2!FV!duHvغSAE7|b@?ƉG  kqۖ5$msHd,8#ݩٲ{ i 6TaQvz#ⰖMFWV Y}35z:JǑr(m#Vnݺ(УjIYH)N+&ɱ8xL$S$'Eʯ}K<6 Dn dg1.k=jN)ȒCOMK3S^wT]' I /U$E۪ҼP}8F.}'QUZd҅?- oZ5J|w`嘋TI w fn|j~2)PoNSӐ\H%yĀ3 bSFٌpz9_nlPil/?IK/Ifܹ^k (_ 40bweUS01r:_%(8W@Mn qL֍w:>@=)Z5@&t %7ݒ1\cc~' +qaHk9n6a(+.{r$Dr՟-9 E)~I rx-u9lk{/7fTBY5Y c1(i`o ,nhcʑ[ 낻 q%sq=As RM1ZE5#9%H{DIxf1 V|EC6g br6EP] FQ{у A\i{k7캼#[>>:;ca QkY/WAVrDHknz\:˻/ Ilyi' Lٸ2^8Wiaii\EzPCR@diyy@xUH1! nM)vz݄ad+|mD*l IS%SDjM` 6ŵyOZ|QQ4a5l'ΖL/3OW ]d@òA qdz,$>/;  \i{lF܊9y;j Benx;r =4Wsߍl{W5=e /\zDfU+%9>z1CúJB~Nf jjD Cyϋ jKg$R lw[r!gklUbmK/>˙K~:f1/Ģ޹Qv]x1賱QY6)g$tV0ٵB#>.cLW' ]o,{mQȶڰ Q۔uH<j"e,U`] iLEHq,Ʋd*AXJ~i"n oO(#eMZoBm ) uZaQe a'~&#t͐By@32]$̃[b*(/uڞX\Y*!Z;7zS @">Ԙ&6&;swM* w&\V*pATQPHE>#w]e"72;Ҩ{.M$ MMT6W<F<5r$ZS ;z}*%nZ2RE,Ws ??~|z%>=%ࣦBcjK6;"Y%; AA40H+rőa 4:L׭_/t ze i@0AW|inϗ]AzS4Mvp? Dp8tlF&Ь Hv޿?hj{aj%\qFo7Ƨ6 .SB {u|. 1$jL=Vj7d>.2Fcq !ߙ*"mf%bѻKP`[bN@TM6>)A% aőS?IocpW1S.X)% ^}8JyI3jnj*py:ZSlcc?aade~w;@tjOEK{v>Ez V)& `U58'/*h정2Yv,W.Ms<j:`"ϵVWL}UC k؟Hr vvU Y칁=C{bQ`3N*]YDܲk 3",?059]qQDMOB>F XvfߑGxy0ʥRo@ov<{E Bt@]o~FHя{kS4^9;L,+IZ/j(=VtaDP-OR<Qs8zR_VnqԜQmzy&R2巇I0cm*nn4R*+fKqmw)B}qU6u<][$[x!K6B&BKhM2gU1cّ0Bc4*] crgG%&D9ݎoCޓބ*Yp-y$âp;)E?70˥@gx-|X*43S5q&tzx`+jMz/\A>wY5E|*t=wdl|lf[._HI(oWΏ G3ܤ 8?2=X Kw˸Ph 36@Y5eko*"7T6 hبIkq?] 5(s*h(ә#O{-Az?uIiru]İL09?z`Rǟy{ 1/>oA*K.T-hz{QmQ2#gLMPc(䝟p`-+].䴓^R E&ScYtE%i(/(dwLP6/%))K.ޗ?w81zAϨ;bm<̭2^bUI\;v8wyT܌o ndZ sh ߭`>.|5sʘ -SN d޹QΒ `8G@R~HLtwJU洅Zjj#9JÚDrXt}+:ThXnxO{C_b 30mu>ifGgڦ""4\%1~[ 23c w_lrDh]( M3a//)(*6YP'7d}Moh)@Dyl9РGZ}oqص#k%I4J[z'm\ m6oX I]zšmL]W cLL}S޹TsJq||FSl8 ]ijSC I)n2L6DGZ4O:T~o]Qr,wdŦP)*^Q$#2|BjuNȺIuX%d\}ƊG C=!θp Hph,O)&2#w;J7˚Ou²GƔw}'%hQ  KeOHj5}1x)|rY DBلXe-O\,7:,˥5>' vZkkD{+?2&w C  t "A}>?~ض. G,y!n@[NȆMJ\W& @/!sfܰUxG`g)u9$?6d6u6*t"mԫ5sp`rĨʣUm*G2G[v_ŀM/V1tk.6G Ƥ,~ %zpk$@;##MjbR-ݸrj w71)>Pܥd TuowgU¶)$ʵOq"NoO/"%/Ac8zőv.jbZ#=U<^ywHEpiKTkywI*97҂n1݆֒upgb:^UT6A1XdP8ɀ^ޠqwT=| *=ݾOp˞Ymt}ρ4 WGw+Ã3\˲em)8I4Rb/OwlmU D"~ΩڧA9ʓ#PeKpqz0y/h|Hap:`^zU9wb2KFvQ;d˦Z_C5@$g*BHxl He> %{x|J#8\zX$VGD~ ܹh1n<y.}k<{V* uZhteW;u,Z=YVC>3eqL ;r"{5`HG_{iR:1xKǛD Z(;>n0d\;ˀLÅ$6;~JSJa&YTVR`x/̋j?s 6\2Nc)s)@ulbwؕu/E%uݟَ߁7.G{kIY5G^PNU/rq8"* )4c˓ /+[&\9bT ,4 5);_/$O})l.^=%LyE*#Rě8-@GU\*lDNQ1b l3tow4Ec}Ĭ 7&pkc}5/80y5 F+]pwU朵?8$;l'v PXXjk}CF7BX <,8{bf.*aLLr$ dPWƨ鯽 EBqG)+*S,Y#0ǑH~8YoW3!o/N1JyXX$<׫"O>u('x֫GvqrO _q!XW4Ƀ0qA| : 3v|7,ai NDAթA΅/)e+V2yY]+aNq.DCV!)( ۃ ҌݯoƌL 7xNdQ V΄oVS뺰>E\! [fXVu_aAarF9)-3x >mVhˊ%Ȃb8<*g 4, ?ݛEu|;MWmǶcQ]  0HVKJwI;NnCTp6N*^i8z:]2;sbHB?"8ߐ6kGCޗZnnIItqk_Nm"3eUO5$VT 4D]/JY4KֺH @\JDko;=!@͚IU[U>!I|2 bE/oȒ3Q:%齾je$`^xSS%rV}4/ q]\ ;hԈjk+Q_jU293rtE7"d]Ч67h!#Z@¦U4_~,t`;e1߲<'2{H-l=F/~~"N+]k~6V+ _= EשMTfFʏZK6ƥ#u_7GZԁX&PoZgSҡ<`L5vW:%hʭPqN-mAz%?Bv;kBd,Bm]d]> s& u?/A;/,r)HVٔ*L ,탳$ iq)nCQPG2@uc\Эmm̕e(3C$TXK4xNWr!Yv4/0ZwƇXNrԒ,155̳ss|5SDUu͓bQ ;?g#:,*_wB5Ż cg;Gno el!ThGcdiGiVגЅԵ֚(A 8PK~-Fey-D|51;*4!paJ ɷ[I"^y j9vPKML@AQ}*%HPQ9J e +~Pmp&am!*R@\)mT)fݐao~HXQxoI*Pަg8[.98$3BW$,M8z_}b.iW(qy'̯g [lS$%8Ȗ*jw$RT'0Ix6\")MLDVki4hr6,3# hBUa+\ˆADalr~+:@5rgB(r0Q*@MXߵX|8QcU$GkQ`a9Q[2SYXP 2s),Ij#B0]C%+gΏ)]I\Ip\d%QQ)uɗE?eUra{vy_>dP ><:k(|wSi#m R3ï|+ _u!;,(),Xzvᄷ=9RX{EZj]wbϥf 6ZXLYVLRM`Z/)Al\(20F &UM2>ٞuK;i!: #KqOmǭњe^0**i' >55 yt2o c!0߆}9TƳ20rLJaQIj4k~Y_n60yXw}@R<3S؁(?Wϲ3ispƍQu_^ǹA*D2RE~im|.: / :m17'EY!lJDr8W鎒fCB|{~ 1d1,* tGob)nU;e籷L{:dI@| H6-CQI7Z% Bn C#ހ':~c$!*aV޻OEkS+sU|wN/]S ] ǾȴNO,A˱]WtDlT}F jaE3(~=iu:MlZm2`8g5gHRSpA1cRhs $(u+,ogAr MFG"5!9b(6&uGM=JO8CYEG2{vF%UYLn[W072b_lw tYTY]zU̶s#aG֞X[)8gj!7޽{$f![~/@o`{j>?9V6˘3)o,Dm1!T.m:%7 R+,x^HwP2\|Sk-,~(JfE'.-ȵ zN=VU "ۤ+O=0)X9A;14JRۼ&%Pn(yB;ӐCbqW&Dc/ Aœa6DA5t8ʻƜF.7:IKȪx̊ `BVMt_Gʦ F |S1“| +#ԯ82lrG)sPaeuU4Ly"/\+wFiTZ#pv&$ت1{aQfWzepM,ZCK!)Au w- OW*Xf7A7OaԞhttvZv7Avpxu~JC]0o~9[p^hFZa=0A. 13sgzs+w-`6ͱW(b1<#哂Éf6T1-98GƇ!hh9g8+LV'T|T$\ڕi{Rl4E)a3=Xʤ$pԿ8I)N]3uM 䉫*iYy>pj,۔P.cD)jݍ2VTmuLqқ"WaBMC+BE& O}dcC_#Bz/0ݏ~G)QX 75g`i)ݭrPqG5''| ~ @m7Nk/χfzErWt:e1ѓ4n,\315{R6_m{7&c Kۜ9$#\ə-[횸]XU]QiCUB.qlYP#HK\!- ]-0IW^T[_À ,\V6rXT@ ͺ=1#VE2yw{kMZ;yCեW{AC48IɭV!(bzb4Y(e!zi$ *2siϰ[lgxCyVJ=i0f+n2A1KQIBErfL]w]Qn2Jo¯U&OtOzVS=zpՇW/<puf0 T A[)fO7W}?/sjwGJ`!9Jd/ B,W z3\/.Z(mz+ZUU L q@Gtw_' RYnPK߯O<@--Z>/g:I_C*a"I8g9tkp'I3J=*lҮ7ؗj +Q`21siAFl,níh$);K;5c &ӘJd6BB_[YŽ)& cWgX#5&م[G&wuR/@8"ûجʣ)# 'Z4~;zX곑:mP̖Fp֘F$5@| X}gw`'fw~HnWaSDd׍'+OsXSt8#)S~䩉zh~.x~p. cy=6C g8 h:Dsy[ ' ?d;mk\k4e%%y?&F}5?kt-5 B|Yr9O ǔYiq 1Hum%Ĭl ˋlռCWUˈS%WX|x+/}Xv crJ67hYz$BJ*}1M `=p u|vMٜӎK7zrPiHS%;. y4VQncEUF;$fc|ד(? ,KlUaϤ|Wzoe1B]DyT07!xrkŞC`h1ϩʇ؀Q, pgs69]OJJ5P8q90 %)=q7ن'/O/j37z-ܽa,0EUĮa]jPR3l6{?~s zJj CeM?<ϨLk=r_~'2O [ j^UuYVJ!Ne0z/!' i*?eL6C1*{;oKz #>DlIXRM`qO6@Qm}=ʆuunW5ƠIcQa+?$ Sc? "eD-NkFWd dE|;RM?e f0HG4,"DZ4@7w9cԖiTёX~h >0HlD0zMΏ 9rm8Tq. 3@#4 7<9 % ڎH |\ nIawO >JĮRV-uLӮTC5Nl,gǚO.6س?4T=Q՝z.lW\ܗ<(*❸c5" KVn=:*QVM@$Ov %[ ug[!7#oF:D8Sˇo+2oZI^;t pkXp)Kq::IƷoQF-Ǚ2盉F<KQʢߙ3I%v\rkg` jI`΂r H;`Mƶ(ju~' L͍ Z`*+դQrvz#ȿM]SOP=s{'AHSkPOF?XA"_n{ƈjߖeSYA<':LvD,0ʦ߆/[:$e8F񧮜, Ԙ&aMbJ^@Jk&YsCO>!Npe&hI@qׇ*O +zHū/AKZW2%5Rq1kikݡW䲺Mmלj1>/dXavCOz_T@a >-!LOO(^>/Rr+ߟJfZ]O75|x!+ʤTa AZ;+n5.VԼ؏p"PU'|:م8:ߚ:\{tp|@ౖٙͫ7'`$ elF#3 }s 4f=`U?Xd# C׾)HF:rREbSi3Ecm4NJFmdUgT⋦T(R {)0SjTO h'=D>ʸCZ1@Je"y~2V}}W<9ϡuiʪ|gIWJ{GWx'&Rʉ/=vFl; MU+q9/1S"%2 zpf63˞}=JhHs Y!>~l$X6SlCBOCSXE",;oY(~ÝqcoSΘ3Rr=hZ8R ?Xv9<4>"&`XPi|ͩDb7vf&neާ**5RYzϒjs+R kҚQ[lmjK-KLS41Z|dAXZF57wau]Gܹm"^&DkU1psv4@PA?#;Xɹ2 [wvp5[he^V W8;i(Ww-7VH!h?YGKLauE3$ F |U؁K~*N* t3dA+au&FC6'wl)`Ẍ` k'3Uբf :IwT?d\cZ*R!G_8噓Q<ҹHJ)"N(.d06\AnQQŒLbcY9uzECːEG>x¹Fb ghXBAt:jV66C vXh3-lrlbkbGDݞ9]i6j%k/, W%,zcf@XqB ~R&O7IUrŶ4 8 !$'2C\[F*۵P?&~㷡N`~7}냄( xbۘ#c g*h0EZX }˧7ʛ[9%Q@I#eY"fu$Gj,.F}&};O_O]lj,[@δDj0]&2Y1k';[.D3Muyҋ_{P8"_dVغj5%F8iYZD*HZvA%fZ66x --)q2MǮ*3`^g!ֹMA #u\όt뚞\2*LY.B ^ƋL:aaVnŒ=9˦*V#/H5Ñ%}끉#wB4 bz>%_v-7wVR`w>#*3z$Gvj"ȟ>M(ևxyg?*)c }:1ZdQBQiJgj#CtiBgp4Ocoy0BٹP'՘c0o78͈qC@zuYZcثB}M; f|a"B{nBVBF@ &H58]ڞn-"5#sUxAG OܠP&$UnmIa)riǥaH)k*h nvpe*tڣ 苓Izo|(*VIDq `,KG Ů*Kg1ԡ7?xOM+ͬKG(Oz2IKixTW<>AX~䥀"]98\7 Ao2k+NL |CvB5,t80EK?5ҹ4-ī.AklJ @zb%'livrFkKsL@Qq;KN ENpS2v aa;X|bn-s Ӣ_ХJK$B?SԵQF@sn[lSʺaљ gOT$7~-(+=O=yWcx6_y ‹٘tԚDlok"IgXF}O)4S-!p‹JGݾ4%?LKEGt>6aƀhS OJ+KJƃ(H_QCOy -MKTy nU$iǔQzЃM1T( w^c>ZGY zGa=}$Vnx`KOs^ڒN%7%{%;Aږ~AKb]Uĭ۫ɨjQR"$jQ[y J:Ρ%*3QokiGv2cKm}SC?idleJb_KsGTT7ѯ!n̒yFBZx~F, 01#Ry|‘ӬQ#ﭹZQ^:$sG՟oxMѮ^ ]3ZVL`D? Wn2'橅h:M'q`8#._ _neSi_! 2M6fG 4}qsM Z=#8\i|hGSDZkc(_8yvKo{ evqKNO;YkbxgG,H"$@1W~]5U{sdv%.-S!0Q/8bнi+;b%tZZ` 6%7*ޅO] `-7{E՚necq(1s dZXUue,B/y<#^ (ZȦL+ҽlZUSPȼ?J4`W'۠\d;SgPEQŽȦ;ڞ2s{qssբȌE7oF5dc\2tsg2o|c25G}f{Uv۰_u?E^^R-tqu5h_,<&/dnwU\.ܳJ@ޭf$cp3\0#ژ.+#̶Fp|!nELTXgNۼӥP<}eoNTӘH#ukR8@QjFO[I"h3ېh&4%;䙼GH4՝A} H҈Zh: =6aDVJ<Z)Au 104`N{$5o(C`$ z_\5s9&ފ45QD\Fq;S{3;xH ,.ɋ~2)RQV$\ mBnk-Δaދ#uWR63+>UfgcOMt%ś}Js#Xؐ͋MDENo$L ִ̥w\\mԣ;{g̾We@M r$OhT3 PB:z?iN1"@8X HIz-LɄ Bg1VmHsrbm+P zn@< 8ˬ rv*o_.@d3gN} xЛO+MezH<[#TNJ%<$.&|V7Od\PƉt,YO *;X}2N|<+{&p6Z7BIbדM[=իZpq9wdS6 u,`mZ*0[^KS $5GaB"J9?i)IW g%`l ֏8)LP]0NGzϒ_t3\_6mw-D<G奠Б[YQ5/Cge*K[,.s`9g0(A0nDl ֣%aɭGފY޴L{4<p<q dԉo!)ć&Xr_!**$ Wg"I LHAAI>$͜ -;9oB@ga" u> I5ˡ YG (,&ߒ:nCA\mT>04kk4Jw;̝Wu^B0e| C8a!1X⏯| eٵu4Vjᤏ7 iQ_x0֠uf9=qX!h`Apͷ{xԲJ̦Љ0,.|DȘFF j8kF!aLf@g-B u7vIԠ<Lr?=AE}_:7%wjebIk;YA_g3}]`v| 84Yn3ò崬D[xסS\4*{`=:&_&糌)e$Zr?vgdDшeHu?O1?ӡd/k }3x4`il%r%biOa 6EEeA*VU-&c_VTŭx2Nng< *24Ҏ!> 'D9p5c|!.pqИdTZr)E{=#(!xWWa:˚pݯQk!T l֓Mu tHfgAkP-=g.#h " :^&;_[}-1C*}$ EK7&$  ;Ñ4"${cr!;V~+0@a2Ol,U(V0˟JBkBaMYΈT>̍{t[*t}-jf5T}f9\Vb)AWD.0Cϵ6Se*B#"BOEyTdI"/nD[ ~NZJӎز14@XM s9 |_ !|_~,B3RG {,U9ϷlbgW݄f,)6>2?XĨ0<0ga7 ڔ7'%>r˟ ^|l 3E u4,C"֤W&J)==ѕ܅lR`kiUY1=_ uRjqъZXd} 5GӫGéUv-+xAޓeL1i2JR]%dtr8 6mm!l΀Ppf!D?ԌbuuMڮ0h`\R YԢ@wP{4|A{[wqop.AD"9>4\(mԨjɢzTch`}L~ Awp ,Ut}oGIS]\AԌ@&'T|׮i}+lK9af_DzפBBַjE$HhLt-Z/oWH+fMyz]O,L[ejLLYј Z+X;[e!wÌg+t 08,(PbO;Y{9?[p ~m W$ce?B0Nn ]Ƀ{l$ jPb.l6mH^:!|r㩓l04PnF sxOFƿ&IQRsNMuj'8ŧ4'54L}]4]ѯ0_P *Δ&^3VST *&W$s ڶ9E481{9s̊kw֑=ɯwZiUCzJy ZZ<UHHtv]4;s"V4tJ,&= [ eLr-^P1Yti>TםAv }۸eVc\_*sҽlMZ bxsF0ڏ0<ߥf'kvsSȱ"62]ф:f\rQpk}!sm ÇR1!/يZ[_{>oжr׏' QGQΌJ)?sTH((5f +Cö<ҭ7)UeXR޴{F~Uє2 9LQw Mh CyYw 2egdhN$Z9V7w{'w+MVxjGDҠ'`s,z hnݛ1_KrNKB)3;=<7 I@_y0/_2aqPZB5'~Lէ\Hs;މgXO>qy)&tEO:o4+SgKJ!ڭUFQMٲKH{Mΐ+hYPa3~lz|"ܭr'(C,7$ƍBD>*nHR HѝDžT/ЖVku!t%n9"n*ؒ䗲T򍦲M00f-⟷ 죈bNw˟{ơBBH/2ճ4V,MŇEѥ~??4>X{=BP{@G#!U{uB첁 fCPv[8Hv|E-:{~?q#gƷnCZO x yhW\9ҤHߌdV}⯲X^)5IkmKJ^&Ys5dX8 Xs-%. 7/䎙IZMɲ]qUY&vv٬E*xIfl>$7 Ek^ژ`N( HD؍'N04XJMAu#d4'G-) j1MJgtPm cSVh26犏,`'"{KA`V$Ϗtuc[3wLƑ"!Pnag*q8"Вũe. ^yTڦܭ g88V/j;iɗ BN3&dXsrooxQ*?Խx@/HZ D DQ353+moHq Qb8fssKWŏ2.@K/LM55/O h2APV,,tC3YoJ_PAg8fjce&^UӞ V.DɄYHcBTE,ZO_۶`mٍ^ ߳ "`-={:9*4 ^Vih6Utf:xcʦԵ.]\ I /(4Ğ_RDH9Ot$OIO._@혬rd t  h#'k1kRKj!D Mx oHR:2x g`(#Zʨg*]M*(Fa2g_rJRJ`7cB 7Q/t%oPxwJfjDWk@Ll#rs6S! 1@;尣ۛhJ3H1&+㯍d`MڢM`O+\r+R)Hڬ7ܱ6=:fP}%s߸N?pSrJD>I1LE @8`[6Cf\9LYq )=-9!8 [}rRR9}AzuV/nz8BC$)gH`a.uy8u>)"Y"ޅ?xT8 ي&dvÿd@/>J4Tp#& + ՙ1;&iንe>c%M~!u#y#VֺHm ."t {z;Ӳ>WM~P#5e,KJO0~E$WwX=6FSžS*RVvӆh~d)$B'O<+ *f׷.I6%I1vzF?vY6OI"ݯ(3Ža\8c5O,>TgִoRj yJ^&ks/ ͐d bdPtp/ҤXøMPLwR\?e[!F/8YJs_0Rd#ՑO|3Vc)qGv? zo+~ B`%I`ħH*ٸA7Vշj<{Oqct h1t^1|5zJưE_[r㪹R)7 !YSQA( ~K6%o %ގxT,wa0bdbPbsg2xG4[p7[B֜Q WOqcP" "uX7X{uQ'C ƛ4<-D{cr!?իWl;ϧ_ ?Dž53;MuLR7UQFl\=;2}YVZBʅHx1R<+™y0YȖh.K~/:ihqo.v Bd&(#:LW](Q?h cTalڷpg;!g]b_seu ǺTmFD74~|Zfg ЙrrnW걃5՗yꀊX/w*lC~Manӑ$\2Wx{x*OF(C쪟I61ꐜaoA.ot߄>+xXak1[jyN\0G'[Q Qa~ xWWAjXp\:Qz &vxBQlku=n/&l]&-4ڕߝAn5FV .Gami_9o>*|F-6lU/շ']L9aFhNQ6v;ŲSȃ_=5λ(=()o{6˶= J/o9dl3A3NCv^>wE4 N)Tu(E(϶w@zRd"!{p>ַܝvbW,W\e+_W-fW~zy^ɝ8:j&uU@c\[Kv&jS1HdJ=dRX2JkO뀫Ƿ\JAqϱ:菵R,N2勲>Q<*-%N Eͻ;uon R>ygYE?])GJBВMџڇH6~;m3D0iv[ rW=n Uu`7ފCk'Qg~GY_zSZZ}}x[#VQڨυHݥ"N/N`s!rԹҿa7"tW2݅^bAT[lD}vBbj܆9Ixf*_&vG[Yv&sDғtG{+0w߲xXΉ8Dȹ벙M+k9.8aZ%ϩ+tƧښD6OJO_ _,0œLYINjm ȣXa@jEN㲟pbIyF\9"Qs|0MF|=o/>QAa`^%yM}5_YwWNCiwGDozu.#1FlZ,ec^rœ\ +H,aHͰMbL>/mWC 4|4H?\+{7b),1h&Xh7u9{#Tա2~O.vnqОL0D{]l$NWe'ߝi[ [S*'># jU‚Y;.kMBe[J`Ԧ*VT 0\Z(%얅?pdhSEtWgZuS@;Ne5JDOJ@$)POzPq y/"}{dIz"dzϘ&ͤgLBTfaQxǁH!HBx|w6ݬUy-/unĹKLPeb%j_b"*沨=\ӌ'y@}W;ʣX4Z <Ǔ?=hx#m%XNQ8@ܫGEDܸge4%jy Vz ^^;- 7I]\x)ߍ|>UbVZh=3^]؞)Fl0O#|qŤ%y axܨ`j>1,[Ϧ EosS[&2[nZ<5_-[Ԡ{IxYI|t4+PKrbXJzWC{ђW}Al^]xU }jّhInUMX¾2%41.z&O+ZG~akv&8a2pSH) u݁^!҇ӵu$Jb7aU0#TWđ0M'a^QtOn+ZdJBn9[㝢""S3vdM "kBKgIAuhA?D˗gTeTeth[dz~WM,KdRg|<'~wܠPoe,gwRrdE?@SǏvEu6qR :*жݮrR -Z]S|^AGYXVtt<_m Ѩ,NiVj,wͯy.Qup*Oe-n:`)jf@H@~b«Míw1LC)\2!/_&v0 bngf4Fl8xm ˍr3LT7,K OTi\Y&`cjsf,-Nջ7C=RA`2k35 =j' _BB2Fa!TFeI[377$XbN{*.ϋ˂N5@FQ;LKMjsOUskMף`|r1,6 IWGۧ+`/1U!mynUb{ttYgILDTAx%P۬y8yJ.L7V5=MEG!B!NO?z!vp80sEnwk n­-^BdI Cm`9%4gWΓ~4GTf>҇/@ݭItz*d.|v1 ˢb> b9ݓ].SbNܖPj;9}(A<ǭ_Ont+7^p7S;ĉd1[Rtt+<9`ylsɈQ0D("@Z򵡟XGL M?&f g&cu"r /q%ce{BcAE. X\v#맩iN;b\ I3.,²ON[M%?X sS6ɲͮNHѹ:#pdl1{mǧbdo@^; 1̫YH$vofzDASBjAR G+c!>u Ɛ*Z>fgH]Ѩ>/ ́ dT][k瞴AN̹9J.g!Rk\hT)dYk &-*-Upg;t c' Px "f4GL Rdy{RllR)jZ}uL*JZ4T)hЗ0Z;aM*'yޡUa3OFk-w_zC5[)O~?I(0-|oZePp*>Qld[|J SƋ=깁Uî1 Wn~|S:DTe6LF(89׍_eUxKC:ؤE.Ib17Z̔¤ PI=!sߋI9 nȩJӢfހGfϙ=&?M$J62drm/4Bt dj~M6PI3JI@m +$o#d`RR5p;NE>mp#?i~0l_ @-"1Ix4_*Oq[3:x{/.k ӪoS Nv' kXkƑ$TCK[~"l4D8aRƖph#>04֩uyc1g;D_^IH [*Q,HC ӄGkW滜 2Sj,5o񉼞4#+G>xX6a3}zSS2iS"ѢrP@|x(/FE,5r_PKfDZCUt9x`ڱ4pGw/3v(S>$ÃηwGt55+. ]!A“:W:|G6=ZH 5M>hu:i\ >0NTEgw5<W/L%*ɳ;]eU'Fo8 ^8~OuAchͅF9M7eٽѬ;;F#a"~{:Qz4erz94?J?b Lc75zltR@[v|NTjyW<^PO3.{&Rq$rmmopDAE؛5h^arJ~LPW}J/+mf" 0Г, YIQK'/WUAG^I& 0#_En9pUfûx6նE)hY&^Rp<䬄 1܊LΎ;B .-G3{ ^ܽ)m$~91~ga`DTSDl"wu;Rnfy(-Li94``BAXO:3R 2Q֥,Wʇ<,E品Rbų* M%*'5Y؎(K mҴt"pf x,[쏡9gY>ZH9;ROpżލjp5FOùL@PWG;-oa[2w~{DCв: ufexJW5y84yl~bz 'WG/Jk^bEI-]7m 'YtvXMp#"+}WK>afͅCӕv눲و_=D[|f8Vո>(cFr0OFLB^9:ppw,G xs }kXV@Va0\`0r[GXr_]i) R gs+o1#^ y#.a7\`zDG> {EZŧƪ$J݂IBROtc],dW\M3H+[1f :u܁Z޿Me^jT^!1~V>V3wgj5EtbJ"T:kSa)^\B@˧ !;/6ןmC--JEAUL뷭¬Ε}Q`T. Y%q:K]Ӟ^V`2}pz`eUa?GOPqnkfm 'OCϕ{+%Ky\gsp";F"qUAl!ø4Ah&%u}DWj"tzn5>3I{k-?<.HqX^Rp>V,+(BљS9%ӆۏnc[]4QBo)JdV2s) z6pc%qXQO艕J]뼭?1q~~sbtuC~32uk&NZדŦB`@ >آdT:7@׆\."ه1IJؗ`@5-[?.IaJeAUW VdTn*V@JSRZ9OFGU+ptSmJ]`^ٰ{?Wy%QUOBRxySȉ/i+Y},ȉߨ:-e2 lF;!v?'E5sd߽ܤ6nY]G"4(yS¤VeE>5"Psb%{갔T!0Q@B(9xSd[V-\27,m%]aBb,@BK^\{WUaҖq3R0jYO*j@ 2uEWE=Z;ЊZrx*KFwnѨ!(=io#\쩜Sd:Kz (fܥzia:" 2&*GI2[9=:3YT C7,ĝKJO) kA+:?g%g&t;oi@[E|X_H p2D}wa0=tOE3#!nF"y*Zܢ>?kw2S?LJsm|6˳Cad Q"&Suv= A9'11=ݳ{dJ>o8o0H4Z!*{RXKtZUHb;e7'jCI?0d%]dKP+ŶZRe PCK0H2BA>~^$6j&q(U!fk>leE> ILPUlS!%<h9۫CÅ5tc%7< wH7ڰE4ު1Z(GT &GB~="XD@}B~#: (VkBn +Bs$'{S|hM~ VG2lsOcaӱa#麛p |CYj-pBU)ڌgLq(p(H!f0[GC+8rJt)cMwAЧVYZ1/YfE/kvO)&_[E ;-5G^qoZw=Q¨&{dX F V-58rc/Gq猹WbFhw~Ƶ^ne$"AU6`nDCU ‚ /zzXYoka!3/=BˆN|Ă=0[Н?y_$ o\ū BG; тϯP݁d߻Y̫\vWO[KhSsΆPd@*QX)_ÄvGG̚i<:xe&@@s3tnJQI;Q'MYMx N2fĀ(uKA ^.n}i}TKנK1QI#FnN-P1$@+s,nzr@؍(0N*0aq _mdy; 1DO-=̵TI&2PUo̖t0F|~_6>JNB|ttx炈A_\ֿh孥2tu/tٔ*Er\wD $ wG3|n'I#B8l֔Vl8E3h/ӋԋERՙ"9։'f"'cYߦX8BY;U^Z4ƚmϮW<\eVԋϑL5#jPK+/=~<45M̴EZuZ4(~cR zZ H,} Zlg.8HQށݬۡuPK͆mocn2o(`{LZ̩t oy ;tb*hl7 8jVU#-(w|P)JƈU(EShMν9_lL@vbߑQJ )q)>8.'RU+/0zV|DfOo0MI")bzi5oD ~,FXX co!m;zv$'*hEa# DF +лd3k)S2t*_$2'rȠ}lo0j>+aA2#A'aчTaX[݌. Sgd0,L9\I ж%Nhn;_הayn& N9`Wv24<;$:f_=Fl k̚~L~t2֨y2Q#*/;c'Ak^V?èQҴF 9fܘ]K@N[k*ombhƐBy swmOMp\κsn|5hYҪ)Ɇwl0b%X i =ԿNý}i/r~HDg~ |u jٞ-Vg>sDp Ez>|;@kwfK$"Y(3[R0}͆R8/H̡74(V[]Z r{Zje1kLKt҇ЁG/(uJ^qT]{*NN׈Å@>8-D6: "mU,h vAoʏ<Tױ%2Wc/EWatCsGIZb\j[ ^eH?lïډESЊ~oFcWcdPmQ]Izu=bHgz$hcUpQh6C)v-?JԎ 3gfp ֎tC>ۃDj<P!qyrBӼm_XzZfk|I)"~17^L2>6x~ 8ԙ֝{(!zJ"98 q>pis%{W='&Aڒ ҽt}0T{ֱ]Oo( rbIM\22{а47u/鹡3)#IMs\"ZnmT0~552K^RM}Dr(,c|^;;l;! YwO=c7;y)BI;Jt{PЌ<0,YtCCƏHMn$8)z*R^ (N(a\qcz6E3LxAj;ϙ]`WgA<yv3<lh&A6_ֈ$љSf\yQpqu~wn;n~4Vy%A}2;VjR l$;+ts^Q&3S'*`\k楣y*JpYD}wѰ0%{b&{)ˠ 6iG]#[H%sG)ŧ,<8xTzc^, 6;LON K~ X͂JZXkA r3Μ˗ |3@jZ.-pM`F7|n8 ]Li\n s5~3~ #$?&0GΕ^TI1BR ;b hxRja̵zD|/6Nx^?0P.*eULeÔsg&ax酭+Qkf8@ģ8;F?6h:!XJ"AlHkRLЌ}H0aļN}+dpHTFJpx8f`[ SK*؉Gk 5+&V5Y{@mtǕN f;_\Yjc@$*ȉ&7 j;l}Cc%J#K 2w{5FE 8V F%@˔ϙ͡Sm[7o̸'ϓ eꃍ=bC |+K[`%7 eD$\_3X(XC _= : 9{EEw^5 MKqN K9.ecQۮJgP.UϠɿ_?iFu-*|>~,^²haW>ʣ%QoČP"'1]|τδD}Jr!?itP!i-MEQ)b?eXSFrkkdJ32'܈JUs]rRHyR_+Fq- ݐWfgAjyufn"܄gcaqoj&k({Rm{Z'O.ecXWry&^+~mAfL5m0=|Υ໣q? ~:)L'ƚQy%7*a5B n\M!^o"JD7ˤ61!ȦD"mƁQ)j ^2B*y>LU@'.d3QԂV)Zgѝ~|̍MMWf}7pFSwDI#uծy` isuG 㧲E<XÁHs 3,L6rӳ>DTفM*JMOͻ(6L%WDe7"{u0m|b<!HZW1 0Ka u.70=ȕ,p?rLZ:ed!T0!(+O}"4 rR]H:aDs믫@,6.DnGy&bXl>",Lkv~&\7-0|Wj\LƜXRc%aSOv7xj]@|S.W..&,",WъHUssæ_BG i}[YM/pţ$(+.:]'-ʿ.6\c\4|qCd~!{t3tC0{Ƒs\n°ctFF/HTzrR!P~;\~OZ~I)î f'^IrKB-I{"_2>GI }7i1LnM t.Y?E3 Ts/zEyTi^Ț -+#j0]W,~e1|_5t y~T3rL<Ti\'=>\x.Ta+8|Uj@*qC  (Cς <0q:bG*'[Yz 2UsЯDb"Ȃ/s18Đ4.Q^Yz5iH Kp"\*g(.D `vi5 Zv9NY*G,ڹra؉uÜ$1Ģh2%bi`|5>y=vAIpnEGqQ+:J'I{I<#n5xS s+Nɗ]0`51oA(S鐵)ET(zm  l $]$0~5Kych,ȏ֛!156;'!iqi!O ϔ;^&YaK[Ht z\-)Y){ \\i3YFWfzxaQ e\Rݸ&݃p^o&/Zե H`xLj 49DJw HTxºk>T` C56T'OR=&qErS7x )ΘqG!vHsu+16+nN BQ/K2q# `{|G΢MtG\2J}ѿXdH&Y^`; ^h&a"Km,U;qIᑔ6:q-#ƀ8Ń (?U#.ÏD}C u &pO[ڏxꩈi֦` #W~U{69g'$.,bC[ _\vHn(=TZz vuÎZEȰPV$n )n#W+vdbu^fj x7jH;`|O(T۫Rs*}aV]ClZ06aQmlflnR 2L*,ԭ| .M{dBxSOF)sROxs~ƙ24\%Ė_@E8|O㫨E f:y`Gg{nDsޞ 4 $MH?aҾI?,MN[l+ FݕSS OsTw(Sk%a^E1ܠ<`_>G_`>*X{֨ku%=oJ 5ݗٴZ#{zQD#V]}4?M2-T%>y*CMݍImi}KUV$_Oy! «EFm1Z'5Qj-eq{rv4͎DN71ƬHaŠ3DW{_U\k9`co}eSPE* .-% $Ȅ=*z?i;)9 k4IKCz F 0 Ʈ|EtU뫒 GHV5f"g::GRYID0?[7ALl+ Zib/@K7#x [m&,QFs ffdx-s1Ie7d*s!ʓsSyTN.{U^a ]نAf>/C;CwCSk٬eܜ>)$/1~c@d)`J/ِa8<fϽWSị୓7$sQd^ diQj\i#O9jfh  #M观{qx~[LMLx`mVhϧzԟQC,(:O)2D/Hhxm߄g,n,h+z/*^O1d?@5`X Y;{( ƻzr>D>ÎiX?vO gV@E \nTOQGNJ"vk豤 sLvJ.d#}Sw( #\?劵8Ȳp&KN0zgfFIi;1aem<P oCIBOsv d{9wYTma/cGUOlH]v!@PU ׆6M@ ߫pS&Dc8'[ |),qfxbEa T%爉V\oCkTň%Jf$hȌ๘ Tf^0}E=y (ɮ%Xm?&*ٜpe+y;LJN6P^,nW5<.-,ke!J:l0A6/u.ihD} d4X<)J*7rm(A3:3k "iIB8,pdhr'W,Bb1궧-.sC #'SD8*_~3IBӚ: -DmVSvH&^/1UTdlYJV.OqygUqZE(h }FZscöS 86UkB0Y^gȶhziEhqqd,Qğ|#fo~,1h8 ͧ* WPifOn<%+G 6?xFY1?D\&!q39c @fn=,-Xޣbxҁ^ x]U$>=B_dtũgNdAQob% -2yD_67wV|Q(~F@410 Iuhjvhw}q`˃ 2uXg';³ZOhӈ!/r -Li+rڨSBb:e+s9=6hvs7-NӋ  >fzZPՍFDm~Gr89 ,-O?0{kx0L.1"aN W^ ܲE{KO6;?>.2/m1*,#ڳ>-hY_Nemw,׍"Š-ft[~.t`8r=O^f" `ǫNJRLlh.MGvr,6KP DW5pP:ӄ|t':JQb@&%-rJC5B+$ BI_kّ5ߑk_Ђ8!:iv&  *G[</Kzs:ڜ<{$iΤ)fZorӼe([}PH'Ji.\ۆ:2ݚHՒu3^A"u9<B_ jSNw}֋pf;kjt}/QN-?QG,B7, 2(t8$)L`i+ ;3$UC>z#p]CXY^9[9.+ =_=پ~_TVbVaj=ez^!Mn$~tl5!YWdr D@|WD.t@#:DZ:|:_+_N;"NgajWsӾ.JѰXxj#ǐxW\*HB*J4SJmn3:EM'3ҟ[ !DON4+u}#iv+ tvcG8o&h TgiSx 7\T$5dcuvp$sjƠ7۽p&6,ʻ\ 3PWOvkPHͻ]ٻ!e*lK]P|=nXmJ&qLX}rW.Jx `˅4~dF&cq[(d yl&b^2ۺ$*p%ɗr\6j\d ?u'@0|2Nu^L.j0<Śm`3CrH,sx>v4፵BK.:Y~n$\/<]^H}|a! z?q=c딙߱.wى4/@! Ye/܂IYKF<>06B~uƨ׫XxV%z?]9QALPf5YB\ S@L v14nlP)4+O?Uڬ/ɭzks5.MQBt(DO9ٗd*ų#+Y3 J6bV ^h J(Ehh(ѱG}91 7i8:yAXe?֓lZd6VMNv׸6gb2dҸZ}ww)Pq}+b&9@̞ZQaPǠW/1.XJ{yu%yFY/\` DR@ޠ_--]jns+EU3`7Y_Eqo5᎗8/Q*U,^Luoу\EߎML5=G!WRBPY7̓lX4=hٝPq0霔]'1:~x'vO?ʥocIIYMc3όy9|*a4CY۽39x }, SN#L}B~1JoœmBWu4D9%2WVd&XB EzWQeyE-`.„"ka {o_7^"GjՇ/]'TO <;Ϥ? cr=޹a'yI^v $^1X}СIAihjfz3S,Sd.:oJugB7b]"t]Q\@^X.LʧV%'[G",7&a> RK‰N:26B;s2ë2?{8C]n:3p97'E@yp -@pFG6CI +/GՑ6R\'צqa-" ) KXf,z ,{Ɇv{Q\3*f_6!g曖 U7 w3d=Aע8 NiěIbHP*_V͂.֜uZenm@nYU,+x2QMCJs@ǴS +XO̥"ޯXzLb,6DJj}0]Blj"3}eG#갹T90'Fq(Vfڌ3MW,"$6EÖdA-˺q1 &8?o2xM# ,( _ ys#KАu@MpQ45 + TvTR- Ƃ-wRO:nE% ԎZ.bxow3Z@O߈.À oذǘ ժq33V((*UƩ 1Xu A70 P)rɡ{ᠲ1ysXSUǧưWU#XkYJ?q)RG\)teFe@ԁi1ǤlS=Ea׼̘)v02IݪGʲϲq D2  Wdv6fwfLA4+ Y ?hwՌ|Vه\c--)wGHbrfpk$0(' ۵G2^ *m]y8#ně_~Z,Q AW`@6Zq2>}Sx;ɉ::L)*In)rk(,hs@:Wx!fUmw[Oe9\g% .ʠ_c' = +񭁗peNZ=^]a טPAm*_w V}??`Y>Y";^kC+E#=J;hn!I^v&;@.NlB:h|Ef<9QWx;.ȈSmil2!#"wgڲMe~YBvi檒I  $eo+Ζ}k/^qzQPK}O׮nWd+:_yLލߵ8n;" lriKd ֺ9k3_B*ǭLrLC̾$?dj˭ V!~9$mvm\ƀh )>턂6 a]H$ 4'FE fnZhr~Od Y]kͼvJ%@1 qWY2\Pr&|KzYar̎wO˯Ҩʦ޾}*&#f;eJ *(6(\Rmk?L˕̬-yTw''@poȎE0/rx >9r73r{7(na,KBmj60glvU9 wl)E)1k2ƅĄЕzнQO]1u&GLMZԚ|:خ^d..ʪRccXjMS70{٩``c[ݦ [뒔j[fSW.fXcqeW%>AdEҕtږXQVEDn j%E0I:ۻ׶-VQ"E)BzK{UrBli~A㣘|f\"F6W^YYlgOP xt -'#G%a#YsY΁CeD"4F!&Q+NQJ-d` !21^Z˳CBq"KUrGgB jpП *2{Q*Hb!ë>-[:-̨`j]^hvAc2A(j0l#Ȩ4ozå sDF3E WF~#ܻa%0$K5j/BI[̨iڄt{{u2ve a7 ̊U~"S e+sM#4E0eaIa+~ˆ]KdCRpv㛪&7xڸ{H >JORYHoQ"]LԆϸ j ۿT3F-XRia$~'9T` tO7RU:[ɓ XfyqjWX;ՕY,ko_R ůn_CҍF,Q0%E&IyƐ*r3Q[sĆV3څ2&EDu?>J]ޔFYcx[C 9٢tLzkLn|r߫׸0YL dk6\L XulRdgv 3Ssj&(1E%{c^fwv6rtBG`C})"x֋TR{@rwY߾.;^ !㶼(X"QČ( E;uEycAX(sYȻ_3xtkA "+n! +B%k׎I4 k@/rQ{4'm6Kx11;zMkk;\ؔ}D~ E+Lu ,ޭYo<8IP#`DMPTg/!^\O5eWC0=ކNK\%2T;[w)~"99j=Y4b6l/o$R̒w8$oB3G\Tv9^UVЄKK$216u?Jz6 \Oxۋ8][J㞯܈)8ϲ4" Lshj۴}x|h:*6XmUR;jDL!%jzB˝V,_|}%S<73]A+'rHJ'53kr9%`_b(Mvf6WD'6PxuV`ت4AP 4RP5UtDutքJ7܄{x uR)!ٶ س=NҠy1E>j ONܞj#_#gs@}RkU?]K]gɅC1Gɵѯ?zڳ,j3]acsFL-v\g(+,~݂kXNK36_I- kp0*&T>޴[#@S9w2:1-b6x`@-NJհW[ ydu\&Ndd#u)D)k:U-6hADt%ߔ=MWoy\^O;Nɸ7'(L0XLxTE+O~~Wո?49pͅAvF<%qZހo}CP^CÒ|"g;md }}2WYǂKhm12}juJy!OMN9$AX1㬚<LXHctsvYtOG0tx@m1~p92D.]U{`ywEPm8TZ?rcE{:aF0FkL>#ƜpjF /!t$Hi"8b߼xڰԇWjTVCg'ܩm`Jxü= įhs"z oѣc"-E'2zg %G5Ja-A!@4ry:q`<`9X0Σ7(0?JAz;,׀ 2Ec|ǔMd]-^S”wpB!D]9 XS ,5a;_U-_W{d[`7P ЌT#V_~!A+M XZf{Kpu7ϣ?"+㒶,YkPcMx 35|R^>b 6ln":& %Da!y%8h3iD rf1:[GKF/Ս-:BC_G80Pur)Kms('Rњ؞wyœ ggэIo}↠{e ǍM9aZ-MN0K:wǃL`ye5aA/{x!_[8֊ ,4,iUٙЬkPoga8kȀXGǽ;"PMgx4` FHwI"m-.{c1xNz܍E]M!%~v=՞TGP }~iB־swȞ7 #(!G5-^TQ~ z\ԨB8#Oj QQ8W#'Kd\+햶]93iT0So5Jw$lmFLU|iĚ`۴`b]f}+qtP 5yq{Y3'A9=ݑH:"Z_-J_r͕ `V/N#QY62eżD(xybG!\1~ܐe^W]Cʫfp"/=o5856c65Wy`^  Y3@= in"p $!_2HCu-cV4}7P!vN"9ފAR7I3'p 6a-88Yw^Eƒ4x +A[L ;wz18X^P"nEZ<;k7<\sǔs0'C BIZ})+&2 TAaFLIkJ_v5ȶ8LPW"ufFD gX|:)9LÅuОūMӄ)2дM70t*5H1x%鐶d9sÅv_;މW PC(žrVl^ܲ@G>%jbp|s.Ć""*$xr]P@NѶ2BqPQIk԰v$jw@Gs5#T*.w\nFF> S8Sо2¤p3p!@p̈g*14記BؒL4MhG_ P3Qj9^~m!5193ۺ\)Ҿska4}ܑiy̢/GZQzK?YjAKTvRUEI> mT|#јK =*H^ߗeLc@Y0\ηL~=6 D\ΪOL Y92Vs(wܮ,z·7<<Yf:;h<xBQu<g' ?<-G)*/ɡv1!sN4ฏl@ٍq~3`&l9n5dWXX\1IMŒD%f>Pe^S+އdd^dl+E5}\fBy~b?>sxMLEg*+ O;ϽR["a< ȍ*JD¾ &oNaF0t>ډ0QLg \1 J R55{O|bP]*K9{ s;ɘ퀆[R]ˁ7`01s"9IÏ\kr4,+}דs6̓UYM*éoo{j2>kzѨ ΢7({oW hc3P a"`&T&l¬#tb85 RI=axnlͮR)s%Rݫط&C(z8^|m/#קE9 ŒA:HZ[~h0q#=S".bfyczz{8լ8xe`-9W6^h }"ffl*{Lakd*]= 55mC }R"銊S?gNia)w=( m2m@"}'$Q  7`MB&ʔ,0ߐiC#BϕpJ Xz<-x-%uS_ޘ-<k*DU+tX0 N,8\v:d|!Lj ۬$N22K{O$;Oӧ?,QSn@w#G5!>6An􁆀N?p[K+Zz?)͉%)ח};o=Go7ĖhJ#yjع+7d{ܝS)ƺѳܒ%\tZC  SK y$9}%88PvX~.s Cj;X%ұ|H̆韊6>)C8E!9g%@,6e3)|SoxhDnsnLER""s;+$thS{I7 5w;#]Њ>U»\ j>w>9;̣-~y#cnYR,hBuOӑy1PKj$;zLW wP5ry=b!8wMP@ABĦ5{eÿG7Z;kN:~M=Z>a҂QR(tG{ iEĎh]0Gz$_<桀ZkӸ _(B2|aiG8 6IqJíGli c> sq{hr>; Zֵ~-rT5Dk[@jFW =P%UcѬO F2#T5Jch$k~›?=ႜB(Yn_qZć< k g2dA&Y5)}df,Ǵ8ĵf7m͛g/4Py\ND|麜I[GX#;YK`V.g1jSppof-[_M忚>|݀Y>e09ă\X:a$ -(WXr0 >70iib7**,(s~{ɘi/Vd VҌlKk{!'jjf9`|.Jd!Z{tI ׳jܼ|X8C~7=e/E]@ >ɉ/'=P@a5k ȸ[y(i](ՍQ;?&s ^Sjn "go嘄vjߛ"B(g&32Av, )BiCE1K³ bX{ lH]n$' xͧ> R +' {˒9b&TMP<3"i_IEA@WKJ#FLeAP {2a~PW\!w.2SZaJS>4ɕO b4O} +*ؓӕv]VGJbNʭDkg@;O!2Or]c+mTKT(k6ӆmCe.ՋKÕ>?U8^|U;4 vīEPV3yXXi3[cs1a-I~]I]+{D0YoEMF29M;&\GQḸa]ż/I%T%(yYK:/ׯV!pMRlj0׿R\XL swHuFe +pO9ؗcs|2sEzP/%@ތ 5}UagޅZJ"18+N؁pfq1%jcL䥒.}^.1uĄ iZG,k$%e)g_Q+|{G[}Xv`Eʈsmpa &y~9>˾+luo\ߒD?clZL[_7\K hM]HQANPɧ6SX,u%zMgvט =ٳo4+&iu09QO?nY͠i=r)jLB$fkcc˚ }'G{3iN=L| ځz+ )[9 -nx|O;DM+ ѽ4vfXXQ53ƣ3-k$;Je7a#ds"-0-MzFż̞PZbw$0x(ں+߂ߒ0mHlQx7:$9.4xυ԰WiM[8u#īRD]cetaW#bF \Lp@\#pib]D{Pz8!گiGrȔN4.٧@QK8ew2uͳd%5jS+[Ct}NS\N&IFb4n/OUMjв&Ɉ *3%uC2PVtKeuH<nO#y,a`uѪ>*>?#`VzgCGZ(L4  @!=#1 kGy;JCT&l7|ض~ HӄDx ^>kFԸtx}t.A$mԯtwWF4SNNk%Q^|f#x(w;J9xp"o/Q\osŭqu]mpikEeZq4_ 2op][ &L t@B 7~O'fώ{>JG?;1;МhMCI2l[Vjj!}ڧ)K2O5~DH/DPrI 3!C~^ѐȂ䑽CtW-IsjnJW7l\eqN.׎"$=]mLXJ}I%mů)uuY :w;Ң(iRsV{wT0>)o{8r`2vo{xl q݌_ڠik]W&!ՈA|涿5Tfu$ fs*w}/qnoB)u;WS8wŠ6z9MW.hx_e!T;r%Ds>!I" ðuh% IԐN2dtZ_j|z戤KjhN" @0tkz^Hl!7$Q^='O}9$oP `p>Kg7 ^i! !+kUɛ* He=~od i)VCqh뚟ԅ\kM`e{?3FΊW$D_F돔% Yݶ0QpX2c6  OYhc"ǸFХ ~s5rY<ɱa51Hন(+LrV. I\VdJIY"\Xns v?SGi[JF/#gOPn^mtvq4@n,sd3,X6i6 6ptoZҪQx ߌj^F|H俍E8Hftᣏ}lʦH WE]@ q*S!n.L$ԕI7II]JCv˜L>}RBAjZʃ Ǹ]kXӒyZ}=vPw/ÛrdCmfV:M!jj\{[ {Dd1@X~ʧ aWJ wׇi.vDM}ÔMD**{(/x. BR#+[_|˙KC(vu];t,7rS|(Sh8d 0`@(-+ P"О#A}$Ԫ%':ўeUJȠVFqo$lQ*v',oK1qSc|3T5ѿC<5&6$ݐ63y1Z\/ NT.X&VE(2k[D ?46XW/u]Y$og1x I"g/CeTbFbǂ\C@hNdgX5#G kil޳4Wd:, [.CenxSz,g喎<7xbJ_-nsÚC*I#];Ο#fi?=rNyPj\+e ɢmfxҦ4ѽy))+)2XAm5#{ЈKx !IݯM.iIFH3 v%v\]_u'q憎Ȏ+n$Z|sqfLUޒx%HEۋ_kz(;VsBN1=l.8{g/X#c"h8XSQ(^XCnDe8ړ #F!LNn)I1JYG{d^Qճqf&fU#u=*dcE BĚŠ*e3dL&M @JjiFcL\}mִM&]:(T@% ·p!C.ϒkzq1KY#sjS z9z@O@H9Iʤ]P|9At|^paʥΕ*6i feBi̻S m]_P_W] G#R[7Έ"JI{4J/}ihzB#`jXuA |kX_aFڜJd)Zty *f09ķ2.N8- y.$mO#jj$&= ^|% 3zZB[D(3Old$?Vqz,X bO˰u{P*tZ}/.m,nzof|c;t^]K5rêm~hkD*J$*מF5|#0(*sB5QZ_x޸7JGqIPj\lgOi,-z9\o׽,!ZSL:6iARW3=h¦{WB=z8*0o&пe_8qk#Fl=ۣNMTA:$Y5|@ 9; <,"sj8aW4NzF#@gy`_OfF?`3Bێq<R+Z@.ή.3y0FFev Wa¶$c.GP;w.Zmxg,fW7MqTԲ2ȣP1x(98k# 9 ͘2r[E]ugDO5AJh^DGiM5'R%Y&p35՚ 3ہ:o|܉(I+ӳ\d8ߟ1 E6]811QBE.By\u!HM7gIbW> GnAkfx%T].L$"DD|B|B.#e50XjY]in]:4`>UJ՝sp e:K rBP00^H)'Pܥ l㤫dAu3,,?5%(L¥-FMsM{cwTҥHd-뿵Gh" . nm80 wfR9i+,Qd}orX@RdCWO^Ÿw3>r2y-gQ4G~o`):i ቋin~TG8@܌J>qo%e_y[Tʉ||bhM|0+%e0dLl r\TttαtIf7K!6~tz%SsT>2Ea9WH]95de͏E~A@_m;}q.ئ{ /fG$񽽾%ι:ZdS?W뉳F0zu\8v 0+"YJjjK*-?-MZ1iK{l^}lPBP/Z}q.gtB;ut?8%YIz\X#@l2ze_G| m\{[GY8 !BO6_'?pY `6ĹJ—ΖE&7*.,cb ɏ禇m;TÜ>5#b/ S2B'slƅYI-;pN)ގ4óוxS%NQNJwjh#Yͷf$YC{>:aCŇf$fNvPo6^Ċj/fδ aPQ8.tSgIY[qʒ[D.!NԮ͊ROm.mzDR-<~)~D߲5QM7LhD,c9ĠW<^` 1kaBI(qڋZ1aq 7W3uSy k_LJ:B, sܐvԮꭢtBaƿR|6K1P+QA=!4jK4 xyRtRggBM+\5vC-5K?G/JPk3%y~YS犘Z~x|6QLr3JBLl8׹Zp9Rvb)JlE;Pyv#m5ѓ)πMjjzE&ui2sy=F9b*2j:P/'Xu=^]/Un[(9#zUfE\qb,_档aƑf!f4y36%/w 9r\0Z߿O%M% <o(lhM5_^8h{0OR#_9?o,B0ȊK'1. x]SzI`3yN޶vBs7LF6%'n`M?@>[d܉+y+U;Z0хhHOƩoP&H8B"lw܃&CJ6q@|ruMpX 3'膘/qzyc;* GvvJ~@*8tO 1ѴD{AXy5)Hj4Ip΁3k0Oͩi~Fp=1'ٖ[I(Z3-1O>N"D+{ʇ^pN 9Bnyq/]^;b>p>Ӄ~HiRm3+fL٩.qUt4Q`m"3!r, _S6E޺&*Ճ*ZC5_):X&%q k' W2)OTwNаQ0˸^pL, @$ɮbA@a&O)4 _‡N'Os sK ?򽠧v4H֙o5+SO79?+Z䱪l G{Nƾx|2v}ήep3>z9B\MakviHӏ)èTAݏ>3 F,Z:Mֆ]p K:9)R+ϵkʲ –v줓Y3CXamlǺ]!ڞBx$p>z }U߳-jsJ٬axY̆8J/ _^%u:1>HZ#;ĉ8%6 s͟d=L|pS(`^$txc40'ZmʡT6 xj^N4 T 6f!4 p yb2ZWd$bJ`ȁSČkiyA1@e5dcE)d]6rtI+ 0I;Y[T!#YڼWͽW% Jz ,KIM|AY@$ߦIחeBA.mq*|7is +5*%Npy=ldU8ZDi9+)VOPOvAA6,'q5CBu[Gj=W!71>VC!<%-\Xۋ"y+`pƹ0qzmZ҉?QPq10صXOx.t/D&p ^y6ImRM*e ΁Yo!1fe @0Ν=r/ג/ʾYsx .;ʸ9&0씨vO( ;;<0}KiNGk^!3{AܥrL"7LNmG+N&VR/[G*Zt** stBg4L %pdWF>5H Z\# fՑ Cz,-]w_:^wj pK|,nf2Wl˳d>}!}=pܺȰսPO5^jɸSʼnO )W==٫>I4Θ)Aq:APYXuM`Z 4d^IYA!U"h2 Y~:{\,56V }G.fGO}])ۂ*a|Ul9;ڧy:eٙtd^ XTX|k6Xs#\w@j{6x/Fs D̆u(uݚj"Koŧy<J#l/iIa!3QTT9zWUd2 ^&=CwM[2GdY%EÞڛZ:51SS*GGq9Ks7' _GH*ZmA$UQkl0o%!nhZmn[Hn)FG95R` DžДMy>?1\zp#7zpwM ǵ@U)2|i2p,J1G9DDhzUEu$i)uQNP7`@gbp:ƄmY2TʂQ끋6`$ׄ`xq} ^gWMQfft*%y)I. Zuu|` QHw%?ʖ.s8o]V3M4KrM 'c?Gڟ G]cєb/$F5pVc?`? t]^m}t^`&b_({,hT ϑŦ=]u6]mS9o7*rٿA 8󚰇 #hZ/3o\Ґ'9{ӕ8t4%ʝ=n8eQE-t~_jwM7A#%ыcA{k|YdyCRsARqJPӛ~م& 4n>C ßA(]+ԃe.J]8OW{Y'k!"t)qc.Y=|;UC`7$SOKOfBpJL*ed^,YTȯ'5R jh J沈v1Ym_Z]HE&*x7ZA5.·y eIw'7i>%&ȶ=L*.Ꮂd&GjHJ:~M$3D)=&uD?Hq8P*BZ_pX8T S["i >yTl˄TE+gSZgi(޳!YD[Y27_<hC˫&;(' kN;>9Z{fQI*`]>愨{ض/cM(qKRDr.rqc_-~k5//D[ iiYOZ|#tPiOS3 >>S6xGAfy ȓru=mѦӃh%XG76^.֖h+erK ~HyL 1ս(6EeW,-N&#HJf":#-g^z6?arG R.fٝWGI:!=ʉv e [:JOa}v2qk{H[4QaUZ" 4|0C%6>K ›]ț(x#iI*OPQ6i֡Mhna-vV^k)pon'vJ܃r8oLew:kmV ̘ܷZ %GJdžHsRBjl6wt}WIјsM?VL&m"NưjJ6Bd3ͿOSd 05x kxQ#IxY].{J6|yֳc || u5M'gx: X^d\(XZdiϏRyPeo+n&JYq=>Oq ?W῝0)V/nMX}۟=hh \>Sf=|;sH.'zē#tp܍a|wZ,OfLJEl56Z>Nܧ~ob`CٯNJ6Eٶ V 4O֢橹QdPb/f`k]31T o6 ,NC4B?rͶ8oь {UimH^-!]=51-a:ǦQjGdت f%e>,Aֶtf6Kk@^p_`ZBP:u6ޡY7ҳ^*xm{`/S'z}1v0q/ ŃXFzb%?zxW``qJ;@h`ԁLU1-B[%g3-&BתF^FA7wGgcAl5t$Wm\*I9;[3?Uų#ߴyJ%} LRtɖIU`["#V℔j!ۚ+Igհ (^RaOA02L |+ Xa4`S/nFvE.JX ΠGfΏD1|qU'OwG/ f#5~3ZA8k:$AE%} ~e6?كvcKYCz| ϕ$b|%ظO'h$ᐊlKxmKϫ6T1}xU6nZNV_5[;qhc9XUL j.vT! !YZ%׍>)SaL;.X,*m?rQg(i+z8ӀC! ez56a`3H1X~t!z"L=oe{'c[4mxd~6; 0R/#~wµԽ y^(  }[w}ϿBlP\]zkAIʢ D偆ꅊגE5}8j\.< l#PSF8oŠ,誵i %zm+nnNJǔHZg/7Y!I@ܛ̓xQr 69UJ+FGG gRX7G]M4 |=m|؎CZk{y;-t8Ndc"blqpK Qo^NUz!')[[00ʢL>}qu|Z~S ANDX!jػ]q(ꖕ<mAd r>֓b7^e֙q O jȇ CPGZ!>ChKV͒ק(3bWcT]L9 K#(PgnCdNI&;SaUP@K4w\L(9p(T;Br+?c{Jo->zsKuCUك|Asǝ!.{Ot! fU8ghܳa>;@V)zG */#eV]b+Y<|K4y=ԱzZ‘cFX^<8ؓaq~RI^UL1N/׽*|E-o+[#cg4MٲpVx&Ɔ-h:rOg{ #.UN|]sQ`8̣Bnǘ @n@k ìv-eW2>CՁ$@;t;:HKrGCi>0?g&H Qw5mۛ`1',;X͹r0 doP6D ?1SjDIQG>0~ pQhJ;@aͬc:D6A-4&QڲĠYA\FcGG ʲP2*[+LpFNmLn@_s)93z}g-(SgbOͫTFtuWFWYn2R t&H>fyfl#IWBT/D\]91JHGaVMVܝqtrwBv UtT/zm:ؼq z28mdDkWX:5]9q=WAM?vβ1B5)_!̕GX~?Ɗ."N  @\?>Ӣ x@߿c@םZ+yHQ^ K+LcrDx9[i= No)\3MWuҮ׏(1RҷqBdfW$Q Hjo}8 /.Ec*ܔqg$`[-`O o.,km^ s_;D֎]>%*.;F>pñTW$fؾfO$̴xFxAmyFp\=B2kz=["2Rz5:ڑ Z 8%ޡގ}0(m˼Q@TǕUqpwBXU`s?tIWjݔfo4O?:bbTx,V{KKENl!m1BM>xl;RU^v45G$-tkD_C_aK=uІwp6\mǹ^I[z!mJHA=azw!KD#nNpYibFio Bh~w'Dϒ F78gTkDJ3yq0bb1%3(h2sh6jpT jQ e245Zh]j+#Hca:Pd03Y?zˬԒI Y0ecsVb5of*Oͭ %4{OڜGe[ҏs;+Sm] 1̍n#߆fbȞYW M̐5jA,_h# }zk7*H5|ǒ߃Nn)du69cna/*+@=K"A;n~i2f"+"';RK>#tp_}\(%3<׏^޺끚ֲA-8$t[@u#]x^`e⃂9 %|!d  VݜΌd JTͮ{F ~ KiTۏ^Q{ X6fR;2gُCF\\|@^z"[SmQܟ#y+t hQS'>dC K]rɶm uDd%^n zsp *8m_]o JPp$['0H-ʟm3V{|H@şnƳ~5ai-vK2:6:.W5 ̰*{:f^geLit:ԷK[;l]yse4 zW-P1ϥ./?DIF?78Q =OKB`_ZMB kay  ЊBfN.T\oh62X"?g>X߲6oj5E6;d)6رXڙUWck*~yT;%#jɼÏ@Qo{j,~gp?Q6g5x3!9muNj+ !9ꮜm~̐BA\ZБ1tP9X[' "@~#Vn1|kIX&X,f?9I2*sxٚ a`'ۄH9LbI@2%Z!$xԣ d6dO%`W=f&Z|f^9W.$X JidN Ki͏/˃T+U)HEjJaA?A,5L"4/A<_KacMpT{6\ ͐RsM\!zjNPE񿇺ߓs(MEov?z3[. =C8,ݮl2;8,a1HD zvPZX\0\`U5Y! ߸nD['gdq5'u%0=GL4"e(D*8/kKQrfWC=o ?B+Ur\сttbE@ݎWx9ZdٴvRt&9c/5a͛e}ވtWny~( unÕ< fD  +u;PsvøCՇTN]K0.!|GIN9:m~5sQxZүH/&lka%/=B Rx(yņ(1 KKpĪ +ID(]Dž3Obͳх6kh,ە!}*̑+9sxipA K̹F /&fG0VMuSxxU"U`!83sv|eSE7j ,8l|fh_PU;Ahy)oLA{N/F(/Bz:K&ZAb8BaY3s>$Oēﴒ4p?LB?@53)}Pп685<#>UydRTW)Qܷmu^׬?49//5YpY)AZz+ȔX\.&AqpIAA,8J'Y`23C {< 1TR^~5xDiWVBϓuye> c֕X`HHaƘ&{ Bԩv(98 հ {_kQN瘠vhF![\P(W*:(*DD^wU0{(x0ݹMffau=h~C&su42N'OKC`.= 2>|Ujm+E胝] .V8*WF﹡ksA ϵemX!ÜkX;$.wJ0ZL|:}g1dStZvojbfw ^:z9r\BQrpiܒi't\V 0U=Tņ>sPK tgʩ-iBvL{he<_)& #Rbdrlz#Y_E<0a N'&|5`eVp÷ +[(BW&V+Kdf:\B-0pG:ѫ pk)|{a9F2t z%]λ*[ErZ#a?zwY^GW@CYfaE~y7*7#[)DU:'6XӏG&'[e#DC|c~R)c,^N-젥~kT|,K8ǂ“vg-Ukx)ݩv{I{a7759:1nRqA+f2;Vq .`-n  s5 բ9 r F9BwV$,QM`:vt ޺-~!C"hpsJsʋYY4-zF,=t3̟iLսfuU#X`Z@43*!H1?/%Q߯1 r!ꪰ$ ‘tR\7Hih{p#*)uwb 3La-‘֘h51jπTt.G]j*fCQSUy 1X|tqI`*.g/e䎕p1$ TFLpםxܥvg hZ~TEE엉)x QR"滮h`u7B<9 T5iCf!8TZa[LmA;sePգ1}K"~/xh@ $>nĐO6T^m.rH m.>{_SGO'0R5#C TNkvbMRG:Ȗtڔ˱bYXg͸標?3~28q} Ud⩼&LxDa3D}F3~Hz =װ<}\ޔ0akK ȡh yFSJkLŵd>a#fu<GIX dgϊxAߛ ǣV>[L؃,naU!!S ̪\hM5\Y܈)fQ2]BYytNe{qi;u-H;%lCk`H,>~3Ҵ^˼M1~)#2>rNC'aKoG;G,Gm+!ͽn,̺i]o?@y`ٸz*>$BatSurJ|f8AӬ9W 9"3ϩd?IosĔΦ SF<]LU{@j3Kh1Rӧ·;]&hL3r8#'VCPٯ,]&u0q3E-,VcܳjV<$:i2py)ܓX+nuPg,x^n_'`~B.+HyW E^CbYꑕ T$ gJZ} VP`6!LչQZ=nLDV!.b#9 z*Z*G $2UPhpX#WƩmP 2]$ZWZ1]b7cTQ3V,\&[2jJ;怍@7^Aiɴ/F&n#ysɫOWM=|? Gك;N$$-Z5}k7%ˊ^&ot0$lT+]gbe; Mz֐I`q8EC`P}^@U0Z*x؂?mZ,=[ * !|Q1^KTEp\~PceɾAi4$$?pVMoNi2^ T&f}pWedmi#A)3k39kK K-RC2'/gegfl&ŁX77 kς{4F͟‚^bz;~!i?%'emvs-ec8Stp u9+[!޿֛P 线I'+hHHA[+j4`vԄQ~(;o]Q@ׄ@h=O -1Zu3Qs?.3!+sp2ٷK $WrpG "w:s":"_H1;mB(.O`yj;"!THf)B~}8ҥe8Ehp%䗼lr]x\t " *n˜jiQ e_y,*~nܺ'66R&6Qs@ʉ7gDp>9nzkzP$͂OO=<ϋx/RFel\q,Tt YX֒\$e*P]MM7k$7MK Ҭx~+W5 ÝyW!N0Q4I3\+' ڮ0GETxʹ5+h?1J=Jk(NI$d"Y o@IF$Ӽ'?f5g]yBY^{2*n\zA 0j/2[nA i4bW)P+}+FJzYc,ʵ d]d$K:,| ӾL)2J:mr"Cc O*jQu " 'Mvx|# ˿ڒHz¶7 2|{̀;Ƨi5ԟ`/3n-c5:sLpL^^'|2N hf  2b-wϷ {,?9Ks%2df,וu+$ܿdUU.±޲cv&`:IXJr]0u #S5Y7-"Y1Xdԙ|-B|ZH5+!a2ߗjtחMIX4(m*K~+֠<]Lۥ3k#-9@Dl$ܱ4 A\Cf*!Z4{0dh,Uז[uJl}Ф[O\SfJ؟u4{Yc})Cz˴ B1ϤvǤQVIH~l)4?h,ړ.`OLΟ^8+w꦳TsP҅Hgvh\i,V"җ&a:11 kyFO7~dz|,!/JUt]=q*UCbh ne`Q*#ˆ[0-ūN9?ԘL@8s(lXM&~Q h!w=@P2 pW_"kwZÉ& ,D*T,,&3$bR6E)Y[vvȵ> hB6 kƝ#By$ GoBaw}󕿼I"fp|?e  ; -ދo'ӠsAIGLwf G,%N{aY"8NH%1En7j[묬*T-RGx+TK#z7E` 7#ܙ]l'\e=h(7kPBoٶFk( |JtéwŻ+│ƥ*ʺRR!g WT];#־0Џvp1WC a@ĈNdе|Rc˭?~. 1'=^m/'S;yۦn]rVcӚ԰b\I[>[g꿦S¿Lr)oXO5r)ݥw57¶7CӐa[_AU]*u͒Z>1p/p 9.pw(%4/'VM- CB%8+.>t/g->wlW c\\.Aeo#ǹ2Z*0dxnDx%Tdi;A֢^gXކ?}$Ġ9(%s:zWuQZ Y=>m b"GQM;KuPؘtoJ9׃K5(q6W8U׏ ŰsP[; O|2vFUGBUA}{dK!;>L/`Oߌl(-rbޠI7W")kjFI'hTY‚QOhıY2b^@Y$(t#5BG؈&A )2X%_Y#Ly]Wj\3Fԁrg ,#02Ϭq%e cN+4#l9Wl38~@'? ]--BӀ˴Cc N98EHYUkVh$b%˦ oh)'FbsuһSA9|0a#KOXȋhD|[}T''or;ɈspީTAq;C"[6P(w$p6@ ;euKF=|U7h2fլX#D;U[\<ʋ {qkY[+] 2tU&*|b"}n% "dnS:"ZA#.얓f0sct$>G~~hlPR `V~g4=wK_MW1k >ƾ:0zf nW 3ǴkV_՛5(Ou.ً\<e pt3z@xt4,j" R :B"G4DhB-7paN2S9Z^3\3.wV- jeݐ$YҵOY ȸ>P8=6s'u5(;aG>)9%Nf-o'uT-)ө JKR\tka}?1F !1FWkݠ;% gE?JaOo %gIF n| qq ZU;t>XvP<؄GBO"!7(e(6Ws,8p8sVFs d&!G/mm4/XeݏmYB\" ~™i宎4kيcFRSWUn9/U7Rޞ[W,A7C)z&UyͦDi>ts6v0f{>NvrVٸ#/:D6؏PόgeEO!kb+LOp.l≎Y6_P7cT"7#D4x]#~RHȤzPJ\M7Z?AOn Se|}M%b= n`q+ Ց3J3*Da}M=NBL7m%AjV٤:~A/$Q pAVZUc&2.k zOnDh0Hnk{}A,ȓݹ>|H8 ~8Y,Ԓ up ~:Tl-e2*=k%ېs17J.],j+IPKm$by'xh=2"QRƥyS =r_+F#\]\VJ7Ym-:OT+2L㼟yMOg.MARKjX`__KOɮ#_սZL~rfFއJ{\=&@IbIP'olĽ'è 8?\hrSNUDaW(aul]?=[!ߪ;UVToh'6Q[AUE^u{ UW.{'%pLCRr~X͖-r C$L|C!j¤3Q՚)Xwxew.qkNP?$$SKGg};go({8dD%( 8q jX2g @\mpc( ?%9N^txa -ֵ$TPN!Pxq}PDs58<T۟ZyC4O9bx A1A8iDm=%OWXik*['x@d٘t#Bj-}( L6x8BV;4}yjKĽ 9P!ꂂrf 2L{L[ebyKk|J#Ƃä?fW NMo~cRdvT2 2>Π(,&GV=c=C$Z0/Q`v8H2:M'۔F)})YWx{d;Ȝ;Vp2*m}WATzI(OԮLÓT H-wqm'/r0+Zq5HC #HeejWe( .kA磿k̽,q!?("]_c.mI= sm[^*_N "z+8(chI~gJBy)I(jkre}J9PAWAMTo <obNZ8ہodY)#(>.F|VQVbU !@$E6}/΅[/m +ܸiag=+k3nyWR;w!*Q9W \ zfQ٢'d#"󊮿슢G)CQjDk-ca4@يGV^+RJI{D}j0i`! }*ϐF,&c#Sc4u%)@Pʎ-Urxm}P~;1`}8zAAQ}/د,U^KJ`vO\\ms/lZDhO|$wFֲ7X%]]VBbҰ[M2qZ.;fËm.夼Q7tdR^7F{&6;OXb9I43>muĒCp;9 XxOzrZ9PP7 L(ܫ AO*s:|K{A2gL~A^֏.}_m G{ (QN'G2X}UgX>wظEj↞6SdMFE(iR9å=QR ->Mgڀl0S&~SSzJ,;Iq"Z#/I#gzG=$)]X\ϴآDoXmogзeI߳>!G|lہ>U": *P;pN7۽+PV9%1>X$s6]t.]kv"Ht7GKC%+t>8\Y)p %3ϴJ*q(O;򁵛R@Ɓmܗ@Mzܷ{mGV{t>|qU~LA?ixO ΍V+5&/@$H}蔟I'="Բ`k_CS5Gվ>#!/)^NI*>{"3L*EY9I9UBU$x`NNoFOxY;H7c"ߢAd9S14F:˦än$[13J9Tݽ-'S_SǣX;tMG:|v wu^WE(V*j'e#쁩|,]9/S -8CJ "BH?1:$Ha8R[>$GjÖHyjN@M# VkFNvc4Ut`>@HeKgZynVx.㹡:sʛ>քT|Ʋʮ#8o5f%жdjW"؆cjhBNկ>Phب;mmr,6%O0>{2"4pIm+1^Ih)7˶v)ո}m*웮{vJ/`BeC!J6E#2zty6E|[‡J8sğ"\mJ3LʀK硓 wؿYex! >Wʪ Z߰GdTU7:g.%eXȩ,KkMYN. EhSԺ=ةYwzX\ahI%3lqOX[kÀy?wk߈2x-+_VhIrC𭗀?$Ku~ LEH?gG|Z?}H%[$l{#Id(uy|"iGÈ]_s%ЬEլ8A :"m).𝽘p>Aދ_/S#rm 1_d&A+k4 Ӈoˌa,LJpICqEJ!3PcB2w$G{0"EXN7'K$b\t}\*&,m4`eT"z#^N^ ЭHO!+q4$J]e]mti>([| A0vhR(ki؉Ob'e;EK0[viXo@&N WzmO|r66T<ImII۱49>i74ȗfqRK,㦨A49C-jGhʮ-j(aCDΤl 82=[ VHhYS^;rHk dXJ+o_=cMo+׫ xad FXK>f5Qp yvgBB'Ys}KфILۏK@*8d"Fꅘ&S1VqCheq`&FUF/ڰfPTٺȈUJ̃sj02*!}spd 5L#~<}s+ʜpJػs$: 9nv_ ClR"vvWp?51I}Q uIv5~.V|L Mf#ףB"4jdxg腸8U5h|&EAKl9> ⛢h|@PwWUZ--rT|hᯱU"VV:(Z]%w`:TQY'$>oކEp qHP~KB  -TsYΏ2gA:s$՗8,x6tݪށk\=t\bpmu%$ }19@=T`%p+n 3<(,tJ(VqQ˙lN8cU9ƲAǷ JS. ٯ5quSe47Ȑ_rFh?:ˣDGU9&$q7y'ْhjH/RV BfkM K$sP41y^9!] 9ݶuhc ]d~j:E6X'9QElޞ YUrMDtzJO]AGq=W~NΏfeld23ku IjQL{"W="̢i Tvٿ}͓t Naӗ -5Иv6(O =1\L1(#圉>pTAoq|هr[lt7fhƄf]L>M9{,?Sie\H_?I7K,P/2lm+cmPAp{!;HCυsM*w'sLJm9cD@P#7El@ohp?ժJiC;-G5![6Yi?oLW8 K? xDԢck5' ^ ʼ0 kiC!&^woӐ8s"Foܜ0%*cueZBE $ aClhGXn>9un`8+π~ 8CHui , ?/m͖V!_3n=|aU+\Ճ=mb3^y d0t>!w[ܫwՂG RGm)ښvFVẔH+cb5:"bOw!5 x&-`찌$,_–TXEIy9(Na%y2ҧ}JsOr Uj__偽5f։=VC-T tqB_NhP=mp~qG#kXHEy]ˉvyǀg,)1x(poa[#+H4Zs ](V%ei_e3}Cnpq8P0stHD L5q8X jNQ]WCPa)TZeЧ!ݑGރͬ#?9J]Mg%RZLk?M,\6N;N!إ6 ("~Rd0*M$[,zBe(Ot2)Zys^n#+>S=dUU27%Yf>1iVENz2ǡ+T ?$X*#aChyڔ)~1qCaUw#\3yIYTyVoE`nĸ|s.\\Ka.p=f]33&ӌ]*T;BᤏG0{wd [79Z%A)EeHyv,#ckel(6ִyWZΥz}:NSTfӣ\o[5)]^ŏ~?P=цtmh\rHprɨ٭ *wђ{M:=tŮMB5LDctOvEpr4BOx<ZC!,b 3M!a`Qwi)v3SԘa@#0E IV:w[.rM]55X˶D%(*Ud͜3O4k[#Q{ru"lui/e=n2A/ЋF.a콲;BĽz7|Q bSd4[ S׶:ٱ34i >-{GV9 I܁7KŔgp2bO?r ki%}<\[?fF~j+xS$g*%f/չo/܈fh{ĸ[5*'>S{wXN6xr/=ˎ$= m1l\gǼ ldݼq=횿Z7?w,PdTA\l,2, +PvEI&^}t .UN t XT\ܲm#Et@DJ ތJAѵ#T[zQ4vF |)1L_C;cp8}x)/AVAkke(a;T +}?}4 -iOۯ\.,N&"Lx0 eW-cSJx,xY~o ӴGMI:P/ h1 Fw:_kͬ\%ߓ 6Zv,dZ<͓ / 6/64V2(~U}c%߉֑*:`dQ0,advFSE u&;.1It0zifos츛 䙠W~#֍:E Ejpt:OA ]qaf(;yQ+wS=Wi`vhxPv#T)] g_`zt&)b|e|ଆ˽>] t%79wk텳M+|KP%*kAj,\݃U{L1Y{$ՏXZ^.%Z~kإ6$(){0RP`[0>Y.f-Ol_j`Th@ L_)9!XlcLz,Bם!I({8R"ɑєځ9<)"U<:A?'B./\;cz!+^U/V뤄ḡ>7 0Za_9=W4lXcPghؤ(4IfLLksg} Tܛp>.PX3S3@N9[T%hXIK 7gHU8T%tSSgqa+h87u!]k+Ci% Zz%ۈ&Zp& b`f6(g`!fy䏨%g0ٜOr͉3z^59SvE/gfi7v0K_"I&R[2?!NDrS6Rn$Qu"G$a;dɾ[hC5rbإC*%$T\44q'\yHyp^,QtY) C;3t 7qtܻu--P.ʿ ~D^/e\E7d,NT|UrԏA \$ٟk , ]Hʾi}dzNxhL4ޚ%3 ;).jƻ4Ƽ4` | + 3 MqH[!ӂ~-mʭII;S`6Ϛ排ɾ0z*H>:drCׇ^V|gr'+X,6utїD"QCwΪvw( FR4?"Pؕt =e7FcIzICtLa+΅MTehHwTmqπfb "ږľs%[fOT([/ Zuׯ95z|\3x%zY($|鶶w>!<ѐόϠN Tit9"Ҭ=$0!5mD-d(>:ũtPOa(o\o.-kcbxrA 46$3ER6Ej@k;cŔqBakKBml$XPj^eЏ_^S<Խ볅 VׂCYYU s8!OV ^XOE+Ic"Y#3&Ǚ" v26t\䫩2 (n^D~jk'Z}/o0yO+} n; qNdS6th#,++!@PDgp6JN9UHĬ۹x\V5/&߀d^"5@2Jed[X4/nf?j&d*補i" {Xt%WР(at зÆ]BVcͰB]?;i5cBIG2Lm.$IgO]-e #@n؍DIACX3h: YҞ~֊kےLwBl ?BAW$>بo2c&@ 16Ŷ%KXqZTB^!wetLt㐜{dYt,s=㤭N=Y7!)vd|(lжy{wvۚpud$e:tҕgx%D1-N=]6ϷnLFU< _ӥW@$;e5>~!ր^vKV:1Gbl8fݠ) XmJdUS+T9OЍ&c:F7+k6SHXFs?QLd9l,x|U񱙘o Lчi8S+}k=P:z@AMMHF)7 fjQE'YEt'($1YwYr &,4jփW,K՝ WRzaXICd0!ګnh$q9C°7Q(j<{gt4, 9Xo+^<@i_KGҸX=ԶSըUY f.<]S3OPJb,؋Rk3SuXrcc5FH^2lNqݗZ}48`Ayg]Aj&8v:>9)Ep(K3vՕ[7 /^/1;<^F_ 1]iGo}V8 ĝ'RNTDKjMػ r~dUH?GObU8DqC !XX#lӈwe-fZ\؃O\;Q]ۗdq*À[5Oq!v˕UDVc;Ů{[fy">&bubyrhJq+_ J;c&:j*m["`78$wߣ/lPK5ba< 2 g̳>KRG`wI-ҋ]K6"*&]I +_Ƥ1WQnX^qUe篬EĵbH?KC #en'}]軱JEhrW#ЦVP(`c.8` ~{{SS| id@/K-`xlq4OAI!K͂I\fYA?0"$t y6qنklU_m!AjfT akvN$*͑t~K,VD )Fg)'D:vJFږ#(ťTL \( oJV76Ɉ V n4`np;$ѯ*s2o, I;Eizm>\h?-Nq0yW&˂bS ʏgm% Ș^8K}tߋp/.kc`UUā(oS+n듢jjgmFJRt} d\i*ΠYjֺ):mV%CL /IEgvEMy6p1X&ɶU.PG*"%sZ7!L0erhjJdK(EÅ 2]N&&miݐ"Ѣ=BA^nˆ jˬwǀҗT ] 1[9':guBoKuy7Io@#\ s񮅺r_W(~K\V[c3|k^Yؔ x{}lP@14 >9H0ƞFMGe6KDG Y&]@tulw/ f;EܬLB}@w SPwL%>d9fO%EfV} m;=x6~1)Ǹ Q(sx& EIV>ݣHf-q1?#ZӥϩndJCG0/^؍5w1nZF _^LǺ]"7(Dzs[lrvԨv}xR,\2dMfvb'P!-6oyi3TZɘLZF.I1q ʰ̹XxMZ*!Զ: $VY[qulu iK<}ǁN4/@wuwQUA cDl+l9J3^$ ` n;Hg!d-R)8#چE6P+⢩wqxmšx)~VJ0 *SkdGov.ܜdr kV§)wǖK g7ڥ1-iC CβBC?llM>f*YPB71NK]{M2҇{ROɗZVvDd2wg}mA(]6 lm2Y/bU& V>!7d-!+̾щjx\hq=d  >!*^@i_k3%elz Ex?؛1Y2k`v{*  @$_9URͰp}٪:f GNk5N;֔3%q]w)nn>k\-NQ Aq-ΓB- Rt#oPZe}`~B$p029:.pbh*wQUIvַ#%Й?r8ٸi-7]^G?"GYfqvZoX.zkfhlY|vc$nm[~s?9D[|]py/ePgP/8{5aL\PT =W\N&XidaWV\@Y%T)qMJ_ #eHM )lCNOBY;{̀ 1>ln,mYm5~ /+PcUwbOq(Ѹ3n42}nQ*|~jU6K3Ѵ" @$bCל.,)$MdjtL xL͸Dha/w-lB@S"pιxͩ A "HUv~؍n3]/0Kl}h#i 1:!GI(WnqYil !r;KZ$ W Fٱw: /SM*wuY][D*ng)yӒ$ޟKm[Q=/.}eM$ѡU *@)nt)NubBV7|/2wa׀a(%cHX"܀\A1n`5T*c~6Sa~4Mต@wHX!:8d:G+98=s-qy=i|jӲv[|jx6yuO#o.Е'(ڐ\u H(SG}tw:66aE`Vߍ ]!PJ$k0/[{„xa<zBW\(Pg4歉ktݳoڙ8!ISolY&}V fi6>q@?{QRA$?ѾΏȅ(J* Ww*$SꦔF\}wo)~b$șbdCK1ydSOk06XQ TĘj Vo 0w--3c\ݞi}x1'7AHUMb;NsA<;qZ?GG+{2ujPtq]~.z\G*Ó8^ӛ{]q`c:+CWoҀ]-B%U+OK2GPD͞{1 A4-AU 9Px~hM?>@ve8:ô3?voYW }ILm;,xwkf>;oC TV{ 0HgƤ>xiJ1r!8rZV%"$W  i:,U=@k\7LC :fzҮ1P%Z)5vO/Sj \˼"X]6P(}5Ac {Sed-I=1#qeOYqDTVϦqw&,>KUg`t螐}d#4=sI >ƻ;?)xϭ B aB,zsvAE=ri-`,VVrXX` tnUPhܡ\ ;+6LW-v@(I;һR{kD: ˼=,LINH !I!7@?h=9rE C}U()FE !H@kH%m\VT$?iȱ{8\E]7OWnmJf)UNj3OZm҆s?yr&_g$hlڷFjY)=>}8Ysʾ:(>o! *C@S%x8˺AqKTutIJ>[/pA$L{1׹SC S͢|7ji1}$n Ss^Vl_ȵ>pBrɰG8m6v|"z6Ԋs23Q.=iqRwui{@|JFtFHϽCNy1ASCz)_ ENFj;ZSC+ юHS11Z7 he) NC^*dEhAH^*<1X^E?nioѢ~Tל A7DB)n-ics}MQFv$6?]ݾJ6A}UzRY-J2n@AtW9iTr>`8RQ ?ʳ hL?"u:šLuX xUٲ R8[l4|g LEZ.rh.Wydað!`$̹рkY[x2 A=#+Ͼ:# CUf+q[H =FĴ~ `MͤEdRz@YpAcj@saz5.X{E^TxJ/Alkj~aߟ~?l]hHP,'hOˉKD]3mr-T,c 8u,8©zH(mk+"Pc}Z镓R sSTVC xh<A| eн a;n۫/dfu@Sܑ%(M_q4-1[]ol 2KMueIgvOn1IW#`93䄚_kԫ:,Nēju|5l3;b2Gk[ :8q^#JEWpC`r1v޵x2 C090سweL^fP"HW1a7 ō@ԫ/Dh!ǡzyG$CUIy2t K\6 ᔭ4?rC~_!'B~vcfJk05v?t*ۙ1e}@nC6^(<nO#O-.;|MKHm<حX~8أ YJ$OK0|1r]AofolN?XyIÏ3AxIFjWi#g/芇)Wz|[~:>E6vg:> -柞R >F%]6uOeanq$MpXf0RaC(([;1ʏIK/ה&jS7Q|clpϤ㮱2"/^{:=} s^@ "[{+h.WFDRXwq=bAR]_될 s?zC;'=IS2lh6͜ ]ތpۺt">~R>QL9OXv0y3 תDƣ0-cf8N]jm`0yVmD H> G`݉[ʤ(֒0U!3l6Le?2?SPtZ&Z~ SNvO 1DÚ%I N[+1fXxԫ߹OB*2dZ(T-`9"|9{UVg։NJWjS #G[~ w.kp>L>EVKJZq GN٩jZ_-|ϷMO|ڋIRc) ;@KNG=5@ꂙ=5 Q BP}.%goV@oP|j=Gz4u8⹮?m@˲g}nbE`OrXJNJ(@Lki@lՋi>EY f=$TWHd%s_eYjvgh@_%j)=R3hFDRg_5+0yOw$03HL%&Mo I3G<@bW(X(9|Hw<<|O4(z'SN-0?+[|lT|\0Yn8(n̯AٕsS^NhIJ ;,SOe @K5Hg#}=sA;i Ir:h`g*t#xΝV5S#חfL)<(`'-^Xz1wCFWt%J_FuruSTQJ R/8[65pjXJ#:j/;Kh_+1/W6ƋnK?WhrY ϖ M jhJգbscQI^'s?AZ2/R~+Xs6)~r]D>ڧW :>o::O GChއ-$\&u=!뜀JQZ$ēz4rH*D>W[N+ {2DK}P}Ya)J\_MjJI4C *sXN Z.ZG4ؓ=l i.%1< uXVVZ.hV[5򐬓M_?L?#EwNS#3%7 [lsTe'24T/>~(*ٲG4@XS& 9<4jH2yx0S^3GWU/x1up>-DC3X!531-(om}d&h!`Z? khE5DM!#nB"j]yCV4S4rR  @q,;ӜԘ$B+ZF ͲZzao:w5NG.-fk %Ж'#T-Dswy8k p Wsi"̄ ԉE GrM8]ZxŸFW鼚eOs Cw$ɑ).GCe ǔGfl3[HW P?E*u閃 ?@CePyB jBp05YK -Q@N?y^8M=>(8 rkbe֪ޔ_4XOP gqWSYjϫf-cjX$(!Ld)ۗf„^z.81KS݀4811ጙ)bsրhK"l?ʼ*j`9؋[ sVrV¹,J&Uf! 2 7alG2cƍ|S p.S Q>} 1J~h=yFN^k +fG|._aȃ2寗nɺ^߾fK"o2o՛i(d&!Cnxu@5;W﵉BpCa83yFI;74|lVUm6?+z&5*0,@˝iF9miX}ݠ ԁ8! 3e`AY:#\^uSˉ]jo">T` ^wxh|rwjM6Ru(:;מw16ۼKE}hנy? :LYZlHUyx2&%Px~kp}).(~0ٖ.5t7fk;Xk<mkVv>BExQ wGW .=Qr/ pH'o_J%pA OVx7qO{M e63+ gwf|LKJ|Q#gPpTfO1; |YQJJǕ%\_Fb#EE9B)lcu!%D=11cSt-#.5>[cM6ȸq)k,֮x?ê蝫a.~@B /icJVp!f0*OSRS1<(qwTo?jS] LjVT=&v'B׫$-&=әmQ]_vl&c1$Ml328Y˜Vc$WT c'ݓp/߳i7t w )WRd A<ӟS&%DS@y)!#Ӓffت ?~9OI[Ds@dw3@;CD\b]-XrIa(^tre>($Hk f+Fij7x$WhM^N7C9N$I9zyHퟃ۲)h{v/S*(˼B|}c2d(ͷR߉, '.-N{^;"puw$"J*h]dAhnz!8e/ζEkro#T̴WxXIx6RwɅ:a1=$~/##)ۑ#Y@Xʱ}UƔX#xT|.Kh&"V%0(jr|۳RS ɺm|} VkEŶ;h[5A 7Cd:Z{L 2!e`B#@ 9$rLvS1oa].7 g0c쓳 #իɈ#ms8J$eJ)]gU ݊ f\qA}>3SfA^+My-nG)Syz2fw1Qdl }--/O:.SYɈ, 颮]BKuQ"_G+Bf(>AsKs,!e8.KQZ-.=ңeo&w[*V~AT%Q\SRǁ3&xѝe P+\jJԹ+5(-sNڤV%,8ƛ2G<8`H$FZY@{/dyd.[z"IQ]ŊCή5^f&}v.E83=׽:.NChơBRk𖩝+EIah&0%" sMrǞgx+ ]ȈO}0eȅ{ 4li7{H-kmD! p&^8'yPF 3l;׶Uk_b 0fMa!ػKmOy^JkGp}jJY?*qO<0\ M RKI%g 0z:04+~, $E]Ǥ4qfT q!"˰IQyp-DLWS8۝6zol[ zp@ˢe@aScwd($T!K!LOaFd *t:AӜxA /]+xA=̆*߄5 tem#&e&9}lEM:S5Em;8޴|Xu+ GCxmgw6L5gEluP5ϺaH%A|9Q.)7/ J}jW]+$ D\ <&) ͪgԒ+1Pq[v4A^>'A65.TϹc<“+"x)KaRW!nB5U0('3֏byP԰^ΟiP\Jt2rp~0yLAُ!q6%gi!VMRH]*sDž8MHu_]P7{(JCg7>g%~JjB]4+4A'oZyGR Eqλƌ^_sMBQAI^}qRr\4 _$h֯a0^r. {.t^gYR1NtB\KA\,Pg"cu| ^:ג F3<,A ۀ<@haI$Uպ1o  Z T+2%ڤp Aj[ÀJi𠬮z$AeT"֙i.Dq6weP_~^Nhcg~24zr[hiBejuu4L% xmÑ{OCicܑ0`1vv YBB9l$I[eUr֗U#ͷK;C>4j%e֙oyXgy^wnr&iVz2YaBӵ.mIKTwњmwT8~b'2H LEYe 1B+`WP7f]PF qBKP20JdY-YK+'o8mF-,'BԠ*TuCa)YBOWzUSulon1HEM[8d-JgȤk2ȚQ*($^|Z w星\[ŕ#봳%7L V(LY幞9ìجZЕqT`v& [vș.=:/'~ku\Ƒ|TM1K. 'aR.rH.Pb+͕ut4dfLhn0Qg=\l^z MF^I,=Ap 5 et(&ƎJʊ.mkQ}8}` $u&JvK4gp3g}U/z'>Y_9ӅP; ʏ%2ӏ ur)=".D/$Q>S, }YK^2xdžmY6seo9}[NQ-0 k `O~KJwXxV|̅ juvJzkO7js`  x@E~6 !U1*9&:H[ס z">3b]2l32(t(\V |瓢i"we]%3$HPf;s/8JekbXfWaf%\71'r7kտ6k_{Rr\o2V@-}MxUD9i婧+-H'Lso5Y% LZ9yvw2&ȍ -,Ӱ2bRs0W.9MiOw~T)]h fL(^>wsľ bwE7cn>%eHDdMYF_&[FIN4XgE֕XCDr#z9$\BNJ>FIo@b *RG5&'0"; `:Đ Myb[Lm>bQ#op@" cK>=9iO)srP _#o͑'qP$'ڿD%UZ @W]/_U,ȉ\crbTsLԺYQSoi?=&"ќ &C/v3 Bl{r>MeaGyJbF0xC;]XAy5&17Ae/ILyX- {p)#o=q.bISDf>@#'N^!F9$SiaYZ\gԈ [hrKPPxἼ-i XJBškR FQ0Jx(4. ?E!7DrW1n2M.xʑ/gc*K-i)pujNzNj:25G(td4YPsYejIIsgV,y==ߍ(Ҽ\~" 2q&jFco+ 9)jA)9쭕ciQ&i ITǀ bM; R\~9uI€Okŧ*6y{~W+ ѰeKDb(E wqdc^o|~0) G]acf! V ee9RLZ.K̢B' ۱8l 6Ɣ>2tel)Qڨ_ñ(Պn/PMy7y$]D}=yQ9jRmR4t)S[*)61ƽ ۍq,hzx`?eIB%@:Ӂ@Փ'Q6X Pk Iu;Q%ެ,9w~!F%BL2t8UOL[ B#̗_~;זb):&E㓽&!"`)SN*}s5{b9?ޅ+Ur'&=җwK%opZz1vQ(y,'8%Bzzr AԲYyS[@{䁠W=y/xoR ,*=Lȴ]YKYB:2b2*)_O"_cڋ]ٿ!p!2FG.lר[5zѢ'*BJ콞'kX1՞`"YX-]RbO?ȑbc$Gwmޟ鐧c/2 T4|/yKZndOCbOoC[7ili9FJ8-s:'kbw2w2ٶ{x@#8 ~Zf&-W)T {_h9&WZJҢ%_Q+֏"RðIJ%]k^#,A.zZ AC`Bg2jFs:h8D`SX"Fa&']tN*jE -@:3PStc{Da(QW/f<!:=hz~U+DzkgIrie4}5lT1SBΩ5I. ԵI~ I}.R^l"m%+9n2E>G5:`q1/ҥK1U3G\AK&:8E,bi~8 ,`w`2 ѹbim;\3Oe~k8=Bt1X1opa3Vy'֬΅?A+RmDOKţ`N\D^mˊD?ˌg<Ւ-q7pmA̓_:)ְ$+~cdHX#~:b^&E2>>` b-q)7G0,;jx-s~Cn66ǹbq1MrxzD[/!Ў{p8jVF{LD?;^"!j6 Ւ ]Ն@h֐+|̀4 Δr6U劔/F]|[+u!9,ŌaJ;MΐW @\%uzd !a D̙uJQC!âL~ dsF~ԕ.x_n4^}ƅɕHvը&"yM'Ll؋i&,/%R2 `mFx )>!P8K8cip93Q-EZ\WIMJ\:Gyp"r>݊跰 l`? /&T4;-Ze50o_8 x>TX>YXcAbysSQrR -7OA2V[ԼfF'ySw7C(OS_?oasgӊӿFP9.,lQmi5V euے< 3nY& [F+SX K=x|B@y0 NltK7O.OCS^ *Rc =>sU.6&Yl/?_\n;"-7+D|ٕ׽Dm%tFwZ˔}LMîo و⇇ wS՚}c-.e!4~Q/C LKHø,& c (3O'#=M4,o[&3WyYn@)hKC}${{?_Fe]_J0m{&?5PKѲ@qXmySƢ; K{Cf:u C ۮDTb^(z3۪;;#r*fB ͭ :<#&syAtT #EsXLDBAlu9]tGj[֒vmЕj}uQN7iȘ "`WJ*ꓰSx6wqQI 2e#.TϚ;8\Y목Wk4J [\.?",sjzO:kp`X?c 8+6 w||s 柤q%DmZBx&:gC+7Eo̜T@)=cH5Cb/,1:Zsx@;}? 2UY{Ô)_rMJӠFEP5&[Y I]٣IOZN1r?J~ǮїGʄ ,.Q4Vye6i1lۀ8}s?`T4 k Dhth C:y舓nVP;c=&ԡ.FfgRqٍ|`(`7I܍rÛydE~'>H#kENWcef!::B]T/Dhn[PQ o`FL9b`#u= RՊdV_eb lG O*\M"[ǬbθA NeÉzdI8;P31B+{wZgrԊ$yo TQw[@_zjX3* M$kg&eKwHlֽ|.e| b2Ƥީ O< 2Bd<6Ñe仞5HLeǂ;H`u9MѣWdyI|qlXc@gC>9,%S>^GT?͸9pWm<_y$+ƹ5E%_&t!x( ~ O=;|=,gŒACL'aX屼:YԱ kwAV֘UO(9wƘh)*k#~p3F5m"k'X(-%5{Sk1.Dњ ׁĔQ5s:PГNt1?!NēUy2=sA˙ ,GpwG~" D`@÷u?U-6qi;Enr"w| Tڮc I|waՑ0hK^4F3 q!Q8p9Zi:S mcZ2;^QPAaՇQ%wy)fv!|I]UXݟ(ު!р'%g yOnP?}TD$!Vd# CVdi`TaptrЧ Д'Wh鱄+Qэ+e|uV:HK^K,u\6|̥Y:(psW1cV!hSK0?I&nb8QN/z%GL׹RR08lsBwH7LhP4s`¹BLs^RP&vHT@f$rӛ^ԋW.\ [k6epBm_K[:;Gܺ=Bd\u>#2 :b)k gS&fk;ƈH+D⬀Ü jQ×\Gl)'64|ArLEhh7t8\DCV@JCQ K+XzH^h" ={auGLU"go"zx W}qWߩ& ƹi|NK}ʮS-L'zg& C̏y|Dws O> ) 3{|яZ?%ŬIB?(URY?.mubêlle{hyW]ư賃!ٓx( 3E+P(?q/R2㹪kϺ!gò@Ʒ21e;^ Q&?9ԤXdwA.j|Nli :@pNOK<{ ]hc YfTK;1D{Vw&v{:K4_xE3Iwo [h BqvOfi._N9婃_ 7!@׋ԙ0],ΡITMTXt YqpN7Բ }S3*N6`'KY@z3ެ]a]G 4&:e9aޅAY J |m QO%3f<1\]0[z c]9ڵ#iP@>>:e0A(Eaq]`Ѥedb/\,bA0@XILW0h/HFO;TL5GVqO3U7b.ft1ɜj{>Guspn~c{ҳ%c?s9mz3Brȅk-^)\%.XdqN'fRvr9V' PO4#cK1YHpEQ~ ,j9t}mF~t!,1+y4ˉFMOiH\i^a-)YׅYhD=7 e3B'VqhnΡཁbM~Yu*Ā?Wm{X䝉cWv qej?E?¦~Y]QU܌c (#"$C>,b1cs9˯:KĀB?LЊrZy@Q0~nJ^*,+l U1/jM<V&]=nPYmf3Q8zyaTDܐAcڻ%~= 4rR:I)ЅX(A HC'0#\"4qeU|'F%}%ݧhĖ ܸYurzY&I+8Y'V1ֿNC$/A N}}-G 8]I=*+e'Zͳ@xjA *nb(8<[UҎ_ s4oKfU262O&`^9U"HdiڲCD &ꜙQ8ҭpǯ^AeT9-:Sʤ ~ ,=o#(3x_*3S뇍Q;Ќ*CQiCؗ' {/w R568r I}fDlxږ={Bv3S?No2-X{ƆtUrcQc υmITK vxn[!A̡Mx'VQMyof%NSXA/HyC|=JgM _J:ѓ- U2IJEqJ8:+12V zk 5>h^`B"8a^VGMztjF/sbKPĹoϤ͔+PA^ʺ,ibNV$9&奋6QN*T|nAtjY5xo#⁙Y]I ,_[zU `+ĉ\35)Mzp6qJfb [) pgg'ZgGO4@.hAyQM7&[ :B2$)\ʟ6κ^-OgNfn *pGu#|88pi }z^}U@{'hө@1bpP~X3.N.7L ;Vwt0Uc:.fN`V_ -{t~nJm8"G-#jR#}2N%cb)fh;C6xܳX:CQKiP:{XPn0H‰l:X! j($ZXvaųo3RҜ B#r^՘9|4I>A&G{aE&P KX usz|-ϩ B*&\*ni"G/0,O `ȁ=?̆O iMA?ZR%P3C.Uh2WQWzйu T4F2_CȗQt)):R2JShME9iZ,7+i=EG_YSPIPfSj1AJnONh(e,:5?skt:H!#amJck) Q?=h"HE7v 1}# >;1:GڍUNw(b/&4;VאGG:a ,#Â'1Uy`?B8#~ž9<$Kڮ 2qk.D5,'Df u=\zpe; N۝æ62x1.)ٕ]~'8Dd%Ec9x8M*#̇$tKtG&UL%JҺEy-U/@`A:W(ޣ,. [tNd_ɾ̳gׂj95vwA1E :7.˻p f( t'܉:e2[~bfzڰ{u[kuߖs$!Z&2-AFc{dݐ5A+aiXf.{ТHp75Y>p꽇ZrrbIа|pqhEB+@PO-?UB+l 1K R*{^+Mg'Xi65I;a֞>Y?u.6V>,F鳦Qy jY=; )<;dWeƒrG#Dkt|th5m9BWXy/\v6sr2&O& ~u.IxZYR)q[l݁`CL.ӠYNZw}z#k& ?r ?&,]PXOT鋅Α]4< -!Ɏl-z1;ZoW ݋֫m=/KA#LqsVl@V/FDFnt۲~T~9^(!;dEVmᆂkÀkBж pRv $Uooq!"]l *3pH]dm CwM+ Tr&Pc`NZY1"Z;Peۀ8ʏOgLQ$Ef4Xg\ÆNrê|֣`67I,FKF!0@vA=^V$0)ąEpNsB"ݤtCXω_2z{!A#um^,4ލM(űb^xM&zqHeMCFmB5nPbSXnZ>krS.6l[K0M8 l?9=:hU-z.v25v=ᏄW'Qw\РNO=Wó WxK„36! @ݕXc3 gpz\27Bҟҁh̲޳3d0y'Ky* N6;өzWoT,#©a^z !{|v^#!& <[EQ=+sbNQXӪIp qCqaVWv5 mv掩Xw% YeU2uX.KIf1*W$gm$ F_LLS6zu F ˺!3l ?_h7yxhٖpb}F! ߹- "n%:0][\|phhGLk~(Yj3*s`>OM|  |bt/8= #{˹ wME;:݌o[PlFr #LH2\醳=y WrP-Q,MIʞ[މ`ʀavE| k1r,KIT<ץgg lMKL }xw5` 6Q:@+R_h_])}Tej+͟?]j803ܿ0&-eTyDb ʑX>#ݵ\w\S9!3*JJ q8щh&`9t+% Ǹ3k cC $1K"L |Uڠ$)q\~bG"ѫRNPDf+ÁkDϬxUPt!/>m8|b'~|~6StN ó HPqFxK-{Mٻ6NnIj&U/3۹_x?Rر}O ,Y틾+Ud5Sf Q̜6 e-Sm2b$42^ȎűB7< G]Wcxt:| xiqtЦ?Z4F)_T`rPE "ΫQ>z_[_ 3*;dr W0!fL(|OQoyj~ ّ r` 3t/:s44"S#XԄiȪ t:&`5dR@wwbCEW<FQÁֵ16eR%R eQD2~@Cy7(G~ZQ9zYewFfAE8hyݬF٩v 5q~j^C;E3 1:R'} ;Q Fv#$F:m=u2hl}gے! {>>gZ3U`ip0KXY *`/|dZ6e]pʏֲ) TY_!(Ċ*XU\s8Zs9 Z65oXj䟢zOK{Cc\~,R&p͋=2+ ]_!zF"';@R!s; [S`k$~ЊWfy$oeVZ6F l;8Hp5rZ~=TT餉Pc9n*o c&*ZJlumD]X/mf_N~vq}mÍ鎅WrNw~\ZԦ BK`aa( P@e ꝓ* .s03? G(:-*N0o "ۯ3h7fZP+k}T3%Wc;&AcWyb{ϊ󽂪 %a$k"T:oBs™ 5+QEh #4(a7uY( M-Ҽt:w̿>BFĬӱ,`<>}F%V<,rf-ra"򗖄 #:܆v-Ǻ!Ag`f*~u~%f7̹ (Zhк4Vz/kdAګԏxiv iHc7nm8Ss{~9Aݯ`9֙>oa-l{^dZlE;ע!V/ u6󊲅PBkOPWХnvK63ѱ1;$-SY4ZTy]Ү=z{GMϗU:1~i D ~2ln\c%o8*hb [L]x(洚\`5*V;#z^=jHsN/E{0ׇ-Jǿ?jB8X̧V?0.Bt:R zS6/j ;7ᴨ~[Yo3}㳻B(g{HJʷ<2+` aXY?F;\Z{>cW jj`wYHeD,""\Y΅2qu?=y wHr0'SS@2~W֒~]ĝBCީߥH6Ͻ=&`EH07XItNv" Gqxܳ6 4aC*ҒM̰uׇD0 Sa+[#,sɮECDƊtMΗtn@T(ׅGl>pъ} pKW@?^7lΕYBO_rGnlz;_K, f7&\n(UeC {R 6!k_ދ`NJJ'~ sqE2@yZ.id v#wKJx^IB*"_M.i|!YujUfAr'J{ޢg !Đ7 ! gOv&3p2N&Q5w S =9W^PxN87L]BdQ`$H䙮"l;zSMw< 1e4@xk iJ"}ֹi F3b Kp\Dȥ`2]Zޠj"JҁLr%N=J:xf>4\)|Ȍw@58yFl +ѴB`Ji胺ݱQ5e˞ q46=GtTpDO:](n֗24u#܃ Ɏ "0{~DAjsӁn>o{! @9{T0T~uG9ߵ [#eB\Rk$h WaI*u!p [R?8K,E6 AbI]<TIHb (Vi|X{N]\ 2Jm69"[4_Dʡ}Wa{rG#둫1{FRa Dyk?:&ѹHfG! bU"+Axy仁i k^_HbԚJ]]kH~K!ztԟMu| rL K"J?=0Wm3 $°u2љ6wò} Xْ$~D4 /~mk6 %!<~= en HֺЗs)%/3VZ%@ ,o4zB )t !?\^H]=/\1-1AM(X*3AC28X2]I{7Y5GQzjDPNlZ36¡2Awzk iC&TxOߣK[eJD|-Lg55A8E5=P&y/&nޔc K 9Cuq9Xe;9z+oB?4i;!GҌ%}=X=8j~mf41Ee>i]yC~kz C/]6<߄nhuHkp }SӸa-Ҍ2p꼞c6$ q&|JúGPjĔe)zȜ5ӁU٭W߻\ 1cKхL 5 nxD_2cp6Ưkꘁ%!;sS9at},ж.^D-:f\3਼]HUZ:r7UG[f5a8b} ŇGn>=ϲgjW墅?Ӳ{G6}kdNX755{. " ұ-0-6%֖/0x,lbjZT`9Wlz0ym|)Ps ᛌ81̒H:AL}1& )`öqQ" R/=e($’XNX%fH\&2&] C:nDqL4۸O`U0g&ָͣJ{y<{:XHWGZgDž\$9Uo90v`ûc]9Ɔ4Bw&dN(@rWR M yuQnmXzY~|~3ikD;Su £,/?6xOMzdۛ-4QgCgk5ăl;6_c%-9Grn@փa.y{HEvÈ6ϛ,#viM;h` |'PCt&Z_a^\q`Oʠ%DPT"@9Zcߗ)aykHp4ڌ\Y^wm#cfz^t*uἿ6bSkXxJ 㴢7c% ׃tu(ԘIG)K V<]O:,nOM3q(`*ԇl2ރ:nWA3>gj>jP7QIO>F@ 88+DN9M?'Jnt)~~Q/ #Q&5+vDYg\VX*}!͎LVHsq]4!zڄs] cvv$͓X/Azd{ TFR3c OWO!ii%r' ҭ>i 杀(#F(Vx)0%H (DPTu>ĂF+#ḷq&z2#,w0{)qR .B"ίi̶Wo*E/"]:!-`q9yjŘǘı˧n9[$}uۗxt+JؤdIq\ym$>6FA<'@RoWlFq/oTCǂ>(+.wE^,w~i>L)ۦJBwQ e{eYsNLTXfcNi.c4]xt:Ɨmn6xV@k dPoŅ:M2 )M4v*F~x9S"!ٮ?Abcca7;G$S6EyKv/koET ~f%>-eZA%^mb}Ap߸>äp8{T4+\y'nC`n;34o֮-o.,3iT>\Jct '8Ivȗ=tk3eRI :e0VR:cT8 ͆K%۴+ᐇ/ Ql0ʮ]Y>:w䛋*ZB89t>lĝ c-:^Nm$1%T F&NEbl 9wVNvum2܄_xjÉgx@ ?igTkCH NcEv$teeO2˟~@* 0xPA~J< A1z( =L  ?T3~-ٗBMrZgsBH=Wr?py ra nQ1}*V,fsU(UGyMJ^7 _4U oq y{/ux;uao1dB\|3yaHIN8_׍R㨎lF=ɯfb꣣j*> {Ըc<'8ːT+ ~ȉ4ex1h9nF]^8$HCMlye Bɷ*I5NP!F @c733i{\|E$r;G`>:Yc``NSIxmI,r  V<DK`[Z i%7A^@!+t[Mq'IɝF!ejTo a_ĀJXj:pRoƄ ̰E^Ⅼ18g=W6v\/ԅNUʹl{:E|FFj|EJYj$tHpZТWΊI3e'Kp:GCݘ!htAk( Oba1g~`j6 O߄RV;uDnbB71ߘ9R8㨶(`Id@ 6$~N2~ WAt+BwG3Y'5(ZDPn`$,&}C!S}3"ԧ3OJJaG3Gi+V0MW*1%), 25ɻ].Nv%R2xC*H>pR՟7bV蕛²Kx:ӵ\v>//e̗?/YtS5uΓ2"1+JtVisLDi'.O ]cCqڤ2[?9h[W?'WץO/7| X jM' {{hC/MYZ3qm@ݟ@k6UnF4}ؕЉYNN{ԟ{vj,J\ 7KBc×Th9gb5)¢.x;|f]=<û&@aG٨>)Z^Joݑp ,.:ҚqË3Ɏ!,SxYk KUk?|>~EMR6$.EQ> W3rlt=)_xQ7)əd*5e`B=9l`fq0[QP,|"m6Yt)dhzkK vX"8%Ԋy#[x`QOڿ>)Bՙ` TyNF} P[f4I1ޟz=.{Y16rѲ%rOkwXux NpA`h#k]$jg>"T<61LL{9;3լ@;gQ@%UJSsjFG^V3/h{%WAٜ\ZZ*4 Ր;(:a,07<@@SBl}EJ#X<' wTR`2BT JgYff9f$nmI8n]gro {Puj;\(z4 Y,ZP=\y7Z>feEɓ-bEpdG-#ᑴG;aCοW -ఉJS PZP6R̪sFhsV5HO( 'D'zʘ ~4@M GRB^MxwRyog[B!=w4c7o @D x\@gmPWـ!89F|əcɂpi("!n- B8f:5hfb BT_JpuTv{PPȤ#voDm3&vo,:yN"/h=wqT/yeNyc/Ҵ JvmWKԩ#ķsLhqY^rMOqtvAO/q=קyz׹ָ"_Tjh+wq*$ڙD T rU& W[Ll'q s72|,Biaj~2/W5L@A"~΃f ߣvN,*VZW'3%zT%W9]gٹ( B|54Nel ÖyadsӱWuSݢarj "a{+ &YyYт2$7[gϣ@-adμA 9GWk?B~Ee*rfwb?>^4u +*aCqՂ/"h/Dnמy* V2CsnNXt U:\Eۊ;x}.zŸжthMHIM]d/8s@?x, x{=L0 6jfaOmߨ~ У82}΀3˹, ;~Nk!Nl7 Cx"/rϜś֯whe51i.yG4k%u"h?+>*cJ-Q[Q6@ɩQŕa }|j|7?9xhѓ%` 3ݽk?1%&.r2v߭DQi2F:iTb=ޟ] ّH]{li*I<2':.G}C#G|+#M3TBZP$EXCeQńK`ߨ*f0 ѳ^ȼ'r~uH@/ Pa97sSHP_ qmɞ%.F.,[/nlF "kC걅LHT1ZJTl@HL^ǖ+yiVϬ^V@*dKS$~ WA9=\p,w)-*O& 8k_#Ԅ 5etJ.@[y@cIBW{f3f82N(8Mq=ٟlzp$ 3s xs1a66sWiR5.@m2dI@m .YI.Bû#U#}W@i'@DVK&]W [iS=/]+\}QxMNb1r0T BЬ:x~́לaPT7Gd [&36mK6& 8},;K/4RX[ϯ((daG9xwnom&U5`țH}A $"ES^ UZҞX7`>ne/pW)g칇:>2J5$Qf\Egb:o|*+Kg23a ?N`]@I='<7BZ/igB=Ġ*k (O.28S3V]rJ=_]c^lA`, esSeu Xh8^e p$[b C=uV[9ɱ } oяoȑio]b+ñb1Χ/ :n3#hks>/u?GE@ D2 0$dDsD w<8(u0W?CfI]׬"dE+y8,{l C"o7u((գzyt6DQs dco]cdxtT;Ekpl; xX5'p<<Pz^+gz PC=yp f8ap粼.a0jƥKX;ЈPT_TL7Dx7l} uPshkaa:k@jF}{ChOZ2tyUJ4N9ӗ>)vr n},ܧӱm/9G,C] *hA۝&]1tSMA?L[KBSVW)fF}v:߼fԏ@inm{\ǑMȘ 4DZ@4i}%} :{`dZT!2],̣j[̌ BN!\Z.I߂h{ؐ")B%k+U_;մ~//;mƗKLETs)݈kf%⣺߰߁p 2 f ċ.#:4 ,ػ~6Ӆ8yc #I} ׁes)톺{,S cZjtmA›_zէmV8 ]2<hIl7qtMf3 nۊP -zXx2E#,XVyTKxV{gh'L jB#~=s6WC݌+D>)J1 "po9-(w@/L!63|OǹilgN-ߦ4&OR\3FoJAZNăT)f aTˏrV3:;^*| ,UE2N*7,1N>^Xǒq[~[L1bNൿQL3-nϧ 7:?put-܀ꚠAJPH# Xd+qFy! 6we|ձ1J?3Of|HǻNj ,".OZΠa@ &I/y- :̴N]m =v 98#Qu??=<_PhfR%DF2Ҥ7$*H *C^i?kR/AȲ~FV',5a]Ȝ[|1G+C\$Yתsi5Rs_ӌVhқS(N]=z9_rreMj !X ׅZ/'m#aOqZ!W3m'"U;ゎ5@?JZ|oVr gP5͡OXߺZ9;ڸSiUfi9HY9gö*x}3ڕhXΜe0Ϊы` TBB_cF"kmkQ|0=!v8E,TC9^[ z3Bp,|kj+S3؍fX+ Sc!#١aܹ-(KAکgYJmA^ )')yls<{Jjl=Cho0&UF-Բ蹧iյ։,CqS9e6$x3Оn! N:ZHpSWYpV񔊬 9o~&JU'ڀy n#mse'{Ն<>ϝb ,`).ۜO*AM!Iee qtYڞ*uF sN ~1v`"tha oT _ 9X~KΥI@F(0̿kVۈרw,?@%L5|ΞRsE|fDj|#,D sn#v2|X|P`)VhWt\a߀2,,n%e.ïU"\ZZžh5|TGN"⃡MhISm?] h yd1N^ I@0hK$ڙa}m7,7!ϟ|"N&r<9fOk@A驰věNwpA }yl[,zzC:>GM\s"oHVJ([n@!ri~CnNYnx/;; zz D'|/F=pdϝƜ%Pz[;KI(5f Ҵl=.w\-A>U\EGc#Ĕ6grŇ]脤ƎL&X wtP{KX)]HQsq HQ.Qt:<9%AϷ hGPF ӊPcfbs\c&^Nd0 sϣIe) nήJ(W>t7·vKd <.ӔźΌBk#CX l1.vGY+&5 x60Q'%5 J7?U*eF:+uu}9^"7 ~gFf}#b|-4Z|KMtDzȃk+k3{|U6ЛOo5S⺣Jwqt8U^ƶ+ * :yD >@﬋.|͸D:kXh@.zIdhn 5ii!GomvEA1i ÂN#CZ6#dvG,+_;6 | ױ]۶Z( {9} 3:{DEIq1ZtY>-$錐qKH,ĉ<* w-~|'.(x3c̆ P;鴑@ȧ =|b2JvT}vzQݧ۰ =区@~,U<%a~S(tzP@j.xf ʑ1L+'2 ovQUOUa;|g96tBS!y " [MF阬s9 ?(@S-cݚV?yK6䥻;FW5[\H6FJ$cy(HlPb8Y;y$=J麴oQ\щ"KmA=fXI):CB2_~?1[ g2c; 4{r8zȇq.,b֔bJ,xW\_x'0.ޘVFprBRo"*gرiР͙lXVv[2!*زە;~=م-Ӣy ÄW F@ݵZ&g D+išbvUT| =ʫ!7:G4vQTPu5q!=P@ hg>$utc Y"TFb]UUW <%`JPJĭBFj0!]cg_^"z[9RtZ6ǟnWpԈ*\¤ŧMȎ/&^EJs8 x#Ա~H7bN#S[@UL#'o3UC#84ʮtBK}ZsR !U~LG@8 L* T90(hTN+m2ZẀ- &I[.g"9_^/pdY &S17!jJ$ߠqT7&3kۍűF? `߆1.@vi-Z'}iT]cywj.$!`%tQ"J;웾9\#{V4%fROCS[պYo_MMg.o̱VyIj&xG@.G9V=c;DI T-qE2J6P4&1= <Զk!U  4~zy1c|&}~ #cUR[b@kOۡ,Z=@ʰ5U53~`rTkcn(5NB `$n,\^3Zjo;d }ZGC@2 }<,V Hq6wGW$>[>I*N]: |; bE`F?u:#uiW n ut ,BB'~UyDˋ}w$-zf  ikwOmHV6ۖ+{%9@_'+izKЧrVK*]EwܡTxtN6=cGZn(8;ăny2k/e\Gx]&nxW_%9eeXPd)ujPgnn篝Q9ԑ'i٣&J롇\8 RYn]DU-;=R?42 vQ2VXszj\"LQf9|*j$p#MxϴOl(HyTZ0<6 Jc6m]7NXZw.Ec $᪊:_ҟ )dףQ٢Z;QlXu2_W)Up`phK"<;4Jgc/6-:~{ݹMMk|T(5jk. Dr͠MQ5{J~Ҏ2MDVy+B)&dì`( C۲>ajZu<$. >c0+X溕041@MMFY> N[w?D4̒ zv4ŢAz`eS)5G%=ڦ$ ,F1q`&3n'Pu+qPlANazA =Kn\E,c&w/֠#Hm.K,& l3D4jj_YSfHt:P~̄g xQ:䠁O5c{s (x[Ո5%L 2\tZʤԓ BFSӼjr̘E @r#`&|βj'u (gG%ۖ+t~v U>S)kXf -w@KF=SeCAFi.hRwhj# <^0'h]2W/ƛYUxy..E"3t4gTZ.QDbrFPtd11RW9/]ln Q?ýH:>V-ҕ8&;63 [,TɗaG*]kD`(QJT0NR ^QS=ؽҾbx{9r!_{vunڥ3:9,J8vճ5\Ҍڣf_š0'LwJ;uB!q^a\򟭕0v:KZ(!Yϝc)uy`D&$ GU`ݐP@ 3DRGG™dk(C0Ft $Ǽ唯z-Xwsu"pKZPAcm.#ޔ U!R)J))rx$6`lk;e`\4=swS^~zayf(O"/łXF3EjIdNT]<=)ZQV2 z@mx#B4A˾<.X fo4Q&OT@T7<{ovҚ'vR*k(p/-YH/-O%m>:Q5 EXmX b[7w5@u1=ged?"Ud5@/yVOur6kQb~M`R Uɞ]o=xx0-&~i&սGj e80֚νiϏ1< F,w Dܠױ2yHeXND` MZ7(9K5yj vd5Wqv!Wf.Y Ҹ'' #|\d"1jHLc VB>m_P%E)jZ<;pe' 8-s^x>j Os(#5:&8ZSXJ,µrD4堥lA V)h6%8UgJ2}^%QXk@Z/cE(:fb!jXg<=U WQ![cC/G Ot>YaKZ ۶Od>0E$uu)>0Õ(Lʃ~9n2y(0DOaܜqy*A,:RʷK4ѷJg[qĜ-ܗ97--HYv;r$(<@bYJg)d8;r*./YqeFiOPǛ,Ώl >I.;PCfW(h~#@Q2wAܗY2J{.?\_鈛:Y^ HU톡5]A:o&Av@ݶ4%mmmx^QC KB=X م"ܵahѷSh}th'8=U/!*>7~@/e;r04Ԉ\UQXͷ܂,C_oI9?X$о  t+o(4?"k4:y' 's.+Er/]̢Y kտ4r XjT& ) &}O'{=XI's/4ccW[J>YC׾BY|}o~B( +ݟޏ1f?{LvXlWrKaI( y`=Ԧ= 593Ca$N@pEj8,0IL5ayAsۏ6coY +n侚\ 똪\y8",yѰ+Z`7=Uy`!zej&lڏZLX+ ǪqzPL.R\@ׂ(9. 6YLhbsl [Sq ,;! D=Mϴ% aL(N#j4"US;;nAȩP-^BI},E!-':پ0m ˪_TkGJ٧Y^* Zf7c%I5/$rpyB—! Ns=%g%ݼdمz>zWx(4u)\]&ni)(%QېR<--tNT߲V6пX {ʼn; ,g`TslGNMa%$ez`R(Y~&߳?# G&؄+՜8Tq eiqUmQBBx6Ea#WcbLf i<M]Կ ~"RewɁ,bfe]ȧ֯oJ+s»Ơ3;YP)Îv(ܐ<|·6r9)mbS=2%t<u2>JXJ(oҶy:Yx00}@ Jwxo|-}רEWƖtd}ë9g6n SX YRORqЯLwK p0Q,y}o%|nTQ"^t33: t=ǂm.8O7tfLC&(̟$f<Z ^w]Sii>P(-ƪVJFe_[eN zr$uPI~x<$|`ZcCV}%FЪtwG뛟̟M2)Zq~fb۶5Ra2TNE,J|Ʃ9y.*ĂG>,:_JOpVAK }oHSO./6.UO1[3Yr!XSu.Wc8{45OC_#?aӊ h)0p-fK\^;M5 ["pJa\7)dF]#4@u߿Ar1Do P jrGAͲ1%Q눽pL)Go,̽:K/:K*hJۊu_u 2AW/Ze@]jN[E B <[(KqVOѾ7AK%Iev\(_tx4^Q؀0-.o/Gxu_<TGjT9=h`%Vx~Ww{k51ta*1cUΰR4miJ= ~1 &dK yE\eyQsC}J#D4piQV6utX藪iA0PH@9nr"hQY+K9:Cg H=|CaCZlttz%\A5L^N|f nC\$BO)k X϶i^!BcWgCc*VM4x\b*/Erb=Ԏ~e|" tu_iS\j`|G3l|G5x2HUM4jhB#֭Ԭ7u=/tgZ*Mș3}߶ iWۄ*y=a%IȀk26\Gs1$e X}x^鼞B"lqR#w .pK̈qBvժU = ?50xd{Xyr@L?qQ]t7p,D4rtReVo RD*ٲ\}32WQQ(qn`'.QunU]$Oª4'}lۭ{m/2.岳ZI)!bp!d rpu)nl BJ$Ph_R=n~¶:|jgr5fm@7/ՅxM~ҘA<;xVE{CeE1!]ju):>>,Xv"sut?pXK4϶yts!! B&: n'y0kuWVW^#gv@"Tͻ|@<Vu\N>Ʈ^9X 8\)uiP`W V4HاVO Ӱ91v32; :ECO3=qDZ]F r-`f1F lx2ކ1ZtgNQ;PHbɇ0">@hėn>@L ʨ.cXE$E4lvnPՏl/ L~4G[\nuwMȎ+0,աD[â'j854XfUp7& vٌAIMov=JJ{p-z*0<kN+q2X-ׁ=.1==`vմ_x"'[n@'6 HҳKd6];+rR9>)O]kT)'QeEiO/h0qa<ll-+nϏVm[|s8TYmף3/>MF)B-5}Mh1?Z%aJ4V^9Bj>c$,4 ?z5ru3]9.am,59G&#.kH9e>P.~ѧ?`&[U+k.fʴĹ/5-z'kykm.kJ檵̈́ ("IQ.;'@M I>BR7E&2QV]SgVܚk\ikK{U0zQIl|fJ&y/tAMUB4N2[L6 >B!݉Gѕ>E!Ӵ9~䕈^Ak9(yja8}<MŽ%۝=61%!]d3.N_AsIۖ=$Ce2q"tU)nN }c!hw>bG^ԕ Ӭf!*HzXu cGwXXVދNƘ,K}׳Xۆ̓zS+0pyS_ο0>"<$g\n9Aek7d얔W3^Q_8b{ԵPE5rVY}ϮtPmI  p38=Hβ hUr=34; iƁՐ Ls5cXp [UGfdC(:!W3B]Z~97`f3$vB8UTb7zx制pD" p—@#A : dn{Zo,ihpHaO%t@Kro˸$cPvYgQf2Hzok+I_YP +$;l/ G{$k @%-b-ufXnw,\zA5vmfsSmD4],Eq/KYrEH5"MtŇR;oKu_v0^jWDZ~Eb?.'Yhd4Ȩ S,+ɕGaU Yp|!{ʹdTOUIWz/ &vWR |.4DЪ0Q g b/]43F-?&<5Qw+l<$i7ƳW_&l$uMBx!m.cm=~'fw°^h1Ʀ+~im{Jjhv1ά:T^AˇňltfIs0'4}UHF(f?m{8 ) L&}i "0jXl10!=BI6C10g3Ie, 7Lc3Ž0/fğ/XЉi|a \/fuËceKtb^ 3AX)-Gt)?=_0ZꅲmM\藉Aq*r*U\4.LPTvQJ毅] [bO[6A:B"}1razF!Yc|7})ʧ.+cr "y#3bp-y >yWnbxf\XiPܑ(edТh3 Eڝ82 7mFd悍72Ʌ##|@XxK(>RyG[a,֎ fh;0rK^blVRExlyEZLe2/ 5JʥpUr~A>ce6&nziVyWf )Av:Kj3miwBDEg1pw^Z2GQwVQmqP1br^EW[1j ZJ{ Qaa~AmfK=k~#ݙ[ٕ}#+ֳrIR_︚Ў{!z+>B9g@8g~+=c( j-gO?d&U&DI ZC q:0)V9rEFQS{Wcٻ.5.ʈ??zO(]10ps6-YJvX`챑nZW6v/(psF?({emWn=CN$Ж$'|F}ϸ&`@K,M|/@,aw[/"Q #J}38 Erma*~u6nMCq[$f)rd-&+BωuW^V FDADUcID)Ȳ昶K'9x9`^7w6Ik8p%gB\:<ƕEP!Ij??XZ֜7 ɽi|:.t's+׃}`[()>%;s*‚={M/-|$s3?Md7P<pp"_5o0zP85p0BFcבb!›A«O[ϲ9HvL,HcOI!zMAbύnlq65~9BbB%t4@^YSvUAVI\8?r-M:"r/I1ޞH,>o}q3_]s6W`O‚*&vgr`. 7P`:Ua(|kB7 \[Z͜{)ϙsr[MFgujjYl -j8(]|9m Ӝk *wSbqƇkj痼bq)7~q ly0@+̙VWyN}k )oTif -=4?Z:!_!E"LB@Ŗ=*NP-VLz柣/ D'`l#gHg:Ψy{~MF2s:1%KȡuG1=Ϯݗ"|ڽe\LTCIs6r=_q on JpG/GẋR嫙A !z G9!1r4_2NvxԱE^>!Y"\xh&hZ,NE_[4|_tHeE ڽlF(,II\\Tmiϩ,RvYی få9g b導WjRTO 3b|`qC (Ӆ<D.@hN4r+@+Fi*PyxT/H1uuNl蟉Mم([U!#חÆ3b%V) i]+Wa풘 D%I|SȨOo?¦<æ@!mWrS}6؇@ڀ.f  3Q|ܬS(KD6qMj`76!Vu*4~2 !s)#6#p;v / Nx[%vh8]tVD% eA| H{Lt\VlD]`UHIAut1eh0YWǣri ev;bQ=-34BV 0"M  |OY amz0urD<)Qb v[Xh4Ln%\*1)s -@]T8fsjW<6dwJ;ViJ"bO2[ngivw 0#6X4PB.rv` t:]ȚW g-^"bI-|US;a3| ^oR @R_o@Zq:h'9ItD ɑaΐqAJq|-T[:`I'"bOr HE(zU6HFq6w=I%=Jz'6c82CZ>{;eܨOsq12E $M]wBʘ0׏rEѿWALp/e/ӻx wI>G\ r֏ R9B>>o[PG\NUE:) CCdQX]z^%ķu;o a9pC ΆO3qSCE d&}E_Bi |eTKlivv+ʼv ĬS=zu FAf ˟9R>έAAҞ љh6뱹X+:n@9d1A5B8 obx^.˼=Z 3n ˕jb){'*grE¥"{kP܄l5 /0N8NM#T8h&Q`(=d#wuqntJP;f=eE/4'-tKYBŤiZ5;GܪieQF)7yN[݄#җk=عHGY.K$QrhO7YQa>pxagȧJS\H78d-2˼Qleje]JOex6 &%9IZl mԬ YaA]qJºW Ң7}ѢJ7{#ȶu~w4wXڋ2wy> :)$Pؘ:{^TJjs 厇LcqdyB1w[R0i0PZjdډ H i',!ZC;Hy릚AK*38k%R&ӗ &-4-!$遆IjiK,CR4dwA9V>"ZM_@xΊ:64Xv5 }{64'싥6mzkD*,)y682b%()׼R--'<_rS,h0E$baL[lV?.6[G)Ke!v!f7@XPkl$@yċ5F' ;5r-s\ѭqfl!c|BˌӅ;`Gmq}| \̄Jn?EfS L%d7~(ҳy#\B%7Y"} c9xx6XQ~hfMlR{1hľb VyUBSOi?3.HIkwߩ&׉7= 'OgGFszLA4b[Gci2 Qis blݴi'239 #䴷S ^ W(a'ur8A2j.*6Vbo둏dR_ ggȻUfݞR3$8[GF;'Jf\zAèږ6NR/v͈ &󣠰u  H@yS%dP"5q7hgxwP M]s.2b 9S?ˋI]^8?uMf2 K|GJiQP#'0ҔEFi5 eFyuxN=?{!6>HrY,|8rC'LOAug4eÏϘtvO\7݇?- "i*K,9TTLC6{%EZujNgQhNC(^V5(@ӎht_uy߬Fv;W1Qz64`P(W鈏уAwjfѳ<^,o)P}7s҉⇅ʁ,eq ,b + l;BQe$,N `%/Q|\b\ەKTLYNhp"0D"uW~Pҩdox9gw Z_)!Ơ+ŲحXe^,||[e~>b[}P-!XpuB2g~6Ge6MJOe]sFx%W% ~`=NM_ϑ:])֖F" %z0qĠiARZJ]3RDOm]Q;Nki=lU$csQ% kuΉe􍶳 g\ݨ%AuB2Ma&f^Y*Wf# B&*9¯GH%fua B\1l\lm' "r>+CCVSJR"uZ-a ǕBskTPG\GkVirDF[)*֯Iu*r*'r:{jYm zlhYw2 UZ@cy힇tٍ#!Rh3r*jqMdOc;hlLWzl- W0ߋ[݇;98P샥#Xu0y:C_zg.ޝJV߈WS5*tT}+mqId- t̻b0]ߦWqWJZ\raAQ4tD{;gw~`t{:M4McT\CA녮[M } v(_:0:¶=jj'ӭ`9Nv?;d|Is{#8=TǂbM2{|ƲV~ oϚE*%.Z%Qh厜^J$=5Gs]dezV>1H;ֳD/F?Q=`QgEIv)x_N"̰4KZ); ӠyWA-Թ0\3U$V3c7oSt0α!Aȁ AxnmySEdûp z*ۿj5uǴ|+Q@C|i[53r,WC:OtTtR< ЪCt%IΙBz=g e۷$9\+W:I(x nD6i\s6b58Wk| ?;8z8rI]P 㛉hE۵2ڷ+;AB$O7 #`Nh#t9"mQs^(Re1V՞uGr)XB$X"i@"]^)I`_gGm`p!un5Qpŝ7){;mUT(KX3bR֫w^WJaTM9&j0Z7ŇcGIk0 6dqUok{:='k(]>?}{5"{B 0kW%V.۫-~U~ E=M>xv$b+ugQes*/`:]6Rz9c ϬvۨW-A|8S._xXjIT/l f^>Kh8qKuT_3ЛaOQо*O !#*2,_=XV9*T~:~m3:[ss1,9ǣvԬSFBL V*4e^96ھ?>f-r8ZirxŲ YZiGLPzKcV z1'"ZO{<ZңZ'K@@@c䶣*suzPxOAPejGU&6'n 6'|uk^0猻ᅩ 4BXlMIuE֑@])ϵI4$vHbtoۻeއϾܔ~Zlhdj(WcyZt\Y)"N0FӛJ fN|/iC}쁎)S.Qa1b-PfUR[_WӴUlVFy(e Iu[Ml:_J?x3.R2p%~ޏ*`ŏO %6P$U4LB˫ T)K%F%4GHouΎ>_W/:"~ {x*&#Q~Qز Ubb 4^LtkM=qDfe 4*nB|Π3ֻNqigy&T!@=ګ2yjfM'eKߠհ~wfj37Mle# *Uwr_S@ho ^8MsO'7~k'V&s]5Y)vae/sySd i+'y׀;|(IFT787WtzuzBjj{>}y,?1],K"SN`lM{X!i "X +VA{=sb=٘gyЭQ |>tH&7QP*h SN|@sWR* XʥSQ؅MI/jI5_*z;o)^ +Vr2׿Bl7e\̣ hc3",|VV!p^5we}Xv??BUEvFPo-R}u𜼴2BL2&>KKy|Z*qn" -r@'Aclꮀ#_c~0WfGiilϡYRjX~ǒB߈DttO@7w *[pV {5qdqЌ+vnnbv9{9zA60lZh9~H6~ao3JPpfP觷)Ĕ*KµT8^@c:ׯw1|dz|e {?~CŴxgo#Y|(6}QL`" w^191ۼv}](;\/ )YiVE%TYNƌyў> #+ G<ږ\_IS}#URe '@^أ[Oa/ NL]@.>i낔cІx*;o:6%Srw Igހ~xsu]ŇrRs;_Ir0&^ 4^-m`«=xP:mMڨPkT`SNDJP >=4 Moݤq AiK3E14!Ŷ2}]uˆ/-h^Q͑-<2AD*iX&ψ\@Ortz7\=o $"zCA2r6Vԧy,vh}Xڛ6~SZ"s W1;)mM;.P )4n ݇^vR E.:kT.{ƽE~%jE3&)up38>!> YVm+ : 4-Fr<] >N \+z3d3z,DnGLJB>{E 9 9AL~8M$RwɌ:Sv^oGEBuM+gT=htu,( ^w?~lW3-&;1@ &SZxes ?֒zGr`g0bh6ʸ%Cج|~y➏ mmwYʅ;&$8<;gy@;%M Q>v}$Klڌ;0k}mD9һe8!?+wH }/5UW5z j*vs\؝G١"?@C>c"fww'}Sc,hqQ)~`6]jۘWSGpޛq% ^1 ܧgANHoKOው-TJF/5T$M'L$@O? 6bT=vƧө/;(@h2@[ݱk.5 D+l_a5`1|X8Wݑ/\W3о LBJWi5))(|@>Y;$;9xHm y/-C0[" ?Cr?} ^ 6PF}{3}~B!hN >bw7O; eݐs8xs4+lYՈ=@~B?M: cx"+S<#w5B ,:h^xFN;(M yFpo_?>yZ=#A@S/}C?߱υh9 ! p>'$Ҹc@D,Yi/#хCߒYѠzmIPMK 8E'&S?qW+>a h[{Q=EUqˆRNTWݟWGޙp=\AFG K,V#Fmn^'@8) f DeZдf"?0ӣ|,r:G-&MTE4̞jמQuM.dRuٚ$Sb l%>9Cl5ek:$.Z15 jZ/,HSڜTဗEjQ/N߇~)rQU2( ~rU ]n.K I*֟W^ fp(Cs0 Bk`u\eqxh!|0Z^l>aPITsd ץu{vEc :jCs6OyܡPz:Fc {,tyT-${:rm``G^Ά{Z7ᩢ%') ǀal5*0 ڬiP_Kӛva:+L,Q{XCpοaiy'S0,l6p%% $Z* Wieᵅ+*B6ҫ:Q\±*!Égݴ`ٱL/v^j@DI}b/,O϶w D(F\ J~Dq^ $F| } r14YX݆ߎ{pG \ʙTGziQH#۸kLJ%wO E\S;~[m"\/ݳ>}/`?'lA@Vی>cLodXʗL] Nl[7`Aܼe`(+b2giCW׿D#$|w(L$ܯ4wRb7UT\+ |s0fihPs˳msգNػ߳k/WԲ#´bZ(Ujo7}~0[&9MYvm\Fq7<4'e]!=pNӞV֩k 6z !ڧ"DyS?lz P1'S֘d'T L=PIr4ТGm(DM:uՕDJN!-ǚ'uhd?Yًx~-a7\9{ uv=$ߓ+&X$bendA^Ŋ՜*,O 9`DYoDJy  ]%\Cc'y^11!C4l* 1Ĝ7rÆC+1Zx{&-9Qb۵{ސ!Ӥ(/CIvSt .("w2!5h-`i4-uj]$Nǰ׉YvK"8l NA80dP@ԑOK $pQvi7|24D ;) ,}G8nكbt%ucUs)s5.Oޖ5< V4 ,\eW`mMe,(_Ba bmYF`۫I__,haE5Z_bNLUĿ_/. LO]1QN2C} m~ԽJL{3E67H9ovPrjsޝA0'(QpjO2[ 6@f,r\:F/ bTn Q dvoUuYruaӋX(x7cˌBj.$ۋ_26d+Q;MK(oAG+¿1/o!.^jOo]adqsmY+]Fj! .qEX2㕔g\v ~$ [e]80"vW\gP[Ttp2Kh{ |i[;u'dZo~P"W%-=kZȏ@{Pa#lCU8l8m~LۥPet̃W 'jm!Ce٣BjNiiImJT#Ӛ980bF"XQ'=1Rø6)er8[IXNG /%BMV6WTֹBè,; =={z5S?:VV"Xpz0^5!ąL5VryI\b<%\Ve{QD@K2ȩ26mG7c1My=A+hf";!SOC}.Lw𑪺qK?M[2*)_JuO5.c7*ƻ[R/=pTmβWrW<]u^bDT\)~Ͷ>r=*QrAƌT6 F)k[IgbDv`DtRԷp [}M["-'[va8,py_{2 ^ZSd`hX_kɂs11j," B= %\O@=C#ƒm鲮Zp8)pwf{#DK~ :8#L8BOy#jḰ].֗Ě.҆[udk]sr{tN9>{e;bx1#D\iHWW4DžbnS* K4SZt }da cw?|#!3IQR*ݡ5]OBAe;n H.#Z,yſ QBY1q= E5ƹk-˔dg8HsW# xGB M*-脿n[}DŠv=u垨.QEۂ\Qj# j^}IM )Audʍׂ;Æߐp/~y4T'GM*J8Ulr߉Ɍ SaYݱwqϢZu٤b^ǧg+SW{#e.a@FsEԷ H #Ѩ"te㜊)>'|v#2/;NԴ/M dÜnQa'ĵLjKDZ I ټKU^؏yGa~#XRNMc94c_qw'G&-9lP͒n[i,fڍ6'<?taޫK3o<A疗7(uALI ||栱27č`=d_x?MZ=pSws7vQ,)IV4U@7g+b@&" 5sF\T4DB#"e4456Ws x:Qzܣ$d%okFk (oAtQI)aNAŇyƢ (Z D`0/@l-NcẬb^-_'zX,RHǻ[$k&st'$>VA>B"ZsbxJ/bÅQG:ӓf xK խ:D ^C羑t?׏w+0oXP+MSO0K8;3(Vf0A/L_Ϲq[t|*恟^?6b]5 0ZܰZ -:n ;.aplJ^Eo`%4RWiFw3wT }htz4}E[66ja I@y dBYa!Hk(}؎;L5*EPӱHHV0k{>̶f[d\hi`akşBP]%Fi瓵LJW[*}.|4%%c&Xʻ>I0jN\z7 ke,ky07/08#cCݝMĄKexŎo,Est-MmMM_|(&F K(n e,;v#%>sRۛ s!ɸכcV G?({\IBd# Cn`C揬ar͒X vq8Z{b7Ζ&Y2[ZK5UzS♇-fI%uߤ+!K]~:섡I| Pd51i(P0\(Gr Ć NvɸW?m]MЉG#a~2P(sS0&`) _QKF%闤hk)CwympHv MyUPRٻ ~n^`va^ ' ,D2)&#A~ޓՓ<9.1;01JǍb~~@&ADxRG9,oy=l~fw`n"*Qz|S$,N.x{Y/0 %bwg! KܫdO6v"?e`dba`|7R+mN+?q*V\0KkJ /5%ƅ]4fD2kwYlL' L]fÍa_l+;ұů^@|Oޝ#ĶƕhozɹAͨn6\r9AObR}?^?!I mJ$aKkw"{EP%{X[ K$3a/L3"kF7ߖ̤YCJG]&a[皯I~wtBF"6WLP|@9㓏K2u_5˨g9mFX׈Amk; WN/?7klc 50jmxJ>h+Pfͱǽ*P^ (](7pc&"*[jEtQxpCl%D|54օJ1l+Kɒ_7bVbU1T헃H>lIZ5h1BJL[cJv+׀H{ פl+3qvxGk-!:`jzve5w}peWR?T6UyFG"Kfѕzu  N!>#O-ʂI斨 uqDX,t ,FVe7ShiJraD Bb" <)k< :I}žLj)1tYTn#YHMfUi@M0<)<`兑 {kUwcDIl{7ʻ~T~84x,Ԩ76e~k#lcNX΋l]B_`hCtHf B^OZ"3*?P '|S]Ӭ"F4KD ӯC!lB`;Xk=Vjuz5>,r6`&}Ss}4Q=jDmv L&pd@ Zf߹rgkbTDvO:.S8x)A5͌my8i rL39vA ="o̘:ebu*4J:s4N Ŝ7C*#]~\o!;۰L,wUQw;( h0ǝϩl!|G ^u792'X%kv7J^s63 8s7Mo{hu%x<+{fBkx9,D-S]|=Ti*Zs#]wkH/NxDt#=&bI!Ud/  djۜz5 ? SSvnC2^+z' r֋aQiSbU&oE" %@.xe `@tnSq~qHB{b5Te&Kz=!I"4C8#{apny'W0eȗZ.<#xgw֏UNq8n ;? ý@RRTTۃ~u GaT9Z(#Yg [=+ t5o?7r7?IIbxL0Έ]M4#KH A\aӱW[_Fk #ZkU@]];\!>5e$ -} m3ƿeؽW$ %J lJB%/9Y{=bJFwhvOC>l*,aɹ UY@БǐLzΑjCO?F]F6H`)a@a>$p2|c-Ɔb)jW=O3pЧDQe+ͳY>7Ƅf)rҢ 0۲v.`b7BKl鬩mrۆv;7 B,b=[YXUU)Up׬ĀoӲB"Ћ`2AO۫%N8bOu]zy#IHiWq.H};vOMԨ^npYZ?K>oɕ'vK7nPʥ߱Y:<ۿ5sx7?Ls;~5̰D0vf(04EkP6鸽#zNvܸDΰkbq򄑩H +L/k3jSMk[,U'\UDzGZ]VFT} (?u_i6@YgEe6Ԅr>gh.[+<p:(NClRpAܳ|WE+ Zz9gAC_svmޘ,z^NBjaOl߇M5!OƖ+å/"ذ會~' o*B3g5z" I)RD (9^Lʻ{U$%# U(O:XJʽJcT/hO*=B5nqb^kT{1r(u^-"c3_euqqb Pxx(i}aX( |xՃ=}+,ǫ%i'k43QbdQMʄmN6CGrW*g%<`E$g 5qY؃>_DVB=,0 _T^{>)iXS( CBӰM+m6-ZECj|ݘOōÚF<3̯&J%n1:2F7̑8 o`+T.S;ȷ WBoj59]FS7Ǟ7d i?L%3F(lӞ`?4vI8;7dI\7F6@ps0Ȣ7=l9E711BmI33Z]L]>I۽|DE5NzP?`Ou eQ99Knc<}T$}=fHqiiU aw;?LrxeRR֘ebgsւ3IըgnA(2T"ļe<7O?\Is n[#GX*i#mYĚ9[K>^DZ>,l)E8I1DIlαKdE\D@J0WŽR^d:Ή߈mF]4U @Dէ[^LJ }}+2iJ)[~}χ%=({b-9ecҍ>D$5Q3^/!D5GR*GI&VF:E°f-*dәL3f ms< Hۍ1@>&{Ϻܖ+hCHyƎ}9ԖedQE- ʼn/|wip~uvKpY @B YÁv-X kXڠ&?C dDΒ ]+t16/LD>>h} rhXZ4@,K%XhcDqU E1s5J4?t@bp-}2]w9d 0޴>nʫr~v:uQaoFH4M2lQ[|,,U?y٥2^61ECM&ijI@UBQ+U'0iG[z ~'${y)C|y3|) G8)]M%nā Mt0) #"g0q~vݸ4CỈ:QVS/O$'=PP`а*{i _j_AW?[M+/W405 :-rs!:[W%wLzNMDrY2-0,5 Nz0iG"y5SR**٢T_@ EYEH3D pUOݤ,NT΁ܫ<;4чۼiWp5U>]^[ߪQʿ3[6I@J}DE #aOa_OډzAebm4_&Vpݾ |Z>|:WLVVrW&;w =A}i aŲV %'^+m^iecMl$gK̾"K癳ZT\X/^E?-Cӌ0A)-%"BeEhJuJ} .`k(h,h~0%T3ߛOHYWyúëw_Dew[`dWȆ|}7}~ Ύ0t%KcK (rӶM`҆m^S'\M@27,utL_<&  ͝`7:5c 4- jXm&s0tl6:D0vE}gJ?5cqB$s`sݵ_5:R˵rZg\VEQ/8%+]`Axb__ ِVv 3P82%K)wP!5E $!iZJ<Ƽ>H>4͑\X?$b ]}t*@q{iܠkr۾9EbLQHDe(w* 7ܹt^!nFaaߙYs" 66"圏zI4z/!+\FpC$ g1LQ͍D֛=З>9mJ|ߥ?_Te2} 5bRޖ;K&EcKA1]~nWK Tbc+F)dLPEPE 6@){ u;54,(LE68$0C{%seMgQ W몮^o.~JΕ@-NJ_[ZeO%s n 6b`ү+Ei;^KYCH9" oY ,'2:#AGK9|Xv<;Ҡ(hXd8 BwÛyoxvYҠD`>]ɾaQҔ`gN$dfz,h<2^P" ~2̈$;gVl:#sTfTq'EOIyQ܂M#XRq@E(gfQSHfA96KfGԇwzx h3-8It -=F^lS*^KgÿrŸ RzÎf0dC#d/vg5g?9B(ozTY^_ #%ŒhlDvZY0.4~lGw)7J6h* = M u"S@p/>s;B f+?0"j.У47)=Ogfg0RF;'H %nCnŤ|rv5\dx g:7('*ʋYtPMijL)#@oDV7Zi}.j <ϙK0(Û$,~%=5çALz~( t=bg箓/_Cm+ *Qfby?k>lڮL->_%;eI-}Db%8_=tS0aP`Gq<$G!I9UY(SޘI.u`rQwHm+t]i XlҠT ysbcZR9bMՊ?Eي0S"S'#j\*ydn}oVzm3_]2Gp@m-d$G2yvkXxZskXIT%8` .^~kPC@~sP(y(nˋdp6jm@vP/ܜOi F8#MH10LvdA;1~/{K4|[} a4klwRz;mcɴ x}H4UۥķPbIO<&bFŮ'lџ|g;'1/Tԟ3ϋ("FP^."~?ӟ^]h5ao*.;cd*jȝsՙ^ENUTyO ccnO1*84Ӫ,ˤCkN eKHm쮈O:Xz֎!J@cx-#s$| FJ*1ВΒ[o65ϖͲb#dKX3{@ζVz"Dc iOc o州0]'*3bT~@: ?όUfR#BSHGs y-SQU:b_֚߱*E|7^P1uTj+~mD0{$<ڗcS rJj^;O]ͻ>~wB݅4eR-H cf 'Zdten1)LUѧ%Ui?E;@3dﯥCEtmXT^k-_d5Q2Xj`Ù語^q:`GN@6=w\>rk/n y;d>oR-kR挦ݰHIl 9RICGRX 3"(;%pVN<|`o2__1j~ʾnE`̕^QO *kYQ`W7Y>1,"mbè\K}L_W;V"(Q9,ȕ@1}aқ*Ǔ+CP W-3 fĽlܴ%d~$C {M=osOQh M{ue`Ҍd0.H%9LY=Œrr[[l(F`Tx p7;3)q#_P|I)?Zq}y0iSKVJo(QBlĜwJY꿊Y+߂->Ѝj$<=߅]\hApY%6oV$XոrL#B/jJ G_q堣 t3c;v7*&K@n۳M 0A & #G٦O}zalAyޭ¹*Zt^P?EQ0 eғP7 W+Y;f]A_56Z&[mWGVϲw6lvy"h G b. U{-Uc^2)5Y`Y4h*cݡ.RN@v7S!cm?Fl\_NJݰnө4%q*Q$Ĺ=锽M 6f `JJBZ=/ٹ3x.k`s` u\>ܦ ܂?Ne詿|:A?e)RiGiO"TJichEhG8WI?z4da?P p葟 L *H]ڷ:j|CP"CdEzN1F6}E! $bМT3k$Q8kܚMF2u>m/؛x~]#ځŠx=B E]'$MW|5/48a@WY Nn>4ӌ_FI [EK u ŭ0l+Ǻ5~t4Ҩ%clWu\oROz bP04ԀL-FH@Vk$NcyV'Yf|Nb/)lNfNyuXp:+z&wTTBW";bС}ėl(I:Ф['e'(6)c0>mf VרJ6F\Rw݈H@ q2v}!|\PRJ{5X#x]KhmG<5]˯J~bp%SV8 N VFz6 XOٌ 7!fö<%_ ^+-Vu-w?2kuJ?8MD}LnR>Y|i%Sz\i8,e`W/h^oH[1۲(bX))wVl͊x bUP3k!㑦3Yʾ+ kkD)G0;8uZxAyl/岯 qJG-&3o 㸴+% jo49[浂V+n-< ;uolsP*9Q~n-'1|җ$%Յ| ;x5G?gʠmC.m,3->V݊>lѯ<ޖxe/*o!~EرV#fu݇}+;UZVm%}d&rW tOdL͠I( 6g` V GmA_h hL&Q`$FdӔ \\CjB_c`ll9Cߨ>I 6`.bx ˼up{(J,肁)0_jBA"=Q +gr0)愊iʏ7OU7W% n[-[Z6\vy[u-!T-90`'Zg3j'Ͳ/`&ĚDӪWN-dɴɦu+F#\Y x_@c=ByM]]bdڦE@ÚM)B?{f/N~QO}qߜq͐R"X:BЄ[_* +/]h^%KuT,o!J񯮫)_R B9)3UJώr=>b~ñwoNd`ȍN\E /K?>fM$Y.<О+Xc{؉i e4S8x4RAHR=ᜈkZA{ gBuǽp iހytҬWҳVH!B4s^c 4 p(Ip a(%8g;sV}5V.p BO  _O! Uw78>g'_Tkn'n*^K۩xb@Y|98d7 Gr瓔ST"l.՜_oy!b쿈k(W݋.kQbSdrl h3hJ[waM)]mS=üͰ9iաDe[v\A.3{Y E3XXm 3J"^1Vgx9!P]Da{. qT3.QJ6h-a|F*X2"BRP +$Ri}R;gwƊ#|K{[i#J48RDLS89 ^Dd˳cxAp(2Qwݲκxj7`%n4ۺֺ{ -6l<,M}5"[>3)%fh2 2-%ڙ.N""ߜ5tm 8j9b ;aC2ukz} k1*zwJ=\I uUI kkTEcIڐ  ' },I[96hM_ѣ;26RBh]N xYƥI‡mԂgx֚x$UIs]{q ?:;)+!i+-ɼURS"&Wa#oCxǟaMKzO1-whQ-M^}::1Wž,#O! RGQ@{1IB7I:[9 +b'zbR9#eH*KS/Պ uH.AwR:hxd2N9et 9uAڞui873THL2Zl1/Fd?'A 1HmmX:VrX\^hyL "}ͦ hSS{Uz }X۾Bm[3Ksk))OS(ᜣgT ؁Kx,R cv46ۖ_]սZ҉Is}6OQ뺀*ϛ 6hq*$"TT M$7[]~#tZ VbuQˌT-U~ɷ2DXnpJjIU^~txQ]BKxƢ7VZ.=>uy3Fٵr1~g\>v2]E%?8mh!o!)ez.<|z ط'8^I뾋Qn5l-7S!{MVѾu^gFJ|d+qְ8Iς E@{Q(8J6&[ *ɒ`/Oa Dþ7&>%j.O721/=mӧmP4E*os7%$ߚCSӄ9TFDCzS_ AgmbzBJ47-?3^/6%,wގPd,2v*zOs\$tBqML%G"p4;R38YN"iX?0ik99+ ށ.۝Sb8|ղ0[qtK6e,[zqO<+qQ)w-MH%}ţ=e%2 V+i+iB`锔epӐPTO7|fJTOTG.ʧGթ?;myzNT &2,AڑJ9()@4= &&\ڬ L*ظZ9wkt8}/̘P?aߢNqƴQq*%24R=/hbrlsśt`cg#}L@-YVP)xDg>:*f_J$y񙓄 y)!íg4PFk{6͙e 65Þ*|7dߍx/kn*g<'ZhWNs:?\k %`S @׿*.иc8uGs-*Y Q;đNZIO0w^2ОRZ4.}lvۜckp-^_Y/~Ϟ!pһG4,u[kn;15F5TK[rtz\hsL-Vf_|6(E%|J,8>f(/GګsԦ3H</-9fB4MLֲgz,F `W+aX$1:^@~EmZ$GKb!@(Jw[}Th;bJ*@[Q-ɹ]B|km\%.ӟ&a`i@=L;诙3݃NJxԬ! ckInT%(,0y7쁛i[AySn GET;S-aX}7կhA.p^Z  cǂ}2§',{^?{0EeaТBKε 1YCKOD _OUGodt?B+ cʊ(n5jq@6ϤCCu!q!ų藭WB^:=N&/-GOX{o[?pϙGx3ڪ~A˿@"R7f3 0 ڼthѲkF1S *iߔlGTN f~1 B͘ITkr\B&"yzpaH\K;T$s@t2n`>t*l#KO8ctOf4l8$zh觷&e 65M|84+OAF]X?qߏ䨏#8w'IjlVd6l>B6DIAҩSOA'g`0щz]6 ̌HG}<4Ec-9*ۏ/NÆ)yoomsCus3?B5^uI+VDaZRu FlymULFg B.$9E$D䶁1,Q[b 鲈3y{6R-|VoEe> mFy[5!za/T!M26`9A,Y*0SAM(u ~<"]:D,A%yB!!{6S'X6ڝFps`'31rI"P?E DkwZXop=yš<gъ^S=M#zUBbqi[KL0ZQ,@_Pjc˜Ѷm B2\֖ov͙xb-l"z^Ժ#_̢t5P? V^P+y_M6{`eF+4kͬk7)̯wh_׀*x~(=4<6I"^hz|:PYuTXpB=qƶnYrH[=O1K,׍w@fZNf*GpI>b\,{ǪA CO0IL8zX[tJժp-[`݄,s.,"LubS@ج|P!oꝤ+kAYJFSUsig|-V |;DwNpP'\K$ž2}+g<5Z]t"  $z}yΥژ5`:PL7J7='Ƽ*u $a͙2 zHY26@j3f X:]' *eQ9* *36P mpH$9TqQU8=u/fxD2`PSAy_PЦ~  ESyccK(s{OP pQcv0}n!V6>5f}ĴtDXhҫl)ąy>S, U!jX^H.7Ƿo ;' bhl6=LkS K)a33gjRNDl\.دsg3d9ATkOvQj6IzX8RǡI֒A}>g2z۬dLʃ(jgF] !4Bo= k9"*WΉWs ]M%|*%!>TKuRyN Vh$r̂c).\Xs ג(f?S{G,Ma%ln 8в6;//jG+&c0~P [q 5xsiϪ9 o$T.d5KA_\[Ɛ@CNkk!-B1aO?Si6K1N޼,cLt&8g2HTH|zUϥA (X`~&a [,Mۅ {7e%a9%=OmX3|w6_] uHNr8IBbX3'6y5U8;50<2^rana1&\?}pKj7?`!Ye,X™+U?t|$H aRQoI*dZXvYH"*sPu-7@qkp@;bk`et^hԇ-k0P/SD>, u P]vͮih(cᦸ w#eT0BB~*H@*N^[>,C H{1_)肷\M^+Be0b,2ʙmҁa< O}$6INgOw"5HqLnR ;}m gT۵-KnvY@T!B9.v.\x= |Y"^˩tY'ƈöMJh UsËAM"yFgZ`(C gh)MO_똔UBAPV2.;dv UX ԥPEߞ/aP~\7zw3?tZzgnz 'B ).z'UI,>1Ϭq3SkAC}O^WIaw^LXabNOAq k>TM;,"$ kHE g̭.wKnW?{eV lH?DpU<:' p.Q̡^*GسLBʣiPI[7@M&tO(H|LꅚSbY,GzRl>m$˃ NܓW&ŰMr1k-czF޳Wp% RZ_ҏ$?Pr8/FwFJ+\C+NCȢ+=Qh15}`3ex~fwγ ~Y3JMViؗ=igELGCx*6bnAfhRŶ ]ч7υuE䨐~ 1,Q.2<*zsҿ<)f0g{l?gf3M1$O غ? $2Hh\pT(X)/ :E䗒6Kb NZ-*(( gW25 ޳cc=R"3<8[L)_6iGJV*;ƪgfWt=OiڸJצo=3K]\@Pj buR|"p>b;R-ѻ2̲Qб\(ټU^؅#Ԅ]:˷BZrIOV}Xq۞ @&R_DKČM](D2 ٞ1W`~>xt t 퓂q^Pu?زB3PAC`2O5R*, k=W[15@즹Q@є,ڃȐBT0Q~Ȳ< EVғ%OW;(%+qL;\!,em_w; %:M׍]]aS߂ Ʀ‡)W#>ްҠknvàToR*63,@:/*u~D3eZք!+Cta-B1iū/a'PqOdU 1λړ]Dhm` Jܐny3wt DogTC zx].[ H8gFy.KZt۽V VZ!= 3 MuR1e2f.%I=nJ2H`Du@_R 'Y<ʶ#1lg Nٚf.u{2 Xnv߁LWڲv+H*l: .}ʥ4Sb`˜A Tj>W},=dfy kGn>pꯓNe0mqmO< TR嗐r]{ nGOVl?(#4L-+{6M݈4,wR5 ڜo"S-J'] ;?UxngbOlhǼojZfևk\E!\"H425ۣ<{G >5)և(䳹)Ҭ0f윑\| /9UDm7@3;.ETe;l_[j]]$ N{r!{~.ޭkP(%B@' 6pE"?S*>B:$d~x{ \DWБ \ zq'0G[BHFJ.q;h@I#zibkK7]bhg!ѣ?_7)$ _Ya94C$۞CPdd^&KE*9k<&AҝDSᕲ@?nR)CnZi; ç a+Cƚ3 '.{~%@qϗjA,x.lu F2@h"su: , zWRn|(A6n|~/n!x oiNM[E0L $ߤ֟S*cƫyW]Ha `{TwZMEވY&Z-85EnS?Ƈk1R]C]DorzA\[&t+WfIfYz ߈.Y̼Ex_3J fV=35K6cTr^ H6#ɯ\w01pB^aU T/T\谁j lDgHmv`Ru/.+̶kk7a-ƤɕmFs1kct(\sy-:u/&(|y_|@϶t`S c  iOP5 XEco%j%eAsɁW{!8r3*bxt=ܕK^{óKmydiip5AKךYz:aFsF? `'|(,OSO7dsc6ir1պ,8 I\Վx OjucGz5`3X#JmRRLK<гcDjTwP7QTi}|u ԅe.0_pdGd^9uC̢rn=hƵӯ )t3>~ $p0PkQ8Cfc鵟JU=aƔ*k" |K7Xy`¼^; w:$z‹ߞ#!P( :Yq}!Av$7@ dGɥ?3[૰0"Z- g4 9| sɸ9Cgo/nG#9ɐgmX`Jo3@*LU7QzRd='VhACr5UU\Lj0yPY r$0i+@ʆ}4}Cٲ3KC7CwKqP")6S"  " g[PBBva!}S=\[ %Y?`EGm`7\Tv̇uF1C=KGgcjq|:;ꈷnO,T'Yg&xnrJ R"eaA@^2[}oM 6f}RՖ1wTGGc(IjjQ9Z }qSϛYzcgՊ1u6;ϗ5;BG˓h]Õ])2"=߆¶7}l X򤣜WTtѦ}7Ef/{ J]PECĉS-Yrn/ʌ us ng٠ſMyS \̆y+L+nM^&_΃-#D UovCr'I?"`6[ g*;@1 _eةҬ1RQJ=6a n#̩/nZKLzz7F%bU ȁAC s :L1v~Ƶ镓*7zql?t3I4MDG~'Q!FB(dMYy#Y d~*o? ]S1,u*_@-ݐnpE6ҕ4w8(>a,vvO|E$=Zsfݖj0J?]MsQ¿hC-o|!pdqp%,9k-"vGy_G2.CI~FRrK\/+ K=M pOrB!ԗHFSeWB]NsʨZ Yq'a"v"v`at@ Uxmf4kXhgޗM&YOEڐ )5/H"%N97tC,ߊ/@<(^7*ƍ< i;i6t3ο15 gı`Iq7 N\b| d*V󇚱OxĿa:˯PnFtNDH$#{^ǒob[Ș 1U י˱BB ǥF y\,Z,7:We5[n[VF|Ԥ$#C"2,JR&񡤒-7^ɱA^{r@DŽשEzqtY~T\Ɏ-Ճ0`VdgKo揚kচ"XP&dY(<|+ $~ƞY =.A6vp |)j&(A"{vE2pXa8m!¯O/vxc1KԽM.}F_}P_\xEsjU&I'pU/9P``|*4mc,}J?3ᾯ&ZOAerlJFubw慗1 IuҬvL8(˜NR#T^(u7bN*L`9shJ#xWf?z-Q 5RWY8NJCm˞ M="I;DUqP&PEf ԓ.k'Z/FB޹U('2Zjq0$zT{LeR-}1p }Ck>iZ"@ʩw)`ii^WE 29y7sQR!?(2R1\crg&8@[EG*C FC6Fz|o[d.`=8s] #k , aC$ccS (-&dzSӗi e23rYmNݺ>s٫!x$\ȮqFØ' _'NĻ0OKDooEϵ(HߵI+1Z5t z#sZcc-+SvF~l {ԼСxۆ^HQq`uxZɦvWXS BK/Jrv[sH\0 }ܺż4+x\([\-h7;zщkϏ$#7Ht64`EbLc󳆤pNyaFB7fCl¹ V0W*TLmDeeiXuU=AEs3Il%nFF^n؟`;s#1cQ0ޓ\UKoe7T- M+'*du&ap cK`{ cJ49ɩndw_}~1 C͌o pCF0j/֭+r2hSy0( ~ 0qA[P9{{G XB؟ߛPLEXF#-7dPn=[,3.C>ZBt?<Q,G o8\怢WN`tE>u3Im%|=v\Qi@H{ݸ 1(ԅr ՙ#q`r%e 9euJ=,jO|P XGFOa5+&ĴOPGAN ~"I[% DRɻ96jt(S~ ^uu6t+ˮ-V5Q8iWn셶>bW؀'N%<ȶc-exUXIА ʷl7V|\CT-4=ȳ%k}t*Bn+XSTa]b}3QSwi)< ;2U,qαݕNXiEEXp\rd*X'%x6ioczl }("(݁v5 8策X(D"5z_bRԻUlV_wG~ 4711-^]ş1J x?ajmC6#7;5I''Y(+pFqa8Sd@>O&֍ ~w#_yϐS.*_&~Ô&cɞ8ngW$*#-Z)˜9Y4BsqjÊ7G?bEߊhsI,JBɐlA䓶*08qrUS/:Mu(>N[-!ϓjJnP S3D3U)LY{- T]K#JsJf׭Yh1yNiYquRoؖV/` EZTA*IxaAxHi&ܔ+Eh?Bi ڕGy: q&\ۛJl,ȵZg&bn)G]S)kD GѠn xvʹoDC۱ 7\5~;ST~$-]-Nsm}%FSjf (lЄvMG^z^"IuNwtL ~\'`y7oqZiZ2jX=qtwhSpphEߙx#ݭ5 {sd*]ӧ<^,&ibe Pduz8(#[v*m?s:4Ht0YPȀFb c5ғ-eO6Ǧ9` oRVGϷ>"#.,ۮ]N  5E &Xڀ2Cu>XqƙR?]p׊ـB3U&(FW͞ȥ̄qp\}F,d)HkSa )OʼͪR0a0]  zSZOrR4^ 6Ups@RrIW#qgNS8:\lP!eU'5S|W5L р70>g n 닯N~0F.0`8u7-sv;Kk9qf G2OPR4n撆gt־ClUU{{2!w}e/uW6@q쳦B`Z ~ۉINj>VR`78*ưXDKgF%[E8AoO("cĩ] A Ik0SKnM7?% oKm<&f91θ u.dE"IŇM!N+R Ehf)ԫ vm&¬y0AkT +uBSNF-lQ<}+n/Ꝗ\3?ąJ@Y*A+ے+-#׺"g ƿC;i>|U+}'0G*ǿY8B{^yDFes]![Z9_|_(넏Y883y11oE_y,h&x=Q`XDH;Edhk5/A/S@38?-x6Y {;@Ydl\ۂqS؏W<@nk,D 8YGyJA"lOjy*GWZLhe`]k⃂oP8;:$=Gj;^iN?ot梂吧2a}G+cۊ{]_ASۙ/HCуPiWB]M3#ӟҭk nfP ߼gTHTI -Rݻ^t. Lܪ&УUB%>t J<3Ri r[3ܸ܋=g$ksXmڞTF H zJ;nnߎCmS5S)W\)3'CHd;#!~06ppҝ(xQ' `s"N54/)I%U1`e ]#Uʆu `Jj}]eOtd|B+0(O 8DP=L} !f1lqgf}W{^as;5Ty*"fV_ bS,Dg zY$xJ^(znɐ%~:b]6F%!@g.}ǗxfnD Ii[w'9g.#VЅnoGBw*CED ?TV܁lQ|*)O%؃ +NGncEu0=˛Pbڅ"0 .^[L;)Lʼn~UE&MJB*槉"(˧F\Rw\bl ̛xe/j\[Cm`6$aQ eZ]w!!+ةěZ^X.&}bDsX5Q*t?q5zu$~VZ%Ry#=+ 3t"D(iO-IktD"idD< 괓ȟHOۏZ5o2p[~w)Y HG0xdQ]F7ZsZf9ۤ ᅚU"^B.db0޳x`4Nyل1רjΫ!5Ѱ?f:L |,:QNЇjzS$W^54YcLћ=,^ g|?|3uKAodb H;+qƱ*ڪq4eJ ȺEM]؇%oLbc]̳K,8fQ \m:2Ț^Jyrf|ZVhUV~nd-񈈫ԉ҈c*7/w;p;'½cB m-,? -MD:u;#'B`=~w߉)}έ,>Eޥir߲J-^ R#/]2#J rmk‡ M &Lh̲:2;kpg &b=g89]7F">?K Mu((4. ӣ˘hXk_Ik1 !jPrfnv lG`p8S h?&؟X.tuu:[n=:(Rs0U@׶Jc՘#x`d>ayk8Z2K/ ќ"jBҙ7ۮl"F(كL&'xvuMFHj^Ǥ%nk~2xc޼Eڇ$ Wtl/,n5qN,Dһ?z[?ߌOQ7WU$ի-̵^cDžKGb3Y!B@Tބ1}"7ws &1ɂOqR9>88 4AVՌVk藞37mp3ұ8CEOG"bd6!څO` -I}a. tܑ8eLb큊}̟CAgkT_i&sy7k>G-fhl}mZ=;#WLd D{$iHtF$$ CQG__tcLlY~,F ܸ?x`6Ǵ\`㈵v!;P~-Q`dx"훡:* ¬H[D(mgdXu#֓1.O0>渞9*z!Eo+G4KrӧFۧH^%~B)fs*\GY&+*bIty q7Uh3ʠiHIPڬ+55<`yLYvj!Ѣ=F^TNaZ|ΦxXkMᤗHNsW;ьԃwg =tiZb/̐,P?ǂheul^r._;tYQX0Ur\ִJK4!lQ,jNSsCn5'0Q^FeȕEg5j\V{ڻ=k3tND6Rȫ6T^nT  J􏁪x] <[YKgo\gKL:ˁ`%[bjZ*@ɣH.f)dʀ&`6}ͥg[GUso2@ hKy ׵4EV`gr8  t?q^ ;@6p#p e ؏$<sH k 6R]O^(*rru ]j&Um&THvI(\pЂ% *F%ˡ Pճq20eOxLl cj#9vXgM5diIa Ze/wm.&>Z~8u][c&lSv~J2~Lc~yhVbZ6to VrAk-?*v"иs)r}D%z ?ln;\I4/0n,JB04M,'Y^&n1aM֗a&ӕ;`=E GUf$A]Wj7./+vt],8l5x2׭Ͽi^L\01kЎgٌ%lv6V+ɖPAO|$Ey56G4zK\8Itb(^tk2E"ؑ4 /B.^?ҏ.wXG~ d'0"vJJϦǙ%әIXjcs͏,&+4h!z|8P@=eܯn\SNi>@P(Rm 79)lܪP6A{qFx7XB\μ.1cQ&epRL׺pwUn #>g" Vt] }]IIT4ib*M\/_I!/3՘bG+cJק{ƏPum&i ao ILWq0'w!_P2XS{'61'H 37V❡8Yh(si=?oVL2m=5 _4vLa?F!:P,UƱ&e&`46X9P*}'~>?Hc5/ oUX!T'2^QX$:iwG$RFp#,S̢meZC +/vwc Zո:O~C|-U'+Z< *Ԗ:8f VDg;⩡`r`p}pB=oS^\&/ljQV3 :鉴fU~P[@RvQDO)œC[ćc̎ȳܩHn'Y&-^sᲈa4&.|}tvtcL!1ٲ X5oӉĠ&*M6R'yd[QsK17oRr M.P;:Pz5'.PP8)n[@NS6X&? ZeV)|4j,0~qq8iCU3_a&A{>&L}wE`H8 >;#x+xюMc+A&RTAO3s\ك?r]{n 3&ㄓ yy6nM1e4 >ՙyvJSihVs7*QZRR1-u ǀC\Q?J/Riu&/pY_&g$I^Gy(hkͳtl~EN>Vummr-f 4M0<R>#/zWL\ nLP\ߠdg, ³20>m"oZt%|)d C{.Xe DJ R?s:R;x۸]W 2FpOSA Fp[1,q@6y3vv>.1>-|{K̔e:0)tyJТ]+8mz3L6%}?."݈ 'pWL`z,ȵsvXM2&Nbz+C{A{7&)XqߝRﶂ#PlxFX #a3Z 랬.0sw[~ ؽ"ul-ո9Ɋl&ԱܜRlKy-ʑS~`e oz - ͏zk.=>M5$# ԽAJ尼 kr_ PA}@QBwr\$0kPНPbwy*4)h#=cѧUCRwI@*$ExƊ?lTnAxe8WEF0﹤JOII4B@}9C䴔k"W,N(~!R^8+ݚFʯVb*q6zmv}k9LbInO裮rk bKo-?ǹ/~U e,I+K:%c"9c l~V;B+qd-(FH޶踙J .V >|9I SaCGŇ.Dtq Œj{d¥.\p?ac0895_4G[[iŒVU7SDbHBڷqhSok~v!bTV~p;CAwpJ|S\#YKM,QncDZ_h c~=Ap9jʂAf}4s(KP[5*/8e5W&,mc/⾟o #.ijJx[⩭b;dh?K;c!kbԢ"☚_)tO` "F.aC B wj*I6 љ}h5Tp~vbl{6r ]# #H;zWDOIo >3FqVNc-c¾+ TJ-Xfۗ ETlp-f<پ⽔E8* s}hvhG169 ̃U /Ye#C(n`wF0$g~VܗW,&^Wm3S7r>W -(q8`&6IGv\iR";sKv$TV_IZp?}';e7( |ms Vd_<<Ԅ$OyrEueIcƕ1Z+U1|w~:?v [`j kn^7/;'O& Mi>7P%q{0{CE$;푌bl:CCRɫwNhAUF 2}ٷ-mح=yiU3BD.'gih+'ס5}IULwZol?'-+ aLZo[BA Pp']>)4*(ukkt̥[.a <Н}9YM/khޕ%,¹_@L@mNb# ֗^KU/T`1( ѼpF.9ɼ]n wH=1E60H6;0K_$,Թ2X ̖]52'qNm'󜛒Y@0u4('@9"h5pCW6֩oI d&fKaP:N;7xFħ(NYS"4}]O>~sHt{)7r*m:&fKsʥ‡ o30ޯge][D+"*"#*"򟴯 i;Kۊ[V[kf=֚24~GY:xZBeܜW.*$Q͒%~'='&;fz`f ㍳I_YY$6ډ+{5Ӡs_&!!2TG L EJkXo^L0Ҽ$r;&: m cKOamRiw5ƻC N:+Խ26 .Sq폌!A\%3 r+IԪ @Ճmgx4vWw8SEBkA g1)TKKSG#]ebOzZӹcȤ%0JعoS#ޚt4oEkC;\ )/}73p2+bIYN))U{)Iq\F~\Fi"%Q/RwƐSW닄)PYW| )[JV\簏L^dN '75Lݰ ]NfzbKWu. 83]ֿEAa aUnjzx`5 sUSdWߝ7nJ_Qm eӦ]} :Ft\(MB™W891)*D$okDo$B"v5sџ$d5m)/ 6$l/ccE7?l BE,Txܨ]$PS=T7#+XK({ Ughen,GoD() :I#jvWWI="WoE5,slb[nutǙULi٤b8X!˲g{Ϫ*\aKFEΚ_4ҨI\*̲vb|)uC@ZC ~2=GII"g }؆3>ls+7QnZ\sʻvJ ^d;xFYƂG9FNUi<\dߏјS1UQ )n_#'3F~I] f>d #u'm'B'ݡQ= ,ogN6ΕRgY[~IN0Ԇ)wÁk`I>N1y˶#$W-4b7hܛEݯ[?i`' )ZJgAk1+.}QBʟn_ _ϩιj1G{};,]ך]>bV`?na/D߷XhY+KH>! z-XX#"2I湔f[gە#fwNmhf NƱ !\{sZe۸oLRJx(ϚY2Wm=ٛ@vaҟe=q1S!\=(@APdr,/묄GKo]7nmFWdZp%lF?q ?6ɁP̟`q"C\qB =qDg>W=q5iQJ"@:lLAA#[UuD[;7nI\Ǚfhjbq~me܁{!d#. Q] Lc? -1qd. :S5-̐])VR2"jn_4daɉeÂO,:m .#T`4\96v4+ܠnɫSOc '0)_)&|f;6 Ո",9G$:^B@@Jm/,C=5!aX$/2i[3  s1H \GH( tJh8g)Q/=8k3¤ǪT'ӊ+h=\F5̵G Wm!%3 '3Be{@N(^x*wBSD r")"68t5n+UC)3ahg/'*d^< DA'11^ p<g?=v:"*yX}8Td9,FΑ9caT}&s)ģYG1IMMH+?tONvaSZ"Zl(Z):=`/(`fUh#Dq<w)9Laq# lr_KSQsVCq;b@UImth~P?P(8PʲO !zO3g c3gA )]Y=1d4)޸GZ?|JT/kb4EFj"v{Huɜa-kG[6?qF,[Wwx1|AOF'Jb/ qUi%4Q|X%" _@䊊8 ;X[hE7YeJ@{.톱 e -TmE3eip#7.Es Sqka*yGN|Xnn k˰S*@am~QRZjo٥ư$5}*9QLӊ#oqIw"lʭ +V{%-|SA6Ѳp6ƽx[D-2 \2̚܋j(ԛQ'w2|~ ۃWA'p :PT EФmUR$C¨'"WnYYh rB?; %46FkYWߜ]U؜ ,w/ۢ&4DS8Ë[%/p,~KGul%,>a7Gb#lNebFѓ3zLƑe}n?n[cb_[睰ģaȯ= [>Q?+Fб0ѽ~\es;ҳ'ndcBO[pd#Гm~H~ύ(Ov痓+c*\xw6tD=yDW=౳q41C9}Ykv-F[Xt!>rJxhmO R]t]nޠ|{.j=)oMof>XՃh/&[½PQV$iTuw+ͯ/ruJ*Ol]Nwgx)QQ9B-FGi;6G*P`>J> pIL;}}Z--L#lCV) ɅV_ L'hhA2ܧʖ ZU:G:6]I74AF0Te'&3[-UH*ae#4鯌tdrGyּHdő~!F o+]gZ1TbAlJw/3*/0b2]c|dUxL4WIaD|S_FĽ3Wpk0` 7J򦄾6V+ap9V^s`F7 3yu!=ų<3Vfl0>ĪJY}&ӻNg*W,kJⅱ-).HPEBeůxjI`mPNPeeqgN#ֻoP|jSe 1Mw rҔ}vAV:4nd. P ،p_Fp#1f\D =!\m>`QST i-~x XNm/ʆ5Ν? s NT'NAc+ X6>_fFۏy/:N{jyFʘ_> q/b*i#c;f K;0%9qR<Ͼ'71 Ŭ׻[yE= ]ITjA5 1H# 893!X4H@K{y#96αA4--H]P7@Wz2,p[|@)*TkAPρc en:9PyT U㴅FBɗ d(akթ6g f1-+$,&JgH;Fޅ=Yg\}RZK4l9@"#Xođ,˫_/"2sYz)1?1!tYn,:EP/;c6]%5[.qջU^P$"1v4δD7,RPrhwC +=HA; KTa8\~\c\R2Y#&̪^dӮO "}B>I2}ĺN9QM1 Kh3\MEkWYJ *l UpQsKúBrc/} WOWP>{B Sr } 8vl#X :wh'>RMb&$~>! * a77.,)Qj${((AnFn4H.O~yٰVA_uTkH'8Cӈ?:=K#:pEooT}Z" s@_yIҡ9&8KI ~/OQB'e*Jst6),Q ;脱ȫQb)F|'2El.7`0p` ˯)` 0ؒU۲ @wߦ .d] ghA!`J!ޯ>c/o^ƋkmWvh jpIRKj~SyMQpĪ0e\?{_h%.3\uO]+}>jx$(SA*DxZ 菉!1v]ndZ1s{7^Μ|{ba)z t(9>䘚`!> ב_u~1u8ٺi( `^ҔoJ:u*AzWtbYppϞ][P83GIdH*N|{5#MŒ B{gNDj>k. 5C~<*N?)M؊_Xib[WnۉfrI35e"[D.YTsIOKK_/gzt{* ijҋaT]RqL0=M)hսRn5iG Oѿ;,6g~cPz/`Ic>=vi_(Ds) &`Q8|((${xHeAPCV{:]0R@$]?X$Ȟ~[A_ȻwJ!UBF`Di##F.5vl=?zg>i)W~d!.cN*%6KKw]&ӌ2, n"tӼ*|4A7Q1kK%C&Т M{wfx;dY<kg֧K?1C兠(uKsSgk_zOYƈ CPη6Fjf(i`Gs)NG |& {_bPp>Cl;EXPռ~? h`<~b,q([}"5—^жj3d VYEȼ>GTE4 7GQ$͸@s>vvh-`鷝LԴ2xJ\e_gUI'lk䝲 N<!Jkc ߷Ÿtx ,+C@%+<.m6zyW%3VdO7sFM`}^ݑ/ۖ$kS;z7 ֘.!d<Thr0*rYW{]ˆ6["k7 oz~JUׂ6ɚ_e>5% h*&-"XX~anG{ȳj4ޗr"4ScCmijf4 u BR2*'QI&h8$Er(-co@pgs#oYaU~=KAz &' iu:\y ZӪͨqWz=$$r੭ÎzL"*,fgBFF`jq,BH-1.\.0k%Ȋ->fGP,I;GO:,fǀxCu* 'u> 09N)ϒP]az`WyCqh<xݟjDX Uob;/-h rȷl7 bVyb%9 Fci g7;p[M?bIGc7|I #|2,r ش3r{7j^#s?g2Ã~fqjF,* *pD&mmޡa3f!~2w'kHN$/2D?ppGIY:tJF0CCI啋b~;=,"\h⿡tIE)M#'~S6{q1f'WY3fO;#KN""f$O/͖Q얢Rn 0O:}¬j+tfdVGr͹Zyg73dM__R t?ʕ;oB-rY5뫝FQod* mE ?t?e〣 `aW\}hSㄔG/T*P _0 6Sv&U{^-,]C2vYA>VMX;8l}Ɠ`'#'|=Dmy-~f@9#uA5]ȐWW&\̧cTqhSH7Gxjx 8C~E (4Ef;1UJi"J ^L0WZX";6,-Vѱ||eCOz:N@Tǎٯ jw3M%C5޻RiL ~j%EVI%J ;daNNUʘU_ a(ce*l~,E#~`Ў>aϻʞ L1β/ dB 6)Qqw’Ȓ;ʢ*v,P͡t3#wVѹ,z b겸E06!י@2P.ts2¬ sf/eLWTB¶TTq_L5OYvS^NrOz5.2~U95"، Z8XUPƤ!0W6Ru.vާe"^&;kԍlD$LO%6Fo rmlʊbSy0?}EWBp? \3뷜3a a$Tjz(ͨ7,yWGfƶb ĉp8[n@~2<E4`7bz/? }om6eaOI$[JIӿ`b-0u([00o3/`Sti!בjq&j旵,^Qoyo]=}ɴl*7|%|g¶܈$9B{敦6"-xL|Qj疘 3X68JΌ:` z0Ae+i(<%)q<% 6 ^&Z3J, F5%]ؘ8[Bttm͊:(V\979ywtY%ng ]HņF9)זOf]A7j5=f`rl-sna&L &7iIXcfA2qltO<u'3&P0F/Bǃe' '1=)gbNEWLA+Y5CEs4pq֠ Q tAlbcEg38Uԉ7hk^krP{!w}N]ٟi1(#jp&;@n*=<\^T#Lo݆ĶY4(.lcsV!t{qUi$פ7*C"ãepb 8)sϤvc^'i"r9>`SgWuyG{SNT} )KBMn%#/%Lqr|Tr|OkWEU3:@WW=Cu7SoD 5'}[Q $_)/rF~%U1[w xr~_H_x[p6:P,k';$ 1i g5*L8= hѧA/@ Ehob|Xbڍܐ:$(^ԿX}}cvv(xgd5mAХCopD@61>Z6V"2Whs06M`KM>.:\[j/Ev#VnMo[OX8;Lה \m"󱪚z+%CK?wMF%w՜5xQT;E.ʶcZ&Rw( _e}D>mWy-_/rW⾮ caFE@-_tAސ DMQݠHSsJa;:)M/;XwR7\Xj7I*csrZqqAȃG7CWLğ~IŃʇRܢYy{{aqZkn$utC/&^MFr:*4a{D!%0AgƠp'F0>Sf~A 4t2ɕ]C"mQ#ؓeyVvӊ;pњZ"j\w:qJz&{3|>Lhٟ?&|;Qo[ 5 ڻ^,A‘juNݛWحh-V٠A[I&Eэ23k!{]k2vE"ddx[;liN;nr혦>OPΈ>g>8鋿|L\N:(J3?9RA)J~x]ħL }L^ @FO|:Bhy^9Hܟߎ|yUnn* 8aXͻ/U@|Sشl۪]3k$:~{favGYx+Y+˚/ʔ/{|ϫۮzudbwT`NɌhQ *D κAŃac:AB_gy˓$z3Aq</w>*/i7ʸdiOǘe gI2(*;ra'I+hh),J<Dܪkv#8*Gv2Uq` FܱjlLCQx):#2;hp<҉buVȔ o3ښUhy].fΉnjAAU5^WaG& }N6ޟ U%1/G@WonQ^9 YM0h^Ge{⺫}`0Axmysxa,tBfrɚvW Ph\ mڱ'잲\SdPUi]%3du[Ae*;eZ*sLYOuRdnųdzld>N ^A2'_6άی9̜D1)B6,2]+CTRޭ&<(c -|V AL}of)Y?wy)}4![ams4"NrFlzٟ寁qC4 np2GtQ3Y.\Żc$CiOsan!G<߬baBBf1 _[Q_B I+ן\H(M.iX7=\$$!n VxlhVGgu$EBl4Bo [Xy$%Eby< 5`4)Py# L5 C3-.s-3 妁%BHw;Eza {fE׏̅Kbk;;f Cy7y츧mެЯAϨw<7͸ (y}r'p=*;E^j`!Ty_%W/atXK%:?>%QsIxJE6HtDӆlTW<:'Hڳ kQҦv!M,hLbOЌW}/#$t'G6e$YDW< 1/K7۞ ޥ_ѵYMHmㄢK V1(.+um@/!qQaVt AEMps<ϙSyaa=W3 =WZd\&6_@& TJƫTqՄ*▖FHBݾJ}|p4 r5k fGUnAntĝ-d47-h2PBJckׁ~7M8"6">dZ2h9SoIHg&s\ n11Y9%B볼q/N߸/3~'eMvi?LeEXw[KcSO\I4.V23cQ<2-~tLmu`m1:M446.d=>7' nky􏅩#⮢Gے~?UʔwU@n[{!G[#W M "ܢud VLnEi}$#_FC]Y@ C>ٷ(on,l5N}wmItâioU&>ŕ je0`ȐSк0 [KDd5J%kqw =[pՠvE1.@gEzՠE{GIR2-,giW*=rsen-66_dw80f [~Xŀ.5rm=GS h~lB2MWpc<'p; /[{g hW5QH֪u%4WSڟp@e#qvd1pShߗ|LHAAղh$%dGTp/zz8Zcӌzfn0[ꢼXmOFOvVQGWj7lSbzRZ j -~+<“o 9.a;bwkWgyf^c2^{C/_ZW@6]`0dm3}Y9:ǀq_C͎Fؙܻ/@E0Ǧ1%ʵ@7c\0&.k.aoTv ڕWtuXKމ(H-P7mdpB{/ԙ#Η/E}<7y|~;W\1{t'At{<{ ;jɀsXR]@fÏSLZ—D:=YM7ﺭEׄ/K̺ff}Q3VfAV|ـX'SzuBEBYц&&U7$0z0>5R>#h2ekoÊ3cO~ܬ#sM>RfwMtfY*?:764:hc5N(1Hf͓\ smXd0E*J;t5QPl\y a%| $Zh\ ؽվ #A_ v}rأ5ˍdI{NR%(QA} GGp.sosӫ+|'x.~P*x'UJuꢽFf݊Dy]$m+ p' hRQB"dv=oүk NeB:(zy@6T \n#rAQv!I-Cn~JfrӤ^h!8}![nZ rÍO*6oeį@L[:T•-p,Y==A7eF5)oEHkAĊ9uK9[R'& ss{r:J/e 5ӣөϿD-L&jL лUUMe&LRz WcX3``,kO)[N[%!ԏ|(l ̻KӗZz_R$n781]s{kn}7+Vb-˘-mr ;ΏH ܳOzn4Gc%DJcg0>x'2^%ĉw?P=o˛8w'k5RG? {2Sȸ IfEߍic_Ltz4gyH*xp>ˏ̂Uܤ􀆴ai ^EU!rZ-J.Œ^Ѐ\L{N3lCkd-k;dGe&g',=h|(-dT\)٬Kn~xSvV擡o} >٤mHd 7{fT Λ:Gb-_gމz4z2WZ-/9c8;Ȍxd.OzBQwKrͮZrS9a X:YRN~H(lȸ#B6B^mygƟo{u+UUi * Ä"8}"ZV38ꢪ%=?bTgc!:Df%e oKUi43Wy9>)j lJ!2.h}cbHUȡP#p-$[  9>Z\ 7˜,lu[H7;_=^*IU&rm+'gkF&'o;6r~)hȺV7 sTKMIm&D|A:٬ )YZa`Q ӣغm<#Pظ4U> ɉG GB/3E׭_ Q7-R+ RVӂoo 4; 󍺬jVާ Ld2nky&ܺ; >[y#N>5R=%gVܑ&=uUo(ľ{oͅ[\^ Tc6lI:pJrqE@ ^*k~r:Iƻ@j( dju!`1"_-54Hx3s(-|ƹ~nZs|mM՞LaRIۖ1xQ!7|z'(OXZ!eh|SZ XfEķn2uЛ*`jp}ȗk~2.HPكf6NS'jɾ_=JOwXӧ]Su8X#4MtWМ5X/͛羢Xq?uwO?lo`wM_ /K﵂S&KPUF3R K\8ҳ-dvP dgQCdYk33ov|Yg*zJrWzL1DQN_y"Ϊ(ɂlxLoRlPl/YU&`Mt7 PcS$m+؞OTq4]T{VEA:W;Gޢk"z<̩;[lkku Ƿ< iz|\{w].@}H틡ϴM5vY5#0ZkO3i6V.l1m)9NڅhGV[k%<ʂ8VMRft0Aߏ̆s&_3 .Ѽ֯༣RN]U1j)LgnT&/aIV?,tq|N~Fq&W"Ez45zEӷtV[`Klgo*C j\!>`cµ3`8IS^ѣ'>ij*qy#EueD3 q 8q3G%] Uv3Ӻ@3UA޳\+ĎHN0\k=ry#+`@GSr‡ILhV;?yI_[R4#-3 Z"=>tSAI+&Bxey LL/(=]MJޛ6RCt!7hV6G2,hLH:V2^b{ nB]Wxh+3] $X"QK;: &Kfs%\'^lr44ZVsIkԃ F܏Q(%XuJsps:Rnhvm9`4CAwHEA\sT0;3kxxuuwq8b;)jIrypہ+hM3yР{.`O]vşOb_eG>÷4R%3HX@%?V9,e䪼k+mۍCUy@kOƄjks캚',_}X8L } ?a  d4I֛צ0d잦H`_E j.,%EdJyK\ɐ~P9j#ѧVVNDoܟʭhxA0BH83oWg[̗jus`j{ ہ%H[UtQgu8ͩ+t$VS8Tf>"rcYp<#!*;|[?G&YJbwwGxᛨ(AUw U>w<'Oɚz3:^A|\G. aF 8~rhwyFq~4; pr8?M$]Nn%"|y)EC$_ʃ!lm:/ۀ:=!aH"k ֬pАci9bj^ ^8 `i^Q:|by7E#D=S^ϩծW= ۵{Y T]t o@@P?q-n jhg89tN5jطKCUMaC/ XݻA1,za!gZd쭳eSK ^v ȹIxХ{-tIL:Xha#rLνz' yp_UDv| ,MvNLH5;Yr#=OP{hn7װ "FXcʘLOdyI۾6];Q.ۆA4ΫgHDeagJ]nϓZV|JJ0<'p@mh#l#s=.+!4e3> ~FJc%w:fIhp} K7)H`zFHhj+d*b0ۊAx3^wCk$ukezl]r9- F6IqDq@o [}_r܆LR`,G3u dY~jӏgiN몈DvkӂROj *}G$hUzM`oeKd`x7Dw )n2su7ó߂wsck XO5ƾn2'MLL#5GCFwbAmaMUXZ~ciaG~?8 O VkwG"Yrui9{ybG'+?$SAd%y~k0xo@=DgghXXh.$]ڐ,9c%mN/NFk5O$0 T;&^k/8Ao-PFD:!BNS,dg񸾰-`agK=r|#* ;!_g3L<:|ٕ FU Bt_+B)% ]qy|\EϽX'ZYlsU;H25~W!E,_a^^M䛘#y 3;ܕ)gVЯ Țj:S-~BGbX0"c(u_}]r&&`*"Kkǧ_{Gn{e_s?ʅi>.Hߪ|4P톴A_>v靓Gn:" 29ٳa..%r=r ʘdYmrZ]rR_˃HJth| ę@}|8d>L _j% }>f qAnUҽ'$eU,16&:Nq'+ec7Ȝ+l)\}M! 38K@.n=#\Z,EG݄8)㰿$[ f VU UDeDh-X>,h꺚Y]oⶣXOR%I: n-(|Y0 O*Ѧm[k~uڈTq2u[- OoH `o- j4%` 'c.g F.iiݡW5N,YLBSjr Vђ6 ZI]QPKl:3Z;y9iMgN;olvo>.,d2h87d5RҦ /cÝgP]Z.XT\a`{ e T !h6Dj}|ꁃjfyE5e:QLtBrQ(A 1"?%ȃ%F- й|L4_:R>S]ͿaTZ"-km9\^]d#(wMU*m?u`refIkf01%u ʼnW=b ԚΐvdEA_nᄼ޷8_YL~cGSnJmQ!BCٯ2ΦЉY+y6ҫ̇-I2谌ZZF0b :o뙗NPs.+Cs-8fWAJ}B؏kzh8U@!D%騿 ;L?9*CwT0 zZTvQFHn6寈?#D6IB/|fZ銩"6D:} xa:?T4R 2}[BPJ7Ȗ}9CbbqQZa>[*;dR>?^t4LP*C~Z-6+ eR77%-*&JU^HLtİ'M5>)",l ]Œ|h`jkٱC7N υTlOcmQLxJh cy{I& m6 D ClW0% 8u \:k}kC[X*6]V Oele׺ˌIa:<ώ)~Q|sh @3Ε':S Sw8-5]ؘ,i#16G" &pv& Oq/(Jm*rZpc^ɡSR-yP{5qPyY0ޮR1صR ޗ~ϫ@#ݽ Qx>X-,M >>H:Uo<3yGzEa:738CǥkY~ƺssOECiïBhPJ3azFʛLERP[u>K[3iu/?HjM8d3Lcxw#$vxZjfėE1cP.~IcnӖs]hU aFccNnT6& yH(NYUr/@a|e] (fXsGMg8F%N8'jƝcFw!̬m &:P8;(X.QoY_?E)ae {пΠ&-;/!|:ц*NâƘfwÁp辽 ^ߞ+k1OsW ҿ~uO KZ`x|]Ky`Ra:Qڿjͷ|nZ`"FekAQV=iFnGP @Qwf}mm2еҴ~,PSN0 @Iz[0_TD.нJlUx]FQ@|Ddikt7W&$|kh/KQ-ٖ El!zαn ,P$Ufh)p)0 ৳K]|)l&.uK"B~ҽ alp3ޔLuMRlZ"ݹ6}gUY*nh]ˊ{/;d#`*ݐ@߃2lHӆ)|YlQfYŨvL)ؙ @`ΞV Ѡ482d* ˂daзcկ:LDҪyfX?XltP, Pՙ9`ZL @l찝7EMڅm: yi`5A@3"Jq(Q/%pug]S.^˚;G>4q[Toڕp[^HUP#qJ9`4ck%<ɐ$T{P|b`Л o{҇x8XaMЈu{hZ#wP˕xTHsl+?9@8Ip[CAn=}4a'(?" *`x=SI+ ezgHld9?Y3zj%^.S7٧.*=2v3xՁ!e.HujM\gUTB'[I#GU2q\(ACEC"cx}sʂ¹VLN6o[<rշ/j0k Aֺ- B]So9ۨS]24LZP3GEҘӔ-+BbmQ0T,1TTFoCd`@ο).:X㴟[)TNOR,tr.#]#%wJ,(x B@)j_ZiR`%2p$3Ɛ8'7>0ITUpx9Sٿ900lkO?+SwO*}axQ' _IiC .nq<?sJRBTߪ6&r6iku*#NŠ@?REL,*@BdR#ixQB}>w=zҿ4X C!\zjK%<!/=vLy$<( ΊvL+P;(zRyx `tx {n}SM?.Acɶ6IA\'dZՓy2Z W>q5VJ#"W}Jœ+q{iP0u^'+W[)- !=$ 5wCxMa܉j8x{}>';ZcwHI # ᷿XÑG^ktY)owXeZ"Zj15Nvޒ_G.N +*5hw/|H\֜wɻހ$ 5͐/IDѥEL"#CBXOĈkjVŏM B8x$5.O 87bP豧a\fr<8ZȂ%tUqƎug!`8{t@sݛdIؐOT+  g)[m^=|5IS$V.5'+UR;7ߙduYoWd@45eE;yq7k(uh7uxGi4mUUgJD[E8蹩!@[c^ /ӄٔjRwHtDc^Wզe3pJCs"b''f[+MYJor$3Cn@TϢd/rMh!R"#H1x^3`_Sa9D.vmrJvW\Hʵ-G#j)Yxx6EHJvN 1gAU3"kc2NI1ZX $f\6N027'J#k>+5K3o,ٸxH}Y1; Q^HK9[ UZe/T&4P&C,ǡdzeBBLjiri7./D^ږ22{2bfUbۨƋ)} JDn$;ؓpkYNjh+O4GL2V-T4?agb,B3HK:c~Ea==i}\#/^0Jfe PWt\3A՛ s$K y]b[s].$qؽ˥M6EkV$K4暍8$T o+6tyACm5#&.4/6״7uׯQ3ٹ֛Cd%Di>Bef ҠvZ`EP`c`D0]i W11Q,;X!kL"d*@a])BMN/ ?^*H _ZrRE`r.)Fw8Zx-}Ȇd!ΈcCK5~B~>(F2k!J|Li@!s Uõ L{{EK~FK9Z u)b}|,lpeqHpcEmTj{=V;U3T@rDVGG|,s&U=^w-iL{?!UiqmY2v?[!G|˝JgQkSK/q2/>ϫ>3NQDFbNl)ҵsts9 +\q3gCK0u_]E*ysdHq`8Rrhqy5u{U g=\ wŽ]8ہSqM.T.ig=tƑA|geO.73xh;,_"}&a69p|s$6WptIx&&t ا<{VA`ɷwߴC_ ZWM2y&y~Inw O6=9$f,xsdR  I h8R#߹-ғM%&CRM7 w C5\{TFRQn#I},h/OG}CEXH 8Bzni'vOU6 X ,:B(|-ΕDʟ|>C$96 bs i4_ Җ kWLw| U8e~y0EBEC2j|g =~@@á7_Z;veo2.C*7_2.lL'ii::jfUּJPI}^Yg3?HǑTjQR{P|OO$b$A{S ,{Cl ٌ) T!,rV &:bd\y-7}%ѶWmս3;-2l2|ުv9 W@0Hkǀ5%'1Ǡm?FJs/.905}W^ߏ}'~,Jb 8}'f)xy. LJzK(* {C;/$D60DjF?mC_| vF=xP 4~4a=ܘ% h#/bs0SYM)N@u~1ٶHO =B kz)*<ɋ2ݷ/6Eo,5\nd6C< V9$~rLj} BEꟈA-wr Ũk J6+u:^ Ox4#?8-57 ̼88Q j[s=S3{zϾ\: {b3+YzO(R5 fƒ]GW.v0^I%k^יb>a]o>\1ymG .0ydU/Qsq$[#!{dwËK2С1JGSJ~>r/8M[QFkk8?B6%6Ŀ0bq3  #VaQgFX ׸ya:kq4 ~u[7to:AQ)eZ8F fBmSn+rh}9$>B4Ih0\l`l{u<#%t2R_+'LWz6c4z_2R&;|6PkɧQ킜!tp|Œ ZUj(.79ozIqtLwWGy 6eT[QN_?c h|C xw3!CWyr-DI'Z-3V%7ט8 aT pG\-(lw916mRYNELOݯ[vXLiRĈ n4b.7L@bG nkW&S ,E|V>e{*2D7{6,nRtzH,jvj}O$}tS"p3?1W)dlNQY.OO-7dFlPW_],]wGټٚMmҴ|9HOt'SU. CQ~Û$@V'qpVX7LE.Q.zmai3oDDY %V[t\KuZݥ|V^3UF#FVseK*H#Q\09jm#& J+ )A=Cleȑ7kJրizŖ^Imt[G^9)6fnÄ($P%3ζVe[ݜikHSoXvcCDjN?K,]3𘌹6慀RrݽT"{k bXIY*I]pcLt ", ;DYOklf x]2%גۛ1>qW8_- ,X\XN1uA݆1}t2e>^,b:r|"Îi/7:dɎD+2/ E_PbVk\dQ|CzZf'h<^3ڼATKW_ϧNs&GIp請$ 8f7짘 ֮[F ͠.;\LIYV,C ԙ!zS}@: );6\P`rP9 YWC$F'.>;kL"9ķI7`PtB]T(Red\ y6C.ڠTZDlE;h~5 hラ^sD˲O14oJ=d֣12(^)srձՂyÃ`m RFҺkzk JHtŘ63X2ي}.'DF%/5JJH{n3vtnݻIBSp@䋵ә9Iv\|Vyh7i@f@rV.ڱ^pHjm.麐[{$60wb!B]uy|nO@A{om.`&4HfsW3gC:oB9[/I^` 0.~K/l( 0ecgzT'RvK&5S3nM*!>VGв+N&xemkշ{;`\pF_Xm$ʥ/} WL~v6X14|2{l֙=c!]?ۭ0_ѿ ?ARTb\9f!ɭ9e>{9G^ϫ()Q 㟷btf$gҗmnuNΣg,)GM7.GTS%oƠ& f ":~zoIW4 ^yA}2]0(H5r!? gF-֞-XPbӏw-DXFTZr:'̉ jҟZJa*?G['t 04OY@>. MK}Crk-qoT IXj߱Z fLEٳaH5gG Q=FvOXǠϓ|Rb) ׁ~R .bHe9 (F=x),=ʴ4K۪ ܄Z #>c:G]"ZWgoR$ѸbP| ػßIS p/u-~)T#e:O{H©Hz?BG{ 0Z%D`d.b,1d9=éJcDHB%Gx12= %^LJR l>Ұ}kuNV%)0xwO 2v1r7 )`dEPN[ôz.{dn(U m)8} :n V?/Aw@-֠cIY@ ";V'&YEUEnoϹ[7WAk4Ymgj4M vcՔg!0 {BWxbZ /:!e dZ@0>Sԍ19UV$ AHɽuhuN g;dPnc~%k G8ʌ3$I | 8LkVgsJ&oB"DVʺ1%=^#FNQgَ7Oµ oAvHh8'Eɾ, -}TF%n7ӥdyi9m8ʔD(+ʸ*m .^q֦ԟWN(+d61>1LО{=IrYUwsVW]1dK+b AMRJ !GZ$zolTAH(x -`À+~(̈9DK]S>&,P@PKZc8ssTF*%/BXgv]?:wZZ;@.!:,Zj!2e ׳ TMbC˜mCz/}s8(6X Fk. , ?J%X2 TA.TB_=G;ϔ4U odHfq.ʖnֈGL[P5 P]=2V{aТSSQ]n(F%m3Ҙj)"-+-&3Uno9c 2;n\Sh;E8\30EUXeT+MQ~})]-nYƋ3b;ᐘbQבCcmy=B Rdm1΃Qѧ.6R4Z6&`2xYk:*$/B@gr_Tߏ0zr]/tx,|d U J ii7yئs!G/!檱 @Yɛ!dܼz]V#1.%?7Q.ӥ{8P)5 akQyhs5<4c@2O 1&$2lXe[a/oZb`#DW_2?)V,9H(UZuԦ!i9kC%u0ɱ^bF$'1r-U̻Lָ􇭃z0 4ꑼTr ]QhzAac@Q~ =MME.\S>d k\a1⃺hoH0:CdDO=W==|( `4ރS%z*97|M#qC "" a+Y:m?sTq,< CvwNB^Grh+r3CN#^!Nz#ڢs Un1ĨL)Ide&hnJsgHmMLD:ٿB~jX [&D!,z1F܄K:ާLN'+t^5chw,;kԛLNBa} ayz:zTN)V@ʠŔr%STAV%mAmbh7V'eүhTm}Xu1ZĶI€~SEcT?=q~eU+C{BVh.`.X j7Dߒw}m01_7,zQ4|Z" =ջ@T1*'Tqê3١gg  h3u6W=DOt.j3>sN{ ][ުl2/f}7gR9!R+#_F>a3$~ԯ?R,&[(ÑɎPJf<OAR9E*Ÿ"(&[:95o( 9hzT v8jYW8Nt.oԲhqſGHW4E-ھFs!@d%焅&Irq1SMP5E`atՈ<@,;$iZYC/uQY-huh&Tf%k3h`!k6=>oн~Iz9ڈE4 Ψ]?uBwZUZk,/o-w]Jl7xdMlePr |] q7.s O]0~ &4jjg\|P=;˸N ͦTbE&+8Ch("}0O!01"(rsptlnڕ&ҽM2kU &0P,X" 2 e2n[B!~T:/F(|q%:1^˜W0c:$VqdL b%VP`(n>G5mn(BE2qUKSx2$-Q| gޠ.3NgsZ7` U-.O;Δ`af7n% xuS` d4TP:rF5M]5o &.w< }\=FS.hAHk(+g|JoK`+.OOtUmuu~J]t6]q41] `,r#vy-=u $iLȲ>dbA!Qfc jnEmkn#yDwa<;rk6e38`=b!sOTHB?(ٌGگ >N7EwgZ',uQSH9E`  KO?T<%ݱAhU'M-,e(O )m7SG MRfY&}L'4긖 [}sr0R~F؃pǞI,c[/WKI-&O쟳 f[lJ ܄areP)s:Ĩi :,uE+.U7#U5 ׆iO V$XE60?:wbiGITdFf{/OOBO%0l/< *ok'hp]"2?NAN ۠SOɬiۄ[_O Lg`іԌ'B\^/-p>LIk Y2}Kpb)vq|~H󨲦Ra ^)u!%bxتV?%oMMh#ޖjθAi4& _qq^&T$3Ɔ=xBhO$Q]s'%m Ϟ-Z46{ze6`+mĒޥvkdKɞ ‹kQ7$d7dFltD8m  r 8ܥ`P`v:w]o˲ڲ}iqEqq!yMӻ":1? 9pύ $ׁ˴Jɠmcܪdk.BNo[J;La]Lf>tX֥tT%|ba.Y `<· uwjkmY/LA& x~JMU'JB;#{,ޘWġO~f61{D,0E+lw?u݂uݼD?׭^Ga*uQjX^$ `nwO9\tJ q<9L F>p PrDF}'ր*\Pjis cW=߻j}eqUJٞҚ6zZJC#%XG_ vGe6]ʧ#ӈYnd(Fft:!qPqn-3y$#ztЋU(?:nF.*g,_At`4~`xU=aH,21SC7{f; 쾿Qr.__Bzav?b)fUbq&B}k:A&5RH0-n96<[4(bL=w~>Ӫ^^n+Z sКk*hh|w0DAs FN/n9'i[U ߲ >Pefj ɑN0_"ͽƳj_ S=(q3lFD톕ZO>ۍKEc8RM҆ E+-"3dBu{Tqj2SR gP>F銽| 8FWa}5Q%`b~9!l[>`L5 8z gI#vu֮5}% z^T .P4H7ʩu84^f[ыPH,'ݨ(޾KU`{T227(b4\]Ғ2yܮv_:|kY 9jǡhbDjj8 I{⿞c~)zJcgAfH)znK6d40F {g7>4P^ },s [z_"hz׎Mk6nu`Du>5e6)0&`1*k$}gi]u/+#XSKƭXO=(CPUF-?{9QL ّe``:E%\ʿPi%5"w.c2tH02P!N6h )PYkA-Cij6Hs43*Es?JX]i-Y|ΗSl68r9nl׸u4Nm{1(· (Z?{[>ق2G?NQȓ@8k|NGjZKY6>*z!#q;Y$C.8ϫ~mXˉTP]p@2e%p,- Uˋ9-\86^ǐ W})eC D5]y |٘)[jadW|'y%7&ٷ90 7qfa8\FUхwA םwVp"UʖiG|+;}yP3rl[pDWZ.ѓ~b' uvoo6z'JTQ+4"1fO{;!,5rp-#5P4+~4)=W )^Bz22%`YɊICS ":=dhfqH|e7qqmDeT9E%z[ 79o4qlJ^.%:*K,OnHMZda+@Xfz뵑]?3՛y#MB tXt+puAVee'aX1طG˱>Lm»WW`[^JN>^V֢xїݗH#.1C2~ v (Rj;CT`ѳ)aV5]M˴J욇C mMxb&4*vZ!ݞj҂#}H|J1#,I+jH;Ol~3b,nlIN %@*wy+ 0eEfNZ'8W 0*>:Y癙"1Kd lQ-48A U 2!}zbwF%Sl:NCQHcj՝xBLd񴧳49%x=~E~4DQdo8ՋAP6=cwg(ҟej3?sHEY䀽_|Z|LPXT%$fLJU"Xf=i~ZS Fq2 R^qbP2$MnوK[uصNN~|v=TA`kA):FT܀Эs:=RG}_{WP8#T[䤮^/n+cB`3 ᴙ4XD‹r:Bb7<',^}J!C3qG3 ~霏FeELg&Za0ŏLΞ3B8ڴw۪aƧ@wj^ G7#F͘f\N=_[RXv{;ݲ`/8 lL(,3wG0QQj_X4M'u\ US/2`!+8FMtƅ1O.eײ,(/~xcvxP<))a?Y#Lj^\]DNOR%d-rĉ 2hCPMZ=O.ވ'#`Uߨ] :B8z)%PrRSH{]AI3q]r&'I~[NkS !D/&t ( 9앭W3jAh)S* cbT>Z8 Ϝbq`5&x-t=C/zU95$d4Eu׹ P/x] 6^l#9YZǬ `?vh5zFvL,Y r ,w=Z⬀ j߾^(ŦXb#"Գqu [M6`%29]l3qgEiTԱ3 rz2P҉P%?9-I , '+Iy[UY|4UJJ3?5'[”LVXALq9m#i2=ϊ~SC4E Tۃtєm61d:/ζC LDy֯%x:H=ud7Y=#Ͻܤn=wUn-<ȱѩ!\FL͟2x̯ nkH,se )͐ -i(*7UL{t`4y:+ 1jH3hM̒Yc,0p3Co6NWjmڇ5bZ)4nF $IDIۯAMP]HAۿ J^^KZͭ W&.s^.rwKhAY g'Hz+hjz ORzED +Z|Tp,,@]ť^-GRj} iЌ+ǬKo0L<uɝtGEVaH؅fS񴲂KØkcT Yx̫acjrUFV0an'Xb HKg׈cZ(C|U5oM׷6i5{=2jJCD8d$wv1@ l=!@9bwU%G};݁@-kҟ놷1j }}(A:Ghx:ǎDUscQr&?`}pY;(=@l'8|S;n<{n6ʧMZ^>[`J:P L%/JgHrNiI.1kȫLA7dZ-D %j`,0'MϳoB{mj7i˧>һ F_e,VyeG Z߂ĤˉM[1{1{:8x`<6= |:O@"zN5c;w>fõ=]o BŃp Qt̢Nl7FPZ8ԡ^/HB*eG0OO0pMfB]! .?a.'pջG#%(:_i;M4,@/w0;)?i؏dЌ̅km 3UH=!=8{a LtT!?z%:Um#t7b"]s)SCx'GM, }#E7ÄedwV` C۲Ywc7d.rv3Q*Id7ʡ}h/7|v[}T=OUDԅ-uN @krf%0IInzf3"ʼ-Ѩ,>d)TSR?Ø/*{8C\BKYbBk3)/RYȸ_+0\J|)v9M8 bY9l8S\qZI 7#s̲`(.À9ouNp~4WmAeZ8TF@nߡw9?m<`D®uekN)dPxa La`nZ砃|hmş٪RvLw_7>uL|5ḽѡ=6뭶ƙk˸E[ WHr¾f=nZX)"a L>[끞kIj>Ys.gs4[o7faNM>bmlWIdnխx]^l*%"cP/@<~,|ju|Q3۳җ@ʖPC^\lO2@ß%O3-1kWm x\qLfȷk26a2{)…,t EZ5BB)7ۺa)B|:&5j2)/ @>  G{ڵ ՜YcE]" x}cꉥu `0*z>!Nņ6\[5,;X D#Fh'łX:96U(,h~h8rO@fU%6h3"5kfy2Օ옱~`I\ϙ:lJ/ E{J9*ܵbu AC!()P';9>^Oš6oNre4MV؀+wA0,0P&VoliC$W@bMUE{rjr=|&!i !=ނ@?}]绝B%XQp٬2 ?; /-?+C Ae@vhy4ks4& ␛X!XƶP)[k/)8I&9gg{"tA#LȠIػ@RjL; Iһi54=딘R1uI ܙ*dD-Qo0`py./|[T_ R>:7WK727F*9,Hms.;(5w>ǘn+3oĦƪzuw4jG?} "pD>]}uRx$V`p$Uh01,w=·6VB],;lTF|rO3K֖A݇ٸ5EMwnN-s5 WS))载gäBA7U'ڨ:.mE$C=yi6^WqK~Ҥ&h$ Fnu) 'G[L9luA62 pkU6Qu$|ˍxCyޜ[3>@s1'suTm]JiЯNy21%ZfniˈUNxťc"Ɗ_H-{rJC֥پjuYStwwdF+']TRUPA.[#?ni8Jw!T>|_<{,̝o" J sk"4%m(J#mHn(~e!蕗Lrt"Eo:  1-{ɮRz'\(- m}Xl$@@!2d`側H 8k0RgMhM(0j}22M_,V-:a#_R;-Ÿ3YZҞ>٠%㖹`l!?ვ4 e?FvM?ROD.Rrē{ۻ!rߏ SLLۮ̹>c Gk7C'|%܈R0!E :풶p BN5n,y@P DQէv\Q q9 #ثUm=W"`բERħ 74RGyo"N}Kijbbv}I$Cx]9?)H \JH 8G?kb2s#k0\vtcdK y uE=\7at/h$"BѢ+Qo D|l$Ƌ n[űKͲwE$cDbݡ=r=F?):3m帾a`BlԢ3c@oϖ,0:Ec]U~ʘAϧ2$0}Q9V1E;w$w"6}d%NoB;YkY-KƂ0oJxǎ6E~-뛩d."E O8vp`_sPTݘ>v$ ? >s1UJK!gW\y!-N^K&w+Aտ] E`sL UER@rnigM`(a8i]wXv-a<̺-㑠o°ݎ{Vw!zᵼB+'oђ.7h  r?#; .:A:-n[Gx]_i|;)َm)b ) [C966jBd淂$EMYqߴ_GN{ ;QQ SZSr 2Իd +\4IR+ϐ;!+PȤMmjX-I&8 Wk4xc$蠷PCvu/C[P/*"ԃd=}2R8 d !ȦB^0aSN0-;EX]x A.~ hjpb&uie SoOܟRsqG@+b0#u9(źE0Ѡ|IrnE)A䙫hvk~f {x4]7 iNR!EB6gr#~1ǐ2%wic&vh:[nlA^t sfi ZRMC#as ثJ9MLem]JSŀ~n5x@<a[)!IFk͒L0:xgNfɷny?1N4Aw7W#Xyk!8#@95Sg%ȾrBBqʡOiVeC^1Osg:;ꢲuXRXw"@0c" ,)';#UUZoHUxu,D ml9f XN~}B+D(rzs/_PmAɤ j痆n"Fb:w*޼N7zt*cɝ}ĨAY?JV/l>!e{A.g2?8@K-Q6'z{ n8ᓧ]\lefF8=Q|ش5^ ,;-wlB`O,u'FcBjI6"q=ڠLXWGf$>$obx x˞RݡlGUWp2}" l?9's<ZFe+-MC0E e5[ ]?Q]V-iS:ɫ=ef\\==H$fvDp j_m+0茰y ֔CN$`&<4sJWe5s^L:(4@{U$## { \7]Qf^*S|O<{"cw)vĭ ګ,]Z1wQ`<-ϟ~К M$sYϮ' dRsLӛ;os@١BSUA*H/ـ SZ K`A1ZR9> 7ox L7Sm=5M]:#vj6+K[]oX4V,[D <^!}}1PYA-LA2!)e;* AD}ۃ1xyDDA.!4?y@e$e*8X?]eoTUpT h)*J$}jHO ѕךvw6s:#7a/>泛OX&A^5qBR>&:0;Kg ~Κ1Ͼ;n!&nL<`G;z]Bh .Ԅ>Xɛ3(|bg n`ǂVbj}_3crSru>܆ױyyG2 ] 9ḗԶhF*AWS^mZCGaJeS{"%{ON$cF#9* \Dzd zNV'h;Nت) pUEx˖>vhǴ? ;ud~ĉO4c dNC9Wh;gGݏȵ2}ҔܚBdtJkg[)l00Ґ8r@pok{A.!RuzL>4P!Ok)qᬚ'tԣCP/7%PXR'ҰgXPzSx?u6ı*>~D^d}^Uℓ\LPj^7,{,Hݛ¹%3o+y juv5E/I#뱍r8@)Hw0Ԇ@Iof^,3z"818FŁC+c2Zz"2QƊTB-.x3WU-8"WI(@S  m՜읋ik^ ׼R{üDׂ=X4o+!/{FˊKD&ۣ9%ZS~vXN{- Q4-ĝ#Ĉ\4iKl/ ܴS*Xa 3|P'q/+Ĕj'E|:GOʌ%Sل\&*흟8y) mt!l]eEng>]Bua!.Ú@N޳49:*gՈ%x9q#Z.cI&q<}&Rgq+ =w!:]ׯ2=sH+;_as" ?:f)^DSfmj|ʬ '5DfLE >dqnҟ+qQ ǝ(ˡByk1!k,cReaic(VI ܼ/JR[ɸ7QW&_nVUߴi$I>N ~>6)Mi;F3<"9<ϖ=eWvI$Oed鸱Y|B1qz_v2IU{iD͘x1.^} Vua3._D0AN \i^$V~lX+616҈ t2HOHu-6ࡥLm&9nx8`xF#P.^`?"ō]%T~L#Th¦ikv9₢WM'A3W1@w^@ t&s*!zvT֪h VT22R$ĵ(-+jmP/+i9JVe eYr'(ֲ/yEO@;m"2u&0,^Wu6c w-U a |TB -2kk~:}.LWPJNOF(U=6͛]al{t8%>@t"Lg/p d@0.UbAMM^_0!Jh2CW-/p8- p1tZ")Fq3 V#{o-W1g;ÿR*$Jςt:[-g"gx)ױAz&%YZ/QگQjD-F ޻S>Dz(0~wB 4EЃ_L塞b*MV+ chTcv[4(Kmd@mtf D0`̴}YOse-bi|m۔U ; P}H~3q \+ffi+.G{󸝊o-V7?Q$AqWKmGR?&+heߩ+G'[hxIb BElriR (]뮸?rp˶IGƼPH2EțZD%1)$g\&, /nQ C%;qj</.fXM{JPL/JO`>kWX\%Q3(= Ǒ럏;{NP<ˆПh`DOAy;˒fh d\0*2j%^g`U&b`_@D%V$:|iّh1^6nn W2DljgBR +h0nY@|q<DnRWmhJBJ)q-vi ЇĸYZ W4 D{0ŏv*uƼZ.$ ƈwQ^ .h8}õ(`5(^3si=佈߂R!c<לUqfqZ&ʋdq"Ḳ0!a16ZQ~76 r]ϲl`IYzAiAVr!KO9Ry׹ :ќKl gQn?I+>Ҋ= t8+PCB* v/bԛRe[qh[v07w]3lqGez{x3YePmGEEP: Ma:ovu'+¿ $;rMr0Gw(1H=bog28TTAb!=صɆXQY͑kn.8&_$ 8*i.:39\xǤhO+Tư)۝[%9! < ndClq{[SsJll A]V}< nH}&owmhfiد|T / 1x 1te*Y(⢗nQ#H z.% 安x9UdƸ:DSX4G}N'`1a?U533l4*&n0BRMu$zw$vf N @z$7V775jHen!Pj_V:/;R?!N]h*eE 4 L)=q}f`:hbv lƗ>7غ_rF՟a=R:ZY7|n?0gKXW*%#u'Dc 05?mgRNu3pV)/^p>j8WߏhHZ_SƇu)86+ XSɽ2)wv$.~N[5]rZMT+,_R@Ζ,`&őۺҿHYgO;+/gs9 (뿷@\#%)H{z3ZtGn.pݪeӼגWa=`>M}NjRM^;@HҔV4jYgF'!:+0]6TSg yqu#"!熓RF2N#/9ҟl+;ϼi6K'0PtvCѧK ]N3/V*JJH_ rJ9>'nMBN~4;c_HiTs`'ԫkԢCH1 vE/>Aw|R+p ft҅{[!Umk*DasLGbp'47iwf(Y=h}c;AKiE0m6ޅ kVN&0)c~  ED0C `Nh2] 얃%l:t DCk{ojA@I޷~T+$b$kσSzp(!(#zPɁ mSX*Kn"-C~xG"rb#hX9o2`(wX~ H4g oA)&^1d$-ȾHl1>|ܤ!<h{6XƔlyStMz 5AJ_\!; $ʱaѯ}4ȢB7Yu}-IڐQUH /rCn3R=(AzQXd`6Mvl{IB$fm]<+/-m,!~t :^@# _[ ;:;Ќ̋𛻸춘ESj$CY=6Cтݐ8| +rtoֻ9e>'t1FlVPwP# D*Do2jkns"&RI wz Z9&D4MW dEv}~?9Q}1) iZklW;n.;-QXQl՗2ՋXMuަa3V/u,MEuKn/)&3ٚ r]n+L_zʥ5u.bXt]75VWfXHz,ABb)-d =C b!\?[HaM{yHNٍ.t0̆gMN_ Y#ܓí)V:vqXRd3Az6% 8ԑVorOH: W7j{ Ȯ ORu ZQw1sE:M+10ƜII,(.@gGx,P|Ok=(\򓄋V)**œa;ؓPů>y% xGwZv6 T0+%[IgK,Y9ͧl1J H)0̖lagWXT9f2Gt_rg~ӹ`GҙV Ssq/= {-a(kJL::E ,nw7>Z 00F:P :PASe|6LY59&ru F-4n"mrot)9'7 xg֠]ӛMnSB/cw A,5r20s0c btoH^-ޗ}Xߐ3eul->Z}:Dj9+6Ж/_<@ > [%@iQ#=ԫRqp+w84GWpmcL߄Ciی4"g.3޽7/l4qaV&C; Պ'#])ۤf؞]tp,`m0Z6x cL5 nx;:1Qns77~s"9]öyA26#_9]Qvڟ yR.Ӧ~h泓qc3ރ }+OI~٫/o}7R^Uv5eq/j]&Кgp ch-]w fd^IQJw#%q)H;zdw)WJ!P8sb8x[  ;qh(}Ji]̳*ru51XpO/S9%8oضkJ)*lObMY *`K`%8Z뿡2߮H:rRI|H.7ZL[K}&sQBPLʙ ]'n!"MjȪDv 8mJ2lUb>#(24:ʎ9Ũf=R9TcǸ@T v:)m\8 tS>}l阾dW[TuO%\5/$h#d R ~t6tsw {-dsW6?(S=}~k)c٫,񝡋+U]M%:Zb^j16 soxkޚ9xtFDxa s&Pcڇ$U*ĠoFS$%WE"QB?MRRS7aGVPQRjG]-F/2RK_cfsC 4yD- \P*S z(w^쁺ScQ<7G,m:8>U!P'z4I rU,XCG__%X@0H`FpRIRB5W`dx an: kFSIvozendR$iM\d(hY(l"߬.tXvqťtqʭxN;OO{Qј.r/Qw6[9(=8[S٫ҿ(XǢ'Ȍp4U6oK=O+o[CO`_K\SP.BZmYrF7MY+DYK ImK@rd1;:&@r?$}9Y6VM5}@h~͏ }[r30e 1̌w# ~7IǭYBrBCk;,/%gQ5/^%䃶x-uJğ+9{T; "{cRwß-]Z o&u<*q2Eqs]y1z?]H4s%}+ blziȰIN^=c1dn{-;ڬ0cу@蕛Gćښ/-jI?: (&ov+;aGb|nxmvH/] *qRCGr-.m ޭ[EV;j#0F ,w^7VJKA۵SxV|Qߢ/gw(ȼP$hQkC@B2ƀأ%7lW3-?*`,A@V9\1sy$[c[!9#w8ksVIF P҃˱MqiSy"}ipҖo91dNt&7RlVq̒5E9 Mt rˮ98ؼy-K^W5݀Q!sQ"ў"+BbWGqk@wۚ;_)Yn=\$\7a ܚfR |D:Ebg<,r(DYr[yO^+peӒBUBZey:Reϵw2kǖ%Aڕ3o*cAe8OчGt'0T`niiiQrT|Vv\K82"b׃ 7WJosbBƲ:|d6XwqQ.42N%;Pl4,=/S GlbR?!}8nDpaR@jq_MfTm8T13GL=~?ޏ: < (Nlm$iES{s;zJr-#,׿*!3Xy,;3:G*}h/A1)oE&boEƄ4⵭D ]YJ쯶o0JC7=@8R{&2ۖY=d2{,9PhAˋk"T.&AzUcBsl B;@'AQe j'ueoc |:ƒ()1Smǖ۔YIE/K&E3':.#"H ^Zɚn &59ޥjPr= [𼪈i3}' 3=_혔RiOo)#( SeuMÚV96COAr!A[{:;6#zWkMjecpAA(*1ɭ7yl1Vz#@š,"(L?c8l'|b'֚ UD,1L-\[&D@Ѻ/V ɹe!9G&Ef훢u` O]:H5hl6/aGiRYҐDKhph[^묍g-V5#m{Fߍrgz%[u} 0Щ&k87s}iVw]"'[w;>aM{_Q}~9vucf" ~Dc[wMQUw }gQ3٫SN})aX8GUgp\Ne8/ƈY Jd{1rr&־-lܳnFpA͹#@XdaYXe򒚒fI!LBf\^A^ud,OjG&mUXψ)_)?*$.PS}p0~9i!v%CwJkFā_YRxvj6M4ʱ 'V mk }Q52)r, >%866+s|^CFCldB.\+1 ,L*z8^haał -1G翼=w>?ޅu7/ON=`1d E\#r=Rʉe Lw =_>mXGG_>s<,yTïclԂ,%V ٷDr }Aneҭ>R 3WYMS^6ljMF8[H룑qX⊟~b+@ʁDZmj-&~2T !ؕ3]ܾz/>3ʀw)Gt%8='ՇkYl?0G/W@[Vmw7~d, TLKZM - u?5}q~`ߚ8 dpw$'/Z[Ue1=&OX'#v1F d#MVvS77Ecd(H~w 1UCj0\]e6)|}ČEAD&{YcGsU(/PFNFUsuajx8xV];O.<\Vh;%ʞ߉{zB @22 -:٤&φw# WKma1 /~ {<%&tDKFrpi}_"y o{TZ8.SL6(cdM}oO+|%¬=vsva!YZ.ن]H9‰skv;dX7UZԦn*4qO,fMU2Re;=+>kC~2 9oՃ#P;C:WS@yXDC:f2qEyf 3 ' hox'$`_ղӒN{s\E7ij4 4aY !D޹JZ*Y\TYk;lDeܯ,#f%_W ֹu3KN}neޖGϰD-4D.|MdcQE@l¼WW ꡍ ӄA?t^xyD=训ϥJq k<|'z%u^@g'pD.Et1 O|fVlSN"QU6m3+>*V 1Ut8eaؾ6*a?á\Ko.}Z3UKN[ZXQ;JuH=zG!:2pEo6-&$bߠ#Azzҩ0 [ᡪsh2o#pm=;U8dԭ uؕV>G~uކ?{/S4`}p2Z@9UEK`6\n_[3DS@LKmޏmmRD SbwဴayB5zP 3Y/ v,<, tAC$uO$2‡/NW|>]N$jeH~4Q>jWx8 XQ=tk!j1޿eKqߟ\} u Qz9goTY·[BUm]_4Qg'2 gd4 3D;\7& \3 -HË}ódb4NP[wk9'SӚIe'Tt:4rLj? cq݇k1+m! %Im"7}5ELY5HuϦTđ˘AFΔ wr` S<%2zO\(]Do_;?qD%Sqޗ5|sc!)f-7c꺄ῈJ{{[ts}NV ^%CsI+tg}Eޓ`6Djo]ӡ@uJiqgT:[wT-3iBC"SctF@f5h=<^rdnv-wS O*TRȂeni vP5=U(DimO[R.<034:mGo4ҾcE2?yaz0qVߣh7[;_UFs}9`@I8#EL.O˩5}ZUt{|dQV%([QmsWՄ_E=h&E{Nuf._. ȫЪ(t!$!Ʉ._-E}"l=a6Z<'B"-ӺHE"nӣ!!c0fׯtn L۟ Ozu2,=vf&n1$5cތtM:Cpa%RNd:Tн"Ϟ4ƃWWYWŔi->bkq 5E=CPP22phC2Yr̝i4 6LyuM6<~ (΢A5M\IДlE "[5Hfc5Y8o9"[jxdR֜P W'P wu0 ez S(݆ 箯).)P5\(Kyiȯm8 ݧT{GGۿ7C.*0k] Nz"b77V(%UeGw-zh+1qbeYE^! X_1n$GC-KbCiqǽ)D}q?N,ay;zLNRuv+y\Pn2>¸[o;<©t5/bQR1݀9?TTB ^h6!֧LӡuMs⋝k)-2JVts."9=6?m"`aC/!`ӹ)T-J y 6!C公v09a5W?=0s媱/Ō;&8?ődxqb>l;HͻXdW.*zR6F__NlzV~INdOO,s'LK\AȖ#n$ }h(RHtF Bt Clb?NyE5)?U %ei /M5o^@#٤wN)G$X Ѫ*B};O[=KfYdTn39}=65)9BKv9_ǢҔeŬ[ ~gX)~*HᾡVCa̅i&q&ZU}U0,FdmÝ-֛NT05;7yH@m]J:syf~ypMtӂb.VAA9lSV $Ypm(A<۳3M!oy 8(Ep8f/.dž !0y!Jq.? ."?ph5V6n t+cnAk'_0;Ңo6Auvď$Qb?< (_.&? \;zC[mšX X iz` 5ut&j4%EϐU}mԵ|׶Pyb޾S4Ы.pɰ8xvM)5"( \l6[wa hAXuN>DQ۟9uc &<^f2ƕ5왘:&K?g#̀Fd  J{eYUA%Sѿ qG(wQ9No3fmϗ&6n ~誡fFN`} ~GZx Irni}zuCy!8⸢Tr N.eOY˜okXȈ?3eJAéD.'2gJD«(%nl%@ +RV9DjD >$d QSΓ33wshEp+ ab)fo$VɍQn&y!st*xCv䑔]u:+Cڞd[@j\ijAa2:;ZnUGuf 0=޲D*9#LXA:1r;ɔspYg7lN%O`D\ɣ$ UJ9(s3 0؃/k68ת}]6Md9uY}[Z\7m|\fRguXg0 Hnzb\NƹccLɶ6 ' * <f%@#Yw<3 v(SREwqV 4(sϜ˺IYi-%5i[ &d <:8/QRÕ!*FL3+j66掗 K+`w{qt6)2}_3GRѿRBܭ2:Gf7~ = dT=#z$^ Bbלߴ,5y!euZ6+ɾ'^f$}* JķhVp9޺T#EQVTOy׌u{hc@8u>` Z9e{dF^̂!5kp2q5-9qS]fјvϲ6B&Ax?;"yx |F&j(\[:?g\azr8wvWSc7=:CFv@IɆ̢ 9M9;?o-,αnE}Ҟ$|!aWGz=R 䝪h1M(hk7 3(Mw^0G8 V7':oukX6Qkm7(ܳYwP {P84~^-O/`XVw Wgƚ_ QK -5N8/Iks8ybB_=&1p#L4~<\ᴇݿĈ ݫdXa)Oq؞8]Y\Wv>Yl|aߨⓖhnM8eF:ןfN3ꈣ9 D޽B \%'ĸL퐵;);JNvжF1Yn?D~mu&Z.8̳pLki|Yi 3Em$ S|z$qAg$#4S^( 4M2+)=zgK>H~FNIf,ܚA]?2h׶gBfe.&zg\J92H1gNq%(ctƵ8u|1+[6k۹#aPՑ|?gY@{*JpN;IE3M`땕JOCPYMwKKAB)7qNAϘ3Xkᕛb",|Y-)78XASU*{:F3dI Hd8Dªz2kbϛ0\[ ш׽Z\OZT25ly;~e1ulH[KN\Bl͡HTQHQ0 W*PEPܒ ڝ5uj[AG, +пaHn3xlj$gD+xA|E<, mY$IN@ʜͰ:dJCr:*/RlL:osqG86_i>v96gT5eU*'5mxը?T7Fbϭyǽ)7kc,TbI_0TwCf^v,u ~[!FkF5˫MWY[)@ge!ŧT%SIꀽ T2571^ѵ* aj&0<6y e;Q]t!I =&l2g(Q(+?V_A@(EXP:cl\(S)|y`zb 8 !)+ArCz.tc8hz)^ٺ_WgL:^rmqO8oHޗ{zj[/)@W/鯾"HXW9_Dd՚ل%kTT'jVit)L5m; -dd0z*2ypWள?#g:~ұmNMfaԯҴW>)pbVL>Q/ Nkt6Ck2%x2zQ,#'[$y 2ULNk'ɭ n"~l6ڌ!B1<("܂B 8%0^ώHHBf>lvI']c(>=s’m^Fe88 f\oo'l f4j% W_t;.՘Wgbٟ"F' +pT-V_i="=izxU;W SOaSH%f Y<~Q‘pp×8KeQ]ii(M,TКAdtר*ʞl\fMSS5tr=Ka`+gq[7!r ,V8Ui! Q΢97 m_"i2GE-< 3JX2IYIf(rU<:EzQJ+w˰IhtJhuOԡG7B촀}Ɋc@S'cgKFor xMg{+՞COȣ2mJeK]K,o@ɰDtO19%=׽RA3#pP9/!D~_m.[2Fw2e:3qr>Q1Ǽyˆ4Gǀxi`ShL6p:ҞS2IH[Nn"s]ApxO&2{8'* DGYUWmf? _vw>i_vYk<^F2C;*\a%#[eT%b%i#^HJj-׶Oе,7_v|:JDLe,k%֤0󝱀X%K$gx\xY4*w@ty{Q,6T2%ۈEJJ3ʶk\㋃8.(܍-3aӋRb,S_:'cΖ::Lb:O%C#A]:\cU -n#9hO Nؖկ4o24-E)cKXXgnTAl(_laMx+GT:8'r^[S cBR/ yuIv Ч^P y$m7ጵ]ay3Ѱ1q+'?#aB,KeܻDXngSe4_p栲|?T᳸KrߢAZcĔ76Yfl !)~ Iv=k^~ ɶqS!v9աq/mk4ijzʺ$kpEkEkL3듫=2PkzYiƠ 6>,ч0)rZz~qpl- gPr|uII;R%rvb烵?G'þ\ vЉvK ڽes>kJxxW;Cq1 5 (/Vom`}Gf꩹Q_$/)Y r;#m[޾)#, \ 4Ԣ @IEzǽ5B^ }4gI)XMd{ N !aT1]f9'j.c(.^ h EWZ;.Vx ֽMxa@XSHExҴ{vaΎ"*CDk<Ue=φu,zbեh2w#Е42GȍX5S1.YSQSADZ,B EfTaL"tdN*#йfߋv3ILxΛ~]qWnG@oҋ̗]Fյb۟9;J2^7^J3`Zr=$u Q!첟ϙp88n[tclA]1^ 9コQ%PBuu/Hu<5ssWgUGҍCqc&0譹v2*x|PL3Fc{aƕ`B!K)^Ssʯ4wJnӓ< / C>yz!!b8{=[6~K-,iҴ?OqHd0:0D j $L6if^hk"NE^r^'tmpH4WaQkUsL_ϑk4GKĬ,oA #J_#݈. uFz]Z.<wP/(nNz2 Jlz' yS9';k=ՀQf|4l20gXa.׺JQsׄO u^ip:>^Ѕi.A䯕ruB8~%)69DDI{,O SٹeH0dքp}h7}up7\Nc{H{ys6Hq mf,l`Z&Q 3iBLz,b婮}<%f;p/hyB[0 f21N$JZ{?i_ ] <#} z0݄ cv7z(# %R'91Z/BXD8- yuey< =[vÕ;}TJ`yuw3m@5j ;JAn`68a%JW"ԛ,`Y^mo^ն!|$e2Z÷mRegx+ /t3V|O]^rdmCi%ɘkx;)kh:ʔ6щ6h  ?az*> ڈ(jCgWmbH$Ƥ/< -uv,f6q%EܱgBҗ u0p, ܫO#RUo3ThE|yC&M1W}UBW8䒜vNo g̾Pڜw_H79C٣8W"c| 15r@rH>*ȥI$ 240IһpIJq)fsIX{K[۪5k߿|`T(e&TNp}m={&I9]m1#T,\L&J@7(JqGlk1cD(c5J][d=YOg8'[8/k!ǜЬJ7"Gj(P |ۤB7BV |`ÌXYUy&E;|.vs|2_]0$_d@5}r})9?#|)Rhtq<B%QoFd3L:@*<z%|ٯ_tt5-KEӳWvj'Rhާ&@O{˹NJ# m8"Z $_84'貀:w C[u?Uɤ]@|p Q) ZP8{MkuLo4LmA{ r ex{6[" շDV5Nx vWcʲQ谱kϬoNm*>ZykKK E,BgN ^}qHק,8rbk l<@L48D*(_hW!-fst@^2R4X‰W M+V T g|z(1R㦵VVL<BqSbK@rBc ŎAG4Ըx)ҩ*7 EI5$0sl=Daey?gaMwATtJvP,M:BуݶBi)/= "p`$\W>ε%gǛT6{"Vףgmð׿̿S%)pa(nrq< h/o@ h8gWP{Pō ҢוL/޵.LϰriG/Q5yHȽSW7x̍ մF |Z)$CETmDM0b zr҈t䩪:' CBKZ"KV5|yOZlTWkɑ$AdFД`otkrS3vKu(UPxg30i|XqN/Nxk՜`0z+ ,<=vykpףn}q5ťc:ZmT^@듛_2^uHdiDz.HlS>{_%Sycs6˺ke?pD~UId 9*C3Å̷ٳb Zdmׁa b"쥎ދ"=k6^~"{c_Da^x3d@k~,~y;gݦ;*nE<3S#7Z}N19|t. $ OV_tߧdjn:)RWwd_@ y<כ0?U zV媑w#џ?_e={^Q4N-6'Z'sȑj{`2L7fWe߉.t`fvL$"|;5:b|}+fc)V'(#85]*jGN̨i:ȧ`kTAG .)cda5քmRau%-.7w>9­b }OI[ QV soV< d-C,NzOOKI(mZ]#=.;&Q[C@<ַ-n3E)-Pfsk{>]'Y],؍nr5w_CCr%ˌ*zwLbJ$T,ѳ7muy#&pxڝ[PM70XCQ j~EDfbP4ͷAIaANT 1ſ:"Fzu2? 9iqoʛw%mB}Zg<)"A-KS7RlJ\1W@+!@y'bJ,ctġ[Cf9 9/? O {4!p)+2I2w_I"`T(fǖ!j{ %3 }n t|QSތ(?dvv&`E$E84 b/xL}ԓBZKKsoHP} St(,i\ PTC%^Q9RtQ8)S*u5/F%MTdLP{lU%"pA&}GbI3mȌQ֙bϰ푫SRՠכI $q\ҭus{pf\屭TGƷ*[?l)Ӈ /& "TpA+f;5EP:{sA s3-5{e9 J(TE:k` H7;GL==KK4hշr0X`}Ī+ a/'idY&AznМ;^ v 52MPmgi帯/EIJtm5PrlP1U>l *I>f[j9YdfŻ| $*z/ TEaë\9SZ>S޾Ulò6,B(,~n,)U3Un8s@,deЩ sV?5M4xzUC N:AD砶H]ӯW;cafTnls~ ٕ]eyl^yEN3y9egk#!s74O=uq+OJd *2Q3{>\ўOkef́5fVvo"\TCIZ"@B*"վ86D,wyΰ6MKjw.e0(`yty@HX=m\L| ̯|T%S_~J& V÷%a~5t$:{JK+w|TӔq36κ]_+b<24*,]b:#x$TvsH̊(c#nGA8ޖE+Ȧ8. 4ZsKO.eC>-i'e:MfF蜛~Z$֪mV@YN Yu!u~hc1Z@<m/Dy [Akr*dp150^iTd3,".?*x}} #{낫^X_VIV- MK~mNgOYMĐY-"HpϖMT6]W$w#\pp:FN-YT-gY0!(tz)q]FB wrxn璮I+}`.Tz\ 0i3f8QO0156`nBxlZM:6v[ ar˴"?[ETD##-v,Wj+,lh]S`s/I$)'\I5~U0~:$#h;&K78liW!iAuPgrhbޞV$]bWRX kUnr(VՁ=bv!c:U%iltLGZR)BT9)Ze@RKע wL~g'e<9|be"1e':^$;瑒u6|2piK Q0 6jEI^dH3h8 r9~4Ip| |35yΣ/)%o:d- i+lޓb%MM791Jm/Tr,}sR.jiq̳֓z0i)(?H:I,D3èd#+ƊB$c\&onD0%: k{uΝ|;YERƔ^A >#>W="!!Q[[ل>,t6R BD6qaq&Gl\b"XeCzW@3%h`vceTKE[L[mپ]EmYF/ҧت 4hbyz(?LU ޾̱gHYrdIûh1(-H>cM)d9ãX/ӁK~ i:6fi'#sx9 O;lKu'{ziSg$U,\?\ Mx5+D@pTJqOqj[ERpi(C$okXL7]/J{+dX#2;oev|焘9!|  M,Q<`E a\mMK\)1*sV \ I, ^S,se0O/ӱ*u΃l-bHs9G`1GtI1LJ&}~4/1A OSsP~JwEOG*k@iDV*HaR<`=Vx[.N,1ԛ.i `&/2\~ ?|"Z;() LArZwt.j+_cp'#O)OQ^g}EYӧ /)5\F^)I[dJ~\<蜰3# yYדa&^{#)wzm8~q58c_E~ e\S<̣>X~Δ]cE䕤S*YzdA_A<~WtBv_T@}Ω!_Gn~>mX Mr3`@5TEU^UVa&HUmibe@<`bڱ_\Ocgĭ[O`gFP;l@)C#n$y¼0GNʈY͟/ȃY,iĂs[t\:㜀j^^&uD^@(LJ>TN1Đu^W:W+s0"4Mcy]f ;κhC_zW_4>4Cp8qt jeh1tZp_iP_ 妑ky#R D:^UP7|d,JHգYWJĬeAWVQrT8:' s9<8K3233P:Ȕ*([IZ<@YiT=#0b}=Xs"V[\yK_ZzvBTagCbjf2O+{\`v}7ODV2vu&v? =[؅HyE.Cj}yDTPx\=u_^l!ʙUnK?+6ZqVȷDD$\R}=vVYm^.Q˺xZd?h־SpqW%Om9%%" mֵ 0sM%n3#&㳗SN~6\[]-9(dٚlr:؜Y9Ɉ¢D|p '``Eȶ]ó?OCtm=KpJaRƗ;-!k16| ,[fD|{N$t09v_G꼓Y*;AZrN,5{q7`J(mY4at_^)Al](~,ʞ&9RsN ?A :soUeG;˒ϱ {%Q(T7lTl:|x *85uuM~D jm#P jȻ .t3FMx5qzŎ,ySFd0Mzf\ʳWY='-DSD򃂭 M6ꔫx5l` (Uə!>=Q񇳯lwA?a)LWS REM?+8` ݉Wt(sQrE4ydWy}'P ڠǐ=P=fLA>fȉyʢK;{9q2z5{~R+h|ʰܓ/_~dWL.\kjRH_:3QM6}^švQ0R Ҟ,7m:8` L%, /}= @=~c{Ek6n'U@ _V$v/tJ3;{ M Ȳ .I +yg@X9y-Y5&w*u{DQ%jݜy06{m+f_omRx z/Ekh72I}L;,Tzqtcc",-Arj8qj  C8R LCEdj8w㞱 NWYpB21 sz/c|#" , ^jӳVf ba<]l /"^,Wr4%ST\GT=ߠ.N:DPGf|찲E-eTW|ԇMu+z&+sEy-COQSZju{oa:SLH3nIW{iGRcJgxr9p˞-qBWdz*_B9"2i("@;9cZ8% 2=w/.1͸4U_(I#5B9:U/M;L=u\1]Z" 0F6#eZ8W"sFG}QeX=hb#,E]QZ0 lo ]'TP wabFܻ,пIOV,8OeZ'GTd3iK,,[eF):Ǐ?5rkS4~q9, p[?XIK 'j懲s ݝW sk 5G@'{1 ҙ7g„c eYK~ ~&mRȰIE"AC9 *̰'vb ˞8bX8=_ uiv_ YQ3Mn #˅G >_t?}J ٲ;aS#>!$1I:S2y gGvK ?)̆Rf/23-8;X%p!Kk BSmRG},1znSҁ}j]Q2֢'0΅M2cߣOb vI0QL."݋dVd.6X^vXU^JJGrM#8dQеg.;nfJ8 < m2 X|}V#c!vTU6P, dr4`EWY1W)ZDssf _iUw)-4 $&ѳ*((2J' d 2Np o,˲vFtתB xIαHP@vK"DЭw㧚ȼT  nwSKB1 YrԃS"+LM1›4A}P1 2<%'KN2wHdƕ 'Z0iy3zQc\&̩eIxe{.2ޱIZzw똿TAd T #'ڜ|V2MHH%H ;?Lt6`f9ݠ' oe7"(݄[/8R.onP& ҷtb2nfr I3rA`QdDpm&ܒ d#c#}q*5z1/uv.s+@&^tk@E{In;5gjq Z2mTuχ) Se|ܳS`Fe EZ`7s\dHO.E|taPpS[D;5 (/OFy&K Kp@M.}{2yy"6r;B {IHJHreH6{"|`-+ijOKek.ڻ˿7@7M.-8Wb#z(@.x,l*fD\q=@;T($2o֌D"YR]C:p6 r`ՅswP_|$2s֥w,WJ潽AbSʝs.V36}`$ZMyF%YkM.H0OSӶ%|m<ޫ",Q/R,qEEu|jyc2 /u3h+5oݗD6%kqv[HFR11P ã!o*4gDd o+`IZt=Z5~PK!i\WG ۊAl\zj(A+A}oB-8YxHeI:]^HםZk8t v<0λ֏BB'TX2;wr)m Zrv`-e0ZxƼ]tdy*˖\=h(?[85kSà̚:Njֺ)D;R=KFjD#z>q& \>׋mNjfp5Ln@cSG4WG,@%› )Ng@Գ]/5ockj*j{K {/`[ߓpt$"AT5*_Xh.Qftkc n֪)Hʡd'k#1]>-a@\uo+]bʼn33,2!NwI?Hbu~e=o8mQi;=zҏ=oI(yٶxbT֮ت_itSd::#䂔l6|݁"xBjS"li %b\KOKV8U]VU^adC),Af9ΉoT]C_>Qtfɝ*#MRR[~85Us˂Į,fYdj=L:/Z#zN@~3ܭ&7&~-]-sL~MZ{2+pY'taaks[h3xla )@45욠 \ZOAP&8[yR~LDja¯LR֌{LqɭQN3&Cn:-{nU!"UQ(W x돦YztHW~XViNUq^rmPI {`7c+rGy(Yu @ݽ{Jc'0 wBi?/b왼~l;&ܾ(5@#aGhH$F`N #sI8%K$ Ho.y9iҠL1Ƅ8oyl&9v8 ~_*\mQBDsggQ|.y^cyW:ǥYn_m_׉}qyGX0tO1DSr ݸDߌd6l/oTFV3>}={bIJDvGx{+:Ä́'*4jkbx}}ca9k='Ky8v|z/C&X),(M%f]M0b?A.'8𡡢ɲF5F͊ɔ 4[)fu`&e( t9q^Cd6 y׋Mt܇I2S ^\0Y*wn^t9,v+HiżDLDٰa;݃uSÿHz~h17"I߱CljV`{-w?uȎU5Ю.+ &$}A Hc iW{< [}~>z:LsLߟXh%ڰs[ʤ%zT2, 2bNTJN(Y?pϾsXòؓPLڰmaiqʹL18_?3PrvG%Y^x6bZCs Mv RCnt @'ݴ urӇ_.ԖEN[j`Iz&k|/.sù=^sV'NKTPQj_{ݯp@J~L0atk+H&E`-PȸDv𮈢 &Sa&Keq9qz/w8h!!^Y73?_4}1(yй$_Z4 \(]XT`Il c):aR>DhD:ǘ J7Kri iu諪Z9j\}ԌSL*MOJ˒{^P @uՁa##>!b\ 3f$mA0} K>>;w]/ΔF*PtI]6(Y ^N+6?K1Ulj7׶@qԥ[nI UU/#џz ԟ[|!+|oUzי*X_ ez ԅmc%OP)K@Ws61L!G_^q0<xb ZE21z7(j.IK&jּ(2Bp)9ڕ !*οE6 4sBmP-q,g)/p ޴@KZfʬx91`EhLB6N~İx1 "P>Cj[nE|jp E7q?_w@ٮv''GTfi{:Y,thnE> <+Wwkai6z/J6#JDHMjSz/X /adc nt+FAgk !.;|"kxM ^dqᱼM;m~"]׆񑷦y`8/fi=^NMQ].WO[av?uXmH0.E~LB߲=!P|#A'mEcQcѵO0.ʉ)ny8L/;eQ'ǥg+s:f1w4 {U5/s ^ $;t|&#i&YCU7Wv7v%5tˎ6LmvmV[uR2,n0O8j\H>=s; )@JK5@|(rKF=P8&]-X>Rc-3s%3dHw[z^be%Xa?$gnO Feb A=zQ݉!t̷R@J,v] :,`3ZgsܴgRR]*SW,Щf_ᮕݦ,)Vm}fBi~j:O4A]_=q!R()ð8m:_zm)jc͌Q9^J"}4Co#]ˋ9R;s vkL T.͆'U!DÒO!fbznwW=FK[D~ @}-_Oa;}:M*Yc s¯ kٍJB[A4qQҼ "lǽS-x6HqR^&/W[emV/NZ]~BzEt8[eHABӠ 6 |Rja8Kt>C?X mIL3>!C@1c[:Td&`H?l:V!\Y>ʒ> X3y]ƽ V5h|JQ$_\bN}>@EFXÚ8/Ɏqo-miFIxBM;n7f JxBycnIe*+UHί #B۲%sׂL?)qRFB{*[u@1`q]Us5@K:)l! c\>J鸃.R#vR0$ӜzW24"{؛+w^8/mT!1ɪE "*݆<zǗ9O+MbB]>!@Tv".u]Tgo6A_a7TU$S)g"2n] `L:$p=i}LF$TJ"L$ulUO8afau)SF5F5ji)}Z`Y,倂ubno NC ͗b~/pW>d؊nK M1HpK!Lt r?$FI {g,yiJyC cyrmpNG^&'chh^oVL45mw0oJҙLl.OUۋV"Zh3)URb],f˃䎠FRy8;'YS\?Z ky>%*TM1[KK^6J~U>q_D"&i}3;:=H%EJJ[sFD2VjD1@kL(c_/nAҞ+ik*Iy#S. \6d}?ĔƷФ=[HՉy 4+!)}O; p)gV r+չCr48g']"4 aMLy2Ù4_GފぢZu|U_@J:sܒ4/Tf^_l,,Du_ߐõ#ſ hU2O<3sͺ:ޱf>H+I;}>[ b7\vɕؘ:XX @ŐBg\N:RGn-$- '4`X?KRʍ%r&H6[jCz`ؼW 0)h|~;)]*gf5OBr8WIx:hI%Jt8 ьVѣiBE.Q=r\%jpc=ʓ*+*Ҍ$oܟ(CR`CV+p!-k2KSPj8OGkݣ:mU/Q0=tN}#Ώ`<`Zpִ> 5b+3rE6-7/B*}F|/a}3zG&rkNg]@%s>Z?ϓ6,ꀈ"nn$ۤz9f tF٧qnZ>Z}{>hKĆ +`C<Ğ8WP[][ރp2/O-xC30c`}&zّdV1;<R9WgH/YB [v|{d\ѐ,/a6<x0wFx\MZ7I#6xg [MWs e1e8$|D8]K:-\=rwd6GUYȋp j{_cyA-zcxrDG,EX#>.^z?"RR.~0 U(1P- v;vVm`'ӆbe=eûWt2'GmncPO,lLi-FANs{m= {M c0y2~ 22)U@t03)5vYL<<@9!Y;15uߩu]]>@ө,oDlΥu/9ʔg4!E |ԍ>'jSԈ0GqWjF!Y/|JGm ̊i-*]nas 6*im:4BYee rWaHU,Cs5U˚΋c+n:ޔl/vY\**5 d1EM!PAWhn'4~Jסc:^o°2 1?"|JR|* %Bׁr4֎Cb1S~6atF}^MhSy*5)䛜E6xFxە"/@q=QaLU3nO`\Sn盄 ?řŻ+lN'\ pnm & [.$+2ΛU'_8\rȅ; B=Y)!%D50:prP*:VB*슣Ӻ_m*w "ۚ+b7x@$xn%Lc\~9TP+cVloDj-=oʎ$~`B(U5/;G> {H֜KYqBYYcv-gԝFE옎@BxJp8X~SFS j`w[o,HF6~0S#-SH?kǍ\.1#l5l˛fIc!c. h(#eӈtx ܀iXsOG71̋<4 -~V|S̾8zp<yvתl"'әx>ύzC36{_S٤\ס!v0hM0T4Jwt+c)ğQ tB. AcM@AhY k% pѸF*>hCV9wry`Pw+ma5QWh @-Iq R oGAq\N.Yq~N~ƻ92& E@kFiZS߱+U+C>#A6I˭W/='7 tq:|2yFvPQ,[m,mc1G7|x5ef"쉾ˌX5Iyd+wr3PpknıJQ,/Đx2. ZȐE{o_$"K!{q-;W[ejw~|/3x'(D]Jbn+sZq&pł+#OϦhk΋щem ex^-0Ie8S7C\azOLpU iΉ4YĎaQQԥMnh%6dA}[2/vT@h$&M0#i'<-ra,UʃZk-쁽d}B`|cB)*fSUx? ec)zUB!&bM t"Rf}vw^-R.-|q[X1 ߤ^ŭH<;{hB+[iX. %>^ͱQ'/RFJخ  o(cg#4"7τ)jAk aHr9% M{$=k:/rA zة}ck#4q^WAAdsisƠY:ZÑ~}.J<, {&RԠ\woG9ЙF zm@:7^f@04iM'5SՋɚXGZ´ZM7i!"xHS@6ܼ I5<MIO OK&ٴRCN`6[KK2|~Wt[Ğ f}(ު08V=)!y E+&ŃȜ!駋m"mnv'݀ӗBXuj֐[8 Zձ)TE1Qu țF˟Nǀ /ٮo =x4lIJfJz#N fއMi{+;ebW>jK (xoFyk[G%OQGAfG+07]:㷺\sɥ4rHxEiDwn]n̂ޓU(-$is3Qqacu[K/!isc4"WE,)HCl]%1r "ȓ\ ajtOӍGTSPkDEDL&Y͕R( CaCHR^ΐH.IC 'u.iVP;] l\DbvFK3I|OORd+rC7UϴaOx8/; xQزwK*hSp.?`t62=~@hrщCɕEqIp+'g>g!&l#@QQʰTE楶 YZ