systemd-network-234-lp151.26.22.1 4>$  Ap_#⸋/=„YkOWҲSt`,p1Y?p>!" ABGNEET'y?NjգΦؔhMeV]4"S3 0 tTvk۸GnDc/MW,n*AP(WEYh$q*B$&24/*+_{E7+'!TbDh}x~|87dI`٦i8d3f277f99efb46170e1705effb1a955a44ec14a4ae50287173f3e3faabf4943eec1b9f72d479dd5c4237ab8e6ef592b165864b4Lt_#⸋/=„4k?PbfVXw͚v8K_DV~u8}pbsB;Xmk9Dd['44 C" c'a=dWmCF˺#mk[/r{߯aiL%ź!H(i95B o1~Đ}t]Tq!D]>2Mg =c~Sb)ʏC+n %o72v45}=̤V(߈7 b( >pFw?vd $ L  <BG 1S, \  t      "  " # #@ #|# #$d$&('8'm9,m:E m=n>n?n@nFnGn Ho, Io\ XohYo|\o ]o ^qbqcrdses"fs%ls'us8 vshwu xu yvzvvvvvCsystemd-network234lp151.26.22.1Systemd tools for networkd and resolvedSystemd tools to manage network settings using networkd and resolver tools for resolved_#ocloud128 openSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Basehttp://www.freedesktop.org/wiki/Software/systemdlinuxi586 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in systemd-networkd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in systemd-networkd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-systemd-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-systemd-update-$service-new-in-upgrade" fi done for service in systemd-networkd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in systemd-networkd-wait-online.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-systemd-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-systemd-update-$service-new-in-upgrade" fi done for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset systemd-networkd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in systemd-networkd.service ; do if [ ! -e "/run/rpm-systemd-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-systemd-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in systemd-networkd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset systemd-networkd-wait-online.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in systemd-networkd-wait-online.service ; do if [ ! -e "/run/rpm-systemd-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-systemd-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in systemd-networkd-wait-online.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable systemd-networkd-wait-online.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop systemd-networkd-wait-online.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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-networkd.service ) || : fi else # package uninstall for service in systemd-networkd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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-networkd-wait-online.service ) || : fi else # package uninstall for service in systemd-networkd-wait-online.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiD]OPEJ큤큤_#B_#K_#B_#B_#B_#C_#C_#B_#L_#L_#B_#De4b20aff44d0b3a7d64f4eb4fd7af6e7d6b2938673f8c612726ed01da28a4e56822de7c29aed00afd5160a977da723bfe41592eb5a978e4b7f5a02095600d541630593119a4d6e9925351e04656f96d8f5dcf64c78c1c3bf4e17d099ce3e7e57560e690489b2df9b664f1ea7cefd5e394aae929c6b9fcafa0ba7f8c3fbb9f06171dba9f953739170d99639e0eeba4c93da3832652561cab1531a3bbd03ea4598be10004f8d68aee5e3deed0e312683c5aec4dac3c785c936c1f1e50c6df94c16688fdbaad18cea04cbcd7637c2df1088ae22362ff01a26ae8f2ac8b8069e62ecaafab81f42c3c5bc694f92b4ed47818c29126b83b53c6be01b4c05e67815b42b85012c906be3bff3e5993bb71230f33ee1d94f33df1279918592ab5e1c52ce36b92b45b1181c65cbb781f66b5693d9767dc933032347a7a10057baf6e2a4810fa937b7c0bf89cfe89274cfd3785cc82b34bfcb77ff6224c5da5beac676ea42e63c00e1dde60c8738d25ade38d5e8d0ef16edc07852ca0fbbd2964094a750537crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsystemd-234-lp151.26.22.1.src.rpmconfig(systemd-network)systemd-networksystemd-network(x86-32)systemd:/usr/lib/systemd/systemd-networkdsystemd:/usr/lib/systemd/systemd-resolved @@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(systemd-network)ld-linux.so.2ld-linux.so.2(GLIBC_2.3)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.2)libsystemd-shared-234.sorpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdsystemd234-lp151.26.22.13.0.4-14.6.0-14.0-15.2-1234-lp151.26.22.14.14.1^^@@^^?@^@^@^r @^g@^`^`^`^`^K^J@^J@^9\^8 @^8 @]}@]@]@]X]@]@]]]m]c]@]\\g\@\@\}\B@\@\k\eX@\eX@\\\Z@\=@\73\5@\5@[[@[ٙ@[[@[[-[~[>@[0@[0@Z@Z@ZnZz@ZZZ@Z3@Z3@ZԐ@ZZZZ2@Z2@ZZ`@Zw@Z%ZZ@Z@Z@Z@Z@ZZ}@Z}@Z}@ZyZyZyZxG@ZxG@ZtRZtRZtRZtRZk@Zk@Zhu@Z]@ZX@ZWQZV@ZDZ7Z3@Z3@Z'Z@Z@Z@Z@Z@Z@Z@YY@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=@Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Andreas Herrmann Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Martin Vidner Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Michal Suchanek Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Lee, Chun-Yi Franck Bui Franck Bui 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.comfbui@suse.comfbui@suse.comfbui@suse.comjlee@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.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comrbrown@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.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.orgLed werner@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- Fix bsc#1173422 Add 0001-test-seccomp-add-log-messages-when-skipping-tests.patch Add 0002-test-seccomp-log-function-names.patch Add 0003-seccomp-shm-get-at-dt-now-have-their-own-numbers-eve.patch- 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.- Import commit dca9b964628d1527a25d633f7728fe979f422358 8c875b2d97 units: starting suspend.target should not fail when suspend is successful (#6678) (bsc#1172072) b7d5310937 core/mount: do not add Before=local-fs.target or remote-fs.target if nofail mount option is set 2a0e7062ff mount: let mount_add_extras() take care of remote-fs.target deps (bsc#1169488) 29c6b6b725 mount: set up local-fs.target/remote-fs.target deps in mount_add_default_dependencies() too 20a35f0bf0 udev: rename the persistent link for ATA devices (bsc#1164538) 7dea560956 shared/install: try harder to find enablement symlinks when disabling a unit (bsc#1157315) 5a660c1d53 tmpfiles: remove unnecessary assert (bsc#1171145) 2f86bc54bd test-engine: manager_free() was called too early cc5170fcef pid1: by default make user units inherit their umask from the user manager (bsc#1162698)- Split off networkd and resolved into separate subpackage "network" Although resolved is still not built by default.- Import commit ac52edce0f820ffefa5110b6fc4b03e35bf68d61 96a7639970 udev/net-id: Fix check for address to keep interface names stable (#8458) (bsc#1168076) ce5953a877 login: use free_and_replace() and TAKE_PTR() e5190b4b51 logind: remove manager_start_slice() cdeb8d1a48 logind: use free_and_replace in one spot 109aac4b67 logind: drop unnecessary braces 9194610e7e systemd-mount: don't check for non-normalized WHAT for network FS (bsc#1165011) 12b63cb73a systemd-mount: allow to specify an arbitrary string for arg_mount_what when vfs is used (bsc#1165011)- Import commit 7c246f16a6358516a586629091375ee5d45739ec 2205963ee2 manager: fix job mode when signalled to shutdown etc (bsc#1161262) e9b76da147 manager: remove fallback for user/exit.target fa4a1155e7 man: dbus method Manager.Exit() does not start exit.target dc0ec526f2 units: do not install rescue.target for alt-↑ e3ba383bf8 Add %j/%J unit specifiers- Replace 60-ssd-scheduler.rules with 60-io-scheduler.rules from TW This adds support for I/O scheduler selection with blk-mq (bsc#1165579, bsc#1164717).- Add 60-ssd-scheduler.rules This rules file which select the default IO scheduler for SSDs is being moved out from the git repo since this is not related to systemd or udev at all and is maintained by the kernel team.- Import commit 7e52d0c21a0c895d4f0ae2319f1eb4f2246147ba eedd149d6c core: coldplug possible nop_job (bsc#1139459) 09405f8eee Revert "udev: use 'deadline' IO scheduler for SSD disks" 57cab4a328 Fix typo in function name f846231c1a polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it (bsc#1162108 CVE-2020-1712) f799fd5371 sd-bus: introduce API for re-enqueuing incoming messages 8a0214f61d polkit: on async pk requests, re-validate action/details- Drop 0001-core-coldplug-possible-nop_job.patch It's been imported in SUSE/v234 branch.- Drop 0001-polkit-on-async-pk-requests-re-validate-action-detai.patch Drop 0002-sd-bus-introduce-API-for-re-enqueuing-incoming-messa.patch Drop 0003-polkit-when-authorizing-via-PK-let-s-re-resolve-call.patch They have been imported in SUSE/v234 branch.- Remove TasksMax limit for both user and system slices (jsc#SLE-10123)- Import commit 4695ebe0b91ec6a23ba9ea238e61a7348474fbc5 Backport support of dash-truncated dropins. The new mechanism is used (since v239) to configure TasksMax limit for user slices and therefore is used to replace UserTasksMax= option in logind.conf as it's more flexible. The old option is still supported thanks to a generator that creates a dash-truncated dropin at boot. It also warns about the use of the old option. This will hopefully allow us to remove the support of UserTasksMax option in the next major version of SLE. ec0bddf1f4 logind: keep backward compatibility with UserTasksMax= in logind.conf 7804fb95bd logind: move two functions to logind_core utility lib fb99d7bc4c login: fix typo in log message 15a8ffa5cc Use a dash-truncated drop-in for user-%j.slice configuration c5bf60565e man: document the new dash truncation drop-in directories 38fb5d11cb test: add test for prefix unit loading 7669c783e8 dropin: when looking for dropins for a unit, also look within "-" prefix unit dirs de1d19b8fb systemctl: fix indentation in output of "systemcl status" if there are multiple drop-in dirs 5da4984f6f unit-name: add new unit_name_build_from_type() helper 278643dc78 tests: skip tests when cg_pid_get_path fails (#7033) a77203d893 shared/dropin: improve error message- Import commit d2826c2ca2eab2b9f6fc08ff2010faafd4c1b9f9 Backport IP filtering feature (jsc#SLE-7743) e6b00a63dc main: when bumping RLIMIT_MEMLOCK, save the previous value to pass to children (bsc#1160595) b7b5a3ba5d main: introduce a define HIGH_RLIMIT_MEMLOCK similar to HIGH_RLIMIT_NOFILE 61d77e2bda def: add a "high" limit for RLIMIT_NOFILE 51a8b7fe9b core: bump mlock ulimit to 64Mb 4a53ff678c Move warning about unsupported BPF firewall right before the firewall would be created f26201d72c core: refactor bpf firewall support into a pseudo-controller 3c6af31da6 core: rename cgroup_queue → cgroup_realize_queue 12ac94d9d4 cgroup: improve cg_mask_to_string a bit, and add tests for it 6e049a2f46 unit: initialize bpf cgroup realization state properly cfbb2dfb1b cgroup: always invalidate "cpu" and "cpuacct" together 55a0d5a690 main: bump RLIMIT_MEMLOCK for the root user substantially 3c0ec7c460 bpf-firewall: always use log_unit_xyz() insteadof log_xyz() f8e7b8530a core: fix the check if CONFIG_CGROUP_BPF is on a3950086e4 tree-wide: avoid assignment of r just to use in a comparison 92ad831159 Fix three uses of bogus errno value in logs (and returned value in one case) 8f9b4436fa bpf: reset "extra" IP accounting counters when turning off IP accounting for a unit 4edd970f68 bpf: rework how we keep track and attach cgroup bpf programs b6152deaa1 bpf-program: make bpf_program_load_kernel() idempotent 49fa5c4f73 bpf: use BPF_F_ALLOW_MULTI flag if it is available 089bac557e bpf-program: optionally take fd of program to detach aed6959d28 bpf: beef up bpf detection, check if BPF_F_ALLOW_MULTI is supported c548f48cb2 bpf: add new bpf.h header copy from 4.15 kernel 54cc371347 bpf-firewall: fix warning text c08bb273ac ip-address-access: let's exit the loop after invalidating our entry a (#7803) 3dc5591f72 bpf-firewall: actually invoke BPF_PROG_ATTACH to check whether cgroup/bpf is available c5f34b169e cgroup: drop unused parameter from function b519973b49 core: only warn about BPF/cgroup missing once per runtime (#7319) cbeb2f95ac run: also show IP traffic accounting data on "systemd-run --wait" 3ff2299ccb core: improve dbus-cgroup error message 2f0c48782e bpf-firewall: properly handle kernels where BPF cgroup is disabled but TRIE maps are enabled (#7298) 867a8bf0d7 fix compile error on musl 8d3314daf3 bpf: set BPF_F_ALLOW_OVERRIDE when attaching a cgroup program if Delegate=yes is set c6a029bcc0 cgroup: refuse to return accounting data if accounting isn't turned on 33ef892f4b core: when coming back from reload/reexec, reapply all cgroup properties 4bb809e720 core: serialize/deserialize IP accounting across daemon reload/reexec ec63d2a10c core: when creating the socket fds for a socket unit, join socket's cgroup first 5efe9d8b24 socket-label: let's use IN_SET, so that we have to call socket_address_family() only once 35bf6b235f core: warn loudly if IP firewalling is configured but not in effect e62a2ae266 Add test for eBPF firewall code d936dbdb8c ip-address-access: minimize IP address lists df69bcd8d5 core: support IP firewalling to be configured for transient units c03104bf21 cgroup: dump the newly added IP settings in the cgroup context 693934ae53 man: document the new ip accounting and filting directives 7a7b7f97d8 systemctl: report accounted network traffic in "systemctl status" 3079fcd21c manager: hook up IP accounting defaults 44e2578544 cgroup, unit, fragment parser: make use of new firewall functions 61cff5ed0c Add firewall eBPF compiler 3fabe4de90 cgroup: add fields to accommodate eBPF related details 031f1b27f4 Add IP address address ACL representation and parser 7f9545d053 Add abstraction model for BPF programs d44583412a build-sys: add new kernel bpf.h drop-in 80842fbc20 in-addr-util: add new helper call in_addr_prefix_from_string_auto() f5909b1007 in-addr-util: prefix return parameters with ret_ 4de91e22b7 in-addr-util: be more systematic with naming our functions 877cc03ac4 tests: when running a manager object in a test, migrate to private cgroup subroot first (#6576)- Fix bsc#1162108 CVE-2020-1712 Add 0001-polkit-on-async-pk-requests-re-validate-action-detai.patch Add 0002-sd-bus-introduce-API-for-re-enqueuing-incoming-messa.patch Add 0003-polkit-when-authorizing-via-PK-let-s-re-resolve-call.patch- Use suse.pool.ntp.org server pool on SLE distros (jsc#SLE-7683)- Import commit 938b0a2f966d2606cbb20f4bcce7509995aaa7dc 1d7de5e8c2 libblkid: open device in nonblock mode. (bsc#1084671) 87d18b8209 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256) 277ab600b0 bus_open leak sd_event_source when udevadm trigger。 (bsc#1161436 CVE-2019-20386) 6558c318fc fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495 bsc#1159814) 0c6fb31abb fileio: initialize errno to zero before we do fread() 0baf4768d3 fileio: try to read one byte too much in read_full_stream() 3226d763f7 logind: consider "greeter" sessions suitable as "display" sessions of a user (bsc#1158485) 5aa70da60d logind: never elect a session that is stopping as display- Import commit be5eeb6c7d0bbb8147ff894227140d3d21639aeb 24fc1e1ff6 journal: include kmsg lines from the systemd process which exec()d us (#8078) b213992a3d udevd: don't use monitor after manager_exit() 28998ada7d udevd: capitalize log messages in on_sigchld() 6065eee5f8 udevd: merge conditions to decrease indentation d727a42d46 Revert "udevd: fix crash when workers time out after exit is signal caught" 0e6ff3b3d1 core: fragments of masked units ought not be considered for NeedDaemonReload (#7060) (bsc#1156482) 3523d5a0c8 udevd: fix crash when workers time out after exit is signal caught 787b2f859f udevd: wait for workers to finish when exiting (bsc#1106383)- Import commit 71778a1423b0f599ede9faa96d20add61d24db36 98c082a6ca shell-completion: systemctl: do not list template units in {re,}start 816d6111fc shell-completion: systemctl: pass current word to all list_unit* e8b40b6b10 bash-completion: systemctl: pass current partial unit to list-unit* (bsc#1155207) 7cdab60839 bash-completion: systemctl: use systemctl --no-pager 8844419dc8 bash-completion: also suggest template unit files 6f0e7ca3d1 bash-completion: systemctl: add missing options and verbs 4f4d2d4c1b bash-completion: use the first argument instead of the global variable (#6457) A bunch of commits which improves bash completion support. It only touches the shell completion and hence is pretty safe.- Import commit cff9adac2f06cc0876dc905d5642d271b69e755d 3f5a84b97c networkd: VXLan Make group and remote variable separate (bsc#1156213) 9c4571d6b2 networkd: vxlan require Remote= to be a non multicast address (#8117) (bsc#1156213) 7f1b579fc6 fs-util: let's avoid unnecessary strerror() 49e51f69b5 fs-util: introduce inotify_add_watch_and_warn() helper 454c094294 ask-password: improve log message when inotify limit is reached (bsc#1155574) 012115b8dd shared/install: failing with -ELOOP can be due to the use of an alias in install_error() (bsc#1151377) caa9e284af man: alias names can't be used with enable command (bsc#1151377)- No need to daemon-reexec at package installation time. During package installation PID1 is obviously not being run.- Add 0001-mount-swap-cryptsetup-introduce-an-option-to-prevent.patch (jsc#SLE-7689)- Add 0001-core-coldplug-possible-nop_job.patch This likely fixes bsc#1139459 but it's not been confirmed yet. That's the reason why it's been put in the quarantine area so we can mark this patch as a fix once it will be verified before merging it in our git repo. See https://github.com/systemd/systemd/pull/13124 for a reproducer and the fix. In any cases it fixes a real bug that could be easily reproduced and the fix verified.- Import commit 1b9a7a16f19285e04646b879a7ee932d677a13a6 (jsc#SLE-7687) 2833eac013 man: add a note about _netdev usage 61b562b76f units: replace remote-cryptsetup-pre.target with remote-fs-pre.target 3731059465 units: add [Install] section to remote-cryptsetup.target 06a3b90ac0 cryptsetup: ignore _netdev, since it is used in generator (#7282) 52ff0e4815 cryptsetup-generator: use remote-cryptsetup.target when _netdev is present (jsc#SLE-7687) 1fd79aece7 cryptsetup-generator: add a helper utility to create symlinks 850cfa58c9 units: add remote-cryptsetup.target and remote-cryptsetup-pre.target a17ff04b54 man: add an explicit description of _netdev to systemd.mount(5) 2cf21cc2af man: order fields alphabetically in crypttab(5) 166efe2295 man: make crypttab(5) a bit easier to read 2228e044f9 units: order cryptsetup-pre.target before cryptsetup.target 853d13eb3c Fix reporting of enabled-runtime units- Import commit 76231a9c1f76ab1e2b4b4a60a3333685f0c05793 801458cee2 sd-bus: deal with cookie overruns (bsc#1150595) 39d50c7395 rules: Add by-id symlinks for persistent memory (bsc#1140631)- Allow YaST to select Iranian (Persian, Farsi) keyboard layout (bsc#1092920)- Buildrequire polkit so /usr/share/polkit-1/rules.d subdir can be only owned by polkit (boo#1145023) Otherwise we need to own the directory (or rpmlink checking would complain that the dir has no owners) and make sure that the perms are in sync with the ones defined by polkit.- Import commit 097c4e66dc457e3406fbf914bcf1966da93dcbb9 76e278fe1f conf-parse: remove 4K line length limit (bsc#1137053) 8538cad002 udevd: change the default value of udev.children-max (again) (bsc#1107617) 2bb79d8bb5 meson: stop creating enablement symlinks in /etc during installation (sequel)- Fix build for Leap 15+- Make sure we don't ship any static enablement symlinks in /etc Those symlinks must only be created by the presets. There are no changes in practice since systemd/udev doesn't ship such symlinks in /etc but let's make sure no future changes will introduce new ones by mistake. It's been done in Factory since a while now.- Import commit 835729c9d137d8c79e575d61b0d1a1c67cc54e59 62bdc40549 units: turn on RestrictSUIDSGID= in most of our long-running daemons 276401ea84 seccomp: rework how the S[UG]ID filter is installed 4b616cb995 test-seccomp: fix compilation on arm64 5a07cdd48a core: fix build failure if seccomp is disabled 0512aa6ea8 core: imply NNP and SUID/SGID restriction for DynamicUser=yes service (bsc#1133506 bsc#1133509 CVE-2019-3843 CVE-2019-3844) d377ee5360 man: document the new RestrictSUIDSGID= setting afcbed619f man: note that `systemctl show` does not overridden value 89982813ca core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID= 0da1ea2aed test: add test case for restrict_suid_sgid() 898c724e6c seccomp: introduce seccomp_restrict_suid_sgid() for blocking chmod() for suid/sgid files 4b56b9e8d7 meson: stop creating enablement symlinks in /etc during installation d1ee97533e networkd: do not install the socket when networkd is not enabled 972d0a0bdf udevd: notify when max number value of children is reached only once per batch of events (bsc#1132400) 7dd4d8ff02 sd-bus: bump message queue size again (bsc#1132721)- systemd-coredump: generate a stack trace of all core dumps (jsc#SLE-5933) Stack traces are logged into the journal.- 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 reasons to disable these SUSE extra checks especially since the package still builds fine with them turned ON. So simply drop the line from the spec file.- Import commit ecb92848f361fa2b2baebb61a37d861213756ad0 fdafcf8151 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) a9793105c6 bus: fix memleak on invalid message a90e01ef50 logind: fix killing of scopes (bsc#1125604) a9c0babb8b namespace: make MountFlags=shared work again (bsc#1124122) 7a776a1518 man: document the new PrivateMounts= setting ae2abcb517 rules: load drivers only on "add" events (bsc#1126056) a50d2c6c33 Allocate temporary strings to hold dbus paths on the heap (bsc#1125352 CVE-2019-6454) a8d74361ff Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit. (bsc#1125352 CVE-2019-6454) 78a06c1a87 sysctl: Don't pass null directive argument to '%s' (bsc#1121563)- Drop sg.conf, it's been taking over by suse-module-tools See bsc#1036463 for details.- Do not automagically online memory on s390x (bsc#1127557) On s390 memory that is not online is typically 'reserve' memory that should be only activated by the system administrator. There is no way to detect reserve memory from information provided by the kernel so the state of the art is to not activate memory automagically if the platform is s390.- Drop 0001-systemd-PID1-crash-with-specially-crafted-D-Bus-mess.patch Its upstream counterparts have been imported in SUSE/v234- Add 0001-systemd-PID1-crash-with-specially-crafted-D-Bus-mess.patch (bsc#1125352 CVE-2019-6454)- Import commit 98de7a2368c96c3914bca239b35d5b1de6bffcc2 434d2010d0 sd-bus: if we receive an invalid dbus message, ignore and proceeed 0cbdb75339 automount: don't pass non-blocking pipe to kernel.- Import commit 7902374f4046d3515973c2292fe764967cfc2309 b808bd8f67 units: make sure initrd-cleanup.service terminates before switching to rootfs (bsc#1123333) 58a5ac4cca logind: fix bad error propagation fb118b996e login: log session state "closing" (as well as New/Removed) e0065eec98 logind: fix borked r check 4a978123cd login: don't remove all devices from PID1 when only one was removed c7af85fa55 login: we only allow opening character devices d21d3f32d1 login: correct comment in session_device_free() a5c15fde73 login: remember that fds received from PID1 need to be removed eventually 12ed3e765a login: fix FDNAME in call to sd_pid_notify_with_fds() d16ea1c77a logind: fd 0 is a valid fd 06546129b3 logind: rework sd_eviocrevoke() 5b40830fcb logind: check file is device node before using .st_rdev 5d69862a26 logind: use the new FDSTOREREMOVE=1 sd_notify() message (bsc#1124153) 6b10a71597 core: add a new sd_notify() message for removing fds from the FD store again 767e6baa0e logind: make sure we don't trip up on half-initialized session devices (bsc#1123727) 95828c00c4 fd-util: accept that kcmp might fail with EPERM/EACCES c1448fc331 core: Fix use after free case in load_from_path() (bsc#1121563)- Import commit 72e2d92e01b6e4686e6ac0b9cea391eb2ad4bc02 fc4e41ca9e core: include Found state in device dumps 8f795776b1 device: fix serialization and deserialization of DeviceFound 2af4971594 fix path in btrfs rule (#6844) f8ac04cffb assemble multidevice btrfs volumes without external tools (#6607) (bsc#1117025) c96249b50c Update systemd-system.conf.xml (bsc#1122000) 37245007a7 units: inform user that the default target is started after exiting from rescue or emergency mode- Import commit 9874ecb0457fd43cdde01085a878acdf2fa5af36 96313ee86a pull: initialize libgcrypt before calling any functions provided by libgcrypt 08870024dc hwdb: remove stray 'i' in hwdb match string for the HP Spectre (#9571) f09d3f3648 cryptsetup: Add dependency on loopback setup to generated units 3dfe6375a9 journal-gateway: use localStorage["cursor"] only when it has valid value 44af6bc697 journal-gateway: explicitly declare local variables a780ac41ce analyze: actually select longest activated-time of services f57d448ff8 sd-bus: fix implicit downcast of bitfield reported by LGTM 02e8443486 install: fix error handling in is_symlink_with_known_name() 5d4d445912 resolve: fix return value type of dns_answer_has_dname_for_cname() 4bfb5d31d5 resolve: dns_scope_network_good() does not returns negative errno c7028bd00a core: free lines after reading them (bsc#1123892) 63b4e1c44b pam_systemd: reword message about not creating a session (boo#1111498) 7811bf8e80 pam_systemd: suppress LOG_DEBUG log messages if debugging is off (boo#1111498)- Import commit b3fe3bed57dbf0a8c280caa4b45323e689f683e2 e3666c6e3e journal-remote: set a limit on the number of fields in a message (CVE-2018-16865 bsc#1120323) a6d9216e7a journal-remote: verify entry length from header 6d319eb61e journald: set a limit on the number of fields (1k) (CVE-2018-16865 bsc#1120323) f9c666991a coredump: fix message when we fail to save a journald coredump 2ad2d953c7 journald: do not store the iovec entry for process commandline on stack (bsc#1120323 CVE-2018-16864) 10f19f0bbf journald: remove unnecessary {} eec4fdb05c coredump: remove duplicate MESSAGE= prefix from message- Import commit 8f7529bfb001e99ebaab8f50d611ab750b96917d (CVE-2018-6954 bsc#1080919) 61043b6fd3 Add macro for checking if some flags are set c15f0a33a2 test: Run qemu/nspawn tests with "set -e" 2c818c539a test: Factorize common integration test functions (#6540) aa07d4eef4 test: Write state and log files into $BUILD_DIR 0207cea661 tmpfiles: fold five lines into two 9b622de3ad tmpfiles: "e" takes globs 2f1f321b26 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 32bc657d2b tmpfiles: use fd_get_path() even less excessively c0a4ee798f test: make TEST-22 easier to debug, by outputting to /dev/console 4e6c4d3147 test: don't use "nobody:nogroup" for tests 1c22e03b53 tmpfiles: return correct error variable after fd_reopen() 3147f8b81b tmpfiles: reindent one comment less weirdly 52c5e3dcce tmpfiles: use correct error variable 34395ac640 tmpfiles: clarify that we ignore file attribute setting errors 2e68b99078 tmpfiles: add log message where we previously failed silently 4b4025ebf4 tmpfiles: use fd_get_path() less excessively f004d24b2a tmpfiles: add more tests a516490b24 test: don't send image building output to /dev/null (#8886) d827068b53 tmpfiles: don't follow unsafe transitions in path_set_*() f38c092871 fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks() 0fd2349ec9 tmpfiles: make create_fifo() safe 0c40e5f0fd fs-util: introduce mkfifoat_atomic() helper cfaa792ef9 fileio: make tempfn_random_child() accept empty string as path 842dcb66f7 tmpfiles: introduce create_fifo() 37aac5922d tmpfiles: introduce empty_directory() a3ee4deb69 tmpfiles: introduce create_directory() and create_subvolume() and make them safe c46af42ca2 basic/stat-util: introduce is_dir_fd() 15c9a82bce btrfs-util: unfuck tmpfiles' subvol creation 56728ebf2c btrfs-util: introduce btrfs_subvol_make_fd() 6c125e3be7 basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers 18fe67c959 selinux: introduce mac_selinux_create_file_prepare_at() 1b711db4b6 path-util: introduce new safe_getcwd() wrapper d770b8db30 smack: introduce mac_smack_fix_at() 0ffb1013bc smack: make mac_smack_fix() deal somewhat sensible with non-absolute paths 55e7a0cd2a Fix compilation w/o smack (#8593) 84e8ac537b label: rework label_fix() implementations (#8583) 3686673f0a tmpfiles: introduce create_directory_or_subvolume() 1a2573fadf tmpfiles: make create_device() safe 5c9a660957 tmpfiles: introduce create_device() c177df34c8 tmpfiles: make copy_files() safe 06a5290c63 tmpfiles: introduce copy_files() routine 6d641c23a8 tmpfiles: make write_one_file() safe 1782e90f3d tmpfiles: make truncate_file() safe 5101dfbff7 tmpfiles: introduce truncate_file() which deals with 'F' exclusively 1886d7636f tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively c7f0d990b5 tmpfiles: make the stat struct parameter in fd_set_*() optional 04ce630755 tmpfiles: stat file in item_do() rather than in its callers 04883c43b7 tmpfiles: set only default acls to folders #9545 (#9599) e6720dda59 tree-wide: some O_NDELAY → O_NONBLOCK fixes 8f2444bccd tmpfiles: fix up and complain paths referring to /var/run (instead of /run) automatically 92cafeb3ab tmpfiles: 'e' is supposed to accept shell-style globs 0ad95b0f9a tmpfiles: 'e' is supposed to operate on directory only a1ba1e298b fs-util: introduce fchmod_opath() 6774858c3e tmpfiles: remove spurious curly braces in create_item() ff7b2a2149 tmpfiles: create parent directories if they are missing for more line types 4d225f603f fd-util: introduce fd_reopen() helper for reopening an fd bcec6544d6 test: add tests for systemd-tmpfiles 281d06a8fa tmpfiles: don't resolve pathnames when traversing recursively through directory trees 69a3a957d4 tmpfiles: fstat() works with fd opened with O_PATH since Linux 3.6 5e2146a435 tmpfiles: make hardlink_vulnerable() argument constant f871a58fe7 tmpfiles: make "f" lines behaviour match what the documentation says 3583d83776 tmpfiles: shortcut path_set_perms() if there's nothing to do 465416b058 tmpfiles: fix check for figuring out whether to call chmod() baf3ea541c tmpfiles: avoid using wrong type for strlen() result a8d6590e17 basic/fs-util: remove logically dead code 3768f894ed fs-util: add new CHASE_STEP flag to chase_symlinks() cd09a3129d macro: introduce new TAKE_FD() macro 0feee55455 macro: introduce TAKE_PTR() macro 58987f02cb fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH) 662fe953fb fs-util: chase_symlinks(): support empty root accfcc9d5c fs-util: refuse taking a relative path to chase if "root" is specified and CHASE_PREFIX_ROOT is set 6caab72812 fs-util: extra chase_symlink() safety check on "path" parameter 996c2c2fa6 fs-util: extra safety checks on chase_symlinks() root parameter 1252ee00da fs-util: remove comment about non-existing function b42e2bb5f9 nspawn: make sure we don't leak the fd in chase_symlinks_and_update 41fff37ee3 fs-util: add new chase_symlinks() flag CHASE_OPEN 67f388cc93 user-util: add UID_NOBODY defines that resolve to (uid_t) 65534 4b036c36a1 fs-util: use _cleanup_close_ attribute 0390eb2077 fs-util: chase_symlinks(): prevent double free 4c495215e3 fs-util: add new CHASE_SAFE flag to chase_symlinks() 9242f48c29 fs-util: chase_symlinks(): remove unnecessary slash at the head 17ae72b9b0 Move mkdir_label() to mkdir-label.c 581192d868 Move selinux-related stuff from btrfs-util.c to label.c 008a35deb6 Add mkdir_errno_wrapper() and use instead of mkdir() in various places fa77d89b43 mkdir: introduce follow_symlink flag to mkdir_safe{,_label}() b8c314823d mkdir: chmod_and_chown() returns errors as "return -errno", not in errno itself e9231b19eb tmpfiles: check if not too many symbolic links. (#7423) 48a7365e7f tmpfiles: with "e" don't attempt to set permissions when file doesn't exist (#6682) ad2c7f6a04 basic/macros: add STRLEN() to get length of string literal as constant expression- Import commit c7f08cbe22b95d97a0eea4832991c8390cc86866 c152c950d4 vconsole-setup: fonts copy will fail if the current terminal is in graphical mode (bsc#1114933) 827dc868bd 6647 - use path_startswith("/dev") in cryptsetup (#6732) (bsc#1119971) 5d1e170e05 logind: stop managing VT switches if no sessions are registered on that VT (bsc#1101591) 07fc858f25 terminal-util: introduce vt_release() helper eee33c6e5d terminal-util: introduce vt_restore() helper a133c368a4 terminal: unify code for resetting kbd utf8 mode a bit (#6692) 2a487a79ea terminal reset should honour default_utf8 kernel setting (#6606) a33d12fd73 logind: make session_restore_vt() static ef799fb7ec udev/net-id: check all snprintf return values 46343b3248 core: don't include libmount.h in a header file (#8580) 2763be9d36 udev: downgrade message when we fail to set inotify watch up (bsc#1005023) f66ba2d179 namespace: always use a root directory when setting up namespace (bsc#1045723) 98d173e12e core: ReadWritePaths= and friends assume '+' prefix when BindPaths= or freinds are set 5d581cee2f namespace: properly handle bind mounts from the host 7b0b2e418b namespace: create /dev, /proc, /sys when needed 84736215a4 coredump: only install coredump.conf when ENABLED_COREDUMP=true- 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.- udev: ignore the exit code of systemd-detect-virt for memory hot-add (bsc#1076696) In 80-hotplug-cpu-mem.rules on SLE12-SP3, there have a memory hot-add rule uses systemd-detect-virt to detect non-zvm environment. The systemd-detect-virt returns exit failure code when it detected _none_ state. The exit failure code causes that the hot-add memory block can not be set to online. See: https://www.spinics.net/lists/systemd-devel/msg00341.html- Import commit ceefdbf8afbc95dc2728999ce0cd7493411357e4 43b790123 dhcp6: make sure we have enough space for the DHCP6 option header (bsc#1113632 CVE-2018-15688) 96eba195c dhcp6: split assert_return() to be more debuggable when hit 38c94b4bf core: skip unit deserialization and move to the next one when unit_deserialize() fails ef058a4f9 core: when deserializing state always use read_line(…, LONG_LINE_MAX, …) (bsc#1113665 CVE-2018-15686) 5581cd610 core: properly handle deserialization of unknown unit types (#6476) e2933aa92 core: don't create Requires for workdir if "missing ok" (bsc#1113083) 794443b1c logind: use manager_get_user_by_pid() where appropriate 986d63b00 logind: rework manager_get_{user|session}_by_pid() a bit 83d0f831e login: fix user@.service case, so we don't allow nested sessions (#8051) (bsc#1112024) f2a73744c core: be more defensive if we can't determine per-connection socket peer (#7329) fc9172ff8 core: introduce systemd.early_core_pattern= kernel cmdline option cd2ed8f59 core: add missing 'continue' statement c6c6cc19c core/mount: fstype may be NULL 1da4c5dd4 journald: don't ship systemd-journald-audit.socket (bsc#1109252) 7bb6768b3 core: make "tmpfs" dependencies on swapfs a "default" dep, not an "implicit" (bsc#1110445) 5aa2ccd69 mount: make sure we unmount tmpfs mounts before we deactivate swaps (#7076) 57cc22fef detect-virt: do not try to read all of /proc/cpuinfo (bsc#1109197) 3c4503ec6 emergency: make sure console password agents don't interfere with the emergency shell 7a1eb19d7 man: document that 'nofail' also has an effect on ordering e0326fc41 journald: take leading spaces into account in syslog_parse_identifier a09b1acab journal: do not remove multiple spaces after identifier in syslog message e7a85abe6 syslog: fix segfault in syslog_parse_priority() 6d66aca0f journal: fix syslog_parse_identifier() be15909f3 install: drop left-over debug message (#6913)- 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.- Import commit 5da416950ebe9c4d834ffb8382b0dcaee1941aa8 9d0d3c2bb tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753) 828198433 socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBUF fails (bsc#991901) 043f75c0d user@.service: don't kill user manager at runlevel switch (bsc#1091677) 21eae45f7 units: make sure user@.service runs with dbus still up 27f607ce7 fix race between daemon-reload and other commands (v234) (bsc#1105031) 83126307c nspawn: always use mode 555 for /sys (bsc#1107640) 8a77eed0a cryptsetup: do not define arg_sector_size if libgcrypt is v1.x (#9990) 7ebb0643c cryptsetup: add support for sector-size= option (#9936) (fate#325697)- Enable or disable machines.target according to the presets (bsc#1107941) Enable or disable machines.target according to the distro's presets.- Import commit f26a4b03baf10f479951bdffa0f70eff6b5451c1 5af898dfe core/service: rework the hold-off time over message a4aa80162 systemctl: load unit if needed in "systemctl is-active" (bsc#1102908) 72f8ae153 core: don't freeze OnCalendar= timer units when the clock goes back a lot (bsc#1090944) ed49f225e man: SystemMaxUse= clarification in journald.conf(5) (bnc#1101040) c47c1fd5e core: in --user mode, report READY=1 as soon as basic.target is reached (#7102) ee9d1567c sd-bus: extend D-Bus authentication timeout considerably (#6813)- Add 0002-udev-optionally-disable-the-generation-of-the-partla.patch (bsc#1089761) This patch adds "udev.no-partlabel-links" kernel command-line option that can be used to disable the generation of the by-partlabel symlinks regardless of the name used. This might be useful to prevent the generation of such symlinks on big setups where it could have a bad impact on the performance of the boot process. This will allow user to workaround bsc#1089761 whatever the partlabel used for disks (previous patch was only dealing with "primary" and "logical" names). DISCLAIMER: this new option must be used to workaround the previous bug *only* as it will be dropped as soon as the udev perf issue will be addressed.- Import commit 2bf8d0f79760dd75bc221f9e91d294e4957e6c95 181ae456a udev: use MAC address match only for ibmveth/ibmvnic/mlx4 (bsc#1095096) 5a1aa8454 compat-rules: generate more compat by-id symlinks for NVMe devices (bsc#1095096)- Import commit 455f9b8841be896cb9a46a76f441a68a54187b29 be5d72795 systemctl: mask always reports the same unit names when different unknown units are passed (bsc#1095973) d484e8167 systemctl: check existence of all units, not just the first one b33745be7 scsi_id: Fixup prefix for pre-SPC inquiry reply (bsc#1039099) f141e98a0 device: make sure to always retroactively start device dependencies (take #2) (bsc#1088052) cc7cfdc06 locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files c10206dad Fix pattern to detect distribution 7b8f97e93 basic/macros: rename noreturn into _noreturn_ (#8456) f4836f05a install: "user" and "global" scopes are equivalent for user presets (boo#1093851) 8f3fb5638 install: search preset files in /run (#7715) e871d6192 install: consider globally enabled units as "enabled" for the user (bsc#1093851) a25169127 install: consider non-Alias=/non-DefaultInstance= symlinks as "indirect" enablement c4635e551 install: only consider names in Alias= as "enabling" 1b78301a5 install: move and rename to lowercase two functions e79156aee udev: whitelist mlx4_core locally-administered MAC addresses in the persistent rule generator (bsc#1083158) 6c565351b man: updated systemd-analyze blame description for service-units with Type=simple (#8834) (bsc#1091265) 380e80633 fileio.c: fix incorrect mtime 0ae375c66 fileio: support writing atomic files with timestamp- 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 d5dfab21f033c8af518e169a4cc79365a26974e2 e79156aee udev: whitelist mlx4_core locally-administered MAC addresses in the persistent rule generator (bsc#1083158)- Disable user services by default (bsc#1090785)- Add 0001-udev-don-t-create-by-partlabel-primary-and-.-logical.patch (bsc#1089761)- Make sure /etc/machine-id has correct permissions (boo#1092269) This should be only needed for those who keep a Beta/RC installations.- Move 80-container-v[ez].network in systemd-container sub-package - Move 80-container-host0.network from udev to systemd- Import commit d5dfab21f033c8af518e169a4cc79365a26974e2 92bf37b0a device: skip deserialization of device units when udevd is not running 0a8984996 device: make sure to always retroactively start device dependencies (bsc#1088052) 88df88129 cryptsetup-generator: do not bind to the decrypted device unit (#6538) (bsc#1089693)- 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.- Import commit 9c35953dd19e90e4bfb03ad41380f3a5f9ae3ce7 a374ad328 Drop busname unit type (bsc#1089376) 85a01da56 shared/dissect-image: adapt to LUKS2 format a0ac1823c dissect: add a bit of debug logging if dm-crypt fails on us 386ae68a0 cryptsetup: support LUKS2 on-disk format (bsc#1083571) 5f3b66fdb systemd-udevd: limit children-max by available memory (#8668) (bsc#1086785 bsc#1066422) 54833e3ab tmpfiles: fix directory removal with force symlink (#8619) 04ef8e535 rules: fix syntax inconsistency in 75-persistent-net-generator.rules spotted by rule syntax checker- Drop dangling symlinks when systemd-container is not installed (bsc#1089376) - /usr/lib/systemd/system/remote-fs.target.wants/var-lib-machines.mount symlink is now part of systemd-container. - Dangling org.freedesktop.*.busname symlinks have been dropped completely and the support of busname has been removed from the git repo since it was dead code (kdbus was rejected).- systemd: add offline environmental condition to 80-acpi-container-hotplug.rules (bsc#1082485) Add the offline event environmental condition to restrict the rule that is can only be triggered when the change event is received with the "offline" environmental data. The 27664c581 "ACPI / scan: Send change uevent with offine environmental data" kernel patch changed the corresponding code in kernel. This change prevents the udev rules for acpi container be triggered by "udevadm trigger" from user space.- Split systemd-coredump sub-package off (bsc#1083849)- Rename the tarball to reflect the exact version used (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").- Import commit b83c42d5d91a5ace2b4aa7420e83c98292e6f9e3 a59988ee5 sysusers: make sure to reset errno before calling fget*ent() 98ddbf6b3 sysusers: also add support for NIS entries in /etc/shadow 586c08f63 sysusers: do not append entries after the NIS ones (bsc#1085062 bsc#1045092) 3993df26a compat-rules: fix error detected by the rule syntax checker- 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.- Create systemd-container-mini package 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.- Split systemd-container sub-package off (fate#325469) This split off has been in Factory/TW since a couple of weeks now without any reported problems and I think it makes also sense to have it in SLE.- Import commit 6efb938f152b60c905b8496980697400b13e02a7 06d5d0701 rules: maintain 80-hotplug-cpu-mem.rules in the package 01db63eeb rule-syntax-check: allow commas inside quoted strings 8247f6155 rule-syntax-check: add support for escaped double quotes a6354c05b rule-syntax-check: values can contain escaped double quotes 5c8d9a358 rule-syntax-check: PROGRAM is not supposed to get value assigned 88174ae85 compat-rules: fix syntax errors spotted by test/rule-syntax-check.py f4f94ab2e meson: install rules/80-hotplug-cpu-mem.rules 2901aa9b9 meson: install rules/60-ssd-scheduler.rules db1d8eacd compat-rules: make path_id_compat build with meson- Fix hotplug memory in 80-hotplug-cpu-mem.rules Drop broken script udev-remount-tmpfs. When new memory was hotplugged, the rule was supposed to call the 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... The logic is now embedded in the rule file.- 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.- Add dmi conditions to 80-acpi-container-hotplug.rules (bsc#1078358, bsc#1081170, bsc#1075743) Patch sent by Lee, Chun-Yi to @systemd-maintainers. http://mailman.suse.de/mailman/private/systemd-maintainers/2018-February/032177.html Commit message: Add dmi/id conditions to 80-acpi-container-hotplug.rules to restrict the rule that it can only be triggered on Huawei Kunlun 9008, 9016 and 9032 machines. (bsc#1078358, bsc#1081170, bsc#1075743)- Re-enable systemd-firstboot It's used by the installer and also by JeOS.- Import commit 0987985db5a5797db8dc708e67166d329fa74858 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" 2a181fc6f insserv-generator: make it build with meson 7b0401da4 build-sys: don't build networkctl if networkd is disabled 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)- Disable systemd-firstboot I don't think there's any use case for it currently.- Drop unused code dealing with tmp.mount Commit "Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224)" forgot to delete this chunk of code which is no more needed.- Make systemd-timesyncd use the openSUSE NTP servers by default Previously systemd-timesyncd used the Google Public NTP servers time{1..4}.google.com- Drop 0001-Revert-locale-setup-handle-locale-at-boot-time-well.patch 0002-Revert-vconsole-setup-add-SUSE-specific-settings-for.patch These 2 patches have been merged in branch "SUSE/v234"- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224) 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. To support the update path we automatically create the symlink if tmp.mount in use is located in /usr/lib.- Enable systemd-networkd on Leap distros only (bsc#1071311)- Don't build seccomp support in the mini package- 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 d5a5df298ccf490eb1da5cd671922dcda5ec17e1 531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't symlink""- Import commit fd4e9389d87901c420a5a05dd016a002bc9e85b2 7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't symlink" 23ce1207a meson.build: make docdir configurable (#8068)- Import commit 08eebc34ac22b2175321f3a8814ed0aca3bc88bb 07c6ee3eb compat-rules: get rid of scsi_id when generating compat symlinks for NVMe devices (bsc#1051465)- Drop 0001-compat-rules-get-rid-of-scsi_id-when-generating-comp.patch It's been merged in branch "compats/udev-compat-symlinks" which was merged in branch "SLE15" in its turn.- Import commit b4e4c090b2238e80f4d82b11739bc428d3f0e00f 37da1facb core: disable session keyring per system sevice entirely for now (bnc#1045886) 8a1ae0449 strv: fix buffer size calculation in strv_join_quoted() 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- Drop 0001-core-disable-session-keyring-per-system-sevice-entir.patch It's been merged in branch "SUSE/v234".- Import commit b8dab767c4df0fba4766f1e2b9977a2cd329b20e 3d60486f7 core/timer: Prevent timer looping when unit cannot start (bsc#1068588) 54c0add7c logind: store a timestamp when the ACPI power button is pressed (bsc#981830 bsc#888612 bsc#1072933) 460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" (fate#323393)- Drop 0001-Revert-handle-SYSTEMCTL_OPTIONS-environment-variable.patch The patch has been merged in SUSE/v234 since its counterpart in YaST has been accepted in Factory and SLE15.- Drop 0001-logind-store-a-timestamp-when-the-ACPI-power-button-.patch The patch has been verified on Beta5 and hence has been merged in "SLE15" branch.- Import commit c2ed2c6dc3aed4b3c22cfcd4b8fd28da01f6471e 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)- 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 290129a57006338211f8c139a52402cb1ccebbf7 1148d99f6 tmpfiles: consider /etc uninitialized also when /etc/machine-id is present but empty (#7849) (bsc#1075179) 3a95f69bf tmpfiles: downgrade warning about duplicate line- Import commit e1f3d0784798d2a31e7492a26ce660fda2b0ddb8 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- Add 0001-Revert-handle-SYSTEMCTL_OPTIONS-environment-variable.patch Patch has been quarantined. The only user of SYSTEMCTL_OPTIONS was yast2-installation and its usage has been removed in SLE15 (the changes are still pending for Factory).- Import commit d4267fb7c1c6718015309275d303e652155705f8 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 (bsc#1069239) c9194fe37 seccomp: arm64 does not have mmap2 (bsc#1069239) 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 backported from Factory- Add (back) 0001-logind-store-a-timestamp-when-the-ACPI-power-button-.patch (bsc#1072933) Patch added in the quarantine area. Once tested it could be moved to the SLE15 branch.- Stop importing i18n settings from /etc/sysconfig (fate#319454) Add the 2 following patches in the quarantine area: 0001-Revert-locale-setup-handle-locale-at-boot-time-well.patch 0002-Revert-vconsole-setup-add-SUSE-specific-settings-for.patch- Import commit 00dc7ae09282e074a16b37a7329296371cb9efda 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- Add 80-acpi-container-hotplug.rules (bsc#1040800) A "temporary" rule file that is maintained by the kernel team until a proper solution is found in the kernel. It doesn't belong to udev normally but for convenience purpose we welcome this homeless rule.- Remove requires for pwdutils, we don't need the shadow tools anymore [bsc#1069150]- Drop 0001-systemd-firstboot-add-vconsole-keymap-support.patch It's not needed since it's been merged in the git repo (see commit 86804326f).- Import commit 79ede6be5b01b6031637e3ac95248a9bf392ce7c 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) 86804326f systemd-firstboot: add vconsole keymap support (#7035) (bsc#1046436) - 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.- Fork Factory and create a dedicated project for SLE15. It will contain all SLE15 dedicated bits: - forward port all SLE dedicated patches - merge compats/persistent-nic-names (bsc#1061883) - update with compats/udev-compat-symlinks - update with SUSE/v234 - disble networkd, resolved, journal-remote - Import commit 0053b83a1d913954f0d2eb22bb2a0df2ef252e19 9b64225e9 (origin/SUSE/v234, SUSE/v234) resolved: fix loop on packets with pseudo dns types (bsc#1065276 CVE-2017-15908) 261a4ef38 (origin/compats/udev-compat-symlinks, compats/udev-compat-symlinks) compat-rules: generate compat by-id symlinks with 'nvme' prefix missing (bsc#1063249) 9707249bc udev: add option to generate old 'buggy' SCSI serials 52cf64d2b journald: turn ForwardToSyslog= on by default (bsc#1065301) e2f3cf5f2 logind: disable RemoveIPC by default 7a2a3b134 (origin/compats/persistent-nic-names, compats/persistent-nic-names) udev: add a persistent rule for ibmvnic devices 74b2d3b88 udev: disable predictable network interface names by default ef9f437a0 udev: Revert the use of -DNET_IFNAME=1 to use persistent name by default e61a078ed udev: move persistent net rule generator to SCRIPTS 9c95cc9ac udev: rework KVM persistent rules generatior (again) 760a6f70d udev: fix persistent netrule generator for KVM 9d173534c udev: better checks in write_net_rules() in persistent net rule generator 5540a0b7c udev: fix duplicated rules with layer3 interfaces in persistent net rule generator d87359c59 udev: re-enable dev_id conditionally in persistent net rule generator 5a0c34683 udev: disable usage of dev_id in persistent net rule generator 73fa44a85 udev: re-add persistent net rule generator a7d25354d Revert "udev: network device renaming - immediately give up if the target name isn't available"- 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/shcloud128 1596184175 234-lp151.26.22.1234-lp151.26.22.1234-lp151.26.22.1org.freedesktop.network1.confnetworkctl80-container-host0.network80-container-ve.network80-container-vz.networksystemd-networkd-wait-online.servicesystemd-networkd.servicesystemd-networkd.socketsystemd-networkdsystemd-networkd-wait-onlineorg.freedesktop.network1.service60-systemd-networkd.rules/etc/dbus-1/system.d//usr/bin//usr/lib/systemd/network//usr/lib/systemd/system//usr/lib/systemd//usr/lib/systemd//usr/share/dbus-1/system-services//usr/share/polkit-1/rules.d/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:13580/openSUSE_Leap_15.1_Update/a17c3046b3ec5f83fc33b1ac28ef0fb4-systemd.openSUSE_Leap_15.1_Updatecpioxz5i586-suse-linuxXML 1.0 document, ASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=f42e7799c66d3b66c5f1531ae2a21303c63cd5a5, for GNU/Linux 3.2.0, strippedASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=b68dde6424a3afcd8b9d052b959376d090ced5d0, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=4d22a9df11f196212fc20bd5e2d43a062a3c7d2e, for GNU/Linux 3.2.0, stripped  RR R RR R RRRRRRRR R R RR R RRRRRR R R RRRR직̑C.ؔh_utf-8efebf247c8e866fdcdf746457b5b0382675cb7b12c663f0be1132092bb9c821d?7zXZ !t/<] crv(vX0揸< k̡ $74Hb@bKXXSo+W՟=y >4g$>8L,$D7S> , ʖgד-6 2aH5sgt("6-d h0 &nۦIlAjgIx'dN)x0ثIV0v_pHȟfS Ƈ.$=U#6x&||FEuOY?gEމF[O 1\x(~}fǓxjg/;Mx;\=}d*#髻WM.'2~!AC2'>Cx X1'ʞp1gcs鷖P){dK-sGLF6MqP$3tZKbS@bu(%P^1ףH(ànҰ雽Ua-_J &C^V< 'd[L".˒y'T)QU?f@N֊ %ayjocJ8׾,CVP#'%qmMA2A/H p#Lbb}!Nȑ-صբl_yq>*ir=ڭo77js7ѭ7sr,!,];^>_ L XNbsylԫG$WNZFX8: w&8gbA\:Nɏ ȥ}V;M00J OHSf-14e„d@ŵ!쮀f9Go 8":'r,<ߍUFtSi\x6< A<oDd($!F述MMH>%6u2%Ù>`#+hYs|U C3e _l(dZ)vV *zT#X.RxfQQ:t|b&΋inY7jôRM>E;K3*βߌ!wIC*oΔ W//$Fu5:r&"AlQWK~e%N.>r4yz,V ESp?ANE?ή9e=}?Quƾ࠳`<1 c{4lkE :p:AhgO@Z}UYEI4 J[Aӿ%r}^,kPT}+}47Fuq$b? xĵ?&Rb:g$:ZE씐BSj4c8vU~ɍ'8$XAUiT쟵F@PM ٢!_ )zvJu6uͯ]b /ixj'լ 4iͼchSd8AC1'y_Sh{O[ޗ]л-f`}J[ }qdc&zci9ׄc]Pe%Sӂ?0.4t4  %2Pxw=ZQ'`{ fgԹED:xb1rP5 s 1ZxU< YW9o>UgTڦ'_= bIY+KLb ?$8-KZ.׭EŽ!NngFL[pƓu Odiz8BW$f 8QX\w4~1iAƝ0vD3jy x%NxGN@wcutqս *D L޵/m}7y;H^f0!i^G^hCEUOyvV=AVk{c6·`In(٥ 3w_$WqiwD={ɘa^OJ<2)54dz$j>:6=h*fI+zɎJ0A$}#o^O K(+k\uЭ*H<ީI #`(|Ḁvw:ȆXC"2l{+@(@MCJTFۮP!G01|?t;-o(5g*vMG Y۹Zw#9-/&8`%7^ƾExIQr<$Cg]#,4w[_V!qPnW{Of*9J*)w DCLcʸGΔw>:{~$~\@ˋ֡REcRT+W3eW C04`_w%?I 5=/) U+< Æ vq ,z H,/ū|Yf3+/SK3~s {m14)Ŷ{f ٓL2;4p"!DѰ$4e Ew'3>1[-gUh{)'fkQ1T?6#ߞhh G'E5 δd)#HBrۥ xkhy+iވlP1h`P+Z& B 󞓴rm 2)D /6w-rfɕn%~?C%^e !1k`,:GNqov7,bMo;<ąs_Rfn.dmM@+/Ljwm%CqpӭkgރTb|KiW~yh ïA>{[^Ulc@b+\;jb©g4Yr# bA .>Kͫ`& E+ p0UmW!8O6aS2gYR <؈rcSք֨a'k[$w4Ta}Yy'־ػ}DžwI1U(ώPZ"ORa "ψm#ӐIa=VMR\jM-aoϾC8OQxbF7m#K>U)bNLx'V5WG/0s7au߉~Wo;t.#,̑㽔$}3/t܍vC_ r)g0glƼ[!hڹy2\dPɔC.~,(;WCD = kԾ ߠ c R +oٽ UtA[eТ[1gX/ƚ'_U 沨w3H]ԋzUѝ]ݦj`FJ%(A "T%ͬm#esgA^[|QjdƽrF^&âqr@|t_Q}0ԕ t{KJ begQXdH/;ʌ,)pA`5kan8ߟcSgfKŁŽ"9K v&gy\S-N!{@;zA gVouf3X=Kv! Ư{ ;& \(}y("`0Ei8Rզwu哂# (Gۖ"Ҍ8;ZVZK,,߶!po݋}ы% Jzf{ӗ4U4[_:LrguCw>ªugql YсtVa$NGOԊ|߭Ό~7[O F3C_YN'kM:6,ZHs)`M gWnf2lG>xyz0'U~~Ay=;*⢿ ։͚h~|pݓ8╃do ԗ:Ҩ]Fohe:keA%WʤM(^*n4u8gp82Ҧ `ol5QbC5.$C4h@ή|3x.F7^q_,7!6:]9&+ONZbŸ lڇ o,C!2| 6qO3%BNd4}o v>3u ?-睸tHJԾWȰ 6]@\Up'`-94yxzO~LuI{,%G) Yɀm0ܦ $1Y;g'dlT<<#OoX17<"9vGUg,Gp{W\`S[sfDVjW ތ4SfP/Zh }h[fҏ;fS5zY;/%P,LkgL9 sz`a`dtk2/%^z/r  h-RRP?rJxaT0 4[f@RZ33#gȭs'D<|̣vqQ^K냺)Ph.J5Ӝd3|]=ېI5f9!0`f6iA`YUѤ%-9F<4Z*\4GÒ{?G 6>ą?5<"^&5 1­i, w`J[-BUm&ue!f.X+v$jRll P3jorS(Q~pG3}>E޵woo]S}|k{ڼ 7RFk_Mbѱ[O3)$'m6AW?W  GV!`c ][@qV &oߣÇ~4xYߐOeއ|IAhMhdB=6&D=p߀5Yy[l{[=D+-H#7dD7Woz 8$嬮L_B~›tYe1.Ok7c|V~}+kp.msxX2ih&&dnPQlDeA&e~ð*KDG^;@p,sL.iUÿ7!ٻ:k!}\o}{bKZ?EFd&-2| 0?W9[(hnW+~J=]' j|k0jZP~oG*M;g{ͦ=8v}$TQ.;5a'\a# /ϊPY'fN;h4i1` .SZ|We/@jw>Gk&oPM\zX@(Þq'i ҷ)H^a$~B" XLPOz1up<߱?eC_^rL !z ֳ~U*'m!iS9ƿmh1UoYSϷ料0NuJ_=m,A%&!)@;qQ-{ q$wP"O$6srCƴ\B qWsqu@ rC)W @[߫e,I`9dWjdǢp¤b/1[3<Oޮ2U4OZ]$Fp<ߍ£{ܳɧ N<ʻ,NN=Jm@qO4A!ckjs>íe5jo\ mO12]gaJxL<m`C 7tW8ݚ0c2mVze…v6U?yޙTb皯i}Z}"iBx/0/\J%)8|GkrqМg ?ܑYFth#yIB0 \KQas;.:w6Uv$`>qsujEI,% dD KnwQK6 z-lZDHCh@9v')%i: qHDۃǤϹLa,0I:hFY#;wg}_591 }TPBVhr@tؐ`z wm ֗nW/E=qof&hrz <$1@ 5ݡ *mc5kc!ȹ@3v Kv>)@W.e >no>?ք@Tb_'#r1(>`wRvUw7 6jwydWNB<_*}p{1^"%ur^wa=]5̴D5-ʞUEFCy93qtTS Gq}P$D8yOHQ3h;r^IF%f&\՗dRl;e/;(|JGtfٵҚa88{2Q3wG>qPYdq J`#a5:.J<Vy~oO \ItȃrOtPb2-:8q.&x}W>V_{IVbfB'{&{#IMvO?L$ʯpmI6=[!c!hxfhK k6^PI ?+"uYG|@@\ra?8Hh6mոZl4 쏤 ҍx%L^~Hu,>$}Ljkǭ=4\Ti1;-hL0qFĊZv /m>ƫJ WB7`o -, 7:'ahF{nr_7)m[`@ mVLW6GMU!Q|]w( w(B2`Z:)f<^KR b c~B dzׂj `lPx2WLL[t7eY 6))ar}5V= o14إ3ҧ ()3g8$ܐ?ti\`5GQy]LmTUYj(+.N,RxPv)!oW0-ξ=C  ⤔B<1.~[< 7 0_DaQm)PȜ:NIR0Bs:osh.J&IsXFJt/}փ{xEq'9Ek-c++(PZ qsURP׈.-VL'y"BA1 k)-񜯪X GcRO -kG";dOXK[d=]6V*uXyR/G >i3Q∉u+M|3%L,o:4ymWu457+f}J#jjpr_(,uBqlHQR].GX6V$Ɲa FHA=d܇|զ@[j@ (*mhUCNc<m]vR5w }o*9RnKDUR-^ {:( UiZ bWSV7v\bƪ$k$IJDڥ }mk:!ٓ{Dd7޳{(*x4@wI۔ nVj2,@ -x.mR3㖾dc-~Kw6afJ;uw4Eڑg/Dʣ!(mh$LQ)OwՌ}^aH!֥N]i 2Pš`冮Kj z)B1Ā$o 4۬k5o75g=}{|]W_[H/`g6(o@\%3yEGɲTbGZ AH; 2?:ddW3l&-An{a;4qU:bz#1T!MԲ%)\ u `l\odž椚YZwA_8Ɓ:GdW` 8[WGb-Us!E] 7t%4`߫!Ƃ(iJ7xA?Љ1_:oM5YA̦eVUCzzX%mvZ͔oվvN -ܫŚwoGeCj|A8 cwΨjZ>z񅒭6uň$9[){YCT96Ez- ? S=ĭ3;]; _5*[ 3kNH|ccⱵ 8akydwizY} Ԅ0 ֘@5nAk`HZ)ə8PxLL$ͱmh}7O:$DD ӛRa3'3JId!nĿs@Ŗ h8&&eLJI:\G <~nXJS49 iFV1b;MAHjY}f 3EK(W ̡Cak|4Nyt}Z  IuOMz>jQFWˤuD%-G]:\Dƨ )4Ll;Y6"QH~p>Bh0nc .x7-Dk5;Q&N'rkmo D` Gn8\o؄ vѹ@YAEJz_$0rGAuSWi矝mAfa#3Bx-FG`; K@np%˙Zu"~r QaMqM=1ad̰Eײ-/6Z %w=<c-O)H!t"!0f0QH}Rˤw,o1Ϲ*תņ0Izs[ ՘*sW'NQHL0(kŤq[QvkcSLv%%Cϱ@ohov釻P zJٮydE"X$fkʰf`̕FwxGNI&}H3&O]nf.ڇﺓvX喻{mG; L~ܶSD~Ȫd> 2Iř6G%YC".v;`Yb[e6,vL7YD8|)n(V/FRp}/3y_G\6[8 m__JWBrcLӄ9.z:[ޚ/h<T儢H^`P>ޥ]%gzP+FQ8Pd~,j;2}H&B=&cuQV.r_X<z. 'ƚib &B/=Yet~kz3n<:%tvxY4šqs8}6Xz}w5Pu/EL]Ŕua(6xmn~7G+onGꜮ-vBBr/eo:ÿ(ѻ#W+> xqWFC=R3,[EU b#V?c{CV0B?q? 0N;JMv;w{/KJ5 %lKyo:f7wJyES|jVUީls269ZDM쌗3mܩlBˇ*- ԧpJ%Ç |@{Fbk}blg%YT+-و1Ї_᭸flȺ{ 8QW϶Z[{18}Q C_*J3 `KDBpS@r&=yoi`u_:JT bbE}\>m,5˜{$:4?9ˡ&̕Fn's18Rѿ}7, D!^3ᄠ VJ 8Ɵ [= ֻȭy`Qن@>e7";j),6&<EPFSܫ9Q.+/*]$"bB&ѮP(I/efl,3݁+U|Y.C.60?"[_߇UC(aϿs&UQX V;)piҏBp]q#U3nD$Iut v12iU9o~@sW, vcdf\8wm3Bh'$c>CH琱+QeuD۠ 66T fMkI,hG5q10߫ԊmdчޏEDQU@3D el4WRȤ{3 iMzJ `G];C`We&&靪`ąoOƘ}#ys#n"\oc)_aS*#s0Cζf0ZB׫AGΰ  *lS2YmaakfdShұ(ŗ+CA=Mgc4 DӇ;>NO'D= =܏!'+Efk8+2-S:c9$֖ ˧h&IUJcm uEwߗ^g#f^ AJ9BF1#`(ô@@fj!FG х˺ Ϯ.PEih8\2ucYѾf! 8Y[#,CxMNIIjAV~k*?\23v醩ٹ7DL&ΟPH >A*)k="Lppm}j3e<\,dIAn4p`OS"4 銈kTSl[8;^o \*]èߋ72RĹ\D? ŗhHW` | 46'ʤ˫lp<a'jML y/ R[z-nvjpJS,{ K鏼դpH6ه%'3o"/=EvVZ ",B>篚nfxr(*G48\J ? :V}7B^p' ApH&-v yzx{R:dlw'7Xr)CGwj뇪(m~с?+y)NR"b \2Iw#`0J FtC{0K]z@6 I .*N/'Pυ[IbC^=__k`5}I ](UEcMu\Sϕo*/FPn]/I‰w>=.fGCWF  1YzzlMQz$3VEmaO (%oޙf ތ۩g_5/埶MnXE9&LDz(wCPmU7vSCc~/˝<Ɠq$B#P)fOvhdGKH$Lj/W=NP:#u蔍 x$kΥ+:Yۤa:(u$4l4ɒx'Mә@"+vƳ>|F^;lihS2wdӔSBdQ6٦s +d/a3Sw{D({RPӏ_sg]|(JHde̽+9y^;g|E(kXqR$Lɍ-w?-iNqBq6ŝ_ 0WKtvwB^<4Rbd4~GKD̂O.PUZTSA x.V#HrN.Q?IF =q⭻9N{X'J/y gj>zO,E;*1?ӌ-֞poq=4kƣ SH{fml_.Dj3/&̍6 ncgg1Lm2LBc.3oz\ggF$4 OX}۩W40%iI$* 1C; ;f>sz!ۗʂ%n`]kcM/z1.[1| QVkrnCM"tВu %r#ke(Ii}ł./n6ʅ,+jƷ-f\s"5'̑I4D98䦽hHDhUũ=*_f˴,{&@h37(ν@t!3 É4>HCZ6C&fRtXd" Lr7魯&]$M?: r2ݹ6 y:MiG_ ӸE i?}'.#-qL3^2-0^MxwCM},WeT^~WB鸈`s#{pAC@QTm]k5{f,?39_ѬW{t;7sH?:a2wz /)(.悠YD 6f9Q!m,eM!DE)pfjL7wBvnl[\ YK{BD 5Z7*9qBN%J2?.\ $u6a^ɬɳ?^4mÓf|v&Z]ӨR' v؁{EfL͏BaaPcȵe"q@~9` aG9׍_Q@ t!8˄xG{^pY<"*֋QԔ.ctBݴjж遯Jayog3Ln@{V?`UZg9 D}eWh񚷲|A,{ٟqvi@Q|OfРeKϛv"/5.E3&)&=dH3Y IsEA`0Q@7g:lS t`ėp%E^d9b~HNk_#tAM?R$.pR9nifK.iT;A{)H(3HI~C:u0'0k1ZA⽤T۴j SBwQlƝqu890LM-Ƿe+5G/Ymb:摿w,*$h5>A@%rHe^!U&Ę!$X_rG}wMA; f+ޓRujb$jgԿc#KEep=7IL$#WY%Á%Ԏ6Gp{K ;*JGs$X(]g@qNK*L# &1d_Ҳ>X\9NpRi!n,K,M4ߚl8pB uIoQe APM:/D+#DjW|dD+WAeI sGKo8pzz|"l)h>^bӺ4CuN449!W/$wr9}0)49guk0cyX6r6SgI!$_:(uW ?؇De(ĈG= `g`ԇ.t*L02/hchuw*5V*owXm>iUOxB~]?k[eo 9 I+Hvԡ;XBNVY])%uv" wƂ`pq\܊W hS]C vڨUevHà~W%Wm;u@NIWp+o]FsG! XĶ f5X/kyȷA[<#dQ(l{QIz.đUJ)A_f@%bu*{ä2]$0^"7.ex@ȎY\D))K{*e j>TТkp;v_Y94ߚѺD:܋MYh&PpA$X4ꉢ'BEQ>G韭) *4p&Ie et[I 1ԟ@̧(:3Bҩb%.nQ k}}mse| ܚxah/|w@ThZ" /̵q~ ^Fв*a~9jqs~VX[ m,!ᰵlw4}UFN}@+?9֫athv?,Ǒ[GzU$H*!ܥA'6S{߶j;5L7U vkuPg0*T ;uȣJ̖ ,'xƫI7,A,"ihi)ҎxX4hJ+6μPyVT9:]M ]U=qΟc?do=V}!KH+u]Xެ:lIxȈ =v4ju7q'^dZ5Yڏ q;$y*>.hޚ:S jF< *6N:D젳PV9á/wWkEu2Fo Mcilz r20VlvUMUNm-GfK>@y؏:լ+s*|:* Ρ/O"YFPyDS+5fDI #,Opoa +$?脣iJ&=^p&z61܊H*}I0Zs1)_ώ؜+Dy:? IlyR:y.RdYܴ ~RRϗ[GHA+2$n03=A`^D^rPeI%WTa%$ȻJ:z .kzNyWX6pYsetEU\@_W scx(\)sY`,*yL"3/cinAA S$MXz$ TOw֏5,h ۺ)=kmHqGڑH޶%^&eYZ"n7``QNnW,VŷR |h5V8:y a~n,et9m{-=$,Hf^4g7`-(G'zpl<Ww J UXs'tO O]%fg: |_)ag%7\YY s|pj!z>6]g1)}f{发ݲFVR9 yY0f[38 F v8`?Xm\sCm a&+(ϕw8@HJǫ9 ]2E8Cx8خИ='(z8nGӉذ;/ )rM3d :xca,bV$ps\$w]EK>T?8舎Ly@=9g j,Tef:Sy5/Ub; HQ QE.UxENT_`AkerAØYyB7gkU݋ φgە OtFS.O ObDs.@s zY1y#DU [MbB:5E˞z=/ȷ~稜7 u,(5֥BnPnUnWWsۛ%&R@Ulx~Φ: vG^ɀlxEzc\fǁ=[xoRc_&Rٰɻ7J)p(tM -)-Օ,dl=#KkQ g?[ =[zP )}}ivJv-z a'OQDܫ=II?.犦4К>ٵPLJn@ϹMx-d?YK=g`ZFѝ{^~:1?5{^LPrHw)aEtJ _ o9K6NjȹAMphAt*(1sƬ8:r D *gg>PRo>9l ]!x d,yq:'+e- vͲ IDԷ[l⼤?ҘSmsvәV{):#X*0ʹ='`N;5t3V=}P6xg#YilC'f+ގGqqSa+x],!F L_/jjg#~nq0cqYba7D ],rOxRPY ;w$ҍ'kйFSc.Ї^Ԡ-L BT'D x=zrIٺ"a%>sQ\s) ju_Jq]lu]M$g>vZ,; }p(4~i#bF12go!$ֳgyuEf#|D*f}_9U.ߍU.8X~ M͉/hf["0JNdt$%$Ȇf X3D%}Mʣ1LTW2,$]r.`n܂:Y80dD-py^/:f!MvV{S 2cV8!=ꖆB#AUߎvЗd-$xo{zD#$vA*`2ּn_pckR ͘@}~Y?7FJ?I}K1Ʈ԰… u1=_j-fUMe5]](۶} Ebm hd,V>L 5~ ~NcՋ6Ƅ>#KMԶBS%ت2kRqS{Au/H0/Uwt (Ǩ_R*'0yȌH:;k ;M&&,yM!.ɪJqDĽJ0MYfXr,uU{pfvZvs90^Gj?@PT uQW{(b\k\82Do+l*rP&hkwT$r%#Y:7m\@:EG -? 1ٍ]歄n9SsUVsT*.ucopJh*ބZ8KiHy:DDblv5bJ>:&6FW],cB7TɮOax{I|[+"=>Mz vFz=nE+=,"J™cj7⯖l_3ğYd&.&}_(!ap'v*=N4.Iku?Cs&BȪ41S+![^l^-KhaC־vyt Zƥ6Zc%=n\C"E4OłW~A.UWʘ ` )V.b,u̾9 ]wZ6CHnu"~=H֏.i<h/ߢ5˼X~446|V~?tQL"@~>~Si6LXa]% WO# =+ϫ0ۮL;ԙ^#f"T敜(èe32#2ZqàdaveL-8 Gҝ «fFEcGRxxRܐ@$c%Q1jItr;!>!7&!Df&J_uCc&+rȿMiW Q$)qM/{65:#I!kBu< ~#ZO@WESGB]HsRhC:{!k&1-چT_ȃV@mՆ_ݖ;fG,0L%,C؋.&qAZ{>^]Ɵ-s)tfY;PME:AFa77Tge'ʝR1dqw3sneN'q[o%;㊝1ק}RaJ^dw/zA+!Ot9rr ݡGgVG,2tӫJGc(OC*e[(p5ùdMbIKBЛw86x˨]{ǯT#V%MͼY}aͭP#s`ȉa+oΛ  ԏ N6Rl{F_QhS93"B}Ń$OX.m;Y 3zE#~ˈ-9/@ױ E$Z4OR;Gi$I܅\+A-o]]aM^}ǶijNiijLй&%,EecXO~O Kb5?|}N+fAOd;3Yd:I7FP:C>9U/#pwiW.@@;Ɂ\3ljr*MaK9jWH|%xI1:U,'q 6k CȞ&+foUHAO L']q6bYD;fSZ4r&Q=QFOТ+ʊd,vJ.ZLTQy]7 hOH3ГD Ntz+1k+B-: h_U=G`Z=')~kXof-bTp˟L2C4SmEx-@wiI34 yÊ -&tM9ӐQ>݃zLW YWR9|8.2ųD}KJv͝ДԺѶ8ڑΤ_4$bBJ^SmuFK$}Vʩ)ڥes$ZLKAvk=| F3UR4nԆ\_H3Akg/N(? e]i32Ye쥜HKK1˹unbcϿN"&)flGSauCs*Xx;e'2kBȍEtkr [,6b'+"uMc \2ubJ ʠ`'vU(%#aj8PW" -i{p>OY__~ +H{sŗ˰zּ3<bo5iYhQe ahw/a+ٕo:L@{k]c:}<>iYGmppVwȈ֜դ;Qlg2 o(Q@дR1PrzIE8HztUj8 |SFFS:N%A$&iڏ֥"h{\|PePQ)<ŮϜ8_}NJgowWƃ#KbzvPnClDU;7񧶚12&V@YŃ G *"ZSI({J"B<5Rpxkke?JVc"Ch7OU|@yr< g$V4 xT"(xVC84❦o >TKļ|ν"4&n1)m Vm@`X_~Ll xg[zzIbkA^Dn;| ^a(`ҮWSQ F`_A~NvS[W&tXg "rFw o.ck 0,HࣛCCkKJAB eE4C{ZFOpigʞ' j,9 dVENW#w]ux<ȡvf1(GNw<b"%t8| *'@ٴ }6 i&CFDT v5}o@~vb|jպ\XFH/ qҀZ.cN=и%qCtӺ| CMsK٪~QAK䒗LJ6n)5T>TV?ˢو,#_sïTH\Sj7jTTd|K:ڥKvnr"H&@"WNdT;[KQX(Wֺn+;n!4$ţf)%R*'?[KߟHHVaxoNCV c^Cc*bDIftx hؖ6;|t|y E)_iySLQ!ʅ{Jdu`PSÑ o*xh7ZڕgsdcUl҃eIo}"VZƧg? R}@8TaMk_/b}Uvrkgh}>,۽'HsidgLzflLj8|#f }i^)&mgB4"үA_h `j"T*S*Bo&"qD[HW0a0Gm1I~1󧑪4³ԁvτx3M' PvՒ0ӧg{^w}lu~=Cc؏=mT] 6` ˁ!*a[݂y=c<__T#y2=8Atc[:灦8Fz=H@%HegPK1@ j]zp tz̷J+cv >NPm|a/Z#SېWKݦɘn ] FhG?Vzw=cWh6ޖ`>Eu(Hz뜼2gsxkIfԒW]`H[otUD"peWqS[$!$":,Ś#jR/HFu?Ga弔7>Nj;4>!`c)N@3BeAvn#a性>!r5aYn2pwy )J`d_"`^+tj?uSG؞I?4'4fZ#L73u^ I.쐧i^2qYƓi^mg.R)k"ĔV_QJ j 0Z*\.$mUX/y?g3oѩ(W+uɡGdt䌍8LVD!lSO]]n5Vu=M,s ՗bZ2^)x0I4"'{zqV8F)|;Fra"KT|!nySܵsġ?;>|Y];6a)G.9!4K8⻑%9&.?CԇU$@9-?4+p0Mݩ$k.k?{l ,G+]D eV0rް>;"tQN>̗Eȸw'"_CC!#6>7ә-,Iy~1җ`58!m;p*_RMxSb..י|"]>{%?a0wz҇e0dH`j% G[\mDI|̿v# ri0{֖""߼Tf[]zm"˰far4x%C7E'z`??'•gV6[V<`>g)2d9GteP=/n?WϖkjVgδ8"6pB|fVq40bhTPXT 4R貐m3#㘪X4U:94O]XԗRݪK`#Д-*)T9MZ&ltjZt T>bu>̙#dm>ϱmI%]"{=i|)k;4g#EdEG=3zf/nSaH|^! EU"N.A2baaŮS72+{K7I>N^(m:̙|TfG~X5-'vO;9QlRvSoESGr`q>Ek}Ҷ7ōPU'/g90l)V;xJd?F,T&#|nXM.V[O̙n\-fڙ2Gt1Lb_\z}{f:G'~_-ȋ?6;1SR,,Vxp<Gyzn(ƎŠuLY#&Pc&El;h}uʋX1UW'(G{KɌ%~_PMͰ?{2dP"mali{ .>쾉mDm94 y .0¤𦯧NVL2=˖nX4^x4AD315)Axr2@"րY6SMJC@G䔓 +ZB3w\\ɸ6ng Kb>v>_ JExᨄmEUx2%zZT$?h!k|\uʮޝw_Aa$f1͖h'M~n6-u;(u4.=X ᆊk;f{+w_"K2bZQ(Zhsv<'g, bٿ.㋵eou%bO.ww'y:!BLv\фew&ީDlT±Q^?2LQ$h.B@8ʉU!~hU φ+WqMqK;k-hKɓ %=ˊ$(MGA|l5W:@X(rnǠü:e@L9!⏯Q~]i#8ECyRQ;  $6@aAU֥i6$Wa1 B̙zw3X1 q^-^h]'BMP@ysNQЙF>Fz@MtVOuݝ%/4@2gnFwwo:v8-*o0C)%)ˢ\zZ)Ltpvy2t[NT+f5M٦EY N0Q6,-:Sx%L(+N#Ot%6땑}٫KJ&fVBydhP%>AǨ:PBLuLJ{pTxL5:; n7~H I"rhsVr#~Wi@jgؗIFdFGXտ~!.L)KGv!Ău/?j2D~@mPaHsscW<:P?'IM㼙r4j>voNi׭=-׼4B:1o%5cF+גBs7ۉ.JPPBr'J2n;ȼzzfm*o6›W,% D/Of E^ΟwCdX7KWBzgNUhy~rA`v5TJPh/T' "{f%, /FF1ehs!i@}OiŀE̙sQ@ LuTZsxR-`K*R Xd,}@HL„«% b4D(!hEmГt&C /=r6?~Y舱48hzlïIE͇; _gA, u V .5;,dT-tv'"ݻX`a ꓕ64l[88E.‘cZJ>GgWJIkF#B4[Q&ayKtE+ _+ՃTSݡci4|&@}@8m(nR KnAZAWjAڄwX)/񂑑.ǹqCYa`]\΅91w?a?un,nNn P"Y2W=_'iXV"[e$wbv?ԘH B4>dR2̲ 3~$E+кP%q;02MzD?r޻B1CZ,h_t6CT ;uٍK#P#O{}$HQW_>Xg  eeu"LfHm$2xl# : rŗvjUH4'[2Gy/}F Kլ{$x!ۉE.KYNzaEfN?!: T똸xHVW3(qQo}:qP.5 \ⱆj9]PQ_ؤ֛9!Fjt[M'6+o+9b|!?^#AX/kn,W=a zӰåœ,)W'! Vh."If:R̪_Ǻg#XMu_ގ:&6'_ׂ[z!*<xRs";l1_Www,=a%sxI:`zji`yvŌwdg 9Llz$|G紉A ]VǤ|&T# ˂`{Dr_?TCo/9[ӕWU2 ,>\L݇δ+q V,}pI`a}h[Ig (Ld[AѿP]h ޳KzHh8)k} XKAl0-p$_EU&W;yLᅒ\iЦyWhItNɂR鋥􄋓?'|e2z$9!m\>2P)ߺquaE~8@`JQN 78ה} (QX,b:?䰻*Q8O~ӹ,XAkˋw@"gxYNu j S9g֭{b[-Lpϒ*D_o{/^~i\Fp4- 6P$ V˯q4Ϩy]c^4z] ո=>׿%aĐ{9nFra"C8ށ&'暀KfaR{Gii"͛Y枍a*k Cz&>>L~+y{ƒ%6 +"[U;[?=?: pPߞ*ՊmFfs# dFAg'Sbrߪ;2.!zwfWexW<=oa@F5TMц>;s ~p ّ>1ޮN 3ŻV0H:rUH^g B`ʘ`a#=z^uK'H &2(5FjOe1o|gI9,e_85S(!vb;"A+X-b{eV4SJ B>N|iUV4..Qٛəϑ+*7Sx@'\}s<Q']Tcjb|~DtPCk[*Ԍo nۃqmh>[Ę`RI_ _v:Ah9ٓ-p+^%5͋6<WƟ9z0\5mE8#[oD mE}IH[O/w v7Fwʙ"LLe#3[ydb'-H w6QxI _D﷉Ù3=f(ew-gz_LkW쨎Ų z"Tۆk4p"޲-VMM#E/ `| ˎ88 ,@C3VTrC]lMZi*&yh .p 1f" Ε{</Nq))|;7h:ɵSSa! j MYů.d aDrt۶4S״mcՖߤ<#hE<{#^ߩzQ0l_e}X fV@C_(uxfV U9ؾ!ISt _V_fBSm 8L[seGԦ,w3 (` &p X1Iso?},Iy H& Me؆584 4dBW#EX71h54AeL&3Ҭ@Q[Vv!x2^_`O=^F\.l͂ hrۜED3Sn#ip3%%dmȜn5K|)4 y]G|㦫}P BXxf\ثc:ax$( j5 i%:Ǘ6 r7 |{+RL߭O/x ~ 7[MU p'X_;m@^H^ENb*aQg}@7i혆f/m i]^0 1".2t/LA :Gu0\rz2K;SVAzP/Ԁt-aMhS`e]:\HxUQś!F`)Gqh%a2>g|#p qHcfyDLs]hOk=,cœ!˚3۔ʏ:G6QfReZYw? D艼 Gg˦!zt䱛aPq!d-2!YPh~xo&[v#! F8SDo@ u5de^h+iY[*>R^-9!<97b%_7 J POKޙx5mSegqE@R2֣6Tq7.$,=Td wzϐz. {w9{c\ӎQQBD gb8vc+4JfƌlN^e`- "q T ;}o[KC|ajf@Ydn6[.\~DbI #b%> nR9[0FP-%;=T338l''tϕ/jX>5UL>^'Z WVO"52|Cَye)ʈ OjBW͓Cd\* ;*9G%,Ð7u)P(!F$fko$&fwgYUt 6ANJDNu&Gb$Yf_B9\2D< 00-/ B.ʮN\lSe9*;Ү]rz'|*; ʺt!C>9WenE`0(aֆnf (F;~ j 6G#0];mԊs< Z*L˕K^MaK"fOM Iq5>iAyxJXiz0֨ P2M@:`| w=7,6V=t"-uWsW1~l 2JcL *lWEuET> :tsXcIîH +uvC&JjɝwALz_I[Z&kZ+e#6Ul'SMA\ 18Rp~Wі(zDo݉fc?n {/ >.&(+/5!(VaSz{5tB/fcۢa*]`i&N!$SֻҢl+~)UxhViM;EQscasoG9oUD^n8QU8cazՑȽ˞ȿ*b|#u-wVUfK`r5\U3(WKv;Ywyu)71.$ܗpv﹭Txm8,jፀ1: ?+_[em1,'3 (nc'ÒR >ꯃw/vs7Z JY"4&OW1tZCYe tWNvk7Â|\2 R3܏W409&ϸ"P \NjFIv.x0Vnz><-ox8Uɉ]b~}(g-&H@M9M9G]iBO)56P4UDB~Jg5-6{ ,P[y Ɩb`Cr K 3'e#{J}:p쥠 ^10RV\-JiʙWrSF'Xm^O{ĀAia50 zJ:Z"IPX ģސ8p5a8]0$&.uۜ15'@H;D.[U2ʭgZ `F4K6ȉ=\8I2WɄYxgg^kE~[U"Ɔ:wԮDgC$!W2t!qUz8=( V 8 01\ M{Q#CL8_=ZQע<zR 6S%uP(g#mQ/YYZy@wx*z#@ߡ d0Wjѥ>oB'}̎:J־@wonf!/uX 4_L/kb9RDՔm& g@X YvBΊ?:w0r=\-%t5}7>b伫oiH !vxآP˗# :73Ν~ K-D)WrX<>v2d G{ q;mC+8ޒc+%c/j8?G<3|EHoe>0ɮ#󏅌(.:N7+lfiPwWQPk\hBqGijT]z׹4 `v/GIJ)XJ('+3C$|*RKFf&\FXj>>>bRxOe3|\Ǔ#|wXv׆n{^2.j >1}Ȅ o346?xL y/O] W;7VFnj+NsƅƗ'NIw7׾ jI}oZ-H6 !-_R N#TFL[(i3pM~-g_N oM{sڵoXhAd;yہ;좊I)c.J"#H52>[e,j:x7{`<8g,|YtilTÉѪol5Ld0ᄕ?* p-'U@gWśS&r>E)%-s7u?^y^[ 6|k+ϓ)S,7MdzVTnKZ53`ۨոndv+ ~`wwV^J@G#Ѩ:υf+`<:2h )>gzկ-$Sr!`,8lHmUVg}^wbNvz4LM{q^S7"A!%=%V*7?_(+=?"u8pOIh$a]Op@GmDc DɎ%?j\CEbi@Maoɩ+C\'CAT,ΰR)3!KC(8K뛶e:=HHyS%V*k 06֒U{1/)GKW}[*xIbTQ,\/|`GPԽeVhk' 'WqŋE ||3S.(G;R}fzmPq jձ q4f4vyS-݈֓ ]1BB*9gEʮukg{@pu=BhƧ໥pZԀaQQSR~5!;`uȾؿZ 6ksoݒ*+qpaY5ƛiBc˫;=H -4?'4: Deŵe@^)N(NvիpCdc} Ɍ@dݓyܸyuMM\lH~JfIƤAV 4S-2RcAA]&ٸF+#/7 ޑ`z D:O%TGBO 43(bh늈f|X3F6 PRA#mҺN`jʖ2iխ07Ys`enlw} Gvg6B|~O)Ob"bi.ގ*$!; ޠ4=mISHXφN[^GDe vORouifOrJyE|m<"/E-c2m8]zں63(L{Gm8ߴ*G=r&Ev'RagbnϨc[Wā0;N0$lt<$\yH4\ToZg |,O[!Yet7aWv  ܙ+纞ZZqf;_[$fc7Ģ@`ANn[QV5?D~ jQ*˅=e~6Iy&H^w?D j9nؙQױ-Cm#_V c*5AlQ^C/>HgwJ{1 $KTXl[y bBP"EiW&.]#78qkF'Jx[QSAV&e]3TӚ8%*in+ÕwUcc`Ń,\O(#Ňf!tl*2P0e=˂NGwzi;Wnyn-ϓ.f]! ]n@;(6 *vz>h3SyƏI.%׈\zi X#UTch0l@Ha%Fpnկ\+Y $3vlރQ=NhJi^x/+^V~(t2P0c !gt~mEx>e ;5m tEUJKr?Z ?E%S,PU >Rmzh2ˇKQ <L\ݵ,\81 1 ZwOs#vԏȋ)*ҡ^A I!1_B&"ɱP0N1xM|3Ko/3pz8q|d],zf%;d !zs NChg_O=}_A^Z86 ȿIJkh m Uʖ'?h߆r $ _}qtt*T?{JKHo*5ܵJK0ʫIӬk3CǗh0oExx/=׫jK.E+z7C%LڞwOs7Өjt*]v8FG(>@xKZޠ[aoh},B B+sJyCg't46M$Ma)ZM CMlA{ǛO …3.YNXO.bEZc4H,yX'%0"Dt /еQ|;gIٺ\}dY?Wc ۸!u0 ޱ4!;}{ܿnhxBe|a(§@ķqfhH0(U_qEsyI`FGT'bzo4.a\Zo^[fF{rm飒[LFe8{Z- 男~Ͽ^ޞ=笘Lk\22¨&#NmIiM3Rbd+! @\@MtS;fK]ʌ @\6!UW,c {y,vXwzO.8;hxTb]kMg# 3H4+h|eoMmAÙ7;lynUXnMt?-bKc>΅HhǕT"yP) h , sj<>][)h:Fgᔒ^z66!K<ʞ ?@S17Q[{>te8[12 m DSINؿSO5VB`a~FU2w0E8ؓL31jExN+k.(E+C>(lʎGjL\/=iϿeJ{d_bOS.}+2' Z;ڵ+2(9,KqܜO]^D.f 'Y+"P?x0#~8x+ / ;㿂YkmS $"mWQl,3X7 ̷4D$ 8ˮǒk΀OZ&kوb.uMY$An1qf z i> s15@܈sQ{~?:/Dl@މ<-,-S!oMxH(0~er7(F3{=HG}fxZt'] p`q0Fz5/FG=CRF# hcQh=K<ޮL w]2Qt*."Ďc`6^+mK9bQ"s:;ϡcC?ҁos'C&>2ѡ"·Hgm<\&u!%:>$S09\^wZaC/ʒiYV 5 (ͷH`;u X)ygeIQew]Rd&EiWHOw'ˋyna&u1}{#ǜcQ>F! h#l߯~覽n<.4=eX%c"w2*?8.uՕ<|ʃD1gd"k[NgxţlSŷRo7.SqZpxOڝ4ϻ~[Z.+pZZB R=Ʋp1.H۩W4Ą` NH\W?{h] *zFL: ؤ[_j*}Z*d"NRĩ?<ꍃHф~s")~THԂk cyAwTR徖QEqZpW>ߤI $Da)bI9)(Lրa%W+ĎX' {AHs,!ʡ28c„]< Gnv'$D^,_Ly..BӲ? m{DW c(#`WZ `~RZLR12H=_,Jl>"scd~! 2/8#-PIc.J,cmϗ@. YvUN r{ #"mXa}Vl Yw;q<^ TY/ެqe*Ru MCX_WճHYIzP@03<3^&=hc}(wPS>v+8,nJ:os N]7څqOI3Χr'9_M9l&،"׿ڱH҂e[M`D|D\62 ot׺)!86#4fM:H(~.GJV Co뗗,WiK=;Ij p%+jVMaD*ϲ\cs3nMpGM+>T#GE,ʤ9l'D&U ˝ {AfiT6һ&RHO8 j$ԶX8i2G!Y`9B࡝k7O#S ʉ׻( s]'r"PN͘r@Y,h#mlfRpвѿxX%? ◐щ9?z_exm.r.ʋX}›_3+ZJT`UPǷa4ͨH"ݦ/ ؀pgkj`5vc&:r~!L-qhѻ0(Xpnv#y=%ec=4EjQuMc ֶ_@5-Yר1HkQw8R ߳<,HhESE$?4MQe|sr%Ʊ \I)މeq*b"[oB+\jqkYJz5 #wIR]::{8I .Fڲ*:b bpXİU#&g^!da[Y~"J, 06`#)=qҮL K߶¹g^:`^oڊzpbW.ӎ,m:A>RL*DՃ!k'*~ϙku0ȸ0ve~*DnVQ| ND#>+nlQԷo?<}Xz9݈ v敒rVKwڋa5NY9kI~ Kuk̹WS@ZFёO..7Pw.A7I1e˜(E F4{wV[8N;ǢSj.)e؍ 6731{|TXY~_dȖ~Mኜփާb:c6FqhZ~\8D a^0;ث[=X}z>…[R(45<>J;L-R m 1Hyijg "f*}Go;$q@3~BZn \tAp}tmFe>oL8{ᕷ+`{SNh) 噖=i.D@c[1*~i ٵ(wm c4ADbN+_f[}5 Qm\@nPtУ>EGvșL}.kiߋ= H5 @IgduEN9&|yZ1@Q[_t^f H#d`4"YB\  ۭqI܈+mENzL p|HUܨKNfbݸx/c$0Xyт͉3I/ŴTXHJL,%  KD ->Et-[AkY,灢Ř9= C#^Ng✗,ᡯ]'Iiz,Vzߜ{2qٳYg:`e^"lqfcym0Ƞ"dw~z˳'v_yF bcS>_5w8$at Boé}6!GPA(K!/j D=GQ#ni!^ƻ*fi]\)~t@vz$Gcf.! CWN|vi.q>]^(HuªA| mʡ[!KU*HlHĚ%+rc5`cWn.dؠΰTi>%g(VroBnTҔL-=Y'tI8`}:tu9 <|k.7[ aT ]rCFK9k'l}Pb_p 8P|#řA𳏫LS2߰ӣ̜oV'z~\B[2DjWt<*PA%?P<+rWIWg%nw1(2N}&8M{SCq+;.ft $ :;c}Sl. ah)ÎU 'q3 ` $3P:e!#] (Rpt_p{ ! 3'J{w@lܕΕB_rKq"~0,,\ d/Җ톫m9;L>0* a/I~w(d^kH47H'g1FEjJ9}ۙݶܨeOe Q,/iFb`6Lz:pc2&B XvOY<da@~ػ;]YTn7ns B[yȁnH ,edQ{ co˭L6ß+CQDx ٜSyvKl~[ 8kBz^KYa A7HDLҰk8w=;~h]<{ٞ#HZQݔSl ?\d%}Hkz`}"Q44^)3B۸5^^-!hK@ˏZUς479Q,j73" w׋;f`/{֙aH 5ꎄ8(wJ(ŻbϞ…ox=fwx\t+ S5*8=5[2jrIˏִėt-:M5/s ;LW.m{Tavm0q(Ro zJw\8Xa?*U+?k+)=rVRg@-"Xx>e4L籀}Hs6*[" C5{PSj,{#*a/a/ќLWX9khgO6.AŞTK_Ђ/dWپ{:(ԉ@l??mZ+{̓L rJUޯJGG+qaZ;i$0ad:y-Q$dD(=^{+1*M!d?bm:vZ_9hINPc.GfqB"5DgYHH1<]ǔF ~ $P:?f:*TEf|\0ָ/._󄰺Q 4_$:#JEI>>lgJ"`NfJ*AVTn T˺O^y,\\r,ݿ,iBl;/hCN4/ G_߲z()Ch}(,He^-ciz1M8OaOt-љRlͶ^ ]@. SH/T q~}8(Y1_sXC!j\ ;UNpwpXoru;=ap[~/ z2UwSFd)LrK@kK WDhu 7KFﴛeⓃid0([QwY9aYv' jI?oeZM;'hլ_}nTꁟ+~~P?.E8y*Ӽ4oxF}{_/qQ·2<>А޹W`1  GLuf^\Cdsk 0j@^=Ł{UFF LsRkk^;:K98VajD:ܭd|f ␊:PS-xDýzMriAq7 L<(ǛY F$иpN⑞l*~i&\VNMьMAFx4[A`)Di0< bW&_{h%<_-YY>:9bJgPqXxjT6 YpQnB*LQ5u5\,WPKL('CG%HsL? mք}M& 8'X^_f է‘)/ I*leY!#^d~0grͬd!9[S4rIyO! =091(d/Z˛<{*);iVosy!w@ͼo V;dx-aUVt{9C#G*DlQ5׾oa8KhRxcVU,Cv3x7p.i`t*˲9g|?T _)k3 WDhX'Pw |sN}DbNͧSj.jO`37T`Sv\ѧ?'h{|\E@\J'XO`g2xԕl'>Go'z)%)90ﮉqm1=2GiU+xuq)x?!QИyY ,Z ^qAȫf0 bj5 ʔLv$Q1A(w0Q] *KgSYEj*H@UrR2e!4S (&u젥,b!Ɗg' qяq0ag%7*qYkXjBGʻCRfܡ}uׂ}<$،C|ώ^KHBo"LjXm w/0,lȟ"aUo]dx.ڦExHfuX4KW] zАpx܇JFǯm  abQN$/3]$wWΡLLF1ˌ Q\ 9A=\I`}V-Poݤ.z]`u[n`})>Ugτg+ 6Kn n8 Km{E{^݉EJU-Ě7|<$BqPu4+}Q1kvB# Og*LP]t,>4H `8@RI\ ZUluFѭ,5Np/iwy+-p?3qK[A50u#E4 C]G 7؆TKe70 %O_(n!!1nxHqj^j"SsF%F̥ 4xf/"s_6%RT!dųK1(ɟHLj$#>]hhC÷zOO䜋^J`R:o_᤮9K[ <; J7̈́aJ .I྆/\q:S^H<- `>1? *P p1~NPaw Rf#JKjנ(R"oi'^עxE js#R-غ T2Fԃn 6Q(}cȽbz?S(}:bPqϦK^k G'Ye]_ 59Q:gjR _y6#)?U)Lw$sPƎ 猉[0‰J4-(Hǣu7}޵Rv+) oax=1ƑiȉYD}X/rϖq#YW;)/h/$YiF@NNIm5϶d9IF*v?m?fHLȨXr T`o FڌminE67ԡeG$+4  d Z#`R+-.!'Ϫ`6"̌+o=ܑdNV+!q#N)ۭ~uΗg'bj^-(EhO~=yKmJ?J'llHTք[22mus8Ї;~94W8j@  Kƞ4]w Cr|;/E!קCWUKWvUmwkRxodd k;H  ȏ46fb׏f z,B-. +: yz2Geѫq)4bY 8T};!g{u)*wS2(8a߇ fY~ Yyhy~_GBzϽF=:[^5u..(!Wj"cyY&/r.f8mj*zzB? _+ 0>Ƣ\]Nf9fn/K9Juf%1 cU${ƷuF>`UFDr'!Z߸=>rf^ S~Nnؔ3kZ,U/G` 0O<>ŒUQ!}TI4u9f/dnSnH (EJ4{V4W *SْR Lͨ#A@\{إTkHUGPR& Jd}ػ֞e =6r J`"p(+U=Ilo=- z/O$L2з{Է&q }&p?,^\G"d!*eRSۨEY"qhìS]򶀣ph+w-K(#SmQ#Mpuz)M Ij3;m ,om]Q4oá Y&(QΝig>;OS{adBsd^o;~>CO*24v|J{cIeV-{u;v|2TUbGshq/4Lq l"үۍ ) X2R|i.ڗml#q#QG@h1h:.1z2ȓJ*74%^$e5'klBC$WG7 ] /q :e2[&b(,j0㊴?vbF-tXcܾҼhgo[~s/"Ȋ,Q7``KZ f?8ZVE?y-+?\K fѩ"+u|p8hv c7[HKb( (fMG,'E:&3`& )o0I.w=(RbПa2k}ll3yIgk#6gE>X4 NP..b)@{E D{1FumީyRE~ZbiG꬙sR}-`l?m{'tӿmu'!Kg:|lcT;:v̴>ҢBu1o(d,/t',71Zʎ(yImA: .I]0%ɖ-#p¢Xskl(2H_õ O݃_י8Fh[*4l0{|]o#$Y/Me۴A!DJ>t`5G;Jt=tŖO62%Vymgsys]a:ϕ'W.\3tήMBeDDn2MŚJg:_&;Cd^))7&OVʹX$U)vcwrS N^l* (mgSWYq0T7RҢD?71zhyL[C B/шU)u6| .$l,m46Hӊ۷c]}*xt덐 +N-f^b<:OA`:4YGUxܺբ$Q.C.Cl~춡p1k֖y)FZPri(c{Q)ޭ}|9Wo>BLE|;w?!4!뇁(5VX3"%X4vV_qt'|0 KwoXYNχ:|pݠЮHeMm>N("S<@HM-6v|gkfe>S/ءNtig Pܧx;ɸ'!Yapb٤1(=Oadԉ*mOȍEj,HF^LY#4ZՏ]r^D'J{ښЋd栂FD|> Mv1JZ]Č4ѓ99Y!^0Qgyk%а:a/͉coМRE)%U.ǽ=mH L1RJ+WyFZ$[Jl#v2^VwxfdEdg:@kT7g+B$ܽ sZ|̗]BsԈ56__P,`^"O^A%`}^\- z>]G|07@ckR=A:e w f066'4<<7bCqZDNyx=*e@х49JG,s8B#5識W#8蘿mr j1*1kR\)uvYGdޥ`Avo˷Q37rR#Qe|b*Tc#qHg2ð݋B6 ޮ&+04Np)=D,2}atc2a[ F}ƻ Ƿ}ޚH Ǡ! `s!(##ϐ2] XD]+`V.8+z^!A?EHaHy[B3V#YTVc,%uC3hm2ʃҪ`CʺOu-E` 7+Y~^=7k T7n_PF;,:?eHq(mt>u{r^!ٙcz- ?HjB@Mq.m@?,dXuK̈nN|fdpZAyL'8gE#{ؾ"o@_io;oYG6ȝ6oIRm{C =ͼ v8.9bB%]Jy0~7 ; 6n'1>- sVۂg"l|Ejɠ_tWb- Տ}#APO=igG-:X8-IcM׫X;  sû1ς5>IPdHVQ@T#tV|>T("5('$Ӯ/iyzhJˍm6D8}6+g80J]IRAR8a!ގ=e;NMuN<@="lj߼ɆHEbBpgzsIMcz.%*B.ű)רt~ON~5noȧPy 37 P7!V3A *a<ՄL[3Tػ% c~bc1pSdh@ O3?~F.]O ARFp?=ߓ2&Qs>ͷ~-Cʵŭ4~fVz +[alA|;;J:ƴv--S tHf]lI$w}7 9z)D)_..jY0>ׇٖ316E-? a[oCV쭃٪B`ϊlZj_n>i'x׾|`a_6Q'T"'n1 goBtf#m٨Kw\0}ﭑy1V$xDUP߃_qؾ,̣rwEhm,q^WB ml-̒0ĺU5Յ_ZJMiΨ|/\-VM>w5_ATdYHl2)*kLYYOc|O7m޲4̢&:RE2B$|ҁ?XAi߹ܳ#L7OScFƈ)NAa\uWWT{iR GB\d&FD`u]uwaZ ?Nm03QnT9Pd8l82S <ޅ#Va{9](~hWȻ[ĒKXOߝ+D%\២͆?CHBztM+@Jej rxQ; KI ^߷>lD^/ )>N^ݼ+*~>$A]}l&9R_Å0fuFfn\2gO?\ Zn ,N35n\ iSlzqW{]waMlpk:Ê%@5~%2=A9bBhʉ{GE>UӴip"(GNF;Qmp(+KO1]CAg.?1(uRH>V6 _,a!!إfة%v3qqG.VSЌ (xN2 ItX''"Y8U(aXGSrն x{I^P=)lB1J\"5:)~~35pfDŽMKZ 7EX7љLM'^%M"Y__LY0ǂ.O?+@m]_ u]1'2E3t7A!Z}%-EcneTIjbEh)VP&E8+\ʶ ':97r=6ѿ<>* ) "Ҥ#ͺ̇> , j?Cדh!Ζ'tH>l#¶;Al]"= ӊK+}a>O%&iҋ@2ڃF9sӛBcgiYx\6] Aȏsk˭^m#u'}hQjܪJqTUAFOG@ի MpPJx6=QNҵBgΖ.p&*L pf7%Sf:A{xh$j^_w*2vj{>ji|UէITXi#%P@ F]_Yy).P͈i\<1J|FG|)o%-x>e11o} X8c!|O_v)\ʴ=U,X fTv%DMƿz@ P{'+Bgo13Dr1oD%ʈ*xN[n~̶bǽCYcN M[MX9*5 m_dCND܀[v/Z2:*0nBJ-<&"Û8TJpT+zok$dJ;B96S#K̓ۄ`;(\GD_k|*a(~*{-ܻQ;+ B'kDuTGap-l5H+⬇3NW֞g 6U#oZ#J5E~s rIV5TԜM\^dpe-jS4;FaT?>D{̐3>T[؜o>K,i z3mg sc(bAH%WhvG{B7-5M0hظzف5xݘihÂ~neeF4-m v%5RF;8,ZyŘ\~&QOfi4Y/)NS$baKv (YtK1^+Xpx5㝔Q_9,z\-EGaK0w0Xc)`[5"D݁#Y.Ă/>ZnsW5>u]Dp4f;:(!pG -΂`87UL`eϹ3QsnuptEjhZjx^'~Zw~P8cv!;t9שUw?(Gi43_fgcL_K k @.zpZħ 58~S:m@Il̀p,"X1 $#'0[%Ƈ ~%cO#t2 Bd=ÓbZ]sRɜ(-[vSQ,A)N$6 , *K3 % k6|7x|lfΔf(,ol1G,H)mUc~[Y#fщTlbjX}seON9.i,]t%-bI9QynqK!N5.;$rf{Klލ Ao߂X ZP螘^V5]/-H1+1ۆ q<3wpE{tRTJN xKNdpgqӨd P=GKf}ru^RtkPi Q3{wl<ަ#wW`.{M YsR,k}ݩ0(Lfo6Կ$X]^``=}StWz GUݕ1#qGI ?܄͒8;I1+>p[OULJK%DzxtrT4̙%P$'HDH\ 0֮ \} `C|sκ!>ӨOG5dG+ѯ [>}_ {t1oH?'+<2ReMLեH\-+9ZP1"Vh@vȹOgrfjdj7lQhrQyVG;41Jw{(yzv&BDAEA2g L$ -(.nF7P^aqZV(]KF"ujOM1uCKg@x`ӡ?hOWYaxiV6N1gQ K;{{sndQ[kYOLDbL2/B~e9GKw⪏bBD*/riǿVӈJzes1*zWMM+[xWwg\08*E|cMk{AL,GAYb!àNJ shByTr7fy}N 85eRDu@w5/<[|9ZcVI,BuxtJ~>QM"w^L, 0=ٶWp㿐Œ2Nɷ!S<-B/.d,P))ew\!1py1 C2`]Ԉ QtfaN#Om>wH&MQ]( ْވdJ^` z1q {ֲv.O/|& ? 14 "(QR_lx=/yN `]xOwK47_OXN+>OOyKZLl_kMlb{x;#=HEI7NPHHYmE^YNx*); qT_z,-q~ƒa\){?Y~s3s͘s\;]Lot=2 (a\ߐ!P "^8%%$ rmhL%;EYrl.ý ҝ<0|?}40eTr&ZKNQĨ.+j.'^'AzğX!cofCG<{ ك`ZGۍcƯJD/52 . R vSOx&Byl% .('Jٶ>aoST?D\;p1틵WPzY|`4=FGmmPW2@6FCa$H7Ncv al 0CٳX#=6ILY]<߸y\q—t^V',7Ɓ;щd`F{h gB+C43uAbOq&2[ P+aO@^]yή)cY ?yrA ,g_$((EHhYEX4yG[ԺDԾFxz,ڳKjjpIű2VOPNmg_.椌/(k& W>>SMlفcMPs=dҿZ kU"K^脁*YL%JMa{wTb8 {ޯsrh7}}VQX**%aw;E=A^H±`nx@=Ԍqgע1koԬBC/}D Cj2_DO"lkw2V ̟؂y;w|0FT536JPPA=0.4LBv3S뼸hS68؛m~b ,Kw̡ܰ'vtS}R"ޝ6H ^DfEt w=q)4s*7|6{0D*|+UfG8SwCrx+3HK=ؠߩzIhXQ@q9yFfS۩^F(U{7ERJ ҥ`dYyaSxu7:aP^Q! }=|)W>F5M%DM@a hMM ZDC-PC.\q9Ln۝6ФzJ  wR[ʵ2=1Vz4a#$RyLзL G(&߹SJ9Uwĺ|ċ&\h7fyug%ogd`9Jj47&HA`KIتTR5(@>22[Dǩ+k&Yѿs&߇җ s[0'ϴ_hZ*[Ɋ(?VUv|o!gAgC*-jZ~<mFSgﰞٝE-~)|__5.E[gj̘\e $ Hefv] <|H@v ;RIWbˉ5@p(䘚bt-bP-3*6U,&& +v\iu>f|='+|kZhC :gѤ>`F_ittő6̓Z5-Ҫ=q4VQtzcgw: f-%5hTy0T9U|///BUAЙ%qм '_l}̑{do4714>sY_yr N+NG_F1b]2Žl2lJ^xnH`#+)'XlI?/lQvɷBuLh *F Z>i-#Trųx $Psw.TK5^5hn߲8C<ق{ NH{ZwH_-F@[ _휑,M&%fo>Bx#E*6& ' 4ao!3!70^W޸ІtpR˺)63Ӵ;$eP0]{"66& fV'l"'k0%nTrl;qr^J<'Ŋ\*9d~|U~u1oaDb͖@+yi%QA`K$ &O]iW%W u~tFϚӖ~ܐc= Ze} Tz ֿn@x#eA^+~E>QO;p!UO7MsHb^+f,Mpf~zvanɹ[% P<%!s.&Tt^[Yn66ĄhI8g~ҪII8]!C0jPڇҦ~dRF4N9Z/)1uI([ZȭEJȩ>To!q[C܃ȶ_E&x!&hw;Ն=i-ö$;Nؾbj썾3!r`@0C':: +x,⚔FSgwn{5E#HHdhO\^+ΰAl~ `k=Snk+Rzܷf>]1}v"" uKISXF$Cmc-qG0a\ߕԟbHѶYnHMv4 !QÀI#0 2*SM%X?T- N(iwT<W֏V#_Fcn6<(%/ Z;D̚r_D"{cǤi)T30ǭioKx+a帶ׁ'P^"蔅pb)_w5_oF LEB6Pjeq%^Q͑d.=+^XI;0jvoRNS5 9Z'}Z*ՀqUC7Ӱ~#<ŕòv8}iQxCUvXȗIdzXrd1tTǴ%) 1wL[v=$",FEEt2ZVBap9_0(.QW\ݼG>4` YkU˅tkshGt2d_UwTw}x7z .8~FH9#wYh ͢՚nL6HpPnH|5D~?ojtsl^xzD$iM d=G-oyB?eg!^P}Jۋ+] 9ʍSZAJإKH׫?4PMq32] N}wRSx\Rx͊2VĊ e  (пR{l O6;lЍ)!/<\+3dHrul1ј!)ٶ&ܑYR`\DpQ†hd fvO\ A2>uɬ͋xnߔ磞D ", " J)Δ-jfN*bg0v=Ǡ+7TX=zi @uGt=%{V4]T+\1v{NH!\L`9J0DbbZ 4C*{Ec456}TkC˳r;kfrPάiSj XvF>UEvV7Чƣmh؃ɷk.^N,]@U` "Pܧx'5pn2L!9Ɲ{QPrWgyGێRH`w$ # 61z5L5{}a̸Tipn#Jo 1zxߝ%F>R1%eΕ.ŬH T3xelnm8Ty8߫ﻰ(̠J"-l (#v^dȘbʊb9#۰A+hj>lgcj1Q/i֮|V_6XD.b>A^z .v LFVŠ)iPST;AYZ~mbja9BR,ДNdJ,X,tK).Wưz{z|\p" t)Xi^QJqr+:bO}4+!*beu%rh#w=ZF9^JT} E 4.[i)K(0q1Ey **V~3=*]K(IdDMTg\#F=hCΦI,?$" T,ryli5C%B =89h(󲒖) IWBk%(zB V9;ͳyTѣE=`jhN@dW֒պxG;nhd $pѾ):;ԺG5msRlrH2otqT jƼi[M=H9ҵ}dD[|srh- JH"Duع@93Nj,[tE3aĤLXK_IgyKP&XX&&RMs $ktU4UF,q^礲'N@OdL}ߞqB Nv1}!Un<!4U@J ˕8_=Il,GW hWw;"+g+Bv}J̬iTm%݈sSY?4.#͔]@Lj.44P7uwC˲e.Tvf<|Mnha!U4lj< %g\aN2!D!%BMN\x_T[&q67|1Z3Fيk500$$.8 Z2gbӎO=ʅtj[ҙZ+ *z9Ջ>$o&pv؝!AH"+NO`~vimy:Xr %~Ԋ[Df1qЋ.0pQ'0Dȩl oCNKo͐ r6٬_}ݷH۲PhLUA.l QۉFDUiA sX;$ŊIUXƁD)Tv'd%d "$+Si荨q707¨CD m/ ;AO9ZT!S+5DjҲt̶=r->tR/DkRE2ͷoI7PG3';f{,*1P1SW?'V=r2#q`1W泄p r=溎?T'd'lߑSNĠ9DfrI P[=`{j,rqVjU{(q9@Ѹ=apt`_',nwc}zEW7 nH{I]d4ނ/ax!IrzuJG.!>?P?x>V㷈i#v >S;ëx5mk *r>z E6^iRTU(!lUaipx93ܦIcаQDF2ղh@R:p>(&~r1:Z8hpip?,r. ]C ^?&n[M.p?($:hK tPt8B M- MMsL<tD@J_@>B{'xvI y B.Z:3$C{v¸r̛_ Yf҆gHU6n0}@n0,oL@tP]A cב,f7 Cp3O!~A&kws]41,p>*m qc='H}S#qquRb?_tjg  䫁j lZQͯ/ nzbܣ6;r*V ."`vߤ(NL ̰/o0XCF =]Ƴ+B5 I=#ÀVB]=]a dP=Z'4>pm*3c'k'0#}zvD⩷j=Iu1ll,2Z'cv, pQ D.%&fXʠ}Í/zx%aA lTaKn5@+sx0y$GusL/eJ@,x>m~UX ZjYUBS35M+Q a {4di+eFomP:՗78m:g^ T#q}#s s\ >=Cfvܳ&j㩧Z +j4"` jKC.@gsM nj\ U{xra(@PT)ȋkq)#4|tdVߥmK$@Mꥠ&@Ŋ\֫/(𧋐#̏ 17 ^U-0h]yb1<,'f iGQeZb'ӽ;G9z>@O[m0"j~;ScPDqTIo{h_h%cBK==>'gWeGp52'f2#X}tlF 1Ϸ%Y4ʐNl*>iEac=%i]IM[Xaq)^ B̊ESYfNE њ}bCj|X?##Ι^x ݣY*`'/ 74ea Dhz:[QP@Z $qzӯFn1I:1{'~nfb&t潐h__yoJTD0u2lV#./H@i4 uNOQ>bP@JvX$6?TUzG8AV{֌& R8HdYM7LϨ3}?9CV#婒ѹwIȺV;ervK19`ǦNJJʴ5MǷ'n:HJO7c@'U)uZ ,ϦW70Tw{ ȹ#_G>h %U¿{3dQQCl3ݨynh >NGF~o,Vu)ה~*RVwM,i2?(P*%Ą|iaگ%AN)v t\ 'Enϵ>bkl1 QNԽU,z66f49h7n>9ˍ .518H l4/yn Q壂zO Ë>E YsG`\oI-~$?)]&i]jęYIV0 h@GĖݵ"1/"bY" :'ʕ :@shl?X^lFn.M% & \H0@՗Pɸc"VRZȉe}E܂V/ndƹQ6,gmȒLDl4:YkGhUbA?˹6T*gjLGGZ{5 #jrGOtlV M|. :Qi]{MJS="{{2D6wAMaqFUVy|=/u뽲:]U a3Kҋ|>v-咰գ`8//Gڶ'{f%y>;RV xwrB׳Ra92S9DS =zdoVr'J7$<_oJoIԖpK ]8b+\N:(#S-KzfUIsM8j1F}fnjE?5B;͈@xA^d(K{~>-4y_s FV`f8W,NoW{A sBg {Y( 3 gF>ոݧeR\nb<)Z~Stth"݁aun}9Msw6;AlykDPE'ts}yu &r3n-eߣpi~rtS նG됎Nio4H k{|SJjaNj7m7߃f?fm> pZzNs{&~J,7eE:H>_I//a| T4 h@O~Į!͸aFm,av|t#_ZMO  .H?oD d>1ʜC_} 9QnNoE%Cgh^}h|NeMvʲiTܒ6ņeJ1NLjSes}=҇tTZ]#kOeÒJN9_^|CY ]qaūNbݻ%t+aNV/%o)Z'0f &IZՏ X DVm6ě"&fm !&psYWCH4 c-8Qڕ4y#߬8Q0Q;TIyW5-YO DzHX&\D+Ѷ9>G9u0G{cR&^Qv 槮z:nLmڕX'+ݨ-Io@7n5/ލsvt)=:Q0LeBbw#vje0>j|=c? {n>Nf'09mjJSrIga{Fb g@i&uL姎 ŵXQځ8qOI 0CJvRplC]'?p&>[{;m{V%[֭7BLS CZ^cP{EDB#6OJ栂3*Dlpj9c_,Vi1:A{X\yG{dVH9w P`2_Xu{Yb^m@uLjei#1hXasb!&4!R` X&lxOL>S9m a'ϣ$7Nr]$YX\]EgoAN؇W"6`5X P^m;'='YmewdCۦ\Cpw}P϶y)D=q6faTr^SWԯ3!YO*2a/%;#Bq%jtT=^3pXxksorw[_(7Sق uNӖRuŤV-⼊}6faM^5ۿf_-5ݖt@LE F˒n p< y|L>^(1p`-MN5XY -7'AF C2jCAd Z/;^2N3Gcavv6T d!B%@ 7f+8"*8Q jal~,2qWt¨kc Fr0_oW$2*QǰK?ng٭Ep@*U)7X%t`hLJ߷ M 3 #[}c /4SĢCvuաX]&IH&*V7/;T#A6>q1?S+\TK8 "jC%\5uY}Cd=M)GsQXʮVE;dUgPol|D_đ =gon푑GGUk+}&*2lo]yx" L WM}ƪSxo$dCL[DSƏkۨ Gy_p t_>/Y#ڰU4@%ĸbHKxٮ?:եyͳ; $q?ܟꥉ &S?<˝w>j ZDI+iX=g=n.UZ^84UJ iY "@z2pKMpĿs1BdlXE\ lh@ʐ-rVBl]كPR FH-Ȏt*N֘4'TzlaQs2QpTn oZZoO*Uɏ9=T*.W>IY|zռ bE{<`OCDx9WP̪k'_aȡL!lpީHVޘ}J!澧&nFk~diK>2QUy Rg&ݱL*Pfʁ^LyLk*OU`@omX`BYaeU}۪'q.3/NN}z ?UNc++IZYHkEߛp6mc#{GPT:4Լ9Y&ބhU:Y?avivͪM+XQ'"gl^s9!RY0ζbP|=V󁳃3<DzBJ0/sޥeqOߘDO?C+ c4s3;@ph@,O+M~$gG Q]޼dr"ltڻ -M{<1|V쩞i2x\Ft |I%Obc/q*ʽXTȁf!nCj"=ǻz,DLD_33!d1]cٲfқ18(bq"gٺrƜ)Gd )go1ak\'/wd(lfiiI},KlA7+^>j7>:|I= 0w_d 6SH 8~~!m"2sJ=zq{bUƷs!c\۶8 'dP yz|r?:Nh ngxqhHiz ~`P`ǰ@ …M6zvl;Kበ1򛢸SEcC76yZl6t{-;Yp`¶qKGL[_&h\j"IX`4B9٩cIܜ Ph*1& ^UVrv+C?oT0Jꗔ)ۂ=- &:q>)n8Agq0d2}ku 㻼,B@c*=bW:|aFa+*~#Zځk$ Yaa@o_,Դo"J苫J L__/X/|WMW%9*! iMr4%|(?hjг{seu[jzk"eu>آKB U0Y|Ñ^{F@#I"˚O?Υ~0ɱS8A,%)Z%:6͓cKstA- s=ɫnrI1 jFE뮜(|ͶLΜ]˶/WG2!ƑD! HHb`3ave(⯐qQLv*?0v /8}eص=>&>`/$yQ_;#=T츏1 K/WI&& Հ6e@| bJ﷥mBXZ:Znơmyҫ%ݿV|Gw1\RZSUE xCJOf\]C[2{JuoTVJ]) ܗ®yȣwf* GopzzuZnZih\u}"/-ԋv؈uJ5g}n#5[lNtO"ʛN$GtϬ!r?87Ե ʦz zwL쐇TU.=#rl~n8R VB:ԆeŕOU.t !OiW_c:T!A}9&ps Q\Eu#5*iX1D]K@X{% =[{}=^|E[AEII=颁7 俢*},7"G(w]֖G=^ p!T:9E>0zn@?SMf6-R '֮$j.H:PEf{7&yjc+e(&ۤy4gSBX_@ j~0|IJY'()+5ɓC 1,> {t[tyأJᒭI5`*my3 ("Fst*ZÒѷhM[߭$]2 ` 6:uzU`l ˯&E;@oϙOѥd[,\H';'f)CX4$l;>Q;D ӧ˫:4ŝ52:f 9_HxVDo#VEDHi4<̔PdX0m_D#z~9eE+me &a@X(P#63T(Ne t$C7'W`O++-u/*h8i*8LA_ϔ7;FP ՔK3Ӫl9r[kLoEp)}%4;XFOJWaOOdQAO9='@\:g'%F"Q]H6+<|H{`Y;ҎGFlzn5 GDǏ]RI$U aL}>T*; ͹CbN"ye,+HA UW;@xЎ<>$3} PHbR_&ik]?5611bM#r~W 1KN%B_%ZK޶MnVQ_FI%WH-"VrI[e(@8~%drOhA*lMw֛AtxZt, Ȳ"k~t`IyNȉɧ,oj&fΦ-<X!ښt&6F䚻@H((ea&S(n*zxM)js˰$7Z޹Q}H=B!U#hBEȧCO0{&G2uGF࣋j8x˷a Ftٌƛ7S v|/"A9V9{SU>vj?=L!Ca`tјo~b4mf\̡z6dJ@ <VRHf X0ۢQQ!E㉝}3,,}a|[qy>ΡȪIH-K#×JNeH9( ]z͈2-1mS?d4#>}06ŢkO0u36.lkS+o@;{o4q r`MG1^rry +n ~Փ?;e!vu[q |lN ӂ50 4T墼~ϱRi=|Kt)NWq6/8ug[%+?U_xp)MGhrpiOT`S_<42g̴rP27iKoؐ"4!Sh`"Kaծ͑}[ AS^YUE [-T~W穇 b2 ovu?v:P )@YY;=ߋ0(@!.iMf'-2 5-;boLͭmM0F 0B]o0-%.TsvV 37mgTI)>k. 5BInbwDJ1 Lݼ`9iȍ Kbf;(bH3L~mn`=.\uڭ((b,qpXVj3R.D*Nrh94$J2?sI`+-н吷f*lcCz}$x98c֞Vb?R* QLp6`۝S# Wv(DŽ Oִbt CgȌ W.M .XuNB]ũ4}6涛mGu}8c#V/jsmn O3kegQrWq}T>r[T9IaZor1@?ib|u(0\Eف 'mK]1:ǧ ʇ@[|~\8rW2aNp8P"}o*i#xw&bYHԗH i gu( j[P}_N]AD:z{|Qb}>]z*rV!?XEXX8dz%NIj7J|ZdTqh v *tHkM_Tfe>ϗ&4ۙjU8'E7A4txj#`r~]Hy#c~d2 155(O2k}V=B-ͻ=VF<,M5 {EMR艣]]|Zz|JR>H DŽHlCjz3s{ !$W؎ -Q gEQś Ѯ; 1> rK{SV3~sS@q)AOaiV+&0iօČBkʊ{q++2!wP=q$s;ZU~96rh<}o|k-NcJ}^+yIrc:s;MY_+aC0A/$fԻÐyд}3dp-b t\\rVhGFܠYnUaCЏTysUw-]SyqD\"!t3I%fO۸yBk-S2}>Q&׃4ז$d5b^rkGFt@2I7)>)Ґb}wp"mY*_ux9z0^,()Z! (HβQ娴h t;e.S ڕܴ&S7%id9ͮs1:ۼ@L>n^Kp⽖/0 ΅{r6V"||[đKx]CVM_P3~d(|S6,'"g-r9 (uz ïb'=w;2ϐcd&4Lӧ;ۺ"19 Je:NJ`$F Ps]'֐!$֛R :/Ni#ϰIN8 |0bܜ6.++YFsl6Ogy8z,:e7F)rIˏ,ASv+LH^72AHۇ7&3-M›}ńQ_i6A30"SM)Ce~HD$(,)aQ10Td M.$1=(c~9tOHI"SZ+ X9 gRbɼ̕(jY.=.SONI{[Ac!tRvlG8ߎёIV\ ձ޹-/U>%qtO <^Bi?VFM*Od>ӝ \< >w`ߤ@F30?M9FnZ,`k;5](:>#bkꭼe_QiJ֬ɅI֜ {Jљ$aWrAD o>Dh]?޶jFd&ᙫn+Dwm,1N-MR&$,YLe)V3*DD^ 2 blhc0#1S98,ː7HT;ua~hQpX,[%x҉}͈ _{Zo?%ĴAgG[ wx0I $ '<=QTV` dߐ#̛ ʦmXr\ሓ`mYk8) UЕM>y0 e1>~Ee} 6/Auo`P켇zAm"hOA]Wщ}+^N؂I9OrGQZh7)ڽ;x'S 2#8P1Ƨ {jo県BݴJu(~y 'A`}O?/gkK0aC'9uE{Wj j| > NM~b'f;+{H7tnqn-E:o;TӘJ&ugӇ@HGhːLOmN5BH7H|eV:3X k2gu$xIiڞȿ ElѼZmڄ0#9,4_U;f[-+:TB-3fmKTMH:z>n8T3"uAtVѹSO=TzojѭJ,a폜9I\$ SϹ%gA*7Tև)JٛpIͲu5T9AdNRMmKհtqH¡p#ײmYkhzzWKRh+,diI\_l=O/K1:xz'"eP~"<OАs"C4aXHbqwx%B3Wk yd% bE!hxt4EnCJďv3\դF,r*pv* ЀNdn ꓧBȐ,ljpY)4S ii_ N2v 7)oՙAY%5vyeS]&ć}9qӃ'߬SqL l/B³H 7rL7~]jH_W)! (o 9 %& GZ[Me^ޟQ7CY!ڢ*"<$+w/ sŪSXkCw, :?BތVQ֩:pQ_rVTFFykFlG~5E<̀.š)ySA&uȭq$p~"CaDW}CNEQ?M RI8bΦH{ Ku#{$xH oh׈)$ 8v߯EG|>F![##M٘_6^4wnV,Ƭ~2~RRi?-6ecJ`g=Saf' ٪Y+\FR{V͘뚶AVKDtI*\mK ydɷw*-:jzDFh)jwbiBl>.XI &+"w|xuIyσ O.XZB-TEU4Z2s^aJT/O~FƆ^ hKOb[](3Pp#5 GCO: aLE^/ϗw%}?.ؗI#iWb[G^;M ==`=z/hQĤegք)`Q&,=O=)JJ+.9RfSԮ\d)X4@Ɏ׳/Y^[0tv.8M#3&5GZ w{k>ylr~1|+e6vIOyΑS0x;$-gr !S3u,+ `{XZ <,|&V>DzH7o@?kGDyc:R&旅9pbXl8)y 2)-ԡ2Ua0ݘ\4' ڱ,7(^% 'tHz>gHˠ `L،MK,q̤3:M xdP6L#Ԥl4#C]xu-=p.av_d-!٬I54/\ba2 iAA*BoVU>hìuP>p0u<y1 !aJ7~ӗ oݓeRIc֙HH+01绲'+aLQ: (M)u WEQ%B~O<444gв殿0fT'yiF?)X^D01ʹ` y' BwԿ6 ͸F 5- ӑ~|SU{~*P!/^w 򺹱kc͘ QGa\^dKK1MGF}1Q?sw p茜3 i !ΛCN:{J^>F+jQK Pǫoz.u ߺ`b\gcr1]Dkּʠ,\ᙉJ>vxJM] Gyo/h%X@NU <?V㍧/PwѦ=K5xtˑP:HwyfiX|&[2oTƊ4O|c6<&վn{Ihp;bV[#-4{ (H3GIW i*3*Squ4?ߧ/o;e@ҫDA*?݌=weVCͷ=% : {NO>h@W]s7p0etgRfb*ޚxT w)+mjF'n:F]JL;^'mt-A `_h ={X= 䚉 H Li:q U:tsmPJ& بJ8s04]LThz+W3RV^tYw>-dRV)3XY<-A** utz${r5lSňYd `|ƌRʵ9C@1=AHPՀ3Ƈ$YEj71l.و']_ ܡdG./tFd&ff_[%Ґ22Q^,_ 3\~>M5-3,֗PSS1aDwN.`z}.٭`FkN%^!WLyK>R]ɼ9JOy~wSL ST#b66 #0,ĴVQpU# !s_IjZ$4z&XJHԝ0_DARɂzR}f/GK\>&/z_JBB>M Dl:kT.#Xτ H@imٰYR[3$w a"' ^AfUd+v,gh o8!$73!Eca&+Jp%RW8?QLha@^. Dn .ؓ6sf%qԫ*^'[:ڇO2{ADnnR+Y_9ro$ `dxON!P©Jj7[c٥Ou._H"l'C)/Y]`?r2Km׹7b'?fPM>$?eRW&/f4ٛ *h5`i$狖Q_]P|</<?x"KAD#p MbF@Ky^/!rxU A~xK0- /7o&K;VIB3rL[xߎ۞>{gWJn,[3J V};mCSs3*<%'ŊQ\x?ddw&'m#3+yxCN)$C.|r}Ք>rVmZJߘ^Yg ַ E~+aڠ\<`P|V"}Qf! ` (?&ǝ?B:Mv5>pSY[Nc:!'zSM *Їw r-orU6כW?\r(uR ʶH14e>yl"gd.qԄ$ȿx{x"LF(,deLTcYr$V=bV(#JnC-8o+:ئn3vMΕ !Mk i qj-e[;!1Kin.-Z3\ iCKbaEoB ':^fo |z7F/PQ%OEY~mݛ#u[JkS-YK oCY0G_EME{2oԹ(qkQyx2Q'Ň͚\Fj!rGd_p: E)- ~ AcxT {94*mٽʜ"``{ )ޕ$h|drW]eP}2t^чn4eW`ݓ Hٯígo>\`"0\\˽klݜPgݲn4[j Y'Jȷi!~ q|^#'q4 Ʊ Qɰs64Ýzaߓa% T]Oq7՟A w6h³'X=ݥвz7SS}]WiCXwRPť1auxj\A}V)>LJpbp6z)42!#ƉsMRQcl/@6=`uK(FbV))$~̣${M$1^S0J.\:nز^cwoVDYUE( o?ժȡ.L mLwZ|v8ˮ&W%9$eb tTVa*`#_*zlQҥV!~ʺ`#-rS +M7EHzںԗ5d*1͝ 38o8!  pS/(m,&2@*&cB,7Ѐu X .#֐I2HVz'L 1'vlKpK0;T{!e WLm 0W4pTW LNZ]ic~92K)9,+3wrQ&bKH*y_iRS1geI躺S]؂6MZ=N|'X%wjZ-nd2 ԫ [GՇupv@<))r>\nnM̽Z^\,ibhHO+E=~i%X"q0E$oYA!&N/M57k#{iU+L 软^pTm[SUAj$m?uqg SPA1@WY/0u6(Nϰьoy[Ԉv$gФMpB_t"6[!o*)4A-NB"N=ӷmTۜ!۠]>+FL'oo;GVpObgB^u-m^N{ DaA]\TL#ڹfgc‡߮J0)x[ =\Lmtwrɯ ÓMFޤoamqri n+w]yoyT@n4Bv\s5pK!?TvH9 k2~P6c~yVrxq@8ilxXVCjY] v[-@azqV%"Z6Z}% M*vS˟ꈎK偐}VXpS!/jR]%9 q"hw?{MNSJŰ=φlni&I'?e}"(vr" ĵ0d':[mOI`Rs̀O,~'$;~D5P.8QhTnwD4}3ZPQ M]?΅L37m)=!OQuLF$7%.[噎:3H E(VQs68o`l`܃^nM(̄aps*,.nmb>|qFz(AX4tDܗPpR. xũ]*ql 0xN{2-pZ!G8[R,O9x.fɹ^|Dyr/!/BE3ZyԪ[A/ d{iSw5\OA~"GyhElʻn{%+ kBW[}&Ϙ4Zawի?[1 8}$U6[IVKw p(U2s 0 Kk=?2A!`ƒEBYL2|ƷO&ZRjOhUs..TVl:d^"V#s&67?6F@NMQ9T%g+X_(LP>!jjGul =* #kH.ƽBǐ1:7_r;ǯ`༝Cz߹ϏKr; KU,<;XxfKvI)q')}N~NjY]kKKLW++'WTK&̠ 2WfM?'#qUh29vܑ*2 Smk'ma/l/39<S ohMqu,ˬ[4_,NdgZ4G2Str Z2a +WpXp Ai[mZIl0>g-,Q?RFtIFdf4b^j2dI@-6e } L а8dQ+ISjӆ=3y+J^TH;x|FzB^m޻{$~9YS q䷕#JpvRY[ C~%0fCЫ|ԏYћ7D5l|32&5Fucݩo{bS1duqKy.zd4R9n+Vz$ }q˦"~Գw)K|a ߴI\tmg&ʩ"✚ഊe/W ȃEu<[ê\<0 #F~$y` {5&2(]GZfH+,rveFh13$XײUZy+ 9hFZ aU>% 8Md]:/)1z&2' m-nj jh.voR~ ϐAHlL2Dtv+JN[?4Y>=*>-eЪ3| ;!^_R=mi`䍱T8*l'vTǣh\#5~Z $rRw r!TDtQz&& GZ-ƒH0*B꣨\zGEUg< hȩ(Xy;5Hؔ`=W hDT_ 啸5&UR a'Aܘ | pس=#6%Sn1Y&Z;ZU'IkI- | CIT2h'CfxVs<|b5.?wySУ)'[psqy<+h"c3 B/[&縜S;_׏ů!vŚ(hY،}ЂPDq9=4,`:.u\tp5)`]Tݻ >Q2mMf9PBam/,_vw#Vԣ1Gu ]1>5+hgs./cфxK;ԔQ/%wOSSig:%ΏCCD&|k:KkakFez}5~:œ0kXZXr :ZN<@{ 0;PDĤ[c>]ZӭB`MA+ϳZ}!wK~\^=6Ͳ[a_cUJ=JVKnLܭEGb{m5EW 8:Yhoڂ-n<ױ# dZp@5,Nn0]"q>TPNOU1PHDzöY=lV&b|TT 2*2zp]Ep*S7 )ԥ@7Shl0<헮?<:X\/>'88x[,$2YTL(Gæ4(& ^f۳Ue* AS 1Zq{ ݦB|NvfB(ₕOH{)8&Jg:h:xGț=UIx _[1AƩVqBQee&/GHU#SK:gqM~$Ŋ$mw֯U!@`7ުtZH/(X!JNt@2;άDꐙgbżl^ou=!Auv2ʯFf /F`:KrEU죗W<ታ,wGV"tӣep~ 碅׍rG}ڗޑI,8g%#{ݶnnSNB =i'Ga,hA)GA|IOkH>EIu4ߨmHf ':>\hfK,Z^mNkԊAm3ӊQڵ|0>]EK.3TuwU_ 9b ]%p Q r x3N~a+$%>&<,bpOuEatdU>L vyS?-  <(Սi(kZLaayŹz2@|+r d諚URk= h..h6ZAx L^m1(osOΞ*] kUߘ}zy/;UE)MvI@fFt~;Eq_tJ79_i@uTb5qbąГW=1FY:lXG2u$ԩzK4]Q|KE |/G7ˌ܃EƮ{ά~gUT48I2c.wN|&iBϤ0w1gdxCcq;A7TsJE9͢J ,@eOPM&:9&VoW ΈJ3*"|_dr|'1*1H ?1}iub."֋vwNfnAEmg8|-+:Cc2& J()r ;dCc CO6dLU۫?X~"áe '馟ፌXњ,T(Qdk{Y?A}[ W8!!$.dNN+EH] /G6@TȫuWug7 "ےn;=zҢ՚3Z-BgU^GAr͓CfȦ2 mRmԈH: uW7^ b֩'P|?^xl+lC0vh1ګ-koLr-Fw:'Mk KUm%J=fXcLG⿩@x(kC%CazuTL_K%͊3ł +8ПK'^wdFKKKD"}t<"?-Nj~K;#AH6\smDE=hg. sb╿ƬAF-P.E>geu{ !{Dc/ɟ> Nh%c{ |E]/L?V ?)D*M"~;3u.Qƺ P#xGg]A+^l2g{*[ 5]~AJSZyRv?ZqVze 5{֨p}Cv%QDz̎}OI_e\∖7)/zUTY4N{ {.TsƉtk85[!}ůh߳~ml,#s^hfXSο^M.v=V %X=bd(EUfqSB65b9]A_{0 j`д*3q4NXnfLV2r<{92TuCbgvT%$cV"gN =Yґg~%&dKnJ9 $UAq&.2w/R*:D pXg'no^s)ܳIzkQ \ej_#><@Y釕zt~$Ul!=>SO:gxȄ lQuBE)1܂CjeQ7'vhIJlƻ%/L4=.WkbH+)OW2vGD>KqAuT~8CN򪧣@?Mf3Rm/P^E>]E2s=s\k.0\׆!C&yoȫ:Rʹ/^PVg641f{f7\T+CD $~ŎxmZVH%7 {ڤ-4\|pJVX1 "|VJw%Tԋnk]$2];,{TdmmEn<3euʚU,މvc82T TW5ԢCL,(` xh?j@0h Y}t~0[?J-Aj>SGJ}1~ |q~hh$f8u[6 +E̥QD\;N4-0o-D6:'+l4b؈8ed1XPmq)2G\02'*R&,DZQ݌u=1 a !(^5fͨ%ќƥ8uKz\2΍aM@phJˣ8D!cxӺS<%.>pw`j1TRC`[=n}c}y Y|| ҬZyt$?a\3 lArJ-";G-:u?bf*!"-6l8%! ncSqs?{_M-N{oXC0A{R2VenRBIbhT^%} (C:Qq0fL_D yQH83BoЛZ68+{[{QX%ɪѕʠ7KHpyPY~rJG,~>@[sXd75l9$˓8TUs}dY3|ߛǶ5x?MFϭt}Q 2un#O6L9Dķ kn~1fŧ4nU>֭pSa+D Z|yG`E ?֙t*^ 8Sc,m6Z|)'y87,T6 q!mhY&򳜜ޱ0n(V{۝S4GF@R+yۛ2іYٸ"\B!o-hv kkA@/c uUh.O; 'NhQV1l\_p͗yc=nD-y7*Jȁ="ZGv Bdn4jǀbJyRP4p٤F.Q ]-'2Ofh#TlOkue.=erW+d'xq;c ՑD#\x09tD,gi@  Kn3.HRٱ!) w0Śn.,<t8p%Z?ɘ2E>h`%P(Opr p}PwVxP~mnZliMܽ}ǞDced۟l^OLQœO  qJ,?LU; 1tt6+%F41^C7㒺ĥmd"wj%RL'°80F"pt۶S2V!.~{D;-GzZuN5VD=Xat)ěO(KϚ0gdX{oR'4I4QSH>}|ʉNT?VlZOv.s8o8Hj&Cqz\jDV֍5)g~:H( = uuvj7py4 4ʛm2ۓ{MVڸۡ9+re9fiXEScpLGx[<+ %+Obހ,VA9Ǖu)Cr!)(<1U{#1b v'a4:Vbҍz&Y @'z{V\M]ަd;*~롷^QvxDր~`48{`09Lf#XX^:O$JB;O.\lg8 j=qGz[#>_os)úco_I#Ʈ|9yF4 M:g;W)I頧-fS%| cX:k8YE%"bݿg2wE@,fykjOV#MA.1A"b}#;X4PꘔQPkIIZO޾-()ԁm.-AK_{ r+g ${?YMF1]apOan_7.TNT݋dZ^ <$}N0ԍo>=a@!PdJgK '0NNR.2`qFlt#;Q"ΐvI^.on"S IZ(KM쳞lf e.rcO @ ߟ+n}IdsdN yIW(ސpQ5yDmkIA=CN7M9ՈҰWRR‚AXʝOW`thq:of-R>sےSknD> KVݵ haNgs7BX2ݬn:B3qfQ:FLV"3Sb&Bׂ>͞ xg :h l?NK@+(`;ն4_PIw m)`f"d~Qgź`fF iï0DW\ Eǥ{z,wI5DWM JU ns!=?ӳc.De\/+XRb`>wNyt& Th:EJmBڻה{ݚ$=툷9x|~!z2.+v 8 x! ǡ(*;>V2NclZVي[5L lo 7Hˆx^?L#zpH[, l,NƴȏN9+CI:txE9..Ev^!23=0^̪^>Egg¤`Iergԧ٘$)y8*BtT=bӸ0vìP6+j,NRmq{q9֪ksp)'~-@oʥ]0}/1B)D#x,:w5o:rXM.w~\(G-qT#IL&!6ZKW0^0w*̓! }K!7׍ټ~0D'2n !i<.s\-'C~DD.G}=z /V~̍o\Y.o,Й~Ȅ#09iҿ4<g9gnΉ2=7v@{,=MsWg4A;e;pfZc3sWռ#8k&8Q}y]A_+N=<SNW-3y9.Dȧ}Sg:s 1g!ƚ%Ith"~'3Wi8jl {ʃqh1K67Lo[AQW$Xur8+wa%@_E`;LDzveڷp!(I!G|]ùOS/q"H_gwƸ:1K.85s"r05*DoNdltHAOzaLo.o,'?7W+*cq]|LOz{%RBr2M[3.^:w.m-GIU;Iy^C dV=H׃S$fC=_"Y,3l<<-5c K, -_Uz(=/idT6CJw" BVy(Wk}ٝjutOP.2^s3F PӹZtPlNӄfԊ~)| (u's6@);kq'e:Q5ԟtRY^:& z <$;x鸹.Usk)]1b<7MCXj>J/63 !|3z88ܮǝzD9;N: E?,XyֵI' Dw [zafc MKrQܕ֧|HjH0}5!qUFCÈ0˲-.#V2y!>se];m[Myr@W`kѱk1OWXӐHBx;}QiW}I!RaD'h׳8nXԄo;*}T2!;( g?3"ɺÜVp,`1OFS5) />͊v& ԋGm( Ðe yeޝW{z #Tv.Z:Ûg*//yuֈu,\o LZ|ƒUxըRïB OBЪ2 7#s>Q.jU\Ǡ683z/ҹ dom^ NL:g vS*'Gm]}KAyFMdENIh4zFRc~gc=ƨO5 Ȯtr\yl~$m; cӟn9kH3v33P9j -|>B,\ m{~~tinf K\%xfH{ 861MtK=~y˸0:UT2^C #nX堭l5\+|6>m0U}Dkf0:$ұ H垥5٥?/HF: S8h\^Wjn1$~c#ɞz3;|r5 m\8dE`Y<Wr4KVV)z,6 V-aƼLtF6Ԓ6,' y$LsQd:UT\Jcz ̾݅^ 0eC#i4#1ތ|C|L0%UڪZ9qP2_ 4Bܩrg<3ʟQ3Ĩc?{XA(RTHrR[j!4Q9/.A4F鱗k}$\=lMwAdex06Aě]r)_y `qk^B OckoOs"1y(zQ{,L#'xrRJsU y]bD;p/*`:krIg$nY~z%ףy0cML P /"zWjY xkX+&sǂ:u/F}`+7Bo-*P᫑5Fh%FakԦx$i,~i u]*H`A"!n=eM*! C:}T\T:OuT݇DɯwݫyN6-\{JV~W#G\wc(G'evH:i#^i_NA#2}WUT`Y#^k*Ԉ9{PLEcAAscފV M;Ѡyk1LF+[~TyBa#-f jS_q= yG8Y'nS~/vhpT9$IR@=ySg$Ř0HrEY e: )#ª+Pɵgb荧 g, 2/e ӟdm7ݿXB4dp~8ήb\\8/=L#5uHyf 1:oo#^૽'T*?ҲPhڒ+86&iw-$yLv&/>>b}dȼsX?2#ߣ)ϻ%G}ξoWڟܒl6NѾ=<<\*& ΀~w QO4aŸ &J|ܘǎ_ ē~J4i>B^콷"6 z3sXeenƦJ( 6d֔qV_R yPu[zW&bOaxلmCv6dIl_^SD׌ctq j K c]*s^7ȯKQ={h,K{;]`҉E  DIޜA Zzx8,Vd9-O Bh7)P2g|R%Ⱦw7 }ӹHH 2]Ԛ `5OeA6BH1fscs!f8}PnH}iIk3ض-_/[5q3[ēWglٴG&YH;E(,~͠'UU8bk\1HA73˞v8JhK\}l?؋rF w?]`RlozV#EgGNw/=O ~ *57/%oguY*t-o͆-dSl֎m4LDѩȠ&PSޠJ2J<8:wU^`P4;>rCVxQ@csI/b{6%Dk@;;۵vͅAWQW-;{Y|p$z_-L]٠ J|6 G ԛ PFD=,Y̬ayRc˱?a(˩>HҦH6,F-NGJJw/?Z$jY:X|TJbc ar’ؿ[l a9do`,K\]}̈+d~OB-fM#=+~JuHҟ 9S12o!lTh4ĆYq?*ς!V(trܾZ[R,f'rfNv<'Bت8ȥpc.] ԟ$[B 9_Xݼ%;YJ SwmtCCx.1V*(q\.s`ٰD.Ej3U84>Ȍ^̈|u 1":$opU(EwؓA .Xc5İW7am9y"sy7'/.>[w'R$S[_;kl\&0{ߵ3Zu |M=FgM}B/+UsRwю^2A\^H4Wwr>RK!o?5Ƒ#vJ9q_XaH;Pq_X .3e:eDlm/$dPUVp qW/kEv[/ОM,bPQȢJ4"ˣ\'޲g[YGwZrmT)܊6lDrkħ `G @ T֜A=tPѪx?+mhɰ-7Vn}Wk\ݰ/Hgoo8pޝ ,_1cF4{+ DHa;@6?{#ę1-o&' pR&Ǯy⦧oA:SlvWXETJ:? .~o7\NZP3HhX)`&1X:rƑ{`>$x)e(m"E3/WODN6%dۑEh|${ dY算C˳յ(AC†@D+Bh3g`j2IUJ?CYrkƴu1mNƜjȞ@ʉ0dӻ.HH8$cK k*8ԿiXh? ltɼ ًkFFH&:|s1w f^;jEXώS&:~ hg٬ XQJ >T)+<LrK:}Toq[,1Q؏B兗*F@HC4D'ɆBĻϜky]Dt,UoՊli!q(jO%?͉Z{ݑu+A[KsO1=w$MN"62g_&EfeʄPs$oCJ[C |ƴQZjPg]jՋwl`_R#Ve3ֲ#cnEKXw&o\@32Jvs5^pS zánDAfGox)˘M"uAхjKLE x OMʘnD0_ӑlu925zLpEfO"ƞu@ ,&^ifv+?Pܕ%Kn2Q}1hްڳ zRFG5Obﰖ0{,s(C])Ы~%\hhzSwoJ8=Ȓ ů$ 6>̥a<]T@r#gC DZiN^!.65[NEOz>RvrI JLx%"P)}Ȣ,9k|~i__;Fcgo3й7ӱXl {@(LSm#zħ[ 6~ Yvm'Y Wuqjb}ě'u\m^qHK/P],eË3i{2tdS\of&oTӺ2x >1Ө̓x(n_e:kLO~:%NS˄3*hb`W\>ua3h|។^YX~ܪ>0Pmd.Yp^ #V.HpŊRee7:K&%yZ+r5}hȞmZ9_: ^_2킝e+4r!lS}}-ŪiRVĻ9/2V_\]? uctvtT޾Z- \F'*D C1%c_ T"ҴgsU}Q Qݛn<_xp3Pe_-ߢooA ?=ŤYG3Wt$X*:~º\to#r(tz7[Yqs6R6>Pz<3w84)/ڃb?Qk&ffj%QfY%luRA\fBժ~d1Zq+"Q-QQ GKhpM^xψɺ ѫ4f,PUayQXT'_ݡx}=(Ͱ{t6eOuv SW1[yh*THN~Etu*EN,' h}Bb ) ys"R$K3#$u7'1);]KYZk(1G<ޜDn7a]s,f}Ȥ*s}s Nl/O V5?j,ڹɐ&9 c+oMڵtzQo>+vx fhD&G061R" הknRP8v FMÑ?; z"@,QHӫTŪYxt:&HnaȘaý@neǓNټ]}3|P{E8P}}Y`` *wM$t_ L;<6dcUo'#ct@+^ E&S?Ȋw980qy?Bnl[xTb{݉ ޴YFC&vH9wU_ Zj3NQ/btEV%^ˣattpNBK"cX+?ntwJvʹ ;ְR7B7bNi]H 9SC{#Pbfൔ񋥿)Pa A) 됬SY>v`EWyHbӲ\+Hܹ }}cC !U{83iW\Wzjლ=k:ֺ[ 3~.C?*,@^`!жJr~]ujtřgL_Wٕ\OQţoz)oh(uc.GfaOH!;*Nm&0CwX+? "y}cqH02vloSת[\;`\֗{UP"2F8B{^1Ypӭ )Jԕl!QIu>wͩQzYq-zAeo+ V蚂DԗSŹO [20\0isj7XjHǙ y㌒%xN٨};HȺoydZ94p[uf$Ndq?8T J;sU_Pap)Byٮ%]#4V"4]C#B<$#Wr+!9"M@4(qb +Sj *jR>˲ͦί[D%i{hr032ٲ[ہwJ`§ғ|_܃#24]8S@=xdfFK46&QNoe-)(oS*of(Odً㪻Ɨ"d 4 [?3 dwꢝR@)VjD8BV?&kgF޻tY,s!X`*_WNż2yST5xٰ?*D>R4.}Wްe\cdÁ0N6Ig#8A8{Hn%2˸B(KcI85Ǜ#(!5 gFHl 2(G~o.iH)HwEhecG+lrQãnEÊt}?!hd{(Y)NĨCz"(aGBo&9^P|<},3ڻP`J,<ഘ-_Op@wmh5C GdK}2jH^B'6MU6!gΕ*P?76NBA h1ްOFsJϪ1k!92!ǚ~5ܸb XXg}hզ>hO"9g S#2niQNk,M҈i:'1RK(_TVaPDX~dWV `%x-2֩(*YzZl#YGyje8ן/k㌟Zԩ KMO&>pzGh0X HhI!CZ#t\|Sce]`9zQM _%bf#>XI$-:ċˁ4 Z H6&gGó{yV!5rَopL[meGN8i}tl=L-n7Efгk̮R0L盧 Ǟ^˗W'is80.`j(u31JL@0Q&H3@k-z< 2LxD<sYϩՈt:Iyk6"Ģ&Aޓ@|Skn֓~;3+Iӓ{CzCHZɮd{i K"ܖFEJ' `~~Ubg4qA;(6ۡDe &F~u2mFQڣި@!lȠ+kW)"9?tRCռK$s5.нV _BRTQ'rӦ憓˟郬|:xLsZbxH|KnbՋm$Q[O.b=:&K"2SROz:z zjډRxn#Yn(LqQ05jʟE>T7f淒6/$x(3ɉwpa eؑ.]yl(o_c- me! oJ~$&k"ʹ>`}OeZ:A?'URUJ=7_hDFeXԌ"lHtFP{>Yd@g2ޚ 6V QMž Rд,Y~<'!?Yt_]*qQXeLH5ع<'m*Ң`C4?>ҙ}ANHqR .piF8 -ɢ@5njt)io%>[t8oWIgn؎d2+*phd8@5)0H;4b7C= |,n7jxGSp&<dʶq63 X]/FbKqlk+kpFo44\ 2.{NEi-poQKpHɚP0).`FX|QHTB5M<ǜo:̫J \B@XUf3>v#ww wg `3$ JF<*4.Uh~}Րp h@e f r9k׬P-b>I"7QqlI4.!ǐNVk(j1xS80`k"$1.u˰Q݌{{fVZ.;Vjc< E,#9$OvaGfL#!"\L8^I`B QN QA/pf7<B2-A9{4#4YyHly4i1FAo#q*q9L Mؓ ӥ2/x*V?eXX<z!}k@7L]e g 1?J?Ѓv*ͱP F?Za0ӫ`N/xT[>=q'ehzk 1U]# v_Ԧ?!j4 \Md;7m)k&FI]-Pb @ҙ/ `a_XK_ && }! cї:7tٮ72x@kȧjAHz鳒:ɳ.u?4Z߲.MX7B= EWӾ+*+q6ZdP]ޠ9C5y>.ċo&˩R~+e{!'6603~f%6.eEP,L$l\5N[8=NH@M*!WvzW2OHSNFz4LߥH?X T ޏ_Cr5bśg;Fk'RbjKXp^Jc-if 27_d*UUߤݎ!6hUqiA8z+lquP!WC˱.w6#WRv$WfTn&ڜ'/ )roe+{:y BU>d.w{+[0}PI%~2Åw6op^)2B/,ںzጞY|ɏaS=ƝG ;P?4jZ9}8ؠk͆>`nnAs΃oȒOTVp9 98{m;ʧpzҎ@ۜ0} wΖF([`}>8jMSXgY=A u $A-\έ]-{ g@ DF)v /M`xԺEg?}%~p+=<'q$v }s`J/k*q1̳?5?ÿѐvgCۦK&'.' ;RjCpUOyjl21oBG[dTm\[*jbdP1+g"}nA{jikbe|4[ r c?' EXb+o$\` qѥ¢sI{UlG:>5NGk##8F1LJkdk]voהsIOAm˝m{&i<|9r$qx# pF;"D/iD1V=יt-<1LxYDEkX( $s6½lzE H9v[Fgzz#) J''pK[&ˈZ}a(X[5K6~*-:SgIhޭ} {uCk2w__i5,',M 3[WM_JҬ{Z2؜j@)Ox7.Vil5 Ym$cOB0qd;R,7 qtW>~t+L*̤q3O-H:Y\򌝞xH/;uӹ;= qcIhxPđcKi[|xec*Z{\ !f+`9!ɫf`$JP+.)s)Yr5ޜ$F!Oƙ)aVewpf/ ~8(R5eq i\~L|1LsLY͛6.I{[@ZE2ܑr=+@?kn<,y1ڹ%;AUH}l{-;YR{:%uỦKEeGF,k#R 0.v} <]x}ru^fBVirwA|.fc쁅9_@@h+mPpSYzs=jwJfGW^!25;_t;ܗ5<.@;,jY΅[B`FsTDcXy3}_W")m%7SKr8xUe=i-hH\|>"m'Z2ʬ>$hlw8pQ:>ϷUHw'+#(SyGO(eI -pcT6{lr@ (pݙiBg `7؊5Kaʡ7o sۺI +f| 0aBTS_-=!XM>wu)]n!ކh 'u.6Y 榊Ah{&ȎTӁDw$r gEju UZ'd/A\V -_lM[Z="S.fq"@ pl{o5ztCY0&PgDSy7(F,XtVEN6Ҋ9f&$|< 9H3WBV{uJ)߀*/ўJH,-ل2~!>';*Fzʐά~'c<}BQ>BԐ5}{ߊBpo,7Jf;'lSE\YDSBV9t 7nC (;2駰PAY }DHÁQ6ː^uf耞x.dZ{Aޚ slYA, 3 ROHVOFWy3C d| Ih;Q?ԵE!nli ^Ն:jT;ҝT(9ɿacDD|ٻbGoi6 "0QCָ/MVR_} en4x+^#ՠ.^VԎ _ݣ/=p=QR hw-ۈXg1 L o֟[ε.r¬XDa {bQq/i%92tbZI~ Vm.JkEZ:oaMLèvGCa3@IOƂ%P._ɉ F JPƱA>l{,<:'CM3$#<[+`Ċ)HUEns,j]!TPyDpO y4˓X75Dߕ@J 5҆LJᔥ ^Z}TO}3KYl[ztk-LHYnn5x^:D|z᣾\M_B$aj/:R$xn ]|R^5#׻+KG $V= "6i &7UKB^N@FfH7Dȧ9J%ofv"wUGkDa%ZpxTekX]0)"W=Qgid Xǐromୁ%4ʍ vV:gc&l0rdFOHvF52Kkʣyf${WFS-Pcq1L䝨 EG5po QMB5 Uק)c+}k[OY mn}˗<)x3i9wHf|9 >5UiLÄ?0Hp'<=w19| uIJS>blBN&Z`Z^<^sZM_=\z6%@D>Ģ&.|1ı"QY2A3jx*@[v*Sr\946a:z_'-k3jG?|m f@#47itpLxG ^]m@PM` ^L(,$YljBopͷPIE1}Q?߃oF+m9~: oTνs8 2_cV0Vq}sD/Ε9e-r)[eB߭<58Sc !CiߡT_@ ]Ϧ4-`2>dbZ!1#K+KxFm eDJxTsM{d~6QP  _%p8^Fini\~|;|Իe֕9H@o9'M!m8iOc! Lŗvz? !uٶVvtsB l㜑Iwd\՝˂Ե~QNZwV|ѵH~&R)\.9*(fפT 8N?nSZNuM߳n:ô(#_|! YNjLTu jjWW\~[O3_PxzA?0Ў%Y^Na}뉞ourϨ_SNi0y%aW[GA![C rl̢hz8q6NJj2?tq-DĻ #O^7Q*b7 CE!M0P:ul.َĔ5"Ŷ =&`{f"D *.(VcNn+^f$TE&Ưv77jyo@$Wgluy{7;^T8Ǭ' a#Q:`鑜%'يqz=Q,'M'`oxcwLj̦ CSi, ?FȻ?pͅ' yb[όeySZR;pw?TDvQ&L|Ɔ 9<4 ;İw]/W(qJM Fx_ة~iY`zӾz(tC2K6Q=XUj(ƴ bRԴ7eh:6ƌe0le:>[vԔ(9jd^%Ojvf]ӵ= 6m/1  Q "TrR Ś֟3"$VX;u km O+ۿ.+>TmXXp8zhGN6*)RBbd炑)2zv&+ <)3ѣr7m<[ZPƼKu(pMx0@vwJtKǽKK"2ieGu+ ы=#-0wnڞ }ָN4դ[~E/IJʿǫ L-H9/" -CNfw]l_sT KŲA!#(/C1Er3>BMeTXR0듔eA*,F!lFNgLXAA.zWr5\_7_ qEp`d69s0@z8FK~.b?kcn@@|AQ'r̗Z4C7vY>D'7\rwjǔ1D2Dw+Q >lk)4+lSjݝȋ+Lp%`&2T xƗ? xo4&ReuFjk(~ȣ74:8 2}O@6 l.|(c?Ve„f ?_Bk~3+UYlcRgU^*u7FCn$ׇT/Tvǟj2@^oqZN~RĪ٫'ZNe8{L-)#j@xS9Ģ 댢|T1gXX1P"|I I·]T9[E&޷!m)Ӟ&G&J6௏_tWՋ%iv.%$S3+<x7/$Rղe>_YKͦOœ> Y0~f>GVh` 5*zLkXM`vP a}?~cT->dR:PzI$]ow7?G F%rI=9>v/>~áҪ<$}-LٳvA#'&x]C'gK0rAt<_E'~\ۢ/)0ۻ]3 HV1B=)r}` #~JyeRN䂔 'N=Ivo$+%)T*-b[ov6*3I^@5@dUAk/~AI7vՓ/6JwzH͍ = (F0L @V5,MĊNYnY%ë'oXj ܓX\[:CWtnc4>8 B6sY]G.,@77墵kwU.Ƿ'Mf.T(1p M%e?C@dw؂@,Mlx0-DesUVF 2aw5J!&2<~ PC$PVl4D珋Cs`ÿjTlA5PܰZ+'D:hS,7MGbH4 $Iò>4NRv萖Sdݝ?˧2 6LƏ kŔ({3m W@h=UW7hm!=cTLRvVĀz4BKbH>{>($ZKqT&lʀ*8@p I w_ ,I>m6 AE8ltKnDvx a _k,i0pȑlʧ_?;jpʕӳzGk2GN:I4>AՀ ,3$0$|V(]a1;^mУP(9lf"P4r9W njFY!+"W'}d }їt#{57p0f#a qEG<:y/a2F)v<\8ϐX:;J2 qe p%B%aI| a ?6|C`*q Nj1~7AMP=V`b[8KpQ(9eȸ7Ӗfϩ 6Dސ|VnkaHѩ/?JBҭ`p"գQSl~CB-!tץmrdʐ[KZ3TՀ\Jvyycs(yP0(xُ>H/xbc *uqjX}10<5혔8T7SXS LvX`T"L Rlertr$`bco~A:"}jˇah}'I'Sj@I4@Ýqi3Uds\_I5 VŀŇ[H#U:⒅v+9fb`$oxx{J02h({4rw'5x[xI+Q_Lx+T:\~?]׫2l<854z, es|S!TP )Nq0Oq=[yf#k{uQZyID Dg,lAY@̊=!f1Mrd2P(]Exl"I`dsG&+Ezapv6~0tY$Eyuԓ LQTX>LzѠlu֡Q7 p-y!j'mn@!F"6-rLu|i|^H"syn Oul=Osj݇|";1VIBշ$6 U^r"mpf+z=_r~9񑕤UTlq~mj䁁]zz_ K8Q7΃ "lTKU_3hqBպSK!Yo f\@]_|΢Jнv|nyֱӇyOӁ<^As]`tu5wJX[@MrO#&! ۧ)#VI43Fj*xTfB ]I6ryƜ'|v˸b(:QWƪ]EִW9X>w%T7JPҌ]BKMJHZѕ)B.X!??*GAQi]I;@|<<7yJDºc?)x.W(VaCF~z.'W"S4;&|"kgHakH7?-~eBM8 I ZN}- ȯ=󏷲>-wÿwHsA2Fwe|Uj$@È #W2\u[Nyͬ}^0%FS)J?ȡ$BW&^P,CU!{ K%13+Ie";2#B wտ?}f2j>ӛ؉3K2pn ӫ73XiJ 2Z?*|ʻ# "pgˬ1`M(NE1F9zuH'BB ^a),>;f8Ó8A҇]V E(HA(  ^iC1l,jy\H7~s[7z"Q?4my0o&705cr )%]KG]'پfk%XiQ:K7Ck a'C;88hy"۶q TO I&\KS1Sxcο{0QaX# FևRX̓-B nv*"uč:I pm3hֱwKK8ukD!H rSJe&3YƓ>jN ohEoOn NPʅcu~}k=]'@\͑ɹ€BWz/fpGxohs[iћ@`5tbpW+@qHKyƱ..8qM)90[3Ix(2py .h㱻Qg R_HƔ몤0\^;6iVZZuۤt{z([Wn(L ԫD -( 9l&t vO>[ku tN%8(Ѣ"330Cb%叙sz|5(Lsff  ޸rw;gO?-ne&,LN&C豝g 2\KHž`.P=DeP$+ HMU-JPsS^!ÿ d˓ g/>y t娫rT;:^A9/ -꒢A"Vj9Jrz]|AI$UeMsX- 8ik-+o, .]a^tUP.t0pH"KdeV8=_$7UwQޤ9߹S~u͏[?@ Oaңf̵q's]<J~JinC{2Xd-szR'&րDaJ28x99Qvs* /.˚~d ‘gNK,vY$6jtNTK&Kj.GJjePEz%< bO- FqKꬆZIBNN&6ر<3ņ6艖a,~yǯCL1;~ώ -9rtc?Ez "8(r3 A?>zM싢'XB` V|hױ&tdL!ONܣwė<,.Q«%Y_ ?:__W~Y#yvܐId @ꕍh%c&yMd%~͒V&)VƜ0ޱytw_ߞ/1iDt C3KXW=?i֨ibj/idQPrw+"Ƥ# n{C|ZedF"F,iV&9 ߺB-\L{!yv%!ŞA01YغwU퟿r?tCf6)obUJqRǙ^S Nr{u[o&M X8)lI$2 m-W={GW2`B~Ѹ_@;yFoBi!gtSҵ-rrfh+9S$-! y dv+[D@Y5'yュzca/eu} FƦ7INl,E: 35xsc`!@t:3¹ʮjmgP}β]W8@jB"?=5>,ә_}G]k:E-/;KOSà&Tmi7D!&?/%e\&Ee`' f3pYpqw$+@@)Z($8NQ߿.ޔ=`N|+C 6=c 3j="72Bd ${j3̫awov{Rs#qgruqǪK9Ci**^\Q0 y SCC~lE"nI>sS>5d_=ˈ2 )n] Fqі^pqhٲ|HIS箉,pSt}":KaݬN+{C' D}GaA)sBW|3wxO*EAΦ5iM2I &|fKC/QDV-.*hd#= iIخ/MG3_VfJ[X8A]9,:v*Ib3dcbח0'׏+\`g+QM/Ĉ֦?e~Fs+@!ҌvJ'`-wyDPJ # KURv IsIل= 4) 럟(uml+396.RSi})@j=z jf]N|kұ'LjԶɘV' It-Vs acpSb<*GYMԟ҇1^>V4<^Oe`2HL|XtWeRs[}SɡY5NFta: tS~KꉻMV^,BUA;g}x"xؾU99])k\ BـN_!.D4|(ҽ;ѓ0OQbZþ/ħs^K40Zkv2rQO7Ep|,QKJ|HT$͎*P`QG7s6s^M#ɌcAa8$n A^, 6f@2P|zLQBӰL^$q*TٶqӲNjG[P‘=!i$ nyCB˺흫q=ղrb(Tzzu0u s4erhf?+<8/r=qmӭ֥D"VnK/l!~4^"[^LmVUUq2k߄5}d5;՚tN~B,e!+ݱ'CL@yRaɲ\s¦\tsĆ&ϋ>ԆQ ۪@9_5fv<(|D08/dXhE1t"!J ;'L 8&^9fqPĨ?BWc7Ped`\:3m ϶t%]M=z)~d@i,@W 8A)^sOdNJ삏y_,vA~F{Lԙoˎ26dՀL~c}r;Ng4k`hDf?(̈́wP#} k v#~@ < ̊6ZsNRZ#V?/#GX|>-~ M!x9VSJpDZt&/c{&9|w,?J&'ŽKlbM9zmw~{ 8 ֯oN0 oP^Z{*R1]cO`t뼪cYHC(U֬bdF2~I!`Uy;tkq)f8I,?B@([(UO'O!de' U2< MG`4 'Ԋ)TpzG2. X̭VnFAԋ_3Ma:as(0}LP2o2̺} wgaMzZaw# ZÎSңge.ude7!+tlhʛ !dnB|GQWÞԭ(ɤ#Q.~1Oh=j9g\(qnN$#cA.䡑)XiSmw_ &rڕ= tk}p ZF;ΰ"h_j&lIwC=t"w{?)wZ0 !**j/{!K@ٶ/+]bq[pO*F`n!dϘ/8E,,٨񐒵QTi@)ߣnAwydODy&\/I'4/JBLݸ8W_O qCs a6 5b 2rrbn9CxTx9NJQl!XmbYVH$;H;9iSAGa R+Vab3v]v)G2Vxqria4b׃/ e|UU9 < 0x7yAOaӇ[KI |ӽZ%{~m\7.o\_B6z#l,Q92ء2E֑RA}He]q]N'oT=س K\*_x4yqlY!|ZcXm&DF$Dh<@tI뵝r/O9m|>z!ޤ)/pǏNϞ m/['\|ΣpAd3'Chq`]ns&mn)1)Բ6_DγL`Ka&\Э>Ų}]h!EvxQt`"^&Q I0~8 oƌBn^JփAiz.Sʿt&NXTxܮ|mQ[uDtK$+^Un H'7vzi\ᥢ8>yHϟÊL^p6Q/sEdl= Lj lm~./RlL$yys4Lq?\QXoN9Z)nm|\J{d$GKap:l59,GIA7p8 Es ކ^ (89 ͖t̯J ΐh: Ly~6ᑓZAA0ͷL 12 vuk9ۗPo'fF%@rA1Tk鈰;G/ !۾6~KH_Dآmg>2Wo[.wzn#>9K"' Q` F(4u%KxrۨBCl;Ýw~79+C-7nZ_ ,HfFp وsa~*$ ] " ÷UZHGaّd2sSCԣ|4ij_eŻ> o?ǠO^TS :B&0SWfڙ j#ȽeyF;4_xLN1KHu,Bބ]m  d8X Yjm0L PS]eR⵩1xEEmWz0P B0No " ERΥqSdc֙d{4oT㘍xρ/­z7=gG tlu~c q<(8)_3:o8#.h̨J/XʨX F"Cqe(3zEP׼F抶6@zQ^5j\09QΤ6Կ(8i7Đax9#~+7z^-(PjL1R/!b;;#޹ι" A m0 >E8*cj!w/ AtoL(D5yS۟r([Ξ '\)(v/aq6y*YΠ;)O!_ QDVt"~4N<()LHj闅mne|F9$Tj}6  6bW벲=='h,!jtm0ED?E0R! [ѫ(ezx/DS2Q(UyMf'ŴN+AhORDlV߷'hj9Y1 $x>@yU"") rn 2(b1N9Uf؀0ۈxx*VE<&Vݑ1FON(sw4:cUE%ܷ'},CM(];L]?ּL@T[}2RcJ[aiXX!dEf[Rɴl)@r^`$@s2I_ђ* >BMŒ]ByK39Qi+%'4^=,.#W6s utUZ{ѫ?r)$J|)b}Ka(?[Sc.y >K+L2jYy%{Ewϑpt* 8;a>D6$#vT4s)o*ɧlImEj*?HUք-u5ha??0 ޱn}tIFsVT侍B,c'U*zES}rxݻͿ =.VoCNP~/|4GW& #]`E'|&K/<4)oQbpkϲ[%8!n,6f؍؞ivyvfҜ0j$#1Le# 5{NV mX@3a\f*ʨd?MmqyrqB 4NeJ#*Y7oEsBaTS{ "'jm|_.9qw-:xTAhۋh5вZ3˲T>}LB,L+MA[#;0 <*x0a _ZV#jj9ay ۪I6)5ظњ;~%c%m*Z1I?-܊C5S5la@ c:ֶן \pIa{E%6k>y)yڳEr7lNl/JIcpvPx"/2AWɫK" 6HiYhDgWDoXRN&A}$'c}nT97~_>9(]s&NqЅr=Wx(b4`y)2QKA $m6޸^=s wͲS"xIӵn[:W5 h7-,GE nlQMog U6|WX2AE(YjߟB3-Wjُu$h7ZbsכcǨ$N_`J; NUs0NN|Rsn{`#m,nF0bNWs s?40>ۨMfK_J`ee4,KTs9TVQe }Ѐ0a,<>Oʒb}.^Aֲxy 9Zqꈾ w YmuJJgd:6+\ۛE9QM3})NRqg?&vg-N`=LE=BxZW̋kYc".(ğDuG1^&.X#A ~}/ M ۮo8ahI>4mpSfcjv^.Cw#iaM~Z,Oɖsy ?6阁xe 3vatJpr W*t?K:Wwh/N[&k7%뿴b;M"]FVJ8g9[;LB//#ݰUh]_wxXypM: ~ؽ ^B3ōW0Oؠ:j;TK?n;s܃5'|tV:?PfZs-/*τb;%PmхDO<]FĔ- Ez{~^w?& 0,P Z,nrreGV?CkMrO?IW]qC46yXe$yi*VP%?iwTkF\Y핋tU5Q8^)HTQrveאPT{y?pO#Q!KTuH:ܿc٩egs&a/9T)ڀ xWk)!c+0i9=o۰NJCzq,fR M!TMsЧ:Hc7SH[.wS PiTFe`j<1S Zv,qP$/JLQ=FƊG7ܞ7!V@Ta3X Bz~":lR׾lڬbG>A]\_}ye8R8I{Ʌm eRV0 N#YcJq-xi!]mZvXir9X͐BbPջk:MJt;ï̟Z!HH->7{'4pǹ)MKܸ)8z;eKtB|f$?cXA4Aß?R7"TrJσ@IbI>J\1ۡE4{$>O 92>a$ Iw4â?,c?8pzjMI@/H #)`h7A6Vdע}{NR]\zytX:HfqK׫E r~$cZ/$µ09nEw۠Ǣr@G]l¯^fCeGnj"67s([e@jw]d2|HjYxmх CԻG,t㹱-}#S_k׆Tpc7~kiW/`?{~ckd#%V5ͅE[(4Emy5Uk4jPz'ḩFq75k/qX[i좫u@xxR*:=''>cM\-:vڍОK!D;jKMr Kr.vB_i ]VIҭB܀;;"4uu ^!6eaIQ8mm年#* rEV ;~xC/!Ff7jImoS(O/f" d:b9Nt3,U@ POsTtlPN[ OpC*q4jcsx[P ÐVՂԏ^FLbxX:|Qy cZ)arsxm!;x/r>8uJRs] R-v.9r=T`j1ni"!Uuxu .vcHw(  ,y2=0 =&áMBLN0/Q9Hn_,`ɿW;rY `xMI'܁>pk3,,ܶGoߺ_|Ct)r,tDA>}a>G?) 7u'U;{FDI Gphj~i5sU +@Gs[kk|b=kg$LE2#6nJVe q+S*%u1sGLEm"Kt{AyGQA9 Y߶ً;KalygӢoh1t pE[]`> v[tFEꉄrOSP`X xI BSՓ]U٬Pc2.4˖|>2yI.+J/[$ֿ'h2^݂0PW1PzS) e%١*->tĹn3$:_M߻f&؁L[6QU՚*L=Ef36 g-^'k$M`\s꩗5)=ӝb+UGV ϫCۣwX ܝ? 5a 52'k8'mDRQTosXe[OrM#bQwӝk*Z } ;JR0qo̥8zr2E a4σLE`EV!g28,},GL >&悻KO_Dc>(B2̐"?%,I"BGE~J"AkB1hKHE!ڥdD|1׶+Sm[,X;1q7o`K%=8D=]]!z,A)9f',>j[ s#gV,}.w~x)S,Bw%i܂ X[MؔˆgPIl nQY,.RGsd2 /Џ46RɣN6?Р 4L&$;(K_etKXOxKdW(-,Ap5?jh!KPrs7Z֫) `J/i~}ipT'h&xtvj+`Vh/u6CYS, 8 53- Ҁဿ4-;ъ z%heQ¾ !^zzr[Œuytc"N^.xR#g!Y(ε?8PjT FĀ4XSLD^괢UcvE>_bv|5-A\LjS\n1=8ѵH1?&l7^uؒxP~ډcTEl1hC)3}hQ7{:%m.ٞ6˖3eX"筞 26`=2\Ϡ3!S~HtLb6%pQ? R T1\(+ %G#6b W fFA^vD$Z]rjc1?nLɺ" <]K _'3g۽-~-Y;v$F喝] 4&UpX[PQǔ ߨ|hWް![9.mA1+,^NN y˺d&ja/9b1'*Å6~2~w*&mp'`Bk"Gy@F2p3g/4Iua_!Uv*7e8*D!4L69tUfsaf9@%27ISkزCq^I\l-@f QPEiRMtv{xF7!FZ,ڳwJ߿w6.o2)bDQ| ),Ι[udAFe&jhdr.tyz`s|Ƹ]_~yApӡ̓%;[yງ 9VKSg] IzH1ZOꆆ8~'U~ 2 ͘Svޓ ;-n\#97&Ķ|o3 Lǿ^2tK_8 _-C0cSys"qr"qIP_;E6<[2W:G)yU:-!CauY'vB۠PӹԿJr; ՞|*}k9#7,davSz,:WCr|t [ H35f)8!iN\~d>,ګu 3:ׇSWʫ_MVg:qfskIF`ѦJCyn[Ab=޿ WCLXYU_':G{nׄӧ0wMM×>̳VTx\/t^z LL[d*)C.'#O{1F9ZV`[Qv筥XL5Z`'y3Вš%ⵁK׻ 笞:ENS 'y{vFIvFbTw! V p'VZ@3LMz˞D| " xLs3p&as6ʰ{%jE%1ts\{*Ff}lјvê>k&QJ9_ Op*`[W\ g/jv6rx~MPVV'!$EzrLźrFjDw$$A嘳^,n ']4ϟk7_fiXU5]ܳv쎌e| ""kp .2R)Zx} ;ٗbAٌeSa ^Nѳ ~h,},-{I?x$nOP4̹06VSUSK(I |!: #OjF-R@Q_ef5>%ۿC-gi"3Sn/=ն&ԱYQ5-t7})`8ajJ']AJ֕p9^v ޽%3۲\d*2޸;@[␡ <5vy$} BJXImNk4,+m xqGv&~|6xŸ(yuKkidQ 4f:B2@W0|,ى̖&|![',u$xiPѣ;mG!{"cODfFՖF4NxexrPV,CH?TWBз] F"ּ]5=rP#[*41vi >)4,X4F zWJT)ߺ숭SX"kocR@Dmj4SkTʼn$џqQ,HL)($2 |`<ڏ6DX2ʮl rLS Y/Z4"k3H_?6h(Pk2>Ka,(O&=L)#RZ*6ďp%'aҾG/;ro Fp'D*L!GJx+;~ $Tq{"m?6d%'po9Җ,o؄|aDA4cPx%}4O&c*pI Dž}EІPec3dWq7Aڶh 0P6ߒ,!T;e.N։D_јRgTTAHx%eGX47Y֚ 3L'{i 9ITڽ':4x]c/2dA,1mQtgZ=T5(4Cs*<]Ȇ0 ,ŜcQ=Lg4J0 B cu=`c2͔2ӱu*͋d6 &m[iqKRneKo/ت'^?S 1~`{bklOD-dف64@ LoV1bEҷagn45Y=Maz[E_նIiܛIU`ݜK:D``Dġ L[uR.؁UT' qg\čZCN\@DdEFft\_leGyEN 0}X?+Vԧ rLw=v֩łp0+Mh؁AFT-M0;#>L2-@Or5_ 8=f %pE X 9"ڜ,p)j̱7(%OOJ}\ݙx+E5{'42)Է4k}]^ X<ъi إ1k,ou(F⪑FWi8$¿Fstb~Di;]0  O|cD KiᆶbMA<nAl% fhh2sf݆W37- 5yn쑛$_^.?6zʆ=2|vM El*æ)C2ҠfRkF!P V|ޭV [  Pv4h\LV!E]*hϚ5FiuVBp@vhuI<(_\P\ H^6͹[>{\K̬wg](K@$2{/_'i}F>Rcwԩ 52caUG\)<5߮%u_a%G&!'w#-0>Xw^=*t!~hyp>sNgu)t[4$`Z5EŹf{4K 0 ߻5gr*1.9|nq JV 6J੶94yDȰT.۰a oh{9qR I6sgBMOsZG+ s\5{2eHm<ſR?+H4^E.6pC$(9xCQ_PeqWԒt!:v T9̎ ^Z$xNÞ% cR dnCsUTNFp}S5nH `p2$>a \hże$*9QzxCttP<=.p5sK7jaA^Ίzo0k e ]Rŵ(C^՚_i\c_uN*TBi/u) |6 ]^`z<7`˛ÓWR޳ ȊE..*4߳v( Yʹm7d6md)(?a1;y;*J :VIHSg߫w/*[7MGH2tpqAןS,EfȯĤTX5XmTJĉKDJSܣR {lkhb8Dsj%khX>wa>^nEJ\h }k+Nk[N2>1hMb©#~WیQǷK-ƶ TP׍Mq3 :Ld](ѭV*OZ4F_/ه\:ֽ>2T?ז)s &ImqŰE˷<>E `~ƧBk:4ѣJc1cS/dA |ܜh|5D̆e ŝxpG{SOO'<$>9#F%0ħ5 ˣ\7 G .tl+DVg\.uH]^c@:P > ID#`wScr^mT3JeVèa$j>^Y#  I\J~?d ig=Ɨt1X[RxΔ/OJ\^FD?E+j^pG}FΫ̄Ɏ1ucXg ~e㣰cIIxM uGwJ Z*vquӈlU>5{Lxk/ `pWkmP=B4Z JgKa;x$92tn|>L[5@rqSׇz;֟gz-cL3{}]Ki}zIgp$ Y0'3.0ZTn fRhuV<ޤYny H7)ȁBlN܁ă3HNnhFÁ13PlEo3]\=f7@#[묙ΞEʼntI:9=v[^Ҳ|3T _Sqrv(D&LU0>3tNCd<,77TUjm}_ (Tê) n(XZ/;u,CX9!uĔsNKgq?.782 rA\g$㞱7  oXGe4uYݦ|jX4s<>=>뿣HRk mK)o"H|FS\bz ?x^fy:8KQv b;|N0GO73ync̆Gk,]D+t$' 6{.owdc u2uC@p gօ*ڏIv8񥄓j] KwnXrt 5n5 )C0Pq"a3j+q]sǬE$i0`i,q7/k6 8'BZSֹYr_kf/HO=x LgT7 :Hˢ Yr|QDSP ӟbp vtotw4LH-` s7j* 9N@v?{X2ZA6j|$jfi2v #‹v#Pvz&U? c<rn޸lߑeW)لWY@ @Kw8qz6NRx!"^܃pOTk $H﫞@"Ax`Y_@;8LLk׋ulFi_Q3VAV\:  7.qzC|vA^(?lF |$У?²A>liU-i3R!zh楯+JIXI]j.3S';V3ޒ#KZZ]Ʒ:ҢZwϞ~lahK&ԋD) 핐 C̏vE#g Y䑛YX()Ba#ϐY., c?A=->8,6eWNAjn,d csE&hj萩Xz(|I.%0oY5QP;$:s!&'u])TIJ]'4@xӎڢ& 1^4YĪ|mJ9{jeG0s3%R%V_C}T+߬8PD̉EʩiBYY lI=ͣiS׈:b &6Ep MZMr*Ȑ7 ak+v){R`-o.N]4:5={tZm=&wPPފP;]u&5% tk)H~ Á hPe` ?m%0#?GZ__l18RPuHnxEY;?رWӣNUxtaЧ_=ö C[e^nLAyw :.( )}=@:}*n[ g7/)5ycpL쯵m΃ ǯ*)OME*#stw~c(m(bPbqѢdE^w"CS LGԊg$ Y&>+%zt{a&=LېVo aLLWܯ%={Ο}OlpM]E #Ai%TJ/8숤-\Z%4akg52IFmL+~^S7cDRYlۻ྆,(_CjaQ8p閧TYǬe .N@܃R=豐u_5&Y|I㋦B3&=.^w.lB7_j ]MM9ۨ 0b3dW k\=7 l6D7Ń;yZm\dd0-|abg="  pTvM/aofGKxy@(]TKZtw"wY) Z[3XWdX3&:dN@`^z%p]U:(gߦzF(WvZ@t`{K2뉳+-u~rI;T}],STQqR$:yqd{`;")xV)>KH(); TӏzAs ,,.wSC.}&A=_9;G8K,Dy%Ug_W}ڰXAK;q{i/?]^y]8}R!*0ɘ`$j1:W/7-ahR n 4#-EO);,?b}Q.@ޗXz+àO& pY[r4A(z !CUؽ'Nˑ"BX]B;܋Li h嶅}H`y\MuŦ>a[XIHe+ܖSӆ{=[|Җu8.!Q+%s/ zx6+>$ZQEjI |(DzI(+gw˥o2e y/&XE_9ye9Lժ@N"S"zyـJҮ11H~u9. ~3Nj~uU;QP{w1\ia&WB$HH6R voOˇ>Yly|j;;!;8^2|"B5~驈/gϋB=q؆LmKz(sɮW@D[w՛n"q[Lxh /p*#s>.7 l3cjk[RJMq}mNd{9S .N n(c$u>Xo[o\3\8*`+JT{6ff56jYi *cyoIF>c]-mVZCcm?4"OSktūf9o,1jZ04xGU^gUsCUHr!~wwlq;2cR%hTm[s4pErnv4Y \UƸi>oތvuZ ,~[1\Ԟ?)bd0\b :7 kOq/weEi T:E az'fՀ.a38, 82⫽MN-"[+4*,/g|{ !=t$-{#8MII@UpĝA()Rgz0zz$PTioESv5i+k5= ui0º xl8`X}c*]@nuTJ9EӾ!*5pW]%[bJCQhQy`Tel:;9{ћzH^ۈĎzTyy%JCMD>ޏOvD*]'b*8QnϩXht&BN Ɇxo&QJTں{3UɊaZ rTl }R?tW/"I(԰B2 Dž [d N%#3^=HyY„jHe wBS;&%W"}_ OL C;pjnfzx&=ayYM}AT(UH;aILj-r(!Vsr}g4H8f]UEGY Wk3bwꦱHp-ə)gy [eŜny˂AUp5>,_oU2(8^SfU{ XșS&uUeZ! {9RD%W%M͋n1x0if_XmwP~:4ͶUp#ĺ藳kSֹ H;Uu7[0hm`ٍ7_L*8懗EaUk6ʟddG xS+ۚ! %GwJ!Prw(HJzÍGcwi`H͸ĉni"Au 0|ǔ榈h7O7 k;O8)A& S3+16wd:SU^hj[@ B6pxߘY/i, ڐBL.C׊ϔ?) 5|)fԼ0vЊnwْ4q*ѓ~9~[nd=9$ A'@$wPb /Ҥ> EpR-'yBhlFKϖkVMp^oű JuROIrXN 4A:9|zcҩm\KAq/n4w[j_&SZaAt.I1~ ',D5|vG<^ 8弻[H^ss36eE𝞫7҄؁זh }V|)(3TA[öQ^]?͇OOZO<3zy˭Wv] `?iNRiudpVؓu4%G (FK:~!w+]F)1X[Ÿ2hIjGxpu.Fir֗$MIX~pBm% VKdvL4x!.G_hIz.'̦񀦹Y%@xQȎ_cbU?M9K14yҽq2.NTx2*ems&oJQHD Hm{ ,T2;K[m036]OɝIun ϊ \%-Y#|Z4^J?e,BOM<\ΈPǮWK0Ehͣ]u0'o_|:_ϛ(4֕P ۲H=G&A͒ xXB&Xؖ/bqV ?OFT3"#-y2V59!nT6  7{zgvrT펍bTa3WT'y7 }?ɋiɸku?!Me? U4_Ʀ=tc&?KffD Y<ѸE3neW:qҹӑq ɉ}2>"BsJmT?EfߧזEY [~I_,0]0/?eS-}R$|-qHPժݗU #~a ($;7ŢBmzԤ)Ɣ`ZRmEGTDObf%8IJ}Tq Liɩ뜎6sD0lB3HV#B`/wv~Zxb шNHX3-.o)^p 'Kc7*א9gW <pƘ= TfGd9j?)NyV.K$G~u>0 + o3 gea{cنNfuyuO< {T?հdvDw(4OR}|Ct-t&"Sg3A€lbF^8 UNULj#˥1)1?Tl.ӊy5a qa?!>LÁ I lIAA=WQ>8лy?YŲY|8DGaj}:}a'4R|O3#T;s%C &}u K2 wf+y 1x*lEaݸ,F.\Čjj;GL@N^OPIZBT%5tg \I^t3Ou y.HW]S\:PwAro&:?sƮSXLbQ:E~(X-oeցm\e/K|H9{ ROG/iԟE$*gwVh!kbS{ oZ F--GOrWi!:Нzȅu/ߠ_COzMͩr NԵ6eG;3ZxD ןV]^̉%2F,?ڽJTi[`5#`?T""4x^jwy8/D&y:,Af# fҧ"@l5n?m Ge9(U[E 0mC\ի6Ez9(%!WzG|c#rC]RsWh}Ed]*ʙL6nVXD첡z<ӏr"IޤeT?SkQ,ENy6mC&q;mLgU>Qr[RzCDYbi!剢)q*}.x`#G'oQgaG#"\\vmCʇ ;D녱}OK;fznж ]S1&T0kSe tw耱 _&K Y^q} y)jH디h K S:`ġa;9wt2?v賬d+-yXu:LVtG_Bu=|#ėc'_.SM*ƵʍND`P̷Ƙ176kҕtl)\kkRfXd8"~ĸ FU|[G23Z18ktl1~iN!KZ֥\6b cj-n̈m3wB=YZ 2 Ӓ]VQ篝n|je @[Xzxڸ#=gEuxLQ{5a]^hz-6 e_wP۵ -zR|V( _6#|^O1WDіgKˋNtP9|KD9@?F~_7ܛ>vt'z]Β@WN`"6.[?B%`kׂ\2WI@bLaXǯՀ^P?g"uMWFF>RJ)X!b|45{"Jv\_Qyj%zyx|P=O6$9[/qILU ۃȽtb3۹&w(CVWo>6>JSq*0Dd;R`)2u*-HXRft׫,Ђ;c8;|S6*lFpTc/sX4ar8k5q& ;85OVc+Ԡ%wY'ѿz2 "XѭUh8JҌn ;K7 KNޟ5_r7ៃ# 뮡i?B\2cj!6bIvy\#^3" t"t̍*QLm w ],Xՙad> vޜA^% |M{gxtbd';6xUwj:}p"Bg(K53g8P{٦+곜.տ) m$.?Q Xe9 8ew-!Al$J86]~BI_Ъ(bY48YԽ"kwĻq74 =n<vÂ6M Y6Z#)) *QA]ٗ*꘍- X: ISvźdn !+E_~pේnzdIeeYV=~G)dqq7l0"k *^{Ni`r2Uǯ ݬ6*!!Bo|^c?V i^I.gxM8au_aiСP6Jf!!ER0U ? %SLn(hQBv/Z;F)Aҵ QsOP 6B]^S6!~ETSDdڶ7 ̏DDj"ϐmF yMYtl]#hj YQ ,+ ZjCs5Bza+Su֘}.Jz-J"' ]x$nT y&g]n NSb+Ϡ뒛҆=/KZPz 6sbQ]-.ۃPz9}oX\sk(4Fn] ;Ke+Y8=h%'*;$˒(T=2g!FU1 xRgovm~ʯ6j|4l-ׇMLy2ު;~H؝NQըr cTwr935 ?D8%!r# 3@.^y+`K|͘{xFײz.drL͡)&~C[7=dUG,R/3йܐ4ʝ5d6*(Á*ӧ%bᩦ<>jyֱt?^D?˓c2)nVI/d#(yz% \'f+}͏Ɨ׽r9骋DM"~,\qwց$G<)V}&H}kͻ~KhMl!RTfb,"cq/UԎ^jJJO ?qpk")H^ΧO\oNw0UYc6 㳎Q~-\ߩ$=<&*/H2C|._3.'bեj9[& U6ahSeH2+]eGoؿH9>0>zXJpV[#@Pr}E@k6,u͹19uRoozT2#B*;NI٨(=" Qj6`:a\,!;WfXoP%ӛvfC .QʅZ.`|qI܁ .Ǭށ\$WJX}uևq݀nGОGCdNOs%mb~C`=b/d]G %;=5O" Le@f*N8H5c0y3=IiQ#粚!c }xHYYK'G!Zsigq0 mv>N6s&k=ˡ}!ƹsmLȡkYC@ \2 ^1"E@$cxsE$!JY!}; BIzCW8@Nk| a1STĄ>_&:Hvxlf~7 %컦D\vVcQlk0x6{#:2BIz:e4j 3ݔ/81BImFmZn6@{st[t#lG0cZm vBsh=5EZg׭? !CN 3L=D{ŦvlCpG5c=n&-N)6/4ٚ2ՒV?燫nP$dzd>'XvPCP^1ip'9H$@ xA_?tvN"4oλ=#08I9[ Y "])Gƾve PJ mW٘6ӴfI˾h2ie0F4C*j |lIw9kߺvmOdKиbyA i!45S/N{gĐ+6eP Ch17*ug6e_}írN=#T++GF)T0vr{hs*c_+a#H4+ak?6ya=P&4;I' Px.υ|JwHM:̼7 y8Ya1ʉ:g1jIw@AMXQrjE .U+l(;ϼtڦJ1))JYr(`T"ߎTvXQ3~寂~ԹQ t4Qe/d#sdh,’ pGښ*_WVUg<.jWVv;Qlr$ ._S j`WZ ^s"uLoHw7C\WwyQDx{)B&2Do;VpFs\W+c*dvdw|3:KRHjBB, VmR=]"+vƜKCB|PS1wދ$dA#xGZL*c1Za?Bxm ɻҭpGMS@[a|!>o#W,7JAsi7ͻ9zu)+Yvjq Ӑ9p>#D:{Iirx8aH1U^QrOFD}_TJs _$MBaS#Z !Fy7,*Qf\sQiTiLtͳH`TB/ )2`pWtm`S,tbg$1ۖZ6oPIBJn0QXXӷD..$)-Y$%SF9(x|) =mWkN:w>bzEķ$*joGH]ˇ>'x R.ȱx㗔m3bq , j唫ob3l3o[l9zZf`bp]ۙۿPAz '+кd*it4V*EgĐ,T*s((d7E[g SFm ^ebļ9q%e5I Uqoɾr!8MZuJw&}}x$tǭ*YeupMmBD_#/U{/ls\!ԩ/[MjD{Upq/x|ߐf)oCK dJH)h,zrؾMח&S/j6'fٗ\e,7p I JLJR[lZ(,Byo)ZL nóFS%ܙheUy074 !܅zP(PǘCo M1)e, 8kpd8H%ɞǒ#B+.'a˶:)< IgҌx{f`=0xqYM_ ykVJd9Mek4|YSPѷ;ϻ T"/өIPٹ^s9r~Y[KzPXjsgzs.@1M pR3DboXێofϼp} ;ɰ9_MbĨ<7k<^5)_Y5 {K+{ g!R$3^kҁpI^7{L /̥X p:FHt7< 9NIm̐|Q)}]^ؾqJ9mh~fչuհ3휉~,YEٍ>0bM^B63q[.Sڌhrޘ^M4GҐ(6ry\ߖ.O}gBXDlqާIg)mC2wG56P)ҏD: YҚm"`u0uz HLد< 誰@O`}C,8{Xr-M0Fc ;1AdboJ[h-pꋈ|pK<(R&:(􃒭hzu7cWЄdrwN?xqG%^}'"(p<+O5FNoccks5Uf\fs/? kO].ܪa)k W r@ ]8lst}"L:fLQc'"(!i<:gEn“&t 61EZyӃoFp!H'Y"~4$md4@^NU` i`?Q+Cc섰嗌8;;~ yqK,j!QڀB.|6Ur ib:O%T'2ԚQ幝wwuG< 5++sCUS`OC'f(pv-8qӥV BZ7-ݺ@l\@yBm>a _  :(\;?wutx;(<P~U"6}NYRDĤߌ;ߑCz@KxO0\0ؼLxtئy*E 余6"avC2ҤRlItGd^_L,V=ϞM͹)M'͠ `Z>rŪ8; [qA)}Ɖ7% BiuDX-c+(Tau֒"@|͘R@WK|4._)YðJ!o aY,YB hPa џk.(BũLxoy2 ~']pSz )1͍-#r1Ɗ(3*˫Ԅt-[Q<) &+7Ԙ1v  a" vqy ಚT v[`B//!r2lyjLyT<7L* BIz0K= 4tXI~if?y6KA5?4Vr!U##dd&h62g ^l'75+Tކ퐤ZԽMR}FK痴9#EW gF eh4Wg: iQ22 Q{Rc|r5EZT ]wZ1WHS– GO!Tn?+hv6G RBIwD+(cdU hMBn ԝ>0oOl2_#$6dE{C X'SO&%^ Tv VƈRFJ3w(ۧ;^UZzh>_=ܥ>QS*TݠÔ+KJ7E5]%6;9|d8]r$އB!ݗT:qKϳ\YzCi'f!9r:B c|kx汸 .szAJ5Թ &l\P֙}8'e4z\;K7Wp~]IejFo;0?5ȅ-|$ygzca` 9\* !{ :g[&n_7Y+ 9U6%N5Q/nы>S#QY;IijqRTDWnNtWԟDd[aJxxq$vǗN=TWiȰہͪ=_pi4|8֮k˃9ecԢ 68-{db@*0A){1mLxN %cmx4#7@ƧѬ03O?ڸʗt j.R%zf6ǩʂ.U#R)H򄊊z+"!~땗] 0J%߉K%DXH|@<^g srg:]~0/Ԩ ݌+vgo~W% 5—o?X6TPC1*CeJџQj#V҉p[$(i4i:"uyj AIR~7KbhYEC8K$8mF5?<8IV!۳Mg/6U([`#a2WeK'UF^ڶ.h?Rv sJGUI& b q 5h&mv/ڷ&ÛN84As+Ҹ9#H~r4 Y&R3~~ rnVƴ}d>Nbig~`ߦ+_g75 ZOZh' kwE3L*6Ec!dP@zuR|)h3Z+~-,*C^ڝwedU*?ء ؍']L YZ