samba-winbind-4.15.8+git.527.8d0c05d313e-150400.3.14.1 >  A cp9|L4b~ h;K϶k[L) (qEWbWN zeo`E4ףK`1d;f,]Yx뛛LdhJ#WwO$T8V(4`.Z0y #v:׼`VeX먦? Bmcl(962C =@̩|MX[a$¤<|~TR'fgf-eb1aa9cf9a30dedf31f5f085facbd9d7cc77bb7dd0f206e0430eb2ffe04868665fd05107d9b2278ae09293497227dc4c5b328669ocp9| [zuD@wvF dtǥ x;^B1Qu/ƃ15Uw+/ Szg9^>@E84S\8tF? }v}aPKpLbt?bdd+ 9 Q .4:,/\ ~    T8|D8(9899=:O"=U&>U.?U6@U>BUFFUZGUpHUIUXV YVZV[V\V]V^WbYcYdZEeZJfZMlZOuZ`vZ w]x^y^`zaaaabbbb`Csamba-winbind4.15.8+git.527.8d0c05d313e150400.3.14.1Winbind Daemon and ToolThis is the winbind-daemon and the wbinfo-tool.cs390zp34|SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxs390x# we need this group for squid (ntlmauth) # read access to /var/lib/samba/winbindd_privileged getent group winbind >/dev/null || groupadd -r winbind if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in winbind.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if test ${1:-0} -eq 1; then ln -fs /etc/sysconfig/network/scripts/samba-winbindd /etc/sysconfig/network/if-down.d/55-samba-winbindd ln -fs /etc/sysconfig/network/scripts/samba-winbindd /etc/sysconfig/network/if-up.d/55-samba-winbindd else for if_case in if-down.d if-up.d; do test -h /etc/sysconfig/network/${if_case}/samba-winbindd || \ continue rm -f /etc/sysconfig/network/${if_case}/samba-winbindd ln -fs /etc/sysconfig/network/scripts/samba-winbindd /etc/sysconfig/network/${if_case}/55-samba-winbindd done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in winbind.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create samba.conf || : PNAME=samba SUBPNAME=-winbind SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." 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 winbind.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 winbind.service ) || : fi/sbin/ldconfig if [ $1 -eq 0 ]; then /usr/sbin/pam-config --delete --winbind if [ -x /usr/sbin/nscd ]; then /usr/sbin/nscd -i passwd /usr/sbin/nscd -i group fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in winbind.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart winbind.service ) || : fi fi<rHX%"0E^큤큤AAc\c\c\c\c\cdcdcic\cic\cfcjcjc\ccdbd95eb7e0d1e8c973d39fb53be9be46276b21bcacd8b0ae1adeeb63651f6fbea676af835bac5e037fd6f6d9950ea49ff3f39bc693d479069190927c1c53083993a1caa0988f1da58a965d7a954f36d791af7b63f8f4d458a49b7b48dedc7909a88e8b91128b930ee011aedf1ed5d0b02437015663b4ba9f882a6bd02b1ece23001098ac492e0ac59dbaa8302505b5e5747643864a47059ed9545e945fc01a5848c787a47c3127f9c5fdde2848eeac71a06e22cbf997c132d74ada549c086e0d59153d887fd1e03ba3854e05b1e797e00ca119c5748c4cbd0beb44efc2a72ec89a16eb3e6b8e2bf0b1ee56f8a98e8ed307633badc5f3c02d8a82a4293ea4743967616f612df3cea7f84363fde3e547c5f05c083ab5007b0e8809b474ac3c696d67772aeaea2b1524d4529b0ef87f5b742e634e4a977ff56c1efaf2d75d58291dbdeed01cd77c5cdd34555b2a2739738649e944896b489bae5f693f4aa9a2a129c6b4b0325dd3211474ac785379683cc4e7f17e211327fb9d536c1ff9138de03eservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwinbindsamba-4.15.8+git.527.8d0c05d313e-150400.3.14.1.src.rpmconfig(samba-winbind)samba-client:/usr/sbin/winbinddsamba-winbindsamba-winbind(s390-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/sbin/ldconfig/sbin/ldconfig/usr/sbin/groupaddconfig(samba-winbind)coreutilslibMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libauthkrb5-samba4.so()(64bit)libauthkrb5-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.1)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcli-ldap-common-samba4.so()(64bit)libcli-ldap-common-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libcom_err.so.2()(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-samba-samba4.so()(64bit)libdcerpc-samba-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libdcerpc-samba4.so()(64bit)libdcerpc-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libflag-mapping-samba4.so()(64bit)libflag-mapping-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libidmap-samba4.so()(64bit)libidmap-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libkrb5samba-samba4.so()(64bit)libkrb5samba-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.2()(64bit)libndr.so.2(NDR_0.0.1)(64bit)libndr.so.2(NDR_0.0.4)(64bit)libndr.so.2(NDR_0.2.0)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libnss-info-samba4.so()(64bit)libnss-info-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsamba-credentials.so.1()(64bit)libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-modules-samba4.so()(64bit)libsamba-modules-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsamdb-common-samba4.so()(64bit)libsamdb-common-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.12)(64bit)libtevent.so.0(TEVENT_0.9.14)(64bit)libtevent.so.0(TEVENT_0.9.20)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.36)(64bit)libtevent.so.0(TEVENT_0.9.37)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtrusts-util-samba4.so()(64bit)libtrusts-util-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.10)(64bit)libwbclient.so.0(WBCLIENT_0.13)(64bit)libwbclient.so.0(WBCLIENT_0.9)(64bit)libwinbind-client-samba4.so()(64bit)libwinbind-client-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150400.3.14.1_SUSE_OS15.0_S390X)(64bit)pam-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsamba-winbind-libs4.15.8+git.527.8d0c05d313e-150400.3.14.13.0.4-14.6.0-14.0-15.2-14.15.8+git.527.8d0c05d313e4.15.8+git.527.8d0c05d313e4.14.3cM@b@b@b@ba@bascabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.deddiss@suse.comddiss@suse.comddiss@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comscabrero@suse.denopower@suse.comddiss@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comddiss@suse.comddiss@suse.comnopower@suse.comnopower@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comddiss@suse.comscabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comjengelh@inai.dedmulder@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.dedmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.dejmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- CVE-2022-1615: Do not ignore errors in random number generation; (bso#15103); (bsc#1202976); - CVE-2022-32743: Implement validated dnsHostName write rights; (bso#14833); (bsc#1202803);- Fix Use after free when iterating smbd_server_connection->connections after tree disconnect failure; (bso#15128); (bsc#1200102).- CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). - CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). - CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); - CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). - CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- Update to 4.15.8 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * Setting fruit:resource = stream in vfs_fruit causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * netgroups support removed; (bso#15087); (bsc#1199247); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); (bsc#1199734); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * Compile error in source3/utils/regedit_hexedit.c; (bso#15091); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * smbd doesn't handle UPNs for looking up names; (bso#15054); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Fix smbclient commands del & deltree failing with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556).- Revert NIS support removal; (bsc#1199247);- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Add missing samba-client requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.7 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES in SMBC_server_internal; (bso#14983); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Crash of winbind on RODC; (bso#14641); * uncached logon on RODC always fails once; (bso#14865); * KVNO off by 100000; (bso#14951); * LDAP simple binds should honour "old password allowed period"; (bso#15001); * wbinfo -a doesn't work reliable with upn names; (bso#15003); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * Regression: create krb5 conf = yes doesn't work with a single KDC; (bso#15016);- Add provides to samba-client-libs package to fix upgrades from previous versions; (bsc#1197995);- Add missing samba-libs requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- Reorganize libs packages. Split samba-libs into samba-client-libs, samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba public libraries depending on internal samba libraries into these packages as there were dependency problems everytime one of these public libraries changed its version (bsc#1192684). The devel packages are merged into samba-devel. - Rename package samba-core-devel to samba-devel - Add python-rpm-macros to build requirements - Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba- Update to 4.15.3 * Recursive directory delete with veto files is broken in 4.15.0; (bso#14878); * A directory containing dangling symlinks cannot be deleted by SMB2 alone when they are the only entry in the directory; (bso#14879); * SIGSEGV in rmdir_internals/synthetic_pathref - dirfsp is used uninitialized in rmdir_internals(); (bso#14892); * MaxQueryDuration not honoured in Samba AD DC LDAP; (bso#14694); * The CVE-2020-25717 username map [script] advice has undesired side effects for the local nt token; (bso#14901); (bsc#1192849); * User with multiple spaces (eg FredNurk) become un-deletable; (bso#14902); * Avoid storing NTTIME_THAW (-2) as value on disk; (bso#14127); * smbXsrv_client_global record validation leads to crash if existing record points at non-existing process; (bso#14882); * Crash in vfs_fruit asking for fsp_get_io_fd() for an XATTR call; (bso#14890); * Samba process doesn't log to logfile; (bso#14897); * set_ea_dos_attribute() fallback calling get_file_handle_for_metadata() triggers locking.tdb assert; (bso#14907); * Kerberos authentication on standalone server in MIT realm broken; (bso#14922); * Segmentation fault when joining the domain; (bso#14923); * Support for ROLE_IPA_DC is incomplete; (bso#14903); * rpcclient cannot connect to ncacn_ip_tcp services anymore; (bso#14767); * winexe crashes since 4.15.0 after popt parsing; (bso#14893); * net ads status -P broken in a clustered environment; (bso#14908); * Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before smbd_smb2_ioctl_send; (bso#14788); * winbindd doesn't start when "allow trusted domains" is off; (bso#14899); * smbclient login without password using '-N' fails with NT_STATUS_INVALID_PARAMETER on Samba AD DC; (bso#14883); * A schannel client incorrectly detects a downgrade connecting to an AES only server; (bso#14912); * Possible null pointer dereference in winbind; (bso#14921); * Fix -k legacy option for client tools like smbclient, rpcclient, net, etc.; (bso#14846); * Add Debian 11 CI bootstrap support; (bso#14872); * Crash in recycle_unlink_internal(); (bso#14888);- Fix dependency problem upgrading from libndr0 to libndr2 and from libsamba-credentials0 to libsamba-credentials1; (bsc#1192684);- Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899); - Update to 4.15.2 * CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication; (bso#12444); (bsc#1014440); * CVE-2020-25717: A user on the domain can become root on domain members; (bso#14556); (bsc#1192284); * CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC; (bso#14558); (bsc#1192246); * CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets; (bso#14561); (bsc#1192247); * CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid); (bso#14557); (bsc#1192505); * CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored; (bso#14564); (bsc#1192283); * CVE-2021-3738: Use after free in Samba AD DC RPC server; (bso#14468); (bsc#1192215); * CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability; (bso#14875); (bsc#1192214); - Update to 4.15.1 * vfs_shadow_copy2: core dump in make_relative_path; (bso#14682); * Log clutter from filename_convert_internal; (bso#14685); * MacOSX compilation fixes; (bso#14862); * rodc_rwdc test flaps; (bso#14868); * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal; (bso#14642); * Python ldb.msg_diff() memory handling failure; (bso#14836); * "in" operator on ldb.Message is case sensitive; (bso#14845); * Release LDB 2.4.1 for Samba 4.15.1; (bso#14848); * samldb_krbtgtnumber_available() looks for incorrect string; (bso#14854); * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED; (bso#14871); * Allow special chars like "@" in samAccountName when generating the salt; (bso#14874); * Correctly ignore comments in CTDB public addresses file; (bso#14826); * Fix transit path validation; (bso#12998); * Fix that child winbindd logs to log.winbindd instead of log.wb-; (bso#14852); * SMB3 cancel requests should only include the MID together with AsyncID when AES-128-GMAC is used; (bso#14855); * Prepare to operate with MIT krb5 >= 1.20; (bso#14870); * Heimdal prefers RC4 over AES for machine accounts; (bso#14864);- Enable samba-tool without ad dc.- Adjust spec to use pam macros; (bsc#1191046).- Adjust spec for size * allow some Recommends instead Requires to be configured for cifs-utils, samba-libs-python3 & samba-gpupdate; (bsc#1182847). * remove fam, undocumented and unneeded.- Add missing build dependency on bison when building with the embedded Heimdal Kerberos- Update to 4.15.0 * Removed SMB development dialects SMB2_22, SMB2_24 and SMB3_10 * VFS layer modernized. * Add the ability to set allow/deny lists for zone transfer clients in Bind DLZ plugin * Server multi-channel support no longer experimental * Improved command line user experience, unifying the options in different commands * Winbindd no longer scans trusted domains on startup and will use enterprise principals by default. * The net utility is now able to support the offline domain join feature * New options for 'samba-tool dns zoneoptions' for aging control and to mark old records as static or dynamic * DNS tombstones are now deleted as appropriate and use a consistent timestamp format * The 'samba-tool dns update' command validates and rejects now malformed IPv4 and IPv6 addresses * The 'samba-tool domain backup' command correctly takes out locks against concurrent modification during backup when using the LMDB backend * TruACL support has been removed * NIS support has been removed- Fix 'net rpc' authentication when using the machine account; (bsc#1189017); (bso#14796);- Fix dependency problem upgrading from libndr0 to libndr1; (bsc#1189875); - Fix dependency problem upgrading from libsmbldap0 to libsmbldap2; (bsc#1189875); - Fix wrong kvno exported to keytab after net ads changetrustpw due to replication delay; (bsc#1188727); - Add Certificate Auto Enrollment Policy; (jsc#SLE-18456). - Update to 4.13.10 * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * Take a copy to make sure we don't reference free'd memory; (bso#14721); * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722); * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736); * samba-tool: Give better error information when the 'domain backup restore' fails with a duplicate SID; (bso#14575); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750); * smbXsrv_{open,session,tcon}: Protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752); * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027); * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669); - Update to 4.13.9 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * Add documentation for dsdb_group_audit and dsdb_group_json_audit to "log level", synchronise "log level" in smb.conf with the code; (bso#14689); * Fix smbd panic when two clients open same file; (bso#14672); * Fix memory leak in the RPC server; (bso#14675); * s3: smbd: Fix deferred renames; (bso#14679); * s3-iremotewinspool: Set the per-request memory context; (bso#14675); * rpc_server3: Fix a memleak for internal pipes; (bso#14675); * third_party: Update socket_wrapper to version 1.3.2; (bso#11899); * third_party: Update socket_wrapper to version 1.3.3; (bso#14639); * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663); * Fix the build on OmniOS; (bso#14288); - Update to 4.13.8 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571 - Update to 4.13.7 * Release with dependency on ldb version 2.2.1.- CVE-2021-20254 Buffer overrun in sids_to_unixids(); (bnc#14571); (bsc#1184677).- Fix offline domain backup not possible using lmdb version >= 0.9.26; (bso#14676); - Require libldb >= 2.2.1; (bsc#1183572); (bsc#1183574); - Update to 4.13.6 * CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). * CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). - Update to 4.13.5 * s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure; (bso#14634); * s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed on temp proxy connection; (bso#13992); * smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services; (bso#14604); * dbcheck: Check Deleted Objects and reduce noise in reports about expired tombstones (bso#14593); * s3: Fix fcntl waf configure check; (bso#14503); * s3/auth: Implement "winbind:ignore domains"; (bso#14602); * smbd: Use fsp->conn->session_info for the initial delete-on-close token; (bso#14617); * s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path; (bso#14648); * classicupgrade: Treat old never expires value right; (bso#14624); * g_lock: Fix uninitalized variable reads; (bso#14636); * s3:pysmbd: Fix fd leak in py_smbd_create_file(); (bso#13898); * lib:util: Avoid free'ing our own pointer; (bso#14625); * HEIMDAL: krb5_storage_free(NULL) should work; (bso#12505);- Spec file fixes around systemd and requires; (bsc#1182830); - Align systemd service unit files with upstream provided ones.- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594);- Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388);- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bso#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bso#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bso#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bso#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bso#14590); + samba process does not honor max log size; (bso#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bso#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bso#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bso#14486); + smbclient: Fix recursive mget; (bso#14517); + clitar: Use do_list()'s recursion in clitar.c; (bso#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bso#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bso#14573); + interface: Fix if_index is not parsed correctly; (bso#14514);- Update to 4.13.2 + s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return; (bso#14486); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471); + smb.conf.5: Add clarification how configuration changes reflected by Samba; (bso#14538); + daemons: Report status to systemd even when running in foreground; (bso#14552); + DNS Resolver: Support both dnspython before and after 2.0.0; (bso#14553); + s3-vfs_glusterfs: Refuse connection when write-behind xlator is present; (bso#14486); + provision: Add support for BIND 9.16.x; (bso#14487); + ctdb-common: Avoid aliasing errors during code optimization; (bso#14537); + libndr: Avoid assigning duplicate versions to symbols; (bso#14541); + docs: Fix default value of spoolss:architecture; (bso#14522); + winbind: Fix a memleak; (bso#14388); + s4:dsdb:acl_read: Implement "List Object" mode feature; (bso#14531); + docs-xml/manpages: Add warning about write-behind translator for vfs_glusterfs; (bso#14486); + nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. + vfs_shadow_copy2: Avoid closing snapsdir twice; (bso#14530); + third_party: Update resolv_wrapper to version 1.1.7; (bso#14547); + examples:auth: Do not install example plugin; (bso#14550); + ctdb-recoverd: Drop unnecessary and broken code; (bso#14513); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471);- Adjust smbcacls '--propagate-inheritance' feature to align with upstream; (bsc#1178469).- Update to samba 4.13.1 + CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily crafted records; (bsc#1177613); (bso#14472); + CVE-2020-14323: Unprivileged user can crash winbind; (bsc#1173994); (bso#14436); + CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify; (bsc#1173902); (bso#14434); - Adjust systemd tmpfiles.d configuration, use /run/samba instead of /var/run/samba; (bsc#1177355);- Fix vfs_ceph query_directory regression; (bso#14519) - Drop liburing-devel for SLE15-SP2; (bsc#1177245)- Register CTDB recovery lock holder with ceph-mgr - Add liburing-devel dependency- Update to samba 4.13.0 + Require Python 3.6 + Move wide links functionality into VFS module + Deprecate NT4-like 'classic' Samba domain controllers + Deprecate SMBv1 only protocol options + Remove deprecated "ldap ssl ads" option + Unify asynchronous DCE-RPC server; (jsc#SES-645) + Replay multichannel lease break requests; (bso#11897); (jsc#SES-655) + Drop internal byteorder.h header from util-devel package + Remove final code for the AD DC LDAP backend + Add AD DC Group Policy Scripts + Only use gnutls_aead_cipher_encryptv2() for GnuTLS > 3.6.14; (bso#14399) + Fix %U substitutions if it contains a domain name; (bso#14467) + Fix krb5.conf creation for 'net ads join'; (bso#14479) + Fix build problem if libbsd-dev is not installed; (bso#14482) + Toggle vfs_snapper using "--with-shared-modules"; (bso#14437) + Fix idmap_ad RFC4511 response handling; (bso#14465) + Fix panic in get_lease_type(); (bso#14428)- Update to samba 4.11.13 + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497); - Update to samba 4.11.12 + s3: libsmb: Fix SMB2 client rename bug to a Windows server; (bso#14403); + dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7; (bso#14424); + dbcheck: Allow a dangling forward link outside our known NCs; (bso#14450); + lib/debug: Set the correct default backend loglevel to MAX_DEBUG_LEVEL; (bso#14426); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + lib/util: do not install "test_util_paths"; (bso#14370); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + util: Allow symlinks in directory_create_or_exist; (bso#14166); + docs: Fix documentation for require_membership_of of pam_winbind; (bso#14358); + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- Update to samba 4.11.11 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159] + CVE-2020-10745: invalid DNS or NBT queries containing dots use several seconds of CPU each; (bso#14378); (bsc#1173160). + CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP server with paged_result or VLV; (bso#14402); (bsc#1173161) + CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359). - Update to samba 4.11.10 + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374). + vfs_shadow_copy2 doesn't fail case looking in snapdirseverywhere mode; (bso#14350) + ldb_ldap: Fix off-by-one increment in lldb_add_msg_attr; (bso#14413). + Malicous SMB1 server can crash libsmbclient; (bso#14366) + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382) + ldb: Bump version to 2.0.11, LMDB databases can grow without bounds. (bso#14330) - Update to samba 4.11.9 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14242). + 'samba-tool group' commands do not handle group names with special chars correctly; (bso#14296). + smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not valid; (bso#14237). + Missing check for DMAPI offline status in async DOS attributes; (bso#14293). + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307). + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316) + smbd mistakenly updates a file's write-time on close; (bso#14320). + RPC handles cannot be differentiated in source3 RPC server; (bso#14359). + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313). + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327). + Fix fruit:time machine max size on arm; (bso#13622) + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294). + ctdb: Fix a memleak; (bso#14348). + libsmb: Don't try to find posix stat info in SMBC_getatr(). + ctdb-tcp: Move free of inbound queue to TCP restart; (bso#14295); (bsc#1162680). + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); (bsc#1169095) + s3:libads: Fix ads_get_upn(); (bso#14336). + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294) + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680). + ctdb-recoverd: Avoid dereferencing NULL rec->nodemap; (bso#14324) - Update to samba 4.11.8 + CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850); + CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - Update to samba 4.11.7 + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239). + s3: VFS: full_audit. Use system session_info if called from a temporary share definition; (bso#14283) + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + ldb: version 2.0.9, Samba 4.11 and later give incorrect results for SCOPE_ONE searches; (bso#14270) + auth: Fix CIDs 1458418 and 1458420 Null pointer dereferences; (bso#14247). + smbd: Handle EINTR from open(2) properly; (bso#14285) + winbind member (source3) fails local SAM auth with empty domain name; (bso#14247) + winbindd: Handling missing idmap in getgrgid(); (bso#14265). + lib:util: Log mkdir error on correct debug levels; (bso#14253). + wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9; (bso#14266). + ctdb-tcp: Make error handling for outbound connection consistent; (bso#14274). - Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209). + vfs_ceph_snapshots: Fix root relative path handling; (bso#14216); (bsc#1141320). + Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero; (bso#14209). + source4/utils/oLschema2ldif: Include stdint.h before cmocka.h; (bso#14218). + docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc; (bso#14122). + smbd: Fix the build with clang; (bso#14251). + upgradedns: Ensure lmdb lock files linked; (bso#14199). + s3: VFS: glusterfs: Reset nlinks for symlink entries during readdir; (bso#14182). + smbc_stat() doesn't return the correct st_mode and also the uid/gid is not filled (SMBv1) file; (bso#14101). + librpc: Fix string length checking in ndr_pull_charset_to_null(); (bso#14219). + ctdb-scripts: Strip square brackets when gathering connection info; (bso#14227).- Add libnetapi-devel to baselibs conf, for wine usage; (bsc#1172307);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- Fix samba_winbind package is installing python3-base without python3 package; (bsc#1169521);- Require libldb2 >= 2.0.10 after security release.- CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850);- Fix smbclient crash with double free (with unresolved krb5 credential cache); (bso#14344); (bsc#1169095).- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- CTDB doesn't retry outgoing connections on bind (and some other) failures; (bso#14274); (bsc#1162680).- Revert: Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Fix nmbstatus not reporting detailed information about workgroups; (bsc#1159464); - Fix querying all names registered within broadcast area; (bso#8927);- Update to samab 4.11.5 + CVE-2019-14902: Replication of ACLs down subtree on AD Directory is not automatic; (bso#12497); (bsc#1160850). + CVE-2019-19344: Fix server crash with dns zone scavenging = yes; (bso#14050); (bsc#1160852). + CVE-2019-14907: server-side crash after charset conversion failure (eg during NTLMSSP processing); (bso#14208); (bsc#1160888). - Update to samba 4.11.4 + Ensure SMB1 cli_qpathinfo2() doesn't return an inode number; (bso#14161). + Ensure we don't call cli_RNetShareEnum() on an SMB1 connection; (bso#14174). + NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in SMBC_opendir_ctx; (bso#14176). + SMB2 - Ensure we use the correct session_id if encrypting an interim response; (bso#14189). + Prevent smbd crash after invalid SMB1 negprot; (bso#14205). + printing: Fix %J substition; (bso#13745). + Remove now unneeded call to cmdline_messaging_context(); (bso#13925). + Fix incomplete conversion of former parametric options; (bso#14069). + Fix sync dosmode fallback in async dosmode codepath; (bso#14070). + vfs_fruit returns capped resource fork length; (bso#14171). + libnet_join: Add SPNs for additional-dns-hostnames entries; (bso#14116). + smbd: Increase a debug level; (bso#14211). + Prevent azure ad connect from reporting discovery errors reference-value-not-ldap-conformant; (bso#14153). + krb5_plugin: Fix developer build with newer heimdal system library; (bso#14179). + replace: Only link libnsl and libsocket if required; (bso#14168); + ctdb: Incoming queue can be orphaned causing communication; breakdown; (bso#14175). + ldb: Release ldb 2.0.8. Cross-compile will not take cross-answers or cross-execute; (bso#13846). + heimdal-build: Avoid hard-coded /usr/include/heimdal in asn1_compile-generated code; (bso#13856).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Update to samba 4.11.3 + CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). + CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). - CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094);- CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040); (bsc#1154598); - CVE-2019-10218: Client code can return filenames containing path separators; (bso#14071); (bsc#1144902);- CVE-2019-14833: samba: Accent with "check script password" Samba AD DC check password script does not receive the full password; (bso#12438); (bsc#1154289).- Update to samba 4.11.0 + For details on all items see WHATSNEW.txt in samba-doc package + Python2 runtime support removed; python 3.4 or later required + Security improvements: - SMB1 disabled by default - lanman and plaintext authentication deprecated - winbind: PAM_AUTH and NTLM_AUTH events logged - GnuTLS 3.2 required; system FIPS mode setting honored + CephFS Snapshot integration, exposed as previous file versions + ctdb changes: - onnode -o option removed - ctdbd logs when using more than 90% of a CPU thread - CTDB_MONITOR_SWAP_USAGE variable removed + AD Domain controller improvements: - Upgrade AD databse format - BIND9_FLATFILE deprecated - default process model chagned to prefork - bind9 dns operation duration logging - Default schema updated to 2012_R2; function level is unchanged - many performance improvements + Configuration webserver support removed- Fix broken username/password authentication with CUPS and smbspool; (bsc#1152143); (bso#14128).- Fix auth problems when printing via smbspool backend with kerberos; (bnc#1148539); (bso#13832).- Update to samba 4.10.8 + CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267);- Fix build on newer systems by modifying samba.spec to use consistent non-relative paths for pammodules in configure line and specification of pam_winbind.so library to package.- Update to samba 4.10.7 + Unable to create or rename file/directory inside shares configured with vfs_glusterfs_fuse module; (bso#14010). + build: Allow build when '--disable-gnutls' is set; (bso#13844) + samba-tool: Add 'import samba.drs_utils' to fsmo.py; (bso#13973). + Fix 'Error 32 determining PSOs in system' message on old DB with FL upgrade; (bso#14008). + s4/libnet: Fix joining a Windows pre-2008R2 DC; (bso#14021) + join: Use a specific attribute order for the DsAddEntry nTDSDSA object; (bso#14046). + vfs_catia: Pass stat info to synthetic_smb_fname(); (bso#14015). + lookup_name: Allow own domain lookup when flags == 0; (bso#14091). + s4 librpc rpc pyrpc: Ensure tevent_context deleted last; (bso#13932). + DEBUGC and DEBUGADDC doesn't print into a class specific log file; (bso#13915). + Request to keep deprecated option "server schannel", VMWare Quickprep requires "auto"; (bso#13949). + dbcheck: Fallback to the default tombstoneLifetime of 180 days; (bso#13967). + dnsProperty fails to decode values from older Windows versions; (bso#13969). + samba-tool: Use only one LDAP modify for dns partition fsmo role transfer; (bso#13973). + third_party: Update waf to version 2.0.17; (bso#13960). + netcmd: Allow 'drs replicate --local' to create partitions; (bso#14051). + ctdb-config: Depend on /etc/ctdb/nodes file; (bso#14017).- CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- Update samba-winbind script to work with systemd; (bsc#1132739); - Drop samba dhcpcd hook scripts - Update to samba 4.10.6 + s3: winbind: Fix crash when invoking winbind idmap scripts; (bso#13956). + smbd does not correctly parse arguments passed to dfree and quota scripts; (bso#13964). + samba-tool dns: use bytes for inet_ntop; (bso#13965). + samba-tool domain provision: Fix --interactive module in python3; (bso#13828). + ldb_kv: Skip @ records early in a search full scan; (bso#13893). + docs: Improve documentation of "lanman auth" and "ntlm auth" connection; (bso#13981). + python/ntacls: Use correct "state directory" smb.conf option instead of "state dir"; (bso#14002). + registry: Add a missing include; (bso#13840). + Fix SMB guest authentication; (bso#13944). + AppleDouble conversion breaks Resourceforks; (bso#13958). + vfs_fruit makes direct use of syscalls like mmap() and pread(); (bso#13968). + s3:mdssvc: Fix flex compilation error; (bso#13987). + s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly; (bso#13872). + dsdb:samdb: schemainfo update with relax control; (bso#13799). + s3:util: Move static file_pload() function to lib/util; (bso#13964). + smbd: Fix a panic; (bso#13957). + ldap server: Generate correct referral schemes; (bso#12478). + s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_value; (bso#13941). + s4 dsdb: Fix use after free in samldb_rename_search_base_callback; (bso#13942). + dsdb/repl: we need to replicate the whole schema before we can apply it; (bso#12204). + ldb: Release ldb 1.5.5; (bso#12478). + Schema replication fails if link crosses chunk boundary backwards; (bso#13713). + 'samba-tool domain schemaupgrade' uses relax control and skips the schemaInfo update provision; (bso#13799). + dsdb_audit: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."; (bso#13916). + python/ntacls: We only need security.SEC_STD_READ_CONTROL in order to get the ACL; (bso#13917). + s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundary; (bso#13947). + Using Kerberos credentials to print using spoolss doesn't work; (bso#13939). + wafsamba: Use native waf timer; (bso#13998). + ctdb-scripts: Fix tcp_tw_recycle existence check; (bso#13984).- Update to samba-4.10.5 (including updates for 4.10.4, 4.10.3) + CVE-2019-12435 rpc/dns: Avoid NULL deference if zone not found in DnssrvOperation2; (bso#13922); (bsc#1137815). + CVE-2019-12436 dsdb/paged_results: Ignore successful results without messages; (bso#13951); (bsc#1137816). - Update to samba-4.10.4 + s3: SMB1: Don't allow recvfile on stream fsp's; (bso#13938). + py/provision: Fix for Python 2.6; (bso#13882). + netcmd: Fix 'passwordsettings --max-pwd-age' command; (bso#13873). + s3-libnet_join: 'net ads join' to child domain fails when using "-U admin@forestroot"; (bso#13861). + vfs_ceph: Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245). + vfs_ceph: Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). + ctdb-common: Avoid race between fd and signal events; (bso#13895). + ctdb-common: Fix memory leak in run_proc; (bso#13943). + lib: Initialize getline() arguments; (bso#13892). + winbind: Fix overlapping id ranges; (bco#13903). + lib util debug: Increase format buffer to 4KiB; (bso#13902). + nsswitch pam_winbind: Fix Asan use after free; (bso#13927). + s4 lib socket: Ensure address string owned by parent struct; (bso#13929). + s3 rpc_client: Fix Asan stack use after scope; (bso#13936). + s3:smbd: Handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFO; (bso#10097). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#10344). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#12845). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#13698). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#13796). + dbcheck: Fix the err_empty_attribute() check; (bso#13843). + vfs_snapper: Drop unneeded fstat handler; (bso#13858). + vfs_default: Fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE check; (bso#13862). + smb2_server: Grant all 8192 credits to clients; (bso#13863). + smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling; (bso#13919). + s3/vfs_glusterfs: Dynamically determine NAME_MAX; (bso#13872). + s3: modules: ceph: Use current working directory instead of share path; (bso#13918); (bsc#1134452). + winbind: Use domain name from lsa query for sid_to_name cache entry; (bso#13831). + memcache: Increase size of default memcache to 512k; (bso#13865). + docs: Update smbclient manpage for "--max-protocol"; (bso#13857). + s3:utils: If share is NULL in smbcacls, don't print it; (bso#13937). + s3:smbspool: Fix regression printing with Kerberos credentials; (bso#13939). + ctdb-scripts: CTDB restarts failed NFS RPC services by hand, which is incompatible with systemd; (bso#13860). + ctdb-daemon: Revert "We can not assume that just because we could complete a TCP handshake"; (bso#13888). + ctdb-daemon: Never use 0 as a client ID; (bso#13930). + ctdb-common: Fix memory leak; (bso#13943). + s3:debug: Enable logging for early startup failures; (bso#13904) - Update to samba-4.10.3 + CVE-2018-16860: Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum; (bso#13685); (bsc#1134024).- CVE-2019-12435: zone operations can crash rpc server; (bso#13922); (bsc#1137815).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- Update to samba-4.10.2: + CVE-2019-3870 (World writable files in Samba AD DC private/ dir); (bso#13834). + CVE-2019-3880 (Save registry file outside share as unprivileged user); (bso#13851). + py/kcc_utils: py2.6 compatibility; (bso#13837). + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869). + regfio: Improve handling of malformed registry hive files; (bso#13840). + ctdb-version: Simplify version string usage; (bso#13789). + lib: Make fd_load work for non-regular files; (bso#13859). + dbcheck: in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816). + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818). + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854). + acl_read: Fix regression for empty lists; (bso#13836). + s4:dlz make b9_has_soa check dc=@ node; (bso#13841). + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832). + s4:librpc: Fix installation of Samba; (bso#13847). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853). * ctdb-build: Drop creation of .distversion in tarball; (bso#13789). * ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838). - Update to samba-4.10.1: + py/kcc_utils: py2.6 compatibility; (bso#13837); + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869); + regfio: Improve handling of malformed registry hive files; (bso#13840); + ctdb-version: Simplify version string usage; (bso#13789); + lib: Make fd_load work for non-regular files; (bso#13859); + dbcheck in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816); + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818); + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854); + acl_read: Fix regression for empty lists; (bso#13836); + s4:dlz make b9_has_soa check dc=@ node; (bso#13841); + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832); + s4:librpc: Fix installation of Samba; (bso#13847); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853); + ctdb-build: Drop creation of .distversion in tarball; (bso#13789); + ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838); - Update to samba-4.10.0: + s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s4/scripting/bin: Open unicode files with utf8 encoding and write + unicode string. + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813); + passdb: Update ABI to 0.27.2. + lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813); + lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);- MacOS credit accounting breaks with async SESSION SETUP; (bsc#1125601); (bso#13796). - Mac OS X SMB2 implmenetation sees Input/output error or Resource temporarily unavailable and drops connection; (bso#13698)- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- CVE-2019-3870 pysmbd: missing restoration of original umask after umask(0); (bso#13834); (bsc#1130703);- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shsamba-gplv3-winbinds390zp34 1662105264 4.15.8+git.527.8d0c05d313e-150400.3.14.14.15.8+git.527.8d0c05d313e-150400.3.14.14.15.8+git.527.8d0c05d313e-150400.3.14.14.15.8+git.527.8d0c05d313e samba-winbindpam_winbind.conf55-samba-winbindd55-samba-winbinddsamba-winbinddntlm_authwbinfowinbind.servicercwinbindwinbinddsysconfig.samba-winbindntlm_auth.1.gzwbinfo.1.gzwinbindd.8.gzwinbind.xmlkrb5rcachewinbindd_privileged/etc/logrotate.d//etc/security//etc/sysconfig/network/if-down.d//etc/sysconfig/network/if-up.d//etc/sysconfig/network/scripts//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man8//usr/share/omc/svcinfo.d//var/cache//var/lib/samba/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:25691/SUSE_SLE-15-SP4_Update/b518cfb68f7ddfb5e239b417674eefa1-samba.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linux ASCII textemptyBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=14c46fe4e3787a3796cfd76ace7936d6b92aa3fc, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6e40983626db0a6f2ccb7059777b67e13af40a5b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0f7cf7c036e6966a632f959c8c42a837fc8717ce, for GNU/Linux 3.2.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textdirectory4O3RRR2R[R6R_RWR9RsRRoRRRRuRaRcR]R4R}RiRRRRRR!RmRrR R3R8RZRnRhR`RtRRlRR\RbRR^RR1RR|R5RRVRR2R_R[RWRYRRmR}RRRRRRR!RR RlRRRZR1R^R|RVRXRRqReR0RRRIRWRARyRwR R$RYRR_RSRRUR2R{RoR]R7R6RGRKRRcRRiR.RaR;RCR*R4RRRRRRRRsRR}R&RRkR(RER=R,RRRRRRR!R RQRPROR9RuRMRR?R[RgRmRNR RR#R'RRfRTRZRhRHR RrR R>R`RxRFR+R-RR:R)RlRbRRRJRBR@RzRjRRR^R%RdR/R\RtRLRRDRR8R3R1RnRRpRvR|Ru+ `ҼT 5m{/U OpN -CS';l?ϔ9n@8615鋭M{ZV{4}k="~tF+dK.l@՝TwZ`†bɷŒ^8z_a8g;C%8uF g?)IXޏ?PĻ7C4ާ$r>[[۬,:\")5D{?iDhf笘7:v0e~N/Lb|)zR&Pahƒd?D:M)`>[-;tm_szzhJ3_2؆kys42H wO2c}:s;[K5ۄ_6$xґ,r 5T bIbV8PG@0m\ѽUccDz"a* FfINJr`(>ǒ,XS~'䉐}0ҍWYXOw3Mqh_N v%"8_p n|An\ԐMX̀feM߫[h(s7f,3rs\)<;QQ]"0x˲'?蒘׌tt& =Pg:xߨi!Phmbʡ]+bs9M5;@̿>0]<:XSތ_nUGlπ\s^e{sEk2Qp//NtZ£(Ѹ}8=ӹ-SNs("^'k: i lԡhTsܾ9ΌxfI{Kvއc@Q*PLjOx^$WBɑL>cv+nQ~?ŧXאhvZN0CSJ mf_ 5Iާm۪L/xf7So{}B}6e5w">iތ{o2ھ 5}+g᳡H<2Jk<`~U[J#Dhi Mqe;d_oc㜻Qmc¬wȜL|MU֠ cB4TR]_3Dií<"Lgiyu s#Pi/C"}z8_;#Suv=4g£vMGbXj*j۴ z䑎)X?#oSs= Ze"aZuu8U?y:;U8`4H"V$A+W_©k]@yK,0ۅL&p2q ώ.;FW; j0OnK.ʈ;WTϭ$c;43E<*p۠bOI0r,gHb]׼j`aN;.1=w)NYbfdkђZo*>^+%Cge䗣` "@qƅ>z|clr狵qS[i^Sz M rUﲨ>%Pj[cX }(!wE}KjUtYh@)f59m,A_I߂{ ?^4V>fN Vf5LwSտŹ(wB/OQ$RT ȼ> L3.SC^ 3(m.7EX!TG^7V\XVXf ˟b,G,^<"2rׁ^8R㐴l#g0r!OYAKR%))CX~? )TDZ ¥ sZj>ҭ?6]~CYSIW]wx Y f$Nl˓%c*+(ʩic2:{qIY?Q}Nc.X򍙪/JN[W|&a,Ld Y9' @6KZӝ]K҇qlB1+>T-Za>>U5r> Ȉ /ahoH"M SE3W!X_6nH[}3P@ Ljg[Z1Îl=Rb;OYSK().g4n !ry]4.ty8"{"FAsh<gN ,T{N΍@u Ⱥی,~FI+ mBJ%C% }v6 Zdֶ_;Y@rA&hgc.Aw91V,.=Gr9gXø v%{f< '4,঱x,cB8CH _oWO-\ΏC) * |PPcO䥼`ԇM~Ȏҗr]}W촩+o Ʃh?K#*nsC߲S'}{57\ E4Y /_ܫDI9AG0M pEsˇ+\\^m+K]!tA?6XpEoݬi7+4@$|$.\gq㻸1W \xd&:.KK$E.ҜlZ%@Ep@*t.b'N(at-W+FdՐ[M*4όջoO^U̓a'L$@!Wa%_? D9Zc#C\Y@%*o|"5K+55$Jfqp#|́ gO j}fFp"U}J*? Gpy`֠њ|Jx_h@u7%d{+b'!jNvV<eɚmP%KF8=]9U-#?ʘ1R>#?/5NZ-CSe|Qp1hqv+q>E<|T8Y;Cu0Zp ?ͥ9$4(gt]^q-|1 Wn0 aXSr9f` ӐTC7Ird/Yzr,uUdy}D."lt!:R2.P4;>`ƪkISĬb[>fC_@])un{V"MU^P"櫵 # op 8J@EOk֪h׼b,b'4ĘԗB;n54{)]SB6{cPnpeyh!>it#6* ~7ȓwRh`3Nzy AYm1Ķ8BoAͤpN [" .yw\"qըqf{XޑeK{8ދQ hs ^$HG~1)C 6FH "-XGөV~{4|>߲Q L Me~nlͨVR'ɮo0ko-C{oLCm0y~ОU#c6>=!+i#Bx)piA賍;Qa$[xv2wE@5EY6Rg$ϐZv0‘Ձ ;оېyIPmH{&7jUuyʃXA,Y6KcIϼ"y,a(va«m{؞۔㥁^+ÔPSd˾ 4ǓK&PK5smZ d%)0%fJ˄𖮫rBd&"(JjoGna+H'$x<gC~lk8)WûN50f~N\NWjl7h0'yrC6izD> Q\n,-jqvHomÙPZ͌Mx ol3#-0ߟSu5xEpбH}\Z~$;aMΡPC˸02#. $d)l))Gres+(es"hЛW}- qdUWoy:z&FA*(H r?Z#ȗ-jJ[RAbP<`DXHNL-"֨NAT@F#&L9h YwC}x3I t.B}}g%lzSZc 0oKju6|(uB o6 ՒSwdDa%8r"}٫j;*t2٬4d&#ӂe_||N'J'[6FHQ$=ukR.L;(-b"tso5ੋ씣_lX sܢ9t>x3jH6VJ>s'Tz9LVwzUo# 9di ڥ>a hBWG)B^ _iz6/&g]D/9O;8^z[E#`jLB~z%G_sI}xB`%CIVa)E W~5I}\?-Bct QzUXNLH/K`V+!Cty l#&qzq?s"0܂E%m"k u,̲" cli)2eEA- y*M*H)}8>Х?AZ0mWHR[g?\-i={b8|SĖW1ESf_ۺL<\MBDgU9ߦ:kIc 4밄ɰP$ߔHK\ !QHN,I* ΂ !\^Ykhf\(Y Q!v$NHޜsh.GT%϶%_w(|YӘWKA8tc /7f mIFl|`l4Mܵ:;鄴&z%iq@:'.d!Yxww5d\KsSߛuɺ?|[xq{YCx24ieyg"|C Gt[0=g.\b`Ƚjd4"-b1W!>H"+CMFI@ɡϹCC;u awhNhO+`U"cOg#z+4 Vw94f\$wB@[z-ufU-xN0⯘(k-/5-B | j_\"d5Xd ^ecT0d/PW^([U1zh(pinّR >w^SԻWA[(s̶CG4UƨdgRԨ嫼c#+Q wlhH֢,u^C;~w˲!U[*YTRɔ{$#艕ʑEmL%elH/kg5ofqsږDܧ,XVmpbŶrnY]D/v$lp^SmWO Zvr%HPkC=9y5 峣lkA>z1$Xj3֠8jcd>Qo|ݯKD=mt+Bd-PY2SxK*0U.CsXRSNpW 0chYt0 D+Q{ memdQJ|Qb&$DX=ȍA#SK7 _.@ *W-TU8s;+ x $Bl2X:W@b wuO'MsN)QB}&VC;T2c馅zov .S- <~UYp;D5KxwFpP7!ȧeTTDä1ZIJ $4V.F~2.9!A` ja`ҾN]}`7_nt6`o+NR{t+ۓgzӗBקB~DG^ytfӧf7`ܹU?z(b?ј{욲Qћx֊東OU^{Ճ-ʍ)ŕ8c\ZM\9nBFgwfB _&w27SWoKwrc( RlXKu}]~ie MÒA[$ kBzO4u\ŋ9nRIa?I L@|pQx5]G^޵ֆ|>㾁̍!p@DQ$U9AOa7EcqV= DwO=>ƢZ~5>0p 6RP$;L_kr^nI84“?>\S / b;IQSeyd%;r гh?deA#(R!C+9 kJ:tcXe: 5@#Ywkd3uߣcJ 'g]r_wC6M.d#}O Titn RהasN Ia`T`.(i #{%W2W"V?"w~67X%|$u)11h֭eK\[%~A/{/z~^ J]D~.;&ϡ1:Tѭ©hmh +VڴTW|dʚ-7"jd*f 4\Zc2{쐳IWhm[fc|ӄc~xvH(Tfjȧi9w"z(Y A9/Ė*- 9Ғ 6zCU# [N)C62!7}4Z=R"Qr1SWڍ  c{D1zrZ'ma}滈4LUF?Gn<5@Dbu>#Biħ3?=d0FK.aģk"̊ϵbLoC@"Th8-XxphжoNr|O]bdA6 gja L3@IĸO^.5D j'.fi,7>%]¸hKC|!p eBfLowt1~Lnt=&)걡*ѽ"{9c*'ǟee$>n-Zm"Dnrq>VIu!=f{?&=!֨?]$jݽ5<]vFƜ2A`.$JM"Nrrj]]-RE :f5kewEtV>6G6D=L!~| e̎(nh0H}\Љው<R@iM!e p;ƚCŪ uy:=P(%[9m]|y s7z[(s;L S]P:K)畟wBO-sJ8^ и~tY/Yvg?=xyzⴖPJbg5و|c3&s` 2ΨpUCIҚU{ٱ׀]&/FAK+u[ho#؅r3_eS`hu EIcBYPy^TӴKdQQD$O8&Cmɡ#9J>,%g_BǸ;-]Y4u58m[dr y GVs4*&!MW&-_Cmczܾ c;3G&Aq{z"ĹI\ǁzˎP!Ɉ\وW(8-HYp#g"rICŹ*+'h%`%`m]~9|j4H9HI6{XVFBޙM4Ewm$:`I# 1T5\!ɗ('U?Б0p{Q]lNCvBю{hêfJ?_ڌI }Fok9 Pd?fJ`15ӵBejnGR0DC|E E!m4 C>j TTD6"`,k\?M DŽB+X K`\j }bPwހw"E&:IM EVО!'pw6]d7R4Tj HB=M}ڐTo 3Y<=Nm_8/񂄑.U 7;*jI0M{7:3e7؎WT(j]M.#3ZTL#^}kuṖ]H~5 T,-ZHeDR?=eNN3^D폪O.So!h]i)u07u5FJh7d(IDzZD^ 9IJ]?9mAbSC,ֻB'7\^ Fu)a/q[ QvjFfD ?uɉR#w(,NVUhO|'l?OC_*8%sm%T$<`TX7_( r 9&L8`Jpn44fhZT9w1}[)L*f{W8ӽ͡f -5mJH? OQc  dt&@T4V:nW/ƠqI'~tl>!Q&= -t NB'߹벀޶y=ǝbl8i6Ó.|q0}} r%C=ėX'3VP>⻰l2vv%ڢŴoq-e",6}6*^UT۲5Z1>%܉۶R8 $ȼ@ &qnTe:}$nճ]P)ܟYQ$'}~BV-8p#&UIx+1, ٨lxDܖ%vdyX4+HS}ES4`N*Ƨ2뭝3ML'Ў_Nl D7SB{XuN~O-?i%$E#AI+%9 ?sZ7f{jQ3 V9'zhU|`>5'xSwzr"zjsfK9&@1D9T`y5 mj2u FH +pT-Q/&eq(T r;8٫PUGq: 2jMY̿2NZo veT.F(Ċ =M} j];T0 $ J~oi;h "s:V9]am6pA^\=_ i.#RkT""'ɏ71-pxP MQpoz|o+T4D3`Bt$wZEr5=ԜCAt܁iRN;oC] _ rG.{,fV҂ѕzoOlKz+kOS#<|6lQkaZ:IЙŬ =[%@Xء H:rmDi1ptčQt8E9mŊi'#ݬiπ{g&q0]DVsɲvT[13~"lJ]흅uZq7L1zCe#j$6d`.=a2 cC0Ȁly#DvaDX5?X=w$OrFӘ1GʂUM! h|+Œ Xt_.w9t=nj"9QQ՜Ό*(S_쓿%|X:}it++D3,Z ͮt>M ̈C}.$mE\OFU\vմKwj ]5L aBydAX#{5<'/uF,H: DZBX@"܈?ErW<[r}EL00dpI#5krI\Y6 ,b);Vo\SUnXvfK;.P_A?,EkfPj ;ŅY+skup{nN?l\J_^!qk9c@QDQs qaj#jQ_UiIrK.zIX{trn<[1 gh}['?H:FwA[,`\Mݬ!zca&18a_<@D|lNܿ/bR0Bg}(×UM%WMȶlF_!pYC"aNGtt(9y#\T?= !Q.;j|>f7 q=~\Re6T)hoLԬK=^[}oa9EI>Kwr,NwRi}: 8ћFw3S,s:hgCccuWa )Lc5zA]fB.I6˜%F=w}f9 X\7#!ejr@<@kXdSPF7oVҎF0" ї>h蘗=!Lz {X=J;)sVu v܅~35O*ݸ5ހ\j[DBo1yv7F.<ƪW*ϳh.NPJAiIK ^H^JN|QirGS<,aNn-@S!!eH>BrTfRu{hS 1N!Fx~[a)S*ld2CšyGҴo_ R=\ gR9丒2Dlˊ"A,100ZMJQkfY†f9*p{@gv!с˝A|b#wN 'i2g2rQ A$/кt9k*Dk#iuv\u4_? 6;4{|Qq C &i1 <ުJSvܐ̈<ѡBֻ$#CZhSR4"S%6\t܁ 0SdDH0n-_xNzM+G `|}̬Q1܈;͎[p 8բ7 /J'P^Y9fKb]+t[x}s wփP^|x=!Уw+u&p ʀjK@TӐVusU^Q},RKWc*!Y'Rxt \d QBW f2Ġ!+'?v)3;AZHŲu !^\wp5YMG`2BMZ;31qJd*{fYJ#X 7ݺ K@Godn˟f&TzNoinyݯ9 B8CR!JcuMaRlٜ]YG<3mHT="!Ϙ#=ͅFNwZ(##lHښ޿eB4opZ+5˝It2 :1W EXg]yke5 xY+Yr=C>>Өǵo "|w-I saގb%V9.EA}\>mhiqL

