systemd-254.13-150600.4.5.1<>,!fyp9|XFO@yHڥ}2s HIE' I3Yxg}h|4>Iu{cﳚ9+w%ɗ ~ǭ׮bkѠgփ-A>$;TeVv3h޹GLEuY1 NqM,i]ыgNXY^&J#a05ꠄXJZzvg˼:F׍r)oOkrQN(:zw ݿ`>>MT?Dd   ;DHTXq $c5t?Tt D<t I$t Rt (t tttSxtHe\ee\l(89D:FK=>@BFGtHtI"tX%(Y%lZ&[&4\&t]0dt^cDbi#cidjNejSfjVljXujltvt<Ww$txtyz@Csystemd254.13150600.4.5.1A System and Session ManagerSystemd is a system and service manager, compatible with SysV and LSB init scripts for Linux. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.fyh01-ch2dSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttp://www.freedesktop.org/wiki/Software/systemdlinuxx86_64# We don't really need to enable these units explicitely since during # installation `systemctl preset-all` is executed at the end of the install # transaction by the branding preset package. However it might be needed when # upgrading from a previous version of systemd that didn't ship one of these # units. : 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 remote-fs.target ; 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 getty@.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-journald-audit.socket ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-userdbd.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 [ $1 -gt 1 ]; then case "$(systemctl show -pFragmentPath tmp.mount)" in FragmentPath=/usr/lib/systemd/system/tmp.mount) ln -sfr /usr/share/systemd/tmp.mount /etc/systemd/system/ || : esac fiif [ $1 -eq 1 ]; then # Make /etc/machine-id an empty file during package installation. On the # first boot, machine-id is initialized and either committed (if /etc/ # is writable) or the system/image runs with a transient machine ID, # that changes on each boot (if the image is read-only). This is # important for appliance builds to avoid an identical machine ID in all # images. touch /etc/machine-id chmod 444 /etc/machine-id fi pam-config --add --systemd || : # Run ldconfig for nss-systemd and nss-myhostname NSS modules. /sbin/ldconfig systemctl daemon-reexec || : # Reexecute the user managers (if any) /usr/lib/systemd/systemd-update-helper user-reexec || : # During package installation, the followings are for config files shipped by # packages that got installed before systemd and by the systemd main package # itself. During update they deal with files that could have been introduced by # new versions of systemd. systemd-sysusers || : systemd-tmpfiles --create || : journalctl --update-catalog || : # See the comment in %pre about why we need to call %systemd_pre. : 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 remote-fs.target ; 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 getty@.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-journald-audit.socket ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-userdbd.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 # Run the hacks/fixups to clean up the old stuff left by (very) old versions of # systemd. /usr/lib/systemd/rpm/fixlet-systemd-post.sh $1 || :# Avoid restarting logind until fixed upstream (issue #1163) : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-hostnamed.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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-hostnamed.service ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-journald.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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-journald.service ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-localed.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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-localed.service ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-timedated.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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-timedated.service ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-userdbd.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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart systemd-userdbd.service ) || : fi fi25 Y`h*hXK(*p9`8IPxX8 `HXXH9(Y8X88h X^~#1X9hH9H(  N-%^V6;f ;*%,= 2 _zV$$#"JzW>'$ $) $!'qB42;]9?8LXB]$xH((#I`(h8IH)8(_HH(X((xD @Vg:HS 7i Y!7H j 3!> Ia  Bd  rECG9zy TCEKC r3@SFCg "3E*nq@ 1 V f__,^e jS(8  pV%z(U&  (+B@  Y"X F)G- }1 ? pRP& Cj+&) &/ z7 - K: )&r i#P&n&?1A864321M3e /'M v)9@4##+66K6\00H@nb'! % >SMyJzAAA큤A큤$AAAAAAAAAAA큤AAAAA큤AAAAAA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AAA큤A큤A큤A큤A큤AAAA큤A큤A큤AAAA큤A큤A큤AAA큤AA큤AA큤A큤AA큤AA큤A큤AA큤AA큤AEfyfyfyfg]fyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfg]fg]fyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfg]fyfyfy"fg]fy?fyfyfyfyfyfyfyfyfyfyfyfyfyfyfy@d6@d-bd-bd*d*d&@d&@d"d?@d@dJdJddd@d@d @ddcc@cU@cl@c=@cױ@ck@ck@ck@c@cvc @c@cR@c#@c#@cc@c|cwscr-cjDcWcWcRcOcF@c< @c*c*c)@cc@c @bb5@b֜b֜b֜b֜bK@bb@b@bbbbb@bTb@b~H@bu bk@b_b_b^@b^@bQu@bN@bMbJbJbEbEbA@bA@b; b3"b1@b1@b,@b'E@b'E@b'E@b'E@bs@b!b@b@b~b8b8b D@b D@b D@a@ar@a a@a@a@a@aa@a@a7a7aa@a@aaZ@aea@a@aq@aa6aLa)@a@a@aKa(@an@amaamaaim@aim@aim@aim@a`2a`2a]aZaTU@aMaMaMaKaKa;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.comantonio.feijoo@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgdimstar@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.comfbui@suse.comkukuk@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comjsegitz@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.comlnussel@suse.demvidner@suse.comkukuk@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comvalentin.lefebvre@suse.comfbui@suse.comaplanas@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlidong.zhong@suse.comfbui@suse.comgmbr3@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.comdmueller@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfawz@use.startmail.combwiedemann@suse.comfbui@suse.comwerner@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.comjengelh@inai.defbui@suse.comfbui@suse.comlnussel@suse.delnussel@suse.defbui@suse.comfbui@suse.comschwab@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.comgmbr3@opensuse.orgfbui@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.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.delnussel@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.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- testsuite: move a misplaced %endif- Do not remove existing configuration files in /etc. If these files were modified on the systemd, that may cause unwanted side effects (bsc#1226415).- Import commit a8a3a9567de992eb7c23705f5a55585cdc5fb4fa (merge of v254.13) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/85db84ee440eac202c4b5507e96e1704269179bc...a8a3a9567de992eb7c23705f5a55585cdc5fb4fa - Temporarily add 5013-Revert-run-pass-the-pty-slave-fd-to-transient-servic.patch This revert the backport of the broken commit 28459ba1f4df until a fix is released in the v254-stable tree (see pr#33216).- Import commit 85db84ee440eac202c4b5507e96e1704269179bc (merge of v254.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e8d77af4240894da620de74fbc7823aaaa448fef...85db84ee440eac202c4b5507e96e1704269179bc- Restore the gpt-auto generator. The workaround is not needed anymore as commit d317008225 (see below) should fix the issue reported in bsc#1218671.- Import commit e8d77af4240894da620de74fbc7823aaaa448fef d317008225 gpt-auto-generator: be more defensive when checking the presence of ESP in fstab fed117d448 journalctl: explicitly check < 0 for error 41d9e82099 journalctl: make --until work again with --after-cursor and --lines (bsc#1221906)- Update 1010-sysv-generator-add-back-support-for-SysV-scripts-for.patch (bsc#1221479) Really skip redundant dependencies specified the LSB description that references the file name of the service itself for early boot scripts. Note that the dropped code was incorrect as it didn't freed the original allocated pointer 'filename' but 'filename+5'.- Add 1018-man-Restore-systemd.unified_cgroup_hierarchy-0-cmdli.patch (jsc#PED-5849)- Import commit 0dfcbead8caf4cac7db6d03e7b52b7516e5842fb (merge of v254.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8baddb9037b88fec2b700226914fa2eac2c04a13...0dfcbead8caf4cac7db6d03e7b52b7516e5842fb- Import commit 8baddb9037b88fec2b700226914fa2eac2c04a13 31f1148f75 seccomp: include `fchmodat2` in `@file-system` (bsc#1219766) 001f349c57 service: Demote log level of NotifyAccess= messages to debug (bsc#1210113 jsc#PED-6214)- systemd-sysvcompat: ship /var/lib/systemd/sysv-convert. This directory is needed by systemd-sysv-convert. - systemd-sysv-convert: prefer /etc/init.d over /etc/rc.d. The former is shipped by filesystem package and therefore is guaranteed to be always installed unlike the latter which is shipped by insserv-compat package.- Import commit 3f531e55c29b99922403291ef55ff7a6cf1debc1 53e2aaaf9d vconsole-setup: don't fail if the only found vc is already used by plymouth (bsc#1218618) 22c4878430 vconsole-setup: port to main-func.h boilerplate- systemd-testsuite: depend on "qemu" instead of "qemu-kvm", the latter is obsolete (bsc#1218684)- Import commit a4c17b78f56f5e9c32c36df84d01ff6f4fa62ff7 fbf9f32eb7 test/test-shutdown.py: optionally display the test I/Os in a dedicated log file cd012774df test-69: send SIGTERM to ask systemd-nspawn to properly stop the container d883b83244 man: Document ranges for distributions config files and local config file- Import commit 3638837d2aff1d18dd677a9e663b379ccbbb7576 (merge of v254.9) - Add 5012-Revert-macro-terminate-the-temporary-VA_ARGS_FOREACH.patch The reverted commit introduced in v254.9 bumped the requirement on the version of gcc from 4.7 to 8 which is not OK for a stable release, especially since the backported commit does not fix any issue per se.- Move systemd-reboot.service from udev to the main package as this service is useful in containers.- Update the version of libbpf dlopened by systemd (weak dependency) (bsc#1219440)- Remove gpt-auto generator (bsc#1218671) The generator is not reliable when the devices it operates on are DM devices and when ESP is mounted via /etc/fstab and it interfers badly in such cases. Until SP6 this generator was present but remained disabled due to the fact that "LoaderDevicePartUUID" EFI variable was not exported by Grub. Given this fact and that SLE doesn't rely on this generator to mount any partitions on a GPT disk, the generator is simply removed from udev for now.- Add patches that implement [jsc#PED-5659] 5003-cgroup-rename-TasksMax-structure-to-CGroupTasksMax.patch 5004-bus-print-properties-ignore-CGROUP_LIMIT_MAX-for-Mem.patch 5005-bus-print-properties-prettify-more-unset-properties.patch 5006-cgroup-Add-EffectiveMemoryMax-EffectiveMemoryHigh-an.patch 5007-test-Convert-rlimit-test-to-subtest-of-generic-limit.patch 5008-test-Add-effective-cgroup-limits-testing.patch 5009-cgroup-Restrict-effective-limits-with-global-resourc.patch 5010-cgroup-Rename-effective-limits-internal-table.patch 5011-cgroup-Add-EffectiveMemoryMax-compatibility-for-cgro.patch They are temporarily put in quarantine to get broader testing but should be eventually moved to the git repo (except the latest patch, which is SUSE specific).- Add 5001-Revert-udev-update-devlink-with-the-newer-device-nod.patch 5002-Revert-udev-revert-workarounds-for-issues-caused-by-.patch It seems that systemd upstream has a dubious way to fix broken code these days... let's revert these hacks until a final decision is taken to solve https://github.com/systemd/systemd/issues/28141. See also https://github.com/systemd/systemd/pull/30075.- Remove pam-config call from post scriptlet of systemd-32bit as the full package already does that.- Import commit 69555aed64578449a7c00aa9f6651faca26bdb7d (merge of v254.8) It includes the following fix: 029272750f resolved: actually check authenticated flag of SOA transaction (bsc#1218297 CVE-2023-7008) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/327b885182f19f795f3af635bce0adc264bfb334...69555aed64578449a7c00aa9f6651faca26bdb7d - Update 1017-efi-workarounds-for-building-PEs-with-gcc7.patch- udev(-mini)?: ensure %_modulesloaddir exists and is owned properly. Allows other packages to install modules without worry of the parent directory. We do not ensure /etc/modules-load.d exists in the -mini flavor, as that directory is not meant to be used by packages.- udev: only require kmod in the full flavor. udev-mini is only used inside OBS in a strictly defined setup and udev will never have to load device drivers there.- Import commit 327b885182f19f795f3af635bce0adc264bfb334 071ac409a0 rules: set up tty permissions and group for /dev/hvc* nodes (bsc#1218137) f693b3ed8a vconsole-setup: remember the correct error value when open_terminal() fails 963d838bad vconsole-setup: handle the case where the vc is in KD_GRAPHICS mode more gracefully (bsc#1215282)- Make sure systemd-sysvcompat replaces systemd-sysvinit on upgrades from SLE12 (bsc#1218110)- Import commit c5c5d234663f47e9d9bf53e02c21ce815f079328 6f53f71d2d vconsole-setup: simplify error handling ce08cd5f66 man/standard-conf: directory paths should end with '/' 8324cbfde7 config files: update their header to reflect that they can be installed in /usr bc36846ad2 Reflect the fact that main config files can be installed in /usr e304a11f33 config files: more recommendations of `systemd-analyze cat-config` c45cecf279 meson: add build option for install path of main config files cc61b052c6 vconsole-setup: use a consistent log level when setfont fails with EX_OSERR (bsc#1212970) 4fe3653dab tmpfiles: ignore EINVAL with --graceful (bsc#1216628)- Restore the filter that prevents the creation of 'by-partlabel/{primary,logical}' symlinks (bsc#1217878) It was broken during the upgrade of v254.- Fix typo in /etc/systemd/user.confd.d (bsc#1216676)- Import commit 0ccc9eaa16ac89508f4c4f510cd145fe924cbd02 b53f364c26 test: install af_packet kernel module on openSUSE 86b7521a3c shared/wall: use logind if build without utmp support 65aac5858f errno-util: allow ERRNO_IS_* to accept types wider than int 8f93b89db4 basic/errno-util: add wrappers which only accept negative errno 1b815b3e76 Introduce RET_GATHER and use it in src/shared/- Ship the main configuration files in /usr/lib/ Besides the fact that shipping files in /etc is not recommended anymore, this change will hopefully encourage users to customize the defaults via the mean of drop-ins hence removing the risk of conflicts with downstream customization. In contrary, shipping empty directories *.conf.d/ in /etc is not a concern and should suggest users to create drop-ins (bsc#1207056).- SLEtify (jsc#PED-5604) This forward ports the SLE bits taken from SLE15-SP4 to this Factory snapshot making it the development base for the version used by SLE15-SP6. Dropped 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch as it's been replaced by upstream commit 331aa7aa15ee5dd12b369b276f575d521435eb52 Dropped 5001-sleep-don-t-init-sys-power-resume-if-resume-option-i.patch as it's been replaced by upstream commit f1f331a252d22c15f37d03524cce967664358c5c Imported 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Imported 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1178023 bsc#1183702) Imported 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) Imported 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch Imported 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) Imported 1013-strip-the-domain-part-from-etc-hostname-when-setting.patch (bnc#820213) Imported 1014-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch (bnc#783054) Imported 1015-networkd-make-network.service-an-alias-of-systemd-ne.patch (boo#933092) Imported 1016-core-disable-session-keyring-per-system-sevice-entir.patch (boo#1045886) Rebased 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Rebased 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Rebased 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Rebased 1007-sysv-restore-support-for-halt.local.patch Rebased 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (bsc#1193086 jsc#PED-944) Rebased 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch Rebased 1017-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 1017-efi-workarounds-for-building-PEs-with-gcc7.patch Renamed 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch into 1001-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Renamed 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch into 1002-logind-store-a-timestamp-when-the-ACPI-power-button-.patch Renamed 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch into 1003-udev-don-t-create-by-partlabel-primary-and-.-logical.patch Renamed 1005-udev-optionally-disable-the-generation-of-the-partla.patch into 1004-udev-optionally-disable-the-generation-of-the-partla.patch Renamed 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch into 1005-logind-keep-backward-compatibility-with-UserTasksMax.patch Renamed 1007-sysv-restore-support-for-halt.local.patch into 1006-sysv-restore-support-for-halt.local.patch Renamed 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch into 1007-login-mark-again-framebuffer-devices-as-master-of-se.patch Renamed 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch into 1008-Drop-or-soften-some-of-the-deprecation-warnings.patch Renamed 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch into 1009-sysv-add-back-support-for-all-virtual-facility-and-f.patch Renamed 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1010-sysv-generator-add-back-support-for-SysV-scripts-for.patch Renamed 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch into 1011-man-describe-the-net-naming-schemes-specific-to-SLE.patch Renamed 1013-strip-the-domain-part-from-etc-hostname-when-setting.patch into 1012-strip-the-domain-part-from-etc-hostname-when-setting.patch Renamed 1014-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch into 1013-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Renamed 1015-networkd-make-network.service-an-alias-of-systemd-ne.patch into 1014-networkd-make-network.service-an-alias-of-systemd-ne.patch Renamed 1016-core-disable-session-keyring-per-system-sevice-entir.patch into 1015-core-disable-session-keyring-per-system-sevice-entir.patch Renamed 1017-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch into 1016-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Merged compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) Merged 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 Enable split-usr Add /usr/sbin/systemd-sysv-convert in systemd-sysvcompat sub-package (bsc#1178156) Set the version of the net naming scheme to "sle15-sp4" Set the default cgroup hierarchy to 'unified' (jsc#PED-5849) Restore "Provides/Obsoletes: systemd-bash-completion" Don't mount /tmp as tmpfs by default (bsc#1201795 bsc#1201795 bsc#1201795) Create /run/lock/subsys again (bsc#1187292) Restore tmpfiles entries for /var/log/btmp and /var/log/lastlog Import fixlet-udev-post.sh. This script mainly convert legacy collect based udev rules to chzdev based ones (bsc#1183984 bsc#1195247 bsc#1198732) Adapt fixlet-systemd-post.sh for SLE Install systemd-default-settings-branding to customize some settings whose default values are distro specific (bsc#1065301 jsc#SLE-10123) Enable support for halt-local.service. The unit has been moved to systemd-sysvcompat. Explicitely build requires clang15 (clang >= 10 is needed for the BPF feature) Disable ukify support, it requires python >= 39 Disable signing of sd-boot, it's too prematured and it breaks the build of systemd anyway. Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264) Disable transfiletriggers: rpm/libzypp are too old to even consider switching to filetriggers.- systemd.spec: add files.portable and files.journal-remote- Don't include entries listed in kbd-model-map.xkb-generated (provided by kbd package) in kbd-model-map anymore. Yast, the only user of these entries, directly parses kbd-model-map.xkb-generated now (bsc#1211104).- tmpfiles-suse.conf: drop entries for /run/lock and /var/log/wtmp /run/lock is now defined by filesystem package and wtmp has been replaced by wtmpdb on TW.- rpmlintrc: allow systemd-network and systemd-container sub-packages to ship shared libs. These are actually NSS plugins and are not really subject to shlib policy.- Drop 5000-core-manager-run-generators-directly-when-we-are-in-.patch Since dracut-059+suse.447.g9d1fc722, this workaround is not needed anymore.- Import commit 9674bb256205e6c643feadbcccfd1ee8feeee684 (merge of v254.5) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6ed5b11298005e07509832881a0c5ff1a80bf225...9674bb256205e6c643feadbcccfd1ee8feeee684- Make sure to call %sysusers_create only when transfiletrigger is disabled.- systemd.spec: switch to %ldconfig_scriptlets- systemd.spec: add `%tmpfiles_create systemd-resolve` It's only needed by SLE distros since systemd packages rely on transtriggerfiles in Factory.- Import commit 6ed5b11298005e07509832881a0c5ff1a80bf225 (merge of v254.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b6b4e5a8a82d1f13f265a4ef170f2d13be82789a...6ed5b11298005e07509832881a0c5ff1a80bf225- systemd.spec: during package updates, restart localed, timedated and hostnamed if they're running.- systemd.spec: when enabling units prefer enabling service units over socket ones for socket activable services. The services shipped by systemd automatically redirect the enablement request to the socket unit.- systemd.spec: %regenerate_initrd_post is only used by udev sub-package hence move the build requirement pulling this macro in in the list of udev BRs.- Don't ship after-local.service anymore. This was mostly a hack for people wanting to execute any random things once the boot was finished. We shouldn't encourage such practice and it actually conflicts with the sysv-generator which believes that /etc/init.d/after.local is SysV init script that needs to be converted into a native unit file. We still install a copy of this service in /etc if the user is relying on it, for backward compatibility.- fixlet-systemd-post.sh: fix invalid use of rpm macro %{_localstatedir}- Import commit b6b4e5a8a82d1f13f265a4ef170f2d13be82789a (merge of v254.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1f73719d67b9300c6bb75232d695d03410991098...b6b4e5a8a82d1f13f265a4ef170f2d13be82789a- Make utmp support per project configureable [jsc#PED-3144] - Make apparmor and selinux per project configureable [jsc#PED-2736]- systemd.spec: don't use build conditionals (%bcond_with/%bcond_without) with the mini flavor to make sure that all the features remain disabled for this flavor regardless of what is enabled in the prjconf.- Don't build systemd-doc with the mini flavor- Explicitly require group(lp) by udev: this used to be provided by system-group-hardware, but with the introduction of system-user-lp (and systemd-users auto-generating groups) is now actually provided by system-user-lp. Latest versions of system-group-hardware clean this up and no longer also provide this group.- Fix incorrect option name when calling pam-config for systemd-homed- testsuite: Recommend selinux-policy-devel instead of requiring it in line with other tests. Add Recommends for selinux-policy-targeted as this is also required to run the test (in general any SELinux policy should do)- systemd.spec: add journal translations to lang package- Import commmit 1f73719d67b9300c6bb75232d695d03410991098 1f73719d67 test-mountpoint-util: /root might be mounted a391ba4a8f test: testsuite-35.sh needs manual/test-session-properties to be installed on SUSE- Upgrade to v254.1 (commit 208a21833b6953a2517a6c3f8f4849c6664b01be) See https://github.com/openSUSE/systemd/blob/SUSE/v254/NEWS for details. This includes the following bug fixes: - upstream commit 331aa7aa15ee5dd12b369b276f575d521435eb52 (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828 bsc#1203141) - upstream commit 529ba8a1a3968564b67049a077f213e3a0d53070 (bsc#1209340) - upstream commit f1f331a252d22c15f37d03524cce967664358c5c (bsc#1186606) - upstream commit df1dccd25547b430258bd42ec60428fc9aff1370 (bsc#1213185) - upstream commit 000680a68dbdb07d77807868df0b4f978180e4cd (bsc#1211725) - upstream commit 2067a7ec7f4c8a353b8e2ece15a6a997e50808b0 (bsc#1211576) * Drop 5001-Revert-core-propagate-stop-too-if-restart-is-issued.patch. A fix for https://github.com/systemd/systemd/issues/26839 has been integrated in v254. * Drop 5002-Revert-core-service-when-resetting-PID-also-reset-kn.patch, it's part of v254. * Drop 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch, it's no more needed these days. * Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit fcdb2dd2c921db3c6b7c28465dbda314f4469d17 (merge of v253.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2dac0aff9ced1eca0cd11c24e264b33095ee5a5e...fcdb2dd2c921db3c6b7c28465dbda314f4469d17- Drop 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch /etc/hostname is supposed to contain the static host name of the system. This patch was used to work around cases where users incorrectly save the FQDN instead. However this is incorrect and not consistent with what systemd-hostnamed does and what other distributions do. Also assuming that /etc/hostname will contain the system host name only removes any ambiguities since the host name can contain a period. /etc/hosts is usually where one sets the domain name by aliasing the host name to the FQDN. Note that the installer used to save the FQDN in /etc/hostname but this has been fixed since several years now (bsc#972463).- systemd-homed is no more considered as experimental It's been moved to its own dedicated sub-package "systemd-homed".- systemd-userdb is no more considered as experimental (jsc#PED-2668) As such it's been moved to the main package.- Import commit 2dac0aff9ced1eca0cd11c24e264b33095ee5a5e (merge of v253.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6458c066547eaadf0e9709e441ea36ad03faa860...2dac0aff9ced1eca0cd11c24e264b33095ee5a5e- Import commit 6458c066547eaadf0e9709e441ea36ad03faa860 (merge of v253.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/07bb12a282b0ea378850934c4a76008b448b8bad...6458c066547eaadf0e9709e441ea36ad03faa860 - Drop 5002-Revert-core-service-when-resetting-PID-also-reset-kn.patch, it's been backported to v253.6.- Move a bunch of files from systemd to udev. These are pretty useless without block devices.- Split off sd-boot into separate "systemd-boot" subpackage- Change the group owner of /run/lock from "lock" to "root" (bsc#1212674) This allows to drop the dependency "Requires: group(lock)" that was introduced previously to make sure that the "lock" group will be kept around. This dependency introduced a dependency cycle.- file-triggers: fix a typo that sneaked in the script dealing with tmpfiles (bsc#1212733)- Make sure to keep the groups systemd and udev rely on installed. Theoretically with only "Requires(pre): group(x)", rpm is allowed to drop group 'x' at the end of the package installations. Note: this is also needed when (trans)file-triggers are enabled due to the current limitation of the default libzypp transaction backend.- file-triggers: fix lua trigger priority for sysusers (bsc#1212376) A single digit in the priority used for sysusers got dropped somehow and upstream commit cd621954ed643c6ee0d869132293e26056a48826 forgot to restore it in the lua implementation.- file-triggers: skip the call to systemd-tmpfiles in chroot too. That way we ensure that packages that really need the tmpfiles in advance use the right API which is %tmpfiles_create_package. - file-triggers: to be consistent with what we already does with tmpfiles, we skip the call to systemd-sysusers and delay system user creations until the next reboot.- Temporarily add 5002-Revert-core-service-when-resetting-PID-also-reset-kn.patch until it's backported to the next stable release See https://github.com/systemd/systemd/pull/28000- file-triggers: make sure to skip the call to systemd-tmpfile in the file-triggers when running on transaction systems (bsc#1212449) systemd-tmpfiles usually modifies paths that are not supposed to change during transactional updates (e.g. /var, /run). On transaction systems changes will happen on the next reboot.- Import commit 07bb12a282b0ea378850934c4a76008b448b8bad (merge of v253.5) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/25aec157888f7aa9a36726962fcbbf2c74ead440...07bb12a282b0ea378850934c4a76008b448b8bad- Reexecute user managers on package updates. For now we send signal to user instances to trigger their reexecution. It's asynchronous but it shouldn't cause any problem in practice and it's probably safer than triggering reexecution with "systemctl --user -M 1000@ daemon-reexec" command. The latter command creates a new PAM session behind the scene bringing with it the known issue (upstream issue #8598) with "(sd-pam)" helper process when the PAM session is being closed.- Move more packaging fixups in the fixlet script.- Provide (Lua-based) file triggers and adapt systemd.spec accordingly (boo#1133764) More specifically, file triggers handle automatically installations or updates of files for sysusers, tmpfiles, hwdb, journal catalog, udev rules, sysctl and binfmt. Therefore it makes a bunch of systemd rpm macros (such as %udev_hwdb_update, %udev_rules_update, %journal_catalog_update, %tmpfiles_create, %sysusers_create and so on) not needed anymore. However before considering simplifying your spec files beware that these changes are not available in SLE yet and will probably never reach the current releases (latest one being SLE15-SP5 as of this writing). Macros dealing with unit restart/enabling (such as %systemd_pre, %service_add_pre, %service_del_postun, ...) are still needed though. However reloading of systemd instances (and thus restarting of units) are delayed until the very end of the package install/update transaction and is now done only once. Nevertheless to fully take advantage of file triggers, users have to activate a specific zypper transaction backend which is still considered as experimental, see bsc#1041742 for details. - Provide a (slighlty) customized version of systemd-update-helper. Some of the systemd rpm macros rely now on the helper and delegate their work to it. Hence we don't need to rebuild all packages anymore when the content of the rpm macros must be updated/fixed.- Drop an old fix for the persistent net rules (only needed on SLE). Factory (fortunately) dropped the persistent net rule generator long time ago.- 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.- Make use of %_systemd_util_dir in the spec file. - Rename the SUSE specific scripts used to fix up the system where systemd is installed on. Also rename the directory where these scripts are stored.- kbd-model-map.legacy: drop entry for 'ruwin_alt-UTF-8' as yast doesn't rely on it anymore, see https://github.com/yast/yast-country/pull/307- Import commit 25aec157888f7aa9a36726962fcbbf2c74ead440 (merge of v253.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/3ce9610975b5239a21c0c886cb893bb172966de7...25aec157888f7aa9a36726962fcbbf2c74ead440- Import commit 3ce9610975b5239a21c0c886cb893bb172966de7 3ce9610975 test: dont use anchor char '$' to match a part of a string 03ede3eaa2 locale: when no xvariant match select the entry with an empty xvariant f08017efd5 locale: convert generated vconsole keymap to x11 layout automatically e8cf56459b localed-util: make use of strdupcspn() 821c684440 test: use kbd-mode-map we ship in TEST-73-LOCALE- Revert changes that dropped calls to %systemd_{pre,post} in the main package Until we switch to filetriggers these calls are needed when a new version of systemd introduced a new config file during an update. - We also introduce a new build conditional "%filetriggers" to identify easily which parts of the code will become obsolete when we'll switch to file triggers (WIP). This is important as this is unlikely to happen on SLE.- Re-add back 'arabic' keymap mapping as YaST needs more time than expected to cope with this change.- systemd.spec: don't call %systemd_{pre,post} on units shipped by the main package since they don't have any effect during installation (systemctl is not yet installed when %pre script is executed). This is actually the reason why it's handled by the %%posttrans scripts of systemd-presets-common-SUSE.- kbd-model-map.legacy: 'arabic' vc keymap has been renamed 'ara' (bsc#1210702)- add some green to systemd-boot menu- kbd-model-map.legacy: drop some entries no longer needed by YaST (related to bsc#1194609)- tmpfiles-suse.conf (jsc#PED-3144): - Remove lastlog entry, replaced by lastlog2 - Remove btmp entry, not Y2038 safe- testsuite: TEST-75-RESOLVED needs knot DNS server- Import commit 66f3a8a47d5bf6aea3f6fb181c01550a1a54406e (merge of v253.3) This merge also includes the following fix, which is not part of the stable release: d2413cec02 test/test-functions: fix typo in install_suse_systemd() For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/03cfbe767327d01d5a71131d91bf06fdc0047ca1...66f3a8a47d5bf6aea3f6fb181c01550a1a54406e- Import commit 03cfbe767327d01d5a71131d91bf06fdc0047ca1 03cfbe7673 test: use setpriv instead of su for user switch from root 857843834c test: wrap mkfs.*/mksquashfs/mkswap binaries when running w/ ASan be7388f8c5 test: do not remove state directory on failure 1b2885bd16 test: fix regexp in testsuite-74.mount.sh 41142f8013 test: drop extraneous bracket in testsuite-74.mount.sh- systemd.spec: add files.coredump- Import commit b63f58661b08037d8cb04ed97b5e39d9bf415fdc (merge of v253.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8b01686dd20124efc300d21ef38d85c1f75c372f...b63f58661b08037d8cb04ed97b5e39d9bf415fdc - Move systemd-fsck stuff to udev sub-package.- 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 8b01686dd20124efc300d21ef38d85c1f75c372f 8b01686dd2 test: don't export $TOOLS_DIR 7a56b1b2f0 test: clean up $STATEDIR too 324bb19eb8 test: $STATEDIR should not point to /usr/lib/systemd/tests when NO_BUILD=1 2251735482 test: install symlinks with valid targets on SUSE and Debian c30905a269 test: on openSUSE install the collection of unit test binaries in the target only for TEST-02-UNITTESTS 797ced15d8 meson: make sure the unit test scripts find testdata/ even if they are not installed in the same directory 04dc5b44b7 meson: define testdata_dir globally 69643c6c96 test: install unit tests in a dedicated subdirectory below '$testsdir'- Import commit d914e29c33c0248226a01112a3e03181ef17b06b d914e29c33 Revert "hwdb: fix swapped buttons for Logitech Lift left" (bsc#1209618) 8360811d23 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410) b77c13a130 systemctl: explicitly cast the constants to uint64_t (bsc#1209305) 51011f280d test: assume run-unit-tests.py and unit tests are installed in the same directory d86e346f6b tests: don't use absolute paths when installing binaries in TEST-58-REPART 97e886c1f4 tests: fix inverted condition in testsuite-58.sh - Drop 5002-systemctl-explicitly-cast-the-constants-to-uint64_t.patch, it's been merged in 'SUSE/v253', see above.- Add python3-pefile as requires for experimental, needed for the ukify tool.- Drop 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch These obsolete symlinks were kept because several years ago VLC was still relying on some of them. However it's been a long a time ago that it's been fixed and cdrom or similar devices are discovered in a better way.- Enable that systemd can load the IMA policy from /etc/ima/ima-policy. This is used to complement dracut-ima when using SELinux, as the SELinux policy should not be loaded in the initrd (https://github.com/openSUSE/microos-tools/pull/14)- Add 5002-systemctl-explicitly-cast-the-constants-to-uint64_t.patch (bsc#1209305) Added temporarily until it's merged in either the stable v253 branch or in the SUSE git repo.- Add 5001-Revert-core-propagate-stop-too-if-restart-is-issued.patch until https://github.com/systemd/systemd/issues/26839 is fixed properly.- testsuite: mtools is required by TEST-58-REPART- testsuite: swtpm and tpm2.0-tools are needed by TEST-70-TPM2- Add 5000-core-manager-run-generators-directly-when-we-are-in-.patch, a temporary workaround until https://github.com/dracutdevs/dracut/issues/2211 is fixed in dracut.- Upgrade to v253.1 (commit 6c327d74aa0d350482e82a247d7018559699798d) See https://github.com/openSUSE/systemd/blob/SUSE/v253/NEWS for details. This includes the following bug fixes: - upstream commit 3022916b4d2483452c3ddbbac9ee7c4372b1cb46 (bsc#1215241) * Rebased 0001-conf-parser-introduce-early-drop-ins.patch * Ship systemd-journald-audit.socket again: it can now be disabled via the usual "systemctl disable" mechanism to stop collection of audit messages. Note that it's handled by the preset logic, which turns it off by default. * TEST_06_SELINUX needs selinux-policy-devel.- Import commit d447802feee7752cd1756f8fa86ce2a6314ba24f (merge of v252.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8e0a8094b8bbc442d262795b85ac57a37264c5fe...d447802feee7752cd1756f8fa86ce2a6314ba24f- Fix return non-zero value when disabling SysVinit service(bsc#1208432)- Import commit 8e0a8094b8bbc442d262795b85ac57a37264c5fe (merge of v252.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/d87834a33444b7163e741e1089e82b44af663808...8e0a8094b8bbc442d262795b85ac57a37264c5fe - Drop 5000-rules-add-missing-line-continuation.patch, it's part of v252.6. - aaa_base has stop providing /etc/sysctl.conf, cope with this change so the compat symlink we provide is not dangling during the build.- Correct BR from python3-jinja2 to python3-Jinja2, fixes dependency resolving on older distros- Drop build requirement on libpci, it's not more needed since udev hwdb was introduced 11 years ago.- Conditionalize the use of /lib/modprobe.d only on systems with split usr support enabled (i.e. SLE).- Import commit d87834a33444b7163e741e1089e82b44af663808 (merge of v252.5) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/5a506d73bde7ba9261985f8e9ce084044a519432...d87834a33444b7163e741e1089e82b44af663808- Move the bash completion support for systemd-cryptenroll in udev.- systemd-testsuite: move the integration tests in a dedicated sub directory.- machines.target belongs to systemd-container, do its init/cleanup steps from the scriptlets of this sub-package.- Drop 1000-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch It's no more necessary since util-linux 2.38 has been released in Factory.- Make sure we apply the presets on units shipped by systemd package- Add 5000-rules-add-missing-line-continuation.patch until commit de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 is backported to the v252 stable tree.- Import commit 5a506d73bde7ba9261985f8e9ce084044a519432 (merge of v252.4) It includes the following fixes: 9b75a3d050 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/bf3fef99886bd977a1c7a51d20087bc8977fff44...5a506d73bde7ba9261985f8e9ce084044a519432 Additionally, it also includes the following backports: - 20ca3155c5 localed: reload PID1 configuration after modifying /etc/locale.conf - 3538c202fd test: update TEST-73-LOCALE to define several locale settings in initial PID1 environment - Drop 5000-coredump-adjust-whitespace.patch 5001-coredump-do-not-allow-user-to-access-coredumps-with-.patch They are part of v252.4.- Fix systemd-coredump to not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) Add 5000-coredump-adjust-whitespace.patch Add 5001-coredump-do-not-allow-user-to-access-coredumps-with-.patch- Import commit bf3fef99886bd977a1c7a51d20087bc8977fff44 6372fb0cc4 btrfs-util: convert O_PATH if necessary, in btrfs quota call (bsc#1205560) 12e68eb0e5 blockdev-util: move O_PATH fd conversion into btrfs_get_block_device_fd() to shorten things bb2bafdc9d btrfs-util: convert to fd_reopen_condition() 1323232948 fd-util: add new helper fd_reopen_conditional() - Drop 6000-Revert-tmpfiles-whenever-creating-an-inode-immediate.patch It's no more needed as a fix for bsc#1205560 has been queued, see above.- Import commit 82898a14f5b0a965ba9c1efc1913fcdf29d446a8 (merge of v252.3) It includes the following fixes: 9410eb20eb cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e7e931b07edd786dc6ca1dae6c23ff7b785f8efd...82898a14f5b0a965ba9c1efc1913fcdf29d446a8 Additionally, it also includes the following backports: - 17b2f9f196 utmp-wtmp: fix error in case isatty() fails - 8d5c487c87 sd-bus: handle -EINTR return from bus_poll() (bsc#1201982) - 2dd217c8b5 tree-wide: modernizations with RET_NERRNO()- Don't ship symlink /usr/lib/environment.d/99-environment.conf anymore. /etc/environment is owned and parsed (among other config files) by pam_env(8), which is included by 'systemd-user' PAM service anyway.- Import commit e7e931b07edd786dc6ca1dae6c23ff7b785f8efd (merge of v252.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/64dc546913525e33e734500055a62ed0e963c227...e7e931b07edd786dc6ca1dae6c23ff7b785f8efd - Rebase 6000-Revert-tmpfiles-whenever-creating-an-inode-immediate.patch- Import commit 3bd3e4e6c1efe0d6df776107efde47e15e58fe96 d28e81d65c test: fix the default timeout values described in README.testsuite d921c83f53 meson: install test-kernel-install only when -Dkernel-install=true c3b6c4b584 tests: update install_suse_systemd() 3c77335b19 tests: install dmi-sysfs module on openSUSE df632130cd tests: install systemd-resolved on openSUSE - Add 6000-Revert-tmpfiles-whenever-creating-an-inode-immediate.patch until upstream issue #25468 is fixed. - Drop 6000-meson-install-test-kernel-install-only-when-Dkernel-.patch, the patch has been merged in the SUSE git repo.- Reenable build of sd_boot, it was mistakenly disabled during the integration of v252.- Upgrade to v252.1 (commit 64dc546913525e33e734500055a62ed0e963c227) See https://github.com/openSUSE/systemd/blob/SUSE/v252/NEWS for details. This includes the following bug fixes: - upstream commit 67c3e1f63a5221b47a8fea85ae421671f29f3b7e (bsc#1200723) - upstream commit 9102c625a673a3246d7e73d8737f3494446bad4e (bsc#1204968 CVE-2022-3821) - upstream commit efbd4b3ca84c0426b6ff98d6352f82f3b7c090b2 (bsc#1213873) * Rebased 0001-conf-parser-introduce-early-drop-ins.patch 1000-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch * The new tools systemd-measure and systemd-pcrphase have been added to the experimental sub-package for now. * Add temporarly 6000-meson-install-test-kernel-install-only-when-Dkernel-.patch until this patch is mainstreamed.- Import commit 9cdd78585069b133bebcd479f3a204057ad25d76 (merge of v251.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c212388f7de8d22a3f7c22b19553548ccc0cdd15...9cdd78585069b133bebcd479f3a204057ad25d76- Import commit c212388f7de8d22a3f7c22b19553548ccc0cdd15 (merge of v251.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f78bba8d037cc26c09bbdd167625b2d7fe1f5a30...c212388f7de8d22a3f7c22b19553548ccc0cdd15- specfile: reindent comments- Import commit f78bba8d037cc26c09bbdd167625b2d7fe1f5a30 (merge of v251.6) Beside the merge of v251.6, it also includes the following backport: - 07aaa898bd pstore: do not try to load all known pstore modules For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/07aa29e3942fb46b0aed5405c88e8d3179ca958f...f78bba8d037cc26c09bbdd167625b2d7fe1f5a30- Don't create /var/lib/systemd/random-seed in %post (bsc#1181458) To make sure that the same seed is not replicated when installing from a 'golden' image. For regular installations the random seed file is initialized by the installer itself (bsc#1174964). Even if it didn't, the random seed file would be created on first boot anyway.- Avoid expanding of macro in comment which leads to an error on installation (workaround for bsc#1203847)- Import commit 07aa29e3942fb46b0aed5405c88e8d3179ca958f (merge of v251.5) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/532faa39ebaa6f56e493cc938a91a40df082b74f...07aa29e3942fb46b0aed5405c88e8d3179ca958f- Drop the old band aid used during the breakage introduced by the switch of /tmp to tmpfs This was done to address the regression reported in boo#1175779 but shouldn't be necessary anymore since the (few) affected users should have updated systemd during the last 2 years.- Move nss-systemd and nss-myhostname NSS modules into the main package- Give the instructions to create a home directory with systemd-homed in the description of the systemd-experimental sub-package- rc-local.service.8 belongs to the systemd-sysvcompat sub-package (bsc#1203053)- Enable building and include libcryptsetup-plugins provided by systemd Now that dracut 057 has been released we can enable building libcryptsetup plugins. These can be used by cryptsetup to extend functionality including fido2, pkcs11 and tpm2 support.- Let systemd trust the RTC for 30 years after the last update instead of 15 (bsc#1202356) To allow for our systems to be used in edge locations without systemd updates for a long time.- Import commit 532faa39ebaa6f56e493cc938a91a40df082b74f (merge of v251.4) It includes the following fixes: - 739d7130cb home: drop conflicted headers (bsc#1202221) - 8fe0c12178 glibc: Remove #include to resolve fsconfig_command/mount_attr conflict with glibc 2.36 (bsc#1202221) - 0c5b7ee318 udev: allow to execute longer command line (bsc#1201766) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8cd784e9250b38d20d8e14fccbfb211010283c79...532faa39ebaa6f56e493cc938a91a40df082b74f - Drop 1001-statx.patch, it's no more needed.- Add patch 1001-statx.patch based on commit 3657d3a0 * to resolve conflicts with glibc 2.36 with * add dirty hack to get in src/basic/chattr-util.h, src/home/homework.h, src/home/homework-fscrypt.c, src/home/homed-manager.c, and src/home/homework-mount.c as well to avoid that does include - Enable oomd (bsc#1200456) It's part of the experimental sub-package for now.- Import commit 8cd784e9250b38d20d8e14fccbfb211010283c79 (merge of v251.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/32912879062bb1595d8498b6f9c77d5acd1dc66a...8cd784e9250b38d20d8e14fccbfb211010283c79- Import commit 32912879062bb1595d8498b6f9c77d5acd1dc66a 111b96ca86 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Enable bpf framework- When systemd-container is installed install tar/gpg too So `machinectl import-tar` always works flawlessly. systemd-container already is an optional package and both tar and gpg are rather basic anyway so no harm should be done by requiring them. - Move the systemd sysupdate stuff from the main package to the experimental sub-package while it's still time. The method used (currently) for updating openSUSE distro is rpm, not systemd-sysupdate.- systemd.spec: add files.experimental- 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 69abca7794ed06d823bc0a9bb55daf822adcc632 f29b146685 pstore: Run after modules are loaded- pstore is no more considered as an experimental feature: move it to udev package (bsc#1197802 jsc#PED-2663)- Adjust rpmlintrc for shlib-policy-name-error/multibuild case so that it's not only for x86_64.- spec: %suse_version rpm macro is already reserved and has a special meaning in openSUSE distros so rename it to %archive_version instead.- Import commit e9fc337d97539fcab23078ab3e06f6b2ce3a3c8d ca0b29521f sha256: fix compilation on efi-ia32 1bbbac6a7e test: enable virtio-rng device for QEMU guests- Upgrade to v251.2 (commit 949d6bb7201dd48167ee9716ed6278764d1f4c0f) See https://github.com/openSUSE/systemd/blob/SUSE/v251/NEWS for details. This includes the following bug fixes: - upstream commit e6b169418369abbc88c8f622e02e1d704a23d4ef (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) - upstream commit 3a3b022d2cc112803ea7b9beea98bbcad110368a (bsc#1212434 bsc#1213575) - upstream commit e92a3d8fa3c554f807ddbcd7fc00821868fd8a62 (bsc#1195529) - upstream commit 1d0727e76fd5e9a07cc9991ec9a10ea1d78a99c7 (bsc#1208194) - upstream commit 55fabe92e2efb1a907d4c3c93dc63b96ff5b6860 (bsc#1191502) * Rebased 0001-conf-parser-introduce-early-drop-ins.patch * systemd-testsuite now requires python3-pexpect due to TEST-69-SHUTDOWN relying on this module. * sysusers.d/systemd-network.conf has been moved to systemd-network sub-package since the tmpfiles configuration snippets for networkd has also been moved to this sub-package.- Import commit 4dbc543953eabd4c578da67ce6e2970d6f96c406 (merge of v250.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/0d950479e58dd3af007eb3780d600a5446aac519...4dbc543953eabd4c578da67ce6e2970d6f96c406- Update rpmlintrc for shlib-policy-name-error/multibuild case.- Import commit 0d950479e58dd3af007eb3780d600a5446aac519 (merge of v250.5) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/736db5a59f1ab1317ef64ec6e7dc394250178146...0d950479e58dd3af007eb3780d600a5446aac519- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- spec: add sbat (boo#1198589)- spec: sign the systemd-boot efi binary (boo#1198586)- Drop 0011-core-disable-session-keyring-per-system-sevice-entir.patch Since bsc#1081947 has been addressed, we can attempt to re-enable private session kernel keyring for each system service hence each service gets a session keyring that is specific to the service.- Import commit 736db5a59f1ab1317ef64ec6e7dc394250178146 98bc28d824 tmpfiles: constify item_compatible() parameters 3faf1a2648 test: adapt install_pam() for openSUSE b7ca34fa28 test: add test checking tmpfiles conf file precedence 2713693d93 test tmpfiles: add a test for 'w+' ce2cbefe38 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) 769f5a0cbe Support -D_FORTIFY_SOURCE=3 by using __builtin_dynamic_object_size.- libseccomp is needed everywhere- Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e43a1b018899266b764ab81afb9c30fb417675c6 1c229f8fc1 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails 8881f21539 cryptsetup: fix typo 5882148902 journald: make use of CLAMP() in cache_space_refresh() 6ee0601f73 journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) fe928f3d49 fs-util: make sure openat_report_new() initializes return param also on shortcut 3881af1806 fs-util: fix typos in comments 96060b73ba journal-file: port journal_file_open() to openat_report_new() 611d9955bb fs-util: add openat_report_new() wrapper around openat() f16edb41d4 network: ignore all errors in loading .network files (bsc#1197968) 5422730a7b meson: build kernel-install man page when necessary 45c627cfc2 build: include status of TPM2 in the feature string show by --version - Drop 0001-meson-build-kernel-install-man-page-when-necessary.patch It's been merged in the SUSE git repo.- spec: define %bootstrap with %bcond_with so it can be used with %when. Also re-order the meson options a bit.- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- Temporarily disable 'libcryptsetup plugins until dracut 056 is merged in Factory- Add 0001-meson-build-kernel-install-man-page-when-necessary.patch Submitted to upstream: https://github.com/systemd/systemd/pull/22918- 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. - Move a bunch of components operating on (mainly block) devices into udev as without udev they're most likely useless.- 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- Add 1000-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch A temporary workaround until bsc#1197178 is resolved.- Import commit 8ef8dfd5401ba18caec59e54a05af9f2e0d7ac65 (merge of v250.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ca89b1d1fd1ae86cc1e763d2d01ec2806f3a4d3a...8ef8dfd5401ba18caec59e54a05af9f2e0d7ac65- Import commit ca89b1d1fd1ae86cc1e763d2d01ec2806f3a4d3a 37b683c832 journal: preserve acls when rotating user journals with NOCOW attribute set d043fabebc journal: when copying journal file to undo NOCOW flag, go via fd 78c2766689 journal-file: explicitly handle file systems that do not support hole punching 7ecfb4b098 journal-file: fix error handling of pread() in journald_file_punch_holes() c4946a412c journal-file: don't use pread() when determining where to append, use mmap as before d3fbd20628 journal: various fixes to journal_file_read_object() 5897a8e8d4 shared: Handle filesystems that don't support hole punching in COPY_HOLES 27746408e2 journal: Truncate file instead of punching hole in final object 59b6130030 shared: Ensure COPY_HOLES copies trailing holes ac9ccba73f journal: stat journal file after truncating 0257283444 journal: Copy holes when archiving BTRFS journal files 26c2a9952d shared: Copy holes in sparse files in copy_bytes_full() 6c7191dece copy: fix wrong argument passed to S_ISREG() in copy_file_fd_full() af0a43024d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529)- Update Supplements to new format in baselibs.conf - Fix libsystemd-shared exclusion in baselibs.conf - Exclude new cryptsetup libraries in baselibs.conf- 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).- Upgrade to v250.3 (commit dbd8bd2b9fd827ca89ed18034b60703c95798e01) See https://github.com/openSUSE/systemd/blob/SUSE/v250/NEWS for details. This includes the following bug fixes: - upstream commit 34357545590d4791d1acbbeb07ae8f7636e187cb (bsc#1198093) * Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch - Dropped 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch The alias makes little sense as soon as multiple network managers are used in parallel.- 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.- 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.- spec: fix dependencies for mini variants (follow-up) systemd-mini-container is one of the sub-package that relies systemd-mini to conflict with kiwi and to not be installed on real systems.- Import commit 0bb1977021be2fc9ebfae10d766dff0b1a457f88 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b9b83c5d11e686178ddd545862a00b33c6fdfabb...0bb1977021be2fc9ebfae10d766dff0b1a457f88- Import commit b9b83c5d11e686178ddd545862a00b33c6fdfabb 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)- Drop enablement symlink migration support of SysV init scripts And let's finish reducing the support of SysV init scripts to its minimum.- Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- spec: fix dependencies for mini variants Make sure that all mini variants won't be installed in real systems and won't be involved when building medias with kiwi. Note that sub-packages that requires systemd (such as udev) don't need any special treatment since the specific deps are inherited from the main (mini) package. - spec: simplify systemd-mini-doc dependencies by assuming that the doc sub-package can't be a build requirement for other packages. - spec: libsystemd-mini and libudev-mini need to provide libsystemd and libudev respectively- Rename systemd-sysvinit into systemd-sysvcompat systemd-sysvinit was probably provided to allow systems to switch from sysvinit to systemd by overwriting /sbin/init with a link to systemd. But this isn't very useful anymore due to the fact that sysvinit is not supported since several years. Therefore the subpackage contains now the files needed to keep backward compatibility with SysV init scripts (most notably sysv-generator) and has been renamed accordingly. The few files that are not specific to sysvinit (such as /bin/init) have been moved to the main package. Normally this new subpackage shouldn't be needed (since all packages use systemd unit files) unless a 3rd party application is installed and still relies on SysV init scripts.- systemd.spec: explicitely turn on/off build options Hence a feature can't be accidentally turned on/off because its dep is pulled in or removed due to another feature being turned on/off.- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559)- 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 117bd7f14aa7834d85a4306cd380d292bec04108 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot()- Drop 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch 0009-sysv-add-back-support-for-all-virtual-facility-and-f.patch Given the fact that Factory no more ship SysV init scripts since several months, only scripts coming from 3rd party applications should remain which are unlikely to rely on the SUSE specifities implemented by these patches. This change was announced on the Factory mailing list: https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/3ERUP5ZZJ6PPA36L3HVN46BH6U6JL74O/- Import commit 885e0b9126bd2cf1e3f6b147c45ec58a5550c75c 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- 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 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.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - Replace '%setup+%autopatch' with '%autosetup'- 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.- 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 when split_usr is true (bsc#1194519)- Import commit 3743acbce3bd44208af453fc6dc384a1236dc83c (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e2ca79dd775d1f7d39861d57f23c43f6cd85a872...3743acbce3bd44208af453fc6dc384a1236dc83c- 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 0009-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit e2ca79dd775d1f7d39861d57f23c43f6cd85a872 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/458220239c69b8e5fe7be480929348daeccb70d1...e2ca79dd775d1f7d39861d57f23c43f6cd85a872- Import commit 458220239c69b8e5fe7be480929348daeccb70d1 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) - Drop the following patches as they have been merged into SUSE/v249 branch: 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch- Added patches to fix CVE-2021-3997 (bsc#1194178) 5000-shared-rm_rf-refactor-rm_rf_children_inner-to-shorte.patch 5001-shared-rm_rf-refactor-rm_rf-to-shorten-code-a-bit.patch 5002-shared-rm-rf-loop-over-nested-directories-instead-of.patch These patches will be dropped and cherry-picked from upstream once upstream will commit them in their main branch.- Import commit a54f80116ccf105dff11aef5d18dd110ebd3e8ee 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)- 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- Replace S:$n references with SOURCE$n. Makes vim * search work.- Import commit 523f32df573d459551760b072cb62906f4a2cf23 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c34c98712600bc206919ec6ed136195f75ac1967...523f32df573d459551760b072cb62906f4a2cf23 - Import commit c34c98712600bc206919ec6ed136195f75ac1967 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.- Import commit 61c79e68381801428c0bc00a56b9e2e9cfa68373 (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/8521f8d22fd44400289fcea03493ebd7f8b1487d...61c79e68381801428c0bc00a56b9e2e9cfa68373 - Drop 0001-Revert-core-Check-unit-start-rate-limiting-earlier.patch It's part of v249.6.- Add 0001-Revert-core-Check-unit-start-rate-limiting-earlier.patch Temporarly revert commit ed8fbbf1745c6a2dc0b8cd560ac8a3353f72e979 until the regression it introduced [1] is addressed by upstream and a fix is released via the stable tree. [1] https://github.com/systemd/systemd/issues/21025- Disable nss-systemd and translations features for the mini flavour- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit 8521f8d22fd44400289fcea03493ebd7f8b1487d (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/355e113ce193e5e2d195278c57d47f9a1b00ae46...8521f8d22fd44400289fcea03493ebd7f8b1487d- Import commit 355e113ce193e5e2d195278c57d47f9a1b00ae46 3b4a005095 meson: add missing include directory when using xkbcommon 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- 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- Ghost own directories /var/log/journal and /var/log/journal/remote again rpmlint no more complain about the setgid bit, see sr#923496.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- 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.- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Work around rpmlint complaining about /var/log/journal shipped with setgid bit This setgid bit has been already reviewed in the past and wasn't a concern. However we want the mode/ownership adjusted by tmpfiles and avoid the duplication of these info in rpm. - Don't ghost own any directories created dynamically by tmpfiles Again rpmlint complains but it doesn't seem to make sense to try to track all paths (including theirs perms, ownerships...) created dynamically. And 'rpm -V' is likely to report issues later with these paths anyway. This effectively partially reverts the two previous commits.- Make sure the build process won't create /var/log/journal - /var/log/journal/remote is owned by systemd-journal-remote- systemd.spec: fix a bunch of rpmlint errors/warnings- Drop systemd-logger 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.- Import commit 7a5801342fe2f53e5c2a8578d6db132c0eca2d97 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)- 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.- 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) 2c8ec0095e udev/net_id: don't generate slot based names if multiple devices might claim the same slot (bsc#1192637) [...] 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 (jsc#SLE-21695)- 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 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/shnss-myhostnamenss-systemdpm-utilssuspendsystemd-analyzesystemd-bash-completionsystemd-loggerh01-ch2d 1719244012  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstu254.13-150600.4.5.1254.13-150600.4.5.1254.13-150600.4.5.1254254.13-150600.4.5.1254.13-150600.4.5.1254.13-150600.4.5.1254.13-150600.4.5.1254.13-150600.4.5.1 254.13-150600.4.5.1254.13-150600.4.5.11.4.11.0201254.13-150600.4.5.1254.13-150600.4.5.1    !"#$$%%%%%%%%%%%%%%%%%%%%%&&'''''''''(((()))**++++++,-...................,/0000000000000000000000/1/22222/33333,4556666666666666666666666666666666666677777777777777777777777777777777777777777777777777777788888888888888899999999999999999999999999999999999999999999999999999999999999999999999:,;<<<<<,===,>?????????????????@ABACsystemctlxinitxinitrc.d50-systemd-user.shxorg.conf.d00-keyboard.confbinfmt.dlocale.confmachine-idmachine-infosystemd-usersysctl.dsystemdjournald.confjournald.conf.dlogind.conflogind.conf.dsystemsystem.confsystem.conf.duseruser.confuser.conf.dtmpfiles.dsystemdusermodprobe.dREADMEsystemd.confpam_systemd.sohaltinitpoweroffrebootshutdownbusctlhostnamectljournalctllocalectlloginctlsystemctlsystemd-ac-powersystemd-analyzesystemd-ask-passwordsystemd-catsystemd-cglssystemd-cgtopsystemd-confextsystemd-credssystemd-deltasystemd-detect-virtsystemd-dissectsystemd-escapesystemd-firstbootsystemd-id128systemd-inhibitsystemd-machine-id-setupsystemd-mountsystemd-notifysystemd-pathsystemd-runsystemd-socket-activatesystemd-stdio-bridgesystemd-sysextsystemd-sysuserssystemd-tmpfilessystemd-tty-ask-password-agentsystemd-umounttimedatectluserdbctlbinfmt.denvironment.dsysctl.d99-sysctl.confREADMEsystemdcatalogsystemd.catalogjournald.conflogind.confntp-units.drpmfixlet-systemd-post.shsystemsystem-environment-generatorssystem-generatorslogind-compat-tasks-max-generatorsystemd-debug-generatorsystemd-getty-generatorsystemd-run-generatorsystemd-system-update-generatorsystem-preset99-default.presetsystem-shutdownsystem.confautovt@.servicebasic.targetbasic.target.wantsblockdev@.targetbluetooth.targetboot-complete.targetconsole-getty.servicecontainer-getty@.servicectrl-alt-del.targetdbus-org.freedesktop.hostname1.servicedbus-org.freedesktop.locale1.servicedbus-org.freedesktop.login1.servicedbus-org.freedesktop.timedate1.servicedbus.target.wantsdebug-shell.servicedefault.targetdefault.target.wantsdetect-part-label-duplicates.servicedev-hugepages.mountdev-mqueue.mountemergency.serviceemergency.targetexit.targetfactory-reset.targetfinal.targetfirst-boot-complete.targetgetty-pre.targetgetty.targetgetty@.servicegraphical.targetgraphical.target.wantshalt.targethalt.target.wantsinitrd-cleanup.serviceinitrd-fs.targetinitrd-parse-etc.serviceinitrd-root-device.targetinitrd-root-device.target.wantsinitrd-root-fs.targetinitrd-root-fs.target.wantsinitrd-switch-root.serviceinitrd-switch-root.targetinitrd-usr-fs.targetinitrd.targetkexec.targetkexec.target.wantslocal-fs-pre.targetlocal-fs.targetlocal-fs.target.wantsvar-lock.mountvar-run.mountmodprobe@.servicemulti-user.targetmulti-user.target.wantsgetty.targetsystemd-logind.servicesystemd-user-sessions.servicenetwork-online.targetnetwork-pre.targetnetwork.targetnss-lookup.targetnss-user-lookup.targetpaths.targetpoweroff.targetpoweroff.target.wantsprinter.targetproc-sys-fs-binfmt_misc.automountproc-sys-fs-binfmt_misc.mountquotaon.servicereboot.targetreboot.target.wantsremote-fs-pre.targetremote-fs.targetremote-fs.target.wantsrescue.servicerescue.targetrescue.target.wantsrpcbind.targetserial-getty@.serviceshutdown.targetshutdown.target.wantssigpwr.targetslices.targetsmartcard.targetsockets.targetsockets.target.wantssystemd-journald-dev-log.socketsystemd-journald.socketsoft-reboot.targetsound.targetswap.targetsys-fs-fuse-connections.mountsys-kernel-config.mountsys-kernel-debug.mountsys-kernel-tracing.mountsysinit.targetsysinit.target.wantsdetect-part-label-duplicates.servicedev-hugepages.mountdev-mqueue.mountproc-sys-fs-binfmt_misc.automountsys-fs-fuse-connections.mountsys-kernel-config.mountsys-kernel-debug.mountsys-kernel-tracing.mountsystemd-ask-password-console.pathsystemd-binfmt.servicesystemd-firstboot.servicesystemd-journal-catalog-update.servicesystemd-journal-flush.servicesystemd-journald.servicesystemd-machine-id-commit.servicesystemd-sysctl.servicesystemd-sysusers.servicesystemd-tmpfiles-setup.servicesystemd-update-done.servicesystemd-update-utmp.servicesyslog.socketsystem-update-cleanup.servicesystem-update-pre.targetsystem-update.targetsystemd-ask-password-console.pathsystemd-ask-password-console.servicesystemd-ask-password-wall.pathsystemd-ask-password-wall.servicesystemd-binfmt.servicesystemd-boot-check-no-failures.servicesystemd-confext.servicesystemd-exit.servicesystemd-halt.servicesystemd-hostnamed.servicesystemd-journal-catalog-update.servicesystemd-journal-flush.servicesystemd-journald-audit.socketsystemd-journald-dev-log.socketsystemd-journald-varlink@.socketsystemd-journald.servicesystemd-journald.socketsystemd-journald@.servicesystemd-journald@.socketsystemd-kexec.servicesystemd-localed.servicesystemd-logind.servicesystemd-machine-id-commit.servicesystemd-poweroff.servicesystemd-reboot.servicesystemd-soft-reboot.servicesystemd-sysctl.servicesystemd-sysext.servicesystemd-sysusers.servicesystemd-time-wait-sync.servicesystemd-timedated.servicesystemd-tmpfiles-clean.servicesystemd-tmpfiles-clean.timersystemd-tmpfiles-setup.servicesystemd-update-done.servicesystemd-update-utmp.servicesystemd-user-sessions.servicesystemd-userdbd.servicesystemd-userdbd.sockettime-set.targettime-sync.targettimers.targettimers.target.wantssystemd-tmpfiles-clean.timerumount.targetusb-gadget.targetuser-.slice.d10-defaults.confuser-runtime-dir@.serviceuser.sliceuser@.serviceuser@.service.d10-login-barrier.confuser@0.service.d10-login-barrier.confvar-lock.mountvar-run.mountsystemdsystemd-binfmtsystemd-boot-check-no-failuressystemd-cgroups-agentsystemd-hostnamedsystemd-journaldsystemd-localedsystemd-logindsystemd-reply-passwordsystemd-shutdownsystemd-socket-proxydsystemd-sulogin-shellsystemd-sysctlsystemd-sysroot-fstab-checksystemd-time-wait-syncsystemd-timedatedsystemd-update-donesystemd-update-helpersystemd-update-utmpsystemd-user-runtime-dirsystemd-user-sessionssystemd-userdbdsystemd-xdg-autostart-conditionuseruser-environment-generators30-systemd-environment-d-generatoruser-generatorssystemd-xdg-autostart-generatoruser-preset90-systemd.preset99-default.presetuser.confapp.slicebackground.slicebasic.targetbluetooth.targetdefault.targetexit.targetgraphical-session-pre.targetgraphical-session.targetpaths.targetprinter.targetsession.sliceshutdown.targetsmartcard.targetsockets.targetsound.targetsystemd-exit.servicesystemd-tmpfiles-clean.servicesystemd-tmpfiles-clean.timersystemd-tmpfiles-setup.servicetimers.targetxdg-desktop-autostart.targetsysusers.dREADMEsystemd-journal.conftmpfiles.dREADMEcredstore.confjournal-nocow.confprovision.confsystemd-nologin.confsystemd-suse.confsystemd-tmp.confsystemd.confx11.conf70-uaccess.rules71-seat.rules73-seat-late.rules99-systemd.ruleslibnss_myhostname.so.2libnss_systemd.so.2systemdlibsystemd-core-254.solibsystemd-shared-254.sohaltinitmount.ddipoweroffrebootshutdownbash-completioncompletionsbusctlhostnamectljournalctllocalectlloginctlportablectlsystemctlsystemd-analyzesystemd-catsystemd-cglssystemd-cgtopsystemd-deltasystemd-detect-virtsystemd-dissectsystemd-id128systemd-pathsystemd-runsystemd-sysexttimedatectldbus-1interfacesorg.freedesktop.LogControl1.xmlorg.freedesktop.hostname1.xmlorg.freedesktop.locale1.xmlorg.freedesktop.login1.Manager.xmlorg.freedesktop.login1.Seat.xmlorg.freedesktop.login1.Session.xmlorg.freedesktop.login1.User.xmlorg.freedesktop.systemd1.Automount.xmlorg.freedesktop.systemd1.Device.xmlorg.freedesktop.systemd1.Job.xmlorg.freedesktop.systemd1.Manager.xmlorg.freedesktop.systemd1.Mount.xmlorg.freedesktop.systemd1.Path.xmlorg.freedesktop.systemd1.Scope.xmlorg.freedesktop.systemd1.Service.xmlorg.freedesktop.systemd1.Slice.xmlorg.freedesktop.systemd1.Socket.xmlorg.freedesktop.systemd1.Swap.xmlorg.freedesktop.systemd1.Target.xmlorg.freedesktop.systemd1.Timer.xmlorg.freedesktop.systemd1.Unit.xmlorg.freedesktop.timedate1.xmlservicesorg.freedesktop.systemd1.servicesystem-servicesorg.freedesktop.hostname1.serviceorg.freedesktop.locale1.serviceorg.freedesktop.login1.serviceorg.freedesktop.systemd1.serviceorg.freedesktop.timedate1.servicesystem.dorg.freedesktop.hostname1.conforg.freedesktop.locale1.conforg.freedesktop.login1.conforg.freedesktop.systemd1.conforg.freedesktop.timedate1.conffactorysystemdLICENSE.GPL2LICENSE.LGPL2.1busctl.1.gzhostnamectl.1.gzinit.1.gzjournalctl.1.gzlocalectl.1.gzloginctl.1.gzmount.ddi.1.gzsystemctl.1.gzsystemd-ac-power.1.gzsystemd-analyze.1.gzsystemd-ask-password.1.gzsystemd-cat.1.gzsystemd-cgls.1.gzsystemd-cgtop.1.gzsystemd-creds.1.gzsystemd-delta.1.gzsystemd-detect-virt.1.gzsystemd-dissect.1.gzsystemd-escape.1.gzsystemd-firstboot.1.gzsystemd-firstboot.service.1.gzsystemd-id128.1.gzsystemd-inhibit.1.gzsystemd-machine-id-setup.1.gzsystemd-mount.1.gzsystemd-notify.1.gzsystemd-path.1.gzsystemd-run.1.gzsystemd-socket-activate.1.gzsystemd-stdio-bridge.1.gzsystemd-tty-ask-password-agent.1.gzsystemd-umount.1.gzsystemd.1.gztimedatectl.1.gzuserdbctl.1.gzbinfmt.d.5.gzdnssec-trust-anchors.d.5.gzenvironment.d.5.gzextension-release.5.gzhostname.5.gzinitrd-release.5.gzjournald.conf.5.gzjournald.conf.d.5.gzjournald@.conf.5.gzlocale.conf.5.gzlocaltime.5.gzlogind.conf.5.gzlogind.conf.d.5.gzmachine-id.5.gzmachine-info.5.gzorg.freedesktop.LogControl1.5.gzorg.freedesktop.hostname1.5.gzorg.freedesktop.locale1.5.gzorg.freedesktop.login1.5.gzorg.freedesktop.portable1.5.gzorg.freedesktop.systemd1.5.gzorg.freedesktop.timedate1.5.gzos-release.5.gzsysctl.d.5.gzsystem.conf.d.5.gzsystemd-system.conf.5.gzsystemd-user-runtime-dir.5.gzsystemd-user.conf.5.gzsystemd.automount.5.gzsystemd.device.5.gzsystemd.dnssd.5.gzsystemd.exec.5.gzsystemd.kill.5.gzsystemd.link.5.gzsystemd.mount.5.gzsystemd.negative.5.gzsystemd.netdev.5.gzsystemd.path.5.gzsystemd.positive.5.gzsystemd.preset.5.gzsystemd.resource-control.5.gzsystemd.scope.5.gzsystemd.service.5.gzsystemd.slice.5.gzsystemd.socket.5.gzsystemd.swap.5.gzsystemd.target.5.gzsystemd.timer.5.gzsystemd.unit.5.gzsysusers.d.5.gztmpfiles.d.5.gzuser-runtime-dir@.service.5.gzuser.conf.d.5.gzuser@.service.5.gzbootup.7.gzdaemon.7.gzfile-hierarchy.7.gzkernel-command-line.7.gzsystemd.directives.7.gzsystemd.environment-generator.7.gzsystemd.generator.7.gzsystemd.index.7.gzsystemd.journal-fields.7.gzsystemd.net-naming-scheme.7.gzsystemd.offline-updates.7.gzsystemd.special.7.gzsystemd.syntax.7.gzsystemd.system-credentials.7.gzsystemd.time.7.gz30-systemd-environment-d-generator.8.gzhalt.8.gzlibnss_myhostname.so.2.8.gzlibnss_systemd.so.2.8.gznss-myhostname.8.gznss-systemd.8.gzpam_systemd.8.gzpoweroff.8.gzreboot.8.gzshutdown.8.gzsystemd-ask-password-console.path.8.gzsystemd-ask-password-console.service.8.gzsystemd-ask-password-wall.path.8.gzsystemd-ask-password-wall.service.8.gzsystemd-binfmt.8.gzsystemd-binfmt.service.8.gzsystemd-boot-check-no-failures.8.gzsystemd-boot-check-no-failures.service.8.gzsystemd-confext.8.gzsystemd-confext.service.8.gzsystemd-debug-generator.8.gzsystemd-environment-d-generator.8.gzsystemd-getty-generator.8.gzsystemd-halt.service.8.gzsystemd-hibernate-resume.service.8.gzsystemd-hostnamed.8.gzsystemd-hostnamed.service.8.gzsystemd-journald-audit.socket.8.gzsystemd-journald-dev-log.socket.8.gzsystemd-journald-varlink@.socket.8.gzsystemd-journald.8.gzsystemd-journald.service.8.gzsystemd-journald.socket.8.gzsystemd-journald@.service.8.gzsystemd-journald@.socket.8.gzsystemd-kexec.service.8.gzsystemd-localed.8.gzsystemd-localed.service.8.gzsystemd-logind.8.gzsystemd-logind.service.8.gzsystemd-machine-id-commit.service.8.gzsystemd-poweroff.service.8.gzsystemd-reboot.service.8.gzsystemd-run-generator.8.gzsystemd-shutdown.8.gzsystemd-socket-proxyd.8.gzsystemd-soft-reboot.service.8.gzsystemd-sysctl.8.gzsystemd-sysctl.service.8.gzsystemd-sysext.8.gzsystemd-sysext.service.8.gzsystemd-system-update-generator.8.gzsystemd-sysusers.8.gzsystemd-sysusers.service.8.gzsystemd-time-wait-sync.8.gzsystemd-time-wait-sync.service.8.gzsystemd-timedated.8.gzsystemd-timedated.service.8.gzsystemd-tmpfiles-clean.service.8.gzsystemd-tmpfiles-clean.timer.8.gzsystemd-tmpfiles-setup.service.8.gzsystemd-tmpfiles.8.gzsystemd-update-done.8.gzsystemd-update-done.service.8.gzsystemd-update-utmp.8.gzsystemd-update-utmp.service.8.gzsystemd-user-sessions.8.gzsystemd-user-sessions.service.8.gzsystemd-userdbd.8.gzsystemd-userdbd.service.8.gzsystemd-xdg-autostart-generator.8.gzsystemd.pcpolkit-1actionsorg.freedesktop.hostname1.policyorg.freedesktop.locale1.policyorg.freedesktop.login1.policyorg.freedesktop.systemd1.policyorg.freedesktop.timedate1.policysystemdkbd-model-maplanguage-fallback-maptmp.mountzshsite-functions_busctl_hostnamectl_journalctl_localectl_loginctl_sd_hosts_or_user_at_host_sd_outputmodes_sd_unit_files_systemctl_systemd_systemd-analyze_systemd-delta_systemd-inhibit_systemd-path_systemd-run_systemd-tmpfiles_timedatectlsystemdcatalogdatabaserpmjournal/bin//etc/X11//etc/X11/xinit//etc/X11/xinit/xinitrc.d//etc/X11/xorg.conf.d//etc//etc//etc//etc//etc/pam.d//etc/systemd//etc/xdg//etc/xdg/systemd//lib//lib/modprobe.d//lib64/security//sbin//usr/bin//usr/lib//usr/lib/sysctl.d//usr/lib/systemd//usr/lib/systemd/catalog//usr/lib/systemd/rpm//usr/lib/systemd/system-generators//usr/lib/systemd/system-preset//usr/lib/systemd/system//usr/lib/systemd/system/local-fs.target.wants//usr/lib/systemd/system/multi-user.target.wants//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/systemd/system/timers.target.wants//usr/lib/systemd/system/user-.slice.d//usr/lib/systemd/system/user@.service.d//usr/lib/systemd/system/user@0.service.d//usr/lib/systemd/user-environment-generators//usr/lib/systemd/user-generators//usr/lib/systemd/user-preset//usr/lib/systemd/user//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/lib/udev/rules.d//usr/lib64//usr/lib64/systemd//usr/sbin//usr/share//usr/share/bash-completion//usr/share/bash-completion/completions//usr/share/dbus-1//usr/share/dbus-1/interfaces//usr/share/dbus-1/services//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/licenses//usr/share/licenses/systemd//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share/pkgconfig//usr/share/polkit-1//usr/share/polkit-1/actions//usr/share/systemd//usr/share/zsh//usr/share/zsh/site-functions//var/lib//var/lib/systemd//var/lib/systemd/catalog//var/log/-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:34275/SUSE_SLE-15-SP6_Update/875f154c819a268cbfb12591262ef507-systemd.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux   !"#$%&'()*+,-./0123456789:;<=>?@AB-CDEFGHIJKLM,,,,,,,NNNNNNNNNNNNNNNNNNNNNNOOOOOPPQPPRQRQRRPPPRPPPSQQPPQPPQPPPQQRRPPPPPQPQPQPQPPTRPPPRPPPRQQQPPPPPPQPRPRPRQQPRPPQQSPPPRRUPQPRRPPPRQQQPQPQQQQQQQQQQQQQQQRQQQQQQQQQPPQQPQQPQQQQQQPQQQQQQQPQVOOOOO,directoryPOSIX shell script, ASCII text executableemptycannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.x86_64/etc/machine-id' (No such file or directory)ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.x86_64/etc/systemd/journald.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.x86_64/etc/systemd/logind.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.x86_64/etc/systemd/system.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.x86_64/etc/systemd/user.conf' (No such file or directory)ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=924a24885810e36f360157de43b96efc79e5de4e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cba61b21f3ef8427a01af2d93a98ab778fd432a5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3fccc876b5d97dc1ee45e9a2ab1ba871164d8f83, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=eebbb28a941ba3607ee2b7d773890d49483f99a9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f9e35745836edd11d13b441bf72d1fc4426b4382, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ade029bffad41eaf4fec88dd0ce26513e70537de, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0a5ca7cde211c247fcee24b35f7856b141acd2a0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=41514f010853c5c61b96f8d6a1ad79310f518109, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bb1e0ed97b510ccf0159a31696e4a652e6aa1ec0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6dfe61346be3813c9eca2d1e7668a0928d20270c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=52f3bcc874c61c3a0d8b6edd0fb1c3f599e8f9b3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4b5d71cd30ba43e50b46830eecc493b7ee0eda54, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=910c9ba01d70e22f738c84114a05f082a8448d5b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4ef240e3ac54b9f7b87ff8611b4a931c0215f8b1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3e66bb34851867797e7e43399aafa7f89fd732f8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=65df02532fdaef0eb8f1fee14fa80c9ed4b38fcc, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=651724c8802c5d0ddaea94ef56e2f8434ee10c05, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ae024c46f0ce722eb7e8bd259cd5bef23608a813, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=09c444ae222c516fd58f239761f6e44afa7343cb, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=84213a1da56734ac616fc1454813ade8ce331749, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0542bb0969f3df6b515740917a7b874a38abef61, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c80a21cbf9925f8d0785e32876abddf902e93640, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=77afe78ce04b6cb819fb55097c7be6e4f8824c93, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8aedf077ac262abfb43e309b7f308e5a0fa65524, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d29bf498ab3821689b543fe26a97e353667da7e3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=68d4f2b698c9184ce0c23352aac6f35793e34731, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0a7d360c72e51ca9981adad2caee6f8387e645fc, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=61ee303cce7b2d1ecfa83f1e9c449eea398fa46a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=723904944b7f8c8aee4cabcad834e939b2b11723, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=db833d0557eb40e7d44f8eafda735e5a43fff4c6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ec67416f44ec5cd717e769bf4e75481a9ef878c4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b97a4eea7907f8dc87c2db6799fc13f61236e879, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3288e39afe4409b4b5b41f15600a816830414a8c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6dfc9193125aca4278d0007d47f197779325e07b, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1e864fbfbcbbeabfbb67bbebea495bf963f66a4a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=293b8aad5c810b1595d7ff4e307d9ef990826235, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9602c4efc002f3f6a1e35c6e7868a1621a1514dd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=20ef5947f3599cb52755736fbb9ad015b053f174, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9947aaee167334c6c29b9dfb43fdcff0c422cd49, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0d1fe1b09bf6c214c3ca9d3d2b34d5f5bbe31b0c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=652bf0e1ae262eb9f653acc012bf6a5daf5c1dc4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4816300abe1e93b646fb1d97287fadd7b2cccc90, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=987039dbbb14c13f0d1b2185e518afb5a3adeffc, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=301de06f6ef1e6120c2d67642205f9ba4aff1ee4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f9811f046c210da9425f886b3693275785c29f13, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ed96430663c771233dd56ab3a0deffb25b30b8fe, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=90bd462133f70d61e915a351be28cf4edffb63a2, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=255234a8055f7eaedf1b2e588e4255328182c0ff, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=aaa54bda748b0fbc823eb1c7a09dd9451bbd049f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c25b3b6b92cb8b2bd77763e0cddf8972b77c3ec1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7200a2faef9bb319c8497f0a4351b622c867c51d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=098b7a7744b497e81208fb192c71067f0f3ad859, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9aa77e612b4219fa84d213258ad7314480650589, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5dbf1e5ccb2582d427c2f3e43eed21800424fa4b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=01fa8c67c2c8ed13b2cd1f54d3916a03047e8fed, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7af200f4a5e3bdb11b33d3ef8464eab569388447, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=78c56840bd711b458dce7754d6568adebbbd2616, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a97bb6ae924601eceaa7843bf87598980b801799, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e97ff0db6718d1cad00ede784d53c230664bd220, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=16c73926447d0a9278867e0d74f4e9d88736e905, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4d113c0a10637565584ca1d7a956437f641897a2, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=07c17cc4a068d464a52432bdc742ee391b0d9132, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=72ab816f135731984a11998fec8d611fe5bd5c4a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e423778d3f2b34fb601929283b5baaa3d9874811, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=78d928b3b4fce0144d10c6495a40e91133faebb8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=65e647ff54b20185066dbafcc1681f34686c7ae0, strippedexported SGML document, ASCII textXML 1.0 document, ASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)C source, ASCII text (gzip compressed data, max compression, from Unix)Python script, ASCII text executable, with very long lines (gzip compressed data, max compression, from Unix)pkgconfig file#+2=DLW]hoy&2<CDKQW^dpw~ $:Y"            &?RRRRRFRPRORR$R&R6R*R R.RR-R5R)R(R0R#R+R,R'R4R1R!RQRNR7RER8R;RTRR RYR1RR-R!R)RXRRYR1R-R!R)RXRRYR R,R5R1RR-R!R)RXRRYR1R-R!R)RXRRYR5R1R-R!R)RXRRYR0R4R5R1RR-R!R)RXRRYR-R!R)RXRRYRWR5R1R-R!R)RVRXRSRRYR1R-R!R)RXRRYR6R,R&R1R-R!R)RXRRYR1R-R!R)RXRRYR1R-R0R!R)RXRRYR,R1R-R#R!R)RXRRYR1R-R!R)RXRRYR1R-R!R)RXRRYR R,R1RR-R!R)RXRRYR1R-R!R)RXRRYR-R1R#R!R)RXRRYR1R-R!R)RXRRYR&R1R-R!R)RXRRYR1R-R!R)RXRRIRYR,R5R1R-R!R)RXRHRRYR&R5R1R-R!R)RXRRYR1R-R!R)RXRRYRR&R5R1R-R!R)RXRRYRR6R1R-RR(R!R)RXRRYR1R-R!R)RXRRYR,R1R-R3R!R)RXRRYR,R1R3RR-R#R!R)RXRRRYR'R3RR-R1R,R!R)RXRRRYR6R,R5R1R-R4R#R!R)RXRRGRYR1RR-R!R)RXRERRYR1R-R!R)RXRRR1R-R!RYRXRR RYR1R-R!RXRRYR1R-R!RXRRYR)R1R-R!RXRRYR1R-R!RXRRWRYR4R5R1R R-R!R)RVRXRRYR1R-R!R)RXRRYR1R-R!R)RXRRYR-R!RXRR,R1R-R!RYRXRRUR&R5R RR-R1R)RR0R+R,R4R!RYRXRTRR,R)R1R-R!RYRXRRR&R,R5R-R1R)R!RYRXRR RYR1R-R#R!RXRRKRLRIR1R)R-R6R0R!RYRXRHRRYR&R1RR-R6RR2R!R)RXRRYR1R-R!R)RXRRYR1R-R!R)RXRRYR6R-R1R!RXRR1R R-R!RYRXRRYR,R5R1R-R!RXRRRYR1R)R-R!RXRRRYR1R)R-R!RXRR-R!RYRXRRYR1R-R!RXRR1R-R!RYRXRRYR1R-R!R)RXRRYR)R1R-R,R!RXRPRR-R#R&RR+R5R(R,R'R4R1R*R R0RR)R!R7RR PRRFRR$R&R6R0R*R R.RR-R5R)R(RR#R+R,R'R4R1R!R7RER8R;RTRR PPRFRRRRIRJRMRORURARYR R&R$R5RR6R-RR1R0R#R,R4R!R)RXRRR@RERHRNRSRTRPPRR9R:RFRRRRRDRIRPRORRARRUR"RR$R&R/R*R.R R5R-R6R%RR(R2R0RR#R+R,R4R3R'R1R!R)RRR7R8R=R?R@RBRHR;RNRSRTRCRZRERR P R@:oL|6libbpf1libpcre2-8-0utf-81ace764c64e309a9504c9ae73e406031c729b0a2963191c05045c99fec2997d6?07zXZ !t/]"k%rlABj0|)0]4:%jkKJ^ NvۢwE{,@ZP.;'ѩUIj0}OH D~IwER+}`TσT/!4C6J &b_qzQ~+&m#sĻSliu.;$n3(#'Cd-OO#nH2s /`C 炖^'$u@J=eo_EO獅k7э B=Oչ%#;^/5kgֳDri搁,]Z9~ W(zjc!NWl,piFXLv uϮ?KU +nIkD(:w9c{Tٽf{9Glu(Z^ ~nS){cJvtnAssg6Pum Z({c ߎpwYuAi*b9ocØr'=,"~!qW ? &fkXs QՅ3tb{h#d zD2x+zMb6T5e".UVvR !,] F޲FYϤlwԪn[쁸Y8ծ Ÿ+RB"`? N| ͘7e+ lդKy+lgeN.5<:(sv,1!Ǩs:6z7 {e SU=Xyb% &_A 8U4U3:k\0HDȃm(($} Oz f A4:q+E\9y` E˪ti-\ ,|daO]\Bi,ChpWw<]~t'rT5XɈۓSZoo)Y_W&ڮݬDI_'_2W!`M%luOB=j6oi?;,yMlgZq[5`ifL4_" FS l[UW>@!I'7'{Dкii  EhU09=!ͤbN:dŽ~՚rR# l@G< f733Fֺ6{l!7BtsyaV ږwB3xwf Gf5 |;0r5ڐ/&$Aw"w^?ݹ ӸɟFRC!F}i2 {zO %q@~}xDv|,KK^l{'@%ȫo ~9w]HsϹsL<(ϝAJ@p*@?%:)[/3Vd~ '%2~40PqM;-$z,qYs\V+T%>FPsLC7"E˔'"$O+iz5.&Y"M }z.rc7H!4!gthimNho&)19DZoA_׃2i-[}I OW[ځ0`pUE4=&rWi&LqǟyŊ[MIN!FN 1r%ϙlQ.'Az{~wFzK vS-jD ު|-\Քj @=C8!TDD?Y>ёdBؼD$f[W_/^ oi*!^K9?@⻀_lęb0 Źfzu5/MPc=yagigyę4㻈-D#v_Y`wO=:mJLyxel~Uc;3{lxP,5e.ag1Eٕ|o,lO8 @+#.t̜PC1?!Zo#& {8OM%b J6F?5 ^5U/XN(%䂷z nkը.M.B>ƱI=^)"CzRr*3g (,`//rk l5^Ơ9k׼{eHm~DmΑ#i2R. 9swH! ]PIÔƊE$b ܠ~W,);a~Gq ,+`jՔ3unC%?gcm"@}X2kPVJ\q#E䆰{!n 23Ѿ4h@f{|XhpoGܿ4׆THDA61<^ϸ.D5rԊ S-(~Z>_H ȯX) DK64f| 1O. ~en{|R :B_3 Ȼz#Z(ba{zy6"?G#K-!Ͳ0a&EHZ`G4HOj!F^fXHiy]~9OX:ݾj ZVe)9 r#Mu?73cp2*؃AWxv]m7WۦRvk!dAS4%*,9ytkRb9KS@P.eEÞG5\kJZQ̗q5UPPׁj)wOP.UcoW#7?S|QI֩)A8/X7}ol5ӗU`]>~ծxsk ܫ8ÂA)VunӪv5"h>*+JufD)iF귛tm(1tm`ܺ!X`ØHjʵ={\pJ#\(X߿HrQ}{ gdƞ{7'aSZUۦf DU\[rvA,W~P-Q3Hh:"XVM@s䍚dNa:(KpCb8EAEYg^D(Xl͠r"X "$o贖Zb\vSV0OkF%bcP|ܽ'QnXLґSz^Z=Q56`y5]7T'[C{.RD̆g ̨cХeGG*4ڻby!ZmE#;؟q I+z‘:N\cJI +~Z!T<ӱ=O G;s>rdeNoDud{DE(.eE󀜎;4jui449k84'P{52iN̫A!g)T07sKuOU4Úf:2*]V\$N\ s뢅ho]m0?B iu. DQ_X'bMƖN3t'ݚD!Y؄'~]u *Z`L<!cX䚺 #DcqAS\Тޫ< UIB9"ć}2=h@&'oQ*I~gt/O{<"3.>b.L]4bFb :؜vC{ <#ˊ#:i;oБH ܼ>=_%)Hqo.aRpyv.o[֐_{+T]2זb+ޫ89h;hB+"3ĻU%b #ki:`;I+K$6|^?$VJum,Lylص==MeC31rN1Q%Sܽgv&'Cc Vƾ. Mt0{VoۢzE%mRYn[82 7Ag(|*|gOj)4;ȰMIX'z9YnK7#^"w5g\@?P,+;m(~/A_V uܭŰ܇i//PkG+O{۹IȦ5Y:pkxE#\pT۸܂w]U6XMwKD9Ri~gfnOZd%$ Ќ& 2y7CE CϫmP)@cgwŸ(hCqdOӌDroy]A@L{p7RAKf (,qݸץ( ]O%Xu =7_4hF.U.5~bxe>TlyK q2O̳^c ^4I8~ZR}qnd(&I.pL䮁0̵H ֑f;s@\ tsA/t2eep!5,k~)D(^+Ho#oS Y&2Y RnGX.TjCipb]RNr|Xl?m5g3ڄn`, e?Vvգ&qr|T8b>vI|fF]R&*MM7átk, Ɔ;/̹["{dũߎXmsB-;JTRuL`CD{t/@;"0a -UY±؋W4m\zTm3&v.|W- _5@TOm# &:Dq8>>`'bcuS\UXռ2(dhCljA PLI]n[ w1DѓGE6 a썛k8z~R%"ea-69'$yYU|y|8x2O<BsC/ݑɂaK2Y̭_{1|)Mt[E<A1I ҽHf@3|"NGSGLLr+;n&tq](FUFus]ty-R^tN 6< ;a+n,(wz>3fzMznpA1| EDL(I[,]v;@׫_6O.ZU9O@CjETy^n1f3Vh4rGCr6pF';L@:鱩tNanIcz7䋚u^vg3gnZ^z<(`"hEkXp5Dۗ| [ Hz#4ŪЦk&tIb9V͸p#]syT -rܲ($;tg[84ݻU_  !lTYpvͷH(4Jj-筂Ĩ7hԽn.uvٝY{W4`xMp uc_ iG(>~so}=vC8UƂU>勾>7 ŝT P1-+=1IM/;k#b#1!d :Ȼ *7WZ^謖s@աG賄Bإ+^k.{' 4e]*HiFI;&(;8m\M`ԅ2203Eau";/ޗ"v7e2[4BL-M+ո $c+ S*if3y9JswljTl/8%}M^N~^ٴ 71J%^KId{^ :v e@6 oF@ܚ($՞KLD^{؃eu~z6$LFvM+#)$DE?_: 7RkBx{E$[Wsd)LFOXH}OiQyy_B 긯H]*F׋+ HSt09 ߕèF[ 07AZLw b u18N2Vc m,ӫFܙ4H{CKsdK+}!m=曮m42u Q ^T3a5SxlLݽ=`,ձWH%\ LG<'1D6N;[[Doi*m%._7<.Sd% ˀGk_m#UP z0AW@j(9c "EexzAd vcDjGǢfph/eoֹd_vrQhd|ȃ%RY)n9kvG~Bĺk?A?ːM=Rjf%rsiTxMN\Ug~^@gh&kc}N8_ˢC2I)Uo>` *;هBgZvvpQm~Rl6j'iʯj,ӘUI5#30u[hM'FLѽ= W'\bg_+hX/qJ+2,ԟA PNa #{iodE Ǒ3u m+H7&^Q,WS4U;rvLu-f.:Rr!XNYN}L F? m5*:$ũ41V75s^NT~ 17TeýJztMeO;NW=W}W2ڍg-Xk1)Gip0mɷ/JtfAGJ5ZUmq5gxO,g lO 9T[WsR-j)(2nc鍑uR)}v/덈5i专?n"-? fGkx}CԕLaK"ӈR理YF}Pԗ3z#]HxhQ-TvsҟPab= G&z`(W\;tI鉆6aWDW;aթHs̙zn(C2ӌa(z<}fc}ō6@^ƽ$TnLl6ЏwDW^+8±BQm *\? Hh%nDO<\euI,{zd뗟9$HV:mD^ݽ1ncJq վ- `ҋ>²w~[ +|H%(< oT})#| 0q:ex[}'G&o#"GH8W|_>C[=ܽ? j\m< A+ &"0Nz(p"r5^F}>ƣ?D501>hٛQnGoh~ÉHCRkq&@FzIdbe`{a$ '_e,^E8Xr_K o!M?i u`R3CǔYBM\$d< P-zP*۾-igM9gu>-JUFWZKmJ)z 5͔ԣ`{gSToigr󱍭s 'K.SQkfe=0ViOj\2@!?.2BsE_ mjX3[ss-I@RDm8M v}dʼn+%\G {r v%UEkLRlO~X}زG蕍Qji-hC j6h11d3.mQ:&ǧ*NBl^KhnIjdJ~ ) ;$d Jq rt08äjۓT5AzcQ>?ɛxg#RF8<.·aATM*.l:r;{|=\P" ٨洀!vlU=T[\3P⺭EIsga+^SL_nwBi&KQ3L0kQ?)gO{Ə>-mA#ZB IrBտCsz5AJ%%1A#v~-&O[l~xSA5CQR dy<64'TlY-  9 _y_o7w`obJndbz0@4tYL𢶶ա搏+1 qK^ZFYJC9)s拯~0P?'W~T쐯Í&h2,˼5hwfxb,5oԤR0KSck1h= Z#[ p"Ck+ۊ.F~}X P2f*cZkϻ>^`U:<`_U+.s2pͳ3iNj.c` \M[&=۰ŵȀNp#%CxpZ2e Zyx ~=5rz4 l0ʚ"#VlqgL+)lna-ݲ%/곉^mIŮ3a(@_ʔ&4t#Q5qcߣ)\K*h@r M˗ocճDZHx21ɄޯFnK}o e+scLa#猪OJ"b-6VqODc9ekFb%1 n.MLnwDSin*߸/% \*൉3r# ^է6G+RdTHT!N<oMAGJT^|L 2D Y2GJ:99ʮ'o!.duiW.fc(x@\tD!|Ư}hU&&&~s8Pi $.\Wox=8i{lfĉƋ1*\Z/a}]3A[jb/Z`F);(z\H,9Ԇh'GFe/(e s:# ^&ȼfmFRLۧa?DO'U0=Bli**_N8yJ/m0`?UL݆_ENC†zx"|&R͚Z@tR94X"Bkƨp_,O|]$D\eMvc)Lǚ{xl H^x>|G ; NEQ=Pp%Ҥ?I dR?qڲZ9PHLlvUl;ճ})lȃiڮeS5A=tl `M+y5` o0ºMM+RUcz͜Fg釣Ib'Z*lt`~e$/⺯u96'$81ެsf!I@8}rf1wrN?'T ୶XKI WC7@@F.PT}UdbC]0sЀ *+ΕL\_ޖ8D &̃WlSJ]UaBEn$v?q?Yə/Wp]/Jȗe5Q^iɫxY=%~pIP+4BX9P܋ȏ%$IQev?ltL#0n 8EӄΕp:u"g+R(Ӥ.7Y^z.<3*iڄ~WJWF)ZN>h4rCilF``z wng#͝8Kk!]Ss#j'obJ .%"vjÏXWĭn_ȍsդ"_Rj\Cv[&]v0J%'YjNa1P+9к2ԫT"Wh?ۧݥ<46ۡhrݩ݋S8)vŕ/pwx*C^mcc>d~]) 7%@p,{սμ:JjDT99 dTxWY#3RRp Ml˘<B)oBOjߗ 8q'qQhQ/wo3-oTp; ua^\Zq{P +01%g Gdҳf۪6 xɧxm;73ЍswbzEߺIBʃ8FY0#B!] ˸B>K ENlb@#4>p@"v 5x3VO] CpaaaOMy[Nd$^7y Z<幘y?m{N*NI.'()jSOkΏ {r0|2P`Pl0;B^^gip4#Y/uݱ,eEncvYgdz^#C;~3dG$%<}ߙep?C@cY1Rj9K`'u+f_LIxHY96N${9rmJƏ EUݳ~:l018ĸrřw&1\M^F`vHɨ zbnBwC=]Cq3(`|G 'N[C9] 6rv̎rœRP$qP牴Ys)^({/*JdAnGu~wg7B̦-q#4Pm=TS6+M-꾠N5²Imͽ[,G1b9D}8>9ՈRlg4-UFJ<0<啒ivwt >>"܌Y)5V˒Y[%"_)2hS'~0sltN$O \<*=c1-W )1$UPLHiÇt>7%߃ǦCO9D^l(mYI 1L-)@F^{ *]Gf/-~,}9*BX]!7]d/=h05:L&$)s,=Azn )kLq j~ZaFu"/$42q;'ŗPH/ʨƤ2`y.tcKlV)ފЙE?fYFv;mLSnX}/ RE' jh,KZ}F+ xI9һAq~3*^}s]fٻ(m6Gx UG7yFV` 5&*n>8}zMwn2Ls0m3Q8^Gi  *-,b8ˑvv#湋.KZjw 2bϝg)5<'+uɆI'h˟6^=O6v`.4O=3n0?d߄\SRvJb"j'Gj. .n0r]Ͻ<6쭧ߺlRfMA@?19xA#}fRhbЏXgV֟Hz"$ r`?6#y(dkOHl RA6J<֮do\l8"@*mE REE7Ϋge1 ӾN7D1aX俤$svĻwlz3%U zT/أVCI͢ 8KsY'zHZ*5]271+]9z{Zz*BN"+@r[GY]X_ 6l=z8n#΅B|bͣH|kq_ΜM{`ll"ñc,8[o϶CF-L?TnK‚ ?\*)R?A^ {d dNh3%Lh g"gb'6QJ}FhlZt3)RU|\e*xzcVgS&0O#awwªpoM6U  ZӁD6NFHpdA`+ncRL}dv̏g$֍$Qi'A|Rʊoff`8aᆦ" {GӛrV+)$IS0]ČJ0>;6c|^I Y%4_UiunoU;^qol>莦$'&azK|\+bY?5Z$ %]AC=HPoqQk2s>z:>{ 2j)k%s-WpA&4"cu_ڒgΣ|)cĚx};ΝLH̾3]mb\؟َR*Jo-_%ݧ%Svٰmy>T.45*RX˩u aO4\% x4ڮr?( _bNw UjSUxݲv#ZQ)?4@ػ$ x6M^CLLOϿ:PVߧ+dhih@@S(l?h"^s%N9LmCZp*RUOch2WјA&R=SvvvN1>)._ $U0P}s\Ep^Q Eֻw/}mCo%xrB— L%Y˞0X1Q{fMk',$%f")1ʭm ʡyʞHC  Y8hKy* _HuoIBU܆=k|,ee '5knx* ֑ ٩;=g|!4C?fn^Ѿ;>T} Pp}~*^SQmŗ'vI5*o~okrsA ţ _yP{s,`)_E T Q$d"4[ ,:]Hy ߵ"wZ2%!hwaP-$g& 05器%);|OەK2X,V'^xPgsYUddg/TߠAK:/Su] A_] ( d`!vv1ɞ&`Fjm~t7JH^pˁ(;v/& RӢ.-Pgj973lk;'9|߈ZӼh~XQulɲgroY0~o\'K7V.R_hQʷruRH!|(={FY\#Z* 5T2>[`#V;(Kw\(Lb~ n m % J}Y*JkB_<blBզ9ʀ,hw{歖x+|U3ǔ˼$2)'~7t=|u2v 'E)h?_D,h##eq:)(!.{41XAӂVUiLؼ?=zrȟ?7q~rgAՀىGfĘx;-?~Q<ƒ]5xzW`w͸sDy[c[ֳ̲K4%Yd: ZJܸNoiQ|XAƆC(^_3: FmRZ;'3(~6}7gp6q-&,nGlɿ;}2K^B!ILf4;}d{`tG:fV3˓7`-Hi@!-؄SiJ*_g\p U[/tQEj:<M8 ]H!ͽ.3:u4Ujs,M<1Z]@\{8Ik>* UIRwcrZ;ĊpA:\XR0w/#LmF|P*NoiLL@ZOw-b 5OjQ$~i*χMak욕BOyO"SKY%0{zu*=qkI=r $4}ROmMf2Z5VRX~oYk aLHl|pɭ)~/ɕB $AdRU/5إE=s l*Rov oLӚnZzqMLQ>*Y#oo]QmJ24+({z jH&(%΂}9]ju.̢oDvڒ(:k 2w Skv!ןp=A>ۇ n6-I~~[6&;羁q{ð%`xyt ;2'f즉` dM![Ac2ϸG;b룴X7,i.8yԽ49:/"wvba& Y( Bj,DEK!}D#9DSRzX0Cr}笴HJ˅o\^zReJ33Dm_v\(v6d(h}vJ_j QKPC`>-ŭvtWAVY˜DԁYPXroTR;{c2NX3Ko ZNZh#rZfmqN!RY71;`A2DkD5+wn]^}Eó×NF>.P+<| nPm&le" 96hBkD%P適'ЍyEI@D(~ϑ}Dx$VύG~ItSuMY~B nw;=XǏuEq;iuM)IZ[IowUviLR2 v~+<֗d)[8?t KoƠTOY@/'K2ڈ4ev N %$ް5bp7F/fl3)gϾ4/2&~+LԶZdnr (#Lo@fY@o b(=oeXR*EE w@[MY!lc[]|2t-,(DOɖg{\R̛UKDڷ< uJ ~r[R~%]ДHؐSg]ɒe+ ܸ#dn1>t<6QPC4+l |b_(WxDˁu* @Ra";RŤVƿxIv8_a\e2_1G1qwU؄0`<-%#4,!]U 'I:}d?<. $!y=st:H}<,\3엂e(:Sn7I m ){ʙF]:t CVO1C۽M?!7Qk dr_rnRuE1]S-9 K6 2({T9DeiW|LYH;!54]umd=OLzSxl(8r#D!\!arjm=Y覴#!i#JԌ&1Of\OVܤ6}۞ZmxeIvAK9V/ k`uqUt=)Mthb :m4{d䵭tsvXSQ4-*>oP5ϣ*ЅO $LfVK-Q$Z /93)}NP+Wzګ 1D!|"[iyƕ#ɭ"@pBT*H>o$r8xAC\5O3ER8\"ypG4HhGʺfT&zѧpu2WHn,@@ 8nXyb ZVԐr^Wޱ5gx_֜SB/b'w ♋2}֌I- pf#꿙q7<#ߗ5Rhڎ βS5X/ =='f`"٤DfGf~:qZ{9twzhCM[SBm+~ߍQNMq㨭w9w5[Dw!/iP =56hXj[1ԩ?`y{PpQ}xclfKz/JQa0Zz\lQE#a|`DIMV0Ӵøشe^r>=hkl[왏•IN;g݊ -79GWgh4Nq$>`k-Eaې4Y"MN ֧r ͣ5dT" 0L=B/ -f= 8:)F>'UKFⴆ][9:G<{lr<5c6.PK6騸MHYio |ՑIf_M 'xbP*.ۜ}'OrNq;wkʅܼb#OsK'"bU`03'<87 RZ0tFR9Yg(e\N DzШpywhwY\Ͱ7A<3:MB'vN'34։?rky]Dc!D"hrTuiOwT},jߵ) |Y:\r2qBo4#P=F6.{'4FqMlp]jUeh`h1zD8a0R<.۔}箥[-bb3G F×mu Ҹ easތó9hdM-o* F$]Da:&&{wg@=-6*5/꽲>DgRw?!$WٵTlmjQ#7uN))z1~)[ Јb4K`?)wN&xj.ajpv 5B>0BTv6̃̽aĜi{Y:_E~d`+g0EJQBn' `8t|KX68lqCEC3燱u*z=}ETWQvsl1϶`(FbtdFrdzh +"RGL,7Ng(H .5 k9TyW(i2$N \csּ0-epUꙂ ~'YP f$T{_e}  ~52Jo /C!5޴JsKYE {6R=Ά>Qnt$;")z)̉luSP[j[ws w%fY\ \^DY ,^nSSrE4l;Յ/IȾZlRl8\ycW-FU&n%^I C ~+Si\҆L]h0#"!h(޳ \S>@9}.I4i|gXSFڇPG*ΌsփVP2.yFoU.=Mv? 63jRּKfu`= O#Bi]q3 HYc4ffZ,b.Rli!d8)p-@HwN#h!iN>'G_:%-Eq[A lΒp7jYuP-s> u|Qٸx>Yi5?헏j Ď/x:uVp^4iirSԸ\w>.|q-?獠=|$h-^i'cQ2+$ \ K},'cF,_g wer_ͭ҉sJU-[m`!A >ԣ51q&x}x›fp?ޡCnX A5ڗ~U֑ܵVjWFSk_ʍ3p" A_*(|V1~1`z+S6r `coPUHQ<5 SҎFWg# }0.wܞ /l?za 8KqkvqOrO]suK"^S*Q|V=$( _r@pGR۫ӡ3K-*3$9Y<ݠK[)3 KJġoEG,JOl92xRE MzܶܬN >WE:jhtN\ #\ O?ur{%쨆xeܭE}kChb/:{Wk6aUaE\r#Ø$.@?qi>E%?(cDսJwtrt[_L_j-UL6My+X,gb%k#tBJO i~y6@ {Mbou@ݶ"]jgtTPPk(wn ~i>}s?edjYE3R~{4T( j]cB#톩<݁FA-?.橳8O7wOCLB+JgUwi1Uz;vs)~ u]@wBͭ1|Wr q  2ˣ!N:3<8h 8Ei8쩁̪_su")xu_j:;AB:^Ow7 xۣ[]V n5Yn*2ol%Et;G^pȄɦp5է0>T fËtIHK]cP0֓0΅q@rI 2pm HGXZ]B>K*cTGCptWOEۀ,d-|GG9;<}(D]A  hRDBF̘[;ޝ8{/1%] "gTr$9$|k{|-mm'h͢Os7s)s&KbntܜBPfZf>={ e QkWsBpVpeF$} PaE1KFWT} (Mu3 *vk |֥𜟈N ױVQ<7؍>i?g 9Q;A.3CղN&BA(VӊQ\<4Vg=kK<8RJ?D "9]ȿ4S[ppQkt*c< &\VktL*t;"5r m/8v™L70y|D"\Em T~YU,I@-.TEݬvvv#^0n3ω L@(^ODO7tYЅ:2[:fT6"CPv CZT5s2b ,ydE %k'K2P J p})䣛)|,"3:ȓcp:r%dgV\z*t,>@VUkp*LK|ėgе?Zz$vK(4xfcIeR|u3ϝp^dD+H\kN͹S82r'dwp0'Un!?y*ULɝs@4P"Fe]GLh.w9xXJkBF 7nU50ku3O~<49y*xvy E'!xj9K$t#sȾ B~(]3A*ɶc>һ "〚Uh&@%׹zn^%?lC&-l+/wӏ)T1mTL;K=P956T[] V+O*.j '{HG>IYC2*u?=C'?crۤk 'cd[apSP`ڀgUtL?[(%C#GtI h@JWӬQ{(h9%,vI=G+ i%X4#lJ' l SAJ,ѐaF[Zp" pR> @WS*{P}Em)+!hk +a"!M0C2+k(GNΌr:@?MZeUb UM 4aUy*˹7~y&™sIkS'K׋6#З$ ZLʯb6RqXֲl2I:nׇ|>s6 fzݱOTcw5xnsfW fx晰Ƴ,–9.>N8]REd(WO—T9CNw %S{ ZukKK/C*=x٣1cNέG84/z}Y?$- }ˮx$&?j{S˕z6WsB>8$!ppBFqG7):Z S?(S ٞ6±6O m R '"5/QqqP{Sݘ3{|ʞR"!1isKqDb>Dנq!]en,r^5 ]GF}|(zJė̀y !ȕ&edٗwC퓈cC41pzV\Ζȵ+&g>N\{Jt3\¨b}.Ok6p $UZIzD*aegc|F`&m:`0)]vTǣAr|K54W( ͕S 7H([<3<, 0h( Lm -p[hϜSYLJ{~V"Z޽7ޕ_&4BkFSb>PsBDD0uI$H0YY"(f׹j v y!?3HJHDWpY kO4lx5^{E OƂCXO8eB'X-ʐu܈!>3{ŝ%6 ᗾV l&05 ї,:WݚZ1p g+-gyyD\=tkfmG~)$oVmqsm-txvm{v< m+UYlś;x_v!j=';/͖dv|/W^xgY QR v`/֠'$ Ӛky0 (?x@bb;9MK\\/l!t9N^+yѹ3Drpz-AºCdH!?+6 +y%=ԁ#N+=ƭ6AL gl^5=}AI}oNqCx<`~|v#_yY^>3 nqAzOvS,Z x|Ihcf>?^r ƏI ρ 4? {!B~zL[XH"XW'ݗ2+ "`8]5*4;>NX?kC3jddpLI@!9PȻ-3DL7 \yسm3P/IMRC{i2:=h^ p5 +}B\8n]q8Szf+l Ӣ٦9{ׇbܬwO9zf uN$tX29ښu BRra]\ӾdUKi.; lff>pFnd8&;6 HO!ڮ7"~͹KK1Ho /~*O1U?.tm|!$49| =鵮>Kx)t X[&'p Dy5b#e$ڦҾo/'D7K.^p܆::^n%.+?/ڼ/Bg&&a .6mF( ^3&>{8wٽ&- #q*(`NqrKɌ. hҠAaX$x 9n JbMM2"([ɃIG4jsC?C(PȟXE@XZGG\!cBfʺi 2׃z,WOz)̏SVs -ΰ-eø[rQњ_P̱ +e͘+@zBaIa/>A1t^*¯c uNY]1\׹C@+g0qyd._R] yVԬ>/#^,̞~^|n\,lϸAmBXGIںr$up.YNc/-ѯ}<ߛ7xŽtNp)xmmlᶉi+3IjLwܷ=Q<)D^󴦰O ܋v_)Tz8z->)`"Mjʔ'; `,<۫\%ahUThf%gzJrJq(o2IԐ!bt8!$]UݏOG]ce>KIMzV9fLuPE獩M7a7/!oQPvgbc{uB iݟ ]`ԠIBqe-7m PՕSi6'~EG1s|M_уAtֳ-1tMd(Es2J;.7W<Ƴ뎰sɇkfMW.pF""l퐿JNƕ}(/$ޱ{?͒U{yPi2B&KUݘdqso_ /ʦO' Ț& v"D2 ="N_7LFAXTPL mz@(KaU&7UmpOb]<F}V0w9:LqHLU,T80Hm1\bkBk 68T Ր% c:gzd[M-@M^f"H[̚}b/ׯuHI퇓>G\87Ls  I)ݤj.ij#P\n:DžaXv[H9Z{vZ\}iK <3:hdV>t|G *b1jZh~Yѻ+Ԭ&Aݡm0dDW5b 4s=7YyI{~`BS=k$a0tP-~5b2c4oRۘ,r'xm@.೗5יmfjl?رA-6xޚ[8>jR g%0t R^ɫN˟qdR+>$k$3Dti*b{ 7| {hۓb̮ОD@+nA:ұ9hDzuI|_FR<~B>;u'"1r_qNu۬ fh ,E0.Ǭ JH Vw2 !)YQTѓ7(Ņ#ZIoԒ9KdLb5?t|,!Փ'$B%Rݵ" $ʬ([ǀڕՙ?ݓgTӲ.l̹w28P9)bMj~uQX*OyU(E,D$Gb.[Roƈ LfH`EgOɟU-ᢈNd:ZFHyZn@וe[4&"jeoqWh#cm%q u[bb{-"o- [arhW-@ēM3c[|G|vY|;mӽݰ ۥ,[ ] XwN\Z G:߷ί2V!g2adSe+Д$ SU* #Rt?3b&}sZ (˪8\ǶBI_8KM.vv*.TC"y`+7$R3ی~-~VV[9UOȹܿ! W.$Rz 3"8 fd-wU9܌f,bm}:٪~@_|S ;;hw0ӈEIR҄Z]۶tmgo\OZHI(5.]~pˇS=<[Z;ٽp(}g Y)7ZV]\$!ZU^R.;)1(C*E{qy6<1 1Jj (S/ٶ'\-w RtPqnaqX :^nTY ,:[ѕ2.֠w(VꝞqI pOfo,"4d(lF3_~hɊ㞯/]D^<RMxn(FCJ]R{)*p7u\1˧ SbK Q4*6$iyQNżbة*:XQYyT$%ZlIEdE H$?.}1HZ".Ud M珨Һ@];y˯x|r6@?Ͻ98x(vc"z&ss TRN +&bx GKіG-vD%}gq(7_[~2IoVvZ0yNF录1pT *h=;]Okgbg6^ȯ@^K= ]eZ2*>/PӈMZƿ7"rƽߖ>AFYt]o dopDz62QT uk&#P[zU$ J;=57'8p?EIlŹ[{A4I53RijTO?iH@]<]&B 3\P/eؓf.C`0n, P*%R8 LddVк7\h‰v Ç7"|dwtu‘3]EINl2h5uO&5l0KB?+TȚ{J5~\1D ƶQ vE |,B4NN CGcNrxDU-1k+h~ VGB(Ibj< Mk$nmnn` :7$&c&=ҢӴ'k!Lo҆0!qްE $pwLrXL^mipS틇&FSzG Yk,L:\<5SŤoj)K]QSQ%ahN0;5b.c\6ʣ'EⱻCmFDVR ~BDՑfta;AoSTqVЧrG($KxXA4kF! Y'39h"e#}aNZfn2IkuI10տh^W#&PdZ&Mn qȹZ,5 МQV`4(ׯ>5fF+Eȉ|ɞvoL[vTP~1 *f xG3ҳNޭ8v>WK~"-&P<6HMxN Cs=&Y> jQlmV1r}{{ℐx@0a8m_LCK +q6j4dwNJdw:8C4kZyBEa* O$;7zf/C3VsSuxA~r[L;CIÜEL4'VTe9[f 6jl`Yo @A[z d ֦Eec€n2@v^JFM(DY$upĽ CF RZ*IT>HkE1# :ћI#zJ@džOC/f=XKY>^,9Ұ52`' Qq%M\ɕ L9llQ$ gg䗤ɂ^L{؇ښ`VC `a1}G%Ih!*AΦ.y3Jq*Ԟ2_h1p SN, sH<O7YEqC#pŁ(f)QͬvTGqq?_sPDשόv̜ iN F~+y Q̇QH xJ aURvѓď/"Cf̄x4Ih 9=Ғs&xb댘 @7 $p40\DqpWY-@?A6PWf`O}Φ 3q!ZUoѤU4O "|,-$>ܷqzԅg2=Jp# ޏCԑ_WN!OƆBqkOQ4za9&iiu!j=+._yćO`/b QF6|vO̻҉uI2:98uM I-ݜ+`PLxo}7Ff"#֏tw.M: v%  fyqĽRD8\QIT [ %ʝS) ڍAAx忧M "NmBcI(Ʉ 4p7Svݭ;t@TK6*rj 'p!qYv?E]Z< fД: S~Y0W:j{"rd w<'۱r `0d֟X,Od|T!Fq)nnw:ɞA=mxފ򶷍VRvWB2pR[#d:A:W3R]4w\rȷ2G޾UJ:NAxcW2cdYoDL`TJ|Qc!Y˥xUt0Ma|p'<*K&=d G2GDV/ש-jl3\"XmL/%:`l:)KTҷ ͝snOůdO{L~ #Af?:U1 }Ca9, _Pf#ΦE YIks`̏ ,': "0fW VVH׋M| \DCG,{e QF^nu4>W'NWR!=e]x@;ii|y)SQX$ "6}UBonȫ>xBsA:W1w=6Y׷«y--}bvXN Qa%1S3Ԗ(k̷!w02mt*TM`wJ:Y5.k8S=;G]W)9 "~l^``cD >}`vHD7tTNِt+`n]K5՗<4ɴcM̱>΁w-4m(c'r|Mه$j͓C${pm>^憿 "&~`$~zf|'xQՈ/&ttsgDN =W,2sWbpͩB~fbdf< ,[K6kjFt3|-^"t)MFk&yُpq4/&ˮٰ>ǧx:BA3ޙ}-4b)pS6P,lޱ]J ՑV^eN,=& ԣ&fʤT P.(ɹupphLk*& R(3Mo3)s:)26AjTEOUlDޠ`2fZL4{LsSj]GJgvI2G޵/af*_$!6 &K:( 0 YO߾Pu3st!:Ԉz(BwBF69zӷx!Qs5((ǟ|<}E派4,yɤ&hX>gпݘ'@p>oUnMKfP>ZzF5fMosX]ً׎!9W: y={mfo@\kQ^s@/[(I-lZSC\9{.դX2afRmwLƒgX8 +WRLha<(mZ;5$Ӕ.1KdօNuic( n䁟i{5v[=J6_69W Jtێ; >Z,,EggW<%NȈD%Ys zzt}zxۈj+DʕqX-,ʙٍsa/deof+)JmafNO,wH׍Oqf0..O 0ą |!M0G;(:.wi"0yս^Y0}ؒ+ iwxkddNҧK.hu97d /[,D">t]EMY|Ƚ1jf 39;᫂1t]EÝZ mIRUS^.Hba􅿎EYg3.v9{&>k& 8⯪E6LKl_{4I6"܊ ޵r_7e 5@M9<szK1g0[7Nͧd\21ﭼCtL;zןpYk]|c(KYMh'73 #Tפ@aH}*'T?ю,tqj06M\V%+eJɞ)Y%0т/vƎE.f4C Uƒ!8{Ћ=-wjzjY؛Dz˖T?G R$`;xPtR4eפlZV,8M&F5 .B;h'fcnBV~K&=JZ}jTHan|MKUO ,U.T!A;;9u.^nV#љd 8f6([.GDxeمAc"vsGN#S쮉1M-dlb, Qq%t\1ˋ+ϕ8ą^0#b .<ښYTc##T_ 4ZHa^O##>OJ'Ff2y낓4hl9{ ?3cޗ7-$2,ɇ8W3bV g3`ndiO1=0 L{%SCP3=(T\Y%ŤYI*bOp"fE]5\0Tm?mELdxN["h~63Z 2fM;4љ>yfPe@>w,2Qx%gr>æy@5^2OA͠`~vV L#][,fbun'Ac28pE[7s[ ғ4bS2{܁=A$Aq8{mg7+;b \-(ȁ0GG8C nxSWXh@ԷJ(OLַ/bvWiyPK:vkYwt)rKCw.i8t 0.vGgxLQHA_6XorgӡU/bo7Wd }k-ä) }tmRȿS7A%ڛPK|C(qg5\u wE:xm"0Xu$ QnZ'4fNb_8reb??ɧk^vrNeFlU " ̠$`*bLA34u&m^sA5qc$"o $8{8JT.o0/vqa(V ~yC CuD{frWýK]C.Ql=ܣiFmn-t&S=R*QϾ^})EI3tsr)Y>G;wSl8 _P+l k ўmo&cq- ߑZoAƊ5V aPmS<Ǘ@޼sSNu<" hE&; i5MMH[S5>Np5ୠh3K5Gy3ڎ';2‰o N{qVof*|!/u*\#Jr6W?+i&6rGz,h8yuάƫ(QwŝOHGnMm"\AoW률NhEh+{ W3&EBZH&>F7cd4G;_v{1a>"T#ע>ٺ3qcg:{*Gϝ DҚlT}["'Q}CPGTSdI;^ԅc  U?)4釱wA)a 2r5nA Oy eV,<<(P.a>KLz6(4=kZ,kI:/j%ג,nމ˗ M!ь֛!`bJ%/tDQuDr󇛑$x〔% *QE)j0`7,s]o_^.<%scN@`P2H敝 Q&bpg7ױ&6.0jɿ]2o8u1ru]ᴑW恊izp%]m([[p/wUɃu7;)0ה@'p- &VWKW'o6J"r+1,u,Sn_ٳ {v k^ߥ.?fNUMZ]xDc;Rς: AI qC6X LeIPD] ;ضxiw4`brXREQ8_Dơ^K.EVn\" c{tW sj݊_?< S?PrMzn';|t:z*B ;+HC`jm8%OޟSQ1¡%OCl|8_dR'S4$Ped{a:E@U/a O+^\xb捼$h+i(Jf ۛ;xh}^qfekQӄf knW^>*.%S7[ʆ t)0rҎv:Ī"9s?s7K ~|n6)?(կ`%I&(c١VT)*Z֋9"bP!㾽*Wc4fY덊[Y?H:I]6ױ83]=4'ВAZ^cjB:[8 ۑN]K4a6_/`PN̿2L(|IbU77i{i|`f%/m1nLxКt5_?83<4̀g-3EU ?#muE~;parK (fP~f+> |[PvNƶEr KUYWL6\6Eie?8mĶ ϴf1.`*}*4BVu@=ҟ HE#;`~AaC;PY[n`K dgELǵ.ں}B$=OѠ;䖽[NR|VN5rbrBF59oNb.Μ-j#!DǚM1TfxkQWӷ]ay7'vwd}ZBxU?'Ʈ,S&Πk!Պ l-Ks|1c1c(%91鼩zaH-vP]BܛdbgCMH?h  k_J bp-mUZ UF敼[Oen|gylAJ\O~GkaI8dPWB"eSF۲bIH=ԝe|gFJV 4I85ϲU;j(r.|V:/Pv|{<<5-i`m.!spDSپOO;۱U\E"J@pai!ZxW*]я{.p*8)$4F F*?xmyP$e9?m'c[-!Z|}g aN 3,7a$ߣXQٲG;ư(1I ]UETN7'k JRiL4!\8NqDwMM ʬ\3 ِdu XȘ}[ۍ@5áJCzW xeƶMd38[ZM)3V OYSfҾa |h;Ci>b& 0pwduuvtí,\u]݋RT`+T]!e r4\ttESDq&ZSketkk1 Bh%i)щSWe R4D0[9*HoQtVW>W啕[\APmYv5^3 z48<\,xGk0v/ ī7ߦ(^'b+ek $}5a`.ߡC—Tz|'" R_{s:&) 0@F`}TP#DZx11@Q3>p69?@3C1J%жY`=1 c74{(NB2e=w>*rFłIZv t{Qu a'1ؽc~q! KiYO{\1p̜pu]8vW.xLIĮʩ1- ?- Kq3}'/; Hoy֯FE<U:Q$c1筃nZq<M 軌q.eԧ'y 1ɍA0K|Ιe{ ۹LZ AT07e*y QldU#C݇&ʚz@.gN%U[@7no}~gDOMFԀgo9u}^?KI7"XԺ@*$vF\<%/#r(R2h։h5{@ bRrW]AP\Ly f& w8bv %mFaL5ZKxNXS6zXШ<}Mop)o^Ay9;+b52M >UM+X?uW]=ip15Y!jǹI۟ՇɰR~&6ENRi\p_iw.'gAy)Ѷذ GzQ !{T'JFcHD Su͖19XU~WdsXv ib6T[s7گ[(E RE> BGZ"I7hۻ폸7Fۅ B-'c! kAN_3I쟀5cr6\R@lvB|>AY!'٥P"9xm~`k||R Ŏ2N#|ܱ] :lKrYa, 9L&]H^D&#gr{BQÛ6p|#tTAh+G}/ub$ ׁST-(@G@q$n kg%Uy wұ^9\ 9R/# k>8_F#i3h\m0*AX{-hݚ1$&r=4=z2"Q/e#}|* 4*0'[6s0Z/#r$zqǒۭc1g2ݡ3tRDkm[+lSxtm{wVYU'C5Ql"=GWNH ujCH%=ujSbe|Ohshi$%GAހy :;na gFgZST]4sȶ>ȯC?,y k&oq65~TȎzDm%,ܘnݳD#ַ}'oqu7?݆OA*[VTt?AhtK; =}30yBOmxeMx[tlQEiv!U(1g6HKfU}<{ge/f2¢P$M /˥\j̈3 9\:k򤰫""OΝ>6"țT921¿5+d= Ո9\V% 69|`UK7zOE~ҍ|÷? @`%pQrKwAn-X. /5݂=o ߊ|Nmq,IC?d($0>)i&d>8Q[,5v)UQ;l~'~5c&ZAX,~{\Z1xkڎs: " 6E~D(NCpiZãS?!^U5:auё[JZ4I͊$>f_C?xҜIؚ S= >ӂwjuUdoTIbDd *j C2fC֐ |>-xַخͮCnDCn ˸ZϤ<iXmy]sh( V'ua!3 ҂tIY8d*Z4WʦQQ">V ^;>[O@ɳM R;Xk Cs6HIkK%Ͻѝs7&LIy?7Qm'´j aԭZ"vp#zqbD10USyJ9`\.n!4eQ:`y֠(_uT9мQ%brhFvh+ȡ-(ֽMB>`f\"}CǍ7Nzu'U(+" y n$"lțblh w15iWrCj{Q3Ws pZ)Wnk,' ̂Eo0+vȖg.W"Rj~#N4Uz*ZZ# ;H@:[125&jr PX)p5$># P9l?m@^tV{hinҧ5B>+Yi)RJ} ǦYљyujq|YQ&Suro7G'Iݳ,ΰ`~oyBٳw]1#yQz! ϵKx@} YݑUN6z$DE89%d4s(?1";怩d [B5[S/ 2k!WՔ_@! F 2 F%E !<3 O^k<{o@vtJpڎY0l>^~?샿aV/ N)&ŕlxYY;D0B3L^q~nk%j_i4}&t[|!^Iarox C5[ 9|ٯI)ucd-oa*f^vr_.u)H36텞L(n<]l)AJ#u-zc=_ fl'Sф2l5?2|~U։cÉz.~ݕPig7((Ŭf@ƪO(=.\kFxhqk7җ[9QLYkZ/ E pb<.-a"x@ :8hC&xZ?{͙,&- Z3:Bh3)wR6O$܁ d/axC=Jzk@;i?QXK;>3H`UiA2@5X ]yZ_@dSZ9$Ld-؜˓c;G}Ljoe 1n@.Z)=:ͼ )Nog%&gMP1ZRs `m"j N^B$K!M)e8 Hzݠ'bZME9Fku ssi1f]ޡg-N{viœM:$D6 cJ $6Uh?~p))LW2Ћt lvc5{Śľ-W'涋%fW0|bJGM'K,b  FK F{pᰅc(>٧|iKG@~%,S*jUc Jdx7 Hc*Qtya =<@CF名"HP%/(#U G;s_w=@Gxw[ۦgR8v$'ïEP+p~1&2.g>h,p-Q!ӍsGTjl6=%f.& 4ftjKς$`]PN&Uy$9<`zEFgυdq EFd43H?kTPb3Mu_8z~;1Ky)LX=T~hLJYe Zi0CkLG1VqclLSGA(zʗɯ["t#mW1$߃$`+LҨw'R@rQ_eKf1v~RۢU#I ;áea8TVAjE Lpwv*j -; LhHuJ:\Ry]U0}ҤN FD/c<@^(cK-"&C -A^pxٴ 45xT_D; ZGNv(qVqjIo8|u&*ЗV U1\6U:{x.5hbҵbvo2Jj_j8'f@[NkY]"e&KtVXjIE#G`,*/V7QBEɵAl7 P)N?aW9p2Wd>Ҽ `;W6ٶ/jMn4+R\z';vhwR\d`w&x(]0q4e0(8S!͖ !&JB[}Ɍ*j^ c/+gT9_Jͅ"Dko~y ,Z}V[gh1c> ƞa@>h ߽F}r}O?ex1!M6wWPm4OIHPv쿩 Ú,qT ;Kt4\@mN 4/v8%VٷGTߠ(;!.ާ2ndYV^&Rm8Nd`\&6'U_oɶo\ڒ?~bZvH#D4tP@M.ʇeF!VSfMgmʡ[uIËG7TF7t&#{rL1pI#eIdʕob7֨2T*;=ݵ8 eE+YTsԞ y^t n^9vjTFfKLFdP+ٲeOۇ߷iÀ ~@beeQ) 5,GA;Bx3hqWYΰ}j׋ ^d؄jBc #Nhݣء cWȹHWv`I,JIlZڛ*Ywl,Vr6;8[lVcZ]f#b g 9OCa ߟxb($*4_FZ@9q =pAHN˲=jKݩg tjh; ;6ݨ"7JV4@I]@D ϞE{iGwe?}ڥ3 F([Umm9(S%yDq+r 3̻iXXv7KB9๯R#fK瓉`^p96'T-7 ׅbLt1-#!|aIoHaRsuPԝ|e]XCL!Q:s( 4sr%1Ym Bm PV"bmDozuW7DóE$za@DIe5!Q|pHoTTQ<7\T>EBG%zI&x0!a"ְLJ|.%?@(J][$/Yh2mg,{B7,kL#1!?HNѩ'@ G?O5Fs3 |MDĸ e2H|hI>LoQd0-1N(FY}ʾ-j9.47 ^y(<AׂoEqaa5>)tnK Yp6IL5Ӯ瞤0hYA2c 1`>EP"HL:جi|(Y^]ZTxC,s'{On_{";5P 4;S* %wƃ,H8xgxik{#=o@›;t0"`\jxOtTSu$݆3cz=JII,R/98v}KFbrKM#iCv bp,*pR(W&&b=Ŋl8q֑-29}Jsykn}/.]`zYSuy(6T!}#Z3p(䠐^89=Lͯ͟WfٿЇ_e;7g;X\`8OeFrE\ʅђIN+jK8cWR6(W;!ge:DXʟVKU8 ǖ-t[겼=u|.ףdJkjhY޻R2EGE"<"|*K1z).h27.ˬ0tf&Ym˧NRr8ݝ3Z{Hx1t" F!ծx(Wݽ PhcYPB;#1Dvk*N]7+msNӎr:rwmFj&&w plK&^޶svӒ]n$5~^g_ C̮bT=e5Y09otqpKGq}U+4:c'Ѡw GLsqTR+&U尼HY45&kh+bqxh'ю5<:d4^:$̤Ή,?-2q)+G #IstKl˃V@Vj҄_3GkVri-b[t\m)hҿsBeZv=tH# %kr%q' Np$YG(m.}&EɡϨC`y2y.cou* ^G"oX,_*5T)m[:Q_C}DcyFڈȘ Y~}|>^KTNulFP1A,8iaHODUc0'2^~~ !&+luzCu[}(hN8J-iQWKt{ opj&l/򈲴1;zEשm!#gc _ڴΈA7zBi5ƒ>fv7zC }E>pkdcJFʉCI\ߟ(+} Ja#'^ͺ;n1&aKzzjSw"PW"a^i}?-aq8HǷiSm",MǂUy`^D]2](&#+ûlL|vPbEquŇF Q }w 8ъJeH>HBPe|UsĪ!$i;GD!v~,_(6iW)t&\q]!"=3Ei#IG6IHyx!_MV}<:k=#e`ޑ /vbsv*Ae0[KItrԙfXx n6\X5WRpvJs+a:ir`1p|?̧z n8cKΐ|˗҂I/h*x+HVglLɟWvFzg^@Ji簦TE(EG3-3?ePUߝ2sяy&8}^wFіtqrح[{DtOcs#n`_?(QMy`TQ Ƭ¿sOufo: P kpĦRk..mA&Qb+""B u~f^ !y`^*FWg2~nή-p9Ęc ;d|{ |C*&|`x_:ah2Y CL{hyQN&{B.o7Kځ¼!&LA&Z#Vfe>ܵJa \N#I$ע->'vC+PqbJ|ÿY?SĸFe^n^_w4p1(FY=c,v"Fll w(+`jgcnPo=DVJS] fž6!ຸc&4PExm׆~Faˋ4U3ZtâYb"Ȗ(5 -?G 幛e69Y{Uʟ+P8HL~y5䔼 V^(JwJCZ[&s2)eoX ;'CӀBHDX>-%*ME Ygi Ũ䧡V%mJn%E:`=: T.-MߎH93}z:]\{FpfH ʎoe)f/V䴜r0!x* &Vpd.^X gS .`V?3p|4ʞd _0#<umQSCpM-خ&LzJocL7=CD*hb^-T"(C]Tޗd<[fΔ{X{mdM" .v JFEkR9ڴô)?B,Ċ!1GO}5N`Hi6lz̿qԩyĺ ϴ.#%a %&@hܣfJ|; :y+Jx#,PX! "B,Uհ4w2;7NN1lxwm!%ުlsf.3":P)&Tg±I(愀0rt 4ER H)""#"Ȓ2.W= Qf1Jݭ@q sԲqqʺ  FG݃÷ѣ|ZrߥCL H#)"Bs:q:I[=8ősz?pb֚ j߃h(;vd$L,0B*2dHQ:!(haX@(EٓdCL'>Qs-a+PD.t.*=QCDȡ.<.1̨OE$E`" bH*Y DD`,QDD@3_Gd i{* q3mX֓/$9bΎU3nĺohi]˚DݒNHKkFlN`+430#~/Pq1_8at$Ne8Pח\jVI avv | ixoћy}p $UAbl]@P0X X,`( V(("dQTFEV@R $8f0QNhuzst6$|VBH@7@qbC'P2"```mܳ ]sV\) a2@q"H/mo~/f~۾y?35:C-)dV ̓ԑ5#gz?屻S^'S.loj?gS} (Iʂ |I@P+@$] ][dR.%@#h$E?! Q=V c@/0 *"b( DTm b*8P " F !,V*QC$IoЍn*"])AUh"T@]*ԊQ!}CP2@ U#PELaQEE?S !h(,*H {f a HZb2 G~"! U|((P@d@,LE8 h *Q7 ) "RD-\P|+(DG9(W**Ȉ( AE *DCN# |xSAA`v@` RB~ZmP@؅EDC*"܈fl( 4v H/D>54@TT;PWU l*&S-[;Б-J*rBDCKDGJ HݍD^ GZ>5 A 2tT  DƠ%??* )"*x$$,0XȿfA6ءhTD= gA;!mItTJ[?n]DoO-A+0讶PBDWˠpC¶%l?* T@>R!F xiBvRqTj7|HǍ4"ŬQMT- D*4fj>PN"hP̆r "~m1>˲#0@%w^Ӏ (jn+bDC_> P6ʢ!E/(`(#iv)az(ySBtSr~n0n{~!i bA_<8!"Q@&*hb)Ù1O~,-ňPK ''/On# ~ЊnWKJEG=GD' 'ߢ‚ꉉi&j v&d|TD x;, iwL[EKTUrQk$EdBcdXf2"[P6.2Қ j4Axx|<QAEZ[ ٷp/I Y(6:}MyUr€WsE\^O,~ Fu29)M ,Eoc>t< -L)F pr K*r~1Y6vs 4|%;m_=sWe +"̮|7W 378BaD HբЇM)Qu~Iq6Aػsi~@1 _(fH*)BT"'.}>}IrSvII` ŐBC;?G{v(C$+cBb261T\9??$")XTPEAV)X"5MEb)ZUX!j T)" dгCdjWӢ﻾8AIdqTfu=`1{EAdDc*"Ă9#bȱQ5eZ%4\]`\"@3qF$1^XD7B`6wAQ^76'{FNEH LXr({jP`fa1L%_ą#Nc`r w7U/'Ϲ}e[Xq# ^9*[8-#˜O*=l ^*#uf`a>LUnk+Z0F Ց8MeG_}"X.׎P&|/y~+lf5tʘxVWq0ͧhCo"#q{0^pOAI!Hl| =A= ûs˖޵U0{]7cw4 3ahT$1v7竅XŁ\ȀƳ U+,ePh~ [Zq<g9 C]};a-{ga c:6(iqY\CAPCfN~WJ;S&&K#::~bf+Auq2ywP}xgpIJZVTDDkʋQz'a` DJfPrTL!I+kDJe33.Zm"bY22[r`cr Ṡ'l{җ>|XD0(ax>:zFUdΖw 7MQޔLUEX#Q*TU"”ʪ`;7BlPXϝ`Fʕ܄S/,neڛlzH]E3a@FʖZhH?:f\sq5}fkoqome ĢLΡ_?lv8©qOW&ﶤNu"r~zHA[U $@Utd2jHS;dFۂ(ϳk猺[|/rOצ=vOw;=>\{) '\J!_9ÙcSұJ2jss?i$AI msQ|ߛ}Osayqm_KbO[ՄJ#LWI!.?Ζ(I=Iĉ;mRKb=;"UdEh@ZN@WKQ Y ($)LbzDs;8Br@̺;fS& &4-Ydfy LXnQP4}Ҟo󎀄`öYo) <ţohpc EkJ ,  3/&t0Ƭs";L+/A'b%oP1yQpA"#g/__hL'7`~e]tנ [buL64ԉ}K??}M9,,JDr2A'o@hakBjD`D/㑗S,/  7ysvWW>0u"0c#2$G!+{@j*X&Fra9]Cd^ǣ7o!rX ,G=ѡTQ`r;hX,sf1JU9!]cލR_рJp >ףI$0D Št4{{ю{5eO:[=KfɂpGdAܓ"c Lӛz5]$2, S>߱f X)ʤqۙer32-zjjV½b)4 aU. U1+#wA9}'>J. h.̫3-$Ӓve+RM`FnUfJcaJD/d?t BH\?O'9l'i;@0C /]8r9L/9޲_c5+12ʭEOš l2fV.6nq|leV*b F>!nX.@df ̓XWAl6 kLߦ^1ư_q~/})񂨬"D(Y f #m"ki-T)"uj1f""kV*\Q,`XE: `c {rg$+iUH:|!|?cnܪ!>U t_<ޗ3s!xQ5,[*h4^͔Ӗh>g:5g>Zv&cCSn6ze42R(5YcK̠[eZ8ʣI6Ѽ. rfA LsK*rlӊ@Kiu fjt=m1cح^XS#ta{()oP׸] ( ?q=J'!IJdW6i w{W:gHNs ,rAUn:95Wn0nh59rfm]O_S_ 8 ەoo%ANA|xLѼÏ}fpZ-)4II3.B=~m&M23(61)ea|p8A]=e;qe-40/R8xu^"(X(U}^4ANKg>UË[20v]mfQ>2M]lV].tGX\\d () U.pBK>4~NDQLj-x_UJEL4gLU}6=qc346Y6k7=hIyZg iqX#0$^+y~%,!ƅ T@̌}?R(|B"UY7QP@t.YR٣2}Nl *sn;[!$ʧXz/ӤD#̹,k.}8xivEQ/1oll$A??tz#fݵY>qGl˹>O.AQ}{va}U5^<`i& 9B%`P_.{Sxw v_럨 -%tvB޳{k>Þ7;f(>zޟ$.?j||+ 7-[׿nz}} c^.a ~Q߽s0}̈́Or/z6(=o[YsVk©_g~ y@h|`#[וvҾkPꭸQ[c2}Ne6Q@Hc:\߷XEiUI yY9 8){A2NFkfĜ}׺$~N"QvfmiC3v̦բ1]fM3V[L&f11uG@,i_???ۺ~mo>'n4@eLDO4J͟f(x $!_J :!{Swx?ǶOꧠZ0xYn-zJ?zM^?qe/?[lȰ6-7AJyXjb*E:ׂz" /~T"ڨM1EF*?*;,؀pTŁ W*fȊ;z/O Pb H@?]X@}^;Oi]T؈>{@{rzqT\@P;N7@{p zz>_:SCF@ 8#.&mQ|UIs~KOn}'>{>'1~(tS [8<9ɚ'·ټm"rOOgT4x=RI7z7܇2BgͲBj$8qV?F"}\ޅP%GZ3;/;f8l]2xy?W0v%TmjdDd$$dFE0WS~D=Kt< $[V7躋ǝ:/ ]zeq(9=5i&Uˍ>e  $dZ9d6'YB Y * #')?w?9zW9 Đ! l@>QRP'ĩGs>Obцʡj?Oo/i 鵿5N1К*yv <獳ݜZctg9UEqbU V:iTمLeVfY1Klz (2Ұʅ ͖V*0Du0^&F rlJї OZI wTOB,Hkà:NMt2= YLaDf)m"R)PY`IXRBF*7GoZ.ƩafzEilPKC?u%3!;i e[ dDJ#>խjEg2 ̮YKD=YV. e'3%b^rav6/ͯuI\×ֹ ";4Uo|I?*TRz٪mpz=68 .Ԍ( Ӄa(nc^–#r`З'6Yk0mWB15pv %T݊_rtrɌcVߕrG-+P0.%❘)y/O+#A `^Z"#,T AB+dOڭ!Vo6sqjBm,.t#TCE8D80$4BUA *@LFQw((* nx]e9MZ}?ݝͲ7l-Y-R}1~uwv"T"t3_]$!0g)a>8չ*P e"hjۺiƟR}_qSHj]28ʶ°Q,+%cM(AkKj)qUWfS-AXUC bUEdV*xZeBLwuJU)T*U\jV P(,m_?)?N:{M߱@RO0J|{: _9KdϷogkzk~=Ú2վG:Ͷ>N c>=w9k?R01g7<<<v5~;$ۏ:ik9ϕ[|^&rxgmr_.xv]EL >{ xx"%r X |R*w5H"@ys7Pxp@P OMj U UIUHTT^ZE +@4T }kt-Q|@@0@Eq (u<%e(~ d6rǴ{raecx׉t]?3!P*Q|3n_+Q𠡒 ]@$Q"` (^Y]`ƨN h`deT/Vmmf@>D]v}sz9 ZڨXU{˪Dxұ#bDPF`kҿ6IoQ%m! ΌUIjx1b h{&3P{^:-!5|AO^{6\WY̺aYJ:VuA1f"H|rRc4]ÃY$oi*i)a M)JDj$8xE4WV{KC4uX̹^kqS+鰁 \[ +0u|V{@H1~m*O&?axxGxŌujD2ȁm=\ߴºBY>F f8^|!3?1*)=oZ ӆ|}Fʴ$!$$>bA! A"DUT`PX BAD-EoFsg4>{BG`߇t8O|T1jY' uOUwkzTJ, Γ+9ؖ˘P[P0, a{2;nj3,hEbFU1]~LDyi",IυA{QF(3Rwt tx@ڊ'> ',$$2ہT/|/oeuq5ͣj.#;]>=M񼍣HX @8#_dvDt;f27G;$'a@6^& Llw7ZY}n(D8uli*s^] TgF-R,'& Nrj]rCɯZt:ر%WZ$ǜ8D[}yJr# ig|`ֈiι]\++Z~ho{OPLe=/gn19W; ;70ATF$v' ;~Yz.-h]iĺbrj&Pt*5-˭fL:MպST\Lfk XێL5*&ZViM4.4V93IL3p?.h*_#v(U.^qɶA&ݦ; boS8oej[ TrG+\-FmQ)JRTkD-eV!rb#RKr#KKF.8RTKJmc2+qf umS)2mVg\dX>gy5hxՎ !E-Euz?/xQMcH$ ~-PZz.ɀΞWѲx-F;TAy_dIS,ܬXbƠ.&)^[5@SNڛ5Fmxb6կyHNN.Ofg7aTֳXa~1~u]F2pzd8cY p~•ӻ%X #^vTp(q*orI#'ӵ^gwD!";C6y|΅9}@ !8C՜ jt;2*еzH9}Meg%bUB@˰UԤ5Nʗ?(m&؞# B0!FMeɈ%,ֵnc\%gnq ֯s:Xx}%gy,3@ s!{wHФR||*@=<,~(J |Yձ"ҫ[#CuꧩϪ@wԔ,N,0᠙Lj~VRpE2z.09j%1PWbMtπmy8 z\bxP&Ӵ5ڼ5GHmEs(~4Xk"xPW ZYj%QZ $bS z|Ǿ$&,QdUR !ŅEEQ1\$dz R/d0b^7Lሠlj. MF "$ )"&*-Q~i|qŧ6Q %AT|R HIQa$Qx%]oHL5Y@E'5Z9BzvqG $0'M[.Fc˙5k7pqhcY!V`W|kJfSF #|$[MII|SG5,iq@87 h <=8YxbL@* ;.i?U~=Y/HP{>$7cRx``Zk%gwY?d.P\VKJU]A[%u/ӫ]Q;k[B-sr&QW>h9,;qf[Q]TRۏv;.:WcQ7'RQpȇg'qvpQt DOd`0+[2ɥB :I'icSnjOWA,4f&ԢuM7\2NMaM#U5idN'҄@WEר"a$[twIpUP@?g.e_n{KkwƫR]&Pmj1KA0$``c^|f[4}*8_Mz,Q)Xӑf)dgмRʅ౨Lc6mۘoا}ba3y1npB(HRTUH--{)P(, f`Ϣv2A7hp@qTx Bpan&z &׮NzDEPA R+D!nd &@߁D$Qڠ,EoS &$ LX~Hz?^ h*^b`HH CS; -ln]St4$otюA$A1"].^&( 繫fxqM9>Bj#-2}"d $F"IؠB$Ə}nhO&o(0PL @UY\C2 \2,!l3Ãw?&!RD "y됞XE@f΁aaC\`ʑ*m;[y,@Q@ ô4 QX#Oqӷufrh|l1 {.~"I|KO%/Zd"I)~fO])@I!(Vxȗ*&a$@!$( +|S>:PH3\ Rpͪ_>9" v"gleȀ,`%{2+^-:-sچ;ӽ@7:_9|[lL@W b^C.._,8&Kڱ\{$X@rڋtF-A("Asb Mh7*ڸA妚`>zi~4G.1!\L0yMvE]56^OhSPآKjuy)牲s YUy>qP@Pǘ$=ϋX3o:aޘoaݱ94IfuY_9:s2O}:3*S4$%ZJ;Fy 5%е㮶AYQ/I?1n: _07 /`Pon} "%z)`N;T vђϨEo|!S8@a+|̷F֓hާpo9yA{ܼy v \:ߥ[+Ӝ[{m`f zb-wq{zFZPb7GW 4z `\^Hvvx:{Efh.h .$Z6/1偘M8 jk"*LV%!i*¨-R=Wւ; (9rCnlrn~/oFW؄pP^FkըvM,,/ñՒy} <4A8hO|=c']D C;Ͽ#z /F$` 'TN{nO A EhFBFvo + Yof ĢmfP>z=/M}^ܜX=yUͲ48;'s?N *'H+VFr y N}*#lI"]Z6~ԗ&LhDRE ̸:'{lX18P?Bt`hsB $ H'`0loVB7lo84p""nzvzԆk[nTF z#y.B\Wd:ֺsႾ#{ L1o@:d·@O"d޺&6u>;k 2W-%0M= -Zs]dG~i~Fd"tpfVF/'ÏK2TM6>4yxWUH~p6"a|HW}F9ˇQi\WCWͲiծ,˶m3Mߒ7Fe; nJR.c[[_/BTkevQm I'IGPPA"*ğBlj~Mq׺Qcjg"|Cseaeu~|8T<9DNDsSҀ7ڤٕ*uA".d ǹ#D S7SBjp~v{yXsޏ_uםco7Y9fmq߅z.H?o'he| Oy^ve<گ?Ʒw'V I1"pnd4;`CZc jm[)"8]TԀpDt_)_x9@$*(@Nf 0@M.D .Du|EUylŽ'Cln76Zԇ Hrs}\ 4R#~ @75@BEXD?d7x"6OZ?]^11No+Sq9ȣy&WQOswdL4ϰ#s{<7u|n !99qG"[heOl2M&"ZHVC& ڨbׄU5J(.ݡIG+TE b QW`VP8'PXq4aN[r:`䮹M?9U)"D!,VQ &?kbzriP)Ak * VNq5JR^᫠X*5`ɀLmk)jI4 β,fd_5V/>L@SPJdUNc9f`g7$""%2[{[r:ĭpSLwL0 C;o^ѩ'jk[$s .١)gdD1 B sR9_;-Ko{w~M :9[#ƭe쾭pF06W<珻 V^yB?miu_ %TUfS[} _C*D{ȅ "W^ռ C(4@(*}uT_rmH(Q?LD@;dS" ) |jD=\P =Ds +U `ImX}lV~m3Fܑv(TVzOa^0Dޅ |h~.˕ N򒚉?W4à$xw&0I$$`f9ߙ7HH"|>7;a{K* ;j]݃X0&"!;!O҉"Iyϒ'E  IWOs i|˼CO{Iu[JGe>j [T_wbi7 ?zۏt[%9Ӎ CRlcp?aUK)?KмY/u["o5{9ͪ{) u/|GqS7+sS߅A)UPErEX~,MC{j,dE#op[k7lû;2~dGvĿ- qX b$NC!MK gG|kך f } H4dـˆp5K9E,U A#YP*cHE=)$X*¬f RDUJE HĶͨPP`*"2 m5HT -.2a6r[!$[mUNza~c>+1ҳT ( {U|mgum˅KAQ[h)UDV *p֋Vef6r.}DlLaKnfc+=ޏpH^~7w\9܄QPލ=2#" 8hL⑎C,! ` -]i ,P'ËX&fH. ,9Uoۡ1sݱIk^I&$YF}+@L ,A{ݤ 5cȞ)rl.ҟ#m>{QO/47~ӱ}x rDLA@#O4g9 `kz{Ύg[X*e=;J/f3MpcsƣPX_tb?y1f)L#!!K?:CD3qc5s"V* g.mGA*1˗~//? ;鹯1G,(AE#Ҝ9}oNWqvd _ 'LxSxMPLa#ͺ214_,ǏWۼ.S7{%el{h`frjc⧢o=|F&X|~ /w3(!}{cCa`*uSEIdPU"!RE"ςJE*+" *ȟQ$PF/N|l> ~LX3 )-U UQEDDCڠ/'&,UCD X&U`6Ct=@VBۄV1 0Vs%Xs~WL[C)/?u K߫4~x{mxŨɞ6zw^b4Goh2f^ sCVz:2(/y+GwDn+)uB$JbŀPHoLAԾԷb.xaL .7ϕ̾դ sMMGmCi 1W@  ̆A^\ ֕0_C?Os1z Q :=:z|5Pup3B h.4ff'ק;(X=RvK$[ibYu$)#23(+g@7JiP|?w[g/T>u^#5V*u?VkwN΍^L)A*,t!>8e ӳOSw[yo δNhO}4QCӗtɤdJf ?|UeѳvM@Zm1TLj.@80;]fM[RzMhR3w/5w`xs|A/p@9WCi񺾎-2q+Kl:*]vO2s٨D,/$+xU&3&'Q ߜ-_+|ŃyWh&nF"J [v>;NSmgRzE>Gp?K?)]wm98Mܷj5] _^3qbvtaO!~\&V<F 5]UUxhu5oFs}=.kqVa;~_ko/^UG BS{wO>a~.{ ܼN4%# O^BLk+9nLAl<_z>ϛ拔ُ8c: 5j&hfU]L${ؾv_eG@wiry " "Y>@B% QL]%: LPvrAPʂ#DTޢqYuWvt[v7] ]5{5!vzH j*B! ";=">Om$bH}||p@^@z۳6m XEk[?C{96$~Ce хg|gc]"bF'Ow؂$o䂂B?Vn:&jkt0yKېoDx:u0N&$ :\J_3VŎY "X\)k-=N%/;ךʉۇ+Ao="W>z5ߙA4_L8|ݳ7AYB@1hJL:<+6??At/戁A0D; =sYC:;8E Rpt8tEz p@] ĹN$ OM@| @6d12-҅FG}x#ϯ9漢gʝuY!ᙆ(RL*T4_$I=Bk&fS:8O>|=x"\b[g@qnpߨERU\AMTTwhb}]b,niKT cA ( @9h}}"^?~ﳇěo>1S'p>f\.>K=a}烵zA 1Pfg+^)Cz'vE=WGtELA<8ȧoR7좢iC""#{>U]\ dDm"mQCIkꢪa"@="Zt$*&=Dir ?*層ʻO /БrO w1qHA3%ڗي;)@8ݨscDTx 7[K Z):!uʳj!U4v֏?}l?:SN6~;9SGHPQ1??%|"&@Q '( PS3W'\Z/N9=Xr @ <ڼcOtt;:OT9V-26y4GWss12iS-&|e@} 78&yimj}X*X%4ùSԹ\xo"k& " Ce <8M\k g{:Sh/#QM~ceQ` pToED{Z'ɀJi@m?nSE?D r0W?Eˠ/m-GUF8<+Kߩ(}ôP-{.g}UҶOv!Q/J*C]5N75٠dD5h[?}>o5hՀ oHs~BY)huZEsKʅE P"! 7p`Z?&WEPq40 *X@Z*dP[ S u]DTp7(?Qُ@@4РL"! תJ~n/lgfx0$6;!$H@+b 他&w?w$+E!To2޷-^!:ҔE$s˜p%Rk?(+%խ;۹<_oQdt-!ӄHMID9f=~6$@j2 $Ot:g@ZPFyIڀf#vI@auQӎW/g O3V李J[鴖u9?W>W&c5(d1pS CD]48/*+!Jga$O]|3l;UlmN~m=h0v:;ع-іv]ٙo1ٷ ; tv4%ŝdMb$VW74XV"2"Jz2u=? dsB2d(W"l_6s ߿^:cAB _쉆R#ΚN[d7ϞùёIܧ9IYhit7"o߷T>v ikG+_'5RD+]lAw XDžwµt-kv^ L0Fwe<S"r~bR(7l)A%(*P1H}1C zGE!gqNNeظ\X eҴmJ!0'#߈jZ&mg4 {>Y5^׺7(ekd 2$6M$ݵH 'Ši&߅XJwB˖Q*el'/Q)ߎQ7({:dA#`jCX>=yWspJˀ d]n^N>d숿MsJ;W%_jN*+| VMqZ ^WVaiBMb9u&puPŘG*uvC ,bnϰ١m;'l[9$Pwq_q{f1!CLS j4[Wk?bHzKJFr`- [%uNl^$jb6_2֡ Gߔ5.:nW,u9nqz6\eH yU͵s1Ci2Y$JŶuef>MG׾tijFR!9]£ŋ%ƍ]V٩~3R~I KսkDo,Rozms3Y% ^:(=m Ϸ]ueZcvƞ>7s"}['eK^G]KrI:wWRʣt ,ʎ'ȯ{"JHQS5R*o)RrӤg0^?Gv3SOm֫Iu6 :Ds[~4.P9D>fRA}4Qj=!8Oyr$~pDmmKe.q}r^e#HE,j5n"s-O⟣fG&Wswj0 S =gb7y./ʚ2 lB^ќIwv:&ka[?cͿuic.kٚVEc|u6Kqd{nɮ8{({YGn8Y.m\9_lP9mgP,F}ؿ!Bi.QD,enh3N>vUy_:"σKtثM-hv*ͷgw3xDA쳻X{]Α@\s(YEJP)i8ʜuWVthccc蛚r ZXoP7Mc nӽ4#toOgp;uX;f/Yf9s|>wA< $X 1.  Hi$HH * LĈX*(~?oMF峌d{sƕAYvv[fqSk-$Iy3;m/9E ?e3VUJKkᴨϼBn#c&AdE0;[rȑk9rW0ϝ0wuNק{h @s)pbC1b c=g,{=( ojUk?U)z U#QI'Il ӫ9OqVsiuu{x-Ɂcr+wͽMP G̢u!\V_gRrMY=(yɥʡjϋ~>8;ʟ^hAF̃A~rVBr2Od* /ӱP!GڿM.(ꨝeF{ApVH ;MTO{P9UEWz 3#(UIOTrr=,q{}A: X2%ҮөG Ѽ;nc5uv3D=),ym2>}:^g&z9ܰ=Ǔr\=zGGflnuF=#fʻie| ٽNRp|-o;ɿXLϓg3GNؠ3T*ċ)kf9d1yEzkRsk1} wM3Q6,uwwi^,A&ݼ9z•d;M*iCdBVQ6k3WKOKtn4Wyyڏ= Z@ӌI ^M\Ŝݾ eo?G~4LcB8o[t &M9! dBn`?[[RwYC"޼C)yCF0 , UL="' C38;"b$0 {Co/h}H }KP :&mRDS4< %uNޫ 7aE3P|"\@au7q\]ӇL~|w?Hݬĭc_v'~D@P9J (|h<4p[@Q@Uq [kݮનn!*L;x B]l=A1oanra.6gs߽`}u+|D a''8yaly?>$cbZpa#>>lւ#&r@$!l& ex-v]N߻_6t)U&|,*fSC2 *\\D41u"t2z4dkbI=h8Q $B$"4U@$B袣 >AD6qH^v~gW} {ۃkM~Ӊ~#M$ tCe BAŽe+B qHޱEjr_S_kDĈH9Ma _ Ut0@Z?|NZ\|hzG[Dq>$P1`ހ PMQb9~{#c2ihqQ쳳m5x_C>)}yO2oMj Q98! ']z*5/OR鬾Yv=6~N\45t%=wHԾHR 0j M<5^QޠA Ǝ7q'HO2Tk|WVY DM9jlŦoB;-yVYZDpJwGtR]U7Dz0Ċ:x~|G?u uYTО*^̟eV#QP$P+'7~[J4@z]Hm^qԈv;/Gd^!8'l]wF?:A5T!dF\/{`"r OS芷C &'ѥp{J*$ĿH@>"$I=/. ־c_ơiL?kis BQ}:z<25WM٦ luev"֗›Uz PE)v.jO_gukswij@+rkJ]lfJX/OCB ݑmkh5g-ļp[Lf.WruA %I2Z_}]KbʡE]$QdWoiotH瞖qNl:[q IT,4r5D?{ЊZ(}D?S?c Z /1#; +Ҷ$scۚRR4c a&u}N a~~el䓱Yh'Y?_}6ln r@⟲_8Z#U@" nғt"y1D;Q \cD6]=/nw.v#T 4QQb"|*h! M- {jD.\w]H 22 t Tjdô̥ܶ 9j{.\GADVAbhXEZrqH/qߛa ZLaS6Tְ{z0ẘ(6.Fm8Luϑ" φQ U``i N-C L( u/\WY? ~<@g :D@2!r)~|=| ycnE[7)ZOvOΫk@\]c~g_?lvtG`+iتg>pVϦߩo[].wWm$!$OJAɩw)txn;6˯;MmSsf k5lx3{z1DJݕO4Yu*7d͔#4 *T^*!ToӧCC$ buoJCs>M]x3S{5o?SrHouM8y$愈96ZG}:('aeL էe#50|uh|.j0t>z_yuu^5wwo&:Zl|yK݃<]$i אsUqFxICNm2g{^o*"YȎjA=e\ة;d_,ˑg3/UN`P$f*bS<_6 o5'zhV󝝆J6m>oC]0*sq  #PX",V(# ", E+X,`2"2"zZ5w[>WjSڧUvQbjb?Beеkܐ1C=L9Z,jK)?ZɕUbu;T) _r5$7%H6Ԟ#s=BZQxqzwnoyh?.sFJCYrp–Vwtd '5O{p&zP}잉c<e#4 d?_>{8#"W\ԅԃ,kP*60zFtD]hs0yh>^Ѣ̢'[~-mMٻw(HY$ȯ̦$8ҿgFeGC "2$O`nm`Jç4$⛧ݦKR FE44#+u$L,Hx`Gp wo%{TT9T!giWҸ6] hO0o҉8wL䇬Gm csG'W۾|sU` UDXfBY PvX E %^~9Lη~1;f: )ǒSRAoG&˩V%Rjd=3HELv(q@؍roHGd{eiNێOTA/Y}k&a^-ϒYJHO:+5+hXIMV'%, )xQӊ1~˫gX(L Ҽ=n J(W4p(cdGkw[鬇(`d]h(e]ߗ#Ȇ3QQJe2U0EBYf3,7ciȰ;C.B5N4RvY9vL"GPwSB+3G |X/n4 Q ,KB?6> ,T`,eB A$"  HXVSH,AQXc*B²č,L@PX(|H)bH~ Yu z^ X  dg=f2a^,ճ6ߞU,֝%p Kh1N=ֳ?Hi[9')/Ѭ0`}v KJI3X F4SUk6 `x+#$H H#W):J)ZEr*+)'g/Xr9kemwGÎ&BJQSx,\&FyF2Ny ȫS]L[m05RWdV +3ޜt'HTK/=p4C/ʄAo+`4 sGIkwG,oThBcwI"Oouj^V:_Ǜ72^2 s0А NdݞڊK@).w01sJumU;yѮa:Dk KհQ:$ɱ] RKPDxBhbP?L+6g?:G?A9}lKVǦ=y1vjJpRȷokyy<?=_uj `B;@Y2|r6qˮrշJp&vo@ص*յcuRRYN[9*TZK)Nmji \6T'rNWū|GIؤ%J+}i.€L!?w+|ZB̢Ou'dmAUVBPO <ݵ~na.#12#\S:z'kjmA%yqVc u|RJsǦL?@s*tPTQs@0Hd O/n+Xq9p%><ݻ/3y tF?u}e4kӖsv96v/k*yLk}/P‚+z8XM!06k 7` ۆuJ _.OfulP+x?WP 5~Y{hrkX&~p *$`L zւ7:[["`T(Ox%(tcX[$RA?_ 0D'.= ^d '0? 9쨁D@( Oy._ :sx䗇0S6 DV`+Hm⹪WtT,9iHtӈ='I9!&"34e%v~˶SUx, 9yjI[)Ĕ/&<mcSo&\ez38Y].ƴt^ٌAGhѓ!D_{'YpŷSJsR9!aI'VKaH|Hw=ov> Z6W&E< m!1c9{xU r7ٚ*n+Vc(qF{*EY%nܿ0^ء30FNzKhrcQb?v~}euej=YyQ@ńڱPT{.WVJ.rߠz]!sz !7wsPuBw<\B{> Gg |]A-KmW ^Jt"zs |^⢎蠾~ԣERɊhSk}|s.gKH'ӂw9F)i>˰OӮV W#: |$ .m3@=Eoj+n4 a/O El1*Sġ tJP ET3LD'שY8wkBe?o3h)z*:ψM\&Ɵձ B$@чj>oIQ {fw"I/ 9A r"Z = n"*D- EP WÑ;ͳ<.#(d&6-&܂z4Ң6Y@r/ H /*{('銮$AOmF<rbނdݴe ]}_+^I ]D7mvb9 sqM?@ۡ߇͈-ԈZ !MD ' !4#C,yyu`J6wh[ESGo}zuaF-cR *蟆!z)wS@̀uD"\eo1~}ngTɘh$ 4~K)B H,.7*e6~|:=/ߪo-t:SH:BEvU^_$껤 CYKˎhh9yUN+;f_u۔t>ڝ~s'9I9kwضCNFcCi&0XG\(>6v3~+USҚQՃv0[~gӘR"Nz 4>S_;|,mѮVmԱp<+?ɘ3)rX ZyR3NhεJv_OU[f͌GТ龋!a ۵X٧LfD XBjs;lUQiwgi } /~37P4Ot"?e:#F5l v fJ"-Zqۇ" CY^O/g,uYzv}ܗgFoXk+B!"b!1euZhWHTnTէT5_HaF]+D׫xT:(1)xxh5w;khxwsIs_‹@=tK}m[zywS^ sfjk]h** _T8tҏ'j냍ۅ <3Rs $ c Or!}~@P$RC *R/r$P9hm*]-eWybs<~Ms[%/@K]揤2ΣUyA +<F!RAWLO걃ڬa{9@Ίp@ŻM-.LGO0|_ 5w3>y?r:/-TfϣM7fmtެ}upZ:.ˋIw1*s7x44WfZ d:W-q2sNp`oRz#fl0A"^aCMT:h!2'MZɒmreNcj9'#<|< ޹KaQ2 G!H= @;ȈsqGV(3`m0!!$*؛=oRUP8')î4 p6Z#y-4naM…q""@Bw|JtH4fotOn>q8! =u@m\1ug|چW97ޣq^=S2BKtpڮd pdr}e{_'kVr;_75Nq($!NAdVt-b1ICzk؜HvQ]xջRݻ=xE9Ebbw|TG-w]g^Dy _R%nH ;`̫|r10YYKʥdNv- `aU/QV H %WN}q!CBEuw읪t+Fy*du֪d]~m&/9+fDߥ1hʛ>&B6cZ{-,1&-3"IF73ETD~KQ V]lm mƌsl[+3-Eȩ1Eg~">n^l ^CG6lbev8gS2Gm"דjÂM;KeJŒT/zT$9gtf}AWKiE;١}',1-ii̚tt'WFt뭙aVj3~QΛ7џ6;5]FGjЯ eᦚӖNn\o*H(T Eƹ(Gu ۷08mq(N:˯U8]AI^m'|j&!7Eͣgy=K:tXPh06}+|h=NbKUAXJA0+|YhOruWh<ɼz1/Bz5*,m-]eFAM_Ǧy辥;Yjt#|< & ' "~&10@<&;U/{Bhi&*2liQ::mk\Fx8Hwb+"!y8nj٪TX$>L`ѝGaϷ dsu>]0wkkĻj<%Y2`Q0UwqLj4i$hh.05w[5l9cϪu_WJ nZqQFJgK8jj .沦*( 8=L wu[i6֊E=#2iW`J_ Go.m{A(0`:XkOɯ,eN@`*Ɛ ;gI) R\?ZS7I*Wgٷv.(%(9 6Wmғ-zl{9OY<Sr%G&}TcXww`q5T.ԇ)<*$>bG ^DY$2yCUF~Q֨J*=^vE!C=sTI<BfZ5~kON9\*h-K4Z }3 Rr<4 Vuհ6:y2սT &t8*6/N& 9,R'AX&i!T@LeNO; ם%w-'r3k9i,z, S wU6ET=F-[9fF]9sBӕ|HHaźO SlY;hz@כh0 ў}ĹuPȌjѭ%SB}3Cig_:8M#Og[Rk#e|ljUX$y_ej 1j6(s(ъ^Ǎ6c?z0 HNiV&N`0PR X%%[ O;C 9__^lQy,0U(te!Bk,E{}rPkzdԠ"@`V"ٺ1ZM,Hy*0ziUOŴXpj3'>lU ױw`*;TT2opf+[OpD+EHhPhJÅCkdQhPWbXd63XaR© 8oœϡzynwk졎ܳЩX T`?:&3p4:EcO?FWCe[7-@ʑZzyÃ#N+ MxنN&F_!CK*Aѡ@?#kZBSC4+:R}/W,5:& U_>T JD`:[ZAisTFA!"SB}BnhTAذLuҷCB^%j7j^*9#b53x.m.3d|&! mJ7\Zff]g!dJ{f\JJ隚vn ` #÷-k7mK5 cRo1I<1wSMGV7?cOw[m^P1Ry; tz+ tpB;J:>?s|>  @`WjoS[Ak8֟4vkmmmj{=A)u>SZX/`aq%>/7\n*T 2;L]TP@BU1/N*]ۢM=z a_PAP ?{vEU VYXMbU6ܥ? l_X(glf.7N7,~?9 EpI^bVM1mA9s#>/⻲lؕҟ,Ψ@y\ n2$OSsJVzH˵\\Mu<|3Hn[`07@Bn8T"&CN롣O a@  H4ﯔ(}A.ܔ)ՎlwSvGLc|p°^馕`ۙܲ1 f.TՏ|Vy 'vbȡLrqۿ&,R{iD~#Hd~+H"ν*/~oؑF4@ Q13!|T2~?JZ+'pڇ t,*VrFA|/=v|JH9}=;5G] $`\8𰬥&>'7>N|,?qEMWRE& "z9bĠ\X,&L:IP2kۂ' (KZy{cvSX\gEfT0FJc(FE?8G:?b/}t78|'ܦdS @>mXMc@ AH]JyQOW2}>V$w.{?r'i.} $Rt_:$!"fm^˒=ng~?'=΃m8ϡyVu j" Ҡz+ @c ňp7>λ#A5x8&>>]X{jM6)b.CAy;2ITwLx.>$<(?<% bdΡ^!ZÔE&cv822gNdd-Ce@$@9x/ʣ]`(SAgeN)dN@ 硡 ` CHf}G&>eQќ t/.+Բ?~wX ]}K]`1z4N+@ JSO4S#[yD~p$ `ucJ0dmHC{&0v&LGx  ~FhA$S{GiTOa3=M;ڽwo|f dH'?<1 Q*'|?>o3Eb(fRSlG纮#,5CpTygMlr |L ?un2B@"}G^}&66=L<⟠J01b«vM& lM!YAP%c9a.>P2:p߬}!AAKB<ɬc'sX]!X9h@y[}r* ?OnK8%ҽC"e68&]gg ~Ⲹپυ%E w E_m4sNW(nj@AՅS/sJ>Y{զJI9 ~ UquAPwf +܋ɑ<'QA xy80Nuaفjl}, g,$52HI?8"qC#0ls %h]b)>XuCCK#I~ԞRm|MƮ ~Yx pM ŮRl:Ab)&};?#;PF10?ޯ1q駑cga/+PHĩ$^v^ҡ:9B?𸰚Fu/P:ޞ4[ecM>A8H?-G(9q]TEjb5sty'k$9C(ߊmjCmPֻyiŐ$1>N>Sc$^Ym}+힇;Ck0LRD"3%yi %fdK+ʫpk+ƛz:0sڪU r/urTm꨸PVߑ1:;UL&rup%lkkDݻmӁ|nxJ:8l%%|YywGfmn!b45k=A:;1V`86cf4C (n_U eηV߱h]خ:΁ %C"ux3b-&]Ր~᪵Қwtr"~?%A@3^8|  j?$_qW?Tr/Jw$VsNi!XèF{ut/Eu}7O䑃ǴtOzHI!Ua;I8;A[Aab,uPeUM4 %#ih4 {ۻTٶ!PEI~Qg-.oa|Y6f,U`;TT UUDQ 7ɹx>Ժij?Ǫ.&n>I$CN*p &S^ }ScI+B_/oßo ,D@T|^T#xC0kƶݔ#o6'PҰOg,c?'[Gƫ|H 0Df`W6_KowX6ƫ=outn^v\@ܝhGTdH:ZUBno{PŽSe+WJ!Cpc.ʖs$<9gP):#^sj7|*v' pPxS56dHWlUU$z #n(d_ڋ&;1@V(:6S5A rU QC[h.$E].e d 7[lEy>%C tU/ɌyZ2N艳W)V Tg<9jH RJi*mfOp i2#a +PSjXai_G}/M9W\Shݢ;oWWk.Vv=sg;6 3ʑ  U|O+UA\om}pA>l f^\C16wؓe"r1z =z\ꞧMvVbKUYH ~@ ]6,:xdy>E[O܋^@;MLy-*6 |%dXP7j7]XG;xп0 adW@{YV7fvsj67NVB#5MhR7,W\}Y Gm/9)/* wfw1ѭ}_jO:JCHP~O PML Ìz$dp8IL(Yzv:9S0@YЈ>Y" ' ]CkÍv-J"_FߝNT)~G_c;P<4}3 ( Lv.d"R,ŀ)b̃ ~wMGVAG-]{K:4*=@3cf/E0kV5 ,Z>ͮe+Wk3 QZZz= |Ͽͫ#nvU69J5 wG|Ys #~rRi451(u@Ĉ?QHP^A) 鏱&%5#9O|6l`=$5H4DBqS$3KN:\3pnSrsuU.߽ҞI7sa<414DSr~&DDq( 3 1 ^_FeDgE ܽ:'f*ee. cq6RLkZ!5뼷+paQBn$w'ˤ h:5QdicZ´j-"jjY/؜QZJ72MUwѼ0ވT)g + Pn_ӣ/3w}7ał.Ai@T3 *a GV،Z:&Lj̒I!Wʑ9vOoĕED;f󘗍>N(CG,ӘlnpWRd(@k{[Pe+l8_.jAUݗxOf ow߫~x/آv{t;fsgfW^ܙH:_`´ Z/|OG͢- ڵ(':b%7ޯY }EByz7(5Akzh3%̫4I2?JFHӴd X XngΝN*ʁoa8ly0RQHuעYyse[sSM ݺL)g"kYQ]5eշwy :tOB,NOf:PE匈=X I< ))Vu73J2Pnd]|$봉?R4 &" zӭJZ3k$`6_vg/Xf->o ŃdHHÑ D VVߩ\&=:tRVàJm[,-dm"U=P Qvm&}~ymsQj3g3z^N&VWD]+238f-N(Zʯ e|N9Dza26tJn^\H/8ڥXm~~1^xsUֱ԰_Oei$Nx9H(znQ cIleT,t#}~K{qPh= ꁥr *oiJ8/3ZoƝg_͇s3k(~ s5:~q?$Qb'݉\meʅbL!a-e*6ò}{Aq02._SR#h1Sd᪲%;~Ǻ7.&9siTw/?ľ/A;<wc6u;뛡7`3jԡ>3جwa_iV x$5WײBQRp:c78QN$?0pImC,vy\-@2<ˡ*F@n(U)uFJWFR]Q@Jxܪ'D/+E&.l[.1C *l@DRNg}:/JeyLH;;sP!1`#ŝtj g u[*ls5!دzkFѐ.Pu~ߓxgfkYy1Äouz]jKm`7.kǧξfos~ cu-ۗ9K; R 8IoUȴlB+>C%h`ȮL8VR0xpTQqn!ݪ(*XYR`3 =NdZ" >TC4I1JQ®ϥY ,C3Fi?YO>2iݺ^t`v|t @PASãc0o:Sr=kwפ.ZhQe^\KKlǦg: |yAP)lI-D-EKgWhAdQ#orRw.]Y, uX++YÈmtUm8oْΓ5@?wBꧥs۾ {bbvn $ۅmTG{˘?YM[ ~wӺmgxZm>!N zktjk. |`"S~MX}\mM~>gzuTMǭx0Շ+⸝Uu <ÂQ|癘9.LX ^HVtU>K_!wyI~^I馭|u@qJ%G Aoal7VM]pXV;^ tzs2Uֽht*pҝ >k,'g[\̊QҏW696SwCY*9+WG!Yi^&zg>벾$ڧOkz' ,zi^]P:1Ղ3׵hq eunׅFEu3~->b W-gHqȀD\E ]&נim_Ǿ3_o}Wo2 эGw;Yt-OQ亼 DݢpV]7=~~oL(05)wӳ ;T]R{cߢFLv=p#߁ ?2OݳL7؟[!*[\`:->-fpy~ 92N-}s7g}Zϻ3^}n~zO_d%?4TҾD='J޸ zZN;`'syk7mrrw{ <f[*PQ2 2@MykFn";7`m8~&â:淄nAZ$y}uYU@P'aa~~Z;ոX @".#"?(Q~~^is WY:N%c A✷43Hw?jN&'ͿEϜx*asItAoAià "| Wŧ3\WS5t@RB 8 nΨ wqxW9 /sbr} &_t`@szlhO*ߡAj{uo]6REy%u?7auΓz5hi8$]f߁NBl i$J1(!9UVlvZ!@8,Fn-aO껫X#P@DW˔jNjf^զSDzۯ=nͳr $~ں1(}zQ|~ h6s_ !a '3uH'~]ZI!`k›t#~5Ww]7&Rct`;" >նP/g޿k~Oh}w6?祯z}~Nۥ!dpbHS(37@#Mq‡O '}UWXAQŕMnnS|K(/\7SEN lu'ȖR7u5j8;% `~{P)VHͨqs^6Y9t 2#2#1JEYt8lXۺD>pvP~ctD*2j {Tg,oS߯1t;EmMWa2`է>Κӷ׻Cv>Ah2_]tFS5I4yܙb>mOwZr^ٚIQGfjYBl$`¤AJ47R޾oP*2W-k6Tv՘IwgH޸_ct*GRZP *:JXXڣ/#pQtF󹯦FԂO|B"<}C}jRQaʑ8&wBS3gB̸u&ɦg yM7dHt dL!u0"q`zO(gyVufWi8Za#PfKXfMh|‹b|JYè oC@>/Ǝ{hh=68ԅ^L_d9B!`#k'?+]w!fەGF?g~"N j@Vi-* q@?fׯ92F)_L]90o\s*sai*Suy۟"Evy־\+|&!_ۺ9DT`cB fuS֌>FqHs,Z^[+ɴw,հ{w63˄hBS ca8> ˁ% qb?f{)=Ƃo:y3}3lU &8OIvu(RFӚ#FvpM;)gE(7x5xʨ³(NVqozn88k\Phciw^C5Y Z 9p_ƪgA&{?F^($du(koŇ鳥C!)*> Bd f@gI&T~߲[|:ZLƮ,U|QSyS*YRH0mfu`lņ(OR.YFi͒qYzG(p\[?oY}˦ ؃ 9q$bEjxpU"*BPUmm1۷O;w/Mί=w?nJx>jcǥw0/Čp@6N3o )ٜpb^ek/x5A&ӯR :;$(}.`bߡewu6U,3XϮ|V5p͢il};$.떮w4Wwzn_Fa34j/PCJݛvvoWs,6~̟76ԭ'IaJF5:f Ť,|MBϋT ;uwgn4NehRQ: qd5d oT{wu*Cad62ncI+-Uu^u ݠSZmui-!ǽןUU .nevqƚkZ;[mHB (S sW?ޮ94Go\^vl,`u=[/gf,כwp7]pѣgtZ& xR( G]b93~ڠfx*~Sk|!Nw{j)V{6֫U]X+7ɋ$"K$s`x̀v "]iT:i{Ndj2x\)k:wI6ytHS''nu=+W}x.) ܖRxb\DWʋ.%Vj" \uValJS%E')Ԥ+KSJ+XSg?r?&bMe4V xDM32Z䎪؂Oͪd^GsoUd<;+ؗ@C7O*!a(`I3״#$ċl4T3iQq⾺ljþ4#< S32oПM+UAl Kïzt$zQWZo"*tΞ{tbPE9ӿ߳Bz-3/@7Ŵ%0}sw|w;tT%Ef4yM1fǾI.3s1 嵈>U>'351ޏԫ!)|d0bwW!z2V,0o}.G@ί)'%Z .q+nA6GSI@]S{4p K{n շMȪ,r}t#xz/ b:C!OWl\Uҹq`5¤Ю߁6*[YH Ъ4Yڧ{>4sUɜg`%)MN (߫o* eFTp=N(̊znRSbӣ6jzTY 2yĝ/ wCDŽOeraRo*7.F~<8߯uKk** }I iٸ?m*aYm,Uوޅw5n ҙZO֬J:wkt)t}[@C NQ,rP8jRYpG͞1*g[zsCn3eoqN T sgw>tg.\԰OcuP"KIKzn?N;R605jxm: N;b8ͺ8e$l»뀺ۺyK'efbo7hw})&XV%ċha2'nH.3JҔNۡKӫHũ|X>5rFay61kck!_8r'F_k6'Z+h.8[u UQx-Vܵ9nQkWP!Ow ;ٓ'c[(Qfn8~>Q[6жD k @4L k㽷ܾ^r0$ ϼwܔ$̍ݚ?&fpXGogy.5a_UG9t6z:C }֠CDHE6B[y׉5ma lT9=*sh7'Zs궻~>g 402 W?_xS‰Qfzd$]EJ` 'qwp8.sIv| |xlq!cՃh`@ƈC^͔< $ogLt.M9柢 T]:pgY@֮Sh1հ5" ~*Fn.-/wgZӀpkng͢8#=w|0j,C7䭕(=~矲K}T{MԪ{:o(pt&ѺmC,}>_eU_%kjyv߳©i1dgJG [u|/ĸ&&YAX^xkoş?c],׏F9fUyBf6OMe4*Ts&^{da Ck}Ϲ쪽}_P 9]AЁ I( ȉʊƞc㔷ʋ!7 Lr/:AZY]|.wǔU(N/':xU!y BI"۴"? nG\,{jdl K"Ȍ.dn^w^?r ޣb7?@`C7s{>>NqֿEg'éItSõF"UFEIçv%/o̓HT 3C`ɴo{@MXA:l1,oAsTB17{VAڏc%ZάIB[7<5pAb@~Zo xd9?p+  U`Jvӟ`^Ꮦ_?hJֱ7>+qriwVG6D4 :Xeye%A>`]\u+IE_cn?f:9QU`0X?B5׽dTkz 9D% ^ 2g7~'3?_cs~j nqIC wuoю@qj ͠gcۋo>0TtȡV$ۻqgՂ:iҿH7#vv=NKf~P;_wKU7G[?k EZ'RCՎ@zyD'H-8 Y@\?ͺYY~+mrf Eս>>wKu pyt/ɧfFd 5 7;yvI#x;|Lh"R"OffEJ8)N}"!)w.f"CݳKUEӘdC+U[Ӏ ԝ|mյ`M^bב.>0QRGɷ"=/mͺEDKS%ܝ\8ILw :4⒳eb[t#20e?S3^Z< mfo7 NqXUwnmX ('H8jN:n 7Uk'{99"4^^C#wgT:ؼi_FJԋ;]tgZ|$>fR:>W%vDEB̠zH0+WK?daSdI3;UeR'YȡAY>Z47Y}XYfnS(f6y(1Щ~K t\lnD!" mv' ~%{HBw|dj`!ͽ:ӏ4 Lu*g[r_(N#HX瑾ҋŭRs~uӹ^.]_vh;#Wyo†v8<ܡc5ob*l6~E3f8_©uW2=WnoVO#ͯw9'͝K|v!]il8TB/f4oַ(d p6 'uT z~Oe4՟8_茒ӣu_]Z)[s5_aMĖy|,ˎv""͕;z];V* U ^_X&[BjRe_y+ھ8f'崫< J :A'?8>~Ua Xh t<L 9`F4Ie8/Qjݔ?]m8k${'F1ݮ9D/a~e6EZ _-QtF9#z^6.3wSyoL`qDd#ۯZ;{˝vk,Cx*쑀MCh|14Ɏe2@n|cݽRS\۵!0vyf?[榃]2"U7 1?~@K>+~!zFnHv ,L|嗙W[(; ]נ|>.qZ?;S ˃^A~e091$7&FxAb03waxkyͬ¸ M29rٝ{P&& 8{~Dnkݜ(!S(g>Ѯo\mPIi 4]088puaD:6.gz_qq0?}.v91 \Q{h5s{=z!Os psPH,, yt4yT c؈7R}ԇ1x r"EןZjC#Б곾¹?>T* ꪌy,{G=u+?i~"C-普`oUl:&r I]u _3W"YUc`TO>h? EX#`o* @x>=n+CnaYD`r|ߩN0w.X 1Q***R*(*ɥEWo )KkEme>MI &ATԂnusxy 3.N\W "4!],[8@k$`V KIK9PQirA/P)6.M<¬;Wë ` 1O* ^b"vaՅU5_2m^A(JA *_aEFzҊ 1dfddE(zcOY 獼 0++ Z6OuYY K}o+/'mK#$!"F@!tC(kHs4dJz"]Ǐ ΃y1-Kϝ>&yxU1bΚӥ qH9_:CZ:6y3a~f\x=rCtpk4nhR$>[/;S(;ПtiRmVRgؕj/c'6uPjWܸ{Z $uN~<q:Z8r9nMq_g7xZij:@{oT#5`~1-ޏiKBw*D*b;vv1WtE!׊gX-/gO7/qf3#զ]6@]d牖I9]7~!]~--&ULYQ>*UԳQuOwICvJEx(*\s:0y]S©ɾc+*+^ehܠ,Fvgpj+8js[3G~0;pGsjs۸iRxzdUo|lzHTp]IgYVJa^ei \pAkkڟ#}VT2 e _Ppdu&>߾_}!V#Lѷ5#ya?$C+YI9nbCrN*nP}8)m:23 q(* $L%%@L㺽ϱmsu-rQ>'UE9+˔H(IG֤ez:c6 7ʪh3|sqFڻL/ݛRAΗU5H2ղC?YᜬY>Wg^m5Nۈ{N=?'_5y`"wIjm˝24/m*mNG=kҝV-M̐<gSR3,UVA@S Gjr RFG=:W8usJLs@”'(03)fXFeGSa0+ GTwޯIۯ-txvxb ҼRC>lTs<ȍqX;J1T`1-ٓ*-Ҭ GPYy鞖 *rL2V,+@.XhMHɐwgr&\ O!e/L˨cꛡ]wZgξhw/<:7S?%|}yԳn6ޡc+zӣ;[~%,>uw U0KP{).ۡqMiKim975.5\ :1ҐYxhs 6#/65Ix]>=.k\=}.G:WpFó*d=nWiz$Ź;Wm]GQ[ sUZ V*.+  \u͎ # ʌV)EĉdC $> -#!FPūMZ$q*_:Ԉn0Ҧj-{fº>v>% 0xV.*'9~w %o+yϝֹTIWr|<6Woe {K 32ƋV#vx~nIoNP ߛĂ/G$JhcVgkOGH}Y@Jd)2qd>HlX{({>׆,Tlе(zEpknOZ>4R&ƭ7umY|:75C3pqJewl9clްnK l[9lIA;UlW$t[HU!iWA2qгdN UdWSVb1V8WJe jp#i[x]kwE~>穆NîYV>jnXXGW>c3mURt=K2!?CYWοAzrH~Z~Rhתw*/]gZHM!htQGFt%NqnMIqb}WbH'k{{-Tuѷe91 ԫbܭh n`ϧt#{oq&dxϙr>c ۵ C/ YA6|;2D: q8NKodmSpAZMjb[JJj{eLC>GiBkoL 0uckPmSO"+&tKnB$gGQ7i {:2X6.(dqp@{K<Ow $YxҾT^?gi$C{t ̮sSN)W_o* wp31\z}~C ,q.Čw9cʭw?5 =+>@[%#od1|pNi};TzzrUK9roÄC,æ#ѵ^!$Rc7pz1@9О-Cby1q/Ϟ̘cx*TSPbmofsg BbWnAub$}g؛D`*TMHWN},O{z{*`1vVQ +QcJ "#+L98l DA 3fsf9/@gv.w+"ɲdx8V8kI+\>G&}hLwl/JiF[o*[-T\oT)q5m7Bj$LsS+DItelc 9ېEͅ*W4Uj_DO&yrn3}~T=u"ZOx:]4h=X5$l/1V[.eТbM2C6LEe荨:2_j6Ί g^w…íst~+_jb%OjY[rnvs)1-p+ K7BdO\dڊh2p +юJ4 f[/ΰ9KfesLJM)`ȷ#r[輏!˵޲DItɓВ?RBY4]A֏RPi< UçEbD8o:hr'Qd)qMWmThU*wЇ5gJyq89[?spF,KvV#cMW*+Z"(YGī;KStl;8TrXUM[J 6 ?zR3wWq}Ι/uhQtP$C:GC*CA'T]Rmf8?#DZ£`%XUaX?u[U ?ҞGVgZ J龡c_d0c'H$^rOv]`m-\nQ]Bm5}b~d>d]#on>UŐC@_ȸQBE"ntPӧD݆ڌ jwF,G$?!=QAґ0y}J՚̣J(66L=\ɿC-V$ k|+SCϽ6؍c󺝖md(knݸ0G q57W Ëhyri)Lo)xXnݩ\PSQ﬷fv= T'y|J0<4_}:m:Sv]WvI''-ltĜ\خ5&% !Bסp`'zT49?&ࣰ! EON9wrsEuÿfwnP 3943OPa^~cܦޢʵ8Ϝ2 oN:'#7[? fB q()L]tS!~pT+}LHr|ZLt $( u:Wv[ f $ uC"J nFrպ/ݺϷ{7 u>eE5tt] `ߨHp/?8LA+"qzlR1 0ʰAW}g­צl0hu>ijGpqQ2_VW}W<S9}Uy$G+@}3ˋAI -NS~s 89F4F8Q,?@ a%@P hLh|Q2HHw{.ݸ>V P*~E)$S5$/+HFE$'o0G.=$ F0 $9;aTTH$`!i0Ǚ2ě xϽ>Fo_| ﺴƷa$IHPPV VqrFy~|h3oo]Td$7 fD|`̾01AqJjV̈kwW@Ly̬$2ҿ]vIU $~Sϕ׫e>Hd#@lvp=P‚Az-J;p&d K(L=/Ŵm&T2K\'L?2D/ r~ՏC̓CN^c hrsn= :X{!  Gz kU&{$(mmG\J]\8 =\ڝwnpM͝KS_d|,/ýP|_A;uX1EF2U#MaWHsn?)Mh<%^-}O;\yuE}+|6{ ޢ J_x6?۳(}Op kS8 BJl!/ߒܡԼU132U6D#i6 ұؽae4ۤjJ^Jb)igSgEUDx0X"2TPS*[|_ttG&طּͬjk~p'u 8?ŽȜrbXQVw!6kLPɫ݃iPx!C9rb iNۥLg0fTYk7UF~wa;k_f k>NPAnwe:FibUnb֓ubt<uWMpɉ}fD\4|c;q0HoϺw Ce,wƩ2d *KZlad ,1nN>,M]͛/T='n  >= 4JWm }cAż (Z$X襤wi9[B^nݺu*_auI|X:rnщ WID` a6~NiW󫂔Gp1ЅHn]<8R^[z66N)>F%:‰8-&VpkKl\B9$ʅ2(SJ!L~O-뢬9I\A.vTUr{]G*OkFV"B]D8_즢2\TVϪa!DEQ,w0XRwٻ"R~5KK&C {9(d?S]ݼsRڣF򶿫R34STQ̶M(ٝ3$|zwکOoZpr^ù>rMX=Niƍ>NްH0_z{:-9[8q[* L =SŽs3滸knAHwb6|[cG=B[)5h_^a5Z>jϭ-Cm}y/5 kswWS:p,\?[6z_˾:J8˗r}+^YAX:q6{*r q x}ޮ)i}:P[ĪJK|]XM 0+$"լ;ZUqr{{[ "gWGTѿb]خfvtXcaXΉAY̙3(AvS{U%klj8݋0OCXg:zkm ]5U횅ϔ+$^{,pH"#.&+„،E26.j{XAtq`< XCGnUzb?\AUf`'] fۤ|{p+7웟<{.I14P]pHfrtCyVJVWyc/-/{zqԊMjҳe_q*'#ؗR&hޱVw+0ZZ꜀aVT~[I}e*dUUbKV<+ :T?ʮa@ޚM} 0g ,OT0T1ѽEHS%́( y}~>N<=ӼF"j,F&Ԟbz[RNs>gv!pֲ3W ;>@@bWϗ }4.Ǩ y fUvvuj+&m['3gtVG5{V?G-V;R@}8D_Ϭ8gZb%#$4\1loR-%$ 9(l|g(a ꣗ar71VCnr++󶽶N( H9 P6H<;}KC6<Ϧ?sT,=RtؠhcH0GL|_6 ժ !Qf֌0f6fq1Ogz}[< [!JA.4~] }荋0JHFĕB3ƝIÃС˥y؊|gU9JZf_.["1"TA^\kWe "<~MF*(1EȒ$`HB$U˼Ͼ=?uǡFz-ưeq#BEwTЅ9ʲ(ߣKϾ}\兵YKD&qݷZixDt5.K!N3r_ HU?SQCdlsc9X^< YJ̋F SWtH[нTlV(( 0||o[.Ʉn ɝ `g"˒m&LNl[}.J:0.~'NP-ǻCllӫ5]Bq:yW}TTYJu_bG,Q1-5W(u,'aYs;^t8L%#. F@@F"""" @Dh :u,c_͹mv[= P\Mjz{4~,Rb=eO~-tehrYRg@oeoȳQԛ*\OUSIdcbJq[%g󕎛ܢ(S^5gZ,n`1"ȔE9OoX3\P+C5hA}aCCRb d`,A ]JM-;.Β Gyo1Z'xS`MZq3ګ[K,{ aV>?i%BR=E9ºVyϙ "yX X!)g_/c{VNJaTv: }9٧zݛޜnj,#ZWGٴ&R~aǢi g]=e@wd`us̰.U? ΛiyO$/C{||ed,X .,(D0PmٿK.@:,ɩ\ڏt2#mf__urlO6玶D\ 6AFF`ˆEtB=Ynu >iTŽȰ\CTL>fS9TG[;:ؒ1W@e2y)u)5R؊߃ALLecNR: ?u ;Į]«jNWCs&6WWFaȄ!HAbԷ!dջwWW}Ɵd^:6i˰#ڹ0FlV,BfR _ly12al6mTb8;Y' ]\yx)u9\]ECk\JV&T虜JT Jau\r4 g-x }wSUjʥQRFM|JL 2T 7w,d,Ȉ9N6] v&#c_۸n`b@J\n5Fqp(p5=jg b _'eJG/[].Kk ;پf»TˉD~NWaWp3 Pwi@,̺èlj6u0RdUD -8YQV)6ngJcʬC5ǕT gcZYn}T5Iyԇ~+L}5FzEKx;}]1Rm϶"7{=/U[eQ300\w/ԡ7nd.[=YI! RT*LBX8gmf!܄emVqLvM/d"/DpMVܤ'2זdbyF;1*6Sz ɪ6X{b<߮TяGSřiu{` l\WSBP>,G^zR{!WJʎ>ky[n~EX!o—CAC 'R3ʻlE"Ө^ Tc⪽_`ļIi|2,/5Jj;5*`u0խUDm+n!E%ÙՌ]82!| T\iSWSvĆշE{oNWϳXu14{N,j!q)|@MtTc7lf QE=+y*31)q'O*EN0kg`ʌz5{2('=jבc Wl^N1rcYcWsTPOuv_,qT 22.m}LmO(`}"f]^e& ںtvzevDyLw־χw{[ sFhih^+g@*r2^\e"L6J{&2C3amz 539ϡ{8}|H?Uu5]ໞ/lߣhxnJve}_rmgGG(ߞ&#`#lܝOV\rO}?:D!G۪m.L 4>fU>1v -#X,YVABNpHo/Y_o~orوN0)lڟoZq9>}g\+?<isj1q*"Y | Q~.osfsXr8[ɷkY9,WX$3R^-w}\} 6LJ%F(~4ex3̥ rwj 5amүIX|7$T-$81Al9 3dud;,.K3YmTAnԖ.Oѳ_dv:v&V^ {&ϱ-+V/[&!b3-x q=" .k{ܲүl9$' 7]U}wYeVyЕmL3_$p矷J qYRU LI+L7$#g$$ =-Y `g疶WfL C.Q~~$ t@N +98y΃\/K/;m˸|hE[*h< =MAh5dC C/@؊B2#ӄHsePpqη!wRLk=/TsmѢPz9F"|REm%|.{uZq?.\0I$BצmdXu {ӏFxM$h`! /XqK;M_S6MR~H"~RI~G9 qls~=+qІ?j1́ H&kh0kUKDU{"!ֱ1LjY͊;(0zAPp ܞORke#]s y{^IN;~<QN-Gy"<+74)OtfÚ@capg 12Vȯs ԰.Û}o]{G;ʜuJ\XT{2H,:= @,^* (?3tOL@=3.s0Eӹd6H,G7x0Z.GG0i2U2,i`X(HsVKӽ>?%ݻcɍe).ZCygZ)&ql1x I!93* kq 5.pE. |`ӇeN^ieOBev s>|]管XΰϒG2 PĶ k֧hD u\;aհvI;T;@wf $0|&*#٧t\@6eC{񡷹Zdʅ^QׇlP+7ING@z "T $ӭ!('1k!%ۭbÄ)͆V륊KF,c[~Io9ؿEK~ŔR"^NM|W+җ/K'oCg_{Q9ޞ #q ~s5;G MFؼӤkݜJ}[۷׵-h.HE]6yWu hz{;?i"kX5z眓eg9)A է1y>ݸˋg~mjC¢EUܴv/v*W2!̔v#S]%5jli|r08(V.󔗡2GERDuGR xgf]8saP Z̉`hS;sLe{ δi=U_U ثyIuGU]>S,ש]KPwXr+d')Q?u$σԠA)r; mtxK5abp 3sw<=By<}@ٖoi {z%"֑_zاaH;7T 228Z)ZڴaQ,ٍ_S#c^Abq7/?iR2az^ArB& &\$jwoW]G?~M >xqS.Ybge즳;M{9~6>X8A͠=.gBb}t&)PM^ƙf '\v*wnߋ~[/ȟ/03KWuZ1 H: `@/,Ml$!Υ5ViE,nsY{%K~tE= H@hRJX3d֬]cnw]);fJln^EFANް`ؾaJ{_1LҚƖI&`D*yoW?=qk2!rC)cT.&kř _LXJd8rk*k}Kz[~ic kX3+2's;]R,yngEBzD=# ;W.8{m_8|ζk5y/c1pq[DrR] :M3"VmE'i5٢T0Ճz;*iKtz y|4GhU,M=qb^g[-=9.z? EIrxlrIHf2涽+z$nK++wP(Ur_GTI ޳H**Vu`ߝŗaX7*gӢ۬H̕\Vzs֋8;c ^7|y]MXϜ20/x8{L?cCkSkƄYmUt=3ueNc@TSQOƔty#+oghZw$^tΖ`\g^ /<7Pۼ[ZY pFM,;:E6{>.}@ʣ``]sU8"9p ~#nZHȐ kEf*G>>~Ļr*|2 g5I\V, !L!(d]AP $~kLI^F[v=rL268&pDGtD<=_uv%e<|y+^I)lzۺ\lkQ &X f a吃VZjkkkkkkkkkkkkkkkkkkgYYYYn%kQ#>wg B_>ZƇk{m`Tle-!$^^:A]5ex~6@vHnp}tg{bRB9x͖\2cNtHŢy%1cAn>lULDoJnv;]BȏC###" {wv>s6mPm{f,\K6"&i_"Z @""; w͜gHN97s?Oi~XZ #yDU 6vHG3ll,,,,,,,,,,9K7|XK/ WbXjP8tqWn*f֎`9ޛ7M7 _mLHI `6:PIS*F"Hyo^iX`00NPr:_&j˯:w ' ,m(|vwUR]Lߜ]JD.vrǂCuY:Am3 G;[G̉~1>4Jx(Y9uNi?2evٯxmy[a;./E?{#O+v 2y1R9Lg=P[~bad-. sMdNk;KKKK\vCuݍJv[:zUԔԮ%XkzϠcN]m˸k+k467rخoN G}8&<@cpXD$D%B\˺N9 l.W]~OZy\e$?D l?O{З7+|O!9d0C`9u \Y]OWN_ns(Ɏ06TKEϋWvѺѿT]V&0KkOxͪlZa(FCd߰LBM>].X6x=Mw.vqsHեiI}Mw}&IX3"q L;*ޱ3p׺BQ;\9͞ gPT>%"Ɖ3\Da9nMc'TKx)#8}_^WIDN#<,wz?ƿj7VĠRJbWE)5b Dc" Db")X1`B)XUV(F0TPQU"*`AED T0(?i -0u;~ ĝկע7ܭk{[(Z _ޛ)|χ\Ztwg69VG&9lᰯ$ `;:uu@ַ+vn&:N9|ɱ6Z$v!A*}ujCSAbr8l !L׎Jm؎8?ѯ7nms#ߨ&n=lʹ)Gέv-EP>f\23¼C #ܽgZFkvݟV'^ur<ͦڛ>/}wg1%o6;^$PVlWuuBzi+YSv5%~/ק;~w2(~m5,poe%BO7ʧ'@؎ YרH2@OueXjm+~Ȍ5D~CE:}ϸћwI$`BI,㫗s=dBBLPFwTRNR,BtgTwskQe9M DQ ԯJW]QD4gR0"df>/m:h30yz;[OL]D/5R1Mn,n0rqD5_<4fxb;}m} >Cu;{>붅bKP6OAI笐13 ԫW NșVMAH-{IE9]]8OG.qB`wܔm"'6v׾ amĆЛaͲ{/X>3|l9)ЦuK4592 `;Uڷ2}Cd`z.- /71ZU)ڞ-44 k d"4 MXJ1 CV'O'ߒҗŖ|W6y"9xk|)(F^PIE!i|%ßbG )%nPtThq4acA 0KBmCm6a,ZeH3~~oziZ*k=~;,ӦXa_팧{)AЄT$Ea$EGIåzNySX[\22H  }8`+L?nOw$ᦦ~CkU/Ъ[Ccc}gʭù^ud NmSkOcjFjq`>@G'@% 0\>5i"9F,t~:04 G9s# |ÄHzԉ dzTܒe8 jI.G/zQ9^T;Xp$u4PP3 3ը('8O'9(^&/$:d7hA68fBJ&:7d-p]:.'* H_ci0"J 0¢v<؟Y"Hc!N4%H_SH2nJ"PsvW$jsU"~nKYh+[61~9H? :IK7QP;B:9r(R:UQw W[=5Kү*l%ff˧\eoѶZ۸;l{ćPes>x,8ɏG2g s_:J€1<7n:Tg'jZ<.d:,k3% '9k %Q ^5Zbr:vzug9zG3v2sJ+ݦex>FFP C·}>ܱzmwe|NT)1+LOV/o$)$0+6$$(n{*jkӠ oLu|"t]H#sdr2 !蒃 6Vk˷(GƑ UJΪJJvU;w*3>q|!xHK>/kLwO (>Ol O4z(vWk_>6sFڀs%@?Bb/HƝeOM0+{7λIcy֝YROɓ4`{*ΰ H|,aonAW 9KOEpz7;T_KQIsoGR[P>T~Qf/kߧ AR;Xzqybj&k ]cQȲ5Un(mC3tpXtp&ٞ8rӴOCkglˬL'_551VIgV$J®T4"HA)\쏒n]tՓ-F@Gqc c\xV}B7y&ž : #ӁSOU]Li/'ܳpec jOLţxĭcѷGkٝv"?>wڛB`^-bQ׋Bgzr]:佞+<&CtɃ &s_\LY,cˌʼ,@DMMiݷx/y$| ~l})RsY)N .Rx`-`PwMǼٵj:횮E5)Ht;i/z96qp wB>vZAJkm:>Sy(ƪEm0U^wk켱i4W@!I8+JM Yoಕa%7AO d>DU;$ϟ\=O$˹'ϝ`%'+%(ic7'M~e,]ku+U7mYMxHGI];Kg`xְ/<*nuQRMJ>J󧸘Bn TĬy^3M2\׵KlY@ 8i+ҫɏW8慵(GDKV)+J;ђ(v#ÛSN]7 #1`DwqU2`*^ U;%?m:Z,# 9Sý&IW<.{B9V]f8cc-Aڠ"8lނbZ!#ɮbPjlmBׯme)fʷu*χq7W4^}W4LM_}M<\M_vw-@ R\$/..n6zl +yLb.>jLYdCIBKAkYѕئVU{XYA,N ;?- U)<4ḁ̑n?GmCަWkz:Q{qdI kmM:ʼW0wuJjsv"nSg*cs3 ,qٝ#Ġ$@@ ʃJ%vNs: T/mY7Uk+7zV4Uɢ;;>d[T/6֖s~873[^?+,Un(U<1[ 廫7vJ?!_ 3v?ڣ dUyg \@*xJ}# 3^޿?oĂ1Va8ᓉn7SiS@& -`Sp NNGDڷVV/M@61lu1^CZL-ެ ^9QkVy^G0Z f* _r{Z?5.gA$#*7>-n.f%NI#GJV5Ů\'O"\[wAڕi7MK/zwWӧ4tf 쟔xKW ҏR1 wqo'tQC%gL 5ex!>][E5 !y~oO_}%Wk`Uljn]tMPRC挃} c/,$}ofN=^ñ9b!䜕-PS;YQޝ \~=矙Aܬ_7u8' 8zNYcv0*-F2yl̰{Wi^57y•c ϫ7j*,}I 6&H;DID ٯ.r2' >Va&|`mg´*I@4 Y37x'j쬵fM$` A~)AjwrَKձ}T~?:}GاrQ4$Ե&l1ee۹qi]Zԫ,SwwVkZYY*;(4i]8bU.ս=?CaJf(0,QV[e NYBWVٴ+KQdTw~!Ass^㬏İLezէVNǻ+Bw0A;@['ϿrVz݅Tl Lh5S5~a8Ah#tf')~d+ 2Urt$l?l]u58q.jJʻLcͲxjM+RZdpRFeY?jΟ9iʏs2S}Wr^Bt_w t-Q]ϸ2yoVinM]+X$a[NP" e;&$ՓtZ|z )7 ;:](r5;XK;N?Lʭ%ew9y(̦ iC;Oiv:Y*~q9a:N)hyZ>eܾL!Wv^g\H|mPRw <8,u9ڽU9S{uq7)-1d >gkUsEڇVXMLgD\/o7om5 Fe4B֦ cUxUs-E=;gصBLl;Fdgsse.q_jXr.!laN7SɿyΞ&PcNkg`ƒ~ΕoݲCʽnMKG:Jye8t\ sGr}7󑣴n}ݣf\ڊg i\$߳}WK[7o,iZq(+=n!6tN&͢ G Q;b3y=S(&_AMi}7rCӧ~L[-_MeHoalWgTH;y:PzqGF"^*_ݜlDw6BBqĈ;QdKWWZ<Ϛq<:N.FV,vQPVvÇ.Iqm/Y'%B~-i2RM}Fo飮85`|bZ;ngugО?W7c]R>~ 0!#w2(WZDqz(ɾ\fW"`v+G׋k}c"49^+ ZSmmt襗¡}Yh! %BD9 |HXǓ~^NɄ} Eտj2 }EV9a2ƨQGO_AO\2JuMZ-]RW #Mgjn^)g8|oբzly+b#:$QSy¼vM6Z+CInJC[`6GyAK5ħ-MkkR>8Jmv1\ʟNИ 3q)& *?Ig;.4~~G}}- vNJϲ @9I[˨|>AK^iS elߡxK"MUL7_prBZ;SQv!|y(`f|Z't5IQ;Eiu;+%[%d֖^-} 5_Oi~mCC9>hB#&qNܤ"fڄD;@"zr<{ ;5N.+7=Jh:GV};a)KT=c^>7k 9P?z$}aЂR^-k.,F9n2>=6J`3 n KKD1DwzUbV-V׸Sòn?nqN'0= SB%?9ЬIt}o]G?+pw 0hGTX g@zsOtse!%IEz}=?, AR(^dsGkliW:J>1rn!:?wY3R XmP.AH pCSQYk,|_8WI <,7UP궫ɘ2DRHՙ$(FƤno]qNu?zVBH^}nh7fJmWCE|D16q.u/ηZZqz죝']P=)?gA2#Fjdp\S|ņeM:n9RntdOIґ}Ů:g1'I&!9rZ}k?aE:O#WsW2ʃ] ͻ|:QByjͧLVV:IZ 7a]~lкOe1^^]o[F \sL&=C̮W\ݓJ+ҟ*%w\."+^B*?AjM3JIŀR9hk!U'IHQhղ,.N*]$CO*Џ̬z0&K,?=u't87S Cs/_<DdTBrkDdF?XDU@F,R * A^_EHsso,UȲ~[+Ǣǔt)MqkL1]JiD`D@]gLн72=NP%qޓrm iTEC\ّG^Hޅk-a@]ˆަP`dAi"WhOk{o w 5ӹ GćGRQ~nBϸ^ OS-cjJM[!|[6J' w+־c,X, S")2Gn-SM6[];F 5= |B}1pї4wlBMkD&s"8 B j,dX׭;q;~#O=AF%騟+եwJG$.Uc_ :Wq^FA IY:{|Fut a/TUq_HlzuPe%{~[v,w2rhWyN= Eh'󨤛3qآ*n+)aaFG#e` "t s: K沱kIRry[K"UD*aظsc qQ_ |˚ )ZT[{Jǵ6=.$l.uŒ+wGRߝf]buպ]W;whᤩZ|2 kh}&{?i.rokNoѩ6ƽo2&U%FzɈ= -3O-q8) 0j#J@?*wh.^)J2ϻ Z촨7±@9˿ &ӯAԇmr.Q5U;+ȤCS7net;q Էݩ"-vZ6sF)>,)D0TUw=;=FrkjF Ӱ>z ֊7{a^FJz GM2Yk cnn&":hh^%Y \Ň?p %LME%Ӗ텓IAbE^¬Ѥ^  tTgtUkR7 ^t*i_vT37p8HHgI BAΡ8j>=;=*ZquLl&bS! s|IX5">1^o_VoOtȿwc{zȖXPocWRo2d*fRZ)6]{,j0[1վw^|ew'#I %g06½wb,pPSvs \w8X6mUN eݾNm?-Mjy뜆6۲jUD %Tjb:̱56xs+! ɑ[M[ie_XCu {ʱU st{ۯmzLOζ?)tdgbyMp.sQWmQ7ֺ96>4\'f}l{nNJj2 'Ym4q3Jy-myW9ɵh¶9wA$p􂉄1.E`,s=q $$g$"ోbweK4pnLPIY7f~v*zZdeܵFz.Z:-o;.nd\cc {7>ܳ\E3 6?> ^>%k'o[gCf+ %Sj6tb N檡:$3ẽ"*OŪ:xݥaYV +CQp;W+&k'+'Pd.>x}$ӗ[;XkL{^Vëv28gum188 U31yI_.O5x$CgL'N3w65%V5xZ+v+u7GY;bl7 CesN~\̈́m0XTtFwTh+vm:4+-jv}~Jw۱uDJx\w4j"J韾!iM q8-/U[tjwV:FIV챆n=U}{>s'\Sl-+|{?gLnqf\lt61iO~:[&L +rYgBscaW0{7il# s -#ȋyk "r seg ؜+B3n}7]YV;9JfcuL~v27J}N *赾K3&(?{vpg;Q_2lʡG}pLrlt_)`BWlj=~+5qnwb۞C.al*bk>߯se9){E/E |=k?"%,ACȗ4h"7kwpOխE 0n@gH:œ۵YYʫ ?ln:}#΋+*o\1:"xZwk}*fЭjѩz/6.g>>I \ )08tgvzb`VzYuAU:UE&#Y=p5fBDD9^jqWpKr sH et7>mHi]Q6$k-L2"'N{6F^Vn^;JV>[j-Uisu4?C{ [.RTgˉ{He?g_5!Eū8{=4W*i%SP9Sxge1̺8wVn%0퐋(Ck+S}hAů:QрPuѭ4m1uehz~Yn:jۦR,v*7 gCPI5O(EvcbB;H9t'BPi_}.YFgTOel~.DV*`CY0RZ5|r!W3Ʋ,aPzllz-W7w}p3uqQm,zR3"^1u\;t_Gϻ ѯ'rU{e57,"WY m <0q /nSP"jj]a:Jo- ds> z4y֖vݢ>tH{7c[clE"bJU1V̮[,5{ ig4Ҷ/Wqbh։DRDLqq05]q y[!.i-,Ϫ?QMk}h+LSŭ{WU6JjS`*7ZFѻ2+xGxGi*' ujWD4mNK~ 1%/aa3]<ƣ5Vz,(BN ٷlї n^1 ;j)XF>MoZ|f|JzLx*Q_`vooN-l1|@3]i1^ { :B#D~e1zmOԈɃDSgLIM;1s;~^N:ӿt $os :C1:6^a9d Q~o!8Db#BRys$og; |s%u{}_Gm]"9?Ǘ UN\=s/NYᒄFP/\v};)&)M45xB3Q&3x|la[$rG1t.sq|~alu]Sٹf z^I #H8 "".VeNWNxE64 $ V?^ڣs԰97bq!8ܚ׈a /AK6GNA+ /P6ĽHDXFK7[slUI VѰ.[skl:S N ZQ%@!C[(7*~>aA4H:;BRI+!D2v[l fz#7dCyn zt*OG9 8rBUIL;L{V0 (KIEU"3}ŋH2ggϵ_œ dEPb*DF1bH*Gz4 *0TRB,!$$nV+?Kv|stع*4u1 sEAҤ*EERE (hU/~/oǻO|sRmX.s,OU=(wɻSH4>Y#dO/]-,~5G"H+TvoQQ_*v(ka/\?{nQ iOpםr'V6sg^͎/Wz}'Wߩ~ÿ8ߘ1òVhRI>ˢ07){w|}# יv[.3~|ho‘ FQ w%(U]/$WڥXh,1k,| }h4VtɃM':񕄑_yK[hK ޘ=WK6&nK>WH<8Y?V;$e!FSj| ػ" iz "<(r΀`|㻱;$&VIEs6ӸP.b>_o{?k`c ք!,`Pdf۪:۠|X 0m}`$$IA lk|{N\9pf9>zh0CWMZ|ݚڲk+?^wx[r6F_E]!<~qawDzlH Q3Ɔq uvK#T+S>hyӅOL 37Oi;B0/w,d)Afָ̨3Fcken7f6*BdX̶:%0NU4mLqh`{_+6{Hyty7xt'/;aƓ~Jsa4/LA7?A߫cY*Cʇar삩S?s wxs  Ϫk.ҋFt?{ib1|ċƋuZ,h"[ڀr z[P{au%>-z*|7$y nőH#pt<\6s2+{̐+r[F$b&$j. _QDݪ(*|I 0?*7N¥'-~jV&}̳eG^_ W^Y<V!:;ջV}:Z)9r8٥ u GYԠU보jrDlm64Lg :|S<2:(*hZ!&܅]zswgRahƥ Ōn^LfvCP ;לlo(uE^WOpv%Sei{^(zs+pD KKe'LP3ֈh 9uxIPv-$/Dڑ# 1#렲Բװ٩CJ\<>#K=\n~ _;tnGk ~W|Qm6n<:ɯDURUƁsAXlUVT=g_\@Tv^^7Nf߭ tDJFCrr90xI:Mh`'=h135uyv5.*,f#\ ES*5{+Q"aՂI6Y)5' eH.C4=[.EVҦcaslv:ۈNv =I4Ft4iǓef3CRɥn {;ڱA|-ml6֭h=O{^v~l\5믳8`0V 4՛N\G˘1.5WTՆg ,E<(,(]*u+ ~Lb(hKjjCqrLUM  @G9dz;|,NqJwֶm]-1bkѣD8n3 \>i&3WՂKK(KUC^?FdDɦbKP|O=䀤F4Lg}pj)t853 VN}HsX&|m[)RP+JAy9]arĵVbI]{zp,rgZOa|T+G YVhc =ZU>?!x pvgc+Fn/+aP[ek\_oc;|+ey.;@BÇ"7xɜjͦ[2tنRw报w C e=FPd4@]MYUV 2Uf|lu}L]''<RE#($/Ns8 +9FB-l(bpO@Rih.WDK2tL/Cm.T0hyĢ1C.QlH/Lp+?QQ Xk =?}taeHFc Z@,@pY9?x=oD4E873~%TF7)^|Mk WƏ8g_GpSV$$t*R[]F2ƣΝҖ=I3Il@u"N.ݨ,-:JL;QĊP9!T}O_ڟsVj_Dk*Phr3.}SSvUڿ'7H>-QA)#Ap5_ >8t=n|R p2?G^0쫲k8\%Zbp55m0{չvl+_u)["Rn\㴵Qeo7yJJz;Jm k?d*#O~p+/LҔOZc=7i:'}0Lͳ֤ akZvc֙]Vx]u:=DT䢽k.]^ qc7=+8jqx=1`5K>N؎1^|ZG;k&h v0T8/$óWRe¿<(N/ ]\==^u| Qtj=SEvۮDpjIr(ww|'_JnRŮl~Lfuη^|ot)Ӌ'nuҗ d*]hmJgЅ*48Q &~#:TE5URќKP#hAfcT˪<ո]ˎXM$ qVc-cBxh~n gfjх{ė=nCb`q$9OR}]ebkȼx_\1wT}gno,JGm"'_jTN͹M] lW*Z\XW_kɪ'>u Ot+#ګ53 zWQ.7?+طZc?SwVεL3?}l$H0jީf3wzJ7G])Vku/G=[uGpl{?ڨfk?;dju<}(T m_g&}yM)~l5XpG(7B.馗]* 6q}KK]:vZ^rr^ev).d{-E9]i]HT[}Dn&]#qXeQ)p}Zzrk\Pg5;G/X +r,%"pyO^G]5yE`DB-Qnx\nF p0(\%H0 /|Q-K|ʤA%wʖ+j+{{Mݦ]GQI"y]h٢)t.5ziMbV;~l7w7meo6JӠ`7l2 *_iYulP/uJGogt וDW|=yǜu * 4̄D$eoOU^ѽ;<ƩPmn@/M>7vcY7Ã{Is kcVUɲ$)*we#jzՕq.)-ӍZϗqjl싂dUxf1d~5{n6)1Ua䏳^G鼽^˦'.aaF TOT}ZUZE8#uޫ\qfn(MXF$r1suMXS{~3IQ]p*`b&akBGyˌظn V]ӽu˕j/vX]?:U#F`rOg=>Sn\ a ɪwesoOe;Nsu!`")G"DN ~&acz 9mݙ{ >ϓmi91I$GzI/DzP+}waи=A=FT$:/ϣy.9ppVt1],Ss{WY7axs˔f@p'h p^\OM=-. )dCh499RL̐Hvas>wTӳr'Q'\Hb;,jf0@6{$DBFDf`沮v!iźk#7 +D>Qh>7L%Fi!sSؘ3x:3Xg;8 kyq/XEC 8jUKͳj>[M eK~Oǜۗ$J?XP8uK#CRXe% JwS7$a+}$捦| .hxۥ1c-׎35N{?uwU&7&ӌ&gGw\ *oX$ HajFPKΡ0jJK*'Zot^AۂnvSqs?Awzk?w~}{́s\Xg1PQ5hk OYdpb2Fw( >ʘm՝~v-p@@Y(ݑʾOQ~,yANkSP6ߪ1xH:"1Jg$~\.Di&oIG)CJ鵩8>ybDx(N".^_Sd}Xz`uTOx}YR$jȩR#op V13WO3mu`cE7Ehv{QYM|QU8\ YzWK#E8ٟcuw@ds&GMUդ3l+UeTm6TmUDԧJe ~DRfX_rVj\OWo&o4uz,GggӉ@&V^:>1.+Z~gu<ŗhq~[mm_NM?ϭ\wi%C]($gn5ERWc!9" c}$܀ivJH*I"bYnEbV.VهQDCg$k6$zOZ~&ҫyʽNiHv{M ]ߗ& (%'T(%nvM}~葂~)D,9XC>5eQZ]"[TsH;;I!w͍)T1%䅖^]8}̯~cҟ8'u@Hz|=E|(J4' _?Ft8-ǟ ܯz§EǞnrgH[f/EOLƈeE.k s#Gozg>Ԡ r4X(ӟ4aQ5*)v;'D/wi|ZF;F"1`7' TI|&zZtk 껂S,m) mgx+2':G |ӛ;-G(Ըo#Tꄒc~R8H 4Vjf5As*( `Ei1\j\m-z~i:J0r04GƥImSgI Ez|vP<~4'*9̹呠!{I۞'~aũJ8zi zĵboW*3óXb~ZG_z`{N}kW̾KM:߾FU3S]_j'B/R!Q0)SBFG}D%6Sh%sd8hC^*w>? K4J-67Fz2(tٷ_Rt.a3G>t8.6I`ֵ~EY"$/Gy?w>]KOC{ޝmU7w/dFamuķnR͙;G2h aeK``T|tt{,GYV7̧YF@s(cF#O~:E|JrEC)Ӄ ؑu]h~meWb;)xTJƪh4VH酎e? 讽~iť и d1\;"j1K{>W&߽W)t^/mz7[^mdFC *~h)${ q@> dB0h?g]&#RR&%)*aXܮ,p\Ts59TtJL^ODӠLkW2ۙo$ۘ30ps*b0N i?r$DDD4sB̗۩t~Ưp8?ɴ.D^\VT037G@U#V] @$ބ?H[x}:,R@q)}=8 shAr\[Bɦs ꉓ2O/~í>jȺH _" ͅӣ?[+6vMN?_! I9׈2 "?`"*Nh_/|6 n9cۓe%t?7ṲfG2]u-\EsIAG̫c>JͱKilyv_pw-kmY%Ͷmftj۟>u^j^4 RLȑ\TIs\0mkq-d)[: ]x7r#31WS;l `m O2f6ӦRjg#FEvi-)3G6KBBq3}i(Md@rKpD2Z371nhCvB*ᨛkUEݍ3iD..F5m5{o7kWV]p6٧1uVK\cߛ} @{AGd_UZbYU؆bTC.;Z4Zv˾6t.xv$@JC-8.~Yk}f.;.ab+saD$g\A* eC$g]m Kjf:փHfWF \CWRM-@ , iɗv@7ͳmf[cqJev 3b +UUvf ݋TpCicKmUܚ1MYt0˓[]ګ)he7v6ƻ۽ŻmmͶupƚ讇XqFm6 5XWɗov{_?w_ja{+iWCqW}ܥOZaFr_3Iv cTh46b 'g?-@f$M649rIg0t<&C*-:ARY4wkRH?aP6GfBXۗԭhMkR4:JbBپ\._ݣ5?[XmAzIV©6'.1Uj\*pDߓ`M~XaL\KvCZ6#&p\' u9ΗPx0a aU#%BEBof%rb"\LVJp8QܚSkrn20w=4̩P9dL3ȒP4ݺ!XN[dg5L!iθcPD8)PfPQB)XOf5͵s#y˕cI *HM< rWCOKm9 d0ԸooEÞ.#ڷ0ȈEK&(ą qهí`-PZBuEUK]K+Ra^Ҡڔ FOc~C8Zf9nWn7)+0Q6x^8ӑߟyR4L:h2Fl*FΔD>cף:sⲻ{z crY8:AcBߗ/fd2EC?^nOl-P߇UNP*j_ҁ*X$|&c!2DG@T>tI#xg,Us;ͳH'``57P1g|w;. `b"MVb]yr5qe/zkqq57Lj6\T 1p=7 z^?û \6]5"lOo?yu]rjN䏙BE: UBqT7M/ c3I!!eAYvIhJv 6.![{Z9A5ȭ#*ዲpO}3f5W-afa_ɉ!cS !H &T2U*@Y5QÑZ((2)kh0=:0ȵK5ɵNwDu$d^h.VQ y䵏њ]bW%^IۃEQkMWntXYŒ@Fږ2}@5[şo'&)׆S.H,$d5թ*V/3$e"T"r UeUZĵꤲ\jf1;>[2:01 >!59vן :*}vX ҵ$ԡ8\T_yТ 4|N 9tt4UaEfZЁ@fIQָU3Fʗ_p gu.DEĐDFb`5.th& p ͕>`;eZ r L c+Nɲx^$Fih4DsC`6KF\q )[%N6ZvDcQLR"VR>J:%Hr|1)s2e@$^" r7}`dOJYNڎYaSP_38a0rMnKd1~8܏V|S]ZnY[shWvMQyף]p3n3)lpfaipՃKF8f?/~_=N=cm~Z/m苁\ c-nWiUYB\p-ח \\=_߳'A@ ngI+[G.FIX@WA0IۡB:?Kx_;lL _sz7\ܥX#18 ^>itdiw-@_/8^͍nZN9rcT=f2 zX T-2`-9ꝃ>1Ce(,d=PLtA\ʀ}c% M7+Mz:Fe: !/"@L=p~4o(k]w>w*'NR;omtUf ;0)E=/ T$T|켜 smLc*R~^/5pG~khfT:1ת`c J8JE~zSRAo--shc`>bPk`c]p{BroJInymsO⩭$mr^MήI/_ Ҝ _ڴ,#^18[taG>Vlb G5n+8!{r I$5aߠEE>ϠSL`me_vyD*p@a4UD4fk4)jޛWE(T#T_"n2l3ME:O^y}x!YcPE1">֪K_NB fhkmBWpXҜP߂" 0swa5*͚ pV<Χ-h_Wd憞>Y)śt76SZp _\pRਨl@m'D {ejY3;[:{{yNfޗ85!WC냴|v:!Ba*BU*JEDo1 2ཬu{(7]VҽHsqs Vd~v=%6fˇ:{9$KOyNk]T A.WqRMNeu8gGn(*܌%QIb֨$1 Vd8u bYdm3VNL^ct&fyr&  @q?FW HלA ª Wg!h8(3Gr',Loy2X(T$Dg  =?,!|lwgT]GUE?8ч1T8ŀ81Fy !o#.@ppWm|/3Yj#SܤT z/)y$Y8b5Z仜J\&TV`7EQwQ(Laˆjc#TmaQ_8C,5!ZW< sߙA}[乇*i,36n I΄WfQR @MQ\-gkr#$ (H,beRd`V r9U9ʆ+`RDֺ4"gBHF C.?ͭۂ_ׂ{' Ree_=sRwfet\=bFs9.۲ \x/K8RJˏP|/9{8 9 \y^[eT9e͍[XuQnPֺ/*@GTT+yBpcӾnﹺJ#gCdNK1̲UDŽ*dug3\ʽzLJTpBx\bsJұ!R. 9h3|h[t *()QrMD <"@TQ`6I6i/!@X_I, b&8Dطh @(.T$@akD>EbM$dQDF,I(ΡU 1 It2 3%% TGA)b͍i Bar^K c `X%bˆ BQ8~OrU*~mOO?n> XAUɂ5&(B ~A` x<$'7ȅA.[ yZVA2utkK8$ȖhjG/;]aEչ3֜fQkVkmT֝nFd˚,z (eў]jDe S3T֮2fk9tK-6O[A HO=;?C2}fgw2*Bd7`UPjRrH9q8Ȼ!BI;8kmZv5>p1Kj1\L=ʃ¢ .Ҵ$ u*Kj$wp],%@Rm1 z Gи"^TCv;F0M0b7Lqm9|çz,ž;%<3^?i[_l^W*DQ<`?+ˋr,|_A-`UK*+/V(m$_d"GPR@JW '~\1!| $I IynD$a$A| OmtAI|C4@L)|_K\G6o5|vkR )!*)bN̵w~5xHjօ,E<>? i&8"( b_ >w_sOE(36"J "n]̼bB8q>J'25ȁDGƎ] cϣ `/ `Zud]n[o{nx3$2sW{ߟͥXBhPUu|l|ƣTԡ:=}=77 qT"46!'B{W:2|$#?G~_* dpGbg//\o7.12DMs*NX@4H əd:_& NXeΜ^ź_" MdU`bRBe& \P>iܣ1Ȟ8E[Ok ~n7{1FH%PYuت7Ax\g9(}t6 ѣ9 hj1*!/his7N-3f9@Ϸ9a1M`; y:A|t<1BD u J÷&.>z) tpQ0A;bRKl0&itWS\F >B[G % "* KhJK矕jT$AdBHAӠ+0Rb eiMF5F5r "Y"S*RD;lќ̗kSX33O*u3As0"poSdb#1ʃ cN3i^;a}ʒ``3=D#&~ ٮ]eacֈɔ%07ƫЉ oW/Ehrb4S*Ʈּ\\L(K;]:i E;&.zfdњbjkv4…#;!@䪮~h5dMcEJ鲤ʪlczͶ;eV7?oaD!CU3N5j`e >lo+X$p.n&F`V X?a ;mKɦF dPi1d1č#VwxH{u&"*ޥEbT0嬔~p$j*DoO-my- |}vXQw] )1p0W3NTZ]qq3.dAȪ{ L!Jt(i`deN.$fU >:h`_ij`T-?0jJ$JF*vd`FVI٪d=ʔE,kZrU1DFA8BK#JG,$TӪ9$ H[Ֆ#S5YW vXƛokgxǭ""څ e(xC T=8|ܗ!t)TO(jr)ohjqaȤc&VgvX9EL@tE/QfQHc,$ Rv٦dzM# 3>#MHrCm=Vʪ+D!0k>=U َrL꽨g j0HSP P;ګ >`||J]D)tHEZjjz |Vq & pr[?*@-Yv-7|&Bn\If6Ujє@;W.)z2gR/\FS|J`8v a#Z $M u Fb][ aau[=B}l}!ovfr4=H+/@.?QS[Hg/r a/3njmu-ogִS>CBn{a&RX( KQ㱆:_j3,H\ŭ5. e%eGwKA+/6(*g+Q)OLo(L)JJ+U/R{BQm>xCɟ[YZطFcP![SzT>roET= 3;aWe=)vj7Dw-K[etrB{+ŝ[U1Ե`6cQnzclKpk n|8ϧ)RUjҵ'BpWs#^}Y - T^/0+DDPD,拏V,@STlxnKfʵD 3,R^[G&8av n=751(&d!VZ=y viK?~`2Ԅqٸ'R^LYTEDr\\]lAd&ɖGj&;1[=wR間ϲ;lu|.oA|1}V#@LUkpWJ]݅|Xҫ0wj\gT_?ƒ\U7qҊ蹋j#BG, _U idP=6Smhq6:,k@2bl\'YRzcop_oS&)Z,ZUs] ةfhP߫Y/~ϵ? HI1VEDaT` X1<MH@ۻz;MqMP n_8l7)JGXф>#AMSp"goA|T %0ק0h9gS&b#bU3IP6)nv~D3d WVMnC5ĐAd6`pG>/̶NPc:?wʛq*~lv>ESC&uX-#@_gXUio~9f@f,ZY|,W\|5BG$J'tG8y~ˋ :HY5V*sy];O&Ǡ~GWvp;[0\ 9ܰ"uHdusx1?{܌+DIXoYs0aOs/S+ b1[=>{}?3rRC `#D~!ξI'dw7.ͻkDƪ$Wcl)|c3d tdԥu1V7zyG;>MKY/U1O ;Q i39N ~8k6Lx ˬ4A"inT0sAdP u^ux['YuiXЖ8 D DA% |6 }."a? VzwmZ:`eC iA2V}c$QgcNirpGa$#$O>zz;~)TTULUEGs{0Ya[PԘT<??UT[>OW^*@߹P5e1wY96څ_doyIgf[<4mA.!Z Y$񪹾1f BS|cW ɜLצ\4SAv 9GlWo@p/zx9xqT#L(-JmMK9]_H\^& 0ő3y~.DWģl_+-*x[AO6)"=½z@ ?'4'G?l!ՙp}_3;!t伒I!:?t.s\PC *J0r v s'l|R0(s{n`Š<y/.cNAr3*Qp=rVV,>h84`<AC nfMB1Ғ I+$Α9`\g3,8]<6 Q`h lZw/̂NQT|޾Çp8hIΎb2;[U<6xP-*ðX]a=ק x{O,Χ`p_AUBʼ,yX\18~;hΓz[V/0śWh3p2CD@jy$=8"mYa-vqxX# !ó< da1y'z$]O48f 'su\¶kpk6"Ae{hswe;|_SmdYڵ-2>>&NSS\! G輞H2dC1VR 4yV[Yۤ7Ҧ_+.pFK1]Hd-rw|9 Z9;2%ȚUehʻcӸ]7@b`r9zW줹>L-jV@I#&I쾛mᏟ0a-j1usik#bPhlJIP3ZO2maV(%U f)B84~tr¢~fo͌a<^Lľ߄Х*޲ţvz=~Gi}Ѓzh|5 MI*;{ګ=~<Gn5=fVUYɟ77N\PVp{a4rS!4z~VƎ,2jϝ=O5۽&ZNzm йM "2 ndP~%#G7ڸ f3nW\WdYKslI>t{;Lvᕙ)Vqd$q*(UӼ> ADR!v|Lap "%撊\iHzLllZFgie-E8gP--- = jBF)hc1S ((c4p0WPqPEQB=j؆o@ˉħAX3s1k4z6_;C&s{>gmޫ rzM:L JDF(#u9=>TLi$5nE5oSԒ1Vvoy^-h,^i!5,P c;AWOx<閛Xz(Hwkk a-\lpо_ Sꗂ2)F`8/n\6QMI8^ph@OL$!K,>.?+\tychB7|G6i2rxQ.]/QҶuvtc&:1h"V6O13F(x]fŬ!kr/Nl`Zu#; tf֒ $blT(C ZS;5k 2`ۡ|z/6;]SFQ Pe͹Peq XA-9rmǏ\z-ڐ5b&* Y! Ýkb]0V_g~^@H u*Iǵff^]]<:t_oц-䮫  F~i'cD9d91Ρ1LmșcMbv#>JVgvgTul!é(*SLGmdū FX35P|L!ETjaa8[1dǾ))J1+w!)jߥ`/ VTigw1X7iL#*,+~)+(*\W%>Mao[;4$+WHEA\3& -G9-`kg}iԚS\A_V߃#+F)WcCL( a-5y=tRʰBNCW,7~|*|l.µV׷+rpQn|i`mh}U"?CF3P3&HBx}k}r-{/*8bvU/}RpSً`UOf";ż x0%IGHj +Dgp:9p@mWfw0 v{ ij7aIi".6gS_aEMYxQ!丞rQ&P1v0]Oa@)E8F Ř`7Pxsvv@Pu55M[FBm1MLz / W 6ι ̀Y3O@0`Hl*8iq 6JHR R" LDs֋ZL=Gv7 WYGڝ廿Q<81e5fUSN fG^ ̠[nD]0+rD@uhS)V`Ch!*~u)zNSQ$VY^GvPl:v;*^vUpg( tJvCпrɘ[CE+.#ZRA]gdo+]m(w [$5CI7 6"CE@ `@p1Nl5) X`Iє q%>ۜ~?S#[vӛkx7]˰T/O&qCFRk u1>S$8%E! LM} AQpNm?4in3= 3̜R%03ePndjJaЧ^G0^>+ʡvf ?hlN_܅3ª}o V~-7t Ö{AY̬M_>F !"[}hpbf0U2˘]QjJvBTȀl"wf=˜tk@ a)kOᵥtLq1Ή3w;GݗxU[wfG i :4q֧ﶝ#Fwas.Upb - &W~]Ng;WIƁFu?, ^{ɞF?YXm0kϯ{o؆[ꪊ@睖7&]j qRBFznK^} Fݖc0HM U]rϔ5&y.]Ľ4H ZA~j]1a8UH71Mm[e28\KE*UWSK)\,<طD*.xOjc؀aі<Xayw\/v[,:q)Ato -Ce5!P@^b?73zz =2qwtU[ѺvӪzxp^Fװcŵc+)5(i:NUq0v(B=3h!p=랭gUNZm ;wkg'+cw91ys\[www=Fg=޾Ž<Ը|i}oXRDNՁ>QgjP;ɪysî62`[4ւU-);@ )KY*֭+M`lkhpl V[,mfZʛZذ iV[!#TjKX)i@kBMNPI4B@V i@Q *PP2%Kw-@ N!X">P R@AIuH5N ;phz:n4>OQ5B !dc &DfQR06*E_c$6{cP60U R H2BP $HHB""E=M'yǾ @=}B<l`nt \][>4]׆(_|JP-\0>î2P2R _B}o\/+-ya6|uwepY>>oťJ{Z5>_J'_ JN}XxGF=5>{0c8֥;np"냋R5sB!;]a ݷmwcնϮNY}U}n5uN۹h1OprovֱJR1@H$@$k.SejK=oNoN3J:jfϯeVfmқ6v VlfFcJ 697ރg@w i껛m޶QdWZ7t6/{c[v֎=sW EPhJG |pRMMjPMnZ$tP}7ms) BA`= _:Wv2K|[A 5U[6)|MI,}/C)=w}݃n(@4 @gH˭{64}>t gb,XTkmRTwxja7P}:8(Tٯm>A@Z:7to>֋f%Dڔ.!>]5H@(@A;a3p @TD ,0@hwc}^AtmvEP\@(4(4(-ίsyn^R.mw=(=z(UJP{`* D  PPeD m6H& h @&#&M4iz24Ʉ12 h2M L OFd&mOQ*a4ye?MO5#`24ԟzi6J{$S=<$b ш )z50 dE6aO)jO&'MSm#F6OSOFih$JI"b` dG&$<$='=DzBm#L=MꞡM6DzzI茏( 2=OPSi2h i& #h0&M124d&@4)m)^s'h*E7w_)1ߋXE*"Dݴs`LxooZa҇URCt$1x9bbF7NaԳY!TPhw:lJcU*U$0B@3lq4 &&`k=2c=I2+v24G{L.9T;7[x=Vwzig速Tc54%K:79|_Pg fݰ`c]%@3t   I\"a ]<ڻkTIAd( AHlh|yqu*&V_byTSe#UT{~<=?uPU*w^NP٩U֨!ښ&-(@ "n9v;%mZxnG4V:!ҍO1DIS_n$a..@m@ tJNv\jH߭fAdž $Ldc i:SsaMwI­(/AQ"2,}ӯ9 *go| bHFLDX4H+b0l 4IF,2'om2lkhץvDQm^a'YO/HUtכɹSu$D @MC! I41$2"eD\ %- 5%bAwVl+ArU}HmPϛ|QAFōHJ-<^[ۜ}#v}x tz{/Ou!6QjMT*@"/L .I˧+[ˇQvb:DqJhmvi.ۙU`q! )atܹTbglH $0 ,1J!N!/ʎom2B@R"@z'ofٟ)5܌X;|2__96_yY IBT^Qf= BB -hd>%{G# o5*#˒q2J)!_bxK>Y.&=1.`yQ I"P;Т*W. a$bjYYᘆ$0RG͛8t6~[>{|[ncm^Ͷ 7qtMW:4g0csڇU-NEF 19bstWc剅e=^$Q'ݲcSJ E&@xv/V3ӰȀBHR)@@̊Rd oy]oA˞$@3nwrZƔr]V{]϶42 Ă~ h؜$#zADh0(;;ҢKcTĘɠH-"z&bdL9A NVAn,W6O{.:L1$ {vj,d ;]}sl[MgHp :@@ dȹ[r9îdJo )Br#?/9sm)]Ӭ;V4H`}E0w{}xdMz]6B,@œ$c%!Joj^6#ASѠus`y d1z]b,}W{oMxƞKac{?6TNȏ)DG0$GEܿ}{/$FK#yɥ,3u I:;Mf cTWM\V#oP ).70s6 eӤĮ>Sqz^KqQMhCaL.d$zm^Ӟ3{]IӭѨ* XېMhٛ^T#H ڙoU߻P@3D:VIrTߵM|ܺn2lj;rhg& 6B61cACsS$ X:5ȅfnn.ғPD$> V$M=GMfC򃄜"@|.HLxM.eM 123A d(\SN?/buuzCPYm2d)PUPd  ^<] r]!M* _}p BNNucU‘*$1[9D@"#6~ulXY)&633 j 7RRG*|K~OO>ۿyF)eA4Hp8^>XvU!xIP *.kr&]~fQHLFʓ7Ǿ,bG|~׵3 .kpxP:ATG&}UbO_X&cI<@HǟOMRB'X&1WE|APD30iqJI-173<7nSbWW+Vȩ'5Y3Uf`ܶԻw׆ AB0]n/cʉIKZQVp9<|=*NeE$lVQ @!@AF]=|ӆ@t}U]8O?|A͋(*pf;ջcvtr{*(( 2" 4RD@Kᄑi,^]ۯRh4jyEߋ' ˑ zs>O9^+Nabra|ЗB7bvZy8׋SyF''{8.ҩ`bAUdLv ]zh(lDIG bgt|纍3ndTa[vo fӓd fI ,P@XKjJ!0򙒽r4\皡vI *0*pZ5^n)l|mhlYԉB EYW 9=&.Eu{P4u :7:Ñ ($e^o{no?e3pԭ Ri>s[(Pc)@!2^$+驙&F[^54& MoSd;ۗr3<빒SWQ}TD9M "*1]h[Ht^\Eooo-I uA Y#K]`KRv.#gϲPsu:NN^6@qcĬKm飼\}>=E{&P.!w`i*8&Tnzǝ|}FZ*eJ'asvu[k d? (W->h _ۇ-vea(Rj[(V d7tV.C ԥ0 E,2QV;m/YL S&' 2%0O_8b0IJXdsqw_̓H)7Ӕ0<uFYCc͵8adk]GM3{MSB'Nk/_ -3]5QǬnhu\gELY Q=nwp@2ȒMqݗq칗oz f3sMjM\.7 oy\Js+l+ !INxd3#Ȇ,[TߨZ₻6NVluzFJcEb*vxT+Rl1Z I120Q@성W/E$ww)3Z%%-3[-n( svR[vl2!M wo+yoD5`UU]/f V "(ooz ~cnf/_C^lRlX2XXNjGJ;H&KaD$:J%i z`Dg调H %&=(9 '9 6y Q[7OV>ڏ171Td+, Q.:: s/{u:,rpDuj礩{.VC/ñTӊ0PL T9KpN; _DVd75fS]Kg&a U}Vd`!$bBd~97LeMDr,Cu1QWgWtV;lx],F@HAx `)@B"ؑR;y3/1-b|jUç̿snu[{!̓m"FKYS7H*V(ZQUEXׇH7q˜HA vX^_I > Pi3<>VD¤A1A"e m0ݙH&dD.J#[RHHC^>x0c}a$- M !9ν.=x`ZB;m%nk7{>ݝMMZ4pAₔ9E5Yd♱yt|}.jq<4?S'H# Ab\tڊ`bUHXIu_ &UKuҀ "A(JAd&|;Ww/qid(*+ ͦn3_" "((z)n <|>yiR9|f44k~H(/]k+%^G^mů{{{#~ʑscy_=8&,{kXyCCb3\c`1;U'I)ET P#>;7qeQGC^`nm>/U~pnN:|9%$X^ 0 B^ϭe9{7C>^(kD %7&YN6GHq ,IsNo",h뙮jŠq㺽Ήq5w41JpA#x>wB49B, ރDy/KB} ψΚ8BZ&&OүV)Րvb}>˳$uӓI$:!XtT!)OR$n ,K.Q"%He{CL% 0xF,c{p%[h':6%pk"^1nt$nI֡(6{Jgwݖ.tΘ_o ̄;4bla E4Yq&Y%bI1b6:wбEUObsZHea,7]Z-־Ծ"Evn8'jn!Ũq$)){?r,. BRB01@jSXa>BC@N:Q&T BhPv·/uݮFgѳu!S"j71R]14$]3FMAdS_kyv9斟=@".N$afa:B:&2ʣ Hj 6}']]Kuy=zW""X2Q1vמy- L(߳=6 4p$ L||Kg XlrZnq!lv6Q1(Y8ލcxS/ ;svz:bl 7`R'ҧ s޾vl+$QczCZ6>-,X3ҡF' ʌVR?KXF5X@WB!U۲g~a>X #`Ӟ>q{knjW]خw[)~H lj,:rLۂ@@.r  !@UFΥ*ѦȐF@J"POm}3G9t\S= rznx-N7~9e% QЂ}~}}A- P:g|5P/uHrٻxOA(2;e˞4Ykt5k]-Pu2\>w@`= J1!PCWFgJ)&ZpHU˟F,x7 e|Z 8A# t\HȊ\ѦM)ZpIb2JX:νg#PwfJkYFF(Wx݇GM#&)%0P@kjw^¥ot4o2m7%EĔYpXTo&ݥN ?)% #1J󷟟XKO(3Z ^czvp$y4$ ?uT*R/hժU!,g8d|  % K+u$IpIQ,dRBi$Igvًf3h;߮تkthV*iǥԚtidۉ_VAٯmQޒbV Zoilu=_<yHpp bcǐ*S$#B[+YP֕k]Cn*kaYSAQ &1LRG%Aէ88Q;rhnADDJU!S8=Gc4vSp*/kFږD@m9YZeenfl Ha#@( ! qwN;K]Von~C"tWX($F(*%ßӚ6/|.UeS!VmI) B1@O }44b$4>eѤ-*e{r޺ QzXٽ0@6Κ!9L&Yccfdθo\L%k%HJ@K$% Kinl.T b .S y2"6 $D "@Iy3kp^V4qXQ6ܞ1sQxz|.oa O!/=2%= I Q`!r0bzdI`jϗNNkȌ͍ԙWTbfQr]\جNPUل@ $Sͅq[=. *,-t@c H'YT$i}o[_E4F,p`6$ L~t~},)O{YI`}' ,EJp˂]i~cH#/e*hcc% \=(dmß&P8u@ 1{ޛk="X T $R12ұ]!yBE!Htݗk>? s6Q;phznEAt @h&J X$jeHEаdRsvN @$#r"7_#]Xl1L/PI a \ew;U2 vҔ(mw!!a|o?8Y]Hl xFtT$G{)0(H&O(ID|ѤT5>Q/ӿQc>)@Pg1p_f,OAH1Q̾ ]@BiH)(bkS~Eg ؁DW@JȿOb@ 0DL)}2:uͻˮATJ(TEQB@di{Ro }ASp`r \Bѯ>lO3p@ sKUS@T]R1J8[3 "F"&Tio͒>N3 UEY, uarGM׷46]{:n01`$%rPK>^Z1t %!o]G2Ĕ.]&*$Am?%t- +ERx^Tu9-uxξ:؞y?EůʚC$"e33}G}ii.q+'&pzǥy!!BcPshJt Dq&8Tk!+9;MJ܏(nFn<8pxfٰ%0.S!i+sn78ܕ#8 Q C:@lbFFQ xvti.đ䥊z0BVT+(@CRhY]T3X3A] &AF4114$%$F007jV6ch ;xB9Dia * a'd})T\: H$mIi5#~vEFq1h0R,OpQ|*РemA ` R-kf^#6gd(eq=S3 3-4՚d"(rF #dLi.[XE# 0 >'I) i)QBKyn?3G%[Mr@`צZy^9O%G(Hsb!/FZVYیzd: &xslpUb[Nz|d#43f{e%@H,L%WZEˍ=5]_uB",-ͱr8Q&m2g U*GqdGlul' )Ż>Dhb9z8Mݖ㤛 .q3mRiwy)G2)%jJ-A.#,`NU(2,B5fRw"%P1Q.^P)J &* Q)M.㷓#<£q7k%k YY!HH4>q ()Q~ PbmϜ;M=" D`i.DWuqrF̐MJ_ZCO:$)D@H脑Ēz]%M(hQAaӌ)A|`@Y@zw_WI F:xuY&n ItJNMOXǭp[u=9bu:E[ƺ6 Җt`~"̶)  2Dm@XdlD's$ B|4_KXʪ]/S^p3Wn|g/q:\c4Ly[ q/6كh7)I d%f,4.ϟ4Թd Q#Qu 80V0D  ݹ(_kJ\H Q Xhѭk2DL&۠I y Rgaؑu%!b@n ٹLfMzn lGp8=GM\ͽ(G(,fѸS;i+WSoK;Jo?{f`,Ɇ$:D)_M3 ,\x@IDXDV1).N羍}h]ocoa@~ː?~-5%ocs}ʏhLA>]VUz˰XcmКqCE c:$TU=o[MYCH{vj)7צ!a`!(%J@(IG)#=gxfIBp?OڍI aB@Qx.OM4":K0DI"$( HŦ}} '[xTV(q46~dLc]eo40ZolXVF˪LubDk~X8 `pbmWYmZRp+!DDyrGC5HQx}>,U=CD C$'˷bjQu<;)SSSnyDzZy,Vj)A~b8Wl8&A Q@{IVW&'9L⡥Uz5ede"CʑXXl A +y8K 05`e%b-ki+w8^=T] [[+~=PvB}ޤd,Z O[DRg(P2F^>LCWu ISVdB>҇S* @EIt,;ndZS';\޴o>Ш' 8?W<_Q)#on,Ãj}?JFt%7Ieh3g( |Gv2Rb^o,T= kв-Fܵt0-T`d5ʆXI*C׿5g' dׁ+A|/_]"piVXm%WveSB~ J /\W(Ay\Y!]C|QHYLWޙHXҟM¢KN gբn\?]?_m[o9Kmk0zL.Ũ]Ɩ1$\@z#PDBnǝwQ ԻF*FSXdt8z8m*1UtkkqbUuc=FVNm-.j^Kߪ?O_&N$ܸPךof2?|c8=u jb`kz/ڌMvLRMX+| ~( OT4muن2UBb1Z`âe " iP` εT{mp+ޭ28. $ynkr9M[0̂C;Bo>K~E-VSqS;EyIh+#=%!K8,߬ CDRl/VF4_ʊ`(&?)^t[A~el;H1$?K]j4ϧᶟJO±l!ci_~Xow5BF,JL5kf?0=M-U&| wuF_ߺxdoy %VA l.¥DlP@[(QlP.1UVMoKaU9ϒzW)RJsYD>1TOlUK%?B ǜW yVW2Q<RV&ǜCYOFvٴpj+3B1>'5𬚵㵻fL8\qɃX-/ ]m % JL-W4;?>g~׊w_k1itL)m7, Dz^]ׯӱ蛦xiՕrCS~O 奐cԣrw')vE}1אWn\c[ WcKҔy?OwU_ZTyc: > 9E" z&C #A 14SY;\Ɂ3UP7n0=ܯpիEtB%ǎeCvGxmY`!zՓ3907CX,NކWpps{=nqS T{KB?!o{6vv7%L"fwk1Xrr2ZuR)a -¡  Q/q>'|qL"Ϻʿ_c(_Y{EݝZGc5jޫ] !!@G:!09vξ|#F(+ 4\Gwqo`dteo->rîH#ɧB,JGN,DDePW='|eQO.I$SPMDX+㶖3jc$a?F+.: i@8c^fKv~]V/0^ ?+me| 9v")n3} ó5NF(M^.NCCauw}/~ ]VS+f!D^!QY8~ըnv"ˎ O!WaN<1X g(Q 12D(90ّ-uS53ZMǢE+Xɰj",dƌk,4[,X!6oMbjJFbrADQljMY,m~a;ޝ全w$uZ9uܫn~F˩*գ]ʮdXf' Shn|Vl# =lgOtk* /gBn=nb4jHI%DDAh,&D-YjO4^^w\KTFBɦ -+m]cZNwbk`m̐9}Qtyc;rٚ9ifOOSn*aXOS] ,4H!ZbI("78&R;XYJշL r*iE 9p aAW`(}W/OwVw^.9 Cn#wmp,~_Uм4V--C@=j8W|#l~W3H1~}( &/׭k{O8;t>_ӾjϨ*7^oMF튩/,Db("ǫh-a*$1$,\܌5z[(!^ $Q#$abآKchh2lQ !Hl`A.C;k[_.տGC>S+ReCzDq2=?=o/)w{qkm,L4/GJby%,C?x WY2<.;7frCTP\R0bj`~o*E.M TK2}>~>>"7yLA]֓fPLu>$UXƶɌ1[Q`諸\M|% x]@uUq ެxYCsk_Ҷkz2=J1'Cf\|ȭ-|eAa$fk+q {۾n3}^oLy&v;} 圙YBZ W޴-UtpWY, M@&Z&QRY(RH h$fPHJE)H4J[j2bR [zZ[Wm Va"}xT|;{6Z#f{̊g2(Z8 gWGr|u׸=XKشNPYӷatB%!b_tiw4az2LҞ+?,zas۬{.97@"np(&ԉ.|O5VM -Y),9ʉQNTc/wsnOZ224(lIfړMI=߻ވbbE U=)PtTmUM"D%6ܤMЪ2M4M69 7e2f:7R,U"%E!%P&TEU0Ȇ.Ɉt"&0QXHQ9E7FETɮ==uj.]9O JM &d J@MTԵEe%*tCI ~y?5w|qr #&"R@DIA3I )CbM/k kkAZ;|+[_1>gBYA3 P, H{3Uibe9&h*Q D鼟G}yPc9|n4]+Y-aLɊUG+|>[9ŸOeӝ910P)3w݊##IR WTVņ;Z{Λu q8|_C.v|󌫩^ymPp 2H 'tBUUp0ǂ&hM8L; {7$m)DD[He7 ۣq@K uup,^ڏ-]lb"Cq]bCij3; G$C^>:_^g^} uO?Y7S~`0P`%=A)R/XȚ | ~һr: S[pČ" m Pn.`2U6O.sEha61[7~q$<^D}쮬.Jϡԟ,úCO \>Ώ[ ?R`WPeF"|pVHF7Gh(T88c~kUʟDWscx퓖>Z*vVn]1wkl_둻vZ]nQѾA*ϙVv'"Czq`]>"퐞C?XWhy{=&xZB?/yjO;8MڨLP((0 G%lA_Cu|EGavg뾡KO"ghzLדڟe1`/0 J(߲2F|Dtd7mPk3gsn/`v>V tD@$/a<<}:0':ކŜbaږpSuj'o!8r/6.jQJ}]LLq,Sa؉?}7ksKP<Kit}p4~<Qo~0/^{C;Zs 廙u~zUe&2^f.nka0x2#~_ګ6=RpT1̧@8!Oꋽ1+paD &q~Xf7K֊V<޻? e$۸v7+'=,GmrO鄴W;;`i񯴙jMXc0j|}L &>zJek R֫Ů}ZjK(*+?y}ggĘ[czd,ܲM% Y\* Q#s ,? %ss5lZ/k`cs]5I뽷 :4ts9q3O\S/Ӿycط>WZvut,;oS"3rg$h|swl.CZ^8x+ Ԓ:U^S%෡0`+@jP&hVy2_ezIfBە~_l|J-\m2g־ Zݷ'wW 5ՈG0-yfꡎB÷hp3I)C"" ~yjD,=DC}c#|w\^no֩P(DeI}e"꿀{ne^2 羱 Y*]vCkz[,!;0~7oi$Y,?+_'>՘;dٞeKsҩ}}F_%h,>[y,>@@Q\ E"љ~?!J,^󾇒sKqX4Z 6s.a01x~☛N[ )ufÞڙZw~^'شVX}~|>oT9Vbs/_c ImX? ^өa̰3l*ck t bn'ig 0ME@#ƳTRGq+cϷF0j!k0\ǫiGc}${5ZQs%tۑAUѱ]vQfWw]M;sꍻ(rsur'kvF+Mpd/M1G7ֳ#b4Z ӟ$}Đ1INsBJ0Ls6\Rl&s}kFUͽ7(,7ûG>_3c!('ܴTihh)5+wah H"rd=d#I$S$דM͌"12lD\رt諁!0UUHBe:*⹯6DFh!1Iˮ[Hlh4 aseƅ&{u1ߕ4qbCؙPJ@D Ɇ/ (P`tzPʺBU@pШQA QT]ݨR~ •FWjE&b#uYwC0Glc|%mj!2]mSl tf;V঒ IY"(qQ*-F'lyy@$4&ǯ>bQd2 PȒeGw]&LԀAY &B%ʙ- +ny"(0DJ&"/rl e&RDП]Df4X"(2^4a4LR! $B!Qϥ/;z-J)W7YJ"dդJWkZ%{LKf[CLpq*Q[AG\@[Lf@s|*u_'󓻱Ҋ'(0ٸfT )$2E$ W^u*!κB CԐI5yli^#e l5$Ld q@IVX"PAj!.}|zgL$cw/m[H1$uU3 TY;$7OOȱJ` n45C(8nףbxlZX`WǻKpc( PLCK~G:"1tR\ J@* փES1BD!H0WX8->vn4NB㥛 _J/S"-ǎ-U m0O\{MlYQ֜M%96w{qMv)7wlpsU »FPh |5I4rT1yg%hYA-,/S]%eb*%JTYUP/.B1ۧўyݗuiCWB1bHe%)o]"B< d,T"8@2T H0Oe]pDRN%뮮V(92f  ^]w/]S9=Z)p<!jqlP f`$"@" 6F6"3uIB"II,TN&_6l6m=% TN~5Qjvt),P_ZQ h DbOR` !*p[όcF*7Ck;;>A|XmdE]a+.Td'BAB$ڞjPQmcLR;z~0y[ⵂr{ ݔ土!1"4.3Tr^Tw<0ICg Sd RngJ:keqp@K;MT uǘ}Xl^YRɘEAS]ʖ( P@Itzscw ߽ݰݳ,e) і&{$LJ*Qif \ֵ\S6WF~h M8꩓$* MԱ0dŐ$$r@KP l4e4INXE6(L"S2BBaPTKD0)v̀3eS*T PBr,DQqh\S\2s8UR.n.s]m2G'a_pZSç$`TI d (R^%PBjOآx^ QHҟtw,ߵgF4A@[b RljbT4qZu)ȟAHz2mX čGu9%vg]Ĵ @<}Xp(xׯi YX9WN < "‹Cт요w*w0[gA0RnԂ Zª"FVo]a3Ā9 H&5OvMfS@ؤogKF`غ*94DO}FR PX0dP1G ` V:qXJi[9u*b bV7DXhY +% @ 2$A PpWCM.@o\f @3u lR.ڈIFJs"`BˈpPyvTF<l3XETbڪ b~l zO>G'IXWw}V #mX(Qh!XC=>]zk@޵P6UP,]EmMT1x vBྥAPQI( J7<ē!+JF]Rw  *=sI#D&JFOsJ=/n3Ǐ -un~d>t{UTXshѵ. @4bKW;&ք$" lۜ8Z==i:hQpj?vc$s/:kALs2`*|>t˷z%a|=e\mH9gzl4CWUc~"jGʼRyjr Gr*I#1"HGQҤZx#CWљ@IbĐsqnP)t6 rݻDp}VlN)j(zL@\bL0$)J XZnvp3χ_1=[dwF*J| T2h2EPX?ؒDs^ `A&0'@}$#9~PqO"*1!( !L qVV 1:ֿW4G|GNa@9$<*ip T9pU]TЯTSI&%Wa {Dz=vFeȨ *R&h( o:/)X@$)\*=NmGbDKD r#&*$DXHF1E\ cVvR^4+f"4ȧ 6yqKbXA`j74[ /%uVUThpb.Y:gε'Wy d y.ɓD/G`fjA IQ8Zbd{kss6\f͊e6qU) 1n&eUB36\J2yLRd` .$Id`( Red,!~M5%iDi 6:O>}?yE<mA*d@UVRLBhPlVaJ'wesf2j/$0h2oRgtڶכO?/.G|sf3J/`8# ™k T:R#~ms$ rTe➕Y U PH'%ϼgR-$$lJaSF|2bd)1z(0$HؐXևL_P;ȪRy ѴDvw!"~ l4Q4$pKNF$ Q [Wf `x$Hˮ 93@F=7"R-X+,ǻSq]eI z#:5T (bu>;DI# 02oc>@52-Ңbg͗$ (,; #DX}cm=^YwAI E`w@M(xCC,/}/cy5D QWj AD#^,9p(HeA#L};{ga`S ~GrY e2h@&۬e3LUm$BJ)H#2A$v*mqfMB0Qg`u>j]QMHm#;  YDr x<nݠkK.VaW TQ%e: c;/R l1Y}4@΅z(MÀS~x:-&pZ44bi' ͘,vE#QBayV14Ҡfpۛ ڻ^)l7G̢!)((FRn9L$(kV6DeEBX1WX_Yo@Nj@Q%hg4a4 9D385%u@ʾlk$ll d.OlJ&h\XJv5Ts$dllйM=ηwΨz rLhqIF>n3+$Ѥ p}duh$U,zljnmh,M9<./oHs ̝ga& Պ"u跷5nxo^9D7P"Ň!rK"Ƒb|^ jctC{~c\f75 8FY:|x]  QS9AMsTrT)Ƚ[jL;ԆfHU1t0̩>Ss8@ Չ܉-›  C˘ Nb_b&24 m}%˖1b:(䠐KJ52}E M02Qkҭ1gΛ Bmi|(0H) PPT`;;n-ZfRIP0ۼ(%2*UmXe)])9+0JW%L-Q:c@E )2!%CUQ8g>6H2wm]E#L]-ՈE/5]*E5B%%nڭLSr_-s5!f YTdso8|[ʆ]135AAs`nZȱdӵqaH2V8Q7 z)DmtE`t&0OFA QN$# !L%0 "Jn0:R4ݯ])(A e$2IUArOQUͰ(q׭U) vu/ !D Hz&Sim @BRMBK$PPY"h 5R)beA}jvqLkg,1z7յZ{)NX,œZY IZu%SMZ=/MU8Zmm̊UC!ۡ7%ip% {9y/?&آӺQ@@ëuFv51V |sweB!ee'#y=M?i|%.2dRU0%Ӥ33($YT2`h4$]"DH2]Ld1HQF RK3- @>?übE#A 0ȉaGF$U`]kMC @`%6 0 #N'lV4aȫPZ%ZL3ЁE32 1]9*azwfq,!JC| @,0Z+ZOV_EeUSr>XCqRZ@YW[_jͦ墅6-ؾLPU 5G oEIp}$!x[1Uh-H oN^O;Dfk̙GHG%-u4ILȩ}irRJd .EUiKebYf ll3ȁ|Ft V R4 (vЃ4{H ́P G& !vI |"]S7QDQõ@g,Mrnr P5!#R#]"1$Q%L]0>{gUϧ@F1b2](mhE*+YZ':g|&blvځ!$ʪ/VC񪎽7I:r$p Gl P H&10W#kATK|"y2%a.0KNЂ@b *ʻ!c)idR (I% BR@T6hTqlS@ݞ0)TEGX"}%pm[e @D2n0gWh:4ClC.;oN#BrN jˏ DUs'Ͳf7%_w!N  \C@6J`Ne (ºcGݬY2l2 d8AUZ먠\ #3KUPޖP5P14M{e.J.2i99+"$PT [l8h" D<N( ǰ爄ЏFDA6WD 2 ,!j]/c^,Bc(Tlrυ}7#!РI:}:c46UBGUI 3ξaCy,fkپ( LT UjKpjžmvCv,p|,#n=}emv݋ݸ^DRH&$A(4ٸnɮP^#XYczO#65\uE+M*Y5SWN!OO.aTEUA[ g*AF(MEs_K6JUSKn1eӲ&/EqH(DܲGSdp< ^ňʽ4]\x^<% SˡR#G5P bTD &m},!54(^n9* =uC|vsrn6Ic \J ѬeU d6^$c̓0$\* *($8 *GzT0 b*\>Զ2   T͓?-Htvs݈ˬ(Z& sKc(TC6DIp!`1Bٛ40eB̫͑Ua)\3fSCM7|-> |0/ʕZ(d46ZjǵX!&zT>ÖMoTx QHDe\~=t_󸥻E$qegfb$Vvdx(, 1'!AHUx@* F\ie4ͫt4c*/Bɚ a];^ %/\,xK `7^VUqrr˿iH'6*2Gz^Ok=}#TY"x &( @m3op,E| Àݮ炎+緷=A;~LzVC9 G 8`Dy2j46Ϊ3('qRξ,0rRڟhM) $ڦQ6ϒZ C\&]n#*W1 >rž8yv,;ɊUIPrSU>E$ ϐmEhBv)E/Po~CS%/9%{Ȱ?T@Af% Jsݎf1ٚRQs;gS7+iF,U4 z[f@:k%*-{#!(PkO)znCͫmdТ]vѵ}q6퀹*] IK0#8;nmb96Ze@K B{ʏY%zR8P0iªkӥb-L:3Be &(j9{#= ߄E'l $YyE|(rJJ{eKJb+Bxò|%` \=]C‚snRX`FD)61| ! >"B )1?u~_(RU%GR{M6/F 7,H; 绢p;ĮSS BJwX "Qd>M:}dh &yvp-;pJe3RUTI)^c^**) $l.F %Є 7t T)TW%Y`HiA yt 3G8v/Ԣ(گ[&Aeȑ,O.H2ݺ7=6!U`?HԵm`B˝)>ئ\.)Tܨ:)C\X)u*aeJe-'{= 5 B V-*g. WEJөgoS02D,bTQYx7VL8ZV)XP@lH= bqחLjq Io{~dž4DETMPA5!Jŧ)9 R`ʑ)@HBmBκ_P `:6 vpL M8WBEH#LKHbwnj,qN C5EFw)#FDte#.t|\JG%PwGpXH-ȘSX{Vu040)I+~j _%IW|<^V9NtC$fB  y]#I% GoME=#dL>>CtJD Xt(E)0iMe 4k`=ӱ62h;3+4K,庱euխuܭɵQY@(@ʢS^#|m[q$t(U9kj !IU!=^`mD `fy'C bۭWCCXI,J@j];A/ DQDX$⵼lwq,Ulup x'g)$ cgI괒 e A 0s`Y'p$i슂I=VR!A2 k@p|Mu5P@eul4%>bQE*A](+l ea5" JK">Ek,&R1U;b7Kv^%JPHNT$ brn2($su8"RM.SA!3Ur")I#{zP_QI=TC޾+ݮb"@5RI#vIՖ5V %S9:e I"(@$^_GGxƂi[+a< TC ærqf.S4aوՒ材{f9]#^9@E4$ H$JpICh9=Y)HxC#p<:nt}n>P&s\,ãItbO8fItPE}Ji$GD:@Q=- !rnZ(IU )mcNi2g>ĜHTka⢻=Rj&DS6dtV7e Q1bA$J(-j%u2zP:8t@2"/cv[&~86 w; <<C֞pygr#}*ձhi"^Bԧ;_%jkNkb1XŠ&0 Vu5E&J*RH:](F }#TbE tn*"2EJr^ ?lua3Oϣ(j3 2~~ހƺgՆr } N1KT; l>Er E0F7E.$E\:-́=&r0J=&Yn=qgT"),2feM!xC"ݟF ^|D~,@y ǎ<$ %d'21^+n+PX@x 6 H$\6qI$JtJ"Bwsf*:-А3H<Ƀڝ)42TB_]TLDwø" ܓkwbJZ%JE,ƾt4Ѐ uI0t/Wgs3Uk.BCb]N#ƹtFF \T+ŽaxU6n Tc 1* D)?A#`HQz.+YP 5I1 c,J3NpsI@3B1 o-\dJ w-r`ӄ(sWJ!lf\X¢ YDqR$S "50:CJ3lJ ؒW˪p9w;nKVJBI1 a0QJo{Vy61(mH.ys%  ePf{&䧠< 9}'~}#xDuf-\bw4݌zj;og%Qn 8uJ;2`̆FM# , qd 9=.|$]FZT 3H6PDb H>SCT#Ϗ,D?lkz[˧{cҿ@ct}|3~aEL=tv&=|r鎧7ɶ%-eRmŃFb@EK|?uz{ $פA>CG&I  ( u2`xG渄zȵ8N m6"Llqjn $"eT tH{Ęl%bq k}xt P@{ꂛXD9΃K's`1Ӟ `8r# "DI=BMro)T"J?ЊW@'~G1C-{-im91fD)+gʐ$Bh;Ϙ-aSdÆ  r(fٺ#tA}{ʿv=ѭX/u u$M9#u tU1)-xJ7)\ L[& SN *+S|Zy";OG>{8i/S(zƱ1 C f0kڳt0a@ R֒C*Ï'*@JA @4 J Z8b6 &BXtӦЮ /ἁӐ8! e#pgSlZk )ϡ5 tg2@%"h/GRtl)xxiQ" G59_>btveX팺=t%Q,^%#ϥE,Dέm&iB8EX- TR ]}UȒTzb༷ͨKnPPu TiCʯE .kp{H DTNYz׀pkYC4a1*J! fXxؓ$)fFE[J*B"ڏu0+[VfEX`Sp1 R'54ߔX["-%XA nM{Ӯ¦ c:d;hG eăi >/tArK`N))>/=;E_ɛU@E^\{8tɽ;`cg ( D+] PUW7wx^\@.idap#>2D^0 S])Dwe:I BA([=ͅ21`U$1uOOf={Ux Ϫ/ w ^Nxg7#}B:WQ!w#q<wGc-]R EY'Q%hȐ Bl0nQoSV:{HzOЁ` Ow4R=~-8z"s {7}, M!>pq"O BHpQ7^L1( |8|fs f=}'B[ӈQOdl{fϿ=wUcU<7/AҤL6$CxE^%P 59c> 9U=٪煁 3xrNwq!~ b)v8A) u,"@"P[U!sXc@ȼ/䆽: b"&Ǯ6` QA/;]:Vo3Dj m]9ܿW!'+aC_#H5my^cېv"C})iIp1x(|quOV ;mIȨ$P5PeKhOuaoz/"|n|3{ YL&>Wl-))=#FPn{b}{i0] AߦG7ʑ vi^ԗ^9Z1GzD|xv5}\zU)! (JSk"YbSI7"0UPLK"JJ?v5qVh:w¼*wx DTIkHqӝ6Ly$8Ϻ&-w!6I.c.p)#ʩF&0QwiYZDO" FUYH>N7dlk(@k)U!GogA k8*h@Jzɤ$g K}J@-B _ܙv,a;V WZneJfXYAPg%t(Ѻ|MI6Ũ`رyݽѷBQ Da"ϻ0w"!=0!^=Mec-E(5ʆ,a1! r_xjRBȭ"ǰ@,:;B-?8̳y< wo&6 AD& A,cz osL'4𨀹2M5[|aiǹl,PǚyŠ Y(j3h{'{`N~[ m\6+F E i0j1^ͼ}|7 xwà*Pe1?ZO|8#E`Y4$ė\u8B}1&W~N8mL0m"7,VNjE}9Ex26Mv굈u)#ngwl %-N+PFqЭ#,z`3tcJ볢qnǭâm B@(HBAEfvb%g*m864dM Ozi)=YR OO1Ѡ4pzՋU*L_l۞I$C{C]BA$B)lBau=+ay@ Me@_ i]nVUIpD$ߊ[%ťk@mbz$UU%H(];}rFA#{ὴ (J YV$zya;O)X1+ij8FR DQض*j6VZjsj\֫Wo+Ĥ0 -% _*Aa$Q6co\ZP,zA#VLޠrK)ִ󠰓RXF`ĴiSK:B} X {s[ m klK):71 dl55"jZT̶B%MKqH^|TDd+`-Qjثjm\UZ֬mmU-R4,XhJ `{ᚕAb&F8:I5"ZB)$9IH}҉!A%T&$4 `Ƶ"i3A Y΄lڳ6Rgau [Vg /c,U l&% KPL&"e0h$ɉifiĖFʠJ-$@d"Hh[ļ,qT&&HH,$EEVXcZEEQcm--2 C2JEp:*`IQbLM"Ih :2d`@$B "iISjL& H2Ҫ)fhGa@sI JXq09R(It@bd$Ȓ, ȢmceK$L@m'@"CF@'jf^H2aJKdd,)P%s!TYFRLˢ&1E"rZIK"!@"TҪI"`QF D3$5%MS f#!kZАRKD,R9@"EF %$) Z4&MLLR 6HŊ_KE"j+)E%H2$ &xgQ t뾓/$m֯j, &lBn"U 0[lVѵZkC"\/<{y^o<֍j+kQՋV,mkmcuޛ[m@Qk*5joUxjMmKkx-֣Xmۭ͵[o5 L1oh$PAAd0D9P5E)Brp%w͏̈d| f ={/1,ݮǙZ]nQLm%bE#u gd t}?S E@P1(bI`cFmk&B$ drTmEUj_.5E $X'?v y) -EFU}W76+ڋbV,֝T5~~ % &j4!B(I!82kjjG`Q"8HBHN鐜|,QI}˵IUk?DrP[U-jehcW6ַjkr]M[j׊e-%Vy32DQENݐ!)?POȴ: D:7`}=W/Yvs+'=;u*@_[VX<ௌ{\{cnҚʤEG^a.:!Y%R-IVZ^XUTmTҷw`m{iOKEkV{ybw5Z`Q6շw箺VIz]zz?8$$dW-[[QA[kUU\lPnWRm۴PE~mwcyZgU⍠֭1T"AZiW!!> 7!<c<]~ê]{);<ҝA)6}^ɤ:_.vi}}-6{*ٽI`Dƚ-_l9UI:4 nbB%HȱuM%̐ڔHdaI~< >xֿ:0J0[k*畯yPHHhύD?m?ȴ& o(md^L" ܘ-AAdD@(Y]L\Ww\~oqEθ3ԮWjj'h¿'+!BT@ j_"K$IW⵷ݶעܝko"Qb=I{k<=Hh3;]Vn$YZ[]bR[_m{yZ!$u)& o%"װrTUeHb`Jl%I Cm d/]гiH$1 H(s0r륕cz~y78(=W]oZySB]%̦3o7x45^x# <ޢ(Mj%&SCN$ m%qZH( zvBN'JʶDo}WXj6b*eWuc:~ofC҃MLk7]Fg7Gw+d,Q2OєKQ$AEm[Hae ǟlԛ(YxdR]^78Wj˴bI'\^+@ )) 4I֤F]UhL,  T|Ta;TΔ eВMT$K*HYA,*DD~-!I1:,oU؉m+ThҐR}@cl0.%i)/qN1MQ̄ "OKVG&[\ AcWC]VX`̘Tn5Wa`ÎӐ@&Ѵ{t9ă:/](,Q ^-0:PZ)WZŒ8 %EIrgO0yIL0dbT2,"fFogxI2@,9/c$ IWO|>18,Ad:Y)<Ѷ3G2MN/;]d ๟;DíbZAdD'lbT/ E,p̰$}\-dIGotzJ}G-&`e-U@ #i;& gt8#c5b?4_bФQ n\c jeJ ަMCZdQYB+f0`|Pv/38xO!%Ii먦6CX+u,ݫ%o^<1NwD)"Jj'%}bx+RRaͯyWS: GY]fsϨ!m L4r&S,$4 @0UA 2wz,< TVJPNG~O;]Z&|0VZ 7 }/B̖{'WGv*H㘢b튖mwwP.z^RCyY"C]9_v'|F/ʒ[iCiAE7s0R[݉+z* W,«ҺX,h9yh-:K吤.] ,iyLFO<@9YPh c3%OuTbH\BHB @ծ;\#ᛃHP #rn8cr):g˧pm!ެd `P$ Xu-Ƹ\& @>, D0ܻ`\2+1  dAV\G kYIx41,bH(T4eXE4LF DA0)ᆄE&!P񞣤]5t-6sEood{F:'9JiY_U;kT2tD?X {wN!=]{*{xЪnuJ.Ees^^r3_?|99箆6j}16k,,lthkeq[+0ֱa|g9;Z]Ha4U3X-!gL iEeL^l"#N CZM3mm}(vE5{K]Əg*ɫ=oGiY3:VҮk-lECIi,4&f qnui:zƛK:pZ6-5&L)lDE|k_ xЌS-u04hHDWS\59w/x_L,e8ihahMYV-8֎u{a% :e1[HcSZ[=־scxiV:x2iҷˮZ`ZJ)s5ya%[ [!yvjI ĐD$ݨ$Ni[Wa> FA8\n^7i֟b֪d {:IZуÞA bbʗkעָ" U]67psTB czmld3TDABж,b@Hda$ 4F$2'C6Pu ߡcZ 4IYrI !6ВHBA@&Hi' )NK!BBt/rjˬ~#4I$!I$3MHL鮄P$iCuk02I$Hr &IdQ1膛Zmo6*ݬV˸>u 6o>-[I8 IۿwxM [SN^DO on[E^@4!H3Nk9D@Gb WHJX.cTU4qi ,U&v@.ou5s[$ !Z!4`$ j&4Q7XUTW(|pȆE@9 B@' # .` NrP  8 H)! Tq ̀n2[ (!4B I$$5:u$U!':fHl iqqͪiʒHi2fy(aaTЪ20,@:Cũf=Zs֠!eP A3HrH{+իq=T "-I,V" 쯓D NcYKb3,E %kUl`ͶښWHM$ В;ʛjE N2Lv|4P H@7RVհYd6d@q5HˈoWT&|'B ~SiS dX(J8KZY8=_%=ik5Xp<-,Ku* \XF[eCD|߇Um6X6QVQkFcA84IxL I{&3-!7ɑ섒sh43xdrU7`][@9;|.[IݭRO<'ww%&!9&@5!h}p",1A )$M&3E^b"lEI2ic"_#sD"f("2ֳ5XgBr4 ɸ ퟭbPpJ=-GZ7D#\`_]3(dux=Uj»* QsP̠*4[J AM%USi%UMܬm9wljZ5lX*/kQm%g0GࠁMqL-r5?K/$7oY„!a8 fdT d%z{|{x>e=Nn@9'\2@wxMF8Hmh =+b ]$F\LE` Ȣ 3@[9F~}8|1jgiTuAu͖K&V$Dթ(:랗 ]y,*H$Q6I,Mjo1YHB6P7h; N $b%Io]UAW5TP,$I$7vvԺsbYY!>E ֆM҃zIfoӃj%!dIgHHh3mwtn]SI HpR$ "jQ9yhU w/eZn)i{4PZ0w!NK>ˋJQm&6m$B%4T$ %GFIq 2jAIH Xm[*(1E6EjwjEdcX4QQ6Fıc,F"Պ$6D$017kE),n~r^zNkf-Ā&666wfT6PMI7Pfoq!3mԪ48JGUu1̬`\qD1(x_6$W.40,+\8 MVMN,@dgF bzw<(XBYlrv4q{iez2UJZ 7]ݽw\l20A7^ MJ DLG("D/;rLõw$d <&l rY8SPI@h0srۯ+jh UP}OS8-<9zekŎ|E㕱ݵݱݖ[*q\e|u-Q՞%$F-5c&%)2KE#d"lcHYƋlP*46 E&+Dl+q6)dfHdsKOvBC+&,u8H\a'!7yzo>l[FrRvTAzoy4z%oqSad΁:c#7'~*Zq"(RH_x/1+?mV^ɛ]pzc֎-Z=uN_`%iyR$ ᮱U'vl"S8AT HF &~9,Rb@aNm_F%[L8/c 3~Ujpn|xɑ/II` 45y8ԎQi/2 yxxNoNx> "/ }}t]c\eC;ks"tpM#iC6 E!X)h0Թ :*UB!Jbdx5&ɉ5) "MEO;Seb",X26&W}`2[K Nd@G3݈_C>fR"J q-Ap0RI|UDC>c?vk%1]Bo yrl{7p2py[iJ-}'iMW9ٔlbjV\YKC,cvR#xX D*5su L2 fTm9DgkQ5ƱG#jzĄȆCwU%to@ _rmH*3%IwAg;ر "@Cuow5Y qY!yLi {?Mc8sbDD\fGg87tM:ھθKuy_NqlFPHv4ب}vqKxceVSSXHdr U,.D(R.B(hTS&ښI۷p%m;62"dkФ63 -}7On>>&oc H(D>9*v02Vg5(`LiP8l }eߠיtå Ėc@=*7yyysm^-? -־=DVPE$k6>)7kB#Lhb.-DB9V/t_>̌dGzr̀^dy8\YNeNVHYYsi/N2io,s2X&ۣGx$iq4uf@o "yo_. Rୠu0hRAB${[p^/' 4s9x4KJ=K 71km%2+ >k8L3 &ppw餯5p}2,B\\ʵc[R qVjŽRNr`@@vhDaa7qd\82E| v* 辧ؠPU@ 8zt`!mpjS`#L #8p7'9>ߘx}^Kt벲--q%(FgeR2:p$LM֘"00خdce| Aup>(uGoN%8(W{_y:@&{5'oiz(%)ѸU4}пx `o3W9íT30:m)̧N$>G)Ā8v($~1qϿaOqAgVWi )c!R<(eX|&1xiv,8Ka@M'J(W<ƍ7:#o\;JVH*BHS{HW $8i2f#D&wI0bV7P9,h&V;pRp8(閐p:HAC~o!J m8nZf$aUR.Z@I/$OIrujz=!ç32ʍ*srE)'Ka-qP+2, 1J]L}:==ˇ'1F(xSM' py+Ig89g*g<|CV{{Y? :ޛ޽޵שi1RNj̴Pq{')9Izrw %bf$37;&,ĵs нx1n7w.5[MT3mV!W`~10QȢ <̔#Pq[5ytٽz'tŗ{C!|ccYF TD>kx<1^/MLCM*-e zI(@JkQB$8zU5frz4Ɛ! d9[ʝf(@ ztI@vT@*-؁d ֻ]|&18c` fjU\M6YvY<_t ЬI3g?oj:Ϣ1G6Ws~(V&ͦs}nQr썊?_RޛunXYNP! }6a_Ҋtjom+gac|7dy9ykz"u1W&=']D'v@ސLLa I'Og7UATYb FP"B YJiw\nN\Y-B" v$mZ6jm;&HYAarPI ?ŒHM{5V,j-FXƶmcoի[ VFkEXѴXZmZ)U^7DH@BjLտ1m6[[dj@$) j֫lU%[V[jHAb9XY rY $d&ֶ[Zckk{ΫrbU^jͭmRkkkvVѱ&-}mVMl0[FMmnm[UEmomZjhQXϭ:mtج PVZV3E!^U뵭Cj*̀ym󭵯߶McT5|ֽxf@#ղ^CM$oƶ EZޕsZjm׍Z"*5A^#VTkUU[mŤ!Q[mU+U4XUm^Ji*EZܫkW,k N\ڪkHm͵^HPZ"mU{+Eͫs$!]$I0`\Kh $HSs$1},Vrj5UEk_.ګeZa-MV!-e(RYJDH Af6w'_j-`*mֻd5WݫFֿkU~cZ}ﵯ)RHMUF"m‘MUIJ>ڷ*xUI ;m[ƫr `"UHD@i"d`*8TB\8B@PjS aoKuUV\ګ╤$bZp_Uk`QaH[XL4Ŷ5x#RB3meVSW*č1&V`b!om|$M%$$ad(Ĥ:@jaml&k4\b,v*! !,L0.d0EPEBnMb&nN% U+m҉A檁Hmae3k}k cD6F|դk6=zU^-b{ ܶc*ԤUISDD"6MkJQoս%k\˜Mv\2%.lDtޕ_~ՋmZ"-7XIFmպ!Eoo{xЉU K[DPbTo[kޱ_mkm퇝^ڠQ[kFQ?{-'n$j[IJ-k )PXtLh_Z,4M$Hу  @939 Q mEU[-5wpIfbn5Dc1z"(W5m5Y1ޗbFbk櫕nW4WyxJ5 ZE$elBc[j3W5tb Wʭj"&mhx[ck{>k_1[ƏMq(Fh QVnV,Smcj*ݱm~\ա]Y-dU||>>hֹhz™۬A*2Q65R4RJ7m@BEB{T)3$ 5Xdf*&Y%`)Sd F͒Dg;TkEkmchֶ|1j3fًDK[iWvKlAZmlrmb"ԘmۍEMTɈɥ[Wa4Zkf.o(jQ5Dlfū_5__[\>/ZI6mhDkb[ &Myjnx2u7w-mm/on[25q&U\%6قЍjQAQ~Z5e&P]$!"s(&)jޒ ,dY^0i2DQQ\b5mϏjs\&vf-׋ J6nňQmUHM*\ʂ,!30` JK4-)=;0-6BFc[! @ߕ:񯬪[Uji]m$I " B^?$b֪{TY"urCoiڽ-󁂑U$Y5pmaeAV+ϙ~D`Hn ,u_M+nVoO^>W;cm F0_Ja)ן_ȌO]vD͕_0"˘wU]z&])efHe-_1VzWF9--ըE/֯,dCVE"&kYzvh5z"juf Zb_5cU֭`RmouŘ{ ݈06|\lbw[[o^T!ol i < QB4(Z:7WTwh$6XY6P !))ۙdIN `QyFT H,abS4}#Da SFmcCEXW$w6Qs-]EF_k#mULm-Uĉ9l{ BEY% fmn_mVV*sb&/RCU$ :E$`K@HRڌd6繿soOH}ks)tO6͓.bQ2d B@F;_<|'\yRxR,dR2ަ^OYF UJ-e%YSsbf^^,nb pLdr10`dA g ȹ4 0E# s2 eC@&*͖r[0K D( )@~C5f QQE4aB!1`9]m K$E鞐`1)m0y3QLv0?>v?!H[^ ܿyݾ{n~5؋fV.!5BAO!G_ɡ\ziap+O쾢zή#G<**n< V?NophHCm~`u-/E7nOy&z[\z3hYV[m1~+9`k% w.-ئZy iY[ϾʗG)e͟S..NczpoXUܿ+A.4L6|߁f]e0_j°ݯ#3Ò|oYw?.%3qz7r~:KxJZ6:WKj0wYZhxw:7h ްȬ\/|1w^N{*BILsmel:Ҟ/3dU:d*2hη]hCU8zA`E-ݭ3?fFZjEHHnU) TYNV "@ T`i#< `@R-…2gEcs!l0o?Կnp~OWfYV²L0=<\OȡlϗUyG5a-/n'c~vַ߈@^G{e`H&ު '(_ 䃳CA;ά&]uI`٭Soxʰy5p_=_1{[?SYodjllzZO?E?5!baQAip0m6[c'/C/N[/I2zu.O+GzEЂ>{YZfS^'?e!u;GYo{ [FgESbkۘ2K{q·LknhsOKqaUgRy|ˏ^g]R pHBO 3pW+*foF~O/+2+-abZS35( sbSutؽY*E ط!F*VJߢDŽW992`3]MZBL P(:{7)@ZWO余ͷmuƽ?7M]R<-u;pu*ncy&so3K1oGfi5Q *kw|o, { H[[gew/L!Ju|&.AK;ĥkcloښL.}rcΖ_1K.wl/\IBG C_j8$v;nqz:z\'+4}y FoS~NtznP?;t`2bWAWwI~k@X ln!H b˚8>G>lpQ<aZ$~/$Ŏbb"(ozY`˛& `6"Gh:e@N! < DlUom,UEj*2,^o)t,Ln@:AR"1/gl5>ï[/m[ZJ3*bB))fJbܼ'm6ٟ1kr'j4|H$MP8(Xu!Eu@St==Ck4$3>:> +V0A{c_ ӾE=Y޻&Ÿ)pK ILpf8ȑ??o|՟>@ TtdN0a2d]K N e1PFLQfJi@. Kl"@aSAz8!J$>N=y {:u$\jQY_܅[B A_ K'77ʹ0P=u$C8` H2`( ÂL2)nnI<cPpXwr4. 'I t3gZ]4+Q^Kq϶at>PwDأ_{?ޞF}?$*"3! % viAfQ'.nQԑq\2h Ǥt=ؿqp1sx$(a^xK݇9?;1}3ԕrߥ8w07FfҔ2+6}}@!@3Abk"X7F!M.tId ^[CjA&̚?{Αߡ8R$U]9dS/%w68ֹo& sEpzy GfG6Ttpn4IVЦswJXh[]eR3jHHߗB<&v0"@щ8ځxȖVFrp.U"MD2K#^Ob~+L)!-KJ׻kL"歃Ԭ[mFM5ѵߺ\̴G_pE2,!yUV@cIk]۟]|.C۷fh'wYT-ksꭂh{oǂ1bۻ28'8<-w L\\3m.X]T[ioԋlnk2lH! -SZ1ʓw-zNT{?S=g+7FWI  1KGD b^{LOks~7n}wAY!@Mnf6  3h\-]s1M{_@'7^G~#ŽS_ ]itq t,Z0):Đ@ {I_!B !2T;/I!f$RIHC6ɑD@FR [bxn:/o\$%wݽr8@dNhb=zNhZkqMzSdQ{@r7,@?fg) 涽zkg0?7~fmxg?^.nc0'/ll#E -%x[r}MT)Y *ߵZ8UP< u6 bCI+qv4+4Z|6 e䳽M7}ovw)7\mMq_t7bBYc!yg9D]>9SԿjVN8c޳Fww93❿,gcO?i>}k|;~2hiJA`-% nUְ]bnJLff?[}*6_9"2̟}N(< Z[jta=kQm0-8{u߀C~m;ɑ4W@cZIDlGJt"i ڽ,/s&7b{`V\ku @0I="5#|I;%V,A:,5לr:mwt]+ҽw٩&ϪIRe!`-|EK| γ|O@G0{Q\{$ʾPPw5m},ú=\sY<>wFKнj/&lu9:LsЦKW^~p\+oK_vUmCۭˌkgnRj/~ |;~rώ/Mj??,7$ߛۀnS?ݾ^Oz7?|^߂gzϟ;~E|z'-ù~>?_wap+^+N:uI5P>X $@=$h$ cBC2I `Ȅ%d< fHKmT$ o~g{_ Ӑ HE$) IY!C2I UX[mTkWmsZڍbUmnjFVL$ BEs ''= _r/a |GnEuC!Hj6Ţ-߄ڵ4)>HN?|ULI0@&4+ߠ^3-bJѠ=$_󶐹z/1.ԾKzI3,d߿O $ @ 'sGOz˺w&=ˏ?}Kֿ?F6>bڋjmc1/h=˞a] ~GqQ686eexvBlc_rmSӷY|j"J+_6 S^xQxff7^~<˥ֽ_˽ñ*zׯUo[Ir5NqN2 ~#^ l@LgZת߿JKr~ѳުnjz2rتoH+L:RD/+wkQF7]Ԉ $ (T\"2 3 %iԶCHH-*dDR@+#,bhEPij f{RC hL BI-6>`9!̾*zL2!ѐ~wIp'n`Bd}Ie@Ґ9@ A b3^&M u10/lV$}LJ6̘de]TbUؽS$12|4THoeZFy/C3 o 70V{vGܢU]pg6֋dqvWr劃WAn7{p9׊LJws̝]yׯ;xܮwx:0s\^p.G2Ks,Xw{ML>$%56ɦޥ߼8<'|s/_k?mg5ci`<_[#drV}zg=9 /+\Vt -"[7 {o-{/!_}^~&{;Ҽԓѭؼqw OԤ[ ߆\y~J;WzH/_̴^ [ЈP>@e*A  _@ 'd?PL !uNܤ$ zTB~Ol̇IL$@!37ZZF Ͼ}~C/9^Zj2N@żmҷ6UW6յmJ[k~JVȼmŷەڱZZ 42rC'zMr1?o7ڐq^A $BpݺI񿪡&VN:O`dH@B&!P)pe҄vGu1a03_zˣ$;X<,Q4PLF2z~u/dacٲ0Da+?"Wmm nΫp-gnۤW&Xa\E" TMN||X-N`)%Ąfu9j3UTo)\x=?q(dym>fCgdޗڠ5CA.뻵^(yץ{vr^;Ů"psT͖۬Y%[_}I{H!"e,c2!iݜ6,kzR&/< ަ9M뺽9sC4 ^Q'@3M%(!0=/fAɒeI "$wrls<`)JUF)7aIEyD$Dک>+6Wc Mp_ѶN;(ȮT co.vu-Y Qq1>&QaKq1"A\Jb\ϒ?ǡ¡#u+jNkǹmj+%2TE "Eܳ(I-0@$A 9x޾oS7;˽/=]ܸunrC.wxMwW.z^.O:ޚޤxrCƸ-םJ'M6EPQ ,Tej_}ڔkcfc@ܨ~%tʿ_|рc~o珟Z EKh57wl~WnW+{;"䢳Yr:=G^̼_wY}ffs;<Զݟ}t=]vMRx/Ol)y{^϶潨ғ?gcn!7K]WT`)# X3aqt 7 gTI$Tu*?u=˨3Y@ EB̟W68VPZBI0eHQնy[Q~ bب~Hd1XdYZ$thuuG[#֢ p#yʲoR +:{$&0!|u_t݆*;($O}??&?̓·! ]/^Ovq(` ^򺟹cQbY HQ`UPwZAghMʖv_/;8* i~WQ߁t}s9ѫ$_~p:6[}B[6Rf͹}^.B k!^H*~w/2?ᔁ*( ( s*T\'dj5 *Qdjyf6dT4?o{26bmF[g`9yy ySm{SU6XVTX"w}? ml0,ܾ}m.烎q'pˈ6U,QH ьDk ¨ gX )eo1l!LaUTȳl^\n ZqJE ?zߝQ p._:WbHhm $-S_һO|t / YZK^[E(fAu*iD[5KmKkUǞ[q/;n4XQ %먲Uvx&a_G.A?JL&[g~꿠m1 AҚDRw91^IxIVUuwIsrJLIO@ MVvlS`$ mN%$* J);#~'X97P^(DhWEP@iB6pQpܛ9,"b-I`Âdk73j\b@DKbW[W#5}0 }J|s5\z葶_`ogXW((!t[v2͂'{O բLj1:STE"S* ʄ|3]fv.N{Bɾ]:bS_ 3kC"2=I!NY`pf3d}GA;(;$g CjiIH(@+kE73s3w1mmMu]y_ݗِ]=tJ >:(v71oX$փ|=XY)RB}-|R>@mP#ҼiੀY8>aai:b9l]'BYֲ(h{ )SpyCFXqΑ.J5MB #HJHOwvXcUCuJd$@.JG.P8eiy\J靛?$ Gyt߱KI_WC|y)WlDۭ52c|cjVv4G5p8WM޾Zcׅq/.\{tebio^ LoBa覲{޿fK4ӚDsMm|n'Uyۚf@ZDk @P~KVm(6I)mV}Ծͧ9rYN<@<}׭; l20kjCYw?I!8>ߛnkko*Ĵa!f.d!o[AHHJ4! z6)@S Hۚ֐O3kCi}-YW>>?+7O u3@ ' Fޅd !2t)B GX ZD }A!inC7C R^4TТ@gS% d0R,>jyF<$ htT'S׆AK3,+coNً$a=~YAUd`%1R`|M<<ɯf4fSgb`~$p H4FPT@>LP*=_ÏKf05Ŗ~M n?S!3$WE^7U ,MiC&Q&U]ޫ2zJ d?bࢂ`ף3% Cz{k%>%xsNΎc|wG qQdY JH}yj7ew?1LgN'[I*ʑ?MT'6m,Y Ϸ$Q~IlE6Q[/3 nwU<W{6' !A/d}}z՜A\Nx%/Lc,U7N=™u2( 顕/uq>!ϵi"Lm+':6t(ŠOoB" BEø]A%lRvrx1hop2k9ZݭrST-kK"1r5sD#PX*ATQ@wPsjCkΒjP#AC(w+47XF-ύe/ʙvڷ96|_ď_Xk\I љ@ @#sȓ4~v(r'k8yn ÔXa.) YѷN7>"懑yi0N<| +y34x< 7֛Y ,\ _<汯>e5} }v&a WIEUIAОhBrhկPkebb#.֪nH AMIeotu>"$QE440%aB$Uyswؓ]wc#ՕK?O{p3׶R~WW3·q?/95v(OHocۂߐDasucew4JIcrG;u8;owg{`_7e^# ʶ+: >IW@o Ln!F8|uNָga8)e0>^FMǰ~#9BW[ w}%8<* oAENFX  =HMy]7s7/p8?ikKRI!6dI $!d$aK.CV-UoWM7I-j?eL 07[V'"HK D)o\f,tӸYh&@DjJ=#*8]/=ղx $z?݄ itꔒL @^(IK@6!3Z5͊;ad;Ca< LBdmB?Oޏ!Jt=s <) !gV\Ub &Kc ! I] <8.]_dfĢZɈjl$b`ؒ(1oѴĠd(dd2O *>7_7CN%MFNa*K1bEcd"]>I')Y RNADG! /85l0fH~_A Mjsx6}b BP^?]hCA ϓsؽ'zMÙo O⅁Ln>?Ckd`E"nXHCx|X!|~5ݭx~km߶?v_|ɱڱjtnCKvg# [>Y {}$'a C6JA ^ ]~#nL$+X2(@..E`d ?~@$l>'~Fr: ;E;. DWy> )[oGnܐyS#nKTEߠ~9?,zG(!+^hQ?J QK0☨>.(Pz;t6x?zddVYXb:;-]5l7`#tCjPuQrtdž$Ls+Śףie!F^ ?-^WOurA N~%r@Y،'7#jQsf Xr\`"2u:T ϫy?՜cjRHb<O =;2B`Sk.QO~/H‹yTP,sQ1 ?/F-,/HNRajPYFvF BH G<o}jF|Y&aHyt5n~: S b VCKA לl= )e)x~ˢ"X>JoBK-z{8`ҼN׌Yh Φ=G^"sdx1)97NZ y]gOF ȒHKZe+>SN0# *z!2 3a$@ [C9(TrRj.V䮸ɊB=>i P?ߡw! |nr]-_|.O# Dh;ԓ@ ϡ?9 /5q#@HhBD ' ]@DmHvTe$x:D bHHCܔk, 7zx, 3}|6dw}OikQQ}fpn;%JYh~\Ϗ[S`20x)$??=O]xinwlЄ\DI w4ܐT4"hUTL6b`UJ$Y첟;S7 1s1 } a&J 3 j$2'E<{ߴ?ymE @HHBbBI32RO;UfoXնm @ bdwqlvL^2jy?Vd3’cQC|]@waZDWEcfۑM2 6MqN>2)dbzPB@ toPϨw}qtˌUTȅا{w]RAOaX@?,Pcg4G{0K'?AMB/WZbX(#P@`,4 6C/&-/fB^@|↫Ȇܛ)H) }'.4}wz}#S9d$Xd>Тd7$E .6kϵ-X E7>C$OG G3= %3/ԒW}1km{\"BPH(PCl>n@Ʃ ?/qm߂'۷c;G0 D N"2=L/)0 ާ`&wĂ{;\pSxb`(jDl(Sԭҕ4kFj\ƬEcebAYEIFC֑1{MKB˯U`"t ? `@?#FBMH6R<>_*=85X$@% |r~zm`QUͫUչW-\kvV)bHxMc`*EC m}߭ѱc(̋%hRH(*#}ft>&=6]a9ؓc dNGqQj |_Ǡk[dbz1.G>fJbuȾ*=Jɂc #& Jd1F%dɐLf2rGE$FB,ssuN;jl,6K5'C%2 tZJ E癋Hw( j*̂ ى;ʜW0H8S:] !ʂO!".','u_H4Mq'L& GqRI1, PT.WODb5 p~ )f};1K/?T|M3d0#n?W7.H>:F6)ٗq;O>4m_t/vvzO*w@Oum0W< %>Ez0"!1!dHHU&$`1:Wg1bӨHpYh`RYI!K87>v[~/fQJK)ثMD (6Fh#%VBTGɆlBzC%w#޶r%4VlCу=;ݔMEA gZՀ^?&T;X&pb>{ Z`F_2ְNY3HA @40|>wA?^!ָbҜHz (r?eq]UE2`M7gZIV4?OyQgR&U]F u|H\H8FONn.;Hs JUkFEbclm4fEe+)~9 A-κ́0$U2"0uԛI>xCJ"R?38MvSx~0C6Bn&N'+ZҊ,sjh.hNݹv,G:.tlphn:dӺU͊,FTlZ(!()\4wϟ}T-y_Ÿ>>~ ?HmI(X@U X34SGc[ gϯ+򵱇Z>~\hM#DJH%59gHӦ]vVBEZ/7zU챶ɣhQzfܭXE%,Ы$n6[$ElV4kGnjJ4Li<[:D!;oRypNºN{{9b.B~ӍyŸ7CKcp1b )X$dU% AIb$H >@61 m3xì88=<#~'>x3FJ[ ^%N_{7C1>= b@$2(EE|ͼU`rg'϶/n\2BJ A{c/!f?G9i6?R n.sDO٢3#@Uw`T"Hz[Pq0 bsJ\%0^)M ڇTMoaGcR!_ b>'& 1zˏyO[l&ɾWߨr^lwW"  (6ÚXS*dB,[S"b ZYi\L6X7˧QʣޟBg 7=1jȉRL6+/4C{(<<\)@,ഩ%#B6G(>ܔkѓB|fbF$$:$9c_R#ӿ{y2*FWSO|_% f(ӫqӹQ`hSlcͨ|gDl6`?*1&N{%՗_rKbL ʳ  ͪ.؎!0VRBȯeޜΘ9~`@!++"nAR$Ӡyj(,(H iԵSi`DSjQ{Vpj" 1 F%X5HkWU’m?O܅|;j6km2 VM=:Ѩ@DS* &p1g@eisNW(~ʢ?-a %KT+_֟W4mKj?qtyź,@QsYH0NJS.@4$"gx >~[*~_3( p'7SBĈ ,\I&5}:(E3v({ߋ2 94FzI+BvZ%}sN!U@sv6~cĂ,,%Wu_?v:/3x;|,SJ`" ddFEbl1J?^۝O})ikjsC%j8BzW{/Y62eOL~s?W|?#{4zv8>@s˿9V "+GFm&&C#=q<Ṡob?kc̐zZ[hHDH /}ϱR( eh[P,RA9sGOśϣ1O,<?k`uȁ?s.3b722ՍU{#7I G#ХJ\]*O.ӈfF BaGa@ӿ7wloaw~(` O2]D٫sA?QAsYA1B(`gt-lM n'd sJT2l t C\lRZlcz5!(౔T]2sf_/zd|c_ا /t;x5!<1/ ;3Tw 2ѿ2"j~Y۳"Ѕ3+v_3P41O$H((_PH7Þgc ЅC‏/J@akd6I 9bJpRƹ&'XSes"tfXK#"h FPIOa-cj2RqyF3!(*|z%D軿5um{!7;2vUgzEfcECre)/nMt"W5y.{tg!Vj206zl[m-jů7:jVÏM V:4Vx=^~4~gQ/wsyU%RT /PrVά!d{JXu7йB`SKE+ \uR7ޠ1-ڏ3Vknpl!DT!IB>l>>)%:s7<ʫ01+^GD/w8nr `>0'EBDZ=D/pqt\dDUSdoEO}O!s @]Ea2$yŋcI" HLC̲I)ە*B(V͙Fc5suLeI`kQjj[XE\JV+U$TyBFf?B4jOw_i;ڿaUi4ߕfAt ]!]L\/7?/| è @!*nQc&z4н/GFLݐ bd0Kʦ15#zΚ0!:)</vC7`BMw_92x=a["cv:,J7am,PY H@#ݳp ! >>wQ)9-;ի$!F1TZE}+ކ@;ϼx?mI:\ *'f_w| SOjÞJݗ;& U 7+|<:FRN,F R@*#}P̯ ~rD u_1 !?]=i^]L=})WFϡLF Hklw!"BĀgC@XBy+"̅\)H#X%OoċրEѾ)K n\ЁW 4+L<0ݍd8 ,'8\dX #9= HuKie,+KJ p-*OI*^z{DO{mZձWU E72;I׫įV{͊st;{=zu' E~R#락7no~Oia> f{gR{Clq<& Tz@fm]t @Acu@a-U<>JsiL&gBIS!L1 7zHOBB\$P@<ƴ$!AKUAkZַ-ڍa,mkmZ׋K0BL$uP}\XȾ˕/`1=Jy[|~ד6 !I!?O#?s6/^dIz6F0'麜'G}i aBa&,F~uš)n˃k=~,ʰA')!sFѶѪz!uUTZ*՛IfFaR}6ɡ=E6@ -tH5_* @L #X>K C ,VXe.x )@[!+Eg1[(5@1L?"@ Ɏ ~dkT_x?D4f:Owz_Wv~oѻdTO=\ Nj&Tl)e" WbΰlzMj6F >o t-"'13m2ai䬓\`S}Z]?(;xuH{T A ~*ro9"H#  ={xpQP-;ߎ4K4e 4.'. g<#q4 +y, y6 N/-P:F}?K$$NrypnOmy됀舀*R0lzHOySzb;m|g&`$KBAK:Q^Zti5Kv4R)_Jl 8H] )!d䴄241$Hꦍ|b}o 9nm E: {6+Ăd׹գ-sW&] ^k;X<>~]: ӄbH*5&JnݔQLQ$HH(,1>8r^ۧdZqϋ^vO + t?Z-;_*XI4g@Ap*{ON!%P(PYG {,+ud7#YJ:Զ}pw|=P(!:I0/M-^~'. f_c[4A;,7+~č{ @?{ZR}3?9R@$ TC)>0˒_ H43O7V)6>,X4<(Ȱ] SnfTt.yy6M.* 5X=H滹'hA jOR0$cAaD{ s(đR?t+(( "d0A`` l's6,$hciH6E3[!$%218+8)qERV׾&04'?CE׈q56 /'*,N;G_? ks0gy xK49K=nsТ'pS1>;0߄Ii}Crd'0>%nh(y#@ɭlm\L\` ^5@& 毜N~e1j+M S1٭3$ȇA7s}+7C3G?le|'G3)WlyL 2kz˵O;!~C{42aC]v+H8Z|=g྾n]Lg?>}^u޹Wgs>L__7ѵy-kl Y$ƸakO "F8ۼ,{? MMcf3X->T%Л%w2m[_R|:_/2~!_?Kz\!>@ -Iq,;O'sP VéajZJ@!H CߤŪg׫?ج^! $y]^Z翝ҵ\vfnTPOi$=E$,$R! C$Uz@Iq1|ڀ|$w!Y5oM7CBjltIY"_.9g[9HN} @4P*oÏٺXoY&+0)mG?%!8HCHUN<].~C lM0Cb+E(#h6K )LЖ+mko4W'@*~?O~Q~{h'zg|u$SҼh9|0>N{}hA@$P!.:';1f/8gdƊQɶ0yU% oX BJ~+ !Hgy0'o T6hv(K)k/0 j|\OvԮ@"ó{*Ђc LfcEB@%iֱ~/IgBtTG}A YP쏵D! cg(jT‰!I "]пJn9c'=Bx#,رqd`$mFܓ*$,Vk "l[SOOo٠ׅ{ uDDOep\^UMSHGֶT韃B?s,)(A}Λy:-Zrwp12zĘbu8Y xZY,U^ \QF ˜WW%bM0Lw8G?j3cwt33 )씽\E&3]P`Xfi& _H0cKHݒׯC S~zt*+^LN eseb9x=p0H݅.CɔQ$s= Kt҂IGX,v8v֫0MjϨ,#*U J"8W~ |=*i>4n!S¾HzJ Cb mQ|0(E'&ՃWŖ]w ]@1'LP2nXek1 U,0*R#>kUk[k+md҄H@XQT@=};{Қ "o`Y_UzxY] 22.@Ѐ!@R!4.pWÝAk8Ooߍ`9Q4Y.3}~4"QQBKŤJd Q ;gc>BwGQ%/3B;y(@Kr{l?&% 2Jo&@d;'YHP0U--Ko@ n_݈E+USs%Q1& Q$t08疁@*0K@(7dJ]}TC ;\\U2IAz/ǕHe1K21['900;^QdfH$nѤ)( r1bFHfT6]!"PbTw,ʊOZ!Hن<*$lb~܊^HN%3eR%EDD@T0Eܬ};j)Ͷ=I|?,R՘?EZއs[ C_ slІ7w%adzL(j`O[+\*= 3PzWC8 FK5jݥ`Who}mEvA=|;͡ Nhi7+?>d!k7[tvrkt &})q=r.?~l'z.svvfN~|<#o;HXe^w[^W+7uB@ RUk ''pH`_A@pDQ*D13馈RBԄI!_p_ F8!2$-j UQmp~[oi!Bx @BOKlwj6{NdܶD¸P!”A!/org$3`lQDYl68'uF!Et.bC[Spd G_(8PEx U}c2{q?X8-{Jܝ׹)pSsxwUƣsfOamw.ݯu~{:[܇G{i25>T c#{Xqz8|WuzACz|֛>!m?|}7SGm1omF)vRLoRvjb iyһM{1;HO$,>^$! e5WM^ʉ-3Q JR(V婆wjU[jyIv5@ }H)g${~޼=[P?kփ3kyiz 0d7Pdij0ԅF;{@Pc79t-g 8EyP)3ɸUc#V#U{Q7qmm`_qFvfޘ_mjWb749$VL uR&(f4c)5 9B@`!P@Y`\24vo{OkuJj٫Wcݹ/YyxDHA1@G1̈́jtPfu/(7y]kzHdܬfcR ^DžhIeVU+P*,+Ckde5Hۑ&mfɍ;(b??e ~Ht篕sr Mfyq>w;[SgeCs㶗F[TbՋyp*anh}xU"y|wގsيi?۾7Gny?~ϿSb?_횅}<1NwK/;W뷼hĞy)r{ӠO!V~Mq05'd/ސR4cw!!?U 7E~ ϝi[v'u7yZ:̟ntMuM|>g׸ ߿*Ojcu͜Ž}?hgdZk{ Tq%s2 hv[m0{ZS`J_ר{?sg/wG7ݶI(Z@#!9/HQq-t>wMƁ*UK;n.Ȳi~_.݋&쓤-!&k@𖐪:HCyo>nڔ !$X"=a@¢/¹Ъ&(pJEXN˯aO9 YQASAޟQerPpӸφ'[ N]OU)'ģXxBJC+!t?V! *S%Ub`IsVkGGox;_Wsvbl,AnmGĻas:mssIK&Gӝ^ۚ;˝ vM]6;wtiIHJZ] $ ),RBTi)MUT$odPhdhJ(L^-R@<_nw}xtYc܋ʹ B  "0t8q',UKCչ/o# ~h`JP PM$vRBfr I J ;,̔bؽ)gc Ϫj4JKIuR^/b~+"4ӓR}Ju*ґ')jk(a`U IB-+Hݴ7[kų2.1F1%OG{czG;a5*/LMT a"PBa5?1Qp4P0Q"JTc*2<9,fV#EHf9ϧ($׈!Sn:V}UL+=^a@~3ˊC󹕏aҗ\.>,tқ Uj%?JIb ˮЗ;!̏0r0yDzŊ}Ԝ!CWT.KzcmUc6 ΉX7FRx9>:c3?zN_=YԞő}$ʁʫ6<WXg+N%k~Ɍ^yzJFZgg:lֲ+ԯ9i(1g>/31dQʘͷ+ɖN:t+<3vS dʲ6L0z3D>d#3ŝǺ8x;.df ? ?~[ &(𶪙Ƶ|ϑ D#ꩋ*GKCDz&{m;+Āim|v ][xhYh_s> N1֘KܽLR%{K}bwu?J}E:ւq~;'zo}>g6u߫od  Ђ (%VIbrGp~j_"!Aa?ykΛBnW=I!K YI45&Awڼ bo ;̼%`VbΠYk [RjVc* ~o t2-F: MD9!!HZCùa^C2uV/:ocYOM?JA {p!/x{;dϯG=Qe8_._ue8/*9mħ.1\8?#t)OsJ5Ýp9z/v~̻{7s5֧vKe{P܉M+YOp>O'Ե7Oq_ky}-O'o'ϷSt7sb;{Z1^\n:\oHIuoraZ}$$>JaVXI"~v}Mۛ^w{Ooߙ{d;}Vbh!!)!d-} -I kZʠIk}w:?yo+=NƷBBɠ1@xI2@߅+Q:&MGU'Yb42 >u7bj9BP &*DdJJK׶w zJ܅rΞ̷w`ȷōA@|1ȝz衒c7uƁ-{3G>̋%mBM~?Gw/s~V:wI&@r~jUP4D@ϞMƶDҪتU^ # (@|'Ou{ *'KJWUik|`ժQ0rlD`{6A})-658iFyߤ\m)| I2kq7,$0^8L&gw/Dۓ&T,t85 *KvRIEL0 C|F)dٍ17j?YEz&\૷W/ë5(P8&LrܥUtmU)Bz *hψ+ѢD:d,D*!0ǵr3jT]f4Vox^J!c}`o5w׳O5?nD} N%y|'T6>GԹ7P<+^Qy/;^D?|`V.Ko7~=+E\p|k[ru} 쩙ݳ_m> i6o~?Bն:lJk|ƄC~7W?1q05':}"yStkc_VY r.Mx(£ުſpyH^E1$&Ҿt=]DmJ<9=(@> @orBdT6\xwwaUBj.gJ횒"a@zqY@-$H_@,mCkwsw3HorILW-~uUu6eTm' I @  }?y/z@uK'!K?xoB=o [ ;:ҚKQDPt||??<=MjLm%C`w8$n<,<9Bz(Sʔ(A\BCx \ Uǐ{lC6i7ݷ긽T-~2ƍ+hHh@>t;5fW=\<*I9)<59Q  e_XW⠯(i1$o B/Aedf8 z^\JT_s Ir;vW{O9l !O5eAw?G6|f^?d{}%]Qa&,u?3`Cy=c_U+R@_%/%{syN7RMT&T@׵YuHJlQjX@T:{;;]3^Ǵ>;}xGE%: P#A9x҆A[!yuLY!`< "`@( !jRh߱igkmIxY.k64Z`mTS-/" azhM!N5ntY) y+ywU~g>X׍T`ŕRRKPRI:H wԒC X^w$܉@c^bXfTg][aFQ|8_2C4fםb~$Սa! @ Lf8J c!;%D`@!Ddz 0zewtR$ |Η9qnѽ0xRh[Hj @Dh4w lO/O7lII-LYYg^uܼ]R;I< 9T:ر0,뼏#ȩ:PB Ư;W`ƍX5k $Ww@-9l%XYb6 FPUQ#;2꒣AeO_l|?{'u82Y P,{> /^oO1byx cPA1 N"W^Lɺmbog"o9c^jǩ~=@%`x3܏+ @!f^2HRtV\I]^Ow[g ฬzD%=|v|gS@H{iy/盘l2N0$.BDP2 \*5<];]dC%[%c c-fPF!@U p*JR,eH\ Mnq|[_{7ryatҪ$캨Z= ঝfBf _G(@?/h<uhSϸw2qX笯S]w8$Hn$xsxs?yz]9tGWk2J`d%Z/v {绾Ӊl}߇{o}{ 7id>5JI 2II!fIVPRMo̗6̳,@ET N@N ZgX=-FؔD,+a0#}sy0>3հCl,!SyarVE7s\L&nNdh 0Ɣt?kUUuguXvRCl:D?G_xL2ԁ|Ox.uֿeaPE/ӫI9H@`B HhznK} ή|(H^XJ.'$H!~Ęb}Qu˷tnestm]`|6Cu$ 0JB@ʏ+JcU"/\2itr~vbS]+jh7Y@b!!F.=_#e/gڿ+X>œ>L=䒐>I@@ҩL"WśB1Vd7wq_kFQpU[xQ=ݫZNt`&JPH @ M|876wSȭ[pGG.{nid W0?RШD@k]ߨxc[%XU*/g[ZsU32`o>> oqH "}m3nϷ>!yVݼ.Qۈ_:(N$.e5+pH@! C B! $b_}KySg3/K7#7z֞||$3؅^аR15), .I!w*pef{t'Q:'R>+E&p#^)nS彁U=ո.; lP( HD梟?g7ncר9X {c,ߩt7:KE 6^ g>6|\)4>,5B~HGڗJ ƒg!QDmmԖ_ fV5]3 6e+.MG'=zXj^ ڷh$M|c.Xx>J~,XݗmǿФ6& 0oaFr2=Ԏr6FzpUazUJ$~ &=(fbc| ZDN@j},9{'4 0n0WaDe C/^uH0p/ټXUI7բqh-TYxs4~&t֟Açd"D'v1Lnxt\:;~MKjiz>k1-A"UBHٙRʅ itX2V|eR))ZeW{OzWwO_]z1ߏ@b)EQP߰v;W?B'sr&Gwqr:Nta۫;m;9\ӗNu9:swu nsD:뚧u;͵wV\U^3ӮܹU>pxϖҸkJQ$  j|KIRQ_1 hb3J@`J 5vVO෤pLB.䪿qv8 qEtQ3D\~sdƷc_B0, RlߓIOjn)eayvNRфX5-yuL!)?8$/TI˞~4=-Oэ/s y{ SS5Ow:4Xc_-Df'":`@Oڞ02iڍfAth64' ;,4o(I2R8/=$vpj>(RUĐi3Ս >a\l~Z) 5 Z5- w:s zn#h.J U`Ttֆ5NCb?! Lχj7Cҙ ,TPsu?%H2@ ȁ-d#M__` qU~ 6Pߎ& &~ϼ;W?T ~ZTV:v6::SԲaN&6z[=+As;G=.&ϘK:ƣQ1HQK&k  @$}NY뭷VX^vܩV߼s[O6eucm0o@"1@JYrq8{.7L-VHd~[O6_aFu_`ڔ{R}@:L }t$ ,0THQiu^/^tl1n:~!u̹ai!Jb1a9A@,վ./&͏5y|s8bnlH;$c}L؁تgH5Ϋd- _{nZ ɪTu~oKsnk|ƹK)*QUUv?u}WW?G鸝_Dúe>p4"!!: d8BB", E"ߺ*(*up8Ot<}la 0PX.RxmT Ch0hj Ka(~?gIb%;no{&׫@0D|}w) C.@H`ÓDG#,TUbe@zb|a&oƑlax@C4R#|c)'IIL")XD4o<\ x܈ :ğ]sܯ3,tYŽw]>.vj[ \*9\ojMVd$O'ST$zR> *p/i{>L.d nI i^Z-T-U4 `@!-:k9'^XE|,$OqT 1%ajLR ЇC]נ=_Sc(,l> ҳu(;ڍ\R6'm:XVv"ԈDxm?*>$/k u7#AH =f!6}Ϧ5k{u'ExKK<)./]@CGZ>V/ lA( sUe2@& ¨2T[dпC5>yhA>EUQvPp\Ӱ0RbðOeprf4Z*H?T2Ohڡ%P%"2o>_K`CϵHɊtV l\4S[ ٽ^ ƜK88 Di` K3 * B!Uh3+ JpDNnox6Slj5qq\:lA3[ן'kBc=7csAɅ7зE@M8v}I9hT@u췞ɇ,O*SgI} ҝC$Wx;gd 6?p<>1yxࠃټQJoHĠT MQ @s0_VLo_nAe.٩`͡gaS7;Z3c>2X.?fXɒ"WG:daM3@ꆠ/ bsNB JK`R#,*Gi&Y+^ VbJCVS^暢>ǣUEaՓGnm~6#DشU~skܬ"i4]gT1o ZF*4.8e &eR:3JV*%{%,Vk ╨ql< / ) D@arNߵ%BYfX9oR(m[Қ{u\Եfz+GI|0cu;{ϟ&>Gj EviC!w$9 <#Pr n\8A˜[yWnöpwGt峁?>2s-SPGVb ` L5KC[ĵH Q>sK?)oa/֌ˣQhz((_E|v02A.ϰU_w?)齼_]d|5gLm jsr =p`@FjrOuop;&d  \ID_”q/ ;Zz)"ƋUi*XTJn$HxU ɐGÕtx-YUpQgZg)UFglLmSU%ÚcjcBrBBKCJGTύ.VŐ*,ZXIKrxoؿVv2`m…pY^xX6L'$xΎ/Q.{" 79B{N?a..t'Wv;<&=8gݩC|xW kw8]7h_E,0d'P KWC[HZ}ZiOU1y~EI% PRuSCsZ60P})^{$| n;g x'qmd굌]^{b}+|{>8[D Tz(]` bN 0nldP(yO"Ȧx+JFp4SkY.7mYjkʡ_a:Ks/Z5W59y3!8 2cbH(b+!?>s+ -ܲܯ;֭ b!;@CCR!:.B!@ K?&̍ )$l(T&UڙlZgSCm-5p[P2Q󽺢utc{Jݍ{BD @Ąb.ͫ3WZ? ~Zx)[[\|}3}]7wOzh ZżB&l)74 ZYopdJD"".G؈ 2V1)  pq65&< ,NKʳ - @| T$Y$ UBVX@?\dR)ļ>9g˟F/HWab @W!AB$^/?|WrjKD2Ą "fNuftMD;aLz^y.4Zzֵd:.?O{!:S_Kru}èd=\2# f%/֫Th,>k։IrT]*UZOOTh&Ā ~aF,l[p?S\ [G~с>~j,͖\jS{s=>^ z#ߗܟ !e #I;teWϧzޫ1:.55lԦXRja^.!onm俱db֗.dgTOfG3/ 0Wt.ttr2[??;C>Msbs5[tôA uJ M@v ̬e a  a |4 $l.-v -T5}oZN%ANe iSTSZ<4أ H˔o? U`'Vɚ|Aye 8,y[?95:$(,ڸR!ᢸ4 {[7N-8 KeK4Z^[Mi&_aaf:/у=Mfp!as|qqY ^Qf~1}(o}" ۢA;lx^OVc x6F!*}l,\+H{?PdbbJH k0d <&<[ΰ*4>zR8:;Ze>UUv4AsZ }θ/x+TjNFy9"!ZPX}Y0Y7&oא&gd;pnCa[T5,l^pnWA}+ ]tsqjkжw/=_+?r6]]&~3U2pG7y8ċK m;He>"#h$ϦhrP, e׻,+St}]E9Y:OJ6ȼq~qug|sʶ4r:늀F݋QEMj0o2aqu᡽P$TSsXl--/:%<*jWbKYkOqX1#/.dA]nb~fm6EDFX磽tmtʼ#̵DM ^yg9(EK+*96ijw=̴lLVb37K bj82ޥjl(\d`f)[V!Œ k\UzM qaީ[nuu T9%DIw:fH;gxy :{yHgUU~և3;{kuspK!!)m;UFBB_$aYfcvuns$QE!JJ%㟌_D d46ץSSSc>9UٲQ.^&9 5qsVO I9ꃩ92q-*ww|)y5v. t(x7ֳR@BQ.˼9"%<5Y&5y-I]׃Q2AƬU.YϩtѪո`n nVtqF |{#]IIKrMGQ_W|qGXRLQCG>SRt9ILt ,Wkv oOv1LEdp@ IJG(%rG?! xYHdr-Gҷ1;Tߜ!dknZe#4m-10HSȿV62J?ڞ)٩st哕f[Sra*<ppm_y(+aߥG\˪zC&/h[;G>λv|?A~75;ro ҦI4T vJv_oyit96v~kw(.Vm])ßGg}/4b O"!(>G=-%Vv:T((T]L~M ~ '2+UH"&J߬w~2'Ƙ"4 OKDDUDzy ]mלw=0{Gx0yM-}/}.dJCf&'[3gM;%IjccV{f;/س) JyA 26ysq#Mx{݃Ο=H{?ղ5& qRK}W~vWz:uƎm\k?~5`{.l{w>զ^}403U\Xqw0?Cq~V|F89rU؛wASS i3kbŋ bZpm5K/?[oK]4B<+ΙױK5I0w 2YzpB$[s馽>/EzsMomdkI˺Kp 0v_W?Av0JJ, vhR~ks fvCF͐wd']_*?#}.pdO=fU !=/߿eh5l/*hKkva0\Hb ݻm׳yU̻Vke7`2f {v w3zv|>ӹvwlxU:JBr*TE ku={9r2B^eۡqD,iz'*~72r2NSqcllhIV԰|H9ϒ-0o# YI3/°_އx.Ijpُ9m tk׳kֹE=,m][0IK#6 (:ca 4|Ͷ Y19pe.g|!՛y{7r~76PTtٵ>U\`}O=T)|>x>NcHp+qWWЬ0.FľN֧ѸkYxEOɗgWy<7;l7TT+0|?.Z5ENOy\ w|:@GE,++F@r~0ޞz??$3om7Gh.3?u< NgEB ܦ_ \p`+}3 s;<Ӡ >UUYWFuS!}}"WKAm](;ykq9iv4{;m^Ͻ\+QzzŹ&󻨨tz1;ݏaΝ0» ^ck۪-RQc&#V+H[^joTT{`cBzthn?w)#/w_h U >)gЉl}Lev`gq^p{1n:kW +x3?EH\ E;\} 3X9|o_7W2X'qy=rt׷x9 -{Zu6.#>G*BZH/𬲑&hfcx\hs ,8CM|o WjJuzL=?T"wxd_XITl]zMz>}SsU,ܰ>L888Vkyu"mg F' k߮ԩ!tTiZCjBz§/ߎXZXX2]0tnwjI[^cM~{ٝD.={ gy8O1jpJa8v-cxreswO"^`Y-`쮻ڣR7T sr3ꊒkVkfCNZLU[a$ sPU<ӥKnW[bM 2ܺP,IUKjxVDbmиZd꛽ <^sM=Kմ{L}]t73X]i-`9,ayF,ʟWon-hU-!o&82zu9}EtQx{UN;0}EYWcX_4ҩŸn_;jeXOCiKl7aܘ²ݔ|Q[V֧ko>v|hJ5Q>\KÔu2Z^|BUKfiwGEFJfFn>|\eh6]G+Z檺eZtfޔ#~FGẇ_G=e#T0^n+\K\{,rhqǡ¾er:*k?Cqz^' xRbC{]uѱvr)mw>k4l3$ߍ7n;|z0qZi_kOKe1WOS+,O{q5lj̃a6(swYnGWʡ]um?40M{JƧ10}Gdjge^3}[ 5Xۿg;\~NmoC^rUVS_8k <^oe^YZݔV:gA'E~׽;$ud΋sd2,\^r ]2> ?=3fja1bo)=>"؜6ngG>E.L?:7JKN#*//u/S>W/|cw6ֵ)RE2:<$ڢ3dQJ oTTTrlk_o;'{oX66=^u㝑Wk3wOD; T;3xl t<.mXb>ڽH{l~ofx]]5kMM5Y._VO*gM1T4u%{*\4f=|QKTUK b&GY9gvWWs{QprB%YXg:WT_aZ(k^Us1}+g 씒LI$=ձ@W+-#{G[] ~k\^|1g5Ñ΁;ق cfJ~M4MV_k&}-zs,ǃo򃣾,;gtaW|)[k4xZNXo0Nq΋ 4,8dFl|~=8/ Lt9(Yei-,VS]vMadݯ&GYenrkf<7h#/awhM5+h+zU-f~ޅɹ(:Yc\[Zs{|w+HnȽqȀq !$R 0i:^G;s\*5)/Lנ::{_n3zOhERL-/);VKW~XIh?_ggkoigmmkklmo77.5ImڳOa FTӧ'*m{zg1̒H V? zQo.?ݻ&QyzT]EXIa0R`v5]ȸ 6?/ugv=&M <]t^UI _!}Z4^[I i ?Mf~"jb_ _dž@<8߬'CPɾGZ?~PMW!&l5i9;WW ݗ,4;e{%V~}#ԗN 6R?O ?i+_,a 7Jaz2h;vnN>{t<;" VlxZ}yro07Qozo)bH( Hsq)@0J" hrП?M`+U)U"vOm*`0 51Z[si }j5om(~(;0(U%SO=lXU]N K %so'}Ϲe $璷{^D٢ImR)>˰}gU̹3??lXE!ǫhl\۴jchuJ,L[0K%L;n[v<.۶ݭQLBE:4R,f |2i i<{Nwo0sK~Ӿ?k(a^^ߺ| ޔ~qamZJCZpq70w:ΣO6xh#3ZYIT[KB% I:pnT&I͙&n(ӟ0@! BxjOtmyϴvʚjغ=t[^KW,H ^'K%5l@)| ܮp9|d\X l0A ~ BP(\2Aclh_C*>^E d oCVNȀyi*B@`H$0b~lWN#B"0h>>/+P/@s dXS{ۈ홇OGmꧨ@]?Kt]e@ya`_u@qv}gwWs>o/__^vz:%PиP$b%MDBp)A%bTA%!+b#R rf؊ m@VjM=7+>dXڃ uyn=΂LE8tT ;*ˉ\(fGcd$jY2C?k1iPvM:(7ȍ22t0)n?5\˼D78xD&4*Td]|uS%Eg~q!YG QTiGPEsjd4ݰo:8jv:=q)wZ`h ^chdeMm7{I&&=@M6ŪZVN\]5d:pQ?Sgf,2~ALޚ=INIJ_@rYo}lz ;*YMŹSgwC 9,< N\o| Tm[m~WGx"⛧v\!PI :0IzfWV;Ϛ^>oR(htOeGQ^2SG`:рzM*U!ͣMpj^['֤[ ,g6? ֜FnSCt %]r]TտJM\/~(4rtn3,A&~L-FqkMSAt& ZרM=F3b`ݙtۇcKSJ!q%{P#x/Z 0/[)R2dԶ!5̠-ƐAZ'l=j8Y lS|K-:4a(ൊJD9f0%Tꂣ}6'-7܀f蠯08&,>?oM .sx 9h(E!#$Z8N0Aj|S!()(6WB˨/N*Ektd|ʩ])Wc`S'ˤ+BN-L"a@R&7S)ʘ&+HI4d0!{GD\rOݓ KR {28NAaBtH`jXO_ۀi3;Yax_/c\읚Ag89o,^sah4_L!emђ<}=yHndTnߏmiцrxͬoia*=߱mgUcyw'0F"*ʫ(;hvW;ж1In2+bU~@f_Jd;fPG⨸îܙg +M?ת af@܃xF<$jQo9M_x89t"/ZS@i󼾈WJ\ѰUJ ^Jʧib.Nm)gvNo|C32yؔmqM!1u/4n%=Sb䢡$ZAXV9E|`nj[MIUl=w@bNt٨KD])@\W2O@ z&N/Qs}t6'"?>|M˩aGD/+R BTOFf7<~ٝZ }ZyP<@Kԝ}eb: dxTjRY[<.-r/g*ڕ!'V, vG=|L<]FjK;cbx/fA_(;).keL U,3E;#R M>,1K#YiKLٸFVx h3M(TvD}N&۵'a%eh \tU5Aph°+Ph0Gj6Z': #Nz9 T)Di,qm'.Y*c /w--ce0I8GVEǯr璛n#,57ab!O,#,+of-b_)TlqCgZ%fq[ԗC 7/r3s>q߸,6=4~:ۈ>ƁD6utqawXnG7C{Z/WXaPk~57XV2Z8jW <+cZür[ɦS܃lU AcY"lJ5UAԁڰUsEV 9A:x]-~E!DC R-z$5; Vໞ 5> be=VM޸<{*83x gt .wG$ai^"mߍ38}ђos'jDt7l/_BiSfݘ I ObQu{FzzMݓF3`b3OxҸ7hd(]1<;C/%3vB4 ȜKw5P0v1X79qo į_("7UϛӍߨluֲ 9Zz[xY7S Ma!N }" ?;hHݕPeg]y XNHOZ\tz E!Tha0t B(p{[Ŭ}Zf\`9 ͺ15GnM#5s*w| U+6j/gL+v@蚗ClnUӀ aBo{D;cӝv`PC(H ^{}"ilqE lH^`K w xi&QUqP]c q[8ҶL/B́NrJCHT(^@5Rff)Um[!iV* >wgg'>ޒ[L_늗AuB$Z CQ+WIMVFwp{ uRsdd&2I~U@4} +cx]䊁JlITҧ7 \^Z6e}p+PF2 c8?GWS&sOzP*2}"o;SHX8z(KSpI d_$i.@Tk<8SZ+=\{7gѺQr$&c-xk LPɋ#PJ^@ t2ٮ? $ 4$=`Ѓ,߄T2"yur9<56= (eo+<Fmz2xݵF[G|\nƉųI~"-b (hݴOh9嬔WO*L7źH2No]|kUtŊ|RC1~bD~ MplzmҁHqy.aͬt̫&T$ke&Bc΂.!ًeB@ N]@ ;(qwBi&ACkE_~FAB%_ hK;g[h=ݮBɎ~q¼LxY=ūp7+Rv\%ɽpPjjr/Фca aMSnֹ^78MݢHcN$ț_B)Esqb.oTy}LCCU+^v|]Ǚei Dغ'Ќ{< wH(]wi J:1 ݗ3g }i;$ Gþj_ĔkJ\Y .NW4emdnZ߲pK$ެӎJE <#p=/-#ߔqGMTqmS<#g%g1PՀ2AM7RrĒsrtgϟf6Fqh a)7~9DIK *_`Āh{mT]YҸ9D~;cTN+(Y+yݍ\O#.,wq,ԡ6oC3\SyAJ'Uy$ ~fi%aD 2$߈sӫ#/_ͨ3/w(Mm:͚#Y\m ]QEfC *0m ә@ՆZg+NF;3ꎽ `(^g˖)DE1b-yRU[xbG1]kH gciQOYy'-8q>P (x[D!,9&T,,Mw·P}O o5BVYϊp.i~iXO6zk>%l/ ݄wsAlaMHv ^-xM~WIOlb.< hof᩼7K%+qГ{7 9 @@Std>4/hRҚHRʣfŏڠeHfr! @ |'̲.n쇭k_iz? AD5_Q OP\E ZZh04]K#:2I2K%c~ Gʡcɷ/oaZeif*i4A'abO[@^R+>mÝ#R(Q.#{g2őqZ*i7μb Фx)BFxm64I\gZ-E f[mjc>hyՑeD3vH= Mh4} Qhnc@Tn{^@9IiاFB1W"RX!Z$QwOȯPl.Y9 iU_nS%r]oGv-v2;v ʩJ8[>#pGnۆ]T1FyMS6H@ M+1Y}djI"\%<;)ӳ@._ւr{umџM1(w% Rh9lb$ePWQI1&eӧei8D>BP'ZX a a o6idw!'+ik݃j:fn~X* vl;|,wp5uy./p#~i{q0=etɘH8ֲ KuzF͹ w h_!^NӾfȉBP1tORjp` >ƴ_tn7p{/qwXiFzFC"fe|K̮C2M՟xH 2bn -xez;N T[[t\yz K bMa7Y7Ҏ;2#f+TdQ]v0-:uຶmm@zOsFƘJ+zU$1 $P8 yVEHv0m"]࢚W]OmdrF↶["It;? FY4K}@ MgĹG#G L" 7N9%eln1u/SuIEx說Au N Z9:QyV29zԂrTIt{l('*k ss聸H8aߕb)5j_X? ޣL݊ϏE/ \juĿ^DlLa}~[Wk:@|z xt mnu =A 6@۬ug&?$]-5ȃNm ư:4q]ҝۭ>DH5v1_.1\b\ =Cg}55 ,ȵ]P zG.n<7w/ܛW<ߚubNm"^8S述Ovuh8m{S:Ҁ4]2 & @%MCN@y/VEdKfQ{U-9AE.(sš^*.הqiS^]NzQ[K K6\f*g} D {j%:D3Gk/24-kA]"7*O"R%Nee(·ν dAF_Z~'x4*8/51䯍rb2=ȘU*Pj{bz~s,")&?vm Z)#+mm SN~|G@'ԂĶI󸓠Ϸh 52T1~(%,> >V9M)[G.J 4MN. Gx'@}vC l9q=6b#"&E1,M#L6\4ޤR hlXXtNr6s>~VEYrG;;_x͆ğ[Ĵ= ɧG:"%C,J?,s7o/V{6+\#(Xti$ʼIqaow'!6JI~~]`7c-urǯ1ސI{.;XulMxUP]le0t +[gY!MQ,D P ۬~;.6PGy+~,793[twŻkf;ջIm2g1n! hoiC0eRT@_u|*IB2&C+t%Uq6RC@#qf S{\UDuHL!.%*^ ͻ$+HF3k a8a)|EOcM+C -eb{yڪxD-+ئYLYQ-`oBw!&;!XA8n?@9FPM~PmrQŇtdٰi8M0-^$u] ޻6 ~9r4A-ߗ8}9V벨6foyYMp-{ )]Q<4v4ùDzy8J?晗١yxS0eLd.o |)`Iҭr,iF{&2W3z2aNm<["W/ܩhc:.%(\Y` T ]FkCC87^S% M'*ْ9 ]hHK7?gȥ Do FӵGtsi-n7)oMC'Bz 5N,bM;p0z*'biP-:r/QryKC3'Lk~C*#&]!2`P(V` >_A^0SqC 6"0Ot"df/w&W^DA1F 9 <n)/QfD0>'FW2zdR=riThİ4܂1tmcOy*.T%@9bt @I,];)O Z9שOɶGQSFZy^.jKwPNQ}lkIͼf5O%:3f=5{F p.o"4zpHl nkF#ٯl5h%Gǐ5-,%۷'~drzZuΗ]cLE=*eJc&/lL& 0N5\Puzbw:ɉ6b6fQVQ(8?5X^S~P==qLkQ;'ێn)}K!<[(r>q x+/ J":G,i@x~&v&EIE͆F-!!fx<ήsN6l#` Ys΄_c]AEzcU ! F(){QX9˿Gy J!X(Wؕp,lqpu{ dԛt:*Yg*@*vv^L؜VT)Pg2%Mk@TIuHsɝjR(LĦ}y!Ra2*a_ {RZ*Eu /j)G˻߭efi=QM9`;Uy_q}WRʹSxk^z^d 4@N4zxv*[A["$lе g<t X -k]JS^Ҋo {<Vh k%_8u$W(E)oTnh_AiJRSLYQUucy:lLM*R>,ޣ0b@L >5ԓ:|$ubȶ{cmw *@~.>O~Yۂd /T'1u;ڗ2|Qs:^5zoJZѭ렦zp9ŜhlTP 8ͨ($]X hS*\\Y,)˩:p $JdOY(6>NCHgEi pl|L ,פ1Pxe>KO+ 1@zFBu` *YjSnK }4"?[FqҤ&}q? ֟ȓ.=Jvd~DTu3.Y|9ܧ{Fe*&zӬ޾T8̈5 'CL| UڰKj:x sYT#kUx$\#q29 Wd ⏃Pv\$D齫$,'#ExM1Bɂ3ªN3:xDg 0v啚4dTP#/qCwys~O0,O.:q[N֬r}-"?nڑ'~CLMU,zgS\;p![FN\ 3,g=N!E^%-w 5݆#ʏtG~ #wr.ʇl޼sꛀMC~MXfß~C69/:o|_By)s?%kސrteߺ\"[' ^ӫ[%/ 6jYng0DXN_,֥0eE9 "H a>ŧ\H]RR~.śHknXh(M=w&Y_Ym-*H-w^#TO6YMҍ>T벿$z' rԮB}`+430û 6cjVΫǦ:[`db(š[~1Qù'7 e~իf:rg-_ 'Qm3V uV "V.ikߪK6g`MT8]j:@:#fϩ~˟q,@rrhѧ1øm/B}Yu;GR,Ø/c|b)V5dUΒ S&WvK'b{ K)bY='i5E Z+sHcǩkQH̻K aQ WL3[~.Bk yY3bFYӵ.u[ ꪤi*kZl^䑾\YNendu~: فIX,lsDc晤 G#j[wUYm?$ ` SwqD5u;ي.}Ŋht4GGbUϤ 5+-21}p CaqVT:V(?2 Nx)wHm%}^Bǁ)pE,!$Еv![:eC}=Tlq넽+lWG//Kd,J6Ѫm5WCDZ84&t9T !Ըv<"%<`UVIo{qrQЛ wVA'?~# 5aAsg6HZxN_&vÊ17ȽLNupEnWfs_<ϳ}"<]"{;ŐZTh!LiO[}o0c"œ <$}@qY0'h-l5?eBhMxaتz{Hb5yU:< 4qP '6FhB΁ŧ:V*-槿M`4rpUNEP\._99IMMH+P{̲|6*(4?~D`CM6!VXb=w}};WKEtXGSaY,gEU޷qpR]sZ,:$ݻh]ruFeR`S+%ogy#S'H8'I 4 dѢ\M5fF$A$1G%u/Kt7JRcv[J7 W"^p)l#|'[P]*8l,sx_bU/ֵY8 BS,2\Z6b }dG5B'gZȍ`URh'>o4q1d5hc؝eۄ1/Rg*cV+Ó)@r.)OL?4p~=~Rxs F!G}>'ӓ]t4fU.Way)-x[ޜZpx۲jSC]4)@) l m}گUsr9A.BIUSwlF0tS݆gғ!IFL[%Q<6|gtɩkpaJ%!Kmu=?)/NcUJl7NܯP؅g_,` t+XZ08$ؾD;Qhx6& IZKbA3RTLYW9y$, $.h3T:^(a==2l8B;'iߏ=`:9ׯ(M<`Fc3͎~|psΉ`L0EP\o;1I(꘶dfU-=;hE>#%Yqr zs\-:#X_||;`cN\׍ܧ.Mx-r4!JF3ެi<%,eYxPZ'b;WH]7 1qVkS/V7%%\e]oǐP6t aECp[ 9weNc$F3=~4Xc[l`"Bw `FY8ÐTGzYJ"͗W~PTQ5#L]G7nee>)s9qqojCJ jx,qiw,=Cj~!ς43hC nXLZ^; G6'uEqr֛,?ܧXn(2.AEvJ%y/7ep%iMJ kMV1WRƧ e޶˗gHPByCTw RN'dǜ[JqFtKVnPQwIJ{KvRYTuuJЩҽ=3c0IU0Rɥ*k@+tQ5>/E%e'S5O#squZ]Tr%+vV-0 &a_tz8~gݫG_%p IPj 0kS{IyP_UtEo@ů.5w c=!mD* < ]]ԯIZ^/HR4bW]m6g$0lQWgOcʫ!;pSi"@F\l^C[+q6Cw>IGhcY62ަ,UBё\:@FouUk]_ǟRy{LstBM.mRg)^2CD 6)Tm>=?!o)fV=>-- YY|3&xK R}ә(m#ޘ*gR٨T7E<͏ml>*>c7m5-hb!`V,SE3U',?X:Nj]Y O#lȕ 4&WK^r _5=]>\?p*wv ꙟ {tqܳ305R~k+֠ɘ$ak?b PX>R5K9y t%D&蜢*W9Y҆!^3^0Ȋ6)|g7Gvt4PBI2{]7F:N^r5S&24-b r•.Q,\L:| ՇڒjM2$VAQ!пL%ik,p勽mPoI1nc"?kEi{y< \Eqf"[I8=Fc~7 #~5_p3 bDh{MzFgUD?;nYeK@* i%%& oˊsgQ6`uɔ}[&t-c>drh}kyk(xQߥtJcp)N%Sj,OaDPx((F=hE*ԘMB l5y֞6wqFDsWQZAѸ骈HpW#ӑBG{C 71F#Ӊn_Rg^䇠4wYa!rr Q*#! F>Tb2%)Ji#%Maů@E)M.*H6!)Ej6.쬝fqZ&R;L[ŃI,8NXZ~ qJ6cZzW j >鱞`V$*?}2rD܈ YЋ-1U{plz\D*ވȊn)&eۚ(*e?c sR'{D|A=!J*uQThWB`,lM^ck\9(**sa"8$GOk7T*Uۭ @Љ@|eY 3vW)$ډƙ[R!3_heuX)IzdtL_jS`*먇$G[3_rBDIKKϏrmx~=Sm0:D0iOSSZ h2z".c fpVpvIwaKATzF(@1X!3*ӟ9p癒l+j?CbZ2(|*- z_ ^L5\.CHPxo/[)?"͎:v\'gmGyKoAfvx IƤ",/(͊1hm&DxqwEndŀm;7׭@|(qr3,8[䐣A9nPyB̅f/q+cÿaR^I]xs=F8ҧNGo/2[_I6f!|.SRգ+PYY|$Bt2fIn[B$d^!:^cVoC/,_01}?. %](qPsVT/|<_Vfn}jy^eJ[!QG;m6Mh#@p N2~m`(Y gL_)"=b)m/b/{|A`rUm.U uhODv o폒ND=~+X$gR<<}y< 4{lr^sɚev\ ˅8 -4)$/Қ=bp*"acvIRdkڜ+=utŽ{قVҧAG]^_zzjWc<~')=LUA-&H/ol^߈ Tڵ97o]pq|jkf!rZt衝4;%^0mtw_|HCH+FL0X;mdnd2bEm h߻^_ifcu" jmK чg/E8Gys%du/5U_}dmQdoKtw6*rj I4h71oow0{l?3,Ml9o[` ce}0Z䷼@5DjZFD@Z8ƏKc$ccfr]o~udɰ˰ߟy}e_-5{ViȲ OwRhJޯ4& $U0`A~e?;U`0-M `x$G]F6r1vNrP)%?gpL,&w)^!>ʯ!zy?<M$u^-i,ٷ#&O% |5wP 4 2d{P~hE뛟^P[?J̟jhy3bl`sN83캂h s-4X7Y>ks_B?$k|:̠`TYAuM/.*^!H2BG~cȰ=wlHe`a؜&=@-mKA$%c}٘o; Zy!c#ʜvUJ$s79R446 Ng$ Sʨ^I+*_)UeaE';r[Tw)&(%\#0ڿU4XM1 RrD-]` [(ThZ@G)j{ѱAy)խj_e++20\41zENR_6ϬB(D^'| FTҟHgךJT^Do&>]G}|T9+/Y @+751>m}7pNT5o2:#PvGazىJa,'^ D^ė4mY],Zb7׬<+ l RT?`#hV{Cx-e6u!f7{E;PwȖ&XFKxMt9&ӶĆ|@~xZ'W_wL8"F5>Kbcq]/_,$|Rv'w2woO!Vy5&nW:9qKj$ ]v VbY8RH ~+0r{gm |x韣a>|HʮwusjUPGRE/T!|~R֎'NK1iO5@^ʒ 3L,);nWXԌYDR,+mLY ز6mWp 0Iz?A_?kS Z3~_trT۔DGy`2#isC֋[M|An gxP\)wbgԎzku.yY :L6[ og珇m TU-r[HEW݌%p֡CwLͮ+DuK@^ٖMmݹY2Vd!%F??ɂْX?6\R Jx|Om&yS@XbXD   lѪT4t_m?T9̮U$;FW"?Fq>x>TMΠmzava-v;+ ]Rf'9@9 _ A{m78\|ދM՗ǯ.ھӴD}!R$zٸm> =n\^iX6DM"Snl/ɯ8wa*K9[J9 hzU"'>Ai. %ycC'7jK x~7fvi"Or%*#@ IB)?R1RPֱ$<@>V,?-k@%T| G64]exY&nP&߁|M'v`Π,=wc[wi{fY&;7' Vf0kC}l-Uoy|}K0t;=[7C'z~Uߣ>,ߢl[H3&+5`kvءU/NA)g?MGYM!;'~h49z;@/~,d?.zn~Wו#`>Ts =z\0$("삇Ռs9C:h' Z"T(zoRl"z &W0# !ͼ_.,=zTdk w(vl";~E^ekS6>n]lNxgTcFH/[9V!&XEj00Bu dMʇ@c+/oxpG,  i3>Q֍` .g~)~_u$/:@#* |!BG=F6n:M^}W!A֞ءXؾ27xl C[ |" Kx+̴>?.XCo͢'PhSkf;ʦvqv{䫈VAfi2h w 7Ȳ`Q|#i)HVi |iVJM:I(Lcэ6O7nR+Xr}3H棶xh!7j@#PӣID㻛:΀Ds1V2xf&(XtV0yKw̎ >ؓze?UN@DW D|!~e+ZJ÷;N?m7' / NF!Bшߢ>M6Dx+βσnRԶZĸE@p)F7S:-\#OZ[ M(Er[0I4-[1K=XX : uAn/@r%+^F'"#͊<*0-CVn5KvDtI#LR1| S TdЉ$KoHG~Î!/<{>.K0R.SS{IheL"CcQlJ\F^ίo3>1&8w怎0=|.@%T!P ?qDjzI` |رb줊'i ZT1LfjƃVp9Mt)OOJmdpWȪ MBJ ɮMEYtOS]WeLeͯS_G. "bB 2T? 7\p8̙ 4lz9:YI-S \t ꒮TJaDe|~%[IGIcҏ1oo]3&K2 {!,aNs!ŧi'<_ClúWN8l0Xׇyi 9-fHxYHH/p"b:U{C^EǛ?#GA)yGOlyl@;$p5+&>aUykB;9fф,Isbƌcy9_1qd8-{ݮMHk]0 6gӜ6QW~eU*\]ao{or (΍Ayn6;墍`X)wvs&gfr3n}+ȫƬaQ@6PUgV(d8,wC=##`%YӤ BY,!+(v(Bh2]pb^N 9RٌL; 0(DNɠ4$"2Nܯ`TQvIDzI'i9vVmӞu5ćۈi\*3`0I,oF8V'bsJtHL׎euh>3*S%`g *9l}&17m^:\4i޿Ts6કmGm {ٌohd'Xg=m%nj\U5wۯ\V$͙MɆ׮1OJȟBʛtYR @xJ71</@|wh&z9.ru%\Urk$U~xKH"`FSmp|񚱦mԔu]v'o-0b"u`@|Q|S[9rO󐡆˲AR G56Ds^pŧ!xw'uEioĆjҗ:Ɔ%WT el.CTo?l޼׃GZclO}g:˟wh1_7U(*jXaz1?nrCv] c L ~ݨVAMAXJ ]=AV9EYRG#" {;D;H Wл\5 rv.L'GoTb崜 /O 1j\4/#ϧ՗}8t[;acu({ n,ux!˜  Fi.[u=mዉc2ϰם8C.m5) e_-lY2hKnLbFg,0r[иx,M=2CBU<%Hz㚂Қ]D?ں̔Ae hT D+T CsEj$ovFe_}q[[ o67 you`2!R}'2\ _Nu8k2]wZ@-#)tRUŅr@P ST4G\7>m@lXбwkԈ>K(>fZ~|i:ΛMXՍe:|b|B81(lFmO-Bnq?ZK}"HCWn,Tl9T3H[(܁:}ͥ\o kڌ*e _#T 9>PxȢwL=3JtP8g;F,p!|`-Ӻu>u}!W3'>p?Lr $=m{&^H(0ٌPdV9V´b%w[BIodx[ȽbǼ"Zt0Y~r`[T# +@!/P u%]`.a^Z!kC4*demn 9_[p)a]zJ~LgLm?j-Sys-jEeG\0jZxzaҵ:dMǀ6.c4榦  \h9< -bA|2h\x"S0UwR pqKNBeal0BUfeS8y<:̧\@$*tJckKKwQ˟wܯ7id4RQ:WѺ1r u=HSD'c sԵ*Ncb}hԡKl2Cp a6b Q{|;A2PܩoBw)tArVݫMfфXEqsу$큻K4A=g%k$*" KmدĪq[nycVMN^k=MIyh(l}nb l-m}M ֬0MHЎlkJS+=L.:4Z`ӶV hI!" .t\M[>m賔6bq^i\O)3:i(CTC:\_(@cN;igmuB6Hyur?3KJhM?;*tu0MzVQM aa%zOB%N[rTd,G>֥2=KcaWBG@Ԉ"prRt VX<Νs"*o0wgYkG*G']3Ȁ摱Ԛ~]Eʊl'xbiAKS(8p_I|׸Zi+xȻxɗF2^O!`&j-Oƽ*O$rWqޛd/&lwɟnvgb -Q3h;;8WvwR#IMxk* IZFVij|AN}(qh{mXt,9-pNzqV AYp~R0ig6~)ĤQb ]TҳeI ,eHh6ko\1CF垜'v7wбo; ahl*5H{$f^^Jz)+|˿QP A& "P"{t1Ըh F}!+9ШS_u4]HH]HO&عK˵c2 S=il_KlڿsqiS V\q %m7ȭpʣ;(S?tQ!2\uh=ue8mtN_[zf2,!*7zP|Q6wd ]-H-'=y+%Ȫ27VvbPq .`" "}QOzQq#2T?4j ">kl@ߖ1٢ =ҵp[0 GfJMl?1iP?{ywĉD31βӪW5ΝkG9b6|34ML.B=Z?? Bu".|3[+y?KViSsq[*-' s >_FΖ =Kp0V ՔVTsP &uScn^Gb΂f[ z w @(fC*!]{%Wo<}=(uk6tFC)F[Dzڝ#`Ez^Qb?iBQFJnW'AҰIM#;eJh?rMNF$S`dhmXN;tӝABb 攚u7\v;R>PDS;}dJ|c9_ L װFM3G|=ut:l iq?CKf4ZwZMETB ^#,x\}^{EǗ@gmx#!ʙI ӣ~?yǚ0"ly0QF]EDŽV_ ׆OjQv'&Q؞$j\]65̹z'_1(FýLJm%&|Ӟ)ReGN qWuŅV@t OT`15ǩD v;5xG`BNSDyN9rkwiM Qי| =ٕI˾HW=F;4_i".T81? p 4t z.hԕWa:JuZEBLJ֓7k8Ҫo5Gsa_xZE3]&dBxMgJO兇4VfEy3Gem?>W 3mz Udn,#dc!tS3278 {NpB:#k/oj_Os@qXCQx!IPYvH^sM @y(IEro9r j*,Q}#JxK:+"L:D¶#}_{.fO>.:nK?v4ɭfj``n)ˏgS ZKB0%{U~OTE1e! :kF>4;"_w킉p,v_8ѝrʡ(8#6UOPI@Hz_~FÊRIۯ5$CHC?H9~q Yx RP,iơY{{{51dBK{TځK&2}ı `FR<^gރ("D{̺e˦|0BaX|>J+V&Oh^Y`!pk~:Ӊ7l@f[d3Fr4e%̚ +x)V^Ë:>" tujgE^}<я"B77b(`3|E5w|6 xxMhiu U˙K$z N=k\Vl`~^C8˥\-/jyDA߉DAؚ=*l$@hi94X]Z T"z‹/ $Wprs'^̸B;b*k3E^!L^ΥMV'cP=O9F}.qLq32+f=0́j&4vPppe3u7 RJz +饩'%Hs,&1|l &) Oi=@S KvLnH>S+{ +lQB'됁_zMg1]S_^1+Du fan7S _+NYU9tB}gc&ESO`тfp%SƹXkMr{值cJt6T Ez^ |D>ioėyz.u٣XFRgkI7IQi p`{[<:"KDZn'lڃ.j5 .o%(~'~a~g,dԃ5s&#Y@ bQݝɍ#ﴱ& ɔ{`/پTz6NBq}eՒ\_mXlb ?GdLw \yIbo0xj#kHXgڑqUcPHw?׏mCFdxTEJKxYgD)[kLj?6E_.RO| hz1Kh~ CʕoF.fo ݋", 0Ӏunkvt;uL#7\s݋]b&SE+l+6U݌%ސ?`mBz5%G@!`QxCH'e:DW \ecx_Nk,mU&Ճ' ~h 9WEh; =t²LT~Ō4G ^%ϸUk;tDUK?ߢXcꚋ#x8GFGMD݋AvmD.@(ol;.{{cT jֳL2l2]/U*M^Pt. HQ?GF|[X4,I|~ћŐ=;I1~9f&`!g DAZNTk*7, HlKyW!vɺޟ$6iY{ZV*~^SxZѐbCLGl)},zOANˏ)n]ؘ> d`f樷7%]ËW,*SS|`RɋKBT XZ&(⺶ 27OP[ F."1b6 T2 1 AmG_|rO,~'Mn9iEFґM?С+me~<< )_,HT ta} 2$s#&eS(SPE _~)ny5)*rǹݢ/"i@ˡTFD^(vV;[aC®YI-"UZ3$EKq?2rmz4WDPy]@$sFs6A;]qDϚH!?Ē?}NՈ EY(UXĕ'?bewD%4q?2!Fm{uld=E{LP t;"~M0oSk{jEwB` {gبa}E ɷoQٌZ,>9mszXOԙQ%Kih)(hYa7DZ>հ)}^mCȯg2e@lYJxjsOinP۟qtl; ު<6νEHQ?D#J#F;w-cb'%qC>ɟ};a FHKLm8[wNcr8O3Fz\k>eIhh8>T_'®:SaV/>;\eG*RgjB @X=/]׷22؇Qm%Z7ΚGR9GWsKٽ^}@u04dCM5VIA5 LD# AabS I \=Rx91 Q+ b-/4cЯTދ⬍I&^0 VyGv46@ϕAjT6|ZΒ7rZ ꪒ/gdr3.O/D6xzG;'jYvKG}עkT`j,QXĀ 5>\"輀k&y+b2 P[It}QvFh()j{i0 \^Dx&qKٓF8=WC4$@|@rʘ?ã@ S9U$e"Wnh4˥\;Ԭ/9 VV8TZln9r^+|cRU]&Ao\hp4H}&3&AMLr%Ò)8+0Y . rj<}M0 C+΅? 緼!n(GO!7 ZޚV挈si([ج.cXfGU(=Ib~ '"r*]a!AJ8yNg AaE|k7A4DKd ;Ӄm?ã +eelnNg>4|K}K7Lg'hdRkQWcn2c? JɹåʝA*&`$*'i|~==cRz$ 39*J Uy,jvjXYJL+]ռ=8fdy :eC/DX"#4ǷiY:U1)ˠ` l``W 9+^mxe6cS1KLdtd_lQм47E࣬ 2/4Ig<QUmݨ9g[j*l7l ԍs e]XpxV9fWÐ>R5PٙeFe "'kWjkYVp>DX]Ŧ,!eiWi01>r;cyLn TѣDᰒ}c+,"lHNp*wp"_KDZ#FRePrzf%.cn'i|z@FJlf|IysFبr|!O͉d,[ sz$rF'-Ozyג1rQ⏣צNYȉϿcSȗ[BT+gkmryLHC,ۜDS"o,ƚaS,ݿ _V:j ⋿QF3ȅO21=WUІz##eF^k5ui.c@р&6=0CmR ӜF/GN,c/}]]CpxK_LeJG fнj$HW8|39I#$ˁ˽~LQaE;%K@gc4-VUK14J-v}3q_vA LԬO|>1ύɊ˩^xameN\ql_=/N|"#%&) V\A+Z X9o,e$9g8אߘFHꐯgd>Q'?S ލQ^1z6Ȅ[ |BB1a6;)q7ӡu?@p;REnY`!᷅tOfC?XdŒlՒ.Aȋ5 ({U^oN; Cuwyw.V(Aʤ:i@~٥VD452fNדܢ,l]{(w.$bJչik܌Dԅ@bdHRRy.^Y- _Nq}gJg2ڞSj^<:J49"k28_@Mdg%OGbTþ}js?&ށ+h&xs$aq*:D:& ^`٬=QdJeB{ V,w7c[3MK_[bS ~Y銼Z k%KHzTvl~#J‡ZϿJ>yf*c6X:?܎eGkgq,ͼ:cނEPKzInZ/RDjmzv/E#/i`/3 KUAIN6K,ox rJ~~f_7qcr|ps2Er@О:Y:U`%nOD0:ux^CQHs@A-c57;QWz*oy 8U^ ţ O)e"ra/ W]/o~|(KDtO0;sƭKeg J ]\:{td{v[ԦTry#ˇp28.exJ-Eץr(%"kqtIoJ@Q z .eh;Ms1Uro2=Gq%@D!4=?ҋ-GP(dx&j[נ)="QhpO<ˬ)8Ԁ7+_+ji 1йcT\MlhY@sR#R)yb|€vwR*s|q#;S>v403MT=59:4f$Z.!TNH"%K,sjhNଐkωt1P?F ^S'va:-̞-W^jg0c #̊B?m<1@@ ie=U*fw< QӰ. l{{k½e֤hIq0Q`cO%k6L8.G#s޶SkiTbT'k(;RY wO@ l$>CbPK@]r%[+VW{p"++ 0GW5xe܊$mL%2sx tuy~G E%[:ѾuNY[/Kǭ@p4/޻\ЊV.x ,vSWDI`&ja8"&iru}DGM=.nnR1H8Fm5Kч kn;f5 ?— h/ucI_ G>O\E9 Ph2_80GkF׼&(Z)2;r+жD|gy&;8oiߊ'p04wC9i6#02f #3ZۛdTC!f«5 FP V5´90|;C"k@K,&峓B4I-_s8H/)sZqa1r!Ԕ/*>2{>bA@TD0-ȯCmԇ腿?+m(I,ܭp9[yB6Xe]W*F8Z͘V-v]Es2U QXzװ 5HBb'Bh"z_?d7ݸθ!þxB$7?ÃNDK i#_'K&f+yt 1xN,;t eKgm|sG,I m&jI}`QEWf^my0~J%ȢL{>ZA3W0t0iw̬3cՇ3Li)$ mu\_)*mKFчK[@(Qḛ52GfԒ.93,)zrYdM(h tn6Eј6( /6"݋t"ޭŬ'xd=cqR888U)I1Љ7#=Td!7':Cj֏mHٛ9E n%`K9v&)}= UGJ 7Z'fwvL!C^3/wKcE|VI]@c-7bgB${=F!vݘ0T?ۺm;C{ҙ8O"ҫdD9< &yqrnq*eT +ݵ![rPe|wDJh$JdB3êY~m('烻Ђ a^&|5.{[ﭓkw GkV7k?g 42!lU:V~;O]Q$Y]~X<J ;bg>RMfMf%ZUp܎Jwgr]:ʑh=Y>~ew א7W|Bxv_5C>r'gi}CP4;|FM2QzM:?#p^vV RկGW$$`*JuIt2\B;lH'P@K&-HEZ s!iΕN# <1h5Yb˙qt1!mKHaa &zq휱'(&|;`H՞BU C ϧz]ȑ>'Sma0˻/|pcmjNϙ)g@m@+ qL7(UtKEd t%?n䙓j=*-UMJ+P+t} 0Q ^5qL{>[Fl#6?L ZI d* .|4ș1 L*fy\1B֖<>ȪQnj6F'(yi T}+ޞ2qb!WglS3kO;F+"&]/S}`gřlL̺t֌sĴ昌]h5@+f*u(;又 J;w'8F٠ Kd{mMcC?w )^1˵ '=XDU6M}{jmJ.w|g.Rh: =>+6Ckriw+qjCE!)HV͓12 UOZFWr'M?8 GfH@8\CB &E >ĭqqʉ2, Ն0&#ZǺcգT.?? m,Iγ Dʃh۳ 2Z%wDsѮ琺d.6H?P0Q<3: jS y}nmb?ɩ-#bowb:xa$8aڏ fZWi*ZQbXxŢ#7&uxȞjh^ĚJS،|ҳ-O;FϽWYP!g13G"RKKc6w.|Jty !?dڞ)xD1\{-(֣.2M]"WO ciܳN[G',<͠% ]zm 1k TRbNЩIRj9G]Иpdn;b?6~2?kǤW[K3\?"Y ,0+ qq(WU )Z4}tƧqs42<  FpsrGWEj w;.|GP2&Q#HIj_h4-ʙ.E'vR %U#cISslP\g vARzx]B;U5~r?Z- -=jR1u]z6= Ҡ2ih%؛W> G}X3s[mOs^@S>ȯќ踒2!Ld~ '! ( JUź0Hk1eYmMsפ}^: uO_XĸCWě/W<Ǽ02ouJm|zwӿ/)q&[!0n:B.8\E5[~kIt5L}"fȦBrO!yʼnB\D=YG%ҦucS zعStEbkr̙Z Jx٠i$V0s5FuϺ mQ/{6@6Qv(q^$F:/d:W?'or?9cfB1&}i |TZt^8)h +8'8}+P=]nŅa2XP!t#x^X>μb𢂲V h]k^ND&Zf36ORp4t|#q$W}I;BFXwzs $?xtR֓X{[q'?O J%=x!` |dˁi[N*r"S7 7-?'4r6H҄`+F`I"%.*ѝ:ԽGW$,Ú.{ m#:VEf5AYkqQ9 )T0AN4^@7E Y66b.'!Ll %c$ }zN&?(,kc]mOqf\3 mQoUP76K[U{x3D Y,5γ!eP?[U5,ms oލ.S] lt2hu#blZ֞˽={N}{W7ʿ7,Q镢Q74UgI!Mh *GA4扔 op͕ jL ywKϘ<1#P7n,DF_(+d{6XcCH9 =lZ Q١Y$"(XЊXM^HZ ,Msk)TU{dU~d[S=󦚣A.Nnb`>.RÀ t,5&_PJ_8ʠL!82('{{r·zjz+_ BU-7cm"-z1 uiG9Hkݤ/tÉV)>~8Z+="Э8B"WrХ4Z&%cYdH́ZUz1DբBkx4 + "q{qp8iv&=NcOCx3G4wSKDžrbMKɄJ;>)i&cWokو&0j!h[3H.bQҤGGVCp5[ k*"I݀J(:?l 9H!*jfriiH\}A6<q"ND8!4VML?:ȕW"j3NfT5h9$iQy+9L/? 0"J"ئ`bıX%TU7N/2' %aRٺϝ$؅ CG’(`'Cv $RFi&ZmN,N^~ @tk1LL)cM{.:E8VU< 2 ϩb8J/T ErveBd"/.|d,7JC`x!%f! L\j~HCq9 M6m۞mzh ?S r;>[bn4eC$Ԑq Bz]a0"kSಹD/7k8.L`ܲZ.u@EoV9Oΐ˯79O4T.(J0`><1@킦4%{5O,Q 8vp! iޟ!lR4_ILayd4u?}\F[oluzRa,[4.@~4wme/e)>ɉxu-U=4Z/Z%}S. i^{^#Q鵥`*Fl,C4*2OgH>~l7[7'@StĢIN|bO>Sb(ST 1UzXrh.(@'>'96 ԧbQP^B]xbSZsY} SlA_'v+۬F: Sr Nҳz J܋/qOCI(㯭b9? 8ɒњ$?u\A1i^^!)_)sW g}{=)ʏ'!mVr˓L=y',0ۛܠvu=hER9J;1%x0L'Xq6kE@@;aL%.Ea w V$*?SKrh[ `1kC[of2I? -G 3Cd<2aX%|[cBH?⒵R{ #m>~*v|v{?~1mTNWAlLW- 0 ':k%Ą=)7S#tJc6IV$ f"6E+hq;\n f% #81p$ 'GU6 :c%K}WFd+q S~A0pt% %v`\rnkңhkڮ<4 lslCڥjUbgK$ 3|ӷxtMTʀtx,n-蘴k)?ۃK!LegZSעQz:{B3 t@o!<͏iu{Zsz{5%>40"#t ΙM7Sӓh.Uر)LBmzSuA>+~$$͒S=پ8瀫nG %/44lGf@%R?ȆOU^vp)^y-`lc Xxx`f8(^%[:$GVnE`Wv4}^z>A%fŃt!ݪc;õFQBl]jIwu!TV QdZQ}rCxc =/Yvv;AX:7_g:WE*iv(Ex-O.xHfz50BLm˾@=`0׍`úZ9rqif%~c' hM~ 9`i%F0jv8i:O4 +-3:P@ʟSS;s%XJ{3F#߹Qk8 ah%\؈氼-KV]Lg]]c; !H &'[1_Xn#ne2t֮fY0 :rwJr? lsR&! kUi?յקO b}<πq-YFd2@yWoKx(:L ;j(˒jդ~% ߰rP 9ŠME;2;=JBO ͧB6Uޜ_vLȬ[Y +2*Yv2Gaeߑ%8a_K}_e=:pOBQώKvZ4U ˖:yA0D$=#&ߟ9"aZd6s4v5+`B]hϔU)*a'){e=˔g.ޜ>ux<9/4$~'/P {"#4DyO(0;-|7@xy"ĈX97᮴g6pVJ2C, :$@f0 kB덓g IK,Y7ܱŎ##4YM;`sESbp?{|vtxkΏ~S߹ENꈶnx 3Ӈ$Tk^ uAy-gQF8PXPJ Pm~' `]H@=_S{5_ji'b#!4p 8VށkASF̓pL>WyK4"pP=KVd/єQmČ*Ospǵd!xuM3AT Oe 5p=a @*x:8T\%Ԣ7z!da:}NB 9ʘ2ukB϶6n:{gxl{ybAEk?GT)G@0/Ff{5f8 hN"qyRc֭=_ T$aXW_ %j$yAZ%}0!?򱌡1ۻ,Pt@\ h]Z[qEN:1Б*2z|,)usUgX P݃f4Xf4Pa4s$%1ub2eغaM`Fe42, |{x%HzW% ?y,RDL~N1=?ƟxЅx-l[p=i9vT}+M%`ה^tH X&e3h^M\DOM_1YbYB3$!gNN%/}j`ubcа%/3$0faDۓBBώ7iƥ~!;j xƅ@:kyfyw%lbq#4)B ކĘQzJsc"cfP5<ľq TƤlF.?mGTf–<7wfOa~wvC2Po}?\pm,^})M9mɄ׺~̽X(PI{乀D{ J! 'b,R0%q4Y[FR\t@0G~"C5Lgf ̤K'}dPt֟5sެkɚ3C(ST FK+G~9;R9hW VKW: sCfTp=e~%H̀IH+τbxI(.-H0qA uEEݵaOd&w{/Mt eiJRN,}*BpWNn0sPP%Zqd+8ixЯA{u>[̊ث)iM'N@{e 5|8T7 L@LHCRch|蚑-5evUC2Tb%i#&x zL.<~2֖zN~G4V<L$R5$Vk"a78ړu&zƱNHvxZ ZNƸC>{E4V6)Q79*d4OO\>FHf11yZjUgz*2!܀,o,9yE+yZajQPVR~ob{ªކS;!rPyo1#hyQR8aADwm*~ZۨF_ JWW>ʅ; yYk&^/oQϹwU>)&Ұu6.BԈt41~i&nn3ZfW6Uδ[T}$~o3@=,d;&  9chw(\^^MwGȞ׳!}{_ؿ\k< kɺʡAKgbDɂD:tvI_:׏NI]/w@W[Aަ﵇EN˚4(a\0tcͩ0]|:*:nLt]Czwێb&j\pW<|9 4ERX}w l*(aQapO C)XibNwnF4~.4㯟?Ԋ+s2kP$o~?6VBy~L~ߴM6e[E٨rX և>uoYrRAHT[mIQIA=uktG!0UXEGyi^_v> @I(w征 (mgFQ$No(*H׏¼ UgMdEN1d6n`BCR{ŭjS/J{IKl / Ib}YFG'>Ӄa@XB*H!,_d'v>,]rU'bHn {EO.֥Wˋ%O=&D4"IcM1g[Aʎz=n׊g vFbl%ÆW< Af5+m&9"P䥙 HZSU4/o=]wE@@fxfgƻ;i=Y&Ƒ8F|kő5B/EqYzl,%e-3FuGH sqRP;#U-OTm, pHx'edu%[c@F CK ri&j؟Sw(h64wDu#SSQ{wq{>;nronkPJ%oUuSC[dqr%_8nq)sIZ^Cjn)DW$`CpuBI#kMDj53\>"^ E|}]UQh63qdZ0=)' 1{:Zh숁ny=5c!k% 4i8]KW;?KxS٧wH.9+Z&PQC(5xP?$-pe,֋/M:js|<O'bיa46[zXM[lϙl$s|O}фhel[7W`fVN ; `vT~gZlc( h̯y>}PQzEE^/i=-jT>j(Պsʫnzl;qM]/Бٮ!B׍}+:>dlV)R[3΂KQAU fpIsLT@omTg x)¥[5zFzVtsĊe{!u~o7$-ZEPKyբH+CZ&3N>=IH2P 8zNj|OTWU8"ρP\sHy'Lz>&Q,c~zce0 :):?*l\Vz11P p)ݦDҖ5JjV |l\w'HBkK؏-&xRS2Q-ir ‘0k40gYx d\|6F%q,^ R2dONx_qYvR,utD:Z,UsgS3֬f@R"jrƋyQwh]k!l41a" eF˘k#DO!ö_JjĭzE0YVBU 4SJ٫-!,}RI-ho_ XlF2"vSӆV@(w=&t\C.K~7TKD|П2OS%GOUze6LoB^L{WWhԐ__TDg $9XhC_T;elRȂ::\n$l_tzSΊG%u#1J7e=eTY*5 FxF/XkNY~h3<Ӄ&@Y]Rd*0lC-ꦁ@:bM[۳ *.[TŪi%%LI1L"0F߫ -$wuTtP&~#X%'9wb=Q\oZ Z>(e})Y|"2 tݙ 6d䝮|gkgw/4QAA䩠u/ȍR@sx\kyF7 -~hN Yn&Uz :[0֐|SUC5r1 m>08Q#.q҉%;CSQq2Q 1GC|͖7+lfavG=B! Y2q8+s(m!b{M~mj1yCd@ ɳ |cy4Є2z̚z$2Z2#=v(W7#;?NuN; -\G8"&T8@e|g8]6-k` E KФ>V#V"/(( ,=NUѸCbU)ֹӌɈ\e eяkSޙR߫{ ?겏w`da 8 (A:LCm̕)4fWKЛGm~ݫ2UV4`b t]&8rڡv OwceB [N5KV{Z),((Q<7krʼn{, /^+lEM sM= Hyg~c+C5|7ʋ;a"Zk`;8ng0ЁUYaI7at?vo_@$[9~5Gȟw-r7^*mwzkw-0^`w'.a3Ez4#e$w:)u>5I0ܩ{dʯ)_˧S)wq8/M{OH*=>q'H䯍+2XgjJv-w gp'Qc@DșZcy'8{QV$f|&%jwaؖZc#j Y`-0?-Pk4&Gyvg~`.|-K z^o!(K*QdRI4 f6,`ˀt uvoH !.D[^MqJ6H w3IV(YY信ZVap7Ү¿f͢TY*{\uegvRdЀY>eۜ@?Pg?nK)б՝'lQ̗ՁۉŻCzF) Ֆy5m$ ">'r.x(`B!p[Zq0E/jnya43>(682P)$8z"M #GYTvQS'R R^0b_ P0A$VB`K')!ȭT5dqX1AY6U=8,$>] LpD:w R$c9XϢPS2MKvsfS2袟!dXn:s86~}SZ <71DV_Qij:ҵhƑMTPn$THPVT Г~ӜBF&>: ]!O e1͖cJݱ^[rJT q9zoqH DfyZ](B&?jNy,%HX1|ːXn&+ kk͜%,0 DGm.8_US Zڒ/˙ߥVE9LЅѻ`ˆH6(Wl$&NLʬpVX|m-%()ESX +^;ӜN刜UM1j+^v$Mu1ZvУȞe xJ؂dNliC SAy 52ghVd/&qfP *C_4GjpC}:A(g^ڒ^AL_7RS.x$>H"l &hgUޱҰg; up2v$;6]~! Um)R5.u<놟4r[ Xـ̯{9/=>$rQ R2RI"$a^-+g)>$-o^~Y2NmKHMy-aQRW 5NI; >񮤻V #X[)~iݪQ&l? ``*r[z1 k `.E|, cbl }G#w;f[=8 %Q F*͕YuT7hK\M>C4^(LpZ(,f#Qp/f4LriF4<ߟX v C P-UQi#.ʱozB]Q.7P6u^8av"^Uc8`VopC?~p!O>(Y]?JXcEeH {n嵖oHY5h AEZ 2(-$]rHi9?XUb;i-:; *7\붨{j],3d2˜DM Lg7xc/ ~ߩ8Nɛ5fPa9Z.C P΁vA[& @Xv3l/Nbpq`]Y3Q$UFT(Ņ01O^)&OrI}խ*iū ZӰ d3+,c/akr)5OBx t P"[ex}+5/e4㛫Vȕ4?ٯ,ROZC站/[#joC=uGLf/ $ kh ѕ{|؀&K0.UJ@!+Y@,ʘrZ ݗ˝x = PF3eTA"wyNAQO[b Ch`rsD4;Srȝx25p,GN`@+I (!])<}?2;]L"8>KV @;4tCJhv==-cz=1ao8 -7@_iU*͡Bzxf 6J2O:)&$/B8 :Krp0CAHGW|A()#I)-AEMz^v?;z~? Ʉ82U*)hUh~?fMBOWbdiDA,kF/VT-BoLǀY١hmS^J aj|\m} Ϊ.K4I:Me*PɾfmV`ɻ[@.?&Tbm{g;KۆxPY̤L)'u|(DU1]X] 3S^".cAzōBF(~BD 0)alk=X\ҥf>7!rarDL}jLm(\s?>G[W mĹ 8՚pv`{SnC3 R  0#$_K8oIRP{7*E,G&!ko9/Ds,MfIkQrGV7[ix /t4RǬB+=5J`nmw}?ܪ _wm^p*̴T2r(߅R[Qo'W3\!y|*jl_ұʿ+eeOi e t`ct<'#n6 ddO_GZ^2:,|"7}{dbMo\<*G;ig65cUUUV1k.kƭ:`sJ XaV>cJF,9LMmЇi%ځ6֚F Wsi; <u#ͥ"*1]3mm5A6Xem6m׀>.;ѡpn}>)'igLh"͌Zuϩ;}Ŗ:X7[L[ο\]5\]p)h)S}5\va;[ [)@h@8HKTE niWx{l'^Xźx bg4gc2@wP@_U߾窷MZ'7+: "I?ES8UMH?CMMOQ,SSWS'WUWY[䜺An)JAJR0%[ZLb~f!vŁ,!lG4"ӻYiQr6_ˤ3P.֥ګ^^%I# n[0  xKCImIZLYLߟQۨN9Ϟh⾱s¶ u.sQN UU^}?^,)9C$)p#z-RKHƛzUCfJ=RǮVޓ6YV&T))V޲ i ڞi U :yc'lM_̥IY+X ǘ䙌6se$D+z)<5! U+TKRq_[dɗHfM)*T.^.#5 HN)ƓI|IMUi&\VVDeDZtÀ̜[j^k-5uȳ2+HQ-“Sbb /> aͦ \1J䞿XǏMWU4&wj̳E $$e:Bn$ZG~f;}y){aw ^q8A Tr0J3,c6%]I5Ƴomاw*P,hBݾ3sTV*`( inihQ%K(%0_/w9?4Q}Yrٜ_3C9ܽ{ h$Fhf LDh"nj3A*c< pxu0ނ^dEUXҽ}ڲuh H?lWc 9(nxc]QJX~*.wsI?`_W ߛ: c{}i ey+{+a޾qژsڱI>s=-K;و02USC@k${bsj0Ȥ ul+>CIEVVXgWWN3Gs+oaS:0CG5]k-İCp:4MX4x+>f&<9{+B,u3vC o]gW_$db^NUKCۆa2:Ӻ DhR#De ΩZ@:$^h25vjGwLt3s= mic3 wX?z>Rvr4mhĂ}]e+2@%|;[YjK,!J*p():\Q?8KU[! u/k\VbircbЈ*GxsZi ƓgkXCu'qkffsXi}j#&ס N4)8ynx)+Q%jH;n 'W>xXʣKln{r~6Jz)aI6B8V=]OOʯ˝]5$n6˛̡bw5[R;䎻G7~}y[5US]X`dܦHg4oo wj 6T1N Z=3ܜ*KJKu| d*)Wr/G~hb4p}^\9fLۏ.sanZٴ{r?3zmMn7da[?Stq9>}f87pk'~#D2.lbvTy-ML3F G[83:shr}*=q9<ߝKX]e/#h{X8s)OV';;buΜg՜>|7e-`\\{&c[-k78Y2,)kRCh[>w붵%XǙ 0|b9͔,{X5Pm)D1Lx%L"Kb `/iߛj'CZS*o?yx`Ĩ3Ed_(2(U2 0jCl?>T>N=p}oVhiklɼ3_~fo>KO?+.>s#Svwƛ'nŋ53JZP CAJHVig?"ݟFp9JJ,e 悒+W[O[JA'@ ""B^yF#) )ay@$A!%|B?UT7>;?eWiu gu oJ}kW]mY1ءb4v\65L]_X, 4& ) SM49b` cL/MO__#Sk'{Ý7;S?8^-0V;d?=!,@$\񉜽tο'X}+Ks 7tzqt~F҃eۃ:(!^)ޖ 4C0ж׏%<EubP?O ec 4bhB<"^0P.rbvaR~ffEj~fbvbru‚ ʻq4ȒB|F?f@vI%1SNPI 3'=8@<X D YIFLEѤD퐙;CH~f5a;WHd3ڰT]蝤ef'('Xh(^'(hD"wa(q@ #ADX-g:rH 1YK+WcuZߊfV+)Y $(U!DZ!v7@G's]!ZUU2k?Z€[R"(=ԗlyzGӺFLMMRRO^ꪪ*jj[=R8  )5GNJr`}|/c󀟸b?+c "'- )eI3 &V|]ni'Xٳ}{e㒉I3?6my]#IS@+:1K5?R;W Q0=3I0a_ .?qa;Au ꤯|vvlТ@{%)K;bZB^ڔ/ҲAаeaQyao|LiqLƨK(J@@Y'"靇C[7- @Z;:H*L*(@Xh?_̾wd$1 B,@UXfeF"}]}jb!X⽿kZgBH-"@"X7:JzH0 '{j:^,Vvqʞo7qqnԅa/@P@aD szҡGF1ݿ[ QR*dcWza)D a B=ʏ s0CH$|2XS ] 8vPHA@8ܭ1lr푪o43;Iy)i99: J9*JF0sttxHA(LIFy]#_ ˖*QB69֔,@<* r8ԤeJhx:2C*)_B,@PBP@`?݅8uu6 " '=ƍ}8[d)?:m읜&ao|06i2L)7"Zh4@@(_[^QUz02$*2"(,0S̈1וS8R|&@PfmA2Kö!3Cئ@oPY9t(tR!)A ku9RXnƍo7?GXN.>C@+2J*$6X\K=6+jMր6MJ8C@ ~ =*ĜiVD;G ETOi0xmwieH@xEa% NjyHDS)A)l IJhE]e%O'@Eszx` X0J?Y<‰0nR cϙ%d 4P& #rJղ Hd5M5%Ҋ'24|m\_)NO>.GXJf JwVs޳$eؚHνڙruW_Z:ۇ:\pTIAuAsqE ɊI2^6`q ԔW yp͒06M3,Z|`SLFD%O>"M-LM>#PPXBH/,*DR+^u12Bi<<\cʲ+R>lB_i4U1I@<($˗uqBC+(Rſ1,FѭبI"Z㇔Z{|'FW(;!ӠKJ| =U^%8+#n+L?#_'/I,WY_?klGԬcnyQ討 3Ng, 7Nlf!׈o7NڳCv>>ީkXȄF"D&W޽nY,^Ο*`|n '~>q;dk *~y\~[X~ǯI7bĉk}Ts$=yV@گL3K1L& DiH y]¥rfvi+O)-Z]z}>]IYYF bke:,$\d\{ *~1[ fm d-Kɽ4$SL*>;F7ߡb Uīs[yHc&2բ;/U%(UW zڈo/0 A zȶi~JThQjge3%Ͷ@|SszșFc§5=. 9;W95b>`K-D ZgZNăeZjE᎞ }G-|_/"@ؚ){hUq[ Kbq@6 x @3Lr'oBf Mj-$X`5 "urY~8/ʹS  NƓnY M[.%,)!Fl4ƻUATـGb=`QZ?`w#ϧ\'h z40t޳BBY` ʸR23mX9j] ׶s- Nx#)=/Qxv V`k\y俨2/hu#:BFgWC3 BQ>C4 %n?$M&&4W~iT` L ̻LڦvycG{Ybk2fMp. 4X^ۧ:ϒ4Ҧ|ʝ?C<C_\??">h!=V\JѫU U%QT$A1pRD؀'^o(_3)$.%NCa ٳ'dv6[[.Ցy]WB®e`]b6ۛCMSUUTUTI]'r0r㻻˺s 7zw< 9F4erp_)<͍7?>~ElkSK'_> ̐ϓp)|"sҹvW5n}{6 @!/:990N,5p𩡜\3,$h2*…10rм4^t· "Fy,U3~ݾYVN}m25T[0!&rgg,Bm |iI¹a'ؗ|ֲҝP'.r,ıIRuE1,ڠ傻%`@ ~4?Kwz@׬rf!@IᥛeL+f@Fq1) 81f81qP 0 B{eB鴌q0l@6}Z(Pbc-1- T̰p Bd$/9c)]΄i<$H5j6Lud-ұĒjԗV^AT8Y0tZ/ 2$bєh,;zR%Ar^e#h-2Q1/oR_N&E'W=9͞KŗZSA;0kw; o';]dЖ Bj0E=Viv۟dӣWjT*ظͮ|;9XCdS 8 b1t^>uESbdr~V~RhB]IZOySo~KU6̈Uuy:59{"QQ&qw#Ңa/#w33RZ!NKke9e3LyKb֨${kWTY7aUDN͝ح{OJ[}^"ѨXW *<|*m^&6pz#* )l2CEu b*sBppj7ewɟ%ezHºA3F׾}'a9Idj$u'fs% Cbܹ"XOQ[8ӓeiQcj7+v]$f1)8QX玘ԆT KA$E8?Xia8v. q1|+Ot1aLjqSJLH(k`u%\Qv`NIegXYO19 R^kCߺaJCtN[MF#qhy.˹1),8YcW̺ڻ㈄Y"ЀD}1uFAFԘi!)(І]Q "Fe.+GOex/uamuBv69rG!afd٩D!/q=W?7}go)ޫR]cɧ>f[wK{rHQ)9pis:7zLt&1yQ7`dD!v+o"2"RI(A@5xq8lh8wr/*}V/#:?[)$}ۛbkX#=)&% FUޥ>z} M˯ i!+_S^Up!@᥵'bxt<:RMg)2  @2 ⸄/bnoWJw=[k|_ J  QR fHb0~GQ_?9#~lG$x2JB@DBԔ@0{/]w7{ 280;{(N.{ŐabfiJ9c4JS Jxe^UY͐PV4 WAgtw-Ff]T#Y4J!eaFKÚTa eY{ x]=3{ w8,OJ=tw7a tv*=) DWS)z]g 7bND0&O<]xچ1Cuhr)5o;\H A/׾]b4Ą |DD(OHftU_>2{|}v=_|P_CTŊ?z/wud@@!`BOY%λ7k/;(__o;ZTykOB9aӶx34KD+srÚ|CBUAMVX/Y58LF3y4I_~ 'i[T^h!ףվ5VKRx4 [ssux$1U~xw2.w/S ڼWS*KtH"R!$!FOK,RfKvT<@4/fûJd_ }s:V]Ff[~ c)9RYd .={!̠bevl0ۂ6U?>oOڿ%)7v6Jjk8{oiZ5k;) rRV#|/|W7]XUoӜkՅQ*+h,eV! ~oKf?; 3!w6sQT'sDZK0D R༄/p>9 P\N?+3{g_\!7Y}}yhL\wZg?jx{ﻌqa;Ο)|OGPUWW9Vs7ڷ뿘#;sN1z[߷Mݷ㹛SrG^^/}']Ip\Gt99Vkmr8F jGv9?VC<3*,"80έQΪ8+wg >_zhhudJ>|ߏ.q?@2G#lnBLS0V|'o~޶ˑ57OGo!ȅB^Jy) _:jl ek-񚕋QWCfjjnN9𗹉=e<*ߍّඅersx~┠fh/\yHuU>ֽOki6[T:wfSnja6U}G[y5 1ڏ+_c.7k}1\2s5֮קaك?%o򸝭V{j|1~t <q_٭Si^ٿ/sj~.L;?L;C{'>$3^ ~bb3/8hr$1費~~iVھ9kY.ubdM 2PT WAa.R(^Iu]UM`;nّ#ĒJ /^¼!sq$3;=VBƾjk, nΌ'5{CuσWv  fbT~| ߽,Cױ~7ǟsm?xUF|ƷMll<=߳W5O]NeMgYCgs5OW]u۝Vs891W_CNv'Qߏ_Oq)%%(m5w@N[Qfty<]x3h @Dh!8qUu x m "@ c0 0@P)CQ٠d*DLẀY^H"ԯdn&Ҵafy*GKޭ%<@~D_IԞxԹ7ڕw I/q)c'҉u'Nas]7|9|o)<_Py(2ԾeMFjUD8~Emws31LyI `Oho;!'@h K)aU7G)D+u`f[ pt8YDSY6WjRN͔eUZ>i%\VcY OE!u%2!x'+̉K(Zz3 :J 70.G)+[KMצX_fj]oH_$鍇Z2ս8. *^t U]{Źug%8~?7ZT]Q}&nF !DV Q%BJlsQ9$g]}g@ "@'? R <] ɳ+ـ\Ik 5ר}xYZֵh\iܗ=Ȟu[oTY5rcDR@DJ"$;9Ӻswqwut㻺wvN:yx̟a9vurw\uw󮣻x肸ͷp.9];nr/?}wUT7eߋ=cDF7z{d꺎éX| f o/n s'VY?̝! -Myh0NKƙ)%\{܂W-zTQCw]Jc^%li~ J}f]RԄ\k44jSU@)٢V-T.%L^yx[;y"б b*Ln󥼧{ TK 'r%O:pnڗɿ^+pt,?RDiҿMug"p8xCnᡀ= Ѐ~˜D.1&ߚyBӡ:Mff3 nt|^" )W,ӫy&#_s/8l<]޲I婮t0q]W^߉h5Ajhouxxuz>i1]ku^|ޜ_Zk*OV*ϛU1LG-bxmn/I؝F`7[_ᾛ~nGy_弸Ol15Cܨ @][+J80bPR& D:ƛLnvbg5[P a@"6YM2!d5 UԢB?gY=- G8ߣ=L #">h++x ^qre\bmO;RƇa$RZ9H*e\d0QM.5r Ԍ?=NCRVV.[<96>^&`F5Pg+T+~++A:˶n>@>G0\fThol񼝗q+wo{1.)YFud[t;oTvMU%O5߮uk'/+Ȭ fdA®l|bCb8ȶ 6΍kҷ?Níɼwv!M:ВۊWNpEے$c\DӳR%n~d~׵*-jPs)i3O@V)yVoHgO;: S-,/_Fgb9~b5Gb?lLi sѶS+\Y[s/nSxp VB& g| m55c\=Z=1~'A~dpk}ܫMw?JX~6"zhH3D$ ‰Xl(Ho'c!8jɂDQ trPif|9euđQzJWU` ^ RšI/W>FvzFj" rÆ)B0HaX&(>Ou{e`Gst-GEG>\ o1w"cV>- VC0nz615Ƅa20<Mln(&%yڋ} _)H7|H̍f5hAf]J|i jHmA0*LȪoN8g70qwJw$Q")35ٿ~LZS?"vC"Px%[uСB (hzGM2"뻊oo4- J8SoȽdt}/&vy7rrrrrdTD_ıd-عs~~DJtԩR}CT( wE Z۷l,Y5QF~~FjS?7^X- ,X .ۨ~2M).۟nnnnmtv"Qaruunծ!Τz_Tv ɠUNW~}}}}1(6ޥOV=K90*KK` V0 4 Ts8 {iC o1X<[סjmjuX @;?-;sÛT9Ygq,^QBˡB$^זkE-=5&ՋVgge ܝ^sEg6`OGwnkx}yqrte[VV8TfͯD44)&т@#W0r<MV!]NvNzv5"GGwwmK~z֡W#J:Cp^/MT >|}?jSB7ZjJEa0P5GD#j2~u~ed|Z+ ۨѢFB|hQL^VRW~9bhzVa ˤ_맟hWkݪD#fsQjsOꙝlAeuIC )|*OFds?-nOKyGzOdmWym6_|ow_.#q_?Spx}?El4Y_.%(^FhmOpZbl7u-JCL=3joc*jQAkv7_~UML]N8?I.4.j.j}t R/+yw9eՠ"$H ~i654$icBXGjoo=iV]3J/1aqq͖JI%ŌAPD/R #:L@?'Z˶kN˜fL@J`b}oC!8{gr_e>~1[\+T9H #~lcrb q1GYZ4)C0= NC(Rey\V'v)PT(e6? C$j 5/p /> P@[ P0zmΡ@E:4vdQ}7yjXI a3S3"^Na$$߅xB`Z1`)E4L9ALtw1ДH:߻L) VFm'"PT uJBG9y2ňȃ>(}#Q nF Ր9^LU(BQR,d1#;Xɦ M/g#vpUn!4`h 䄎L~<\`wO7Lq`dIߗ㥿!D4QʏH)JF.(nmB)=`Ŭ^Mқ"]^=?\\gw&D6}ĩB2oHT*n2A:PyG33sc  T 2 :FTF##83ΤAC)ܿ:3b9 fN%uۿ;;a&ĕmزa8!y޼P篕?Km\]QQZVt}b93RA&pgYg3B~"^nSkaLmPN-A$as)OPS ~y UN@> y$ C~ @/GrOŤs9m*߸|q=e~yt:'&[|n]=%~s+P;O_ q=.?brr>[ޫy_ُw]1yO'[dqVݯכwN ك<4TK^ZH[jsi_:|>E! Z`͉^2^eϠo_ѬH3ZYq@U h4\Y;>,]獔񫵱pntˆQ!@M *3 9GdӏU,->{2 P=/?G3{OaWً"?reI%T Zhm|dɓ&L2O+nUp6ߦ nbYeZv[y뮺wRso9Oy=]뮻?}0 0vߑ7XM+Wq~om==y=wn_-]u懔P3s882i߽.4W] |/]acwI)oÄw|Z?UIE;xU<,@3+.H",|b"#4i 7 Bx5L 3UR2&PH$(iL/hHrPK|͝Լd2mS{So V,qtN::j j֑}ؗײ{5qo[Qpoy s0~+dp:.h 5U?!؈#&Ջ I ʸ(KkK $̉!2؋^憚 g gN#iIB `b)IKTpKhIt'j}LH eV^(u} eT`H0!FhҔsUzFv-~C2"eP;o>a I~Duj#֦%aK4c5I!Md Tjiiqsno:}%ϔ;ܺ ix*e]Qs4ts99{8ã[`pTkpz/zBڙh͆*."%_d%@@K(# %FXVQJGC6L--sLP0(ف$TD]dNB@(YD"3!h *A(R0\6:_RT?Zj[w9vVzu[?u8=+f*bxQNiY|຺w꛸e:ns]AhoMzix܍G7Szi|zWyuW5]?wNݞ2Q!ags%C6v0uF]SFj\?=}Wq0}HkTdd!kEaJq(kUw)ܭf~̀4b}3z/?d5͈~Iݿ')@RL(s fb!(DnTvE#/b1>w#"A@d0\CMB%rЊ(@-j6ݔNmJQF}Z4"$hMfU|G:IK,"`¿<7jҫVDS16o}a0kGᏩsz4܌Kޞw!$O\7s)G_1o"99ʱD *{ =AX ЀQZ I=_ `OѾ2ٴ--_b kJ%TTf*B̒"4eB.Jm*X$$ L PRXB{+GkU} J|efwc;ޭ9 \Hί?YݦG۱ur}M' {f`u<çs4QhޯWە~p>^[k=-{:~O0 jW˨L?:\@ (VU*3UtZԵ7_CQD@ST@~V x2:43`guWSuo[Q _G-Zev/2eĂU¤cGk=9mYfŗ`Taծ_;Ð B ?;3qdQa0cau lP*"Un%VZ/׼ڙybaaܒ(w)ۺ׿F4}NCCE͝;NM/15Eo?fPH=rqHbȫH_k85azLf "1~썢o_ 7iR Px:#[$/_vs5_YCs=``R H> K taʓVjdB2loyr3 ȯlI )=ⳡB۾;]PI&#E -/r*):]i<( :MJuzҸ$TZ:K ]EɜB}y!05;^CDς^q%ǻs*vxxSw6~|߻y{FQ=u9GW=m-o ; w燨kF7Wk}N[d?\__j=;ўd~ YLFCCg!O?tzp>Px{;?m3W#X],iP 2"'B1¼kʴ\0 ]u4xƒu0;Kv?yԽ&vZyZC7__ afqȓgy,®>.&ʯjW^/u2%N5nc1ͨRJ` [N*0 dڃ~o&m3YBv|קQkn/Z 3n&;oYFhV=$xԗ ,u>%Ī{O z~lls۳CIvw8 PR*~By 0@@H2hWtH (z9PZڕ/Ho?E%Z®P?TH8[4J,C@Z xM 8"$|;Tz7`!/ɂ7c4c\V@8tO/llQt aOZ{ЫlҬg~vXi]T+YQٗ>WXa%ZcIVǪ-Ԭ-S]$.qUi%$dVj̚uĥ iU~ŽR92/g핿{oM%$L"b=e`VF-{}>Qz^Gwgg8OXFynϜ/;` Ԙ`#)?9_{9,L%xÅHErX@~eBWVnI$BJ6LԾC# 1PnĄF.篇{n瞛O f!8"@@}; =!\3 {?1>@E%#>lgj} L2-rAAeA #Q ,si  c-J<=sx ]lq/rV`Èz|j,|6)4s}'vut}5p*u׃[h@jg4+)W;7[ܛ!A ^ sb9Q^/"ƙ1'<_8A$be2R r3 %p_nFx\ hPWFCjLRibBHf0&>wV51HZ6Ė3q[ :Iz 59L LeXHn&䀢P5\̣#Mw]0B* cqږ3X3)NO2` FgǺowir P "r] +Q]c,.f7(IbDcF4-aJL9"*̉bI$cU‹~$XD'd<"SthWd<,8@;F6ITZeM!0ȴNTxr/1:V?</z; U[C.`L@&i@x34m"{oofN3N79(2FalʤjR ;4Wm8(ݜK)X !":H a OL MMsLoNpu9ܡؚmYLKqCS[Xq pqwˍXNuuɀ 5 rS ) `ʙXFA~Y'2u}D8BzBb235UEm$dF$,bS01r(oxmfH+2DUtaeD%.%L;qjcnN5{Y*MX' @ȍ偘A8E.Tŝu_2&%1୙^̰^dgtKV8YXO ;mp)݋0'/tP㤇%A\fM"f)z 7(^cy˷uֺh7NH]9jl:9fa쐯#w0H8J)e15}#9":*=jRڨL=2fNTUJts;=DnԱ pȔ#nL1ه&"J5k{(fѪ!q[ڛG7U\S5vR:Rk]Q2&uy $Gm.N1qcv5KGr%*c\ giF W!6,i]5G+ou( #$햙Ď 5vVb'j*ƐÍ=Dz.T^g x212f2kJjDK8D)#/>.nc ]|m#.m3(!;CE+c}IJP#s}$V sڢ,+nZB 9G'Kka[ʭ64E⏋}+Lj}$2˗J?zt\v/\)}?ݬ<2s%kq+Ͼjق ^^n{wOתh;>/W?q=[q;}؝Kǹ:7(.}̖1/eƲw(z5\.U [XVUI!1ϊj#(qOKF d:@f| JJLD<-'OsE"{1}"{BD"% 3% jiK!ƚ~wNJ)uݎ??Ll8m/K0CRIOj'"m{n#mCư!4YTBqD&?sN,JL;0Sv~+xڄx7aÆf?=DcL,_b\c']<<'$a̹ փC~*w9=].5 FDC‘SsmmR.Ӻ #g5̝SgbW" $$`) 5lB vCFrLĆ8!lI[G{2``Y( DŕԌUP!"j#@*Q-LoxӶ6P+2 7;8o&xDoL,MFfd ,TYaJ#EFc Z56AZ*a`q3RUձW;5vZVfM$hJIf&CciGMJz+ H&_ۺoZ@A +rTF,1TY g#ƃ9!f_*"QA"[D`,Т0Ȫ@Tu[gb&l8Eڲ !Q@Tm@]L9mPS3`@.d#nHN`ݭ3vFqk"#cW&,HeV<(d @-8hs|O:!֍"0i, Id)feLp&h;2Ȃ%y}( {3ΦBţ8Z#{YJ*zD2$`mU)9U@ADD%E,2sWVQܭԹߐGY)2ZT#L#&pC3Qd0ЌIn!sr;Es(Lj+GF0-T̴%l:3!@E D@;cQ#ã)$'$cAQPƆs,p $b&'D]ܼ3htr "L:+b-M1 (YN͒XnNP(S!J")T)%d7"4`A& .wN; Aӎ-@o8[OO<n͝<) rJMHsy@U%x:W.dI'Aea"\k`8dN4'StLhd!=bG$]@2H$4EJfdj؝T9cΎ-%" PrV+XU,S:JxM$1%^K h4Qp҅ZMT Z]],4F an*6 (@FO67cBRc̙OeTғqD:v"XJJ!dbAd\hu}n+#7ټ%m 7 ;%f$9VBuf&c)HvVв$kAvW,™ܻr(55aE3+yxFnC`iXAJYH U)9KY-ͼ*dVn:$N(Z2hHC Z[2YfLhg\)N/gnDXE2-h 0G.FDAS5g8QW{`ゆYn ]L٢DݔBA\Wv@J)swYR4*ffc.&5@݅@\q}VoBmU(=U"[EjcT!vGc$β1N2S%xU! '/uvՔu5!shle%-ڎ95 jDZKd(hL&YIg4,- b;1Mf#|܆ FM~8Ma1T|9Yԍ]>Ƭ Jl]1CZ*:6I Ù$ UPB ՞cR*.`2uA6&CvsyD6㇨{nB1tՙRF L:RƷ[1#l!ImOtIHY B02F&=20/I\F6&!&i`0c$i!]lu$(I k_9ݟ^^I?_%bOwsg!~>{[ު,ot?u.7[kyY^vq̟nמx umX~Owpiy:n|tzSe}:}owww1ޜ:m0ل4ƸoBCSD@ w+Z.WozC{'99Y|vh=_w!!89`p:L%AO C:Ѭp?1  Qe'Dj’ꔂ)Nv Z-N_c';GpɳO@O$e5 fd+mRȬX&3w),h2I!*ԮseظFu,qѻzPHWAfcJdc$lvv$D`5k_,—Q2JDM B! #iFÅIL\d"2HBJ.Ju XBEsZ Ldy(ހC)tl|P4jdqS#wlI b1xh FA dIsbx*%JINN,s3 獞"?wI[H4b 0͈ j 0& ElH Y` RB*80((/z?Ѱ F9^& 9" bK )JmVqxXEH {a@ 'c]ГOzĉ3fN*vk5UT-!vkNplZ0iIlKf9S)90V 8;1PD;s јH2«fX.6;i$I Qb3ejA""'" T.9;" OHBNF9ҼIre:txuxDڹy4%"$IUHQz/cmHDl4Fxz $a͹A[{ᠲYPuJ\T(Ѫޤ3$20X( L%6 8V,brR*gײ c|"EdnX!) d; l1IdeCk(HE"sHH8U. @&@>^ʹvye 0C 9aVd1x"ARڟno:U20M )ZTdZCnѓņ,H'/.EfK+Fe(* (D@;X};Z!Z*ns1)=]IZPg8"n̥oF gjSZApL/l'x``JJN *8։ߦ{Qv *0XlSo\ocbLV#ۈ {–g/•"Ha6`K6'$ gqDw{W'Eo6u"o=ECvv2:{/-:fl-n!!Fo~`dI[[Yn%M -gV8C0RHDBptкT0^[gR$1BRж]9*w:I8EN/u8-`']ul m("cšXiI6Ec,@9ʓb ˪ X dT@<;,BCbo*d8,s̙# M̵CpJa033uLw37kndBTISńx7vԎ9 -Z^`c9 KR|sh"`%1`8ʓX]kT'VpJ# 5 , g$5`F$auxD)NmT́mC[.:!v:Ñ;py]LpcbZD@^74-^$HHDp`E2^)$@4 0Hd$$'B@$ Fs=2f2$0 @rb,(T) `,+BEڝò2\ ڼ_covk;e-^MlC ;$vSX[9g<ǻg/W/wn?+O?-y}7w3o}; ^/[O䱹ϏOY5Gcۤl2Nls]G?΋輞@ rV ڥ$z$֯IYX2D{s[}7}9Oմ]ݞVs.?=ÃΏP%%[=,e?zcG2[UT<Հę6&i:F2Q( 7a zuBӝV=srg?'y67SY_]C젯snn$:D0e6_S8K8I RZx_xZ(Bd}ۧvM>92g ytFcC2d"d(P MJ U);ݼKC?+J̰ OLX:/\Vilڗ Ds%s&UU#`m Kt Q1> O? :yt/Y2PFa{i6jW 5rnEw Ij!—:BڅbiIEGo+/N`id *@@AKS%;ߨMHʫp6.`h;ptFuK  $)Bc5n~uzNU\ s:7;f O;M=$H!8+(4NzG\pFAD[Ac(DKZ& L5a~ܮ/;c3gc FeDCZ/{k ]Q`Hx˩ś QcU jo5T^XZp7RjYY7lI1X'lI0 T'UI8Zc7(jVqP R%V]ThI :4t7k)xD #t%nw-K} ȍ+C(f- Fn71CmEEɛov-P7sQ#Sm(fN<_HlhLɡy@}jMAC7[<s`|cz0X !ڍâv﹪`ZRe05sJj $+'w4L& Pȕe&DՉ%$*- N7 ส #^\=0VGJ6$ѿA0 \oDVz@7@"ZR2VW,sbJH:2*<$N&fq-U5(J̹հH $Bˌ+.dP;2bAAs2{&jUnX{Va0&Q`íJ~DThMdFJ$$kCӞ ͋!v/o16S[ΧEr&xxVhS@,9StAf$I#*Ss3*y69CWQV@GFF)Ynfz8띦t8U4Ԅ:uGm)40Y]6 0!6\uxBDY#b♢vԊib4fh1Kn:w|u!6 ӣ]#UbU9UZ"JC9Hܢk &.ĎL6\d)W{SzqFʜO *W+6~Es5)XA[A\c!戰wAk&CS$ )v9d2Q>F L/vDFx7o[{o.2s%"b݊jغT-Ԅ99r2$d6X=v`Etq lZ qx(ԋ0mLaJ $Y"*v(Wtx1*Qmds8 ئ;9:io̷+n|A@)fhՂh֩ "'RS-BxGK[D:&pɱM6p pC!N`Gndpv.ۋomZ'`Zm9ȁg&8@mU0рѣHfCk0dw$oR g%FtXluX7A(DQ [UQ/e5YՐA&kVʬeDfvA 3K1;c,{` A Y*Τ խUz $Q_2A9âDI 'NJP~w??VDž1oZ_vQj2/+ѪzW5KE ۽s6b=y$*`,/Awox_C=˓Aĝ~4*_SS-utt[]?ӿ9r)57, j8aNk olZ KeB#%jdTA4Вe3*VNa9GLgkoz N(##׈z'+tYuۧ]{1s6Tb7@DMyVvŕZë။-}i9]iD @'P)#]s}V|⁔$nsO.4+BJbGUúJ7j52R@LJp=]z88:1/~Jo"Ipi5_mp(2SV]o4kA֊D҉Uf!,Yǧ~lgS_KAV㖹6HfWs,'-^==>Ma u  tؐD8z P+kx$Ɖ5Z[cZ%X)x~'E_Vy,ѧSur^oUjoݹ7+AY8Ĕ[h6y;2_~M%\٠>Q{Ƙ~wi_?e,+U*;WWws_>,}k}Vk+W+/&fkk&ͅX B@!uONG}xf<&:Â}шm Rjo9 8.AqBG $#AN!gN5]E>pXqr' G'@??Cr8vHIG&35̉(6a cO60e|-KH $%.A60>Bxژ:A\TҹU~HcP#Պi1}O>7%RD#XL|8Cg5)Z k&mGjHEp_q]$ͦcu 'zJ/|wE]bx35ĨWc4nF}~ P0f(@W &uCш$ĦIhnХF 4:g95bUeo+@֔`B(0T %^~FyѨBfh> "Q 'sec`h!v61JWㄙSF,zhh#-J߱e@DFjE ih 6}k0#D ӓ 𽇃`XޔnF;zf K2J,7-IJzx]\}gxd$jXhWE:E"ŝa1c&m@D,aH32mTӰ:PlI8 n>7'n)HFH:% :Zde|AsNJ$G $(ݓWn$azuvm.yLP0+Li 6LXe; r^ܔ&l'ZBY,8Y q}^ˉT{ۊ/Vع̅k;0V_[pf_,cezߞvs=rZ-hH! i@]ۙad Uó+{~V>'~Wӻfo<; =UlPnLjB " 6 ȗj`A#iȼINሉ$`B$BusYZpn<~ m}ъvuR2 $R1{cV: ̴Gp>X, 3r/?多V@X&.2lC?3 />b@}`zⴒl>U0$Ayo= LMtL& ^286cZܹ7ڗEc2N # lD ޓp|F ( Ы$;el Qst*?0u8Mc"u;tuw'6w;!p)hc&V|q}}KPU̜eS#Ž|zl>6mYX|;e઱reG1ۄ_Q{f|~1뙴G\zϼsZGE&31b~Ys0:x,rTq?}4p\=_i>{=5ߺ0E^핝9#VEJ JB#EP4o\ "D4[\*:?: ."U Lc&ÿn'u 1$̾ZcHpoRDc' x''){Fm/7Pw9}8OШNw3M!' ÿsU7q 0Ugf04 F`I,gI+k 5pW pz["W6ZF\ڽ:gy9u6,$F^즯˿7"Zz7 HPDϦV jX0ޛc_?a?6oY6RR!QV R,5Pyp0 [̢;!$/>'aW9ykx~+.ES1,|w-Fm&aU4G< /+VڰQam:\KܸWAAҦ _jFlבLַsH~ђ{tuн;X tm__Nuf]YooY|&٢[:kz.|*w|b{AcyL۽ScR=.fLu+ Yqs-_-2_"=JRRBj]8?R?q~ۻ^ϲWjQb5xh#KSp^kxZ7yګvs%%?/s%<租bvqo{mﵾ"NR?;cV:Ao乼Z[m~I _fqjww`*3Lx s!ݜj%w(]g$3;3,3?Nk1nb3_=V<-wqòyM*71?6w,î-?w3yUT̬~gqKΥ-sc +=_- zu8KӺ/ugr['[Z-mA*|#1S1<MKokn7;VwQ#mp3/&#9z@2&t[ zN76܏mt]' xQy麘ՙYD %[ NfYk0w68&xt9r۩dJ[|$`4-xD 5vq!N=lW;F}h!-P눷Yn;>-Ïh/G8C~$zn3M-PnؗϫB:ެsl%6{|Qx⵶L\hļs,Ǿٻ]߭R<'j7ԻQIhx8ە3\0B@ !wQ1޵?MOSe=Q qfŤmɽ*YIXɭ³Ϛ/z-+47DWL빌3E2tӳ !rgbؿ: mn{Ƣ4ylaPP }7zmrv6;7bfm&.qw/$ksӥhk;w<'~p젬.܅3!?ݿn_#[d:QZ+򫳂klې72fJB*aEʧ`<խ cq.E[.TX_@PW&بD҈m! 147UҶ}Q\1.P 4aCkt1(m[]';_+2zhtw|ephfR躎;0&Z!vukCVs~Ϟي)'S`az~ᣇl^Qa" 6 8ZmA!,7}{i\k!=ԉrp9;+]=Vss-bhhnW,Ĉ &˨TBK'Z.X16l 'J1Ö!D LjR!|ZFbČՈayp׭Fj+L#ʿa^P.+זQ{TXBn6喍a0b50޴h<"Ņp! ] 8^}K|,ocW!j.bZ㷦b߉0iLTt OB~-}vɱq!WL;8&Kl= ;4ܬ,m&y$<텰`_/u{2]B;GKe:n&ruX?G_z;}?k|w7';o?}{s/}{_O{}_'w{Ϸ}?W~?pn] ٸW7;滵tTZ[сH2oY v>]ϡ/~,ĿoT_WX H<O8q$S}N?,1a}^FygC`iy걟t9uGW ]QSȇeJTX:iPA "G zQ,%LҨ"G~{uZKE>mr^1kA%۫(tK_Ep޿~E'-~=8Oʠ- ;/0~}tͽpOtV}~'1=CyQvZ*AX^8_\ dp+(3 iL.D@Jh(ïHq41_UC3a=:Qa%I^FI+Eǵ4rR:inϵk%b/c#, DXḂr2@h{I w]O;w:+e5LT>8{7۬Ճ]nNIP{̶Phfᗶfvg((@6%+t;}!K ǰЋf&a) *m*Cm04[kTᠠK@:.(OWۢW0{ { ۊJ %'p`@v.׷< .`,}TIJEh gzxIG׭X› @R[ ^nj;ǻ7鏷v`]c8f'l>HXfԁ/J]h4gB̕le) (7mh۷+-r@ +0 ii:7֠ hoȺ%@>|pncuˎ0|{xpC܄T٩I*HB ϭJPPJPF( (@2=z_^{^B}wD @ Ʉ``L&MM&hҞL`4bbiFij4ɴM=&jzjmyOQSCM4i6hbQѣdh 4 h4CFMODD"6$MSFMmM5I 4L=@4h  @@z$42b)i=F!RB@&# AM &4 4#&CLhL5<j10a6BcDɅ?SLѠ4hME= A&@4 @h44ѓQfƆ@4 OAѦid FLzȴ%0wB%O`5`+ 0 8ף?%  f?sƲ{4Vj;'sAxF_*)yu 1 |9-(Jqly_+T`kQv<̈́T=Ln{.?59ӨAz|M^JHFjd+v ԃ|ohJ LΚUzՎʯEga Zfh6Ԥ, PmDNf_OZr$833dۏjѡE= `p͵Z.F (KaulizG}9L̢(c|=֋=o{5cxU]z!vztpf١Y8xEF*\64 l׭AX|[4ť(=_?lt{mQbmÛ 0~gyV@QV%yXըTӣ }A QbucUb"l[.[uǨtkeb QDqrg5qW~#EHS*^*cTTVav:vgM:oc} (k":2rDx-lXyyZX4skDb! BB@BZpEc+UYٍ]ٳ^5|aEJ1p#uӹ0LP馢 .-QXV4IcKQ-5 joUcU%B{l2 S64X ((+$/w#k٨5 jJ-&]EeTR@/Bl!]Nm& TL ѝ]7wZ&n@= W)5 j¡X6Ҹա T(Čm[0wF,@,huʻt};c3uAbz)9AnP}ydX!*{k0 +nū EP% b`&` 5Z9:Ws44؛3+4QX!H & zAQIIEb`I% Eh,F>#^z^+뺵y^$CcJ(ə1 HX 35E#^$ˮNtk.[܏g%~( %`P!æJd&1 b7_3~wˬߎ L"Ns:0h(ki Ve7Wei.Wt4EUE=G<QU0/|wT@G7nŮh0JoO9EcB܆fLD[-0@̾L $I"3#d?~$H+丿a%>`vH|,1HB~6mh5b",\7=kzjkƱl*$%92{mb@⢐s.& ¶)&ؕRZt$:ADC1 =",TDO]6/tg&sOe$Ly4$\/JdP[dU`=7s: dRbb?{e1\w(2g!5>>`[aCjƚ>x*UEI Z"{ k@BjRgEAj@RT)$!>5cT ey:g'a:݃,U"tqp<\o Ѷ(* ebt4V>8Ն5kMl si1fP܍4s_^OV@ͧZÄif) aHCx|nӎ=B|ݘxp oV89U5˩%vxaiS,f͛5F;3HYum &.XSǙ> 䞋)#}'Ќ(EY&Mݶj*ޖ_`g{YH*ѐ9Qq(bb(E=1'.UH.Bn`$XrYkhy^1^mcj,R2,UFiFio:0T(O8}PPSL% LW7H`Рe)Bdzi_s+ڽFqPÃ껿Zyj.bd@f ? V' Ez@E;DzWW1@ޥLm Q7VTuclA۬:]tRŊ0tL ش*a $iH@H>Ue=d(,:I7+ȉuwo<2–QM 4@\Y)Gö꿫j޻hmHn {7lQLs{]4=|8ZS3 W\fTbKs޸jY)5-۰ @,m-Ľy_{E{?*MXwW6U>3~:r3 3 yao?뇰YQT s9u~2YE.%;ONڙ "ZIX2Yhbk)%}KSL;wȅIP)Mʱ{梭͍r+)-vtZT1bSvk^^yi۵͊|1^:p{2,n-WH{TZ׊66ܶQ͓[:Cx/J6r+Er-swsIu']̕Z؏h׋&w@u,8Qǜww,wW C=͵(4'E[c\ X OI[-ZCeФd %Jjsz׶zmjZ{9cknV^vԑ,"+h%ĔH)!vY׆U ت[ٹ\ou*^צo#[TH B̾fE )UAJY%=(R(fqy_=vʜwVR7ף؊ﳔ\7QD"4bʰIaQFf^șXR#bL@1R$ m+)[eSsmݐIC]c)`@u^\$>J}L-&ݍXizf F6ot}&Ac'Pa_8iz/՘׭ b˻?Sޥ_ƣ( [v?[pխeP~FVU|^ýab 3kio0Ph%.dF}lA;"]dkahPfp%~)wN//1t[1B!!߿=t(1ݞ1+ HBp•2 KYLټ|Ozkṷ yf . Qgwu^yݮ8_/ᅃykBsE#?u%A'|T~6>7 fbC#NyӦ]}!h2Y ROڣ䎾譏"Jǯ%ZiZ>F!*V`oucԾ1LoNGC幹n.Y+Y L/8 z*5gBN#< d%hUmg#caiD̉Ư 鲿XX:溰eݦ6;YUz뻽gNmu[=4sY0j nMw}C,n6UF|kMŇGm`ZwTxNsb 4-{_)K"gQ曠>*5w"LNGK]b0@A:)EϷX4uكWm@`HbCU!H2,C5-e0X:Fwӳa!c2i!p$i$ m"6Nh QGf^jZU)_'vUJ-s1.6i7IQE .z>}N2GGctcJ}<6m pSi5,A1Ty-Yk\$.HUع)GMH:Iu/Fߡ[y&2iblt]w]n !rIΝUZk'rҭs/>}a0x^%OEXJ1af6.ρff1-Z AHmȰJVs!iLRKo5|v+M2Þ)gNط>b;ZmԈK+M%X)a$R]5VZ&Y4L/+X>6#|q>S/1Yں--" IVo+$\_XPLWP+ʳrX3}N V;-htD ʅ XXRS/ubcCEkk:zƶ`9i{$YILQV`T@~s7\tLh4!z VAIK%{SeV@߸6 (aT!it :B`,1uiy5)wq"3E;TE{藚Rgk9&G>96Ğ hTFE lѤM }F?ye͞"|R /!= (%ERwxpz栗:r:/rVaĐe4~^q&,*r+Q3hea=~uPy]0G'mRpWcn <Ջv">4^C7bɮ|KK^3R*ܒ͂\LLfҾqhz_% bU! ^p41%-8+Zh *S"V}g% )!ZJ!eEJ*|4=!—"U#]yGgNg'M_)I$l)Œ񌌃ܺd҈T/@Vp?3Y 67Lv8( UmPp{WXZD3El%T7R <|꣋i4]N7"m+Zj0Ah*| WRS%Qx$}ªs9f;C8 ,YH_+JzˆzpҬBZ"}jy7ݢP䀱_#ayIyzqOn 8Vzѣ^&V/W3HbMlzQoKGeE+P/wmh!1n2EU-~l 9m MDԔ=& m:fq\.ڑXPUפVE7|r@ B`A̒ UNq ԕnni\^7kz$X*qW۵." s4 HL u5{{zL $(Vr&cEdteg{/ógSWj%](lh 6N[y&]^DjUx0h'b`۬ [+F Q1E":|I-sO~6\F Nnжkuk4&MKPS/5NHbu{)1 UĽq%eBx.Jt@*B$ bhQF)P;Grk7^asʣ3cAo[g1*د=fM" (mub΄C$,^Hi[(:`pW!PSڝv^xQL 7%Us.)b DXU IDY0PV֭HO7sso1 J >NQU0)IuIPUU5DMtyNP{ڼf EXŕrC!c`\ЦT *zxq/0aPbxH¯/{U,MRL~Pܦt4 CiC `@$-l.#~Ұ15rYJSMD%үWf j_x^nO ?󻞯-"b:҆zWWi cx9׆/Rf$I{ *>MS=: GJ׶H kDA% zJ4tثw\N+h4*AhV?<}I ľS/oXl!:Ҏ1ILiE,cp0Է{xj+51R`ь21~3Lj"{bk7^;XBd"U#Q{%$F)vI-"D  Ra32"bC{X %$XUwU7N:ox%g*{)$%Lɣ`@$̦%+)j%(2A*(jH@ dhv`T^ɛ!Z}mQD+ azU0MP_sL;@Xm9@]&r]-b,U 3m"mqz5IdDME}Oi_0;׍*N RY,3z5:Qc!_ESE(a@pal(u ۊ7eGS&7Tk2qSPS**NA4n&n! 4oQii?oҝ# p.TdL$T;["qua Ń/A}6lLHeUT(еDAA`(o$p ]^18;5G:\7vAgi^i6^Q85ZS8]H┽0T%_s']<ڦ^t pDbiԬ}8iA tHl="@wGÿji{8EB7b)3J1j4RF#>He5v e5ALJ?uJ7ݬ%=<ʾW *#  5]r΍[NJrlzp0? *&" cIV1j`>niJbWjՊl$} ܪVt^?Ξ⃔_\(iXݠ8]Zae°e7J|:tq l3)ӿVCvUMLqP^6|cH)hNo3k YZYFfh`"u0KQ`lJ0J 8,(Fb*@|]:7&{ P X^p^&T*oΒOFUXݙ|*DzXO~L!J(bYi#ѭt`)˅8Pq8KcŽ|_3 F"93 吺GaS%$*ԉ2ߵS* - l^)gWF#8Nݚ!j K,ڔFfK07,aUI)ԉ8e{i4(<V׾B@ ?%4\5c>: P<TkeTFψx~'|]mv i߫*JߩCGX='e r'kE7_Ri4~j#DR~uq^Q曊^1A -T.x}i{0Hb# fJ*:ooy<4CU>A"eI{{#s`+rq^E}w:5T:PU@TXE`޿32Vʫ%]4(D,fDUQALA͉&{6H{T/4e$k~{\]TsOìPSR, `NX(~w/%%8ai?l9s72"?.sTܸVq2$IN +FwJ1\Pc|/IICvzJP[^ˢɃɟ6=D+妮`Rl<Rbc&_MAet-&ŭI]~j5c]L "pB0EvY;7r\Qύ{찆>EJ8?:9[1eaE.KJ:0KɕmGYiimQ,S'RD[Bim!5NTW!Q1W5Vio껡 moWvUʩRL( e#)M3r2F F!I7vZQnLE-|bֆEc|Z%R(P-Xj–Ɣ6UE: T+)n߾qL)T,ڨ-Tz|؂)a8zi/ V2)2e_:lXF,nȨ$8nw*,oHb)TiMˣf#*z 圹z h€R}kC}->KPh_ިRLLYqa!UΨ␕X@պ@/ AԔc`7v[W DEV ȱH*>ZN xey/+):PͪaAUC K0ΩTJcU5[Ѡk⊉YJq-N`At5g4J.b*v\C~vI)K=FfU4 t:">-ʑIvru*jJ@X0Q-S^*n=6bPծZ~;YX 4KM+-h{-B}2W #}u"MN4l:n bB=RHE (Nڵ?ߒCYСǛ I " cccILdPI=;y쀢,aÇIH*"d y\j3Qv܏z!@l9Z>]'rwiGLGU83o LkK%Eݤ[sb9H.%w]xļZez<W(4>Fʒ:*r:_rr_(mN5N;lqظ1PB~i])qY{6˕矮&nY Wny$ Q Gp)*FOk_M.U(|C1 Jt~/N70:<Bc^ГJ+Zg{taMy]@ ؟n>c*frL̽zm8g4S]FzN Wk<KzH; Y*8Eͺpɢ>nhQ P=;~e|HT HoT[rcì8=gT{)N[82u.Q∁ 7!e<׻qbӺΜ{L<: aA!Ocܶ"6u[oFic?*T7svkҨ{ImGVQspSI_=ީ-|- FgB"3!ek^Elx7## ŘեX7_l<"u+c6Jo%%&1ӱ΢Ȉ eA7[ )rQ)5pg2al$0ulj3ec͉"AW ul,8Qۺ. \H5&ŪD@a J9!٤5{B=}ˈuiTr4u:q8pCjbnMҿ.A(mR5lӏJlz9t&Hdӯ69zڮ`/m:.+1Y$Âhؕs6YZx3m8T9MW1' S@kdRnkZJJZ; xrmcYydռH,OxA[ciV6d4k ڧ/΍2 )#7TiJ VdlVUxS,ΟJ0bDQr| \\ Vblά-ML` @k*f5Dd JQhjRj7S3*ӲβH9Qv\ʍmMjf/(T㤾~Rܹ +h%ʈJAs -$/XjkNj9# GN4DNr@t G_y#0db'˃= e5k,v4n < $Cw.^6qܵ׾rXvqq6yYy8 >SS&e]z,ݞki+3QL^S.*SfvXmF@ȱ6qꭎ۳_jPR@28Ab2sF[pʎ@v>Vvjr3(O.|FټٺSCkVW6 r20S]8A,*,\c2""&D#Jf!Ye[&T+0A}|F" Z 6q d0ʕ fHmw]f nYlb03""3)J]cSnBC3sP5!S 6)bUؽ"|n_OrsqtuӏJgW6QYɵvN< lUlW21 M gW)_InXmtY # dhb5C6IE(Uݜ]XxɢA'ѷzc ׶u=#D c:,zr95t=8 3u+|#JͰo [7v^zՂlkJxnj! ! Y4b5F"H%@b0e4,Y`(Da(.zg-+_r2J$K$`4&P RdmJFdliI 4ّJff&Z pfg\8x,1cT !>P3!A35j\@!3 7p5HDE _JL=$QLF $ Z̹.ay>AVHH 礶o:I,iP*1H 4&$3*31@&aM!Rʒ`!#HbX0 1i X R"Kҍ&T B1I)*LD0L 4V3 4 DDK* l OzڹZ7(D@!\mfet `]ajDQQ f1$!"" KcÛ(ҝ^4[`<"596q+QEq҅eb[ H qEX$L `6`AJ}YjZ:"MȒ2 SAPH ^* ¯u5Ut`v)[PV^^~1RMc~&\fv^fcw[uBnwv_*Y;j"@+1x#p4!^ bb-xA@U)X=WƮe>JI'a;E$PF)-WdI $LBS(BD^:(4L32Fxۚ4"K3$!(nFZ"B!D@^9 :OG^o_{_U9u (϶<-^Be'#QtDÛGzÞm}1\њWU{@˅".kW!#"u `ī!@ĝbHcZjQF-cQ-QclmfQXbVM--i*Th(ւ"Em(ѨEX*Fa"؍hѤ6656V*"X-hXԘ٤iRiiGlkPr@ M#ᘖ~!IFnhee-xa3De S]jjԌ!p`\G[c^Z8jNtW*IDTV(#@"su^I(޺/ZLXιfB a1:^Q`D 0`+v^ {Px%/h10ʹ!eCۆ{]M%;\Zr8)p5mLk֬"ʒ@p"{ߧDcnVE8^!wC ۥ(D=(-J i.4cH("5Y.[z%kX-*]g~mP ۏ |cデԙdYw'32.ҾZJbAi4^70E,bj#"e5 !d" RDh`P1b"Fу^ Y@$-UmMnƓ'^1>Wڄ,Ú8˻]K*3cɿZd7p`jJZؘ]w*Yl-ߖP'}ׯgO0[lAEK̫#9 GC3w|va{D/2 @"" ov%ݟ@!h[]8ufTLzhY5{^<$N0;w$9Yuu⋼^Rݧ.̣dqawxs{/Pi*1gw"1hw\JbFDCEŒ c1E $I A)F$'|mՍb'y!O]ƁyzѱE;̙AH(lTQ8}uY17xM^LpVpK0fCʲ˙[0dq젻D~EMT=4aOE+ZoR"k XS} =ڗ%əM_NkvŻZ"<*L (,:P'TȥlTX,hZ$ɨTUw8DDƲ0$ڞ! b$b[ܩ˘G,œQl[Ҏޤ@ŻY0)n6QAXbJI",Jv}-Et줽ꚋB-R]v˲e2p% jЯQmU$a|kO"1˺I2ftesrJiFn(3ӧǩ BdS0VQ0R1&(#rQJ(eL.j"(%hŵjƍ^]WW^mW2&LQFXf,IKbcbّh1",VSa_w}J"AnV"a5&F6,V"Exo a˶ TgsB"uQŽ_D3)$Aj¥n״(Te Xd[ق Ѓ '-1mQV~*//af`I F|[-鮄 M!E(֙4#Pe(Hk'.9IWf1X'IcfTb[RFXM#w놷 UN(.o3_>!ިk4RRѨZEԛEMEQF&Ԙͬi"*)"Ca7v|5$I!I LbeB)$JPV4hE)Pa00aH42 )&&PS(D`diH2뺑)\re(X2DQU`o%gі-*{zSIȈݾ9q NT(B@=%(ڍ|"(};V6R@ۨr"w[%(jHe2Y4(!0FH"nmEj嶍A+EI$"d$1&@N zMޝ.RRĤ5KV,Ƶ"}DHKp7M1UTq*Rq4’PSգ ErN&$bq2X-(yF[uV2B֍n(N?fZHM n+rSF1v޾3Y \ИtqEDPӮV6fQb ,@oI؆2hǏz*p[U)),bn ՌI4ɌUSlf^n+pˋr CZmW)F$,?HJsL:\V8`N ^5!l/QWǩ0:"V/KƒBסwO?/fh;MjHR-ae/{"ն#t\@U7@5 IaLOLLHP!0"Mvk jOtb7jl]Ej6Oą]\ؖi piim7v_|0V XU|)\ r@l=^κbLJTMՔ%R!7$a$m.W]|;ƧE )*h#M% ,$uw8Si׏y94W5[(Q;6RJ{vveS M@wӅpc>=Рu5HU0E^xQ y!9P TsL^(}ߥס~O}]K) *Xڈ>,pW~A2iBd4EyC{sX{%$*P*ݷzj *֊ }$'%hsu-}ʐ96uxb{mϕ,ǂ: ;gk7wj 5Z{O(s<^Dx dcݦɠt!^Iu$#Luj;+ bCp`6OX~U*^dwJc}4Z+59*c +V6b][N.{ ZkЁGXT܋1 omj()k0btw/ k8Z!˾-lz]*HU'23bg4U!ժMQmc^RS$ Dn}ˊA 3C체؀GQ%eBOqwjbم_o_ǏW}͓lx|(P`%=D `奱Ԏm#jijџ=qsίP^>[%GBѵ-u˯W7k}ϨA¿8 |euw8{>uf(URz]&"I~]C+ӟg[*0B/zP\qʩ rN :r','SBu9u1_OkI.KX6~fӛj*Z5twf; Ă46;Y.X@0v! CDϗN;$)7*/r˲5t z4NO}(з]{ n~#bq#By_׹V;"= 2Zaj`#E͊VcSB:FR_GſAכ8vᛧϊRJ't.1 X I`/#F`̪BB lp@Ys2CE)CO2I#j:!ehg _׽u>w;߆n$$" DP:okl[zãM)f=+r/U@s9Q/׿j(%^< Z 㘝gX 0D*!zñgx3v'Pp e{]8F #ty s8[Qwҽ?okoktfaxh83+;GSt+PG̒seqLbyNF@`E~Ŗd^,τҍR=joO}h8j.mW: 0>IJ6 uVl!.l@Vfۅq\'h4H8vTK:||[Sp3z5@ ASig}7qI{3\ $Y7Za|򄔑AdR",$PX,vtn7tIwu1:nq+>ݽ:vD̐k? Kԅi}(>DO0:ۡWeP%:ۖ3Z:}r9G$ f @.a|˛WĜe=ƣ hVlbne!f<)btM<`e4.ɧAy.>T_UG.6&dO])inm F$O6֢(@qxQ}<^g^3=ﱮrR+8)Q9J3XAVb3#㲴G]$"F_ @D'ٕ~.& 讬*fuR]~Ug[ipɱS 6WE^Uewm^2+B"<(_Exˆr`&{s}7Κݸ6,7Hp㘏$HU#^VQn!ahnKYW^:׆̉Q N +BE V]^ З>\Oz<ˬ:.ɼcMƷ/3ʗ}+ QUyl`mJyCUXWW 9u6 wF:E DƇXQ Q>HĊdTdxEqwpU0Pcu1_WD.an-" VM[rsoU0)1TSP1&XZmV]gn*ܶ6!rTZRz2NbX!JP]ѭ)mLɱm :5nŨhܰ *YՅmlWe GZZv{ǝr5T:AXtOۏڭ%Vu+։ aVQuȭ?")>rxVeT K)A,Hm `Ϩ-ڕehδb9 ¥L)̇q]iXVcB(IB9VҥBcnmv/Ѕ**E]d1PCtZc=M@ n~+)2$ॲ(Lᰋoٷ%5ӛBp͍Bva~<{HM9:*DViѩ^5t(R9s)Uz2oK֢yR40N\~|HlqW>VOد.D.&m u: yMPfSk]f 7V-ǝv~,Ԩա|}kQAk iX %NT-U4  8ѓ:R-*v .um`Cr`;bNbXΝ׻8U!0<->+LYQH4eC`32XmgϪׇ.6_{ ?Oe+%F4x?ϝѾ5Tɤ<2=<("OWzKW:{/wg~hk!C~:1|xvH1D$uwKi]MD2 uP HDV]nSZMnйKt󼙻Β?s_u"rS2<_|ҍ%o;|ϵްdsX;75:eo p9(TD%Bs˔1G˜5QD躯iNKl?zu k*!H8e'y;llIIϣ>L=&X I{ȋk`F%L#g0@2Q+,\,K0 R lЦy4CC͙!Lґ2Ύ.+Z@ՖM ւAUȅFhq0ʓXrZׄ/ UB 0@KO^À~k 5Ѯ{j \xO٫ނ @ll%ol}gL(c<)"ۏgumW8&gP%L^FWir|vպ{/YCɲSnT w!} 9*ڸ^-|YImHofׅͯJ>N R `]^Cl::W[Ij7T*p?g";9U(b>Nft;~fy{*ҰR v9;yS3粦G栵*L>g|WtcݝYxdhɴų\ڤ)[ Xj"W3@ ]9 c;~g &S"%lesJ?}"k+|"!< ><P8BJ# $%e7QRTp8A[ Q!8G0g BꈬF So}cqQEUw)I=' ~FF O((BOB~z?o~|+O|`( c_g7oy~i^gf'\!ߘ!G hyRyb5 U7knm0=|*Q~;t#U4wBi'{8ٸ0Ne2ʺE.YC uE໔X:~+cR皛Sق&`~ii Se 4P;$D09EBqϯH55v!"O?ޗǷpriwVBF Q,#BSzՌ4m%%:$*A.4 ,}$REYNTf(yU孿ˆ$*e] #6X '5Ћ@ՔD>£eO>g U<W_Kg𝻬AQziE_o;nw޵OzL!wfN g v@)@ x]0?~vD X1FTo9Ye{l;mNDӐR>%}׍3'ҐSm [-4^ 7{p.\Sܲ?HY Q2Z^7(k'>l Ͷ ^" I#Sh4;G}~!@(G_aCA}| GнUnz3|ޯ|3kIIk ){ё-[bh?w\K uƖ9ҵVʠTe%p钆% (V&KfQA_Oc(敇;Ј /30`7rk{ #DY Bdc.^()nKU`))$)$!b2R›=Kk,L/?]k[]^Zk-9kMT •YTPF1=$ oE^:-WwGgT[Ƥ'/v߶:uz{]jRtKF 4 i:&5 4T\/[b)U?F}lR4*/1(aU<ފj֡)ɠ"K$6Wy5ދBLq+3 םg@U 4?=XHOE˥]Е%VRzdtbU%Xeϴ *~\Q.}z0d_d& d\R) dTIiHC"CH)pxKIw+mIHyI$ Lw=0-\(MB# '(&1X95UƵy2"ah!$4b_>s\BD_p,&Q{OyQvXTw;!<+c,5Ƅk]kBmzAP3ԀWRz e1'#1 !u0s?r9hDz8?\gMr^ٟw|w]6jׂFߓ)K YzP@$Ȓ 2"&bZTaיȻjt6>VZ&>I; Jʡr6^{hk?2 sQ-?OSنvzeo{9IW;%l)yDC<-A=X `/A% , s~M~CX@S,^?[0Ҹ$(s xDM*lKiO Dͅ#jէEBD@#vhY(z˱~Mt;oϛ~e~xX@#w*"N;*zT E;!ʀR ?<A8 V3 /Ӑ+go?Ds+^y 񿻽mۉ2䍚\:RggxA$HX=죈J.dC]YqS{:_sn35kcWzd !L^C&_ ԃ+X_{#*'9CiWB:Wxh4}Q60 `@xKA=v&}7bwv Wp(սR)x^ɰ{d)1-"DjkaH*P#Ȁƕ~:޵ cDul1%7+gYslĎۖunI/.Vn[k`jºob\,m+CzlS\h9OnLN4p\^C;U눁# Exsu__)R+٤l{R|WҢ/m(ߌ^=<צ zJxOVV88ZCETMdq3}7\q1=VQK+ǟwO'T]SZRChkxe[Eϭ[AӯHЯK| :xxors O-,{=g矽X8_ҶjNuN3aq߾cZXT$C%@ZH FB,qhD<\2fr^)!KX5[D %i "NT 4ǧZ2_CQ h$.I#%!eRTDTie S)dL:ZdIkN80>dNq18jk;J0Ǐa01X+3kdoqK%? Jz0SYG=%Wr 57 +e}*ᣍ2vVyoy"! j@1y}|%N'U&"++ T0IUķOx?IAv' |.3wyO9].< _^0#`>4E_W\ylrfzCJG9;(_?:qe"\G? 0y>Ԃ|vᇪ߶;rw<ċ>4Cu{?A{-.SCp}-~&ç.x9\- @?8a,D IO 4#y= Wɰ@~92Yq I zI,zT1*l`sj?efp-f4}6qϝ8yL^3ܙ,x4~FuT=nܠOߘ m[,? O2eɕ0aC/_j3Ff"ƀIkp!pȿL+6J~<vgԃ_# NQE f!L!<#==G¿ x *rp,(au z>_"l<?/]2HBF@v3}n^Q͘]ow?{2?5N {z Cu=Oٞ܆?]{8Ԭ!2f$?@gf \:<28Ϗ%eno& t!orˁpd4ȒeS ku&vo rYb 3A]9_`,Pi ֡ f fI'CF zAOlvFo(`6\C`TT^a xC|t>=po"܉9~}7}^W3~7CY7Ov<&tivW^lx!lzx,a#^y_R8I_mfb.{P1toXl}?c"""Lǘ>\0taTݥ G*Ily ?ea9?d]+ )D=3h3nX $S9!SN(;?뉚ig19kM02Oxu`e=s3:1ͶQJ?KDQ0/x=p2Y" &@|Cl! h5~CaԷank& .I@<^Na= ]2D^~9{sk)j(vA`:? NJTJkK\ !Nʪ ](&,5ۅ!3DLυ{߰c>>: WE2'{),3$n ^&s 'u&Wǟҹ."- 2iμz/Չ?ZIq799^^]rlϫ9Q::bB1@C밇M%q!0`jaXHzjM\}cNcWQ1(ތrW09Cg?0b8yx_pm(vw0?r (Ad ,=somnHAGXnbM9IB:yfȣwIcDd?O 0'n+Ng˫u:# COat*uO=@d忟uw= fzjJWzđQA>`PzΓτk)d~t *O6Lk ~@2=\C6a{냠OS:yB$>~ tq<|?Ora;6Ԣg& ~ OHS#^u~??m]6z9=i| M?'m%I.;" Gf[:96g7'}u{?w![ EN"}m0nIgo @r6|m (I#޾ ~;q<9Ցs7Ļ2{DF6)})<d"]~N|ϯϰ>d_$ȹ? dR=tuS|.ިt9xz ; naxy,F5㦎Ҽ۲?O=On'hr{I$ 39ِy'>g̽\w3>_McO]~~v8ı!๞# -|ϩ@IS*}&ÏE+H;_ˁ|zVn^_cuݥy|&_|O!/y;9zס/ 8pN371۽8_M>&8<̨f̀xYfćvJd{ݠ<OEM3*3^M H4Weu}?_˗#e|>|ՔAqH' ^`_35 |Rx:͑zt ~:%%ǥʌ޽=CA9Cw罻f{.9e}}ޫ+o݌mb:LeY bsLj՟6Qлâ2E؈k ٣ hct_05ϕXR$;_rڜ_Kδ{\1caMhHPwgA~d}I7\ou#q~E;EdKz{_o^vV(~5:1EƊF-p^RL:iQZ#8m[ɱbX:h+y|k'^V_{[BFC.Wzs%[[5bӞd[H kEJ0x&O^BSG߄~5P: wH  (<ֹk獆s{86j|Ua@f `>MLk0Num|Nbo5cm%w﹗n|{ tL:/2yRzrdc0bf`xnpS*2a&daOQ??Ү:>}y|κ-_E<"dl!O23C+*l'E6 ȀuRy!9?DQVc<]qm\Fmnn^,V$gy{93a\'5XTb}Z++ۃ|._S_>?EYUȉkiaJnC-j3ҭ2u3 $B&yK<°,xyʇt,0E<(-8Oᣬ[>9s)U 2V+LfVwRYFFffF3Lfk.-j&V4#\> SzaB, ka4 Lj/ {auSn}ݛΕvNAENgEUgek27WY(ܯ3pol!/1*?&Pd(rhXoW7i{|t`;%$[Q z@C*8("ٓn54Ode#]AHfx̯ =D= G J*~lګ]ߟR 'MoODY?>G\yҤ˧nv!ERU@{ @,/1cS?B} I.]-Ȏ٪o2azlzl!s$Iw3iW_gEnUYFU X~OT:vx8d>TK ,/{>GV:Oi{u~ʧ8D 23[/~__;@} {OQ{_x?]!ɵN:q3܌3qwg}l N6Seyy_ cUh3u_X|m}x bE >~3>{9 32\0+!H>Y?7"~"fd|w'x??oG:59C:4 Zwh)e]}Ep<(Qϱ{7\=%4zctm/LɆaFo23L瘺 A&f#Fx#5H -ʘk@M؄(3i+kxT * b2 c$euT[RyGGQ„Izx[k :YuE$019 6sQ klyWmJnB c#gK!M\mX; 5NvbQEtV^G}l]?kˆ,Mj4bXc4: zQt1401eٞFrrtv?n24lOc }ɰ%1^Ө%7BMX{GeXI\=Vnd#n:}۷(kըqƣ&͂1p*s߿l\BZDHET%!MT&r_HRh^3' )$^3~ R$ߚljqJ nTk A9U]hAcXxKyp$>`Pjr3j$Wˑh\=>G襦^KEHL߹:;iθ 魏ƉYZ g;A;HJ<;aUR1V{S4HzP@&( cPiSF );!jt=w].S*zR,^{[^lC$a|mSޤ7.v=l#|F,c'|?QEjV3֭$c\q$+7=:\9,g3Y4QܚTHk &ֽ =nS[J9@L3\:MJ)cY:/vb6ll=~=Tq{9Wk)3Pz0hՔ|% o䮴{7}&htO,X۱W(~rY)OBH-l>1F*5}2ʂܞnOtT0(> \;Ik ৪4ɍE7,8&%aYvYH9xs r( K` __EWBlU/Fv&KQ y2*[Sl!ށ~dͣV< i|/%j*¨ PT+sQP>3,ul} ܫ;VZM oU=glВ+: Ɠ`d!QVÙhp'7uf/v?Eܽ)oA-&O!q7Yck7Y׮Nϒ(u\ 26a<,5"j ͋SyeɓkJ#ʞw[SӡD݂fJhy{kݞ¶Ͻ>"`Gũ7&')QWwF4M3s}IIktg5=Vm;b W(*/2gk>}jURg'h ,g!OgpiIٚ..^y:uo8[~!+Y~NdemQ-20edY>[M.TL`OeAӐdc(hO(]/dz2W֘>/"x+orӹT_,|E;^zSo?Qm &< C < 3p_t~q/1?64Sl3e4BD2;e-'HfBւ['E ܳiȦ#I,'޵zG`)Qɤ֭6VSch3ݮɧmojIzt0=V~5~־(9I}Fqkkf7{cq_՛~J`=~8~F\hckdB{i\*ܿYK 7.D;΋خ I ~ cu3o{2F+խ=AF@ )61P /UۣOX^$F]0\ǤU,0lT ђٍĶ ĎsS@?C:O忌OR~?ҿ݇ö7;)S|V > pwH8p{<_c|vrnY3}l qc|rB~[py+Y}N; E$O> |+yH)O=ϋ}4!\{N+BwL_+S0_ۡvFd0̆~!';QNz㤇FcK>wfBt ~ {rG{xȥ;ݮ^GJ҆BϼMk]XL1 뒶}v3_N[!v}nju)nsۛi"sγӎsV墿fuEe ò~ó E[?huE`- Q͘-$HPVfdt.Ahz=gud[$u#(mW Ҭ?>An% 37š|\s$X ʂ,=?a`UGȉ ?>Ly_7$^A0v?R1k{4$H at+PK2#0HdB7\> k6g=tH"xSփx6DEU-'Qj~_sҕ캡>b"{xz A[_9]*Zsf6\*Ax'`u; ?'_e?5?9&C~fQ#0E'oc>(jĦ꤃e("VEg?i!@^ i0f%M!H)Y6Yo0@B`1~#}쮬L[L b?^M $4U-sEogrD0~g_ðYHYKXקou[vpE’)[\>1ǔs2Gmg- &is E9p!@Y(M6&@A2] {4z;%#xmg}bg?ML?I ~zî<&S=T\ʙ3&gJ3 C@zy8k3g$s+z<-^NHg1+)i0` br8lW5{ڮR/}oU>ߓoSvgrʬ:[+3Joc:h-FSșK駳etȨ}s=o}xl6P8#Z+D; :l[e7o%8_'Wv\*i^hrG,gXu[q7©9Qr$+.13R6e*v Hv/.̌kHBN|2„fE+J+'YSvy{ijr< =?ECmY}}m]p#H\!LD'YGiZY,\Wkq>ÃG0cɓI.|v#@3e4/ 36ŀԃocѳl azاeg&i!`p"5_o튠F^/6g`Л8a{#??f>2GNL FG_GS}o]T+01pԯ{ H$[N.>Z|-?^zp6tdkϭ *TTõn*˪ZSZ2PT͹д\T(RBMRUWúl,BOOy4uyJ0a~:WCt>eXfnid(/$0d3Ѫ\r8N41Icu TQQj: U> ̉횔.GώGAn$r)zfz_hV7,7d2s4bdaG)$'$+= ⍿zˬ\`:5g__._ϻnUńUEEW ˛ZRP$ `{  sO-ʹ,菴8o*:DÆO^ {gKo~cA(}*DdxFpHZt)rOF.A >JϡG'}&NnB1 Gi%vh&i: =7iI0zDOYoknM(AحEneM{”uU=Q-s ?D' 챷ZI͟O󎞛0m7C DžV+ZgW]M=)̞Lo<7PUjS>>\Ԫk($̡B ѕn:s&FMl">QCg!}t) D?z_XldN"E^y_u?ƧPDnBOY5X`V?cwv}w'{/̐7?N}'V6(*NJzb߳FʵHw?w>;Y <5yayhJ.`f3R9}Վ4VW̸>u@_@Lw̲Ik~:K͚$|v߈P!,+'̀>/LDZ}O4Gy>XF@Iڏ1,)UYk@0.0ڎc  `Ŵ*{ҰKNs_⫪Fh7f!aPi9kª ,#Zg/ӻ{t<1v|Z|x_M*J\j27NFNծ Z[=6=J=8Xn˰A;&?U7%4 N,\Ϣl(Z4`i3nLoهOp!"Yݾf^9?Ybl\ݸ}3 H8Fm@D a$% inWڍo•v<5! 89ÒlM^X{MmZ5b{=tJJfm/cUemElGz֋u{LmÑ {%[¥?;9CYv~G>D Zelˠ+l5Iz l.g%>fLr w-k!̋iM؄zLd]WlXz:FYz֣X1]Nx׹Bc]/Km1! gc(c)UoeLȡn6>{)zySt3ǛH,ne&r1393dldS+ ݕxy{B,&?&gi+L =0R\ŽVM _/:kF!>9kqr6hv7yFWL5,Sn.8L eW-~ǯcmir:-*8Ks4s8۾=$m[lfN#g8NW8;me-ŕLO_ Wl0xShwQl\qZ^rkK iχ7YqyױVVG.g//WP죱H]ˋ^ʩ՜ٿM3$;_" |0ywgo3MxY6)g^~ -}謴׻1;mjkM]VlԱ} YƇ9v=;b`szyc-6zY[lxvWt;_F㫶[zxWe9uiO O]WKѳ,w WlgmӘǡq+-W -,26ls" ׳ O6!𲡿wAG!pWm+>Us}Cmǔ ߦD&ܿ ALϩZɕs^k0LL4R'BLj"M;OŇx#e'Yy:-"#_R r:kevz]W䴐5t*Ph .0[% h73a{PAT2 NmZIJ0^o>2cbV/qT @@]19l(uG9N&GaqWǏ㳞a#&`"F Ӱ #0fse`K)Fˀ1lm4a{?KzakfMm[1 ~Pwo }E8ͲtDV=YqT~n-c;N"qЧ7'߫)(YnS`U4vqIZ;@1fz5ŠHl`c㘗; x^:,72n=Ł_2gqEO C`~ۥ)UJ!;|==7 =j+V,ᶖdpo/D?k6@ T/;_b3Vq%O @=HBBkd_t[ k8YxxMdlбD|ZtE*P@ ;I vBiY~ ={S]A;_i+G:GG:c1 9ˎUDf"ad;sgP/{O!?1>TNPtVCw LuH 0b^X5k]ƒ%rvW^)qH1zUr~~YD%tNbdnfHë{dr_>LJZT[#Ո(ڙI4ic"&YЅM eVy0]5܎m7usߊ@m|4̅ڂTg q"s5mh Dck|hcf`L&^l{^)ȳ/cQ6ӣy]J0@3?ply\AF, `O֙nNk䏚y3ͷu*XR/#:tR;l06!ރ1k9Qs>&SίhZQY<]K+5JO>goV \.o,`[͗}lɽ"7C#RϪڳO*PsBߵ/>D縎Ͼ괋zOL9cWtDtN;.pĽmخ%*yQ|,f:jx: ]Թ"ndtt3r.lbV+ՃOeֳzD'%BywE* f_{gA[ΞQ^2QNqqdgXA,Qngxq=Ř䆕S.zO'o>mtiObal)ϭƒLN)9k汻z6?;;NeJAg3niNظxy彞}m532(._luXo»OIrq0]Swuei=J 14Sz[^3ԓq_Vy/jўVy|h,uAר zB]]qg֥Z2QWbc1ʭE=ͤ/"r,kYݜ`R&V+[gx[0û1mz/Ͼލ﮴=G~TkDv$? :HJ"?77k2}>OS.<4~ڷ庮,|F7#-noΩ 2 s/X5Im:H|-?#̹-}Mz^cgxޣn-lW~]T|^kjǦ$Ds1"Q2Tی޴wK_z̾@w|XŪ9>%[vSVT䒌ɕ/EDIrj'xn qIv2D炍qsly6  3չjիH h]gzcp{IN2dɱؒ&oH`!F.OF?'.?Wxh0皻 e\z` @]ri0@/:}ys]Si!?i硨<뼟zןT?mx]JOy1_c]FWz>lNW=k)gMy.~Icv\T-[~M6Ôk9Y,x>i3{9V۲PAfthHR2(m+0)$N _BG5uߵ~3x,3/z KYD@ &㴇{/{л{D7^j/!IYdq\ =>2J}A kudMfX!u>?ΉA$MY HvXcϛujG+n*56fTUCt>eQ_|7#c<A=<еz%|HJ?D^5jse`:7=FK"ieKfLJ^aZ Hw8k̬y;-{2g+J6JuW<"6"RDhP39}ę̴f.3R&5*8 K0Xc|]{K$71wd*I_1t~-7&VIƲiNnUűg%{ f nMiAG\Bđ)lƐ+}ÁOQ7A7BKF@jXz-AM>:}#+i{XiU[^j8C#'nWgb՚SacU?=)u1ZힲHTr3mPߺp`qmte%R/EjqkM.ƛ-N"&'-&BKC7PDy$QdT=U ( ѻMqFn?X*VR2&#Rf43ye[k`WL8²{R9H虷9y-N^>3 6aVņ O^wq f&NB=wN&/UQKGyyM4`) ͫK&~pu/&%;qF֘JĊdw*]G[)txM[m|nTR,+"({ǵ8ɐ`Rۿ} &|xA ʜXG\9S-։r="sxKg,O仺o3>{,n,k{ B-$+.}"u!#A{*S#^guG"Dy&W6w4:ofLyT3%} 2 )xT0[U-] inb~^*=4"ۯ.`vԒ)Q]lG c]:I012 lUg%wMZpD{&F(0t:o7u) VHbnNd}׸irF4b~:-7{ft0*#+k֡CN+e*YmTݯמU%O .ivYc1vD=]D<=S\~^c^~{Oү2)DkӸok>{sӄhrnE&:Uߥv/Dp)1is4;a\쇹h4Bn>wo'0`d'y‚:r]TI/1wV͚HS%('(6ͩ%yQ';I9v6ץ ecP9R4_t1;G7h2sD&pЄ֐ʖfSeKo5_rG̢2Y'ʨqڋB1dFfZqVQ]!}!9kkR7aSPm oHhGliFޖr&~ "PCG!nK%105&]VnбVO!tn>qn~0u*֛p!sA iL' Im4,nR͈WBsIeNnt~s[ppOa#p³$,A]^>yUm HzzaYsb.st.Ei$24"Ti ² y=..Jï lFc=ra;!Aeb`wؑZ m]OljHEk۫.;Wӓ]+a;)us/ i<7G`G/i7]%e%%͞aJmqv_qJdj341/^9̏&P!Gc= BWVfyUi=-3bкݸcvmԣ`Gn%=Z}XuV |.(zYYvΖ7^EJvJ7t$rSJ%?3*V.g2~|6${Ǩ.@s u-5EO"vEe9T|4XgwmYC1zd']7lP\y i#zť0O A_nkX`DD@ݵ\~ߢ~f9|w{/uup_{|oAnS|Os2! $=OeW/  Q5:M{mog6x 3%YEػT{i_x]EqʴSV#?kv&||ߑ˺u:쵺s} *@~\Z^I߼12?9*M@]p~%jݔi_)>?s}Z0~OU]=o~-~?~S?Z.Zwe<ʹ%z3~޷Egi/cv<`n<}l@G//z;k D pi z Ezдn?oJV2"YF0j}R7[Ua\J>w=m-ő{lO=TUOhOuwwm>m+^ρ;ăo#3}Ԁ@y~NX3i M26hȆ)7h<}y:vm(\) p~wf|iɶcu_ vLյgϭxbFK?Ƥm<^5m_KC#*}op ]r|wiV1l,t'1|4yi܍dW)v˯s?M]g92+Wj}N1!Y],Ognu!_nتә ݍwh[Qs2u|pU$cbU]9=z#X" >.F XDVrf] )OVfO/F/ p*k.DHvP}~j{O~>{݃L"(ӐAO95DVLaTүg w?L8a*>]~ 준J rfB}Җ]3 .`l}y_rJa}Yөt?)?m@"OOv8{Lߨ?|mQc{sK`;Jctw Q}͞}4BL) |fJ`w1_}FY?j+ [@?a>X 5 i5tw[1bC?z!uMHtݓ$OE?[1)I#*M+9,S` m>Nݕkf9tur˙e*{{{|uu<òe{[LJ9P,x/gְ"mX-FQh={iDŽ-w/gp[HP(WFFbM/ԷFW?0)PT>n;lEܙZ,zGp0 鯨~\ b":p?V1w}4ud12~g:O+zW'WGG7#+mP?T =S;Oa,:vM7G[p@&1w(͉F^ >Ӝ?94'?Ctyk_Uc% _hq@ծ ףGIʇb5;K>j  "ɀD}`^oegj]taإ_0ğzQz$8a Rb~&l&YL3.&å&ɭR>yu^.t1dv**^5jqGR"᪯GƯiT@$M] -ܢ\9GؖOa6S#uڼuiޙb"VgjH9hch1)&sm!"̅*"9 f s6J*mQ2X3I Q!juk{LZXb+ƹdH0@ S V@/ƧOÇ־%HXOe͠ה1 ]R2-=t^AQ};mނw-f-BwNW}kmܪ,M(1>R-SKfw*LtA niCN uM nrݚ\ޡsxlimb;ioI?=Mk"ʱ5wƅD cޜoęa1|4y+}zw߁b_2͝3S0mC-U;KjFRĢjM@z^vQ =r[=2"W!V{-U /IN퐽Lz֣I9s̕3  5scNv-/Sq{jF30%1c̉_3a5b[4cRQǦq(>]cЗ1LiVmM({@nv+(m @I˵XZc5S }zG,,_ߤU,,}+Rf"K7I)u6wVV#0!Qcj.ٚgQ+[kA z(7?u6իYr)y2q[e\tT_zH}9E4ҏTsmm !.ca~G*ZѴixi}[9]z=W,Jzə_F~}&ovsK p8uyɮ ћWv*.lw5Q2gLn""-Y)31YIp > ɫ7?uLtg/uI`2 @[Q3V/)_ZRåA qQmc /{ϵO_/m y>ˋ[hO@*uـ7+;y#.4@Y#֨C\/Y9ƈO5.w2!;l+&{ؖM";b;?]J2#Bq)☎x/y]veVZ5aϑN2)UBB"M2I8bNy"qzuDڨn|^>˝34(F Q% S.{`DmЫSwPk'SCؐhQkm>kch}Bz3 A]J4?ߝ hۛe~^Gy`~(+o+qDa4@*\S}OO@1& ;7o_Hs[gYP촐(ĎY)GeY8ǰB6gYۺ?a}(" 8wьpz쿣V+ kz?#}5}A촾K-8Zf7 yo/GȾ ÷egeXNVf.,0gm9:6^Q0aMKt+-½C/ǡhjW]io~[lfozY[ ;-1״ʖ=\c$5!{0-2U[MtlfWpo˗\霽M|=?||s'V5u]A>; 0cr .~+*@ 4H?ߪ=vY7]Aq 2$ H&AG'lC%c7*$֣_zoi=o|ꯊ&ī 1HI6*~26 Tu/bj`ȣT[^5wZ C' {Gwxr~WRw 5vB< ?hsU9YI8gYus{hae֥ f =ؼ@Js6_s&gQ="Z{ XSq^1Vqqw)%X^=xdg-R8%H\у glKK١:l;-N5xrM9رˑ$v[y#4~WE%{lF kd\1 kb Ƃu/PݔI9ʒ[S7GrERW x諞ĝ ;)Λ= 5CCAƺZdv2- ǭm{d=:\즅y\avgwYF\:F/9-Q臨,Q8TF$5T,k*U'9YxL9!;.1ET'J՛`u΍x޻r*.r/(o=|$:H;W>FtޙAC˷plI "Gt퍷Ds:LMCzʱ'(6*gC  \.4k!;,TmL@Kִ1ٝ!S5NV(EI׍AZRv`@:&[ĕ1mgٛNn`kjIol 5i@Z|?0?b񹦷-ncuǥ&~5,a-S/0=]sy'6rgGC:enSc&BU2fKJf]OJޤj@m=6ijϊ*xԡ#qo95퍘[oR]ݳȷQQcKP*+hʒb:C3u<Β?Qn tOtV7`jsn[Um̑2w*EftTԈ6=#7enhoZBMMLdCgK7|lV>ȣGɈ3.+S_^V~R4 <_đQ9m$17Z1yryڬ` m-''3šu*>jD :a33N\1Y=פOVF-wsj*ڷxpqs2TܖBbF5mQ1 +QlVND[ 4w6+Tv2Xc`8CfD FC;YQy>:D#$Es{l,3"!k67:Zak9vY]9[]oyo`Vd0\^s7Q΢Ef]]:nV@6mf'ZYe09"tnS:޿o\[۞y>Q^_?|&zwNnxӏƇo7WofǓ.z\rd2:]'ݝHhEzsAkneyW~B_yss7mdiċW 26—;ͮ/Qr+Mu_s&/r?)2Yc^.WW: ujXʟ&bXji0G@< FFQNs1`rC+a}[73ZI`S+_7S$ׄR4e ;HjPsna/ @4&]*eڪfRE$IIYT+nۢ)GNm'Ĥt(UYi9;ao$ ; d2"P;H fq| A2r̠ޱ.msĪOT[pg"+b4Z?%|_gosc D( 2ћF|cQp3aS|q[j #H~e| q zlT25ȝrBs)l/{t< y_ ԩNW{=:u{.6 %jp$IVšG+TCIᬟ'7'>4`%5zbO0%Fy!Kh_q,&1b/u`A:;eJ6!8IBʝs~Ǘ?O_?b @ 8w9-1RU}kAOy!ݦ,"!atG]r .1{/vf)]ahg))gbY@M5\ڰS_BL/E&v,6E\je~42gXnAf7;cϿ3cL+s lܟBFZƜhqYohiҕ[-K̫s]ف6mE+zvP33ѣ77Ճ0 K[g{.7s{hWg+SZF rշZD Sōn\j]3PY)V#Rfw/>Z9]xʛjisS;bs+>6oΛKqEs6]8`M׹0@>R?Ց>r܏_dA<23#1Q NP,_ՇM1 y˹dI>SI1bcK$Ě_-ʻf]*Y1ZMqUKMW;X$DQ'vU9FuޖX]EҘM+E%wuJL+tıT5-i6ZfFbap6A^}oZmG0 f" cnmLv7w6ٝZw՘qmY6^̶jۛĖ;-[^\9W76MKC]VdZg<3Y#'T {aSˍO2Z jlL-eaW5,HF8p]<٧yRk.+Q)3)sUKkeRv! $0{EVR7D P]":#:be~ג̐ʺhܼbחobE M9 k RI#HXf4բK"A4-f^]ٻM7z7,VzqTJĿ4N:5S[j%(e)5/1 :ZW;-jcV[vfr79 ^>[ӎᐭ<.FC\Q΢INHwrJ%DNG<(\I 9yйjMٲݙ(6T$dƼSזǝWwqF& "u;>+P6!I+6@C"rɶ< ؂ewlU=5} +n 16[qꦔ1BU׶*T5Z0 $plX q7&RR9ZZ me’)ωaX8Wuxp"me0l$;UN]u;m3ebiNAXDD&<+0jmຂ-UrHcc 7 7+NT;mCSI==@0Yݮ6\= Fe(gB(\ufj҈[lPVX,<ˬYU[Fl:l [2\KY-`ĕLq8pz]hu眚mx5Zn8v4{mZ"ּX3 A4yK9+6ueT*݃V) rꒁVfQeQiJq6%LJTŒa5ɺ2FkۨR͂>[ HPz۔r6QLKebVpUQԠ͍'wlY$Ss fmJ)pi[ av\< Up*9H V٧FWۻZ ,2\ZC)[gr)-.D\(9 EVQ2禑$#7ޔ*c8͖!Ҥm˵ Q+^묛|Ya2GHq9X`˝Y9 7gMxX,6iYO ,%B0V-PV`^{Zg]tD:FH-7a,Ys:xhE.J60E|@&d@2P7=]|wݗg6-(/.-gzөٹg~mk+ܷ]զ& Om^q7TwkMu^#1Ks\p-զݣq,n7X̫m4-~m{7d>&u-w59i-"ۯh]^ݬj1B 40)0@gڋYp/b/ )z\]m:4Y:l'13{F+ռ! Gj%ۖW+AXU4ޢL$`](ΠXB r q{Iֻ$)Kui yYoS;oӶ2;lWlWvV\ZLNjH؁#*s c]u7ylKqJ`S:Х(!YISG߅K`GQ퉮`'%7Wi|ftKݣy'7n9.%\7bȦUmx-xk<Ұ.nrfT!xgijUhf²ə"Qͪj^a &$00ՄZ$H[&%HNo*u&N"&@HԂФVۡšG.%7A@%V\ԑzfb:Qzpj;N$x]Vez=6.ŋx[R,06OXRV5d,dl\rR)]\*%qFrw:gp-&bi RLL\&\ڂ j j50ch}֢]u]:qL"RTH/. Y^% 8 4ARJĩvV<zu[BX>kmDh&ދ8RGW joNޗ<.ud%L”9Ŝ%ݘ [\s5֓x9FZ6>[,JZ5& `8Ҙ32|뿟iqhKЙ$W+˒ #RۻOuƝl[h/cHV$*HQ@^BR34a)^Z՘ޢd. b*Gnetk4a,iU޼8]o6穦Ꙅro/c8Yy=].ق+m 9mk;9\nueHs޹'w.p@{DiIpmlRjJu0\[0za!p͵X"LYٞ8 o.yi5]ݼu:5i[PLX~:ѥ#Xq2L,A X1vh _0u[-$.j,oFqL<|"vK8hҨSv򠆶-96{fA*KcŖ:j7ZlVoY(w&rŜ o|v[(OeԹq[I&812NO RI&R ]wl5Ѣ|=wegR{˲dÜOEfYn|fTSdSЋH{5J ZjCWN,WprU0X5^yp-r}8]^.F-ZՑ ț֓++H31XWXƤ1Ev0vKI{K YXgKC;:PRw. CgP$CBrt݆1hS[>kr[`Paˋ5u%i%D& 3Kh^wa02T$lg2]l]Mܚ8\1 A$Ȟ[e;pu5Y|iEeP/xSiin*H%&$Rvy !9`XD0CQ;px,1,+uiYX;4MkKnߣQdp\! JY%^] sw!n.}ALrEMbKGCL+js>*)['GSr6,,u=Ԭ"jsk,5ӳոw 73b",e%ZCNb9 ˍ[}K^t&b +VdCbϛQ +(ˣYAc L*狙m4"!oz i 5yM2+g/@xk`<[c8i(/8R0,_[j7lnмp@K9AaE@aͬ :ؐ_&|v܀U[L{+zbhn2sp{@ֹH}C$'Mu ;h(4hPLа&C!jJ1*Qm6-J"df t'Ã%^x/4ڼIiKёJb]Xf`èfvO@tYֺRv8q${5`JS=K=]xSxB|Ȭh(|at4˒RDٱSb|LZ'Jf-ǂ['xS̪d^\^BXGeN9ܾD2V,g]Wub]$q+DIS8pD,HPdZh% ! jE έ6G-qq;zBq\>%=y{rN7Ƴ a"Z:S|K3 v:roiޞ\Cu9mˮ-5|su5-IX,L}AbnQ`krX$ HwlL}ap;>$0qGp4 \Ɣ~k;M8s1^8XZ 6ak\gO[|p٭U ̪kFO{pP3v1BP5TCd" @):8a uP ;sׁ~齿Tk<fUls,706Eyo/w5,`UZ|t5;'QG%xƹzظac1p gŷc5ٯey֟yRlU2FZxx<+;]:%29PfH NMZd`vE*&Vibڤ=pxhqg*!] 43}޻wٟ[d(R@w,NrʏYSI8DӳJM" :ᚹŵIbRˎĐU`KZ 9!"p۬lX[;iZOMΡʸg2,_b}db~ ]2VYڷ S,: ԪaI0[iۉw`֭q`t5/n5s\P9#E%vJ,˸+#>rrSեjHrkMurXXom ml["XDD\1@ 5 LA@Л)KUj'cu+DIzZrIDtpڿ0[*_-v'PeroMsmiVkvnnny<3-n"sG;ѾWv+ߠ8L?+J*9AK37cR5qv M%w DAyѽY[oejUm㙍NЖP'l/5ӣKƙιX>spD}~ nnؿ0!(]BϠs;'ߖ?7atC |iM3#Bi2Z L&hi,wi(?xE=g^c8O>qkGH_ կ|8l/N୚2-vg|j^kOur<|{:~zȩHP* ҥTS6"qcs y@)SbqfB!t?Ά|KĐ`"P7B^$a30!@2 2e-c BIsFch^(2)Yc/Hɕp KI0%Hg 22Lf8X.JEVIKRZ Ѝ4QƯa‹aQ@K S=C0d<_ #Rh3Bw ߼Gi[LPVe*5ǹ t~dGWuGY o9&Sigж^Jn̡LKk񿕬)pssOk^ճRnQ~<ھKco-ڱ]iO1օrFќgEԽݤ,7S.|kb}oyNI#\JY]',ֽ:oz陊 <\.T0l.8Z*{`\o\c7:s\6s-sЁ¹qũfܨscNV/nsҎv甇*1fڴB.,N meٯ,<5t^?ؼG?9WP}}+$G71۠dS B{ޗǮz=w{z (dz)oKX 2HXE2Ȕ\ `f,I%IQ,BKRH*Q-b;-u^Kt- IH:ZϤz.sN,jTw;Ya(z&q!]҄L֮:pb̧/ cFD?ꯨOV }*7^(yo ^z<4@~R?.y_AJyK5-|.R;Btʡ8y"-z͟y$a޹?!3PX(>3BiӜFR̺1{cT]n LziԒF Ԡv)Lڌ}Q6ĭUR3gmIlJI(hAdboDZj zZ69=B\aThxWȎ2CkH M@I 2f%<2fJ/_Lkm6!tކ j|H`K7L}:d"GɐMG/FHX _Tux+ݡD^$')@! ,G΋-vqfǫEB ̆Th?Cwyi،TԢ;-{zkC/߂?ȜĪ`Y]أ!FzB)ul=,]upno͚pksHk} .>i՚ygBk08nf9AY&70y:1%u5 ; }N[w<T|另bnvud}ξju ~l߉53Ey(8z+H ̍AZi%A;-Sbա 2jsy݀ƘpXh[F;dDO:mY)q4 Lk~*gz]Js#0r/PލK<A kdq'O[<,02tVޚfz9ZQ񏑆 ҕFD!YN EQEܦKF0AҿVw3ti `yUN@ Ho[$ J(\qCY!y"W4~D!aFUTI ᯈ >_VE%_;'Xn\(BeoU:ݻJW<3>nlx ۃcN㓢j D9 ogqerKxr(΃]Ŗ=Zqݴ1KL7m,(@6`h K̨k{0eK]P6s{Iь!*!eG/)1"HvxG_UgI&XqL1py5SYiV_5$(VտϤNӶH=I0~,kp cL7pn lQ\8߮-?-\bn0ԊP~qACcY?Huz#k$6! BOԵ#!.OʌsO;a5K:JٜpdѪ ^ƊLQRV+ žktg:gZoΩ n4 Cț|^n^Nfw_8W^*AvhJ0:^dn\(,qq@bH^,%-[l[ t{z+.?Xy)%VtA;(!`=Uasq7 F$ sc)QyD|7\݂&DaR'?sw Tx8d\ˑո~MJNp^K FVNzD(ہHr6HOXZۙ%QeabGՊhcKTsewcҍ]1e : v nSx'e*$za!2PW<QpVH;^w"5E7RL*V(&=Dl 2&ǓDV/]qWx0LRXqv ޽/2.h*ev̑,΅QI¨E ` Oe D 1d 7TU{W yamPJG 鱎%hE@~ 3ȵ]Rͪpo|c I~$jgmA-zlxPxdR*?wKIB~PLds,tRȚF$*֗GXbӽ.vEA;:T{/wRoUO0nϗ42=z([&js`ŠS[f>)\2IpBj1{ PmkBM~~H1DV]%$E)pť5e5:G[u"~3e/*@VUhX36f U~( 3M>1y"š(8'xu?ϿLxRgoFsoi˸yjpZP黓T%4+XdI7H-QNd؉ܧLN~ڠ4筇J_@?=l=^*/((Isi< &_:Ǚk) -t吉C(VR%…;|vj]5~]hy`Bb0VNSY"sQl)ᔜTZ6y[NsbեTހd88]íBYKfSHK><-F4H @lh]KS8`Ȉm XVy ^5v=2wlo#G,=24@(^./ANrKgIUgvÚ<#Q`H=yW\>]oZzhr@= 6`99KI9Y@C~K*zфNq͛/S~GRۏb3-B[cƥ ,L_HLI)2X'9q 'q&h6:yY*x2\iZVVeEO) )aNV_M*T>h#VM7WGj,iG /˿>~#t8\8/)U@-ܘ@AcZF;j>P;JW`_n}T Zf ]CGɋ)Exqty "'Bh'+BHg(c:57vgPAشYxٖe~pFP \N[ i%Gm `bJggݜUyr˨dtԽ]cܘ_QDQaE%k4 tq;?gk4`GGonr䋍 Cch>*LfU/|(AbB;6ߞvٳLAtt~\[qn)}jo&RapD (Tb NHFMr=G322> KUx4'ޚڳ8h~{bÀ6Gdd4bk-)ҳci|c_ouDW xIF:g2y[uIAauScV)ؘXs GB{T, eIߏ*%HGAs7P9_2mQi)̽!Ю{A5P)Hͦ7I=sJE>ǣ pKQxi) AWk؊xݕuFx5E+<8|i{4a tpUB?h(Q s);ͫgJlgHEm^7Vzy+zF(`-{&f,DQuJWuj7mQK:os*e-/}921n~ `-K(峯"*66/ȿxxtQ#9FLxrZ"ղ)h9D$!L>bSah ?<' )@my|@R{V\\b7b j[c8b1u>U^f4^)(kH9fz-;\S-|?Ӏ`p]Hʙ DeC3<;,;c`N-[7ſ9ΖpwF-o<<`?RpzhDV4Sua~zeY7sH0֢iIv>gs2- Łk 虏UiXl/?JPsp3L%S3"}47ls.EF#Rqp?u8/e!Vvs{$x@={B~7&)/%[)͗*SXƎµ! -ZL[s LvmgF7YYuyJRs0݂dP:yv[iYj'.}tw ʤN ZBѫaaJ 2}HM'c~^;3ex2`5 8Lv5T}bCQ| _`dpD:D;4]s0$SqFA _ St09xب$!IVW!; h,]fCCӮkEm̷g Vw:k-q-hVQL/lRyIRWqI7WAVIV$v"vނgC2mn ER= jp2dyAL%ȁax5-t8AV d8STdk=jfd87·i _|.kG5[H taGCP+oLۺվ-2_IIBY e_O}6vÜ )K "rQГYo`3 zwXs tM͚$Go$%]UQtl.m-FS!AVohq2 r[PI,U}<ڃUA^܋=Æ1h[b;B|[usYfB=[I{F&-P亢znçnT'WA8 #Ɓ.C&śdr0ޠ=8-bf[n\ekkja9K@Ϻ{6ިo!NKp`40BvFDo|%;%B6M5;"x޾xVB CzKu,M9(O5UL<]s br±B0n9$T8Q{%Κ&s(yGW6awӭΘ 8S0 5a4W=e` c`o?#؎ )'@_T|NwR.R T v/o%X5`|#cNHRi?̩BͣB>oӘnrPxоFU rs@5]:_c90 ;P\}wUh.>ꢤ,үaϤ qEo(?*#*zԇ7e LPE]!^.8/o$QwV Sr^X_wf2sKwfCԱ3\o}d_W=s|L7!dy.G^# rT}0XvҳqZ$=+ȩO\ךZ$J$' ):"4eL&/}/!2ڊI:uo՛k6S͗h)F N)Vr7h?%^F߾_: EAeD˧Tk/k~/04|Y&Wq#)+/@ vƻ{F U涰esB_dn1rHɿ/ >J;Ŕcǵma<Ya[iĥ?h&h9&E06n~ڐ"BoȐɿL:&I`K+AJ07W`9̘,s/{j3K`m5!?MG^$v4Es?a0x0FIJㄆkjc0J䶇GB:m6M4i *v1Da]38OTLQ @_ٿrvSwٿlJCO9sL:ySx`NsEX3N2,AoF>yL" Sk\$&ȸ;O՞ܫgqnuozUi*Re8~.Y܌|#P6&cxW4 \<F@Oٰkas5H;3_ WdW37$ z mʨtT1 6NWzܓiwYFq:XXufZҀb;tvU/""lF_bJUer:rC}yV!גPu'xIQ} qs2~XRu(beNTK*ds),pGf:`)A b= /IHF.dT0%:xlk~St;=353LGD=&}MΊrfbW t}n`ɂ*[ǣQtOҕvԵmZmmy&'EN!Qr os?tzDń?PbH717*ݜl c÷h ^Ѫay'mn{xyokѩp_ua khKoߵS}虙Q6VCJ Νk(@ ϊ*9@)DXey2H'a|I {Y* vTp_ǪC6#u崒<%ӑQr#v˿\q|T}?2LA&I][d5wʼIo1c;-CKVCTp6QT nqSGȎK 1sR4#/9/YnZxՑ $OՏTɡPGx* ́S;\zU;*:ۋ_K/M*_mm#rH0wR?Ȣ)Ji- Dâ%_ $C/{`,@Hsq-(@w+@-I Y%Kn(YV)S"~aPJȶ9Vdfµ[t({ɤQ Odill=o_p9w;DA]KBz=ɜ!tΦCy'?72.p1q0Y3OcsQU/\ ሸRhu%lhy9jRI& L^"=i䢢B}Ž`>3F9)9逪Oqy\~d#ﴏ#M ʮM3{8,:Ǻ^Z V %LpK7p;]1;hNC,$7Ddio1 v yOC| V8']#*@Pim oB& 74B563zaJe;d@S(&WU=:а=4OIOl!بxԔ}jE*4iR4Lor[Sg`YCzm?8 ]lݙFJp ^P>n\SK^3aˎMs"T6xf/Zm?=ңOJdX{Ȥqѳ$Ajz-4Np? x0:0Gslg3v^]E"7_3} /&Nf1B}FBHX>\t *Gw`{bKsbvd03;ďd.eb>DG|19B]ko1x%6?Lgݒk"%1S BWɍ$S:ct~NE~Ƿ=#oj`-1ŠCp #ؚ z"Q7mSz6Zk:Tiequ lckN wcBW{GnK_C@]6UدWb_hHsم y4ٗQ.~{ S{_UM$q G'L1Vׇq 'K"+PL&{vm) Om" T]yRjtlݱ{M Xi‚Rsn &q;"Zb9%BI ;F GEY-Ch/5(lsu~GK w yɼN!12hV_$3g$-1ew٭-,5wͽ@ryZ#ʐy e)QTI;q@|;\g^,k"FѹS3B P*L͐ծĕH7wb997<'bD5WWZwyTꂭ65:ZCuݜV~A;RH$kB|iݏ( ʜFĽw cY au<3 ҕKcgqV÷בF Z`1F>81iTKH6\5!<"R.ODPEvVt܀&@IQi暤or@$ pF2yVn_9u8 H`~0Z"ykpFmkb=|qp}kOBo@5o[W&m#.K6䋛fBj P-.|9Nco@(#;`Q#tg.J&ǟ%d&n c6䊐C(BU} GHrb)>%7 =Gf9t 0DpݡDknseϣ4b\#G,#ܺ;pAB `PV=y8'GVMDƵZOw ¥j ۵#g$'U]cۗAYtX OuE$Ӥ=Gd ==DГTf%WVgT",{Ͷ4.mp]MY׹\S30+GYomS,#@ÿM(*oV=ivc3=S0$id]b>gw*i }E8Hw/.ic(['S&!,P Q_' G+_rsGk=ѕQaGlEQ'7 Uāؖl70aw$ϏF'tTf1Zsq;Qn9은SvkKw:3. ǰ-TI=/}[fj` Ɣ^l0hM1]%'5UgQ_Wp{j{7#Q$Mm^|fWPd@I!xEӔ̟C.'8 -MiXFշ& X}28vgk$Fۘ&g'BᓒiF3ThE`[ׯ6􏝩^mg.Gw)Tpu(?PyQ-joZl"k#PKyd<4$_@x]SH`֖ߡc4^x c=%,Ryvw*FN0u,,z2Mh ybEsػS( C%~j,$xvPn6.spqVۤϤ}xlTX.ZyO9^+QLyJ^Y]]׊"+dFs+a9ZϢCq!̖H&u'S9D]_CTuk!iyC|ywoT@8d$^2@bt>,Zu{:fz7OOmL;".o3!Մ˥tI1oWb IKFf!E__)ЬT5!tr$ &:>\z HIk:8\z?'Q~`IGٮ =TURE]鏁)nb1lL;Ύ?ShLEHjՆ ;BO^9;!77g4N[!L~}-jmz/t;߭i^,/Pf\[jښ3A8I&oC,T*2ކFL3r0?b1,"U2JF|X+?u4%jYy5# "xxV*zaa{C!7^m<VC _8.u3T y*m*mOJ~*|dhJcݫ^꿲FWOoW;5@?~s:F@>3\V^bVd.xg|ϫe^|SBf "xk'rz:a|r]qfaprJ U$O]XRkC"D0d9y2|Ԁ؎RP,EZuQ bId,[JOTQ/cg~J:~;e(Y<`X2MIvei_+QQCz{ /9vN8Xޜ Fe= ?ɽ׼zމExQF M*4(Xs<%Crȕ5I(!ص^ԪA:J R/t )oqΨ$ ;:C][, ~{{nO΀xO_EN2I/,oak9ցUq8r؞H̔H/d$`-ZJՕ]3jn?/o`ᠵlMfqQ(.keE@QaD5 fFAcIErcT5,þbCH6j&IRO_~rdU#|=aq!fF*1g  b\oI&p=abdh4a-{q~Ap F>oE-7y*,?Odψԑ\`C:x &Ran:0$9|p;jw2ǚ2t4O @o+_lWKY8I.TSm7W#`"\9I5#/{q`E-Jo1 ހ1x8TdD?ZGZa6bl9K`EdN 11/54xlE}P@WӦ!-l*/j_~w6GDKhb1/&vvEF5 GdL5ݲ [mi155ݷ؈sa |q_sy;ygus$NT?0zW'""أI@S'^/,2ġ(I?[_Mbw˼sѕ7,؆\8g/LݫHWbX~qU\F~״M;\wVsPd 0"cj)~w2+,œ̖ \#-yNH$~o 1SZ/)M9w$R6[73€{1>qwyo0d='hp,Y4$X qggsౕ|TC}3,ڭ:B+` >~"]lD|<qS?Y~9ReTԌ= Q75霮b)~ Q93JL8{]qDɕn[1S$^FЦfu s򽥇*QY6L;VW-B(t dҙM(0joy> Gfԅ1keZGV!Y1<\D-6Chp5[[<`ʙ6 m gNn3(Y;V#4[xVHĨ wӡQ=.P~r(RVo&Q~>!Aщ ]=3s*Cfjj\rPZʲཎ/K5!&= =R5d_-TuY3nhkV=aMdz.e/$QWv7OLz`cl@ Ņ Fͷ8i׼_X$4{p 3U~ƴ( re/ F9Royj#oɎN ʸ6EԤ%gJVž36H~!㪗lwM; oK? A'fsu.=1`-`GBZ:W9҃нxubk 3ҹzW\ m BB1! 9DhjongáHYEQ8חZ)LNK~O^oL)ߵwLgJ"3ծȱ1e|m.#4%_rǮwtn8 !W|%1nj=UhWcz%G\NP ,X003V-15'㨞RHĝ3ēE}HF"UnR|si,NgϤ_om)xՁҦQT]7&3y>Y@lw`sôq@HD@U虛ҪRRdc-R8*nKFGjڭ:dAf=G4-XaO喠XD8,GVb R+K>`GфX|,\_qJX =>һ+qq[M'YS}%W5(I$>lRӠ COxډEߎ seZ&t+[} ,/bٳ!/J ֦g)fEjءm5#TgД_w3Cn˲I. g_%)4ǘXFKr]?F6ȴmT_QȦNa^U[f0zwB7wi@Rڣ91|MXl0evo{I`@?/$Fg9LJZe^@ޭ+RrQg4Θijr]˷[FTԞ\YT X-?y'@Cl˫zŤ]?[EZPRB0W۾'~/JyE%7n03r6bNz.rqLؕ=k2KgS_U[o/t q)QDAR]oC4INP^5P/0+ela9G\%:E&jpij'O0S1eF"ʀK*[뵕64!YK:N'Fl~659J?( j%~)a\Wok:J{ V\cMzb;߾~xIAl{7@;ThBm׺bpp^weqh-u)PsvU =Az0p $D)SyIs3n}nt} 7\buBU%Ts&b|T%w`JW:$]slS54gѴ!Qb]]X@Tn]З0*TΨqT@5b[Y~,Jp@e="'˭J{&'UgT)^c7 md>{( E6V`r vy'C>[s*o}W I%\rLgO%A @C1$_Ⱥ ;ZΟj(!n[e3}3}Zmd˱5 Rf .baA9dEge.ݪK Վv?8d/J:|I4!Z?-g9J&'a:"ȧX+ *NX)Zji0IIro g2Caa g`#k,3%BaH8t|iqY{1]G.4- d$R aPS, s\&15 xt4oFj*KL 2 f&䧕*Vb+^kO%O+Y*r'|W pz2qrFM?qS%,l"z2\Sctr"~Im]p-CԼiU R-@ߗiU7L˄a` G~j,mTEЎ9#u[?_Ĺyy` -МdHf[<6E]s@ O[ "+e 7cR/wc nP+ ',G$dsu͎ӵ6Z}ٿ{ҙ:d6h]o9r)Qվp26'ηPV~8 q1/kz Cl9jer5=a/[[P˓6Rnv^Ԗۣư?<h67j]Ow5P=f StUc~ wbjnQI9) һ! 3ҟL,E)=6/kb\*`~9+G;@)^EsA O<^"ಟݼVU^n晪zp>Z!g6:R T#|ibJl'-S7KFo:= b<lm+`d*t?`κ7c ?ѐW`< ;qtf'lwTnl?i̅ A259@Da&H]:oG@ H|r}jXiɹ,tJ/ܟ4b${ϲ-WS!+Le)[&Y=z9NؐF{ǁׯU䋩by^J o\8.@ /xB# +r>5-#ζY A)qj#s%4o=Rb O1 lfK@aM;)uBsʕQt|v5rkf]0|dv F&I"_,D#j翣R/۠*[cG* U=AyWNE*`˙5d=j:vZmM1֐ёFLkW;ۂP$g1CyHo݂- Uv܉G玗|Y6sP@P@eJ? fA ":|1Tlj."14YN5x^ߨ<(7.w b)>^h$#lʣnYE*z(DkC ܑ V3Q&OW|:WkR>2WA'͓tE ![Q bj_&M9τ|I& 0PS_^GW 8 jadbM4m8 KFuhF$*rb8Q!pFtv6wh5n*測cD+F1NQ r;IT'KKC}ռ*h'_O CC^g)v Dhpח&0}ot{<|=Pf]ZBCʼd2 |YTm:33qe*#WGLery.\@؏QF-eQln95+I T{a]Y6<tJk?ZP*<֖Vة‡Qx%龜#@  9>M>@\Pwb;Ht*s<X4`dOm8Ὣ|85QkGF1go]~ 2%a=VQ4*:߾c8ʂ+G_#!]yKZP% 33VY=_ɒj - x Q=JGw*u"nSN(_*GރIPYG햿WԚgc\@hG`Q* _x3mpƋn@=c_ ck Y1 #wŮ1q*/^ѯwpߍ%s-A#Z)O979X::_qxxs}ƮMƐ+Ww xհ5*_s(4f Zd xlDֆ'0xo~΅i&JnjԹ}t5Ngwڱ'3S4>gvcsNG Woq& |FYèg;=<;-@1JjW"EP̶FnC#W Ho($ӪicΡ)i8Xׯ)5ZFvcB/촀Dզ n8TW]b E$F+ڱ_z,_] C2ʃcNo\2[s&P@4SPRU^lt3J$+@(Nk4Br[=`c2\5ϟg@$ǻj&E #]&,ABW|\r]:WSnMriXÿk`8!~ϝI%t"Dd\CL4fpTC$U#[IDv82]G0Ň}+@ֵNs6f@{f4x[}t9_ , r/l0,[VЧ9}V0Jdڗ[n'3^=,o鷡zI]S:eo CX1C&ZL}~֭A\˓4bp6tDG4wDCVT56\#>5.?#B z#tb}nvv@kbn@gM^A-;bd+[uRsL k!~RqzZض`ٖw$T S[ϑPOB%C#4[ >n1Ko4Ň$cT0_A?7B ==</cT:y 0asܿ ^la_"]A(!VWOedMvINn^4@wT.ub7&KJhP61<1Kn%,oFM=V߀brf0g4g=$GFs)݊Af8k6= l9s}<©8􌯳U#+(zG1-}`d٩[Zvpn|o :O 2&bAV oV44rJTgL6U9c˽U'eH#-2g)g>D-3Z~2jl_xq!wvԓ i;t$9m ]tUh'BόYx:$~(eؓoa6Wk_<oqX,O3I[9sp`gDl4_dm4sAST!#Xg:(*hA`j&Ŋ'ϩő;ZL;"n7vaPogϪnQ#x>#[[[~jN<`"H+p3̈O)0Q'n%9ڋ q1xuWH o.8T4D_KJMA(r\4㈶4`h ;ĸ*~[^/tPa~y!kh6]\QMQQG8zUdGŪf Œ),B!B6P3;i]Pb-sgGc( nC_!8)Sj<ȱ]SJi wM~崈2ĵ!Uzu#ٹ$!f2 rbW &| 6*~K> yڥ)$5No廜q'f 0Ώ nt1l("e4+NZsAҩ&_xN $ Xe!̗ rE =6EFiw7S;ͶYp'ҶH+Jk%8 HfrkC,?nϰ~?L26IO "`8z@~vs}GޣAVUm.,Z"R =P}(LVUa&IE]R _i mE= kDdygǜg)+ `la}uG߸[8&NPt"Zh}rcvgI )nw8;=6<_c`D5C!YT2k}(\8^ tDj5-7q0xJN#ꦦO/ﻩoӜn4~W9p`m?6`NBe䱴c5hVk>ꯣS*k?f}ALn;T:pnlUӽA֝KEN8*#'Jd-\߸L7[w2Wظ5N|fEd{dmUozK-_13IQ8 G\yB#Csꁖe~SJ#B/D1SB,$Y{UH,F2kBh>Dk~^!!X,e6n&3J ;ת-i-#)C " c{]dwWΉvRb#xؤgy8rAnY)IjAC6ZJXjX2QIiѫ 5?E[IB`:qlƟ`*&[T%0{<$fUWB[ {$?O>YKyf>~-q,A5juzLnt:Y~~r|~O){؅ pLaj;hxVTYQB7@AVj{$$t 5\|ҸPО8,iB@Ne%a{*vBCfWJɾY[ ` ;PA \2ht!l7EANʒ±4(&C/Ah b8oD0 = /Lfg 們O][0xnozCx{!<F/n< n6*SPx;'&qzdUFF 21O eU%uՋغ0Zdgly~5^.)1Br/wqt$ĵĸZBXDžj+};I֓PfH%+ 9fz=jcБ1HĉXUm9ōmǾ,U Up<*yY &;FIrǗB,%9.Mu/7f/YЮUϯSr;}}0%b]ཙYO_d@TB)aǤ-[ry(vx #[/f}Zn3!{sѦe!q´)b!>d_YB0ǻoHy>پ8ӘAպCd@l?J2  F0aEtNغ`SS߻)l:%1zD^)5a/pB,H9gN #Ӕg53+,Y0qdkDGC-/eQ>V V-_)cdŚȒne/{杏$K(y#6@H1h>eulW҇Y|p?+ml#CٌZ[9p}v0/59?g't(Jx+xC@??j(y|<g.wY5~4*Qg%oP3rC%yB*@yE?xƏ  Ң!֘iS%x|er|~:ՐmԪ\ʼn f=e֗!t+6k`0=K:Eǽ\f`*"߸xtpK4rހ WU z,3YjVrr_2'ɭAeŇL/,+,瞹G3pul"Դ:0J hs|᰹CwkpgȃvKAݫ' K]7Fب[%uw,h4sr9ɑ/mNyȹ oW+ӯdP=0DjPWSn>h5{=:2ըM)sE 'ΎBE`АXV ̩S~{(^'zj4لxԩ+gT6֝#qe b  +2 J>;@5 z("v DcꪓŖ 3~m2O<4ɘ7SA<^+xJpSl^TEf'8\o_a\,CﰜOr`9 F 4=w>)C3oo?5]'Ei ^c$xnLoAdhR/}UP$X?Y}zwgNSC%y;SJOmINinlz;ۥj/?,">'z_M3١#67>m`iEcGGC3Q$% =mfgߟZLxv׏U@&qS߽[GCeR"z,9G-8Co+:Sn&~C:7*Ɂ&K';%ϊm+R[̬Cl9{9YGGCN0ywco9x_Aif_n5v%^G14񚩒eWoVi}]̨9܉w2*$H[Nq~qaͽݪj_=XLQBx 8Po|c1ȳS[qP;b:45n{:]5KEGTyYFTH _>}u`'H|,"hlOAR0QӜߜu9p~XFw2;qGi)l L^ 3?n!JZTbYt9]تzR哐DEl[r<h˳GXH!`iXbjLcJ =òTvL.Oj%js֦I`tXtjр9Hߟ}".ޅui.U>Z.Yir{zjQO>rȭGt-.SH#ޜKf+[diZB1GW^(Yԫ$BESvi;B u)]jDNFD5Wa2E\>2eeep-$uN{bQwP(k*Hvo*W,YsRjOTk5!\R$`mgaT`YPک לwb8/Z"*mד knB.م(J G1)dAgDCRL n"e*S13hbԓ v g/.ZUzR&w?WCF2W$!"8 -O_ 6jzFP#s5t$<G 6%2s+((Zv%`bfȏzq)ejhHzQ~:t pѵ)xJ>2s{(I\+}ӯ||w8Ya v\L/)HDg z_t:7kB4IΧmz_:y7 O}B8Dž4pBW#M&js͹bj&Q~/N^MCo5`pQ(>ʽ,A/䊯ݡ@ *V\#e9@n5Enkrgcr/ȉX!=EIr4,w'ۣ>n9XX/-H{ZS=%nFa͘!EnϹkFG(ȸZڜ ࣛ.yn0A?{fl@Vw{)8\v=.خNM]45ȝΞ?Z˼,;?11P\'uoldjUW5-*)9 e'15u]LqXea|U]{1<{"27j'"&'15OicU v^`e+r{D\+`5e />%,+cKD~clˉ}=f'UI]¸)YYE-Ŀ3á@9CmÜ'@ y,޵Cv+WYe10<%gݜůL$v&^+`hm?:e uvI#'#j괕~\#p1r_w}l$frCg&E xYYl29>DB}Y#\5ʕv=@bL $NZ2hR ١Ý `jR}s79s̀ao^>,̽!BoGsI<cU$?y/2ZybGoԄ]ʘÏ`kWa2Sѡԛ/zՍ[P7~1]ArN xS<]uʣSzAVdjRc>ԋJ>ZU<"gPw0Tf wL {#1T?L/[4bl?i܈%DC5l2Yf7`/x)8Sbc HCD2 D6o<])%iḘEGT lWcd$ z#"7}g{HAzL  ${YF*yi3'B{+|εh*X-<Ǭ}jR(Dnsч<..U⽖j8)oAs| \tw&v]xf"B!I/BqȦ/pc%ƒLPLd,=1=ruw90 z1Y߉@Ϗ+ >U1mjH0X_u W+i .oup&[7"v:!+Ԇ`VPYg |s1Ku N #œe GB=* KL]/#8P]oH#Ž!Rd-k&`H9ĩ jRκ*s]u<cmf 5f~*[A?BIB 3[8 h;k;մ}i~l`}JΒS(k+D8lɔX/ s?{# J| uoU0.Di6Qzwu魺ɖ=e@QO~- m ծJQ a@*j\n y@_@`pf_cK*I:d ?BlQ&?8P</Lp,5I5:h#W%SAaK>^l[~O573]ʩf?X?\J7_-{0I%g`HYJJ+eiӵ/ݚOq/M=wDG͟FTJ+YD i;qǓj ^Ua/:9ḎS.w|D&J#P, V\tҋ]ʾ؄|fW$&D#*t ROK_06;Png w|RH$E׿:8{ǟ4b=[qG*Vڙj>- DzR)6Q$ʕ잏Y^ :k]0f(6lG7 џL}$øtE7H <:ޏ/ O=9IWJ>0W4_E*iY^ev &"&T  P/bxU~gh}\t@~\zF'kT ԛ^jV&a7=a+sDW?3Z%TL>w6ia]b(~<ږ_1ȿ?K9WzP5յ槌%̶|,mIa Ƹ/€fi:H]V^`rI;kI7[_-2 +r5h&%^J-TwÚ:+jc{(,0l}_x 2䓑܁J/f!ju }I)v5veua̮K&#0ęFVp6`F*xnޙ͍%>gRr]5H^̘yص(PO>^3II.Ժj [/DrvuwA;ЯэEf`<1"zsAR7l>FKH)gRZ;=Q*Ʃ_}ED @ >ƧkvSzCET3u⤤jZO4]e Z?IUpoQ5e)cש`}0}#" f^sq(vv*\OC*$bL҄}'{M"Sk qv-zU&i 8?гD`O%:Zn :u8L4E,00!voxxI˥A6n2q2D:oD\pUT5U" ƑO; ޚat)RlK 421uk)e'˶ [˜E^P;r:_{, 4n!H\H"}P~91RK>-aG4).*%(Kg!II"^RJ漢Aۼ#Q#I=X[bc Kr?A׫jQ` ,Ґ ^I\yw[;X-Wf[&O7-#WڥvO$?eV($eC5ch! h‰CE̊=[lq]~ѧ '̴ad?9_Dw3FZlҀ ]7g[9`UCRAd@!XPNGo%[KTD7NYuy94+4qQU=꟩84_~m,ŦZJ&p3҂8CJ8VOš; i0|.-Jn<}m oEg #FXy>⫕ >?Ln3j烕¢0@x?DUfz?rBk~7YHՙ-[:&2)J3Z f1[GK;8|uy. 8gY2Vg3 't)elm ,#tcpL }/ os/|q<@#f|v9[K {v04vBEyE >h;\3wAx>{l\% na2Q/ yjT0~(PSҠzL0ɬ>ڙ;L!zAIC0ukL#tbvW#^tLe(| QvsP3i7_ ~y/0$E3ħ":#3KI@?F;Fnʋ7[g?,r"ey )DDLrc YQ| b5=xN|tL{v*¬,b s7sɝqX7S3[[V" b3ѥ=\|UiHH27v >UZD 6F =e<>bGE>jxM[SYuf!% "Z2'[fFJBHпEg&)MwCԃ= b]f> |D)!b}if9 kÃ걁gۀKJ}EmQX*0"i/1GntDͲ#3y nƜo/f;F_)~<,~f@N;!|=KfTXf^l*IKj<:@M[98ѵ- &9u)QI71؝]рF CV (h<ܔ0a oi֫ :ުsAVd-UhZ"i?u, ϝ¬8or֤q`7SrMrKI48eH⮒iY" KENvd+.r's_AۯwpmyuORXY5æ7wR4n  H+729J 2eՙc61VJ@^]?H&;3,\zd 逼.{oOB8o{hF.,koeunnkdjiC^EԑFXy.16X&U؛v$lc+&b;X *ZLM_U5_]L0]ӥ BP @fN_q=h12%#LNJB4Aˠoe=gs.r`FEF}1H!Z:[!͸lFX h&frvkbK,'/u04Ҍ;`N`P@_Ŵf +CGIs  465N1^=ǡvd ɢ5}n$j"4ʼ~ʸ.uJo%eʏQ98.qCgWw#B&2_o NԄ\@..cTߡfyzss ~":-"&S8Lin{`i&ᥧ9/ZC#!_BݐWN%J҈nkTAh~FlH1rB;Q"CG&R=D(Ye~,(X%T{%WO%O=%P=JKXj we󐙜 B CpKۦR ٓJ!1MfpFI{qs{sJ]*;s̭ܕYw܏[ 5Z9,!_r=]X9ל>op!-M7fK4/G*:x6I wr;,aetF g 3ZTiv˂^6ӝLkQi6I-+g.Aø[4&IgXϷ$bB"R#mz ~r#$\t~AbtD]<'n*dEUTrv$ x~æuP>WntׅU*J6 {"C".@*5ȴ>+{8t|=6pntJwhFvG(t$vHޭ@J6#!t*%)1ʥC tl0,6`xexIm -W(|si5e}öQTUEm>FB֚sXUN:]*dSXWꮮ^ !-a`?uv "'z-u8/@A`phUaNqoKh~^(=_fBfІ%  lZ-5̦g*61.ilЍJR:Ҕtt+Zְ˟; B]9tep>]qP49Kl_PķI<<8:$Q㈶j'L b9A lྦྷk\f>L{{-ʼq; #H\^ ''D4w,iViel4ܶ&ʬ3;`glR#LP6f8q|iQM6?U*V(B 3+U(ߚ򑪍є/F . y?Q>TQ=nlo^X*ln/K^Sٞ[ pLyIĖZrm_ᕣƾiY)9]+q[׹;~CnN~#>R藪D7t,.:(?3(!,;%x;Q?]K\BkIPȵ $4 @ΦQRkd-[1yt-RܷiLJ0%KWKJ()Lk71u} R"9xRZN"0RTmٻSy Dg֢jGuxb( ɠ3aeĕ{XbX,oZn67/Yx-sAdQڟ%;mڽn'"S7_ D^Ky%paYC+z M:|:?s#J>4zAŐvL + {f@| 4H{iogѢˋCDXtc35y5f<`4Q54azFl+,N‰KLN ¸3,cHq^h}p̕8NAXkE?r 2tp*G-zQĀsw'8LȒ\ \'aCAfS t"kR7W̑"VGᴕiVq3ުy^2kTPLj 5!녰K%BZ%ƿȊn&$}(xiA +5\j 7H´ + O̎ɮc {:+aU|hVSabw'0l覂 *60Խ-C8{ T tBg;Vm"1U E@|< Dy#eTtիe;vDz 2X4[J5[-)K{o2ۀ#eQoo8[oj"\Z ^}K|%O~[r3 Յ'璉=4$y}t5d,`|?YGykb(}|+[R1=4H}-`!xOh^{?>_32\Y\ÇyŻ'y+Nئz} ɏG.N=AGEՎs7žDnDm(=ZY|<4]e?]Bu(Mu=vC!`nɷ4QРѡa2AkX]]0TQk" mWh;&q*2d H7廣$z," ~Ԝ MB%R>c1Kjݎ ,tZq?8PR4&%GFʃy@ܜn %0whkKnbFRbhހЬ?o~$ԹKxx h ,LJq!SO򕙏[,K*R,Mzdm KJk bgO99ĭՈ;r]H+@Ÿ(48SM^hbɤY7(֜9EW@XwMUӛVC[9,zgu~k Ð`:˟>',dl}|M?f ?]`d!*1JNDTRw[J`QT>n& =HʜGAkVq,g[-)ӊ2A:{_G*Y0UqZX,38WAh9#DJɽ# ۴'v/JhTx[ҧwK>s {8°Jw$T_y)R pF-Q9>(b<;RO _0u4}L$/zv,k\B9}-3 ]㡑 k3Ir +>:'ރ0&Ԓ@alC6zKU(lu,6aIN)1ُ1wo~ŢO6Y"g_G|V~pGZJ@ vnu>lEjq(s9RSڇ18=Qw+ETq9̈́4T<حM3UQ3Q?m&䢽{ס̿Ԡ'(!5HqLs^Gx%2\0=u| uCȵEN9L"L [~_Ե< SHg?F̃TKF^|qlc<{eT6؉3ܠݐkއ&$l q~]7ck,|dLS>uE,!r ^޶JRP=DkT`PlsCM۝ YZ1=n5 12<7Mu[j>)܂БBU9i[-7GI C311ݯDY̎,(R`Mu-{c?M}@y{w+/4,ҥ co.MfN%~ޕ]5_aaz]Z cKj2H#06F^}惲OMG4^tU;G nC!&vQf܂[Q 9!jʏmo*d{oPm _TPVd4! ZSٶUdK;Oը\B8?p0'vv#,{&`gx7vӧ3/'L6j08Ƚ1_NwPnBX6qFAD\Ƹt1:7mQM>-ƒx7)SR1Afҳ7vO,ّ_oQr}oXn[7HADmqxR '}fؾp_K9ܙ#hzƜuHj_ll\ ˔2G*U!x(:$&%"Y5ʾ?5Uc1ҜuY"Ă귿KOFbn$IE\ <@;Y/Z(/$j&>ΗЙ O!Rye2v[bk8>W,Y1{S#Nl(2d%muݼw82jx$<: %Lϩ"n#>>ED ZGhA7t78Z E;`4Q*2'4]0@-{$t[tU\A\րD6v5k` OM Ef0P\=#|6 [Zͦ =0ɆKs<G/X\DZM"/nvDNW!X%h.3Å4,*DIMεki77I%t0 U? UDt6fͽUEeyzV5lCVkAe]F ՄWgdH*G۴#Ę P4]%~PԼ'\UB1hhgRfuA wEB@1 է C@\~2;MI `>-r ɸJ4|߃yTHn7kZ4G,+=ґMPH,PG~xc}>hqxO1cJ 1Uy8߱]517"D{z٭M\Fsd1wW ,&etp7v9M2I} E8$X-EH pFꭵ_Oq9 =%gc3z_粈yA1_d2,ܰxNJ]p6fouCz-' prwZS"dٓ"yUYTHV΅ "vS[mj[/9@"ď[ЕC C189mī; (b0? q(gRuU* 4JGsf`c6Qe!3B$+^h&f<8H@]g͝c7rJz'iFr/B A{]lOU'/xO \SduG\ƷNݦxH Ƅ G*&mAJ!/A! D*_e'Z<2wkanz.SW}װm O'rBoLea>D DZ PljX aJC E1ת}̬X 4ܫSG^wFt`5^]Чe?Ε3~0|5>:,N8$?:e`s8yS!3 V0qlA$緾ngB"8@gu[rCs;cN dkh a_!HwёD1|zz( 6R8o\~5 E/3M ^x0դUWt"ք w>|p  +5w?ZqљaH!_ͬJkp7>/-A+{e`f& Mǜ_/@j?e1vDK lY\wtM㾬1Qk$DCivyo,&J )U\)9%ğV.~Ry$}-^`O-`O7eXMCĜeP 'kxAC[ X4o<#-ؽO\qc]pp~:.fFa_Vx`qsnq|A @UE]jC l903bepn d#!Y{F%w*o5"Aɞ뱽e Q#J#|.xx3Ɂ`1@v-F3i8`@shgQ4{qsΚa~g x}9+ۉiiyIMMMTȒg M_0ISAȯ56[-}Ȝ:w"✪>zqK\1Sz>p@ԩ)HiRȹȯegLu4U 0͚g]ѯдL]MD&X7g1s&5ho{}<0>Q^LYavWY\B;uxqvܕyGd$ TnN;ɀw9mܜnΓe^\@Ґ]wj KuWmɁnE '{人|*(HwnZf 6{:r)"٦h'y<~h!Njy(3FNY;#}ŲH~qono~l>yI} Pa8K=~0}WSFoȝSrg)hOd&,DPR`Nސ?8IOm|v}k6x_^_,]qT"!lt~@n엩['枽63e.?ud`SK/z[8OSPk[oOkyB bH\(&GR!iߩ yE hjnB&!ƪ~dê7|?Uoi~dd# :^D2m\խ5~,6nHKIdž-fcMV !ABd!/Ph O(J"v'+y!f\* TF~lH3G='b9|k~߳[*l#0FbnWfgcH +&Amj ڐPX<2׉d ᬠb\?y[sR#}0{gWFL!h)^+%Ug|jjyN^-s֟8 &&B8#!(nb z#kib"G] [?/Uii5)ιJguCv AD"OyNַ`T^( L ڶ Cn(f۲?Hz$T&+H-]+"eyiLEO.@qUbQ W~ $;;%Vw"Z*V:kR8JhP<qi#/`yFjUSM Jd4uYyo<`6?`J ?d,ƻ*]^z:'z-ڴ'mK-i'hrT̿"ւ?NĹ)D-~ur;]08غ ʂ;JBm X EKc垓]'^ Cu/od) x8`yĚ*DYKW4Πm =ϊJdQ7SXQtՉȈi>ifaq#B#.0QM{:Ī <6@Y ncdhd@R5UQPnZ1\=#:ϊ$ED eg{v: +62+|gX;YFXRhy#X IMcġԺdnVqHq)ş-yw;LН9';BIHoooJ@i\Uz7|*Eݯar%/4b5XO)0MpewcB|7*52 " 5-HIs߰q{'KW׎֋Y3`[ކ7zS[eBpbٓ q`|?d_IsvQ{uw/EZ`0DŽ!ejSȄgwg|vTS:dn'Q{@,BCi}ݐݰة,uXhc 'E*KJR_1|$%qn/Η Y~!jngȸWZ׆#I2?{hE"ɓ&kSޅPRkDdTu.^M4,v7Qhz*B;_-џVCȧxtiA ~CTŎ]7I C.Bag áF=b%̿#YyJ@_,|LC/%SlȑPdxc:iԷyѩ$×!QhC ϧ$@v#%4uY(3Ca-}̨^z*Ӷ\P# ~g4S}A1UXE*xHg-HLi!`!T.7 "Ϝ aS/E2jpoh) thn9'.-&偅YaEGS,"`[]y}m9ܽV("#Ӕtx7yF#;ʛڦ'e̍g`ЯLFn$Ijv!_y"něwgoSIX38 2 K8\Bvb ˞>X*ۥRo_hɨ(rD:@XdXff Pu pPk:,paS ~ {JߕSU{g,F6q+6|:n@Es15bqXA=܊r_eg~vFu -3 \)-bX}xV=>07嫆]=(8&2(&y2i%Y]F)ES514~&BM}^% NR-R"(p3d6*ʖ 7dCA(ߥwh̥ŝs +swp~fR8 XqǂF})Hٽ#l:@惃PFP2@cUX끼SOaF?!`gq:1=-oydUMB$ƔBSqMs=uR1L?S*T. ~~K,-`&_פxjt6䒾p|*BgkrߖjH5-6pr6~=)(9R$M TX偌"aCc2%_ZC(Ïa)K:pItXBh3343,Kk8+,-eVbp, @I}/t;"$Zm]B[87%$,yoPX^/ x.htyzRᑆW5&]%P`RW[]eƖ)>EP{Vr5X5:cP!IX kz)[/P%_qBKvz gL\'`D״: oT+0"^XƮ]eA_;R't+^jy}L\0@9:3P{#L6 Tq\|hpҘ]|r82e@wo1-շ3 Xu:|ZwP.6=0gJr7C-.z}XjHSmIP2]ngTM)B)/g[s=1*Tdmf@6+BZEzH\ɛ03EQl#/BR-=G׎y@8ŽoB< ~i)I`lA=4|JSgK}E@Ώ`s?$S_XeDsw;y]~O8 O'Nw4=$^ p7򠹠((w-yf!Q\ϡL*/򶘧T21WMWjhnJ 1Bab_ eKA6T=9}+327>yW q7t!)it,.\ݚʶa*aA]T^)EsWT ZT$drAz9_`8V&B?.@27h8g l!Uf&cXCX+忤3W+Bx3ǃm"Eye 虪osϢ75AKi1D}6)yI>DsƽHকA}Ic TVSPUS+A V0l-|B6d(Y)E"e Q}OM0pee<:}}ִZV勹DR;9CMLC;%Ū9?Ɵl#d3(f-goಭ'q9-[;M \o1߰gީBK=&븜i綯[ (Iv]yOO6t#9}UyDH9nzrAո8vyז?at_^[ۇ3!5,٣,="ja?9 a% sa!;|E|e[dUͅȸX9R!>U[Dj>l(dS 9WDI#+spbѹ4DYbպtV~_/)#0=*a`Z"RL(g3¼-ۡGZ_ VRf-/pDUY#V*C !8`r+1䣘|J+rM0ּ9߰8F[N KuH {yFa{(񖳦Y:( cJd[|t(4Y¨!@iax#XV{`/ cA19fI 2^91Kn`%6y_c$thǶE'5P W(2z$󡷦:c&ʪLvD!k\E{A*rriklB B( "MqYiRw{KZQm!i6}ͅ!s;?ƝU(BF2T㋓ކ90LXl¤uB|So|eDU\W9 SYbˆag r,+AS!R(A1L>@>ɮĪJegz16G8*4M41gW?v1p?q<~EwXqKz$T,wZ5/x+(c-6{]sV O^I&aBEys& ̖qZݔX*j |TW쪗|((+ro̅70P蓗q#灙=ZPxƑRQ|ۇ/مt~y^rqB껫zGɓ6 bLYn{m/PbapC" RyT<à: EP0c)}=Ӛ %ݷ~7qP^+Dcz4;~+%L᧝ 1X#75.=DRUחWB%1~B#\F]ogG2R_EzNy&.O@)_ei c\x1M'Xч7Q)%ɗ@7)Ru8* %D"AԺgT ZGtҋ:%*&RfE| |c ;98CEQbe fZa o|w v_Mw (K賰\lbg3aCN?RcebMN+tŅc=^[;KD\* "PB]z=q֪l:D\u9C1{ѷ-Fsky'1ƌz0sot%JL֨A.Lk-Ӕr஋]͡>X6-4##HYFw1CWcͅo6$qO)$mteJ܌>%eݦƨ@c]@4 FBpL7-1"w}l?f*Yb0R|d g tD< @ RU),E>0߃uݚôOj6<]JP/׵]sD6X09="1)js:M_=Zߋqwё4C=4pŻK_ɷNg8ohvolV% rGfm\ÉUvr5^̥Y)LoE ﮿pB$[l?]dO%8YļoO(ȿy2wT]9 K4X=PMVAnCKxݟ p΍9 @Ϧȅcp1zpm9iwt䖠ۤdm6ZIlt-c}1\occ6N83zuA*R 9{^iօoSVJ%3Q8rɎn (3'M[N5u,LE][w&Vti<2<.{kHؽ6Go&[,Ho;Q6~){M Ui޻cH^F'N, ~ sdD`ibr?]ۺ7Liu*?6 ]3 ^OUyɉ38_,M"=˿,,%9ʱߟNv>}ۊT3] @4r 2(5^~4e+|Alk<5`|<$1W(|=Wڻ\EDP5~"-W촡pt:TQ{ IϬv2|;7o tK8mLA:mY6K;>̻1/ ^〡ӄ̋7콠\ɼ=EUwT,P=?a}q?~k˩( ݤu;ݹb^E1j$i.[ÊEu{Ws%Kq| Բ BY/s7WjAZ~5uD%M)\J.‚2̇&~$j ->xZU^c>ဤ[,{کӾZEb82SJ>g_է#Y^zVSAFFn 9cn!M J wÆ{0~M[3rGˮTfQ5hz/wi[G:E撳w"PuYЧrrX[_ng9JF6d,mɍMG?[85O3 <l)vF؇E^?vo1~[zV]6O--R;2Տ:--p X~+/o K f ֔-uV%0S֧l W2ͱ__`+dJO߂:)p*m8J&tN5R5E*yN (Oƒ}~k:&uE- q&@ε^hH*rNH,A>Q+Z;:3 &3guCL ʺT`D\z2N<#BDEU𨶴\+aj?Ynd Y4dش#v3G` )L;YP0\*׳D 2)lB%Юxʪ=8UV1F+Z4epNSܷ4`j-/}/ JemRoFE: E3"fGIcUf}2z-匯Ҟ:` El¬@W{Q'+ud`ކ'ӽn'>D.a@ZF8۴ŷcT%A (ªyL%ńU)qO2kF~~I$Ԙ.tUyR f!FK$Cw }b}C^´`YSAf?V4hqarhUs )2YO?'7x_ (}~*2NgAܩbM3`T/^=+\N˨eA ~Σu ;@5O{i_>d|whYJx? 'G1ASQ`B̚h0Zr^s7&^!QkJ.mL$|y!=L2APY1΋/oU&?2Թ{rj39\#\bɫd=E6Y)26ػ:D>DJ* 2|xQ_~wOl52sY f&;JhuSAy1C\b]s6/ yD$GlwF}?3f-זBA3^~/Č CA<-Mdk}p<8AC pV4t3Xa/֍i2C_ ֖t$=ıKSV)#.I([uzc}) _eGXz52G<똤RKą^|4" HELc+iáT#E,~|p$Mnϝ醼3'Z(Ҫfi=U~:i VctO$$t3̝d4 \0=Կ 2-^q4;Jlt 2{T~4.)BZ:.8S7CR+B {ls{Uq։Fu.&zrhiosckM]RݸRq|ݞ9{6%|WN3?La1X>TzfW?LUDq9 Zb7UD()',^Оw;.*}kvZZF٨o ɂ (z)@.dK mj")8|z)"j-c~*l]q>,k~ğܔӞ|fC6ݝ"SΗ+Ov3pWoM0~jIӽZV"GKΪ.nҊضQlb +!%Q8^_*/.D޿?5uB+?bPhd2Uڄ6JUY}yf<'5[U4E_5a_k_X%1s  $'Ydi\$ 7jډy(ۦAOnm}mEDQVe=TO.'HSF+胐B D/iYcQM\QЈ Ny#ki3;1pK#(lF6ZO/!gQS3_g߯@r3,6ԝ!gqBzΠH]-isjjpUw+=At_QB m@|׷=KR<̈a]gOOX;!:JņEQ[\gȪFH`SߞOѱ*YjR/7lV<)5 䴦Rmr1Q=kQpe (QSN|傞 F~5D;:;ӈWZ(urθ`md^*b=Fe,q=Jo`@0gn;1:ðföJ$:$[ԯMmB!Ο),fdu=:b9ȑ@0㗿5'Bc+$Fy #鴉aP)5M)}lǸ X+C9H'g궔ض]Dzr'2 z}cyCo %Dr>B xPjcv䟢 L!!4<*9M7l͞z&Ap6ȕ`Yǫ2.n>el۬*= xlKoyאͨ%!@~OH>kU$9,\:D\ |}M툋'ڟ]'Bެ(iJ˺,+mGxuNqݧZ u9mg+uK-fK~56(Z8U})eM'%L_O;NaQ>ۡELztN֯|r:i`yXuntDJՍx0yM֔$X6K -&Me0u6PqHY[|"`EͿCRyw0۽5J"^U^qA֤S-<7tYV+  r9g8}475ͭq5tQ}xZ{_cZ^!x(f vnk?ø؁hN F4"M w`J1Zr4X4 o$ZY*j@Tl>pM_v&u_E_lpR=v?{x֠֕ӊo+ǚi3/ƪ໑`ǖxc?9&ü2SYxI)pOf s?`BZ^g& "&l^ UǕ ;!ZN>@'X\CTfjgpkZN73Ȓc OS5BO MJ :gƬ,3鲷/4Y/Le<s;ă"Ӿhb[6^{2k'a+Bpt 3uFVxfc^e4qGZ"诠Hhw5z\D׽w6o k}(aE η+fʮ&qD #nkd-xBщȖN`DüiS|5M.A~Cn_sRHcPif0^Gq;f)%qZ/u;*JV[II.DGqoK:,wL "FD[ey5m2J"G81iF$"DuVW8eu[2}|{Ua86-1BpVJT*/g+bF&nY |rdN=gc]Ok`Y;ZA*V5*4]3}ƍfLa0OSW|ŢO?+_D 6\ yln5* 2",Z{{& ζiYR賯Jܻ&^;pŸOa:x."^wEUA("]ždY R/OdϏ`B#/K wMdVvqQ~am?SSYj~E &l"ݞF˴޿g/>!BJ0M: {7u($\@Zy#_PȂXNV{pȖ|l2 qqW; )16EBkH,6}$OwOMD8>]c}tVE\85K.NiGza_0yigs /&w ɟ/dpZJKE\Kg wKrh{et;W33ϼ:`8B<6iDS`()>[;C_sWw—3MY:s~O@>r,{~Z&g!g|w9Y_SUX^mX ЧȔ`DO )=2L OҏR!R<zhs{i/`(Y6#T h8&`YOaVZW6 GK{/2Uگ 'eyş [U8<9w zpEvu\ߦU\V-.iSZ H' !(-2Y 4y\1gfkGҨ)~^7r#5{!UvEOd9ƥoٕzӻG !!ks/f|v`=Lg7l+f!WQAX=8|#ѕ {Ψʐ;gb 5܅&}ʛ}~ J,850FDGI)bsɲC+2]gmژX/h|#N8\ 9MpY)6|<<47˝Icg8̃* &VJX㫦8{:nT=v0UTWF?qgZ|Uu/nm}$- yl+zS.v05q wެn4/+֐ʗϻ161n!ZB$PHCpٳi(a4i s{fgVuP~h<&$EIhf\`͛o`E_fm p Z _ho% zCėz>.Tb''}.cgH@0efQ0PpaӸݒyf19{VQk lS9]J}"oĵO &{5Ci7t0: 1 | T"7ZQEVu[s8pNxUCH&SiN%C=qY}/{E>2Oeml5 26Ƒ[\-F&&LY0^Z:Tu*W:<׭D7DfC|iF5.:'@|__ުlzKDLJQc_-0:7EupPm ZPA?dٙoD9>BjD 0l^.!҉B+Q:ލg?Pq_-r{y GQm uMMRlRuY Lgi Աs kk VHJ˰<&xG lSO^:]JHU`hr'UZ?E֞ڣަ 0 yZ>o wFTÊIԉ?51q@|}ݎ)^)!Mk* ?: \OL`|ӻf󶚝yk?k@Z9L%ۉ@fˏRQ V^yU]aj`+#vdN( NUדMၿݡ,3(rOd)9UӭIN(7L#K45SM@9ރUuzУa wVev#W^pҵdHktþXjaJۦ4B3I'db$DSyՏ(U/Pr{EG]𛱿p;1$$ǐUtQy*MՋc?f*J9kPQ]x/0LJyL3\``KZ14 IBƧk  jV>iN(elXۈ:6}?'s4ԦAoO`Y/ b=yKTa}6e֡)*2kZDJ0q lt;dցB|Kb› J#UDKsu̓{:܃p϶$~~XPeDC7C.*{tȣq[!{'PI_\EaQjz)UX?<hڲ;hp G oiz̈́ ˿4Yŵ1cj s)v9f#}*&xcN푝 뻜UOW!bkt}ɰI;)Y#uX0m]j'V(K/=F 5@I_ټKd- K$8 gX1Y%U_'Nh]Hy;`"Qthn*MU |7('b~H傛`ŭF5m"Fx@W ZMu~JȺk ^(.j-F~j!(s8B]u\ul7t +АF4o:I[+~%r.rJw"s=ZYv!pי6y珪V.L+tvEǎ}ge|RN-;ũUȒ;U!ՙ܆Yሱ u䙨hJMOk#^p߬z8qg<(m͓(<(OT;V_3CqEIl*"=ΖI]hj2xGfݻw,>=g&ҳn5 g6|>R5e r|IƄO ^|:ʼn'.ԣX`5 z'U%{a@.ԬfC47zOrhߘ] I㆙8[;}9°zV؎SL#2W=APdmYA({]w~KX|$*Ju?t-O0M?n`9CAl+ʹ%g1: 5Ef&g0^H5@|D3vo.-H7uv (}waWdcKݨϖ[w1=\K>p Rn>] o>% Udl alkNKpBHTʴЮ.~޹xʲ?.&} ^Ⱶ 'UAsmjFŔ"_Z#b0eurrUJS.͝O?2fޏCDuwqK$G"8jIQVz |ioQ \JUϜ5e k`m c(u qfCb@'R O$Y^ݎ"uߒ?5GߠyVbÔ'yy&@|fu)HUI(I0=)|q `)z[ j3F{N= u3VNeCLlC7MQZ>֌OЏf8>!܊wJCI*ǹ><:'75jXw>oHi{os,v_' F65fZ0T?(ZnMGlPf}u\˩ #HdI[u|Ԍ;N # #^ ˀ(mq%?re 'zWa$dႼ-hC \T}ҁ Ѣ›2z3 yU hJk >4\0'F5t+戊`U]ܧ)r!j2vro1pDF$wT)heS?hȗ?Igs-`ѶUv7-z-ݏr^2`ѸJFR2yXN5nWs/zS!QH wmZqYpSYc ܦ$K\^auz-uaBe)"1җtm-Vl:`'@rɢ@ڂߛQgnr":uo9Pg:2A:r}6qҜ5kdr iy >4HLQ=g||F\3F6&K=:g0&zj>O3ī59{ "׷@{о$kI4L$RJxb"n57bir:7D6S CΡi2jE8ĠG0ߤutn䊋h툰',S#|Guo9CqcUwH4šajǴ|O9ӗu/(F%%;Ľ$`_2OkeolIƐ|G_QCnbL@QՕ =sP:i <Q^0 -3=V<ȴLTG Y"n3d4+egz 0Jޜә@=!}z XsBC UƱ&υA r}[I|z/08!:z&\uW8T q9 JN35M9)2!XkzrSLzoȆ&7LF K&9H5 G{Y-Ie)v1nO`i×%ixAXu:࡯9JQ͆u* r7UPKe%+z`V$Rca86 u[2&uM-ԙ'n Qy+OG'㠝1T[&mD#Rd#n_ e.e!þ\dT&.Ga;!ATZE]DuN#o,6toqN0kD;d[D4dW$ KTC.펉MJ~L ܻ[T`zぺshoFx; } drw8K5Dko\F'U{D@C/Kw\p/TOxP5I[!ܼWc,Gt!+&4SNQ&2\yĘAU^M*JHsQkbpY7u(8 LWx ч: rTZ~fZb$850HTRڇhKA ;H>rOpA d g aGw}~Z[k:uww:1/LST7R=\կu>@mhmqCAUp"#]m$e tve:m77R *]x Ak)=ܰ!m+y`abAL; FT\W^@U#؅R z7gж+?2,zT?%=MLx~ܷlw+.JUw 99ݘ}jX(X$Iҧ o`0yE?GX m7TaБ={]Kn_!j"#YabZե9?l(D4Sk(z@+T~1{t 6iv9@)ڹ}1Dr@B}wpe*kuq4'%;ȲłnhdA;x|G6X9ol<[aw0qo6;Ӗ&Qa UBdܒݝg7O"Dek46F'R:gj28bG&=ԋbْ&NfEy:p_9|lhٲ@(K0]m(==tdP|mhh ʅn KX! v̼9hIx4:5܍P'F 6>Ѯl4oS 0 ep+&R: z iy|n]l[&Fjw`Ĝ9V 3Վ}E-\۷F]a@*wUl)&6=+xbLEÜ@^Z5s=zoBb8-ɈvICb]33ql=ya#P`5;ҁ)Bߧ۳cŮz0Ʒ#8WHVA=q BJ{nRMuǘnxK'hg ?i(Z0^QZP5HN`+Ow)Gii^WK20=jf9`GTYb]]j! CBC 0Y"BuS{ !f{Vi-*{3..5ꔫs\`$ԙp>vLI Q]P; v¦,^Z-P!oiC?pX+\z&KnB<ְ\b&rQ>mmAś?gtVM-:ԅs^#| Yڊ79FfOlMpY\%._e]g-6c"uNR]*`qR_*Bc7#z=N%$ҽlrCJ F/Pfn3onyׁHӁ-} 4S-tCˆ?)Q顓HyR"dL˛jh tL.jDAm 20>_C)•7A*}Q2]|c䤴3̴ؕWCB&v]1,e$ j։T7*9G85v>jإM/'Å0Z})p{!(Z̲5 k^|,igDP-`.v "[V} =$Wl ǜEyUبmϦ?5_ȇApk!!Ŗ+[mDsqeW|I 2AY ±cKŨHCɝ=l/_klu/X_(%=Vmŏ5g[#ֽq@hpMs I",]uCvg}p&X˻:]Ł=H;+qmFB$$ס z2C_D^jKBmNĺʃGwf =`[!$OVMףW={$Y*]Nf>B]1ʅ8gwrq?2YІR3[>u5len*De&u\s3 _^it[{%V#Kwݞ{a^*>oF©$@z^xASVߑ;꾶+x.\~?P]Jc]E8wu!J\=ftuQUZ41+5W0Y-ݑlnxM5^}N44PC KpOj$-<~$# \3Xm Y b" N&3)_ˀl8}ގ8Z ,δNܑ!|=5GBuʢzj*;N`FxFâ+g߳f@1<gHǐUR'?2% GpQ5zC7]8=맶2nⱊ޷_ljLwqHvC/vy?1)jeYad*ٯ?q.)t5T-SW@ﳰ=¹Wq0aP3YʋDx4ZN\VaZrƃj>KQ>;|C qTNs8! WD )#NX&dؒ~OZ-{=avȮ_/+1#f룒C3[&]Fq0haBuvWb7sG{%蚭ՋϞg< qV3"tSŎ쉩zozaAA]nex*5pBWkP`z!cE\ [Q;~IY (oi;z*U>d/O|KɻԳ"U(AIyO{!8U>Zۯ:zنXlz/sNg#,2f>"zW},"_oJM6}SjlBjID!UA8,SI^fַ}øZZ}Ya?BZmyُ(RE6t?n{JC`F{+W| 9UeB1eYks2*R& 874HײIP=04X }'}Y|Џ琦I2M_Ui @Rwb.c&܈W)菌=#md6'-Ea;`Rӂ`NŲ(0~8?{N8nZAE ިuln3[!Rǽā|ۋP߾fOG, Yj%)h 3SuNMqy(<^]\' E "'*s&msKmS}?AW"Gh*_뱙'/ #cGobuwĮju~8f"޿_lk_P0i]ӠeqkCCc}H7 E5?6 LRikfu\mڂ! xA;g\JE\d?++0;;aZrKu&=iTB&ߥΘ{ q!·6-؝.W]Y{xFQLu`E*ae}s6fKsVFu1*Z?Մ Mf0bM*z3ZhРhCBN&?B gQ.w%FEos!,ʣ-;׉HđO)8~<{ח6q.mYqLU%:DO=]k[j4;$#Yۀ W1ZRz[i\i}XIB¨8<YG -(^d@`͔Ƞ |e>Tq.M0r1mv\KWU 7L-!xh7̴ڸfI# +zQUYj )>Fe??d; \a ZQȺu'֝>KSJZHbȠ\aEVv<4I4'0fDOAzIOW4L7[իCW4+܈cײns9Dx)^Қ@khyB°25\;4ʖɴDlR9j  WJ%r/|Et߈4嵏+cDcq R_$))mֳNAnSvzCcݺ[ٛZ0sj!9d9ؙ]Ÿ +zZ,ZԂeks3AV2qY}?5>2cñ8P@! iqr{nՈ~sE >Qtǁm,60KYtYMݿP1p:o*0Owr.)E\o'Y /ƈWCݿ7:`C+$YB떘G7gDG~2[<\uQ]1ZU"}{#( σٶw(y%Oc:2?y>uE4v.HeuqVTʤMgHWbIA^h':-e+&d@@pae f BŹAU'3Ӭ_OVQ/vqD16iTjQ%eՎuZN#f7pp£2ğ!;8bgpL!(sĹB5V|ˇ,`[O<:$~uj kg=JGRzTid%{ysz\)Vrp^LZw/~x854~]V;\׳2sRĢvL+E [t 8:ώ۝XJje_ˑRE7q8$﵉ >/#Fɟ𩜱yej1zu<5xX$Cz:A~EpEUhI9mO&N{JE(&관RA4%S@a-ڭ\ VìƧkG_?\p¿0҉ڭl #%){V3eHq;QǀOe8FU`$07zanI_(fpL ~-IuxZ?*>n߾]5Hd-Ӷ{j.Y:s\´!o,4.p79R%9Dj|aKiBAKxM|Ӱ1'YJOe0jo͈P"x&xU.r\#$g&|KaGo4+ f^HMZ9aL#5b.=>! 7P1?ǩ&SJb}PТlj{QCag趯γƕRf. LwY+*>Si)Γ2Pc?L pkKܘdw'Pk8t2:$%:VG1)1Ho!Ejq19+M&۶-XU`hQE iGOPG4)R!')֮XK#`|5"YZr_wM,{,f4ë*h>D[t"L;RQ I^+<)ބ'f5$qƬb,(│XbSߐ ͳ%mؕ<P sÌu DYqc|$=zWW¦2,eIN$tbC {]I!;M7.r |q_9. au%))64FTv7ajd?7RQ37jk4ܴIm1l&7B,&z{DglE] =V1 ;9YM ;tRspwv4(xZdDWgdy|&Tl٫l8}~/1cMݫ(>2aUeCxhnWبwPeqWkPv f*/?\^_&dh6^.i5B˃aD3Idw2o%:WQ\wWʿ{Zfhԓ,y) ʖj@.;%SJQQ$qb!e^=j@v1_fwp2o$]O guu&!^l~ɾV0L䏰' +ASg)qd#1` lG,k'؋ky EvSjO,$f!2sTsVfwK Z\Ko:%'ֹߓ^?0-',´qe~?ʹ׮r,yW,dZi~AkKDZqN&5zn@Dfc46/jHhnv3JeWa98pJSھ۟+#7X/Z ?>PxB h 50F1r9_y RM9Y C|$=$4&Q!g7 ԦCHZMXBӌMu|CH r;cV?^ng<4䷞GJ C|y'4u'Z%gJ,޽B?8K(Ebm(J'u~F # uezqy[3J,)Vuo m5 _,E?jvo2~Uť[ r-rQ/i&Fϒ8o(3}Ru 'VAߤԸvaII&}/I@G0u / CZXdzc7`q@yI&ܝ\h|ĵL>mi2: `􌗕A(ps"jaiBi3eJq<3]=?(JYEr]nN4'(92a^%# Tο \]۠.W߻FB~ɰ>Oi#aI?X/1 1yG^˞O&L>4xkxhޯ쌚ŠI!ZsuJ,Jik˒S`b(n^{ր7>úuv=FA}^Эf|)xՉ>6Yϋfbsz`2Sh2nB-5u~څd К(Ո;?rB >'?Lh5d/IAQD#x|\*F4(p/c.wULW<2pT=ZDRam= ] #js~+} |$bFѷ֑ͯxܜn4Ommc-CG *|}/|\P}Mzc2G<9] Y4o &CZo* mZD~ 0A p`@-]bIlFvע1Jp7=YЕ>o|NE0'Y˵堮Sce|Zy= 34ۋXn&Yi|2pՋFbK>REp|"gv=vu&{Reo7w%$wZi/r;ٶr_PEl{9IF3Tx/ H9c>S ~]8mj&K ]J=S 2dvμӡ1gOC8*]PK r,,s R`6@+ܒ8J7١C:SSmG } j3p QETJ(?a <{m|_ ,s SK1ϱ!5G]34}kW.qݐ|`!oRn*Tx#˜o`^N6Yʧ,ZDF*cҜOۣ.K[.n5WG6W !/4!0џYz`טKOo3w>I$'(}` m3h]o awnUO׷dm3at^wS)P :(Y鸆c4s]$?Gc3],h W h/ɚ{Vw 뎡{2^25㍴0QU$ftlQqnb[{IK=Zru!:kW)7fx37ُ4r|f߼q4>/EZFl <~'2QSeCZQ})Ts1_0_s6n8y$_k"~G&SU DkC~kEβFSՇdu4v O-ÂI s?*u,@ِP^%T֪q"5OQL4uzT"e!q| #9"]cq=}k~]b9]|vB*RO$A:Bf*_Ć8Fޗxh6ߺ]l\TOf]FOpQ>pbF= Gk1j6/A; pk+ {R "TDcyvO-^b$u- )|2X7s=3S K}\C(dobfԤig޺8 VT$z˓y *?쓻#Tk G꺠eyx{3JhӶP.Lo=ΆCD#"&@0- QC6-tH01-5լsIPi俔!/qŜ? {S'AwoV,9β.!tAIĀ?ĦV0,"omh+Jr:BG**~T0d(ֻ[̑)o+sEO?i0911\jXW2ܺ`V(!CW4֔]b/̌gTvfa45X}T+[lv{h~RJ5`-hszBq" C~8 _[fWůw?)gGX|0 [m,i^olmoʬPpSCC/;?:\ݓ3V> KMb4蚯x*Y=gY5O5$&_K? ރVLy%v,C̊A0pg1:;B[B|) OwpN]u"hy&.3F:kEzә̪Tx4?'JJZtm@ Bc 9oOFC-EW};eGB6F*$Il Vۨ*yn\!*̭dP΂ދR5װ,6`pٔ̆s}d&}fAnX Z4W&U5zGQ%$8|8W f1CwD9"QyE: hy^H^!^+%!ii>mRaCPD!sUIg0dq=`>^X~ǒQOwod}cMJ@iJԅjѽOK tqxS dU03 8I:盗М,ڣ?5Χݝ8ZNIV՘en3; (EXKod {ާ7Eſ, D {sQ ޷eiC_S$)Aky#' sɝi]e+EE3] R^.V't+ڨ[ANTS Rڅ0 {g ~ d6 Ȗ$FaKsr޻l.~`ERR^oҗql|Vut Pyf!%|CM0ϵ2di2Cy5 *WFHfCEgjYkQȳ^j72:V|ℐK:=/є|X)ѱQy~#|E5_(n毶:u\<1[e6}뱚059!TP\fc"Ր_m̖Por)gm -[%uq4&)e"$!46 *<x)] d8EYuJM02 >HP"xB@?Q/KҚ,5Z j(ԏ@4'kFE}i/Y(B 8Nj)B} * 뢈-OVQUϕ7Ugw>/T;p6~Vk j_4 @e!cg \> [SKW7/Crtqݺr4ss\rz=[S!e8>-vzkEY;4bω1]Ync|ۼ9i@zYm!{}bI_{=A`m7v @d޽^˄@~vG n[in׸&͑c4}n*y )b9V Ajt ]LybvkOّ/u'z~g o8#IH97ġX}m`TieQY|̣D)Plߏv]2xVfdWӁ#lƊI%'eDK 2.ZyEdIqGR8n'lVp"{n_T(E 0(yu3c$TN;οDfxg{WSaB/ih "]&]nKf Xj͛*5VQjF|5ޮ^jk3ls6W<=rYh{e 2b;g++n$2Fpo62Fv3W:]V |zJ5F5D kA2Ωup{t.жb:KDK'Q/qZ0q !/aVN@H6 E7`^Jo,NQnI5 X{{ 㷶=څ7;Gd3:F#U*"4_ܥ dd,% E 31&ͳ17`e :ԭcG]/TDHFx6?}'r0<ˇkmbIavN>/viAl{BMBGey7bFj2\媧>LR8̆)?INk/ xVcy:EG4_;NL|`x6IkqM/|u]G- Mzsf=_6'5h[#Iaf-A@iEy9JZF+?CLq |B(bŕΌq!2` zZv3߆i"h/NPl}(1vdN꯫VSV9ٵQl3(J.xV΋{Áod gH63#ӝ\8-IvϢ44eeeޮd3D}yT\FzR0,FOIb \!esa4z兑rR5CLVy#Zot2%G6:4FmA+E3\ !!FɠFcJF%*û?3α#* 0r cĥz?y ޭ+pfw9-FKGj=lZe8SNwz:2񭨇B'B!N~ ȹ]k}qJ2L`[&Cnڧ3.ȋ@"D9l)C4Pn 3יt;QE,zU_Or(#zgmjM@t"kv1`ݿRڷmٓC|0֤Uϸ@׈SJ. ֧IW\E"}gBΎ̥@^Wi.Ŷ.ULmȑ䘧(xc^Vv3f~(tߖ^!r2ub#k"NA-`Źh O$?A iQe㿈w)[>n?"h)fA.Zmsߢv+Hp?fc+4=8 g_| +y;zf(HxEh(w2ȐDBj cK8y"cDÊ\FBp L-N1?L"XYdYxqH/y^\ʃ;)EtA1\RSUObT֎91KYEMg`-X"iT!88FMa@ XAxoЋJ "`23.ʺ*gfxő23s)~0+G9<~:B5ȄH.' } KE1B*}a^TtŗHԩIȲ,\!* ! M:$+E6_zsTH$ "ӌ6`CQ?[`IJMz L*k0V- QG`dX8v2{z bS)/Otx.Agoi`M[%15{T汐aȮ(Q%#o!g_Uy+Clޠ_!^e*ڢ~>J\p+v 8GS\LrMW o\Ad&uN,_8fvM,p::#dnieJ&o"Xa+̨1>HUS~Ic S' {o"LڽA4%:Lkb=lG¯+ Va;=USMCrUCɯ8OahVd[wizI#:Sa1Na(dߧ 6-y),;E3+5fww"Kr)ZҿT !6OQp'",?O҉ D@#cr!Qa%]6L7ܖSGpgM/c$qJlOd[E >.,7{ϳꠦao섲)Z&E*",3m *XUEO> '8}u@XBǘFrqβ"A%QR\LC /t5udīv$|5u%*},f O\f,o'o2.P' ]Pa7fKǿ`2&m]Zg=eXTj ,LNWl *uE!ש8GCڀuU:%rp3 U+Ƈ>R,PAD:] !LZ:ROw%c'#Ŭq1Upmu*zmߠ(Q)Q˕ؑmKrI&hޞ$J=ޟ5 >C ayG1wy ~]h{Q(I%a#L.DBp ~ jĶu;<녁Ց]b],|$c@Es746ւA6OZ`> k;΃ԬKtSU8s.h\c)D{5׺'Ů߼oLGtm}CpC W6a!I櫖U0+ܑ̺, G6.#T#c8QzVE̔Izh/r<^#71E%)ԣ$G*ȵG-*]:aO pl$ ·;)8U$ 0Yy\6F~I#, /$|Cp y&`HN#6 揵v`!a=u y7`&|u J٭}݅×^N&oY )w焺*7+umʽd)qdw)jɍ>y1tshU9M q0FRGM{“'/si? B9NEJךP0lo3jHGM` /]$`:6#<ԥ ƆLۻ 在GNGI08%ڒ_W .Fi`QF1c;(=S}6S3A Nk+U+gbLJLb0= -믠qϼ[ehW-?dyC@JHVՙ;?_,YdB.0c8eL1G~YwQӮ~B׋4enW i)(dvS[ӝ=$2u701zd? x/1g5bS0a\N;zɑcwKa0#΋Bz'`Wٗ @K sVLF= Ûo:Ũy؛4d| zFIڗpS6Q7L4ѱvi;6ͧDy5 $ ^hv?+w3hzSs$7s8`(9ѭ6SUՠ+|~$Պޘ{r Z,^ԋF-j9CE8Q"$)dy5L]x`jb~k/ n_\ŞKhcca9+IX1"1/Ng/Eo ? hwgZ>fgUs$9!wjIo>* j9j b4w^7Ӥ鼌ƾ*\ Sԝy͸%k<Œ=c~㺸 Wx$b aAD0LYvZLRB%iAR#ut-wTm_.Х&`; ""ݦz9qKlJc +^ <򌺰iCX cnub]kvRSddmx_* L9RQOBzOp)וQng؇G;L11qɅIBک.',G} [:2w {@ X~M/q:BХ_vӐ/ה-d03Zt5wdY͑G;0GԙǢQ;xZtnэusѢ5d>k'7۶[HW*$=ݖV`Y̒yFUPwS rOqSØyRgaG1ra𑆈%pmsJ fГYU/sX]5k6뱩VS0*+~f%ѾWr_N0+IPk<00>c~mԻ7.%6庙=9))0e [J!V}TeMaJ^v@B]1^zntn"DOJnâ(Za0\Lb,4z|k{omjpaqe#ht[pH͛۠<FDg6f[H<7c|[ɏːs@= WD~P,%BbPjTTfkh :ȴ߳~% 4aX*[.ͣ iF-ש/KC[]Of$`ߖf8ީG tz-6oQJ!uwy / V %U&vvT\ulێ[%p`L-}+՞6|Z9ް#6_=" *AUez EŝMv~)+Ԑ;W$3=0cN]PniX1:vC,ܘ/s,[xǍ-1Uu~3:7G+#[WZur+fJJэ.gK㡀F6Y."`0["b@bLD} 9$J5gZHLFe-b{ %[;7QK}Kt؍makv󏮟`q`8KJCѮeHO@Gmi&nu3tO"T3rp-5o>A|i.$:6Be@:$n^7qgrBh5mJ1f oq0 ^'Ҹ OB$eGRhZye3>g>1+mUy%~dw}/#7F"M [ ADxoW~#C吤<[|3yu  V\Gro5 [ToSeY{8ž3 [7(SՋXjqIb\Q'1s EI`F%~cIUʏsAإ@2eoK".Ϗ5y5d45PcۆָnA-'AFޓ\cgŁCBD IÞ^բP%b+u0vwLl,ZfDc:~܃ >{GBT'''|FdسԆx;hWA~MXWs+מ*FTR~~gg&-;EDr[/ 1XuM)Wgˮ|+{qTz~E-@Aed;ۆmut#޻~Ї䪫l-|? p,;Up-\ȣ [HIb<^)D% {DŜ( (X[CNҧVi-E-e1Nw$>w  h4V&xf87cj/@LOp 4컴8[!x<稼u06I1;-ESssCߺ1(ddc/dNBO0S᝝,ao;. ACП⬤Md6dӰH8r6j@IFrf MANBXl7F\W<4ypD3{nFq>Pl[pɌr#+x.e.գ頙ܕЇ$.)x-,eA_{m's~зM6Q05$y>'*!Yqs.j->:,K=es77+n}%]H%҂(jΥPc8:(N\'7DѩNyyqRws=ɧ__GMjA=)W$~C?c?.LOWn=&;&"~cXr.Fo85|mڞmIlv8 f+%("yq5i`FvbǕX`JqX'Hּ|wk?$DTR> ̧, /.d7Dp/Xo}?W4wtETVBLϳ[xW!a0IbrJ+xF.:`.u0AY1}.|Q'PP[3h .IY7DVs'%|c (h_ m {FPפzDd=/~c \hbYcosL=Vq~S(U,M+tQd-Xܵ%{]飨-UYֿ,Au^t;\2raڨC ^0T(u1ySEohUjGYʍ8r cBf׽?uv T@1z Fx5Csf(SK@~du*LO"x*pGo #={X NízorvF| /zE"˴}^u[JwYǻ8v\.m.ikۗxc̞Mӎ}|,F [E|'TWACe+2œc]U0,M%gbgO5BfՌ^M{EX|؀C>n"mzHPm0~F&zYpk ٵS^6fZ:Dn!''g*eauٲoU["nos"+|̄)h]qU&j׷GDJ8)۫thgCX⸾ uY ǽt En?N{' W{4*]vսn5VO0q˦`m&bQ.+6R!M~FرA@RJ*_u\<_ђO_7Gjf\L=Z\+86A$L?%qFG|x,$Q1TLcξŻBok[i۬0D1K GnԱu n@e\jbtAkӴ"%0$]><ܗ]7 T'{-u{D5n~K1%'^IwӬҜ@(KOAhlg w;L:(UljŚ_qWE5dvv4I8c4EH#b/aUx]wVY zLK/EZ pvTozU nSusQE̬8v|a uZN^uL@˹Zg" ; C{u?< 'Ϛ5|hC距ݛ5DP\; lR@라dICdlLþu1o=X LGr[^Ap`3#Ŧ 麚3n{bghFiݖtiE3 ƹګ}ǑЉy6̜!(7T@ZWK4-K 0'T}i/( zbٚi:|Fr `H`Z\Sxʙ_ 5>bkRo ǐCّox}G/Ҋ ͵ҍZAW!Xtb^muKȯ,^x^]P32>'=eO]@1pۤcT(7 kY>uhvnIZQ>8jp-BM5tu.76KdA]2(NWp;&h!eݪ(-L|j5O]OIYRB6 *Ƴ* d5\r.ӳ2\<4 Z$,ZٟdUmkfG].[]ÚPF,w4Ru6hy -͠\Khf'*fV6#l+썁0X mpxxSsp묱^EJ:7YD!ȇi߃>,C ʁC(SRN0ʁ$А{Իx/qzΰHhvOzNm!-q/E83) -`m)v .Jn ESH.&Ӗ6#Ҵ9JfIFnƬZAFEƨ඲"kJ>mԐ'Ea߷k8}vѓF_Jx fI|>(ܱ,[=b_$#]owe_>笃=:SKS =Aߣ /;KIHC15\A[ekj'Xhp%F44QIPgqdl Jq +G`㧧U&nmre(d ^I7m*n8uUC^c5vH?sCs%tK@.7q'BDN.+5sS6oEr4&\TyZr x/Vh[`FizCʱ*24ռ+3甘ҿrnF:p}r sċA a1g]XU %%QV%E]NeSnf!aVL'S\vdHONֈZQ,ֈ(NJDe ;&*h ;KF4Ƿ'w.ˏqqtTo&!dsDY\do+ܣ[ 3r+SO'eJ*[.i#:1dJȫ) *Hp K ]>8K Xd̠* gZ(_7"]J z&@pgJcGbr[b}6ya /nYiI+SX]ew~11qEpOL>Bb IV^Sz-9 H\v}xF&ՔbI mk>(9CR5=-d.F2VyQ4) 1C:%nRk/M.+dٕե>{Yt-ゞFg%D*1I+텣e}9oO"ꚏu\V="=C2Gp=R\~EАHӀQd\ǯKFj~Il{+;۝m&:,R;QXrc8Q|9!-vKruަս÷NF~>@ I&~F47fD &.3ZV(# wEccA~+]s`nAȨ~z 4jUN*.O ,{/P=pF_7"K6V = guzO2(twֱKf B ԗ#jLEQpCRAY913u T"3[zI[#-kvcms8X`1INU`f行$1))\9K)T}HtAM7 S,Kɦ#b*ykLyRH E5DU%{IoNӆ=fU+X,K56G!VLs1lo_8=6%K-,^]˃F677x""0dOx0)~%k6\͐'}SGi zR*M`A-90\:K;m!p^Q#+F,Yntl~*èpy 3'0/fg잤pQ{)؉Z",<&3'VwQ T8U!f&*^9j*򪖟bg y1CvZLb9DlbrK_D%)AHKZﰆ‘ -XD*GKx'sHld:W$Hl"PDWc!"qÛm3ZN[? ڸ|޲~{Hб921ߌm$_$.-K.]p8b|7qTl3UL p󪴎*d6&#mS/Tl2h_'K5H #~-cfp'u*cf c%. cjj=nF`pZǢs5~V>N_?\3ƥ\DsV,:won )84IUΦd0kEfϐ'Uǭ ԤEg5@Nf d6qX"<(ݛ8h;RO\noHjT3iWa-(#ll$|jG\C" %HXqIHHQGmI"U"ٮ iIpl;LE%#@@izuɗڂ*ǢD0E_b@7[Bͩr6bCïćC旞8Ok Nc, qU&ѥXqQ;b9,k!Q<[ٛJw@ّg%X=:څb')r !Qh&E'UƵWJ`fg!k-F3hN?)LGݼFFh*XH:h`,[&RFϓ)L:j9wtb j 4.ː@3f,8?:)MOfyPۯ'DžokBLKYM$NS"|}ܥ˕sMV Gx6̥=4@yKxX#(UIbD bU ߕ kС#z֣R lflSg9.T>vo |aI*eM'v&. Ba\&UTHnvPcUO \_iaX4 QCn$%q¶91Rc\dHlcɊSz+!tBeJ }M_QS$ݦ$T[=ޫ{F+Vxtf&E泚"B9E]öG5UI8Tfd5}j ~(.im&[ݎ83||!HGO"_,S'\;*ҡ9>fE'~?#ox*S0FHoˈc>JTt슆 [ocԊpu$bgz%W͑e̊htwG}wETn%/dbJ yl~#cy SUoXNpێH4׈N2 n/'g|XjjҩK=R&[V{c0YW@ [Bs-l{mA ަ|Va{f[ꨞ 's>SND`%wy[]X~ZkIn BDŽsVԯԯ)RG0s>ŖUI6牷j%C1/ 5KKWGR )}0#,-X%L1앨x1|`ZJBq*7z3`Fa#7&> DO`x[Ok·)k? œ֍,7*)$ɔ'w3ERH QmD g}?/Il%X)TSILur̝N6)޶2㳉AfD}R~/rF(H[-X_%_xZPf8U[8n}eCl{{P e =UJQ;~Ӎ^`Ixe V1=XU Ͳ7;=K"mD 'w}W z)džPkv4-{[ vu؟L͇:8$nNri%1[Jvm:4SJ>{?Ku'iI{ǔB}仴^3ܽ_8Y/gbS8f?^4c$cTa2}c[d2UFrj`~'K ucb-Q 榌N<$jwb^$U'VWMʯu4+]G<(fWI +L@G*$6pEG\Zw w|ʅ0lF=^A>t{6~ODk- sg1-\БHo)-3댠8=ФdI=zhqhztIfL&c|hchW=rmҘ==kaӌӚε*cݐ}FAVA(jXxmߒA6|}˹ۉZ $mF"4''f@1M`T/YCxY9Ub]miDS6I"oS@`[.Baһp-߇US\vt{D՛̫P> Yգk&SЌt폞3zS5U[ʴT!$ỉΣ#s@io`όL.ttz7b{Ay֭iR0>t<85T 6tG밑 Iu"Z/#P퍸K6vIH\n %Fn{E=JGVx_GZ钿Jo.Ah ,rvRN`ޮ|V 9Ll&dHBN!=z$+rd'T?H_9\n̽)eC"?}2Ihhئu*ص-?сT0e`a?Ī"dd?I(0fb&ݽA}nIItFgAfom2 KX;+˺YG:gq'kQnd{2`x9,\AU8q7F#1 <bs[AYm2Y||JHMEgkvq8>6{BcwC!\4 S,-%O  }, P4 ȂJ{h67-{@/Q#%gJ9lCϜiQeB&EyEȬ{~`/=ӖE(r(vH?-b%3l:T[b\ivpW$֓OC[ALca FL,U{sGbZ1mSu<ǸseE컗y)[PM6 #%ﶚsMQw%(ѥt̐ ᕪ8(6g@`K\?$zeArF;R_72Yz(o6EsDA.l#Gth'G. eifd32<hŜMNj#났5@R>K2A?5 =ns-jx $0#p=]UP$`cgK}iRYG,QߋQ}yCf,8M!V»G;9ߚO^ Y>!y.hݏݤHWo}֚fRxISɣXjE)WdxTđ4u^E f)_<r_Js>Lެ%VEqJ)ahspXyy^,v"Rhtû2#F| [7I]Qzྊ -!w}b`>L{=l^2I{*?a|XxW;ț{ ;R}Hr(0觺Hq"H߂ 7ܫu;bqE@A'dpE2):_`$TsC=gq2EBH^nId6V`+7"Ž69 -'"g*ۊΨMS?j75p6Z!iiLQf XEh)c"`I7 ' 4ސ|ӷCV*:^$~{_R>љv^d,ʡV@IGQCJ@D8'uH{Zgk #ݚRUncZٕ -ȰӠm#HFe y0=WILF6ȨU 8sdSd%בw-٩"N:rRw;uua"HpfiwDKf0}'ٖ 𮝬u,kom60b㏬j>X;ҙk?%orZT[Cr-ъo.V/2ߒH9(<& sGΎh mk$>~Sn\\9J:" j.%o6r:0W%bL|H5ZD!*JPW@ $/2F 7bc!,>Ǘ,"s]we</; ZD|xMtqm%cz 0c.0$G| ND,wx3+wou~rneqEgIuB!@v{::1w8M*e#(5\vSE_|hQBO>D;6tf{@ azYvِ!ۍ/6"t'F$Bvu⟭S/޳ģZZrY%jk:l5 Bd{@ލ"jMnXZ-bVa*@l-ٻӭ߻ :; ,ޗ!>~'2#bd!7#os,vJ:vclfH"yEeVsS:*$q<l-C/s+Rap_#4Y 1fng |-6!WiLX't-klhdXXw.F:m$/cE|}Hfk"h".'A߱Hy-wZ/2\QхQa~Jhx7\/E"?æӌK=BOň`/'&&E+W˳T7Ip.FJO3Q. !+nB商J6kc0SfZW}*ʖ}`_Pfg?ɾq[40%^8 6j8@ <6ѰC^uO;uY>FvlQtI(WXwۨ%·W ן:f w7twڿ˝O9G32!!^a"~c;7. 8TeYUn#p;S{GHA;OioՂN[K8nlx~uN*&l&BѲ*7y>G9ٮȢXAmBdί$vE^]oyJ/ [)U;-226Uz.͹$I^\~| "ߪ*i(kPy),RrTc%]/*wmY?[[;BbB6[t4;j b}JX\l}[aΜqh@ =5J ;]PHzFHB*۵Pu(ˤ |8_pyBOB;at_ *;8t7g~5B~34ůPg+⓶֭٫G~gdֈMxk\x~ZV,#8UY*v[-B=Fi`!j^;iRUъY!M:c9q!B2U{U)}$\++nk)=G?A4uYHu\0Bl(71D!| nC؆>s‡ 3C>&!HŽe55ZJo++&> ЈTv18COׇ`J+ӛZA[=4x sSD8ʀ ie9m)c-o RyBy-ߖ6WeXyxaQh> i8Rpq&WX,椧-,F2Y4_὚[nZI-G\5љ=W"{@(i9nH_#W=O YzEa^m'vlф)Daѧ>Mbz939ޣBD(^\Yi[eOD S̳*l N'2 [~WIOG&`} fWg96BW\)%=]lR#v[6ߣoǯv )@a㤵Wi{1ߩҲ{ .!|ߜhM5&Wa !-WD_kqٰw%n LE˔n9t &`״uIdLu DFL)Y;_EV[ܡa2BEpLwo<3F:lp[!5I1Wi;zP:}=Q`?(.}=:aPh(U_?PW*5hlŖ..Wb\#>i8Ю>RSX`m=7RCiƼT)GB{W7aja4c?ggG(5\ C(q硧mAPl:iJEb0u+{f2!U]6?+~Ԣg_zDCʹ!Y;f_ڭ|dFe7A앓EIo^m;0 vO0Iސ[3y`actf|7np әM/-=k}W}UQ ǧ/ͤ٨X^d=$- 9!djVSug> R]ߥ :dc2BǛµvr9eVVטh:G Y{e>(m(z >*[`YU N摒r`~!.G8vsTr=}W;}W2B~tW΀ ؍)765(r0A$Žƾy-X]IroU[ ?"/9c0uO'*p4geb&P56qR?r1p nڟ_E'z8J3b{P4.M}w SXe[%_idhPCxPip㝶Kc{X MA5p/mb_S~YbɘchqJ0=lbV(hK䊨 !Bnl+^˫B* ^{ U!9CC; J4!Bv4~߸HNP`C;Е񸃠,qW#JAHKdz*#4^٘ءrĀ4%`DNZLyR_oꪓQ&dHRyT@Ҏtu)=ҙ68dsyJ9ջS9Be +eD2;z\7LV XL,&? !7img+~璑vN'`<řGC#iμޚQ"m溥7'*o pb2VLFR9<_u'-FNIܻ++C2ܬKJ֐ol8v'5jF0[2la67SgL>Ka666bQcڇc?7 +P4 ..wIwYS7]׆f('~7:@Y 3vcR#7߸&4z|ji[4_2 4F}T`@*S p 6Qjry 镚VE_^^VvF|2tJl'sV_c6 Jwh,ICsCq7"8el"|1HM /rc80 I@$ f0\x8x4)ipAn rޝhU ].y!Cc3쭯,:gŕij0bsЁa|3ðw`L7t@'SbG+rz$Gxug `m8. 0`l݄#DW\'~Yjs?b@LQ<0/ Dѩs cPʄPl gv'HAxD 5A;# Uhuda: Zi6m N].{\ZFw]iUtrvֱ`Mt"Nl} ƩJSXZkV1yRk gW${x.(.{98BeϊAf3 6T_(k3'V_LqxGj‹.E-SnJ s頥 1};A3(!W,8A1{_N2 '3, ve7DU2m )>-#Q9WEZPl{ ;]-;淌B˧Uc) <ێ}4cNG B K|3HdF=L6b\yUytYu#gﯘ*ԟZy)yn:]Aڟ*H'ayg%6 =vjuZCz8|ܕ~qB7J_ŎF,WpihBu`+ܭu 0k|B?VCSy1IsQe@K8U<3K݇ilM1I>PxMI5 wQiBi62\ j 06ֻpMoYUV§0`=wolѦ[!USn[Fʒa8vG mT1Ag 3JJ|8k8-/d^zDNhƤ;/X 6yeZXUeӾ2ƦZZhFֈPtɈy/,Υ9. 9& LbdDAiYVuCl)d$bV2AbK3Ŧ3rS`E"FdF@D 7ʽnZ%<ˇuhrLn|_+jQOE5gj"$!q}&Ҟ- KIcۉT"3a;Ag_)sZǟ.R}oʣ #"kVCA#`.GH<j>R(;zƠ+<^z9 vH Ѽ|VD#LeO_ulÉh7j+9} lEv26OF{ds͕Zt]]SEwDc]s}xz;*L$>r "Y |xwŧ&J^9奏)R|6#P%Eރa╵!{cNAK8$#ąn @1_agq!'Q X#J_ 5i>.s 狩PE `uH!n,h¥&αr')JɳgI٥۬iB,ة{o.cNcG_dGHOg(NQ-?@٤$Eᖵg2Y,*iFsi3<_0']UJ8N<%X$A-gëOz̺7C[Zo*k k ~sz֨iew/S&V|k1rJ- 8&iBxI5\@i TP"R @#ݯ7*ڤMUf#BmbK6zIZZj @e!o($Κ"_  Y7.ϰM,{!KS0.߆ph!o([jLof]_ؑT-ȧJ)uxw6LS[AyԳ+pJ !pĥ1KxeLkM$/ّي|'cR\՝us}Gh5 *3:–2x\k; 5_)B]DlQآLǃX,x0Yq)L/G:T!/ WH"R*>A/C5+ɡUdb5F/o}l2tLE#J3ZSz|ɯ*?W]ձoR'f#.5av%G$s5P y`2La&C?t ץd#ȶUtvsqYOIU_h(iO)q)&1g"IQ?k,Dll$5xS 'xc/Jookrb&] 3z]$OI^ǂs6Ơ珏, L5tz,ѩ#yzklp-.kIkZۇjC(ʅŊ7D+)}G8w^4L+`y˻F$A#kB?p,0ڀ\2!Wp*]G4 VOHbRP[\~.})S$՘]SPe݉NSsHJ\XJ[-E=!k[3ƀ\)I2x ?~n`aA{Ugɔə_(_Y,5*EoZ*PPi*CQvB?EY zS($j!7g^j~U(BQA5cek벷&{G\):RR.dw\ 0|ݷr[BD^ j{>DR3Z] B9l-Ysz#ci#!_Rzj\?6ZOt7H}PRn2֞%O} A~T"`6el&X£կ'PX <#SĖqպI06/]6Wm\2HQ'؏[rPۭu\Mt6 W8 > 4vI!j*֠/ZbX][U1l {)f>X\s3fQ~ lRМx9cU+s3Xzq#%{'>DR d dZVc(~j&2!'|x\LUOC Mo~0Q!l 1$tO'wK:yOM5<"ў@PJLY+|~JSK:<`Dl֗|aK>) e5~1}j1e|p)xBzI?O|^YÓ գ7z{{6S=X a~:t:JoQA@[`J)DEX'3Ⱥz1U" Mj"*n3256{ %Z JM/9v}/o,.R9GEֵ5"z2|-E5ƯOM⤬Wnߓ>ձk1P5Qre"$Jv|Ui&h)^] ga%EZe6?Lkҷthy7* 1K$| e^%ߩ? ڌW7"Bs߱"C٨0Yx#r%tCb6 ݴ  w=T4s9o3*ǂҠ`h]VD`k+^Ϻr20gabEq{ j>Xbe_4kK<۠wL4n;mDL$78 {jGbM_ZʋCknaHbg2 o3:" c/=ݱhQOup$7FQO#Y@j]?QzLi/ؾ$}M| LaG1I[ j'8Բs4U4VlomŌ^fw"'WZޡCrΨW|5(/) fi@XrQ;OQit=-(iƛՕh>2X?U\Jq(3 l$(Tj$ЮUc@I>vBȤYl EBJ;l`SD.v`Aa]0X4ڲHT^\`ۧ.ۛƛ񿇁r|`܃tW.7^awC"͘utMY+" SĎ Of@LM;4Krb"" 5x,lf mk)nx<&C#*6k ީ29xb}ЬR~gbaM#WthWMtMUa*b>7?6gtvasD-72k0fhaN> RT3]w@[[vf+ JVFI3#5ϥ7s~!8cel5jC҈D-y9"5e8WF#1@ gV@P&pdht%0HŠ-窹L%hHI Y1 |0 s~>}JqƳs|y7<˗<# 7>fXK!cTrQbXXᢡmggCkroP  r˶0%6;iS0]&~PsӜ6\DIN;ۜMsǬ[Ss] u36uEዎeQH䍝$*_mq!9 級 6),CȄR:@n؜oy8'Fl 62PpҠYO q~I |V.x4,Bq/̌-k6q;)(> s:zOQ⽃?x`݆\>p@(Rp4KD]0,;W#3sE|L]C.,FχSNį^Y< ŽqM)PSZbj+({ P?nKjke2#+T_.Uxm%nEB˼^COíސ9wƯ^a:8'pFXCbBCT-5,Q!q|l/4.if z ڦȏ(s5? c?ˌ7p!n%o׬]>ҦLj)7CŷşcfW1y $DG"EsMH{#[ cֶ<%gT9Ɋ?S,cA2;hu cX YI">WjsF9 Ȍ#uN=)v6Nĵ wgGy՝Wu 63$ 7pW8 WThӌRֳ)tpynLkr1ZtӖ" B%g0 1i TgtzIz,1%&j 9(&K }Oz >;-<ǡƆyPd˗be>Q'$KA|2M_]yHk߆Ej ꚋ0[L SrӑβӂW&#BáldTd6AO|яtUJG~uA3XMM2LG~ صJĔ# 1ʶaWk=F^ϧ=+OGY2F1)bƈ vnUr:RF|^7qN/P{28-W=?rnwQ@D17[iA&9$Q5N )^:[O# }Νd&5e,Ⱥ7g{%BF91۴9v#hK9G^7Մf=m+e7o4[~r UK%G;i . .rCT*WE#7 ?oΚL+<eF,x" JIyWh1 GygN.YQlV&$D& JwHe-m 28:FL[{ 0&@ &N`=ssxgkp?ְ6C35i(s}hgiɀ)I~&t31GO O v#!Z̵"'PN]?rd nA]6;siC/%`_GTwJWrnйDSn!աIj$m`]x6?nldv(Pf@S`ug{a^8iEB҄0 xUnh$Y03QL 1ΰjzԽ^)tXYU$ʴIMɉJ<;PĤJ )$\׀j$D2`u J#AϜHpD_9G5[v40i<ڱsϔ(cB%fuƛ)~{§EI©Tiz3s$Ӥp|H6?}gA82{p{?>:7ra,T֙E),ؖ;67:@ TFJ /%`%i\Q*-qi@׳9R X@wGw٠ևSϯUãmH`n#UiUK-w{D@+X?<'~xeͅ e]Lw`Tp{Af:ڑVު^ڣDj)!igޔaS\ţ} \@'2Z ڑ\%E'A/:ӒO4S;,:8^,pΨAqa&]DA#WA@w"<}I 23'+rosVWyFʁNYY.2 #9%f{ijDqUDHx1 H924? ɟ^.)iԓa\.S7XO6HI :֭>ė#fcUAj{l:>T@pi$oe.U(Z<;L?S_7rˇ.NxlОa)AfvEYd3=koTÒgwLS&È/8zt.竔~"B-G1\KGhl0 on+}?-E4m,`zXAQ*B$h93+tdXN"V]m? *s 2K5: 1AF/dBElaw,l@mEJcݟ7MeLWǛ`h83 C.`W%p ő"eXQ6ª\HToq,.Sm&jb»aPؠU*ܙ4p$ނ.b) /cI&\'ޙf ޛ#{#Lʥ^J'3 Rgkn#GTjK{ށU]F9z*Ùfu_>wgnᤎEnNHV5D 9$V(gBeak)ԸNDጶD\]AiKQ"ѥ¹oFYRt֙~AY3J[YX?ouB&o68C>3**s[BWga[iY`6g֮DV\L3kO("rp:3ǧ1OHgp7;Bv76 r ;̈rl>4wbD.*\K"`bqfȈoVXlO)<+{A[]]&MzȦu<5mdqS+۲ӊr3YU]lNfo6lB=kyE\m0^ o4:&7I5FHHw#\Z\˚1 *uq$ܤKHԪp4]Mwjn--"cʠPfks߮{vz 褩c ]֡GK]f<4ߞ4<8]M>hqFw-F *W.8ݨif k&:Ґ@7鴈?I4?SҖ x%Hꁔ3'̚t8oL (KMޘrN`&qxL2 4|fV`]M 7M74t͛8Yf\<Rd!|S ܱDax j͈bUP\%"FzN6\L Dsa'* n̈AW'ˁ1{a;xQt ? eS0vZ4^v4ŻLPd/cM2?d([308)juR^t5R$ fh}07a?حi`q`dFl'yf-fd5F4bZmגHorCOp0y EWLlȵu0>|x;>*$_-^7<ٕLicdڶ`Gt+#ap?eR$5; co {8Su˾NiUG>So8 =ޏ F=qhv2㢕^?{镽FM>*'.hєy҆dм9?:\9.cߋ۠JtE>P;:=WsmNʄ1] /rvlo`cیgfWD\64IIO?OGi#eޖ r)BlVô6/1oh rХDw7?aс /TF]+ۜ.t c~*^ԍ4D.'UnUWrfr5qVP ,JPcj,}`ޚb5LΕ]\kp7ٔ*'n㮼>8{]jPO2(RD]byӇTKɚM~݆y`aEȓ >ޣ$6iކj;ƼhBvxx"bރ Mu{bDzfMa3Eĝz9\Fzזv<@!HO5`R0R?ȪU(zW [?P Wdr|I@.3Eb/%J(UJN0{+4pK]LCEO[*/%51F?X5LKrqG1OBlΩ+l8[Ӗ( =_^5Nkhw c󬤻1- F޵p'rю®6CqLKO~gfp(v_j5Rj{5 谲@z%`V1;׈*%]ab×K{I|u0)MPvU/0:eIB@sKJ*n7Bhd5|ɡ]>>NeTft>69mX6 ngńxQ#`'ɆBt&UW ƘTg֢Kÿ.|i1Z/efh4>I>'/`>cn#-[Dӕ o24u1]gƐ&ߥ9rzF7vǵ%gy<Ռyc'/[IBZsa!7j)x&,ĩVOK"9P(*X2D&)Sv0 mk$Eǩ%XUnO۝ K/ev Y OU?ڣSaH״JmVTUV{e~Q@+7ӅTi vSٜqH:n{Ѿ4`Z{#Cw:Ħi5m5m)l2jù> ӭWN_ځze: Vnvsr`6:{ |1,zx*24]ԛܛ`D/m( )Ow_c'oCeڹU@[Fk SL.y*KRѤ1,rzSs f#\kݣk#nnʸ&Ċx$V"C;usEIXUfP':Mٮέ S2~=ͮ߭d˒,c5M7O?;{3&u7ccV䎷ubzU[x- (h.=ۍä\qJfCF7R"/ ꜼSЈg*-| v̭45М\5]Y2Uo7D./N)C5YG R{sdc@W,L{ ;2d\/9%eY#b'k;Ny*o9#{W_!w۽H^sVjL;%]fĐ4Xw:3d][1Qudy8<[:e^) 8--FKE~,G ,re,E`JJ+ l6O ML[ ɀL%+9` t#"׬-Xt h|Z\=?6#H`ku3hA4nnYxz7=\"f Vk.4=p٘DOفUFgR֜_/~p߷j{Q)#!U g>>e ehQ-S?[a$JD׭9q؜z4N ^"&毋"_&eܚRN ߎOW_Ό/ cX`6p|6]. Gΐ/iHIxx;/ڣ*=zƍI{졗{޶9a8C~OCnO؊gɊC?.0Nd Ff 75h6KɦLeERV,>e8,f8Lx=_a`i2/Sfr1w: 7g zNo,+Q?"iтgsR*wШXIMO@(h{&/FZ2zoV D溘)Ue$3YH_Q`@RYfe2U0\Bn\yGyjMEeNjR3<~6#>* gᤸc^A(&+dJSH-`xf)Q mxh̞5H'ʈH' ,2 rbǕ@KTE wD+\uaG x)@\̘-ܚڑ Vc2Ǥ|8ɛ uxHbvCgN Ve!FUYp K\\ĸZz*IDRwJTkoaE L=}f]^58Xͮry!.W\h]~z8=))pJ=QE :d)m[;|fKB%8݂S$/LSSXkHcA]":3{K5ABX.Idzxܝv׽͇Aƃ#,ΙyZҡ\`P:!8Pdc6|K8@%r^^K9<z8q$á Y2)cAߡz~0V6-2^0^c1%4𔨜I8ײ ۲!8֤*2C  I;jdhvpY-9nEdkzJǰ,Xͪd `3NZy砥 ՄXDGL4ݐ0Ԣ=#I=ϥ&@ lR9_]Hs(m(D[)%,fwBBBo៥ET27sK+TW5R<eC3fzH`I9SLL݋aT<&Uwjo#e"R2LHbs~KbI*hD738.*6"ƘyF\@juz! I@f:lvu=kpM~qpY)S?: ,khO5xi@<}yw\ PGQO[ /K`kr{CjPȘ,3?qAz{?90L\0#0z6'z7 XW(Z^FQl4g YDx2>x{nv q49`&pE(EGiZZC0!0;ۗ02?4p/ki1U"O:Cz 7Ss2ue'hqzmc_VSs1yݽHkc,)Y2W!)<Ħr @*E`X퇶>wН |1ϳ,́ ihaG̪h9&u vNJ Naf6m(u/ k[Q6hcJshwZ$"4FCͻPF@"*{&tjP1S [Ztw 5,7$β uxx1zL@B,Ǵ^aDŃ ,\}^mm p㎨@E >ݰ!.UlK tp{nzLgZ̠U%B:ObT 222Zi0BV=D8@ŵWɖ, Q;EvtUi F&L36J|> `za_[yl!+;r%WUE`!pAɭE ]ͺ&:+<#WB|KLqX_W+]ax2:9|r2H \ {V`4XE|h&5ݬ6@2( OsM, HFX y1m "q`݇(o5k &^Xʹq2`6׀d]2`NFlx9 K+Ky9J|cmRIZ_[A6 / Nx+nsm >DmWSұGˢ0G+akվ3n"Ik8V ~X7XjxJmtd_5,4X*A E"z!]CğYszHif@8i8vd2YX%i'*EE>7a:A  0͚b k,5\!G0 /{;V ?J*,0C.Y 8@S2`ž`Rwq ~ =@L1 8],s{:?6$;K.?S9̈́GԇĨeǿwK=1X"yTܜr+iq}̡ʧ6qB+,6R 'TĬB"0h5b!'Fz[=6eI\5`1'ˋoka5 ,0pUG&47x']N͵0E\Xϗ8M 7<66EIm0p^3W,iaKL9 ijS4FuD^ejHvРQ Hrc4Ёў b>/Mf:<m"MVԌW>fWW+:iulY dv+am.hwU2zڎr'y+pLMe3!bm+~h=V5ᓤa{Uh]!1]t:7R7(G/q!8%e86Y!]Bl +,e J}4>)$_ $Xł#M=uw(KW3UmJ#kL{S9KzgZp)&D*|R"nxl+wivĩɕf!mQ0q6z,˶ͯ^`QȡNBZVV j|FD[YDwD)VS܁l<%zܺufC𔘻غ~.Bl58D =U-|8n$2V:k~./R\:t;\f l?X1j(9oJBO /Fk u~*NIQ~Eah A6.UuȬΐwU}K9 "Фbm0﬙Lag1t"!czrO7%2gxXnTM{%Mǟj*f"%]- yC`x r6@08նXк~NwQksq,X/:~l7'_4s3ES\kA& 4C0vDgv ҷs G&jwJ%.H FWkSrVIE*Z!ގ./XOtFLn@fw:hR-&r#Pu>b#>K7xmIJ LdtFoW7Ligw`zd;`26Բ3{%??,Ia}%:'Z7?2qgkؠ?asf_uO݃8l zl#֪MF :_}F'5> A0c[11E zr9pwGIwb[F6}I U6\G.qc{zK{!~|2 R`3p#,4wh:v-$oGW-Hu>4+YQ*gGvacv|<N!Y+/3,c0p@ӕn̩:гIw.k\5>WHB+ o.{笵=K{yKYjb'/`W%:~;>9e- >ϕ `ogosUz2I3.Ux~%T}?^oE>1&6n3 ǎgXYXgK}P1RZ|ɝ?޴@nK`͢\²`$|A;fLnr` p[OQ8}Pai걯N_T<`60٫cmjcb{6 ik^vOV#|%y0`ur|Ŵ [_$ 0/߶݋Sz-&Te}WA6]YcN?hc[KcN"A 5I(iE@P۹vfvS["+NVtoƃO']}d ~,Y\eN}q&SUHat.RU4STu>IhEU-_'rϾ2ϋxʳyųg}qnϞ={=JiqП~bG1=>v2~ J$2.T1#eY&b\".:bT*U1}+?iɴyTU!t;(ٓdx)NGD''דx;o1XŠ&)GbX+-FDE?\3fz9`ot48M뺳x? G~=gݯ6Z$Қ`T@{CY&[8:|W}1Y(#LؑcJihcE$Rߩ蘭]T*]#tyb ܜj!R*5(xtnYX O4?j0V-ysWSsbZ4|V f{8Q".yf <+3] lFek9ނ6.w:Zo'WCq"STfݤ E2RŷV'^NTmEZs,u9.b㷅6UQmJp3 ܚU7+YW$%1UD%hnWNG#]W˺o/FgTXsHRX~J:=QEbN;]+nMKu EE4 Md1Q$%qw֬.Wbe<LNc/K @,#9@s=s QBRRw52d¬΢r7 =,lH!*X:UA܂Kx5PVJIzbK],#"DK@BW, ]2IyR1޾HN`"<VS36ڟB2lF!$w4EdV:΂)=55?*.k8\lzB]_L a!F 2u+7lhƮD @NeHTUAϻpVc:=r!V UIbVBP !B5N r8>[%Qeř;M $jWp*c!=dGy*+o=A0N;v.JU3)^X_e|dG/Fd@<;"1 ʎ6 }EK H<,mlazt[Uކz퍷mdpRNE,wu02|'S$z+hVYCQ4mڰurDe˗@srt-A4(\HӦZ$`-᪩A Zǰ)7MပFLp/|6-xlj0AD<1rPw> ~:l"dSg!yrE2 &SI\HpNmqmFz@&<̺@h4*5x\zu\E.|B$~\Ff`F2MbU7%x !bɧ/"&j1V * Gc$g1n`OݐuItO/Q9Xȫ}}[&a C9x+w2[{G&Ȏ@X'M@v6)~r/+G9HQ-3I/κ+6>5JMݬtk} pX2Q;!~hQsiTt| 'P3iE){>H.]AKTt=rM^f#=֏B(yF"JAEDi%tI3<apF8<$ ɤͦHXvܣ2UO1dUd-Gh.ˆ5g,ղI ЙH7$d~.:ވ@:/9x0RN52IJT/-SȺCn.a*Ya–v+*VNPAk싨GԜ#GwF`{$DVG0*`Ydt#}s=zvoLI<;z[U6M$<9v*(B;tz(}w⻷ܰ/`G|Tsu:xX(rE sic^k}%4Auסɴ~2բz_tU=^"Gqj*6L)xg rx98dθՅ*ur6Xlh̟ӣw/-4զ5T@Q)m+)72~Wbva+۽U|chK`OiHO122K\4燶zO k Ъa W p00Hj "rD65Ş toG|{Aut?iJ)tf÷:b^p%}R#[ jDjWae˒+_"|r^낍M+Wvy#:K-$ 7?4+@ϾNq]f"XŹwI{/✟rUl쪭{jhsh`vFyZj`>?9yS e2Ac`ngMo)I>Ku/+\6q6gjü lvb;M.Խ)`{֩1t'S;τ5*nJIM~uc-^W~n@je|),^`O͢vVƿa6+qFf-Upw6X@Ammy>:{28yn]i#ݜ: {Z"{r5$Ŷ A݅ ( smlwSƆbڵ[Ծw1%7Q=~=+rX<"2qZj^"bXb ̝"+]Yd[û*-8ߜt.gd.pxzY"{;\KTR2Ea}kj5?w_);'B͔:Rz4un{L?U-BL R9݄ 6 Tqmi p^F9ͤ`v̰Z^rV=Qc~iD?pCF Ub5ULkR>EOhVo_.`(ʱq1qUT7a2s%Ţ-66Ҹw 21ɍMSG(32\cAYj4ذ=B^4]^ .'n@o__Ǔهћ烟a Ĵ 5Zqrds7BQˊGYt!_%lröTťPf*up \ˍb8bշw3 8)=I[hv UXDu+\ WT}F?pVbE6vNϚwəra~Km#lg,ЪZrh\hP0ԣ7a?Aş`5rhʦ'M qy"K$xPvѱ dqJ]K=\]ղӅ@EF#D\<ñK*}[,Noջ%EӒa1ؒz,X`Aօ_ɞ+~߷CdYND|ܷP"c10Vy P֊H/<60ɇJ>whݫ6B(N:>>Jb4X~Nu)<"XX*N3xۊ>2 V8Hq0< dm~kV1F0.Ķ0 LAj7E!̣$:Ѷ%&ub÷~|* ÍL]a#j Ew)Ȣ.m o5&YжݮuY,@eC?<72w6/ Bf~9_z9 !v˖Mp7fΛY΀@Asv:~iF{3zK¡hzv߂v W/n:\WtF U0ҤCW y_!xù/J-Oh}+iU;|Uŷ{ۀʩn`mZR<,'}졩lY8 0f{k⼢AfW]$L+WSrV9( 8v'֛_FNZq[ ^ᨳw7޼!a(B..%g2 &r|H*kbGinitrd-release.5.gzjournald@.conf.5.gzuser.conf.d.5.gz00./usr/share/man/man5/systemd-user.conf.5.gzuser.conf.d.5.gzG,[$<>g(ٱ.-Nҭ> Jhy?uZU(qݳ;uժuFUۨ;at>8:n}n庬4{(LGY%Q/hUɣy2E\\YgvQ<_t|p|glǗfdNqhS]DK!Et@3\"7!8Fи4|1*"\Yvu:fS]'QҸVrf4ZLJ3uZɢe|Dxq`hwLoUD+|^b(I̲.fow`-BiFJݮF{/hqؚ pO3:8 ]. qϽ-4%lb4~2g(?22! 63ۿLJ2T,cP<*l%^u]䫫]>EpYF[+6GTZimiurC2ҿYr{"NUîNx͒lŒheQi(zM]Ew?^0E;O:=z[0+VIˋf]^_AsUœJAHꯎjx|O˯Ji'/uM Ӻb2s DM~\Kܰ?3;Cexp ` {OCC|+~e>@>f!T|ZIZ"AY*_8QHq1_xzBs/74\Ynm5e׮i:bk{s49aglkS1!1ZjV/|sV\L|U-W0ä()0,3d+aE[h$Sk>4NI𢍂F܈]Ԭ0y~T0RPoZ۫YtN5 $bUZBJ#|aILNfe2D>WI13!0Z&XN 9y~eXi֛%D *7Q,|s6WL ('7Tʆи\=k%})䦸܁&(!snџ#- [E mwe\-( 05Rdc=yuHKYcC7"S%>`.~/C Ye$1:cORdX%ulzfVĬXir +œe[55Z,`gd$L6$6Jkif5l|U^5 64,` kc+]eK!+;D+Q΋9|FďIYKM^BYy91zH 7]8-^(f|m9f X07(WiIdƙdB6[1v&k:-cr)l>TU-SY +AO$"Z&pzCJ2BC .cvF;'#xy9 D0bM;/ُ7"NKkc/I.I2XelTpPSFTOI/ʝ_bzQaOXJ=>12} :ܤ|w`]>XC0+"0d7B [~a"5]ԕ<?&j!1!#jp4ʭE kZ,҄:Ey5=(T8Ŋ5|ԧl 1j3+0gl`23u"%vM۵xՆŘD}׵]'i4~-NEoq!4-?#. `hdUL.R1pc~G)4[C:.ǶbHit uuO ^\dpNx4 Vļ(?_@ ^JJ^а_u"uөghIU _U>J_S5:We![,nFƒ~;/&.;5:Y7D3?_' g"PLt (F2K"3V  <3d]`QrF z؊勝Hrcyidŝ@z^0xbylD,$Ӓb6nYKsf61OEPe/kex,2-}浯x%3s:RkW"j>CLW Ey: |RD)l\R ּ \9mߥ8ћB:adv+^ sK)zDĒY3!U Xٰ.)cYO6,0rt8pZh5s`l\SEp W-xÜF/I$#ڸ%rp["GoY6ӎW^AD9A0A|]@XJަav7N2lKd/i'Qse(n%&ɲRvBtr_=f&Ժ¯cTE /iy)MxcC[zgy'`6L0y!;u k8,]ٌ{@jj<x2nN NVEY~9md|AEWA~}32H ۃWQ)opõۊgVŎ9k̔!IYfގu]K߿Zu"T@TCdr,p~# {Ċ4WcE 旂"70/W寄y澸 3&5%6*wxk~YSO_(M3_P$ŒDij) ; q)?ՅYC|My"@ʕ@Sc)0񯄉0kIߗoHS6yFFabH2ϗT7&JK|5Mq.*:0hEYp:=4b)G|qӯn-HB`~Yi?2QƴEb1oQEjU0qMj.,rk /Khfh1ǤI3swG>0W1+ 4x`q{bpCvȍ:WٚLjÄ"]gD{m2vW*]`0k\g91le!D-^ Cęx$@/9`\/ENk0ijꍅSfdUf Itpu7lQAS%-ιh!H[] ƩY3Pd%K/_O(Mۮ/Y-.4'lU$ Na^ܬ@nsr;ߘ pPX"NJP:.UߓP#8 TA؀y0s{|JAPuwA㑙{(uAW3%+H(AD_61Cf%v20͋z9atyz~?t;xǜb~!i XfOL}t>)k;e|؆ ۴"j1*E !O*RHh=YQ02 /%%ak >=$$mɡNJ7 8HR`ĝnkD\d2 %- n "*1{bgb&]jDѡ%uj;B' ! qHsm}$\+W\|L;jtZ|s-dJjb8m*OX>|ʋf੄s<"=P )fUʘOA @!i^РJ8ʗRNm'g[=IĶ=pS8E"צ[NG_E(ГQtĹ3P+fݎDĝXޙݰmj F7t@NYXP}^١d/1 ÉэoZȚ" 0`ERCcSZvwfa籑m>Kc CpX XJgt 0+MM(Z\oR?BXK=X,D6 Z2m~<<tڑx{/SlYyPpsHyلhRkHS`2䡅 [O>ũ޿xAú`?^7!7!%:ޒjLb)_sJNJZB2n $[NS_?CF΂/- 2 dFB!:aV`VAh5ΚjȢe>7Cyo߀CUpp|>u"m鵐L\%vNO^sjy񑸴/mjucb61yziHy(vxA,(f d[tM#3fo$K(d ܹPK) E!F̵,R Fw%%_t2Hɂo]FsO +t6+N"oc`P>o" Э5XrUЌsӔ³ /JQ4rų͒Fdb^Կs/z|Q.YMB!3E~/DEaıjM4JUf .Wf[$pc>pO0]ufEaOp#?N&쬛 Djb58Өet:Fu(9pKBH(ۢ Jq@Ed[Uax20]dTii{GHwYӶЈ+4yNs3YiAG@H_D ЁZKP5͊U^ mM.1NЅ xR$VpS0h^Nγq[_ow7G#svy晤dX~#@yOp}l?2?< tsO'c_JeFѥf5j\"9_:x7!d'N~2gxG1u$HIV6 L$C"\V;!r!r񝁼57 yl7A,,륢2C"3YCإ\=Nܟ eٚ44GC4N&,Z"|?<}c /رi(edDaU[E/&F0>1, q*Ovܞ+|ƺȐȐEҧIŕ4#SC |IvwGȀZh *iDV G :UXͥ|¼`)UV休IRG`Թ4qNn&4B7Af b aodbXv^\Vx7p\; =w"́PNd {5m<+($WS;jBa"M\m#[ JkR3G%Xj8b+aj0k^|U'*kKrW2+! d$ TU*z |=F$r(K) B'8e:v)0ktB= bH Qn.6Nt2AjR HRU Ë}RhUg3A P+ 3V3ncNv} P 6G`yhYXO`yŶN+T[Sj0bn.*QBk_JTMŶ Xu֝}v1^c/GM)9NwO1"9${IP+͞Q?3ti|w`epʒ ʵͫIԵFm/$Tڧf0_# DEkfش8~ Gbfdq.\fcЖ`3WB1xԥh/9YӹqRu Sk'oTGK׈PA%jB'^0X}W[8$%iUA׬6:pXw$vt(Ls wڨrbA1A1x/ɑEyI;RۢsN2]rb(>u "K Bv RmnA&.J)$ymk]yt9K7$@0г03M⬵C,D~ZD A8ӳI|x42qL\LL U9̶{!ꇜi: (LYR*6@TIxX;R:#dTdM+/A'X M:ktPyś6GRsTAiknXO%'JȜd].VF(I3{m/:Eozy/:ED[~'A3L7ٮY"7ㆳ(iWV0rw>(8KJ,L ☽|Q[ZqzݙďO1}4y)ϼ5aVq,]CF^چY!߷c*ma et6hæoD"vC93q50p*!1+":_="Xys4֯=T-JmħE\/Bĥ(&<.?LfY/x:D8N6,`F0pŐTڒz%E :hMqf G1-rSSPU%$EYG,OFі*6½j $J ]Aa$E#A;9&Ҥs6q`1qZ&Zp` ء-؋ d>q =d?春kK[^|9̕9ͦ@5KA:qLB-:e@ SLtZ* gfb8HC3\7E~\|e(YpTZW^NcX.ⴝk#&`sH I{ٛxY"v"QȀyG]8}- aq~˟F}qQ1 Z=1i*bW,AOx'xl.Џٸ<ڏ0'}LKS^'hcsG|1[??#GJ?yi6x%f%4٢46c$ Yř[ȋt##N'݁wtK_Z Xgӆs#0lgkL(jC;V~ϑۜ,*Jڡ-;) {] Fɝ~rk78*&D؄6 [Y/mym=n[lw & nA2O&l{z%:ݮzf޷4^=G]USEH}5a0z+-Lҁ!XHgɨKhfT$l7L~!aop-͚;@].>\XUo |zJFm'Z q9 OKnbzJW7XLԁPVAV@9_ĶHc W`U;짢/n:YZ\K2=={͊X@.EDڞ) EwH,;2L>Ֆ"[P.̟Vʬ(ʌ؞ǘxd"~&1wM2o~] Ȳ -:l)H b:#CmT* "P,QQNY.| ԣI4i_֜MaL{{:g"aM.i9u$)_axcUdMʹ[2e3i gnI҅r;DVREa`+@HRUn+.(0J *ړRt̙˗HN]3K\*򏣓cߊP.:XKo!9-3@>sUDy_Idt2^\Zj:=jtaYDY: _74)&kh FrXû3X Aw'1<" (0t-ǔ|/qA}gy^+MY^@mJ/)_5g;I Zc׫$lD?/N{9I3bv|g a% U6KY|-SԲJQ}QT,FX$ x{[YRp/ԅ@"bS}Xǫ hF:uv =}\rNMAd)zhDtd #s6k/dzal C/>wkV*P{xs@.\$ y'w| '1D- &bu,0Ek\QkCi՘w#t6OUGvZ^ANא Bؼ&{jƁKd'0J3V:AW e[4`2Vb(7TPuklw!Klj٘z!;?b ec͡@0tQD3' -O`ԬMl5S{1]]ZFqXA>BbPE0-7# Yf[gL?'#C@0KjbIEf:E4 E)Ktk{D.$52-BJw$U%mTǍk=rf$R"$aB BA MSzb㲽0~hPV$I6E獸T0wЕOkY"r N+*ɉ63-^|-YhjxWY&5Ct@H̒/NO̬ʴc . vP\DHfT4(.89T+E[F6׬?67 B{lbq\5!@ApΣ`dVNs,AkT tBeIOnZ]'ƫHI4fE"Ǔ9G}F# D2SĶBQX]t y 4.&t혳ڽ {OAooUFuYUBYրA^ۢK&m}sޢ={Wuxh|SafTH5Nj$@P&|4r;KJ}0J]"Cߛ4CWmGNV`WֈK3O!"˩؋? 4pڔ6Zj8$9Tq(1HX!D_Ƭp5lAxb<5%xKl:+(8[̕k0 (qFh~C]l,22=7޻4hQe*8Ş7#\Vbɂ,% (-d<5̀}Ѝ_PsS4#X?zbi++MBNMۦ_*W_ݩ[(Vc&)⭲ô*`HO פSXWHW}U?H\HIJh"|oMVif6?^X4 ѱ{6.f_S5R +e[˗,bA5$[cFC 50y'|@-h} #SDZU)i%t<_#glBI!S0;Oe.W鼲뢫 w`Xe%7. U[ë$"nFc'ʨ2V~ NN# J*Df"{[$ĸ9,Ym* uA=0L#׵lHBLo%)mB)-_d I/ ch}sq-!%/}=z_ % v I5 £d+ y{Rļsb 'a &>k0X3.&g z U K@7D.]I],GfX]pD3[][XLE!Yf ~]`~AY UY`I^v D,n/T7zxzxNz{RMv;<$FPJǞM A@r+_O&dӡ}WEbrw8o^lq`K@Vf8_&ՕYܮ!e51HYdƥDE\QNktr>՞}y.$q{J!tEn $}" :Β ۋtYRnD_bKI`Z.RXLjYif]PWEw՜4Wx7 V#\7R%}j{*-jYqa0p#]q܊\.'*2l>]cጰԀآ7܅ͺ{,{,&DQ_{+jqZo $W`dXnh'z2۷WJ$R.e(1}e"  ҮEx7P[bf`lOxbC.%TQ^KPVEI>-NES74y╍d|OlJ7jTojH#hb'UW]&a3܋i trIHf$>3j($u]i N M՜ysRpa4˥`?850DmmWbZCe=NX͸Mt}g* ''o5o@܈+/kHn]L"k08ICLXMk M>WJ\k޹nd!&R1Tdιb N/ا(FA11%٠ dHutYUB`+nElҳ^Oe˲6tuVe :u03YBlLβ@P@Ү4p:§sL`@RF5.u15M@LAqTd2o Y Iu7O> U!ZQ ˁAs>z4u[mF bVFKn+;FvMU.׊'0u<W|\/ZʓN!3m6ӧ\[x3!v3zPǽS;;0,$ R>"d+ Z Ver)` N4-d?=:=R{' Ղ =1. v19ڙ,&Y?I l@!ZfSI|!q h. Ey8r`ڔ O;>Iu/,^E.p̿zEXhesUWdDpiX/{=y Fa8ɉ{zjtcspyLsM6oZie>TvϾ(7A;Z_BA:PUږNpq;dyͮndeOW;eZ` >0CW%3"hMEg9_FUnbѨ]uبMw 8:1V/owJX}`4ț]m=)\bK0]NV$o ni’wg3÷bIJqvﳶVAYts163YCh(ě5RSOrrXaVyV8?uFx-/!w4!s3ŚxwBoTXIP$~&觩gM}|=:r1zと5PT-%{aE@T㵃rTB>5!VYc[|{b[y`3] C&-C4&y\nJSsK208\,U ^r3RaH.$@Cb<;&q@꣄X*b :̖W')(Mj GNP* M;&F rMV,ng$46JA Y[Udٞq!xYIL) Ԇ`4| |@xhкeXQˊՔ}R]y!Ub!ҦQ p_ %H\./eiC.ž+/G-& 1*/WfǘMmaEAN%V%P+eNO{0812Wq}C?-#bRPĨ>4fmK~ 7;X_pGsCc6)ašۙ k+!C٩UIdDz%fM1|VvjJ@lnGdf94`GTx _x+ARfa[m~y4 žV !zuv.k[V g/mct-Yx7ngYAcs\hY;O jC kY/d%V Gnɧ' vad+w?8`pY:td tyJ MBg$/IrP>uh2r (Ϧ4e{ά2Ǖ/ѵ4U4.?\_ ;$q& (Acs) :DJJR,.]ݩ r fI!ZEڋဤ)@D6)zCuK&[ V $a 4⤤eӨ&c!DX۠Q$q+&!IIttbPֲ:'v&P|+e!'\ܙe N u4WddGF\ * ĎHmex]\ DCΠߖ뭋pyp?hZUM&qK{)KΟ7K(^z9at?<;_7IRrU^)2*>UE! um[F[C EىZ`|AXx|Lwk/ GfdC#smSkr;9gX-ђٰitc 6 {:!C[8ǽU 4k?U(tDݹa5hc !cv<x1t^ -YDma&Պ]՜ĹFmdWYnMWN"+K3 I)Kkdզ fNbGL{d[?%<7Q\h{wn vӣ{>cxlu"r db3IF!階i Yzya ΋/;Biys1r[jǪ%V~w?88\/Sp}"#dTQ:[ֲ~>Fѩ &/ o_Q/4._j-V*ďh*_~z`LMI涅ifTs &һ=hiۧJKhnP Pv5j_ЫŬwo!eBXM )eU6J(cW6l# Gs ϊWyئ*5kZ۞åZ$Wq)m _IqȚ{t"-["6ߥ9Wh5 ^G*l`'tfhlg ("(.. 9{+$rh݈.YTqz#7(Dd7g3 lE ո.Ω$ki5U<ˁ/ f$Ҧ˒-!DMx8L+0~o!" pR#*O 6/g m-@@l}zܞ b8'&R&R4fЁ>8+B1Y[;bB% ݵzf~ΰiW'.z\nblkN<;\0xө5&bx"~Xsކ]I@ll&0lT5ߋ,P" U"CIFTɕ@ϪgQ-3:'Iz ZA\^(,u7݂wJ3OD1\y掅bnuH $ڭm] waRʼ!zsmb[wdo.9 zAsؿv0Ao|D4mG#,"RT)J+[K7wb!'KXGBvS+"1յeh5PF% 0O$Le| ~g CŚ*oUp߻\ 팑nV&:@+4ܭF_Ls!sUawB>TMo+}=ӓ{#l%3JVt5VG;T$ڿzHS͊*:F*[Q,"Y@xR|'ͪw5WJ$!8jD{0Y, WC-ZoY<{΅@%iPOozqpKIZ:Xbd97S4 ͢qqpe|6-6GsɥcU ǀ`Z b{\,M/c'¾y\oGG?hXed>xP m-jxɠ .vJ­&;5QOz*z|,:B`$r(,_F%1KbǦMcKVV.BR{[>E(#D),:-,nSY\e<_%579fFfGf`^(w.VӋ{de/ ? Qg*$96|yuШ\YeW@c#Px.ֶ#w>[ALD,] rɡzXuI1/a6jT2ZM5+\~}2/Ş|{X Ct %PeZ9κmoU*\˦<2EFUMԽH{:Dc|«NV 148UCiJCT1L,F3(OGŏ; _-O!G"/aKyO YIIGZAǗp$lJ27 tĊ>A'rύ"il,Vefp-RBbSuQliYؒEjpA#OOz4\r%^y"֊fLoL~%I")Fo9%5@F> kX+5*fAp^~!(>K\+pj@]{q|/#'XeO /_6/¯ₗtP?Sv ?A" NCI?S?:9|n٬y@:iC_+wkN9ԤOuq9tzQ/f_,Pz b ҞL7Fw+‰Dñ >*1ɓ_{'` t0:W;S34ֳns2λgO 4%lBi!'86 sVm0dïBYmn>AWbLsMP9e|A(s'Cvr\5 3، J ҵITB&ŔSW <SgND=יϜx geCcaHo`LtӧSdsX0sH'(7NgY͡HЈXDx@$x0#a xU%zl]edN =PfJAaD)M/k ƺ[QJƥԅ ruK83ۙtlx>G0IQ-?&Zg~f'"Վ^nXRl9˩De^%pD^2UDα?J =Eec"h2/s6txHȼ9xLOiUlLjHͦߛp^>0/Tuz(͕TnT<+Ӌ{52BJXʫMv&GQM/Q b!cA/6%Mz&S6gmY ´w S髿@ -Ԃas/$SJ1 |HK fϼE=Fw-Iгw3OE%ЬSѨ=wSmˏeXTc/__\OO\`=9 ^$WݐB/$tְ?vì<ᷟ=\SB*ӦxsbfзcBl)80/VՁ,Kh +i"5_ Hn@§9V%m`;4z?<̓$p a0ڂַJ?5WQPɇ!tKhlifE(аL$4q1*NKq#0F -UZK4vXAXE\|TVupWπ9Z`"@8"("ںp>ZdN6WKVȘbGl^>vMGUnVs!Ujsk#9"̝5ܥ!:,d̰\VB̳*!4~StpU1ӹ{k̭3G:dL r'&f,^5ڰm8,^ 9+Tȿ [Kvb[$U pݶ1/'y@JjKhQ }WWX5 @ѪQ  \J5Ubذ]H,^1/, )`Z9?Y6 ~#P޲?t8DuψwwVIdI;jk-\3!HTx5Axwr<<|w<u[|xf`-?jͅTZzˣѻ׾,FRlz~6F !ji|Zb}ט9dG'{y>zDnr4Ć [c,.Ѧ:֫H$È,EUcj A>eH!N^n%/% wx42 Kӂ+ry|?HlN[ItyAC=12=f酫2GΕ+!eBh?5]BPQ[.2LwcՈm׎ Rey7['ŵTF c#p𴜬ʒdfַiqH?0wj|Yv_vg8I{ӅT ;Q4d#F]xZJWQIh0VY6E5i@WG "]ZZQ\,-)TZY><Ƿdewl=sdB݆h7v:V T@1*[J W,OqzkՕGQ1¹a(SŃZɦW@XTiIXl"u<ۨ;at>8Eg7]jv6XF^x [@r?q0*Y(!+O–QAT:Vz+f\ԡ!I>/&EN(iy[Q i0Gf^k(ԥ&4ӠDŊtD2F'c1.O@"]x, ҟJ{qr%AlU៓MX2AZg`^v/VK`,HE wOc5/Vыjl:yVװ]B_^"+B9?tv)/eUNS9[|X`0\;Q[)tIj~{,DvԖǽzci<HT,|6{رYWmURøY|^HrjEIjŜ %.DZDc%9ZOǻ #Cz DW QK<䜼P5DJg\,L KF݃Y(|Q\3=:|#| _lzRBF%K!ȳ#/4#[x *MܪJ@Y :?(ER’ kյadlQrF:EZw;dGpMZÄѫ [Ö97p)gĔ49Ka38c]) 3;/v ,s>RVL̛hvul_CA-r#p_8OZEhk{sHX6Z, 0*`b{ +8jK!f4zI@!r#:䆂 VzIlQJ0¹a 0fhwD)>B^řn9oVB1d/\ď|(9;rp940\r(Lj "v [,B#tVx R\%Hcfd{,au_PzWQ6Bfㄳ7h~T2νMze&πn>'iDRoy#A@{Л umllUCVYctC#j[wAc.tPb[a`$A.(PV6ꤎ, {nlrcL~\R`4lVWliΪX P622x)RIP4\Q$Vi߈P`KTu}1"J&R8x6^9H)6)?LYA3C׾Z-,xNbV5͋r( NMLm6 $!wId5Kb7q ߓLwQ5dpawA'3FHr X!8_1,TN`-]xtF] 7FJ6˒]q<֐~Kw ,fa:Nl,!n׋ltUh6?{H'`Hu#d<ק~Dϣ .$lv;֤O ϧ׵BshDmz2I3CPR"&Es&A)LFƾAH'lIs4(zx!<$#t"r X8bmgG92G G}~]p4c<)rah l ZRt.Ŵ0H!|624,TX4*N޹Z]x`#m<&ziʚ&n{a&R" 硰KB&E-+[-2XwYXAb"Z@ {`L/[YHaYr V%āS\"4ө@)^+$Ogָ6͋E{1 ʦŲ3B~?}5pJćxNڹXelx_)3Wn^ٻX^L/?ur mF:E;x=xZ74^ccԓܖ>@;49Gn`оk!!`+OFI0(,BCٻRFVCفy\^_3^ S4YmOd1J7pMC= UcqR ćSEy‰Ή\Z}0 ҩt U=#q SU~o6,' TJʃsv7V":s'u|J}ن;݋iBX0iΤEL"J=bkt]$+$`k~͵{lA49;džd%Jxà_0I|)=u*K]K,VYBN|jמּ4llG!33"Ҹu$996!g` Vy%.Z]Y׊RDhxbL)6B$f"h,VSDdjGba*5?F Zt2w=F,KLa%R4L1t]ؓܬIa U v4M ޢ$ZP9)4%H2z)C74l0_Zў:DrINɍgV;bmMt k+u U)'Є˪kW1U _o+ ]ۍn^52ffKPqx{>4M2)j!w+ z%6X1Ѿف&#oX^X%#+XQm D}P+] ,3\u sgH$FNLkT$U,:>bL1gf9pb+x=S" Ҋ@1* wI/@N BY sݚW,LEr킰7™˸ixuۉn`=@cq> >ɕgVVm*`< pR6kƠp (sF:aYYRpebR,UZI8xgHHBknC"sJίgzWȠb=]a.oH4n0H[.x.G'9'G# z?z`ZVxufeNe;- rA V~A9fP/DATEn%B=.XxwM?>Fgs[๙J2 Hj3آ$,Un [Qj?[aR=Oׇ { lNH@MݫRUEwN\)!UMvTsV1bqB!𢺛^'qmV^bU51?@@mupKm h ^:9su#&k'1[56b\6e}c2jHj'DƱ3InG3re^u"ɱF&:7:4${UPԩR? 58Ő `Xy(W|_ʦSXs?CNOc b Nk$"@2/< Mӓm?) \eS&U7"hd]C99 ZWR_~qv΅ 4 oLЏ2 C@ɌԞ8؆8z(up4A8p0DVBifh0E$;KN}#9] N@>Si\RW57ܠcbg9oPó6G26٬C-. zpE {GcX' ,Ah 퓱;cq0,%>'ִ؊ vDZ-%h0Tr,19vʉ5+J$mL0hnR!Bc<5n8:_>٪`}G[ta,/(Y - wBdָ_įIN*5FtU-k8 6ʻ5әF)%Ɏ1:rnY h,4x% 뚫PYsP]#΀m .!u UT50g$a6vDN}62 4 &F*P& 9M]aI@ =\DrՊ6VwQ)iO f=~ƺhT-Jr##*~Jl./Ai*V8.ͼ#|k Y8>cQ1=qTˢb"ڦMb]u 5$#QA%ÔUl"!%n[tDځz2K2AG6.^W0 r֞H+m1.zhA% 2@P['&Sp"h!*+PI*sO t N+RF'VOX`"H> hrؕsj1ڐ-Fhwul r, yxq{'+M0 / ;]$خSd"# %4"2R #AaCXҒ8*OrAɹN Jz};FKl'ׂ VAl0ɗdrDSBhв\OFI'\[a)t$66EfdT˺( :^@|(e\8I 8rIM0c-ĜUeEi["W!)Dc0kYE! vؔ` `rN5vj.*jy*HttM Mvɤnxk|.6UJր`7H=ݹ48LQ"cy@ju*(_#ljޕW,MUJe Tx5ˌuBbGD]U2QЦpt`c0pdI%3dgC.e4~~\N㶋w! xX U[<&\wXo]񘷧+.UbqY^ezQ}b3UDo&MD)ꛩh7_j.0ezk!b4V_v9F!o ?*lBPBf }i>6mC3 Im@[~f]}9 3A_knWBz#,}y-1Z' 3B˳`ii:[bۇ|t(Ju"RL)Þ,Edbi[Ϻ=n /X tT CnaqM)D]m[M*\Qɻ'B3 +i3(Q_TF+W'3]~փ򄙘0 ^N2fSͼа alg*!`bқv8k;=}YiJ]'$NCDܩFe.b3߼]C5_Vo* P1<˚{gOfKbyJF7|g?~;8m>~s{|͓k{?/>?.ߎ=a_]51>/̪?9Z?c+nݖ9&W%̋wv3{ޟ^yx1}X |oOqI7ӛYCW7ʱͧ1_sCS2d9]~qşEN <^MeU[Ҧ3i=ϵ Bz%ʌ oUe,@l27W]CV'ظpCZMJ8U ><`|Z`;Z݆ kyJڍCn{X ފ|*B簄jڗ)q5tis}4[鎾lA>Qy;>ͅ5B`~t6h0)J>y$ h=8L~c ޢwl'w0INJ(5#0l/ |4 r|.aǔ٪,no!-UMu̧e}* Z&"a24TL22yB2(:.5Gve^Jfuw>߽X@<SFrCx{8kTCpf#J&NX>@- Jf{Go٤wP"! :8 p6hY?D%Œ ڐSz ˎ)Y%PWh=<hBAwc04aҧ%nX lp=h5_N8:\*1=<lX3qP."W+9zJ5(WEY53 ) 0JugSzrTI;G,ErV@23b5-ȅ.,%hGZ|hX+NNuI?Fm.M6HMdzlAvO<V7vNp-ZsiV *ڋaX(iR5!'#3cŹ^ZDMTp-z场KF'ʢvW\Ga˜@QzвUs@KB+B5\tWpKS^-Y4rjbjGq0yrpAXUz"|>r Xie09 ևRbzPȓʼnʞQLmC9W҅Q$$"}\tn$Ul]ǘ&O\<(ba}$t;)N?5~qLXk)VYk 3vb5 mcbOTbQ-?RR8i \QJ.׼$y`-h*+ λybk X+*8yAZJ8Z^lv(eWTo"Ī]5/,؎HS40ċ(o.MŴ^mN$kQBxtJ VlAj445}"p # STLTOS(4\ԑEo4-V(+RZ N- R 0a-gKVX~GJrT*m44kUpz6w EUܹ)*ŊO<(UIi3`L=skgmi]Mι7PmsL{=z Wz)~.-F! A#{NuVKCcØO5F+mrqM:]"|}M9lp`CAp"PyZoi 9stYYbxvTTY!+R?w011-/H,{z 4. *1s0*JdUu_ 9#(O ,FX!$d1Ǐv4Y<X;K"PaʋTq^TN8{H@q d'!-"4Aa4"vϡgm~"m>spB9q]9r4m$ϔG)z<,m]]c5\IAMb``:|bOVB8:>J7ϸү*)f(]_s` ,5^Gi PbM{Nc8 "O|%y7aݨ댭aiQpxh8~Zo#]'/Uy̱C'+h8. G`^ -t_53c9\"^rh [Ȝ (*#\2Ģlpp~r 愦`G|CbKC c6kB:=k ҃C0튯WTh4֊wiIL H9XpPW|# jA41HM[h͕:Ku)yP\G4$Oy -c(.Xѡ(x`Ua%''uQAr3P\dy7!&*~Ł7lͻL%,DA7_m I,w!6IAc ӂ^$ym>LղTb g&n٨Gxoꥶ9?=ڃWgne(؀ή~*dƵNVI[\z/Z6햳m6ݝXE"ef( *R$.Kwk sn 6azM=9]=>3,5)K4| ٌ,A T2}h!9 M.fL@&~L8.xN !rPMSR{n~3d竖b##iC<>/@FV)P;rW;(/3VO"b"HIl.7/7*[@X| u]|t[A7VwzRO a;PĥcwB% *w.PSAt,XH.3ݸ,h PF%_zACSY*f N̚ܩq]Nwh*ۮk0/<FPMߦCU+x>(;6¦$tÌ V `zf5 Y'bP+dra y;NlwIP%2,BP+X@V0i2y11b !d6Ba 쭔z?uÁD PØLVF gr&$:I[ T0kx0ZTbEmf(/2&:HP:|ry&{WRZ=:uׇGdTx28 %fRzۓ'#>OKy%}IR^ @K;]¤[iY5ҮWLrҩD*cG~sMS"p&EzP/OBMc9Cm+?&Umu.M_vF\\98'|%TTfn/'n9haTA51ixzR̢xDxf'IbB  T\֔¦#AqjDJp5yIHFmVwQ0jE:WE`M +jfcs jU7P&c6n}"b ǦJM7zԉE5-"ZSga}bcX"c@9|/X9 ַwye~ifڻs4lCl"zִ5SeN aვ6b# LoC]+yQdgfSG5 gI gv YƁjc| ̹3^(χwl jlI۬E {T늨ҿ2m Kۚ?Ѥ:B#Sֈ%Xڿ> X>K6aXv0*^6N.oF#O=atq 1%6a, &o r;!C%m b4;ll{MFڜ27]SAIPWr؂*9f@)0 teh (&5eD.뺽Nw_A {$M;'g ϩڈMu=Zy45/Gxx~yzvr0(rP-eROCjHbg/ Bi!D,"fèxCۻ\p||yc:H* am,,p zhpEfeOxC!IH6I}I-G˻Ag'GCl7Ehtxp,YrjllX́0Oi୆p<|l#Ŧo@޷CņM RDD"I7nFzyO.8}w+IUCb?Vufa-q!3CjiV1Z#~^Ral:R4([Rˉ9;o 5K}~sa{X3x$J _Rmvr 3E:@2rqD.CTPȁIG/vuVF9E!K0F8k`+mdJ@Qw"Qn/$Dζ{KZdM asl<3H^btl /aެsܼgAH6 .$ PpN$w7$vb=I"].=C;|@w_wNp0D1z;xMbt5PX)߽H@3?qDv@wc% (%8 V UpNm)o NÓK^Ј.*HOphܓ/v$l)^`Ř'sGӈ1{ʊ}|Ldڤ)( 8v]iUNv舎qŀ@ X W:)<3#c^]Rh*-؎J4G'}^~hl% D'sc;?T zqP56g`X=?@1VEvXp=J8j"` ⪅MoN3jz3:^b_g@,}/)8g8M?>0G فW:,h|pxkۚ%-q#h'Ymt6zvBbw=ͽ|??x{x[ H^j; eCZ9S*%Zfܮhp(e` !*ɜItZ7-+Ey颣.4m(kmp`4 .\9?;XZf}X~msq̸t:U=X ZP:>`mlT)Zh( @&NIT/.ڸYpZqQ=Rjc|myͻ㏉E.VlFbVĶM ҲwTb:O r;ӣ9D56:'D|ˮB X$bPTMuG[h9y^tSRDy9me"11x G2cxLM+Weq(sK<֒cuUy得$J%8<%$i) b= r4 kOf:7'ʡ"R$Ca` v_Z }|{@(7"q@w&Y`0UfUNB|W(6F }¸Jm ^N莂LF'?ze dڧ5(1-1_n $%#>NX}vZwX}2GsC޵K_V(|Bh@,\A;D]߹CD)YX'[ۖv+-d?M߸/\FYUHV|Rwx|&tx:W:/EjS<\wd8DԷw6 ʼgCmϻhm1s3bp_o>~xJYmE4ru>Z{f[԰Q lFJnbplcKϴh7G J_Ҕ~R!a%`-ְcb/'WAˏS ܼdGd΢Ҥ)h wHV#5N9?h$g$Lj`eW2*FaS=Hm< Y؇1昙Jl`lO'g,.zyK-mDKmHmi-*+wm^]%u;dIcP";VӶ{׼g1I Wp,wkakdw];'SFa,/e'ut- T;v)p5P8AT\6űY`LJhrFek [č8MF/;]M,C_)4, Bv&ꔄCbҰP:B%c{ \`eEK9M)Fulx֖m<.K \]GQdP;ځ˘q2­uh?G'vm('P-ObPֆE]!R<({W qn 6G{zL%h=Q|M(ѻX߳UUN00޻;P|(|Oc]Qlhw*$еP](Y1XZzh&pQdN۰ Z28.ӉtcRq}qSWhJDZ^h4(S֋13]yl? %`dG9ogʙjT۴{mk{[5n-6/6C=}fTRoZ Ӡ5H$8:}7.63gU("zVktpv4'Ǯi!*"=oee%Q/mIj9Z!eƶ6ՎZJaFi0[խ=~Lyh]&D,gLhEܚh9R:c׾gsm aW[N=R2?(PGgi$b;zK,t<L3 ۶CaO=[:lpxҭ4S}:8'uuvrA DE{͇kxHGF33\p04< ONφ'?iS?.+/L\9jͦү"jkeKB@- * ^[yVq£1\G(᠑PEn)^tVh+/U>yt3QRHy!k=6yĹk'K> =n8>F(tq'B+ɀjHF.H-NcjZ~\&!I3lj+۫_d\d::4٦ 9ihChav`o܍2^;كN6]YRrK}qT?!0%"NQ啸Nwq7,2^`Ksii2e*I~ܞ_a^m uOEڼkDY*_̏{5nnx{8u\Uh4[}B8j"p@7Ӑ]QțUlgcTqZ;uri<>.A15է-F B+tJ4"O1._%LRFZⅹr<ؐ!퟾n͏IҜ"Hsecqpt(9cHTra a<[$;CLtUaj5^xQolpW8@X\qu,[Sm;3OJȾ'}|,$`GH8೷'6 "8g}/qChABl.<~}9:y}]_߳%㵗'#oaj/iq6Jr3dq[ ""}'#r] +Ž0mJ[> OYvç)D(_D\1f)mU$I6 I+-b-M$hES>$!) 7|7MOtDcbiI9}.s <),pI T5ctkpUŧ$`9 - Q*UY/W^D":b-)n̝p@]݉uRoj.ri̍FF>ta>sy]1/( tCW?A}VRac nsôqy]Ln2ΣD5%EiC,Խggj [e3<*FּvBBpVrkjٜ{Ru;5|Eɥ|Ӹ&gɓgߌ&o>=fg~հ]߲qyh[-K"Ϟg1׋erww/<ʋ]/Ƭ?ݩjri[,<=' V4܄%~Z㕪8vѽ[4ZgU֕AbGt,ƞacytF6tWY~%wS T7ϱ?N#,+q@m;G{6889;T‹ #K6 VwOisJb\S!wb>7+ȋ2᧗%~:;U}@;(TaB*fK򒿔QEJ>Uvq4qw^ 7/'|7=û^y,A'__>޻|DuNyi#GT~\&/zEGiRͰGhgM?{JJ%yks6e3 6tpg$ãhx2j(e4Wl Ū  njOy~ByjaLi;sjp[ߦEZ0u"hKA6^>cA^$;WQf,a!n*<+y.systemd.positive.5.gz>4z(ђլTDi,/ؤP JfNyyyl+v9%"{9Lŷ'ϟ]~} .jӃnt#%R3]i0\3>*"ou33&B\u^lU@OIZ*48:Oex:E$uǧ/g8'f_U7|SoUS!"+sӦÂK-8]i=綅;L(87CEx1 89*Ca8&;"_sctASE|MZ=" 8/ܴ$ $T''L./o@پaέL.r` |2t=p4޼@ zblx˩ö~n;Awlw?؟ 0K# [5);T^xx| hF=H5E2{ 6iE^PsAze'=EQMݵ?u:$;.2jՐ"m;ZZbƐ(Muu$v۠J9ї($,/<8dj̍X:Ԉy+Z!+$K핎BA(ZQL4rQx Z)$aXyYgm6Hg3h dz"2M3 ȿ<w߭-0΅[HD(8Q"s1 ,f^5&@~anb2[g)~ۺ/.ꇃ/Koal5U% *ŷ&YLƪH\YuMϾ;}zz<;9;yq2 πU7lk44/E$2.PnDރGܙ{SL]&{ӳ%kbl!iDcG:ig_/[OAkDq6)q^;;J6tK-y0ˎl%"9bzd[;cT-[Ū&.V b#L&UUoZWaH^T #3v*pJv4[Hpj\?ho'Co3P-j 2a?$`楒n1s~N^r3o7O[=7S5vuO]iyh}7LC*:_7 j o0j7QeM{9ȔfL J"! s( MafxϔtCՙH-g_%9휷O%΢@mB[#߉a(qiî Ȁ P圔5ļ≍J# F)5ih{ ţM6L]K><9GknG#nTH/-*אPR"Xk#g PIυ,RjٽȔjS8 e`z#0m "ݡwÑX~yփ00RC=H(PVf>*هøAz8˜ĆY Sb8j~Y*f".BN G +b$wqw}8-rp'nt 29iy/V #r:`$HU$ z"QWw *]$5i}I "NfِNJeH9(Q G8G`Qkp(HiN>w΋ r;-mGTeX<3 8EYR{w| &CLЍh UEC+oRX1DDkYPh$+-dw*xcAE领+}Uդ<#>X|8ʏ7Pⅳ8,ޮf7CiIZ.BoR!)wH FmNjpמQU cL&9oT:xK]qŽ)ې>̆G 2c`:oh߬pߣr$ A8+"B%'4?(I18K RæPK)FgQ`a7t ]%K_dC֢! ,0jv4wFTrl$j10 }mcku:~!  xp;TFv\^fp˴NLN. @,8e:%SF#i#ҙЧTU"\?/a]ZnL} 9*6 r_]Ă{_iBSlL?(bLx)К ;MN3ը {^`4|dĜ^Ǒ mS/(,i;u HOzӴQ rvr(_?ʭFbv7\},Wm>_U |Mq3NH8^onpԎ#G]Ud9.Y!>`jl[e3)'rRta'TJ?-`T%|CDsVCQ5kL c4F=fg[?.F-KO#Q[˸缨ЯZ2][2oF=6#{ }((jm)L&ȃaz8bxv#wG)3tXж~pfp@P:,+l019B8DO@H?."RZJ| rٳǁ>Uʟo_&J1{qYiBJHȅ@0 P">LZDC1emg ;D8ʃ58Sks84 K`'<ӯt;36iB`I"ЫPRڴICjяZG.4Q[46_Q4,BzpywyRy%Ed͠s#) w4un9NƳ X)cF2>2euq."^OX/ᓋ u31Wų?hn#IG+^HZW=Tuoj9,F)E#5(h)}6ѐD.,~Os͘_5F4 :3a1+BeCTHCmtL  LNhq0.ɲ!v {.ӅzW/8VeEIJx< Q ${2*(څ&*ܒS;uEt jY+2ff}+ւ81 !^DK Nʪ)y}9& ԡH}4x{& )K0EM1uwMcx@N {}z^x k[d^w>k^kD뵗|A{[{y𝉤tK _OJk_#~pvW1Ȫ"zk2ijfALZL`~ .c6(. @ a^&ͬ-kg%ЀMZ, E6,< < kz*/ G!Ձ1:S]pH@j8eqw୭ԷJ="b˺"*x9tm}Ȳ~SsPxӆ|͙əV%^ȿxKs׾=w5)/oc'w@@NFvr7p|iRǖZ'PΙ>}yz#[IzoX;7MT'q1mKs״~@kኆ0e:p*ȱqo3@=an "ႢS(-oρKݏ,ѷ[[tDcVG Am=aV~!rѦ|Sl'ɡj,O3STQ.Ud5QeJqť RImGI%9|:,CWOzA{:SHZB=x !s:lԃ .\0|c]I@r_Za2,0egg F[D>rͧ^ uG #Q-'iI X͉FebU,(D+!.Z,fɉ35jIp+!LJf|X͹J(KeJ:(HGJ@skZN>{h?+Ir׽Y+ɨ`fi=uc>3W&\1F9]PL/bJ/sȩxx_q~Q7ġp՛B<Pi ,.oFXO`)V{;tldl6n6eg}>Q7=v\;=/pi~RᰧUgیDoIPBW?n7ֵ2OSzPMĚ 鱗ڞ<;Ė]:!N {^ash_vn?%%ObO|_H=/!΃?I;5/)담F*mBj)@ypOX2ڂ2-씽e#{X!Kƛ=16vw!j#i;mhj4C&zvz?LJbPH1ô1j`S.)*taD.H+7<;g:UX>6ݻeTu-GlъY>z9d"p@*׶sL<|[^\a+:^ee*M Mru ~'h+b}}%#pYk?pyٳW'?^|};yŷXt?Tg\ǭM4 (0%ag1㛞p~s—L'_2 etk4N:"IIyLjCi^0/ `L@:P`-RHtv1'M0Q^zF2^c=p|rsU<%Gѣ/wC >@# Ĝ>)a^ZOU9ax*zT~7sѴZL(Bh]^4AҐڻ0YE}hpJT"x HD1@Duk) L1{8#K$GkfsdrwT*JRO<{pӠ2LuWH?|&`~7LNI!sɎV ۜE}$`KynWXJVR7Aovb2%beefz?&@-G|"܅Pj؋I\!ζD%^&4tUM [w *v%q» 8T4޺X[7O_(*li7dmte %^K鋫UX_Y7MVLl,mLLY$!AGP!I@^,'pD43h:S0m)]l-NkR> 8cʈ10޲j4ֳTeŬnU{iDzl&)HryU*RpE q,}#WBA*%vAxaHŤR_rGg+d^xx9*Q+={fE:O0{6O 5./%8\V4V"C/1_gRzsœ?4\<{f(/i- ԟ)yu 2v_ҵpU1IQx]@G| #|?~82?~(&:Ǯ`?Jfu}J<-z6F2 u@H~1Ѣn}2iF-+7#;[8 VtJTZIn2ӴQ]&9|.J,#f*}ET-KNasZgjjif-PҎJ  m8|Rɺ2 #I\lś~pN -PrE0ܵ "p>Uj;YqG Wٱ\ :pw@S"JE%[`N| z㋩cBe' ^g^@V[Y܀ҽ,aG2,]+r\Z=,QZMj#-/1AIgGL=wح#׏?l)lc'_2p:ft߮ei8-=ԯ=JT=k65.n|[ ER0Ej $vP2XXxK7o娵+x!9 9 UoKVl\3k+*~qpRp` 2# v+{ UR@ԅPQ~Hkϗ_@-믢W e p gH>FfM5 )X vm{+=^x LWiF=+q&kE161JȷSvD:h+$!Tɴ0zݣI7B66&ľ.iL |xpB]yި %j֩Ǽ!`VI:wN=cQ# {p'hI[睊w" L Z™Ȧқwa8Jmiх).#*9|ʬqG=k4]?lYW ծ6h$:jY&3(<"fcҳ".:GMXSq\܃EkOcϲ YF^ãd<qN[yߧsHJC3ˢ@DǞrrCz2|7g^~o@Rte 5hJ/e#VTCf=ƫ]t DvPR#GyݠIt111(x(KW *̈́T˅8#·do )+l_|k16VˆWk|@39YPUg\WB4X= nyʻCX~9^#`#r &@R4pZ^r|:b{]~mhGyy$LtɧJ=s<^MP%xAbt\H;{ֿ- hO3 i=# MFxGhOp1>14/␯_*jQZ&ǀ#w [.(DњvN!g.s&Kв]i%,c=NM.RJrdY*\]J>dS90@תѶ?3eX#VnmV(ª[8h%"ȂU _a"ac`UNR(@bVr 3h;ax,{.%hx`s 6 %Sb8\qG[8u^JGg|ã^H&>x>`*+`0girpHMQ|QTt1ZĂGHH0UK%(,G=`O&=qmMd ;߯-0lt:l-]9KX hI׏P[ZVdj)?+3Qz%\k&BDBrD]$r%9,l^v]MaSk@H89%-%I<0v~#zxGpyKWOW{~*JNQ qoL'KDAoFb[UNtc1!6؍[^VO37 )/*Sh٪&.9_;jNo*YЦugmV8MF-e`S 'Ld[#\\%>EE7457Uaf{D׶~8_n􏅐qm OlJJ J($m+dtüW=]ن>x‚"Z LPޠդ1W^. ӈ _Ju2|X'l'_QEYf! WQ Q@F x7!X1lȌ!@#Lj\&VԡBɏfxE0zX_A 4Ա$M~[ĈICyQM&.ՑFx~0ݐ̇9DMӚ ';^a&uZyD#nG/IxGkK B~ 1h$U=);WzLˡtざeĈ7i`k¸דX֠.@?jT1T6"ܡ./"3t[^/ΌX9z~-ia NҚUV%Ϊz1f/"jt6Zkӳ\e%` b/[ z, .䍜Rlԣس*~ |h6/H0nnĠh +jd%c!DތTSWhjYŒ32 `w1? <I4MvTķl&kzs P^n1њ%ZY+|{|a?Z3E'꠵ :(X'`9u ^&VgiW\'=)tq$?i+̎.dD%3VLnOx6R<0hLJb;LHUQϟM]ɟ3n*.vV59λN Όrd}tNjKVrq8H_]ABSfHb}><.$V1912$weWeU^%Hv&2(<lwS_DΧ5 0|y[^WyqBWrkz[<+| Et`P GЪ9R$qOl///(N,sDqԁmn H]O~f* l(( _QˉLHJ.'ۄgBQGv4%)I|c ee3vo2ki)om M}DкJ F:SE rPzInIP̡&{D~߉ZF$ :x‰/`F7k A$QL.W CXE4`9">z\28‚o0 Sԗ*kPv'RTa^C??IzK{I;Z :m!U#,_UNT%mKsTG &l|ln&e@bФ,I V$Qbp:K GLF}c^R $2l}zSF4)O Br OƉL{)Zkoŝ^ՠx^th `:Hc5zwVHAܶ !q@@3:Nom.&l=dxӪ_6:W8U##]" Đ6K6х7 5d&r&L-U;6#~qnnL1a.\ЃؿhNV@N]L}FŔD 'eoߡ"n/pnŀ! z6{TN+q-O;@}=+I9i~6m!#7kh-S\Ck"硲{FDU:jN -HdGB^ٖ>MHM;ƲRCerh?х{lD&#Db LśsPhYs+Tɯ4V~{\Kgk{#WIwrd{Dc?ܥ,a6{CoޤY'F',#҅ę 'C,wH;0 r 3j\.ĸ:X.;  qQlaqr"# k!o–z]&b1̪jw>8.WE>x]SI/Wn3# 'XV ڊ7^Bw|]6;o/6~{z~}P9K^gXo; uM!Vn?:{`nL +ha}YJQ<"V˻4w,dݰy]s1%-}Fwm.Wren0 P< mgCޭ ŝP2j MeRON0e%8s;ڊ}MZ>"\ nec=2Ώ6^I8ڮ 836, "B;BCB|whr4؂mt89'C*?L@^u7ofi㛛}2c6rm>>e,1.G! ~HwVvi4[|gfw},9&!`7ojKkQ=#׻Ser3mwm]5V=~:ݛI:4, Î1],?cu}Eݣ6>94ڲ{'UgyބC,W8Ÿ@ l3D}|,Ҽse.H2Sb.^0vUW߼zͳN98}"0mZɶZ:s^l~fyh4ѧ?ddVHbdY,99?<=LFo.GwoN|׌>3:HFdR|dFt/F\⋋l(^#_/NG'o3qǨ,m.])ʋ^? eŤfw |0:IUUN2pغ*l4q>1p^)I3dy]K1rr[e$ $eԛUeu/3،o{0Wu4Õ$],1/S7rxK*LԈgEV,| #Dp5']zGֽ7(T}=Ns=]D#vل7jO#+7kIVUY,"5z@ _>_,6п~2:l Ϊe"v_e\W@h/~߷D4KDMB7v8KFx?r "1Z07.~L7ɤ`ίI ҕM| ps?u ,94$p!Il- k/h6 _Z ~ON/Pyx(% Iz,{OUZ( ~UkN5WǗҹ.L'q2uy.k"<–Y&GMTE~ ;xߋ:GE.5J- N.Vސ&}Xj/N~H0[Xboz=YM44$EVߖ{ Fx,o3}DǗ5{|+oC:`+'$4އ4 ])S\w*w7fu/'㷗篏/'ɋӋӳg'C(a ċl[>,F I$2^C%#H~ջjo__M@)qx(9x;^$H ܳx혬I']0h1|MFg8]x@:)'ﳚ6g^ 3K3rjKgDtY^fh4a,xtlz W&5@֨V\y:lZ{ ~[c"$.pxÙ|% sش#!ewSPpg^q+KY\9$Ȏ(qrR"}oA'IӛO2_Ƚacj`H4 CESOC=8 ge&'$<n\iy[qEt;T~H(Pm_441QaHE7RDY5dR@iK Kr_=/nō2,qY( H5FHYH5/¢"u$\P#*"p!Zqm[j0q1!k%SN D ]6:-r$H|kVb/E:'ΒƇ$UWKølʬO`V@akYdkUYfivPe2)3=2ZMpe9.ux  aRZDEjye9YpVńm0O3N*1(# xΑ©"5aM>s,HBjppsR{[OL;x1P8: R5.|//$U>մ#SI:#\YYgzx$ֺ'B N9pYe F$϶N2!!Oղ=togMR2؂iSó\A#sn/TQ$ c|#sh0/e3ۺ錏8&P'&?|*t ۲1݋1[W͟˱^P?U*^'XCn:BD|ٔg/δ|FuVv?"(L^Q/ C3Zx 5"kW(䲂>@bvh6ˠIK$鍴!yȽD; or&CI[ƴd/^NJ)T!IꃌpdŚպP]}WD%v xe T< ATwY=:gI:$p+#\n'K`hZEJ>m alH)$H]Ѵ.HY$1ޭjG[vacs]`~\ZT2(` !٢zp鼵G5d899OiՂ' \ZY'q's .{+ftTu|fJ۶>,| t%T>iY7Xa"뀁#rAU.1Ro`օ$ 2( \# B6"|Flcq.>3ԯ.0d9@ڶA(# -^3u)(HEOpڽ.3h3-F61k5lOPwqkzº> yGm6$=5M:%34rk4 /W;7ڃ:C$>qp[LڟRM&y8Ù\q0Í0'uߦđN9sAc.@JRbNvnٔ>IVJ~iFO|eQWy(p 8] ty浺i1 N'1!i.>F_x\1 ߢzO)̥qVpRv^;{^H0x.P@A^Gנ 6iO39;v;e!t T6 @j4q%:ni3i`I$G%L)AcJcJ>qq[F uy!Pғm(cꉹPA·si^xJR%G$p쩈<߽&e V}v6-brMsn1{R;̚Mv{a~By@֘5%qD4yu'!1[goN_ Yс,Ќ9bɻӓg,J[Wd,Kx[Y ΁{?NɟQ޻9ZpK;?٧?I*8LARA]B奿 c`C*q" b.u|4yȡ$B  IIDu/dC>ᖢV yuf!]n(wW ?46KD /$eB:R#q6v^KPyC;)UZO>k4))g&v#|&nb88b\dUH`|;?(éV<@ O+ƺY~YaϤ!ʓo]Ȳ5ۭQPoӍa;f%~DrYSsv(g5YU3Q$ôY&ں&%L /~ 8^*6AO ZӣRl:Ok%yÙrP2l^}VbiV1C٪;%'~(ú):ROjChy[+Ik,cN@,,[mgfBY_Wz~͕_ ^B_o9^"ـ ٲ6.sE>$gѾ I_iV18bt4r5:Ur!(F\mt^q(qBfN9:By{Jg6 #_y,MƯ`؈lgI̙YBafcLC™ yu#Un$Ccwc t'Ahv2GJ™jJм25lr$}BF\Vs 81w {^qv>vxt#!U D|F h\܏إ3lpn]Ҭ9i:&-} J([p:DqfT8atO$@$R`BZ!W ӊ9 PҐk'T#vUxHM{2r:n* Lp-lktL/,GZ?;rDVՋu1剉Lic|:W;Hr;{xZCa;gu6 +2k^EHos>/V ='ꌕ-*&E@iIvZPxuCfm-nQ"$. *D9:1,@##K32wT۷̴ltuSo_-o *2&-mQ&c!=m2צ1{1yRi6dLJw#o-9V2LRUEH飙Z|0H⣈fsc ͎p#Gr)n i(5ktPؚoX!ԭ)gwehtx Cw>vE 6áumsMU* ݛ,<K˜bBAEg)Σ!xj@/G@(5Ea*Nasgw.V!YVo&T$dX2ɦOÚ) fȋ>4FR ^Ҭ`j ''8]~ϼ_ qlvE{&i÷GQߺsad,yw`ʯAOU}I5 DNO*"Z {PDI6!Ir_kgoŽ4k890ΓU+1 JZB$Ŷr^!,I)Dg|Li9YZ$@"|dD*1eBw׿-JU'Z Hw:N6ef_q[_lQ焾U(u.SInaSso--l̳oH"^|liYx\B1cMu\^Y2 :q&ڲ!QV:t9 )ioxM?βG1)$/EnxMV|uYMeh֑Jm$um w n($0g:m |WDh&#ܴoCm:$sE9'֕ANY*3hp/>LfMP=-ᗮx"5hӍqҦ^(쪬p·ǛH慪R{B \&!h(^a&I;:1ۺϧL65VhTQ[}'yD%Xơ6bl#AJ zB,+J jlV|^m3%7>4958(xYڤ]gܤcfeYdݕL6*B ;Rt~ )T0]u&8Z|tq7^(luC-#Wd[7#?ԺT9I!]bH;%l>ތ|T|E (":p%}bēo~tQIR)#%˔Eꂰ i8t='|Cjأτ|!esm8 *K 8+f=08z^筐wL$!Dhc뚄 y_!EÆb[Ϧ܊ !d01Z\zj$W߽HtvY=z{ܶJMZVjy)F0 koEȮؕ|tA_y&Ȱ&`-."&fbp3[k7qYXo8q<+vt$aZT47#zaMNliNÂ|iC(u]3,uZܒ(ZOp$DŽ1EV%SrIahs-i* lmiEo~q-]n z5$)Qo{jA$QRs2)TӼ;'7[m;)ƻ-%I; T@@2T3#1Il΃1m_!1j;4h'3ELVL8sN&=eTQI^">c4!YD4@+]!7w}T]=qKś b&S毬8,-ߞfX($N8f2gT5 Uz#RJ9߄"$t=5މb 22tѾq4͓S+Q30fle@ qS6rc3rAL`oߢ΅I-w&`/u|j'' 1,ޭt螃Ds/9ɴشgP)BB~MV#=k}gE%W{XP%*Ci8,Ӽ-8cC!6ʪ1(ˢ@di]O(ԗ|{Ia+"eC"R|)Sr]С YBaD"eLĀn1e[R䴘eiPv8I}$//H&)mi޽9}uZЯN^;9qj qty|vlKfo{,e?vljVr-lA:@%$HhF P2dmYLjZ.A7rǏ--Ees) .D ^eZ J57حkF!wM1 ,~攠sםGI3> 7YR8ζO {{t(aE9*Ӎ?7W`fЋDA PipmKʹlr{1ѽ`(CSR-IS~?Y@:xٝV"&\h,lN=Xc^r!wY!i\ gr fBSt`;ڷw0+-J߇x NCbzpyzKc|_Ihuq)YvlTl7"0r2YWB c#Tߚov;J6:1fUO/+WYZ䞹i]πY\&FtcoX*fX6_TE,x\^zw Vˢ-Sy-Φ8uiMNc7y} C.w־L~՟-urw1t?ڧr98 >}<.eV=@SK dcMyORc=sI6/ȄMMI\$jQUo9slt\CbIbzUmvURuq.K2|)E:x%^ Ub&-^t3'a_(׮Dh-{@qŀ|-T, JG G5H,%̃ 8[ I վL ƩbIjKT* wL\N0PLߧ 4K 3"Ȏ)2^O-bsDa TXNL!cU:8S1FZdЂz -# x[6Kyc+Tn'=M%lۖɆlb63Fܣktԧ;Ƣ:`6 UHfe{xM.mkpAmcw/Yr w0& b$]#lAT}{ 99˹0N..XU~AxniňoT ]4 ,~̭vjJ"D5Z/aܴͱe7k>vn~Qe/UaI0c8J H|<-yX<]۸>O.Iz|dԳf+o5R_;`G凤N{O-'];]'c̛{x _vWGnmsjn| H~#'JX+ȏ?4m>#m1_}=]S߱ڣrQuS=:L:vի=NL*9CyU>A `%9ڀ4r[)`d$vםG h?}Q/{u4͚θvsDzTQp@a*de/ ܈:/<_Wjf6‡gqrשI͖1L_^()SF"YqUѥi)0)w$ep?I#}ɠeq!5lПpFng%by<_mԀSsʶI͠|B7:Qe.[VjXDEih!7$ǻUZN6tk{|R xZC◌*^4P 1fPܞIJuKA^P-vutz]KSQPlG6Aϙ'(2+nv~B("zUقˆcbWj+##:a*{Թ)^X(qjh5y1N"0^ԣMŠ>THp?0f W|ߺi8?4gd7+ik%hN(b&cx\ HGL.e露@?z{rr:{{3=l`?l1vU ^c7w H(K\H' ;^)0]XY.w]Mޠh!_5qna0,}܌$D'Gg;~ZQM >?e̞`~@jqc_y*]Hɓo%*2?|a&S# ^Ë@Ǒ\SÚ@A3<\0y%&FqQUYuּrk$MJK춶~ 7117;*`i7n[D 9@>;*]tD9 ggǛ6d{q?N~HŎ[uY7vw~y wu jL Z+3*!-H}u9BC,v\zkȥ@e ;bQFAByv6wѥi]n_R/ 1cE O"$Nܴ_VV:s =zê+l>ա(i[8 ݟD^1QbԲN+K1Oio"w>b `~~Y1Wm$0#i&8x.m+k.xC8wv~ɟ #5d SWEB[:MvGuu0Nv ^:gIHub>] cj?"ڐL(Zʚ/AWr)˜U~^/TL{ċt`MR蠌%Łt;%v#J6ޞy]L<JK>Ar|uh2Mq}5gjބ6vԃ렱ENx-.,IZ'|2ΣlbkiOΚ|E4 .zo8$}6FTΘAcԔlC##Np4&a FZ^nK X5c }L]ż$2ic;[ɞM>iu(>-5Eh68pk(e;nZ6]+t1䦭c)>͑qƪIp#S;)?D΁X[z+17)Jؼ*d Qڏ^M5Bj&nPujZ,gDlW$+Xvx{kb;0,M ;L-nuA?>Tv Ҟ &pO>Yf\@+U^^|df5Zv#6{9^)GMV]ہ?$,ܭ}=ʱ<+u=Tŝ&Ӌ t"`dž0lېyT\aB}Bj,0Zi+u& K:mf4gcaPލ^!S#בAM oJ]6/r 48IZEi=Z2Ǥ3m-qaz؄碗E+[ 2WKZbvBI( ƭbЯ㈋(߇ A{m`y-"cRo w㴪}~KeoH |"HߘPs{ fR>!3 ¾ cW97,= [R`w,,QU&~F,37rXKQd8TxuFJvЧQg>QO5=>nyk֩X(2YgH٠կF [^~K‚*Ɯ-՞I!Hw>t\V-:w?kt)$?EF&UjȎe5(ʃfRb>TWa"K擱Q> gy;$n|qOœzJ Sa\M5>xP6t¸1jMutD.@ TL6yK%B\{X<ұzw1%pU4 ($-TK{GgDiwc#S)u0}J G`ƴD=R_xH{pؤJݵ/J}辡Z?&>' 6I:HnF{:D$ߐվEJJc8Tl9Ô:,{ d:GށAQm*~4mYw$"X5'6vk`=S=74+ZŴ.'`xE0mM{aJs"^!ih]aZ"=Ԭ=^P +ylY":m֚32Q̵lFIbA#,A0]U(/fXYb\82x^$bArcB$&^a״~&o2F5î)#SV _X}*rx/`8'5!PYqBȀ_ob0D|ء3%j(V˒;vvR{[*Φ4EuC+8 Pm@Dy`'1 VʁPqQ N5&9 h5HRdlZ=v,֞JX<~/}Z Jp9H5i LxVQB5G,=k+V^dB l %ákd"C%9hNp̀T-{UZ_O>k|*Q{᧾g.AYJU޸/߽=@)GF<}EHyXt߆aEY(ǣ*P$Ȁ[4T vX9,1 _O~޳Ȋy}W .ea)8/BZ:O|[̈́|E p>fEqT6ş)HouQ5XYwL4#6ӳKx$Ċn!)#(ͷ*L#@RN|U\'+2d[B 7m|sR=cԶÙ`as=Pu e'S}-m&.'ٺl](2 C0Tz?(jT?-5BΖc̹1S,,۞ہ;Y/~ś'|DCp BA}e8uUpzTPG;PÚZKӪ|2މ͋?s5)1R{ϋ L@y*wqN@U>)`ݙt<$ \16WK'_H^ NG}zrifv}pu!RHΖ*@Qh/#* @/$Yty/YlOwOӺ_TV˭#;aSAj+4C<'8t׿ʾJNS`({j2$_"j{EW96Ri (N*oCCzPӟȥQ*D(6]c?miꠡeV>z#KJ8rfB[issS RX%TRjFmP7翳?O+[ 0~;0 >_3've$i Y$bҮw]r ,{2*oc,51TQNmkԎ=*I K& .[uJ< u/Ϩ85/*xBSX1Զ(MOP8VMqӕӅ-b]QCq3XY+GI (7x@4nd$DxR@5Eccau :KL"u") X]j֩ي 4:VnR([Bp>GL̈́~ $t&m >ZO=d[Z =t%`ϑe(d-4W)[Pj "#KK|j;{%3KL[ X؏rP]W2b.S,T2QGHjm=OC癆67r,}VsDش1XݳW23;# 7:2/r[݊}^4DG !M{A2|b3՝o Cп=^Q9%He޳,_9B/ưQӪn :>=u'k.W{pJPҏTrLxW 0n!w @&b,*N8yV;5?"g69$FJھxp#/$:РE00@= GHr &}mLgr&Ch##CG̳p@ou!]O[sY"X-FP1S|&9!:qJh/KT,*LjOZSoQRZ'$:$eQ\(ٱB ؓ|$q@G;]fn'Boѳ͇jہ&=eD mwOlOGmG뭘 fW{{#G2"چwaZD;}g(&˨1g# sFz6@Z桎֋"11A%~4n J28pKԬz`ڪG/߾|*}ǯ/^i~@ -5Cڤ.B;.TvEȪa7+K0]31 (mE#50NBLNhrM9Bhio,zO|~I? yYޏU:,`zOS07(w0;>;%   %w˺FG>ݺEtxE2+EQqUGkXG_r{mcC14"h-b$}u znY4֋\Ki ;IDcԯl6zl~stx4&Z4ZvH<0AH39xs=:'أsiA`!_=gd#Da*999Ґ ||d5X֌E#|>qY14ʨ6'Fպ6Eli^fLHl -Pl9jO\Cjr~kQOʧO6x6[ƽE1kpqėaʕi45\ D}Oyt!k \,5rlLOD@:|C GEQ0{eAK6-/0/\4Ff2AH"u4%m+x.KjbR)X])PE-`6!. Q,?F| ׍KԄ$o m|n )d[ uL.nجi|+8evZ.f558PҊ|fOgu9Kz+ re`JVcIi56\P@,@sKB>o bٮZ55ΆX}P6>0׬{Cuw녘c郎ekN\>#J.MHAB(ibg!fೖ3T#5Z=2Pڮ"ۮ*Vrt6u1󨌱nU{e~}!1;m֛0rBɅ&&a9#ggv˰#[E[I):;y>E`ɖ%0b8/^*H!ZX:5Bδ!pSt oHh\V)S{oTn&|Ow놌I[`R!jn7evTw erVHȴ䒛P]& nSz3wdDwo(

+&6Z&v~gh)ndOe>9Fq:DEw34MSA,T95% 0ŢuZH:"H+f7US-/_`+'{K~7kQ{R?6S5ySs?/'bPA'څX ԋ(C-_nTMtzW[?`̃] dֈ6Pg凩,<ǴH] ~s +FvF1|$d^b^~nSc͔3ʄEcz>k;E$ϒg~xj ˅,>9bw2T?g媝*ЃAwUaF$3Q} Lد}Dr#S+H%H dh,?AbU~I|w~o$xWԊ4F+%s;GCUl w9T:]{02lFF+\8}N㋡8"+uH*h4CllaN+8>&(g}4.8vVUZP5!Ze>_MD0^FO \ߢ!73aFѹτ1;"sLEooA|twgv MZAN >;EO7wb, ߾^GGacHxrRt,#dz0C~MCva9p:+}0_M:b'G?wWxw|G~;7?dV-]Υ`VZKڇ2Aդז(Y8.x\_'prF)M`~B?* |-99h|%`Ns;a'&b ,yo2xPar'W^h᩺]ަ9L<JceV R4d6IKYSċ,B+PEUfȒ C'!8л£]S~.'K-דeQ_1-!X{]&wE.|[a(Vv)!;Ꜯdqx 2l%bK7  cou8+BGz}0b$o ƽ8թ0:DQ܆l@}A;aneH0nGXJH+1xNg)|&a&†f3rQ$>sj(.d`, D|(]׻Yv-j ڭnt.?(s`IMm P'd Sp~7b:gYh餡^^p4ǧěxY VDŽQ!PL٣Y.^rtk2m+t/l{" /Hſ+Ul9RjzR(-"_t^4*Hx)C_Z Kν9R4>bpbLiWddTZZ-j[B ,5V4bx [M cHw;6e4*z8 MZ› &C:ڥ̸2Q =dw S՚}Q;1̷i^dh^5-&^GNPqJ=XhF8dolP(0$ Q!|mh‚cYdh htq^(fb |C͐I|I\hԓC;Q{YE>{PĤ3R҉uPuC>vGڳXai/#ˣygWRuz*`5r Fq"NָliHPױ﾿BwVoL00qwp:5T0YTi"5 ̓ ۖFm:4~qI~d^%AEIBv&˷Ӭ@ޯ;Eb6H.߾|11'ۣwdb0\a+_s "N&]XicHD(L ڹO@Ңn"[W㔐% x U CE!,A:qzGYD f0>`тUAFf~#]̹nqa톃uU3NbД"- &;K (5܌o[s.,(f{`#^8fH:o>>kS,】!D& '2Uz*O̫lVVSlS8PeY$Ȼ6Oo^udהgrhLnĹxLgnzRc@战E Tav~%“`gnZr^vQ(R@ajh BPlvn^IӇQ5r:zmo~u!n:6["`Aثa%]iNP({U*(9nsNЫ3dNlJJE`Ht?ɭ`W3S0- Wzr@Vr1|6T!n W[fKSȬ ȶŋЖ0+kj3L*q U^$-%3 X@ ޒ!1 stW%\ӕL0G56D 8VkooO I|tr/0*S2fi0,?2;sHY~ .z6cwO:⳸NhX )~l6c{6S:xg*mwRX Bw>Ϙ1,r}"oވh28bd6Y\+DU|1~R$"ln;zZXy|r=cnl@W^f8nDU9>qYޫ mg`#En,i=eO{( " "W#3^SB=+{R_OVhN8`*cK2ldȳ+`Om%SZ$dG'Uf40CI"%U}f1e.HcfU@ ݳ;6Y^9!.@!d ~"kqTѼ(\ ot.L dk[_eZ51AxM,c6#)#8g?DU!]X-DuAIb0J賗$pOy[{Jk0fYcU =淬fLw?]̲܏$`d׸e`Öa8I69s,r@R%>I^|J%a!6,}ZWvSg =DZ㒹z;J)"s Zt4PqچpJ|V\"ԘT ͖#33vWdT U-G mis]ҬhЄW?`;yֆ@dIMt? eT/مo?vt}I$@NZ+\6GThaXڥ&TUWu1ױnɝ2EhƬ`o-T/OÞ/ AF0TzEZ`?ܧFZH2<|9*NpA/a77C Ά : -}/$}NQ73{v7 MKAw2e1D:^kkUԕ"י}fNtPVжpbx9 )o'UAq)ؽtIR5?b"N8/%w:h<IlHJ(T&x\T!tv{ݭЃDRΎڠR)?4Ͷlą݅]/*;s8[s=TU);6̰6T,"U6K̭-(س?|{H^R)DOtĐik߷/h!C7جł%|b{4͛1Y!VWG:U%`hEk9$D/ktx$`x3O 3Mwxq5rNU?UaN\s:dKt͋ud)(X+LRS$c9HfxOohNvE?Uos#*"lm^4nI&|kLj :x.)f!,UO-TС-|I"W|bE_#I5(-F6k?Csर~&^.Ѫ^%(gEv~ z$-NDY# >:  5_ssu PnqlވQQ9!cWs9k1չvqWpg؊~<a[oj  %]zO`.(2 Z}S>֖RʞCDV"RHbat>,rM*`/+4Ijmrwl\ H:UEFf1z*e}(o=4dlwʑ$1%ޓ!A5\C]޼:;{>:?'?|~&i>1w\A5z9Xgkm:(ˏKҎU#tHZ4j[(kJE؈i?#&L)bQvr+WJiCZP2d(cI f_WvUcyUv^J[QjC'}ݸKpg]yC7c]tH>X\3*:|B^SO4b{\ģ-̤xJsWn̒Dvڤ?G]]Gr''x6Iĕ [jBATv|_5Fl\͇fրMCZEŁ2"^µ M. P4aҙSх$S{ wmh]H#:r!,B*#xӱH% "\sծEoFEdZZo)-tL?DT7c o v$i\@\C| C73YR>r Z54ɚ4y@d(g<sc(xTf6,QimZc9%+,<:|ݞt[KDX}E&"3aYS';N9SpE##gţNgY A 'z,BRkp 7~sR2 xiZ!- -8Q݄TB,hP '|Хn/bM1O]&jj! 8lk(l3٢0c\;$+Y&+[Jհj&ƺ,D]6d|wWoɇt5)"DupӄAF"BٹOqRB3qzr%;Xɺ]4%^54If* 0Cs8.jc`a Ӷ(aUu>v>9`[LqC}_hݵQTvoЅT+Gr?<(<9lTYF.,la41j MqD5[iB-9͒ vqyu1Ҋᮉ! Vܙx;LK*AVNC& )BLleSnG0@v>A?^\^]_~ .]7)o7ߝ___ߢB#(t=ttn=u / D KPы zg[ߋ5%b[=1pFw?>aSav[ o[7gWWWn~]ŏX4XX:2Q}kl^}B:ç>?>zRGo/s|:pUw?Hċ^gica񲤍iHjag6jt'o{| mSΝ ۣH,ʏo'lEEbUJ4T;Z+Eo3)pRXG ⅎocf y-  SK5 K9tFX,"̷_- /G\Р仳ūcX #gI|#sv~!{P @ B<xu=,8\:ߜ_[y@>,(m:{`ȣܺ"r4>1\E,JlxcFC]#!Y!>8\LD۸| ,pX[4 \gRc^-х%dTڅevUNĭw*`|ꔤ=JLJٷ"r:)J%RP tCڋ zD>pƷE ;\90@GTG2.quyqu !kt#1n,.S;S>*ͬ nRssoJYSEAb: źpM=LҠ9Fy_q/mSdw=ڭ5wH#xiox [UQMda΀ܟ`8tt7FČ`@$8 2VZL5CE+8$e􂞉;\'7fP ho+~v} gqw;0~QVX!qd*K7~Fg-M} va1Z0eKmC. C|FU|sTX }RsPIх}C[|)j{<9Pݠ[tdd)-{ZИL:>*BfoˉӍ̐w`敤KwSƸ]rH2^>,:~5ྴsбw:/}ol|Oc-r|.:\Bosa j<}0wtgxLŐ$y\}ijF ʝr! lSzT0)}Zqx_ɳJKI6sI' bl%.-Tz070701000001fe000081a40000000000000000000000016679947700001f2f000000000000000000000000000000000000002900000000./usr/share/man/man7/file-hierarchy.7.gz]sFοbJ{$Wu-6+"e]Jc9Oo|w'D*uIWE\?{eɳZ=y>~X&R̲Jc%a[/SOd)b˼DedG"NT4OXkEeg~ReL8b@=/\b$y:(飲`t.N.ΧLDǚf{>x7}6wpr2]NGʗ-W磟bj+iC7bE2W`i%T'<[ cLͪ?,}#^),qQNL9=3-8Wh;N"UW}1]' 7R u%-w%3N{j$K6&e[9ju)okp >H~+we,JoZGqBq0^Ήr")}e;M \+O&_DK[%I1`(=|Oq) *fx. u|u2Y1;DLky^"TEpW$%W`hp ,/aͿU(eT2#0Hu?A.>}ouT䰔Bsp+RųY2Zxdρ>vĽB-9jz#:pL _=5mq|Bkܥp8Rږ* 3_VWA\+Si68`Dp/@^{.w47 ș4-LR ~H`,(T:].Yn4B{ߡi'Y ? 6݈=>IVeo+yݛ";zDKK$|LIHN:<[ WRHfm,lv&t $8*}}8܉CA6[ x&J:}n% @ݖbr= ތN@JClw3p|S6I?"['k*(eC)?mղ^Jf1ROUm/ 2Ez4"RlƐMŲBt$Z۰^;lCR"( ;N!--^̛a9+H6-)}۴ּ!(K"KgG Zpz#{j#`|oպ4/pmt a8D_HK 4Hlm-8KM<-yDZ&˻ CpOHXQ4h[\VF$w2nҝK0hHEMobIQQyV`_o/ A;2M ]Ԗ".'GADR:X20" q_]dA6h>pQ/_::P`fVP텬1K!?Fef:s T}wy:z`K`w& `-8 3С{tQp82O. k-`? hˏӋ)hx*. LGotNpRv~g#y ]DW (G!=m fݵ nmx[Bl[{#2F"jde쪣DT|+sk5+ y_}m#nР5P}0I1تZh/ZqY²݄-(RasT@b[)ܖ} nr]18 +[HnglÖ"O ¬!ЀYې20֝J { LQ;cp @ #m1ʉIJ]XHQ 򰸮" ]VÚ~W3p|><SU ĊePW#R[Ǎ.a^lbPDm B!b, 9,7^{rpY{@+v?T^K[r*,.4Ht%9)3„f-Yf* X1)*4 -p- LZo)b2ds!+^q8Z涐@-$^٬dpvxm 9K߃1#q'wv'PC%_-7ے~8ȇ%upȚ% LÌ8=zGpJ~[kw٣Ohk> z:I DPsәl" L9sX2uLU̓vڳE(׺gi>eH7/5:ΠE~r+ w`Ta/!Amm裔m\ɦ2L? h:D\e^{O3!lvSy|RMk:k"Gx>z.㎪u%*a5B+;G` M LIǨg--{po,43f4<G(yxfm087{3oawx30ySk^ k\.-j ToA"UO?󇻄.ML_k#}"Ne}uF%x?<(O )b9.\ aN@Y*򍦗XAFL0KApE|M s07OpƒCat [0TpAA@wv[Ɉ7L0oD\."4K~ kI%=)~/cӆL:@*J H{QItEsg3p>J`} O2:en 𬽖Ǿ;vx-OjQ)y\ ǞH܆8\(6t9^xOm"j xƲ6 m4Hoޑ9c/h.КXtXRb`@"E9|eдk?9c͐c<7]wI#p.6[j B;.*M CJH&ߢV~Rl\k`ipdrFtJ]tK;0[@R2Y9Yό hN2z[LEpjyOby-M}F2i}Fkmt7>t!:JRAxE@kF(sj6cѹG۝ֱG-RLaN$^A#mA,}4aj6C>0]t \=HVR\˜u5uq:_.i,yVLhbaKBЊ913P}s8œ[pKG/a?,lE]^> + ɵM{8aϦA s>ћmik16o_h@ۏ0w{/'? ޘ;EXʞm \nJ 9N(ZEQSY(&vՅb8ẓ>Ֆ{]o^$ܦw~+q%N-[H=wns;EWO=Aƛk7M:Umj$tHѤE僗{$W0җ!jkd`%byAJ `)/G6~<Y(67ޜo4mqA6 NZӭ`Ok\Se=6 "a%oi/-ހKV9sjcp=W*dL}l{W߱'xCÓ{ip&q ݑ\ߋ-RQ ? ch4˴fܿ}"s2צ-`zrZ^)e+$f )Sk\㬹ypߵtI#&J7 qnjPxș7g܈%Ag=6Jf̟Ck.m/`(чW&wBho×=fQ#V_)ZYyDꋃc@&w7 '}m`cMEFV=a]zq&tdiKM2}]$x2#/b~cQ~_60wͪrלo\ӭSG@<Ӥ;mg{8U!ՇдzOxejN/ת_m43桳@ 4TkT7e ~UVPMI%7DWdt7 $Em5W}!/_~˧/{WbGOoY^= t,y4L\KhoؕaMe&X!$M̆iSW?VYS>; }ySg/_շi>]%s.8[,=[(g/Ͽ8SZ&M;4}`c!8)?_ZaT7&_q(| Ks<8͗[}$qR/;60#>?"6,jL$8K*nF׷q|& y0f|m&÷QСl:dP3s͌ x&P.0~r=e %ó0pp5\>\?^1Kf3LY2ρ I1ٵ,%ɢT6ҰUېLFOtʮsƣ(A؊DyeL5K|EqO4 e#8qwNGq3I',*6F89 ؼKv-R(J"/\>\ K#`*74nCMJ oX2j,r ö0[1]P؉alqD%*h69'#B#; ⬅?i)~?^vAp°ߦiߦTˋvrA`σJ)I]xA"Y"cjԅѪxN2@skdziJ)݄ӖaFo߀prJ QyW^HӾN%*ȭ $572 1d)3):}Yҁu*3Aub%Ҿ>iψPRuw)nDd̰g G\E3Yd[{PJ7]4"_utd\̒'"pl~ȦsY$:}f`t1Tw R"Ρ牪5͝b/OV~9$AIBh8z @@ >o G$$0%*8&<9AM>:͸lT),.(tZauAjw] xk {Q<'LV$gkTrל @ Jh:b)B !5q$9 SE$@zYHs%͘DtdoMDk48mJsE6rhNZA,G h8xؤ|O +X@% ]h+Z*[Cqچ 5=@@ 3a('S7s;U(h I@H\ <.*c=[nOɴ,2mls$#8pV tzR\ƧzLv:oEC\UA9#,{Io^/8A3Y8 V<8!) Fo+Wrv}wegMrwލnnǏ_;Ǔ 8ݏ2z% @2c^ zaRv{+ϒXOQڔ(x˯Y } qvzJi8-vɪmTx;;6G֘&2r`:ᘩ:x_Ay(; RoV+04?MƋ g=b@1 Mk,J}eCJ)y}tL>b )jcJp;stJp9`sf'>p :vt8$9uN9Fg띃{3 skw!&*{˄ W4 m,2){ 8ᬚ:AlLO6nJY}ZRYDJ07p#qfji1dajo| " e.ǘw0!/<:!c.hiPpe(b$0E;Zmubq4W}3}` %5V(NjIYh\5{<|ݢL!&W":@w4`;\9;³g1AmC 9ol#ظ( .Fe(\*P.}F٠!~ç)SrU;Dbkmf'h5R `P`UGU:hK\[J:fBm*37qYr;Q1z؀ӿBIثF1/E~.>SN0qa4 ݃iCawCX!TQ ЎjbhHp$r{W37eC&n]?|zuk yqyxWkc`~꼝 =љW.~bRѼ%򹤚 H %;zSb ZQ $/rhrz@KDڷu&(rcM/d덼G4kF}^K+,’x^Jۢ `ex[5ۏrLFe* KͶv#;EUʎvU>Zxwؙ<: Knwvpbm s"NOWxj l[X&s &pGTg 5JS%'4y<bh;Ӊ֦< ?IFk%['C%:H(F BXY2D"Kz5^G!N+7,v_7Jt[I+\E?% *U}Sf \Rn [M /D ^nR늧LR Uv"{# rE귒5b"jc { [}a]AaH=&[NuPUaVmuiJV*{)-Q8g!\HkaH4[mG3!bg<x:]̨~ <ο`;.@/u>`yF%J-m 'RT@-{]kVcz~ q,=~x't|9taF͏lQ dz+>hBqݜ@' ։ǖ a7OJB*Q2N4D67^lW^tt#+GIhCpf;;! .DT}YK8%v1BJR8Q=$a:.$9J0X9lqӓ(a-G^[hSx'׉g'aTfJr {yfŎČ% FzIw" , 39'KXb7Hk-6ӏyDxWg~`e`ci:\c,l7Z;JR_k8?m͂>XqJ`Ű[,9Ǭ g9DMehcF-zNoPvpx3ͯN8AְιbeV%[ u 2 Ɓ!M+L覎>/Tk|h6v䍻 XOʴxǤEDzM NhNz?哠BAgm6A F+ճt3A1_ZĪ̀~=4=ܣj,P|2)anyl A \BdL8ȎqE䨇erGglf$uZi_ b$wan5uÇuZAUN x[ @W:ᮭDI^KT=z=ѻɝj]7ؙ4tmpwƃ?;dD!ރ/.;նopH`u_{5[; pkbk 9콮r38}pXjkp#POd=4R#P_\;HD>;dOXw@"POwq?Ip+Eێ8ҾS`wv1$s]`ur&>h,4`mk[RHlvQrO0NWT,V_Zz}|~M-y۟_G,DN7 #N%ӯft[ (X/憄V\zMo}7gC{]bG 4t a`NE~˘AUaLs##)[,IHv3x\ g}JC1B캡oHcJ%*=*ػMXkS; "ihJcE,2 %ÐrjJ-  pLH?ߺXg$- b69\STFiϏH٩(H >k( rF€~[>Itͣ\rzB8a:b$t r\`9 V]#jC`N"%J`c mxElAa FynM8ThD {+ah"rfek߬ BmGf@Xgl"5Rгf1{*I(y!TAF5Cfa^)c1 xjZI QoXf86ڡ08=8k(04&@󰫵72)`c'EM.4)61}\"'i@ ^N˲Ғuً t;%@Byʹ%+&32x xan֪ sɒTt!O%ĕ?>{tھܰՆơ5 j$)I@oYX$}ݵE&-$Ñ 5 yTV HX@H8W`/RNdNЁ!Z{k'vXќ :!.2b2a0]6f1~"۩]<N{+㏐ NL)?FqETxϏAp'K{ TF'.ܥ*׆T Ukq5R lj;8> e{$J] gP= JG \,|g4^UK:`y|29׫Dub"PkliwUu"zjӭaغ0IJ1MӅ9IKu'ޖ3)bKZᤵQgwY 5+sPNde ZB;ɰHS>o[O %lC:a,oYMo8 R)ҬGHi sR$F'G .gz,f z!d)4113/KXxS(y(i 6ИvoA߼ݓ@<λmd;-Рt `pB^C:%)vwx6|INT:Sb;Ng`o- OXr/ED~ψ#895Ȼ\ g$4savg6tK`l .,N'q(ȵW M.}6`n 7wVۂ|{R 葧suXǷz$K6.:>@7j0\ Y8Zo4eXjDGȿEGټZ>z= %A˒ J?,RƺAN~̲fW&)?Nζс"`}|^8mcޘMu{xʲSHQxxʼnVZ*|uCGbe:T_!uuLVC*oe6h  qv^KaM '2ӕzd>/n 0CH4BSLK 7 ܳۨK&,$;j_"eRGe% dWLl2"kcEY;IA04VR= uIҪ`"O<"3W`,EL~Y9 `X]q UHu OeKkv H{CPpnTW3C:-DiAų:`¬mF,Ok!MH˓d"53v*A2jK[xV \S;yjHAj+Ş#1CX{ivN>;t9}S[43ɣ _uH" ʥΣKQM$3+BXpbiL㍜wa滌#u;S踍g 'bnQAـFɎ3X|bYB(*x(w/}'9~ 6ܸޠ>~Fi!BEEJ/-UQ9zBmG+qsw?r1vq0ȣ;@"/ e|2!SL(RiEAe ƉvkHJ%*5%ˉ=Zߟp2Od`iO.eY =v "Bs::iV@Y$i  o3it{ l "]1^VzlSp]UJTbB Or߫fn.4MuiNQR]P, L68IYSu_w&E" ˑ;Bl!A,r.>j a:5ç-۷ 3 d~%. 8oͨ b bM,`[pOغDX+x+M8(ؕM*f][1%) uX_s6s9<orAªj3o_.54ef-^ rߠEN }I*2µ;z`4Q~.@^\z6rkǹh|oS[G6`=-/gi&V(5Ȱmi7 @W$3s$"O'?HI`~OsQH v㲈(2*+M|mA߳}˿ow֠kV围2#KVXR+SkB9GKbLnޮuؘ4IGI ܀I;zԷ  :H:H&LsuU#-73RN`oOM:g/j>fb9[c RP}r AR!VTԱ ?kiWJ`x󏃙c<@j"3Y}-n[c=wXER.rBkع,#Qgt.Ϙq+zQ ["4ۺml3[`q7A܍ !V']bRv n~cNw,#x+g׷˛uRmF:mڈt?衾yfjh7{Et~w vi˃{Z`4ɪo8[Cߒg[gWlNj <3Huts-H0}7{~bQvi -FC{+ z0dveEeA o0apt>AOT:w>j7:]TyȋTdG! 5Vׯ`,a`RpǵnԗI . Ĵzwmm#YAgL" 0HP"р@ec%z0}T.C9Թ;|/6"2-==e<>ڥe鏪vo(9u!] ][#Dxg͝1J6C%owd @|i %Tåظ2,7ōXN@%twЁմ{UW7ҽ`McD^vj۶OA}1|R[v}gW(h`p:Ko9\'1ŭ*n7W'ϤPWpr ɭzgÏ:BWiTѮ?ۏ>_O?Ͻ1 ˜ ̻o6&ܛVd~?vιŶG,@eU=m@*׹kxoC j`'uYC{=psSe֗Sscޏ863JwnJV*a>vFW2PQ 2_lknYpQl5zv*H%.T8}{nN 2t\CJ/CaN\Lk ѭƱ}#U%[K\'9B~7zr#TSFJ %As=CFA<K;Xٷ"lBzm4zI ,j:4Gb7 3-]`VyDy @!2Vhs#UYܧN~<2yL2wjeEO Jfi@˸Վ Q*b٦c6)1ɼ]{8ײ`"lyJP0ߠ|7u+t8cP_`|ӾC ֳ,dQeC!J ŸnZHKuJo2zo?*UBzYϳ ; |O.=4؏>lV <ꛓ[- u<8ZCtw[5vqLgy+o>lRVUߵm,sC[8m*eyxX~iS"}VԐ6{R`deQ*Aa,@9<'7u_[ $z"߽U݁ah;aކDbQ}?FQuU֚΃{ ,D,ȋ0insɯhB.hPٔ1ja(d} RڼϟXi1^jIWl&QNXR,28KS gBO]]LR?Rrݩ`U-˕@M6GkhHL8PP"JD FHd=Xr(XGgPiNuK>4R.ނQ%굘>8na[{zr(ߤXo= ьXIWduy/kqF /~Mxz~;=>M$}dɷ 3ѿ᫲G/(y| {o%>o >ڝ8]g×|Us ;ݻ>{.: x~yN^\Ov%`>}6iM]_ 4T ۿ{Hbb=;"t!7K_;r,3^8=3u{YFb!HQ5Pc]Sמh~O4RgÝ}gXڸy.f; Ͼ:k߸gŊ꿬b>`7/Eʃx$5';FY.e1@}.Ã{| Ԫ%VRtutlɿCm'>QGK+ W)#]sY9[kV-}\Lֈ-j:ddw^.75;Vbgö&QO'5ʼ8ưP`yi#DԞnʄE-2:9˄B_`=;e+xf"=]j·$Rxۍ?'2l ({HހxJ rl'6Zid(qɪMeK!_ 6\P eBHAIشb;ѣ{, ,eBe5liuB:PuǴҲts\jSrlo\S3)fe,4YYo ԊQ>)p*֣ ܋q>Ve6 ֜>X@)gxA=& 8`#DNtAE悅u֎2Kб+w, O.ng1Y>]K~r XnyW{jP<l;mn{O9#Б)OŚ4Y}A͝܍,Q62v;umq'Oa0Z9)`/QT\Ӧ5  V/-~<䁣QE"g)ZW$VY=$ . A݊eqIQ|h|0!bCRooW BhcLGsWwn&LܝFv`i2Lbh[&읥 _s nјoVl ڲ(nG i| *,,>?9s5ZPE*8Er(>rܨ…4%g)G*p-8+Dm9CꖂO'7EB|YGǒ=SF=ߞ^Kz2 OYcq|%^ rxCvB*"ɊodMGNSL6BJDۼBLg$lgkIl“5y2t[+Lv>_XOR´ZW%3c!J* I6Q՚&|ʐjڧku]=v*a7;]`حgQ͡"h@6q*N!%6-k6wMt1Kj"DX?{;eP<,HWMNf4It??(T@`hBs$dܜ]'FE ڷ j7<æx G t9!gMZ8kC\Vv?N6iFK$A T3DMiθyfq3dhhO\o,_Ah,Xu <2iN`Ҋ=P' -mw< ="PDB4E[ ͗^m㲈4z0k,!̘-z"Ŏ'CD'Sl^?byzLӘi%#ry3sHxMĢUU'3$š{ Ƌsq}nSvR}Aۦ,sE )h%A-ASDIVt H>C`-%Y}'"_!nÂr[ oL/7 Gq*\ )ˤtkHx$=. ]G vXDCgz?<֪ P΂G /jҍ&Ms } bt]5A /O UJ5v6LWqGjyW tD֌8G c1CG[k>/ YcAƝ,q ["H薘6y[||E@m#qkG2 m"wh{e)%է$A)^tŲY#P=(&ϘRYQ'*eGm ^e5*BW{G `4BqЫk!d|o?י@`nڗk/ 'F=߯h_5/h cB5g4rO\ H{egY.결X1qr A2괵`(]Q.JAZPUH|qg2< YJMqbB%ܖk28rN]!@XK;sxOn;MyNyUoh+Eפ8$`H0Q9Xb"¶$mrZ27xM) K-s:dS֭6s|m /RZh !4v5oWC*PYl&c@bzb+#yp wetl<ފ\!e>]^$Q)CCq( >)`'j>IKh-T-ݧj@EۿW኶_`QJpK4hz`nh܈]ΧXʩsWP4pP \-"LE%e~-v* ֋}ruE`oy/0lFt14XH*`Nyj$+OXZW$ZŎF["@*ene!]7f/T>*A=VRh"BB<@T SI4wsZt7g9%vΝb ai8m$?y.;z +u(3oLH=J#s~P+-8p5Chn 8Ezw wYiXNҙF,Q S I7=z=gǣ?'- 񟇷KmXNM˨JIlzߧOJb>9uDm_%c==)\i;' IHTOv>H bazPQ`R_`W}u{3 Fy0_ Mc2io] L!x\a3SjNnf0ewoʜ >tO,bxolCr {x]1w] -KcZUx/%o5B Tt8<푪<&l@o}`2\vM6-1.ףpjJtR"8i K) cdo sfHykXPAnhm{) FY4!͇p5>7pd 2s|/FbNe|%DV` {p%r״qˬ1+= ^K77xW?t1Ln8MVӿfOd0Zy 4buMeM| 0>X8.f]>=sǃ7־\DTvtϑt5 xFE'21XN(#kΕVbx.b6ү"R !&@׽|1Rr:#>Yͨ5xXuhޮɞnIP| ;K| ޠ: kv;E5յ6N\zP]堭z]ǶBkBuظ?"@Z)IK'B8!39w/0]?2^{ŵ@֓y`pZIĊc$WNq;/rٽ <;ӟn vW%{_K!`9[C 1:!ϛz}2g87N -TQrOeJyT1G+lĻ4XScc;1oD+h *J,o=e,Oƶ9"0 j 4#gM|GƇȎtFN#QJh[^o)@k:=*gXJ{5j~y$lj(%glr_Q{B 5p2uPdH5cd!AWJW楕Q0Gxz:`' X)P>@:@ኩ_M}ԖFh.Ά 33?} ]_]u0-MY/Y. JI11 C8VFulyBaݑ Q R;,޻an.m^@biE$5da w _(;HFOE"<6R = 8+_@IxP(Yq ƪr& HĊF9gdh˜oiͧM*-ؙ煉 [neI2{>BB|-79fxAX$A-1S9H2~]~).8y `N.4YlҠw] :M{td<Jlw׆|3%jj›bx;Lɭ>83=M z=v\f.qE%l/tg/nT1.-wCUcF74Djty`SNHI,%Q/! "+"("8v Ji΂! Y#SYg%* %C% R\KPVb4kJ%S laNIUxMD+ŋ$t?H (A~>?E' 9)qDXT{APSMBD7IrHϣ>dי5ւ}pCXB;U4u)=ܡKmx7bi-y&tk\qK-#ȔChEZ YnrÈ ׬$AvFDM!mS '֏WU b OP2YezJXS!xB|9jg`0#eӤֲ'J{c=R;dyfU27݁%d78{³޽@#O||HT$:)@[*GT[s"RzFkϡ k$EkW@5l3|tdi]Ǚ` p!d-^"bk 9.dQhB8s,]ұgi\"!6«3bc[1v;X>y}Abc@7;xT[hbZ9ԃqϭ렙^ʃ])C&!԰+~3Fcc1X'Љ/ܩO1M:c>edfuD*t.ioXs>t5_U,hGpO "ldDY6@s,edI9!t:/2y CVCdt8cR1t9`RG(x;Cȍ4' a7ې]!Z}!r2Ǎ!o\ ! 2w0YV%p0;[ἃZNzB ʷTɍ9Ջ;1yT`"JODiS0po {}QHO㯈׋E9D$Mq9h[,(Ь47u)vow, KXqCr{me'ρ4o%r|!(% P÷0d`8=0>qv!M8Ή '5d[]gk59 Q|'17 I1cTٮNGDX "C嘣ˊ7wZQ^@9,ӣut hA YwQbu8O.0Ά?|{U?˳>I˵)>1F5_BGa΃qC,s\ ?Gxfј:"CW%2rw@@ qՎlY>s`32v6|}p@~S04+<* - 'x75\0[3HQ˼b'!x!:tLw z4dsu2I'RVI%\!{yRQ|ߖZ2N2ΗFc*ה0Ju{mq[>ʘؓ^'gh}$ ahLD$T9ӫ߾@M|( q'FHTqJ Lس^bqZ[0꾴RNTO2*+sB/,FFEHeiv JNr(VS8ްT nT D PQ<ցM)X(:٨sG{s3}DrQpr`FY ' Ҳ)~@jM߶{U o{=:@pW`_nIBU`i3 '$. D:4W CF+A([{7"Vj?F,#IC90B$Kz_Q SRsΗ)poqENihAH,=[<3Y/ba1U) )=ih^A1^C} UƓlku^3|4%gkO^xA * 菩A 5AdwHMR)}ސ+H{6p ̉&KP,J {HK;ĥuR6CmH?:,ʮ٪Rtfs)%#rM2=զf)As).>熆'Sg+mu)؟ ^T=p3WHy.1*{ݙ\`"3 .R [0ۼ;ksޛ&}ME &A (*C&r4{SV+OHKU"$L.WL؏j5>p%*pO$"Af-a9unmn~ÓqġT„O)z:vU/R I%o5KJO+UJx)40jΓ k}(>bsAJS[#&ΛJ^ΰ`ݣ/Oϓ`ia;Xѽmt])2_SaOl&*Xܻ:UUQ@퐺gF4'bR3*UʇKjv1!-L"tNzz*·5JRE;l<ЙBu.9_0jrډ4>xs^Y3&J= cS?rUхQ#wD1焀}ܴdX]b!p2_ /fߤ"i !C&fG kL]!U`6<˟HZ@-.˼H.Fo[MyeB:F/ĩT҈/`1r45hcBkc6I}G1QP3YqwFyxa0TpCP> J½Cn\# O1Q&NLRVܙc)0 "@ /Ĩ YMC_w]- Ob D|fMY @'xE.N'o 9.X+TLTצ Q< j68ʎ^zu J4:yU$Sx#%*t=b5aA(=gf*k!{;um+NUd40wħgI Y"1 8mT BK%5@»I;qa*.$ (C*CIK3x51uf #RS؂((TH*LaYφR{/u\洗NJn̠扠g8ɈJ3J%?jDo`#Gl/#iaL206d!C+0 0+BB$xJ2Cn<ז<ͪĿB_Rb׬hdN6#:ۊ"3s!VgF*%Zj?@_\ЋU暙Iߘm@Tj 9XqVf$4Ry#iO`TX If ~aPٺT45# $XA؂ bJo,18xc"6\g9Y ψ%uƈ(+$ !-=Ԯ>-g^h!F{гi7'$I+%#N*#%OxT#hp`݊7xcz?4+VQn֓sNwSEkLfx5x]6];JÕ"Wᅯ_L[6a/ TeU$ز9 m+Ճb'vn/nremS,FCFzZFX 0b.)\ OI/p i"Y;+ !V +څI~IQr,sZQek_Y4jEz8qPq^c15Li}:5L)ȵ{%`gPO/bJ倦qp u).J$4EhКcdjw٤3?Z s |B8۞#O)?^g#b" )Ovb(n FB+N"FV._אE!WڲbIN:3m>R}Ey$ ֔<*$*.:FQ@bHs=d'ٔbbK*E]'mO]9韥OJ ]FhÊPH*>zL(ԊF|K _Sl'MY 5hzjR+ +6@cQNYӡ =שBCWMQ=e6AM-+HT+uKjײ:jE #jPS˛e1rmk&[o{{ Z!ՈW YZ̕ q)Fd[?<%Mq"bЛNQع?eQqȳ=ǽ%?xۏ{dVԃz?Dv{P:[UvYy|Uʨm8 (bMW;j{"K߇`Is|t@p8B3_~:xܢY{+t$K.ko/*t]A7SO7`zk|F>@X1{+ hGRNJg.U߈Csȿe[R+[akʥ\WYi{xmaޠSdyE+^y?+UP(ќkm'r>ǔgi;Bn#8uQW(TK(:N&RY[|j-']r?T@#/*XdcsRPT\PY1ז7[)v}Ϣ@> i:`]wtZ6nٶ:rZ|H6+OU{x`^:xzR(FR9sQt]J#v\0nNTX~Av"GDcj5X$#kM}p< jܔiF9Li=X;W֢} vtL(\i "=C%se*‘ M`EB;yyymȋW,X_-*C9y#dCfvL) 1Qjߟnj5sLu 3& ,  Գp9F"@ AḒַJۛ O2 fޠZxV)ġU`ƟPl"ҧ%mZa%h8!~vAJY_Wb i8缕'҈MχHv|8Ս"#K2OỎ; Z\ Pv&W)^x+C]!R2{ԥ:x$i%JGmHFV(Z GdQoP%)DNt`$#=/>^7,r'Bي /p?'E#Y/s 9^/m߽ȫou֣%-y{7gM^r Z?wٓV7i>#ڡ5d^o\z,h<:]I8;kx -T~~ga%FhP _Rק(uhbzH;dgSOp\ 'Ul0`6hVa`tB-YguH߃GEkz2+/nE>φ\Gu( e ;[3E"YP{7Kfx5:{0 l!,| n]sSڎӨ2JQ5LP8hJV0 ePod W;@clWxwn1'[|ugukBHZ93kqcT@WhO*̕ *^|qZ]?[/K(kjX=ze|$s5zrN&p'J9(hc "0r[N7Eo$ : WyZX ՔV$a:!y`҆{9x fkK~pH$-VuH'16.ZI䃮i(^@b!qHENE@߱`^?o~,M`ɺؗ @<gJq^r>7ѭzRYpTp*<6̬͖nh>N˄? 'ߌTpөgq 3fi(8˜A(bLG 92cv+IbdjPcEg!*oײR [V ֑),,t v Z#,[p"qC: eŲTV5٬=g0 rVq$oae=Ѡ@~&28FQE#QJ|pS kT&Bx _I0{vyn*M-JH*X}U9[v;yo޿'^r"/_kKW–IxV$!4z8?+.yU?Ɛ S4 2e !%uh: f8e-gg0^ngR&~wevL,T&7p(D~#]T.G\Uf:l 9WU! L.YnWCOmU sUY]x6.GGt|&R@"B>- )G+F(yL9Ų;$͜]U|㼪ZloVxx{ӟJhЭ rj]H2v/B$OeBYxą^ (U]b._C4kWhHg<v@m/Y^Y,Z\Y=\醶_8 ErM-nqɳUB`1)êbF~[sױZ7ۻ·]onnn0@gi߽cz'w+U^tU2MMhpK4<Vn 8b3CZĘ+@ذ;$A쏫+&ai@J_~û7Ebf@("ͣ\$odA|~xT_Wھ'uo>hշ-ytz7>ƭq{7߾ڼa`sN\XޢpNyfl\do9Nj<$sOz8+s&+ W"lnۍ1 jjYerOIX!B)ܑpϔEu{`'qzL_[ztWȦp;Yy*)K#1//o[e}ŬbN*AYYR{ȟ$aDe{RzL SVcEbfu+~^ IFXb弤LkMB{ӥN:%O+~lhDgl֎q@[j'G7XLWsnd#T\.[fx\'̣[Xf,-+1È"lU4nEt C1[OE3p̧d5Ċv-R"nmXz_lp\? jpa.pT[mj|[N?Ϻ׸KnL#n:G$&PB*ɯDcj0v٪{s3 5d9쎔gV;^Tx` rV*=9w緫q-~SUOɭ*h8.e4]/`A5G] $,L矔ɆUM{.Ge~ l4G iU0 C;_M&Ko2_yʻUG&qwyaOy1Mc|imPޝٌb:GٌH${m1^Gb@<5iN\`sڡ^ oܬ݅w؈y0` .Mwٯ/RTÉQZ証`nOyNV ŅY@ݥإ"W˧fjp0 UiJHU.`PE7Uf;Wk9nj١VR* 7bF[HejxsbDģVp2N1KXvh`.,c Y@=G= KEof>xU9?qLT߯o˗(kwRPR4\1Սqi0} dJ T[VYZNgMИ޺VԬ  %1B ~+UYݑ8{MyW ^qzV oDJfM޸ȿC} ۏKmjbQʱm!Jw~3 yû^d_T ^%]dAU}jW ހkukcFNO-jNnh "3Hj؎X`ћgJx n[Zi[YյE[}kE>]@" vϘ_^5pV:?hc2܉tZo>I;6V;klR0N{#uN[c =݌)<[RZ&p5`4ZS>>j8ax .~ HSmꪍAoeyqC0Yl//Ng b`2 SƬř}DSs3kP6@փIf&V8Ap9?v |Ti\gښ׷>f,q]̨JcAM 2tmC22gm Ҹ,*fyzri{2zz1]h ZL9 c| h xω|0`-"g!f7?Y2t׽.{i6W.sC篎gxz;.p< 'qEsl]]|fV.4 .9]'XXQΎa(YOo W`QG,hGTO^ c .D: RW]ȥqjc[`8fDd@r+凉'jAdm3<ڔJR~֝wajSgرWStGNsdȺi69kYgO[Q f{??C͘3[gC} MN\O;Kcy9?-ט 5͈h֚F6 @uMWnߙNW@]7?JcV{m2)#N[-:)8곚_N\Nx5Wsw>N9KZQwj9ȴb2I6͖RPVhm\%q&̴Y-l>u91q8Giw>p"Tu0)!?lIC(a.A(RiTc6l#@h =\Neu;r7bnـj̺s}D "79JRN1`QdeL8_Azղ &Ags,QvEn j|Qe`U:); 0\wGv潖pmT%uMa%t:%A 6 ZCk E;kt6k a'HmRN.5ZAZO޷61ėݾCv9d~Qq0mLp9XKPiL;#X-'vzٟP;'? pM!~ƗǨo3ChT_RАhe}, l[ZYJŦ0n@&xҝ~.]4HX܇+毯a;~v^31301B6/yY L÷M+'/BkW UAO֙%R!t5*?۫GGWfzVD[@o5 NzUln1{`зѴ /Ylap{N ̠}i@aA 26hHZy[?zgMS#҈#” vBQi ȭ'żsSqNC3"%}9I/J ijgZm7l9Hq :r|Χ~X~ fQ-*H3[}9ou^M"G"`Ϋ1k5%')aƤnPg>QQJv^i׫V8.&}@aXv>kRaYZo[]m=kNzٽfɴ-{33b8`<Ԍl"`y's:_,M(A aN{吹Ky UW3e+*J:ji]4Q-~ !Rj}'X/NVu CL':Gtl>t똙1~&_`w +9++M)Gh "Nؚs6sa3tNlxq5L-Akx~oPԍׄf q* %!26f쵢:Jѐ%p~\p|Z w >$]{O`[\qSP,9x ?J6K~*dGW41X).E|ĉ)S7B'XD+XD(rG΄2U?3D@(X_HNt%φ%Q*!}V!\]vnf;g0P pWk6vӎ\f}3Dv-Gl؃g+DQr&ɒZ{>da rT9Sڗ+ ƲE^J,FĊcDNx1W ]uECgMsf1=KmHQ+"e;AXh(%>k PKUR5<qPI]5*~5ʳϼt̗,dc"+g i ꯵UARٜǚȌ\\ļ}] oT e^-f 6X>u<owwAñB*9)M|4a$~U껿vݯ5֗v쒓C;(&@p,֖s.S*CźkjaN\ÂGկӪ |?=>1>,a>4ēʧl\C|>Q3gזxQ[\7-`;+үV5WP^~ (k5;DF7rCAbSR=qTl׃bw^957-퍤m0It26r>A([ 5 O~_<;383ފݯ}jGN{䊬GB6̿ʛ*tCWv#Fkk6 P17&&1ayƉg2YK |VC>R:FZv԰cOJg hiԦC #г\ $69fnU3;R$iWLuO)M2s+Y~7J| S҆HSҘ{ϙ4( "5C4:5+R?Q蕾&*Ƀxo_^о1}g@83wf,MSG+ڿoSzSB.6.\> ?\ BDϡ>XHЋOb/y6X)+.ܛt}ҋOr 9tx3g"$ݸl0TW;$"-e  ,-i+|<\Qw2r8k;_x/>M((@>$xܻ Kru ׿E&x@$8XehX&(dWVhvKZIKh%*'&aYT?Wiؗcȶhd{zQYZIvc s+xNi7Atoz kZ\ `uIiw&w{٦Ywh_x([O k$=#edm'=gQ]8Ynx ΈE Ƭ%O'tJW&A7MY ^#D~s2!>'q GD(:X*GZ Jt^yEqԾ,$DH҇\$ (aWu=7qY.hBhFhaio ~?H] T6-MOHJ鴫$M?JcZFt#jK4(/K>Xb;w+We"9 46mBIEaX L'E#ǃ<<'5AN<ÛPzHBEz9GiRo#DS0T".;_ԷY←^&_l S*1Ǝ<Aej)t`b !a#cSy>JGIWT]p0T}%4Z+"t 2)>.@[Z֭҃'uS @~F+Y ~?YZ|kqOuuX"@H](x'"F| Pv&[pd4?Ndf&[pa46FYFj -Tw;_pgٵkẶõؑl3މgve;/ق8֩/b<ކKق)$wnp->J,@P% G=t> y2|* i."H!" @WN``EdꁺwQǂg`$wa=  i \t1?ti)z%[]smUEl^oKOuo:ޮ4,^f/a_J$]v>N]jЈi y !\Y~}`ˆY{ h3;$%ޅ 7)Sެ/KHG_J=MII!v^A#mWDU\ pИzTlK^uB/A 0 ^$)9 w/frY ûtj-D.\|~~/dL! !+Im\_撮Z/m}4lc{V l%BŌ#+aat⾏I-.LoqF'rv}@[W枑 2lx"\hU:M{>>9ͭ_S%068gv(Pa݀K8X Q}Z[f+8 @6pG I"B+V?ӱvY2=uxP/cd#P6e(_)4 KǎT2BTS^ 3-oJ_ʗЎ½#)})/Kt2C,5(&ZSV3)px+S kZ4*/xGUhb8 ՘u\c%0RgS.cw0S9 &LkAAÇWQפ2BW[7|W5V!&BY̵ C8|$;Qs3bDmz . 䊴H_]ڷVQ8x M;Ye~Y mV.OOxg/V r`^h(c Aፌ>J2v9叢1LF)m=/`oTpG wV2R`!hG: bWp S!bܝ\@b Qr<2e-~.|璑U *pa:ٷ}/']G$99,}2m0Zo}ʳObgl}Џ)IXo{ m,ϙZ'>;erǘL?|( |v?[w>H̀X|M} FDǍ,OČbk"h0G@,Դp޻'dzIYT#, _jeF{բ*hPEyQdoEH흣LNcy!Uz.aL`(1B5 ,}|.=xR㈊6Ԟ-Q- }k|%_:\a;aG(P;ruz=Y^ "E݂es(=pޮ96*vp/0l3囲ÙS=xN9ۨ0u1QDGTEՅL q#Anp\-o\ ZjFEI:wYoXuP\//F4`Y6iOzTkE'J-o󏐃;,fހi6`h=Y3ٝ.gdjΥ,`d..lNfCi['q'K!p[P/e5_*.n9FJNo`r ({Bn-T"^WQ:d!•/-PQqu$ps˻B6/b- TH|)}M(uFg8f*UQm$h4)A_ {aa'ei'i BJ4X1+jZQtXN"hrC!I:q#O7-I\?n`cE@<*Obz=4_:T#{SV`~QVs*Z0ٻ#13C4D3pŒB+$I#K$Ѱ[#K Yb߭#.G L"YF%4!NI -e}d(u\Q.:!uT~n<`R}g—, Ί-bs@jhN^SscA9WpFIyǍY {jTgrݒ:}Nfϗ ;/{vk bab0o|=%Iʆrx^T_T=+@L湛g[Wۆ L8L@ \[W.`FA=2+a(̈e5.<$=,QAϏg L{<|見NnǒTZ+p}z}"g #J^#h;~k;kF]ۉ:H8P<(nE[x Ii3tO)tF+BI,D Dɏ%'uP%OF#x>PA1oLbH@Ƽh5B= +YUłc3m 1=EsplUut:hJM:@=]G@}#.f*-eBkbc3%]ŮCS S;o5E&l=[OmW&vK.! l©k;F-aC6m (Ba88N-n&Eܯgr$EWI)h(?GS㎯DVPBcg n*^enE rP 6QF`w#ɷK&XUYm`_Y52Rqd%g2:t: %6p+V%@T4l%0%Zg*ٳ&uVVy;]s m*AEZJvĪU% V1?gd^Tbe%dXE( '쏼'X R(9~i*R:FP-jz"l@'F1Y"Ǚtf~/C=%K{x* mϊLY<ؗi>QejbUAS~C_n,wsp_KMS" Id 95xy_D4Y[끰ށT%^j6%&iz=ںъܝ󗗑U<7;ptj% un5ҷg,WݖelϴyUzDE U&*3`#tQ˔*uNӬѬM~جDe)t81;#~^a#U7$YzQV7v$2J?B!43Yj;y!˪%m@[) lmV1 I][܊2:@c-}rYE8$dM[W@:a]i˘o{xY"M8 [7ҝʡ-&:B9fQ2ʩȹ'/L㻘^|Nmr-熜]g RO0|? 6Z?A*:C4"r}$ M$u}rxCoWnRڒQɬȥKxOz(H|d-s'8z͋CB3e%,e}2ZN b)AhAo)j)jS-Mo:  ݺ/߲޿@951ky:S+ mC %T5򊩂 ߶ %g Ej) P(~*UAJN^~ lXxGw$+Q$z>_[6RLBA}bYr47|DT*U(t*(Y|d+® يK T!G';chள\/+)JK₧rcAcD5G6-R/-۩l$Sh"]CSTUx(x X&^#X6 ss SC4c5p"@J߅̒CRaP'ILml߳^kMS\go˯ \BKiqW QL(ЯX/^ xb3[ U siwͣo0v{FL"m*?*L5e*H.*dL狕PM;`]EMp†(VŠ2]Tm !/mUEK+R,).6 : ُTa&Qp-9lMmX-J$9ov|&<Gu)XZ`ήoK d_jrLrRF]Y&%L-g"%5(ܣ>n&kR o7K'@\YabЊ4L;t`CcaZ̺JD:7EwW+ĘdRs7~|c[uٴP\ W+sN:$=zHىX񝜙a ȼ\!7RPdo)jSӹ,Jga$X[`kJidшy8Bcq~V݅ꇦcHxllHzHVۊ>WW^̠l{qf:Šm@:hl}$Tci0Wfqr_)0@"`5!˧j/U ֨I(D4t˾X}8MQAbK2D@Ƀp$d^XDUpŅjy䞭~]8 Xy^_+]pH("g@^2!JZJUE:m۶/Y3ޑ 2O!~RR^|~R0nMWgq]n8Hi2cl932eIs8_n4v9YNٍ9 x t(@;m0¤FmGKlj\+s:ь!5BAWݷ Qh$ΉV~_L3 .LCXEA dl F/6NP-F.nL VTI4Ǧ؎\ r \qR|\?6pM/vVXR)U?[ 1/1duw8=K`&aS;N#L,ҥ4jÊKUͦR)\|TxLj;ҁ aT24AR3459cAJSsa PFKȊc;+UEpXEX;đT! z&"/-2 z,MMH,QёBI6|#m9fc\5KIZ[ ,,?޶Mi#q.#s}a /P%T[썆/}A7Ox*_ ' U g 2â >9h <&E@,@xK+4[>{Z$2V?Ec_i<oye\{V h y9?Izpsπ̐B`qτ1Js\"٣Lps,M Iݨ#d EЗjyK47o`p74#C b9N2mq'`@.`\(=u{D wfMSj"SYxڌ ` Zc k+mB>v}0/ e1RmNdҨR]L YG=:h1 U ptG SY/ZSep;"~#?5ǻqã+%I nA ha9k ySp,ٙlYlEaʨùT%,3;~xLnGgAiP^"B#nFЍ _ԥK5U}^ *IPD,%>Q U E;C`o}_]tIM_.*״g$6f<8Kw3 ̏GTv~ _1_Dj Vt#2C5ɀC<6u %Iwx 6"Ք`PiGwj~?(vD2JZ>o fՑhkrlc>Me$F@G6&8ȡjȵ<5F 7qbjFP/`H PGjf$0XVsbj@fP66)6 m?i/ YK 70$nHf96rJpgAE mCѼCQ -ސٟblR@0m̐h"82 `*ily `kFW+?X1׫81xr"jX{HK2;_Hlv8dK~ ;´/dfRQ  fVL_r( P{ㄑc$.rQ`?@cP]n ۅ )]4_57‚X?Xwdxfܨa{rϑL}W=&Y%n9"2OK2F4D6,BZ-nfIߍc=<# Ӟ%̬4F$Bik4AźS)%]*u8pOYy 7P>loat0s2b}F Y6%r61Lv2K# /1S9J[Bl=5/%ɱa!\y%g< hFpFLHKVòE6:rCb3c9J)_;G ~BM`E1f=?]]7%&R5Njbk" c5 aEpF@وw"-eAd0nbF@4`LSb7HubiZ9EWq]=0-980LN0s}$iׂ CK +{>7 ZKK #9OF+jَ2{. G{L@Z2V$#\Z.dSͧ|9̳Ҟ,JD;DX \>}4jlmGeb `A!4jEjAm&-NLfE ~:‡gd5Ft;ycV8 0.aʅZsE nJH3A6BĘN0zN.b==e̩R+/]d4}me$ڣ.;{p5l}Yl D 9>0c$2Ё* &GIAќ/>&.Чpږ:LL!$o6ɓ yS/?k{&5OD/Dt-:z&%^y09wD 廋V@t>h VԞ~wm ,RFާE[8-i<\{Hmkq`5hMAK0mhz3 ZjUNKm/՞l>Z5Zpr*X[[v[9E yJ[<Em] Z_se/ p:=av46\E`t3 cE Ȭ594M41Ɗf$``yCO0Ӱ]'C*'w7A+5C[OhAXԂ0#8(4g Q0~ Y"-@}jQkOKhN M OߍAڡFD%Maeq\t(c!&`E\AȏnV2!?A^g5Xbn 8$ c\FcgmFaXX ̂8iDv!qB!a4+lIvN .;"iPMQ񶇘YOHOS[o:4\ 0IkHFD//hDgЗ92c-KQt0m4DM)gfK9Cyհ&CLf@N51ks/ A#w<ȟ@^$ в`1 v90^ YJ3[SB2$^- }Hm pT0Y,]̭p {$D0ؘد36&^̅A8( I^2o~]"QPݍLyl0S &y&mbFQ j#ɼ߶ |Ġ4s }l-0–c@[nr4oCN[`O9O}˃+w0yz?Pg7ڥƛg8îk-p$jv+ vP\} C'Yl ̴Qk"y&E#Y!UA1=('tYcD'K;G@ `d^P=6 iƓ\DVBa2rw; BYF"?W-G az?Qbfs#昆i#Fap☆i# xą4'0:1JĜB#8mE1 F8D1yJ 7-D1kN<@6Di'tM{1kմ nAæx b4(L 1+(2BZ#/{ =Ka>;a7yψXj?qqm؝ gq,ޫx^F8! cqܡ"N D G {bӈ% S ,arq9Yp͊ LEm-P$7 ;3~6Elk¸3!o77Z57!ul2j61y\5F(YX# +%&d&f 2C>-FFa>ӸB15^MGG{Rp $FpaNݺv;YHHxlfpYުaLhĪK? (єm`hC40A䮟(DX>&6 MTB uf?8U@;uD(dK4qG=P/05AO7 g=33lD&,mc2foD`/M}mch}> vqZ%2iAM`d'D1(K͠ )҈B}P ,jjX(W1_IDbGb`QM8:"a֐f)76L4c\R>d-aAA~ ZpƝ#:nSV3S"WGI+8I z"(8AQzAo$n!hPEl!&oL%"hd 4 %u#\bCr* N&Ȕ^[5'& s6*~G7Ng8cɜH ǎ5Dtiv t˔7E:)_7>0հն{7)04 vb,UCC =:HdxoHn`C:ӭқ`^32P `R U7>aF@&:5v))C*ҸtSCSVc{>OT#,W33OH!zh24gg50ωu/2o]0ڰF3pm hƱ.zY@~@ib]F] d3qF1HAA~`lSx/ lH"pUYVݍ r(K L9wGo%V8~.R6%4I<3Iؐ3J ACXc9*nN@[`G8 `eP-roE-0m>p}K0%3G?Do+:q~ (c0MUend,65 i4P3$N+6+eCqm/ݘD\."oNzlhd }fabl a6(heͱ dc胐yY׍6uB#$=l% ph g(Zfx-?k꘮xA[DŽ 8#}  #f/1^?sT{-W.>6mFP̂}N|(_Yg]$C<&02`z|s`Q蔹0E6-)͛d-<˾bB21N1Ea ,Y~lHηc͇s@Z&G>MHd,ⴠ l3m΢)|j )+^ʪ0X% bjq}d9"qm _<1K H+90 x>Wjv>S:lkkiOsd#{7 ?1yv9\U S0S=0DԤ]S/Syawj@{'9J1D`z)X`My9sQ/{LW>r y_{3%Z 6-5o A o,mٹx{>6rAe3Di{0} "1j . Etu5AOZUDي\Wnşwb1tG?PI tp|<]EGP4/~C= ApM&ss1Uƌddƍ2I@pxr(q8,6!Y N rPs3feKN n@+\\ S;0@kٱ=HJ:+ t4}NMܻpa9r݇/]~{gC./HZ6R^$ś}p,j\HH$Zw%"@iw3bgκjdIm+zuI2T Iy {. R퉝JR$-"o]߉_~b:-/oGû-گ?LPoWErUv ho@mtIc%i˵t~&/6x}?.\jerfo^/"mrsM z/`.mn6/onul777/w_R2\mUhDXv֕c Ҩ\j#(4edHaSu]FVtdD&̶:i.ZW2We}o4x>lޛgp:~cf:by)f{h F^;|4*?KePɣ$VI.Qǣ!XxI2*|'QR0PNdveW$5I,/D(]U#!:i2S*~$[`dGdiO60$vNp"cTbR6VOV2tMVG`C`}dl-)6պ| c%< t`G7DC;(}3=l2p(䠈-\;]QN}ݙ9P{5qoWa Ѥn 0`Ji-:2BvGp*ySIxDmϲ=^CHˑ"M@K4B?:OO&UüRd6){Iy*D>!A/x wK A0,c_̆Sa~Z%AC 7GaAo4ATChrp0t.܌Y`&ZWәGkX3%C21lXF"*\ Sa!'?X&߀fx}8L&&(U7Dۄ@FL 6К{CXI\G(-)_ˌ"I)teLe~+J)SNa71AbC>ħ ocEh,"`AZzkP_)^21P p/ 6ToJ*3DiC iW!a/Գ r`:] {rp@Biv( `?4њb4sawb*d`WzDG!f)x q*]Ë: t4WMli? ?)7Vʶ "w78]l.ƲF!s ->>oܟ RW'wqbo:N|8,D-q0^HxeXh#NZh/vA AE-~*@v@$y @XZɥ앤~w|:G'VVGJ1XHkU+ A@VhAҹcJCV6S8+ASEH?mA]M蠰Gkb$Idsԋ|` ' ;+ Ne&oW*#> A0myc{Xf^T.ԠR߳6Xhv..wNAP&w)c%t H[u\fS2p=mP9yr6yVy[=Q-:>Y DriH= Xrsnn}qcbjm  0:}ՔdIaP;[)2NX%5t*C LӨ4(k s4$${ʎʘ%ze >նv4g^Os_A.6~<" ;Ln1G[;~cx4G?Zhe0\7AXse_@ |X^R$'uH ̶H>HƝG9``8s1*eA7BtBe3aş '$>3|N%99?2C`M j0jJ,ly{O1v lYZV9]'Sh?UautVǏkz[lv4b7<j@FVcP^I \>6caZæ{x\ܻvp8 ^|חtmc:]>_$!h~m:Sx܉ZE_xp,j:a|2g&}(l\ZwREdyȨFJB?PCS4D%L%6cu]AV.~?3E6T$\ :"Y_Mc agðVtj$**SRbR1}L;]:6-z>z.ZEL%u=WAonN[NΗiN^#+q kѫeT2G Q?L=+#<58`!ތG8KK"B1 Ysb` ¬E"}H&\fyS?e:*pm1|jS917KsrYe4?^ҮXEPx_P WٜjiEժk)}j br SD"s\9kɴ?xa{b2$7&XCF-L$ nΌ!߇0 N56Wܩ Vt66ZEfpVˑ{C"K4fO晣 pqr 5HbUӍ'|@`[n\gFD/~Yip~ALiBðt]xs:WC8z?O&c˥_&c?JU:mhɤ .Ab.{h#>͆;^xc DР[7φ:Q5FhYV`o>Ք+D՜l8٤P-ЧK\ݓFg_=HG_IvXd>D9zm 8tܶ:e"ݰ辺L{?T3/8&I0_>reboot.8.gzsystemd-ask-password-wall.service.8.gzsystemd-sysext.service.8.gzsystemd-shutdown.8.gzsystemd-journald@.socket.8.gz@.socket.8.gz@.socket.8.gz@.socket.8.gz[rȕϧH3)3["3&)Wh=lN[@y9xqy<>ܚ_O~Twwo&'~{u~fUQ%dywfgd6TG!d- a.$dKǫe$LUnԃ'w(LJ$I+7'\(Ʋ z©rl+Q&9H%1?M>I+seS7&}RtsAu̮3td9!֬FA-*g%<""vZ @R|FPyi;NpdAa^k%W #B`\3!sIM|x(Y({vfX&6ባ*8o(AI}sv hi~vt[#\0[ Og{Uڠ߲I}:pLFiYO\,)1E ZOt& e *aw6\&+qpԒO!N02E)DDiMF'S/tIe/q!aC܊ s6Χ[B#Fޠ4?dMATvS5C85\[j2h+hl qPeYOG7}-7BQG @Pfk1z`Ic}rQOL(vMLŨ%)ĒpdD1:b|&Pa$[ܺschn-j69e>cy-=ԷjH>XtBʚ=njC!>vhM*rvᄅ"\"ě+V)29GXG{Vֹ7/if?e\m~dBOʽvӽ!>Y-ܯ LCQ=8fWLM+s 'zx֯AuhV8̏tk&w?Fogbe}Fқ3.w6zC- qIҬ{BIǶ }V#&bW&+n DS6%JRj PPTf<17ȍoۇP;\)OڎQ>h[6:Fȵ41nt=Im̢ ݢivUs>!gۻwo]Q3 1 QcӬum1x=P=DfBR]\{w~F]ųUH١E)$wiXJݘ=lfZ'Ux((3 g/$=Oͳ?@SއnoLqLKS5Ս/8[+1O!t8-qkZmk>B?~HIŸQk3լRVvgҮAvsDN}j\j-l$@֒CsFB5ÍF l ?Ƨڴmͫ7qAiu#bx !ooa<^;#LQ}NH}ěE娷?e~ȳfh!;GgQ}=%\8"0ӡts[rlPXޤ]L.QI*qӵeM=H n'ϩ/:Ebҡ(zOىpl?h`}؎zyֹ/)o77 xqBcHJ?rnW8?F1jrdK]EڇQQ9i(L)>[Lgz˟wS-+]s]!3%}%C. 1|cisdpzF(RCq`fI[\r+Ex8T/k!9^>u 3{`*M]8$W:GuGj悙Cu}iFuՋ~z !\;}Ͻ3|F~Egg'Ow'xȯ?9@.socket.8.gz@.socket.8.gzkexec.service.8.gzsystemd-shutdownshutdownAxmZiY䃛h'mlr0-`@[ŭD"e3{.%`'mq^e`kO.X#L Oh<?6Vd;:~}j=&lku/'5;T йSJfq{_NJbәsӎTrs}4ִp<%r):ayͦϩ [0e\g0DqP($D5+J,QReNhh Stl" Q:e\ZHԂ 8łhiD3 yh<2R^yG9?TpK,BY6Jl2+X΋) OrmGJ%za7=ɷٕ*2P<w\_JLyc<= 00M *㠻HƱȅhCHOԝ4MFTG>r9r;rJ"F9lgdqXS> ']4u^lC0ceSBJ˟/&zl쟃O{Áv5OlƆ?|Lo =ݷF~FBZe(F TŎQ b1(&&A Gt〽F93 CL7,tCjx{Dn[9ݚ9JDUX!"b+ fݏ8J::~XqfEWʩQqSrwڡ̛-"lY{\qH j !JzDipRo8PfؒANAꙗ[.0qaQ46>}L* Qel+AD UE\FBtJAw9 @!8g82ܞ98>@hk-IL#>)TBC8lӻcF-k+bD)VikF{_̧_{?q#t{^[RrO_ʽcуFx+`szk׋AwF7NyħvM o,@ i09GNEuBuN%C$[ec~kx߸֦d@Wzt*[Z9czoﭳW+ljhf6eB;+p@J `=J N$w~+wE@KAS aψnq}3ҽɇ9ly`)v2/]49rV} qL'y{{z;;guf:թ6mqlDA|]_}|a7=uӃW7@S»|h4;X90systemd-tmpfiles-setup.service.8.gz.8.gz\ksF_ŚMlgO-+La Gx Vv~W7hO+q{oß/?b|yx}rv1;Y}II0ɟC|ubrliUULj{e&I>Lhm]OOWƎc2Q>.Oۯ;Rck; U뭹ӧ:KO7U$Ϟ<ɓg*j{_nuզ|ퟍMb:bjST'ʢjcrU`*bx=]rb~Lj98t8̑ڿrZiʱ՝YCDGUz;s:6DU:qٱN5|PQ+ǪTwE ze! EbSu]TF[˫lõZ>_&/dKerT7_xHCZ} {V4f4RRVu'fT%x=2k+1,cؙ 4tW;So**,<Ю`R鬸+I/YWVCQY!8 ̡y;VEB}q@{$r'J"SQd2=hV2{t8̮' n4kf`gNX.ѯA0, v#he5=Gl_Ĉ]ddF2Kp`lB"?{G8Jl K*|lj]*4cܣu"AKF2/@mca[휥0[o$V20+ |b8G{SaIsᑜ-=.<̾ 0XǘJɤ,,t"Ē(_kgAVmbzh\(/@y6nՊPuMxYԚ֗QF BMGvR _*GK`) W0,{p i Sm,N$X,'Z:G71zɨCSGmP7Mc$HJty~։ ,5%IP0mVdD:Gx3y , 78UigwHW0W$I2o' уL,<42L $YwhYM/Rfx{qBJTO7ӼpbaEX [ESoꯃY̏>9s}etvC>wC>\ka>dN0Og`w%k0@e|pSP ! XlKFwZ )50e(nТEo% 6* 9nٕJNj!1p%)D>7N PX #{8Fc ;S9l^g_bb~-Tts᫙ qL(ByL5/ #tъ8bUQz-BV(!Qtht(5>+D#zHX|%vRƒ-QH;8nK-wFs t[K&!?!MaG3pX&l 3P&LIděhJ.=$ֱ]P6+PNPhEYļk321ʦ0X53Mlb,_%bCoQ[)!}g䕱~ZE/~VU`D}8GPVźp-x(]@]Q1]SUe~wg:ࡔiď[4֑> $+n{8ɞL4#?՜I/:YDG[#d&-uHԠ#6ڦ, GCny(a˭U, o儖Ø,d6WBo (-+ H2;\0cx`Z-{ѻ;5ZȜ)0|~u Ez32HZЛIU2TS|~SIrֈq-*_[qڛ/V4 $ 6|^K$ݜU;.vq>V9mz;Gu QKAgrE\ 4B-/-0)ƅŋi!jPU`p9!Io=,FlM8Y6l Ja+ZhR9`ӖU* ۭcO B`lѤdž 2 Ab$ y;߃@*CBIm ~AiOvbw^ ] E7 9`~] vnuJxjeBeliO-_gu81V?jInhS==eܐ*EHsYW2=Ej?}6&$6@-P|1=r=VABS\٭x3"h;6r Z")b?-ŕ{3-i_4 rh;G7B\_mm:5t'12|;G̾n{z WҽB\[_e:܇Z&d`dL%p6TUTzaʔt1$kcFw7 M.]P0A-j˥T{f6[)E%`XnL T[<+%6, չLiIG@xSj`2hW? ?/H¥)̈-(leNvk\L+',P ˾[1g|=͈VZx4}aڶF~i[C s\mJE"oh, .LqpQX.@w2,&ם"gúCȸa7 j]z]T>@v?R5^oJT:~0ƔGR|zM.Kg䒺8$7Qjl֔px(DH33SQ\:8҄1CXCJ"Ƶb+]ς8O`9(CS9Ѵ(]V(>ŷAqR.?Ac>B cMAwfgj[ᾭJq;MzM U[x٠q0ʣjΑh%\bO[sq&O+/˖SdՀ.z~o#AE/!צ?n._9_;Џi.ޙɂNJg؅!o#+.PGlCrLi9 /$ vj2`k}^ _mG\T> oG9ONdhCr.O` W 8 :9 w/;HU5JZ;#EJ a;LƱ=+)nl)覅+uY4\8$ xrAn0*[>q.f&D*v_=@ݲ?#BN}aFud/zO$@$2gX&zP/&ر}Mj=¶1cd)'De6XվHakq5Y$̡A "b ;DjaC\C N% =R !́@ *{wrjbt1I-7O@l4x(i}P~ߍБ;8z)uDk:? / ingUCMn?$?#L.w9;}8Yy!5uAĚ]VJ W]4|Tm0~ٜ-oRހ;rvv|*'AƐO]rڿ{ci`7p!Μ9*Wi wi5R1=9V|SܤKRmTa.뺰TEN.JƉ鬬}3ZpKY%|#._׾VBz&Pٛi@ufPk \ AؙA5 4y.QG-9 _~QNQeh["PϏ!Ь%G,#`l 1#염⬮/}Q?6`GjӄJ6\v%`h AҗbwS`㰭61Ƶ -ʝEZ˵\aQn Q`UJ`b`޻eɑ|)D^R^yẑDmO gт(^|X&_sVvEu [u- -=c^jc=Tag9E/<Ч\%7}R3Kg3D%6&gXPR?,M,O>EgW~x OQW6 9~'` -w{B;xn| 鬞=vVD%G|0P\NE,`mڕ?="ICp#hOg_3A$ZH!xHM.3c,Rzp[ aހYC