udev-249.17-150400.8.40.1<>,ȉe%p9|ZY2tXPWv++#C@ZϜז{_5w__bmo;/&d|w ;TD;:ys=G+"6:ͫWIAΟH9Q2ҒuHQ73&Cn֨R-pdvrQP_Rf|ٸgƏ#y!K5) F=<Waf+r*jދY[ Z_?P>>K?d  N %1pv|z lh f d ` : l@CbCEE4F4J4KhK|K(K8Ke9Ude:xe=O>W?_@gFoGHI|XY \P]L^bcǒdeflu0v,w|xxyt^zۜۤۨۮCudev249.17150400.8.40.1A rule-based device node and kernel event managerUdev creates and removes device nodes in /dev for devices discovered or removed from the system. It receives events via kernel netlink messages and dispatches them according to rules in /usr/lib/udev/rules.d/. Matching rules may name a device node, create additional symlinks to the node, call tools to initialize a device, or load needed kernel modules.e%s390zl34'"SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Unspecifiedhttp://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.htmllinuxs390x# Units listed below can be enabled at installation according to their preset # setting. : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi # New installations uses the last compat symlink generation number # (currently at 2), which basically disables all compat symlinks. On # old systems, the file doesn't exist. This is equivalent to # generation #1, which enables the creation of all compat symlinks. if [ $1 -eq 1 ]; then echo "COMPAT_SYMLINK_GENERATION=2" >/usr/lib/udev/compat-symlink-generation fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all [ -x /usr/bin/systemd-hwdb ] && /usr/bin/systemd-hwdb update || : [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create systemd-pstore.conf || : : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in systemd-pstore.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi /usr/lib/systemd/rpm/fixlet-udev-post.sh $1 || :: test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-udevd.service systemd-udevd-{control,kernel}.socket || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-pstore.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-pstore.service ) || : fi mkdir -p /run/regenerate-initrd/ touch /run/regenerate-initrd/all # The order of the units being restarted is important here because there's currently no # way to queue multiple jobs into a single transaction atomically. Therefore systemctl # will create 3 restart jobs that can be handled by PID1 separately and if the jobs for # the sockets are being handled first then starting them again will fail as the service # is still active hence the sockets held by udevd. However if the restart job for udevd # is handled first, there should be enough time to queue the socket jobs before the stop # job for udevd is processed. Hence PID1 will automatically sort the restart jobs # correctly by stopping the service then the sockets and then by starting the sockets and # the unit. # # Note that when systemd-udevd is restarted, there will always be a short time # frame where no socket will be listening to the events sent by the kernel, no # matter if the socket unit is restarted in first or not. : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in systemd-udevd.service systemd-udevd-{control,kernel}.socket ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$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-udevd.service systemd-udevd-{control,kernel}.socket ) || : fi fi : if [ $1 -eq 0 ]; then # Package removal for service in systemd-pstore.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 || : fi18@Z 79/_p%HHX88h87$ZHPz$4o=\4Ur M Ve__ 'H@ h %9h@i'z@(8(& G<10!! 3A큤A$A큤A큤큤A큤A큤큤A큤큤e%he e%ge%e%ge e%e%|e%|e%|e%fe e%me e$e%he%he%ge%ge%he%ge$e$e$e e e e e$e%|e%}e%ge$e e%e%e%e%e%e%fe e e e e e e e e e e e e$e e e e e e e e e e e e e e e e e%e%e e%fe$=e e e#e e e e e e e e#e e e e#e$=e e e e e e e e e e e e e$@aTU@aMaKaKa;Ha;Ha;Ha8a8a2@a0a/k@a/k@a#a@a@````````@`ݮ@`ٹ`ٹ`s`̊````O@`O@`O@``@`@`@` @`@`m`c`[)`Y@`X`OL@`OL@`J@`J@`H`3`/@`-@`3@`@__ܙ_ܙ__S_м@_0@__@__@_:__"______ts@_s!_cO_cO_a@_a@_Z@_Z@_O@_G@_FN_D@_>e_ @^@@^^^^^@^@^ϧ^˳@^@^@^@^^@^@^@^^^s^^r @^ku^M#@^;^8 @^&^@^@]@]@]@]N@]ʞ]d@]]])]@]]]4@]@]]m]@]@]@]rJ@]nU]S]A]5@]\"\"\@\@\ڭ\\@\@\@\\\O\}\\M\M\\@\~d\k\f\=@\73\73\l@[[[@[v[[[0[<@[<@[<@[<@[<@[^[ā@[ā@[[[[[@[j@[a[[ @[0@[!@[Z@Zz@Z@ZZZ@ZUZľ@ZZZZZZZZ2@Z2@Z@ZZZZ@Zw@Zw@Z%Z%Z@Z@Z@ZZH@ZZZZ@Z@Z@Z@Z@Z@ZZZZ}@Z}@ZyZyZyZyZyZxG@ZxG@ZtRZtRZtRZtRZqZo Zk@Z]@ZX@ZV@Z%8Z@Z@Z@Z@Z@Z @Y@YYp@Yp@YY@YA@YA@YA@Yo@Yo@Yo@Yo@Yo@Yo@Yo@YYW@Ym@Y{'@Y{'@YyYx@Yx@Yx@YqY_wY^&@Y^&@Y\YK@YK@YC@Y7Y%uY;@Y;@YR@YtYtYtYtYtYtYtXXXsXg@X@XXZX@XYX@Xe@XpXXX@X@X@X@X@XtXoXn5@Xn5@XWXQ4@XIK@XF@X=mX43@X.@X)@X$a@X$a@X$a@X$a@XXX X X X XX`@XXXXXXXXXXX@X@X@X@X@X@Ww@Ww@WW@W@W@WSW@W@W@W W Wv@WWWίW@W:W@WE@WPW@Ws@We7W)@WKWVyVVVVVaVՄ@V=@V@VS@VwVwVhV`.V\:@VLh@VEVD@VA@V'~@V@V@V@VV@V@VV @V7@V@V@U|@U|@U|@UUoŬUUUȒ@U@U@U@UU@U@Uy@U@U@U@U>U@U@U@UUUUU@Uyx@Uyx@UmUY@UY@UTE@T@T~T~TTTTTC@TTTTp@TTT@T@T@T@TxcTw@Tto@To)@TmTmTl@Tl@Tk4Tk4Td@Td@Td@Td@Ta@T`T`T`T\@TWn@TWn@TR(@TJ?@THTG@TFJTD@T>aT>aT=@T=@T=@T=@T=@T=@fbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlidong.zhong@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comthomas.blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.dengompa13@gmail.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commatthias.gerstner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comeroca@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comstefan.bruens@rwth-aachen.defbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.commvidner@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comlnussel@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdevelop7@develop7.infofbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comThomas.Blume@suse.comfbui@suse.comfbui@suse.comfvogt@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@suse.comfbui@suse.compavlix@pavlix.netfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comjengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.commeissner@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comtbechtold@suse.comdimstar@opensuse.orgfbui@suse.commeissner@suse.comjengelh@inai.dejengelh@inai.dedevelop7@develop7.infoasarai@suse.comarvidjaar@gmail.comThomas.Blume@suse.comschwab@suse.dewerner@suse.dejengelh@inai.defbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dewerner@suse.delnussel@suse.deafaerber@suse.deolaf@aepfle.defbui@suse.comjengelh@inai.decrrodriguez@opensuse.orgtchvatal@suse.comthomas.blume@suse.comjengelh@inai.desor.alexei@meowr.ruwerner@suse.deschwab@suse.dedmueller@suse.comfbui@suse.comjengelh@inai.dewerner@suse.defbui@suse.comfbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dewerner@suse.dewerner@suse.defbui@suse.comwerner@suse.defbui@suse.comfbui@suse.comwerner@suse.dejengelh@inai.dejengelh@inai.desndirsch@suse.commeissner@suse.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.comwerner@suse.dejengelh@inai.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsbrabec@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orghrvoje.senjan@gmail.commpluskal@suse.comjengelh@inai.dewerner@suse.dewerner@suse.depwieczorkiewicz@suse.comwerner@suse.dejengelh@inai.dewerner@suse.dejengelh@inai.dejengelh@inai.demeissner@suse.comcrrodriguez@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.demeissner@suse.comwerner@suse.dejengelh@inai.dearvidjaar@gmail.comwerner@suse.dethomas.blume@suse.comthomas.blume@suse.comwerner@suse.dewerner@suse.dethomas.blume@suse.comwerner@suse.dewerner@suse.dermilasan@suse.comrmilasan@suse.comrmilasan@suse.comwerner@suse.dewerner@suse.dewerner@suse.degber@opensuse.orgledest@gmail.comwerner@suse.dewerner@suse.dermilasan@suse.comwerner@suse.dermilasan@suse.comthomas.blume@suse.comgber@opensuse.orgwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Import commit 2cb4d40f1c6a388706af8a83d5344fc0de3c6f4d (merge of v249.17) c8578cef7f resolved: actually check authenticated flag of SOA transaction- Import commit 86f0670d3a01c1a2d4df17f1c68d03f1586195e3 ba7f1df7a5 vconsole-setup: simplify error handling 94f4eaea77 Introduce RET_GATHER and use it in src/shared/ e02406fcc1 mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTINFO/UNIT_DEPENDENCY_MOUNT_FILE 0b8db54511 mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_DEFAULT 98ba536bd1 mount: always use UNIT_DEPENDENCY_FILE in mount_add_quota_dependencies() 73c7b2bb48 core/mount: make device deps from /proc/self/mountinfo and .mount unit file exclusive ba585a28d7 core: Add trace logging to mount_add_device_dependencies() 36e0a4f80f core/mount: also remove default deps from /proc/self/mountinfo when it is updated (bsc#1217460) bc107c86c3 core/mount: set Mount.from_proc_self_mountinfo flag before adding default dependencies ce4907c7c3 core: wrap some long comment- Import commit e677079182c975ecdad88a76f657fecb4de523d9 7692c5bda8 utmp-wtmp: handle EINTR gracefully when waiting to write to tty 29c3eb4681 utmp-wtmp: fix error in case isatty() fails 98970eb90b homed: handle EINTR gracefully when waiting for device node 0305809edd resolved: handle -EINTR returned from fd_wait_for_event() better 40db4d6abe sd-netlink: handle EINTR from poll() gracefully, as success 5e681711c6 varlink: also handle EINTR gracefully when waiting for EIO via ppoll() 6bbd70f092 stdio-bridge: don't be bothered with EINTR f978feb591 sd-bus: handle -EINTR return from bus_poll() (bsc#1215241) 746962ff40 core: replace slice dependencies as they get added (bsc#1214668)- systemd.spec: add missing `%tmpfiles_create systemd-resolve.conf`- Rename 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch into 1013-strip-the-domain-part-from-etc-hostname-when-setting.patch - Rename 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch into 1014-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch - Rename 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch into 1015-networkd-make-network.service-an-alias-of-systemd-ne.patch - Rename 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch into 1016-core-disable-session-keyring-per-system-sevice-entir.patch - Rename 0011-core-disable-session-keyring-per-system-sevice-entir.patch into 1017-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Hence these patch files can be easily identified as SLE specific ones.- Import commit b473c02cc08e093e370034425671cbc001c6748e 02caac7973 units/initrd-parse-etc.service: Conflict with emergency.target 70b3bff9f8 sd-device-monitor: dynamically allocate receive buffer (bsc#1213873) e2e1fbba2b sd-device: change type of properties nulstr from uint8_t* to char* c9d3dd5954 udev: set description for device monitor 3f07f44fde test: use sd_device_monitor_set_description() b304a1e1a2 sd-device-monitor: logs description for device monitor 929d4066c5 sd-device-monitor: introduce sd_device_monitor_{set,get}_description() 340e523048 sd-device-monitor: fix inversed condition 02659c7b67 tree-wide: port various places over to new stat_inode_same() helper b35a4b042a stat-util: add helper stat_inode_same() for comparing stat's st_dev/st_ino in one d25219cbe3 libsystemd: ignore both EINTR and EAGAIN 648a151313 errno-util: introduce ERRNO_IS_TRANSIENT()- Import commit 155fe1917157bdeecf7e28ef0ea9f62084f27f14 3b8c671f90 detach-md: similar to the DM case, also don't try to detach MD device backing /usr/ (bsc#1211576) 6da5d2d1fc shutdown: don't attempt to detach DM volume backing /usr/ (bsc#1211576) 37178881c1 udev: decrease devlink priority for iso disks (bsc#1213185) 02ede28319 shutdown: get only active md arrays. (bsc#1212434 bsc#1213575 bsc#1211576) 412b8dbb32 umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not (bsc#1211576) 16f897570a units: remove the restart limit on the modprobe@.service e4e85b08bd tests: add test case for long unit names 3f84b06f9d core: shorten long unit names that are based on paths and append path hash at the end (bsc#1208194)- Add 5001-sleep-don-t-init-sys-power-resume-if-resume-option-i.patch (bsc#1186606)- Make sure to pre-install the groups systemd and udev rely on. This is needed when the tmpfiles are run at package installation time (i.e. when file-triggers are disabled).- Move more packaging fixups in the fixlet script.- Move the persistent net rule fix in udev fixlet script.- Rather than having one script per fix, use a single script (or "fixlet") per (sub) package that contains all the fixups relative to a (sub) package. This has the advantage to limit the number of scripts but more importantly it will ease the sharing of the spec file between TW and SLE. We should also be able to compare the fixlets of two distros even if the spec files have diverged. Note that all the fixups are run just once now.- kbd-model-map.legacy:: add 'ara' which should replace 'arabic' in the long term (bsc#1210702)- kbd-model-map.legacy: drop some entries no longer needed by YaST Related to bsc#1194609.- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741) That way "systemd --user" instances get their own session keyring instead of the user default session keyring. For some reasons cifscreds refuses to work with the latter. That's what is expected for every PAM session anyway.- Import commit 6441bb41141aaa8bfb63559917362748a3044c15 165ca0d018 udev-rules: fix nvme symlink creation on namespace changes (bsc#1207410)- Update 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1203141) Optimize when hundred workers claim the same symlink with the same priority.- Update 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Since commit 38f3e20883ff658935aae5c9 (v248), the symlinks /dev/cdrw and /dev/dvdrw could have no longer been created. Futhermore the rule added by this patch dealing with /dev/cdrom was redundant with the upstream one- Import commit dad0071f15341be2b24c2c9d073e62617e0b4673 (merge of v249.16)- Fix return non-zero value when disabling SysVinit service (bsc#1208432)- Drop build requirement on libpci, it's not more needed since udev hwdb was introduced 11 years ago.- Move systemd-boot and all components managing (secure) UEFI boot into udev sub-package: they may deserve a dedicated sub-package in the future but for now move them to udev so they aren't installed in systemd based containers.- Drop a workaround related to systemd-timesyncd that addressed a Factory issue.- Conditionalize the use of /lib/modprobe.d only on systems with split usr support enabled (i.e. SLE).- Import commit 119740915155d473de087bd633ba62c1c3e47d36 (merge of v249.15) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1bfa716e7fb6d7169cece864e75dfe9e52914c99...119740915155d473de087bd633ba62c1c3e47d36- Make use of the %systemd_* rpm macros consistently. Using the upstream variants will ease the backports of Factory changes to SLE since Factory systemd uses the upstream variants exclusively.- machines.target belongs to systemd-container, do its init/cleanup steps from the scriptlets of this sub-package.- Make sure we apply the presets on units shipped by systemd package- systemd-testsuite: move the integration tests in a dedicated sub directory.- Move systemd-cryptenroll into udev package.- Make sure that /lib/udev exists and is a symlink to /usr/lib/udev when the testsuite is run.- Import commit 1bfa716e7fb6d7169cece864e75dfe9e52914c99 (merge of v249.14) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/540e0bd5374f9f42f1e645eb15971431ebb4b8c8...1bfa716e7fb6d7169cece864e75dfe9e52914c99 - Rebase 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch- Don't overwrite /etc/pam.d/systemd-user on update (bsc#1207264) Regression introduced when systemd was forked for 15.4.- Ship systemd-pstore with udev (jsc#PED-2663)- Import commit 540e0bd5374f9f42f1e645eb15971431ebb4b8c8 29fb8a2dd0 core/unit: try to submit stop_when_unneeded queue on removing dependencies bd63eab381 core/device: start units specified in SYSTEMD_WANTS if it is not running e0898fa873 coredump: do not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) 119424f96e coredump: adjust whitespace 3833d5a408 coredump: drop an unused variable 36728edcfd coredump: Fix format string type mismatch 34f6867a8a analyze: use DumpUnitsMatchingPatternsByFileDescriptor e67a7087ec manager: add DumpUnitsMatchingPatternsByFileDescriptor() feb8f2a983 manager: rename dbus method 98fed27339 analyze: extend the dump command to accept patterns a06d9470af man: document the Dump() calls of the PID 1 D-Bus interface, and what they are 79eb37a5e0 cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944) - Drop 5000-coredump-Fix-format-string-type-mismatch.patch 5001-coredump-drop-an-unused-variable.patch 5002-coredump-adjust-whitespace.patch 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch They have been merged into SUSE/v249 branch.- Fix systemd-coredump to not allow user to access coredumps with changed uid/gid/capabilities (bsc#1205000 CVE-2022-4415) Add 5000-coredump-Fix-format-string-type-mismatch.patch Add 5001-coredump-drop-an-unused-variable.patch Add 5002-coredump-adjust-whitespace.patch Add 5003-coredump-do-not-allow-user-to-access-coredumps-with-.patch- Import commit bcf040075f682f67370ddf7ab93d7a0d8b9cd9cc ab0f962e4c core/device: Log on every event received from udev 2dcb7c77fe udev/net_id: show the correct identifier in the debug output of dev_pci_onboard() 5b824103e0 udev/net_id: add debug logging for construction of device names cb6925410b udev: add one more assertion 82e343153a udev: drop assertion which is always false cef726986b udev: support by-path devlink for multipath nvme block devices (bsc#1200723) 00b34f08d9 tests: minor simplification in test-execute e5b4571c20 tests: make test-execute pass on openSUSE - Drop the following patches since they have been merged in 'SUSE/v249' branch: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch- Import commit 0cd50eedcc0692c1f907b24424215f8db7d3b428 ae2067b062 time-util: fix buffer-over-run (bsc#1204968 CVE-2022-3821) 0469b9f2bc pstore: do not try to load all known pstore modules ad05f54439 pstore: Run after modules are loaded ccad817445 core: Add trigger limit for path units 281d818fe3 core/mount: also add default before dependency for automount mount units ffe5b4afa8 logind: fix crash in logind on user-specified message string- Add 1012-man-describe-the-net-naming-schemes-specific-to-SLE.patch (bsc#1204179) - Make "sle15-sp3" net naming scheme still available for backward compatibility reason- Don't replace /etc/systemd/system/tmp.mount symlink with a dangling one pointing to /usr/lib/systemd/ (bsc#1201795)- Update 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch (jsc#PED-944) To decrease log level of messages about use of KillMode=none from warning to debug. SAP still uses this deprecated option and the warnings emitted by PID1 confuse both SAP customers and support.- Import commit 7b70d88264a588fdba36c6e7655d1feea2b0e0a0 (merge of v249.12) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/4949659dd6ce81845e13034504fe06b85a02f08b...7b70d88264a588fdba36c6e7655d1feea2b0e0a0- Import commit 4949659dd6ce81845e13034504fe06b85a02f08b 0f096f16ba tmpfiles: check the directory we were supposed to create, not its parent 82c3793e43 stat-util: replace is_dir() + is_dir_fd() by single is_dir_full() call 2191a9ae95 logind: don't delay login for root even if systemd-user-sessions.service is not activated yet (bsc#1195059)- Make {/etc,/usr/lib}/systemd/network owned by both udev and systemd-network (bsc#1201276) This configuration files put in these directories are read by both udevd and systemd-networkd.- Import commit 17d488c53ad150de59f7d842e870e0c3d141d8ff 6b3bb1161c core/device: device_coldplug(): don't set DEVICE_DEAD 1e4058a0bc core/device: do not downgrade device state if it is already enumerated f1d33c466e core/device: ignore DEVICE_FOUND_UDEV bit on switching root (bsc#1137373 bsc#1181658 bsc#1194708 bsc#1195157 bsc#1197570) fdaad2ff3a core/device: drop unnecessary condition- fix parsing error in s390 udev rules conversion script (bsc#1198732)- Call pam_loginuid when creating user@.service (bsc#1198507) It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.- Import commit 2bc0b2c447319a9156e7c5a18fe971f946554a6b 6256b14446 test: adapt install_pam() for openSUSE 3ea5b7e295 test: add test checking tmpfiles conf file precedence e63e641ee8 test tmpfiles: add a test for 'w+' b531758614 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090) ea98492c53 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails - Move coredumpctl completion files into systemd-coredump sub-package.- Import commit e62acb68de9bccfa272bef98fe5b38effc37528a b70267d883 journald: make use of CLAMP() in cache_space_refresh() 3953e685cb journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) d03a5f79bf fs-util: make sure openat_report_new() initializes return param also on shortcut 05499d5a30 fs-util: fix typos in comments 9f77c8fae1 journal-file: port journal_file_open() to openat_report_new() 4d07c034da fs-util: add openat_report_new() wrapper around openat() 258c04836d meson: build kernel-install man page when necessary 23da9cc83a man: do not install sd-boot man pages when -Dgnu-efi=false is set d452b8738c unit: install the systemd-bless-boot.service only if we have gnu-efi 98f44dc500 boot: don't build bootctl when -Dgnu-efi=false is set (bsc#1198093) 9145684460 build: include status of TPM2 in the feature string show by --version- spec: make sure /lib exists when installing conf files in /lib/modprobe.d- spec: enable 'efi' support regardless of whether sd_boot is enabled or not We should support EFI systems even if systemd-boot is not enabled.- spec: cope with %{_modprobedir} being /lib/modprobe.d on SLE- Import commit 5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c (merge of v249.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/23b6a8633186a2b5b2487621c81ec7e7bb068db1...5b022ce3dbad3189b7ce1e7b0f018b18ac6e583c- Import commit 23b6a8633186a2b5b2487621c81ec7e7bb068db1 f19292f18d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) 3349f636dc man: tweak description of auto/noauto (bsc#1191502)- Fix the default target when it's been incorrectly set to one of the runlevel targets (bsc#1196567) The script 'upgrade-from-pre-210.sh' used to initialize the default target during migration from sysvinit to systemd. However it created symlinks to runlevel targets, which are deprecated and might be missing when systemd-sysvcompat package is not installed. If such symlinks are found the script now renames them to point to 'true' systemd target units. - When migrating from sysvinit to systemd (it probably won't happen anymore), let's use the default systemd target, which is the graphical.target one. In most cases it will do the right thing anyway.- systemd.spec: minor simplification by assuming that %{bootstrap} is always defined.- Make sure to create 'systemd-coredump' system user when systemd-coredump is installed (follow-up for the split of the sysusers config files).- update s390 udev rules conversion script to include the case when the legacy rule was also 41-* (bsc#1195247) * change scripts-udev-convert-rules.sh- Fix a regression caused by the split of the sysusers config files shipped by systemd (bsc#1196322) Calls to %sysusers_create were not updated accordingly.- %_pam_vendordir is still wrong on SLE, let's define our own definition for now.- Add in quarantine the following patches: 6000-udev-net_id-add-debug-logging-for-construction-of-de.patch 6001-udev-net_id-show-the-correct-identifier-in-the-debug.patch They might help with predictable network device naming issues. They will be moved to the git repo if nothing wrong happens.- Import commit d150ab3db99dea63a546567b3227baf0d85e4265 (merge of v249.10) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/26736aafa1df67d222fe46c54bf74b5c7a44d8a1...d150ab3db99dea63a546567b3227baf0d85e4265- Import commit 26736aafa1df67d222fe46c54bf74b5c7a44d8a1 8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)- Fix build if %_distconfdir is not defined (see bsc#1195679)- Always create systemd-network system user, even if systemd-networkd is not installed (bsc#1195559) - Don't rely on %{_distconfdir}, it's broken on SLE (bsc#1195998)- Make more use of %{_unitdir} in files.{systemd,container}- Installation of libnss_mymachines.so depended on %{bootstrap} but it is actually installed when %{with machined} is true. - Call ldconfig when container subpackage is installed since it ships nss-mymachines NSS plug-in module.- Import commit a186eb9f9cc13b65f8380dbcae3080228e8be7e2 1395c74be7 udevadm: cleanup-db: don't delete information for kept db entries (bsc#1194912) bbafc8092a udevadm: cleanup_dir: use dot_or_dot_dot() d16f6d018d tmpfiles: split out config for systemd-resolve 41334be59e meson: minor cleanup 3db0c28462 sysusers: split up systemd.conf - Drop 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (bsc#1195153) Since v241, the patch isn't useful anymore because resolved is no more able to create /etc/resolv.conf symlink by itself,it runs as 'systemd-resolve' user. The symlink is now handled by a tmpfiles config file which is only installed when systemd-resolved is. The tmpfiles config file has currently a lower priority than the one shipped by netconfig.- Make use of %ldconfig_scriptlets- Merge nss-resolved and nss-mymachines NSS plug-in modules into systemd-network and systemd-container respectively. These modules are plug-in modules hence the shared library packaging policy doesn't apply for them. Moreover they're pretty useless alone without their respective systemd services, Hence let's reduce the number of sub-packages as the list keeps increasing.- Merge libudev-devel into systemd-devel- systemd.spec: explicitely list all files for each main (sub) packages Using glob patterns in %files section to reduce the number of listed files was error-prone as some introduced files could silently be placed in the wrong subpackage. The sections were also hard to read and many files needed to be excluded from the main package making the point of glob pattern usage moot. systemd, udev, systemd-container and systemd-network packages have now their list of files described in a dedicated file. The lists are kept sorted to make them easy to parse. The size of the files, especially the one for the main package, is still reasonable and much easier to read now. During this rework, a couple of cleanups happened: more use of %{_systemd_util_dir}, some files was incorrectly owned by the main package and have been moved to the correct sub-package, etc... Note: the rest of the subpackages might be addressed later but let's find how it goes for now.- Rename 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch into 1011-sysv-generator-add-back-support-for-SysV-scripts-for.patch This patch is now SLE specific.- Make sure that libopenssl-devel is installed when building resolved. Openssl was implictly pulled in by systemd-experimental subpackage but could be missing if the build of this subpackage was disabled.- resolved: disable DNSSEC until the following issue is solved: https://github.com/systemd/systemd/issues/10579 - resolved: disable fallback DNS servers and fail when no DNS server info could be obtained from the links. It's better to let the sysadmin know that something is likely misconfigured rather than silently handing over the DNS queries to Google or Cloudflare. - Replace '%setup+%autopatch' with '%autosetup'- Don't generate ID_NET_NAME_SLOT for devices behind a PCI bridge (bsc#1192637) If multiple NICs are behind a PCI bridge, each of them will get the same ID_NET_NAME_SLOT value leading to conflicting names. Such names weren't generated before SLE15-SP3.- Move the whole content of /usr/share/doc/packages/systemd in doc subpackage- Move the systemd-network-generator stuff in udev package This generator can generate .link files and is mainly used in initrd where udev is mandatory.- Restore /sbin/udevadm and /bin/systemctl (obsolete) paths (bsc#1194519)- Import commit 7a4e2ba4e01a8dfd305b24c40e156f8d293995a5 (merge of v249.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6c7d6a7100488806bad0a81bbf2bca99be641938...7a4e2ba4e01a8dfd305b24c40e156f8d293995a5- systemd.spec: drop our own definitions of %_pam_moduledir/%_pam_vendordir macros since they're now defined by pam-devel shipped by SP4. - Rename 1007-Restore-support-for-halt.local.patch into 1007-sysv-restore-support-for-halt.local.patch - Extract bits from 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch which are not specific to the handling of 'Required-Start:' and move them into a new patch 1010-sysv-add-back-support-for-all-virtual-facility-and-f.patch- Import commit 6c7d6a7100488806bad0a81bbf2bca99be641938 (merge of v249.8) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/103742c59ad2d37a54bfb91135d9c7b082ca3576...6c7d6a7100488806bad0a81bbf2bca99be641938 - Rebase 1007-Restore-support-for-halt.local.patch- Import commit 103742c59ad2d37a54bfb91135d9c7b082ca3576 e95df40b09 shared/rm-rf: loop over nested directories instead of instead of recursing (CVE-2021-3997 bsc#1194178) 078e04305d shared/rm_rf: refactor rm_rf() to shorten code a bit 6d560d0aca shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bit 6666ff056c localectl: don't omit keymaps files that are symlinks (bsc#1191826) 30cbebc56f tmpfiles: 'st' may have been used uninitialized 5443654ec0 macro: add new helper RET_NERRNO() 8d90ecc435 rm-rf: optionally fsync() after removing directory tree 591344010d rm-rf: refactor rm_rf_children(), split out body of directory iteration loop 8c7762c4f1 Bump the max number of inodes for /dev to a million (bsc#1192858) dc9476c881 journal: don't remove the flushed flag when journald is stopped 29efc29efd TEST-10: don't attempt to write a byte to the socket 773fb785b6 Bump the max number of inodes for /dev to 128k (bsc#1192858)- Rename 1009-drop-or-soften-deprecation-warnings.patch into 1009-Drop-or-soften-some-of-the-deprecation-warnings.patch- Update systemd-user PAM service again Change the default implementation of pam_setcred() again, previously customized to run the full "auth" PAM stack and only call pam_deny.so which is basically the SUSE default behavior without pam_warn.so. This is considered safer, especially on SLE where a regression was spotted by QA.- move files related to static nodes to udev- Update 1009-drop-or-soften-deprecation-warnings.patch (bsc#1193086) It rewords the warning about the use of 'KillMode=none'.- Import commit dcd562c17a5bd8df60aff757c9a4c823b1da9144 (merge of v249.7) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a7d5fcde94e2351f6cdd1826726c52e22c9355f9...dcd562c17a5bd8df60aff757c9a4c823b1da9144 - Import commit a7d5fcde94e2351f6cdd1826726c52e22c9355f9 f99aa40c6e TEST-12: make sure 'adm' group exist 6c7194ff99 TEST-08: don't force ext4 for / dd1814b8f9 test: use kbd-mode-map we ship in one more test case 94c5febf2a test: fix TEST-10-ISSUE-2467 - Update the dependencies of the systemd-testsuite sub-package- Enable systemd-experimental sub-package again, rpmlint should have been updated.- Import commit 77ad76ed6e5c8170e3825d57abf8690b2a95bc06 (merge of v249.6) bcdeee7b4c virt: Support detection for ARM64 Hyper-V guests (bsc#1186071) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/ad045db5d34afeb4ece43f349783eda931e49a04...77ad76ed6e5c8170e3825d57abf8690b2a95bc06- Temporarily disable systemd-experimental sub-package until rpmlint is updated.- Add 1009-drop-or-soften-deprecation-warnings.patch- Disable nss-systemd and translations features for the mini flavour- Enable build of systemd-experimental sub-package It will be shipped in Leap only.- Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd.- Convert systemd package to multibuild- Import commit ad045db5d34afeb4ece43f349783eda931e49a04 (merge of v249.5) 8de173ff93 mount-util: fix fd_is_mount_point() when both the parent and directory are network fs (bsc#1190984) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a...ad045db5d34afeb4ece43f349783eda931e49a04- Rename %{gnu-efi} into %{sd_boot} Build conditionals (%bcond_with and %bcond_without) are used to define a specific feature of systemd. "gnu-efi" is rather an implemenation detail. Also not really sure what "efi" option alone is useful for since systemd-boot & co depends on "gnu-efi". - Enable sd_boot support for aarch64- Suppress PAM warning when the credentials for user@.service service are established (bsc#1190515) systemd-user PAM service needs to define a default implementation of pam_setcred() otherwise the fallback (defined by /etc/pam.d/other) is used, which consists of pam_warn.so + pam_deny.so, and will throw a warning each time a user logs in.- Drop systemd-logger (Leap only) This sub package was introduced in order to configure persistent journal and also to make sure that another syslog provider (such as rsyslog) couldn't be installed at the same time: each syslog provider conflicts with each others. However this mechanism didn't work since uninstalling systemd-logger wasn't magically turning off persistent logging because /var/log/journal is likely to be populated hence not removed. Moreover using a subpackage to configure the mode of journald was overkill and the usual ways (main conf file or drop-ins) should be preferred. This change should have no effect on SLE as the sub-package was shipped in Leap only.- Overwriting rootprefix= is only required when split-usr is enabled- Rename %usrmerged into %split_usr- No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway.- Predictable network interface names: fix slot based network names on s390 (backward incompatible change) (jsc#SLE-18514) The default predictable naming scheme used by SLE ("v238") have been improved with the two following changes: o PCI hotplug slot names for the s390 PCI driver are a hexadecimal representation of the function_id device attribute. This attribute is now used to build the ID_NET_NAME_SLOT. Before that, all slot names were parsed as decimal numbers, which could either result in an incorrect value of the ID_NET_NAME_SLOT property or none at all. o Some firmware and hypervisor implementations report unreasonable high numbers for the onboard index. To prevent the generation of bogus onbard interface names, index numbers greater than 16381 (2^14-1) were ignored. For s390 PCI devices index values up to 65535 (2^16-1) are valid. To account for that, the limit is increased to now 65535. To reflect these backward incompatible changes, the naming scheme version has been renamed "sle15-sp4". - Import commit 2f8e2ef85dfbe8e10a21e0e1bd5e356ff8ed6c5a 4c4e642712 meson: allow extra net naming schemes to be defined during configuration (jsc#SLE-18514) 78466e4464 meson: drop the list of valid net naming schemes b9a2098f9d netif-naming: inline one iterator variable d7fbbc5e74 Add remaining supported schemes as options for default-net-naming-scheme- Enable support for Portable Services (jsc#SLE-21695) Will be released in Leap only.- Import commit 48cec2f159dd8fd15d0baf9a1ffe2d762ecf769c 8d65ec4a66 test: wc is needed by test/units/testsuite-50.sh 1527bcc5dd test: make the installation of the debug tools optional in the image f4e6bf0b37 journalctl: never fail at flushing when the flushed flag is set (bsc#1188588) 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files- Update the dependencies of the testsuite package The debug tools are optional thus no more required. OTOH strip(1) is needed when building the test image and nc(1) is needed by some tests.- SLEtify This forward port most of the SLE stuff from SLE15-SP3 to this Factory snapshot making this version good enough for starting testing the version that will be shipped in SLE15-SP4. Add 1001-udev-use-lock-when-selecting-the-highest-priority-de.patch (bsc#1181192 bsc#1184238 bsc#1184254 bsc#1184859 bsc#1185828) Add 1002-udev-add-option-to-generate-old-buggy-SCSI-serials.patch Add 1003-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#981830 bsc#888612 bsc#1072933) Add 1004-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1178023 bsc#1183702) Add 1005-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) Add 1006-logind-keep-backward-compatibility-with-UserTasksMax.patch Add 1007-Restore-support-for-halt.local.patch Add 1008-login-mark-again-framebuffer-devices-as-master-of-se.patch (bsc#1187154) merge compats/persistent-nic-names (bsc#1061883 bsc#1083158 bsc#1178561) merge compats/udev-compat-symlinks networkd is kept enabled as it's shipped in Leap distros (bsc#1071311) The following udev rules are no more kept by the systemd package 60-io-scheduler.rules (bsc#1165579 bsc#1164717 bsc#1134353 bsc#1177490 bsc#1184994 bsc#1188713) 80-acpi-container-hotplug.rules (bsc#1082485 bsc#1040800 bsc#1078358 bsc#1081170 bsc#1075743) 80-hotplug-cpu-mem.rules (bsc#1076696 bsc#1127557) 99-wakeup-from-idle.rules Move systemd-sysv-convert back from /usr/lib/systemd to /usr/sbin (bsc#1178156) Add conversion script for moving legacy collect based udev rules to chzdev based ones (bsc#1183984) SLE systemd default settings are hold by systemd-default-settings-branding-SLE (bsc#1065301 jsc#SLE-10123) Don't mount /tmp as tmpfs by default Set the version of the net naming scheme to 'v238' Set the default cgroup hierarchy to 'hybrid' Create /run/lock/subsys again (bsc#1187292) Restore "Provides/Obsoletes: systemd-bash-completion"- Drop git internal files from the testsuite sub-package- Adjust pam macros- Don't reexecute user manager instances on package update yet This can't be done until users have their user instance updated to the new version that supports reexecuting with SIGRTMIN+25 because this signal terminates the user managers for the previous versions.- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11 3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only fd46c81922 test: make sure to include all haveged unit files - systemd.spec: reexec user manager instances on package updates- Make sure the versions of both udev and systemd packages are always the same (bsc#1189480)- Drop dependency on m4 (replaced by Jinja2)- Configure split-usr=true only when %usrmerged is not defined- Import commit 40bda18e346ff45132ccd6f8f8e96de78dcf3470 (merge of v249.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/7f23815a706cf2b2df3eac2eb2f8220736b8f427...40bda18e346ff45132ccd6f8f8e96de78dcf3470- Rework the test (sub)package: - it's been renamed into 'systemd-testsuite' - it includes the extended tests too - the relevant commits have been backported to SUSE/v249 so no SUSE specific patch is needed to run the extended tests (see below) - the deps needed by the extended tests have been added - Import commit 7f23815a706cf2b2df3eac2eb2f8220736b8f427 ad216581b6 test: if haveged is part of initrd it needs to be installed in the image too 088fbb71d0 test: adapt install_pam() for openSUSE 4d631c1f0c Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE" ef956eb8a2 test: on openSUSE the static linked version of busybox is named "busybox-static" 6f7ce633b0 TEST-13-*: in busybox container sleep(1) takes a delay in seconds only 278baaa3ec test: don't try to find BUILD_DIR when NO_BUILD is set 3bba2f876a test: add support for NO_BUILD=1 on openSUSE d77cbc1b64 test: make busybox TEST-13-only dependency- Upgrade to v249.2 (commit c0bb2fcbc26f6aacde574656159504f263916719) See https://github.com/openSUSE/systemd/blob/SUSE/v249/NEWS for details. This includes the following bug fixes: - upstream commit 6fb61918ccdd0610b425d5b0e5417751f8f8f783 (bsc#1182870) - upstream commit 6fe2a70b9160e35fdeed9d37bd31727c2d46a8b2 (jsc#SLE-17798) - Rebased 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Avoid the error message when udev is updated due to udev being already active when the sockets are started again (bsc#1188291)- Import commit 73e9e6fb847513c6d62f2fb445778ef5bc0fe516 (merge of v248.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/cb29bcc5ef2c0ee659686c5d229646a6ba98ec50...73e9e6fb847513c6d62f2fb445778ef5bc0fe516- Drop 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch Commit 81107b8419c39f726fd2805517a5b9faab204e59 fixes https://github.com/systemd/systemd/issues/19464 which makes the aforementioned patch not needed anymore.- Drop 1003-basic-unit-name-adjust-comments.patch It's been merged in SUSE/v248 branch- Import commit cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 (merge of v248.5) 4a1c5f34bd basic/unit-name: do not use strdupa() on a path (bsc#1188063 CVE-2021-33910) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/94efce2ee59fca15a48ff9c232c8dd7cf930c0a0...cb29bcc5ef2c0ee659686c5d229646a6ba98ec50 - Drop 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch as it was merged in v248.5.- Import commit 94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 (merge of v248.4) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c0aecee593511e49638579cb2b9ac8aaf1f8e6c8...94efce2ee59fca15a48ff9c232c8dd7cf930c0a0 - Drop 1001-unit-name-generate-a-clear-error-code-when-convertin.patch as it was merged in v248.4.- Import commit c0aecee593511e49638579cb2b9ac8aaf1f8e6c8 42ec1d537a login: use a hwdb entry for tagging Parallels' fb devices with 'master-of-seat' tag ecc7c7b462 login: use a hwdb entry for tagging HyperV's fb devices with 'master-of-seat' tag a4cfd70476 login: XGI Z7/Z9 (XG20 core) graphic chip requires master-of-seat to be set (bsc#1187154) ef553e0199 sd-dhcp-client: tentatively ignore FORCERENEW command (bsc#1185972 CVE-2020-13529) aae6c575fc sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease 258a3d2043 sd-dhcp-client: shorten code a bit 0a80303114 sd-dhcp-client: check error earlier and reduce indentation- Added patches to fix CVE-2021-33910 (bsc#1188063) Added 1001-unit-name-generate-a-clear-error-code-when-convertin.patch Added 1002-basic-unit-name-do-not-use-strdupa-on-a-path.patch Added 1003-basic-unit-name-adjust-comments.patch These patches will be moved to the git repo once the bug will become public.- systemd-hwdb-update.service should be shipped by the udev package- Finally don't create /run/lock/subsys anymore This effectively reverts the fix for bsc#1187292 made earlier. This directory is specific to RH sysvinit and since we're going to fade the support of SysV init script away the directory has no future.- Import commit e9a23d9e064c2e7ac21a1b984d116bcf15327e63 8dd19c6ee3 sd-device: allow to read sysattr which contains embedded NUL d52409e5fe pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes (bsc#1181970- Enable TPM2 support- Import commit fcdb8dce591db2f5fc3c1e3eeb7abe9a2090b401 aa2d840a3b compat-rules: fix warning: "label ‘out’ defined but not used" in path_id_compat.c - Restore 61-persistent-storage-compat.rules that was mistakenly dropped during the merge of v248.- Create /run/lock/subsys again (bsc#1187292) The creation of this directory was mistakenly dropped when 'filesystem' package took the initialization of the generic paths over. Paths under /run/lock are still managed by systemd for lack of better place.- Drop systemd's dependency on udev (jsc#PM-2677) In some environments (i.e. containers) udev is usually not necessary but pulls in unnecessary packages.- Now that chkconfig/insserv are history, let's implement the strict minimum in systemd-sysv-install to enable/disable SysV init scripts (bsc#1186595 bsc#1186359) Indeed there's no much point in dropping SysV support completely until upstream will do especially since 3rd party applications such as vmware still rely on it, see bsc#1186359).- Allow the sysusers config files shipped by systemd rpms to be overriden during system installation (bsc#1171962) - While at it, add a comment to explain why we don't use %sysusers_create in %pre and why it should be safe in %post.- udev requires systemd in its %post (bsc#1185958) udevadm, called in udev's %post, requires libsystemd-shared-248.so.- Restore all "License:" tags udev uses a different license (GPL-2.0-only) than the main package and "osc service localrun format_spec_file" has the good taste to restore the license tags for all other subpackages if one of the subpackage tag differs.- Expect 644 permissions for /usr/lib/udev/compat-symlink-generation (bsc#1185807)- Spec file minor cleanups: - Drop all "Group:" tags as they are deprecated. - Drop "License:" tags from all subpackages and make it inherited from the main package. - Drop "%bcond_with parentpathid" as it's not used.- Introduce subpackage systemd-tests This subpackage is mainly used before submitting a new version of the systemd packages. As such it's not intended for regular users hence can be removed/renamed at any time. One might wonder why the unit tests are not executed during package builds (%check)... the reason is that the environment used to build package (chroot) is too limited and therefore only a subset of the unit tests would be executed in this environment. To disable the build of the subpackage, use "--without=tests".- Add 0001-Revert-core-prevent-excessive-proc-self-mountinfo-pa.patch A temporary patch until https://github.com/systemd/systemd/issues/19464 is solved.- Import commit bc08011f04ac4f12569ec05965149f665a0b110b (merge of v248.3) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/6f5c11b28f5739b901390f22c2bf4c003cadedaa...bc08011f04ac4f12569ec05965149f665a0b110b- Import commit 6f5c11b28f5739b901390f22c2bf4c003cadedaa (merge of v248.2) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e5f93c9d2e9e26dd0dff430c4c072a547357ae7d...6f5c11b28f5739b901390f22c2bf4c003cadedaa- Upgrade to v248 (commit 5d3d934a5c2f4593207497db94e6f313348e89e7) See https://github.com/openSUSE/systemd/blob/SUSE/v248/NEWS for details. This includes the following bug fixes: - upstream commit 4327574fc1093513badc2177f71cede2fc88c13c (bsc#1166028) - upstream commit 3573e032f26724949e86626eace058d006b8bf70 (bsc#1186411) - upstream commit 30927a24848c4d727f7619cc74b878f098cdd724 (bsc#1200170) - A couple runtime dependencies on libraries are now tracked manually (with Recommends:) due to the fact that some symbols of these libs are dynamically loaded with dlopen() (heck!) - oomd is left disablde for now - pam configuration file 'systemd-user' is now shipped in /usr/etc/pam.d - Rebased 0001-conf-parser-introduce-early-drop-ins.patch 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch - Dropped 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch as it is SLE specific. - Clean systemd-experimental up: - Enclose "%package/%descriptoin experimental" within a "%if %experimental/%endif" block condition - List the build requirements in the sub-package instead of listing them in the main package. - Enable support for fido2, pwquality and qrencode in the home stuff - Improve the package description- systemd.spec: clean some of the build deps up: - libpcre is redundant with libpcre2 (only required by the full build) and the mini variant needs none of them. Hence drop the ref to libpcre. - normally libidn2 is needed by some optional features in systemd-network (only). But it's implicitly pulled in by libgnutls (required by the main package). Let's make sure the related features won't be disabled inadvertently in the future by making the dep explicit.- Import commit 14581e01203df7aa63c7c8383a12e6ebe258476f (merge of v246.13) 423b1e759c Revert "resolved: gracefully handle with packets with too large RR count" (bsc#1183745) 4723778738 meson.build: make xinitrcdir configurable (bsc#1183408) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/9753d1c17545a5d46530696cb14254f5f12024f1...14581e01203df7aa63c7c8383a12e6ebe258476f - Drop 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch as it's part of v246.13. - Make use of the new build option to ship xinitrc in /usr/etc/X11/xinit/xinitrc.d (bsc#1183408)- Add 0001-Revert-resolved-gracefully-handle-with-packets-with-.patch Temporary workaround for bsc#1183745 (upstream issue 18917) until an actual fix is found.- enable libiptc for masquerading support in networkd- Default to the "unified" cgroup hierarchy. At this point, most users of cgroup (such as docker, libvirt, kubernetes) should be ready for this change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line.- Import commit 9753d1c17545a5d46530696cb14254f5f12024f1 (merge of v246.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/134cf1c8bc3e361a2641161aa11ac2b5b990480b...9753d1c17545a5d46530696cb14254f5f12024f1 - Rebase 0001-conf-parser-introduce-early-drop-ins.patch- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04 846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)- create subpackage systemd-experimental to host pstore, repart, userdb and homed- Make sure the udev socket units are reloaded during udev package updates- fix-machines-btrfs-subvol.sh is only shipped when machined is built- systemd requires aaa_base >= 13.2 This dependency is required because 'systemctl {is-enabled,enable,disable} " ends up calling systemd-sysv-install which in its turn calls "chkconfig - -no-systemctl". aaa_base package has a weird versioning but the '--no-systemctl' option has been introduced starting from SLE12-SP2-GA, which shipped version "13.2+git20140911.61c1681". Spotted in bsc#1180083.- Add 0001-conf-parser-introduce-early-drop-ins.patch Introduce early configuration drop-in file. This type of drop-ins are reserved for vendor own purposes only and should never been used by users. It might be removed in the future without any notice.- Drop use of %systemd_postun in %postun This macro is supposed to operate on units but it was used without passing any parameters. This call was probably used for issuing a daemon-reload but the following calls to %systemd_postun_with_restart imply that already. So let's simply drop it.- systemd-sysv-convert: handle the case when services are migrated from SysV scripts to systemd units and are renamed at the same time (bsc#1181788) The list of such services is hard coded and contains only the 'ntp->ntpd' translation.- Import commit 134cf1c8bc3e361a2641161aa11ac2b5b990480b (merge of v246.10) 25f220eafb sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (bsc#1181121) 4a543f0257 journal: send journald logs to kmsg again 26df96473f busctl: add a timestamp to the output of the busctl monitor command (bsc#1180225) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/520e53b6d85087b05892ee637ae93f1b269e7e52...134cf1c8bc3e361a2641161aa11ac2b5b990480b- prepare usrmerge (boo#1029961) * don't install legacy symlinks to / * use %_pamdir to install pam modules * leave nss files in /usr/lib*, glibc loads them from there just fine independent of usrmerge- Import commit 520e53b6d85087b05892ee637ae93f1b269e7e52 (merge of v246.9) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/2401461e5f0e32922823d954c56106f96344070e...520e53b6d85087b05892ee637ae93f1b269e7e52- Import commit 2401461e5f0e32922823d954c56106f96344070e 6131548b0f udev: link_update() should fail if the entry in symlink dir couldn't have been created f6cb8c7d79 udev: make algorithm that selects highest priority devlink less susceptible to race conditions (bsc#1084748) fc64e47291 basic/stat-util: make mtime check stricter and use entire timestamp ae91d45d3d test/sys-script.py: add missing DEVNAME entries to uevents 09e3473a7a test/udev_test.pl: add "expected good" count fc89379b5b test/udev-test.pl: suppress umount error message at startup d9e114f10d test/sd-script.py: new helper script for udev testing f2672eae66 test/udev-test.pl: generator for large list of block devices 42b68e43e2 test/udev-test.pl: add repeat count eec8ec375a tests/udev-test.pl: add multiple device test 73b8f3cf93 test/udev-test.pl: count "good" results ee04d70bb6 test/udev-test.pl: merge import parent tests into one 03942c8fbc test/udev-test.pl: merge "space and var with space" tests ec95546189 test/udev-test.pl: remove bogus rules from magic subsys test f704429217 test/udev-test.pl: Make some tests a little harder ce1a877dc0 test/udev-test.pl: last_rule is unsupported 913c72ff2d test/udev-test.pl: fix wrong test descriptions eeb25a1be6 test/udev-test.pl: allow checking multiple symlinks 00ab4292da test/udev-test.pl: test correctness of symlink targets 5b71ee2911 test/udev-test.pl: use computed devnode name 2e04bb9ae8 test/udev-test.pl: allow concurrent additions and removals 8816dd593c test/udev-test.pl: create rules only once 214418632d test/udev-test.pl: allow multiple devices per test 1eb6b23f27 udev-test: do not rely on "mail" group being defined 4a0a4dcf10 udev: Fix sound.target dependency (bsc#1179363)- Enable support for zstd compression systemd-journald will now use zstd for compressing large fields in journal files. systemd-coredump will also use this algorithm to compress coredump files. Please note that systemd older than v246 won't be able to read new journal files as zstd algorithm is not supported by these versions. This incompatible change was actually not the only one introduced by v246 since the hash tables in journal files have been hardened against hash collisions too in an incompatible way with older versions.- Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring- Import commit d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15 (merge of v246.7) 450792497e sd-event: fix delays assert brain-o (#17790) 1040a19d08 udevadm: rename option '--log-priority' into '--log-level' a7b41e19bd udev: rename kernel option 'log_priority' into 'log_level' For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f6104ea5f554233e34b94ffd92da8332c3bd7d8f...d5e7958d35dc7758fe2e87e0a8193b93ce1a1b15- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f 617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope- Don't post-require systemd-default-settings-branding anymore This is actually not needed now that the branding package issues a PID1 reloading every times it's being updated.- Import commit 49caf8e37aba04841e5493ccc25e7edab462d95b f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631) ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded" 17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436) 1416965614 meson: add option to skip installing to $sysconfdir f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable 20a3f9fd95 systemctl: immediately reject invalid log levels 9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting() ddf7cf4872 systemctl: add service-log-{level,target} verbs 026d7d156d systemctl: list unit introspection verbs first, modification second- systemd-default-settings is needed by %post scriptlet- Revert the change that dropped %{release} from the package version constraints used in Requires: The release number is actually relevant since it can be increased when some patches, which might touch multiple sub-packages of systemd, are added/modified. However the %{release} is still no more used in conflicts.- Import commit fdce77ce2067f9dd90d816bad28b51efed0b6dc1 05fff5bd02 generator: use kmsg in system-level generators, journal otherwise ecc07954de log: normalize log target condition check d32ceea42b log: update comment 2ebad02b60 basic/virt: Detect PowerVM hypervisor (bsc#1176800)- Simplify systemd-sysv-convert - the previous code incorrectly assumed that the sysv init scripts were uninstalled before %post get executed. It therefore save the enablement state in %pre and restore it in %post. Now all is done in %post (making --save option useless) and there's no more need to remember the enablement state. - "--save" option is a NOP but is still kept for backward compatibility. - the previous simplifcation made /var/lib/systemd/migrated no more used. - we do not search for units in /lib/systemd anymore, this shouldn't be needed anymore these days especially since this path was only used when systemd was introduced in openSUSE and it was never used in SLE (checked SLE12-GA). - the option --show has been dropped. It's never been used even internally. - the DB is populated only once even if the script was enabled at multiple runlevels. The runlevel info was never used. A dummy value is still added to keep the same format just in case.- No more need to clean the journal-upload stuff with --without=journal_remote Since -Dremote build option has been introduced with meson, this workaround is no more needed.- Move journal-{remote,upload}.conf.5.gz man pages into systemd-journal_remote sub package- Explicitly list files in /usr/lib/sysusers.d shipped by the main package Currently only one config file is shipped in this directory and we want to check any new files that may be added in the future.- Use %{_modulesloaddir}, %{_environmentdir} and %{_modprobedir} wherever appropriate- Do not include %{release} in a few places where we explicitly mention package versions It's usually not a good idea especially when used with conflicts.- Rely on systemd-default-settings for overriding system default settings (bsc#1172517) The new branding packages now ships the drop-ins to customize systemd either for an openSUSE or a SLE ditro.- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7- Ship {/usr/lib,/etc}/systemd/network directories in the main package These directories can be used by both udevd and networkd.- Remove dangling symlink /usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket Otherwise the build system complains.- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5) 304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513) 6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65- Drop 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch linuxrc has already been fixed.- Add 0001-udev-temporarly-restore-the-creation-a-few-symlinks-.patch A temporary patch until the installer environment is updated to create some of the symlinks that udevd used to create during its startup but now udevd relies on the init system to do so.- Rework how we prevent journald from both enabling auditd and recording audit messages journald.conf gained a new setting Audit= to control whether journald enables audit during the boot process. So let's use it and make sure it's disabled by default by shipping a drop-in that overrides upstream default. Also we used to patch systemd to prevent journald from reading the audit messages. There's still no way for downstream to configure that properly (we would need to mask systemd-journald-audit.socket meaning shipping a symlink in /etc) but I think dropping systemd-journald-audit.socket from the package is a nicer way to do that as some users might choose to reenable this setting (by reintroducing the socket unit in /etc).- Enable audit support (bsc#1175883) Enabling audit support in systemd will only make PID1 (and some of its services) to generate some audit records for certain events. But it doesn't affect journald, which has been prevented from recording audit messages in the journal (SUSE specific behavior).- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. Added 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch Added 0002-rc-local-fix-ordering-startup-for-etc-init.d-boot.lo.patch Added 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch Added 0004-tmpfiles-support-exclude-statements-based-on-file-ow.patch Added 0005-udev-create-default-symlinks-for-primary-cd_dvd-driv.patch Added 0006-sysv-generator-add-back-support-for-SysV-scripts-for.patch Added 0007-networkd-make-network.service-an-alias-of-systemd-ne.patch Added 0008-sysv-generator-translate-Required-Start-into-a-Wants.patch Added 0009-pid1-handle-console-specificities-weirdness-for-s390.patch Added 0010-journald-disable-audit-support-completely-from-the-j.patch Added 0011-core-disable-session-keyring-per-system-sevice-entir.patch Added 0012-resolved-create-etc-resolv.conf-symlink-at-runtime.patch- Adjust %pre and %post for the restoration of upstream tmp.mount (boo#1175779)- Import commit a4e393eecb9dbe140a6c7d57419c291d786155cf d8e3bd4e22 Revert "core: don't send SIGKILL to user@.service immediatly during shutdown"- Drop requirement on 'sysvinit-tools' It was used to workaround bug #886599 by explicitly calling vhangup(8) from getty@.service so when this service was stopped a virtually hangup on the specified terminal when were stopped to give the shell a few seconds to save its history. But this workaround was dropped since it had no effect (SLE12-GM was released with it but was still suffering from the bug) and was replaced by commit e9db43d5910717a108, which was released from v226 and backported to SLE12/SLE12-SP1.- Import commit 6d6d92930acad63f9b9029c305a672c32c550d2d (include merge of v245.7) 797ad47d3e vconsole-setup: downgrade log message when setting font fails on dummy console (bsc#1172195 bsc#1173539) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/b12cd8b89b4bccfcf972b47153a2b01cd7775932...6d6d92930acad63f9b9029c305a672c32c550d2d - Drop 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch Upstream finally reverted it and it's part of both v245.7 and master.- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461)- migrate-sysconfig-i18n.sh: fix marker handling (bsc#1173229) The marker is used to make sure the script is run only once. Instead of storing it in /usr, use /var which is more appropriate for such file. Also make it owned by systemd package.- Fix inconsistent file modes for some ghost files (bsc#1173227) Ghost files are assumed by rpm to have mode 000 by default which is not consistent with file permissions set at runtime. Also /var/lib/systemd/random-seed was tracked wrongly as a directory. Also don't track (ghost) /etc/systemd/system/runlevel*.target aliases since we're not supposed to track units or aliases user might define/override.- Include in the package version the stable minor (if any). Also update the version shown by various command such as 'systemctl - -version' to show the stable number.- Don't restart udevd sockets during package update Otherwise we might miss kernel events as the daemon need to be stopped as well.- Import commit b12cd8b89b4bccfcf972b47153a2b01cd7775932 (include merge of v245.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/a6d31d1a02c2718a064bbbc40d003668acf72769...b12cd8b89b4bccfcf972b47153a2b01cd7775932- no longer explicitly package setgid directory /var/log/journal (bsc#1172550). The bit will be set during %post by way of the systemd-tmpfiles invocation. This avoids a conflict with the permissions package and an rpmlint error popping up.- Fix build when resolved is disabled While at it sort the build conditionals.- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769 bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109) e9e8907b06 watchdog: reduce watchdog pings in timeout interval 385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538) 66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)- Disable bump of /proc/sys/fs/nr-open Hopefully a _temporary_ workaround until bsc#1165351 is fixed otherwise user instances crashes the system is using NIS (and the nscd cache is empty).- Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now.- Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults.- Drop most of the tmpfiles that deal with generic paths (bsc#1078466 bsc#1181831) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch- Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network.- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory.- Switch back to the hybrid hierarchy Unfortunately Kubernetes and runc are not yet ready for cgroupsv2. Let's reconsider the unified hierarchy in a couple of months.- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4)- Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...]- Upgrade to v245 (commit 74e2e834b4282c9bbdc12014f6ccf8d86e542b8d) See https://github.com/openSUSE/systemd/blob/SUSE/v245/NEWS for details. This includes the following bug fixes: - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (CVE-2020-1712) - upstream commit 66a19d85a533b15ed32f4066ec880b5a8c06babd (bsc#1157315) - upstream commit 7f56982289275ce84e20f0554475864953e6aaab (bsc#1162108) The new tools provided by systemd repart, userdb, homed, fdisk, pwquality, p11kit feature have been disabled for now as they require reviews first. Default to the "unified" cgroup hierarchy. Indeed most prominent users of cgroup (such as libvirt, kubic) should be ready for such change. It's still possible to switch back to the old "hybrid" hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to the kernel command line though. Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least.- add systemd-network-generator.service file together with systemd-network-generator binary- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage- Import commit f8adabc2b1f3e3ad150e7a3bfa88341eda5a8a57 (merge v244.2) 77c04ce5c2 hwdb: update to v245-rc1 b4eb884824 Fix typo in function name e2d4cb9843 polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it 83bfc0d8dd sd-bus: introduce API for re-enqueuing incoming messages 5926f9f172 polkit: use structured initialization 0697d0d972 polkit: on async pk requests, re-validate action/details 2589995acd polkit: reuse some common bus message appending code 5b2442d5c3 bus-polkit: rename return error parameter to ret_error 0a19ff7004 shared: split out polkit stuff from bus-util.c → bus-polkit.c 1325dfb577 test: adapt to the new capsh format 3538fafb47 meson: update efi path detection to gnu-efi-3.0.11 3034855a5b presets: "disable" all passive targets by default c2e3046819 shared/sysctl-util: normalize repeated slashes or dots to a single value 6f4364046f dhcp6: do not use T1 and T2 longer than one provided by the lease 0ed6cda28d network: fix implicit type conversion warning by GCC-10 f6a5c02d26 bootspec: parse random-seed-mode line in loader.conf ddc5dca8a7 sd-boot: fix typo 2bbbe9ae41 test: Synchronize journal before reading from it 072485d661 sd-bus: fix introspection bug in signal parameter names 80af3cf5e3 efi: fix build. [...]- Use suse.pool.ntp.org server pool on SLE (jsc#SLE-7683)- Drop scripts-udev-convert-lib-udev-path.sh Nobody should need it these days.- Temporarily restore /sbin/{udevd,udevadm) obsolete symlinks They're restored until YaST stop using them (see boo#1160890)- Import commit 8254b8d9646f3e0f5f8057d1ffb5d6c20f079aaa (merge v244.1) 639dc9f4bf network: set ipv6 mtu after link-up or device mtu change cbced49daa man: fix typo in net-naming-scheme man page 7dd04c99b0 network: tc: drop unused element bf4b7d07ba man: fix typos (#14304) 1ba2e7a730 ipv4ll: do not reset conflict counter on restart 49806bb310 macro: avoid subtraction overflow in ALIGN_POWER2() c4c1600689 test-network: add a test case for SendOption= 6f15b45949 network: fix segfault in parsing SendOption= 2e531b830d seccomp: real syscall numbers are >= 0 f7616ed52b network: fix copy and paste mistake e8b53300c4 network: do not drop foreign config if interface is in initialized state 00f05813bf seccomp: mmap test results depend on kernel/libseccomp/glibc 4de1909e61 seccomp: use per arch shmat_syscall d83010521d seccomp: ensure rules are loaded in seccomp_memory_deny_write_execute 2c6568221a seccomp: fix multiplexed system calls bcf0aa02bf Fix typo (duplicate "or") 96d7083c54 network: if /sys is rw, then udev should be around e874419902 nspawn: do not fail if udev is not running 29c9144655 Create parent directories when creating systemd-private subdirs 9cbb8b5254 network: do not return error but return UINT64_MAX if speed meter is disabled c08429ae33 core: swap priority can be negative f25c0be335 networkctl: fix to show BSSID 65fd2fce59 systemctl: enhance message about kexec missing kernel bdd0af5f81 Fixup typo in NEWS- Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc.- Import commit d8f6a204858bff68b8e0e7be86b418c36087ab2e 6c5e492a65 cryptsetup: umount encrypted devices before detaching it during shutdown- Upgrade to v244 (commit 090da85161ceb1ba0b4c208963c7156a8fdf10c6) See https://github.com/openSUSE/systemd/blob/SUSE/v244/NEWS for details. This includes the following bug fixes: - upstream commit b49e14d5f3081dfcd363d8199a14c0924ae9152f (bsc#1139459) - upstream commit 22683674716fd0e5b016ce5a7d8fd90df5f9f9e7 (bsc#1151377) - upstream commit faf205de3ba9a11b0ba17682123d7f3fedc7da24 (bsc#1151377) - upstream commit 27c3112dcbd1b5f171c36c32550d9c6331375b0b (bsc#1155574) - upstream commit 21b40f16622f171a9969dc334d74fb5eb2f575c2 (bsc#1159814) - upstream commit 9b88bb5023dfa3cea406c14fdaa3d8e3e320907a (jsc#SLE-7689) - upstream commit bc9ecd484f1ebfe0de8b567c90f6cd867fbd5894 (bsc#1141597) Legacy and obsolete symlinks have been finally dropped. Dropped 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch. Users were notified about the deprecation of UserTasksMax option and how to move to the new mechanism. The dropin replacement for UserTasksMax is therefore no more generated but its use still produces a warning. Added 0001-SUSE-policy-do-not-clean-tmp-by-default.patch and 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch. These patches were extracted from the git repo because it's not clear where the SUSE tmpfiles specificities should be located.- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command- Fix %{_libexecdir} misuses of /usr/lib- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch It's part of the previous import.- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42 441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495) 8a1bb5c66b swap: do not make swap units wanted by its device unit anymore- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) b37054aa5a compat-rules: escape '$' when used for shell expansion Changes from the v243-stable: ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel 3f6398c450 docs: fix inadvertent change in uid range 25bb377a73 cgroup: fix typo in BPF firewall support warning message 6d97aca0d5 fix build with compilers with default stack-protector enabled fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub 0553c3c668 pid1: fix DefaultTasksMax initialization f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p 20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV 6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment 9d8e889810 nspawn: consistenly fail if parsing the environment fails 40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min ea248e53bf cgroup: Check ancestor memory min for unified memory config de1d25a506 cgroup: docs: memory.high doc fixups 2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min} 19a43dc38a Consider smb3 as remote filesystem 5c0224c7bf Handle d_type == DT_UNKNOWN correctly 8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller 9d0ae987a6 network: drop noisy log message f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624) e151bf4674 units: make systemd-binfmt.service easier to work with no autofs 2b8e574d82 Corect man page reference in systemd-nologin.conf comments a0577353f1 man: Add a missing space in machinectl(1) 693e983988 log: Add missing "%" in "%m" log format strings ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist b90549290e man: fix typo- Remove intltool BuildRequires, not needed since v237 - Use python3-base BuildRequires instead of full python3- Add 0001-compat-rules-escape-when-used-for-shell-expansion.patch (bsc#1153648) Added to the quaratine area to avoid uploading a new tar ball just for that single change. It will be dropped during the next import.- don't package locales in -mini package- Import commit 428b937f917ae177f2315e8469800941885e441a 0026b58744 pid1: fix DefaultTasksMax initialization- Import commit ed81f69153488279957268e247a5c81b678da491 (changes from v243-stable) fab6f010ac dhcp6: use unaligned_read_be32() f2d9af4322 dhcp6: add missing option length check ccf797511e ndisc: make first solicit delayed randomly f2275b6e12 dhcp6: read OPTION_INFORMATION_REFRESH_TIME option 6dfbe58ee7 l10n: update Czech Translation d4cd0e9d32 sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491) dbefe59259 polkit: fix typo a321507476 sd-netlink: fix invalid assertion 45dca7fe86 network: do not enter failed state if device's sysfs entry does not exist yet dd83d58796 network: add missing link->network checks b294305888 path: stop watching path specs once we triggered the target unit 2cd636c437 hwdb: add Medion Akoya E2292 (#13498) d133bdd1fa po: update Brazilian Portuguese translation 530e09b594 po: update Polish translation 0c5c3e34c1 polkit: change "revert settings" to "reset settings" 73e0f372d8 man: fix description of ARPIntervalSec= units 5412cc54a1 hwdb: axis override for Dell 9360 touchpad 9d4e658529 test: drop the missed || exit 1 expression 7ed7ea82f6 udevadm: use usec_add() 477bf86c91 udevadm: missing initialization of descriptor 19ac31c989 networkd: unbreak routing_policy_rule_compare_func() a20a2157a8 core: coldplug possible nop_job eb55241742 tty-ask-pwd-agent: fix message forwarded to wall(1) 1a3c53c06c core: Fix setting StatusUnitFormat from config files 91db81e4dd network DHCP4: Dont mislead the logs. 6af590838b Update m4 for selective utmp support. modified: tmpfiles.d/systemd.conf.m4 6823c907cf core: restore initialization of u->source_mtime 29308bcc13 mount-setup: relabel items mentioned directly in relabel-extra.d 8ca1e56165 Call getgroups() to know size of supplementary groups array to allocate 5d84a7ad1c test: add test cases for empty string match 1536348cc8 udev: fix multi match 3ccafef0ad man: move TimeoutCleanSec= entry from .service to .exec 8c0c30a820 zsh: udpate bootctl completions 0556c247a2 resolved: fix abort when recv() returns 0 9a25d75520 man: remove repeated words be3be29347 hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the base 4b92ffccaa udev: also logs file permission 75a2845e5a udev: add missing flag for OPTIONS=static_node 19e9fc4262 network: do not abort execution when a config file cannot be loaded 3e1267cf50 fileio: update warning message 1b3156edd2 pstore: fix use after free f500d2fa81 journal: Make the output of --update-catalog deterministic 64d0f7042d travis: protect the systemd organization on Fuzzit from forks 4247938ee1 hwdb: Mark lis3lv02d sensors in HP laptops as being in the base 379158684a po: update Japanese translation 31e1bbd1ca docs: fix push recipe in RELEASE.md f06530d86b man/systemctl.xml: fix missing "not" 22aba2b969 docs: fix typo in boot loader doc 000e08ca70 pstore: fix typo in error message - directoy -> directory f7f9c69ac5 Fix typo in comment: overide -> override ca8ba8f8c0 po: update Polish translation- Some files related to the portable stuff were missing some %exclude- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- split off networkd and resolved into separate network subpackage - use separate lang package for translations- Import commit 9e41d7ec3572d8d5ea1e00f683e9fbf8108e85b4 fb1b9d54f9 tty-ask-pwd-agent: fix message forwarded to wall(1) dd14da3bb6 core: restore initialization of u->source_mtime d62f30f647 resolved: create /etc/resolv.conf symlink at runtime- Slighly rework (mostly reorganization) the portable stuff- Track 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch in the git repo This patch has been in the quarantine area long enough, so let's move it in the git repo.- Upgrade to v243 (commit e0b24c4356aa0c1c56ff274ff72228f33482a5be) See https://github.com/openSUSE/systemd/blob/SUSE/v243/NEWS for details. This includes the following bug fixes: - upstream commit b2774a3ae692113e1f47a336a6c09bac9cfb49ad (CVE-2019-20386 bsc#1161436) - upstream commit 5406c36844b35504a64e9f05fc74b8e5e5a09143 (bsc#1132400) - upstream commit 83a32ea7b03d6707b8e5bb90a0b3a6eb868ef633 (bsc#1132721) - upstream commit 7cc5ef5f1811c539ae7f20255c2a093f413cc64f (bsc#1172824 bsc#1142733) - upstream commit 83cb24ac20baf19f7834931dcf6e03486b4c9c30 (bsc#1156213) - upstream commit a2dcb1d78737d3daa301ee63fbdd02837acb71a8 (bsc#1158485) - upstream commit 08185cff19efcb1d7d9fb7b546e7f516ab6dae91 (bsc#1165011) - upstream commit 59c55e73eaee345e1ee67c23eace8895ed499693 (bsc#1177510) Drop 0001-Revert-insserv.conf-generator.patch as it's been dropped from branch SUSE/v243 while we were rebasing. Drop 0001-rc-local-generator-deprecate-halt.local-support.patch as this functionality had been deprecated during the previous release and now have been dropped by upstream.- enable systemd-portabled- systemd-container creates and owns /etc/systemd/nspawn now- Import commit 0f9271c1336c5c9055e75389732a44745d796851 (changes from v242-stable) 07f0549ffe network: do not send ipv6 token to kernel 9d34e79ae8 systemd-mount: don't check for non-normalized WHAT for network FS 5af677680c core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX (bsc#1142099) 29dda7597a random-util: eat up bad RDRAND values seen on AMD CPUs eb6c17c178 util-lib: fix a typo in rdrand 829c20dc8e random-util: rename "err" to "success" 5442366fbf man: rework the description of Aliases and .wants/.requires directories ae71c6f634 docs: typo in arg name replace-irreversible -> replace-irreversibly 09774a5fcb meson: make nologin path build time configurable 69ffeeb0b1 man: add note about systemctl stop return value 4cf14b5513 shared/conf-parser: say "key name" not "lvalue", add dot 4481ca7f86 shared/conf-parser: emit a nicer warning for something like "======" 46f3db894b shared/conf-parser: be nice and ignore lines without "=" 7d928995f7 nspawn: fix memleak in argument parsing 7727e6c0ae resolve: fix memleak 7f32a81976 journal: properly read unaligned le64 integers fa419099e5 activate: move array allocation to heap 815a9fef2a systemctl: print non-elapsing timers as "n/a" not "(null)" a4fc3c88f1 factory: include pam_keyinit.so in PAM factory configuration a453d63315 factory: add comment to PAM file, explaining that the defaults are not useful d9a5a70a59 factory: tighten PAM configuration 5e2d3bf80b test: make sure colors don't confuse our test 5fe3be1334 wait-online: change log level c49b6959d5 systemctl: emit warning when we get an invalid process entry from pid1 and continue 3c9f43eb03 systemctl: do not suggest passing --all if the user passed --state= 5964d1474e man: offline-updates: make dependence on system-update.target explicit a04dd26e03 alloc-util: drop _alloc_ decorator from memdup_suffix0() 7c46a694ca man: add example for setting multiple properties at once 1d72789271 man: CPUShares= is so 2015 45da304673 man: document that WakeSystem= requires privs bed58a06e4 man: document that "systemd-analyze blame/critical-chain" is not useful to track down job latency c5461f31b3 man: be more explicit that Type=oneshot services are not "active" after starting 455ee07abe man: document that the supplementary groups list is initialized from User='s database entry 5f0cb2616a alloc-util: drop _alloc_(2, 3) decorator from memdup_suffix0_multiply() 7bc336794d generator: downgrade Requires= → Wants= of fsck from /usr mount unit 66465c4381 systemctl: allow "cat" on units with bad settings ca937b49da pid1: fix serialization/deserialization of commmands with spaces 4bb3113023 growfs: call crypt_set_debug_level() correctly, skip if not needed 0db716771e cryptsetup: enable libcryptsetup debug logging if we want it c8b9b3956f cryptsetup: set libcryptsetup global log callback too 679b3f6b7f basic/log: fix SYSTEMD_LOG_* parsing error messages 8d6b5158aa units: add SystemCallErrorNumber=EPERM to systemd-portabled.service 6681fcd445 network: fix the initial value of the counter for brvlan 853ec5f458 man: Add some notes about variable $prefix for StateDirectory= e6d23358e9 sd-netlink: fix inverted log message 6feb862407 blockdev: filter out invalid block devices early 9f7c0dbc75 blockdev-util: propagate actual error 3f5355bcb9 man: document tmpfiles.d/ user/group resolvability needs c15b92cd98 man: fix wrong udev property name 9768a900d6 meson: drop duplicated source 15194f22ed cryptsetup-generator: fix luks-* entry parsing from crypttab c2475390b4 core: skip whitespace after "|" and "!" in the condition parser fdc754aeb7 shared/condition: fix printing of ConditionNull= 572385e135 test: add testcase for issue #12883 9aa1edddb0 conf-parser: fix continuation handling 8fbc72f45f networkd: fix link_up() (#12505)- State directory of systemd-timesync might become inaccessible after upgrading to v240+ (bsc#1137341) This happens for users who had previously used systemd-timesync with DynamicUser=true, ie the ones who upgraded from a systemd version between v235 and v239 to systemd v240 and later (v240 was the version where DynamicUser was switched back to OFF).- Import commit eaa7b8b148927d471609de75e542dffcc1b36df4 7e58b89136 udevd: change the default value of udev.children-max (again) (bsc#1107617)- Add 0001-rc-local-generator-deprecate-halt.local-support.patch /etc/init.d/halt.local support will removed from the next systemd version (v243) so for now on warn (hopefully the few) users who rely on this script so they have a chance to switch to systemd-shutdown interface.- Add 0001-Revert-insserv.conf-generator.patch (bsc#1052837) All remaining packages have been fixed so they don't rely on the insser-generator to generate proper deps. So let's drop it as all services should carry the proper dependencies itself.- Drop debug-only-remove-new-policies.patch The new DBUS methods have been reviewed by the security team.- Import commit 9984a86d0d2259d54c7060f9c09f214202b4efa7 f2459bf373 random-util: eat up bad RDRAND values seen on AMD CPUs c90a2e9793 util-lib: fix a typo in rdrand 4db1cc9d46 random-util: rename "err" to "success" 981a62a102 random-util: hash AT_RANDOM getauxval() value before using it 64a9c3d918 random-util: use gcc's bit_RDRND definition if it exists c5d6ecfdca random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL 298d13df7e network: remove redunant link name in message 77cbde31f2 hwdb: Align airplane mode toggle key mapping for all Acer series 460f03794e Revert "hwdb: Apply Acer mappings to all Gateway and Packard Bell models" fe9271ad84 test: return a non-zero return code when 'nobody' user doesn't exist 29d355e755 fstab-generator: Prevent double free of reused FILE* f30f1adc11 meson: make source files including nspawn-settings.h depend on libseccomp 84bab914b8 alloc-util: don't use malloc_usable_size() to determine allocated size 5240972d8d units: drop reference to sushell man page 0a26de5e33 codespell: fix spelling errors 582de105c8 nspawn-expose-ports: fix a typo in error message- Buildrequire polkit so /usr/share/polkit-1/rules.d has an owner (bsc#1145023) Otherwise the "post build checks" would complain and would force systemd to own this directory. The owner should still be "polkit" and the perms should be in sync with the perm set by polkit itself.- Add debug-only-remove-new-policies.patch A temporary patch to suppress the new DBUS methods introduced by v242 until they are reviewed and whitelisted by the secteam.- Add a comment explaining why static enablement symlinks in /etc are suppressed Also remove any /etc/systemd/system/*.requires/ symlinks for the same reason.- preset remote-cryptsetup.target during package installation This target is supposed to be part of the targets that should be enabled (or not depending on the presets) at package installation.- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. This includes the following bug fixes: - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3843) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (CVE-2019-3844) - upstream commit 37ed15d7edaf59a1fc7c9e3552cd93a83f3814ef (bsc#1124122) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133506) - upstream commit bf65b7e0c9fc215897b676ab9a7c9d1c688143ba (bsc#1133509) - upstream commit 1f82f5bb4237ed5f015daf93f818e9db95e764b8 (bsc#1150595) - upstream commit e55bdf9b6c5f72475b258a7a4585a0480551cb60 (bsc#1173422)- Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected.- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832 jsc#SLE-5933) This stack trace is logged to the journal.- Stop installing macros.systemd There're no points in installing this file if we remove it right after.- Make sure systemd-network.rules take precedence over our polkit-default-privs (bsc#1125438)- Include the SUSE version along with the major version of systemd $ systemctl --version systemd 241 (+suse.42.g15a1b4d58) Note that the SUSE version format maybe subject to change and as such scripts should not try to parse it.- systemd-mini: explicitly disable some of the systemd components For some reasons, some build requirements get pulled in for the mini variant now, enabling some parts of the code that were expected to be turned OFF.- Upgrade to v241 (commit 15a1b4d58f1d2bc9c21c7cbab6fe63b58e48bda1) This includes the following bug fixes: - upstream commit c0d76959080e3ba6534bce1c7053c750668e8b55 (bsc#1160595) - upstream commit 7334ade4a7e103b1a01d1c8fe1ea7c7a854a1c31 (bsc#1123892) - upstream commit c7e93c4d15019323973baf12daa76357c83892c4 (boo#1111498) This also includes the following bug fixes released in v240: - upstream commit 2675747f3cdd6f1e6236bbb2f79abfa53fb307f1 (boo#1111498) - upstream commit 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (bsc#1140631) - upstream commit 1432d2dbdfa90963272a9b581dc4b55dd3ac514f (bsc#1155574) - upstream commit 26e35b164b8d0603629b3d394554cfa728e8c3e4 (bsc#1169488) - upstream commit a9fc640671ef60ac949f1ace6fa687ff242fc233 (fate#325697)- Import commit a1d86af7ed49dacef671e8ec8dae9472a8fa47f5 92d860fc12 sysctl: Don't pass null directive argument to '%s' (bsc#1121563) 1379e30d59 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) b5569a03ae Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454)- Import commit 01b4746d3c6f6cbf969fa2176c77ac3f616a7eda 7af53e005b sd-bus: if we receive an invalid dbus message, ignore and proceeed 92dcbfdd7f bus: move BUS_DONT_DESTROY calls after asserts a83e7b3b43 automount: don't pass non-blocking pipe to kernel. 726127ea1d units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) a6347a3cb6 core: Fix use after free case in load_from_path() (bsc#1121563) 22e2550222 strv: rework FOREACH_STRING() macro (bsc#1121563) 2ddd38f41a test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for FOREACH_STRING() c2c8333e0b strv: add new macro STARTSWITH_SET() 1db243a601 Update systemd-system.conf.xml (bsc#1122000)- Import commit ad34cc45f63720ced69960dc66b47bddb146176d Import a bunch of fixes from stable/v239-stable: c8293f5af4 Revert "network: set DynamicUser= to systemd-networkd.service" 7f605592e6 Revert "resolve: enable DynamicUser= for systemd-resolved.service" 5a48e92e06 test: Fix networkd test for an already running service 36eae1688b Revert "timesyncd: enable DynamicUser=" 3a11f24cf0 Revert "unit: drop After=systemd-sysusers.service from timesyncd" 23cfd15ce9 machinectl: fix verbosity of import-raw or friends ba037daf29 Make bzip2 an optional dependency for systemd-importd fb609d2721 pull: initialize libgcrypt before calling any functions provided by libgcrypt c50857bc6b hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) 9a12fd17f5 man: Mention that paths in unit files must be fully normalized. 76fc2ab4a6 tree-wide: use instead of #ifdef for HAVE_* fcc699c093 network: update log message a4f497b2cd Use #if instead of #ifdef for ENABLE_GSHADOW 121c662eb8 man: add missing option for system.conf 564341146e core: add missing option and drop nonexistent option in system.conf 7082a3599f journal: add missing option in journald.conf 3c15efa9c1 basic: add missing comma in raw_clone assembly for sparc 4c210b6dce cryptsetup: Add dependency on loopback setup to generated units c777fbbe3e journal-gateway: use localStorage["cursor"] only when it has valid value c5b1bef639 journal-gateway: explicitly declare local variables 2361522ca6 analyze: actually select longest activated-time of services 3e810d92d9 sd-bus: fix implicit downcast of bitfield reported by LGTM aef660a4cf resolvconf: fixes for the compatibility interface 06b3f54f50 install: fix error handling in is_symlink_with_known_name() f70ab9a468 portable: fix error handling d2c40d4e80 resolve: fix return value type of dns_answer_has_dname_for_cname() 6f684e0670 resolve: dns_scope_network_good() does not returns negative errno 15d83e1138 bus-util: fix error handling ba0a1f3384 core: free lines after reading them- Import commit 3bece8a25ae11e8ec132cdecc7e72a00ee790994 89a9721a47 Revert "logind: become the controlling terminal process before restoring VT" (bsc#1120836) c3a8dc821b pam_systemd: reword message about not creating a session 0ba0f5b3ef pam_systemd: suppress LOG_DEBUG log messages if debugging is off- Import commit a3b059a8c60622e4ec30aabda93c6b41d0953dc4 9dbe9f12ec journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) 61d569ab1b journal-remote: verify entry length from header a08760b26c µhttpd: use a cleanup function to call MHD_destroy_response 43f46a1a3d journal-gateway: use _cleanup_ attribute to stop microhttpd daemon 437b0b2d01 journald: lower the maximum entry size limit to ½ for non-sealed fds ac9e209710 journald: when processing a native message, bail more quickly on overbig messages ce103705b9 journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) 35538171c2 coredump: fix message when we fail to save a journald coredump cfe247b555 basic/process-util: limit command line lengths to _SC_ARG_MAX 9d59e6f6ee journald: do not store the iovec entry for process commandline on stack (CVE-2018-16864 bsc#1120323) 8d650a68d4 journald: remove unnecessary {} b608f532a4 coredump: remove duplicate MESSAGE= prefix from message 0dbb2dc066 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) e501d65540 Revert "systemctl: when removing enablement or mask symlinks, cover both /run and /etc" d3ea69961f fs-util: rename safe_transition() into unsafe_transition() 338470fdc9 tmpfiles: use CHASE_WARN in addition to CHASE_SAFE d9ae1b30da fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met 8b76594d1f fs-util: add new CHASE_WARN flag to chase_symlinks()- Import commit 8ae56af7802ef8f91fac64fa244d62a4468fbbd5 4474878178 udev-builtin-kmod: adjust logging 805534aff5 core: use the generic module_load() function ac7e902530 shared/module-util: fix preexisting mixup with errno sign 415aa40793 udev-builtin-kmod: use the generic module_load() function 8a36b4bac6 Move module-util.h to src/shared/ and load_module() to libshared 999b910752 core/kmod-setup: restore comments 1f2b822a21 logind: stop managing VT switches if no sessions are registered on that VT 5ad8d374c5 terminal-util: introduce vt_release() helper 145d492490 logind: become the controlling terminal process before restoring VT (bsc#1101591) d4b5dbc033 terminal-util: introduce vt_restore() helper 2e8af185f0 logind: make session_restore_vt() static ff3048364f udev: downgrade message when we fail to set inotify watch up (bsc#1005023)- Fix the test for figuring out if /etc/machine-id is writable in %post (bsc#1117063) "test -w" always returns true for root user even if the writable mode bits are not set. Fix this by testing the file mode bit value instead.- Move systemd-sysv-convert from /usr/sbin to /usr/lib/systemd (bsc#1178156) This tool is not supposed to be run by users.- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954) f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 7165e92f4 tmpfiles: use fd_get_path() even less excessively c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console 621b78317 test: don't use "nobody:nogroup" for tests 1f9c7acad tmpfiles: return correct error variable after fd_reopen() 2236280c1 tmpfiles: reindent one comment less weirdly f6bdfb889 tmpfiles: use correct error variable bc75127cd tmpfiles: clarify that we ignore file attribute setting errors 621c8b1fe tmpfiles: add log message where we previously failed silently bc9229630 tmpfiles: use fd_get_path() less excessively 5a1106039 tmpfiles: add more tests c974086cc tmpfiles: don't follow unsafe transitions in path_set_*() e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 7480154d0 tmpfiles: make create_fifo() safe eb890962c fs-util: introduce mkfifoat_atomic() helper 653bb81af fileio: make tempfn_random_child() accept empty string as path 2b1e12bfe tmpfiles: introduce create_fifo() 6dd80f289 tmpfiles: introduce empty_directory() f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe 6a76f6dfb basic/stat-util: introduce is_dir_fd() 38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation 26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd() 5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 390b767da selinux: introduce mac_selinux_create_file_prepare_at() 0f72fadba smack: introduce mac_smack_fix_at() f2838154b tmpfiles: introduce create_directory_or_subvolume() 2de697fb8 tmpfiles: make create_device() safe 558c5fec7 tmpfiles: introduce create_device() dee986b1d tmpfiles: make copy_files() safe cacb14d3f tmpfiles: introduce copy_files() routine 81c85ce17 tmpfiles: make write_one_file() safe 9ec6b92ab tmpfiles: make truncate_file() safe 8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively 057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional f37caffda tmpfiles: stat file in item_do() rather than in its callers 86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)- Make systemd-mini-sysvinit provides systemd-sysvinit Some packages (such as shepherd-bins) want to conflicts with systemd-sysvinit: they should also conflict with systemd-mini-sysvinit.- Add 0001-logind-keep-backward-compatibility-with-UserTasksMax.patch We have to keep support for UserTasksMax= for a while before dropping it. This patch is supposed to do that and also to make users aware of this change. It also hints how to configure that differently.- Import commit f39674d6d114d999c50672c7bea8cad21e1eaed9 7d1e04e85 units: use =yes rather than =true everywhere 185ce0d34 units: assign user-runtime-dir@.service to user-%i.slice a051f5e41 units: make sure user-runtime-dir@.service is Type=oneshot 30c6842c3 units: set StopWhenUnneeded= for the user slice units too e74de046e login: fix typo in log message- Own %{_libexecdir}/modules-load.d (again) This was incorrectly dropped during the split of the SUSE specific configurations.- Drop a Conflicts: in systemd-coredump It not needed anymore since the mini variant of systemd-coredump is not built anymore.- Import commit b54f5d7a8b41898ce98f43cd1a6cc92c0071806d 5def29d24 coredump: only install coredump.conf when ENABLED_COREDUMP=true 9133e2d6e dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) ebc3fa418 dhcp6: split assert_return() to be more debuggable when hit 51eefb6ac chown-recursive: let's rework the recursive logic to use O_PATH (bsc#1113666 CVE-2018-15687) e1e1aa237 core: skip unit deserialization and move to the next one when unit_deserialize() fails 1c726c87d core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 4cd7d11ac core: don't create Requires for workdir if "missing ok" (bsc#1113083)- Make systemd-coredump sub-package optional and don't build the mini variant.- Drop duplicated %{?mini} suffix for systemd-{container,coredump} subpackages "-mini" is already part of the name of the main package so there's no need to append it again for those sub packages. It's only needed when the name of a subpackage is completely redefined, IOW when '-n' option is used with the %package directive.- Dont ship /usr/sbin/resolvconf symlink for now It conflicts with the bin shipped by openresolv and provides limited compat only.- Upgrade to v239 (commit 6d8584e7e8e5d13d2bab49b9e6f6d2ec39759978) This includes the following bug fixes: - upstream commit 0722b359342d2a9f9e0d453875624387a0ba1be2 (bsc#1045723) - upstream commit 2f2e14b251b9929e84e8b690d0187b766dfbae20 (bsc#1124122) - upstream commit c839b729c5f7b08f6d91bf9567d0b1f91d17e0f7 (bsc#1155207) - upstream commit 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 (bsc#1168076) This also includes the following bug fixes released in v238: - upstream commit e8a3144ec4ff332bd63644e468a98e1a7e06e7e4 (bsc#1112024) - upstream commit 4d219f5343b1924e7c519c2c178aeb5d1a5ab924 (bsc#1123727) - upstream commit 43b7f24b5e0dd048452112bfb344739764c58694 (bsc#1146991) - upstream commit bf443be99565e4327f1c8c12b79d98b4c1529cf1 (bsc#1156213)- Ship systemd-sysv-install helper via the main package This script was part of systemd-sysvinit sub-package but it was wrong since systemd-sysv-install is a script used to redirect enable/disable operations to chkconfig when the unit targets are sysv init scripts. Therefore it's never been a SySV init tool. While at it, don't ship this script (as well as systemd-sysv-convert) when sysvcompat is not defined.- Import commit 19b3868d32af20f1ecc86fe3c997144ff456fd65 06c2284d64 core: introduce systemd.early_core_pattern= kernel cmdline option 479b002083 core: add missing 'continue' statement c7fbccc62e journald: don't ship systemd-journald-audit.socket (bsc#1109252) f17a6c790c detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 5a1aa84544 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit a67b516d49115a5be0f2ac27a2874cee6c59a7ae f8457adf9d emergency: make sure console password agents don't interfere with the emergency shell b8bbb50634 man: document that 'nofail' also has an effect on ordering a5410b2229 journald: take leading spaces into account in syslog_parse_identifier b793c312c7 journal: do not remove multiple spaces after identifier in syslog message f9595f0481 syslog: fix segfault in syslog_parse_priority() d464f06934 journal: fix syslog_parse_identifier() e70422883a socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901)- split off SUSE specific udev rules from systemd package (fate#325478) * remove 60-io-scheduler.rules * remove 80-hotplug-cpu-mem.rules * remove 99-wakeup-from-idle.rules * remove /usr/lib/modules-load.d/sg.conf (see bsc#1036463 for details) these are now maintained in the new package system-tuning-common-SUSE- Enable or disable machines.target according to the presets (bsc#1107941)- Import commit cc55f1ea9e1c1ccab5b9fb97e10e08830d02b282 962b38aaf user@.service: don't kill user manager at runlevel switch (bsc#1091677) 3986c4d82 units: make sure user@.service runs with dbus still up 5e68aa0f2 Revert "udevd: increase maximum number of children" (bsc#1107617) 099138fd9 fix race between daemon-reload and other commands (v237) (bsc#1105031)- Import commit 6ac2232d88f4b64428511a4692a51bd00d610b32 6247696db nspawn: always use mode 555 for /sys (bsc#1107640) 72f558b57 cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) cfcd97cf2 cryptsetup: add support for sector-size= option (#9936) (fate#325634)- Import commit bb5a925bcefd4743873cae3f748ae1a426e92d44 8983bd246 core: don't include libmount.h in a header file (#8580) 3e4156a8f tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 42edc93ac core/service: rework the hold-off time over message- Enable regexp matching support Currently only used by "journalctl --grep=xxx".- Import commit 0350f62a8cf7f151951b6b78337fe3c198b8bf6a fbf43a697 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) 4134ba8b6 man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) 78bb2a0c4 socket-util: fix getpeergroups() assert(fd) (#8080) (bsc#1096516) 1753d0420 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) 50ebf79d7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) 570f7655b locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files- Drop runtime dependency on dracut (bsc#1098569) Otherwise systemd pulls in tools to generate the initrd even in container/chroot installations that don't have a kernel anyways. For environments where initrd matters, dracut should be pulled via a pattern.- Import commit f63623c1fc0eb01b8efc2037d004f42ed8328356 6a161916f device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) e4402648c Fix pattern to detect distribution ad59c7970 install: "user" and "global" scopes are equivalent for user presets (boo#1093851) b1876c81a rpm: remove confusing --user before --global 00ea8a214 man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) a9b587e2f fileio.c: fix incorrect mtime- Add 0001-resolved-create-etc-resolv.conf-symlink-at-runtime.patch (boo#1024897) - Ship systemd-resolved (but disabled by default) (bsc#1018387)- Disable user units by default (bsc#1090785)- Slight rewrite of the previous fix- align permissions of /etc/machine-id to upstream code (bsc#1092269) world writeable machine-id is a security issue- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d8196805089566ecd846b7c627ff2f3c42588c50 621b247f3 device: skip deserialization of device units when udevd is not running a7da5bdbc device: make sure to always retroactively start device dependencies (bsc#1088052) 303624f6f systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 76acf3ae9 tmpfiles: fix directory removal with force symlink (#8619)- Ship 99-sysctl.conf instead of creating it during package installation/update (bsc#1088769) Previously this symlink was created in /etc/sysctl.d during %post which made the symlink not owned and more importantly it was created only if /etc/sysctl.conf is already installed which is not always the case during the installation process it seems. So ship the symlink unconditionally and put it in /usr/lib/sysctl.d instead since it's a distro default behavior that might be overriden by sysadmin later.- Be consistent in 60-io-scheduler.rules And use "?*" when checking for the non empty string (instead of "*?").- /usr/lib/systemd/systemd-coredump was missing from systemd-coredump sub-package (boo#1088057)- Drop systemd-bash-completion sub-package Now we directly ship the completion scripts from the main package as we already do for zsh. I couldn't see any advantages in this split.- Be more accurate when specifiying the tools version we provide- Make sure rpm won't expand %autopatch even if it's commented- stat(1) as well as systemctl are not use in %post section of udev So remove stat(1) from the list of dep and move systemctl to the requirements of %postun since it's called from there.- Import commit 14b3e00c3ccb8c1c82c8a2e99a9534750880a09e e0a8285e2 pid1: when creating service directories, don't chown existing files (#8181) (boo#1085971) fb25886b1 Fix format-truncation compile failure by typecasting USB IDs (#8250) (bsc#1084638) 5a6e9c92e sysusers: make sure to reset errno before calling fget*ent() c2e1ee488 sysusers: also add support for NIS entries in /etc/shadow 51cb94fa1 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 783f3d368 basic/macros: rename noreturn into _noreturn_ (#8456) - Drop 0001-basic-macros-rename-noreturn-into-_noreturn_.patch It's been merged in the git repo.- Rename the tarball (bsc#1087323) So it's clear that it contains some additional patches on top of the upstream version. Use the commit hash in the name so the exact version can easily be identified. Provide _service file which can be used to retrieve the tarball from the git repo (with "osc service disabledrun").- Split systemd-coredump sub-package off (bsc#1083849)- Enhance IO scheduler tweaking rules to support blk-mq as well * Set optimal blk-mq schedulers (bfq and mq-deadline for HDD and SSD respectively) * Explicitly set CFQ for rotational disks when no `elevator` is specified * Verbose comments explaining what is going on * Rename the rules file since it is not ssd-only anymore- Don't ship machines.target in systemd-container but in systemd main package machines.target is supposed to be a standard target for starting/stopping all containers. systemd-nspawn is the main user of it but other container managers could also make use of it.- Build a mini variant of systemd-container So we don't have to manually track and remove all files that should be shipped by systemd-container in the case of a bootstrap build.- Run migrate-sysconfig-i18n.sh also during package installation (bsc#1086164) This is needed when we upgrade from SLE11.- Add 0001-basic-macros-rename-noreturn-into-_noreturn_.patch This fix a build error triggered by the introduction of the new version of libgpg-error package. Patch submitted to upsream: https://github.com/systemd/systemd/pull/8456- Turn off the IP sandboxing for systemd-logind Since v235 logind run inside an IPv4/IPv6 sandbox by default. This creates incompatibilites for systems using NIS.- Restore (maybe temporarly) "pam_config --add systemd" During its installation pam-config seems to overwrite the defaults shipped by "pam" for "some" reasons (see bsc#1084924) No idea why but since pam_systemd is not part of the "pam-config" defaults, we need to restore pam_systemd in common-session manually...- Remove dropin that was used to turn delegation off for user instances Upstream now enables "memory" and "pids" controllers only which should have a very limited impact on performance compare to the "cpu" controller.- Import commit 46d6bc9c4f1c05f3b4fcfca754cc59963bd86ce3 2a79f4e78 units: delegate "memory" instead of "cpu" by default for user instances (#8320) (bsc#954765 bnc#953241 fate#320421) 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py- Remove udev-remount-tmpfs script Complete the previous commit.- Fix hotplug memory in 80-hotplug-cpu-mem.rules When new memory was hotplugged, the rule was supposed to call an external script (udev-remount-tmpfs) to remount all tmpfs. However the script was broken since its introduction (commit rev=715, 14/07/2014) and had no effects... this makes me wonder if we shouldn't get rid of this...- Make sure /var/lib/machines is created when systemd-container is installed- BS forces us to own %{_prefix}/lib/modprobe.d This seems wrong but that's how the SUSE BS works.- Upgrade to v237 (commit 78221ca750a9c266f9f8497dda59d7ee44000a6c) Udev rules 60-ssd-scheduler.rules and 80-hotplug-cpu-mem.rules have been removed from the git repo and are now maintained at the package level. Those rules have been rejected by upstream as they seem to be written to workaround some kernel shortcomings... This includes the following bug fix: - upstream commit 3d083b2245b0b8e52f2d8ccc3e55246f41f1f544 (bsc#1102908) This also includes the following bug fixes released in v235: - upstream commit 2e64e8f46d726689a44d4084226fe3e0ea255c29 (bsc#1069239) - upstream commit 79873bc850177050baa0c5165b119adafeebb891 (bsc#1069239) - upstream commit 4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (bsc#1089376) - upstream commit e9ea4526a3a3b41eced29b8d742498cc36750424 (bsc#1089693) - upstream commit d75b31837c93dbb9b20067719026ad0fb7cdfadd (bsc#1117025) - upstream commit 0e8856d25ab71764a279c2377ae593c0f2460d8f (bsc#1117025) - upstream commit 048dd629c4590eefb2ebd6a316c7350ed3a6ff19 (bsc#1119971) - upstream commit 9b32afa9f241fe8febc0a754850f1e7331caf6e3 (bsc#1126056) - upstream commit e6dde451a51dc5aaa7f4d98d39b8fe735f73d2af (bsc#1137053) - upstream commit 0864d311766498563331f486909a0d950ba7de87 (bsc#1158336) - upstream commit d60cb656fc63c24b430421764b7d0322857d34fd (bsc#1161262) - upstream commit e2be442e791fa1150aa835c684acc6d7189de3e1 (bsc#1165011) - upstream commit 64a36ae4b1dd23474dd7ea261381ac437b24fac2 (bsc#1172072) - upstream commit b001ad61e91b6499897f0c977045c7608c233bfa (jsc#SLE-7687) - includes IP filtering feature (jsc#SLE-7743) This also includes the following bug fixes released in v236: - upstream commit b3b4ebab02395933cde554b5a5d5c363dae3920d (bsc#1083571) - upstream commit 3e3852b3c6c61506963112fd218a86b673fc61e6 (bsc#1110445) - upstream commit 4050e4797603d3644707d58edfd9742b5311c7cf (bsc#1124153) - upstream commit 8cb83266062b383cdd4a57301ef559d64b491c51 (bsc#1125604) - upstream commit 19a44dfe4525ab01caf593a9c2beada4b412910d (bsc#1156482)- add basic user space support for suspend to idle (fate#323814) add 99-wakeup-from-idle.rules Currently this only covers the power button and usb/AT keyboards as wakeup devices. It is planned to make that configurable in the future.- Don't call "pam-config --systemd" pam_systemd.so has been integrated directly in the PAM stack since bsc#812462. So there's no need to call pam-config.- Fix build errors due to the split-off of systemd-containe: found conflict of systemd-234-33.1.x86_64 with systemd-container-234-33.1.x86_64: - /usr/share/man/man5/systemd.nspawn.5.gz - /usr/share/man/man1/systemd-nspawn.1.gz found conflict of systemd-container-234-33.1.x86_64 with systemd-mini-container-234-33.1.x86_64: - /usr/bin/systemd-nspawn - /usr/lib/systemd/system/systemd-nspawn@.service - /usr/lib/tmpfiles.d/systemd-nspawn.conf- Use %license (boo#1082318)- Split systemd-container sub-package off (fate#325469) Other distros already do it and it seems a good idea to not install this stuff on new installations by default. At least /var/lib/machines subvol is not created anymore at boot even if it wasn't used at all.- Import commit 295ead0f396beb2b5199abd99a17e274c2581f95 f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules 1293c0056 core: use id unit when retrieving unit file state (#8038) (bsc#1075801) 596b2b241 Revert "vconsole-setup: add SUSE specific settings for font/keyboard in sysconfig" 0b595da04 Revert "locale-setup: handle locale at boot time well"- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Use %systemd_post in %post- Own /usr/lib/systemd/system-environment-generators directory- More systemd rpm macro usages- Disable systemd-firstboot I don't think there's any use case for it currently.- Use systemd rpm macros in paths defined in the specfile- Stop importing i18n settings from /etc/sysconfig (fate#319454) Bits taken from SLE15.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7 db1d8eacd compat-rules: make path_id_compat build with meson - Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch which is now part of the git repo (see above).- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) The previous fix couldn't work on platforms using a RO rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but we still ship a copy in /usr/share/systemd. Users who want to use tmpfs on /tmp are supposed to add a symlink in /etc/ pointing to the copy shipped in /usr/share/systemd. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib/systemd.- Don't build seccomp support in the mini package- Switch to Meson build system Some rearrangement in the file list was also needed. That was probably due to the upgrade of rpm.- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled- Don't build-require selinux for the mini package- Drop libgcrypt.m4 The mini package builds fine without it so it doesn't seem necessary anymore.- Import commit 846d838c37865da60eba48090e570e959291399f b1e0a348d fileio: include sys/mman.h f1fa784cb meson: update header file to detect memfd_create() 8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734) 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink"" (the 3 first commits make systemd build against glibc 2.27)- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 8ec9f58d334c76e736957812d9e57151502a6f63 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465) 261a4ef38 compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been imported in branch "compats/udev-compat-symlinks" which has been merged in branch "openSUSE-Factory" in its turn.- Import commit c516268845b0fd0683cef2e491b84077371e8f01 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted()- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit 2087a80d56bb6f8c7fb74a19172259bc9d9af866 2b8971b8a tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protected_hardlinks sysctl is on (bsc#1077925 CVE-2017-18078) 8c2bcac25 tmpfiles: change ownership of symlinks too- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore (bsc#1071224) This was done to make sure that tmpfs wouldn't be used for /tmp by defaut in case the dir layout created by the installer did not create a customized tmp.mount. But it had the bad side effect to break "rpm -V systemd" and updates of systemd via delta-RPMs. Now instead of removing tmp.mount unit file, we mask it (still only if no other tmp.mount would override the default one). It's the official way to disable tmpfs on /tmp after all. Since we cannot rely on the presence of fstab during package installations, we introduced a service which is run once on the first boot and which figures out if tmpfs would be used. If so it masks the unit. We also handle the upgrade path and make sure to preserve admin's settings (if any). Another advantage of this is that we will only need to remove the introduced service the day when tmpfs will be the default for SUSE distros.- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Import commit cc94ce8513221061898c83f57862544b16021f0e aa3eba828 delta: don't ignore PREFIX when the given argument is PREFIX/SUFFIX b1ea0173a delta: extend skip logic to work on full directory paths (prefix+suffix) (bsc#1070428) 77c5065f9 delta: check if a prefix needs to be skipped only once db32866d1 Fix parsing of features in detect_vm_xen_dom0 (#7890) (bsc#1048510) 11d40461a sd-bus: use -- when passing arguments to ssh (#6706) 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Edit scripts-systemd-fix-machines-btrfs-subvol.sh We shouldn't be creating a /var/lib/machines subvolume if /var is already a seperate partition or subvolume. /var/lib/machines will already be excluded from snapper & similar tooling in this case.- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)- Add missing /etc/systemd/network directory- Import commit e30f1b10e276fb18db10ea2463fbd7146ae778f6 63481b24b firstboot: do not write vconsole.conf when arg_keymap is empty (bsc#1070124)- Add 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch (bsc#1051465) This patch is not yet merged in the 'compats/udev-compat-symlinks' branch: we asked to upstream if it would be possible to introduce a new specifier that wouldn't strip trailing whitespaces , see https://github.com/systemd/systemd/issues/7462 Also this allows to give the patch more testing before merging it in the git repo.- Drop a useless rm(1) from the specfile- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Import commit 4b9afa11f918796184e1264d618b4ff5d18e481b 22dcb1d04 tmpfiles: when /etc is not fully initialized, some specifiers are expected to be unresolvable (#6860) (bsc#1055664) 216beb768 tmpfiles: Allow create symlink on directories (#6039) baf85eb79 udev: net_setup_link: don't error out when we couldn't apply link config (#7328) - Remove stderr redirection to /dev/null when calling %tmpfiles_create since it's not needed anymore due to commit 22dcb1d04. Indeed the messages are no more emitted at LOG_WARN but LOG_NOTICE.- Import commit b9a41367b6c1164318443491cc3dae0e8208e15c 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) 9b64225e9 resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) - Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch since it's been merged upstream and backported to SUSE/v234 (see above).- Import commit e44237e76f6e133e62ff6c681d3fd06ebf12f66d a4e02c099 udev-rules: all values can contain escaped double quotes now (#6890) d2b767a76 tmpfiles: remove old ICE and X11 sockets at boot (#6979)- Add 0001-systemd-firstboot-add-vconsole-keymap-support.patch (bsc#1046436) Temporary patch until it's been merged by upstream, see https://github.com/systemd/systemd/pull/7035- Damn forgot to drop 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in the spec file- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore.- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde c53522be3 compat-rules: allow to specify the generation number through the kernel cmdline- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6 982754275 build-sys: make sure 61-persitent-storage-compat.rules is installed with meson 9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a 4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing it on dd6312828 logind: make sure we don't process the same method call twice (#6583)- Update scripts-systemd-upgrade-from-pre-210.sh script - drop dependency on awk - fallback to runlevel #3 if something goes wrong Note: I'm not sure how this is supposed to work as /etc/inittab is likely to be missing in my understanding. Indeed this file is part of the aaa_base package which might be upgraded before systemd is installed...- Drop macros.systemd.upstream as it's not used- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d 334945091 shutdown: fix incorrect fscanf() result check (#6806) 027202892 shutdown: don't remount,ro network filesystems. (#6588) (bsc#1035386) bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS (boo#1055641) d9d293847 util: make get_block_device() available 421ce7382 tmpfiles: silently ignore any path that passes through autofs (#6506) (bsc#1045472) ca8f90e62 device: make sure to remove all device units sharing the same sysfs path (#6679)- Make use of "%tmpfiles_create" in %post of the logger subpackage- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152) This script takes care of converting /lib/udev into a symlink pointing to /usr/lib/udev when upgrading a distro using an old version of udev.- Make use of "%make_build" rpm macro- Renumber scripts to start at index 100- Introduce scripts-systemd-upgrade-from-pre-210.sh It collects all existing hacks done in %post to fix old/deprecated settings in systemd older than 210. This includes hacks needed to fix system that are migrating from SysV. There shouldn't be any functional changes.- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts It also renames fix-machines-subvol-for-rollbacks.sh into scripts-systemd-fix-machines-btrfs-subvol.sh Note that the "scripts-systemd-" prefix is used for those scripts so we can gather them. Why not using a directory instead ? because osc doesn't allow that.- Add 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch (bsc#1048605) It's a temporary but urgent fix for a regression discovered in bug 1048605. The fix is still under discussion with upstream but we need to make progress here and limit the number of affected users. Consequently this fix reintroduces bsc#1004995 (the bug report has been re-opened) but this one is far less critical and a workaround was provided. The final solution will fix both bugs.- Import commit 2bed4bf99cf7f24eafda490f778ed5e109f8d7f1 7a4935268 compat-rules: drop the boggus 'import everything' rule (bsc#1046268)- %regenerate_initrd_post is suppsed to be used in %post (not %pre) section- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea 9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc 4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev I don't remember why it was added but it looks unnecessary: most of all systemd components are linked againt libsystemd-shared.so which includes all the just built symbols. Also I don't see why it was done only for systemd-cryptsetup since all other binaries should have had suffered from the same issue.- Import commit c5705e01800bdadd6a4fa7dc50d47b13eb697211 8ea065d44 compat-rules: don't rely on ID_SERIAL when generating 'by-id' symlinks for NVMe devices (bsc#1048679)- Import commit 06bed720274d9436405a7c27c8238d7d1aefca2b 66fffdf12 build-sys: don't hook var-lib-machined.mount to remote-fs.target when machined is disabled 96c232066 Revert "core: don't load dropin data multiple times for the same unit (#5139)"- Drop support of compression from the mini package Hence remove the relevant build-requires from the mini package.- Upgrade to v234 (commit 78af11131da1b2760778206806c0ebe8616a5284) - package /etc/systemd/system/dbus-org.freedesktop.network1.service - /usr/lib/systemd/resolv.conf is not installed if resolved is disabled- Edit pkgconfig(liblz4) dependency: liblz4 now uses 1.x *again*- Added 0001-core-disable-session-keyring-per-system-sevice-entir.patch (bnc#1045886) Temporary patch to disable the session keyring stuff as it's currently broken and may introduce some security holes.- Import commit 21827ea0875ff197e16e72003b2bfaa1c6e8daad 1ad06735f core: fail when syntactically invalid values for User=/Group= fields are detected (bsc#1047023) d563972e2 timesyncd: don't use compiled-in list if FallbackNTP has been configured explicitly f4e0c16f5 gpt-auto-generator: fix the handling of the value returned by fstab_has_fstype() in add_swap() (#6280) e1345aac5 fix add_esp() in the gpt-auto-generator.c (#6251) c591ece9a automount: don't lstat(2) upon umount request (#6086) (bsc#1040968) 643ab2eea gpt-auto-generator: disable gpt auto logic for swaps if at least one is defined in fstab f07d2022f fstab-util: introduce fstab_has_fstype() helper bf735bb35 fstab-util: don't eat up errors in fstab_is_mount_point() a4b40fbed resolved: simplify alloc size calculation (bsc#1045290 CVE-2017-9445) 8b960bec0 only check signature job error if signature job exists (#6118) (boo#1043758) 1418bfb5b job: Ensure JobRunningTimeoutSec= survives serialization (#6128) (bsc#1004995) 19b6d5f08 udev: turn off -Wformat-nonliteral for one safe case 717ace439 udev: net_id add support for platform bus (ACPI, mostly arm64) devices (#5933) a3bf2e6b5 core/mount: pass "-c" flag to /bin/umount (#6093)- Add minimal support for boot.d/* scripts in systemd-sysv-convert (boo#1046750) While at it, the handling of the symlink priorities is also removed since it doesn't appear to be used at all.- Don't try to restart networkd/resolved if they're disabled (boo#1045521) "systemctl try-restart/preset" wants the unit files exist.- Stop shipping /usr/lib/sysusers.d/basic.conf (bsc#1006978) Ok looks like the previous change was the right thing to do and we continue to follow this path by relying on the new user/group scheme Therefore the basic system user/group are now managed and created by system-sysusers and udev also relies on this for the groups it uses in its rule files. Ideally we should have listed all of the groups in the deps (with "Requires: group(disk)" but the list of the groups is rather long and the risk for those groups to be re-organized is probably low, so currently we simply use "Requires: system-group-hardware" as a shortcut.- Make sure "lock" group is created On SUSE distros, /run/lock must be owned by "lock" group (see boo#733523). This group was previously created by another package but since a recent changes it doesn't seem to be true anymore or at least this package isn't pulled in anymore when building the rescue system. For now make systemd creates the group by adding "Requires: group(lock)". I'm currently not sure why we don't use sysusers.d stuff for that purpose and if the "lock" group on /run/lock is still mandatory. This should be revisited later.- Make sure dracut (if installed) will embed the new compat rule The new compat rule must be embedded in the initramfs so make sure that the installed dracut supports it.- Upgrade to v233 (commit 330b55d5e28d17f361062dba66426e46fb7d7857) - package new systemd-umount binary - package new environment generator stuff - drop /dev/root symlink support - /etc/pam.d/systemd-user is not patched anymore but we ship a dedicated file for SUSE now. - manage compat symlink generation in a dedicated branch (bsc#1040153)- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.- Fix indentation in systemd-sysv-convert While at it, strip trailing whitespaces. No functional changes.- Disable group shadow support (bsc#1029516) The new configure option will be imported during the next tarball update.- Ship /var/log/README Unfortunately it's not possible to also ship /etc/init.d/README because of rpm "sanity" checks that prevent executable in /etc/init.d- Drop systemd-{journalctl,loginctl} legacy symlinks.- Drop %preun section Currently the only use of this section is to remove the symlinks enabling systemd services on package removal. Those symlinks were initially installed by the systemd package installation but could have been overriden by the sysadmin later. If so the symlinks shouldn't be uninstalled. Also in a near futur disabling services will install a symlink to /dev/null.- Import commit 9e33c2ae69fbb705e8ad143536e419a231e93020 04ef0eab8 importd: support SUSE style checksums supplementary (#5800) fb601ad9a importd: support SUSE style checksums (#5206) (fate#322054) b76b27c76 hwdb: fix warning "atkbd serio0: Unknown key pressed" (#5772) (boo#1010220) cb0d991f6 loginctl: fix typo causing ignoring multiple session IDs (#5732)- Make use of %systemd_postun()- Restart a couple of systemd services on package update Those services (most notably journald) should support restarting these days. However logind still doesn't but that should be fixed pretty soon, well I hope :)- Don't buildrequire pam-config, it's not used at this step. Also drop the use of it in %postun as it can't realistically happen...- Don't call /sbin/ldconfig in %post of the main package systemd main package doesn't ship any shared libs so there's no point in calling ldconfig in %post/%postun- Silent %tmpfiles_create in %post (bsc#1034938) Due to bsc#1024740, we stopped generating /etc/machine-id during systemd package installation making the specifier '%m' unavailable in the tmpfiles.d configuration files at this time. Make it simple for now and silent %tmpfiles_create, after all that's how the macro was implemented originally.- Import commit f0325620d23a247682c629d28883a364e4a7a8c4 327814841 core: when a unit's SourcePath points to API VFS pretend we are never out-of-date (#5487) f4b9fb58e units: move Before deps for quota services to remote-fs.target (#5627) (bsc#1028263) 44b9d27f8 udev: net_id - support predictable ifnames on vio buses (#5675) (bnc#1029183) 64f4761c9 units: apply plymouth warning fix to in rescue mode as well (#5615) 77607b887 units: do not throw a warning in emergency mode if plymouth is not installed (#5528) (bsc#1025398) 336d6016c core: downgrade "Time has been changed" to debug (#4906) (bsc#1028610)- Consider chroot updates in fix-machines-subvol-for-rollbacks.sh (bsc#1030290)- Initialize /etc/machine-id during the first boot (bsc#1024740) Previously that was done at package installation but it didn't fit well for appliance builds.- Import commit 68fc0a749a83d16d4cde8471d5030bc6254ffd96 76d4d05fb udev: fix variable assignment 473df8cc4 udev-rules: perform whitespace replacement for symlink subst values (bsc#1025886) d6c3ff647 udev-event: add replace_whitespace param to udev_event_apply_format 30ad15f7c libudev-util: change util_replace_whitespace to return number of chars in dest- Import commit 103259b3226251d06f79ca627f7b0ba0bd49f4bc 0ee7890dd automount: if an automount unit is masked, don't react to activation anymore (#5445) 99865a181 core: make sure to destroy all name watching bus slots when we are kicked off the bus (#5294) (bsc#1006687) f34234c54 build-sys: add check for gperf lookup function signature (#5055) 44e39538f sd-event: "when exiting no signal event are pending" is a wrong assertion (#5271) (boo#995936 bsc#1022014) 471b26807 sd-event: when an event source fails, don't assume the type of it is still set- Don't ship systemd-resolved for now (bsc#1024897) If resolved is enabled , systemd-tmpfiles creates a wrong symlink in /etc/resolv.conf which confuses the network manager actually used.- More indentation cleanup (no functional changes)- Remove obsolete insserv requirements for udev again [bsc#999841]- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 one (bsc#1023460) c8ae05632 journald: don't flush to /var/log/journal before we get asked to (bsc#1004094) 7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)- Move fix for permission set on /var/lib/systemd/linger/* (no functional changes) Move that part after the fix on timer timestamp files otherwise the comment doesn't make sense.- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)- Ship systemd-resolved but it's disabled by default (bsc#1018387) The NSS plugin will also be disabled, users need to enable it manually.- Don't ship ldconfig.service anymore This service was introduced to support stateless systems that support offline /usr updates properly. AFAIK we don't support any such system for now, so disable it. If it's wrong it's easy enough to restore it back. Related to bsc#1019470.- Be more consistent with indentation (*no* functional changes) Indentation should use 8 spaces now (no tabs).- Import commit 2559bc0c076b58f0a649056e79ca90fe5f1d556c 9c4a759ab systemctl: 'show' don't exit with a failure status if the requested property does not exist [SUSE] (bsc#1021062) f9194193b systemctl: remove duplicate entries showed by list-dependencies (#5049) (bsc#1012266) 2a6653335 rule: don't automatically online standby memory on s390x (bsc#997682)- Fix permission set on /var/lib/systemd/linger/* Those files are created by logind which run with umask(0022), so they are not world writable and shouldn't be affected by bsc#1020601. But it's cleaner to not let files forever with their setuid bit set for no good reason.- Fix permissions set on permanent timer timestamp files (bsc#1020601) (CVE-2016-10156) This change makes sure to fix the permissions of the timestamp files which could have been created by an affected version of systemd. Local unprivileged users could have run arbitrary code as root if systemd previously created world writable suid root files such as permanent timer stamp files.- Import commit 3edb876e3b80437a95502aa5d31d454606ea94bd 27b544224 core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033) (bsc#1018399)- Use the %{resolved} build conditional for the nss-resolve subpackage- /usr/bin/systemd-resolve was missing from the filelist- Silent warnings emitted when udev socket units are restarted during package upgrade (bsc#1018214)- Upgrade to v232, commit de62e96da6a62ac61a7dea45cc558f5fa4342032 - a4dff165d nspawn: resolv.conf might not be created initially (#4799) - b543fe907 nspawn: fix condition for mounting resolv.conf (#4622) - 1aed89e55 core: make mount units from /proc/self/mountinfo possibly bind to a device (#4515) (boo#909418 bsc#912715 bsc#945340) - bfb54ecdc coredumpctl: let gdb handle the SIGINT signal (#4901) (bsc#1012591)- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh...- Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125.- Good by compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code.- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages.- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README- libudev-devel 32bit is needed for building 32bit wine now.- specfile: conflict systemd-bash-completion and systemd-mini-bash-completion Otherwise the build system detects that systemd-bash-completion and its mini variant are conflicting at files level even though those packages can't be installed on the same system.- specfile: clean up nss-* plugins descriptions and drop nss-myhostname-config script for now. Currently /etc/nsswitch.conf is supposed to be edited by the sysadmin to enable the modules. However for some reasons only nss-myhostname is removed from the conf file when the corresponding package is uninstalled. This is inconsistent so let's remove it. Actually I'm wondering if we shouldn't make those NSS plugins part of the main package and get rid of all those sub-packages...- specfile: remove old comments and unneeded sed command- specfile: no need to create systemd-update-utmp-runlevel.service symlinks anymore The symlinks in /usr/lib/systemd/system/.target.wants/systemd-update-utmp-runlevel.service are created in Makefile.am since commit d5d8429a12c4b1. 'reboot' and 'poweroff' targets initially had the symlinks but there's not point since the latter conflicts shutdown.target whereas the 2 targets pull it in. See: https://github.com/systemd/systemd/pull/4429- specfile: remove the following warnings: [ 256s] warning: File listed twice: /usr/lib/systemd/system/dbus.target.wants [ 256s] warning: File listed twice: /usr/lib/systemd/system/default.target.wants- Own a couple of directories even if they don't belong to systemd otherwise the build system will complain. Some directories (owned by others packages) are simply used by systemd to ship some scripts or config files to customize others * optional* components. Since thos components are not build required by systemd those directories are not owned by any packages and the BS complains...- Import commit 15ea716 journal-remote: change owner of /var/log/journal/remote and create /var/lib/systemd/journal-upload (bsc#1006372)- %sysusers_create and %tmpfiles_create must be called in %post Calling %pre is broken since the respective conf files are not yet installed.- %{_libexecdir}/{tmpfiles.d,sysusers.d}/systemd-remote.conf are part of systemd-journal-remote package (only).- systemd-journal-{gatewayd,remote,upload} units are only part of "systemd-journal-remote" package. So exclude them from the main package.- Import commit a1c145e6ad6588555dca64402f9103fb1e02b1a0 7f34037 man: explain that *KeyIgnoreInhibited only apply to a subset of locks df5798b Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf" (bsc#1001790 bsc#1005404) f79fee7 Revert "kbd-model-map: add more mappings offered by Yast" 3760c10 manager: tighten incoming notification message checks d6efd71 core: only warn on short reads on signal fd 6eebd91 manager: be stricter with incomining notifications, warn properly about too large ones fdf2dc3 manager: don't ever busy loop when we get a notification message we can't process- Rename kbd-model-map-extra into kbd-model-map.legacy- Remove tcpd-devel build requirement. tcpwrap support has been removed since v212, see commit 7f8aa67131cfc03ddcbd31c0420754864fc122f0- remove all dummy "aliases" to /etc/init.d (as it was already done by factory more than 1 year ago). Even if a sysvinit script is still requiring one of those dummy symlinks this should not be an issue since this is requirement is translated into a weak dependency.- specfile: - do not own /usr/share/zsh directory - do not own /etc/dbus-1 and /etc/dbus-1/system.d dirs - do not own /usr/share/dbus-1 dir- specfile: %{_prefix}/lib/systemd/system-preset was mentioned twice in %files section.- Specfile cleanup: - use curly braces with rpm macros- Specfile cleanup: - %ghost files doesn't need (anymore) to be created in %builroot - do not own /etc/X11/xorg.conf.d and /etc/X11/xinit- Specfile cleanup: no need to protect the manpages with %bootstrap condition in nss-myhostname package since the package itself is already protected.- fix nss-resolve sub package: - add a %files section - add a package description - libnss_resolve.so.2 is now part of this subpackage - add %post and %postun sections- Specfile cleanup: - reorganize some files in %files by types - some config files were missing the "noreplace" attribute- Use %config(noreplace) for %{_sysconfdir}/pam.d/systemd-user- Rework systemd-gatewayd package: - some gateway's files were still in the main package - it now includes all progs dealing with remote journals - it can be turned off (SP2 does that currently) - it's been renamed systemd-journal-remote to reflect that- Specfile cleanup: - only specify once %{_prefix}/lib/systemd/system-shutdown in %file - no need to list the content of %{_prefix}/lib/systemd/user-generators in %file - machined is not built when %bootstrap = 1- Specfile cleanup: - There's no point in listing all generators in %file explicitly. The default is to include all of them and if for some reason one must be excluded then it should be done explicitly.- Specfile cleanup: - remove explicit call to make for building man pages. This is not needed and was maybe useful when generated doc was pre-built and shipped in the tarball.- Specfile cleanup: - break overly long and unreadable line using mkdir - gather directory creations- Stop providing udevd.8 systemd-udevd has replaced udevd for some time already and usage of udevd should be avoided. Therefore don't encourage this and stop documenting it.- Import from factory: - Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they can put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think.- Package rootsymlink-generator helper. It was forgotten when switching to the git repo but re-added back. That said this thing should be removed as it's broken as soon as there's no direct link between the root fs and its backend device node (i.e. BTRFS).- Add kbd-model-map-extra file which contains the additional legacy keymaps needed by yast. This was previously directly patched in the systemd source code.- Imported e251b8d7fb5c801fdfa3a023257ba0e4d514f3b0 - Re-add back /dev/root symlink generation (although this must be deprecated and finally removed).- Migrating to the Suse Systemd git repo: Third step: - Re-enable networkd (disabled by default in SLE12)- Migrating to the Suse Systemd git repo: Second step: - Import the specfile - Import the tarball generated from the git repo - Import lastest changes for the different scripts- Migrating to the Suse Systemd git repo: First step: drop all patches and drop the tar ball. The dropped patches are: fix-support-for-boot-prefixed-initscript-bnc-746506.patch set-and-use-default-logconsole.patch ensure-ask-password-wall-starts-after-getty-tty1.patch 0001-rules-block-add-support-for-pmem-devices-3683.patch Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch 1007-physical-hotplug-cpu-and-memory.patch 1066-udev-add-compatibility-links-for-truncated-by-id-links.patch watch_resolv.conf_for_become_changed.patch 0019-make-completion-smart-to-be-able-to-redirect.patch systemd-add-user-keep.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff avoid-random-hangs-on-timeouts-due-lost-cwd.patch 1037-udev-exclude-cd-dvd-from-block-device.patch 0001-add-network-device-after-NFS-mount-units.patch journald-advice-about-use-of-memory.patch 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch 1006-udev-always-rename-network.patch handle-numlock-value-in-etc-sysconfig-keyboard.patch use-rndaddentropy-ioctl-to-load-random-seed.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch 0001-bnc888612-logind-polkit-acpi.patch avoid-divide-by-zero-sigtrap.patch 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch suse-sysv-bootd-support.diff ensure-shortname-is-set-as-hostname-bnc-820213.patch parse-crypttab-for-noauto-option.patch tty-ask-password-agent-on-console.patch 0001-pid1-process-zero-length-notification-messages-again.patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch vhangup-on-all-consoles.patch 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch apply-ACL-for-nvidia-device-nodes.patch make-emergency.service-conflict-with-syslog.socket.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch 1096-new-udev-root-symlink-generator.patch 1099-Add-default-rules-for-valve-steam-controller-to-work.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch systemd-install-compat_pkgconfig-always.patch 1012-Skip-persistent-device-link-creation-on-multipath-de.patch 0001-avoid-abort-due-timeout-at-user-service.patch insserv-generator.patch apply-ACL-for-nvidia-uvm-device-node.patch restore-var-run-and-var-lock-bind-mount-if-they-aren-t-sym.patch systemd-pam_config.patch systemd-dbus-system-bus-address.patch let-linker-find-libudev-for-libdevmapper.patch 1098-systemd-networkd-alias-network-service.patch 0001-let-systemctl-completion-ignore-at-names.patch boot-local-start.patch 1095-set-ssd-disk-to-use-deadline-scheduler.patch tomcat6-var-lock-subsys-legacy.patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch plymouth-quit-and-wait-for-emergency-service.patch respect-nfs-bg-option.patch 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 1062-rules-set-default-permissions-for-GenWQE-devices.patch rescue-emergency-target-conflicts.patch Correct_assert_on_unexpected_error_code.patch 1097-udevd-increase-maximum-number-of-children.patch 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 1005-create-default-links-for-primary-cd_dvd-drive.patch allow-multiple-sulogin-to-be-started.patch systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch 0010-do-not-install-sulogin-unit-with-poweroff.patch 1003-udev-netlink-null-rules.patch 1002-rules-create-by-id-scsi-links-for-ATA-devices.patch 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch shut-up-rpmlint-on-var-log-journal.patch systemd-tmp-safe-defaults.patch portmap-wants-rpcbind-socket.patch hostname-NULL.patch 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch handle-disable_caplock-and-compose_table-and-kbd_rate.patch kbd-model-map.patch systemctl-set-default-target.patch 0014-journald-with-journaling-FS.patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch- Import a better fix from upstream for bsc#1001765 - Added: 0001-pid1-more-informative-error-message-for-ignored-noti.patch 0001-pid1-process-zero-length-notification-messages-again.patch - Updated (no code changes, only patch metadata) 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Re add back "udev: don't require nsserv and fillup" Did this in the wrong project... it was a complicated day today ;)- Added 2 patches to fix bsc#1001765 0001-If-the-notification-message-length-is-0-ignore-the-m.patch 0001-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch- Revert "udev: don't require nsserv and fillup" It's been judged too late for being part of SLE12 final release. Nevertheless it's part of Factory and will be reintroduced after the final release is out (ie through an update).- systemd-sysv-convert: make sure that /var/lib/systemd/sysv-convert/database is always initialized (bsc#982211) If "--save" command was used and the sysv init script wasn't enabled at all the database file wasn't created at all. This makes the subsequent call to "--apply" fail even though this should not considered as an error.- Added patches to fix journal with FSS protection enabled (bsc#1000435) 0001-journal-fix-HMAC-calculation-when-appending-a-data-o.patch 0001-journal-set-STATE_ARCHIVED-as-part-of-offlining-2740.patch 0001-journal-warn-when-we-fail-to-append-a-tag-to-a-journ.patch- udev: don't require nsserv and fillup (bsc#999841) udev has no LSB init scripts nor fillup templates anymore.- Build require python and python-lxml in order to generate systemd.directives man page (bsc#986952)- Add rules: block: add support for pmem devices (#3683) (bsc#988119) 0001-rules-block-add-support-for-pmem-devices-3683.patch- Fix is-enabled check in systemd-sysv-install (bsc#997268)- Only BuildRequire gnu-efi when building the 'real' systemd package.- Add a script to fix /var/lib/machines to make it suitable for rollbacks (bsc#992573)- reverted the systemctl split-off on request of Franck Bui.- Add sysusers to the new split "systemctl" subpackage- Split systemctl and tmpfiles into a separate package- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276 + systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch it breaks btrfs on multiple device-mapper devices (boo#984516). The problem it tried to fix is already fixed in rule shipped with btrfsprogs (see boo#912170).- fix warning about missing install info during preset (boo#970293) 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch- Avoid bootstrap cycle with sg3_utils- Fix patch patch handle-numlock-value-in-etc-sysconfig-keyboard.patch that is do not close a file descriptor twice (boo#973907)- Add two patches which address logind/networkd disappearing from dbus (and busctl) even while the units and processes continue running. 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch- drop all compiler/linker option customizations: - -pipe option is used by default since day 0 - get rid of cflags() function which is not needed - --hash-size has no impact specially in runtime IOW, use the default options for the compiler and the linker, there's no point in making systemd different from other package in this regards.- use %make_build instead of 'make %{?_smp_mflags}'- be more strict on own lib version requirements- systemd should require udev with the exact same version- Modify patch handle-numlock-value-in-etc-sysconfig-keyboard.patch to allow that open, seek, and read of /dev/mem may fail e.g. on XEN based virtual guests (bsc#961120)- Add upstream patch 0001-core-exclude-.slice-units-from-systemctl-isolate.patch this fixes forced logouts on isolate target aka changing runlevel (boo#966535)- require curl and bzip2 to build importd - curl also causes building of journal-upload. That one has rather unusal certificate usage, set it's ca root to /etc/pki/systemd instead of the built-in default /etc/ssl as journal-remote and journal-upload think they kan put stuff in /etc/ssl/certs then but that directory is managed by p11-kit and doesn't serve the purpose those programs think. - /var/lib/systemd/random-seed is a file - own /var/lib/machines - add systemd-228-nspawn-make-journal-linking-non-fatal-in-try-and-auto.diff- systemd-sysv-install: Fix chkconfig argument for disable op- Create groups adm,input,tape in fixed order (boo#944660)- Make sure we don't use tmpfs on /tmp by default (bsc#940522)- Avoid enabling readahead services; they have been removed. - In %install, only process kbd-model-map.xkb-generated if it exists. Resolves a build failure in 13.2/42.1.- spec: update minimum kernel version to 3.11 - Update minimum util-linux version to 2.27.1- Add patch to enable working steam controller: * 1099-Add-default-rules-for-valve-steam-controller-to-work.patch- fix CVE-2015-7510: Stack overflow in nss-mymachines (boo#956712) Add 0001-nss-mymachines-do-not-allow-overlong-machine-names.patch- Update to new upstream release 228 * The various memory-related resource limit settings (such as LimitAS=) now understand the usual K, M, G, ... suffixes to the base of 1024 (IEC). Similar, the time-related settings understand the usual min, h, day, ... suffixes now. * CPUAffinity= now takes CPU index ranges in addition to just individual indexes. * A number of properties previously only settable in unit files are now also available as properties to set when creating transient units programmatically via the bus. - Remove 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch (merged upstream)- Update to 227. - Rebase systemd-pam_config.patch, handle-root_uses_lang-value-in-etc-sysconfig-language.patch, 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch, 0001-On_s390_con3270_disable_ANSI_colour_esc.patch, 0014-journald-with-journaling-FS.patch, 0019-make-completion-smart-to-be-able-to-redirect.patch, avoid-divide-by-zero-sigtrap.patch, systemd-add-user-keep.patch, set-and-use-default-logconsole.patch, tty-ask-password-agent-on-console.patch, 0001-bnc888612-logind-polkit-acpi.patch, watch_resolv.conf_for_become_changed.patch, 1097-udevd-increase-maximum-number-of-children.patch. - Remove 0002-units-enable-waiting-for-unit-termination-in-certain.patch, 1001-re-enable-by_path-links-for-ata-devices.patch, rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch: fixed upstream.- Modify patch handle-root_uses_lang-value-in-etc-sysconfig-language.patch to handle locale at boot time well (boo#927250) - Be able to use build service environments several times- 1096-new-udev-root-symlink-generator.patch: fix substitution in ExecStart value- enable seccomp for aarch64 (fate#318444)- Fix again UEFI for mini package- Drop one more undesirable Obsoletes/Provides. This should have been a Conflicts. (There was already a Conflicts, and since Conflicts go both ways, we won't need a second one.)- No UEFI for systemd-mini- Add 2 upstream patches to fix boo#949574 and bsc#932284 0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch 0002-units-enable-waiting-for-unit-termination-in-certain.patch- Disable systemd-boot on aarch64 since it fails to build. Error while compiling src/boot/efi/util.o is: usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file or directory- Fix UEFI detection logic: basically we let configure.ac figure out if UEFI is supported by the current build environment. No need to clutter the spec file with a new conditionnal %has_efi. - Provide systemd-bootx64.efi (aka gummiboot)- Modify patch tty-ask-password-agent-on-console.patch to reflect the changes done for pull request 1432- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle. - Provide systemd-sysv-install program/link [bnc#948353]- Fix patch tty-ask-password-agent-on-console.patch not to crash away but enable it to ask on all devices of /dev/console- Avoid "file not found /etc/udev/rules.d/70-persistent-net.rules" waring occurring in %post- Add patch let-vconsole-setup-get-properties-only-once-to-copy-them.patch to avoid broken virtual console mapping due stressed ioctl API for the virtual consoles (boo#904214)- Fix last change that is use the new name for udev packages in %pretrans.- restore usage of LUA in %pretrans.- Try to generate the systemd users and groups always in same order to avoid republish other packages (boo#944660)- cleanup specfile by removing commands that were dealing with systemd pre-generated files: we're now using systemd tarball generated directly from the git repo which doesn't contain any of these files. - there's no point in using LUA in %pretrans- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual pages that consist only of a .so directive such as '.so '.- Change use-rndaddentropy-ioctl-to-load-random-seed.patch to make it work on big endian- Use Obsolete/Provides strategy from windows:mingw:mingw64/mingw64-cross-gcc to do the bootstrap cycle and kick out -mini afterwards.- Update to new upstream release 224 * systemd-networkd gained a number of new configuration options for DHCP, tunnels and bridges * systemd-efi-boot-generator functionality was merged into systemd-gpt-auto-generator.- /usr/share/systemd/kbd-model-map: added entries for xkeyboard-config converted keymaps; mappings, which already exist in original systemd mapping table are being ignored though, i.e. not overwritten; needs kbd in buildrequires (FATE#318426)- hostname-NULL.patch: Work around a crash on XEN hosts in OBS. /etc/hostname is not present and systemd then does strchr(hostname,soemthing) with hostname NULL.- Add Correct_assert_on_unexpected_error_code.patch to work around a problem of an assert on ENODEV for closing fd on an input event device (boo#939571)- Remove udev-generate-rules.sh, apparently not used by anything in the systemd nor udev-persistent-ifnames package.- Systemd v222, bugfix release. - Drop upstream patches 0006-pam_systemd-Properly-check-kdbus-availability.patch 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch 0031-install-fix-bad-memory-access.patch 1032-ata_id-unbotch-format-specifier.patch - Drop SUSE patch 1013-no-runtime-PM-for-IBM-consoles.patch udev does no longer enable USB HID power management at all. - The udev accelerometer helper was removed, obsoleted by iio-sensor-proxy package. - networkd gained a new configuration option IPv6PrivacyExtensions. - udev does not longer support the WAIT_FOR_SYSFS= key in udev rules. There are no known issues with current sysfs, and udev does not need or should be used to work around such bugs.- Avoid restarting logind [bnc#934901] - Do not suppress errors in any case, even if they are ignored- Fix devel package requires (both mini and real required real libsystemd0)- Rework patch tty-ask-password-agent-on-console.patch to fit the requisition of https://bugs.freedesktop.org/show_bug.cgi?id=82004- Rework "-mini" package logic to not conflict with itself and then add libsystemd0 to mini.- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented.- change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition.- Obsolete pm-utils and suspend (boo#925873). - Remove pm-utils support (remove Forward-suspend-hibernate-calls-to-pm-utils.patch).- remove patch sysctl-handle-boot-sysctl.conf-kernel_release.patch from the filelist.- libpcre, glib2 and libusb are not used by systemd, remove from buildrequires.- 1032-ata_id-unbotch-format-specifier.patch: fix udev ata_id output. - 0023-core-fix-reversed-dependency-check-in-unit_check_unn.patch fix StopWhenUnneeded=true in combination with a Requisite= dependency. - 0031-install-fix-bad-memory-access.patch: Fix Bad memory access - 0006-pam_systemd-Properly-check-kdbus-availability.patch: if kdbus is enabled (i.e boot with kdbus=1) DBUS_SESSION_BUS_ADDRESS must not be exported. - spec: add a min_kernel_version macro to ensure the package conflicts with kernel versions in which systemd cannot run.- sysctl-handle-boot-sysctl.conf-kernel_release.patch dropped, replaced by a tmpfiles.d snippet "current-kernel-sysctl.conf" (feature implemented in v220 just for our usecase)- fix build when resolved is enabled - remove fsck -l test in spec file, systemd requires util-linux 2.26 or later where this feature is already available.- Fix bootstrap build by guarding filelists (man pages don't get built in bootstrap mode) - Drop commented sections from baselibs.conf, allows format_spec_file to have a successful run- Install 50-coredump.conf as coredumpctl is now installed by default and does not use journal anymore as default storage- Update to new upstream release 221 * From 220: * libgudev was moved into a package of its own * Runlevels 2, 3 and 4 are no longer distinct, they all map to multi-user.target. * The EFI System Partition mounted to /boot will be unmounted 2 minutes after boot. * systemd does not support direct live-upgrades (via `systemctl daemon-reexec`) from versions older than v44 anymore. * systemd-nspawn may now be called as part of a shell pipeline. * systemd-shutdownd has been removed. This service was previously responsible for implementing scheduled shutdowns as exposed in /usr/bin/shutdown's time parameter. This functionality has now been moved into systemd-logind and is accessible via a bus interface. * udev will no longer call blkid and create symlinks for all block devices, but merely those from a whitelist (cf. 60-persistent-storage.rules). * /usr/lib/os-release gained a new optional field VARIANT= * Details at http://lists.freedesktop.org/archives/systemd-devel/2015-May/032147.html * From 221: * New sd-bus and sd-event APIs in libsystemd * If there is both a systemd unit and a SysV init script for the same service name, and `systemctl enable` or other operation is run, both will now be enabled (or execute the related operation on both), not just the unit. - Split libsystemd0 to support systemd-less nspawn containers - Redo manpage file lists without %exclude, tends to hide unpackaged files. - hwdb belongs to udev - Resolve memory leak and add missing _cleanup_free_ to 0001-On_s390_con3270_disable_ANSI_colour_esc.patch - Remove systemd-powerd-initctl-support.patch (no longer builds because shutdownd is gone) - Remove quilt-patches/0001-core-rework-device-state-logic.patch, 0001-Let-some-boolean-survive-a-daemon-reload.patch (merged upstream), 0001-Let-some-boolean-survive-a-daemon-reload.patch (obsolete)- Remove libudev0 from baselibs.conf- Drop 1055-let-9719859c07aa13539ed2cd4b31972cd30f678543-apply.patch as now upstream code - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165- Drop 1021-udev-re-add-persistent-net-rules.patch, 1036-rules-disable-usage-of-dev_id-in-persistent-rules.patch, 1040-re-enable-dev_id-conditionally-in-persistent-rules.patch, 1046-fix-duplicated-rules-with-layer3-interfaces.patch, 1050-only-rename-SRIOV-VF-devices-when-name-starts-with-eth.patch, 1051-check-if-NAME-has-a-value.patch, 1053-better-checks-in-write_net_rules.patch, 1088-drop-renaming-of-virtual-interfaces-in-guest.patch. 1021 originally broke parsing of net.ifnames=0 [bnc#931165], and given that neither the kernel command line needs to be touched nor the source be patched to reach the unpredictable naming setup for SLE, all these parts are moved to a separate package.- Add upstream patch 0001-core-don-t-change-removed-devices-to-state-tentative.patch to fix the fix of the last backport (bsc#921898)- Reenable networkd which was silently disabled on Feb 18- Add 0001-core-rework-device-state-logic.patch to fix spurious automated umount after mount.- mark more subpackages as !bootstrap for systemd-mini usage.- spec : remove --with-firmware-path, firmware loader was removed in v217 - spec: remove --disable-multi-seat-x, gone.(fixed in xorg) - spec: Do not enable systemd-readahead-collect.service and systemd-readahead-replay.service as these do not exist anymore. - spec: drop timedate-add-support-for-openSUSE-version-of-etc-sysconfig.patch Yast was fixed to write all timezone changes exactly how timedated expects things to be done. - spec: remove handle-etc-HOSTNAME.patch, since late 2014 the netcfg package handles the migration from /etc/HOSTNAME to /etc/hostname and owns both files. -spec: remove boot.udev and systemd-journald.init as they currently serve no purpose. - suse-sysv-bootd-support.diff: Remove HAVE_SYSVINIT conditions, we are in sysvcompat-only codepath, also remove the code targetting other distributions, never compiled as the TARGET_$DISTRO macros are never defined. - systemd-powerd-initctl-support.patch guard with HAVE_SYSV_COMPAT - set-and-use-default-logconsole.patch: fix HAVE_SYSV_COMPAT guards - insserv-generator.patch: Only build when sysvcompat is enabled - vhangup-on-all-consoles.patch add a comment indicating this is a workaround for a kernel bug. - spec: Add option to allow disabling sysvinit compat at build time. - spec: Add option to enable resolved at build time. - spec: Remove all %ifs for !factory products, current systemd releases can neither be built nor installed in older products without upgrading several components of the base system. (removed: 1008-add-msft-compability-rules.patch was only for =< 13.1) - spec: remove all dummy "aliases" to /etc/init.d, that made sense only when those init scripts still existed. (dummy localfs.service source: gone) - systemd-sleep-grub: moved to the grub2 package where it belongs as a suspend/resume hook (SR#286533) (drops prepare-suspend-to-disk.patch) - remove LFS_CFLAGS from CFLAGS, never needed in systemd as it force feds config.h everywhere in the preprocessor cmdline.- Update to new upstream release 219 * systemd units can now be "unsupported" (like, for example, .device in a containers), similar to the "skipped" state in SUSE's prior sysvinit scripts. * tmpfiles gained the 'v' type for creating btrfs subvolumes. * tmpfiles gained the 'a' type for setting ACLs. * systemd-nspawn gained new switches: --ephemeral, --template * The /var/lib/containers location is deprecated and replaced by /var/lib/machines. * machinectl gained the copy-from and copy-to commands. * machinectl now knows a "bind" command (for use with nspawn) * new "systemd-importd" daemon to download container images and run them as nspawn containers. * networkd collects LLDP network announcements, if available, and so shown in networkctl. * The fallback terminal type was changed from "vt102" to "vt220", allowing PgUp/PgDn keys to work. * Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, useful should the regular shutdown hang. * Removing storage will cause systemd to unmount the associated mountpoints so that they don't linger around.- Add suse-sysv-bootd-support.diff (reinstate old Revert-service-drop-support-for-SysV-scripts-for-the-early.patch)- Update to systemd v218-1050-g38ab096 - Remove patches use-usr-sbin-sulogin-for-emergency-service.patch (upstream fixed it) - Reinstate and improve (remove huge indents from) tty-ask-password-agent-on-console.patch, 0014-journald-with-journaling-FS.patch, rootsymlink_generator.- disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781- Add patch kbd-model-map.patch to add missed keyboard layouts which are offered by YaST2 (bsc#910643 and boo#897803)- Update to new upstream release 218 * New utilities: systemd-timesyncd (SNTP client), systemd-resolved, systemd-networkd, networkctl, systemd-sysusers * machinectl gained a "poweroff" command for clean container shutdown * The udev hwdb now contains DPI information for mice. * Userspace firmware loading support has been removed and the minimum supported kernel version is thus bumped to 3.7. - Remove patches: G=gone locally, is upstream; D=dropped: no longer needed; N=no longer applies to source nor is it deemed needed; K=killed: no longer applicable and too complex to resolve: - --- G 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patch K service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch K remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch K handle-SYSTEMCTL_OPTIONS-environment-variable.patch K 0018-Make-LSB-Skripts-know-about-Required-and-Should.patch K log-target-null-instead-kmsg.patch K tty-ask-password-agent-on-console.patch K 513-nspawn-veth.patch K 1087-infinit-timeout-for-kmod-loaded-modules.patch D module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch D avoid-leaking-socket-descriptors.patch D 0001-make-fortify-happy-with-ppoll.patch N fix-owner-of-var-log-btmp.patch N disable-nss-myhostname-warning-bnc-783841.patch N Revert-service-drop-support-for-SysV-scripts-for-the-early.patch N 0001-make-209-working-on-older-dist.patch N 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch N tmpfiles-do-not-clean-for-mandb-index-files.patch G 0001-sd-bus-don-t-look-for-a-64bit-value-when-we-only-hav.patch G avoid-assertion-if-invalid-address-familily-is-passed-to-g.patc G optionally-warn-if-nss-myhostname-is-called.patch G 0001-units-systemd-sysctl.service.in-run-after-load-modul.patch G 0004-getty-generator-properly-escape-instance-names.patch G rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch G 0008-Reset-signal-mask-on-re-exec-to-init.patch G 0001-login-fix-pos-array-allocation.patch G 0002-login-set-pos-slot-to-fallback-on-pos-eviction.patch G 0003-login-Allow-calling-org.freedesktop.login1.Seat.Swit.patch G 0004-fix-typo-in-iDRAC-network-interface-name-irdac-idrac.patch G 0005-Replace-var-run-with-run-in-remaining-places.patch G 0006-Revert-back-to-var-run-at-a-couple-of-problems.patch G 0007-README-document-that-var-run-must-be-a-symlink-run.patch G 0008-Use-var-run-dbus-system_bus_socket-for-the-D-Bus-soc.patch G 0009-mount-don-t-send-out-PropertiesChanged-message-if-ac.patch G 0010-mount-don-t-fire-PropertiesChanged-signals-for-mount.patch G 0011-logs-show-fix-corrupt-output-with-empty-messages.patch G 0012-journalctl-refuse-extra-arguments-with-verify-and-si.patch G 0014-nspawn-fix-detection-of-missing-proc-self-loginuid.patch G 0001-Fix-systemd-stdio-bridge-symlink.patch G 0002-execute-free-directory-path-if-we-fail-to-remove-it-.patch G 0003-Do-not-print-invalid-UTF-8-in-error-messages.patch G 0004-man-document-missing-options-of-systemd-run.patch G 0005-systemd-run-add-some-extra-safety-checks.patch G 0006-journal-assume-that-next-entry-is-after-previous-ent.patch G 0007-journal-forget-file-after-encountering-an-error.patch G 0008-core-correctly-unregister-PIDs-from-PID-hashtables.patch G 0009-logind-fix-reference-to-systemd-user-sessions.servic.patch G 0010-man-update-link-to-LSB.patch G 0011-man-systemd-bootchart-fix-spacing-in-command.patch G 0012-man-add-missing-comma.patch G 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch G 0001-core-busname-add-lookup-string-for-BUSNAME_FAILURE_S.patch G 0002-manager-flush-memory-stream-before-using-the-buffer.patch G 0003-busname-don-t-drop-service-from-the-result-string.patch G 0004-fix-off-by-one-error-in-array-index-assertion.patch G 0005-logind-fix-policykit-checks.patch G 0006-rules-mark-loop-device-as-SYSTEMD_READY-0-if-no-file.patch G 0008-man-multiple-sleep-modes-are-to-be-separated-by-whit.patch G 0001-gpt-auto-generator-don-t-return-OOM-on-parentless-de.patch G 0002-bus-fix-memory-leak-when-kdbus-is-not-enabled.patch G 0006-Do-not-return-1-EINVAL-on-allocation-error.patch G 0007-networkd-fix-typo.patch G 0008-sd-bus-don-t-access-invalid-memory-if-a-signal-match.patch G 0009-sd-bus-don-t-choke-if-somebody-sends-us-a-message-wi.patch G 0012-journald-remove-stray-reset-of-error-return-value.patch G 0013-core-libsystemd-systemd-timedate-udev-spelling-fixes.patch G 0001-cgroup-it-s-not-OK-to-invoke-alloca-in-loops.patch G 0002-machined-fix-Kill-bus-call-on-machine-objects-when-w.patch G 0003-sd-bus-don-t-use-assert_return-to-check-for-disconne.patch G 0004-core-don-t-try-to-relabel-mounts-before-we-loaded-th.patch G 0005-sd-daemon-fix-incorrect-variable-access.patch G 0006-sd-event-initialization-perturbation-value-right-bef.patch G 0007-sd-event-don-t-accidentally-turn-of-watchdog-timer-e.patch G 0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch G 0009-ask-password-when-the-user-types-a-overly-long-passw.patch G 0001-journal-fix-export-of-messages-containing-newlines.patch G 0002-systemctl-update-NAME-to-PATTERN-in-help.patch G 0003-tty-ask-password-agent-return-negative-errno.patch G 0004-systemd-python-use-.hex-instead-of-.get_hex.patch G 0005-systemd-python-fix-failing-assert.patch G 0007-dbus-suppress-duplicate-and-misleading-messages.patch G 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch G 0001-bash-completion-fix-__get_startable_units.patch G 0002-sysctl-replaces-some-slashes-with-dots.patch G 0003-delta-do-not-use-unicode-chars-in-C-locale.patch G 0004-implement-a-union-to-pad-out-file_handle.patch G shut-up-annoying-assertion-monotonic-clock-message.patch G 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch G 0001-tmpfiles-fix-permissions-on-new-journal-files.patch G 0001-errno-make-sure-to-handle-the-3-errnos-that-are-alia.patch G 0003-analyze-fix-plot-with-bad-y-size.patch G 0004-job-add-waiting-jobs-to-run-queue-in-unit_coldplug.patch G 0005-job-always-add-waiting-jobs-to-run-queue-during-cold.patch G 0001-backlight-Avoid-restoring-brightness-to-an-unreadabl.patch G 0002-backlight-do-nothing-if-max_brightness-is-0.patch G 0003-backlight-unify-error-messages.patch G 0004-backlight-warn-if-kernel-exposes-backlight-device-wi.patch G 0005-backlight-handle-saved-brightness-exceeding-max-brig.patch G 0001-replace-more-dup-by-F_DUPFD_CLOEXEC.patch G 0002-pam_systemd-use-F_DUPFD_CLOEXEC-when-dupping-session.patch G 0001-core-close-socket-fds-asynchronously.patch G 0002-logind-bring-polkit-policy-for-hibernate-in-line-wit.patch G 0003-core-make-sure-to-serialize-jobs-for-all-units.patch G 0001-logind-ignore-lid-switch-if-more-than-1-display-is-c.patch G 0002-logind-fix-printf-format.patch G 0003-logind-ignore-lid-switch-events-for-30s-after-each-s.patch G 0004-logind-Do-not-fail-display-count-if-a-device-has-no-.patch G 0005-logind-move-lid-switch-handling-from-logind-main-to-.patch G 0006-man-clarify-that-the-ExecReload-command-should-be-sy.patch G 0007-man-readahead-fix-cmdline-switch-inconsistency-betwe.patch G 0008-man-update-journald-rate-limit-defaults.patch G 0009-nspawn-properly-format-container_uuid-in-UUID-format.patch G 0010-logind-allow-suspending-if-there-are-no-displays.patch G 0001-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0002-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0003-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0004-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0005-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-conf-parser-silently-ignore-sections-starting-with-X.patch G 0002-man-note-that-entire-sections-can-now-be-ignored.patch G 0004-machined-make-sure-GetMachineAddresses-is-available-.patch G 0005-core-Filter-by-state-behind-the-D-Bus-API-not-in-the.patch G 0006-login-add-mir-to-the-list-of-session-types.patch G 0007-logind-fix-Display-property-of-user-objects.patch G 0001-hwdb-update.patch G 0002-hwdb-update.patch G 0003-hwdb-PCI-include-primary-model-string-in-subsystem-m.patch G 0004-hwdb-update.patch G 0005-hwdb-update.patch G 0001-journal-cleanup-up-error-handling-in-update_catalog.patch G 0002-journal-properly-detect-language-specified-in-line.patch G 0003-man-mention-XDG_CONFIG_HOME-in-systemd.unit.patch G 0001-keymap-Add-Lenovo-Enhanced-USB-Keyboard.patch G 0002-keymap-Asus-EeePC-touchpad-toggle-key.patch G 0001-nspawn-allow-to-bind-mount-journal-on-top-of-a-non-e.patch G 0002-nspawn-restore-journal-directory-is-empty-check.patch G 0003-core-never-consider-failure-when-reading-drop-ins-fa.patch G 0004-socket-properly-handle-if-our-service-vanished-durin.patch G 0001-Do-not-unescape-unit-names-in-Install-section.patch G 0002-analyze-run-use-bus_open_transport_systemd-instead-o.patch G 0001-virt-rework-container-detection-logic.patch G 0002-fsck-include-device-name-in-the-message-about-missin.patch G 0003-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch G 0004-util-ignore_file-should-not-allow-files-ending-with.patch G 0006-tty-ask-password-agent-Do-tell-what-directory-we-fai.patch G 0007-keyboard-add-Plantronics-.Audio-mute-button.patch G 0001-build-sys-use-glibc-s-xattr-support-instead-of-requi.patch G 0001-hwdb-fix-case-sensitive-match.patch G 0001-sd-event-restore-correct-timeout-behaviour.patch G 0002-bus-make-use-of-sd_bus_try_close-in-exit-on-idle-ser.patch G 0001-umount-modernizations.patch G 0002-namespace-when-setting-up-an-inaccessible-mount-poin.patch G 0003-core-allow-transient-mount-units.patch G 0004-systemd-detect-virt-only-discover-Xen-domU.patch G 0005-backlight-Do-not-clamp-brightness-for-LEDs.patch G 0006-log-honour-the-kernel-s-quiet-cmdline-argument.patch G 0001-core-fix-invalid-free-in-killall.patch G 0003-install-fix-invalid-free-in-unit_file_mask.patch G 0001-systemd-detect-virt-detect-s390-virtualization.patch G 0001-core-sysvcompat-network-should-be-equivalent-to-netw.patch G 0002-units-add-missing-caps-so-that-GetAddresses-can-work.patch G 0003-units-order-systemd-tmpfiles-clean.service-after-tim.patch G 0005-po-add-Greek-translation.patch G 0006-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0007-po-add-German-translation.patch G 0009-core-clean-up-signal-reset-logic-when-reexec.patch G 0010-util-treat-fuse.sshfs-as-a-network-filesystem.patch G 0011-build-sys-add-pthread-flag-for-libsystemd-shared.patch G 0012-core-transaction-avoid-misleading-error-message-when.patch G 0001-vconsole-also-copy-character-maps-not-just-fonts-fro.patch G 0002-core-make-sure-Environment-fields-passed-in-for-tran.patch G 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch G 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch G 0005-man-fix-path-in-crypttab-5.patch G 0001-units-order-network-online.target-after-network.targ.patch G 0001-core-use-correct-format-string-for-UIDs.patch G 0002-core-transaction-fix-cycle-break-attempts-outside-tr.patch G 0003-fsck-consider-a-fsck-implementation-linked-to-bin-tr.patch G 0001-main-uid_to_name-might-fail-due-to-OOM-protect-again.patch G 0002-journald-make-MaxFileSec-really-default-to-1month.patch G 0003-units-remove-RefuseManualStart-from-units-which-are-.patch G 0004-util-refuse-considering-UID-0xFFFF-and-0xFFFFFFFF-va.patch G 0005-nspawn-block-open_by_handle_at-and-others-via-seccom.patch G 0006-tmpfiles-don-t-do-automatic-cleanup-in-XDG_RUNTIME_D.patch G 0007-units-skip-mounting-tmp-if-it-is-a-symlink.patch G 0001-parse_uid-return-ENXIO-for-1-uids.patch G 0002-util-when-unescaping-strings-don-t-allow-smuggling-i.patch G 0003-localed-consider-an-unset-model-as-a-wildcard.patch G 0004-sd-bus-when-an-event-loop-terminates-explicitly-clos.patch G 0005-bus-close-a-bus-that-failed-to-connect.patch G 0006-hwdb-update.patch G 0007-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-architecture-Add-tilegx.patch G 0002-architecture-Add-cris.patch G 0003-arch-add-crisv32-to-uname-check.patch G 0004-architecture-remove-cris-from-uname-list.patch G 0003-namespace-make-sure-tmp-var-tmp-and-dev-are-writable.patch G 0002-namespace-fix-uninitialized-memory-access.patch G 0001-machine-don-t-return-uninitialized-variable.patch G 0002-vconsole-setup-run-setfont-before-loadkeys.patch G 0001-util-consider-0x7F-a-control-chracter-which-it-is-DE.patch G 0002-util-don-t-consider-tabs-special-in-string_has_cc-an.patch G 0003-architecture-add-string-table-entries-for-mips-le-ar.patch G 0004-core-Added-support-for-ERRNO-NOTIFY_SOCKET-message-p.patch G 0005-service-don-t-accept-negative-ERRNO-notification-mes.patch G 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch G 0007-service-flush-status-text-and-errno-values-each-time.patch G 0001-journal-compress-return-early-in-uncompress_startswi.patch G 0002-journal-compress-improve-xz-compression-performance.patch G 0001-logind-allow-switching-to-unused-VTs-via-SwitchTo.patch G 0002-hostnamed-add-a-new-chassis-type-for-watches.patch G 0001-units-make-ExecStopPost-action-part-of-ExecStart.patch G 0001-event-pull-in-sd-event.h-from-event-util.h.patch G 0002-util-fix-has-cc-check-and-add-test.patch G 0003-sd-event-always-call-epoll_ctl-on-mask-updates-if-ed.patch G 0004-fileio-quote-more-shell-characters-in-envfiles.patch G 0001-Clear-up-confusion-wrt.-ENTRY_SIZE_MAX-and-DATA_SIZE.patch G 0002-units-serial-getty-.service-use-the-default-RestartS.patch G 0001-po-add-Ukrainian-translation.patch G 0002-man-document-yearly-and-annually-in-systemd.time-7.patch G 0003-core-nicer-message-when-inotify-watches-are-exhauste.patch G 0001-detect-virt-Fix-Xen-domU-discovery.patch G 0002-Be-more-verbose-when-bind-or-listen-fails.patch G 0003-Add-quotes-to-warning-message.patch G 0004-systemd-return-the-first-error-from-manager_startup.patch G 0001-bash-completion-p-option-for-journalctl.patch G 0002-journalctl-man-allow-only-between-terms.patch G 0003-systemd-use-pager-for-test-and-help.patch G 0001-bus-proxyd-fix-incorrect-comparison.patch G 0002-shell-completion-prevent-mangling-unit-names.patch G 0003-Always-check-asprintf-return-code.patch G 0004-bash-completion-use-list-unit-files-to-get-all-units.patch G 0005-core-only-set-the-kernel-s-timezone-when-the-RTC-run.patch G 0006-parse_boolean-require-exact-matches.patch G 0007-drop_duplicates-copy-full-BindMount-struct.patch G 0008-shell-completion-prevent-mangling-unit-names-bash.patch G 0009-journald-always-add-syslog-facility-for-messages-com.patch G 0001-sysv-order-initscripts-which-provide-network-before-.patch G 0002-keymap-Add-microphone-mute-keymap-for-Dell-Latitude.patch G 0003-keymap-Annotate-all-micmute-workarounds.patch G 0007-hwdb-update.patch G 0001-nspawn-fix-truncation-of-machine-names-in-interface-.patch G 0002-switch-root-umount-the-old-root-correctly.patch G 0003-bootchart-it-s-not-OK-to-return-1-from-a-main-progra.patch G 0004-login-set_controller-should-fail-if-prepare_vt-fails.patch G 0005-sd-resolve-fix-allocation-if-query-ids-never-reuse-t.patch G 0006-login-share-VT-signal-handler-between-sessions.patch G 0007-journald-also-increase-the-SendBuffer-of-dev-log-to-.patch G 0008-mount-setup-fix-counting-of-early-mounts-without-SMA.patch G 0009-journald-Fix-off-by-one-error-in-Missed-X-kernel-mes.patch G 0010-machine_kill-Don-t-kill-the-unit-when-killing-the-le.patch G 0011-units-fix-BindsTo-logic-when-applied-relative-to-ser.patch G 0012-util-try-to-be-a-bit-more-NFS-compatible-when-checki.patch G 0001-hwdb-keymaps-for-Samsung-900X3E-900X3F.patch G 0002-Add-hwdb-entry-for-Samsung-Series-7-Ultra.patch G 0003-keymap-Fix-HP-Pavillon-DV7.patch G 0004-hwdb-update-format-description-and-document-reloadin.patch G 0008-hwdb-update.patch G 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch G 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch G 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch G 0001-login-fix-memory-leak-on-DropController.patch G 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch G 0003-sd-journal-properly-convert-object-size-on-big-endia.patch G 0004-sd-journal-verify-that-object-start-with-the-field-n.patch G 0001-nspawn-fix-network-interface.patch G 0001-completion-filter-templates-from-restartable-units.patch G 0002-systemd-fix-error-message.patch G 0003-Quote-unit-names-in-suggested-systemctl-commandlines.patch G 0004-config-parser-fix-mem-leak.patch G 0005-login-fix-mem-leak.patch G 0001-login-simplify-controller-handling.patch G 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch G 0008-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0009-hwdb-update.patch G 0001-systemctl-allow-to-change-the-default-target-without.patch G 0001-activate-fix-fd-leak-in-do_accept.patch G 0002-analyze-avoid-a-null-dereference.patch G 0003-analyze-fix-mem-leak.patch G 0004-backlight-Avoid-error-when-state-restore-is-disabled.patch G 0005-bus-avoid-using-m-kdbus-after-freeing-it.patch G 0006-bus-unref-buscreds-on-failure.patch G 0007-core-fix-a-potential-mem-leak.patch G 0008-core-smack-setup-Actually-allow-for-succesfully-load.patch G 0009-journal-do-not-leak-mmaps-on-OOM.patch G 0010-manager-use-correct-cleanup-function.patch G 0001-core-fix-resource-leak-in-manager_environment_add.patch G 0002-util-remove-a-unnecessary-check.patch G 0003-udev-event-explicitly-don-t-read-from-invalid-fd.patch G 0004-shared-conf-parser.patch G 0005-logind-fix-typo.patch G 0006-systemctl-fix-resource-leak-CID-1237747.patch G 0007-libudev-monitor-warn-if-we-fail-to-request-SO_PASSCR.patch G 0008-shared-conf-parser-don-t-leak-memory-on-error-in-DEF.patch G 0009-bus-fix-bus_print_property-to-use-int-for-booleans.patch G 0001-journal-Do-not-count-on-the-compiler-initializing-fo.patch G 0002-include-fcntl.h-rather-than-sys-fcntl.h.patch G 0003-mount-order-options-before-other-arguments-to-mount.patch G 0004-shared-wtmp-utmp-don-t-clear-store_wtmp-in-utmp_put_.patch G 0005-shared-label.h-add-missing-stdio.h-include.patch G 0006-shared-sparse-endian.h-add-missing-byteswap.h-includ.patch G 0001-login-pause-devices-before-acknowledging-VT-switches.patch G 0001-nspawn-don-t-try-to-create-veth-link-with-too-long-i.patch G 0001-socket-introduce-SELinuxContextFromNet-option.patch G 0002-util-avoid-non-portable-__WORDSIZE.patch G 0001-Fix-warning-about-unused-variable-with-SELINUX.patch G 0002-bus-remove-unused-check.patch G 0001-systemd-tmpfiles-Fix-IGNORE_DIRECTORY_PATH-age-handl.patch G 0001-logind-add-support-for-Triton2-Power-Button.patch G 0002-logind-add-support-for-TPS65217-Power-Button.patch G 0001-shutdownd-clean-up-initialization-of-struct.patch G 0003-bootchart-parse-userinput-with-safe_atoi.patch G 0004-bootchart-check-return-of-strftime.patch G 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch G 0001-journalctl-do-not-output-reboot-markers-when-running.patch G 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch G 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch G 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch G 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch G 0003-fileio-label-return-error-when-writing-fails.patch G 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch G 0004-sd-event-check-the-value-of-received-signal.patch G 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch G 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch G 0001-units-introduce-network-pre.target-as-place-to-hook-.patch G 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch G 0003-sd-bus-check-return-value-of-vasprintf.patch G 0004-core-map-the-rescue-argument-to-rescue.target.patch G 0005-util-avoid-double-close-of-fd.patch G 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch G 0001-tmpfiles-compare-return-against-correct-errno.patch G 0001-shell-completion-fix-completion-of-inactive-units.patch G 0002-shell-completion-propose-templates-for-disable-re-en.patch G 0003-man-we-don-t-have-Wanted-dependency.patch G 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch G 0001-systemd-continue-switch-root-even-if-umount-fails.patch G 0002-systemd-try-harder-to-bind-to-notify-socket.patch G 0001-strv-add-an-additional-overflow-check-when-enlarging.patch G 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch G 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch G 0004-journal-do-server_vacuum-for-sigusr1.patch G 0005-cryptsetup-fix-an-OOM-check.patch G 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch G 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch G 0002-time-also-support-infinity-syntax-in-parse_nsec.patch G 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch G 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch G 0005-journalctl-correct-help-text-for-until.patch G 0006-calendarspec-fix-typo-in-annually.patch G 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch G 0008-util-introduce-sethostname_idempotent.patch G 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch G 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch G 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch G 0012-manager-do-not-print-anything-while-passwords-are-be.patch G 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch G 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch G 0001-core-don-t-allow-enabling-if-unit-is-masked.patch G 0002-snapshot-return-error-when-snapshot-exists.patch G 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch G 0004-Raise-level-of-Found-dependency.-lines.patch G 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch G 0006-journald-fix-minor-memory-leak.patch G 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch G 0008-journald-fix-memory-leak-on-error-path.patch G 0009-units-make-systemd-journald.service-Type-notify.patch G 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch G 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch G 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch G 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch G 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch G 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch G 0001-systemctl-let-list-units-unit-files-honour-type.patch G 0002-systemctl-obey-state-in-list-unit-files.patch G 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch G 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch G 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch G 0001-selinux-access-fix-broken-ternary-operator.patch G 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch G 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch G 0004-core-fix-transaction-destructiveness-check-once-more.patch G 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch G 0002-man-tmpfiles.d-recommend-using-b-and-c.patch G 1009-cdrom_id-use-the-old-MMC-fallback.patch G 1010-udev-increase-result-size-for-programs.patch G 1014-udev-update-net_id-comments.patch G 1015-udev-persistent-naming-we-cannot-use-virtio-numbers-.patch G 1016-udev-warn-when-name_to_handle_at-is-not-implemented.patch G 1017-udev-serialize-synchronize-block-device-event-handli.patch G 1018-udev-do-not-skip-the-execution-of-RUN-when-renaming-.patch G 1019-udev-avoid-use-of-uninitialized-err.patch G 1020-udev-keyboard-also-hook-into-change-events.patch G 1022-udev-remove-seqnum-API-and-all-assumptions-about-seq.patch G 1023-udev-builtin-keyboard-do-tell-on-which-device-EVIOCS.patch G 1024-udev-always-close-lock-file-descriptor.patch G 1025-udev-exclude-device-mapper-from-block-device-ownersh.patch G 1026-udevd-inotify-modernizations.patch G 1027-udev-synthesize-change-events-for-partitions-when-to.patch G 1028-udev-link-config-fix-mem-leak.patch G 1029-udev-try-first-re-reading-the-partition-table.patch G 1030-udev-guard-REREADP-logic-with-open-O_ECXL.patch G 1031-udev-make-sure-we-always-get-change-for-the-disk.patch G 1032-udev-guard-REREADPT-by-exclusive-lock-instead-of-O_E.patch G 1033-udev-really-exclude-device-mapper-from-block-device.patch G 1034-udev-check-the-return-value-from-udev_enumerate_scan.patch G 1038-udev-fix-invalid-free-in-enable_name_policy.patch G 1039-udevadm-settle-fixed-return-code-for-empty-queue.patch G 1041-libudev-fix-udev_queue_get_queue_is_empty-logic.patch G 1042-libudev-queue-provide-file-descriptor-to-watch-busy-.patch G 1043-libudev-queue-watch-entire-directory-to-allow-the-re.patch G 1044-rules-update-qemu-hid-rules.patch G 1045-rules-don-t-enable-usb-pm-for-Avocent-devices.patch G 1047-udev-net_setup_link-builtin-should-print-the-reason-.patch G 1048-udev-net_setup_link-add-a-bit-more-logging.patch G 1049-udev-link_config-ignore-errors-due-to-missing-MAC-ad.patch G 1052-rules-uaccess-add-ID_SOFTWARE_RADIO.patch G 1054-udev-exclude-MD-from-block-device-ownership-event-lo.patch G 1056-udevd-add-event-timeout-commandline-option.patch G 1057-udev-unify-event-timeout-handling.patch G 1058-udev-unify-event-timeout-handling.patch G 1059-udev-fixup-commit-dd5eddd28a74a49607a8fffcaf960040db.patch G 1061-rules-allow-systemd-to-manage-loop-device-partitions.patch G 1063-udev-path_id-suppress-ID_PATH-for-devices-with-an-un.patch G 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch G 1065-udev-bump-event-timeout-to-60-seconds.patch G 1067-udev-always-resolve-correctly-database-names-on-chan.patch G 1068-udev-net_setup_link-export-the-.link-filename-applie.patch G 1069-rules-net-setup-link-preserve-ID_NET_LINK_FILE-and-I.patch G 1070-rules-net-setup-link-remove-stray-linebreak.patch G 1071-udev-import-the-full-db-on-MOVE-events-for-devices-w.patch G 1072-udev-netif_rename-don-t-log-to-kmsg.patch G 1073-udev-drop-print_kmsg.patch G 1074-udev-fix-copy-paste-error-in-log-message.patch G 1075-udev-timeout-increase-timeout.patch G 1076-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1077-udev-timeout-warn-after-a-third-of-the-timeout-befor.patch G 1078-udev-remove-userspace-firmware-loading-support.patch G 1079-udev-remove-userspace-firmware-loading-support.patch G 1080-udevd-parse_argv-warn-if-argumens-are-invalid.patch G 1081-udevd-check-return-of-various-functions.patch G 1082-udevadm-hwdb-check-return-value-of-fseeko.patch G 1083-udev-node-warn-if-chmod-chown-fails.patch G 1084-udev-ctrl-log-if-setting-SO_PASSCRED-fails.patch G 1085-udev-fix-typos.patch G 1086-udevd-don-t-fail-if-run-udev-exists.patch G 1089-fix-cgroup-device-controller.patch G 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch G 1091-udev-path_id-update-comments.patch G 1092-libudev-do-not-accept-invalid-log-levels.patch G 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch G 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch G 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- update set-and-use-default-logconsole.patch - fix comparison of console log facility that caused journald to skip output to console (boo#912030)- Use Robert's latest patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which drops NAMEPOLICY_KERNEL as this breaks all on current systems out there- remove 0022-systemd-tmpfiles-ownerkeep.patch since this is now implemented into the systemd-tmpfiles binary - add user based ignore statements in tmpfiles removal directives (bnc#903009) add systemd-add-user-keep.patch- use --boot option in systemd-tmpfiles-setup-dev.service (bnc#908476) add upstream patches: 0001-units-tmpfiles-setup-dev-allow-unsafe-file-creation-.patch 0002-man-tmpfiles.d-recommend-using-b-and-c.patch (adapted)- Update patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch to Robert's version- Add upstream patches 0001-selinux-access-fix-broken-ternary-operator.patch 0002-systemctl-show-BindsTo-BoundBy-in-list-dependencies.patch 0003-cryptsetup-default-to-no-hash-when-keyfile-is-specif.patch 0004-core-fix-transaction-destructiveness-check-once-more.patch - Avoid old net devices naming scheme on openSUSE 13.2 and less maybe caused by patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch- fix systemd-nspawn network-veth support (bnc#906709) add 513-nspawn-veth.patch- Add upstream patch 1098-udev-link_setup-respect-kernel-name-assign-policy.patch which may solve bsc#907318- Add upstream patches 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch- Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch- Increase number of children/workers to CPU_COUNT * 256 to avoid 'maximum number of children reached' (bnc#907393). Add 1097-udevd-increase-maximum-number-of-children.patch- Fix error return in rootsymlink_generator.c Update 1096-new-udev-root-symlink-generator.patch- Remove upstream patch 0001-systemd-logind.service-set-Type-notify.patch as systemd-logind.service is already from DBus type, compare with upstream commit eab459bc0639b81b32735f36d3e929e4bfa2cb4b- Add upstream patches 0001-systemd-logind.service-set-Type-notify.patch 0002-core-watchdog-bus-properties-cannot-be-both-writable.patch 0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch- Re-add directory /usr/lib/systemd/system/basic.target.wants- remove pm-utils-hooks-compat.sh again, pm-utils built-in hooks partially duplicate hooks run by systemd which may potentially lead to problems, instead temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly- fix bashisms in write_net_rules script - update patches: * 1053-better-checks-in-write_net_rules.patch- Add upstream patches 0001-systemctl-let-list-units-unit-files-honour-type.patch 0002-systemctl-obey-state-in-list-unit-files.patch which allows to use --type in the systemctl command list-units and list-unit-files.- Add upstream patches 0001-keymap-Add-support-for-IBM-ThinkPad-X41-Tablet.patch 0002-keymap-Fix-special-keys-on-ThinkPad-X60-X61-Tablet.patch- New root symlink rule generator Add 1096-new-udev-root-symlink-generator.patch - Remove write_dev_root_rule and systemd-udev-root-symlink- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch to skip hdflush as well as hddown but only use halt as fallback for poweroff as well as synch in systemctl before any reboot command (compare with commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9)- Create rule to set I/O scheduler to deadline if device attribute 'rotational' equals 0, usually SSDs (bnc#904517). Add 1095-set-ssd-disk-to-use-deadline-scheduler.patch- fix systemd-fstab-generator crypttab parsing (bnc#903963)- Add pm-utils-hooks-compat.sh in order to run pm-utils sleep hooks from systemd (boo#904828)- Add upstream patches 0001-login-rerun-vconsole-setup-when-switching-from-vgaco.patch 0002-shutdown-fix-arguments-to-run-initramfs-shutdown.patch 0003-utf8-when-looking-at-the-next-unichar-honour-the-siz.patch- Add upstream patches 0001-core-don-t-allow-enabling-if-unit-is-masked.patch 0002-snapshot-return-error-when-snapshot-exists.patch 0003-shared-install-avoid-prematurely-rejecting-missing-u.patch 0004-Raise-level-of-Found-dependency.-lines.patch 0005-units-order-sd-journal-flush-after-sd-remount-fs.patch 0006-journald-fix-minor-memory-leak.patch 0007-journald-also-check-journal-file-size-to-deduce-if-i.patch 0008-journald-fix-memory-leak-on-error-path.patch 0009-units-make-systemd-journald.service-Type-notify.patch 0010-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 1092-libudev-do-not-accept-invalid-log-levels.patch 1093-udev-Fix-parsing-of-udev.event-timeout-kernel-parame.patch 1094-udev-avoid-magic-constants-in-kernel-cmdline-parsers.patch- Add patch watch_resolv.conf_for_become_changed.patch to add an inotify watch on /etc/resolv.conf which enables the reload of a changed resolver configuration on the fly (bsc#902901) - Do not apply patch 0022-systemd-tmpfiles-ownerkeep.patch in case if the script /usr/bin/systemd-tmpfiles-keep is missed- Add upstream patches 0001-sd-bus-properly-handle-removals-of-non-existing-matc.patch 0002-keymap-Ignore-brightness-keys-on-Dell-Inspiron-1520-.patch- Add upstream patches 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch 1091-udev-path_id-update-comments.patch which will be applied if patch 1090-udev-path_id-set-supported_parent-for-well-known-SCS.patch is applied a this may fix the trouble with iSCSI (bnc#898233)- Add upstream patches 0001-manager-Linux-on-hppa-has-fewer-rtsigs-hence-avoid-u.patch 0002-time-also-support-infinity-syntax-in-parse_nsec.patch 0003-time-earlier-exit-from-format_timestamp_relative-on-.patch 0004-sd-bus-if-we-don-t-manage-to-properly-allocate-the-e.patch 0005-journalctl-correct-help-text-for-until.patch 0006-calendarspec-fix-typo-in-annually.patch 0007-systemctl-do-not-ignore-errors-in-symlink-removal.patch 0008-util-introduce-sethostname_idempotent.patch 0009-util-fix-copy-paste-error-and-actually-set-the-new-h.patch 0010-shutdown-do-final-unmounting-only-if-not-running-ins.patch 0011-selinux-make-sure-we-do-not-try-to-print-missing-fie.patch - Replace patch keep-crypt-password-prompt.patch as this with upstream patch 0012-manager-do-not-print-anything-while-passwords-are-be.patch- Add upstream patch 0002-shutdown-pass-own-argv-to-run-initramfs-shutdown.patch - Add patch journald-advice-about-use-of-memory.patch to use mmap() flags as well as madvise(2) for journal files.- Add upstream patches 0001-strv-add-an-additional-overflow-check-when-enlarging.patch 0002-hwdb-Add-mapping-for-special-keys-on-compaq-ku-0133-.patch 0003-journald-add-CAP_MAC_OVERRIDE-in-journald-for-SMACK-.patch 0004-journal-do-server_vacuum-for-sigusr1.patch 0005-cryptsetup-fix-an-OOM-check.patch- Add upstream patch 1089-fix-cgroup-device-controller.patch to avoid trouble on existing /dev/console with nspawn (bsc#902240)- Modify patch avoid-leaking-socket-descriptors.patch to close file descriptors for incomming connections in pam module in case of short memory.- Add upstream patches 0001-systemd-continue-switch-root-even-if-umount-fails.patch 0002-systemd-try-harder-to-bind-to-notify-socket.patch - Add patch avoid-leaking-socket-descriptors.patch to close file descriptors if an incomming connection can not be handled due e.g. short memory. Could be related to bsc #901481- Add upstream patches 0001-shell-completion-fix-completion-of-inactive-units.patch 0002-shell-completion-propose-templates-for-disable-re-en.patch 0003-man-we-don-t-have-Wanted-dependency.patch 0004-selinux-fix-potential-double-free-crash-in-child-pro.patch- Adapt patch rules-add-lid-switch-of-ARM-based-Chromebook-as-a-power-sw.patch to make it work even with patch #438 and #439- Add upstream patches 0001-systemctl-when-mangle-unit-names-for-the-isolate-suf.patch 0001-tmpfiles-compare-return-against-correct-errno.patch- Add upstream patches 0001-keymap-Fix-touchpad-toggle-on-Toshiba-Satellite-P75-.patch 0001-units-introduce-network-pre.target-as-place-to-hook-.patch 0002-keymap-Fix-touchpad-toggle-key-on-Asus-laptops.patch 0003-sd-bus-check-return-value-of-vasprintf.patch 0004-core-map-the-rescue-argument-to-rescue.target.patch 0005-util-avoid-double-close-of-fd.patch- Add upstream patches 0001-virt-detect-that-we-are-running-inside-the-docker-co.patch 0002-bootchart-use-n-a-if-PRETTY_NAME-is-not-found.patch 0003-fileio-label-return-error-when-writing-fails.patch 0001-sd-event-don-t-require-a-signal-event-source-to-be-e.patch 0004-sd-event-check-the-value-of-received-signal.patch 0005-sd-id128-do-stricter-checking-of-random-boot-id.patch- Add upstream patches 0001-core-swap-only-make-configured-units-part-of-swap.ta.patch 0009-hwdb-Update-database-of-Bluetooth-company-identifier.patch- Add upstream patches 0001-journalctl-do-not-output-reboot-markers-when-running.patch 0002-udev-hwdb-New-Entry-for-Dell-XPS12-9Q33-keyboard.patch- Add upstream patches 0001-logind-add-support-for-Triton2-Power-Button.patch 0002-logind-add-support-for-TPS65217-Power-Button.patch - Add upstream patches 0001-shutdownd-clean-up-initialization-of-struct.patch 0003-bootchart-parse-userinput-with-safe_atoi.patch 0004-bootchart-check-return-of-strftime.patch 0005-bootchart-Do-not-try-to-access-data-for-non-existing.patch/bin/sh/bin/sh/bin/sh/bin/shs390zl34 1705387467  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~249.17-150400.8.40.1249249.17-150400.8.40.1249.17-150400.8.40.1    networkpstore.confudevhwdb.binrules.dudev.confudevadmsystemd-cryptenrollsystemd-hwdbudevadmnetwork99-default.linkfixlet-udev-post.shinitrd-udevadm-cleanup-db.servicekmod-static-nodes.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketkmod-static-nodes.servicesystemd-hwdb-update.servicesystemd-udev-trigger.servicesystemd-udevd.servicesystemd-hwdb-update.servicesystemd-network-generator.servicesystemd-pstore.servicesystemd-udev-settle.servicesystemd-udev-trigger.servicesystemd-udevd-control.socketsystemd-udevd-kernel.socketsystemd-udevd.servicesystemd-network-generatorsystemd-pstoresystemd-udevdstatic-nodes-permissions.confsystemd-pstore.confudevata_idcdrom_idcompat-symlink-generationfido_idhwdb.d20-OUI.hwdb20-acpi-vendor.hwdb20-bluetooth-vendor-product.hwdb20-dmi-id.hwdb20-net-ifname.hwdb20-pci-classes.hwdb20-pci-vendor-model.hwdb20-sdio-classes.hwdb20-sdio-vendor-model.hwdb20-usb-classes.hwdb20-usb-vendor-model.hwdb20-vmbus-class.hwdb60-autosuspend-chromiumos.hwdb60-autosuspend-fingerprint-reader.hwdb60-autosuspend.hwdb60-evdev.hwdb60-input-id.hwdb60-keyboard.hwdb60-seat.hwdb60-sensor.hwdb70-analyzers.hwdb70-av-production.hwdb70-cameras.hwdb70-joystick.hwdb70-mouse.hwdb70-pointingstick.hwdb70-touchpad.hwdb80-ieee1394-unit-function.hwdbREADMEmtd_probepath_id_compatrule_generator.functionsrules.d50-udev-default.rules60-autosuspend.rules60-block.rules60-cdrom_id.rules60-drm.rules60-evdev.rules60-fido-id.rules60-input-id.rules60-persistent-alsa.rules60-persistent-input.rules60-persistent-storage-tape.rules60-persistent-storage.rules60-persistent-v4l.rules60-sensor.rules60-serial.rules61-persistent-storage-compat.rules64-btrfs.rules70-camera.rules70-joystick.rules70-mouse.rules70-power-switch.rules70-touchpad.rules75-net-description.rules75-persistent-net-generator.rules75-probe_mtd.rules78-sound-card.rules80-drivers.rules80-net-setup-link.rules81-net-dhcp.rules90-vconsole.rulesREADMEscsi_idv4l_idwrite_net_rulesudevadmsystemd-cryptenroll.1.gzpstore.conf.5.gzpstore.conf.d.5.gzudev.conf.5.gzhwdb.7.gzudev.7.gzsystemd-hwdb.8.gzsystemd-network-generator.8.gzsystemd-network-generator.service.8.gzsystemd-pstore.8.gzsystemd-pstore.service.8.gzsystemd-udev-settle.service.8.gzsystemd-udevd-control.socket.8.gzsystemd-udevd-kernel.socket.8.gzsystemd-udevd.8.gzsystemd-udevd.service.8.gzudevadm.8.gzudev.pc_udevadm/etc/systemd//etc//etc/udev//sbin//usr/bin//usr/lib/systemd//usr/lib/systemd/network//usr/lib/systemd/rpm//usr/lib/systemd/system//usr/lib/systemd/system/sockets.target.wants//usr/lib/systemd/system/sysinit.target.wants//usr/lib/tmpfiles.d//usr/lib//usr/lib/udev//usr/lib/udev/hwdb.d//usr/lib/udev/rules.d//usr/share/bash-completion/completions//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//usr/share/pkgconfig//usr/share/zsh/site-functions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31967/SUSE_SLE-15-SP4_Update/3b9fe5e815d28c3a919f9f15ddfc81eb-systemd.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linux  directoryASCII textcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.40.1.s390x/etc/udev/hwdb.bin' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=939c087e2dd81862dd6cb3b3189e4b837445e9c2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e0f7b9eaa14646c790a8af1eb555dd47ade6198a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=851decbdaca3358ccb3eef43e90d7fae07bdd81c, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fbb7db4f28b646ee8c22d32d9a40eaf2f0868904, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=19ab05eaf74a130e535a56973c9cef93618e2082, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2220849d79f7907838b9983500511c267e20e13b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=41bb712e2982b3f63d910ceea854fdd57db3b096, for GNU/Linux 3.2.0, strippedcannot open `/home/abuild/rpmbuild/BUILDROOT/systemd-249.17-150400.8.40.1.s390x/usr/lib/udev/compat-symlink-generation' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a7d1faf3a69b226603541528abf9833c77e197d0, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8d6348ab25129fcbbaeb18551d1b4b18cbb299d1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=72750b458807d358e645c21df00a3076520585f8, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a0c28bf9e09a4d4d5a12fdc50b114f12817c56c8, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3542d08391676d353c647a73b82ae4becec34731, for GNU/Linux 3.2.0, strippedtroff 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)pkgconfig file '(.5:?DIPV[\ R R"RRRRRR(R'R!RRRRR(R'RRRRRR&R$RRRRRRRRRRR(R'R#R R%RRRRRR(R'RRRR&R(R'R%RR(RRR'RR(RRR'RR(RRR'RR(RRR'RRRRRR(R'RR(RRRR'RR(RRR'RRPR}ݵ ax4ymy if test -x /usr/lib/module-init-tools/regenerate-initrd-posttrans; then /bin/bash -c 'set +e; /usr/lib/module-init-tools/regenerate-initrd-posttrans' fi/bin/shutf-8db698951072ae356147933d394e46226df1b6737bee9eec3f7afbc346b51796c?P7zXZ !t/F]"k%Hp٫h# Q?DOC<@n3QyI::M3~-"ն҆e{نRkrENÖD֙9lӜرs`=څBK\r-SZޭf7nik 2Pޯ+Q3/*1a*gSc&Ll@ɝ_r^|}%Qu$?\£f4lϜW1Yz֤UϟP]c,+Oeuυiq]iY65$u^ <͇Gy^{lw|ǙL02*G{;;Ũlqh0xF,;I=Mi%'1O^]7Ҵ̵4=^>^UL™gد r}=9VF6 P7 !cFj&oA@cr FX#r. %$ i0h]&zv &P9eRHO2,gS-;H9歯04⿨q9޾x2tK:wR`-U"L6k&NK.1ɯ^EE"N{|G\"Zrw׆.6Ax(#%V^6~MC'S|xZg|P[Ch4P~FfPp|'E 46m(Q`#Ub$7> Ue}}\DD x[H ܛTrQn%f5t"*VQSdnTEDyD8$}zܢ6[ͽ>ϯ_w9E[/};`βd?aR3 [:`7G?bU;L r+4l,ycCB_ƔgP`>O_y$)rظu&wFƇ0.$97D}!ƈ4ctܾ%YB)Ŕ>dTy'IUo5_,e[6YΛgT`$%gm%czeXZVsZ ))c߃lH?*IHeQ![߾;f(ce=2^p~/ :!#&S#@.إCbnF ~ e7Z :}3vcbd@'l; 2nwhlfgp@B} >jgm26DA [6+^ig&ez>~!JbȆa,iLox60+jjQ#o1/F{{wq-Ȏr$ArCɃ=p52]J'L 8+T)\P{XqHPUv[WY{ssH dfV9g414]Sj[HĀˬ2[ #`uvߟ߃W+qU[s%**|fJtsic]QT1qLJYNA0WgZ#j,-~4|a2']_~͓3H dV`CIRk,êjۻ@IQ kb}$).Y}i((gR`?>ƎD!ll( 37>8wA3ZAjh&8&jƂ8mHjWƔjj{)oAvep<#BK|E;$%,w|zalЛi70n.|bո2>7)S}Z,O5Ʃ "BlNE.N xw'/)M piw%\'LJ_:G,?R\С۩OWe < 2mfY~ *G' lW $3ʋw4SSFf9rcJn+&%6˄o5D6dHǁ\7DtI&70c!gR{fΉ.\b3-jj'Ξ㳢ךIZFm^X10^Rq .d;w {o bzmyJE] ma C5-}/qR? {{W@XzWIgWLr*֌t˿BGk!H,$u&FSa^~I ipN,ِښl?]Ub(eY~wH1ABbzNJ7,A\<ضjڔFK~yuEĪ>CXugo,5f&e] b&m76Jt;t0j:ѿ욅ИDȕa{rd2k M[{IQMI5sp@Lӧ/\L\Äϐ?-Zx B-zv楬_ɢ;3 ^E)*b7Ϡ!V־{X>U٫觫4աRM(q+Gw;atY@C}CmT;wc:''& 8@ ?ҿLpע螿2l@vRp]9ALnޅFpGZaAp:;3~H'cdykg+<_੭8]dy5Ph5 q#ה>-!CoKeo(.XA):M φA5ha)YBT \`@F_Vh_0pYveNiv'fǿ?>Φj #&b?Orm>quQ@QnxUcџ Hpݏ?n6B~9042V=!z@ $ҝ"^RM@P؋;Mtslx \uC)@$B(wl<7XPglgG>3ѰK KMM}ϝ(Ό bnW|b1^edYSзЃ+>z)~_cJQPw%quZz~&0_ Q[)i>Řp5Nk^ywiYZ-c{ 0h&anwU'0zyl16ÓWƚp9q| SD ƶxCoxc!c6?MC3kXKPƍ8ǫS{_  XgMuǿZ$t C{J6]ң;>\o5i#VjY]j"'wbr#ZORP?f;ԏ&('>vPɊ8gjʠ 1 9~ pn+@[Idyv$Uetѩi1J#xs C6!rlJ嚮U]Y9+z;fK6n÷9=꧴|'i U㼰rjeV2BB2dRs`SѹJ.tUAeBo„ӝ;nh(&?s7BQ0KY05Nfg a'Z!p{!O(P3 2--I͍XE EaB <'i<$RelWE:9CAu7Hdcj)%A)b6j\ě ʼ=*'K.W"Gf#֭e"3|+Ӛq1E2On=w>"o'/򁀒b%y䴫0r lLxnuD0>ܜ2Dj/4M.Ht#Nu!үPzw:=eݼ/K2OWwXBQI{7dvZXۚ.5c@c0qDG/LF*ڄ*ofVkJ&fh+flxEy7|Y&! 'qU+13\9)l]?͎>5g i2_kE,[(ʫ M%ai-DdK)m=($Wey)/A:P\߲6ƴSX1 oA=dR2NNZ&=?tw,]MN6Ɛ*b=øoUP^h &fؾ;DsEڡUz(Z 6qI/J(loŔ&AA#UHvW4Z|747 K|p3ɉ̇J#k4k6D71m & %քq ?pR:0b8+ Cqe"(~$ !ō'Vz<Ǒugh}k@ ,h1i^Ra@Lf2!n""t_uH8=2OCq Bzx,j?)Kr46PvmASKɘ%aٕX!k7V}˿]V*:v'L 2,jlge){Xt _k;ȩ)ܻ|fs`׍O(@S?u޲MHPXG*Fsb7ywE`z v46y9mJ1h"8z Yq!JB ]6?j*x4Trm f'9w{ȖU1#ԙ Jds0'{ |z[+e-;sKe)I,h;%a 6H}Dz$_3H>!6IW;**9ҞئXx5>[Zq 48u?-Գ[RnUjWHpX[d]ha-L=pi_f}v3d \s([h 3_j\N.Ur>d s7B?aZ>z"Xyڬ,5W`KG-m}½}˳h.[tlj7Hlsa*4i '㷨x棫 K(1$0^#1Tj3y$b? Hjѭ9€P_>Ɋ|xO9jk帡O{ő0C皠%lB!%{i?L"vRP aqifZ繠.?%ڮ xxg0~V,Dk˝V{aw/! -z8~ܪJfTFv w;S$kmCSrZ*Ճ=מVK"V&WQ[_xIcF#hQ:M `qS}毢Ϸk :;s˴p^-ڂ,T=UeH \MȈ*%4U59&7| Pȷs1]]je0 ;ZsGUB nTo ɭ;{({՚S6DLn- .PKsL5%L!,;1qØFH 0YVt{Ado -=)\/ 49F$׾7"LԜzud[3}^~z\ @0|(DS82۪:4җy!e`c`#(HF;Kb%;fE0Jᄋ&c Ub8Fڏj`iNȦ?e?uϺk(e-nDp,h<9|kF[EnWu@tx&BK_v]V0 'b1У%ٮk؝iQ"FI"6F@H龗 ^5df&'HSD$l9@vh۞0u?S3kj3|iW hṋ̃JФ6w-ת([S p:Y/%Em])TFysJVQO80LYTɣgsssJ-4Ht_#41qiqPBLwhA9޴Ϊsz J%qdʵQDxNL1 =2P2y䬝1r묥7U~RFި}i%/ѯS/-SO)u9 ^c֕Abg̉K,FUHLLV<Ӂfϒ ha="OgbLY7[РSK̢i_;L^1y?o#׭?_ޠN:M _$KeK@?6nsڕ\ jyeΤ[([G6+qG ZFkaɸE1M;uev}pab3P:̮JǣNAzFq&/ci+i{ %mE%ZaBtE ]Ke E~m; l'RB)戙LVvV07yֺFe:=_cghvLj6ؗw*X]4ߡKT#3 ؛~yrmY{3jr7":9W)!i@VUWk *nzq?Nǀep +9}?4ܝ!`g|ètr |XG\h@Y՟# >)>*.: [?>w|!A0z |XjE/ } X3v׽g$cGsfڊ+Xmk=r*Bl_l54f䙻\L 28$zv:z/lj<yZӚz8FCق)'bwmŮ۴F8Y9|xXu ?[*oG@P J"60%4pDfV+>׾/35(9lNM: qT"RS6.N';5 G~*YA01f!:$ %[ l&0=L q:s  `ūe8>3*lΣ_G|Gj"m}G2 9؇Ť[e=\+!@o/ryyCYh2,D6׸9Kj+t j|g͡=i @nLS9 85 bbLiQ&eHkU %#UgtZ6+cVg>w~Kd} Z<`<޳܁\)tg.D b EcGaS2SϪ!o x j6Y ,S&-DkE5BgK 7;pW)lv~vk,20/5(R>+p3e 87a9gȳ?dq tdmgY zd2bnf$A.PTT="0rhX|$ByLVvwvA`3U7'LD4u0d+;MK8Pb>qLESsV?UdiֶV][h>v7maN=?dPuV\j$sGȌ[C.O:&bn|x!TJOjY jcٗDSQA@\{q9J K%)ah И42 -$9WpsckhT J쭅ʹ6mcA'EgP*5&Ϫ5E8ӽZ` vx#!# =OnkBkǥ[1˟?Y<4o6OL1L6*3-fڅ](pea\ #Z4DP8LoFJ߸|zAA-u3b*<_I4[ .NaJdU'\D]BXPۥ/+!bǩnk?5dho=Ӽ)k_Vcb"0} M5@ᳮ#DyuZ~\/sxJ\ƽWa/F.F2tH6TͺsGGFSt{G]wFpk c^a;`jC%-YvLQU= g+ ֯E\%YƛVظӻ8k#T eÒt*:v\ki2uQ3c#.q@qFލ//~Ţfn&¼l!%/`-O"aH-z|T2iF>xJld-F̠d@\5qYnNyb~a¬Ҵ=)3_5MQi/Šb F?3nCκŧy*D쓚4u:_<0C{%}MK'rmI0I?Qsk[*j3x93/qwv_ 5juFz .*G x$S 8cZ/CǼ,滟.G~3cA#Yxͅ1~ +e92+h?zEm]B {DSR]$b}5M$xӯ 5|:&Ᶎp;~uƁQ>4o-욪M R*JK;bfj4>pʅ2V.ĝ9y,Ħ tr)!OP7>=0~R4Jӓa\?ck=WM;w)֞2`3Y$zhɎ&n=$*$/rYyxCU.%ǖHH$w7SA茨sjcԤiD+]0ro=IsߢHw^G|藉=O]hsA襘Q3͐߇>i:ҵ>A)U4^IVl-='뫶o 67b ;&dD p-j q)#80־_Qba):$ȍr15n"on`.e? s@ LՑj%;œ/WClڞ~$V]-f73&ȉq296yӁ{Kĉ^f2 ``wͮR@? -Q7aS`O)?Է|e e/@?{^޾3 ?!Rv`k)mWձ<}59A63.:ŐlY5Ahjfr t/ /Q,'Rj@ѿ 1> ,m)#O_ hf"_ E:pҞ]]kn}o[Zq.2%oZ:HWCq rH%[.<zCj*"o?L%HE/w'^? F0drysq~F>=S"ah틾  jG͊iB{G C"LmIbsx#1B[^;3)9Fh,EøY uJ+>c0js&$!,Bye.LJLM&"A3F7}}c ")9Xsk1͠wL< p r}Y D;q8%'@Fm:0N&#HIh`TM㫙:ZృF;&jnjYn0`NǬuFKIKȥ*[5Y`5BM0{+,KֆmMq I|J9$Svsv_NcKő *FT!MLU. AZF-AccpfbT(,Qj\fƒ5FA}cn2amuF>vF\^2AODrjk}NqWp+;-i G*U,Q?}\WLBw)Bʊt%yp-R,-J@p2Si'ƾӷ5:%#cnF/nn&N[_O=QI)XG0Ր@|qZaekM9Xŋŵy?b[=YiS;b.֏Y^\U0 跈VNASGV=: H+qXG'!a1:EȆeV唔a0 YPD q? ^NG! \UDn9eue5bSmj& G؍G͝7Zz&ߌudzNs^4YPg]nUj`>rؓ+" cƩV6bYנ}mÆ:$ Xnˉp{x\&eH=x\OJ'PYE3Y2yEg>z9rOư,ށCHu6u3/{jJc0p 6=#пpf'O6oh5٧31>x92ȂD,QnėR]t-lu&$,>X~ƽe8`BHi U2?5o՜!S"Cu $%s\ Ů` !@hƖ)>ZXQk +xV* ]O,bҧח2p Y"P6`{zTC1o;orv r(c's<ś%S)_t~LgapoO le?e&Ba$3vkr߷Hc|2ocbzɕh%&фbEE-2CӁ!lAJޢ.V߆=='t%Z,Uh#bS-@9yC6t%!6[!p{w͔wP&VS5wruHܦ/+8t,wnGiA"B:秿_*?ubyzrdiuHԼ? "G{y!&j `H:Gj\)T-k1P3ɹ\Х<'=H=-oTc}ר&?lZAEmXNvs e\ފ]z\*Re.g)/#F<CHAňE5U*^Iu#z %ѯS yE@Է'>~&}[%[}j ۩뫝$G>>:?>U}Y=NP)cZj+;" ? RR E4&rWc7=iDZ-E'Π?Bו𙡰 gCn#\D6;5ۤn?%d`(9…*~xKuG|s-ckLJvT|ѮO{㏫&^%`lH^a/C`kN#Ňf);m :eT_/>q6\)J}R,:P/!Kza7U&qڑst,/ bmC8k.fv'f1G5d0kpW!c֘*C!dTwH(Lj'+N8 5"z}*7<@8/Kmx{{J]keı>+c6Za<*J&$}%.-bb9B@GJ9Ər-w/8$,`h8"Uɐ|gkC`<3v!);Íl qMW  r~ RGm;lY=z%„&O/Uo Zݥ.L+o_.uKs*Mz; Zɳ=_D.2&{W9Gsrd` |[Cڌu In ҥ{i ݈^BokK:83BD8Wah`9 P{P 9EV/w&g+K&9%4tLQVg]֟֗e68O{lKwXR윹Ve rWDs'Z70oV\G :z3>]~NS*rg~#j߯$r,lq6 zK:~F{)!K¦HUS3P|(O 0iD3js| 83-Eɥŕ uM=yا<%Z ۊ" &Hltk\e) \" /}E (6? ;3@P 3+R[:Va Ea Ru@$F۰ۼ'z d-1aH&K`b:!e`[Ƕ~^zkkfV1\ )$ZVZY 0gcYės2&+Gq&$Y[z޹UIo%Iz\[j4Q .rދh_UXbnaTCKcW*G޻-tý%@5 V7mvRQc˙7 |Lپ*e5W{ڳ =< yK?qm,R5_}% \IyOw r5-]#4wWs&ƕX.D)8Y'6Ŭ?6AuF09WWcø |nXһ LeoIԉR4mjC՘\{cKܒ eJyK(]] (8{~}$W^6W!XzlNdf6NƧ;&/=5"A^ X ZcTlkTkZ[la hm)8n|v#\4lI>N2X5,mIpS]tրc䛷E_bXe0ۥ>tѩAp4-"};兵$J׵\ w2 ۖ3Q/gG9Z1";)[쏜]TٝŻ;h|:JtRF%3 k{C2q0.BrxZ2 p6)X^&v>j[|RI6pJ P Ov&;#ǐ+;F|^f S&($ZIbT˒;'r+vc,gIGe ,\To;)oWb)oôjP;x;I3:E۫{-QzVR]I92&G"vE|DbkCd= o{ :o$Sx*ֿI-[e#JrZVY% <^e7Ғ#/ҳ dkDJ*J!F/7׳Lzٔ1lThA, i}\R| OC\~*XTUԽ~+4)WO"&ϾwT8g#kpR?9U85 _ S i]t *.(O/ B%;)rXV#l29H62]ɜ6k/,N7uEh[sRUa8e3K)2)mX~MX/|#M!߃)9oq]u"hIMga_@5qկZwJwIUwp]%?\RK81ޣ?à;n6tC[y hcT/reL]$A6F<3=U -3IW\=Z 2=Kj7#WQ%>^!מtl@UF] a6~ti0 u^oSI٢G9 &dWv$SQ:cB\nҍ.j;!s!yR71R!d_AR,oo=rY0È':x^}^*&5d{}@xjQCU}#P4`[JV=u;PwzCRKC]uu$V8w @UnŃA ǫjcs =Li&f\I+-@t=Vү' Ɩ8q_';* 7:'9Դ O9/ G0TCwz5M9T/ Ij<ɬe @/M*|{y{H`9q ';}xG m(kNmGXl"E/#9+EzeE84&d6a_g"09jDG KE1af&k\`&)C 9fR tu|؃!soͳkK`[O1"s4=khݢ8kiPK5"El1u ŵB=NVX(+,[Fi1"q`nIA%%:z*xb֓0؈s]1/ql3c(zc7^KȈfuxBnJjӠAx^F@F+_?("X7[ddL2QYGqNJ-J!43J6DXvc̭CFs->ګGig4Ͳn$~[q4 Ai.QSFU0Hxʰ <0buD= }uN]6ťv|^;%Շ_OTR9|X&J|@ekócEQ{^\t7n{2߽-yȞA+}VGߺs2OYb) `DG݃?̥zZ@OPaC`SP!2RAE2E-Q=]f]g4βĨ˽x SI6J.a!a rqS3ǎNnYt6z"Zdj,8Y/9yQ:q7/kS$='e#Ѣɦ8 LAm1!v;q2r#"mXÂzX%J<CZ^UJQa9y]%ҥd@#ӝ *g7k@ӂA)Mg*4]Fis@͉2I?jd765! E}y(ζ?:} UoƼ7mۄ%Y@(EH[J+0s\ˆkPQ{90]s_!iO4zo Ie?O_x/%z;}AȦJ>NlPԴ Qy$ݐjT)[/ GG}ŌaJ-{*nQ{A Hх v,Z`pjo̸O+x#{5rSATxY Qz^wkdÜ>[ae.hW[3GS(*\D?hUL<ׯ=K[nԑSÞ[Qw25`~M8He)ܕdos8 ]hPabtmX;:a:m`߉E9*}6ΰ&y#.* .?v!Tآ52?&g‰x:ӑKneۦ5=$k^kKZ2ͿkrnFjJBHZ.A]x 82R1; =m-*Y<+"kC5>ےyB֊0.BN%l< NZovTo=5ql&(`E2NUj{"%bSECo'Q}ʹ]ߌ0|M&0=}j2QmHa]Y!Ko\bܷTF Tmv)8OҒl[@wXU#: 2Z:k~y%f!ŠA\99ի2+^0Y;|)eiCpBzO%,\ȮDLv3Ca %%MX"c#ͩ!#UuA!2P!,> j->Ӌ22Ct]vK($5bҫcp:8`ц, x TQu%Q)ف u&Gr]ο^ķlX!f25sD8lee)u~Y_ʨoxգ_8*. -.u >fdGh?6ePؼNPkw"=ߝA-u}dݔy^r}" jq$a[4N¨?1-5Uz,zrXN;H!H !e!|f-6 \ m>biOp+kO| iAZ9;F!z~WIğwT cT] _IЎK z>oB kU@CWJd2>EOmZb%g#_BqM7;Lͣ" .)7Iװ2;,ʒcvf 6vKHr(|Xf"c\эB&^qKGړHWlfW~*u 7Ig P{I;( pi'HQj%J[|!8VIN/<~ߵrNv*(A+8*.\NIv |cJS#%t`\!I]:)- #:,8/9,4mMcyIBMXޙw~&[% x>5R#-:&ʦ,(7P<,;as$&G+jNC9!q0j}v[Ӧ:L5|߰ZVϝt&ykϠ~>3tn}`jԆm1ƙ "Y0//䪎ǡo™"ϖ pv]/ʢ8PMX1o( \N.|/}^LGB_&t|]6Mhx -m}ORdz|H NY+9) >`}"sϛ0 tN?x%V)2:1/`||O q+Gl/0066Q{ε++@3 R2T rB?r|)}0"!cTNd m6Ps Y6>iߪv0e*? /[P|Շv0a~܂Up_`cAov _`bcͯ 9r7fwN(Hm:ƔOpB۬ Tr$P75K.)% @՘8Z!{\N&8J2i3>dUxE psP60F<|o=^g1n2u7WE$Ow"A^ O]rD;_-'ZQEid= SŸOpM`HbP}Cus2.#S9v-佪1Z[٨Y(*%MVɯ7-P`V&gOolًS\"P*w' s͗T肬{mC۶ ]kL\5״x_mPɨڱJ .w0 oqg[LP4Q$4XZQH3pF+/j=5잘)K-SM{+*̭̆^RkIƲ7 b[ @72!w` {])Qn1#L`U/d?mP7[c> o JGnX*9Xid';jI3.S@ͩNSݕtiwm}͈/<^>X d%ۉqG]o]i Ti\`34{B4ï'ɉk3*$',rˈe?, }%{A{͢js4 ?j`ezA>5 j,zm,"#TҲ.TbixfPŰ&hJ Pd %e ͫN7݇`"Sq5:Ēca.Ǔ4~ *NޱrҞ^~(![d%x뺦YK"y)uRBV!W_ =#Y3(vӇ-4/&-n^p[a?HlKzrQ5&%)D5?`,m[Gv iMi' ѭMOMxGp,s_4c{YCX_FT"Rд8Hy:Q3 vWT͈?d۸71F'Ua 뜏|,.NE\X_YdEaFHpdm2=Y_ysJ{a2ثlH N[D[+c֑wl|W. *Nzd= Ŝ@ ⒙'PSAkt { s)ܱDk;K{v<Ի+H& ,nXFyVo )&y-LÐN+ܷ3 _#\{(8jӸ" ]<qV'pЅޅC8^|Cꎕ`7Lms"D}FV4{UTO_ kXT9ֵG37tnP "jJޑm1薽5W2)ԠQ@[W*R e2wȬ5e ێm?Df3F84M+'9?XSjͫ  ۷L#3X[NIxkQL-R[/W><kFfeZ c/ŔL?m&B]W$v:j.y[{y$Sg1j?vmͮ2v*Z9&9 ߙVqwg.(ޭOwa3vNZ<ɟ!aaΔjs]Y77zPd)s\N4 uPg lnaMJ~F 2ft@y΄a N֩2zǟ\0_YM_˥\-ETWbH(s[7N1b}S.l)u)~̻^u2D7MW+h/&P|)w|)</?0 Ki~3"enW`/xv+y>*m8:?w4^Z.2qS,Cew "^ۈeq;ǯd+He\1]b,\KcL(@aiG'mzM, velIEpʏe}S,kJO|!g +W. cy]`ajևF=N^^RJ!9BQu3<o04zW8v#7l `D;Jٜ>O*-6h`z!螹BsX5fQEMy!Wy]zr=aR^"vٓΛt*:'f4_8"={!1 KWH :+mT=fr>0M;Rn=l :;e:@E9\s)]Z_ޡImPĮv K3&,>~O1˴ 't {qi.rS!18ꃻ'6!Uh/ܝ_>"4)nj߬ c&Qm"=b:@@.'}aɀ2J\}:>n"w] L T,5^xKytSy0,YG)tw"eiZΗ://3=RݠRVf TPfwnvcVy@ay]U'7a\FXYFh!gb_ PHJbCQ\·}P˻\W&E󖇛w0ZNJ2SO::ÅmWC%_]["OT+w^W x fnOF 2BwXבNU[WFk_ea'JԮAY<& - Kz` Q:bcAΌڔƇd%)r1@:13&Tg|-v4{#V~Yn Pr%ZI(F0[~ɣ: @ Lc易d0}`7VRˏ Z>iTͤ^%Am>QN8]CN'^>b^Z"r.0Vwv5n)qzqHɁT‘eZ: !fGԋtd)zD d$Rb(,-*mO9cT>3}.QNÉb,9IP14)DJJkxC&ܠ5+CmmSeeip*uhz!Q*Ƽd&X{J͘e 4oy*l1480j(Dw bǺﮋM[^&-jIջSX!rݵ 7/-(TϟMAbmTX,GY w~,*c9AL !.imS^ҭ ~+!pw#&}$e@ykpFiJ_XCu+JIb^*7r-s?>:5&\I?DОs0J9^3v7 im\@L}hrRǵ=uR?Ʒᡵ L;]p<~5 zt?w$OZtag_AF.*-M~h%_ebMBIDhmEZ@qaP i.mAsnnAo# #(F F7P ڦwعQ/K㔅c=G*!mP_\Vir } QXBMY%( ]-$kd '\*2ı>ɕWD/a`5贜_|2YEj:3vϨkZ7p8 y|Y[bЄXDͿS`#X䊂&w7VVpOHO42͵0l"LϪB1N35^ZK)$G|KI4CC9#lѶ,걐'j]^&p\|H(-&Β#4l ",}=wׂ]jÁwbݛ"} yxmfFQy >Ӟ؜SVAd.x6î W:Y,p8:Φ:.:.֖(qvB+bN(d_B8])]5f o3UIc~H*u' ha@fJ,ig^Nr}Wİ2( Nݭ?@[Q(B6M1NO}q~=ܰC޴lMrU4q49ksbS+al/C.)dk\9=#U`VT,ʗ2,&\GqBbxIo}2Lz,;dYĭ>4Z#P ܖu.7pVgr]$>4\*iv6k'6Q6X\Xl .:ӂRDhWu2=找+ȁImyi{QmF%jGS b&;ks"91sƯ`}Ѽ"|}}CDp1,.{/vW{嫡N'AG atmz6~eJǵ4'/gY+V Ls1b̋ٮ[-2G\6@DobYb+}w#J*5N(#2*J"F=f6IY6^2 >0AS d +\/)}Kk~ݧI"-p i]ernC!kݴ=dDo5N7)`1ŧU nBV9T0uM XI'GLJ~0n>9۳ĽV)<ڇ!6|syMjn^zs9FljKuzfE3/ڞzOn9 s C|I Q=9Ï*OvMo4A/{sV*Y7;HJѼx~82T`-f-`XS]Y $[)d]1fW8stt2(P; 95(ZC9|Q[ƃ꒢i}>kS81r /[sg"D,G&ךYq5`ݬ1@+ SƎ,s`D[G)k[OV|r>nyս_ĩľ ,.g"!Qk)cX~~ v/t@JSsUt]*QMIZnO U6 5_`Gesy[·sZu"z+/4Lb y䪩aq&En\c2I!M:+IЀ* ,`քɺs?b~nm0EmP,XsLyp{xDI3u#p3#A|<ٓLazdcO P/$kΫX23S'Ճ(K=Q҇d%1IJDxhC..D0~Y㐽1 .em("6cO>> <B< O.Q /UR[2č˰P3kb;*.?X3ŗKI+{zMpJ؆!am&7k`s蓡ENkm Ԍb䚋V:wr,I$x?oxk%wLBM\xO22 A,ǴyQD~#'Ԫ2TeXT+KH#489λwr;2:pop&y߳.{85'ukH8Ch2ZswW*hev #m(ub 44doۺݢodLq`zT\SQskH6! gQ%?B]r,nx EvW`y6.d #q7я&sTm .7;46P̻5/+V,`f kweQIaMvjN=cgtaO^ZeQ`MGuec|)Qu& u 31޷ZOaaESyYtqf[OHn=ߝpHiנHloc}N'R*xje=z17p@(*Мtp~,2=UጔV(@N%:b/x{i|?~`*c _O{Sy2'R憧_k!D=ӳn%N8C;`1 n < "ArH:>EQ%Q[괊Q 뎈lAKJεeH'j78R,j{AfkW.zS Y"{@mB$`阗Cj'^?8o1iiX^>ZS?q81/K0k={J]S _8PVTl0!jq4W.`|9C*xWdJXC+KYir qw##t*Z=' ʎha˒ݪW.d:KYbc>N(PʧllĄ/"j1 \gZͦDV'J]OGppzX4Qox]|HJP6-?qHNNFgaR$A 3w!8JMhϣ7@hbͲAKylKN7ѝ*0$=4̃tmv*Xl>-)O%3W~t,KO]bX &lHC 2Ili5_ t7%ń}FћCǽa[|.xr&>^Oj2 NYPQ:3<ΩmCH՟L^:pW-+ }o7F'y`[Ȍg7w?ܹGgN ʉv ǰU~'DQLV0}I`(9dk&lcVND+RTX -L.ij}ڵpLhW݀*.{W"nۛ/HO57uqC-™_H#MjqN3H񟐐"[zZCwOT*bUݵ\]Qab+gpăFwzVYg,8,&zNiD_CPa75k7Cfܧ9#lˤ 4Ps(,(~#ՎEl GLqTc BOgsm}03€ݯ <-[̀"vmq4%iPlsۼ*~֖jDФ3~!ܲe)VQJ /2y=Oo f}}~I'⏣CuKŚQd*k<о4C~F֬qR`66pDx 9dqKox %$ `q\ 3%f.6E/!'Kf8VEK"ZߓkCHå$dnN7Gƾ>Xxk?h Dxcq(޻@}nb(4H$T"yBsGҲ.3%XDXIɔY*rj0wЧa*}aS^%&F畮ҶɩUli F{xwiA2, 5j|c0g8Yxi/4S%q!SңFцXXel#}/x_b)[PKP/w~/K _2 -T]ˌ;MN-w>]#,2DV\$XX0Lٓ{vEj0 cJyR2SsI۲P; w#I. A1!&#lHp @ZJ^> iaf ϫ2Fg91oA;ZA'RhO^)h{9?TщJV~^qzGc7;֩,!F!Z0^a%'=RX}U\U:?hUNV OѹXg-LEq52O5/G/Ll46y%1݈ ^?=n}F*-nloA/%p%R+^`y4لtݗn#O8>e@qiDٸǸn˝\Y4M5@S;/ʶPFx4w|> kW4Iczݎ2#|Jga]TAuNԫzOJyP /)2/q B?:Ow-ZP̉m^˶Fn cE"@LGak`215*_n%aӎjXm4mr%mӓyĄwp5xRO-fgV,7Q2D|g:FN9@%|^vӑg)-z; 3r]lV{m- qŮ }j8O;ˍr]E଱iHمu~a;l1ٝz˫dU dhu޴ePO7me68 U;`O|88`>:u Al~=Ҕ-W1u}6Ӗkw0DIu7Q@Eve?:=ҵ_t H;&xP%0*f*.(h(\i-e#+HJt|#U+СB .(c?U35Oq;vpz*ӕ|d,(C׿] !R`Vsp8ߊv|Y*a0> {AeLr&Gp gϱ\9Z{Mŏ~7 J|27EF:Bj!Xn|"Q4b<"A9˨4ySky9,# nb+/# X=NC19#9vsj_wA <7e-xt}[c'IFhcFw~&dp>/icFCKWJ.;L1x;Dk7 ,D0bRNTL7⧙FQPpqC0Ua';Wςc|9_5n:"@)Nʦ? dh< 2B+4 &xȚRl"wg눎#1^E;IC3eKoel c ըFX|ݪgKRj@ ɳ%/7xi`}?f &cklAm29= {6],Fˋfk M-gMI (*}6wJ}CA6C6BxUD~cĺlWlg0~~- 9|g 2मcd5{:'`[Gd>ˬ;zG ۇuW{c2Fnm;O6c"KʣՏ6) vJ,MFKNgKU@ҫWVoIT[p2>i—% 'P 70]q.;L}!kP y &ŋ,?!X3'B>N7B v2>t(aTM4 T!`v%Qy肖%\z7c.j@ܶ! !Rݖg@ސwk^MG I0n8coX ~&ӍKM'ǞGykl"S&ɨi1dUպxPT7G\0A5% j+8VC8 DhEk^~1[$r쭚gi5VE^y\bTml[n`Gtq+l_=ݾaêL*NрP>sHS\'YuvC8BpJU$5FF9.™jU&J)c1dj]tlU=#-R dJd; 2o]ےz@ǚqR3hPVZ oܣSY='e ]ˑyW=00EKu_6 )v Ҍ&;\XM9ak!ؽ0sM)rKjQP2&grwM:ѯ;GDeg*׍ ufUQPU\)3ydO3tDD^OKǁHsIôECƪ&m 6GPeym_S"Y+E,{wEho^1DmzOU-bfٙJv/z9w&Bitw5~.hat((YcuXN%1ֻ,S&E]f->mWX>{0 Dq9%ϙ7x2}Cc ۃClhNaMl '";:2J! .H3U\ 3Dh 'q6} ѓ5|R]rf %'_%K i P]/_*9) 3Eq"?ja#rޣ `?A=1Cx5.5#9?8> ѱ2#:8C4$8[vXr9~v $>Ugú%!nxc797-gm,E3)m!˟3XYj ӕ9_>Tf/CuC:Xbf̢#zujmF݆-b/ Sp ɶ>b +١N~a|<jn<7^8V5ܦ;E8|=-|-Rq Z{l;u4+O8%H^@h"' TF烅.5֭%٢#B#\L8%0,͏ jJWQܕ,!cݢ"hu`qR?9iOǰZ0!PoYamRsx7 S 2pj o/ W)&05mi ȕ*bL0|נD̶ ugh]PX֧gџ&;MOП<,~ LYN@. ;TNV7''F˰5دPM5l/ޡ2mG5 _+Cc5NƸE5qoKm=CV ~//ּ p{CjU+, ]gn* s jjo9^G7}^> {yXioh Y%MɅD}@uS:@n}AnΓv\^vw[S;lSt_ _d>B5VxH p GE0U?n"'=gr글SP8a|4|31іi[GavOq,iQ>2 HW y+[hP'w>N›ҋ>KaAǰ} 5;< c@] yUUj]\l #1|,@=?jZsItPo.i-zDV{pjYX\2dV޵sn[ @mSt2ۺ1R+ Կ%OE|Jid-]bhRe)1$QuAUVK>v:]!&}EZY0ռ/[j\ȼ,or&zSyKٶ >J'lF[)bIP3P Yg`/첪%B=~HL@%o(u5P6\[juκ,ug*;ʺyg);[ mBZkP']-<+v PH&噩ɛNmNϢuijtݞ[1.Г>R=Ċ~D~3.2ONJS06} U ]d k}?Q ywT[@nlǐJцzI!Hy`3q(65):[.OBY,ԡ:+cPzz춣lbٰ%+,;!K5w86wh˹`((P[qvtm셡R[I" &UUc);+1~`'RڟN>#ŹU}M( iW#2|YUŐb46Ї*sl~)1IhÂ+MX3ಝG؄5Sux1-9Zf$j2et+G{8_%,݄ >EḬ 'Elp{ vR?1y 7D}qhތjW\ 4XC-eΥJ:لWʈϖp"Yܺqzp㺻yK`?hG|@DNs!]i 凵,hT[ fl|pџU"3/SE*Վ-;6 | C ,TfN"\ȝQ?^z"u@RQWMx"t#_Em25qd_ɓzJ"Ov?F<6YgS!`؃q6E[՘uneE$<.Z/?!JaUbY)uYY>[xvD,#3&\hhnJ_e1H5^ۡSs\ e7gHBiC?ixqRɖv(gQ@0^ړ!ƨ*eIGBX^u i_lk.wEϮuo~N\PJ)v?#]HNV:r%^X cҷS`g[W8)) uMdOTC'Ձ oYM ' eI"^($S6/1ւCn3Rc3U;U 6ՒOnfpJ~5ؑJ;FC?s{/O|521R+B+u̟F4`ea'Y(:#+rVF8φ!1^0<4Z D/o| mŝA;&F9V]<&2P#BeHrb)_p>wyi*G㉲c3\ di~ bEG.6E7PǨ5kY^/ svV(xf;м|Xy Lg/F'wNX9[*$V=&s@/A ='^+)'q81]+VVmm(F4Ua/\DrS6Lk>S0u,N Ne!1m|,he p{ lV>k+O|L ZW|r1'rEpcAdcEb^ڦgz-ڜck AmKfGx>clGJ8Uxy]el|j0Eu Ŋ9)bFqV4lD;V unc]BMLBXT6 I47RWYcWޒ/lfyiJTǸ-+Wa[=<62s%&AN Շ(xoնe j:3Ăm yLjFZo摜);*rSnS6 yV)!e%2'VeDH0H7[զpR 0( \#xÛz!ږ%,}_4?V]4-Ђ Z;ؔ*;b|t;&kX\ijW'k ?Fe\/燳`ovH p+c砠yT+ۼٳ= /y2aѹ/VWYK~LyFR Pl2[zFJ|IJᓝ[-GT؆A |2`0@oO]=aZ\;${I6{+RdPi -h l-oH0㼌>ZVW v(tNj*s ?Nn~Ow,?:FFeC.- szqE^Rh\'MR)~~Y 5D>yp\Pzi 1~F=۴ΟP7ExH*f1q,u3zc[˸ۇ{ͱ]dq r}6셭uMAeĹTC/ ގ%Fނ].͆T K D< %32j JU!X.ZYj\6(c ƕRS)`zl!]t*cʻ}ֽJUfDZRIMgFdڍPcZ'ibtoJnh'ZF3ԙZS7șql1B6:G78 |뉔-<6 {(^ĨZK,S,y;` ].;׊-zĮ_vi!P[J M<"ft59pv!@}ѰBBbj/ٶv.`3gz b2TWkuaIEn_/p$s"gQ84Q ֮yr%0(-cф*yÿ́Q(84@kF@bn*{ N0wK!GPYp=9kdE^Wz'Y"#u\DmatSD+3-ͪ&\FBR"ã+(iq(&4.9P f5#;6 f0kP"<Cʢ̻U9%Z2O8Hkn%+¸ɂv MUvՄ,W(?#~V 8)}IrO6eF3 T8?f|&Ox 6VAyfdMazpj}ttNлGwKČNBƷoSP m1oµgNΎ *_lqEGtt:FukPد'%dA<5y='hPau7' Hs qS&uRi)h::AqDO l-`IJ!}n;F%I4)jIQ\hJpr.Yg"z꟝UlቢW]۰+A#6An`8=$|I@_3X`e1='MZ\ œ\VhSS!(]Yok@2+{AwF! O'7Gy>ס6u\>cJq=㦩:eY߾2̜g@)٢n9B L')Nz_^ͩSesertR`%3萐SAm\tgyy^&d Q$ٽg'_ьҌYObȹVM+S<҄bu~nNmĝ|=n|Β|i)uw<~ݺC1X=a׮}5g@$hʋ.Y6bw҇=| Z!T0;1DZ5 ެ24ɽ:]? ;eg"qΙ y='bLaG LY3}MX+ӱ/3UǗ }UU\nc0;BؖcE_Q4XpۣJOۆk:{M(@ׂc;M̺JY@b9\䢫 a #_j:@y)jLm|ŀKId|^QauOhSL*#-K<=Qg-=G@ΩO OFӹ qD `5O2& <:Ke5I-{U&)bߵ!ۖ[CX8ϴj &3BEډ@#'iWG:OV-m@_ܕ>n~US;{ whhLV@ND3YjIxOܸsoAָyX^#>'K%Ux.nB3MEd]^N7%+"q5xwC (Z~w#P>{uAdJLF7{߈Aq}#fbԗΛ樱0zS[U$Ǖ9ՃI1u>1 )Pc,Dlj<&O-6SGq00Ri[hˑ}}Aڐ"jEy aIRn%&Yp cq,y4o1ZY7Rw޸XJ)Kn*6Is{c}{t\_OxL櫳(_JgD?]һv. FaoԡHG'DhO;JGxxS-&܈cܯZG)zEm%i=A>SC!k+[CǴ6UºKpGTv*;h4z.٢8k x$N2pɣ:}HR]"(@Mjǽj}ebD5Yhs۳S S*CW!^BxVC/ܸH69#}xŧ o]XrnSNI#E=pW4>R ߊ6u1Be-ap@S}Ѕ2Y14cKS9bl?0[o0!703i( ƞPuB R9YdG?6ŌaJ <{ܢj*BC6$5-_Je,&vfՇcW&Ց2 -TSgubCVLRd펀E%hlji#Egw#ϘagNّE גI\ }`DW|5rE# >Meթ\Uumb@q<%fJv'{1;@7KV4{C3RuxӨ]hQi>$M)iohJլ"/Q Ѡr[J/3r,O 䄫cDט=U7!L`j=j2禿,3886. LthE(JBC0xݘc]ikAFVR١n.5TYƚN oT\*s%ʶ)IkW[׈h-94,yrgHQenAzRYs4.!5Y۴"O# &Vef$ a(NTThoK=s* IrLu~3 nk@mBcSUo.g*OY9zA)$\#SHڲQ\xxHWdpD{~hi3`}g?O)3PHZM;$9 J dN!|Ő%!\Vj@ D1s y?&2|>/4b+WpOB-*qsq]hKD!-9#ӛ]r5!3^OJ[!^W<˱Fp>DhUzknc[1|Tk<&tʩFXnFMu]!p FOVDxZ2HAFx&O|H_t1UY vIR/b{2IטROa@Tǹ ~Nz a=;Y#3^# Y}D\a!>H,'\'Pq[Oи:p4ע `S0693L8z%cT>TBE~b~1OeuVRJ}ھ˓Y7 t~|5Yi:Q?"h` x%JG%oa/qX'cݜ¡@mZ ;RAJu=|P]!xC3|%1I85tM`$5~ ķdVt--f@6HW9X 7yΰKD0U1 rL*pĪ:'f]g{OB|(zsgO9)r |Xl!')%J_$.QH4Λ>jckHxϨwQuV5d>8t)]TC\"yxLnM@kgnKí1]m4ҴadV&/]Cr 2\Lq(܉KJBiSE_53+yє^@z3Lc-SINJCKd᪣M(^D9eUUsCOO)tq|Y߉s*ψX0>ˁ2xфɽ-o[fZ4ԎgJx^oHu4-(DMo CD(qGQ?!R:Xa7b_ZC忆M4;Qlz5b"t(LsvT2bRanāۧ a:6!j6R:b1IJ[xir8Vbc-aBykg癿y3I i"~.Ĩ~r$yAv2pb Qe+HP*(4u(nqrB$8D(;e} Tntt=Jo L^3G)\fCK7.lV= LCx4LPc)˿@z@eX5}W%fF;o@Y!oTF/R<o9nK}bDAq/G05~I8Q⛳ QO"cYk-o7] wq3L&>c˯SעaW8ܱSHS}̓B\QW5rtTW7:. ۺW>o7s~H8:8kü:uTEwQgy8l`Rt { 1B <$7&:q:#2+dJCBE'51 iAk[و|@9q2!R -N])'V$3"Eh\աPKHqπ#(#u&5xc8s6cp(39xQؕvKG$} u9j@UIZ`/D sul+qApz Bg!r m}Z9aKY{zǶ)#"i jPoiL,Adqilfno{S-o7ٝGRtGžHd:fa-q82 iݟYK-p3Mʕ4 %՛-]J3P0XxrgQ'Y{f[Onӯ^Vi|ʿYrpV͟j;ץI !]i]h ''lrCjt_:/!ya'B&wWPJ'At {;䤅/j3%Yu/K}:*$HUzgl%Q) Xkq:?osU6]VYzTea&(^C$!Fѡɑ%i#@ ogKxsMty2u_ٰ1&(;&̡s()Xq#ΑR6eAέ!>y~X A)vW^>IATP(*{7'ŀxM{b(4ۄkB*Tc׼PBV JౄvlßASU1ԱJ"UQxVSŏrIXhdg3j"PׇF|ERԾpcni=te`ь.e 'Jt~:'X,oܿs5"By!_jda&7LߓӈVS_~ᷓ!cՅ-/g =G{|ꛌB8 *;i8f gMy`^:ZxT}P3G:a;[G"yS:aT(Ӱh.3u~fFdC1aVaL ):왁S3޳P<.5EV"6}؝KC҂T>T6fʢ-T񐓉<E|9NoB/-]`YYD56Q`Agvk_0SMksT er [zr OpX87;9bq ;wL®~aZEEqXh& ?7(EvELW uP $ˠa5<.N፡ _¥ يHV,8Zi'Dp~BPrx2yeOwpR-1S= " M t/t 16=R熄!S yX?# pވRqƟ"W|Xԡv9X4W4 vN Gήfl_{_IbNPFAg 0F_yr BS(?j6~K^9k]80ִҌ.s^y5>6Z/ȍ_';T~>/sc$W6l v߯$$4\/\?|pK()`ܳ3LtcN삳!X{.]ًYFomRd[i"g,.Iv9`W(ɂ#/\^qw$ ^gз9W6_~~^msP+:@X;];t0F37GZ3=aY'RF^lwe8}zw2]zvJK:ݾ^k Khvl@9Dh%n>O ^>CuZ b9M' ] y'pu,łUh[^xǨ4B A]xl~E2{&?X=?aBL>AEX$Ơ\NG$zE{BN _%r!H _(V;jP_ʁm"at%۬=Kz vup[2yQ 9Yr^E[R΋;Ec.Yy"h$n :)jTS3>SրEPVtGnȵAGݥV}s/VsU t (+d?h-o+E:W*Y[E, ^] rˎOF7*Mv#c 1MQy2jǤzp<4B8J;1o޼5Y|߆"p?e`5D'QV}F>93 ca21G:kHa& O=У0pg? sGG!7=B%m4QU(E #YݺG,0E}o*@S%'8HpB@/wS0=0+5q`lO&?uW[)^wd(ئ5+;ewa`(a'y9DexцR8V\ɗ`_McV*.6Y%x5 Oʕ +G< k?Շ?AV5TkM.ޥ+=URn}T8w0z`71'7fN#T4,-~iϙ#|get4Uj`n࿫؅)yYA%BBfjV kkfJ^1Z{XT50PoLxFY=Yw5ܲ2Qgv.׽~3) n(I*Z8~pG-pe4S]Tґ ߟ٢U"(iosJ [W4BE|0:oڮ)r&X'B."hoMf)0 #4ҷto)r+nGDB]v!UL~.FkClĆC?s-%^ЇCm#l ;򀼢 nԹn?4`d౧θEhǑ` =`@$9ݧ- ,L\%m@q943瘠'qRM_Xp #.yìU<sɂ-+JŒ&0ˌhkRakw$+v!k|o9k͘Կݬ9Kp7E%C[, >86׃8؃B7E2Y"EfHAe Ѱkt(ڛzl2FaHGvSs^NtMZ&l%ǭì|ﶁgu+دT fA (\;:lDHE`u#vVثKHVEV?nlϗQN9ؓ(r,r8+xEԛo]ʽNpmh'ZkP7/kW3&LDCO!4iHb\|;<aM=\C_BP;0kDRMc65 4Nëʺc)1Rwp*Shq\8 Rϥr* d>ܨg}mǏw\QSRҰM_lLj(W<#VQ]\Zй7ܡ"4÷Guk Rx%Q\ڢp$*W3QWg/wY3I@8=(mG߉QӭhfJ@gnLבtq.P㋙ r>x8md.2\`_D7ۜԶ8axe$;Y׏ìr)7 3jpZ/|OY3 o5IiM[UoKwைqQŒSHl?w 7 ;.# ZpuKH{3o+iFu! '.u>)vL1<'K2@Åpo?))%TxR #9/Aֶ92#%XJ30r4 #oX5aYbVf/sAi5] i]S&PZ /zdY,ǭ2HR:K 4 |c[6S2=Ԉpw\cAqɭz:NMȪDcӗK$( a:UH/vOPy>@^@A0J>IAS3mxid'}Q*4^jk,eKL(T"YM6Sdy50Yl4<>a=eLCܼ(f&)0co9 ⚀iި3†~%U=,r _&;)5?Fp5-ЗLQ U:U4jIss7<:~G"@sxڗOQRh%F^B$oz1sʃ^G\$S˞+QꈧQ$zːFM=h% ƸXef vR/hjٔyT 7' /~n0+8Y{ s;fpe-ҟ.@J*WCΈ:9ufܓETU/[ix}>uk‡g<#tn|Lq "yH m*, pB^!VKA F^g 1I"]'L|T0fEg_gK F6O0>PRdg[97A}A-''^OVAW[:p Va0M㚷!,7S6_)]jԑ$AdX=~ۭmwեx Kߤ`gPړ4kb>6_~f[ԙկz% ^& +24Ԑ,ڝ6Z`VE[Ss,&gkŜnpTE O=" |vQE+. ԮS'_F =M3魼s=Z8o6rb^qNVS CJof2+3/B]דY@ dv aਆcVLtࡃV3)9&?Ƨb |v&X`YOH$$EsqV=G9Hj 0̒/-+AmZ\$/"Wv= sl8$"Lm:6zb9nF2&oI=MY8Tќl܁ꪓu=^YPߙB6d_ZBw J! Hx_aGAu]JLS,9x17qMa75ۡGQRtB̀nf[yaR+l^Q6(qOCU-aGRoHF5A,FW̍'K^>1VHul\F( y]G0E!zͯDD"Oa)LP|˪ keMڋAse9JVM':[-"*-0k!޵M8WDߗHB:Y*RQ͔ mVzdSy@)`a-Y i)0!`#C+p',CꌡNN74{|j#/䏯̖@/gxUHC>֞2/ҵ}sC6roiB>]}1lp;ÍhG.Z;yN$@V?X;\mv֔䜚. x4W,2b8)˜0 cX '^Hluc᫔#wiERNme3! lOvƿW?EI?oW DӁr`~ri'mU>q>#ז5dC埛ϯ۶׆[F$h:ɷ@UF=E@$w^em,. ѕk]tk͠v]0KӜQudlTi TZ Z@G8L-M-VB͟FC 5m!3߇uskEUq UBڲx{7E *C؋.Hf6ӷjc8fSlp؉t8+`?"wP-B5>xhދo.i߃]瘾cv|s}+i 6:6Ug{N@p۴pd҆3'@0 R]̋߫OgeoKuvX5Qڂ) P8_HjdkHo|j9|5tS|J*Ϛ"ّe.TFgISh*\elxaЬ 1uȺBݎ n 771;OXhG<|m%-]PR[=0ٲ$oa7"0f{qlQ,Sء6뺐eBÅj_rU7#ڧj7Yͥ YjnЛH9cs|d{|_4ICge2:@>%6= .dV.8=Q Z~VNeʆ׋9NhPIB,obzc9 k?ƁW`"2Fh@@"ns[퇭w'b1a|x;UM{}D"Y:"=FD||NBR!b?E1yIy~CDA,-9nBA dQRkq2|)( AY +T&} *P cqe km*-Վ{o.2#}?(zTUPn ןE)n (Y>NOu| uDʿUn^?iM.g϶gCRȚE~]b իs0. B:>ʛm倩6Ree>9]xpP !qcI7?jBO#$0!HT<n@  A}o |7 ak8cۉu:ߟA1~xzo}ktk|b[}G"4Ԑfzk:tE@X( _W_L|c%/f Ũ% Q׉*ĀB@WD3 ; >" ΨfO m%6NǨwpw BOB"UĆK)b n"\Pi`=LN& 3vuUECuGY}Z_>!:'}b)?R#n 7n%|]淅bO#w;KkEB;bz׸#& p\۴P{WZw\ oW;&:?vPKUP WKD3';20) b}d 3(eCnb+yؠ:H"L!l=u CG= P舀|C!z% D__JV)B-')T$D8P@`E Ar D$ddU$!@$ P B"HBBFHČdd$EHAVD"!#I%$b@EB @!0 TEH "L"/GExxXkD l,IBOEST!]o5 @fH06*2lB@ ڵwxej"!;kρݔMTyD ?G+AÉfcUi .v(*4?5Â&r"+DP?n;(E<8(.s)E_W"5VG.{Jb* +uv5 &(cF9#RLB AGM@:"6sDlg=]4Ex8! D@IY Ej LPi`F"Y%@)k¥) k?GA?wQTbDP_ PC‚d3b R,@.*b(H(ފ1GpAEUdTGTDĨ@KT8aAPAD\T)2 ܀D5," U-pTc]TDUTɩ@?R%pDBwJ@HǣFzFAâ򇨀=}9AuQu17tKש2CHd,tFDbU a-A+Qx 0˂[PAX+u-Av٦7Q Q7#l$P dߔ?LGZnN !T.㨊 %qɉ@/Sz(^{ەW}AD?hW E/b$8 ,nfJU|8 uYqP@("3@aA̵@1H8QL%/PX, I QjKJPiAmO+3o5 l ^/qmCA_ުѤ=EԼIbrIqxڬTV(Q k5L?P$">¢]ZD.ǩM^#ѥ `bqhUBGK^SiMEiE3,DW4Pb~?-D=D?,ͬ2%ȊyQB1|s"/?_zJj&? =/E>v[jMdr2pE_GͿim! #:\P $WG;a핂i_kcaŽ0jVҊDc 9&k#i#*)օCj5B@"gj'MDD  ^D/ AKqOj`& I"9 #}\$3ˈ)$L 4S "gLBj"H n @,iVE?D! PP`B VJJgԣ^Yn^ۛ;¼n[;W\͈A^9>Pd<7j?} 3͙^kBaBk{]_zטIM7T6oRbh8,@WoN&OxuP.v/d1b75]Q>Yq,ܻ^rB! !h Z" : CYK؋ِP͛0".,"o*h )E\]Wk ! AG]! 4P@"5̤dIQKȭp#wjMDq;OiR-FTP"q!_9<-XidP5Y}/!'-F)o.uS_$<Ȋ$P!T株He\(" DAKQ H\LX.D1+\Di}Q8<ޗ|:X6֟)*t Xߌb֙٧c#2p 9}K?3Rkw}R\D$ lNmCrꨆv }vWKTK[-uQ9H^lar"l̩)o'Ofd_T^ߢ3\x Dx%'m8*{HERFAv yڪ|%ifPMMuqQo PMn"dARY0" /a "Wߠ2!o,S2oݷ( 7+"!Q+!g(!!\PLcݷfnKh$lR%P 9B !G/*ѭ`]X~ѫWYűyض, II;j}n(HR4pi,6,7̢WAHBYk#4 bۑWO6^PMd184k#HC[@FbXc8ĩ򩭰!"Hd@LT 0H@LHDD 69?XecHv%z؏x 1x%Pa)Ҳ?Κ~Ei;8.C.M=vڧ/ՍJ6ҩZ18عKw.=#'WTVW:2J R̋m R-D t") =~@KW,P* Ki#Ty+ͨ1(5/@ˆ^DQ,APةyw giO0>w{9!" `E$Ej仹ȋA9Hz. '%haE["ؘ t0S]BrUzӔh`ވ|L"EN v't'-vG3

武/nAKȩDs4AĈݮP{PyȎwDN]?B.ftW=Pg:==4 V#4Uq|@Wާ߶<%` !u^4u"!obCA6}aͱ?1n24YU1igp*4+bXDGX9E/o:鵛 A5}^ݲAN뚡A~VrQ\^O#C~٩J+G;\U'Tw౳ sӗ°ͼJ 7` sPyQ+<]~()Cgj9X' F[sy֩6!颇ȩq6X%/;ε{[P=/aX.Gj6sƭ=dɨ^Vs=;u|HUFPOo`=cCe,~X[TqzjwRD zgJ{mDV$Jh]au־P⹞s\m xoau'W.y1ip^P$Y|m͊5i]5c篼khz8 0`rqNƫ˪>4؂lczx-Az+b!C҂)`%8wtP^&n*?iDsB׮#n:ɸx:j ëɯa {*7p=S񾾦yo>^[ k`J$E8%&EE0!D9m ;hof=j'Ƀ̜:Hp9w>d&w@}&rPY=b$K>)7jp ta_;t_Xhu4RGHAuLM<ŢKɬQ//GB 0:c"S@kVt,2 ݫR~uU[6J`2hV`n",#%KYR〈@fw2t\2/A)t?wADܤ-?yW9[TW-,''1{~{G- O"@Eq CY L HvO聳T#rsӥ«)| w~^W5Z~3ҡLxYz=}^m4w7\.{o<@=/l_ϫŰ9Ҵ@ŋ׳/(AOea0fA9n^ *ZqG4cCY}XNzy\f ;$…seUG^UT&s2ŭuܪ&[7sw&7s_}X2b]D4X֊Ж*=|扲q6= )y C6|uó@y(Ā@<՚TFυCoTt4*JAss)4 T;7+:?wCEy ߯r3D,I~1)R*d@R@PTpPAT DQ,DQ " ]@~l2k[wWaq+N7|MH<_e>68 R4HTm(u%q=%" A"0RUfG-м@oYPec@D~=zb&ZP:FuOrvvP|'&{{@#cXl5<=`YKRh`SJy Kz\.y !d0~^J"7`6.Sz۹Ea(Q BW+r(iN\#S,c7y3{Od#,P@5|csP3S7F&Õf ƘCT#iX (mMq`6h [j TyF[H:9%M힮.dOڀ4lS:uȤ0^zl g@d=Z޹&inw~^^eQ )hjwB\5QWΕjK][/DL)Z2PEQ ,OP$Q+11]lBDiZUIb+~A<:\=Ɯc̫%\ U8Q<zӓW/hKpW7X Yά# jsS㐜E/h_ŅgGdsK4 .ADچBiJWs]QD5p{-qBbJAdd$@ِBIF@ D+haQ $!@;ȤD9:Q?);0+DR\ X. q5-:Sm,{#@uuJ~1%„9k ]zL$$A sW_[CHM(VgesJiAmc[mx_ XCC}RL U2(*c`5e4c*M _n{LT2VZ(\l:{'u]ȞU+sS3ͤϛȥkcO*Gezj_h؛ uyKNGf*T_A,6g ^‭7j2ص+꘨,mJB!OT{R MRˡ2{2ӊr޺W!孕ZcthkO=A)enWb4~D6k g:Q!SӈxfPv#6ݺ;h *K8Zf'rv~)ħpoۉ\ώHަŰ^hO+>EVP]Z_r\hmS>QcVIVKj:[fDTUMX*cۈb;lI XsMI6 ZSj> {f۬e,k5}9ܣMK(ϻCƻcVs@tDu+@mHddk\MVDN#I%f}fU !4Z`22ʓ5U9J ALٯ}w!![/hD&'V5?r2y g}g:y&Y! l Y/VNZEw}O'_E L1!Wk͐BF4utUJTR B,̣Osg/Cl`.3=?cy9ZItJgcԻZH/[mO/1 &_ǰO7_fS "sLl-!`^7qg>/}/e ܊}HB.M=NK (o`L9[BN%":`(4&*j7Ѣ3 cدjF/RȪ+{--T"m]YssXSo]"-PKXcs2%8^b3&:˳*΂ْ _\INuFKAuEqUfO7(Ȁt^y /Sg:EyYĭfMJ:QK\DFm C5 iP>ϑ01 1'2MT)g{f 7nY0^"]ha))Ƅ w68/iXB\}Ynh'h6A&+)*1`tbە'ت ([K`ф¦p K[i7tckGg9O&;V }7yw ƉfhW|!K~.tC&'Vǐ̄1 i9 Ey1QTIMҍwHKfUţ_ GILq\Z7_S8ܨ e0q-,-s(+ugy1ͤ;% R|QyIz*aǜ;F @Ҏ=4 mAߚkf Ϫ8c536ga܁#!ͿDK9EDW.Q8w ]j>C1SM .Cf=u%1(RƩAm+6L[<yiIRםPew(#<xN#_+q*p⟺kLeKm?r0G'!q8./wx~q~S^Ǡq(20Ae_e0UN@S(Zfb:]ٱ&*=%srQ׼N KA=~i&[Ժ V/Fދ/j.H˕UȒF\L#c,K ^fqfv8 5PWv?{9Q",ͦI<ͺ0z':^!Bz-y/;E)Iu_M[IDnޑ LEOFw,CꌖM@! tՌw'gWţYDYڱK]'R!x ?_[.)G9@V ,QDg *(l&> :.bӘxVad1*[iHGW5\2?!أu!B0 4(`mԉ๥&i,\+\D \0qhiJ0 V<2dHCJ{FS{#&aB[{_\,5s걹vZOt. ΥDGI NcJ]dK*ivsǽ0Gu5xk3Le_lj5Ejc#id [I޹7|M7+T&*AR}Zs-D[-_0i[$ #o 7s3фvLQWo QV(eJ[t0jr)s xLhYP{ X$ZYl{?lc%\D(_vkg[-r`=m)V,^5+zʓ >'F[tFg\Fe)]GyyXUhsW]q4pSvGi 1L8‰" "/ h"Hu]j8y2ĞBIC79zߖ>椠lD'jm>$zXfp&~+<}ɱAV X{ %NB,Ea4Jep+~ro›9>57}48頋ozd^ 5+W\42!͘!Zgфq8`m& $) ?y(nFk蝞l4Z,Z/]' Jͯ,nsl֪' g`rʼN7wy{VAѱbnE//2t\I,xt]KA~L.帶!H:IL*r BZkġnTοpt.n14D)O?!Oha?S?h@z n ,+"DbȀ#uT~Rwrh>lD޾mE~RWWH28ݯ,++`f``D| q |1oԲ|@" %5fvLج.V\fDX$r[Sg֕ +fZ]y)x+V*W!o5}0x w ]Y I?)36mjb%1OLFmP| !NJ@XB cי9RdĀl96P8ߣSq&M%K~X`(2rm|nҘm\nƼy&E!bbԼ MO?GgDwNVo.@˒́c^9|Bx[U&vBX_[:dH `L`3v>DzYF@ }Y ` OYM`#M)T*PȀP wlt ̇:,z 2*N[#R" j\hw=y}QẪSz^>]]頟B̔^`]jdESA6,NŶBq左& o Ͱ R[s 4u$ONȈN_˥gC aZܺf42W0 к(G{l!pSo[-vA$$fVm`[SUUA/ar Ԋ>4EӼ0AQa3Ym"2f!Q4X!C(*rM$,M[fm= Bpj{YU~v&_$La_3ιCqp+^rb9 g2Vت5c:G;OKS}%9aA\)$< }'{hӮT]I[QMwB3)SDE7zgU|AFTw4@1ޫLtc_~{I/Uk5lhI5Gsߪр L10eòe舷 zf).P\ogP)o}>}Ӹ;z/2t'bVD*?I]2O=71J9Y࿶ 3HnhX̆?Ԁ3ͻ5 #M F"]*$=HHkʕ+>7Ҳ̿*YdErmce!OALyCNH\Fc$7@'k=@SϷAyL !8͖¸ KQ+C+GWOh]h)>}uq+sHWPb#CEĻumpϪR PρYjj bw[ epJJD@]@̻PFwB _m% "  ^2~\{yr%2XzRHP*!$6X}*A,Ʀ#HD2b\R܊U!-P`7t(2_  @u2B#@uXʝoW):p [T8 3]'It IH#! 'Y0g]y:HϓL^%{+zDy)OOz<\( tR%b7@c@/#y=={%|'Օ R)S0m<AAtb(p a"{XI)H'#:Dx5͊ҴWgHΎ@0+gF`@ %zRbdoȊyE0J:\\:YtO { w-jbA3hSFFxi{őP%¾()1C6 -f=r`CMVtѤQ(ݘV#{2d-LN;xr6$Cw_B3_8NOfȯܕ Eįٷ.m@QMBiLhJLimJ(/("v^c lV[gWC%LpͬV IW69LKz0g "Jm-(-ٹ:Dnk柌U{:3Z's3Tf ~SԪmPE:N )/$wǪk7矵 {4lᆸ'}$t)1O5j_Q `N>2጗qteu,#f[)ja^u FO8|E;{2CKsjnG /X$uyb,¸c/gU6epxDXVs3nSRx'H3Y*c ٩< l`tLe@ mMJr}0zUe`AU@÷<()R< hPm%$#XYUShTPwtb'Q_C%͐0b' b@+R1_R"yE> Q(c@$b &\d$AFCI$[JiҶmT}@ dZEHe*$ed1YQByТ(얉`pX:6ƤljH3e ꠊ)Q5Be t]UyE7d5Y$ԒP*B @1ȤS!PxGD1 :iRdMBuQV7#4KBJۦ!U.v)GY$*뚨g*0m&}LA$X?3D0B(*R󨮕Oѣ#Yj&]? \PHi+ jq*!@3t"W WcV?l@̩LBj<`ZWq}'eN jCŽKەz^pS 1X`oAH#5R lJW:RUD ꊰ(VH B}aYJe/ˬ4*x *2ZBZ@-.(PT0FtaqALWQ$\T"]d2 %3iB*DPKb ,<+PYa[DSAW*$҅ I0 c2eJ*l1PTT_+_(VTV2˄v[Q++SEZ_*vQsUx7NxAxX+GԚ $e'߶ "yw \e ee4 *h,!Q.c`s%0:Vj,zPu. 0E5xJw~zm iPy@d$́@@hd gD/&.(m::9Q R1Ta^~\)\DN%4f$@?_7Q:" _﶑%xL+!B @D"lV/29*0T wo%Q*>j-^41v, CbLkJGΪL)[w;zur2%HAJ|=뀛.8?bџ٭!3%6X%O=C__I FO3eڍ.Sh`rA (s7w%E`bL %Oگ&OytO^,~EEgJ<]i2L<9Jy~KT4s!= }6gaWjJ" 4 %BF?j)fef!m,F[+jح1.g:(HlE)Mh] i5k< "7[. 5,W㦌@Tc\bϙ LQ zq7(`B3/c9¼[iWWzR*w L6U֮=VE+7cBjR7+& yb0;R^bXr_ӸO~z,*l c44N(kAKb4;)_2tj&j} ,S^`BDfD08.i¥"j,2ggf͌/!!cGb͔I&wydo\NS3śu$z-F.)P+@ D6 ԬSZF QoC! (-*Tx{QB=IQdBhd|ۭ{q_s{zvq ڍn 9b34`k _,=<qq4Ң@#DFZ5.rEWOnIϺa] -L"arrT P / k2?d=T3`>dB‹6 TR<΢a68iPг8U!X \>F?38WE!=~]}Ӟ6-d!\F+i3EwR31 ! ƤʆFs<(0v M2D- 0r50SCyqM|q>朆bUT82z^ɡWxPIH@(WMdLj۹pEM6>Mʕ/GbZ`>Me uР"ԲȉmN2g ! { Y@ޓ3e}G#;T7{6$H+BVC)M\)_!yi4kmǐ ~Kgs8(lծ|@ze | !Ƒaގyo;#c5'&^ȒImȫ+' q>$ɬ{*@>JBWۏ. +0!MZaiԭ>۬ofkrjFlCCMZȽyH.Wj-v)QkaB mG;βØBGP^c]z=wR/qn e1gEF8K(GJmMnrR4;{;_fdXA噂 N.1B/VXKg*,tn  p!>^XwF S~lsOv>ɷg. 2'piJ 7_(A/`1TKuVԷ>&Aͺ*5IݶA nՐdL Yf;6)Bɨ!,;)$mHpǑ0,">l3E3gkU~ȱ?mip~I~6@8Ǩm: jXA|5!-60qxi"[>iǷ03}帾nfb^@"v=L]< t G٘ ^d8fjxp&)i#DRFsȗ9Ud1 FgfZg}QQ1^e*!%\FTq=y0IP0>Bl_ya:5ɷٜF<56/B3oJZ?3aVR wjюukS[o7ӿ ~u:8֥,MK9*%#$ 6!H-~uh`V-5Ѩ!1+[_;L[C,@3x fbʳr~@n|^e^P@$TVwW9xʃm0f rLhE 22a`1e}aVB0MSUi)ؐYEu9#bd x(đ @ !/C@ H%6c@BaBBR "" ,"""2A 4(h@@4A LJM 6!@ $!$$H H# H$2!""H"H #HH H !H"!Hg ! @B$߼ɂrPAw@aiV" OR: @e%mt͒f hc";"`?1#A򜭦mdaTegez@ęF9MiP 'jj")6~KIHpgd}$QUc&-kPAyr?\A?tp\:[zSGsح<pD+ZYe\ 9,Uk/(f9O` x}T !Kky*v13=qjm}z~S?m%LDLTnY-pPTz1_t5=26wj(bP7ҩ TSHd=nYķ) GWH@!QCn X>luP',!HRc6@h`U&^g΅?35~s'H<,#q&>u#joRUWJYlE&NΫG()gl sbqbleZNmDbie~}hI]&'KZd{h;E'A&ɶI^'鏋X:QC DL=CqNA;puC_ ALVʐ ~*y1Ԓ.+[@"фD #2Kĕ#9N>3QL8Ax3j[&Yn^P[1|1)Z XϓIcѐͱ/F~ x kFk X b38u Z2(H 83qj(D\2Q.>TNk'q$<̦D L H8&~_?rK|J=Xv a j/v>g"qa{8LMDhi!vVWYr+t&;z89{t[l=` FTMثfqK*jD~ZAK~?{;" ,9%TK2+jxf/1$8 *9\ OV 1L3CvpDe̹oy5KQ+iU~vm#Lܶ<@̵: Z7(:iTF0S}4QRBiG'% 0L&VLvv`GR3kkxU(RM-4|BkDS) 7 5k,U3\Tΐ县zRl'aBy,:fU!Ug% %ik$G.9yj2eR=% _#O&DPup4*0D2 EQRft%qL;EB% =A? !Y@?%Ԕق3cFe<"a3Nc{ǀGEXLѐ ca5`I(q+yL'˴mSBQ 1d(,ͥy@E9tZ"G|..=#5 n4Ϝc%0@_)nϏhA |[!DVBW=^uKֱz:T^tg箰kr6]w{ߟyNd9fk}`y qH&HM?j=Q|4[߂Q[6MX0gaWF\$ _cV땟OznUaqxIGcf]W8 $[q;IլZ6(i>e wYI)a#%hQML ܬa6"CS?,F;uK֒3ḻ=f=s%]1 $# d$"L4D@^,hk›J*nt&f] >U}o,=ԯ9}F3)iU18OukmhxiJD jU?VY=G͓ ۖ}7̚YWk;#(_ijyqY՝neճ}z3S@g=rmә@*+'v{w׸&D#i%#'$#n``Q&9AU "@tQ-tu`X!iD Мl!\A"1;ȑ43G.h<gUەD\1F'76a m1 ץ`(KbB^8e }5%3n;NxG1q̫xQΥ e=7;zĞj^` 6=@lRH|*e lw'2gBv4 VtՑuj"1a#NO^3!a(?G!K*ɾu{Ya H@<a( uЙzSLiHSɣ<1y)OM#%5}Yⶆ~ $cJ1'I'd`U V3Z|8&$ $c*ٌ[(rL'h!>'O>F2nR[ޡjcn2VYnc~_l,{5ٳA A ikBEkb![Ěr0u.38^f)Y9AC]gs, ooq"38`#g?D ƚܕʼny`;j̸:<}Τ-8I-u%}mW׫\l_އgG9=S#Я(Сݨr>ݍOAd2v^'V(N/#Oe.ğOœ_`8[(cJ)qq31ˑ`? 0h\ykRJWO?{ ;gJt1(%m0ƲyMc>Gd,n kb#?0oٍL'ϙSL㖭_SlKSj[Z.$ bUOɎe(k\7PsuN6gc?~?x> Wc/:\aA~({xxW!>E_;YP|<U ɦ/\zP@XRCB+2U@4ȶܬ/`d^%ǻE6;i뤐$P)PǍ#Cs_V(,~?Eu: Mڐ:+wt!,ۚ]]ʒuZZ PǘLmF]XNCn 2O3wo}iˆŢEd>T? :Lf|E=g%vyEfT5ӌ+R08h%q"4"<7[j%8o\>[X͝*a۬'h Z '98߸:y#3ތ\Zȁka׾Y/yP2pD+?/bP&s.nbb4KDd](I?Mx1vwPtLE>X.0-[qlTtib>_n암OJ1_29`6*(QSzf?SL`M7ɨQGÎ{7Pb 1A`!Y2yN{.S ѝ_l eQE$Z"TŠȌ$wV{>U2 0*R+Jqoxz [8msAZ|"r9Si+ ]b 8 H Fl\LPrLgy@G+t"HB[a#h|'r>rűb?4$ˊvp sMɰm- Th/[LYBpNݽeI?x?mGA: yfsRii6hǺ0PS{3+2_^0&?AsaLُx}Qχ}^ #/8Nf?P2m{Έqa s?&f)mJ{PȄw Sv;oG$a=w~/Vw1]U Y\€N@VT =#̼ 3RW*êOyUv]S:Sַ5?D\kSP'yZ xPeR]۔Ȋw9>qoY>Kk#7i3/B GudS(ȡp 9JHQ|)m괷̴İdC 럦w)LfЄ>ʑ: W0@Č ţʜjjSLb Ģz;md4~aX2ŅDž.ͨK.NO& ^%ghSyTdҳ<O;jP1 nkp?c8LAE$J!p%D!.J`ji٤dl~$!V?F:zg 5bX'XzT4t$ZȤ#)n m{4uۙF ir<(A+ҔE;~>w¨ABHK9~l/0fDP<_Wa 5=(}t[藖/`@U?ÎɓJXNK@ 6VN!wa&G`~vx Dbkz^K=4'f_B0 >gVCC^D3FGAR6hap40OgSHF7٣ꢅQۤ$r-f͇eaXx~ 82b@B]MF3bouʝY a]~S/)X98!+{jzf |^z)(1+9n @&`Wr[&3Pֽƴ &+<^bGwЎ&TKpkh w7=act$:jwOԏȫS6!Y[R7|rdSUApFGĻ#^ZO]3ɯ-@Sۉk {IvW :ѓ$ʾ<羗&uZ2 D@h6=;CUw>{:oy.Ny!ɍifE۱1]'R&q\x}@'v7y{7&w"qZojr3y?m(?Żruό@w6^{;]r^X#o5|+r݀Q F&l(.>q@r!-8d/pHa+m-  ܸ[]hϛ"q#&/nV"1Q6~`(ʒ}6$ib(pY5^Iqչ޿6VU;TݕGe<@ѐ40@6]'%˼5)xy#>7bY傶 h"-OeaA5*;\R6>t_89CeΟgXE'w,YL?s |^]iV3V-ڥy,"C!B̋7tkjd4Gi{D,y nz?Jok'$rv)Pj MnO)@p,g4լsP:EH_];)ft!saC5 Q!o)OCB}HUh@XAbefDtD kdrWrn3)VX?dH y]ζ+v<7^wϏp $cN|vĥZ~sYtjV68?UrhLu{ƠI]i蚤e|̈sI!3`a`<2-e4$`}A@S3,_aݪvSځLA? )\RE#;ʶC/<2*caz z)37yBt$dX(UP(3.2ZP$g?@v|)^tk=Qi P' @&3bE[V fTqz+j佧mn|j8\x6aͨO1`zO7[C5F,QڜˎcfNORqƼde8m5[&kibt]&-@1&I88rƇ=vX#F7_wyoE!(};Ξ1ZBM$uԐ'rD`Ɍ|ȜP[ɏ胟& = /*}\n>-L`/Ӆ"S7ꀀnU@ψ=a$a x*7e^#== ލ>]%Pf>64HJ8Li~rp76c"H əxTy*6|L%-Vi\qCDŽdB'Ʋ_t}xQc}Nǽ:vj6wYOFLo5 k`qlӑa[_U\T 0r]!GڨyDÜe"@g#]y.MDbX: v-prRxp)vNH<\ OV7<="@;2waxAQZd 6P!xtεy7]9nM.GZ Ƌxx=mZyroCkq-bz 4!en?$2#̣(Pߚ?0(/C|nr ?.!}Zzܾz~} pf+9ZAّf!1hI4Zx:NJ.ɷt >o U[rwPovܸ~C>8q4rT3ew`%e$!fea; ]snxtiŐԘ `,y^Y_v\_ /q)܀ХDJZ39o靭eg^4#hYQX`aMߎJ& PA{WY:ȝ)Ymbx܅_sgԈX~Tn5P\MU~t!Gω5nq!UQH J$b(Y0XJ#,c:fetyUڅoh\,PN0E0\#FXpڦVFp窞6et~*}<gJ&Bm'ָ<ɩͮr=;Ib_7_o#O ?V?_ b5fγWg&d 'yذL0UucJsM#fm ˑ屰`^^h?A,[%LX-+c=zjg&c UhNLqD}+4@wyFPuZ&?VHH2{l]o^|aˣ .LP)S+hhriԑ@v:yN{,;cav;t{]]* knp[ko)JƐs=7?"Jp~'-F3:"wàNJ. ?wV7w}$ 3[:R4 ;LD5㡙a A̒6ŷr\ p~Sɏ_ں wKZZx < ݙevdU2#BS,9FٮܥuN˿6qT¦7;p8K]F Ђc=#Pڊ\Q]SxQ<`9*Y[gW*.K1U|E^cVE 6`xt,(Ue(emnuXz'z/HGOm5Zb~O'L\XwDz9E2zD)GYעrt l0Ȭ~"?.⏚MBL5KCչO@Byjg8{IJz-4}ya!"$X$%؀VA(o*Ȭ+-=VGGpykjD te~llTzz:̳S8Y$$K>Ӭ~uW'L o?њr=hx!J:f$Vy)o&UA+XHOک(-Nj:EfT3!bh>T3I.TeR!J_1k'x/SD5#`ŗ (~a:w'cP4%PXsEɘ)fc[ĚHf947&/ŭ.`Hl#$s)$JC _h(["9q / VE H@Zd;(FTD~gW"!}R4z@$_'mMjx >F/ӭJ $@ "*OkTPQ=;^viծ;V&촗;%/wo^|kܰ΢L cĠ|eB)̕xUʍ@|FC0Z{.},r U 2ZkF6T;D2-fKǪ4y˟ӛ=?O4\? x+N^R#x i=5jw|+q ցUIE}u}Gegr[ " MӦJJԶ5o`d `O\1Ł33>k+@9}-sEPTLzE'*'{yLv{=aZh-P!%~*tlv̘&7G@2 2l0;~6fpA P=04VXFw+s `& c.Ǩ}9pYx"QZi1}ڛ L?y 0*QUG4/e9Y\ ] SmD1+}M~ctG!9nkad.QUH @ PƟ){S+Y;xO}@quDD1|:N y w:oh3~C}{z;#wŎ)8Y$ݬC GWtD*0]3Dȱ J+t)e+ՙ+``N;<yESvl=8Th/U~#l]ns0ǁ~ej2NQRA% fxJ H3( 9V)/"8f#+0Ǽ!e&'ELp`,0cf<= P8cIbσ0CTGHԅ!!um/iT=/x/pyMkGgsfӸk(nbߪWq;t\';/gs[ Pw!Х8uV~} S`ۺH1zɛѼ9ڼȨQ>Η wfEdt6$ "ĊR "(A0 @iq:[Q{5>F>|ρx(w{>ɿXJ!] ;Gym}Ms/͡&G\1Oܦɠ=4sp7NjBe![o` 2OD>ȁV!G%x(0ߌ2NITd>y8BR!+%`buW6ibfD{Yz_'҇OʋjBLRյ Q: 5 pn|YG̠{`Zz5`/0{5vn >'ͨpN]Zɤ p8LRRy͡&'ٻT_ 0&ό 4:˔㷱:-10 @)*)4^ҭKsR얥{>] qV`?QSP0/mDAએƖ`u| zU:Xs9d\,LU<0~Hu@=T,_Q3:m] 0 (wVǫ"ur[J sΨq^Y5H)&!\@60Z341a&8lMb7a&y]Zj@- JGL9 \EE/fQ~N V=8H?aȩ._iwd4?\z0C1 z p:3^l[xO^[?ǵad< ɃUC/yIO|aiK,Ã@,& ( &Nj?Σ7:') }k»nyY]o$Jf/.u a,`Z$c-' M0@|{.4m<u.s&Sz4[F"5 X@^ɛNtb֠}?ww4[h#PAM8<ĘN+O]T.DRQ(P F!]E{58|ߎ0)h<9nEYO )-!hLbrz1k=Q՝15T_͚r<4xQj"/kZ|jjb jȋ_Sa3zN679L &@W^YF%`|,L4X2&yW,ԽRۼŸraDKn+`X:JyNЄtܞ!PVJ3qߘ!J|zPT[Ou?a\̷k5hXb<3MAik>7@]ԟY01~*жhǰЋ'?GQ}/+uQRb&h,ig8 \^ty}6:;LbgmvXx6{oV@!B\[TPHZ!\@J"gK?"c+ּlRk#%}<k%fTs*lzPo;޶[][=okSO_]-Ԑ?ޭսQQ-&>n\#e<6!׈Ʉ #h ʬn,psiN hwosw6P}FdD1:^"FhD=1Pj|_&LZ&XK=[ NH} : LBwgj&-@ҋ?a!u)G lӰ,w4sF˧>N+SWHV$rA6Nqel@C9h{:E!#w<h?B ޕx5Vqb2&_"bBeꬷm'pbw*'㏹qX\b{I ~kd2OAjmg:fA]THPmUp=_es .@Ge*`J N]x^y{_@PNj*6+uv _ \rb{_u~߯ćpנ}]S ]ui3]9wр@w;s__Eљ͋x‘Dqt~>L.'踈"DEE#}5O|@G+JH2fNrV4`.m^(4qS!tKv2dF}\XoJ20]ou߁+h4la2$%ؐ=h5yRC|+ܳ4@DM{Kpm'JtZe 34sC0"xr M-n>7 PJ%&C(,e!hsx;vU$+<pcUv@/(K ,r^)VM]#wb Ȑj38m~xHF֖dǮ)Όh?r\jg NKd!U3A?s~=) kkc&+saNe%F;_thS€DDܪ+T_--c,H53*k"1xZA]n@ Q!L}WtD{ls};UҟE~Xq^ҿr˄G"znA͆dSҘUV:ΗawSHDɀʈ()g6yTiCᵨ Skk+blH0](nf̐0,\>=R6*&$b u6"|:Ԉ`؈ Ӭp!jD v(1/jiYl/N!.@##6vTҼBդ ӇPxPnj s0JFrUvW_0QF$}z}E=ALŻj.Uժ_݅& u"Wdl kOKM$Q@rT 51_5~GJB)%E`s ‚JJ }A@5v[@G] M#vEJrlgS9+TzKʝ4ji E2,,H]׼Rgn ZEQ&ÈH#"[r92 ƞSG˓/*jf?9F.-}jq3^qK3R-Muo/eej`x9h2 `)*'S/Mciy6nS'e҅#.U_Ƥ47!R;tvdz_g$s Xt8 oVڂ20h*h zJǞ :Sav1U v=m9bfL1YR9L9xDE- mH G7f!Kx+QMh 7CKÏS}݂vЛwޢ* !!(EFdL S Ȅe ~ ]E^5y"IBdW O/Zhw^4_QZ)p7F^c#1>޶ka8dr-cшKۢDĄxa_k-] 1J4vj{g:?^"ZLqeI* d!1nx)9qT[ B;QAOUa1:2P|` r^E3!gggr[̎.vvh5>jhv/!8~Bs8|.Iɔ$+nɲRIOIVtcxr$2j)@73/Tצ0aƋxJ%Q[ *5;-*0v^vټ,)H^פ]^ 4WWIf+MQFeEmU|j칿nw4up4c3T`=^̚Av2GCH.6*%M'4 xДUSܐ6 d*_ˁD]<;}{.fYY &0dh7S`"#jL8k3%E͒.e ݘ酫ؙ]=,{= Fp BFKRT1#P:\>2Tu%uAA݀br~(:VuUD!oyfȝ5 &Li$ csT`p{ ihRv; 9%Pui'!C7Rrf{x Dy/xI18`E y\V*; ޞFh;YX#r e[eldsUEmhr%򨚃w ;am^|Qwՠ3)p<2b!QofheXB1'j ~oڰPz 1,|a^dd@u.4SO'7`pT9#?ҧM,fyO,[;'Ƴ&mﹾ5¢6BVgy,}nvw۸+c6*PyJBJQ$P>rO|ܑVK:EDKv%,7aA?n~LvĨevڠ*Jlk_dxX09<{Lv(S/4qxx'U@ 9$ tx ;:|EQ08oÃ{2kP4CxUk[Ua.bWuFK O@0!@ZɘD0.F1=V9>qQ >ɩM Z>3F}g`^)-hb42t? Qfzۃɛ.?҂?r `Y@$MiGۈ va elM$OL`UdD{Ĵ2/0Ǹ [ӏ)l)Y^"w_p\S_XX90r@`:%mDჲ/Ɲ>'%`@Gp"Yj链 lH41D]C/tY A')+I ;Oix1<KĠ IݛVb׼@d:#s|MvnF0 ͆N& oBv,fwxe $p.pV$l)}1j[[hlv1? }gխqǣZ{ }ć< M2oԳ\AQb.fu'g^a4Ȅx /?㟟)I@$O*8-׹v<ܺ'DN(|Lf]iLVw=,ple@/KHLOLLAYlß#[P>/E=eNmȰѡcZ5y|Aa}рEF癀9 <Ȇu_}tPr[E`N԰a'A~^b- X ɜ st cG%€)'T'hP魵MΈAG/JxvU_D<Go6k 2vtz?dc%y*F;|KP הb$&>jgy.$Kvvrf1=ԕL!@&0@Lw&{bG DŽpŧMrtQ+\9锐_/8qhO9=' Xs:'&#e 00p8 x=&QBku[[TTZ@=,@kF0,nNjօ{Yfc]#Mkַ^m|jJBϱ=eXI(wS DFZB)|Dl*.ВX+=mVfpB(,qE)c.i y![xU2X$d"ǀ1!SQXC1,YS?(f(Dy1pEXO揍7~l¯i [jP Y*lWN£Ýp&E3aJ!8[Be% jj/^Ó7M:|{T]>Ӓ:6/5֥xYm 5|KES[Sk+]i9Ui ˊUk!8+[jLm K l%eC]#C;;۪~31_v1xghoG+F[ye|FG6դ߃ޛ.v8Y;SA6)m?<{Jߡq7e-ȌS0;"݂`0wfavF{@y_^gys=(?MG5}7ǶCn`0G?1my&XЇ,"Kc<}\c֭ ~b?Eƛ5uڜ4L[QjUQʳy󩲵,kδTUˏ;iwdifE|5&dO3kqs2jS}~w/;׳YFPmP$}Y/|0U4Xb^NZ:Z¥PCV 6̔@6IG${!NP`[t\.*6e*|IMAh`YPHg"!*& *|t,>ą'>"9#ב" m1&ܗ)pWj!^k[(a˷@V8>`}bOpT&fO2,B 3~k&pH=/y{tt(1G\?[-~OzN|?mhWwTlw%8D`+2"3OcIR$/︓HH.~Cv'8fU)8wu_Jz2b.k6?UБu`#@"IɸQ-VuX{3rhkt,VfqDA0.`_S9T\s;ĕ#,?*,7' e VoZ`b@vH&pJ'ۚb_pg¹Ѣ}ⵯc<LcJċ6^~dCE4)ؙJpk2U/oka.wAO|hAKAies5*<ǔ1eR"}iCSX;n&hsC2n蹭d,c a.H7Tz{Pއ 72XHoORkV9'&3S7=Hu7fo^KSݡ[$+mjt϶0O%6kLOF*4*o;T5Kf}j,"3Y %``X̠U{r#FO1*(쿉{ڪ ǂ~)n\Up}hEc|QohY)!юin>ȘJGv} cX+`VqVQ biىC%Z[)ِQRb.1)"FN*<_ ^Wd5PtMi{WԪR>wR`:>KܠA!f@-o7Ր̌9 \)7HF[Cc,GWચ\l޲RI 5hV!W߉Ov-,эf.Ua\Db>T>Ųh$SF@wG;^ Zz#~lUiy]c4mӮf&}}0+BbU( *f (}@”Z]~c(gsFEzʵX_~!LO4DHmf; D& N c~t N `Lq$-ƶdK@H"gr:s'{%ܫپ ˏx]rL~u{FN% !Mc5t1>`u &jh3Lif CZ3Mc5\d:xzyJx*ƌjrECffyQg wɾ/Τ~((q7V4fHz/6:`]K_l~{/wYnzsJb;϶xh;U{IHq\C@BTJ!ArMR\0=XZ^*@ BYE/@i@ՠn,Oc 7y̻ݶ4~N9=牪x]C@.ELD@EGvqC(zƑVGn$G_AL.֔;is\ ߍ%N36JQ-eǮӤYrX^%R!ы-kfVy#y8. "g;wB=2b@>N E2'a|_@FP>8BոXe/d ICӈ4(kϛ-_Pk[S~gdG&<ɲ9RMuTFa0]LdWa SF,D sc;ĖvqFb2#.׊IHt,=(5:}q5IhsI.8ؔY٧FfnFۧ¼bF-'!g[<eeK1z9WzJY/S“x;1~FWL%- n@&c9a$@ }_ RzG~ :mܴJ<F ,JgK;ZCKxލlU6X"o30#"SPpKDF~`>RW܌ OM/hUs`Ш@@A \ Do.cîp5nk8ZV7ø5y$w0EEG.LS3BD- {T! N_3L@߽{P0 WoQBPq.7]g\a7c R፝=DfD0 eYڐNS3 L(FG8C4$pت`^(@ lCZlD9P% ?/wc΃h TY`) 򯾬vn,}/ZX٦_1r rPGIFx¼yT"slK0 >*z;&hؿj|[suv:Y>QX kJkx:ޑ.꽉 Ă764 jhk9]s2:F%␭WM b9pDˋd9ԆxrEKBZ0wC S:1j7+Z[n>OˌLM T"* ]ށQ "yATH$ڱ`cwt#k[qFAaH˘s )pSق'9 Ko~d.2!RHo>cʢaSWf`l(l3y+uUWj"D oiZF: Xq4:ч^k7( bmAuOqL1ΎvY,w: Ң]C6r,cHJDWQ/\׆\?{ Ex^SCQ]ҞZK/GEdGK32 * "tbG@@"L-4aƷ ]VK6^yh8Yk)YZxUcnmh4_Nk|={fZ:+8Y+ɚ5l ׏vǖ[yy(6"0NPa=ƙ/xd,q T_ k}'EMȮBqP1VYi+|Q=`z@}qa݁ʿ[r_qחr@Zl237nȺK#G!U0p^c6?5 @6@ f/DuH:b(s'?V(Y]8(|a&*i:.Ǖ(;fhLJ^RqS31䈨wM $! P`8$t5S ?8z$AU#X֜rGh0k1|<&3fs x.hlY {IÀ`)@_ykLi 6C{ΜA܃ MD-y y3 5`* 'A8w -A w?جbQn҇EGXrqP3G}A/L33:z*z1zrd=3dwfݷ,M%Fw}Ʃn+ chHJV[iݛq'.X5 uYO: *RGiLR\j ^}hH]DpmZ:O *f_I7Q!y0C"B2{Üd; dŶ*߁h9ӱ$toEݻlZjf0m\ $O5H l)z~xGTSqHn `8KG/ZuȠLvF33?j\ra-5.sni|0%7'"hula ͌TEQ3{a 7R/%l'76Z*O4޶]iǾ@0HϩgƏҴܝnA`~wiN@T&3L%s6mkzַSVX9J̲g4^ifA(IQ+i@@!Hc"^!_v BܬN7 Xխ5e0\d 酜S {3E YДF*s'r<4G[il7zP6|~Qꗬi4ܘ%:DňoSU8 FDڧ r]XF0 U0ަۭy>臊˷Ā[@0$v4 ѣ-mY,Z"x$!kG%.[hKi!޴4WjD%qLQZJķ#):3&8qIP7;OzoZ2!T{ I]Uyj,QXo;;݆˗i]i{J{\X4j}!"x G7fsPs :l Qޯw"puԽWo5v;W2oB *iNk4f*+:fp,"55&c& 9{[7 W&'$9KjNY.p$z2- mnaj 7q֊@pD;k0 F' e$ON{MV { +EѲ @€iVVg-FvfTWo+ l3|ȇ%OLE|k]ŻU0;YM]aqԩ𼮞o X Dӯ'buQiEUu.<@F(r hJ`$"?_{w4"  m-0=.~l 0a6 mD=Gvk".\ck&%WrE/ a'ѥd,!\y %q_tZ–kT6J2 (fB cFf"Um'z|_UGpWst ʈ{2|:Do^`o_yg~4 ϬSkRzWIą;yR%n/VAėt:M8v$a$#hxϚwpi*(]Z+=h zIUYkvUVgKyꅧO8_;y6,>VA}*h=N1vMwO0~jZ@6HTD _EW2YG1ۚRos52>Ml S/Dp+Ayݚpֻ"{]nf孯& ]lpҿI3L{gieSgֶ[bc[LGvD`0z팇_}o%'7F2U3NS9>DG:q=xm6VRiܜ#ó56G`̝DNfut'~퍧>QxY df"n ˂&T3go;t/Ps&0p~>2.0Czt?2b'~Rw\V /H+z!r:۰̭s_Ǵ6^4Ba{IX-{HSHxxrEſ+#¦[9oBJa[g5vY!!3f*X<|FNx3MzpW @C]ֶ@g201Pv搜tWtϰhl1. { (uyq.( p-鶵e5o#r5[W8 7nf h2= X$ ]/&m3OUlp6bD4bDDCˮ[&~oRؔڟ_unTr9& a EW6(J1h{\) q=veNox.g5?K53+ !=J24h f<.ߦ|i V/ "4E864^GE19f?mTZZ}=+Ⱥ>o *&ySڬ9ٕ*F ɗ칱U @~U/̡gTXDCc9h=3cj}ybųMs!QŨ_ j?{d>ժOQ/lBa ^`BQDfD og*U]7YV3pq> 'AQg.p}0Z&.ꊘ=)Ei%u_^Sᳰ_5UΤ7B B4 plDDt% k-}Pm/3$mW/bWU"8O>"6 C&( jQzDi ĎyB @@Cu}Ki*mϟWsC ȇ=с;k~߅ 6lWL/Cr]g7[qw[Ӫ]Žy_ 9,%*9wz;NnC6&ս_ꄔNuT#.9,8YI#F i<%@=t ^fsUuM| dͨerIZBx˩0ĸ' LaqnO CLXw 9pp6C=!,&a<v0*1܏ FAn /zNy /%`f`ĴfH"g/Pwnz?W ?"݈/05*˛CZiS [v͎zqSwm4aaM؎!1w@BneF13?s=$srLzfv_@K fnn&uHgC@hhb{P5!ÂiTJ)_*:CBXjP8 1`ϟӡ^ PMn~Xwh2I~l:uw4F~@5nX)'j*seVE[V[jd=N53R>zey Ck,p$B~`De:bz!*]wؼيx h\lwһի^m=s_][k5:ٟ΅皽i-YigT|֗4e=o!9WQBXvp(CD0?Nŝ'f$. -fX;,4j'OҟYpz=:5 Ⱥj͇P<`D>,sr0*sssDPJX-m7JmU<*i WW0$Rkt- GgFxihc0Hµ'σ^qO?>nƧ[k a63wd( L55! #I$3yhJs ķϩo\==1 gb PCrtiQEK]֑䲠 =L+kGоnˇS3ZGu*itX;;NKQ*3 r*Y( $1yI~ZŕC s2ky-}ZBuGsPs6,EG>˚cUh3)[mBlh`ef|z]Uu7Hoݫb"y8jGltr#~ VQ{uyF`|Og sK{hTڬr9,; _70So.  \3yxڪri5f,=W2M$wBpMnDžaw[~EdnBz$̪I:|<jI}h|[)OWX)G3lnF۽;{ fAU_d읆> eMW=าz!>?;kϮw)r,Z_6o9lဵ>-?Ώ+~wfner}ZJ^H7Dkdyr~ƋՎd*ImnMA6ooWU˨30'TS7?m:ՙBXI?bFco]eDy8ҹ^N`Fן/<.34+c>M.'ooߨI dzOK:~},-Yx/ߟXh|f~tIaiĆ3RYՎ (W0wԙp5s[ؓvWEa%x-q18WLfԴ@d5\Hىd{85lG_V>}ЙLfuk_Aj*HD~Tb>:6昍Ak'>*q ,;l 6W9' n}D@Y&ɧ̞!jJ&z U*da`O|ѧyO^}ed# ]9K3ezNhCVyȾzM<>5vMҧѺ}; "\L#ZO :C'jB 1 ټFz>*+i;A(Eh本6ظ=&^aE8tk)z-$]a^e j>&!͖(ʏ#GOi M2wUR K,ּk}3H /EEk<%VU沬.tJ:fY} z=9Zm ri*H /)-*f~O{OiL~];)c/v ʻxOם 'ꂿ=QPq8ztPb"t?r_ͶB'wt8|ekLiHxjЎ &j4.ohw9U|˿VFtiC߁v[;rzo(E|HVuE GI.X~K__k\k{%V@;h9(Qx +];s=_q;<'n6m)pL8Ȇn R4Ӥj{胈T`mP8aLYՔ: pdniRicw1Yq ҆h/Ve_̶0Xn̼{t];m^.1e ؙY OD) : ꤾ_KЗ`ah1:) ;~S&pYMw~Hݚm$۟U좍߂߰$ڲ܉!帨/_UXp1Iߢ[8n+@KkbVs0sBf%f={+ < ]9ڧ 埕-+eƄwʨ ?䘜k28w6 -?7_| $!'٩#g!cCwh7Rl9L+p5 =£dWzۃBN8zbYɠw4cUOT脬jm&elȝ$1X#^yJBZmZUEOHIMԜ?'vۥO ="/j=)W ,{K3D7|-MK`/HxekBlS0vztښE[>[sJE?A_EwM_[cf/geB*{%*t4ibs1U&_3?~FN`pɆx\gыܢK=Z噒RrVL&}GC+#B6jdJ+YN5z?ܹ8ɶ8,u Bjl2ju@2KrIN2g7yHQYuQ??'טӐQbM9P ws>TʨmT|FR.eU-oxƐP=}=e;O h8JhY5Mmk[Hc\^}b(3wA k0j|?3U)rmۣf 6 `ʲy&.]A0`Z(*40aq:Tp=}mGek}48gױm'FC/0CutK+' EδefE`+w>N oT{v]}Zm&Mixܺoe3iAG~ ڝ$fr鑠Ts6DSE+Z<[JRQ8KO{ 8E1EࢫN]%/Mғb6֪tD/GN/x8]YFօ|Lr+ c?*k/}kZ~-d6Db)p3x[>17{^;-<82͗E4KOc )xC aW0C 47|LSDj r?--Y?ߑ*T!ntx_Kt%S+IB1S,iA |I(E~,"L}Jt%(nzKޯ>ԔA D@-Q̙tPDPd+yqc64lSUHC vmp-peuKWu!:" Жr̿bme*\FTeHDגDŽZ3S p PگBKī%73谯`u"Hn:O\-N)lR󭕴kb*!ǛP=> zEwB,%,2s _0_R xY}YШM2Tw{2Ɔ }ʏֺū<=S(o cŐig[!uw])waZ9ʔ!tS #*{cT,ǑP#jl h?) @I/]\>:E-υ>j|A#YO(qfʫlY 펎&v9}'өJ{P@Tʔ_F4!cISҶ8r@=u]F_Z'PoC|`BD\kXiMc78nƍyy{F[YӚ^}顙'Sgk:!=j;t ʖ+ys_㟌w =)ԡ_KE|@S|(ԽW4j`yS6@N`@vN:Q"Q5u3F +a]h ({'Vz(-+vb@x |w>WKS9&0UXR7NfT&"i ׫An|?7^h3p╗?I.=F9=w@8jg)wD05{GmiNPOps,FQ=q~]Y|5&Q(jbL}g0q7O(ն#xnDбp,AB6T^~AG[d }&~PM~ ܟ mI*iJr|gT`C <zU Vsh!] ڈτ4!D{?4 j(6mQ@Hҋ Yzrtѿ5CWZ/Z)Λb%J}dkg9pjb2"]+ƨCR.Hyb7־i6e#. lgНlPN`㵏Ԕqn ܸ'-J2(cLQr*SGT,ͼ܇0K& ˦KE!"G,00}@h5A6cVaS|q63{|N1Xm,?Av;"hPDٴ}W;&v |x^k{_"mrᘔ&0ahט΋{sAP?BsWaOda8ZZ"!MӑYWḘpTOTkdZ| BOԊ݆L׆gc/ͥnm)V߿|E0K:s PktB΁:t w tN'IH_m7ZtY*dKiy+JCsDK6LpZALA) -*%r>wL}u-e74+̝L&FBR:3ﱆb+Df M-*J vmǧ'ӚXU3IIhn H< yBk,yL/a2kCw0ǝ5}8~|'~`!9sݟvT/ H2ﮮM򱌸}YzWB~U܂̅fYUs.&&"CI|7#"rMB+$JC͊>j9nQd0a)*e}_\ p8,gKH;\FHzm ѹY8V#<ւ^-@p PXo`6ѼONr\HDzYxlDlڙ< 0a.v{yXCyz}0 2U3Z1 YcLґFg<[!敦@ ގT喹ފ&ng*SWҖK6T9z$O_%#˘y2n{GK%@b cy2oy XҶI_$^]ؠQG kRS\FT&NLW@GEScI4 Q6ʇnQG+oOmSlf}]2Y͞zfl}c~zYՆ^eYMgͨ;㍆qJ!\x-9Oe{e9d?W yPE3l!N2]d3Ř }gz1 ;qâ+,>HG aJNzK!] 3S37L_$Mh!FҚ3zfacPċqMt-0"jMDKK6@NOvYwSfn8r.&1;uT6QQٺse<:A d̸<Ӽ9kOބ&9%4eVU?蚻F`w|bLvo2ڬ&!ߜ^5O2Zhސ-{7& K Wk6pp_0BSHʜD"VD.xٰ8ֹ!#<  _TB! %6NsxZ^!qe #Gָpsء!E⃛ %:CH7Gٜn&Jqb-9P "CP; ͊&ۆz̃pT݉UUk&s?Y~ljIIG&1ҟM?ɭ:5" )unb B rڧBK妹5_V-?{[NgGnIdrGoO>鿜wX; "VD/\B_Z۵39O+"W_aa-$_2k Y KĖδCe܋aSzZ6=3-" YUMDQad+2Ζ>bvpz}MNaȎ ~NNxyJYVe~/ Xթ%0% p ږuċ)$שNeJiF51 &`gͯ1,&s6ynPYD x vT-[HYA68dF(Oh|vU^w+)NӌRHez<"_ J8dmPoR"@ha@~nQUkLbkfZ)hVKЏZCfԩg!{â~I5gew_B$uI|bD}˚Z5|揮M;m =IR1@|`q;aJwpRƤuBwq c *g5 &3JûQazwx&v8 9΍T_5T Q5WܾʁBB.B:8>qַ5rRE11W^H,$ !:dT%W,jVlC2ZPOm}vVE>[,͈@!t؜%f7~ HhŚV>佹KKrJb/HY=75 5I._??nX]Q@"q_zg,ƪ$vL :pr1dMx]{atv1 t !Wj^Pzn>@ E"O۵ݰՔfX<bWAXOxqvXr(co{0P-AYļx]4}vMղO"[hS_n2{h(K  YGBo8\6)K!Pg8m\ BG~?z)L{1_,T !MFu u(d9+xlYr@0 t<\[*~ zUK%~%bJ=)a+Ҽ֋XftY@5c(IIX @xT>=ꔶ2ϠP/ ׅiMkeNge< `d%e9*EQΜDkvm@78oB|/pؠ;\S0̗25_׈hX6xh[Ԁ֤⎵x~f9_Fu`]%bfaIaJx|׬Pgmi3vFaȦ p.SkXvwQ f]ܸe9Zmݺ&KU2KW,da$4^WބJK -VE/z)gq])Q 7P eҷ2{=}7fW?"ɹ Rp`Kfv"~/@\ RxMU`X+k nKNadVKSE幾v $8 bhZ?B!_rx Jq=q/#oc0fٸ3o'`mƪ|hN^/$~)hžfvyiօ(˫ތJ=p bvWUAP1{%,p [QnzDJ4'=MK0on/"ހGetSoy>Y< ZFa*Ȑ%V¡ -|Hr`4X7 5ld2PHlmbipA\zp;1VږQWXꀲ =|N}u- 2sH:lzhR]{nU t!;q\h^d6zLS}7Ha|ⅵԸ= 4lmNi4~sga:8R}Zj]⚋ɩY@€e⍯5f)fňQO307δOV3ȁi;^c|Z~]7)u"E6 …s`tl0!B=/+-`2PFγʤO7Li| vWm2"< SU U-yp\lmNn@Sp}E[v!bfb] p׷{"pXRlԡ^,KmkSzjC֥ BMJԳrJn`~y.T0BܩQM5N {e+`#随R'i_Gcb+o [?U(GuaXYJ/L# Eb]k `N;﯁a_qYivݡ 5.n|/2;)jX2FQEŁ#j˥4O;:EmO X!a oM,0, U0us՚ lV,fX\ԚrHP'VMƾzT/K5n#_w!`_chDmFķ/k/vY1Qճ,:3ʢ Qf,HY,^(3tuDeX7ݿȝ-9k݈^'g#ϦŐBK{źo_fJf{^/>.qsNm+kzYޭbZ/g$<5)FX ttշs^Q_0K]+wb:PI[Q4qRI6q5辖/-LY$AMɪ i Yݦ_* Tvb\wVRz s:i`{w%l]7 -0탔d*@8&"['G?6|rk&h YA+)j.u|]ڒe\j|4ʒ2Z =.F@ O8qf.!8 ٢tpߗ*:Rʆ o:+}3}+Zg>qx: ̋;CP;IChFs'lj޲:zګrkrO7ww5 '#v8NZOyNq<O6 BFX'-4[ KCץ@zw CWLKt{) tNt|2Q%s[g k+L6 sх @1)Pm^ z"wN^|L.%T`dWDNvsHpT0zM#'dė͉5^M91Rlu o0] f̺#Tp#+zETgzu|ϐɰI:B@Į؂1 !e~%4.Ѽz;9G(ґ^ ̜i;EbOd-Vl3^;h\:`Z]dj]f$a@Aok7k VT8F)?^y/i@a0ؿ@XnXq_FL9 ;p0F19{:Ʊ;}fwP]* wU26d{ӆYfK)r9F:eͧ_@PV=`wI%9,f[M7vsòhOYW!ϰQláb-=^Yg&Zi@~T4 kA'%ڭ>117^gDų*4kD],-1f7ZEF}OQXbJB/鱠fsq4 ;)$Y7BXD;Z몞+r2&W; 1},^vU/ĉ4+&Vʝo^;:>n$~%yUtX㧣R?d ,f:, {MJ4_cvUD"(&,QBmƣ^sTQh0D-1k8ēS>K&KA{ٝ KSaٞE(;˩0a;(u|E&3p'SPݴ|G>)o}Vu&:zBI/So>('nefRV-AAyÝzV/[A×nfK1W'PAc!')0 +II.i6_*$uv[‘XX-ӕ5q@,$X؇u ĩx[WŸ$ Ӊ'5iarQ }GY=xyΧS^0ӟ-۸iAn3Wu؎%2$--C1u[ɹ z냀lOc9lo..8_4\P6!`#3]̈wJ3uبLIĄchX4O<9;'t;USy_BqXs{P𸣏ITPQ.^jgL`ݖx8w/Y6+3G`s?qSog8PNb'޶fHa͂S 2 {h^*P}+( y>x A lS/kip X;8p6ܫ'rÔ@ߍw৏dp*5wR_{NjzFIȘ6w-35jTH;-|8;h:o_`Ld " 0T$mD&1|T2Xx0i(b- B%Ϩ; #: wӆ9hρL(Pqyw 2x^l%3@%Ijsq"=)_DKˍ@*L+9@Ӄ 鸺-&-CN8hz#ʪnrg K NZ'Gᛆ9|Ҟ1;yU㺞7#({2k !UE{0u%0'}E'mRi ,Ӻt^7h@*1i﫺_%ȒD~&g;dALt&N)-۱:A.̷8oڼڣJuY-أ3fˏVsI?"Lڼbu%Vwz&?6ந{`* u>ӎ'ψ5I6U\NjR{[k/{,a3\sJq!1-/VHi}Lèz"W'ƐWR`[D7 JJ,0VFX }KS-DAow[Z_=oLzY.t ʱG ~1ys'vzE NYosڿAvZ;-ֹsԾdϭȻ\EG|bpԞ 컚b׭{,rTW8TuVHz@&ΎO8 d L:_BiiQzcm 06EYR=*1:]B mcߜlQPǽ#3Rāڍ~v q0 btS C4]΂0'鵫g'mx?d }3O/z- *p/e{_P1dÊehRs8nR%&F`\ހ=\Bc l@RsG$ 6W5^Ւ[;T(/cl"ɕzʒ6E a?]:$3_*ƫnxĊI=S l0bWK[zEj䢰UyO:p ^6|UP2 "2-SQXʾY,ؙ HVA'Zh6Si^/>c}={ԫOӫ R9 d O_ͥMFxS ib}\bl`^i -'"ۚ"ȱ缃Џ/kوQpsL -g =0g!9/9C~ɗ_ e6bx3M1&OLOxm )F־>s`brw~`f10#LH%?Y{ =ᅢ4iTKiI'u5 Ao1̱+y RN@Q{UuJFhੱQ\:t9g!eoB'pIRqG#*$bc2au!s̏8J)N}2Gk%D{gl$8G:=&`ЬjDQEe![=ڃiy堬jW jMM]R/0f4f͹^Ohzm8YJؙqP+LUةrʉhsvqh\DTikٔ(G?)ZZL qe }UK`r]T'81Yxg<={.BJu #y1Bw_2e{zC#?J*rbsdu>7`|Pih=OG`wDcVî隭 ezx(l^\P~Hx2LLXJH`pvNJʈvƋz$he%di[ O1ʅ+u H+l(mUf.)/|1x.%+qV?yR>6' A*́)i2D(6 &'<|Ϫ,<(8K%y%e $RΩ - ' A4|gb*g֚\ iҰ%>wʚ%WTe.VouE!ݐ ::o7AwoZV@U~.Ï08y`(j.o9&&_!=VxI_R >Zc`WO-9%VdWzLPʰ~=YVs8gl6`ƤTT2y(e=ڏ7^P씏7;{X$ֽQg=TGWPCQ\7\7:<) wKMٰa",i/fN:cw$y:AE.4»4/2o.)P#್*wR*Oc) x%Csӌ_67aQsP%cqBBzz.MKqYTQ+c]F2>P+$%T{-.l6_#= əЧ;I㮉Z@XaO+eAN J0S5 khoJUBz>]wM آԻQwM'0U\|W߸BQS!LGh&M'R팑k 7^B^zxJr¬7a24a Ìv;:S>`vUa=fL`9ڹ am ".EmBۑ4q`6Ɨk)KP{L1qȯN-"Y"ڸ{ɵ:كCay-h~cY"G¹{rӴ-xETxpi'&Nz%t+JTxk)6}h^ɠ]vINauO!rCC4֌CɑpoL2ZT%hLb&8e65 ` u%AYdfԍ4OI+kg(.dt+V7ؤ3]A\oűTn0Fbu3afL_w)2[1S|eh/%nqv[SG]QMHΕןqɣ-')e5Sq].n Э쫔AD2s˚I9ٗg6ںo xdG-,,27\>Jh̥',!~: Rui ,pݿrlx͉}Y!ў@q5q\v  G3_hK~_<=TkMs&WUO YJMۘśW>%oFggH ݘi&6,WKx*u0 Dy`5%сGo~IF w+ dH +!H:H6i\/p&*: "%q]/*d+-} /DB=RRBr7< +Y ijA`Zdj<=fY.˧y}QwyըzqD)–՘oKRwcjJ tIȁwX%X?-i,psB0qzh?B\ƻ5N, JBbE⵰\^Ak`Vgo1/U$w$jNZCu3Mqͨhe(Ԉ\Udٽ(:IL1W0\U'3mVzoPZ傏AإE`f̨76(f)Z~+5|GUKӃ\|NyҰ%]`_I>QF,>{;CVO) `9N3p8Vu:Iq.Gs2o㻲{orb"hr9v BZ ^roK5ԳW#>3PXYL,p5G!w?ʕԕZҌi`qk!7z`ӰկȣUDpWNIQ'}+{ sS0~T0ќb %['|޿[mhTsGRi[Z2I{Ӷe^ (*r0<6ۨժS-,No82f]|y  zwv *!a.~F[EwqT]>7]mgWH *Z \=#rFXţ:1^> fױET"ho{ar,KljW&w#Sr ɵ!v\j;vZ-aiDzFNd?'Uפ4V\ϱ[o#̊uܷ[+Ɠj.lmޜ:# {!S7ubNO|D=PC]W"~w~7?;M-gC g A=BXİ ڑh%ILUh,$@5_,) ras?Fk=;%' {LǦyc$hd'g6E '`nlm*D4hO/daoZ 驧nɏpWl(PO8Uܙf%H]ns˒$0zrC${)}̮U=h*Sн :i`Jelׅ7nG19;m+\(PS1BSr {#~~t^ N(=Hz^,H80c-{qdqTNyAyVKG,G&UY*׸@RԿz{ša ov# {-.-aouGR`%=4R[`dh7^ '2= x6 +͂1+bzu@ҿò|nמyxSFet].ubۙhiÏDg?NV>0q]$ ߴ?pwe+ H@IM.R)- _@YKE }K7ba6YڰxoYT ,İ[SW'm'ii׊fwdd]e$Q8r4!D&^>s{#1c>l҇mG7f  g%b^CɌMHuIa#s`3j.8,*nZ)ǟOwN<^&kآzJ}]6Ҍ >\/cZFV҈Bt^$ dׅ̈́(3bvz*+kgr":'ꞈ$Bkp`hiOVrt`3m϶%gyszS&xgK ];<mwgTTe99ˆdcۈ/79AX!YymZZQ_BGp=Ug=:^S's+ C@b3â,镤NJmSsYDS^ףϳam DW=eOVLܙ!X~Z¹iއgdUY;2Lv.}ЂgA+hR*F݂ij` ?W 5WQ!x^; yu5[s餜ę!LWz٧X_ ΂\)NZq^.R':a%3ԙ(~[ptz[tylxpeF䥟U7L'" */Wg t1qM \*i6'9G޿a܀!^PR\S}1:@`?m7`6̸wY>NbU@Sx5/6V?Nyp7Yi_.@ OaKM"q2`w22^Z*"*iM1FqRjI-t&Xp$sTнѩR}3p:AOn0\<FcA`]0,[9)U^qYw!z6DP)3KC4M/"s@$_x N aڼ=$% -@_RR ~ZnHOOgJ!:HZkBe,L :܁c59qi+M.;,Rc )WVhXp$.܆-.IQAMmu`Q}F|p9q-`+1BX0)N"郯2QPeeTosW[LdtLFY`}?lJ~  P[hG_̿Ϛ- y>~Z(c7uZ!(j:S7Zښf]Is=mXr5q>i͖'qpIC] dm z{aj[0J S..f5p} 0lKaUJǗk}wRj-h}_|[F`0Ab^F^QeekW0wp9.dT: 'rۜP6f ˈiRv?#6^~Q,TFJKLӾs^tL!XnΪNP$=pz'G~'[l/4˔l7*MjwDŽ> a/ɳ: Ȃv"f/F(yc'q$'u,T "ݍ7ifE7+ &|D2<N~:WC@x/ <~12%=[NЅkrnZ?'y5 $& YByYb) شǚ%N4iTfPXCnxhvyp̼VC-kn7v78XLy{N菆}űM]VhXP&e SQ|/WdLQu278vE;-H=PY?G2R~ZP9l(VEWnQ𧬐T1,"8:2J,Tӹ}w=!NzmG<4.fʞC  .u)F3{#Tr6A<X,% .l*p5e>]FʑbS fC_yAJ۷e,PggN ,m -):Z@¢VIT]&e[+[k~:DYo$^~1HO ew96iRp3(fHq`n !B׍.䖑jn[$ccft',ՋuQ,Xi`޺[NLS@%=ۘ^{R~J*cJ˦94$=nV"do@-~DTrLj˓D< LꨧᰒXURaׯ1|4Pry uƯ(>bMv_+>4iu?o[>k*.1`7:G:&<9^͘KNpU{cvf?J #٭LHcMguB g-5`C,R8\ Za:HYJWZ{?C7&$̠tOMU]E` DC {J Ь>\(_Fx¶)H_XPr} 2@WM0h':{azZH?fVKC?l.A 2>^~AVtEIw3Ujsdn*Cbq7yҪbrFְˑ5M2V5 Y2P:r7KWXUUhj\(r[,WĈ<7pgc<4止Ljuqq`E:ךm7UB~/ѨVʂ ONsOX>X@5k׍U p /*ݞϚ89 lx3nRMгHDb y,򅯱{PWj%WOܚ-~Z-}Q[FOmDFH\ՕTDŗnɂz).̽^ɔ:aS /E`=dB=o:8oY!%u:LhdamX(NӍ^/ ؙcp#Hc6W!i1ƂQQ^Hfs9bM>f% ƋJ\V| TOd jtՍchzHumw)Wr볂J3Iv(t)N (g1fG`6N^At392gֲ'X@#;v+]S(hAУJ~k ؃_3^`/1? }DU¼ˇ0c-2cԯ`+D jņ _dhX)_cʙD O;F_ jZ7%Pnhp_ '7Ҩ\g8C{J, 'T~=bʚ2uŇKapVelRK6no4}-qPO¯"yT̄وH߯)'2qcȤUGz)$e133GQT*ph =V:svyLc{{2 afQj 18j_C1x;0~ԣ4Zhro8 8!$*Ba0vJo[_-ŃVՒȫ<4 W<&Be)c)_.c _WfIG)ݍ2A8 ܸD Uk@Ǐ'8<$6•7P,\X"ArP>~ŕE&ٮgœ2/[:7 B68|ru <;!ͥ#c8$ǦH8V <^ֆk}D+HQQ H:[_[lR  #r'珡 I{'frW:bNEB4ȵ0g’g`E˼$(>KG~@ y0 .ti뒿~sH/ zXQ^hhÌˣJiRx/'brYE1MO)Dy ?$\w`9 q$6DŵS8M,3zA$qy5D!thN5}KjYs{ܖHRXefJ$Grmc੿[ͲΒ`#J ڔ45Ԓ}}# *RbW:"wnĀ9Qg. ǣ%>0JNĎLjroʥ=rW>H@X|_ᙗpO,'r/:1BCTY);.`3?%Dav-Cҧ<\@8л;`= Y8yASH7\'=iP04fW%P+qD68(Y#ٰG? :h^$3=}F5@mEx9IaIaqLS8vKm9i'bS?펵yu,/GLPUi{?IK5OB[e0_y4-P|Ý8#h`{߬]lIS!ó4{DS=2d%rG>.(FgzݕPP^w[]P .QƊM E](J=,^'_3<>kyc4źz- RMT֑!پEӞ6oqIAw!6&΃0mD~&2R6!EJGX}Qw*c|t$0TP3;*I;/ΉCݴ˷ nLlx̌g fH HO,HVo9ZIwg A_VTFW}ui1fι8WC3"i$X*ѕ` +r]:8-L{mAӧ" tNSbOXŌ#OFK4h$*r/' r|BÀ>,FȬsE1LۊLhTdD) +![6!)RIY(n4Σ`7ib06x.dT6BބZq*i]E53(Vi wJp/};SߘSƣT+hIo~c]dž#˺HlW*ciص Br:T#|kc>%hH;qyX_|=s\ `vwZцO ~ּ<$ӤSܠ0 }{$[0Տ&ܒQuB%dLNm.r‡ktNV6Կzll~FɩubrPj2<"Yﮏc@FR7Ǚ/uk`o n3Ej߸Q&C'wőZ74V$Ed6CuXw/k%ԝtRg*|&wlZ &\0slJE? u];j=fx,jOױqNθ4!ԯ f2ʂ2;B saS#іbsQaQ NR)8z*ȋLMQ?;b?.Q=dboO|1U̟HH`):zI\Vy+T[Gpu[^iYX^3N^ݷzQDcQKm utu7l9"O?qI k씑&X!(C-G?0i/- 0APj%<$^)QiB'P,O,HMLEHV }@T̕77S3)VJvG\@^Y/ B0hE{6Q?!ԇ?F=w[nf p8XRO'T||MK3pA#jS?NS 4[>ƻa%yle?:)j잖>9-.]96)&mѷKR7֥Dqv?!I{EjpCⅡZf1gJK#F)%9AUDH$GYuUVpP L<O3fq`:1{.!1m#T@sP?zyQuW#Ni\eCI(bsDLEoCdf(CYh;_QY] ;a Lf}OEؕS{Ɏ*Bʄdlj%ygf#ҩfq:Z@>*`bL46k1}|zs[GT^JkĠȇ5>]ya fcUN}LGI*}[Oy3Z8 VNI!i{:xj܎2Y}rб|Gg/|wAWl͖T*"g\vu""g$TfY8[.%ʤiBW!BMX$c6!E~ 12;LT~Mc1\Nb"`Ք վvldWqYy>b 1l@ڧPmu-܄O 369Z,sVQ دnVCg (yIfṟ"OMJ]s5–wߨRdUUMbcZ<l&G=N&\M ״<7{)/]IlX\{:ej^GzREpRYA=Q>5άm6~fK9pþzRÑRbGdѴܼNzLɋqWRioiO[/E}0.>5ñeF|i s p='ʒ+aFo 2x-Yu 3Ugj aD[2ƜV s]iYY8Ihp(m/  c *_L d쿟@|Nט;~^藣BsnWҰQ8^`N\V $Ъ_*DԙCyS!;*j^W ިH7k?5)v*A9IDv?/N t4rKH0DKq}t=iRLde$Cr5d6f3g:i$iP.mPrw{@a @A ja%8tA9pgJ;ZeˆY`c}MAAd9o+nWԻ @d]_|M k'cȆυgwDѪ5Zİ;G`g.tii-ҷF+'i;ο`w䊯xKլyQtp1{6<y;Q(Ui0 ! mGz%Ի"@Xj7&8 U7Hѭ Td :[b!08KPY/O| ͸%HEl>Zi sn_" ^zѮB^lyoQ Y f>d~c~> o&3 Mj2y+=I\?~DA9Py& A/З ͻ=V^9 so[ x#vɨUd!$4O_iQ]?Qg+:]5b4B"~wƘ*M3_1,R] ak893[Lf&+uOH"<  &٠I+D_Tӯ#D 4c'r鏻V26rPWosdݦ[o|a,mHayHX^; RY.U9-}n(}#0f̅7Ij Rљ4.N'S}*/.zi7OK )NN C =9;ܓV+m[5@nnމ<&f0=OVS#ID/^K,Jju5ecGew׮FDLe&*. v#-V}2^ݛYR,e~nK8RC;6ʷp+'"'{D#$uDxr-K~?P~ܠn%)mE؆k'bw͹TҎr_]fp(у9}o톕QlvBݜ^,6;Uܚv?6X,~|*6&ш&9cxlN*QnχDmڢ\IՒ ^Vz=!N^~F ϐU+$7Ri%8[{݀ͥr\Rqn%\ed):ZakOx3G*jHZ@=)d(DQ-)[JԈv;ša;9.&*XuosS3{CLPX`>o$] $h:ݑ^ӈݟ0i+Jqm8C"oP:-Ƈ8ƹ6u*6[]81% R&^?z_:j@PϞ~v{PeWND;/ Mu' ) ^-=IRP}"ibUnc_gRm=8~Rr8DvZ(yI~ʵȶvћ4³CU eDlf7uz}q{$CKŊ#S.䇶Ra CU>e 8aLu4.;Ѳa-J, h^=OuoTHvٻBmbEpDxb QLA2 SQ rlbW#ŇSbDKU.~&dNj<]ﵶþyB~""A. (h  "C<8꧑6|Ƹ:K-P}̷) ]F@lD g \ʆ}Wy{Ƈi{@y߲d9duEi"c縊pV-S@RfHmM$sWb?4߃s y;x0 A>P䇻6EꓮqC|#NiKۅK?{0N3އO nm4,^&K."!4אQ@JFR7mi^"> ظkg [p4np)WQЈ=Y]3g㘬iƐHO1ӁdHupRߠw˜kjf t\6\WtyS4sAAMQ_9(D_C5v|0Ei$ jH}f>j6*."bmPrqB.GJe r)uh2L/?Ÿ4>ark}4 ր4nGh ;vX*Je3|Ф|,nvV{QE);ZN)K>Mw6Y{¸U{X3DrfBDR읐hgQNrDb#Fn%M5nplnrפaRY,6L:3F!,)uX1BJ 􎞳!d QuJXHWUB1"@C'M6n{(ѺAt5}Q#i4y ɡy;!T *[ zƮpWKMeG;M\Nc=&5}Cqe5O*i ˱;O֟w0+'ݧ+?-LQ:g>O ZVѿeoJ .Atd7Zc^25`9}i8)QtH_(S)"%NVIu =[JLIpѫأSe44_ 0yRxQ`U!ep&2͒]st+Ӌqz- MP '3^sg*zR^xej8*ShܪkX4 f/Dԋ}_'/f\M%bz0cٛ"ZNz7MUne$TzNIM I9 >g^oPjVFv' 㗝7ǜD :5!}iC>0DQx΃_q4{GSW%uy3[Ԭ_bM _uS ^EDfVGf)dg9#we5cA1 :啇:߻ȗhyLL+ C=bdFţ$ L@M*]"e3Ȕ[f-#-hGZ7fQC4nOlj'h,qF)G`'TcF[obA>8e 'Ko^?ño7ΨCnH"{Tܘ537߱o;d>ַuE>p '$/lQpS؇'vQ䱖exhv=zn?w3:~1\8/dp: f͟w*HT#cXj~-ވ**<r!oEփSOW68iAf j;WfLhdYRU1]މd4ӭ[Z[Zi ^D> 34#Ïj"^Bo҃S$j+":ع^C,hBL)ܿ:pX[q()BHC<ܕrg-[I,! ~lSh!uVRp $S]͐5q dd'/נn]/ .-ɠk A|$-' Dg,QwC;BpC@^lAr{m߱K*ςR̊JvI0)°O6#55uHvno>wDg5FJ"|#>xnxae ?wLX|_%#cOzM2Rwy̪-ߵal{W:YF&X̘;= JiM^J +tt3W݊|*rMdn 0*63Kujpa .cJJ(Og*j ]"f ƑOpuV#zm|#].?p<'c8._5ܶfD A.@Y]C & .hw,F_aG,0SVwFo>=o6锬]KXf,zY 2WRyEJ=G)'\䥫RE\\ƽCˠ`jj|83Rk vIG}cY\pg-Br7w'kR ?5I Wq%G`j1®Z$S3}WI݊:"FХoRctq{-yI\Zg4ArVe$@dnZקql{ĭ;%zd\Q$j0[o֯.ł=qBY?Oun[j~cc~$9ݰC1VETq,6ҙRk(&ؗg僋TQM"  ݪ^̘I)%Quxz.yޓPߠpyLy1Ϝ$IV/<'nANLݾWPFv"L;.eaG^ $ï\06#pNQ؉Mt4 Gk{?[ͻ}|%4r.!'_,0ѹ\qKMKҖ-a\u<*mn/9z^,P} sL@z'x"q KsKC`$ND3DA KIYg;w"(,4'>)4՗g~)mbut!4d1KKӿ@0|iaR펽zuA#3ُCH7doUy@,nZ# 9@Wƞ@F $+~QS[GW&VmdHaZXfaqGbB>܀AaWK8&JR:`)~B"cnDqŐ g0bmo0fԒ]'aye ڵrX@Uy`쒎5p8mYA~#0Kϋ&=-W?YP {)hUGkJ $uWePV<&#:aRKeNp@.DpɪB:L@PI@S tÞ%;36`/C`@>"{-FyCV/" 0iҲH ,1_(w@Ʋ}ǐ1bxyj A9sH)Ng'y f.Ds8MȠw\zIrP|?HXdSY9fLp5gKO$oc}2 5wEDj2z& T~4eE {SIcBu}T87C Ǝ Nc#| , Rh1o|>|[gkX/:LCC?[x!|D(Qs$Zq sA=Ou|b][z8c/TY˒p%f4m .8'T62AlFjPPZ!̍<gOOxYb;L[W:Zf;$tokœI h/jf:Uuxs\I|>þ$\zS]`1͕KY<떫bN[ȆQ'0yˏL SW͋э0?!nPm6O0ڎpyL ؗ:ԟ [QhBO?Ib2$;n!ZF. #k"TRv*3mcnoMDaQDUsPdٍHۍ$Vc@Lo]a*8n/N&X_/ adJ($%0CBWw41XJd oRPpDu# zT_Św"qJVǠV*"ND2E00O MW&}0'Xa. ђ' K7BmQCD)V#-.K!.A=d}.$9@PI)N7 I2a)(d^puM$/lnΕQ\?"Ps)Wk_hЏ'_I=$0cfʮI3H2Ga^O%s10]VGe8(,pb: ܛm ])z*:E\)Ѷ( ϶1=զ`Mc\z͒m/|ۗ(թ M;b-w-ud#WZW3ƶr;ue`GbhL[#8-k4 8+42yW8wQ"j EVL}9g7Yサ҉X8S#"Dp3Ĵ_bHܹ-?;5B^Yngp85\O0`Ë k Mtҫ6d5iqa%Hi"M%!bk8+Lzk[~}9D./\NgΔNCD<8_Ёe#z{Y{ 皫Zmf ^CG*؝6XHJ`OH6OBHRyl 3P +h5.aD\# Bhdz1EeęAc(?͂b쥇 |61[)tvt^:#0&(@T{+/}8P=(OW;??'`IqѶF)K+Qvm&O 7Bӿ)ߞV@<"vnrBpX>DbP[y*pwg?M6Aor\j&Y/*S y.GE~!x)qAF 2 X\[Pݜ Ԯ?^?t%g# :O jJ S:Ҕ}$&lL\d7NfP]xyغňK&OxjǕ(1Y](/91Â3&#|域"(6v^%_5B6C of_?e c=^Qb6( bNA9DR>x||LPxS7ԬRASpLc[fνロ]KX Fؑ"}P#'Z"rhGO$B*UR=G< Ԝ=4ڝՃzq‹11hH3,]%Enxv+n1J`r|i2)&hl}&wVdE6P@Ffx3@l[OASiAYeNTjo"CF$tj$76'tN93^I{dzcEJOGWn3D4EC[vL32Vߢ"mMZpzf)vPӦxxd)\ ,2l_68M'*XdQHkhYíDu{u5_=mnp XIjl2wk!Hu{qt?<Փ][uT%n hL ׿{wiK/Փun7dGF:rys@ j@൐5*Zl8 "_bnh@[+AuP6nsOI9>ÖpOc# ;>Lm dq>; 2 +P00f7 _Ay3+\O^RY 8ØsXV팑2ɠ_.byK$=L(X=^k\#**#%*-G6R蚿lC7b܆Nס9Fi8ggbۗn 8I}yJ]1dh +aIV e%V>g!}>!k+a J@㛉B#*-> mzϠ}X[K5pak}b]8лYSE1=F*3dAЧ(%JV7%5J\R­s#wllrn2?ṉq3ϐS+e خzn쀙>#~6_8A/n8prS*Ky*zCG(6g7QҦʆ6$=$=\rPv5DoBI!c CQFiOdT*N4lÏhE"$<4g#uJ.3kA c[r-[_Sdy$nRV)Y52c\ 'BVQ+E+BDg7a;E-RcEw4Sq>QH!+CD?Z[Xfbu jDʇ QD{w761:p&!@»%tPږo@ m$m s'Hsj<@(c%M=$XZ4+ +#K0}M~7:wlBsc mՋJKmo<1Μc"ⷻJ=ݎf{T*5Ͱ5˗_6vƍ"ԩ5}'2Ρ_>IsPIՐin*L@oR]D{>lBY'`5VRHI06E1^ejKe4.'#~A􋘈b6 f/;)dW M%Jm4iS)csTȠA1z?Q(#~͉r,&:,:;#:ea~(O> 7 (La.3#-;=7ڌ2̑:ȣ߶Lr!贈YNǗp}}<\-~ЎկxjQh3, ݷĊu؂5U"B`8Lp2$# J5:ИA֌xfDaٚ.$ťA/cu\HJթ[#:T/')BG-B~v\TR2dm6g EYD49h%2J|IEg~EJMt XrF)6zY@?{9;| DXZ r-ڍ?j颚[%c3^ ȱzr{.(2ߗ h}<]W^m*dꄼ@eqHA<@ F>>my9Uxѳ:RIP%tdaGs<,*)`S;v5x ߉jA">ٿ)Բ~Myl0+?LFci_aOUQ`AgAT@ pWZp'}YDBf_!}TE9qk}iRm`VDẀ񏦃PpnebJ*+I{ Ϗ'Q> #3ٮ~*׋Nۘw'dh-,&Sa &N`#7!"!#EES3l!dcB}4k.mFf(jMiBnBNW6>HB}a:vָADr!-QX啚gޛ-h˃Fl58fvSA\%i Ƽ# BF+,gG>nP Wgczq ̛Zi8|"DVvTfmP>me}'GJ4jnI,~ɿa=|N2rm8Dn\lUC802|]{#͊ >k?ܑTA㉉"5]~q>Xd' ZPe@@zp&Iwxi aL`o^{&-&S1cxl^)pfv0qs>/1JXPVnvM| ƌzÈ2G7$Sx^*@l/P}-mvEbXV|>-7EdFgc`rN V2HTPVT?GJSN,ZC = lzO:k")0mHLaO~MkԲ<4 a³V+ x \6-ՈV$Y+;eҘX5P7u~ݵ#v u+8Ćo碌"Nr7Q AJ"˭f61 bJ|19+V5ɱFFMdkjo2YxLYjxfO& AI27a1K\t%/5ƌ0X}->wΛ? tC K V 0ߣg<_OORLA[6yf Wv|!GlYFM^@K>q A^8+&/8Fh5}{p )U 9K'UT3[A볩%+hIgIXk(Q|‚R-?=_JrL}j-ݵɧ@%> XYNPBC#/Te6UΜOǷ@Y~\1 *bVv = Cp4c/] JT)\!8ewg {@hal^_bG|u/J'm%3%n I7P}nq?23whN˷Qn\eZ'_J,*b FGiSmրdKWXvl$ļ>hc!Dگ2԰ބV/mjyy^'jt(%r+Kw3=S6iLykP*>Z:_ƬIhV.1X(hI@UG@["[iƾ ;b5EP da 20axE׋ΉɒD-b=)Jh)V䦐{<}*P!Y+rx!Ͼuz*IBg#u΢\dC2Qӟu3 )>WA:*ln_ӼS/'qg~ sU{xYOؾ4ʍ[ӣ,#X,/XM[)(&6+G곿F7P)ZDw! S, 6̬xC3In^)f&OXpw s~2VՀ; WLBrEc1ޖu4Kᘟ_9e$o#j=6%]zG Tk.0;)YYNpk"_0Dǯ_ ‰r_)h11teJD|IPhObzk=o8/MC5+ZS 1/0֒ge`c &J Vl[1iD}%?kwn(#^VVõ .de~Ҁrx`#Ks}t6y,߀ۙԣ=&9#dw[j' O5h.w%4y/+h`d.aN8sgm| |9J;1y3pY1q($Zh3!تsF(iOOQ^Z+H^_y+nJ!@m3R=R %A`JI_ ԝݾG|4*Hj@0| tG۫l&dyzΎԧ[yɲΒ_<`x ef%JM##T9^oBOLbgv=0PVHf3+³O*6<e1Ro,?]bʐY]"rp!ɫ2o|FΜVZ N!&ZטH" ϓ'>p -P_8Cy0pȶ;ac :NumK2©Cf]*IܐOcMQ%Z |Wa/ᶢ?"tet3dv.}ط̷^nW~98Bհ^{btriM<'qc 0ۓC{)cR:\dIwS\ߘ5̢~F5[VT[H1&JbY6t%&y`6rtʙ; }$J=8,wǺqJ$lMZ25 NEzJ$`jK5^Q#P*r{jԚEZ= u7dQBQN!_Ǘ*b 1]őӃdc1 EM.BEd ů,7K0,^pZ amcy0?g;%{/񢐡dQs Cm6勥Da!]0}[S(y]r]H~& {3P~/&-88MXV%prEKq -IvcG6_m(AYI2l)uv۱?ݩo#qQa&^ο# q5֖5fXtZU{)Yi[nиJoS9Sz?_˛9"R +@cdO3Ϝ Ca"XxS.kAHsP|=[NƏa(cLWUȉx br^U $^4@{>PB(. }G'"<1~0uHYi3Zeu&'0 G7f2,8}v%$$ hxi־z19zٌOlKyUm ~B`n',bMo-ig 323ϭ"G9& s?p pSmSt9Aqo<%x0QCauLKJ=2 R;nAS2E*^8ܣk0#h˪bqxm;+sh#'LSZE'wN|R$ĉ<ɊwWLhWU+mqsQ/A F]eP͘\ WQe Gfijw.gz៬%CHtZ: }=Z"̳ܿ zvW1أ t&>O(kv0>~*\*gܔ:v5>λµn,q| 1_a7e/ϻ05Z>C~oAm)o)ό_ʞ-;#җyw,7aO |eϩևy& BzҰӕ,tieZ ""-t-ȁ"xf=ƩHL1+vX+EA;OǛXm>󏜐钌vhF416IAmqȝ(8-;ʓYv.Me)3LNϰ:B7' _h5R [Giv(OxށxvqM:6M4o ,pr uOW!HYYǹT \"]cIM9p]Do#^7]b=|Wz\qdpfcжs?KebS\hܷϙ`&JQr=].ikӔɇSeoa-%SDUؠ:B홸߯_US2A~ Ww Lc~Xv)x ,Bfv3gJr]hjwtFg2 ʵ%/}~U;p#C03_F040m8>K,A`[k<Λ<=+pp}MQln[Un󓕫v)y'6Ӝb.vEWvs5C["ĭEMuL'-dOlLQ{9c'UG&; #ւpk9a[Rm~UMrFRQ6^RWo%袺]e 7pU0Ԝ)-`U=S [|andJ;C=%:C|0!zJ-#NaQ dRj(* JR!!c@09i}ROzQ)!ovFRJX~73_!~?zM4ްg(r+ @@w=4}k\G,o M\4.TQ.^vm<~H!+#;p_z>8 s]!"u 0i{3L~>#Q4V *CI$8?_q?1c4e='E$,+Y?K'6( MEfqYC? 9Z gwBuwJ.hDe6=WO ¢ hEx1f<=XCgՎ!M´^yo;©B enB\$.UMEDpYZn(՞VWׂX@JI6H]2)\7{iox3USZ~+ܾj\9"EP>`{é4,~ !G&%~Pm] 7q' bv67 k={X%Y:jj ^ 9j͒.Bƒ= fۯFht5YIZ#IVFy?#RzҲ:vn.Im`ȎsoAl_q *ӥUR߇мq2Mܸr?L<+bφcM͘2VuW]$&5; T[}S*YsȒ<-עʵ+=E,Pk*v"Y};Tm70Baҟ}/~cFБ|j _f$^CNyߛ@]r]xbOL0]~u+e2>Ӎ|*Osg8GM*g#1zA8C5EL+<7_BuP;8҈w3MO RQiQ]W6 .YbzDs8QkQi}ѵ&r;B]3gAQ$MmnĶh#&I:"e4bcÞb]07"]}|dHj%ߘ42%}(w!2hRɘqgjKVO> =捩Lu t-A"UHEC8.ӈ9K-Dh+(d)q6\B{߫'DDGJ߅ 7R0覥iJSbv4Y oGNIصQ0F=knc##yO}]jYCz *_#SgIvKQ"h(3Nb+VVY r23s) \a( IFDF"lQO{;'UNh9l2Ͳ$/qHw C^S ?d-zOǦ}c "4>6ʼ,ﳋr4-1PX)0˘pݦod7۶hi#a<& |ӂGHzI-lL*W 5nHk#EI#a`o9nQF% 4k-* {,VQPՊ?_ yJdKʝȬ3nx #Ǖf@oi΂5Ҡh9nȱH+Ap) * 8ӗ82dhF_ B^9NNOW6k?&h/;SkWzB zq|4E (Qix~%a3F]q4 H !c'ؔmK:ӢB~o@r:C; $?nV{>@_L>ejJ189ky 뮏 @X mpױܓu}TĂTnX!gR$xk'E<ÛUnDQ[;GUjmtw i8c0f O5qd|a~;JQI1̤><cR}DdAʳ)ԒɘkA#4P^(:']Ȩ-w1j  B{84gz `謻.Eu*"l)|sT%~mٟo?s\/*,g'ڌ/3V"lÕ.G#`'^;fBC',X pBVMnk~absb( 7͸?O`.,0f> 6ٖo\Я,fE7KPɑ]|vL.w:qEFG]UǮ]9mܚyxB4P5YufԔHR1'f7A%=Xk&B-bdNa#) \7 VcFa;ـa{ yl9i T/8'.\$ Y`zr*_p>z;T7@O!Z{kQq!@:W*@Ym,(87dB57rv9c*ː2VZJY$ɪߒ8{4*6# LR^k^Ar\nol' +z-j83"7(Jn*tD~{Tɚ$L>D1'cF=";XO<37FtU,݌`TbphQk3}li߶Pވ2=PVY9 >V>Y:\ z1a/"-N3>M i<gAYүQNH$1s/5/]2lJ࿷6 R .JĚH9~ {J*‘0 JA 1ǃ>rǎJViXfU2xZk #GP` d턣y:9zrõaШFl,R4Bd.U K{bhizh ã+{'5*> UU & AYcf=tiuI+9Z֚^z-p4.[MT5 KIᴺ{`;: fjUcXs1a"r)aQVL7KlaYvamљ,KOḃԨŭUތmn/F>#*a(8 U$ {>|?Uڰ8͋Ws9CAaeeב{.}D^D*;Ty>8a}i/BE{BbC7`Ɇ<&8ۙWmYMNcY?%~EI=@ ]Uqg q_^>{+Г~=)pDzk^&0V{] [}a;ZcHFbeHzաp?~po6(4$-ܖdGn$۱ڮ ,rP!dٓ;&p~I8Jc_NYH/3vf:cT2 ?ϖ뼹ܵ3fGfsF07$U;pG$"7q~+l:~^8:m 1 Yez -W|rp A&%1jn5ZSh"JLg6XbZ lERZD4wLq,QBԶrezNz9p:\J)3N':Ob.JP3Q\h%w,YlIgXAt2:›^Gx@JI%P/]6 -Vlz*t6hjo/A8hNrs\.Kɵ$_<\F (tmY#:j[=~c[!5>w#I @|9v<ǁ$%=7W<{9_%$c-8C+ѓ[m)M<1 "=ǝ c׋ K^|dv>i}B;kSVJ/.##SG ♴#Aŀ=$+61>(avvsӔqgJgխ86h2$gvɴ @6Yi@4k~FhD|)~t#yBm0td "lT}+*P1+(]n]Pq`D)<<} ?AI+Nj2uq[ۇОۨr}rĢI! %ͩkc(h7юXeO'2 K<}3DŦZN?WsNDfLby?㼓"nmnقV6TtExiw l=uDBƋ"㐍Q2ޢ͕!6yfY,yQP_cv(g#[Xz$-6@%[:Cg!3'?}=\C"ki@̆%!};k%uNO:~2C4AUFiQrAzlekK4Vn6R =`%tԚ2E䦟tS *Q83{S𶜂TU˯6e%xdDer-6BQnoCn'axU7ꒁЖ ZW=(qV -ƴ,ԮK0Kmۧӵ5΍i‚2 yyFtB]aI)Si@'=T+1֥-I;LMiV% ^%ۃOXs W4i ӕzd{;$O$LpP7om@ 2f]ڗ[OKweJpU]̪!mR9(@mDǖ$5pF<5)?3'aC}xE[MG*A\sX[w%Jci'>2u&扊CF< 6 $,Ϗ/چ;sc]Q5bEhI5=n'.(QK3¹@ FR0?Rŀ{N w7V:bfm,&M#=ӵǴ1N=AmEλ&{M"㜾; ?%J'NpsɎwNQ;PALv!ꐍ6p_8>'(M *r.[Ow$"grmܜS;sF>HRCM1nX7e'2\ߡ׼\f-Vwv""+*=^;#D8LEz6p&0pK gT|y3rMFl_CGZn%hu0o*cGԑMN3d.pW%eobss?6I~޼:29.BǨe}ucև)Zb{µk^n0rHr4elܝI2g=S>A1\VU^8]?RG{ ZFOh۔b-ھm TZ*mFmכ" ]uM, qN@oP퍦[W{Caϭ'A0ߩDw#%nK!b =Hj -cP5@Gg،أK* yv`,̺L}|'_b0{ JWk60/R*;qAm(q$B n ֈJG$_TDHɠh-{ts~k>3IS?E;1򉊂e2|&ϛ&y&k*EAF6nj\Ò_o4-Vtꭩ;h)!de3N7lo3D8ҘMtlO|is]w@k 9ަaJ]++M{'KhD5&@JExl7PfТAFkЪmg%Jfj4vѣx^#vob0@Tp7WHe!.C?cdޭF'\?SUoBS%78GuH!{05N\1RIJ'B,㭫z gf(sЖR%o|^4ݏ]8GEjwZL8.xs1(jp~.Z?V~Yڶ{&xjm,wgL5ϛY"tL :*Ǣ،q=v$B=?c2++ W{컅3pe`gtq{ZgA/IQZnEOțxb҈ld㢜Au աtl!v\ѓ.>:e8 T2DgÔRH)s57Mo1Ȱ]?~_v#u0݃(kSaP)+vq bv>$ %u^OҵA祟n(MuDҧDq6} 7 NL "72}˪ayQ],h;+uT[_>H܆</JFkY9NtuyB߆X6t ݜIBGgXiy;[eG芎ѿzRKG0cHtif rf븑C,«\rgqbM鳔I}(b'r;qOC=&ɨ8b"^\ i*ER7GE(Q&ۧ$b 4_yi.ө$BYyl:fx5S"Ň7 2D;~= F izj9ݕ­RU+iy5F~n@yCD;.5 'ҥXcR ՝Zɨﰝ_" Y/5s*uk۟EyW0%ʐHFPsqt$kp' ;.~@H2s#~:KBę//IU-> FaIf9TZy?1rqe,boތ'0V} !%eZ׻Iw*,C]ӤH}Jgyji1pX5%T ɑ`i#3Ol/QBpkL\2`grEsa%ulwO h0 3bWd sr7Eq`k I"ЕYfx\!LxDvIˀJ̠Jc=RN}Τ lQzkB@ezqd7_#`䱹V4 |oc-6!) 'TsꎬD  z+gSUS lt4C L7Ftn<^ˈ8KFggWlcrzKסhqglB>A'!!'wnfDz}Yx9@=?3 Z?ksj8g&E+1(P\C=C*4K0;p߼YaZ8D}g3hJGƿ+Ƌjv4BɻA5KpovfX+pYpt%$_Cc@#e4nc&,߳ N!Y?12aFjкIwIJs Sn'?XA!U7m?oG4j@cI{ *V-(-Ϥg?XX/ v8A +5=5$jKl3Xf`"t'=r-9Ԋz ;/U=k_nK灕w9bm* ̪8hf/g`q 87v:*7Wb+z`>|UnYa??~ #nQQa[@}eE ?:9 5f}_a/@Zw ˝ j4lTb?ZjC{BI ?۠_C+aD2, 3:+zmBL_}D2;tnۑ%˶jJXvտρA!tX [E4L쌜ɽ%o4jܣAchPt,^垁DӇ";ېSΆijO8,51fO`0h oNS:O/H6" "<`\!NMD|Vb,"L-.F8or[IH@a OSgHa% FXB譅Y(H_i KA jgzBZ[A`|ij;{@Ub;6Q)`3t YME>!w*ț]yŲջLdbӕ`XhY^MnWu ^6W~ ,ෝ=1ѿ5kctx#2]wjէ?,ghG 1rMwK, CZy   6Zy(F_-FgA7ǝkG^:^FiZ.UMwӤǥq!Aa" BQ_+puGò x/wx)l}THiEicxas҇ z/B牟e|ߑ j'l aF`,S7Eh&nFmS$X\an;&مwے'ΆRvJ `GIˠs^0,13SpbL&o> ~iT}+B? ̨YSǍnդ*B Xp^}  WmAYm5j  #IYiȢh'JS|2WsqsPx@3e?{6bѩkÇ 3t6Η ޼ ^KrB՚Gc-n r/v&xj5b(eL ;كgcwYJ#v+Iؽ;|hVX{ |'/ݘ \7nxDw<洘 nXKO:M 2sЎJɐ='ԃlj3vg5lSMTdx,,JW!_Ĭ*1s6\"+^&%VעifMia;~7,FPKɒN+T8]lcjBa;  &䠵HTפ5ߖe =6K> e+eŦ tfT)c|fsܓ#MG^5 "y7֖Zocc|vzScK)ejUD]Pf=@E{j!s/Li%S'Lz*,o [Z%DЫ`7-EQE8\Nx7$.|UB $ `U,M񘯾|A}^P`{ӸU%+4l&ϧͺNxJL= pr`cS bi o׸ήTR!厺8 V,1O廱Ŗ"LR_rT|.BDԵdFm_k RҰ$s 킂,֛VSTM^sEgnVR+>' d^+kKTnH;vT1f ܈RѲlǀ_#Sʗ/Mf U@2?{x-ɕu+xGX@Θ,cS 'n O8I8OB-&lf]ubݐhfUGl g%ؔ<y</O W 4Qn¥|ꉫo3d?? r:i[c}x,ο{Ir|ԕv=! -u#|l2` cwJ{RU>aCURTdi=Rဏ~]ϼCPNjg#0+ g;RMɸΉEN l[Q#dFߔζ8A8:"Xĵ By4N 8jsb6)ae(ghмCNGHGh>wV$ۛ]ՈJbgs.c&BoM~ZaQpaU`tͷIͳ߮GfC0hЦvдc@byn2z FV^PeaO*?I*πxq(]Bw\ȀP#p,Z2ȟشψsm]j|ob((ϟO1M[yh %B8C*_a) Rs16юZM=^LjHwTCp9NX*eD]YpDݼ sigJ5Ec R> t?4s{c#4摠~3@ߘi<[(hTٷej7rd:76Mh/zeCR8Sl)]M1ñfii4m`cpC0$$ Lf0`&\6]5%B}vyt9Q"L FFYJ| Ah)rنĶpKH%߫F^म,^tH#2) w ~]͟ }K >T*d;VkM 4V\}e[tgUYLJD:ebk^$c2=[cDuZ,rY+ έG.!YhG+2́ӷ%RAlA؋E zC(֭-b-cd1=҂zNZ:ޢj fı^䏻hyqi tWneO5DXO^K>z=F `3HzxfX}wy5zUI2}l0_@_L~eьe2 2.Lx; Z1ESBB/%RHh]|~-4dnj #Ĩy4N]M0PdBei|F+4C,K()DV1s5Z赁[;T_OAUApYkHiC1MNdMjmGa@sO BD6aP›DZMalFD-,Ɣ9 @)U)v+(݈aڢTl]p H)?X% 1PH+:G`?4#tG@2g'2Acޓ+xF)znd 銉D <,N)(3b0Hd9jA3и?X]ZP/KU쀼 etd.vO ˦F%@pn`%uP~*Y}/XYq;lV8~>pa8/ ϸjOV?e% p9<껞4ll|?Uҡykbl&c*Kenm,Ad"4'i3**D̈뎄<$Z4)G";ԎAl$}!V:Y8 +bth g6p]kT40/(yG|UJL/V̷p+ʦ&KN=WIzY^B+vsuAAjD6,hd9ࣿN} hFR! *,r򞤴tyOJu{ Nry![% 1j Aoձ }{hnyOox1b)vaWWNNAgV+uu ӳh~C*94 FgGP;3gKC &4嵫l8%!յTȰlT-(.)Bm S\iΫ.\rƍG>>WE]m, Y@Ĕ'δ:ng7U(T{?)MS"5Saڌݝ%U 4dA_SʺmϿq<9TCV'S'Isg3k"H]r`?̤ VDEN-i2nM[lא~%9%H5`"pM4x-mmR! V5ΏDfEKhR?P#*7޳x2RF1go*phlYKlVX=N1!O4t/r r =k뜋oF6=6dL?~B 'Ύp)V._6$,Hq˦cܒ/2&=ܩT|Ҭ߿[rZOA\V1/We+2LTu]49P6~wVla49oċDCl2_phsr'Rԛy VU " oaG:4R| ChM?3s8d1(xM(CƓ; ١J òDxfν#4j 5HLZ_$S5t,T [ҾdFgVyL`j[_'|X"5q}I6=ΧsbJaXwPkJf:mӋU fR% *$sa- ksϟі޴~MCc!uf;e@h`Yi'M nOq.orK]3ҝp$-6mܐ T;DT;4w *#5PW@$Y*3MwC;h'8-} >3 .zc0 I"!bK*]XWϸFԭN'4zPe .*U"ɈVd&JE i}93i셛lI2bƑgv]ԁ@?~9AZنShDqg<1J ]ib^7lmsSZ,.@Q$6' eR֔#%+RdXUPZukg[ȡ)fpG>ȣ;5=R;;7BHH#;w 8< T&_Rz~"C]dA ]!#GJf~O'oPGH7nyͨȬ׀,Y-46]3aVQ `Cٽ>(@䣖&Le| xwi-4_]G c|Xqͤ':/]C2cK#Wquq)%@zWZ)s|a𢇝~zOn]ě&ۄ'~x< RրhAY[h}!}zN1Þ}F. 򼅒e-VƟJ 샛`A2دpkB 6 @7HG]WZ*Kx 3 _`&Ț0w%5:!,^Q^ZfYK;NP$1$QsUaZoZ~-.>>ãskZoOLTKà΍ҢX3M{S'1/bIemޏiȚ0 ;qG&c-kgtA߼XA](le{n[M%e?v9D|7YO& 6AvucYāf ()o% |yy: pɫr6x `5[NoCp$*--č"P`.}7};Fڌy:yf`ߢ(#Ȱu. ڪkH{(e22Hr厌4aPܪFR5cb'ż,WSzߍ|Sբi_OW\;S⑿{n)f0 *^a|ԭ_%+2;1QރǴ($ޣpzZ`)D'Lj4G훲9gwTb2W[wYo5qS@OܧtNυIM3_G^Qҿ3iSZ7m^;JW"q1&QFu)4vK;mes} 7,HXAz3J2Ά.q'Sc?ck0:Z\hm .6adҵuVn3UӥQbgm؂!Ry ۡt ٛ\O A#PV5U?ߋy864Fej ~"""J 㓑XLؿIH8Av,0: dG'^%7û%wȷS}@xJ83TB,6wZJKC@;k %+tS:c2 ڱ0$x jPAڣ|D 3ŭQfvXd:X5ڊ Y 6F٭WA`3"q_YZyq Ikl5?GVg!0,H0J{ZL:p| \jySxY%." h > (K[dv$%]蜊db0,s{5JV% p 7DE`TΔK|F,{9 g+kӜW-&ӌԆWej -0/]h+ߖk,Gd”7zd'D"AdL`o:.u0[UFO(O.zE2%&RPU\<.NGrTmڪ"P_̤bs;YH &~ ^ |W #JF`g4+w( Pa:Lo`ԾAep)q}36)ԏi;L"R#{eXl<V0 seqQ'5،н!]@Bza303(}{Sͫĕ[J9Jp0RICW3v,QtvEZoB6H|a5\WHRU!/9cb m'N*g% * dJQKEA?+t' o0b%I꯶N4=LKO.@C2TA 28EDk%<U:B5%ʢsSaZ@[;P[엚6zh&լr|/.YfBǣd0m ?!4OںbVebX#"?\)K*;2¢=H _KD,{a%' 5|C,R@v< p!wu\{"F}B h$q`t5dc5<$gT)~[ab+4hh"=$b >wgN)2(yӹmGu L uesb=,?B HV3>X_;inT9 0LvD *,N۽NM"A*v9D1*ݏfN:/'Yzf(33N,FIJjDĦ_aULϳD1J[pzN63Fnl%oX RyCHR9ێsh9 PnN!keg$S?ףeB2Mb46 I \xTsqn\t{( qM;[JdYa=IūkFa ͞5ޮ͑(gG :ȧ|9@0vsX}SvXjLf?>r A᯳tQhh8d5\Aku#G 1D!}/|3_||y5t_;PKMt agygXG)k>wЭ?L3>j3h>=d^Zwl`mˈװ0 OY ")י^j6duf2Ѝgz Dߛ t%DwL1ow8+ &hW vRP΍ߐFQ''!1~wLMdjR\~r %yC5;5򒻣?%YW2}ㄣ /fܟ1鱙"tPҟ~[JS:WU4!OFP%Xv@݄Q"lZB<%&Iy#ݺS0[Dk\/=,7*Uc +j?tqYnnBbs̳ Y hEۮ4;fh댎^` uZ,~l#7RK?F{,?ru-Y`B0sy'CE~fzHg>đ#⯏ta]޺cr&keFe]2W]:jB>4m#6 <_:8+n@ϑĝxwa.^]|=T9zI6WluF8>NQI`} o%KW:"HWbPy[HٙM(6v%})o$פ1EX\v쐝y+ǎ^2Wbh&G$V",nmȼX9Qԯt٧Vk]{ .2M%1.8"C3^3&*GO[10St}D}zbU5{g7'5r/hj5;'n[KG|_lPG I-R<1'T]^F}}Y{eirڸ 1 |Ycni lba-,d܍yC\vv3?U[0ǖK"ɦ6#"*̓#:(MT$wX ԗ0o$Z~۫dOl/bM>t:± 8Pի(W*r2W~R"6,X3{ovO]LY;!C[wCM;wb;:qZCLGu1e2Tԩ`QKIv'(x!}av@A!X!0g\bA~[Ƃ1.hP:X%,ävLOM$Z.m>hGf4c%=$}oDB Su[ۀ6,5[@(dt5B>dpPDtOJV A/ox؞fk_g^)²N; `!r35B;9 QS;LW[:T~ %{pki_'Y(k/ ̓ 'Wf8[m _XPP f}|yu@OLN!aV AU+D 'i!b&iVr.r e Uس3-A؆YX MFw1u,Am(s8& Es8|0W NKel% %>q/ʼn:E#L% ?-ƋgqFiTIv?Ȗ3U'3&}] UZ*uإ\>\I!:EkԶӬ RP~v-8L9E; ~=6H~P7FF8^ڕYİuX+yDbmެܖREo|b 0ez;_gAuYli+C6T5q}U R(C4'(m8&A!ACkyIѣ$]B}^DF ת[ yħ2(`K3d#Bq=p{%>]'"HC Фn>\ >wԻq%XCJA>v;} Lt͗awh+p349֘!] W|Ձ>f'9x?m[Hlf2᜞mrlSfɽ,WKwʋ Ov[oNzF\F u*2z詢z  f g;kW ln= <ڂGu#r7Vw2%YuBKQJqr{*B]n8 4Yc{3?{F]ð7$iQk`@EM VUr%Uz -Kv'B@(ګ_l׎EM l  .wǸ>hۢ]1(WC8XrpJ<ɿa&ai ֺǖ{VW[x"% '[ =*pxP`TئlKq#Ob A }ƍ?A4Uʁz-> I;W^1Yf0\]5\$fb"Ņqr[̌? -[XC3?dG k UIJ ̖*s ^4@4beMdtUKVMSm9(ni' @3v!Tg>I7`AB4b9go$K!G U%Ȍ\/s)12OO$TQW|: mg6@ifѡĞ=HSU,[iS lXȓqoê#。^!A(T9v3ek{}c*g4 zીxn)6{?}pǹG<bپORܺ DՕ]0b_?z|DI8ej.= :;͓pFo,(]8`<-l!͉;k1z.d;'|Z dW8:H4V'e12u Nױ ZĠP}Y ҁA‰j3AWJҚ0 VT'^ ?a)SisbL8c>*Eь<7v WUx]jMph{Wkd'^,,&&bThceYjZSMUo~iF>43\ afU.ܕi/uO񥽂5Uh?XF>}v#ke,φ6fd5{y^ nDXhRgzeN&d2K5W>Z-}r&/]B`=~­>Iۅ*vtja$?cVpޝ=ƝC6LOG{є G?,\ 7ZkP1{>QZܐPkvZtYa:Z'P53+bQ0&r#IzƉTJ*]Pm-zD_UR4)*ޑ M[ jVRp[2)1?ڄY',%d7 Or4;q՝Xai9YV(%D;R!yfG睨lon!KO"mؤ-_6}}W<T[PTDjm승PkZU"ᙻ$Qw8Yq&Ȼccem? =SkT nRGJ pt2RWc$@ӳN =R7|87Ct[& >uvҺv+й i ǫ̔SlBrt*9<.ۺ"L^/C #Tj,EUG3#/{2tnTe)/"i[aA<#Ͻ ^ghP9*=Up2tkղL~!+4+=[>;TSvh|g{&c @!Ewi1ՠ QpΪ 8t \2-u0B˲2"JꦥWX_@yp=z>)7Sg;|:Ճ5uEՃuNxVy[AOL%9оo+\#>:m SƺX}``7nQAl¹Uzє6+9,7 ؁qG)?o"O[ TP>wHҗӜ5yb+d!i%EM! 6uJhد(M #tz*1P%A7Ո7ZfΣEsI?\%ƞZVrֵEDᩥ JXTm/L`] 3=Oj9ڳ Ʊ|Jg![HZZiH 33o[m$QkR`kQt3ї3"F׊2cVKkt:tۻEgٟ!e?1>Qs;wL}Æ>z:&GYeQK73+tNO.aok}3MY8=z`a==$N*PZG"齆t-1YwEjei%!TJL ;0B Ŕ7m.2@o١jqoͫ JQD%!W'EmiޢN(D@&Fu(kVt vܤ1EBfxބzq|ldnQHl9ԅf7lsjQIa>e† Q撹e^=<(g]j1fFbYKx궜ZÃ_3O}J`/m#/ &<2a: B O~1NIl-,Sk΃J{W!u')CP;oFv"vb wbt ?(^_49GJRmNvf *B1!e(IDٗOeƳ^s"4!7>lv ּ~1V 4/{]hRK@:Dw0ElVU>jXScU1'SՍmRr}7 <iLp>m) LQ29 u4B A=GC֗DYZͥrmё(P>F`NLoTyZbٜWG~YGdB*k;cZ$dO ,}m^# 7LUkb^tmʞri3*0Ƹь}f@ţZV D\y!Dn:BYayQhyo m Wh ͆sCYA_򡖒y(SFwo%mV¼ruh,M/U+ ga{$I7=}EVSQ/ZSXSR;^ُЅ㐾 Clk> 8+!`.!e \ch%/;>Z?9[[M,em陇j2jYcLie][6!Q++:t ~Ɂ wuB%0ol#ZRUCv%cDŊ{KwgjOţɴǸwX|EꆬUǘiG"ee-`bm ,$s@,kzJtpͦ|á-Sִ=oI唃ɏU8 ^.^)e +ܘBa4q{ ;|)(,W&5KqWHj=4rq x'!³47XYqFf+80#k*ϭ=ӱP&dHC֑R&81iųg<Ɔx_lhe=&5P{CK/:-GvܤͲ"(0㻒Ê`̍|e@xAE(%\`f<% ]b@ *@b</|4@)gM}`=Z9Ri#q 8Oc (ñWF Ol.>5K Jq-K_UB(mk9SE6)lFcmo4YyX8\VL5aa]iƦHYoB~)}:j{ʘ"<^ T A%u ѰME$5_~=pK)T|{jшXBi}c8HK$pLg2Sas׹wl]5@S$2D*rꁗ*+0;bf5 C| CUV )hsTr=:%.h*H+f#[`8F#k|3=?;dz#N؋]|MGNϾ&Cɼ`Fj5l5)d1ݒ(XjMb_Φk>ђB[gIC/=ySx+Jr&qd8wM aajz;+ZchOW V#"ϚJ_5 MLk8%b?%>_$ݫ 1ba聰p6t=hsMÓ0嗮Jq Y1(ܥ鷝q0Y_1I/&ݰ)ߜ30>SPKeeo zඋkoF;7 Fk;5O}v۔Ѧc(7͒brx KJ4ڒGAm mZ&T%UPnJ(UD fk.nSyc.ۡQǜ%tC8k6;ck[  b_/i -,0Thްǟ6VH~i\2?0![ƺ1%V/Q^SԬM~l8y #>|ﹹ^ dY rusCSE+_ g-,RÜ0p["dvM6{"m@O{ ɳp; w# 4:Qo@ дS'lAAs+.{L X$)-Kh$ҳ{8׶%]{`7ywnx# Gm}\sˮOvJ]Zм/:PWhh׃dr)T~#p䙥ԟ2(9AJCq)ϏZxdmٽ ~?!;(_x_<DOtDK&{@m2_29d~?`b(k`2\QקIV^YaUhФ)"YKSysk<܏1(i zA+ܺKF)]L!]r_.5w=(a<ډzc|,Ck Գ%OEJzjs{ڞyCגhԕ1oM D._|jB\Š~Vr%G>Ǎ.n|e;$7Kې/G9$s8P~ f iݵրBkVR SJOgZ{]pړ` Z\6Sg3UFuh$XE-wؼ&"SK'G6Kͣ>^=4y:ܦ*NT*WbY /3WnaU\<\: T{9 /櫟^:D. h3qҖ>u9ϊr%~q@6l,F)O7͖%4E{+;+<}Öi!琌|5(k_V1l"*vҋ1T i5 VO%6Ma0=0E֝H,Ċ(Rv̂"6^Jn ,np3ܥfEpn?RhpGWi+DId7N6IMN=4ϯRcCg9Dh&S!^\@>m i\NP6x+ l!1'O!"P\?Zg`r|f-3RO\BH,$/RWE`򆞆L+vihy)]DX0dLn͋ǪJj?I#o݌ɤcXu 4|ɮ(%Ad[L*"L av&`^r &,+3޻莨 P7,l@fi[vSہ )y0\J(Yf/xJZ.։փGі+"3Dii<> WDzOᜉ' KR@ JÀ⁅y ;6 $=^P|+<>([uօ}fYZP{=Twڦs$r =شʢ\p8 %bfhlD) 7>׸#8[Z/Vy;1:q'A<1lTXPsg|6hR֜xPtÀm* ̈;t{W 1y3IzIrWrTrݖq RPx/LN*$ ۲Ћ[B~UG&%ZQO| 9./ig%pQ{TB vn2ۣzFjRJI¡^˺zfB&#B쾿7!pݞ3a 3#$AC&W) 4HL[6PIC1)ڴ AƉUT1nVv7+F1ᴤ Np" g2 1"f.6L(|-Lld+|t-.9ە>0 t5/5~K)pjFjRS?(ĿJ#IJ{*j8hAOhaJ0\pYmArT *l$ < ʑkR-2IQ!vr*|%{}`w eh2mh FG+7 GRϐG]wJ8vux+s j6}8Ký1":Fg%ƈBőlk8}Մ2l޲4љA`ҕm_W@ʎA"x.S[@!2]Mq n(AUel+0v"|f;-">R a/6fdnr_)ܖT&;7'&3u9-J :3l@x*VYqx-V lUa0M9wdeZjKۖV uLͤ׋k(SfUP/:hC^436M A5X g|;ᘈ2E<#@}NO^~8p5dZR.~@G܉oZp3YP0׺u #%a2DK18/xnr+<.m `Yt}ЗIb{FqpfJ荭 @jzt ȋYUWEֳc&޴xÃ|a8{4Yc^yx%H]L-&hG%]̜ߥFd`YQ]xO+5 "aϯ\ r߯Z7=ʘzH$ =Y~yCMPQ(ϾiR/L#n?]1*՝j( F#iȭN9c aZ*廂._4_DB_ӟM`۝L"^½7ok}r'!<3ȰWb<Ew3~Y !'2=a 1oI+^mdu'f5ͳe4'7iTIg+Xad}x  __m_}>p/ 5%lHdw6u%lXF[ϔX]uRq%[rlEYbŚE,WѝW=>,+/k=jKe_xύ|Ds_g !CmueAǐ(s)o6Ŵz)=خE?pzh,$hF7{K36E%LvovR^R푿~RjÐX9OZ"IR';eFccqgSBpw^N )!Qԓ=m sG㣾KJ-TN^qĥC Gxce;zDp+? | %1ԶO{1l9dt׷;q"=0̵,˲7բ1w7p[;\V=@{=)8/J*Z?ì,iq+QuDipNYUȭ[ /k:I,)k餁ʖb@ia}|H&YH]s)fusLN5J)Λ ( 9IՀjܩ;{_Fb~F2IuZA|xw8up$|]5}@uErg䊍=R4~v]:]vb +ڡ˴3`DiQ~" k{_T PT֖IZjǷN^#+Ly vbu[C'KjZV/uק7/G]Gיb[wRz g!0[+a2zJqЅ ]y1}a`!nZz}냆w깍^42soam Ͽa٧86.X0̔8RTT`ϷFFOf}G?#MhɐԪbzۧe #Db얢8 |/}gHzR!\[fqSlgBfpUCI]{ !Rq%XyQ!BxMh<"2jʺHX&>MUcb۝Wy B🙃qvy%HIyۥJ'[~8(ݴea, Pq(Aq);ۢ]UkQnlX3ṽF]1 1c5Hx$jgqpH [x EOp:Ny"#p+Prdo-)BPDYfKqn\[Xs1Cgᐕy:ˬm s12;0,5b"z:oS"Ä2RdR?1c1Ia2GIQx=m$c>lن0m_,Ki #. ̊cB/33&${g#aĂw:vwgcJ}"b fl61ٿ6n,)b?խoe ܸd6#&چ v;,o`Z}\nowޘWR&YQ7~I6}pbI5c)0)'\._,]wFx2o\E&)ܗ#i1s~RAE$>^e>PIsV; ȴ+Iԥ jމ+Ǖmݤ>1ڒmj²Lb~ ^Dȭc|TKcSb%c1mg y >WA±*`eua;+Iǯ S2M9f$eN{yt(c$S{N`K7/N;M^[!>fH_v-LC8qNዟ撦 50W TڋLf.lu8Qd3or{EoT Ì1 M0]H~%IR5}aG2Ӂ{ݩD_BkW|;"sGl?R7(~f4 '0gCNK{GK4S3xd|+ۓUK(-& ~6A@zfBvEne=#+]ߤs㕪M*8)OTec/H/ua^GxLu/Ym 4ճKڮڭ 3s&0Z_f{%ê #sb_!ڮ1oC9ȊzUf%5.fd.h2]L(fj&Mk ݓ_ccO;Kڲt|xZ\7j Eu"ޘmxV y~wcSpeeC:50܅XDIpzd|R ZZŏFlIzeO`3ѕIџ<@C|Lq{e"\ul)Ep.ٙ}zE.0vWN1EtXYFNDC"f]=fQD RϴwoO7\;D5l/͊#:;-ÆϪ [btJ@:ڕlK3ӥPI=TU!*G[e)E1 3ۅK՟ ʊIS!\V|<29&k6㴩g+&D5]+1ԗӿʝq ÏqBU6~UOޑy 'voQ `CxW0fKJ, Ȫ#/hqCSn'%HdM\=cL^0rTZtZ&\Ltk$" ~RyEJO0&&Qrajv7gq #ݛ[sYvi0w|\H0IEZ7Am]7^Tw[-!ο)L 1/nƚGH`>-Io2AҨHdSYd}`pv~$9s_]w}}\V[&ѝ.$n o*([)/p-r^4Y%Wm-r"]#|5mq+oy(ɱKdA*2QZ4z#wš]V~b o%+TyRQ͊vk ى#g[ϡx3"E܂i5 sƶ R`P1ss~ߧ-ti UqaJ~m<]/kWaD܌ }A:0A:HMiZ?dwT ChM)}P/YUc{?ʛ>H tx,|1P>BxH<`N°LkI_V5A3LA9t|Ũ"ͪ '$ t[EG0IM}8O|ݟ:@D$s*eIU᫦I9ͤOx[="kNaSޯ?Qv[ʎK*%9veY,|LfOTj$1E?uG֔aӝٯSB5 xZS!%J.*-q<nzEk{w)DzV튁W֙(ٕvżQx5/j[Gc2ƅv*7BOnqٓdq]]hD6363Bk6pejҧg,9WƮKt/4tR̽u $UH `@l|ѝ~kDXWQ]ϸ @){IطLRGJCZ0٘MkT#`+S 1A޲B99PAݼY`6.w*O=Зˍp!vv@ Vz.M3QA-3+A7'KDɾv$ ZP/z 7\}Rj?lw$P +2K7=}В#wLozk*=߹Q,x@. Kzι lwz-PSdXDɒyE1{C6 XaGYim/IpJS MD )zT>jbF6Wڰ}ϵ҈56и 愖 4u`bF+b RsY;+T,n{6KW:WjC%ȥM[I1\~)2&ft!ԏBPmz߸5"?3a-;vn& ?6vs #D.6εB-K)9y4XsE^jf8Oc&cc9s(ȗ6:Kx &sYXœ1[jaC۹p:VZ0)i^9u3:FtrhmH!\ % Mv.As*`W=HkVl'kJRibRTu5H.~/ e&|@\K_@22NCO0$S7//HU/f9(Hu9vDʔWsU`Il*t7Îov=E`tw5| ]8ɬp'^K.Svޔ3hopk9:z<V zIQU@{Y;F :Xa_f$Cb%i, f #t ڽE~XT^ +Low;>oOŖꗲ)d'y:np-i%2ε8BG1ڮÑOhtšLf@/Y80fr5++.@}(.Ɯay%kҽ,Qx|m `ub\.[3s_%:?< Q\("kA9 -@#GJtMBj/1YZ'*";IiccVd!a%aDt kO<@Pbf{#]-k!{QsYrjO$ 4F-:3}hT Az&tN,ݝe9{K3.|LFㅁ;~) w4r}xK+x4ZZO]WCSwOU45)C\wY%v_o ]_f 5[ܓk+XX;{.'QM}Q!]{He*C _nSWTy3qr/K{N.}FGV6#g2%,ڹ<Ol/R|ѹw?Cite\%Y(Iy#吀m=e&E☽0`cIc՗yI~5&_@9\dZoLq4EQd;x-:ge8T({Qd]~nhFťujLwsz5u~oZN< < FcEryH܄rԏLеH rg3 ?vNc؋q7S $ۂៈz˧-#>_kLzM;DMH`VF" }Qlj:\v4la)*.' 9+&wD (WpSEDZ'')Ahai45i7Rˤ.^m~۱Xƶ=)u07zш6&Ī{S3JB9r`` a%)R(qg2ՎE|ݧl,8qK+z%-nx+]P:@3A+9)PxJM\D/ >~.N8u4l*aKh2Os߾:T LLr 0!/+@L1%E""2-_WsIwn搜**uݱYnQٮ{`."V kvO$SLM~XU|hWk53ng[ja6;vw6pcopt2Qo-MZHb@ab>*oe.Q)p~$6szn6cGdE'W٣<G3 Q%:VWؽAq|K2V#P7ˣ5<<~;y{W"D|;Iou!63c>pqalA\~Ps eP>We\6]T_fj$Mb/'Ik H3(Pަ?mAѹa43$kjsv륀2?+`ZyDhFQt W7 Fp I2DžGfJʩ;tF=5/fr1eNm=PVjzC2]ި%= |ÂzY.`dQy!Us B dK@c'7#"?JY$NkY!_N5B_yoGV<<R& rSv5|tw+\c$u2H1D9԰!o0 F¬='s@v W,r*bVw)q%[uy@rUAR7ȡ ϧ8"4byWSI5ڻ9?4b3+ LKjA[2h+f+l5A |ƀROGm\fMg[^E{bQN@@lX|QP#;DKY]W\~b8# NQ`Of%'jN3BKS=Ha|1[SI<*>].|}~޹{!S.2ݮ⻹^cNirR+t_壑B<T RD  ǚeͫ݉[JP%"=j f:- HgˊaRezTY8 zt{G&pU-Ȍ#R̷_W>ZJ|),$t G ՏWE5=0ɿɈD:9c73#8jSs0/.!m J,;%Qoe̤[mϧ1n393;ZD~ \+U|3[ؖnQG>&}V a@(`G FힲkAb9;f Hlͷ3?:} >2Ϣ戶4h^~4.Sn9MڿAsNJ)&DxTJPtLH2NH%=PFi9 q Ä.gt@kaނjWqU^w׶s{GF~z97.Cq.w /m;e p?xbٓc'FZuiY{,uݝ±|Ý] #Nk8Ud" x~s?LT6c_*}wRdҮyz7p|+]+ #UQcI%p>1Yh vtX{: 8*B{]_D޶aPCj!zћ%WiFڢKNg(d[F)_%;Vgl wZ%zπa( $~TlF&׃ th.M_R\SH*d/{9 .AX 8tQeZoa<ְR5$b_I}8g;~: 8`3RޟȢ@"9REH$Iةӻϋ0Xт5PNK/p-Ai RL_i b%re\Shfz%mq<74ҧ4c ŕo2+EP]$:S&ӤuHo(oCc[h) Ge|O`O'6OdM<)M`A3"ڄ7ἣhvT4kfaU<^!"9j]A^A-&{7 i&({F^5R/j|̰X(fU7E/|n/B2^ d6pw-ILj$%.(PpJ07K 2>>J(2*d8e$&5zsy Y3X`qm~slkHPi/\Dv g!+> IxRm§R# ~IJE  .Yއj&_+gU-X"̚- d`7Iݰ&%*"+}]# T΀'K$j:uW )1LibJ!`.fI2[6hT=DU_WɻYF~1ic*xo ugMrUIR.O6ܺ+{~n+<}3sEEڛ2lOݷO‡7O&6uBڔ|yZ-!bZ2]%-KJMV^Q};6Ǝ{uTT ́[9lr`)y} _jRPZs|Rל,.+h l dAc\Ecq`Q~Ѝj5!^6$A?3vAU\Tz98Gbj;]$@p/eX9;mx |mB 񥡙\ǣ9H7Dp`- 'X, ϩ෰a#ʮ|M"MhMـu$5ƍZnXCj5T]`@;ƕH@Ź) q+ؘAG IV@ڙp9Y9"#Z xVL5HtS4vpSi3aWc{6v /kuwm4>rNai)slWq:! ّpeG8cI$~|H?ȥ6#K+9N#[$CqU'34O1#5L9pוIh6^2$ ǸVA׶f?48 -vZͦ#Ou^Oa8iK D%,:z䬢 n[/ɧJ ͙s,5.K`-6Fԕ3֩Ho$9HK'Ѽc h8SNz(odȳ> > :q[NyΊq?Q85ç[F">har0vQ ^mT23mEeWj!Lk.|[{hjryH 1\pT0яm-/PWJ{{"gY7^I>bIm(c;Xc04h. ~D1+؂}ݐ3RiST : B(7NU2yЦXvS|0#Rsh=#=b) ݢ\e]xY^$﷊%lӻb7ն=̮]VHNh06G;5ZdY䏂nĭL+ZbZth[sjpZz>Kf$ `uVa7;8".f"7!\ ~q^l]%pbSt$3>AF[%[f2pCTJ٨vU41EU,PΉ_/e=֥$ɦ [Q.Fb,J)FB΢>QN~=(@^ t&.cho2H@,1-%F3p*NVEU) -fljwϿKoq V'+Kٯb"[ Q:2X;cON;O̳*8t"[2}dAnZ==:7jB.+UJHl$&{{\H[&Fe`r^QM!^ת#GYom ( z֩xn2uo=yQ F:^ 4ӖF^w*w\xdm[i:2M3f-wAu\[j8)EwdfRZY58J$Hs^33n(t Trf\zxtI r,Goҿϭ#Hdݱ&R$̿B\-ы9Oת(Δ"oPٞIlqԪP"N""*l1mo^ΟpqJx2᜵WoUW)20̥tq;\<"{t] a!6'l'6Y4p/uNg@=TBP-qE)G?dEBm-ldﵬeXZ &eU9Sj3Y+Zå_8w3485!0rb— 4e9lXeK*d|o VOH[\`4T\˃C2=~#,]Kܡ2~/'K1ێ[5ts!F$=`jGLfKsm.7K3=_-sXL᜷OA xRtK[ůl3NO.Q[oZփb6UXNmN;Gv~ONLE |O˶g3IVʒZA]84+˞8=H8kL 4s.{isVӳ7K/uw+9CzrNm~˾/YuʕX>`Kb~JEb-y Q'<|Y'twD֩%邲ca0ZoΪHx8ɁޕfQ+ͻꗡUK$Cw_z:CGnmrH@H)7 H113G}}R(Z]s*AS?is۰ g8Q!4UD$Vެ:aX$Obci!|+lD}̝N"v~Ƌ0#FF v2F LsZMNjMOl%ؤLZRx;ws,D)ãQqVU|l̝D o5Q^6+c]C]lw9qj (m-S`Lؠj':am?t+j?ruH]:SExD"( HO{zF:|Br+TIu I4H o_9"nu?@RsX훋@UKBQhA*N`̈́Yd~XT)@߰*KD/lLZ)юVHV]#SZ[r*z*HҢ >)>GMms_чLf IγO͙׌FGEX:rzKiC.4El򛚴.SR;I;=6nE. }΂ɝ3i`4lѱv$F2Ce <ߕ i[ 75v`f!ʥd#<%'#d/}2I(gxezz*c$pIñ# UdF - i*kv@@y~~)%2{O xjrn*̡Afi3-jz¯Se7G@`3#JF5W$YR$ ł Q@E߫)Gf&\ N\NJXo%L2'5FBoۣ[r3i D )(9Jpvm)>)Sӏ4)D| o5~ӴE->$nDglQ4b1lۋ64ӽ@I?hܦR=wD"qaMfg~U@*PsZ-Pz5?y)&,+3̲ #\'(]fQUpWZ4} c 뱀f|D#SY#A5%!O3?W8$RSDY t*+ NOqE+%l3}$8ZuXюE)}`q8+[AeE$Lt]8&Dyf2'"ԂP:Ӈ/'ᓔB*Mso1&_Vo :>bw]ȢO-$HȏhKdg',g~y6X^ܺϟ۠bC(;OԆDJa\׋v!ݖQLS(HD赏>tYC.P,A 8Xe#;Ŵ]|X?==\T]k cepl5kCx66}9&,o]tB< }Nh6P`"B_o._VMЖO: *txQ7ӼY٥G둃#uΪ <.&9{,=,QYTXTHd#@D !ӟ3^'lrݓϘER$-0y^~gUGvNи5"ҽRz|#YVL+ٞG-Em$ȣO >fdn"g.uۜ@59a' -h70>oG3]BU-C>I3#`vP¿gTH4GLx4jx"}4 ð ֮ x,f[\Xs VoAi12PN_Du؜k3JԞh/64PμN\pi[I,R:25$ |U˩ 㣨Ml]-HM\DŽȒν|r춅Fy+Xtj)xO+j1xҍ[6O`2z$UXKy(g= T dj6rLݖj{r>Ӷ쑉<~8'&l1=R(nywnAmOFgt9&Bwc0QGl;ru2bxKXDJx>+R< R[=0kbnbeĮޛ&- +i%PyX^5u5Dӄ.!h"d 䇖Us[W&|Ȫ̤2'@(*dRH_z]HEc* l>AJ./8}blN0D~X-=~ola~Tro6k1jS CaC@AƌXS}4$'\۫ ' >ECoOx/>5W$e<žGW%A,Q]_C0YG[y.*~<dSH?i%3wI|i!О]@i+f<~m]Al O( ;_  FXx%y +Nt qH A, puK/Q_Ja#đϠ%= Νx[Ft}x]v *Laԭ#㪣OP8(~'qd0lÝdy?}4?7* G#$59ykY`ɜQtupD< t ]7JwجK¡ L%u ˈ3>*OB}C [) D-=Lusqܘ!3QwK9r9D#IaVypƟ,T]WNth Nwuַ'҈f6$og3Xj RGd?5mЂQY4*+ZiHY3F3F'  %HR"g R:̅rt(+sQ.^c:a-6#艜puOVSq{y_zv@6?c`1fÿq^m]v@n-^ZPH T 0 ` ( ;$>[Z%#Jh;4?}҅@Qsۦ ڲ-G}g\):pݖ&nClO0O%2,1uj =i+{AOf{sl+W-.2~M7euк+n񭙷w|p_h+w?4e"V7|=&=X$4r+_g*eױR$*5}s5b!Gd$Ot95 u4'^)QP)tVW]լPJCo }=#LLF!5hnFEC9j' JujcNE8zc>lV#Ggݐy(HpP飉@ٜ` KY/A#!һaסBP<,4,iF~tsƎ1I(T5#0wS=gx?ʑF2Lx}ưy[Fۈ7=jDž\لD\űH:nIӲIKil4YJ> >F >}0(}|--KpލDgΜukFkLJ'P@:Hu^wؠC7$B+@BĪik~sF8[2|Y) c8^.N)^7|b2a ̓BҐP,Sk.ۥ ԈinszWr7O6o!ߴ`4MOw:bKEˤphL59SEg *G+UM'aD~VOx폼!c"H%pO ^nK {>]<[fTՑO;A{_~Хw*[Xjn`mmV?+Nun>|(aG'e;}<* LIbO1FbtlKe.z U0MdWJkx+apſt6ƭƖ8A_)j vXP3qq~}U`5yAy`hD9&Xx>>)WDfЬ1Õ3^2<= Yb>*>[*!V#qZUTI6a0p uD 4 Վ1P$z:~.zf\73R󓗃nݥavW5n өRlNmmScRh JMTـǚi@=k7}`Muq bcK| :l"SA9}edC#31SIw;x\QHNdTiNj>~31H0ZoF%wL1ƍ%bh=F4)bhg"ZAI;S`z'W$of.B.eN`BQ<|&ĩ.$Y'n+WEMU*pj`V'Inh{=W[NM1WkM_j|pU[ ,_֧-Klwho?0}M>4:wQ۝SyҊũ5ƒUP)g;(*X*dMls&p4zG*Yf..4#:HLbim=22xt&NV-pKm^JR0H5ZAQ{*tW%1*XE>#MRGHN:А!719 Vd~n ;XdR6!WV솀iGIz}X6Hvb_3-c˿2*WA(8li?V_[?iYD}0wW.\J﨑Yտn`8)cEМ&*3l`($. 2RG2z,ZcRI.6KKlkIq م?Jy;-ұo,oĢ.d聦W&Bq|l2=-Ǿe_WX|Y67JW—cT'|.׺~k?{+3R1G|t%[("gcc=My {DٻegߚчڑN#Rl6*תc?Tik k~1%&"}ڵ+=ݙ 2`ڏI |2 {@l{7R^3c:.1:uV *Cy:2 w:][o 'ŮS-q䯍U[n놫 \A8]E=e#.L>S4b&+Fjs@4ֹdBOq!h%s6~sOl. {}zĄi[@e7{bz?WKu?p >.tsHkhX*JDQhSXw;o/&X 8Aj遾r݇ ޓP֫[y Kfée_3v`3BVzӎ!OZ;j`As/ `Wi[G6Ƌ6Ot7]zi'F>鼛Ɋt[l`Ee¤ '&ST*E/7U I y 6vg8 vNy$-x"QpGhÜ}z @'<tl7 L.3I)k;>a)݆XyJ_c<7hvB0;=m: GZO/M0޴&0\b Ο'0 4E: &WhG$pK)67d3$ d Ylsc֤s`^!u9v48TDdEa\]x'Vο*F Rza] jrBv35*Lۼmќ*qzl?{~Sٱ:U_yfb>J}Af…o2C |NҠ\HC%=`pޢ8^BtxģDnRoyu89`#t_*;H`۴Q$c{̤G?SSL^9NLYod dFC/z`n$s7i4Ѹ=V]Ín!YgeU۾,?^u#\V>EWS*\C( = mG_O\`Xp`i-P ˳ӳڕar?A+tMƣIy~xmFVERDX6(`&G ' @<8V4gE Ԇș 9 *_@Ak26B]T77V{ZWj_:hz-||Vt! G cɿ^B6V4%4udV ]r8DZlbm(.uϜUH+I=HZMT+-0n7LZSʠY-K'\hE f ihkcEXxZ!*7.UEN g"Y0+޽.n#Is朼2FJ!МV%ATa=N}x>Yשzh`o GŠ}/9Yg>nϟ*Bc2.W "tr(& x(`z8`&E8|pPL0wrn͢QNxOyJ$lS@`[I)-^WyeR\ǻ/v )R"BW/N!nԺ |fjԂ'):)l>_?/ `4&.]V]4X'?˔[ww6&zS(ӓQik dK]ɴΑ\8I|@-a3iTMmfp+&}c3TASG*qe@ 1TqQ)l<8dԸaC\m9!mf%|&q1C=c} q+r:Ug}`>Q ;*t~YQ9 R1mb@>3ȕJ@VUZРl+MS.l-A^B MQc" {0v~!VjmaY0w9bX53y.%hp( KIB]؏uE=ܨݞ-򇲖l5K/atP늍yMu^0\[P?bDoz'{L84rY׊K #2Vfp?x٥PHH&XN;^ ⳮYRZγ-o3Yߩ$ ԗwi=PyWiVٝGAוĸdHҙ;5&ZDW<PKK{6zs[Ƚ#XV>w5} Xɏ `tCoOS@pv.>DS,vӵ}Nc5"w"|Obސ_g<6s<[k"+8Q.;xYx\5â=PA {"9v(NN ϊ]r;nCps( TiO1%O!"_faY2u|  6c38l`NG'?SʣZZOt5b+KrVtJC %^&Ya!FnXS,)U,Hјe#D1yJ*FFuN&0k0(gafznzmj9i bMX"%4_̭j|I}ص#m3ώAeV*^b`3 OFَC$]/;Ζvݞ) +PF[M2+p q쯸64p%j$;ʢMbKm%tH7۽bg4(Rm1羉=(;6Yike:lL8pnةƾZ'4ඡY(SD!4 G_ڽ .6;q*G|t6BMgu9'h`` MԠ}[Db<ٿ8};cQOތӽ6kw:rGESx&~ /uٲXbl(E:Wf(eg]-`=e6r7CP b ȋ+OxA}!DeAvI 0|wD,i9QP4#ID18Zv?kn; ;@qy(@ x_^"^LA`9nЭr) 0MPݲ=nA- $d2LK3=\,I-8nua;t ;G [ )uAK  !k7rdo$jbUJ2*]DWyor9⾦RJU][.ɒ%^M.d~SCxq@51ȉ6Y^r`/ ҷ'o}IqGɽeadR/xb%1.b`#ŴQF "1/ Og27(o\1AÂpztВKh x9Y2tG ̈듃IŬ|P Gk(RF8y9[FWk3cգ+m:L:y3ϷU*jEN3[<!H6@,a0綣6 cD9FTHo\QH 5bsn%gck2nOwo&hc"0Ydro:Nc ȴb>Q~_j ڿӃ`-U״ldAaYefx)SzЏ%_=B%`%X36 @Tz*U;q$a7̬B6 ӧRs kj g1ئ֊}Z`aPNNtcpQȴэJ/JBn=`Eg髼2,܄i" =!"vRn/.ؚlVpa78J[~(tqIr3'Bh0U6qm Yst,,OTa @;У.l)xM cF\JVS(BÇF᨜Ҵ0å9ڒʼnD_#D%ٯB̜I٘Ă(Hgi-SIA4A8t+[uǀ0`fXzGD$($FN'OnP^¾Dva!&u%SUǪU2iJUegRI TȞ@HMAGx|#Rqr 67`m bl]9f!ErcORv`:N6dLj<4I 7D@!VI,'oD*$r n\0-< 0Pxya|&許h`[N}D^g-m@N6X˅܎Ѭ}Q@MY$,ďF;CN) ~L4pW؋iݕNT­fl&n~ZF,;RT*p.]2cGXH2nFE=kǘ+.,\Fh5aNٹ E?8fmXfmW Ÿ3>܈3t9狇ϼǐdWjpOtTº}2w3f sǠRFUn"AL)A8)u:$C2V ~b>:Z4͆;@㮰;d#`|2;VHQ1Q]vq?||ز./3GO;?oryۋL`%N7BNSIfM! A_M - #=V9GgC;N4 DOXB\Y &$k0|Hj0!D/[t<#βINm)_?iI)L¶}'g.W;X;d`35'k:y#{K˵n)vq.UhQ#u{*e~Rf#B_Rp^Z6 itcr'&*\\%5qLZO׾pM`[Sw`VTp"fوWEz a HUa|Gl [i_1m<(TEs;svg=:\L$1Ld#,}6DCG\LQJSyG L0n>(eNF~!-M$Vf͖ӷf_q~@8̈:';k@݋ fTE6|5*KfXkHM"xq8ddy3'x@RN?L(=# gsD-^}'IC%ג'u՛L(aV}/"8%-n_4psE}#LC5Kv)0JK`CƇ=7Rj(`Q1y,)@_K1 xC]юJُ E첌2͊xj#$F6mB|7xz$4V>e›?=[wB|9F@H8 f;Hx); 'E :Q& W||%Uvs m0`*,p?^B 2,e<nO8h \ij/sMZ9~;μOpf7<ߏ!l<l\7(T 2`7W}-;{&[A"J"ޓw}ޑ11ģĉ,sݤ{lJp{.4Xz|]] y(9pz[S!g|/b7א00RBt.z:E$55Bo K-'+7/ʌ+u ߍȝjU߬LI]!GaDPZݢ`ݗ߄+ <]( M߸ s)\w.gwVta}1@_ģͤSuWq)حuhjb?ja N!uOXD:e {Bdb38)4}#(5,E{ _P^nVټ.0K" 5%^wJ?Ť'āM9MYc]#b`H"yr,g-\o%m>BP" v^o62JzX+C@ }WIJfXn0炙 \Av͋%xIr=)lԓ $i|jR=$^(XTJĦl x߶!ƢmfbP I(jm< X:k!p6 FӾ+bjLΛ vп" a{`lֽWeǹW59y9XF!dyRL:@n |tirO*86;dgB!":LQ c6Q΁0 T=7 C|e>"&Ylp1m#'N Nz,[EQ$T`rV 0/$8N|Ĵ2<XW=)%NYR?95/BE[&Cp|yM䙻 m1R6v}v^kɳww9q,^W4TLcZRw,eL-[[<ӌH7+=M!FÞ%\c/kG/M|35M3՟mF_XTgWmVHʄVĊV=,[xMi#n_G^Dܩ`Q<]`[,=&[v4x`OQխP$?K֒KMWt[ M՞&M2?n@iZ/\ET`j 2mPaI6+h±<V@1Y6= n TN1 ARMv2^FyZ~gy[>G[^s^թzj悑_ɧfmrq޸FOلszsJ^6۾?^Nw/ etL tۆ/ 첺~ sֳuw&Dp݋탟/uG^9߲aKǵ / -tI;ܠ^ՈC!M]=gʳ-zg[ihnJH/7 l8)慟[iuQ+?N1aEb ?!py[-S%Lf?UHEgbq8%MPך2l*ǖT]v -#ۍP]. DY'2^\|ٯ:8?$K B'*,Ǹ%R]l-SW=լ_rVO71LY2"Q^ ]nZZ!ÓujtLR=g#- a*M2? Kٙ *yۀš 'ݣxp;27H|[*O~cEGo!Zc5`ܳ18R%;(_JE@d"ju!dqgUkT 5Pcc{ofӄ<1 %zDR!'.'0~Ƅ! jsÂ:ߣqYx 8g&FKFCkEsS)[kvI X/QN-qkHR9RGWƉk`qOOD 0s @=7BjY 5;i&\OstYExx&dn.h|mhHYb~?EI˩j;SJuU9=BNs\OO1\e0ċ5|F\i<&N94^v H^?KqRӪJLXX1sz}m2Y)P?YZ%BÉؔ9_8EKW#n8]^T8AM:ޭ"gBZҏʄڀ8kl XkS F+w{2:g~y t5z8ABzI׳WVqGIu9)kg]d o_ Ot.|>5n W:xWAÐ}EujݹlkOI@N+6WEvzH?,٤lͨ,54_kX*;jEy;sZ(ŏ,Rk_0[fSMK\=B]zOd1Gup%d8}s~IeXfp+W-\){uN;X>d_dQISD5H`lNƹ67Dp>HA8InS.xWx O g%z(J} \4CCv#lNϜ Bq4F-Ö3 sz k7h4嗄.׼>ɺr(}B3=4kGXLR'TфbV_4187%j 碞)S4U*@zJxCb1wcX f5h)ϲ=VS1 -3  ռw.n.QszBER;.;)Խ] #K۠mT|%˱eVڠaNz5fe]c #C}$p7[8 73 W^W8O/Ȑ`RyC" XGV-kBщ$<j75  W3fՁY {/EŠKU!; *"- jo򦋺<01rt$F3sO՜g)#ߦ~05?AaL+^>Kh;gpHde*F\+8㦆 fk6@`̐2X i 5UNF7&j5u:w(.s'}a8íٶ <᪅k.挷zzDķQP24!ugO%~ -{(foU2'zq}دfZ{VVDj aԪ%k{F^~n7+bSl L45ק@ Zv#6F{V{C|bmfPi{qk+h6aq 9Z*BkyXOWa?ڱ6_z0?w |}6?)rEC/ͺct7|R>yb> Zѹ>}|v14s-FLF~oy0 K>Ä+EQ^e7QEQïXE M $t0)Tm{2n>׻6ـxu(9eE2,b;/Q-b*|'p빧(K3o tzGxoP_0o5]hg^0U; v9]J2l.Sh )"m(@%eV*| ) ^zI˕ri3.AB~Ͼ)Dw fA葛Lo7~~2Qm]敲)@R݁ןT{V)]T< (2"g"tԾ%,,IbJbym`PrG)D/ T-#u&".65;]!&i >1ei5Ϟ80WCQ^Hݣb/I"J6 $E׸C߰ǝ+R@WmI(pɵ^*y2cKM 3C ۶mt{pC\a҈x勺*]Ij98ǀ'QoWin%ILFEH,;otv}J ڙFDz`YjYkf, 'G;7;Jin etk4{J7]9r2HGa9,Da# a| n/oRVЉ!'XHz|ۥ&C&A_ۦs7*:2 ץp\?2L3y'0\29ڳLPŠUىN7 I !Gizm1<@CZw+%Mig"6`p-j 6 笠^Ƀa :D}^b"ܗ —.}; *ŭ8bAB–83f|B=N=Xdc9n#Bte@"#"B1Q~Hϕ5A~̱?ԿQQɵb6kCGOtȣT*TIU=M݌/MVi9sQY5&mt [~Y)(-w"zx3WN|^\&r]*޴ԗHkfm3S&1[#UH'iM9# ^NfR 66_pkwP}ֶUcqxo9Zq[I=,lyRفhnv ā&[`ҤI83tG6p ɷT,U-y,s`dTEJ0/?>@V#C=:\1O優_h)TI{Z0v;̌;u"-aRh2BtÃXǎ;E K2!gfr}$;|Fl.':jHvy3t]*zђ8N5Pىj]VbEN(wLu~~EP237k/6 jPt5'U,W 9Z5>qB"@%?JU%Pd=f_ OFH*c/Kh1uH'aaY CM[;͠X`peC j s i~3m5{'XKDuRi:X _˅!d]z W>}7nOB.޲>= 6ocpn|*مSaK$y8P>QWP%DA`//9ABsN@>K d}4?"$!dwIo| cCng3 Bv!3.\a_%vwXfd4=GfF*{4۽~h\Zթ?C9Fu! E.VCU AFPk"Y+۳pMc K1+{ qLoǜhuҜ7K 8{? O,a"B{]D$xmFŜ-b} Q܌6ylЬk( u]{+V\F^ڞ b::4dҰȆ]q`c)Fo)e7^HC|,%.lWNKa`Hw[@s܋xMUZi/7 7^ w/V.\?6 εٰϩm׹4+.VCs)NS(Id9YuYD;39|M6TxU9IkeJ~uUU-<漤ˍǽW]*Z;Ɵ Hg3G Flbc=7j8U5OgeN-1ƨâ$vSr8 l3VVBdVO?6 <5XH#ސ>bu.". Xk\[PWq;cmnu\n ip15Yv~-ٛ? [>@Ɉ56b1ٿxDxBsxB-vk07:CP rls u]A]ת1#׸oAy`Y];,X]_5  `Gco%ͷUF\9@9˪_J^O8!"an\y2wX Zj,?Ô*9IcGlD3c!cvIUJno#$ށ)4]q%~CSs!k.\ s>1/}H\V/xTG}/ii$5aР<זTԈsiQ@ytPb[.M윩F%3A@5\;K,uY Dz{M,猞oߠƒwYq{,&f/D;S~~..tIz6D|`(ֺe(= M~euC\ tVFaM$2v+x.6: p|e⩟J,ݤUd鏼hTCLrLͲ@}G`P^.Yo1_й % m1mI=҅A$ aʢ$dȱ):GƮ΄ܟZDxHSo Z$SgMXH5yz|ZoMLFgRX.;?pTZG|F$VQExxn~).pKn1 Bo niJVVyW@Ӻ^s$.8sXF %_{1X:ִޢL\ 1ïB׋n\k?I l@$/$s Δ7m~ Xًv0~ 6+Vׇy2HjC#ti$lУ %WQ3E}/`JYfi)TD7D$  ~Qq Yiܾˈl[d4K Lzt͜9'5ng!u9-U0<'O("KX4X #v] D9GieMG:0ʣQ/PhA-VF9k֪L-X;v3`O|og&zrH/ڶizx 6`T!J&-,짺WՓE.IZiTR@}Xf tx3p\jOAbT㒨trr߷ƭ@:^~*tS#؞Sy jvP8. mEc7~ U xPCnއuN۸Wt pi7: 6{N} k,(ұ*t^D%#*#GLIY`g6 bzSWrK8R8M(ˏ0a$IoaEhTDKWn_J١s4g/GYNZ9 /UqhZZ[.}Nחi|\ JQK\oޚ6P7ϴndG֯׻($ZOU=̈U-6U9dоkrVʠC-]&qӚԙM~I*7u4uNjO(9)|Qtmנjjt1k5Cn;INAGAJl.Xָ$3*ȸ05K`#i۩?egnrFbt ۷c#`D`k;s ' HUgnK|"]3h gw)y| }z6)P ʯpʊ?b@V+lv$˹)C7+זۤߛm slK]`sUE|qڹmM譙۷ums3<v#AV:}7!zbSsm{\v)v1NbNj9xyZl oyX=Ŷم_Zќp`n'd*l(> Nw+af= Uڄg'f~:o\KlbCՉkw~l8iW>m9ˑۅŨڗ_\{́'019QXٹծíB~,>@MCB36Z$3ẎF+F!)ϱIz qa| _HshFIv 0R1 9޲"*A$㷜Q[R+M}@j#NrVFUc9D9=vHV겪HmǏWXP8ZJj#o׆Y|v7=)~7,:P^IgϹK xF ouG[C7#($*Fy3o vxsAp % W q17CbA N1۟rxyTjDI[m͝Y%N0YLZ E}0cHejuCi؁j7`* /`Yaj+$ܓAYIGj!1K0nV\2 $5Z?F0]oxxŵVgQ̌r>9ZhX`G26ٕ {X+q1;SYg}KloeɨIL :U^Ƙ 8ofU1\v $=D 1ىs$XeKiH?v7 )8N1 hQ S*WdGLpZ3N盇j pA7iP]΀,FJe.bh]J䉰qo * ,Y0 ]\ S1rmMO,x!AO1Bh\y>%NXW}(X3@d59bΦ:#?EL◈] 9M|/qI?9 q¥=e"!U$O&~l)3WczN 2R-<Ξ ,{TOF(+p EtGTޘU)qԟ"g UgzXk%ig`ؘ|ا:a"'gFCd;M̳\vy"^'wcRd|%Y"O$'_&Sѯh.q aC^+DE ~{(Gu Yq92lNoz/''7y˗x _IbT˶[V\d3.":cԨB>-=xK5Qm2B7fƘy,?jYԆA鹯FFYeuyL pMFFKgzTl d##8ϿjZZ162nz!`(!t$x\(ϢEoOVDtYg$\XA~'cV98Ik^`Hhv< @2F!?njP:F_7ð>k;UD#;D>IZgWL}W\.)kh9 )z?d!$۶)C?@5wڕ"e9^IR\!9txqMh# mOvE(P&Tܚyy sҰ>Gr)#hfԣ w!hW̸֗M*Udu~b5:uPQrZNHB=Saϋ܂/d%{\]=&M1+5WsqUEA4tg ߔ,&,r>}Jk}GfQaPnt NDd/0ʘo`C 4Z7e0c[:d[i$ppTt_YsL]w=;>>^j]di-^󠭷k-bAh@ %-,a0i`Z2<@؜OKpvM ("Cy  ~ə ݓzd)(%GQu1쁱O o kAuBtح=zO73΢{kvR{4q!FŲ*sj>o1,ua{R!w8'+nVQ\oH˻w}dkR,ޛpEL:|1;V)tnm٧٠3Mܑ+ ɩ:`yZ@DpƽǕ:-(Jguõr8e<+u^iem}Y w!8q]hgy:1in0tm3<bJRI.}jm'%,M7oZ} rq J;l$V ~?.\=9BXGAltDc.J9NUH;Lq<*Mz8bozi$_OGC:lCkP;/(f.=JqAQy< X踮BG U'u9r4P?-[)q> EN|h/ޮ8fXpzW2`*]$e(Pq:)eNJۀ݄vXU׹̫IJ@U=v:;  XA%0,1GG-}oOmB`cb|jq^:lF`aHHmr+7Dvu`>z^Un0::~leb8ȲnG4XCpngTt4$yL@kZ@Tz}2/!^TLM qLA-1?eswy$%s7F=uORkO۽ը -̥b 1D'4D0Glj*@,/y](ޜ p0]+:bH⪚͑\~N1\?:_n8.Dѹ?ĞW f=^6(Et^J&܄ Ȕ#Ra\NYTDGųNy&9(fKX 0AdDL{[؁%sF|ut;px,W 5FKVtW/ aofU\Kqr54aP`TݛW%d)oǙF<~aW X.i:Edcc =qfl}bg Xw.,_^P+>dL/gORYȪ5 u&5aLoIV};h-3VHp $h}ǂ,ThxDAW;L@4lWL }=@̳CZ5XFJs7T31EhD\PSxkyK($:(+_h2#gQ0ޭo11>V^po)MK!`FbaC3xwp$j;_ v@k Z ܂ APp`XߴZfU?QAB^zO>*[fyk&Pu nxIƷqGΞot2ZS w!rW|.Hζh B\>7>߂O НQ,cH$.'N%K?_sLtz-V.ĒZ M۶8g_)EюTzp#|Hy8̋;o,.45TyE0aIU@ufVB7 v>p{V]O4`bv#V0؟^x;nkjA0>ǿ_7au\ŪEf(^1EY-ЬE^tBx=H ̮=@MP\3o(~*T*1Ig}Amb{Xk6s\7\>`PJIHgDi'^$]!u6F^WeARQ%l y^7UQdoVAk"nZS;:5E8S]57M/c =?8M4zX. s4ѺD"yKn ZA |S[$뎯 i'fbvI#u8n?TmzY`QKGqWI?v*n4miW),!.,G" 58hvLwF SjMv\:GD<ʿH7duo|o g{W)pC󹜹F\=i_}*o̽!E.;JLbDxmJ)'<9Q7VόS} S9#++e(t8wHDY>/o$-0\I:\d6^;P~M,X͙;H GRzB|sy&WQB~V"MPW~3:~ 'Z24|g5|~ o!/ 5ыCvwtBCDyN_q ~dW–OABumsCl;V8FK7M+rHvETcEE``=nwF\fkOP;G!gYz^87[Y>^YV*ꢐtKN}qp c-QUB-qNdgd&AQdۊ*PnG1z `Ҍ0sUTsZEN }tfKSkx\Xm=;O$V+=畤@\,b+v1eV%0e?%#$}2vыPt}T?MugIQZ:l>?{,(f#xeotnއ7Ў :9,bLiHr3T}4(ĢS< Q(~Sfm_6i" Q/vv*%V擞Ǻbv6b1d sݾYDgS{*\/(G퀹:sK`- X"Ǔ"@(ˠc%BS,{QIKWlN` =W3݂}{Sa n[?B)q4܃鲓`f \6ݣTeױ?i8PqLr;v_8ЃpBcA!qg]̃bľw%"FpaRs~S4Κu_caQˡ_ t2a+,Y7R []] e֮=EX9vP0VHAuQ)ʿizG gfLOv:ذFTI:'_q9#r_j3yӃog_HmҤ4}(]_;0˘{1Mn) PsY|j`P%U~ M[ZJyRB<^t2޹ =V&eylt:|y|>-ep^J-#XlC=uEo:G.OU{ n !Sܯ+V1v|4zi@}J\k' ) XG5P%q8⌱PꠉvL$dspyR?=^.e ܚRd! D,w﷭w9Urc@]{aT0ϏzsI>.sPĂ3 C?9srB}OQ iQ'Kg>Q'+`Q!pUWnx kѽDj%3x;!Gm#c}7e W#_zFJ cM +́%c 1oFAgZk|})=JQ^/9=( q, Cdj&F?205Fdҥl;!pb:bSݔ-8bC4K`p@ƢY(v۞?ǁ>ܹ,fcI΢F:=⼝sLIjm>l@=(C-ls84`)retN~!P$_|HD;st K(h*oψu`v3%f e1(d.t-ff.P7^cYagv!F)jxZ@+0!z+/A洮m j5Sv= "/؄śK{4pCiIr`q~ï_R.V+T-%>VZh$tfC pZRuX1ت勷iUm[Vv!*F n#؛le #%}('>;jfT a#,KLDf"AvkfNN;` `Y&wӿ,=mO-jՐ$B4BV:v\Hpjm+g_Jjbm2J:Ȱ %U|G>KxjҊnנ͜vɎ\b$ !g_@<¿3pbL*k!m.0p{ ȋ#|_ptn< //[UoJ?k_c!ZJÚZZ}s-<ѬO૷[X?]FY_\R0wjB +:rձcr$g~ y|;?пhɫg0bΗBCuB50 t 6q޵JFyKtAg @zorEN GYek֜4,)#7\}GԊp0v[^6f7)ה{0**dTS0jݫC#̜`ŃG>[0iqB9);3Ỹ;r\M;QA2e&kjlXc?VjVKELb{%?/@n1%@e5D(\d@*L~[/\w{]SY$> /n|yՂSe6쬜ܐ.ARk͟;zwX)L;=56ǃ]* Kk*YwyRRTD<݀hGzwkՖH褝bod 7+lZ7BOaEՖB{_O $KA^ɬHC $:-L09N.uU+oTq/qHJ:@V5(q"0Ȏ!YL)7q`SP=B气 y/DU9-T7j xW=J~ME, Bxxjo殏$I24*o!\ꅱk \)_[@%^]|u)??›g]3=Fc{w\MI z =E{}:R\:u0ͤ]XRwT2naPN$"rgȬm*<=2,᤺DJ(OܭْDl.#י$C1mISDx9@c{2;#Bը2ͤV&nA xE`wJy+fr+jR 5ґAx$l={$eVN 1>l̛.I_ fv>]#{)9@2u]E="v\B_T~&/5PGjKFxZ2w5ufJo7xG{Ca/*'sOs䚹qpxniO֯469Da2gv <}}cF{k{ХuYr)ϝȇ E)0qEWj 7K<ÜwyP u[k3v!/CQY !p-1JAS?#o1h+fR߰fL܄"8G2]B-Sku SJgL3_UPV11(/ >1u!Y#o:l3KȾ妚>ۦEVA~Ie aJyyL9uu$Ny z *CFlmdVj:-"Z܍vu ̶۰kLbyqg蛁ٵ| To֐Ev+8l״>KPkbwni/Re(~0@c[}{ۤV,#e +*wڙ<Ѹ1=0Wbνb2l,RL%U'cЃ~Yd7[A'! _XF`l؆J/?8tO J 3`(;Ăě|q{]ZN A-/Aj{.Twe!0I=c0TBc BTq)NJ5t3j&e)"{{ôŌ{BI-QupЋddlo#B6?ܽ7J3[E% Ub jEτnz&/~WIt-9)Mƾ YŎ⽐u͆@א)ouNVc/q=53$;$[~|@nXʨp7/Og|*9>,/" &w*r F2k#dG!呕#uv5+Y00Hr";3(!e4\Ah@L(|#&& ZHaa" EӜ:hsZT@ %L-%(l jP  ʥHwUq4 8] se1(ڔRn=o0pخP*iha%T߁qP/ o yw #H0f)_ҽ+S\N<)]>u?D{E7\qƋ.-.^(FEip^vLEy RNe {?l`ގM;M v4mCÁ,IKP]v@8͐ Hx7sY)Vۑeb,fgK)߃1~ϜL.#%ړsk. uį,n1" qPGZo0^ɑuse/#- ڒypH^U Lx|i&=u{ ZC%>v\38:UֵѠNt< n(f{TCPƃfQIu}tyGA)YhC&/Èxa};e <8A,ΈsOY̖͛柀ҕ.Dhq{{] F7Xg]nzQ+" QRJ6qx Zә*b먊›ٞ9 NC|!%9*ɘU-g|rxU 8ۘkR^cwĔd7R>WnH/|-+r/S`*nHD6 f*fGϧ9IyEeƸfzx4 OUהj[B*t{ì@ūmyA1R60԰ag^Ϫ .;;3~Ds2/=傳l3pyeS3r_l}h= % !Icc<(bM 9^1u~p%@5=BSHhg:\ǜbAG4cFAc9Exy1oBXuJMuaD@3ȸϚDEW'gEg,z|ZwVw(j 5 vZzVwz]M#W/UmuluEqم׊"I(:쭽)wI"{chW]6$)7_=gBg>/dI2I^AeϲndNLMCXNp{r-Kq_/p8 2c"8z+@,S_US&}S@OvNuSbn* }UN}X=+Īg|Tcp^1Q-:uF7*!s5taeb[T|59n[,Z viE"_ d/8ɫ$?cڅ#ߢtLI : RYx{֝]om?j_ޫ~|x\ֻE^n=rN-ŕ"Y@ vX(Նs"Iin&PK]x龎Q&z|oih Q(lيd?7=a#B^ĿNfV .~g[.Vk-CJL\b˷֬K"EUy nj& aN=gx qvʐZ3n} l; 孋H~'C'LzvY*io,j,B B5+QBL6Ǐ0j*4d{JXQ|_L6#(DZ9O+M`֒#Hk*ͦZ┝Ӗ9WuB?~҉}45 xyh#FwޫC7ӿxK^oG%>z2E.7:!eTqԩ~k;~o%c&+h=a|7T:RK-pH[G&%c]7ja:fG[}Xp2"`XJF:_JB4nR lM(ZW<61ɝ,~_e/xbCKcgk5@8% FPJ&YӦJp6}YC򪏥"'2З^{ahx(#A)@R8/v^%'&ׇ|j+k麡pS !/NWE_CZqLj5 fʢfA4o*pAX=-;F:[|VsdLm)S Q]iFW鯜kb GVPW}G˧iw6,< ?>X^9-jXXFmϒ@xI0Ka|r/GLD[zTC t᪃XÏfv Zڶΐ\gXIE Ǘ_<}4RⅿŠ{BWmwWW2~ sǛKS(՛iP>vӎ&Q}o|4~:ICՔmC1^'In *>œ>863k |wg@nv!<@m+ޡK~KEcR䳿j; ¬ ~/~N#lHnwh^OnVrQI"Vq޻6 x J\ܘ}_k uO7iMibijr,8J籾33q֌q>1aDF k[薙Evu[k]LE,FSW:PSs$ccA<23nknVyiK*LpI⦨9s (7K*lp| d˚؎6!{Aᨑ^-F+ ak/;B^Q {("~x;O_ͺVoH,T\JAYae/o,)բ)?23MV&&X*oۼU⸓Ϥl&e9NshX0H~ /iDX񙤂A+_ĩdGp\. s~uECOnbӐ,н;_`}DBPo8zZ5 '>C$E[ÉcvVV;\akVuO~%Df^gLi. e,wKbnHuYt i q<l|Vd"Tt*׊'~mYPrTqVA!+ښO:Cȩx(^\OD;qǵ' fёjœED1t>Z S#)* MU=LWgL3 k;KRԡʼBŮTib~m$NFFCwAֽs58F*/c:W 3"c-= <{/l @](>- (O< SyBɗ\( YXH@,MQt !I=No4e+G0L4Ti3؛O8JDu뛄 E-}CoNW;ۭ O;ZDuDߙndV#}~ ;QuC-2JIŎ0orio7Jm, "*7 K%\d|GPqO@ČݜK{--Ǭ,qÉ0_ג.K%Y ;RhX}V; 9kО^wT>@uZ>k'V(8H.oji <>|mLT D)sDFZ9tBM8K55Wy O>?; qcq ŤVud p5Q5m\Kmq@WE{vb12+ޅeQCv0*V WnplUMuI_0q G296*Ž' a#yQ( [dnqH 1St'vܟ,Vӵ 5V wNoL/m]aōcؾL޳z+WS*Xe39;<ۯ1cMoF$x6YF+%eoA'jrݷ_JǓPd\M^=G(vlD"<꓆$`>>SN_9f'8#Y)]2E= " WP6*OYT,}׽J?UEg\v#.l %)DCGdҋ&dl3VŝCrcnAХnXlM2+gDs!]XrPz9n:Px.gaб0*s,TeYZx3ш Bf7@XgDu) ":l9!r5\%ւk z&aʡBN8!v/^y )I n=cx|HJM ً3.ɛ_DZbk/iH|(_0E`_|ToB2ɒRG{ i=* ֪<lH#%w1D[QYbҔFu箝90TGpݩ">O4Xvm>+rA]\QZҽ;K> #|T6IF!~%FF_WNtI`Er)pwRXٻ]}d:WΉ+MtRv5ɐv;C>'mLZ#6ʵ } xe0C~`n锬[Dng$;2"&…t| -{[rjTy3@yGӾJ&CW;m(HBg,$As8變Oc~jC׷έ\d>ZYݪFX#hft߹&M?h%|8\6R6 Jj ,|3))0/dV[ H!svI;n}9ctDIAa\K'sjzoւEuD&ȻB JCyJ2EaGK?^/M"ڴ?,>N :̱:{f;Lniϭ;Шq-Α4ϙʼnSEgdR{&fs>Y.2 1X֩^ /h;];yZރmʹP*%*[փI*"L+9MEiT*|X0,=HO &|$>`ǧLⷮGw>;&}Go/LbYD쮩;âQfmU[;Ӝ4kQ#uρRGg9[LX/ wZ" ] [\m893kˎUϨ3D9䤟IWbw /ҋie6ڕ WsMfv^nj6>P2!~E&,Y(ᙚv3EXu 4qQFrv8ﻷF/2b7\SB +$~C9XF"Q2U:nqB?63d?1a>.հ];QvIs|+ hrMj7mQhܠ K;W 1?+CCA[Ug"&gڜVNXxEq”BwH0tN4WA|D>y@&"-UidPmg^V)%nJ ILwry8*g?܅ص|MdOpWVRe-Ew5T$ M4>6| 26+7G#8h&ɰ q|Ѽھ @:$uj%FkprSi+ T̘ x$;e\KkXj~o.*)Nm8ŘP FyvCX0جFso MG-w2#`R7y?3'0p2P<|smbxn+=>{?Œ*l6$yjόӸ?zdxq>,_cf>1i &Ȁi kHiWv 4e۹mwoBuEy=$zW&디{]QGF7QsFJAR7@}`O I]rf/fUrm.JQ젔:ghױƟS{n;֚76#M=P:gϋɂV.ϩy lÓ^6Z}vudfM&%}Mۮ1%ܲC>){8EdxK"]}w̐lx?-+ӵRtà5Z!OZtDݜ ]c'->x*dИ|[_^kOLdFr-XkzT]dQt36'/Iьr}:TKx(.~V[q6i}$'މ4ޙI_y*_zɒ1lG"\^-$'v_>Km+FbF-L6tq_],2:;װJw[f ^O#ȧN h, e ~^گ4=hD@ Ƃv/͍hÈ3gCCLLC{ଓN/!;Ibo]%i6?);r4xHjEi͹ZMe@[&G:/ LgĒ%ZO[4N*Q#RzB g%}Lo08*R h%hVmM S9IR.φ\] laSEk1uI0(waO+3?j |@PZ)W-!eyp4XƷ"YދRTbEvm_G0wX1C1rYGX~Ibȏ"2ua2.dzOBmV.hvqLdH纝U=a [KeP+kcsQ`@)ף AML8ƲOG =FkW]Y\M?q`!?l#Pn*6 ||x\Y C`H&]9 cح9@(uw,ۙlD8%[&zR?ĵ0LxrIfp ⬔5MUN8 1G7S`+s7vFNc=-"$Ni0f0DhtS|aPvK#*&sZ˿ eWf Hm +3 :Y$gދsEazE1Q-.}ZCFu:ūP7T^/ i7{Ę97ZGl+w25C; grěcRBU V[~B ֗\*g6#/Ez`ۘ% kJcFbO!H]8@_EJtTlQ^iS-esr4cOc@OEq_ť.*<*(*Qm0||U!̩H5sJB"[.^WB懎CC[٪)Kz>w:̷}j8R,==O*+:_h SVJ;I3~btL;AcUVM{i 6\幖/FB`2 n\~Y!d%2?XGH_V<`"-.(ђec@1Z"aLBCܳ/03V lhǜԄI>Y2I߳:ZƥeQ+6Kka(V\R>2aCJ+J6M*Q^=Xs-%+"gak̄|͘g65R*EA{|@ًʗ&(}e?FgGeUDWa/]4fh6W.Zdzܑ69²L?\[j#͙U$/"׍#.Yj B.K+&m4t~\rQVƑxq t#ȗ#y<ꠢc(}Z|EAKh? `)ۙ17 4}'p4jlۺCD=!\CKiFe@{d+>2ԃypFnHy3w8bfs pT("G2V]5ڿg>5U [v"!6 "K'W+,|Td>54\dU8x̀ƐICPĶt1<ڍuܗh 4S[ @VW_hƶWKV߰L!N<,óşEQQKSV{)>P-dys}`}UH!K8m&(2郠mY-^αYO.MXzCi\?eΣm?v,0mcp$2ޅ~II_|k~q"K>^ˆ:Nӎ⣕,&询q4+TsWdҥM;GH41r#_(W&V.:ruX-u{vFWP(DA:I-J:[|+w*ynX"ό {V}OXC_?p˛w;%[9Ȼ ԻɎy(o.\ @Pip.4ԓ{a7Ru8 p @8_GaRhmڿ}-`Us/NƧdM\F|cID@>;ػiۀ2#Q(1GeA;ͧ\.z}hF|׳`wX0p~.YA,_܇-IrZL(SFg3Y]w?nUB~tΩvS6i`{[buIPUlfOC dCLPtPb5*$N“ZR' Uhi[lssբGS?{kʥw҅Pg (d1a-9ܯv+3]"|!(t HjѮp+7R| oۆZb[PcoD. ce1} C;Y?GQ-ŶBD:ת$Sæz~/_e[oۻeH~y4``=!wĴꔹdq%ߌr2m)~K&9):{"G&E𩘛U ?϶]7Q`f) ,@GBB9u`_+u>wݳJΞcx VH \‘VEu@ 9wGKu||na/Ɉ^IQ-m1PSyK4LB9~R8B,-3\>jF$ cCU?D v~,=ywDW7OWvExY}=+kg MՅ$!ϣT䖯<0SNŅ4wW5%J;a#2 @MnFX^/۹|4oQݲ}bMFȪy[?'q? ȁg l chB%?Πԙ'xQBA߱s6$݀0/v!OYTP`LmGyxrvgI@GKVI*7ޖ x;`,FRD^ nzEi3zPJ`hҹ"rfU^ƣ |QHx4vZeIĠcSNo/[f |8E*  L.N<<`x?Eʛ# tsC^OUddP}8LܥXH UMGz0Y@'O{WM:U:$pڌ:"8GuI,y }/P(!W8UhQ &X;'jL^5eM1*eZ0L܅|3HOV΄{~P&ATNͥ4"Ho.&s'y@%֊Ny$o^evّPh[kW0gyxmP8^V#ܸe9׳DЖwGβ `zy&G*3c/!/kH7.p#0Y~3ǰYᧆ:uW@Cǒ5ItB {*" jDZp( $Na0:ՁGB;*`qzon)Z &ϝ !z'J-zIrH3$ nm !9'A`'h' 3G( lfKJ't)a_$K͆&[/I?%E1Kir*) n[r-jZ ;$Z!$P9-|l\TB'!__.Tr[ljZUQ$qR({(N WJo.D&vXc\똣,Ige]sAɄ bB+:nKNֳ 8J39ӭ>_ 5O g:B_xxPj1't5TXT :YHUH|e1;òU}6 t z3I^cpWZ9/9Teܕb28C8d$xF`p)#x̙NG mܝ >zL}h;ӮPy:*Ǫa)Ay$ sZgKpwurǫ ?P(.$eN >@a~rxCZ`jWnjf '2d79+HA7mhku&`p}9iQSm^5}>gF\=pG10bg.uL襻"9_.}+:b){Kv1{sB=orXx]0,s瞖o#Ethu3|P7v `*"퐲䜑LAOnȯF`=8(ys4 rmN=g4af|(ekEeXEM"$]%lɫ`9ՒНgjlB57Fk 4{lB]q`=*Z\V j(ʎtXzIҺ lyx}r95m=tyG*;c*iZ1% 2I Fi&W^kuh; -ƮYhG]arz۵i"Qv|>})W G^D ѝ2$.VY[4c[5 ? 10*&pGB@ j$:HbA;-zH6OYp8!PqJk# NEJm,xZ 3g,Ũ>iPjiEcIbע>S/] \"{um_}=#m7Uev hWK*0Uy+u ȖݢM&qsX>y>Sn2E1ta!z e5'2I8\gˈ5Lbxzm^\ؠDzT؀~dG&4B#*mT䶆rQ¹_ٞ{$Os[M1y, >Ncrg!g WTCܤBFd7 s]v*xt rg]ivj_drXwi• ^? x{.Q95~V{@@ ?P5׃pSTMφLqj;4, v!By~a!1!r ɚѸ k#6u%~B=osu/ Ew2)'K~R*ͩH"H aD_(ږ;daoY֚U *e 8e%乽{vWȆ/oţ4]UQխnN8TUQiL֭fx {ʏu+'Z/֏UkgmmTIĪϕ2ghT?z/1R IB?69bK-*)ze KADĐܟm!ll_⾜-XsDT R?I5܍%߈q3X\O`%@*NiŀvT5ґYvɕ&lAzK_/We/ l"RwG9#3ĊG݋/ԧiug8t@! *֔XdN`Kºo+oe0N uԙwwix~1Þ@?4SnڂVʢ EPlJlw$skD4,2x,Kl'cqdxce*$ v^,: Yl~!եM]*$I+>'A~ZhcH9>⯎1terb{bXóV\"$ؔoHϚ? :|Bś c#]Ȭɵ n8 J Q lui A~{˽#D 2*i.YT4Qk3lK~ZH\_f+YVP,v0J\c yGsOތ{@hL`iSDa0=?luC-3v#|lE>k]~wA:gyx i G8E^+5h?gH̒Yn8 e~Jff+8D', Rk %N`_0*27Ŝd۹{ߵ.ɻN-Z2-s@]9 F[\1T}J찚Qӟo54$P{drc 'MWm}/*~(.>S3fVٝlQi` $x &{}حiKV+N*gJ0q?v')>o~;!iX6DˡCZ$`0&NGìk"~mSK50 .UpNsI%P4L-F?L(yfMlO^"1К'zW#/7ѡI`t+$s太^fX\wx4 Jȩn t'i컂s:q$В+&guV1BGSmYOϫrPNl&Hm"kpMzm9 7`j:(!kse(pr=CYzp Q11e )`d Sm5Q{\!;¿ $%}I3|=y l'*WLCˀLK$5eIuچ[0K֟!*JO=;.L8y| Sg`B}\|&xt{\w={j :!1~!7u#pGzx{L\!(_?xWuJ` om% 4un( *ѮJs/ͶێjkCZƽÇ[^OsU }ÌHMn簲uemy'Foqq70kyfF2 jCm5"ж-gP#$hqOHw{.HsO2-lU!26<|Tݞw xI0 ]6}mA+@q7D 3c"sgz c\e}rɜ$lt-1R"$V-mJ+$tMs޸`;F\Q&_ tM{6R@^Z8_X$ŗv(% lc1 \y%v@rddg֘TA}qBFw D;Iƿ@mxS=G8!GbYGWAI6o~cVm9pfuG)y @Vq?&Al:Ʃ q,Sp*,w g]Z3Fꐊ}o[e6`/25?㾗YDT2ڶk,yW.I.BcjB"NS?ն'@tu)>pb /1OLXǣ(yT~>hw=8[n764'UtTU(?%0ԭD}Tߓiւ1곁Z!Oc{5=״i<ݾN jBf"PV'VA0&m2gK c"y%o0eo?7m&s׿5ƢR=Pb5QWAkV.Uƣp*=?R@rdVDܭ{>\^߶T%weLw$ 9_~.!gTlU̻z.॑@BV7X?gQQˢ\934U_̟=dOtdzTO%I\aO_.#jVefA^0/ޗ2cԓM~llғ3fᶉ֏1yK%.&WbZ.l#B"툢rlpl 0^೑7gÑR\vwP+:;zOpMe+wp/"¥s*!Šu).>:Z1J}didb^K kj5/XF@cBYdLnj[;j ybKJ~)`C;ĭPVy.* @*!dˢ2@KWaYLO?|p!c$~@tAߴ[D j^/@%ߴxV8ֽ /޾pJ c02tK'U)p%p 11aY!H5G rbaizgVB_$̦XЌ(I=Rf†0PMM3(锯xee=c[vK0;R%-\VğJ3dk+PAI-/2X28.__1x_V !5+iSaiO`*S j=g塜0㝗^9f3%)|l "w(pIiOCчvQw% "kB"#'G~1b"^~- )p"y1&X-| xց5MZ- OMc4fHث]L+>&3X1+v;+F1fedna%?}v͐r4B\\Da׏ʄ%vho,ΕٳH "Ak EM#:U)LK󴛛ໞl";٥Q&JrH%kՍl+{C݄80oYwVeۉL$Tֳ'*]\ d܇c3Jk }E78x˫j54z\տ;x\H9o{֦vh '<)6%ހ)y vF3x;28ڜW 7Y7}!.զwt2W%DQ`tB4l,nTFYA|[iN˻XW18^XЭvr9ZTFHd(a5 T:_67@Jy S#iԱ?EV5\lthRuD8*ʽS%!)鿍F/ŐI;6Leʈ0۶WQj9BMMȵy.$,]Raz;.$t8sxXP)uCj!bϛ`gFkc-D 1A}C\0\i/򎈈H2G!mS*1rU=UuunjV(ik%U$"3ZSXpmj@L$Df>qWr! -_:o~7%+=A=ƾIQuʠ~|' q 6.& q)v}6S4 ']ퟵ)S/=D(i⦴O#|./|l3r]_n {-ҫ_+^!X,_}k DeH^,4aSxLE X%dDܠg[5Px$bZ>KT7͒kI?O*uD%JSmm #[+ ʄ;n-spAt؜F5&R sRo,K4NƵ镇)4x滥:CTd*:f?99Y`r %~5ңt[|KrR|^~*8ZR\4q mm{mhp bP:FٔoI .Pn{"UN[Bh&tsB#`Ӝ@8ä*q89 K,+b?Ž)COBؼ(45vY0en2YmznJ7]SlbRv1ٴÕ#K @~qM,>ya6RF-\m%v` u G=` tʤr|"K9Xټ$qs < Lj ~.j?.o pHGGqE"&Mpӓx ΘƤl+݃PkGz{rXMFUǺe_9f-A)9rVh{!ediw/vP '9{'=؞ aBWZ$x@Œ*`&ݚN ܝ>zD {^CP ,ˡ zzqMH+ɞr~sˁ2w8QSƞ')P?ڮ Nnn؉Yf!D1HU2c]o4 58m:#GsLG4f܄J_)ȱh:./lL( tK10(ZrqN eu1iE2)d󸅜$[UhQ y/OMa\=F=h]bP lo”As@a{/ %=)_T\}e6JٯiiYUJ/ߛE:,'S7kW+cԍ6_E x4u9Jinp}cxMQ\-%LȹѣyY}CCX]E*я=}2^卐!dK7+YrQc;j5"DMC܍ '{,ޟ7b3Z|mkesϟ?=.ەJ+>>Q"Z-0ӿf(Pw (-m|nQ{[]# tc?xA& LXW`;ܹTeYJaX"zS@}՚'1Y;gX5?ěY$w>!fP͈iWn`5նO 8]{1|8YrW Iv)td^*MZiܱ{7:P39c;?+։7v]3vYZQqt&pE]᫟1ʚa ?;MǼ1ưaq^(uӦCv'Gv,ȱ{oÜT k8٨W`%N }NdL}^=ovlgOI;?MTEwX# J=[g,@{#pڇZv6_LV ]%®T8{箅x ֕kc,ɛVgB& &w7p*dzZ3C?A̓pЦq.M9ɩoW9CnSa\1W\鋉0wZVA? }PH30KaB@7óIm֜a'sFe3.[Zv5 ,@FAY"cO Wː3!$Rt޻59 j7 މݳ^@F31z K0^rͦ`3xR7xIsJvKIDcIW6`Lvbu1;; e@`qu2 *E20w|ߊC eYr2~za٣koVO*6/~^<ߣEro0f=(Ty%e_| [$ :A1.\ ǰ쒄~_>Gt vծO~M}Ѕ7N~rJMOj5܀Os߷ڠG6r(~W?"@Lj,(ܱi8g {ǧ[M7ٛl-9H]"ӹxnsSp0hnlGOkw\|m/Sv&ߺכg+Q8>/ /mMBGcsO*p aݧ"Pʚp/=qJw==+AI4KYZI@ R۽ﻞo0˧ľۺٌ"փtNDH85WX($᪦m/WRsI8 T>,Ch/bGiɋ)\$20&a~HԸ1vKe+/3 -uǝUIYkCCf>kjJTJ!(YNNWY;gBf*a z07">x.OHu6 \%\TƔh}&HQ-j|02œVd8%=::%KBa|@Ksە @@X :.;d@%[͎-ѴjR6Q: 7o M>5bpq[R~zL@XeVn> tH8zVӿnVjE'Wς4%Ԩ^_92D50{+G%B6K&4xL4$ļNDLapr{82RU=lne/:zW2 ӥ,Ч6PUIWntNf׳0}D۹U#ͯd;=_W*hJB9!yeӤSX5>\(@ڿowNq Hh`(#ősW]!nQ%}$Sv>4Т). I^cQv.fȂLA.اGfd,Tk<9t+-fFMܟ" 9<*7 ;A{%aֿB2ste#9طޜVQfWrBwFeXi+53828znq}zM Kp̚h ]cB~|>l`⏳/dR[)x{T_, ˚=ShzzYsL3+Xl%G^nES|Q9 Y;i eBrx>Pp9״+ lF8j@lsuב]I-q5+mm"6X21zNj픡t(oa= q"FJڈj :e@IYC,Q /'1%][!3 ҂Z{t$xc6H&ŏ|8lk3_CQX)F Ķ-L#o764֛) i4Wn%$0v#r5я LuI.{` rn,_Y~~_ NQכޥ"9tSx-Vl7q'! |@ >1̻;(l9{/BU)[BC{hTgbG{eL5$8̶0`IT,ȨoCz,KUN{q]Lun=ͪo&7ub 6/d6"cyDA5;n =qpM,ɜӕf.[mU ޥ۸9dAl8,6a%A>K4r4FD}O6X|!b T\됬=k5R)n[q\#Eo,U?s:7]~!uk.7W˵c0Fif'8]@BO y1[K[6FeMxZadiq+w.AʂV^i?AKR)T0"Έ-$\v^N޲xY"zBHo_}vf{LfK.FM>a`@̍n L63cԵVĂ%U,m)pk&{ h.=dﺸzƏM!>ԀPm?Ҡ?#''*mb(] sQUpzq/'p-%z!u?ِ+SY/5.Wű 5^iEv8΍RJ1yUQ:UʅȦH.:vCY!ϗQS4*Ty[L(w 8+Cf#6tH _or L{2LVowGv9y߿atZl؊oV8QNaUtkBE?ZѮu+wfA`ﲸaf.C'">;-1f5ZT]CvU"Y_q|8Q=;R$pmD8ƞj>'6m9Z^B¬p,[GH#VdmmR/q!@Ov⤜>Rh*Yyp`+ l#m*)WX Cx tyQg=l _LNJqcx+uK^Yv*֮+!@xp8Њ`ݢ6z+]m:ɐ˨oIR5=9bãe//1H KӸt{xw 2^(-5eJݑ*T0Hl𗠯&$#LU>: 1t"67A"J  %#mu<ޏSm RX?p=b#ȔD',Pix hO$`YsMM;1' G8b})1p$命wU"ɽ[7aW`PѭdrV2^qQ%F>Mp^YDٖ+Ne%t fG4TSZR)Ł[p2AS5ѢS ~DK ijB2EJ~3C$@rPoKgr; 0.ݼw>7yyE#UE%~^b  E~@E7Ǣ.~ޅ\ nT%0v3{7rMQX̷ϴ<g3B080&])TSKw5вR~3O[R|Q  fd>[ K'!yDhb|2!0Wd/c~ye^@.HWG`ueG!oa&stgBI9kkEV Ahf/p7,kˢpuQ_T[0IG65aEhbS)QKZqf.\~2"@)PZNpn.k۲O%^#%P3t$P񖍐s)Ù M-4@3wbG|+BCɭg` ~UMhWmm2e2BZ{ҡr /nLMZN!"Ttb]˫‘`sB#H]="PsߓwTxʡS^?NYKULq7TT؁QOo*J}&gxԤ"P۸k:seRD!5ӚpQղkd~D]{YmLn[`[Hڱ=ihY=c C.ɦ̹2łپI=> tX2:?@ M,U:Fs Zivn PN|v9r2n6 cv 'myT[](z='pfhL9:pw,ɴ)-hCM%D ogɦ8S|K.>We-be=_DG 8}}t,Fb N AD?WԜ.{xiJ>@t D^l0?0;'K>! AO|`%HZ:mXkS߿hf2 %}+@ZR; 3>uB$-!C$]i-&02 'oO`-qx H?ȝZ 72&*~%2EO8괆q}3u8G4WWgo_h˹upCY-#?GGu'GӤMTؕ4 :7oh[0hinH]4>#m <N ˮ^|>ة%Ir+}53bu^[n?峼1 F (7GKn?ᴙ=#k@OG E=-#͜yq9^" r%i5SI]ms8aq;7/}OjDG8~,'5\PwWdS{N7Y 28)FpUM5+ Ͱ J<άݝu ؅m]heL 0a X}$}jTkS9pڻ q D"~&E>LMQ X)v<=}L{TYG~dbDYdOAP:/)vpd\xP0Q zAc+&aTwo XDծ8B{[57YGwP4 #0HP(fkWQ*~Y\gk6ߥt#B9RQs" Df;pGtfaA 4URawI#]EWH9c#`\uW0Yߟ1jދk Wjs-mcV}~rōez)WȢP1~6[wtD׵Ldrz U p3&Qi>}=vJ>3ݚUg0AJ6 w~h#s ]fK8(M:^X>6`=՚F\fP{X8"+[Ձ5$Dٲ" 6o,T@j>z"oE6r)`Z]篱ܣVH0!CLKbIz(I/I$d>m Nq} (V ba[s5?TheB^e w:֮#1Ćjxҋ*\1':vBf.H; =9˳K@WҠS f*M87[_6fJu#66~!UMv,۱0 `!Í(`Mk`iwْ?; fsƝ_6 l>>*40[8AZة%vmԈ#zoatܦx;=ݕ+_d>7SAMn%X(EGLx|Cf8rzJ9@>,v_PfdzNhFBZc$FѫU_ǣ$1g[Ɠk7}S f&"_ Y/ȡc152v ]٢ׄ XQ uwbȋ$`1)&[&Mt(Oj?46 : Si- &B`OcAMĪQ%.5'~X)T2V"ɑ9BԍQ=enh_fh rGӈni !6Z ZV4@0/omVWnbQgWEJ?{^}Jڵmtq5EL(Iw\?YPJyVg=yߜ}"`ϸGp>qlB_wa">-ЩqK Cs F.}lF]L"tp.j1F7̻So$<նOj ;={.-tAs} 4dhPOsʌJMq3,炅,VU&Kon ]3|r0Y7s,*|3}?TOfk8ej&YVrۤGtd%9b7Ǚme T=cME5}" pIQEO[ Zˢ? fYdJMIX8R8\SՋ?bk&NJ( r%=HS8B+o{fTyY)N?Z} pVœ)ArXZx?ٮ`cٗNhMsh ] #};AGߵ&no೺=$Qŋ0/3Q&:.˃Tݱh9+ s^׿xtD=?^Jx`σ$wRZBÉJ7!p GC'< Sw(޿3o,p֋~,7Fn)* Ǵ"R,*LCl0ŹɆd414H x$08xذMIrzO:)QBi !!Yv>4JLr[DVPnH޺AKhwSmvq{榸ǖaWc7P%%!mJG.BYMLSwZԐ*hPͺ1'z$~d7A3Tc+<6rq))qTT]8gtax@32e*陉3^zb*hSx#abPm4ry5 0cGxRһU_(W7ydLU-rɍlSvҐS䗷1%Z.ۊE8jo2O4- y;rb'!S`6Do%Y~x{F 5:4Ni*QJ ^|s1j p jQ QYJ43T_?ӎ.>h}6X us} t Zlܐ/åP%C{ 6wS8S6#R aEU8IQB3OPD/U`Mr=4q\BЩ:`4tm1PyUϮF0t'2^D=/ֈ=P_'BZ'b4޲:bk =ڌ^W96]Ux~DB6$_I0.BS i|Nla%E^8W@_a1?=RB4_& .57+@e\0;)Һslcv5`4,Q%$NHm6`_zP6AQ*ZDUGAuO]v˷gX[ygCVL;aٻC7+ V)\~h)GW]/V|:6YĒ+e50EVż^ ?s3{56&@.Co q;g&Yޚė(;t  BlY]Xwx8ڐOuas7ȊƜusڲe08G6譀F̚fL걁s.,R$힡D/Rkv)\*ǂ:yh㊈/~I7+g"Տ+Τ|*^<+vۍ/r(g0xt<@ ؈aIBɳ1܏<ڙ&9|u `8JC`׵OK` |HGx-1?f(`O%$1l=ݴ c_RO-,~0FȅiЯ7vpZ$tjǼCϵbgډ4('G L6(5#,?)rEJB3 ThHp0 AIpgwE{& k[UCKOmG^;M$ws 洦]z28Z}i޼fegq!r4f (d6р6uw*wlut ʮk/Yf|M$EFl5`^2\k9'oV^~muRœ XAua߿L Y[DAN?ӚsYNjx?5kz,b/yWgqmȔ;Q-~`KEqϴ8n{?KNw/Steݱ=x4N@1P]v. X b(&uD2|WsT.hLM( 8u:(3LC<'^)QfN5m!Y<.c*ѫd08*y]A~zjJTkƃ8 "lqc"}ZS*@cSaQiboQa V D hƐS,Y_?xNmyEhfEQcZfD?$:i#;}3)fwPPΔ5 ;cҳ<#l:̽vל8g3$KSVI+il|IKilæ98h!Lq4A IkM|$M<51QܙB`1k=" y{;`.⌝Z5V`fgMJwLD6=IՁbk#EW?_?0űLtS&6C1HZQ}F}L=$:YVf2k6]Ўoxs H=R>蛪UKDrlOd}30jr`L)*#ܟ8S8nj+_6oBPUSؼ4F Hbo&34vH[e߅} V) YU޴[q5rקn$܅hf~)պ` G ,X7 n|LX4֍$XՐl !wDWYNyRwQo9L>x;mq`骓&#ܱ<bB ]%̿3q4l}J^hN濱 ' e]q^,Fa EVQj&sZF~E@%\:gYLkYaۼTy0}fXWʆK4Z)+Pa[Vuឯ \4}b`{r~ɕ8cyouy|XG]K,C<~)/9ˆ, ?RɆHNE d Q`ɘKg'ѠVdԄ2O|Hg<]_iKue/av2[ 4 y.~xȆ;͊_4QsTJ}Z05h%yĮs*{n,M)v!sYXB5ٝɊS;sr^|o,ʑ @{#T &}u}DV"Ʈ2; v2ZXuqh" pT,ɬ|q”mbG,^ Nl_s^6O,&~Cp B=eYl`P<1ju]5$^{6Ǵuj=+/5 k+]꾽dѮ9D]ɹRA8X_G,P:0o~4<hG ;MƳ, ` 2eò*H"-rROy{$"w^ph -NTPs WAd=a{8R>,BWD[š:U]?.iauhBiZ9 iYHEeC䧍OMe#) ̯HūPw@@j7*T.ܠUJ5^P(}T#o?|'FBG@AR͸'(qyӻrxHa= Ffs_!` ᭞0{Ư=b=M&_8 0l q8=€K`rl^)p ]4WV@P/4/n8/"awlɮ_A7L @V [rd3q2aaiG8 '^"lUX-;hӘRK"#] ٹ|9U WT[U~ baբkgK @ކp%2+7NO f/)8/"B ,كxx 8 jw>ؔ/~pԋJ9l `-˳,JV'pIE,*޴C$* WAL*UPx*WL?{G%"{ |ZDj|drzC㌃|d| ph o6KC)KVcڎL4FYR2h{vLZ;RqK\ɐݾH*"TQ2*ѠDc1ⱴ*R+^08ᮽƘmSK[)EI=.pcuY0nL< a}2##eRp*X[ft \8Dj͙ .'Ct9AA6W߹=^Wo99[J4oA$3=MI(vIDC@>e}3zZN񂆋?C 6o;aFOjfm~L'xb LX<:40T\s흯8%;ׇUDŽ x![eGe΅ۉ˓oa'h71iA/Y[oJ <4c; ;8`K}k5(/p;@u˽Q7-82Y>qw^M$)Fi=cQ꒥`YIBDf1z<ѣ%P'nUhcG?싙2Խw# Ƶ;lA&n|EȱL^ঢD@Cv[ٽo9ȑRmPM|OF{i;e&j-4^̱ܽu?JPZ٥|kv6/QPaN-'zW=~%̋P#Jd:7TyۖAXeKxXh\ekѡ?*tyڿ.zZ/C)gV'ӡu S[}F18,,]MhsrEl(ү@ErD RzτekV*o%kTBߤM+%҇{X'W%iV, Q97C9iI];oa:3~R42nЍM'Z!tÅDq{R`\,zڿf:{0jb4-ƻ-6wxk´d;.@ϭ /μH)p+3()pIз 5,5p}G@'~GҒ+D 0B n&&ifyht|om]-o ;qL6=_;4Xw/_fq@K%,O)SaFTj!GLdhieMKOԌS+qPA}';·i ]lI~[Ibq6qԝ?2Zfi"$(rϷZZʪp" ;Dgxp?{ 4e?%-8#V$c%co-Go_"޶a{̛`s볜Ho=nHktTK1qQtr-ȗ#fNJu5K扉4= 5)K?x 5uac l.\9٢BMcZM'(7dc ^˿3(p-$ lAzyn@5nx*c#lxG4PkDu?S‚`أqA_ƒ%w5{ZG\|{@cZ6?`t@1BhƳR6J=ŒȜgeNN#+7r8}Hyه3ZKR1Dcu2}LsR{= J.Hc?ߴ{{>bzZ5d>͚f۔+73!h(Q''{[E'`UF.MW&* J_Uck䍴QOdH$qv!ˁ~\ֈF@{ZK<Dor>_3$&e-L!w' $ h%XNB}u3l*hU^YnͭO>[y:dJ(kN##HAĄ̓8|Tݖp|*+)AUzXa+MWnHtrk{%:'/ FniN<.y#G˃=lȣi&xv2tF lU^ #TEV*Eaq!Y;uu]afT)3 oeO_Mpw=6?\0f@V9^A:.cx*Ps" =bɦ7'ƾ_[MX*!(w;cv)gY='$z=00wYrHsgF/߀.] =1Ae:< 4x #=*`FP (Y}϶S:6TR !wu@Z..̐IHf) uO3*t7p[INop˕m(N#t {r@+8@,~끑%,"B<>Gˍa#B~1g6B<{A^ ]m09Ub?VJyelDpALEW=/sIe^ӟf9BjVam]s\cL2 le{`0wt([$yg~=1a_n $h\71;`3j{AU#WZo۝׉#N+\..o^5 \ %7v򔆃CKq?3x$myŽ_:tWZLT~bW $`m!V#sG3>~‹5×st:#ًxЈoY-M Ǘd@+l<1c6j-eo.Ɔ˭ipao늏|$JrFD8Ҿ 4ԍ> DرL>C8x#=x=ci*~Q_O2* wJ;{V<q*GXhekh~hF&%S| tcظdbTdYȍׅ\Ӂs-#S>q B*.}qm}vQ1XrN4tft{oxHa9zhvZj+(}ƺ2ĎM1s6 HF7E} 'WajҲ>LʔlS[J ѩQ&ei7iYWuµ72}Uޝ'os!n﮾Y7X\)jA^^ԫ32!Ը' ˙ث dӶ=Z%?4 'KQ@.8oN(!>qrXCƙxoWEǷasw.HLULJ@&z/{#ZA$~ JcSͬK z7L$_-Y'd(;{M_%{apIu(Ru͎$ۖЇ#x̞ƶ!rm}Xml/L9X7*Ʈbx bQAT'mfk =H a^lMC!s,5$k_W+]Y6dٳrw͔Mpa ao-pWeJ  wDmFaN巔f 5E1v~,}Us t vMO9nLZf0?.Ǫ6\ UKSg܋wxݠ_wR:ƘfQw{(vƂxCt8W&0LS)ߙ1_>?Nw'Gb'+2(ѲiYL,U;G2.`cȒͼZnEL5gLt8%J̃W2X$kt;/F\QBwv?,}M`ͨv9ķƒ|. Lަɒ_ hh^Br7 I w|`UF{ĶN +gAUiryCybTq b4f5``K11VAfPf0jԃ]EJ.I|phm~R9%xX׊u{d&H l K ŹnX"ݵVuW/6hLO˳6*{SO@qeo8]_(3C5g?"PgYq$GYXd_~o+i UkrO#38߽hJTY.'׭|;!4cFdzg\}Tr<*KdMz!)B/̜j4JںsXGMOEڄ<_LK! 8Ė.4$EL9th@Ej˩5 4 >*Ā34my5LyڷR]FCMK( fe 1bL˟n@+摖^[w@֋F 󙭤0=,jkfG>j3i/mJtIf:]|OBD'Pks9 -pr^'qD@rX>Pv^aHFɚ%;[;Lͨ nĚ]7:_}0VRhNaL>釈K/õO!,!+YoL&U Ӭ`mץu}&j'sE$ A)R`P =ɼlS#o Wk|ƈxZב\xػ# WRzn'u$HvƮIh2pw pW7OM~:7+ǘ/Iw5"Px!:pk}=B8"_0 g3zueEϗ&% rOm9=˥6+8RO|Ap4ƻr wɞ ˺4x?a! A U,ύyr7l-}Wd*Pjjt߀8Hn8hwV$B'K#$#vz#0O?7;廧 \aw#P*a=.ןgU߹"OJ3M8$"@otL;^ QxOl;hVZr\ݫ悚 YURemBj7@?M ȏ V|eTnz3poFې!WiRfp"#k \L\H*h_H+BE#d\ hE%|H>N m" 6$c+Z]܇HWV.^;( jϺȦk.%ߩ/.=y뽩1p/!lYޘso?x1Qx6- =ۥ2?3# WقsȈ*± _$(? 'KK{`rn?AR| -OE}'@r*cp831Gۮ ۄ8!E~<n@\幦L5a䂬@/{m.m#["#_C7l{R1ksn9V hb nU_Ü9,HE LVl<4(jK n,MKpS9-+k#mS0DG6Iwp>4 艹p8?j=QgRA+J~)}:U<~i))5FlB a9\O6h1Dۿ_P܆^1ǘ)6_iAw=:Yw_N-P 팉P I?؃f!_rGDjHo`_}2eE7x>5i lF|%*$հzm[B|ԫ+(%ZA"+Q,~r1$c/([/A/\Zi:xd3Drpܲ<VCc86XV5k| N4C71>ó>Wi8v4‘DےUP4fu(KչW}߼.iLQ-|1bȜ / Aۺǫ;n:5ٖSJA*}%癜kiu/#2* iA&&GIp)|i9qg̈́2^@@!W,Xּ-䓳/o {@txe]PFU1=kӌfM)^0K͗ 6 OOz9xdk}fA&HNA'Z#p^s Ѳ2 V`a|J|ۓyj{<ۧ&9юnz{_x|i"b-|gEԊ8AQOOp哤PȹN*'\= 3|a]K TB@8;bE|2]'cWX /or!Zm8INW̺4 ա CQg,J<}@ ;SD0jXNiN1C+gbL,]iiHH7Kr3MN2(:1EXH=V;4"?\abŏJ,G*E,nGI/0& C)6{PѫP^L*%ԶGmNVJW)Eތ5)&!,[/пvVA](14K1,l\z9r/ޕHtt_&8%P(,WR;P ) Qi\t[ID0ްlQA31x2XI^8,lő>7N$*DDy8Ex7wPNq8K߸4 O5뭳'|S<[.vM˶cg|0 *ǴjӶBLeem R>?1m8 ^LtiVɘ%aVJ=ٕg| Stx.R'sA W cpЕZP.|kٌȂZ$TWD[f,m\[EuNpb~= H´Qݠ+J +C7?0H!;,T zWJYswORPvoڢR(=ޒ[;$p[D}!ӈ$ŕ*I)m |E#=Xqfq%b9eȃ C}-#aÀzLC3-UBiٺ+Cҥ3z)7ylII ѵrĔ&둊=dpzPD5)oZd@kj/-kri/Q(ةI,CMƠ.6vA0.k ֢DF^iClx`v=ñ_ Q͎"CT՘Rp^=^؉;U CttS? '/dAp* UPub V;t4MKo?BĴ);+[{*'0eɛdS 6TU׍nxHNh(iӼɊ9rOTa| vG)UtiAř|;z&Ѻ[%9& ;|BrK}SE(t+Դ+˲p1>ܿT4>BxfU.RD^")_m0)Zh#IF}DZ?hAtOl9Ys*#ksr3 jGiZ.vrMsZk JM8P:.Tb+80s8WvAZ״ͽѾ4Oj#۰H75xY2td)uwzɦZ0(6B4*,rʏ޶$vKY]$!]Vfr3$2bt׿lP#M\!s]3sav+{6sL*L If*DžqE^0?S^ښ6%fſtPVP;bQV[ nKBݍ?~C {£f'cx-Z($}h0xek_ZLW ]Lopw$hi1%fo;kS{|j,K'?6cO`aJ5R1Fo} N%Zbsɂ3Ol6Fyë́-KGړ/eN~pr P"8Jr#댣pmԕ9qD_7ZZҼ\*Ƃ"5'_Wt^&RW6\!5>@8#sf0P, Қv'B& ĒV!~A^ycS%ڦ^aT+TD#ӫh3{!e<3x:R2[&>ZkުmEŠ26TEUQPcCkҫŰSiEr2c}%wIVAlEu4[s<=Bpa~$:zh~廑Dc"|.#86oxJڹD,-z2];ٔ{WG.Ǩ!,!?`L!ghd|湡rk}%7ɻsDNxخL&rVSA uZ&d83S‘8$`1̾紅ەNd vi bbY'EO7'[TguE&ӈ~L"wh Ual&d$1} [,a xLгcN\I 07NJ$9qN*Mƫ! $ԕBH6 aP8qqj({wXNW+=>!hmU%n&H(\U-6pn((<̕kLYBxw9z)VRje$Dliv#+Q J=r6LQNK_; DeESG\|'@ׂ?T}nYQE2/O:s|Z+r=Y=^vlγ.ЫVqt;*t?{$X ^ gVCy$bD|q.8?РGR' (ЍpY2%RAyᄂ9Sj%əKIЫEɷ:"q5ot !)| KGe2d=ޣ,QGeVӁy\ 99sܜ^Bhn|/R15 VyOa*6w$}I!溉x}EϫYW.?! A<}sME;PP/2žM2|nZ~ol2 k,lǖh}%#C Kے,a*=E @,Aݛ!qmCC`^|~_ z05<{cat%HZ\1~I-/B^-|kb+̥&j/Vs=+4*Gu&R6X{Opnr1fHqX˟?HP9%;|Q$Q`  pU"EG#٧WAHhN귓Jx(ܱp]‘\8('EӇ)6~ 9}F:y(9Zsz+Vqh247pW[RvȯS+{{e,EapY$QO^Ө_`Z=Cy.#-bl"l6%_';f{C-:9ګ U\cS`8qZ~uM6O \v3NP8Yb%ydV*NΟ^viҞىEW]eЉ>!%Rn)>!&>: 7IyLG䭍"'!v"BH#p gL=2~x\v4Qc@|LXJi< x%+&;+5i >+ NI]:OH-SNsd)^3Gu2'OcgpճBͱ/kqv yU<4#~7WaI=К^`#\(6]\MU<:1)x$yb.h>}ʬ. ZvUD3/эunKx;h8ͅzхU!H]~Ng?^X H49wpRlMM 5ԓz`qF($ @>G73hT%-1[wLeP_.}K숥){%XKF1/rA1Gw\2" O V4u;| yGS{ u.GL 9s}|}n6Qσ7ڜ֔]wgQ6`3QHt;L9i0A=78XĒ2@YUOI90^~BD9T[u'Uĝ;1,|U] }ҕ޸?Hߪ%O,݅ߩ@Pw*ZgW• RX0XBgߑH$oN|o^Gz1vj!GH]ԀxP\MdtVTqR)O 1oS`h)xʠ#)ޓgi!cDa7Jfturl|.?[ ^; 3vpUFPG4BdJ?^Bi{G!ib#vZhmX?]=ȕtA5XQ{axx^f*L-6yffOcVZot?_r %d9m1C#Us}F!xWrlH=u*|4L(W9s/~$L5Hұy WԡE;Qչ1+`#b_9C) N4:ȌBL?wOГΑHTCzs(uZqfCa|zr2:²bD6Q.dtTlН-26d\[-> J< GDDeyZhsSʻáe Kz*jYz6@ =^/]/ˣ"o_qZ&\sROHrwFEV  3:[S}jQQ1Fq _s֒zOT{=& 0$n,saqZPn_?jGDž/JpvR R;}ЦD3PO6@2#pgt>Q?u p71JSQdP=4OC[^B n]^LIADqNPGNQ O*aus}#ŒiOg6%)SF. UA!4!m+>S ԭ<y׍Ȃ x+6 L/>0p܈P}/[CvHv '"}#??uw:yw;XXPQ`2:^jLQr}5B Y.=o𝷄c#W -K}*\?&A| Ltu!珕"ZޭP2:u~kMc8 ^/knKAi}&`c淕o4@{K2t ?RT8 ql ,_C Z[NmE^GP1! K"?x@|[rGDLq"r*U- byޱJYVTHCZ KMWfJ ?{>5a ԓA>B:4@EUU(UU]l CD@@ES1rbs! ұ6"œ. {ݘȏ/tӨ=Ze[Crb NADK@cQOKPA.kEg2fBMw-x2)91$ T֐Y\'ynֹ[*ĩJr]QHU+f[Oc`$,t3.8턗PQ|/=01 lK"c~u 7p+~