systemd-254.13-150600.4.5.1<>,xfy:p9|8 *aq SL_L Vx,ׇ~!ev5B?hx YMʈ?xd   ;DHTXq $d5t?Tt D<t I$t Rt (t tttSxtHW$W W l | ( 8 9T:D[= > @ B F G $tHtI tX#8Y#|Z$([$D\$t].tt^aDbg3cgdh^ehcfhflhhuh|tvrLWwtxTty$z !$,2tCsystemd254.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.fy:xinomavrowSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Unspecifiedhttp://www.freedesktop.org/wiki/Software/systemdlinuxppc64le# 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 fi25x (H @ @ pH h@H @ @X   @ PP   X ^~#1P P P  N-%^V6;f ;*%,= 2 _zV$$#"JzW>'$ $) $!'qB42;]9?8LXB]$PHhh `HXH)HH_``H@PXD @Vg:HS 7i  +K1 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+&) &/Ǹ z6M - 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]fyfyfyfyfy fyfyfyfyfy fyfy fyfyfy fyfyfy fyfyfyfyfyfg]fg]fyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfg]fyfyfyfg]fyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfg]fyfg]fg]fg]fylfylfyfyfyfyfyfyfymfyfyfyfg]fg]fymfg]fg]fg]fg]fg]fg]fg]fymfg]fyfg]fyfg]fg]fyqfg]fyfg]fyfg]fg]fg]fg]fg]fyfg]fg]fyfyfyfg]fg]fyfyfyfyfg]fg]fg]fg]fg]fg]fg]fyfg]fg]fg]fyqfg]fyfg]fg]fyfynfg]fyfg]fynfg]fyfg]fg]fg]fg]fyfyfyfg]fg]fg]fg]fg]fg]fg]fg]fyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfg]fg]fg]fg]fg]fg]fg]fg]fyqfyqfg]fg]fg]fyofg]fg]fg]fg]fg]fynfg]fynfg]fg]fynfynfg]fg]fg]fg]fytfg]fg]fyufyufg]fg]fg]fyrfyrfyrfyrfg]fg]fg]fg]fyfyfg]fg]fyfg]fysfg]fysfyfg]fyfg]fyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfg]fyfyfg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fyfg]fylfyfg]fg]fg]fg]fg]fyfg]fylfg]fy8fy8fy8fy7fyfyfyfyfyfyfyfyfyfyfyfyfyfg]fg]fg]fg]fg]fg]fypfg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fg]fyfyfytfysfytfysfysfysfysfysfysfysfysfysfysfysfysfysfysfysfysfysfysfytfyfyfyfg]fg]fg]fg]fg]fyfg]fg]fg]fg]fg]fyfy fg]fg]fyfyfyYfyfyfyfyCfy?fy=fy>fy>fy@fy@fy@fyAfyBfyCfyCfyCfyDfyDfyFfyGfyIfyKfyLfyLfyPfyPfyQfyUfyKfyYfygfylfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfyfy=fyfySfyfyfyXfyXfyYfycfyZfy\fy[fyfy_fy^fyfy_fybfy`fyafyafybfycfydfyefygfyffyhfykfySfykfyfyfyfyfyfyYfyZfyfyZfy\fy^fycfycfycfydfyCfyfyfyfyfyfyfyfyfy@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-loggerxinomavro 1719244602  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux   !"#$%&'()*+,-./0123456789:;<=>?@AB-CDEFGHIJKLM,,,,,,,NNNNNNNNNNNNNNNNNNNNNNOOOOOPPQPPRQRQRRPPPRPPPSQQPPQPPQPPPQQRRPPPPPQPQPQPQPPTRPPPRPPPRQQQPPPPPPQPRPRPRQQPRPPQQSPPPRRUPQPRRPPPRQQQPQPQQQQQQQQQQQQQQQRQQQQQQQQQPPQQPQQPQQQQQQPQQQQQQQPQVOOOOO,directoryPOSIX shell script, ASCII text executableemptycannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.ppc64le/etc/machine-id' (No such file or directory)ASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.ppc64le/etc/systemd/journald.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.ppc64le/etc/systemd/logind.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.ppc64le/etc/systemd/system.conf' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-254.13-150600.4.5.1.ppc64le/etc/systemd/user.conf' (No such file or directory)ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e2b31e92d3a819e66ca80509cd2e9458548038d5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5e573b04b14b93c49941aff378fe1ebe4c4dded5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=250ac431d59239076fe69929233b2470f3feeaeb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=73284ddbd924849b54c91b71d16894663c9328ae, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=821b3201965a4b283fd1bb115b10e51f6d6832e5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f533ca22463737a92490270777dbcba70c9da4b8, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9dd0b144102f60d7bdcf05a50273d84692efc6b6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=981a74b91e776217bd9faaad48c478c3b9a72f88, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=cc5d824cbe187e50326d9c041e50088610b901eb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c56f9bedc3242f63bf474a258bb851be57545669, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=faaf59a26cac0698acc16aeba201cad3ec16eedd, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2386eea2c01f4888a00f8e7e2dee6e17affdbc87, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4490c2a301b9c6723256a8e7c1ef45450e0ee65f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6e3e38e7df1be1b66d508aeb63adfa1f58f21356, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=11325cbff62bc8b6a2f350eb762cdc2905f7a6a1, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=63ac999d0e8f57d17c8557c681269c0531ac3ba4, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ad7b31250df3b92904074c10f1df1c566d31ae8b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8ca3e9e347984f0f7f6613b2406a2b314fedcbc4, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=59629f7e43d5b96b0989b940001f6d1bd9eebb95, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f097e6ecc419e20f85f7021384f4cc42fdb90124, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=47ab8218fc2add980ac9ac2efecb492337cf2484, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=233bc44995d8d84437fba3ce50930d18bbf5c285, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=db9587de73658f4c74e497fbec98bf012693f80e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=89adf9de30a64edf17cb182293ede57fc680e757, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9a6b8e2cf86e4536e2def46c552ab9afcfc59391, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=cfedcd0474c88e53c064400fd69b3d4d871f4972, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=389e02ce9692fb8c6b63a46c7ea525fdae66012c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6efa5ea0954ebc20862c7662aadd8ed433b32229, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3ae7aa2803e3bffd03ae7851565fccd2b79a6c5b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=bb9d943abd16d65b3f23290ad19dedf97148227f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e97be90e9b1ca37100def1a50590386ad624c8ed, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b82d2ae681fd5f729a0b7b87762c8b6047f38cc8, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5120769c1f3372a94ea7117318b318558dc2299b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=764279292e3be603e8cf8150dc1ae575147f827d, for GNU/Linux 3.10.0, strippedUTF-8 Unicode textBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=33740d5861001f1881d9956a4256dab9cb82615c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8ce419c3b7a8b87c9e7b5b3eddd3f9aa1565934d, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b450b48ccb61a16639068fc4f201f062a1e12372, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c762be9cdaf83e403dbcd54b00784afedf63517a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=932c12373f176976853479db00b5f1c97314fab9, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=add50a36ddb2b7ef5d4dc7862d48724cdf4acfa1, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4982d9b08f38f8607b5855403e4179bf21ec940b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5082711c52265f65c92046b3f860eb663a8cb751, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a0d1508e88a51a226022fed05fcbbe95e6fa3f9f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=75853cbef6fa11b2a24f952174b2ba5b87e4733b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4df53acfe804ceeca554b11240b868d3269e8f46, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b79e0ef1e2bd24dc5e2b85925011bedfbef51814, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f71d9a58f8580ac8152cc390e26308d35fefd2ba, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9b1249cdd36d4636d27201d1592ee5b4ac5d81b5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6c3486e401bc3601eacfe48da2b27fbeef21497a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a288d2804f0cf1f9a5719edeefee74c00153a8be, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a036687f19882920cd81f4bb5593cc03208eadf2, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f2a5f6b325270bce15ab7fba545bd3c98c7ef446, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8974c7d10b92bbfeac7359d2e1ee9e38ed0c1a42, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=09e5188d38e6c691a957e14e047c01fbf3db1fac, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=54589fdd9ea6dac924885d7d4447782628acecce, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d83408b0c001ab934fce0449cfd731084dd555eb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3f407a5093b1804c87437f2abd34538d1b5bf580, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5e1294868b8c64d4c39876e5146366fa89134017, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a3aa23761920a8ab6d12cb394473eff42f498618, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0f085787dc08e03e03d48b2c1c3e6d09992e34f3, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4f36a7583dedb43ad436bb196d7fc051c1fedc49, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=49961ae5ca6e640fd2510bd42d12839bc14af753, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f70152a70e3dd2875f10f1f049368a95f948a10, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3762be8b9e17eb013bc8cc58ba71680befacf6ce, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=072294ee4df8c8a2e3da5ecf3ba1763e25c78e5c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c67976cc4842cdc39c39e7e2b7d1a6d5ffd2130, 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#).39>FKRW]dinty "+1;AFKPU[\bglqv{   2RR8RRDRBRARR!R"R&R%R(RR#R$RRCR@R)R7R*R-RFRR R%RRKRJRRKR%RRJRR$R%RRKRJRR%RRKRJRR%RRKRJRR(R%RRKRJRRKR%RRJRRIR%RRKRHRJRERRKR%RRJRR$R!R%RRKRJRRKR%RRJRR%R(RRKRJRR$R%RRRKRJRR%RRKRJRR%RRKRJRR$R%RRKRJRRKR%RRJRR%RRRKRJRR%RRKRJRRKR!R%RRJRRKR%RRJRR;R$R%RRKRJR:RR!R%RRKRJRRKR%RRJRR!R%RRKRJRR%RRKRJRR%RRKRJRR$R%RRKRJRR$R%RRRKRJRRR%R$RRKRJRRRKR$R%RRRJRR9R%RRKRJR7RRKR%RRJRRR%RRKRJRR R%RRKRJRR%RRKRJRR%RRKRJRR%RRKRJRR%RRIRKRHRJRR%RRKRJRR%RRKRJRRKR%RRJRR$R%RRKRJRRGR!R%R(R#R$RRKRJRFRR$R%RRKRJRRR!R$R%RRKRJRR RKR%RRRJRR=R>R;R%R(RRKRJR:RRKR!R%RRJRR%RRKRJRR%RRKRJRR%RRKRJRRKR%RRJRR$R%RRKRJRRR%RRKRJRRR%RRKRJRR%RRKRJRRKR%RRJRR%RRKRJRR%RRKRJRR%R$RRKRJRPRR%RR!R#R$RR"R(RR)RR PR8RRR!R(R"R&R%RR#R$RR)R7R*R-RFRR PPR8RRRR;RqCaA[1{&zv"6:@:XdK&TgaAo-t_wwcVks;-bKm=%a4'%u\ vPja =EtA[ {6.g,g+@>X=S*ɣ1?IZb\s֖jƠxO[Y jI]bjc L;qyXdܝ, ǯX΂X>0'%lB@M& 5}V[:/ IozUzMmM-]\ ׭HUa m1ؓ;#\o ĹsA4^YJեG;DU NĨZ5x>W⌂2+ʵ#*).~A4=̴ܝv71<1ۇf2_4q~Js[2fcϠpC}Uc6A^ _< YՐv7/Aun̤}Al8AɐAֈďwVj3&R,ROԩ T :a ,s';AN+4̦ȼsx \O1W 1Sv̩P?TfQ&"F;H>Ol+ *RaKRz3TzȟHWNYConV)KާH j`I'FO7cb$#96lFDoRьlUaJ2[8O?inǺ07ʻ1v##=՗{)v j R^XMi^Ov#g15=_4 !#¥qT&U|eObmj]my"w;~%C=Ab){Hp$jj%q_Nkf{O5 gxӦҥ^lޕrV,~E\rV-Od=Yf F)uhzm)QiQn=8F+ĴO4de%eCeA8Gظ~֖>ƹJݾ{jN/X mQD"b`G](gi]+ y`U>HAl3cCkDNF\pa1uGUXֻDx(3h `5+^XG'؛AŇEݫt^%QD#G_Mٙ8,[dC+^yr>W8!dTMi=S<$/)whJzւRҩ,S]+'H`KI~;u5RoNWŤ¬#eVa (?Z&+`%(e?sզȉv,- ǀmqo{*HI]FkB%-sc3.HXT4:JQ1`AAoTFTZߪ$"mD]]gSsgc9I_3.tr,=)p59- Uȧ2r&4GJ:M.okER T67jU?(Vtꄄ6Gf#w sg&Ogs]#lES091E 9 oKцz0j*k2ui5Z -~S5~L;?qEJGq"4xeO UpfS” i./PhhBh} uRI0ީ@H/JZ'p'"U{&oi_NHY\lBbG3G[Qa>x`pR5WHŨDҸHO&'J> IlЅedrbTyBQOS>(;Q;vJ @H&[ Zv(<̬ Aq^!>K\H`ǯd6z,։djlmM=;itea*$<խiAI+S컃"Eua3*"oϛ-AC;I&9鋓Pmd#;}Nnzrw/^}퇎Zw=1$u)P3qb+BL̑$dxܼK[A>PՁ\ ,X> /|oȑ`;HykA;>#LGgdaǪ64o OB.?6AxkKh"~iïPюFQB `BxntZaVFf¦Uݗ)r}?%<Ƞ.4@!c>qy@7ĚLu`Gkf bG}l>~_Z''(nel{IE+ PD[ÌJvBG jފV8ð,-- źu `,,Nq^8!FkcZ˻Els^X[O)8<DQvwa2\C0Jv a;` vc{=cjZA~`%|lE׫`sJ$#cC]/y[Z;\B7aSE} )9smy/qv0\m@\)%C>h|ܤQӧ⢖6ϴ"+El#H|ƯC Y)_ar jap9ê`ꥲ7B;|AQnCfCǑd `Qd.^NUJt,϶G )m _W-E]rpWc@-cSC-ՌvI%؁W kNZuhq@Kĺ{D{8ѧTa Vp4<$c-"2IeKy:_p[Cd=֖,1zꫜ#L`vfwjk›Hl<1ߠYU@%cŲL ޭؽ^q3K_)}нhe;=^q? юAߺ%WG&ktZ2"x KIש0n}\o_-ѹsW(SU]W~>B(;cY:E)4ۋW8j("[Bՠ >uS:'J򙣐D, zR_qs>ykgP)O]BOM,5w"? L\" bݘ@@nu9$DRb '].gNTYU+h*ԁZ ?KܠZؒfqJQGV "!*]04~U.b_@hRNYGmUY&$_0.L`;pma,FNE.vǪȇ0+>Y܎jjۀ9Bˌ~0,Ȯ`FEOTNW49N[\:#Qc^>#Hyٻ .TY-~. C8[q^5I`H{#eGHnI{jm$k_TozVzan4 ̣UD¯yk; (;ǜ;ůX=K{RuX%Y o-;_-Q~#xC|Jԗոm,Y?އ(I~[x#u}_W tԇּK$=9M7$D+b$^צu/7\|n&5Dw?WPȸdRTX"Frn]RRh}{. +si#q)ЅaSfFAs SǑeyrvjfL拣e '/ O(Us/nWq cN @OX>u6FU2Rpp*b. WT:j>JVGwоpR,'p~"FXls_"؍"`4] UU)qo [x%;F'/4`b "񤇅=KDٵaA&(}hN}n-UJ-EA>#O\T$ey_ˬuq'1Fp)PĒe-x''컼#6nV10G~ZwXh3%ԐU(L;gw| ΍ 9  Lˊ>z:wbݦm BtQdwqFC xgo(̥DL~kX7OT?Iɉ2ƂhuY2KpDUՁ3@]o=2!ђWlH.r$8y_&µR-߿eZuAԂrh;'t<+&H0(PNdօ0I˦>/|?$em*̣QnH)Jg^RgTН1 W & W| a8>hQnQU|.{ 12!h7(U]: ԯ ЍF{fVmf=*1ۼb>,[H#i$C#LborZXH'וGD?#>9Cox-qM?x$6q$53fO7"ׯ,uS]-sSU1=wZ6Qscb!>B?(ZB8u@mz?"G92xg)`CH[MbL>nC:[uCvIuKy9*i7幖r|z+cSBq<ߴ{-nPklʫF~!c5:@Vug$HTZoP;O󢇥OΊ߲RDd  adJ*=Qe]uEG\S1c?*#snZo`5(Wiy,ŗ(k*`.51YM5`3ݖ:17LQ2(4!9*&S=-E,ɡ>tPF߷M爹5gN4 '| W4G>4Nj\E*W9Iu:CVI4oUaBHx̀HHZc_sX ¹I%QϕZ<629 4}9SڹE'1Yl0%}ߥd%K(@`56gJ@X# ốy`3oSbSBx% :5K/}I }RVW KvF8 qQ*U0Ɓ36 A_?F-S4 eBA:ӬaUbX.|vph?,_m)T6d ϼ⻻/If,6(b`!9HlOY6<~KXVƔt,yE-ivx|~Y唀 (MhMǥ0ˠo2|&0=7Z6g^+)f; hF,%k|T%7ٳ ֟*>Uth&~y9/^-31b{+iBmtl:fWWIBHS<)ؔVk60q>#KrH/d*``1y2LqEpea N) tkxyR^DR9!}C+Bޑ]6~e$L}^1i<2RB~SmSC="3@xP裘%uN@OnV1zҶpOΛVu{+#&$9]szhK)!gHe\6lPnzi%5tɾL)Vnpb+Z#AcR?l˫t5̕.'3!t&>\*yBoIc_)ܝy=;grb]8G^ꋃQ. 7>g IS$Nv_Z羚daN9:$&@ 7* kSs"*HȻBZYҫKP౳}3zG rァL - |3uK6ҋJ4Ggl~fyd7,w&󅬼VߵҼ5ʨ4 Vڠ7$b4(QaM'bJHw+1ݭ_2XO_12S$8cGȼ(Fj䋟U 5+:pB">$$2l.!"hl ;VA꼺K#}AU(nGfaZMHRjc֔7'yNM {&$ψ?El-@T(d}~,6r 5, y6)+ayT`kZȣSWR3|{YjUv 7-= x^{؇1[7zђ[/G)A4($PJ]pWXE{_K,T 5Ѫ JOSIOo!~|⏫HYWnJewӈ6#%NUwZwFfOl@\h6@TtwZK9s#]YK]"O`t:c0CF fBitM?gJev \[`]tsJ<#ha;&P#Yv,6S`[JثВtX ˬ( %ijˀ% ϴ m%4'^dE<}c,Ò^ 7-Ck>/!0&N CP3wV+.NGBvT.^40̡љ3Q{2 ̔wWٟ9쑧y ;@U3k3,2W 5FgI+ HCPA=2G(43g{*67J{fzjpoメ6}ӟ-}?kV/S#=>RrR.~D*NO#Zl 7>D^PGF!ady;r61<, 30mG>B'Docǒ; iLgqϋ+!#%i:WNwyY~.P63l!ρ'*rI:.ݫc+9ab Ʒo YBC4c]jZQLl9- tfON/$0p4,ӹ "rW0c(AWcGP 5[v'~9re`r}z6:. )zg˺Wf6ӷ]ˢ_iI6UVRSWF 1+2cҵ-CͣFDQz\P8g#A8S}T΅MR Iq~iy:H%fq9޷rHc*BǐuEJ=s]Db|-Mr:cn.L-P!, yA{M|UJ,=89hH0kaA/GXw@xRBzNbwxK?IBW`aRo:B4Iy[Z1hӊtUK3p1Bт|a@KǩP3@s>i{p:X* ZQlx`r&~3>sBs5B&;~ս{Yizǣ㹔$;_bs@y +W_cR:GPVC+1'8=u' ("oz., Q?̹~'J8k8'-pȑθ&B\Nh*[xk gUz`R2{sNŰ ]@@,Z^6%leoR P3JoF ax|'#j1eWtU~,[]&;JG({ sa>B.51œ.A|a/[δ-8^7 R|)KQj|Y|E Z>EÑWw+>#xZ#myИW$.'}lȿˈ9SY? d,T  = HnmxL[wx h@b}Аf2/j @Ԥݓ`@^0j|ރ 9$S.g;9!#sii"IJZrSXiJ-BŊf Z*"n2o(G@W_R2mDE%8 Kµ WM\"$i{~ܵAn7Zsx^0usAʶWk6v/Y5,dD| ]˘6)S4p d(7Jd;5yEeWBjkEb4D4#cԈzH1[8*u X7Cq+ѧeD7IRGf$: #-qFO&clY^}E|,U8@j,)$U;ѝr7 wxKK_B c`wpf|l+9:69ixJdWužbQJ.JP>X3i>a<*[H謺I$ 6~>~dim}}ҤjZdl']Gڕ`NLKvJ\h@B_[#z3QSH~g6nrxLx&-^EipǜuV/[5)d︊{ Ɵ{JZ Yaq4r%Nbcdg_`LU("5e(³nf&z7 `V /aٍq4(Xz |7pD `_kZ}qPczY}t~6^4 L m)YŸX:; *aqow>S%z>bχg A+a5Uum$ bQtLHQaS~NӲu%RΙvUMNA`Ӧ!ٌu̷'YEy3x#$K2uB - iqn} 7=X\DRS[jnrG:~:}]Hcsbjm_|Sj,싟/kQʻl$VKZ? 2y2|lJn#^]{55D뿸sR3a9@B"wvl?\9脉Yao([LLP[ALn|h%@5Sq֬dm(R (Zޱ ؤIV-^b19GB0nTY\@T٨Yc||FXI@I\X&nH,dRONaHPMD"BQ({X_( MJFa'>=h{F&v S2I\FERCꔷY/tOX gwKPKt|d"=ٽνc3I'_FC|)nEK 22tP^gB h´SȜa)!0opxs;`QK(4PY6;աywZ(ՠJEee͊ {q WEz߲2V$kO5DP+to_k Ȑ4ĞN9R.гE<]-=-r-[Nojg14ܱuRi[|W=!Jy+^g+ }!^$EBs;GvqNc0H`=e+眝⼏yY8%W-GǗ0isc \C=|Ue;%L*JZ3se;H*[T+֙-3d"&. ߪg7Ik?Mzbn CL Jn݋A͖?A  Q5A P߿wzd0@kDs\?c<,84`"t7qlU4;Gۿ?XjY%S^IqBB7F+ ȼ`uI'iD&[x!hQfrs5F=PNy;`$ ~/q(#HߘҦ-Em"E' Eev,.#|YV[ Ĭ"Xwh.͈MT@:vmx3$v0.^>Ufqw%awW] l8UwvGc9NAze4$Bj *ŬCKn%+8΄"_+\@IdGr2 T ֤({Z2mwYI8 +4-:1H#Y~Et2_f,юpa!5F@?oAWUh}nSUv9a<}$} ] k:} *fAVZpbh )!9+[/nojl7~>R=n2«1:ת {Shzk'6\.!N@UAQQQ?6- /@1_u.AKӨGbMLy޽JL""Trgl2|P<|MPa\zOcj66rI܉k 6Q18FEFA%/J480=R &UfM:cǷ0RXthG/&_|œ4צ혯\3!mN.Tx!<@+y-&&zo[4k1(-V5wFR5gB `5o4RƧ nrqʽԩ˙/l%NjÚҩE_59D,跭 43A[H~VC.u"_H jVE@ ͒E9= m}M g)Y\tk&0Ap&rO!Y{ ns/LrAjT9lD0>Nq0Zc D00x8 ~j|<]"!!p$i0fO۱hj3w/7YW =h0 5fd0ʂB5S0O @$AN r@LZP;I~qC|" & s"iEo&moh#[Pge?TVƛ"`/ӈ#{W#?  1­nhN٨2t7mЩb!mُg4*{1uux T_,I2z-Q+äaQN˫QaGI-q8X-)ӈ&eg7F&SPv>bekpcW4^TAEiXAT>=;"XC;eL^A$;Z\]ÃkC2#1;fd$z.`-uIo<I @̠͑иXa#,ʽ||x+OG zjݗj]jOZ^ye:|Dʙ#Z_|ĖYͦa)їdT!U҃"sjD[$&}9x{WNrSH.Hjm3ۣx`E?#fFuYa7,j2[臲.gn-6QCP GbUIe^{b2;n^Ȥd+)|J| @KѠu" uʶߦ~3-#d]5| S4g(/6V\/ r_!K\ _T;l`lPll]yMқf(rL]2m]=Gd'8[6LmWހ5o&C? @-n*A' Hﳸ,  E $@DVhO3ƋF:ZR?i x[eu>'EH/^ϳMy3}b(s@=(d&ziDrqBY KJt½4==!6j ~$ ":a3)Np{Wb`=DViQ%YVٹ;~nzG*8so YK|Negy@P`.B!'B NAn./{`@髄[m,ƣO#lSb}=~q%¥Ki? "=#[20v)po{Cm8,<žM2 {Ĥ",]$F?E_7B[ΜR ]D;t'RK\^́9[tTb3Ug(aEM `3*_AE6ab`ƽW|{3i7`OjXN6-:(Is=G|4]!h0|D#&~]L*z-8Z|oD|UޣzK]*NoHԸ4;?>3T3wg;Zt .]n.Sh(cÔ_z:^IJ\#k)ؖ\*Iz]v 3=i"pLYX~ S.}JӲLW ˙ru4m#w79p/˜[IdS*dxTsu|%nZ ,!ֲe~=+Ңn"㦁9?CǬH<|bkdTe[?R_n a$|IK+kaUQ>`$zOA>xÛQ{D42-jkD Qwm | (f!AϓҢk{VZd8t,pB|ij۞HbKKoQ%iE#()c-{ҩիbqf/!7 DB^֑UAO?|,c׹, ,v>cdG"z]7yŨ+SVbsHzy;r^S"fyYuN܋aT!Uz#/K ·rT{4#ieuƿ3Tό}mM$&L%jv|/]}Ǖ#]X5 @z $OHn;_ ʌc>"99,"!Ռ#|"V;ASp.!5FT5d _Lj|6S!`Ę09#[Y i>)0\и>\elz蔉BkhʬerL/kBOZr 쳻ijt.Pn8qcC]xAy⟶ƽkNu7M ~e2q0bebT/2lH#^Pۺ|DU EDOaPY=t Bn!3 YR"GE/<6ǧd1aa1PZ̎g IVLF˙}FX#KYK&/?|PVgԐ/,zdy\OET3Gjf`56g~:L 840+YUiw%{t*qlw-TW_쿐9 Y Mb B4V'Cn|67>Ec'¾Ex-Ԃ UR9LoH7~tΩ۹y-"g&-Y5LFAج3aC+D /C VWEKlv32.a55o/o&z!*i 8݊Q!8GPwxQ}uHFԴZpذ3^3K$ZqLk]n=L?PrdAܽs* 2XGΎ] XO~" ) Ц@su,ȣf!wՊ9@)gʬNzsŰWp S$v2F^V<4XYMD ͝Ip!Hef#ƅZF 5fpo> UNu횰rt腇P`'ڂ`=kW+٬ 8a-ׇH*Qf*=L8 /;ُͼ1܅s"*^Vsb'-y-|\uƑ8Eӯ-D|/]dd- x'QI?a/ |*up Gb[tvq=~4d @_֢sX^he|x4q.@fHG$d0TYC0;>.<@-!I^kaL"4.~jWջM׻%ÿ^bL[yt=$r;IHgd*-uv[DQGܨySyPM$#7G`qH+,w$z*=nC2$,$C"R^׬&av7/OOlݿ"j%m ASեb]lY`fub3 /UX4(ͤ@h&nne"H{~C\Ĕ+,c_k3,6`vId0]#Ys_r+=@{3bT3xkyƄ\5'm7Fs&oŋ zϦmE'1ĎO39P2sؑ;EԊ˳;#vҫTf|szk:X;KتsQ0Ņ'V2a9U{fcZp"s#QAQGVH%;+c  Q{tE6YH.$%I?{P~ڃ<#cz(yx|SnQs& ~Own)oԉd/!pVZɎ4_.&RD(%pl:DL]7)xd[Vn[ T!lKbeV#IjG85EmU[:{"!yZ]]O0 QjDt܋n#R̤JK&~gV--6ͯ)#SC+&#T &@$,׳黶cy P!-v qC)e oR^V\r煢 㒋0d`'?ugz[l.C Rtlx0Q{}ݘf zſ 0:(ܒFw͙{mvQ ǥHJ2Aڬ_;fnH>~zGw<\[;#L,fQcZ~jd) 70]Fn~eQ3 2U: Li'ua_wa `Q郎iG׎Fxza)skY\u=q`w} ԎYX% xDPm.ag#' : ߳3E;W5_k7 CP#{[OzЅ# m3=Ċ?Ewr";˝I2us9eȥ@:] ƥoaCOPGi{DܪxLtޭwɘZ{{̮bQ8fH䚛Vxѱl^ N CcxO/1N| ?z6hk:D&GnUwwXnRǿ{P>/,{B . & v09dfz\z[(B˥<[zH$}WW=KPn^ BDҔVxɰuNUGr߄ fu, ʹ/8 NV[% 2P7h\#sr-%έf5ЧN͆=Sŷ/}=?p%̴uũ^ˀV0䈟,{ Xu UJ3ERӮneXYc4J]a [Huw&ZZ]35(+By7Rxٙad2%8)9o4SJTRx_Y7>-ȼ^17g byTp7_v&^ߐ;+(7ʍȥ0JXZF`ZNr/}}q&Pn&yQuͪALŰz!XG Dt["8lfxTFQY'zpO1M<`ʺ#a4KIL =NskƓkX4FҬ*=êk^CkO x-odU%~Qؓ9[$\ ʢUXiku|ͣ,7߃rSe/4 hFJK'+ٷIk,au!゙"rX *}*K@a!xf-KǂÞʏhTsăUgߨeݸWքn-C8uJվ%?;q7WUg\+3jL5^Hҷ02\?S(FH /C}l&,eNS8`bı1&,m2@p$'L $vXoM L` TugKx`Cs=E{O iy\g*>kUgLJV[lQa0Vt}ؼͥ),cyhWTq^h=g{ݓ7Du׶ W/z>\p\:rL^Ѷ/HT`~^oGXfNuD̦Y #C@\|6#<;ƎݝD&;E6MDMpɡS03n ]!IeXA2xhEKVTzQ<ݚY 4t}랁+q7PmƄʞB_ϑ{,{UfI~Wh{OJ䗋"TJ= er}Gn,re>38kb RGz(~rּo}dd{|]n"{.'CX@ }bZE)^ mqQ=/5 `Qmg+bi.vKώ=`Fr½&ac4ůM YM\@;ǗVgY/bP_O'>3^5a[\/FomI3ۯ]DJPZiyK %'j3_^L#|>1g ŰL機| H䚤2ݹxͰѝc켸PpsۛVR?fn/rOE # *ܫ_PS=#>k@T`NiO}MFpKʸXj`u!LoZ6sH`5BnIR% ]O Xc]>[f0;>'yx`j !X/I[>htsY”{gbK$d)EF־7^ҎUtMPØȖZ<"eSVS|oNڍ?ޏkXcKid Qz߹+QzI)LP\:}V^s{c?uuT2>r S]ʬ<`eM p/d8U\/xMLGΩʮblL pٶO7nvo2K.:#+@_ P_ }]PLUy W4 ahܡ?Z/_'޴ɍjFB2Nr\;kVHc4iU1ECM--xRgEn1#mŐ,c,/*T2|Ȓ׫r8McT919֤3 tӗp$re:*Z]+ӿ x  .UC{"{N 맩\vei-{b04Mt%/@w!Ob_X[Ǔ416`05Qm9啲=6Hpmg2rGa| \!5jiXń05o-KÝPXē;8ik?JBkmhja\[lN,msk o}{=ч[zm.{dU_UH;ȱAA%흚erR?,lEL6N{xWӜ ٶ,C5B+@^MX/n;I|-k0 [B0[E =Ǧ_t,t$WZ=P׹b홳$0]MdA`͏2^ӵ4X_ʘNdt u4XSO<8lw~ x Ľq@iҭZB {@.€ R!,|C,kVu$>@u`$^wDDșՃb}*CΩ2+'")g68dJg乀(7FUk"(Y|?7d27ZwSԪ"P"œI-1*RlB2K3hƭ6rؿUs-SrG\נlW$]n%sp(;'bj1`Q<7Cq&TX0KP>(kq:K2л-:X2Qի|kx|_[ppqץ]a.EG%Xސ 8/\toXX!a[ӝf (]dn7l8,ohG{&.B'7WtF @MxloZ`z0k#l}Ciu Q=WdMVC|p [J[ϩsNB&"}Fͨ8.m68^RG gN?lB9ܡJq/koo[|)ϟG8+h&csB4ׄu*^ΝrFB !R<.9orzO0oUHVxѠ1!j\b¬rd޳D\ñ0{' g<,X iT_ٷA~ݓN L1*ev3,2~kPܼ'Hk;`w ?YxP_ oB{4񒽽ˆl_ ڬڜ׃Ց?{Vubf/W{RJDĠ% QU l]#mB??S8C P2r/&KsoǿR JlLbZ3 ߂$mXe{tU W:.Ul*a?M'y'Mr#% mɋ;-NN:4PZc?E&Z䎑gׂS-f? yd;;rjF %i.\⵩O,WإRͩNyR[9͙_^b$o_)A/*ϩg+vd\(wa0AMd2pR8M!W HSw Mќfnӎ2) .;}>EM|LA\ʮZ/ЎV'[gXRSqihJSx.LV_z㙃h$db(M#Q;[ʈßJ}Q-]ِ6= 5G D. c _Q֨!#1'MW4sai `1N#TxpQz(gĦZO g kV{Wl ukTe0+OYPK4!kN[sg _di4E?ܸ"Bpu:0iu\V6Ib3w g߻r.BZ7%_E[Zux.y+ws`fĭXcS'zl0xm87Mk)+k>X,?Vd)!z/Ĉ+%\VO(ڜլQpJ@Gϒ?o>Аr3g31 V/Ja_+ċr>ؿFa6_HT`py ŝo9ld1h?lf!zf(Wuy}Qtf*צo^9N eQv:ЂS+aG0SjepQeH|'{]j3]s^xnde 7 @,s:"nBռ/JiPDH%e ʹs[(~E:ߋt`bP(ެ^-$d%k@) ?z{:h~x菄[d+ͿZWS~y/S(gOֺVze}Yu#˫v *[^2In27_<%ZG(R@a:G Y/Гs/ZEpe]r9x;93ȼ\PghDq5Fb)!=]Zsll%޶(K+(Md ,6,S7_c?"c`t ȠC#41^@{ HYN9.K x=BB1w.su(녏V%Lʈy P-U4MH;ߣg.mUj x\ cYΣ!5;X~Jzl qs˶\"xFX')="k'ySXqH̕F1$0 V MYx㜋Kmxrl8DHF_ N-/{l`M82"/\yZ[aXX^MvLRHv!Sw9sf ǚ`Kz`*~lY}t[ˤv~hNBwe.W픂 " /s@?fӣh/61)@X@~`Ie90zn8$A3!;fbR?&Vx5x;6@NMh^qf6ځYc:[>.'KY=| A"ߑJ Ͱ&n%~q±M3#˓V.ME@쳈bBȆu%@F W,}99X/6:JL:7✯$"kP^\1wkXp >QO,h~Ɨ 4K@TLs#j0-\Qeh6)rFaw'w r:(vf%J"Rc 7]GFU~awl1P !a-:[סK(H>Хc!(oGZ⮄=W>^σB}pH'ZAlnt,etajer%cVF)o.7o(Jl+$1Tm/5rǺcu=jMɮL\,;$]~djkvB|ysUd]3-TX]܀evMn8~LPg+"0 ::2qh-X47T\0uD9O #r/Rd,~p16X1r`yWGY&0rޡB3CшvamJdO!˵oB.@`30aOe5%{{+tD*cPa0s`0fI)*u p?ޞĨR 㢟{ ]U% 6 k{6UbdHzfȃ=zafÿ7%FhtܟR4ۤ<)Чe9F/܂܃3- KZiw ʟsN(12ׂ5ͳ"B~nha^K/;7 O:C>1S;,7al6ΊHx:?f~h4bշR(O29cNsUM mnOt:iGC:9)hBЖt4*# cj~PG觸 K>Fbj aRxoW'<$UY⓰x[CP6EYK'Xs~n?TNp}I-bG)-EH|ĖЖ 㸒w14{(Ͻ|/M+7̋;c> zf>nĤe6ݑf,{oWgZN`9^Ap4r<0op,BJZgYӾ꿰Y6#%semg@81usGx:XVs2QQ1 'L^+BMZt, 7ZcLRa)pAՋg4mƛ%?w`2<>=o<&Z` G~$cvr\()UԤ^g'}LPk%YdՇ,Y0Ti o.S"s NXKyv4|7;&D/ٳL១?mZC~:'*kBKEX4p9-d")f{F4!4aLqd/ biA웭E e;X~/e`ISFdSV[i&L%7,2}{*`'MzѤRUtAJ4ed@#nG+3ire=$S-wU xe>/gWA)p-+Eu`1A) Ȱːqfb:h恭!F&Mٜ6ACOX:h"#a.#2TP>H#ZSH5d!8Dt:նP)_(X8QcqCkt!rCGh; wJzp˘!T7 <1}{%J;]_1HiVdUzSr-]o4ɬN3O୻e.cmR vjBq{Z[!8>O%ak\p}Z%<+M86]&dMNeT')5FMܚ^gQGwPHdۏbǘhG 8j`{$ >y&hC$\'?.0Ar] xkz" jؗc?JquI7V[rҁeK{?==AV_/Ty)Oj,C&%/y. C1b;Cbe7*ĤX!  Z"kpd|`%t<@fIYr-.> & Sz[_m`0U;luM+ 99}5~uMV]nce/i/ԥ8G^̰ޤOVGKB$StZK.dE H"O5Q {bTԃBm*UzZm__!0 -; t&5 P`z ^?Q ;AL=CG?/o'(̴rw_E2Lv=5D$DMS, #ވɬdul:1@Bdp0RC% qļD̬;ŤOo# IoZNUi1ϤL xg֩eԄ fX:,s/RGXeq>D;/&|";U^z`c2aQɻ6q7I TeٙU?'() 3n kx?엊\](-JܷC%q̆7 J~44,>)9/+I?fӢ'EZqל/CqK={+R|8#+Zo]y7X;/ tPMChsX]pD5Ў@.T?{xQ.:}ufT{dk[ItRDXzAyP}p@=[a'Q$*]%xb֙Oo0ӛcb Yb"`(RBwG< ;>6T꣧*U |%/(3#Č\Xsݑ|?_?!CXu4LMTĥӦ{F04W[;|,V+ 3%5Mx<]6gz%he!O$<4dZb6H#0iPQ AŅQD q+uMYOmgRdC)lI/* V9H]Ml*oafy{oX X.zcE@ZuƊ_2 '"5# $%}E\:R:Du .Ј_Qb h$'b1}L qmhj\ɟui9=_ !%q%rkIKǏz"W:/gHD]>)~HpTx4@ֱw//L0ȅ LI{2)S1~jA[y +{=*8Z^aP%qLp৻\ sXIeZ ҏ (2P;CVsT?Zn/?2nm&sSMjo">+(!1n 3iXG[t{M5`zL[%!z7z߲^?CAE';%gn̕sD/(G{(iaY/i7׶cߝi]k#6  V$vp+7eu!IA6]h&N0T<.6V4i x.鑑7N|N_HXg9Sϊ<*hQD]+?t\9êK/AxRwXе&X=fjt&x,vmfv঎po8+۫<"fy*{zqvO{#Xtn(*;?CT4d֚5h=_NHyU69LG@rsRE $s w6Gt_JՏsF߃XC !Sc}OZu MξA:5]=3=ʆ=+"Ǯ9Q?r+ybQQ_|*"umTJ;~g[vR*ȿS ⍩UpgZ$P-#x?\a(p㦗 IgX?@3eί>QO&  h$Y K,p6y_x!MXD*j-Ɉl 5׸_笥ˀƟC+ָoa%\Vs2Ɣ\}PD4H0(jU@ZƮ`Oua%wnhp˩8'OY>۬X>S-AxsI@NQiLӭ+ q4Uo_+u2V}7R"vg"KUHJ}``pDYB+&n'œޜr8DAX.'0[w)Mşa3U,)@Jh=\ m?dHQL=1OӑGKsJ>x'+c#/D͝dIhjIS$ŵs쓤CFtB#=nc/d_BPG#4.3j)Uv*] YhIA,j4Lwܕr ї&-5TZWc<5i&D_} Oǰ4n|yc5@k[ _0qo G`%0+X3M X>ճ1A1`X$%yO++Xb"Olk_%ͧĩH(<}gE^#B9fC5ܩ*33TLV~ooQ?H@zvf- β|&FVGE0f+Jېb lfOzUr$KО~7לt7.&*5Ԯ0@nv_?5 udfRc5lk;m]PcH:vzAEHi0F v! EJ^$pc V:̢c>4ԉ&N0r5]#*fpZ|b1Q5ԗp抷R P&O;B-!W[O }K@)+[jEE {Tw;ݛc}!3%+96 `äA/Qa7؁E,WJC24^Ro ~PKqH`Z5}ZA/:1n/vdp,2Q)7,6exMב, aOOo6ʖf/=~վpgxO\)͈Y1ߋ'WPg#|e4~aME  }Cv== N#n1":5,J\v듷iԤ^ME?qJ  s8Ѕ7(`#??]y =tz+BCVI:uHodbLR[M(c8Y`KϓtmP^>%-kaj Ma'aᣟ-j5BIū19G ˈP~"A/Gj`,p'Qf}}>qѭnhCtf8\cp?8PM$T^1WFd%uB*c4?6K ZⶻWXz^X'?t-O$3H/Q^ͳI$!Q:~WP59x~$ g@&G"q:63\iy'EO+;pz۟\.tl 2tVr|rWmddOeGgqnd<3|hPnk=D{؟d  Lx>@d/Wv*V$c4d3> 3Ngp]o)#C1;t'JN*iSЬb.T:?li/ tgDzȬ7 &Cu%}2g>u!LZ}mAcd!w( t9/XZ4| 8 w޸ͻ_>pNJ&D1-X^L@<&KG3n$Kp}DΊeۧ#|iYVKꋶ^##VS{m-0tծ2x|EGA R߹E4+j"'g OP EGj1tVөв!V p($I|glA/VucUqKg-I{ݙ;tuW |"<w EF!ۿ,7|D!U*/Y5RMj:9n~/d\4uۨnĢ}* Z?-;Ol>2 [֟лb?i,$;Q$iD^j IOB<"Pw8sLd@z tTq_ͨSks*JsMY2gw܎3I4ښN_!O?@]kWzWqE惥EmFmq9ws!8xť lSw_k?}:Z>EA&Oz`K!)мyb wbasL cϡV_xI,x Oߧw%0 uEwSBUP"v(Z\4oǠQ2EfϾn{\p-?!ܙCp23R]m-!ݍqR#3W4{1+CuOJ g5&Bm+Z3keo1Ű_<<:-|A[%%NH9[֏#SnY+@Ŀ6* 2M6.P*ayg~ZI$9~W:-`y:`=)q]QoʇxZj&4#Jx8lqy]إU>*$zn@Xu`cA%Ljk7qqďcSM3@srwWHHkC:Xhc6b5U-h_ǟzB7JYJFz[hc ܃0#83kg pQ8~@qd Ok'ѽ\pfq?L\BܹRA.o+,i ?52 Wc7_GQNH.0š DJU1\`izsY!~m?6\&g;F;4:g1?)88o^߸-wneu(SS7xEnjgmo;NY?g<MC9 J:eK'+k#xw&:u7 $6F&+BGTb/r#Jf[/ߨҀ2Q>"uHaL9ATeypZfh-}ǟawҿ ;D $C0M=g Rr.`}Tw<nJ:|-e9K?~iGp$LwPff5h}ԯΒ 5fh' EHūu2P\1< h AZ?9ySz_Kh;moxxpHf Lk(+]*6l:|e DԔ=MK1~#NZ)o+|,+7wWs.1gZZ > l''wЧ(Z%1e53ʷe|44IR"®:_xs ;?7,ے|N <G#_ZSPE/6kBhG1rռX %0<+Iq{ճcG#}ǝk~YSHsC/F*6|SP:i8T'_9-Q* R.0w Ih*y?\Gr y0h3UB6)KW|uMʺG&PJ_Y@6^;0;z{LԽw}VDDf jSġ 0N5u"Wm,tm련y[?ܵc}8io>7yg2>ʞ\uNc-nHz=BcZVGq8<^ =fؚ\0>f@ "r+# IK2og闈Cɑ^2–m':j@@z%SFZƄtʩW p zrE*1^]3Ǥ2K}Ig-_qBM/]Sng!V Qb[%>zW ڋ۳Cm9oaU,whz5`v=ĸ"8:~@`͢p3?Jw(@h4/X@TS$\(mReOzpyqª*5(K=ƴ)9B؁WiݝLS/:ڣoо)|%̛6p"A/TM<+bMRs-ڍzId ;.۩ْ!Aj&4R4c1 Tv|h7ӓ.,Puec[<;'p 0uW088ö1 ǷU!uDf ȟj#J[Z^Ͻ9TF4nµSYT~gf}Wjas7DtR pd,}KP8m[_ѦD%"w\{r 6o >w-ݦt߽+~?)_ɁS/D v!LϔX{,g5t$~ -EW//^\GՓV٥L\_p Q5f8l wϩh w4A~;:c\RkkEbcXFjvѤ0u&70C5!(y[#\0{@< O>o(p.a ܐGk|d4"85pq9`oH2@hOz ;લ;zQ2BYfH;c)22A!bC2H:/nq?xӺJa^VuZ24oqmV,`'K͹vԩa;yXn naZfۼ960:FH{ ֻOч*>]qpBO9V+4aTQ~5SAطC\t&ц_+h,Xaޥ2P u=ls8Bnρ*~KRʇ׿arrDDwW8NhN&vV,~\t /Rz|+}ڶ=VKҨbhHhW!NΉHaC]?n1:l>MiL@/[M-KΛ;Y|c߷+Zsiׂ,$P:9UW(AC]ݳ!ܸ=JXnw3k.nOy-!tg {ZևZ EI*NFRn [Si֔P>Xbiv[+'s1cOyɼk@)ۣv$ELJSsjOI[NS\pS#%oM[vk>7qCd UG&~ދr߫BߙDz^ 0­*h$ySO^Vd >" ;N`9g):9Hf l 6^.q$r*7A5E k5+ c a7I6~WIm9fңbZNyl8}8?g UjCf4A^2eTWj@ YK;rADht'ыG1n٥Sv' 9)K=ѡ?p,O<8[ WU(:UI5,x.%}(ʏ#POʨ ~b&e(i7X},?[580'}Qtј)L\3[GM1[\~ 礞Xojܮ>=!C4}v1~h@X>5E)hcE9mY 2Wa7%.ߡ0гRZge} dJM(zEt(/nj1TRZ%&l e܀}C5()xV$9VzYhhjm1!@c86IXxf [rz.R ̵ 9B0t9>7-g1j88ƴev>ㆳh|ljɔ3u)dMsXNm4MSTۿ6AC+2%߼m83+~H Em#c3+۫-tJ㯕\#7ACf<Ѡz'K<#XQڔ԰Qdvl5C­8l`UcږP++}E?;i>vn;._P!l|k>Nk 93.yCr"9;͐5iL_Ÿ7|zV/}d *$BPQM^Kxʸ"v {ZW ӈm:mTSp5kN &}EvjrZYŀ }vof =6"ܞMߡS=,UxODhJ[6xv ǣ1VigtnXs~g@ʈŠO0e}MQ>V M@IX#,+k[cGm$?`qS8Pʆ H ]#Y VJMgeU)~hsxj! W((ȵ'a?k~*#GfrU/,> N2Z)ML}Am?͐3lo4/g*B 2NG %])5xuFؼeJV7^N؈i3-[g?jxMŗȵ9q$PCI}<2g?Qz*m~*qnsc_}OU\䧪a{$WՎ\\6Qc !QQRdVīMd"DU ^%y԰Mʃi!m4%ҕ ed=ly1[XTkhW$&޺ق$:sUK)XaIjkϰ<#aך/`VS\ȕ(χ+ɋͨP"lx{.QĹ V֮<۹&67hPMKkb [bdh#0֫8fV%+tTeJ~@ p>=;v8OHJ U=gy"X B#`\7Ɔx~' hUn9DU&G9ŋ뀚b}*+C2X:k#\9>3kޜGAo$ :L% WP}v9t AKD+EIW,\372P%F+EYVJR%og䩱NY̩V{ P(YZTR{~+FAE71C#I<6>?bz!Jana ktI x;TY!\@qk7Rk/=>nVvk8p=O*{qKtKqfa/,>)AwR02^zYJ9VLjS=`;/MI|c~}{ ܺt䏎;cɏu6.Cz[oʰbZ0m[˭J;:!* nְve9\ld$Ư/^?.6ӟqs^89Pg%A=bHAl끞5/ax߁cRH&6" pqrpė|LJ!" ;3Y2$~z572]S"c\ϮO~S^5gb`4Gn/7C@y]!HKlDw ':"vs!q%Yn<őv<UfR1IT2iaik#UdD$]6e2%3ҋtqAԲ_h2:n/ѧI :W(2C@<ly^VL8=͉3^`hmM꧎!,E>EǶ<Z /nPgL('Dڍ4 cl8BZ{_$8 k22`;[dHטZ 2mJD>;=׎m=؞?6K6'=#q2P/ҽxSw{qDW{+0r@'XSZFߝz{==a(eXͳ,pi' JD% \aB;.h{za"mnC@7S;RV2! '[ F'*rBV蒂>p6kO2GH@>rL`o#ݗ _ocqE=trrwTlN0<)(d kMt4} uu+׍F dM}9\S -BorfD]]E #gH =|dg V!Z/3]RO})"OeI-Do@k6}q M8 ea ([mUQϠ;$ѣY۶PKH rEa]YN[fFgeB**xQ ^,ύ6Dr%"o 5OLjazRH! RU&(8+k?,z|m~,w&_E4GϯGTw,aSjIb>v?ck%SK灭GBFaGzc_*Oꚢ},UblWt+I̿r$<8W21CR I/Kx>zu rnĩБJ$ Rh]" nkKnv]E5~ DZzWD0}1]/+qgՓ%du0^ۊ] fqM,Su !+@SXޛ56 7#t۴4 I)$ޫa`q9+^zJ'M8}M:^*\_G}$2pYW N9z f~He[#jqM6bSd " |4srxMnWZHsyZhh&hJ 3C$:I\؇)10lV 8UHE&-;1A^ "^rDje[(I'C.\U(Tzw~DsLHUEG(ߋFƂ&IeeP #͐8DDsKWn" IJ6um|JVWEtٝ`õ2}*-\;y@~ to;U Sq ؃݃fj?4 NJէI ETbxUub̍ybu|t=2h) [ 6[-8.]X(ycMIxzi%SM=@H{yl8wm=Ff „ΙHV3^$A.w"ۥ-<`!Ή#P]tзP*);j;ܣs.R͚@_+˞[~v~yabN~zps(_B=)?Gt7.5'z0ā'մnw5,4OZJ]oW`qց%ͨi?Tp,Nf07P9pSF p']N;xàdN.2@OChT!ߐ.Ϧf*:d~ 1UvK_/ ArQRU%n][oncf-r.#H>! 8\?5vOm^Xm%V a ɣʖQkvǾZΆ$qҟ29StX{T @3x ҊCO0߫UgPY!Utn҈'v|iruoGKAYQkp7N݂UX Q٬gRz#*ae: qe~ 9I2 ׭mrrꙟ^BO*%b*Z{5 w7n"ŋڞ|kT9"ۘ`9"]積WLRmMz<1``{Q&=j\4–Z!T3<+"T߸/@裍` \zC__ʣm!JAm\:l%a+W|a3RƷOߢ{{)LMjlj~Ahae<'2@nseJGr37c!5wl+--Vw~$C#;&6Ţ`F(G4z \kC\_ld ؍/6iԚXXP1uώ΃$=z ()͒ r lsd wgnT@G6%Kc]ʩ b3"`=QUvwnXGdo>Q VnSؚ*{nhͬ #d¥?ٮSe`]Gh)KĆڻMb^<ב@is=GT*H3)Q[#]]V+QƱ8(*x|lHu[NF̕Ѕ1 Z,1ʞ@W'v25 ˭wݯT_fï_bzY:VBk =NoᝒShz*8=|gt+ 7zIEoOF۲g|yi0]߽}sPqJ8RiQGɛ(3R|{ 2=a^J+jT`p}9*`MQ7SOsi"gXaw9Lk0X#i~2b07P_&jB3H>MgVϢx|ll{;[kzJCJن TfYvi2~Z݆emF4>q"Qa`]宵 y|:*w`3'0djO"`]S] YB7KUzHZPa01~XwxXf?84wk{* |(,Cl|y(l*V(E#0dҢ`AmŻmX,LX_G# k7$sGW1@HJU?ʔ=1CkI غFA#p3^YJEeﮩtVN[珧4{!<}@r;X1:^ LOn-jKцKS7&EA0l?!org_F4K_( (ݿd P[K MVzN f%ʵ Q3)vvK0JۻJKqLV"3QP}x B%7CB%tW^`J(G.+xm%(#>~~_ Vvh0D4g>8Yadž(bOsC춋<o̕ {BƦ:fzdB]R;|I6EX]5VlUJݻ]f3);Sۀl갛Q)#gsފ\lgD ch3ڦk{L۪Y<#< S>'E 4E]03hw[.<Ǡ&pJGbꤹB$G:=l0V5tNʭֆ-F$OV&Kbia1KEq̆*a͙mZ޳#./~Bљ)V2BGZT ^OpiIG-c/+'cpEf~qBatz${m*Iyw1P~g#8H-KmZ"ڻHҿGߒڤU)ثX5e\0rɁ=x92h0%I'y_:PzzzA5TJ\hy ' *5C殘Ѳ%'wGPDRAzZ݁tY/7z+Fhc;t"T4hd{2BvxB=_BRaT=O.0K޻Z~drd#ܬJ,}R ̽PSOgn0ͪ M@Z18C l~ÎSB3 vjoߞY >涂XJO\ `_K`&ou3E]q]"lz!9*t'f[:`)3 f!d7IzoToFC=AZyoȳvS\zŠh]6Iq2ے +$U{fW>o!s~ۓS7eBIY=Io@6t*ڔj{!ۡF.;R+G t/{r-WbTr QU@fKaǨME{?M򡘡-,X5}7K@:fw ՙNH'˿8 mt7x+uCڿ1$*8C:1CXjAX:f1@\0T^jbn7߉k;ag e-^|NTqZO9Ujw)H7H:&>5-@6z C2_:FgätʂX хkvoFJ 2"?^zI-:\iR>NE8pl:K.3\G$?n[]Y$JgFw ۥ*'~Ă@./~C3\<|PMx4[(bmd&+;Αa5@ ϲ$Ľ_jl=aUiMqd(eDCf.H9;Ha/s.#01ȦwY6tULJ.S9tLV斿k,\TnIL>o*96o8 Vi#"Q+6re DjQ;fW[t ATϯKB\IS%1LX$ tha1ٯwM渱ᳪ#M#J06!q*zk/ pf, :hɐX.EzM*#Kʉ1]>Zss9+QlN:g{|$^iL MD[m\g]f&V*%0o aNQH[etLl S5H|J2nUí~M5D9ނ -)[$h =do%y^wĻde+RLFѬhy-rP?[ Df6*f&H!Hv"Ge\AqR˦E| FjAs4_6kZ XVa[->̛moATydC3Z L?w[n؇L6ˢZS)cSLLim oC/Bl!FvX\ӠTصRGRa pZEHz.Ji:ce3t:;aKs0^r_,-+ /vܚ6̉x>"1Dc+)ng="2Rg͑;1\{/(y;է{N@*92}8ۢPSe!'n4eq_B^,h/zp(@89MEd$aWgvpa.; FK SA.$Ṕsor?9i#r*df-`#v΅YcXTjT ޛ,ciAToOf9 ;|6ā Srf 6D#뗩 .C?GGbpHE )tNV%C uI1< ]ӯCJ6u,ٗGz^˯qpΤYH^0Hkd_Y/5fHn$kZOB2jK W,v;GJmJ-h^C\@VLww+9δyۀ 0o"Fh7 a"5;)ilc(K~hc{ӣJm;p?y `}(T'՟tVb76jY%p >Hh] C鷷Qk`$oKL$+$J`/wR m%yEӳ#bzEƚLk ($Gs!P^SyX{P!VZw="citrQ-ND4ުFX-oTbZ48$敁wLt^Ug5T$;ށc%2`^YCNi|D {-Ć{rzOP%O>N߆/=&d$I;N / 9϶RekИ 9q~A%5Q ~-ら$3[:KJ$c{|)"6WIziOc#*x/m*%hi2U~gt-Y_>_o4@.#~=_Pb708Axٲ~"Io_gdJ(_L7,.%$p(`˴Q.42Ž+MGT(%5c"f;bgD$`FNVP}}SIjr|% ؃aFGŤde-T)IG3lI`rM3'#vf.pWh$6] 5 }bovӑGWQh4Bsqfbii|Ϋ [+7Ֆ'rcT_D[j%G9Ra+E%WaBŸ$kȵEs/=Jo.$t>:,ÄĪObd|uSEcԌB8yhPs<SHt ;,FJeBxWdRXP7A$NFnڻ#as͈&%Y#ȁM \(e.Do%Dr1MmS!-/[,=J} m@g[_2 1 q2`ҙR[VYMꞨb(DP#6ֲ[i | r*,3ŽGW=M9P6XMKYrc jLza +^c[P/{R*I?xc0Y$Jl=V:M*|9  [*y t67M6s&\$=Aۯb7dF~^IY R<0E8[͔eo4'kgXs-"%n`wS1%@w2`t#V=_+-J´wNҘW,1TQrݲYhdĩʘL"WaR0滹w.E/PÀ/OƘ"u{HX0(H0Ҥ藮v"$ݮL ?5SƝUց+m5€D}t,U3\|P\Qn[*gpWsX8'ZBx/FjaW_/2:Z\wk{\ݗoJ:á&y4qվTre_֒PܱlYL~lR_uPMe $Tg1ƥgSjF|,^V z͈/ElނyݍaK=FŦSRsgH4Ra-ODQk i{jָz3-+#Gpmk!XkAǜ6HFl ʟŜyAq`q ]k b;0#,4D̄\{ovE> }Ȼ:jʏsۡȤ?ъd"9׻Z)w R2) \ӿbtDLFn7}{]N'fteH'jAh@!<ᐑ Cvh2ŀ~z+% dKvU]o#tdO^{iEthW1/![L"T٨isw[t4k䆎ʿŸ lt !r (r(!.) k[ީ1@=3%/s몱~[96RAC1hddK2^(8iÊ1x̝bQ|c5lY^%@NFR|c7Ҍ:_QCzITvtJ*"(j#~R2ʿmoc&k \mn}|9vBO;Fu?dAܜJGxyP~%~o &O5{VHA:>vB$=bToC.om  k4%f2 `$ɋ/J~]#{Z=A's!U˙nrjncMl՗b6X/%*?s.<\ź(Cj-; Z4<6]쏭 -խ1'd m tZ߸Sa*i.i<^d;Ҋ'n,Vv{>cXкKqSqp{N#=|Y`Y.t~*px.mӃMrH#U'jw+V`1!ți!?J,(oҦ4|0]b%;Bi'#+ZB0^%lŏЦM_:ڥy๢W#иh ?-Jk̑_$!gψ L.71̩u+ h22 ҏhS?#gA9f֯rX]v) ,--)4R##-w %tq߷nhܻr3W.B3>6EC4W.Gou,l͚Ӷ&x[~to]D;y'% S6ҡ{(&rAO;! P21^3H:`|_ڬ>thy6miL4`'W8.xguE'qYvY{] <XU%[y|N=F E@5eI5Zc6W )H;ԆhpG zh&'|Cؤ(f]eJU_ǫo{g$f+61f|t9EGfIU+tKȨ˲ R = m' P1X mN Q aǶݸ%uyL?mC>Rd /R muE׆iXz "m:IJڥ䀨rK6ퟗF)߈} *ud q妑+y~cT,cJ)53*V\í470 @lז1{Iy7CSQp5BɳpXzݘZpGE{h`3ghHJ>&=Nh L+^|W9 g u{g#1࿏k͓K|^Y A?%s^qyew$SH1!j 󜭧dT;vH^Az$`i .vsm&}L]dڥЫSf\$E*0\OQAyœ v>4 Tv z~x(m۾Ԣ3;<~AV\GX; QaUNʝd21"  ߹iWj;%قk<\3/k@i#g&$9]iN+SSe]p(lp`VW6lumcbÛ㰼gW^Z,컀:ȹiȈ,sJSU^|zɫ/D<)RbAQJB֡cGdF*`^8i'g[[ 3c{MKZ&6"%T  C2ʠ90_B_3+eFn]-v;=->YWPfnzatOf0dt%PㅑddٔA$0%;Qݟ*;~W5 O!hwmeʘ1@ wo($LgMٕ;%v^n{Ŵl*I[Q-aCx vh F6 _xȻ:sLc33 %DJ[ߋwa4̲djh@f30 Ң@5DOhd kmUI%$36t{ң"Nt#?q6N"aYXƢTb³Ar8O7 I즼7Yf+1] _=4OM>t ouܨz֚::†xY+hy>Hv&x,AH*>O8ƶ+EBif*Qg|[vOׄDB`<sJam\;-Sm޵G>C{rrǓDS$'!}'V lsd+>E]:%-]i U@ТujO0`cN$$l)t7ȪΞ4zU4 K5SUORIv* t쯬vqH(o2J^οg:P@Aؚ>6fE|4g|boxlALjiW5f tP~?.XfAdB-@+,LE ";mWϻ7k*Y/>7˶Qe|-V#P<k5300 jb W% e/}Z΅9+yEv1;,koq:ϕhfEі׼qd bA@1?En"kM{0@`L8kxO .s-\? WRq߀Y"15BЈ4 D?s7LOTy:~&&7[ p3,byQ/~/2V ""*#a~Z]ޜ]@B@CM#~ߍi/gGq l$(N`-{B]GC3<SpkhȰ`1 1EUX" UDPX1H #R $EbQ**}럸O= ( QUEAb""$V*BHIbHMZ_O4Oup};m{49|g\]|{lnB o^^ž mKρ,? XyZC_t/@5Ve7?xTP!P1$R"@QzhHKTED]QnawluPp p'-rHVABwШN k)!aV "?""cѡ/ | QhBLRaTR61w쐟 RvԟI8(RI7ֻ~X*4 TZSCO'ҜV0˧b%G/Y9df<ڼN'}wվ-}7z_,NMOٯi8n}w>/+b!u1!I-,@4 z@nMjifFCf))1Iu,J~o}U1"EB$@7l_PxqrXDTb[ y*ʛdUR)DVD"F"**1b (YHX(,U"Ȳ,b2 "()>EPYH $PYQU)AdUX U Q% )"&ۇZLN`Dc", "*18n|tueqY5ך$ dAJ@ۆs0_FnmzB.q4 c6h_21$X,A @`sӹHT  dŃТ f@*Aa4 d -&  k 4X*V Ad"R"Ad 2 $`q(yL),Q23⺵j3~o곎c Cj{H-W{5dX*eN838->T ?r.R ]Y~H@ĊA{4f=cX[{ӻA. 7~\A "ʒN,?`Ϋ޳ @ H#'˙P~oُӽKw$7z롩W"M-g,/H[w2:$Ŕ_&F̍U,*k +vLqEO5>3_qef*ml+W ֶhH׃*#BAaYMLaiDEkKSeNTҼj eBZL_ӡc~JJR "9E";!*QUz;wzϟHԱUJQaFLpTSʘ \f R(5j?RjE?Y'2Ŀ`rED@ 6¤1&2EȬUX @FI ZŅTUH,"PPRVAER*-BDRҲєmb[@UGS^~Vr(XrBӓOu:gp/\|Ӡ]-F?W!]91;$ier[ Ă9a$XN"Q4*]˛t_7:\7.KBc- eMuh+K~%FD.R4WYuFSXE'(`r(7C 쒋"VJL1_1K3]z| fT2jNd]x,`B(-q<0y-m y0C PH _^w5KR\\$B T~8%`A@|8Ȅ3 cH<*yГEb!i?āx,$K)?gz?7huo]XF~eq\+¼y]c>Wq|.$w W:gU}LZ-._tCZi< P5 sjB"(qACg<24PqsV92zZ@?$4TL#zldU@<>$PP9R}Ђ |v @=tAEUuC"`߃̤N׼^%dpT; D LnΣe?%:o?[x;^[LI&R2|]q1Eq<吀tg:E-z6;mM|mb;~~OZCP_w!~=X~JQ2Ÿ2_ˑUEX,ET-1E`@Q UW1a/h c, "`ER( HX d""( +"` (A@ P,",XYa+UH &+X("(=oe<_v al nŵD ?'up)y֝kaDbdDB`<7c2JǭiVaiJM5~-:OO/UՙQ#2#PSkRI#%KJ!*Wۀtјg845ofO%j oWͲNk ظ2!/ Ӹe";(x \U/6f_QġY2|A?_ʭڠί?#s:m_4$;#825A<Æ\h)n薶\UߪL!~,Z1~.c늓KP7ec*YVc(k+HɂTRX[T)mӎ1Ad\j@̶!r>骨 .pQAF0X#Z]XEԕTȊI6ul)"ȡP(g_FwO: DHeJBr$Ŷ¡_]KwU,??5yPxގ#yRHZUE}٘zI8B:# zGSL:b̲DTD\ "H;ɃJK:ۗ&/W^#m 9Pt%_d/@-NK\GweH0OwųA; II'L9tнnp͜.P?GoUD8p4P=ޯQab$D_-@OaK:dD N}]ej^g:EFӎՉR_Sm#vf@% PPwR" ti*,@Qm.'g9';;̃\K`}c`"teW bxsQ̀{S}(R`X) OĥetTA E} 76$x%.SOgZ /qq;f)ډ!|VYkΏ+)}zu֦jMTFM2қ0&mKt"$ 2[,!9J"'}?s~MP׎ݏAf`R0-_\mRKNUcz"e<35$8n˖B(ʏ,YJj_5!|<,LPy!5B!yRmOf{?,4=D1yFCηYLJ 9<'͛{oݣZ\4Ko+)EI?$@%2T^V'ʥ[ U K߫T8G` dM8|:ٸB#O>,Ѻ` BjaJu| ^"uyYoshq1J|% 2%uGN}/}ݦ`?݌Q~YҁW>.eP1L`%zk#\BA;#Y$bζOiuCjaF dA`Ȃ`( E-$a%EL Ab0ECmPkdʂ$4ZP) 1d$j06IsEӎYf j-A9+2(Z$g>58qr'سnkX e`*}^^tR/8a.Z''2P܂[Fh-jﱶ! Cpȡ`T?i MCJc$&ma `sOtd"82 c$$QA T," pr2+{M0ZᄡQ,,hKjֵ9GOP c`WSaPSH&R,ۓo` H& )$^cFdF1b%O|7' GL^uڪ)|Ç,7pxԹE7ևml HÏW 7d1( T00IbR=wA;f'~/wzK+Y+*}Ump6_eD/g5vőE!Oa^0>&Lj |p0$H -, R$^H`0alF)[È)>vz0ɣ(f3HH(|) % d1$"E]t:l1!r2IXX0`1?d@0PB"@  _֜lhZ "3CZdf} XG& * A&XIb0YN>9o#ġv:CT>n:nlԳ-XQ7pɁwp|F]tq?/ȈBdH& E4C$ӦCD*@X ET!MB(I)ئVHdkpJ&E  j¨||c҆壒4NPќȃ"& "#PKUd>u7;ڀ[gM6!H,Q*V|*EF`hYT`P)C3:OۃZy% Pd6BI!PB-)P@E$A Aj(hD4%>5.}=tو_No=<3! N G BY3,Y$0M@ R C JW8 9x iM63ȡb +t @5K`VJeoXƾstL' b2vf}!ۥi|لX[lGhxpŶj83>.\k>Eܶ "[B]5&B&Hfq͝PF5@~pi OTº&uƔ+E0 Rl~i4NF(pKSir 2 ꤃I 3vf(kA,[!o20+MJZe9R7$f楓$-%1"sB JC$4n4!W}T(HaDLrB @IX mEI>划"NXWr*Q%gFd'̠@ Pb4,)k!8Ԃ)TAҸRIj 妖thBj+R!8QFm{TT+flFme˼^ؕ anۈ ƇG(7z핷tT;ȌE.2Ʃ p[c (k6 jU1k]Q{ u#~!eZ\mu":-WlV 3:yDنi n@|8iϬ1xAd]A:'ܤ?gXKaJUݗPvy4 no17z߭نXU|1^t~36#~kr86mUF҅e/过4}(@P*(kYi`ձQY3#ơnh##f7!R+iX%hI-+h4A" ۅh#JS2kY# 0ӧbi Hu?_vW7haFRQ"Eͭ]&&1VʖW5F.fBM1h femSfZ6mEY-(if[s*.5ո"90k,M+5](#&VJ!(h8Ɍ(f e.&C% * IPRh"FEY6VC"tZf,֨f t8f@T őF9k.?kPPY;MrM*)w0ٻk Lf[]4f+bŒ32LLIHJ0TGfFb@%RqCլ ;,PÎةUdtIt,-R԰xHd'y[N;Lᾲ ;d죵LTR*&ig&`nAM,-@9jR$YPEAED"ȫ"(,xDQJY`b#.OAΊ"`bL7s dXة"%ײTUVPd4b`i W,*,͵Y2aݙXmdRV{!:h 6ɐ+ENYI]E" Jl ԕ`,е"JV$(?~{yq_FY5,qV"%20:s&3Q,V$XV,,`УFV aWĊ UVV3C b*Vbc Y3+ i,kVP))aX+TF +YP)*Eb`D1 R2UAbHH(1އخAG_tN^s6PnRس| hfA6i"ué,"VTKiRʚdmHt62b*bek.6j޿}~EٿD,X= GC@R&3_hOk-,e Yþ+ejT݇`/'^W.0'=]~^zID_?~EoI6uc>Vߠ:n]FNIo{d  Vyϵu-zN;s7n{ESٍWar|8}־piD`8H YPAX;} eeC!'}{n6wڴD10"9Z)$3PJ"cOô @|} "DR SD}9\7 },ƇEzbjB "I!=__Zמ}|}_D?w]"lBq~XU !|?c VFCv4%H,%~5Y2E0;RX.˶d{`8+<~,\Ј\e7P1U%!#4iV֬hl9B H/[ #Ǚy:;x`/a+62 %M{^W:~w AswIct$aɵӾ'ۥ|93+2_"y2ҋr$N&P!caH?&;Z p':+WmmMM )1Pfad圾m6ܩv&i0Kc, úq,|N)D3hw wwbĴILRV7Vʟ5<.r228;\I_yK37QH,EGt 1QV U QcXF1QTbAUQD`QXM >  F%% ݣ\df +e}ݔ?d) Kʕp^A3dq,#.2ej2#tyYfGy3ˬÍM_=Ntiݹ+D Ό/ˏ^bH'Db*rMPgoqdgx  DDaЁ4[DЏ#E.'A5|h(\T@Q|/}`2֍lF]Qf*r> S"MzQ̊O9wO=+ؐ!;Nؾȯn|IA$$PAn(~eTwz?y#'Iey Bq]"e2D" _ﷱl &"}ɼثQVڲ pd<+$,2DJx@&2"gnlюHCl'ɲ%9.#p!սV>\~"u@g':i  t *>¤oAOD(q/A.\ E,)dm%'8\>Vi93.lIcsQ_ Y2OJW(TCtL;,<^P^ZrG6oܠ{<Í Ϭ+"D:"@ tdoI)apݬe'xދYMi\vqk01?EXY3>ڡc=DޥpfifeO6r>D'Ւw:SQɳI-kvoZ- TnÁDOR0K ^վrG3rQ+`}O'yxHGfʛ'j oy/=4ԮRr)־8u_lϽmNߏoyg5OZe[H3ƙhdKs 1䢶,\FPUޢb[lWV_ed\$NE_vxߊۄei:1t$ A!C)[`Ql3٢I[M,"'7- KT8LQ u(HILqSOrNU=o.0E;UPTg&ێ*a?xstј"0!UCt+Cab24k 8jQ#l"*E iKeU+XTYU@.T(*ȡl6)@X ( Mv,(:&0R(b2M8"2.iE=զF[]iJ,4KE%@kU\ TWNXfCdHԓ H]ҡ $ *+0DDF,EE`)"" aXV)&"آ;[ujRVJ(B@  H"ȠR4%HHi!E!XETQ 1CFeM7sDݩ, 1#i*A*ET1ʴv; |](܍2`d XX2YGۆ۽y~^O@RQ tٰ(XH (`1 b0W}Nqf$>0 kEHG= ֋A1(307'FW w'Nr=~Ԝ!1( ٥Fx}è_My0c'`t7 vᎽ,l鬜V\3=| +}s?VHNH21T`AQDPQP^hX|g赢"EPbEq5$ ( Zȡ E-i'k!Y**R,**mH82Bs C71R I(32El1aMY@cUc"X#HeDYX"R P,Y`LEVc !J"Ȳ(%hDmMaTbfL)((CvdJALCNԙ""a*".ۤH;hURbD !;z5f%͒pԵ(Ql_=1iCE7~r[cl Mn}]$>,(իM{A3x /_n?7HMukVG>#މǫhϷY+jQ!VH{ix2,OM%FpČ-]GG+;Of,tLRm^U8T3z*Sqvm9'xW+?'ؿ$\˪RiQIM$$b/`,%*Mp ih؉PImE 4$$IJ)ⰼi߷BK]GFc} Z҈~ͰTފxp(|UM%՝j,:'b"Hu,AEd4$Eg Py Mث/G~y>cwa\ؔwfZP{aƿ|(¢ h),%4|^5)y_߿kuHGσ#dqsAb|eOΨggx{f}2c&ϭ6 X-c21 ӠNi3gifR2+ 2ܕk7QxţSJ߄瘛҈Z6Tj%rۤp{c/3IbԓRDI/Alm[Gb W($)~ N2vPѤIxVL%Qo-zKd+Rk1|$pES?6 t:xGb7M)$gkU'6UGM/43(ԍ&TȀNǰnTag !qr`ؚ=|([@s/l* L1ފM_oyk`hl~4}IZ-M4ڿl$m{9q0)$Hj?%\Z{ZPr *j/,iRߎcZƻaCǎf2{je5_1fBhl1'sVnX|}cT|ϐfPdML..ŃDzhk&Ѓ|lk(LHT(Fi0:͝{Ews2 !^AIqlK#sp2HAyZ1cj<ȸDubL._CKN @}AW(';xo[5'N\EMCπϿBW&á܃@Af BbjLMՙ2 c1,TJ"!aѢv+ MdO[r]X@jqp 0\Bcժmnس &%H&;a9#Vr&FL{,fSͥP9bܫ}jw0"ė$_5jM'U;y`]fhfnEѰ`L f/vQLIi+:SM-, [x-m;2ÕT.GF^YZ%SnSϚo1^` Tl!m1jQʦH,0% P+3( C3H} hre$E1 ښ"0`COzpӟc!:d g1< (@J8HGvXP(#%>֛$u.CǣEiPUl  BLSa\r0Vme'8$6H6WTZZV c)uJäl*ӥAulń7gaK1d x¡gktŽ)e\ovV0;$Md**ّרB1]3vPXn'Dch)mE*g)0/[ۍMg^B$sw`)Rz$),G)h%450<d-exv%f dTP;@!U!!oF^($1j  !DhZЄ*Hda^N<^<7빢qb#kQ4ͷgR)mE?i{9siiE*VVо L!NCZQ`&MSw-zronܘCnBgp.[pաhcF9o=z'MAu *G}Τ -EGxvD1{:ZD/B:Wkʜ#8PE>nt!W$+jd7d+yf9 ދ1f563_)a^4) tma{Y#vI%2#~~s]q;VF$xw®' @L~À3.|p)My2sOS^>W=[zaL " ̄t5mdbtIX5KQ-UlYK-z4mxͰ ㄉ̢ÔI0L6LEyF|t.H 5f DY#jb:pCUMq04撜 R~H(anoay3:*"nU@4ffl\{f8Mc&DtAv[DO~dTǩ%KQeEU3v+ g5(ɐs&YL>":wcpULܰ*53~j,+KXGhu(TRekף렊)^c2mxeDla7fENVFMPDۣ^ta 8u)੒U]E8h2GLEaN^[=y q=#L0+ tH+ADz%!;%C%:q' &9#VeI4ŷ˳〿mTP95 2(r>ѿySng*Rwָ`=@7}7$l,# jpnݮM 1 q*s"ѡUT ; 䢢J* S`*MҔ@G Pڪ Ugp(PO&ID 8]x7ާq_'/}Z{xL;&f(䬐6Fsdb6H 'ߙP?E`lQ:A@!Ѭ\ܷC>ռ,=1ɐX؟NqgֺOM;EP+ .l 62&"746iG|rDfBl&zd64Pk#֎k[»r.-s 0:lG{ί(8 L ["6kع|w;,hvJڭUv$5CfkOBge[Fe(aiA n@m}V;Oׂwҭ@ѐC_("Idyx O9JkJ ̧t~f6p3%ogU2Rj FaIl%0h[r5O\Q Qo^"H#Π]MPu_ikA]QmW+Ra}iQk5)~PƐ|v$٤0pT0&n$7n o#'mg4(ޑDbvӌa֞vu9]>dtZgHB!B 5_-  zNKBH`-'va*-؞2a 8q|T"UoԮs[5g)o'0#VX 7!k(S 8kS1Ϸ:g%4<}q9{cGs?'ƋWkZY$hHqBMr_?)AF!e6 *2>S MejGoǝ@ޚ@bvoz^~<ĩF_/pITFAqxS|H @u-&Lml|TgIA!OX1$|tު 9ϸȸ#ξ)v`xIݨښFv~ MCa FHPؙ(jPjՋ%ڞkgnۚ캍uþv^&of:'c0Pޱ,HioZVH(h%ys!s>w}^ƯO?T{40WVm]Vg˿Iݰa+Zd0n%@R~\z8 i|*P`]!&L̰ m= hJsK} !6$@=}_>OӦ٣/R>SE"z}u(s\m`cey-L@tbTL2 -mKS%uEU^.6-,d;Q ՞N cHP/@Kj"D4d\){Ca mÞ~MFcCxP!$ Ł{nK\/+ñ_9s݀#؈)vLw @Ou@4Д 6wsrfBLɂio?ReH$*E~~~R WkB>Z,vϩx"Ȯ|j!(O⾐ TE񔪧Ët$G2(&t^Ye-o.m1(!uPdFr* ɵJhZ地]~Wϥ"ZWg# D֙/S{Grbax6 LԠDhJ݃QsF>o~J~rz[[uQXܺ8hAW?3;{l\T}JGk$c/_$J? GT@@7N3L絑=ɹ|"}6kFLm_V&!̯ƅɕb([ jh@3+R<9%ۓ .AybWI߬ M9QAbh.5_R* ~\rl;pƶ_Gu^W4͇ 4ub+I Ci'.$A_=%$Yumܠ{ŏb 7 _*h8=GBxF|Sɝ!@8yi;_ӯ8xօҕ&Y7]{{)]H$&'u/(܀nڙA]:l/ֹ 3SdnWf \_dc0(e 伱+bLl׫sZДmE&h3yI;#>)NsM9L@kH~z eGHX&C!arfqAO)@'V \OgaR}(P^T?P" m?Z}4[E״g4B<-Oz;^3ԓsL)HkD= ME%ža{Q"y{5R[_e @kv,Y<})w7/5_b`" qTL( CYY A=n:V=joQG/wDxp9ѱ$Nux <}_O5jfpP;Wx-!"$dhwʦ|[ jO5loj  ~+6zQP$7;%7/:2>Ba(ylL+إF+,˫64zue%ncof_,wi!KZ:n{1FZ+tXG8xg-m$,t ? Yu-ގȂ7Xsΰ}o@۹ ѭ?{ 3L`8Et=w1w<SfᢽƲͱeYщe3g*8cy/޵ZAp`cY f@8ֱ^^I%8;ڿ}Bt?LFK2_2MN->ˣ`4\&^i`%)/Cy8 #&2>WqC\#..rW 0u= +Uʱ\̺c0"t+e$8@ZEVi?Y'7P!dUC, 9aPNve'z*e jEL׾,,i1ҤcUJFվvryyկ}9GzyWgzJ^";o>9 >[y hY2.Gh~հk9ne~O@PWzJŜ_a;>r㻁+:bWQmZf#QOU(rhV{f[*1ˌN\zv_O '"q]YB|򰯴|`nȥm )Lڹ xH=.JsLn1)MsGPIVJ1[yV5 %KЂ|Z?z 5c}<`-}: ' )|zQ5g 1h^!G978vf8Sׇ$=Xذ1>G|h@D;88IaLdI4i EdQyTw:vI5@qZV 'Y[`6q/mnsmy1&Y'; 7Wi}OLNlA8ACbBHVQ`ȊE_ gZH^TUֈO4mE7bqS \0ut_?;H/칋F;c'"Fx<ͬ70fF!*o m uzњ StuoٯJP?SM 3nrf$i'IAXdL0&Jl?BUA}87ʓ~9ze-fۭ#ӪjSMMuu)qY>;{RT^~xx C ]}Ӵ}/EpUWJ WQyz/:RmBTivMe6m.FFU}kÁ@Gy6í b0@4fS KuUU4y%-~`V20Ĝ4L2U[(ٟ5?{L"sz׋. U25&zY\aN/SW8ʘ1gCQ(@IEH&d>OOWemR*}Lvsj}|m3V6]{ D =.'o Dz*';CE_# _"DPHPR [2*LIar^yqJ6~ U .A*(,0-KkPzn8~-~ڈU}Aڝ[eׇ-r ED>< U~.\@3!*!ˡնzh DX:Yn_py-m3:$#P:I΂of;0}*7>m{ MVv[Y@E3-Pר[zt^ۆ·-zt }J9TU}x3'ЇȊ(iΓuj2& $eeD$lpI(96 v L` @Y $D$Ufhq:q# H$"2_] mqԸɊ#N4@C3Yf.hfrn)'36wJ<ɠsaDumD@`1,Ab0V!ĝ~ʛI@#lt80mOX ^jQܐxϲ5{ 7 ;etZIe1;>' ?N|E@"YUK]]Ncv>g+G$pH(HHȠ+ I `H B B $X`@bDAFHHHH{ ;KUvz;| mE ʑW0 `b"7fA*+ qgp H7aOj&b,k}3c5vv?#L?]>I@1"epASdvb,< `=NhgI:i;+2=CTeu֍"1˖ч5^/:\SiZB XeX}CƵg9=0Kԫ.xFM0 d -CH1r9q9еad"EsD0G~{@-wmN*Enmyqt(^XѯXc0#5i@u5-Vq#qj'A|ܸ@;Ǎ Efs\pc5hXugY /֭#_ԗFtz eKw+v*/V3 \g{IKի +ISvpdքjLxTٜgbllKFE!!m& c ":*}^ۚg&7!fE;͢^a2U^¥Mam[ӱWR;EE1%N]2+ϼbNX4@؎;XxPkl1p`FW;Y*("NQ)}J޼)vↂl6t/i͇'sdN/"s[@YbɎE6|3 ;PE -ڭϰHtT@ I"$/p2&|k&@0 x4٥q`_INV*p_KI#NFc*55s }ug|qut!j3ƭn[Mzlue& |ֺb :d{)ԂCz$vVY]/6tQ\烊qJ@C: 'Rh{]-kN*"<[x˞Qd=J/ٽx3_SfAs+(0nZk dD7%E*'!T;s3mQ{^8!Vxe1ĝ#=;KQjj)8>T/jR1HǪjr(&k 4<.5mv숀@};wL.1bď5tGY?Tb؅ڗ}_ xX.X9 '1 ⵅc:sWF2m+WtSZҀυX' vn"ś=n_R7x 3\cCp[H{4{B KIC lzS2 h0^בI9bUEOoߍyF9ev|*|Y @*p<,HT?fj(*|@~'lx1e]Py}ČNwy:-Ù̡3Q9~}z xG< )"NuD{8hAchp0O|j%sÌ:=,vӌ0! kuf{m-EOEt)JB¹?WPv?xCItx9'wr7,~S߳@'FY3 ɁԘGtL8~I>́=ykWiȔZQh!fg=ƁoQpH[TFC`L XP-DYmX]ȤMLG!/!|bh_xeo(qNm!^29,㠙q`Ф}D][pr3f6HJELXVBtv2d*7e @ho杝.W}k|_>&j,Ko 7,€7;qŇ =mAc6#4Hx%x03ȧb^u$uO_Iϛ!xhub[GRiq=Zq@ꎂ:а^$/TOhZ)w5(,Bm+lɶ _жs:|ȹ{v!3˾/!V\ T/>+p94Zz̡HM(ckymdbY6z_v9l{ TLj?2)i!E=Czl+)\4(u<_$hqgH{Vr}=O!_iH X4װ_kHiCnM./..c||Vg 1DAk"fR,WacNcJB/CEѲ٣S-J vjI.&*&3wپ? ^T1%fFhMAd &Av:ozTTp_0Ab;fwz7ƠH#0,M$$!|FI37@o C&HHf_W.]dRq0SX9K8.YMV@CC'&?TEn m6^Mo.+Uw+\0`!WO$&`D XEu@́ H":(6QWPz>WJ $8Z1g(dyWq/"| xB;1E;ZNIXk6M\tH hvwUHb.Q3|a%0 ;WK//( ?Bx! ib`פ_ ,G}X6[fMɢcVGG(轂Oc%SV)qwkKTřh9,rtQbR*zϙy \Qvf+ϒGy.DK{Y0`okuQgYqc۩L< G;hHU&E~1vFΫc=o.C\ס]V3XE0s, -P 8 ᔣ-N+-W:BzoRmgAu}Ո?)Y^vTesĆBG0/r,uUo9MLT4OA J[%O6`ڔAWZ" ;$?8X.ONq }.Q8}ns/C$*/‹[#v!t0OT#|?Q?^ kac󽩜ӲW%$ʠ `eVzȠf8LWƢKO5_t߮tS/Swnm޵K{}S kQlt^/L֐q/mƳj/ 6~eh{tً=Ӂ_|8^%|yXx6Qg 3U4-?eSUU5NSjV7_MOH4ZԈ  RY'Õkk~5EFoLr[_CvTtSm4oIN;skWD餡O FW"{uk DWϹ; @S&*mT tO5/< PiLÁI ؗo72P:ޫXsfc]iWuĶKƟ t(m^[9SskSS<<Prq̭<~pn^1|D\8eC'x~G6Yx2xqтBL2fN7}Ƨ ̵K)Tp/{Z'[Ç<8VV!6}/77``Q⪬oZUoa ^aD}U٫psaɅ,b!jKzX×J=l<[FLud'Jz`o>"f24 QEI[Y$P0壯7Nf9%ꌗ1t82ȭ'c+t@p~g$z,8BGAuO•(*omRI_bŢ5jW5B|~$l.YX$wtۼc">8 )@-u HA1-`-I$p"7J4RNY<|韍Gk MbBZZ0]}nD<QD@ { 0{'yn{] svM0Ǒ! A3ZeQkuBN+0c,na^9 #bbZ.@iWt]Bi8%S"xMm6j`ֱ;\è1]TѱBѦIo QVZ|() 9I#TX`Uaաy #^Tg@)2iBqsfj}vu]; >&a fg@= 8-r‡CHN^?%BǞǼ ,B84Eʠږt`KWaAӝ 3c @xou mHUd!g7RO:FDs֣IKAV rfYE=o"!~Yw{qn y!җ#nlNd&r͘NfJ˜0!i ,\A\6Z!-XdLHBB2,హQ!pfpr֭1~X}=n9&F%MpQۑ?LGnxcz dλԓuZy.bM + 3XsZ97oPxRqeC ikS%8oPExњ/;+HUN`` >џ"Q(iwf[0IcD9ou4~_Jke_ԝAb3DWw84o7, PM[?S4%brHSQq ao+%r aAuA##мOTuqG o XL 8 4*hbG+sj og|d25`LDz NE[eB)#9Rڌ{J0 #'2&LԨ3a:*ACjf:{)3!@0t05N5xwNA>eB-bs-lu18uʽR љDymb3̸,MQw J!rD #[aɡ.,뉽lǘ]B cSw|$ >ukmka]]ƥ ̎Zeד3jQxQTBf)X?e@<1@ȿ*gVBy?;{Aҽe~!3 Ӵbh1+Tfzg)$DP̓IB vux`3+~ujn4DmʺU%I 3af%tfΏh=8;:?k*5Z ((a>=0U䁕0GUlJ GVҚHJ6zuPTDACa@q̀,fi|z{蛇/eSڗi$74iJ7`C><>6E#"9}9x%=_;s\;O-$kcܰ;F&}|q LvyqWNw׆u1  Q$@,6վ= X@h,J H?r@%X?ۅYGl52,V$ám߯X܂%;Θ34(m6nM$$Sz3,3{mf:r<){i6 +b_wwf d 2aQ^Y6b1BU!|6 Qn,c1k3UHxYO:l)vz}H1;y-|_zںP. 7>{ZΌ(ٛJ5bօLqVT45tn)5jB  ZR DD&l)@E鄾u6zMg- e]7xffdFx6A W9s O (<,? bz$NT0\p}H3u=Js2\׈WjѴ'aRm%:pV8 V͎t痏Ja,QϖM9 3Nlq=-Szp9@AjZq, {jbDZuJWgK0+2?n/pzMPpFEh7?\]9vߛd Pa>?= e|r}s}lnٷDv_Rr{Yt}]nq"(+:;;?*Д`?]yJ[mT {jk]6Ox w5a|Oǩ 74e/ɧÉN*mX&iV-ɖyJ/lg?y^?&}nwNc18H$_vwtnZjLbg7#&~xwKj l2i]3zgn7haM+>府V3`&Mt _.5ո*Lt6.O;+xܿx۴sRS*o>UYS{ ?ᑏfk{dYʽeR~n6x-cbލ?̯~{bF|lz_v>WOԻ꿣W? KBz~x-}Jb~|tJWy!Qojyݓ!NI8wST!cvqӨlT`k w>?=vL`7? "kLo?§|Ԉ7%tʚ{)1uX$͋QMQ0MǢ]5ذF9{Q3hlRd*تxaDp 3Nj?{:לf濩.>]jNyB|hdf ND`ZWGO#^;30fuv[[\>7zŨI*QR-"v'Pׅ?YZҖG4է,UT6ㆵO*5ljE>{.2N86_jWo}~.BsWWo q~RiÞݭ\6t2u:(U|:b>Dؙg&89{xE4}p)N NWO >W+.⟡3՚)||?v)lnmj6fRMܻjn V蓖̫ßɇ1ЃL]9YoLAt:mYtKr6{WNfڽˑ^ <6]0ƶujU5թ}ӛp^㛞œi?̕gwcj_Dy H2RFa7oŪaV{k9g=;~.МuM9}bm1@C6u^R$~$1h >>/k3~q|_~R ˶|v>>F2֓u$`ZFjN#y3Vyn J6T@ΣCA[ V 7Nv5|*+|^;*sRG闭JKzT7hgqOA]rG F8{(M*O wo}ֻS/Qh`ELY*4.A,IKTDJR:ߗz7r Vb[c^"V\n0$PzNIJk`HwZ(d޻ 3)1xdA|aNsP"n˚˙)lmBv Y2 ՙik^F{|988iAL\ 0wR=o Y,&449Bϱ PϤQvLu׈&:Z`U_]3By@VT8FrM> 6). *N0CEY֤w3%MQ[uxGd;u9&RG+3m_T|¥;pfo8$ ;%Ï%RslS(4H "{e,tb.hS47E4LoAUG{m-ӋxʆszqG\k_BKHr:Q4jn ۸,*KГu;CbԆ\zNE[mI?Uόg47>wC;oa=_ k˃/Rqa}(C:_YbU4Q躗|x{]S26GPW}`_,|98q/9i<׵ʸhHNbhji/@N+ā~7"vэk5UXyXXGFk)<}gM ֜TtW{ef0nh/UHr>l ~;T\Ԩ=/oQ#o.mofZ/ښ`ȒI6=WGUh1^UXrlll|m0Cy2S #.}~,݂{˔Ũw:9LJvDU*iT6=޷51o f>UUx[S5;} &Ts,GFԟ/Omsnb SN~3 51p*X ni_OY&u;1AWS¸w̿K"v>>wZ}0-~t;W~U"kuܲn3h׆k2v(g޿Ȋ+ߗ\$"MeVu澻By~8C 6 $koK=1oǢ]g+^~-ӒğJV?ɧP*BΌhl58`Շ2i?wm#Cj|ZZ˔s~罎-a}AU3m8CMT'9\v"ktUh~f?u;U{I!= 0T y5)n늀W%:"@]B,v;ߠ=_} <<" #X(>TR K É{DѸo Sa0 ,x-]E>>š@>'=+5Cg4(Wj%j@b-muP>f }>.i3G} !w jϷ}W%õ=njwȷࠅ/c}8Lqv9֪o2JXp|4cN"`lZży- H,lC]nm^gq@}Ou=vHq>a| !k&H] lĆXF3B=/WHBf]ƸX{'ى.WP{٧gY@DXNi| NíLål:o;؛&lERMU.7t@ăx~~=fXZj q~M}D$H'YZ`j K6I4U0Q{H@ m(|RI$d0M~ζKQ] yh 6xՀ:rA)Sv<(7=ryh׫Sj?bdPYJ>A{! ?۲ډ0="!` S$3L2N\6泛,Y Y6@[!َ`5Lf0 t$(";aP ,/.D*KӭZ1bc@&֜†݋ KfɺCSCtU9uÈm39H,]$ӘJL 4ֲopd,6Ԧ$CN" Ggx J[ Ö!w6l`٢ mL+)f[x'f7a<2?b<0)1]\X{)I$DB@m=4FA|$_޳o2T? $eD++ )W?a3قST&7NΓ/i!eBbVH ./~+_[oڦMjMIHu 1rnK T'MzYL \DxfIB ]F/[%b} Pp r"usccI}$|T@;d70U'*J!@Sbl*ۙs02+2 34̓-8( wuGAȣA*(įT?ko|̠ ֈ`RƥNGG Q_uw`+s;c{NAÃ&P51J% PHOb? i4Ȭ#)0@T=52K7bA,㌬ LSQi oR5; p R8xRMgmL*q0j4Y\fbJ5(/SIѰL- 'Bƞ4`zz%h歜ugXxQ@f/qK> H< sC/r h)ƹo0y,VՒñ]lDZ6FW|XP 0; a8Hc%ہu(+ i/-{W0ˀAVc!bHGETٰ3Ɯa5 , ojK P!@:tH ,mJ.V4D8w,)UAd `,X(pqC+; ԥ]*9Q{8rv;E=iq;]kT0BR,D{`uD^יᠤ(i?o)ѿYXO-8/I=Fw;0LwO~{ <?U{ gXļyk?-ܪ-&*A?ǧ Tq*2 1'Q2WH!<h*\ٙ*ئ?XDL*ķ hYBN,jDq\.~e'xspP`HG~@U 1X5؊7nX9j9@yv6cFVxsP5`a.+M@\BT<=j iR˥y\)ݷb“Pac)v&6 5I;a%PD_)}sZDšh%sKDEq_ZAI$}"'؛A*M2J|s"2|`$ Eܽ]@H$PpO5O## Is|KKn}b7f(,k*eFLcյ7x?{-dIg!4Ƃ 3`SK=W# o OBox*FCw1_6rsn{*9:w?Km$A805}KVTxD20jr_Vȩl!vڔbݱRK(_#IsB-*DgJ~04.tH& ksOdF6 d(ԎB'!in3s8}mS IF̤jU pYMSU$Ƞ1!3wCb79+W͛ ɤxB]Ʌ$0=Q/d4-`\0 i;TCB!5l}8~sW"4*/Yv50+yuщ'Qc Ke8}z~y½Qr - +5s*&bVȿ<(s` "j,5k{:,acq9-] 2sH)B -F%g^X5F?»˼t?dTP :ŌHe 3Zk;=-8bgVhi||+&Ev7 ;X4o%y{;y,+,60E'-b*@e0/=Rz CdȘ9e!9S]/7|,ڟzԴ4]t:Ma 4w )s/tyT7[wj=#8>nil&Ngs=qyz/۟ Ҵv ƾ\y DT9U0`b򮚤j䩜 Syůct1^i#UAUKR~?NFvA@r: O $7R:fb_?$yNs05Dxul7?>6S?C}Dmnp p;G{Lp7|j~fF6V`HԒz\"+ٛ6~bwcnMNۋ,Fyuew"o>/"路G {{_^eohlAR-¶ C.dGdݞؖeR%<1(ɋ_&ō8ƮCջm\*es-&S.}oӿ ƣG%}HcH^|6|3|ܫފJirp@"ӼXu+O`j,i ^,пW^C4\E[1  _rE]_-&Z:p+%!(ƀ1M]da[GA,2 lc;I SmaF+Ձiy̸bl8)g9'9b(G$ve=<ˇ/ kj{ ƇݥR SgVЖ2362vk&cw"w[.AuS6qokHp'jJ3ҹO?R<+).zYJp`{q ?)L&1ꮬ8N u{_릓>ON^?2dz8. |m-_G'SV«S[8Ygl9uaj˕tO\N!)颼VUi2΍tHֵY4n3ڦhQb ׼u]+G1/LyҮ 썱$*[Dd=%@pLe.pz7!ϧ{;wLAʿ)ã~i(Ŋ:ĤJ;9# -نRKT01ɱJˑ^M-ڻ"w-7Aˤ=ƥYe ݊Q:Fܵl9W?Q=|Fsիxl6Hۑx/ޛ$b託mav$S[Ɗ M2ܼ0c"hаZv.нVuqf7kLDD ΠEtT0D9݌P*NxTO1/{䠼80z1. iֽMDm!=nLpUqÅ~VϒaO0!HҬ`G%W+il}#_3EHrnƁ!YB."P[B5sXNR:x9ח\8zp^r_#Y0`ʻ_s$}m͍ڔjAa P= <ʷa#B(ErȖM{=UyKkfSS~czxMp|J8X 4ɚbe*n汊GEdf]!9[ahuw?oU4'Ҭ *}Q, I2꾑;:k?'%.?ǩRVT#u7J@ !Xm(H$Ie#) omդX,!> zs>c2`I$ $phPA5MtWQc43oGCp.mX>7C"V6EUgc K9r%_UhI`{-Z_ZzR\  Y>z_6@C`w~ @σ޺Q-AF =AEd9 BïI; Fdzu&q1gOᆯb{h:D F--_cg\sb쎕8:4[-*9rdCkD֮ͥo@14">wQGx]  u F,ȥE5=Tde,WR(&(U+Bt"h㋙y9YC1x5#*%)~ƿ<>~{U2aWxh2mcJ0]kaz%?ÜbTe܎ku]lh K~737l׀Rv&7);66,x6k.|ܯĀ`Ry0,7]rbvTf{tnsڛZ4bZ;i_ļݷe3:_oz(+ǷmFE\2ŇCYw P6'Q>#8pzͨ.L^n7o˾f9Fn遼"Y:aed׌ u N Q @.Ov8/`MuFsCm;ެk~UNt[j ko319$f,Gו V"$$덌50(?8^'PlGDls$a-h>AvТ*YPEoV'+y8Ȯi>9YI0N̳&[zȺ|'w,#h]P0.|͠MT%"0r >c #[x|_ Ld@dT }OlCit 捡oTp&&{ٽCuw:c?T~,bc LEu_KcrKad~D|V`ZIkQEt*P"}3$?LG\"o־)q}u-t(vBAkZz5A8D:b "mDk`v&B " 4?`{CJrB dXĉ OW8Rwǐ ߁;*.#YFqѨܽ4tMb @f{ɸ?wa{ cѫxڌ]&UD *YUG0sS[8|PpP}W႗FUl_g'#H6-a` "AA^kh3Bza5Hy|1:)?-a) QL0eUD֎'ⅷ#w؍M6!eFáywi1ɛ^OQAd@G (#lrÄg9b9iNdo|ˆM \q<3#.k31@jPw8n}|dA\ic4qvd^0Q5NE3ZfA.؜>i\hrLc eBo0RMuBp'J#RFGLcͳ'{Q%$Q#xnkޭxcc s: ([j,w ' M9q .>0o,\{u vI|&.XWu7ެ!F<_O$x{+W]sa=Xdnm ZKŖq`||~\Bu+魜O Rv/CQC:"iVE? (Y`'DG?7%\wxtd #G-4j#?>7ſv~4kc> Ds`':I:9?5R''hq` /?SshRO/X1no33F bIAO/hnI,aS|LH"n1hKu]0_΀<Q;s7KfEK uN֙j\#rHzdݠi5H% 79 T:_~E)=~d 4~?.a'{:qjIO`/,;}/M NNw#ZXxL2='w 4 ChI >>JgaEAJG|9$I٢I)@wLE7R?-Ъ\&33P%@I A5 mB>x_ng'6gI&mdF`^B<9@!;ȣzq+xOC2͉!AI=B",]!hω_8WMDN865Iu3B._^|iNp8agCbd(N)]jfʇXqU&O5@" @D73x "f,_"&SW|}ur-RC6lYq?|>?4,s ;fņIS3GHȳH)"fBhMߝʩaj8*Pu6w07QacvCW6Ty`0@AS LQʥx*]3Oi~4//e4^Έ; 6PqGںgEsizU\e5t0D2^Ϫe]x ˻X iđySO판XH$%pn?/ (Fy0݄QXY{dyg&|Sn&JB:&HL3z]Z4]7z[Uj^s!ח<:C*mxsY9~>#h+>QiKS:HDnG7Y{+ϕWwnNweI'دof]ےf:8L^!oԄ`dG0`$"JTOC=c*]M8MuV %Mde@˜7LvpH6x3 MoMc%fr٣:S:?IO1K'Y h˂Ϫj l-ab2F/xa lLk uiF  P~Q+d-.~N7 Hu8N3tWL;2zgeNmN _ m.JV$OFM_[,Pd zaFHN\N+;CT̤%jCOi˨sy}.ՏZUکe#Rh ρJrd6-Evɯ2/MˢOer!%EHZR]3$\/bw_B :YEeO%i=Csl \$Hw>\b '=It;Nh}Gp|[G_y:B tOIP0D?+k,A휹IJl5!9T`0e.ees>bH9 b =[6HGsbA&Ӗ-sKAݵXwi|-xuﱄp$U,Ww$ysűٴd9/76# e&2NLk e[jdsl”r&L?=뭍ZLd+ؼ"\$6JpØKYUaGAMAX2=jy}mg <ʅxDK@ s5z;|}rx1A4e22"+=7=m§!I"ou0$sVE]D 6܅ nհ0U lN8MGFw-r0fKGu-+6ƨ_ᴿ ]vƮBsX _=NҲ_zC$56}_yS.N`D c*Ж` 6eVmkۓ !6#ݞ>'[W:Wv|]o풦} D$5p9-T6˾~kX_YpOw%Nώҁφ KJoWsx({DNIW_B&qn8ȪʙB]& 6A< `qtg 2._ʂ;+Z\U!!(N)9gćAs%ɇʁ5{coӣ8pRyY4ۿV[iDҳ"٤dh6kPd |-䆚5w\ՖC ^_M,1O7U"xԫ6V ͪ>-o~nToȖ&SJK1R(qw Aw;z~›Uгtwv_="K08Zs<:м q6_mSZ3V(Ƴzc]l[`/Φ2D * T%Tf+MM%{l;O|JԡO\؄?ewJ>?=|!MZ <>A_jrpߛ' lh4I 0:ji.*waטRXzwbM6x-z1P˃?E_m3mLB|x_C(@//ǔĝYtDg _rO,'*}yLJ^tU*rpt~'x?23}\x$ s+P2;MGdbS.'b&x*^&RS S)Ⱦ-5 c%6T/ |W92 f MoٽɎL⇃P%hdгoS{>Su_m1)).v\2E#r+֚  @oOX˳}n?/Q{]rJ/wPQY!1859C\UgAKGx_^ ,Ɇ gmF^v(P6!"a@4$94I*nOQzu؝l]U9;܌# (C_cbgJh꥟>8!t.S`6RR2!.hf 5ϖ[y0;(z , ͘ք8?xU:%@ ć`G|(Ѝ6znu"_2>w *S_V5X͑> hS97jz. ^G+t7w3.TN=J6Ws~Z'`"):q$i)n <~Kob0StQͮאz &pَy)I щ#onmH2T0%Yz8[Vmck1"as,&8XM$$a<m(1{&\>dov1X VY0c:??]ɦNC˪g#}aBiXawJoEGuu~cf|z%yuzg3i_I%Eޏ;O.3KbڙݟOf'2Ʒד$dM8 \]7դb0XL`18i~}:5fO{pyRN]|br8oB y=l0Y5ǸΌiPwFl;fk333)$2{&a(@ 2Ķ.S؄*66Ϗu=--i&ZzeO/UB,&Px()А1X:آѤ sNGSY~ ?w=ه'}r>ȉ"yx "uc?4+,?{a;,Lpv1&t&κOuChm8*Oi"mCT{p.l|^VԙkIT(SW_0L?vcq}r/lX&R(q&TJ6Ce|ե`?/e#ީ-MنَoT`>?^3WAxv$9f ɾ\-MĐbB{?ՃҠ0Gx/wzWq$M\s%A>RE:V#2LWIG{ߎ8dL:@ L%4|#yv`̋J(3H7x[Z>.a8t*Zѡ52M43w6O>mnaTrɆeGAHC! M q/hӖPY۾7x̧s'-oH9d` :yEڑwg<ԫk;%+?3}M๱fӛU¹BtWeSp8,oña* ^e]eV)_!&ܷ0?0NAߦF_ͷvBΗ <bî_Ŭ@ލ]B%uc%X(`ˆ1!6wE2O(Yvoi9Qz?ϻ]M͠d^,f;;ڻ/ZgZ1LU1H.d M, FRZM>@" LØ| l~ҚwbÅCҐ !$FΠ9Wk%Bdf@:Ϡ1>LbrԬ5L|ظg1}G@H5RE;6 s߸jf?s,{A` hV MM"y3?ge&W@P|n*ï'UR !Ūщz1rO%nGWe7dlO8 iԶF93GMp(!ZqH<}~-&d:,Ky?Na6;` @ 4L 33 \?h01Ҷ{K&8͓"LF2J ZivM!A@BӓEa:kd3o8ܵqv1E83~?#i7^WQ^"ҮVV{4Hhɋɻ\s?o$ȂU (\g_7i8߱6c /+ڴqfuJ9T=6e:2?5bI*DIX=2b3x?\xk70.>E;Hc|M?ylrVCiNjOdH L/cKU?l{ ,EGu]`.}K6ȗP7@_ҌMDv;ϛQR*VAU wCR$ܔ]QC!ln›p^]#;s@O }g*?B<瓁 "9c Yɰ9>һ<\z <#q^o2o^>+x)Lw&=0"r/\(6d5YObGfsq*pbLk!1A0n0:Bﱆ2gPy 뜖n>N ;ܠ'gHbu7LN>Wl0&=xR?{,랞tb߁\z̔h@0\Y{us>D!9]Sͷߪ}i:=)4iP1cP;P5"o##?[} LuX1}VƟjy)f.]lUMPlC…dJHc;U)Zȼ{/Y=c]{$>*8ۇGdwmSʹ_tg:؟9 tkD3/p9P߼׶ qV$ .Ѳ4u8wnWt.tnU4,MACD.+rհ(GE5IZ@H=ayvn\K|dx3Ȃh:[X M!%a%7^VDIdMZ=V6ʼȟiq%5XD0pq8c_uVL;gU pKqWe: e\!d5cT@z\n dnY)M=` fy|Y;4f޽'נm3D:?ruTxI0+Y Nn& ä!>üҜOp2A Bݑ!PT2B.1kߩfُt~O4ɤ&ܘgj( xF:7,æegbF^r&7œ֥ЇF=X/j"@rU(igЎ;1H8`upT$,KqpGrewT̂V0f2g hU$v<&^uT+DiD"_ÇQuv}_gת|;7(?2X_&8=eúPМA_,QҞe͊/m{@{lP˟imW~,v71da?Ǖ07 F$(UEfO5雨IaʈX:~,(cx-8M0rh:f}Sϲ8I p1ƙ|3e؃^AEf \P-*h1zd-9Mڠ^{}!ι-*Q$lyjH BNiJjz@eegxI $8LAH<&-qOvCEA}}-m^ Eɥo8Sԥ;فg@j.Gr 0&|h5ÑtKPtE[XRUFf:qc\5^,k:P+z͒S.+9Z0y pɩ]&D,htz#$x[m 2cgn ˿S.=7Ɏ \ͲD@(}<)وsl 0@ErSB-MN#bU%4=$FM6:?aBigj`z!"W;u9ˣ08++2|f1d|JϙBTn0 te5tae H,UH?v8v_]F|:x;({؜?;0"zt|Nڃͪ>fyK?%cM SE>qB4rgп%4}>ϳ|{h\}хUL*J}+rA *-M3g\%cT;rLl,UMBBS&'m kI ˺9u?cdsj$vil_kA-7hg&X${CG#'KtiRb@;z58KH$yuǞA"9D^f<=7+Jj1 ҙ5XGbq _K D:@гV1y8fsNu|}-]\; 4=2ܞS{p00D4F @m-E:sYdMp\NҶm` D,U2ei.@"VQ,R SVhT5UHQU@ByPȞf,YP ϙ{'=KcvCnvfUf.(b[Y8q^#}>n휎n?s9aڕ`fp$7LMX^>m鹘aK p)oMVmf P9~Al?ߡ=V¨}>˭[K(A5w Q$soV. DX9ULBA 7 @hc:1')XwޞJ]Y/Bè)alAL? }n ZG~Nv!ɉ-ÏJtֳH$šAK~N[?A!8H}>ZJ`1}4EEr .MbQR1gPlA*Ťs"j 1:J[*kvatQ{4;QAk&w/9˭%W#b򴹬G h?<)7[ނ8-R&n@#^w?ϫ&{wdbQ+%CL!  jƾa=N0,Q6f9̫wn( DKk0Ca16{@Ql,Fx@KAˎ4 &@jg*826}?1kv~ J_u65(]TUKje]R ` fµ t&k'bBN \Q]eQ:z Jܪ˖E[wvGqܕnwqf1 <ٰ6pINb^4\3jcg8 ܱd,: Ņ ᳆VqpeӨf@aFCp2s2z"A6M#l/9oǖXgb"){Uf0QiA"р1i_[8w7E1vQ2 ͘Ͷ\ҷo5 del,\| 34RArdXUvY fSy<` cR s^sAuЖၗo`&HkYYL ¨"FxER E dV@o{׉peX-ϻ4m~K' o!8 f oe0$2Œ#'~g)UM)8{S=b^[Zu*[|&2fB7׵z)(E.`;;'^|\mqmU ?D_x2Tu*[N(&axcAL:0#&#ab2[l^Z!M& uKa^lGؖ-0+ q| y.}]9ӾbѰhKï-Kml|LdeϛiQk+U{&Ѱ!ᐩU$ZybA}/z'.vҌPMPR)VYڹ<۹'3hqif[5WG?j-GqmS[hrC"kl?x]3 tKfQ xD4#Ԑ(r:Y:sѰj2U?E([ؖ5!jMC {ad:E^;i.\)[+76}@͠|÷ǭq珁۟W83k[A5[^vd2 6 'ٟrK3Y#Ԏ`R5H7Am02v:siLNz2Q^+Dv^Qp-@G2gפ٦WR1g.p@08N!nT,]ۺW; IPPd"{ڄ&v쌄F6=Ư}<;3| nt9zՈ~,*/] GG^sÕESY?R_¸w0F V.&llf\[#"sܔTd0?f7h5mRYl{~~&b rۆ/rLC:__ܫz αa'K `m.`Z.x2$Ram@b( ۚIKQV%0 y~֧zƘ~,(Ѐc]o+GqЙ-_?]jEĉw(ટ&౲f."V,YmX13mY Cg“1(.XT7k+Mˉ a5ԒHc 7ňqkiCic:j7czA[]+&uP1 6= [w^ ?zF JtZ5c j<(e3E9 @ݐ7Ӈ![Tl?LՆmU)؜z+4YCW|,׼WځuT>aլ s ;>ZX0I 4 D#@y!{HwE2!]񹊀 @3"/͠H#@R/&I@K1nlFR"Z-κ/'nCN2dJ3H I4 W{,:(`nPMYh=6xyE\_ yuRFv;Nު+t7nA5ѫSWVi~R_cP{T_tk?_d"|(k>iC"Al|VZ#+i2Mmg%UgzUEtڿ}tOsY~E0PK~3q48w/+K`͖Ҹ$Ӌa裮ɢu/u}o V/82嘠Yc4.j `MnZGh9㞑d߄ JPx\!eS3𻙪 \5T.P5o=t@1M˽,hy2Mniz ~nd fFwF$Ae6PM9'Vɳk8k͹/4q 8u{X~Fc~ԋVUY&IE jjzMNra\1ȨTJM$Q߹w^/uTvͦmidL\Ȅ~;8?w)lsh =!MPZy@QYS62Hc{Yg5Je.;ON@`|jԙ&v)bH'ܛNɕ:dq xHS<}H>433fKD5s]2[7N_`iZ15}28yوJMx*(3O ċ䐒ya)E+u (5" ʅ,[R0j L^+6~Ȫ|kjc55 Of7l +_wzH?N>W ;2~3qGȼD";Q[2n"\ j c3P2ɫ]o t vqS|c ) Hh7nIPgPk 3t ۭJb }ÚuLOwXg7w~wk֜sFCk$T`Qo9mR$'hfG^@fA-R?+Gq93WG|#8wSx?{2yE@F6d4T 1B&3l"45 |aS]uop;MYV3ĥȔpA: F<КKr] FR/ja&N7R\>]Og|ͧ!jU(3R~Ƿ>swIHfPMrzKװ{ÔuaelNq͆5´IWSqaldȔD-9c.BZ!^rwK)*4]"wTf(czecc6P! ˏi?2\+_9aJL:7'&=? HKtP$ H7cLOQY奷  66 M1T=Z+=TJ>!!S{awnNS,'9A'sQo-U*k}(?G`$ha"u eXTqfLί;p>&z~IMekȁw{ &;}lAXm,oERN quȤ+4Wר7ޏ'K l8cH'וxAxlhbq"!~MO\*̈3w5Fê$mm,Lq0][̄)4(=L]R~vE4`¯" X*=1rG."ڵ`)TAŽ/aBE1;׍!7`GJdʪAomK|Lh$u'7!8tbWm#Fd4h/KJ`{d<6r`ܰ>7Z` Cƈr0mB{_Yp=;M(v*#ժIM<44cN_0FpljK;s܆k>bH$BGqj\4mz7u! U.?~Pw]׬RBcVQvi?M Ӥݻ݃uNÑXt8ⅻ_~P;?_ &M>B"\w)ڶs% )x_B a (ҶHT))">2댱 -Je֢4)j$kU$j5+gғ fU( ps-6HbS]D'> o xӴ,4ג=H;WwZ;L?ZYL |wnDFj={<0:K{K&s"~Ds6Ah&Vtfve5oFF@uWi5%K2chE l1WHD\潥-m]hqGW/~+ <,iYf`̔} 6 hƖu/e3Fl;-BB`A)ޣ] g3DuN}yOHp6.Y)\ۿ(> -|ML7pbj<9mT11)D(~ǟ 1#{g?,#PuoC ;H`}ք:7UX3Wu<>gfC?aa,kN>h!=-$4]_v9AZ*F:K4N(1hqF+FOZiӣ-NOؗwkuo5* nzNbBߛ1!'T:W)%n^hdDy<5 #u,bu\Nw\_Kz-*1k 2 GQ3ح&,mϜY_Ǔ((1{e!G4%B>L-f?fX=~gDl)i]FEB`xSԽP]0&vNAz:kfȷinUW;~`7gB_㵦|Ӧ/ v>L,d3Nۤ.v=K1\@#$@Y^װcKz:oB%󲍫&XL:nh>01wԎH=(ң2`.}( jXB:^k{T$bQn7ޣ8gf1nn7Ӻ]0E{2W8ZY.V_J3bQ;K!G>v#v픡"̅ -=UqGQ"i|a靏u 2sՑBDR(EATHEa"((ͫ$XQ:$n>-'Iۉz-Ţ{(ٝ ֔^i1 0> AFj&"=-@&ԧ-ڭ#7%ɵ5d,MD6gzeҸM.5qSMْ1xйoC;+qͮxrܬ`&dⲬDqLJodؗ{]Zp7|+ _^+o0BCs仞n'O{>c!|F,_&p~~Fb|~!9I#I-.W41SXR+_8f MPa0A g'6$a`y;a1^Gm Ee -|+v($9gߒ*u]"UA)\i!Я d܏yM`FT˝?tm>M55>> Y:^zm].֍@Xd~i_H˩K QJ;݃kU0o#>$Sy;'$hu[k6)|vgý/nI5ژ1OAW/Cg?,vŁǟ1/ﳦ;GOٛzo߃ "?m|7kkszp>TE6pqXcQEfX<7Ii-\hlC"Bț4#;eA-rb| xaZN9]nq` '>k:[[Mo $':+Pbml!hQMq\KxRY >Bq:k#MQp:+m[xgUC$٣z/ˑ BdgY112%i^fVh}7ӋWavs>QEq~0YMIIBtA'fqqZ+DzV3xnea/XbSx)h(~Jr Af\I65r Rr[קG/8dރ{'ɬ=Q[V\7{,YGϩۋ"UCZP[TwkFww LE-7; cOt*w7zM=562cVr=D/ favm4 .['ػ~c"P]{IV` UK 5U@ro!OQ3o7=%,\\qéw 1E|MZ?)R5z\uX+kTy96Sr=<>9$د+tS{2F/UR:sXG 0hW j'L}=ާ/v׏ ,ѷ7٭Ee=Zgy,#_M5i?fb JT^H͘2(dNAd(QY$$Wuߚ@qOwӛ/6kANT:12@x|ƐgP Wۮm"}n#nߏos˅xhXS<#<z:`AA(O^Pyf43M*{F~j٪uqCjI$ų&'$j9NNU:*W)4r̼p^pM6hWӪa@+kq*>,ybݶ'LKyjͧb'fQ+W-M[S,m=(Wp&@cwn3A!d7%s`>VV+ZsH{f:Q%+K Mv6ŸM5_n0LwxcKJFM$I<,zeu)j*N+Fʠ#Eoc#8Ao#^ dg *Ѫ)3\{µF1t7K ^,nG6 a{DUjF-HSnzkcCC4f'ɭ"C^ӮYA&X C޺(N?혫Jwf~肉7.K E^r@ I_#}Wf1qәk3f*5T[vjա)&I0ֶUD]Ijԥm/S9GF˺8{W\`f*I7v2yZtkkY`#0q&@BVFT rޚ;9z43l[w<7G^8Jޱ w28ʂ!A巽(0#@Hq)LKyg2i7iJ.Nnn~7K9&XEׁ@ʉT%sX0%AyG8x,5j^\RDhYcUL@_8ݤnr d!pIUX:ϘcJN9F$uk!X$aNMQ(@n,=Sun5UI4G=ӗ ֚խ[fC9 ::$`,#f0"ia!Yº0Y;`7B%4g #C/nRT z{i4mX*bq~7y7V]^, \IrSq >n81`BTC&`x;4Ó,jf 1ʾw6d]2n,r^m!'. (0 xkm;V=1.XR#k%S)Ѣ],í'#dXyGjNZh/e+? su)iM0+J#>73E KmjtтKuwi_*=3-ڑZ^WL~sRX7x4ٽOo?/suY neꓒޡ*6)$uzDB6eR.FD-0fhGr` &N8|Et7{a^n6t]'{ߨF1~Lg==Ԍ/ː**}?*Z40ay9Rۍ8D߬<؊ošbo]c اD8^^ωph6+ebHs7N-hs!5lGKP\j|ᰶC'%B,0AE3 6iKik'Lfil^s&ݱ)ET1 K WAncZ,d*0|F Ń^[ޑ=,+kMfUZBLF8 `U=[|dAw)wA6ڃyF7G;ӎX2 3pL&|-LS?G2O  ]DTԵ9r`lb2Bt~bs!R~}Tz\/yHZ. t#X3ĒwY. s1I#jVC+ *H?झkc}tO,V*TjG^W#ٞ(W;mn1t ::]ybBE+rFvjf$X5KeپZAÚ- .qJ?[S75tՔ<{=+&0 BOwz~<>hzv?=ҼυAUA3$3#c?LSW\iv3(#(ۨO=Kg*͒ O 8v&fIèT^̂!]d, @kS$K:ȆҸYDcFyx7æ-*0l~\n?ܾ^ 5a^ޚBЄ*dU6 j2 LԑPq<<$TI]Rsti_3,ϸb&FnA(.|xX ً< x_hBoZ}j_OmEN祥f?wjNYo[a2hc(sM/+%9=kPQ˜Ĥ 0IʠKŖT9 o_Q"R^s9k;RSVz avؙ1mkdbnuS*ڜBM4&JCdz = 3+[O_ڋܤ;]-U|jTMk#d42bH(@H BXH,dQJXAPTr@+  $"PG DHK9bV آUF,AT E+j66Ҷl*VmQUFyM PD6VԥmE,[mV)R**TAA K[hQjVєmRTm*(Ķ h"KbQdVZ eDBJh(E2 [eUZd(,(RЪRZֵZQUQhV YV9-DkhRKYRDD (Z-*ADVإ_H~  ` P)Ctr$+,d R db(,XDY I"$#)@B"@"EHdX (HB"Ő" H+$,@H{w:n+鹯9\F$!(*;2DAF&Z ).7-EPG)X2*(&5UT`%](V 4ũQQX*(\b*VF(Eb("EC YXXUK[H e 2T A,X5;jy`|pGa;뎝py!6#,LM᪐֊A9p6{kU,O֑`cxjfPg85:~A%@@:0vd-)/Dcg d  _M/?:-H &fi-cTM; 0׾bJN]SrF0eCQ\>Xs>r1$ z1Hh=ZIHXhdwN3-5ݎp8B=@JdéѠoKSq#a|.wT_et\{~I?1s^$~XzABȆ n,n^7K" s1/{9A \) +85AJ l=0R)|(Oy簵&m:c;xDI a> ;C)0B`˿kESSwL@ ``I?eout}I#{Ag0@@G--i q^:2`pQPM@/.5'xwWɈL 4h"ʛ$EKc"Ŷ(tIJ 携p( OssO]]7kD[5x*vN켿˿qO>ym1^>;dE4mQ(dfV/q{/=Ǹ<2JMI9 0H6L*8{'nݐAIt U '3ø=g!|#ptF;-+zu$W2 4|{~;Ujzy"f߅F"3RhdMeQl)" ?kնl,<X~@k"l{MkōijOLh +@ixd-[MqV)܂ݾtVTJJ֝F9*'E[Tpssg]ra/#iaiIiWy4PuOl?;RFYWxd3B zP`\u6<#(۬d@P{F?n1䞃ѭƨ!WW;L n2izx{Ƞ >lq~#c# Jmv*e+_p8,|.&?W>Z=JZTH ^D&UexV4ԒE] 8`cfXN{IO>,zNH_ <+xY5J;/rp3ixÎd|k .BoCz\Q3%ZƲIS&?s6a<9?%Iܤ" d ;i;ȑ:^$G6%?o}\.OhPK."Hf!W|.,8Zd?: bj/7zp6C4. Ya;f%UTqKV#8& ꃰp!%HC44{<';!ˏOR[Yr/Q%CQKR r$x?:nkjErjTg$xļnvd 89"Lw!;cM2`H$ 1D@P*3٭H$͜Xdj6*Heh/"@&sO׀7k",}ztf1ۈO뿼+&YOzк*I9?ew[2Wj@\w]̋׍Up@ihfڄXso:DPɧio=Eq5jL|{(}2 4³S%,9`Ed@$dY@R,dH(B Ad"@P"0U#B,Q`",X B*,XHAAE@YE$REbb,UPX*QEdX, H,Q)Y` Ab HȤQaA" PXFH,"dB ,"(EFEUE*$bHa̽O;?[=ǁ%d|yNF ?zكjY n # 7#+Ut1F\f,V}BW%G^ʷjl'huSo#1 Un糁Zҷ`^wιV"X{:X@Z%4HHLko } JPӒFa,0gUx\AX7',}C.ͽt Kb6%E0dfAF`ҳg[9{Ԣ 6el+juW Ck%3:Q;_g?̕4:pɳ}{D^/Zgu =US 50W{׉n0PBKмMQ*q0W}ep0S#/^HsSr5zZFk4F p1/M-Џu_DKu`㧜Dq]5m7[XwVX(㕟VU72?{p_dcnme6k~dEPC0ѼC0̊o.Yk^ y$P0ExH/ F\[QԜa#k4}"[)xESc޷-n;M4*E҆em.Tִ]CzhT \ںH wPw*\1(!hX42vQeC_{8w;=?g7>}=^:@XH"9.|I3݆Edc^NNkozf Ux~};-awt;L 31 Ԣaa[eݥE_W.x͈ b$u!J Y=e?V7(c?buwQ|`1W׋0z-ZԳ WmhCŎg:q21"s 76Ql :2sJOF$w:x184=wJi!D1Ih V3}@zlr^Ҭ]^w) crs/7F(E$&FSb,1_MQ<' a`ZS<56czʾ69tdYإϝ9 t$ТCJV:VMAb bU~pNڠK:lVYl{<3%Te{eU(jѼX i ܗNIc7EۧHM4ɱ Ӧ1Lq gesZRS̞$,_Y"6\ Z:LpCastORM9d*~K^%ӹ4]{n4R\ZZ2\Z^CG\7~RILˎU &m[^نL3,$]Wa"?VWG0L ܌@Т@#0  jS߮x$rKf2޸ds %# pdKZ$а'P3򫞿eC1IR,7_l%w#όw+?/ݽ컿ِʵ)Ay-{O#r8U$MI]B3 23 TCkʹR/{;is`<+Mn#.T31 wX2@ „'5 `z 0gӛ̏OlK$>#rT||XX [bHX{Ғm_c:r8T$%nס p(YH_EK>-FGN%2X㼛/?yM¬*%tD71^?fr8LD\2(ӊ0KlHI7kC /oN7:dB$iBBι67~M?yu&y|ՙ}[#>޳yOw1C{+X|@FjaP;8=uB89$ѭl&PvB+ JW)Y:u&_E-! x|X, 7G梫ny=`5Ǘ;Ļ[<8*qϓF~opNAb̋KʶXʍU"}N? Y%o M XIw/bU[z @0gG wGR*Ϣ aQ"ČO{ssy.?yIBE!$"hH,XER)* ,V dDH) H E YDHb1T$Ebb#Pb|0 `""0QQ0a""EbETVA@Y#vh"@Fbk pŽq_]ΆkaŽ[/ 5_tΝ2,I"Plf)3+%dГfX  ,X(HdXBTؠTRFB$`J@RE)!cBT*Oन6[zep״Z6 CZf 0뚡 p dt̺_:3W-\9II0TX5pl4YطP?'םfaLOWcWKqL!a  0eJҬDl= *)E! HM Tzٺ:p]L{~ss@؊Pqe#-c>@@;LmL[VћF'wA.p_oIwԺγ;/EIkpoG}ĬV@פ(ab@RK NLշRLAeE$/N{>>NuYt{v;voMqFb?FU7%Z8G9gP;s_/r|ny[oeEZ#ӎTr"9ؖ[4 *^ڲa clCg){[+uأzg̔'&S++2 u& \V8ysige qؾ&^ ji\-6v<O{QbN`k2ʡ]4bمX[ܼ964_gBp3Y6ȥj01.TfʍFj QuR |ѷpmRVD ggQ23fkIH ƶ0.0İќU@UBPiVv$cDp@W:@CI,sc,aG:GM;\󹨟Q$|^ H@~k[D7twb{ MNGߟ{Ug@.' 3bI3I`)C B|$ ͚y}5as77}n/}%rXu]1-2}|!`o u@bWt~ ;⇯C! {gF. b"cIV'"I3C_tvhln5 h'D#aM< =u nv"eƼޭy,>Z\\0<@&`6 xoo[[C89~`g^࿵y)Ɔc83Y$l $xO+qA$Ub3MtTD$f` V-޶'Lc:UAYY[EJP"`@6!(W\:GaF &XB}l A=,~9ӹp aМܬN;`nl}{EV"TZv^ꈨ/2;$8zw0oi'嵐?o;|?|^Q*:J%G@x.xF#C D!wj?W3 (@ AA@^v| (P' ÝJIRZSFZ׋;¯0w3)A|[ $D ^v& ?&\lwv( tfP?oC>CtԂqܾR".}&|s?wz? Ri[o&nj`/b&T'vQJgKžsac^&uWߏCN<7̈́2j :Z%Eq:sځ)z/ {}־T,! GL*6|<I wKfڜo$z5SMLnLsHhØC}@$r_h9uCBC7$kzv$5wcFh˵vFYJ {LAWE7>>v(4! j],_!%l%ޛ*rrՈ> ALH!!J-i 8˼ط۞"mP;Xv%PE_8@0 L*j^wk$9!ՙ Wve|^q&0٘$;ޣـ@ /&x 'j4lX%ASH!-Yq( ˢ`m 6 a[ׁclcH;e;3)e>`54`BAA1gU/x>Rԧi@ fyNq `7 p''EBF@aG EKY(0WXbBHeVVmb'] 2 @q:6~Bn!, GGNa I&]oƁ@Ί KZT`ʞr0+ n؆(7h>a6R 6WХ35` kU6*v/ x$56}m\a /I ddE"Ew ))0 JQK. W2of *$D:Ȋlx)IPϕupǬr4!`WφCHh֛LU8N132QG=`M 0h8V5uÿ],F6,ðFqʑ#í7%0MNU4FHd߯o"X3[zqf\MlmScbjmPz27 |TYx.v*޳!UĊGB+D4U;? s5 dpcQC,7ic]wĒ'Gg@!2"HCAy d Ar1PHA䱚6'*_ ձ,k/͠xj)P@\/Qpj{$!NT\9L!UnV Ȫ q 9 {a)CQty$yuvacjиAب[ǘn|@İ@U$#n f~-`3xD0Sq0l)AT20"@5-أ2i/,XIΡxsϧ4w;Lpi"vִGFWMߕwM&3z0^qucI}!Q@M3R(}jQ*dh^h^)@T L2@3DPM //W @Q\ "(9/ә\\p1цHœ0s!w9+~: ,9g{B `KE"?obD> ~LKhJT\uU g66Ϻm S.z%[?CWیm<(R8?Cj,G{I$o/cFUK+hLУ7͡-V39͆wuTU4ّ3yP+LMj=kMNw; ƲMa wQ0:ƗPk?J[ =ǴE~~\=v A91Y~2|5J#k&x#5@P4ŷh G< Jn8g mb++ҞyӴ^k]{y 'g Azuǽ}}tTam *zUQ[?,g.пw1(+#Xêl^m!tbQd;h_S19?,7`piH 2QA&^Q,(_6Rnl.;uI{?Owv^.m}_g#űN?~|dOUe5g4f>]8iM~8b}'eC 0a5-9* ?{sׁį'V"'=i]x!Np4ig׮ L *8qK3c@ܿ/NǷz.Յ?I殮E"AT6džvӖcV+{͈i,4atۛkb H ՈM)i.JԤ(31i-ҼOtep8l (&믻nop@ AaAs*+n!=h Xx; ,) E v:S=Ŕy=9Z琼Z<ۮf0Z[L ֠XN t ޢF6brQp]<rm+8eEEJ计ҕ453n7]d#sjp)aKiedPZdlNi @c"J֮N=qX͢.)VljHLw+/@d%yR"֞U[DIKUꥫD-Wa3 $]T Jk}%H k8[v fYK.&C&5# ; ម2B=KQAJW'po. LE13Z& GFZf91)ӇDpSyu\RnSh4)]"Bw&0BSw$8i. "l) 8”0T9lP412މwQQ R M!Q?Vf .E!` ft{>?z~&xfCxbXʕɍƪh2cǶmCU i769_ߖ~ ?&M&,Y݉iZc )jcQW_cxu)}Os$Lïo:xѼ RkpIU360 ǽgwt~]=VG>Q^ۙWIhXt~;^n F.~-/ju{E矐'+Dĸ\0mH(ɤ‰ Y_pk1[BPɣ1m!d":,S!9Iw66kzse}˩j7p;1 &% ƹG%lїg)ľ`@͆&־5egѣn8r.y۾1/Ct ,ytH8:WWH!] %ЉCXd6S8)荬>f/)pKdpՌB뫆_(6cV3.@D[DbۦYnz:3A$}h -GfaLUZrV!1 J+rnu ,NZ(D>uFt&hI.@NFKJn@X<}cc]t"?bfKFʴhz#DzS ¤)!.kĦƗVq~i7XRFOΟL"oPEco?|U{2y寙q8M XUt1h0/t06qxMV<|OVpre|<w3@P|U2s8^ K+  j18xۖ%R1v~uޱA+ )uf"DI$c4^WEt>/'gvtM=LvM~^G-;-fg2(<'l|OFQ=g:Ҧf,}d0@`D c$*B f1bi"5$B`y檸X6vFam/NԐን*"KӴ І܄1Z (Z2N` RhPe" m\|;P<  ٭mns샗)OvI\+TUE ""0 /m|u^' Boif.??ct[BCPc1 ٕ=y[KQ0! jЮfkTevWས`zx=Ư5 Ϯ~ "??=ߧ {{ڣ|<`M/ Y#kW&]7y=cGa`dbѽVfbN ުҗzӹCC?@ҰCbs$9$$Cs |+>Op}(6 q?@XeSwX@!0w^XhRB߯&;(b \W֎˞&멬ΗHc{l>:6ɇDbTjx30f aPWLHX$ Lєf@3"1˂m%2 +}auqiP<ۣ?@q̈-I@ ̨fq ۦ݃e4D8Hz: qH4  *)1ɤ .+?mA:`fnC&k w_^ӓwn@Uc YJN~)J1u"ٺ}.&ѽӣqd0#k JtCf-;wO3[]Ɖߩ!޺M ɐTPplH]Qvkg-n!3NƊ/w H;'Y uj"KaL AE+x Hh6Aw~.ONՃ̥*ny爀YjZ Lcvvc_gFi&6(Hlu. ` tqcł!ܸ,2Ĕ8 ۪`: /"1C@ f:g@ٰ=JF2GT)P>ivRFpKy 6-J L;5u1gwb5aA1f50{5?W:,:%@;>lqXJjޠ`oߦ$^@5KUQRuwԋ|d1eicm7ثAlG̑IZ ^o|kD2hv٥ɼy60Ø¢[iC|"X{ФhmCPmq;K5otOV}qz^UWpfcTWZ[7؃34=4>3u+W|ڡAj:t|HGi~Sukky wn;IнwTup?ƉFî<.mNJbrqåإjpw"@ϯ39E3c'K7;^pmМ&4bW>p@}Mw[9Q~NQp㮍io})+]\]_kK/,3ɱ@aFP!Bz/;L "jC 0"_k߼a:z)fj~9]"R{v abs?fUdwAEh;B @3j>h>:Nh( %ܱN21B]fqN7i׌2R!#.],M Gaͯ4)6E@r_ɖWhXp |'&]GNQ3xTHá卉 ȴu'2ٹy{D_l"Y__O(6~_U\\{j FxNM T͍U$g欤0@,xᓰ`X(cW|iPHi !$0 Bb{is'gk8}|ثx嚡ٴn<%Êj&d,x/\ˉ\H!In$M ?c_hhǫu;alX6,+n$Jwz1P~K:dm(8;|㢘coK魿v z( ,< i\\Og%9r}+PV3/8 (Ҋz9O폰%R Y5P eHE::}@ǧN0OXHg=\D,3a;lzouL"lDsCb j=WaTY7pHq f w7^2LZT _Fk7ˋg؋ {f , P0~ӥGw2AF6@t(21(Iɴ Hͯ="E&PP]dǪ,.6 I1VG: koΣ,k9koҳg,Ϻӵhj-׎u`L`ӄMdA@e^=7ybIbY-jjdUb,@D>;juc)2ugL be7&4s$y<+;NasQQ F(łns`ONZ/:b9̮>Da"!؁4dȩNRrm!aV}Ϫw3s.Vu M;mz&FM{lpa>#9mrL=& frgT1QBchԁѣqs5iZoL 3$D03)ao[:E2'-&E 8Hu0\|Nz-quш$K"ƽ5aR֟)I#'*jX~N;WyٳfnZcU!A@M_c233>ʊuC&~>? `I P+{X Z9VIɚlnt&nxv o{mȒ<`/fi} 'Es19C~~yՇCS]rtC(jdl/hHVOK57[vPDwc2 "S2\ÄSޕs{sG^,LP[.`{f|Ž -ݾ>-~r 4Cp4r,x  w 2Aa%EDW8(B+qԖGy/waK7j]4_arL*Hi zQ/#RU:OLN;L]*t-=c谍0*;o䢙Nsp2KbSP3EO22jRzqVosyڬ bխjf 6b6+#N90GOgWʻ W)^x6}/7١2/x0Jr6Cv/om^Ѷb%3P!c#A<"xôPHXKd`PI`n69l Fi[YlP67C/(! zG E"(52pRlBRWl5D$2+(XeQЯD8%o[$R=xm ŦS*+5H_D!+楾>;l#[P1.Sp 9jMbQׯ}{Ya6ph1󅅘b- L%DPET $@ǀcf H5<PAf3aԬE$@@JQO@8*rL& :hhL4}LO&d'9S TاkZiR)G%K11RMږ\sJ%8$gc*3ΔLkVaPhk FJIKE L#l"f< PO0),`Ö4Fg!meQrؑ[,t1] s 9nA+d)ej)tR(D%)C+`;Lkإ|:!&W}<28KeD5v _8B9iqc)DFWc)THT87m1y6x6KﲻM1+]Q^* R녍{li}#j&Ո·}0RjCTUڹ?^kk!js{ɾɹBtB;}\^Vz]oY6 dg h@DO|| eP<;'`$6IBUCUt d; #I<' |}3Ff!tPafA+PY],,NKa0j[۱ʻi;[V@#1^ HЂwo3bb}_knV:ӿSy֌*lW7؜HE(D0f mE ( "!Z@b@(ξk CSY1X]x@hXoF!Z^\!USUDEe 1Y. nX=&~=~{ Y ꫰0Ԕ }]V,In]7f }u< G9|spWґCظ".{:[aU;*IW޾7^owkOEb#30C`2Ϗ(!$H 9q< &}ۿE3;*blwLX|]";nggy` {U~z8?>3$!#oy}_z{: H}WgL7JAƾ/=|q2b90=| w\B˲h<9H%_[+[!EV8x~;r֪ꭷzne/aIƢz9SDlM~~\A9ROF!B n{7-l^{5CfyKm۰0p6]C:٘+M87'*`OE68a)8!y*G)- e51 b-5}Muϻw:m#5C{Iu/w{} <}Ϯ3:y_sޫsyL Ypθ=P۶N7Os}+髵W|"ut f |= m6fwt^qFZmӧY hXdvwkx!fYӑ{t:{il\8bDt|7C>$_0}6{w{q /v  `:(Pӟo`;n)=QO` ݀v=M\֊Sm6e[k(})n4-(E$ɠW6])jaZ ޽wZ^k U]kwwKcXH]q`0:;n۸upsW||EQQ*Zkil֣+ )$CmB5rǠ]@{BswvAPşZAGw7|vwo{s =1{}< `Smg.{_GUPҀѩy@ @:Kסw(:vy{ X3,J c^>{K}=Nz>ս FА1nrn*g}Φ̞ N@f PYuZ%1 @o}xybVw^Z_'\{^'kge@RU.;fx}r|Ӿv{}ygf}%^W}y}{}ϯ;a%ͮw;^c.jMR|Cۣ.{v׻񽼶wl{nJ{OXγڥvv($v}A{79}}ہ-Ek=wL[`9t'&}yޝݶllmx:\Vo۽ӽv{UYVbl=6ګ&.mslRnl͙hd{}}@h=6h(༜*@` aOg;0oW=Z8ܴQt<}w}uPzn`<@W!Ҋ@=3銧{{(;=uzPz54#F& &Mjd #4  4i=)hLLhh&3 =OB`H4A`!MM4hCC#O##4Ѡ`L&dLTߦF#FA&"1 `Bfx 4=&=51d2fSb4ɒzGQڧLM~$Ox`쮗Eʮ҈v6VPIZ=k UKX5\\pk. Og//H51SKPVi8 J857?dԬD 9^R`bQ7\ZPFM-䦢"R`ųZ D1#!VX +*ir9Gqznd~aTUb(X'hKVޕ /s[ǚ,v?n u ^.͉ȯ_=\q{,!U\XH3Qn=җ2DWD@Ӫl^J"BA`ƥi]al-,B0DA2֧]\y,\<nA0x\,U72;]neݸiʹ%{Sf9S?Վ;)w.cSFа@,QX *JJPwʜ Gc.nu\K>(uE5@R柠횹IzD~o*Z!d_FЭa yAԔS V2iW[;jȈ+[ȴ&k*ea5tr EξSu]{;S72_%)q)@3Q% _n_-Q1X3pSrP *hibԮ=}O;,# UPEDPDF1bEbɳ3î2<ۚ'v om:M' 䊟CkneۉΕ^RN9/+zfz8-)=GbGUطm[V@$ 95H敪"M kgתnk[qI L: ZGyFaP~?^W&[yk hb ?ij"@"B_r, 3E*59ޗJmtBF~{ L+i4=-dS=W[5;ڪ9ɏs&eζGs}?E!٦v{I{EK:P9h#2Phc\8|k{B&:PNOƢP0|X/`RVJ ƲT-3\E)T&*L?H5W+qayxLH,$ #Q**ghSܢݪJes gmlux{{ڲ{Y'$vF^#$(ǓٚM˖G;G%sޟh5aWwsჶԿu0uqۅL:\[lѓrkUτ[=}s· FsvOY21\]=έaQ*HHD,1*AEw~p]Uܛ.2z8{Tucw=~+ۚ]x;:qr;6Iku')"RRRBI";WGo9zݏ?}]/j.;C_tÃpX /L]J1[.7ۭNCX&UgF͍L|ns.W{ ܙbt`?b}xU.fwZBV !łA܉v8y_ ڭ7bѓ2ww:QbG~yHZ/hOto%T9ݿM]GK@d;ӇZ:qNM=ݏܵV9$b~JuNS}w~O(g)P`,DQQE1UQbWj|;}-ݔX6wK&xS9Hx|7u;m;0޹5Q-]!Bvv3.CS.G];\q?>'_a=s7Ҷ<@A5Sǣ&ڶpxvN>{Tm| & W,6&7dpEp(SRXl=|\^{Qľ>6V:^b-<¹X^7t/oA_]wWڗf9p(8ڋ\ ]m`Y2 Y8, ,ŠM{ D`_!+2,:GeOx9֖Bu+ x`"AUUHHFa̺o᭘y ^Wimxc!i up0;S_]1T)0'UPr\ZwzlOFϋsK-t{mybި$V@nf4BS涭8—T{)%peݺtHT> gcW͘lE+%wdIX/28LhHY-4OY06x9fMP\YSto.UssWG 6uVmJXÇHUNйs $еE 5Ԧfe.쥺:%Xj J.Uc>sx(ON~=~w$ej<$&QV,O4hqis HK,kfjsG1&j0[Z,FQQҲPPȴR{C}Ò]h#_ol7xdrf」{$]xhk7g]vY &;^'WTˊ8UTF*"'ڠEb`?~5X^+{W禰gs6EmA{9ۃv_&n߳F;NwU'Q3׊kg 9[{* r3r;Ş>7󞮵.xO;v؃wDž:m}-TKYun-*NR \QH59uN~lJRǾaccF׻ɻ׻@7R’ޑBKy٫8J&o/s-ҰX;jݞl?:n֛{:N2LCĆKQ1i_h׵}t P0V(AA Ȕ;=WmsR|GӁ^~VW"վZ_#kqP99UzZ˷gt­kd4/sv3wkm|ܞQ-]2P"# 6Il1jB8rz꟪ճb߅nmtq닫цr>[]ۓqOV҆Z{MکjYiE&LI;AFN%eG]f-ٍ~ga^m{"G4?Т Qֱg0wXAEXnߴ^.Fnm='z)K-lY^[HH1Brw,aeM2U >J@@^3Oso,ނ#P0'OY<$6h *?a6. x+,,5)BaNJA֏ Sa!6GIVic7oNHE$Tuό?pyu/g͗^LlNΣ-)To~HŀMPSR-+Y79 9QxSI$XEX(( 1E"U"BŊ"0EEA``,ŊH !$Y"EOd"l#; NTkP(:[kَ]/ߧoOWzs|\vn0QsN# D@ELi? ]^ܥ=ٟIlH[tl) E]yY?Z#`m3DVˑD $<v}jQcn#7϶i2žuk ),5өe yy{;FlZ7+~ٲ!D-l0!-#N=ztr; r[?g頑l7묨 s})"CEZEk59^J„_2otSpQ~1DȀ ӽ@j(B[uqjK m Sq5TfQ Ob؍Bai\,}K&Kf""1k˹dΩYld"io^yXVڅz򓬧T|NFhnF FSHˏBV Ό26&͚{.Vex2kA1s-1׭V1 ~ $?}+ﲽDs`$d# " 2@P"`Dcc?sV;RpQ9 BE "_(dwd(LdںC6Wx"4 gT22~rbX}uwԿ)u;= F'i ,]Oh;m1D@_qԣx9Rvd}<=}MfAGceS L+If6y7i9P@%V#RGwضW& >;fDA8x,^|nJ1vaY]HF8 E ?@$%nμ ޺ٚzgU- Rn,\5{"1I@ng_ iףav*|w zU,[|NqǺ:W/3o AYy=щhZ:lWM/<}Qۤy1WS]=R-rE$8]I9LT=5b쾜9]bpj'>Adm9W "FTȖef򞿇G9[8ZI*(T~RQ 0HBHJ_壋,g _C}CжZ}vӼF T@'@Fc|}G{@>lgh4ޮܰ.8Oԥ~V,R΀WeOWy#"1j .wȃ"7sBצ6[{ GiHrӣ^yAdߟ=i5YוEo`|_iJQ1:V{.O.,Qo1*ɥ譿5K)?n+٪TvcK> mb]g<_eg ؛-1;OO|\^[ˋoz7#J#}#&gsc2x^yO}_dZZՉT*|cFO~ *yMeIX01I?1"T`9昧Uh,z>4}w).7?K y0+|q_#70V_Ҫ=_܍ãccguqKsd$p/O1R&e'x/|%<߲^oj,Ľ mxQr<SOCqP{1o]|OIaU`̻wt7N ?ՙ/4QzW6Lpi4r Y3|pv@$m;bw"M>V /,~bJ#h&V'\qt Gk%c?Wצ JEZmBwV:\/O?/#AC$?U .A#??{}G:9 N!o"9[Ȃ?ȯlqLw=?Z9Ul)5;E9Hn(y.;d9?W;Vg%$AB b(EU=4(ϸ}3ZOߙX~0ED? _~3RFߖo]Z-1FRvMN}Fķp˴?pdY\r>(O*Néun7dD5{ozc A!S&gAԯQJثvVQV+W%*dugk¸|$hiKq8MJ[ oF TnGe5x7$W'<XTFGiy| [e=φV«=Wuq T廛ˑ]*>X>E"?HK.Ⱥߥ_ϫ/Ư;*RAH%5SၷtU2zç%}T C7WM)Jxόdpߚ˿ҵ7STٽ[īgKcّOiV6@=gSXv;ySw)u֮WvmV4J.yv"cTmiec؇Wc> ["Wس\&m t:p7 ez3l1,l0]>:4٢? ZהpQM2 dSSY?kސ3-{ÜqߗK~?]u>:AkrC2hpsyjZ#%(uPD`RC&u>5@q?ܚ㑘{ ?S:u D3*0 ZUJNC8N_t ]Bnꭵ/m~FU]No8i#$I"!QUDUDoOWOCWr5F vVx,yxSeڳ`?2dDt Nvxj|aًZIG(Q2X-6< -_ iD\Jv;Z~?T=IQqGSjOΟ;`ۻ8W@x>n ;[eH ٺYlb86&8w5A<}LM |oJ%vYq= LfVcBw!NydAy  ~̳G5+yޠ[HT0.ߡM!"Jl$b(t?|~4ACl }E"Oo^>''R ND|$F r$"ŋ* `,E,UQF* XR(HlF#QUb 1"ł"AUY"DO;>on5??S.lЕ`׳eAł܈%Ȭm8Lalү' %%KOg źv;zqOR|E͍_*HQ${ p W#$ ~ֳT2Ac=U-cO)I /91h1Yd13dx,?xHTJKbP"5mVP{SVJt"?t^'hK)µEU|(+%y}G 7ٗ,9HNL.N[Axvk6`А<g3ȍH$a@ݪgRQ]NnU/ᛃ_9kӆli5:_y#n1,ک~t^uB-T5*lJVBaRWzi':CV*UX'g'czBaUTVL ޻˓_ɔmyAˬW?muh-ƙlHT\Vb)m,Y=˭&е7]H";[JdQU`2DFE" dPY aQE * $"HI!kt_Vӹ[j8k{|:Չ7Қl;ٖIy1cCݸCP-RЯgڷc;pm.W!văی_PxD$ #'҂6|;gyo^BŌ Rč&*s /TOGVw&Ji6v# yc[, 1U*8M^QH7e#y ( ׯ֓݇+(66*'V-sçX*+Z7Ԅ#'Mrc/V^Q2qQijNKW5)0& 骘JtJ}?15鿫MFW9p_g{cg)//u{z5SGC׀A#[ c8#\fUǐ/ڵss*gɖ3VˡtN(" @Um>t<#\mo:D$ L%QD$ʹo0PX$OUO;Gcбy$I =_^j!FQL$'Cna$23Q ?l^Ru|yP]f{yu}@[UZ%nT3g}+guaQ1b p@Ԥp0;'Tk_J=eF;|eIM=nXqz4qڋUO@o3dn*Ξ9vأw٣Ԟ덿%2a(0X>xxwSjw֋'5SjԾ룂St13rD0i纨G[#n,]ueDi4b5g'>񼕭go8x DBi}if"oXٽ^F1jWٯﲤkY$H23$0K '+)Y !ʔm[s%w]SMLL#k! (  ʽ wH.(KF麌>.lt΀$8-sCxHc1.8zniXݦ]^V)EdTa[|!ZeJ ׈ŗs|i'VI$ Bȑb+gh1J*#H/dB*RE+(*#F#ASiHQXAEF1YXbȲ HA "AXEUc"(~NXA`*Pј,FDVȂ"őX,AbK&0?#M`_׵21QqTT Ex{iGTĎd$x_*1n)%΀:!\9KU&6}4z?qV`dEGBJ"Ƀe$=4l?Gir WiV01>)7˶eaվgP-N*6ڗOUb",T!wm9vg[+,%0VLO"u8*E 6&|ZI`80S0`DZ 1҄xsm^\b)":h3 Prk7!`5k(m^ew!cwcG C;Mi'JB_PwZ Ä^LWTOrQ)M8AA,"B1##/؟}?8yD>D79?3,^8Ƨ~'f\ 1hh`B!uדw5ƳmТG:A+4N,o *%*=0) ~,ur5ӦO1SGSļ{+B.3AƪF+pI_!ğy*aF *PSt8Ss-m(c\|o #H0#,_"C$/OTZ 9 ZThNwql B#TȌ/${A+m"#!Tf㿷K,h]RũFPIވzT'1ND9BLcN_a폚<'ybZƉ:ߣh? ۽;~5BQA_ڗvNAZx$%fD("ۍ&3[#D q'ie > f`T͚G&2PdbD9ܹ`savs>VWM^wqx "@FlͮE$p&r$G2xlL;D:҇ @hAX޿ ^B~1  k%yy+;*@/rC!L|R&j DZ{ҧ"}V`@󀴁1[Gwmkqj;d8 LEU0e5Tu|FH/U{<"oDdFBBB3è^̾9+|);|*[%NDw+@䁬 4PBO̞qǘuc|SZbÛL'DH_Y0 q97p"Xdyxoƾ=V,y?1*gh﷼\} Jg͝uj~g` (xF1 |ȅqsix QX!G;z/B.eaJ' ai34~{hPH1 Td7d`vV쮚EvD3rH!#$7>~L9@L'qOoW:01l@UtAv /-Q2c#rҖ/s /DvBI ^WEϻ4*s=K#>D;soX$oI%1p OW׸}x]'8s8@F<9OoyElدַiVLjߘ>O6(`Zb# dzr}K*WYnJB#aۋ~\dmĴ57ekII d?x$Hkh94$aIgAwOOn)EU@Sq Shf[$[R W_*Q 'Awxy^'WKHTƅI205XGw^iBp܏Ew3$+D o[qRC(tg`D@.Pˊ٥X:Wua/qXB[1޵nb[s + m3E޷pu@ d0;*bqrxW3Xf 2@eWYS6]]b5fqsyÙn.j-Z]R@!\$`dBn{['w{c6°e&D1keQIGC^7' fvW6zuvX 9H,y3|o}WcL ۮZ:!پS2 Q&V1ѿQXtE Db|Cb(6#KηzA&uLW)Td#S o|Bl6=A$F@8YTxĉF >AoPOK+l<>`"C7?z9YX'ʞC &iR@3T&f`wh~k'`+-I\._):#hYvp7mKj@$ٹr9FQGHZH H;u%Ɏ!|[rVKw77><h $|f BiN;Ջ#W[6(LjSjF#S\a $" R#E1  S'gسPXwzx~4"ňSG`**,D(J*,Em*DX(A_s&؈" "Ƞ" ~S#JԂ@E>drfZAAAb(QDb-QEX(EbUA`*B(*,D`5EbVW,.(TEcD4,AU#rQ"DQUX"T){M* R,QYSTE dQ0EQU*u~RV`*Tܧ=lhX.8ܲ{]8-c='ǮDRܨz_r2<"0kVAV $X,D"2 AM] z9FjP;Uxo 5P_ rcM3+#פGAoQ&R؁_Ҹ^r4JzT÷j7WO΁ŀPI$AE,bb b 1bb1 H xU}'Ky=A$ٚ J&E YǢn A-4R3i9Sm^ \rCt"PL$n눖O>H:M3Td["}  s5i&jBk4uVC* I"Q(B,O#kW"U:-0GG+ʞ&B7/ [ ]ߒV{8)[ N%ES8*-3 D(PI ->z)ՉGczEAJ"-(b,Z -aPj}9}͑uz2A7d&nj('I̝SW(m3F$XP.n&48({UMQܸeOpЌG 'Ksz9R[iU0  rKDqP]m苝KI6ldN_WO:@WLn/IܕKj(XEG %D C%AqrR0SSfIBE,W4y!X#L(h.U*K0H:b%PFz@!O*Xzl̀_gNO~UwIy,ݴt3ngasݤt}\(&6/NQCJ9UD 3a,,XH*LCC΂ X9+{OZ4\ qT_~|ǾŊfB1o0=CK<?;^:sj'{c`DtrPtQJu `f]Kr-Ӡh[.E$6n?A搴~gwm(nS d,g.UkX*Mdg-6YI u X)`E$H6;+mp"ڬ ՖD×^'Ue[dDFbwlŎ"RN +Iߡ׃n6η/t20 uv>ּxfп}O<,)uqX# F @?ylmfB9ȕǨ|.o0`' %.+0̿@Li?'f!ץ[^t9Zu!?k? }@ʏ,^YN!r ̊Acs+PŰW`mCAF|H#c$D=& 1xxG5wiϽ}/q-̠ǟ^PZhY`6ՆL))P)؛+UnT. <+X)bTК[Y hI".w,[}oa HD﷕hD /9 GW} zBhe>ϴ@A(DHXY8s)QZ`M^O5crm bt%`2 M1VBB0u㨎V_p<:]Pmާt)F ,~?LrЕg4d|P?\>*$(H?&9Ο܏Wz3w : &a=n[i;twwxCnf!h&Ff+1CwXFO+FpH'چ%?gp;*C!iK%aAeeQAfON'?$XaɈ|经{;; 1ai(*jd@*5F<<$>GK g;_n^Z86MV~Žx;^w0{6kI p9(d$JNHt(|672C?70Ɖ1cݡY| ѽ<=Nt ['WR}+ { A>Sjz'zn;4:+z")d\^f\Z ykP5ᓖ݁$F"1r[/Ͻ!$! #+som7juۛۼkv$ k{x%YhRfS>o)Qߓo$tYK",5 `L606ةQD+*( !/g\;>4h$ L O`Y,PH dca?$oS.lXՃKݩ`l. le*:ǒb'0o9Ub[h- g'9psMt7[]a@X:& :q4m\u/*˚ΔHubW zo؃Rg) n"{;?_bԼMf@FU1f ERG @C)Km Vlp(Sje-ym#2f6"D&1~ c;Y]pVqrl(tr!373cjMս`ByJ4wu8 k\E|YBBe% PB^(1&XF`1PED'-$G)Z۰μp(xfrKlt,J)Z JbK2E q{{xtבRI|jjj}3u aִM9iGj" zXpGX@=٠9a3IAsTۮ-IGw_0ڙ"oAh@,l08R <ᗉϓA&K&a01v(+"b2rLňؤq7fmWƿݶ.mXib%!hE >!,8:sPŪ. w[ţn_o{KAP.Oa5REUK^,d&e m*F.t JxQ("Q3D2 C/p(!ET,, ڵ$& ut`ʿ41fqu_z~0rq̩ >oÒA:i&ADV3flU` A$^ 6b幐S~#g=v`䂝Czn$nRSk&n ,< CܜP(7sԷ[{ V˕{bYVr8 u11A1Vrωem絛NS5ߟ,xVMg/`!" TE`*bySvTQ^ͰB6+Mhed&z3|9UVlzQm?ŷVҔ-j b8,,]F&)L-JWJLX,DĄT"j,Um??{nE6 VZ1:3`q=4#hý>Lf3׫6 uސh3:2WFM(kmk׈tej7ox~~3{MOwv 9aY`t1?jq:ȿ8x q2}'רqc="z:/eR ĝ: bY@/I$ȠD"P$QA`,Oڎ_eD_"FE> (#TF̥UFADbTEHPEA*@EAEjQUFTE(1X#"@EUDX U"*E{Y ( DA`j؈E`1iQQU=*0X.5+(,"AUAU ,PUPPQQA VaZH"#EQFjZ@TcbDEHDQ0QA @QDX1bµ* H1",ATE,Ă+c2Qb"2-##cTQE1c+J +!]%UH LdXhD$c#w0_mL=茑g_Ѵ>kFjlD H rW ER(E%Pi{ˍz我(_9fHOw h^Ι*^&r :mD9MY|OР!(IEg1qn>Z Ga"2H"Y"OJ* &+يNK{_p4VWDLZ_i95(o|\ H)_J~$9:9psxm%@}G#q{0o 1RG~ǖ GJtF#e7{3[x&Fҷ\5`U"Da.ű48ex 9BBiWۚ6zy"ĶGo!k6ᓑ~mL'1~%iX>G13WN GSQ~=``0 @P0f9g@ʐ<Ć)ho.BwSISEmf6`;ʋYʰm3(~dm, E͕ 6j+VЮ/Yo:}Рv"N3㯭G4 0X KEK v"{{D#a@+GW@i":+ܙ b"aoG[?=;~?Kʸ^ܪעhpDH3Qre,2F3dfs{?뷦8c$#7!@r?ctٜnItY;WAdX/Q_j7_L'rN癘0aP#R\% itj# $EsQE@*=K-6\ZGu=OޡekdSsuq\}]xn Bs ]CtOdI(}@Ne$ߣb(5r s+֞cH'ep:7JD U " [[cpv9m $ :lPD`,Q=!' wTYFxlMS9]WeꃪJ?j~G " | RtxCQܯ5DmYs7J˪ h_ Ľe-kTZt0үJȕ=SqpKn[  ;-v#!N__/Hgkz e47`:E'tɗzC$`@OWkK"1|PNnq3ֆ_nx~w%${Ew` !qe w1EH1qo! K JD ]4hOg٭OklI ӎD!\,w=K?D F [139ݟ#r?OL熦iO~},Ey:jcR_=`=nE QC3?ʳ @IUlDv`{:~Cx'~CȨ"1@U?|o]{ۯK2yY&TdGVoZu9y47oE1C8K"=?q_;xu1F* ,bX` 9GNՄH̿꿎䮳xHŠ`y (M4 t5K+` r;]/x9ydHüH:t5XSȀ˂ ৪};~:Y~Cm? ߘ«O+WJI^QJřnQH$`dNpL>ڵD=9ei),Am*)(EV1tSǜ h][j2یk,fjO@P $. Sl0="@ b4c鐗#-6D]=lW7WM`$$AF^[o)|+dK|| >N*I {f#,j PN Ȉ93c%"DF"؜uF:y}zpſ4e նEg X*I7"R+*90(Ko->?y4z{`/.Ae?r#}''L"FM]_Jnը.G. 4d 0$m #gb*;',NYvg_H{$A*oC@5Q;=qWpdY&;~u˻h|/ϏG>}ڔصPː(Po@T1#Lc^ /Wj3L'ֲ5[뻌"$@$ $HI;z SzdqgZݞ]tyOvHv1IB?W\H@Nr" F"jFn*C^L Vo*lWNa6t15_p]v ?]%U+U%/ؚUSۅEu$0bFĦs3{A蛝K3b^J{bǜ$QؒFˍKyT| =r**D"d9فk}{c?o{d H〉$ChJRA$>&_{l`oyo{== DD"aTXV=KTcAY( QJ#E*H,A()XX" *b+TV#QdR*YWv\T"ECBXYUU*F**"" UE}S$TREEPQ@WI(F ,A`b* +EdFQB $b` "**)DE-EV QV XEE2 ,RQQPEF0F$X,EQŃ$R "`,PU"X"**b1YUdRTUȠ,AV"*Q1bQU$EV @X,F#BګXKEaQb AD1 *Q1bŊ Z h,*F1a'P1bdDA*".caR}D@%QE7:5W*g2MGL(@ȩPA,y2v3-A#JïFrt5Swqޓ:ū2s*'$2c/vxF%MWƇ_xF( S _F(3eun b$Sjscہ2iF ʠx(z| 2º pݽFk1S>3v?r6~\xS\-aI=6օaF_];BD$@#UR[5E;q6EsUSoH>ǃ?2~m/ӌhdVQH^&cg]OFgĆrec4&OȎ]zN\ xJ * kEjޕ$/s:~7kmO>?%cQr rY?~["ke]@`dAhJdW[}3F{k^#_?U$Jh8 h):jNqRq A<2X~/_w~Ŋ(Ub ciBp12R?4C)RgBBPtH: HՌ12Q3jTȩ0TBƪo\9UGGI%]pQzvۉP˳& W\ҫǠ~X(q~Z7?ΐw0Q!p}:Pɤ8i+ōE=&dsk%0ˑ$ m RbAiߎ`r$ yR V~Nޡt9H:}%4R:\MkN{='7EY=kwʾ:f5>s/,̶0Fx'ǁ9FxdYi1(h{n *xhzx\{;wi\?J2DȌy /2tv1+[Q*jN~Yf,b}Iߛ%AQPتW <ع+s|DڦXaRc (]uzsK1cpCJ~vkgakz8?D_j$:%z x`i%+o5CfQ/_<,F_#?χ_>Y?ԴDX%AG9 EOGK憂k@")'w7fʡWr*IP>PƯv*Jn8C@j15SM(NV &($J jK+&# L P0 * +_G) ɒ,(eHH?"h=8^DDm'aS|XJ(Vk>RW4!w<uSg іs_;](uDwy~ooot7y4y w?c]C9_a>Эnv-:Eg[^fNz|4WF{"KH@֊~d7vZ˃*ZseIY,%gDOǺ;YS@H`9( ^ņw9.~77yүb I$$!!INr攽mg_wTQgf'7ҧR@D"#dc^c߇$׷{?ps]:gA0TUʪ" E!BrOT-7lshdDSʭfU٠29[/)s09ȯG`H n 2 \vUU7wb\l|M'S %ṽa|;R U8MУoF۞ї}áz޻veO9.AF5A5Ti(ABeWO7-+=ܑ,w0=A 37[v;z2erg(uAZ&<d=_}:T+=J0UUIY!Ј(  Ao3{\npe#`":spq[)P y*es'Uђ4 'zR.BwKBe5J-.t%pDLG꾢PֆU=gعc8^O0'cR [I3!,B|a8M~GN;DӞI͕_+/W62x9 $/19 ~wWBC|^0Q]+aY74='APs;M>Ǽz>EsU{9 &g1.kxOX;ͱo5&)DTE/sGPf+FT7D '0ǥdbN"&4a @j s}\@dFṕ#h?oZHt?1}bYgPʏV-K7:jŨ6D:@8<1rvDG5T}̟j rkqN}ܢ)#"_< ,8WSsU䵞NX}Җ;ïwo}Q#zqwNuҗ$)(UXwmոyբ+D¬woyD,靬xlOORYWZA:$#/kZR* ;)v {V]PN h@D9֖f}n|3 Z{6\,*r㢩cגO!MLXqޑ{+Y /X|QMhC>WW杈wv}3/_.8mt*XAH  -gVϥ?1`V^__ n^wmTr}Rњ۷ 2<['RAkaW}၍:v ?=k߳P2y[;}31!|&0oyp _yox_7v.r8VuSpb;^MZz_&Aw.'Gzͭj^nU߁ LT7U&M= ܝ{3 *M>ـb"#het `owa;ߵyU6n]rA+c e9S|5n!LR-!})E9 A))P>OpeG og@m:sﵚ:k- -&6ƹ~V.:6bVvxw-p9%bE7rpDD@N ~|zkJ/[vCi#HűJ avgGSwuಖ42 pj~a.yxx8)Q3yQRa+ZزTcQ$2wj՘ޝpa/Ev~^y~5lrQ|(ʴ|9;\297jd]A82P@Bx2V ~6CPlkWS[L:DTNKtgت6o]~J֟'aEp2k4:f ]weѤeDL7YzQoJgL5]v6m֒6jcJcVOu S7MeYv1 kxSe-.t3s&ҬcWZ7iN+8Ä6t%xC5jF ۍfJo2nzˊZV页W f5Ȣ5&DziMe5t.FSVv1bҷxc\ ;k;[+]53Yu9]C2YFwh҈V^R*I,r5R Xr6]\hLpclİW0a^ xsLz{ 8%~8A9B@>[/;-Q(ڿjɔ'HmWU&7prd? vyBwK0Xq("/"b'*@3¼RlW0?X}Jձ6(wW)mOsQ̤ !ਃY;"(ei:kSH[89Z' V~'0kiySO~L}XZ7/ KC@`8nN[Ch.ˤ@qs2wn 廠#h!^G!? *wgl8W)xB'Sc  Uґ+9PT.7fWiT@k` q=NͶ]UE5zd@Ƙ sMO < ==T"%`IT !3zvQ#D55WondMX=4Um57WKE6I02'1ӽ ) 9 7S#<&m> *e?dB}nlPePA(Qa%XOO+w&ƔGӤOF[}L.+Ucv,fg񵃂!бyhq#t0#G^EX@FDTjR5QTJ%D`"HUX(VPYDR c+AQD_ԕTT5J(,QTX+ADX(1F0UQTF1X*V(DX *)"0XX- 0J@Q@ H*cEBe $F+" "1PP ",UBH** `9JAd` *EUQT[`UQ{(8[ER Hv`(,E`),ŊbDUbFeQQXQUbAVLaXlDmA,Y "CQ" .DQE""3M]iHmp}5!ŝF?kx;{3<4~eTDse/7$u+ɱ$chQ%Ƥ4~D$" Ȣ*EE$PV*(,c""*0R EV1H,"":e֡2SRڠ_+f#umFLf}+"4'T)GHu0 @3J&`5vc!^fڒ7NA[{gBZV]=h1]D'8gĄl꽽O׋GA9_<ʄ' TNE 4`yPǘl448|{9JQ5qj]߻|0>b*Q½?CwiC T,039:G9ftJX H4C$fѣd#>%0Rۨp ly)_ 8|8̺k˙Hﲧ3nB_@l]pc?kwR@j4֕sm~˴OE|5̎o3 :Zv S pF4hO7Y^&Hm̴⅁B\ _͛i;kwMa/wmcpxy$81С@ƽE1Di!;n}[)vԯtl=ҏᛞ͑]'3qu9yoZQ&eB ` UkTa3-}f1]hCط^OܰK˭kߑLD޵3'ަ!hn^!*%Nr0xBAxcabst'F5X|k e3\45Ng]Y80whu# P[V}+/>9J@"AIg[9f5i "17t9[~g#C*c Ĥ@t3eZ_ aJ CNAP1gH" ~ G`:Kg8Sjp0⑉.f 0sFDmkOCe곡(}Y>Foν)zt>Qӥ_9,,g.A> &d@"7tʖ~!zq%^#&h%Aë"D@ʳ:>t7 Ӎ!jOmMm7eUix]U,\_Fgop$}YhJ٣b-.NZbņ;a(Nog\3U!6aJZ99l=mœ8ç |_|oϦSB }l @9Om7}FFM ָ6mz'DXXeA\ *W]nE-)GkV7(ϝw8Qda u|ߙN&_}=DPl y$F'{1 {8aOs+2osD$ 1"`_$|20ڿk9wj%gwthH\}gC"((8r >W(HBE~ʣK(mfE+NFHF0Y0;͞jW,pE'qf!cTD}*PvbXԡ/z~/0a<s\.FvUۜYfD Di~?Տ6)ŀT\ !E0 $I4ɓDku?3vm)9[iTߪ.>9Y{_]~gm9 9tZNBtVELl |!?X)i -U8,A*@? VaF87-|-6ii#B$TY !3bUUW~x x X,"x! Db1"""ιF͊<߷S'^ӨwjxvVLbz$"x,JJQ'ULQ9ɔmzo~Bc\!I>j/*V^hۦz93e̶aU&qԪF\5aB/BPwGz_;{xžD8 .@GW/^N*LAvQ "H I(J"""E $E?^UOUS!9ds.~&ˤZ7v=oؼ 7g&MYhEkpNT %P9u)UfR&'0)B EY/XT@D,g8rNAcRz/{?TJ[y [~wةFc I)hڕZ(cgp~_7p«(G;#|u)tEы#$6j "*0QH XX%l(R)Tb"(* ŀ`TAeHԣ ( JPF)Ib#EGD"TUAEZbԁYQb*bXAm,d"@FH"1X1V#4FK3DYP*YVED]4V(0V" "DXbFX X,XR$Ab*TT±(,bQTEQB( + i ,PD(*TUU+r**YUk iH 0D dbEI*RR"c:}dkٰ ͖f^*Oz 8i>dQpYe;z &j+le"[OAZl=$RғfRuÍz,9lE}!zz T2DA8DuQFŒ~"04ֿQ~ȿc1+^+Jީ7JM :_2_N! c}Y1 5<< q1iH}YحCL|<}~N󵆟"[Cx27]q[ D6Ų,I 7aHVn8]ׯjRK{'V]vv;"' N|X=ť6K൫F[_K߇ҹkU;7nmtn1_vu^^wzhڎӅG-\%*fdk/h Ԧ$m}J}JUKPoWxŮѳfxUꑱu,ZRO sGڨGap\N9x3/)i %nun;8#W*I-ͮαK++qhb7 ip|9 ,XɛB JSm'899 HPХcr(a-L[ˎoc+֓R1;=5UCe~^?![dy+1S^ qȎR2Z.  _:cyX B r a܌LDfRؕ)Ho}h. uX<Ayk7ۅ!_ ǁj^4C[y47~VP"TXB0DH(4 #@Mj'jWMnmH]EIyk%7?/xv/(]ͭ~`db4}O)(wƬJ= KV\[^VF·KX߆ݍdųr84.IgN$ƚC8y&j'!'mKcZnn_3Rr)9qyN'G`3iQQQ_'s!4q }FZdKGP=5HiWW =Ͳ==݄4<>FZkm*SxU-xz^;xDTo>0@U^edҩ=Уy&s9,&\z. "y9/^+{ܣ[~TbԨsN9i =!Ԡ7e Y`1S(ocQ@zK5HMƟ )sm^VC]oWi/,%sڊ+-B&F4a{DDD@D8H ʺ4{U3"~-'|:=11wlX_'w.Mh.ڹ<4.[?ܒe'L>Q* ]Ac{; Ζ]ZC4XD@Yc@;@ At>A&!;^IFZ-!9lղi;:L|e 'O~:M9۹'QV6(%6/wσ"@VOeyvY/9NE[1=ȻS0hc޻nWD $Q:Pwm?&!/n7^HinHDxIbo8?,T%N~^O6[Vb[Ez<5q7+>w\<KPQtk&BI+TNkaTNݔ^% ƌjsxW_yQ6Q,РHqx # pG49]kڼJi}S2zpUj Q:B+C).^tc2HV?Va5w5l*~+߻i>]1OQjwl2xQo7y):| 74{Bs_-ts{j{_/7 V<} 6Eoêl4\lu52N3K%ҥa؀Ked<;L 7GeT3*%)p,\$kY%3qj kT kj/8 y?u$x~c Gonoqa4s_RQt]ݮtSJI$&+Iuz yUeYI!fP 2bܠ !ێDYc ie3R[ 5 c'?ܯ- E56Շ!VLm+n[P TRABc!Pw MvCߺd`IznʔEX1c~}gOggDTm'MlSZ۫>%q$+*Q W+-fty6Ja[FHK))r;$ꎵ~ -NcԬmBb^M doG߹ <*z5䵒0 0>б[v6ڦ~ #{R1uY7QO?ĵ[Mny ɣ/̀pǨ,Bj9zW[4˷?ײ "O~W;59eWkD:cco; ɭ_:<{,Nr\)9eTVM/|`Crٲ|ܦh[u5M)[jR+E-i*/*~~-%ݘº,OC&ec%D#s8 DD@˞.csV~kO=os?NbzJ<-u['d.|GSR^_70 % }*\y/]HIq;0;_[$#<3pz9NKx6u;BLv.͟8yMtr5&U^{Eqɽ^Ͻ~P1yd~*~˨LMfoXF."O٢Aa/U'Wp ksMr5(WVt1;MwZ̈́]uz\WXˇ!ͺGYkmvP}+<5l@ eʨ(cZ +r#O SODlr0.1c*_x_nf:XmG4Z7u7Tc5ݨ,.A#QQMSaԨUj_%/x~2D:(!hp)6) t9F8_8Y춓b1&jg Xa2HOXyx^VO*1X$Yz5 XW`j+Q-Vk!檮9-%M$.𖀵i.>_b1ĕVUC&(~=J4E=iW3 m&޺vr_r 2l_^I.kwQ^%R 35O8욃B.A&6mֶN!8z,tENB33D.$H̢u>g ќ+K^}S쌓 PMA%`@1t>頃++$E,Q+cEh *HF *  Qe*`[E(1PDAXbDE$UU**1X1"TH%e !(ADX1H@X**娱f XV*(XB"LPV1b,"1TF PEX1")$$a"F![Oq-*j~yjL#Exg/[w#bF"`RNbe4uS x zCPJ;">}v%5$*O̷s /row w턴2:~"뎙~_xH;촑sX8=K8dnn"}kIj;Ryvw]Ϣ^(1Aq&{>PDΊ/I)'Y #p # ^:a4 G[x$3MWo7 ^嚰FmƊ1#g;W%~W͢VoU2u+U1+O" {jT?GLQK px(37Zb7pZ.?clU CX{]q3^6oMRc&-Y|f%YWu=7oPQ HA3F3B6byj &qʑqk%u~uT-Otluw t9R4&7)c '^>zlؓG7e3{7̦ewP-`(?R̻4Ţy$s߼?.ȯkWU%*\/q2FtD4)2}^O6=)bDW']Iv"59 YoMɐw)2 lVziDwsV"9F<(1ЩEJѦ^Q|G9:P!7 ~H* -HJ@V b" \2: ru~DR '3B`nu :#+n  F16HcQE*>E,EPbV,XxرUAAa1TEPHłYQT("rc*,UVAdkH,U "ȌF2b6*(+`(0grJC}?k6s=` 2=[_« zg3R"[aFlxgt*!uD3fsܭRLⱫܓy"VE2 IBяGmY%W"z^{n{ފnuW\Ȇ HD meܥ_YlIwtĝNiBIcMſ $8o*eߟZˋة虡7X*ao[sF3n4J& aaq?O$FdhiC5~ҿ_y*ƍԦ SZwKJmu4tg4)FrFfF">$s-6eNC+F"I>Mzz;&qXXXnrmZoF9X, ۺUl-Q[B0 0ޛM%|ε18;C%nzk݄!tg :jŌHd8j \I@[br\$a!-Z\y'RgLȦh3:67|5JAZ_svrBw #b\y%$PbF\F@D y!}aZT+a|2̓e"H/䜏382HFC #^guG!h|k=PD"F?SP3yDXlaxGKaiAqUI~/mi.@@DzY)|Tۜڭ+l S{,#-=iU%mY-#莂(yhY&x[z71 ݲX[KL\@Y ^7U.QBB=jeA1[%6Lg:fp BbmiMfT !? /Z%E5`ʳ̾ĤCP2XG!6%*EY^f V nT{ &rWؼiD`T5eߧx6qy BF"H! 8?#v'dvڏGk5fH 0S\ulu4ߋ-wE[žnL]Wk‘FFQY*fܡ*Vb" R] ҅I++X/ip@d *[EerwK%KՃHSsd0_`5^jazCiM"t) ?hQ]s]RH sw[KM\-v~ @5 UDDQ*"# E"*8~•E  #XF cc"(# "#FE " ֦ PXL"+S-_ժ"ʊ#=QX"E?K z=rGwЧu74 ?Ό$җ&HŪ{Sl nLw 7vdl Thy Hg~hgR 2G F"Z{oMi͏Oh $"#ה=1N8YdR>;.|<#sw_a1s dA5,+5Aݔ>%[qEv4q_T,2G=d;?JLG}d N|%4ҝxg= #%Vn1?Hب^ҧ,VS2x!EnXMʯ̟ŊXd'6JYU9 {R=B>0UxckdB!WȇRbkۈ¬]`||VGbx "+^c?/H&F36fD_&`"*5ߑ4jO#!/(m3p+ǣ :!K:4~Y|̅ q\qca ,M`QA.&*͆Iys!f>(lWۘR࿇H7mx>.~Asᄖ"q:] ^3&e0lE!rD@F>[gk;e^OE[q6RR*9V;T-*. S 8Si:.2v賾Ta eDbҹ?Ř&رtd@C+SME*W,~+|]o+͛Kj-"JDN) L|Hchvu絛~x.&q\D>ƒ -O'0"%p&~NWXPt˺mm5W;i*ygOI_>SV bb ET (@AU("R1E"DcR #Y F0-mjV DXFEAbX+"i+ TEEEb"QҰ[-'`@->pK%j_$Bn$ObS9~_NϡJE;pF6rEI$U8pK>ѐ &Lce b: nKzfC(Be2 eT(\\np|)NaQz4(1 v13 U31‡4a>hFA%Q)=CG!>O}w&WbQCpFm%C+e?5da^D5[ȫ;ƕt( c(U1(`}M2,!"m) #ra0I9 Rixn9iVaN齯Z>.reuE5ʠ+޳/S%Ag-zCs:PHt~KA#s^=^F^ CǗe`NIKȄd <(4mQ`hcS+=@hҭ8brʪlZwPɬ/ߑ[^PWqӕݪBk@"K1yP!d=J4yl1z̴]" @.TsұXfDi5L#tCrz{ ( 6)p%Yx!iX|| !]A8N/<e[]~elck4M+S)f}C(].J5ZbhxҳAG BN`%31 ?"SJh)ZUA > Rp"Ĺ+u< eh0Z{05B>Ie1Y w)X jzќ0X傥Os_sߎvy-yޥ]n#W3>\Nq?mt| !, <)gAafF\@Dȏ(Ut3Mx9yS?Dگu2sI0;+%cbF-xݨWVZos2OF'JB˓}40f~ SJVhUy|Kac6Iik{4Myz4t+ Qݫ1&yԩhCAP0rwHv+(T\: o)phgD'r$Y{ߎǥ^U$B BH7vXiUfdAmz z(GV/]4O7Q>Qď|r=p.>廯eKUn+FQ$"|TAR,J"H ADT#TAQP (1AHEDEb ‰$#yRFU GGa_EuV%b]v zQɰvk~2t$vf%6:{Wej褠\Bz$WFS$).QOn{fþ|JR 3VH_y+bOjs|]Z #=˸z(v"5ŜW)qbs`R h)n[PWA'!\].6SWQ'Yf3>&Zx~ku4Ա6ަcW%5(KK7oZM^cH0&f)/xe2!8@)vX3o:,er^sa2 ZZkp)&?Ee)A$!$(0PTFH(Tv2 QQUEKJ#"HH΃^7 /,υd_'?aD@>ҪiA^ݪ!v/`TMt9gO(_6Pc[C@"T7K +W\)~I(g7M?~=Ǣr^Ք  FMfb;LR?vB@f0, sl{p_E%j10Xod'%phU2c nNMo1R连] :Eӡ͸P1 ɩXIŐP*H HTx}N;Or}n6Fb1 N^ibO jt v^ڧ_izKZn;?O>/*PA4H _BEbX`5U`85X"TEPUJ-i3_E6> ?gT}t$d8)on}rk9Ɋn0ǜ]Ѹ 0x4 /X[Ѫ*s)+gNH@K[#P (Vp,4j)Fxc\Kb*EE8AUDTQDQ*1Y,DT24Jxzi*:+OLUם%&&%ӡO}R>V&(-*COKwM>cM;v[CDSob$@V.z~3aMNWšq> _V2ºΝN3_Q{E}KIۡb1U[ Saw5. D(0( 9u{ǯi)`EDwGۆۦ^bgX=w?*-b`*V*1"UY,Va a]6u|xtG㗉9,8) 8M:sӃf6yZ{yCq `zҥ84¶C_t]]%xIި,/JL-9Vo6zH_$⯙񳙈dh X-@C8 Hw4SV; !ߴBZˁ2}Y=7xbt4?Be ~u`%G}fTmtVP,ﴹeMcp袅b#9'B_* 1CH;tP;Qu0wytZDD%.Z9sʙ: D(R&]AYs!1gMymM3.t$$穮O¿_g`x*<b̊ӝPd^w娓hM'~/7OmԪ$QUKh,QQ" FA$!7y[,7m.sޕjY͂w'R,gfJyӨB (-S8M;u%?gK &Yyt0 nnTT2WO~v2yEز0xXurҝ}:]8\$3HMF~_}d}-R>@Exꡘ[W8j|6|-rSXbq.n6 z*x8ZH|fK".eک$p䆩|V9'T%" N&aݓowX}JR1e1jYC1DGJs~&J!Iߛyݻgߖ6W AYx+#"z%S0|nnɴub"@*II""*$TňH b1қed߰5j I9ANӇ}擥 2*Yn}JPi-)z75 U[ 0dTM}Bޕh e [,s!Ɍ>Et"V 2@́=3] ͪjs6 rC( ?\xfox&2>bQX:/geΊ%K|K2kR(AX0ڄ [B/Jl4 D+%[|!2sGZ;ׯqHI=)ӇIA8Z SN/.~w/k5 or_w^OY6O~kbdc OiU38; }l۾2jrH^Dfw:ڛ|^`eݩsgQ\ھOɡaR͝Zo'rz#}WsV^rga`8H3pF5L`$<|ꨇ@92+-bγ.qkAP\aɚè^K^I E#޵ 2<5ŧݒQ 2w Ő8vͻi1$$u%FQUX( \O8|)ga~tU;jNu*%7 &~?ݺ5Rx5ex_*-B]}Zؖ2.!Laqh7ަ#Y0D6sѽ/V|3eK"StТ3,lrIMYgaQH!Á1mOnpk[pO+ey΁s켷ȷr6ޭ)p0#8殑GV &m`rAZb"1Lq@^iC, Py{zTdhLH*NMWp}nNtM-. <DZ(u?!\QfDq ԯD6Du* &˴ު]tv(f). b3ѩ0L%ŽDL8@A[#߰e`/t7'ˬŔ5稆e_6{?G>`4APDQDPf xP ؑDGH?]hKճenwkM1ߟbC['z45O;{ej ᢶ+64F\N+kg׷h:ytTtrp+Mؐ;kFPϿU%e&{q|nkqw}R,a20>7xd &vYNXf5753҂/vwӣ') >N TwsS$SŅXnr+ױc7lV|,knξC*9ćc~-DWXG3d$a $v:'!:,eI5ꔪN+I4Ε"&UӎV]nNIR1{D-tuP6EQ^n`"PpIg-m: +E sQ2;dRy5z TN| ?͖qcu^;n"i(5P61:aQ❐P_x7Y9t^;ZkIHDҠ|ŗ<>zWB٠Nixת]&p`:]ʆDZR{n5+}.y.wZL |ERE$R@|3Sq3do纆= H!A@F,d_b+.'cTu4훫G(r)2.D1\Zc6}nt!BIU ~DC(׏(,j9SA $A*0.o=p [~j8TPnxVeCQ$hl,m@XZC$hsأw|%o~qf C(AB F7ݗ:TwU+]uɊl+Dl[L=mO/(%mN=] zu]d;<"yPm=7(v^??EX='̏gj2$_sz*2?q3r1#G2PR_=X92cWRη7l6Ѕ "Ay%${ } _\aswp Wآoy˩o.S4MXȯD4}״H?ғ? Fb [x_M5fLTrs[ԝ;bBJ  :τ`˵ܨՍRHA@1fݙԻxE3F`ۇNR{ٱ=@xSbHB+,6\ᖼK*k7JBGqH}U\s!H^+Pں+UʘHCI`4wcrx%1)RAV!wN1-% R,CcbNr3`4v_H~10|H~εg#g{TuN v4DA$ݦabVT )B0oGɘ02Cg|^w=D ]A^ )cl<ͳw Ee^x4*72,A q#P:KF6n)c6s җGz ѾoS BzH%e2=j)piR >%ωf[<ݸgy$|%zp!gܟW7 I QY =u?-}:L$Ѥ ` 2'v-oNz ! S_j2:@.9Y|V/}u;iHt8%>|B{A D;D( $VkALrZ4U|)K>/gΔD L)3ioJ>fg}E=QzsTL ;j+,;kK}oTCzsЭ6L'=Vۘ,qHv2sn Lľ^BR jfm44Lyܰ*_nICb)nFzhyAf' iwhi.d.fѡB~'T<$m &M[Y2,$8Y n1kjb\Lff45isEz.QEV@6ETRB=흷VHu㬮SIr ኮvqf0]y7m}Ts} <4kJ0e-vSd`c#S}*A<"߂&wB .Z60@x~ r@&Q\pQ} &@Ȃ""$9IHq>~_zs{zn 76?surYw" PJ\lͦRj n&2en'qDCFADUHTSb 7Dry8DCg{P&(Ob~.kOϐa:`̠L\T/ _%v7Tz7`v}s=ݏOl^LڇE^ + dy{"\@2"(n(-WY+.3ܨTCw4e; ߛ2Ė.%iSN ׸XL9Q{\<ڑ9KK/\``5PTDޱuoĴuT_u(>WE3. ʃǣ@1`a , c22WTO)7;2طrJ5I`cCc:8(FHB!""2 I"A(_s7|@S8G5f$⎀ |!NN{dܙEЄ~`"ҷ\RRfNjɝ7U7UyH(3:n9H"EK]? x@7l8xQADHS #:Ub0b#+"őU ;|iHݞvI7$P@U"a"1Q  O٦dP F"Da@옘/eP'y]j7P\NsUOwz Xc[7y .:< -dQP4g J̚ZڠI>Ձ@#dc _:;ވ"S݄ၲȤI 4Ȱ\-DtOh {@7yt>1rSf\lӮ} &oNHUpjM+SF 0cEF>p4i|^u]&_Ԩ?|X)c3fRS <+c@ѥ s 21;um1Fi*2MKdiXI5r. 3bi}W{u:OnL$Hz/mӼ6i>cQ1!}?,!V8=aP gwz;=Ff'jռK -1P:^__ҋLSoCb>'dW3|&46EjVPSGZi2RmL6utp>]65T~?o`MU3k=8 ͏re[_ ₾ $`QRCW`E6բ匥# #]='wdƼ]8:O|{QeԏQ7<8{oD1s q>'lrߺԘ> s'?'+B֤d@dF_q1t9nS\dۈ7+ ( qd˜XЈD`ibsr-TfugomV{ Ev OV*Gi2r"#b 45 R M-0`]E 1 *HLbDH%@ Hm` (؎6P& B ZA`7EJlt/׻i\UQ]`a(|L7}tWX!3[\X~Ӛ2_Al3n׮_ziqN0sLw<2Tz3v{͸|Kvh?X0TȈ g^I漒ز)%c. &iF YPK"6$c R#,) TS.( (*lT1D΂} $>T2" 2DTj*EsP݊")A#xPj#"(\y[cBep`7Z .QlZF-9J*$ 'S@dT0i錊~?AT]t^RgP:ٞ2! `ZX$$P* CA؜QEĨc@"B,EuD݈PE qDMp݁"UN Z(< >NՃL SRA3KE -3=E KH/cc)Oa?O!gU,XEF*(EQ$'7k|ۘ~6瀂 P P@kPdU@Θ(QAM/.]أb&c.)(;؈v[]V@L`Ȉ ߥ5D`QD* +Q(T@=vH+5haȪ"D$N=\E/i=AӏqnT\}X `,$XS-A"*"ȱ+cQ"`"dF((Ab%N֌QUQ1 Q*VEPUDR (*łQH*.[QE@bHQdR ,Tdb"#QDRJµ X(* UPDX" Qb,U"Q0*"(" ((,["(QFdQTUDTQUTT))D6D) J5g@*#ieԲpԊD@rbg<0D{tSlG6ѣ%&!eULM` Dͦb${`AE"X ! Q!<7BWgɧň /W~Q"{Tx!-D2[C0-d&aT$y<6 oITx.YQ06U71@AC5 &Uw`ib!}ؒnRANACr"w'_d! ^pjq m^ݾ"_J" ivDtE oDNy㈞nTDM< ^t@>qqQپyfeAd:S6ڢpЅ`-ߌ[TZՈ2]M_MF3;<>nAxN^\M||0T8aPAmֺf,`H)njթ߹cW ;X7HNM6[O:C':1+b5FH 1(EE(P*AaA Q(PP:M`DQ SlC(؉h"WvtD='FgWG}V@wnMXq͓DVPT z({QA)C;PTo:K˵&rO>V݋$X"*!۾ %t7Ԡf@ Ev!*u@{PPU<\tbP6ȣEPӈ"v }mo㗇WOX~/ @rnPQQ݀R@y 87 )9w0ވH؈.Bת 8聿IU[s 5(ѢziXF `,Qc,b`9KD`s.V[%rR ֈ7R Hd`1EUDVDUR* Ebf#LdQb"f&aF1)bq.QRp4՜5A NVKKTQ] 99 *"++ g0! #XDQI'Dd !X#D!Q`E (EX H,XVe,!BfY#J@XEdR2K`8b"ȟ;,Ċ >g?\烻0+"0$YdTĎ/E6N[ 8(Ebi((Z$,Ww#tDD.}^3BD5p@(ѵA^nH@JA VWo"!gN"]W#e/#bW0}޻:wQ2EEu;ZAM(;AH耏nW'B[Fу*L`\ohh@"a ww=jT憘xQl=9_  L팧c]܍\&/w=oFy@EA=Θ8=T QJPR̵ j}&0r*Kmm/|aUb@Y?.⌋H:/9tc 6VbM!{$@H@+fuy9c /`oli XbAF/˥gԵW>*b+MUu&g}$>+op8NnC("w6Yừ5rUZ*cNJ&&5[뻇GGwǃ>策MG@9.(D4B& :Pr:Vy2FB^lâߋ>ϗUEP9=tM>+#P2W)(,&//4sb= H(fCu[,ǃzqO\(,Uq +U?U;〃ڲ.*/n #Rs`w2ƫ =McblUCLmH @l Dэ3RTԈS43Dj96{@E䎝YZ6-K,@CgUpO;&:@|x+`-DRwH,86Y`]d9Ε_kO1Krj-iz1y#(6 NV cIq\{M]Ԩ#mj4b"330fhީ9%|ћFYXͼbK$֊b3{uDUPdc喭dpQLȣ]%S.^|'S'є| PԷPjPpAHY, 1dZWX *$\E=潇ؽ٭QbH @X(H( "QTTdP`(D@Xbc1ŌV(1`)VDH(,X d [|*K"X y;r/N%vIȯF( M*$}s܈v4= ,S~ ;0 ˎRjZ Z d2#K k>̣m`@@ڣ[T??V!ޏ@Mh."A-5):RiUU Ped>)񟈟wfdo2ঀ`p0Q2-L0,~%, @*%Z-\f[fW(K5*4tk6YTXf9@Mj(c 1TddCqŚ0+(ZP `"0f 3u*|fUkS8,Hb"ȤIC(r hǛ 3x-f8 [? ']{2utM{7wpe51jٿIBH"]CmD#B%CK) Wm=ʦqZ2"FdTA*C*Z v:ro{A>(+_+q̠%ĩYKV=z*( )C$ Ie)˅"md/g0H0:̉äg1I>3hw.gmP߉ +"#"H$ |=[Rf婪<<DW 4 {lm؞)32qդ¤Q (gab!lIx^6h;.@"PbBШ Mm{n_b)ۉڇdP'T9}SIt\˭g _@ܘӕ׸2. ֍I-Y0֖Z[TDB"A${["M6}8C dEŁ*"cW'”Feťbm*.jDՍHC%un i4`FQS>FhCc PHb+3Y.p3 VfY5V2Xc.RdՐ45JjjRM"*‰F)"ȱ:V:cʢ 4Q19PqΝyxÆϡ6:9'G*H AFH((EAV `,b`R"EIDb,z;J^K.&dD/$,ojkW gT9t 8tJ4iR RF /VŻ)PN+ٍw{*83kXg}  #X",@H"ER"Y" ,"U$EEYH,X #"DEE! $$$Df<kӷsG^@6ttQ,[.1e|Qd>حݥu?%.]09`ti_Zq@h>a Խ,yݯ$ @)g!, c1(#WZ]ew#ph)$C @B袨EĔR QQT`b>V^梂E 1Y#H#t&.LkP,zE2 YYYJ%*,PJ^ IAebX7;DTy0 ,F (#"W.n#T" XEH,Enx9_|{yE8q Q-p:')DTTUQE:tľ}0!HE_]Z˥ `]+>Pipɉdß6=[ˆ$ q=xD 󪯷{WQ՗Ht*vթR絅 P9Ya[ uvӢv gP(ng3BV0x*׆'em|[իFp .Nlծ7`j[nw"3r]T:fm{z_n捥JQc[-FKh+=wW|ܼ>muj6ψfFn +.Ц+Zbʂ*X6BKTYC(UQkTnRaYb"Р,p VUTŹ`NM9xB̦jQAffps R -b AE3Qj~;wc҅MC` i`4+ׇ(aaJCHf -Lci]jT`;kgS0H"Ui L'ݍKCfN2y"lmkV1$Phd&Dp@ +e L_sZHh` )@A k0Ģ*6 ,dLA*9jVQ`DEd0F R,utA$U2" s%8-YEaRD3" APUS2W&(#HԎ,Qł,тb").`pK13I}>NX**1-J4R QB,"VbEpȈ"J8|O[,EFHDDa"2)B*,a7&^<;qS2"q6vXJ+Ol o\fvY(I;_Uk "pg~F]ZC&x5Gly :XjHF׫ .%2J,`ĨhS|+|ã 0Y>[8:qigr$2j{Kr<,g)ʁ}[qdtJ +eK ,4c$[,ƬMXU)czWJA$ 1%$^hQkkv[C]9y"{ Pݮg5הs<222`7\|J'ZFTf5T !'$a[ݽ ֍Gŕ sWd ~{6ƳU0Df*0>g0 .R@$,)J."ӮnXT;㝭:Ji />EJ+\^Oyt* Tmz^S Yc>?Sw$8d:)4.X M>] XmPYBL Xb,(M$͒Xb;52XBIiR `XRЩ + 6c\D9.vc86$$R%H !uZ** Jɶ ɪXBI!d6ɊT7$Re X*^%6іsp7[6lLryOm^8ʎuD40QX,AHQDIb*X"Ug'Hun0FR1YbE(%yX(^]3)YpV>_qO1,Yhx`zy-O*ag_/>™eJ2œwڥUւu@ޞ8l1: ƒՑƠDDDMgF 5z;|}<3=ݴ ^..)؉"d bE )|=bs,(X``ch4ł" RTL{ 54$QTK+J* F()TbE`"+" *R1*EQIiPUF(,d`A1#QDb,PXbEE1F QQ"Qh&VU@*F}Zx_oF5@I9qw.vn,:kl?- q^#5%0 ?b΄AN X+-"}FleobrX۴} 2V (Ń*, *QbhTXTQTX _*Q@D"b1: 5R71apxĤPZV9<҄!Ia(!Y|ױo3vbo6+m+qy!DCs>nLo~mW8gjh[g}_q +GTEa ,X"*1*2,F*`,Pb"őF F+"TDQX,EEA" *Q/ȸb-O{=y{ݻ@X1b1T\Zf9::Hg_ 툦;#A83]:JäDH)+J|(եB}[Of Z ,cE[T Q`و#`+Umb[JQWa`E%I;AC_K@-NNLB,N9I*t>CPoodaCH$P^[qTδ(8M!$*,h7 1jwr=ߗ!w=T[@E1PH߼z'_~{.+,|%zѰCD<\0ǹ9{-f0ELEEiDg>n+d8o-$RzY"d˧ ۷+K>7 Ջ(DB #dF(1R AdX"P}mI7*O3@ƠPgW-rSsVQYgj@CzH"'AXtqӭNȏWgM'CDn Sd :MaWj.;:>c++ibQ~gEDE *0YF0$F-aTd bO@1͑`R,,QF&`  AdQQR E1,,YTUA`4~0UT[V2тkS ]4MP14I(E X;1d*Ƞ( ,5 *,X*fuu #/UA 8ObXVBP L*QѢ"{ ,=b1b*$$e٨%zyk:"qnk/N8>JsW;0RDž\!)ߊhʐmTPPҸCti8HݰY2*GK}cSwTPp;$FFDI$DzP U )1WMB, HPT61DoAbTi9("ň("1F c`Hk,DF!TcE[jZ $UAB**Ƞ bX*XADc"*UdTAb+AI"EUETU*QXVkBY1%`bSlEUX ?meVAѠ}ͺچ=܊$X˞b0Pࢂ8o1믿aE}|Qщ 0U0O/yL7[C 2(sofTt[cgE }xPwDNȡɁwxȈ/O[un>mW^M':-('xW^7 z/IZu*"Ži= Y\ja~GOwiV|I/[-1?7unE+xp|sn)_/>kAǛ|vyA|EօD $~4Tb}u-DeR!U UUF,YUXDbD T`1QX;,Z-e(TVDQЗ ܈ TTh=Ca d"(b~+t;=Ub*AZCA?T_WE 'BlH%hѥrOKȁQ;8?F'.@EiP /$A߀O@9  EE8"* ,(A*zQP}Qp-!E0ږ{]H˽=ڼڱW3 .DEvA@*xH8XdD5sMZA Pv("'(" PQpҀ P?~* KP@` dAWDKh:r-=*1DKP{;Zly""A@*@)0-@BfZ(AQS "TI!ۣfjJUC;a0 eqL 8?Ր yd6iH$heP*(Ƞ=EG 0EPx?oC4AȪ(Q!HPSDP-YE@"1J  ^FH 8 H8t QMᙚΚjI @tQG؊]A$Wb !}TO|p@pSP߁OgRW &$$<RpCj% x P@رP_{ q}tWdX("i!!TDTsH)_=/DCf)1("re-$Fe hh+"Q+|@Đ 'UNS0j(ኊH~ Q|K)! 7^̈, 2"uA-k n"ҒdPL2+ҠGOq' pT(Ȅ(!ݮak]PTTU $@C".;yߍ2YmɊᘓCX TQ!* AS_@ ђHCm~0r\;@@"")h GM@9nP,H(iDH&Q S,iPNbf&ސHG@½zsY0 ߅sжUX HHHC,4L%a6xp!XH`@PP }{mun$BAW^B"svr'̊72s @ @39RHܡ>"6"(qfRHQR-A@dQcQp}!X%eJ)T Q@ E6f/+Qj  PE{1VȈ7bI=[aۦR@UtdU**'Г[$"tZ@5Gl R C;٬ IBPj_):":`U @{7V!h!n~+ ,[z,,~4B.)Q/HZ(*pHS_Ӧ֡4{K|Jwh8 >ROiȦ D̈ ˫ C^TyĕE>^:rc?]GI--uwq+ɍ~VW3unn>贔q<{W[LV݅K,VgeՖwqPvyف8<ÏG}m9NE?x?V'۲徯ofރ)t? 4}<.ksݱF{ OR67Q=WWnڏA#띫o;29 >7٬~U\[SݲȻ~czJwӸSo>">;FαmtyֻJ'd._Gwo7Kg[@,-Cظ|ۭV+ʿ|Q/Ɂ794ډ_^sԂDF` [zÿUz~{]*&Oϔ.mT)0Z,+rFq]\`Kn/y=o'uאH驨HG?=WJ{>.[vp,n3L Omc봈a:k6z+vk\Nch ME6؉o|߻[珦OUTx]f;je>KWOS,jױ5ۆ;±Me<|)Y2D'F@zH#4eCР[A!"!\Wa]8=<'q%N V`z֪ RJ|u@/K+i:H@_CCx_/عc~ +;î S}}o,Tlg*X35YG3##G\^`(^ZK^ZFeȑ@Kbt 9UU;2o??^>Ġpټ˄H֮C+0y/ߪ^I@nf˳'o5}ۥ*fcR̈Ķ(IQqC?9 %;\?Rdk=awA߽ 4h[/源4įOk$)rHKY;NL-V<Ƿʂ #yBoT\OTU 6{_[&}z'<:O`*ֹv=͠N2A/UT/Rk+@-M5)_lO35@تe{2@w@q9ە;/e g+!C,IC)۲Ҧ)ag[y2aXYO,}= 6#RDDxҾl~ʹi]I73(hUw {t7+lk?e嶮dr~p" 06oDΜJet7&iApr/h? "(|y fIw)sh48/їf. ! P/)@o$` XBYWD^3hBk"E$Y3>oM.\ tUuѐ ,G4) u[&Y>Vp/ pFP y]q}(#$~76|T( :,2Wj?AZ]Z ]t&ٌ쩴aFTrӟޕ Bq]ߴMAHc#R@nKu;@9<"05;5Xݲ-*_$ji@AQC}Z4hT6dn"I!.ɜ05OnŔ$h'+J~o@~RA+;U,!$mjޚEiű(e9Vk1loUtZy봜L| &@6&EjcJ B01'p Ɖ5d/t"q]k`BL=OZoBnpS BTRGG;k˚5\xuJ JF1}$2!O\GFSDEGulVΘUQ5V˥!bJ$ѯr Yft{[AL!S ;9DFHYs/$jxf& ~P&  OG$m;p= }bϤkW6d Ý¿xdԃGiGn˿TZ/"?W} qa\p2tko{) igơ/f˨T-5swfRyS1O?PM7.||$$$bȉ jzٛ &q޲N,k<~kvyƧ~Hlj"5a%k~O3;n5;8(V:G}A"Eg]tS rmuЋVD~'Dܪ󨛭e?ہiT.y3[K$9)7xڿC : iϓ$413ȭCxq7  ' X<󚎀L kmfz-KHHH) F+ 1`R ,V?CA.!$Q;RHJٱ>YԷ4&Yfe1 u<\:kok>¢)ȵW?(d*XBT ]v fC0D@ٗz>g_Z**rL` qi5 hں5݇;豍F5٩iO, z_4T_ݕc[&ttC.'z 99z6Ẏ{5oN?i-z/L߅}5Gd\i}n\- t"vyD0,͚q?~d ֛I\&24#L'~J0I0266 ߱vȟ|j}~L|ҏf =Q4]HlhF.ܴE?ei5֎ۙ"d]\^NkXT$2/Tۿ*(}|Uj uv'9#bΈE@ΛN]۾+eBuxYԶzG/+S" E0 |wL3kSs'r gWvoSu'GR>rܵ:/s]ZگXI׽dLWˤ &}0|#C " cvB)[0piͿ{3qyw ^3ր*e(k8z#4o.~c?PBUQ R1=ocY_%Uk0^[C Fg1}!B(?Y-t.^/TS\ns?u6čj@4{KoJSRcb%{qx!ˣgoZf9WD ?᤾>mrZz7BSx}hu?G)qAYRɻ_ƌ~,CYS7 *h<L&e-#}I#-I 1](Oʐc59K©[+7Ty {C/hL`98qi!RcH4B/{vGMY~q ->1_1lVegQ^XK8&=vs=gl90ᾞ!W~ 1yl cw;5$,|oAڷr5eʼ>t 暟nG_f0dI Q`/wo?9>NBMM(  gekA 7!0v~WުxpqΨ8gkSTJp95JMe&m1mʾEqb"T9?bg h߿@ClursyF|xg{9\Ҟ4Nj_l22xxۼ>J~ggҌ 9`/M??lE}mJ=Rc-4=j,Csi$:]&F >A@*hW`w=_^'sk'gMإ',CRÌ7)Aӷ ev=@IEXsJp6}A3JVi=x ShoP!8z[]mO\_keLSEi7 v_}6Fo:Cs# 3n >zUW3!As~2zzX=XbvM1a,60ɛӬx+-s tήׯ+nٰևqi.?>&{UXy_׀Oҡ]ӨYO_MO渗Rke;_{WMGg>%B}P{U?i/I"GYy0<:>^ZGQ 8{)oK-MJ:Kp?Wob!&|HP Tsr]68[vWz6% :ܽfgS%=j_tWz+EEgS`ᾪKO%~6UUc:ԺHDl 1nx5l1% .q^j<ǛA:OPuyv~E7 WcnQS5o.C ,E_'Zn[%R)/5.WЏ^%_IsbQܥk`mU6֊G=kw,{+*%<$3tRo\wgK]of;J{m?{w0R o:,MXѵ tvoeQjO{gQa6ǝܽ{p.::ޛr|fjQTj CrSVqu$#}nvJ7 vCQmեCC9:'l%֟`[KWy_cz贂1Ϲ;-?jwo 5'ni\E|ܥ^+ ^ f>;1_ӏԤ>0+ߪ#4߫RyBvR-&;r=/ïS4{)qm{ŽXSC{zM&mi# JP쳵!uƹ `+ a7Ϸv0Qי*u4? C: Tw |dَ}ұ\5i]$_DuO,ܳ]m1 `p0R~ˍ WaVZ;9X8=7aGIWߢ'Pg}V?LW~!bU]>\Fo I=i"yɈdgwL[ƺz .t)Yk꒧P>⫸ϕUݎx步?Zjg}z. ZUYf1lw<`]#:3$1rh~?U+C9#X|' Mwo)*uL{WݏTNš>'6dvgͮ<-̪XV 1ANL|bT7H'آ#υ( zz8cHc[`*NaUIF?!H2B*qǦHj{& 積N~&,&v@`{s:c0qַzfƦ^zţ*õjIU7`h4_ , "byO 31Vr)Sdž-rKxƏw C qkrjD@Gl^˸wHB<A<͜?.ǻ\6΢kad^ʾMK>?T̬$ <I%eN{QqTo=WP.\r]w=+2C^{:o2i))}O qiǷۻQFM+z+pIoS|>](זEO2yR'n:N{MZj36Uz=n-v=uyc-+ #!g kME>%GpZ ԜԌ pR#Oq~F=(˧墧˔l;:aM-GC|L#PY#dDۘ{*c1\Ւ|Jk~sGo Dc`c|2gk.Z/vv>)c|/;\]/7axڟ-y[Mum!Dn 4Lp!6$z9a yw9:.X}67|n'sϬ2(@7H^'w4OfXNuk ݵH^[sq}akᱽ?3'=dQ{^ryf|U=wٽrՀ&t xc5_l NX*g<c3W\pQ3G.f3_Bk*]kGP  t)DT ʙ06?@gDU9hb h &)_N.xm*߀> %":(9U\H+" *D|q+l1D<d~ߵx.@xk\ b3g~')>;؍J1b/j2)(YYEж )1Df5ouAfIֳ )Y @Q32ha.Mܚ *\n3H̺`m3uSww3SVT0jZ uݰkv堈ɔ @D IMNޕ3RAb]b屘-뭧4~}Lv \`VG9 /U$"G9n/'A(\'٘5#|aQሩnR^V;;7-|r*~i/Jv?z!R "YG|/9LSt!1 q]h_x/^r6i#Kgy~a] ڌFyu\_[/ֵ_r$w=Sp󗣟|Eiip۪LЍᯁks9o_A˨ Cߧ ߒ -+{ D:dQ-*Ws #<{WMh韪a86nW;)SVo~_kWs7Uַ/+ݟX9(0 |KX7mji6 z6x.@} .-W/O{{\5,gv X9prJͱ<^u줫-!fNNA:R~m,FVY.c?3JJI}]LoWaHUrΤ~"sR !Q76Zl)]C*±^Cnn# SU³?|]M9xѫ2dXVd Zc61;q4QHI&tqEb)FaF| /չd+lUׂ}W^5*xy{kP; O.}VE.R؋YxlAAeJWE|i֠y#?'tpE "a"ccb[l"M""Y+{P?,L1D+(,RDZTPphm  Lĺt]qj̿/_g-EQܟQ?eyN2cP20xHうcb]bѫ?<}[-aQE)mrs3*.,_dHx_M7k|S-}|ݛeM98n35fHwRuR @盇Z}[|58QjWCvt`?osJޯt~|gnGo|wɏV''OW~ _︢r?:02L47G[wgP8uD}nzvv(# 4"m8djԒM_M[ 2zۆ66R#\pq ,E%AA`O֦ pȗQX娳3mMo )")ztqDȊTpr ZL URB@AB 4? ]* D ;誇!.UCSQKQ& E[E"z'hD[-+ jLb׸umq:nEWk<0>aW癚m8I G>%8; Og'Pߏ {M!]ėNܮy]1mm|xO!SeZ >Bz1}-_ b,9,aW+#_1. }S29=C h'su2Щ~Y)h1iUോt1Y BH,hzrA j21A,mk+(UX?զeAEkcXE*[̬C, vK4.N#-mfhd~5pDIJ28ؕZQHXQT6VeLK'K^փc+[914ԈQk@N:,%6d,x51%1U,UFJqsIڊȸªG-4lwl7s&ٍVuftʮSI92wkpr tthg/¤(2ł$QV D%UQJ%B'tJ'aonJT$Tb%iǯAރ 59jI;*ům{רG׽LOTs!|ZۡIX,*bsi)y֟fR,TkU1%k+r֌`UJ Z6mZZ(ӎ8b`9k6ZQb.&q*9If\mJ(-^ 4lҦ5QI,fyN\ަ9KYr1V#"cam"adGtٝZ"uN&Xh1T`(m1bZVEZUS,#l ڵErT PYV[@tّ5WzɗE2m(&7V9Vm1M\1-V*(b -K q=ųHF1aߊ}e6ٽ6\;gьr{JJPs?Af~WE|6:wǷ:Ҧf??ůeYUNu:nVnZ'yR{q@"lSC?גt? ^.d%ZC5c9߰7L;.ŋ8A[ED%$f`׺#3\+^]_f}UZ:l2e~{JXm^UL {,@8M"uLj(TӍ~w V{ C2~NE>>mBk0-iM~*~5&32f$\-A4O;]s%cE-GjMHz.*y}g۳7ř |O,ǻV*%9p1P{ h  qQ=G=can.2%ޞZm`Et?n_yH3R2M7 h?={rCN!FQ YAXT*bL 8"H~71P+E|l~_vuR&w|^R-ϼ}7SGTW~d侯kZPM0TfêYz յp ?$]jȺ5WD79~sx˨gA"wii_wgmLfOzqq\?U,PMs"}\Ls*TTxq *\115n X?|\w |,[h#"Fk,FK4b l]O2TK2n!.*%v$rmU»}ޭ yC/J'.}ivfYZOpJSRox9kG8_M}>O$$Hdg3M0H~?Xvd["G AР1U[{cdµC8T]ސULܯ W3$3;.͒N/2wn5 A'ijd5?=d*GHFTb -*F!z~O]H%4R(>:f3E* $rfcwGtnsw\p;iln9I ;wɸx[f{Kk-V`*@,BFP90@DQQHm;L=߲2LH@$pA.~_;m}{;}7WEW破~INr[[i]-,ǓȵQ--ݿ/pCI+ WUS ` b^\8 J4jםqqOomxv%Bէo#?$!M<*>?0<zQƶw{XEۍД!}h?UGG 5֢=U܌XITAmRY)XMbb *H8 \6?̮G΁dbz2ǎѫe6֧Ui}dDEQ@jP6`  c藁 ~I (s:A" -W5AL3Ȇޏj{69*AJ2 Q@*A$V tTDߩX{*Q_nC`;k<ʥ&j@J $0 <$.PTzTĖ14_g TK T YY Vb6c%3 9S (*V)S G1 @F(>ćtp*ؕN_|jKru r3?վj6*>"k%fZb-󴔼;igE 0@a$Oˇh稞~Z/ާ#kd>l'Gko<FsmwgEi6di'd.& fx/wBk96M0TIxB!Eԛ5m L`gzwWR,L"AY@/A˅{_(8C_"k'ǜj"'PVu`JoD@<|eIߣC_A >O3y[ty #a#~)9,\ZFoQPT~IDHmIݵTء-Z? &D"!9AOȈJ &@ D =E6Ulua`up,B,Q9E*8d10b M jAi0Z($Ja kqî cnpP|t$kN=I ~G8AX(*]E:\_gvC#kEPQdUwPSf q>FOIsu3<8ʵ//u':dTe;?_?2(dJMVa >)-gMg&""%;g I0NPx7' y񎿥Csycu ц-J\OI,``3M@<+z2 k 2cibJ9ZF K+[~?љ޷dy G$ C/j?_C%A~q.T༴yղÉPhP4Y*u-qC@i,F*QDQ"QEUU+",Q%e$YH3ZbJά;JH1A`FT( 3FIWTp&"QAR#D2tD8fu۸`$k H,ݲ~OA^,IRgWDM014a1X)6ɭNy烬b}NmŁZŝm( ֮.&aZ(T2Qj]H!,.P+D4B* ~v&*nq:@eN!R <JSn?Sft Äu7^xs+Mq,6HsSi1!έ㛿飬sm dj&qMPO&Xu8%Fb3N:IR.scݮH^=9K^I1Yמx $#yVŢ"L Hȴ3zuXyp *iE!Z0PdYdiL8B{,Ad g|:YWB6qnp ́(6`0 uQ͜%:q ]{T^ͻ칧  4RIρm L)k_g=}82؉ --* (lsk}021TcsU<}\7י .ŔKQ)0 DsG02A/|cPj?4A3^o3.^u r{GX[!HZ!\x^5\-(!3T\*1d\K*AƢ~7t22Pnd<h y#i] ՅfQ^ u{P {Lp0pTbb\0s-\iˤ֬mwchXwk 5C;Șn^uWSZ&Np ӍqKvfbn$*N (ܰ.c ZƐM)ӓ UV*ѕ* !H+Ȱ\5C%?ã=Κ7t"$$m?J4ԀB{UKEK5MzOY& ![>5 AHHAs8:oopp"C}B xϡyAœB׷Z$PE@" T*ZWD R+#1ͨ?ͲIRqGs'w߽}F WST|HPRM&28/jŜP%8 +&DqD$D 4޷I \e需3+޾0CD-F$ >5/HQ 1c~-:ڻ{w_K8G4@2 0ekvP  yR`}O἗b?'p{0ӎ %=w뺴q,>f(l%bG/ަ]dԩ$=<т2#"+ BPG*A"sY;:h_lފMi+uFm*%;QQHEf5)fNZ&PP3VJw@C6T1 R4uj=pӮkDA`;7Au0WTez^.u~ LgcIQam nbE,E0Y\HNzFTj*˸*A?RhQ1 ЬJ?~+H#<~ylY H e.@%W9M_$obsxPBF^@g,Pj)gχԡ(6-w,l.zW.6w*V*("dnd dYN:s҇W@u)oה6 b`Z7-msI#"";M:&]Éwk, %FhѬN.p;Wflvۊ-3zQP٪Bi+!mJ35fuPPVy$ˣ!$D98#.بycyvS,*@9q"_T㱫ں5TRb"I9jD$RA@$IP2" (hjފ^(H?1ꠥhD|: . "Qfֶ VE*b̊ *2Bd3`Vq̸2`re\&qLEØ D@ A1W/qqv+Ntxޚ?8Brzߖ>-eZ[y53߇L\"b L'"2#;$qwR, 1*Z_yn`hUڞPq[k dn391 HW8Ĵ_Fp?DZE0-1'XE$tvhR ʠd+GFwjD{[« eq>oզ7a?j ?yL}x3GV?/FZM;v~mVPzv9s秚2|LkVMΊ;?Q5+ʕRb;}e'+Mp:*9LJ(aDIɠ6!qhw}Q~1|LB_ H!A>8I,f k Z6Щ[lJWEad DH&w:0`14IaQkX\.B 7+ЬWOVg]_]>ý$ D y+PQ/yk=t8)KrTq~V (a/CvQHB ILQQfZqj " 2"Ȣ \Tw@7bnTPګTt"XQ9ydf>۞}]ˆ!!+:֘\YMR H0b0hӻl1&c5AdP hkCmc f34 )͕01T.}[8qt^30hҌKh}o5?_ϋn&Wo^{+(/:ϛ7W֕f~>NRtdY>zڒd`nped InrȺ55c&)7T]9|^}.|h\a`lаZgu*ْRm%z~pɌYpY :c0&vB/,->-ÐЖFz']Y>} ݧؤʮ >~ @Ld)4Ŧ?EI{Р1#|rˢAc?mB;N`eɩQ`Cv׭d_H۱\mf)L4Oր|/阏sm DZ'i3 KUmg1ܖ$>ܘLC$ T0\44&fakne 7)WCϛ$Jb-&Բ/:n M,/6!)^vU-LBX q?6pʸ{0E/q (- PX.܎ 4Ds^5zo>س;;..f &V_Q[9cJrknYc=x"Ry1̼dkی@B2;Vu(1Y3~0]3+Qb F&OɔL˧fCP&&La/Ԑ No}&UL"Ŧ ` " {!%D %j%d[A vFBFDE4)k*Qv7,e aD ,0L!9o~i!J1d@2`LX)kX Ve&D!t49JH?v?yBW?ip4&Q Qж&b)@,!1$s*3cHIMۥ]]_N@W־Hymw=$;w:bNSY=,OD$0~֗gvw/ak*1%%74|z?_EWb0]N]]GKn9/n#7Sk3{k፹.Tƒ^iVV> dpcG}A< йO,Fن}3Vߦ9Q?|=pY-L_} ꑐ ?N!<֐iA>u;$-+[EשoGKg.C](~NO|ߋSzϾ6;K* VFb*Օں`IUID!i*1 MU++V^IKj_i^G%L2hZ&#?#x+`ʌ 0f&~YuvbRyj=t-zFaq:2a Hq 0j@c2ɦ" $q[藺'ogwa>?iL;9h#nrP:o#d*@PD?գ\W-{ĊvM ^@Lq@T* Er`fas EDDU~,7TCE$Uɏ PDRAVPU]AR{pA9(Zsd!2u`$`jigCv]3Qp}o|Yb/]ܴ~wk̕hލd=+Ő\k_6_Wb2cqχ@ - /O=/Go_ۈW/5P1> 3B:D+xTV@MI!Y|fM.tyx%*`/_oMD&Pޛ2\Ns9ВJyHB}iw\{mSב2Ĕ$Fka\C)T[\2A2PB:#~vQOYKzi}]FOk~n#u<UId$D$HtvzPeۣ -sog~c_̔ >S^jYyaJ=! B dQ|Сmj %EA(,ӧsZ|w{>* "0ȴ=|bGX[J]20[MEb~ETxab}os獎'?fy7.wstW^cM>apwehw_u"S۟AzmCYD %bg F>IG(L"ٕ j-* 47H U)义F*]VWTjܹ)`+;:>IO}-<9hͭRC.;WݴwD ^! E0"fD|j*i:/9{ϛ<)lWֱpj8[}bp!E$$PEؑ EBٙ.tX q6QPʲ܎F@ܒ)ׅb5!Π1Z&HV T1@Qy)A1n2v5 M .K%E1ƋI$ݨeڻ-'%ϭlwW+$?&rFBc2IWĂ5mxy(F)xh MJD$;QQV<_ jn_u +xg7 Y(U@y^3iM0ﲐ'TT~NOozul.h@*&߇gPo @B2G2/]nf3"g|lV:@d@T%aX.~[ Ip;hDV$Id"ɴ!mY})q}ϼӼ*u5 p9C 9::qw",fň_[~-zX:s8 yߡ'4d,Ǫ]sNt]g) tJ&|VYM+Ji1 &ٽon][s\p~E4 ԢB@%ju^\&6v Ë_ hh֗ -ft+GN@A쳮(;PpɷT7Fxm Y@NHCWc&&o Ueˉ  4CI]6*`aR'kW!4/5l 2^qZb(ayKdmH̳ؠFoջls99Gf6f7ɟh^$,ܙKȓtr2wdc0' wȯ`y/+~IɊk)Z^dWDm]eq+&$=3n!^ujLA@ UE#ز\QEovunP@gχ˲o1cn}XR}0r*PHg6%a"xA$IwkIr,؆[<˦GDXBoDMz:K,\QhM͑75eĹe4)ɝG Se{k (%E-̕[oM꧛fgsk;O55 R>Y TZ]MpeQ|-#4P +w0!-22#A7H0ͮ}3h$ɮ2Fb1zL } ;Ss-I!@X)A/ߦEQ}Os׊(l#‚Ӝ)HnHK4aZ;S[ FaErCv;P[)d!9nfOb'jdeJHF5WvND[- cÈmkcS^Z kUNobT XT/z.J5QtXX|{ִjx؇HAu` F@gQ?=%r),yX(lfF ES}ne7L=.(yeځDgTUseܺ{yKcB}seD AGL6]Y_/RDĕ1IX9%/Ct}=fN|z}W{H~jL1 93h#(DuԖ !`_덗ρmϥpOb *f Ȩ .?ԈCDzX*#P` ޓ#6ŏqj߮FN+}{; ӒS`)ŷ"y2={ g6jol.6ٽP og}|*ˋWBd,GD%|RzeSI6[a]?H@i(<[eiС(By}c8b^ci~qMopYlC`w~Sb𫹽sYTt(2 &V6 J==k/Njֻjח8/a}D0NF&"f *|a!pҳJMֹ>*S_``X@Hr˰5w֤wDmrrq^eEP㠢!?dɈ">z 8!h" )hH5PBE|QoʝD@}#p"^Rn9ji c|9?5ىnC ܛ;{~TI~{MACKә:ooa5ΧB N5}5KrZt&>uPQQ![6N\?3'kxMUx~y]'kBy\x44 DȤ/DH`!dyyŵQ!Ul)iXÖu _ D`ԕ3nH"eգspn&Ri)T-)2)W(߯F=38Ǿ&t!8|w~Ǵ5 jq}гŏW8mV^K{0<<&+iW9 CqD\!jBw*+KhT)uE0.zF9"22i at_D tғy =zk$rnG:f}9ޖMdcOHIj4Kj{^w]pSeI]-e+ k)TY mb ( <2QI*x z `0!Y"8},Gېx[Yfpյ }TI_އpkO'?oi\ZVQ$^6Po>iOg1 @BhTp᷹ݟpr`ǑCI>3(ͥgj ,t\DrtiWxpՕ#$%v#/ɵ;h DdIs O!Ẏd` <'V9AsE=tߚGxpF36&㔦u~*:?NZPAE,$A3A0fniC)^׵?SZ/=S$wQtKzij)덓 >dPF-{C=|Mq\vл!QT5;3KTYEvⴟXC^TȿED~LemXDp: 41tHI=MD^I 1"3Tuw{u{ zG70G u``фmIw $II (\Xd6Mw%wfp5[>膺.#xu,k5#NBđ .h&{yL,}Ш9z,(՛.٢K,懲':_;*jv#ACܶ JٯoSTsm ż:R72T nBѐ;舠)i(;(6Jm_?}J#w9bt ]kJ{Ξ9}U֯} \}<oO3->~W%2\YӌCS,dH$I~v0R]hIwu Q9Uske. (H4Ĥ44ӈ0Xh\ݷv|ZJNԐ޷ڭFrt,II$ (Hhj ! d.i&x>1H;CDI:( *>}3<T NǮkgϣǩSN[P|gi ޹@x6'9.XY71lX[]*tab}e$Q#0$9%Q^*O|\z0SLЬTWm=kt\g&B'VSn%:,.n ZLb9X1e*I4‚Bl%VRX{5,F[}Veͱb/R@XDf&ReSxquxuiO#_>#OJ&anU1ȭ`[jmRųRYT0Q URC2*)k_Z_1[ͬ8;n7)!J$IU)"e$<>|Wy]͙)߳;u#9!꡼/xóB7T 0dV̸wflkz&$&w["7]q轇NZ%OqѾ&)^5y߹x^ogW|dO>N **@|pJkǠN_ :O jo* eot˲1IZ/"F(YQR- &b0fmZ0IA!ӰU?aa xsr @dRkFL{n!:YS.ngL9&8㜋ݛ@DsJrd<{'lqIf\k֮4qRO$T'c$l3^4șj#'j9G6j@;. <,m$ !՞4+Ů4VWs TźqX4AdQK-2 ɆVNBM eZ G6u[{X|IE lff4`nL 8>/s6 LgZ4!resbN8KU1،ˢ.G0@E4IJ4EV 'cQ 7jH(bEeu U2 $3kMg)& C ΞPQwҭEKPfkIPTETGݾVd]L!6Dj5D;F7Po;Q;֬UoV+ٯ6H膚CڣdA6k'@Q QDEPaTEd8liF8ʩk\8`DQ~[)ۯ6G+- *!,&΃^Z\Uw MV'6Lki#2ƶ%Rv͵=ZbX1nn8 (ZXBH (O6O;ϸGR.PH,7$cMIQe7alN9d z sA\dlǝhd#=;ՄS# <<BNitAjN7Cr DuG3™L5CCDKMfm8 4AyBHr͢'lxΒ^dY w0amw"f#$a¢8wHXfHE;9&Z8,"(j el^J:pړ\d9]W7:p !!Fd}xGT/%BfXBk 0 T;襱O'=D^h.`T`((e-Y-`بD PUJTb'=p뤃v_ O-8&b$۬@Bm6 &Y k6Ek{p=C!%!ƙBȅh5ꂙdzaTY .DHA5:D@B U=p1siXa KH;f8_fצ!ajgq5OY{  -Y؂ A#jP̮-4ɾ_6efy-˯ bI%3k=ԙDR uno6ܰPv`"7Cm2>F{~շ,̒QXYJ[o0xAeD χd  rXXgg@?bÄ?IrH v őHUS)yQ]dщ?s|t~=qlSFlK%$攋x!H?%vɦC$QEPLzbȡ P4D*E[" Dj 렖KٽsIÃKϜ٣(NWO!p<Yl4.k6!gs3$3gSSjm"YX&,#c&?XVf֊*s8tFH (ӢtJ"xMg3mQڎIo.}aiwT}.\.M˔iq9m̤+ż])'yD%|,t l!Ǐ"}\բ1D 4-A;4fJsJ |F*ςPY FsHd[&;2WlR  Jan\+P9*VՖHHe=ufbN8DEt5dPd(:5柢NLytt=|lC77305eri6jqxXpM&ɗZa,d:XrqaFfU7 I%[uOuN5'2.\" ,Ĥ>,! @!S4]`5CHN`MZ!}m8ݷ+'e`21],a@OW*b,yY)ybvсޛ*oF\٪7k \PV}3A *m*@S(hOZ7?BI Rȩ ",# g20,A$Eѥ@Cz<3Xl!i,$0b3f5\ (a EH1 dhөl7 R RXh M҆Y%!&FIY=dJ IIA`y=MȰ b ,0) A$c$HA"$a I hwdqBV tY ]FA%%KD a*B4V]Jh`]W4DDbT+6&`4CAWS$"Eɚh0yJgC0#&%I9ɒdan +%@ YdP(@T4XJ@6fbKD"I)`P`"8Pz`M7AAuI"!ddC[,50,06R< Ѫ D0Lޘl 8F` YJ TE(0 Y`` !TZ2LT `DT),$D# a5! /P\qtx7Q}j.Z~ Jrt(i$?ެ R2qYo-|^#:RS̪~Wn0 i/rCnGmojZT́DcP^cg`st=h|jÏh3ԉOgQtgmT@.1"d6i, w%o&~=İE9TdNPKY ~oF}+ srHw*|k笪hd(uQy&|tv/63oJ "aBAO+`* ?HV * X!Y `,%a@$!&w{o;5UCEn4M*F'?B)bH9zAB 9qka4pg2#+,̀jȄ"Dpx-s8tթ'V:`d:Ķ==_b y\WDH)f%,̢)_O4^(BD&ks')rvƾ?W73 )|wҲ^7!' 530jZH]zPEGݒ}b"|^Cؼ]3Qh _y bь^y(jF,j-Iإ" yd; z] /-̺p^r7!4IhO $Pɡv EgԄ_Ikb4xi+pѽla07tkQu}Jykhy?wk{|ƖҚZGPjSØχ_r lE8ˮYp0U%Z9sἕB` PfsuuZΗ[l, Y.";W:ןt~/cp4+UO[Ȫ~'0`|XhU6yIqq<ƞCra=}a3.y^g8{l=S?ȑ0VM_2͞ J |Lm; 1(DYaq L"HX'(/ƽ}o`_fv/3xIͣqI+4nCȶguξHŕ3C]ISx%,-y]2(:N.ekfBXhkj9kΘS]*8e"rF?Nw r䎚bk ,.՚ z M|Am$\I9'y.jA5_eM 7ƞß򪷵ngwO& 1`JCټ[ʲNz&9yA]_KnCI,ִZ81ZeC"XB=t߳6D79DK6);uj688,I]>lrqZv)ǯRR<ꖼ[ڈlH˒Cf5ܞNFٌinh2k-lUý 腤a?q",߾Kb0_@ dɕ$)l_kFҤM3.b֗+ΔjjJF/5`zJ a @|{ZfvHfQ+q%[ǩIfæ\+3=S!iJ? Sr SpˁM%;MN%М79f^w;+R.v6cݱ19s!zkK W ~kԃ ܞ% k}[2YWUS=Oa!>cW}*ny)z'dÞ*'r#Vb:K2 Sd ߪ]W0hgOl+ԩ/Ρio伩 OZ&6gf%ւq|P>:N=ӽnk+Dh֍-}CѺo- )MVZY:~*{, ^1}/^*@?;SHX#ulja*$(-jdzoDhPb#Kc:'xJj3~FxLI=L ]MWPHа˕0rHr'2cX(Ӌy]?6+ wu1;F`+&`ΆhU@U s$vdu7!DgJcz&X\O93NeFBZpM% !dIl}ß xc^p=Q)\s{w5b->9Q T"RC,IX&Al)HDQj)?>IRguUU ]gn8܈{e.V .3xSᯊ*٩_GomcrK$;&Q"86vt:֕AWPkSKV"nNAb\%kAXMP+*W하tħkGD'f$ZT~ IrWYYAokExMXhVkK8~=ޮOsݎ8&dcf<@(|BV֓DsOvǏKmJ:> t3p441`Z%(z_N+_߫$ $*LIv8y rNky 9Y%ZL pd€>^ԨL)*(5B@  J{:5%1zX@8ADU^x]NQi0sj֋7+^^j<+#J.0#x@ԍ<$W}NP[~P/Qp>7Seu!Csľߏ4; t*V.')Ckzl Jb]d`lA#pZhc)QA$ʪ:X"j4`Z %B" I&!$X!X@@P0m,s`aT&D"`T;ձ/}avH"FrD5|~w]}ʁ/( -1ԑ:[=T&:ryݪ?띳jrRR/񐍂F(r@pޱFvpR=q @Yg($|3Oy@IIIH$էr؁D Y](&sf]VKc1rie6m<9L QWI/{g;h'x߾O&'ЩX߮@U^$zW8FC:SO>~ޯS'`m?;ͶʿZ_*jwۻ)Ke"7‚ y:/1@û뷟?nNJJ1s 7ɬڈ DK3w\FU + b:']oMyҪ90Y TWVƱtiI2R3pZ+%1)EQ bU X`+#z$@f|[O׮m7@7g*Q]Z!h+"TBԈVX9H>9ze:P593` qJPt}mko:k74@2p@K*ȢsNg~}\R˷Ta.o C;}TOr:EQ~@^ 7D. # DSi i`"04bp4_yp-RY>qߥ>΋ϿHoRMkz 99cHBhtN-s8N1=#bk1bT~aB}{wWcIe- e_!rY^SpMa =5$l5)`G,CуQ*"ۗ"#""=lh t"ngAuœÆ 8ن'Yku_{uMQeƌpQ!1.~RUW'R+3'cƶ @*SBDFY+/_vޞf)3_C0&)t=/kVH'fFh @hfCyXَqQvGC*De{#瀾*<1ʓ(DRfhzI8IȰ%a7(q젫R6C\!D-73ɽ( \ (@ jbg en]~<>nª`jJh"Qj55ftթ#f@5"8) 8ܴUR@DH%7&/}́jjcT48tþ9/{&! m!( ]HDhȒ:1 [zŏ ~.. y!+8põ$$;aN\U`*hQͯ0Fg{nO_ynԯ>^mj vR@Vijwwʷe8k `1輶DGƋHh[N׈ɏM6J^Cp'~`BFEI:`5Ru1~F AP8m &`o%}9A6J.`E(g0g>BA HSyKB#9EUY\$_[OܕJkqȜ$\TjCMG [IGc|5z g?2PVQւr( @U,HԴl"fNf\^ٽY Yo6yCHπ;X>sşsGK7J!RJ*>u97w#Q. uPe fAލ &у|YЌdQai X:>d3% R+pLte~}Mф \dD\w`{ޓ03Fj/oϝ7u}SnLXXJ=)PmB:u3{v ɽuvַ}];A bYc1>Gt#$.7K_BTy#w% +@zC/.CfhqGhA`k8c@Sd:>s_!| M+'CznD&4ȵT0ċHI˻<tQ&E{fc++ `!Hb,#"9dLd*"b"5*BX vZя@9w$CLZRh -ȫtżSڃjº jYQ0wBa"<=xڧ4j taC@N㡼ʜ5:\&I`'$'e*)J%ʨDmXh&Z*Qd s"߅ZP)e ڭtفȲKDSRvDkuٮɦt;݌k;[VM`q]kh O*yx䓛a&IRSpM <7[VlJQMU CRPut 9֋v M˱et=* +Lgs&2Gu$Dd4v7N};X䱁TKLD cUem;1]̊M:Yk)5US@jۤr+qҳ˦ݰo_~TZ}[2׶D ߀LP9"'ȟ1_вjk@SO/LQP MYwI7-YC-p^ vSeb&!^n]=Q*o M0zes2 Zey̛Ca2Iwk}G9$)rr ѢP:\j{ j2),?[nS;A$'94]4߁ӺWAP(9R;)XT`aCI;a,K( Twb3^lQni qp2(QwؠqQ:XUy+\;H`ѝɆJ_h1$X̾pGm*FIG'a  i- /eT)$y 5 awm^j/S=Tx3w7j`VTWdrR!t $ EXe}3/ICfL$|u.C"^ y@4! -5*ܧD3|f` AYHERZR|?<>NVCz:I4fV/~) W>hx>Kb??ᬉڅ,Z lu*ނ (PH7PnҰ% lba~BDL2c,~;awOZԀlAgp8;֊Z@IH)a'o:~C:F9j}30BCM4@pX@pVFAE<8 6Q5 <j:ZW`d62_ f~lMmp_gln Db' ׇ#z3"$f@+HIR(ᰆIl‚6;< ]oFH/hhw$܎ؕ_Xg^#Okw1Y2,qv^ g^շ;v=+YdDI $x' ~d ѾkS?dՋXb ÔP@Bj*t#)8##+Vu6GwwW3N)\xdBfX?Z#("X(1$ >r\wckTH  >K9'r#/ynbt݅URHR)Ua ҢW҂^U@{˿& XݕЇA: Y"B&bA~]& ^i5 Hc7;1=Ϫtx4[4\hĆ2EKv?B?xK嘇VZlRH7) (HkD xշk^/<{RR (Du-@JUc#|%e- Nm_ec#ʿ=#:x0>t&tG7OK0j(uP mKI!H;-gpA& vҶ.mgɿ5MNVAPrdN?\%/ZxKO6\yk>a1Ҭg;5|>qTEET~"0M=> U1W11S fҔDDK[Ma}ӒJYƁ}kqPPQxDH2 ?q4=;FSiNv+Se)z͟Jw?EeZ3wW0OU<9=QTp8R&KӘ ?3~k=UiV(r zΔ^?U  t  DLHcp+ydQD^9ˈ@omm$OW^*(0!G mWklnhIXw%/W,иvݳKͶnzu~H pͯđphU{6 49h,m ٙ$AHyHx+>FO}WH/sL"!DyphVɇyt_x}3sZ7o,6|;nW#ٟZPYx?9?/{?qd"c~@K˳T7Sԝ֋u]<߅*|8_3z>aYtp3*FA"˟sT&<#S ]|M.cvWml0 $YTA6 v,&P6akYIPb_^9KRD'})ku/DYnheD H $V@REdH,~"֜ -:ژvdzUa2E@H'(e5@D$F("sHH(K&$fpo*ęNZ$Ys+Ż#ޤ Zi*2y6;h (3bLR9QO{%u~=̒ii7\Bc4)$',*1X3}_ @$Ѩӆ($bͺ鶖QADvZYG0L HQ0:Zȉ' 2BUh8_v !}q=˂ݥ썱|Pw#kÕ_23:#am74v7voGJ,D6Lj)KËB"rȈsUAO[= 2C6de_e'$O\9rb`Hy'49MgCqŐjA[S3`Fba9 4']_qpɁ[-DHAԻuDe8U0U6a$H[C۸HWaizr {eN,93d@I ~U͠}͸X?HVGw&pY2XKמ)`=F|QO1:VxfN=ʤۑ= B) l|8W OdPɼ\ML ~U ' |hk3zẍg4;[.CeZ_V$ofe?W-Gqc=\L$D\{*gQصG_NHlNǣria\pYn#{SS"RhN(Eva $o# @uAosiЋwdg2OoC+b8er̂ y:zW.#;]6v'E_.[+]qrn&<ïN;D3Eg`{: W=_ltɰE4 !% &c\{Gi;`a b11edUAEVsג W&rZOkW%0;™Fqċm `isꛄj ؅³`X63d7PװWp2m,?1#Ld@fhpmySںj{N5mtbV+_dhP "@F)B`-L ꐐ~c5&L'1~}l0^a:qOuIva Q3۫M*9$"Q17sy48~5^?\DP޾h۳ %[~bZlkAbčm{o#- QQ % iȤ\@fBguM咫=:hûEx h~miwc+^9>'^(j&X߸̍ U.ʳ :ş\2k\[q0ɟ2UPWtAjKAo82($*J$!I:Xq 8׏Ԅ"{ZBȱ_ |a{w \8!+@[Zrd43j7]XoT3B%WӒԎ25" E+|xߊEA1G˵7? wVL&d &EWɬcxZ}ߥه+6{ lrQ^Y[q N&KYTkϟ!@|iN3] s-d37w{l հayŪXw:sNZr;yI#ͽ {{ֈ*@ U1>lfq4SJkqT uv-6' 8/C!VGOn/h\n,޴ggZFĉ  84Q,;a^1UW'r\E/RX9˦0_5ya-Xi֓tߓ4e M  xczFB6Yb 32=ami&tIx_L{V r/:ߧ//$wX:0^U~([d? ؕ= @4ƓD)0`Mp2*K HLT'k%C B eF^/@A*$"%;س=ܲ@w6$ifԳ7 P%=WlDPQZ=+FH\:##/Nu0 ̙i`P2(W/˿v6R'mBPD( ) k@N=̱6$u$sUҮ^\*Y=\W xI 3-r$LT #!`u CI⏁qt縪[ 5L`!OπrnrPJI)  zͦ $a}t*iՕξ0Ɏa McJ̠%&ApBIowjZq[mYz/?ce ಟ?7_J{mn97S" >\Xv?Oy> vP$XM /u.E pzBH!z4Y׾gHNoT3AVSu7NKRD;a/ N` [8kKo+~ݫnH^qDb9kpa_ەaf/Z:U$-` d~RP A@!Fr@}%=!0)^uNL5OկSbuo*ɺ!دc_ZU 0Ի:_ ΄j.+F֓DJwhB E*T^6&f(޼@@-X>m{A);0y<_n5=g{eZERD;2ś>@Q!R/j;}SVy !#s~ƨ^</q}$KnӮJ)Rƒ$9б}IIuy9BVQ% yD '[_va #ŏʦ"GrEa$9WA$WF裢L:HK0XYN 9zQSc$Z*sȒ;.pjYU)-+TVD]&1;de>g6b{&l =d=s[nKte5LgcyAiɉ )JO-I.^":(a+QHe֔%ɾ}A8m?e4AIBkY<"B:Q<΍2İSI^=zRm!f&lp]NK`IA B)3$׵ךCT2<֪HbO38G^LX^E5}$RD|Q>" 0Q6koaLNwo3h]sDߓFr=EokKRPHcuW,?Lqm g-FVsnL0Re5xdclb B &<9yOQ/ J {,;VGbn,Y@{\C4BH3E 4;IiF"y$H`L9E\ MˢaҤ]hD/1}@l',) Hyqrȩ*W||0}F {:FWGt02)e;LnDKQ1j]fDqQC>SIr?F="],`,> M$s`(˹#TRthxEC\C;cLK(y7m݇OUYsy1bګ#f+Il2*I z+2_•| R*P0O;RRun]"@4/o82E DFu}nt}IX^Kk_0+kըS$Hu $n2kԤ=3y@ EWEmd-: xWpLO?.|v$~œF%s9$N5/6m7ZШʔI aL*%ͼ 7cQ̥s:C3 W.jL`I"M0)<]KlK0ҘE>\sG|!wpy؁9H@NHp<6/g=h b$ "{RjrX@ &fD:yg)漬$ׄid7FZ,Hcq"7Lh(J* nS^C[l;'X\j]'|HMbYUfo0}ձ܋A#WtyQt'<$:fef!a.~,5 f?HrhCR01/#1AC[u:DU(tߡA:צBHI6`َ:jh!&VL[ N>nׇ*H4o['K_SS1w PC0SCf@DI(J9UR2(LHD@C]5J0H~;ˍPrt+WvÅD0c뭁=jGy g!KK"*dRFEP P ̂9Tijn48>=nBߎirדQKr3"nRMJ\SLn[TP9;I}aՍ{UoS>x?J?R!O_mnFwDE?Mr&8zk(o>PuK;`kR} 8t DF7wi`MjHW u3$(O?Ԍ?F1IQܕA4ۆW,cVezq lx&:7;wIk(3lTMe]=ac dS;`rƸ7mC *,7ϓ4-}U`'"d<Ek$bPIaŹ)͗xklEwbQd?z}ZÐedc ˙T$'TOv1*h(̥PpN( &WElLu!Jt~￰ +$@3>pCVU#0(7IZrp 7׏Q/a_?-w"FzYb*yڣuZ˾%g_ӱ0"NgN*XWـ؂ AT=^ɷ#A`G˖xiAV>>G'NZ3!s6eοո fqJhfyXLzDE_sE'<;}ow\ꌣFM#o[UVюlݼE5}8hnWjkW&5ayN)A0pQZ,)!@o'eW88*m&:@P[9DO\6wbߑo LuG$cٗ~Uq")ki/noFꞔ|a"u7e8A벩Cv M2YS! WkKud.ݗMD fhJp,#:#Ү6n'6 t>-޿Q 74JmQUԖ]1_O/L䯵]1lIǻ Aϝ횔wM!b{rtxsxƺEo9=3V/jZggұd~^sp3:cZknO3a!6[#>+2e'ͷw6ަ=NB&**6ec]Tq-`򴻬߄R8CjokF|~ݶ~Ҹ-jr̶r[RPN$'@l={( `/_GaYbO%q; )G}9WX&6H.&3T$%*jEYHauhCdPO{s#Z㳺9w.o! 6-ӹ-KG}Y慸Ӄ[ʽkp:BkTzĩ'[Gœbxo U39ԣ qɝcMn^OoU6[gs =jž(r^=%2/#b.o;̈́2-u WSέe;OtӒ,gݏ]T\͓Cb^ooL&fA~׎enhiAaH< Mu7-j&6՝~ ^2c2\,༂0"$0-@*"0Yp\u禠D{R8U}}-S.y}H]rpht>NVݧGqo4hB~t߉GU?{N@ΜӘtۗ$6'\gU5wUl3+izxz£lѭ~_ VƂe@qK2+w'b\ S/zYFxwm@r >6wv'awq'"Y +5;QA $;1)S-߻tC qʶKfsw(e9xg`qͥaE gRw o~lkԩs!{^֋A.aWve*:eƧiyYǑɉrZ\퐵O%p}jo-D1?.;y0,ewk,zg=3e\*ssE2dKd5e5Qm\h8krCN7\IXΉLU]9'b ۼe[j8o_c[܉CJ 儩@^6(rG[{5[jTYȘPdK˿wbSHYG 86+@q|@!lR66߰KZ- `azk{V~ov}XiǕb2Pmae3[<ꤣU#sֈn\+XaSemO=}b@ 3D$X)*5\XWl'ͿYݙ 9©3µʏc'O4 ׇ>!]'&1 d{]߶w}] ^hN=g>F$c YLņgE$"CQ}*8"EyU|bZ?CBy`?< T!r @h6%ĢU*dqϭ?}VspLޭiXHB KAC'Egꋶ?QW߸r@_Lz  kzIOAB><}S@?´"1V *,G&TE$Se&N~-_l/6#?CxV`mW_/mb+Kmai2{Sb ߒ%o\# 97|ⴘ叜ZZeܗ϶§&@'}30n#b(I=Mk@}XX09 !G#I(VH++nCŘfYk?TsV|-ܪD{^ bκ~dl]5 .ydA3Ǽ!؂[.ld` >ɛ^MuQ=b*$eх4<#@><d hFOO&[.HC/ǰ|f̰E rH !sDzݹ2Q _p*_,x-pf1E?ő~5hk4 aơq'ԕ?HM"8M;[[&JY I= I!*W2[X@y65*!!,`,1 `PDT:! › ĬL_z =]5f+m(mao'~}v#~aS I%G^QٙjYYd^\{CIcC?aroc74`"dADՃ]H c}J {8o~4dx$_?z #s怉SFs4k5eGe0!&tplix}Ƹu}$o_Aѯoo-ΕޙDjBwǻRD X4&R'՘6'4x}lpIN.Lhԃw1alQ{)F"((Y "FR7$\4Kmf86pu`M~&&&J̌ȫrm.ʎ'<#IO,u3HPϹw=_0?3@ 5COr1T@Dm&'d}$B YUn8(AՀ)4 e `T[4j-@B2iHh`e! R!Š750\NmuSҽ]bu9$RK@H5 %(B0Y@  @<0I ,!PF@'13̇:yJfD(k96:T3ڨ8*.oPv.et I;_o&Љ28# -lvv2fвN~:DV ,*edt_db퉍@tɑkC'$UuYb>"EU$l)r;RUN!I%n·aX0bMV1F֍0/iy9}T@&rz2C~:I"bok^iEH4q: Ҥ:8PvJ*3hP-wپXvYR(o__A. tQtAIqMk x!bYH2 N,it*Vc@+D&Xg0`KY֔ոRfŹoOpr~<:w đӌ77,\4*3/ Zm5>znxSgᤣ&P.Qffa:80M̿_`cw7;N>ib^`Q^`, R_!IMc`-9.LY+Cۓ_P?JJ"!P$T\OZ7M$ѫ[MNm:=R*bB[$B^@X2<]*Jh`,@8sPLj]|u=W#s*4A`3ΨlC 9 W'M5~,Nw'fS,s¹On">cf77K[t PyEe`X-=_v ) yK|H324"DS a*TVB,wMxZ uQ I~W[f5YZeJe{v=)'veam3<Bt HBIu }QسReWU~ˍecq'75_\ۻ#KpG|JNlS#2#AE!7_숱8r`0PUbx_6a 8^HﺱY M8,]z tD LADU6*KNPzp'G~j#,WO'!<ǓUXn`J=exQiA%d>&䇿JY>*>.N@?o]M*KbBn8j>=xj!HO3 !./Rט=ɱa x d(|0h|@ Ј4=Ejr#nc_IC~>4gCn^pQ[1"EiV &=WUx,|zFzhFв~SRq}bbnXƭJ@Ygh$oct'6;R4Ƈ+|" I[&tR-4w9lY.u3DSS98mOK|WXs@oXc*aH"*άi 4Q"kŝehv"A#[Yעia)=|J)Y@擨͋^0hfP$z@XTk(N0u"؋1ł+ܐ!HeH%;YYخFx$5I"b@xBH3ˊx]+& [nV.۷I c͌̈́)IwS& 81/ &jXV}6;I^U\"X1u%3%@_yvc k^ |STv'd5o[{,aB$! .fyM-ǫݞ/SO>͙ٿVid<БwJNqnQEmNCcR)!b.7p폷8axNj5R| Hӡ5 T<,k̘ayXgHס)iץ8r(ݱ/%i]h44ض]';)x5;j`wc0F,}3Z6!S:TP V21.[W\LVAlP Ņh&SO>_f("PLh 3 I]tjis)Hw Y;ΣXe$؛=l3).gn``~S.!uq8_Q;ݲY5ēX .IH+ co"¹g-OT4`PC1n|~㞗J­8r`t}KulxjEմ$Ѳl󪄼&/Ԟ;IC!Je ڱ^;bP"+6]tD%[u'lhh\0:2ɫIa:ĸ㶖嚶.B?Ҫ(ҫeS+OI!maűT3 Ať.Joi[tXM3f{Uwm6 ́kTf_ߺTo۞IpAb%].o7iQUPH5/@b]xL׻"^щ Ez}b <9ᩮͦBB]Nu]:d=H2-֍#e7"c#^Nn7Rel<ڒ~C25DNl";dX޵i53R]-e^gHAGPEיiQ,hB8bYg% JZL\qKW fkQ0r ŭr5&o0Y.IB8]N`)$%ތ eeƐ+!bwc$BAQB}>t4I&TZeRq@I .쯉= 28ZvvˤoZ=S!n+.-3Ev4S;X19hM.\DHB@+q&辗.W]=OXd o7292*9*C[0X%?E9^Q9/~WzCV+VB 0pS 4&2$K{_S 9%vX =[d'duА¤HD{T@V~ޯe0"x#&,HGշQﲾ/|4|f>J1O](*>F,Q)f QQAPDVrч/ҞE|uL-Kr *V -ז$}5~rE[{nﺴd`jQ )hn:!/O]}JU|[&щͺ]h$ m+pmY^ǰ DtͳTH ~Vys;Xi;L)+0J Wx̺{Ԇ2$r@2A#zf74蹘 jm=933m\;Gvn8b( vx1~6f>{6QS1F !׀u }/mZ-ή]c%\y{O+p>J}v*!(+k_M'G_2% |xpG!4/*3 :.x~Oowc INj3NgnW1\Z Hq/%A,Itj6B-F"d4O{a;o6u{D ҀP*T$2 "ϥy)CaGJaAKh[h,Gz$,uNRemGf|Uoyl RB+)E<+^HT?#9lΠ >'T(,TTPMN6=i>kNAN(aƚ/s|lt$ԕsHBIFGw}+Lqۦ\"ʗgrBE3XPp>yjAͣysˡO[r96Sl]MOX}v~(tp.sǠƃѥl;1X$Qɞ`×4otN@|ټSEAE~tQ Hn.YU JCM"hjbIPםLC?fmQC.'l`uJȷ] ̨{;RcA}Xc Hä#X4$ lJ呙bx$SڟY tw'io:"blNXZ~7K^'/N/z@H3*&lW޷_/2gx}?~5wsyc ܠ$ E7aAIb\laӆHG=ꪦnE'fZ_5a-,aaAm'5L\2{OВk^WX݇rm7dO ̵ Að%'h@MwTK?-\!{]#Utߡ4=NeI*X!oۙ~Wc\Qɱ/}kظQ1" 8rm FS0 -ٵcy F@ EI,}g,A2{|&JC~} IO ȬZ>~WCv}"Is UӴL}t{6x<Ky]sMD.{q'd5xZ(wcz D"2- `FF8> jGhS A°ec;#lAeI*Ey[_Rts 9 e5v/z3UI‡qI=wJ"-E>ؤ NRց/-`wqfNY1L"2a5l|gGsiJ1@idd"qܪϲ/TW!J xACfݒBK*#I+J[绿.4k .aRJ)`c[m8 %obc* @ˆ1%-ZXYJ?C>ը{Y5N9X Y%9ϏNK6'۾\Õ#'/AtUR\:t:dWNJ̙lM+[LҴOѶBeA'F;^MSj-d%w[암1]C׀cELyESb%LJ|]nɾ5m۟e&Op#nN"0>O&V ,Kc!;ENm 8>Rf=NrW:*&~uIQ~&QcCXLHِ#εZμ,% TV[LNa5L6qkmj3TxV3ᚎ ""#!DG"m'n^/;w̰#a/\fzjCְB(7%7Dj2!L,lښ ! Djk`H]hBLYe_AF?Εr:cNOJDg+.̧ZLs&.gkbۻ.)`OΩC9)>twpv^*SW+B}xxnquCtB5R0"DdUV0OKGa5^"\{ Z#BG4L\i CY@S0@˵3sFS'C\*xIn4E{i^r%BۓLZxðJi@L =%iouLGQs!f)1J's3wb` L!,\`׸`?FΘ {-{FESλOzpw7hW {s?aEKG }~uyΥFAѵ|9]O=Bs (bꁶus=UH6#à%GaBCC[i8SɆqeۧ\˼\J)RO9,Ź 1!$R@m- =N-2tYc%p#owa_'c%8, !jO b@nqvhG.2 tp)vFdb6%?~>ue F|+fa+q6$kkYv1m.MCcݍJ55AZlqv` Z\&d/u,D@(04o%Prggm<(V˴ƦڵepXI55m5D`+/-]̥Y-q6w ic&b]Ysc~4[=|ڮ$r8u[23[Uೇf饐̫=!P8N.\w%f̶%ߣRLѿ7cHvD-Ƨ Cð2d!l~va3{]^2@ziCzF\3c檇ȷ.J&UYahg1LX'C f|ƉpA Ӝd\>Л#`ѝ6:f={|.%Sܷ|ۤΓG#6'@*̀b^KqI۲09ɵ0n@f6VӂޱƮ/]JfŅن\/̗~q(% =bHVbkYk/^RKqaeY89soF]AyyuŒI]ݬzӸCV)7.81?ב^ƱxaY_oL-Lݓ[ܨ;T%5Y([N IVu馒ʩ! $N%RiWDT h Y'Do<")L$ZKѮ=h}e>!_ `,ǎ+)˯^1aRl,@?ֶe<& JcD_>.@ gvR狅GfKRg.=FRX./q{mf1!}[<Îhkf>piw)@v[󯕫{ z1>u|}]"ĄyjTuTҭ+av#+eoWhjs^^9o`5='lW.6|^޿C-yLoA 2RsyM\'ag yOLuR.uT.-r(0G|op0vq)sbamiTgi{zf[,< pׅUc]t uV{1bE.H{ק]R|fs:kes..2cQLJ?ӿ;R!Yi<kؒ" !ܤS5;Tjq;)CtWb:?sX_=C;^( M1=Y~'P*(!?]VZz~XPH|q3=*Dg/Ѧw0R5\TZO b)U(H3snj͂aW=5u˟o~͎,m!z xcxBA E,F D.;h3;wy?}O_mG4Ey8b%T>Va~т+D![1o 7HCI) \ֆ!1:XU1, K_ncb{֨;QAʶ"h_kp晸: tSF$jj7^BoB)r|9H^{Gj2d98M5?$EFL~W_Vnw A:ٞkYw p\'a%~7'+e% ,'~{})E60Zpԣ'0 xSrU_iC0auD+[0q~K6DA?Uc ŠVL@/[+"ٜqzo_1"R75Gq_ LV?(;$(Dj}AI'X5,͏z۷dxtȈ# Kש8|R ݆%WZtE,4l֐{;0q+= 3#ۅh)+[W-&k؝  z2=/VB!QPSwG0` UaDD@;$oTχ/޻T WxQ "5"7*Fɨސkխ|™wd${ ϻ7eQ4+kt0H+ݕ(alé,ۆ˭>Mbt0rwT r}IDL`LA0i֨yX`_6kޥTCDiN߂v_/3>c^x'״UzR-töI |A1}ROS)j<1m^B1g!Gk$*-3+"e⾾HGJ}q87\DnFXt ^'am`>|?۪J$!ͮ a ?RRlo~B]q {񄨑/Or1)1yOQßZfLq ub ::ݹɊɴvKueM̸ln@,10%|C1 g 3,}zL@a1ݽ K]vtb^d g2Zdu}<C;KQRՈ ܙZTasDѠ6QE!D ,j$sVܮ8{>^rXŊ;ǙbPFIT̚4JN97ĞV?so|VWXK[9b>&Fu'W:f+\ :}]-u{uE ɧ1w3m%XSq~0w }XۻrװxJ%yNW;*AnPv>i1 #|dĂ1:F^. D6d"U%FiFZ9Be!&,6Iu+2Cs+>zonCUS82|D9̘uH,.[))hCBJȌBfW*Y(&T,WGO>?\(VcjNi%\rXaB@UD\wmԎ^NIlk1 d{X%Zv|+׻I'Ll`ٚ8j*e8'3zأae)*95aBv%y=ظ!5!bYR)RkUqԵ^ Ѱҕ&vD4x Ie1JlInhm$8m䰅RKjp^KD4QZ,SY%D)&}&JVBF.%jK .f||LQ&QSXj"$8ւhP 8WBKdh(pfgJ "&p:`R@"(4nzqa\c?N7wWOls7;ĥv`P  qHֻC$u jZ#vCs։٘?vQ!@CO qnxj x[ /QzTP}z3U&IkEԾfv֋w-H͇jSA(o?C'Y_-"X,xw8_B_DwYD˒NM8e|Øeju<I|N!Z0 )/nQ_[M?/fԛ.e\C}ARȧ?p(*q12}n55/jL߀`r0 J!z9ЩZM, am-M۫ŠشOS)|dW|̇>K5n?ٷ|{#,$ρY#żt\eE HVԚo:уG$%9_O._/p'WRu0$4dr&HAaαS$f Lke$7᛾D66_b(PHeWu6IT?0Ā6zS'*8 m<͠8VEBI >$'ߗDR'KQN<EX{YLzо4Vwg4:,k@Bn o?8YMkZ1ցع>Eq.{/HAQ8]'h%FS 77rTU󲢢AͳM/_DD#-A6uj>yPi(+ %1.5as*ڱH8C_{ETM`F*CʳpzID09 `l]ו CϪ8<@~6`<P6V%זbg^:e tg=-F ,E`D~% S}Q6(=!71`/VQ]b bGH3!BQF hƦq?w~]{*{pCtlQԧhyAA Y[D~%xS&Rfrcmk{} jbV=ϕ1 4 b A>lOMp_e7=©"ix\k[05*å%K.lD4' ,5ܺVa&BzoLTcNzz+40Q%ʡHJH7>HǡDF;]nXR8D`@ʬOe 6.U%U xLY 2!! iBT-/$2(bWfK{ٞ0}yuW/@A/i0!I>31aבxڠ[,T#LYzՍNWhݷpʓ~(DP` Ud„)}BsisXT@1%Pa{cpASrf/ CKn Gl uFE J iPWXo9Qt:81.xpBpx=;w`7ndi=Ir"?`٨+RWe$ϵmW5_u7Sc} "-'3S PAGWz`Hxy.]G9μ[p`.pFAV(I !ㄡ'!%gQ6(uM`)_;lw˃ƯH|/ ׀&i\31+lx@⓭M&81};Q/R+o6zk:ߞ,Pnൌ 0w5_,.޻xZx._-/u¯ABeޕ$2p]y s[E~E;56CVOvɻ!8Ν+&  LE4հ >T`T^Pa\6pF9Cv뻗%*h"a1ܽ(sKzrgb߷mg}H\I 2z_)  5]+)d/L\˝WDD|GaU!パQQT=4ec[ ly)g6,j ٸoi|a` Nkz?WFg_TCck,GHh۽&_,(μ6!fx;iˆ-)Т!X>ywSt9iYձ]_O5 $-a6 cmɭ w-9Ա;~4ųyAHՕMyR+5QRB JozBU3˛MOy5ۻ6%;a $ fwnƖs,}b-WN{i%؉)$BAt⊧Lĸ N_uMշo&C'yqA}Ǘ[2zgpEbo%HwȴW"vNS&[@Pcu#ʐ 2Bep˃,HYA2E[<I"p_˖[ӹp bR 04$dK#{MJk\ p+ "a(ry\3T_[V AH#=HvCe OEE-U_O`Q0UndV%jsP1BOvD|y8^6ߊ[j=>y/-NUld {VRwe%}tXZHTr_kwOa~QHC9eKTz#z{m+iwVy4QD"<cA( -[ƀrlK+II)TU*pĠf cq~rĿ80E?]gW,"^fRz<`T|}6n [ZJe-;^OBx3?g V]۞"DlG[zn䬾ݽ"h4"*" NtaGc7RV,1ߥ>t<}o/i96'"к_;5U(< ?T^d"2LTc? 0tNWĺ\#EjnE#VlYo>G}+K $$sk6׬ j^{\S~W2kj#etμR6BP z?[g|O>ON-4{~ƴm=f2tcf. ' h`͋)j$ }"Ư)begnoC:6Kx d~8xIp%,+y)$}iQ=n.vXao91HG,jڔ,IUN/( JR7P"e"R"N8@F*Q`bH1 Q"h:tƏ7pSq^ҼY:3!ب#}ϣݴ\ڒS=)S~۪5/~:{E{:2_tXFAO̅#!2|Dc4'Yvh[uЛP4Nl "`CyZA[_h|djb K˴D[2ݾM7*^u'z7;7-gLGOI}U!DVS$3O#P;bImU)_u(4.)ʇ^)qRXHp%2.sO6:4YK>$$cg"d[5.]Xu=މ6@ ˧ѹ0|<)^rЋ~k&aF&arxi,C7TiD! \IA] bsZ_x" YƂHI]֍J.Iczw6ZWoͺ{iYjeI~+rbJ.9"UGHÓeF<˵?s6 1SINT z:=@@HI F,X ӲEŇ1 = D'Fe[؜ʪ=<3^LoY+z aB4ǮFMJ7uSKIvBWzM8<_y#qJvHǡl X7)hQa&6+)&a8\]R*29]tGoDT4q8v5;B 9 *$oʾąhVoD-:i`iZ*" rƎ.I ~ܻP2Lp)sf"HC)@6\B:!}彁8Mr.\l'$lXg냘v;sRy%ofk: 8J+ V0HBxD>znX~1Kݎ3FlTsemEuS"Ldy͸?ԗƙzVz_S9!dyբGD*ܫd2,A *#PPqHlKm~ۀY82bBƒ)13|\Ԝ.$V--% Oh,+o:$PT.TltWMFIآ$8sz Ӽ\vׅMxʂ\jQmGAҕy:VD.94Gv;wZ;9xt޳R/;$P*7 1m [s\-J 5Q]vYi+R8?:[Kywb[on63̧kV.3,٦Ɂgdmcv4ׯ]e_q>_oԋW3Z.ZO͇9Wm֍x8qjQUW-Tg"-a`VncNnx):M`5Ȃt|mu*flbBMņCJt6xkׯ!:&(sh" ;KaB!D+M&=׻o:8OT o_DVx&ake""VxvqBIZ^Ǥ0Dr5Gv)18/:̅0І%8٢R9v?ktvE&(QŠOٜ{,eKyA@Е\Dȕ QŁbac#9V1LZWX5lɑgD> @Y\>Z,)YP 3j^se!c !!@@"*V!}mfˤ̇I4&xqRٿYc0+.N&PugRӹ}@}GB#;Ĺ|XLqDk*aIH"BКJuYD0e-.I .#M[,xU'jK>r"[:/љшSAk!D_Y(E;)Xڔ2? =>g6kOlsfyM(|Mdԙ֏ k!|R HuPaq]x YAfÒa6sbG!Q}HrZ…;;8&ߑ-DEQQ°%LU$pHc^SHu[ c5'?;CG4A'Z!ߩı!Zb#[O(U@ ='0ej7k/V/]s"*%0F>G_a~ :sjGxN5É3Rڛ&1(f 22*T/dUW.}5>0) Aܭ.ǔJ)B-'yS0"axQw6g՚]U?C7kWhr b(I $}QZ|~xu=q}x/ΧþSLhw?S )!&G-~GU[zKmK*dλD1=U/GzHsr0bN8ߴtB@_\V.-ҹ򜍋@ duܒ˴W;6ͱ6Pq4`{ $H\{LRk;=s4ֻ򮏬͋m«y%v6.|Erv`V"M'f@X#}D7|oJwtd'AP HIoR}׻3u hTۥ$'uu Q2zt @CyWT_ҥ1QYJz+{ئ'W7Wyث<`!Q!LCsVxS-5+o׊m?e=S5wvL.=D#գ}^,sIU~v T+ܲ,ŭj{Ma="e;?K 2)%Q/WGsE u-2T- z^RzXmt_K4d*PQsŵ<X6Hw6}Ɂٿ }a:&W<ږ Oݤ],a].~QԺN'¡j@Z$1t]jT7_k=e9LdxdݬN;\.TL9ȃJbJ`F+]6utEr Ғuduѥr%0ÕSCJZa%Z0xcj8 $&IG&T=[Ŕ`ljE{rce̲ sYj͇SRц%bj:eTqn_%1iRCD8`M#ჰ{58䙭*n.hERJYK hZP`#O.Ujǜ+S*;=AkGkCB^O?yn<НRO.*jL (+uÒ ԬBz Vslz zG\S?ESEOZ[3J"RJy*/yޡ믁+HR P $>&5F᝘9JYf!%mlA< L` Zw.]0e16M&.razJִQ"tܔ?Idf @'Pa~}#hCFrJA;}owwE9HcX6y>ۅħfI ? ȨW Ln`[$« zR0evSe1W$_*E@ tv P.ۑa BQ1.w{l֋q׿KaH $kc'(>޳G^F_hw#{ ⻹z rjBB ΡExU/;o!d5 {P`yd%Ih0ՌfD!Sн-YbNX!d|#?,CWTipOӁ4F9mb+X|~ Os+G\¦[g>3#nH|HrUIIK6&p|]M6WzIEE $__#ǣ4X G1CY^ v,][` Ӯ1ug Fq:l•)0u9<$0kw)޺oxŜ.cARr0Fř[U!Ybu2nsjkn`jGRPjueBlŶQZKjEcm)`bσ:*RYWaĩB1;E b[A[a5͊״}~1m5qu#k/\|SutͿ8Ts_IfLj-*ke91ԮR 8$hg7*Ҋx@=gWŽ'sMG"^!|M:Swwں͟4ުp% q"QQA/:6<2鿃ԅV _(p,<_g' >ifx n鱡oqce$/"$ HAf֒ϟ˹:S {^4cg Mԇ1ܻǵ~n:,E,[psP%'Mn=Q<J1ӷiVg%L[#Ʉ_m#d"ڣn ]:]`(.rQ"D`dn" 0M6"O:*jL;^-$9ćl\Z⁩du _=ϭ4HU_72aQ7w ~[1 -i^=<١ 2ȫwz 0?O3H`h)Ȍb#bп)6B Aq'!#ψ(Bv93'`zr\.rɤ!bq!DC .H~9cvOFHyԤ/[e~c~2 I0He\n7f?#wΗ./b\58>ߡ+4V#}?/f}PJ^uOe*YeV6A_q2~nf˧#7/d=ڿ!$#]"&1=ed$}sEAb ҂ݴol)nGt|I.%val2,n|}N?ZG?' JH瞘ф`E,0 CXEE:IsAB>}gewJ0!v!EV ?7M@niPdKF;4(_'wQU@m:oz}/d,οoPtHCd6YVFzԽ帖:fQx+>%TnH/uD׭]7{u?|J}K` If1P?5zШu"RA yn4!jHĚ#p!Ҥ2T]]"e>cDPKEcͳs}o)!S0X ?Y?PlGHoˌk6+?!}/M7ۈC0qab+.؄h Hb}n{4!NG5@۩w#Nnn/hyRhG?2D$]Szs:,TE<( Z1ebY0" V`(2ڐYF>jYAX1c,d" AȊYb`1GvfIb%jFsQ/ ܤbޱ|ĚKZ˪CkvλmF?z]ZyӒKwRdYȓH2}wCXY?ES-v gT: yx>? զZBw̾9H8ڞNe^ofw!gH< Gż!4Ȏ0Lmrd>+yNnk? 6+ٝqsj 3r) vn=RV\O`˅2"E(Eϕֿ >WuSZE痝w?6:lqˇ%#1?&g H4D;{wI^6_ =jkZya!ZKqIHJaYV1„l!qɀպ$a_:j$r6b1QQHY$DyVNwЇ^tZnjNȵ;;k/mQ`!T.pv.,$##"PFB-a>3b|'H æ+I4]UYզU,hu'a3P%KT %VEI15׸h+"&< _}wa)S v}O}u&4 VHAla"s,M:[G! :Vy48Or_st-SvEud)͝INmP9P659ҞuEc i:q46 e*^A8hyPб,; !Q.M\W؏`7q84GhBҚq/=@.TO ! Yn>׻r]Iz%̐4 אBر˨q>g"/\e=Vϑ nh ֫hf[˕]["FCؔ3\ M< Ռ:A хvEadXBr1r)˯.W^ak<BJemVϟB3; frba4#"PloJc&K!M>αCx^M^hP9hFu6=i54rnEM~zޓ뗎rSva0 Zn]+2M; 4WVG,tl32QC:BTۉqvbtk[ڡ~HWuAJrQ=g@~6ߺySKgui0-ZnW-mzW slW "Ć c܉ ڀxw,+B.# {wS0Vv2]p=^B %@17-Ya) ?{{NtjV=PR#5$LCk t$Ȱ'VZBR8Ԡ&1*ȯͥyv7-ֆ^/a$I#b%L]1p,j02GJQ=7ǚk.\UQ_ovs|]JiqzJV!׹j U_es1!I& AxVewwRU C;jCXC 9؜kZmS h')5JkTb.-pc5}Tg80W[e]y +Zg #4Wtu/\XF4Ҧ7TE`ǫxqؘV&Ѡ!J.:zt%@)4[ĩpơgT *BF#_e6|vGU؎2NN&.4y`F13j͆-n-~j(]FPW{H`9.8GjWuItu\qq/Aׁ< 8w,! QLd ^c!lP@6bD^;5VEJ6z_Ae'5d}>Ջsu3ލ,,72 ~\EPzSd<[2mjt{<̘D潮V6{cYfgYA.cy^4zNQ@Xy*qӰF(rC =֐G}ÕF"l<}&J Uq;4%B]WpM5T]kQE|λt zLH8ȳ͜טYb<'uJ̗md3'kC V焷a(&. p:(L.8껻<{k65Rhi$kzGlb3ݞwO"1Mwu"5O.G3 "e WΔ'~Ee@M 34ȡ̂^&5Xc80iEqZrbxuJb APVn \7"lωE(`Jìʶ7^9e7\ӡo4 Бiz]s_rHq9yk#8C1y;0WՉ)$Mf7R=-ەϣJNU& aU_gN;ؑ*HkO'ޠԏogi(R59XDBXy0 ߾W\v\a GȂ7GEq;/@8n[lJw++d $ !0F:T(V{7'[% MrA}OnP"EUA'amA`رHXZW_;yt\ŁL[B Q*PHFʨ2CdGܔb0}H-^w{Kd6Y$&P2oo$.b]QJ~Ak>z!ܯz *Dgˆ2:"| \~SlC"@MS 'NNIZ zUrww+݆yermQ@JQ&kw6m4m^2f&ゔpҲL֠D(S7z:ys~%FPD$bw$PEAQEQVDP" (DUb[dQE)#$U"a D$E@d HA`EČQ#(UX@PX1"((DQ`TEU`(bDDc%JcQbE UADY"$X H)H#E"dPF""ETX F *2+PRňX`q>oj(Sÿz-7Uվ}`oC;S)5DnJXpOn, dۜzG۾T 9$rJ K G)L3ZP_.T?W5A\XH*"1#²cQWY!yב7w{9?|]s)'Ͳ*= Ub槛98Y68!$,VO1'ضZηѧӦuu:ӇbF)[,9LgHCgy{ɷ')S ??7E$pa-dosP%#-2Y&Xm26Lf3RtHTϥQaaFT6ÆV*1E&+ɧgCg8* @&8xnVǮ<딄!JA.0EjD-Ū^O<0ΔǞJՁa#YDH'VkXB~L}U! b,TA`PUA`,`  c2*PȨ"b*"@b*AUȪH) E`HHކ$< :z/^7`~ankfrQV+yUf:,~'Wc=ܻU`Dd^ΔxfOj(q$kq,Y0Rk]ƄȦ9XL-aK9<̅oK`qCL ԗf[Bx^ז}tuwtsoްj H«NcF2qelp֦iI$3gK>y&0Y@ Nl.)\0;3q*,Tet 7T=9k [jS]&к6#k]qsRP8?vM|ڜLWSḵb3T̏)c\^$I=Oqk>~Vͬ5{Ec{dxƋT;|_Ut3HS@[28b R+!)#196Z,o{ݭWT 3YS2zVIcŅ,6q-z#d"y6N'm\|Oaw5b{:նWm֖kp% !$J&L{G"%軓e7.Q0VjiեYu!*evD_ iOcv#(̨QB$&_7gk.}6 \l3 ,EeAOHTA:  1R. r !>)1H"f(0Rnzܝwۊ(c":?y+e,* B t|fBe9&䔒֚iJ@ɕ Kk獤]`>3Oa΀x*/U]*\G+G߯WZW4 P)i7<-xjg21ao5P )#ya7*4͉C!HnFB9|9h{]C(HRꡧ5bSAp,~em,z3\7ЊM`cy~'sh[N<߂45J7^k&%SBFH2 /iěkꫨUO?mCL>anZV&kmj:jbuA5O~vC2dhөjꔎSX4 I]Z.L~FQV5 2 /оtPP M@c2 Ί"[}mXw`dAI ڊsmBx= ͯVܺl/])=ȹ@B.ȌmpɻǿgnH$p>2RJם |).t-<`-ڨD␀9@1Jk6ۣiiu+ lF\X<9>[ܣ)]?>p6A߇hOVt? M!BFP}9|0MeimdEoS4KәB('ޯ>oRwՆ/#xl}ViXp:)YSnGEPYT%q`Rna{GΓ^tPo*J!κS"99jv@S (RGD@'͕  |< 5wxZߞ:e8+,]n?Չ% *$^[{=41Vyӻ+[&MLd튨&a7kNh5:8&g6~?:b'䛥g;<HTNYmX"Jk!DEXyTdQTR#L,<잦P>CwގӮao I1'i4oeՂ:5X L&":d16$ 1]Y=_KRkNqws|'M XNƩz$5Jt):exLw (b PL0Ć3kͦ(J0vn(zI8KT"1xNFE#덥$쯲BZJB-H <_F1sWm!"" @Y]%{YaacE- 9Fn&|G[˻?gf^KWQsxF!ԇmL~AޯjUv堠(&wP t ɔ{`Zxn.WސkwA/w8y2xfDmٟ($ %FÉzjoץ`PH De!eM;!&LX6e>V'Ok0i,ՉaBcG+빆+g5La"JzD_"kOkkhyGW\∊sjwKI!iJI$OSp4rn_jttfߖCΎy`ϙS|l< -fŠ:z-q8fƝqarsޫ'EFd+cİzbQimc zdjKF^w@ZLYTotԾs4O2#'XD$J1A8Z]d3߻{۝Wb^BXKY ?Z rfWe2}*$ !M*-&v'X CI~#ӺuQBt=g;)9xV|SF/"20zu< O4`EiJ =!Eޫ93;0躛W!ȖȠPZݲ|}0x4B S?m'-A)Mџ,rü_/@@4=/ŪxnCE<,ήk6PL(b{E?*nk Dň3f DP{7쨛5 Uivʡ<}$SQyCkkr(2 ^-jmP\µZj)L+#@W>FGF1 .d8^>D/̢jKi'pR#a7* $67a;1fxD0CAH%RF*4o{v r5ٱ|2pȌ~ŰIyM8#q!'kQp[{x*:ma>< U%AV3g}[ҾkgV -I\̠??VJ$)):LKgDoM8Ub O~% 2s("V}vv* &mg#]fidV&v m'-}~w12rxӒ'E~2y-3]ݵ2rBn@a]HXt?q9U-8+}YpiI  "ޏ>˧O.CI%W}=2MmUYw%KjSлQG~G7_!z߿D g8u&}-:SRXS Jl5T Y+#_$.+|q4޾i4a!} &':3\Z}Av p9uɶ2y욬P3A2h.d }%_ߎ[Eշ]F<4Z y o W:OFz2 z>3X+n+YN%~1%]MRzz1lT#9ABsx55R-hP[>ޯw9XN  tXdkvUKii/&Z]ѥ次jY^t͓$?cVcrL^guNܠ(pZXx$t;s[Q],$UUuMR-^vb~J\w6wJBZbpٶ`'1.Vl2aqqYsVH 4,0x>z< J_]c.k庸v!`($@U'a~t5r̒Hw3 BE̶ZYW[X8$ Ўn`JfwMT\Hߛ<TYfdʗ2܁YB)JKX[fI@ ]WrtiQ{dߴ[gs\Aw 2!Ԓ.?D@,|\O% 7ɍ^/xV3 P ֟?W ymn]Kѓ6oZN9m͖o;V5Vs8#ͦvqm|?b}1w⽒#.-S1w.=y%"Zyd҇zzMC0,Ψ)B zglؗvy!E1&=b&!+H?f/yUBjz k]z턽kk)FHD;#$ v忣Xk96i+L/la4P M&OP1f31&d$MΩX8obXˮuy!Ϲ9,{Hew^dp?+.T=Ruoxk4L2u=S.vS]Y;<OCh)CTQoӫ?ɅIDjǀW*y9SP iQs3v%Z_"6JO\6Lw>]Ge+'e֨ ^bAtֈ<_$F[/h,PVfeZ2#j'Y6͠H]$D?fvەttOȴ1͠Y2|Pefy%=ieCaoYXf7]"T_cd2oZezM/05*|?~kü|noԆ#{vt4B,B]%ȅ4:,r^؜ Ng s//Jt-c?&7Rq3 $5=t4M|uc0TWwtn bӓcMWRhxu&A_}jCD@w^GsꁁD :p(l{t>}---7ow}<@O]nzAڪ!=45cx6n 뱠 W yirHeߧҖa"n+[F #E0cTIʡe( %S 堀tyPQn%/svܾ1MsEZDr65[&i&+Up'izب.zQ=ZH7wR #ڹɮmS=')ΥMmCxσzto~oȝؤ/8'˔;|ZAeїQ%ظ@"8_0<_]{o~Tc&=7]v$Ctn[8p=ߣ\FݘxT nqB䬪fNc ImdkʏN,zhWY/J7>x1J!UbgkdT.?فCJ #4a.Sc*pwE€I<A$AϹ n*FcX"ed_vg2 mj. +07 f$b܎] l{OvI,g$p{kf?3IgN)c:X8d`Hq-`8IBw-s27Ucz )&)b^&k8<7G|h=& cUb1aYOJx{qRs-eU" ׽t+R1uWl"f#Cg.Iׄ48ώ6!KizH˳5}[b\armCqZuhdJ̬OݫQ7b~M& QE6F[W-\NOܿpuvw2tHRRFxePYuYC<ƒmH1~&ŻBDN!t+m%jWe))f4k2itrdpͿoy!FWȚdA^0]ѷ<Q |).%Ɂ75[Œb_qIB*,CrWWsH`܁9\9`H'r)g0[\ Z B3ɽipِSM}u W+1KA ™+ Iw$[Gv"j3gF̿@I$pG?0;%-Kѱb,(_`4Nо T9P7}y]wpx`xpavcu,nv[uWO$g^"s{W4,K|z4*RPkLrn]e~P: =vy78L/E~\WZ)r\;0ƥ\-k:Ͽ^$uj}Ұ걯< 7-[W{Ypt AL`)'>)Hc XF>,gxXP31F路d|W*RXטN G.Ro}r=5eLOge[. % hGX'&Bk^$BҽJuJ.,h@RXpR.=UV6X"Zd?>Ef->~Yu.m cT19K m)L 'KMuBZܛS+x zTT('s>!-|_F;SWa~~}Ub`8Ǿoeϼ7R6*!UOq5tm􀰀 *e{w˞BD Rsw$( ˔{v5,x?O@&[yNMcSJ(" S > S5ƯwwQ`Y4ff3z|]@#MIpd8!u- PĢA@6gV`J:578zꃍ{۾m'vՆ)`uYZe|W Ҹ \1C$I` `YbZ]Dj˂dIKCry!HٽŎWO7*lh!$L.T;4Y1ic>:Sӯ:lS~-AvB^\$"j쭄 w bKgFU?vW =蒇OiVJb| ) D%T(*N -J̒z_9k;oH1R<&a#;r@_wbk!B*d|N}N}=Ed-ATn۠5r,9dq(!!£BMRcBH@822HħHyoF/`?ky{OQ_G""m^r?͎]}8N2?T0STEc#BYL'Tw(PdgN˷`ho=U;E #RƮ;2?ryb ! jBPJ(sP% :!nKˍn;=^l?gG_Xe!>>#uݳ4_fjzAЁ47CyMœJ|}LvDE,}#>Hx}fͪjt8  GST?xGqmۼH(itEJ3rbz<Oi󉇌^Xzq颫Yti fɷѴ_Î~߯p=+  }h3b#\p̉e?4:W^>&{=ouAI;lw<~Ja(Pcx10;Sqry81ߟL2(?g0Tl*A2}wppvudW_fNdc0(~(u`}ٯo+_.X% ׂ!P殙`b.QBXKT̥@C:87NrK/T/$ mzӴKj{v&gw3I[ƌpo<}ÎQq%PQq#ֺT VOakn6r$ :Y^[%)2=^b5`Y@UR͆{b*M)z[vK.l&Zvy'PO`FAruT,.ۓ|v_59~uXnz㼐tW*1)/0_,߂œ|z7bGIX<%3Q-/edOyf`t+)$nH+8Pgd H#vӡ!RHbYH̆3 ?V|kҤu<(Fy|rb=\'#Et̓v,i߯=`U =TeDSc'0(~yK˾|f=_&Qg_+OM@e6*'r,&@b+"0fRDe$,]~a?V#;t>?3g)LDCQ WwkG5ڪlW mwzc=\fKG& I|3m8RQYZ@3Ek,qZ p!zm9ڇ^ěs,` ~]TzX2:& r'G t/#w{R^jǞU9w?m%CFt-\@H_l8KyʁDx>u!;=8ZUJ IM͝ϓ^ɾyg'obCuxyb[c5xޟot|)_żƮs :&NwY` H6(]}kr8֏/..{qlH&| . xs<<$O(L@*I4(#Aϰݖ]VO^m3F^`Dz1oӦx}_I_Jf6Rq"Bep7J !zSg^AyjE2 i'fxs2hϮ{rБ*2_k~|/s5ll[ziĀ}~'!~)*k?}zGz*XKW*Y:^C(}>ggA^ѓ̮E=UIKX/zhƚ%kZUo+ixlBg%D3aW0\vaHkw[th盏j)ӌZ[F4[rO7RD2dI?:1&B1@zs~iJA{,.z ]cmSfyNa=?jH]>}tgűSs7%لi8?U0Oˀe>v8bF=9S oI/dg[&N4)W$[I<2)<$b ">ZI !j(K!~vib8 o ]vPhS6ħʬep^?. )ܭ%kS()1A(=!L?&[AGa9(߾IqNFҤZ}l왫VEh!w|@bMAS;]?-U/ ?r7 6bLJ7)qgTEnɅZؒUj#>I-  zI$x nŒ`r,wx"hzT$%OTҰULʺ/uerUsylJdB}^`y4gb0rIGt/7KV JĢT23blXܭ+Y/eG:׾R9aOGq1ֹ:_,d "A2kF7QJNE\2~3;>h]Ii'TƓ*İ`.;: )J9ҹȪC77L)3qi[lk#CIB]!L0\Sm7G Vit e aC"Ŏ:ptʒEV*\ 9{`3R$UXD:E F E46z۹bP I rURm(q)e rDh,h!bL' JÈ ʐXdk(r4(wy&2Q%Y I29qnpUF1; rmOUIT3TMtzIJP fs>igBYvu- '0kw.(gx.odӑ-zًC_MUը{]? l1">7^12D )i)כvP~Oջ/p4qUVuB}cv9G-ԡƨSiQ0@>JE6XRz0Tp4^alz@CˢItEh?TL.E r6=,]*CIyXE5wN'q`5  v5Uf.vw]}xO]O9L2+i ʅxpZDGk.Z^2jGa@N{Q C3߂ *X RBiJNB7Org+d EW]qZI;N~y~oՔXF SJA]3RouX\C&;L#Rey#G%X_묝7q^26,k$Mq8 v " `!b}{]]_ ֊ĮeNϢwӃaO&M)jl,4 5}N5^ci,?])JţכO{_iP8Yb[[ۢSΧze6g/N_X] B94-r;I@GFb@yePI|kUnVn-qyNѨ!U_9[ި98!bO>"f-I!^Fsv{aw"i#Dtx_J@H HS'% zkX@7Yv'N/ITMVMNGԹ&c&}LX7aj\ئZpڽGAu#dcKu]a9 (ܚj!tj -,:6йr=g9q dŰ$zD[Π_v F81`q8dY @L&+-2n$^z/gv.9Z^4=0&Z5&&=Y\ƫZ\ w1؄O>UhsK!Aq76_y" XI &8sA+&td?MUeW9KvU-Dìɦ麞kWLySDsG#fQ@H ChC1r$ݽ :rH_َDHr,%+^wӤŤSr=O.FŬ+ZIH4%KF9m bwy+Jh;1@6{[=lUm!`Gg|xw,=})R$"ϓKI Q"$JV1\?rd?[Xh)Ag^I?d d/?0I"^(9\tS&WbR;Uu 9'9ѼUU֒ŭ7 :I \x7ܖ3ڥHTU&zie# iSv'-Hi´@ )@yЅC~r(T7;wY t7zQ$hԨ \ \걑Jk˪B<7̢JL; Ne~`<%f}RͮSÚA"S0==[M݂s죂:SR>NJbG$C0V# $c-K}VL!5Ѧtn8W{I !)UCjAO ̥"tꄠZ XP=vOf}:yCt/:,O!3}PCI&{.&I;.Lk{̵;0zYtn Fۥ\Z!JIyM wFB3P*T7RϰZV)mXm`Ž*d]kEXMcA ‡/=jwXkj4E n O3 N"apڏv|7_Krqsf`7[ͼyw>K,Sa3y:]O8^<gFm)ҧ߮5Y sZB"6A%@6!yvKX2Al/03 V[r3+zd5@mAJrpTQ[~KGCF. R{ A\YiN'|u'@`^w؀F`,: 6܆Kg`4F2zH^od.3H=T]S\TRU7@/[ 3L $'ow>a訄+bd}uc.?{ȞNВeBHŊ"-vXT Kٞk|.pfM:Ɯ09\W w U=v%.9 *C`<ݼhzbUܗעh> 6&dc)P9j}?E״,k"\_Wp @*›J 8iŲ@(0,#" Cδ͈sJ**~N>Zž(_؏u.FCbtx.RM[n{:|Тo*H(4[ #uKN)Mes =]Ǜn9m'px޷e{դ/amWo^_bT %$I{Wuc*^,Ck]KTv: mD\A:STeSb[5}?~ hpלy) R0BJCYf@ѕ*QJMCXUSPt^x5;l ίg6׮WED $ni0-5>'\6hi羵w a ТcKeev{9zM[ﯳHW;l$P $!xwX<@!6ya!W!O(BJhኹޯ>k>fBZl=$#a~^|u-}k뢔 c->]bo+t|N [R>1AU2jTn!pNeD⿖1?9]>V\1,^3.+#G[*8yK:Ϯ|-Gd~͜&8 $U+rVqgt*HaKR`EsiIB(@ؙv̟؅x[ 瞀FCi 1%_>sRUQ+ױ= D`^&UFuc▼+q|+>MdI4vq+KԮơRc{lm QOZ}/_9HºS"'3 BA>gyHW> X;<BvجϔuIŶߌpDF");d#.yf^7ӸS\Sbߗ(gxWT t+Ζ~WV9/ȳc1J&d/K*h#W[Qx ji?-i2<嘏oOe)J},d1[#LRA#+Z}}.=V_hy\%WV~ץ5җOo9:_FhWuO~ܚ /aN{vjy={Lc"㱼%U ?&vסi~>-5.GGƶU4UenKhݩ^fCǭu3$)`v(eY/A[Y#|i#Z?_Kj5htsW0XĠlBFDNo=`1edmlF|+}/QYzm߭nf-@\GT,Ԫ*&L;]tpש$"Kܸ?xJ_?e dXl^\dBmT< MBAlǒ>a &ϬՈ i6H[O~k[.l$RL{_=^iGϲ_zS28917{2}qޱ+U|EIgz>çuct5f;yu۱Ozoӝk] G} AWΉ_Jvޕ 2x~SU2W{VG6ͥV=Gj F{Wπ_^ڐ,ˡ<40q.pk}t }u9 J*o@͂k/ {yv|>2c%qIHM"4I1JJTNs5)@ϸDDUˤ85!{753id͎ @d,E# Pq'4cu8p*$eMsY P0q.˗O^8~u+014B`hFm ;ěK./c,^ŧ3[/K'T/I9黶:N {O IA,}lx L @c!=4*;k?.XӒ~\R!s:mgE:쪈N7QI: Ӣ}:ȥJq47"b}\[3xo27}?y 7.R)ǒs|n5>ԓe&H?]UBiZRD?Bgf4c+dZ=O;Qڛq ˯|힏>/axl~Td$gxuӫmҗ5Ԝ%W2M&j\ac,ZI_P1Zhr'nd)>.g5bա2W?M STty 3!L66DY*T6j|8?6::ߛҩC$Y{p.mW{IuqN+|"vv6 @WRye9~C=P>BFh%P3T5cbt`nf ,[g{I;6 |nk"T:=[X0uQxQPS)G{$g 3GHəK"R*Snw Px ɡ1Sv輙\bofӨno+d4rmY]âouYK: fęK4!U:&:neaï&#ၴIqݪf yx21ȼ,6rJtb:5c&f<<' YfqD\̘eVu :[8v닳t.ӣ󬙲ӖhlަSi^rqg'Z Rg6XD˴(^}y60'q|YNnlQ)%ujU[^ gh:?ؒyXO{tߥsGWmm'˓7x!~.Ķ/{lqP~ iq2K+\367a{z4HPIbL/ws."IWwQ)LL/%Rc=]t 9O;b.fqQ?%-Q_r1W?gMR< F0nvH{(節TpG6巤6p_Pi/c֡l{1q>*^|]>'CYT! |sGCi;Vgwkh,?t/lxgy7J ET`s1VXFox \z9yKw+?w]+`|I'ƻOZT7Uhh ` , B y-!eE#?҅OThA]7?a6W} GE;9 ϼ~Jnw :zv7\ , ~ύL .df@7 gגFF2H(Wk˓esޟ)u & dAp*X澁0=!0H,zA-2$ZQFhYrȄ=(HDTX/S-锁Z0Y`H]? ##B4WH;B@& 1+9@dnΘ!^4ͷbZJ2Ki Zkr8mؖy<,%$qC$V(1k]EӆR@_1˶:xbMlQ(!ËK*C5]ӟ-zum#BݣDqk+b]]V]{Nq>kgQT$(@wYs,.J+0O}Kw6I{'#V)N^4!2ъ>#8JC<9Qvm uiJWQ%kWיhw8}qeUfFEuNG뒤&Ny2>jJ\q$DߏWp Pr0A3ڸƟ=Ǚ<*'ױ-S1hfr㟋8wvJ$ N\̮ZZ*5;b'[:ۛx0F@$C(0M Wo'[\?KJwn,GMϗWmAzf+hKbxAr~erEG8KVy.;,5܅/wA [e>}tD vd6J*E6(2Ud@ (Q>Oa׳v0IQ"mpNȨffn $XER6=>ǨrM%>HV͋ >ۋJB|Gp&Et :Mƪ fqN @yOĠ14)B# ?C:;j#QdvTRél- xHhGn&#S1/i\J/ ~eBj  ''Zy87'ֻaPԻ5NJL:&Wy- hMII7M2#}CkSPg`zHyQd\pQ;ߡF ů5)&1C`eE-Ȫ@ $-]L7{i f^Z>N{jS0kMm-Z)#xxũgu8vKр0ft,NK͇,ИZALyӑ'&tj-2gf¡4f XøP0dzvD;v j:ÅfMd^㻃 N8^ژӭ:& כ3Fވc%^wHn)1ֹÇHg]]ttC$g*! på* K:jg^k>Yߒ~K û.3lsCoce6_ɣ\0zq> 8d2ѩ5.ķ{¡J]DQK* ElMff4} L`z%%[{'i  kC|Nx㪪n/Z1~Sl?;>Eb4ޖw1+{;|[^j1x'<fwA߷+YY®,(|\lGW7[w>ф[ʏ3Y#7Z01^/?Ԇyg8pV!f/3="Hz1AEW㭁x䶬0w]ے}}}Gu-gk/k"ȺXfVk .+q8&3'=Cق0q W=Dh(W!ijmbtMZId aMlPQhBo8͎ 3߹&I F$y!%,V J]q//WFp`3ܐbÈ0Q'!꡾af)'6F54$2BEi}?]i2}?Sy{S.=.9fXhu}-Q$cu>םغ/l+>+タYEoo;qO%u˔Vf}e|;+ ~̻oshyS>=}SQ 0YqPcϣxG=pLB V+쌗$mzw룎h=j(HN)]^fg!5bF?IƲv廟M]<~es}^D{営ֹe_ tsk_~pu:٬u㢲tſ]E3-tM_]O8r'6.m#q5+y2"&'w=0jT#;Ue4n9K/K6Z}dߙޫ!ʓ]R۫_jdz{ߓ?`@My?@G?{m޷bE|U`qC V@ dI6VJ#"Ғe*Y/ݲX:tu?aiӪoyWLMMqNRoJqڰncT 9RHΚD D@S[b2익oo};4+91,Z>i)hQlb%gR?uToΦF.ʩ :ey,[Bf'B$os'JLD. _ՐWttPDσ߼HzԣtCF,1HdzD 0=v ~)i|?J7%o?ht^ƖhMs͔γE gVdy񣫑O֑a=l[!ɴ[lory&N-V Ak#wQcp< Qp,0}m!Q@k!ox%"L}Ă"t:]\8~ǓɵSmO9&t_9]'XmR+T~=+epN ?vO7gPZ+gW4!}.ߍ9DH[@U5%NkEocnOA[ߵ3Η4RTLQߣ1C=$E9lͶ}wʝ{;E7?~r= f W1mkO#iibXZg." ͪO].;L=?oC_̤kG/WX,\"gʫu>g=B[,: Q4w??я^ e>Sr]tc_MLC?. tVݣF+B9ĆQl1[Sf3 Xa$t3.Yސ0os p9Bx޸NrkfI(K{_лv˗PZd:#7:܉ ҖM!FE b# Pr{Qo I$@$jRQ5u߇s lϷ|Na*_ jc/ PxUS |L^G$<=AA͆8č1=HpAL->A uώwL?Š?F[{,Dž8&VWtz^#ff .e(J Jiizݖuv̬|rתtSY ƕ* ?E*~k@ H` $J5k8nGܴYҖa0ޮTGCfFEQ+E*Q9Y"|g#z|vb6itzȉZ._j~Geesvn?E5.:;v2[`$G{KS%1XW붠9|=Vunl֧84㷇{{eygo kn>oC 긃Boc/0,osj2K2wo[<4z1Rjgqu/| OVA#3/GO>74ƫ}+k%xL{DLbN['.V㯑:$  (0'~+<Eg|\jjh.*HuOu+ZmvPe|]_sOg`<11'DT.A1Lxf[7| .==/S~%r‹4f)3n\MV1<`kv{\c-Σ=P:4٬W_o:lAY>bpi>J}SfШh^rJjW@K2hcq/,uv򘚶H?E1IzQר*Qq#aک|ExB]#63qO{ĠٱwKhK{/o[]y1xv t #ߦzkVq{ ,DA -J=zXiC7[k34MECA$^./N1Cy(N6X/M_msP6Ob]=Ťl3A[JzuIG+ d(dUs\P+O(ۧ%l7|o9̬!|\L!lpa tD<^~LjZRd5:=?ɃDý A!8×2 [ 8|㤩 Fc}GshϧJ4W[~53T7avI^KOt_j,XwAN 6Y&Ji J vf$TrR1 RS7EIFx$VRVw-@Hn' dU=œ_ށ1rRk@(.5(p]ՆP!-'#8 I}EI% "EJ9P֋yB`ToqAB',w V=9$16 vYΦ^ЅD݂^n)|A!*_V yJN*fL3Ǽ7h)~fkSfoXnD'"@D!̡?E3ߧeu_g=Yı?z2z4U#c]O^6s 'ǣ`Z$j/ʕ#q+3* 9YZVPTڷ3+a~:6~}F3f׹E&w2"oK}jF%0[`)"0,Go!V*!EGYuPd`Ab RQT"DE2+AEF# Q`UՇ,jLI5KUd[%%~~.#翛oxﻕ.y>GW6N1GӔ$AI{㟓]ma<ʗ s 2Ţн泍#v矱{YeW~!1d~C;E砦2Ss>4 qQӿF |%@X~/*: _'[mq`wR|=~&]/_istTi[{8߆gK!uB.GP΢/9o6Πᨄ`AЪCȘhb{\:p;Hs_0=RX j-|dR-g\;{+1=w5&{_sPۮG֫mߵm}3ó7/069ΪUQf^9˥_tkwo}L7h_I4] UNN;ZWS*O39 z$&+VH *rUTM 'v1US2^v|LDcp; {H^T78Y H'h,&_{V+*#uVkKPyH%*+:<@%aS@~vOe }SoÓ*C"W壺m6sVr꼱ZW7]Oߡ݇PAW$c佾D.珍]]f6j fG6 %\b}4.Moyo#$ p8@ @ϖ8m+oZ6! /ȬgT)I&}Qo$*8~ڗZ| ˓cl|gUcr9Y[3R4r:bF緮܇bbߑpߩb=~CӮ٪*ž{G D.H E)5QG4-oxs4f}WogIzEڧwk(}S;ZQ歪!7.v^EDh)d\i混naq[(b^_s#A\qH?*<\60*7}6N7ypՂG)~tZ$uZ"-D;h9u}/ja/*p=DY@\"Ȃ13$HndkDluz8( 788wӧ0s52}fBSt% IJ,JY߆"}Y"aK;̾}L$$DAhS#2w+x{{sr8gMm! }.5v_'ۇqd"o|NpfyVS{еD Duum!ヘUح|4{ABVw$Z|k/i-Ҟܽ;7ٳԪ5:Q{n>u7{Wo?h6z>֛8L}_\v5K$Žp容][qvX ?Wj>OYGtz,_* 4>x 픏u|&NAU}nsR^Ⱦܻ y^ϩ/pҷݗv9mD$'>2Wl-Tp݉ܰ_߈eL]C]Y+׼tatW|@Vy}vכK 1>*2wB[8?S=#qk|YuA_Wiq<7{E ;?17|>se}i=[]S2>-?i4XwUtvRب~[GKeVGhx]uR3K59E~X?Xm=/U~ۨy=`chxj&,#!,:n^6Swge3 ?"ݴoLx<~KQSݫ|') DŽ&>}w^9 Ҏ{c(c8Nv5 r4 =^%SVKg>y̕trxS)~6|E>D~&bS>3JPgARgQ( :xJnvO[_weO&̻\W<Ξďx6Tů|I|z.35QLH0Kj ]R)_YE#d8nҢ;NoCzZEm6Iıg(ruM8^f6WSv3/N\iY,ڼM*wzmuC?-QV8)6r4JpW%4Hd3 4b~z2T_`KE(`/o9p_"ʡTjP=H: "Ry4Pު虷 þQa5^ݺ +_v^VJ[0#q㑕ۻؘ/n J?ĔN(E9BhE:b_(/ۭ֘Ys=3,-bFj@* UV)%~QX=䢘@aqFawյ9$ y<ϕf5\ze}4pIbR7D2z&-lBL95ߺ&bZ^3eUIp!%YPmEE'48#ɕqbӦa $l|x[jF _lqraU}SE28?gmǎ6S~rF2 .8fBG~>?Tߣ⬕Cj-2塸E!bC&D y}UN(ReO (z2EkcM[_Q1?|^3Om/T?j7a>mr?d;j~2ޭGOj3{Ķ҅{!la9]7bŅ4(呯Ѐ$4~L͚r"EŜ9 #<4Fm*bî;a%efNY:oBe~a8z4ڝ9kCd5t *)'yx&ȱ"{Pˤl.W3?68[^Tr%ךXHq@55C#$AOOԹi`qHXK,GCNorhL$:f BMEXsc088EcNfn%KHcȡZ qZA!I)JZ18geLoZlR]-%!@)&%(7뷯Lu9w4fҍcΧ]K*""pf"頰*1OaAwV8р$ e A=T͑1zPLFO?>r*:-1FFk]']{|((!"H  "#DPJٲ@YV>;ȶ=v N(2P}Mɭ_3aNHE_ Ej#"=d5{\'(j89,ʬ+QN@>Dfc 93L@^ƲIO3cʥwdc]] j˫]:̢nBӇ;ذcCz}1Rxkbh3{8l@cbi& zw{|3 =q\7 )uZ2+z9 Ycl%VCbbC鼶4#"| 9Q/UlgFϽ`k8Dz46$. 5$dA 0T> '|Pa#_e]'}#Auz2)RYC/nH;+kVgIK 8 @*#x'bWӛ/Q?{Rhƃ\U#YWSwd͂uO7h%;prt^_<p >ޯ6/\4Ͼ>t >cy˞A(UW7$D~|{&ɂ '@{k|tu(7B=R19#H[idgr劦OײuQӆr9Q+R-@G b"1,p:d5w-Rgm?jV;P)}SaU42%DZ5#""~LWq`6>ܭ%`֩#-}5wNʀWBw(RbM vOޑMnC }䎶BZ-OB4@.X" 9R$L P(i\93=pS<tk2,m z쁃Q눈}V]sJ\p* $S]A ;MDI5R]KЪ8ղkB 2 C~IlI⌁t:'.4->> "!stҒ}ץʨ~u$y.@D}L{`'^E3Ewy%aTy67YOCFUCN+yObTp⩹RK*V#4yB/oĝB/*NkmU"ے#/_Xz<- `9d[v_uqr׸WTrl ro፤ʶgb/zr\r~OAtLGtu,~+Wn'߯yR )0dFD@ #!ie6To@}^||7y#W66f2zf`_T6ds7qc)tlpy88᪄R2BP]C/g"Y" u`ulc ^5v5”T=7*wԤKy@uęݫE.l^iHh61/QT 5kP?9Ԡ^@f $.$0"@G^kzKEz+'qMbO3!P G|!aZpe8딘? w!pDD`F!> 3yqh)܏I3lzfM#ޜ>s8B}O{M~A4[ܴ%)U4$Dc DBI[kמſ`i>B~u:TLkE2}m6j7ND=͵l%2lZ7 (kj 87FZV_ /d{I"#3@rд`1(/C%@8Ql FÕ6_z(+hޠd\ J eV@?]<į5\Ĥ8?-hn98wnx`dA3M1tQ3%3tϦEQk+2<_~>h:/Ȣ%A McֶNl8t*&飼 ߆֥#2S5| yrЬ;f惬a|}32a*kit  `0"0% PK&RZb96C8@9"1B}_| :HC:, dUFe 2_iܟ!>u 40!Ye^uƛQS3>aP& @9;?3t*^`8#0heg,SC=Ĩ;/e :H"ϬjWa!cZ+H=9}9;|/ӛUǯ}ɂNogrYҖy{0Uegn2I$6^vaA_w DAYJpPKt* ${x,x.OS2fރ-q+; 7YfŖt; 5t\}SquPYB],BcON]HA |x%<T<  xB_𵓍wKEv65Ze>'7 8`m|W0XFY$_R>]9:->V71@4'G+DG8ɸiZ;xŊ 53 (~dOk`b"tvdabw,UTȦi)>bÄ5Ȝ VD0@2R w쨂c* f8&"#"d+$z]BqʫLl&Qf&F2js &2BR/s#|Ċ \~2DS>n=[Q0g/̣^KN>a!"C R@pK $IKO6Mkݖ/ᠻQ/:ֆf*'qER/d}2i{bjUx~\y'8kthӢ:miŝ Sa(=n|GLq*]AndQ/ &zvH$ͯgXFdF{eSʓn)MJw?X;Lئ&++#B"itj6{|.¯׍ :捇ATp" %}C༐R@ Ѵ* k%VL"먊+xN^8+sKF`2EI>ސGN =7ֹUYZN5\mTC'ʹ-{lrO9 @"26];!fz3n6F7|L 퀟qIA36FPf\HJey[UIynoH}Eaa00,F!sMFYՁeJXF1oVᶖ"#: c!.F VHJw^{&A_3Av=9i_xm\$_ z:ԉ.ӟ2ln?3 s)4'y[Dz*ue%0QGxe;b *!GsC=}͸aƻpcVI3 :$ x☣'$fr,FK "_) [xQ̋",#t8;Z dыX> ⋍Ws~9 )hE9SAÎԘ}fm5TtEb>B602zMRNjrI?8JPSk^^7{0uH 5=TlO=pZs|܀(Ayp>q .ϋ?CE!Ǚ~+&#Q/I>ZC(&آ;L0ބQ x,AjwwU4Gi}]5B?:ap̰u;(≵v#GsVŠ-λFGRsDZu"Ƭ#(QA?[C*0WfpWnjD`ZRn&L( B BI8g@;wOC j:*jڊ"}g1d#joc=L30ӊ+E;m?7i#&H8‰ݍ F+<8`)*mfX# 448=L4>.ZY ʽ*;x&w۠\x/_- ZH:W4cٶa*N73fo@O/` Zj>obkup0DaM߾b3o(̱tZW n_Q] j>y#i(D_^蘾N]k\ d.uU 5;AgRTF`s]]ZyY)!I셿x|&.*ZTkk sY[-E3Ki]!;(qiSJDP)h+nz#\_Q;t]U]a;.z07J[;]+HXo)O>ߖsωd,9%=8o>^Mw,ӷ,8DDBoeId`B('IkHM#܅]5W<=4!S.J,j!OE~J0gg}fվkPQ&YV]5Z|a0tnEƊuP>5>?[Ȉ]Nr8װ׎͏ "TjqB]V0oȪ6%r(C.tht"k%_`mYGz|: K15MVBIy< >%{̑Z揰ӓ얢;~ns#n;\͑LqCUWQE^x 5JN73~Ep[A/hU&"i>c{n'y`}SG?OSˑAe}}.yft Pd4D$QYTeZUГ*\dJ$͗`yeo I?c#V0"U׍>5^"sRcawk)3z>bʱR7sa`Si:x(գ(0B߮M[oloT֝wW( ݾcfX1g*hr*?RIt_1uW {,]+s+F𓗁NIIl+)Vr%p5+xZ< 8?ù/Xd;G$ NWMxu{i/5 nJJkP$fS J'گc[&qJ6VOABQ嶢k+SBAwsVqJ3k6Zҳ| o6X]ea);u-5Pv61oD/{X8nK6ץ]Oʂxd[x=k-wb[sc 8? ^{-뱴PUz/Ppt ^T2_)i|j9oR0Ҩ}Av}֙uB靾n&2F8$¿PFn6~1Vҙ}dKZubCS4"Y</\'8R&Y~ ː6/ݔd:J%RV*HG.2lww\ՙVXF ׾PV}, ] ~$6颣"Mqo8lǿM+ ԡc?>s{2_ETϦz7ozɐTo~O1hv+_|hipWmsLDYvTujdYa>WuYet&).|| J3f>+}ݑFcGaq[={sk.KߞͶF1-Ŷm\8ޯ[_{V=mOY#}~Zl7֟G BbԷY(1xX_yrunX%(X[I[u볇0`h]d`FVʳiKeZf}J_r 2=JЄdx|3ZeMyV'@?鿋v<}0.VPZA$ ~B7ʂ:VͲX6)RX'{JA>hKw8VD b- PR!+sחjibezHlߊeܯyߪoc^ "N _ȭq+Y*-߸ƽ%w*< B;yžfJ0mӳ7 X/ j^Y\2?dˠn/PΝ9sr<&(}uOL^+l]3feN>v]t @Z&{Ё]9h2%jkXй2(2f kɯ 41iJC ĩ#*.ioQa4aZ̢nͺݸk4pq NUN*@ˬE1AY&SYzoT'7@:E`(:wT۰t7eܸ`$̣uK5i\0{*0Ԫr\y }}C(ccKـ0#֞!{m ]x&GG -˞ѡ}[ GJ:{gZR:Jhw@ Dm"ǶE*7=i@]t h9*je.6`td [(wXk !fHՎl>fڪ6հa5dkBjO"vzZtT9ݸv8(_Xt_phO3}۞=Xw7|4SliA}5mnws}{I)oIuP);` ( X^8ǨwE%.{Z}zjzʙϧVϷ}:mV|׾OuN"゙}{}|ڃ9@eyu_=}Xw֡zm;\}}W3<|^"#ؠ>%<.ETF|a^tg*_>hm;NRfyŻwF^wuJ.΃e;t}= {ǽ\쮇vπU(=>=}}I.O ۈs&.;);.k|Xݪz>ϸ9=oor{vxWE;mǯ] P/`m@stπzh4ba124hL54@& O 14AMOFS=53R~=LM4$hF$C)驔DjMQ6L#O@L53I<Іf#Й144hF$DH@iIz 3!髑'{(g#m|5s1)VT 2?0D)v_Z@-6`uAN>Vx蕮zZCƅ%, "ڨkiw"2PU)$*+DaX&̰Y"R2?^)P\C2LԁT__tv$b1X-'[^%V l Zȱ&<ǯY.Ŭm15"S@~p A1'YK kIVs1hڱGa]U9LQabb (g?k{9Fu5w,L-.2R0k{;7g,<~TdABAA`((œ("1* EF1b, ("@XXTTQUDHX1DZ io[/rza>s!+S#mwUD&`P#*Eg6a{;/q 9P qV4lc& J4)L EPȊ 0HH#, 3py9:aE(!1OPVk,A孒+q3(  `P0EPY|4TUrTR*IEQ$T’[CTlwc$Q*bȪEUXEP*1BWC(˪ĮncQ` )U |OyrZ&Go^ATUEYPXF-eEnF%M")$VF> 4'aTb@+ \eX*"Q@TA,F1PR#* "b"$Q , zKp*RP4D T[PRAA"A`Dcb0XAAb",kVbȌIfk]C65ű3%EZĥZ}4cVi E" c ȬEY b*@P*E6 **DAXH"H(V '|oN⠪X(ǮDDDb ) DXQEXH}9/C&B;.RbXi[` Q\mp,f& rێ[c-%+)hR\`"D\3W12)-fc0*L*\0ki̺?sOta0dU2Ad-("E1qk++ok1EF3 \p3|tmV|cD+ XS޹N]LE4"Xj) NX*Taڌmh_9f%Qq`S0ke\rs0S8\2D+KfQF\nVܸPĨJR:bo-A QbE\qZX.%Q+r[Z1-j +DQI2ԩ2$ 2iնƳI*"FJdpV"(*14Y4a'V`I]b 0CO[ӊT 3sf~~s0j"Ub-4r'._M_y%Yj0"Ec͔}׾? |]_u~Nve"ᑄ {Rõ{⾟}>-d)`Z3!2cQ()U=5j+Z~{!UA2X\+fCX-1O3~3tiE(鱴8o։Q}!ge= w^?/н# t9 TJ@`a{flr M5vs]ݗgTTL( XB1$A9mbikH[hu[2b_}ӆ_y; 3ጨ `H.J™qaU˯L+oۆ>e5E8ur1=6}G;xeȌ  "PGbb1 "R8kЦV-D2. ZdFe x^K4ZʍdRI Ubw|KԞϡx}WA4^eW%(m4F]COuQI _8 γe%p=A4zxYݞps^E-1"_v-eևߧy`Ra?mc-l7ZmMM^;']xFDqO$dI';OyȬ_Ǘn `ZXωO*p8_r%j%b98Oaq'_:zsTgls=d;JQAA ,`dhK%AXEP,b+#9=,3b ~PTAEFd#e($YCAE330Ms>Eg,~/`ҞK>pu}7<th.f4'ҳzVlʳ )h[)X7)fUt{"/?>}};#("DG>k00R(AIի( HBIZ\SrypXVݗ9q?]zju ;`~`W2Wu{x6͉xFII@1 /9]<9͕P.[#y!G+`CuJ{ E,fOͅTd2"]Hbo8v[@E#|[=_~`[ ~"~"CaCח.>eP蠯D{[(> LȔVP2j͢,XkS @a3)bs>w{_J[T^ v$0z d(F(`鮨X2ҲP8*墁)JQ^TzRjʢ1E* (@P2!gYiQ"eJbDAC6DV1EUPU0UX$X{Q)@9KRbQ@0TJőQTЭaU"R*7}}''i:n9-@1d:6x) I8Vf5`"v G30wVH`=~(N=73ۣwH#i;ܘ~xv[~Ov;ǵ6d'2 "h$$!*~v 9n}&1Ns&gGUsBC B.\D-抲>55/wtj ?w"~ qn.Ze4Õʲjۣ? OSWJχ/0<}tHͫjPyK=q &QV5yxc$Ѐ& Bcheb1`" 'SvΔDa/ *0YRV#Gs ZUڟT/RCV .X\b,B]0> ⾮A`XX1P VbKbA@R(b)>*\<_9z+NgY~}U0a3y|n|b,  $:&y 'q bg[X Y4oEEe(UEXDCny83'kl"4"]PID$$YBA$NKsǃAy]&{* nkaL6.j2?6Y[gFUTzρb1:5EiT0JPh:V 9v?Ýg$+ D\s#ͷB"-{Cn wATTAk (+$XY"OF [kwd7傚TTqZʓ~՛H@,`1dX0dR*1b"b A BF*ddY"BI{=p'_W{مs5?7| (4Tg.ەW𣏕 WUSE8=KbAYBǹNA3SzTR*D-ej'8ܼ~LkB`D  ΌLB " 1AV0@UQDQP ~~߆ɸ/MY=z>]rVgX! [r 5 V&DFls@km\2;FT.OΑ#*~ U}A *"%uʼn"?b" v % )CƁGI@pvaeW^6=uFȯ)BڔD]n 0,E9/@7$ 'xc$BN&oZeS\渨c PE,2Q~ܛV)OB4h鉤7 ?-z``Y:$z=QdNh5C5KNH {󼚹Y<&jsYuҳFl%e=$*~^[2OEt ݷQ. V^ȱ@ŦSQݙv;֝k8*e+Sl1k" A+E]·Nq~(u.H!`sp\. Fp| x܅\'̢3_ (&zT8x,H5=\W$XtTBHMH1siPbDdWm|k_ρ <$B1e3ړ Ai#<%B};W]ɋwkA :TܑG I1 [.\Y*vңOY77c0fksd,-HBt4$l9$)6"d9O#7# cp{=B(u ̨:w>vI?yӻӘ{ +0f,yD8_Z4MA71LhBmiB'_H[b58ȾS^KBt N;\irܽ ,4ZgяgR~#oдC#_p۩8"yP*V $X,PEUF H*V)9UXc`PAPA"e2"ZAAQEPA j"ȋ,(X YEGZ"PAh uJ"bQTEE,V#Q  $,RTILHbAJTUUA(@Fc#YVF)Y b" [*ш(QbDTE EAA# VU(1QdUXOb"+"e+ A7q ̴?e߀g gǫϾՋ?gt3(<7&Q_jSXmJG/77}۸^Oc1xH !uxpP ;wFøҩiyN q\CwYkeڙ;5S^Ϲko:iE&{?p>z2@C!321qJR0KVi.qM?7y#&9J}+x|'UK;oG-aH7bd쟄 BVsvAc+^;X0 ?H\0<ݏ]JZXqQ[9=l#Buoo{3m1-nк>;WMGOuVig70=t`:rN;3uRqYڪm`lWƢ&:ӷskwL푭`0}EPF!"D.=m:^x ^o{_?7hG .0SK-ոf cً#g\!m֖AJ~̘'EנT:oޠ̘N2~_yaB1A~q/; g~{ngRHb#?}hC 9*'qFso1ԁ~* LMK UZn؉;2-5iꩼyêxp|^ x3yH""0ED>t0_f;`c@H"`A1+e HkB $bw<_&Png5K:pZ#TP-,b"\E9uˮj?Iow%g##'LT./)!!A4I &]0'6dAvʌ "td fC(2F M(}Īk9pF)VlAmsa*l W}6 \3Z'{%HTbdHdgǁQMQ`E))#NV&QEAV2" bZAF$`&eȈb jATEF6+RY[J$ET"[c TdP1Ŭ))[QUkK֨V( *0YF@( J "k1,%QF3-DV"*T@REYdR 1` Ebˊ"YFBIJRPJ5>_o3[goM*.R2V0 Gz/f Bd e0|/C{ 18[DI!cvƧfi SOx7,(޲Ew0e<[ pm.Η1⹪BpB~iA30f`$$+J@d]%߷zx.ep_7]xwۍ_M6C` OJZ?w0%r83bxsj@Xgڟ;ˡ`@NAN'|>% o8Dܤ$]g d5tjAt9W}]]@MϹXG4cQx> љufyh:kI$dI9&ve A0;O,p}cdSt|=aո7_gC' C dxҐdabAAHEX(Di+""V`fdm@1*rx7,ŢñVO#=feyv?Lsa{HB#" u)"ȌTEUEFH^/꾥pO[x/V $ (Ubdf1 }'O[&~$׬UQvs,gƳhc]Yz6> 3;U^XC ,A tLͬ,~\4 hɣenW 48׍V =J X V! PΡ@/N0úeHvqϙȔ f$@"T0 G9(Pn.6u#>{:K玿4g{?]yEOچ0S KQ 5xa$H2uuGâ-'}k趃5_Vd`JΥ1lnvߟ4"p2If=?Yvbt< p;bURoF|x;ϽqjՄЩsMOR;n~է0fj%w>|?Ɔ2*~K؞jvYb(fYddX\8jFZu^J f @lZ:-zFrcNKb ,(jPQ!Q_n;Q<(A!neUHB' z0|cvLln8 dU=wOm܈HŒCC(~/hS?{WݹaSK99? dg9NjFlyKK=eWk;.Nl/>k+#Gb5`s؉?۬[ (ON+5 8݉[&z͕&WIYoO Al^ +]Ha4$YIR330rkۑ/ r {*RnS  "q*CnKa%{Z}_3~ dm` P`̌)qceXov~Gm%ƪ6t⏳G]Sh4xHW`WnD’d p*tYUw)o+ 42C9xsCYOt+s^iž^|)CT[PMR KdYq4<,?gVݲ uB$$=3똳/3'A_5:wrj-=*U'uήl rIBE$EAj~V]g^^gkt\[[myOr]Ўmx|:n=|hڰ ɸ )P ^ҏrR cuoC2 ;KKU d'Lad|߫'~} L.^& sc_sU{UӗU:WqvI{_Ί:gQx:hxGqj Ecm걌6\;jfmkmhgc鮛}5ŵW0vx\s]NVӻϪMqkۭuK(|X-^z|kZo~u}bK{S,b0GxlPmԪ{W3n͵HAD" [PExjňDƩ~fC"  UFEV(Tb,HQV1AdM0@#A"@c+V0` (EB"ZUdF"IhPRbAąDAbŋ0YYȰ@U I"H,!~޻i}/ϗ~ދAg"TwtN}Zz<|TT4X+=7qqh|x?ݢhDZ~^"'[Oӻz_WuXR䦓?PQZOlpKOgtL'~.szޱYu 0L'*v~.` }ŀ:^ܴ6~fλ>f=9>:Z tq!28d {<_C6wx;I4Q$3#23#0 = 3K Vq7LcGSCC3)QRE2\ER$!f%(Es~u@?.t@b#ݖL|c;eEф41$h2.ԥB0df(isʦ [}HSN>2#5A_j$8N|< UNBΘ}_0  !^Y}=g5A>/7 wA|u=4|r| bw̤3 ,>U+ aNP=kmd(fXO>#Ξ9X3p}댐v?uvc˫8p BV(ML@k bloiGp{K<;"!5WOTwgҮ{]Wh7UUFoPF"Ō0De*R,DR1*!@b*c-Db- 5*"*(1H,V)T#m`1 Ʋ(DkMbhWVX1,bVJDLUO⒕%I[}.n~֟F߹”7Mhw>;RJ["M>rVo(ORPg6Խ`pE~<,[Sh;x*Ǘm&~i}%_Պ3~/zgNMX)E*Vi,! >[K/)gg{kJЎ5@Yg Jy(ڊu҂0Bb}  I(';$[ߖTK Ǐ{1&`|xuG3iN6 B ` ^C~kF*(Uv1xr5"eK=XBP:BPDVw/l kyAiRPRQbMRQ2DF*+ibjUU PPr Ĝ2X)H~ׁj]a6(EYi,,:N.>o:1k diO6+@ho݇՝/EgiHBBw2˰me_5GAƴ7Yp M kgGNn~R mrKLgugSXXX3 >r|DPQH("Iw8Ojt8:\|_aBP=1-!݋bH#]n˵O;Y6& >E$hԮpJT&<%0j1QEtMO,A|A@ ,$vmCgwݯB2f9pP~Fs9Ҵ}u 2*CrW2z3ʸТ{) e/@t6}=2Xd:BTGV+_^XDQEKFjˆbbQdD` ITV"ʰV"S2RLH,T4(*,APDLjE E vd?;;IC9Q,ScT>[Ymը?^iL80Cۭˏϊ=|~cAWb*,?Pğqk*ZbRg ʲ|? *%!fXhDUyH@ C 4GqĂΟ,XwIj9"Z,8re"s2jI$՛tU`'Ȁ ~vPEIF  sb0^/|nl?#T82B$: {PHPQAQ95*_T {2&zi2w +OSi:CPOvܭ6:F,w@on)Z_[$*E`ܖ\)ǚF=+e?4"USYI-b ̌AC$(2''̴M|Y¡up f5J&QL7l 9{Veܘ{H!/T 2!ʑ օ.33)fG(]CE) 87g{/q76y2֗<_^oah_ASDiDe9 A7zFXۯPY(d3=+9.Eщ YG}dw:՟fQQTUTTJ((+iЊ(6DU"EQUQb ("FUPcT (Kڿ;+U@ͨql"4iFᔑ  4bfg{U_@3 `̍4NfS ;pbv{V1a{K{F7(l~d 45c:#We>%4EF`]zL2iGpowU?[`ɀ "1P !=쿮gRZQ3Nގ>ti1RSN='Rjj,5{5zcZ TT@B&cp.r YMOimW{Lj5BI<8BaepnoO }U,sTDͳ!E̙6w6rmosN'`l!3I#X2 2VZR/}&'+x;oU1\C.+2;+%٥-C U. W//VfgB(\j˺f"#)UAQQ`Q~UDPM!XUEbER"# K*R(befP)x^r۝sPCjh`|nET.Jr+{Jo>wUn):ĩyi-AU@f5]n!zwpvT(18@ Zs D[28]caG}jbq[H`DEAA`QOԥB*zVTPȈ0buIXH2)=bDuFw&V^5omowe>*D|:meh]['젻0㢴0QSpOppư9׷F΁ " @$`[Cu !$c& j[L]ȟ{LifAdmSej zߐ֔%G!vUbR+6IO|A"< 33d PSsb[ѻ]w^")x,Q,QWh5Zb ~5*xnV=7Л:^&,;fFf!YυVF[ƗYl9?35,>qwTDɐVgu-K9heWխ˛Єa!KZHcIZl8Y"f4H< &ᇭx_RP؛bP7Tdp%C&PZ',>nUTɿp[cTUX_61chȢ%=*K*Qmlip\JH".2ûכ|o=14/A8"]0* @GiDkPڡ/ݿ]:lS3&Y+OT25nƎ. HWC2˄%?23$֤2I-#jnRO7Ed=ʰoKl&Όvr[$> 㠯߬5$Y F/r 2z~HHj;E+5)ax6Y>G#-  DSxSbΝ[!'^Dv+4dAf{6SDf"4H1 (XD$[s 㫣DH"/ ̖bUCVqk(Ca\?٠&P`@Prp)Hi#/?cD"s0BR?}[L{I!1~7Q/Sd'5;uz߿vwiV"15edRF,QdB5$QTDdfFI }la[JN: mD( *ӗfp"KLm8W=Q(Ab x k+KN&5Z Of[+o}XS}t Mtc-S7Px"_B+3{'* ffFa ]C[ A$wL9+ͧ R!iU:'qW0f@8s0&mM~gZ@wQs?):?(]gADw%9]ٛ+]y|{ɢUd#Ġv땔kHeJ 0`̭M ,K dG%{:wRn\{qB59=NAӻե `j!P>~?k+C ݒH$1P_e Q" *V,PF** V'9J(X"}keVnX,3;rjF{굼cP*W셞.)Hi 6sbJ(/0$N90FWqL\ɂ> C\5 z[-G[C3P1f@SS7@fd;DQL͘J mj=t/VIY0ztr9Mr:l>̔)D B-cĭ hpp4/kD1fzoU $3Vi_!|6d,}ߥ 4UEZ`~+A̴PI233# f=:u=Bݯ4`űqI1_3C Ey ;?=yH+q \gHU*eBZ0c0zf Dc<2c8pz)8y_=_:`Ɖ YE][$&NUhL8zZ }QovߠxZ}qj(E~#V"*Ed'/x~{_I[z;7 4~o 4㹸w]}uuW ۩Kj f0F} ܾ( yNJ>Cռ삍E7%6hLP/_`f 0aܢz)d@dg{ߵG:qf̤rx{/mZ6KE0/"&w0:9:` GKq/= 떧8@i"HmF 3)+fMvS %@SR S<9%Wn2"(XX+] '?~os|\\w}!9Q*5U(h yg(3 Ah~"B&{E>:xJɰr'@330o|Ӄ&a2"33*X<ǽ3!tH t,B?+عʉ}ӟ[\ne,g96AGfH3H1-<Ӑ`N<WB{P Nbhâ0iUPS'f\h'W@aa/dDQķ|zg?MMTD *A0Uh!##z7B?OO~g{3a *! OƎEѐ$Y`Xő2=p729Wwkwe7` J*>C붭8  *20 0W++*nrŊ5DFk_goT-E}W=RTV{=<2,R8ar{h}F@xQ|JLDAuF.&*Lbx(A@d H?EeTH* RBI B|swh7;zC:F{:]F" 폟@߂aLb /S]8L~XRpU/x8dUR1cK6u4D=5Q,k5[ȺDŽquHe)e_ҡ&gI4W]Fӈ86%dƻ~۶ӛGi$(K$ΓyngVp ӓ825s$ 0`QDEDOTb%E*F`A|v8y]3nzFIQ'i8.;'~D&)p lэ<*^n}D0~ސ@$$!-(2h>V"thl#$DJS3PLO4˳w⍼s߬[ }{b `0:GXgs3IU%dزu-Kf-Ob0Q@PUSҬbf 0faSOOs#oWC~ìfNkaJCUc# |K"WXdlMwATg%@L) +ysO%CN-Ϙc7\ҟ0CTj<ӟq5GZ IW>"so[Jnrx56Y)<;__hb V}RXQBF*e15OYmEW$ID.Dz}'v׺{=ԏvy٠ʼndK)ڞ7ϮjVty6 RlLe|nnySA=}D|"Ϳ]Ks>S| V -e -(^<D^/(ڀSCT1ڞ_[-⁜r3ȓM޿Tdd+樂0fSZG8/  Wpx+w-]rqZL T)#W;P` \24D}I ~B4v<NX䨌U/'}dQG<By0a *Rx2BTtH Dz%ro}Y[“qCҖIJE o~V.@xLfH*mN _!0'+f'输>Rfffdf zYʈs o}^FRX0jgН 8s^,guu;xd/)}zn2X b1Y9cnWc$nc98y?)=.ߏ6У!G <2ɕ$ (A Pvlpe"\;qKkkLd Db"" r;jLq#=<^.[j?T]]GExm4 kV heS?:UVw*EM=$d #0I$\C}\ ǧ}T8,ģez媊k`Vee4m#bzFdb2Zf>J݌<*p]eWnx H0jg*BE~fÑYţQqWwJ{^aQX'w\l*w336&Iރ_&\dђ+~s[qGgvwM i3A4*}, xO#Ґ #3$0`]k}镡u}g{(ۆ4i7=OI5e VeƜ4rxHR\7m"Χe2Uc9 yAb>ʪszK10uS 3`{[w#$@>'jAobnt _Ufw:.X$L; 0`7:rV j;:tG!G&IΨ5q)"rA67TY:^""&sA枒0&=bw)uqVfb6+)Iqb$K2o%n6~mQB3 ;+B?.Ins򼤂!`+rF(n:ZÄDFsGuW>_ Daݗeyrj:Glҭu }?e} }NR( 7c 1D;OjNjɢXy:K=U2DDM.M?Wi"v,uFBI{Vi4fQ E tC#95،c3PHmD~Ĉ`e8PH6 ^HiX_ߥ4n>DAv%0w#! "RhDxnF8 : Y86I^=4=\vm e&>I3[C(2A`q B#pF1Wɫ՛?}oi},q 8ߏV̲Ew@6E25E RRePL~ACL:~Fm2؆܍xdb>sQ_L`;t6Ҥ&@F[Ҕ !D$1G9-+yS <$El>>3HnT Hrem/uZUnЛıR+qr]5!=.)`~QJu@TG'10ޅNDa&g΅xcmdjGyZ«PݑE~\c-Mc>dȐ@=oіrV Ng}7$ ='\ 4Mqκ̐ kq:7H} sI{Cqlܷltg_BL\4L–3Dq  B؉fk8 ;j 7 Aa Ȧ߀%38`?24Cr&[@tPͪ"!I8d $2m:ө J6R@UN`T :3H H]CtMYS$F@p840Ij5@Dڊ@к $@<*.-p2DL=|T .E t@334M0wt!PkhH\\S!E&w '"DP$ TVD$YY&( ]H**&tEȈ2"HxH hH ?(O䈇uA3GAm( $Bb+FVk(%DK"!w[ln@@ӍDU0 i> ̈!Hys' I^9M9(1o H(b(J.#7D9\*nOûsZSo|v:vfǛ$$Px(i8֙@ p0Kz6qv֡2nv9[+]pUTA8*Dhn6y#am|.ㅜ &C.Gگli6*Eg2-ra+k5՜}uң_EpXː%zuHy9/M#TWdoqpפgDª ""Tbn jq( Gc@8иG-iwLlj8-ͻy K,K|Wma=7-5dn)Sg`7ؗu8_NP"ppcThFB) <:B` L G;jԼ\ 7{%P7imFaaNKh04ՐɳNZ~u%ݙ1OV1MbW4Z:tkRF>n׺g+}SoP [b*s(G i9hw<]ժD;)Dw9ݖ ;̽Bw#"-wNFo7j#켶n#QžFQ8`t&],잽ytL~t4nKT|v;!ܟcM!/01˒! NhClZk !Ks6@SQ lJmb5YZTH~ ] {-3S,.r%eGzH'%_s 5؞WpF'b~N*fW7a=Wڲg",}.+Xmnv7\R+' AXA24㨭H&:J^zӬو" 2@dYP@Tf1i,Qhm6%)ifnu[ uA#nqsu˜lRg`SsJ#[+;$`JvT'+b뮹u%Z}4LXu*9OiߓKuv}itz}j:< !P$!"FH (,bF*F* a 'yDД0!ETs͇#aȸȹұx;@!$9ˆHF :栠'u( *FD52V@\hi°S=djEc`P^o@^ϣ(50*f cQB Cwc*R[x)AEDx"^\TA+p{F񿿄+v_^1Ebi! &4TXKD Bڪ(*QTH)mk+jAM8M`E+* 1EUQAinM]|+'pߗ~6Yť( cR݅1e!``6:gط`G_ݻ$nGZN@օMLf5F((+-kRڅjV"DH d l[,YQd`Ŋi+DUTF u|ĻTo+ţQIOo"U7$՟ s*:f]2Jr!`9AIiwfKgw52khՊ 2*eU$ao Vh1dE,V#8QcTbE`F"($|l& Xk ( {|;_~r.%.,]Xn:uD7@""p-g;tQV*$ES:;7_8/t(=?D !UXhHl"0"0s"*DLOo=h TUe-jUh*Z+1TE"1DPQ"PQ@QQ>(&6TEX";{Q@8emXgrrs[jm7$ ȱUQPpvtӷտDEV"0b1O=,PX`B@mysCј@0fOǤ[A۶Ț4Q 9S >( \ڶuJEjԦ\`X1F/GwE"QTUZ* b*X1QEQU2Dwa5ks" DhX"ɸZU1ŰƋ`YQAV(,U10ȋ"$P](˅¤B*QQkD+%H-@-1Fc1Rq$2̎3-)bV\k\ԩE0VEFJªEXZ5`+%Ceba!U"ZX( dDR ̬؛ӫpMR,mX(2U:-N. # ,֕Xy9m%Cz6(Xճpn2cZԬ9DDHw $fξVQbKQ| 0{xm?Z={H;9@(F'3ijqպyETV)cd}DiqY"-FZS[, L6V2T0dRE .KɘR ѧ)sLf\7Ph )2–4Ȍu25ƑVk1,f[+T2 DZ‰*& rYDlLZX+%X2TUAAb%]7VT[ZUEQE4FQ04詢)eLF!Va\3M(V[HYXE%QL:%3  JPB[5O՞4Yߠ XJRY!ޱc=qJ(iUb"(uaA` UUAH* UE B*lV#FEX fE~ g{ט|4ffӿ~مÐ䃃oZ% I`  Q@`X f$a⇥O̵g#Bc"R"tu1_-۷ |ۨ,,IF RHȰ"Ȣń4`iS m[4"cL\ rC8uĶ}x=\%<"",DY1AETA@EP `` ,`DXPU VDz_+?+)ӅmjT KOS12ShQʝV﯋aȣ~sYڇ $FE(@\JX֣Ȫ #V*T(bTF2(XҤ"Łb1*EEUYPPR1`* AX1AR,UŋD1b< |m2gҷ 5Ӳk$dv:H c\F0K^TߓE2㵽GĀq ŜA3)?PWT Y&go?O (J!kFk IE-"H(*Ŋ*hBRbje[b)G@\Qt[`IeE$RhU`X U(LK`f52V4#6"Dd+"b1HTdf3AC5mZ461Y0PSeM.jkeĘ֭.e2-21Tk-S2`W1.KVke29fLm˓`.Lm\[2 frգɆcq.\j+r˖ZV6,20qK.f,bf[aUTKFef[!G%ALr089FbTĶs+ƥf-ѥ2_~˦aTɅV4UϓiYC2Ӆ0%1;t:O L/4]~Kr( 3^x,;&~#ݵy}|gd^_]"b6OW?o{iӡr`K7d{\nz}#gW_3yUQ}}*(iE" je "ib0e-PQAV,Q=vUL" P0r¢J`VX" " 'z;wu񼺱/'ti]t !70L샷IHLLs?U f 1@tQٔRIHZq\0 zHSmq"hfF3)9L]veΡ,i[yϠz=V LTEQnk 1QMZLf*UUTwNnhuQ.[ m-jfRb,r/WVUUʘ UR#Y\L=aV'B” 9JT:V5Pb*L`5 a < (FlC=:rCbt'ـ ,ң:r=kþ3=ŠwTÙ4X#! ^O T_Kř[1ʱMuz)%QElJAYJh" X*UzH{HCP1EĠ"( Tb 0Eʕ h-LJ,DEEJDc#b"DETQ* QQ* $QGwxhכts_Owې 9:_%>5mUρߖVՠ^1_8D9t=Yoͱ1>ڋBM⚘nqZYkN4kP<ŃӾ9]=y<0Щ.YsWB\K)naQ-*Vdfjd`[(((R1T]5sYq<nF(T@cmUJTXAbb""F"("DAPA@GTb"o)ib.PQJfdXcR`bAo \*421JtՈ (" **bkW4"0UrHF( d 1TEA*(b"*TDX,EbĨ*U,CP$a ,FETݱq+I+hI*HPeQ7B$@T b( Knڅe$-` CY4U"0bEQb1EUXDĊTQQDPDTbF)AX+QP F+VDUV*,QX(" 11QUV,E"cAPb 24]"nt_(UًH9#Dԛb$Q )"eZ2q1m0Yjۍ- 1(iL1-UPAL2nj1};* kq9f[,յ t{C;[Q y =rc.EL-Bc[FTb64 eC)L̹ZUkjЩn\TfkDvODyGDʺ;C#xȬϹ3['EpS} @Uʪ[ (ZTj#<k-yNe~ͩ3xi>lk3`^X܇b;=E |.[ɾ齁C0 ͈WQYڧ/c{`>'[GVQ(9j{ҍ)J(*"PQTFڈf!mA *@QfgdiX1`dDŤ-i#cjw߾)\ÁQ*Jq0/cQ@4Fz\6ȋ$ "v r<ZK/{PA1´EI̢X)s&BE'#$I A#'wu[&^%بr,/`NU/vf'V *TU pLGh` C`}YC%BT b tS )UODAZDCd-2@^F6ju(ފɁP)$EDF,PY2" $A`$DQC'ɥAUwr 7 y-D$EAFD}Iԓ$ހ(" ? '4Gǀ 8 a $ H Gܲ(s"m#"@P{8 DdUMpE(H$" TQPJ Z%E,@ `?~@*B@Ev1梔"'Ŋ!BBE)6@. @@ފUȈCπ@@ZoED*2 Q :T"!$P@ $"/Ȃ!dAIDdEEj@M}h(S."x"xC("cD[`qV*"H*,O D9󠍢|A $YTOsB!  '4H?݀QP? Cy1Q&Xb ~2 _m H$!"(H cDEB)'P1Ȣ 2!# ˆ$5 HcUYH( $$@2ãMJ ` "qMqDU5UH)=&I l d T!ASyPĀA؀*H QDWA"!v <4"Aiv@ðHӼ>; w&9 &B(L24>T:(וF~ɩ5eC C< [X_zQ;@K({M+giGA?8n"5Av\wMKۢ{gw}=2lɘ Epxh@qbC-B?У, 5pXalnvbw I%G@#VA\ C[?['G*7<$L ;{W3bR\gSbEfBjl©,%乂x7:4Ih쉌M.H7U~oOQ']g7+"9^QL ζ==wJ߮#p`i0`!33 ;aQ0=?4eA3 y>Y qvU` З<.dfVN:ǹcA nh?&cL:3(I#`?3zWcT; FXdb _fԼq&!A_쑝;DOX}WXrp74jn]wSm[jZms.Юjo'{sz`]( y10;bYwbJ0fAڙ` Db*{!X,Db0 L/e 7V{ C?eSvaQC0`2F0G2w_ \xmtf`MiЙgj |N~?`Z[$sfso J5Czۏk^6K5?xrȱb( /|Olm>/#Y;{,8+nn0N󀑺awMWwgl͒@$1 UTbAA233!t~Y*כwQsMi*+GD&lM`0pNU.ͷHn__KFd$ԙuϋvm>'ynQIaRq۷Z/F5R_BVNSuIW; Ão]幁#B1Q,Y*>+Z_s=m1"פoIDs # p! FCҀ X"*"*Y4Ȫ(FHH2N:[wV>Eː2,',aE>W;OP"D@ϿˍfHmR30QG_cY ?2,|w~}6%eۛWi\?F(4>> "PFCiݾ _9O>|bϙa ٕEGyqQC-jVB A3mum8iP.#ŽKx4WaR2>䕚mqVl̹j2uW|c򔼍0` GӴf,v.M}Y|8[2I1;`o}6ݦ1ϷCulL2n]WM8vPbWgS.;/͏^r1%&'~R3 ӣ)-e*f[~`;UxX#H[̭^Vw29Ce6ڷo5=wR ؚ E݉S:3:_}jno٘,dOw3}tyh,XUlz6|X!*6{ E~vujK*wnvsjqB{>y 7ݕyΓ$$CiB|=ӁrcVas|&nn;^s'VM 龾Z.}:_'ۅ7h+ g_罇-m1X+5_a6ݏøCqf{^kðok)TXv1I?Ysg<[$ff0fH5xT6ys?xНS1>N8 Cy, ?b'Ϧo!ݓwo֭;hwY2]×KlG|IᏈ7._d!7sY'r_wSx:#33B'ku+[~_#1^6TF}h7QύDc{}X^+~ûZ+y-;f4Pg j:su;4f35>[xeYv-\|ox{v˲l=ÌoMYffH?ou^[boh՛[a^ *cWo/w5T]6qOwxX/񢪢q#zN Oj5T Zz1~<ZNҡ<,<6:n0Z/ n_bu8 F|6JZKwtM'h?K\xg.wUq|?rs&L#e{Nj5ݷUe$ԩx7e{6{½7rm=]?5WWi}IV68J[p'cyKzv-u\1saSXl|JO&/˜{ʳ(.Q俫n߻MsA\]IM6 fW ?[FjVWX+Jfx~g-#yϧO[=?߳Oo[vuo+dX }krJ๧vz^Ho8bMQekG}(dsS@mQ+Qpv]Ԣ% ]nO=*ݨp* mM ]IaQ\M= Fq2K%v6zNwuE?4+'kCs pZ-ŬȿOxP/Sa#m'arj'6~'V."NdXbBP0a?r-WU}݁ZQpXU# _McqI/ &d/kv//<۩$ L%o6L7p@88tHØW ( \@z9Ac]U0N}-Bat@I-@οsd €'y[|~wX_/*dNa|pK{<߲yMw6?d[Vi@mHLnD|n'DVnZ7˺o n"]-PQ1ULD93qvo)?(` *{^tvQgcaC\^ ̀o?[#kp)Mw}%>?ްNO?;b=ߟk1TΟn^{腕}}Bl{g0a秌Pa aifm3 {1UR;.Nq]U^1Ƽs/סϹowa;E>{0=8Vӵ{~~՞y-M<_(m6 g>$d D89VU|ɌU*E t[AQdcQo=v2h]8`.@i2s>+|X?\='e2ظ=,`' %8 PC',@mm'TgV҄j ?]{|b ċݟkr+G'G_z ^H?G3Zd'[F|yNB_I,NcY,O,}X=n#2ufR>XtP@O܃b}:Y6SD1zT:BԠ1 \@Tx3}-iӟof @pA웉rwb41ܑWr\I\Rُb;+sba+-45ѹe?uJ'үca?!"9I8JHpT|O9@OWlDA@7~}HF9" *#1J&ǧfX[jf&O9uZlV/%Y?^WW nM:shVt"RcKs-s$:RBWH#hc`8K ` 0TqEZz/Imqhk/Z1hSzI*c8NOTcʄ4qT !l`s`j0JK`+` q`&wy; +֜j =V)wLYR"TY}H}"vu,v Gv *ْѲM4/pFMPI\^H{#C&L4Zd!qO˜M(Jd+P*JIEIR+%`Y%`dEsD@ .^7{H>Izfj>.PPPVȡ@C8PQCYǾ`dQ)ZϏ^z]t1Z1 O˗;UF]^UY ΡUk6T OG ľK ǎsS&"}o6qPFjVb3,ǥOY89UC"Y jU3YM5by!zFu^ ƪ 4d {]|{VZ^l!U UJ 1W0  LdI³a(h \14h҆@ım:5 ufca6tM\EBdqfF2bL9* >'W'7ڿܡo?ׄ;~=Ӷ}Lbm`aOw7ɴ[U@7# wtՄ8t47(䋗shM!Q ulm"ROAMSyM%x,tj\4ɢr <;&ɢTŢ AވhޥvhY1 N5j䆄ӶL 40I2`Y2iBX\Z4^ {܄m&Ki+$dVBr@hM욚@1\C 5 o[Hl HS7roxBM.sZIK nn,yvުLSa[*Syե-uk]&9 fxy$#8f݈"H삠_!UQI~HlANZ(@?ePh75C]5J_g=Nz3ަ! h;{:@b DG]}U1⦞ |ϝCVG:ݢ%n%h[aN=Pos/;Mnui43To&\C.Vzhgh(d_W3UOٞӘr=?UQqd3BhhW| M%eERF`%g> _>څD_ˠj+P@6n6 k(.QT9\T "&g5{: Qq5BӼ;mତn;g 7|20D2%RD2$Q`/!;5617^>URf0 cKZEGIyѼy=Mqlu߫aBwo_;]]P0n oUc?1| `:KԈH'mudm)u LyY ә!_L ;- QS ę5sew(lF= $k/l[TB]1>Cj6_K%`oGJw=U ٬uλYSOZ*u"0UY?0}g[z˱rلb~Vlo?z.'at|1\Mwi]x޿g9l/'}-X,sv.1Ы̅C89Q0(Ȕ2љzxa%#^= _" luT%"h"fTx].A3RXCK1D4gW2۫`.m9WE(w޲AyP{nU;!dtNnՂI_eNޤlЊym9+@w}*+ ajnCL~xDryۇp1r:qH"29$sMw@I_hu1@kCrhNp)A<Өu]0IzN9dl &t"NA"6EA!tDCngcnr- qiH\ɀzF :Z,NpBlAݘ01Ig {\v! 1P+KIfs^buT-Lrq/9 nKkpZp7q8Vٕcrv`4,W8E(LoXLJ˳fzFz$# d^S<)F * fͳFj曈#nc ѳu^ iMoeCz!dYIŚLd^.DƠh`z$aECPE;H d{aSK ّQl_a y7x֐/B1c!MMz=oN :'+J[(r P(.4]2hQ…2p!*J)1(NM M&׌3-sZub([$ݙq+ā8mXI 9ހ;CGH[fkFkYZ bɽY  hf X)l1 wMbi7mykY\.f&1ngCz`u!6 94"mn:QhTGmEu Łɓ̓T:əO6T2&֋"0ჂLA5kT CEwG8# 5KF!8a.`9ycm](3,fQ`y4\t$9SQNh!B2a[Ӌ!N$3Iڭ U.!p3&N0PV4s %^::Xu0: u8# `p3EƪU3Z%KՍӇ;"hϲbIÕY.(>{C3 Ir,%%=̻)g[Aeu#.fo6m J\H53;s9cDNlpqnaNvhÍXdg{ΙfݼkQPDf(9߅s.2\N&$D~c4@ R3`ZPmO+Xг4tf5l4B6K̐XA#]J0BfT`nz. K*pt58%thР`S)5TS$!AiZ@rb (`YJݨ1ܶI5SǑs(.aL;: !fޗCaTU՘,ABVARإ์u<1qz}C5o.Gz-&&Hxij-0t HG8v {VS8 e2IzZaa3fB]8EKC Z ONqŻCd:x+2XF!Abk&(,;4&!:Ӫ*:S9C=f5̙ otW- ͆ 9595\ʋ"׶拸.a tO6E 8LMw{y4˴ӬуeMď\ Z ֦3bmnj]'QW4<+PՀ|R*6 "{i:U0 "6| $$7_M06FR@kythR$u`HVEREI"XFAH1!F^EB.dEUD UI5t؜d CHWW]ft]M]غL%YLp2,HK`SJ X8&٢x.Y9A"IL2" " 16!Y! "$6F B V9=GB$7XjHE"(F XV*4Zs0C㌾6 sƴ f C t5*CFW$ $H .CS]^휍i!K9:S:azB0lн0zM*R ^H0y}r QpB&T/kUB1 , i 3Zk7M@67B\TK9B.uMY&I^-Yd,R(HjI2HbQXAiRX9d Dd!bI0CH*Ab%kKA+BUQIaE*ַf,"Ŝ3 A3FNp$HÅĨ!kJ!pq%r15!>~Y'}|w{<fA.)3OB iOۇ;;-@Ò3 HF'%XcFc!n * }aYg' &L)`!f Ap"ֲ Qzc Eŋ"XY T( ` "V" "@A,AH0.r* "`0"ٸK2 H**D X ER1U1Xd8IY"Ɛh V!n  PCMAHjJ,R! 'K fr;UPygٟN!dR` #թ;aΡ aGk{4 HF"1$1 0!B,s{FXY $S뚀Db6&B@>xZ"{ZMFRTz"!URp؂F`X)@`(#0'!] , C XTSQ$d wH)1@%HFHV JJ,$FI@hd F,afw"6+N<7!iu`jGj)6Q% D1HS-(JB*T0gfraQ՛_a5:0ݰ 0"".倎1EEq$lB*9|Y7>m3`""I$aB1bgRM &A b6s5xB,0 Ug ˰dw95I6"V":B*w.XզsM1B+/W:9:IS0qvueKF'4nMvۋRz[`d`U 30UbQRYo|:ݾ]wfԸ#/S-z|> j>?mPz3`() U#9j =%_R3S!lT 2PB d:] mK2M E"H( .0H30Y*BP ʑlP @;o07a `Cj^q .ɸX!xd4C95Φ%MJ[6Ɲ8dE$G3,N 67 B)9vkA}p0'3{[wuby "Mdpӳ Mމpp09/Zn3R&qճA5M+Jy|uqxBؒ`9AQDD@,(*1,EbD`"1AUAF( EDX(1EX2 **"QXAb(H0X b bUA@X(A"EUEVAA :2 DĦ@0EXE&!HH"HE2PV *@!b HEb!*BT aa;vkц昣ȨJVBBʍ u9 Ajĵh`ԣ#%X$%F[m+bF%(2,DFB $R%ieUUC5#R# E XV2Eł A*T@Q,HP"DI 1\v0a4H5.ѨDX X!!0N,ddFj` ,UdTRRlgAfMٲ oPs@C@f2rn7 Fc ժX@$0Jç\tM"@Tg"hdHY75byFiJE͑ṬZS706d (X"4 %Ix$,6BnA0@adQ@T#* `+!D,(e a6,EKTq!:{flLŬޥa&lҨH (n5Y6=B "0#0W,ARX%Kh5[n,`(D\A@3ː!zrXni%!dHs["CF! Np)UV/%S֍d6;=t]&,Ҵ:ܜUݐڶ0*\5᤻߳~heBsGIe$%'`@I O~ 73Bb`2P5,52( ˞0~Mк3P8M@X!  r.Y]Zyja&&Kf뗢 Ǵ4RraֱEd AUAHEH,, … %[j$P(Y*VaqbMfF!HRVVahTce$cipJIX(B665Im[V$bLf7B,J$2Y%AAԲf-(HFM0,*,&MC557\e LAb(RVleF#$X:!RH ,@I$!$%a a c & d3T 2BI(aoXf( S QI$BjAmEL#q-O@@Q3 1EM.vϛ3[8?yo$6jT)\ma>!EE}R|8.'3[HQGQ)i"N&!Bp BF_ӄqgOozIP]LwHO5JRGQZFE&/@(fjmΖ?ʶY\=WLovߏVɃ7(cÅ9ϊ$mڳ&t޿xfpkU{WNxuH˞=#24ɦSRw5g{V t=p}H(fvsv@fO j7`[nT_JZ!m!Ѭqq 왨x,݃SI8FtC{Uݯ'][ײ6#v;AY}yiݬ/#Gvh4:闑V 0I#T_6 fn-"lK|bFBʔ $\=n~mV#Ϫ6{'EaCMFʨ({sO^R-ضSivc(~t|^lj.Iimx -#9_AR<.Zf&&i*l,9);guvߑT`aSm^[=&m SZ|Z B >Ɩ?S?{}dڹ >nc!lu#6ynpC؉B&G8`ЉK{'Wdp.b9O#N+<*ghHf:P65|Z:R̷(pسXՏ6}-Hk`d2W ֻgiؾ_\y'E-vq8 @~},u">.,[7HVk ޙ+} ^d܁l=5 3Lٚ>6zkPE䭺NmWpw $[V<1<vI x]aPG?Ru^U)ϻwE>p:R@u 1vFumo[!_*R%mpd^W,S{lG\3jٰT$X?xWe<,Xũ/LՌY%UH)›k8lCQunndOzdVc"{:lq]rIBZܱߞWaåȳD4zIujHśakw%ƌ(Jfv:'D~YN>sw=u'Zz L{ed!baMrCWdVlK:M5QlJߚ.0['J8 [:\p7hpԧ8\ƻW0X9Sa6UǺ} "zxxyqZ*${fqm|tz>uPŁvKN:|`9Dx:x/ft椳<`tPD"/VM}3C6: WM.P'CV:*ӧ#N`x]b}>CrCaN]/93zc?nGiJƛ]?|I>-63 }ĎFpk,gEWG1<" }P};fĂ0"00"Hm*\CͭAAX[7Eb:I$jTQ'wnz9T!SM'ܮE¹#Qw[~A!d,-G7WșoZT$aiM!nJ v/a=?r({MH/BsCxQ@/;h`ُs>vmBq`J!xNͩ`OqeoP>@`QP5(#EDOf777u_p=ݠ-ׅw~ \cl)b_z֧Ԃy1?Q#`'>v= M~XeНVLjWv,R.f/#rA+ɨ94g~L|:DE X Pu\B^L,eEK!j{۽rn  z (ET́ڤ Q7 _.?`ۂbQ7~3=Z\>iϺC]}گꋪzE8'cP4MiC7:'UzYcȚ9:3^wqG=sxs<;HC hW7FP YLJ&k5ro11q: . :"l>.D>ACA_&T~րN:*TCfS_ 0!ύo.-n\]ǿx*E{ACEDQnn$M̌&%1@bA )okIJ >{ˀ0Pe*9(q2fSoPC@\޲KǂcXInu_& Ykt>,埝B}=|*EN@wT4t\-HΔ\!%!sJаD jPɃA \zD쵽{u JN,z\K~2tƠ=f.,<٬1tɃ7ó_̘%XaUeҚXb̲\-TddI'M,0ޅ|jj ɨQC)OD`?&6Uͳ|09ܭy%q`^"ŊbŃ0ob#'a;qz}jqq/X"z {(dQ }$CQIW+Gjp᳇*}E6?ERZ/TNV8QJ'h~x\p_D<ECj qu {7A,E8rc< C$%ۉ MbG6X\Z?@-Ϊ{3͑‡1T$"uWaS';)VL &N;t{i=ǫ7OF\3њ+u* ry"Dr*BKݞ6˟u&gK;'q`S%C^`„p_l˸Ul$\oRw?Mm>-:t67C[}n3$e>~s3.ZӶuf}|{+|6{ZF'fΕhb-.\csa,D~O=UzRtaL@Ok@tVKǐkb*9#JA3[Fo#g acc{ #u[d:/gXC۸ucTҰKjilUME!Bv`CJLq` 3 i\QJD8bHDkZZہ޻~[R#o>_ꥢ](a:@AJ~v)kETJXNnV5g&>e覟aqj; 0+gIT"ժĵiȴj;{ 'K8noygo;/o*n}^Z>*ΜO?,if .)ҏQ`8 @گ@Fz p/ U]COͳ0E n%h#پ  fZR7eZr9k>ǭ]`.˳RQªJ:xٛI4x?g]ܽ]YDiɧ??蜴ꢂxwigXmg{^,x+[s05C< N4]S;3In[7\T9HAq/%ꁻ {K~Ts2ϛTbMt$!Ѡw>ԗy GȠRVmӆ> ?) aUe?<#w9>/[`Wp $bf+i?]_Oc`@@ǿP*_iû-_=ߠD_g!r;. \x1J|hxyVIqfE"!26PhD"0Y(5M!`\HW[K^:?\5;1KY*[a]uW#zZqR=Z"ޘ223;+0;6^|cmI*΍9 8{0~WVZ͵:QuF % \fhV\ݥ.SA H.sVL2\򫄖(D"bǟ",pa F0D 0ڷڟQ{X"Ѐ'=,@ߑ4T'Z]O;VRZ7r_\ nɠm˱Ubz}>G>/D~8S_U(y[Se7e C_l%%Ie*Gߊ{ b }('' {sfvQ (9R{G10< @0 .g%U@K#@0H` 3'eOS?Dʹ Ws:xaVHR`n<w47qX~(!;agUcށ8d d @C3G@{K_7mU 3?{T  ȀE#!rQ\{ ކ_gKUHJ5S#ȝ49(ѐ07;'Y=!E^/ĞFA{۬}o~FͯsGuve;+1FYW,X0sSnwJQd=Q z|n"2 yQH"PϫSLsT.[p kL'g4ɏf70 Љ I ٨ͦMjspɿ{,"2'p=W\C5O+ Mn&+ #~Yj 8's vpHPY~~#>gfh)x㭈'8%&=' Y2jC/%<;3hq d%T/Ia+QƐM01:Zڼ̰(M2;W h $_XLӈӼM}/nbzlLRޱfa཯AeeɆ*1 -|=f!j'=KVoj :C$&;. X\,< g%cɮB |3Eޡ=hpm($c <_'"&B?»5(EfG7_]bʨX5sa\CQU4>W2__}h+а,Ғ~&>!ahZsTu[~ƈx9^rpO;ߍИ[RPfPtzzZ*q뒕Ih_O )qkO:v}t.|76(tȢIv*fG84 ܿW̆]BZk?۶/1 ZIj#ARJ4I$5BfWS]~U1a*!4t \ĜYM\͆b\3(NV`:&;'(b=}11N7-0~au==WxCy>ȏ#~?S`,9nw)sHwrF% `UFw).4Sh ,3aTh)|_+ ~=G w{% 8Q;Lz$G =wr}\~7B#4YXk@{a>ZO!ߟ'uNdAڑ faA#ɹqԳ5Yjc?W5 c9y$ٕ2[a9:p~=`Y:)63 T$@i 38ďέ!RDx!}o9}*_u<{G4_>5vזoWh j^6]߸)TڭzfT^rp\jbSbYpKLE"ٷd\@lx::>fg5UWd@&F"D=8PMd.'&"Ƃ 3>؊7׫;CadC(ZS6ER= c S',#D*wE훝XP% _H-=Vq#~gxa> zW/{{ʉf!ZNZk_?M6ZEi'wn-k6a9᭽tۮ+ǾME: m_=e.11nN8tY${Mm~ˆM%s˅ci9[ֺkК]\n(G;v\jUmoS2P+O&GI2G ٲ\, ^ 9&&+OBwbB !{7{zZ4%Z&dO_bŏ l[}`/&v!1vJbS*F=eWJ^S`!~\d' 3nފ.oi;lPakձ]nVFp{Lv[e\Xn6Sn{Е9-zTOݞKFC~()j]Tgh8]?[$sAM q@4@m8Ra%:xuvo.OTc MM,Sd{3C #pmH܍M"Gc7` j9tDn{z`*rEnj]O!U&Lr6B83r:|m.eP-{&}ƉXMw2|k$q쥫 )$QJMos 7of`./Z #?Q{y:ę87}{]χC|M"ݔF98,zîc_fqFb RwI0.XhKN>zRAb?Qcײ9<4Krq2?4A!}56kzgh|FS;Cex6=M<2v̥aH j asm"T ڷ"H4خş6w5v/Y\sNM~I6*/*'qRZ~oIޗ |J|sNEXGR9K :t"1">½5Pduуq}ܠ#Sjt`FXv׉6F}_Cʐo:l%)®āŤLQe^>q˹:WÂO] l2>*uy@ ![Ph*  N IOV~58OZA[Onm=SjwT®Bu-06ޚ \,%eģ]16jVKM/ܒ 40Bx]yTDȅF'XH̢5It1a/Z땯/. 9hї( = m8N2` "{ͥ C7ۖD݇5$myT3ãNĝPA:WlMb(*+ -[~hP?uy?n][_axé-Ck(Ĉ$P@ρ:|MB@$3A)z|- -Y |?lTԚ 55^}Avpsƌ@Cȵ@/9wcLY-1zT/! w~]ρP:7^Oz=#g W `uS?y|jabNb <=S3W9iz [^ǣ)դ aИ)F A:E0`ٽzkx/JId@MDnnL{TUM$.`HԲ날X5*CbZeS#vhܤ5C-qOL.wv9C2&V(@j>H$'.M"d:-w`XY )^s;%0l嚶|kc|~??e۩g`$+iPT*mh‚(Ȣ5 >O݃._ 0\ J#H,^iL"޾ׯ{OaޘRhpWSYT"6ntdCpߔ+$KsU P494p& `rQö*JSV@AoK(LV :~˂ nHG$%Q! 1uYJ@ {z {_7o&ch),*Kp;lto|!T#vU!Y -vvfDCWCgD @Y"ő`YYX S6ӼqlVUy3M.cvtW P[Ơ55CM8ΘËG|3 0P#O!NfB 4 W U"0=Χ^j"dʂ0rMBGCN[pdgeUdi\5D(M}cYU^.z/9{a KXQ !P1HlFeGF40Ƚ>=̦O}N?9+L\hd?;' aҁ`/Vٷiк/u pX7+R$8ҿr k<Ư;~7&zZBI RՑLN +\H=FKR17Cu,5TM](D^VVokTFTըl2w4!B+*Whe9 $'05)p\x^2ĨMݺu#e\OV9{11H)BheBFqw ! _øZ:7 '{ok[@㠜8]!VMh= z5:SxSzMTq\4?ZPjPB7 O#+sR$: ū -%>A@NzW&&7vkI?BGF}Hik9bq?fլSbd [; aV zPs=mz_XA u ]j-gaZ6HS[`ˍ.!ĐO.C!=gfȪ'c5ݧW&mlG'Rć#F&_y7}GjGoCACK'<+ lG'~=࠹PWDNgczXR>k4#Ǩ^nĎKDRmiC E]`ϱz`ʞ;HAzFPePf s,ubL3b@,_ňY2zbP♑.*=@wt9\̈v}рqS fTts$'uB#ҶaPBvݷfT:+{51++~B@EJ[vUݵ<S& [$NaG^y%Yw$g3 {jxCoP:銯+PsD_.ck.f<_51wNAG9)2.Y%X@+MKN2ձO(<{~kW US47LI͖6lK{[^/̱MpӂxÒCJ?ш(0fN>/\t{VΘA N=RLJ)V7h3+Lg9Ŏp(ɽ@B-P|ixȉQ"|/ĂF]JTukӳ>}Nی Vą1?R" _;|x B]Kr-6$ľ[ωgrAy,QSlk}$ L/ ?p Z>&1<B0C,2j(L?{,Z9۝('ݴ!T'ܻgPݑ3KwHћ/IJr,hkCPw>tP%0ْG[Md. ,]K`240 Y5Kjx0Jb $ANB+| [#M1 * (3,5cZNVISP{k4D4  3*HAۛ[J$Oc 8LXl 8RuwKl{' .nHqt繯Y91`*# Hp`k[9Ru{7;;}tq֣8!4 iĮ=\^0ֱA] faѶ6śMw"Q3rqwm6@$!v]gG[i6Y9GmKvnlķlC4nÇy7тfYsXmFXTYw)xuɽkŒPMDđJ铥R%ҊeB&!_us-)[e 4],2bCO7|j :PI}-\w`o2r M)ˇND0O/`"[61&06Y1gi];cyCIXW0DΨ] X<^(GGt6ޯ9ꖎf7nݷXk&P2b:yұAe@) 0&:fiV]tim :j BSMv4z6C@ݫ㡑^bɞaep,%C:w^v]N6 /j?sw?d=B#t8yY sRꃹ{ܱ =ڰA?R >GpWG`LG Q}ݏ a w; ÷'t]#qDl\ۍ!]$dFaճwƭ>#F|J=Ol_Kc[}]\~E鴫L/гMj5YtҷlŕTkG|]C%r_Gw5F4s\G\$>L|c pCfy:LsJqoE=TS1n27=Us[sW3dbP4Ii##Ķ ;VWw?..-F:ժl\k殍EdNwi&\:¯n!~$dV#9ħ,e*ڦ‘7$h^f(`U~;><)A5ju.PlJ¤C}8[> N2zuXTv0o G۰ׁx}M% Wʹ`CUSa3 ɛmmYnr8}h\wZN];PޅX;~j)k2uVX\oJ1ˬdEapIWRYSsYݎg|egqېOK #6ӖRfQ}YG "\oq59P4͎$%-'׉,:mV!"rmRM;oi @ZˊFz6Yǧ gj y&-,ﭑɴ۱ xt2HϠ%by(t#q䫎uoQ\q:ϲ:C\sB srl4̎E0qTkEA,t]I9FѓǙr*5/?7.3*T,ѧ`Zd\FRZVb2{z zr x€uz=o{~Fr{+Vҏ+ENN'2߱l4WnFX1HHn =񝤢-nZ;R^GalCo x}F=?*F t-pL6tb@2`]:3S^S?_Tv ͱX2̞[nrvu5Qr@~R %r`pLpL(0:yP:#gCv4Kx1M3(G^dEP.t1hke,! )J 2T,C.KO?ӜtwSrhŊxȃ#BPNGǿaW$\c!.u| 6_jjp 5rE6VzjcoKϽ>Yq?'yeuY^ibclѠ t;**^$W 91!T ֠pW@'tE ÊLۗF/բ}_IP}Zl$GM=3D*11U5+X뛒/o:.[j6䁸5U^d pLD,>#>cqG^c~ !2sj['?ٛׯ~Yp`'ڄ<i7lK[T^ rnU<Z;硻GޘlGKqn5Ej!Oze,Р'ɫG9-l[8P&~?#䗞qS1Fwb!Уu.E7E'Ua#{u_ջ$>\Dn$e*|.,uRb;K]\ʍFOxnӱM%IOᔭDw╬PQ<4("r0W4O&uXUuSH0ٿ$ҴF Jh% oݟYP|f9~XVoTBWП*yۀ@UAlz(Nҽgljѕ:-Y4"A&A3,DeDU >n#`VEkrmW=R4̵qB7﵇볖jQ3׊YŒ,#2dx ʬPBK"iJ 3OJ gLN MBx2SNqP|&szs$v%i|J q(qxpyrQy aҧC.PРCIBV<: q6rF|E^iÅd3H.aoJW:8湫hN6)ťB}8<ݛ7#4r[{ܗoZ.>;OscPOv}Ͱw⡞ *˷.AC۸[bBe9H^*}ӷ2sOwQHuTV]_/}W  }NA蠻^clQK,|`e9f vrdf129"f*/Nqz˖~`^Ș!7JHIdAWcLXɑ~IaH.3N$Gpfo1(ƒ Gq%~{g`< lO5'fCKRi$p&Z?s s8fp!-T ""} Ny*iVaR{kSpVcC*Z~ThBw%^ SS:֤𧂴c6Jx"(XtrA}7e-k@;fi+G7U;~n);k>G? J+iEѓD?ݳuK#s[!jʾ%((8co9v!~s@Lr[$aZcb,u'"?imD¨?WkgA16V~C:{Nw$_~\qt3~د?]k~v4뱮=uHI=wWünyw0Chyj OӋ֟/=~RA544[&;ta@ߝi@IQ%H $/HXqap_[l1q;R@8`Iϊ4@9PC|UNmGc)DTͻ~l/}_5gihU~_y`x!ШUVMaSo^n~ ak%/wOf N{fឈE )6m2l3)qu޶jU 06z^_g{- /jDC&b Qw8G>c,;G7C1(ӣۘYݻ+!4bPMV рa (~ca?3}I Hٮ;^xB[y_f/#-T١RCk/vnv:T"by1z7fy6!wa9ڒ*@0ſLjqיP@to*O$107SRnC_ඈRnaʊVj^m!5-2@]7,AKTvv[zrEh>MЧ-e?]ezx~UwJܶx0-g421 崛dڸܗԋ(K [0Fu:S#w[}PyBhc+]mYuRa uB☗yw{M\`B}[lhV")[AVicDZ)Zm}RcEs d5|ەK/{{wW]} \%vֈRbOr47CO 2Ł..G}`'#R8mKfU0 F@H@g ( Ȥ #,!h 1H, d(2 $Hoow[7ws~?0ّ,ı1U㵊CّN4VM|Ifzu :y1VenY{n~=[ejGd0j*i<|j!1hCin EDZT 7?bʱ'C#c:>y֝vSY!ZU,A9V5_KI&X17Aqz5 1)n|cymTRt~nϞX';{ϝFyvhYOw:n&Ɣ %FkVnm&zR!?{HP v%ǯFoC^H؂[^w?bGoTVt?aG-1awgv.=YFLKkŸry8i~u^fM0bK#ɾӾ{pϴUynPoqnyש,{>:yymlor2dvZm({5[ޏ-T24h8A Ŋҫp P!"JQL=7/ ;B~臌]R謼1Ei9j&Wqݡnq u|Z Z Yc gt>Ĉ6?`.XYV. 8\dVU f.`k]F>K7{U^ʼnz,8 7k Gֹoh1MՄgOxupF<!_掜uM w.#=K俵uV,Yv*?yB"Q6W^] EjeRHLX)h\㽟Vs[GX(8m ZZTC1wْzaCk>/ CmDF;ėZP\2,,+Ǹd:6wyE~톻ETt<T-ݶWNXQek|MRgpḢumW1u-@kw#H:3 ĝV|Hu-/K.֕cabp+MC(4ic޻NZ=GTua[QO&d~4dwkCsg5|>Xwnk^Opl4m3ݲ=dt>ɿUly״Rz35<Pǯk vtɼ @"j`y~l^+zV}mV߆uC ('mqL܀yÔkӰCWRQƪ[##~Kl.GxQ8<%() ,oJ u¨}XU rbH, v("LnB #l,;h2N!FMޙ&gKƽozή CBAFu 9dvX*h T;QT3,:h։B^M! )iXNh ̪Ȕ)ޤŐMK%Qb"Us\ a:vXI"u)Y!G*M8t[M8P*x|h0DF=8Y\ٕ͝u63 )i2G+vߨVz ]6`SV a$4+;5``:eb)m³PF-oѻ7'ũ'sJZFҿ'MFMȌ]9IUG ~L rFWKƤorgCO6]=fY7o]!S҆E3=s3 ށ E+Z| V;V§'5?R}<@Cw{S+R}K)@PA 4fiQ!ciLjoڎɠ@%N\t"%9!d8N JMA OQ=uxX+j7*̾a%,ۗ;u%5:h#G:aӫH`b{i"D t*tI d@HKQғ lx_;TҚs*LhW,R5\QA3NU ;|]2PhXC!.( 7{ʁ?=zC vUGICFpi(cBi&Z@HfpE_N!ȁF6% qᲙ_} gaY>EJT0RZ|XhmIG/9[:({d s= N'}oೊKuXeFK{|꫒QPѮC~5tįʼn$ . }5p7G] 3dar?b[VF}6se%K"FKa=].0'?뼺ue>0oVM Ф:.U`ԐY:vb-BE+éd[ iv" h7&5ai5L`tW)v}6c /KCQAhN,,f LjYC ~Z oo*7TW(;3I}XYneuxIoG>ӂ=fځn%*舥}umM:oQ"}E'fy{.?t;r@H1" `X"k41"f#G0gou5 &M`[NV= 8sX_Nۗ_9Yal{&aJ@yORΞ :YAj#갞yԧ+%'n#̀P|;,b=K T^DE${Ӏz!T:oA JBKj^׻F 9*UN}ǫq>#wS&2%բJ2hd9i1?~h! BJСK& =J:0>Ɋ<.o#]$m^nDͰi,'„0u~^]bGw \F#e k@1d߲Mie{_28ޠd3qv)Jc u͠JvDG0X?G}--s`HȉPC@^JD $gꖉ; H$xfz U11'шM2ZFAaQ%FY(0Tt\)?TUz9WOV˼B@`.?eNIYoֱ?7H(Q3 w$mʨ0 \ՠ>n$bh ǫC>٣`Ȼ"r{8)v*!Nc!c)g)tD@b:uy6r@ n:{ ,T `M [=֯V|;5F$`[@'?) `@wdYyogE)oew~l51T1H o)5@eKoyglB umdfe;s0c4}r@1Ir}|^*Wx8 (ֲap^5/+'|*9ṡq䑜T@F%,D_e;=.O 5 "NjDOJ0U%eukYʡ|rt6S tU9m0gPFNp}߉[7.O7C3##$%e &?OǸx7=7Gݢ:)365ׯ_y0|.!oA2j]\i3Ce|. 7Gʟx2ԄBM A R:~C+^3'2oErS#[e3~&tO|~E}<7#" >n>]ߝ=qn ]!TZw1`:O _׮cG][-$@E,d(HPE >{~Mr[l'<,J^X7*IWѨ^K~34Eex\|/SNxX>^"1woڠBTi sc b 5}[8B)m8(zR6b:dy}_{N #вТ |퀃dԐo= jQФH&OY $[A]j~ 1zDJS4ѷ&*2rJӁwh6<|d8QuhAiK6$p!$n$ agUU.Bϻ$%ȑ4rS ٓk-PZJb 6eh2˼ngcJzF6Dc6zՍem|Nk3o@aA.Nrp K sN`FOKCZͫ7ASZM2G8SNtԡtֵ3|L,YwARYL2UPϭ*>p+HTEVbu ҈7ɍ &2ՁJFNÓ@ϛzfdף3wJ޲rG8\m`m#j$(A8>p[Ex$][s|oT;!r'wutjwT hW&4IBWs7\n^kn:_y5*j+.ń( C$2:PM&U`eJ*.]_1ZۛΛBZv]$2C~eI OL@b#-J%mqq(K5rP,knbn:8_ZCȨLAND#[ZfQR|8w,Tcv+Ly$ _|uP%q]RA_6x+(5;$ 6E+iFOiHy|'քY ڏ>tV-4aDyQig0_yFsWkL8 (HzU7 c8d5uSv!C.kiugy[)PL 3WȱL&m9(cw;]Mָŭz:˕LJ@s oV{C9M̅ƈ~wBFyL!@:#U"FHހHBvc:\<9j1&ߩ̼U?k3jL" -UorQ(%B=4l|Xpo>~# z/X)m}{9Cוy*-l,uSZf0;bT/O9FLc[!M2]FdܙX׀ q?Aj>sۇD$WA@}bR'ݩ/t z">}&󸪘fk(Xh$I U JmRO-_ЛgzWL~L$ʐ$G⥦w,Y Fxx.Kyµ!uف֐Zl19x׆34UQyLml!nT3Mmhw;m0Jo3l%e,Z/8w7s촔W:Z3ON*/,̃0N^\}zReuukUl9bv0_5[d̛]DAVBd|BuvqLugz9Ï{,˖}85?Yh4c~=LV!U]-l>PqIYa1]ӸeY7TT " P7/EDg S}" P(?ijV`l0  :i^Fn@3Lc nU>lbekslo>23yshN0Z;ub o}I7H|ǼA'7e0׵gyX}U-^/wK$S0j(^#gdچLʛ5 Ŵ|ݿ{CtU9d!a ?ܘ׮,>G < qnX?I 8\R C7V=|M4d`#10/yL Z\ Mx|5+3g׍we+Nc o{/߿Ag p~E/ˬq-=,bQq%CqNr9sԟ#H_N_O{A8C+nz+&a/:'!}"G..6-Ή<8\Y$q`cQR#=}/ w8( 2&:xջC-ZzQ5u-c6XH^ ЛU >^!Tnv&b\W[!< Ư"J6Rf1c}o]̏O,BvMR=|j:s%T$<(WKcGgַB|SKytHg9awrȢnNj>s4,`F#=( y$qonouQ{5@A*hT(^f2yXP[[Yv {ShXT"{!v }x`*n^qѡֳ)hN\L _Q٤gEzÎY e)',1p&ײ'+a,yƮ uMά]|8Ä r!?kz>ǃ%jPd(P>'d  sS԰1n17E@d-%$.l&z:b#VƂul<ӡe^V}5 *xt!Yjzy4:6|˜t1;YTvQhtzh?ܳgY] R:cw>pIHdyhzu j|͟g2#ɧ\ .xNvœswQy)57[ؐW4.T{P 6]ilFc{$=nqAӷw(P jS!2yY@6wh۵cz"]LDnt=Ubm]m{2"]/.m1G> ܎ղ_vy _c .9{a'6UkuzCyOE #U=Js`v!֣ؐnuq(1*Y+oΚ]->pnieݵqLrn?ܶΌy{3[e7\SsgV(eg_w>n׈4]}>tZJW=INAһ^G3M֕{u6V!Ihv6硛,xѭI8$nM%=:ct`oAѮG'4"_aCV-ňNƍׯWͱ;xoA$k$*qc,{.N%ɖ XcBf 79a¹# Z%DueeϷK_*ꄻUADfgM 7WdD907?v?fp]w&TI*4e^l^oh_oգH;_G9NtlaZE[m=nVMFAy>c=[iUJ^+90a_ի=λ|gA|ӹڃ!0SvJOygm+EU3I{ SI纄ШøK&iĮ dvL&wě@®Qf"gT+vu~lI 21cy\9:1W,Bt~Vk Da\W5x`qQ5v `#odȚ ETJ²e maXxʢ!-ަ Bڴ0E ( `Fʹߧ2kǗF7""@L'"U i3hIdI wuYwCND`!D{k m8,ߡq`Jݡ6pHKE8``S&eUZV `1\`tsǎ^4 4ƀhiXN`K200^߾:x 'f]VRws-nGprbP(Fʔ)_0DAC @`QuĢ^ K#Bm q[TcrqӥvaǞb~ Wu~z|rE>C#nTP>U}׈v;L?Y vvgK _Y}0b}ػԪUBWIJUt+U'p!w.{ 2Ե|zUٚ/w# AT? =vO<*Qd76N TppTuxV]u7hZqy_=^ߧ6H#%PZHm٣ܼSm1ܔc3P [3Pәi %A \G_ͧm<'L| zrSB#0 @a aznU|yM&N!8ۆ{M=vqB]9O_,(wЩ\Rʵj%/WEUnMY-By~BiHJFނa19 )UZVHӔmad:mAQ+0]N/z Ν759xRE̔YWcz jB!ačrB#R/u;%NJ֏eVOE+G5G}/Xd˦ˍל`$\D ̍sM(#`HGTPv({ѵ^,|LF(drbuR## <8nˡd=E_'$_3h*>~vVxxpWY}K )j3%@RAbu?Dhq2~ƿh26ճ3Y5f*u;F9I êZ&Rs!ԇ.:9َe0PK) RX=ljk a H+) E\$ lKTΪΦmQTFx;'z[/_sו4SFi][2H#8gWύm<1.u.3_@*`w]v>&yۗzs'OKPYwAȧ DĦe)Y\rݫN;tq(`&;^y*`/ǿ'RTuyxx-'n D`Dc,DX>6hL[@R ]:c`abBzcxkx\goz E᧻A%)nbgg?paƝw&X9onV^m]eʭR& 6F0<MU?[B(P4 3Upa 64H>S~+CTh{>" dd2 W62uVOR b F]%H#(*+ h`:ɾǰ{S'u"B |$wrN+@<4h+KT ,ZmʷҽB6s?clJIfDGnΫxn(.85k._m&/߶b8BَXR.5r{|H .ۙ YbO:H:A :ҡy%נ%LKP–M ˥N[xY*#V LmhA_3b\XۓG9mG#r%Zڼ"4'SD"C$Y;o#qkB`y Sinl0%\#}sty>K'D?%xxNpXffmG-.z8+xDqI>d>WD'YQݨ'#uCN~HLr"5G_M׶v @~\RaA%"wbYRozE.R>#1I`#o股Sw'^^s1uѣ +d$ []-n7pu='kq@`;adNf@u?0X !\u/gxalX"KGXs^`0an\JYte4*N* #Lv"669 xr!(EM,8phɀRy#Hn59eI4k*|-KC2x^V"9njhaL8tEGTb>oI4fU0?LhnIRRScNӥ8pK&|ymA S3m[J4kAtcz`,-Ɵ6f sp"jM0f8:5M!Ɋٵ*L!\έ0Q&9v.8LrCO̰LM(gL0M$[; NK$2 Ugjf&8*(T0Q0-te}ңN ob  l!1F2EXPXH"= 'i;2ZH{!c? .tb 7B?s@##ٙgxPMF / Έ,jZ1? P>?xƒHQj #[d[zhB5`N6xa_Ap3r773-8TvIlgA:~âPɸMvN;AXHYń*$H5wpGG5P~JZhށ7\6󇭓JQ1 U&wOYKv:[}\6{{4~Nj8p8:tޒ[Ε\ʬQc2fFۖ+. +x%J`!듸ԃ ͍hޑq4huWֻǼڹݮ#Luގ:ֱ㋛ u5V܃tQ~Es!~լ:6d߫WϷ[G/I٪rOv.o.SQa }uKD6n4Q4[9cӋmUnGùwG^Ntuozuq #kÛMOP\܆^K/O4`-=x[s@{t=o1^N{{Wo)6CԖ%2F8[yKWiGV|Zd Xl\Wd6 $89S"!kqS`'-F摂9sz'|w] Sr:T(bWΨ讯>;3T^8tԕjЯB̴[')@ oBaeQ%V+Cy|j/.{op,뵼Vx) xxqG[Cx9իޡ+med]t?Gg ¼vΣݥD ^Һ ғ%.s>#.{L9yCF|Z2ejԺ>Q'ƒ.9xƵj'p,= 1w̍T}8* 5-KU#Mk) 4ҡ(!]DW,_ECi`.6Oՙ# WB;OG1-U_Cj55` aI_ΎP琓ӊmf?JtdvaW9380ĕ iLIš1aS/~wڍo[_Gz>n]$b8 /ӆ't_}3 mT&eO-o_9>|_'̡Ŀ5@P\wZv:տ%]i߲,ZQCz6Es_ vxmڎ {K|uVj nuJ*o@a_.=ӧ t?b~&Aոs]|P(X*)#TW#z Ű}ڐ^wXnb~nf'蜔LӺ Jș!-z ӗ"H80y!D`3Dy]z%Kqw^kj4i#m\JzBVB!)vcUm39"[OߋGZ5FvI]E ŇZec Q_UieS`|phϨ)Lkâm( rtHҹ_ ``%FJy}п&`/uGɣ(c-*aش }F6a!!aL?ք]X ZԂ E½1FM`ih$EMYi sE^M@U Zwy$q!L] %dQh C tIgxWL̓O3&|7Z7ӌ9y/a!`B-,Fu_ݞ2z#>k^ʮuzܡ;&5w{\ӗI\P H%BJFkEXQi˧}( e~?TɅ*]I8ؽazcWYU{zՂvR=PngWIeo-3r!mowxD¨>r xOgOD3gv3*=;>p $8~{0!}fY2k״Ҡm;LHzyDŽr/?vٶ[ʿHԔ`e$2nveI7] nZu޸O. b«כ[3yE3N`s&ҵ 16|e j>fh6vS0@'.RtRRnq{wMpM&M;MMSb ܵM847lk0Ep&yJ,cd47\57Y/7㳁 HxM{s! x8ws[0-Ѳ,qhќi\]7:@gG)aƏDcb+n#TxB6#$a;c$ %A08yK#˄,5j[U%a~ ݶ<>V69_K  `SXn#`Uk!eP0jxS}(OdNjRu"7)JdlNo&ԀT\=]ގŴ 5c+KE|䭓~=(`5e. :V#V9[JZnd`7Qo{ÞcĩZxi/d2E.= $<޳9U%1,+WP>/,qѮ<$ ї\k=T޹`Dk_ztbCܟK3`b!:$“{cCq?)Kw"_qFoS s7pX;>Fu:÷`YVСMUe=ɷGFf拑݈p`=sz EbPOODQiW#W?E&!̦P ?dPqYAqFL9^L7 pcT;YЋrƨ2h3pfgυr)I_myME]㏺ FvMxI'+|bș|&R 4MfT\wqM΋_2=뤥ڨ'/YxQ@Ǽj+>,rb:ēJm+ΔsXZfʩ'x5a,ΰL"sB9?r1@luпa͂_2ܜ~9AY1yNNػ $-|r?5$[O7xo >Ś_2P7jӦ@NjPslz۵Uj΄'Vieب0MD!K%s;neD0@MvE՗:m[=S)C&E %Q86 5fKD dw ÄgX7Ԏ0fZw5x(9p<Ds2^hIζ[ۓDzԀvmkA0̳GV-++fKgNثNLEIikM-Br %O{cЫܹ1|~$l:WA dWQDOV2G} oS srCtw?~0= ιPZ88F{Fab1\t(QGv7 :@L;rBgM{ZP%&]T n![Xh)?U=):7[\/gR6"3G 7x8 7 wS$%7n)JrVB.o^@WbC`r3!5 Om P[d*۸AΖ9O_r&΄ڮeItJf0renΩ [A!o1(grrP ߣbht6ۂE-Z[eu01ˌ/Py [AbfZd*n[_'n33\Meք$9"PyIa-m<^#cCy<@ x*pjEf44{GK/:ҊPc>}1mge0T:|Z`_Z=p5%5x*fo1TvrYz>iuwC>܂σx >CEtD܈]q P ! Rol=+J{ZEQ <3;( 'K}uO/" @tj%nWYCEI6<"[X~P/E-~ŦJ\&6f 1IL*i+iq4u!4j89Zx}c\ u 7 F5m. uD5xbʟiCu%yM4̵v᫃"L# ٨kjZJfk%?5)CY#۟D<[۷n N_'c?>,ԯ/tp3P,eD~Eԝdl!0׃umb5睷u-Ӊk4&V'`c~-jd2FynD1 9z=՞(0kZ|pIop]rrlk[;?H伉EzSmYӾ牠+RClkoh.2N.C q8>}$ j[khDW嘣Xb2vjzσ+S -y>"Z 5HDa['H YuNE5=i~IhwJY0aq68`tFY&nDVK <(Bvېeiǭ xY F >EXwӴ ƹQכWQ%'%q=ч;\%D yg3wg6uK]D w%hߔ+xWF1{V{42%,K;Bx| oTL¤# G )$ 룝'-7@>Q%LD94 p),q ?\Ivocqn#E^*8xFyqxڭ)2K@{8^|)2#g"HB(z٠f?0o İ9ٱTԺ-dnvisS0-!zgfWr,Xv@ǤUˑE d.סρm3WZ9 #sƹ&OrfAtZ jtbWqH;pf8.>+2,橕6̝QqB4RcT1循 _-PZ9^r6p{iJi YuIY-QFMm@ >?5hC(GVf[Cd< XP<8LLRpoȠCh; bre.0c:: VH_.Q F俷Q"ЩGdk=N.AL%f7V]hmh{"Iը Y46{)& W ,:Դʕ9f#,bGA;?ؠ6ehŲB؉'EP޺BLOK@yG=Pi#ݕۣ\ ׃4kK9ev Zmwt,xHS:F"P & Pey.Ѫ' JGzbdGrE&N SLZXi)>Hr0ط4TAځr?J8-9[VK$IaBVe%9-@-ܨ:I gW@(@~w%1K msliC*"B*[Jf7#3^PQX} F`_34~ .'ǫʭFz%g7=U'͗X߸+N|T*K`;nSİ(R'@jaIY$D]Y^ ^Hb{*#;C/f4fȉ? "?g ,-OG(s+} :[tHm,PPϜ"tW $E!kD"T9es= ݵk)TFQ6fK8X2^=ofT[ u*.Iu JI<3zSF@0F:s|U|'Q0{Y4zkNNBVG`{ؗ' @%]۰R1[ڽ0@p3/C-B\JMJԽxr]U*l ( \f9 g։. Btk{LEV ? n5TVGʌv#y7VOdXh&M59>:N( 뵥h)Kx ,nqVg,Y2ظ0ꅯ뗡 2e0GL2mdB\4:-XSQe I*!=„ P0\,=hՑ5PO G5kG:#c}3;m4 o>]VI÷C _:_rka'n!vI/ &Xݽ,.Gb%GOYv`[ѶL8%+ҳ!!IG `#6gҎ(`Jr_k}"GohsF*tYL%0f{7IZK5紲?ᣎ-iy.Bܸu# ĄZ1`:4F/,臻+缻hht$|Fl_H᪗ KJ2,41{FYwF/HQӁ[rcK- I 9'KrC` %O<yN'4җk/Gl Z:ڙAzk]vG8$_ }(hI,N@'nE5-X1֙qƶ^^ ѴZWw=}5Sؐ }S`YƩ 7~qm\Z>Õz*gmyXP`_l;7Bo Oi;C%90^2dH5pcZ[4H1SVHQ+0;W"TUt ~r ySX0:cyQ-Lq)}KdK ["Sm{* փ7•ț[Bh~ +0sФ5w "sDGhy3Zy#MXUy':a4 :I >?Av]۬oۉKN]y `"v đ_ْℯu =ZRaE dE_ -f扡ZKeH >2Ucq:C *NRx"Y&/Tb`aWpt' v":dH~yZ] ]`U3!7.ohJ6#5ՠG"X =12?=^q 8O?~ă} P feTrqr:Fڰ `xV:%OqBaCdtM4 !9Uy: LؽQWJPŚ{o:3~ۼ%:G Uca+P'G5{v]erG&iykMOFF?mAr5QʋMT0g~2~<ᜓ`/ă%Lf?! ێNڷ,"k:H䡝>~'(EO`\g6s00ƃh}9ӅcoX Z-DfwB @>ȈjIsA Uj׭B``ƍ:5>j1 SEqXu42Q^E8. $JZ4 2xkh3@z1 [Q.Pr>KFeFmR'k=- =Z|k>7bYhʉ=޺Lf%%{x$ѽ mR"F~VKJOZ˘! jȋr ,nFm<9pzwcb%mr)ʄVPj{fD-$B;Y`9pl7Ð:;8N45S+dݔ4lN4'B]h"\D8ia/I۳˗`QxE6rTywxV¿~i骷 sct!:VGdBjل{+jt3]ı$Xr;! (D j\6q넰8Fw0/;k/VxY4.q4*|3cp?> UVɏ/XXhFcw6@ /n0uY`RZvI;PhD}-+Ȅ!=cZǵU`BJbZ-0w!8lUqˆ"xv SPzAKlG&},P^"᪬NXNClZ[{<"Ixe ܔ)kK,{gJ>g_8 EhAIb^):krkJ"|APj ,"a`j"xue)9Ri8!,қ TI b.o. r*G9 Ë_~ZfL䥿Asf%* ;ǕmdR27 .7;(bhVPu'?oKZ)` zGK <M̩_"S@W'%%-pe2G& PxI,֋l0ngez  SN7>Tu!@Z&G1wwlف 6 s[PŇVq#ǔKyVN4Yn|ey}`W 碇Qyyia%|3Tt9& 9T o[]<111c{/@#%-"`k1o؄EF,%uF#32.GLC~ %OU]o[^ :DZiF!JCڮ'bqM1jn CwMe)dVu-%[1쫩͜M'褧վޱ J菳O4 t:A BJOEo92a=3Sy{ xh(vjFOh5%#3d*q21MoK)eQ0q%屽ܢZ! }m,VC>8tf^5~?Փ'XĦ=aTw[vMQ\몓IQW*m|YJ[` N=!*~w$1%$ w =/d]K1MCnZsHXFoFg>*4ϢiNymH2W K#PiߘLTnǮ1/ꤳ)S3T2%B8IsA~0^gSᷤ+eJT'aVuq*i#K\TmKmI;ԋpLGgj6G)jԳ0V-ΫZˠ#=qMC\|%V n ٜC%Jløslg(hǏ0~@ { pdK.j4l80OZ"=+I'8A3M+1)j'Qme=b^5T8f 9?qֲ g5:T z9KIP,KV~ٰaϻwOQ{+oцމtE%1FnlU!I00f݄07-M,-[2F"]/mƇ."Z z ˈ3@ɱ\ђY {+ꔏN$԰ވyCugUKn`Dtd?PS!/.*O}}З菘DR gib'Y ZyOER)^?V5s@@T6;Őٯ (/W5Adbi ZG2*GCh8Ρh] Zbc2l_Up¥ 2Tȷf_}FT$bT $Z/N_ [Au~ K؎GgAc3F`)ʯ_rZ(O+fy?qXQKWVyP6ܐ8ͰR9mk=c 5"Ρad :/v 4#gTOW@ 501"cff{%-Dx8ۙ&JcI볍g,ڊ,gLY{{jq,-".pu#btJfA (cy!\ o0ޞٳEeϰ)+žOHO+Oe-5ަ%Zt? I@kJ0~0ͽ/tj5h|W]3T$1 K',Qg86z~'c%cee9?.й.{ȱK;T.8>⹂0d ObRLk #-;+4&}sJA=/8_͙v9!9uRÜ'.j:ƙSִtPB]x {k} cVßKKNt5"yui&4w!xX6K >-#{UTњІ0N6iC& vH ֢Y xl\mК'|n}̈N~2:-sLF0M.(m 1zG-Byvs7ȯzhßǣD~9+g ٲ_XbrҜ+0~[s ;֭܊sK5jyÑ@蜱e,`RcF2o_W Z^:+&#o Wt]3"W A!M'@52EyDihc#n jD H's7:%GoV s`jfmM1 ʔmaAVf:-T8/_=/%=Z_]Wq$vB_X=Wt>i^⫊#lSBDf$`݄ Y{q2ʹ9g+qz 2T9kZ:s$~b;Bo:De*Qg3aq}NMԤ1Yuqc$ŏ ?,E*hn]2h|Q =julC ;AuLGlYfhD{>vIucܗY_XG?J^$7}1/@x8" \=,سfj[̯\(EmU: .!ĭ!33"$t~j҄94dzbvi;"VIN]t"pV 𢹲0rCuVPƐ2㌑Ţ@|Fj!@zK8d_ &WVg h5rM>#rqv:ުd\2^0Pg?Zbcc/xā#&ߠ#?h^$E%^=mWmv)vUAM|im"Pa`&@_HG\X(Xq ͠ݪ4G㺾kٵuBV.u7AZ~jMJ^{eĵ-:+ _'̣Й#R{u'C Y0e.X^1S&5j%9Pkޚh ͩ*4<ru3RnW (to؀GT)⼂ *HhOH㤤UF(Z8'C1- -eJW?.PX)Nˢ9mV-ZM{4cj'T222† \YrYKxw {ln:ʷjk6 M |c*!@藇H$NhC5rh2fqc[߹ި;!5$f,l'16*׭]H +Zi.RSڑP|fm׹%ı0?uk[;pCN{` [iuގw5g/ gbvUZVvwZ&b܂8fط}}ZeZɰ.pH/6#YNWj56*S+&}> ߼z6 v eˏ3'2B` /jILk VBnX!r6\V {3^)&GO TK]x2m^`=͒,dOH7E7woA?Kc1Pj}%{ZRLtCF~ 2V]yv>|neڪMh{7f=^[Oji/AīZ<юF]%2|AQ .Wq _OM gxOwGG*!]A  >"v)dbil1/b!ye]D<9yqr$IiȪ^c+b`jݗplDdd`-<&x OTr k6Z4h:|IVBWU@vʳҪ@Y9ߝ>bF$K=Ф}#;Y?7uO.{~Txoꄶ%3R)M~!T(=}~HBNEm2^UfjzVOWmצ5L$0UwSgﭟlj8UF{O)zkS4ܧ1~){uH~c7h [s;1\Ju򲂰3{gHmi8*)gb$o 3|cċA ް߇6gՁϧQ:9x+vOg^q"#q&A"}L|5R5>4XM|\e"述dj{=}b`A1YU{LY5׫`sVo9SM* $ ɧ?MGޭ-B横/ZqOH x@,Y*@Q_+o} ֬s3DW`P~Kw7ߒGP]'FŹ{$'dWGZ`D`6Qzż3/cUz| ByϽM> .Um.NN}#}=.O4ui|ԕe8)q\30HXV(T{kN*=`*-fAӠF\E~Wp;MnƳ$jw:/ҁ$󚍮++G)u%??w5'xWxܵyos)~Ƙ<@JjB}Hi# L } ӺI{:q{FR]ckkl8r4m~!ˋz!"( $|nz*м A ߂ܲuTQ1bdvZS&^Źڄ9^XQyk먻bzSOAcIvEOt03U! $0ܸ1%A8.t2GH+RQ}`ZУM%el3DG7o7ԞKGx P)tmROW'UޕRV0!Xq4nXb*lt3]5Q@%҃1W@xQO̶& kjr+橽]k>J2= p0OBT\ w7ywAe';8X {,eMúe-;s)3Ti 7%EziEc0m,ozȢViJى^v8ɝW%V=DªEB.z2 Tcj7.9}bK-ټ%#T(2!sW>{u>(^Kܭ4srP3&Դ3C.IgW@+Mw䞃w8yNJ Zlt8p#=Bpѫ@k4=VCFT)UQk(?`VlƘr `ԟх@2͠p=4;p+ C D 1kXMT,/HՁu]#uOü&}_l]ZK 0QS%ѳo Oɡ`?(_.0Ŕ+w2EZ&{b8/-[\(4Sn6L+-V>ꑶm-뒏Kr, 6Ɲ5eݔ,ȘҞ{5@Phc#ܜR8![b[|OzMՀ҅`;[(sx)mD 4oŊ<ˆ5W8A | o-]||{#C^G C,ȧq8 #BcnBJ:-Lxžpv@iwD~7ЂPo:f-cvXuFK%ѽFKߡ_ybPփA-R܊7O\Uɇ-soc_ۣ`9p4Yw PGPuƚYQsy&nb%5!?E s=pI|g{S ft}z3dhM~ca#=C *1: ovmcEBBUt{ё`сnxfb1ݤvT;rj3lf\"!Tw贏3r4o]#VdngDC͇KuN~XZ dTKTx1<ڑ#]?@ FY,ȡ6Kva^ކTAhsq؇)% '-F qW3sz#V&?CvUqG3*Jb>Aq:ߞ.Œa(]uXo[ BQPV04C?HeV)mD>%`asSh0=]үDg V(uߥ 2# S.0?93u' f7ޛDtےx/z\XAa~ޜ߳纞?ِ5tZZx~=ԝvʟףlueIݺI?\'DJkUe UuC? {Kظ5C9L1Il}.Efܷ2CE%% S{,S]k^܄WAsLFح -lH['tu= G"dN+?BnB)>2'-M> \/!wOȢ|P pjD^loW~&1f }Zg^6*K=|em+/!!!džU+^ZE2PFz%GI;a+!Hk-?4*٩>g~k`zw(\vV~͑P,@Pޠ¡gQE&}Qta-FMvaj;q֣!'xxpCba E&>gBaB ' /sJSu[וXDUO1 J{((WOdaFru1G#kvF7-2X˽MMjϵyw0C"Rh_[{TD5BW{$u~NkU٠5ȸ!8iаs@b"!Zg\3jsq= m0tSg&S$:V]>g E dGql?:w;lɨ -A܊2q,9P LhjV+>qgd>͜|l9?(PH>]aCr544WB5&S9cw8o Ng32.؏gZMJL1uM_*(~JFKֶqrP`~r1ug "$" DbNo&vij $y3tZ`tPE-j߭61Lwp)?xs鳌7 y I>ޅӵHߖyM H.~v5mzhJXweek -=x-$'/ ћJ#w8jPjWvZ>Ά& *}[Rp hv"9d[*hݥ;C!mߺ'θýӒuJ ԷqW:U2žn.S'0z{_N4NGAo5"j>%ݨZ4H.}^~X? (çZ)!ME*lW:5Bq;LJ{y& S,(4mA"=:E$QQ/0IKN%2of@~ d-ZFCSKyv9;1}bxLpzٔBme"/oV>׌'Q@*UJ2.5+g^v+E7y]Z=U@!mRS%RM5 ykYXFCmxrmU؁^FhqȒqTJ6}x(=^EPS3]H?f,[&%* 3pn3ҿmrO2Krȿ+H^ V#g-)vb FngZӮb5ӌl&ۡ~(`>^˷D3OBμ㮕*# jLkkJ14s pѼh7%}yq#lj*fr/'#0l\ h% pGL(:uSуeePpL sSۉ_&p(%7BfAO`ˌy²c0wOG&vj:2 =;z<Ͽ)9Hw1M)k2׭6Tĝ7ISc}m⥚|d3qr]6X4JģV2rS'A|yXzIzeC=f+1O$ak0NS̄~L{UpӼ09EBL_"u$Y ImkO sM<Ƈd7;?qFg\l)` 9j\eǻ7чOBv)\񙜟v 6‘tÒ1AQ:nf 0:~lA,~t3L`.{^pVKyx3[G-CTwya8sy_3.KborٗfЈg^{dFBN)gL9F NǍҥGMDPzQ72J />O:bƐjץp-`&- /%Ls-eY-%$Z)b.;}S|M,ǭVPLw(|~@t=-\5u`EQ󺥈* w[U ,zK>=.+ZMۍog c!HϨ*Aw‚ɓ|gT5۠6DOg [BM7g2Pg+]E4wf!"~NV҇Hw*7 $cdni6!>>Ps0r7Ұ-fHh+3 w6 Ǡ%e#ĭa, vsm QCHEa` }ʀ& vl"2I%`F*هu$+(C]x4Jفf-cõyNΌ1-6. ;e-*=z[/UI`!ޯ`gu GMA^_r򨠗 #L 6b  ڿHǀѝL;Yv_g1R EnN! k6C }زxI˪!Z .Q|k:cA7Pv""l3#+ky1I֥: m6 Z L_^HLT?n߇F2mFBĽ3îJNI] ) xr)b1#様1/@* 3bFbob.'v|sX?\Fom+ T"m^ьv:;H>"a3ȫd;Uȁ%d~`")ۋEd]92/\V`4l5tkb/{KNRoI q3FDx'.[-d[5^oˮ#Wz8*R^escGM5ֽ6q:DR9iw5fsŕ")>*r JY z៷L2hڋEė%!@ɟؗwiS9Iu)Y! =…L>p#ڻ8MzŌE9^gf&ݽf6_2,;S-:"Z16%E)^@qTGG_c.\w~&JDhx#/Gڛ{a713T&ɜ <@ oс*ͦfWS_&(y"R_^sе;@\$ڣ~SUr3xڈ$%=CHC4hgsHE8̐+1\]>`%tk7 p]nJDNP|S(i#;,[I5iꏇf͙$w>^#!1$Ǡ# ̱N=;sgyO[4'CU#y<٨!—c`qOp˦$~ S r sPea,D6XE+jY.(DV.w*{ba W Ny4{_ KkUq}بӆ1`e (M@6 !ZSe]-T(rƠn+Rr hY(NcS# Mt?=HaEcdbpt@ܔR5ڪICRjN]HeQ̙3c5lo_5L/N_̈ HwgmEk|h=cnXs5PzO[++~a֎yS~Nmm'Bv7].2s?33\w` Wq~~^B&Os#)OL5gd<VJs_Z2ӱvH<ʆMxh$G9hn RL ~r]ib$#AO=ZE'N(P)[3Y{LERɦ3A8 'LV/1NJ=4NiQ/jAEWڶf1<,i}F@{c8Wt El /uƻI_1!nIl)OOZS^g+kZWN%,j.Lmm47H) -S$3Do|);v6H7[/ 0gA~/=iG#7Ka>.ǂg ܓ=)N<=Sٺ] ᳡g%2bTK@mϛ~%pH,aWd} YTO5r}Z2֨<Sd$mD3.Y"Or:y EI`!h_1 9tw5 @I}g;\:g5u@|&g-HlTz#M'2n@Yh+YdZM!/M:J@/N!f7?'u+.FDA$-̤~&0]F'ݮb]FEJNV5ZV쫂 nd"PXx>3'v0pt0Ӷ^dKAGKNMEh9?o/fmv\[&i. 2H@g3KBoif]Ӟk3u>lWO 'H=\P/OcjqAa{\Yqwx&O7\Rt|Sp{ blڴ{Ƃoge+;M˔:b߇ǒ-E~X=lglW^ XM@lH/,B(DD>|T!SRbg?|\Klm>τo : &uXzؚϾ' DD39-l!kSU[yfWN]|Gj]";6KerZ\Y\^ZBzal^^"-:b0>)$  Zn̉o,ʲ+.v~a:])¨Gzr3wJ3|xN&`< Z׾s9|MH_)d&߆eÜ#ǓaY+cV`Ee%L|`qikQG{9֪~rܿV fZIƩ-nܮ)|pQשĂjjͼ6|2ɓslJd! hѥʔaW\Us%a swE1X !IlCd ($S~=_9ɉ7O,P!V_X#К ,^kK`̣$B$9:y`Wjmvq%hY g9{Vх}y nAօ.E(RM=ѩ[? qv'վ]fѰiq|6fc9uѧ@jLQ?)X1>x6C|.!46zjz viĄ;&ik9Xk H)o5+}H\AX<A(D7BӈV V^'|PX6+uDPnU/9 $g/q[o?!}s8$WZG:muyH%16 %zKkCPFyX8G d[pC G ?uNh~ɣK`$ cT"6Wsv㎜,Q>rY຿hYA[nIw 0mS/,'8a^S_B.gG̞p4r.{[)#doq+_a 7T"90mb`xi:`^\kz9mSڦKa8s %Bw- 3' h+/: >(pk'V;5cB2n&c ޷a.bfJZ*/9qVծkSw Q}Z4ʦ(롗/J!uvn8Ev0kp2FC'yl~ux)|>l6$Y*{4g;6OI/7Y6'nhSR׻f ƷeqY' BDħ}F{(Utd3nv eM.As)髦9Mfж\S׃_gJK¹w,.g2z#EQ4*Re0TZNߠ엗ܥVOrz ӌ>T`@c>"@[-d) >=%;(UNVf.Ԟ=ZNf _H%)3Q1|*<j0{nY&Ĥm4-e$cGjtgSZ|"p6"m(bO&dz쫥_1SJ^{A8 Sv yG48GCU $:ΐ,0cgY 0aUSR=$kP6ڣ&Ē7ȔytF(WCK%}l |VDg٣ 5wl ۈ&TIjFnNLB˧Zl犞ƍ Ăe~PUMټ4xPU#npVE5S%ɮ-on4JG$}ɟ.NA܄i&hNOrлM~ RiA̔/5%52᰸̒ ; *+Pw!~S&IO{uD8>yXsD"~ӿ]ObSet.3hMw KϸwE&KGAX[!"[U8?p"wۢr =]kL`UVGRY j}I;s1 诱\xp6^K֘ :|܋{Wan-cZfv"8KTJN3}RyX]I'y KSe&.ab?:X]eߪB><ޠ?'˔Q /QKaçS k.(5CJh inq79<?+\`!vLb 5i v vb2W!Oay;NB˰<5f؈EC%,z/BrH]ιCIn{jU?ʅծz7rBu胣+fOY,ꚑl!G3"<ݱ$A_3 @rThWPVvW zQ/$9EId1k =q-_wm2+م!zϽA{Zp7ה7(`XNC݌~#>N"Etuh,J i14AyɢD2hjLT*oU6R|gU _2 6ed&~*k6 ,o2fɰ~^U*RSf[%L,)s zW$uWq/m.'D@j *v=1y5TE8bs+qx==N)SҴ7ou[{)wnjU5< ѥjeFSU7lϝUiWrղ@fxADS:<Rʥ!{JFX¹*kf3.~~ -AQBFvڍ; 40qٜVMEuK [fߖϙ Ëq)#/-A8QQ!0FKE۞F82ӻzA* 2N,8D'b0ΣЊ!'|Ii\ւ2rZ:vfɂwP>YھYT,MrWW"0ADJf+-eNDɗyC1R2ƩVR\, 1|L/'}%gU@!D_ {9w2|A3H^KPx8TMʽL5R۽(kPS]c6Ųzmˤv hIw5~jFtԣOKuiHQcU]͊NQ#;7@{{Vu&s`?A!uCSz|,_{<V@ys=nEvkL`A C7]{T;d' %.>q<ԝ[2oG›kƬ_  A)gG:ǦdR(,1 A25)'W=Ϧ2> ;&ʴln[1f`U6feFNgH$ҎRi寢 ыpn |mВt;pxG*s2= S#*YOa4f3[ֵ(ڳΓ- ZI#mG?ԕx>zm xx:,4/ cJ ฏWE<# =蘗>$]kg*0SiIw1D*J^4@:d@2ϔ D 6a]?RP.8f)L#0t}>ON^ rcg9W,\I!AsXHLmjJOxJ(7a|jxix53vc#>1L7-Ԗj0`SR5. /r7n s G3Fk>Pb0n^w.u#;F66A]{+m 0\YBi%gՄ|j RO!uAd9=,#p%u'K>Kf_˺>g.tp_Y7~h+ڔP~:ѦhY $81}DxnHeΐ8WoPx5"N U0FQx_q`.fWjXq5<@g[5E^q2m$ݘ=Jxњ梻ϊ+S\'y-SFb'2 RyNRQqJ& eCD@M`3-e[$2uL-k0Dl ivV̎$uH;Ⱦ9B9tзFп81|֍I8eL/kpnwAtEC·+'MZb|bg | #wIһ2^**k"gm"f5\y Rtݑhtk\׳Ȋ<Q"UE2 ]R/ Fq@U~ܶNJX!Pt) %^gVZnj1e6BӤ=L%m|jn-7gK7N z>6I6 a&u^x K$̳,%os'JI\: lY ]yPˣsWAeM3~ }%v݉&.< `%󧇄gĠ yU^Kdq1e{#ȳ\ "k+Y*g&eyԚϧ!(e4Aو714AM³j"YtXA\2u"|A0E;ӡ)- *,U6;~yR1/XlEjDK\̌F"SXR阾mo&8/]:RN!%z70E_rJolL*dzsuKqtOC*[>yre ;)0b^kJ' OGϟ A2RS!lֶ0/1N2!Sc'ё՞rjn%vٗ, \ͪg>ʜHHT8r. v_jYa b|SI2[(kR92Ƨ-NrDql;cf,Bt|f-b`PqZ˅DSAp6rPr-]~zZdw<'y}wmzBVXHMg_c[ȏN!Uti>bbU_s)XgvW(kp>)0oV8X;V@{0V&ϒ0E)Fgv> 9+)lddxM{#\>wQ؍ v*󐹊6KDiwț14Rdp$EZ&mV#__(tp["` 'AkM,Waı+&}`%H`G17GU?[$Z=q.RrJ~qg gUt6} )/0jEŇ߻w/QI|@|7ΈYBM8>]~DY`76Bp.j{x95԰ V0+oEیwnRlX@&Vdrga׉n^5u(QCQT,h1ًwM$Dϗ Td?rxNt.t5Λ{y(̆4EzbZT6N9'mɛ/"d]oz +mqvodl-TX~ExRn Yrʩs~8R=1 PB3tmb yW#>ndĈUDS6>jǬJ!X~+O+y$k-./aoLK6%Rt̗eh"!)YDA &V9?ܠ)&I7SD1|{I(8feCM g\v;58~CK8} >|dY44k]0o@_ }b^ʄ[ ߔy Mf@@߹+W٩,ЋC,.p pFU =  [B|4n޸~O$2mp }Qv:ӌ֥BfhOz4%#Ã*,;wm߲ḐٴxEb m ~O3۰RId$FM+OEҋ@~Qv|և(swDQ($K}ؼl̸ @l8:-AЕ`1LeRq,S]=DeB`srGZَXt4.k\sjQs\DAal %|UCs쌽B| S{#`dP`6lZ#tjGdx2suԅVu"1 ( 1#_tӳ=X= Q ]4_tnjEq'L-5 P$ >nG|!y% =1bap=(#;zzuu]1|_GE?}g\m+zdz O5̊!¿RorU `vH./u T68Db+lkw=1of\*')4|ISJ&+ dFNԛƛH৷e'~ˋ~7%p{.Rwȷ&H׸TN6xPx^Ӹz/2:dvfiX2k*LG. u 'kDo\S)WRCmX՚>LIľOLC"1@]rCt_-L{E:I3Hqѧf}Ήta q*ӝ[_^ԝdM,Ti3s>crEiEeOv`q4)4 Sܶ&AU;d]z;zƆ޸5Tiw$kڙt+k EzV ۋɚgz X̕E Q &G^$e.!@$|a3x°Mon9(1L=bwy8`BAC^`l3ņGM 4iSb)ͣ'XQx`{"ht^k&E΃G B-k>~ hD$6WvdmD^\\;!]MwAd! !$=; J ~e̯7q7CvTo:D~wIGNM YG 1ɷt%F{TB d1{xSg9bhD=SCq+t;Q28IJ@~LtnG39u?37)N |^7z /-L΁\q+|E۔y?L-\GU Rx2r`@H;CR :NY׃a {\ҭy0"O+,9;Jl\'i.ApT˧#V&g' H܀Wo)SoLwvkzƥ{(K©!cey-μU)#l$l]_16Ý1#9꫻&fde3LB$I& xcӯ*esh/Jdkw(fɶ7d(ڎOO{#6JY-8eXpS$A׋ ҇fOk m2/ RVkt~]mX c&oM, TGlE>\ٗ75*MD;G.5 pW}ZfZs5UE_ϊvJ*q((r!Ȭ& d`Ezһ6LDj55q&{C4 Z,E]@mB$р#3K^@N"n]Ȁ|0F,!obr~ޣOjn_y97r woAR'LVNGpLP9u0MoF^^mA-Es)5%`sAUMNvP}B4 N65jDkr|c#hc)nB>mdxL:SxIL]1Q%v^䡓>ր($gm H#bv -q0p9Ug ̮ m1޼l.,1FfLC/aAb COj:C;C|cI 4CGYmv*K/艶 %:xkƲY"mgxE7s@$8s~Tӷs[: b_`l,ns+kLDZ$#b=zz[{.6שӱ5+}:? A2j---%V",9Û+=IGDjaj֠t4^HW =c{R:I?>w.#\녽i-`j_Y-{On GT3azJRpI0zʣB4E ZUm#$zUXsDJdKawΜ.CO| M3\t`? k? ?'vzQ{a(:c<D5-f(Lam\b0*B-xW?Ϳ˓wFÙߎlگ.W)TFԕ~7,t?"H,= q9*/uLzm:+.e1Ig#)'i4w8w`Ӑ.`4K[R.y+z4Z2X6}h |&L&}Q@ph쇮h]wx k.^T஻R|/Cu..Bt[:7=iQ0rHV8%F>dcc<(ZU,o**By=N/a,Rt&;EZ~B9k+Z>K6c[U)s#K0 eWIV;,\tT1n_9af@1%~Yr<˳[ N@v#Ek}}kޯ?| Sw[ڌd}1h=s;/]<-W{+.;DTROC)矊9\נb}|rA!fN I2{e/s7YP>xz X`c.R1˟%_8kqg7!=!5N_@:3%'cpNN˚&kE O ԑVLS:7[-&8 x]a*nSGNou8 >k4m>uIᎋbC @sOJZi0EmE'h,BQ~>*oiNsNȌPkHi8t[ M{k1ix6⮒rsUx_++"֭U:D[LOpV֭wyٖfIJ풿-FX 4 s'b@'%*"X?QxԻW9|CW^vC Z"n_o=ɆxLөoH zr3?(Q~Wr}!? VzRqb>*pwI.u6[*x@M;#D5!O %&gYIiJ 5f2t6Bf{[px,c/)G2vϕ"0D=ey;6!,5-5 Z@dIq^#:6N,?w`ŬxvJP9Pˎ3+8hLEBEpJ^aʀTߓ1 N/lD\vֽLFbRo2;nB\SZ<)>wTxPB8qx<4}>]]#M%Dam.AO.& b/ݪD>=ruF|Lk|[g M7WD핥;c {ʱ-\Hճ:o/1ZRm%:ĂЀ2{ESBS l3We{&w7)Y!R7㭸v*A.Llvxx?+ F*U+M D aT!Nf7x5HyS  it|ת#Mw] 渐'QZ"~7NĶwN%jjd9%]* TMb8y֩F^o_SL$̜9O5ֻ>o\Ϫqº;$w-̉fhYaL,xYl$}<49W]# PQ2z1F`??$KfM$b! 5tiF ip:'!Q/I@zxB2wcqe&LC/,av)G_p]~[quęƓry~O㺏-MOeNŤ6:" 7ȻonB0opU@Q+O*!4tƔ㎛Ci!=B"$Vf/YHʐSEx_I,I=SPg$CMѲ."Gך/&)|KrٟN g' k eD8MmhVweS*53 l &!Zٮ'q6\*%C'!A)/7, Zx6Vix'Tt\:?4P賚aϾvNڊdpMcdqm/ߒ{;;DZĀs ;e<İH4{ Iyyz h )G%ˤA@fOdqP I-%/5e>vͭ1 d[E@]~uFb8QeUa+ o\sAC3)EvƋ\IswD;[&H]-f#~Vđ[n D=37"^^G ;i꣚.Ck7}N_~x;Ij\ 8;7A iLCy g ^֧ (\.CIx4a!Lch9GR!Gx/Nwvc4Z_sۼ90mM!KifA VԐXpbLHT7HXcOia<ٱЋKձU7 ؍LL2#:thA`8Z!/Toyp!Rpڬ}V ,.½65?,!7ղi$,O8 diu7m_7%~EUk#:BwQIыqf~j^Zr499vH5y?YH}1w{o KOKR}rR3(u6)s='xPxfפfw*`&,cQZv3# }$ *9R %Z֏޼Пx|tئ1w̟z޴G7 !;X~0ghhQ}!#?a.} Dg`oR%ifA0['c!Z Ah `KroB+_I w&v)Aq7S)aa^$?}@]J  ?^8₄ܩ'2zx(e{$`mzM\30Vy&u}ⷡ5$g^J}M$Zx RQǀ0; jy4%9S{& ONTa74󑮺 9lu(ߘb4՗dZ80.%̩s>9ggTQod,’ɀyVCd'>Y!·/z"/M|%54)*̚mw\(M7;WҍGn9ŗ@v3 DFBVi; 4Ka`4ʟ7#<"kDJhdە$ Zw<Qc\߄ٺ*-zM% H||Ac7R+$([U9]O1c8@c$E!9.XҳN| !uڶafgMiEd}r$YPK7[ru Row -mŦ+enX^,Kcs(/3G^;xOe틹 OCyԕ`OzҤue̯pOl9^Ӧ>"Xm4q,&o~73i5yyZj/%P%訒_U8ԉ(zv xYCh:fl tzA]Ѡ=XH6ӄ *HICHɮ-]P*:&Ya G0"ةh#?L] ߢxt} JF{m~ lKRrGh$kyvRl k)+_b[gZJlo Ȉ}G"b}qtTL?T=͓GBLQ TEALTDfF2t; `~^ɳTO QgjpMH)}Q_`p"At@>{;%XwC5LYԯ:B3 ^24O}جz$iY x WݾY(RxTq.&eSCA F08}U;^Vl&YSg5; ׭}1)F:m qbgupMYl!Q0uK*S#m";$0߷h'LSOȫαe&stp[ 6w$\lZ{y:,ĉ &S[U*`>ya1@2jJ :upycG juF9]ZV-tt✞ ֝)8~Iq':JU= _ڷ*O=teDEm-0up^6tv ؒyID Sy}Mh€DskQ6*隘k7{78.:?*2vq fTjy kn)b2.ò0ILo`}!c x'dL-o{Kcj%H+7 dۻR+)6M !~-Y.Fէob#"A2\ApXjM\kvň:lθQDRrHWS~&q@:f5\ RM j6w4Zsl8AA'kГݵ10}St- bUe3B?!yj59M&ȓʏR޸pb>˭oȈuY?39zDx|1Ը;QkSD}Q1׫|i7,ӥ8($nqo 6 ~ {(A}׽rg.Ϲ( ̂'q>v3W<![zF­Hf7ΠOyrdz|p^y[v` %ɍA)UC>O O垙nh<=9SX,E";^ZolNl9%ZV? dDSnŷHL*KLUs69m"@BdGG Cyi%SVw{uilϥ̂#Y yWSUS҂ZY.zZզEhjTv ~=1~,;iR7+2;]kg*.p P˥GД<Ւ`o\> 19u8.hIw[EF{`5?sjR?Tj$ [ lGq#dCx$ϷXjF4GihC 'gT._{ƆEvr]a}9Uy=CNv>U-^&,8ŔVLt&X2hƳM#yryn )HV55C T6/w֯#= f_V6lWM%u5!0` 5dVMmFu7>z  uZ6!$och>-8wRh(.O2+8=P^-l[¿AU[\uI!ޖ$ qХHh܄%xax5mm1k-2 =a"~yD4Ap_]dF pʮhaƫC 9nwqWjt"b]+s翌,V%yx?3y[ =sЩܥ>jGuC/+V4zYAWo,ea{ _EPHG|m=L{ 1z@vZJʾcۙG#Q <lp),cI4i%ךbjrER}Tۛ!ؠܪiu~qB(M>q~zu !"5? fkY:PA/ w  @`?5ckD̷߱Qb9k`za\f(jB GT1au2@1"R;q(3.>6X.ks> s4/&k62IU_㪾ThAZFѝtц2!\4n6ף\){6 eڇkMjz.Csk' 8,vv4z4k}m#GݸDW[{~zY/A 7PwѢpv'̀xEyjN>rt yg%,o(ܗtFS',4qW"_׵}"ik8+=%Tz )>NʔA,Oaӱ\gE[ׄ"0o}?FBa%:Z$cƩ2Hk x4+] VhWJ S)43I}V)ypwV-VuJv)(uKk5`I8_@<(㪬m$©"3q )8ĔcSB,#qr.ػ ~x{{=I.dJ3i-H845N#/CLWtAb;?+)d)ou "e)em[*r{X/xqx\tj Fy rنػ) 8ڸ ZsɆ:"r0h6%giOtOTʫ߉ !l l[U'quep8ܫBO $xl"BwJ/syT u#wɡ׍$DZWA~*L:3>c3G/48 mW- *HۨUyn7<#V`~ɥFF+v`84Fq/DT)/κ§TY^[t") ;ʐSRrD0n&#+~"pHqp4~7ԫᤈ~*iw}w(QH?rtФKj MMU!Yޫ"|O[yr(&b uU 7R3k&j{J@jvoSdJך!!yKcqYW+n<KXSlbp[HŜ{zbU(eFij)OkS\#n !Uf!m䗎Uӎ%lW{ bc1S 3 }r3.LQuNb3ade**ZcKֶHpsn)Y"=O[0Xi-OiR'TvWs!*]J,vz "pH/wF/G֝6=9Cj@ E:0èl̡!驽 e5Ʊ ;'`2qy:MUct\WurxL-Pi/NRxm|+r]<2q6<7#Wkd/|P_a3:a~=ḀLB[#!H@ox$^)O1h>t[,QӚ"I?sP\9z:齍ZlGUIiomk$By957Oz;,DU oW'UmVeVHbP'B, 5K Z!^=R) ^/!{F9aSu0s˖F-'vƙ3V{H1T)c`bi2-[h#^~)m!"u~ĨP~Ra mFoP5J6u˄ J\1ܼ6GƏ_E Ad׏ʦ9]n(9y$W!cn6cՀP#I"d-eV-n8Q?:{2Dч#H OU NRjLs]=0P:[鮕~=Kt-fn'5x2p(xT|5XJvn-E= ;au)7Ұ!QPs*QeWGD\(?$lpGM-=~i=ۯoW镮oboe1og(rG~lk*bWS][ݨ_O3.95 P5Ep}_"ѺD3)G\s=<'<]>hJ5Q`!kCWl$`&G/מ;Rx"5ȳT|TPJ5D@D~}շ)4jL!A?z m49"6VZ m=언P]Zyl yf[|٫AefMn3U8DErY.2q&aTڈ&QCIL=Twp}s> !{בL߂iZYǻ$]1\ȍE6YхW\) l K `u冮C{z{Om-d9abVY *ŎGTeM)$GTWހW=Gu6:su][DFHcyȷV)Ρ BD9ڋ8Km9 S?wl?]OP? "J,,>L}g;zM1'OfI슁{!}6V::|D#GZ3ⷀ7DH*i=,4@rVڤGخ\ji>DDͿA>WXupn𣤑ݯɏ~kV .02/8$k R. O9m ]"(T9{502it/51%Fv%*/g.|`_J~@Br ߎwR:SVIz1RL|8ȁIrJ~ 9'˼yȇ[Ǖ(;aUbpLZa!;GpY }Z]cA.ӹ|M+Ca,3#ݖrS쉪?H7AzoF2q$l )a&*qa1Q\|?;SoGܼgvP"Sm]qᶣ Q Rejcw(WLxu 5]Iܪ+_ijQHXssmJJᬺm~LVH,,,lo/%}Zc7ȢN )Ϙn(u*<@l&qwfBP` ꇴ3qrr_2Fٽ^W%"[g|gWAQ5n7v $ 7QmȲ] "r3>ߍF 3H`}Du.Pf ٌFHҞPe>F : `Ae+װ\__񕟻, pf=w8F{+ HR;tj΢N8- D)X,l_1OA,I>@;ԇSAA$=vm*Xv|ju6%FӀCD,IY"Q(PU]w6') *}@ۃ4+t6>?\ox=rI,ц7/Leis31 kO(hj.͗I͛ fl=7"r?$a,m}*]T}Sds4 xc0$T )W8!%4}зEn}k?ŵ M?h#2-O@ЛԪsG\ւn: (opP%2N$baVT*^,+ӠHJwĒ:|jj]0("%ӄP^;+5[q7YaqwRl1Eڹ'p۝#K/`FACjs8C?N;*|@0mU vA$Y..Iu9~B1F*>,e!Ѹ3?uO[Ix#jR%c8:O9WB+8ӘCu7_+ĊS=6wfM4mJnRg~S8RUd{ݬ/.D+-(ċ7@g>x\ۭEa @:l@M&YeԚ4|K$ :n? mh eй,N@7aŐjYrãr${m0pF[(j܅wĹEPY9A;R;C ;k;Tк'^v IX[,.]QݝQjjM;\K{f( t4 l, @Dd<Gqje,\=CT.$N/k#pC1f;tIuzv $=̉[Ż+d=$น:&[aHb _y=i&=zK|<9],Idϙ_cENpBm.)9 ! LRYR: wG(DMZjN!VN){a=`Uq6T!uLXt6z$0d$,mY,$iͤ\"cXR;BlQ"TLGtn6Ynu蜺~m'dMս!kxPӛ/vw~ 4 t=~ 0ۢc/6%lh5~Ғ9F1O%vüEFڕ޶vs7i!K 75l nx}^7 IѰˌYg@Pu225:EHjZ8rkD}) v6E@lKWpgف?≈ϫ[!k4Vub?2nvJ&$Q36 ?dDm@㶦' ; mi xA{jN2z%`Q'/,//m}ۣ #o(ʦjR!P8 72pUA,;gP5{ Zp-Sb>H;NLB%֟DP  y1 j)S0Y?-0!zD4V"\aG;s=[-fIC8X9OjJ3`IDZ`z`N 8=U1 u0PcB2 =&jOHm~ݰD=Dy&D@ZBWf]/+g^!h-#޾Nf8=f%4&`+\Fi! wVm/(k0*$b~{Y+A u 4O6ӑԺkQ5)}9%ɁxAt$OU?u)~ep2x>hEѐDi|):cyqˑ'i (/S#,HAw辙wOpmYe*ɤ{ D1WW~XMFG΄qgnLzwؙMHf\QZ{V&Fxgh-]=N~({H] AW4?a5u}aӸY}`Q :n_\hFz/it::G=K^Ox7#rc&Ej# G{bdMZo5+ +~A"C3Q1Ut& LMI$lm?]Dg)`Hm,peX_p,u`809;Ϥy crK"tJ̽*Tu$\Ple鉒 hRe]@luFϢ.AKl.nPe|E ܄[U>u[ ӂW9)ɴdM;@3>ev` IBR[Dvi,-y8UmנCx'+/(B앖~D|%h;;.}d5T^#s(N80aoUOzqN`dk+*!֦pgy*`1b렮UJ%:aB1[TW(:@=}Xoww?]ATq(ܚ9@*;ַkzJ %^q;s@QH+-d.1B8e @?6.({Kt_-ve_Rzlb/6ʴ!C6J-ܳqYۯMYڏat~s@1k~և}s۽- I-U>\,2?'Ce Ӑ?l)#T1d>usP^l/ U#{8Nkp)7L]V(`m t`cByykVLs 7=1BlĆH *PA)fNlS=ClW7z'öT!qgArZ X\j[ZpzWS­: ![6e ۪^´p\}ȍ&p&TN9Ip Jӈ*c*8R vo3J-n1+5PY p<9>l88BNNjZ=kaX"+9]M:Esld(.?iL tDn& -Sf )= JcZ[JN$*L\։D6dD/Xy 9?%ךv:_P-)Ϝ`T) ~T4e 6`hw5Z%B+w4~?05ҳY 6$A f\)&SM2GG-rO9=n;ۙd&ó;'nE&Ws7l E2S[`۬:u5ےKC|] rJHv6jfAk҅ 0Q ibrsx$q^xN6S0u[ԑ ڇ6bc_3V;vC2e̲c] *J %sRA7;gFͼqI>@tp=ቺzoP3XǻhIh| '*KNIvRC!7L~2oxEn>McIL =³/ g;*mM =7a5 H@NFNjy#{/3zO~F BF 3~ZyGw+W߻ ez=]oA-MW|1J[kcam!M-Nd8XGYYzZגS `]M$º=,<17ӝChju@f)]R<{ɤ!+_esk:] ~:X~}bFx>^YvC1$gJtq4i/%\w,֮w9:㕆 Iz/JQ@gQ,fQTU uLYa.Y 0fk*: v.Vn@;HFb[[C6YgV a[eB _p2'B!f5ѯ}AJ7u5(QNdF/M{Tƒ^8υ#:dM/uszi.> ę8A@l_Fh~JC 'TޣD<(؋{ThR=Ŋq̀[&kbH;$cv 霵q'ɚMa:?TDrrCIɞ 16Xi"Ik,"]-,a̛`-Pee`ˈ (j0d"w&Dt{[^f .*ԠϪUAN{}ENHqI*G U'd$͢^׎&joXHK6n_#܃a%%9VY`oTF^_u< d㜈) ܭojW9TPtXMm!MBPu$<|>ZTs]"@сQA9?%|~Sqш S~ Ar);/dG'z|$ xʮECLT+/P3τWpcq-Y? vA(6֦=7l<ߒn^QRQh@iZq"7 ˸N4'i_? 3 x<#Y3 ?Ylz8F?[`pV=S.(l֩؇ج{As7* ̲Ϫ`d0fDrY~'߱$wH:xsDk> "2jsn&lBMJs>4*ʖ4::osNPpw뀱2"\1nd¹Pd .e>fMYB~ag'"TIZBT-QUeL1jxPiPd'4jԪ:vχuIG}tmuKˑ/@RJadfI سbnq,lbǛrz#H K>jőecZEOEfM+d2qSɌ/_A49gk!Sjv`mQʷPeC|`% !%2qgJ8d,pӕۆhK%`U10HOq=#+ۑl=yJ:9b?D lRZQHݐ˔u108q%2 Nty)9~T ('Od4 YlzW[w$|cr҅Cm q'CN׶>oB1ä5V}74İ? -D Fږ$d<'3q:\Tc,{;_Bҏ1QgC*ʀ!3=aBĉمTadG oљDI K6})%@8xq=ux$_|)@釖sۼV'Bgb׊H 8aqmeT-#vWl{鼾flE|+4wp>duhqY\ /i-d+eœbx63[e+;l=IBC1<IBݓz)VUR4/(f#MS#Ԟ#Th91L&oF͓`` ɏeIXrHvIOف";eƟGHAPf$݁y1~&R_f5z*;8ڈU 8YDR-=yWB@,)6WBL#I $$NWK2ڵ= c6g@<\l+_|w07:'`M,s\kmYPwwE"j3}Ht: u2ùp`'c{ɭ*J%) C-lsqLSwgfA;v( PҧH﵁M2{!EE-¥{_Zޖ""rYOk(`{yJ826mnLTe1yBM2YK$dw~@hcÌDQRjӣpr`*m'*MNw eo"wK]LJ,"ABÇ&D( |5E 6q<x N|NU3ܥD+~XBXY-,ݴ́$n}[:S0^Mu[; #M;t\F :䶒9 7}t.VBy|$P(I!DmM͚8X7z85qd'+ 1_Mxr2޻*|ZPϘQ%s {wCPd@چQG"}5oj,s$M2 (` Ha0:(e"S)5cS:pS@'mWfPe8zfIE!NMk3r "0EE9OiZ"3 ` }R1ӌ$ugAmKg8,ƑE@Bʑ*}A"N=ܭ&>K^'1Bi"VXjQZM0w׿5eE)p^*B-yP4c|Y䷜ǩ̦L1D( D N\cC(@|ir2~4.*7`#C(X϶7) 1%\mF bVmBvTj/\_.V,7~ gg(# N Q7|LS6M~պi󜾟#i3$+P×p:JbEyNj!mǰdmC̯rL¾Y[_g-~ȯ,[}857Â&7o(u龦zs1Hf/*E] 58#W!&Y Z&M8؂ Fhŏ>V/͋]%P+vCu2`Zӄ6u>fzK~o'E6œ? ! S9M}S\]cD"71'?qR:y+p~xG!:ɞv{lc41YʘR\|2* qȉƻ{Z=Kili%B;=n8:γX+EED9?z(Nvq04I@x7!W M?-j݋q#L4ĸPSoLl~+B)#iJ+'Ի;,5ľll`^ d2{7âc|h265s&l dKB gu9H37%YN >ͧDOɮ36J)4<h+<{ܾQk #QfNG"~VX^qXfŹ䗫g1uSJO a`s "'L#T(ح,aPl;T#by9;X< hN,̿rtMFOfEp.AR`_+g a^e#(:cuyް"^*Sh$d|)C*$FT 2-UF|'8\[ӷX;}D`ɟlx< #"3;I.­ c}0/*Pb$sa?F|1.MeQ7/JavBD JIa֣ M_Sbw)2ٯšAV^$DPG[]/YB4vP3oLjx3D',OqM`uݗ<4$ [$4!U|[ċҝW5OIFڣx8ʊ˙ 2.!+u ( YZ%n%FKD2PUQƅ(vVIgGM,b+/"Hq?n>Jg㺙B4mŚ0D[tai@t쵳EK/LPNEF_KgD+)Iv SƉWr^nżsÚ}yFfdN⽖0E5Hu=gKZqـl垍OqgbVⱼ^!"P)~*.A|g^"ض*V1E &[Czs[4:]Q8e+ O0<ܠX2i)Nd8!7S . 2M E]S_$$8NhW₿R;_uNsE벝dZ"t:XsDS8AҶ SڙTM[Rrp{H._Y]x,ǺJY#:6P㆟1xvF$tcE'&m*YWx9efOi#ӜMn$I*Ag(qWZ"OccھtK*̼Ç*{|"/_XBH<[8kq5xctέvfPzvk [Ѽ[+IAw=e>驶} `tKLw,u;>YCQ7K+AJM`ʥ0^]>HX֕r!Eyv3djBɨM:r*( ӀWE3@Ǎ! ɪTLSEʫ[I֪ą2%䵶Ft WA'P~Gp~/{ROqS_} P}!! I~ڸ#qvL&hf듏(jJJ.5٪"0lhlqPqfKS[ ;,J5]ſbCt飉 S3tlrC 9*|4!/iIE c9 H/i9ʀRotNMXm>{_~_Z+X,|1Йhjo2S@툨 ,ٶЖgx ͝ӄHbz"LN('90>U&s֬>\b1fJP>1U/+L'pRw:{!$xp[;kE˸uH$s0#n$tLXX˱ƙ 2XfCzt>U5_[ҩ1>p[Ex7rz.0Ǽr$VBNfrdJ?:Pl-oY̷7 .mUٱE:ET?BUj _翺ю!A*Lcp"biJVƒUN* ԈOzOߦ)%`PnJ4}VR;Zcĉ;$s %mLؽ/Йz ygPGQ{8ʩcJ%Os&Q5Uܢ o>iu-"0E֡,kO@b۸Pt,zdpĸk=^(@ӫV!V$di@[lkaJDA dmNs۶WDI25uC-JH15"aGOԂc1|w8}q2;t,e,9yVbFOpwn@&gX3:F>Nn\ 'h7bRAJpi™/G ujA1_O>yWptgNˡ~ї|tמBwKM<էTȓL6c3s? * HKozD,΁`h?r?e"gedna ; - oOfшeXT^_߶YFe+MKNODH%ZbJف#尉1*SSft:tReo~O1j>lrij8$_!Lz2MHN t̉t R-U.y3ѯ1ʨ0dquQ:&Wj@9JewPT':goG1g{@>y| ;$M_aU0J p#mgT\1K{>33c:m]r4kXuNZ&Y0jĒQ4>Zߙٵ(J[ b 5EF4p'*zhC]qP;r6%N$Fɣx5D-ԅ7]-β!:.o@:wA:;n0NΩ'dl8\cr<1GF#t =c`*.ۉ%;u3 T.@=g e2u hc>l ה}0^UFCb@{.R |8h!zd0GXi~lnETRlJarrJf+EBd|DžéX`ghNd%)ȩtpף_0l]5 redͼT=V+~V ]@c۹PAhےW uj/45h*^ݑJrtf}jcvB;2Mbɑ_Ih.xpbCl_eџisW$ETLY^V75?r<*g۾_6ȻJ^ef9D[AKu/GWRcoܻMEgT 4gMsҽ7QPn+]Pۯ`?GV7 0׉$IA×Ќ1~ 'T-#(M5ec$P=*%[)?r%/^{.繢@N!jxĚX +w%a&Fv -_U )9XU PLdRسjq} ylw"X ɿ< ˍƒZKk2:\WS$ZKCO%o7=3ue͋Sb񶀂@;ۜμ!g D)JDJx¨[g>TTyh2/hlTyD73)+\ sO->F h H݌@a4r%YB!rTեZN*#"%S2(ӖrhnX:2 'B){{Y<^F43iyBaeM .S! LfC&Xn#_ #⁧D|BN0Q\QM`aW0 uػIk-=vP:hGt U,i5}3_r`P*7J`Tj~{ɷN,Ə N,JՇ 3ͭ=3=uIRܟ:-îQ(zr}4V=Q`HxBMͧ |̶R͠i>i δ=iX86y}7-IA@\}8SfrFY!1`^NI=Oq`8m;ZtDk;ai^(}&k`1IR)YY+ЧL7MBZ)k`}p3Es;mK M%MX {inCq>SHPBr v e#9\awdfa1G32dTYNQ׭ѿ;uPdz۸>'T=05]sjY_ ?$KOvi{$#۰*av-p> $;4;vW)Mˁ-|-_ȵV3#$O:)ۋ?}xj_Eoy%{ 2c)$K\(X $Lh] +ϱc;h2pp5ylNzOLoZh #e9edG}qMx erq8O_ j+;INam=|&[()kAOZa#l}s:ZP#]RC BVvTsp؃#:#Iw)vӢn.UcW+U2}[[#>i#6kzx(!yM4f? yx?*b3zl.W[U{͑ qYƒ8RmܦOmE~(B'1~;wĮ\wWJ[s#L gD>բ(߬̈́{dNe1gǼwyIxR9PBhoU6&`ɤ/mRNOq!Gu%g6Q[#aCNKqO?&B;y{fxZ aK'yN3Щ6#¾N|r < kdlT/}(=M}؞ Y+~ ΰ˾q.mPC@_kTPqh>CFtr^O6/_ErLwE-]ЀLxWXMMK55=n ְAxh֑Ŗ{P.SAl˝o\v{/kv7Ǿ]3 /nܓgN?R,/q8h?-E~X}6{xx`ќ&5M=๾)wBo}OE5"!&LŒj>z oߚ(iI M(tnӉ7`ߞyu  Ykt_n?y!lQˑר HМ#Lu\+FNJ1 v˗#]3C oV ["tNrTSG1 D-9"WqWXAttnm߾Z9% r,?z) 9ZAc4mv%Dkoq@uѝ>=qa:ץNlJ^+ &:Pd=Ag!"1ưęDa<uG u06&龂$HF\wd# rwlArq~Z Yk`)q '7 n ތW~4”~. >s~=Y,ȧ QaiP,aFJpaܪm;~%ֱיvVRU?\{?)ylR"gv| Lx}s9%{.9:Jud-_=uaD9Z~6%;9h{U=v 4(DžNR &Cǀ̦8vUVУÃ[z9׊uΠ^4a={ ]im&5Mẅ7ME p{-.KykS/,>He2!i;!Cԩ>E?޺2Z^<60ݣ*P~$LdJ[ou&v -/v4^[lì磧Ku1L\k?/iޟEGoK}ZQ;Ziw{KIx<)[K ' 9#7&J5u le:vW8\=wU"MO]oKs++JG: 6H)0>9\/bߞ!oMu<)Bg&q23pux oKM1v Ut BWm_@ E?r Ic vmP ;R .׉!v󎶴:] C&Od~7j1/ &K}npjhMFQPu]&p1vz0nA=1'TA.qx_XCgZI.zbʪ I0|Be잆'M>򹯶7H{g:@J^욯eoaagj^]{v_:'ؕ4(VE/קꁉ?C|q2`ANA=1G4qeĞsm1JK26@:^#5K5{Dg7)Y͵}IhtGv7Ts:ٓ1O~0-/%`@Jb^@G7&+#(0u0e.+1ss|b7إN pq{p 3ؗ.jCuḡ˩W'y.'e% GiL] Ӫ93X,ϰ^U&zz]iܻ)G*\L,|Hy. ;AouH) ›}B^,p@ro#x/.pkm*Ikm@;ID/G~;bY4$֫vYfUvydo{imh>¥Z[_>'HP(D\Eӂ VYfDHeoS}{ZNg#ƶ0 xVK"2Ś^JX "-vߓEc%ЂOgmC3ܟ9>⥒KpPZΙݯ͗'|O̒BţŕX-odcTNFR3|^2, ͏< HHY~WL~ƈ*;ʎ8ѼKkфK1>r8UPh<ތ.xp䀡 IkYyVP' aR5Ϫv@NGRn绐5"6#k +DTIR'mchUB"(\'3Yr*S%&#UrФ38YǨ 06z n'݇St>[o-XLm'H'nf" m^(/gV,^qk ecI߷ Ɗ DɂUnvPEvacH:32RMSpV]s˺,jD 띷Mwu \[Uӄ& ܝX.0Vh8{'WP)Xeޗ. 0[|ţЌ^@b;ȿ`-68ڙ Y{E.C ^t,+INXxDU| 8&7"=1A",q6ObRQ1TwB`j3_]0 |,(|䙁Zt]y4,E۴{\}!bf1(iY{,wa9%Ub"浽na:efa 2/&ҙiQf5jFR(WVdԐ*ؒf}#gz)EwTJ} TBr$ GǾՔ#Ad1luKg\[q7app|,f-dUX$+=i {Ò X_<1qT,dZ"28^'hgZryNMFX*@3 Ef b{Ry7#YєK 4^ܢA=61Z^KM= =?T>Q/2wHר.."n )6j2xƣm'Hu|tHX}1Vo4 )CblZ4UϮQ2F߹'b&Dۃ?WTldF I/u0A x%a]xavʁn#񚏆.h^p$:2jH'U=t"TS=w" kNoӊ@Pp(10 Of9`\P.tIY-UW5~ k 3ӟO,]Tdhy.R7#N:B1nNd̀ԨqG?d;l~sr-FR_5` a `T?3/Y RY10]H5DEU˹a馮äuBII;b!RI^ߚ%Bu3f_h~UŴjU.@d Y'% 11ΥH\2n IEԿιא"2 ~)_K/LjSv"aw)"q#KcN =Q/>5CG[}^fx~&i >kk@h0H1e3@7'@zȣ1lQaB+ba 0S43 \xP.(@#rTyL\:bE$ßi-؂Q$PM6u }H=A;0o@:|_$3ݢtp0c^=U"{4Jw9/SՂ xR-9C؛0 edE.5\rǞf N3ܰOpS? oK_`,?oHmjQ!C΋8i ct4 N:.\%d}d=K a8E rZb<VH_(Du̓= pK*<3!,YjYNYt.JQYfF2ZyO+1Yo.{ZEu ԗbzC='pTQ"vB&u1S5MFҮΚT;)ߕ*KmBr hXr~!Ze _+K+>̏0"/֣l 6Erlh،Y"bٲo:',~UQ:apZ fza3DL,T;2lլ1e(dTߚW&_x%}<2T⒌Ga8mg:EiEeN LA #|usMu J,v%4xN66.F$ b藫C Yc p-Y/hh>joTmt[7tSG{w*t!H#8͹"es@4,!+X/^O/)z!Y}>uWϧ~iHS (Q m c_v>.Jg+mJlxUrX(\!摙3)>Y@\E7sBD!Q6a*8hqŜvYBu-M5y oTBUI3^2*F;GCcX]E ]gBT 5S2@C$YxÝKe xFph(3w:FiT.Fl7]o1mkͪ-D>(yqOanJYG&@׃~2T tv7 A &lrd!8s&fУse1EhLߘa`1.G6QKgě44wӣzkH 4!B EPq3H é26=yw-s)SA> 3@+CGq2EFPں"ӆ}8;h"Nd] m?2=~{K.K 6wuK'6==,/xPY24{%,pN ,`wW  a\m|4x#8%]nUyWEqh!o52 KH)p8 Jl%Ě2U!FP.Ƒ&X2.|mr{Ť.:N3uQ ${ 0tQ V9_Yv:%#!ܐqҵW7N"GTYtdFn׮b- Tt:Nq?V[2}e"dY_FUe|45[}-.d):ϟ*6蘓{NT, 7a U%b.˲1<|$W1Իk.!-tHOdՆSɻ6RZl4b^;觹썇)ei魔;f1V+?O9d,I{MdS izVao>cu#?9ҞG&Wuɚtͥ]h t ML/p"V{1M^B1l5ޘؼN=fa=&"*p{{Q;_=ls2D>Blg d}m  *k4e Fj]oT.SOIPBb,aF  0:!R;F1zOU{ٛtʼni^l55buABl6Q^^\責|1ߡ:6VUPW3]}ok+l`aa>g6kcѸ%֑d+%4g: rU%(қb9v< ,q WIFv~Y#91|"\z$R-]Ym7ot^EL6(W?M 2gBEְJ0 'WdЪs:.ی\އsfȚpDN_҇ҼDQ$|*tg. (X[jda -!qS١J+'Ve5EEAlFz5-)wn:g|¡c'QS=<駓f^SLh>$5^5I?MXᦥBI5$gvBڒ^6\u[ى80cYa? ZJFv BZP @G;Tw^f{{uE̪cyˏ1X?MT}zCyHrͫhZ2!X#~)sWf/3oxxgSJ+zJhXuW.dze@ɩrIosw}1q֜=^OIѢ߼C Xk"͟M]H0uEl CL)#@5;h&k3q9C 1yۀ: )`2C |G-j%dkY+PgF,|'ٲy QqY2dm%1 /qRufC=G׎JJ\fs6|cPlj5J6wwvE /Gk A+5Ut3%q 2eGĈVtUҞrAT(j*g˵~8G艾G#uA3q/%,?(fl5T/kT7ŝF: RcyfYģùrA2a%`CMZpHr]RK/r#6^tte9.*P@dSϊ8B%uZXX鶀×ܝbxb5轌$Uk0:cXeO30@ 3(ZAoqx>IWD~"9 ݫ|sM8͇;faĔ ,4YЎk/2_/O=b D95uY쏱D[t'_݇P#b21F؉',\=s`yaxu F.NmRتI2)֘6E.P<1㑄]JQ+?~}PQ1 6]"MsoR)O_,㼻JwŞbVr1$F!?}@!=n3 szF 0y !`%Vm$yY%^L+ 3tAj&WAtiP7` |T#L Y?,Azy gB9PҬR#PN)Rd8Ry˵q[pZ-<'TĀ$0#gfVeLL/7J۱ J8)(r*E KN36o_6JGZ`;XvMK?d8;.wU!{!H*7Puk" 5o76^dBމ4Eh.Ȼ=( zu$oYꣶN]a%Dvא0:8SLY=NILTt|E7_:rXqI27XFkP*?lЀhLm1uMjnƫt^XݠƤ;bhn3_Ft\8/S *:=noO[#nŌ}#H$npWU#//Dx̺,-asm4xL^e(M+>W.@A# FpPrY& oXVwQk#g.~RZ&] K}O {;\졡?h4 1 =8t;\%sJ9%^f,RKTJH7V/1SvoPIMӵն׵ Xс;92/Ɂ5,g(]sQ;Y72٢a}XPwRB}e'\?JSk}K:V@sdh1]"O;-@8W‰/iHRE40_W+mT= ꜔_:nsӆŔ2|"oC$ _HamqLn`\)V}H}ǶG0NAˑ5jmHNmjRÁn֢H-uOgűPnxWjЁ 57;o&bOkމʃqO'PVQI>,flhDRދ^ef!KZ%zMsչh%AT p`c!? nΉ_q-fkL?g7)M`b$w>]uvm-2{a7dp=/}L;2?F۳NkfgFX}( RDz*Y呕_oZ$OhjD RpU`)zb9=7<CRIDShw3EV8l@Y6Dj~ߍS&?w/f:)\ ȄȺQOK_ּ~0k!6/BλËo)$Q#Ԑ'+Ib @&֟$h[Qqy=n?>pVE{VɲjzdmnP0~+, TRu)VR}o3[\ OOC b#S\"R!6AD\_UOā +~p\F~%MV#3w`_ͅ$| [+5%g#LMKcա&MqL8##WwEt-0o8i Zi>to߮wJ^h@:[Z2` 'O2VfHdd5uS~hi+rt:E^k+қb-~ j0I{5>'GIUVfW71޿ݿ@9^@&ߡ-gB=>D!-?=M[Q+l ,ѺjVI pG6VCk\'OOUHvoBp6^H")#2Jk}fй bI87Dw'u\[TXݳ}nOG7pdDwKHF-ߤ+ine b498|>N…vSk$D3F ?V,hyuIAl¬2#zTp"msP5KOG][i.҄>_^h-;6z ,oO1*&44po̫,VձJR YLcJm^F+eZ6iQaD,ʲ{v=rtg68 E( 9ĂR@nV #nd 6$Qs3g 6gkh!ФpdtȖO@2WΣ 6ȱfٝ Z2B4J%64NGDE?z-4 Dk*2 XqB/lAZ22W2UUC9胦'ȽUҌbd:le0'8*NԦGr;YGւl28 ~MdځKxy+2 #n5ŀC[mcopЗ\rje^Lî(ubXug oPёFUAi[=Jy%ȓ]0'HšFv/#Nԑn(nczddbc#c\fH'JɒTY>pՌ]o;6ۍ)8l '9p]pRpj^Srոv˻6La5`3kp^y'-W<8`VtE=bhLҁk+2kQU)Ds$'R#Mq`O_ '@2^ɯqK6}hJW#"eJlvIY?^#2^DJDfBˆюt,BT$NuaۆʻW_rZgo먪/s͠pL_&˒;S:ܐO,9R>WQs [v(Q77 ҫ}2wVsEvۓl`ȴ1yI?a?'1ArWuLj ͕6 S\& 'gJ' Ƌ7&vCǺAP'UɦĪd#\}覻?goO' pV&ӏc !GK``!.f);$2}ZUњ8aVBeGdV TVqf) VD`U+nt[q H_y/xoݘN67>9KPv{.%x}]96:盓6$2H[2/vWwi4'R0't˼6Q%oǝHI@@h5<^aS)D& $eBgb 4?QPd.;rb8r#_߇6߳ ' LA.+<ۉz<g\CZ?ƓDf\+dywv%S:M5 qVpXп/J%Rcr'm\Cctj3s۾Jܯ~ >r.o2 u<)UY n?QK4$1Y߰7LQO8aH0_SsE_NSo+7<*AzdqQU'7Aڻ瓾΢ϊ)fCUu~]译A\,$eFE4c15K8G+P#MEaIVBz6eǶ-R-ϑ.. z dE1oE-l2{@t B W.&}]%Ľtg8^cⴏ&N>G}{ S-+'įn7q2 5q6؊bV,`w껬= 5}||3V1 b p!zD2Ѩ%xlLL!dćlv 2Rrb-=(n41.!R$ҶsjT;{P|Ik9Ks/ǜ<v"ˇ Zl{LTh5X:](| b!žaXRj"xC-c6`OP}a_ 3 zw2\wg8ܘsc^Z JU p!U @4  -ZmN- 3L3JD͔(W%M4EtkΝ)FR#k3-}W#  GA s, Q+tܙ nVMda? >eڥM%r;`:t:G\PBW 's-qذ_#/xQUkd'up8Iabw^V<]:bŀ0=UFHlS(0M:J oRyR6a %l/j=N8t)`%QW E=$ręftl-g;յL.|v#QHjV'~?#$[,a^aѴ+/R==JӠԖPuO)ʣV} uH"H3SY[Ψ;i*]Ee^dWV2d"6HedozNJ-yzCnk76 ?# DB%hiU.Ma׋)rK9wn)ʠቜ_W niM1\m"")H'_l@ynvax$?k_=2b,kbG&b?V|IeBPB'-#%Ӣ)qCEJo1gv$hf#Kn|Z6:2/4Wn~&Opd$7**QXmrGRA-WTF8mCSyLM$8kl,Q_y0 \(7ҙvH@v{mXL}cd^%É.F+k.П`d9@J ݒ)[Q'"-UY3='$.t9<VG]\gh ZoKњdAۋߏ`&{Jqq(z{O$7<{%w&wPӣU)HJ1(YQL% 2Pܳc@CzJ'7<8x-u 0sa` LIN,MGoYoӎvӢ}RڨJpDFn@[-)ޓ*V6^KP1W#0%Y7D2#5tXJp+b>ΡO()!;S/(!9OE$MܽCD8-I_Ymj. {6'Ӿ =r:B|m=Yb <%!]ե_< f7ExGFJn:|aѢ0 ^dvU< v`GLu3C_bh˅(9+/cq;F D|C]llD&5ձ|̌$9% i?7;wč$/ =6\cZTDxyiSF9<: u%G6u_<B]dHh6"$n+};@Z#dz>eVͼ)Xc?;NIE ^9W˜H-RguK$@ti 7͕Pg r!^0K6O9\-_isnyt hl_("'jޏȄ+9a;c=w%$?[ѤP{K@-/䐁 ;>vn[+T Kh ; ZKb| hr07e@|%e8~fCsh.\$3iPYzEUs b$q%\}M#4A.@*Ȕ4nƠa kwn &+q?E^%iJguQJ%gB2Yғnb{y d YX\I7'rbBlӤQjzu76jTpa<Iu-(ĞTL hcyLQg7Oo}p?˕8 Z0#:s5+s skIrox-pLu)ssq =nY |lulwzѨx-!Iūos8?mA:WN-V`(Lpp}`g,H^Z7ST <&` ퟃh܄܆iP"c&BY/^'Ө<xWXډip7_˳vP 2gEۢbj䱋`,HwpPݤzCcIgV-Z -\!9ł@oX@ϭ/}/n Y=i FhxjTϺ~ib<3Ur6DZvyCQ80K93?B'JV=u F7 `X6Xۦa"OW4},#ēx1Ojk{-=7+LF,8eaM(„E2JJY%,mɆTGD\&,} (l>$97+[R=NwRyٖי67U 罷.=b]z̿v(&*IsnjWArWF!Sx^-`'F_B t7mNUwD5j\Hk6xh@H}VBK6vT'b^\FsmC6=Sx\? +>>0J/yԄ$o8 Dj jr\M֣ W$TDzүC&-v0ƩҔSpOE@<ϿQ4|0uqPS2gR:w邎ح-ā9qP Oܙ+G wm೛UK(+k6$)b^JBnx#amF!@ SW8"UPemVG3LRrZA|vt[}9s: |/E*× yΨ [Do[;t.aug^@$S]DH\}KB 6 {qq'>/}6RNآpv([%uw댩ܐtR"O)g:'>F$wYv)XO1X"rϖ`'PW/hٴw/iUO):X ݔ{lNzTUSIɨ'"/Mks'$Sw[sEV~@Bʑ nTёe{6nS*f2L)P ,sI:G5Je׿r,;7()=|2؁chWF0MoaW/ 6--ކų϶HC\cti>,Kn~b^V{nߕ(tbxI^c&n4[)+$|ޭWN`6OSڂpCޙlI|d5.BEZq' 6 ,Mݘ3u'-p( ū XV"gb =@AE7Z j}څa,|ٽ˥btt&R&aw2@mGpq,)};< *D޿Zi8EQm!4~Wp~\{2֎rdaCFL4 _ca5fy21qe4!$jkANχ2WSAi*ei< v N'~[v;3쵝3Q2[}^,b:Kj{{ڱ>,~(9)&|0i:b +Y_!XiG>~n&);}fP|GD4۹Wf]4Ņt Ir2hr72CU .' kʎHkKV-׬R〨\t=r.@8Ve!Q$/ O"z|Vǒ!Q컠@78kXMtulwubq$QL p8y' ̤֋! V>4\/NgcHYM MҊۄ%*vmu,t$m T}q(WxM7* 6?i>ÀhkC몐[ '.&g:^vDCO܂Gq,,E,,RN#Vte w:"Nb)`KQ_Ƕ;?knS$'XEהbd#Gkp8 rv|xUaw7Pӽ]ސz[{pεexհ\Q>c8w{HY,ן`6~Ox,7&- ql޽FF[2n.8kr1`ZR {ߵ-փ Ȑd Yg$'U}bn5Zgx&Lۆ!9C)\ <ƈ}pa*}$bMvWHKg/te+ )Z0߼ɳ<{w [U:m;Q:%d-~ GWHÓWh9UwͰѩ7_Cv6̲!ul覆-ѿ*zx~H SI=#]m/]p`yeSCrmcJ c9·\&! de J˒_mA!^9P2Nj%CЄЩLw[(BcxZo"y7¤Y- m8'YWdѾ9fl$ B::%r+Zz"oB("j#_V{Bb@R( L=TpNVB{)u'I[e`mCY0?$ŰomH}|?^d 6ϊF6 v|$#ax#lzک zquDӦI Zof&Yy=^e-d2}tn ;kr@Lb7_tL #0} hL Bh`Bne<֯yetLmP%F$Ȓ7O6-K_t,qҤ BЬ-\=ZΞ2#[6vmfmS/e(4^o-K P?RC4ת{ Yȶb^r1 Q0)yآ8_vNtePp4]F V k侊%&f#g ?}n0]=~ʚ'%򌊏zT&H}~l8-[dl! p7yőըt[3ev^#A1f Z;bE^u{FοztkIFj ^8rmU!j~gbWl_&C-6z,+;#b}GKΒp(0alv#Օ#зa/$zn(_2 0rHDSU7@kMA*ϱ <ϊԅʉE~++ 錔VYus,v!]I>CjYSP6`P_yu6R?).~N/gmĞ6nZFpV]qF0+iYVLOOp3 ͜Zd֘1*g֔(Uu|"^J G!>ME.N- llDh-MbJ"z B޽ Q~ Q3>f _R{ifAow (q 7)Wu֋h?ΠQܣ摠EK?.Gg1fٍC2a`T;kQxg} *u<*BytbJ;y?ggxVh]jOKoQSjfuwQVb}n"<]J G? J-1ý]qgbd@׮ [hn s@>䡂n1K&!D!Ȧ/^{y& \I+ _#J0o|1A[mjeiB^wQWvpU<|cflK&QGXЕx~_|A)钀ڑaԧqbƮ߿~J#B1!"jd^ %y;zc ӚYVQlRk;oMOl{9/;19i9`Ku!`"u*|1+0p^0g0LMŮño 9k#~H.dSe, eObh9]?I PEC1,fB@rg {`O9Ro]䷫YQ\PFdi3qC1VTuJ>se@=H\'h6 ]j~8h_/iE'0PfV$s#Pt@qo~D0W?^&έ qߝë[ :oE::Z͞hu 68/$j.b=y}U'u5/E/ O~Xlx$R?u㺿z:ց  zXk41Jxhɋbz˿FUϜ6FJ &|PEkOfN>'4gl@In-E$ 9תTt qS 9cXd>Ԙ> U,?pdϏ%*a!Ogߢ@+x1b-*o/i+Mڪg#fPB,>C6y^fnF.IG^Aw\ELb:u]^/ kB_5Ei^uЛZQ滧y< cgi@z`t3\`\&| ظ47Agb,;_+6vvKyF O|>\lzd dKPc1W]kІp LLf˘uZ)tl NzkXſ߂6;c GYȉ+4)[_&*1[7ckt4~_&f3Oc7=+3Gt=k8a ֓ įQEfMq؋R+UNf,H}mfUQ(ƞj|gP®v~:@(}XRFY#R)cgA<\LPm푫xbh쓅yd旮A!E=)++Siv@C#K<#Eĭ1V}CuCx[Ɗ "qT6 td!Dٕ6="HK̕WˋmJ iwN%S.c.$(tt8~7.5Ѽ7kMw\`D'x$Z~48R h:H-6x )KsLwiYC4 D_|7]`; syn}tȏp{⹌+nXnpkkD<$ǬTww!O@6m&,n38 B;\] WCij2HZ쀘sT ,#г>t$0Cߡs)#G*9tgh/%/1 *0yjI}K*yDs󜮇q,@ŋ6-zop5+o/C-+B^xy`U+Q ,xr|Ue7I{XZFrgIyCm@J}*w plTӈ :<+-X*&'Y:IhKnm{Od[@[R˱:] MQ&2f{1jߣim:CpI`m>.1++csAAg=.Fc&0e΋qZ8^h#1P~U̾0WJUw;%^Kq( PLt:}򹱒m'&:oNCn 2{!G+x^ıֻSUۛ]"lY?{Y h"L5XNw*Pst92K)@II2߈Z5rLKDi"-L'1gCB~gg@V upkEQ,<^!,rPP_?:WЧO=lu@t8?9 Cg/%DCX@@c('y]-KHYWO~H3K6DE.\87;;zJT^6 LH$ ~`hNikعPDX[.9JA,q7UůǷOhiw4&fP[Pz81o:l -c*6#jy9y*\ +əyHn S<0%CZWK UbX?dN 4ƾ1=GفiU'Tnh޶ێ 2I"S"YYօ:{7(#9rȓeH`&v:NkOIƢ<}5m+2(:V Ohja)EFI Hr:oˢ֙Q2{ek=HMaLOVNJidm[d3n<nj+%ɕ_L.|]nj3z2-SP';rQ=="X41=q¢2ʦ#5Qlk0U] 9ٌڷ $OJS?y>:/JxiSD7u@#Rt[w[~e ^}d@L$xi߬brbgJNku A2BM:mX}=ȝ}2,Եpb^uՏ+_PcJQdFJb}0־=rc!R;s? =Tt E bkvI =虽Ȋ~{.{p&KAծev(ߣGmĩ5k 7%gf q_sAk p2nP5JOr/OXp$)̈^Xèv ~df=];F|묇\H%}!_E {fB Yh຀>(zuҒ fōu[w<~O:ωB D]R#C,EQdDŽ^ eP~8&cƬ@a[9K1i~_L~c &-}yg4T }wl?\;Z2mP;aC%h}S[C=*q3 ;FaAFF: h7hPŵBGiĚiU)Sk9(ӏ轸qFv}kx\#amWܦjYc{^ sSLYe% }(NHf퇰1USUUvKkYtX#$4Ys]Ky^ʠe##jB0CBgR0/4cgS|gTyC By52zPXǐ|' ̮g>Zn<4kӆMí`eMoo`|ӵuIb_S (DP;W;1 r3geZ)׉atݗY/1-7 yonEa >|9E&~#v〙]B`'ϣ./Xꮦ'nv4\7Ѵ5$<zvKuK$L2戴a+^n= 琊"jK&=:&?|;XȺ$8v[}pE>Up1jO! 1UDF5+SFꌕDIni xJ|.bԧ?F}AJ/MܳU%PP ZeeG\]dQpS~aۜsJ?!d8=2撼&WuEsx<[XwNK?:jhdӼ)xNNZ`qA R_x x!^o,9S&a)5eo2c<=\$L0!ߺ`2'A$@/  cv۲x\{~R^oN=D_x7κTTǨ1yԤ\\ 8Av@x-XQDBC vyM2^5*KBg+k=q9hlvCq]5 jLIHBfEXx d-o82gFգ2ۣ`Q]"'Mh1W}]Hf/flANN ]쟥]9;9rbk &Z9¶ʧ,hL)9xGY+Y>bQ_?xAzM׻"SUGF({W8٣ۡW VYf4`4Vi.:y`zY@ φ btED00 \љ2cМ|t•\sd<|vg $'R5ZhW3ڳK7Bݼ2hOˆĸR@끝u41{A lXAЕ٫RcU4*Le 5B5"b٫a\sL:0vgi\ĜMHxI#q]%D N#',^dԶ q˯S*Sz8'pleLP)%ۚW r,1ŧL9 z?z$bsy.\C2ʣRbӇN&tL +7E=ҽ>v""b@ͣ~@#  |ިPLXUnߒ#잨u@Cd"iQB_ӷLdS8:}4 \QL'F^R:>>=kPnCOJ_"TƃS,F=a}֌uF'O=(ݿrcʲTO/`鮳-8 r-y@iRuMK?AxuB[|/0׆=U,knA| =9ᜨa[s92jjybDE llD]qe&'9ďfȨ1A%-!@EWiD}n}FPe^: Ӛ ubϒf3lИœ@aL '}v7b>(!kqGϥ;uER`Hp 򏍊Y50ԊC/`0ωcgF!T|eVT<)f.w3uzh3Q=-Dֱ)TRL<[*ɥV`!mlI3ϞGaxQS*њL 6mv?OtYY7xs:&->dV5k2lFvg; Js%ّI=IQ!:<4|77[W 5yeFY38 ^ s&@1JEP=m:6< ɎΒkc1em-בL%je7zR⏓B!,f"l5Yvw&ޓ@HpN Ua;rNxO+ 9P`e J's<E|~L-{ %X#dpXIG־U׵ki&=A?LV)o[~0oއ:?=Dҙ<++抙j亀C A(9,K@J|yԷ؆o&e|ˬ|J,oPF?U #ҷ!ʗT4YwX Q4Y Y͡'EtR6y 0N _o*w"վ=0'!Z>;cttx4fE^ט@Q[9,=pɦ[T ]Ȇ.o$%5G |"x|= kSs4naڐc+LQY2AwT~u˩㟂͏T4=gc/1 wФMގt,.PwMrYk/z34H$ePPW1=?~9>2t+? en4>;>R cqXWz ¤C:G;o@d1%l&>yPڄ D%Њ$~А GMGV=y[ǡx ha}JLaHڥ(I"CDUs{qkAO !pWz^hHG]:@҆8kqjd 6&QؽXG>B.镪(t=)E*+GBS—#rjN`$N I<+ _l%yzc.u jFzfcw5̙{Q 8o*Ԋ)ɍf.0kDd@pQ-42O7hx❩wL@ȬnCۛD&P$XazoYQ"f玧R#sZM|:L9:}'ax%,Ma)>OnK3>?jn*n*hyZcGvcf@y],GKUأ=, "' d B+ Qe-VF༵G',{jsۭ.Oz1y}  SƸ|dj [;&JH\b0-hdDɻV%R[6lm_QAZ]ibO]>EI@p7B[>ؘu=R'r^xrY_ch -\(*%85^-L )T֟K[mY'> _ߌ6Uk{EŶZ0M/]'߇`?2|5۫f!d&Q=g7;?V/Wk=`hռNx7` K#4uOu@`:PCM}K/#l:aChqLJ U#(؊Z!vߢ` S u[]5^pa; 8=]c7hΥP0Ko: GUɵK|ZqX_aM/~.rdE}?Yc . uq@k$!_+ub49x#O63i;d[gL}n؍nk:l W} k8Vy/BQHD~+9}o6MoB fH>Mܷ狻DE,َSYI9x!OC vltz?LaBCa5cC2QN;][IDrH*N 5hP͙=:oÕo&Zyߝ1cf<#; t16đ*+|SM?-#Z␢7Q{&vr }ϭiŤzAy8Tv|-XVcSӞH R c/ʅßѮ CmyfgqT :7FMYB-< y}.Z6V46+čYb-AQcY0|68 $hmJ瓭؋ fQ@aK3QAEL ='7,Ouŗ ֆH;@5:#MV9*t,Br BSDYr yk,u]D)u#߇:=Q$^=a<AfLaxTv9dٶYz-rmR4M\ȧ턎z^h# [Say|>uV*y۔T s]!awWh]j_i՞{?*_\E}e q@( 6, p7#&+%xĄ(;eϭ&6U(?]ٰPD# .y r)`7:&?Ux2T'%e-woI[A#P=#Srg6T__(^!kEJ&M}(%y!x Wl/-y):`sk!]:g\Ë+%쨦_qe?"V\OBOGaS.)F Ys@${N-(y;M"a`<| C.l8D؁_NI _Fw̏ ؾW#iIj0ڷHk S;5?=}_RMCwJY^8ؔz<ߥc£>͗}}_g6H#Bξ'˨ZIPdS{ &+be!ћMsl_f%o;Q6zᄊڕDb= õz%4vb,!0^f'# SOSZ&KƦǫ-1WȂ SiR*tƶpSbLɸL ^#7N@Z? _G'oOk}V PX_ØRhÅ\5sHn:~*Ps[˼LBw˕Pw~;řČj\F7G(/q‰WKc:f'L'(\%=?':qWB[R~8tOb(^%6RL܅%jI(f0K >!BSW8ETDD<>Dv"{s{Ƈ.\L dD &]dwfυ99PN\ R ,ه;X|* Cɣ-3B}} 1¢1ޡmhI70E_/W]LM9I|!Q[&Oo&GG b_ ; W >nփ09R|Gbʻg+Zm֞V9Cdѩic((לTe $q &\?@tS@K{Y G3h^߰r]vs1|H!Pr hwƂ帥tn?Ba0ʙ B^OD=~8MciMqդ' A+(}G =E포(k$SSǯCX GbHEPWkݟg?ʽo e*Ä: @ȭ{hat1 Fմ&ǣŪ5ښ&L@JӴhB$ų4Ly*^$vn 9F,<04N0E/Rx&*i dSc ':J>$5[E>Øym!h]E5.Yu~|J+b9._3]fT6%?1LnYZ6d}A&9Yǵ A)huOwe׺aNY7-25soLC7en, <:^Cɝߟ1R3WmGR#0`z++y*izrKw4;DNN}P[[Tu-P#nى 9D [!_^iF FҐm8\&[;݌,S<*KUUlA 둮HzmF ɍI mZ6ZT3[zZ5|QM42i >+{F=w>Ƙ)8[ᦄXQt Ӏ6+$Rz7VdÙx,lEQ[|AsRaM~7REvlP=01.fCSƥXQx8˗|2sf*-PHH^ vs2~Q5i§D{:#7ɴ۩/ y~]>0%io)FCM"SE:I9H>ťBЗ1Q/r\Ӄun-X^W-w-r2*zrQkxKHf] k#t$+ѝMӬ:eg,!$mAwiʺT4a&FhciҺs6>vOo_Kg1-Hmu/KcMWt /l=YpHr xY7ѯRB_4nPI)Z7BBx- [q>C"xȕ1ƯBwN7i!%'{iY9Tw{0Q2{;$=}ЙOc=~0zN/.sM߳Wa 7/p lT.K,ZAGf R׳|F)6kOPm[j59v-Ϭ3K\h} AH]-"Hf|*''e$@ȝc'#1=)~r3Q OՐTJ 3kU[ltW::M! mo0聝,yAAI֘0ƓpoQv GGͭ$2)nJ0Q7%d4jnzƥم!1 ) ] v7Ka@\oO,sd+iT-ݽ Ȉv|Ӌ5H̗mP0+Nz'XdYDRw;^^ϡN\Nʖ"ƽHqI_jFXv>#hv IbF .zQ~&ܖ|e>cd֣uN˶Kldx'ի ¼EE>'"%^(A86IcecY`^߆T@ICC"& PHbVg Ո?6  j典~*nA}׻:X2e+Ny"GN!6sőBl@Z֍Fښ~j {1L qR;vʤJFb3Ct9 ]dHgfl[Mb?hPݐrz뭳QKQKoˮO{زC k|YadşŮ'vwJG9^lD~ ySf1-/W(8tޤk97Sx+*[XeV*,"CU!/ p%d y`ࡍ-ʮC'qѕةf,1`3 Ύ2Oi’.`(Q3<'_ "  JF*?s-Ȗwb4~thá?+g(:-.sה\!odߤ&A|KsOu@{<[AñW I"`*g $82QԪ_!}0J{}d7*}%\^+hxfU9VAXG~3{Pc,'K>Yg]yjF08&*C߱0Lَ18aKG>KɁ{!]r[7M}M4]h/ZlsQ&)< JK(3N}s6ALasX1 JBx,ڤcuapo҂,yϙtay4l Dw1ȹS%i?X\RAa.юpLކ&imSaU5WNP  k?a$y )u<^#d}ajmAiO ݼƿ'¿4 η!۵@[ӽ>bNn#+/#hDrH4Zq)NdI.EB F8!JRn6IV>m,ű'CD槡.5u(յI. 0_Nj .a;BQ*"J5e+QQl, B(j YRGHUIެ7h OC'n_r[x_5:F98y`W|gbԀW]u**}C:1Iwy 5Ar7|U 2YhխAGBo" ⻴i\VxYa r(>#w<LLPqͳ3gBj:U2kI)Hj]¯7GLe=&m pcs>:n,?E/u@rzJ:Hj^f=F.kEx?'֗Ha:ZMUL"<.e{ D=T% \3qn-Y T; H }vd\ ٽ:_\pZP*B){!eij#]_6/=\_ !+S"q *JsL(,sb=BK6v~>l|24S z7 AI3#8٭b ZWɊ* ɢEٲxcf? &9UH FH1w>n}șG$)v1R>7<_#34\pY܌O}Ӛ}! 64P/HnƒB<]*b gZ(Tձ0> qB= Ê`t?{ia{L|;ɿ'lD8` Tb bqAwG6[1DXAҒyio?J48hSmR>̆NGM!Zyz8^"MIʽL-:BUqހXx/cms -aF+ 2{YدI-b ُKdދn]mX,mDڗ@O.MePRH|'oUN>j5~籘oe3|Mz2c̬]`ȸ!9-'nbdTDƖ? J٫1R7woJ)pEMbf 񗕁LrfwN{4IEh]T YJ ݇8~q#n=av2ZjAfC ZTr)ф҄Xc:\`@P$zxX}A"In<>M17MuGVKƿi]fnkWQjg؄\V;<ڮgGIsF}NО A>|Y ⻎n?=vCw)I1&w[@@~*~#u~i:3iU`3I.bٚX7Mab4GNSUh]Xύh:d,R^.o$8}\]̩PH`<7 1QLpNEfM'q DJR0awMħ\J{M__1 ypt_;#l+tU4A~$)9\'G;4{S7'-T{dL)"B>qFI У qۄJ8!#@n!*$Z]D6]Arlk Ps ۊZ+~-qGxDFn^.`{GRUM8J|AYG("a/ oض|H r;7LljhWNsP:[Svk !/w0@"#PxR'we4]U6df g$u0-%G.0&:+gv4?`9?,OmRd=BYЯ9"t-c?:Ml[.x6sPknұ{@7.c ͑# y0z6rll 61I JdU)"W)'6ex=3he$w}SnD^8eCɄQXڡdt3 &Qz.[ ZMӀt(e^qƳЩ rQO4=d1Z" 7yznD#0 P|9}?.Һ~+yJvLYjÖls^P?1 >A͔>5w@?>.r>RkZ[biF})LO73~ [dA9^wUnfcW' r 8FcH GNWND* 9Zh[TuJҩ7<9'׍QS v.dBι$6!"a&̡^&̭$́0_}^h˹-}˓Qv>8Nnjh]0ow HgqLZ|ʙD&*Fj/,9)6$nQUqnm:M Y*d:AUW͞ޕ<2`ŷ,7.G >*-m0##V$b#p麧rP(PK݊N++y5g2+Gh׿!',,UR3ڞR@eu(ThE>!П?2g=IsC]na'zό_HSgMO+}bz^ 7(P ^jP/ ?sU댓myG1ZBKP01Yny\ܚ[x^ J/;S8U3CM` #ml1]|Xh3P:ЊYږ)%ԳyNփ:>oJud"}k7 Y+(\ktrkpop*g*5냽zVt×9$H )p1SV<S]dNf. w2=ba-"1}FɐYrbΆ)A<>ukP$^ZUNu*z VHY1<^ mOAs{W\kjəFkP/}YQoXirKvn=jS&צ'qś9*=91aQ!QƦ>PX$&^I]i5r? ¦@nٛܯZ1} G/3]SDajI0=HDlE*V|`tJ*lQ!J4F I7=b1 SDB2  A6;pr7{ئW&fѺA#k冷V`IW~ WpHC:!Λ ̘TZ?T7{$9*7Mécprf<3&PNSq%*%zq3x_@~;p[O*Q OmsFWX?&rM'im8d)YHjGH3]x6K把[ֽᤡ=oHؠbwJV+ƥDqջWJ;H(Pشu-#ICޤoa)+o+Y̱%-0p8܃kdu8 /(W OLjkx?7((Bb@ g؃nEŏ!\T};JXqWM @}qyײi! ]Яs69v[Sh<\CSlM$C,%y$+[ 렅ϙK{fϨO40 Չ9  UZ"!Qzw0z{u[xv*]֔ap/ Hw_#v$ W =?xksQ]Q; fվ#9+6mz: o؞z. #9Ga %a|tByi\I0ivHӳE/{N; zA~U*ݨ~=\\;YNޏT~6)z1[M ҤYY  u~]*nR-VQzɧ{5vK= %DCL#GIˤ!L@RkBg'[ҴeQ DFi" n%YRIm^,Z#-ichxAyf%vz+7~ߝLzҾY'lX)'ät;b`ᦠ  ACx8ZQkm4O&B–#q_p3zw]8I׉m򥸱b eAhъuPr)z6fd U7e^b΃[Bƌ*g fk>3ksUbE6bŚ2`SJK\dsQy:֬?)0e#s-82诒 ܢ$0MC"I7ʹ&vP,E_հǵDLݚ)6ziЙ{k)ԕ5KuϷNY8o+`Ǿ6;&xfICud0[ǸqJ#b 6<{WGڿub.J`lx{<9(u-VksN2!Qjbo< `Oa$*H-aN5Ϭ`N+1V6e?YN FpJdBos* FJs*/s I.T+ҤTMYyu*ͳЯ7&/+{yJ$܋ҖujDŽ~;mV˫-~#l`ӟ3%ƴ.?L,bP~Rzcu?kE\Y3%~$>2|BJa!/SfNsyQ6&p msZ@]J*8Ge)@@prE|Nh+i9"on;$E$G:''&.{2-O\x]i~Y`Rcr*{n@~d͎P!γN =NĎ~p":Y"4x@?Qkze l"[O*%રT:FdL*/dU5txŠCg)ȇIotQ *ѽ{3;~.RA6~[{r<cP; ZdKmE~@XS>И^yC YsrlHe$Lf޳_(d!,/V& MA-Ȳ A 9+O+Pw _jWI4EA]T~^kޣnAv ל6Q3R='4ޠ߹yԫO[i}\+=;/h1FKZÔA(x'@Wb is~& TDǕ3[j$W{PfA Q *$ 84?`8Y$|*۷+Y^:. 1B1)!{FhXZ I1^IhӁIS `!a_ T?>H!hB ?1m*š5m@E/VuЦ8$pw0P:AZ @[ftAb?/Ca6 8/ʱ[[,Lhޘ8Of'Ç Gk @YYbzWם*5k&Fiyq'B)B,#HDόƹq"[^hd;`?\L2 3c`I22n3u *"ZY4M6׉N3eڵ0QS}s N /~L{ CU\Lkc\x+(fev{>_dKǖRH n#W#$pj yLDtگ*Ř<-upP/\j Y9e=ncnNYQ!K}i`]bVk jVRUGѫ>57kŕtXD #j%3K 0EP'~ ;Te`eA%!]>D-.tߩۘkFhB]ឭrUsd#=#~8b?7itŋ؟'vzAQԭ4Զր 6 D 5\H.-M] cϔmКJUW!ј4ɵG e%{:)=~0Luٻ T $I-}.as%Ci`[tҚ!?6=p:`+m#|5{49@c+X Wұ\ZO/XC}JYBr8?BMuHN% O) ۯzOm$m—\փނS²9UJ[ܰ6&jD!|? vEPPxSZHiYPfr=9 k5ՒRT$kG9Y8H`E箑41|iD[~JZs\YF31<;Mt5:qMXDej-NFAT _|?h` #sF63o>+f4ܶj|xSb'0fy(L+,IX1et5[l!S1qEWdB7m뺹<[inҹ&@;+KnnznMx=VU?턥R+U{XKYb{oxDź64D OW>QR>2>Ȥ *5H>QT)unlc9KJ Δa7<- n'+>e-:ɡ<ͶNXV\n3 ` :̑\Kv~p 2& # ? ]@+)كIg|+N?F]te1^̣+5IzG93jH,;Q]K}ZB LTt4~7gʖ(NھB#ZXnA zX Uh*dw$;Tڛ꧰}فs_ zǂZlY5!yѷu! 61g D 䊙-p꫼Um~ae٣mwܛ!<&tܠ&z8|fo|tC*t4/$0 Zmy)n~O1 "PU+W We6} WDbpM 7K I )R'j$ E6d2&mπ:In¿05`Xu3}?b׮߯TD6Lg)e1vvwnTZX]?%/'Y9a$ӼQC5aVM&֣.^;q|]Π3飼L:-蟲1:"Z!7okQw[H0jq־axTГ.e37E| U ;b=zDّ=úr1TmGDܿyAQk*B&^ =}E_' D%R-A9Z!OL; H6sPBwDD2)E0rfss@`"SJ+dbo%4'Ni8`rT)zC\ ?>;`rڿk[u|;TU(8jp q[2'0a@ guk\E~YÞ#gx g89uYbѓy?1Z4_pMu"S-j;iEE^1#&>53Q>%S,ܘ*^Üh~H5 44r79H%_`XNg!?`l &弝Yj|plN̺-`o󱁘壣E1"q qX6G1ah\ --# ^_'r yxV0)@e>:^Q5ԁJIe9p٬ 譿͟XgwU者ޱaJ‹#J $lpx˅oiF`n05j̀hL(^ a DqyCI*,X?H|#NՕT:E5lQIЅ\xȓE- d]@{4GR NoV%4bɕ}m2,8u!T bδXJ!K4SA[3!z͇Zѷ#*YTH#& RSЮ:w:nһPzMu]ǿ/STka]!@7yMdq5  {vT׊-h@L<0R`/\\n]ҸMJ27_^%jѭs=1~ް%9Q-8EqL>:5u.{A-O5hrdCةP&&jjmt0pL6,b`%@FݦrQs8k& wS8P4]eH!Yz:GK!!kȂ;ML9 lD$bM|t%: ۉF?rFsDw`rL@QbEEKlقvI7 :J[>#^Kzcj*V"Kcf81̎ODI һHl|DuOkPDl}kQf"ֽ5ф,](6Hw0@hQx$bl_#3~&F ]§UPfv|]2q%ͭK8-a0}ݿ8RN᳡Wqi/ w[NK@`#Cw*癏)_Vj}&F2w¸Te&c >K Z*ωk`0qH^j~Jʒ!8*Xpޛ_ݰ!.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*kbG0707010initrd-release.5.gzjournald@.conf.5.gzuser.conf.d.5.gzuser-runtime-dir@.service.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%.-Tz070701000001fe000081a4000000000000000000000001667995f900001f2f000000000000000000000000000000000000002900000000./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#Kd]E`}EfB-%Sl98}lKUQ.y#W׽5I0oDıi]ˍXɋ]ZMq*N_T_!](woMwφ;c㻸hKZlc_h3ف~kS+q20,w+X^K#kkh, dG"՘,b,.'`ܨ_Am9/@en`xz pu'8+\k$<ر "Okv?~NJ}9?~A0,s ilMXyW??g,'7ߝűnGZ4J{zK:ޗTovpmcxsf5{r}$IhkvljJ}crl9#'lݙ-|r6?**W=@ԟ8.^5jYq1>ɑx&qTNC Nd1%\2TY;! :Er1)[cFZlNrTOh ٯU(B/?@Em@XШ-) H7iJybiGXDm@ #Bol,M= Dy#Z/=Qs :|LK\:GITw\0JBKLk4<хЍ68}~@EŎН1eiqS=X4놊f~SUrZU ̑nPy4v"/_,xQ5l^Wz 0yYܯk~TE?OɗT/#f>nD|o *FT*kB^vTOE,m6*}(i?_sMv鹎mbMLGUP=8jzo<]Yp #8ŰOFW-Z8hS8m.\Q}Qe#\hmC!߶*7V,ˏ?p*vjO-i U&ΪTX 3CÅ68s;(S5@sL`T8}}rajR/_%1#Ճ")W/@OTNpfAIQ} N\7n(íQV&wһh֫C0_~yUx]Eu'^*%Bm92?݆zЧLB6K~>@Z_&qpM&N}޼ns7ljpn/dؗǒLw>{>: x~.n}m>I|A㇦b Ui$1ql?xb_rܐ9p/ s9JjsL]xciQGJf [HU k)b93|L G%]+v98'͟9.r!snA+﨨F -k5$WHIlğ_! V2/'u"Ԣ :w25vj ՑEk;UOs^S6<HZ1Qa,'6ഊ{7;y8nX"2]*E^8Mɣj} w i Rڒ|R7d\\ǘ_zm> k*2)P -) q%\.cb۸XS6Y)f,вSؾLT<<1 N cW2,6a ,>CQqM,ɲ "d|:/ *wEL#Lब۞hTnQvB}UEƓ6,V<"AM7L>o;HW ;ڒzw/}!,/xw~= #XîcuIt-p>ZC@WOV!(qhp'IF4L0͈X!܀H SӹDȗ q3ȯ՚"O)Xq?lѫ~ũ&0ME[Jf1֢RH.H Od e۽O\7H2/ Tp{N ؁Y 37&g%f=]./tYN_,Ux\RGX>sSG䩫Jx<'= ta.[+|BWLnÒTTD+%vy2<ģ1]8%Q jaR%%Cn^2?'M0QzB?EtOK "XoZ"%u#?#јٿ!v(ΗY0'}xw"-`K$Pvii ۤ}K/v(7"@/DeE!-R\<4 | 0 e8 _6zrA7ǟۜ]Z͖҃j:1Pviuܿ0`r@ҟT ThKWP+L>6mtڌ Fs/e[&mSa͙LMߡœ9YN9r- j3mO 1B4ᔘ7dNXXk v'^B]A-'R>d80Y=K~Xn&xWe5" DBo7GR⑛D{TffOVf2D0&txuwcH=F]|w.}@6Z㥛I JnLuE3^X PHVF*#[Eh>uhFR3GYXBr|2۞P*3 FWJɂK8sɁ@p!"I$+ Zn/Zn]r-5$v`9tuiˢh3a$7 ;d!tkKeVzԆ4 4 %?Rl @[X"" DO{zBUՐ3:S9gƀb3Bq$gUY`'#Y0 ]"_\q\%m؜UB'nc8#g.#{i㾪q&׺8`ssIO*z,I2^ y(6\CYED3]MH.;t Rzarzo 1F22^JӨ-cLWh *q۰Xa+O$ Ik(N#Ku"Ķ/:q 8" &_TRDn6 U־NSWaduCFu繍P#k_Fⵉ[{=r )÷iY3;SG-a,tɈ½~bk{-@%r+KYZU zm3lypƜ>[DєѡNJmsHuM_a[K2#FA3&l!z.+`hQ 6(@d>0ML,32,CC}|fR"fᲗշ)h*U~I'zP8,$QOڊl@X_l z7FV X;?|7T4Jd `yܕn^8]94,Xj,qf^ڈQh:7Ue.]vHA-?NDA_0$bN. )j:[Vef&o?Yy gq(G"}1WO>&ǒ^e-Vh&NgX륐\˃/ֈyc(dSQ68n" #*Ⱥ&@9c H2z@9eVZc3PS5쇁TEWzmx|Gft $ RFXqkaj|6ӭ5\VЋAUB)=K=pI);QgL-=`i-=#􀫥\-=hgPv0^,B 0x*hMo̍M[s$׷sJ xn +V|˫9{i='O(7Iʉ}A (2Yaj@tԤ0nFr14Ӎ*D*`=23ҥ'`WL  ^hѽ%*SVᅏ#<ryPϰչZy2^|^jF)Vw$<:آĎxS2}e,m#K3;k>#{δ^<:7nub-1ކx?$J݈Ω[L-ȁ-7NɅ gmŻܳ5bjStH"N/ i\Xzv^<$xHcz!ֵ_vi](~W`ӧ >'#i[ }6q)36[\y||v~ޙF@ֽݸXþ1=f|W&׎jq {1mσG&_+c5QQ1<ә196z3HhX iOƱQU2:_ӓnk":V[[kfrBANdqLd3] qnjy~sp3qwf0]M f.W]'Nr\ ?ېlg-FÞ>r838bs,t}iVs#vW `h?|/y˯b0Ozi495Ae p5l?\Gɪ(Eq>JF{_d#z$Ј"+k[9k8e7Xu[+&'٦gb A3|2<^clYl}3t?i=0YW{ z:x^3BL @׽|1Rr:YH{oLVc3j k ՜pN욭FPW G [.npfCzT3Y8hį_W~]R/Vhm\sױZ(QX %e) WH1PRpF GmPHz"R.~]!X}؃vy7e\vo??@Ns:ݕ,c޵WRHpu+Am4| ?! S|b5 "5f+}F! X>DFw z2˝8W$ʘ_(P$cc)}g?u( 9 +NAXR.ҤQbX8|F@V&z>P 'd:~iӴ*z vya!86[Ytq}7@+@-PkM>(ElVI~nLN( Z_/5mcJ*05B(y03(:(1Zx <2PG g frd1~G*&֣,w`vw#sb_D=Z[^D9u(LU-ƣ\[XCӛ-;(ui 0ܣ>=5ip&wmC>~).8y N.4YlҠw] t:9>x0RŇ+Nwb)?OLQtΐΗ઩Ew`N>/^@+^nR[$GzhǍi'XUVN :fb ʳZDzr̂N}+ |KA2W+ɂxXHJ>ŽBp.5:&zXUBvREJgy zaYEĹK8TBs az}RD<+qUE/AtZ/a%IyCJ! -=*ؒB{Exw O@$Su(jtP⣻Oeщ=BNdp`=hi",X^B=APS-B9D7irJϣ>d77ւ}pCXOBU4}Rd{HC:9N< yqy]/#&k VO`rm,-lHR0xwTq)ᴍ@)\%W#p_y",W1D HY* |%ZPckUAp 2.1&m0#u2IL5G|r1:=ʘ_a_]n PO cqLeTTJ$nE 8PJ04 'Dmq-mK֓ͺp2r<1N25_Luy<[ vR GA/㠪70'OxG8^IŪj/ VIq=q}yQ@(#?A}|̂ǪJP_N?vTiDxfiL|YV/w7nrq N@ /z,-Owl<@CXaDjߛM/Y12AT?tYil"/;N6BHB׉H9sy'Kp,Ot& oh^i tT lKi3MZ#IƈVU7I,d@Qzdu̜VY x5!)&3|3*nMj 㙬15V3j[9&48O"?7 C¡C܋\98XVΉklh@3OpQ3ia`Mm f9ގh8)A Eׇb(t?((U1 9[VkZ9 #5ikV2_X:ĥ:+,I2wwJo],ס[CbnO[BָZG)SÇTѮfSA:䖑'A[I BCڮ4O jxd4YG,0Abh9jgࢧ+0#eCФֲ'J{c=R3defU27݁5d78}³޹@ #Ҝ|5iH+#U68bm­}-*IE<'B~=/UifvPO\@__E|TY1#FG@5}IrjABֲ h/8,߹u,)Y#8{"p*;)C9Һu({f&o$ćzXؖG̸VOQ|f:-N<UZؤr$}˭۠^SMR4a9V"f|AZc8Љ/ܩx 1e229‘?hKǬv;/.<3  dk[('?yJBnEN930| h j0-D6nLLy=}pow,5spAri {m^ptዷktT9:uu=Sy{ 'ѠӘIL7lHZ6=(:[u B ep@r0˳Gne`@1c,NGDX "C#ɘ7./?ěwrAxG:\14(#\gÄEA?5\#W,L8Wsg)ݓ =1ӛ5_SG`QPEȢT\tEwLW99v;`QDj,C؆ tpf׾{Q@(6rVvpDL,M > a#$ hVϢ? ť@G &zO0w{f&',?nXʇCr,:SN+ GY8UmR{tca.JGuĂz#*ܺfnRuh,VY鏂H~=3ƧҾ[e,FZA qL!0~ zTL\_o_-;56װmh\ݖv>^bqz;^ ,N|-{q'W U9[#"B0Ickvl9aoXjTP~s*ms(2wu ^S_d(q]/U!KěoNK/H\+>\ǰQSNᑆ_ʭ/?84PDSD¼.C,jn3[{jیF!DpK$Ba]HrP@yaPJx(Ң҈ogKrOM)_"'cW;\֣ gKW Cسœ10"yS@ 9 )o3:kh/ Tȥ]?ʛZag^)ԯVN͒"VVbgIvA&YHN? `xvFB*ar[-'@?q5HަyQ c}|,sicPq 6'O<ҝ֬!e#4{Ε2Q V*=Bb>uUؚ,1۳p>&ﮪ wFk|EJ7ot4mpePu vͱ_ NVO#R/Nڑnj\ᮛfel&*IfWٗHZuZh[~Lo }2ORPϑSڍZ&9A\wFΎpn+.yi%{/"$ ZT.*H_K<6 +  ֮MN,Q0Ż$ @Kfz;.A8.\ou:p eD˗@И_ĩ+꺏[(|?"AVi E"rK=i޵ gloFkX \Ko稷r^K AҾG(>'BP}FdȍS w{t&ɠ_ksE?Srf4BM:ѳ 58?2dvmn1#<\52(w@b{NEҒ|2paC5y\exYd5&1ed`(#8ARTկr"^' TWD능-kv-(snqkyN-yf$[57fr:7X Q%} !IX[>*}[K"I2gCI< F#>n+UUBW(iRϗD!q~p*! 勥H.:`=j`f.9:ʽ-j~C" p&I(Š/5 ]0AIDk4K2:)OvAH{)5xojCTjL2]]]@~;±$=1D]j1 ԇwT BE:Q𐺋6E&2:J ̟`ҩ2ЩM߇ɾhfkjp= ^u %>\%wz*#Iz:0`i[LIWB0*R7CXRIzi%$} lSy!@sPy}cy$T9ȒQCJ#ȡ"ɏuq@x-q14ҐEh"<>RZ1.Ĭ_UVV?V׉em<}S*}$?mk^:낗cA0DXT1g>XUVq[ @@95zzz}JS{HPz새ոx& l yZ*#hK\[|Mˢ,4VĉsyxOōQaҀHs01oaH)oRD. 2<; |[3) GJ6@=A: o牝SZG TQGAռ (MWZ{"RGvbI: X=Mo el><^aю/%L=Xo.W堻 `'E\ƈ/PoA` kA56~mt(~fK%i%P{/ /yT$f25kj7) x|YgKsϜWX?+pRLօKxe^4ʗ , (h)0槎PeB;lN#lɍ(C6I+')ih|ܸڐrXЮA/o6E/V{8'߯_G}jҠ\3Q#ܿjbs'{ Xݞ;U.8ߨnGK8.a8f⏆@z"sXiC vk lYSFNIu_ٴ0+%tY@ pT\^ٜndO6l䓘hRc)GQFS_+B0Hx2J8P{ ؔX@'\E8=aݜ<܌ԅgI]+@t] ͷXq7|!Q>'(0)A2#m+IODϮb+ vC$8fao}l9Jlɕ"w(0JlILȯH\W'Ӯ6JиqC*4!$][Pwi8ՓiRiΞSIc՛8դ?zkNIk(~)d Qp"SƋU-oWM}u:k*QM$z[jʧ/KxJ++_%XT[E~/>^7,r'Bي wbN'U# σ⅏9^F^Uccg}zX_gҟ&5>:$̈n{gyckP_tbr bsDGu^(z)G^:|]9KQ5W7ϲV1@I)ddD8YgEbԓ;]I|M1A7-0fl0:ݳq:I5Njuy ¼!*Qk+c;}5Wqn:x5r 4Q2g w6-WVyD}oh SFnT&hF~%#+ c/fN gdѓNS;sc*.WxTvn1'Z[|tgukBHOyEe1Y`[er+|Ü Keꥻ 2N@YSl\:Yf+N&E4 ]>Ed|޳$Zg9ϱjM++IS.fHr,V{p_4KZ{V_G&Ifi"`|NPңUpD>X# ZHP[Y؊r0|<b`1X5egvVi?W%w޷WnGKIfUVR5AŒ'ĐJ6lhT>N˄? 'MTpөgI 1i(8ljzE$?BEXWE_)7k[ [X,ŭ#@A(l<){%xXZGZV5FM7<O+9&oau=`@~&2Sl1Q"Q|J3se)놵Tz'Bx _I1>Ums]>*W]-D461j!'9s8!"G}e);y޿'^z"7_kKעpÖ?I"xV}J]J<ɱc(8)qA5zȔ0t&+hֵwdz]u_K5.JUbrXz'f h:0UXOwVAȥ"xƬET9ƀ7T* vᏬ5Nw2\W(v9۾jO~#8!<.jm7aW\խH*ep}*s_U##|K۸[{\0qN~f[$Ueiŋ8i l$hPu ;l_bT.,]TD\5f:l 眛sBWf~oUI_Ma.S5+ȘO ūF2iŴi`LY>1BU/cŸ,@o .UMgbe|xmʺ*jtݚ-VX" =FaN~,_zVxYJ\ 4U,bf+h-| -~zebH@&ϜU|_Y|coትvէp'1l(r\}+'Oݬ V2[$/޽qs:ksy~syk͛-3|&H&!l#4۷aDne>(~O/+XPۃBZ{IDr|$?d2?'1 s32{46IK&ai@JR}f˟޾~%*f*"+E*Z670zks^뼴^~|=zW͛PX~ܼx W덍{ݼbmq8^n^|A߾[7fŃ~y7}~cw'g;`-5hn`j2T<埼ٳfLwi)DE{hA:cFK?'[WKRUMz1]~ZƳZ&ՄT] A䶿}*wYHxW|u׹z G#gbo u],.%ګ]$L,0kh?Y}P;sZXh~siޠ}\,o5uS౴'Jܹr~^zͻO/~|yzņoarCX/O(?|CgȊlR1;^!giJYE|Xd${2ϥud0XiS(+P^ p(0ynS!w*;ǏA$e0H9-ZyYbPk^ XkZVkExUMsZT W\GS{+)`(J-fO|S+?8O#Fi寤k9گ(ߗ99)zj+,UO0&ʱT0cy%EusP#({G;W_lA(/c4!S!;~dN`6WN]Ʈ/6%KO/RLt=NHt5Ǵc)7X dfA 2&V/Re i;G-hiuws(\t3VaR)Sjѱ 3@h8M$@5mŪ$Pk p]f]>Hx0nb.1je`H_2m>'~9]=jw׻J} >\nd{)vLִ荛;vtdp7?|\jSRl#} V?㧐ww;Y ٿ0, X *0Mn ØQS f h 5flG]x P͇3^N%ekjm ZZi>[]i 'g{KdjȘ^upV?hc2‰tZo?I4;6V;klR0N{*N[c =b(;[RZ&pu`4Z`.Lc/;|:ܱ2+UiNP.8D M[wE nKu@i, d&5oRf\fs\B֮T:e]q Ҹ~c OO!0OFOZ }c߱d / <0Y"y6!~bq#^-H|whsc,rX\9 6ğ&Y݁k#SړvֳvYXҼ>ߍ/_Š m zz ؿm8b1pda\0AɾBڀ*,oh\B.SҐ,p̈H+ɀEWMs=N`50Bggy)˔$=:-V&;97Ԧ$y㝱cKdȺTh69Ǵ#E-Ev$&|O7nn]!yW7Ar3Ƿ/Y@v\c)b.jT6#oFּ4 qnZlkwvgv8Y|ld7wo(Vef0˷eU圣|]m{5X}9W(ֹCNrxֺ{Fsw>NHzQwoj9Ȭb:K6R0Vhm\%y&̬Y+l>u99q8,LL02$ Bw@g`RBl+E Ւ5Tú_->Q}(g{p-!\du;r/nH~n /Xu)'~)Dnr*Cf5BLccQde8_A0 zNղ &Ags,Q:0I.VuSvAq af {-©jHnK@tǖCv-z4h -,8"٬5 5R0NF9>r v~~-/柍!tbs SŒۀid&k Zj H`?`OP|a? v8? ?w?c7!mw4گX%QhJ\RG7-mzlB%ibWp_<鏨~.]tH/X܇__1} ׷_1{?12acg:`zk6'}^yY M&UaSAWBzBAǪASѓu&uT>]O9=Y}y0㢞і[͡&bB/h߃j<bv=0ѴdņA,0=tfп(ڃ4_M q A r6h(Ze{t çiDa4Cb^7չ8'ɡPV8kJm76DR ,RP7Zi5r0b@_g:92 jC@. &!?cVZ|֓z!,qFrͻ_" ҂Տi<9Rس| 5-iSG[H;vbJi0uG ̈́n漙f],z5݂9ƪՔ4^̆[p>[:IgP2~DJe=}YݪN|Z _p1k4ŲˎY",HW7 :E;zx;|9>42eoXZr6@ lh8Y~Q3(&}2u; t]Ϯp0Gg p[,]S h+sPW1QO뢋jsVQR?u> r#p[8@:5f?_Ƿѱ)X Ȥ .):k|Y!ܺ96{SfXC}>P =%aK%L(6&A@F ZG`SY}/rR g$=%U19% VE (ɗu3{#sU%0\/ϘU͹h \w~xug`قq*{vYp0@gLQ (7ڡ?]-nB?-K? 1H;jcmOkuy{ӫou^:w7/wk/7/[ ibo,D/_ۯۻ۟;ܑW^N~ܼyY6d@N6*iy߶a|eK</_:0֛] k=6򐽋!ˍ(s .@3xwF$>FM 7rx;'oc #uHƨ&Y{a~hb;E{:|#Z"pZU;hes-2*{S)Fs-"Xf3h5<,i(VУK|])3 DQʩr@>pn&PLt*W*[#_.ϭzmRċkn Qz߉1Vv( L4^~HB;h^"\+>IX^` 쨮bp-FCb͹Xix)gÐ-mj<Ž?X ƪڜ @}A{}WK^Ũ|0#|y)w5 LZPţ[ m tfT`ƺPJ>,MtwQG(= mǶB}E>0k8N;v8/#z^;ƺ먥uQ^ #e֜nΣR(|`aCh$nLrKR7ZUilʿԓv'AGb*.kV nlEP#?p|V(1&|GuSa㬇:f> F|%Š&̒gkRnlP9>N|xq5L[$8nX׊"hZ7{*[GKP NOA.9Sk1+n ^K s#{Xo~)dGW413 Wg}),,#gBժˏL2\ G aT<<2:"S"ٰ$JDdn.<۬Ƽ8bsg+9՚M!{7E ޖG|؃g+DQr%&ɒOZ?{9da `jI Ʋn BZ+$V$mRs#dnWy=:- f =ImHQ+"_! vJQH\{@.}֛Y8Jpęm( bW:+|ͩ"N6& ?oMKWRr‚=ע<Gg" \UbW(I݂h/`ŷSǪCz&@~.b`+Ѥ2 GTJ}הӯ&rҎ]sj~n5ruJ2UXgM-mKwXuZ>a 8vqAC<~X~`Ss#ZHcV!aM+ÃJ(ܞjx~ Rd~#eGՊO6H}i^g=r&?ߨ1.{ 2# n Ƈ*oBb-2J&jSo$6[?<̌gO t%'_ծáO~Ýltʽ͒ťvPM&Q,]cg%y ۡ%8vasmvtJ4@|ȑU{6 2}?;k~O E%LȾ{sk-\o Oj 5ըX%'"M,4ND~%^W Q5NKqїw߱*TJL;XUhU:_D**_H/7c q ,N7䬬̇y^.•qtS.ab&v(]1D zJSZ2(KCrM&`wx8UUxvH$Pr)M2 +Y}I6H#OUm"$J"wNIcv=g82[TTDfLlHM $JGBu4Q&[?Ӿya@Ҁ[ h 85緯 h 譶`6]eȯZ{NyN=j+OڄJp+h>p_"<']bU#Рԟ,t5 _zyjlSfW<{~7o^|K9ĕE>fWpϜBlt禳da~D$\uKF yiڧ hԝ tNNW!^|O=JiYW{_9?wMnrW W$c6.0J9ٕUZo{Ҡ5 }-Iд, j?Kchd{Hn"I(Vtn`ICGYӲTb_O{C L_5ŭ Nk>ͺˏ-Fӥ>'CzR_#93A[ewNgsx)|uF$(U\3-q{jD.KX|$I >XkvN:d_'Dٜ2p$N"&T9jWKϑGBJAHOB!$o"˙F9`yoaYQxB]&>.K%~pB3BDƇUdRg ]ph K^4%ylA74-H"7MC]6;}qw3qAlW)2nR=fCPv*bls 044}iz?\ L Ѡ85s)G,߹FHDȹJ0))S+-y]Aű,]t@8K:U'm1ZJ3Q3l"ۥ~[sú7?x/ganK ..|5Yǥ۱c)VOUIx/gY j7Igr 'K9xbkd?|!Z0.#W;1fgNfr|/$LeP71KR˃Qԙ*-Y Pb?גx':ɣc>q' AmXpgZSb<턝EQP% إ߷n'Q79U7ܯŧ>-@Zi4|$I`:Y%N.Y05R+q |A}Cyx(r|uqۦXE38~q' a9.CSϹH)2!b)<J4pGB GS 5ȕSM4z9<&O\+(R܎9wT)˵Ji tĮ.t S! rBNg. 1r!a-Q,K_D9^@,0 }}o)~AWC?DtqN~pԒ@0s yrGAq,#Kדong老1%zxIE9_;|| 70ī2f 9psT9u [o|( o`{k,rNl DRGU9_A8C۸1S4)=|޾Q|*^;Kf R򘨸] ȗ`(oTPynHCo 2XhХgUV*`e- 첦rI͈\#4븎e~7{e6FX8u^zO^U2Rk:U29R]t5 م1! v)Q[,k]_ZADC,V\UAunŏG75r8f7J2 ]3R^dFmF0 Ư ˓"P(MXV?wO¶vpz,eyɼ%.kE/M55Y~G־$(-jwe,J͎Y3CUú%pmT5z|>m&RmvSjbE,e1GKu8tKgn'Ò @(c!"]vdo!Ƴgv *`*˅8qFɨϹo׻Bf_~)߲껓8p.ӗo g.NE˕xАJamDJ_#K֣Bk| YHwU qJdwU4ԜOKeU rۉ0ˆcn7:!~b`T#o;,fހeiiz f) \aCeGS]J;Y|=EZ؝ޟ5 #OLB <Q7c5_᢮n%FJJ*6V0k'ç:[Dʇ,{*6Jֆ,_|լ*;9"H|}W(צX:]laMrKro`wsY1Ynm|OHqBT%$@)::JAO,WYXEG(AHkڦ v̆:| &([  Y.'I贏Cƍ\ s$sfv>m+\U|gxRI*/ى4|EmQV9WV-`ޑ! |xcɇ !K@V؀%Rhؽ%~y@V9BY΃Ss$ިF$`l|qY|G(}/ ~GrQs1:K|?dT8~VlStRFw~:q 7rGQR&cc:k\{ApOݙ!`{R0o'r;frusA@:lZ 捗WIy?W9(5Ux XbK;2):B ya]>/[wQP pN;b-i/'V8Ϗ}F99=*8zR B_/ŋ z"(٬0X'<7\;hk^NY98=A/SwU1_!X*w $6ba6?>ߐ!J}D7 vroj:]I9Ӝ8L<(nEUHd򹴙%]hWBx+Yљ> H~I['TIRHB/h1II h݄'m@2%VWZpr}bMa5:fؠ(qhl؟D _Ps5iu<ȯ7:TBGj|nJIV*t?VYy>T( *.!́K3~ h멓)ȱT1TH 8b[+BBU+)IpzzMpڗkbIE7rg5BvNe}5yffn奝drL'8<2 GjL5)rSv]sT-?} ۈ؍!!)^Bw)!RN*'UZP*X9mGsp[+ [ Y6)PAP 6p=9K=#uV_8/$k ڤjD 2  =ɱ] =T=4dIsjWJAc_*ݎQ8EBI~vw]cؔள\/:y_<';+cᮄkXϓ]۾U[xVҬ6N"ye1u^c;$Gac䍖 ޗ&ƈ6O!wo#I;}pNk_mL}qkNCeaB|hE5ns1D<<N"SXsn t0CA3 9:5e:Л$f<O !Ġ\bid7Ԧ Tz {NbHDo1'z .K_ #>kTYFT[K(3b  p;`EԚ}ZB0  kPby13b\lvK r)"y ҭpc a⸲,:bi lk!Ri_^(CqmFt0OF +_eP4! ՑRr*8KsSq]-TdʆWY3ukbUD\伝}8( T`%bO:W- -v}ZCM 2Uӵ-J$VD8>2H1JjHQG ʁs;'{ɴ-sJ_YϢ<5A X!O@M䳽P<,g}QƊ]&g'&7 %X%ޫSҐt R&kvx4jLM榰F++&>-\vLNL"K]GD hLT3xSn]IYGp6 bc?z*eX54]4"bh0lmAI"+ܻ/m /[]uEqN\?n0Mn6dс&"I#3abЋ4L:{0J@-7T}%o"kb"+LI(D?ׇcȩxUv*Pn[y9f65XsFzvc 39s7+ƹAox&X4$VXhR[%sXΝUPV-a_/,e)CpC<*Yn@ H+t r]?순Xot}?l-uvHŵQ 48G-DrΞ~*vXL“>&!}\YU701o; dۺ嚳(|tf?Nm K?8:~巓v =@Oy}]PQy +oҲߨ~V{RLGFҼDu`NZ8G#!\(d΢rnebX,F0>|r ?-+/?Jn~*LɡLF ^ȟsaN LjV>Nxf92`2Qb`3Q k .R@1 M2q5aW6ș! T2.\H˩t8Us芑t23k3@2{7 ͱ)#73fvVβ N\ꃏ'6RxM,00 sJ &XnX-uX  mS%n E ]V=fk0~9JaDV.ky4Zڷ5#+1c~#sNx)Fc)-3 iXmy8zbOHKFvVc>vfu/Jcg!?zAv ܅}k^\W,FY*bSK0|%_I&>BҰl^A1c doKw(xTvNo0rKz8np{&M]ηHTئWKUSU~S>a rq'(~d3׉:!¨jaIlWhhjfhBk(p<'+dV'>>)CWD&@Yh1A +":Ti!rmGҲU&?&D|;e5bZ?EuAhY|U+` ٌRL"kLW,IB .(So TD*QZ _[D(UU{D?K!TJ\Ny&ȫEڞ+OO[p񌒞>1[u*^y$=ߐ&V 9}8))UHcn9;C jg!JK"T]X~OJU2V@KI<33[S23+5@PY^Twmx]fNm7X43e =A+x$A9҅J_}tOYRa% $G}GGG0>0V:c<[yOޖ҃C/#ˏmbӋO#C2â >9e h <&J7X<{Ven yE_i]ܻt-z lxefj2C."QXRУƃi?S(Yrd2U65nSk~XFO>kFM}%#-JTS_9y3@qn!3'l[?rBIEHg _d?80ExO8foL9"qmMCg7᥁] ݩLUj d4=hy|st}8M[}9 2Yu@5Z7Q`9(Itlp֍V$5R2Xbr@\/UpX3ٲaa;,fR/-f -c.Pςf)c/!4# $F@G,6&8ȡfȵ<5A 7qbjFP˯`H)P-,I`aױK_ڭ"%EyȊt/#Iő0(1WQ⟷q;I;H0!a ʹagf<&wl,{wA.2 Nj'+W$x>j@fP}|b*1 ih6J4Ηڬ%[c0Na$Zoo+6ܙ1Gv9FH[PtP4E}7dw'z;L;3$'(ʆ4ì8|{~?yDV7b[Ɠ̇4R'iC9!.JN ;-Hs_BK_gc0/9fGW<ՉVkUοY؊0ku>v3J4HXk#9#]G0FOLqv+a"6l#1DߐJ);G ~BM`EbyqA]П_4JMkd$E}f́!-c#bI7R9D&o[Lw˂2u*0aύv!hL)2CnҺ7(#w%JV =5a[r2/`?` FIb#nׂCK +߻\ ׿fkZ'XQ\lG?Dng StF2^0;-]Ȯ9WVg Քfl0_g=Km0Ѯ0OpcC*,Z [ ^l3(9F(C?Hߵ0ܤI /5C]PyF\gHHNCLۦbiKe~7iq6bMB)@+  x7`K4-9='"+ܻ4S0d9ӽH'(!Mur%iB/ÞlGrLbn@C:2Q]/uDB <s 9 a?2Sݴdc}@fFI .pFpiz1֍z4@,`!ha0ix'tp1 faDXl$%.4xozIy7i'`߈i} $WWP 40>IYP>b3"fKLZl6Qt :M\ 0A(\ҫ+e0 pq.Zz%z4[Re%ztנ-4>-iOCj_X VZdVѠ5z5O{mԧbJ[Yik@j9ZjW`N> VV(1TiK&h r4B=>s ꝛNc3"uƆ #7,naewDQ&I&X݌ ,| f+V|)z2DzrwR3E;E-8 c8B/# !?wcCEغ M-6sS)=H`vҵpwc0vh*$/tISXi&wpYs9 ¡oX0n~7p>a#۷UL|OP$~/y ;rB s0O"gb JY3Ts6BmX~9Mr@?e>1)߀lz#ױ3ѶLf@Vda,L@ NFAfABO"a?Аܸ} 0oh UrM2ʵ@&ɠHT# eСȚ&Pt R d2Ʋ Gyݏon,"P2W`R]=HmuRMōZTL˓Dv(0 N[N^>1:^󄜹{r VKox?Cĝ_"˙ }d#6v<4!>4oU>YWn3p+(θ)c3}#>K Yj0Q\fk\AG z!m/Ԭ?'6:ea4ĴKg-ܩx'mbv <'ne_j>tNFi:O0Œ˷Ћo+)*u hRa8-L{1 A9>9R0f0E5S$&SM@< C]&'>ɬ68ldX gh3 Bgf )i2$ӯZNˑ6ÛA6`YgXZwv'(ZH`t)a_grm ./'Mp}%9= M qPpGI^h~]"YPݍLyl0S &y&mbFQ j#ɼ߶ |Ġts }l-0Ö; cH@[r4CVN`O9O}+0z?Pg7ڥΛg8O{IYN VHԗ >Bas/O-D fQVVO(0F|WaTl2;Tiwg 6_0>p x᠌-!g: lh[!6 A{R3czGnSv ո;b]Mȍ[F 0ZG L'mөHVENo![#aVk7 Қnh,[Wzj +Irl07hH 7Ofno̺cga`gX^3+W±y6e@Cq8 B@49g( T3֧Ab`v;sC,fm4ΰy+]bm~&N] uQ`0=ab3g@x33oL EQmL/'1UsvaC T__Ac Qs ! c3(He ZQh8JC@-SR v51˞T:I3}] nH,;2D #fi!``uoDA1 ^095F~j']`9<4@j!wl>t.I4G[$cO^%h)gtn`5Gq%FFqs['WAD-TcSu1yca.C8o60V!hS6Lpb7A9qiј~x$=q 8,<[OrEҷg=`a!Z$(40@Kȵ,up=ņh`[r)H8YmwCI@`S(c"6lE c|!CAt[1q"47;gd`8& 3n~*ɉZ2,tTkёD M&d#Hjw(Չki1~ !*HȤK9F7g ;>ePS8w$n72|2Y=wl{~|FCkA> >=+y?'=y|0x1ZkAAuT j\yR}21AȢ,F @:i6 &843oaŠ^u;|"볢-zmL`c9Ѡ?bqH˾9Gr}}#Ҋcf,)Зė2uvE2;m#7 !7NY]DkSAbмK³!H&6/#SON4STFhɀOfyyKdEa3ߎ5/ k>LX>-Hdl,` |3mɢ)}j %+^ʪ1%h cjqsd9"qm <_2qK H+=0 d ^jEU/TNZA225^WVyeeBu q03U~%&x2X{ɃS2;!4UA Ͻ'++RXn1ˉ^$ozkd Ѝ e`bݛAX/ؤ9(ڴI1f($2i+[:mJIvӗ ې Z/_c&zQiS8?[kʽ_|SsZ\-&On +׿J ^M+7Y=j״ЈxǠuq8t ɰ}7jӘl̸AfV# /N'G#yQF8=&D4-ZhZoQ35[Xsjd> bX *PՕGj.&$8ztq:'r堧+;㫷?~}E՛8r}Eʲ* ^Ձ$ I|K~@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./usr/share/man/man8/systemd-journald.service.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