systemd-network-249.16-150400.8.33.1 >  A dݦp9|C+5X"*>ۮW*t<'m03(vGgCM(?Pq*B v5y+9P&/ͳ}F&C|Yc_T$6ƹ8zQ;g9WE1[6 =T !l> h.P84?U(w-iQًޏ݅oɀ斾ΜuhEf/x\NnĈ)P+L j̰mDY1fc7c0dde997b708bfe7017af7c7f5d266ac4a46126bce0a21cc1d073c56b673674cb2332251419fefef3b82e607fe90bf700637܉dݦp9|'V'GPY%v` OK%9h(!- 4J*! 6:E$f.$,N@{x!3c{k i7>趡L MDV:%s z^?sC~ĩHvszG?L ~;DE()/X=S\av"qXryvkĸ' rX*o9M`XBw1 mTjPk& ӰP)>pL?d ' \X\hl  7#5$5 $5 %\5 &05 25 3$535556 60577080=0(=8=`9G`:je`=>?@BFG5H5Ih5XYZ[\05]5^b$cdOeTfWlYul5v@wp5xD5yPzXhlCsystemd-network249.16150400.8.33.1systemd network and Network Name Resolution managerssystemd-networkd is a system service that manages networks. It detects and configures network devices as they appear, as well as manages network addresses and routes for any link for which it finds a .network file, see systemd.network(5). It can also create virtual network devices based on their description given by systemd.netdev(5) files. It may be controlle by networkctl(1). systemd-resolved is a system service that provides network name resolution to local applications. It implements a caching and validating DNS/DNSSEC stub resolver, as well as an LLMNR and MulticastDNS resolver and responder. It may be controlled by resolvectl(1). Addtionally, this package also contains a plug-in module for the Name Service Switch (NSS), which enables hostname resolutions by contacting systemd-resolved(8). It replaces the nss-dns plug-in module that traditionally resolves hostnames via DNS. To activate this NSS module, you will need to include it in /etc/nsswitch.conf, see nss-resolve(8) manpage for more details.dݦKs390zp39)SUSE 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-networkd.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-networkd-wait-online.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-resolved.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi: if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-networkd.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-networkd-wait-online.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 /sbin/ldconfig [ -x /usr/bin/systemd-sysusers ] && /usr/bin/systemd-sysusers systemd-resolve.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-resolved.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-networkd.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-networkd.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-networkd-wait-online.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-networkd-wait-online.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-resolved.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-resolved.service ) || : fi: if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi : if [ $1 -eq 0 ]; then # Package removal for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi /sbin/ldconfig : if [ $1 -eq 0 ]; then # Package removal for service in systemd-resolved.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fiNxH9( Nf@ 2PK    (*6(~&Z?w33'>oA큤A큤큤큤dݥd܋Vdݥdݦdݦdݥdݥd܋Vd܋Vd܋Vd܋Vd܋Vd܋Vd܋Vd܋Vdݥidݥid܋Vdݥjdݦdݦdݦdݥcd܋Vdݦd܋Vd܋Vd܋Vd܋Vd܋Vd܋Vd܋Vdݥsdݥxdݥtdݥtdݥvdݥxdݥxdݥdݥtdݥtdݥdݥdݥdݥdݥdݥd܋Vd܋Vd܋Vd܋Vd܋V4c45e258ecea415eef4a30a751d422c490364af17731e7bafa37f0d379faca53ed1d80fdd156c0ae79ae91bef1dfec61eb1efed7996932cefa6e09ce975a0174626c7064521dee484b1b9fe3dfffe6e6fe4ea531e8447c00b24ea73e473ab5dd61ea6ee99cfd8268956dc0bdcb6c4e22d205a45b6f83144ca7e522815af738cae1e5fe3b2335d27c0075b12cda0f244b25ddde04bc856c659b0e31fcaadd63a4daab81980706b928d39c2b6870d6fe34e344cbcebfc171de4281817e0c9314fcc46840d71961862b6465aed00f64ebce56874def311d156dd035148acd3eb7c0d1f4ed56e1d61c6b4b6ae59e3d20aeb1f2282d9fd57f77a3879c239004ce1679322e03c0daeba1407938d484f9a3babb0162ef8d458ffa9cd73e57e0b13704e058674e85cc8dbd41f659a39a18bbac9cf93ef6e2a0bec2dd1da5dcd22afa3746c2eddc63b483cfa94772f9361c7f36dacdf357c8949abdf1cf665a344829a319d8bd60118a920446b887709a3b1f227008a3a4006bf9209a3fec627e18634ed420cf3c81adac89f8f78825bd2ae0c9931589d5d35a1116580c3f958051a5a310fbce24adf95e43891c777d1a9a7f56b85281509031e9e069ac08afaadb4563d9cb8f907e9c4234b08d5000cb99b143ada9aad336c59225250baa9e135f9bd448292a5f7b5e1293d284e909d94a0ff37ee0910f23eb22dc4d036d730e9b6fcb5ac1219de24110dfd099dfa71eb41b0ca7f15c61044f4cee6660e690bc1c815434126c2652b803b3a279f1673881c3917a857b56ce885e3b845bfeda52ce2fd7d1d899f3eab51fb7260b6667f28f5ef8c57df5b5ed84c683ee92cab958d18da46758b0cb4cac4927700c38321ec3315b740a24fbede21f05508860f9ace1fdc5200b1b9b1240c9db1c4507c987c3bb0e0063f7db78fe5ea07a0bb0990c006128c145e24e693485b99c53d130eb2800e02b9fb6d8d3a03b69a8545017228978e71fbfc17ddf5bf1f2dcc11e6cb0fdf08a8776444d6c6c1af4af4257616d9803906553152c40c962b6b0c878f780b58ece7cff2e9d8d3346feea5f0704f772293753de31dc4de72f9cdde4b639789670f393a052c81532ca9d3fefc71d7c42f351192b6ff324305f9a9d650a48cc94c91764601e3ff4bc671d0e2596a54d039b71505fc8808faa8da6c61553f11985eb8eb828b34e628421f3aedbb421e0d61426d1f974e0fc2187aec19664a5250494e6902693dbf06406539488ef1d4637af9e21b20cfd5f3de6a4f65b184a04e5dce4525075eeb609b1806ce8bde5d0f55cdb0939d0233c2ccad0ed25865c51716b6f812d2136e51370f45fd58b213e3acf449c7ab8b6b99bac4ece8308b98719cd4f8d46d71a381cf2f4a269ca63aabfd65fa8c3c63ab3ec9f29abf656089b878b924d2de0c24bed563e2cb95e3a419dcb9c255d5974b3664c3d3d35a45d6ae3d2525a262b9193e3b2555d2c74b2ed70227b298fa603d377b1022b7a333d17c472634baed512e6899da99b3b20bb5fdc73bbfb5c3806f8f13ca9ffbb5175fbc28ce83f413c029c507bfa8a15f1fded0ec61342fa1f92cf1267af7c78ee7a8ff2344e31bbff4783eed58f54ed24714d1ac71ebcc07e0c2f38aeca26af6c6a0cb48490df96c99b5b895876fbbfcd4923966b37972ae2202707ec720c4aba0f6e4497874fc205fc3ad9b70062f01d035e8686463695d3f99a5e946696c712698dfda92fd910c418e8cdc0438d7f4bd85039f040723e537aa7e8bcc09111ad8a4b993468282a54153ae0981a7eb86cd3dc3b31cb1e546a352d8e49ae1b2d5e8cc87e63de0dffc821e5996ff31ecff3c1a1f3bd5cdfd6e1cd6fbef808753c2e5a2ef2add153a56fe8a5e4c468f08d77da856e72de20809e671384226d2f19ae2a4107449b4eec247af3ed96b8d456c0d01c8951828facaa0ea811b73ff760b530debc19052a35797300e29164c7eb765526c9168fe6aaa78131da8ccfa2d87dd0108f9d632ddb7ff9681be75624e1281ec894f3d8c2bc4e00820d1473178b8155dcead9e2bfd737188746fbc0d488dc7e765dcff1b53aa04d93f24c15411a53d8d32ce030978d9fce2cf110d8ba6947696f33bb565cf199e386a9297858331b00df07ed0b0ee5fcf4bea67f6c0bccc8a92b7e310bbd31fd918993615cb07e526ffc5769c73cdbc7ee20e2e8c0c8adc3a0981bc2cc416d632ee900a4c7ce9bec25532a1652bfbb8b2917b1644240f0cfb0218fc5b80cresolvectlrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-249.16-150400.8.33.1.src.rpmconfig(systemd-network)libnss_resolve.so.2()(64bit)nss-resolvesystemd-networksystemd-network(s390-64)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(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.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)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libgcrypt.so.20()(64bit)libgcrypt.so.20(GCRYPT_1.6)(64bit)libgpg-error.so.0()(64bit)libgpg-error.so.0(GPG_ERROR_1.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libm.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)librt.so.1()(64bit)libselinux.so.1()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libsystemd-shared-249.so()(64bit)libsystemd-shared-249.so(SD_SHARED)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd249.16-150400.8.33.13.0.4-14.6.0-14.0-15.2-1249.16-150400.8.33.14.14.3dܺ@dǢ@d\@d@dddZ5dZ5dK@dK@dGd.@d.@dJcccl@c1c=@c=@c=@c=@cccck@cvcc0ccc@c@cc@cD @b)bb@b@b@b@b@bk@b^@bL/@bJbA@b; b1@b1@b'E@b'E@b'E@b\@bs@b!b@b@b@b~b8ar@a a a a a a a@a@a7a@a@a@aaZ@aea@a@aa6aLaa@aaKaqV@aqV@an@amaamaamaaim@aim@aim@aim@a`2a`2a\>@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlidong.zhong@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.dengompa13@gmail.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit b473c02cc08e093e370034425671cbc001c6748e 02caac7973 units/initrd-parse-etc.service: Conflict with emergency.target 70b3bff9f8 sd-device-monitor: dynamically allocate receive buffer (bsc#1213873) e2e1fbba2b sd-device: change type of properties nulstr from uint8_t* to char* c9d3dd5954 udev: set description for device monitor 3f07f44fde test: use sd_device_monitor_set_description() b304a1e1a2 sd-device-monitor: logs description for device monitor 929d4066c5 sd-device-monitor: introduce sd_device_monitor_{set,get}_description() 340e523048 sd-device-monitor: fix inversed condition 02659c7b67 tree-wide: port various places over to new stat_inode_same() helper b35a4b042a stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in one d25219cbe3 libsystemd: ignore both EINTR and EAGAIN 648a151313 errno-util: introduce ERRNO_IS_TRANSIENT()- Import commit 155fe1917157bdeecf7e28ef0ea9f62084f27f14 3b8c671f90 detach-md: similar to the DM case, also don't try to detach MD device backing /usr/ (bsc#1211576) 6da5d2d1fc shutdown: don't attempt to detach DM volume backing /usr/ (bsc#1211576) 37178881c1 udev: decrease devlink priority for iso disks (bsc#1213185) 02ede28319 shutdown: get only active md arrays. (bsc#1212434 bsc#1213575 bsc#1211576) 412b8dbb32 umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not (bsc#1211576) 16f897570a units: remove the restart limit on the modprobe@.service e4e85b08bd tests: add test case for long unit names 3f84b06f9d core: shorten long unit names that are based on paths and append path hash at the end (bsc#1208194)- Add 5001-sleep-don-t-init-sys-power-resume-if-resume-option-i.patch (bsc#1186606)- Make sure to pre-install the groups systemd and udev rely on. This is needed when the tmpfiles are run at package installation time (i.e. when file-triggers are disabled).- Move more packaging fixups in the fixlet script.- Move the persistent net rule fix in udev fixlet script.- Rather than having one script per fix, use a single script (or "fixlet") per (sub) package that contains all the fixups relative to a (sub) package. This has the advantage to limit the number of scripts but more importantly it will ease the sharing of the spec file between TW and SLE. We should also be able to compare the fixlets of two distros even if the spec files have diverged. Note that all the fixups are run just once now.- kbd-model-map.legacy:: add 'ara' which should replace 'arabic' in the long term (bsc#1210702)- kbd-model-map.legacy: drop some entries no longer needed by YaST Related to bsc#1194609.- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741) That way "systemd --user" instances get their own session keyring instead of the user default session keyring. For some reasons cifscreds refuses to work with the latter. That's what is expected for every PAM session anyway.- Import commit 6441bb41141aaa8bfb63559917362748a3044c15 165ca0d018 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410)- Update 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1203141) Optimize when hundred workers claim the same symlink with the same priority.- Update 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Since commit 38f3e20883ff658935aae5c9 (v248), the symlinks /dev/cdrw and /dev/dvdrw could have no longer been created. Futhermore the rule added by this patch dealing with /dev/cdrom was redundant with the upstream one- Import commit dad0071f15341be2b24c2c9d073e62617e0b4673 (merge of v249.16)- Fix return non-zero value when disabling SysVinit service (bsc#1208432)- Drop build requirement on libpci, it's not more needed since udev hwdb was introduced 11 years ago.- Move systemd-boot and all components managing (secure) UEFI boot into udev sub-package: they may deserve a dedicated sub-package in the future but for now move them to udev so they aren't installed in systemd based containers.- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.- Conditionalize the use of /lib/modprobe.d only on systems with split usr support enabled (i.e. SLE).- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36- Make use of the %systemd_* rpm macros consistently. Using the upstream variants will ease the backports of Factory changes to SLE since Factory systemd uses the upstream variants exclusively.- machines.target belongs to systemd-container, do its init/cleanup steps from the scriptlets of this sub-package.- Make sure we apply the presets on units shipped by systemd package- systemd-testsuite: move the integration tests in a dedicated sub directory.- Move systemd-cryptenroll into udev package.- Make sure that /lib/udev exists and is a symlink to /usr/lib/udev when the testsuite is run.- Import commit 1bfa716e7fb6d7169cece864e75dfe9e52914c99 (merge of v249.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/540e0bd5374f9f42f1e645eb15971431ebb4b8c8...1bfa716e7fb6d7169cece864e75dfe9e52914c99 - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264) Regression introduced when systemd was forked for 15.4.- Ship systemd-pstore with udev (jsc#PED-2663)- Import commit 540e0bd5374f9f42f1e645eb15971431ebb4b8c8 29fb8a2dd0 core/unit: try to submit stop_when_unneeded queue on removing dependencies bd63eab381 core/device: start units specified in SYSTEMD_WANTS if it is not running e0898fa873 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) 119424f96e coredump: adjust whitespace 3833d5a408 coredump: drop an unused variable 36728edcfd coredump: Fix format string type mismatch 34f6867a8a analyze: use DumpUnitsMatchingPatternsByFileDescriptor e67a7087ec manager: add DumpUnitsMatchingPatternsByFileDescriptor() feb8f2a983 manager: rename dbus method 98fed27339 analyze: extend the dump command to accept patterns a06d9470af man: document the Dump() calls of the PID 1 D-Bus interface, and what they are 79eb37a5e0 cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944) - Drop 5000-coredump-Fix-format-string-type-mismatch.patch 5001-coredump-drop-an-unused-variable.patch 5002-coredump-adjust-whitespace.patch 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch They have been merged into SUSE/v249 branch.- Fix systemd-coredump to not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) Add 5000-coredump-Fix-format-string-type-mismatch.patch Add 5001-coredump-drop-an-unused-variable.patch Add 5002-coredump-adjust-whitespace.patch Add 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch- Import commit bcf040075f682f67370ddf7ab93d7a0d8b9cd9cc ab0f962e4c core/device: Log on every event received from udev 2dcb7c77fe udev/net_id: show the correct identifier in the debug output of dev_pci_onboard() 5b824103e0 udev/net_id: add debug logging for construction of device names cb6925410b udev: add one more assertion 82e343153a udev: drop assertion which is always false cef726986b udev: support by-path devlink for multipath nvme block devices (bsc#1200723) 00b34f08d9 tests: minor simplification in test-execute e5b4571c20 tests: make test-execute pass on openSUSE - Drop the following patches since they have been merged in 'SUSE/v249' branch: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 0cd50eedcc0692c1f907b24424215f8db7d3b428 ae2067b062 time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 0469b9f2bc pstore: do not try to load all known pstore modules ad05f54439 pstore: Run after modules are loaded ccad817445 core: Add trigger limit for path units 281d818fe3 core/mount: also add default before dependency for automount mount units ffe5b4afa8 logind: fix crash in logind on user-specified message string- Add 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) - Make "sle15-sp3" net naming scheme still available for backward compatibility reason- Don't replace /etc/systemd/system/tmp.mount symlink with a dangling one pointing to /usr/lib/systemd/ (bsc#1201795)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit 7b70d88264a588fdba36c6e7655d1feea2b0e0a0 (merge of v249.12) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/4949659dd6ce81845e13034504fe06b85a02f08b...7b70d88264a588fdba36c6e7655d1feea2b0e0a0- Import commit 4949659dd6ce81845e13034504fe06b85a02f08b 0f096f16ba tmpfiles: check the directory we were supposed to create, not its parent 82c3793e43 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call 2191a9ae95 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Make {/etc,/usr/lib}/systemd/network owned by both udev and systemd-network (bsc#1201276) This configuration files put in these directories are read by both udevd and systemd-networkd.- Import commit 17d488c53ad150de59f7d842e870e0c3d141d8ff 6b3bb1161c core/device: device_coldplug(): don't set DEVICE_DEAD 1e4058a0bc core/device: do not downgrade device state if it is already enumerated f1d33c466e core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) fdaad2ff3a core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 2bc0b2c447319a9156e7c5a18fe971f946554a6b 6256b14446 test: adapt install_pam() for openSUSE 3ea5b7e295 test: add test checking tmpfiles conf file precedence e63e641ee8 test tmpfiles: add a test for 'w+' b531758614 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) ea98492c53 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails - Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e62acb68de9bccfa272bef98fe5b38effc37528a b70267d883 journald: make use of CLAMP() in cache_space_refresh() 3953e685cb journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) d03a5f79bf fs-util: make sure openat_report_new() initializes return param also on shortcut 05499d5a30 fs-util: fix typos in comments 9f77c8fae1 journal-file: port journal_file_open() to openat_report_new() 4d07c034da fs-util: add openat_report_new() wrapper around openat() 258c04836d meson: build kernel-install man page when necessary 23da9cc83a man: do not install sd-boot man pages when -Dgnu-efi=false is set d452b8738c unit: install the systemd-bless-boot.service only if we have gnu-efi 98f44dc500 boot: don't build bootctl when -Dgnu-efi=false is set (bsc#1198093) 9145684460 build: include status of TPM2 in the feature string show by --version- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- spec: enable 'efi' support regardless of whether sd_boot is enabled or not We should support EFI systems even if systemd-boot is not enabled.- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Import commit 5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c (merge of v249.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/23b6a8633186a2b5b2487621c81ec7e7bb068db1...5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c- Import commit 23b6a8633186a2b5b2487621c81ec7e7bb068db1 f19292f18d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3349f636dc man: tweak description of auto/noauto (bsc#1191502)- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated and might be missing when systemd-sysvcompat package is not installed. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- systemd.spec: minor simplification by assuming that %{bootstrap} is always defined.- Make sure to create 'systemd-coredump' system user when systemd-coredump is installed (follow-up for the split of the sysusers config files).- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Fix a regression caused by the split of the sysusers config files shipped by systemd (bsc#1196322) Calls to %sysusers_create were not updated accordingly.- %_pam_vendordir is still wrong on SLE, let's define our own definition for now.- Add in quarantine the following patches: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch They might help with predictable network device naming issues. They will be moved to the git repo if nothing wrong happens.- Import commit d150ab3db99dea63a546567b3227baf0d85e4265 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/26736aafa1df67d222fe46c54bf74b5c7a44d8a1...d150ab3db99dea63a546567b3227baf0d85e4265- Import commit 26736aafa1df67d222fe46c54bf74b5c7a44d8a1 8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)- Fix build if %_distconfdir is not defined (see bsc#1195679)- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559) - Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- Make more use of %{_unitdir} in files.{systemd,container}- Installation of libnss_mymachines.so depended on %{bootstrap} but it is actually installed when %{with machined} is true. - Call ldconfig when container subpackage is installed since it ships nss-mymachines NSS plug-in module.- Import commit a186eb9f9cc13b65f8380dbcae3080228e8be7e2 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot() d16f6d018d tmpfiles: split out config for systemd-resolve 41334be59e meson: minor cleanup 3db0c28462 sysusers: split up systemd.conf - Drop 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (bsc#1195153) Since v241, the patch isn't useful anymore because resolved is no more able to create /etc/resolv.conf symlink by itself,it runs as 'systemd-resolve' user. The symlink is now handled by a tmpfiles config file which is only installed when systemd-resolved is. The tmpfiles config file has currently a lower priority than the one shipped by netconfig.- Make use of %ldconfig_scriptlets- Merge nss-resolved and nss-mymachines NSS plug-in modules into systemd-network and systemd-container respectively. These modules are plug-in modules hence the shared library packaging policy doesn't apply for them. Moreover they're pretty useless alone without their respective systemd services, Hence let's reduce the number of sub-packages as the list keeps increasing.- Merge libudev-devel into systemd-devel- systemd.spec: explicitely list all files for each main (sub) packages Using glob patterns in %files section to reduce the number of listed files was error-prone as some introduced files could silently be placed in the wrong subpackage. The sections were also hard to read and many files needed to be excluded from the main package making the point of glob pattern usage moot. systemd, udev, systemd-container and systemd-network packages have now their list of files described in a dedicated file. The lists are kept sorted to make them easy to parse. The size of the files, especially the one for the main package, is still reasonable and much easier to read now. During this rework, a couple of cleanups happened: more use of %{_systemd_util_dir}, some files was incorrectly owned by the main package and have been moved to the correct sub-package, etc... Note: the rest of the subpackages might be addressed later but let's find how it goes for now.- Rename 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch This patch is now SLE specific.- Make sure that libopenssl-devel is installed when building resolved. Openssl was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - Replace '%setup+%autopatch' with '%autosetup'- Don't generate ID_NET_NAME_SLOT for devices behind a PCI bridge (bsc#1192637) If multiple NICs are behind a PCI bridge, each of them will get the same ID_NET_NAME_SLOT value leading to conflicting names. Such names weren't generated before SLE15-SP3.- Move the whole content of /usr/share/doc/packages/systemd in doc subpackage- Move the systemd-network-generator stuff in udev package This generator can generate .link files and is mainly used in initrd where udev is mandatory.- Restore /sbin/udevadm and /bin/systemctl (obsolete) paths (bsc#1194519)- Import commit 7a4e2ba4e01a8dfd305b24c40e156f8d293995a5 (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6c7d6a7100488806bad0a81bbf2bca99be641938...7a4e2ba4e01a8dfd305b24c40e156f8d293995a5- systemd.spec: drop our own definitions of %_pam_moduledir/%_pam_vendordir macros since they're now defined by pam-devel shipped by SP4. - Rename 1007-Restore-support-for-halt.local.patch into 1007-sysv-restore-support-for-halt.local.patch - Extract bits from 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch which are not specific to the handling of 'Required-Start:' and move them into a new patch 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit 6c7d6a7100488806bad0a81bbf2bca99be641938 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/103742c59ad2d37a54bfb91135d9c7b082ca3576...6c7d6a7100488806bad0a81bbf2bca99be641938 - Rebase 1007-Restore-support-for-halt.local.patch- Import commit 103742c59ad2d37a54bfb91135d9c7b082ca3576 e95df40b09 shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) 078e04305d shared/rm_rf: refactor rm_rf() to shorten code a bit 6d560d0aca shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit 6666ff056c localectl: don't omit keymaps files that are symlinks (bsc#1191826) 30cbebc56f tmpfiles: 'st' may have been used uninitialized 5443654ec0 macro: add new helper RET_NERRNO() 8d90ecc435 rm-rf: optionally fsync() after removing directory tree 591344010d rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 8c7762c4f1 Bump the max number of inodes for /dev to a million (bsc#1192858) dc9476c881 journal: don't remove the flushed flag when journald is stopped 29efc29efd TEST-10: don't attempt to write a byte to the socket 773fb785b6 Bump the max number of inodes for /dev to 128k (bsc#1192858)- Rename 1009-drop-or-soften-deprecation-warnings.patch into 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch- Update systemd-user PAM service again Change the default implementation of pam_setcred() again, previously customized to run the full "auth" PAM stack and only call pam_deny.so which is basically the SUSE default behavior without pam_warn.so. This is considered safer, especially on SLE where a regression was spotted by QA.- move files related to static nodes to udev- Update 1009-drop-or-soften-deprecation-warnings.patch (bsc#1193086) It rewords the warning about the use of 'KillMode=none'.- Import commit dcd562c17a5bd8df60aff757c9a4c823b1da9144 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a7d5fcde94e2351f6cdd1826726c52e22c9355f9...dcd562c17a5bd8df60aff757c9a4c823b1da9144 - Import commit a7d5fcde94e2351f6cdd1826726c52e22c9355f9 f99aa40c6e TEST-12: make sure 'adm' group exist 6c7194ff99 TEST-08: don't force ext4 for / dd1814b8f9 test: use kbd-mode-map we ship in one more test case 94c5febf2a test: fix TEST-10-ISSUE-2467 - Update the dependencies of the systemd-testsuite sub-package- Enable systemd-experimental sub-package again, rpmlint should have been updated.- Import commit 77ad76ed6e5c8170e3825d57abf8690b2a95bc06 (merge of v249.6) bcdeee7b4c virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ad045db5d34afeb4ece43f349783eda931e49a04...77ad76ed6e5c8170e3825d57abf8690b2a95bc06- Temporarily disable systemd-experimental sub-package until rpmlint is updated.- Add 1009-drop-or-soften-deprecation-warnings.patch- Disable nss-systemd and translations features for the mini flavour- Enable build of systemd-experimental sub-package It will be shipped in Leap only.- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit ad045db5d34afeb4ece43f349783eda931e49a04 (merge of v249.5) 8de173ff93 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a...ad045db5d34afeb4ece43f349783eda931e49a04- Rename %{gnu-efi} into %{sd_boot} Build conditionals (%bcond_with and %bcond_without) are used to define a specific feature of systemd. "gnu-efi" is rather an implemenation detail. Also not really sure what "efi" option alone is useful for since systemd-boot & co depends on "gnu-efi". - Enable sd_boot support for aarch64- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in.- Drop systemd-logger (Leap only) This sub package was introduced in order to configure persistent journal and also to make sure that another syslog provider (such as rsyslog) couldn't be installed at the same time: each syslog provider conflicts with each others. However this mechanism didn't work since uninstalling systemd-logger wasn't magically turning off persistent logging because /var/log/journal is likely to be populated hence not removed. Moreover using a subpackage to configure the mode of journald was overkill and the usual ways (main conf file or drop-ins) should be preferred. This change should have no effect on SLE as the sub-package was shipped in Leap only.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Predictable network interface names: fix slot based network names on s390 (backward incompatible change) (jsc#SLE-18514) The default predictable naming scheme used by SLE ("v238") have been improved with the two following changes: o PCI hotplug slot names for the s390 PCI driver are a hexadecimal representation of the function_id device attribute. This attribute is now used to build the ID_NET_NAME_SLOT. Before that, all slot names were parsed as decimal numbers, which could either result in an incorrect value of the ID_NET_NAME_SLOT property or none at all. o Some firmware and hypervisor implementations report unreasonable high numbers for the onboard index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381 (2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account for that, the limit is increased to now 65535. To reflect these backward incompatible changes, the naming scheme version has been renamed "sle15-sp4". - Import commit 2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a 4c4e642712 meson: allow extra net naming schemes to be defined during configuration (jsc#SLE-18514) 78466e4464 meson: drop the list of valid net naming schemes b9a2098f9d netif-naming: inline one iterator variable d7fbbc5e74 Add remaining supported schemes as options for default-net-naming-scheme- Enable support for Portable Services (jsc#SLE-21695) Will be released in Leap only.- Import commit 48cec2f159dd8fd15d0baf9a1ffe2d762ecf769c 8d65ec4a66 test: wc is needed by test/units/testsuite-50.sh 1527bcc5dd test: make the installation of the debug tools optional in the image f4e6bf0b37 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files- Update the dependencies of the testsuite package The debug tools are optional thus no more required. OTOH strip(1) is needed when building the test image and nc(1) is needed by some tests.- SLEtify This forward port most of the SLE stuff from SLE15-SP2 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP3. Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1178023 bsc#1183702) Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-Restore-support-for-halt.local.patch Add 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) merge compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) The following udev rules are no more kept by the systemd package 60-io-scheduler.rules (bsc#1165579 bsc#1164717 bsc#1134353 bsc#1177490 bsc#1184994 bsc#1188713) 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) 99-wakeup-from-idle.rules Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) Add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984) SLE systemd default settings are hold by systemd-default-settings-branding-SLE (bsc#1065301 jsc#SLE-10123) Don't mount /tmp as tmpfs by default Set the version of the net naming scheme to 'v238' Set the default cgroup hierarchy to 'hybrid' Create /run/lock/subsys again (bsc#1187292) Restore "Provides/Obsoletes: systemd-bash-completion"- Drop git internal files from the testsuite sub-package- Adjust pam macros- Don't reexecute user manager instances on package update yet This can't be done until users have their user instance updated to the new version that supports reexecuting with SIGRTMIN+25 because this signal terminates the user managers for the previous versions.- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files - systemd.spec: reexec user manager instances on package updates- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Drop dependency on m4 (replaced by Jinja2)- Configure split-usr=true only when %usrmerged is not defined- Import commit 40bda18e346ff45132ccd6f8f8e96de78dcf3470 (merge of v249.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/7f23815a706cf2b2df3eac2eb2f8220736b8f427...40bda18e346ff45132ccd6f8f8e96de78dcf3470- Rework the test (sub)package: - it's been renamed into 'systemd-testsuite' - it includes the extended tests too - the relevant commits have been backported to SUSE/v249 so no SUSE specific patch is needed to run the extended tests (see below) - the deps needed by the extended tests have been added - Import commit 7f23815a706cf2b2df3eac2eb2f8220736b8f427 ad216581b6 test: if haveged is part of initrd it needs to be installed in the image too 088fbb71d0 test: adapt install_pam() for openSUSE 4d631c1f0c Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE" ef956eb8a2 test: on openSUSE the static linked version of busybox is named "busybox-static" 6f7ce633b0 TEST-13-*: in busybox container sleep(1) takes a delay in seconds only 278baaa3ec test: don't try to find BUILD_DIR when NO_BUILD is set 3bba2f876a test: add support for NO_BUILD=1 on openSUSE d77cbc1b64 test: make busybox TEST-13-only dependency- Upgrade to v249.2 (commit c0bb2fcbc26f6aacde574656159504f263916719) See https://github.com/openSUSE/systemd/blob/SUSE/v249/NEWS for details. This includes the following bug fixes: - upstream commit 6fb61918ccdd0610b425d5b0e5417751f8f8f783 (bsc#1182870) - upstream commit 6fe2a70b9160e35fdeed9d37bd31727c2d46a8b2 (jsc#SLE-17798) - Rebased 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 73e9e6fb847513c6d62f2fb445778ef5bc0fe516 (merge of v248.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/cb29bcc5ef2c0ee659686c5d229646a6ba98ec50...73e9e6fb847513c6d62f2fb445778ef5bc0fe516- Drop 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch Commit 81107b8419c39f726fd2805517a5b9faab204e59 fixes https://github.com/systemd/systemd/issues/19464 which makes the aforementioned patch not needed anymore.- Drop 1003-basic-unit-name-adjust-comments.patch It's been merged in SUSE/v248 branch- Import commit cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 (merge of v248.5) 4a1c5f34bd basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/94efce2ee59fca15a48ff9c232c8dd7cf930c0a0...cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 - Drop 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch as it was merged in v248.5.- Import commit 94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 (merge of v248.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c0aecee593511e49638579cb2b9ac8aaf1f8e6c8...94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 - Drop 1001-unit-name-generate-a-clear-error-code-when-convertin.patch as it was merged in v248.4.- Import commit c0aecee593511e49638579cb2b9ac8aaf1f8e6c8 42ec1d537a login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag ecc7c7b462 login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag a4cfd70476 login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be set (bsc#1187154) ef553e0199 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) aae6c575fc sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 258a3d2043 sd-dhcp-client: shorten code a bit 0a80303114 sd-dhcp-client: check error earlier and reduce indentation- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 1001-unit-name-generate-a-clear-error-code-when-convertin.patch Added 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 1003-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- systemd-hwdb-update.service should be shipped by the udev package- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future.- Import commit e9a23d9e064c2e7ac21a1b984d116bcf15327e63 8dd19c6ee3 sd-device: allow to read sysattr which contains embedded NUL d52409e5fe pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes (bsc#1181970- Enable TPM2 support- Import commit fcdb8dce591db2f5fc3c1e3eeb7abe9a2090b401 aa2d840a3b compat-rules: fix warning: "label ‘out’ defined but not used" in path_id_compat.c - Restore 61-persistent-storage-compat.rules that was mistakenly dropped during the merge of v248.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- Drop systemd's dependency on udev (jsc#PM-2677) In some environments (i.e. containers) udev is usually not necessary but pulls in unnecessary packages.- Now that chkconfig/insserv are history, let's implement the strict minimum in systemd-sysv-install to enable/disable SysV init scripts (bsc#1186595 bsc#1186359) Indeed there's no much point in dropping SysV support completely until upstream will do especially since 3rd party applications such as vmware still rely on it, see bsc#1186359).- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-248.so.- Restore all "License:" tags udev uses a different license (GPL-2.0-only) than the main package and "osc service localrun format_spec_file" has the good taste to restore the license tags for all other subpackages if one of the subpackage tag differs.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Spec file minor cleanups: - Drop all "Group:" tags as they are deprecated. - Drop "License:" tags from all subpackages and make it inherited from the main package. - Drop "%bcond_with parentpathid" as it's not used.- Introduce subpackage systemd-tests This subpackage is mainly used before submitting a new version of the systemd packages. As such it's not intended for regular users hence can be removed/renamed at any time. One might wonder why the unit tests are not executed during package builds (%check)... the reason is that the environment used to build package (chroot) is too limited and therefore only a subset of the unit tests would be executed in this environment. To disable the build of the subpackage, use "--without=tests".- Add 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch A temporary patch until https://github.com/systemd/systemd/issues/19464 is solved.- Import commit bc08011f04ac4f12569ec05965149f665a0b110b (merge of v248.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6f5c11b28f5739b901390f22c2bf4c003cadedaa...bc08011f04ac4f12569ec05965149f665a0b110b- Import commit 6f5c11b28f5739b901390f22c2bf4c003cadedaa (merge of v248.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e5f93c9d2e9e26dd0dff430c4c072a547357ae7d...6f5c11b28f5739b901390f22c2bf4c003cadedaa- Upgrade to v248 (commit 5d3d934a5c2f4593207497db94e6f313348e89e7) See https://github.com/openSUSE/systemd/blob/SUSE/v248/NEWS for details. This includes the following bug fixes: - upstream commit 4327574fc1093513badc2177f71cede2fc88c13c (bsc#1166028) - upstream commit 3573e032f26724949e86626eace058d006b8bf70 (bsc#1186411) - upstream commit 30927a24848c4d727f7619cc74b878f098cdd724 (bsc#1200170) - A couple runtime dependencies on libraries are now tracked manually (with Recommends:) due to the fact that some symbols of these libs are dynamically loaded with dlopen() (heck!) - oomd is left disablde for now - pam configuration file 'systemd-user' is now shipped in /usr/etc/pam.d - Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch - Dropped 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch as it is SLE specific. - Clean systemd-experimental up: - Enclose "%package/%descriptoin experimental" within a "%if %experimental/%endif" block condition - List the build requirements in the sub-package instead of listing them in the main package. - Enable support for fido2, pwquality and qrencode in the home stuff - Improve the package description- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Import commit 14581e01203df7aa63c7c8383a12e6ebe258476f (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9753d1c17545a5d46530696cb14254f5f12024f1...14581e01203df7aa63c7c8383a12e6ebe258476f - Drop 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch as it's part of v246.13. - Make use of the new build option to ship xinitrc in /usr/etc/X11/xinit/xinitrc.d (bsc#1183408)- Add 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch Temporary workaround for bsc#1183745 (upstream issue 18917) until an actual fix is found.- enable libiptc for masquerading support in networkd- Default to the "unified" cgroup hierarchy. At this point, most users of cgroup (such as docker, libvirt, kubernetes) should be ready for this change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line.- Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- create subpackage systemd-experimental to host pstore, repart, userdb and homed- Make sure the udev socket units are reloaded during udev package updates- fix-machines-btrfs-subvol.sh is only shipped when machined is built- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Import commit 134cf1c8bc3e361a2641161aa11ac2b5b990480b (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) 4a543f0257 journal: send journald logs to kmsg again 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/520e53b6d85087b05892ee637ae93f1b269e7e52...134cf1c8bc3e361a2641161aa11ac2b5b990480b- prepare usrmerge (boo#1029961) * don't install legacy symlinks to / * use %_pamdir to install pam modules * leave nss files in /usr/lib*, glibc loads them from there just fine independent of usrmerge- Import commit 520e53b6d85087b05892ee637ae93f1b269e7e52 (merge of v246.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2401461e5f0e32922823d954c56106f96344070e...520e53b6d85087b05892ee637ae93f1b269e7e52- Import commit 2401461e5f0e32922823d954c56106f96344070e 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363)- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15 (merge of v246.7) 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f6104ea5f554233e34b94ffd92da8332c3bd7d8f...d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit 49caf8e37aba04841e5493ccc25e7edab462d95b f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when some patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Import commit fdce77ce2067f9dd90d816bad28b51efed0b6dc1 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800)- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7- Ship {/usr/lib,/etc}/systemd/network directories in the main package These directories can be used by both udevd and networkd.- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) - upstream commit bc9ecd484f1ebfe0de8b567c90f6cd867fbd5894 (bsc#1141597) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd (bsc#1178156) This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shnss-resolves390zp39 1692247627  !"#$%&'()*+,-./012345249.16-150400.8.33.1249.16-150400.8.33.1249.16-150400.8.33.1249.16-150400.8.33.1249.16-150400.8.33.1 networknetworkd.confresolved.confnetworkctlresolvectlsystemd-resolvenetwork80-container-host0.network80-container-ve.network80-container-vz.network80-vm-vt.network80-wifi-adhoc.network80-wifi-ap.network.example80-wifi-station.network.exampleresolv.confsystemd-networkd-wait-online.servicesystemd-networkd.servicesystemd-networkd.socketsystemd-resolved.servicesystemd-networkdsystemd-networkd-wait-onlinesystemd-resolvedsystemd-resolve.confsystemd-resolve.conflibnss_resolve.so.2networkctlresolvectlsystemd-resolveorg.freedesktop.network1.serviceorg.freedesktop.resolve1.serviceorg.freedesktop.network1.conforg.freedesktop.resolve1.confnetworkctl.1.gzresolvectl.1.gznetworkd.conf.5.gznetworkd.conf.d.5.gzorg.freedesktop.resolve1.5.gzresolved.conf.5.gzresolved.conf.d.5.gzsystemd.network.5.gzlibnss_resolve.so.2.8.gznss-resolve.8.gzsystemd-networkd-wait-online.8.gzsystemd-networkd-wait-online.service.8.gzsystemd-networkd.8.gzsystemd-networkd.service.8.gzsystemd-resolved.8.gzsystemd-resolved.service.8.gzorg.freedesktop.network1.policyorg.freedesktop.resolve1.policy60-systemd-networkd.rules_networkctl_resolvectl/etc/systemd//usr/bin//usr/lib/systemd//usr/lib/systemd/network//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/lib64//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//usr/share/polkit-1/rules.d//usr/share/zsh/site-functions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30072/SUSE_SLE-15-SP4_Update/71b3a8677f87f4c417ce25f35ffa805a-systemd.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linux directoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ce554c3d3c5b8c4496a021eb516952fef5b8e9f8, 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]=8e78cdf03c176760252ab4c9d5279cdfc63df11e, 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]=11ee02c65a14c7e637e96a7a18bc3acbcc8a1f5a, 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]=c1681da23b68758d41ff491e68d16c60e438dd37, 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]=b09e4dab59fb7c6f6bb8e33d247234a56c85f9ca, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb0d02be2d42ef70aca8e8e55a7dfd4bbcf4de2c, strippedXML 1.0 document, ASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff 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)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)!&9 R RRR R&R%RRR RRR R&R%RRRRRRR RR RRRR R R&R%RRRRR R&R%RRRRRRR R R$RR&RR%RRR#RRRRPRRRRRR RRR RR R RRR R R!RR"RRRnW; -mrk|ppkgconfig(libidn2)utf-8ea10911e6f39f50c0785c5f76cb31760de248fe7916fc4a06ecff505976f3cb8?@7zXZ !t/>] crt:bLL Z'OcB9smA\PQ]o}yA J6X,t\Q\,c?J뾧h@K3p9qj c~H I.e0܋cT5 )<粝De|pk؋9 <%v'['F o1ׯ?,- -6#*9:Re\V_8h>lpEH$80-tIJ^ظˊ5ѝ"tyy`_G(&H.S>3[)'pTEН.7u֍Y &!3P\wvB\+bJqnx%%&gQ]xget98ng 0JSFEҜ(ѓBfKg -,;f8{8rNX:hB p7sZdaQ1{kRJdÞ_ ;ʽ{Kvrq }q TnsKIkڧna2fQ1vY`W^ 6bxwW|xDgmwT6n c#M@BTM_&.h|ƿؗ68r ( #R3LhAIu1;>33:ٜRx!QQ2S"Xgh׳z?:(%iYz!nhI#9shHO i;f;|!s 6`1bV3 AzjcĜP&:)'?ךLMMӬU U@+l!Ё7:/@9@d\%D/.ZJ8I3ۀ2KcxQq$i-4g\\*D Z:@`)Vת0xXiD' @ 3u%njG:^ʺ Bhɾ,Xk &u UhK,jnJP)OszvtAجyY+%љ5kɟcM XRկ(JpȇI f?AY՘Ex/c߅s-l*hbXRBjtԪ'3NVGy}iWL[όaQ Q^']Z%|HWq_Y5QTBJsfpypv+PaUCVDSO9^4=)^bB֬ì᳾Bo6NbSސX%|U!_ +ܖ+У: 6"PF@oR+Dקsy8*lҨa6d:5f* ')_Fd1L[xRW R8m![]I2p+90@t0a֪0Hh}vj8G$J.dǎ k I"$KRW_ƹ;WH@ЃP<7]`vhX"2ۃ$?қX5@H`%sMZNN-A%0`ƀPO|f໿P5n|NNxZ-\VB3&DalF۫T5Ə)5ߦ_oF_juW2UDٰFDD` ~&h1hMt {6H{lonR9޴ɡ}g"E6R\؊Jfr>o"ߗ X 7 K(4t cts1h4&zé@& p$eƝfeHoo;] )Ad:d-Q#EI\nw1?ǧQ[P>Їq8e4#L||C+Seں`@|&Tiȉ:нPe Ԓ֕ИE+\`2 WrK!`4h4@;.M 9CeH.S! O7^# p 4(r$yt1I\uwa,E>i/[<i 5[;__$>QVE#D }'8Hn峯ߥMKծd,| -YR~ '1+3CmBE_$[r[U{ݖC;OOS}qH/!Kg(xH4?C}XlY w=>o˻됞nS"S P&$; VUOov68B7h!O`,OVlV9gh1!IZFn/N"`L8 ost&x Vm훀i o+%d`0c~K3kuD%RZS +vn;byV.R\/r7?zl;d sRQ=`vT[V[Ӡ?4t"s,nC z(y -ǠB#&kg[ߨ@r9Q\ ʎeM}\0=B"v uӤ5B(8! cT8x=!sUGI1[&s({ytAu9z뿣i;s:*JD+gշm5 y{",VLȪŷklQ1ԳhR:ܢéjqmKĽ^/_ cwT{-,}SFldqDkj՟v3*35-U)34E@ނ t"Y5YԟQEZ'ʿePE. +rw݅qD`Ωtrn1‚$͍oĸK)#iK_.R&B:jo_mQP3^ /acROm-WNz [IZ%((DAd9s7˕܏6*Kaf'oV\FC1j]sNikjmsBG F1׃<9RHӎf;As!8fug(4K~Ʊks*/^M;qj+Y?۔0P61]/I' kf2\NB 2cgڅ߃O} W31&-idð!dH(q-!PD 潴#7aJo${bJvr= m~faO}:6I8@t^G^mD}!48HNK.2ل?@;'᜕&j̆; yČf=  eϺwiZ L䅾c?C^DegcuUUN=Hk5{d>[ZrGL^W_|ݱvᝑ#1elehZSr#`e Df]GbǃQcOzL06  @pMp@O,>EU*@_D^My,3gI{{v"u5r]ggZzݧF`YA.BX0?v"v=}G2Z}" ⃻"=,7TۉA1AyVEE1o#xFONyޚf%'{^8iD5ZK7?zw!AtgTuU0Fcz 36.[.@+0~NP:ΐB8z/YDzOv{wg!(vxRHڱiu*e}/Dm)gY% x3-IQd 57`ur /U2zܳB)E<[14N2B mt}ŽṁPVygyvW_gX:g2LeI-_b^k6"\S餅O$JaZKzӽJZȽ[ S/b.yjgcfÿ_$G|$EfQ̵ʖB]Oer^ n0y Z2}?pZ(|nY>{_:ܖ Q^I}d! GxHy!ʀD!,-iͺʔF:/Єn^X,Z.*̆]2\k'D`gp`*b5n){nɻZͅԗ<2 Z9@ JkuֿWcHfDZ{Dd{~d K{;e ȝGx먒vI4ㄧVL#;ܾbJܣLϙWcZF֌!-#2'Wz=`Z`f#r<ɋe4z5yz:Ō[(D ])q<] i8 J#'Cp$"^*3 "[t_2t,v#u TY!NZ_[ XMXY`6z;DZ9c~َt7*I ?E1C̗gChuqԙXPg9("ݙC}!25,eD@+8x&nc$x/JjgFj|#xe.50Q[HF6yo$ _Vr>A(wGJ{~>^gS#g3'Y_ jKm|ziٰ6tq,,{ːמGO9!}:f[᧻ٟٚ]~l=p 2] dYUXTixFu{Db yeψH.QZ15^eu?պZ7)]+ $Ba:\8ZH^blfqr}1 8 雐j;{k`釷0ǜV9 |+^ RTl'=BCo" WYTZu:a}k(].@ %ʳomݑ,ryr)tפ18u:$0bONj5{~X:Lga1dKE7:r?+ofۛ+ڨ#~I`[m5|M]e۞FE:~I,Ǭb8r[Xl~G$,_@mH$Mv'ppn)tFip:K^v"d'FiAjj.ARr*aIJ]trHs v7"Ra2fl!3Dՙi]q{j)~2ӒŽUp P'![V#_7-$TMf(s\*H~<@rlOT^5.MDIc؀۳%' iZQ'gU p$yύpx,1K5pmq3%M`p9]of%ZB|xUxVnԓJӪz܎VЂ8uviRqk(V (B'~BZ")Z 5]ǻwV,Һ &ЃV>eMs+ Bl"^z GADk5P9#ڥn5;r;=r?* ('C:Kڡx!;-#_c@ ,JSB 鱃D0_M`e\NQ]!3aK ZioJAg'^Tx,HLLl7\8*}X>nxg ںq-%Z=Qq&w"2n/Xn)%S<2umE숈3CP/9P! `rǣb4@H i?=u A[#ǁQukZ%6~׏?V ĺ"ؠvJ^\_N@Er?=pNo[e8nRS .:yY)'THf[/1ٗM44Աq$*4t@S4q49uM qrTi ![ƖC2{69}MsRLe;j6X{&x?"ӈ* %Ɍ;S>{p]1=Foܤ9-_e|if}ݚ (gjwCX[8Pe|Clr;2QXrfV!^P大 (*X> g{{˫y"~%%/lX/FQ¥PcMغL= s!99{7%AtD 9jvdf>{hc/L9Wd&S#_$aK NA]pC䎴?y`^ǐϝFxg8&M\OÔTZiFMN0 aŸul_ĕ |:,ts#h{~.Q,^\n<9&bF|:]|X.W/)- i-c:a!rI۰HG^痓"J7!al'5VŤNjAx0DfxxTRjjVe(@77n5 9SLm_IjnۚZ;(+#[ց/m$TqCuj8Tw #i>F+YMdIB#mk=Ɖ`1l< bѥC:gc>U73ֺDk6>3(xAF&aF hooݿ^d>)DqtdBO|zE]^k?("WN2]W}2Kat5֤Tۈ46mˠP.ypāf+Nʖppz. ^VmXsN ؑXȁVZxѯ7o4gȄlDbzs3Р_R .BehEm4;KJ1z&[T BRtH3TT?_: feĴcaE6 !״>3z3t3;ܔ?PuAd놅;Nc)`.%^X, :w-¨n$e]lEWKפ!8 z M AC+g;R,~'V[WtYFL6Q b7w"k>sFFd^ KdnRxͭH%z_m Quݬ7IrȸvĎ[x|6}iI'ݙ.LyͫlC{e}蓯_r[s=+ܔ \\ `caZ\m׏usu2U20-[A M2RPH;&c@:y}P:غhlBƈ:{ v Z*W= ϨvjZZ|6xHr^kf0z4?mI2[6=[Dq>G1sš cT>i10nk8y嫪w9_煾?YEP[эjO- EbX!GjW2/i"lS[F+h+1{Tqͼ9OWՑWX6|;޿G 1iPY^vh/ٍ0aMK0n-|o_V ho,XMGA 4t YZ$,?uGBԼ@y {a`j)ס2xr di_8F|_L8xǩ ">@y=Mi엵֙n5:U,4$rjN)@FqZg TK<--I t/G8r_{5>KsJM@/Hbn|͌}@WBxܛ Lt`&1Q5G ܴd7a/76Z- &[8źNjh(Νc6xe6:h1u+p$̚h/n@5iwyL.nd[}zurzd?/͢MX;%Upȓ';`SIW : 'ʦM=H򗐖 ~[d]8%D&]dFj{ɐA)Ň6\oh%iwYB{nDƂ^޳519`!5٨؉:KtWĉ$;l6W-.>̄zKa$ cVwɬv RҏХ|tO5GE߭JGY*6 {dZ8DQla (F<8ȳ?L ȕOd}T®;$S7,)K%m0)Z4s9vnMtmPPMեaNzP/A)N]YyOYHc(Ҏb9qT p ޾&78k+?ZMjgsd.2@,  MU(:AԬ+Hlk"ܩw˷+~+SkT;͍铪D`aOLn0ˑm1֫'K #d"nyX7[/ĭ#TA}$M<5@퀥wTf|Ml2Ў } ֩VS\x`30˯!ocxA8". Ww'p6!jSKW;#Mk;TTa^mQ*ɎުVL>x1SEU wjJ*?73cn{҈KF }iCeG(!NPͯVWIS'I@26PY P ~Q<,ƍO?Bǃ[jxoD^P5;K 7!3]H!Mn JJƨ9L{Yu:b♓aG`89 $ x~IDZƸT=E(NA_Pc{;2\S:ͧN]"@[KXYM4r*1& "/) !pZc:4]T;SȽ9'+Fd^wˉP4-hfeO fwr3X4R M/q;ՉȝD`E cRR ́6sV{Yo]:rcH[zݼZYp1vV$oςnBIVÖy.rdxLf-2 2 gwzeϿ_‡{N]Pver s,4%ɡx N&Gb~}5Ϯ='+5b)*OpK\+lW+,WY~0itIW}īN@YMAWS1"W,ܳ԰kve6:aѓ28V1!V1_VS7EـY&囹T)(^LhGp nsk\=<* Uk$Y"toҟ&ԺzN|AuQau箆(+=iv$9qUAUaEMò] M&Kh[dž-;eB;Oc#ȿ;Ū#}7F&@+AҔ/gLm"+ Et.\x#z ՉزtXVn4RB6* ڥPAOU {ѿlhfp{.3=S QUtJN#tO,VrȞ߇/;*naQCdOT#r0u"7!ݦ܋YX<_\\D9ÖȊ 9Pa*[g}4kӚȘ?ʼnaU$Lɣx죄>x,[lS%Y)+Raӄe οxAHF'=qw}o]!f^PM|*w9tr{):yhP@lrYZw6ӧq-o} k OkR1kO=JUyeڜ,x(0XuEWn>yᩌU6uں?f4 XAE;qX˷ha&^޸VĒ]r>.{2ysy*;nX7N%̒,l319aIIk;^@JMT?^6Gr!lTi}&YUG:ed@85G098qniJbZ0K( WV\C@j_fa D~J\M|` =~Zn m/@J|V@uni_`Ni*(\Z;Q 6&oJIAB9j0q?Ai-re2jk H2Z'd,*xOB3%ԯt׊FVA$ *?ornW|- Է-F>6a_b׽y5?G=th9LHJi/ ٥l0#fkS-(>eھ"*`ɲ/m> B"')g>2> / ]ݛx*^4J6VٽQwY}38)Urui[hiU }Pʯl7mLe$s^2gl.(cMȺˤ.ve23cqoSG> (^xk]0\l@.Z' .FGiW5?ᶯ#puw[qށTnwliNg2jYc |&s)̜R|l0ΛnFX*A 0tiۏ'E*+aT%™ᛔ#/BibS[I@;E|ᰬ#'c`dKbvޏ4tyEE4/i(a3UJjVx,;=^;OXxZA׸y 㻵Ea74y nTy/Zck-RIF ])&!_R"V'B,ܣm'F؉FjoO27&-1./O~?$A5A{? Tol%m wB|/tT*T5"YB|g)|3 J3?93/a%07M2E8(Cm, YR-̈́&Yː C 6AAGɃ$q^uaC(6uo)cSv2 dgQ!=&4ܾ}d lSh! /&QG!4)r_tz? g&OAy[|}G4*/!$6 Q7_TPHS\JO .-nL8iʏviAo>aO!zo-U@ܷ/g˄:5* k!k@ÒgmΉ̺N@^ ^O#x:4G] n-o.9x4Hɽ™Hs] 2p AX0[x gCfs|7mviR5#>qvoاCQ݁]!T\ro2jBcQޤBX:q@<^LxaKT.64}EP[V୚[%ѵ74^f[D |#@Piݸc> /b2PNڧu_.jo 5Toxs'Ć$bJe(ۃ h~hR J mmv6 v 7@s,fZh߶ f${h^SR?#MnD 'b&kJƧgpO*R'6f,D:xR,iH9qу!4 E/W!Qo j;h`EԤھFg \4uy&kwABvjPKoM*w}LVMIo;Sqc I%~"IuߢrʪƵmT)仸p.;C!|'Xqm9.#^uD+iAJ45\ewIS1I·?:J=!Vj# $2 )H"i>%R{kЅ 5¸ !?r0ҎK/ i.zNK-~;kD`l Y0|$gNNjOykvuг= sw@ oP[.cɻ 7pgBn`LWVp.i5Eb^ 0 g߂(%59z%yr(rZv8ҏŲ96)v0b +4 F~2\uy0љ=v('`ӇCeS?W k|̼t:.ܳ89\)ydDl&QRsP杬}%jV,M˰cǓjm1ث$+TK|RQj#cz5@J;c"\jnդ8Ik vaؿP/{o,2}'F̚,| Vfj!"jHkk_ SD._)o#>YNC[gy^`ÂAN+h"POrD t!/v8#R|Q+b#w3.z  V-T\b'&;?S-.dVOi!m$7"LeYe.+bw2 vP48=KY XtҐXӓ-;"e_ ?\\pHg2B]B*`#+|賚?5!c{^v_PS[\rD?-qPOtn`Ćw󥖾U.C:*TEI7Ԅ͸.ڛ޴N[Ձo޷coK.^C+XYn[DjDm/I Dra uUc;p7F{n'ƤZ_?n?:NAk0,ؘzct2Y"1_C15=C!~,|3ȧة\z`g}%p-TM=$jtχOT^yย<+J)^څ%.|%԰H|OSjuV%TBR(z(KV M4)I8U"@դ܏1ٔ޹d /a0s3֤WuO, mD4_ u-GBX+ q\;Bf(zǰMI2͈wEō: Bńk_tz p)4Hՙ4=} _6/No@pV- :q1tg onsMw훿|!C>BGxl@{'QC BU=vWɧ-tWKADw[$k܃gV@R>L9}*lo"WEaDDsFor&BmW'b``\)~4H|\•ޅ_Ug8$X3S)}-!{84]K$ҭ3_FIƙ8-K DT1ƱW9ܺMʶHW}ͱq \Wi>0b/Bʡcz^vv&_)`;juoh]^_weK%k{RZ &y[pz#GaipA {+UI~mnRb㫴} ,pRdZmʉ/ ^cTQ~m;Ǿ1'v0 +9y!'AGє2Zz S%U.%V!1ax>v) CiQj.Ie˩ʶntXMI cjBMC$O?Mኰ] #1KG HVGxxO>,:%%D>}&G,*rb^i8~É?:x}]yb >J՘nfFY(GW֮[kkWF[V: (GE:x }Dΰ#Fb!vQ>;DELtjOyX/[w(%G;kH9Fk_4sO6xP̗eTzjr,оu0h[4Ք m+= +6P  118ъSCNPN6%8*g ķ{/!Xmkd;#w(2ϔb(sC`/xg9 <@lxQ[~EKcBm'["`ۿ9k#] ͽ(OƏA^ c+XHat?_y<? xӮep[U~_ 7pqcw?c>`SmVTh ijƁNo6,!'4B! "=j&?1GSU3^q L -#H$Z*NhE{Ѿ0tgytPA<\cÏ 0T̀-k0tF{tBw~/ g~s7TA+T 6*|2'8p=ov(Ʋg p>R(RJu @ʹcۅz'J=4eZ4#A_2[h\ဇz]4-ıwz '陌Ap|K:,qeóFlw•8ft%{ASu_ɻɔ@d4"s/reg/  }z%E'F] $_/6r"=md[GcZXPXse84HmGY _lA ^Z$ )D  "zEK\Jڦ !:8͐ldd{:f\]JQlz/ 40gK=5B3ʺ 3K| \a*=6@l=\@Ҫ"`BK<bd[ZF=!y| "PFo&xb%<Tn2 ƘF⬗ h[3| |Fǡ=XL/"d{%d2DGԢƗ_}X"Cn~lhqɖx|0yDŽEX2*}fh;wRe&qYMjs"hW5 m/鰋?jw0y䤺UƏa!—Hzu^`ä;AY.mwje:ɣhk D.mi4<0*6;*lBkb9~ F7 bϿVjDg~>>x}X2ClķH6j?Dd q_gby~NAč 89@nCָfR̞$JVP֕`~ ̂EEP7-U3)H2EBoړZ6æ6DDEܱlA(rn+3U}k7a+8e3挻q<2呚vNi~jp(GvjT bL ,e7UYaա UXzZhEJsNwu :R2 Y,w]n =3/=#q@怌gېxܷC7J4mƄJY IƱTԴVso22[ІZ p~P|F|s š!4dxzjNjyj/ZH9/CQTFԃVhaHCoQZA ˜rU[YȚ CeI%SC|{ӫdo%Aȋ,R+Vm+Ii>)ct6%qkY#u`ܤN> κ#u|~qG 3ɑ6g;ܕb(X )fk"F*$mw SUZ9X.?BBiXm-)C&k+;i^AA ؘ|Ŕ̜'F=qRwd:< \7X[wn)KUrsok-?ߘJ}nh1H $:|6d]kX|oV(<@8N }M-%C'F}j4 }qb a2jY6pEjpI@Ut?=zY~A*n#v PxR2^N?~c]^.BWD tD-{&aH[AIpw]EՕr樄ʽq).sO$-=y: [,Q7﹞,T$9d-}zsKcĬg7P[*۫-ys򶓣2xe ՛_K3pDnf]PW .Բhx/wJgS)XX"Q n1P#Dcܷ9'K+UvfF5s̜VOP6MT\d85j: KOs?(`=Ke]Hb r׽&з^Wz8\XtfH{ȳRI,twfT}l>^!}"\d"DiؿjI:;W0rl{!c@~u ٜ|0$JH5\ m4yG.ZpY7W4#ВPeD5Ӭo2g F*ia09-.M(qKzk8tG_uȅc pԿtyz$/@G)]bU>M؊?'y x H=ZlD6džZ| .O%jth~M0C8\-Cz7B0ߴЈDq1Ecdd㿩B2яdg#cL94>n}8 Pfe%2ZҺع(b+=@z}dvd>R2FC!eb}؊Tk<*qqNX}bwDAcT#;WWTFdBE-nU(?%gC1 j> ,-gq!!DlSXs 㙇ʅe#(\/C77l+=M#P 1SR "N$۠"aq=%V+f3Lhj~Aɏ&(Ph&UWTE`{`y~c037_nAЯ9X/""pSe 8x5=U8!l)P1ȣތ(ym̝&cZr&iGBx!I]BF6?bp4-Cʏ Sh!!BW[ZH"rbMZDݫ%8r5 3S҃uj&]9 ϲa,Rc/+LD@54[^%+ :{`K"7S4TCYKZ,oi0EiMQfƥ״Y>-a:HդP\p]m9$|I՚2NLߤVK+H:mtЀ֚|{ c͟?Tv CSo{~QQ[M$)f!-ϑElc*m&w }xGQlTC2 S(Qぎo"~;O\?LNܚBس(] بcj+c~C(3ה,[Jֈ:l (p(ᕫ}١$\ nzCkMe:}&?+qVWSҴmz^v蠎}d*$ 0@Bzl(\5&֘3c`N%O3Zv"&Rp=k9=%7WW%EfL/a-췋O ~G@W/P0~ rp-eTc\2S 5k#4 O"-R{W8]5D/7`*Vw;qPT09^znS:\WA1UxI`nպhbvv 7Tiݵ w֢9>>e- k*K6|k9,LR!k]j S"9GK[wT؅I>{Kg֛:6Y$^Tu`VA. 1z el}!"3W M -X$Cr9}7ԨH?n/65w 4 yi>+82vY]M,k}uAŔsR_Op'lBavpp u%͠w֠i..d;z){^Gaĩ;1vE⬸Nsrm|b 5m8Uc$Zy^P%!w 5-jmFij?ĭ:.rn*d!kbeNp @acC=0w^8/Q~"pfe})ygh{ ``;pe`h͠@҄6о ެ|wBfjKj϶A mMS̋yA*υv 0sj "G Rmp1 \C}X^ d2A 1FGez>8DBzan~6J}֣/*̠a?-r5+A ~ {Jubfq7xZ.`XЫ2s-׵@}rmCruLd@~ٕk#vUs3U`xD>qcүdG40QJ7$uk}i~-H=l$ήPUIvwJGZ˥۰ uVضK  aMSTDOƵE2F{~c9:_)];iu搠z=U6sm,.b"­1c]g@Q~M3T񸣺Oљ߇F(;a"r[K{;ܐZ]q1KxfjeAZWׁ#n{(^~T.-{!5A|'2k>ʎjmސ[%)d1;hi򦞐9UFS l1;ZT-,!Pw͕B/b<'>8I^|@9{F>+P~Hc@u Go-vv,Y|~vL7[!X@E㻥%c^;5LOQ8IVq`WWT&s'앐%;7D93)K>YܓCgu=)G;ꨵs> IɉO`wߡ۠-Y6:`QWОMpw+?,+0gBq|2S9`ҪM{`\"ѶɄѡ+{ˁ9X Tv}%Ha#mJ7KbIw"px);8hWX%(5BX ںL dR}aã%aOD8v o"0oOf892r g!r˜^=9!ۿXfMoCQ L[z.Qx|Dd&QzrדD>6{-FVmMNrv >86dBȦa<*J%SD7mN.FV@ХXK4äsu u,QYAVfwyžv+*İWLsC: n hZ"j ;n?CǢviq! -{׮(d5p9U|:Ԍ}1eB;L:uT7x ɃA}@JW6Tz.7'#Ì>kݯKm"сѓPGY2p6 ؔ|=²?]:=zƼ1L47]K-)p;ZeʗHLF~~mucDh+,G.0DX(@ h#>U)\QmzZ}t[waGM(Z.n΂ #EPZд\ӾqvϝV#kZ)jClZtw_k9b-<*&Ѷ͐/zG(TD;m$:7yoK)grݴ6⍞ڃO'CB n>e{rJwvgB&GFH޽>Uz4fsZ&*Ϧ_2Ӷ @ND+YZ0Gt#Ç5.xܠDBYu۫^7 J 3OlpL3 C:ʊbāvJ&B Vce$5"N7sA%;=, =d G!g/łN<{QGq@Q5qDHě KUQ0oo]u՘B;ZZ#ɪ@Zؕtߡ-}ld;7,- |U4ѢbBT*mGIefѯ(g SO*m3#(~C/t]U%qHΥJ[>W%Y֭0]S^\Kyx6e/6ON?)XH}?ĔMEEB+/r}LֱyvS˂N$g=iq` rvL4UKN@4Cd4XNf2ѯ8-`̭9FJQ~Fa>SmB$C~^ke⭡)au!TFH0r_[ {6U9 4PY,A3B뼙=2;yZM߇;d6CYy.EVL 6L 8c9PVD.M> gC[,2k"D;3C4*F01}~GO*<׳-7\+-I5/"ŷ0fp NFv,=k/=|0BP)e1zYpos1ח%u!@%I+(ވ#hk6r_v f Q}=QK"R{X1g$Oj_ !yQtH>%Wf9 ̑#Vli` AZ-*6݁v:* B֐_?T#WO0f@ڞ$̄RmlwQ;f`h)ꝿ6ڛx\-䲴wt50C^IJI? v"^ϣ);R[JA cB].4;SҮ"PTU/M0I`5j aa2 {ò,Cć_ݠCQ~ͪ@ݵf7bG(Wİ';,~'Zbje ?. Cd}(Q7בjQW_|rgQ*q/x& N@1e\=MNTӁ@`Llx֎9jLkxZGۂGV%jwb ) d-"2PKS - u/q|m<,XD>Sf=E:Kbm&/ ^oѷL $qtjp򛖪 S 0jnTf FF F '*==Mb `O?W*ʿOR;7XaFng_W~^1K9!М)14—h4_#ʱ RLDn7Z&|LRώwԖ##,&2 $KgNNLuɒJK2!ẽy Ucacy6X&*t.v!3 "jAA{<(x&Pzȋ%m?K< ȑ|a$_hfBm6r"s4T_D'P) ҷ鵈,ӈ-cqWR&/ɺ#V=`nhfY,eU;ׯټ +8~hhr~T+#Qw]\vboؠj1&ߢ+Fg0y?&wE{ 4995&s8L17љ[CWZ=nB%{ @18?yj@Sۛӏbq> nH<$6W f"O1ۣsC (P DLO$6iK9uv7Ai;ø+Q^pnO~ܴF: ˢ8NW1rse÷~&M~TStw!n!D52L㼕~jtdhHyeàP҃8 \(OMsF DOLf=r/ܾTD̟G`?/ f?`?ھ.ҲHxqabvqwA֋K'=H ~SJaf+t/e|hGHNK[6ofJI# V# 6'C: gDI;S$Q3?&>osFKYI#cr-6ש ʻ .0?m4 M}ɥzWDﲔE1Huj m OMԺwr-X䤴 !wYӦ\15 !.|icpͶAKt{X)˷@agcf[ou7mFm>Վ&/ʃjd2yU!yΜ~ÃeWx Mف3g/pqzxZOuMlVMfsug:]fc2"z  k~D"@l8%e+%h?v -yLEp_4؆T8.HKy=.\s0g:C6&Z)˿LBwrn|ϖ\no4Ch<ɧ\t DaOOkmVނ\2k#s 9·*!b*!Px=vY7d5Hsi7 ڱC GUZL\ =0柬.:(宠9}-sb󜞼4rVg K¶X_Cc&5 so%k: .Cgz@[t#<]݅9N/$&As$㸷{8e3q)T|A ,1KYc1jufZ[]~a 7e,dvs(s/iW)rb3]=bzW Vx u z^AgYz.~@j<](gXl8=#mvҭ~)int_rq%oc)x7w m=~պ 6B׈fo/uW>|5SՂ&"T/bgvpYb!ɩ"M\{OkÍu2ˠ_@p|BH!ک~fף8N`D/[p!p/Gd2J-1$>-:\J|)ĥG2yt8Ϛagª)}V C*8X1tX(ܷg5H%i/0"w%g3JoOtFf,`7Xf[ NJ .Y&7ydiOw'6~I@X'S--2مvٗad=l rы"!o"} ow9ZSW#so'IX`^J_vM*YRԢ.@4+B:oIxY"Q8p@SÐ(A: I/1r+s4l?4ͭPQV[eY%\&Ȕ^2Phw5(ҮDc`Ȅw"I04c;zSvtmyC݋EԌl ](8|#d:W, Vxtew/V8g0&=| GXBd@)4^u@ Trj놮Qw% 2t$0~lg\ aq|~iɿsFҟE*=K{"6=Wh4";*9?%; Elu3hU7= (X@< ~R2Cp`U6IGS?&T#wQz^u-֭K=- |Fa4C:z}tYHbP/, )i ̧qg%]HJ"E !SvRw27 "%YzF;\jQ ג(Pa6 &޿q3.d9_[Ĝ5)>>Po8JPkE?zeoϫG9Sp=0ٞCѹ8ɰ! 0?;n-FKn9~ !ގ2F،@ JS^ҔHjDX[;W ӻ4p5 $)3wZ_Kʈ Q.Gxڣa-'+WvOӲx Rj |حm$`T9n2-L3BYǜPt*"|`3E4R1悦TEQܯ6RIDKSsFI(R'Tk5-7&k :mH$R%n6ڬ2!Y9Q7hQedWL<)V<>tlâI&2[j WV- ^87϶-S怺LAh<ƞerBX(gjs% c+fȜ?ݼuj`SWdaթ#~Nð~d1PLP'('u?\b9/>D;Av1;%[5r)I'kC ݞ+xyXE-`(M1l7=_79ؙ>~&]Yju5Ng$@@$4J]Z]Z2PjZ"U$mvCj;AWA^ʍ$dc)==703b[N_/Un#/FY~}J T .¥$INDh68/\?k 9Ovět:?Z@J~41=%ex)[5zPF{rzgMD:ZNBI=wYGCF,;_iɘם-Y]Tt瓀E^^d)ؿAί7}8wP8a4C<mhG)4$D}U5*\e7~n 8xZ!+ovNie(hV)ʼn\PP$kGE.J/)Qps_8DeqhBj[d' 0n%tq(j}S}]#4plk". R0ܩ-h`spy(DvYJȍ@,D]Wi h% TEam!>n+G>j,I5);JvJ3 \P*K_)"@wA<hՇ.I\ ݴy"f} h>o+ڋiWHAQiUb@UP*0 6]|cmŸ@lZB|Mռ{Bv6Ym+Б*hhWgZ,N3GW:Ķnǀx ƥEX-Y@GWog{GJ"2tΞZDZ+D c {!xVth>4sp=nA>,%L:`"|#ر$ūüN}^ϘY/ Xب*>=( _rՍUcfUr 7Θ^) 3ze* ,68D _Zr|bwѨ/πc;%)b|]+z8˒m,"Dv|HfǦ>ȼw3?}غGr%E@ڼt&ĝsOiGLn @ıyqDL/FUO+by>a#FRP;5 ZX\'>ń{mE6ІaDV` d=^Ȃ ݊wT^4qg-|_e%!~i$J]o<^2i1.'9L қEvsH5{ ӏĐ|ckta+A; AFsieJÚJ-C:Pų_K>\7̃96UѴ n`:Avkv12=A϶=uS+F=pW/>T:\P hu~e$h48IZK6XPyޛRK`B^U0RX8E~#Ӌ[wk_6i}.ŷixT];~|q`Bag] >|Ώ`OUjC1Y>u`½௹3H['I&&8~:)JU;ufhd(?}5%Eؾ-~K벡?umOƹaҮ^/<2!啓Yaw |r> S ĥ<(VEb=zwio$9tb+-=K8TBSt^Kihgw8|w1AIX.4E{Jđ!#.A.xrd?~C&Ǩ ĕ]7zڿ .qfQg?Ov/4ehEE,mR4%VKfcne> ŃHczd[lh_zA07EAscd|W[3ͺ)Xٌ e[oʽ,kO>r1Lj vV3i+zvv ǭw\bRvL= (2E送:31ƶ \%dyPdSпVm~ċp|̆_uxu|~)4p, uF\CeVK1|Q@{`z (wZKc|(GyDkX!3͜dqF)XAvgQ:E]ZˏDH"byCo ^|p6ΌG㙫:o_pmCV"uC`q![Z\Ѣ] Q/>w~rѿ.h)3lEbI?*pdPEt֖tx`V|]FΥjs'Wia7\qr`j~VGZ>$uWL3ڵ R#[IlaFOyR#Hvλ31?ˡ 'ٜ&[ Pn" ' 1>jc$'&;,Y;A@=o"8Dp^`SBIARŏ}wQ1Zԟ~wX .%n <=]b{2WArl_7)"*=`Z"|E9F]Jپ/a'U쉙]@+^ KKE~кC;obZe*L1PQl;J{X=xyr<&E@v&Ji%ŵ 0RW[WN\S؝ |Xs< ˇ ~ QM;~D57#<|!kK6њ'/jKrg I(gO(#[A."'ΦuZJD@޷B=۸Dc0UP:)˒'8ܣ兛~\%4֖xCpTI}uS(G<8$g|~#h 0k%*3%4)e&ʣ3xL>iG8SW4 A2CJnMUϯh" 8`a_"|=MBk.tH0@ak=ߑ~L=,&@co* LkOWv);ah]VsLim2g(gBrsvM7C;k?շ6i0XBQ*j}!Xp8a;f 62응 (|pՏ'ex@uS82z˜Gyap񕨮&6٤V>ȴA54nȶè9d&. %(c ɥ:c]Kթ'qGs آiIu<% $W̙Dx% VS҃(qCɫp(+mjA(*<[c?F}P*->E _:~Cy=1`9I0/DʐЮ I V/x6L`pAMm/HOiJׅI"k+ѯ*QĐoy :YsbUwZ1KEh>p"@&I" *`.*=+aOH4~e:Y;ZMՖ@Hdm^O&I }۞E$@x;s>: ;y+\ζJʣGsYԏ^eOc~;Eqb5Af1; NFKnaX?aoMSM+mAlrq;[5_B4Oҳ VC-r 3]7Fg/;^Q1Fyk1%ݏq{@o8#&K4ͳ^'Ͽph Ad)6EU@0!,k-_U\$*ֱ*PƺD՟9'pȂ!x΄OJXH! yݻ4gDM)ccK-U1 Όx#=8qW% W[u$ɓI#IϗY&ѓQ$x n$]Wʃ?Mf4blۮtեN5A?t3]r%'|%a-6PZY&Jsyj!jtTP^Ȯ%(re;akrThcG\U%DSP`6|#o df zӥKx@pfnצv}z bKGYuմ^ Y̠`ܜ9#S=SAO|v$):qF ;M_h^-Nl[L{HV?\Fq̲^SBGqESKJ5V%{5$98$+'?GS{ oF|mje1ro4SBRx ISkj!&- \eIU?B k0IpN_:qQ"BЌ)ΚQ/6? `%*qHK GfuxdqWf[Q(sfHpXD?DBp~ ǤPߵ $qhmmsM3EvY%1^EAF=zҬDW))/=f̐:?Hf?J3(jncZAL [ESm ;8Ul3AĐ鰰v\Y<3eKi/g2a{Z/;GA#yFW >iMr]a3iYTcp6BRQMcs --piޱޅ/wWϖ` 嗭 M4mdVom޲B=>3'D7!37zr2`9 |]%ՉrXʾH2"-Fp$W|fm]\~ :Jxbnd.ޞԠ4`Bipj;"I,@*5Oz٫(pYMe#. Rp8b?s9b!-1zT`|6/Iʙь =:C͈TX8'ٞu?9=#k'|0 V$ɤZ#_t7BIbfcic͡as_p~j3>puJrkCZ0g^uF<8lXWlO*jAav>SR'𴶦IJn )Ԛ ǵha -l&Pd) >ZEܘ}~K'8SZ_XYEk\u@LXK3ӹfo,G.Xڎvs% 4 qsU3w,r$]$BqqAȿP^77 GP&TY>- 2SyT,C#JK 2';7Y#'Ϩx ]/ 7й/HE#Nza<)rOW Q9Mgi0:LEEˋ~(NPU  x6Y}Mhx꒎*r3t* 13W௨㑗'U?s r@2p; зd9l\IX9C u(cՙY_{%d;2寂$+b[gazk/϶P*K!`2Gpp٘Y0+pv J (Uڭ&bN4~uw-(́L B?7y ٌ @UU{6&GaE`El;>-Dfl7uf|q#>9_/ƴꬭ*RNHgU )PFzZH'4Jc02ƽ :=P w5k&x%iHXv4GT|`t9˥T[n柟fT@>򢊳_ٯW ju.a,q+!;:}.dEy v"KLP:+R59aR1.:ZU 漸x)(##|Tb&QSr z4otoH4SJ蒣OY ǬSf 7V:]ӟ,a]Q*yjmQ>4O{T0n5"6,+"syml;pHt 0-isݝFe"O0'̇X3=bSYP6o>O.NO1 :hjéϹ!࿭zξ;?ygFT!g8DzDzfK2OĄX }4T/I[C/- 691" $FQ9~Am׳c5Jv649Z_uEU:ƺSjM nrG#҂VY'F=]%%jimXoeYRTq+v IŒ3<lLxwˎm9fZky㞶]Eg>x}2OO\ _U%IU&X`=p/˒5R Bz}I/zJ*_=6(JpP!ݚ'5'}5 Y+ժӒspa-G-3O")-w87 xIMcCgV&ੋX-\V64QsxzίY'hN-FGKEM{^'%J=q@U DT}.FAбT~Qa aKA?D"@2\sWN:cfT,%~[Tqw!f Y?ϛS5-Ib38aUT2\z ޱqEQB7yn R7t̴OE.Dm|?M'F0Xy$9KM.8?1"&$-gw,֕u4v^yB׬!\oʜ OY"q/i,!Rˤ5MI#-N* Mn[PSb d8BaҎ)N 6Î?$' ,J &1opI{eBWij(b$jI`/E+XQ,ִ$2֣;ɗ *F(X[ d` QE7]&B E{CEzcS{ՉX=C2tN0 [RJC1A1p+plV"[ Y)*!庣x 9sde+ٓ*o# [et!{!?yTDwxl?6J c؛ y1֭*T<_бߛYS1ȋLM qDL|9ZjǶ7 U6w3z mpABszS֑fy9x| jzDD?o5PN :CyA蘄K9 '@· o~{=dI` c]3GKul-gN BFa|ذQtg&uS\ FI|f<""1^O{2avC׀o mŹ }.-eGٟS\Іq})}xn;bC"8|x f1+[>|)Y-"@)?1'u N[ QA44P<L&ޯ;x gd&Ӄ]ZBC/rsV[R-!B4eX3zd4?P=)a8pߙY?*!+CAgl^$ .;R:s(^pdKw^kfyX$/HZ:zvw&6n,6@E?,`ڠ[`'u,R`1v}|A'ފmoWHz'^wl :qۇ ؕU)'3m$&'Ǒ B7gHO@,}a琩•j6р?tK ùmVKN7:leU=Ϧ~7:-&ϓ޷=Ѽb Ub?%bL:;Zg신2TUUI:FZiշ+A+*MVM.Ʌ i-roe`Y'v;m^6>q* Fxl2?&y^ +c}wںf~Q?ӕH0*VKiĶ;FP›tּJQT0*$?ZHvnh kǙ7ȶywÀTAآoQ0*tϖC ߣy͆oO ]FW# xߣj?wnR}fl)6me ZXS_j2ݮk3dD#z$24 x|HKl[ebHၕsT5/$8®f?;fywĨwU/IؗMd[_2hS]ӈ=+7fg]ʆ{5'2yQp/ "%.`>7hٌ*;ƣo$!eRSY”,k3$B=E=mD?ĬyQA[є5.5͔eغio{1j6va*KN=<*_PPp[2UFp1 *-0((򐾽Ԫ #Ÿ@) |I:cЉȬ@{{4#~q[ʞ Q#zVq(|%XE?hz͘ot@(8<)gnM'nCbO$Z22|s>WPu@цRi0,{£KAzu[H4x09wYu$`AK;NbpJAƬ2N٤ o "OYɭ;FϴA\?oxtMނ}AI:^O>vDZMWxCP|\a3ix.vj{A~vׇ wJm"?ý VI{.2/0`PU] 뎕tH ]PVΎXd*hyd Y߈Lv&IYv[^Oc TtۂS׭qo$Q KctnbQ1<\*_y/94⏢@WЧ \1-P>+,|#d)MQH2{%JPqB(rKG,u$د.Ck.uN3‰CtD˙q65DaĈExBe»Pd $~ݿ8y_Mf9pTJEHaRվ1ύԮzͩY04}( TI 0GY'#)4'S,U`tǨuW/ILR%6\iYީRqk;7WhYP'Cdg|#d~,=KJM 4? e- ;ǚ E#- 2ac > GeIw sO~'&Vnyķvl$0J?20Ly Za\v6MO!hl0ĺG#R;QSom(EoQPfrwG+KEr YpÜܑ3)k׉DT~YsycprƟI#vHЈb}V LP3_J&cUs@˝k6pd |`4rO.hS]HWb\ Cqrփ3^bTF eaSHV^7o3 7i-3f&1Vr"Ƌj3&_Ґ n˗,t_Ѣ;NwYꄾ9& p4yyOZUU&7=dbd,[1(;X؄$Wskk#E5*xZN{j;h] i>s/aJpL3x~N|d: jq􅎄lc+$Hq5Yrn G> ^RyȲٕI NӯÄ9W:F??;YyWײjs:z># Elb_ Hue8 yTE* ;Egg>mMlRQ}c%x&2b3 Mևt:I>ߋcNE¢J5C=ʶ'`R |0V=O:;0M q(IZ5). şj#E}3tpXrc6M{amB, aZIRqmEt/eK%x骔; O=bpX`S vFBj1C MoeZj8'lhwJ%++7~p7Siet'+5 :;AĶd_F/<3wWЇ_\8 "N̲ZSVR; DcLث(:Z_ [H\258XJL><v67.^VA]kգ LnT y1UHRany{*3VgMpjhō۲:k[< g"jjV^XcEY(VhGdY ڍђX:ٍMs5D$!zE+iwC{X:F.6ԓag{KuG .RD &FtF}x\ms#$pm ])ȥGH3+Y]Ax1wgי)ڋbxȀ3te޻i&KbFm-,~10/ Sn:Z$ҘA~ȗH&;ڔ kK B*[V6AEqY"gh5dAapzjTǜ[GEHoYXD3`7阼Kmf8:b0FT쬡[;,6[jԪJXFkyw u .c`{(_Xc+"GrpC~ϗ_\UܬNL^y$/g\;P2O1Zxp&F TdH*.Iܾr8*@杻6DEBiT6a >Q78;JX*#SqJ ;'$Pzc&$+WKϦ̏OV餲4_`r0 >v%ishVBDqGCR}vu]T[nU_"`:}$Dpk'-a:⋅Ƞ*.ҚjNz"^PiGl Ҟqg+h#x`ܨc̿3Zr<}dvwy !>_tg'a"0~#![ѧa&M,؃lM!T%@;h?.ba_߶gbk]N? 6J 54C(k7 (o9qJٶ-rFdyFYu&s; W O%'RלvD76T*YVɇ|F piX@Le0`=qpɱlV;$I\t:>OvcqUV" ԬD~dϸ,83M K\m_&%ߺPO65ʼnv U=OyBT5$Rih_uC!u3 ͻT uHAF F\ȏ(Rې@cw.{ :_œMt%qHwp|!Z0NE7cd mT( &PYmU)Ka_>"W8Zn 1c^%xqt|FKtQHpAP:RɲC]AíQȷUNS\e%={V-Gcjwm׊O ïҎw5_l|wb3:*kQ^$^ 2dfjs-ZÑhr>9&w *gtGGZ$u0*wϛ873WPEBDΜM`B_:ի'5`N\0`_I4; ۠#d>^ x+6\h^4|NFO\5^%] 2#_%20C$K(=s?kt eYx/0U8$BKXqmO< [|yٝh8׶ʮj˾ωXdJLSA޲@t3`iǔ=N/m9 P<Ǩ#x %ƕ8XA|¤RЌi(UB#LcvBALT-i~kD<.>ߜ1Vd1 4V{_iqB|*D8^[֤M"}^dR›tN/{]~ &Lf>ݤ~hh\1x}vfS]0HLr b$Usl% wbcL@l44;f.! x}3ylt0c~u,фŢRulXH:b'>= bV 4Z4Kqwm+T8CE{6Wa}fVp 1S,>Ԫea)Y֜f~'  ƕ }ZhȫaQBD't4Wه8, ,;soT&~it] Db osN9=n6`6/ n(*Y(kꐱ-Bt)֤͍=Ƿ{`>aB1U<[.*dV2Rhp,@5#ܹ =LT' 62TT2^2.qJ?'t۪oS%+N9UR5q qtUjC%6CW`90" v6~8Tྀb(¦:}⤙e_k׃f{4te@WD|eC,SY=J`чnzWƓ[>v|Cb湷qj-fU, P7ӳ/sdV-ϩ * :;Ĩi_}tʊMθ]?$F:LL#A?*vW}4mF)[T6>?ñ lv )q(Ǯ_IiPkiQO: Bj)+yjhAvj=2ȗZ,X'P+/`Z ԕep\d(I+LJb*"!$f ZZP WAIcDj75Ǩ2Ѵt;s-S.^< S! | Ym=%.ZImjf9E3-vVY!ʑn_2l> e8/aTVhfTF bIYfAYHɕKT4:ujT9j4:atYĕLVux"]ͩW7ܽ ѭ^P2޻fXV 5TM}w12PQ *D `nO)}Xw-`)_:dRg]M_vC30덀EdK/mտo[51z=-u k'Xjkn֨rÈL02|H% T' &g\ /4ο^#B68.)Xgn@4sAH2Y غTܞҥoSɸcN#m 'Fw4ƄS9Gw!.uܾ>TY™n`'T!E)=V Vn(D*gU]64H-dHDSvb%u$ $㹑4݀9A2Պ(yύ1'jZ`ggmoJDRGw'؀jC.Gb4 2f=YIc#0]mL20lc,j2Yb]D̷҈> >daXؔD: #vp 3Jn7㱩AF"30+՘awF x,K?,鼜(Dn {[ЫOǰZʏ>GgCf eEVh=il~݆#=wFAQTڥbtA3biv6&գffgmULa^SG偺3e推,QH>aMȀ$:$]f>Mr;@]mbr [_zi|2OǍ|j=ox >V *?'"~a8AEGf \b$"5U=rgnɫj|IQX-~]:{Ve ‚޴4ǝ)!+snR9I] h73>rDOlgծú2 z/gKq2;!r2A(MH/'l[;/4}'O`OՃ<dUJЛgɤ(/k dݮPhxQlJ:=Q#,4a %TM׷0z'i^ƍJl{d6*|Sm|.)^Z'X3ýK\($xVșSD)Zl#<'(č,,70tT*wvPʲdpG{tPaĄ3k쐕JZ;u;K߼Q(vM SWR(f!oҞjǵe˒Ql~ CVyh$S >_gR(n~_$w;T4<pH_9Mrs$Bq 8wG[=r. H%x;%twI #K*5-$}"("~xCu6K2zM }.7.moWp6mM${KU8 .$I/ѽc8g炩UfpR6Yӣ'W&/LS{Ѓ[G?"& BW% UU]ٴ t5/ -#.V iKNGmNN_y1]^(a t};[Xl@f b].9M&t* B@X] {tJ@ګVȮ}HuX!n6ABENU3lm 馂$+ VYh l#@ /)% $jD4s:Bz6Ks Q] Z ~dwIy塙c*EMȩF~f.d3E 0xa0[k}\<vr98T#'lQ_)(XÊoo8!|:IIK |K],AZbҮ0nW18C[ # ]ݫIIGX' #I6V:4!NbٴV|I&9')Ma[*8I/W4`,Fnܮ\LQų 6,^К `twLmѥ4NƓ5;c$x0jhq9W'1Zw9ttƆS9q'Ɨ*۴~ǩ SeFSхNCL_ĊO> mMסIY j=k% 6 -6j_;֫nUk#@!Xɾ4m e l}mqc|2Uc*: <'@mun6 cECƯU.|;v0aznMy/_-+էZ0`Q gɂqg03GH}j6`2nB}9 [_sA\dRsQEY"ah.M xtM0լ2_vEjѨ 11ڬt^CzF~0OaOCs4g;[RVsƺkbʵHCKۓ:O >Ǩ9ېw3ڝ矢 er{?2XCR|?R^{)A/"cݚKR&}kҥG"C@Tv-ZȂ5O;-lж!߀l&]OuD߉$xP#/ډmSL ygϖl`V#ۺ{Qf7]!~[5nU0HuƓacqGLX':7H l+ϖH?ġX֘9Wxk60НYZdl>;w׾;(y9N܉>8"ګQ>|pIbMZR{ɦ.Fq*R}J<5 gOSP54"M#0sJxL 6uvpq8{IUR|BvV E>TS,N ЦȒԻϿ>zvdHP-4|O"J4ލ49w=e:o./Ћd3zvE$=:O08jl*x.4pJ lݡذҽWntZɺ8_x޷޷a=e>>܆/l5^mV#%4;H(|=9pIkN ?mx+@X}M-BJ̳__ $<97rSQ8#BluVϱJ٪[f6mWf):*d}_%9ӧ|i+%hq}]8hy^~]5j6qm."֟'3h>Diy\c, ք 􌎣_Zrj Cld d/Q 4_zFƶqyvTD|DўeXIBc,NBL @tOϼ֯PM;\i'FNX4(D2Y}4s13 OB6N^Ayx GthT+21 Qz(H ԰ՌѸU%E!MD%-3.FD b/= Z؜2&:IA?!i>oi (@fFWRnh 2L%o8 O98{<;K7`)+3^ ~@BSeڊU5ci^ xs$ -1@w2ZW< <,b4--'y]K"T,bNS{%Gp *9 cAGV#4R9YJyviKž Մa Tnp3ҁ7k?酯}qf?}wY$ ?b:p"I^w3Ƅ~rN֫`:r_qNW_6% T?6ꣲKľ+Mq(iek$\(vM&q:ۚx࣠orIBgAp0!\nvS}M,'q=֜ ЙIM<˕bpWTMԚUMae^qcz\֯>t|CiRe蟅`, 1&sL!Rӻ2{yyNe0~@-Nj':nR2^VΧYH¿;9(Di^4/!|QI2vլqt{dНp:.Q`[j.ƅX>sod rK~O3!5DD8 %+sxQJi I Ǹ3b\5g{FUd6M٭! TbAd3ܠc2C=5/6X+ i bӀ_GRjr&?g8T;lr+:XzI}H5,ui PnY<9Tz Ao^U@'<?Hc}pnϿ~ $2Y@`^}uC2ha%0H/],7L"7VkZt5?2e6$ ~.j`3!MDX8;tNc;oc%tZ^WβUgAU=hIk)zL ]pg ׫MA"^)?E Cvp*}ya񊌙 ^vP,TnIf\HtSxO&`S\@j,qj$Jʺ nW=>`Y dJ^61V2gfnJ"j!澫Yl4lX]: ^^H&`^JJ 4߳J*gP/90B5L ߖ`ac4>膋xyc`&1&A6 d0rdѓ H5mhs=~s9>B4|ox_\ԾVMDR unk/!Kٸ3󬨐aTL7Ipc; -[R+ %p `H'{ Ց87V=`T7GeQ>JXQh+[^w`d /ݝ5]@`tWVzj[҉qmEݒ9TI86xA)uYQ&|*˗c/x$1. hQXMDfBK?!8D$!c2h-R=5j^fhӷ 09z"۔rxqeLWkLuۂIxsm8j(}5fSm`{hD))bȓإBoY̮h Y 1Cknhnѡ%QA .el9DS+U(a@m:"t} _@Z&zrUv !J>'>..f~?EzH})}bՀ5Pץȥor]̮B}mE24T~nT:h9\C)K?ym{``T!5HȈM\ZAf+"0BDw.3}xNKby ׇ DS.NQs*nݢ{ϊ)WؑG*)vL6P]n/mN* +<*ӝxp]GF*b"h듺fhW3 :N:ɥTD7{ P!Zqi"8)`O*g[phGenoSPQPofeʋF$T^O6 |:a|Rl`S2-<Ö柋t@+v31+\M·Ű>}ECaa7/ٺ0I[؜7VWe%n+z3V[Ɵ}fDv==vt0D1劓4PoEKHQVxt,viHӹ-pw, AigH,)C GIlGm"^bԿ,f0=TEtSc!:|c-_k;KɭaMau%O}Tʻ$ܲ|=}gq$TdrWrSinLsZzx#)l 6&w2JVŻ"*5C2a9 }KJǠwGKX4 o2B^ Y`?Ijf+_.ɪȻs.=tt\[^1ɤc/#9574Gah> %h)YZTQz`qL.Nѡk?&sD [SP'W:8FiڍT54\)Lv6鸞a>7T M'dNUnMq(VqQ8>D6DJ?divƀN&9dpdN0]X]{_v]^Wb?am=M3hFKBH7 2_Jo!d59G`)Gb^+93L|hS俘a5jAS*۶w.3x dob<ΌUy 㻙{8{qk'&@b3}\+_&Bo1 ,ǽY`qHl0 p1 ^+t1a˅I6߫\OW)m;ɯ>&Jdںt;άfDCFׯxCn F]i?2e~辗lBOZ|Ls6Vscv)lY bS#s"@tZ@4,|羪 ڋjXT!xQHlC}*] .G B/oV}YLOӡa䂣QpCE%6<~ԟSV>=M7I^q{~Td4F3DJC3݄jN|G%g,׮;GW0E[ i}tП:R})O;C/?@T nd d;x.40`!XGJ+Rv*WdA*3f߳j߽˻ :\dK7|92Ǯ]pS|$q M]~_0 +V`Nv%t\䦏C1-?3=d)I?+h4=W[qL'n y$BTi6-ɷ~@!A'kFYM_6Cf`WyׁCICux 03 ?]p=i58"y#W~K !Z"ޥTD9'c?Fd6M_7p$%+NEuaWEđ$58%#qZS*=TPff&{tx\s]bz:zae"yg@rwרSKXM`sW]-/4믡njj->Z$XYP6kntp ^uTL1.un3C\H: uech,`o |N*x?UˑD8q + }1Q 볯_ RTbUsu\XćO VtObO+,13mg,yE(,="h[@3D(+OhKS^թw. QVE? C3m*R*x@oo 7.arT*;]*)Wr'`5͋&T+N{ą7)l >цaeFt17aS{~ts6:&Fɑ+k]d;M9ʹ#"|"mIVh'xVƚTJ\,dxw4C`4EW >([g0mF&){kK$2AYĊ%AEb(>M2D+%˱߻(fuw$W[鈥IQz?ӎQlX|!r$gbtaSR2(6eˁ%B Qd;0᝝֎eCd{5h;(Z[SG}v l{j~~Ŧe)f3m[hRi钃]]_-Bo]fcK߳xU)aOgh]i@|F& )@ҕO6?r~g2)U50m-5շ1bh":MFI`s$jXQDJ,mp2 vY6ǰ鮴$N)0>A17I U#ȧh K5͇=HATJʬּ ] Fj㰞(oyrT" ʱ"E6'0F`jʲ&7{\{N>\VV;vG\M#ng=ʬ*TRKfbD [^cdr"@բa=+]C-l{c׭ޚ+|5 oWkiQ+c3b22Ex~?FE2k\"°mY.-JXc'F`rrD峟t[W.sW>,tYV_i?s_T YJ0ϠcU*:؋2Q!V4O̕0g ЙL ^TXq>ֶZ'>U7̂3[]zmlqyB[ u<{~8KGP[|ziZnǫ7%Kbw=:< k ^Aa\Hx81ucL5TaгgU7A ٚ mC*\"'Ñݽ[>@47Sc7[8yDyP|e pKs(_ʓ`VKBaP`2v)!rHY[=s1{S>uQH( L~Q A(Ҩ5[e|q_rvDP+RBX/9ݔg=1+n; 1nwo^T mPWd1)}ӿc8ܪM?tc)ϒ?bΘˋ63:s"{xstλf=Q>vMN^.2/HY7-Fc+[qwOC$ip`(iEMS$);=KjcxrC \kVG"_[>c]~f? rw'DJDm/ҵW4p.[p^E5Cd5v,fkC(lC勱V09-KJd>9o[CMV\1<_>ָ{U?biF>󲝂b  77FQ:stOVksE`O8 "ȥ \)퐜FnЭD=|\@u8PԾX^6VdSy !tR=|\?y.̯H%uض@UaPǣ/g^?KЬ-](]epКUP:Q]0Hg{0Y 1*UI1u-#(a5dtB{pP[/ ?w4##ׅGS\bΟR7A"E^;t_b j0: ܹg6%FUAj0&\$M{[diXAUh<ЕsU\-p >;jKĎe+\J+u2zΣG2NåTw$IHaˎo!1 #MA Q^v%8ecVI=Y]t=rB(FoIIdinMO tQ|RDrԵuoR"+cIK~1}@ Ea]5cob6cb`OچWJ>)ދCNi錑Ԝ)CU`*_eӾiՋ P .Åt&n1=AdPAA$p .@:FnX,&w+D KZZ~:b dD" (wt]ɻWJwVΌ^.#/ &\(ߠvDDH3PWU <*E\'=#3kfJ_ꗪ}sggg]#h\{6HBNw0.R &qINlY]F?vDEHr7oaߏڂ!^W̥T>K+"pa&ɖ䥍|UITP:/;jiN#Oxpm@C0c{ Sin3?B*E<5eo0}ql'Er"K&h~$w1Z2Q0_P_7ݮ=IL"]N}|z䷪FULzP#{K94}4qWL88U#[Wr*'qG]̳V*!EYp:,<6aZ}bZc wuoIdWr(2yՅ+l 1VslB1MYZ" ;ڶ\NnJ)7DtbfkXha٥ۻDl1oi)ŲgOHm!rD(e('e+Ig/ $3>UI$Ӌvcs $T/0sHՇC?5"D,׊J\#Wn$Z™,rWq{grjKRlw8K=hMRpj^J.AlJt+7oUuqJG'֍;*b/j8!KD ¯4K[9ۼ֭Xo FWd<ɪN0MvLCt\'*4[Bj)6/Vvxm`u,_12U'w UG)ACA^ӠB! tż ynH" rTSē{;^af%ge>" ,boEZ3RVwWymh0ж֏&u \O1CmZȑ}1N >~ĚlT/]mFpBD),ϸ͜;{v^A`aA|1?sz: @4O" iN$xoJ[NdzIsnh,,6$uA)U|-`LP=\#Ne)=K{]1b*bq_ љZ|z%& Qf n<]\"xiB M7'{,QӻyKtvQdU25{3<\ AHCTYp%AB8e@КR*dAr "nݎ@"AJ(#/|SG``n78{v$8s"b6upJEFrWG`\hF?Mlۣ))kC*{xkG*8qT2@X9BcDT{RTK5b")B82t9OJ c;(qOъe )%)f\*IY濶]nc6D͹gQikPpS|uU$U{2؅g誂vuv'ۛDv;?VİhQhq1ick#qJ] 9.ׇ!h,j}[1ު'^A:X}Bv97P6~%`"'1$pDԟ,Nzi6mzcgq7? ~_֒a1ɹ!/k [&Jf_&I}v$Vt՛EBZNǸh c^XeMT˞A li uSiF$j(DjcɱQIbmWv8vn{q ^ZiYڼ^rN%ɓ"9 _KP26yH;Ip7gq9; ƣ(ـn@\5e`%B97]=h]  z4#Z^G>(RJSVbݡjrbc W%ı*A|=||_cNq QiGlGMW&IS,zJjUH$. {rumTkSRL0濟r;=pc|Ld"ZQ[zM ̬ HeIJ׊4WC` &u^`FfW:̀I<#Q%0)NV헬&;NR]"tWԉp!W,32ٖSĜ*"nZE5tݳz&I; ka><SO^gyy|zQQu&J$ϤĪY$wFEH%*@~Mw$@(Tq_H@mk'h')_vVʂ385!hCd/ϴ py+31 \_lj S+bDLgޠƲP d! aNKV#f%8md/ŨM|*%!庿Cr2bb 8zJ1JT>44eآ1Ejm.oK|ǦqGem3h{=TZGuP@TA3,VRUps4joM$b 2kXr3rD'g|\riO"%6KǕXT;43rU_i'6A>`)ZM86Ȩp rvw^FFL1 M_m(MU`O]լ%$.R֠ބFL鶫\3Z[^_j`fVڼg &<8Ы- ?( ,"ԏy n\:6( 7#G< # 733mwA& c X& ,l[3>T %5WZ5ʯdBRR8ˑØmb=q{"}|4dŮ7:X oi!8`ĜZ]PbӔZhDX*Clz7\BYI5Kw51䔖ZEH-0~G ;2-ᡇ}Ɏ-u_1@Eȝ~]v(xڧ8Fٌjo#ߌɒ[xoJŋvs_B_Ob&Vb,T¿H>7׆NpѷtAt5ׯe !1悁vŬ%3G/O$;Хq[34VPN&qw14/pC˘U>Yp<%lO&<]nPmݪKrG+d׻eڕ.,9Yޚ)mVh7$0HA܆D 묛qQIvԱx#6LNF ~Kț-\R\H-+J&37c-f h46g}H٧O2N}֗ntZ=.5*LD/!$$2 `^[?AUL2%RLFZGN, ҂,8:iҬAwOW#KVWY.UfB2[*c ,5N>C@b&5 t.]7x^6X1CǶB*e ^d>LB_u"86(E\Y=°)F𲤜^TR:Dd,<6_/[{z:HguOb*cJߠ} Y5)ꙏ.dވqJA{b4UìǞ]2y~r:6`L#H /uЪ4n^Ĕ/%T:A+h%-( S1Q̦AhƝ8cA9=_|RA`*Q(pWyRK؍XJ%BV,@"KidIyb&`T9dH2$gڠ6Nk]&J^y1H"|4[ń8ao@B|u+X4CRt S$sQg ;ͿJC*clYv[v:ZO eE_80Ux8U#Ud-%d$Lɸ C4)f*^5T"\Edu.'A6}Gn?((UW[F7‚Tv|ImINA"{gq Xg"#" oZQv w'4bFk;-xEMz]OHMZwQ6=2"^8{꺀=xXIn<;k]R,aIwM9Ggh?X {MPB\_e.{6< ҍ~D VE{mv4?͝pw}a >Cџ!etEϵ+rvsQ8և; ꫡ]wMTxY׫iFLѣt:^o#ԭo2OZ4R0;}b_DL8xUy8I .2v51|~-e:j'07ÉW/ݘ97[ߍ{GU KP y."-2mmH]SԵmr*K"~C@-==ZhpL̀I<*׭;iXZ5T>vƕx G tNpospbyKy#եCDuSS~1Ĕ"cm0 au_UϚ|uDSXo2W?USJ,F`xj`Zq)RlHV!|#:u~ фLH+YW{lZ-++gD,}y~i\*ҐƶZ55rNg=>\N9LL7CdNJM(m[a=B#fw]s %f9]>o|p(T ltEGl\} cQ~ |sdEC5#zuAת]2enԆ|ĉ /'wVŧ> B;ʊ͌îr@̵5byU;jX%̄PdXI2Txu,4h *xF?*×~tOFYf۽yhDTԻ])H~ۜȄSGeVw[4EC1)~NxC$( vIhب>jޝ"RH9RZ|/wp{vh93ԝ8@$lA:^o9 }pZ73_/+f6=7Drԍ$w?AИ|d?Ie*^냯M*a2z6u6-kŊ%CfYٗ,kӯ ~tӪ!h:z5& l!<+ Z# ߙSķ5}PQYd Y~̓,!H! G;!SJ ;l:,9tA7@,!꒓+T mK`_Ȅ0/[nͨCI]z+Ƅq5=z.Q`&|MĻ ޕby`((Ba(0Q6'}0ܡ *@ñEȇa1Q]ir0%T=8L^{|g 1U^ wOb4{;3V17wZ_?UMˌ -HZ`<;F7)7¸׿Gr @uȠeQӐX{~g;Zq馟gebKzK=b :,K *V{#pY): )^I)ZM]׾'kʹG:i7ueA&\;&SH3 -dg]cdYk 4}=}d)`yV]hr/MQamX*!ˬTwPݓd }4nmzɭ09s䴶El!@ݯ%wQɍ(?&CDl&2yq=6߫1_*]o!ҜjݜKg+%HS|RH1ڌJ=qO0 ʜj̷*q`C"g-4;x"RTڜZ6ClЉy= W7]LW\pm7G\o&2n}275:,bekNW' ⊝ /@vh͛ <}_A=l%6(#$x{*qzYORebiN9>82@ؗ!ԣ;H w˱U"[fktvf&JUW績훾NY^_ Yݦ_JxTӀl-7?M5Gϔ/?;'į뭔'כ63,4N{ ,^h@,HMx~Cm)BYcr 6T+UlZ[\;I¶dgjkW` _KU8:jб[5 da,;S$NpÆWhDx{zPT+En@=c>f7ͽ"_BʐLǖG}GmzN##6zLN^*Sg9ad|4ӆے}0=YG`7$y F7x%aU،fHynQ ep+%]Oa6<ȅcF6Q)ߓQFɏulX|{X}SJz&'yAi4&AҢy8s!C;Չ* *yq: aok"v (i싱Jg3z:agH#AJMC9$4[ogB,";[!ͼ蕁XCy+QQ3!ٸ7(AY#^gٔOKytO6@$ggͰ}pD,f:5I6y8O{S26ۡ*n[b,Kk"'(%0ʧ͘R]%'0>3^>,gXuv4G!?399k[e$/ԃpB\39PFY*_N?iq_ (_fJz,y]y}kX̨ PWEF]ݕvv>zOh54 F5NeZ-LW*GI oŲmSV 1PiAlj٩ BYRE)S) b𸱭DÕ`u Xf]ȧqU_ ˶ީi!0ql=\aT!`$M{_ب&ٓ~"\NaI0b̏᧒5W\ɫY I٦j`>\M&^ d7^;sIEsy[.*6H^qe/ϣ4CI6,*׎83yEaQÌDP敓^wa8Nu9uZ/CIGԛρb;r.kl GxAe+Qt%ʛ`lm ϼ NR͜To{#KlNIeD"Kݳ!Y™N&@"WUb1aIs3S{&cz1$rr;B[8"ąTO=np5Ab;"ב$k~Zx #Zrsc>}{a %Ÿum4_Y74ۖqYo[LL88)FfK|ʁ(jxGOܜ8j ƌ/2D9o@x~>aR7!cRRbs!b񎎉揲PHHC }Rs8MZS NӾTg—҉|<I4w'Fݟg?ݶYy,nTDMiͮIp=0b5gZ 38};'x:>)#Q!w@bfK)i.kB#%~33DW2 asZ\"ghl}~S_ej122|CpH'Qlv?,#q[B^4$OwR@ mkFAu_p+@ AuňfeH}qz٧ "厨goZ f\Ne.(uAb3F7W `Jg'"1%38>/<>ϣfLs ?2Vbq{w0*agJ255.,Zq2t{o ]NtŘ"&&$I~[ڡx %X@~Pzd6=7M`r{2y9ಢT3|kau01!]')IVlcR鴌!Gc`29i < uϖk2c\uaJx[s] *+yMb~}ֹ~{mѤAUxKeˤYDI:ȫQ-}dxMyxDt4^DV Wndb5{nWtC-&-fo`Rb!BIdf7ER]gY_*ӧsx*=ȝ&/bxѻ'XZGu %.z3tF?5%P=8XXͦ1ˋ7G ҂Ijo`%kou6=Kq(C2£l1]) 6ޡ |m~#Ӻ?AtS1ǟu[e*?:Wv%Q D5 W"f&R *+U_OaP 4m&I.Ru[s8Y{L,@[WLH, :KNT+/o Ķ$!O=_{a4T\MkC>x-{j=280NnV])RC8+U#^ c=miX.0,8pWQxhݛ5.ak6:cgBnA0C? ^z {K= B[g EGGXfx`ͩ :`*4p&dV,vO5]=nb%5o֋ݜ |y je|MN e#>%. /0pg 3:jԑ4$tET_ ?E+ڶE6ě8'8|4;{ƨh)Y|^g"ds r}n\VNctG ven*U~ԯQԛ}wi}f#7V: Fý|ib ѝ's;G'7$iFkE! %-U8U)JgU : ;7"Esw==1A/M7hIGEYMX{!ln1S,9!YAPv˨14+_=Fϊ,e8 )x( 4O(^fwaԋ)m\ y'D)Ȓ)9fꏃẉIQXdGiM&6q>nDL{PEPh9Fb$hS+`ZTOkOΔm_r_?8rGE_LO{ =ڼ?BҾu ڂ*W%s ,$u.`6x.0yz.P/^b9oNIuЎL6-fe6S+NG\Js5 w ~ ջ?(1^zʫ#)L?&W 5,UЌ, NF Jy]\VLT|s(?=X(ȯXY?[VE鏾2)n[evߛmz1q0KӖ<[#t<}de]ؙ9}ow칣k oIXLP\{ՉPp="HT!v X䦰8_O?rzOX$LW8}^~AF`Di@n 1 qE+C>k7ҏjJ4 9"5=EF2DžN=vhAǔ;%ß-;GRk*_k`lݟ. }쿥ˠ&52Nd]ք*36X|hq;|a‘UqJU9z C"ՄQD+$dIʲ_!?DI=I|:{z5a{1ďN V58:3>T@wH9{=?Lޝ%Y3BI/W"g#טb1hQUՊքh'U{{::'zx&FC%v:Wzj{07򡘜%"BF|&32[@ @D̶yб2>?vS;_*^̬KıbbLqNf p >CxXu 0t 1˿PX*szD$'qp} dcTJ`w^ wL@hL0>Yn{w3ñDsf$ydv4W3.2⴦ARtaz7@+?붶1.D%_ dʿ,]W,xm Zg%/?'W,t3FQ9Kنdp.v S孼-y: m[ɗcGuRs0 ~ e$ŹX̌B;X1.*rήޮ&N:թ@xﺕMpdZl>_?RXeS.!t-ϣ21&iH#n}|^WbL+ɉ?o0_h<3. .B)ȦX Z @DiBӐˬҶ?cѻv1wG!APHbIʕn8{5QJo}F~!TJ,o2?E9K R A ;Ja5۝^L.,|*3nX&No_uڒq/DѤxF&ƈL64}]ve F﫧~ksyEr|sj`<,)"UgN+`XwIDebw(hWw%"K݉:`ZpC\\њ7On,@R |`]( [+e]Xr@~$|.}i'ŭ'mfua'@,#ʙ3  y'L>V9JA[=`|z$, yGZ咟{g̹055H{Q8G] AJ.0$C'"q_V(Σ/.?:b.}H,#0Y}zlOZhư ͥĚӔk""NƁDnT+7(lDܯj $nB3*["5t*3C"36 Yx#k#{ h!HazM3<ՐМ`nNSp<":bim &*V勃=FXM1 w[iݵ`E\#a(+Daɽ& vqyԮ~󱴁֌~K%s[HtI*|.6p^O1 o3ݟFy^cJB)s#2/zo&f"__@O CLtK/$X\X'DJٌېvA?_+0l_5exLnڳtIjxK}j5e5q&<d\ $:s ~¿*;͗ؐߏ O _.\ .JtKfiO.4n7vDȹ|j{F*"1{:#R-:s='o쓝:c̿1jՃ5j9HD0Gyǚs|ˎ-yMuk^ˬ/Y[ et @jSÔsGlm!=]zoΎЪ03ήGZ"aZ%'JRۉYt"A<4 "aKʽd@KigX'w&c9(H|V!" $Qle>Zid59@S1 n[(3O$y֞B]=\dO(vR o GX)ܵPxkec&.חA8 T^!q(HvxkE"N*seϭnD Xn+z2$/ 3 !<ڂlb:b85[UipD"}~v#ދNn2FCKm{.^|7b+ 4Qg*^&eB6l.WC*Ҩך{~IoK ApKmsE ڱa*ᑐ[McB)@u(e` $,ٮr=KFLލq9s@)I¢v;t$W ^GmRG1<<-Օgi`~;|Jڑ<~$rw+Ą#?4&**(ͪ>KX1_xc![&<;*X&0zN /bd\@ek`d<*o|zzs#L1y۾ xtbTJq@W ,ĕ޶s rhKLOI&Y5e7'\rT#?5 gHس;=? XL=$Z,8.4釮#am\)Qu"SVjz$:NxI/Z M?W|.$㫟QmAՊi$HřfiU}h LΜQ%f>lVX}n!bW"l/mZ1`W$ teInlGŌ7طS4kjgfC[zCHmHV./'SBzMg6h)dl p"`*6۵T [ajS1D B$ǻI;%HH$T(@:q6G>l5=q9dpDhUok>9vխ:p6Z^d PZjq[3q4lIи6,8 Xl'zt[hmHϦij38mTex7=obww2x$CIX+Bpv 9dwjb,(Yɽ7#`Arf]4-F"Y*]ș܍j.x+fϻhP8e=J8pT$=% \ t\v#.=15!%LRɏsmOF_9r&O$q|ZO. NJq{2,]xYJgFK$v>9N:;g&p B)P͏6QǫIC%Bm&o7HXOBSy)q(ߜ4}szgG,ā~>e3Y4l[ƍƽq(-"2i++`xu!Wۄf MG~٪{z_shkMZxjL^р.) Q>Q_kDvxMOGЀ$Gf68%b\\ 5Zoix%AlUz$Gemژ>n9;E?P _s$aEZH 3Gn@!aqHl.:z]a5*OKTU(Hڭ!FGTr1R'a]v%Q oy#>_9l~EuBǀRQWlᬜ"T<+N`{VFl>׍شÊsҝJedF%7w%*<9ח~7z( Zqe|}  f)(f" %ݺn+/A+ _-!>?Ght(F)fM8dRYt $}ťWd"(LR͵=U;`/>DJ]HarW5Q{ h^^l=&w'@kѕsHsKOw(X}m7,zLHv_-!C6%s15iTCo8%7 O>0˪Ngb|!i'Zq&Ɂ젢$-}NuuHItSlA;潿Y*(̏'2Z07O7BoA?˴hܬeEbrW??#QU\xM° 8gif5Q?2@(oBftx%|eC"'6z Q!652% t) Ry9z|;Z`7sl;_s˺&\$ՃbXtex㦇oiͭΓZX(n2ײgp_1DJ̢th0/,%qvL~g OԹ"S$r`=c/ڪi9twΞF22;2Z6qVnZV=m`E|t޸'ݰTדP8 */<,k:L=>$Sǔ8'-"F<]RtM%#'s/Q)zTDfh0IV0nE2;c0A4B 59mAO>z0@g{3!KGIϬ:8r~ʺH268Mk &MrQRAgbAT5օQi:2i?* f46d ڑqsd 4 Ȏt4Y[/Am1Kj57x/Ә7HZ0YI oG粸.:x.J3py@ vmHƩ -~ Cz}S2)|FC*PRt FD^#9NથTӌ~N'CgHbW+h6 tH'q}If,՞LZӼ~0WR՝ddNa]^hpgbM8!1G-/3nO7aR!?qeOV)(X),.'lAW")R# U0<.1!okiϼc^ &j8zd߱" nݛ_QSsmu'$6u$=s[<xOZj{P'ޕ+5jM&:\ MP_}*$<iEyKn3{O[(:]q߀ܫImK]=1޺O wja 6Fm_~c6CJPZahgo*t:Ҷ06yua^pżq_[C#% &]Dy\sir%PVj؋G*|&̹OmBuU0 /qQdy A/1bmK()PU'iWVME[(!2>Ȩ,O=yƘ΁} [s3݉fg7uv'mdM )\y$ GcJgd,X4, zZ|ޏPuҨ8L:$)-@}}c??@?$D-`4gē./GuzAxek QL1PK-ٛOmg@髭.XBv>-alZxqSptȱq/A#i8z-Pcuw9U?20.Erи1^mts_9M6xK뵖f_5Y}u` !E ](\`C™1% ų&[H eyn6na\QH(\#oO\2Nw)YbrH_%D* D G(Pn˓GW%8U˯%D2Ή}7c_#)ÐK;`3)-o•R]frd =uEM"$ȡd[Vxu>0=/U }=Ė6a^L_> ^B}w>3aO8H<>n$.5z9~vQAذ6fg$kq?>"ErоȘ"(>L yަje},ɥ.ué!ٛdF>uYM=KƘ͹'ة"NSC%Z=Y<>"-Y2'K_.';`]jQl0g=K6ÁX )YHI4򃸌~eKFA‹!au|SRt+hxUhk3Qr#4Q?9gLY[ љPk1vRF{ڶl@wD0,Crxw.2f7Ii;i9p%>WfVM((ZQ{dZi|zSޟQf(uSΤC`5oB !U\*O;U3Q[u} bR_4Z@=Y4![iV?%j: @ w H$b/>Z#a&KWXo8}|XK٬LU0Fܗ.i)3zl> EB!N$oQbS0*q_։;W1DFc>1p6l C=vXHaoϕH:/:fX޷[p7zX@Ap7)ۏE@쭺\NwT3E=J:feǖ,mu 7}`JVRQۃC4vzV I'UݏvOSe QʉBߏ :G(V{2qtٍ4"C8x ]2Ȁ##"f?' w2?`v./rK~-I`- PCjL_ 1( At&MDYaږ>d.|L^M D=[{zψ _X摓& Hy~̈ZN('O"Ȃ 촴H4Ux>%l[=BGdzQ7gbzATUꀣ$dgW!ZvNm^BFѭ7n]'43еM鏢o>';WĞ#@XA0>Byj@#ќ-"X[>3v/^rQrTXYr*r.n^V&| JCZқkMh5{ݕXv<nXnwA'~|/7E*<,5ș˲ zLc{ mO,)FعF8X+iXB_Ù6_3z7.yౌ ]Rk+gU@u乲7f%?;~ O4ctk7-Pu:0Hl#yU T ^CKoY,Ik+"4Jy 3AJ>^mg`8rw+= fŲ]~(J,p=z)5i @ɐRklw <DAiޚ|.4K2Ri`?y~brR/S X5G!pm"|#2E 5l!+߰yu +  %":O}Lz,]wOay?L@8ɤ>Zd8&)\ !1%3v}KÊ0>+2)F85K~y-&b?Kg}+.&NZ+)e`9YU))蕍zzHӴiۂO2"6JM5Rög#I=[oՄ]QjRyœ" "f{gEUesw1j2:ӤN ,7nثwڼtX?`篠!+k""^*7B_ps"o1ȏ"))Zf`_~ yv'PdL̿} +kb4siBմDy]F>8AH|?ֆK}lDwIU&C7džjtP!I %wUZQvH!BE^2nlһ ѓΖk%R52:Kyt9]U]@N{ Fyg15HFڰ}Aqj GNRe_ Pq-Xh`$,rpZKD ~ڽ(:&/O#xآԀ at sǘ@㮣2e9﹮~iRñ#^cH*0q3(8cV)#:9vT̙dcS=l(4!G.мc-lofs\2C![#eN%jO=XYWΫfU71֥C'k:BzTcͥtY?z6a3B y_>Cʹ<<o[?IA{fς;G]@'R/gN{gDN7#Vt) w3c.\?KE']Sc524FپYu/]NЙ-&`: =*LHOXV3B<—M POM[]PFF q .V ,#J%RrhK4BA|+I^kI\D?"fL09ha(Gmb]F Yq/Ր>W>l{䊑q=$ _O m=<@+Bp#L HtWIRGX؎g%1-.,XƘܚ8) 2 U`I܍Gqc5Nj*ܯZ6+%w1Kvĥ8.xQb "K3ǻyUwR eRCBX/j-^\>3c$9ci JT=nqk`r2E m%[Ι8hDM%03olR_7<71olE`,{?T|>v|MkϢoE hF,o6uZ8Cwr+hDb>eWṱQQ!3m6cbƟkgm)-?,`YeRZ~xSlDs]\3FG? q1F8I9bIw'T:/9l($LJiwԆHѭ¥@*7_Њy~v܅g^%5:a߯5^p,HJYB|ղQ2[פn9=I \nH{OSUY.L>Q{]hR+EEemYoʞN tUwXmCTkxmE+^\95eGOD.t8^ӋmsQRs v=ē%/9 "?Ct }SsTܚ:R3 f˙vxB6ɰZJt "G!ːd+X2{7 ғΦ_qCHU[  1ʩFo<JBK 6:y á@H 2 MB.B7ȠըڍiH#PԿz!4XJ9¢tn$*soFCV4Rh.w띪4iVKXua[:!!ߩv#![kAi\a_Ҏ L Vz;qoqmoV`~-FN@U3sU '#l#_ [Q"1sZm?SeΑ'3Ӓdm,\dh‹uz&_c~`[-}RDLZV6 `63Y& "ha.X*'OAƕca?z|R߼O.dbԢe4(,QG] s!FNl3oئd"7v kRH L汵2O\N[J̧\;*Ђ-R3Y'5aa+~ٕRW'zG!BU!psg$ #dY ˶ =UvFntM~ϊB3"s\wIwƞc7 SV+i皓}UnȽ2&_4x?a1'h0+,7|}Ki/d0uI9sse3)C=yꯨX?nm`)Guc$Df#0ꪹ"z27xW34viGW#UM{n,E8.?m"-Y=j&a7avzЋ0!' YSIo;eEtG;CI$Ub!sc ˉwt:] <|8ݠ.E,Ryg*DM)|ftܗ/P'?k="wU#6,Np!BPa^^AJL9xJ21KJ{#\͑HxzY46 VS4 zյn=}HJU 9-W+x5>B_x4TXmdQN2 $5xn%BA0R{kwWJ̯:e Yˆy :߾mXdVdRӱj8iOW*ui&E*Lwy@uz~FdaZ{i ceEP6P *ς~1<ٷIozA8"au3j%E֋J_Ҳ:fp)>yTbXӁBc_*n _3J}exۜ C\h=i%3׏d{d,;ikqQ"q^cRD&}}:2:{Y͓vc<$N`SoE:?zDcW#`SX*tk.pK#;g]=(NCӕ sW+0׊͔cD'A`k:8>2!.bʈ D~P UM?_ %Pȁ WTDj!>R~AXh /a,#";iG`rry5| )1),E5ciU3 Z̿! _QUp}}#u'Q ;%mh/w`fIfP+pvk%-.39%4GuAv>)EwM!X#q;'SdeVHc,?$Y HFKtn^=N nB]KD71NKJM]p_nK:ۇ.]C.G*^$H4(G?<'՗:qa" [4V+Vbm_Q?,01Dk`4<S;g!ؼ.9_})!xq[q{")1rSxp8 CsH \.b4ˮ(GXG47wq5YOrDtBpbN[gyY|:ʈ*+zd gٚO=,g-bZw/f|.PW!Db(h8"$>I6`x ]LՌxwnl;D(IG]~;LN5I8ÚBRe\8$;+Sy8tjA#‘S @a@.]ED3xGZݻ=a,3UJ&g<8+Vm\* '$g8|ܝi X8FDc itʦYNiTG Q lLs1@ Ꮍs/yxg+wZ{fةkԠ$ x$ct 8DAķܕJDy q^ṬȌA䡝#Dzaஐ?(5Ҫb% tl;lj^W%ڮ;珋vee= vI^m>ۛ |,vh,pG4[/xH&K怯mΤXD,K/„~.#5Q9L6mqUHL"@/&W$~F4Xl3䒹PNQ7ӯbJ;|C=Xg"cal$(ggXqѫ$2h*"=lsl8CG#d1t~%v!>?=k7"iEoSAd~`O#xE ac53H4$efXY#rŮqQYP%:wK|VRm,^%Ã$\DzS0OSvRtd*V@ ,nXair%Z;K[%sҍ85섶)"i;DgB"Wgo O>:#/~hW%:4 c5baD 謸1=*Z^څ&Ymq3d%CYd<ϽYq@>nF/?_*E16i0C +U{Yq)bi+&d=0eGmުg(NA8h,5:kNHPoe9|Εn'9M Á&mAH'vٽϗ׃T |~%Y9FέڐّG{9RʴVbӿZ)(pl;+ݫ@mV9^w!ȧz7PpF {/Gzm/4r]R_F*˱ yby,Y6[@4p S0,%*?9%An-t| wtU\KvOk%>"hxYrvnԲW6W#`_w{[aBcg v2Eu*l^>[e6ц)_IU!Mll=b*?.+/CvEʺ"}$%p:**h`(쐮pM還RܶiopMgWfqpk;S8TpPHPP{Kf5]FS4/ HwK sh^.ae&ڢf߮%a@ ƧQjokquηH9Ь8Oi\hk13ۡedž ݺbhVrOI >ogG${Rh?pTM|˘ |>7#f]d:_k ($%T<-#E@w,C^ +)(j07_j{{D,8<0by'ae`3.LꤷwXN *Zh[HTU<.OFbQC}'\%/zzJ_D0Ve*P?T&%sxFK~wmk# 1AYI2xtm0 ;^&#| tϰ4ɖ)*k4e{hE.1ПGEd<_g![}7 8緧3|vhUeb~~DQ8z*6xgAaJjk)LߣwVGІ 4?,vP3Pʷ7fG{A+l78Kdx%s\n}4(Axާ4aB]XB z7@yn}YEfEz l8#+Ĭ9]bWV=˶^z6,.zh5N|h>-ii`lD$NZMh}uO: GA*Zk'}e?`ݽCԛ9{~kFP'I{"ȧ`ek|--Ȳ펑R xztet<˘bŞQqREdu)Ď/4Jw/z1@ wU0/F 상 Xe~D2Lk02Z-D;-#Dz9yV̮MklɅLYа6 PiF_ѹ Cu_7{ O|}/i| ݍU[L WM?}\yB5<`mRPH %y<5r/mnS#iYH5A6sad"g|-LϸfZ;9ߪA is,ʔ\ћ!U~y _3G~yj<kWy.v?sͬa|umg zS\TL9nrZ5)KJ7R~)1p"D VmI0 rr2JpMD9M"mȗIrb\k&or>@U_A\z)ژɘ[R я}9tp&I9Z3QZJxs.2.\ W=`"#6%c"0E>0n)>L4C"j<J0~^eC K*%hw)MEؾ |@=kԋ[ɗ,̵l>\X]֐Bؚc].&7RDGW[MԖD_d8MU3iC۞{4B }⪵)=h`\C}.e†uvNڦ躨6Ҟ-\  hƻsv?K]| ;z]1lv '$S#.7 ޱI#(hvo#*CX DEw[F\lVgJ%pYV vMrdA9ö|>]:M7CDeM oo R]]Ѡ7BHm) x8.7Ȯe[UAHXoM]NCRl?YZ+ALd_2S.P s _x6}VNaxjWPWѽW Oc6M:ALXm8u #GRf + ragn z 74.,b6'Kv+q̛򏄏jg] H _ m~{J-ToR)pó*Oc EC`1 4:3 HB[*Ln{#B:*;F]&u^yO!O# qs>%ќvrv21+vp)V<tҥ`Q(O[_0, h)FR͝.k;5܁Hh!ɒcjRLj nj84THZN(.B 9 ?Lk $v&7o~"q%Z:P6RyHJ¾S/u7ᖌoOp`) .Z/=%Hʷ%O|˶>˙o*\|BpcTLxi3n:2Hvq۟2%As"R!~1 h`7$>D})V"ف<19h(U&FӾ6^"`%6e.\Gq,糴r X",Gk? eזhVp;P\T)F.bm$t'ÇmrVglPAʤTijKϿjx*u 푳c>rno'K' J X!Sc'ؼEOߧ1Q wcn?;cs/< TL=*"`LacއK+ᄆFfk I8#*NҀhG:CF?uŧ.u%܀P-X >f\ &&4eY3_$,zV.C#m{*,w u[oܼu3 >2l~D28Md_[*, 3;Qؘf9ncgqp!Us5+閴/N~j[ 338?CHN`]lu4h-6ւ;͞O7Y|tۦC7)qIR@5Z#$4ߠ֧ um0 Wj=wq[hoѶ@uA<8LM6FG&.v+孲.XtaߍK:OcO+Drxt;DC}#,+ [xONǰEZ Wa*0袳^/hkʦf|D$mS/$ hpO4@ZGrvei,c }9mvKswħU| jqg )c2=v#߀pI5P7e ht=33]e tP7woM>|μPYZ˄3$& WD2zѫ,=B<*nšr]ܝ:4 )p D||x|Q@4}9a}8,6c\ivy9gˌYnT-`"Z\k$[*†hl1>WHp=40[4wHiݺ7iE5a15tWJlֆܾ- {S\ ƀ6f*Ѥc6:Njɻg+rΈliJ6 xG1<ҘڱCX?"=iyqϦ冐NPҨE[h+n`qhC&Ca]osZ?C7f)ɟ RSLpKxnS kIgz0߁(C1UMq c(htS_W {IR^WؗG/Q 1DlW#g%]7)1lĞ-NȌFH&9Ԅ3.:)[72ts$;4O6 |Q W_gTg%T¾ydEĎ8۩9`oT&EˎVAf+.SqZ_Ir`ZrfU ٤+_Wδ-і*jbrYAm֙"n^/0.`Yp>z:DŽZ,H0B#ntvlED;KbęMtE5^cZtb{NfT8Φjd!-xuԋLkPF 2= M9 Nf Kix, F*w/kߊڷ/+8(B/LjU+={]걖K#3[k{豚/~g#I_[[vҖe.BJyHt,1H!$0Sidbj{_xt>B 5h{/lq eiB\^UIh +zN&-l\N-[lWz& UG#gxvJ٦QyJaX E\Tve#HE] +/Dp,qW1;~7+pkNM /8rʯy@mB aMٌ\@/2\oǮ` ለx1ݦ]A  #}DFF/?Ϻ muaPH\~cy\Z4?F&3|ژ!$?# zZ} l'NB pzr.i2V![dxh(K_#˾~MN.@l:u˂/ nʨ) $"]ekF.Gl/tU)Zũ5 駻s2,wjn~`bTdɰ}G^HFw=3oaԳ{ӿ5*J%A&qb=|,v;^ (GJn3vh= Dv`Ӆi9=uַM С9#aVn'yU?t(E9R`RgSB6ybm$ 1h~J1Y1B/wŪw°>*b!Z?^)IxwޱL֎Ce,7KK\3̢-ޏzJO(GYj~olIX{aF?WT*L"CPqqY\"x`fbB7G+^DYx\욳7xmUg+!Y@s !jx#7@ۚwyiy2 p@| wc%^X[mQ+3_Ha~Jm%xh5T~0]tkSpomV`0v)q$cʭQߍ-pd$=WZܕg9z`Yx'2ˢ WޒMj1.On~;T^PIz%*C+.A;>ßCu.ӹ<7_% 'd]Mwkf[V<`Fe;m-}\u JU-F{dW@lb?D s.la>,|K+9Ƣ LHwݓ>W;+zύy )ǹ E!"gXR尓D<@4}*fdWv7^f"A=.URZL6,ÝA{H#="`p&1~>TT5"+|doA2G 히@pЭ)&?-ӎo p#-Ya \^EuK XŃ <1« NEaʔwuNcyß$V¾ufL"c/1>;zlپsYN̍:0$M}ҟ%l!+dpr_6GBoJ_ySxKRU" dßnOMCD:ՒTZHw~w(݂/Bދtgsڃ_9 TQ2P &J WH H]WJӳV3KfE7iXf"KX:wSyiE,EFI:לKoGyJJM9A4()xgL$A>S7rtRf~1;B،?Dhٍcu a^.q'ށH5dFgR@"?4=OgŠby"Y0{xU^V&nHh>,(ƚ"~bl5w3q<'Y=.B #pk|nj=Vz |jsH!6)B9,1SYP*e]Wqn:svKZoy !aZ Q㶛} OQ`E {y7@u<v@ZŃj22$RbcdsB!zDH=PLQy_Bw&ìcI@QO}0qIfa2f9Q -[&4 ;%iU G*e. ^qo?RIr%qQ731̈~-jLCdyk8= iگ >ݳ¦IBQ@^ Wk;a5+ x䙸qNx#f0~Bs5zjYM-Y ChV[@9OutJ3& WOlǯL9OW<GY f*3sH* {^Qn@lU#;]ӁoR3˙%3{R=\)=A;M"<(4.9Ч(h>W@@̩jjEEd` +#ˁp4{$zP`M[uJr˞0nC3!~,?dO8gsr&2[rܽfetYg|-%(vpxf,f~Cp=T}WzLl6[ે8%'[|U">[ʑu I%z6ESV> #ФCZ.{/(ϒ֋ ϗǷ֢Odd0s H1~"0[CUhu?Ɛ9ܩԀQڱo 2~ r'ŴIlǴ΀ȡs&O,Lo.у " -eDz҉@3irU@B:.9>۴{=>uil77ׯ2Yhi|Ѥړ'{B)0elGl4Kc1mu\k-=S98z D[jTc&ָRBqEK.T{˺d-K*'~ |Dy{&d{b%4'=-0~e5a[ O񑏘a ~QVN]r|rٌ/!b/$diJ.!"8GK~ع9*_ӈE)i@˯AcV1 ][з w<>5ɰ5'ŵ_"VSPϕT^i2;@:`ݎ#MyH-qZ8@zkk_KOEzg}B~t̃غS+7 mh7\6!|<٦\# +ദ9<YQ1wFFg{x;@plT-ARS}cw_~Qٝ#TJ UKJ BGcuED*G_W"_*5$AP~ > lg/a)P ׸G@yLO8м;];ӾBZol݆tbut!!8OE ? oY R5>v.An"j1uxE7v"v h0y 9?3ŜC12!("Զ+</'/%"|+[~K@Vwvӵ2ivxZ _`)WUHu%kH{:޷Gh.Z%Bފ8/Xv)m@IKAw){k ,9DfO* bnBLxE#R*gH-%*YXEMLRhfO)#*+&>쒬udNh\HAc:y2OöO7RJbݷ8=< hoibz JH)WTN^tw߁y~XMi3f>3%[<4]SQN\N=_(?Ȍ"6bR}K)K/d}*V|3_'(p$/…f] C3`7Gk}ibWU7^~'v}gx`a:SǍe~gRVw7/όRXAud2&: I}8dS j*߷Nbq,NWe,n?ֲ t2xYƼGPHգeɸk7(5 .@45&G4rظ"as7Z*kw Hg?ZFoaP%v*4>|tbzp1~{XQo3PbF.5 )b=e*O nW;saGI0٣oYym:^7x"ki~"w+ޟir!.6Dt-pFJ\.'hl|+H R_s{6QT6"CBnUh&F*[A=)G/UGOǻl1lTq~k*kp|,AIJsS#JLLi[Kp 8n^X٫{ du ,scibIeGԗgP?L7j=u0l z>n40Q֊]RM&(<.GlBmH/uFv'mE ^GIiHY~h`v!>֦hRMHD> +%YmXk"pz+%FWg#kq&mZp@7!HuٱhPpu|a` ezr֏!͊Jgh 眆`u&SbB | u¬x~PC) `Zl"]M -$8-6t5jU|w]~.ECeu=ѩt5Z ?#e>G))ʬX1vg+Ҟ+Z,  J5>EZ#ai:9c=p"VU.B!jLp^*NBKb"d;sNFp G;m#n9W"T2z'q&ҧ1&ջv$ o2qBIo!a:B^Ce O6)`a+[5v7`q 'Q1]'l$}clPhϕߠT t~R fn?FE&v=Sfs[Ϊ@h7t\8RPuV-Iv?WK QCz-ᵾ: Rfϡn:bҦVoj-Ay`hΙ5HYTi߳0wZ35!ndAj`SŒTVC {SI6eN^iå~QS"pbyq MAL\$>~Y5ΘKxGmtHYMJJ-ӈyC84 Ya`GH[[Y :"hd=*Al=3nDl^J"M'ĉE!Z ʟMg}>D`5wr[oe-;߯L=_WQAIEǎҵ{q..n7,Ԛgmr1 O:y!+;_#_ءcPÿ!:.s "6ݖ .1,? Y17F1ɥ^C+xJӹBLBDފ=rY|/h' u0 J{^`Dp^p+m}\ۥ 1Z7 5 gO7P:Y]E\X]Ƣ[vUz8}ӫ2Y =đ^_*U 4@iSGFNi!Zd~4B aJb*tW_.s=Df*ʑh7ic-͍] Vu䅦tJn\CLl=YWQ0‰ 7(CQoDw殺 j0g_+&"sP~s%|/="rg$]afk5Ќ;45P=suڦ)  CwtMbB[{&~Ɔz `}̎Q,i,pT8'~ܵdw3&"Q$0AIBA8E!S9ϧaV&7Ba-->:jU/;UA5k`2*|/_S?-YϙVre+YSSф~C&*\`Wi3npi7 B[rҗ[N{M-Ej).>]D:?QydCUi(s˛s9'R-)PN?ɸ1)bz \^u ~.@ظx YĶP矝*{RB)'Pw2:9Ij4-q.ZC\lfm&kO6H45S;N1/vٽK84 `ԓMUOu[xt4z! -5)^oc3RO5" jse % 4"~XSaf(M8k+ ,A)LIO$CvKebB~ ӡSSXI_a>r] '@yQRՃ|w}O.4- M$l-K˔x(+)0cvx#pCAY7ǃт.aB\(ץ崩;km<8)_WwMU5ƲX,, &p`Hԝ%g[y^O%H`3ma>Y%B>~u$?be%9b%]Y(ũ6n\f&hZG<Ԧ}Jߐhr`5F:sMXﲰ Pف[r1YR${d>$Wg1CU(4KlNQq"h7y@ \1 iS%”JN7EtcJu` (v}d;B 7r'X+Sb7o_Ba)&4՘J$~O1؀Y2 @Kj~,~;1!ކ | }H#Q-JnL@'=܈kX85?ʠ^zҚs D\P,PWS,ޗak8]rwòr/N%k0$55ˣ;E#3 IW3 wjXe2#*;i'_J 9f ݂wզ× >LcyiyOɟc'-~nm%<[i"xqE71F#MQ>0qxdd />E5ccAmJM%[Žjf 6MRO= 'w 2'~$уmz 7B&|?2YVp Ve!rv 7CD3X*5-zԓ| z~v<r L6o'K;p"{EQb IJP@`#>tCs}"R؋a׵gֈ#ŃM7O)`vu/"Տ$Uz7һXD#.fm_D̢u1b(TGIXO`*ȗ(XSNk4T h([u<6ND핶l |o]$#*3Hð/I\h(^o`E7Ukܝ?!f|%#QTWTE,Zҧ!% dZAEUB>7 .N ;Ze|zʁ, pAJ{( )(ޥGF-NaaN2oPAzH,L[5tR~M7 m n!A@0كQ &H$o|Daݥdo }W ş&c#Y9+ߖVdv=յDқ/g" -r*zx79H6#ͪbhpoi nzLfCgOv\i0N'*IV*o%ffbK^]&r1oEz9 M±؉jqu {6iivcN3jKVgVކ'ԯC_YL֘C$/ _L9s1SCvE66rdG!X|G69vD ?W4( 丒2@) I,IвupT~:j5D~_Wi>1gdBIei2EQ>9)1{XѶ7Ϩڞ1†;t۫w @IS{a&ÄˠD:b1G]L㮶gC,i 'øTqUI_DpRu3Fz6H-E=R|FL9](rB b Lә^_ iDJϿw5Њz\r0jeh}%xU{o _T?Y\/Ճc@k3G<՝f\RMߣ-w#l 1Y6+uFХ4aO4u| ~jumŊ 8XDtũWotRIS' jV_ʣ/*8l4e$p,=-"66ŧ![X@ٟr<xf_Bڡ^ Ԫ8\;N ";Pw g j7}w662%/U1\(OЅ$:W'ppz?mun_ж;Ë@ԵBT~(^UKl*|6R&垘Ϊ{`_k(tjD[jZmB(kR]3b0S>}B @6ʘ@!)Id^bgʕaV&a*)u&hj(L47~\~d-8h(`:E'!IJdrD!-ՖOUVpבSnf ]6)\w4q(p)jE%Er 0ʷ4gD"Ll`Ш 6f/|Swd{e ^ `? ?h,(D$9NԦS{$i~0U$Y#X L+ ϳ e/)B~m#z*yxmP+ J*S9.L@]LZMP0j- )>U,4>ЉM T<_%L| NfYu<K>WNrVQg @1[P$ Y9tIYr,`z{rOc:wΒKY*yiwy=pU 9Iawž|L"eZTS`3gg$G:+F\s_6Z4BlpL@ʋR zUq "g13 d=CsԼlWjrkj&}!3PSm$#/%9]F}~ \T-cȖ>I*BN|݈mGN\H5'y`h~|xo8J CӍl)ےH1b}[VR?qybwMΤX=-Ӗ;FT,K\]H|"g~R1H;#䑈[?!!(12TC#6%FTZWɰߪXteP^[U xTw](u]Hn}nF~Z̿4]ȗUMhz{,ɽNVCo.)P׊ZZKߖ Eh7 ]jVlo˞p;鿨ƆOg>-3@.C:u+?zNOMY5ۻqVRup2Ԃn.gLbL>M}3Nkګĭ\s,#[72'ݓmm? (BKwb=?vL gB;)cNh^!v"g*ZRM # $%N,.DML?C/!k4۫s@t4k4Cw*fj Eج YzҞ +"D8Ϲgƕ -ݤse4J426NMEpoœV噍)bkh%%lJDY oY23X"0)tS0{]ÍƭK.Xp(vM7]&ߴnwf'c&;GGex H=Ɖ<A z v?rT@~;y3s-wwsz[̎)lD}xwH4B t0 iip':{'95 ok{s3,|q/ˤsTyV/ cձheZyjKG&t`,WŶ8Y76좭8FiwBКZm ՆFΝ!vHW'Y;&b wM/fvĘwTQTcEhҨHELY'MDoH:Dn Uvryĝ*"r+ ! 縢K<"7,Vy5^3p%S S@ɑYF,NwR,'zzcR6]AvO9Iؤ6٬F]†ռDft3mUl.|&O\8rMHGƺ؜z })@5yK=xRc@&Q밍39٫HXz,oR2:#fS֝=PNnmL \^om{x [`vIAqե&<ŵ{0ڔ)!%g li' j_0m<8U b[%ߖ8`FYF:A U {SuwUI:~7P씣 ze,f3'u@W~<[ u0(p^P^qM7ÎQ2yH`91|?j?Hh_[ ]n%J &Z"pRP+}{ -lw0yYm\ Jԥb4O@0f[mwD%by{|2)88S{X_~vWDrzt~ ),)>n]GY^R2r^KjtM!-*/V |*~+ӏ_6xjzGM)/JE:J{7 ҙ6 h&d^mfrPMpQ* V9*:?x@pwR֞h(Tn/`Cx>VS`q<}CO4'wR=| Z%u$iS ^f!g>^%J(ݷ ZX @f ΥY)z<n>4-1- \{}diϾddɶ?_EȰ4۞N_([l/릯A\u39( T[Tl}/B 8z4Y )42{| wYYI/ã*#/>Yut-E*o& `8J0nnl.ך| 7@!k3%iaAOF8spY[6_v=6(Ɲy٨c'O>e6 #"`Џqٽz-a5Y0Tࡹ `˾I{X灃g\]) 0ݩ ~R < w;ۇiD6q: 0hdo2kt;Nuy)8P1'\dWKdd36v<ݠ7wJ.s%0?q?:?d}Oq/ 1C5@(gw!{̅[mQ,=EнyvLB)ݕPAN{kTTQlPEaDv/>mYa9m"w΅\ REpNɓ8!_F;n:Ղw BCWeURtp{R|bh_zLKIGOhSc<;,_TwFe t_94%cf)o?ae|z֨tQ$ta 2 .:x-}X.#X4"-|8m~K}3f/"dAdUIbL#3){p\g\w(#:a4K8]a`SDO B˦ŭ0OlIG#=Z1J%Y:}a՛kcҀ"U iLJzs%ՐD"TgrǡF 5JTW^bC,o{j|m6mFB|X۔ex%/2kBNzQ4 ")[e6KnZK/0)i[8SQ|ߎcُY 3Nx o c7w2pfD%o%V`Jgg\I]I\+u\In&G?Oe` O(<7{I(~g+*JrVfzfDg,5DW*Y dyPNAvnl:zu s]gǵc+bESD'=crj[ub Ϭ8-Ζ;t s 4lm,YCmp` P-orUbLrZ1%թUĄ> ?-[>*Zʟ{TYAm =#8̷{׎h:.d,9a??7ђv7-Q_IE oCgH,ϕ噢tB3dnijבkmU=*^·EK積Sw 8-4a^4$C Dz u>hԥVKڝ('sS.*>Nj{DGNPXݎM/x]\)W"  x`HX0{ʞk[Yz5>Ҭ4(cnv2r넘*)@BXj e,RO$QWhsm6yUee!9=XIi eau)U;QSV[F UF 9yUC0 x;؍dE(mgWBK)&b)aI̴P pčX#5L-!bsǖ|:ϗ]Y <*_%WvD"ϝ^B'iBEc^_vIOfZ,Sg%n=fF(h5DY\йN#xrR>Ljo"Is½l ez\fM&Ix>]m7Cͼ16cK^@5  +@R|`!EtJ8a0lMAlý9癎B7RC-`kjNڰ&xt㓵AQ cOؘ+I. ;-kp%&w6.KpgbqX%$sjf'xy ҧaxCRx0̞2x.}qw~KBo8eC=ֻqx{Dz,c>")u`<ͼo+p'O0 '<WfH8 º;8+il9Y$a/иHۑ c-o!jNs_>Jl!Kf[Xܲ^ج)6 J/,ѵb3ijx|cBE䅤<.ĥ!= PFe9j'܀|y>b-;r'~g[BXGjJ uZf/캡*0.C1<E6 0X(81nجH8Wp};:-:v DEaE[?;--U~z4\kTe ),ȅ}6Ѱ~zNMz3%xIjؐRmӤ/Ec Gf+eڧ_mM9dҎڠz/dM63i I d6(oi w.+s Ziq YM6*f~{/IШTV7*M?`yIi,\Uw' !_hK=l\NcyD !`IzܿT福Yww D dWhTp5n\GW9QEx`65$ fqH"'~VNRO.7 Dȓ,(Ww;b3.9Bj7J42;L#qhG;Gz%4 j/6\QXAqE/ "~~W$Xr/ %]ٽ̽#cdp\aK?7iډd&z9ʫ0GT~uU |E;FI7D - jZ5׶i@:JTq.f XNG>\Lj1o5&PDQWY/wz",|$~C$9P1Y=x׻8,8i25V+{W8udTunyEf>k%BvT2_;ei•+[,:خi=ǙS} l޴^Eڇ1«pT0}l^%—< ĜKÕ1!0ckQ7eKѡ(z%ʻ T `>sG})\J٪^+V=exf+YP0A^=RMcٺ>#uHp8ʰT6ak|Ortiݺ2Z@X.ltwi%\;wݼf6Mk L[*Z͊O@.HnxqAs.N&Yř' Hw.ow?0HaMoJnȞ>Zӂ<5SQKd`(Sx!#SP7C"> oNמq&v >5-ԶCcwFun=a3N727>= RXyM蟩G D}bwoYgS`$ B(_[X*W3WtYAڤޠ|1I3 T!Rv f5H7gs!G f<"ohfs{fJ YWA8f#eXܕkWdK) $Ֆѕ̶@YOH):R~^5ox7J ǯ6ZcVgлZcQ 2s1NJt Hj gPU #)$&W/ I# ݃HcIБW&řaBCptys᭮vu̼Q#@n@$R9͔SOAW?֟'}U45?M6Ir4[^;etUY7̡g*HF=MB$֖uߙ_Y9rC1(=}NfA=< Y/"k˼ń&Bp s~&GIB>W "ab=IPlUmz<3T^kf ?g? k6W\V}KÈ969u?޵U}0 g@p< P[)D[ #ڤ!gI:N<1W J:6Dʑ[W2S.Q]“a 8LCB7hNH(j먿EFX,Qat >bZ~q?/Dn+[X.F/—LVGAkn mTUcƼa5K?28#~풋uY@w6<XCB.ӎ#<8.==*yfQXi|c=%)eOo+r&qq:NLu8} m<9V^>xXFDuv`_\⊸ u4c/*'T g̩IԚIYu1r!e+>,v]"[ DVS "i#Ϫ43‡ő*y KNbBQ$wtLJH. 4_tDoZH; Iަ%]vMH&svzVN%[Gt×xV~]t07KB3*Vr2(>t d$EI0$FDPƙ\[Nsѻ j&iXZI<{NQ(|w*UA#v{o~/.iF6 a[RR&UKf&09娇Ll}ffnf.$bt9i_MJscC!g<:eQ2ߦ\@~Sy+)_k >Gc?Ov5td}Zm`n( [/!{h#=H~f>5&}b3 H9$vԓͻqi'@/ٶEA겿&v LUos2ʀIf"fF+FpW`#FGf pw$atӴ4bpbVAT2 hp,qd0iϟF@]ѐ'[U$~rY5nO2׽˔h+Xoyt@Ŏ F/W| XwEU0x:UHYc!XD$[2Rݿf:Lv;Lx67=ITl"aar{Ȓw1 ֆ…!Xdم7|m})$OsɱMA #a&k'A1 ώAAP"-9BO,} ^E`H:x8hv:?<GtBN;kY,'ՏecٝU5d @&C8vjɠG[)T<G, fb }p+]jhFǭ>WH\ RXo*;%^h(!ZPI5%_G9>Iiu,d.fQ7gjޣgzލmE1{ڀxQ4(I9{Q{Q/e!mk2V,ĀO'HN6{$ֻ&Sk\ ?rC),#auWD8 ]ׂvcᐛ&Cطo3uOB(wdjYVpJwxC&3pJS/.}ϭZۀ|ؿ&aWxJ4r92Vx&HڱcJ>d(u1\ qDRȷtL](/KdΪY .Ou7Űj봦':?/1^rZ0z\z"/%Ch6ii|X%M $F|Oh13e8(8k Ɣ i&*V= OK\l|񳯷^{Q9d<f}]_~_kߴMA  {+1byq'T(jx`jUswӖ)edC;!|QZ`!>U&oJ[dٴOu^i‘IE]$ SDz;7cXfliy$@Z4!ivJ'@mi,AC4SmD-l㑧wC|* G|ܯ'#~3?FDu>tG6P;d_be<ԝ"5@m]e7۬f +NOmP՛WXt Ǔ5̻l48HnWD~11lE`9~wn+P֭@{`=Ś*&Gb;{IVH+lCjgE6܎X-I?gx rb (󵔀p [^v no? q-3np]HvÚ7[!QmZڻyU8=WH-bX)p~HY}#~>)%(Uqt<j[+d mSIjHꊼ_ Qs-ev #J[b;by'R4&@[T(ye0!@,kku^ 0R"n/nYL՝ 4'llzpo}Lb "a\hMϪZ$Դxa`Iv_&r ,v%y]FR߄ 7~3]dHw~ { tMCޑ|[v C${&Zq&`L2zKxI2 6^׸ I:D{W,?{xprh}8&pf!wLhZfVyGh'awTJ;TZ2ic$[ۋjP}J/Lǯpi\5 UƷs[e<'3x^["v F`w 4:J7^핿zNtV6˶ݙNd5g8PY3b74`Th O. hZX#0t%!c!@܏59ЕWO~,Wn"{)Ҫ4 5 Pk}EƘ`GX/ Cs UK f7wø #-L3}Gʨ{![Y!B\w!"&]-qz]p-9T/;U>?eK槆4U-6 cM:TrjCSB 5O&p&$].r yOs +o;Wx7`&yחn  evF0Fpӟ)=(^պKf-* s #4 UmG.-֪MATOupL?KKԍ`]@X>C,v3AZf68 v]WCcЋUԮU5*}^C y1{a狜!S]xgK:WH(Ӧ%؇8+GA'rH fC%-0ٕ,H?,[ȁj8`6%%fHƩN\q,"qzіK2p xo 7>::K>$2LYЀ]†#u1'Z}VCw pj.< *Sm7V;yS;xXkC{#uLǎMeU|K©\>G`3=qeh#= x2𵱢 5b"8)]ɇөۥGW-ڔ& 6Y%:.YcY(*)Z pB}hܷY_"~%'ƶ#Ewկ|@M_~sRIYCcz2ߕ c:>F* ,+O(֡31*b%g'RBהsE aO,ҫNהL|{^P@y|)̒ISiwܣIIcQr8*sdHx{[:DG k7r)]ҝ|<QcD-uAQ̉ʫ+`M6)sl ` Df Z;=Jf\X`!G G񎇮ʧql^/7}?6oN/wL!?@.Ty}OE}K X1nDC%培aai/v8N?-\ K! qI IFs{DvzIt!2)HG[ O(]")f YqT(. G}' gyoHSLqq$ ϋ8 L@0Uigz+YdJ-Ecbm81K'z$-3+><hP]]JL~W}G~A4<1 ?8Cl!ok%&j0/6XK<n.^/LJ)\LP/20 `q4~8;4w%ǧ)xgź4=E&^P5DI.Nu|ORIu-I)H|dDґbw'@K2FYi)Sx N&"l+w(IsQM.aY~\"^>_=Ѳnh~ z3L L kkX|ϛVTx˽L}LF'ૂ喟" Lغ#iݎ=Y}%Lך"ZrġFgdR4'G_MS<~F dWQN#O9o3 o8s#@JIM|bt iEj"ldU燱c;[*|l:x|bc ~xQb ;F/PL;{ILYb.ݱ"Zv)(%Q[ي,9d+~N]ԕ'ƁGpC[f<ʞߤ3Gf`^ ҏ,KyBXDzSzHMeH8[EeaB~w|0ahI{@21,:s)Z y)%)bw2Chq|Ym@rTȖ4Bp柙,l!E7#AͩBm2PAځ3j%<ǜ.lG:X1\uAWϩP AtKT(6kiCUkJ*uvp)K Kgn$uYעܗڡ7 ucW/ÑZRܒGsƐË b1 JT5GErZ|ut4wg%|S+sCozYIPv 7Z0dvF'FuxGsoj8y8bLYv[x]Ōa5.;\6aA @bP  WshLƴ,ږLMyKnhO%c)4R.IC9& 2 ؐr SʕڰCԏn mn #x[y{k)% [+oѭ5*Z3|FhND>]V(HoSj[U4.5ydijPpU+/1tEŪ.\:&*ln`ijTECSOYx=iS$DhM<xȍK_pEU"fḧ́'XEL>ﷁ_D!+hOC&fwi.ً_,Ҕ'efƺKkbME?p[ K.UMP0>{F1- gS~jNsI&؏XhO_!ZAͅNt *&?YDSd2x{FmAkfTJW/@5HvkH ;WP"ͽ/H{G)̶o ~+rzgeUl t^`=Ȏn…*U+VVCKG}N-ONBsQLK%nj҇Jlt~ۣ UO8@ЊgfPp1ާ}A Pꭎl_hokX$:%'#\`6JjAGϛX2)Z,a .RW&Ș_/ovӛŤ4~s3T!D(n.QN$W|gq p:|mo1M]ԙ |.!;ו+eY:R&!,4E0LF"alr;K/l7Xs533gq~%9o@5'vzky6Sq+. zBD.n-[DVZ02U]peX*:؛4𒼪`H~}yNS=֡=,AjlX߯kD[s9-cKŃ+&wD}GDelfB*/M|_XGY~$u^b'o0=8 o, #Ԧ !zum|7:f$=^pKiq!i gh?n6QA$,r`Npu6Ĩٟm># DfԻ,*ȟ˝"N+zC͡;vbӷO"E79CFvm&5bfn kՌP": iI6}uGu]9-[a!kycX jA U0 ]5n*0^,j^JGT_+j2<|-!By=bG>;yx dsҪK-P9ffvr<ߠJ  9T' Zơdj( 6]9ɭQ*uQ] ]ڸ  ,H/VUe34XZt-PS/-\f9“6*x"JZx{,g *݀_8vuF/v?ZCG(`YFP{1άr+!V5nÜ TŬ|\/찁 ^[%C fwDe9xP*s^gI(igIMOb~h*\!-(@)H`:~65EZRobKƺԱ /Oe\  ?M-NCl];'3Y.UwhQQZ{hZԶA\aLpWdSky ȶ.`QM=_/Y67NB[cai !Ohn&#f7a !&_xLՔd[NS03͹1"YoP\0k0 G-,G >Ü+ H@F 3oBNϞC"m f{[-?3L^ yۣ+N/ F@S=KkU}a m;Q%FjAG~ Xh(MБ*'SSr}~]١o je` KXc2Y9NzaY9T)l_b.ai(E߶,Z@Yf>0~嫔32Qad\ε'd0_;%}u&*5( LgcG=-2USRmPD%D8m3h;a}~%{ 6e# ɯ #4T7C gD掊؍t@+-#IX35*TY ݜv~"=QR?h<\2dL s\m cϽ =6"7.gUM%KzW KC>|~z1}NV(9¸O_efx64l\(Ԯȝ ҭl+%.}; oyXg\8閊Ma+=YO,t7j7IXڹuG_o/mO&pꑢ|o˾K>©cRv6sd:2g\Q|F-p$ j1 D%I>re %U5o2绍l_8o{A|HN=h!teʡG3SK8B+Yr|w־Jʡ#VdW,o8s!JY:*v>RN 7a lJa4"rcDW*XIDh h* Sf)CS?JXb\ul:3V~Mh?Vǘq6fTxI[xw;W Z `LyF{)E;_"Kf,HJ(LN#}\pJw|H8:}:H? ^q&֮'N'rD61!D=Y1s/ԇz& !".<;,m@PHċ4LTKym"QxT)q%fFIHQظN+~_Ski폃czTy+W+9S3.$n(1Vi2'ZiAikjLqF@DEFﶭs S7șz>h!P"?u#\)ԕB9A`?xps( I豣 =dlB'N?bA6+l>~'qc>=3d7c 魀l9@ 7kmFq/5u$# tVDnPzTP];;!I׋ ,_ [ܞ @>"f˹G-HN3YO bS=gXL u)U '6\O]n(Pm"~-)`~Y^K&9Xv)/|*c}f$d񀋲`w,Df*'\p?Y`lWnbJֵB^鯙!joFg^su u/HT.wzwTu7$d+=,RsC=Z A/ Gh<?2iCl#IGw߰DWD7)Y P|||9軄52f Q7np-5-}/-0Mhc0dNڞ[:3Y۬=./J;E;0 ;ɥ] xG]Q`Fkֲm%1-")} "A&ƷrѪsa܂Z)eZ B0 k EU:5 dp) rv>NܠD[&Wƭ͑zbO3l8X`[4{V Z7I l[‹Tqhꟑ 5*~E[s117y밮I[K0db#iae,Qx,Hj͛Vu9UhdRۈ[!lctj#Nq%b+PE&OZq/}+8X||(4r$8x שS<{Qtwx7R /HPIJ!n $n2]FN8m ws&T !AN :a\X.G~|-/82Wto^ki$2v:l*4ɒ`_ ; UߪVbUãmնjkыKD#LR ua 1a;EX/De/Lط I밽$ôtk=H͐$)AyVz{zՂ#g-}V7ro}e#m+ߡC*,_^)́-d;7R&=,۝Zl f~;\v5KQasu9>ՁWpܨ6[67.\&rW26c T䙼1'j Uu j6S2F,p?Ѱ\˯I=O0792HkOZc=4% fC KzI~8gU ;@m-|VK<G"@YY. }OE9/=`Z"@>L$lމ3bu{oa,12X5l@<L !Xhx5JF6[{w)tܻ۱%ABTںW4^zŎFVBN1# M!\HuVQc4U{9(Dl~yͬg+JyEYN)\< LrC h3 % Rhd0rܠ % xjyhƾ3AY(mywI~)82 ]V*RYX1mv"Pd5>rx]8'UEBRIݨ ^X T{3Qr;Y*r<@V롵rQeXѢTNA"- &[F1spuT W@p0%(~J兌t̃yT699P?3Gi-s{L2lVI}%r"AL}/bbDE, <ꂏ{6B1~xRgtseдYQ-p>!(c0s'k*zKCxaI=zu:r| mRaAck냵9yX n!qceK5M%E,-, =X5897pĕzo↙\/e|1$aou۷n,l&=R<:1H$05 #X;=u)58 @t؜Ⱦ=i?Vw` 84\\aE-hNC*Cߪ;1 zNt޳#7V$`R{Ϸ(h4bg /d!5Z@Жmbcu/a{?yK#=l9IۛK)qk:a(ȴ*{ tę'Rz=FH)Nx%CGޒfh<賁6-j甛 BtRTG daSD\Az7G˟s(a*[7B\[z47U\_ӞRu5%sҒ62/$m\ HxWYtIwւtM;za74ܫDڅї{ηy~ =C cԑ..TEA1Y6[h:zA7633J]{V B @Luc8"wmMELG~0dl~n UA|g7 orVc?s-L+3pf Kd@5?] $2.=k&B.ɍ:b>/>PLI[Zz/_sYf[dm8>\xMBw.(WM*Ŕ@3k=rB1 ƜPolyt usujȉ]ir]4{\tqhG(Lilj|yԆ:R}6tߎ|s'"ul(пnpX\" d$#qYc3'1sO,P@S@݈,?smL縧osv0^XQ5 gq;ՄmT41l sot(oqGqtNt1OO Da~f!ٲ{ F36)Qc$(aO9J非-=Q Wڐz ]5XX%&[&0yOꑔgdp֒C;Nۺkd0-u#rc?e鸉FMIi9eI⇶E鬵Gq}]7{ՌW_)%M{L'<k# 75N=ΙUYIP?:$`:$Ў4@;r(pR.& xBY0in" \U/:#/8U yo'@E=}4G/]A8@MG<$!pf Mecb5? .Ah9VnˀW=POqM]l0MuW7Z shDٴS^PZZ{@ W6N2 q^6 H ݗѐW85eV^q8j7=~ZAB Mʴ5놘z"˛ >uC:8ײ,xت(/ ZeCN!x0f#ڨ󓣆Vÿ"ҎYJ P@)*j@@ (ZP䠆OT()iĘzxI곋n2prJ!lm|?;@g&8_Q#I@$^,J9 T5GڠYaǎPUW@ޠN ӏBa_qbnVUI(MVim5<xA7q7=x"?0͓m/FLu2sЏ؟Ă?4ǚo[yd?ړ"6LsL ^p}WM5bA{JL#f'+H C' .;/("8gC`o3E@6S~YNfgZMolom`3c9@cR{˂L' MB]5J]XMm1XXI޿mRvѨ {Ш!/@W#PG2» l#ӳax,Lte&&A1=ioy`s]hb(''#-] 7tlC>:M)F3޴'~^cߐ85 !g/x+8f174e_-#>/7BD,zuGS߫AlC:B07Oj n@|WvzػWIh'lϗE s2&нO}yo< Q^ǫP?l(&L>\2ČD%sРڂak <`ܾvL16kÖ֧9P.iQm!9;&@=cq)[VN,fE[O{l+؊jQӯz4Z_GI~}[<7{G3~ mؽ5=7X/b6c,0u.'G$U3u'+@ aKqD= A\kUG;tkC0c<F$Fw@K%w+vzdTM 1fN\%Ec}1v6boPg6 >SswiENMї$9W.@BI'\8e4:-Oe.h!4W6NN AmYT@@1[qzɁF37g/y|? 4İwGg]&! s;eۧ?,斜v)Uo7DS__w:r%;S JD3-i^ }_I8vR*L<V$&$c.upP2d2<Ԇ#t'TwwήG*!tFEph޺Ph {a.$8]8y`Ȁ Xc :Ҭ%UI^m' ""¬<B7oіR)H]Z'N\lt*f; 􈶵dfR{{@(ny[[n/-ш-dZjB? Gc J\b9V 'v !UCYҰc7* t`/pƤOffw _ܸNTcSp?X0D=^$6@fԾ5(ګS  U8{F`qLQ1)\RNΞb@tp8jgR RG ġbD 63('>pmVFC!KBQv]p50e=WL<>7x54%Gf%8 lb 'k +EFO!.LJJ)xeȍ%[T0 Y'! 1pr⋨p Qӄ%#wYCAT~jK%xSDw(eۑUq!amu`P?7ɨ  TeYXpeWl .ۊ #٤kp0∰Vt9f3a_5fd|D.ؖ!K-E(Ն SH~6xd?Wc-{ )ӈ~CUF(o1x4 BjپaΎi<In?.U:v2;QJT}g2sVuZI-^D= oFq8+mC?V'=TޢG*[`āQ|4~q^wG _]XoKsbߔ"5̴G`FwX?h #sc̀$0_s7b ǣ9"'8d/aU^b0y\(.]FlB>JR37Pu^!ȪQ=T{IhߕDYYWxZoBʜtYF`7G4Ys4b vXS,[7}4@" 9pш6,C+֣ELlXя.eneI-sb Dju~E\{Ž&;e̞dKgGU="#KxN68WG 3 xEνᒷ%;B\Ck|qz1;Y}e uCvD`&C? uXfeH:f 0gRHjo @ZG«<\/XO>.Bg27rl!Q04cv2eMP1,rc9rAה 7c\FiqqOQcȴ{O O厊BKA=$O5|%umc;,|0PX߀ =n3݅fڙpU2 ZD%2/EMRDN~MVүiQZ!VvmFlRtx+ƶfx*<.@2&T 72¯` 󙷞/0h&#*^s˟}"a {NJ0cM UbCm^ (6%oR#`^7Oݎ<׎Gt{P+Ϟ/?@p@쥞\7<w1.`"r=):ېUiI|ÕT hi&"Fz[jZ*0D2{"YlH{}qdHi?W%ԇvc`^NһDi4U،JsV(4.aSPziU JgZ5# ?e|ϮKƆ Uߵ0vq#pWI 0 XyMGm@LĦ䖝*侒]IL ^a,08,JP0YrC\|DD_ؼLZ} hTUj7鲩>m#jb)8EX>xx#9#H!1%iM>{G9bͣ2#ü<-E%i)҂%J"J摷yU<qah5> OԞo/Tgg`|xW(j&(1#l`zd*{A9D.dڵ)%\BFd\tɣ9mU<)T1^@u $g,d_*Z~' K<jt3u7LFi5rc4yڙz>x>A9 vX In1IҋuZ9 b{ϖPͥ{,IaDAs[ )rÐZCp$RA+,GIb>EL0i98wVHu&:EKs[j'?[<31󜼱b-Fq}[uZ0\Yn% g9"`D7zV?_Bq83xDT)&הZK\tlq]W0'vw?}*RHF%鋧 n'u954U ͇~gN]jl~P#,x'LԻwz+,h* t,ڨ 䇙/,Z1ęEp _ PҷY= Wsz)#TP+c%F%Ig.=y_yc&"[}l!BĐd笡(@10*\ʼlf0D͇o>@Vȳ6F3M~zyTwjvNhz q +oTٔ:Y\. wћu!pP-e ,*%IonZ+F*ުO/n E]Ѩpo#¯z<׹D#2 Z\]bTOAh3T+<@:DC"M|' ZpltAP֓n5ߒ#GXWrsvжʲKěȐ+X{Uֆr2ub }/.̯:&s咛̝I}:ikY;;d֏^2 /]SNЬik$)`մf6k}*PfTNla( Uo5ɧ~JKN ؟eagJT>>ONS "[)ިھro 膗A' ޻N'Ip?DzBy%Vr];Fhu ᎁsG2~?hцs7#T%Kwv!J(>x킽Cv^wf>vT6gۆ$.>ni2/˺C1-RTY]=n ?|}߻IjSL $M' i1!ȇJg݌c߻O ^?\ip )iZFYѷ0Mq v }ҝ6,#tr^!"@ģou[hˢGI^I9Q-|^E#/HB4("-@?X3]y\ZEW P,NG]nCYM uuyQٗ'}DUFPO5ko:/R<#r`9ķu-tr(8o2tp>`)k]ī wz4f:۪Hq{F5j}?@z57~ cp[\cy]d:J{81+~hm>$2mF@1 >Scl+Yz6v`e2Q=AqNA]~_6[yW'MuGo-djo%L]MpKD/$ՄhVmrHgD6or|5Q^f" 'H&D"{3yWË*r:JBjoUg O>lBlK11̯ݦ>F'UVv||p"WHt&qP!{CB?ؖ%rB!R~A_gɊer{bXqd>:Do(nWO<ǡR\|NAN8ox8K}4# ,Yw$$[f8uOahnq%) ^6W^h;Ωx[n6Ѵ":ۀe e}'D=m=_f3G3sӐ"1ww9%wPCɀDIDTؙo?a8^nA O"kiMxd1;y(f6E<z Cs-Mt-E~ɋ>)Wo+9PÀ+k]{͎E՘bdHߩ/$9@_WCĠAĀ@!%!f@N_--I~X*AbcCXGQ# jCe>--aůpi%y^la ÂLIVˀ\?wjʋM4ݯ[loW&8†/Vƙ J9$ӭ C`o~TPm#.z4Ef?V`wtk$b:4oguzEڼԯHLU/Шl. 0v9ejӊ:~wR%u f4]J .۟'6kե-*= b0kK/ BH=K@jݑ=)dh@0!Ҷ?lWIɧ Do;+M41)X6m/K2rǂGP]> 7*^Z'8f^ M<ŮEJrIul`laʧiP ڥD7 KRlQj=M yZbAF2+M;Q.Q&MT:Ju>K~إob%z P3b0 rco24DQoI0;$$uO*bQ&2ogyEwӠO+1Pp+`[W{d{k5'QQr[@!w‰, La=g'#yԦIW-Ȧ~Yٓ=&ߘC{pO9HRTb]wQVdؾvn7 6Qop7KQ z~02u>>ْ7on{rhuvy5ISϔuW"cN-݇;ʎʺY:VYj G3~YM^/dڦ ƮV[z}VUPJ8rY 06\ ]J"Ţohf/ɰ*UjvvT0]BNIvwcϔyuz6/=)쎨0⼤̍܋ NBCEԄUXaMZ{.@@f&+vd9>r0j.R5 G" tg%*p!|6> p[y ^/5J'4$?!7S蝯Y4Yv5NF%_ˍb\N$8dj@Sq-N޹S-eBOn1JEG49\w- ՜σs_e&&ಖTBR%{t8O%6`H8;%oy`f <xC-ğKAUJ1Z[a"G%Ŭ!ICRQ^KSؓ|@8uDe6YPn%Ӵ-bpc &~*2/YHST4*?ďT$?d6)grr?Q☋j(/"hBdۊkT"{-fu.z ̉Ɵ(o@a 68jKOݩQj| TlfPD5)+ֶ/ҬC8?AljĝDŽhݮ`vRM4)e%* )#*˥4?Wlh#cQ֕OXl*TÛ;R6g XuaK84{W?hO-OyF^\Y}ӿqcuv#g hd# wsxbWq"Q i#~mP6,K)W_P]"aȰ>אC9'*dWl3']l G.wЇ H1tHCWgH0!>u k-_+?ՊDf. *#DLBZvPy*Ϣײj\Zw}u)7vx8pw6"xRJ9v %[idR[#~ '\v%FX|m MOH*.󭶮Zki)O։dl:ULaT7j9y-*UtO+m//M彷^pfBG|#PƥmR`OߵF<ݏ8MHHJ= ZzM%&?hEs+DVw8o]}n1?* \iz+`[La30w"+ kP=~@p~/<f Ѷrjw 9_r\DѓS$|= [bsn.<&TømU{IZHZL myE=dH NjR8wz,WpRksxP_5jEB\| Sr*P"? 6ѕ;ţkphrhRN$hȽ- Oi5b+יL>Dq *SWb(qд&n<πmb廛ѫmˮޒ:8NzE>K. )uMq_GBـƩBϳHFiݚ&ճ + O.-z)M-1y,>x^ '*Mݐz͌5),lcSL Q\I)bt>8zSp%ؖ}CSՃ,exP4 dz3\)>8Aʑ|Si82{Ê=Y ma4l+Dǟ,-yB{hùZ#IO6h4Id)ZӦ(tRQ^ >܇&w^T/\711^u.ykqu U 6g(쀞I⮕4 V"}=+*>)1ߖ l;xʸK7U[l?A,d#Z<5$$!S[1'}0- ]P#.ẃR+0c;j_FI`tILfe=tu?c !lje.N\ݷ#O*-bb[rUX3w^Sܫh; ~9~z oNWJO0-Tw[ {S`lrZ MEAX,"Cx< Q _3?7H =X}$MEC`TZbK罧Z0_#TKI'6bynpÍpu^`C>w{$8XpuV>A 8} -%^,>3iƬX餞FI}4\VLq:C^zP<|ZU!YuXM>,4ڿii&4NTAc+K%ZQn$;[][]u 0"v}e˺+_nvs^V)7κpұ;b!Ď\R yZ̪S"mggzDM47Үgw@dgB'YOאg2K]$i.N;PvUA XO 8ﳟ9b8 _qߡhc(xH6۟fyF>}-4騰j}dek7pW<˺Ymkq#SԿ: k%i~V֒&΍\Wjco*ek߄|%/ۀaOyQE5vԺd C3 =}\:ݴ cQĞƿÃ\3dadR&T]VMbDK3P?e ߲WzͶӌ-SNxf2ӍZGLG!<6,`: ORt;$9EF' H}LBɻ jG# \%b5&n{Uo~R1ԞS PByvzq5Kt0 >P)kv ĺ\]mb#x*^|432L{x*\W(!\@(,\oQE.EmkY$3f Z7 C4y}Sۧ=d}y7IQֶ7#NGÓky Kχ"7`HDC Q=)winEP/ tΎ \X5c3 yq XX׾ tb+cT U?'="q$RrkN+y&t |{]vZҺ$+h׸P'p]&ipy#oS(yp;3Q 2 b}<'烩9V/h Es vڞ1YJ.W}s[Stܑ*_qn_cgD|)*8P]j̩mEBz$,}ewGQ+Ɯq {cn`)*Uo״"FsEt1 OOEEM LHS;2 A!$N w q> t[,߀_ UC p+4|_C#vᅗ$ #fxSa6c $}pHE CԜ*RL;l~SՑ#NybÊ/3-x0yRp(\ \3mcԠ#-u9|պWEq^j3[}SgG}lUE՟E6Oɘ~#(RiTOCnE| >X >[5Ba yJ?Eq= ؾJ+Q!8 cѪ8ңCPɸW}uz4$*jaIV&!!O ٸ ym"+-Ő%䬌qZBjwp5WZJ__G^Z\h Y4S?%IX-Lpcw[ڧrRק y ^T=x3 b4/](AGxSy[Re2]\7- ,8U /YT+9p]mB!,b 2$Uig?FBý"\E@v=/+3ɴm:Q  ] ZCb]C41=[Q=G?[-)X7+y \W'$-906/(t7BqRGwu`$Q+)bhlM7F-{Jc ;&kgpTc^qCǹ+Z[^C;IT6ŕ}?;..h㸃9 |HJ AL1)Ԩ/㤔΢K^O|,6b\mb d {)ƊŅ)-槶@Zŀ?nGI3Da W̢H0 `N1!ĹmG2 ji84K>nO|"e"vg+В m ;5 "0cH\κcѥgŴ"ɵcLD.jԿI׿hEbcEKT/ 5`?qp^N =Y"vCOK EﭐG!Y \\ Ô ޱ97`̎"/5OGˡwx۶2w#QuG؅{e+|vK'Ϲcƍg$g-=kFjXF 3 V c_sZHfv3m_ebqx^+PH̠0#eS${ꖋb/M'o;|LZ|qƃL3%Brh #p /622__44iEM4lܖ!,sKmsM n>dq\K=UG o6E2QH?-iN}v5߃$eiE*qDuCp1x:edHN(Z guBxF"ECO1T(~Pota,qٸ== tI-&H:u|Vo!S oϭt˖'l^/ ;g!_>q h1ke_nE+*8*7k":&^""n1=V0҄7)s^ԑ.,EVD[{C)n{-yۧ#T-}2&u@>4j36b:q<4ni-OO[svR7j,(? s0*w؂t?X=%N4Fܘ :BUEvz,;dxz7gT#ٯ׾\cҤSc18 ň^QZpr29[ӜE]m;³$}6 & y'dT@z/.:[,+ӌ]:F~{i2X˓K?N9|f&%Zz+R(oDlB+\_<8"nHBCz/vr.t%[h$6KӇYQ@4Vua,2uHmj"@vX[}0|ʭ DO".>6d՚)UȡaC2:*}Epp$Mlz3ǁU }{m $"- l3{&H]6K>:SC|9%erhdq{_ y]80EqA3bb?P:&h8 0ЩFFY](((Ք[ے@{Y9ηG~)V1\T)x<Ҥ[6) T "y [~~= Ya/+kR76NPɉli:s~%9MZ SB@ *U558)76SK{S^Tux(^t7N3^XH*̈́]_.]$&bc옅5(SEAmQ{^ƒ[ .K V h  qN1 G%d)WSmAD(4 íS!PBۯcj:.-@)XĢl晑 F`Vr##]5;='x=h c؞3Ҙs6 K1>P~s tg;zu(sx6JR/_+g4,5 H4{u_ojBIJ? a<^H&&OJPﻘD >A|^')Xjrq EIw⨉f5r7~вo>˛ b-Ľ%y}#ČƂ -cJȧ= q_<C^!zAf{6+Hq VEb̃ Ymh/O,B$VKܳ8MΞ d pwQ{f Xf HL鼹W8J,֫kS_nw7f<ErL3:J`u{DkX<[nr^ȝ=E{fM$IKMн]\.- \U垿b.RzYye)su%HA^ӻ݇}g0h0eh_.pD%Xڰf%V$uuyk5 \a.U:SfCR2c֔m 9 JD6cק|K3ݞ*~MkD׹F#+,ѳ5CIb6, #r U T-4%+q.WX춁mOV·*RnBVt3)6x)L#1H1}zKkb'$YrS83 ~IȜH:hp1+sm[WȎ1Ykՙ#֡Z"\W+d^l*}*Z]#h'AS(V@uZ)ouW5މp j˝ &WG~6[q??a):[-9{.{s Ǣ _;Yج.p)S}+V&.zUq j Ѕ(:ĜKU&BMzMyNrXm?lI qwlU B"@ ]'I'9Uf|#m:DPHM m*FTNū0R %qƘ]GiJ"c0GYHRH7go_)fD=@ ,w8+aqKo~jޢ^T @o˸b d CR'Ϟ,4f6ᔞOh7_`wV&Yk ew}|{.uS)8 < S~nSa:o hA5Z;nr%>s,7hyVE24*mUXƻBòkMW55 ~,5q'ʲMN<)o7@֌xݰR smw?Nd!  YrQ$⸚n pY;'ZϾS~"3X^}@"(|8aqrl ˱KW7JA]Ͼҵmty?_TDqq<|_Gf&@2#4A,2)#}!{r,m 0H03SBS-g u(0#y &+ _)b J9~a吢V+t nNϠ :dT&*wDBŇ[q/S2,ڝ, 8p ϕ͓H91b[郮̱Ìpu$b֣$$N:6ƿȼl' 8V.9;sK2WhCڭoO-g^7mݛk2A-E2XȻ&P?>LKӱѬ"{^)I4cSʬ0sim>}l\l5t8HK>СEd:gqFA(ؔbD٥ȀZ5Gwq=1O1`a8VOSC^!(ʼarWK<0Y(90i~>o1=*^5QmQt f4ML [9y TW4w3czNoQkqQ\kf < toPGv:Uay17V/9+LzTpD͐yL!@hi48V&C,Sxƅ2lAC@ԣ)yߎOy!UCie'm$?.C-ڔstb ǹ?&Ejq"}ԙz0@˝}F _CرB1_9mW7d(w5S_4Ѯk`1[:ӋY@Nlbv~Jdh7a-;Ra[ ]poWP'4q )U269tF}?E:E*,Jc﹂=po}v\vV cV'):dţw }wqMlCas ceq0V.TN8I[J[-uT|q @;2Px6JFL@iKXY%H e~L$3>AHf=̣hBԕð@& vQ8q2d6_ Q\-n˻>s ,X+$>. ~6PCQY,'sdKHN4OGU9YPTr4PMX]O65`5°s;1Ry D]W?aZuyu2_@{1!:UQU Fg:Ì@ E|p8B^EMmX|[/kn;>HOكvj`*eOZ 4g?%O>lٮ?ws-Nz;nke˯E)ŧ/!@,]VZ`b@{Y5095'P߿?^Y)TU|.^vjK';-Ss~4/4"ZCz8ንAFE!V*V`9sWd CYWK  ջ Ȫ6(ʄ 3}n+:pO#.0`g]2pcQ `LEIZ vA# s1f|]t|c{%Bӿv"\Ȍ=ZJ33#}TŤ-pbۙCrs B ھބ#ЪQ0U#e"h_h>q8U"W}#JZ#TXVikc@1˞]^8wzn"ceY! ")_? @sP^ V42 E5M$|r{]1.~e,: J CԠ_nO XM@ug.đ1A I @ڱ'4)9Y' yɣ%",+&\ @\f-Y600οW) HM=4"28^-zZs`E~oqT2A4M+#hn~:jӸbCNQ^/]=kJ;!750.v<[B Gk0OXYE//|(~MD5 S;>`(Gp -@} ?ado;G>IuΧtĹsĽhΔy^>MPouqjdw326%$ǿmfڄ:þU%z q0# +inK& ,-p&GaaҹKϱ F6%?@uH_  8ɾ8<{4v-މ羛@-*cr9" 8z%qJY/*%[l$<s,gn=ckw0K 3[) .88KhJt#􀩕Խvڿl;YxV5/= :3|RC䗰*>E`޳U U4h9ewyhͦt4 3+I7_|Iʗ73)XM&Ѡ"h;=*U:+7TM)\%C7@6M0ys[`OHo) Z+%-x9æ{KYO #Ϡ+54foRnwp*L߇ٓp; = 7R3s)'^B&ѻq,UF2f< Hm~bח^ GyC#qH3NNՁ~X y;y\pHHo*ak<\uqZ^<{ޜU9n}-kB-@4CcN($J-$!` r P{ 9/'iBumO$OND96{g[bIt_ ;XU8}K1}(8 %l.$J\|1?Ue3'"n9Ad?sQ4qzwwxjq~0 2tǥo=I3CXGU|^n Q!?+ۣ*f|5ۜBJ`D&`" [Gvmi{ RY3|P vhh$u0a~̚"M.d@'Fʤ&9 iԬփE?HX f0XY]1U|iآZϕ-Q3x_6.'MeޑNĄtOSi_lzəb U;Z!>[;1H *{K"q' aʝeXa}YM6䧢ARJ$U`f=1G`FRZjk% W>w^5MF^@p4 +# JVѲS$Y)+ov-2Cv{捱3diA_9ROTcl{ȂaRXH/)__啻. Nj7pY).F@#d9%+^Лtp71yj\]h>ތКSWIpk])b/Wy-0,ަ!YYFw.5εX9i |I4g ңߖUMpPŧdͪ"a;wᯁ&+>ûlm`*9<0Oö7Gm !\])R擕grO ȓRkГ h=c-km繷`&ZgUulCi\7p kmcGǮ_ygB,K)C+"=*3]w)g3Xƌ/óǏ>2ΗS<=L33L^i]Ok-{ŎT`7/+U3k]re}ݨN :겢N9DێIȬ^E;CA@]ѰƓ $]+yfixG=9ps=.= `Kk)޾^;ɏS֒*x1+a̘E!ݳdt3~ꯘ~0ª=&2]uiS6¼ ޢ#=_4P zqS3>"*MJCOLRmZY?*q0.G}x`}̏ChiW aiצ(הfc?ӫSpYL qPY~d Ol a>%'1y5 $k. <,8Uv1ƿV.ҸмRAW/.)-A]4Z>%鳄`~T!lؕTJuYW5t.&;~^Bd |GDCʬ#e/ aH8!/L:ՆOr򋬩: *ht_e &O2rt$@~& ] *v-MSf3kw~ ֌2-]%UiWGP8y`mJR={P"Y+?9S>W46yrV\>3ރϨQJPMVfzFުe1s,WC߈( 0y?2ST&Ph˶@0@5 pG(RDe ,TߵOnSd~D=BUaHP~<`s_4p5<`ry#b]f7Y+VT79H̷S¸]zcJ]Ƴa"*sB\rKre1v&]x|^}3_=nM\eLD,BSCWr^Y"a[eb(l^' #][!D$hXv#mW;w"SLJӑ~Nj{Hv*baGcxc4aPB#ݑ {7?@ ːKp[eJr5tW64{r䜔,!!2,AŬVzXSY z!Ġ͆haixAGγZm^at4r+6yFkōmN+P~{~woD{IhbmmN\I2-2?OOXQ\eZyEHHs!Ht@nDz!* j#옎> ( l=ۓ~w}Th B ȡsiQgd{J Kt/1t'<,\#u&Ӡ3ULymBnM K_xdϠn2EAOcznO'7ӡM u47@HJĴ{FÓA^s"CX0b[* 鷁'y- SCs̓f4ߍrd֪g֭^^oiVJqxA vhz/, u0\g!6|ǮP# dM Յ8!nsA_e0 )xiesn%Eg천xyD]u^ fcjѵ`kcgjg:j 1D?BU g𡁇_g|36qWh<6J[}#車^6d !_rCR:3U(bB\7>?B S _UZ*t TQiybӯk#.ٰ/ e_sԖaKݓǠ"rIBOw1@D$lsi3|oΑ-MXrI]Y@gUͱPW8acr~CUՃ:J0snu(n~̯T\+Z3lz|k`eW-tLh2hL̸<3ʽp O( bHjCҀ\yIi9"߳ dߖ*nV.YzMz˾ ԨdN`a3V⼮$+R8ћ ̽/Yd>˪+Ũ#Ǫb:r1[Z~[('MHe*i __'5Xj~5 9"9S f6T7Q{ЎEӻdHp\#i?.[Jճ #m&Gki+TI[ԫ"1dq0U?9<MǛ_xr;1KKrzd 4!7 rZb6D&TQWW QsEfц_#TMkč."u:}p.8-U'QcR"\Eօpm`|p&=ЊHe7eXl5 ^K͛?}'&FC\X΅Kq%HKxn`1{ (eP-BقEI]F(pPࡳ>e{\;_1%lD}uǟ=#)Kx4aWN؏Q:;crwAy(5&,V]ufw(e#m zͧؾ^nwS K9GH ڍ]WuH{Ф,cdo5WuD0<1^O6Ջ_cmve7~u"~Y!=8:R2_',;Ϣ_a[:;JLKb'("%0|=Ձ1Jti%2*͒Wrg`nhz/j}$yHs"Ue~n)5V4@,q[&-T ){@/f/U@}ySۺ#3ì-ZT#\`ۓƵzlT`|e.V+^09M؆{0iOʟȬ'Mխ\Fىb6|E:Py jNrEC7U{h![X1ʲ5a x,&fWHkX4|R爫X'̩pbx0yFn;!{Ib^xR-[hp"a=PˁAO܃AJ *\:&hPH-l%g_  ࿌],wYtCеW>/193_(=ѫq J*lo|P/"G|Wh-N3ٕ~znv稇H5@ɝ+Ƣa@ζ5llCCw1<&' *GE@?g14- k zBYsG间cm ] Y-ё@#mHojUItO,r<'~Q;yڿ07Ͼ(!c5)zx M(sFZp(Q`CAqqIĎ~'x5yʩx`W7GJ% D?ǰq V~δdZӴkI[-=,y:!I$\kDh֥I44a _< >Wȧ) Šv : TJXgG)<ʬ*v=M !kS▃^cchW,bjiKLΒ^|3̂(XEӔ\ߠCzcIi \uu5YVY[y^M@@Ϋ\#蝹,H&`f9Qy cH؂\YfEwuFye]DÏ&&B&O ~kȸW17@܅ PFŽ}G/Vէ IWDz$C\IUHHE5LgcΒ"Mn4<'!rٖrmˇ|^)}FCU5NZse9զ;#2bćJXHrǐ~vbu{l_mks׻]9ì,uީ@b]Gm@\+F?9'ӛSYҭ-ΣӅl^wkϧߠF6.1CٹO| | 38$2dv.W2Ù/"t+Z-P8/&4PFC3[ s;xcJi C뮚j,=TNO8A .kx_l ;^H$RR,le{gdsq'̡4dhHFZ^#6vfQkf-ُg9#6q*85fa;8`[Z*0Á5 ib(] 2)+߬xR?wۀT&yIsYje/PpUbiA>|yK-5 2=& r-VTS ʊxwW'!yd9(I&V-b=~tmާy1kx!ꍵTسwXIۍ 'џ D;(~z-ImByvV".X^TU*_H#X7GaSl7RD7~.݁R "C.j)9Vwd8lԉ/Q Ԡ,w8L[Fp~Yf97/kJt0α;$^/94)Hl6^ 7 ܴ86$lau+6xM z3UӲ=~e\frs7$h(8)W. ﮈ"w `zp+Gvuڟ]581U9T|˿|ËyV}lI;< vkvw"e jwZq|GmY2XDI-gI ׽`F<[˿e玚 +u Kd#p)RLGĴ/eT,{e.MNdWt<\Fv_a18[)Oۊ9 8uR2~o{ &/Nr ¤l?(2 u#:Yyy .(шN/y {Ju R~1p C TB)>%95P}TzR~]ƺEDdZ$Gm@~'5Dzpfa+q?4҆$Y |S$3;*>,t J]Y3:tToXd;zZ2ś7Q/)" BeH*(J4R|>|&1L?t4-W,e/$ t煖Iq> ՞ykyUkrcDCuۇU.7lqɶz6,T\): ދ4-6dmsK0~}Ԟ;.W h' ބlD3Ad+BmAP :tc/ZoxI|Vs`£Epمjr w@NaZWoN%cj62}m ~-_L|kR6EZx1>D N{5}vkNb4+UYxqϛFBc-c+UQa vg./# /N}ps&Az* 5E:/>oխ^L'B:^Q۸FJP:H%2Er-c*$n#I߳PR7: KFFJz^ U)BUߜ ?̧~{n\; dɀgf uzr buzƞ0w? ;&bHaBۏyN(iص>qC7hrv35 DŇ6E+^6ƭ)$A$&}MI0;?)PW's۟@f; {ū/LTYo""z_܈zMK"MyǑKs%Tz*&]f ?:/l̔)DG0z:5GQWbE`0IV>F&JS4UX %$Er e1FC˝hҎ5`5:XDO:7Q 35?z(uxhuF$uU~봳+#h|%-Iٱ>=UqҢNlpS/Ix 2w+<X!r"7*s>%Sa& YvILyЅByު+-N,zl8!Oh|% y>_3xޫ|p P\窳mGXzi<%  %ZFTwYx-Ŗ8/v%l6H8 sdBӷ j%J;ϊ)Yix˪9)Bsė<<1vplot0{ &Yk/b jw2+^7vW]PB>B#VgE\e,ˈ]QlJ}> ؂ _oG&Ҝ+|8eԮtp@Hok\3: }EmqW49X,r7=oO)>FԸ*72h4C5°[ 5-ފHip\jd{.w5sH31вPklSF–akdR]$773k_3>AZ!q% 5#C /[7ibYR'*i;5=-izs> 5]6j̰Θ^S1POB ^#uKQA`qjzn/2V,>2ich%V/W?YMT !zwOօDxV;^G`p+ȝ?@߷g/O#̣Ύj.xN {T7"C#}(ZO9m &T}+Ż,`B @w2AߪN4:CV^3̎ }R49s݊%%W텋 zr5=px֏BmąS5E<3#:zI@P#,m U25PT`1;vb[?iǀ)^j=NFIHn̟J8U~fE(t6!tNsF #QA`N| k؅ C*vCn-YZ=~Oj "zB[Q)ɴŇH lj }~fBylU%|P.0-|$SygL+G*b\S9PuJmc`tCXl77Tm 7.J~Zߵv,#-8[`ޜ؈دPk߷#Ĝn@[MYAcJ <<US)vKme[6t  I_0 VI8΋DSgP)AA#й%_B+~D*'yHAk?ʉ0O75++}HjB=} nLz`"@L_9W~Rⴳ2[F+9j.j$kA g]ypId <|V+MWP ,\ 7fZ%r\iq6RpAP6%T> P "[ە7!fD-F@&?GEk?#B׋ZM:!d _n%ѕAX'漴%BoJ F 'q+@cؐe%"/HAGx! NE\sPC Jr=N> .^.Hh՜h_wW`ːMa: zDfoX9ٞw&KYR]Sğ0)@:1aH)aXx!Dx lhhy CtZ$,ϣt'%wCŕ ( mf g༨i#Ys-^#N=!ol%lZZʍ="5mT $2:m5G0ǢCL0-ڿ15 q[0CQMPDEMiz܌#| lğ`=[_$0H^7c"[VcL6 E 1oRMF"7#L\- aƉ >3-'OtOZ "Bq g#Yʨ6:3jkEh`%3[L>.æAG [5e2RUˤE}'rb3DT X RѤ"xz`eA6]UCK%6ɠ"p]uVgt9D[$ ;BYD?mLk#]h54aD*͋=jhrlQx 2ž~H(1wִ>=kx/F2?Z>P {]l?@OI>/c\@ƓLdM5to_!Z AE" )hOZ;)l G_ljI|EWJ!whDez+j{B#'Dhł`PKLq3 $BWJGKF(BִhTf(ͯ`b`bOW"ьc|4e{l1üX!ט`d+-ժ}.*!Yh5oG ̭s=OZ-|)DS`xo1PL\s› 7ޥp!66NDR2SIaH[vwu@"DfMTwaY?{Ŷ(e1CdbլUḺ\ qd.؅{*mm(XfX \l"&A7+ȑ~k )y/i1rʼn!Tw7sqgCi5\Na?t'K. K3bu"Kٜ<-+2gu`W(EbN?xZ#mۖ$fMku mY2796z!u:`FrpֈtO7>~+l,dOluldX_zDcòtH-sIx6yj_{v˧-Q~AIL/wAcjfMФaK?'7j&5Q6< 1c)|N`Ğ3voʴssѭVBs}a ^\'ͰBUx>ĀTФ ! 9t!c#ꭘs6fMحB#IhRuaw5aUteg3 CB/tt NHtb m6q{AĊ bͣ"ǩ%gEeA2]$ؿO/F% BI"@dzhvٱ'&u2z6 GDeYrO#s:>o}g~St.kwrB#+]|TUT3_уnS ,2 3\ h:oC|r[c/3®o?WPr gIciZ4 t B)kCj2`SɑZ1 (m*1`7/g=a6@4(U?n#ug39r({lM͂+ăV`I+:<ɃzH /yr U@9lx!^&3q9ֶq~A}ܢ%?jpc?۾\nBn,d #ѻ۶MeݳL?Rlh.w=mwGYx>jlPj*5O#N.m nRxA-Qf8үh_<N^e !]|0I&`[߁6*۷fc 9sxZZvƒ~.B-FVf ӁyijOD = L{yAIQ M PQN7b!EŔLj`tQ9 }{/_X.k 0s\ UyȰJ0T{j (eRF'~;?gEȊhOaڵ%9'0n_.qmb =$kFGQ[dڵ:l7 u]Ukz]"Kk N|0.@o VxpmHv9Ѯ:kER L6Wd]W?3ϟl x C ՗3񲇸Q6_eW_kC5_")bs7 A>#R6(r{go^twYi@V,P~ vT?2vi Bj&0ꆿI&5s)uo̓|v wH0#caxE+U'*XҲT6!E1YiNrOv:% ?!83/05WYQR04@`e*_m4])F\ gG KKfAɑ(TyPyӖå0n~RNS^Ðh*IKQ1d̳{YbI0P'P t&^ږILi2`(:3i~]­/N7z B3RFOoB"Eyl8}?_6L>;0L}ʅW8WYo/s(R!%fJIwpYp^^av*n-Z6'| ,W)NBl{sKX#eynaQ=Bs/[3@ܾqk .]>X80;+_3'7} :"5I:N&Prٵ `#KY2n Fy{,Sy)i8r{zEci U=ٵeܓIbq2c}C]Gb:x8OZajO؄uW s2nĺu%\#lYnQ=~ӹ~V&B]xf[B̯:!c>D-\￱nfRM <[HCDx:$ˬGrsC:PQݎ+*uyS<2$-7?6@X.g=὆bYb@H `啍Jeejf("Ո90:t=S|D:댤=D,Zpf=]#%Q1hj5Pv \TVI flE49/gCzƵ@'"9xZؚ5h;G5|5VzB0~ڞpɷ}/wz.gSb}TwXq,nGEIF s_cKBF3+8tHppY&RTx#&1ܡD/nKhh/;7STut|{؍ӛ_kCˤ ͅvM\ncZPI5w&#L%h+goHeh}!>QrP0BuW?Z,ӖEQ?˸-~EbHJ@m';*YBX!$xp!'<4@rNI(<.j8 D.gq6q$"?'-.[?y8=a[ص_4όXwjj$iC6]%zcSx\+zʩZ #ǚ V!3?ҽ4<=Y]-uGp{3QMߊus A:Hq H~6܂&z@אH̤RtLS]iuaZ! '<0;KY{AX)\ 绰QFB|^"|Ezbg{,#!rv4'LMlZ{:+3p J\D9Mnz]!I> =IXj$aΜ29o$ 5ՙP1 5ד,%->ie B" j֦Ԗ!15K| ډ4X@ɾ|r2E`C ҿMFCO?ˬHJycQve݃QE%ÎG7?iܴN1`6$ghKPcERd]ܗ%k߿OmX)2!HluV.&iҲf⇟|`3x/+p;0Uo5[9bw!-ˊd6j~VCشN2w*XE3-2xŏe &DHD| =M @xWZf()c0bL{'!o$G®5asH%( ^k&J94\lt@ ]lh=0"bNӟ,Wë!9ֱQ.+ uj1@¦/68&wY؏=z3+W;)*\m(>e) GJC)Lpl 7Ԫ9TEp2=OT>~+l]u>wgl"#奭wo512DF^j],+2hỘwz\vwsHcKmrOX^t[oXXzbܙ߷|gyi$l\ iR0L8JA#̽ 27k#Gȓail`Hd9NO+!}Ů!b4. w)ǦdW]L~?b̧).ih6@c.Y70{s’UxYxKJx>.5=bxMm gɹ˥&44 ɠN!@kM,֯cvG~y wAz;lP ;ofujfG%ڊ#F8ܨ?cE /PW]6Y$ vMq`@.JߣMK{dwʷ0u[uM3eBdzsDR~?6wNZOEn ѤF%BM\J/{nA~}M蠥Z> ztYjuunEIY"kį[9rxW~84}GP ,߽,2^VX(lG?+;?%+Qt8p(x~[+\u*d-qYηؘ_ ?4oׁ 2c- R}.3m8헜: ÷ҠוqSTtvG 3ɾ=QR]n1(Ǹ:/Żm%zǜTa'w4G5ni` k]U G&_zJ2+g ,VOOdJd0u, .nB fkd́`*7%ș+7R}0w0G#.|%Ijg/S`rR$62w@PGC`|C6in/XgNv2ezߐ3mg4L ZmU[UҴq͠&Qad n0I=1ԥ\G+OH @f[gJᵜBoLXg?P9]nc\ķʄF6#2JPI{WlaW]Ȍ_ q A<8x(MHٿ(D5Ӓp]Hjke`ܷIL'9w'<] 0J6YzrS .'Ѐ!!r`٬wSo.>º2q' >z%bkT6 %]dg vQc! d`V$j>&@Y;J?Vp;) Ndy7yɸq}So&dj 6}iXbYe e%E;ig4蕜.544aY]ƙO f@ ꇘ ͔~jn_Gn;̛*(haND ?AsZQsRl"TcoGJ l!Rk&:R"hםZĹALؘD}L5z % MJؑ0k<6VLbV,/C8AP1ZuX Ã+:rZ ǩ-5C96E@Q]v)c#}7IڑBu ,]qn(RW!W~P'ѣjĦ ~3Tܰ().z 5@+T(K暕νkuC2oi/9G@SjlZm $Gqi"=P0E +ވ5 l}4!gLZgTĦaȂn6-=VsruEf5~,]y-9Z2hv]DAssoo* TeEE4@hnBDjK=7ٷ/=%ZHhmS<]˻l3ۑO=z#.庛]]uMm5ōKD͔`W7FLjlg62/jՓ,X q5v>~ECdoa)De$b$6XEoՏa,b:N铛uwS (D|+h#h+E4qk4=Ҵ*+%Vh8"$3 ŌͼQUN|$b+C$:FeʢMn>ydˮ_0T4 O/l;||5'Y4\-8h*DG6z Xf2k*Wjϒ3c]3iddiIGΗB0YC,&,f@Bp|,KE9J ^yjb8B%#s&[HTub-/c^ve_鲐jBԹx,݅Z"J&KB&$ʖfTGoY˩̉QVy@]ƊY#kN.dNW O9q /A@~TpKd_SEI8 s-0V(h2qrDS8l[%9|_.Lcf^Y"/EKNUWJ-U1G6iilv՝W0`M4Les,`6gbGbn(qy^S((oϞxݿ2t{Xg|& <B+pؤ|;U,*V->hg$[3^ Η:ܔ"~\WͱӖBFM͠U"%.VA}`LjaTBD_8Gobv||]`тFp46*OtِDxD1~FhjT/efk:={i*˦-^|՟ۦ̸L-[Q22ҕ!## $MRN*zДTrMM/yo)Dsz Qb]%Ս0͸2P;s !5t82{YPqe&Ad>r褤ixzYGd+uE΅U ~j'd{sT,=k՜g?_kȬVyk ~bm$ڰ`v_1Q;jS4KKh+J@f}3:+pv `qE/נQZ@ԡ-QNr؃̻Ncja!ȏ/bcmV ,OᲜ}e,+ 6W_h߮3?CB'RiԂviA|T?drkZJGv)UfP' tidܒtJPV% 5ט{OH^F+qOnEVά˿=*:5\Y\j)#$ Z`[\LjUq?-ͮkϛjvHy-$#F8̡Tcr*r UTR4-.( ZO$ۊL+ھ>`0լ"[6s*yQÌi6񦊰p-Ζ<5׺@yh@]LJZf 56!\@v X藹89tp~H*zPƶ6E5Vt.Mel.3xj@EPp`yOeUj#QloWr+ {x5;5W<ծ1VB}I6Q{q \$cN8C4[X+)>p~(M` >ީ-*&H QWӮ1c._Lb Zs MJ& }]s>$Ǵ%9]]1өBS1{xyuÒ;qjbTs.rпoIP)d&*Q;y dUup;Omݮ1o UKtlዶbOͤ5'ɿlW?:XqM4I蟓(Gwq87LI%6JOzcQs@)kP:>)W[hIe 8&.%c?3 v8As4\nlFyt?GAn 9%eu bP`?^?"]L{h{3@X9'`K|!0`+7{2b"0? z-+,x-c֩u,nwfB3/fNe7[@ #߳#;+3Ku'̋|r\ʅ$>@`ۣNI];5 :1dM'nk3+̮~?Un -^s?* IblV)u^|i b3 >(fnXcFdxiʜrۄ ^lQ:D&9a8 O s?*#rAa۽^3a"M<4hN{[$|G/-Ϯ/y\y}+چD]yAT9ao\Za^VòA&2 {e]0v !|OuOT9YV-+!8XBh(eW~0TcU/" >/L,H֖Tp(G"jd{>DZ:IJŎSvunrF@b(aA,oI&G}0Z$5"y֨ڐ ]xbNSIRM7@g636 팆5e 0)ڥe8#9, v{vfw!c^4ꦱ8s3ڮ0u0RyKR_Qd#6wb0?o@[bȈZ?ˊK~-ȏDFALp qzdfdMIi$`KYؿT;Q,V`[98bJ[ȁs֤룂bpH((&M:"xH[0{Ң#Ea[4aSPO8z~QN|b)iqBn9AOz*b;y!7>X9JUA߈DkK{uhi(nI h=N$PUctrviV4ȧa_pdn,fR}1hNr"#Yos4-u]l*T.@_8e %e|pbq pJt3Ee17Aŗ7X{7\×'LpxUoHr,xW)b%~ƜrT*єUz>[&y[w5(hB̿uz`4Z/LY Y«hTV͗JHQ7ebL F~OXtH{Z8LTsP-AlJ.8`?{UXk==&ݛ}L+3+̄WPI*0ؐ;fa /T ~zLP61C<{` Ý::fWdSbz+a,ˌm{bu#?Fo?IX]x|rz7)añ1 -rKV{gU0?|qnvw 8/bP.D@كeI`ݻ"E.WM##)Dڈ<Fys<|ޤx;. /ʼnT,Q ZcpHN0]Zo[ w^4P 2F81ޞA| si즾RWLW#qk EXî O z{b 礜x<փƋr{6V )ZIKdD+ZZF3.V"Dnۨ <>=K}ϸϾ4:ިl:1Q>\ G9un9΂+ swx*0GH3$ZwZܤnB|RZxl^Z͐>X)Q`g˼"͏0x/P `GRZc݇41!.&FPt ߅}dךi=ŵ^5 caV?𾼾ytoPWޠ_-BN7lWߨ~ #։{$>1P% DD~(|MC:WV4$w+LՆȖn! xX"1AGSqK[ecALg0ZD}Xl߇U;{2߱bYfwhq,r62g2Y{.$O^s0(:dYM n5\J(Z`XcQ1Э%/ZÂDDo 0ixٜrJ2(^wʲe9I]j݋fd@QPn* \FkCx3|u;>,bM^ @/ܑXrvdP v~Sƥ qyZ&n] Vv;48-+&sE Iw䫳hC_ aӦ!0HL{}pu x-/)7Z&1cmGĆ"TQEqqhi{=eb2M$MNM@ϔl>rA#tNd(?Fgptn sIyO XME9+v ? 4荞c}mV\WMrSZLKpwyin|HC>z/?'{U!ЏƀӶ(Q%[T|״SY_;ET%! ׎z_b`+.p<慣Y-RI %ϊyW\yY3Vyvsy=b K s:<7)B݋ᐃ&R s7RvѬ$P |?K6d3˭2rD]e ,DR)6y"h`߫x :RU;4|e7Z+VIW#bj#:tr6{|M 4ɎDQN[p/TTs#Z2H6e jq Y?&O)ڲ\? 9>}`*e?DƉڜ^ݶ/#yfd%b_Q"8՞\)o9?{a2&1%\B‹OiShz8ր3I~y/sS{0!lwgg[Ӱ1̑kxQj)@3I\7F6'ͱ*K!=fp1HHH, wlb]GL1d*KT-Q},; Db,%sE- Aj'ѩ (P}d'$<g,_Z;gGU OIMONg)i%e@V%/_8nAD?jkr˿Q{}Du}DA~ 9fU!_)so*+}|娄 Қjqe}X?'cbߎ4d[w,#-E{Ӗ+D7=%L;=l_`u4N^{)*N:4!P0F(8ˁeCʚ@8'P[vq~3Oџ2Mk5M8c8@u,j PRF1Y.B!F}%v9RD~YR}~~s"ە|D: kU*֞^I\60ڂh~5Q5Jfr5q7jSRڅ2ٞFBucK#u Cl.h{mu!L<4tFu3|BTQqOV*s(ͩceQ˒sCTƔ8krڨ PzjpƏׂTsJ8];ۣ<}_3$Ғ~25Y1؞H(}8p6dr/^ܺZ\>xqJN}!j*J(X tg3e(HGnCY/aL-^Fڇ$^ f&+3>Rƨ #5z槹NzZ7ypxJҤ-2]q;.o+Dl[ ߹å@IC$( X]+>bW|'vN6YA;KFc>VxAŜB2Rz>y0V<$j|{vK怠MǤ(EjC\Xd]MbU8 FU\), FO*kgR04ֽC4| (& Nx7F&d{VZhIԗM20/!8BيaLɪ/ X{,N9ŏztVgb.d$8Cl(7Av>*K80Aiuє}I#촂 ;*JES4ghQ<4VOCC0U6Һϟëq&dtTRa2Ɏf3{1n+Cؘ\ c@9jq'c Q {8Έ/jgc<}lg2U!p>O?`@OgB=+>IPhWUi]4:/ hDS491P%&:l 4rZyWn1=hTۦXrG<'r񅍔5l 2>. =}4v7ޣʥ` @}۵tY}t{n<>^1jG?QO\{g-ײܺ@ $u;.hy)S_BiK/r9.}=op+c50sycqӞ[[&GPȗ2:*HAyTaU up2h1GD5՜%*v>sX-c"O_zCٛ笐.vfF%IɗӃ}칎Ub ~I \2ӘLw!d= 4et'ło8 wtlLqz<qE[3 =UUu}8< rM0۶,LE6;ö%I?Ի n 6Nypb曘nQ+Bh7b)*NNiugxk{p`NX. ?]&^Rx u s5YW)ʔ.rxͼ юƦaV޶vyd, -U18DrʟB̀*Zu4BRAfd$ ܂I,z}5mf36UIFyRF̛a*&C"/%CX3ά*@ @%Z+h0_ Zi nh+T-Z4B 9[5npè)`"pg vH@E's3swrouoWRO]Qo'suK2_ JXJE5lEaK[Hlҥq )0q򅇬&V66!@X@3vYnFSa:ZU {kt0RS'm0ũMr ̱mqjɩhN: #7? -a8%FJ23=;o/>wp?nG fz͙-Qw@`9xƯB?C45UxM~I"~=lO<H|u$ǯ 64&IȾ T"D81DOCc7^tGwNZzghs)Zq#6NÀr$joFԏ)w]Sj':t  vTՄxH6N`*yаhmw:LV>+W3!mdmX_E[bK48}*ɭ3[q^7HBNr O/C|e BN*$zZH\سqdIxT e>wlT6'8)<bpi65Cܝ┋=E3E9njC0&m`3v9M \+r43 [)ƪ>g7lc%JXWکvsQFIjZ&:<h~Gcn#s~=Ψ0^ G9/]}9*#+#m{5. Iuoc`σ,J?c} aݕڲ{~ WUyĢ.~1G[Y_?W( NGqy17 s?ara`[SSzp3:Z\4Yo D~~`fҍ DFWh ɧ cN-N~H[m]jׅJ&ڧHB_L3s1h}JmTGc:zq!ż{N^Xwペ|󋤷"gڍ8Os$8Yi&kQ2gaUWB !6IO?Իo/Q['\ l1Qj*lnG#qwӒҍ}aLZv["-DǖzP.K01&չΛu#:x!ULz"|}Nz58(F7D Uh10OVG.3y,XcuPaTⲊ*.D$BL?u'vTtUswГ0 ZAG/!-;@df6n%~qoDz !oTo9 6IDd#σ`fH/?gȆ۔T15!NćAEvƔ$G⤕ xb#YϹ3?D_v cr$ JtmڟloM=E1nJiL"? FF?3r.J3pXƾ&[KU(z"+LE UԃHnҶ5e!J aDs\{BشoJzI ;ݽ&"{ mߛ!A]x6SM zp6BKm_ ~r]WĹUvf2 IX_~[%6hwAb)cGR3z{ WRYN;ndBCRevwKs h ,720=H;@M7)$*G Ny pU fc]z-p-RyރMgpXUL}AF^㙑0 =oTYh6 Xz]}\4"GxFؗwH0Ҭ)*SA " A:PD~V⑎ُZ#oԔ*;aHMQ[=3my9O~f>i 1JAJkHixQC+qI][ E3g$ h =NYn\'{k%EE'C4X=3:}yy 8_xwA=y}s^Y*Hgo6j "EѶ[^o:̰g||WnWTJb~ mi*F+;+37 U>̞\+i js0{W$x CCiE*}0%i`` #a7A 54qA@RF{3BA ,*5pbiNU"^,kl_y}fu1S+Ş: 1 0(9(\Q]iEJ̮v&rpdb6a+vY?G `kb\j})-?i>Do3Zhk0;#,Vwdp36 aT5gnӌz hj72=t%cRA>r A|:C #'$O<2W4kQp A },.j0H \ÅڱA{e㻅 #]Q/ens:ȃ1 ri ue\.,~@V;[ ݔkl χ_P麦nbO@ icx{` >o)sb(1vXW?sWRQɎHipWs1 1BHC V1be'm)/7EZ\p)w{T\ʒP($M셴*wzaN(I28ڙuF 93G3ڢd垣K̴CGP+sK|y&RO0eU8ǍUaidϑWrgHjq[^r^"\5J۶( Vn,F VI-ĎC>!3MA PMZr@D\8ё?'kt"CŒ3 ]"\͗=%&^b3")DX=˜2wi 2 )>{[*RQqlb4I_<Ϸ skC=􎇨CtUDvy!%/ C|:G|D26&)_JYpw9SKKXfO_}$B:#?ci_:QcEǯ)2q\֝5>uvO?gϽTAo4rZ4I50gwPd?Xw\`؃-r }/(@˷w{ݦM֓'_:ٍPH5_)&\P(Es5/еwy+ɭh4,â##MC ԷoMwR˜؏?d^K'azg$ler M$K3`=_#s:cJ+ƶK3Dg7o<Ѱxn&Twjɝv~Lc ~@C(l}zy޹򁽕~/6^}uq%:V>- }^khN;ͳHp=KA *f|< :a\6k"%}mik6nS~_;E8?F#gAh+.T.T.e]mxuj99sj#P4|_(le >ARtKgp—@8m16 aCd-H35-FtO]<+@} l\rkt )]^\ ^DD4Nh_Mo) `Ptz/B8^񂤡Nػgs$YtaܚGM|$)Dk_oB9Ba6wȉ9ϧ!,ֳ:1ûIaX;cf'9/ڄ+şj3 Wxi0ga@[bڠ&g<&Ez#}nMD~o)F\|cp/ٚW"3hDJ4NEs,HrIz.֯LZ&SBeum[xNz3\Gx#n`8W;j"![ Yr+r+B'PZK ퟪ *zlyg)CԲ96LPQ|ZfIh"hsNh20aiBNyj \MgQ/p2kX$v VJxoZp\@>bϸ45E?Ӛ=0șFX;͔L>nMU܎P>ShIWw^wL67g/Ai=*YL*Defydt_\fl Ql |k_p:n%aU1egT7Z\-+EQ7uj0 I U\tj6F0:ּ ~t6- !x'<-RM>vny%aSof $/Y%>`%Bx8=R)m$;?b%c Jy]gzMy/UfNqMOt",ߞP]͟W>tjr|rrѶVJeC]VC];2/ }(vM\+B*mdL`~fk=^K1UϹqp@|fUç|zRTƩB3~Wxr^$,:׾9YԥmM523վAdx+lye񚨌[{C?íd/L|_]8{W+di7RC$&>!t)Ym1 O'Qwz;n̸vpo&)3(u$K ễ淐'Bp)Ovh GUA&Zy&63UA~:g쓤XaN ^Q箞hNsl8OFP-ذmY>1ԩ乸Ġz3̳35b ]/jL"A42*/8C9. OG~Fr<*>YH:whG7!e~J _?= [b\(SN{%,c)<.WWTF@ȔoS*m@`}b">::A-Z4q rbcP+106ieuvIrGGrȱRQ>&w:#q辣depA;{Ֆ~oN!R !R <(m|K92T& =sG:m D: ?XP,RQ,' d9V)(D~Sf'cb77j"v5]<}ZFhH|#߫҄g?K+Jcצ̏U וOoߗtZ쿛w됞˃x?p{9lz÷R~Xĩ]7ubF~(/qp9`xF3:*Yټ2GV*J9U{wF̢I?xvb1s]UJTVܡ -4Gy:sY4ʶxSojTY+rs>3\$#*^VHڎ7ΰh8=E7X)Fr e;#Vޢ^]#9+!/z{tr6r$k2㴀1_pTec,[')#LP/Ӭ̛E Q lnv joԡŦ$B8Sfhʀ3C̀0p y$D@?YW#8q.ew 5I,W9J+Kc)LRؖ㘒/րc/--Mi3歊PZ֢Ǜ7tIZF܎bjLq['.'oa9ZDn['#lyTC Z&Q G 8;~e Y}=v8EF&P9a2uLaugtd{qm.={3gf3~@SQ7u.1e3i1_ڞ6\z{Q\kkcdIw c0PU'-eg+ -Ja!IRDjNj8m Qw_&ΙD}#ܦ<"{V?q]8aukA$k貣 XYnmXP+/^dn^v$.YiuݚcjfgoY|J:@ iE!iq׾ jq!Ism1zꫥffw0]-/~KcJ6TJ+J$.wML[GA+gAb2~_0 [Pz2?ѠqRʋ%'-{Z*!Y{ 39'I`:n1[b=RyQޑ& .k>ZSfK۷,[2Qj5hKIĒ'ĆQ>lTprPd!L妶"XhL Xcyk۟#Cހqi [?Q秴}fx<,}t6\v`wW-b[^6F.{Ahq8.W]"{zb0M6Es\i0DƐe]}qz?~JݹGJ7c#Kpf{;ùWxfz$C歩j**z/B')yl7~9j{/KPoX3'5Ƥ^iULga{oLp`I/!i 'JUEVo.  70=BXr1br[etrRtqٺSuQܴBE$-Y61xKCS.LvT(rCդ~n5bqJ ]lT %\Q<8 q]{&e$ua6'S9דG gvE@b%[ Q'ᰌ\SaO݇]G:qχ:qy$ UJʺ:@ɔ7;q%|L pk)d 16 `@%1В,f}¥Ẕj=*׷y#E8zdF9ZtR 2똘f s,JԷ); hm7/Ń졂-8ewFR8o2T# m[Ij>XiVyJ{ ~5ҕ"k-_#G˟s3~`(&wM6lOf"|ة% 5^8k2opQ&le>K< ETת1( "6I rGzm⽅"F$;5˘ Y{g<s-| [GT<]9%QU>$R=]>;w) ͬ SrKsq%?Y@"; ?;=$~޵{6skW"DúeIOv`8AAF [K|duf7AVDXɺz a ?ܺ  ZEfXD%hTޯ & ߿k“ LA.l ׁM:}NZaX2KMH05u GFC#18!\7^a.b"4 mת.u}\2c|/}kpCHia^P"*| #oPPVӿFq Z!~1Y Иb=7Cz$\4gOPz.uĹ.)OR;"Yp's(V Zd]M"ܻ7; %Z6#T?=s&wn͌MDB\UCW]gz6Y)fIF֧ۼ6eOS'/wz4? w@p3+`t 8=>DCUU/RNM!y۟#]'Lpq2%s3@1.x)  iyɖ$fԕ92vsJ9)i^%@4?Q gK#$F̏0UܗPJS|/E\0 EfJSy(p06 ӃA$Tq e | TyioIOOчjAڵvʠ7wtJS3ؼk%?a՚ 1旌%A  DDxo Xfb~ZHb[eɣK>%'PϡJw|U.58P-F(T 9Qk :5%0PqmR# 4&#h8y24H{wu~Y*4|%?L ;?'AбGzl@Xڙi-J 5МQTrnYBvrngYG RԺs Kt},5mf_lKVGq/k ηwH y @\-4l9#@ /8E@,;ᶯ$c3DD(B8isCYG|o*5a?nn#غTo| ;2O'4C|Uyzë5ZK3G?vޖ"E6`7D8uBb$Jq].rNd[m_; 'z7ݺFe (s>Hv VY!1^zU6G DP 4ŏ<Z_r~Xk(y`Jzg@F6GU)[R-\PqJ-57׃h.Lwm |:ZZ(萤9Λg?3tI"6O2]# RÌe!Yt\ƿt&c>BJZ0F1m&!i^ HTe/)w3,"Wi. x.5Ff n@@xӒ"d<kzc#qDi!6 PBMjvl:wB3ÝB%<J=mKQ2>מHfu"IV*W*OJ,~lfٌ] J`ly6px5dt׹B~O7Ț:b; sXeo<1dol<~ I$-Gu6T[8;~T9R~3[qđB.ݔ([ߛVʒ28m=0i9*;$`rRW\.0BGmoxtZŸ4gv7kPe1 DZjw;{ɩ5H7'8d&r!u3yϜ2ySbgIbP옇I\(awivDvAu_X b)&Ʊ7^ͮnj2vߴ ?Ug{abY7Kw=>N$n0z7`y`g6{k?co 0r'쿉[>X2_+bJ(QC}¢Oκ@o@]1Đ&lIܔ' u QpLjY0BQ+)TVVEEw@=SgOfnQ4*GncG.Pp;k[$63~@XFD.$1>8}gK"k@Py_] T!daa\O[n[ O Lyhrl.3vB4ryύwJK k*GL )bk5bXI]+Wqi.l])?()t.>'{ځ(X<k :`A(i0ܸc&!1(/D(cu¡VmUe8Vus ϑ`5n=HpvY)+rtt4] g&\8-nثMSj&̼]<*nXF }W8x[3{/0YR9tj,LK*`#_2V.:صAe=˭}A$V'8|EYjrPʣ [1'~eOO&H(Ǖ0o?Z9}U{PIMIALIG}35*D^!/nC)!/#CXD_8~Qm{dlx;Y;GFg7Қc> _9O[1O*Gˆt/<Ό%Ź=Umڲ5>Ӵl2]7`%>NwU| wI@עy\Bڜfl?4}k߅x3껆G*Dh\lbYGA%bpĴr5=)CF@dtƷ}>E$#|һ/3S<Qz?gy:aqD&V_ϲ4 `x:Ltoǃ~ǸIESC>4;F,) e]ãNmD\N?7١$|J-m]s +q &br^KFݖtGkQNن?p_|6 e{/V04(8J]Z~zR 7ج]l>/8k!8vHI+5 xNxN7ɬmY+쁼r<1z ~ߒX򻎖c1 Y+nu%XKPcV|(  oչv1%1)>lNH6{m o17[YaHm=B2||pڡ\h΀ډůE׆¹GY C 0;Mizqo=8m|ytT8e<9d  MLyDsR~R`!qBI 2f= XyOֵ]pRԏ1's])ܑWH s{0Mpyj8h?iȬu+z^p 5): M'|c "} ~U6FM5 B0t ɰƛ'9EIضZoo 7cϫβ,T84GHEضsNF:.uj)(PJsiD]^ޓC9ߜ5i8rpz4-x`|obI~sFC*ﯠB!ΏOUhAő egxuJE5YxA |nx!g0)O1X[{H-s;N:rBu@/`oQscvW-^X^Qz8mL`jjnrtsv{[ncOع0 YvEyR E%V=G[#Z8JcumD@2鞿/YڼW\ -BR\[߂ɜN4?қۉdl-&N6t=M%wapJILj+Ἥ(&%dbdM{z.uK-Ƞ&WQ@Ox00A&L1Dz&JŲxRZW*Kd[.A>N>LR$G ^"ֽȸg[XckŅW0LpSj;hr}$|WwbNfzB<GV17V1 N۳+);POD Qs@g'IfwJ ik"v&.p"o'P20Ë&C3_NX頮Ԣ0M4j UG.>} |u*a|nY?8" ++'Uki(Of߭} :'bPbac, S!E]pa^k]Wra[: ˢ43 jx rx!G/$@%YCsT+q'deſ[oŋcqP~˔Ύ0::(|% } (qlt籥\_\[$#-d(`R|߃־B}E bޯ&Vk>qjN~< Ji DkICS)Ib6|oI W {quV06Ӛ@ka2edM [6{X] A~,j rxuË ]~_d=y " ˭' %dJ1zgWa3C¸ O#VqӈeH5eS]^;*kР"k@WԮ}Ԇ,q Cy㉥"/tw Om{+azi ;b{LUUj n' w]G7;҆RKyɑtI`~әA mof\US"fn# l~~rNrH+:ۊK F}M{PJΐjK3(}2lf.TbEo;ݢrء{s EC`4Սγ(xZ}Vm3Zgx0V!Qq+i "X=;_j1}#{:D-ա~W2kVvP6SBgV1 3Sćc<_nX^ a[hstmłx?齦zD}]"F#$A;A48g/}Z9G*lք 'w\y_;OM̊^QM4O*3– _9ɆLbO-Bbk ~# r(!ʣ5D.rᄡ8yByNЈ7 Bv8+dN 5je0Eb_L1R|teS!_8ﴚH0v`ݝʁsjlaCn>I‚ n%NN D T$oeN;-G-Ș[jR_uDڿv^m@ZG-J3fha2l gɿ۹~ B4OS4D- ˻~AY_J As%iB6u2P3J^ :^?=yUԦ 9D&?~ 1-MO4w̸ܴĨmÀ%)I\ndW^]\I"јM,&H R+FQů)~%jy`G^ؑŒ/pPTUx/HI,,0ß5gŜn5w-2Og@R>,rgcMI"˩ sﺻ4Ȭ&Z6մxĩLWU[[A4uk |eXY{muesq[e@i,v ڪ~~írvDrrQ]課Ԫ{>3 B=Ӄqi%:j""X=r`6 g9VVQYSvu9*|pbD+ Q~!'U-qjazEiIKzrѩ۸jbD m/s o^쐙Z9)~-ukNhssl^Q(V_NQR k@_G`}Xt2K6GNh~%^#GTӢIee=,@นɾ2I8L F s'ٝހLw/G]4gN{Vw,Bj>⏙4j}s'pA O/cz)Zj cz(AD:Ϻ+_n'4`(V9ũ ! 1&S fx3`\dîlU~*VC"Hez#^YNE$Ú;y>8x4y=(vӪ;:0sQĢkQ׿F[w!t76Q=WmSuFAO*RoW4~ cjdJ Wa$T w6{^D?M@s2;)&0KKgok=tc0 *B>P؃o9q$ܗOpy?N '~'oE$b)NPXր+(+mh`]<>mER;׌U8~5s@;# /UI&sбFRa*麇ge)@wYIխB8(aܥ cLzk IVm8u}4lz0lE)*ހVïiIOK22tYuR` }qvnaFC}u##wB]{.]xҪxEA (z;fY׼ۂ5[ 1< /% Hb yTmP#yfdլѱ@"&L2Sgxo2^ }C 1_URSQ]̯s@[S;~fWվ2j~n{ G)OhtlH 7~+[k9sӥ(M)x6TB bkV01]b.=뮲2Tg;Tڥ\Q j$҄ (߭( ,:it8z3ɷBp"5Q! ˱Tk̞K9n(gĽ>FjsP^˼q0In iˀ& KO$(K4V7{pu6 4 6ZBt 9Wg ))đBX9&îCB-#c2qnS"0Mk3K\{) D\ r{%j*Q̅1Gw'sЛ >eV:U3*W|Vd~&w ( 8m?[@;5"ųC 5_".+l!q1[0zB Q޾|hSgTiI\ÎĆ#|梔P=l3C$ RMfkq p ܌}%W}(#W F(vDN3HPwPsD 9qqڶ¸rfC>:h ,Zk 0t@D]k^4[18̥SjfcDwQU͸frT:YJvdXF: {ٓhJ 5.k,;AiBۊceGaH]@$lh0]tNR>Y1>AS$I)}q|=_<4݄x^{e 맣 uVT.ؓ[ EK8r3[P^+=UtSݽTDvAa䇾`.蹟Mi#08s4l\>}niwcfg$Z{+CQ+%GUG}>7BGRpՂR??WA]tP3%z$/ M1I'5t@5(!QA@ugkJ^䠤<^CuȺAg>7S?Su%x ˈJb,P[0PȪԞ}X'ܿ ,3| qs'@[;^ &;aMx:SGJXd bC0Ο QŨ`nOo+W4}зs6nγ}j߹j<2{t ;hNtl\㦱« BgYVz5e@/vY?\ͥ7@IIp0Q' o&3H_1b<1%HY[8Ŗ]fʱ63B׶œ)cEyoNK 01>V"Ok\d  kTESBO (k eo\DV40<U'p!dyixftebq2^>#X7l䈐3)xކtB 5Z h+Cn=xdѳG|QP# Q6=6&s{,MBVR_,.2J_r-o=tl1m ڄ䋘Zq55[\Z!,;!Gs,H݆bK>19)xf<1>|H铩.2ғbS=nFpqvƶ9H(G~I_1^aj")o@D;*3.lqH}Md'@'tF^U\\kWl1@_Pja9ʲA_Mh ֈ ظ$2#=Jf`C#&V`"ִj,r}U_t\SdvNKR4s0f W^T(>YT1?8DoƗIO57[Ө m6gk8"ϧW; i&Q:̟(/_#䖍Ґ&e^lv`j)HdLUΤP@ f8z?gxܕ%V搭$5MyPbk' 5+/ X>4Swd8vf׺ /22`$Z-"ti-8̴5AH 0HQZ%*PMGkn&$|5HᝫMZ]B,*w4dA:() BGvॻyiIx8w=0 5C$\IC2 lBP1^ó\D5yVBt NjpmBh mXsՠޯ}ݝğV-%"as:}|'ƺvt3?dcV6E[7gкpc XeMmB״X֮ЋPzSks#SIt5KIa((/ h;3) Pe.<,+BB&X(vm9,Կft۳okAVxx}JXz`oVG@*$9n|5DtLRG8pFw\uHtTF]p]\xTLun'{o}6Bն `?oE&!^ae@leQ)H }HP`;+bub-صiRuʭsA־;/_tV;M;bM~^)sٯ1莁W9T5zO 9e~穄*Qz6N V`P!LGcYcM]PRd6~(g1o_\~'%%nm[Ξnt=<Դ./RJAs@بL51c^y2Ym7&|T TLa.!8Y|Em_=Tn`VT$UfE KQ 'Kt[Z7q =0{,&LCR]]-عrٔ~쭆`e3a7ɏÜD)RIJ :͛ T1*of^$;5Ԉr-؟̿88R~wMMpqa:J{88rd(\{*8;g$cr|ʜ %osrI ӠyltuCʄuTR_^%Tɠ3ᛒx4Ӊ!57ҺԹOo2_ixip!ƾ >#lq(LM}8|Z9rP_8f o9Px/I1ڽʿLJDx.>w`+/nlf+^ mJp)O<=v9VkJV2/ItDbo tO)]Ux`Y Xjqe?!(蒃xjq[͆<{YBq5Z"BEXֿo%>d٨:ǣ$啛`}daKEcڔ|/ELs"18#w,.qs.^uq3&9VFh/TQkMa~gz{ SQ~.n7jHB|iҒ &YUT$.DӻTʐ$$T@4XkV198EV\},Zv\^$B KbEao SW(5aavj,6G-ncHectѤ^A]NZ5(8P H^B*y$'$ gMZB`iw#0Rɀ6> #X۶azv3oDݚMwKX@E}d!XuAlio\ѶyC\$L9dʕfm%m*Z\^pBQ(62*FIj&̬\ne"bC0zW̡Օ0͛tܲ)h!.[_Gg" A1v GKs4eh}|Щߛ49Q~Soh(h{1r;4O(/`)cِo5cILœN6ʟ1+FfMZ:›29#ĩ͸P θ ԛ ?\FO>:0qBNq E?,;E4 $XbDľ-[-uz# tBSAOܵ . 0u;qܿ.E E }p4sQn9:@aИ'3i;2j~}C$͖LPdCJK"s0t AX$tCqw.==pSӣ T-KќdBo ^6M="\\5ݓ5}f %(6vSlؿbJNU)6BK.@y`iYi|Ԕ^nh:NG]+ɲpŠ3^SqЏUK!/T{ ɖӖfPr2C<5N@=)MXGU-DqRJSY{?sDXC:7R&HJLRmlYSkKג 8@ f}AV;l)&P礧w(@j%,qɕ!5,E驓Y-$ ;xUq=GX5=p(^ tD/Uhh]j'wWƔa߸!|`g)hr(P8)ei ۣv l(>eC`ͮ30$ #qb`}!S ~/H3ڭs,rJU1\)j\G;jKWUZaBM7 Re'؛XZ}KlI+1 ?w#/7t?s zWs̊ #>1Da{)LZY= =W1`l kۆ,WQ[K /;Jo!e]]sJ^6hG(+tUgEoUA b#|r AѫTɭc{늚ݡDVYw`U!u> ɍJ:7~U$d7,@s@ЯE"a{mYBlм#^^W)jTjIZeoJ '1+<㯽Ɣ/K U?u+R˄Ό4VZ3xd8ɦ?UۗQ< y0Tw2= \T$lbBkhuٕ`l؉W#b5#͗G/Q#LOEdgB5㠼xH|kF \4z.Nٗo#O NBk#kG6ૃ=+`99vWiB 6tH|'ơu)[i@@Dx)fXΦrWR]pj)_K 5&,Q.yϏw(va#&|-Ch+ F$0kf'2-Hf5X+̭T&>#~Apd56B_oNX*O$[ib<*|f̒bw n"{7زqҗ=44JJ39v| ;pS{{wx'rPV563sꂋuuJ=VD4&W3A6&V AvʡZگfonX6cЙOUwbaȋВm:Sj5AKr?@jdͫ bksIRӽa\F *02ޕ9FA4>lg8[fr(6#EQ٩9UmHtS!+{t@V rW|+TЄt.I'{O%~bcGUub"GjSq.}<_{A< N8li kK&pb)ƚ;uM?~-$|4fwK:VEL$SI6BժӴ2qy,&hLtLig)6`|F3[8[T]^ !fsQĵ0ݴٚ8aK&}R\h(aNjKI[|hQHbI*S@aX\g{n @*)_ ]eX:k5~>Rtc);dLp.].~I3U&:6#>/cnq1~wPMwV%,YӆX6[BR$0[m)'=k6QZDp[ϊHUʦ4鋮GS|f2e~:Ugےo[[A8ֿ /ڒ,MB>uPN9Kn@ef@$'H+,0ϒ?*z8بAB2> n>kItid9^? YmGOhjAOU؂٦6tw~rؐAj`A#P6!$”P&a*f%љU@ mLqG*!hUK3 N&Β qZJ%F8"brrͅF#aI؀FÑ SOpPDq3t} sʩ iCi0 k h~L=m([fHT0V,CVA7NR4۾ٺGsf6 5HC5hRdxl>%Oll~N?Añ}[ZQxi}bZ{zj̃=*7y8Km_GpLD0# r)nfvۤN0dCʏxe 4tYZ:kjMh% 93T "ړe]tgam/!p`w̆4(A O5z țjgˤ-3ޞZεg&vg6A4ȓ :R.IB wz^cHDjo;*+;ou0w_7 r)fD\#hԞTQNjmGBeO%FL3drf8[QEIK%O=JX?lv"6hWwg<:nLS1HW1yJny" {{4n쌫f҇Z zA)|:P%_.j5+5i*`5;&*2ΛV^+7LFǝj&A}DW7ޭ_( V3hňZuÂ+{KGUtϕ#uaPa{-g`Ȅh٨AXC]ho_wӢ2;7T7ʘ)-zfich4?n7w! YdZ\=tssS֣ zֿ7NFF.3N&>\=SK|~w0!-Fй96Cޱ`1{֗4ww?qR !ԘF%GMҩ#w0<1v ֫Dڿ=5OGA9%ׇ`ȟ#'$(GRbikiYa kkW)3@OEqR%utwiCOƆ">t+c伨W7NRKt. 5K>W 4MBJ3|qł8O%9w4mz9c'E}L֍Hq>ÿW,Ϫf8ǩC!4*<|).ҙ]uOiŶU:?s(%#v+BN9?u"4vIy6yS =J'uLkc9|ʿAw- }(â{16u,\"~G3M)tթfbCʼnIg.HSU)D3L&VˁSːiUyFl`d<13ݒW4SS+/N뛉3X!Sw.c-oP2i*pIV: DBك# 2.Er4@kWE?lFM aKyؖ)j,]S9C?!;м3g v/;bϡH!Zeoϩ[ `kj+1'0g}B =P$%o\DјD]~Gl@$z@ [g@.VLA_ʾ9`'j]'z4h+.Cյ ɑ*;ioHmL0&^ +(ѿ-Eb:&Kr?-+=ȅ>Ng8h^r2:ݚ&Sxi= :CXgwC"C0`jqS%&+H`QKh'3*'_fYQ3eZ Z~Vk#_E~Cܾ4yM]["O mr ȧGhw<\K㬟?YArbI|ib':#bthqq]KmT1AÛipvZ~hwV1Fe Zk6M/vPl 4LGBN c gy͢c'*f 0ȧl(uEiJd*^imDX.8b-_"ܨ&~ UZr⛮L!qYEԄ m1ꦶL"~ ! oo"1.H*f>A:ӞBlQN`.Rs2l9dOrd_k(փS(j|7j,:Q\>eσhm_,$Z"A<RhƼ#,Gv8_/&8ߞ_V5;U9;[xmo[0۶q? C{b&/rfVD%L@п/:O5М.^Fi1g2ۙ!@):{8mƅhba+0JztXK`V벶;b7> jػ>beTgN*JIu0dl=T`AyL1KpP3tb>do2D[ND'2ةQϏSwӹ>Stuswx?0czM1I%wf{R:*o<϶u#\V-Re S:Mh߶ǠVS XIGeazΓUl,[DB]Ce9@ T@(]X37b# siF'=SArrwT=|,Չ>O?ckIh6c<|j) ,%bn*"þ7 U/T[ Gp`c{5Y֊ xʽSc4ENQ]2&.H~_5>DVwEOPy7-&<~+Y ?8٦޸,Q_Wѣ$ަIŵj"M]{bh#z{ߘ T5A)Vp@+`A,xG)&֟J+?k]Ou4Z୫ǡI\U8pMnnM 6ܪX1t2M"0ZwQu)ЅdqML)gnPqRe:ȧ"yAI|5&<} #:]@nI"%xkˢd_q^ZڸHB={/pBQAWd7To~''zQNϯ,41O$—>dR|"`d0-#Ζ֑ohQXZa$Y}Qc*T1wNɀibD35@ s nbΑ,,ڎG+~iDIVU}#+uq!7ewF/; ȧVwDv{Ԛ(tY*+e^_@TK"]O=mdvV@֌xPd]a،\eev fф>4zT^\N ]c-AP\㟆󱭖Uy űMFfd.qCD_nq3;*˂% (fL;;B.F˴㕁TTbu'5lcoI%<}z먅_śbl $Y#,B -#qȔzF(_rG#M~%)a3,[͎>i-^}vt/̉A7or`Sr ՟ j[B!զ2&»&-0|61:peL-tq>K~tv%bMvPVHH-p#a̝,X]a@Iv[XΆ,5iAbmrU&_nw3/u%gcȳ#(Quq ft/?Yڊ([ϰ+#pow5rBz}lSolXp/mSɒ0 wML޿?z9)O ;uSpQxk;81 UJBM~tnqJPZ98sp.|lRw`N7nS_kDsV? lb5d{B,_xVBN8)\32_ )zQ:9%ʍ+r:W5P$T&.yro%]K3A6s@dqB{@Xh79>ڨQ;س9 ҅VwoHxyT iItJg}l*zߘhްmv?ڔ`%2_$GC`F mn o!K}^`յ=YQ.Dܯn\#iK|)eHw:y0+&2=KG)@ݻGC7v$oX ۵Ga <ȋM.{,QF'  '%̑mcƅ{??х8&Ki.qOE.i.ݑ`a J2<_CNfO%UI03ݍEys]q,S/`22RdCiQV}u4E ĪBQ n3{â'1VH?|h+P8|%(w|@zOC(xt>c" ,!ȗ.uPL VPX]\ᜲ}ZDUOn  XJF†8 |nɉK; $ o#sw>$=?EtXs/tpGUiXcQd}i! bKE'İ7M_b@SO ͘^} /D~UldfwQ3s;͙2نGof;+bȖPR5_( 81_RSǏ uZ!;/7m0 -pT #p-r(wo,`a~YJUM^DsUQ>OTQ =`)R>xNRNt9IgJ׶nt%+rn{4?_R8m|gѿɣp1}RBR\M[®) @Q\אGHM K?mp`3VMtV]'R~eЌ S"cci(^vʘ]}X)bz<>VT'u01Ñ)RXl ^z\3f0~͉ԓ&&D8ݵBRHW 2⁚ QKk >V&&SۖO𩖢ϙCgr[0'L,P $wޙ'KW7=BNSr|~ؚN?Rd%@:UJ==̙?''yK.=+)Hb6‰V}sJq7X=vWaBߖ(HܻtMmK"+O&25Hl8Z3 a#á받*|qԔw`cCYOЭrF@iK7[LpzO]qÙlV9ٓ|={`QOǚ}nhj"9R7- $F܄(|V!BI9ҜR )VuALIjDEMjqK"=쑻 h93T9ԛZkJI5$oa9Ny-/\i! Q$pjFj/DjiM!e:] ƙ‘Ӎ|."gQڮ7%1e§:K!DjK bG ΊXjp_RQ64WY0oO f u^f 򹥖OJPnAS,&,u*i#FbT{% .zI*! q.*k5Hui`)VOyڡu}fֹjT&1t~54ˣɁOF/H7@SV+yVmmOrG<;ͷ9΁,Rc+wk:v>K1 ~"F6u3^t'9 ! qoaH:a5Aʎ܏mݢPz8j2kG!%Ȣcx!jXjE߈i]JHNy"@Rz`b\)d&*&ާ.uF^3@iquJX!u_֣6f;6&멫Ŗ͘~ oMUH.L^``h*+ըg&&Ǻ%,tnӔ0ȕW (z'@tluig ~2)ma̎8!p!KΞ8P< BZ*"W'u6?%q1n#ЛXlJ,|KVK9m*GT_5<.ւz32٧'>ɃGCs'>VK%~aݝo)5̼§Bg =Q+Bի'2 kcQvC|aǂrtKrҟv0:fe&'ȼW"O5lEHaY՗gAk>eb9T$N?pnDYJe >!@ZR{ s BBVhN `PqػOyR*~W Kp4͙JY+ G1am`ݍNc"0=JA;k%ΑT'B.rK5~pJsi/JG- k]pwVSrMCŠ;3mȑhc|'͛7e!B >(6faԼѐ#9EHj;1Rpu|.Yj%۷yu4|YZm52%EZbysWDfm5 cmRRhN;S5+܋[jgS_⎞R[xb`B˛Ql<-4-]N|&$t7`Xsn0ر"ȉS"7.Uo:Lž6o#fb8"uk/ _kD|d0EHȠ&Fӳ۴M{ȲJbGq=iːJsKv~r/B~?fFX_ȿ8JzEV.bӨ(lkʭ+ɒkR K;^CD`5[#}`F kF(}O&sX|kE언 f{̌xKSf*23bcPY8g邜:%X Sŏ+2b)+{r=wmyyaCFB.m<w*̊L1fX@1s9{}Yo߅w旕/P#M/&k`:f' 9\:upԝ'HbOfý-lzntx{ΙZl9}Ypm֧I 5!#u# $f*|+Yw 6!d[9a &LZDoUѻ5 DžPrˡ +!P.1oqrDJ?uImSu Zys90/ *.Rki* ;k$d%٭{.8Ƽ)=clxB:Y"!"6urv'yRkcd1y׶ûAp|* NԱ8V%@h-UZ_bދSKm|KEt4]MeJx1J )0Tl:o3"⣎qj'1=$z fEօͷ <\oA Ul*ySTLz۹o[AdYa3)>MJNώJؤ]Y:h 7Jl̮m>㭫d4Gқ]7?"p@{A_?uEaSJ'~5&Z;t4 :|HQW/RA4-zMC0BpFHıW!H H+*2rh+=(3yZc>)|8{j|OT=Zs?G#۞:]}2T[$2$qV҈⚻ gaK FnX ^W#`pM[QyJ ]ܻLa4Xke30UՖ!l :xoywHK` UopvdA.=ziP-$k5un:cN5ML5O)D1n\,%*HLjJZ1 ׽?"t^y [g q-㱽i}&H!Iob@bf2S"\_d@quqE2DpL_& d|kz5B?HV-gH &iIQ`X .ߜ%J''[Ӑ,҄(N]d;ڊ؉4Sx˄4n/zYSma3?lviK FV/P#aL[l_IۛWGQ;㐦RIS'/'ںw"%*sË26}tM{3 y`*Pt*dR 3m3~ahKtIQeúxi+bQ)l{s/Hje l@H ,sXF[BO T)BB^kv>,Ȑޏeeul鹣 W/PYiU2}\xotqJQk]ӟһSQ"[`wc>TFU h  b|['$h7ܩ*~ߵfLApjs \gDlau/%ѽZ.1y_9/#OBFC#mUul3 deԗ\fe>;9u+\JyAgpG# 4C JǮ2y+2h״/bЭl.1/Kڦ3[V~a4[juUL)֜c :L[i?mr_e`N|#C!td2xS#d[O1#=8e#~{~;B脮QimA˖L>Ppx.}8.FљFi8hѨ=ã[%݃\ @Ƕ-9-mR} );H~-f -Šy񴠞%jOAcW`}P,=='r$#_XkI/P|e6"w3kZv0={Tf[d޷S鬸UGeܬw1和4 d'g}UOd+,hs1jmY2K1{C\F\&܍-w;59N;:5+C0i[cd>C&Cip{f,\[Pޟ4|S@wdf{ ` x~zҢ@2QfT5zdI b +Z3\~,|SpXV˚x{8"SNUYe+?1_bqD QaqK bߤ2`lTjffr057m=fi"l 0pNdD@ Md!ҭ78x|̇?X'N dgcG8;-\k F<(l,]Ks8"1п'q#kR/ 3LesZC". !Gajg6;F~AͶ\V<%yfJq8Lr 3#<fplqc849Gnv^FƊ^+?G#0NOqӫp5zG+Lxz0 “S[^! xo/!_=b@8\`"QحhcW%UJrn rɷu3&FSKmcIkǛneo8yRJ7sT!Gѐ_ }c^ ږK)puX94cFGO$/kI wk R2EZa5&U􂪪t%mA%:$N ,OQ2[W:vSPU$VԂh*2S$M=Qqn&25HֻF31^+/#I!}} !]kLGu4YAO53*Q\Q 3w=m^zo焾Yhn̈iϖNP/-1nM2R/?TCBi+=A#UŪoNh`w(pSm{1J0VcAz)j\j v'fbÁ$>@gÙlm|zV;o60f*T*p9g 芍qq?j ,+ _*V:ftA׎~KbdLYh:&S8,eAX_9I*gOCo kB'icz{Sb}y=C O~Ȋ>K¤Tao]ֺ`s(#mU mf)oYLU: /drA2G>'wqL/A : WZ^6'>ȶ™ǽe8F#7 t;h7j )AKd3n*f(Yz_WrP٨)̴5 'a:T.lj#(iDur =^Ӭ%Y Iŵ7l4Peь8lF F=p-:=H!#meT-`^./%uܝ7S]K Z.F,ɾx(P2u,{ EQ͗ LV0"wGe#Kc2"*B7Zܭ\k\xWY;>/+v+44=rmc"Վ F(%ԮҽX8y? 4EwkQ$p?.t<'^*L+WKv3Q#ok<#?$Tk/0[y3kmGpVif33P:M],ߪ.j= ~~Ԕwz7!lgJT]LwnƊ9c:#%^L5F2q: \ Tpv0XjhG1 &&Φ́^x.51$&Ẩ[0Yl Xdx&#ImmbClzL/1iv@-0Db.7y@@iϰeyq*n<] MOkFaEbᅫ9"3~[͐ʼnmBYSE1z\Bx6p_]Ȕ҆ UW&|C/_@vϯ 5 QhGй\FQ }*ROp"o)61VK >E) -؈~y߮ngkL^sAɖiLn|.3qI6X]lS{kF{EnMbHRV]EWsrJy:O5l= S2à:׼i" v2q޸uglt'wrYAF) 172M 죩ACSP ;}g=1{E&RceilSMkD,( G6[<`cV0?} 8cE`P]{6 /*ڍYn@hޡ?wu0 ^CE?W`90dm"ɣA mKbt!B#/.f jlb7l1@$fW-% ʖED;A,u @) _-(9pDjV2Y|`|AMM1^d| cdD1~>c1i68ri92٬lnw#5:yE IZUbc`$> Mzj SI): ek}]J՚ 67i> LK.5Ng9Q `4z{V0,t-*ucR6pz"q:8z 7vSJg*kK\,HIϯt0r ^]Sy"%%h|L|6}aVU7*,mXWMeGhO2U6q3HJ\۝ُX:5?goKʗU)Q- 28XeP6!wN mG4֥&XS$Tӂݴgr5:$ޣ5I[9wCM&g>} %]e鰍Nΰ)m e.((vfvW d;3*+޳ vG\Q>g?NνWm& L6¹.wes> [mDAཀྵlE `=( Xm<) ޕnT=r2v/DZT`2?h&صԠ)'=hlEkD~ciEjZp%+Xrm"ju%#& S@H-TqAVŔF`mģ4 }{/QDLkH /z;]2k_sa ayGZ:5%]4 gqb7k lܪ lO@*Dkl}&%̎m=Ȩ0TWUnm_LkO>*Ծol7E~| @nn+ހx־V~SӦıμ>3ZI b^[xb'\V.`_R5] eR\q - s2Z5>u nv_dS/4-Y7?28g`SiN”0΀+g0WICB Vg"2ghG}4]߳P5*X< l[1Ǝ톨,SuZmt&23H M{_V젞y>?IrgDTʂQCntٙA~y\GRΏ~wjP؂0暂]fEqGWXI{N)H|gݓ&=F$0 +_ec:,TTxggTvD쮤\X;N75E87$PVSSY$(ī}M)]\ e8AU[#}^m\S  vsݹ<4xHkhyڟAj2/݋Җ Fa9l쑪.X1n) w7)1LI %s׳A(Pr.6ؒ;fՆA x$C'8nvG`\H8—5=X`ɽ9<_pm k;E4:[n뵳j޷2p69 h;;w I8H[j&%Iy4N}펙 s<7,z0GN:01sUw葪ѶⶠmΒybMO{fțef5 `iNV*KfaQx\S2->r9Y><6ŔU,WL?umv 2eAW\jK/ 1GQ m$9,V!ϰW*{8}2wiJW`|_ثZ0q#AbȊp0uf)}GMbNE@b1[YUQ+e7R3?0'cD?'A"glO.}&Sꁒ e!Xp)/ C"ct*;m\RwI(M Fu1QJ;a@v_>/+leT4PAk3fIˀC{&j۠ݵiKLG+U+E^-08*V-7(1G&Z%}`~y09తȭ) GcŴ_pC6 UZwqvR[w٪idc3 Sja TŸXU}L07jF܌kÜ9`4h.F_45`΍s30.>xwPї]r/dk3s>n 5PVYErZF-eXM 2$|^ǭ -wI؄Y~]t֠ F9wi\҉DkeFEce#/ecoDa;Kgr=83 +n^V6LFX629{(;޸`v|#*M1oQꞠ'JV"8DAeGPӃ !O`yIy?aB ίr) ;2Hc5r!)J`:A!:HMS'ŗ_iy﷧/[z_qJE염n =X涮nbXFhL:_w)ɇ8U">=ok>tzH̜_EqEŝZ =}/6؉5!orw{&>*tMF+R/H6q|QM>`,Fca,;KLbñ.2l}Z U^A_"Z/0Gou ^r-|yhb4(vMbǏQJz8S;"b;#܅+o}+wdW1"!сWA\/Q@r/L>= M` P6r% ia52]&穹x\h3*SEa ;rHiSlLͱ*_^3\$V.PɈzP$$+Vi& (G& "{Q)Ik3(Au֑.ԔBmo(2Dv[ؘVkz 2ݼ%$ Q I3}s%2 /ӁT'HdKzQU%"yU@41ToPsK[Ǖ ]*-`\6=ܩNB4Iȹ>f?ft;o]; zӭKF1rJ?c~IA)bt;aO=, T:c)AvJvd7`:ש2U} />,46V;"쓊&3&]JjZ>tHv }d_w=øR, Rᡸ7"dY? 52IA)"<\|vUwOJf@=}Ek2%vG{ pw$ E!zߟ-j?(w9dAx{M\&CZ`>*pwzprLWchICW!z%=Xɇ8HX_~p|<+2Tf| ) ő-Qt"r_<Уadh^>{Ėl@8rf<v%#GނTCជ:2za@xT6x3VRNvBҎъqsW^j24;{^/-;⟱}d:v%h`6xp+m4pz(Gڭ=O˜ZY*W8iK>t@hyAd H ]+ i/>~\WEPPʀn0bࢗeރ*)췅/Dr+-݉^^*Oklr ewI<늙WlFcEzRB(t iȕ*uawsj}aAd rA <'ݿ1 $nV ؉KF9b4&+s0gDenJy/?نA8?<*ﹿON`G Lϱj:`#dX~\qeн^㾺#z7;7ߡnYrBt-!B|vfά i ;6ZM65'Y$h;!&㩙FӧEmL)s hU|uVT)M^dm3Oeop=t #xMz2*$fMQ8>_c9hY}wgNxx%f C IdC0wҬAR'ڂ 7!G.vr{ ~ f[6w X63R5ǯUN*-JGيpִ$mjfhSf 'ޟˆMc!G! !q$a_$E(_شW<!Yi6rUdqF 'Z=?%<.X>܏A:9 _Ӿ p0Jޙ(3k- tpF3u9zR㶛Ce'RY84' uFAxK2áDtr9~%@Bp,U{ ?EC߂64D}^^gXKXPaSI{҅KkDi7==҄ dPpJgcFo+Ae3n1 K^Ci[T57Ѐ [IO`S틁k*_J4AJ |y'@dE))"0c7R@C'zJ1d\Y OSeUӌY@٦k{Ud$>cG3Vb TlЋg0.1u+R]eE0dp#3.5sK),b!m=FN}o3+"r(UՊZySdGG}޻1{;=H׷M D@(*j$7T'ngd%,cֽ/"% ?U׃Q66 һѫz s[5C6&9jze,V2)D.0ENHHÔ D1rުpQX5^Zov1B#38"+&[Ս>>g~맒y;5K.B;)OUyvBZ K>o :y(d>qVYO2EWD:)}..4ޚs- HnCxuMDiv"`EVWH툧_6 K$j0bLGtHg;ϖh$Ǿ`I `q!YdW@}$o.4rÌoN`toy! prkoG>.y\g2t$դ+x"A3;T`\H/=~NynJc\=~/_ ð0 Ip wNo/n(o4Z5FI\#"/H(lE6cR岭Z D*,mڭ+نu)|!jz@3f`A$J<:@L,k,ZDn?K%z,+@ )Ka768iz(pF SH=P ߊr҈rGЛ ]݁hM>dhťӢ3 1r/|[3"yY݈$vFQRɴv+۶6@g6G8S+I戸*<$^{= #415,ED{u9F͹J G,`| \qY*'sy%M%{^TCTϠ?#cf 9,FϙyPk9/rY7lVlD0_8+۵RbPbT)\V艝Fa?A6`WH,E>b*jZ*)#W"qTyRIm9o Cfg{lybp~oA%0P!Qg .a^k1D1qoV I{CT^Èo掋𮪵X܅*1c/Zd exM6ܺ?;%uM*d|%H@R8M0|V+N6 W-q.z(@klDң [͛h[#S4H)NlS?b S:! .޺1GV %v+r,'IPa : gmSb*⹅ &l.-3S ь'w&so0*;9:E/vNsVkYFj9D8al(]ZsgBuFi*%zmV83D3aX/Vt< fQE[lt!xNV}*(7Ϲ@H.3~o#cMp?gKAӆ.Ye@gev/vAQ~; d6B֛!7g~ X 7O޿OVVq/JLRF2/!!$mdBG% wkLAC 1@M?ESh jwepĿvAGpx}Qgj. p~ҨɫB[fR҅/tkR DÔN@Y>uju$ʍ|qW6S+*a]-"87߀9.װ;(NR3鍭yY<-YȾBME9=M L]HΖan !\3%vgQkJ[~;K':>]d & 5p(|q4,jS L%3x|V2SyD$ +qPy`+ا)ЅD}O*كy|R#0 +gcfN^V8J7 .oç"I "8ud`N,T 4?X3|[6o). RIiltGܛs(/1_ AK|Y=q}W-o]_ڽaBdAOyٯۣ4l70~NwnD ;c̘/^uM(jSlHq g .z"!/,993)v^;]Vw"mc <@@fꓗ;bR<\`\ysܱ#YV~25QhsoJ~mh*oǦh C6/%(0%V3\C/uĜj7Q=K`PABݍg.eMtyk}<Ж'zL qqFGS}Lüi=d1).gIPQ1s]Ht9 @%\ȑ):pߌxXG]uZ(7[ u4T8rRGխº'> uO*#eoFLG%MYF#yE|J j6 R.AU\/Ψ7υz7QÐbaܱ㔂JчH"dtFL,=sٴiJLW_4MEuG0ٻ:c-Ud?BߵCtDfU<*K]O$f 4~N+px\!] @^{fV( _3WtN"YrCCr2(<'N8G8OXDϑ WWd Tx|4@l 1vRlNOc`JX n.2!sY;A~Ki, Zz@O"08lBۃ;|gb`kSSC7kqlx U5ҚOv4VGxGy)UUixLyRkm Rah..D6֏lcШgLbl}_TA2<]vi5oF B\Y };muU#+۷0K< qGbB9}>F9 aVxw9tJxhu%cҬuibtyγ=(J-|mͧ: :} "cZ<9CS 1dG)ιe9E(Vu[7 H@'UbFԶ!#.2|trK9MќWuFveCg>,mlŨۉG+8IZ.QK5rcu'`R#q\7kZj9KQ1ŷWbP:;_|r5/ҜD\÷$4^y7}hǍB,&rKJ N37ӵ/FWL'yu V4Լgr}Eo1!hLRz5:DqUv^^<^h7b>_2EFVm#2ZFY;x:)?PbF3 %XΦmX;_d? ? "TE7:'1{TkǺ^.lm?N0,Smqy(^s˩!8nPJVԅE8Y#`@L H١֫u"H&l 4,*Xz Lmw}(~CPG!%r/ F`c 1ƼY(fQSvˮ R dDt>G>)[U7.`_'[h}d W LM_*%0İ~h\UXU;7o I [;-kA)Ca.wƅJ.ˊ|O.s=NҰ^iXn5]Lh @/Dzߞ@Dq;PN 3hT{8*pXHj-!ylN#uaiiiOYe)A.G|4KƟd ;s8 t런4TS( 5 e; bq#v`VU ,n 6);8>y GJZ.4Âkx#(gZH܌i3 Pd&j1ݶW|e*Ht qO2PqE.71u6M lx`}Jݞl#8Y'%=5R&RY5 <*,=~Uҥkmx1!1XoXeWEsof8;Q|?=oq]n UH 7mxwh?{$|N>- ϼK9XJT_"S1 m߿zϘ>~n%MmoU[HHϾ¥ey^U! A!ERAWc B@o*ZeSi}[.X];+=Pܘr(oWTW9ƃZy"IU p_pʨmTΜа ɑx-|xț {dSJSD_9~} ׺NV|$~ TH2NE`MQ-ߥkCإMڟϪF}(Qe>%ҝKȃ׍~"reJ k "ro&>MEkϾjEa5Uܔ'VuE~h놬G6#S>̠g+֝ͷ{!SA+'Eh6uWʆ !~BP@yUH^O%;j[?\e ƷNeo- OAy6c*n(6o;|,h5 q¬+pC1{C$q|N,ԅ&[UE-č㛲k14j^, EX ȜJv'd%A4ݟsF=ic6J>A=3{ݩTHkF.6zؓ/qe A4G}B5m:+Q5I;r Ͷ,,MUA4q\CVe^5R(7.ֳUbR4ĉBZ3 9%%l9ȨP,B+! ֦ˊ{M̙#y8]րW^WAx_>X bRe&cV|1Ck C\Yhkp"u.ǒNC||DPh-sSx&jtN`)vRls}qT#3|vz;}@[ЀgkzedhYXg ra;"WZ%RvZ":i-x^^ƣ&OqАe ER" d's~ ʿ˗|p$8(2j?|Hǐʼ7t[x&CIۨ5+BUڵ>'MǞO{;|g ÈJU ^hm1uqS'r`ѱôpH So{~:%@(:[ݾ*8ԫ#HJ J[\ NB'x<2..we,!t: H7(*{X/HЖ.q0ƿl;)3yѻai.PT\GYLUב(shaWdR@WYAB)]}_ wx}G5|ﺈvn#7qaa4Kw[c]*aa^ÔrLjzcE?5U c҃o{'?1>*X. i'Jv$>`o{v}EHֵ=bOޕ V?k"+n6 Ie=!8.TfTX! vv=}bo@uuc&'@!,8_rk1g%5kU$(xRA1 塣YXZMi]I@i>tD*Z9x?UjKQda^N-b|©u[>ۢRܷW:i5N0PmO_Կ2vy[̸gvz4hifHZv5ّ8֨ ň|*ˤ4 =@fqzAYr_E ={oAGtyzJTLLȏt.*)AǏ 7x؟hJ=ّJl ,0Y;&"/B;@O}2†&=q(솻Vm " #(ij( .W$ }c5{̟iD6|DՕ{b\1I-0@qO*~"nj'z D4]5 G )nCK}v ^d{i{$#J0}B5 =I/+;mk<̨AqƕT}(pj-1FqpČ*J+isBfB-w;[#.al-" 擈b ^X͇20=mio|]?6EJ0ߊ Hlt6ё&!F ^,PU(K_#_[]#~ˏ Q.%A(@0YdnW~۳PaJ ̑dO&~Р1C5_&t6,,e~ayst|T~"y3[(|x1 $v \ gfOs.@Il2m,[ e:)4idH8n}qj%%a{W!n-;W^[?*ET?|6f LhX{5ld"jү>hǖ !n鬳{tZJ@&Lk.Cm61e gjZĸ @TP2 /T j[V)Q>u>Iݚݑ3<-4Un@ jYt؂}'9ruK}mZo[&'x=&ܶ}c=-!ۏʐ'[rmF@qUKC.Lo* vkU|u'V3D1pA_Vϕy[oD@f)i/ M,+X 8U3y!i:1-[.4O(NכnwEac1 g?s5[^mDhrXKW>&St3=ͱX\JJ 6L>4DnxژI+8-xW>-- Z /W*g-~v' ]fBU^s+n&&#*17dTjF G )T࠽<>uL98b;:i" @ JUc/dDUT艽n?tٹГݑX!sG^'RR&0* ?&ByX3H9N3r^2 r^PMge-`Wߒ tᕪ6 4Fɿ v0xL!*\'F\G" if{ /jgt kjt'4PK l1@!Z6k 1AlP 7<ɆQO^GytwfsE}D} P^Ei"bO*a _hXp1ȟO{/ ϣiAh9":Q?̈́]s4rpUѐ[=E>?v;U-@+|Pb:o5z l2[ #% F a_A,.K3&Ƿ##Hq>z *-yy7-o^wLcfOz$7g PCmvݰ]C"N 'OiПp+ F}e*AeV5IH2p(A+\zR{!rΣ&"&pL?6`}xPQ`R3'6 SƍcP^dC섶- MM"itV -){L)kJGڐ4Kux(xH'Sqo *[r=!εO);My'MɴOmSTq ^*?FS\B|_KQqª&$2,e5<45Ÿ0X4} Ki˟Th?gGsOmiAY{*_1T$ Af g/*Xghx+t;4tw_MY' Uݴ9ƣ]ڍ d`~+Qe):hPZ漁zW_V|j&0g8"!0W-bJg=;" ,ȧ4Mc-tk|/LXM/`C}$^eC% RdbrhP#̄t&mѭ-\$;-r?Wʂ`C¡[7)^JwwWVk`Y]W(Y9[$VmV~ϲkUVRYxv9*d*YQeI8>QU +jNi%箨{OsVcm}Ӊ !YtP %VĘB[d˵)(ߊ௬?~ Le n{5X >?ȍ.@͖T˵S›>Y1 +j7N?&g9/͎I "5 I'17s#9RiA>Qu)4ՈCJ`$HbSமw)rr`A%EX'ShUk57&HyO+*j13^v *6x|vZ*%b/Ki .0̭}BgmN~4Ȓ^IJiӾNpTJOA\e^Gy1HJx?ļRR..Yp>;ͭĴ-&V4$WX@@dL=Yb!9.!XUT02W빊Lfu|Ueh vљ}wY`V,j/P<zgi7/B QjbuF [umvtK!Rʉ1^W»'x%['̈ <ڂ8%c\ؙX IjN ADa/dPxߜ[48y/ VT*H9y(^~lf2NLw@`=:*Ip'588M *rnZ؁  4LU )c.佐O:Eh覇 2qH@kЧޞچo'KPH%N.`BDr~޽SQ> UF"Gd4m_+^;6ơ-W h7\Vw6gDlY="ܔe߼Mٱ&gN=Ȩ6n~*h0N(lKBefڐUV6:+Yj)'mkZHy:ls|Ur78p]džCxg% :CٱyaQ+`ẍ́LǕD&p5X]vAe(s:i+R?Laav nm6*Ay'0Rr-.JZC5CtH]c8*9hEiM]3s5Ԩ> op0ƫΖe@HgU=X0L>?F /Ymi"ߓ;*aL n*Fr$:sNgQߪhY(! ud{@|v͗&)*TiޘyCŜb1 '"+>(Q? wa2BŸ/POWQR!BKhx?o6Ԕ&:* oGY0 'o,J~7\ jہyqFzN[KbkeSﲉeyldT{* 5g;<,0ل"."$DIx-0W.fl>%Ԡ0! =3)JaׇTy~+co\lCzu9^>U%upLX¼ ,r]6 \C_g&K']֔%lB၂U ,p s?{̪K 3? 04#5-YLߒ0Z MCiN+&Zڻ&JFzgj Tjp[{NJU>lLUt=oqQi5?gWhe܋_J6'E ~cAuD_;-R{ o|d Sp)_+#/@s,[YpUʲpս5p0Zg^D sˬ yd"/kqo+[4a#bAK+믨nJ{P=gl0/(3MKW<3=O<Eh|yLg1J~@Vlzi/Wx +>t@;"SX̽~_;xc x7Z_dIiCC45s(v\L!=rVK%m=xUD}ch3[, !$L2#|^W n\vǬ\"f$#w-&0Dx:ͅ[ܞ#εTmk4@/<{=HG,,sjkuqyz޴Zl^=qUU3D*ma.+6y[K!(7@cQm"Ǵ 9D-X9D0[h>C_@cC+N ^23E&D_g)aĀxIS O*=g*s5"ώ53~ D"#n牎Rd q*M lפ7(θ,wY9OlcO B;J{އUu,t+Pbyōk.E'p, CU4"حȷH,׮e{Xg-[)x&nT}U4-MO`t8‰6<{svNB= HBq^7p68Rs(ډ˥Um$TÃv]譏L4^=!iX7,zNl6-Ow)nK`"ݴ\ 6ʦ˖8_$ƆC>Hp#g\p9E ѽ&nv8GS]=+x(Y5!vh [ Du*4`XfƳX͠ӱ-X<(aQL}K>b9D2 &w%V>cwQ[>~l7dX j@PVp;h#K-#zҠOIHRSxH&)L3|\>Y,<G^\Pu\LUQ8N ;9&[œFTpb9FD_b ;\+>fGy1m!}$4;<]Oz.XXr:m;U2ʓ)Xh9'u9[&wƳYxiU^8˸tu1lI$'W(n3_WE0ɭZsDn4Sܛ2mr8D.WMƥd<ϵ mӃIzX?(;HVhww/c Ύ)gn9ma☑/cPQ D@O[#^- D/XΓD[Uݒr^ BlQ&As>$B!}verL*٬wf+%,88+Nxd3٣ eaԲQ:P9k^>]F:gBV/(f >1PBō,1dM-5)HGSb!I^g脁RGLbPtyAn{epkEuɠ95`7dpޞBmR@Qgpůyf ,ZXs>a:i8&l4 (T8+j$j1n*AJh ۲8ȱ>GXAѣ'gjX4^'=D=(f >~1u#3⾎=ݞ{n˿qMJM: H,fb)Cﺇn\GWގ2qAD+WE^Ev&!](HT#34 h"M,qn/Srr.o %ŕ 3i0 VkG DB[,ihu?FJX@ C].k'#ZߕꙕoytbN:"qnvųRmLoO&ce>i =c{>_kaz~LxRDB2eBIܳV}2VRu`m*A=r1[J C*Vb NJY`:8=XKc=f zaˎG>L:$ϟ2iCV#p|ʵ_4;in*?`n?1ړTr6oR2Wh@VlENZ7m)a1ٯ obj5!J6J|u+T#\yֿJ~ybcDS;ޚNј'G<}Ks0A,n뗔~d`xMVu9o߃zbgϿue/"w\p eOGOx,77ե p]#oh!Q+i.TAÕ$>sUG)QB|,+&3S ۜ*-^bq6 zëcФT=)eEEǹqRD iv WB7gy$ ,k9濖 GUXaVL<2#o#UkW1f[{Q{M3):38C_/;6ayg;+͛FvR ݒ${}vmW rɧs}viNq׮N)L'׭>F(a*gi1.2(*DO &{zxr ,Ɗ⸄ E\+܈@dKV dd`v IPn$iQP<~<}r{gnf҉W# Ly x] B.J.WŻpȫÌwn2ƮLPj+-_2!l|_jK]gCyŷ mһ!j锲;#6q 1q$kq~e*X wHdּ=&Pocρ.Su~@o=Rac~+*F2pzFԷ3&Uљ4F:?ƒ%}fɑH6H-e'_lkGX)}+cݨ#<1e4 ßSW|U70ዜ<*0&uXZ{sJ%vB4fVyPgRA=LkP?Ůl[ r,qb#:`V;s^p,§&H獒_RLJE㚔á¼2nѮYzvgt,*RLC'Rb@Ȓr+O#Y&ݗ^P2[|<h`5' u)r\p3{$}C:K  d|_*,(S:WQ!"⦪t]T=;>hFvU|ӎi[f8&G@D}Y _=^YLc a_2XLwl,w=N*cizE e`inҚ%;a[@߫, D)/Fipmiq-Ī'Nۥjk (#0[Q[*bC9뀪Kbx!o6G(mm:lw͆M8Xd_;4|} /1P H \EZzf!߅X6d-HHO1֡3InU\ƍ)4αچ):?RKY@h?A# e' *UV4j8{k&tz:dIwM"91>(tujᵏ!~MLB"[G:X9!=7*xeL#rh@4.JUwAJy6-z929hReFy /K݀%qI-@yy'!5ѣ:;ٛJ,ZހP>Vn 4]M: c/fSSq)pPY!%5Qʓ FLyZ,$1[x"v!`4MO} {;4Z|хuyo-(]. .Ki V>ӥL N/"r9eer1%&h}pe_Wb HSn ICdwą9N.j?3QyS!@>` 8l1=mGԵ }ߊ'+?shZпQS2>O!M7bPgTK7.~ q¼/=~n/K:,a0x$'K>^w멙z;{)v׈UI4d7y|Tmt<+c hN E[(Q! ˒!}:2f]9 $7傅S"%k8v +:9楫9zw*Gbl~SX[>0ҁe3oEkpIWm⟹g]N{ƃ+=%q 4Թ{(,+rdS E4 "+s͒cxUJ*eY㶟,#!&PP'Hh~oXg N+dTxDy-g\/ AEk~ՁH"NAQJ|A啚)Z3j %bd)whշ0ƭ_7MJJ+p'nK'R^ԋKHS^fo&nJ5#kfԜO6 | MC5 rOz;=&`R*ӅZ XTQ؉|;: Λ%Ź:tCY 9*-x[(l=7h @yĴ5hm⽬}K_36:SY pЖΐL.%֫Ό~)RRI+b1kTsy;F&Lfx P;B.`>kҋ|t0f/QP< ̼XCX(&<w@Kn1v|#y]܀%U(9Ī"VϿRY5oQG]=[_05'R_?s{}(&fo@@=&pLݬQWܾ۶Bw=[-rڲ)acp*;]MA)4ق[xѷqF\LI/b8~Y\J)ߴ24Op[Ċhנ Gȇtdm)-c;_^Q C/~@3|sv9-XwqITDHvS%z"񙛿GGXW]:zUr6B,qA>=twT("ӬC>Xey@@yuU䪔yk~ %5k'/ FKj,;LOXNv@UbIl؃(;ZI2#JhC60=,^4 B"zr$أZCAo Ǩn`UfR"&+ԚtfoU-,'k*(V~ ma~P{ZEÈ.zbUL+$^ERi^rEң)!'K0_C&^ǢfP>aZ^pnHYs`f&7;c|6vH` RF|jaBYTZ%Qw=AF,'Pk rfn UķH]_$\6*l9 %ϋ9Gc}@RʨR ƝU6%q>tE 17ϝ/1at(0D7G)LM~ŜXXY<> A{j`3wq3H2֊q Q{4Բ ޱXۖ喲̚4XPfShC}^qV\_4"]8$]wHb"==*Z&ߋXFG Nx]wCYulQ\h?3:9+)=GdyZo()zJoU!䝤$IT'ζ̌?>K@[>KgwtMCv1=wW\fB,{WV(Jzt>Ԫ#40k /N$d/eyH{3!=pʫW}~`fuIu&NDbG@C֗h02I>aKnSk~厒 㕍m`BddnnW4ycY~Fǝꭼ}6[:Z/)lVQgAY.otWh ׽n'-\n=Z8 dM4zӕwG--`4=f.M/&T|뮌MnjPXDkNl z~(H56tE\{&H2/>#ߡj݋_Z-"7Iiﯶq~ 2t?~n,{"\G@!!=E'8/{**Hc*bS \Qgf !)z94)n$#&Ck.e? ^1,;DڥlaKerӜ)=^K{qx ԏ쿠:'GŔp/Ihʭۜ"k ݍX@sv^@hhh1SKT΅|<QpnEtgTwA.P]%Mh$0:Oǘ!M Zعu.' _hn۳ 'D*wy/9̻^ZqjrG63iՌ _jҺC)5&p/ ?q-YvIkҡ+Qռ0;{/qK0 pLޤQʹhDzmD8ػ^*tyX/{7Sg3TB289}(8.Ҵ2ϩg!_ G#&PfSߓ=΄ΖXp3CuDK&["^=imAKds{\RL _m_QzW's"=jYUn.VЙ-ctOW/ +V1%Rw{[>VLԦnA 0Mڧ{$G[X^|#ֻ)}wD&MZnWqr[DҶ4^&_un!t _jZs ysG.z۴wuhSQΑ.F^'J7MS!%cA{\d˽7I/%n>j] knjTvG d4GWpvs]Y)zw(5Q:6ꝔudBf7"%` pw8q2IC 3FӽYHVWt kxl򤳎0va>ز d>1o6,CebA0w, e;l1|=`%Ӡ;>[Y{i@Q7,؋T޼5{P"UH,%jXx}O~罳p8>ҸUY ^PӃ ԁ {:7YA]>rGd#N؉C9Wef7'ЦNpH]u9Q^#vikAx%_W39 a8W-CXJkNJ7'L6ؼE@>~ x_. YhR}MH_IT|EBsP` nG0/꣞2!`zNŸ %}ně݅ayQSL!-&祥l Hi*1Gi5KNJO;|$raQy #vt&˽_[|XF kBEM-m7jzjR(WwjӒ%i֧/aԟ䩴*)Sjʤ2e@V+tBP鶑ئmÐ- <ގ:Jv?B3aW_| L[ cV'eEPh$ 'VjH%HVT 7ԧfGV 9@GWkYXXbqs~bO/n!bigWOBJHlz~0J#dc^)jSğ#U"{n1 h.&J,nTq҂H8윓ğYVG8$`=|-,E$4_2βyO94$Dsh㫛~*vٝy _RR, 5=c2:Iw 9(tٙVd*8 5\I_KfްrFL6%j׽wۈ 5=M ۴"%JyKAԨ Ycyn_#ޭUBaE rUA3۷Y|m^C;|ar6R^?T`Ή{ L8;pu%2WMH˴u0Pʝ\#ck.: ՊhHpwXp8 oa)/tjtŅm}3@vpG^CQ-Tmy3}2 CW|l'OkԌxO{N(}|hLj(UD$yEfCpl`q:Lj܂//N.``Gn\sb:≁E<|L7<1czEG]i37/ gXTf(}ϰ'q C6j!ŃJo> VptYm,W] ln/{i+|MX->X0d 6n RD\6.giN=#UJct@v1e;K:p`Uҳ#$uİVڡjz@?ڕu߿0UABLb}Qa=Y*#[;w_-@&큙YFps * x{\~ !㮹/'ڇn-ـuMD_Cuu u]p١ If ȺV{!H>xu) P}.4Y#wm cP ~g QTwqt3:) S58Iw޴M([/u6iq㰭^X067x+8C[V4Kafp#9 ٮMTci~yB:hpM6~ tChd uB7?lXZ5ԕ2ft_SB CR/*qd)1w6@Vr88 ,(tZx[zCI *ZI'2oPC1!F ȑfNUutz0QE[Vš1ջ(MXQ!vuכ[iഌY'[ZSh }Z A69P#*(Bd@S5Sn#bΩQ-s4?wy;ps__@ zї GCClf)5N"1 :nՙC'2MPupʚacfQ46Y!*h!ӫ—oU#~cnՄ̉9L5zPfAv?vjƌ=qOhZ7-qN3iՇ>lz>Cl11.4b _fDj|$ Z=pX㢙ut "|p&&H>__ Yv2A@QqQq@@|IF G?K1.vo+dD1 ֌ZTh^8d5#׺HEM'I@SMQO`-Mu^,D+ŝMIO}rg[O\"siO+6A q-wx0Ӟ,(+-YsbX$_anB8/F ]@axg矫RF_\j!%M ^GJII{S/bh+R\!icz&"5aeY·9hmg>YSTͅBFI>Q0{G:f72&Kt΅.q~K."?ZA@M.8xnV=fwF5fb60M P} 5KI>;1ֆV_V Q\+KB fn%Dv?2|1ƈ,T{ yY c050ER_Xll&6 xE ʯ aCC8OEp[c;#ʼnO{jHҜ84`y#5+~pf<"/'^Ë9 1ξ&&jt!QбuyfDsN<+EBp.>)^ЯM̦/*oAdfSG/tp;=x$u(Q/}/iz !b.z]Ɨg,|ޥ<  f|ʥzCchtX{ut4ġ%9;1i)ύ/H BX;^salT[P$\K*9ޤ\2U)fH 25#NPG 7\}fDjyP jEY|+կe0gI\:CWKa:MMM\̈nOEߑDz#(7ѵ=ADt7í1a9P)%ngG+ #Z#| tC],1a49__˵ S::~Nkl2 e1@RVTB~T|oJ T!#,A0{% ,d>MIWoX0G;Ejʋ 9l-`;`)Ƈg'>.zOvݙrcp3#by%!Ĩ9NȸR-gS4d /aw5߹ ar#buC׍n1#O}a`gVoAR%QiM ) eEqETQO6忺E.}!{,D#dkVnڇA %c6ǕruOLJfk&Gvy*sSc~?D`̚VuMdVFZlݏ[Ѩ,_ oI8DOw~5YB>?ok /hV*ze(/U*Ы(ZPo iac>G/K%5I۰`i͡7<_c]=#}sztvu[ |m[|2 c) ,X7L(V0l̹ ͛JG$D%[b_ع= & 3Ǣ0e+z\"\{ݿɄ=>O`~,af}E$Ϊ^ DN@ZՆ@&kyAuƇ2Nü3ߟDb{ pvJɚtqGƂ3g!p萎F>;ՌZz4HiYz,Ž*Ud  ór;Xjո*'4!i} `1kq۝JMLkKebhp. n]W/řۧi:K]hmŨ$a6u0%K҉}Jͩo\]T=1&8F3|^,yGcm`4/7m-bS9ueS[ #\5J]K.*dmqO{!ҭЌF=pm4'Ʉ ƨ᪖ PLiC2G=4Ë♓XYm<14}{c*"h`.SAUCБ1}[y%@P6:JZ +6 df$*AGϻCiviv1P+ŝfс3&TC9/z Z}%%'a^`R%'u&Y]EPP"H$..wK WTBZ57/ yƣlEFәdV%Ϙ(-Ÿ63ԣ ->l%GNkH`Y/<u,?o==$m\3%,?yYjz J x&%B,v%ZTXiTjρOWqPlw QtmBqGhĿqEd~ǢF_?n%_SOSQ$}-d"D@U#d#3op6[M=i:lTjEgF<"Ȕ8O8_Lsh¾zu|zS祿RolxAAmx4꫌1)<3<>NDIsIkk#/:`}Z!1~_+D|c7"s![ G.w]V24oh jZ\+++0b$D^[2l©MVs5Fs2kΠCﰲorkRN$-:_ǜu10&dƧG3`FZG@[\!ˀKw|t$jKJ)R_vQ,&X9|w3p429Ϳ[ /Q0y\;r\u|ŽZ.`otHS>#F:v6 4bHZfb~3/Zث[^/sr&4QGy8 ®"@!G "oٕ[<1Z9(-yqZ'(Gk.7nf?:ur'NqY/lË$ htx@pOnilLR  9Ya'_VS|Ww$((lD1 ަmᾤPa c]F#hZS5*P9\H\|.%,oƀfES<9rgؤbQu"I=j\J-1F?% 0IT.T T6Ra|S;FiSM8bUgyA*d)+dڹ듇ԅ$umF:S˜kzs w"L2m}DݼHGfy\#*I_paߟڻ`Р(D,ਫ਼%C1h"W(TzYXh"gI:Tu\'7樋T}7j$; Zȅ\9iW^$Ct=|NBc1=7>fмjKMo?l؁QBs]5 G8>`-OR7_y ywmkaVYx9xcb>GB4bvYzlp܂+GBo^˪kk;7r3@xĄz:}hU2Xe! G~9McQuO4K\N[kB]i}6*z劽Bߋa$) j.Da}0Sx[j3}Ijf1= GBuS53[fQCU5ȆCZEtLn)\>MÄy G2:z IyD 0o"B7HVb2UEϲz; ʓfЊCq#գH+KActκמyGbtzb@;i*aֆv)QD9n A,.xÒ` z.WpNJ1nm`_߉>DXB$8 I鞐t:VxUkPcl#>!g7q' /3 U̡'zxj7c3,y=դ4íEPxuU?D ;--,ʇ#,ʴ%*RihPKdYtօfi5`?(Z_v~~G[ˬ61 GRHg4e)7^dVP?(/vfB^* )8K{RunS<g٠*|b+8K S븞 VYŌE)Pą0+Ra櫡Fb:$`1I*n{> =r1o>#DϠt ^9a2RB§JsID gÔ=xa'kU]Ow1b0R_6MiKF*ƴw-^^4q3~֦cw-6}LX¿C2iHHēq:sHKL9,s8M+"smҲT8ye?ek@J=vHVDžY .W9ci(iRّ]??S-b;UqRӃ2]51ڹzչۊ]Ѽ(qԸAX4<7dq*V]QL%tJ)oMxiNpS;Ћ̀egHZڤYW<:N;-yEIYgbߚAi'n4o*lo',-⥜E:,pN%E%Z7h _!81Kς7 ^'F!:߸G}N>ILCuWTM鎎XK0E)DC@--#XBiQ1ٚ4ҍPoU,8' 2yá ,P`Q[_C3ʮY"WtUMa¨FR%zx6cemŜԴ=@9CZY$``/av `.iRX`[- &5=?VO4^)P/e&EϕA0\0Զ| >;W9?I>溨%3c͢,@pԠ\Θ Ql[ ?F2/HTvRVFt9YؓNLQp<ģp=&lmA,"/Hd$obJ@Ǭ^\xM9[F|r>U 4~ja;^+)'Vez$8%>:ШoRWll&&e1ب}.N&UzRnb-gԬcetJnbYh2j鰳*|JŠ>~ݴ ǙVqvmj{)VpHudy9D8Ň=mu*KT`,,$oa''yL*&G(͖9W>3OZյf{Ϟ} Y5r5WSMQ-@5]*+\@Ŝg OI\a}`z0d߬_E՘H;!"d*X-nѳ)AnP~mumj!Ha+><ЄS0ϋBeFS5hu97Ky<ǭZT$9"Гeآ 9L/hAP9d%Ac.b^܋Q¯-Cwu@P3bl0=IojSK\ "lm?$u,%*FB5! L "T) fx3,j݄yCxGc9sx1D6*EF`^k+HwgtSZ/oYo#s z}Mk|Z/FϺ=s'w3cdIF׷TǥE{=t?݉܌xgxH}k-ޅe@uɀ}0o~?qN6abgk1f3Y βd-AN% =\6ajOL_ F[dUt4)ث _2÷K$87<>zTL3ҭƆKR%,P@w!QbNkQnb-ԟOHRGR;@.>!񇇭\NOi#ݼ~UG=hoپs󧘪W"%niȫ9l0vKQį(ٙ٩@G$L=Q~`m8Ѡ;EUgW c +PxԎC3|9JHI-ӏ>@<@=YIB19BGK!:~+ ,R$D=!9R%_=ۂg.pt.I?Zag\HӆzvD`S9noym7Iȶ_Hّ( %h'T(ިEe-H2 Hc|6G)[GZNh3ew"5,Js>A0+d6l+rick?[E 6kƖw攫OC/x}]w~8[! S=ө8,!Kh_̿+ȎAOJ ӳ2e\,E^jjX\ݬ[ ȨX/&B4H-סʼnZߖki_C x>q7fTqܰ|=te. gZSjژ U=9>L^0k6!OZZc;6]&5DfV%sgx_؂P`8k%rU\ўqzBJ=*^3U˘Hym2otְNrOٝ~oހh!~j>Jy"x"$C\52T^H kwbi &2pGm{-{6nK57u9K"2?3LSJno]]5yܘLw%c0&qzՇ56ϮlU{Y /bŨ'O 3+P*wީ,;߹v>/-:G/O}<]c杄AwmbjAN2xx8#|-xrDظe%Lo b%OniYxF t.iR~=4k#qqMK2(}_b ykyDө@ps̓dc(k3Uf:zN_Cl-щ^3ޠ64t`xQ0#L!t, Vt@?,%i<º9w>qǑI$*b5o#lk^c5yX|]~c<dr{77\A!#N=-ýӫl z9 ܳ"(fP wuzV GlUdcG2Sb+T "ԙ4HsQUlE}8̂l]%P,&{-#f6#yw@=L茺 @f\_8EΖQvuukw7BeA  <6C큄=d9 zGʭR+J@LQbקmLw<6'* ͤ',fM.d¨K!0P,V,OrJyni+0rrZ:P۵ )KY-Lvga/LGr/ד(a-)Sŭ߆ lw;0MhݳxzZeF! K~&T晈iZj_Sap錖$UPշ/1,t+kB9;TQnEi2x>Ny\t!oe"IU&Szwrw}8j5@&{?YJayER*#Tu1[,<4Oh:rGSȈ]_F4s SH@7'ʞ> ʻ|7&;(qb#֜IyVQ] Sn`y99A!gb%`PAk io/L~=N-r8MnBUa[9}{' / f414"`5z\1ď{>;t=>;tSLõwbm$E&]3߶9̷Fc\wh I ew.kmh>I<[xYψ-_ͧҶ [3L0l:alTtkeau >lI{h{ #Cj_ ƇՔAQTyM<f,?X") DieR$I/ G$<3w 8A{n}mG|U'{݇SNuj{\[g]0ڋ=(јRe9 ŝŃ7[GlR:2Г* g_bַ&T7ePu[Xݧ v`!'Ws68JXi79m` 023W= Kd]y7E/4uy-莱{PjS$;x^>\VE1@5qJ:>(/NדXnx0$ @xԦ)Fƌ`2_z eCaY֡bVe aS6d"Ig#f٘5GI39ARi|w$eSVv }j>j7cŦ;k-2+eK|"or;%ӊ/9*'Vhl!~57SSd9 0.0Ώ݇C xT hU<)}@*AWJV+'P M-"}mˈIRwӳ6+[4L|QPfq*DC/B+xOMZ _d}nLA^B}N%NoV#m< gLK-`~u׶@ c&a: +NdߨB cE% [;.D9knϦEM~U솯X lĿ&O} q+cP9%cf{Cꤪ{/P,u s^Vbش0.*hWSʋ.K+!d`qêiz=hP6r 7r݅gt^6 !H'훕2^2hb4'1~N(쩸\SZYDCƤXt>ڞ Z8Sa)Gz2T&Y("e&5 ?6 G &.y\|vO )ͮt*= f#+!=bL=cڱ:"Ƿ}sqh(<|WIhr$Eۑvzdbë$l2˽#f e:p]U"QQ)F$3v(0ěvQjOTiF1OS >R Ot. ަ/4}|Ďʄꌲ9 N5w F~MBf$*^͞NmC`"3"/m`I'BQ-Q*wOvҧ}֪6H.h7\|]؁0RVD\Wp|ך#5`6 @^\Do\DRB yNVϏVeC444X-ONj:JMVdI(Ai`8`~?|}IݳhњO.g=,{4[A.Eƍ)8r֡OtXo3LWZ2In>INw /mrE“v`%em|:6( ~֒%T'+W3I/3)?ǍcM1$2OA;_2vkCj*cILz-zRtL4]a/ 2QBOW47{vgg63LYsf\M٦!sDZw;ʢ0 Ufp5Yθ(] 6^;fnhBsۺo ,&VR(l6cj!3ށpB}$RxqyOZcw+8}?+yӁ/5ApԙIf>ԳHiDsN.2말qabۦxE2sm:BbzeNBp$HNS-Q`%qזG!-ؤv0-?g#g Y8u\~/t´5@Pl,Q-]:3 MFDn…-%*;DBPǩ55Rt7zÇ;tBMDuQ<Sǎږ!h&]U?۽~tf8w\#OK' lu&u_۱_F0_y=>c4ɀwh'ὗxSh5<;)58ߡ|(+~f jf!`GLU){hi3ukpjCuRW)":6ᐍB͌*5I஀\FXP7KE)p\, !j>j0eKʾeG:I4=q@I)'r&p Q#ɗ|N\FvV \Wےenhf1y h3Qg: n~ lS4*\</K1Cp@_ ZhѪ"JjxzSr5dOni 579o&l9p_Yb! #r}Ɗfoߏ g1R=YO"AEH:#HYߘ}_)V|ˉג-to餎+<Cy0ÊY,* ek&J1#_ o'R 0"51VNY_ΩLi/~ape]K@V_*\1.gרs)@8NU#zؑv1D>bODuC 'A*tdL<.b tv.INѸ9 aKI4~t{Y%F,A[s2{!C$Qr#-BKި9 CZ?cHgYTG nX}l}8=NJ|!)bZu5_~E TǏ!}eёcmk/8]0^w2ޤT(铉pBўIDC) 4Y^'/&=K:ޒJ-I y$Bg* U\K*=b<4:(4'Yt,%B@|/H>pHɎKVKb:]vGżD?`.D% c! t(x.oӟC!sb=Rm6/$&C6'dh*nO$HWon[u<~Lm\©Iu\)(P\3ear2t_"wvӄ0QN `{DO&zXiF5 MY{ {s:f`L["^\sڞhGUD@nʋgl̉TZ>VSP2z":,e6ѻ-e'5o̫:mG!->UtdILp%Ś ՠIi>W S 8Iɋf77?ߑZ3Q`3T>- j턅mbDDC'"u@Tl w٦,IA/LDdr9LeQ50@nVTjJ?m&?nWn]MG0)/zMF,rxz٣7c`Y}!?`j X ,#6É|̀6 ?< !o Fy'D%!>RQMIqC\5& Z&w@:8S>/4M$JQپ6x_!uhyTWǀsA@*9]pVRhy 8?g+Q9m¯i OO!0Ӭg4T: (Og{de8g<Ѝyid&3vc|^ H*@` J̺K|`y_eL&/$7v>#؏y}|;kX/np}1:f-}DczRI˪? u!u G^?Άo4N]Չڻ/nU(4ڛ_J@m0\h%',С2MNEt<ο :ܒ{ۈFhv׿pcr~Ymyvd@'DT/2HW- _wQh |$ haCT2(^\t{/̢Js4@&f/ܱZbQ62=Ň7fkj,@U6=_SRǒ~"? _肟8dbKHTBK(N>~Na@&=#LR^Bt~GouphCG^OYϵp6C փK9ɍZoI~֊{y̨)F`ŷY2du*[I)zk]rm+6F^{p{B %`80~+LGdQ³01?;;\"0u[dx k*} m & ^E-4rd,B76!FP皖Ua{4џ|d":ӑ>d}:`mM slok!Ƃ:(Y{lt2apKNМ&"W5Be<*_ÛS !ryQm+fe NDd ':ES˺DM'awI_y3m1q.<[%0Ԓ?`\ƖVqH. V.2H\2"VuԖVaygM|6 p1ʯ_j9ۇTrLE@7d4Q8t57֫nk /+uFP`(? nJtA Y;qTj/\ʿ1 vGs>5A6 &lKIRdW6v~z\7l&'09_v qfC:u('OD QT{`8+*3muEIepI[f3Um}>IKeB̼j[ i rd 刽MձQo1v(˜zftixf߉rqd.R>KTؚ{zsͫL/\yPl@MJt]Oa"|P%Aq芦9۟"Y? h4CgJSx̧A`тny apix"}Mu',]o*LC Й0ak?;M-`Tʮ/V+Â>$R欖-0}U-ӳ(3z]do!/v99RO3r#֘ѽdSnX3Vn`C\Wel*-~)CFV|&-/KWW4VR:G*h$TaM3;`aU kFT*ODzQ֟-8_c)gunejsP1*ͮR}ѰIReeGGܒAWڄʾ~4ޥW3"Qz tg.s_FԵI& iP낕\c~'GnUm5/tsRl2ma'%sv6z6=,TsvCM1 EEȩQť8ZDAKvU(=k`柌!t/C]@`0 |k=9 *rQ/O,/& /ZAqN ۿc1IV*N'luXt-55CAF4q##.|żTe#wogEW*~߸$lڡF-liKq(H{8Ås/#1 5=؝h}D1~doYYf? GorIWtY|i"fTej_U{ԵM?~zj 3m_Kro_[ǮRaoff7xglƂg 8#dR(zscMY#V+}+a7 Ufk/k2Ҋ2~5>&q/%{.X՝2!? )|1ޏ:)4iJ9h3 ⫸/BnanCiX5̅@GCn)^5 vKMv}U2 b\e\_"P0kWo9>2Au9a-o-\xp ~j啡IOP%Qٴ"[@R>=E#XhRAϊ,dElW=M~nO@Bi$N2fJa[Z-پޙ/|<<]>P9 VZ2p*gHmֈ6+C9 כjsnke@g/y%M -A|=+E/,vFePXhEDMϵ  r43)MDr#~oɡ?h`sMKl! Z۪ثj2WdZ[_N"T{=QOw!3p>s)dq O‧`q6gRx*&z-ᩙʾǣLW%lL":X-a  sLG+FW#z<&fZ: Pst:Eٺ;&O ,h0/F`J~d'ޡf֖%-fk ckJWSB2\L/JʼnJkÉ@DsK tMlG鲆; kay _szQ*X9fqt713qƊ0mD3&h}P`w(X\Ux紷JeRE4/oZ,YϨK`z$רv[@"M2D.wQrq`*<ԭFOֆdUU G\$fJ}3zY =(Nt|-tAJJz' "WrJ@!9a}t*% b:;K" ;^]Wl[)Jq9Po1L< aDPiVzfAySe]j/o6%$ЂN$p?VU }a,?6nou#1ea.BH B CDVnȭYK-RtF[b$ȿ !]¹P^K لOȝnNܖmSKqh;6?bO Jg WWRgP9vwsp\ q|TEuAȖX |WQYn 4|ʮ׼f#jL"ָy=iA,an~[?﵅h+惨N1YgW3·D2 !FƋN ;%+CZ({cQтLryFޚm_[*'>t3vJD:(Ƣ9bP /Z\PhRA5$-3a{|e#Um峄`䅑F))/'GŽ+UsWmW{HїOV[Mf.˅y.furWrBITѠRgڌ{;35trnʅ,qvvdSo^8B+yVRJ Eqv!/0&iqL?el5sx\ dk5!N+eeE*HݸnSn7J@}oZ#P)n6ڟ8p-M6&zt*Q5ܺV;9@ x~v51žzS[ђd NcCaTEٔq͢mNt;S8dSSԾK}DV+<GԝN c0Gis4pR |椀Qԗ)݉x8 5pbq*?7i $J 2\rꢋo.>8oiUxGez띄ńP'alܢk-Lf[ *wj / ΰPP*,2~nO~d'*/aPR2y"'?n:jE r2ڔhcEqΆ ez}<PGMu~ z f:PՇ{l VH0 s"2B=ܨ;OeDC\a81f:U|^ItE8P]'s Ͽ%/#~{`=s+㭲X `Zs?Mu3/صvA(,r: kdiB~İ6QM'&X~s|\;H[@rQ̯\{3$QXZ ?bON>bfkﳷ cjᨻ8ɍ eCw1n%~؆!hE|ixT.N̶ mE,wش &O&1 \=;&!ހ,3_ok0uS_O(=o,מ_H!z9;#} 6xg\Tlޘ@B!F6Rfm5T$!i}~96LQG67T]%8ROv'F՚΄A!>'a?&FaGdV)V -w@4T 2G1o>Z@v#2& xf. lS+:3("t{Wo޷ZNo~ރ?hP^;4 Bn'ǟОE񢤿R}DzD T3Fx1(qS T:6g^ +YLdzP^RQ2;|;>aq\ D"==xtB|t%"T@DTNѩ`xQ*ٻ g>t|b)|zDmߝj$lӡJeQpI`DGC-C,݈?js[1p*ѵK{ۣU䁫 yj+ |ceH%LP3|f +`\ [b_ =kМEJCfqҢd1yN LW`xY7djtx2/J9ڜn)ۡSJ.*ѮWh|V4j1֞>늞4*I8 9aZ[ HUs>g8ʓƾm4m96^~!+]4~ɔOحz%j[H㝍ir@#[ e~ mYm:܎P+CY(zSv8ƪD}IQ A)Z"Zq=wiUc+~w3_O(`ӭ:3vzztFnauܞ\3BTc_9^. .$xQcA=RO9=+ix:4vhw;\>ލΒ|]Yػc$w%7)^6 aW8JONGZedzk Jہ (m ž&}2ޱ& :x"5 Gbnf].9FL؟J=Sܺ`O'p*dzz ҡpi~? 1_,sh#9 4Ma#fp#OZqk:Mt أ<.6o8Púvxx} 9nt uv&Um潈4s=aKo„^$1= ss^b{G7xi;MJ*iM*Ċˊ ?& |`^5h*;c 0ﵿϬlE[žb0]V./!RPiИ}wPVtL@T@z7h%>G0KkAMQF;Y@g  }ˎ[w6SFeZTXO+,hoyd$ 8K!!jζ||MT 81壺^ S"^fzk \˔F|P(@HIG晏)#@3 폞N\iA(5y#t77< /3#i*q859PרfZ6e/loeC%  g9ۄ_ L,g?7 Atj.Eײ懿_[Qg hgpcՁЇ~AU@Jҍ|X>耟x4zQwg(2@|G&h}-JV HNn$+DWz#CcUj=acRn׹2L-0K@E#a {5.! *-%yJ浣I4++|;6M.#W < q;yp/):L^ H;gpl1Ɋ`zͷ)`S<^eb̿lU:sYFhðϭeD\l+%'"ڇ |!,\8ۘ[&{=BAaE&44?fb rcyǤf/V+@>ap eE KbXH)a aӢ_&Ē̄a=ZdI E4^*{IkCF GQH&R57{`(G p:~{qB`-LcyhR!Zi DR՛5u4V?ӲjN1J'@^M9xƶItdh岅2,% o4;S|lRdwtZ+v 8:YZ nZEJ%mjHՃd.|_p@ثp9?I-w_aO¼I^ mV??潁Bc[PA+y^-c)5a~IU!փjܪfS_ ]>BLԁr>N)){7‹T=g>z(72KJ.xA'f cUZɛHKA|ѵlc%0w*H3 E+@G5$9GI|2q9NZF1D/H53\DRB# ^3 D}S೮o\KJ'F!_Hz@0GBjO WkBg1aͤFUNАhYIhF Ȕ\&"ޅwL5[b(/ÿWHNBOW@ U9 RoAu3i˷a$) aξR$2F .0$5EV9Vkm'|^ZF"w24Oht CSt,4(<J6r AA8SY|t4_>gYAP,Nqp5>$iוt_%YٵV/>~Ty#*FHҴHQ.AW sFe `P/p],:7G迾 kXa3F߹c];<NWEYG'&qU ,^VyD {Ts'S[a;4DE>9umh;=H;9 LPo Qs',hp|`GA;Tlx\ >jriy4 ^[c{4  9c3A\?k8] FXh3ጫj75l`~)M?dx`ջfLK! aU?j@wm^^Y}Ư*b]o4UAx,EFqӌ^Z4`nLjF$HڂdO/&\)KJ#q"}U]Ip1__#kG}rSY\8lx/o hvOf333:u |d&)MQ 8~eɝua#dΔhq(k]5dR,crZ)} 5,˩$FG/rI/8ky'\AŸZ }Q CqKTzE i>aj_(8C,l=3rIՑw9E&'8Dvn:t'd:6Y00 `t@݃q6?;Zf8<p(Z#c?uv:/dY^Ѳݲ#%)'v"Q#`eXb6Hn g1'ѣDYveCT{VO%dnuNLNPyL \n߫S(D?\13k-sɠDTN> څn]+DM'm? pa_2%rO\B+qX]dSe|B/?H^UU1)cze]QO5VObq j'\yp PJ"iFWpi.`=#gYc8Ghz.vkhI.k\Lq}CKQ$"ft6 0~8WtÝMxsQ/i3]] CQh10JjJҘrK$:n`-HKNY~Rha;"Nb戊]3+M sQ +-jdf3 *nG+>$EN1HW[t$e[:(> 0:Nv6C*.yRWq9gn'^mVPY"s!SA7H$8 V\ar9{H8'?1 Hz܊wD3Fڷ}4|d bҗY}%  Vo2t[I)XW.HLKF(bs_nЎPy|(Z~~a1YuZπW)[[OjӐT(NNGMl*f&}@kW<&)y]36HQo ܉K*ƴi$Kn C[xM } n$\@&w J'$+)رz:$sιS^ ׷ڸ/QSH?á+YW"/zC1l| .0EK,\5?tF`XPIm<9d-tl@DrA`\Yӂ#="k|.&Ec+aUah?en[萸.2/ #uf?E&,SWn!z7~:h'z0ѧZlu+ ,l[Ӻ]*DX6zoo(8 'o>PUci3,3$DNڿ(+P7SWPaK3S?yY/o[(q>{Rq |"B ` tB yCDw`E+[< C5GsIeU8@ދ!ru|;GEGQxvx5h7QTHb_U8ۛ}Ip2XϽCvOg>60"h=9 7k JgܐP{ݍ2UZ#j}r3O ni8|mvp5:]HSm3,fY-RذCЦ>06qb"/-:a>df?!+qBَ1Cq'rBi)'E|DXj[I =ߞq ?1.[ &O =(:]|\eZs'ԁaVXER}5ȢY孾é-{d8WGR~H`2^8"cAAtV}SU4IyZ4Dwp ղ|;DIAfM1:7D\=c]@XǙ>rٛρTiAc L=-V>15_V/a@R_l]u[Yá3=a\_#'ﭹx lG9e뾟sFCM4-<Θj ;%eQ U$FlgY^4{ w;J8H*XВ8'=w02+1efit)XS,pzY_^oo֘?b*la({M=a}$j4 &#;30> </S JF1]N]g}mTp?#U;90r9 m̔nze,k2n#6zBj3z/M,Ftf1WCTW%ELGYKNhxm VzEW-{CZe]|碑xSY:~+D{A# bmb=3ēg.Q„P+,>(tu5:9zF^;sO.$PܶZWn@ΔPbN ;9+s.myٗm2K~=}C̉U8 1ޝü.Ƽ>Ѽ }FNdx/o}lg15pHZ CqbE0R_Ėu6zQM L0O A5OnvG|6EjoKKLBez6D'JuFMvZLO@y_zT6~"%Nܢy4 &*/cTTBR^)ZdYiHNQt(1L51ևϐpVTE6 _9zfa޺Q~_H3Z/cPGb9iWCZud ,ta:Zբ2dtK# ?-ŽV>Kf | P1bml8%P:ss"!BmIK_@V1bTX=&`oDU:H_v_vJ1-0|h `T1X]4r>T}*g\IA,T F%j>{ͶI-DZl[ |պCZ$E_ S9ئt{ϯk}ȢLlt0 ch _#Zzpo0h_Խ}0J %ٓw6Gn6(yzحsŗ~TƌK=NRVBn9#AܣBI뜤sx vA[ٗSx{ZwDB+ILĐ3S.hvq ]Ug@YzbpRN #}M,L;S~I2(R obVvmv!Er "NJZ\S l`b FiQ""L۸ZO|NiV(4Z[= X#v=Mx[TʛA&IS5\0P| R A8Pw F4;4[։6̳߇]btZko[Hu9W73rJ@ f=i֥':Qleӣj23*Ps54MH-y3ؚ_HlhD!cW] 6È m!.Qkph ,%ghֺWbÜXPy*GW#F>B7XCT4,#01踿;lԶԯoM"ܒ ~i?Zrm3 9OSsVdޯpbnb)cs'ӆwӽ_ԙyEPt742JԉvzyQ9*n `@>*29r5^; ԑ!,x^1Û)x%( x A_gVj8mL0*0c,NG pH2y~Lt io <(gٵi+^=$I%>prɦ ,SW4^4.`ˋ=?7t!MV:';Hs_X`H=7;W׃bٛǦ-_0E[t@#4}EZ0ˣZ:Ig9OQ2rLه"ӷ5nD~d<ޮ0y~|ڬҕqz:NRNYB_78YiAvf\A:z@72`32~O7zml%#r$jk~OZww"tTaFnN]j]޼rSPR* *jc 8BUDK:ށsr'zK i&㋮3ؙZ'660Y/U eЖdkkhۑӫB{I#TU{ " g>a-mK^욠r@A7r1vz)PZFS'O TVѧWkyCR3{5qj ҧiF6Ԙ(ԉdݼ 5}ХZ*G|6peI>~^7Hv NhU7ƩP cg=L3sG]n+X<0Bl0$QP8DD9,x{BJOL^|*Oİzhô\`DMkȊ")5 ϳ_*+e+EFQh 0Ac.4nuoء![Az|*I46:Iag#S ? ٷ0,8+s!Um?Oڥ%>tof/] g2CS`6!eُ+dNT]( $ol_26_љZ^)Lv-؝*OH&@ENKo &y*#eFc@`X]fHsʏ3Y{9`1ޓYgÓ3@ίY'jhu/MXrI X[.&BT/~ѫTKiCKQ6*DQn =a;x!Pj I v0d<8 7.OoVߕSPSٱP(l9D(6p1=j/3JQ뢄̙ \wlD*Vڶ2_~ْΆLVk 4&{/KSztDeB] h- LכFoA;Pxe}J{4s>5tqA;rVqJq+Pis/qH%{!LM8D@BOim,;&{w }WEXES'lq[XcuԾ r/?s)}"돴}(DJo74?+8J|a}Z~oL5Ц+UN B $@dXR/uʾ~"їGԱrفXI%'= Y{t%?l5@f <н20}; Pw;Y<>E#M qWqoa_؍]2V% rTh`+A̋ǝ~舰mtD-D+`y OZ\V\ [ aM9}R?]n\g_"T>-ceLCnjsC;e?EB.v%p&esJJ6EC16KzJ )J5]A&&sZ#^( X8,De&45gC0_) ߳ msF3VlY]ۄeo5ȱyA܈=:jv-9"#$e۬r20.D3(=^镺|43Y:Ls616&POaC㾽jξFfu;vF́I+RB R8&Eu SF9r[^tEk+s qVRshն]2Lh)Z$w/80.v_)7FnY9 t\Hޚ:j}R1|O4PZ]BA?0Uc50z >ur_g*nl&hQ% p]w*+IzHE`/ ^N؞SCd3}Cw@Xq|#&Xo* pFy~s0s*@[|guGH6k5bEʝ;::-ٞ^YYcE ߶k2c>@aSw|3_m1[7Z)7r8܁*4A0%$q0b: k< XuTmDMfFa1FY1k;$1 >Kݭ-b9.C/M*5vriڙx&;VDuߚ#} G" | wSRh>KXJz*}šK*$df4w/N !.H9O2TM-<{ҏz+ zXTp -2aM*%? *$*!QAg_p0jj *}Pc+:\r/0!u&I%>ߊ -"lCc+bKRqN˳^^:dtUx]z"lD_he+B֫w~[g•}%/+ϲ"@nj16lNѬp<йF$/I 6++Y\ʻ6T[հ?v{|g XF]Hqy@υH~Jw|,s^tӻe1NnzeIޘs2s s-Nc'𣒊&UYQCVϙib4erT`8ϔL1 ߮`֗KN'k3;GbÀxY[}V-#`P6t5^E~r3`Ueuᡮ⼡鿤-T^ÃyQ9cWփGU@ )fR&8C0{c@j!WKHO֑}I7ڑqگA?Vi-kOlyjt{n/0UFq7 7D=\hod)LTP8r }rـ 1 itgpa~y{FC^\wH&ޔҗ`F,c33 ]wJVds>ڽ`Lp؈ݸ\3PBZ{(6J_ZuaUoWl1X2kkyy@ gNv9ʰ]Ej.'Q|? ?q+3eJěl (cpE5߱: & }!NHGwO,QOhbX@^T!~oM^Vf]_p'O: ٷ3Z:pC0IW~KU3l†}*;Br883Wrt%x{/3RU4ӛ! D{N|y[`ew#OyVu/3tt#JVPcxM0PX42blÐ DOle(f +pF0TO>˃Wܙ/ēsøUSmDDu02:X㩏 b%ێ\ {nZlLِKHONL#mr>4ZcMIa ,4V2[) 1Gd Tb~FH (f̸诚:u(_DR_KB#A0ݡPĆߊD1.-9qlnwIF}AC.))!}FjP6Dn穴|b{eGU殮_࿭I`#PӲ:9ZX!W_ ya 9sYuD(St d's AuϞeY,R8 ̞0$oЧ|f4}8e7i+ѳ-wg2ՒOj*LJ ;4VZӮ;72O$F~> v{f)nSx= Ii2eMRkKVғB΍  >k#XCvSQrj&D(>!%$ H45Dvܱĕ^EFeX1s¬ :?Csgf6j#Dgy? F(]FU</2xݶxLEhC]X~Thbc/[4EXOw(Wz%}'y#t}7>xyr?׸zkL+,Ȓ! 9C0~6w?CM_ݻœi7v(O8k 5:|?'/ΝxӵvlNu/N 'ԗ.HM[Po%6"R79FRGz&T"znhC1zj U!,ȣ=عe6cF8b'N_G'-n7kb$7ziͳŵT_̴nKt:u2jxL>aNVV5HJ)l(~p׿]O@ak Z^u.eBPfk(pNUk?v]K49 csG%%Uq}oBcvCεp|8GhGlψK?CX0` aż ht{_ZMٓ|emZ;Q(G44=>v p 0FP)kii16,ӌ/MVu/ZFy[@q"o7?}r\cװPnk݊ OϲeJm0ێi"8B|%}ڵtOvQQYg=i^*!=]4,fq #}'gԋh.S3/zxH(^ܙ`k'1QTuourp^僪()!`4^:Y&'h7}/#نH4<BZK7f/=RCakq;у=A!,zO%R#)v[ Stq}XC$U/` չe]n0)IaZZBj qnӏ;#ޤ|y6ex WjQ*(F7bGU'-bQ )6 U%Fr/wnv3)ڤd ;Wt@ : KHQa{_(JS1l(j i5I܍$4<ʀbfXE<K "2S8o0-֔)8j2EZ6\SVWJyP:=<Ѥ(BK>34"$mޘ'rlSJA8~_OtS,髃f۔1 Y~I,D_$+nǎGAShC^0QF&gvr8csCXc<˪":-{G/AQz 3L"i卥Gq~? Lҩ<X$['wC8<H7,RcGԡK1)c|g:[$pj0 p$T* &%dY$:n6'rtwؼ|7)<8B>mmK%g(?IwZ.7]]Tx@e* sW4$_y`ƥ4ĵµO;9D*y^I'mIY<ؗ?Ȯ+||;hK,\ZWSzVexTㅻ|Ɉ7bs2'y`Xa3mPDZN]e[cmvݪ^<+4>McKqyЌȨWI *mRrUVok>uʌ@]³' :gl80~#OHy U WFdF_8=>/WH2秡A?s{PdZPciGD]5myгz$ 'NalY`4q7Ƕo㾧vK ~޾hipe_7aB1fU#ǖ17Uw.e8q <aw{.rFne@(1PtQ{)ȧl1\7OR FTi{g@GG]R$Zj>ךV_'O&/pw{JǞqyc֏``MAU18SӚCc㋫ ͭ: (IK=No_i,x'w:CTm?a/XCK.a'+= x13i յ,*LjqVuqEC.pƴȔ35rVѺϻTb\1{8CmԒaֈTqxv*"8gj;^=uqHBl]8 't .M  S3$Z$RKh6ңPQav` ܁|/)ұxdc3g Ё1IjBfb'+ Jq dq˪+`(`sؖ!« 0@,c=1࿡]zUKI_xXds/p3w.Mw 9rVsJI#"^'-uv.f^pzWvd 2B.]RV()qL?twi46Nʮ\˻ϝz|Tp?e_PEm!7Vu ^`ٍg+@,5́:7DZ^ mwo<@Ő|`#2NZڽ-i2\bfb|Qv ǐmO c>jwRԈli3wj@ CzKlY>mղ4KqxF:fty R;i>.t5snDh/Bg|>-dΫM4U2HE0Sޕwn& dyPF@N{3h8 EHF.hЬ'ZNeItagRWl[k{ӶFf5HEt}@lÕco4O$o=uK"dsbR>Sٺ?W#e1` ]FX+sSI5va^:@IBznZ-*bْ3h&rE3t[j9"{2iNX&j? .6;k#86e{"&1Y[0I LVBCxIr#\לѝ=Տ$, Fp`jrUY]S3.ʁNkr4XCSb;ҏ_ 6!Շ{~JdFE~=w=kvü#XZLW@#q.Y( .QB.GɖOhAvһs6=eA(2AG j3?R:W++-#SĮjq~(y2̯&7`R.15H\"|dxڵznv\R$rh4(eu>? D aN*oxBN"vLwqK8M;4a Js `JC)Jʵ^~V-s"D'v^϶^o oFy/Ɗ|ǦRDn(dXy=sP r1-0-r)B3Kt# LUFi4 tF ]^RoJiӝIL߾m8KnZTVý@bE09Q^SA~v^'A ɢ)uQtsy$RNuڕh'da=S"-0lzU?|S)b'% aPmOoʘ@=pjú"Ąn D=]25qGDwȸiҼWo iCT1nx%aKƭwr3[C`[JGwɴ4IcK "(]yOJ:~7NARi:5ºņ PZ D.4R:hp$ոѲՃBiry\NT&`Q5 #uQ$X2S9l|( &tnayg7zj;}+N?8M]4k|cv/5G+{&`ft;L?*uG}[KO#c{[ %.l "€͠Jr%5CY8M˔Yj*%k9 I7H"oGQJU#G: 0B)<Ňd/Sq5gX^ٜ;M61y j'Uҽh]8l-B$h! JWg(GJx*ȮXB*^-%<^R i#AU ipfd=a 4 f7tnect{}8 `&)b)$D.fWA%CvLm)_?̡Y<!Oֺ8 )[@V5^إ7OMKhtt=T o[yKA, WO CFTt %{{tQrEz8ZSpoޠ\-Q?EV<{0IYq9:U4/86] v@k:Z"5hԤxH4gH$F~)rb˯Bȍ_V#< @-'f&QL3^RT5,_ IhCK^Ѷh蛲 oɆ d&/|ti-!whq+H4KYLy)ycը~YPELݼCn-Eݢsiv|=ce_` qUcy`¢!4Ր|ENL_]汯">r} kH*:޵hOhP hZ&TZR0 99EʼnL>=+'Zt!\a—$ a%;btΔZ\ݑvUAk.me8 , a 9@d ecBFjP YS$Sd tלmQ!wE>fVk <=Kbq0cVu৾mV>F _a✺%?d}lo7N^vXɦ~4iAx,C?W@iv@绅L)"+ H2Ҕ凴C"M@j#\T%QθA-;`U}:NIUQ^0J=fïrv&XkԖBƞV<(uՔNJyj;.;g:SU$'*ċ}@ i!;Fpȋ0D% ² "Ӓ8iִϞ.5$G0ȇ;ffG5#K1sH; @/X{+sX@ ds+ ʣu mMѹvJP8-̧XT2#/g ׭ـÀ=Ӂ}hC 1z X:ᔻoTZmT8mMP<,R>Zrڠ_1Txdp{O| ,ȡ^")ɾ25y{9Cj0R5 "}.ⰇsvԵ~EԾ|&3LGNXN__@BsiR›h*8wq$A+)ht}__5cϳ$w '!Nբӷ ~nRFGL6,Jʓ'/LlB<;=YYTKCHJu)zgV} ni e^Ȧ PKi(K0%j2Hp3쥸\тsK7J3Gx͸队H0jhM2gz#jl\>:1Nd3 hEqT'(e mEv7d~4!y)KfXt % K?nRѰN [ly-bYqkM*pwwfz{Jv{nkhNe4fYDa.^cy.n 8$ Kcy֙?*d'שv2fSڳ /&'#_X_11_$+@]!:OOc- z)/w΂Cb&3ic&MtN&Z('_A0ig \哲aA4}-fť2 %ԥ#WwoL;7$Ë+:R\mqC oKD@p:ԾC^K萮 OK=wZ"`o9V`Cb>{eԣC|G(*GhhV"FO FPX-tn&}oUaiV꾹skJCm:ch[9Zҁ^Vf[#}볊F #۞x7 TIfAI}/Q\^ϿnXPw)/lnFI- GvV@fLHV~l{_g8Tx>Sc ôڗwN؏nQG&L #r\zfpy_JY^ژᴛ*LPbdSGѺEtGFzy=$"Jbn)moɒkR+VhlY -]*D/Tb AVG+ME.LNu~-Ԥ z@*L:XIEvK~+}omz y[b|kD}Ïڂ8ڕ;3 sPN.\)PexhFё$zR./Tqys m^ZBojçk&1ß7VHKZ^eFnDMMH>uf,D՘EЮ ^#sV3#"^yk؍ eSW$SOsWb%qk2W'_n~JCۙ,-G'(틆firQ|ͯAY%VݗCP੯?}aўʦM:5&5A0ռ-Ĺ&lzg*k=@ YC V@E@Ts\A]E?ҶެJx3z{Mr6us}$xD\Mk 1Ǜ(J~t>ƥ_MKՌ{q!;Wc6 C1:m˺=q}6k߼5i$%E_$<ȋ~Vgb>He wxX҈ 5ZϤKT`p[ 7=Uj֗҇Y[`<ڸX n-:Z=4)tr|w߂`:q}v@/Zf%5rgfkO |o_љ[l a-y?ޙӭW䢣7^ @G5vׂ(5qh~}GwR'Vi-qYN\ C1 GhzS#xUx򨽔lJ"D s[< K[dWO)z[iaDA48\qV!s]-=mehj@3)wxZ A~(wf}D.U=N'<SpP._V$\",|0"U]tġ 9 A+ {^!""!z/bq,PI5nAB)& Xpū aȆmInv'ؐ]K( 9h U^:%0D֢E/JƾE- `<4ivFθJL= {b~.TP+Q2zC8,j2>M*Pwe!(6*}aOA_Eu"l*F_[$b-Wʛo}!MNC,G-ܮ?"A:?"c|vR>'Z!-mu:CҢ= u؈f=M%vJ 7_̹FMv+KCS#ĝiK`تOꍃǪ FO0iEo@? &S҆CVgLD-4ıd] wC͊A@C> :I6xr̭M-msV/yns%'xhvGpq &>瓮/Ozڜ^_OQM%sIŕ%~&gyS@<'HL~;0!ظd/$)N}:K\1M9\СC6Ǝ *6[+q苂00EZk/6e̮SVn#-:*^R/=& $(Y]ؠ aF ) GfR[mj\:?o(kT fO|'&@IWXA5y}6R( 3\6RTPu Pf^LjPmܩ~v11L fc%xM07 `zGvoHJd+q#f [8P J`Q.Zd 2+@Tx~+pAȅ]'O#=*oӜ'> Śu1iT8&u"b?@˽Z̽٘{elIJ@B*7};sU,/$>&/tԝ6.غ&vэ_@'k!2lm9P<^wlc<3xS,ި6.\>"v5#}̷~'j.{k|F54օef?כ)ml'XV_|*敗ҺʱIv* eHt~r?'+ C{+dzܕRidF,+08)-#31jC~Jٮчh"I"!yS6`\fD'AO='e][QLrCgF*xm\q^t}K;BcWeB㿔W#돶eg nRɊdH6q[B7lkiZp*Iղ0bzLo,㷺[3dǫ l2:g+!m~w]zؾ*aj׉~cOIh_o8t{PL'9"X2N8VŒ+l)1A},&7LzgϊmHrf\fC7V<(`ӿ4+7ogDP~Md/m-w+jS{GZ١ՑsoEiNZS5$ CKv_{|Nrg6K:HURo.Wa*YG 1 gpʓApu5m BQP7`8t>Jj[jlrqpA04#L_iQveqddS{ |1ʹ~iS%̰V8s~7\MB8_-13ls_5r݄NTb'^=,Q0Vz}Nṱmrks'NSbbExC Jl+I++M jE236][Ig:x1rK#%_\do"'x>8H1uM|.peO dW`]"WFh?,D:-l5i=S֨_5) ])&nN`[F*2sL7󭠐fͥ}nbB:+E5tf @SD-&;/@’|: hk;krbv(^ q1Ȼ <|}#CBk{ns)f2{8,C`MX~U19f}􋓌]-1PA==Ν.rslVȿZb<@{"d-Ghٜ-&S@.ڣ3-{P Hj@•#x/^ݡs_l_1;RvO621*cb]W̍a~=^ OL޷Vk8fg{E0Y6tGV0M Ppp.jZHRO#Ҕ ϓ:},h<}g.K>`7m??z_itcvbulV@R Ï`72U;Ɏw 2@fV]˟' R(V޼b²ોqI+D!1:Q[0fUL{G{ yQ\Tf "R7r.lN2-p/z֜y*pCo'7˩gbmؒf 52fw1FK["/̀.yp!+$|||Zw9+V$(\^ޘFߠr3t:m,/R$N~$-HH8}9ƻY+˦P q?-0r-z9ouͿt֊vƫ '\!+24D8vB6'yAk̪7r +ɂ[_ \e[!+rstȍ҇O6KS, G5CjANU6ۯ,ۭ CjJ-E ?p\o JkE"fHP$|;-t1TKx#x B-/ iyRǯbz|7 @BH3>#3XٔTc ̈́񹜾 I*i0Rəi]: 'N>&MĜRֹI@&+} o6IOKv3gNt  [NNIp #ZJ۠4TOc/\ ټ@=D s<-|7OrT_<袈a6`Īn7y_\:qp5՜̳<Tj|ϓpxm9UGRduջ00먡; g(MI(AYt\pxgwzMIP}gEhc.6.z<;xsB fP2)#&+m׻ʕ>?p9-F3F{huN &7τ^j?D1.Sʝ jsh_ OxFBA0.ٞޯYwYqv=+uGU(6f?|t?}Jۤh_壭v?)b@RBq9: ʍzO*$բ'zRH) э2n,EWuY3qD`b} ΀KVMf!gwz{׫C̻} хwj =&#Zn1۱2+:.[zX1fT|U_rǒrt-XϏBs"Y]<+Nqckq!|R 䝧A+3oig]M9kW䤯Jؾ98!\{mҟ3 |,:Ҙ^>|"I%#@Pu4׷A$]pLlwxJ? w9E6+2a-O]`]@ Z+Y&Ae"h{e {kyѴn<h=bhjp[|uxvk:ܕ֐.ݫ„oUV;ŦehcMU"̺gׄ]^4!᲌4Îl{,Ḙ Wa)9xU:arE\@Rh-` C)ҴjSyp˥ˌ.Yy(^q9*(U:huBة5ϺvY_?ǖUB`_v. o=qfⓃF;Hnv='^Mx\yݱ?sY_FІѱ)K/sR(zY~oN:Fk$|@oGsZlaƟϷox-*H~PPnޠKB4ABdo? ï0UuBѬl!-L/&JÐ;bE~ZK*^`DJ .EH#YM+޴B.Qw/ Ш@n0A{m _:hpIZI==9Ūb6c~T}s /ޮc7([ܹ T"5^{7ԍOPJ^X;~39TȐb0䧝_/ U h7 <\Q_D>T_To¾8(.Mx=7-{+nx/3vq?9 ߐt=J3i%+w_{,W]_=U,nh|!G8+z,}-<7Mc# **(CNdK4rXC9D 0lX+]H}5t4o V߽4ô@Ѷzrdz*YX|1£FQzdD"0IMM-uX>  xb2Gi\+[& iQ JTNcѕ|(הKpX3kzDc@cOiQFaI0ɜ`XYs˩8i,st993?b(mt_y#Dlj.*ZmS R<%LSRǹ;r-v=ќHKL5OƻdqZLmٲr~i seZ},c1pHiE)q:l2BCP`. w9w‚K[u<PX(II6=(wMF+eG> ϸ6H)/sS@X&j2$P3P* H8~r0Bp߿E)_OvRB/!;صM0#Q[sO`/~ 1~SXgS#UuČ 8XS(0p~8alnϤ=ZE[3ry 8sY i{?CZ,_3/#J$+}RK~ w<>OyM ]:!*X 6OV3zIdI =זPM)mZuLș7vW+Ur d)RE)I3;2Ɓg6.Ygh>}NGk$ {/N'-K& Q FKO߇ {@H7!"}CjFC /Y8 (9B/U(/&E'ގ?@אo~lj o&Ek(AZbr=FeiSomH?JHU w"uuL/(ll[U]a'4Fڟ&l{?: s ^F㇭?A< X"c_,^RԺ0 Mxդoڞx|my:֠P$ER%44Bx4:oͥz6M4G FS=? ]᠈܃~L_;EunStLśıxUqjpDƜ;Y%&?7r7*? ՘ kjֿBFvo+=o^(MʧlC#נ~f3 WFٿeW615(=-fp Q37 bK);a`6gkkzTT!Sj G<ψwMp0|k1Xjl+!bcWVܣHC E8}~c Li@@,C3A(.SU>B8d\.s:XHID([8=MD34J0g)HgQKXt砪X['ʎKcڳf|ު5;æ&ғm_;Cε]&O*@dyߢ__us1^P(*Q<)t[Ѽ2te jD`?:QJFň*\k}0-*nqhUGd.;02+;OH[TM*3ő> }P12EI&k\Df7UQc2P{m}MZ"a;nBx IjxVI=xZUDvL(A=ASUaX~4h'm;c¬ɔ&k r5 /8aM8:|azE,#4H7Ie;IV`ZxY,lèqA K7 2 7FN '#i3BJd-R2g arR*ӭɍavV%4ƪK%LzFsҭ4ŧtyօE`)ne~|│u[8AB7 \ wd1uN 4@z֓o-!WA<\|UqXX^p;ܺ:0H^OJ^5 .%`Φig* wݒ!B n ݞҴ"Id&!0j&p#Eӌ8 xǩsk@{#G?knfŘլ /VN^ҩ+1MGozYph޳ړR̿Ͻ;G_{cDSN~n/Ҁuh'Ƨf|a-wʖguSpI(x xW&չ^)Qԍ2ƲjzKv ZU0&B_F`΋sY?A8qk&eCNSAEw#tgdfQz_B:uTȖ2>Nr]Ľխ]fMEgf{G詥wob앒QΡMԘN vpm_ 0J=i *qe4d[sZ+Ty&G?wbZ 㚕L[u<==4w3秏+fɂs~eieGzHވK帔_҃e_pKLGnBPLrY2\rˀ׬Ov2g%'RS:oSa.4n_a0P߭@(I1!S+, ՕLeo0};EUrpIpN'}d5:WpZ5WH#gꅘ_N[Qa^Lڣ/16fCQ::Hfe6-hF"i6k*vE`\PX , ~߸Z<&-godL7U!1Qڶiu4#:O)H`f AX4!mi$5{7}+#y|TK&P)^K ~tW몀sclnGh52xp} be,qEQ=}GLljj* Be`Te mg 녌^XlX.tfOw+71n-X0dz!ZQdŰ8!#OuX}ܡ}R&HCXX@9c50M}aeJvZ]\m z'uYj(܂"_Q/KK vNG`:B6|Xh>ySbHh0nE0׏a ](2J5qblze #@٩~H4ߝt"VZΝ a MH¨(Lh@^u5y{3^};}T6UԝNvwVEB 1s9E&oS{~ 8֗ F 5IF!/K4oN|d d%"xPdʌuuJ.Z8&Z2 Ognݼ?k. 0cdj{T\CJn(%7K3CZ_َeB{[ zfЧG28{$*cPANy3]5ӤfԋW ef7MX%VBFhzg5"w')Hr2o C [Qp^x_Qs򲒈bbv+ %36xY&]–g;<_]{i$ x>@: Kjd{]yBK&4,-m2 3( Mz+jD.|CפI[f5.zF Vkrkͣ[(qeSIB)Sq:-6y'/|XWIPY#!Dٴ$CExfo\ĦU ?{;d9Q徴GŅGxy +/G҃0XM.s*'q^s͵'9dyjew{ħowYNߨ3 yb`1ʿ+Lkt96@Zq^B践4eϧ#D 7ʻKߗN9,&AY-Ǡ{#/kxL2zNAMtD*1}gq;<zՅz%FZIHHxx`q0˒,> ib;8`ZZxec~';mv(Aӵ^G"Br~Tɻ&k( %ڰ_F$f~:h=;w݆ӷSr!R1éo<  (p-VsO6ee"SX{xػvptcҫczjN@"޳_T/{H_-e:ߌj=9 j|3:4lpvZE}ecs\566Q:+T.,n5?(oM\*xFk֕XN<&@0}շwZg$`'0$m #j;Lc 1744.!~P\ؼ-2T(X=8L/a +-!%o]ġY !QGѾh# stM\pA0m: hxC֎hiJdhۦx;{"7ݎ:usi9\PùlŻ'VB(CFҎ)yWM `Ts #t351R6ʿMo b).3&+c-UgZa4=0Ztg\B%$X+eǑҧ==?.negcx*T夞 #xijYޏh=0fViP{w4MSF,bC/cH 3*r~> Pz\'}7F rfs#E>)e<^$':"H1K~"ʼ^Y7 ;(zSgǾ=[ހ-V~E6mt4}nS [ciwIC AH@7g!W\ȑ1[y>rMZwbx q6+(L{.'I{, 'A`<r TWV+j ae$:K׫bzh z#DIym[yuݪ۲i )z73#oT9 Ls68nCz?j:KZ= fnNdnީ(W|DE|e1u=CCM3o/Gg.VAջO-TuQa)lSlЎ%E7TgB4Bx;]xܟr9:^#7Tp? *WW{\W۽A|Z;5@1Q AՐ=儔ם@ɑ @"?41gxr%fb Luk\y8@>!*Oy9+' Zy2KI 5b`&#d@|NE8^+oq\W͡msjK!8T(l4 APqEO#H]U$b 82*='hºR|qW=۷jɠ  Af OWad mFc0(yKXY_QyK!% plbls PȀlA|YgM66APۻ2(DSsJg+X`-U 6%ކlvlA1kS\D%];a=^od֭@$^JFNha!5a-0HȂcܸB@0e>t#'BGX,Yb 5UL|ߝL9$|Y~phE' E9DiO*(eYAO ҁ!'#Z6F~^Dt¦y^N/xVnжYiP+yEV8ke^RS-U j?9u@ Wr{OR -N@OQLp{FYvMc7 ;d@w0$z1XL|b ~N'rG 綮 A/žoRtL ]kp0ܜWee9˨nXip*( .(T-RƕǡyInt[:42n`PJ~'ch{h1<q2[A ՞OϴU6C-Ү"c:( ePk*'=ָ]EC ex1y'xS,J; ѭ)n]S*Um->צ*|87*^~5Sh`a.*f,7X&nj̤d ZD)\UPOxbˢ݄ҾFi A0yLyϷuw}s$,i`$}o~Ԭg=쇝tO'&d ;J?.[.aL`#@/:NJRwX Jk,bm8H˷ 6i\?o)`zMTηFrʮx}Y k(yz9Kjef Rq+60a+eiG-0bMVFf(*jaGtnASCnN֚.B@#Xp)s/hV}}=+k!Dxpx#Z'==31 o`nז ȰjdGh|5$T|rAmE~=d@ tƷcOC|&v?bFEԻcB lVԾ!/?r$ dP7Y!)ɛ,ףm!HȨ'k8=(*zR%W;w+)Cn,>= p9{#UFKp`)@DN\Ҝ$y A_Gc[ j8=tPsk U~701LˠZWPN{~Wn^L0@v%sT/ CQŅXZ|ɻk"7HAtqTÿSC*cm39/TvyIq?}}Y ?k\ڲduK{&qϗܡY3DHV& ]n+rQ郤&Z0Xere:r1v( U1KA_[yCZR eiNVyv _CVyEURtyߜ'bplFoAv?QVW?nEC4Kˤ"Q*gO7K2ʋ5ad##[="Qk)S,gwn魿g<632>soɡ2UAtth m-GҩE!|H>_VcQyyt~YL0nDJF1=ݔ&BIw k[2'qͷz|̻Bd*<ۼqc &7@f[qo-U(YaKujHS䎽"2#s u 4.Qm.$FX˒XJQخR%DeFG9azb h C Ny/9nɠz-OF ' 99/e`qG:UQo%bN ?L5i_Wʒ!n^4!Ϲ dT}FB~CMfЦ+Nۘ|#g^8L/Eo?4vuɱZ?P<`88ewŏ=ⵃ 10AP.RJ3:00vH2Be3%JJk=j~'A_Rm38':kr7 Q`DYHzVo([r&&|%b8rps(᧔4g;./Z/F̈́" v*m5%ø ,ߘ't[XDU!unj/ w#z"7"Uv/T1*%EZXJGV&fΝFbl`o[hwM +@`9շE*seHZ۴*e`\e3 8r4"qt~a%uF6wN?7el H|E2ȪvQS~ai?4[VAC*=?k^^GXq1(;DJb. tv^tdxE([9̍OGY\mCX.Jtq@䩚2m:%Mh!&gF(Mn[29w/mYӞ_p fgG αe/l)kjs+9_#Udz XSɎdo?~')kz_6#-h[u[->cѯ o "5A'ƯO1ܭ)LaMܦf6<@&ZLÁd,Ö ^ٲ]Ar50KMn)(pH !0K*b =Z!zmCb$єʽiFZHD,hM.B>~Ax [YW,!!Kd$)o-D_n˓ S!SG\^pT+tVX0L0^Vg]]8!3&D9+[eo? (Bt߇'gTܝ1q9q'fj@&ל_4d)r]ĒQ^]s_;gcHpw52jZحs'v CZ08;,J19Z|Z!2 >Nhmsy` 0h*L"!|L`FŷS/gҦw|sNW][(:Pd< mkSc`_͞ɈkdJDž~ӷVSWùk!Ieto* 6FhR7ݒ&BåNb)ȴR5$[2F sW(;!lʹF1gͯƓiQ*vU5NQ TB>?.L_>[ `qq}zL] (t|0pmxxt0P?j h*4y}=S1Mk mÝ jVYۻFF徒ہ#jV\Z1[]M|' >J:g@?b9 s.gS^Lj!pǾ1O. ~uto}3{ePX!iɯF&W݇Ɣ z`}ړ1յՆb72X&8QіQҠv3ж/^n*KյзSi7oy5|v#(fFNen9poҞ䁀h:%UEмZy/i:#MpXAC9f,>ʹx-"c+o ~uDAo.>35rlP)5w<$G \Ɵ'.\0Wl34ҠC}>G9>ȍp.pF *DXc&V^t|MƢ#1LoR͞'NU\Oz2vÉ(=RY` 7ϒ{;%Yq3 ̞ߵ:Rs#M 4 xZɧ,d % c0>Z;53e{جL+v iRR#=?ګڋ_Y/z/}ۧd+W߆T-=0A\IP^Ot㭫H!a[B1#`dˋ柅{!&֢Ź71r-* 4'Mvs3u ĀF[pq˵>Ej2)9QŒ`AG8R6YnGPƖLJ%;3b.$BUڨW&ܑhQY穝s 61jjT_m { Ej/B٠CG[T PpP 4&Gv Ud`%ي_3څA;òx:WٸwB]_3eӌZ ë9'~.4ytpB QrTvNKSu94#HOEP20pJ}no:cgI>_~eߊx=sC-H ;~Qk$gtАÚ|fn*VbVehbǽ )ʑ܋{zo_>eLupfϦa]uZwc38ݡ9pb8ʳ;KϊAW!}j@sA"DUV=ܣg)nΣ&1|nP,:ɜO1tª482CtNE90fk/󻾷q]4Pd]mz|[Ky]Mq<'YI'Š# #:R"p.&iJÁqtASHO=.r7B븣Ūΐy+65V㴁a_iںtBm мH~C4v@cpG=Uۑ^8{} LLS"J,\ k ]>8~+I\nl}o"@Ť>,>QS|R 4Q70By>XDM`bdUɲUʭt\MltTLuj x$Aav-,\|=Ekv r ߔ @6hBCh&G0i;hyos+?dU"^5P~ϡ(!LѪ\ݯ'+Y&} /јw?c5٨JgE2q9I>D5wW|K.GxMV-DU8{ru Kx q+|uq4ÜHe]Dvy;};1kgT瑪_潶ˢ'.tQ|TjWVi~kŁmLRCIrHfK]Me%3a]6~J{ ~{3be, y/R% Qoct9mĩ M39_}Ύ oa6s?-ʰ7L,]P\#xϪ`B`u9^McJPU9 $s].7Zn!U#גR0ݖ wFo\q^U)d0R E{rM+o>l.}R=G" ս̍ߣZ- Sg|dƫm'q#.3A5&-տp蘴PTPo1c"5: ܚ}?SW*m SGFpKOgMLt˷Gȭ\-7SG uЭ^p45Yf zv~d!( MFRFpyJ] s|۶%I0#^g4,w:B BGaeI: =0-HX=v*N"þ  9)E%?otXc(m笮}lؑɹm!\g 3V{J\uOի @44ЎJż9GX+n{H KK5G=̯-ML wPUqwߣ ML#"gfL|揕&CfLbthJ$OWͰGUDQAXfW2K(v. D5'KRFo\='>{i8B4Q 2 xl}wQA|_$3Z6?o; ؊"yA>Q7v.;"hL^k(by`a;"?oE4D%<@ЦTѺ8دI"@E07O'upwըܝ6vqkZד\`E{KG{ dFRsq(u0¢O>U찋eQ‘ u | ,z+`˧< Uor/Yd,rƫCnfi18VA@TQ1g:"V{t1bIAQ l(!<8ZjxtЊ ^PER,<qA=17LgƟS/TD}}UHQ;i/0h*Sx]'s 蝵?f>XvL1=V`IUkz i cfVUb>ֲ7y}n*ehBtl%t@A?ٞwaςIn6E@LNIǔmZLS]})P&*~t,8ikDn]5h WV @ 8c`Cr$z*0%KEʞH?}QyβPtGhL⽗Dʺ> 3A$(#)"9l%]mcΛ\S0rgi'b gn14Y2n[UAFQG *@ mJ8!T.̔~E/x>ױ3r-=L; f@F`?<C/[e6 e}a®+aFoIh`Ap6ul.Q̞OgP4 0o=;Q1.7Ŀ<;YHol3i #7/L 9cGt ˧\J4S~ϩ4psA >1!8E_2 AEW;w$6(p'lQ'|O/mq 5l㣴ci?Ѳ) _$ç36=\Mt; iKkqJ/wR!{{d+ćPfri-0*{04硂^n,6K&Zy&jx6oM/yg&E S*5dz2l:Oݒ tz>o6+%f<.=O![yJ2b`^s+KDpńq7u/g _@i~e{6`=oz)m}:y})/do/jSNo-vpmDe{g~I*K։-v9wI]Q`WBtL34'+@a?t$h kYmBCQ: /j*mWO ҼTTZtEƗߢPU^U8 K]vdROTYK+[;XF!D*t6^es/S]~4i31c&TId_lGX G<@6ʮ%^6r.݊=Bgx7o#if 2Si 3U0.LQ}OwL756*q1(G䆁EuoN嬳4"<sK>VDm؀fH,}lfY>ނU)!%č|/xwI."Xefa|u)-_ce痯m#1^к5a;~pL+SsgM﯆JQݸ=XY6Nic cx8>KqY"< U&Sqׁzȗ5kmiB&_Fy%kde=g-i%KAN5Tgqj_k}jm.(C(hb /@=P 4OfuC0@*KՄ7ȍYNUiE+ۣu}߮FwtuaI7%{OLskQ&>&پV8܇q+ON,n#~eIo]s+6H:=سWM A՟/`Q7/ЦPut,aENܰy9 (&LcΓnWbxt'юE6Q2龒vg5f}ki;#g#6$tRa:8[8d,z)츞6ڊY%[\o,d'RnKFmuV>S*1`i%i ]n|~ZI!ͽgDk?J÷ Sn7y1ꃪghL _> rBWD1Ng.HFRǜT+e2>1</α+_an?:y\S֭sLk8`st{ 4:El y`~+;E 4EdX.ȜA)Heދxw hGUo ]~XK6ԓILjoon8W.ӓ^r"NG9P_A vU8r PS斱Ԝ~N/P.ofks]#X5ĉ\1VB%<v&CDsZ<g<-ke뫦$SoStwb]:FuMd%9a2"g- 8 Z l+.sd<~GFG/7 F?nq~yXMKP>LH*EtK} rarO2I ff6Ϙ8hV."qjC"4P jB%|tCKG"Փ_hKItW&"QZ5|NOt@4;#@hܳȓOakw}F|T6Z Q)EΔ.pkYZ0񩜄 /û;,YGsF!T[3Xż{Jxj iTqJFP (a.;2$Ъ3G.urrJ ub!-B92jGj>kx6yq]FvA{+FSS%)t4RHdõö]hZf @k]B`1䓚&E_xdbzuhDj*H*fi{!nt#xҲ'ڞҒ8컣 O3bȂU忙'1'lnCN;<ɋf7|^9MQjG]=%q BY R5Mv}U"5iќZ>O20[L 7~<0fj*EM`T !Z)gm\w莒)ڹ̾>'LSoP#u@n{eIE9(;*wь/e+M!G]nlaZٵ~O[m8L@ ^ۼ;TM=K%u+n_ Kc; Àʃ*E^fI\]ADR}ݐ,@/VSNvvB#W^T5txRMԍH▏ X,˜3ʈVz>X/EiɠU ELgbR"eUAji#-g.cLqg5JT1Ҏ(p+sHbeKKNt'!m}:HQl؅8Mlvc=3Mu BrR[}XsڼzR!5[KVY~e]W&7 eYcԛcٝ/AWŽ3im<{&r̎#5HB3/QM ʋY7_AyJS XZ~gנ bU0 V UtveJ*ڳBp5%,δڕ9݁vlI,|<,I=H%ۺ@INV( Ilك(B] Wd)Up0D}f0-Kpf)h>f`Щ[m ѕd֥<ߤ}M; v7#ӢwS<$AWІr @ o%3 " Mc@ `oEE3Q/ åk"оBJPZjz-&;4w}eG^#گ9:C6ڠ;QWޔS'V%2T}?mAY~_Z|l)F8"׸S|# 8}$[@ʥP}^~xƽb1.J:YV 7GnPVcGZEd&LV;ߪ>#qgROMV]h3jݎt6H?Ҏ@q0}#߇ÑYT ag>O" &WB 0HL 3=3n'AT%J3S7/Glъ|˱2l3Vu%#S8$ kQwD"F` MFKKqp&Mٹ0_nw5\yq; nS]PL(]OMHqO)E,tYd2@ot䷀vBc _ >r8Emf&>rl(*~Ph݊o4/m ut(jKpV"+D"e ѿ/))!V"ye l-([{c"<@~R1G2wl8˥Rр' e#&Bo+/!$4 ,ΈV] 9shR,]^zwt8BG=wd,.Y*ٶMT{(Ӗ>NJ\h=Tjz S9c- uFH}UcEK.}0;xi<=C-4A6tYySdH^Kvd͢ -0MWX/P.ت 1xNmyFxo|խKQ ,.(T\eBmELNk"bMx5G:)v{J= zs.]ȬDMIydjèeGLh!xUK)Bp#nsl#l+AT?2`c53Xi^ i1 yE# VL@ {gflzG2fR% A9𸁮E*M$ծ+ 76=#ȍ/sjҳmxvV ZbwƔ0Ibє|:{3Awy>-3W1m 4uV5ˆ+~>HJ.g+?q׆vlӣAiFdq{OjHRe ~gyuuxL-"PLkx׀/Or ZNad:Jz@xeU[6fe&!3H96T *k: J]]O*ږ즵FO%DxA g4k*c 9*אOO2gq,]3F4\_̘}P=v%_H5XNC1Ce5OHmcݑDh1!'}KĥЀm& j}1yэ8& %QQIxmHY+$}THpgSNc)y`dm`K W FV= t+$V:^{ 6a͐7u7y^ Eh}VġC76f%r7T}d*S2iG~@|r/O_'^n7oZu+¦"*Q( N->%JӎPbW'DkKIc=Jb8A:i| q2P&}}FW`G[Y6YK,n)> hclC& 8)жF[qH2=21H r^6H/L/tIQ7lK֬+$ό/p fd ]KRk],,`;x_9Tmq anmR*$:l$ENּ&ZH$xҷdz9:mNZ Ok\ۗN/2s 6'=_$4b5va Y:ɎȨ f ^24!7;b eg1@kd2!{8-5H{s &t{(SĄ@HD; ni3'c!iy.^p ~YYc K,}l:s'UO/f/X܃ɅO|C} ސ[ܠ1V;I<09܊s ,hss$L닯+#u*OGIvHS2&Dw=I< iP?.-*G,~KÒ-+q ksk`(6qg*²8#ZԪikFPLm.g)r 9Z0t!\yTn7C"A)'JuMNF:?J(迀QA+[\IbY_+' 4Er)QcImM&0^/HO,{5Bz Ϟ bN2.^oAwV kuYO#mJ#$fa]-Ue6!jLA&Yy*Sޡ~ kKM(TVg^ZgE@w'G R2&U/LrN<#F3Դ7=E $&e$a)_zב.RwP*_:mU4H eOA>LzRQ(2d37WF7SRb\@&(\8%g,u9ǹHFU(bŀ沊D. ~E˳D&ў)1VwgmYb!7]πN1ԔgHB4*ƣBw^ z01U3)g@,"i +؎SMX@k3ƸϳJqw{e<@!uA҉sR$C&òoGi"^%;#JTÔ]k_Gdx@p"fTDl?x%\bӠ Ӳ!̨N/:lIC[/rLG_ۃ-y"Q#QI@IeAP|T^=6Py(!UnJbQ9րjID>bYwTs4z٘VQQ1%Ult𷜐5du(q&; 4/ɪ9d=R"B.OY2 qKS-㋗]z1#3XB:sPjf)EyyDLh9NU3(4Q@FG $ј@d7Inj6>ZN# )^xMPҀ?!”RDXgފOE1LL.AFKVxnŷiʡ4Z"siї(f;j&d_˕aJUQx5CV|)U!E UГLa[Osi좁r9HG0FҪ*S rg}*,ڷiMCU^˷[7ZaI8QǶo]y\YsAmV]*8 ?t`d$rr= ,'9 L.)Fݚh(D"nprن͙~xSq[GEq?!GSM9K g*˨!wЍN̞m%O[Ϻe! 2ky4A%wA2t+'l/(E~}[S(懥6+oo6_m|#&0[]2#vJQNl/R+ ]'?q$WʜZQogmԀlIqX<ڒ }˔tO}, d ׂ (43񴌲Oo>h }/pVf#aN_"9E+0 yx)@d!r'|o抺lN־އ.S+YnFxaBО=e %uduN 8zLZKb DZf;V,։ p\R\/W̒7d{WIvja,SYOZ\3ι)ؼ/عf>/zsxuG1Y r\7WaI~TQY9T}!e[ewWU(Н=# 2Z% }k>KK.0iQ٣όhe W!nY.w:R .ӎ`zMIEb55o]@,^Ai GsB 4O M `ݽ̊ɥF\T O|b?G'wK uV-7=<%Swp}`~"zcg|\FbQޖw-޾Tex@7.h?C脣5RDS9F!*-c;뭼`uL.tǏDCܡ`[|_=^*%&Dt螐6.d>usԏȟI,b{_ND@^% ] ? lc(7N㻌JKD#P߽@HYZ90oaÁ쬤ʧjR6X;6%e.‡VLM$5#.ay1wqwbl?5^ {%:L;@;pJ˦oE[޼VW ?c`O<<0!6zj.¤9uGޠy XPࡔ[;3V[ɷZZp"Wn(u.;W٪jVRr )X;tĭ/ct7Q_ m9+6mC)҅ŴUyԂGɌdӘ5=1 DԥISk.fӆ#qlYܷ0Jic' f ZB%P&p%t_@pa3.Ĝ?X#'D@e?{j4i ӥ ɿ(srb_n_ECc M%wRgSKXhcɝ^(Yf1pr㜢^]N ̅"_QxV3y/$.@nHC@7[ )S}t6+]uk;# &28WƾkB~!,0굎uEf>eN= "A*Am4a U*k;߼%n!1dzuewa'd/7V7rriNZC2ۺa&1,~a06XmZwe%CX'L3Mzߘ 2#:sN(X)O=Ǹj+r~ ۿ] ի'4ZEA\ (R`BRI4SeφGw巵Y,DZhtytw1;`3VVO_> p@?_ZBSmlAj[ b#1GIx ,A6t g|74j^>Z(  f6̈3Rͣ/Ӯ>yJtW0Dq41"^ӓiɗ- 0|ȰzUPןaQBX17@벦6sj!z L]}!=$!UW;|%ך=z ܫ ^7aVQ#h\H8 l Fc:4u SExFZV%h8$8"W?N'֎uVQ~.wz&6MOa59$8^Ma/-4AFd_]oKTMBY樋VS4ڟ멄DA}rnwNΰp+TŤ3cP$"',u6y 1q'< qf}|uG6`חw4zlYxaZ8JLEX诲1# sv-!fY{Qu9O[]r% sԅ]Ld+Vޞ QvEZPFmgy[@-oo<X#'!@׺h+ep2{bxS_ ")>} yi\yky``yRH]37&K"sywZw<8.,6/E=Qe'GLgW5_sf+ So_ 6 42H(k*X[W/>S~: AXbP6(&I_'C̳`q!}M UȾVAnP:¼>3Q2oߵ^⩟C~ϛ> (M nPD?aHQf7 -!בYb)180R_' LU@\Tus9(c}Ρ5!'7&qLKuD1C 4*V25<&-xXmQ"L'ҡKyz!sh?6>D|xbr0s@Vqn/E,nO&uV+jHvQN4Tz>7_>29ep9*f$7s9_nƚGRָXLa/6=IM zPudB-Se(,z0*,kpg4tGJLF -oG7H lh 9EVLGtܸבlz(V)[SͮtSxf{݇!~ p%_}NqХ%HR;qFE}2yiS3ڌ7{8*G%6[7\%Eׯ-~[Q%o[[-C6Km˗x) *mr6Eʜ*1FAm*®]Sro2ۖo`jY% -Þn+)N?uߎȶC,(tƵ@ k,Mw}4H]߯E:KɰeP)lUXK*ɆΘ粴/x%4ԇ;,hCfRXo"-AQ'7myvD=v/V\-p4By`%> &ۥ>v`=҈o7'HJx;A_SUv2(eَ"Vq#)ֶ  ?[5jQ&T|Fŕ"EO>.b=Ǘ9^ڥ66c`"[B{|YcNRW)A ϟ=Uպz)|@-"˃B`xXfb=O9(+@a|o֋~-9w+B}k ċB :Y4j߾b8&\S4>}l k<2ྜ"N7=A "X;\IiOE ,6']FB +(WK|:_cO,Yʻ>O&yB/$c4 )Y),@o=mkC׻xdWAN[uMh5?ll Ymndx`z ZzOΌZ%e!M3FTb.4)lfxږ{f]E >gI 9$HJkRHY*:=~} p ?լ4› gO8_4܁3G,ӓ T831ّ7 řYbmG YU}I,aiܙ6]Nָcs)k Z@\ܙd_bz~'@N[iGbUpEjr5zeP5/:"ܣ"p5t5qV^ 69d]oa rשԅb%@"I>ހDVyvX|[`tыy5гO\}Xۥ^w$`$?Z!>3y?vDmfUf C nwbVT`llI,mI zJa@H`DZ1v)ILlwVw3~).GZXrAlv{,k-s@7o PBN#}jxL t8J~unNi.2~L#yVYsSmnLڢ^2`P`)(8wT>^|.J3$iFKͫ4zBJ#0(n]F~x$d$o j-L"so,پD@nWP(CѺfGR%I 0 `i&N(K,;4I -R+ZʟQ8{U[DEߵuxƂ"Dੇ`.#|c"b5Z:.Ж}WNئ|vL;`"ɪ=٩@HfTa)j&thM,4̫;&b,C5y0t*CJ7f-=Hum}? Z ܴ'#t6ၥc4Xg(3 Oe 2[4 {'CNKA hsJ7O duӽ jm#I)sUXDƻCP@?Ѐ/%DiLUml]vi <@Y[8,Ѧ7!UJ`}&=AɃ@s+D^)msR)Tt;{47 d]qQ]bfbvAe̷Qx1T] h~KSä?/Y P 5!F™( OۻSKW 7>-;w~jo*zpРU* j*oxY]̰r17sA7YAcbzv Kп}gD"MF <2 6='pLwۂpһk%߿ZEAꙫ'3T4Lgg+4ļ(W}pp^Ng"n+Q4LJ[?L3 T]J}Ėk-!78nñ3 3H%^gu_^i:٭׳ #_Z&=5`sd|(zz`:TrVG3dc2y=!,w0zMb^⅚K`ƴO@ߝbɹ H+x zDG@/ zC|c`'UR.Ko=wI˩cߙ;Z3-@)iUI|$/hup="a԰ t$>ìY4jM4 ^m˾yS.Iju7+cC#ekRcBP邐YOPb2d՞y8 %$6W:-ȑ 1py$?[!SmǩN<)?Bʞ5nQQB! %G.-BO?l*~w#>r7RwO>?d3En}Ƣj\g, &Ypx,Y|)UV^ ='KPxK.C a:7r!@C9? p A>:_V*;wa ȸvԏSc[5νQEg}".e~fFL8שCԅ]u?5w.RiFUF1%0v0D,rD~9o :M[eA͆Mʩ tTόedKq XN-^d;C!#Zu$ N}Id<IDg>|‘CEi DՈOddHE!7nM)}EY']'Vd*jr>,vV i|)iha?u yDHg ?"1?l " 24 .jT\\y2v:L8CjPǓ0;2ۋY%]Cm|3ϐxuJ}o~ɐ62;nC Yg}6mBz D`PMiĉZ'ʱ<:֊67LMb4a-&f=q2^!Zp+Os34CGOe(7aEflܰvv`8N'*Fq;L՛BOGæò{k1 r ۔WSV3Gf?|Aoۻ1obU@U!K\KkdwҰIv!U足SJo4^KTk|‚!2TՊq0\2T-0 Q^"GP+.)z*/.;>q1+i|Q+NxK ar6旵Q2.&3Gć[S,v!&ήߛs6 m˃Zuz9;8ݝC1_┗Kψ5"6ZݿQg/C^"ƒZ#?H.[$Zwv"tϰpsŠ*]bg b g=p`CAkz"nf36\oTkUmo%,;fb_X;Rwr\wvEhQt۽^H5jSݼ?n{84 'N;-YB_s{{sO2a@xJ&X(Ѐ36&I@˽BS3g9'JeԜAN\):~|y )vN-4ggU_ p]M:9xO߲G-(pؔC6 0Ǜ9# Z1 lf? -,ᔏ"{9PakZ͖gU2'3NKu0E|vBJ f'̈8(a=K/6J1f4*qb,jۺ"M/N]qE@ܕ!W,٫S5_ 7{hw eGN @pҥW'}#|t."Jhn~Mg7rJL1,gǾ5R~-ܷU \FgaTfl%fr"?npX6x;`պZb3GIIq\;LEmC2ڐ2 `DMy Am>TcKA\;B68nԪ32> ;:(TxhՐם[`CgiW11~K86R{ṭB65uمvwFu 鋒"S}Y ڀt昺(XaTѼAY3X{Vϼɠ}8骣ǤT`>*v lB2*r?尺پQJ[ƽ(sͱ˥OF<_\u(f9q,+)ߣpP{;-:ĜwB?t$N^(N[ccN<߬숎hp_X:ee}bLguIiS(L,LEB'}6d8[2`b4tJĺ'on(ߥ4xB ŴHvJzO mf| ދǒV%I%i'%oz|{}`S;-RYBolYogmlFF Kt<=U݇K*VeQ%솄 nT]H(Y0(C.QC#n-1i*w^T7>]"ۢ{7i` IK0SZ b 9,BTaV`Ue?*'u l8%,at*NLmDJLօ])C]=6eȁ؃/P.ϓ|+θ? =7D@[2=2 If&t95< _}v v{v+, S^Tc'`V_vyYr3"r՞.ƇOMT9{&+1},)%qnhotkf~0P^ѾsX3(օxiV2 >þ2LKDzA^->9* 3 FUSW@#Eߙ Uu/.v;'#׃-ډٞK#65x<|)Rd<ʓ,$:P^[򔗫/eE)`A quk7ԭB|X##=Dcy8Sz!pM@V}J+lzIpá٘PAL)^Kigx3? GOI w.i wfc#V1҉{h*a mܯ| qg %|o.CH7hHЅ.үlHwc YdO- a^LPWOtgl7 lꜨG[:: aVWTo&ax(]/#YwoO/wd ̊3@7ahcnSGr+Z{&mދzYPegx%8cSvHINN.?]Ȓ#til|5㐐T#_H󿧱O >2$ydҠyZ /$3qgK9s4N4G8K՛ 11=T@mUɚb*PN5yH\ Aiy(Y}Y'`)$ExIn{6td!N讠I1-Fo'oݾoBTZvP:.~|d|4Lq v 5X]9j J,j; - 8c|GL\@!kγcLi*5z  (Q"B6\?=`2{B,z ;Q?"s*X<1!/hqmVA-K"?=,TeSEQUyJ?=ݷ;iڹď6gi?ޏRI/`һ˟BœxQEyGgR UiwB5BlJiQa`} xIF:j|~0m"a$:`)CFKhBP̵VlƳ!?K#" 6s.hYvU#gS1|x'47X*o#Z$]NR<8tZ_ lBSrE8ظW؍\ w9?x/uvỷAX((e>Nkg"Ii1V\*;*ٮt;0 TJ^ҫt=WbNBΈ:D&663N:.T"=@\u۲9[sAXe!xbrE|1!0~E;f#ΐjCLȂXgT~3.5Lnv!IIqZERZƏ%ᙽAo)g( ־SUqTp+%jtOy0G̢_!!.TPw}VY(kCd WW@h0yM@&o೧C[ 2;-%%c?򇘲˥6"; #:jw5K-Và b1!?RΫ!`)r}PGAȺ-`EѓAش&.*1A3b8WppsCg4[4. lعb\1D}enGhX.Fn(cC!Ji(tB1lJ il4"ZaNcmAX(D_l0VvR>m}"9owEJ5iNn7MWLYv%}:^<."3hA ሴw]ZN|8lɄ7]Oe {F=N=(` [ G2𾮬8ɩ]63/HE[N"c.huD·Er]B8^)OODuW#Q*a UL\{8Q;eGb @|Gs#V4(DfA>-"ZuϼRUzHm V٩is*7Ȍ}FEel?8fd#U(P 8(uGXØ F) K 8b o_~s7I*aW\n˔Boy ڛqpYhț<3Jz{0 D#[sZ !Ƈ5u?]HG`ԨϑULJgM֕ :\%#@s:>h{ʉ-AۖJ&v~ Xrt@拁(-s!2nG7e'K@~*lOA)ZO߱8g!A N.ۇ7oٵ_Yy4@עe-ˤs=*Sm[Kak( BBд k"E KVIi K]4J>VAV!0wrk椰2A\f1֙uu?P[NU/='mG=cλ7,a%csAX]*SBR^#B~[n\ /trexp 0X!+xf^PF ?ReD u} TNȇXm)̿f\s(DžB֚{v<븦WY`?H^a ;|0UC`Ihs_ &RGCoݩ˂~YxM!0h/x-]ty 65#HS3B]2۹ v[?,ʒ} -鐉Eqs,Ż) i^Io5FLPBT>E^LLO-tk?tٔ}:dRSw- ]?)<(PS#Z eNU3TojA%̄TTm'u>AJI6˪-.vįAw[쿨 F`&Sᘳ߅E5×2Z 8 xXQf_|Xm@='ZMs7;ͯS5o=Ý{~(W޺1IF_WN 9,!sL<* ez]Zٮ|nDt.; y.,66c&-䳮)j^K br(;aABGMU;FUNzY=VZkJ`ȴ5 6*cP pj.![F V>ʟX!~mx`$AI@ SLDHZ)AazgkvDWMz:٤dOw[x+.I$"DEV| -`&?cLumIuˏ=)jVmN%8lFڲwN|dmzXɆM--;ˉ 5Di&}U#7X0lT6ӯ1km2? m鯴|=(6QrX3lfWEϭa:6@f}bQ ?ߔ7kv2"IFfZ7+*.Ǎhe3uw@7>y&z;\~K"9CRM >L9)>htg`l8?CP?}/,=EATd #_]jRoM ;R>˛}̓x޲/Qr Q) p=a\,`8i@l YTftIb Gd)^S G_=OH$N6#y5I*up}eYp0 PFI&C'\=+E~ v8)ؒXWltz^-*XZm0svaӄ.G ~1(7nB]CF;"m11mԃ^|qc1H:XdGe*05wdU}Ę+;hn,L~)ՙ(:L%[ob>q#HоE U.cm>m%uhJz ;P?_`(D>*PARf ;Zr.J1nq^.U WDӆ0Y㩦 ,Eb0ҿL8U=!!.Y`٫Ay@Z"0tر7f ZC$_2йKtS@ ,ȑnbs%Y7fQ3. 3U  B#}tZE73;euwچg5XXzK8xvVE4>CFڽY`YMm}hZ>lkq)iLֻ9:qTۀ0 ifQ&"enBIZ(wr0A0)MYrdӉ4!녣DzCD^ #4NP?7]U&YbHߌDZ{#B^&sߡrh#)S=9/0'XjM1~NPb' |+9!aGG52/9^AIU "5p)1fy@Р>MIjS5-z?0nW ix08]'&@r3V ZEEU:]#U4- XI5(8ص9~zRsl+hg?!] Y&*biSCd nƶ؋d<}ʤ&o][m{/ ١\g_L@(7dh ȭlړܙab Skٞd'𗲩.0~Ii)[̟XʃhE3mf.| zR9e!P"9xR`Xߩjn$wlka o {9r^b!m$!ڗ/G7 yLɇH\~F T^Qb;jqe/I>7B_,T^+$Øu<Գf {Si6I"AO%RS2njPZ`R6&&ϱb0oT++JEFNl+G9? ,J#v{Q^%܀X9b.Bl1QtU. UN ʂ:gX׊{(%5٠}DHG;rWf{QYxl}Jn7VJ(&JAM5daQ IbibAPiVoO&#r(DBC:Zuhְ cHD8 D+l j= o`G,:|d$vw 9C[=/~\Cq PIrN1QcDd7JL?A!s|zD  ;.eA:F2oC[aVQW&qW 4%v0|7).ᑮRPeuSofZ=t/qL\A:+0an8 ~w|i~^V#yўǡ̬΢n&6pj6YP%X $aC|LFі_e*VCu>2t^5qAe/i\| ӢSh n&4/N`}ߺls~&+)V[=kEQOYq*Ԥnz_{ km#[vHpb30'>YB)OG JHJ c{q2XV"Z'S90TKOv^1=b?E ^7blGXq?ZG":oA5yt!'rES+K*P̖,;4JZPV]R8nKǮ׃أ9-m(03Efle} Y1 v@U-9ΥsMMprf>: ?I~_u8ċp {+ vTڵJ"x:o,g,3ڹL:>ֱ"MtBl4'Z#)igrM Ryښk!-5J:e83@x"p;U@G3h2"_qANo7XSy}*Xn߀rE`#{${q6>le&_ۜ#hN8 MJkg&Eƌ^<|S|3-%TḑtzBMӳ5wR/5R^u Bmʽ7we]ƚ!u0t`y"ݧkuƝ>4Qr$s<vC[1ŲINOٛs;(oҺkWf6B>`䒂d[ϭܝ*? ,to[옖@еrY^i_c9 }>x!z%n aKNQH|".݆[;97QEƛ^7Ļþ[dR5z3lzM3C 둘7Dd7n-z-*rMy!RIuZtE(58鎛@#L~Gs,}tU, ve YM*]_SN?-;rIx |wZH~ppSv#}&qAgG2jy ͯ D aT̊%q+ 'y8HM5B,L6I)H4D?@}Ԯ;(դsua +\[v:F&o&8^02ྩE VCԞnsI؊q .r1_h 7@SF; Ǹb-Am+֥'Rx5X83VŴ(*h̍tN^q uDR V }7= q؁v'ac70ߑT,d!)r).,Om\5 $B5=.'@ ӓ`{@O|kۚwL׌{=OT/!P")}7leo@0ͭ <5w 4g)5'^lQٛ V|}^iq=[MK?QZpgʷx 0Q韯UmGSv|Kݖ}Bgs%0W)d<|M1jXI8Ȗ lQoȝŭ+pK@9R[oR6v^FbFM=7bo`^n| z.e&!D' -z 'c7I[ H4FJ._f DEtt!ƅR°ׯU);@a妛!Q[R*a]c6n9k I )CyLWS;r9RJx_e+\SyA;y]-~ ԬJ:i\1sM0Ku0EZĞYro!pW@b*E1din恕i\mB=Јfs._ dk1y =?R%\!ndŔߴ\7;<Y iҁlyy &>EeyүD;nռ.aS薒bZ: 7TԐ6TcUQGdl`iM6W"`|e`y!ϡ?, W5!vjF`وϒ`~V%*m|n2llUϫ}]v95_b U⃳7 -GF.ot uI_oK.L`L֖&{<g@kvdQ pOmCt]jp]OuFa>.WhLegi)}.WBh ݣX(mz55H0U숰/ mz+R󧹐5 mW^kD| W8ڼ1P玂jS6yf׾ :t汤Av\Cz?tcDkWxzi7' ?nQ08ո"&Οb;Ʃm쎞 ¨{)m5b!f5Hj~>iϨjϔ~\av/eit5AZ?cڌ_Dh|>vB;هbt>)SjRW劅4A&YvBS'g?=cxĔJ龐Q:4N [KBod_\j|!#L!@L:A4)Tg*?Fr]2W raoz~C@\_%o(%SJ,i^]F{C9e%}U A8P?:ù1kHP~J~ifgБoX-6~s1H" {0vN&{d#tp0) I8wMc i# \wW!]*8AlAogxKYI,i:&"wdNAU1-)9r+7~,[w]"M9WIl¢C鴌h?$1$]N޿̀B1E ¶7ud vJC[uުdeݡs b<ˠ]L/ ͛<Mw\9YDx .6A$WRՑpiA҃6!zKxI\P\[w8\;_wZj5I7piXq_-5~ނf"Mik mfK9f!G*eSmObc';էwLvmv.H?m(ݲNBwvE.Qu=OYY84c_"ȼ8% n<C=ϣOs/Uo(pe9{< n߉Z~{nO !_8@fOZhڒa 57if`oB87#VU؊R=[f?Z_4p`ݚR,Z,5 Y#Π\s1T1JwK<1s?e:=/%Skl.{>jIJ3rvIIT/oHĪ92<(i](;g#2_.{Z]bëmK)&@z3\d$7BTmg եTKrjRE(s&.d`X $\T /=f~X^ub`@Ƿp 6lJЉÃ,9# ZPH-ɐM#h?@ UlNU*WnqyJ~}b?x-@40hxW +6O%L /gOȲM[eYsplR>u+2 ǫDl9_{ B 2qa6'n+bY9ڻLCM.ȇyl1X3ri!94 ZkjBcD#K hbQFejqToqiݼFf94醐#I]chyP.ge>M|)|sbLP34 t Eg\,^9&e M&[LIM7jhDn%掛 :e*Z.u-YkF .]VIZ`WPbڨ͟ c}]*Vdjt%|꬚`{wKGu%R H\61\ryvu s-usۡ42Q~, Bͨ,?M}Y{VaiڋbBoȺ\%PAk<\cj"dʼn2$g{ X0""E..G{n\q¼ nk$Ύ.`%$7 0 XQStS`%)ک'.^Kk 5AG2q+w]ՒT`ˢ8f=_W<ǟ=WuH"ڧf0FWgಋ[}e~ϽETJBDGK$q@IeR8c똼lx@UiSiWW O\hWUp ?j'ՑhXi鮶WQ_-߄[RE/E"i%bOg_qa Ks7Ag|*y?$H0I{ד^JR\SoeM'#j EEi5ړAsEry-Pq3dxKsL+71>cy\Pl2u/ʮibqZ%n#P3Va2+!T^HBPm8Df\ N>\,,.W4& (& e./.'u41ILe;.5{~ӽ!+Mc6e%HǷ)>ͻӞ?;I$0-NU>"jSv̥haKdGxb{Ru$i(Oshp]4&H;yMn5.!{$e%b8NN4 f9pK%͛2UY5LW&mqL>ؐbG :WGu8GrSѿ^C~d&vb+!c0@WnL4c~E탬y> ftŪ}H=iaGݴ]f KFJH[+qey]% ʱg6|n?j42Ao%IvfS`kjHU>oC>;E'Y wZ{$L~3zF\j_W} 4Q!h y7Zho#?-B6{ Kɼ$x?C1ڎ?PFr!J l$n_Ô 0~^uK/NB<#4A=f 6d}uKV;3%}]f 2|jLd޽m T_5㕅RBS_5:{"ѣ73E+hwT?(?9\GP ^ iiCA'_j;8!c) e8f sdPҬa9ܒaIМԁ>kp32)Js@:? C#-m6^֬IFWgˣᚺE v]R& 2%+$_N|<,{yB 9Gy[NmIǨMMIujp ӽrmh QOV{ic3IJO$^% 68٘FzKҹ' j/gyV}\ MBG9|SKoFvh2,S+̡!be5 0.QzU+lՉWYM"WT⤍o 7UsЛILmNn\%`tH6)EAPo7`>QPYB<}1.ڼ~ @WC*5qWq4P {TWУqeMS0=Am6yD|oqvj^aUʟR陈Smݍڏc;P)' I D/x 綡0BV{)ܫDnPt; H}$g'-/%wafSw=7eF@xRKp,s$v:W 'YwDA޴UcU\^92Z[om7 8zWv|ؽ D ^'dt0C{7pןzzGwHqQϣԪg,=]fA[m?J.N N_ڽ  J5bЕ8)CoV4W`&nPÂ:-'(Cl:)uZKG$(,wn,@zl0/O~y'Oiq20" 8T01|ZİKlZ$MDNc^_O/GJF\bgI.o[ra؈M!L6/ ) <E~|pfo'@0`5kK <(.՗x m-wpbO!.Fk(W")PB|bk~/_0Y~U!sX9Koyg7%"?U:2@H5y`1{`^H\|֨RٽV߇t@Ɵ~7);ʠsI/$&EI&n%y)#HxWe?X.3_ɢ#|"~l 7ZJvVL>\*ZB_HYG8""@< W v:}xqMCEddh,N2EprDRfhm!z#_߰d7i?";0K-:Tg1.0ĦA|]޺]9-[I%0ɁR&VgHNj I__BaBoxRB:˞Ҿ.*~}TD5,p˙$_lĘ|EGF%HkL#A;J1*k5.P}w]yE@OROq)QW+ LJdU k]a>"=82ȁ8Ʋ~ s!{ \I@3'hD=Еk_|'%`ok+`MwzznǠVY;-f [ i+L4!f!O. :ðUݓZ@Mք)U\ `M5C$n df kqD*kkN90Q-_MLͷr-/HEDe?'JzVlc{T7QNo`B}v>+VHwXt"jW1&nt7r}M,"@.6A eȐ-)b5 [`J6jY>`G^hZ3R۾K_eĪ0Xfސu$s^w]A 9V*+\я@D +)_>݈]y~It جqAJ<7x/֪9=05 b{۽W3E-@r1OH!(I64Fܴ\n)3h/yZofib;sk˅M⠜W߫&*=_%gE]ߨw:U>Yv1U vag) }$*7Ce83bfˆaXb0]GM^ذR>-N>*h8/VrK ҈44Dfk8%MŜr0I9CWrvA-c׉ӗy8[pbX\DLR$$AD51Zz)s(jkT <v4h;j2dl𳲵rmCܢ^# KyGFZ|lny>k"R뚶{6ܑB"PIQ1, L< 5F]1/x΁5p]塏j[ZKȟ˫I鸙"gy(~ce7Gaqd_R'k߽PHnJɽfVݎ ~~L8:O+k .,&x:=j_O K3 f>MBIWHȥ|RI/s>26z<*!<.\&sIPenDb:ab=HY2 +L- `:?%3~uH¨80D歿etJD?D=p)ex [>ϰi.I0 hf_c=t1AXyV@aR=XK .Md{>:U#XZi.VN݌l{ՄV/~wL[_ (a!xͰT;ojX-h&;Ò$[LJwON@#+g/|mkdVp✔7^ALIv(ځzFey 9럫lLT˔&,=TJJZP˚( &͌|Ȋ1X`aWB~("p:{2!o؅\˳f3UMU-7Xzţ4u-.pZu;*UigCşLMv>,Yyn!{u Զ4Hnxu,["0q'nTDc6Ja_(bǢEAɢW$5E;B D [uK5`~pkNaV"^2Y`q Ql@* vARnigB ѕfK9.;L\r>̜.F\ p+|l,7=1pk@5tPIf4W>5Y=#2V;h\^b{Bzhl &@6Uh^vqe_3H/6[i*`>ƕsvc̶ |?[$2D=ζrU%yi,.xG׋nP;MےqXXTM!]j~% |ңjaʲO qcps%9q<pʡ9 ^+*w }k 6Y6Ou3='fiI0 N`&T1R >P;@X1b9m‘svjL4*H\$#Vp K7IoLƒ]#~΃DAEE)R_=>^tN`'?@¼ĕX<.Ǵ@ mD3D<烋p͓ Y[FC~G궔ĸӼ3K{Jgmwmʜ@+dV:P/ȁ8pK4Z"l2 J͖:( (įOUe'ieˠrPiGA*?+7)IP[U/o$5(HgNCl!URs ,B5vyO~u:(ExFk@0-a+P ѡh(AuO=h+8@'h(O=$)~v{F{lFy.U{ UVLRy8e{S g@aF K(4 zڜC/p%EӚ"9@Ո?bjo(rnNe;QUhoeؕ +!ov 7Hh-`cs?<1 5w xhZϧ3]ݴXa֝|)K>D`?! {|UUV0@tݘ#A5JL~[8b$sIF!׉yo)ysGq#*l"Av\WJxwfMZ; Ҁo̳z^i _&.UKe\y'0bs:l?Z]C'`T t[3pc[|,3V}jZkvENTںQ2eI㝙2`('=?O[`'EjAX Y TۼO.bPe@A)`cIfa>&%,;噡fNU~“X?`GP0mŇ4Eϻ|3&{63(@~feXM~ph]ѥHv"nv 랶i6Y"rIG38O Y-at)˘'kS]( 89񏭕ø(!h! ^Nfnc}?v L`g9"4M9ޗ$w]`Pzn˯b^87h(HE2 1sN/k%<7K]YEN*X]?/ jMCa_i! z-p5l7t~ԏD~eJE=(i~w䛪 4Z,MQtErXD ].m<Rg(W$ٵG@dŷ >cZɾ%&B_' (^ָ)<@SVyЛXaE2<0Zr&-ONwkfVh`@"rJUQsFt"XcjdL'ES_hplzGK̫#(Ӿc6yB`5#zeޘr|U~Quxt\ dģ":s;_]H՜[8SY_}05T߯m]+Et\#Zg>&՞r(s6kjLZ\١RD.F=sBlL00vu..;(V0 iLhBTׁ'pg~˛tQKAՃ);b](Lo, !{,R#c>A(sP)ũRϗ{6ЕBPLñytڸTh c>r4t%#nrv'ʳ8Z{w=;`,, [2CxPɟFU`l eb+H? ZԜ:j/*?Eӵ[^&sva{6=р qhmCxJ|HpF,}qC TPI;ݝ"'ѡSG[CKto c6=Pj `n I7l/#6ӇRf.'.D iωK(,߳X6~NLi 9_7U5zRuqʆr K,)܆jml cr&fO$CEs86d+ a䌣!qf`CMξ 㸄BN!>gKmզb:/L;ҟFp,CzR,2*9w@a X=u+sB`~ӁPdj`Y7_>^ML\_z)բDWzG;vP@|VWIb^;-wXLsYD'DcE ӧ :# Hg:2{&bu_$q%Hl@1PP";Rďp$?75WF]_ nv6nvݚ̀nf|,b+w+)bb{yhv9דu`2ٷ׫,T$pl f͋M2{&ȹ3̢2]̦.͇:mRf#7] B?m[ԃIOf;Ly@5)Ԑ&7ŕ۳W0={S>i*3͈Z[_>X?xeʓ zɊݰK/_$̝3qajX O>B)B[l,M2IJBNAFnMúcfMpz1y(JԤqhBf"gwWa Kwhl1-wLi—TM *ޙ?`h2ax3[ڻ*^Qi$L$Mw296MOE:g S^9~i(--:r!$P>d~-<*>>-wŻM{‰٫"HW1|䊤Q:7ȟ@ a<4rڠٛ.1_rSGq(K&\66cȻm9S ;q'\<4U [E^`^4_&d--uYN;d@Ո*RHksW%/r@fPB(qp JFnXiy59o| y2WOHZ˜=ZpPקZDi-@ETI.VTMD/t0R3WzWnx14O-#9.P _Dy)!ldkdjz^ձHg㉸l:z]c܂SCi٫&YͦlKw`09dӄEQ:ܦ:6 EsSfaj|x 'R3#X5(:xVq 63WexOW]tNMixbxJ4EvRJw3^M,}0eSIkoT4SnUߎh3H\-<5Q~ϭтBr iY8bIb"k{^'cl8z@: (z/jt>z銺py.y["x$ j*7pFBU:ΨV{mD)01pݕ "Ra剋׈m B;:PGd]FƱɧpĘ! *ej~CTZy&<]>YZ>-:;%<~JYi @m1S+GR^ EκRF!K S JCИm^"L{Luw׺uGx:2X1ɤvx;a""W7"G׍u-dK]! C"Ik^K$DW x=;1':^{ʲăƒQ@JohBf=)շi83@8S^߆|8ıHW qSw\&1q)8qAX7ߗތ:q@:tL$gm[8lDNN/܎PU}mpL[4`KS:=Nߞ0 U'm\tFœ;!>3˧̽/L7ia1U tySxd;튘g77gbaH@DVE]9!'%`,@*(1@aaO3oEz5%\6|Wg,xMÜ~a 6x}(|5@醷(0)ͽX!2\%x#J7_:U{4 WDwvRW* ԸMWTG+Ɗˈ,(XH\W;dhj2eaD_ RzlaCi\T7fWWÓt}d~34}zsĮ`";>%NUFG7u6+hsilRE<h^@GǎA(3Ol*KM`/W-dUIiayM%p뭛GdM^nUo n3r\,g Z-r,ҟ=Vr58RJU>)3Mnp>vUqȥENyXA zo}/|5|6\`c妆hv[^Vt/шJ'yЄSC/AJm-Jc "4^쇟jA`3xy^ZkM1Uh:M9UG+ex%uOOvQ0)ufw/Fr: iR(-{eugH+!8}α)hCr(Bs ~Q@u|RY;V/YO}- ޻<_+ڨ1V'l˷puB,ߚ$Ť< 4~x<שEZNum7gNث; 63X@{fS|\?l%*_9xxMK`?Z@) uD!\y|3+ܫ OpB ]%#=mmjPP: }rkԛVj#)";?`VEp+oO],a,x% u\Շ_I: cw 9g/RyqvD,x Uyч!G2LBk8ZN"  KfT`jNYDZj9~IAswL;TqʷreZI",>&α#GTd.zYZ@<|[O U hpϩ`-(- r qW(QVg>0V֟s#J[Gs,9uGh8p2j0n5HcA>ZRo%ڢǮpȤT7Jæ$~B_LW  [0h8K=+':宱ڳ<zA;-{!y_ Y"O:x`!JR3iĀ߳!"zPv'HYx @0qYjV,d(pLtP|l œ&)qD$=|@' ?))I>9^zHwyXuBWޏh]o*>8Wc̾d; `G3"'v q$i'im=8]d|+Z i ƼojU7S[R|7/#$mp)RP!8,F% DoG6 '~~zdP?ZQuZ`{8tE u(KL4Nrz`dPR(箧ly+|<*ᵾũ·)`D*"v71G2|mu8)j-SBQc$R@RqIq/'΅ 'h~P"ٱ!) n?l;.=YJCzjQM{`Ăyq*=xеFVrQJQ:-:F'9eQg!!6 hb>a (^SPW.[:ԕ02ơ`}#_+^Pqgj9V=m 4dqBHB6vWx[_":A.b ߜފ@FAgK2UJMX"9Z?avnmHf,e wJ\R 3#BU̎z'G!nCu f- MwnpQpX03J~LLLl̥OxMHmT2aӻN6,_qs|W'3IkvyLQrUp8#vF|uڧtGR-}<&r& 0D˰eKDe's٢ 6$["V0N΀iȜu;/:H`GS)$% =y4cַf WK lw`b8v1<8Ls$(z:^ɠbJycK\DB_2u.n2bY-&^y{Ryb`ePi8Og!gܠxH6>iq͕#ܜ܆\,(HZ_"Et[ֆv^*&0olЄT3 ,h`,1twxW3ұpj)۽!o*HyK@[|]]9C)a#sR~5V \3Yvdb(sug"YF/ ckmK"K)&$@{LU22xi~(<;=@k @sf% Em(K@޾NA?;Y[n[-o"N[~ )`5pOTnX]ђ.Tg#VR-lX?؛7񒠕+j[b`ʹz1 fzMT]ҔJ~K6)FX^ILAH1JmRitߏzIisr[J1g m4sd?IqAlgor#̻L&,4Xm*)GyBZ}Ȑ}߆7y8fS{6'T_ `.;52*+x>䑣iulKl2|'=<{x^,[^ƀ@iֶa;/ϐ;GĿM^b56YcAo9%@8+Ks^ߞr=P h`eAw y|QN" Gr}6J6lو# ?$ 2($UyC((|A`>t3?ru9a9"2>q5]4Ea@ W0%g40 Mr,[ F,EVj.aWF0c5N/PН[eKb4v e-Ata]Ʊ.@ AxkI"PTUô\ ~sL]zU 6;v\g2 Hq +WEfLW {lOBPiZXPg\ WǓ*/naMAej$kTMYp++S`.$!kcv d"Nb9~WzƹGCue\B'M k ϔRz*\J7ţ7$zV[' $ Ďk$J?1߀ Br> ZIs2 ;h6dW1I BQ!e[ڸ}c:m".z]ފi"jx,ԅyI2_paKbgl71546d:RU&~Ţi D9et\F,B,C4F$Κ23$.1+ڿ@pւBgwz_,h6hqO1A!_Zc#cw  o+aP|A 2vFS`S&A 0LHٮ @OC}uXE琽jX@ 3דUt]WQP3 Ni"Li ikqDOTu^X5-v/H {辉mF`NO/<1+)FУ|?!rB֝d5=11{ aMYD$!홃y rHK/s^Ĕ *GxNA:Z0\9$>Hkd:J%bp"1o>BEIɤ)s[뮬;$Fshp>zb <=隂`c2ji;®}9!]Fi`;wqsC^\;.2KZ Є->h8Ɔ۰1ND v3c~ p[}~6nj6hjUM9''<"rא> "4a%Rff 7N>$PVذ,ݧpZ{o=!0nksA!8β[5I@8Jƕd֟/@zԻþBn:bwq;k\dfL!xCe01;h0=36KK]i}Wy2sm7XLwUQc*p"Bӽh ,AXʅ#iCUz>a/B5'y \s<7Q%nr15* L&&ߘݾqJEgPCقSdO3D(3;+< ǿNL]׿_wU!K,>A5Vz48ϷG j5wq*UW)9 -% baU! KБxD~S~zR}<ԐAe_,Y_Da)4'4#ɠ%VQ<=Kw "s<"TO3-j *0ѮX#7!Bﳟac QƬ0~v$Gwc Ax(osUUʾP 1+&2'9pҤM}@oOVHE>PK'2m!*f*j s`'   :eP R6􎑬X2H*jo{ `k5>].RC#6R6$UIB](jzJ+>% h7ȅڣ}UO-ANdl"T4$AtP˖Qq9 9=Jk(GfVLU'`1yJX.]V_aźDT0/ WfẄ́ȽcUխ:Ч`SCV-pʸgeU> n}X r)|f$wa=`Ci-*p Sep{O3 fcj $s^>Ƭ7M,Ahsk{WFEzB ufEÝ^!Kw\4Zr~ȘRf_j'tФm>hR/0YoɀGḍ1vVyVJjn;(8At9`ѡ4w'!/+^f]]BEA6~;e-(`fOtkx- *[F&QZArRؑ,j8>z!2l<UaS>~!.`L[7%5?2gTwY'9Z U ;F\G9he WH]UUݎwWf\6bk;'좈=w/\]>h"AKE**#DJuw_ *M`ssHU QIcLRrCUc,(htܻOr1rg7ZWGuRGs=vg |)Zf/oLO4aM8`H8'^dsM|cnªe CZ|h@܀aiA'JWSBSʛ(-zOe]`WzYpo[*D'\/>Bx ;|@5a 1im%|M%|b5xt}rly p,w ,gaR36[9RWNX3cjlCzdV3Dj0_dt8QAdE=:R=wdM)>B$>EÒ^mty 5p̫T1>gLK/ry18;b/>L9U2s؛]98ލ41lu22"(>9y؀9G8j )LZKqƺS)ⷑ%zN-}+0RT\{ γ! خ|ў:3V q25S7jrA/ZVSnЧ.!Ҵ}Z=>xB8E$6|߲L74X@`:5lȴo#t'!, XD<ӯGz@C(ٴĜػx $ <>Ľ>O ƽz|7ammE- H^@}CҠsʌhwA tdujF_SLB.6,b~ߴ,Qu_zg0 K;zZ ^d|nKoCOQ>;( B/љ6) WJ%pDKʽTa @Vi65`v=e)(ȉLN"Fh"u9JN0fLAbN_I'?#RԳWm`gl1hpܔpRHvS07jYĬ>gOlg>JI->>EL}~N.;k'zv':2 !keǶ)$N BTPߝϦ`ՋJ9U~(3Ǫ$|n>+oj>i [ZTQLD'>pME[1C_TzDj^MwHfm<wV9f}E,6A|S@crW(td3<ӵ"" v {xn`Ҙ1{!_ٗyY0֑D܆bVE92Zn殿f56M$;Zu۶Q:r?(ۂJEҨiU*zRTtqЫUf2/2(ߩ#naЉ1 R~iobD^e;0%4MޖeشJܪΒ(+)c$~%Gސ3۠ Og NrĴ/UQ )d5Tsur(}zdywĝSpH;Fn:ᵃdL৚٠gLdgPcH 4Ce,^yë~{&u͒bZ%*.&𔓹:gX`t4LOq{DM(T7Z(Zu/qGeIB oD^q5WW;ZjC= )IkqŠ} B.ڝ-@aߨ->W1Q}k'~0ڜ#]J7Q_=9JƀRy=-U%yk:,әsR37X~b,׬̦:}c"NN[e;݀$օxHSgtpw96|3/<'' NsQ`tW;~·s󺔷Y}8|05Q!'ӆ:"UV_i67 gKgF!pl72wq.oICHW&Pq9%1+.7gڳQlvkd88si1G|t>\Y*do ku{B[jäJ{V\VQ􃰔̍g$^.A Ҩo2,a_tF'4-OգklI*ԣU?a7AN([~Jg1U?Oe?sćG~"`r c(N7)4uy&y6gJq?ecƝ}@>iR{{G=@47eWfG9ER3 :)tc'[o ^ T,* l &6 $U15?@xoj!g@ԯ= <9ΔwKOM7nBe65Jx(|PRioWf2 ]et~bFe&7]mr}R ҐO25WpGԗ}n ;6 Q-)w`[I&sGDdNȂ=ճsҊ r[Ն8JXs\ޥIpQi),.TUd~7_-7UIљ:7!"'v>kOTw.w#~|W(:\O1%"(M^lntW-xzM(tj0ʕ&ǁք>h|AE{`?QW/EdFEt ѻSJ)w;:p\8+os܅1r7TanբAuf]oN*cU$2r=GHի/^t+q$܁pl= f]ӮZLa'{e#a_ԛo[%un[%:qHmd gIR 3ZK~8m ,ЪH &JĿGRУyAR3zOCs9ն@q0Ga>A=|9! E<)t?%$|6E?>r2hGXdJ3Ù{.=ndx^{U+Zkc)5MyW@- #DuMR-2!3 :ƺa< U+OmJpķd5.K(>XrkYY0<%)$Lȩ!/T=5無 D/Q&I/PiU,.^T~ iFK7eSrG@3.)p(gOB]'9ZD"ϛ8ٍ?{@.pV.˵f~?"(0aWHn̼7뱝?tl[OiXC<"F5ǚoST0{aT +<`f~69^~ Y l0oP(Ge hjhiF 3Ā90lp"96ȀGn/kV4y푽^8P+LБ5K9 a#ECGu2 @(:_:GJ>IpPtw8Fp%\sq‘AMdZdQrF-(_59z2mSwV>e72&5wa8W+=&&`,Ih"osgaL߼u88,+Ick9x`;M&qolrR׼$ Q|"dBTuijJCLTN|EG o >xQHveIDm/M_Okt"˥,c)u>(BSK{5֝͆'7a8fkƯIܓlQk-q Mß1i/v\ٖ+4x/7umOYJ^Պϧ;2 EK%}>X+D"1$q!$VPn'@_@˱s XMy6[9tw?Α @~+RI1S1tMAnzt)AS}­H^ !3;,ˊŮu'ڞMbtTd$֔Am gkětm&Ν)riB6e @rG,-etzQ1E`D؇5G7.HFrd=%fצ>K@Bz~lhJEh pRF_ח4.Ttl~a!.?`lmZG ixNpOޟvSHeL^Rj'Gw,]b|,չdUۂH6^_*Ɂ:c)Zx8eV˼Gy%!0hh;x`OM4)0zm{l􀞧.Vdx_y5;ӻXN٣TrڼMv)F4}GLT1/QٟnJ -?ǴB!˜ 4k󗔶Bcd3l~TA6ҡ(=f *Z8~Ǚz|{`gSZpCXǖ{^ԞB-H!3~% DrvLb;|jKEanL2pFa\B}ڀ'\[=,]7H74o}o'04MlJVfWOq:_qĮvyoA ?F"Ǭorjx0Sڪ)E % g?qPq4[`{Ei"r'eN?!_A=vDB"w;_ؽYb׹7A:兰_2G+^*CBѩpn['5&?30X :S?g/tWZ0H6!C=SUWݙʇy|BnVf%f[$rRq(/ <YPzX:w缾'?"No=3)`0-R^d.PAb'jľqvz\TZ?x?*SLkƼw?r jw=) ;<1GZʼR~287&j\>͊Voިm*Y Rtn1J;-ro=|ΗRӷHExӧP(&K7$P=7G61͓֒!(+CAat5sc=I65QMBD̋MO=Z ^H6Y5Zy?E۝[nPjMUWg1>g_irƅó3qL̅8Duʪ7hįq%͜VFGcf:QYUeU*5ЎX_Cªd"<̲yp 2/(C0|J6`/t,Ebk* ? t96q}45b<и\j}H<,k.3$<OHgYOU _f%ܳ@؍'ϚbRϮO2J3{2Uxs~ ўW]{׳>`쭘br-ۻg=ie^ Ɛ- TeDҸΖQL^Ǣ9+_ 90+y9 c2ȦH&*yϜfRJ ||{ Dsi/!гAA/OIo"֑e7x&'61& ¬ CF*lƺCṡүZYW@18|<m+cR*N"Uv/=1;Vu]"Z $#z2:S$1L`gs(Peb=Z]i;ijyQ0Q(ؗҡ{ӵυt!dX%X P;p+UE'PqdVl^YZg5Ivg$Ain&k@jI5SJ E^"%j0}tMnROn197 ۅL'6/␅NmYćP9z")lZ&x{y#q54<:Qh^Li ƞxp\ZD{n`B][S1`rĎ5sJ>,gLGr謙Vj,A<{s" :t[@t,J0OFӐ$UU; cX6B1L N2,v~]kHO̐>)_08ej]`4e=T' 8rs(_U:u֧bUXbP}:tl,"TʫA5+#jjuL>*է+vSw-VgFYUX Mʠ%}(FDvtrb9zst4E\dSBk~*MHn9BU%E\wuA!9KlFg6HK Q"$h#my=gQT{x!5be5vm_,'bmA}lٽ4AA*ØL^+(7l{OEwt W.CՇ{?hi0> Ϧ!֙Q<:.azK o )q0&M@!w16Y[%Ggu!&y/ϱa<w 9S ɿb,}uD7|<P VlaXRiP_e백* ;~ꔲIM!Ž*H}[6]oh'E"lRp\EmCe ̍Y*=zWI+ *2A!KSqst[8 /h^㻦zʆUa"Rdài a-Ew6IZQbXaV6%h52DoDW#=LiD ʊtK='}?E8 a a+VɊ"E.4;rUYd lesW}@\9xH!C͔9ǫ7%^sNa_9T d&[FSoY_R(9: LU^#qPDה,ryZoŃW #oe|-ulڄd` x+W R_ u5n].Z.%\d~$z߈aMxeo.&؊m5(f{rʹo!d%B,eʶh?b;OXPtU pD 88jdSf'S-vP)payPkĄ !ݸvyvepwe -<)nƂ X0@&';-{q~\עߎ7W3XuH$x急I!fOόt猡ʮTZn[P36joL:&lʃӫ:|Cϗ\ausH1YDd_S-ZO;S^FPr()"7FTE"ѮlD Yf"]i47f +2үR7pW8ͥ%Ǚ`,ב3ZXgyjd1@l >˃J>kX'ۙR?~{RK@"bf\[* ;XeZTgC1w:@Cdxr&ꗻƞbۑiGݭKM:;UND\Wn:bfnNq+%]!2%2k+s(V1]\]L[b[_I-3غgЪD-t"G=diy@_ + m>)MmHN-@L'[0|8D!ޮYs#L:SS^ %0CȽ5C(͉k*gm m*nz; @s?sй֣c0 s>z8JtvfMOn,+"d)W# ۖSw#ƪjn81?!OZ "s}  kYZV֞d:?ǥe' E;a+  A:y%=HM 왮)QYW1;m|a}h _H/WS(*|n pz )uoR_,:)@|H/r %<6}4Rڪ| x|1[ͥpm %ui[YM}]q3}s>w6c: } U #PRŒ֮ 0z> p%d#[$ոINQ^/DNɴKZ'PVYG:mEt4/Fvwlkt_07d3FAҥdmCa!#*/7lG\3LS=Aug@xc:4cK>1;ނ2.MVܟ y VK:y<8y*&IKXV]6 |yTRVn,VFqDMG-q:`:h"Z2`}?Įi/e)|_x׏3 vW;{BGT'8|>7|#n!53׎<޽Der'zJ׳,fd c ϗ'l)g_ߪYG֓z?ǖ5:vg(K 9$NG!IYYUPK-j|\'|XFÃOhD:N7rː1[ixlzpzu륢W$莊8 K%K/zW~IL }GBjriǏx &'QZH\ƥ?-]dK9eAgܮJ9—1›h|SJ{3{5q|B:CT_A FYax~ q軀0v}n@~B͎'N|Я4<+ctQS~h1I<8|7(]ÝRöE}.^Y7QW"蔐q;ўQlR'ɜOы5c4JrxP a#׍*x4aBZ6;пYIx-ϤǔYUw4lGk-8b3h.(QnzL 7d :0s<~ |{:@y~bЎ@K>RuwGoLxqٌe L27o_b7smon̪las3{E1~ypu]%Bz8+Zc9들Ł `ÜIۑ=D\%xo$Xk/wWq+,/AL]]h{P4o{ :z&:܍{= gI$`m'=- -'B>#,H?uD>w@׾iGz y˄_ pG\^m#>s6T9o _\k뛒I7#{+7H._.[6s# Z&)'8g\nu1ԉ=c9AG7~n0QC"X#g~=CJM<%n*̒oF#9dIZ㹍"79r.͘)qAW1=gvDiycy 2AOVBTm~[ӳd-5u E~}0wؒ+|:*k@k#PgPYu=VGglN> $) =|zܤ# ӒJfQ7J_<@gzB0%9(hWoKѶG%~vԾdτ+bۖZ(E:Ύ&A44ALۧQBPec~"q?ʲ1)bchtmk k)]eI(Q9W1a|,1P/OI(&gbLţzJ=n[L |'t&zuIFqG?d͇y۔Fb}0f7 Pvr]~,=7FUHs2"1$yԹQ(>}rE  v`ݳ=/M Ud~,#{J\=:?/O_!8O^+\@|ybeͬ&uC{gy}xh!hi^uUnb'Mk"m0QXB>7j+ֹ*X_S /&i O+5TZ웟~bmυFU 9nuU$̎ڶ)sDWxRf?HFS@ ms(/YJp,P_T+*"FiS_a$5s1~՗h?c;(Z] Y1kбcaޠ\QsAR3uTm,0{EKYFG͗ z,[Ft]IOk&cɸUȕmSraPf1p9>N"Hov7 HBvXpki8ȐuU?` ~2&.VI kK4=Z\^_IR\=Z QaQ LkjuIQ,vfRgĊ+_/_1DSVȩ3}ǠNqqQoRVuWݧOʊh\?i^FPb/xP 8{]7:%YIjԑ ըmu^>Vd_,~}ʚj]89l^(m 9bjGs|>/Oy:4?L%R îSϨ&+Ef Qup^^[כ̤_ 4~ž;_3^d#9,8v'q3%}Cax E8$ <2' i?'_IċTVhؿ-54w?Y!ً0~Pg|=!kհW >*;"wmy?5g ʷΠتelNIgF6eWn"mg ] O)sҦ75 . T4bukUom/wTz×TU Z9nw78T(´M6cYhP֚瑹ئvv#f{!2f@!^1ͺ=Ŭk pĎ7r`͈Fj={B"C{рΛx7i7jrc- "dZҾ#8ܼ H>~4NT!#,a-r ,߂-\5)L-ui| )mLm`ibW1٩{s&IC)2TNס#Cz,~D8}Q*'BD ōr,r ڝML+l0FyCT'ΪH$ 9[lX{>Nc&* 7 urܐ,9h\ГBl|Lh='vOПb>85 HF~Rm{f!wgJ* y@SRy]7G6~ GR#dC#j  0vV]^me͛2 7̦Bdne,W3Ynj_Ҳ6Z=D?sV|dW )y%t ~Yꌂj; mn%:)ť;%ˡVQqzhjufs,yD⁴!(Y0XPo 3!qsu3er$5bˏB\BqUnE{93Fm\pTi-v9Q,07f=.d'J}\ 2_تU_Ysd2 -ם,*)/+s{g6~X0eG|$:,zdf~ύ*klS.79,BgRAs+GN2NZhy3zexÃW$ZI? EFH<.!,7 "D0Yc!Ƞ=!3w!_wyʼw;B ["T#spFNefSI}i =H\pLF^,Y4@MmGuDZ5 ֋#XW % [Hӯ gUPa@v}yQ2k[bOw,ݷP[$' KY_]]xUA<=·P?>qNU4I 6y xB!ONWo2֖k3L+ޏP$m_ѫ^P2\ C'XO9}ϨAN:|vI8OVLJ,[Cg˲E{Tk=Qu+ey*ѠИe%uN0O 1gCSܖ̅.(47v-RCos*U([(6$P2GH}p1/_[ozt{`gٰJ Uik@d}kl 7r2s 1xdjŠݽX' n0I0 S͕o% {dqSEMϕ2/VOVf @kcAyMK.3L n6*?*.]{4ϳ KpM8ej|0k a?0MzqGm|`:<cGeTGDl?8b8N7ގ*Vr&i-\GJ;(i1(&Tз,6,컲X9ߘppBhSjf F֒` M?r.Fo5:4ƍ.<[Ms@sҚ'*sݖw~ LpEge>' jIIe4Ufd#n:V5ooxn@A|,=G[YYӨÈ[DvX$A6?ܾ\U,Iͮx# @K\F %_m Z-7U ~HT/8cz!ژDefj++! j%hl[1s76;7h>Rn`Vj*xy!(6 F;Λ]'Xa[K0 7W{?.kd(قe!N9<ղh{$xzf_vLK_5{u9ki?ʰPמEm8r  [Qw5Q^T[/G}] `gNTY<֧E+ 7uUxB{Mw+Y]>-+3AU%.-(c@^7?-e#Y hb${tmYɌɝSYFN!LQ@䁮 bf">{Ÿ*Lt td61WlYT;TO(v'gI #xTE{$qYPSq*R}:[voA+Ka#S/f3!!P+:;zB\[i8m3\a3!.Fz(VT@5:};zb(P~Dt΋aΕeCrv39p F2=r J&U[T`Y 1F4n/ ouʝ6Yݭ!oRG/qw4>x}v:SE@{Y4h3 .MGF6_]a T@T 7~-Ӓ&+>i!z#^p(dD"n 6HLWC!gx2Xc|cpF/}0 8s,O_@`%(q/Q{M(K%c|WQ&c@h:ő;p[ʓ9sfRg`HR–t;!WD᛬ k+!|^P׳"/goB*}$]Ke)Ԥ%ˊH4uD)[0ɴaqMiR#.{O6T$+`_#8>6~Q{I CiQs}0!9OgV3>cb6wÌḂ ( ̯r\! A|*_q\ܿv߷87e~=2 gN_M8-"7jx^E)5?tP`"gƼYٜUF`(Z6@nZ5X"\bR4SwIm6>z~~ E5,Ñ= K\c(R\iBgUPBc\O#RmשJg *{[YRWNF <7758 ~> Ȕf-Z 5iϙц& TIѮR9*E' ;.Ӹ\hĻjo蠮?@+ɓ/O"AY:?mYje[؂Yk-[v: 0}A5Z$ȃd\BScp1م@`9XvTLSqK|ڒNa)ñZ3k؞ϒj ݑf %Vh /h$`}>sE}ۦM2{%wXo]ZzJ/ǓSK43Q+LA:vQheLs' 9b ,VR™1~´svy9tsi*zE3c*/\ojjQYnl']XL'PLz ~W¡c g/ԥuaS0exkQ;EG|"_xfe9 &{$Dz5}܅:2 ;5[3Os R|JRp}G[coE04ːLu=h8?)(y㲑dز슦oSZN?l(a&-hgAGfIZl&@3 yy I.*{օ3iHuTXT+0ȸޤ97 26x$O?E= $ oR׾ݡ+"=EFrCmP& 8fɦ+ +ia%;Nle&r-^O_P3]隑y~W) DQ:B swd6t(" ϥa{(|b@AۧLkaULke CqG1L^u3w{&㦪{$֢ٻcNօ`p@x :&n0ADUzsJlH&s%!^0Ji}kOT⃲:&)4b~Qj]0 cȒr}#es/9/>}-vWgoLaKl5ggڕB~31LpTs^ D1 yh]͓&a,.JC!aJ:W dO7ih4T%r| cn!\N{rW#ώ=Pc0(;Ysv$ήUG78DY(%iP s`Gb>UU4dʗVgL6 _8H͜ҁpn\FmȚ%;/DɦVG7>?ic𨸲ֳ~P<ʗ.W2cϖ~?v.9kR(ҤCZ2%j8f!Щz>](E% y.<²*<o򀛆m2Z@G9݀\RgAG;kf+D}Նeua' @!K<MK{D^Qc._Wm)z #;gDz,S]ʮYU {Z&Ȋ'+4\Y/⍛Ξq[[:2d;q8%|&Eo]Ƶ2S=v_[| |tP:oݕ{wk*)jl죘BĈ]03d=8owfL,zNޜ [ðj< Z+Mep48\R.}_0e Ū&傔^Ǒbg{ 2G BO&d il *6 F.?DF#dD&")|:t7I_߹Bfu i%9Z ʳhP{>uq '1PrF-!*nM/l㆞Nlf#bЉ훤b~lf'o@ = o?^ƊW;ˢ4;xf;2Eǯ SByN ʙRvPeBZL;h)!oS)A$HkC FM^?V/ *h8pefgh$$P9ƚnPK{Vth/>5ZSJ_`G_1sɱk| 0'PU9K1@Zڢ|/a38%Vp|Qc -}~"r03CvʲW0,/[RM'Xd>es:EsVۗ 67P~HT{S1VwרՓhK@Cc1 YwH? LzJٮJO6,vmzCg~ s79QRIHM *(]s;vnH8"O*p9 =zx<-54.F ſVOa|(Aeث93*;er*UCE>#GD)r PVB۔CsPg Jt@A<DWVO|ϒQ&Y8A~Cj5dl%MPo/K:$(RAzp dC˅SrZu;2qxʧϩR(fEW;Q=t"z~2ǔ睖將_v-9ں}."*C*a,U݌YA"{Ţ٠q6$} @uC?}#f46!: wlFD8kc"񌹤G66'tbh2\Vc@iËFeWnc20{hH~dGyw.~ohIZg`vUs~ʆ J +;:Z[)GraIGy-b.%ΚWGeTLQ[vcu4wUŷ(ے bT|I%4t4FL&#xadWpOTf+m(1Jg _qŠq-j3FZ9ԧN{L3j]UqIXSl* =mL?J }JdNa[/9{Nt QpCn/ŏBC=cF[e_F0_$ GX o"}I *)$|K yP t{[3wgDpqȡ]FGj&{Šx5ܮ cC_-p} "mUѤ%)Eꔮf(2@nر5u('I2n/fn:w54N&:r}#\/eJL(hTd_]Dx(K$޼JAd!i8[9kvo&]&oZMn~U2dL| Q j#\$1 ."87j=u(7ڑʁd0]uY6y &7(vy%`;vJң~j6@xtޔK)'}itW]2.Fkr"@xqP IsZ\$oRXy/.tIDݲvLVbX9@LlLp,XlMĈ t,t|Oa2O]iװHg?@R^ ;i\h ,Շk-Y[%cX۸Yϯt3OU͗K/N秎\Qŀ1:Xa!RĶb8ϋ2=?}xINl;9߉X*nu:V R>ZmʛQk {N>"A7͉`lzJeg'ݓ^+'*mB%r^z&gGo09xQ  #C/5@(P# z1 \Qq}X5f0V΃\S|{ WNhͫ@y#eG clJD $%#Df0;/_73=KdZhϿ%lV ,u^G],>l9 L@mN2-$ QR-/>n4-[[. '@:Ar$p~N%g5CjsSoԪܓ%,Jml`aI,ȱ9qwMjFǯ%m+1WA%CX^6ca#a$Ξ^բK" g|Bm<y zmraf1m Tf<'h17֝¸7QE\϶K_<[J!uZ#UL=EʽwV_JB=N 0IdSO*2G{}%쳤=lh]jD%r-]V*lcƚ5f%P^TG;JM 7Q:n`mG)Rq1lfB$8lWJݩ V^ebֳC@zWK)]Qom-BN,y+Xaa@sdIlqzhoIJC M/3 oXi/⪝2 Ly2*pxmru4޸[(a'򥰀Ir!iMԬeеCu^<%dŃol> '~]]|CTϞl<#MȾĽ8ޤ4eCMYK|* ࠄZ7@KFZʕ)7΃nB`rU*#M#{*`B@k!ӸqRHAv쇴 ,ޘc(XÌq[ Ub67(W*kznf?R oZQpAPÄ^*߃}/P-xCsN^˦#'wgD2r[UE's+ہR(K<}Ҵv`!LzO1Ml&tWpaJU/k)6oҰSʠ]Tq]h/6VH#W4~y[F)N*t7F?6('5XaHՇ0艸ՆAXx}(*+, rgJVY=T;tfy:m̵680px0f;7 ?ǜ ͰG/U?!%K%N}^fK/e 儋NN.zD*W-"N0?Rn UCCBLq)NZXHف=*?ς9z#Fnc}YWU\Z D|E-}6@EYd$hF[%-RnH3qm] XBOuʈ^ꓓ}#Y(^p0@LߚŤ¦J\Ûu{CD Ȗ)WT2*rp~Zv+FJ3K2du+tu?Ϧ˗̤j<|k'i5ħFA8O=im]u$bz)^usxsM-\sEa;ƨ {ɝЃK͌26ېs< g("HLZvOҤH_}ʶu@n#.;Y/zF1ʼnv$I%:X?fZx2P#pPBX$O뮺qr-xUWhTä=pv뭅RwrtT8~&MT2aטuIMCQP;hmַ"Go4X6Ch?=\fƜyPaS', /"dK8-h!ls$b{.AU y,'}jmB$cp);suؔ@@fv)5Ae;k(^ '"<2<;Ȝ?R$+4Omc Cuc|,᳨ediUv3Fk<>1TA4F%0 '`O`Cs;^uA39n E =$!(LCT;p3H1{AI4c%&"t+ ]=BdlxxwC(p<՝nv1PYxY[%,V ǧ.Gɦ`d㽈3t8B_loMm̈́Br=:һ`=mo(ˀ=K 4#• !VrgZ!?Ӥ /7a+r,]K8s$je2bA[Ruø5ƈCyVJnGıLT2^lwhNd_L*V_dOÝw˱̿c0>=z`TڪySp8~;oK3`fŜ8ayMM4X\iVHwGFS!*QE=gt|a2 'eEx+\5Wm|mb!D)ڵ3\xRNt,DjeŲtObY]W^km1~b6s2k]ETPnY $'͚Tp;vb><qH&d=mQQR@R[DfHcto'VepVmEp#M;m:!ugVKF`Y3exRV`'K4E^RWv=YB+Pr}7J.)-rovi7({?5Mߓ٭K? 1Nb{\%WS`8QMj0m\z|K~PQkRiaHXg)RLv`<45&yฒr=*ֆ"b/pWQѿD'376}W\&X6"(;(5D3)G9 n GU?Y2;\ylq#K=sVJKzTEԙ@KSY%γ{mO4c:(LTT[z;! 5oB70s d.x{x}+u0X'ׂe`ߌXrN*=c7 ,KEڗ6wՁzgz'%D;/hZl"y?$QO' <. BIZIYA2wyOm8;NŇ׼ Qv 'ĩܻW(R7RH|Kv.4PE[YuyƇ.wtLʃ$FG?̡i ͒ 6f"M8WUЧg>QY^ 1@iD`Hz)6Z^Ϳr~n.s@ԗ`媴e1._ٯګpb~cȳsc>k`+&z1vO"1-UdZdM.92 &mgɆӱ ["LXIҩ!H[Whv A i/U%%@zoDb@,Cr \ΙRھ4eYCݭKgm_ֆJP}_ݴV|(6a2iKn)W Hحfŵ f'/hcc@$zBGD''#WHe#A [ԯ4PNRwD 6Yޥ4-o3li /UƖE﵎`@3BX?n3UZW4gs\JxgYIF.xk> S"=gzvm.-U3( A\V¦8MZLt2/ۊ&5lJFޮ@HŌҶD8A|3`Ūm؛L ۻ 7eXrO U ?ȵJz*⢲řjGGŅ2paP\S8F}B7'ې%B3dF#hɥL&d6 H0KL@ K >L iR ֻ'H*&w_;1Z6_BR ~o5OMcnxvhrdB='֊%D<ޞ$o_?_CGV9DXDdS%zَl:>N]Z5K #c6bsY lϺɐ1.Bl^TjAmB|u5; VvQCG?@"~xTTwSj!XavA!WX@\T YFOu)]ef6Ru"PzTgvŠAVr~ͤ384a^Xs7ylS5{甃Lѐ$ ά {6Rd0:pŜamu ۺ/.T[|=Rڻ|5n{޿8ʟ8M~:@sҩE4Tu*&s)^l,l*}]yB w`eH*rZ7\ Ú7Fh dMǞ&oH/~*gbYG,4zuO|/K/@@Y @{'/W,hD}:فjniue5 r(b%k]ݔz(=:'D}Eg|t9; ̫d&TaP) Jr9hVa".LDnU`!+EFϨW-ºMA^Y l=qg0Hn)#6aSOpJ(N~kLݖl!;]93EV)Ai0#\y^#Lʣ;0yf> uPw02gi! T(@Uq!t .kȒ I^҄dNt_r9Ubi*U tO@|FIZyѴ@qͩ6y @Qre ~ަśk_0D% DgNXIPu:լ\1,\^ŒGfCȃ+ת` J(z_-AGW3;ٗ Ry=8?H`눑e*pe9{ʹ@Tma$6<@6*[g;PPӫ_\1u q}vJ)V硊Œ>Lz]1˹K{IIa Ԇ-. \)ZWӏ!ꐻsHBGz({лa]ayh9:deO1\D{TtWims~.do%9M)W3+Ѐ!{Ə]Sd:#LW {'cr@5ʥ51S[R``GE_~EdE?(Mtqa^/I;YoGErE"pr$KSJ_8~W f6bkBRӎI OH'yʽ:a'J8B}v~wNKX 4Z߈z7e$sJB(tGQE@d. $eg)~&E [FHJQ6ei] ~.bW2e=mm5 =- 8ԕ2K-Pjun>7gĜ*MEilEҮƲ(G:'RX괳$"M,0@f`:V^pWԮA~P=Y9:O6;B0f&}!Z5uMRW[u99"D*q $:)G4'TV\Ԛ\%QQf%=pScnqƕ*]˺[KM%SgT[daT1DGm%q&H0RƷ=IN oՉTbo_곲SZWi؞oȟWkvRDzaį3fVGsHoa9k(Lp.Hcoв O68]`-r~.EnVWpr&@(J 6ZɩFp1ϖf.x:_-d.P07.$ u+i[cԃkG놃?h5u2˺\0 mg4r_w?ƟgzkMv:[W}xܩrȥT =Vip8sgP(;m<-85!.My4᪆$GuXWcc;+g2.K ojZeBF ;ڍ1}_Z?Y1V׍`1)/]/:39Gpʶ 4R> 5/1Bte񘲖? cJb믱[!{ne@ pEh>O<ioyxP!ęb6úQ3PF!x}]l1Qu^=ݼKV6.ɮ]9|yk6 Yԓ.{ 'q9ND|N` ݳa,[]~f:wܕwZ1KM) "NBرZO6 mb+(vriKQb=8,JrdᘉNvG:E>y΄%)T`eھW&EcW42"MMu_TF΂/ycyntJҘB~Gdb52,˲eT67[FC4[c{ڪI7nz"yso?I-A!%Tp)DI$Αx=(z@([#3o}6=r`+٣CF͌:o;;c`V`+ РUJl.CS{tajtBlݼ9* EBPn_ oEs9ڨNHk.6E)J/csRq;k+0i1udT1Gm_ r}a@U>*OA:((VXm}SBͥ1j w\€bVa쏻6Q$xӇ?Maŵ_6t9cc"ݮﮭ*=wz_/Whvgscpc-b?)7gf3Y.r 3nӽʠ`ZRaLfV8Eª^vNBnS笀Yl19y ŭkw(ķM=Cs_6䧍~p+Xϓ#)i wN~tmz(pո*:I{֩$F_+#`;͎1s㜦WfD)"~ܣ36402zsvܔsh-NYcyғh$я\&ȁٳZ_ZhE}F<gT `߆qbh._ө1nih^:Mأ9pe:cyO` ;N9@-CafᥚskK'G[`uݮCs}r FYb/XCUp¼qftKX7iT񎨊^q*=} zJ-vwB@L'hCyt@F2my҂C4= ~XmЅ|uf kŒEK#6 @zYvIUs*4G[%@Fɇ̲*sj AyYNidw[]8+r /Vq7J074V)=ƴxJ~xb`C[-'De&K{xW:9w5ķy0B-A27)vJ@!A8D@;%'|l,Ibd&,{IC}ʴre6V)_Je2kؒ83}{4Sڌ*#l=gDj~,k8F9 lτ7^u籵op=(v5EN#!KR?l[C%DQPr5jUWQӖZwg/UL*߅ *?162K-<tv|?D*ϵagNtݴY%4"#?Jo0O&Ik )wnPO.vcQr#‰V0۟"W\g(rw9vF)Dm0ކ݅LG A74 g.kɚ}a+Sˏ<45u fMud4'bES:ӴԶ.R -PUiPƞ^juû!EU,CyQ[zIb}x]Kw>2rGX)<_f0_KCv" L] ^\="-嫒$co=7n)_}SF5;U+(kʴnF³Vݺ{$P|6K[`Rn@/a7eJ$ɒ QY!*ġp_ԵKCEX ²e&C(]O,!UǓDr՚$6n$B ;zv&qd}|j  AR4C2o qBZ 3|N#u,&[MqYh-[S vn<'F^>wLȕ1wY)ɵ,n oi}6z3NC{XDcqě˕3=4*Pj:M6go״jXi2 R~39%?hRS0?H'^ifwZ-ѬeumgBͺS̉yNe1tz;6x`1`b(-@lʔRCݳ-RAt8[f]{ʮAC#4REȻ`Xm|O,Co1H϶6kR W9} +Jhqڏp)|qظmIb5 )aj1gNJ ZzL^.LRg&J6^`H ~ ŋ?q",n Ɩ"ۂ]Z;{5C>LWT؎.,x"[O6*vP~ %wM C M"`~90pAMS?5hlqlzGr2>i?gCC9SFf y?]rӾAS""7e-xq4?L~Œz.,8eކD$GQmo 5_34TT@DC<謚${O^ie7 ag;,in[Wu·l3ɶ.Mz9ò+ZGkx+,C߸znWsґA ,d>luKb&5F'PXyOҟZ(pU4s838byqЫ'nXgFzx \l KRqLĈV \(-Z󏟬[oH x+{O,BϬ |Feς VMqƊif#Ri-Eus0'DW|ҰWwĥRdETaQf X IL9~V==K"vOȮ *p G9;`49dk{ؑd,X9թH9~aIf';[h(ݴ`/ʸP)޷3 c נ؊WEmQ0o}Gr.bV9(6mdZUl˰1<9%.Ѯ3 50ܒXXUDKi'%D!5P_9q1=n6L{Z̓wrR6Jl0Ձl@B"t x*yv\}Vī~*^^CͶ64[tZ^MZm`?"[,A,$Sg#phCw}Qq\0 ,I3 uMs/SC }Ha!㰊<(ܶ4W;o^|kf ~6H FOc<|OwlU*/sUwBr" LSh` qօTo<-Z{֌7)lm@0 ג9aM悪ɻN7t71/_Rʹj0 ?Bwa!XuA-|Al6˥0"ϸMH4|b,? ^ RD$]/׼?+ʬCPd;;Yܮba^՝ nj_ Ѕ wxYwYg1hh-:nmݷODq-<ꭽWs,6FDحH+Cxg쒻hnF HM3T4}B&yT|)!ɿ 2sYnB 3mLgm>gNtTva|f=2ޗE@C<,VL)H_K釘^v.&9:{"-'[xZIg|1wNpxxm =KACY¯.R U 3s ҅DqԖ9ء搶qj$P I؞CFk窃?%n JB|9q4#-9ɽz3c~BcjpɎA|N<0(j^2HmD'̠]eAXwn½>׹x3<#:Ϡɟ1j%("(NuS67/oIuHw%{mqdIܒYfo8U SVt*ER5s` rcDžX2gj\5v0,!Q_E~pHp4xtӕf2ib[r}+oQݣ?+g 2t|P(~2x(>/H.ǵf&Ň7vf ī=dT9\qXK2ObiiV)g6!јRz.aڠD8h/[ "zU($f>E6;HD5zK_7k9Φ`w&dˉӱ`(P羘O A쨈jCS*A5}nk{=EYIJb0Mu=h,OF)<#PTU GEAׇ* JXi bVIx#~\m]_ o{Nܤ! tm/{ù\e1|%$muZB _@IL*qeՑeqOVl5 Rb~|s\O2;,Gמ?I(<潒[sXm_<>7?i5יDZ '< -މ^Z^%WiT/r}'#zP\LV̽ɜSfF(Lbs ']mC1zfE"kdz}5$`_fyG@OSNg!i-r\Rh^68)c+uN`WULac`)ƂoUMmG\ooI(~"PA@1@\5 Z?*HR <.hA!+Ig -]%`BQ9yK~u yػ!aGL@3ڇEup8GbSk'ֵNvfW$?¨B k.);Q1!rxVSA'axj9=VP䎲E S!-?a׾bsP9CR;#"sRPw `&B')`zV䜙2_ikT |޹.D4j}u7qVC%NDH@Z62H{cH5zdQoRpP0 KՋg5Os7 Zl% aqID м84нtA9凄}'Or3t$+7 Tܻ EҝYl*R>[uSR Il"¡c;d`xZu29w^0/f/p)rh;sXL?uI`m4g5-@rFP\׎IjA^uȏ¥%DDŽpD(/PB &UPXO\ pF]T:4Wժ&TW5,XCp#5Y=63Qn0 f6%vF\]WP" PxM'%YT`fJ|p-p nb X9jk3FM8:䕱}HS!x&"EZ\|LinŌEK28fW4)$Pɪ|[އ*;cw$U˟YnO$ȠpGuܺíj!=[y'O$ P+EDGwKK~[<99.˞ Cៅ;gڟف;TLøp!\ū~T2\^(g\6 ?a4jCQMz)^vd[1plw=ԸZ}H# QC<9G٘D,{@wۚt.eZΕ2A8uRAKݹ9OYuj"?V2 zҪ剁^ճV5+i=.C eEe g?nܨ[zJEg7'$]<xNܮ;mi$μ_yY3xX~bNl϶Ps>פS~5?dnlVb q G6[fywxVJY|1h<615:T28pK]I0ߞhMa]#SVT)@G p%‘h#dkmh ?m.mwsf$foq?NRktN.(.q4iCjwQp6ueyqNxURP!TZE4WTCP @gDlX'Ĝ<~hvz||!Hy -Ң ijۖ5y3<"#&U 1.W/QuL@z(i]} k3a;1|&љPh=0_ l|'4? ) N(F v@ɀE;g<04,׌?_|$cNrb_6j$;C.*iȵO/Αt4Ϊ&*y]LNM]t/s0^}-]<D>ɑސPm%u\;(NY.^Z7{׶9E3ƟڲPI^4>cɖlI~}ǡ fQK1~[̳ yR-qb(QU$j_-V^^ټ74I4ȫD)z _\-euo \Hі,xePÖƷػ ƈ*', z9|K3<8TuW'dxʑ-2r.l+6ߏM3y -> I&ȕSx x_f̄?#-)QtnI@ % s&>T\q}c7!3ym5@q=kz  'Uy`++)x21Z;MNdYcftFÿtdDgci7xQ; u>doSM4@'RtƱE~&6rfȒi϶Qm< @*0DzvWAϕpxKC\/,,v"za:lWJH[ h?D1p ^#\R4qY!ȉ])?wd~ez f-a i1B?m0wevH1AAARZ:$0{p`Tt(@lU@vp}ZU}S:@鏧(h|O)ؠM!uwaj*ǭ;t{K'3 em2hW547 g\5w|!!^ޓJU|o?np) e ChmkBd]GIVޮ,G{Q]I-4_Ȩax}Ʉîbϒz|]H6BeZԞe Q חb.: ]6Ŋ3x F 7-|I 1a[`oT^kE C+F@FuzhW=|Y{hVu_ePfI :,ZDʱF"ܸwMqPYpۨǘ3`, OA䣦^K?b[I5ynݶqc4z>#!"Q+7 9,;3[ri-2kKM$gAb4TiQIg "=;3/qKQfIHSCˎ'N\$^hSǧIzktSdT&*B<,c+vZj`(1.mIұm}n'C7(6$V<*G(j Tk2u* b=ht^]}=ΨЧ˓( <:4U>4=cW dSlW}X.|F0r-n"a~IĞؑr`54GlҕJdq˿ED-(vWyS-~'IWh+WRʺJؐ a(MtS0OxrD(?rMs,[%9> GjݗuRUd(rKfw&0b~ ̱!䟓$ЪOH= -KVz@; .U&K(pi~n.R얁qWjp޼Z8q[0[dP|k`)t^b~3td\4-M2مK,_-t WS*mO?TbDU6M>HxN;TkqÒ1"2H54ٸ̸4р*. \ET?FxW{hW~79j ٓT-ad-fȖ(_/ I8]c\9:AC_z,&Y+a? ԜG8տj+;))Ek<|p2rZ) QHT$RPxP:/_-ܽ ;ѱSM]cRuTiccN Mq`htPJtGvୁF8aFB奆%^F74'yapBv5u 7iǥ7;qiTg_)l6Bv3A=A'Ql᧛"ۺz v,YP*ķ:e3)CV%g9,;o["*jOXf1O.bO(8>T‚`RRШlj#k=M-WBA;"@~R减:8?y, ,,I(%]uo\i΄d!@;.~0=ؿxdlyᮝaJGY ]YJm^ u+@n:15ɝxڡ󁎤vͭ ;!I<:dZG>ЎkuIe'ςFC\ ~`5J=|.sIpLy .>ȱ!yO 1XDn=TONn2fLD7Â^EHZA\ M­E!8 -YwVrUZ^4Vm%BU޶Vyˉ ga#ozБ1K V,:] PLgz;F -gCoﯖLkpC q"үgO7CEcYY@+(ROگ_jN(^V[7tx)s WX%NlF"n>ih89h{ 0;4LlRڝHo;a8ezi:te0M!i,s=/WD0no³w*KJJ[ xMfRF]oNł1vyavfӆ} YWOCiJJ GAITx 18^d=-{_p$;ij5se+VSoL.P^Cɏ2#3M:*#ŮmzZ (RNzV^E7Z Y%9~D?w aF&%_*lìCNe. ѽ13$6@[ƅ?VBDL[D ^[>U).9Ѯ^6w?Niyde:T*<X7ᑣXH x,GQv&{^)Uz2DEmDWoB^?2HP[ ytI3Ev}* q0li4{x~Iy@ Pnq):!kS21?於 meX9Om/NYƌ*8Pʎ[^k_eLV7G9Цǣ) V+@{>z$sv^"dLYvAjv&[T7PjN" 2G=?'07޺ƤBSyIco>j+Z!TfA7]H }uzz̊֝)xc!F 9ٚ)'ҵe1@pJdVBfM=-fQ(=ޒ @u=ZlU"A :RO};Z{{}GpjH+ &bw)eS$OL(&^X ɮ5%Z^twLrk_ȈrMQ:&3eC?0Nb-y|5D Xs3Q%(- ΀@4]kÑ$'6%2~µN2s0pQςҫX}->ѷ鋿\6Q˵>hs /6(GH+QN{P%P ,߂OЋ2*w;rp@A>AUK Y(md W␰@`/!/;MkpF溩KGSuDNVlB F芹qp_ qPOu9lO i֡BV9eJifӪﳏ,YWbpPq׏*f-xےO Q?Xqzi5/qR=~99)5lcUgHk*:s^jl썮6r?׀'-N~e4̵0R5[2 8uρc1 en^ El~8Vz|n J"Ϫ'䓫DNsz/Lw3XW{zHp{HٍxuO9WYU<UL4(y Pq,MKHm .8.i]A [Ua4Vszz g/7rڡ2LѰ]W\1H{ZÃk}Ub&Nh/V4D _TU yD$@u gٳßNj3vqFk]Ա (ǝk`-` 7u3a#P>#ɩ!b"zN^B/4Jl_:0T:#ā*uH^ў9HY1i L,%)̓qfQ>y$N 5gQ-/*o UEG>JroE^i`Zt>*Lsn;,'@ǟ=G5m@#F*0PH/%촾(='+ 䎃 <쁆EO I"FvnI gؿ5ߜLB|^P+2O'!1<6TWC Fؒ'JՑcT @3VBQUV:RV?}\ yp@U;|g9k21@ >kh\TcT\5CR?-oCQo!9<2nz1X_'LGHQiҥU)@ ]fA$WW (S9*FU5=z-p{NZˠ.I0D;0 t5n1DQ@MA[cirqY4\;z51frL)Z++ \w bcl.r|5&OJCij` mUS 0Y ImwЙ7`/<}=3|'UݜlT@+ tp3Ie{PjB }^_>8:zbN)DHRhIy2Ow}|8B/̳ JtLcCrf)y!6HNrȍ ]m>AE#,91 ^Po*G"AT3YsvwbxjhAgoxC h{RY#>_tuT@+lH:p׮1NQc ;0k ȓqQ˅ Kݣ/MBL4g >_ֿx +~`E7樽%GT}aBufdBf',ѡS?f(4Oe@~1BvWROA託zv\4RU*ՖʃsXNQQ*gh׷aޔr*t^*, 2FQc]e;k~8.yđ12B/۴ڀxr|B3#h58xc\^0y7,GA%!I2{h48Rn@JN~1s5ڮl# j~b)*l6jjYhyfl,m\֊>&̉${+A:;E4@n$FoFvEJ.RZu?1=+GJDmF&X3Z2! $ƒқq,%vZгҽJ?bͶ2zÇL}rV+ĠY!x{Ʀu>᭺O:҆HKkzu$nQjR㴐ɑhw= $Ve'*a*AMMxiSҶQ;w:vMVCyt44 6T&~s"pIW?*h__gkJ6wj x6Gp" ˬ k sw|ݼHJ Ny s?W?9Dqvs W:nVkrujo| J\xF+1]4)d>NyY%%ϾMg 3qbٞ>?2k*g40nEe:~eIMjg&8+x9#ע ]VAPhc\{fd|+tJiIЈ}h H>(U2d)}JEΛȳePVv{FHA>~R ||(bOQ-`Q<|!6 =^6`D&pWD/Y򤛑S!Ar^Ne&z)۟#ޙ% <|Οؐ1ZӞұĈtiC*caEW'T*}2e irJ62tIVf#V^Wf{}Z}LaW0MtZ;;[0"}vU!ZjyU_%7gzGrfoձĴԉd|#;Wa2;5A9ƗxN je>.c:F𷦲sCƃ  cݵW@L^~ A͚V{ºMD` f11-{:}Gr2FBMOw@k%f@SWRkTUHKIr.FeyOvZ25~L3%;Oe.v/O\zc2Cq U]i  tXR/TTwrdՇUh]ohO^YoНȞ,O", xR.$A|+>]G[Ghr}d*s ؤh֭oUKEBb$ 3CsCư<4_lGk$'6djPpa]Րoy 'c@{AO: <U͵ѡ^Fu\KQ|,Z;<I P&:H3h6jhcCVzZ,Čgl#Paj`"Ga_ wsc\U"Kg@h dPwze?e[RY*ô"2$ AHBXeuH,j O*$Q<{߿+M1u.sT߄(Wt@}KrU6^ dwtU:2kbv^g 嘷 /5U,]h|NOR(X8! !c(( 2܇tQӔ^Dz>l?iIqK5sY3ѤyO})/m At貘'z[DB\@W{jr┼LDm(i4bBN ]U/> _Z0O W]WOe~b&3z[_Nx^2A8P;2(^7_ܷFz-3}ik a#>7C\rܬЮq @HȜ `D+nN@A͋h$[#lkaOWm]z<_{oC Ɗ~f wrlS:lፏ8T&^u咃Qta h^W: f ;m\11y,u*FmkGkDVná7 0jpUQq1i4N9+R>G)[#yNy a6i -q 5tD7(͙mKULsq5A&mb-%zX]TSa QaiB?eHX~g iP~dh1Q58\}מg"M\zHwJ\3] M~EdFb̴)bWP:zɟZ(y^$ĩo[ jv6ZJ . %e3p)jG: ;-wi lTJaL6jUcZdX"PX\(|MFB{\^VXRL^#p-..ICqi yiL_O%^O<(.e dri3M}P iΝ;+P 7BWqu]x&PYރOx@C¡f&>~A2A~'+̱# H-1;@*`0+dC@ç۞LSӣBS( 3umTehd0>j[ E(!&^M6dU0R7CgMz$bY&da#$~-U\n[g-%^Ԡ!pyLO' ]eRⷣ|OvP\fb2.]m֝77keQ'-;b:l;t'8'[ocmKbZBnZ3ܠbv" mM/e#=ybdX#g(e-+(J8ԭt#ޔ,h£"zZS_!'/ ""v(?8GCB2\F' 1 Khm}R4Ɵ}.8v%oi5' 4d>&\׽QhwC~ӲNQ8[\Hz:nҚ!JB QN0j?)O9?ЕCCi]T{$sxFTAhní)p@ܗf)`I/ontFd7%TS4m1WE"ʹ7%{]2?0C!nDaV!uHeJ#?,ՠIM@4p҈ >X檙Td́Pۚ:ZNXj)Fl giպgrm&|- @:ENdK\V"/GR-isV>Yaй1'pYӳYHElMߊjTKuOfe,<w>Cߢ^SQX2Yx-t60ڬ%v-ksxR Cߴx  2/hCm[$;rbpKgfHWk#ښTÕ 2ܯomO0gs)1ByR\ A>d.SH{7r$a] m% |;@z(&Ĵ)/ t)&N)o+i-+>z(CźU)0I7nqÇK TksѤlV>)%]H,׷^.!ʷQ&>\6.Y#Gh޽{ٱqae/Ɲ@'4a2C[,hOl7CL!=gLu:uObZ8f@(fH}FhsqUdO{zjĺmNx$= :mWEjIW(gu0GIy_^"Z%͒E-҈v֗ZpKKʰQbT30,-j^^`gLx m6-C&.I.qc2(NѰɦڂP$wj>̑G(G =*v[:=DzkfJ~tSbd€|L'y-qU@Sԭ"MF*ifkG<'>YK?9,nsl&m37N89φēE2y⸻ MO1Ǥ3`cR!Ћ=A>q!fsjzDf7إW˾l#hD_$2io?_S/~!/Tx9ѬȞgƍ'Llȯᆲ[{)tvQrdSd7z{󽿟ݏ@Uػ-ƒV㒶RͣEioK;۸VodJ%ܮ A6fX%M {d)xiʀ$8wQ85ϦhxXrށm Bt4$ k+^<ti8vMeޘ1x:j(MK EzJP,qug@:d~l3FG*[81/۪, hhe ' UbUsϛݪ>Aఱʀ}>TMcB-ږ qd9EF( {_3܀y0`JF_͐yfi~+J&(p8Hv(` 1ўeAɏE<ˑ4i?eKkdFXuԋf>ޙ۲Ɲµ}y~#c$7a&jƁ:Z1UOwO@1ڐp8ZN5o!nUCBL@QJ0ƴ>x 3 jZTe6Y GIuMէ*!™ęHt̔i Ϛ=ZVcBxHkaR|?[=_Bb7=ŭ$Q Ld XI Y_5( 8%bz:7<俢?T*k24g=\47F9uï=hh79!:Z?e"W;Y˖k͖&cH-Dc}WT]+( hy4▖̺) aANIG\ч kT<+aht:r\",%Ί/jX E|w _gg)#_V7&j[ _$EĦA24WUB<0"ڰכ!veA]`md=PMxJFS:wq0ZpF iZ ;q ke{VcFJ ,aN)R.J3Q7v#e;XʪQR1Ú U |t %Ql[ϔ8kW?֩Os_Xz9gb:y+moޤR^S. %%[H@'o&a=.Hꋰ)+(NI{@cL]]Sٕ'63>iYߧÛSMڎ:3ߨnú'6*Ks3!עλl% +ᬛi]l#Td~U Tą%rJE"ݯn>TBZ蝎/%؉,|GBY&6-[f2BYAew {n'CF7G%MK,LmDRU31r8#{QrI3Ƨ[@9"7J;梞]Ru}q̼3ab 2 cDtUm 3t a.m)ǿl̩Fvq*nx=c(e˥QQI ʻ*k~ss솷>̄.q5#`s2&zCԞ{9}eA;55koPU&s]r…8Gk,bx.II,T(h^Ƽ3 +5Ԫ fɩX); <^P!` S`l럖޷ohQ-Wi񅍂rWj|'&!+b:&[דNh/h?0ʬ9ə#':X1/yZ(Ko̞M۶eݦ>EoDU^w̘ͰRVJb $_̜Oφ뵵ʖIyHw2  lTO+ڰOz*..%Y3!EG̋4RUԆ/5Ze#y^Eܾy$;-cCÌ}X(y𣇇0#Q+=('ߋb\iK6Z# 1svG1/|2H\e\{Xv B_C!`hګIM =ۮd[g.j`X<C: ٤.Xjag/A{.K>/[?6}y6pqXr =F"jXpڅ?M?7<AR_XqUlqTD[z}u߻|3/" %<}C.GeeYe'u8M?~YQGd8JH(EX.܋hCr@6]껶'!Y4f}`ږfh%d"`QGgJۗF(rJGybHwLɝ*HJs.!2蚤 :\rIv,Ė+]'PC~md /nGȪ'u@V |VPn{ɧ)B8&n%e5qB]3weuԭ_qlrRKl^Λ֢)iK:"|kh^O'" dneJ.\끞ҠSRO%fÝ}?y2P2PcO l8H!Ni8Vz0:Pt׻bx5HFRԼSfv$혽D5j3w_B,SG-&7(7A? SS_zJ&4h #67!\:5h.- "kM<3:0rxLfAF Am JT84hVBgiѠ-44Ox&FF l1uSf5WKe}K ]qxqz:΀-m~,[yf,܏*b5YR:;Ȍܐ. Ï{=n5+ft)' c!TJEрܭϤϊl=@^,Fޞ10K |pľwc "hE)fո e+إJHPp#|_u`E&JZ#GAÀE5}<퐏<_ސ]YvedY4Ȯ|kxk1zekm'3l]F\{е,@J`@b (=BodcTerנ1km "*Ofv VWw?N"Mu@^kb=(<)ܡ4OhD>XMĤWD}.]4ε`aAEfJϋzL-2I_,yOksP [-WPa:ɭ= ęaٟղfsցT|%8OVPlpk ·͋QNN(e6B(Q=5$px'|?ьL]衵Z߇M\W^J-dTa0H&M(%;ߵ1ܕ03s},4d;]S7vLtǰOm8W"HẊɵnR~6oT#ch'bwpHc*.fGڢ aX|WHȢKQh\dG/[12VL(( (x;k8Ц?ZhxrD|z5̦J!,1yKK4֋}d6J]nd]JpKszPR2PixZEQpdQd(&!*-2GCf*CRqI*~4 Cra=pE+oӫ 1"6:²&0mUl:<~ڨ:Ndz-I'ǖ߅94E']c)m&gL`MԼܶ#H:05U@ak˴ 茎F!ئ`]0r`t+AUf\dmȆGw6bVSVCO0!cLt8ې?WQn%Q)yϥݻ檥7.b3'ۼp#/{}?R}'J-8IBb]ȾrM&9"?#sm,w\KrzXO.Z*x~;+^zCsme8٥5_o)HWQ~2ɠˑ70R8̼otQ%_ S0HG'C(N|9"-twhX (~Z#ղWe_G1ҺsX\Xg9;3eEg鴨Įҩh˾x,ZD<KC4`< at5"u \_LXOȌA!gWuƪ|c|' *̆~} ܯP֙/-[״!hH".@3շ,?"oSe}t5ys2f~PfGGw^(h" is)%/dױ恎(M-ȰhfdEi&X"LR=<,, qvlsA®$:Z8j靯ZǞp*mQdy$ޑMF1'ʼo.D>Q(b0q1ڳqFߤI7 + Ѩ|K\˕_ +GObwo35< -zb-Ht9F'^U9qAx ;$04ݐr& X.^&ΰdb?iOSs?3/Ko>Rh O*7jQ) 5"Oqmu6Ӽrz/xA-~w&Hn04ٵG`^kfHi Y8<3s%M_Ky持{Td!1znRu4h$x!c! k7P*O)u/:'Q {ItZua?ٌKm|;;0EOIחķq[K]^`ER%:y/K壟؛NaDT "D ܙAJ?:v ;ޕwݾ>Ie &QվSʱ@0?/d{`j}A5dͣ#۵+H{*P\^9HŒl1=HO==UDHp`:b‰ґǘtz=柹 }(wtշ~d7HРfJHhO.&=y; ;-w09wFuni+ N:94^J%6N!6j&^ݮ$.i YZ1smX0 2&\ae4`Xe^`qZ<Wz*)&D*0s-eTcn^`И֖h4% $YٝC"]n[˥&zCkyXOJ>S!;p'+95* `k@|oSmuTԷ|GlAhpxf+SiB4aq1pV!7;E6I^]9}dWTY~b4Po1,f~4|JJ[br&v͘TrMqr@ ,=jiTVS‚r?P EXFF<7鼜Wıv's.b>^D)l0ASv J%{Id10@p7).*cQ'ĸRr ~S"+ MqvA\?Sx ӛ?yOPO9 夻|G~xb?+$%.4Ů{Z*ceHI4pmtBs[pWU>-R4ig\ <|~f#oF[br߁'%gEJxc1A3døry$:ĦME!ޟwuLk '\˩)?! 5Pc"qAv\.o!Q,(d ^FtN5VBēyzFEbT_3kwRQna͋;aT )~Qn?IIGao3uϠk Z͒@pglSy7o;~\;oWT1-6Є|3"vlh4Ovמ,OaP$ʕ2Rʦy㵴z>M:V5޼"9ۓи)D30AG&_*keᛝGam8?M$-&;[51RՇL #3Hs!/*ܪDz>=t3b}Pd OZޭߕv/  8Q['-jGl: 7V>]3wWQNɆaG4"xړ Scb0-*Z MNvo? ~SJ)dQPpT&]D$yev:k4iAw_s?x|ˤxzH=3FIa&߁岕--me]Q(f=@p#FFIJ{54UpHVYyVRؠstź$uG܎ye% W"FQJ"̪(E-:{`0Vy&TA#H|#)\%9G⽼׈o@,u! &񌎐HIUB4ETpE guO(q mXJQY߰N=mGj )l$*zvm62#DՉȔ83$xFcGSQLԕg.#)xjbCCF:RcyTPq'*TP9)Md!!3^.>̣F|\)X!B#:C>(2~pQk+Eڲr .(0SO*Е*+@兲v<]^AG6cv-Qq^jd7@}e]ӳ]@rqL CJs¢V!XIN2rx*={^r':r<3&.i ,|8lމ7I3`<z+ Y5FT:T b?"jWjp""ۃ} ٓ/nF7༛BƷ s/Y7D9${Qٱΰx&\GN, #YΞ 4miؑO={{5Ĩ[WE,=ilj9 ‡Z@$ڞ_veO Yw9g :qU,mN$|Z%kt nKe8*S( ;p!582mi?Ad"_( I9:#ԅgǛt^N8vQHK":l72f_px^Cv'vLB+h"ye ?t ?a^xgT>r+[Z iE۩Q{2 4K4FfBD؍<&VISfL-!2>!$_K(BkuHްD,].c-LƉ.Vj 1`?/v!?a'=@SX_Ǖ׋xp*Ղ<~T΄ bv(o4\{2P`BY)WFhG)VVF?ܗ{[oADb;OƦk #bslKe u'(㛌c9ǻC[ @k<$Z}{:kT6 z)ڌaFsΓ t]f^%b+Da>ap%7있*;v³V"K2Du2!/A(ZkTh.}l ?Ը -a8﨎zi]dAF.qAznݱKoVH+2260 u>e|mUp7huZrn{c=kb:.;Zq,b" u֍'_ ro.>ao7[N4z!b4P&BJ;mF9>1enx~\u>6$Q"U)[gOHG3g)SmW/`8ˣxZ"p˜ƔlF1єV) M|"9/^%UL7bu0t]5(9\ݮU+L ]{;TR8d;0lC[>=X_LMNP fν2qn g8܋}~FBTj̓YмC w.QAh}HҢ% b $E(Ә{ jye!ոYEJ̞<Rsve#'pZ?NU1DQ=Q&\9A`dvV;&ooĿ ls}K3+X%c*iFkA {|+̟\Ma.(>{wsE3Ezv Ӑ6i+qMK.y`r>mC@No%|`Y l˽F]q4W_V5 9հE>F`?tE:B(pۇr~qPHy%qB̛CKY hGKĴ6%uv+`MG;π# ֒͸.jbAQO,VinC뎭 SV҂K84E?6pg#m6<u}K2[{>yf-YQ ͢@ЯYLzEgLaC2l@;>O_P[3AHE)/p=AMM{ *ȲCwwH?a2D+J y?Y jΜ9pF],Wzԁߎel %gnj| e3.͘&%QU`1gxY:8 }b%KV@22=ĂGz:kɷ t#|:LS$ݍ8[.jz0' rM/yJI}nĬ(Q5B - i`06k`;}vdZ2R9o-$r^Md?v9΀<|SY9qXs쐃f3Mo]NES´݋"R>F5Zc$  ]w 5!Dž-nͱ[:(աG8(ۧqJE2">eͦ.ћaAo! `'"ږEETo#n)6鎶7"7F2VnO7v)(~5'e ygǻ5Lշ8[6'q<+l59nv;R/PfőR{ <]–_'0{]!1P%n$Ynjbj@G}*e\?`N=Ν_֑Qp{1ɵ`êo0?};NbhT]Sާ5YU\*F {'0PQD jj=luǡYWSįF΄&qDgwˈ/^(u.wTtN qCŦ|k@Ry$%06f Q3=îY-t_Ȍwn$2h{=J eⷷùܻ0R< 1`? 1%?^CZ,uK}*x*ȺYFx[/m>DN^@`ݾ4$txFgb6 nLjVJ `s֡ή:`Q炛7<]mg"U/Qa|΂dޛG~ukOa/ux:r @r_n+\5X#k(Hg.z94(: dx1I+J+o@3sHW2s+!hHЩS|r1$<5=vJ݋y\? :lmv>uv̘< ag^[MRIg]_6Ng܄E ^,t_voŏ14usȱy^=w( ǧq?^R>՟xW{gPAl7gr=ݴݽUyŠ lF% !"“hBj>V3HSw|tƦ/mE0DT+_}l7v! 1M=dx'U,I=yoʼ}[%/xN̅pv2h鐛mXxJU=W;uõգnȌ4~zmW;jh]W);nm|3oQy` W.-oZåH0o"u2~IHVpZd&k=Tx6 h}1fMLNC5oj) { "/2`eu+s6Gco qڗ/lPZ5m5A:6,Dr/߼mr`O\DsN:2*F oGS#P!+ 5{maraׂ&g)p`i TAZqlU3j#{>@Egcͽ`!fћ 3;= 8 e]=)+g2;vA=al F1sl[>%;/0]o1jnOf}N m (Hc(12Gkg5t86f(WVS{ g bn4VG]NlB'J;Z/ߋ:cd&`^? ):^mYBd71ODf'"[>L(a2j ]C_8Y8p!)ͧ!,DERxJ;_ڴSl.#JAٕAܕzʿF A5C_O'*_ ]VHiyIr,^]fq2$VBLx?Vt ^)n| ݗ mo̓MR-Z"iP8A)_!R'MNZ!5EK%^1K9JS/TbB@="'/TD/c;mN갠l3:!&wT^-E*p^M$klBYy8NGy`Bɤ/ *ᢗ" 䥐;!0EY8) :1k5Udo|L`ų{k%q Af5*f1s/6[kLr x >Ct+u%zN7߄{nDe͢#Ccj,,>zYږ8֖:s]5$c^Y;;'Q?J>k kq?iؙQkr+CΤKucgpNmž{^0PMeOHd\ŋEGc,lFlrB@,wДf'PFAE7w2'q͢"XsT ɡ@CE-+&V^Ay oMNoȅzt%Pѥ-aK>ȺJfy7NDjt5I%F\K,ټ u&Z#qvEʇC-srubt;5-#q9.h*SMe^7[ߕr$_&a]hhY4%}NS=5"86QG| "7NԯK}~$ HVM:ږ粁FLJ}V5ѠdQ[1EU78 X$vo>Ae-z3l[c! 12TO,*x8Nn{{VrZ\~wfm&;Q@(\$%Im&:LB-L s"69PGg*PXbI/E)T]`tXCd@o2fưk+6e_bQ+6 _Kz83Zf{ՙ3q9TgB8D(!Ǐd!s JdеKN}Ĩb`e6[vG X4qM<{v2w%).֏EU.`wǚ;O6oak7ůkZFqteJ׽ ѿmoDz i͒hiāGPOQ9GQ]|[O qϒ! 1Ww##:B@5:n"+(Geph]=ѻp<' }N1&՚3GwuZp~Bb1t :rDzԋ Xƙb%..LtS#9W3E>Ī5:cK/ Oyӂ?Db6€ʗmR~,P" 0A|^+VB .Fgv (Q_kXrab% kī2/f rAT߫ў'"lvvH+HœجCr&e՜p<09laٗ34wIqhx*#xK҉xƶܢ&u/晼WzP}z S>#YIKnl<1;t~dΫqU63[yAˢMqpӶ&4 4践R#ݐ pE- L&̹8sVCoEgd|8)(lhփ6Sϥ#U3jPl٬⅀~"&txtR@$#|Z}gdS>VqBI)U~?]6K޻,`AXchz@ey5 N׊ھSp#i%S5r߈t@Kß8Tk,T3GզH$Хgؖ%5J#"ϻA5۽ 3W&!K~mM=J0hd\A6}~8'/\nz0٥L]%ʢvcAb/D5e ddUy(pS' ym<Of#Zl9׺*K`%ٵ›DRC8h@QהmjXH$js-qG] 8crģF ugXǭ1y c\ 2]Pd9 1g {Gߤ'S)#@YۆUr-7g\"1G-ս\28Yhx X/0~8gyu+1H$_"~=*TI!qLv1)(oF >\B3C,>䵈H'/5 Lc55^ݩZQ|y=mlV- zY/Pt:4;zuk͍$}r-.4j>Bo.h'47HҥnXq+Of%r Jm,PZvlzI$ ^pI8S1W4`&9mkdSG\(? M6 /d-"ADoȤ- QBn>=A@ ʣȐarwъL6v4{fvT XF|ګ=X1A>pL>_"*l`kigw"%{ƥV0pʹ01%|*$r-tʬ}P,(ʿp?O :c$"a*ļ$e%E$D;lpxuD R0Vgb畋/B.q G{%9wmx2(ˤBvfC0}~/jg:R}(wKEQJ}$Æc=,[o--<JV!`IǑv9OviSx/I^aR/QSW"oX Nr67A諮Y떢 6^S< % OF 1S U:?E;}SNԢPdKµӌ#ir,$TKĸsNu>=ϻ }.Db@q`-bpƞ\ߴu>BzLVvO~ `/0"2So 4ۗX3ěW=CL0"ȫ#ʝOь4֨{C;WLӧe-Q#NƏz@[~{瓜BI0\h\ls~{ؒ$!,/=PW+;fwBx5 PA[i 5sΖ҇͞x6m&WMShR񥘷 H"̎ sIB 2 E5([(BNrͮ?!6/)ܜ< h¦'uѹ 0yoCN@9q1+-ҩybac< tb:͊?_y[^)xpq Df x/c#NrU3$&70/S?;RH+T3IIVojqWuȑ]>@^Î_ lEq> fmȹ<@ `N3r:uv[tTmKʪw:͏s)ޅ[Uγ$ul:'ozՂ>7%m@~ՃYAYj2IV0WFUY4>暋=CC̟?Dj/`!3rt 9`tM+iQYZLHbȲgl%S.Ѿ*/C7QOťpbSFTa'wZm A,'o/KjȌܻ= ޞ2:*BOBd`];- (t0и$a"7!Yt(izZ| ,cvaX" n7B]vX!$-;6`7fvD_@Ɏ?L{ͤ,cPЯ{N{V5u;&(n}']! )yIaPxV.^Ms_ ;!6 s`K)[). xAUhu=rgC7ôl ߞCjtOPY x&^0xj8fxH]S9`V&$Йí\ٌO Sr٥bkƇd35PiA/w+DXI6 P K3ϭ t[6Bv*6tϮ鱆kا'8=l 4ǘUZ4SSmsQ#߫9̊.7Q;TjWSτ*dX{{B8Z]4C+-{FˆZ!4:@l0MdcC/ꇕ}pu-0 tŢY{n%t)H9Yaꃪ-Sـ9/u|>.~2CUr\շ_nl >-U%v6 P.,ϔr.2l ڬ"Ĥ=P$5Ͽ "Y` ,@4HmDݣ S. *Xq }RH ?jkeTeNgSRe_9fvڎv⯖"-% FJ$ˈ8& 7}id/ Wo}HS,"!7f}paJ`c!m!:pB?,W.)~[\b`zrqG!F}d/\$oaxXJ8>IRҡ8ksKJk*˩5$UɵJ*QW5W=Uc*-O徐nXuba ^,Yľ&j!UA,tR%;򚘹l"[nlqP.nb[_N!t_6Β hj&8mQD2t`Lj#GaY$Ξ/`{G{h\+Z.x4Z- F*nD…Jn'B`2-dw6iv"2V }:{֐Rt77H>wb3s3݆;E3W ^j6 ]V;[&ڧ#ۜQlΕ@?%<^ɗg~zYn*`!tg)u'@ڏkVrfB' u3ĜReiy*$o|A%x'" ;ss;QB᪡ Ө#{ l%[#:yK)Ya-{W8ݽsƜTo{ _$ *y.E e7ujIHv8q,r 1lh"ȣ1թ}Gm4aAauMzRGIB._˖f6;!II=hc@Fu̲NklGNs`mil©vWРl\Yٕ ^QzE?Sh_%K'c??*HR_=|͠37b8S=}J@Rlдn$!e4:gIȁAV,޳޳a !-0}#\0gNԕsE_&BV!U{ /`nhdӳu(F(,wW,W4 ]>;E#V`'6#orښ/RX%F7$$ ȋ3cdlJ/ϒn.kR&p,4{Tŭrҽ>NRj4A1F҅x>0Iw YVdvF?MOWh { .wskY p-(gmK#Ȉ)M3pm ds'(LtH&ѫ9M#cV(}v vi lf >||Jj/k@"i%VO'wܵHȳ&HIkgcqeBhԪ1G i|S<&d›Os|6~ߓ\[ CnP&"P8!06~2G#|cͧȋ?I0p >,o@4YOS ]3LZs]S|;D]\?[U gK=R5 RИdNSvkvW*^]eb W5Ԗ>a7C&/dTE)WU1BjOQ-=O~AFP3& vbd<2uNj`jO0vfNwQ5NdL!`4iF|p3d"-m^5&#PQaQD`br @&Pwpu 3',U,@_7(e 9r#(͸~qXg|8/8e9RSO}2aj"+qJf~x4-Veю mz&BkX6+Ϙ\nO,i&ՅMH.U0[B~6%_X}K x $G%jv"־'S#HCpĬ|hL2TԔٳm󚃷PX~-`6+ݓQ(MZ0hNJ'B|1{N%U5ӼaJp0{ǁ`(GEA28I6#,$UlЌV4+)ڍe8q҆]yŠ Cq{ 1|)M7S7Q'o}O_ؙIpWIώ9m +m{m*6D~#`YɲX3Q;*DЧ=i;_FҨ2$ rn"?g :c* bCK&JX[n#x]r~%ԣFBD 6Xi#&dhU.[A-*&;Jp g@(VKO{xFHWg J'eWg^h_S QQ7μOhNI [ ezn:RRl9_xG "H/3Y,|ޛ3 rah؇т!OSd:o/nmY6L+fSK䚾ٻZ:Be{kwbUA2v#&vMHf+诶6Z(hgߌ smcMPnϚE%1n1@b0rDvvXx\*H?91n/3$ȰP3pzj8EHF{ ~~ng]6ƵU?U7!dyoLϡ ޥ-o['וss[N9VPYmuh\#ns,FL[nsfzۖV(UȧI"?E_OdLpEV $$5Ԫ1J:W4LEX4rViG7h?K'a$0lyAcFh mgg31S8 8+bQ3s-]fo mDZd eAY愕V.H@5Z*(F$(쏋h!U71ԲW}7ַxFD5/@vC젭Yܲ__a䬗8عaxmd1 xNIə [~^Ű$" .?k(s&.4/<-xCQ;}koXƛ/W|p|<];x*ˏYBr"B_?V}L7FAM ;[myH3sD9PFo$0.Er>ſ"n"]d.6Dvd@4ބhj޿_EAq,)v,[i $ !՝.4$RyߙjYqׇGI{d}|VsM*(견/7\<@=$يɣ-W wz#4+,紕OicK|hV?΢rfBTFj t4*=5.p3wNFpnX;M ^_*K快])e apzϓ85Z#ri0+e0Js@|h$opXhu ygb#f@70覼KlmT}MS4$>j^C3fG{4k(ŠSRv bF**L,> lfL^;,z\A~'6RCk!˭1ftTwOxqW&P{z {XU±`9 *Vp-[;BcL$&Cb%g\ X p֩l'xJ|O^I`bSt,t,{8/,Dh,'3uoFM$UvƺmpswԼ-)ӛ]&=ehP\.J>?Yփn]T*λ$P%]κtuIXS={4P_H2!`)1 I-PJ־_T{KN{.<'pf7<"5A|vIL a'+]:|u~B OxYwt CoVp`pm&?e;bp9D>95M\n2y{A}4bel1YkWȑ3qByd)];+2p8gu+JFpu]d~UlG=X_%GX!bSH5y:l `)p\;⡤\8C#g%69>WZUdU o@MP>ܙ+M6;rcZ L:j WіqL4Pk(+ Mu&1(JXcݒE޶. 0Ӎ f+"=#0]5Pw^1\ĥW딹6Â=-Ows5A}9V~UpYoNXeCbjB}꿋Ntt[$5}{[y Xҁڤ`I&W$>,Z%-E(/@ˤ8.;[/)of\e -R^ҡM!%׺IV6Y}fS`h䤝o؛b e`IWIGr⎑H#"_".s]CF+N)=hh/1NinTt0|Vɚ8Ιr%殳r2d [ E>ѽ/`Ydי=Mq(\xEcD8/W}µC94)Eq$":-\r.ejJ|6w7 >G;踡xhwz]ߪehA"h 6}raR+ s s_Qc/(";y(@peخT=1(0 Ḱ`u(;-, rJB>2OBwWP1{Iru߻]O 2iYwzVK1uH}7E Uyx J+>=7E$-5i^5BK!MjkJ_/z"ܿ9&4z]X4,(x+Ԗ;:$} 7h\ݼAu#|#a5:KT]8sIw}4S8Ü:xobvfc qi+=+IT])ʅP,uB| N;ٝԼ #pOě `q :ѧgE(Q⽫|y$J'T>^o2:ɗf<~*qktLS-кP ̪ lɽz*Hp)g5\LGJ h#n:X`ǽ>"_&zp eQ7#+>`֑KfC0;-bWf~Lux0全x3Z߰-S1mž +Mð^jяk'J<%jD:v#&+0K&(qw.%g q̼VUO 6 jUZƶZTC5@ޓ4A ٜF^m Pd` {g e,QjȰUa0eE@KonRc"1Dנ w-6J™v[!]; )~4SIBv)x2xIÙh~  D$Y |CWQMqsEl />qKqCm%Kȃ q v1ܸh@(:Ң'#8vy2I-yCf w/:]a@HG`3Ճ\T!Y+g 6AqzgPcD:ɢ$5YX!dX@6.S2TY64Ҙ3,ȇ"XtFSUxZ+4'HZvˡ/D;ܳ9:'>\N3Μ fP[{;OX/2` U71o}C@F/gWG=s=W|[jک/;{B?kҽEﲣinp,IxYKLnh%?+YCY!bE [SIm9Iȭێ,Z 77'"`77Y|Тep]vdYF{ 1 rNlՇABȵPw+-:tѯZD2 7/ȵf5"RZ =އS` U2ےTM\5 )/w-D9z#3hd.+Fom L- "ӥ/as%GY+M/Ҏܛ=:<9´!sLg)L,\'5mxSJ>oLtF7W{zsǔCcx)Al+ kh<⭟ۆdE`?PX%2'^0_nx}D-4M o(F>m9aߛj{~g[E ĢSH/]] !s (f%&4YU"6=aMA笍">:Uז {G|B_,;YZϿcٞMz7k-V dyz,G_fB5]TaXPR3]]xYuŚƏ@b@2׿J_*m()Rsxdtn9 %ЛIEnܐLFcŨ=Ꝣ٨fы\E1 tɪ5VФɑAE]C\9''p rm qrg{8>X{g?0NLU.lzN媋Z(,MYbF;7/n" _˿#)^, (JO9F;MvOWxӌ PuQ ɭ];B&DXX jTDȃX(N b;h]wë?Z_ə3n`R?һAΪ&,/dwH Bۖ◴Y7tǨ%Ih(e @{Dr^[V0Y3ˋb@h<||'T2(4$_-[!0ٰw6$_(0MIZCE)QcLK>}iZ$Z;j~֧[5 sTpR`p rnL`Zݷ̅>yDaXiM'JX؁]^@/Œ/'oer)ݬd(4O.t>ӭtԪ'\=va9r -Ɏ6<>{P5#*`c|#^%(}F("s|VC6 '„KXBVo ⣓ ;e z~tZh "7[鱔oXY"3@f[,>`#Fo!1QF u#E0JƃI*=e; ZĐt\1_ 'Z LVNEboI--;5o`Te'䊌 \ HRu҃>ґjH{G qTuC'VX GZ>FmfsGuܤ·L!|hH؍`#PL 7dߗPiHHmo!Ǥ|Lvgsc2p+ 1&1}t!R錏V*g2SoN=/^AG_ضÑ poo'2҃&M-$?ZNZ%cs굑%h;HܯN(F׉˂ҡaT+,d;xe'Vkn/jJenr:p؀|$8} (RmMGX)oab5/,%'oQ a(Fv7 +kb1Yc*~ JbZ-1I3{ec]LPY[hl^·T\ 3IcTR/V\]-K/JFTD>VpY@W#lt'/v{}g4lfAvrXX:4NnŀI\ٝEL/a}Ui(Ė>DĮXxtXp *4mJLM㙽i 3umb[^r%9x?Chʊ/^^ s|z"ՃmdB~m{ ܙ-|,g.`q4O4w r2iU>Qo.3h5dWfcװlhIyRly^ͻ } n< K, *Q{+?YPƯcc5 oK_*$"ˊsWuۨ5%CsO'nbp$.آoďNKAO_7pbx@u!K*afU3;^ h0=^ي$˙}աdʉ3B5Ӈ3tޅ7p:)32rNtCsw*_#) RcPl1?nNFgfQ5VxżaBP[Lt?jL:E̓,j7)s ehRi{W DlmzCOUtۍ^T 8 ^-,AaPK4P\:3Cżr= K9D94hѸ51}Xby{t>oJ噉iCjj!P2JtVfY eNf@1D>y*Eyڱ1/$'n軪w^w~n!<[w}d{UW :LDTOl5LAĨUi`[߆3B:uxO^̒7&hԖe"s o(rb)HZxQI6?Nʝ!P.ںZZjqCQ^BDR#D)9{ٰٚ%3 *+AÙ5wl%W#P{n+a@ Iy?>vց3#+z0BTЈ2ĵL=w(!T(WD >b8:eCI7{>% zb_?ؿ*wJB YuxBth}_Wc;/~͔" 8q DmeLd`VX{hk4iq\;Jd9W3^4Z9F(@f^7{fl{X;}٨a:(hOե[o223ڶ`!pUD{E\p dt@BTۿAH"O:;D߽Uޱam ҩ8÷rtDeNf2apX$ZwYُ.E~XQZca?\)cn6TBF ti|QnNaP|\t,G0MS?XIYX-%!?Jzugk,˭? ٨p "#-(>ڙRy.FMf+5le;>-(MT0 7^[$[ADnw7؁Z 8 q2"98ei!(@".V]E[/5<.WW>ﱉZ#dml)1em ( jQf_\@p(iS]tW[lV]'0Sg *@M pDz<vj*-275gYa:+H 1~L"*%GJ|^,ݧpQ%M-YgQ $dAދɭmwT>=Cmb,X"Kq (z !!nDLXgH}ɏT<)@kx0(ٲb2@ܴAժz.^&1NE~uFțsB̿d-|N+'+^g5r G 9JP5=rA1?lyG̡fSu#_ |E|v<ߊD| @4I(3LPFI]%l}7-V7)g("] )M^O#ƫLkէrU8}Nz:罩emhR*Way#Or%|=%{5JxbqdQv!:PQ=U6[/-j'Sr*&r>1*&l>@ ( Zӈz#9EN+V`$jaz0E@&@=]ˇT4,b#0*A35DD1s,هhTzQ+c9vyoxiH%tF0dQ`Yz`V a-w9Cć`{\7^ .!: @q_xigAlm)}xV`UBHOB&r|,ʳbb\dE|kK"p}.`+zXr/[D&V,X{'*ɤo krReCy_ )o-}UƯ~ENq$=wW|LlF@)'E+j0J(#Ot8wfOn,w.D#-Z25 +9QECG_QQ @ OO}!_i@g1NXsO$L|N C HvM)É ×4 kV^v]<Лfu4! nh޳W=dy::#M*/&C;wU|'a sZs1>HH1 e[ퟄzrCZ~ $&i3Z ɠ$AWØ|XُF&da_);-"ېaEj¤3^RBr/ 1R%\1s~o 1٥]~R ԃO6zp4bq<,պGL1(&'7+%8J5ƙ]}=@Y?'" َe EF3gǥA]0ɅZ#}3BEApYaɂ'(Sҙz`"Βm(yd zM _Z˕-*1  18YҨ؜FE))~ `S!ȋq %G(5ao1۱DاLdlߢ&`'7<:orw @-Z-(@j|r} nk0svb/bàKd?d.o*kd'ox3b%BzDkTSVf lse>7 u-lN#ByQIKBf ȹ8xr|C$ ^gFBe_E~EQeW3EUcz!VC|GM+M]FzR83ߏl:W"B:*P’3yr7+zYBLoet7u[E6YY:hud hpJع_#ΰ==h#Γ8,y `:3|]Bd5QvE^25ѻPGϥh;ks69GZ{vJP[DtftuX^:z{ +w>f\,=YK=/aړ]H0?*Q.4ҕDYT1Әj﨣RI*VC\mI +d:(ĿA1v!J6h)Ko蘪֏+&ڱ9^BŁL.kR,4Its}nQGm.OGhM;W})lŒ aiGcѸ(fΰԃ,bAMW$=Bd184h'{IfKidLB@*en֪%̈U3upF 0 ΝG*N?;Ms xr/ @[^Ñ ȝZ}J_Pw/X>,RV.?;zgƇg K!OyADeׅiMOP6Կ(+HL =hB篥#uKuP\wùY"4wC#p+UGMU8ȾMim=nwCؽۜ {C HDũ:Z;~NC)]13R^\3:3#yC%C W,Amޯv}OFtm:_dongf =Vυ la0;p$=8]`Rf.ܸsnvy#8.EL9"IH:fS <@= ZSUɛ!I8QYytlStg7qO2Ksf%LXWH^Ҫ|TuѾ!OqbE N݂k=v'5' B0|J*}+rutZ=򗎉YicR!W#} Rr@;*Z%4qa/0q}n5mD,xvJˮ|*1v&=j^;<ڷCO ۠Rk]wRK zH]X73g.΍rm;]u2BsnB\сU\,B{ olR!ʐI}Jz,]cVzp4`"6VC(lۭړ.guBCWLZ{mE2I-mEkJ|aPՁes1՜R ⓤ]/t6l` &L+ |8@kJPǶ97tKd| }YIccɄisGhGĺ{qC_z]0g^q^~r4\lD[CEIS6ᷕҒgxSY o^Pr:wS̥&~mϛ 0 :;R%+Iq`}!\hVo^b~$~WU0Z sۮ_=DKFy^{kܦbd=HsQO8&wNM}P˜g_<^ˊ**r@6 vق}ЯuH& sS6~}"݉l^>w@Rr H<:6áD_0U?n{ypRr&K&y `jx("2s7逴OyEd/ɽDjD:z܄l:@Kd]+B5IJh"8 G2±qN–mB-J^rP|Y`9\3ȧvΚ,K9;cv\~LraTZH+6,٠iD W@=2%pd8)Xi"tSu5t@r'K˨s .TSϟMESO =l+ =9+wL[)`W}xY5 ʮ:Q ,5#eCg?s5ձ6OĻןGB|m]pk] eгjT/O, ;'1y`.Ѹ79 ШA@8O }\Qh2gTJ͊d:7A9rY1OFKʅ)E+B+h^ݖq| ueb}-9Z ]~"[0O2fC`}t⍐7<}eHDq-X,<4NU'Bv&$D 9Θ&amw@QGUiP7JCeْ炗?@u_<~ ƒ?VsBc(Xф'oN2AK.2廟)V.%LUxuD,h5Q 8UW9CS/-S}rI#.1_,OON0gp?i^½l;ūf\(n'h;  mN8:̢;#/X[n!Җ׊M^B26_{,b͚+^w,Rcn^%ie\$JNpP}ꉬ:34m2ո'aOdC?ǁRzDs3ƴX5a>H@?^V\S e8D[>d""~[ʪATB'Hԣ橏Rb3ۿyQ7<-y{c?W%el*+is/ pΦqs*1:RQ\;!#E7@ü{ye "׌7.t%bYAbp0MkuU d CkhER*ܡzhp=-򣬓b)GXMG`FneR:Fr؂\8BNZ=:Kvߌ@w-db觨.60U6LZ\X.J$0ۈl yGybtJnc4İ0)`|Oiij I-]ٙgY.ʽdk#NI]r~O6 \_x؃b"ͼ.HaPr݁ 4$qܳs34}nlCMߔKOsD'63ĻI*¹qsi6}X”X,pHƘ*CW \qӥ^UBN_-R#mw2+r>Y[/@S04,9YN7"j"~ЏEE,vz&lIjÃQJzx-Qs'ƛ,ڧjg#3jZ Y*K}{T]w ok] ە=Ha.O.< *-T3;ftb-nn?'q3v^mKEMڰdk\C z;*-XStlT ]pӔ9 k̒[WP)agƋiN^)؅mDs؎ 1PQxY9l6riVr)n7ýW'1Ҍi}^f+QǹQ^V` s8 g[go_gxg?H'f_T$8dm8͚9oLe}cX u33u,g eɀp. 0;7p ]kVj-YoyX7eM![ΖpqWRѶ'"`8KHX\`diМĵ^n=rXSsZSw 2 y0ʊ%jWԺ3U(fRB2yqk*JhbZX֠x)=Oђ=Q]֩"W63,h>bYߵdWKnTֆjy-KٝDշHږpŲ M~cg`sir7ױE%yYDnFq2LP38`Z! ݮ ^2!܅WQ"6JhDB~:Qґ[' 'm(aؘ޻N%.^yMx a7! 4yw>~JSQ0DlHviTAGY!n{IkH'f4/O(n?[Ճ٠2#GdzJz9UHvDL7v /I2Eq^!4g+GF{.Q,qL`Ey x=bڃ[ɔ^:Zڄ`SwUfkZ^  wOވކ ͭ`v`DRpb$1uqZ#tkʗyǦX YtZD c̐y# <}4ֹTa_%\k) kڌ̝lQGs l:êou0Z\qA"۸Bi>$6_K9rV$UќKrwC#DD(_ $SE:v@"S5Bz3>')e8P#W*D) w$ .* 0g4AI|=u .%aȵdr), /D2ؐZ|[% Q6ÿ]ejc'`8oTL%W/ޱS>Y:g3\&tCfi= Q9{Hdc`4cg`x88clSAS՚;֏ZokK::XObǂnd( ZȌIwvf3v|-mg wc!㫧~}hc ʱ/H-4*h8+Ԭw 5wX9 A.0?bk%A{wYOˈeZ;Nn 0 I`osIXWw/Y v1]e#ÏD|5#_^*6&#Q䆂tUA1>M/!^z8 8Zp}JAMs MUq`R,OZK4 !#.%nPE1=!=Y?*iʇΘ=Q߲! 8M70UJ|GLMG yn*~{\x.kwAҊces1L67O8[>0Gka\ )Zv2.#uiTB.~wtʃ)/] Yba tjz1v1L716E2X) FyHPY5 M8ʆEi@T|;k &=Ql" 3]m37.)32GGT NL="چ)2 ԝ~tƼb۵sk[NynOmy6L |G<=˧v\*PQ6P_i8E=68ضGE';xl[Z;Ě'l컆"dbQrx%S\,*:n.{@g~gz˯+ϻ{&,p^ǞT߶CPX>4(v2pcAЂ=;mO{[%jE`Ã/g"ᘞ _8<9;T5,evSP9-*S3W3y @lR^uJnEi0O#$۪ $#EzKM",?Jzn|NW}[|!SX!\se J>o>N<}htKFl$ 1$fǢH ͼ+f^]H]C*0%yH>CJ27]C@fԮ?vQ !{ LWsbO2 ID"b,Y =U{6f~WV85|r)ugDA Ւt.:Pwyxup<8VSfl 1k$h:m/R\iwH Q`yyC-w?` 7epSd3dٖ đ5#0x䦎$,y|JؽRɓyFm0e+ͽ=ڲZ5]]CX;.^)XqeBq}#aMuFX&W N|ߎF\LON_Y$s-Yk&4Ra<\bl/?^a;}ܱEq3 t?^~ MG ٍVL_h?׎\Ƴvv.~wv9wyN'gTyWJG9fH0}AbCIw_NγW(<8S=q 0Jqx^B{ {Lq|"cZ4@caϓDw;&ШYas٪ja%$ fG|3eym*4x5 ҆O%UZ_*d"`r]"yoyރJl_n5ad  >ۿ4Zn襻h'FRI)nJ͕r$x#͚Psc 76&tb&*nčcJn[gOB B A8轠xu e yƇ(X58%los)MFI1Hq ]2 \&^b!j\'rmysB[+-N%MC5J)PV LuhSt0ѼSQ蚍"x'ݥq4=x^}2lF #P4 Xgx-:e[TKQ3S- 8Ǩ¡c*qtWV7TT;1kHDn_JhrP4~ ôD(6 m!3e7N!PKkMi͝DE=I3R`k3v![fj–%>tUczQH?QC"!P2&&aaG1CO#^cox~"K_M#*8DTΑSXN,rPҎ'3#靘*{5K2uζj,9톩 of#@Zfs|n:ѳxyt{/kߺ(9/F̴ R?^Ȃ%v dnn@1_<]{')*{>YU˅F)N̛BԂHyQչ"@6PZ1wq2|pTWRҟ:{@QvJ_峤 !p Q%t2f80+(jf)[#,0^pRx @ e~t: ߚ39WS#$?9I>A4|2M_mʭgwLrhffް'=9272)IB+:@t5,s yxĪ)9]rL2wx+wWeTcKua%Pg{Hb8_X.P"ƴm=x۠eG/~BJ58boC c@cInDd+0vPltqby^[6ߏљb2m,3)L9/O=DFmQq湩et'^fy7 Y$8 ;;eK}%vz¤/;`-cZ..Ӳ})Q{'Z6=.vz&ޭ.?PtNĤby*0rerOo3p_hp _Q#Eg$?rEG,XkˌRx \\6IBiOu 3R(RP/o> 2Y! -u($j0=J'-e":5-J4w9"4WHˋDi[<{`יLv k#.OHU?dbZ0e:LFK^l1 tPٔ9Sj~Rb!n Ke@pۺ_׈_%s<] Ңf@$BfuPtV h4h>/=rW/=y.kПS%eD\v$A2ͻ#@P 4B*1gʧS5<?{՚yw̻#W}O {Nv2ّ&cB^6M%&:;f8]ɚG!rvvjl1K'[Q,XfRItY}0RѸ/,Eލ-D(;ah1|!z{Jӝ."XF|K>Y .L&ݸ~"5|3PfgKӆa/`g23TS7˙ @Dža[M흪*>B{Sc=۔(-_\|*vne.0{w9.p?‹ ,K{sP0G$n -_V~~ O/Ӂ@7=rUx-^S3̪LgG@f j%ҎEA 5rz69`q.%Q#0^//-p@O +z+>F?&7C9cbo>B$ApiYʎ0_I"J RDTPN39"T&*q!te N-k \ Q)cҷ,+곻 3||`)n@`\ 6dߓdnWQ !='ts[Xu3FqM0E~*k8(Æ~dq5x:gN+C Cw\fH%#E:͡[g콐A p`"-yW.*S]%U]8yJ)EiS#Kp:Gj\meA 3B,g;6@ x&y`a*t"uGs+ S[Y31ZvS\ڞ 1]Ȓ>ZEQgؽ jeuر*r>X#yƫҎbin7\3f|?dV"cC(ii\r>uưﷄg`>ZHUUJN&?zkxl)dh2@:.xuJІ2], [gn1{Տ#,qYr&DCzv} >NSp"gCǔ QfZ,lYi 3oN|[̳3Ug;LG7RZgH`R*&wP^PP 3yU?a MS1m 9Cv|t vm#4QV1$tt9w:Hs #r4Ɵ9lfa˹bw,]ykv`d_ʚc%C* Qae6ZeT2J]6BHj(ϣq(wbw6p%1wEy_|Su|jBz:HAU*&o+ g!ChݘS$fd$؁wZI1Y9a`Ր͡f(jVA;&M~al;/kHӳiKgj8"mRg p%3K!lcK* n-F܏ 7Y{8N٥ߟwe 4?WcR6v(KY#CviwUkoߚ}M+NFy9ߐ\H_[b߁ _*SoYd^3 bnԐxr!QeJZ|/o ݝ܃6mf?$e8U0BjUb5 ևyxA061J:7->m"eU):r-I;ͤ!NAarڍ dp։uRF65e?=y>)a~nS:EfoHpw;T(j^Bu6ˈίKl)[2ƳuG[ )DCp1g  ~&ls_62 QG ^!AyR[r*Fʆ96+Nf\)2\x$'DQ1*W&x_r@Ӗ}& f[jIy1rl ;g>ʶ. ױ[F 2?>뎿2ZW2mַѣAeFӹuDN ~pvDHh1PN1vf !uIK.r#{s|e[Cb^~6#(05j_~ jH3(i_C4\^Gx3EU҉kfv@Xבw t~t/^o'alTc&ZP b_Dt@tRaMfţz&uMcmJ^fٺU_=uYʍ L̀sdZp**k%M\n`վFCԓg`32X,Q>n['X c"M H E hUŏԓNh{^;~rrbMzv C[5)M}{ovg~J%m)W#P{o^IWAEf/62]Euiq<ħā8v^`TC*X8|S2b`fu 0/Lrmjp<2_cGBD'./ԊfT;B,cy!O@!ۇ];O9?^>\(J<>XV$G'˜%@87άUze"bѳ*z7l@ ͯ{ޣp*63uLRwʁ `EYxԲS R"q%/r#4eŴAKx{T"x@!p1@JalOT4@g5)8Hr𿣇1BW~c'SEހœE;LN{HS0KxTx=lxa4Ui΋;7(Nc6 qhq>oH;rҵ^y0;C.V,ƍ!uMɳ==2q Ka-=qUfT&Xiw%l@ل<!U]*\o,¼XudK<aM2'JH)nd )\fenuDPl =])mI4.Fɝ q_E$}7 HDFB"K>p`nAvXC 2ۙS +<Ӏ>oQ+kQ ̇[\'к>)}:Sv8wc2POOrjxeQ?6RA [ЗwH>)דOHxD.U95{IpN5#~ 5MxH"f#׆ ͇b(+R!m;]իݞz&}݊gՆD EC1AR##4_cQ-zfylBMɬ #h F \M^4WlڳQQF˒#>i(m(d.(TsX7lCi̖`e e⍪.]U搐̧| [tGP4˺+>\HSlbxSQcL⧚!̱Ű _4@b% ,"?hbZGM9AFvgv>K'.cjD҆890[K;[7}Y+}A˂ Ҥ>,)5 _GzŔ\js;>Ř'}!۫nEI\ҿDs}FvnΙپ{7r23_Yh5Du(xTv􀵯o$vJ'UcIۼڨɞqa[XV.e]Q_`sČk 5YcsP5+=XtO׋ED KϙrZGvWy&ʴXu"NMJr^4~` %b7k󇳑|8ù p鼍xR~ZK8'b\" ̶J3VÆMvܭ W>yb F{'BXpmC'4CSf=iy4۳Ζv9@sQ=]u[JG 1P >Nє_Lmd`cz1/A%B9>ʽ1pO73xIiÖ a)m!ht5|# נ{~OٹCWP!`|ո1yɂ+3ٹZl'є< SteUW|*^EHD0_=R~Yɳ_T=?Twh!y eQ 'qvDʍJʂàc]MvJv2DtblM"4;S >Of+! - ӐF3#75 'b@LL3vm[_R%G# vW?1Gn߆HaXU_IolR<^:b{H `{(BޑW@#|c PŸbи=g}M 4v;P\*H=^{X9}r @'_8j(90,?3IIUy]A$smtO7[]B5%k jKSXe2`J-bz<`6v62<~5/=uInt-{d) J&@{24&vaYUd ⸱Ls?oiX4.9JzME[F2߸C%#FNѕDǜā BxgH 1aclY[Ѹq7ERၺG#$1vȤYp UG"X 8Hm E|D1\C|%zW6[pV:F5ww{\XA=p:qN&8RS.ѕ6SvިH9}~d*Df=֜WA1q|gbj6I\.3 GaݓLo(B _!D_%V7tPKEUElmjHUSdqL)PDfiس#C򧆩 7frQPxb&RB2K?΁VQ)?}^1grNqx}Ll_0?;@:f$e͕?leCmG( AKJgfhPeW L9rj<)VJ|빲ۿ@- afu4/k^-?jCmQ'KV`+0MPp&-xnS|fm~9 u`*`0t^4iu_Ć1S`I$6 B*]~4(${z_*Gb׾8|,E6sTO弹T Bn {.x(T iV\r;h3xvlb'y==u zLe5JPwqZ]G COJY?&BR}5"eyP&E)&ЅS;j<2Q u'vyMQd3Jo)UˈSidV2x N*BrҚ`xYIGBY(Ž`[D PY7ts(:KgKz!rvo(ԁh}"|' 9J:k=݃u$ ^~_א% ƒ u<π1Jx _߆#Mvx`dWur_{RUiWݳIrIyK̞Q%<q0RM͍p6oH=q|`MZU,1}Ξ$fgأj7DfK@h.lK \I盺l3W_2:wih>%MC@MKw;*cR3εa*鵶&'">c*qS>1Ěs8GCR"sS7Vp:/kHPaz]wUc.=Z|]ʟ5k,T gx<+Ҏ'mٍ+SFT*h)l1z iW' [F/e!zaGʡdKкs :W ^ 4WvބP_4z8GA6LJa'#b A=U \νT(~lQ^#Iz <)HgF(==#1`iC%5Z'6;R&y7/67 9Ega`/_z21>9;k~O.؅eauncO' \2"*wR26֥%}yI&"y&>=YdFrPXCzؠ?:M/'*%\ʚ"sL;WA֚k.pwJhea-h}%q+n̲ǣc78kQ>PZ= )|~s-آر(%ѷs,eqW`[Z+v~H#Pr}v&0}]kԁ[:7˵M!^о *8u@Ppíy.՝aCCYG=u]:'csyDod 4D>Dc9KN? %Tf`/6WS >5poՙӵg0wCm YT5R>|:5@st1m`.3R6][glaURB.)EӦÏAzyڋÒ)/57U3*~6U26Xj\8l#?*Bػh'`+/:TyL!-oU1 &10!oV%}T- p孇t :uu:AmծO#y@^g ȍ&sRFctf8!c~baƇNr$82̀Vzo2]ɑ9/5>u+p!2׃ |' RG;|9eB\>,\qd%OCͯ;CM7cA@KS2 7ޔV2M(̹'U;ȔO<1Ziu} >:&ω/T /g3bgDgTG3vqd]w#hx@pDgnڟ70y^XS .Jgռdjق>bمxNW7%EfY@@"(1EH;!!8Ҍ"xkL8')h󅙑>H\x6W?"~߄Sy'N0U}8<`vC.nå$=·W^}~`fiPjq3p ?thN,xsݖ*Q="$bq{xYqzڋ,)xu9;?^ \!Gr ½u]O8m8u2hqzojLylKFԋ~_h'vVw4:c {P⪜P'Q=\Pf fq/ّ[Z9NjE9Pi+NHs9)F!*`mr n^]Anwtetzb&5Tb(B v+[!Z{mRbda^EUETR kK5Gl.e&_k:,T39ґ3%TZRwbb<'6Q1Oa$訢D8:Y!׆r?č@?qF8yXt@aF .2f[-,1TT=Kэv Mw;9S(83{vF3zyL:^äʚvV&7JZA>Fv$w"Iu- UmN gZr /@=imqSƛ'i5w#O! =+IgK˜ͤw&wY͖ EbjHc =}!iTqfym.ʧz Zda6(;ʩlEhk6ޜ^+\ԆZ:;ȡq!ks: ɳ!@Pj+6(ũ1EٗX49ġ~>L!]2e-9L1$L*SN ĭj)rhصMybHv.QHҁsUDl Y}Wet{ѻQX0>Cۭ +8|Ҿ;G8APl]k{9 ^(>-P>񛪇RA.jXQ`J ξrML R+7?@`)#IqDbqFJsH7Cмt횵GůdMakgc%=LB{PidyTǺ\wBɇ>K٩<+$:%NaޠL?+ޥ,O> ?¶XԔ+׆hg$(G,y) iJpJG:bí۰JKf|9 g(C-oěqfi ȕW4E Q-;<Nl;]if]נe42\ܳdu6)0|~ް,z ;y ܘY:gâ2u#`@>p%>)i]s2r+3Cڶ&zD,Hcf\T|6LhЁȱ=%vaġO~-K9"=sT+kOan]G *!t|ۜ+[l-%k[Buv+(fSUVp; #rP8!f/#1CG5T =]$АLFSHTk114'kAgFa(}@9"&IC֓gϕOfH ?64z>qB~OU6JQJgя}hCf? IsV"; <%8һX-:sqDӤP01K:]wW#P".Ӕ1Y`y  {*c*etk]or~$yߟ!{ת@OC؇g/x'eNv3iJSw/-OM̥3" ~G2! xkz3NX]ͷEfܹiQy$F"eTE=t<0jaGZ$Wկ4X`dcٞ ɞEWޥ@[,Qc+1_^Qa1G =G(LVhW/h?in]aK/:$ިƁ3XҀݘU?QniU &zVrz\)Ga7vJqOKS:"Ndq;y??P %"[t&]*Ui-*p>r 6fShZUvʑfRkjU;3՞W͏_v8 khOGЊGI{e,ق3nmO1v3bFg!. G]Z9_ sGsoSی족T# ["/n$G믇cX.Wo͂H{瘷a.#^gnX Mp|>i1h F3 !WסHm))/UIuZ!a:\ʄ.<hJ;H AIa @ƄK©N@r2E\Rtv}ruapLabl2Кgh=%]g'rwWOBl"Np# |S`2=8Slɕ 6P]_}mGг;? r&~XL͡ É30_!ݨ@+Bj/in8"J [&#@:LBFfJWf˕s8%2E6SrJeھP.ٞ!eP h"N{*~G@vL'kqZ.5͓ǫK[;I-ڦcKuz:4cV,D늻bj87Irgdw`l{ ]]9SCڅxWNR ksÛ ׼t$,W1zD3|G+s`L^Q({C#*6>wR0HG%40>C%oL_fzܺ^E3 7-U%uZn0Ys83/UL`CÏhK R|74o05ANҩ~T4G# Ehǜ*>l0`PϚ9@kHNi[F"=[.jX~[ޤ{''jc˕K$It l?"'UR|o;/]GݟX݇b'ltvkgUN.Kw\ٗߤIl9yܙE}UIսŐE.Q>Dps4FUEmv)j(jǙ:Mڪ0$"v#arD`FHNFɎ gŒƓ}0d']ߌ^G =Q$X߽FV %3qVu-MY|KJ#ĸ0`H``_ ՃhyU &2!/rwH3L60 .h Y-lrs8:O=qзܶ HR;|LJAgM{f>*skV :9' `>c{qϮ^u|/Oǒ q=BݺJ˰GWmQe܆5$Xn#<M 'dBq7\ꁂnNb zc~ n]V>Y}hehD9P]m<$r∤x$4w^asY I,#9ڀԘi圖 \U-[Ǿ1ly's`)ccb%˫y·P6Q:QKx'8AK.Mv\ qBIHU&Q>P?E~vin X nR"hwWAv Y8rrh-^u¥=s.Uӽx÷G92)獳,!( ҪH^P@2`hTԥs.r<%@=yz "aղSL mF}5QZ +huNLpk|ֱ&HRI.q7/g+ zKߔ5|̩,NT:ɢu%QhU'v%aoCWOݘ+w~T^sf`#R ;U;E蜘ϡ!fz7 gO8!NPnÊ NJH7%myyⓃGnŒ,LF @k-+n VLk/$FN˗ u%M˙ +tagcQ|QQTCCg2.W>#!2A fm("< DD!m|e~XBKUSQi7CW l!6$3]I)eg6B?t{YmI vZ \ Rʚ3ٛN~z ȓ$:f\[7G&8#7n3}<ޓ퇧,pʹ$Xgn֎nP1uHr6=}wt hS^&}Tƹ'w+x/+;Yk"83;F,}eytlK0NQ13k'e&fzV#>nXP;/}_e@ׯU 4ZӰƭ/ Y}6̹yfٳ!j .R̭ B[@ӷ0XiY,/f'Nd׆nK]/+Yr;?3Y*jN\ᓡ`#IB9ߜ8d萶d@,lGII)"k) w{q.( [S? heҿf"`svjolz W޻]ث`\ii0Ue4."궥xH67d9Yt@{ LU,J&=:SѻB2pQ(N0 TQ# y\|(Gcvu}$wF m`'5V[j‰155`=yQɣhPOQ ‡clybkZhb#sVړs/$ކN0ꉰ#Z 5K+ Do cPm(yc-5CW þM4}6_dn"m9t'}]1P8omCL]Փq+UsaHM;e8lE@’Ú1|fef\8AUy}l"$SQa]? u6zeP$ZuQM-r{ʒm #Yi'37T=!Ls,6t-y32p+}`$h6IM*"g̈/?;R.q&PPAxlaզsġ`aU|ո{k @_8EMf),,ݢ#YFv8{cɊڙF5Nwߌ8!vowMEUq짶B.IRD8zx$}kQ-+w^Ȯ'mM=TɛP&tm2lk:[ .t5FRg1S`*ԴqŻQ`f9৆ lE= B`bpX-;,u7@M6"l/$vZdđ<=[ .HLINeI& (ew {;k]l ܬR sKH:B -ݑ9 ;͇Pij#1!g c %e$j}C^C* 7Enzl)dV%ACH m{zѾ>*KvY[uaGg& Ê<3U} Db f>i4.LmWp`95ۓS ED'F4g!!m\~9MkJPx4hAǏ #ŠWn;Ą o~M?<0HMH$ks>"-.DquKli U NFrUY927d1ӵR* sG}O_}FbNň>ߢ0<c5Vɴ:XJ&'2H%.~A)p6!bqALW XdhKפWW+8U@Ga!`*k/;N&0:p8.vA lGV(||X @;@XA!XwqGtqPz-dbOe}׺T)Ӡ!پ575rԃPTc Sic ׾<I_yw|J\  UC& S|sm?[QibLPH-iHt eeCIZf$LCΪk.]=}4Ԡ#|w\؈'f,[)ݮE̼`ֳ=Z}bY݈'3y$zG%E6&e;KV~/~ #^N68FTz*8*nXf˲ȉۆڀh݌Oi^4#~trC@ě֎n5|x1tx^yƊ-BE <U|O)Ǧ-ә\Z- yQF5/_+~"wM|MZe2#F9B^y7Y {qg"X]=+qjyrzSl}S]<ÏjT1lډ[AK]m F2ɧ :-^E-K8 ]Sik$Z_ 7@_ kudv3m%rd߃v\fH}U%pެ-jtpȫ$@SDr6fRHC$ˠ!*9XoSw"7{VP. D5hCh~ |ZդSX1qb BniԚX9w/-q3NP]:T*pS~W^`NFDf>,,gv xD:r\0̽9^'nRQv"ۖ\N/;KۧÉ:ߞX'wILCόB 0:C&B=1OL|p}lD+@#F~a>܈7nqKZ Pe %?- LltC) "^*] ޕU=W t8n~HhLHWk 4bIZ|V&y1w*#\&i"g䆹`taB&Yeΐ3n܅ R+=~q`:tpRI2Jvն8v ʾnA`X{ߥOl|ϖ{@[#}i[f} Dz6A1_OZ&:РxS~ue$@8Q_@s&^lw '0l)(#dzCI$2̳sʑP@M?Ml hT Ik]ժzXg>3Up7dX8%0PJTTq֎n3?#Ft QVx\)(~xӷrZwU ?)B:k ~Vצ^b 2vJ܁y3=8c8HdZ-(@s4դuKh=XB 0\\tI<%K5k0Q ΁8OA w3xXiKbS@5TʲTjAdOKU )FPcLj2zͤx^,. ,ݏFib͕cz;'MW\k_S4ZT \ [Q*zNLz Y7Rǁ*2DB]3ǢяHڃ!J$Dfx]B#U эQyqo¸Wz*\ kWq 9(M/et gXZ8[F!h,|E6kdrߕ@ \l~ U>!}]2Iq} L iB{ŞCTnf!H۵ꈝ܋/ȟ;TjPڤI~xGv1eh8a;ur%#\=-_Y_gb /&['amkR*g*8sy16ؕw )h|ѹan=ql3T1RhY/فB򅋇-YHq2j ViC5J,o&ԧd~PaרK=@LAX2bFn'+]98X`JH5ȟ( 4)iz>dD)\<5c "HixQ3'IѕI/1"ve7[xZ Acz5d}Ka[ʉan%D=h Z+}aY @@G(pXKN6#B|:^\{uM*( z7DhB]{f=Ki-s퓋1=#D}ǽm.y1FHˀd'҈Y|5.P^Iw-$Zd7v3Bi}Iq/ 1sظA<۠qsx3X[SiJvL#mF-P}ΌռoqyIYo]szw~m$ڸB@`y&׉=<8US쥠?g-NUH[w)ͤ@6_k5֑J^ݠ+Dž&Pot۹y?Cب.W.];A#r|~PbĞ⧇8U )b6p/N4X}KK-lcd;MjCd`ЕM8:IO[5e)%e+kXՕؗa Te'?g(Rռ3u玁|L*1׮x2DJțPRѠpwt O6s2K*W^1qś5G-?In3`4T#xQ"v /@ˮ'gCF7ګ9cZh]agz{շms`rMA Ojp7m wҏ[m !ԾVO5~3dOc0*THQ~gCM+Rŝ޲4 o,5Gџe䎩pO:&6ʉ ixwBӀԌ*s!"B޿pIz[8JOpi "K#yorkĄ m?lX{_;jb,v*:ryΚ/Y;#VvἈ[Ql xt~Sbđ._*kXL@wGJ,CR[$?V#O$EUvwHa>;IcdzbDr93LQ *2^b^BI+>q`]bP[萣U"7NZJ:Bƻ99Q{ZibcNi+w˺ݣz˟Ƽdź.%ɱ9}{k2%mf>^i&ER}@f ;廞ʁ28~8h[}ϳ$֙!w9lyX&B /@[L3mȱ)N25r+yݦj6jjcnNҥԮ\=JZ_Ý ʱfD)PQxOf$E fRxY\7OcbMts\ hĕgHkNOxJzMGUg'ä+k bc-pšteEeԯ7IzR9Q2UQ{L|aV̰Z>P#$K7N`t(W߈ߧ d:`9nfq k۷#Q]1 U 2X%ڕU*^$ʊOka7bu4m-ps8IڼjBV|m9ݭ[ ȃI"S?tmv^΢#M5ں.asMElg}S!GPfǷ7߽`'Bݎ-PQCҀVVY6u*Uyp.@Q ~QKha;C~9ڗP0~bw4j-0R; 2ȕT.g}q0/DrDjjsI+CbNeߩPqpɺh4N1*Ft6?" % "%UB&`b \\Ցkpt*x]q1Zg*n;Tάb!ɓWcw%|v_wu; =4 Ztsӷ6Nr_MT6|_&cUo~-Hs7I6$SC$vΙS{iYbʶlG䎪Qq5nu=V:]+9T4zjɜ ~x $NVKy:FcO`qaٴП83s)ɲ;V%x9́!ŋ)QC^h|^k˅#C >cCެՉ \QPgH}Y8Iye78$EW\v--,9~)ZUdcFœ%4)+/s;=5q051"irvZe}KZ/*A68ȑYLUHɗo2y(A:; 4p]Ȑ䓍ǤWj̩j2{lr8c Dqiߙ^NH %%_ yQxB[:O&ƀ`e !2ؓB䩹o[Y%f-w{[d܈LBPIKgW#l'oW;bu ڰ)|U#tjqmfm!u>O hcR M얨3w2yDVLvsbj-V [b$ !TY<:#4l{9cOm8XZ )RVYOa[+]s'mM_7[(P _%5H*Qŵ=;>kQV4^؅dW\cKZA)wV |D{wO<g']ңL_-WX]q-L-dIFE)Xt>-Tl"q|U;ӈ0pAyyS~{XJs\ f!I6[7mŦPqyd 1m #1ӿRI2HgS2'8"a{;>7G^(Ź-)qzZn8тRj&0Tv xZupH9.;c]W|WPv?1+Y?%4w3Am)tzQʴaC,)dDQ]rFE-Dڶ0~T8Lmy SJnO_wb}TLRA=2OF}Uf{߫ec&vx=*BoxpeaB1(VC |3-Z\/';thO⍔ JY9>R eHB`y/bf-}/P.hECYư'B7bfxaaCEbwM@) U(YQY4Vdww3TT%{2Y8Lx.z<$8e~9U2QS2 "dʢ!O1-rV۞vmp% 7o @S-BG +>7)Ja=՜CFj}R3Au 9uDI ~>PhbГ'aCϨ1`pql#9߉'>iEJsMC"ǗפƝձjh CNSbwF&)sp7[cqfp_ i%ZϹ!أKn ,165y1 )\ FC&?(LMYSf7~^JW<]FayҜVqpeL<&"PH|z [͛HI Gz 2 #_;u[ȭ gSzJyJ hʾ^c9Ĕ)D(nd =_E82;hbͧd9"o1s="`x~e;f$/ +~*iլ>NڐoW2Ĝkr(E Y ]$P~JQ-?ǶJfoim(q&h?AC@W rZ؅eZ-eMn9#ُy8%7(̪LA",ۉJjB2`(\9ewxBC_uq")>BY۰2i&J6Քv`(h|:=AUEXRƸ~$ #̲몴zzH]Z6o@+KC$l9rlK}(Zx:Έ2`_.֯qLv C_ { Bpr4L@"_=Ks֦o nX=h 9BJ~>NNAHmeHSp3R_MNTf /1&xWvaYA#B& x&⯚5no slm#NSv94p.8א=ZLHKir*Y/֟S%d0Ky BxC0Ϯs:!уu* tha>ƪl1 6p`z+i~Gx[dհFVv-v,4d8c5܉BJF3#@軕=]cTSc"(u5zqS׌nH3d kb!GPؗ<w\ػI4u~2o9;alc^A)بFr>v Ns#Lji?٤l 2}W-qU@ƝȨTw7׋%]>ǚ9_<$hC΄_~rF1b@DK!97#M"~,&z? T Xڴ;ƫ rW#j aJ˅m)-nעGr]QP7 Qp$Wxef4 wY9UQ88Jt'P pXGGI:=ӂkFq@T|@'~25[1 ⲠreWcv:<BdFrZ3Z#(NBi!^đ>f2аk{XiSR"'Жl^w1M;\#Y{7뒞%]7@fPRODHG/Fdg4_o'MUs&P!VC$rF8o'V A,{ɝM'Jޱ@;JU9t.HirC'Q5~@xEpDÂUieUsVMDWR4T2ڪ<G.cXza"v6X´2aЋ $_MvJE8 _I+ қjHijɹnMO`"ٓd@^y_TdnFnk ^֗*xxo[I9A^IMlj^YSx|n2Ӎ瑔e q9(60^)/FЇ]Ꞡ{b@8bD6NLgjV*f SVΨ^эerHC)b5~9)l.o ۾@Ts]~0EwrZM%ã7*ދBMES[<}@}Z99)5)[;ߏq>gw]<ћ)4~Չ '6\.9 wi M !@=d[н dԐ?5,Dު`'݀aV!I/빾eF`y]ۊLn0n;ʵvOD%$d BuJeEPp$17/cx$k]θ|b6u.9]Pnh_z߶R5,5lW%;sZ"Ol %WpЇcu^_%v3+m~ϧEYޘRal=9ۜXUOj=w!0= m>[y67( [7D^Svn[[跍mBFWQ:05PL/3s{L$"PVHDiNXk Xgi]W8~Nr-ض N臓PDMܔ&؀4XU*sf lhkoX{1)[~Pݲz_Y)+HI@vtUeqyn]zd/%<;3G D܏.J1/Kߞ50yO\6 #stv_bZHM"C~Nn>y({BiIJ@Rx39ab}Px֎st/G%;ߚ+{ZOU؀&N |lH]!h\HE.ظ4%fPdrTA~<@T8jS0É{.5b_l[Eo{Bd;vxf_o9͝yϠueS`䶻?yj[&A?̛UQedžO˹U]L磧C'pSS&W3BjaF~$k?VM8j â1Y Zǵ->}}) .YckؔXGD?LUפyNdbm/Z5Cx?35QSGg~dz#a\tlp;qRJSPp! W\Re3Mbƾє%J܏~oG{!qViկptD+ksOmrXV8$joE~dZ(W+oMJ -^ x_2a'sןkmޟ84I·%CTɉ 6y3j}8 hM4Al .+CbʊoT[<6Bɬy[ϨbWk{~"z1lf7$P@lZtTg:tꥡS%\/ܐ-i]e0e}wrY``S@Q09;gWK4NQ14I:nB@‡a(4㶫ߙ[QM/dr$xmYo/v+[CݴQ؇4 wӊRG~gw 385+BJ=VNLhF<5#%U7 s -Es3u/Zu6~eOi.$ZL.4d~/raHAR FDǏs)>|O oOsa\uމtD mCY!1OMf⌃$'ѫ)nMOAٱRԖ)3ޏtfC$pXV ݚ ~L@hgIt=!ʊ$,R]5O=٬8ud jT) 49#H!CBʯdwhӄ*74x.(Lw~&Z^RH dVѱ$o׈(yS,T£,SeY3D'Wĕ'ZY(KZioV* tVsM+9?IY ճ3Pzj@_LIomYV]C}`k YF&R3 _mXN {C 7v- >[r= mNQLD+ey(Bܻ4A +[!(6"Zc6E`ۑiKup Bߢo |Z1U'/5=^[:M+<l 0qʹ.,ey+F9iE=vM}nešx>yzN߻q2|*"Aٿ–76.7C[Ƈ~#fTg >L2ἱIg彛2'ҟpH0cE:aך7i4za?Lcn&N!Ζ5詂yA̍տX',6W Z}sC{c+5S6 ԭaĀ\ 3&`6:u 'K^q% ]Q]Xj(iOOmNR{(I3rs ƻVG87O PV*n17>IdޜDl-2;f%>hA#:_HLE6IVUA3s^'6Mwz5MntoKK!v0/HlkTga|a'Yɍ7H pܔ\OOa_:@ O!L_%^(g(p&/>`rE#%"Q*:t><;:t3|9L$7x^EZ}-u I `3 ~EPNϕՋ"^>? ׈BQ PEbkKYN y}[ ɫ+hуϞ =mC>E_r E`-o-ܹz; G y*JjWcD]qF:7Qµo _;/ AL1b=]6TC`*zZw#upcTQӻFDXՅЍ"2'" C}!"r0.NT5=GvL<&\6T &G/ p#,)/LG]|l-g(sfr{QPt2ou?[~+(j9hRyeN:amZ1e'Xۗ(L7ZZDwUSWo`7P7aZ+kĺ~[D%[ap<Q[VU% KS6܋6BdfF6gB&- @SsvP8i8LX&CwgcE|59@1߻Wz *׍Sm^ +m@r.@WGhl G L~1Pr ~Ȁh],[yMt1&TKDHI㠪**2% q=U恚%e)'heUs,WHDUu3e#gb pt%bID#}cw z=!J]0/`E2[%`$}FalGF9Ȫ\<9M!0,/w />'Uc8~rӫtѱCypbȀQ{LŏKLDsL|5`,1;ט\ X5m&w}oYRKHx(l[GE9x .q:4Gxdz(ִiנ)w 0q?*G3$KYU4 뛤Me*#4]/,C:P*fO`Vlҍؓ"^ػ2Kf2}w mL}5#/q4DZś-:eC:Bw3h+ertl%7)'#jsI">o_K=NBGAP.nn@[= ! uD0/[D_{5A#K&#5.-GeSDѦj-G@(̵@<2džnĕo~m!]MkiKt\NP {ifߝc//XԐV9%Yuit2 I(8rAa50~"+GN7bP==ǞC96<9\GGAe7PZ"r$קR͏4)=5R[ߕR[ْW%esqx%4zYFr *f4xwҥ!9k0t <[#lC7%jcu6inR,q~DSs)ārJQf0 HF>(frrny!o{%BfTmb%M^`ܪkb3P7`ፑ;/#a[J7z@43D|KcZDŢDfRt ?V8qEPZ/, sG4nE2 ᖄ>G8|l5Os"$T0ו׻w͛{4o5#* VZ_AdF_jVuݭ!s[M9Gn6ֿ)®c<ʵW-Ƣ݅~ƘDImZ̸|Je]|cJ)rT!F3gVG'3"lDbgsT˴e6! pBp)R]7U&))%(xdM@6AoЫ/,lO7 ܒF"ZH)$z{-sujWuuqq3 #=;1pGJ\{BAd[¿->y&l.e_LVް,/ܧhs.IyuJv$=%T{ep8&ʹݍhO/7wy*柖'ee\NeWz!/ a6DEVV T%wGjj82DJ uzG.r**\Al; .էgpoѥa1,ЗߜvL,l{⚂ Ufҡ gf.G,u!xUG,xolRTۜY^9+/</K"u~(ІR1&9<֢w9cjmMƗG(Nװ-dN^™w4keɻ%ږ9.woGUCFKNR^٪z@KS\HUhAb2 'ii3IFm ZУc\bz+|[1QN%/JטF?uv C_YD@|1C>qn#H=Dy_ÙQ$ZYwtܘ˶@j$e礌t°/H㏺'>h$t28먤x#_YoKT;" qTKcHLic*ڿxτ*'5.ɼ`fކss~U [zMlOxc3a G.s#Y~ Fncrgp?O06w8HR)-xe(IrY*Al5rZa\*4;͛Q\2oF#'^E sz;6\SUO7ٲ+^ܴ RWT(̂he8TTqAtcH ;9BN*у?N64Y1ghE۝}>F͖?I\5ݎ a,_|abdP˖Eva"E40b /W\a.f$P7~rSf (O1AF DVt31>Y;aީ}MT1Jlp"i,{,0evy`H[}C=c m uXM!1͔XL à ɘ.ҟ5`(qO,FhR\yܢl2 `oh=ӷO‘r4 h躺ĵ  [&"{Y -PiX%I6H raW%; }(!#+An2/DžYń$qZȭXYv?Am+L(6ӯ;g=Hŕ3fkRp\K¨Lc+?YHT!Btf4MPkȁqq%^'(rciDkZԿe^دgE)=nMI-IBs~ ɂ@9F@ZO<-tƊ)0{>7'G&|*j4#=_&^O-md|IQI5RpZ˝1G,f؅cv:$6M~fRۗE20.x-*^" &B7BdN= t*ҕ^lGZzt _ "NO BL0ǀ4\#8*[D(Gô#]R7NiQh@mtK<`\|[e߰7bXjMiOF.,*ز 2dh/7/LLV<[7HO+Jmac-|c ]sbe^)g MXd=|/fe~l'1+ Ff{V5vpj%qe#"fʶzuCu&_iOF76t3pVTD4rHA@ :a~8c#Gܴ}i T5IĽ-Qt<=${;O$ǃs{]D2Ck\)nu-^ ~69Ym%$=s#A6LTloW7JF7n`SNV)gŏL\59qgao奊s՝F4oOSu&y4NX|qoi?.;_|+ !ɈԎld:+gWHc;3;1sP]7Dٕ, {úX| YiHt5{xjlbj%hz.j!J"1O^w}(%ιh>0̥Z4O WTHk+ 9]g}SL4ω+Ng9>YXuByf\ONƏ /42DXcէ-Ww{ޡhԵS`?Hdj3@=Σ2ֿ Zrw:ZK8i/QBn[T+_pcœoIoo{/C!y-Fs=֊\:@͂1Z0giIXOn[Lt>h:5'8aYTmةj I qqo>0YTP[ކBorbۮ.=w[ !l̶.yK$qI'" C{C'<sju V+PgEՐ%Ç[$8f02^kۡA;`.Dϱ \Rd)3? 3[fzNN*;SpuxӁg;5@HS{%ԛKruUSo~o6 f)&k\^)VG4ӂ4!M_rcNE>/Z)?L9 qQg*-e]C i\j; gZ*}`-Xe'bԭ/Mh?L(5VPgLPMYzlY=RN=g?Mheer},a&u[K m9#&1B{_wlHdt&uA9Z۔  Md$ bT:?NBuśXQR{CrrÆiȝ%ID'~J h_fjbyא[DY&.5D D'!bĖ"`L|ӧ*1::Ɇ/]:a_i>(Mh5l?I-q]Z.]قW d؅6Z!,OxvQA =/Pi~_¾EJ V#YAXAu6VܴG#dKP)#+8{ΑH^j d @R4$PqQ2o$]D+1H:DSH-]AH$5Q/ 7Zaov|&Ip5Qz3wA~O Rɬ'$h@b9ۢ wێLV=cee [f>|e#ՎOvX0Ugl>ȁgY-u֌?PL6Kzy҂Lmw2.. W W+rYDU."qlŸBL+5Ok!k 2wCw_݊DLl⌿΄1eijجnZ%|u gQ4*H34Rr$:֋[ZT8[Pu ٔD SZ\]F/Et{SR#$ ·6 S\>͊ "z];˴9/ ⓜ˫3iV(NJRorR^>a2-9Z  ׿yএakR[6_7oDh)fWY~K<,))Y* g[|1|^6.j(bމ~רO.#MIůp4 lrnkwzGR;&5^Ձm* ֹX>{V+kJbY"8C̱*Ck%pCgS49FEInjfD$qDSݽ7*ڗv1 ZC4@~YzZ(7Т?3Ǎ`w\K㒆2ò~v5ş^i3>=[\H@A48"kv$ ﴌ| B^{6J"G2+wULli#rUw CRig$n<j@id7]>T(V#Q3~>oSagԵ*I%6xII2B܎K=dHFѬ.y Aĺ/1q0]4y&Po 5m``^]-> ([ lgluvQV2XA/aɊ/׾IE r$J _ @vQ5S{CcsnMڹH vjbn LYe8=(~jݥ\Bﵼb6O4 @Q,P zKD~[m*|.&; փ,҄#_GXW&NKCd-kI/h "0(ps;ZsʖJ~]^Lb>USk8y*6+UIoEmUo|E.k;hSW&+ʰ^LsJtӰ?{ D?8R}VctvLyZnifjԡO|+$RjP>,0F>^^7)1ro-c"CAI94W]L7j +ot.dF1Rἂ̈A8gai :C攄Od˫Uhd n;!s1H^ٓw)u5/6 8+MN7]&R !ki)C7&G5%I?P[1jbgk4dn鐛(h$qy*^ͧ0;=vͬ!W *ģ;zwy]#B{!(TS&rT`-D$*SƘؖBnK r[P0–B$kǻFOfW熚Y[͇_ɮD 7Iiw w+ tX\J A`"٘uJӟBPzrXwGkA*[=k+mflf~5=[_u:2/؜2a<( XfNL* y1Jދp^j^ב ?Uګ?vw*)/=/`@564"ܬtDo'8OY7T 0#R ~ǰ Ӄ޵eDþ|o8Ylɋs5!֐ֺ(2}DMߞN å͘7j7Fkə)`&Cj|'ǩ5ܪ/~CGUVO,37t6mN 5_tuu q֜1πs==2+ uqrԍ2(u@EgD-1/|ѬyrҭxM[a߀MSr.EaBSІŏ2ឣ=J汅8MfHNl{#њgCRȤ=0h)hm CkNsT$~A2_r4:]ؼPK,Ė|2Kfi}9H/bP>ݠe>?>Z.R_E~'sa:5y$'*sk0@ y'6*:yWh^2<7jY.CiŃG>'Tzt|[ <渉;ڹ~P07}A]6<6xD҅w!oو2l/0C5 SCɯnyE P~A}֧27pDXAL-2xt<=uJ\gAEŦգofVX?? >DR~;Gm zfi6~B#-\<~Ln1 p,|0vy8LI߿%/{\IFqsMl*P/<#t@~® fDiSxW0 狷$*:JӕSpoD!\ۇ;`7eRqp1A<.8 {&|+?7Q J@ -yw3~̣(`ЁoЙ8+Rr G< lZ6d(Q@M2!E#϶.#k7d vPH)h)>>D}`!a.l+"Q+">↑zCt]XM:B"[("Ѕ xFX WDx$LީjΛq/ ZWSn@֬RLZ*cQ6ra .pK>ӌ2b)* R;9ck"QF@|i fYKNC[8c+P =X; [wbr7^,B(ODܲ{H2CqhA{!B)1s)T` ʟk)8SKk {!dކss>nNZ[)#umؔ] %| {[^1*ڭ;0~.=>w Z!o>Z(ժm#-~6T,fqy5N0ԣQd0'ʖS5ŷZO /IC>ܰIcӴXGpPIk cd.]/[f9s/*'\hU>jj1)c>*aZv xuXeO ]zghTiByib2F'.0pWCFKlvƨFRM€-W)"Lx\j,X9U|^9&ֲL#k-)U3(/praUpN.j5] { RK% C\gjII'q)O7ĊϝpD|%.~ (cVz7G8ɗpѐx0|Z׳ XuOCt&7{<3ѭ3Ͼx4@-f ; XDa3MކL} t:}Cj'3xɕ6P2:T$#B\Uq_woH U%0ӡ#,7HqqqQ3 0}:ҋM7 *2 - €5=W^0 AvhfS<@Cw~[Y۞K\ jH#fAh N-d#2MՅ+.4"ecgLW!LJhZsW|tғi2%ejGЎӯU2 [p2 yn t.v2}Q7fq %Qr]F#LO/=%Qc,e;vz$=.$OUq @M@&:h8}0Ӣͥ{q;uH@`j6ⱍ<֭T5_np+uSFk$68"cw}X.ia=>yؔd~sJ,`B[a|,STv>{AhwyDh-*gϹzvlw"P>(2~Я?JB_Ĵ[HZLv'znpvu+kX;zqiVENOӫ2_,np.~ X_dG 5'2j^9p8ή%.rRΤY0*EуO̳ϚWM3.6w4+W]$4}߱xO>K2=Κ?ø\ Y&ݏΗ3A(y4OTɶu&W>@?IИAŜpA BӞ)-Rqeu gA=w$D9\7J9ƶH^Q3Ouh{'^ A)&rZ*T(F*HnRL^5Y[ҋ|gbxꝱ,o|3i ~ڻajV\<5H}?kpz9w@,2ԏ[yI-2*>sV $r`ݬ&p)7Gqa hb~)Rw 9#^ۿ^!"tU[ф|c2r>@ 7v1v 'z4wU pY蒭O>|bԭI'UkD7Jl1:H]1&z,¶G+o/[VE'@S 83Y7ʭ5RGиҊ2'HO/t(ƥ,+%V%~<⻮iːC,2֜,4k")4]JtyHFPai%MLT|wチE/#MAIKNtM} pSk& 1t (&A9Da+o*N{X5S-`OvԻrȂtHP| l }?J&XJe*"> ;W[ #2Y /E CwE|Q^Jˏ; `RL)~rk%s!]< eLyW&4ϻywg!]j~PLhWocU?<66!2#K^H-,X=o,ӢRdůL"]ނM-<6{>g^I6\˂l0V%4ExnoU"QWyLUᕦ 0۞E}cFi2tɻ>K"zWͩ1艈IfM,x颯&6{*R!.q%^d#F[gLJIHv|wix @"-bM2 Sޯ|u0jf*X]{޼-eհE} "0u:փI6f݆Ph 3L]OiD<̴Jρ.aRQaNjӠNI$Xقޟ\YI:!I*=-W>}{i jOyMq$Y 7~Ӆ"܏PJqɸDaK VЂ8"HnBv@#3D  ZiJ+Ɍ4){,ba._/Ǯ \w؁r CL/B1wl?zry3E1?o PS|R0^t{RQFQyW,K>pU()[u|4b3V87cs0HICëv!c2_naL9צG'] ytbVS[]Q9:=/7ҜE[>/igf]Y~bY= .H5Kâ[Kf7yՊL^OfnU*qrjSǒ)V$`N[\v"{{X_ ㆣeR8Z7’ I>"[XMU,“ZZ. Ɔǵ.AED.C39%Xa4 BU>RvV ktQ~N_\爐%|k<w+Ю29|L۷J*Ah48O!Y0Y1&-N@Fwŝ]$o[3 Ee*(7A*>qCO]1)hz:n-0BtJ.pmPMd*2~Q+S|EwA7}`+D@a 1 &]kQsJz8t tVs"s`IoseI"L[ZXPc=_PF92J,AFcV;ZOO]2э(J"}K8 NjOPMt=5\E eO_03k9ΏC$R㑎nU=k%[zx3LY52`!W\k8/|-T׍SXJ&A~g60J\V5 ,tAΌv-k"\[TĊ~/-Z>aZR*I>-t.0e1[2WMxE@ SZ \(NY#KO%Aav,w,Ejfsғan[`<'\nA}ͮJx-ց~ @J {`nϞ q-&?XP'R f6H4uR{?KYGFYׁoe 4xfAt2xu9mz. 1R3ȺwE<'^쎘~/K?P2 ¦eWsI\6wc<jlYJx8{spjAMօJ-CqʸP]{>ξk; ˇ[|mN#Ek-⡂2?9A$b86%@Cޖ !GW${_|9aؘ )7?'c~ySBT΍z^Ϗo@j`I᠓`li lJC|O[eầ-`[?k"A=Bvt܈)by.ۣl4v,7[<&&S]mY:ttK(]f.W׸+Qt1Lܠ?;7ߊ&D^yȀ9>fS.=hJ}gwdVբ: #Ɔ?.bf?v"iXKY: 2* z 6W;@ &bF#5"BFeQS#ITܵF'rv΀I&>py<0l|a*MDm:WM@2%aӑɏ $z݅tqcL,(J!WT8Ӏ@{`0d9}ǑC{%+'P2ɉ\Y`̄3a|+AZw''1_i;&E7Ҍ2s=b҄+[mq^<)uM.13ܜP0ƍ7mгE "||Ę/oŴka~Bšᅫ9|=MPB 7,_~02k0 "-U͝goճW*n?8rK'TiTL *pZ ȓO߇3"Uⲹv$jRx : ;}&6N)6ƨ|*c3֔eI I > bUg*lCsDR\Lh]-c`xYJ|d|+bD۬;|ÃE!x-X$|v7P N\3*y>lj6aD͹d{J_BUE:s<>K&!* Ot0lve!Y1Y sƢ5'7L/!7!&=e>y4% Ffqƭ10G|J4<[8E6NeҊ1@ 2.L]pD31-sҶSpH 'm#a@+G&(W蘏*4~7 7PoġšaATY's[J>z%tXu߄TeJ«8N >,}ÌBX3X&@ $Ʉ=Ȁ=T.\&%NL>!`,1bV<0p};V;G\az.c! ERK .giڏIPY"D|!DrҝAegx[x /$[AQ|30fKDs{mc(Q_iZ==*Z ߕ3LuH GDy f<Q0YV?3\-xbrvF˲'a4Gõnb:A8fS =:ᘓhVn:t112 v.c`N@M>:18i S{񀰿L\)t4ʷAIȧ(0YE}v'v_6'Y>#&g6#AwEV͋_6|xW52UĨnY?ɂCR>B;sۮ .Z vAf}^\]W>=D1xnG5 I*…zH&Rݪ(:S-!< }FzE,`W AS-̾*=n>96?3Tje- 7?vcH&(;hHXwہ/y=J4\꾨=S$ c eg9} G(ѽz[䩡?费 V}>,+seFo?+s+f'UzDžfYb%°;`q鿮+4Z,Y+IbjR`,j6Q?4 v9u}I"h\U)~FTgK xvzf2kG:ͧa\xR˨ug.JbOΣg6a2Y6L1z^Agmt{#͗Fm. -嚪_fS&b]nB}a;TUDFESl7",܁-.U.5=_&nE*vp"Z*fQrHa(X* qHi:yQZqCKP:Q|!3 Y6N^3;ju>bfx{YnsN4 TrK;!EylX}c֥fpuKu$BZq\_19PYIVU2fbŸmcV0 3'v[:,bi',mP_\9Чc2-]K[Eک.Cf簒~-dr/A;q%=e i$R]"ȉX#.hFZ 'A%b|p)Ɂ/ Wq0Vu,Btt{k+wҜ 3bd~W F~,b@!FW2r[`γ PJ #'@rFIp6az`$AmP;NDcm~T :إ X0IhJ A4 .smTT B(%,6@!*\="\avq\ smfІDa|pujLsNow]"~s~٘,CX @WO&Z ȼm8UW{†2a< sϙ hCA/rR@u w;ecE>;,\(QNix%bYvgM}?\u n_ vP]~e{s9 $aHln T 1ΐ&!+wt2Zζ$!l*S il˿ڝhJ#xrdO~ټ*Z 8=\NZ6U`c2(neX-q bYhE, PaDXR*V03B[5y|; DHvY VIɊu+}W`ZoKN ʖ OOBO>cc>(QÀ{ڀ%Y sp2pk VJ_h[VgdS-Հ2dزSWd0p'{@vT"V"m^޾YZww &&Wa8AS)]- &Y%0h71fRD h fA֡r:`SF;}H tU֬׳K*gf PihA6Gvpv]E0SV*=׏sω P7mWF3c+"jpgtbZ?[Fja+oT/ε8A(  CNOe-E Ja[OUxJn2I&97Ot[](T&|N %R=s׹[$U@ďt4h(yg]Ƈ,%h9_$T\^!ٿfUB a@om&t*(cĤZ^vMT"8IxHD?c[&..h4F<*̪pV ^~59 XGqUT%%,QJ*96Xo8G}ܛ2G0LLp­audXYW,pq8ܲ, _0urո_m+ͅ]0{1חaYS}VPLLvvk<G; 7aPCԣc@qo:?_p3 1AOjPe*Xaүyep&G#V.PzC*,6W<]Cx2We%}.L*Q?:u\0p!R?k'+EV՞Utij2Cz<8I@+mV'Eb.=h\h׷>wZ H5Töq9zAOʾ:8=&:Ej+xKőv}r /"7X'(ϡH3{#Æ쒞6)?9Aq/gK1^&s t{Km-!6XAzx g*<|%p)4nQ0ΐkrz0-UN!$0@BAR"UHi8xc*iJ*NZsᆭ7#q-bgoA]4LΉȝZ"@ \H צ`wҩ%T &DpVB>ox̅Po&43 nl;Ɵm07l k`Kxl|qiYNXZ' OLln7$2is/?r"ɓ=3gCqsO`L`[=vb1ӣzbh~ o뽋#6qm -9?)=5%`Hx@T4 M_3rIǼ293Wt \3f^D@wBjf+t1fl\۸cX_4#BU=ij؍[SIFLŤᶗ|4)%ȄD a θy[>rxCظsp>VUE!Ԕp _lpDeo=;Xq5`2Pj^N{&Phjʂ)5.Lr /4';FPÑa,v D#[gi#:b~xJ ڝ|'4syu`A>7+;Lra<(4vr-%a]ه<"ƀ>s-9fPe ~/ՠAtO~Nd6@Bojč{$d]ezZoI7i24@l/P&v̽`$y W(S3|U WDڮmNT9neqG6$o&=CY_/t`r8 VU#/[հq# 9T~)(5z+R 8P]Bշ=';cÙAN1P;6dBD>*I:;M_7Y IeTS/L DG+lr-:^%T7Ogμ>]p+<]="ӜXqX O5R; /qڠ!ZP1}o8^Lj U,-RAd%AG0,89)~Gs@;iKk.hWY"wI䬤0 ;k]D>?kZ CKY5MTc@ i&r_W2)cJ̕hKt gh|h@5.Ξ F aJB9;0]>ߝ,ߏ%P&M<uLO#lje¶X9WQeT . d]V\fu4G;`Ac9bWhB3v8j4HP7|Wk0#yأQ9Fl  kt>fu-j@^mEtGtnjI- e܄%VW|϶&coek,ӫ>M?rZLVobF|YTLt?6Wm/EHk{Ub~2M+/Ebw:,}~9?D %=OF8XDh,W!OAБӆn)/ɪ )mS[AmPˎ@QP_MtM\NaP4τXrYZ—8Y 2M,Y+vR,O;ܚ^;.sA2ݴvn QrbD 1_ΪmVZ<L+Z,69we1XF(KqjP? eås\`J+}s΃`W rxYvn~ g+Hfh;[XX' nݷ&AL,mdڍy GפGbX{ w^p9L8Bؤ;&$/ȡ(UCieI0&e,୒H,ģy1ȖH29##=80+,cf ZgF_/A{B<#굸,#mP\/*̯xbE6&ot4bB״$TFOj-޲B!TCC 4kv%4gJ,!ğU;~$iLS-k, "S)35hVK +p~$$5PB:z#pl[j.<97HS^Oj]'d[hy>}<4eɚ[v0\v^4}{!kO=KYGvkpݸ ߍb@N1K+lWd>Y@gJ^keaF4w3uD,Da@--07|_JF M9"fݡkkW2/0F :-0PL%J Ӳ^AQGDMZҏ85NG)jm@F7!*44h0$'F6;948V5%p5N]v!҃´cG1 >e3`mp@wf8r`U,J'+QI7rKUP%- [$AYb{@M;0`3qN }./ 95pQXx9f%Z{Dz"aaDu()6άvMajAh|G2e%w@#x@ME]l"<H3K<InEFRóŜ cO#,6m2ܝ(?(H͗-u ?EK텯4泥˼5 G7ckdkY[2x^6WDa&1_BC9)3}y١n/UQI$!068.P@(S1mtHpNe'DWf4tdnR^Me7@Fɿ zrf3zrE+xB }?#Bq*8r0 إT]}ԉ7K76%a' 6/6u DNDAh, :;%TA4>bx {.PɈMw Ϲ *jn'!ITFNgMzѧyhvg>qxv[`(q7[eWI$trd0T3 bt# M3yJBN&->.A aXp~ SHO4Ok6Ӝ: bl8nӣq%+t9%n CRկ!4=彦 -z[ⅷp4r丈˥"qoK@fOmYu6x1Nkxt\@[@3/R8Z֒"}D3UCOmjsM >q6s|(e_z:F.j)L>0-Z.$; ѭ/@.1 @6ʰ$>7f<60@`V9SKg61'xZ\ɒyc)S ͸I ۼl9i.(Όjzra4w v"=0~*-2W$Y +zl:tvqEW/e}"1+ |GؕÌqn%m5-o0v`5?) ウGԟds[S.r[HLa.xFJˣ-T}X@!=Tɗ( -; pwQGR;xl0R?3,qW9ȳoQf8f> Z#wyi^6uW~"g$X(: YRpa9ˮG ěN^*kY+;H1PQ54c1x>"h,1iGAxhMeCj :o@C|z _R(Ҭ(f)(2Opm M -UQ1rPj}/ RJ̩r3"UޚZJuy!*t:Cdž)7kO([U.^ڝ42iLj?˘⚎yaW1>ů|APtǒ+0t%35|ݼң H{9W4*!%`0~MWMzCQ wOkw I¬4O YE]r-b{U8A't_k04vv+Dr`Z~?@G>ÊIS~꽸MPh!1CwC_p5~Dn?-:9]vA;#./$mfJ= 73^s(AEa5('T-HYuGGysN]c%DA" |&~)wׯ)HK+Qk[;V{yXU別ѩaϊ^Rl1A:yFy._S;mdȽ,Y._36!YZCV\z|3d C 1bsoN/~`ʧm$*nv5hg ֎JAwG &q 'LF y0j+7Yu/0k%ƸbrQ׹ al:܊ѩdqY5=4S} k n * *ftwI2R1lR'U˜6Lǐǹ+丹dRa׸۲6nW)@\l7`ۋt'7gtf/0s10yT,w]0ŦjM짃tUPIIW\,R-$#e'x6t_(:nLJM$}uihDzex!&1Xl̸1?6fG80h=aeڰw$)m_ÜɜV`GqŹm)S 0໰9 /U?:9$-  tGÕn_7kl 2$W5xR.8ta|HWB־4 a"r"5仵ti/Zl.MqЇ[%"`k6mE~U{Y=%ۼ$lӦڿ8>&nR:)_ÆEg[ʞ3/UH`J8PsaCd DcR8o%gfoƳѯW!9 6r$K 8*[+ԇ_?_APN:H9/k+uz~_*قKkWo[/~p4jwDUh׳⛺Y2;m. 3#a$6y0S Úy3 c|fssՌ%Pzbt6&/Th^ހ&4riHеjaXBtr]]"xwGG-^k]JFԝF`oUf 2OUڈLo(oC0D5rUᡎRcQW`M+ow %(q">OG*49J)F@hZYR'^O:\7xmҵG\W>gh^5A8QSS ,_/&6F!l˄6*x<Ī鲊C:uNǛ > 砏G޺5iiA)&$a}f)H2VO7v=ÛWxCKn&`@\4%T75Z6oZ/ bF~opDnt痗gfK)tOrt#`z>hft9@EX 29]u٪yXmY݇9߮,˲?B`Vn5Xp9t-|ڙb?\Y!t|f˟%+w/'+i gt(Hz#2i$?QZ4jyB`1_~hyDzacA;:'USkĵ1$)?8K7h!~N'PL9wb9}%.)ҦJfni$ADcfI !Y_KƯMqVղT{b "tFi_U=c iz(G?=U͉'a"O j}kw`J96W/EZfo(DMVoҸnҖ:Wxȏd8^Yt}!~?d2!mMt:8WTױ(`/Pt? @z{$((deC Eb5uSCB[6CY:D6z_Zd5Ɯў8-<{/4xX1ʖs4 GG\,MC[!FS?YP D 1Kz-eVmnTxzꜯ%=c|}ӗIŋ!C )\<I̡ɪ #eń: -1gST5.:&!tl_f-?t{:D~Xqĭ*i %ނeL|Thvgo$kY_CKóRqxcfy4Eُ ޜt 3s[F'UtB`qa}-k1NLGq;@N##a'w-p}7 FD8!%Iuf)56q4/W!6$610E{EtB Ybf{jdy*MZ>5V|Yw}#~u ;GiGYq V c^e[4<@O.߼ؐ=,s~) ɛRq4j^XrDŽ4ӽ[ wcXbh/OY$wF .7E6((t89/.P==wbAhӀL .9V8xZ:& DFh㶺20ttz?r֓-#jpv;#FV<>yW➵"3ܼ*#(#jaiHŸt¿-fMyү҅Es2嬽Vbw5q;Z>63\mc  kEr!H T7R:YcPdoO x/^*25r= xU=RW4$p>0Om[Mu鮰4$}Gq*.v^t!֋klGE)9 zרZF_aCCljvL.l֗zUdzHd. .,G3,ȞvaqfsrXe0*/ kJ]ˬ[S{0QOXu,$}kGM"a2 K+NpԦq!2Q"O!Ҩ2$ҧuzHG'v^Z-/dv%?le2 !L424~Te# dmކZ um9b6Yj -rk Px1D oWq2 #aS|dbt´msc e9c7JHBN:lFoɁ1UGQ%vf˵4_jBs!} gf'?uV+$Z"`[G>roU݊zi|;g,xr)*lǬQѩ[x]Ǎ4o{\Nr(PiW5nn4[0o9-jı{;USi:dK/%'h;5 +_+ZaܐƀYet{CX7!{I*8kA,7^iE6ꑽAp,Ԧ2':N㞕uzE:[Sn=?/4PWꍷ(#!V "Wh1S?gRE_ Ίg̰cOYgrUc6 .o⾜{o6_`PD*񰼎VgPNudnWJâ߾A ƪ"h]&6⿗ҥl${4%Z?vBB{w9 4{(YZG! 省)ro.9xVrVʍ0M(뻤&}YC2JSbԪs/pURr{qUuٵ(tݤ*[kob*n2p$k!^aRmПGV&wB_~lkcI7@2OiŦ8 VW۳Xn$[,:RϤGXyyO}8rH9 >д 눾3Xl_*)MܹSGSl\w=R%]Ki[xv;׷xn{Xa^L,'3X=^rgUS8I/$iO{8z4@  $Vaa 2Κ (#s<$U壟l肭+A͏ie` xQ R90ՀQXMy `\X)HZud0wA o =e~n_:%P|w h&V` !FLbemSltt Kgu C5BV"&5A$^ !'cY J:ʉuË~|݌,S\Lo`|?m*_я^92.D鉢RD7lpF}|p,|< H|%N&!Typ>Tt"=` _%{D[ J5I(;"H긥4 JU7&骍VjG7RN 6|6~0#lR1idfay}zPQ$YRFp Ql=Nzb WBa/q0.Ehf-mz6n4J 9Poz\Vu )vw v+cKU?j3ݾtbF:A_!0߾ɉRVOſE8Gz?HGIp{R,T#pF iL0`eA4ru^q`n#W)0cf#UyCLoX[YO3LwQHn! X"0횠UkdgnI2μXۻZF b w >Xs$.¶PrYS&y6{*d *kŅoTϭ(Fuݧ̘Qg]C^\b ;ay2C 0N$l|,H{*6>D*la>h7ʸv8o=תl5`պ)NGě7gKaÿAz{rCu4Qנgz+X%;aηCg(w.~IxlkE" 7wgg =Zb"?G('Nm@"~t%X5ȝU2lj ۢ!]-V[}"~u7!<_M&EHf4ښP0% j\DI ٵTQ.JztF4'DT׶Q2̓R[;f\T!B1 Ɛ:g'/OIr]156)jeT#荡Ivcg>~ڻ)#(yc8<1^{43, +lҩA\|l7T]$ՠ&\E9Rj;{%VJ;t]W5}sw@ʕs-s)Rj],B? Τu)}RtOT;F['=>JE|\s0wigE OwGy )(yvk#~z .m7q990Ă*UA QL5 p(Dz5naR)gwE Х˂۔U [#nٞZѮvBϥ=ww>5e9Nh#*AH%:,%` gP܀D)2%Y~ʐ1ק ?a%l܊wqxDZE]X,t$K&TC~<6o?r=莝~M$TYtj/n`֛[8Mdbe ==r>yo|Wj rZ"拄y%0!fV"ȩږㆹͩi}<^4Px~}PrYʝݬvο&hG`|v mY\{pbI9lRL}7fgjh^,zI8ܶ$ec@-{=,Sd?%O"ZQxMk-H{/A^ӡBȞ12|]?>#K?yNS(Edr4 gA.Drbw3M%^| %uwTTސέQiu'[}#2iޖ W?b.lBTkQ5r-ˠ90CMj<غNQ-Xޤ>ZvDOd䜎͋Jzcg^Am)SufFD=.";')+a\Na ;,P؆a΃۽HK洸f,Pz5cX8[aٗZ*C3}@Eh*.Ɉk/QQ"Hs&v/3/ :% 8STiմpz)y{t~';N'-N hjIq-<Ǫ5 / +gDaxԈ]8̵ċtSN7;roypWtàN?!53J`=DV QP %>A@`$^Z'Rpwm"sc7‰NJS6DLFl% 81(^0O`{v6~jTjU8BsD`(U?hآO,eMԶݎ4bvŗ_3{vc ה{:#Eȋ#5B-,j+744S 3l 6tz_4Wiڈ̶V]uwɢ eXNWr$YȹqԺ)6]$Bl+گp%o/Mx/;v%XL_R%~>-Ĺ:|gy/׀tAdA+^1*fKiB~f} ˙KK%Ԍa8@t$ЋV:u4<% +'.G:iQChz&"BV'2TQ " HZ/HZW.^ǹ?Ov:<^؀\:! QT90"ʸ5v-_(T>1B.ϲ4e|A8 U78#9|\c4%vW*T\%~Gkȩss5ZfIX[MPƒ[RHpS9 ~GL:qeXsK;BCQ^غ9,n$}c,U  >LxNHk4~z$.`5B &>(Zq#YFnϟمL"7U@S"4*E o^@`@|'[9UڬB:XbEèV4"YBnd$BT:1&kp>Mw@xϴ 2n8P)_sDoHc(^,V lsr](~ψy/4 _fU݄aiWt}7 Qh \qz0dP6 w(/(7ܲ+fӱ=<TM/BbZנ.)1-긬O :hL`He>KCB#F9{p%@bdȔؘ06ˡ ko܊pU7i:$NǛhepiΞ+9@O30nTnCx ViZ@;Û%$^1 Da?FG0j29] 7tCi肁X~HRk$Z4?S/7tp1CI~%x"B2ˇxO.WH8wY⩫I"1sYDس.*#C/D[W~IIYq rO+%N}f*"~Ŀle~Auwtlq Z;$X;IBw)NAUHy"` t8H'|YvuGnZj)κ*WМrsb샜#zb;aTC<ZK{(.=1q 'd6M1JAjȰHyt MxWOYhc5ڕVo*ذ ,^/ޒd-|/|fqajTV3«s Л׫eݶi~6z-߼ϔgIn$FMϺ=gc~sdFn9q #D$܂d)D/gVǿGx/-oAM4x6ssr;*06(V^.h=C%oCAN0g@MdL;"+B\0) 2؆55谱cO9=.5Zg?s&ר5IBzd|85Fw/O#U'.Iˎ;3c$NHV>TP9PhB! Z/X1 3Yz"M)wx5UCnaz 9wԘ싕dz{MxMfTӆVjOp׏k?xPL梵z*|,}5: rdYNѼ'~b=Hv܊pɜ2Hn˧Axܤ`My:ήs0ė{gAZ8# vioT̽p$[_uEVo6)mNOZUNXb-d{;ʑt44h[չi4|Oqh\'nEb#)΋|9̰~kݴfY1tm8@DoQz,IJ}dJ YՔl "zkd#킬'~j[tWdc@&܍J(s5S#{gP!L~a ϟ#cI{G!$d;8P/;w UѺ!;oUCS{}v xȌ]9|[2{xn(< -k*3A kDz ᩢ=j+Dh6ft*lI#7`n4*:\;cfa{[ h` &p}/M ߳KM12-A!^ahaIZ)n{Bp _"M}mG莵^ \pY幔/uq@!JQ '6 l3xG|DݰYagaJM Icޛ4iGxdۤIQb+e 3ߊ&j#eЊf*L8>ڨdSfo4(A _h.m٬nŜVֱ3Rq7ƜT@  jPl{pBT+?  JƀQ4Wsg(6{;JԳ>M6ݕVtt+ r|Jis `hLD X]jFO?z;&jm%?]'Ԃp ֎ލ^nVI@SyewP[.h"D`O38]Bo\I@b;LFb^1?`;bv䓸Q(+7K͟8v97OڃOv9eIR[e?9G j3FXR~]j¯uD( .I~<:nMvn J_Ԩ½P!]wyP y0=w}rpmsf߫~< X̠e 7nA&KK1:gER*OMPnSCT/X2F,o@)oz+д"Zӊ~hʻWVooE՚A' 2LAdh!?)kN!lxgp'Ai"Okb4Hi}Dv+$!$Iq0,' i!BQhC\>lۚ0@{6 %'ݞ  ;MQ}1Sp+ ?UU}/ VeݷSY3 [*cDłw6}rCP7ͺɣ5R_J ia|FW]WHx~{-Os21XNװ~gdUɼxKᙟlovΏNŜ0\띹G͖u\7D@,I]c5uS/MIvRYtL7g~ ў[uɲ vUp*Q^z .g@vI&gwtнj9E3CK4x dB0ZTbGne1cpᒴdԧ4$깋2P%ИSv16Zx_<ZЂHæq,.I*ELȌ[$UEƔzj:2"eUXÉ/wFDꙫW # LI+/w*0PN9hI6"9 Lgs-6JX`Y4ϒ>R$r7Spd:`P;("EAX KqE)lMNa1/Q/̓B]3ZY5=a5!{z \%]] o /K[p-Rw]@&m:#΁ o ^XS;F2e-~EF5}Vt4]Lyl+/9rT&йݛ&>~E2սKj65DPC:+e`z#0(;z*D v# ~؃ܩJ"nߘfB7!Tߖ ͲyTLiڡ>"A=,dy,ӱ^I;l>ʴtObeЏud/!dҝ$Tb\qJG"p":NٱSxF4z0ŧc)#)欅j+T"L|?O~TcN͑46X; #'P䨈u.,sDۢxMVM9L5)g yG喷rCL62U P`vA5tsXx{/~s@7"n%BJyv'(Ef%++} 6Х^ jYu3m"59tf~&oUHOiX,^+.Do[H܎`-]uY] ^^%10i"+,-k&dr=F,G2!{Cz$7X2Hxh kl|IL\#:̀!Nb6NzdKu7 e9*O9-& Y*Fc rky袕˫ԟLљ*ecM4_ +Yu`z0ڠP6ۑqJPف8Qqzgk>jx+bmb#ƭڽ3PUdh_|NTRbs>z#k KC2M+1'Z#0+p\YW噻7F[1eEm)Sڤa`+t4CWP(bD4z"YlMLts%,{{V3xb+3z͏ŒFEvqȔ.ic?z$Xwx 6`'"_,DWQ*qS>K$L~0t{UhϏō ^qز=@o컪т?^YɼQp L]~+ͦgOi.nצ:Kw6dNzD y[ iJLjsڪ}C]%1b3$ g R?c..c|+EW^rJ S =^i14]٭Uvٺ^a-s O:ݻޖnțk󲱝F/J5["=-wr|jNrΘ,$2qS[+\& e>lLm4dm`f#G?GZJ~CO!vDU1[^,4[4 X,O[pԓ‡0}-_ ԆE,=*Hv[:߳bHj|[69{-׀^DBsOҀG߯\K0AbbnIgz}g s#%f0F']E+*if{$ˬҸgG-U6l C@I@ڐ/*eJdk+Bfn }F (, {kؼ?TnMPX-S9  7u)[f)ݳN98J9uZ~b9؈@J(~,:}Zp0AZO9lo%i䌭Bi 5ymtEPxz6k6jLOHF #mIvgCTΊéYtA?t$z ~y_Fo*UE`E6"U0H3mEfQ\JI{J0ZګSE(:gtO%b_o]Ϧ 3"ӃslB0Y 1ӟcZ<`^(s}r]|#F\lUPF$w!ʞ1ǞLg* ҇`HrjkorBqu`e@%h}6<:9@^6ߠܗppjv'}$gT,؞5żp1{C#~#VlJF,l<PmHSUT+z &DV'¥Py2CD_8!|]cgj$ ܍Mi\F̟P+1-^/I{AZ1sx\$4Kj$=[I r)BMԍ:5υ̧Alѱj`!O+F/ aQ&vt `gt8 gS#bJc܏MTgzN/3s,3,‚~,Wt.-5eB81f&bpȢ@ mq-)ۚ 1)giR] GÝ]`Ij-d`ka7?y87hd_(ni ۘ8;^mjSNSq௢rByN N<:ÉoEVkP l'/Y)Yc9d17+jjő55JPH0)BdHM NLZ,98`SADzαrZy091m{t~t2F˼Jl td[o5he//x1{ڲYOXU <9q6 yzvLC|:O^DڙC,F~Iٟ `V[񋳰i_Xwγ\̢{weuB,_7'CC;QLQٸn ODC,J4ԧt"+Gx!̺62%-{cpt/ 㒶w ~Ѓ*e",A A5)$E^=ꡧ/ [4XFg9Mm10سYW}K 3v?PL_OrݫA\CQD1E$[,E$2FVɠaacR+$l]f\/)@Jaԝp7"vS.{:O=̇4l(,elF$zY0$r;2VP\ AQx|^F}M;k -Zs^_32'J&B>iOp[7oB 9n[դ:\Iعq*A7O˺w4 "K0@]JF\`{Fdc0hk ׎[9~T9zkRV9<O\z ÊɴXn+Tᬺ7nʆh{LCߓ{*_')7 sl%tw1c⊞ec- ?J&v WM0^Cta% ]޻l/(94F!g)~|J@IB-f*'OE,{/Q8l3Id=m9鑔vEg̵&~w6rEM4$BxeVť3vA_HQB >3 $QFZ P FZ]wZAFd0͞C' hO\Qn?f@!֭u𰐨ɅzD̿B@1i]?l;,hR+Ƥ{OxZx:]. qB>'OUbٲ +%g]},U_% =~ jyZEOӲЀ%FW”M(sgg3wVQㄶ7EߵwȬVs./|t8pJ'W0vWA߸V0:RN>mxa`ۧ v̂ n7S St*~lj2[[$m+ßVmHF+OQDKn"S/exQio}Fey=M4==?d R?$H3nّF=f= #ذ9 2~0ǚto]xANJ^l[ r{$escKXYDϣJሳVܘ_U"V5HޘέUd;6;Xm:i)t?Xm=.n C1tHWS0^D`܄}!RXTqy"|.}]H,,N< vG 98e<H X\ N"7er 4. E7dEd䅨X4Dž"I?z@{E<NK~w$(h+w@GujY2wT-i m ݦ*b= .t1J:ζP|{'0lrWc=( qL{ _ Ѓďn97Z@w[WOHOdt@zRޮ-!iF N.GwMo[%U)W5.CXD#gB2@I( 4$-a_ h-iX í\ wuMlK.Hb(䐔_K `)'77dCEc}U<ϝMIB@l ''A_:we)8b VAG̤"(9"0IZK7PAµqYPCLeTijbK, eNh wξ`S2R58rU3Ҫ fh|)VI;U)NQ,w_W>nќ0]602@mfS+'G77Q)ϳ0͡6R.ǚ4塗 ԯ\CvOfOq)<'c,b\-d]nDyqQwG P:.񫃣A]XSKa68eeRJOoir@z5^gCWvi!L! tCq=n`J;,4Hgh4WX%b;e$@ۮW41r AgS<ϯ9R41W0@).ף7a@m# ̈́}ye}fH&4v*i~PjmcR_'7X)-PY7gu_s8xSlkX@f|]t(UP{Ď]s}ުK#YX:S9zRzpSJseBD)_}B@ g0U7mM[jwSm!o7J ?c ȴ0r-m `xmn_!oe:rcqY+RE^:d6 L'{NBfX@>ɢNe/: T@^]é'㿯,S~$t !#+˺$S| `N@Գ^H,=|ȰnRq׼cxɵ[/;g6ZWzx ?RxF e %NQU)HZmQbˣ~w-:&J8C%KK/6:ĸ:2^ MxaFoo֧x,)lkD (K},/A׃G]ߧsG C,5G)ARýl+ o-G\ޫMd c̺ke"m6PcNA0Q2ەΙ;ôRaʦG"Y]!O5=Zjp]}!G$,_JĜv0*O/k#E+kAc]]vŎP"4bC0wuqX;٫=ZlfgѦԎ֑PB{1/p""WyNBbEh%t"UMhnin(y'i@!5;x30~X/4B1bDQDX(9%+;ɚέ441s9,+ҒUmKtn՟GM^NaT?W[i1o?B6.?qZq%"4Cyrq&?㻜,.4Yu3$x.w5Hrr Jzฏ!Sq tỲb#^% {DVsxNPkzJftlXٳ-(}Cf12ޛ ptXkmA5B\􍡧h|=BiycekW=~Y5%=ȴ*[Q1c\\>MH?TVѾcP>{McL6۝Xy|1`*cP!Ūe#y>GcEuchV %|>QY" Y[KVR D6~AM'Aُphu_ǣ`Qc K&ą fpFͷpȟ#|VŦ70OOBkD)BQ߉jwr}۱YݑI}1򥑉.{aU|<:'{Jue *TCC1ݔ MB<4!>tR! x_@N>{l[v^Y?Dn_a3,()!K/"sOÔ,ѼJ,7/ʪ#OPNUV_ϡًT9.a!v!vKPϻw ګ ζnv8-Z7^R$#a^gzF%&m+ԣg07 vN-F\qʀQ3VjMEo<.%Njj 9v{a`&"V?!c= ?ꝘtV .xNG6Ճg9R&X SvngD ;}.ޛ#@~zҙUQ0@."t`]u]6T?ͧ4 WXφ& '2K|A?.HYGH@_Hma  *dÇ%6Akdziz.$">7vgvvtOѽ(nHF!jD (5<9nũXһ;f>a2d4d}t@eVp4m?Y~6nC§G5F\suOa7y5kr,eapCu,20[jRp7&R_-8hE!|fBHۥ=Lq}JcN|&KxVJ9sƞؕcvY \H} ua u3>C<4^;: ZzVf+a&Żq)S/3$:V[WH.rYժTS, 6fQPx3xOwT!-PutR-'oϙ ZeմKl;˰م)y  t /r&P[0>. C@%ddv`5 ~LSk+48P\L5Q\RD ՌkwRn1c*/"[, 0|]Z;%CDs4/&cG폧({4;; YI䧋Ul^Pc?&# EmO ]`8rcAe'C < :sc};eڄ k7QXW69,d0VnyskgcZRׯK+ %`큒2G2%G\jh 04ۄ /KQUBXC֣:{ gc8` M:k ^}_6VR]&D_QJO%7E"Bq:/C{d ;*>A $4fx gyn9q:)bn}t a l fmwO Mywrci=-D0sP1WNQ׋Y?ؒ~OyZoRM:(lm_]/9}̠.pYe 2k{W~XOdąg64=NL܅fڸ&yǖm4 CSuڔXL*zQD-n nlΒ3a`smI.OixT5$1xj64@ipNu@LcJɑqmayueϠ4Q8J!lte$se,ATq :>l([m| 쿲`HsZ>ɾT̩0r7I{2"i?!W9ˑHj4ߡ.ӄx\ - lxW[Ku;ZOcíay_)Ept%\'mconX"կpn O- Q&][ݸЁj|! [#3g/h݄eO0N9 1,"ޫV$V?0seS2+<rpM^[C t\n&DA& *Z-ol7& QN>'"#ԲF4Ep`Nz` `K++Tb5 ڨN[`&!S"0C^C>+UPRs xklKPaNT[VwF*-Mhbg:mu&nZTRS"]̍5fd~qc,%:tDsa ϩaN ޷bYI^pJD4dhJdrSQX7өP^Cqs~'} xN 0O<3KyXiOJl *Bƚt1E": WoPRБ`e9[JqA2⏤Y=+ȷW6%:Bp|7]ƭ,*ᒀYiYßL<%C&0YZڞ*AO-VSMja좄gby% l\DZR>4L\d^rm,pݖCy, m$3g۱C8SkpdaNo BZYo~!*ɶJzLJv/K9Ø~ @N[*gЎɅsީMr v_n\fd5!a6q9,wQ P˦I$pIQz b]^Enb,@FoWfƎȦi|^ M S%H5[(t1;i!@,JPAn~{(<g\39<,yL};Fa-~i8Xr.g> \ƣ&7jxm-rز.qO cgN珸w'JLȏj;@ƍ*<ФDMt:oke E~0OSCG`W6SoӠusKkYy:EUǂ%Q.4NTst|¡"DG^:vd!)+q֍KT3lh>`+Oit|a<}A- YXUA4$``6/-`2rRk0j6\r ?o=~t$H[RP.ӛk-z.\9DXQOe-sNC^" &)7ϧ R5;Pd'Nw diJG]wQ+3dwR9~[|z4Hםa\ zx%φ4\8oJu뗈_9%cᨩ.fKGjMLşw[qTXd"GݕmDZ$ L_7SLB(\)CcelTgsJR# j'-H)0@5w/V{~K'k07.#|G8f.U)+PhUЧ&ר2BX+",˜5tQAW{Y#Nxj$}ղol{p+.LUZ3 챐Z6+zA\U*\O0 99S zk#X4}fUtQ~ͣ5Vqc`Dُ ,ӐJϝ;o*kJuzOTs M"QjsŒWIQoQzV >|PqʓiQgO 8 lmĝE<;3K=Tو_@iKKXl:h~|Ħ;= 2aRZdYDnw͆/䥁Aj}DLb3 1ɾcբCD%r$Dt6$z>\aTExsXkYDNJ:FǞA=gV^y%fU//6\M)cm!+L}Usm)6ՒQIG Q^uy>. [Lu7Mfk=<cno^vݎ|!$?FTrB@EtS4s.u_b =ڄ KheU+UK k ZIo;ξ8wMzJ]SfEô$r= \q/$(z D 3`ml'e" jÛp?_8bTw[usӡdt3$cYK P)-e`,Q}bN aZ@,k |N?6 [~H*gF+ s 7@" <~go8Fg-58a@gǚxL G7ȵﰡt׀HApf|ߚn 'qy*oJa@=UFtLOtVf0vӡP*tV&M&Ov}ZT@D}Cgm͔ ژQ-8gWT!)[ozĒY%FEj(bV "6N>z1]uPUV֣#<`M Yg ºcŠZ0,S†7\dn?OuxaX%Hpо7qoƹ]?mXx0|S&?xlmzyg zMjGVM !tf1h(hIC(vcjOtP;vcvi<UGVsovd9w@֧?+; =:|A&^Æ؉+Qm\'(fF0*$=77a~Kpu5{wȟ>wz==/n]Գ]+վbOTO['*r}GZRZP+BOh*i_A૓S!/cyd;&I6E?蘩 UM7^O3n)rṫoam0EzVn]Ă=U . ZdS5 oo < ]a8FQP(@rN}/\--%T^^j!2(A{ML9O|0X9f3L{wo!.Ƅ)Z!vmaL=Ff0Dh]:ऌGnSw6No!(jnfo#drxbR1زT뾵hpPHǐZ9j/gw٤v)> 5ٕrIa> @An肑oC) Qz!ؗ꼱!*绷_2+!*O\JxobRmR$$6w29S`%P&'5꣞2e;@=fh].ON`vkBϫ@I1TBĝ8dz88<;@MpY  g7AG Ef \g "Ɛ diufۖ'NC0Kz^BO>:bN&0*&-Y_,VL?& fxko@[7]WLZX\&6TlL+}8\F1 ocNa+8>dF3:A0+*f%pk|@P ES ؉/> &b\xR73?U{@a7l^t\^xc 4%[Et}*n_u]75V9Rd(y*؋59SQ dxwU8pU7/ΌY/V![gUJOSv$|nHz -i>l>& r,9ZEv2C8xT$g kpda 8J2__Sglo50[Pfys $򂝎g NO~TkbC!C i+\Շg=;=M[3R="G IZГ02/CGKr;,:ؗ'>@)b&M|mds09=-4"1+c)p`DFj#uq9C߆#J1T_`Ĵ^VЂb\-AXi Gh?M@2`7:`-s- !@zdCcei4-Xj37@@?"圎Mx~UnKx3ޣiS^];?ܥRB5htsVe.dsIA`I|{I}"ƴQF(70#W^_˘17"@@\޺sOe$ XFY 1$[4>.W"N6@d^-a 3g*5+dUm:+de2I.᳇%\3赘G߱P>߁0i%1iD P0YKc55mϾA&1=@n`*LK{R 蠐25:B=J89A?M_NףR 3f8Y3-y³gv4 T}2^]4&'h;:yC7I|df>թ0-錂J't_l5-ݏ'L4As=*ͻJ<ֽu9uUД!Oge)d}e$?lTr=IAQh+>9t"P*6BRHp3.{-F~/惯v x4 `um_*[зJe]^$ |RO&0`>F8nӾr2MvTtU>L'@l|\vpGz^:ef{rHqjpgJҸ yRoW<~`h5ƶ7o6b/JʦR"#TGo9Csځ i֓ *r %/}vҥ]ܴTPJGJ!en)+!S^?B䉸}kdּ3.(w !=e[3>>_@^(b5G>>7v M*tX* eUXb7aS[:bУ݆J"q.wׄ J% =R%vr{jc1UNz1(U\'j:VkXZg^ 4/%-Q$ )듈t28_* 4s:~*V%Ad-^ߐQ9gz I w'vYٍoT<sw7f$ne]ZtZCtIRxʞ 9Q/-pLX)M-r?GikJs@W ]ʸT15qS=?gɹvQ) r 1#y9]v(@șPþ{!kb~`ش}Z׀jbDk6Tz O畢|YCR75Z=/^.00qFduA*eZl4\Y56h")c Yq4^cx ~7.|} @x}HNv4+s,lk8L8)]V Xs' kMf/EJ]\M~vIh-]7vMF*̂B!kԱqM4L4p 5IJRG vGkbai/9BCѵ@2i{\`qd,gkop|s4c~B77j{Kiּ4X5VYm>iםe:`Wߣ-o#1s+ifa ,Kbs.x"zǻ(x^kYZN2v n[ɫt>djt<@3.6x{/~omjZ{؏eVY žŞυ>aUZ gۋ˕mGcբӢ χ YXIzetn$ZP 'N\a n tۍ9$>Nf^?2+MSN Ʈj/`#\^M fH 8UcUN73avՉ[vZ>Mb[oaGIY[ZOq$boghͿrz9_(r܆1-*IOv}Xj.9ĩ}W`?n V`| 8b䯪Q}N dݫ^ Giat~;P&!գ H LϢ_o U0N^FvQɰ`p]YO㣲QEE]6; (sϫs=@/IuY0xu/#teGd)~\31L!]$Q!P︀s3iN zV m(Ra=c~l"{B 4#-[iD9p03#÷:=ebD`9.΀ڥ(jM` 0q,QX_)J.íFxƸ`(8gRGjW>xb )~a>y|"Ʃh|bbS1Nkͷݍq1!+oO$e ' ƀi{嚘:uWD5MM[abtH=pQ7zӷwŏ$fpx+ԃpegȗߌ~e+g'@=ײB> Wr~]kFtu4Kwۡ\8bdbd^Ic-yvJkH !O` "T}Ԫl_Vy΃ҦޚΓ HGBx^4{p`aVf5)o5X;Vc e9TPmMZ%l"&nIPnDg8=Sm5C5A s j? ؓ/'p-YoV|ei1z䀙%_ݫ*Ob',brunO/e;;7 T(ۿ=X}7DfެM팑`4Ÿ LD_qV5~IK; љweOar¾)ޝg^r$yJ :6r9R*Nm2Hg+ϻqZ4_~Cz_R"H!RI]dB٦4SkesVgd3ۗ,)v-/ 虬nh>FVc*v*l3^lorC u^B Gw"q}=tmh {JÌ[{JZ;|pU!8~x0s3?1w 'neq;-3u09;ӿmր+i'N{s\Y3v."t[!wC- c)B' [~wgtܞaF rR=ko8rùAe<괬&G`$= uF::FvDhK*ǖ]dĀgV&P(a bf;/.0ϕGnzyzmC1չCs]&FL'q/!{Jq&\zK~JClKqܻv+jcQ^ R(+hha@NUf5!8v:YGq9"pSfz>`#*#OJmD%P}d/a%CY$- չ[*/j2OA±C%a%:US|1_h&可kd7M^5VˌT)ѼL\1Нa(w 0|]fиucWC &+PKB1H jBjqg{X6wCqoKGd0Z:!LF jS}A[0/<[U܃,mHu%ymS.OKq%aюhLcЇts.5|B.BcL{ M8|ڒK 4OJxB牉S%j 3b}bE41|7!# J61Fp_6ZN k+:>'}Ȕ8+Ķg z U.rtgobZʰ-'Cp7mmzi~ݣd'yW=|{ + FaES7\Rm51ZnLdTD!@C5&Xp&~Ątd?IU;9n5\YL7qT)pAcl4;`Jo~D 3ڳjHßʄ\/FRЛ~gD*6(Z&Rûr#;zo-Y8 avK5ɫ9#EԼ-1r-t2f )k1`Nq1I*h\j\fzW9J3EwI ypyqyZF¥͂gdo,k;,xc[+w]i$MA,L b2(Ϛ!I=$ojE Qmovށ  9'_#ߔ6ܣ qcQ:٣rW6G/s6w&r#I߈n݄W QdC,Te1 !24s/`vX0/Hu$U_ K6N/4vRHt6LjKݖ]YQHA8G[`'òh *i͆l>AK#6i="8#4v8|d -: D^M{_(*ab>SV>ʏ9{!$][*-UyK n;6;h ͂Ě.>.Ȯ釭vtv)`@j`R Pɲʻ>t,2pϼA1;pӢҧ^&Ge.+ *g\~׈ݡ&][Hën}_TGDqGV1#S ^-X,r]~Q-y%ގ{L1.C'=pǂV|*րG\G$q>z#g@#y?I,I4Os0 V{yD*u-hAƥGV2b&GДmShrb[T #+C¡Kk.,4rx{bdi^֢<-uVA !gTpw 0x{h6Tj&%t#P?HN,:m|n., %t{Lz~g?R&[Yl9ѝϴ),+>׮"ϐ%0|p4D^YNI*Xژ5GlrMegi9val"gXbOfdFJAiӭn_~WEYB1쥛*dn4OcCwU>Jv`σ8VOʰ`mS(p˰J/ћV:.e`E6__iW> IbLxh;V2>tdoPV};) >fzQ۳x15u8t EC6Aơx!3"H c<5)hֲ0wтa'7ub[zx-?^*y.;[Kizz۰sZW>am#{XM&go$D8!QA;d?,)#58**4oSN/fB.l&(Smػ9nGh bӪ{x#BD_Xa LFqD^uװ\KӣOE\Dy1 ]C36!G 9dM>(t/8 _M٩{ZP1 `G:I;DkqI՞ΛIžwbKua/jD5E{ b : g0,쫁eWS1јٛctRK +J)@XpwE #;fPRg2dɣ\2=&. ő$+[.zɉwMwAZh<l:@Gka=r%`HU{"O8x_=灑1. .*YA$u$G&9ioó\J"Σh+tO>n xժ}>b[yjw0'eLmpDC_$> mȯI:8{*"p_} F* #|*>2TCM D֓Ћ\uA/U VF*Pa*d/ԧp|p{\<;_BS-NeN'*S2뉂UT4"E2Ճnm>izl2%wUAGKBMdAc3?TuaZHiTɡ36h?ŠI㹒p*vNtsxc2̩#i N -$ VN6\D6[6,,r*pY*1-]?G/O6G*3/9n |,Pḩ]ennq 5]4֡w<&6*"hvjr?Q=8][m ݇ .}gM..x{ـD8˛_V]?Ji ! #M$a8,OJ'< ;Ē(9/wZKcƤA)]:WݩxJ&ӶvZmwC,`mho;[HT'4h&NQOn SW3hYT\Uq2&Z|ZF=X2y8BeHiϬAb34mŧѓ:@Hϳٻ@[,~E^q'(ʞ R*b3poLyi]ol>+aqɚ~?]TnE*x?&W/%uuwϛ2}~;աT!A U\.ՄqmPuL5I8t}[Hb=ޮoK:..@#.V9M(EI x-۷"(arSOnGF{ٖ:x闀,^1:5(8C&^$䖳cmidFf&!!{#>Q2V bcٚð>',#n*Ff@5*g8X #h(U)A#!#=Gn!D|VjwnjvZpVuWbQ^95p|L˰y ~ۿ0,'y0`G AqވOwh;d)A5ۀҠ-J5`\/nZa\mH6x\f|! ǠZk\L-\ sYj=qga2|3BXP3G >-aIjT2.ԓ8mk .C/Mʘмl#v9I IʄahF4hc: \(gcZ[DeyYyW29D7ٕye %%M,»歎;P,- Le /҇DBwS6hGm[V.li\7K[FYCxC(ISL~yb :: .~ħttw""NWأ$+E4`/jv #Gs8RJ /"M:Z#Qrg탁&FթA'P We4 j sţCOSάѬ9 9W/J,mKQPΓO$C.H>/F3]$koo!> <(_yeo;tU! Joc6"­#4$=+'+Go ˳eFt=FzZ4 O,e6C}-.(kQ?H; Urz+oDE5V2bI`֣o/ ]k:@fvHf&ŦE7 ׁaL7^ƟmyJ+XSjEQZX5jw OվF1Lf5|2lux㟌R5[J@T킶C*:R+El t Tb֩ Y0ԝ/|jUMTr|[-d6`zBqu}RKuxj>G abZlE2K{R:\`edB%}i7Vƻ|VxgI9ӆ5 ل<εǙL[2قGv}&`4Ξ^F2]laS؇=YYEs Ӈm̽SKIZphjf. !iƼ!s}_|J#ÒwL71[tΪ>*p]B o$ 9& M˅.C )H^4[g,qHMޣ_g}RaL68E3xsM#ٮR'3B -%`r>5!WQSO-|ُù\:* 6bN]aݞg9bgֹs0w.KQv,$ZU6c@*[zU8O5j=Me\-ADyqNcBf*ǤpXeR e2# Znr<}S]gBlӈO6+7ClC]m~ ārY2oxOvY٨C| ꊕ 1얻;N1.RM sr|}=*^TrJ 3p6 >lAOlMz h>/''wi/*+SA5Q'zpYޱ p;g]R~Zv%Q yvཤ.z8$1Ŋ8cGtRxM!2S4#G6̃;UQ >@1 OGyzm6V?ړ^ {Vzd1C"?|laÄ>j؉>H/0ua:s֏o`2սʲaGF/80uZ"9 =j Nst83$#cS)1=~*nAQE𐠣I͔󵵊g?ÛNृ+i*kۡ"ȟ0yL[@ƕ %Hi"MKI&DSlԈD+'ycr7q)ȍ;LI [I-81&R'dg9h_vǗW? JVtF6\͘oZջq#A9,}ď2H)";p(Q $;xJGO1YNʞF<-Ȍ=/_E,՚ MwA5T,L}BlC\ƸWŒ){re tvwy6#w\Ρs)w]_|y%4>BP M}ԨS{n'VXrC!$fl}iAo8)%\$pi~j$FeDeܴH20X xh;c~N,n5bobnRHƚ Т] -_?4 8-mm8h:L#WKPa!|?鹎>l=ue 4*rpR׃,d`j Vc{TQ\Oͯ@nE} sPzOPq5/Mru ( !ӇI߰ ӿbDɸ_$B. (}1s,Qr/V|f5hhLs Xgt_KS*K —Hu`40hMP x!q%NAD tGm|wB4EbX Y{> E&2,'\JqS0+F[1D (,=88,o#e^ pip0Gh:pQ&%tQt ~$*F+dgfDBh32tpsKtIM@}ʠٜ޹AC5?IDSWT|\p|rH[k3){_V* ^{A\VlBg&Ko[FsdףE˵~svSҌj>T!H[\(c)(I9x'06()z6AZ(Ϭ/s7p-)ra2:Tnqb Tx.-Md_JmoF:^Ӊg_NASv" S_R<2l`;'HUlVqvd%XP/&#N "I芐aA@e5!s1vx=?7 |9D'$gP7_s3"D6|{׫)}z5c yi!SB P @7~eE,0;Ckd腩Qtf^S#`WVG?uo ;$P{Ԉ#hǔߒ= }G.l9_J@xRB&?]xuVW(G_0^oA`V 3HgXE[:C1_ނGӉڮJp*RSb}OޥVYeliv( fo T kE&UJw)Y0A=l4 D,LL\D{e6H%6Acl;籩+=j4#.VWxm^]u=3>M.Vy\3x4p\C OKU+[?-fZMz x?WX—Kw%|z&ni-Rgl[+f3`kvr>~6U!7xoMĥrV[B?jgoL@\8Dc[9NDaaRK@I+b6Ԡi=hCci1qFkwa$LfH%̞EQGQ]6]E! OL¦JC:=yIe&Zw4X&Y #)vP e4a`$.)VȧfFs^a)4?&sb_a(sf49ވf)ֻ̠an|tۿrss:>hƮ`uKճ rDcOVdP4ކ;-#EH|'ոvjO B萾Pd'H$ȓھɜle{eKl]W/O>bDm~ .\/ywLW0|튌n&(J'szd~|lm ^hBR@8̸O1Bqicϖs! wZB'S!p:kdzhG/ƝQ}5K.wI,2M&* zgơ;Bl/V&1B+_@lU\EYTjXau: ច $rzd{D8TP_ p` T />[D O T 9A )G Vl\\|y9B H~.rD" Yη%Ǯ*<m##$4^q9BJG+֜S %k? DwC8*oq!d/.yXj?_v qo,"¦d,u2 A V ֥<);SyLOT=͇JJ~%DJuǫa/e ApXu3>ma"LK4n(VuhB4ks }cRgf1L새|E+# ̨6 89_8{@G?V--M'Gmҟ q'@D7x>b2eGK-Ya,/0 >Xr/^2DLH뾎_k(tJB2Z$oׁi@dyQq(d 50xe#TOKviҜ!܅;]έNxĠł7t0_ԃW.D]?/6?qi*W~|kwX4@8&2\Y#:\䦐6LKw;kk*=h@E II(csqn)*@fb8R“LP݀ g@ l] ҄7 'Iۼg۝{E{tj.2EJU/rʐ0)h1 *z+>6BSXJcWR;ZOd,i1NuwI@6[ .@\}񛶧u o -PJr:%/F<`=vwPBj,R 8,]/yv~-EU'-sRmVTĤ`px\X3yOTxvņ3pboBA?MΘĐ_ŸQe:2*zpO0o1OiAx)+:RtiHc)>hcW*;^@lIUgv}(oCPG}'5t=-D:G:RRnUu5~>uE;hGUZT$9 B _ۈ&ĀІ A V5 1q?]JpE4Y+XW:h'}q (WSx4yE=T}&Z!kle adaLt2UFI ;';_FcLZ+0RZrD!Awܱq"k5-D+5 4Rg¹ CuNWo'-r^H̏/T,{K%Dh40 YMr„D#HŸSDE,Vuou8y-:R+1n)!q̡zPs; zͷQc[zxJ]` A +Pޝ ٔئD}yؽh)<0 ̂xA(@hRM90$t1/w dxz!x``w?Qad[S[%R@2x?N7Cc72VRVR^-@WX2p}Cb胑L.8;џ1*ޙFDju6N"u27~inl={Z'A7z*S-\BaT1s(ESv_\_=>iDcaB|[:O!`6Nd2[魙cru*[+<I5 [qKa,@3Su\b:?Y[pŽ\aN= `:3ġ8OV2s6wVܠ{>L&cV.ߨ8vveR4kѷ9Ƅ 66pVTQӜ0Q Ν5-K~U:Vʕف?UKhiV(Ԛ0VHg+]IRilQ<*&iw9qŘq:}p$SK*I; ?8ߖApOg͏=t$_(Z%3"&)mO6Nƃ `D@. ˡ_[k?.$I<Z#wbZ-6kYwJ;N<[9Z:>Kn;Ibl 1WۅHc 2HR05W.$3mqncjKJVttی! # z$< 4vqx?)ih>I**Pܔ1Y[[bǶ) Vp9ē7= E^k< ,c|t(R CDTk77t쑬D.ۤ@^|WgIdpr}82:@ -`whi-%0Unos;1xi+bwFEnH?!**ŻsֺZ1! i 6~Q̩nՈ&03x<\}$ZZ(kQtKk^ϼq T`zl@xd1Jw05;DGww;p:^IH{1Z;m*6 ߾-k%}ғda 05غЗ`}  GC䏟4Gyu(<^cm-$in_O3nPMTh5u1rLpmgʿ zS !.ڦ jɬI:,E_0$^uZmԹ>k%TĖÇ&V Ca&'KnR5GZT,C"ϛe7݀{#L(v!4$c֖H=WZcL*SqDm?gFQ[B 18F 0)R-k2וAE|+QvU޳GgB(U)TVcZnu5?Y(Lρǐm۬j^iLqV X΄=UZ&(=ۥWUU,_:yt iuXTIS*+qo vCo -'7.7HAqiPCR7;f)rxG Pr#7, ;*u\QJZ n!,&FI eI}F}:TzjHm.bRDοMf[IMH)sPK|!/Wqm&v`OS 8flpڤvrvYWm̀12r@ZVE i4`Ezw{y7Є(+3 6OI,9F3特>2n:Awx(SIsA$53~6Y`&`96\t4cz,6]W~B݂~R+xo@zK[-hg#Q42΀ 6I9D踬r%ANj?m7Wn{!$S;)^KXWNWcR'oy4b\)% x_Ӱ! #$NY 3!V /Ip({XdwQR.蔷&H̎7I}SG/?`.9cf q]PdM wpP\.HÎ&8sEnG^e=OGZ&V`E8Vu*j[8zGFaC54Lb@הks{yH8_vǦPS1|Jf Nq J9PțYiX\'H\`?1) +1^I?XϯRtޓJD2Nپ+ abHZKB|S(C}J&Q9H/(%܅Bd\K=^)Fc r'ncKiNҨ6tgwPHOj CFjb16Çh(>,JcXF".ѯuA S3o]r4ch?vU8svvw1BsB:Ǯ縦şQG#֧+_Njݹ6˰Z˨YmP|K }X&F4S<9-GK(lFyWi![CvSeH&61䧳^'~|Vm(Èky|sѓݠNc-XP:=02C)& ٝ-]6$~)=pKr-3-6^ȳ̔Np"(dD>|ҁO e4XeK0wUKo*ȔG\gX CdG&:Jk#ͫ`Sb X Xw'X'6_SC}=8e6nbYˊS|яG_etz#Kr[} $O SsȕY<O-aɦBBPW> Ոl?SfRj^&e"9y:ΡCLMC,3 F 1$iJvP#Ji;X@{wGgο 8w(ӌgLk]xGFzgDj6cms"<ְ dҤ 8 ]Qk˷xEႶ5r֢REu>>C1) 52YtKL!Dc ҡ\h}q&q uAA¨vЉ潳 ƪ[گf`GeRS̗_q~ ~uE{zΟDQF\?c /o¡%Xzjw0EXxr^77u"PWxu5#yMq-Y.x۹F~pzS@5mtTrAf'^c,h {Z-f0DP>F01:mN=Vψ{Qr< iZ0dmshPZlLSFV.^@[ޤ!~ad9b cw"=b[7)m㺖 rafu[ۨE `ur5Y_4w^~ie|JD1T8:gdҟ s 9mDGz6Q73wJ4 HE6lOkPZ@v$.toX,CI). 7i0\_KJ}5|p54O[=.m򩻿W-Yыay;*$ zb8!gZ {fǨyFz M5InOhSԴ=~v`҂pؑkcQr-ϑpw ~i " zD.hWNT9sÙⰌZfy1ꑏ}#ڳqyfXe kD`㭕Eik:Ͱ ?;10-JM͖Q=I}l;otIP/f9:p i~5o \B0J*|ժ:I$O ?ER`[&o̟0@+A6U|גc+Ql+1o?|lp"Y7!]SWZ|s}BV o쐫ڼ[yx-!!OڴЕ}qƛު)nǮZ.|2ݚBλ::O/ m26irm ](Pw׹fY/[ FP"ТEM;qvTBV$ 0HCLY" ű4Ts6c"kӺvCJvla\XS/hoE] , 5D U*VGX".-E}sj.ms]לs4F5@ɖs"+]m[v䢼Cu@,f nzXpV~6oNlqj,PSYXc?ۭW'ׇE9g)`Qr3Uhx2.0q\';~ͽu5oȻwV*ݵ ~]-IRob|̻Ke]Btu-%٤XM)AGCfw5 FL5?3q\5ދ,ts2 n u(XKuKJ&׼H)v>\6hb5Z^a+7 U+Vtj㱍G*lRIDBmO/GݭVvi4{)G@tiX:n4TBSIb L^L:*;]šwޯ`TS $wzߗ>2;1zoӐ5>$-^Vs%]s/tt{gw%)z UuMɟ&e! :Iocb9Ym(%>l WɿI54ͰT1/ 6.k ho v=R16F!wUUl^-t4% rkz5Ub7PJQ'4 P>K d25l'F{ftBPvrpfޮnrLˇo?)6c=P ]U'Kb֛(QБ?n-ޘ^X=q.r OT`,^F摵S@ lNƍ(< }"k_w4ً~)MsK8{u'9}VJau+]mkY{gLA>n8pG2)[=u 4"s1&=QZg=}v&&?*"w0gH)t+\?':sCҵ;;,cEC]f%5I~ћ MOXkla%8/3{ǔI%y }zTMt2b}&Qj_YbLzK水8rudpPڼ ۴(DF0/EMޛ~/|iZd$sĦL@8Ժwc'AQ){i.a,s5lcv>S^SG+޶zZ1:*9=!#hȾ&cH&i2O͂Gy$G+dzޡn 'FZEϵUL'gw8v ]i{*= "`t0c[x&Xa'\?nXY&FW]|`+Ubv^q5ve8yV0em9,޵ v3u:4 uk(}kf3iB~VآauD 27Q9k8.0VIj&8矠̧sB{ڟ(tD48 'PpXsBZWP?TVt>coZbԘ'anS8>CGv?SrnpV(P|%8YKN߱ΩaSG/TDھJ&)yRׇd6 cǣV/U3 k(@gv] ͧChcC>Z3L=,LCou6FuYZ,*N$1||(:3ڃ伮OޮuZlh($z_w#Yr_0;dc#a\X9HQ |VhH4 !DUuw+0;K~LX T|{Twsm*->m9øJ yq%4Ӗ}cTXpעmzCQ@0cFêJyNj£L$V; ̱(1񊘽+#i7B ? 3 $4 _DJ0u1%&[ŷޓ6*42ۑv#oWmeG`u57mf!?g<L˦]t~tfVV˴)|G? n3/nrV_5Gi@Ϲ7U!ݹ5Nb0(ؐJB ׯV,s)2)Yg$k,UMg?ZL|2uq)ѡ*OmKP ѫG!9clٔc`&% Jtš2 %jnn 6*#Tn~_8adVqh5ͼ&RuQ -3l G7 ;X[# A/υޖjU weO ̕MJ?sO76dwσm'Ir%*,c…(ƁViYY &'O09aW~4̀S7;.19NXa/ >Ho0VnL^ &%fZgmFL+;px%I<= xhni$>~^b+z(ZI7z`jqs7#_+r(F*f}Q4cV9OʀbtB7I¡ &Wb{Q,:#V ;hֳ`61ڼLjKpO+wP4VQ&1fߊT,"/Ya" ]:s;?8'Ax`*Iب,Pg]F ç9ԣ5=>lxSH)-ɢbO.@F64~dȣ 9LFX-\"(t\hфX3 #X poC:b-p~_d^O,*:)xgn(J>Uԥt LTUb3ey !Վg֭#)Bel63Cheeb@2Ĉ'Q?X-ONͷw"^ f@UG"c7ByO_4ͫՎd@iC5$zyVwNJ>h!KhEL*lVDf59d*YP˓U z'n8o*ydEP#q,ɏ"%zDd{*AV=M9 <`7!"JR1WqJ`tZ1fZI"4:u&D%J?I haVai1YLz&)id s aaNj7?O=e<>})ɠ(ӗ/X\6Hle%,s ? NF5]ٚ5Eٯ=XN9@*Sd['*DpA6gNgV ]ϤMl*O1Z('BXlR _ד3ߑւvhIy_qJU͢Z3u_!{<4jAwxdQ"(fħe3 P3p+"/c|GzSb>ުt;2.8ޡq@}ȍfomvU `,PvxL,ƨ}@sfR.y!с5IW4++WsfX4όj/&@UG 6--GŁ{@ lul.|L{dYl&=R[Bn aqngWY$!0MUl؁ٚ+>`+DXk7ƀIex MDθC#?V1" %=D k+8Y ?g%VIq٘FĮ "^GfY%4U@_i)Qu<*v`*p+'%O){Ipa2=/Ѽ -[G$E"C9t;PlלbVZ\㾛&q'*za/KF eܕC5"v9-%spy,&c`?uRˬ$^7c<9 k!A)?k<1CMDU9%sҊQ~*v,Θ 'Y6gGbԀS)Y=ɚIH$;=|H|gYDD,f^e/]W66bJP>֤8uL*|b R& IN\Nt2fVDY 5D;~s>C*60?4J)ul Y: YZ