?{TX<{ap$>ފAfZcݻ¬2Řb9E}RɊi ~)vNW>ؠK 7)S$8sU 8Xk>Df?2eWO RoOr?.-J@F-67Lx,96$àr($K;kU15<:ҕЋ5Š7ihJ<}uK9aCőբv7_STU{zRZ-wu`H?#Bb< P1"{bSYuG|VȯؑY`y"%*6I1H$*y[SAS}v3&˚`Gwdi"R@]dvتz*U&Lýv9lNBA%"T>;hSVӂKxU9һLǃQ &25)(eN|<&mT *N{0&OASB)LI@\ںզXjBv"p? & 0=9HNȡOQ@LR2͘ٷe7~oWzBR'H|w,"U`@2ƐE7]{@V2;U+' A79qʖZ#g/V!xG/Hjae"px `(MtWvHKj1x1]u\5Ji9R=(ʻJ\?lkhZXS1tn1Xk h$K ҧ"?M_E ~cg1H=/Ҟ#3-dYDt3!hD9+̻mꄏ:$M}؟QƗؠ0я|ZIy_-cf7bjPǯN-=MX=0+;.E ^<*l Zks1Kg@w-䝺ddދRD x򳝲#7<* &6I{ 2m|P$,)&ėGA3~4dբى9 bZMN;;@h@0^#Wi\2}FZWm` _Ox|(3Trυ}vP uMBm2jU'(b"ƱAsI3iq#~c f'+SF:͌7߇!!fѨ$c:kʭ1tחhN~]˗1G06F1MOB+ESiwAuI<$pkhufj\߸"7 Sw1fkhuF(`6J'|6眉q‚yWt?(&׻^u6e1U9MydܸQ8%M;>#2u;_~'6P29x mx"fn FzzYB }\3D5D"&uN4܎ ' -uTc'¢~{–FA'4R^bSYgלy">ler ~iK5lDS_{cL%#i/L5ۂEeit0FCAR~.".;$}e8Sjg쪍ɩ3h uSbu|8C bns?1H[f2p J41hG]BynRH]ۦ%@gY+ IR=]#Fz|J腵wZC7e-l?/^薖M@w$78F05+E{~}tyVĘN]3A/I#JT#tp%+Qs3&IоҐTa .(Eĉt \N76 @MI_Uo骂c[Bj/,:y$1v*m!m9vVXS)ypSr;zQ)Ygawqe$.?p܊յ0Y&J-ڃqt~eB3}}rԹ+Dt@qRÄ1C8KSa<4$鹩(xWжB#BO˭_L׆8jkVce Qb/ޥ)`#<NA-H4n6MAmFy܏` t4%H&#iTUf(HY1'sw婑g@^_B }|op6M_%<.U RXUa0 ,߫.p'-ƢCP8|]sβ:8Wv ,6hd-ˀ..V޿, l)r5 ehMted7?r|lC ljN[wYzk]Bkv?Nv!%F߅ !U#6]ԎH֋v, h]jHHcp$IG8[4Ttwi-ϒy؅ԟƢ Gׯ˼[k)|dkHi`u&JĕIu@ͻA5`OJO40V Z*8ݾӪw%??*l(|@bqvJ/x+716#OE,Wy/<2l}2\svyͼZ*so{NH^7HFoŪ `/Ǽ#jx5yTfT!x^6S6Ƌ-=Εہ2 hU\v $.UéOL]6NǙۂT34Ԩ^G%Ng#F)\ccsY<=7ɨ*AufF d=d̲zl-3"MN?Ϭ-*zuW +rR}^x1s؆eUɐNШ;nr`Hõ,+C>GBeѢ[bAͧ/ nwevC-`K[C= wafhd5=qy ~'īQBuG Qj?w^X &e:p=n $z^96@l^[\TTتY(a֒X3"<{W=$"aX}}kd*pM8ipWƁ1?ԆM>*{z~!a"=ؘ\߄ ~e3i9+P9jI bMoCA6)(d1kkֶ % ^~C3:*/=M CrZ6kYYs|PE<7>jfˍτz#CX`5Trd*C`n! _`kZd~F[-=V}7pZʥc̐f\4M\RŤٍ;Q \o.9c]}*1u1~K"$&+,iw"J0[ 2$ 3LSʶF #kJEa9tG g"!G,O("vrfD-1ڏ[IJ8)?9BdO~4=0cBe +E<\q5%L_(6Z$%P45pڽ*;yyP{;!Ȱ/s1o" BKw} ar2W^uK-)42'ŰȵQ,f‹E@%0g [K4gUNCdM&$LOsd&U/5Ww)=aPǜDi%&qLWHCy`Vj~/:2hH:ą}S2, 6|&=\AƱKxlPO k As$y%FQ ļ h^MйC!*C̉ +gAn䶪59ULΈVeA9ޞT% t~sѣ`?Cco\w3Wɝ9 TH yLGEoxkJ+}s> +o]k kf6XBݠT堲Uշ5IuvӴzېZladA1>ف7ńQUBYiڈY;m 2 /։k Lؗ8븥QO͹hDw N;OH'ϴh Fd5FlC~^ȾɆ/GL_hC %,|׆l2RER\}|Oe}m`Ws$!$+FEQ!Ex׻cTe%L/A nAXTa?dhdFfX赀dlUԹAKG2B._ >dyqcmH,َ*VgvJ@X@ƵKsؒΉX7;g상4*iQsY\)1J%oREupph5wfCmH);1Wy-"%¥-hM`s+cl)~.vb9pa- (J&OӨYX}Cugqb{G ^EBi >P wK=߫Qb.p-[2$Uk65V3SSm@y(zNZ'X>/1ڪey締SזhHQ3I;} k7/4 *6|`8{}t>_2B5e磻4T:Stt{}2' DogՊ+[,`@U O IWLjr '%d`Y^L_;eƥʅn(ЎG>&XV9 / g}W:p \_~'}if7M=!C~3$h&+=㱷\ WRx16_@ 0C_Hlڹܡ}{uj8Lse2QU)9-U,lb&aEf̒nPE|B>#Y7Py'FcVxs0:dD-h5 ĕw^%́eм>Pʒ9XiY?#D(+*V珢{ɢpvFДfq _*`ÐZLnJ,.ң)Z0cvBb|122nhKt>-6c.I@M~aB-D5) ìو1M"8 %BP+}0G=J(>"5N ͕;=-8RDlVtAie!hwiJx_~` a ^_ m׮xL߉GE #vZX?&sGKb}]L=E]L%fDKO{IFy˸h(~P\UQq}mgO^?ҙ}+}3@e4O)\UMGBfdkL16> ~, b0)1~lde&+\r3ﭯhar'~i]LW%KZ,łUTn9%[>6vVډY7g)a ~ Ѓ秒<091pdmc!..MX = 1_W(b*M̈91e7<^TsMP `| UؼsL!P״v3+`.U /I37do|sH+QZD=sMѯ?'&>gzq7'+O)Cd4 븹Fn7yaۜO/Ob&7Br0I1p*pu^oMϪH C^7"1km}m$*"3P)aZхj>/RQ.J9Y-O,z;E!1v0.K;ȋM Pu,b) q G@Z)0&%1|ѵdU=ˍ G C}66^*#4!]Y19"Xr[)dskL<\fߡjusJ47꒢BQhenSU\LS-(^RWnձA~ h62jqPV(*$Ⲱ./*:'PFE5 w2GEo? NƑ&sH@E1TҚ~D^NYo)|D\!Q9 ({EV3-:j%p9UEUtϪ i9R[xy&%U%ѥk F?M+V3 0@Mtхd9(l><3A4@)d{.;yaD>I iRր)_kx?7.ކ"3/8_3 c,3z>)of~Egl;Sku-|w\(wGmȏEy(E޴!]{)ƯsϜ^sK(J%2T+* Tߔx./”&­BH Ii`-JHi".(pH!u> \BlZsK.IL_,A:un D |FTr֚--LEއu{uR,QǹM,}.u\Nk Y6[D6gcUC P hDf>h4+wjäR)u avg7;T󉪥vOR\vC1nz5kP0g3 }ix)᱋d7H^-dVCG5lRA֑8 Ulէpu^;THSWhS!*N#Լ;fED~\XR2q%SAw'_Z]I)|07G)qi'jBpWCppHX/ ݳ>44 [LF!i˦T& zTB4[~;ۋxMSS/5S5=O*Y 6yտͩOT@zY9&'fhJxs zZISpakx+L&g>7:l&[Ku+$Z{}ji|Zf4I :e?̤z_>˜e\üI,y /NVcÎ YbYQ^1F¼*֌=bGI9 9>X @Gwѣ(z.:R~t(z|h$ӭwlR]͒8eUGjmh!@(Byژ SÌqb6v`vd//\/.=&ى :a,i{E!QX7J1KuK.\P> OL1N̈ M^~i% ąMץ:7^Bb?x<Vjg{]"U&QوE'~bcBJ37ӮKǞ#0,jŸF{ih6>n0PY"}pI!g%s>iVT\;?84{;$j=)6]Z^|2a#;# xBco5=Bv|⠖DEC"3+LcbrĞRzvVJ&:F X8𷠾`;/mC4^.PiQ9hJ =f峓РX5ɠlGxfIRDR(:_|'6{{:=C;sFS/`a\};WSZiKh@l`/s"eŽNȲECv͝󳥬fRăɝNvZ+Q͈~4Z{ˊo)"͹nX~N)QG^͔2P`HD :@(8K;12$C zսYXuʜ3ƭPwEh[=&Ll9 9U;,}Y[$0M2 h֙[avq,lžk+Ӧ͓s4ɊRQ7EZ5/WD[,)x.lU|rKhN8N!O _ϧ#*@8*{aXfu5<*<|157PWh<^!Ȓ ljMc7Z{WGbZJWOAԗY"+#Qe;+&[b̧hy!?(q}dmC"g~t{qƱZjiK 53!]tqjȼ0܃U\jpt'Ixuz݌=2OYr!Jpt .'We;vpee׳|>uH*sf$ w^*qIHnűڹHu"_5E.|v7ai1NZjrGc:08sQ+nIMag"xiJ",@X$Y\ xh^_j],Gzߤx#}3>/p ނ>OkA$OXW_(9^*=m =tû]$m^p"Dc^P4ݱU&穈Sʇϡ g)Ѫ`mSfC?J0Lh\X/>0K{^`UR\bSKE79#Wʺ,h֙mwg*p4xШb3dѰDz>wh22-'A%<_a<'֚OluĞ!rZ vdi¶xϒJy0P#xuVS8ާnrKT{ {F>kGHɄ-6UErK2JZmM ./3ͲNpMfQvp+jޮK ͪxPﺪI"7;Qi`H-9qWn6gAG;>Dz# |DΛz}@sUF"On)0f'^/t5ndz :({Ew-@RLYb-6w=(m3dqu`hVY/pJ"Vk*&t:u XRևg4ZKaZV̊5 pg)mة^?tFd<%P0PxNuR٭R,֚D wJ}i!'oP z3-hI` K#dؽK6"@ b}ry1]p$Dz%H{>e^xpDel@؂Ge!7Q]Gw?\j]})sHq-Cx#==+2 jh9J-KP[Е(# K'i2$y \٩Q,=h'=y/0+v׳ !2;m ;ή8GFa=Y|/FIٓȩh̔~DIyDxKjTF*U@5{XX:,?陏\U$#mBF-|dl! @M$&hwZR: N3EIWuJ&Mxȷ7pɽz(SƧ"˴t 6ܛ*:&h|7%DS_KtX5Z[81u?ٍV[{r:O(Y@4|0& ݠX zLQF7P*.QM7Q@8wU2W1:GKZ yJƜװׄǘq(oآ,*7^W[6Th@+'3u`̔Խ@=Tw$vS,k*,e(-ۛm\r+&[cB~}tcA]5F@Ot\ ]w}!Dr#TwqO`r̫0`vvGF%H-_ecѣwdKEWD*jz2Y\_lrUǞ"RE6ɛd@7&q$J,mP8ʋ$ 01IIjФ LibFn ]sĬ?S>oQ{|_[PW] ? Cp9&({Ѳ-Q8t;NnēXy8`{L2Y5[73TT; kT2Ϫ' KX>!8.; ߓsKCg$xK0]VW>DR6 @"%P s=+j%p~n*mЀ؈}EѼ9p0o|5]f?PIbB'h7ڃ#,?9,r ^K)JRݝdrR7O@2T#wQϼFϔJ0 9E_&\87̭jCr߾eyG  ޥ\=)OG"$'uL"[Qɭ䋈Z}ݒъl!5|̍F:o _f]LvӜXIne͙=& ɕ܀l׶K6kŁkΔtg"tn%ʣqIPCZ8^qH k?zXQ}?3nçp4MUFX;$zx<1 67bH~>KJz|! i%tu;X@`ަ3@> }L7Xǘp#FNr"W {l?^l&qU-1>J|#EX %/kG|>Blt[KDDg֎q*.zB'z HS١Vd DVF啥J*q}>~Jh뤲Ic.rf&xFڈɐ棦7v85s@ވFZ6膞U\~FcY⽇|ǎM'`pg[M[WxPDB6SQӄ8vQ܈~ya˃͓Q,F`$!< B_H;V۰ѫ4 $$j%DIG2#_L_E>lO%1Y1h*\_LqKӓMIƗR)Qu%mN3 F\j93}(f݆{'?,aU`hIۺ]gl ꠞ~PaSZBxg=, Yu$ $~ʞ[&"ILSC"Dͅh+ۥ3U~…8(-h*nf%L/EԼZV!L# zw\]-AU@v@b%^%`'*Z){]-q^! r wPU!3t ȋ|Fws'TxQ{e^j9 X*2,4WqǬ4;EY #W IYO ܮg=Qkɸˆ0k>Be%>{:P:{49,wlSDEB }f֓Wf)f[(Y!bď54;)02Om4FniW;48(walw~LCA}3tpoBu!0{CdC^!c|!pc~ y@D$R~RBtjG_K E 퉞Tق y[a,Z/od~7"9* wP&c MS V7,\R\0؊jU1f =(޸ zpŤ n;87_ERR\$ -t{NAxZ<5ʩ oc* 7so_?!(h~_"Լ'mdWa.1JKW鵻 ֕T+A T s,4NnpdS?Wts8:[M|=QoG"*|7]P5fņF@Ǹ <͜{-~]FWMOS(HYψ$W& Px˷C(F.CK]nfX'&X+w;72ȁG.斵N$47YL?Mr.S4q<˵sxn'j2_zaQ= a>-\#iB_]YtrFMG =hӂ) Q7jzE`[I| RyDcĠշ#VH7 ֞v2 8aRkQAlP4AS7)h]6(NU|2/C7_HSWZntLdp1o n9jGْ(PG*lT{8!b;=n"𹳐o^AT;y&6El,g)r"f%lyP]ӡ.~ ePʯ0 qw2҇&K%H) ΢`@z&}v6[28R7Y\m%oeWYa| L"pщ!V,qm$| .@2rsf^ 2 T.}.0s艍Np{G!'rnJ_#Q1p/4б|¶C|GGoYm2}Z㳫ݟ HghmY=x}aKO'`4#h\B}XΏҚ'ȊeTAB!3?GC29֖Wop -~HPpϡlZ>Sh{$iN1!9_0d,v[ 1 1dsa@jgy3/}&3ɜJ~حxkD^M_;Y&A򮶆06K 7[" ySKs6_16W0gVZVEK⩼"M5"@XTbȊLVܞVD`Az0b1۝wu~XzK/tޯ9 GKw'xۅ@=+PAē>E9ݢ.3_bIP+qY<S1_[QTF( ƗОde@bnYi\&=Hc"\izrU]!& '_S6<;AnߑRFM)/?Tx){]1+w,&@O)  nՋB?˒"TP4̮ 3Kb ʳc7['<ܡ~ dUtx=Ƶp/ub^_T]Z̗)A-w戦:-¶|ݓ9x"u@Sш 1F`c1`:!C `|WTk$h)SYڴv1`o K`S-pkˤ oJ/=>cYIJ騏3-@rF$h2 'C^m5U`Z4N >TnrNiK;CAD梋dp3|ѝk+0ԁ7ԙנGDyO*rzãD~0w1V ^t-]zXl^{ХW irBv]8<ʤ~h_L1qgvoT-D|d=F7 hga1kx؀%%x]Qޞ cIaλHd/vzv  R; j8 BpqABnEt[;8 zDjZzT,> O'PrG`@\2n8*U$-\u[¶4c>'Ȟg:Tq-Yy~(e At 1Q6!}?mڕ@8[α+1Τ0kx"rwUiR,B@ k!fN]Aj[AIOzCW?b+i~Ω wjsUOv6b3<#[/xcR>"= \On~~2 ~%2dbd\l~ZxFu5yI?%:PlZ[К&"#YWnR=0{\Sqn.?g/!GckytT5%09lR@i+Z/tK`tp3] "Ml~8QHrQ2FsDK!ҝѢ%I3LW|X;W= ́ n>T̟/u)AXf"a~:,v`ǀs\pzh/؋Zg HTdzJnT\EX&Dv)~[ !7_uršp8]Wio(%K5V䅦f1b¦RJu۴hk|LzANm%C5 lBmւכ?5eΧ~k*8yns{Up% V{oţX\2N؈hw.Fu}]v#ނ}{m^n~1;HV>[!J%VIYBoB~?RZ~PNLIC!?>jlʝ+Qɚ ^3؜ 2b1>R"ŕ쵍Ob٩Nj_NkZsyygWe.a-pȼӒZMfuY+7PDPa\~Q֞L מq" [ X޷ftUrrձudS8O0wO 5GT'|VnL7/Uu7j8bQV+3Ab殀~[HAĚx2L/S} q;R5I:gcjS7=Kђ^eUmw45hGyOuC1κ&Hń^}v0F0[b%Gi k%H/j5DGٷ=4yKν_k>(+Km94γ5ϴ1$.5d?JAC6BcMa٪hfKNIR+-)= =GD)䅸I7);悍-(g-W)nßI3 x%h[h>paQxN䉆} S8n5g"ewmzq*>P~e.S^Hr+ j^z]=1GX;_(U'DL|gX3Bp̏҉ޥ7celY5abs#nG Y?.u{׿Ő]lʔád8PÙB;.*VZvd֬E퀘Mp"vٙQY-:/ HU0 bG,adb1 p]41gf&0!/+KBkP\f{D楫-3ܲ>-phm}K4 moDp|rWlSX'b"XX@20Utg0hB0F`SvK i+ } pOx(CuSE18$IL 6Ѝ&`LE6*<]Zv8ݞ*)}. sU+30%We-Bl Ls믕ް۟@#j*nEV+^Ӫ tU)A˘i>h;cI(_ CύŻ9J gGBֳi$$p;rq%:cEswc"R%ũ{z5z0,o 9Cd@$04_;w~sy 0 G5">*QxraB,gr|3um=bg}T⼣.܈ڪl9Nէ 2`6"q3eY< b!UHz]ڍT wXuK+@9 R5^dm,ר>B%.#]Q|O{I<"4sk0^o£5.9˺QM/ܿլ˹㭻e]` `xwF8Ym!ŒV]j25>RmߧwO8UYNmxIt̄%9pĞ}f ځ2f7{mxq$vr':6@Dr isQ&hK^5ƈsd u2u cGk;L=ΉlQzhc!KcAY^O EZqTή"}}~7.(}_V7: 4V2:Kb{S, ^[²CjښXlM*5բ Ys")n P{3O|1 M x; zV2R0r/2L =\7/8֧\ &"ݟ:fs vj@Or99Р!^J8dFmO!;W>.(ܩ]@q%ܖ hb>]/MOxZ mMsH!dWkpBs5q'/ū1Ftkm%ѯ=!:i%џ'FU=k^*ń?0}Rg2Ic.V6Z<Êp׵Hj^d'E06BFȑmBb3mY"*e8Z( &$Ȗ).#w (vſ7:?@?*YFZ[(!88_s܃*%E]*PQ@X&om`.u&woGS@4ljLO6jr=ZYH+|tWڼEeϠeD}y:̌Ugu"*kAŽwek"90M i$|-1hPFŦY((]vxKXޢ|aC9H&~pyWM B\ i,q# <]ċݴ}\n3߇'w8(CWi^$>B&v qs.~PtK5TAihQKPCpo6@[[+5CgՔmϏ $Blz_$;bL¸O&uUZW!-uPcNcd3r`Kꦱ C8#\rWb@u):{QS86;11:{ןd;ǧClנdǁ ԥ$ǭNzP?|34.UB4_M`+dy/ 0)Lkq R|)C/Q9fӫH>`j 6.doat[f?^%gF!=A.d,Ԁ2.v|oXOxLXʇPBWѿX]mtjTg&.Fǚ\`9We`+; {sg+Qfrڨ ~ Opp2'G }[*O2͝<ÂxLvr&n2LE9Ʋr4夼|icavePL}\'H(kP 5%W:nh,<Խf\a (9a#kƑK%FAх|=f}Ufb$h7jrxߍ[9ipG3X=9z(@/=.O eP:#4v3<[Xr"=QƩ tDS^S$]@4T1d}>SJVJ!I:#fݨޖVp-ɣ]_'Ȯ Qz,oM LBg8l7}3r+ Aj< 0A3Wn(^ab=K)K-RJ82*xE =edG"e<92t %bwj7{#~Prf 8{OM(.3 pfUb'QJ}h>vg;3h;:COu;КQiV\~@ɋ w IX18p^<&>Zs=D{E8Ɨ#kR!4 [l3"m0:#azͤQo_o?]8[y)t"dOS{3rLJKxEd!xYdPd&ǝzOAEpb=L*o) f.l%bsXP&.zqNnP= 7@u) ǤY|lEn~- ifOgөL,hO<-2,Ys*a[y}_NQjUo˃C5WXL jOwДwqrڒbVvy:{^|P[`mjYYǼk2!fpGb.QP9?,芸quQ-Jlo[*3#hgHXxN_%˭FbЍRh޲TE%FpMQ߆̇rPp`GD?u/ _D8Bg<:[#D}Š sd?L*DPCvd% EvNSE6i9}rw@O.}4[Ax|b}5x?yٳ);X`=/O?I`%neq2d -&&KKkB> p48{'x5L>,>VtoH" e似}89qK?n7 SRq*O|Ru#b͠M`x@oH?^SXA̎Gjg-{2|)R~Y/[#&<ۥq!]|C f={?䂱p ~ja3Ӏ-fnc)[@ԛWep+LK_EG$覺 @GrףHrg[BKĺDž} w̲G>>Vt O{OdP r q10A'!RvAKZoV/C`,ѿ*!q"pm;IDA?ȯx uK~1%V?fxւ@KgOR%2WM7׶ }7:v+o) #p\ a?l#o [IՆ-N8Ju}-%8/&΀A]}.7@g񾡂ߙ ZʏY>b;8v@Re ՜4Q .6ImD)4~-Nn_X&^2{Giߓ]pcm]/CVz 0.p&n%$c8@VV(ey> Woٽvx%6']&Y-qxUL*h'^j@'柌,rnɵZ4NedWd`xl`Cvv0sckngU`k}j6݃|fnoUa.`[8P@H6a7 Evi (f{{]FŇz6z,zmS7TQ|gJ$V3kpHeǞOBS>C5gN*6Ke3AuluQ9/l~Oj/.[j -ʷ4[bȔIp.LQD"݈ ʋbkB}U,DWAt] ,I[Ŀ"zS3Y śtB^>4<5Bq؜McYhO rd[$[;Ѱ 5]g5Jn RM=Ggo! k}6Fh#pk4uu瀞}@f+{qSnI^v {mrtgPL ҢYIJa5ePnlS[^htfnbBw8}:UF12س@TRNCEjZQd$ sL ]֛ %a ][E1Aa>4]|ф[M9Mde-ݡq7H_xp،3]4鸞;GIYm;at41v8aӠ2kH2l3Ŕw8e]9nBӎRtyü̫<#ia'14J50E!-D+'՝stGoḼ |XRI޷v#2OAIx7Y#EdU#eLIyz@J\,kIA@`!aKJl3z74n\lk$a>lb쉯Gn*qFpZO}ykvy g'== S$L?.KΒBvRs B /Ⱥ)G$tc[^>~#kfJ}7'(NP\$ܱ%IGu`e{6 |SLe|WlB?Kw$pQ`RFބ6OM@>!rbTdZ'A4ߨL8g/+6ݝ-]Z! @;cP=O 5 _4=.ORDb7νQ<Ƽu${+ؚdYWGOʾ 5Z545eKO_<7ߜntϱ :yy-?K3s[1d=C7Hs 4+5iem}Hҫj#[]v2? zwcX3.YHע}w9UwI"O_}<捍xR M -r)I}~ Ck#55h t8!_W*ȼObί $U{ƨj9'nr9t77Ohxsw[">a0?1o;.n1GNdDž[ m-mV} G]=1cN\OQh oS(Vcն[hyk7NC*+Jhm _⾫bDS#h&`z'zs .MfD:5Q3yR[Ϳ!:vlfC$qm"5rHҲ[E~by0W 悔,^q#Sњ4Zjo-K٨Bo&='1~Xـ[a* WԒ %<@ΰTB m)ˌ)23.Q-*;d?@RB0j3(wsHgF*]1";."Ϟ3Q[])e9)%>&b)cT-mVp0-c/݆$ Œ|<;re\h;Lz q/ʿ4®oImt$P|¹[X-5KaZ8;@s ¸Ӈt:̡߁0%ÎvN +嵭2g",.D>3U|c6Z|G}1!> % / ׃_^'s`~- ,e1nXx#IUV%ƞ^pGf~Q4+g ƞoŜawM!]BO$*"st[( {:NJL-@.g;@'Tl~%ؚg0;إ>ID<x f*c<>"6u_5Ց:S+d7 VQJJtn%Gshr#,}ɸŗrM_ߘ;.ߵ85>PӞk >љO>Qן(ձ{JW_g/,{~~#Wa!kb .]iR)R-fyٛG7lҙTK{i]vl3p}>Q#D1{uOLO*7=OAK0*够rA*9~y7^CǪVԆ \vv*N~ϰBڥ5ƍkw\UlwSX7ܫ$At I"m;D&2dLBeR^vWֆ0*lD{=@DE˜A*6l No3ROm>mL9Q kG Cջ?3G֫>A_ #c6Gn2 X[ D@Y#ڬ>Ч%ԉ8ZԽy ._͊6WrYˤ=ױ 㗪ZT3+Cn/j ^d+-UgƹIC xuk),բww;X%rQKw n*a:jcM=Vߙ$"40Iy_T "%k`ex=db ' <߷d 9Nuw1nm~.Z?)`>=91Nr|Ӧm0;GM\?EDS}5K_/=-YYM.>Sy(2nT k8樜 Z:9 C ']|zE"%CvW:ɇqGToK l9įX6'NFƒW=`u.KDV8T+bivRz.%Ky%u4nS3vXNϢn'_S$GԆERc{nG:j5IH״X*dFX{QnId=B)*\Qn79nQ|'ƌkXstd;\†$x Bx_縡@i .#Œ.j88=]H ѶFd:\yjj%S_^ɕl.ہ`&?0f`B8J&u)_UQx1TXg¶R4>uFŒSUGCCWHK3^pd_8 9YfW{Ǟ wG2mquP 5Ya0K u{Ӈ宪\#z!V@!A 7O% Cۅށ%_td;|k־J|KX+}hAκF{Zl3fė J'ZwvXFǧ?/-Q>xr{Ӫk/YueCb[ |r+EwSz\RP!_S=zM*\_,"D =ZEOa:7<9~Z1d\>_|Q5b#zV )OXָ"?!Vewfǧ5e<8~*&&~ [Tv!NモShZx؍M1TZBt3G­Sx-sRVIR#bz]GXr'c`A zk_7$IY:ʕa,%N~B+8ɂ3 +A>4ֵP^'ڢJƅ3{H\K5-^²|D.f5H-JFg_t#~ޅSDIWc1:XEO\ A|B?/_eɖN'}Ԛ9uxXs &їo&o,I#ohSGUaIEqz 6{7כBXtvv ei6 MQ[?g3e"}m{Š)ZęM8F vW%zwrCB˿ heJ9 5Xw@H͜= +V[7/" {~N6/  +@@ujt*b/' Ir%u-{;ٿIJ_ +ƬT?#P %scnv>H՛]㻭CNݤ{KUP\*݀6P%^rtt+SF¤gӎ*b  [Z"/ؖ^M!JC ?fJ|sŸ߫ Wg.ļb]%I{ ZsL 4[t?{c3Z"MA2j\Z)% 4SWʗ!~&( k,P&eԢ1/PWN<[ L5m͒h ;IJri4 LjqJMFXނ89=jAfWc'OF0.C(~3+3A%J1efbHA>Ji8$ ϟ3ZO3;Z lmCzA&j9y|HjCgo Tj,k`c' z^M·dgܮ-x%vVse7P(]J6F|DͰCC h[嘾@T /qW߾T%dD n[ N惝q>$|ACrv6WW 8LܩF IsAKzbN (yU:~ idkrǛn;*#B4̎. JSj1<&<>mVN~ܸ9 Zakm-j2zM尿` &J!/H_uQ~;j-׎+M4Mz}p{OVg LQuUlm3sW"1e5F 0;2 Wd*Ji ܫWjX.(DЇƮ(+8RHKܽx E84=0G$(Ji"(8jMџ_7>/lH YR[`> !uw K${дLxolԐMj)ܩ4aqV!>* d;>SBl s21v+qs6 y@ G1MF .Y~.i1tmD}oIO$ q> x}y;xo&03T6b`h~1# jaKH/ 7Q. ǩ㬖s(-ULDmGqpTghrƹb=e3|F2Kٔn!%o:0OG !ߍ#.q3٘\뵱,w^}Kmyny޿[8*Ҡ|'@_R s 7:ї1 (S{S`'+-yXo:,1tO6N)rI`>*(Y/3:lOR7AN,2>I,hWrMX\nW{[>5zES MIG+(ݨs!Ѵ{窎L*Ƙu]6y k@kST@AGhF_R<#m3Ǯ?brĨv7Q$Ԝw/a h DjA0bG k2C/aGeCφ1 (Lg1K ȧvks~]Ŗ-r ʻ<}'naz+\\X :NLxd3N/ze$gwäǮXDV-̤)%qTJ\!D'q U0ݿ *zO?Ɏ֌}?'lF~E.ʾ>6ӻ3r{zk  8a0Ljd4z-aiI(^~`C%lͲ! gY&US^"@Z;eTWhS[r~Muj$jD1n&W s6cp+}O ɓ=V4pZZTO\5 t` Չ .0p C3*2R !`N> ey Qߧz_Ui߲_;`k Wz@3E Z ']M+^0:?u|uv/SBt*!}aO{b^fw*>ՄԸۏݾrG-Σ}Or@͘ըB@2s:={f$#U̟f|_A(lqS X&n MB=+`ɠyc 1 |NжSp%"d$I<'q >C.;:h)\O 씑n0OyP*z=+%GÌu1,ؓv[ `pLDT[R#3:@j-]x"-g]1/Tkt^g->RK৔5gmb @7tA îjteLw9H`֬5tuxi}@3nj11t5.@Er/n׌їԃBrODB;*uM\p;ѩn!|L[~=(cdSS'AJJ!Q7jia qasU?I\g(hyJ Qc-(V\Z];wK2h)Y*9Y~zWvU{RWȟA8"P?IU=|z^ۛ ѫP܂j=l0;=a*Bh`SVڽkE vea>y dl&ms>w'Ķ{1X7C#LL(ׯѩ4>EJ?B:ioF]td3h-wټDŽ̍<" mӈ~kL1A碪܊@2WI|JW\LYUM]So zտ-Ԗ'rt'k(UM" GFIH645pk7: hHwJp*%!xTfTI޼b9:c~: !C%،!wOLMk>׎PAm,/3NNEs 8-xd:g]GÔDԂ0<t//tgF2aC*7CѪF^=t=hGy׬2(_P`0ac s3.c7/,75 y U pMcq!|azͭ`VS Cxt1UB W%Mb K' :zMԙX26A? ^ 2CrzUh#o2?݅pSM}NJ2) s|7XA;T a2>L)h~ tboH.T;:U-&X,eS@`*[Q}"t(iǻh"xW+KԵ & r+5ޙ+N,X3'XB<;/ɖFYYC뉘 V*4'dX@h>du۠Hm ]L$[5ZKKe;FNCi̴lhHX 4Гv1,1||yK4*+qN ^M|%(Q?37;ZE(LU'65#hy£ 9\ +F+JTڃW$Ej?mk #W}ir> gӌWEƀ01#<腒'L~r@wOsJG_Zϖ;QLQA Lh X7B>QB%OPNڈ%@O pAj#a#3!2Dm5`igԏ#E3'~ 4\m'rn uǸ  kīp{Tq 9".ˮ;&RǾV2.B:棉c7|#} Ś6%H1Gl*qc+(W7p5q9 xEgDIVo;6ҨBw:[>zG{LNgc{{5t5n^&MLhH'?%^߹*>Xהjx ;2 ܵEtrx~D3BQF=CLFEj/8~_jpB~ ܦrAwM}C"Q6"=ӽAWˌH;3g۳WըZ<DJoJսCdz#d'uYI@-v4 R_<)"=Мj6/_>wύˢW(; b{ >.#i{8|Z(ȜqHshJa1OM ih[~$CSG鉢'xuagpVg<=OdfHtY>U-nA w*e?2+E״eANsChe={ +Zjumͭ@9-/BZSuwֵgFf@o.c/n")]p7Ub=q 7{ O9!@H=rKT]Mp!.vquȶ-c\WC *z\yNLXTAkvmwö$f*BL5jT(UwF:;3&+yB ܚ?bis-/sPU9?>jAE37nbZNj]+隋 WRyQU0K,oHx umn+$ُgIJanY kȉOʥ yЕ KN}7@HxUCw!CNX]~uq"Ͷ=󠥪FD-o]@q_ F\A#t3e}0V[f*˨RN8r@ k?4CXm ESMn~ S\SzPrj+^ۨ~: 徢|= UbC8qksֳ%I5& '[1c;|T~d|_]eoԜ:y] v‡52#Q̀5o.x-)R$eRk4l<7զNzݨPvZ>W2`3uPVqh=q4.~)aņUʪZG uRWиN_R]c b<=<{ې6l ]Xq-ΰaĩ*t&i"'-$'úS7(np+XVq;`vW܂:.m_ T4>ȏذYR,."4㎡> DrFoͣYc1O.+rDw-q ZVi8KN3Ӹ0.9kξjk9q{CAeH{A\䄖sDlIkc{Nh J<ܴ>G 3t -xa `>J STUACalVP*AYbA,'ͷ39B')v*؆` eAsه,~l`JWGc0ُ@KwWl1Q q"!+Z mY5R RSn>>EI*>~~F kIpѪZS]a҃9Ee?= .V7ajJA)]IjS%N=;:3^>aF:sikC{u7'u8[d#K}3LKEԉ .衊]yЀ|L, [G;yUl)޺Oh`p5rQt,JGxw;w&862.OT}ʛ_qZ'bMJ8%z+ w686c}"ʖF7^7p|^IܪO.IJGkSC<҄! 5E½L,@:աNwJ{YF3X_/l|o L?=Td}弄t?h n,e+Sv[\~FE+.I@Q#:}5KdZO[ơٝjʔ"?-jI^/e8 [ѭC+&Ѥ`pvv*ʺ 0XE8;; e"AQoxwP'.e(Q tq:>,E1Cwh^a #(. }IZm 4$,Pr6@c~opAWLJ1,7X/l០ֽ 4͝.s뾳 Hs}J}qސg&Fj;AUhVy{>h׷%Bt39wK+@9*8Krxn*h} .q7̑tlL,ҸW(&du=!Y00ZP[6{b4׻AtWfY꓌kxQ6!4*[\`UM|D)(Ԗ"/w^Krc{׼6e}Fx:gihB C"{'37=$f 2ѵMmQ,~S{轚-7OpVKkd"ps֣gܻ 7d@2rw\to?*QwW7֟{8-yoHEjE#`'ۗ(q60wUAa~6ޓ00@:og/(ꋹ!`!@0揷甑u uҵ$)A^Tx$V}D~ϐLtm~ala":gnC3c!х[ц %餡YA+$Y/^OtW2})[L"1h Wà<itZ{rnօηR]W N- Jᐅfh2bJ"]7nߍ(Sx]EWЫ[yekS9 W`eNh WuHH8`IQroB^8Sٟ"D`5Q.,3RwNb``bnU+9?jA0 \P9a,-! l϶ۍ/cO; <S;TWirLJ\Zd j=e(@>0A_Jk\-7ȉ Dq /5♾=lg0γ E0Ub<¬q0ZwcA2$>Vw+J?6[w+z"U,|7"}įV7G֬'@7`!cWfbhQ3%@#3afo#_VyX.<˅GxqcnȣVpԷ{_7 ߉ᇮ/o"_ =+Q;0SMMSΚGΒJ lnMǼ X)#$;BLKr_]oFgfkBbGY r/!syҍX:Q:^Q"e5aBH"fUXk65|2m1neఢ6ٯo{X<187ߝUbښt+fTr99Lh8 ^OBTk(sYpת6By[[v`;;#[P4ŃTжr.I]{C 2t̓TKXIS}K HiCiƉK-&TuUqLAsMAV oi{u7iR sgs#yms6@鮧Dtn3m( Nan*z1i5Ƒ<59PđʳF<8TJB0u;4'Ч=۳oG*'oLNj޻2SY'x(͒/l߭m&Tᵖ1jSR&R`D,s2"x1a}Dw~{2ikSbǿ_ ]ًw.tSMYM%9^@-?k*t܍1&i3ytC`8Tt-fnxvSvA f.KC&Sq\Ƭ2ӗˑXq f 6x,{DC$Ck\zTuG7J&҆d4E0dA\-hɌ0@* w|Ǽ8:Y-(8M*j]LBbMfu"DaG[h#|̓{HR"VnY4ܯDpbHW>\{";RBR ŽzX5G _"?,r`({&2Zr `gCGHwy MK"d'aDu;R*˺6ZPj$H6aeL5PL!onGƾlE\ Py~cZmP)~qe4lجr+V.ah{Aߘ&*4#G1Y<`=s OwݞIǶwN3L@'%K@qʫ0]gBKԎtOCĽo%˃N1oUEKu_rsB"j&084J\ڟiRؽSh2ˋR;: mV:S+FՀt[ǚ ]FȠ&MSI<9W[>X[L29?iwqR%ë::f $(J~j 篵j-)n I5b}\/o6h}ԚcC!;sc-k(i}κqQG^#x] Z 0}q׷a=\}K~m貎{RxЙH)IXڹ76,C9Z/s򀼧ӵaEu1Y?dcu;m3-]jg׎#j"G)W\j`E"|Y^%W2u;]аyr/:O%ۧ*H Hmšօڂe>xUwdaORɋ-YG+ԃ^)+TAC~*ڠnnn*9[VʶAb'" Sp<[1" |Ik#2&)M[|˴zp33ojxgto(&ۻz"_*@&GNQ!Ծ @mӪgΏХd"5 735QfS^m#MiX뇖bvy\@W1xX|() Qft`Q+(΢ֿmB2sZY=Gx?L8hi<ޮb;Ȱ2.f?Q*!M [="J9:Itt%7z'j$SD20x貄 .1FZ>-ę^@lRVD(j̲E7 5:gFb$/ۋqA'_}OCت|XޜdZ D* 4osw|][V{R$t=p-/cY'ɵ1^yQ5nF wAdul g8h`e*Lq/L^)bg_ X_oS}yvP-Fahc } ?eWm [5]DuB۴A&HyߘZr39y. @WzE'@m7ye7軸p~: #"[nE1IIbd9@hAa=#e Ԍ>ɺG)yzO _nA>#y8[|!~B3}7  =?";NSd֔g{=`c;r]]m'kɎ#vftuF4DG_zDGns*g0C>{ k|ZPN^lzx\OW(\)\ _H="%%Bf]Nn9cO]1uPHXz :X%eB"D]Kj\j p4d*HW, PB!dI/=9I ђMeWT_Á ΢v(1b".FZ؂19a+8H+<DhIvW aq(-C=*",a]Q8qk^8ڑ R[eh Jk;EwO7$ߪE6Evץ# oն3zEEd (jbcjI/^u>^ ]jy)\!:$dU}[ĞSתD =5@2A0KZgl>?6W]8OU YV|6Wd5f' b}׹DZ/(. .׎*/T] qzqL]3fJF4 MZ!:X:Cs*u?6\#5i4{lUaSTCNORko}-X&pi ZqI2c k$bVoHj0j^' tv3ut{}Sh2%H->pA;RGϞ 섣d5su{9A_O} DFe2O[3rZev_ǘڗi>]dyC"&<4n<;O64ɼ L""k:OtIn[(da<5IMdAaбHӓEn9Qí鴘£jSpdT9s Ɗ6t]f :+$shq_zA[#ӵC |Fe,L= i.&mw{eYx?k9.C@A` ,S)|1 H}XH9#o#T {zi*A:RѤaOҷ3`B;[=r3l&[\% |Pwz !~CI^rJ Ug?pwھ_ "b608[XܚSpʢ Y+ujcq}^+{,@D26?!F=Y+6*[$$G)#^mD)q}g%kiT"ЭI0ݑ@%҇{*ə܂̈I+w5P;X1.Mx*;< u䙹[I1>6&W}ɒ?뱥~x6ChErDŽ^SKR*cDtXjԸ_wsQxwf.y9"d7M1XpݻvF`1?k!`Y6:~궚$wqjDh:󃃕f)KcO̤EDDE|*"2 !|D9;ɠ^kڌ;C.3#By`qv |]1ۈH2;Gbm .Uc%\3їclvvhP.oW֐N *kj=4[;a /͌Zb$IIлӖC>8ԟ!$ن)VV8濔wxt*`Af<ՅÅ"ujgLZx u9K?S[* ]=r9 ?"O&L D:-׫k827 Qe: iaz _:HcEᅜk9ev!p.Aqm7…$|;޷V?}EEOP'ۑrı!B/=DǸ䓎`O~yU̝;ЖHgViTW}2&>tXU=/DBN34>{=@JES6EulϘC 7!YF;9׼,U$ͿNVޏ8ȣҌ[+xtTZ)F?c0{qʧi!#dx}MqrMVLv2ꆈ UJ ]T@cyO@m,R1sa_oZq0=*%;?r3$Ct5ro+cJn3>O!\z5oFZAVdN`Bink/B<+]Yyq1 $;UA4N& _. TuOIFg #>b0n' oԛf'7=B})'rɏ':|݁46CqY'CZYgPaEx.7*j"abpzn?ccׂ25wE7%Lm7w#PԢ?Id;^ce YCK&.sTs5ZԨ Τ|lĮ^u2>E{mI s`U53b(:Íz(pĆs3rEf7QO4~9LnnU钴O{ZPEse~2% p=Hu"/l$,.1Y|Oxu]:ɪWPz]+ێkbx5/Vku)|dRF;Ev_[8aD|kF8OY(LRue tDHK \TRnwy0A; sCoBE="m'ha .9k@z6UfD"^bUIww7|}pS+6 l1N"+F2-"Rn8 EIܥ+g 9La[)(2{8ҕ.N,f+DQ ^\^bMITSC  =Pz^^aN Z={wq-,am[kOzX ob{2o5GQ ׋gqw>xTF#L4jT;Z^y>u 2'ĔhmNt*zra}'D6owwzg1+5|r(S0.4U<^}$;-/$J,!>X' +cm 1qAMKbw$e!N%1B>__(*JI73xZhz_X @=yמ&qT2C7pH$nHUPG`s0a|lm1Y3umW f1i86K FwF]u=ͺLy>aS>3Lԗhh$R0iҮ'הI5Gz`Be }5ƸuȈa5Y> $ƫ/wwMrhEsxw$#R*H>w+LR ZxلӼ~&KF9z.!JN65C0rRБ̓o%4jPZ tZ#!PX{,M֣15;Asq`a7ʺWoCZtw87J=bpZΙ.,2bӦ뢄oZf<Ǽ%|O=F-peI==|_;_Ҹqv9Ż[y)7 |w7:2_(r젴8nƫycv#\8#{2Q % Y⯪fc95ދ+|! هji66RQts;2LeD3gQj>/M]8{l,^vbWY$x/k7KoFXY>8]Ys٤*KkϬP'F/f=Ogfygh>њZƩEZfJ!̡ԇJ{2_XN[~N<Ȅ"Gw|+J D|ew2u}ILnLL$G6Cq/z2)8=2fBTOc..{B\=z ._qI1ӣ̳)A 49岳é%BB _ ۔F"9IHeKf1KT>͸z`p0YUO#ؠʔ{YW&MTܙcwX ȧɫ޹+S.ڏ#B~}-D(;gjC\4m۬ 1bY?Xknګ1l=H?:w>/8qc85"7ih&V~|ǐ u"#$ ߤo f0ɟSjqpkH|xnD =FmV [̫Di+wD&R W<HfzTSz vu:K0(:xF^GCXo ]!X>Dly$FCʳdl4Bh{|?Hj+@eLbh"Ť :߱l^K{밫3?M\/HSR6X_$)c;9X+F v$f'1%kV*!C դM?VI>H_Lh>W@?N$w%EV[B߆H~җx+m T0Gk T۶(i*j菔m;3l\~,+\')稤rq&@bu.[FcbAyD ;jyY,S֞^(HZAbI"6T]Wž\_+ryR6Kv'~i0/]1ܧj U6aOJ⛁s(ʞn`IE<]")[O?_KJ[?6)dh ѧZt]I  vMP:`cmTvD]ȲPNxf61Gb l+-9+GxC{<<>׍ GS%᫼Ϭk{{ ,ʚ˭LTOʻ}Kسf0׽-pFTely|%(UFc|b<[:;VtvȒS;0e!]J.z+{W^|Ssrِ!(|:x@GN ږChɏE\zݪˆd'_G$n#/nT3 }%a$;h[pѦ&B kmGZs|ik* L>._!&OҠ%cMkyk{ =*GVM#e6&h$R/ .b6 Gl5?(6خlCB.o4zyJ )*GCB#^~l\,y:j23Wh: L9 ʏ4+W"rlwmȶo8}Pϲ{6l1ȶf\=ڗQ`;Rhv}$1i1\Z#LG!0<' 8_叄 w!K-aip~yA3'%z3wK& %vNMmՇ1 X5Q8u2r삼 tBޢuYL8hIsML^6;ԶqZ 5mYw _rSz瞭SήL Y`QvX÷H6C!ʗpۋ_i~R=$;qf$،(u٧ Eϖ۷^/%qRpW6:&#FC+Dz*<>=\%NQ}55jCL2V9a*XRKi䤵g3 ZO`bΑR81$t $*HG& J:7ߧ}+UA ҵG9ҏ|́4_66\;`oeViHlBm˩vYW뫾yp"JTp;CWOD&>?xIN\43<$rKF4/z ZOʢn mPy"y$kH#'!Im2Qi|5OS(YQܵs(ꜚ~Coξm+^S1Wh+;w}͜?ʼ1OyPCE*p4̹5QB\Qw=yv ۗ8|4nʽ@C[= tGLdxev 8h!c%9(Ug=7vZR'`X~kD{ 'R7O-z;ཎ х{+xC,y>bs.zpqZGfo]dAKJEWcopFޙR%'|L߄8E>Lob7R%݋Y4zpc+?q,Ĭ(|Pu2wtq.2,UC+ޭ&ť?.L+͟m d.I};kG| )bV|:WwWnOPaL@f +8[-IKvqK+:W1ՅսqӇziI\a \- 쉔r6nNkIJp;aXj g@YeI*y|I.`[Ohk 9ԉ~<ƌe 2)Y)҉BǷ% fg䚽N[dlMXԒ >!=0 8ky r.; }kl-OIӅ ?dF)yl"ò"8$C^҅|`ҜOO yM;Tځ)xe V&QwQ|َx/MNn] ?!;)_J Ô!y+*hQ9 88j՚72DύڌM A2$rZ.:)]aR~LP$H ge&Νb0)!+h{W|D9|xaQ 6V<ͳy |ߏK^ %OZkߞ%7&PS0d- b(͍{qO^#VɏE|ooX}DR\2\pk=_^X7Fcqrˆ3pXpYj OaZۣυ3N) z&wlp44Cv4 {Rz\6."(&Ӻ8-xP oz g*߉׌+`168ko"BKLsHND'p[ba;ev`bo]X[SYO6@Bw"eWWϴ2:)=0PԆK Kvn0^]k>,ke Z b6߭9}O[C kfM_jg4c)GpS$WǒX/۲6 ,dfjv+$ tϯ{q 2D/*|F6iB"%Z OAUt'ˀNHxٽ`ƕG^JB @)j %6%ʪBOٖGz#j$*̆ OIJD@,d!d39d2+uszP+Ka66$Dvɖ,恓9m>FESGp7[on_Juƿ%Ptw)$N^ 9wC7%<>ey0 G3dW|Q3jv+wHy/O1s"!0/iTSL+br;UI0 WY3_G2E< 2]jq8( ٴi]nI @fI7KșB{5U:y<-2ol>[HjRw`ߦ|/B’2nX :Jφ@[F^'N5Fh !Xy?ehgb3TX#^ޕ87r,}hQ+#P:;q mtՠ>2 #:?o JCv*oQV:$]@+<x#$1Z󙱇Ҁ1QҲ瓢sG}+۸[+8a?2}Wm1tT@ Ö ;߾ɋd-ֻ9i ^-d!|Dn +N'ϯW x1 In-wxn^uvhޚO7;s1(Q$C&xTvMΫ JohvR3*H}ptX9\s"t@ e oL/%Q[׬bGxsu5!m?e3j7:e+ 3 W8"綵!`vMO ҄ibK#K -wp-׽eԣSqsU7=p" Yx+y Y)(+u.4&wU3p oo) A\ 4UFTZ-T/UBPOĜwE3SOVcM} t%rŪ 'qlmAѽGx; lx"Huy)ExDc*~x{ֽ*Tj0*cIԐ-ۂlVZёiWMB]qH[E}4 LnH$B'r62XeDe2ɛn$/)RF"ү\d4WŦZPjIlW#ɩ"]"ɖ3Pe3n*:5 up &V$]HtvKK܃/K%&5Mq0]evD~G Q$+BC(ǻ:z62`Kb䚯1,bhi޸ylq8>AC?K$}nG3c㬄2a{"@&im!$;"\RDsigAFFZwyok@5B$FHTIB*'yR&US&eu+8Ȧ_2O 'o+_@4t _a ڼ!i%'teVwjW+Ge;p 'C[ LFhs@',`c1 (2g6amֵABl[+Ld1q(8Hr*= $8U5ˢa#Kۙr)cG`>JX[Bhdۦm?VFh~ne*f2^qڤS5c.};vĠl[獎~1S CT`]@F6I),U@sɻ"`2X c&gL}~ )~Skl붓C:m:Hagyf ;v,ߓTg\rB5U /d.8YĬ% C.T'Z?dx*r =}г$N#ha))=:ny) UY;mT^T2I 9<;[XLL|gPy EK~l ]?b@/l4щ9e.tcwf`r~ef PK^*sF"i$ѥ:<:FKseY~Sײr>x1vK`c uI]:w߾&ɾ6y9\& :Ҕ%T6SM66Ԣbv0;τQ' \SsNlx刈Iq(#\9Gƪc4Vb+KMě}y1VlK9&!S߇}tmP1 ̓JƧrσYGN2H$k,T*HL3!)nw{㦹5o2p@A_TwwdH%"y9мC?uI:$ |گyM8(0NF@0;ܲ'ꄚk ([kgr- ?%.U~Jj&|JG~ @WK^q\LO(%s7k܎gv>DK&as@5Δl!ooEu[Bgq:6#=LٸS1Rדz?eSfp?4̵anAsv_cNCyPz?i>D! ]tp[+t#Cj2HNEܪIm_r#g@ܪt+ !ƿi['odzp/.U[K<7^@r_Y@ P$;Ӈ6o!,W &<;[{|.ExAȻ~Z fwemq|gajbr Gѹ m%u'r 'W߮۬u@үӡGȮw;ݱ% Z?'S!c?o& 0H0w uM)!$аp[Z칈aceUX`F?U`(t\%ig{60tW}0%7 aNhuka7ܵ5& ݎƬNm3/Xܹl-2k@Ja[f,c{!j%.\PI?k`΀BJB2 }7>;J3" 1jzNm#K,%یx1TJqЍBR:)|uj}.y/MCWȨz2Wvvx19o*GB=LC-\ew#KEyHKiGOq{DkE''rFuQUN[3*[x5nA*$(;Bi^{Ĝ hM:ָi&m//_kQ[jiF@K#rx`Q6wL* AuȜ[+#uXR_pЅpTgEOeQ[>k6Rҷ,_Taypyh=\6śi^uqt>7HR6&~k Ko?$j(JaZjeN^D\XI NP5r1dEmq;㺥+[iG :B~VYeV>|yI^M]m# G>`&K@r5pGm( #y XÁxۼŋ#a+IjlZϸ@7M6o2yGd&++NO'x4EַؼrdUL049Y2pbB4b 2խTók?nm|1! ,a2 z>(FH߬RTЂUPJa>}U 2 ǘQ$AN`K?f&Q!/>se_CX0=9ģ 1 jS7PFuLI ck dZEz>'?}GMeqR3o)d @+mBA_%Jga!f#dZ8 Z5K"B'#T%H dgip6RJ~odފPŔg5Z:gPȍ=tøkJ߉&2"vS1.ا+;].F ^4sWz e/\rhR O,ZI|>.O @uNg)acR,,$;~i{Ah_pPJDS !gn6]gw+[\ 7@IλLC!8Rkߔtױu|.V dgʫpāЎNG$FCXkNn]E/yron~҆[pi<ԍikF ^.zֲJ4qTkfdjPaW it-.?;1E*)9DzϗgD蛂g_DꦋWӗ*(u$nHM US#N7N_EE\IeYh\E LqPkL~' GbwԲYx4u5eV,9(1ji@қઊ'b$Wņix3$f{TGDUdeWEH6=,ݗboV8'x6WjPL̔a2̫v\F>ö(1?GaF.z]KMIl X v, ttM暩 [*I8G͒ܛs3., w pNЂ?> b<- *9k s 8ޓ41wLQ.}-ASPxeꍶypyGvPlsh/h>~OZ!\v:5n}~hua;0ڴ{OiB;N2(f{>.J=OHZz\Pʫic+D奲mqfSȷ U8tD\M\NT Y>É1:Ho w]=ȗ-4{7ArYjU6:IIM9H=ZC_+Vahh]h2k#=Eo*A O@7BzMUE~A"Ix/bo씬 p@7K˃F-\gI|/k3=WF㓥swR&o4ΌzKzg?)͉,/3Ĥ6/i(6i ;ц.sh!QE"3 Pq) !0DBK]+֡ȰE͝sf<0w$Ge k"WtZ\+2AjRZ%A/ل Haqo}v\K\贖\AoO(s&",?-mwa8պ;s3]P^8)~#AL M-yBQ>9 cxG:Mb,!XD9NC <3"w^-ƼdˉGZ*;~O!ԪLfOḎ%-BK_]U+ϳ9,԰B@⅋M"TZ#;7& ZiOTa.4Є4o,n7jtucڙ;/伖BUOU޵20uO,\3<`i vr52^b=\BEeW[M}vV1}eSˆ=yXa;|Ϝ?MBw )%o$rC,Ǟ*m[2+v ,21ClţlÂ`b_:B|-R Ȇmi05gs+C[wen-V͛a#-[Z_M/E낗r`9}G)($*ׯP7I8 qV71 nS0[^$)a"UC #-g41^8:V((]4_RIC8hІ *V7D^_JnǸ,[0uF_D.2g'|9e,kf`>]w.YPׁzhʏ^SBWJ|d+DW2GT2w%%q%{xs-n6'H!iPGCB 4e  ~0^9haAF7o_zi\xJ1*J6m{ɳ7MNxe orF݋tW%C)aQAځ͈=KqA emz\bq`iQoضYΈY tyz'nLH^nZ(1όOhY.z-iCЋv'Q3I(Z :BxrXl".Z| mF)!))Z[f̓x7ہ,q%[j.ڛԸʭGr.7?lvg.H,E h:TfQgjݞ3=GFI)ltw]n/#ix+oL]gDPD@wksE & ?hIOʿ^ +Þܠ"vɠ+Ѭ:ɪIK8yZ6cdbxZzEa{L0_;$ۃ gą `)-dll d-1;9N~s=XN&cs׊Ȝ}j yta}&tJ_zXT& QyĿg4-E(Zó+Y'U>`jp5XF]s\rT6B_R+^ W'nN5/b~%EJ%`Q_x) sff_Dq yJmp}.z[dD%CN{YńHB/9.mjP2.ݥn\i؆哭ffq<]?͙m44'g'jwM^Q8P3iy-_ ,Dv9%%j@RaLV;@}/p;`LX$%5`֮.RcO%G;_1dQir[rYNeH>Kl@+_['A7m&I`'Ē^fl坩p+r+Oئ!'W`2"K/"'qxq_Uh1KepYF@r>A3\7vh޲44ο#H](U7r&1>e^hOmmPVz ̮pܭK֜zI"YUk1Y _K@/uH mNqo ڴ(% )QS5d,I|p'oa 2ɻTyU׭!,R1̧&酜Z pA-'ku4σidY#>PQ,tAY(8K3p)UpM4UIVWm)s?bHߪ@Zd^ /c3Mp 5pC{C躤c^ط7&*-5@aHmnJ cx̐,]WNw|bo!wnQ~ $˗YRhaє[oDbƏ ;r4›̒EL:@K2+36ePM򽳚<6@(+OI qe^bL"}q G%FĐzՄ_立Yla_+9u-0/b$ ? vcڄ8Մz+W,`רiL;q"rUx~WA8&@cQ9R!fAs߆ Q`؄Q{f 7s?w ble3NBIϥRna63CM7#TcdUu,d@OCxdC䄬߀m! ~Ak,{org}f8m2-UD2=p<ױxJ ^Q+"_4\93W ")B L.NsKC3Fi 7ɋl?t gtx o4i|%sE$3ܤ\PGÇVjʄ=NUۋ I.[SN_5`O Wؐ^DgR(0:0"-]cƠeY]2g$o]dHGBV^=@33wm9I+gM##A^yse4m-ߗj8~c*.ѧFk/즸SnӐ]Y; ܦ??ԥJN8$;[IԤ`+"NFȼS&(g̜.1ZD0Rd_O1굳nR+Jku%=&D9Pޝ^.ܗ^GǪiyRH+BAtH rcNS#J.~eYϢV_ as֤#AwK&(wĤ? ZzaF;%`ilL*`%5l&=h`KQt9 p W' Ť@^)ca.yl ͼ ]d?_. 1Ӊ u$ 3$=|WmtzjIߥX@p%KJl{I 梧lrF1:CNU!30&=(}~,م.ۑ5?"-r^Y~IKSR?Coέ 6*Rn6\Nj464w= jgh1A"FL& ^FoeԸ(or:HxeSQ{ݍ wmUhX vƢ} 6!.rŁs*"Y%+rVAV9{졛TZgձ+:?9ˀk./9˄ ."2 L7RV$S@ ml<|b(1w?5HKÓ87 +Ĩ)eS$f>&V6o>LͳXg$&KFD TΓ>6Q×|gp;H/`TLP ꁸVè'ͅaǣO2oo b**x9q;jISd//ۜxll>81 \#T/%3cOwjH;B𠈦UoE>㣏.zkɋ$uIe鿶dR[ ekENs5xYN|VȒKʁgMki;GzJI<0W;cw86Ƞ%8 {8Ihfi'ٴFʥ /{%1cq/X`vxEA/uWg#y7" \ 'SnE~jR /Kac̓ Y M(HZ'p%Fi)nS~--B>_|h LJjт06isDGD͟>Δ3S2@:%o KM$j7Fp͝ܔ} Rj4#A iYcJlF˃olh)]C)yex MW,AWEcciX|1 3 M#!5^rVlYW+^#q3D%K!a8A Or֒RV,u#yks{N5ys#ɓ%nQQ -/5їR-\z޿hf&k1f+!Q LڨiW%LM (rS  i@t'ñΟ+iRva ܪ"Z?=Q6nldYAvh΂u d2 ggE}O˃2}!`1zq\myQ=9HR +LPnp*A\ґ"PQbr}G OsV:FV*}LN{9SQvUx0A5ݑdžF$:,(\ ᢴx>Wcilzў=96_b [tnT6$5 7w1CpwT|NG蛧 k[МYs 6*_iO:uN[+؞Z彛 ǏGvqbu`u0L4TbÅQ.p4U {X^8"6Ka&Sh7YfsMذ?wm VxS'xre: =Wj;K}3rQ {936c.0Ezs,fy+1课%'˖ǯHx/eznٴ|~f7 (bW"]ܶނ.뻀 eUĻ01 -9ih:u䀘\|Q_T}d.i-=`x81 Kp?)o59m}!y\FFS[ɉfKQ!)&3i B/0AM\ZztQ ,Wvȅbg,[.$3q1[g,wԂIPx~@+p[]P>òʚU7 [G10BJ i;|NjCPbB*##[lM$Pk I(UJCajI(XD0ج qg c5\4>o8W J#xRAoa&0{QΩ0~7k5>Jk;ڗPN醶Q `p w)rTr Aªxΰ2$_ s`#(SbCNkt:yxmrbCnh61 `Ўu +6VQŋ>8 Fi=pZI.# ufk6r*$畽x3^op:U{­$CN,[nYhS-p6'alA#αoQ[XMr.bAihaͅ(n׃մ(NKaHKZ[n%:ń""dg)bFn4?ntb`A֠xtlΧ<ƥHEq~2Rpk+vH "ljՒ?2uϰ.,!'[]Wt6Ty!5 -2K-Zb17VU0/Zg oԤy.~o6ECĄu3M(.7թiS t.G%ggA*hz13$Q_˻iš3H*f5ч= %ߑ@Cp<)whPRjK򔪣 [>u>Hy*'Դ؀(W! Df޼hLqcBٚ٢=Jzy `)R>/qΡ@e-YU@؍|,K8zsۄ_n+E@` C"Tلk7:mzS\1 ͇r[piG]˨ 0&"?풭 $ 9`Mg0b|j?A6S_y r1#C k4݊A rY>:ǚ z-D68` i[jtGс76 GRC|h5rYˠ!h gcځ7xE 3Hp|*gJb.i98 sHo=${'7U`n".ps~aCBH\/!4Vl2Ɨ| Ƽ?s9ci n5-z>5wtgZN(0KC{l8DhRIaX2)wHm!0l*3/-FapI 0%k֍^\kcZ-dH2%ɝY +U$}/U9 ƲWDM;ɫmuw,<4_K ҺZ\67ꔝ?Ǭv8UuJmziu#Av-2F<޷Yf ʡpc<05} !\$e ,7/JoYEsg1O~C簹P41]U4Ҁ7oz%RػWL&me QŧcO/L^IP\+/5;R9;L^%l vJN;X kXxl ҏ'0(Qa &2lO{Y$Ͱ@[X*MPGid3?u!I['' "5~x`KZoz $0'JK鹋f@rr8k"4AhGmXb" z1SZ `mX}6깻QxP{ks (p N̰)9<39/VY ]~GϢA}޳8^nO,ʠ_MFF WKey{/X_yP߮vQBHԉPS0ܹ|$.5U|pcJjN()S% L/[ˋMIx hx]oLPZ;^/ש^ EH!Ah;7,0Qp}tHRtA7,_ "1r|v'_ه\U-ʪ!gCԫujrwWTWx2$\'\8}tQv|;1F|SA| [.; '];i:kDUa)J3~x`˵J 41ƛI\٩"e/?dAhZmH$ǥb,&XgAQ蘺]>N8;DPLF7G %^EQdzkk\3mrK.d7o`U͠XܿzQg n 3t}2g8oXQE=bgh)$oirx ] <)FM7MaP^i92>_n ~OrF$V1Q 981"yI:5*րHJG]#N\{M=cG{h;</\V~z<V}:i?&ymӵik73yXZO K~CvNʡݑWiAX/^tiEPaCkq 9냭K qT| pIVgDn.@1؍5(eR^d򛛍_8))υY}};uE0$'7vКIbl<Y}ӎ[L;8cж7P<5f%jaHPR*k8xk?Vvx\gԽu5d &ߟzHz'}#{/L?||2D(_c<54{2F8@Xeԍ[\ ^3.M!KD[&<ۛb]C! >:BS&: v`rּr4} n^|7ᷴŁW|En 0 9?e}q]@@xv!C:7͟;\xV^%OÐ7v!(P̱AS+O2պKԤv8 ʡ,ˁyax?lPa(cdr7vyȺw$ׂBȽ)]Ug^ 4l&#Scl(V.4vcԐ KKt4_x|~d^QN;.1H۽H޽[ ciUö;A [f&" ñSg਱)TU)?bAB%|9= .9u]!0V"Fm02"Sxpײn,TE"? 9C7 5׬V-*eiRY{ MI/,RJlW,``]-i?4JI#csHhY: |񔨼TQ+s,i>$p _ b"D8Nyz8ZƒiL y˩\GyyOr3Bh!5]~ډiWӣ%}ey/\ ~g.P2s7DȰ%֏ T1,ИZv&ۗR2`l4Ǥ&K CtऐPT (O(klb@^-3(P(ikP6)iAP)2Rlxǖʎ4!$W>~8LeȅٵT{?˾O1Y)P.D`OHBc6` _//-~4ΐނ(A&'WcHTkBMĢP)!C=Q9*e}ʌ![ G҉ML>?zюICW)Q$bMifP{V[ȱלjzD\Mp-<h˪$a|az~=D=ٶJBZhƣ{h.{ }bah KG׀6n(~FҽSfKL50L+6kPdu> 9?2(\Z\@@I+2B9Rt_0=Ũ*#P9]z%S䝘}N:~Y{ȎV kgN:e61KO" 0 .A$4qi+<3~ mi#.i7ЛzO\i1f)i :O~` 1K.$LG!_%Tʰ۔)s Q*^ZPLZpl6`mC9|/lA^V/;,ʪ0Xl>4\,13O=R+˺j nY81~|yC,y:1|.p~2Z0Qn߷i*\у1&sȝ z[ӊݕ]1d%FC語VɾoKr{=z-7 @BWӟ?._41J~ZJHײio`hGp>zw%btxh2_X"&n0R_ Td\ AI@mi9[J4|2p {A3Ksy&"9Xy18Pt*ڢSe՗6S8cBP}s[K*X~5zrsqF/ ;KHp,IJ 2e,oӱ=~o26()2 ($6ڧU\;b^B;m @M/1pfEw_]@/a}EHiW6zqz"7|' kG` +8oF@gLfIR㗩 +75|HiY+ їwyQbĈN38QKE۾9%lw4ryuV660.%N&\8{5#'H!. ՗Mj!"WVNTNmr81C%s1umELߪõ|ωYeI;q/jfM*wRVKNS:skl'_ti刜QV.,C"!O._gܵ{T8ÖAsʋ%i'u>9p2\[8LF-zқ㉶OV{c\( }͏ZMkV0 dBFNs*$2مaPKri~ݤ5;WDTIKCNCeQ\ ZYU,f%c<>ƥNή^t獾5~DY0Zĩm8%1~_XOȶEikR߻Br-IPI_m1TJ*V &=֏|_Sugܫv^a$)n S)|餿c2sJ$hbkF4g9T8'rAvr=&E69y6wXb oGPr"Eޑ/TR 9ۗϳ+}"U{zNn Ƕ4MCס"Ϻ­e#ĄO,sCo*i4:{*Ԫ;7JOw@(ŀ(NfS݈i輞8gs ]4Hz`K[!4ɧ|Ukx3jt '} EީܯE-y@b滱Lr )0t+.ߓ$ٹ9$&vN,)ԀDka<1o*Zb|W[HüR>{‡&IoO!Z lp!j:xӂmJA%spaN0cξU,$q:9Y&**ښNwCu$ o!V7hJiQ|f^gj k5_V8c o h]JRib~&8(y^z7"rIaېD~ghVhgr4< GaK-QppM/nf­ j3\ jc9UzP~i Z }MAכ6N6&;KP,O%X@y f49Q&} aF9ZRδ W4H,k7KR/Z/~ѱ*?A9٬ٽpfQt_f횟bOYx c.=z{fO!)Iy70;|#ס^Q<˔px˰=僩qxEGUiZLYٷi:؅_ đwvdfWmh(7tf0M=ЕUE`cGL^__!@4?9#e v1L<l,; ,@aUI?p|hzq'u̒o+A7 $ 2r*6;x:$^Gܨ™vk"(\5/}ɤ$ #dQbJZֵL "o?AN&t{0hhQkq` 6~*i6O>\Coz/eXqKqȧ~s_wAċ L AA(W=7Нk:Nִ+< D8vkڪ625Hrӑ֓ 2ɀ*ݴS8#/Wu6DsR4r&(CQT` S]qX}S?ā3HyƊ}NkGI؞!58D[c/Q:wo(scJ 9tstwNKfȋ6cƆ,G_j¯ױO*XDh7^ ҥ2Gw)pbC'V1Jc8\ˆBs9iIS2Sܦq!ÙJ>b2W,? !@LbB.siü6&5馽)6C"Ǐ|gmz53~A%A_nvZ{sڋE ܧv~, 1@_ꮤgM'7Lz>CyqKD%~kg&F"D?ɱ^{q4og?#׷z Dk-~SvQ"W*xTQo%Bcxs܉~⍒pc{c8"JWAJи[ RU(@t0M% 511"Zei TO:~7ƽИE͊w`2=<>'<֥u _:UO?,XFG|X*[EdhNL@g-t|U yW<7ܨOL CeS*:% ^cBRxlD7tZĻP<3Vk0Aﺠl|(3w*bpfx#wjckF]䦄g' z۟j0*7U6fM̩iiP 0{Z8Z(6(n!P5:byઔixib.\*Sj)䒦|+t篾c!KjڶcQߢ,G[b0o`);UuC 3Jn58[qw ʤFB~~?j Z2K4&kF/lp:J SËY|3^j 7n*/rg#$ݷxiUʚd%f -3՘qkꘅ W=}]^Ed;3%6dPF?:uުvy>]h߇>?jJ~㿩a+ HIȐX~SV!)eڠ9K,A9T1o̶Fqa- YeOS8X4|Յe+8SYݵڜI#^ <*anO`oHVіJ -v:Oɴ)ݜh y(-jx $x:c3H8ƒqpN(r $`wܟYɴgy@T%{$z~KK,̽`dAUazY _!RVu5&E!]l»n ʱw|z2wCYL7i,=!dH Lg0:p o@b`V8A3ZkjQr:aaardjtCy&E>QC m}xhb;0"Ap0P@ez}F\l(iU>tME/zh2*J#&pL>-׸HjqåHuzKWBuvFv>ԡ[jF_˲Rm3De'?FE J  .ѷǏ|+Mgݸjۢ#T.(>hiGP!G[s'204(cY=j{ dU2{2,΢5$/ -5rn4g?L!=euQf"-GVI[fK2-3Aρc"/kP&Zp ^wD2A=tttw:IJ-Շ}~ⷄSa6qҠ'(8j4̵IY^mOD/7TDn[Gܑ9$.,FjοC,q.mӢ ~E=gƞexրS8=yW1a=KHDF"U:1j}SEae>U8A^BWжڊI96jvșk>iGwg;W$ީFRfU;~=Bqެe,I5*gsvOrp9IZI`)U\O[?Q֕uػ=A &~0iDt!t <>DEPlXt%зUM9~xAY*r=$KÊ8&\/Z>P6AӨ,3v?`Z I!m8U>¡!3 AzOGZ!0q`żjEHcc">Xl_דaͰ#m܏l}T_])g1zkDj0UvIVն1bT:eLi eDUb}4#9@E("5y-/  MLe,@kz+2<]+ħ[VʙƷPs%,ےuz@E+حRD6 ~(n6Ip^&̣@ޛ&o]wgn8_K_{xDEN+p7VEˡ]>eDlNP.c-D]ݩdqK=F7 !Q͕cT"l~XGP-U Nhx 2mUK(chJJ)*|NϢ&m*XYEVb} 涐]`ywwa=+(&hG~"!i`VidcN~/VKWJ}\ɣ=_nxΏM%\[~pcޜ39?By_߻9ޅJHIo+ס$ŇL4yg>փ }|~SE_G/1( 9 h&s<΍wRvԆ&6\+ I62Qm'9)=+1X{ʷw-7?zaD"Ml❣_1UFTX\#/C0v,Vosnģt!75!ƶAȞJ8lC/w\HPJмJsT TQ4~ [ż.L}rPHIM-ꛔ-K.vkjCKi…=#Q=x;V!mUNU L '&Y&G|"*PiO. |l@_#u5"sLQ ]n7G@ad=LXH9VOãbW m$w7]HVe zƆCDŽ(k.+K޻h =$!i,!#q6Xko>hBy999_؂ Og}{:UEjr@?E%( wh4CpJ6"]B'x貫Zy):Tޯ&2DZ{mL7n'.-ѭu`lS^*"ӡ I gT>jV[:N HfH_K=l;o+DdZSop :HU&11xZ`/,uePY]ĥRR_ JDGrffճ5~'P]cE$6@ˮ!6Tg#j^I,hۈv.p@JI p ǵN>33?\P.Ð4ιA^ECiX\u>fR .z_ pnީ!j;?= ʺܾBu; VP43V|"9bE:W^2suyw@cqQOT6&N2۬K'Z J2q2=~^ 8aUk0Am" i%P >6(%K ȅVܲջ͡$'I6E8 [KDԃG6S\ Yއ54_JƄuI@-V åH'5A" gș +dk-x۝'q￀vtN2mICɬ@\7Ogܿ6xcHxݣWbr)'U7IBCף & =$iH:ae)QU+#/']zK+^DUbLX +O_ɸ-ۭ%uE p#(L@`%iV+ MS*~vQeWAt}`t"{6SUecf`V"">ށ# /hgN3% _לx!/=7p*%H?#m Y醬u 1"%ksz15PֈZ2v #ͧbTgȪqt&*K vJ);U\$]mٲZh.\ 1 ChC٣03k-7Fum Buۙ:37kp:9, 6By4JZXB}LY ?k6=gB prZ{̄)n0ջK9TN  E  B6ɽ!8w- `~ S<hV ~Tlk)};<0S|Ւ$iœ|OERdzW&htNfYBhҀ9HAlΌ'݆쑮=Nbۘ%MձRղ՗#{ 8~7_8|[maD_.BP>3RK}.kźj#a1Sǿ!}qʛwI[*Og WUy۵'`%D_9ݎYhTЙ !O;MQRi(g^Tx$Ϛ? "WԾsU!B[o`5Ups5Io92q`F쓍jr~w'a~.$ZNhH2W/ï- }1,yd#j0WY,ԇ؍SbLbK jW*T f۱2\_[Ď_qJz 3HowyσC$yJ59yaO',bC@8T`R1PN=:<0a78Qх29lfV^qY+B VCD,@7$"OS'˖4{uFrҎ@Ov崋k Y>hZ`:H ޠ;r:%vѶal@2«{lHW?k΃-aGYc?X?@7RO%P?9ѪӀ_a&>k!L00!\vAw; `R=$}vAH†KCR^gh~ύ7Y(xgbeRHld1;gTvxxGpP_ ;2|xyxh$?DǯRs7dl߂ V7CO= prT= ԡ2:O\.Ԩ\XSQkn}EU-᪒J,5`4ݔAګ F)5xD-ІV?"Zx0_xR抋u=k.^C%R}=%$ u]5\=Fwc"W0@>i]nyD-q`3wH.TT! >Kcqumzy2>"T>xE~/-QPJX2NW<1cX$w\l&]Wb_3Ɔސ6CPc4A?նFg/G7~F>:,Ql7!8A-!;B`mWMK&Bj}_,2},Md!oU5g jϻ-XN<4C/B}5MinhwzN E&. MnnRˎY…(/:)DfE c}pFtMI;iqߨS XcI9p9C6D@+NS:?%Ɠǽ}44u&1@/][Nw#˼Dj&@pcg疕X !H0Zț,F|5*)r1cfl.d_0҉{PNM l}CɉkrԻ(Jz8G֕EPb]'3(6GLی#!?*ý_>")'Gs_©Mc>qw![-:.-c{>p!V@ QJ>|vQ&1PMs6$DlMwf]̈́).DY;H0qxUnYqL0/n?L ZOPEmybcQq"$YM犓r(=/ϯm/PJ81wh,S9<դ풚7 +[w@v LPYa9+N{BQ^3 K)wl#X(kck \{2{6k!_ʨԷr[-s/M)m10_Uľ7Ú߉y(DE͓$@z3z4)T'&"GG \Ⱦx{̽e]Adt#ےtĸhG F=j?GvlC+H>x"{hQЕgg~ ̡5kbRl1c@1w.{ /f4Y^9w9`d"D  .@7&mm slH^1@3oo| uLPZ@)9O9_ФjiƦw-q].1~]=P ď؀J~S]V$6\":?KP8ѓcE 2Ąan}~Գ?~+P>CWT/mIl]I}5'^r!+icΡ/=/ܣ# ߐnY ]Zhy}h%Q;AXюՠ(P DD۰j*|jF'm+ T0:n.:1ko/ j1&G h$u8%8Gpiɤ8qxP3E=fyh0fY@7h:2im!iJ: aacrxJRU`p 0 g%)&((.#Tyb)*P4t 6//m/YY`z?w,|\"h~JSb>6GQ3bd i6`E" {J6͈43ZYT:@*xaxpƋL/heRp{b ,'A˸.(DNn=uy+Nج,ݍNE9"gZ3jWM]T4M v]1?4@s/ :LM&uez @gOP;^6.'pU&̭H v`?__F 6U%Eȭ(mHmyg i˜;K x1=|?!iJ$DWQ (gK߉ ̩pB4GL;ֻ-`q µaדL2 H Uk\|@r7]YZ-0Ut ]NmڒUɗMZ,lZ!%Nۣjj y@M%f3 ]0!#.N-`=BN(%z@ޛ}-D@VIq lW8:ܫNhr I&x [9}^M8 MXxY:Igu녞tT`RT6w R),ܑ2M5P`:0}G[9Ѐɸ%F6Zz•]$ϰ; %RlMgeaPR֖DAwI9 \Y|RT`}?o c\FRx)> 3n% [,!KΟhkUDኺU3c2̜ɳV-p'̒b^_"/MAt&c"ܑ6w%Zbz\09RF9w?2ټoQVpYf1'!_QN7."=.-rM܉ {i˹fIѴy\fZ[+}n"eIp>xA]IDtaI ON$gM/2]*?p!mB8zg[03SLTLH&/FX:ވXZDvLOT_oD n~b".FHQO. TE}S 5,Nod2JnJ~v2Sŧź:y QK'T%GD?yϯ+ej m¨`ӧisئ]%q~4dC0þf;hpSHJƴظ u.::Kk{INӹ S]eEÄvK^r5-h[:_Ha u=5v*C+iA&Z֎NCs )p.n*`7[U>S@k9ŧS}&_PU%GH8 ' ns({a+*|p, p Z#~ EZY$Jho[ZMmJ HnTk hpAGP8D)׫]:t44D&f%vE-Ѩg-W z+bgarF7oh%[: = EQŋ3FތM&Gњ6 78rX5<冿;tgNUx)|I`C.y5`=ﴬ takN:| &X7;x2ӕQqvhA[c!1;3)2lp SgN IcTtq| zf>\DRe#zqnmrmkF_OI8'՗]kXJ)24GL} u˜p~n'f*H/%șCCK0E˧yf$ rao TszAԮĶC&j;ҀW+TYf\`aVSIby=Vqbv&5tzzag8,(Ț#,,[¬'->-Q7@h}Evq"W+O.m8KYu2~j`<4Si($ aB_)(|k,\6Tg ˪|°cKb'|hsl)#Հ~ԝ7c^zrkN ;(m`[H 9v"KNWFP3=9hSŢbBVAi\!8Q(Kb.D {1z^Zqp@^lC)xE<}W:YoxOdgv} y[|춗:sѧ,"삢aRA oC0[kSc~L>*RFsOg "!KڗIOBWΙ/0F圝295[b\.&u$fC"P' m!0^L4G{ۛ@z+S2}WVyؽ\{ok4Rؕ#9E~=W~24g5#_6d x3/ˋukZRۈo&K\ ᲊ9t qY娻Z_hJhe ]_^83Π#3^e$@Z/'#Bm+FE_\m+qGT ]|*As!="IޓM2Gdr{Nk?؏[=xe93:, !(b]DQ!gv~CS(xɍ6eﳳEXr:a swnCWɮ&vM{]ƏmmyllfD<\.oڐ\>W`jcULǎ5ubH }!amB@Lb ΁\QNZflvd ]NuX#%N(*D}ԻPyD,4U n XFH~fa@OiU%ƞxWܴJd-Ԏ7@!PԴ:lF:h>E#0y*5RKIJ<'dgdV OCҒ]ūZ Pɯ4g$n؊Ѥmi0Xm0nﴌ|rq?OI^U*3C]玶ь Ωn*%1{UQU77f/5Rh0J{)ZdB)9}LM:Q.v݇2N+ҽRR/dpLӴ&LIrW\ƢjOf{(?_ ??6xS~?^kI]3.k`|R 1_B q21Bq77A%NAk>ĦX/{(EFiqbz3t KҘ5KgH@`QuyN OȿNϘ{'fC[GPǾk?Pg0u@:5uwH Y:|g1:ݧKұ$2NxG&)M Y--S]x*z#z~'ͰJ ekyX[۴e)1#ZLs(0>*P3s,XG{߈LNJg|<Z ?Z}_ 188WY^G3o{If?]O|<`vP7vw]:>/s*vqM?7v4$p _G(BhPaMI~>K_> ^al)$9u 3QeMWB1o(S __2yyǛ q){Ӄݭ(W?}R?O+&7W{{9ƛ睎PahwBy^-S·y;tn>HD =(z5ʠ$(U фJ^9~סQl`[@Zt{kPZ ϯwT@cn仏L 4b}.$ӍZ2 " %tf]I!rz3A@ # 6> 54vxU:qU]q-oa SD+އ} npSZx#b,gOfM# RtuWПg'Q@9l-pyFKK܄I@&y=gfKS"NMc`gՈ#u|zWE.?vޘĵ'M2Z{+Ǹn^4G$)Or>t[wƽi _&hx- i/E/չЂM] "b-j=&|mB Mȥ9%<HZCt(J7 O{7h{J DQ>8 jzBXaux>bK#:r\6/3kdcw"fgv .:g5O; IΑ!C}e1o^+y8hmB +_1Tle 3׳Q;HzB3I夣-ԊNk+|$Q(Q vcMP,SV 1^b9V@Zre˦ HZ6p..[a5zfKd:VS:l}ؔOV I6o{eJ7D:+sm܌:}@MBZT-IOgHϵ'6>aʃGw']] jQHYFjR EXPXpgϵ:5")ÕDydx#*yYј-OhR4lVvA xᴁȶNyO;BΒrTɹ?l>)y%\~q kI,)L ¦xQtfU-uS58 '3}6ȫ C` ||/pS j`]"$p~Ou(5Oݶ-=#Ѿrkϰ4lpU}` /nUppeZ&Wc[rH>ߤFcZƺ@5l17An- \ {Nlܣ?0(^E-OeX)z3~t@FON)`efJ?aizG~W:"!iDG9*p]gkvCGv>c&+xc}ӧ΁,ئȷ< FD tni65D&_&X(-;;|RL oqp9 U.F̰i~0۠7I]Qɕ :eyG|׿9R9@Z}vQ}gT0a&c+^3Q܏d ŖEUb@ ^ yXS<fZذzkB: ݱ]"NwJjxmuw"ʀpw ڱF=`*њEDyw*J6,M;0 B{n5i,zoe.\Y^_!~ L.Dg'8j8jYO/Sb^g;a@Oѧ9f!lT!XD3hkarkP>d ΢-`(w5.ڽ]#9}ѧP@7I a%ǣqg"2t1\[=Be rNEqTgP"Hn㼏2T! +*=~ mPXAI}Hx ]aD=i ]v?'믯RBmO6JI>*:FVn--^M GΦʪ$aI#չ=+yS y&mfC8@_H?:snb e-52؆chT+8@bAP5 =JqSKa KdžZlr!2][ o*dQ~#jcF"P nx2 깛[] v*))4W9u*GGp}V&,w)R'yoZd#RǸsҏ~y0]n2fȅu+a5d6a5`@Dd+޻aa"%]jvġTKT#zb5^GeL@XkTsL1ouGiQ Zfd}wNLzIVQDu;@_rpFQ5G"p2%NJT/eu鳣mq:2q1 1~H#-2h|nRTF`,hdGu<^KNjoPγ(cb'z*;NYfNK1G41K[6-ӳ-qPeb BR\/ 2k3?Lf`%eZ$esHaF 2-j8=v")iUV-q( 엳 Cl 庛t4I0]J23[DDy=baOS]AwcALJ|[$ń4 TRZ;ƨ4(kUy(1 1V.ʥh( Y49\{lel Ą e(եu:u.x%wMG*搃V>~S[{kp.O%q3ft%MogFI_g\) 7itg D5֓Ikn݂\Nj4 (7ҟTB k\UE`_R8rM˚^OA"mnż-ۭ>y"4-Gg4+3NfeܢpHjH&]VGl|_^ ϚƲjAR.\kBÇgn IP .I5<9Ԫxs'{A|pl:h]irU:Lo-i?u]$*heB6vL2C6Ia$MÀaeJv`IH3y_q% gq@i!xsjܩà"\n$&HMi5Óe Q8#I} ~|l_ha#(Xq4Y>sdj6 ĥ9tؑlxR4Akq`=T* y?bA2hN0 G'"-:2d*+|! P aj7SZv:0:vGCn!Dx#UEh.G:v-r^\QhȎ|]NnT}g̥L,m4y4cو\bw>yG n- ˤA hA >kw5!%&DI!`zH՜ >NAZ\_4h(*R]*Sד|݊0]G kq ߊ2TӾk4a*j¿qnp$n7wL J瘬[9)퇂~[ [=|:c׼Ut*9f'68WRϮt&j+ y)gj& `'#YDiǺakCW,0SQA6X%nj`yeozx>׾itIşC+LK:) qj# 4@w;a[UqEcd/Z8^KǮCz) )A%p:=T3*M_Fդǃh h\-g#?O8'/&v,gI`mjmq= Y:KXeϧ>c" ~|.B[ H;pٞ𠓭 C{vk8O7|mKBf{QL;2DyJ 96?oRvo+y_P3gY Edؙԛ9*3kҧb30TMD]2;hB&uHn˪Xlkl&hfTW Q k+#py+H% tyouD߃Sl)V/a gT߬flۘB anz5ԯEk&5l4p#a_9 Utp;DTIA/1ɪh0Q7*V^_LIo5cMC؟惯WP!GOKil_ ^|ȃpʭuFmh3kv0fÊe pǿq0,kͿM,?b4 !p['=[;R*26`2QV-E1|;.Enծ~կ!v߶NN/W9pC@B]dh/g0\H)`ª랫y?{hW X'8$N6Zߐ3LdCG]ҪQEMKB~>$.{P,",GZKfLV7kWZ (Dh-67UPN<^TP_pv-1RMզu, 2(4ݺ =ȌE,c\)#zF7 h)MP®[!,Ѐb.'{H c>EY.c@W֑|)%a.]q1'h~E:s*edh/;u ٘ RQiٶ1Ӥx;pIWqfQV܇` nNDH+@?j,ge6 hBCN$ZSQK]wDt>1 hD8# ''p{amL=@KVGc;^w`BaK!_vXBUݜ8rD t ESӾJ##zLyZ~F퀎+XEL sdO,9P9NIztM~'l̏5i8,6 -AI3'xoG T4GovCF3Z[ O? H #40˞gS,ޔ_\{wfkW$Y,,O/̎D%߷9 OjQXׁ"s={-X|V4l7AtKXGYbFH|qÎw5ױl2L*y"tTOq=e7˥9 O!7 oLfXmuy3&BS Fŧ ;WUKWxsD+P]leyLU~VjQ 1p`}bHߢq)_[meU͍ 4vՐ!J4s}x]&a;Oj/粴1ha ^5 2HEr@+B`?z!֧q37}Hz.t}d" SV3O?, 瘧h@2vAIJO.0R^prKŋ`>:F)`FĎϰ˜== $ 59{%}aj̤n u顎|qQF- qat_I+"`~ Aar,Mz7h4H=ٶNs=qRr uHCi*%TR{oٸIou3BX{( ]ʢ~Ӈp猴LQj J1Z6 /֑ztdU.p\nbJqSAMki!B]:N)B/"y .5DnN/C?o# V-!awU)qNd:vq$E\AJ:M| ?]@h@Y v>wICڹ-)4Nh'I,Fa xv &9nAw L­UYșM윿^XT3Yyz? m<xJ09@7xNSgG e ~Iķ*h<l8MU-%x/|߫@G` W/ 5"dK2teQԐD4&WQ9NtS:`4RR01 z; "{x.U+ 15cMm˲wccxz E~v-r{?9 \NC'sU{PoU8k+[EB2H ^TozXtGqڥ6>- iOWQCFpC6 R̷tٿ!873@t-u;4O|`bp){ZIcp}eH*ݓ]ٿ}j8nB;##GX-@-#P0Cć, Iͬi֙p>P)#j'zF>S\6 |CL8YѹQġF~p,4 mYtLCT}AP;ʗZPupFȫf(A_i_01:",u- "A<ة mƀ6 teF7%S oIb{̮Ux 'c1m%bAi>j봆Q bO,/.ďg5͹_ئebfOKSz?yچaIӻ'$a.Gµˌ8C$[M|Eg뙰'C]>I 4kE`?QCJ&^i2)t/O$ ˨L?wzAAm6ŀtV[EMrØ@ea)%xUAC~)7Z} L h[_i7]! [(0E+MA"=q(kdAyƲ$1y$6jIGr5]hH> ;՚. w,f|=\H^p:Q*.K6(9Lo@E7э>ngC˄/g!lI q%:FyRvv ]_6?E=_Ŗ8Mv4'x'tuf(zg+;dc?zAu^(ii DȺ9Ͽ*=?O!hGW{ڦH*gsqb+pUCǾ7p0D~Ge>2yI^>V~/WRTW9`'DJc5;֋w nEb9\t2<A|uĐ- {96nucL$*}BMt ,Lhaqz5q6N_諝Q ԉ"2BpX,(o#_ҵ?т4F_)etI[:uW B K[|#L־:nJ#oѥb>یW6}),t⋈rYGbrHMƔ!)FdZDLD8%6^L٩j3 c--g^ RrX7 r#Q4J%ޞ'JRjO_`YwlIT4 ӍGIy{և 'Ub (/)sr1umkҌ"l۟U m6_[`-+{ Y5=D$Z7"mTh9Ъz^5 K+#m\0uTjHwj dw-BgV$ V9#[RCswǒ1I24orkDl?rqjbzTUmȁWwI.jcIgݛ}0y;OQV==Fxsꖅ*_eS%4-9 `1/%τKj㲇~g5 NLQ M3^&I|󭷈o (E[cU,-=R0~^=e8P5^uw6QLHS邲Jƺ3 Lz0^!;w&d⩘t՘ [lW#ϺxR(J%rx`X|jYsAZWuȿ6al% /cA|B51zz1VGУygC@!v,ܱ)I`DzicPfq|մ%ܢ̥nSJ7{Ln{n)%"%(VKfūM}5 >Xñ-cDF )U.YіɻC¼q} XLp/P7=v\\|H9SoE8zh xm1ukCoo}&V w{Da?WW0^5%{UVIYEŶ y<'fVnnAD>NpE{9X#Û5?*%uO'H:\u>ػwEmɹc\/Jt\N_ /Hg=@B$4\PD]% l';)ثZI/T%:ˏP@MAk{XY Y!䪻c)pKNjK&!Ȁs~>sBNh$[ ֝e-65<>[K%7y"yx8/j 52sU>;%9גYGHk* Ga*Ӫ fy!Xs 0P2vb=6Uz(y " !_@T!0~*8a%O,NCe ;t^sC  3Lev.%tu^4E% ZsT’Sv*W66krb.NxK-KoD mqAO^?V|v\?YGuU$S#Rs53@tNA-E[472pvY۝e7NL=58h^9횝=nQ(ID+~uqfor0Vp3rwj(͖yc-5*9:rA8E6jRz?h?.~OY).^ '4T?@}饊L WtkQEctj saJsUimi!> G Q%V$>nԌ4D9.I{>Jb#$o :sF0KYY]hr MVC+rnds 9>$\cISfPv{G(G8|;_d b5Y3֬j#z]3=i (PpNε ?*3+[(M 㳛AŹkT}2aN\*&=@ C Ƹi5nb h_yӧ1L}TFwp@PdZPb[SBRm9]:M8a hs5.K/>Op^ӑԆi)' ŋiXr`x3^'dqz2cհƝBhJ#4pkz*ԕ)ԑ*I)ʜFoUyZ!+R#0Ж6w|' {gYeYKr RDxu m6\&n?B79Q8b]<`:-SV Lg[@f};_1v'|mvK/`C/v݃Yt̻ -H4Vb=p ,aiBUֻ燇lo ɋ `tl*!!b]_6=G*Ps)oM--*h b3'R )xr[Hv(5O}Qe+CێIfzr4U\b($qp(Eg4:?Ţ^VCZNkj#{e!qS ` lvCg ]dz[peXG6SٿP slZRi+קo7^cIuR/Z|Cy2KdSķd3W)}^4LB \4fKژC\=C<35 J3w.M pm5*YGKZVϜTbߥ+_2/kY@n1B{P?kL$Jy/7*ނH< rF,SE+%j fזE,Chch\~a*m#Ϊc@ c7~e*gI~_օlB ~T%V+:ǎYt^Չr vni6lPHkm%35/9<0wvԶnZULy8=HWc$>^ $BDbW5ٿ W1qW&j8^%MИ<@7/&@SYBCM)8u8KB󎖩D^9fVY#Sa!:S\z#$Sye &eP cAkT1qp%蠥zJnľ,އtXk=n6xpԋ.TYi(XXIa2lB=sEPW:;®A+ VB J[]46o]?U" XDeu;Ӻı)n,#*7, 䖚 D3>pHH񓘋UY\%uҼ7C@\kvtүU+u(UOo5'noúfjzB<˷'eBQ%xv]e m෿"K1euBl^y[FI>VZf놁,l e2ď٥ȑ`2LZi CKOÆN3mbjB%3E\(#n?Jccn =:`¹,НJ5`|Zk8uE{%]a|gPihפ =΍2:MiJ%+)HDдzwlG<7dmxjQcL8ԭKžFF<]u=zcdYdw)ж{dfXt)lq3Eⶅ. ;4YW~ Wo 6Hq4^+F+$%WO;m%D}Vmlݐ{{ڐQDx2HlH5~\oΘe d[l C8w"_\;v!h5 ݆;k*,C"/M[cyCq۸R 3_@溶Hb֊eTGBVR%fnj&@&Ł`n@bO:U$"U8ѯp~rT\1z2rnU_j~Y()EfRo2lq;zQDp/0R(r&z(r1tCOvɋ=di4}X)Mdܚs˘qC2f sHA1/2 MJ ()$Bx" Ia~n@騣88q?aybӽtiHz# 'Ë|JEĒ މED_#8J9]<i Pd{euD|0WGYV{P0O6WtxHuq{?3*JZM߰f4Ľ_Q͟+#%#Ma[P @nlNߓ/6lOexNw֮e`D>`_7 `r7r IeHy!Cs~OZOB:!UeL%o{?ОLϹ37tT X+ug(yz'u@,hGYu39$oE8lsH{(CY(3zGNr K&Oq?;B?,Pݖ{hI4w.øu 5{:뜼θg|zfQ_~8e~jB FCu[q7s(4uTc=cYL&T$*%(Z j-Jt5B sx?,e2Cn蓗p)Hdl Uc?1SmYֶLVF7$X-Ɂ|{mӐܣPhRÒzuVU!N  ?N]e@%Fj&R(pm<A NV5y  \߼!CNmwN^@s~w`ę|aB~TAᶆ=od}ƃ; A$E4J=ƪgo0X яx r _ Qo,#D6tHD1` LiFіO d8_ EYniA|8yppIRA[o/=̀4P| pX͈( sμe8Mث@_/'w:Y7۲ (>2E}׿ 㿩JNaIErƨtc; `)X1Ǝ~$^N6xz;ر̍mVNdkջ,5Btfpł)vLK'G6Wd.%;BA1Yjսx=3PnTτG❦riXAb?F52}kTgLМCE ΀CDV~XJn 6ܜJ?$ ^i {0 d`kc^JݿTX87HqF8B]XEİ׏[m a jd@EVx%mK5jnV #" āZi4Y y#+<" `}c&A}"D!ާlR˝.nêę~2g ]:>=VEI\ΗO;)` 4g8th(XkrH1# fI]HOج5jbRXa䫷ˠl*w_,qO\pcme'tɊq`"9#?'5Q:nEr`g%G9e\j jpq%Ahђt{!3&BG)~/aU'!N2rU=Py [pQJ++nIŻiGJ!o줼GrQNf,vop`i5,EwR#̊ckoR3(zv vwufAReYa ҇ WkQyrs><c{b+ 2=R"j;r~='${4Woyc#yȁ/eoEn:\0Jgz"#y~U+ ,Nښe_i Ԍ1\EIPjTɱ޼0CNTr-Wntg'ڥږ ϭ8c-`,e˚V+nfF7 M޷^t*מ~%gdJ@ynpiN5%p`"͢x޴W/_Wys!\܇ɯO&i^*#&G>I{*z'=2;V(&ȢhB!fb>K o:/p|GSk~7pќB6ԑөE7;V,=c/cI;M69Ų!)/?ctX 'j2z^eFj&-X߆~ = sՅCбCZd:, HY)3INs@rkg"1ՄA2 Js'aR6& N Llȁ-YP)dCSvԀ,b.l#Ysxv)2M<ݳg2$ϒ9y;cE8_y&s*-hӿ >etUVi.^VtTbCJ?"*{0uV(BȾd_9]IFZ^j2qBWV Cr g+?sX!U".'Fn`}{SJl"{UXe AI9xBZn"Dԅ37o o $#\!n/ǁYӅ8ɇ+ONDn*Q8㱿X$ӞJm|;˱!a擢 }*i|c3}M3 Tw@Fӂih?&;bL hyտl#P0f)WGUkEմ"+eXV> _*IڊyJD)sWB3127x0N eE5;gdWdAqaJ[WbG pE=!gY`i~w'9&N{ǘ9q$NMI8ocz4Fo_;Jxd킖dQ)LМ94xP&N]ʅf,_jhg;Glm249[8t˯޻&"gcRs*YH-\ ̗Bg4Y H!*>Sׄ]yQ/XPXkJnq gi[.yĀ\Mgψ'KCӲFE xGd}Wrr$%@H_!H5M)NPP$%OOJ@Mv4ur3e̓3Q,#Hק'w-NI~DƝ@bSYVG/ xw*Ҥx5}|T@ !@+H;zKV5zaOԁv i\[*!=*]Ma\ިxq.g3)zV8OXj}ch`,TaItZSv.eӰJÍ⎫?RL>~f"ل7zCs=E7V!_sD5J 8' ]h~srP(4l0 AgOu|wZoWhf%&bdIzd(]tYnYJ H&e8Q6*`)!޷^kX;5ؚ !Hg-I]dW[v-=pل <%ʣdv+kїŴ . (]b.ҏrFX Ӌ;/p|IP1cjov(AWY 9uxxI5or2Ex^ok=1ր67v+n$i|{gMba0 XOJ)伬onKi]]:lW2gʉ A\Pcrh/H)2M[-T B6mz c~L9Ϥn2ҙ\fQj [2=LPyRW!7b+1g.c) 1`lAiX߬ܙbE(-^X.9׀P!MƇjAcMY?w|V m-0id~?^2)ڊ?nP$NTDWl ˝EnVR7q Ӳ*^'ȶݘ]zg_n1l 0% p-g`@[:G  He#x1<~b;(yR(y ѵr4Th8t7FnȨo+\)EYbnVRgR0dñcy-'5F튈^Y9Ց=6e]`NJU-7Ԙ;6m wL)NUA9J2;S$,M9Lp<_A Qʨ_*Md?vD]4r=ϴ^r-Aa-XA\..ةT,~t5g]w0l%(ۃw-R0E֍CSɦ /:n9vvRx[Nb6s([OpSE"=Kf$$_\dd w):/'Hh~yO_#G[jZOnlutUA~F7ή T^2UV l0!ȁ\S 5/ƯR~.AZK+ EI/ %0+#%q_k^#I*wo;1|i|ڌ )3Zb,;J jԋ]a ȦǍiȰ>DHZ{%/+fC%.^As78n'D~{ⲋO9` )+Y޲ݔ_mMbT1Vi\4Zkj<; dU:FkS(ty!Yn5 a Oa2 GtS&* ySzo1 9 L Gyú?ԑ%2X%R[Z]h£iMx#f¨wp ?;YXG@ݣŏ_h2yOB҈쳶idr#65+=Bq/ WE^jN G8[=ǥ0 +.A2y7PI^TJ ƳLx "%}Ē U=#=Oߓ_sn <6-ݢMTk蟑~Cxd*l@?h@~ь_+ @>٪,:1'IsN[ Pӿ1mTAseHq3y(tWa@"FSojΙABUցF\SBpQFO &ZqjZҰ*eR#uzt}vP)Z 58R39gmY}.Y+z;)Lr(1tfP1.28vVG|ys?A1թi#x"jТjz⊀|?q9as ݣ0\gM0rc$&Z|X _2Ԛ qTaKo]ٯ˒K*NPAɷVte/!~hml0%GkJ3lC?ssۑIj'Y<6At)U y+5˂V'5Gfi&LCI@UF蓮4\rwoc~Pș~r~fȺPjuc?Ys~H1=P/i.DwXz [/Cj.ZV r}i O>؃Y՚cJ#Jy^C SdQ5+jKC^h(5P{qʨ;7MG[\yϤA [_;^mVb^jZm,6]uryY17禮n1Dq`G=ƙ='7 6/rPwHΧftǘBձch(vGXqX\luPA\xI;|KT:2ZP}gaҜWGIC4Hs Y!Md:0M7dz덮pm-bj<)Gicdu5>L) tGB d:d',@iA$96\ڷ&zz8\K9W\\z%Ur;XΌ^~\.|c Hdt]Jݗy?9ERs} F͟[3psPDMFX_!DXf10h\g0%j:$yh4TXdlPeaCiO p| _G?;.j7i Sm2r+IHv%I%WI@W9-=8,I܆؝HKr4X{JM2#o #aX98B?:h ݩoxx9Aal |TTxgV%^܋hݎNn.]C Wqzfep3^\dk kH鉀^ gP/m:M4ꣃGn}!t8v +=:6 Yc ȫr>juՌŦ25J0#b!Hv#ltJv 6U.%̼A)SW㩣w7蚺0DK7y }t|x| 76* Fmx%k? 9 }!‹VqB@.ߠۂʡ ߪ~d`tIN"4_w$|9W>2Io.}ضJii0gE#KQ@ #07 1tDNMN'ROl  EML[FS;ơx|<2'rgCEˠfE<^j@遍P,}@Rbm}q3!xKY}l cteHj;K_XƹڿCIqb+0sQŗGW9I!J׉hh/\r$dWdST\0+ǽ2"{]'_k4a# ۅcza/u8WSٵuxQinV%,X& Gw.HkqaJ̩)mls"JѴ”m >rnƉ?nd$&H:[ZىsΥF,K+NSM{@$*3A"n6gs:r_{5+_>]u8uT^aʂ[1ݎ%DhKti_)fLHS":aG޾&p[!`egOvbnuAeTWlh1[Vxa6)`>mVj|˙j7ۑҏsnz}PjEW~p($d{73MM|) hmyd}A/z5"zW0W横V~eJ8l\٨N!5d&([Ϳ@T[F,dmg/u݂%6X.n_p'<@ /-~7q NI u&(_DhL؍I-[*Ǧ DWݾ~00J!Ѩ|3eSN!pr:(UҘ|T3=>l1y//73ԆWƈӚ'$7kƫ,d>&wJW+Qn׹oF7;ޕ`.J$~M]qp3ѳÄ=B<31Vې:# DBp_YHEӍy,$@k-, 1PRaq//d J_̠W4=ۧDm~r [3W3a5JfTu\]cQe/3,=*37#p#;̐y. 1ﱧ$S# kk{ra?r k3!.mj7c#\>=GaKI:͞ R:%8{㌐xq@RYŷ?W$~ dz5PUA+~f{3ݒh/Nò,ͩ)$ԱcnShx!e4EC~@A?05ˈdkVxiֹψIJp.Nّ_Qe {ͳlKQ(tU+V$ $="na"XrV$jWCBG Qƞ͈e9꬚nkLNfQNxݸą\ N.BtuxS@IڅxVXH.7S"߆QR뷅#*h/r>!94#}W'uDhWuϾy&ueQ7X}:rak3!/_[sW;>H3k_XUrEO-&E%Ym`2Ѐs|tBK-x ֝=θIRYc+ 7B¹e %|oYMK†ǧ$6së(@!1 m(}r3WLiC7yl[TZvI4GOk|E^$=¢T;uf=Վ>#Ol4ĢdaD)F>}̃*o)Wx%aiA$Ba鏄FIU"!ǹmTzۋW[2&焇MV8FcYh'xB5 [m  %OWk$_a(Gb Lcϥ96m *:zKu7WL+=<>1~#TB[JTKtx^%n{(9#%o*9]!"~T^ctv@7Q~r '=AKJjP˚s?VQ2nٴݰW"|Ck*"&Ccv:M($[ټ(3Zsx6'{a循yVD) FI4=?(dPtDe,H({cv H,cQ7#!s= 15f/<ؘ/~,R׌;nFrNK/ iç08#O%ӈqA\37wfS?ES=TFhyR+դ^ˮC iZeia΄2(&73=DRï n(LgEH#3?!fizz\CʽskMv\EDPjߛ "%k{C_F7}x}]D#UcXκtΦCwf` k+ԉSLcI oCmhppD悊21E F+7ԘHLƈG UXuľ*؋s+6 #T S0TnvTLt)!LD]iP>X[>Rshs-փBlc_qG:PzrՐ-@Y~y A z& r3SGegVa&hEYfcG`{݂&k i N L@)- ea$|i_đ+dݒMU4#E^= +0tﵙ-¾L ΑPb\cؽΎoδNMzڱ+Hn7TdDwiibT=Os|L4sEGYem 19FybOM|NSYt y"#(^O%.Cs.oײڧdG|8=#V5B-sM0HPiLlr'dI2jZRmIrB;MYp+镖a]s4oS%Y٦xQ5]) cfs$xe^ٖ)f/Q`2.mä[j%d2cgM"@=}=1@/I+P ŀxpȑc7CÉGanRZEDN ':Q؂v㢞UkG[ܣ>L`%AUtv,{f"bΰA>X/HrsS[d G%i=@~ [( 0ZUX8$?AslZDU?w l\)-IEaSnQida&1SO#4?5a7" =VB\7+ < [L))8GzC\uӾIS4sM. (u49nYE?6t}X%.b[X7TYYӽL%E#mGPbqǏh+ʵ:PE^l2CCuvAXMtEux >ʆC~s; dJ ROuyU3YfaD1'LIzgN`^a\ 5(LC֧^uyNV2\keaYq"ġ:<|4+o )-I)~"lXm/'VGa}s`6,[G^n˾ TUͽ!{^c@}vWq)8{KMy [bړշ|/_8-t8/N⿶u` ˖l L]v_pd!գwBs X]--Xnn[Iir +mVy+rͳ&:Cόe,?' ~rƈcHFuYK0&Sڨ >ApYM?ى=l>%hu1u3(}kx { ąHTʃAÿ^*eZy=ExUW&v5W"U{[.C3QXE@xClBfW&>]Q1;9 (`iQ:GaJwiŝos mib> xvwXTNy{ (e=3 7 @ʰyr~XqUIrɈ3d9OBpa(V]JA=>5_[6I_:!_-D+̣p o/l0 mX8!FZ!^O~,@ RHax7W1/Ծk4uP\OqTR/*iNU:_Ay>«~t=޳ !{$Dc2)V~ n g&x8mSz\˖ 1>lVe*t4me$|fgG]T -iXbqUxJ*,޲6C@-"P1:Ql5btwfCWӦwKVk*Uz8]٤VlCvt샍0uM a7ܕo)9u󎱋5mH*8 ﯙ@A?B] r}&uxf90npdVA;@GULN AIMjKy-_kG>nu2B8NGY$2(Ch(Te?buSPAfe)dKAѻg`!emtf>n4녣BjOO(/(u#x1Nbxe03~U;ǰ 32Tj8J#Z?LŁRFqz㖠݀mɾn+M͟RS"#qٖyEEuIK6y&yz xBHvS'xrnk!|d?%5Ee p"PhΙAIpo:]p`vTzy[:ڝF)ERx`chJ.6k{9[ϿMRQMa{!?+\m y!}ߗ b%%17_,FGupEwLRekbee5.FSr_eQ$OQoVYSj<;(ߒ#A ,BL;^eչ{#"~»7ޣ14}T$fQ:79ĠΝ5CuΓcEڢW}o ,׳@'sWZ CD0lm7aeºU\e i\!Yz`,`1n5_Ĥ>YVSE)zR8@eA[Pk{WU^fQ )k (7E ,H'`?1&?@m'^tB]`e>1&z{ D˗USBТ: 9b%e-P£1:j#^`Sش!m9w+2/-Xh~$(0ީŦxHMj`?W'2-&FeVuPJ1. !L(ghA`Z ˾9q(.F"WD1F~+-'|N6O}4C*%PJ ɾw g-HbEa'g1 ߂k[ r|t fu/>spY6x e9p9<=F(i8%[vdJ*!PbjI`\墤 4W\|.YzN,R ;dB֞IԱN >KM(Ӯl4LO;Hi٦}h~#7B=c_OwA$7w(US m/{hIP^@]a  Iesz`쏈 wde#cB0FFE'[5 RoҮvP,>HD~RNCژқ0PQG0BLQuGyL8(cG}#ϊm70sC4"75pXV-nMi)m  $Y9Z xWpt]Ûm^]o#;p`i\4?R֎e{3}+y}cZH=אXю '&/7D a5C_ PA!%$#]7EGCbM8K1;<=GKVu&U0E/ZK1Z)/ 'ЖID(GPe.C~×yxd>5|B!lq#_5] ۰CٯbQ^Dщ'5P;uE^/=f2C>8Dg\ݱ'oRifZc"q<[q$2nKo,};˾{&/_ߊ22H!H( X20b@C-m R M˶oHIF'Rf'>,Qh^n5hl񠳳A Di[k僈BmٴQ s×ijwԭ-~İO pic1'D;\g^X#8CZiw^GŦñYXmU0O.ZʠgTa'w06UUW5DV:-N9Jz?DMwnȋR<lDDZwxlF`q Wtg2g>B3S&mwn3qsÓ9ˡCѨ)|-支[N#:A5NA;1Fӟv1ikmch*45B_:㬜) &GL9O Ɂ#n< VYd%)okҦK!K9;,=%ܱ1S u=:Iݳbw5GJs,P;[l`\7ToS|PE5Ѳ7~ϊm%z=/ R#ߐwhAwmn0Q;=F$URX#Vr9kVv3P֕^hBq#[јs ;wC8OJ{L'C3톦d {Hau;8J֥57tIQ&ƯڤMvh.!R[+у9mO:njWiZw .`0uNDuZ$DxD9?(a 󡩶;:D?-hN ]DeʶU)[[rbye9 {@U)@ riD3q'?_Sd53C\EtuX^~s?~: :!vG8y$VNT.N!̢u5ĜַtIZzԵyST.7vJqʄ6 nI*/e!KNؼ0|EWqk[/G-XykPAַ c.L/NT4D~dy~ 2m:d[D%<} ~󵈏 N ,?vZ@[]<ε}^D#Jidg]|Y A?Cr}m*1564$yB/A<~T:wA=2l}48) sCg/y{#n&D=pIDf{m "C5Y,C~iE~5䇾Pt&M>m ~ .m6uRf/lF9qDb]Tm;_tҺbD~:FBDV;!Ƀd/.ĴN_@^F| {дl۰ SC=#\jl@vBrS7ڵn/-pY~{tߑ3C:7uL7-d tk3+MJ@pȮ_OށGѡ[[z+c)0QU\2"wC8)`cֆ~ԈX{mKW*;JT.TB6Yaš\i©4/c}4%A_gۯ_03KvpS >TJ@!vZd8"Wu ^;&U6^T /q^ZR 8ז0gɺz|يWKFll |ڜ1 \vq*|'7́B d&}r ΠGK1@c |N~rf $%Rp98LdC[A?9ڗެgk ܏]o[T7b Fjw_m(c nNpyd!JfyuO9c)}31E o1!m bM͘y`ԩ9WZ+°\36D\o3Z[t!8tB $k}&Z솢ٍWOaqnRO"f<'6{жeօCm8O2kCzoM@g\d/>R)+&@P&#R\8u`# Pk#/;d^.,O?mo&Wuߟ%@G2Ҫ04%Q$T-yA᧱S2 ~c"#t rWBn飧6|RWtg|$,7zY4U(`7LYe}Ui&'i\QkN*+5*'Lm,Xa9GtH~t{>gҵ}(ur,IM\`(5u%sITDI{uX2Nis?q&v0ٞE%٭;O&dWYקQcF(| &gfð"Akf̅CQGrqA'P<"$e0YŃV@cLfy颪.p7b($pWpy¤N]Zyo5B%~`yۧ 22}3ˋ~8[hgA~ =,`wef]L4ysQ Uno¸<~T2@ MEeَ|*Cq}92H?prFsMR4×J9kJG%Eܳќ(Q&dlogeu 32X8Pb?3ߤ-L0Vʼ 9;QS"#}XPOw-Օ&dAʿ˾v0\|.m ަ7Z7T}2@F 0.1f`Phþ"15`ad~zes`DxK> ځSZ^lAt'¥T T!3|kZ%SV|,IRǞٓal8pJr27 CXT.j6hv>?kG$1|c BI#\Hڮ2y—yk;aM|胧Ng #\mCg.7c# #K8odޟ *O@ylE>qzK b'n-Cڔ٦ǁYŢǠqԸ֡3 ?F^"Zk@~IPr lN4?Ę!`Ua7wTޭ]ʸNoz{L2C%;ߗ*[r[+2h]&S1^,6C{U`휺QӡVİcm{7y[1C|qwC}'ؼ=Ĥ@G"k/BbJ[)r NTmku54 v dc^k㇞o} |Nn_` -Zwn4}3?0?#$욺w\ 96G@RmCU+/DXj G#ܤ浵~;g|եLURKE47;d:ḡ dۭQ_puޅw4o)Ri[lB Bez:wKO&&*2bc$*r @>z@ߠp-Z(39 N^w+#"팆#!' 9(F'I[NJwFg-{*zSÓ&PLF>NZ7U~c;3Mlٛ)Lu.RS{!D6goOEJ4d.toPˮ4}8?a 6}rJJɳ.eW_5{ISEq> :i@Atnj]yFUҦ|wttclh?l_:#.hI7SZ$'eDZ.M^:O*j`& M& `⏈S{AWlZ9k=ldۥ  ҳضiem 6`9bZ^ҤvhQؓJs v!t7pa IgleJ hpTyIbG6h:O{;]psn~ղW"!y^,"wH%>*ء?jj1 v͞{ S=|-#zKm$wYбyI[8 #2G9{Bt(9JI Тţ1ij0_YZYE+Q[Krf)' h[R _k_?ޒ4M9+ȷd.=Z?9"t@3rPFrGVZ<ɼN"z;=7is }-z}\r{v W s-w\B1Rhm  =c5SCAIA \⎀ܒhRqbHNjly{=Q?2x$;ݧP"Y J,(%~|:Y9"!B@J %PuTJ3̂Wfla._1[h! |EEpG}\$`PI PZF6[8αtߔagf[ ] 2tAx^c<셬_;*b//CC ^L`cMɶ|ɕeȔ 8ky2k{rZɒ/U?6ѿ9>A&%ńҦ!t{$/wr'o)%%hd )%_]cNE##ߛT{<4a_63LE_xN2/ k5aUC5˲A*-(*b##wɅ\|c<maYׁ=o59A'`׏ IliiM[Ȣ6џ+( ]ρ]v C%ӹ)7b*DA6*K4$|x"&1QX}wG;_Ǽ Mk@ LHwM4p;/yn(<ߺx0g~0v[WlGk}.NkWt܍9YŽ~"c,zHa:ږawI3r=)$:?0d]|l٢เBddgTz?k.kB/HKhq.Ucаlɛ!Lܼw#J^'#uD5Ey2 Z/SK񏡶)dK;fB[suo `\Rܲ~n#eUg2lu'_ߛ+(ݯhL@%֫|n{B ,TUzfR[U)ny\q\T)Zϕ, *KESp ZJ_-p&tm4KLw?~%?~أMqqXts.n#El#T/fq$F+:_~$Dz*~)X¿6ԍ=,$2ÈeK&% ^B;m7D&6uUs !>{V/"`3w砤S^D=L%V<i .ŏ:+,X훥Kj҃@[Tv>uiq':('eZ$К"{m* '..(e| +).L@}'-\E{4R4T 52'Rqy)roT>W Ubo)p8B))*ecSXHoI 5N)t_ +[ cy0(l9G2EX zg5cd`/a|-[ ,(h43V_.h+r&H;[+L)?z «!poj.c_QC@P^- IMgv_sWV8asȊfËM&dH9 Q 6*p'.9O 6*6b+^CZxmRPӦ+;(A 2 u{nތe ۬_5+D((SOKbx<ĬfƇN*pAxUCPɛJfR_<-u 0LIL^n({ S,V6ݿjQk;*sDNs p87u>tiz$)EeTɞKePĂ[8{~i|5)5) 0!SCC0>l2 ;m.M\i85+:O*4i o{kEvlygnT.ԋxd, #JxV*ӾJ$~>H!JzP( YFJ]XHr;lRY͂x0 C,[[1)gF 12;/=辅K:jG |@Ҭx;jd_HBt,Ʒ(y0.[9?ȝve O |3=<3mD윬clj0lrSa5u(=˛Y- xIzװd¸Yy EDEE'8g%2,I7^-1$cj: wzrMNrNd(`p着 $8/a덓2}0%~s|^7h 3#=sahYUT䝟vMw^^cu.:+(X*Q-F`j.ي[il9dy<1%16fI[WBX#6BLSX c=o!Xtzsd /bК7LV+Q,RJ"?zPc][&B#kWT(=|paH{sdoh$8It $i&|!{r%Q_L^KŸ,%u^?Wq3x$7вoWoOOz%s*2lmUKbM"5̍  DwM'y_Qjx[6Rc)[2X >'jFMѱ(mIJɦx%`EdԆZv}$"cm-ܹN]ԩX>BdD䋘[YMPS | C)`%hv9!*Y?V +?W)}&hl3}7OiVJACSmp71|>ޢ̚U TY#L_\Y;UC~0[*:O ^¿Z;704%E^ ]L͓b4zGZ{/xǢ椞[UpfّE)A*1@>x[| ?9h{?ȺӌFO#|+dHb'~E:v pQRƟAS` eigO(t ?OW4eSۏ|_Ѝ* wM[Dr HU˾e˹f&rb.XJgh7/fJn^]$ccdeG1ur_3E9=8's_kt۞59NA(_U\7Il%Ia5TvCAWS+ɐ5Gl8 JY.6XRB3&~ M8ߐ}0-XC ~]4{ൣ蜆SK)\1sk5k *KqXy,N0=D1azPstVThx83fX7S=F'ԧxG/pum;7'I]彻KЪd戕Պ.N2gHA IBMkn0̊Y̳>ڭV-ֻWQ %4LW9a 5iP­lyO7nZ_;Y@'פn0ЩpΓcI'QX<nurhp6R?NTl_L8{Z氊Uԥ0T?_$-7b 4ol3MVMa0|k\)bDfb-N^˜!+f_r9=۞`/M/ո 4B%;;ᄍ;Q`U-/w3RV\ 2mYo^Ti>PP}z`ÍpD󙆏GSד*uΜaJneȰTXQU'Z DG}x2bxƟ*$<`3z+Êv(- 'InVʅG6Th{SX"K"VwI'nDʷ=X3)n)< !CVg3?C k(-DBtw eNB6 %I:>NǓ|įƝ՝*_]>l;tb9_rm˯!C=cyS<+g.rko؊_{s*@=\Zj|o|?fbA4M [} RU(-{$DQcC_ ?`nƜ/hDSzኺuHeS͏`nMp3lbw fT_|ݾR6UNQ}r7͏77~!MoUۻk vNk8xqk&`b0[|SN򡵱'CMEhРYm!D\) U/*$+*8]#'*o,Uz#RtQ9 Z;Qo*#yCPwScS.H;)x=эQ{r=Nh;$D_ E'It6*]hZs+_A@PW|IB}_q߽B[xg1zN ޲AU7s1`WvR +*7%)xa3Wq"^VZMڿ;&j $?G̩t& [ 4$3ј¡#ޱ>3Ϋ@ G`q/eǶq`5= AGd #)P8&5l/MTn $1$ٙtt<viG02Nos!Jv xC_' c ڬ~oiWonLS+g H N^<ɤc2">6%XB Lk(3h5s\4EëFNZ1!n.`{s!%];G v +XcQ+CvbO{[:WPX`+uBqE $Zׄ/?.wKoEql$9XbkI#ɩiV]Edm9Gɐ`Cõ8X{ F~;uTSpF [0kDֻZTݨWuDpV8= rG8OrRKR5t 9pH08{N[Ʃ.b1{1ebVHiwRgI]Y&@tSg` tNΆs* s=V #@qȴ ,t] lTX23)Y \di5t[c]7&uQK^tutf!XPsmτn~:;srҝRea eTe &p/ x=%]Q-IVJCA= 1QGliEu6[ E/܂?,#z  M4ojՔRLJ i4vzmq[hcwhZZw&Ĭ0P2g̽le/ߢ~k,mȠʽr\t̷fd4P;Qh+N [w}G1mYoM:^Fn{nrR/JOA*sU(F饅\Ip,p+Gm O^66 J.PPǜtp4I;jWbᒰo܇\P*HL~N;!Mܷujn^n 2O٨ة1 /b!Nq/mh[oRu}ȴVVL31)=)0\#i^HctQb~Feeg8N7*l5Vew+ ML\2/:V#,atΊ\5FN?ea$-<ݽTd֟r6 xBEfON"FP)6OJC6?5xGZ͟jZ„QHNC(fe5_9% Ln+̋f p0\ ҜM@eNH]^,4*?w^4>|ó.gf8&0Cה"i-RƌK~|?hO4}4 UςQsZ)$Ɋ1iͳg/iShkSWD؉*]kŒ/o±ݪTo-;CEDJ#u7-3.bU6^f%毿 I- #N&*W.t 2 w,Zq6m[I{j`O11-k7P\jUSop3rȾ>oD/h9ZyAV[= 8Xs([ #*FSkeugGHip7`MV>_0kG`Pu4,r A| Y;Z;q6>e`m4`GL[%gn@#%NS :eMٯ[dȏ93lT_en \|6o^1]KI82ƧyN_WG@yGGEol{y^j'c{~OE|C{N[ec8t#6T5qt}t`Sꮪ砈wӖ Wm[,R>GzJG+nHS_Q&8"pvE <}7J^L q_c~?F)OiVɉm; 2(]>m)')kվgƦ)ט8l1VQάQnb+M1&/! n27),ӷey ꂇFX|; a@]GA; osړm$16!⑳$N6 !;VDgi3X=$-֖n>kX<387AQ/q sRsjw͔}[ <:vC zv #Fl=!UBW^?/ˑ3Oo˃_]+0vMᛵ_(tp*,yV (zx;zi05SݭUÑ&%ص!S)' 3j7CB}3VeқծcپNL2vrtC9thO º;cԐOx(XƅbyJo.iK=坪Ċ/-U-=B3dWيNf96y| THjj1QiҡBȇy~wR>z2T=֋榷ұP=7<;lP#8MvƮixIJfe`x)K1Af7qz/e3 mU"׭\+[B.![ksy:=# b hɸ2(j F#g¾CyZK N{ `p8$oZG:ez']U2@HⓎ-UfR/Hk9D)-hF{фK$%(,FywY >×Psu(3.V0 Q鬓f}y-#tbZ V83W5 떜!1{V /;0= O,M:ertK\&fLO]h>ʊ}f/ZhtD=Φj_t? 4JzH _~8R@я >81p&εVa'L.6>W)mO({|Uqdת <,v*b9QT9W)^r퀝T4Bi4¥3w#jcڊ%#e",+k: VF8ǥg"7C%s Ө*hǺzЦd^'>4ފH{pzx'@" q812O<5b:N!nJXlf.' ƒOA#\߉+Js)(0&gCs :R#f1{^ Ÿsv^ 300_^_N { X$6v+^#e%q{ꌒOXm%bؿIUu4~ 1^Bc,gվևՐ:+z$jE7;3&|{3lBv;sӼ2F|g9[ln$x9^B3"RT<p=юǀi? ݙ޶b["rL0z]5skCm3SW!ƕA 0sE4G3́KAՃ5TJFH}aS@^&4vZu~BiqзoHbG- ss){_9}߅KpA1@TU(93{ qLex8jUU Py/8V#hM+VX% zK{²=VES9ZIb[03"숖\/r>|TD2BȴDspD,jx;qbmd`jEQ=`Bo%E4$1\mSQsʜ΋;q{ی.'N#o"Y~Rg;MjQ;Nn=~uz}ѷK 'xl^jmuݔƢ$O\oq@0ȈzR#bq8کj՚a ;<Yak&5\2C>/z{^|q-yU`lNRNx,~P';G^P) vIĜs f,6ZOw2ljkP<c6f˺ceas}˕%&8E&ِkTrpF)hCymYb+p)K5.[-ZB^\xER~Qi} RAe2{ce[i=*acCT zC{`JqPT*C?|e+xBb~g%wrʑ(ݣC6;BN92{n#Z*X4,PhW!1B7F2nK UvkdLİkmuFVP{Ы)3 VBpi_b M3sZY"IIbN`/eZKI…{yzإe7. яoxjj=n/j0*K1h4]Gʩz&;-%fk&92Ѱ- er<ي6jtd ^ǃf4YY qv'Sw?g0W‹Ejٴ2e5^qw^j,Xy"V8Ю{Ufҵ-Gv.?zbnۼ' :.I!I j.t@xt:kqK8I [uZ8: ^vDu*]Pש n1l޻ωK1ATP8EyT,1wBfDnEil0 ȓr|jоQ֠YB;b ]P-lk9I,^f$3>8T:'7Bw{,3v)z"r)؏7 BY@y'`6(`&8MiT$mT8q{T ΖF[BP`{gKy}k91\`x8?/"VBn Yp7e3.9ҷӶ9 Xs/ aOpG"P} Un+nF>Pwh{!hC/t U7#Nf2&}+G3u}X-èb|*nN?7I4>r @d세 Zd'soT{4UH@2o{LlvexJ % &h7EsE˪PM6>2k鯫 ~x@==#e_16>@CnG]Ut\@N7wngB`k1ЬeHԺ7TXD=BFA#Ƒ ʱ %RNLYEv죱V+kD{Z99wN:iLGPݫ<̦NyX)\̈ ܀[M qcc g)KPT6ע8.=64@2z@CsF+ \Bal7iBlJ бen/auH30ۂ13U_억z%|Z# T )} O7OCD:$evM4@aLV&n8{lY|6❬()ej8{ElQ[2 w]|efKTXҭ%f%Dkw[U, (IkcӋ(]aH=]uJx;a 9F0@.y/b.^#ovp81[C3@!oU:v΍àm0l PqяܾV~7}V,rxYiґ~`^.F v2kgf_=nP2 .Xe\2+gJ Xg/sYuܣ'^X<=6Z*VKu} V^ BK[{+dNWTxU KVde~OnyWq[n/ȕ7B+Ax%$]5O'"A@+=Ah-v  FMqq)8qЭ u3U"f)oJ{3žCd <'ɋS @E Sz]`jW`a!ٌ:LE[Pc64VakT 8[[{/YBQ(OR)JP$9$a&ʩ ó?Ļ4#Ňj(y"H6ipnz0)JBtImOkx=VEk?/{Pc̳b+t^$"%ge/Tk3d?Ђl:Q»2Wڮ QKpNgMZ߆5),?._IQH z@5 ? YdצC-4^T OEu(yTKK*)|Ho,3 bTs'7|aG$H6lNigR_X ۊ*3{wxɈ@{^neZ@v #qCʲaZ1GY8O\z X7 IeÒZC 딅}Ƨ@*u*p}B0ߥ՗Й9vNLy/1!qjBLҥQ@M)L߁-\nS.kRm.&Y,L1vw!3ܲ\:x2&1v~`*@p_C{94"&sYwt?{Y`ReyA# h[SY-9U6 V. v<_JEq2hH˟;tDmY35&O3 Q5p֕ޟ z}ZƌyҫK1=n@9k tՄ<ʼn8JikEɂ-_,'E l#m2CXFg0wrC?(PunS}k|vz39y*f.%=8PW0U=Uw7Sv~IKUR<Y&iqHOGYˉY\ pMed ^\Dߏ)9/7ޘuB K/-#<:? (TEaq8~ x_J}Ap_c>Z0D%9Z\.ETкFqƇT,-.C8iRq@?+r*mK,6a1Z3 ɯ( CJ҇2?]Nqن~c$ތxDŽ"2l?Y#6%Ai5#տ (s0Fʺ0SvD#Es~)H:lgݼ^~1}D)אFL6tcڦ?M,11^a*\?&Cf,Rܼ{P_.tYed*9Kavw/"xǕ׸|్Xc2m|+| >sv%cG-x/~{g~辽=ɬuQ/o?"$r )߾|(,r[OțtǎKa2Fl~gGХbVsm걓&4lh+1ʦGjp'+e7 e2bvYV+ϐ{F zeqXO?%N-%}^, ~?lh%߅A9/\yv{K;i'jQXp0w/ؽeTłA8-Y06q;z_P|3ww:#VbԀ&Ʌ9ntj4}&4t~lU|T|O4UP~ ^Ƨܬ/:Jjy쯟:vD<۔}>͈`d c!#3Ŷm=/Ge lNk? k8+>'V{|\3"+\Dr0Fpv@<ˊ椧J _p=ofꕅVd ݂oVlV&/tlqi.̒0_ԖVk?Nl yncXeÀ-^izX}t %{4CUUS*HlD# u\\M#yͬ㻟b.&V̈́cnFƞ_H?N%{e;oR&?@[~ )ChrRFJ GXlrɴ>H5J}(Xo;W0J2; ~Ma8ZQiAey6oA?IWͥЦSk\nT_CI<%W~fXA;k<aLlf1:S#8yF|~6l,wBSH7F$v/}ܡ#Tjaꫨ >љ8Y$1Glm~XqWWs2H^Zx6YNf8_-z/HekbEv':El` I9s*~_>XJ*t(/l27D6F3Vp9u5Tr[,d׻?v٨6,* 'nD(7wqƒsPLPWKMHv)-ꔞk%N_#҇mnir,_Ps "}=fk**yMc1ZSل8cg?PNfE^#85li-Fg[^ M\ SǏz54 @Qᄧ:EqvGf*jnV`-B+>Ac's1Ya#BR ˜(W'š)k3p{cz~m^43$-鍬KRO>̟,-AL%a-鞞_-B sb8iltyqv Է>OfdJjEߜr?v4gw-I2vI'LFf (\"g6ĦgCDXNm.iͷLDK?Ϙ}}v\f2tȐF \d/|1D;zeXH?̂U;vVY ȏOJ v}6;vKm+Cy^.c⬾:+b`9u37iAbq,KFO{'Z Ry?z6cKY֟_ Wv2<qsբV76q#kP!!K^8>Oquf栭,VpvoxěPFLF$ _G]2K@74Мqzs-N[2gg{ꏳ9oCDya_ͤ6p&:.0jVG>`{Cr.._6=b\ń)oב=u<I;@ ϊA~Ҟ(A&qꔟeC+d彴$_A383 0JB򭝸/o1s9]x"29{hq] ?׳dz O?Bdcr 99ڞ|BzTȍYڪOk5DByiQ2rَoU)P:<'"-)t v| |`S? O&*?!,Fr\FGcG5CF,ᥒ!!J/J©E]|n;1 èOMZM KmV?L6Dp:~R:?h]Y}F_WOYSg,O̩cM2ZoIz%G(/1,`Y;d")jC- Nxs d <4d;>L ʉjڇ4 Y< | Da0V7d B\`u-/|^%coT\Q n,\il$8/S]P19_DHj2iE0-A\  伕=bR :-F(LCMVG,CG C׽jv؇tQ s :Bȷl.x)6E6]N'^d4"<~m1^N %G-3,ޠ Rz踜2Jk| S갷}L}c)6  @F,96C6Bz'7OimBE퍷viXg)n$qO&qvedh9)+|d{%!9^q.4G5\1:TUZ\I)U"F;֢>eρK fv^}!!߃GFЈ}*++y<tRA&wNRYBo'|/LXaʵ`p~~'x_G\ bR*] wI-?Trt[~sY0g )2"\;bf`=/()VKP_Y?g1 VeSaiхVK&ŽsAMj:)@#ʿ,)[z=(k;M.ʷ'ՠc/ 3򊃽t:Mqϡ?ڮg%} }*LH5!ʹrFJ*xq tr]X6NNK7B&>3o2iowq-=m›άt†Zwy`Jw^\-Q:iies'wy3cwt)Y\F4BwNU H /b? oɷ" fCp 'y#9&!`B*ٟ.@a7xO-'z"OgUr%+h8j8|=Fͱ A#OHw}8W9Q>Q1kR"AAO*;Tl;]R|p!QVތ=ḁso&"XKB*74d&b)GDVuo{zJwڈh]12{V pqg6XjMpr"}V:q2l@T_hQt0$ObuP޷)I;zM&4沃PFQWq_];NK9`&_GNݴbAb&*1Q^)Av|ZɬoyT^] r5rpP@W%zJ(IVp*vEh{|5o:uO;jv=l ( Ͷ7DdQ2jͬڜk׷`-q<1j^c|q P.y٫5-<ݞk&v~qá. 湼BtrզiyIX1 "y^ @IFFP]C@ەhypB>J24Mo7~,1a'B@;Dwof8vf/ kÇQ "*y\~Z߀@o͙0>:{d)dD ^2Gaܼ;uZњ}Wj juz6ɪkd }h+擀i>k?>yw8g[8 Dt٧d{x@_|[S&-4 gl.6QUۖWEع u8ObJV ⣖43X{tDP佟~` :@ נTguJCˁ-gMz>|Gi x(ERs.Og{QaZz"Q*@V$h@A@v,-If6uRH1I 8$xvkc]wbc;[" C{u0 0*a+=` *w^u 1b,hZHbfo%OK\^Q(?.$"2vkv Wz +) M^ K _x);els~ 6ﴃ=olúiھ0"ڕJ)X Z/1.`U7 Pi:}E趨ɜ>|rj1h& @֣,O|KPo{%7oZya:( GSrxWpuR\,Ǵ2Q"vվ>5ipi7Yj3&Q uDU*k(_L\J(ܠsτS{ jAp.]2M?Oj*j#r4/u/AC(_픕JQb:7!?/D/\|ud)9v`gZ_#3Z3 xei! A Y;"7_E~ς3WnJ}HoQ w 5BrMQtCR|VRi,H=8/tst"|O߆0]a::٪DQhN)ԷF'+BNC5_^V̤X9*$ħr\0~jvҩ-:ld-9M16٩*D¼6P GUOq s-*0/S5u+8,z46s{b6oRܣS;q5kF(x|3#ddT69  Xx^J&ԗ]M"L:8{.+)ε꫱f謾WNѕ %лxVqqjuA‚p$<lP_gUQX& 6,]ـ)K#v͛pOe }"Ar`O~N5*Q,ٓefJp~Mh_/1YV} Pt;ϩ \E!UjA:jʆFA,*t5^5ԫEw4Bso_E,ji e {5Y$d> =M2l {ǭCߋNkʝ"F> _"W{_rky3vG@+A}:BuuWJw|1U1ߠq:/aWs3Fu2tw] *ʻi$''y>UHqtbv߼4Ro ̷Pֈ.)k,"2@qU h9Y d7h[ JHzol۫5(,#u®&*a7@:E44X2X1h_$ uX͵8Pɻy 5(=Krݺ};+p!-M@O3A\~[b0b ?77`.=ph]8_}wX+ 2"T?Sw B14̼b/Wq >!|+S?m>޷v7,c^;wfaPsV,83NM #9‹} i)sY 0鶋/T >:u+yM%Zu\Pk6)1[9 JɵfL%SPQW#Ć4" ZuN1dIB&+ ;䜅č$,x3ha&MsG`oKRړPJNc3>c]@ڵݭ;ݏW5}dX!,hu}%re-,O i=[8+$GhK4!:X ᱥӕ\p&br$75tb5aJ):򂇦RSR6V׵Fxɴ?n< ) C=uIؼ])^S&E{\IV̅ =*2!caߗNA0 %BNxEMZ^ېVn xIGQMܯ@\ i8;pk<\}`3 C ̆'BpsS"#kS`!d(Z-8/KA[ZhdӪUި7v fJzI4>ݺ9Pf97%w;[LP`V_R&lh6"M2|9w'\®>QC{58G_p'!<@:$>،YH /)]*I!4}՘ؖN1̥q=@dgAVJDVPtbZ-}FͳI2e ):6Lnm 1ץ3̢~al/S]ۀ1sŃ_[cY|g+LQ16I5 .Xy.߁Oɗ_;؍]:h[f]J9 -22gm} 5;I7/}yOU"XZ%[bCV]?aFw/]*PqPLT/.,7B^өge?gU9^0H *@ h; C)Ƥ[$e-Ih$4^6;&y/=VgGVSԄxaOP עjjGM?. +:29d)6_$Kk17tH퇁TsJI&uRWf.,~Loɯ6*v/dUǢ*dnoGD$.Ib]S>J@X9[cWmam!J0Ê5ܵgnA{pjˉ%f%MiyA e3YOJr/s1,y|6=ZBw% KIY0ť?M%ej]>鹨v<*?/9&>7< fUAG3J?jlfڎ ΛSxg"l }_Y-G)qnz+!p9tF*kN {7$]\k7E4r VEлMy`?h9ޣZ_SJLgIhNagc ^=9c "T{jKUi AoYzzR |:,e|+Kx+}ZcurSuĤnXU(;aW->+Fix+'$kƨ @7$#IOՉw˅;`gދEki [7DM 3% QQHǥJb[0biFc $4\4բWdƝ'!K t0r5>k> iOba&wKPτ!{_$J5bt\sRP$k   h*[?8=y7B 2 L4zKX .@Xcⴂ֝[W:^Zh4r Fw6Q$̴Y{B (~V-LDCWѐiL/+k@qX;s9r iGg¬q[v{p9BfjǹUT*+r'/KCW(**t1$R5S\WKd'OTŗOux3>;vD/m!2ȕEQ|hKGN;gϗhHq?n5(Ci{n7$`3L(̽A_ Z"m:zk~f4)[[LEȣ79%)j9fʭb~as{tTp},%`0צV!!v{Cr~D+:x!{xaР@ά0|{t ' O<63m}Ro&{)4+d7J$Xۘ5^F>xfGZ&#ioX~Lr̎Z$`Ni &VҵƛgSf[ 9 U> 3CgRjI8(lA]?h9=;:~]'^\|`7NBԜ~}xU(6 J*eqB"NPM=\%bTD+N[\֍C!}w`S 00Rt^eż\|2pp2~1^h5tj frO+B]?VJJ8Jh~>%X$|TUȂ!r޳gw^?Bq9u+&eJhw=H$OF2A ks;Q|:aRtTjuq&l)Xm5:y!22wPQם-;Yudu*^듓S@p }̝U!q" y[|.y8IYS꠪KiFG)҃REtπw˩\clZpasd +倏.d V5:/!MlFwy*NsٕjUf4/z;=k0oh͢L5"I+'`x3cy[(Bc* Y{}$R+:h~R?Jj{ȮJ>F R@zzK-4JEQJw)E*I1}Dc2{Lv ؚqcU\ՀAbk\~$z^Q ^ ja1ddp̀\KI2ghrP:A7шٵ~ 8d{STpgFPàؗfeMd5YNVMwJZ<@ BdiK9wv\Z7|[1 tؘ6"_liF ]P_MUB̻"՘}$ \漅OZәG$Jq$goT*~5jD Ҟt6"֋#M u]n;6M R[l`SUԶ$CcCbg%qEv 'уDB֒>rma?CDM(3SiH͎9= M"€33,0+ *.zM@+a`*%S|E%P/dLw\.ן`>d=nfrv۠p.*])8 !T#˼d>?M) tϋO9{8FDpt!&uI W{$@h(A=(*-k.#!nj8L]@_I=5kaq`RKz.Gk\`]*@0}ިoQڻqFcYa-+ۛT2~~?Um*ik˵ r'1ޚs¿[j.IQ %FHccI}& `xMi~Z/"prgPV{c_#lͪȖg˫Pm1ꯂ "ͨoRܟ~23urƢ}|akoqFOJGvP @N0O`ei_,}8^/WA~‹k~}akF JHْ-%}amDtk$Rgő*1 Mp4d^Bب>߆{FbQيCa+S@RQaRm?GE^/ V,YIgB#2UIqi ggfsq֛j %GSlގE5c[F=>%<40M4|>S5gs;bivԸ/UP ;GR:.N-i6LJ lĢp::J?H{AX:/eTR—MFD}P񖙅T#|M6tzg*Ko@ 7JYdΦ%|&͕0`Q%ZQڑ7.}\+[+YWW_ 7E"b..~HӔn-OdYY A{ ޽a0DQ2|htP. h5a=!:E` ^sLޮ@|ɾl2XR؝,5c6Y!$N6\ӂ0 J5]k:Ԯ,B;o@#Ne`ʬz,J3~TD,Q֠Vg4Hu2ICO&=|5¿q'SA3+%K eǼ rxN/?S{;lL:{s#W?YxZ9{pᶟd5k\1`vmgxZsݴVFW0Iì^;JŨTSTv\^ Tm;GaMkG,)$u8G>pLW9-eRC';)ش2K$g i7JԣᎰoJh='xz&;޻x$F;<7wFc%d ,朆huB3r¼e8&E|T;[ȫ)iQ ؔ] - Z&ۂ)^czۜE1RF{3 */JZJ-J%gW1R i '"pıO2C_45J唨x_1{@j#ٝrQid^lRڠB<kfa11oD 4jlYqPyUNޕzeNA֞2o lvu\1Imi"`"/_N'Sdt2ѿ+L T@*C$5zWMab#gFE.S6}4j%pt+VP_7>Ԟh {39FShkKep'+4}ޙ%Pp, x}H km6Dy4$ *^[Bf:X (B6$ZEݹEba"  `gU't4H@].,އdT$$|]p:GҲ"FJ,gaNbQ$;x8+P[E)gen;ՑNO9c^/>WGurvie?Sp&,u{e "e?q} y:XC&Ngu,m'ْ'%ή)6?7v,b fq@cLɵXASQ@!STcc.(ZMr=rLՖ}j Q4'7Dߜ4VPEޫ;QΖ,tbCoA&("#'U>v :7/Փ=p|VlwVe;$SUąG}y(Ch!)iԢztȒB ` C-80:|Ԙ7 z7 4hd~#Ւi*PI2ge^5j?YZt5'EgtVز61mى/n ՠ!i Γk8Fj&݋-󬦽M}bĶfI9m80`87Bh$8%4&'G3W KjEtcU%/nUEtwy33-hX{`cPӳq+Y'Aj2s=Ы%*ȴqzr*W /c#;l8N5V*^PNGsJ&?$癊}]âꩧ\"^NeiVnţpùlb%;@1oM&zL?c+_=g1ڰdc`/Z WޙI[Y|zd?݂Z]KӯoPΡe)kd<)dB0Н>oINگ. 謐ӢImz/3&np_J^ OkV(Q?u@5_@x/.^Tǫ8yR+vfJhbk#D1BGvuYN͹o(.&!kRWWGB\6y$žO1Grڎ8^Xr=_.t Hkf(`Omueڅ5쬱I/_P(Qe\8wwb*UsMugQ~9q`وM}/Bƒ`Dqb=(̰1& !>E)V$B$xZWxK? g6]|}@zr1|`rOr*:/msNK0X4d=hrֿe+M# vs*f0vNe+>;.]>X/@V&}Y*z?餾!X'ֵJD֎$x&:fe;Fz@S,:w/5; *_BǎSqX5OA8|lue3lHu9fQsKu/؂5|nN,eu'x e7*<E%WqiNpŹ0A}IIi46YszG;W;S_; E}@hx.W'[ojwpAg7h(w|wBK%$9n!,(tKwBSc{N|đAIq`6ӸBdSZ?Zbs? }ߩSR+έU&2,|HxbpsċsGm&Eh㘖 /nZ(** ){sʖCng%"! X%uԏo 6aiaVH_aZ,X=wB^w 8,4nq%ǜ+=Kt `:D=(q̹j-BspUc  h$˚a[ҎCScUv/ףqUW>rL.O:2:ټ:Rֺ%[0Jm QBh/-DJGAq=^M)1x /Iyrߙ|C*}e&Sv@2I$2I 8((sbpׂRgYާSE)ؙyEg;o2L>88$ս.\ qO}l_^ Sq>Ҡ|QݪH%LwUÝٜ_S uȍjD`^|EzRTsQ 30J=Dv&8BܷgyQGV7ȶmX6ȓF,.q3ҏGfg >!7W>M a{)d84k4 g6>g3q{v?-qf5:%7}"/ؙ{ΐu%vֈ&9ߖ}➘qҿ]pM12lA5qĒ½JED@_)W;4iS{Y ~mLGw4vt#\ml"~1j5ȗ,2k(BJ"3 xL9o =&cN/53dZh;'7%sHKȚS3s4huC TjG~McsD˰<1]Pja$:aD`8wO O"%6B6Q43ȅi*G܁tW#TP<v W)- [ I` diX.dC T19a nNC3h112 Ďs Qu\WDPz{vuf,r7>a7RRj0~r1%ts*t/8b+mj4Gȳk-/Lk4 u;4BG@*>1۹=\wj1iwrof[q>G^&q!lPhSqe84V척v(iihKi67pWX~2n Uu#A3nftYۢ/E.U7pqhH%FNm 8iή,RrgNC[苯 X2}(΁Qs)+Yd4 c*pROewJ09?9VPv,ߛb*c'q xdyɂj!څw8TS9Zv,l wD|ΚH, UTd3aB 2 (@ ;LJ5"+p>w%:^S강c|o͸Q˂2Qoכژ{weǎ"5$݄:;ƄsҮRj{tr>OZ\˥_&o)j)< smhEl*Äao[\JU9O}GY\7czkC6J(ngnvQa #inGl(N7ԁC:ѝM*/ǔ5V?'d |nϲw@ͼ? ]b!KI| D#-nRY=L=?`҂xV"0DK^> E4ϽYk _P FbҗXY}0CdnYf$ J aHİ7]!d(wk_LL^cF0NϽ)W[aUa +_O%}&;+ΆЊ:ߗLrE]SkL~aFaV[U) "K  Qoz0ٯwHN1p HR08@.@G85#{FRlY!KoنC Ů0[9@=A62>=G-By綛9R+UVL&R_y/?x0`\ZM$YcPv`qn(`5'dϦk[!04y#\ݡn;fүGhkcxrG2*Y }[v e4 47E s |@=`0*4|{ Y}Ac̗{ a>.Vvu[jPsTҚ1LŢ"!Ry3l9rnʻxC.J:)H6QC?xȟUFswjmb< 6i媴RHÅ1)wXOõR%z3oFdA!1Z\~Ŀq%<e89(;33bvIWcDJ}T-MUϸ>4Gc3mW9i%P kGyG4j$m*h.J"".ۯR w%spZ~䅨XolEHVBJvʿ܍y dTfcRrfWB^xSWtÖ1([o :ۢz n*eE`Z,'3o\}լO qw?cVf JݗKfAhePq>鿬ĹpiD*Nxs7K,?KA hG cAxqwCuBvu}/gQlczhNNi$?Fu-3y)g|H_ ET$wMY=~=CV@GOtuՇL39dVeBj8OGterTis^{,6_ {ju_V`"`U=#*eK.Vwow$VՎRcUU)ֲx^\*6ŋlPM/"l^ޒQR_m<-lvdFw1+2WFG4R/w@H#haU|Gjı z zWՏ|z\B, w̉35hxa#W7z= mιyGѺ:Pri0)DF>a  uoeg`C Mpϡ⃋B˵^mw r7>td7C66\@+u *U'(j15򠐟<=Ҿț>x͝ zrr6DZ\}{ iPhqn7IT\1{-Z&" fws:I6w7o~<%/9 g2VXjg{ *y4Fk3a#f:-@9o92eP dq̃+Ym"q,|q8DoE9zV7>qk'Tos[#$h-f  eF>+n!bbn{pkg:'^zҕΰ?V*q_.qOS#"EE>B&txR>=Zd"P H"M/ؖ=5 t@9'&D2M*ʚ:,g1Wxˎwrm˃#-0 ¨]` $޻N֟q$ LvZ T vz6S(Vw_28"s >DŸ^}ĸж}S8lPL7H L_NutZ`j()/<%;SZSSM v%" 50C!{B[eU,E87N_ƿ5~! 8;dl)ep}%Vy*EIW G1޷` _<-9M\0>4ua"R}E=pMT5a$rܫc[5͵|uk{*&Α4u*$|fAgv{^𛗰Ntw@:>$P;X)B@vN?9!=6=+ c"de)+e;#^8`,,l5X[)V.{*aqf6Z%x%}v{L`e7/h/Ww&i3Gߵ6`"P27A֐vnT: cg>U\7{&н?UiRT4Tѓ0C5mvd.N#k} H |\v}ub~C{xTI=P'jqTBBZÞA%!r[/huteԳVA tKmHKv(C[ ZT-8Qۚ˸˩?ICDZQZA.>x"9*B#kj~+uC>I vg4C5(+ϔ ]H?i|1] {\ gW,oӟ˨c{TO{`^PC3rB@9 Wdq*Ip LZ-]CmYwsgEbU+ qUkWA8rYEDnbN%&F__4uA.$]1> )w 2܄mefڲf5W6e/^uӚmQWSpNd=]!pRyǩH/%팮śd6C/,>tjw6Lg@ϱJVJ WJA(igb> dl]nc(p"R]0VXƜGYߠ'!Q ̧jh$ ({`~)MMK-K E{- \fq&'0ɽqD|A]ǢM%aPp18[5BJb=§r*k/=WbN,E/4<^[r pQeI‘'0s6coobn+fJJmX^+]\$nLd:,ST^:Z9ʚhRaAp\j`2TӘ!5:Ib)ɷ[It#)? PVc^pܚ:P":x̅,9jr?'4w*Q7sަk%?fFnw!t uWwyYMǁG>? xa>C;|<0BGh|VǼdծ s7% G`#ɀ~1Qˇy q=*c5 BAGmg_ϭ5@K"L$imֳV9z nuS4/.!\fkCcHTq*44͂V5={ e .ldgfAW%TGJ{-|/ϧcLD Ҁ`uԐ Eԗ2 /2[E3QEXS$]аݡ7z; U jǕ+䏉u8uëp¦O"uŀҏ%u޵~bϋ"gQY&47w3p:[Dyk A)RWJvWɼH"s4&G~lA%zO8[kpbl;pU-WzlFc{&N.1yVk+<#e#}6֯RH-YGZH7`9Ai?H|Kע鸞G5 uĵEpKg,?MȜ:;ǟ,ur5<3 S,i<۬ĦWv>rQ]ַy! ?+y},marvƃO! x2[ry68x$8ur,ae~٤N wXV#[ 82e"F|M)fk*ʏ6{ G߻ S!d*W'1qx(_Kdo!Pg'J!\ o ]ct|u|юFwW+40gyE+:˖J$ V7F!k.gwOA`R)矙fV%i᧥%C9F _]Zé$D Q9L@{qBaHKLI2 @j[2 n.&~W&+HKpKp 妨ίXJ gu|"I9ۃ\8&SFlq{hUM++)5 0GZ/.ňr_8.dّ?}>pHV{en:ή8'~ZfD+shs FEsϢv vQ_պˎT|6e1t}9LmS?hpZSR+WFݟ|flʳ<hSW{dd =~(4jƤŴsPzrAzJ7 S>rqt x0.(> lzQҰU k (.F_ HJ~ R֐$M&6$`uH/Oٱ2y˦g1U'ĸ\X,rux:gptUiʄ_iayRN.; (uataY ͭn|*V"h$|dҟ}Y>Ҥn(8~BB@ sk򟤨eqU5 ͩ>¨nFa7Z +ܢRβbNϳqVTKo8N0>ؾ.2:{݈202ZΒnq Sޜ_$^J 3PMd [^`$6Q#'K6p /?֬о1aVYVE?.塴'ͦ;CA8IEW+W1Ic$FwNTE HU?BQ^h|;ۜqVkVbrb-PPj~'tVQ! vhC~=龃nQ̀N%p4e&4b) aXb >d{ӰXSKpCZI!ݹL5֛F4k !^[~U l(P3B<[ }era᫐I_vV.Y3 n!PRw9rVZMm"4.3~X^VB@(S9t 0Tr ܊*CxӹBl*໅Qn14s׮>,2-(9:_klc$l:N(AěQ`4_U7xj m`{"r bKr]'dT:baYۯyΦ7S- Yl1dV[ dҝP2kۉxssMlV븍gfaJt/D.lflI,thy8, Fboj 騩_7(AwYw_aqG-C "PKq^xY,G1 g7 ĚюuT)3[}ˬlxлN@"%;-xfj%G}@Zj@]; Q @vU  ؍N*0d's9+i@"t O=EP;NMGy;hARc)z-CڎLw ODj栽#$yhK[T, Q",HΫf[`'P5Jލ)<&3peҫ`M2WPI2~RB]{k#w?zס&&*0Kw_!OObȣ>#8'.v ߳-ۺ ҷx2if@ yւE",K}p"bmcRn-SҼQLm.IW6,+^!ogWX1"=j(:[B6GHnd:?*W[ƃX7aRXK쏃͜؅ TęM$9bϭ:LɊL $OPa~?d܁_+|⍫RE>voX?X@LtT(IG#sS 4[_1sRj8CI-mym[1'+9H9 !ǐ*[_Sq]b2`.s(K'\}绣N ;~"ˬXћ8?|%UP`4'N4T< S3_# ]ؔqjՁ$@={Q}-a eL+%.eQw 659~Q+L1@9qDEc;dRe P&.pD!3`a=Ho4u7HSFsuC ;6x,Ģ6yP <=q\*TCy Bb(MuF2?)}}ؼkN/0HvU+*l7g:ӯptyEj4Ȏ'JM㒞[ SȜJ3hILJ6X) @@w9oZ9uoU)4;'}4-I@ڧߑa{Beb7tMouG9:/^vS2a) oMm8vI 99𖕓7o|MW;ZDPʶȔqB&p>G\0&'K gz M_pD6, Q Gr qSA[d4C4&jf~#tjvLXN&*T1$1*rjN ?J$@X9+bkf̝ g#P1opi.1)\,ƄjQ ';:z3^| J >#b*Mz\}o g 檷$!XɱHd<)]+~3OQX ;DBux=^U,FVˆ/xRvrؖc}}G^mwI.A,`ubx CL%-g|dO3&Rf${/iEZXJ"W4lR^mK$2 5V'H`]*<7UeC&a|z`?D`/x@Jʉ|B9tiue>7@ g 2Y*ұY-rDa],Y`BhZTg^/`dv;i;oSgqa蔹jVCWJ^F}"sڢ, X @C%ֱ:c!?hR31Vѣy1F;Z{W.|h_\EBzɉgJ~@"@QvF3bw츌w"wc]`8OZOO()tpڏA[$SP0+wnϬ_%5\ӦHäFڰ*}RMBbvֻlSn]2\$N_Q_I|d,5wЅ#G66eX{:/'$=05Ocp ؽt!1Wc$҉y ID1 yv]%Q*L@-`2^B.ʊyA<ގ\`/m/5e2v>G1P-"/w$^A:f%zI]0Jŋ8o@L pQ6D gT}THhY&Cm_ $G<;?:rњٌ/\Ehl$GC_5ޤiHZh6';q?U\ӱiډ"fk|ﯺߗ6_i\τ.A}5 #h*1{-RhrxEnF]Tk%ٌuoaʛ}&>FiUƚfa|tA2D!$/"J D+OFOjbM9GyP;P-З(PI߄IT?-id jI]7I2dlU A<fAyk(K,QQ7Sk GRƲ OlnsN& 8#TF#|zk`aj#,cWpE+r,b?R{ag&v \;\aPhmi Qf1ř$.3 D2LsAW&?0m$Nq/KU.kM9K N+*%bw9p¾*iF&9,TYw!?RvBG7yzXRN :iA㽜(uN.@,k`hg/ y/[dJ[+A6C2yeMʁ=250^c3&\9 ]`(Jp-3iBHM.;B~Q"`J3δIgj/1&&PhR\M ˬ+J]^__r[b U)^̀2餸Nac@3 ;S?GA3/\ǰc$tb` m Wwb\#mOE ͳ|'|Vuӵ.Ax6ѴO7eccʊ7NǙȂ`HwOmOY{w?<Ԋ2:÷of_64+;5]/lbTɷ .6QքZE?mFV~֐C=9,p q4'}rZHVV8/`W 19.r@m9DBrTJ")sn9WPRkD#(K| a\\HC^wg ɀ\u- |c㶕m, dß=ִtsw+tL|bWh+2/AE! p)!d}Wag`ޖ~ȱثcna5ܶYE }|RYہ$"+uaff,ԔcR( 'zZvZCKb y>;趩b-ԻA=%]U®.C[c8M#Fd%P?3.K{ (ϪrgJ?WDh\N wį"yC 2Ql'}lǮF9>- <\yw*CIzDn7l4Jo'ڬR}0@R.CԖu`zO,胱$*(H1Q7NNjcq0H)gHBCL㤦Zm M{d@>`M-n Zҵ9W3'8W&V}N&3\gCY$0 ip'iG Y4kR'r99V,͸Ru 6-%]r]v_xa`_!0)MRB(GVLLŜDt?Ԁ`~PLo%Rz1ZV:H) ~[cG4&paGGjGLXr\FԤCZ_>ap^HKGOa@.4 Vwi~wǁU0F `Zy!덀uxH]_*kE5LtғJxo{+5(3rcQlzd`m׵^+YaYbL`u1D "11; +lKǵc bc]Es[Я{Z"ZȈ#rd-JN%F%qshpg ӽ*JLL%PZ;֧ LB .j,1Gz~)([9 P.@X|˖ɺ0\w%K"(J/g֨6rj^RD :xB|oXqhB"7:C%6̥ک I꧶rh &G{K>&`FrEp" yk? 2#V\ $qga/#|O0@>'U"{8((n)BPhFej #qd1ݭsߐJcLiEĨ79T'ڞZiD28]#>Б۽햭\“L.nzIWM}LaJh=K?NqB:m?6'aZq^ϔ-KZ,6v=Vn\ j[NcxjOj+\wCJdJCd]m5=ۊ+%:N:qRX80DD23L30Mʐ|w4|D*W(6nfD54Z,B 3'0*?:9>mBp|v!0*t++4 xSG#~w35Xc$U:Ѥg^!1*=(IRr`&B:2@zijgU;ټ5FSSRp:7y4)Sdn/i_dNs.`l̢?56XVI(R̢B0w֬pH3yK]>}4 yAr*Φdl~VvTSh'10T7U˅CIvk?0nW;M `tYJcܭ}/S$Bɭm(NO?vռj&5m@SJұ0.;rѼ+Ha<\[FT` <sX=5c|{O$EywuƋc+߻Y$݉r5'DZ'Ebfjw,A'Ƴ CV'WTr ]xCXBD/Di!d' e.@̺. Y([Fw1&_ũY0RYEZPG]ؕW~>˔j\|-9cIN!+ޡ\ J[1#Lly0 3}C'5] ,GY)OVBg+ׅ4ITQy^@m݈#NI:ʹW2952ߴ&/ bp3# Cș1!(`Qf3Ḡ-+|A~=ۿSԃQweA6,3tw. %׭^0h9FhbOZm5'9_2G}}1oJCS]5i7qEZzڞ7XX)ত(>#?5q+y ꠻X%RQu9`N&f(nUf%Yr^uO,U!_a zkiŸ8a@:9 -pC_r)`)hM7D+?%wg.>mBfA旬u G"3#OPg=*_x̴g5Ɂi>˯%/93ʕŎP!v /FN/uO+ٹϰls7Oi>`7 3=K JL&k xyQ`blXvTn } [) Q+I# c\9n % (VW1jSwDHw}\>h61+z'Kؠ)e|$YB%4PLONtg%Y5u]QxZCТٶzseYU#vm˾B NZ;"[?m4$|*RQùQhqr&WP>W$71+w7r7rsJ>*bsk3TW:ngHNGA1Cm&mJ(8q)g9.ޜ*/Ovq$-7͉L؀NEH6zS+ISKnkvh`1[vpܡƺiۻm#:K'-x0+O1يZ*t`}dQ#es::& POlBpdǂXO쭬 Dެ嗱9Nb:8}/yXu{zS3^bfqYrD15#!X@+_2Sއ`!8F=,ɶ䋗Hj~Yq!>.Fĵ$#z|ՂQO(D77w$t5o(.͋p;x:^=N:8 itmt}@xCftӐI,\L$2w[|'=5#OmWt$٦P|^5֪?&$!!S R-ZR)A/vAO @yR4,IGb9ve5Б'uW-Z`s}aYəmZl}Am󃪧<15L# ZUWu*AݔjZb%с~Uf=E5ZJ 7BT؞+RN4 &. 5\s*P~4_MJ93.6@n/} }PI*k?$XXUyXH˲cTqUÛY<0d\zg$1_tYs=h qV/RC 5q.G(޻bpq) 8zR dZ b.}g븨(;쇯An2|7DR{hf\9%"Y|c(_-ޔ-Ӣqve L}tk挣YT?ZI=AY `8-Zu.h n[+ R z63nϮ؊n-^3pM=D>[v]@\eӘ!nz6_%^!EDԈg{EltA\K5Ci^56 t)l.S_UzZs4 Y\^w>f-WqVB%_Q)s hOKRY1Jr?=*i^űKO^ċ ئ>}L CKڒ")烃uҎgC"6wx)YaD-snz U<]|P2x{MF<<:ąulLk% +~b>WK ]=u08y w@/OyzKLknӣdTBp3kʑju QeYWg2rzsO8mp/ǖE6nGBflc' qSͱrVw}%뺬zŷ5ՏJNe%v!< 3\.^{y,dhEڼ`PM,ۭzY15y^zgR^y SC&בjٹoҫ_#¯ub4]U!1טJ2: j _Ă.~'ݜ$Ŷ\[9!W,BR P&9,@9EkA{ag*cg7I@b`ObV#8s)HAVd4|SA 1je~kp(hjW_u,]7r x)"89YIWHj!|_i=+: r$}{kkғ%;1}ƕ_GQ7v[$@;@v*Li^U/z.o7AFql+h%/i^Gil6]u^O)24NUiP8]'g=~:[wc8-q$|"Uf"]IVA|Mi ֬"gdT<:81(:zphF@j"oJՃ0,JZhCG-@[rǩZCH3Fj0Ƕ_%iߑ s]pJ ,@.*9/1Gke7eyƣtܽ^d*GqZ"g?[932s`0"Yw7_`7MFO]DxLy=Oߖ A[+vt>,iεӞM/wu>|d{6+C(y |nc՞D=Wq&I" 1˩DnBpP#-C+A'Ʈ'<MM(ʜu&ln\%yQY5UH]ύF >7!x$i~1Wln_l 3a%9/n1 rZCZ[/8/EBxt ʼ&|m7+;G0(b8;跿\ČɎ[AFV#!QIR8uᚻXmQ3Uɀgw{CU4fFM]#G3N|*ȸЎl]%ďJwa S}c<8U 7PFq%\_{c|^ 6@٥= '{lѣ祢t6\|NM\By8qTn ~$1!q{ &+q<u/ AuM]lGwF)o[3#ZMv\weiC4k2u$X̾D+Bۗ qsE*[_+' bL|_L51צ, 4W[J; : |b\WД s<(ǻ36zYJБ4%yLiɬZ22}$!kyGteo,zQfѿpN.ƺhAg~yfG˲t?RM__21،LgݑxI/`K\F_ 2Ra]:[Tݑ|e7_-f2:3̹%К`y{&-MGC= a6-ڝWRԷV TR}-6k?o·vy]*W稂~ro֥Ef Ul 3j+䋽0=;/qx~Ӵ[s] o$hIԩ3 'D3Pִn-:`LbdTSixGH> W1 Y3_RZ>W8xAR0ef5d p6TU`wJ22V >N EAdu Z$O6J nə'~4 Es8[Qk(W5f`'{ K.K:B-Dj$Wk]n8yدȗ 7~mi6+p_&4 Fd8, f~$PGq-<iFUEʆBC}ّIxmO cH nͥVTr{^c\3C{2.:9S)L4MY!;kIlZ3eV)b/^K2mö #kQ,ϰL^^eIͳͱ/e2B*_we5jP@uW.l(KZ>E=GFWh7GQfC=5VTrR|,Xa}("O47f4ukFe @kA ZKmz8tw9h <8ZL@eFdzPJWi8b}", qt^4!jtca\9n3c." gTi gX`pC䖫|nfX15eDjƙЩ<&BaΕ?o[>[>dyI)"´&(ҡTx_\P@BXu/'Am|z ^|~bȤ;[JNZm?;lՠKF @jBVjMPYJ 8Q4l˶X\ҵʎBXo@ogC73VF¿dDSo7xu CCO}%Z1˷bs\mJ~y(& !sMS[ƩXTe+cfN gYm1,]KM|l]dSon9j,xSSPQn`q8ig x+O9~*O1)D:+3g@?-!SOT_z[UHhR~(~cVNȗlf︀_Ӿ( X'=N-$>ĵĒtuLjBp dG"К0c_VԺ(f5'r9&,(ZL}*>Flͥ)άZmpG<~aN`v !.+tѰ"%8 Lg+79'% 9wuHSǁXij!נII&P4j1֫9t)"]M&Ca,RdhD⿛vV%ښp n/գ mDGdQ~@]k '^]%҄-np@Qfh7I%OgҶi{FtFV7tHt0c[^=ݲ& _?J‎1-\Z\daWNoqPNt-g-JO]sv:ȜnXj~a=g &\_ Kip"he`K:98o~r\,3q1(h'TVi:_g2HKigOtǵ"} j95Gk ]幔1!Ok002J)c $*:u)nh 2ܞZnTiHȂ )s5ޤCJ]Aƚ}O@ f_!0!׳W%':zؔn;׶D b[Xb9j/ 9V7;> B!?ݽ CܕV=5-H]+Xw} 3`;7e^T}xsh:VG0`[DžDŽS0޾`D€D,^=zʼH 'ge_΢9}aOG4-vhuQ:OCY+ KBQ (iD]\k &m4;`GNWY(I WaZGخBRi0ު hI L,V4,FLj*qKU+hDhĬ:i]u'Mّe y(Ǚ\/3i{*Б1L#2Fz P5q{!!u24л پ 5|UaQ!5QR<é#~ M.@ϟ)GfAg=uP&35&$"kno@a|x+a'HYlޑyf,C:)Hf6e)(k6 DՇ{#/;0DiV`V^M^Ѻe'c ]0&k>-L'n's GUGM2H|KF@&rFrmB3{CI$&N@;3m+?c6N? hΕL4q"~pPfՑ(W F̎ N#ĕ8QWz6~K+OE!0U e_FqLy0+Km#N[ !$6[x??yvPpIGZaؘ$PS}5R%. Ng Sni+.ض _?oPG>]i+8_ B(6VǪǕ0 f#E&{w47o~'9].O=f_/|wimoBέI2n2*i'җ尼lOK-bufR  QpUofeUJhk[n y u .к|nKL;LϧW˴Pž{H:LU2GN&4n+rWɆ+h4Bm$=,qPD|`G5AEJɮ~hr#AH鼒'o,>׮4 | 4}Pc4_Ĝ~f?h FxC{њ9Jq|0k ʳ2S(h# \Ŀ:!h4CXƲl-0=?_,Zp=ALZ ~k.i \efu}eJ%\^P۹RmY^<ۇ qsYCuROJHlhm9JYg<,2;ӕ/ShXv*5^%6+gIՀeiԭʪ=7VF"sVEs۝C]tb /Qapy.9 Wzo)Tc'tҶ,ZP%k(J:XSQ+~q{?*fA7LL]{@oG_9go'[{:Zgk3οQ6ǎ`d#6/4;Uo;o.ٛN^|wI=W5k.q7H(fhf!%GV}) BD"IOWw['ϐWYOZLN$%™{rfB6.H}AuP8T)s蝓(=UdXܡ%D b5:,!-8.My >CgZc6WShK"2|bXuT6W׵(/Fkܶ:rE/2Ko?>GED# WѱzLbFzI qfFVUBH18 SzܰR~n*ug5θnK&Zb6r#w׿):Tllsqe_$q;rdX;=/tz>% 0NFXUzRI{ٷ^l瞸աQtE&ЫK*}݀M]l'!5\診ɺEb‚Nw2ah>‘=ϰ:>̳߰3֜\w'Y'Q{^#8c rnP^QPpxf~_7t*Jd(liK~Ŗh޽NcxÙفsaNQ  `rτ|Y_붏B2-UR5:DL,hkly@zۤCg2Fh#?20R6xNvVVVC,+fNXO \G>4ne <=+Br@phu0FX:oR)hyQYm9췘[ OQpNg_3T]Nзj}XpI!"3"[ >Mk%.YTQZt%4vK6!0ASi*")p w84uU/Yz,H{/p4DFVJmTlG?\#3C팮yDòQ',wJY{\J}k'5& |i nA dhc;{ƃ< vxf?zIiw9)TUV4(){eej"nk` AW:jJGe 7m{r>u˟Cq^l\85,eM鑣fbz-OOT]OLEIM,|mA j83.J}btԐco"cIO=&9] yO{ېIhB0 JRok=Àf†4[7?D |q;4CtJ2+e?u7٠]X@:W*}4jn!hJ&azCԵL+ғ~>4-IMf{䄪!ᢤ\Bd_)9b@SpImN٧<9="NA/+B:5-BDgRf? gUnԲiЌr0if`36ND}#x81ç\n*:E湦giKȉPa ̺Fw(zls 7],Ŵi`!{sDŴ-ש%u&FXр`ݟ)S33'Or@%BQZmsk>ryt 3J5 <0Q 2EC jM}c ˍ v01K1HscKoU^pJ>PD|3Z9D(&Q>7 0Gw+E&!L_TAW/;$b\B9= )2= .}NDYL/H;)Z~Jf"h:L?ppx +O M/| l۵H0r.fr$zN1+(3T"D%Z#zAᣪI`[`qXFԫт6#WYeʈ&'APW](l3 N2fiojv^?\Ӑ0_4XV:Z8 [3 Ɇ9w(4vB.7 9FbLzE.lmV ُWi]5"lfNx>)*jWSmfI9y&{"FQD>M_ ̂" 4AK >uSJ (0N*&FOP?Rꞇ$̑sR,1ie گ IێP)뗩MAśѥ vAET3vԟkn 1]<*QOsBK5122> P9湷/2,ۨ?e'ƉyT%VyrvZ*J%j,j׭, G W1Fi۝YMXׯ~0wO (r>3=\Y*Cy)MnI^WFLg&QЃtY!]d nf,70\ bx0vpʳR,$(95l'T3u hU,=pmT`e&A$m`zG2$\+c6h]{'戣Y6Lz*N8/!7N|SF[#"4D}PM-sStÚD Zw@[D#%ȌBިlq`A{uH` vBZԒj!հJ+* ɧ [}L7']K^%aerd\("N$'(_9D+w$(V( $:8ӹb)I[ kP8AYgׇ"6iG>`FJ|Tl2|iju%DZ$=ep1NȘD~^T)b)R3@̏m .R/#hk>񓔠Sʗ taO?쁰0oԙeh=8gjPaFa`1;7NJ}Mؗ\9mo,H3~>yX2ۻÊo=Sd+uNlos,3VhG|2o@[ֿ{4 L<Gp~t%߇djPE]r?=&,m!Lf&ź3H PH0E Β?ƞy$TLC3;T jT?ί9v:y >EZt"cҨ%O'UQ5QDV8쌤+j77*왘҆~I~o$f*r;M2i,`䰺A@et1_oK~U s uo{laWR6,8В pmBm(xûb4 kL _XB6E/K3 S駱R^o%>%KayLk!D{sQJNplX2S}%RI)酗?YžC>(0MXu6BЈyl %(EiEHEAuн[5fP_/N}7n0O^jbk?p2_T!b'YbL!ݖ~o#k5?\Wխg}&k#@J5mD\m)BLLꌵ:)WDG)p**5׎n9& Hj] )j!Wӝf|#rQ2b sjuZQ.*aO*`v}#W^yN]ye5T HEܑ kUoft.<`ps2v. r"𝴰NOqVbGF_Z^M:@ZR2> 7UkS=Ɛ&?7:oi QL#zdJS=:a6K{4dKTFin#ʨ50!ӕ#OuRIMi{x$x5xi7$pb^%bxTXcyH d)󝒄B@L{sg;K- ȵB(ntEɑYl,Db=Kxz-wQ]GaM W#dʒKKa|ڀ$=$8P'f=H g<ۨ'ѵKҝWtQ l`Xl琭KWQz?iAD?_m^C^!Rw:ThI}!%4w=vxO=qMu&>CXXq )ǁ(ے6VP6͸H&ӓ:mFYXUnOMMdX]$sJjRmqD@Yvt%aCȴ A["wQSƳ@dz0McBFcxV/0oRuY{J( E:Jjv8ffV?a8XGhĚ Afy )\g0 Ie 󆗎s( 7{*u)peyq;+\"ηs26VGVosO}|d:Col#l3N~ 6Pkd_9;Eb=V/Բ2H@f50ֱAzΫzCeUCFu!j- /{hًS^/ȘH7yƂ&eQnyYsS/8H ~K2=9E(UT?B(ǂ|%qU(DtRahbhpmҧ+heT&U"Y%⛕.:xӣ:;#+ ͙<7P/|c؂l^b/8W~'Z6؉ZҕgW8e~?trAYfxPI.x&h|aؓ8}gMS*ވ'D2oћZXыmJ.y7T@1TBOVL;(rIEEkfgjaW(!Edp/T88&hBhܰvr+C&P&$ԈaT'5CQ+v*!<۰uXx3_th URrzsivB UߵCqИ7Id^/7҇> ҨijCCF dF7鿦( 5rM>';K3$cO݀TrfbCp#qn*ghڋ/IciY*y<ɸ~!' [IX(jV Km3U(oэEa;Y$Ag~U/yӲk1ÐVAx=.[9nBS Rxn\ S.JTq1#ja՜#J|е1@ھƓq6V`Vsʽ|gҰ)6p#G .eT]4ī)ъ88fxB_M}% bcwV_jJyKUP-ݫ\I_*D\}&A]̇vHLwJo#>b_!ײmJb?8k7YWwvX,(uL8#huu% MԒ*4 $Us0:$Vo3%Fmw$'ҶJLAG/zvQ=@,lJSa@wIm5_NAX6艽ԐO*IVt65i0u * BKHVYWy XHsva>X $'Yi]r/G"I(Coݣ\]6O5;.EY8buNde@.ƓN]W+"wsKMO-$pk6NRnuA[X'.8nYm_* 2ܘVG$5Rf(I+KyK"{s2O. jQ]ם@ 90Tb.dc֍& q=ÿ _"E6x]hcWQU7b;dqOF@Zя-~h0+G͉udGH<7Rnr6GZM ,]N$ #֫ګV< 9D2>NI. tTa !I3! 8TtW@7ؒE3lh@ ٟċ7SSmݵi31`d9a\Xf¡J%oJ d0jMh( 󏭇 Ÿn-s;\ڪr3B78?.WF* MHBp#z|t(s1rձ4hOWzچ:QͳޚQ̅HJ9dTI]?2?xN ? '.N- S^$wCo71Xs&#IH[cp3%guD\{}ãDYjR :vܥtU幧E>xhZfg*yRds; ]Q@U94oCQc9sr>ctVZ?> pneO_> ek;ZNMi܈-ymYc2~V|'p0-q{_) . Q!2Nd.CX Gp?9(rʛ ,}74t^iF9h$?v/0Zɸl UQq.vS&Aا3>3C |kQ68տBjXUAR֢\}LwJȆ IįNUD&SV@~A=-^/Kp_dX.^AZ?4ػό'" (ֈ8@.DBs㘣) .Fٞ7rӿ@. s0AӇHR=FD2VvQ˞F<"Pgf싌҃V/mOL޴9xh>(6UNYRq/oAGF+EVtLWd ;RynK3ܸ!®v"T @UW蕫4*JJU7(BF.j.h ՚(V ~M*+Ű];BeVm+=$kg +;3+p$mkz?>q|M.hViX]?zc| psvG@*%:9_E_D8&*)1Yr" I~F(=X3p\ L8SIJa7`@F{X" |`g5#aGvH}7j&if3{1(v1$rvj*ZYӎ~rWI3 ݓLTA aU~a._{+ti݁@ |! s#;SۄT~3XG B8;Sn{ekZZn}@>7s|\,I\4*TnUy7-Hj1{1t:k3tr}/jull@ uP8aˈ P\~SoߴD< Kr! $17y6X*@h!"JPA%`P 2I/b;MY zЄvX{t :^I B?4X`noRqoؼqMZ%|"ӱqUR9C8ƴi NJcMyII57y@O ;OE؝@(A& k8 ZueaT׀ӍRͫ%+*.iuT=_9e3=1AMcP\L*"v1_t'!Z)0~zhnK0֎pYV?_2"R5-zoմ;'crT:!/d;eMݿϓ|Q]ԿO:ЖK <6-qpcؿ # ס45l[+zv5L.'kr9c:q:gf(?gEL#`ʧeX"]sK,@[pDy>UXiLCƕX\aQ/ͯ-R4@Âq*I(׵=]0;ry.A>Z(N$ mP W|~}h5ccX،V2|;Ut3L AR7'QvaE V[-j&Ҿ i#6lޠ/sVwrm`*a[V/#,m-pjه~a7e@?o-} 跢DEIڪ*V.Er,FMZdSC/&Qei֋ P:0%n>}#=fUʬTQTya|=1V\k> !'ZM3'܎}˕;jZBz`< 2?K5GӾ?[AF?Vg T>0Yw2|]ǖVgMהbC2Z@!͗RCLVX_Q#bn)G QcAݢWcs8* ғ, pik_ֽ,U ~YӂKL5ړKIF1̂PxT]hxN$$xk}(?OT)y~xbYxN.ˌܶʤLkDoFOdBxJx[8 P׵[.^EH702dIZDqYr X{;4y1?<)U 9(jDVyp{:'^a㑃Ȃ*Pcb!J!'˘3 3 ݄6"#%Q44AF8DNz6@[r=oeb 1: iX9\\XM0t kzh}idtβO~Ug$' ; ^x8TߝzAwi9^h;n-'ܭـo`bBCBW36:΢ՅQw"| FdU!H).W@=2 3*a }IJA8jk[zhrNDᆟ16>DMv>:3zn=])c=e8DR#вqHBpoN"f(;_B2>Ȫ'l8%#^Nrf2ԒQYD_1.cb˶Д'R_j{|Y{[SzG߅4|n㙙 K/1,aRw]FKk/Uq戜Po8{pd2㙂ean` (a]CVKwI(> B/{3^^p&*`0DLIfx˾u/.IgW JAFVЫUrhӑ,X?7asģ_p {cjtpt'b` m7 'u )96^ֿMaO}n%j&9{rZ_‡iyE^ld"7{ѱX}*~4bzMitK?LqK?2Le`+Rs]z 4M.?ڿD1"2u4}OP^6/#4.NC] *kYil4p2mN'AEU>5i #)@qѽW?_j88#AͳY2*< ~THi A:IyaY(Y[ݭ,]=uSҭD[dWGց˹e/iPV=XKʹA +֦5x9,tܬK?*QTCes>< ma6^{Ћ(X`3{>x6\`޵< lpJ^oo@I ]v=Ck0?]fa~ڣk>h w ι8 .i6&R"oՉle@ n&ϳΙoO\&8$t6 '7Hm)TLjX_ ΘSe jKz,vk޵_ɣ0j)h=٦G/zU$#W}yMU';ׇC5kQ1S~[^ ݧ:Opcbپ.YJhO |iL%~3c9I&Ct 2$Bl?&\ Fd2va !LΞi<3m)G,6O|qƥVlSB"Ѐ}qb񦲗 &{H7~#K\ IXҶ>);it[z OU1mbvqw!TDwVvw.~xMjwbj$i8GLpuEA2tŚ"_d:mλ؂c+(C0rDX7KXMƧa`~׽uӾ8'/!I#HE_e(4,"?CmWڎl1HPSj,ޘpg7't] ny}0PN)):)^wRK,!Oп-I^!m#*RS3q\9l$g`77j)و90pR8l9UN5=kJ%-d>gVɜ'#KL>NY%C-qح%zZ7^7Qg'O!ɡݍ;;kbIP}j$WEw{ .5rZ Зs pU;>sDӑw~]!sHGbM͓oż"fkʒt/ Xp>zaiynX)2CKs@qWIZ]Pw@ C:`h*HWu/wItG!tQWLGւ4ɼ"_y$/Rjށb,#20\OOc1Ýòm$- Xvpܨ=Pgz֝=Ñ6Dď,@>"Dr})(W9XpbSroB?CV2yӐ'ug6dl޴s(ן.{pD\Xƀn#'DC`j]G`Av6yn޾Pu8%3h)d^gZ皆?Pdlj-B`5oK)r˰d90+pU'>,tuPSfN¸fF_{WouNzlՑj N;rmA6/" o5{[NzR C亊\SHlVJXrEސ:IKhn~NK_}Xqe{U#@:>]o<bn wxw՟+^u+ɑp"L)*!.3dVjQgᮢ.7B ^ZSLc '[}:E* hЕ=p6W-[e|*4uϠV`PHisw_;j0q!u$N~D {݋uQz+To ?y\`Ua[-.q&p AcR k8]x[pdfÄKAk8<:E=4Tx#d+ AM_OGA?'YnLNѶuĔLy&2Ae 7JbKWn`ҵ](HܻIi@^ RQ⩍v;HtXb8tɸ }<\V|3G`siUΈL|(s&)FUbgQz&'僜} h`A܏ºTtÎ%BN0=héd6ih*6uV.=;:'o,xi4Ocg\PIOv4%jBtęC=֮Z,t +Bԩt˗M\DY[F@JXPX]5io+gǝ?/7Bї=׷V`| w3^AJ.Y1h3q .Ez Lk"R, M+ o'M5G'˙ o$*h!&|xbٚXuK|1&;Bb zBcPɏj.5zGa)C(uv2LGwH_I^NU3Wc&.xdB苸!A8oD( TUf4FveX'K#WoH]l+@5ȅbuD|m 1ay ӖU! uiq~$IC-xO_<at_cFWNB‘2Jp64nPiuHbFWL˜[v'sfgZo@|?B@G%^> P^cMP񮄓y @A$80:s}&U(!^aU!߳E!5"U=/ $|Z h4\b]wa`*Nl $ FzqNn)zx g={,PdWȤQW?ΎyJ>cCjІw?N>ꛞr ,[)!3Jˋ7=T&ԱqRO_=v+MPN0١NvfO=&yoЛ={z1+ JxfZ0 =an VRIw!R 1>92|H*=MijKb܋^N%.?0}ہ&YzW4&ggCT#w+[Ҹrj_Ag'*a}#3ŸvYkY73<5bC֥APj*kQ-mP|'>N.In^_;4gH=F =MQZQTxj?0vN,ʾC&~mO hI$B@L2L9C؀.kb Z"U2ӓVy5#,E1x/02Ra[/EuJﶀ1/9^IA:vn$ةolGd{GmsLed^W$(@&Q0*6=n+" m KG>}eF ;XO P &M"vτ_'xh:du0f0ᶦy5~),̽вu1bZQU.0ӷ;P!2<Z-A4*I녳z*E/%7 ǨƋ56NJ&# V޺C{\6mp|Jd&Ox~#nҦ^nI^j=. !d3(xvz2@C\k ժ.N>b-rK觺;bˊC6{u)O$0IĹ=kzF42ϫSr0i)x`Oc/IwRPbӦ Ȃ2Tf] >`DXkĶ?_*-.7iD jٯ\xV?(t4V*5%`}i$o4 V:.HԢme+BDDWH~kU| H:Sobvʼny^r{dL͂F57vΉցTT\u$*^ g$nRSmăǻ)9tlנ Ff/%fk!xJV HKy*[ 3kVUw;ZkPm6c }e8::ѢIA<WB`5Uu < &k}W*#L1_"B./ǡ1ӄ$r}S }")05V(u\I[oؔiM/#A[26 %/^:חdIU:Lb<չdq}:Uj"{ޞ#p?Ҟxf,#6n { ؆y=秔EKle)M}7tHXIMūNH7qJ踏³̎3#&; ]$5xUh }*D48MIN\|YQ𛶹jQ9R*oS)/<|f9d>بcWO-u:WC|~mQJBnB_v 1oTߣ r%)'FT):Wrrr0WI;@[HPs>0;WdLxnɽd\s6lҮL6]^gݫbɆDVŋ_Uק[PB#f^\~愳y7%LJSǙdy +jUe~8VC+cEL[Wys{#>e~ȸ^N?wM+|Ӌ8jlw_ N4g\,i @J|QJ`åbE<&-]X^GƤL MnX<9t(4E-R_"b["l|U'尵)T &Ar;YL^?1Pji#ljn< -Ra;"hkj7Aۢ^~sx.l*kKK@"?@o*ƅs;V- ?eSHպb $~elk ;\'/95,|dgO0 )]|ϯ:njyj=ll) 2;2)p /~5b]j.$XZC\dVh!!X!v0U]F4{\Y5=;FsaVo(uӇ.YWd 7!疩1HDw3h{d3+nsQD348zfq,nXo& W`%R F % $#4gD!7$ N9`%eWfy+F;IW%'R(vĩYwh"e£2 _GY]lkQ0Gp~A Z wn;(7;qf'I58X?`1t 1576tZJ&[=x]Z3̉ >bVe~DG'lkuUZ]D&xÆzqqT3} EyΚVJn':fdp_C4\AM X{7~]煮S0>\DKE =nh<`K25 M)烙+,JPrYi|V[QNUO{~>A?c0Mq쀿[oLV/ݎG]MS{^1=|N{qeƧ9Y e%'J|{~[^B;/c+MT>$Ar-xN>R4ŭ]a(':$Y$ h\3:[]AG.z?@Rs_%_9}ۂ@$ë7$|Jڣ\q(Dhk9 "WyFc(E6ds#MX,7 v+0#8vC膪ދ~˭`I[&`$偈N()km⋐MiD&0^H[P^ 7oXq1\{*PL}dZsqW6G}Z}.N89I.ץ3k6[bɇ E1{ER[137&}ƀ M~ʶ*Us?d,uu=dzͪ!n~$/Q'V[Z/#l>j f砸}QF'@1c܄["#*54_fj`!%pd̮h>",b"w^~ k+dQY ,~cUq+=Dj3 ֝e;Ξ`fo6 5: &u߰c%M,e1^kov߀&S$0 Qvo< xI7#1㗨) .?-YV< [)%hx㣭#U43ޜКыZML]d)m,@.>2YdT]zd٩dPjˡ^FB.ϖs0\&z^8A\̼G*lS IiAU}x> $n @ZEMmNOѷ~("ӀY{QeaA fziG;d ^J`X}ÍxV"}F=:\:{X>]M8Ϛxǥ*e}s[ #˃}4NE]}D=<|xiPKޟDgb0Xsx@JiO}&M(n4v,堻Ҳ]*q$Ǿ83mh<(D D_[!1T }8[m2; 0^M#r!9X+\]=@f'j|}D7wH RBV~1 TVװG 2\hpH:3N'"aZTm]ycկFEAx6SDKF8o~'ֿ;H/i}uc0)W I`jUu\pi0jFkobKB{< OT+kK]Rp7nv_{P鍍וyU*!ZYfL4q{e_Wk\!{% xwj>Q LK6MKVP)oS) =jy%J\A#vL]z+lF-deF VDn& .C{] 8_SRA⢟'oiT0,ւ5 Ve6PUs?a=rt[)2 .OܗMiA+JZ n7},Ƨ߱`6WBMR%-:zdzטGԙ@ i4(0d$]–;[6 ye%L^gaB |hpE8k=- {c.\r3K]>z/k:#/ߑGqcM~:}E 47 S/%|_yI w%O>i}%:j~.\JkՑoĕ95H82 C!'Buֹ@X.୴Rl# QkGuaV$0+ʼ&..vƧO- r;: pWd;zd޷imf'*xt<w -1ɒI~=yIv# FMeX[!w<^ƹT)"H[r&fMg@#]ٖ!ˮ]?Jӈ%|zĻ>/<]_J(vɥ;1GDAGCro–Tj)5Ϳ =sԎŀURۤXmW O U,iSى(58E'Ubnl6mm̝Qw1ʡB *w9ݧbyVnzKT΋yP𻨨j'q **gS`*jm2䖷^7#pI +]dƒ(c̝)3ٵ>8H 9&hY{_` iZL%\E tk^-q7\$:Uhx-s y=T i}cYA4r\9b^G$qQy CEໃ/WhB˞_`Y2.Ikm=2TɴcFIןDH}zp3uOGf reDP}H,&<!.JRˁܑj`p!4Eq4X=ژ|B{zOs|SG_}i8|CFnEHe)ӯ~9dk4\P?y!Yea6e :=gh΂Vݿtq$ڝq8 D&4bT 5%ϫz:7ۈ7܎w_^n˾tRn'ZkaID[)=G| e/dq771iQ+yw9]8Onsp)6}0 KP5.FEGq739ni1+HIz Q-}~@Q,)d'+jWX& sEܯ'`,,E-BaV6J*zU7Oq@HvQ2~:{y5$.&28psB!xEQ.IuEYǫid??=S4}CL~bJLVs7(>nG5F좩6_ꧻkkc tDdb7?9lfS$~rK 3aB  3-t\B"uP[bMtmBP4A.99tzNkk\&-(+gѴZR٢0qxbw~Fb 8 YҹhAvFlX pxUz,;3-"4~@7J}qA*f8 N+g2QКhwτ˜UHd~$ӸC4?a!?$W.zdb1~:~Q,<@.wX!Y@4V]-*0Nd=J{qwЭy?1y41l3ЈuK#?7le%NrJ_ALwBoĻm"wx bcS[OO?߽9ᬠgݶILIc2)[A- T?ގ$zuM3Hp#޾kͪͼ@n2\N Vq-f[  ~ Ʈ 6)&Csq 2"V%+>5>[UFgq] ,M~] 21l'D}Xx O8ǒ9Ftِ(M!zDV6gE4]CNW]؛Wɹ;OXM|;:f|ZmU{Sw ,7+ V>Fv8SME%?歼y}Inb>u@4+c ~+CnScY(g3ܔ.f<'bwa4\) xĖjA#yZc2UݶS"Xov Ձ3$tUK^叙@4)z;6ѝ`vsA^qӡFP\ )*wAan-TRKT׻pAxF c)܎ް*GZa;ItHv3  w-II>V91 {pd99d4GvadJF%^e=Ck ÖD`J Ω9NQT"i7}—c6SXt m)ܐ}ȷi^"d4PS~H.$|nQUZ"sędЋ=9TV0T}[{.6wPLt"ObE<$[(!+AaV A T{- 8Hv؃@džP(10U%>? yp=2E'T[,"{Z|CPԱP?V-@\ CG"s] އۤ?i)œڋu'PAE"P:ZӴwEHp7B N.EZ ո$TnpAǣHS:;fy2>B,ԳƘNl5&)} /+̓ 'iC#gh3.6Mx:ԛ";rsniL9O6.I?DI-[\flFJF"zMַ Ò1a`&DJm mk!ca)gS߆'82 d/f!)*K+49D%_]2@=h׻< eCZA;b0{k4`?ah93a'w\KN" E@8ʓR=Xc0qҌGZ{2ɃkACX7fh]P+fc65~xFQДx"uݶO/7TuMQϏQ)In(!v#3eM_՞a"{cQdC(8 w؝4;Â'2IF[{Ne5MQM[=b0.×?bjF|)weor]ІGԦpts_އJS鷺\k "8^Z%L$2@ 4$c8+h1[R@ez%}1!쇢 x3*;hHH}`wEP:BZ,3 hۛܐfS1~rrԣc::`L(yϑ-λ1}A&WJ{ rltiBl0!zhpXnŝV{[23F"?.W+z@OEˢ.Hzg^~fh|аw“e,l^yLQKѮXcZX.= yЛƽ@S^X& )=' AsMM: d0^ʯTO&VM=[L% hc.|WOD utckChb{Lؠzu C%M Yߚ2g`peg1;u{0%] _7T:XMbpMNHL/ZfUwPS[|!XHy Px]vgCACͥi-AߛdOVČ9PO'&$ކ@<+F xcˡìV`5N[c纫#bvUM(.#hh)Z.a2bf9$Ѣeߋ 3̏NgWE׹D]SA7jqwWC޻w#."$.}O{պ<}d;azx'+ DHLwA,_ Ghm'Ϝ'91Jt׽̖cz+'}^HaǼteY*E!a:{ˬ*VQ:X 6v^. n[U]:F uEdDVr6YTihRwVM<$t8vױP~` 뫍1R_΍븷HgNa3zpC\n-tR,W LFzh`,8UUSBOyΪIlk٪zhaT@s<}"m  ?Z$?TúJ͛Gdy׭wL' l\#Q"& ŕ:.d5&W7M椂/}={xBUJ_ܛ-' ê8*.B 5Q)@l͑TRcIi2(A}>_Bh7Y.X/uhe A HH 8mS QTP>9}V sUS8[S `7w͗sb'>臫dIa{2?LxJcZ1_X-@]9זK@!WJoKr[O tD|k2NA2a' Yo"ETw(jkZo?+PYleM,wR՟xj *î~||BAQj,5h2Gs+ʲ_@\,fdnW}.P ;NGJNU\۠9?oy<1hܖ0c/ے\ rVʀqȡoX>u\(1;zUsf ֛d%@B1)0E[T0"-:d4C띷%Hِ2œګt 'om?u绪jHk4\xD'lLÓ V:X Gwz qKZ;4FǧgӇrDn6k(ƷxoV2 hza D/A@΁/`Nd~J8~NL{Y8Ӝs~?O`Aԓ4g<(DVf1ʨ6k"^k5uvH^M&8OHihf&SlK>_RH.?j1(tb=o/ozt<苶R(evMY`m}t0mPTqJhbpH[6\WGgŬhw#Q7[j.sR 1%FENup(%(vS/x)0ǷWR_RS>MFJP#s§5WJv>2 X[~Ec[I,;qfɕmO]ZCJGl->/&|5+[%;q'}gx(t!a8L6 _ vG3yCrP.QfID҅'Loj"rqR R0, !8&Ob*G{N}|{d(mgaaV˰iZ<)Ϝ,W@䁅FnX[WM{]=8arHF-&fu}4e*bcNߵ@<dt CWhҴ^F"gM RK*Y|& PstV)˖VJZz0O~K{)Tp74#qh m_:~U7 }.2Thۍǫ*TLIL@X}ʁ;2o /1#@}[~rFK)O}~=V RcL$6E# {vN*_%wzKe*`KJ7: S 9$.iJ]@[ 3RuKKg /NFzQB.4x;B8,&+)1 XUJIL}lK#9 1pJXF%KoGL -7'fbh-W.>-/~o#75WG%#gw@헇2Q|\46|Q@/*$<YP'rS.%;:ՒDc)VA!0WPo=Pq޴jY K2H1 \)΂Jְa$-H+%kͭ\~y=։#gӑ~YmNs'S/u-?wSu>OoH:EWU xܴ!MK^n\T[tkCjV!:PTpKpxc3f2K\Qq Ã-`}qK&tJ"c.LƧ;fILb[T_%ǹZ BH$4ϕ */u'1:@W M29xYN䑞MTvn-(bvL#ӷ%[ ~|˰mia :/*Rnk*}> ~"1>4Xu+*Sc,M{T1Ɍmh)N=ֆN'?da~LԻyWr(L4>%-;E.vC}%'B'kX\Z}WO\rX4]0t4:~RG6~>=%؛ |xjn{Xeyl>\F!oR:jhF2PTM<zC5Z.UDL2Mbd'zeUw11BIsrbGR}ԕ5e_HennD?/P4xU$K)vTwmxPBG \DPĄ ñj Vl1P ЕKjk2!1UURT^ʽ' AIg#I<(TO*pu/  z_erwJAzG=ޚຳfCt##n'kEnk?4즱ԂH?PBxYgr|!^ڶ %rr\ӞsZ`xh;%E.2pV,J!#je}ֻ%ae nhӓG5z$YF`zB[ň9=Z|QȖ14-ӟ[u7p(*f:S;>?{^YkKx7f)>4&ܩt0Jqʱɣ.$gZd5wU0kGxTR W w9 %'wa '(K;|d n PP&Jvg45m>RtVu,)-g5WN9J2f5>q+S*LsG92rR40xsB:#n=y4ywqfС "Dh?NB 4 X/Ke0;Q|%刭G wX匧LTCr8"߾" %MwD?C^?Ӥ >\8;vGG}}E$n =pi_qU i#$qoR_\H_ N6E;Um&NajL:,H=O|%Ӛ!;_,5^7A%'O-u7XCpd"ӑԡ{ȧۧ'g/dI- h&(8,T59IrwFOG1| j[_$|"ǝ(RU6I/j_ɛ¶w7BÞ/$jP _A29L*խ'WOre._4U !x%C\3NvcuZRnh5y'RjĽH291#x랄.qz@0@\?cbnWy0!(%QH&V -tW[Lp<3p[K@U歪;0u» W [r.< fBRbn a4"ʱp,D('=G }dJ̉_ز46kM`Y>ѳ(ԅ,j&闚qd.y()~6 H6#?LE'52ne5 ΔMaf1-i}f\2h2YS8qhIu:(VooC0t"tԹ~:HvH8iR$qg) u7 9T1Ռ>k,n LGH.~jĭJ{J38q2Ӥi4, &ilڣ"p.c'אO@izw lڡLFIpɅ:瀫`uA uRg0ΐE&BT`CɗO&cQB)NqO23G0(ͦ%kwevyOchsþU)Orp!DBuaG= rzHtfIh8'tQIi'9L ͟JFsV)[>? 11eemS f8ԗ If7lˤ]|4:Ctp(ڼxsE pA6HOk=[4Mڼy泫.dÈv%b90wnTۙgӓҼq7]DžHGsLeϑƻ -+q(! g XyJ@IH?cJjo;FGq8FW9#wұQ@ܛmӆUnU)X[xrdغ9fܕQtGm.?=LϗO C32SI+Uozi~{]HkV_=>uVkD8zoiPR8_s&u msR3{ v|)~HR/ 60&ْrՈntO\ݔ[2 '!X*$%ŗ:WoWhu}(NݱU50K<|Fۂwrց3vic`,D=\q7\w u=fM6'hJ}b_ITB SRC))zdYl=&- 6h[E'ɠ4 8nY<<'8POu)߭ՙAPQ~ǵ,-ݒƒ>' s4R m L` t(W OOF)dq` ;OdΙt:muRZB-[F, Hd÷dʃ P Ґˮ zplӓ'qsa)rz-F2k{OR|`Y{O$(},s=6T0ܷ-eghà9G?yDP-0,/J97Ղn07R`)y)&/OAj?;7Ad0t%KQ [PI7YzIHLY&x쭒=V]2Y1Q;i‘̆RB-r9W K`v|z}jAa(M""'¶)csz@=.y_.A?aVGBȫu>YnT񓘶,"ȑvڷ IYd Ih#&B>|fS `LC &$#ԡy‰~/PӡyP:4JMOMզPLvkU5U+g :. /RfMA"hK) df? vA^Ӏرz](L閌.Cj(;f+q3|60O8x:Ť tْJuԔhtȵS>+0R=85lg:" X^f.ڃ~O9JWVmWzd(x0ƊwpM@-Rt=&e2c_ "3{gȎkHH:[9ٮPtZJݿlf _Y};{JC8O` Oshjـ~܊s}6,o:>!Җ`usؚŽtLq q0:$꣐x HG:h`CgSPwPvڈ5k  PxLWtG@ƮBIj{tDQAs$nh1ﰺ:"MC4ԄvgT\VKv[ W_(y<ۓUJ(B@CVsd2V%o< Z,B5jo7YOYCwv:M4=wIo>')^kk͜J@jղ'j@2m FF֙CbcYMX`FnR 1:K+j][WrP>S5$ߔx^ܣtddꖻh~\6) Jn)@ό>\lu9uzܾ}Nڻ_TiX-UC_ FքV;eӡmO7/6H \F`]Wd0,%ֱ?~uZŃӎzW^ +V\ SMl7PG8ሷV WPn NzGY8U唻+m@BjT$;< جÄ)haxAV޽0 Z"gn3wM3eT?Zc{fy' PrLe3|cK9Hti5b W+?$}NʁLyx?X/odZhWM2O4" %LdhDe9+q9AlS72IQ8hAM쩕=@wP(?onJhWG#]h'F V-ɮPp7DԀgr Fe`k=v`g.ͩ>( .mks=Yv_ CD'S*B\E8EHN;n]Uz]z#a= ʖ]ʔ%zuJq=pO$1Á$:" VAnIP}p?`oHlj,WGCq8N9;bXDμFcH?:i%>TF ʅE%]Y =/,c5P.zv+U|QE]]h;UkGأBN]2Tw7g.*HNLY[W/oc^a(u\(quk^gs-M|3HZc"Z Gs1~942#r$gcx0)maCiXr\.nixTL Zo 'E/˽[KւR+ |`#`(Ϊd Žuȵ(B CӵKGNߧW4Wad#b,lZSׯ%<=vYotQV`2*‡ \!Z::ӉG:+(}І ɥ —iS=Rx~?Q3㾜l*l\Q(1es6>(P@"%N@ =$Ku~qj?&Psss}K0:kʺN%kB4b8h킇ؿ8ツj:lro+u7c0==/,E23!VӋa32|J1V٘)fi.ARr{nؗ"L%E;VWX /SBLI@wT[ڡuZƷBJtaW >R=O%OWq31b2@0aI۱HHeVW1p3e 1 P9 q@"Yِ-@ⴏ؃s!k> [io8a>6SE G0@P.hUWu _O3*AH0RyxYa!cmOL#+Ot\$ 5Ke Sԍ3::Z(;\IcF]~mROc N y)m:-n<`k]:S;rPNS~sB7)'Mi۴9|S3¤F_g+$b۞;MMGMBgׄdFHG]I䯬2=PMJHi{BmWq=QT1gI!4j|DHشN]б:dyH0:jt%E [c,4^jQqH::¼OE~[|+ƕ ڥ_˺?;.n⌯¬A"K|g4 ڑ1[_2g*(+G_WD|KX-< &zr" xzṔ N9l"eInzS2#B)aC jV=8Dy9L[$_ 2 %k@Eq6_]!(iI7q1kw~V^ =%(g5 Qw?Tg}gxxyh!;{εjo( 'Y J=AʼnႈP/Xӌ,;K3ށha?uϻ֊DYF>tebmVl6 ",8;'c޴ TI[> + cfb UP|X(kVD.A[O >KPq_.i|<JH_j>m5p{O4.#wG*vkWLY\c盆*;xAIUZUЦB1.溾6E+hzG O u[;=QZ>& o 5|iTy4+ՠvsdclh'x=#e{Pal37`6bVv!L6*y|524i뙉2x&YtoT[7mݛ ̭~~̅/ޭ'ApѺ+R`g@[2IC!+cUӂTFR@"6#'267iR3 +ҩz1Q]\DijD$b^]֨3.}wv. 3鷤hBKĪ]9xVrvdֿkĨCxfH7 vNPpb|O4BF۹YE~۽!TB&b`tA7V1d+]qyZUn^x^k&÷ô4< "5*WyH穦mYX*fHC9;4q} <' ^ZU"5^L#Kuh>:V֡nK֩}TV_Z2`vE7=J1rzӒַmU.}AK'^lm6ּ`8vU?x/_KKڵ]TB<>AdHQw6KăizL=UED$*[YM{Kzxdn֛I?@kPW :M־1t UUid6>4!.Ωw4MQA!6#@j;Mն%5^nlۯOt;Kҏ?t᫹CQB&a+'Rpt^b^R#hiayj~vbQH0!Q*ob49o]$Ej$~N3Cvo^rqHW>`$?w.G#kdU<~@wrz 76RTڍxur*Ob)ˠT]KS/&x $j6 m(RD\TL,&k<p=(3d@md|.d"&5j&]3f|{}4QlZY[M#Qo[sey=y4JE/% Lp<&koh=t8kL݂P8=3*jnщtω$#ũ亡”k 2q1DLf|!KMM(Dh,Xhۂ6D P #*KWIyVrsdcF@% zpF503F(8N-DDK^$:b?u23aх17NjwT/gBQ`5?bB'9x( _x?AN*T lϴqz V1؟p7-Kߵ3 ir7GEFpN"I 2ųd1ֶe櫞86Z\UfX7dXOƎz/%,7,}g,,Q~T \PRs\qX#?5n??DH?yJSY?a Xj%ix8 -JFsVb(SҌj "|y $UÅwB^/{;h[EUWt BW)I_ZtP9&(7OI#pEw9@`|s>t+ du0^lU7_VTR-KZ!pT^J: ֙y0VT]0wU*>Idtc@OӤkiUY;-`.#Ȼ9̃[U&?щ!ݳak$#/'iwMn3~kRf ֋yWMd@E5IZ؏db;]=߄a{]tF\ bDÇ}g,N9R۩p'%1kG-U a0/B@u5Ԯ7nVX8 ' F`#\y]&(>|nQa'ǚz>/~3sk l|@aʼni`qNu>8"]'Em'#V0>!;BXWBZmsHjZޘ@݅:"7+m2>.џG:G|jgV)ڿCm;/>b}dW5 ~֧ e_%UEb㐽I0Un'š7&`sV֝1.FF:U5th|-_X.-v?1 TzUMupޞ~>g}KkUvk2cB@ACҞTR™ω;s+0e 'hΕI<4a#Vy|+V.}%_Z=?o8 \Vŋso^xҔ ?_taiL(`oY0Hļ+\$¤=9 šZI~:?(NՍ$7ҤT!)h/I^dQ &TLUp|TVgoUAU6MG`@E4/ֿnompysϺ`/V4h;gK >Mz`fA΅ftU,H|WqM:A#SEalm[d<2YE+ ~d/VW"ϓ`t{YSNkfL[>3AHJyp%_"wLIG_z3/zUվ01C/\b.ʗ|wh]IxR"*+rlքܔ(J ao<%3Gt@L͍)~$ERl}/ghͶ֩OR`쨗qݛ3-ub4^NC e5;@o0GTiV;qkm ijΐi\?C=|'I)WH“5Nʜ}X.gV'J屃q-aAÐlY~AL#|%J~DԂMCc&դ_(<9/YFb:sG)Z cM N>[BPHP" A2gPTHKCw>|p 5\r3|-ey|lX"Lݛ eJcPO-KZoD(V*mA؇DnjYZpTb1*OK5"-"\BHKm & S~O4l`s/Zyi%jfc }ɗgWg72b`'xݙK h^,4sV”sIYDdMDy5t;˃K $T#mY@$WFZ>P!`ށCX}=l?Qy6p%}Ʋ_LxetZ?-">=}XU|v>O:TW'ID i71y,WMC'{z0 WO P+`4} Gi=VT8}ջA D%8brGPxGNKA^4HVVسU=K>j0}oD4例a;.9CHF#VS K]|F` _֩ g.>vm"22gIpה"]hGyQZZvիbqo gݶu;40+YŭɊΖ/nlshL>D"Ze5BظtPػoq9پOIPhuꔾig sHA1%<Ɇ~}^*u3ǽNpKwұi]hG{ Vc%K˄"]}^74Xh~9zuàN_ 2`Ä 5`lM8dΙk a+Uol{J-O+;URy!ɆQE‡=pvㆾ||/u6"''>?=CgAh`A"g8ㅰ@ސsphBr\Ȅ`Ryx>4 \aL,\D◴0"8ꦊ:e^q< "Ccͮ+2H 2ZN 30ʝ0  ^$ك݇xG%!:%0yFΔزjHQxE@jiL|R IheoqpE~T ,g 0ny2l0qOd%N-MT@G5 p|@ nou(ta@وP6DcTƎ/ S>-f+m ϒysMUE$=a`4IYdZ 3N%9gSlqyY)X{'p<} Vh$2z!nMnF6VY{\ KZE8'$_O=f(ܨо:jhfE$ζC[e$ʇ{PkvMwNM(;pTQ@vb،2eC1{t+]ϙ\]wYH -ؘY$٬Z-R!U}[P|q85_PF=xWRccQ+щ`^4jetnɌOnb /M)tUiws/޲fws/-Gp#>뽳 ;4 EiIy-^$ٌQxgO0}=LO+?!K]6yÿ|ħ,)jzՏr:>_eDZ!X'A9[𵞒&^X*[ (!|$VWf: f_Pl1<3W:Kr9S} l)[@j-|}ӵ+o*dj)Cr_n>l﷑W:b =*WR`+b>=tM/χ-fWW4s(}AZy>OevLtۼke&Oq/QK3>p)4S!ʡE-WHio[)C*NK l]BΨb3 *^:lWE,KL\o)W‚iAr8D (`y!9Ȏ`Lf։.2_Ku,>WT=ݻbMo,+r!]ݎI'^Q `\WDOFJ.&l"<1k@= ޥEh q! (-u@X-{3+fDh[9v*2qFY8&cHBfl8l˶|oZxqyr~/d(75Dd"ʗ,.09T8]Bny'sy5*}}'P;>6ٲTJr7JtS5 =A26sh,. BϷ Ԥ)p w̃t7$Iq$g#Ǣ+|yLnd!`ߞJ۪ba(zNbBU,}z#PwjN}PLY#4&`1mŲ}3( |LJ9#a3o4ufښ'/o6o q |hrQckW4v9FqsbLjxe@[)kjWR=Juxy} J3\vدКs'8_3qLGic:O:mKX2#?~X,q{cc ƀD": 7ZmdDd\(\T<uq`2zn?pm襁 )m&wڹ > |t:5(b)y |.F >W\Ūoqƒsji6Sj=3RRN^+Ŋ&j"|J[Ok[cvx(ǃcZ 2q$jYO{+~L!JM4)h4Wg-5zc42J)0xxI,t-4JXna>g4kj g~$;b胣d<_2{}9z|c%EwDFb`5>:(:b5eYܾ@r?"j|ՖfGյ5Бbsu 5fW4|[)5W'Ψ1`7r{2"ľ_P#wIP*̶/R;o-ɮ {Y _/Xg!>AaC>a&&'9f54-nxrE^?{-n`z٨A%yc,2u5j g"0W0nӧ-pКŶcKxSeو_df.CMjc3>[{ݽ5I~ECj" gVH^465UyyEkq.p_:#—oB.oK]Ά[qc'JUo w sЩOB:WRƍx,5V:Č+a#7]z;FWs,|0ǿw^]٭O9|Wt`V~APZ9wB=z垟ܗ՘hL~f] vrWSQ5/ςzxcadMPg^ w pn}W+q$@5RqCd̀ bSw]o-n Wjc$ZRΐx:Mx+c",p3ZIZWYO:Y݂( IlDˎ&Aَ}#ei89K4=(94q ~NP24$d3'[^ #<^ӒFjbMdWk"Q"-м1Ou|z=4aYH=έ4Il|^䢴nJTĂi6`b\?-#8ܧMQ )MWg(P"N -u$o<I? *A4^`*Z6+2]ZSs}Ĝ7:ʘ-HӪ:Fgw1%D.ֽ`2n&Ts5/hH2e3]chF( 6Czc^T(_I.`~9Ki.Jt +? c{y^ 9QqU0Vwt5K,czu+Fe5vk/uZL9. قVQ ΄?k௻Y@Ix,+u":x_G}9b%@vʓ94:+mIPODO'5dkB2 >vϪwAQ=BLتRC>*pKNQ[c89Ǻv?E9n >N|S-&ؤ/iL@ǣzNxNE䉆>f!. 6gw˙Cԏmqu O.pF"o ?J:bY[yg%Z59p%_4dJ9RX6:Ki祪h!o׉(*:I/7HMT{T^!GZޝ摦XKc^HA:De8i$Bo1=-Y̠vy.s~?k%Qɦ(Ò6$I6`z*dve*wGl* ls%(2B,<5Ztތnx]6!ӶdjQ}<ٴz8N?6p{:cP,UXF;싔p6Bc\{zyۡ׊$5 PnzNc}҇G4T[l |fݨpKh ^hV$Xivf[UzpR΄DGGP7В㉝ћl 'r4Xd#>=F#xG 6JlDn|ݞY/)+i}~uEwVo/t0c0Ɍo~&Dy ;+mcs4|,!@/B#{r2XJ ӲX2@VXE4e3ɌNܙS*o;IB!`a֓[;)g!wz~t  U{ sWIm1ok&IeJ%zk-ۡZ!Ӣ M(ߝMY(>D@LN8 .#LXQt[WY (Pл $5R"1jC8T]pwp'οK "&F3\@EĖȠ1nnTjKh- "t3{0{U1 9 xr6+ s(g}*)!zYOsdH?8JF BߋT2([ > $:Z=ҶDT:НVJ SAo8l|hV}j =@觋+'Al1ӿBBRʹGNa)tNb=Y*!Yra gePP ޮIWt[;'2pfN}4/J{@KoᏝ79SiiXPW&L4w]׹B$io+Hr4^},{cMisym9 ynJ7_<`|@QZI^B6Gv?GZ-<Fu5dϴdٲ: Ir^`~P1tT}[1%6, ԲHpHqE4y ^噢[*ȷNkA)nwxdZ>jWhC{0"ߥ 8&uJ@Իޫu1[^m\1+wBpBh9FbZa `Qzq !\NY<GRdjNR 950[؜.ʅXI} `wPzRezhs SVP_; CƃZ9 *4uW2BhSCW,F;gնB[B*jC*+>c6s t<ec!Vg`#=i;ԱK΅%JkEBi78$IjL^ZkcrT(WV}莊% o[oѿ: .C( e_Fwοl(Y&~PpsE"~L9Z6Ǧn=zĈ* 2w?51{ۢ->b\yfwݙ* =~PএPB{@iĝ82j 0M}-35!DyR?_{ϰV=okjL1,mEr#8Z>ЧG‹xq;/"0Ql7J%l@W~?gQǴ'2 }\‹k˛ Fjln-R[1"f QM]]{zL,YI11p .!h'IjBRH*7WPT"yfw~ rwX-&@t٢J"YxR75:G1"C fAG05AZ#0c*3=|ڈt-( b=`%\#]2Fzk/A\,.^ďf ;}$TV 5 $YYS$S"M=*w*>>FJЩ:rW juQL No F}~^U:;/H!璎"E -we)gwkXq1f??z* 7Ze{$'!2ՄEoF[0h޼ =ւDHGa:)v넀4VU?Vl,>[^H7H^$lp_nֶΓ%Ntj]I`\B[ǂ6+*Pi,;)jƥ' Mf6)_󳚥!8c3mۉYiR*,pLދ@6ok5w3|_Lլar[.(A.YćMs 5v=~$/G+<7X}5/7v^&Wkz3mQF^wB̩xz5 l=Q?\zV?${%P>O@$ƪ~HvwCU.D{˅%Ó|ƩCx L:3Xb{ !F%t9x_d3fz27$5Jrdh84 Ҝȑ&ca40a8 i_sxp\$9iӱX6@ /e+7OY^KS4|1oȥw=,u|'iG(dQ Rͤ0">$6j I;ZSkP-X cJ!gAD0륪p[ײ֐["+s9^p?:PSޘzr'z˷3*U$+"^la*4%3>5U6gwE*ca&fNc:[:MH͚2ЋY.dzy*oKXPzwËX #uSSU/GV?d,I\ )+1Qe؂El_&UeIH[ _~.HܓՋV`,~Ktr ݾБC\ɒuKA\f"m63 :{?'GV[< xOMO.e49OQK7\l7 sĨ:%An(3ji)4 ο<=1&&u izְhF~Lo`UC498wXZT?{`glr.-bɣ]|XFHS$J16QGXaB @\ll=}-b'\KZxo⤎Dj/';}-0$FflT0fn) #vPESp35Oz'nql4[ZT WGzJ]%ep#gj:s!!8D cWtߝO\CxQŷ1qk!FRKhm0$~O+q4e$/dvm!=wpT60xDT֠0p3u%@6Kn7tYU6Mсߺ}/lS kA;DјtU"CUҿUpf7W%pyY'Xa_͆@u@|2xɱz`oNEWE _dYf}_h)9kܐ0ݸ>ڵySnI^bYGEVyiKosOyEKLg:Udgb:N pQ`~'&&Md:rX3}<"[#9=`Oy~}z- QK:"Ic)Ko1;- zv!yӏٺ)U*ׅqbbMm:1tepS*9ioG#"՟ml@ҰPǨU[Ƴ!͉ێ]_ؖf}0mfLT`:\Bf{1`x.Z?Qv\#hfJ&KJUb6?|DN_ ׮_K@ry]Q0޻%p#?1 ,Tb`бwX[Ok"V33M2&0$*-MߺZ4& a#tתfSxGQYTQΏS̛(+gP Ov &mYwzJI qG!,_0OS #o= A)Kqj#-/bu=6%7 VKz<4U[\TuXR?Ws΢Ks~qKO\. xvocr)>77\=JvT3܊E>K2]"x ]T Jfߋ7aPSzgV%yk]˳==@_|KBM_:h2o&֕y.?8_lw__wqp/ vlm~ 6۵]Z[/ jJHQ`4%VKPN%'hJ }͹}1<(<9eiFGN)$% qf)OY2p7f%PBCNXOkX9 ݈<ӴKJ| )ߟ=omRf  hX|casX~;g6ţ ?*'n 'h[9 Iw]9{tN.Q`MQVNGd%!i(feo'MYH]:Y0#KS I6ҍnEE~|Sʩ D!&2|Bn'@-Q%zj(JFIpr9GhwV]]5jٷD9]ev$""˾Bɔ6nU<n0xgAWCm<E0v˝gy@lOks}aJ1s<%S4٤IY!w7[jƯh.{<#%ZkdEm/#D<=ջG=l6EeMxƴBDYTQ-;W$i<}dddggPi*\ȵ{x\d S;Yx7Kcp>aԞ[ ˆT]Ucz9$fXI @cvQA$N4PO%* pH9}. ^2M]ga3aSYGQ/c6 iYV_ޗ $?& !'9l y|#ݔq/AƤOV@2v%q05 qsaR*_)32)2]bne|G(A7x e% >-R Z`)t[p!!aÖ<5ܞ#.Ü|aI&2I1hKp_ ]ZgfCPtR5v8GQņ\L4ߴ+MdUU 6E?.#F0Rʎyz]$T\)D@eFS?khJ6]v)}N ZU Xψ $_O1#L|*w; F"IQ#A†--O\fW;ze׹Gs VȌ<^it<<ƒ:Wdr?>Wh1A_mȉY-VRެ| Y(8½D)}uMt\swTNdDCL3\wx$(-WF=MdlG--LEWqޕh8! ެE=/ʦ27הT)uNLſan@\[\].z,ordòl4L#\% ;+‘:td mvI E4N(PH]@aǥuJ06y~8ؓ.N`Ju=(zo`.!sfNU%q66(ȱޡt2d<r[CqF%jVEjU GيqR`4E3zLҬXydGuis.x)k5F:Gհl^J*7c9j$ig䏷"YN׮'ke( Zcώ89n~P!m۴HcpֶC՗\-AS(/7:Y^ƬŒT I؎.wt2ԬKhԺ;fc%Pb+ڍP18ͯ~ oeƊ5bVP۟AGi6 Ȝ 1|0SZ &Dq x.M1tGkޛyAa^EJk!ȯiل?Ẍ@Uv~ɔ(oof_S1Ì(އ$jyX7(JdqU)6o)ʁS{f%˱dK=5(H{] =y8g[\XdR'beiCZb<Nhn0=4 m+Cr;Owvҵ08x]P a_p&FEq \ejD}ʲccc\U'Zz= QX-} fJ*, r=)iw 'jKon`V"3} l1\ 9-F_LUĖz1? vC,ǴmoL9 ۪%͹@5(@֍YG'6&ک ,[jk)汗-9$$>XR.]d-̐Kr8\8Q;7F!U48EMq_S-j(:.~cN <f3DĖSjQZ6#4FF*,ց,\knHjp2y a &/ʩxu\LĖ%DY!8׳"/gգ|c1N( џ"9)C˭ ɚ}/ьGaāx%QjamDO?*ʭ{Ylr)[2a8JPC҃Z6~ Kn;mrob}(U8"WU(U *rږw"mۧsbE/C޴lk~,?܅YBM2'Xl#qmY1h1wl#\u`k]QT'Mt[IUi7 wVY:ۥ[=="Q_ 0ɣG!y5(ׂQfd?>Xg<0<(C7CPp3 tBJ(U9 fp!Ij YoW< RDsN7/ *~̱' ׏*_С/!`A@4m[KW?L79չW ݧAF»(:)~ZpcTwbYC HKfaW^NY2kId->gj[Oo5Ӓ۸mn]AZ~9RORMj@*j)VWS:sy|DȰ#O5cp#@`)[J!TdBK<͚KY>@aƨKc3xD=ڃml~~ ${=m=f%Ԅ#_ ;]a)m&EV_,zxR)ik3gYy̸[-G'#5 tYIr;eV2 D<kl_ԣ]Pb}V&!<\sEf.>ce%ĮIZT@zgR2~rH;>&P*xyz\ _ V(jje7tY?IH4Hwn.ADM0,LQ'*Ϫիe>7@R4Tn T2;&iu aH b'*ʓ> X&Y$ }:tCp S6?L;ER+}>UJX!{QuB`kJ/Pc^Ʌ\Llq8Ͻ>ob`>:?L5 \5?9oVZ5q Jq3]vTMYG1|r:)/?%F"4|gn\q=v%("6dY#}4 98%!\]ȵY{s>Hr ##\ʰ=H}>Zg3_o{Srrf1FFONxi,_ɰ!r#عBLLIdY.)l\%af}*s/CZoް@qtju/Y <*LvWl+σ X.؏vRCE=NU|"mI0t\![0!t5 9PCz s eD{]"ůF"ODIGC[KhS? ׸HWbKC 抬Ggf'tar=p^NJB]v~: rao4P hj7eOZ{LBA obTYG8GN Ry%SQ?s1@BTxdY2XIƙ D߄z<<`Yy~ю͹~᷋wyW{>M/ l_*R2VRސa.Ξ-hDR1;K>?RmSo%e}!.Jӷ^:>رSun}IslMr[ ˼LT2y;&G)> 1a!U(3Pmf{=ǧi-.kyL6P%^5 e~lAhް! q#AeO/0C) nw8 my; qtof` K YNfPE|YDRx] V5bYJ]9|hgRAsI MhIe0 Ja=@Tc tI$+sZ|:wGimΘ+m;)>ꧨmpΣ#1<| kEKeS:?> ۪p)Ǧ\JkXhTYO{1k DžW ѳ3Q@7TqIMa] G,҇A@lYT;\#T C>f]N"r~&̊[af_$  Ik"$N^c"Y[FITA=zkt ][9/gRa5k?.jQƢYt,^X8?8\H'7M)m gmq|7/~8דO :H\x4d6Kf+Q8d kd!ŮwibF..s}n͹bzyEUxKAF?tq[v`mGL)NJv;e:}ǟن[@I_"h V O<\i/IN+)M&XRoԧ$ۃˊJH!ұc"w< fX, G8xh|k_6*{[1y82(&=Oa|7J&4I TiŌ6+!Kr>3[|i'w7lI#xvLA*eE{w =EU{Qw-rr^}ɛg^ڷɰkSeД\ }ͬbQ{lWhA{ pÃ& QO]/W<~&fv,"H,ذߵF;vР5A/s{?ATX߯@|,p5E Jզ0_gQ& B'LVf< s~B=%ǻRh~!qʔk0T?vBΘc& &ڄlMÀO,c8]_2O?7V&އIDݞwPe%k(Y+K\ކ{F C&^h6謖M}Jp61U*е;\ekV2.fdU"2G 9y3 -isH /ElZIDAelK[K1KH>B/իMH 7JSxNga?(9)Q#k u&]R7uFA4\9!@nqropKxa5B^%˩W&ӐJa1vaQygM){w6JBZ~PG|z˾'@.,GPN֫0O< 6>}a,Dz'-g뢰;'a.ζphro/N'1#:C+ ¸3&y #w>Jۋr[ә  ul6t3n .se3z10!YPHov%MfȰ9TڛK1\Ir> Kze7*=>?t\iTAy?6ڬoG84nhލu1Eg&2ȲE{,EPwIJ%;B퐿~^%j?G:t́9CI0TWaoW ?m~/̦'ዴ2F{ŃfBR_,!tL v#ĆU̍s8+v-4Ԅ7NDF]6cɩkp9>b#73M䚘*c= ޿1_)s=VXzǧz?sVfuahVW6kqKDQL~ Z!&_HDHDavٶ P &o]?w,5V56J'<GwMP2eJM[ =oЋ3M"Ԣ6WA?;o˴-;@ʉCdxMQ£ՒQr rxF5'$!CPvt1OXD|bج5s1@WH]G]9u܄nj.p>i-iP ?l2 NmTW]K]QeA#^ 0M<|!4e>T6NJoHhMxC)V{~b;h/p;Qjp{B\z&`^_}Y)lr} A'@d`b w ޻jq g|@DLONp2toZVĶqXyךfOe'֛.̉K&bI]EGoB$/̀Z,stb"fq@ƌ'izws~wcPc'sY/Ԛ-d'VoL ]%kgHby}Pg3T3#oLƧfg;6q y%wea$z.l[{쁂(oԘOb}p4pV&-Dt,q "lweE7gʤJw>S*}1WCg: GW`[0({sզ_!xm*TO%\"|K@1QGP9 |PG|1kU~k$[v1|䊺JqvD I^e¡2 gPy8B$>x,#Y+^ƾ )?D%Rg.MhзMɫY ɵ){ 07S$^'}%#5[H30dL?gEjrjwFYO;K>εK-8{:5"%>[X3}ah3HO  @v=-pv_^orQUcy 1*>m.%;G"9?i8d|(OXeKEuW_͉Lb$WC }xתO ZԺ>'i0msz퇣tG pZs=0#-IN-7-6c*؂lfcn!9Y.߄/{21P!GT'9M)eQOetakhX\=N充N6v쭺&ۻ1!:O@ܙ3ɬikm( 1qX^n2 ACZ_2`(G:g d{s9U$*iz($h3Fꥆ.G\\&9/O;[Ǿ3K+q,FEyXϻ,H@WtamܓXFN!ԟ}HeocOJ˝Q^VG}L ^AZ29C,3nm~@*CEh,!*m)*/'+6.a@?n]ylB?6dBͽ&!_;|\[d$`t7[xʑg`P1Qg pvQ H%Hz9o4 }{<(?Qo)FWOMMiqk4uye3;+ܱSO9a.$ć]b)D.9Cu 0+"\ejCF>܂$ekXYBfSG&R(F\l,D4sI hl:}&>Y($HT_1.*ǜޓyC60#HJ?5=]jj:]ՕyxpKB宽^;,bW hie2QXI߃ϝ=xh8b8:T<w\](pwLqtS_OQC֜mU2y# bb;еZ .&?HF*K"?)َ LD/F 7ڳ{&`)-Ik]rURڅ3ћ52!SD%SO : v2ȧA_{~T7!6ˈ4853,̴7gy-!_N&->e>UEљۙpalǯƋ&խK̀ n CS:&qP2$_{QGyQ,|>+9"K~jD YXcĒ.08D&kj0\}sgdyYHo9~W~1} @j3UgXX'eHS {<C1־]kž$ <l$݂mlV 0-Y:v%KfP7iW0aO 쳆M1/4ҏ_~U 6VsV5r$#邎~U#&_zw&rëh$mjnfhkv<&"qSG87`1Pmo%vb:?k>hD/}Q#/_h)`~YF%O)? ! 36Ov>&ӏ[6~n3eGsk3E"(U g&67HT4|BdL[Aᏻ~g+@e=BE|Db߅isEob"NXm_PMS>^KY첉GA1gb%4ݏ ]$wQ;ER5^<@!/[ $RAJU7vcbR#l s4co"'d cr|-ΚEqX1.mCAH:M pt%U)BC/BP?{w}H~5W1 BU6 yќ#;0ffs{1ŸgzjG&1>yUqI"{ͿzOeJ!qV$B`e*" Iu6E·Ovin. Wz(VC9.ƀ>yPص j,p )jCav97rL8Oxף?%}aOgc)[4d'jӪ)|^uh!bΰ FqCL=UQi2IY@4. XuvClENPcH0 TI4+oAP;>󡖎%BAO.M#P4>d1*3+;W(eSD}ѓ}:`Pm)HPܡҴLØ|%vvaE2sv{!grvo#fh}ņ6"4xɕr=Q-Iߎ9A>YJ bN/mno&Һ=I]F1{՜nf#‘->x3mP(,:Nx\_D"N%](qeʝ>"oD)C0|3)OMm-mhBC5Y(i=<{siM6ۋm,;'9@X:bH}ϿùC ZnH'+qˆ*yRL%Qƍ<'+%squӹ"^7x*+*F,A;J_Кh}H$͟dA|3 g7 e8ryN,ʳ#`dըɾ| wk]dN0ʨCP*U6'Qf+1$lFy_ @/ѽpWG!,X6?XdʊCt"2ܡ:I(H[JI,s ;RdYr1R,,Qi]G]Yw|!lxؕ9G:v Q?qev@;WgaMj"#bԁP:`7%K .zR7hO ^Gdu֘=6$~OLsC\U*ct͍ uW=|;t(zcpVVPa Sh{ }'^l,+ ԜϰRG6lߚU Lނz}e]x8){y x_Zx6.cB$"o\I E "'$eOf2Ɛn[Rbig0H v W2'mԡ{vYbm9(YԧU xyXqDej̲hzRކ=Ć>Q}dW$?@87%ҕy-^Hȩe/6}m\a{QE[=# C >Laϩʱ2P/}i䲞@uɝU毺9͚ˉnYይtk?@ֻmWIg~ jڴ6Ls\°UݨTVGđT"rHeպ}A+tH2@6j)XovdH*iw.vpUBUC؂AS(m<nwAȫoQ21 }@mV^,Ij !`6*h6/)7DnnEB9(2Z$uʑilG m9j]וq3<٭$S<_#C/B;Ift%6+)w&RͼvYa#`Y'@GU ^wiu% Nz`nr7"d1ջy*K3q:}QDMV*޺ܑ3gS]nUHϠ5]5ʮe%B os1+v꣱nb]E {[̔ s?0eJ&~*|S6›w4{3fAD-@[n6B|ͅ+Kگ%{ 5 5PV,V!0~K g6 \PA ɥ(ttD A a~7&[9EQ:,~JWr_ui?U>7ـ1aC' Ӫl4IWXf3,@gJ`S@mW[-vutXL]AMo1X0?/7su6rظ1;AX*X"6xzt9V OQz>d"W]×oij1mq刚H!Rl׉@:3ce[{erV}D?!hV3L2ZBf(ÒɳhRs ÈD)lǟX;0%H5wlxz~WŎOFwgrG}di5^1ZU >G"6OpKţxw _v'a>c5ԠAL^s3lk_Iѣ0{.D0T>Zy&X f<Lh~vCJO!g #Ze_6,~1۶T1Vd4mb%Pvg~ >;:`{vGPt`vko*8byTLⅡ9 99^hUql[{|1CϯqRN62q Cw_X.NE[ YZ