samba-winbind-4.15.8+git.500.d5910280cc7-150300.3.37.1 >  A brp9| dO>hYyzsFU$: )E|YH}'zYlrLV]\{v7HFgdR|I#gT+ 3q/HĐ IHؑ!DW< f9a29549656465d27dcd5ef49f63270a72cad45607ad995e73063c31108fde6021b348b37ff3b63f20f81846a4740268e544a2af`brp9|]* ^wU_ldE5A\eL SO7󃉐Fb/{k_Y tl3o(QܗBef1NH-YZM'gٙ-j1ƻw3GA%v?8-4ӊh@ K-Jy#4&qFIuɩZYi˞ު P>pLWH?W8d+ 9 Q .4:,/\ ~    T8|D8(9899=:N=I>J?J @JBJFJ/GJDHJIJXJYJZKl[Kp\K]K^LbMcNdOeOfO!lO#uO4vOx wRxRyS4zV|VVVVVVW4Csamba-winbind4.15.8+git.500.d5910280cc7150300.3.37.1Winbind Daemon and ToolThis is the winbind-daemon and the wbinfo-tool.bq8s390zp31|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%"0H^큤큤AAbpbpbpbpbpbqbqbmbpbqbpbp bpbpbpbpgbpgdbd95eb7e0d1e8c973d39fb53be9be46276b21bcacd8b0ae1adeeb63651f6fbea676af835bac5e037fd6f6d9950ea49ff3f39bc693d479069190927c1c53083993a1caa0988f1da58a965d7a954f36d791af7b63f8f4d458a49b7b48dedc7909f449f5de169ad7ac1188dafbcb042aa1953a17384eb5d401211f7005763106930e91bd35cb1bc2f105a795bcaae937a682eec989ed37f4defec1773991461bbb48c787a47c3127f9c5fdde2848eeac71a06e22cbf997c132d74ada549c086e0d36098ebcaf723761b2cb7aea906c09de8a360c61beab987781cc829bbf51b4e69a16eb3e6b8e2bf0b1ee56f8a98e8ed307633badc5f3c02d8a82a4293ea47439be28fe370b373dc6214fbffaecdcde5e57ed9006e3c9257c3169c7b29d363d2ce78137235ee015f93847eed3741bd9cc8fdf6ced2cace71fb7978c30ae4d406ef9ce9516423f212636631d9e77dc184bbbde6e9018ec56ae9348e05a7481081ec6b4b0325dd3211474ac785379683cc4e7f17e211327fb9d536c1ff9138de03eservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwinbindsamba-4.15.8+git.500.d5910280cc7-150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libauthkrb5-samba4.so()(64bit)libauthkrb5-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libdcerpc-samba4.so()(64bit)libdcerpc-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libidmap-samba4.so()(64bit)libidmap-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libnss-info-samba4.so()(64bit)libnss-info-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libsamdb-common-samba4.so()(64bit)libsamdb-common-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.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.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_S390X)(64bit)pam-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsamba-winbind-libs4.15.8+git.500.d5910280cc7-150300.3.37.13.0.4-14.6.0-14.0-15.2-14.15.8+git.500.d5910280cc74.15.8+git.500.d5910280cc74.14.3b@b@ba@banopower@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.denopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comscabrero@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-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).- Update to version 4.15.3; (jsc#SLE-23329); + CVE-2021-43566: Symlink race error can allow directory creation outside of the exported share; (bso#13979); (bsc#1139519); + CVE-2021-20316: Symlink race error can allow metadata read and modify outside of the exported share; (bso#14842); (bsc#1191227); - 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- The username map [script] advice from CVE-2020-25717 advisory note has undesired side effects for the local nt token. Fallback to a SID/UID based mapping if the name based lookup fails; (bsc#1192849); (bso#14901).- Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899);- CVE-2020-25717: samba: A user on the domain can become root on domain members; (bsc#1192284); (bso#14556). - CVE-2020-25721: auth: Fill in the new HAS_SAM_NAME_AND_SID values; (bsc#1192505); (bso#14564). - CVE-2020-25718: An RODC can issue (forge) administrator tickets to other servers; (bsc#1192246);(bso#14558). - CVE-2020-25719: samba: AD DC Username based races when no PAC is given;(bsc#1192247);(bso#14561). - CVE-2020-25722: samba: AD DC UPN vs samAccountName not checked (top-level bug for AD DC validation issues);(bsc#1192283); (bso#14564). - CVE-2021-3738: samba: crash in dsdb stack;(bsc#1192215); (bso#14468). - CVE-2021-23192: samba: dcerpc requests don't check all fragments against the first auth_state;(bsc#1192214);(bso#14875).- CVE-2016-2124: don't fallback to non spnego authentication if we require kerberos; (bsc#1014440); (bso#12444).- Update to 4.13.13 * rodc_rwdc test flaps;(bso#14868). * Backport bronze bit fixes, tests, and selftest improvements; (bso#14881). * 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). * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED;(bso#14871). * Allow special chars like "@" in samAccountName when generating the salt;(bso#14874). * Fix transit path validation;(bso#12998). * Prepare to operate with MIT krb5 >= 1.20;(bso#14870). * rpcclient NetFileEnum and net rpc file both cause lock order violation: brlock.tdb, share_entries.tdb;(bso#14645). * Python ldb.msg_diff() memory handling failure;(bso#14836). * Release LDB 2.3.1 for Samba 4.14.9;(bso#14848). - Update to 4.13.12 * Address a signifcant performance regression in database access in the AD DC since Samba 4.12;(bso#14806). * Fix performance regression in lsa_LookupSids3/LookupNames4 since Samba 4.9 by using an explicit database handle cache; (bso#14807). * An unuthenticated user can crash the AD DC KDC by omitting the server name in a TGS-REQ;(bso#14817). * Address flapping samba_tool_drs_showrepl test;(bso#14818). * Address flapping dsdb_schema_attributes test;(bso#14819). * An unuthenticated user can crash the AD DC KDC by omitting the server name in a TGS-REQ;(bso#14817). * Fix CTDB flag/status update race conditions(bso#14784). - Update to 4.13.11 * smbd: panic on force-close share during offload write; (bso#14769). * Fix returned attributes on fake quota file handle and avoid hitting the VFS;(bso#14731). * smbd: "deadtime" parameter doesn't work anymore;(bso#14783). * net conf list crashes when run as normal user;(bso#14787). * Work around special SMB2 READ response behavior of NetApp Ontap 7.3.7;(bso#14607). * Start the SMB encryption as soon as possible;(bso#14793). * Winbind should not start if the socket path for the privileged pipe is too long;(bso#14792).- 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-winbinds390zp31 1658745144 4.15.8+git.500.d5910280cc7-150300.3.37.14.15.8+git.500.d5910280cc7-150300.3.37.14.15.8+git.500.d5910280cc7-150300.3.37.14.15.8+git.500.d5910280cc7 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:25011/SUSE_SLE-15-SP3_Update/46ed53e08c5a8ae9c26d6056ce02cb4c-samba.SUSE_SLE-15-SP3_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]=58c30877013267e3ff8c94e9372eef9db2e7025b, 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]=87b1ffce2b0add545ad9241078e015e2f1d52249, 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]=d0c931e2259d6acbb516c5c191b9dfea9e9ce49c, 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 textdirectory4O3RRsR6RWRoR9RRR2RRRR[RuR_RaRcR]R4RiR}RRRRRR!RmRrR R3R8RZRnRhR`RtRRlRR\RbRR^RR1RR|R5RRVRRR!RWRYRR2RmR}R[R_RRRRRRR RlRRRZR1R^R|RVRXRRUReRWRwRyR$RRsR RARYR2R{RRRoR&RR9RRIRCR]R4R7R6R[RR_RSRGRcR;RR?RkR.R0RaRKR,RRRRRRRRiR R}R(R=R!RRRRRRRRQRPRORuRMRRERqRgR*RmRNR RR#R'RRfRTRZRhRHR RrR R>R`RxRFR+R-RR:R)RlRbRRRJRBR@RzRjRRR^R%RdR/R\RtRLRRDRR8R3R1RnRRpRvR|R]mu23;ZaS=Np( z *<}U9o>V} ܒ>ЉE o6ťLFD>=E:sY: )aZJP~4ENK._ځrQ:A2}mף^'uǽv[,ѭg<|'G~]m3Voռ|=Z}h?%5&c,?·\4x Pω7ˣopD,Ac9ʙWI-d5.lȷ:_мaS5S> v{Lر)m@z6u>fL>JEB@7vȬTg^E*+Bs,1ӂdD[i4sԜeD|=^ċrCP:`AS}v!nAo܌@y M` gCB;*}XѰni76CSg_\$: N@ 9#CHϡr3y_GKWcvW)^MY6 Vsy`>{zBjsωE v5R{J49)\:4ۺ=سN$䤨n-D-: ȸmhWY6+ rM:0)OrDlD]3BZ3VIt*/@⊀iu7䃥z``2qACd4 :W8Ҽӏ1J4'\rwB;xO\b{|Lh ~lNi \.u*D}hv}Ӎ>j~6ֲ?W>EP7?!Qubg[|č<2i$CoM^]]:ѯG Fz&?!b#=OCc6Y4?0'ۉli],,)[0MvEvH jju!g$Hלּ@@CV̒ҏ*\?gAroa,r\;o0U!`HK#M\z# :=a-s /&tdQ~D~ 1ml9Ro 0d{eg̖B;y~„-&61|dhT Lu!a^W?bm5䣙?TOoa(:u ;1&a oW7_<|)[R=} *R\5Cvem<ή;DBw-PQ쎅5K RVF j;wŤQ,'p(+Vhݩ2aSɜ:jа-EVeU ?叛piܸkor>L]t4tTe8aOBJUdxk>&!mu11HQNf='WG,,Q_va&XYYt6of\vzF)ar@NB`ӧ-5vJ]@ӞJ}WM:ދmXm¸(W*bar8TM & kh *9E7qKrf*/8"m&/-BU:)~y"܌K-}.xU荜˾'8 AeS.2RW(X\VT,gC;rJ%+0$x,iqM Rnvne\[>ۡ`Ew :fBy*[eF -?}|uw]U8\XVv79^^Jr2qOt cL_.-,W?:2ESH b#L6?v[pb* /F'IPK~Q{V{|+yjK),.374")C![wE_2v`GgՒi4KuUR2 %g⃨Ehd:- zN.U UږwK/(!?g שhh'(Rd&s$t*v/6`9(SȳΔ {hЪ8 Xr5P} 'ҽ} \(nPLr ›UBT5锟3K8XKݹ"fpa4WKwٯ ri3Cu`_]ϩ4*+ҹ`&8rt*6^"YgI@,m'01jˬ 3莣"[C8(apNVcJF']+~h9mװ$Z'b/G,ԃ<{Bs?Q*z_g-2t-%c }[tM~nM.lEK2/1'Gm K'lȥmbZb]`Ez:&+X(0Ud;ڃ0X/S6YGeH6Yht3DP"?זmӋo,GA~oٚ2d?S*ʑϟ:[gޞ/wjP־Ci?*?<VK'SxڎWHK {r#=4@PuS eHf]ݴ%hv|q {n(dWjiAs(|Fw[qfAL0H)ʤ:ǤpTg\@-?Lgaw Pe?Y'ۈtbot $-l Lu[]%Ë맚go1ȣZAF̾mL! l( \.,:zL]Vфuw83V9*(lvJ,DaLK`Izo:eC2|}ҁ:Զ2-ais4$>)RB"w#B#o+Q@Om1R0<$g_pc7Ԓ-]_dTp(#E uM$yJi<}]gyE)ԕt n+vHڂJͨuaex D3d+s*9G%MDZ\ϕKOgW}vJ/ T` CBJ2,T-U& `~(NkI3z`dž9Eve%= "`iCR(|hs5'mWi"2tq2CcEw2uuJ`,^qn\ ~ZkVrT]- {d:'ܭx iu\qfz4mMk-+̙%]_;wvaY^"FI2+-R ъ?\0uVsɟUK$у}Jh/p[ ?,zlʻ>ghYHq7&\mM8\42۰ocMz< AiiX;E% 1݆; Վ U(G. /[;}~hf |D@Kz h$Xv传EƇp+GU+ۑq-W|*!q?##& IVQ /m4x)Ȥ1 䱜D3;C(>te")Խ^ d@@:b >:×Xj m^FM~ь:N-x,FYi-[^T(Z0,R$ӿßX|o-'#Lu̟|Tگ  OZ`|3ăX.wگy z.Ҵ8Lՠ[Q>HDݯfA{n3)7 8s! (ÇhK&: M0~u2=F Qw}d)'=b SexX]+).)^\JJe7hK@Ep'Oz PIvr)I4k}h"8[uS{}߆赪}[c ńm`obUdr`2Y1ٹh+g{z[0f`{8Oou hS+jM%4i:GlbtA^qt=CjabEg/DogN PJ=V#j'f +Ip2ڍT%e++SƩk.Z=vGr`@$W%5@[{ Ϛ0n7'`6LmXLmDH!RN퉰"*ݦ֎uPEnzqIGo2T̂-u*13|{`?qy&!lfGaj) ӏU!`zwFy'bh_7i͟n[ٷ}-߽-%"t@9/ړSwf}N>]f "@QuIB!_-ϊ=q]ge]C͌)p} [{5jׅ>Xf(!ys|fz,#l_f-jιkT=d21{ވC/2yO'^?KR R!։VQ 7<'T"]%܍3?ƹ} 9&G6ݵ#xJ=]֜>rEN;8}'CWtb&KQx?aBJRLlc <>|6ǧY C>#yPwlR|<cz!T4w4O( JF?_ku"&(FgN9f kt?3MO ,vh-G M7qvF08=1Mؔ9 A{WLe^-q<,g}7.:!TK2GAfovBq+m#Fs%b`78|f֝U<4_c>t3("`7!xS8=R 3}ȅuvY8Qj-ܱ.yTqON&TCn&yAL)J0PM,,!3[ #g6R{wqiaPts!$Df Z@gGgۛ5sC2]Z^M7nu):#!6D@|U.l.y+7̿0cpn5OdKo*\WPXmԽx!ͼ!Q{qz\ME0*6 RZO!+ ~<' GwU͒Q A\k8}'zjIAהk?ؐZrJ*9Gk}?ٷ8/6eJ`7/}fNۯW78@&gDB,Ӟg̱yř6 MJ e a4\uC+:DyOxS$Z* EZHPkA~Su=ɷi!DE=Ќs)$b0҉M$gSGkU(M/ [ @JO~قif.0pGZ-/0n@&̛ЯE)W;aN/@γ:ٓ5GH?]8T_Z~s`ڟ?;W iaDb ^ RoNRd޾)H'}Ѽ|Ԁ·lA7\L쪩l31|hL/j )K+|J SR1Q+%N&ڎ?]=1H#C.f"IOAdotjRֺ`ā)@Mޡ'd u_#&JF< 8/u1pSj@΀ZxAxVq~ dū׉kXA?QIyw}4lW܏am}Fox$˟=豱jwUtrĻgnI(Sf%O #D~}EdMTkaC}}/#@U lo ďL)+n\qݣţ83V֤[ǵ%A7k2K{vTȁ@Q]D0~@,l^8NTZ4]-RJ,_ivk0}uoԕJ1, Il^X!Pm~![F"xLV=MKHJP $&MTiAuH>D-߂nE[J':m/F/e6:}#ƃ ࡮M-'ccwr~WRQ7`83˗Vu}3դr;{8 4_IG2O}@XbDbP1=-O1 #B[dyB? Ht;Ir!ӷf.nūqEn`vwޟ(aA3㰹_wv%n߆ISXk }ҥkkVh{mNzfuہ窜&,<{cK${}C0͈A܇r[|$ڿsf'8i!̦ D$:(;U2g5 Ω~<)<❶C_w7P 4wDVG Rd4䦹[7E:62rMB8yߢOn nY&zxDC&I+A$NU/$IqR#?Rk4pH9NJQoKEWIvy5P#i2.Vnt!SONtVq}v+V[wrpɀ՜2ZO'?aF@Z%iBh5i$iSh޶Dh8sqe B˧vwjsyJc)RA`E62ƈ1ke.1H/Η-boPi]|` ԛo=+Gp{ k9Ի9MdɛP޾olx0n@ӿ{$ζ.+ lw Y`w.żn_7Y4:L*6I Q^"e&?taM`,z\8#xhNmyg}LEB`ք`5^dZW hz2ҜuS5qAa met$D}q92&n5BcS)~CZY8a.8 HN pttu9zleEu +p?$r0~Lv,+i;A g<wWb<$0֕_k ITI{ܮcՃ'%vwzSXNGRߌ/N~l}BLp{݁3]B#s:2N:8U٠ W! @!.a_g@&;XSXMu>lS.e6 +(Quc kJF 仂^F (9:E6۞pL VJ9\xD,@6Gfk_{yޒrJFNy.oٞq=?qWvsZUb/.EAw ӋTX Ԩ1`u}x%K$y)~ݜG?j)N ٿ_l 22Ua$]vryN JM;D>'9m [,<ӤV:Ih%b5g ىPݔf,u'#>D~QR|D.Ӊ q)nm>w݃Ys1TN KNU-sӀ#X۷X*!^?l۳cU^`69 Y:(A@\èWq8-3Нl0C~}V!۷.֟g.h̖_CHjx@}M`62Zڝf j"_o<<p;5 ŐnSCcj&e.fp.*wXR"ѕhbǚ~$f䚓~NT9|H"ç.xGr 8y9HqMeWRs0$FלC1Wo73qJa:[(KO8Tydֿ˔17M8% })l+(2Dx Z:a,ޥeH 2g&\8. dz0v nQ)Cý續(Qby]@k(E畼 ouke2 C\ÒVoǖEE}:?6ұ(U_.*XaKpy|?"W|ѰEP>סWggUkRpZN8[nP@U0Kko$>C˼ZA(G3qȶczݒ[H {a?n`nZŏ[ ±`C'JTѻ*ᭊ4|oW"pϹC^݆ x'KoNek܈0b_2jp-|\Q]tٞ,fEWa Ac;ŦBV ͨGY 9[Whquޅx4Y[p_×l\t)Й\c+j'>:ypZ)^h9prP.n7` }y|PΑ rm|$64ެ'TTHA!].RC;&r~+E U.BP5u^aW:.1%9Bɏ8©Ȗ5"p1 (MN(2 Q@\_r,]GX@FKv*̵!(~I)tdI廹N#On %,|_n&᮹!#k76ׯU8LX~=Danl(Rd z1RXfxb̴2|a.\ HB_0ac/VT 4N^ S?O_z{tk[QdM9As##>^5D\ tgBsš@ROa5sdiマ)3͉"Mq AɪrK*m{j=/*6a5M,kâg|KN,Ċ:(ISm5ya;|14LϖӲFXO&h RGpX) ^|HevbY8}^sZHgMpbF9By) `|.RK ;nx%\m_F/“Aqޗ1A0XoViS Kwjt(5MKe"F}+vrG9 T@v8qPR=JpA=*x؅\ ,5N&:McE=g xTzaYo|_Q=n#r;=TNbrb.BEJ:PәRb_Ufk{w& QY,j4Uіү-Lh<8FL9)Q.xN-#tЮ)01.vVllSwǏruZTstU53(ΙjL4 ,g Ϸ(A `^lx7R:Gc:0^K Lbn7C]fWho綤8 742EOb=Js6VȌqR=LlzM@ns)m&;aB%h犻9Gș4HD 'du lLRy7h4/ι{=ÊV l6@")]w*;`H"%*FUVJ`7"=O#H?UCz&tGg )j\Ncݬ@=yjm G C*S̫1Dc-="tt-@|6qFಳֱ0?Nͣ~mUTY_$woR[[(N\ '8Cg,mюnxߢz:q-g:QB#M3]waǓ`?_k=yZ=;1wv[([.}< 9㈋7wMJeP*;wD&1rʎ\w* aΧFJ_.r( 11݋\C0ۘ|wQb?d9$`Hȱ@yVB"t'\lT85Xn'!@rK4Vjc_1M}ETh&)@\y0(hn&yF`4~ O-s3eOiA+[@TIh ,hH#x <$z+<bf{SKn$wFVJX =H^և%?B2y_&^{u5?z 7q/IIvVԨyNI7cZ%Δ0E"{c:uY֯#?SÄri(ٸd@;YP?<. b>y $5ML1 cO*W#*)HAEѺ; ^G\ҁl0 %a(E>^v&z[…"ԠAr$=ٙxlke _r^X̟Zl~lw 9w.![9;Hl6D:هI"#e(:'+LQnSg`C(=@C/>]JjJ32nszR[\"J $x) s[zW<{<2mϷ\&N9 Zr@"\lM jn QGa3|frvpբʛ0Na> b*arqg8֜)~3#Eg66Ӑt hL|(Z A5YAƕ2ɞ4h7*2 K YZҚp&uHe\ʋCܲo[ۋ.{5W\mxvfd{)7y`'[a<0`&:5ؐ>Zdj>_2;&D'u_u&@F$- Un Zz,WY/-u{#\&)&߯ l`w5x&XU P]X7u [OX:s0褺Z/˲kuOJ trs<3H+ )B=ŧ+Tܱ&~ۅiI *"P!L_&04zXM h&`+ ŷ~E#0'z1ƕfo?u<-s ˣɟE]6rދ1sC N/K,if:;~{mv<"o:ers{j8 r. xb70eF N. *QHXU$Q{~N!fc"^pt $$} F6%wx .C[9K6qzGYO,K&B w, tN|FH?x@tt_?x&Ι~|ƏbuϬE !-$_@5튡bL4on~]^G,t.4,pv;x$Z]ZY*E(kձ}Y$>X8Q/$5~au$o>akN^^zokz\}~ cMso}"* mFPakrwm0QsXY蜊+A\ Ջxv!9 qpGwTJ" /u[\_ keh4:W$U<|2_ M-@^s#*LΎю%AœMxo"mXVc\)l?U (>:ElꥎRx$annW%A/'7jHL#ܖQlR8B)a7J K10de)1%i{r3D\ =X.DSLaZ-T=%̯GY닦|yf=/kקgWf }Z&+ίK!Q.S™*>nd%\!e$ѩmV 5R">rwmdcoFhT6&DónO_8F kZ=aIޘ¼Qw?})`_`e\m3@c:ROzUəIosca4osטrac/=-JGc3'?#*9+ nJͻ ɑ0găL_j1vq8z`\G w\Ш9Kw s*.%Us2]fVEτ>'"y=լWA`SR`\΍Jsې6cJ$8P?R59 i~PgBhLe4(ب$׆y!JS Wx[V}2EG˂UTA ^UiDsYMR=N "K.A_+T=#1M>,5.lx}k4'BnՇmt‘Y3%հmҘ8Y lr,s#oXn2u@7Lzgsh%lj ZQ:H"ξSW(킨$C,^r9RBMpאYYG KB/_.Bokγ{T6@|nSq+Oф/]%Օ} mJ-"A_Nj2ޔ8wn n܏ RޒulaXo&NNI`fax`LEzdlݷK^Gχhm'pÞmC)պ TtFXjiQTۃ%a<|!OFR&m )_:9ۏ|W{-VN%9=g.d%NUrO.{6`y.y2^`$0pj_Б˙4Ա--ZvW&ڊ5݆y4R5A\k+s`i/>XI  r01MGI· KjjTGZRd`Jw#rJ7Sޤ'ڪ%˻:0HY4DT$^OeZ;[|} 4 3xF 2آ:i>;JrY q0W5 !#$%ip+l[8)EL^Nq-bY;^ħijkeپn)6*4Y3? Bi|@jAҗ ۄi(Kg R;T~VH $'hG&XjE(UO HB2_A d6\{hNwM$8£Б%} sy41@Ŗ#b-jqӤNL2K{d.0~O̜KCm;c.ڝcQ7Ŷqu<+C^,E@!VƦ nQ¤;*E)ۏ|;%h #Y]1Ϝ;c9f`=3XXB[VCXFQ ܅K2qCQRQNz&0ēs$(nQG8gHqaęC͂bWj.;. 瓩\1NhT3x!4G(A$ ڇ d$ÿ*k#_p1$) -X}+S[?LJ`}p%:B8<8)_2/Y'Zѳq.L ׵pWg"L<UMS5E'|A#(JBZEs*ÞkNa4wy!}݀pChS ]nD]V71vBgϜٿJ5-`QHjPy5vBo8e4"Y\"Tߗkȗ'hљ5}r?<KBll~^<0#ܒm^{{EN"dD3g}7>eؤe@~R-k˅(ZV qAq;j[?*@ֱ) )D# ~۩wh&)Nn0k bAw?IP6{VnW Pt r ?٪)/.0 {)y? /z(-.^.Q9AW1pzڛunS:4{֘ "uŲ#۵+Bȓk8P 1-۪S cw*)) #z.^|)(%Ric씯4?P4^Q8kKڳёHI4G89;≯Y#ϡ~T-KW,Gtf%8XcR2*-^2m[9-kArZz`Ʊ'_WwW@%G'ޓ{?YևD\!9a 3Û嶶ǘkVǁ UkC?$4gae1N}, QV)3Z-k%NA0ԨCrPzg?9bev-COMfq L@r9Ms ;ϜFogHgדŪcU 5YIW0;Z=ga8ĎrYY(nşN*B曚ayKVBm]OJP7tˠZz O-Z#n -BQάS_[nf`HfM_Ag+8Jѐoe%Nw^[n dА+Y۪^%i 03Bgt35TJlXP~b,9,1@BvQO\ ʬtV"B I*Qr^plLJy `Y|A AD˷0c0?^~ӶN$+P'>,=pM@я`*M Ԧ$`MiLh%9/t]m?) Qe%& KI-I@Ch Z!cnCph)H, iN᤮ƹIb:Ê R5HWnMo^w#8(+{=~VT8[i7닿up]Z.7Bٶ1 FxĪM5֣Hr}anME2`T)gUTJB).ܹ mbbul9z%`I0"ژ{Ay*\3kɚRaY9*3Pv|[#hxW%eEDF&U*Zh9t*r)xHkR:C*|<|h+柟0p:ȇ t`:3@,Z(7 -wc Pu46o)L&neF.1#AhzސdS(_[odr3 ś`4i^}#`hwA4(Y37?P0@sE&f!zcro[$4!) a ?k5~4hmcyZx(x3^)`0;!p7_w1v7q.KlL}j*" z8dUn !y/ml/ $„F"nJF.( ϫ8<D x<*"P{j/qp9%` xJ0D[ {[)BFUpN[^CF]_[,orXtKS% #/hK!"lK`$Wpi!Xi{rB3j/i({=E[0*b |]-5\Z 1)"#73iV2Y?IX71uJNfBA[2`4a ?rpptfUBA*XP}l=:Rr{٦sC@ {,M,LD1,zE>XR"l_G7`=RHuA7|t5P6N%MVM}/1CIPMO .X;xݕPcwsx")Z8O$PLu&AW ]M%yL=|掋Y@Y/,8_`LΦt1+~./0e[;8^Z{T݃NJZ*Ђ:̍ops 4څXD ԥfe6'>WLbxen+e+ [: IJ;hf: rHQpMd;qRCKI*{?жԮ@"Xˤoؽ~sY,`dM/O"0t 7kl;oؼ׋ZyHb)`b#Rb9@ R'׏jnWw/F mNjCOd"+O,I@m~B(~ 9I[Zri \&etHY[b9$ɓKk:P4k\]C>Dmd.Ay>PUe(5fދr\pv"Mo=x`_^&/w+hri1ȵd;!o^694o;v`INZPQNR"\p6ZfMl7͚2SdC;Ĉ,OfȠ< m"4ʌ5 hwQ!)0abIb>GK<ĕ6â ѿ+._e*dwVSpy埋ȭӮxwS>",-@yz'@qzCa@5>  3<5{ӣ. _PH:D}8/շ~u5Y/w184~G b-[v)@)3` w22ʉ6^07 j劗Vjm؊DYqPn 2Yv}l鼮&8=J4&'[Y DPLᓲ8\;Z3Jrk2Y.&6 읢_:RWHwg>?Y[.[Ƶ}9z9HG\&N90&/n8S#vgm|Ub).J>/;˯,Z;)0v06 4YԚ n%E0 PP:I?IHm1jX E,*xvH},F -rH}$Vᅁ=:u$JGiuŠZ"Ds[S4!9qzԄT(,Ql rc^u.!wځJwٛEֳtɓ_{A􃆤!_ۧ$P scx:B$!,._uD>)JVdrLSӛ.~ g͟Mƫ{n Εh;~# 7Tȵ0t_JdkҜ)Qj if+#[@6Wɉ{J"~7@dԐ>iB\=7FnEU2bŒނ&3z[V@kw<tbOtl S4SH phtsd_[V!ZڳϹbjo_q8wEMŔۈ76]F)OQyXgr_L$).jBP̙ǘy> X辢 <߷ĸxM+.-Rk?%,X²(nGeW 0Y7p}~VxYG,{1df<ݴ0"?e}ű v9O2Jʣ(SmyL}܍ "I@M${ҧS !+5zB'`Y2a"pǦ2k[&NނcU݋6>'Qk)@ f}A`]#V;uՖUAQe?;&2q9Рx%A&fWI]|a;Q0wQDvH KX0+< D➫g)>zehVBcƧ;wW=A:l+wwgmW Ymjvc-b\\QTXq ?gи&F(P4hE QiT} a4._M# hO}*$Kl+,Ng׈Kɽ "%w{_n-E8*_` pm<"i/ί O2TO f{f_U.r s53nt'Efǰ[s0=i$J^_&IzIJaFΧFG/_gđh/@%S+j`' %evyn3h/, 9BMTɿANV?OT4F̼XfMtwׅS] ߻@A]\,q!Ց5.(?O5St!IP:ت0 fExTGva祉Śfhw]F:uf|ySEq;3j;3Pb J $•E7bh9,[0mBB6脄C4ھOz"FzD1%"eQ_UG6T˫ִD j=ܪY0D ݩWބ>2%>d=هt2*)8M$^Q JwXL^?FξIM٢eI''p|t);_gp.%*sDRg!;RͻZ=|] Eĥv"}ϙZ8X tDݛ g 2q8`yCa{&|`eJ]ǽxPSn*k{pȲ4p{waVm+hi@(6b !:hذGia'/>WN4J6Yl h?hZr-)"(dh: J4BŊ/r}K!nы| ,s3&@m5Dt1۶& f kC#G*%sQD17<5h+=P(g PjcZ7i,ZL@EʍO,0M.c$&t9PB{İݑD?F"H6YJ7lmeF*:CnwsgG9%C GL;mWր%;؇fYH*nZ?cR#[ I j3U,ȏSUa5b)O!շ&^a"QDٞ2o nQNePe*"zeqoM!oč"4D?y r  b? /-]->>!MAK5U'0˩zܦP;ko& h G4<.9ۧGgM XGs%$&8jA+>=e}bƋK"O8Z6W,?B gQe߻Z!$xA<ꂮXSu33mӯĩ~!Xn 6#}.^5mr7@)qmǶnjUPQn ,'Is4 sI5P\Ѵ@+&B[0Hrq2閱 5΢&jm (ȹ e@M\ k'c|4Z6ncu+4 jDmL{&ԌB} 77)GPxٿXo1|R|P&$&mb9Ss{^mgs0ۛ˩ѕގϛuiH;=q]ύ9}a2_/ff>FY&&8)GS=:5 1 2fd1XaNe.QCO{BB:=$}o|\?kb.ꭐ4Lz.Yq\꣎T7ZZ;(%[ %-2&ib!P1cV_ VJ`0}ҥ˘{Zgj#fX77^}l7xO0ǹk%NeM١>~f\xa`Z)ϔa;) 9g{Ԭ^nbQ '1&9PlqnI5q.j.p} w'o}EK3Mm@j[hXB"y{+[b߇6& ,Ƌ~A(z6tyvp)el~f dP|ܟ"mwi"#{:h.ilxG.&mic]o)Ub+3_OP>#wp>Sz~1>5DSPǂ#HO,Ҙ%Cy;3!bojDs&fV S"@8<9mw>&<[pmz7pzsXZ{ ¯'|fpLp7a[qaXq3jvTZqH3jo ]x,==Y7}S kZJ123,Tě*j+]-' %E5d lN[su+Lb_cMtH6k daN^@I,XWӅv&3 i#Vpٵ.^#эp*8cyvUaoKBT6pLqE1뭮Ņd,AGZǫ-cu7vXT5#Rmf@{ ?dҗw`׳+%o |k$: 20'bf\kT{6[0(DK(:kˇJ`s3%SB>Kwp9q0ȃh1C"xqt aNGĹxH?øb=o[l 7lx\%Օ/p'45E^kbb^_S(Yr0ZT;roX%t5BXL#[V2N͇#XQb{ [(|f`J"̡3uDJ%Ra 2nZeObNUTZk51PKF:^éƥ6'-AǖYxucEX˼XNg^. G1mZxF,/2=~ԬeYt1c _j%Oc<΄MX:{15t+\COP`+Xk3M(y-CjHRQ$MTyĞB"4sUҚG}4`A_ mǤ>x-:wYdusmi@:gx" ہ W& pgm`!zP ͑A!nRJRsΌƗmm=Gh T/ Ϛ)N_7)\ykZu !Rt$R.)Ӡ7 40yf;@[z\}? Զ3zX!oxlZ2"IK˨; mۙ,/ MOD3%Dgv 7wԅ#4byLi#Sd* mFLHe$ oW_Ka; 0o X2qgMo3M&pr^3 yĀY2Kp]ɭ1'/Flt;e֞| 6/v3+2oEkJ>CjHXLGybf66:J/5N9xT4f-wӓg ϵ<GpܚyO!qs̼%3)o2r>Nq'N뫷!;T7~ Ӈ*q3$YQTrۚ1CVr OL M)>NNըM=aia^+u<9Q#U쯷KwTu F/ɨH A+ pI=z>;0e@yro^JǞ,,inRBv.[B۞ =MڡTl妅D?Ȑ?.d1l(ft+? nwW ܟ+Ŧ9Bn>i Z)^Pi~ Z)0ؒL O@z{$;K@وZ暑<>c4zRIARkDYd9ӈlQF5/ݤ>낻wܯt~<ʖ alaꖋJ`PJ6}eʁqݩ`-,ɵ DAsm!ˁoݺ7SD֕tX 7;it<3`tXxr6i vv"i5dM{>X {*PAzD^ڨ⤫3 KpFr#q92N,#odXT[%NRb9>$rd%>w:yt7KAD}b~B[J~&j02C]﬽`eu7l$yt-}puFcI{ػ*z> yk-͉B9N%)5S<_΍pY} =܈(ZvcEu> Rޜ!Lv4ӫ@ Hgl2#t7پDSXE2\R;X "O=_]Oɲ 29Mxχ9obHc[S֟ggK/[R܈@N tnt"ʮiL0>UձN| oig->0Pk4UtCC/%g ScSi؜ ;_\V^!>G 4_ZmAGX L*v现8Eq5LTU kfׂ ^Tid]D"ηWV7Xٶ d=(?"៏T̙˦Pc}Shc {O;rj&++PgOßN$YhYM.zl&7 ajB H SyTvK~8S30#s#ęSY}1?/rV_AiGPY]xq/ִc~;`Z܄y*!,.( kUa\{E oG9n :Ԭ\=#.{B>3mAO!daV@6^XW&-5EӟT,@S=y2ZYWD3KUu"CvN!| cso7T :ǶTapZsv?Jc/+FP|bUAOs1[}< ٷy+_G10s#-_VQkHGPo[][T]܃E?X|F 5BFg.8W£䅞&M_ H'T\m)s3)H[D.GfDur'U?Z!_s*.B93 Z#;DhG2aqN jsq*0EU T?cێ`!Bԓxlh${KO_nѱ!WŭOS: iT)kNt6e@`?e?nӧv~{I>$mRsu*Z2&[T[Fi<3$Y1^p1YO4SbPb` o 4)b :OLtoG B65924Aȥ-X~e4{,ƅN4 <pc'翂hSN1ȆǴFCeZf+29\7M;{dNyU[AfBe=8dP"xI |Xe,n A~1E{*Kؚ R0NpN*7$/'s;9VNM $EZ=7x&pMMcւ㭐NjN/*xT'? ygOv]DVJK;ygBi<."9 GVG~k+jNGB4{߮NJdq~kX ])荇`liōyA!w/^u(Z9LB.6bfܐS)ρ *,+T zbtNodԎ; @ ơcrVX@71]pXe*)gdl 7d7,"\f\[{9ZDmvqK&}OOQ]Qu.Jy\J({t!zYؖwju}b辞;#Hf&/7?|FR ==svDx!٣l֚#.Ak)91㟖u~ős> +Yp)xw'q'# +{N]h8 Et]FwWb Bν.g>1BQ- zgc^UX`_Ɔj_-ϬrX4};t SfNmigɋÒKlUC 5o+%M5V]JwWJhn}tҔH,T^кg_!MBɴekuMZ` y{l=֦6M+p$FSWA5!O3a.G' !dΞ#-Ge7ɘ#،=D޹S,OOZY,VM ;o 3] JD B~(DSP=Q`%ۿh}`'fP" PDLukq3!^:F^/rqϛS9zRoNjJllM OFD=_z </S +!}+U"ʅSXORZYLdJmB<"4cza?HyT4ڈmM< g:43dcIvp({"SMlRΉ^4WKU a淑OXKY5nTO\- }+`ـ[|\#pY5pg}嶘FO0HV }jlOS^¤Ь 'ڀ[鎶 J'Hv<^jS5{*b߯ûz 'ywkբL.udd OT$34P3pFV]Җ%߬;|-'D-B^LƣhBd1h&Q__VqRQ¹}hk'"N^o%N k'A`lT!Kk0GF!ROF[ۿT#$gH;X NH,>mTqAo[\[́\f8SɷQ EX1{#W=F# 3n!)K4)|<ᷳąI&s3̜ ~ gg]uV_*q/ت"wW}[oU,1MًCUML&keIc8ߌsr05E@߇={6;ņ8*>QGNѡrҐ#4Cb-$7q֕@^XR9, KaLźPM؜ pqʸ'TqŻC,h"%2W 29B=U4"4' |`_K~]NAvh5zGY;9֒~z,e͇x Eq6,+1LnՠRGy!ދoQ]ԢD1 xH*)1hZQh&2NߎRG#(>D%e=0vEC;πkߓmˉt%;ZRɃɶ/ Vxh$@垔_دbzPhv 0M ]ci"FsՅY]^Wn٩AOثZ?fP]˂VT;U"Q $L?-hW6csuM7 y֊ɾ*g\c~Tc澼Ü4@1W!j=6 A`&?O?7 3"7K|QyۑpDvB }@5ٲHd;~Ũ~}e\9Љ6rh-oV~w%C:|?+BZ@vP:A/9<7{H?Dˮ*Jwl*q@aLqBo&FIZ͕[=jQ~Z ^"Om&#-iw;Fo,:bi Pk$oM :2pvxg;CsfY\($]e,S8Y 2ty,7S miUdlFl3$ ''mnv '}D?7WQ`A6>i?A#O!-Qw64Q NK2l/=#4zZz!똙l:mk0LzB˜܎7{q>IsHI>*:Qm '|v@UMUq(Kx0`)4Gk8_hor ID-뾛l*m@=qM{T7#FYB3Tnh2W/`a/C-epb~]7UoJR̉Ap*plnm@{-Oc!nEV̽SNhXLDbx3T )pD}7P;&0q1ë^jH;HIf7\P\Dx+9Z}FPrh@VPryBמ?A nۭq% xaWbO  "'d0_,}):P!Bx?eETb _j/3L*0Z]_)E.C^')1w/xޚ^ʆ0M&*S.tZ¥[SޱB EAYo ワ'J{|5lkJ$v˖N l|hs=!8\yGĒk 2A(k?d嬐)m=$>#ΖYm=ܨD0N\:LMM /X %m.͍e +. I.(^QejRwTm4.YyX nLd&s)M(&qot4dxީåA@MwfT5fƃ/.eGI@O2<ЬFs SL20~ j"lYű6rY*SgƊ2ĽOHdKT9K*u >%h37Zl8$Dׅg{L$1xJXJS0{7񠢓h$+yU|ĐD>ƨ2uv섉޹ b6cӥ(a"0Ι?ܺ%E0i &*h֕+siS\Qg'Pܻj;Sr966'.Er9ҧ &7M쩮1HȝD[* JZrqԍn}K,>h-:0 /rhD_˿׬TwUlBh K$^](yQdm|{~}IC#{>L 76f"%4PuC|8F]iMtg.b: JMk>+AtR#A$Z3]^ o lRg}71B|F)YBњ{]0M"% 9/+8eQC)sEN/0C;6C7֟8*ʐ8 f`tڌ=aI'{acyyqm6NH-K.iNQ6uȢA\l~V47n$}w_Ws=K@ϋp]=(~v j) i&tfb"1-u ioq_H3 q.B!dOJB``~^Y}Vq%v"09B\1>PgpzB UQ5u- Jzu5Exj ^dzTk{lKY~ k(-ʣS92rj!( ٞO' =bpyzVFnM'-ist3aTTHVxTۭyŅf^88m}|/S>bХiqi*+TL%fE\`UACK! 4=zn-pjAdzg&ƙ>pi/ԅ=D+Y/#"~&E j@z0ʝY0G/<5py!2rv 3zM|> ~&zOO*@thuG9W>u"ԀUI%آ[VіNmmCve=-]b}YV+{'o & ΰ.R&5i˥Чzkl^0{p,"魧(\K<Êp;%SDO</Wk|AgZzT cM.&f`P/YZbѢU(6VŃ i+)ˠOH[@P*91H/&xE^ixkN6Lm _&Ѱ@V,Si;$ ;:՟Eh stR#zmĠz٥vqh|mŌP9{_ۡm@3}pkr2-+4$28vC~J5ZPW)Cn2H6h]vEN" BHY}^wنWxik*9rz-.]# j!Fqi3N8(5 pЕU3.Vj&cx[꧳s_#;>AvOH2?(EؗU"g8qn26T~'5gUu%,Ao5.l"jk: ጌ?d'񲩁9Za'sm 'É޷ʹ]Fj,线ﴡUQi KKw&:|Zz[^L ?)VIϪ-lD)ΓO1pBlP VK*F(8K @8?3=+ɺ]uoup)]ڜY]/~xd(NxQ w|;&R:kxJ(J]e>CϋHQ yUGr "Ƕƙ7{*[kE +{*[\.ٔ6?f@ $ r@At ݵ|Fut{bzE p\|u :] ;̼V۩ N✉_7Ћ ZDF9@ EpS*Ft->BiD_ wsDŽj9\=aZ0% `DՎ)-iBATt` !.}1B"KgNv`ʑrKNVvr>@nBlc򺪩.kZlqQEaGa>sn6}ge tAgn{=7HppR_p|{=w'It&{>:ޣư=%N"ZJ&@9-=D{ܘ n瓢 ~S*Â,Br a6E͉p?6l46;;~}X/B`_h6|%'{t튾\+hE/v58+Fs(?3f^'bnd$.؉,okKq^{^E̽(ضvT7kTW%&i0'J##(qIOFeE3LѶAR=+wn[KnM &mr?nqE./ky}+~CX ]ZZzZ딍&&$s=XiUl |/.ǝjg[$Rfe"D.:ca)V W엝jp[}{b%|4fnaISF`ܯmƻh5 5ë/%ŁDB%1<񫸰8I g!k2lۀ,݄cͩ ֖YsPB1TS*f3K "_ g!|;g9[Nyq4@ʱk;#$a! ܹ_Fh#接=@CVd4G(Q2bf8&~vbt>! >,(cۚןkC1Azʄݽ$m~C]_:+ٞze/mI#>PYxhWv=x$8"AmYG$m[-s@4ͤ1N>էך*W6F1E/_C7K77>i='+Ei#`I\ͱguޗ dTдSנH3+4kCm(~yCӧύ,k7 L::V^(~^P/_"3GDep"I@+!{рT~#Rz 12 @`iXQ-(pNIoj)! iLK rkiG4i[ lQF,oSحf!],+~"e6+sloHde"+e<oԨ$_+DXύ~t"#PǑcdàe nш qa4S|1*CsX}4.ShimE@օ]Eh6Bn /2˵=WZ|GA= J7hMBjkL¢JM[I"F5+OD{ט 76jZt#yUIj9;P .ZoX"C&C<B=)cT}@ă+>2A_Q%#UTګn,P(EZ1lWJ-.-8#< Jp0 )[7lGʆ첇~IʍlT/0IfG57pі䥖#] wʀk$ * Dp䇤KX7G=jloY2]3MvITWLzE Eસ5¿R]栭)"-_5ZߋC=oYTnL(~jO& 8/CC[Xk*U"'ێUjޤ7FVR+AZY<J04%!=[al+fʟ8ykF0fՍ:n)|*ӜiƞA@dX' n Ўcaǥ#I >q'0[u%Ns-:0>KZ5 9ao/(6UR15R{R { "_/eXj+HM7_iy)&$,Dg|1վuϕOJ+9t@qE5B#Z½ @Οը-/ksQ !2Hˎz'%^Qz mXg[+M-$ڪm4Q+L*Sq_>}P%bn`A:m ]] !^ca#`h舘:O{F+cZ:F&4 ,|^/@o{S6Y!IMLYoWvZB*GJFȏaI}ύz;#ַP*@-SklDlKZY`њAbn]t1rX^qNMwSw^JOMT9T6 :#]3<Ƚ5np F!e7ϙŜihC=}pU,>]4B%XqVV.%jO=>Opڵ@)+i]3C{)&}!5v1U(+@C.U[<ֿ!?MV(GW}Dx M+_.tJZ<Gm`Ur] ={Gy^>Y:/Kb YP!c:vU>rHYMm/[!̡`p͏rÝ#2jp>Ve8#n8wT$AHV!dJT O8Zdj( d o EU]dK0;|8vB`eJ:9&mBO|q| cV3v\"ڵK' yYSp kN q􄏌\CRD9$=̲Jna@}s]Cq?0҂ \8T͕A2q+ȍ;.n` 4HBYB6ύ FOw6+e X熃YoK2?ڕ`+Z5Uo!lSֽйLHթ;/f70&8m@Zb;hM{/qyC2Vcy.BL0uQx:H YLKh!\STLB5U c{)AYQé7v0_tj߬=xyW ut_]~;\`%a֤>:-"%T.IFs:Ό# `s'_(]͎WT@'؀H..7k؎]w'1,WVHOnIl1!I L3( s\> #$0Ir:K#{w#OB?ݤk3kpmJi$JFZ+}-a5LX;! %wO0/(v_"MlbDZY6J|ϤrԟM:t(ۺAQf xv[L)DRT uIb>)zHNf"ntbB\p%Xd-uʍ;Q'sg83d u)>Ƒ6 ;JcHˤs ,Qv cf;)hJ@ 8 `R3}Sr!AZ)M F8PgPd#y"ݸ3 TTy%HgbTi'2? hnb'`֐ZT4 dEYрΰ Kw,.4X%]/(Q231619;|^15/u$av*<8( $:+_OP<]~?rOZG;~baKk)oݍr&JU[2 Y-;N9_Pב>KT=[.éZrg82P;(Dɗ߁q'Cq?bhiS8<ZcYFIBx0ތ`@Lf .7 yIecWczK'b[Y!RY|q8LνlۛA5UV]eG>1V4" \b9l?@4 AäI|) M~b+SD!JߴDl]KƒXTEV4|QXa~/FuN j,dK7n fث3Adϗiy!Ս7CO*ʏ?w݅"3EA_vux!k+Hl{N48pfvXjY8{tIFwt  I sxvV6!-n&:ZbTAB+h/K@ Ԏ'?hB*kΪ}XCc:p|t _ZJsr~WFem0>W|^8RcTӰ 8?ܑ՘^, #>y ۧ荖NX悐\g~/wBKP2z}{!5BM0*`62TAD^e9Zd.bMr:"̘ $Vʮ?$=vE0%7_+r9CY,K9OH씩ps9Çx-%7{##{!Q \hJy^(htPV%?Cˈcdp<~ڱՌ"uV}Ѥd<& G|k7 ɩw3@?h>qƝї/v c\P3}"v>EAQs/YWL1UdVy4 fZ Yš >x7}4*Z-&]]4oۢ'2V;QTc#,?|a /qR@VKGz]Mi%gg/HS6Ӣ̴̗R'gz:T=آjLsL1KjZd8$ džwH]U䨌4&.IZXY#ߦX: {mf}ٴ 葴݊Wۉ<7, 7+_!bf^'/V 'R[T"hߩ%N8 XW:f{Xĕ6蓧JV2N7nҨV= Hͼ>k> ڬ,e~+,]6-|űGt~{X;#d5Ӎ+ʇϷP4՜"){|ae5Y@"{B=_WXrhGfmLET;#Ep4J/huΝ {}0S891ͺLިZc>cFWMc4:cX/5&6Wچ.rQq~ٚw~]Z@{i%=[YKFU u! <OI^WOw+^;2rlz?P(@6,V:k0NTF[s;vvi'5 2^1VjS3*P>aa`1.r8gOP qJ|GxZ|(!ufbjlvG@eU9+G74l)y{>NEhn]>tx4c'se)#tGQA}H ٍs5=mu)毯qo #?}-dgÖ[o+ L"Gqz!6Myd@d(+C$Nh]!0΄×mCJ~h _[I.=9r@j^i͝in,>'T'G}a(R|lj[: +L@3=6wϖ3o\u:tɈ! wLEK,xLy@okH*晊2Q>,6'D'|64Aut^>a=݅@VV8BLGz Ԙ!+^,H^Х~.҃(;GRXZOZ= Sr@FLhGm$!D-&w\/ޒqM е1@8DCERjF02J i{ɝĴMB{T¸;߄KdE LC*+ꙛfԬvʉՑtlI>c`<^g\ :cM EMڏO2x!k?Aնf/8C&' ٦Ǒc WRz+PpD&\9}̳"?皨a@W<'sۼ+yd(&\*WiIS}Wq@v "|.Ϲlt*52ՕV3Go )K$|=;VVA|f)(-TZjЁCA;FKCMzp5tK-b732F2V)=zwJ1܂4;ɪk9;:gT1ۇYWB%mOk;.?Y=bvd[aULv.A+/%Tqeo̡VIz/Uqu^1fhyOjQ .M\lqwQbjf_=qsƭE/Epݔ/ L)* -k2Ԩ}ز( ͠v62qI6 HrlP 9ulˉgoqv}߿Wj43|a=Y~FQf` |oO`^}jm||q9gdv =':羛PUr |ǠUbB(Į<ޙo}Ps1DNRDL%YnȼʜKhF\CvFa+`s;)ƨQ(y ]S ԩ8YF\뺜V],`AEtOB.N.z60^ lXTPLz^f O{d19,`'~4]QtAB4Wc,̾/ռ2p^%% &W!{{$ B=8(7.RK`}1DH +<颉|۝*#K(*4[?>o궜"! &; -$6Դ 7߽͇h$&|jJx=HŹ(ubӏOdq֒CvU#ð>fLWx_" eE̘]ӞXicLsv UdH=fSU"1(VJ0A[R}9T# {F ~{v'S7_`Bv]n ?W`cK+RP|ٰ&[TɁ8ʲ6fJGNI}aY E:F>(9`t!njzU["xX_M+T ZH?G8q+sOf96U;$J4G2q/}bIf A$ÀC -o)ab3"2Pokf\U1~ȉA2B;-nM^x~kcc,?NdDQjZݹ/3O{^,B>lo<ݫ֣"|A[l-lBJӫi*'$Tn+RBˍÝFBM==:<tv%Dczwjaތ(EI>8?z@rRd}Gas'7i.D&1XI(&3y@^qם~CLį)qEj]m[XFV#Lȳo~pvHXzCdH,\6ת^bVpMzીF qבr8lUP%tNwȞq #k/dQ W 9{&}WW-a#$,"}0獵ϗޯb_MVG&`%1ʼnQ 6퓭Z!#DZq-nm*aG !Z\W_=Ɍc{3k70_ylmX +LeiMFhL"Rnp>]/)pMndw@YZ;%Qp3 3؁ҥJ `̬X g}ڒisc\=[{zt bޗ%(k| oPq5Z|uqd/)!G Mdhbaco A~znE lnkZB&,rT ɬa65񵣾?x܊t)eFu2ts{bBvW/Q`cHNTPYevxOi/MhOO?!r"}vфEL]~6gD3tDW<V#v< ]%$GwkUIW루9%S?]{MٹONol@ z6(l*;zu^DFoZ?y4?'~/&f_yNYkjZn_±_GȢ28Z)+U $3LQdY!H׌H^oؽک)֑`bqsMB{`q%%3f֜ Tw?[#wwڵ@;菠dJz(,X 7z&mm_c?/FgGk)YG:)|LʊOj  ׏P/uR҆rUB^ O.Ƿ=m'ja."C3RgJz`2r$ ># s{V1w HBS?]k4 _u ~xR! (nɯE`Bz_߸=NI > 3l<)i}\yawމ#;dȈOsNG (꩷.BH s P.E%96dmJ#*t;CRtl$ YB@r~wY 866S*{ZG[j*ϋEMf3[LV,\^UvqD!΃c h>ˋ:aҬ͂73VwԸ]i2^i]o@͜+y}@'u&)DI `]k-+RCUl?IϾ6@v>x*`5M3.ۺPo,) ԵVh(%&IZ#Ξ>(xvz ueIqѲgu}x9&Lhp[Ml|ԣa ]w4 *08ȵr+㼩yc9V*?,+]-G8`on[7^uԩo| >P8#uΒW |K7jC=K/ULrY8VO^Yx^aXGgKk|/NJK3 =n|R!ԫ{X$pӡE&H~Ր6Fpz$?Y [(d0=CF (U68  ]Ր.ِ hZ0&Xw&S,W$hEzs*28b&ddėG3"NS2vFV8#{\7saH`BO$*tvSUe3DpIJL C(ךD D7eNnx蘞IbJXyS7/zc^X~as{`-iPntJvVt H2LŽ_3M@Rx#o[De쇕0./V,8%繸8֯xB Um: lt?6@3jǓ*>uw93%e@~ciAufh4-ӥ'HB_t15-~)n&|"尫@юuc"TOl]2O~^~vMR$PƋ]uX2 u(A8<% [KP⡦GS|E h y04 t\ٌh/2 5ϓԛ<uO1KXl2mPCRĞ14ֳԤq˲^4M0%V{JPiQ-cd۠'bUu2dMn#A77 w֨ gX(Vau͗?/'2^#~k*☈i&h7Z. jQ:2$WtqFNF)6Đ]~\^|‘[j` \D';;JK=:np Yb hPe smOtr7q*{S[WI;d$<4VT#/RFM2)>؆汫;m5'XIf{Hѫ6b„%? QYknO_[ DZ ٍO6DA6 v{VRr+|R{knU Bulmlx)͵3 ݔ,GZX E] *E';KCjyTz vWq&V(]&G4EZqM)C\֏*{Kԗh$"e1|D+ pyMkN4XC;]mo:GIn K; #Vyg +ծOzp}MۮBjw ANQӃe qXHMZzU^,XT{ɫTrNշf:O˞A;D6Ƌ*nK\2L.)j |+Joﴞn9Ŗ!h% VebK(2,Z!iⅯ1g]mF~[R:EwWOenR̪vs4m ToRr;N_6%֣˲7SL w*֧/xmAx{Ɠ1LE+P=@l~l[ `"P:2 t)L$eDP/;Lr\L~H'>kb`^8&Ok1Digk"|TF,ąĽذCH.ExUr>"nGC%&Jf_/u>+bDx^]h|kxnXU7Ga(ٻWVE[OZ"㹅1<!p*hӎ \3Ћ?tje&ϑ>! NT0[? wK /޶ՂŬעcv .&*W2m.zV$#&w"JCV+!jt/(#6d6mɒcԌ`XxIblobc5Y/$)eZ8||#*QKlGZ>np,t-.jᴪʭ:=aèa]GfG>5k|z*GBgO|I`0K+<}w$4I_ˬk"*=A/&:X9ӛr9^}r:U!Ӻɢtvu,%Vo\I[FXrG,Nrzf4BAgUi+Ў,Si)1TK 3Bf.I$>B_wSR2(]sk#Ň QV{ʢ]eFyKa;Q[]>o]}[+VB&@2Zw?^[0#u>:j KD72g/XY, %L'6mBuF5?݆Wo4 ^څrLYgp{<6*LNw pf׸R5ϫ΁*VLɖoՋ7+ `8)Jݸ@KUʔۤn`A7İYid(&C"Fi쾍Lry&=:{˷ &V]uz$yEG v!2^],͎͐<Xg:L'`.Q<:@GEni/d)C1FYY-5RwqNs)WɾZ S$,skviїZ-B84YZ3Qؚ/%b>@Bu4 Iߚ <p<7*-lM=xvؠ),4LEbNp#97{1:ywBp]ߒ*JB>!$D z*.F>$Ĺ/1bO\LEg7VZ6uob03_@QD*\Dy^x˙J멽<~̿4E=tmGR>".XhGݏ~ͽ#oH2-GJiRAjsT+`S%HrX-8$3eE  xS[1<෭|V^y&Z8sVѩC{|.!,mX;i裉m"m 9n`HL`&-,p HXf@NzaP"Ƕr VCʶ9 i `) [pKܽہ&_ MO 2YXv5r@쟦":kZ@],"#,ޤA¨jͼ)Z` R TC !@i3rM,] ,ē8&[^G?MgJj O:r.2Frsӄjk!Lm&[z ZN͵[i 6 .ŽzYǍqN_4Էua 'L[ꊹ֣ Ÿl>Z'N U.b4!*~!8WϒI䇶uҟ 'ܒs*>YډwPFwO@784 @q@1j9 |®TIӴ:X8+ 3h 2l˚Q"w HO6g5!3wF@AL<7#~4*>hUJm\/^xᏏ44tF{,Zlwr'A$CT0g5ҡ2;px6b#5g7IOs4f.9;c Ⱥ99\i'3 Ѥz4fɳI0j?-X2}t J^!J 8MyK ­0 -2^ntsd.}C' &c´1  9ySs7FrT|MO[WLw@{AE|zPdNuˠ̣pw촆kX\khOsfC#/2( ـ 2Ϗ,Ak/?məatMnWҕ;TɅIصpBp55 *w ŏfZvZe0VPLM܎JtלŪe$CmrIj]O)͜د?1 zIg6m;(_i^e\ף?AX%:03cGl%3q#:Q#AYUt Y@yY$>O4[(eE—qg9i ";4'Q-gt8]Zc2fI̅OEO߬>>񆒆e@d'w͟YIR yg##.\ri;oMet%i>^l-nА\#Zm#4Yl*NpgLWjɌK!!q>hQ4^HthJ5H<Pa2Q ,L(Jm&6t >WBLK3@}&ێ(awbSQQ~jJͺ䜀s>b7/ y-lπo;1@Li׌$'Yp\pjxI].Q,8N^6f2E9Mh l\@m䚂ޣaԇC7: gzZr5'n~UM[15P/OތW(>QS )R+rap >!C_B74 p$VOL%}A\r}v  GWSR`JF4;}mC,<\PXeΏ-d7q%qmTJ};IQ"u U8}I s*a}ۣ̎ ̦>!4eIE%0w^St@!n#ųǜDOD[͵ YxA1J%2"Q_8]9쌫))c`H"^VO왢Ϡ=Mvaum1:u2϶ZΗs?HQ)6WǎkY64An'6ABgA{AhdTH_V p;rgnfyvx?%g<=PŠC<*l`]Mn hx>IsGPK1g[\=є"%GѴ ⎓%0Jp \>>zKFEp2D\&;at1>ɋ:]]?`(-ےrAVi@ Ib dͶ5Mo%[ΝdhOcᱪW=y'"nnSV@ NSqb:tp-ʖ޸lV2+"ČMêR%{˜Z.~Jr*NWG>aÎ4>=|qUECZ\, mӘЗ4)Ig)JX95R;p*_ZkS GF&<z'Pil[K 0w2$_ Zdv|YL$*w<7JUdWɐ{Mv^y\U5yY2_aaA.2#d2k3]aS@k $T6>:2R0$T<7IQTzqXPW|-ETBWtAl՗lG@HG=Iy wC;OPYxb;G%ٗ&\l kFd%wy&"w7'@QWKWmMz;:^{ߍfvă AFE+ IjYoak%bIs'm{?,덉c^P^UF#\sQ DHRG.kL0,9XaM$ QC6u;n̑8'f?WSJ.ُy8@DI@$@xYWL"e"Y\KcarGWem%n;mkGS2kժfrE}n*vfugGؿȾ7H48`&IE0k>qx)e}U-<5]tll&` MSx~Z?5-/ehBt5 ~x##Pypf_~eMO Ü]֓jv~r}i@c-kl jdBs_v* Ϝq~*"淹×ߛΝ|m>}n7LmIf3_ } ]{fh;6-0ٍcl[1.ڭJPs'"Fj˜8X|a2Ju* !}KaKKqMJ$.= h ^3T !wͿ%qC "A-mG\=HoVGHQ3ɏi MÆ;m! 2&,d R{)B0;`Rk,|5?0|-e_?n)wdp`2.zsW .*Pp2:DD?}vm oEY#Ywΰn aoe;1mU/Qnc(mNQ& (.9G˱ӑo3%k[<."c"J}o,GrxO(k]mu`%gVrL񙴪3)sij"v`l8.?G8u@"8h.>6!<Õ'@T:]{>hP50d<`Uʩ: z.^z$um E}r{@†91x[0jө|ݮE #Gd{hvV' ߁;>֎ܙWПJg5,lg/ %Ц߅f7Z 5#,Td6NU/ Ӗp<2q.J%{] H%CzOn<0q#_s\8F#`HBE˹o¿ mgΨds!_;zm`+Ͻw\9x}Ӯ>LOrH~O?r#~gQ_+r1xZҒ.ϟ|H~@^ 0I={#^߲dR=ps0{j⬇ܡ8L.{Х L) Zzt3v5_h푅bJtУr)]mdr+X5x/;5uXnFX3߷ ^!fkTƤJ&,G\;JՃ~V"{zޏ{蠄CpQc8nd(pKgG粭`n)I3./ 1!_bOG8@qG:lZØډ9I6 A\|,KXJV>f/1ڞ诋i4z2VCoѕVw@ݱ1eYW@j [ۉq^Oka‚7˖|P2j'؏"QA~LNSGh`sgNMцbiYT/@VK%x[y`R%@6az(R>mCwY$J&("8OQr 3 rHng]("Ix|%(6{ͰMGT te`YG]tu , | B,qgӞ„BuzY,93lڙz=PHd{xoD" cXOUo.͑:kvw>2o<&Q8jt"m(Ar0ި>)4{=7ts2ЂME01%)!gxx!G.d@^2ljYS+{M7nD)NXC B1_mΎv_Y^Tƒ%;d]Q1+Yys)X"an3fۘ컓~)P|/{1[?{UQq+~VpZ .F %Oh./ujnYtwEAWMizɃE YYGrHYV֟q$sH=vnɣKjt!E |ܥTŮ_v=+N{OCȢ]g1*Q?վP"GiSSd:Co7H@gWjțSp)^a-24m R8h3ؑg8i{pq0_96* ʺ%(Ɩf*E^7oT$4S>Jtj9Pn?|K(u~Go !g4?|E1'D: 4$moDڒh?,K 7@a)| p;& UnggJJX,S2h Sk*jW 5S'dXý)iĨeCykZ#m=pˮ^*_4 'Ї#O@$q!ngWlŪ3TR}8QE"CֱϽE0n^ ςp=/86z*yywΰ5>8Yo6tG;:7l>RKͯ8XRq/Dę;i"*K%$_ctU Ex%׷qN4?cJ:'煸ܻ_WPZ' 6[_A3de,&VIZk״`TyL(;0h"\̞qC[˹T:_>$ћ#B Wvzq1( ܚ.:w":g r#,U( HQXb/ػVz+XJb5 C8VFut;l?Bٶ7E ksag.`{) :D"X5Jqu` q>i>9y~2N6ߺ7QFk|\=n<]`}F^E:D;;ӟ6EKz{^.,xzyf*LuuK^oK#8i$ 8-aNM oԯ7p!k ӓN݀(ZGpWS7FX>{_3Y$SKV 1Z~G*+jPm+Xp562t2-̃WhUI?pd@ף$,[+S1ܖqf`lTh,3 RX8Qg eƵQvmO:hECZ|R'"?V6s|i=j _Usv[3K 5*aP%lȤ"Օ; UE ,ޡZ[HČK- uv%[AI&+q XgֺypƤF>c/ (zˎwR Ki]&+t{!r4Y}zoݟIS mAl!ڤS읐FeqXm^=V4ZG2P 3% rTLIs2\M@8X b2y?< T[@ e8OroHh@~g)L*kwv ϣOL?/4E8MS-iBGk} $^[jؿ \Lδ%L'3?Jbe5} ٷ&UQJkC;%P M:v] ǦbƶSwtC7h.e'& ;YK^3Y2YZ927h:6\!kwj,g _)?pO6vz1P39~Wǀ{HZԷ>V&ϵx?GzY_-gݲG^uJ ZqˍrcDoTsg|l(=F:T#|bFnUItAPfzQ:y1ȑ'IԂ\fXl,[c ջ@Qm tD R)BS6(lZ‚St&]3<}s.`Ё2Lb~Ye qQFcr}BF昑d#OIgO6akAKIUEmua}H>H3>}òoVpĘWQJܕƚy1 YFʆG:f'gmOx(jܡl*8@īdAOVnVM_'A^-im2P*fD`[6 fXho_Q w~ 3\"x0H}C*LDuܭ1{i}h#8"aAB˙"@QZ|RB LTdw'QJM y'm{5TJ[LA adAe#IS%ß&dsA{x 旧y&d'5-y-B. p^ˮ] ~*h?1/O3k0n!N䱋&C)0ߊHIt ]jcX*u_5OfM&[׍޷Tr_<^@D'~7Z ez6NT] ҈n7{:(@aG͔.q((a]+O} BEju^JJ:n6Q໓*FLsme(J{&y/lҸzS\'c,θ721I^7Ҹ踉7wN8 LEy? X=3 bV}AFu(9l ej|fX"{" G;4iNSb>70wljH(J. F|녫՘ r0s#kQXw[E s$%w؛xQƠЬtuO yoر1|Nm}e1<lxx=k׶\A[y6!%Fq(J7.h_^t7@7#Т <>D R#b­~Zgٞ|dkV8fa$[en\\"c 0Yѹ ]kT=`A=ssĔs0j jBCq1^g(j-@NqjsdA2֧Q2mk&φgkD)nhy<Ioًp%'_f6A="g1g\M4T-g2sNڵfݼʛ:̢y;}N o7H VUAMReFQI0y`p S!cטgN 5 o@!- .P~‹tũ-49bRN{%, (; 0f0EX3U?T֬iNRG+@^ۃ'@S:XNfq'Izk1O ]F}J&VVp ]g 99l%}jw!1yz &a-,d8y1v6[E K4N=:RxD.U05l#A[MRXA=aϹHlķcvڝy ]flWJDIe%tcѝi,8K cFVkJq2$L,-2չ~"O:=$wگxl\fI!6zk\)8!;?O}8,,(ե}Nn'bޥ<ȓOq×]0!J1R6#k ۓkRI 7HhTEӜU^-ovˇH!ݦ6Vҭ>[n;83n5# 48=~NCMc_^?fv׫ 'su˧|tM?Ɯ!]'S'2$utT ibBYld5rEEucnh%+RxF=?~]* ش2AjNA dV3/=CifdX:gpOZJIݧ*}ĸF`-ŵsS'rp?׭w  Y%۪Rdp;w!MaZŹOsn#%b`#W&Rߣ"P<(ScdZi\ =u"OڗkJ5eKCgU +AN`ԧعi7٣L)I^ũWo(m-%`4N3ĭ-Z5~,T)GI;)`O;els/[kCM/AĤ6zs@ZBۡ[@17<`?8SynH2g*L+-1_ @i0P;@Ŵܗs`O12#YTd:6}Dl c  x0U+ǡkɕ )bcHe k(GC sᡌ_9Ѓgΐ;(~`R|ݹ bI2T|޺p({Q\2@(ncgzJ)Z=i v ur%mzM(to$㷃/붴@h '#$Mrj2{gttLmV^ǬuٚNQ|,XJdk'`R:g elRwU-+/t}=PO 1gj^Z:5rĮr57_O5@@Dը kἌS^̈Q^9dCbTtW&vC*߅rZ !.EW 6x<- Ê4t‰NKU0?/E,_8&õFLa /Q#ܾ@_WQ(~ G/INK}Y1ud+ ۠S6 h|hO9}0|s s"yH+i7#T2M|璹<<.ku2s/ZHepyZJ0J,h+2"w~hzw {4YB3r"%(杁%DF[hJ*[Ygt_dΜHZ# tlybYƓoCzKp4VYJ?I|?Kq!%c[ $@L5^*݊0^*믐A'Њ7B9h4}aN=tG $#}MaX)A۬9zbKcII eV&mWf\7ji fQs.V-'OU1CsFúwOtBX'Mft o[i'4FAg|ZFKH:OubID~4$7V4|^~XH!2Nx-Ya]yo޻y+ccTՐ(D:km D+uz=!جĖV"_W7FPHX?ͱ( M s*w<iJtk3 '`vHdF,}uin!+#˹4f' CqW>u%Lbj`j}lJ'޳ "r 1YSYMׯa7p+(1G=a)V"k;JZP%#}(b6VCWPn 1ӏ?bG)?`_syB"V`57|HjKƀ]qf2PᲰ8t!֤5WoF_})h,[xL=X-ĬIBr:I=rT.E$̎0OB\^J_ui S1Vk%Z +?%qfu? |,gZ+rloڐb$Y-(Q 9*us,S0|ݣP*b5*ރ" VtIt|CC UfVO.Zۯ -Tָrs$ί2s5p4ZTi~Q!Ig&!S MS Q0L@G$E~C13r㾧6kӌw! y{]wlKf=t=B4q cMQ2*`KSTH }ț&q;1u,I߮4`֑c>ܖDD׻FƳTtyS:۸UGX#=hEeqAlBgq})+10.-q7 g Ipj?qxԭ´p N . TfH]{z Lǽ^*}O>C TWՀ'!_Ŭ޳Riyz̩yA@ TL#:j@`D\؟fZAe*}}J'[R:I7bvr "s]el~"v4Sk p |Uc4q"koIh~XiԊp լ$bb ( 1 8~rNplC-] !CTb\^2˯%u␵J3$VP#_Dva~d9d14 u$`poaSox;3^Ct}&I%_UNf!:UfE;6q 8 #Ō[ƙx3LCaɦ\ 4Iqm^-˟|,Ѳh e}ɑ/zok( @g5O Dhmo]Z ),O^*'0ǁZ8w:ЯfןԀ AXV`d&D;G0<%z mx7gmw {_y0N\eym]x婥!h $bh}Im"KF4z!K*Ŕ<@?jOf|)qVɼkRbqJξ~Jfܷ\%Us{-?{Ɂ`:oz*CD7V-SQ:>_eL4u[&B+-m ULp+ I1#cUBu҆Z:*9,n~uHF$QT'dS#Z_s:DvcGsoWg! l+0O({Jt\־I3T f Ps›Ѷ?eN԰ -qg6S-b]K~" 7R^r%+8J~-ni5-jNJhFѩFɿa\p(K$`Twѱ٬}]D6 cMO cN;q3z*WVY]-=kMܾ3KQ_=M|AhwEEK72&rDaWрE5b%ͷk,*)*v]$:**؇A 9Vm h7&x P>kǮDf&r.(+3~m,_~գENsNal\&҄t X}밐t#-'-n՚5nrbM=9םKt8~m0$=O[Cy0$_r\E 7)b͑~(,<\qtK»M~wi8*Vփ 6a9Z\ճDSHлniS kC<@2/?RD}x 6U']M.&Qକ#kidTM,ҝ[vѬ+tl@å>BOFX{TD9Mnn-zs;FG* _y,_lZ5Nφπo-,T zߥ&a{%[CgDw摓exbB YzŁ5K촻RȢ1J*ACrh;}ߛijdl}CԽwy@vς<4т4 zlo#t+.^])PT;⪍ *$boHrȯipg=380aDqXƚR@.J\s;0~U A;x& ;J&9/Qމco_!|'3W/2PZ}  U;N|p oz 7 Q/SHėC0kv8ȌU1 /xx Ϸڸ}NG>eL>)V@";bGTDuH:Db::/\T-Ca:s3y̜cڎZi \kXI|kI͈J5 &hXlx ]'P PnNbH4 5(O(6&ذp &pbћ>=~07cN ~SMIm̏'u;0~|&pW٭F?+l\e/L`2knn8 CJUU^To /a'"N-(j!@, 4ZrEx*,!6/C1+~Sct,;VR-%  7o佽iXc88A}»ŢS{[q7 Z$bFO/5)B*z3ЃPa>~湞 W=xKF>Qi[dxpѾ02"Opĸ#c "Z;pP"=ΔpW!>R2&sllgn_}r|}Vg.{ɬgRAf%ʳ_-1*+twfE\xVkr*|iRdU%T( 7ڜO֓e/ޮ,בs GfMvntAP D.{f+]  Ύuݚ,iqMyv{v lpT4P納%ZO]Iq= EKhJ+Ј4w~|`2xKC W\}b.xDT|D"wT3_V V/9,=IZPҷ%֑g (v=+:a(g=fs۩ b|FEI(! 3ZǮmȑ(nQ1Y~,o*(wN]F~T*jQ;\B`NCmb 4i926ǶÂ>ZDZˮ̀j+Mƕ!?ܤҥev1dn9x0hҀIXf}*,X!Qpb'=Nʊm 5;:1(^Xj@#!r8 )K+zb͐GKQM{OȘhHY,=7eɵ}ML[DNjm.k{-J'fjXQ;S}q2T\z nBWar氡Ƴe޷cO愍NގN'?OXBh;Yns5:}-@C0sG|9 M䯽IDUi~24pMJ/au\qmXLe3)#\4fdS~]7'UZȳB{]ሊiҁ.~)˺Q^Ǧb"ܼϮz\S2۷3ŀb5 8z肀 r[8H K+_qUȸTKs@4 ژ)/xTyZBrJgd`Zy>*?BMj4\nXa4b7.Ô -J#!wj;9#Lsd_>3Q//oXݸ7Ad8J7 B:kmCZFա׿e@H~8zfD+0?GA3,8"M>wtdV²JЀ!|q|C[ryz_ ]CA+#M }5tQ9qgNq#~<ܦL<l'[?}>e6wJ=ph-Ys m_5Q|B+kv`Ol@ApO(=duq{۸*5w6Dik v`%kG n"%kR"&] U 2ؘO"#GlfĈQ+{(Uu7z&hً5tӕ>xx<̽m/Uȝj.~_O?r'4b>V_V0ex\qKeJ}&yv*#j85sHa$_CA/޳tj "asZmz.5' kK :VIn+A^BvtVZYPr& Wh:!5"}n n3/jQeE\nӿ\0tiQ>X8qU(>alO\<%.8VO 6nV'A_y`t1^n_YP"m~Ne @[lܽ9H+X!d Q 6:k0i2%%Gtʛ{A:kȟ0xBvJ1=6G< #nU -$GnA3vɯG w$c|9u\et_"(hοu"|a!O<QM^bJ2j ϿJxD3N׿v,x 9NQ,۪7`੤YoK@x(, 9Hha=p-VcQNWr]ߎtǩdL7@:^bYUFxU^BAo B?1wWrǜnEE]*ПDYR-%nh(/ ߬,>VCL"t&x+ 1c(}~d = S,uqM7ی\ľo`{P2`nRt]ʐ@,.6CWuO1hzp޴c)uav^D:(q{dOEӎў}VӐZ [R+Eqa \>M [N7y7 t+Ef+V"U><`u>Y{肁oasXgn@  E;pPhϤ6G IoC]4 .`J& 5%) LbR0ZaA6NL:AuC~&>F[WePY4͌QjLd|ll˝p[#:6LYht(}l% 9$ܡ kŐWX>Y 1 hs}U%g׉*Zޢ:l*DS|lD^x0d_B ]'9f)(7UJkݓĎeog!.q۠u!Į{\_Ti:yy r>Ro#}3|vFL,R;2 BV3gԸ|ut'g~ՔL1cM[VH8A) eS=h{FyNv#[3/Er½jpb9[V0,QF"rд á]Otsy(b˼^}bpH9*R׈ *-Dip7̬8G܉Ty` @">71?"~G{tvuHcen 5c WV3fcF8sWqm?io,<.\IW enK+>0թmiKgD-;]P^|햁 @Irt@$Ngh5nsfIJmvq@\|T5|6*^Ip oPƐR{[6aV voL>s|hlxp'tJ j|2bXC,"f^0`! @AjYVMz߲1ʯVHR{[LAzݥΛvv7I&ϽAפC3k <ȯ탶33j&oHcP~c .l..7ē&Y+g'MlZ׼&cNStBGqX5/go"nпgs/k#E=p27^Xa}- C0f2\WkD$ #xDhf~2 *^=(*'jY3F*pF$ ǫ2iSOo? X- ! Jur tp饄=NƊPG̏ d <0'> ɪ~1c[\|clgWCKW+>"+ A& #7KСvHwwܼ=ZB9eh{pov\K(DuÊ3sȊ3ae.eOռ .K¾ }7ᐬ{_ƺQ_j?iE[t֢M@|7G/ \kI9r'\J(Qc0NRL΢=]`ɼ[7a؈\Ԫ;o٣!x;C6ԑ%.Y@7zkb\N/db@wQpBJm: 򏸽I.{% %z~Vp YͲň}FDrޢRu®V$phMjy i^OFr!d91(Q_!<`0&I7ds`3qqAKBEA'61FgU>C}ci_*T>WѡUuvn7]=^H,f=^x^G%Bf1)WƞFūlyԂˍKwe^ &ĹJ?c Ρs1(³tu{P5O̚*n!a5 p12jW$V+yg 6$siLW-ٻ pR[i ߻Du6AM Ĩx"ֹ$hLӥ)V8~dv4F=SР\@᫙ud3 " EÎP)!ksE@ g]xݓT3zŗիެu^w[dAȯ3 /aѢ؏ʂÎУ K6)m <P2gK)Fkŗsa(-388 Ct:V@)be⬊.cUVAkp&[`vzӛ Qn'tIz}ٵ"Y󒼌ߖzN{5_aj}QE⃖pGm:*~U}0R遾8`e<&[vҒ~pu DItK{IYnPZvyR2a%8zXS~qqC})i?@2g 5jn5V"Px} 1XrIw^-lz 5Vw-"5Q/2{gXr׼%ru;=ًfUbLe40UP]qOXS3NJCq&'"-rLAvԚb/=1RP(c{AJ^3Xٿk$Kdũw93Z]+t!5n{ Sr,ql`&;7P㶉@!o 2)=@s-K~ ;Q+/>[1i># j$6ׁVQW5{}l9>o_/ƙJnB}4Yk4S 9tV,\W$[ELեI\z.\KbVSfi']g /V0RL䉟mfq!z?f le +$ $C`ZF(:a(Y u5skɻJm/^M|E`C1:%zɹTdK_t?#h s'!ZGq( Ģ2\1v{2$?tH[ gvY)\ >)<!O"T ȝh˝]\*F;.Ic.d*5jI׆G~oSMjs;1p%p՜1`')]^BL`An(/,>h Z ;5s{ ٨<ۦTd'm1wzx_?A_˿myJgu苎?YJ:=9`QNc?y<(Ut#% v7wJ3(Fy4,Qc+5ͫ^M3-_Ёj4COXZ/#ozBx')㳩o9}hd`UV%Mk)(KB͋ ~|Sh!Bu[~1]SdӪHh6l^$h7?aۦ'mhV[b?PRA,6ЊW,tvGac|կ/7`w01B2DjkYBDԋL4LnoN.򨫏'mN BbbL5*FgML{>N|TP NqaeK* 2rFq$ӑޡIEd 0 ζ(]6" _O0YX˾; ߒ^@1d``8+xP"nM[X[eC0(\#l"CgeGgh…3dqscj=nEXM"ƒ(D2P"Oѯ-IE 1$j`7ׁP$$:њxGx\F|%& KFN 0ZtjzI6` }2DUZ׫ s=qB-I W**Eh:/iB˒aXu /=nR JnL_. feKsTB"/nvYM~f؅):|/oU5Į@QA_]M52q1-7 D-k,IoeoZW[vmW.E$Q>FKвM\tUÄ@+׵>7r̝T8N.j.k}oE+~r@xp[pfu~x\*t 9}U[9+ƴWA 7#ڳxHʛd :vBe 0Lyi=xL +X>鹇/կ|-g4gG)uUM}K[ ;d @ɲ|P`s9׈Mt+(+mFΝH[ b;f\<''uB66at!!>: H#SZ-V"޿\}rŋrv/VHTKtB#DGmgz˸~ Rs.d<µ2t^ , ``N~=y8ցn0k}){A~[d_6j8bբJӷL2o~FjJSb{VHr1<쪁mGs(i ei"H*/8M/6,!kՊlT$kז Hf Nx$.2QZ[n>ñ=4=|n -攉y^2\ɒ0o`z#kViuoe6_SGIe*so<M$5GNL$AO=y?.vV7gb9)8>rw]Q:n ڟBX!}3zla_Ӕ:53aL_~N.}:_C#HW|inh Tb%# u+`¡5zx8*єyQA&*죍D-H꯬}2K#GQl^oba}c,GhcsaG'8$h, ; I?1|}6i4gϓA6]q8^ϴ8BR\6!f8I8 ɩe(I]'@oooq}p$9 ݁˭=-%٦*<s^uqYtܑӥUF *,d@G0Fs'┃Fw6_uHtI6BAFa!̠|]Oe ͘Lt '16ΩKvlfiD_0'H|oM)UkaT.Ỹ nk++VKvPnO]#v_/T8crt ZIDQax#{xX-N! A@*{y. `-Toyzk1ǎb_wɝ~Cڥ -<#+,/9bu f"XdL_axǕSlYsK RNXq͵[iŕ݀o=K[H 3@QyjI n@A啎ѭlo]¶'Ղì H EƼ"+<}^P7=^$S o~*µ*Yn%>vB$Wk٠:8\ouMI >+H+VQUk?`eKF6G7rgޘk_ٟUe ߘ+BJ%JQoVQ]5tհsl#l}wR*"SgTLΊ> Pg[Yd޺x&3b1?)[Rugp|PggDW%(s z '5U8bfڧFR8I`h;ueS/,2x- $rMY$ȒF *:c*ߺ8Q_:6h󈌻H<̭ n* B\|uR̜@6'k!eNzF ܟ>#A#d-$%0ͭ @ W-g >%h["|,CB?X oF=&DV^w&ܱJ.Ex# xR^)6LVS4sg8//T?U@v36nj1),(,v@X@9?J!DD4)W @j腎@_8ԢD)[ah mC!N.LQ~`)M"K@=<>@D[bwSZSt*5E_>@SR1N! ML,Pvh~<,U_c|\rށXj~rB dAOxSPg]bV=Ecw96xrmXAuO@by2QO UMD bnjf0cJ}8[I:}c,k õALw2ߵJ(ycprG) 6\Y{D*,xolEW@ `D1ƚQcy0`@.Q+I"JH1F uXPxdہZ5x]M( AnS2.nO>䍩 |iRuk7g*Vl}ڎ1WOD]$}&2:x)Z}I2ӻHiKGX@XQ۹%`]dVbҕ+GOK )h U TqK)2 1LkL`5fN=c. }Pc[~;՛ `;JP'AT>Za!x@#5(9-fmkK`;^ɥVS&)% `u˘Cdxgp8/fWltCr5Q)G7ث엥HnvL\svG"1yXdқ7S WtĄjw >C%4۷Q"u9p)e:T8gR5|2J6ET:ݽ9M~8bޢRwztue9ldn԰լ{1s3:N.Po=-ʘJ"H^{[m?:Ny必ثn`Z(ObK,q89 O֘4T_0PdjzN-Ǚ1ݍdqLrrtoC+"p.) q#.Ǻ.Ni%HBN0G|a)d|u^2?³3&{?q?=L&@LRdoϧ9c*DDʿ(/s-wYDRIzeMC;16O26=BgE_ŭ3$-1(֖ra wj#ץPI#{_BdVivy0|$ޛx ZEO 1僚=M!vkr)XΘ;j(hWdT0YP.nyXW'yRk>]X "p]s43AdK-RBݿU@o(&zE!Iἇb ;MY&Ke@]BYylD@'V{1tFAU~(ߵ1T{ ? mQ)`A5Ӯݏ:.:p o>e[m@aU+MR`QWjm9Sfpץ53@b\: f,8smexTqP2BMnz5E""!Dj"l9ӛ .(2}dc|q"Ruv>2G8&n%:[x3@Oޓ>M7{Vh:IWOm'%6ĕ^ܺX@f`<䪲 >6JWv4hMқ"u_A6> :T]v^j9XQ;N+IL( Q5|Z8N\3p][h P rWRhIpOOlC틕Jꭦ5. +\)XNh´ M󚫶DD,uvCmoP;7?P3Ŭ hk ̡0#X8Sz'#e%!"S2*c<.vU(}ZթXq_TC7;>Pm;8yemgY  *@CqˁY.:Pek#pRd } E6^b=OW8)݉K/+a8ok7%r/6ac]mcGYQ v}"ݭ ,aS[Ŕ&^+"Y ,sD:iKNJX ^%!aKk;%g%b1Du>,T/$ik^*U xUHxj?( et:Ӑ [+DyQ mwZGHsCÙQVQjUgM>[2^"אhW K`=νNSڷ0w2Oj 5M--Fxl]j1?Pl8|0@@NWy:Sċ]'6}Bq0!߃&0{ՏʼnC0IHG1/Vxfnn L`)NAk<̢ؕ@s:3 <5k\ HjsKi߽LWtpVv_PZt.\ C,ԻGg0Gzb@@vYȪKW.J_"ZXSCk47@!a^5_t ~nj(=վ58 !?a7^G~H^ Ҥ|Bezd_%Vgm{eԡ+ܼ*äՃ=#655T[X1 0:ikVf鉇TB!sߏ+ĂB!6UKU,/ 1XZHX"sGs#5es}M8}!xs(@LQLP}-kU!mg֯+!(]9G/uo29Yi|!o&ߌMzyLL/_Q̮腯/'L1oNy$=C8Y &K4L|NƇЁtJ$_j?MmhONEMyݺgk [D[/ +%*2C [ L/Ofg6y{=cEKp]8n42gDE ,elBغo!bgO$BMlύ`̳ #`)v &~y:ý#mt[lyղtAQÒ,yL}ȅ3pd|5BĖi@qSvbՄOHf?:wܱN^ k {#y$X0f%ҰfWy¶{җbP2v@v~`(cY@nM~ 2?xY\~>p@\Y ^A j$sS:鮲Bn;-F=9 =z^*LyE|cUD::Η0,j- l$3XS;Wd)U/$ܼosK)>Ou܁G%7\u$ M_),:"h6_+rbrt c偢Qg~:ɷg~v r(s(s)x&%7~@hc|7ꭽ.kUzV_XpǛ_m6IM..iGqO8b1sw;`K_BJTa&vDL2_M.&|4$<.g፭=Egtr`PUF T[t$l*=tDߧbtK"I u8i[8&I1WFIBB-Q|K:N0L1{1h@2(־M^u#tl^zmRrNjeu+]GDPSߥx̲8WA C$Hg 7Np(`lm/]!{QS,gOo2HG{ݤРI OT)6i@qJa6RKnZlZ[nU*\8' ٣.3~ lcdt^q*qhإV!qǽh\Qcb[ad6 eu-(mZr=ܩX֢q lUL5u"Q jM"h8'B/XP102- W+8:Bi͡ -P32(ƻG<;㲐S^ Y>)7a"LglƆԩLWCA~2xw;R/]֞Cr&B=<{<(WYٴ_鑔mUZtAN @o 4)Wb.2W༊p'h;ZpDհ܆p 9CMv?v >>y|rP&0L߁P,w,+οT&ZF֡rQ'6RFl$X4DX~fWW\Y ѯkt/T_MǾViz>|mbg:ٓr@v+0ܿh3Sg * GCuH _vM2TKi@ ν#)ߍ [WW]{IoWݢ-pFermΫU4^[*>P c:IޤTQ6+%|sqJwѽuzp8t澈1,ڿK+[fK=Ou:_Z{D,cMRg"" V=B=Hiso y8h 37Psv 9D  ekv&d8zJ(y54̀GtW LҚ/=>Vn ~AnlP8!US - 4o/ ݒj y_]ݷ=FLC9_QQqCO ؂lb]at,G WEęSoDt`p5^J Cx-, e}7CL[i\JMiΆA(T~v(d@,,)7?vA͍U KEo'$ BfC'@d9;@-#f%"+CzғM5VGL3wlRbJ*N6_{`dDw}11'sêb5Zopl{S-"?lB :)͈nݠ䔯( d "p5ک&e &;0ETvN˷qz&CAl6L%1; G~^0WQ- t cTNM [ E9ovkYߖ&ڕuj 8D(4nmh@$F$ ?#"as:; X+:,}tDZ_V% Ei!'Z`Tl%L@񒅝:-[A>w͇屏u Aqٷu01t +s BU ǒ!Om`jUW[Y/ r2Of-|ޯGy8"ܚ||r=u2 }tҾ_?cdFxfH"Ma0)BeO™#fr}R{ؔu5ӓ@Ev)e!~Կ$BB9`2OJN,'qpAt\!F|4sU|^b &7Ϡ]˩Ywt 20(G#?ZDIoI*rZ _ߵ}tzY|q?wfJ!i ѐaZ ͂uB4)-w ΉDkQY8ZGpt~O}o1%y M㪮+OD18CV{ytTHɑ:-EM/)u+^Y,qPH/ ~z=:%;H: ^P(mEp TRp"øUM xN@#b`w]KIi,UA]~^ߔamSoӥ˚Xvf4N[Z|@ Km i׽^\6ވm[9ĻC'9.XA &/e5~cV #?aHbҗ'~G99]eL"jq5$QPF;_P hL%mJ,&IMk$FK?_ߐ|abO+L% BopͨjYܛ#Hȱi P8cL3/pt6K]yG"d剙Ao}~`W)' w)}ոO7K8nmrO|hc7 (s3DDU3z߫66F>o ˂|'=DzPoO{Tc9x΋DR.vѶK!ܵtxOq#oI1q!؋qNOi8 2J7OJ&.2Yp2.jQmud8GkqE1%O! o u8]:* RLAq7nMIEp$"`)&[d^B!5EO/26Yqpה}?>j^;xz-b:[\vE3IϞc/O<kk,)xUN`-/[B| hDԢu=g6ւ9u\y& ,C暒VLh m4='"Z;cTg~kse4)rX3_'Ԃ{ϋ]P$36~}ѕn `ȯ}OHTt È;e'NHڠ4 #e{j͝JEU]cUa1[;0sElˢf$FQؐ> )k nWMb˵G!Jz#7?H '{F5(ucpq©.r |~W2q*!,/ZKXU!a7 _8q?۩WZ.vI:# oqfjA{|B64I%F/W~˥e3JE?$˿l2]1Q$ig,92LcL]=E5 =fm Tz]6?s}:o]boGxIT{l_ RɽEr'q›p+vuO\OQ߿M}a_jP㚧pӫWyzi8a=wFP7ϳ?#M:?/0#RmjKi Z oEF&ߟ^3bV-3HJd0xSʖfh|t8PLjX ta4[fetͿKI_fYJ3kݏcOZW.=g.ivȖK{hO| ϲӼ}Xx⨩=BM=%f轡#.~@$ԕCáb'Xc>6 S ŏ?+u|l<Y{ ӻZ QpWDž*_m1X {Ȍ:?ҸIg/HP_;;kԠ{c+dJK+?^iȋ}(68r{F`9O^p Jc^QJIKJ G! _^bf@#\ΟVY֝He pRzR_d-"71dM j~HRz2j @owY_2Z0\KFm ]F)p=v= URYhFe+ zeU3TO"bA". ' 5 O#<ˑj#ty2?.|?y r_C*P5\ctL,BT?!zrVx|xUpgPl9=?d79#)}4<>sPv|<Ӂ{=k/"J?2<'ڤ2%Nn3Fb+,Aԁ'Yߒ \4gAd` @s\)y(3ɭ"w亭*v_m5nMSa(#7?k0mv}6 Їe"Ӽ7m66%.Oa4-=;h_ IcyT|E@ N7t] j$ks+1 vSd9Ee1%z8C=qxyÍe%ߣ` ZB8}[ꏞu8pWFctԹ8{7fNSywmm"Šd~ٿA=v8}G ﻒp"*!0p[a݃A~}7i &Ո?WD4zH FDd-%iݸ3~SWlk.%0vdbef!ǵ"zF<p\҃t ~þ:6vWY.S ঎GZu[9>ia0UjKX݃ӒwTB<& bbu-VRn2 3U2|GgM:8V5ڻ7tDkNtQa|M}\(Y]hqתͰF + .wrdl XEC}T\#B$mAu5XK&]ƂM iѦ5A6*Qr"ㄐi"}^Pp;=6 &-m7 a{FFAqƶ,˜A8dQ;+@9hN:'(DX5xI!{tLx<B#vVZ:̼!Qv{3f'0$_R_"*XRןKFMeV?F}QU=-Wǟ.o],\y7> Iхq_p 3Ҿ:oSS[#/w?r3=_z j/IaH#d[I1 i}t ׅdtvT !,Di~\ZjMk`{2dсa/9ǭpgkU'0i^%B,KMvF%vPTE9.l[}I*d`QeF@*CI -R83]pCk%*5dkVM'$̆Sk NDlXD$qRai*<̍dzbUiC&T64,d 'Bia Ƙi% 5H\y E9xP44!j2_KyA: I>ʛׅ075F^ƙ2/Cw1\Bs"x&/9r˵-`B5QX Hxk'lXUYV e?Uz/kk;R!!&BwYZW٥oPJ8å0D9kU AǛDcU[`F/;)"dϻR>Zf)\Y53_AS<(:- R7'l"~?ź_`N3Pe 9&=j_,bҨ҈ʌ?(^Hަmw6@j7$I,[>V@(! Tc7NV@cj{DbeˊcEa 1Mv~}% ҝ<܍Cݲ :=hJkFZODR5zs : +o{P5GNKQ&1s⥞lůe$FU^y#ZlTIYJ[<#e.n:B؅ 9fK^bgTN$=.[j _ļ( !YDhf!(  ]KCMw_DE*U%Y͈Ehbˤ=`CJFiNn )/ @0k?"`g{ d(Kz g~sOkB|zMM>w~ _`1"KrCa1T a Ah$K~8SKo$#'Y\zfR#_BV8]9_p?gnA [!0I]eiM I]Z9pQZBn݋ښ&9!r -eV![g\2.r97!eqU!FFP7_[ba6G s۔zyV.gvܫe!8K^C8`.$<ܔ:sLqsHȦ:ĔMGvhգ((C`ZwCWxFڵō#h'fFB`R8}$K 9V(F YzPPnx9sE i4%3YЗNV|UQOkSȍ R"YSNQ]ڍ3Hx)m@%;ZIO)SJ讶.h 2; wlKKMnNOH}4o,U |k}\U4 [)mNx Zk^5mR[AN!"<mB"MIqFtwfk}֍}ˀs)ڗV-`#LLߕ^<6cŊ[@j5x )`h3hM:,4\r'c9UJ}6'E.aHĽ4 OgMH_mU bޢ&ɐrAPEyĨ[, V^~UH7 ^o{tbPO{F-{:x!wCi/y/B Eн"X&H:tsL.3*qOAp_zfv0[M7n3YC0 5ZV3.h(kp0[scuF-Dj\!g oSZ#_ 3J.<~ԉB-b3E#N"+n. t)Ķ=FPQۙ1hfPRRC9J]Q/NYu|%z  q"ǠT5^Ԋy:Fq#c1۝ K,ik~g<]gSP1bS58CR zޘE!4"1n38k%=?[/;2\0Sv0(H::iT[@KVÖ|B|^K[ n,8`{Q1-~qGtCQu`7=oț5F0i|aa_^ \p5u8j}h<&azQS-ECSa~*."QT K0ޔ>=qc0CrzB #:,I+x;BX (6Lz)LT뿁)5::Z3e<(zG-=mOZlS{hLq%}d,6؊_+@-IBS'U7I#bMemnϤS~HtS-E'~$9q(:&Z*C YB$C&t)GoMU xRwٲZGvQ6` 9? W~Uk 9km =a52nNu˩Nq$:7e2*' K LVÞ* 2tBV [[.Rp4ɜJNSʃL( lN4f*)_nFƒS6vT\g |(cڥ;#~ritT9v-'?&jhd3ևVR1^]:ϲY$)2F-3YnBw項@Yg$ė?DVEޱh :APg`[+d3|97BMg\> FG)(Wߕ}t{sD<'j9qpT+' boŷ[;,1\IOVg:6,}GR(=;sϛgjg HI%zvNnW?h6;)腋t?>3ǜZ=n؏;rsq;% X!(e~.)fY2Jz9aW)N6z/?FЄ괦}BPrKƭK ] EEج[ns=kYOƘ={RGHe!W0Guv[2 xpKՎ%-6)`]L&׿T:E'Ӌzc#JI=T\ZSRǍ> VCJc#ubɯ-(NL3bߌ61z/GⴒA9k;ȅ._Wk %a>d|Y(`jV𱎕SE)XPBJaA Xj&sPɴsd|`]R4w>ƕN&IYR؁Jl~wqx":{pFOYT.ηaT~*"q=l76L3ӯȾ97'&dV<_+ 9]ږ/jm?, #/1-%% "4]tعd&jc㙙 "DEef@ )Ӈi6~fp[kiJMؑ6|b}c>ECPу4JPS'H}g&>'Ah**u@n!|z"T:{ټs%_''6#JrXޛ6x F3^&W'@T:q@ 7r~" iCW.0ɋ'x4&o:䕷%Le!<n " >,m_4 `Eg̘uK)t܀rB$[Q%VM>2mā~Yw蘢sQ31 |7/+}K'C(drlɻZ^8A,VpgzzCb{رnXL)aO=R1WlWP?*Q)Z¾wJ8 5]j,ҏtL?J!Ռ3& ~~;gƅ;̅uf?] z@m55OT(/Oxtje;CRkk"],քWdk ?!__=Öi1mz0{XC\o,qX5GI;gWW\Tzr5wcAa8S2=r~0HHX&g<#}- T .RI>*QLX< Ro By%Js_uc{K1V Hh3h[O|m\sp'  d?UWB~Hӵ_:T9"HO'`Ɔ&~)__e˱"}, l$cmE5LJ-߷lԴb]C.[BMiWNjju}m+բMNK jA2a6jyuȮ4[W3"4EwvN>`\#O,X2blY1cAňJqW4u)ai:DnDx5(}\\SSCl>('!DЉ!%)=D%aX]tzt)[ŏ&ϳzaH0@:ޑ[^;aNH#ꓪm;z?{!A[ UX;%yoglrZt| A ">LOȶ q FkQ\vv,iF\ .|RdZw[5 ڔT(+C%&|3gsj^m_LqS b eX8\1NkLI"zd5b7*֗Li; \sg0,>󬁄lߤKqZt WUQ|ZΝEk8 /{0/Z?ؤCA>7z)WVϡLΚlk'э@Iှm6H%Ov$;ś·d7pîV ܾg]3QQ^Dը-pd2¾{4U)(?#Ԉ=oW2@{I-Ii[ XXH9 Tb*MyE2]f]@RgK)p2.m~+W+YBO*C{`̿JR_;u3׌e29k!sC\Nv '̢,D/%n[~{PV@:)FߩCg΀ߨ9/HyD:wWaS zX!oYQE ./ K^0ђr~GDdqG`f<4sgY s Ea:ݩp}];U|]w˳$Z*:R xB2yo<^8UgaӂaeT ݣkf"ʗp^IxG#X ǭZj#:kI٫"|[0@t)jtĩJJ{5ϫ.EbCdؒtBzԦ,_֛QD,2=agطswԾBla)_096炘oXqrOrݝ@ULF^'3=crb'Tmy֌ǭ]bj4DEu醙:;ΈO|6vh#ռKypQ()q1zgz;?4x]bnı%#`jtuǚ'eS6g s+d3=4 'k d NnŐ.Y[糬|Ga@bro>%g*t%>'Lc> 2݉ːH억))mKvC%²3셻5A`aNh5s~x1u[x-Zfg}j7_7@KQ_^Ev>M Q:{MX{xc|h*{cH‘x5,9YnSp+41{ *%_I Db㪕ݍn3¿G'QL9`Z_&uAѬϘLp\ާNIUƞ.@z4 dq+'raL,+;C/JgSMOdn PaMť\3~; 0aP&Ik!ۅsvҵ =!BȨ' ,0@oUfDZ5⩩*_2X`Qo8IMwFF*+!o& ɘ:,Ĥ g421-GwA5@D@Uh)Z͛[ N1̃!Oz"|@ՔcG]cHJx$MjK~3:c4!C.JcY{ Y^jKz@Ь aVwzPG`4v7Nhnt@{iGWK߳ObrJDEk E1UiTP֬t-D:=0XNdfZga75ƩFZAH Hn3Sj/`"R'&b?ޡ)2N16Vf,z8e) t_vYq#ӦaNiX -4_wlZu{t/A#?<80B,9:jw=}W"3׀ gãr U& R@5) .:mu.z H Wፘ 76 #\.h ˤbnKF)ɲ' ˝TyGD] :&3M'tұ&ygRVIIG@Vs-Mk,[TRA\ c} /U혺Ğ5rRLR+,ic@aCXOT7F5"RRI&v_BUnT"/!'!}2ٔWg}F5)(0f=ʛ1asY砢VձzN>|kyOtFq^LkaeiSן0z,$dxb% ;԰҇|7hMdb(·BGDzqx{]#jM:Ptv~!A>uqux@}DQ ;#zfM84u`;t +g#}ޔ3膖Ӓj}A*!K#@& L;N1d~,tU ż"$81d0]Pvw/AM0 Vg&濐.i(e(Z-\IuXlL v2ZBjtti!擄 [:1;t}Ȳ(F+`?.C6F;t&%;knZJg ẰFFi4L5ҩٚp30rOl\-h%kCSnIFJ,;uZ&%e-oL^WbqY^7\rо K4YT@)" @"Kg 4 G„tkOZ}Jg}J8h\BaάѪrT4l mj ϒOAբRIMlלFD)Mw@wy\vt?K43RS[Z"\=o+L*YD{B*4ssR8nl&gEùzexˑq&E-X Ǔ.'ɺ:{& :b}B_%ΖGE3Fd!nvgDE0mp1Dl-N ׽"tF# )~z.N&v*p͜h^[DNTe=IJioݔ~պѧYZH#nE/:SI W1rvo AW55e/ڨ Ie6HTN-P:_.W1fha=֍'!T{KSi=>+|w2^H`} bѐ`d\)/{OwA_'icѿ,DJ*0wFО} 'n/yAՃr;5>*,͌zlVB%/[_s2Xd7Q\>G`*aBƕ@5[:H`SRZA.˥t7wo|DCEJ^CU*˜°~ d+,c4qWQ@d|  ]h:=T) ~vtAaEkl!".CR]*7SaFljfЅ_ 'x3Oo'+}t:v{Kc5Z1Vk 5 <^2@e%mћۢX~ ]F?&|$_tθB괺PA/ M^&fɳŮ8W"++[)5(}M4 X/Q`]j737mx#3枤j9ji~4Vː/ψ5NU('9nnere7ö{ub>ʢ\v ٞ2;3fe+Bƾ G-+ F* w]}&Z+'M~Q=Wr_>cy@K U@. { us ?P#*{E3S)( 9R lbD3x*RvVyn9HOkvܟ Qt(mόn ?62Y͔i'~|"GĬ1D|!_S*DXFX} ط O hMm(o o o @i?r@K"]}Ux8}%=1yJ9IEVu\֑BE&s*NPp*ꫵOەQNrd۹ XlX֘O챏P$-ڮ`IՎm59k{Q+d$У)Sy֐[ǚyu+9xD?\=V6 V6G>:\;k9: tvvH90Fajq3VyQVdc>*:[~UýLnf 3jO|X 8P->/_˕mr#s zP.^sM61a]?>evh z:`]"_Eލ8䎬YbFܯi&t8{]_^oyi_\12y;?/PgeZ.&Rx̙P)Z[.^?6rM}cP]t4*o|fh3kƞ[\%"lDر2^eC0޺"nx'HNB[4dљM?Y,(T k^P.A<1s8f ]:L ˆGlQup7 G_'ˏ`nBٙ&)CʑoPFϜXdgRC}Y-{z^d;̖F#cF+8oH˲@&u mq=~DC]:j.%cFh+~]w XN_ RdGF@%=(AMXiȿPҬV/)I)bMB\یg"_XJD.țCsj>p(..Lh1\hu+2)R1d `M鐑t0oI'O6OhtYj3<[$*I[[48; $w/]SY,q[O^Zs.]!]'J\vaRo g2k<7d}n~"--P}=$ݨlcJ sf4>M_2[Tp)<LlF]\?fT?vm"WuOeu* lDF# )!39{^K;}VzHmΘK&J"ІY'V xqX7-fgjLB s)1j:Bg8qn'T#6?RH&ϓ{`nQ. fJEAb EU U5Q@:q-S^n]`ҀL! `x$ a[sT߷^ F ⢗h0CJF<ߧ0+fEkҏ7 i?Q/G9> ^ŎS2,˂ /% Ssŝ 寵Q$MwvR{7a,i.J{(>nN12x.oDD5w^"ū?(/j΂S_(agS`B|H)`?:Jpi n-9B +ɠz8~5V:s9NNkwbR;W]EM!~^F".j CS #\ToUꤺdi [zE`5R_lʄm(;V@TT'. 27wmr;=r6N•L X%?U$dpO%"m]OhXF\NI@P|bluYbMӪd1)Ũ}r޽<|.CG[Gb'`Z<LΣ=2D[$iO/_,<B^.i{LjS@5:hHÛ&e@Yd?-={aեvcd%8r} L* " ) 4ӧ5i9NbvSlfd8$wEQs+MPJeV}\>z#saEAEi?fgƋg&YN 76oS‹%LM% $%'(r#;K~hy܃R.NtGvv .rк @5HqƬ-BVla* FE UIo"].,|f>-\w ( ,-7+'Ɗֽn]| Њ}+&^g8<$ Ł>Z6ٚ0yaijw[7l2*)Xy{zFJN!:Q$! Li=^qxR*2Yp#JavsIBB !!Ty;TW:Rt2\K![٪CN\Qauġ b3dGzr6@Ɍ *U'౏Cf @`A՗;Ҥ#gy߉($YX/ ESmJ[! Bׇ;SIPCuwr5A%FJiC3J5e-QL >Ga jN(: Gf/?6+^SMmc8t!ѡ2۝Ȍ^Ye7zͫ5ETÔgv5˿L|5Yʏ63 G̓mUgmdAm0ǬrAfN|C,e'g12oW[kߠPxcZOicHiDJc+?`LHHJ'|.x>mHޣ;#vW'?u"%ei!ݐeyT),QatUd垆={Pd;`e8ʺ#Vaw7JU9e _OKSBG1JnouTђbo,TiyY vǽkX =L ,Qdj ~}$$VLE[7݈?BBR;AA)ђ!O[(Ml~Dc:pޣQ[1xH+O_hpQX~*r5m%QY dSqP$o*o5\Y-"IbOk"f|:Nz}kW@PfOk}'޿+ G515ͮvz)0Ӻt݌Gޚ#MP)>VCmG YBߓ)_p$BhnG&\/D*Lqp2iƿ;O:C hmv(v mm\S10eW; CVVS90uD<P@Өo\ne3|^bO*WrU:Kغ `sNGt=9a2:Lub(3+UDP/|A层u]>]B]{arj)~XCMz~{⻲@uO#aG =/lNJ"Shy,I$@*AKZw7'I%mbU/Z=iMD'3m@9d:U,֏mEՀ_"c^ܜKj_Lf^Q].뾂Wsi~դRq;J&~'{pn5^ l׷}1|v'#U7s>Ga{^2AD&n3c-ےuD>< X_QB0G wSN`Qﺣ>#dxc) A,XQ4Bh5 ?\W}EM*tle4I׿W}='̙=sXo)[X,[G rTkPi!z_ზWga7 wɊ"ϨXNd!82dߨ@HFF՘dPb\jI2=#TYQ(JG>߆iTpjEJ+C_%s{,Ï}H VXZN |[&?]ȵto4og &F=bzm=M`b%S(( *ʃH:Υs272vBrK ^<^ 'DU) Ff߷O")7YɺYj{RgW4q߻+TS`~ݤ6u{Dxjs"y_hWzrUǣzZ$RV+5J16A=6xE"VydXRܛѱ_8%ۄxG1WEpcEzxvʐf~ _q838urj_ӞP_?'nmjf'*۲ye&G'}M #7=0%-R$ Qa7kIAxH,AGQ"kXSr:JBև RIAQ"p+o*ZOo Ę!t'fn+- ڥSԜņh=<3"z/'L3_GV ~}^HL,yqRX'AmAY1tb#P(tp3͚nOp:d>bn]F#䡢QŒa}pv%]Ϭ2Oc~Zb0m! ʍj{tGbW5>Ӵ*jޓ,WoK|=Jj>fiMuq M;Q{$ )%VXZo m' ІR䞯V`VFM=n{O11+#_BgɞY)xg<1H2E%`T~mvTd ߪO'ACnȌ ~lܽfzp-|^ ea[SNzm(_|w?Mi"&?tG&iS-J+N鄖>;WpuZ9仮>MrKiPh63jS%iV<5Ϸ,(rLa5 ='R0x J- cI8?3 9OzAtu['z-X5}^k<m/eI2 Ρk =-6F3Yk=ve V'+Qh>Y\~^~^2R\Vd(Šc 7NIF# '+(#˿#("YbPHT\;Y/,:2yhH{pAOk @T#O݌^E:)!$թc/V7U"z&Y::-P@M[ ͤK嵧25ִ3"5uj]d;8\ .hpÐ1 8.ZAv*@8\'Uu1Z'/* PtknNDkuN[ixZGKzgaB+UC%yWE8Ibad[ tlҨL"ׁ l\b Vz{2As߆.Ay#b&<;<*;sCυnFhB. $nPJnKzBOY5zςC,!̎K?ŷcvxׂ[6:}gw'h!gi f୭50`;|$MevB&Gۤ`14Ir XD!wU$dfKӓsD[$_ mlr*IC$Q&1ThT+D͛$'7^xI Ql{v%G3r[D{t<,Z2:u\]w:Cq;9[G}ÎDrȘ +櫤i$bmg/2x恸t ?O<__.f/JK.k 뭳!R& #%z6"w beٗ*7B6l@ZK1e&_dH5 ^gi΢ U<2Ot+Ok(amHl@.ÈӄG1Ԡ/ + =:Iv>?d3Mz&"k_7׾,tbAkےÖcv[ cz^ޥRtwF?c|s ݤݭσȼqzs T{7w[z3S&HJ_0vp> &~}p+XQP6)9bSD8 ?, lɑtNqԗB),OMuE7N<+P/+Ѿlo%Ùn 1/|6Dgڂ2Ҁ C 0X@5;GxV2^oK3$APܤ()Eށo6=p%Ji犦thƫua ΰ>[-->!FLaiJ9TIN"~`h%"wSz&K紳l p>lXv-p0rġ*-V}m[#vequ5@zGdz, &";4!Z(oHsĤmTo\#<9 Je,1b3E3{+~.i%e^#qf(eRSSqp\8@(KIQ[wz;XI7ex>FDm,+e,[KQ"26w9Z#pe:&H/Md>Q&0'Q1bIs =K!> . Af3"9j۞KS{ |dw .[_cCuAi^X,)Ȇ9fDLZ uXotbt#|5u@<+KPY)(A/`cӖ<JcOcG;dC"]W#aPV#s"P7Îm 3ݥj^sZIA|}7\"#%qL"EVwO}?Z<]b6z>ͨ#GS,7emvx(2jf%74 8 ż+Y~NزД!םlþ+HK;phS"a 50D?Nm-vG^7֎&Dl9~yR*** 68! v5B_GAm?Vq|cC߽`k}u%%rҸwe 9uuA\䅅C;ɠ u$}s:-B{"o`XWr$<7P+ qa< h a?gC }αZ(?0 i::u|Ywg2gK572,vVZ+ؕ'u؁8"k2PzB%CZRY9ceeOPVMsI^A-N_X[F 鬿է*1%x$Ζ9/nTM Ad |=4T!+/X+Ot])iҖi 5#U0k-[E4!,oL M?{ T(4@76x{)jP޵Tgg >le%\x>ӁVX6aE0#(}:ɷ\}h2'G^C*~O z*h\),aҠDcwNWrւjaQm8np ӳ [vL#QVНs-)3u\~C|H^tRP &Y DF%L=;he٨,ڀ 0u25o*׷V)vgs'0dh: ?:ףJ0 7ko*t|MZxY`ᤒr[]/*un30T{{yj]heyAܿ#21,1$BG[g,~E> *7VРVCk{A-<aZ3BoxwtKփj6lTG0kDRc5x$q(=sG2aU4¨} :n/*Hs H 7\qyFE%a8Թ[b9"DCŚmKCM5Ƈy$!⣳5ũ+ ]W9^dr&s0VF)U fEn .`=Eyy%.ӵ8Lu?lA}u~84*Y@Yd/۩s괦lLG: ] ze]bIuc f~8;LYuTک^4GT^[7ñ'M)#ޡAe9>41\3 =1%zz t,ڴ1τUrj^1JvPq\WTЬh 6W8UC&b4;M>vngvZ%&3 A~y&ߙRzk.z8vҧF<3 r`Gw'}c ބ  Sr:*ŎՌ[mN+y[ԧ[= _LlwEkg8KQ\:/4,~5WE`Fզ܃~T]w2S H: B% šFAKj Q =$򰱩!G9͓a6) t*K %20wAM/Iq{ ٫wH[/xv }F1K7BdJGaB?s-1B*|q?U$)fpMeypCڥq/0^C&&[̀޽0oJV'RQ L>[X4"bZSΪ`BpRO"Punr#17cPSFZ,xYM &3/y3I/29LǛS ,tAB]`My`15nL඘]]2Y% EB#=K!hydeuyZ|2pkiy}tT47]RH*T"W[qCRm=qr} qIJ!x3A'865[x9 ͘`dSe /MB曞rqq8 CENE3s8V.S&. I&'*,DZ#arWOhbpoC'0ͽ*JofY6+p5Aa3C2ª/BPq@õ ~Zq:MHGllP&0kN-(&^7<`@d8d)E9>JKU9 y_8aBY4-[c)TI44à]Bhqz-4C`iX!o"â-YRe%fSd$Jܙ"rxw,z" "1P 4(f[$9ӜqaO3־>e<`G3cw=(C\C X#UE"~dHMnaD+J%5hB_^x4wMB 5}ޅ/d%MlAJ!ֹed7_Q+"Ŷ0J@Ͼh։_کCb' 1gvqwê<f.'ly3|LCk]DGh7-y sځUK8y ^)KIy7i8,rw>Ⓚc&[(M jUKƳ%3x6ؗm0 5QZ'Z-q!uJrfg˭),K S{_(Ch蓩nP@A )Q@sOyM/,Q|?֩ք&7W: p.Pz vGw0 nj+AFhW阹E]Aq"䩼xaC)06Y6i12ğL+~f7~6ů'X0`JɳUs{v`g|o4Bv\lSwhz4E {Ws|&4~iUew2-r ;QـP̃>3¿+ӌ\٠+d3WlB`X."Be`/Ǵk<,o|u5 m=DO.Նm%x,{$܋Kc%rJlhF\.%)Yg?R!*5e,]/;& u6QjE!Cey_1&O߭Z6" Ƶill\DfX!>-}kWhwM!O_#sV|ݾY%y`;(yNnZ9W%-*Łciqw*5$g$!E~oDV '?M(p]y!ѲO"p!Dkm_.u}?٭%;&1E"+Җ%}gRR}<8>9RbS'a ,]L殄yoI)8uՠX\#!VJxnSY/W% d~ej'WbNn$85DɚZ/Ƀy11 :eNt4  ' Rكzeh\/va6ȪNz稬_c!Scl!X:(# 6 ~ /jaHײW+VrBNX.<8H:4<:_ $׶LNtYǞPR>х=._ݫ| 7lQomJ/tVBwA@> ~z:?icZ~avN:+N(4UdzF}zj7i"k{LD<_m$̻) C5)}3odp$炒 34f~w/{edpn)JRgNѶty/LFmCH]?{R 0t=?nbm:JO\v pƦ|˯I 4$k!|P܊*zaOi5M1y8! R_]ȊtZs)2ËWSR[Sh=J1 hdsR?֩޹< iɒ ť1ܯ쏗a1xrS!Qqvu'u ԛ_lDEkn^S "GpM7ˀ/AXW6W\@G TPA _`/b>O>fXWg7+KfQ}?N4A]ŐjvmeoP&)cх {g=xB4rH9; xƮhJX.0KnJ%zK-Mѡ=m!rXɱZc"G%vȾ0DhYqZs=w]81TRKF"UYƫÁ+dBm S )F`:B:ORAY0j]4yk[(f"ybvgyMg}MJ9@CБ x4Bn4*Mo%+tE|q@ v|#~(K6ȽCE){W_oocKUQ`|?:o$Rmp`k17XޛL/$'%is^5(?z(&pZ r@`!Dc_ IOizhu? 7x@۫e?vφEKk  $ J'fvH =o{Գ}$?Ccyq>37eeb!,Nꍐ҄bO; O3tL@y.6c4.V>+)G]gJfOj%xs݋N17$} 07nDff0F)ySm#}>pvBgk-晧w ʘ+ګ/)qHaP⡔V5<,f +ɶ]??~DlDj]s{5IXgF7=MĪfJ .]@;sbO?;fTtH߽̊$%e~9OLcM&⛗gId'OFRltW濊i4An&31/% 0M bƷi Nč80SDGnӸΝZHoɯ$ Ţh<һV@pW_\~uJEZIJZW/%4! (t"SD6x3RXď]UHj2 r2l<ے""}h|wb"{7 yĠ1i CK6TOls597 /A*x }* ?|WWR@/ Y< n#(dIF |AdĔeiGdQ56ˠRsq=(,Kd[Wf(%ƽ52ciƩ: $A`-9?* e==Rť?(LP nV5@ hJ"4R&_0^!ɕ)#,@ Z*3_j!M؏)fQ ǿ ~I9 +I#" 9bq\nRNIX4s2 &Pʊ.a_52eoGCiCjvγJ1лYwfi Pyviq*]g-m 42ǧҖP :ql$vD{TXs6N1k٨w*+ofjߧ|N!ȫ; N91Q 4Yq UHWp#`kWpq4U|qPzwY|*JE+FR$`FNo,Et݇4Ԉ/ |u7?ﲩR%_8=L Uq/9,i4 sjU `ڼ}wrZ)lpTt,jq7[s7 [`hhKo [YXF |iE؁YܑM+9|YKtR@*ɰ41},akĽil5n>5_ʙ!i/sX3}mSGV9启ݶйmpW6l-z/ YT]d$OzP8we + sČjpDx 1O*^t+r"-֯uު22e<d }F$8y5CT@H0~mP EeeV>saK䗵!IƻWC I,I{itCBܹ~C` b?=9h@%oהDž/ᒹ||Wd5])T Tó$R&5.d"콮J$԰5ImLWˋg,u1Y݁:w;֝H\րfj6q^?OaDni}L"xq6LSJ|.g\jxN8 piE}FM .Ne7<%j!FLϫm׈Cb ;@i)GF<<[\p6R9ePrd<],i@7d*/U|wrjf.N" %v`PT%%?9}^KBd[ 2"Wt1KB˶,r[6B;FtÅiAHW? =_;1 1BąX%tT<ٳS8nz9uκ̃YPn&.!ą#nQ hA G&яUK8,?DG ZKRq (oG%/nL<_SVb9 m0Dghk@d6\y%Ԣ2S.qUߵlp%Hs>*{-$9ԆunQW*,1<\|CUIO^ĉbo Й]ojvS*6-F&$h h ]s]&uCbC5VWX'ps|zw4k1K-V.4ƤzimX/DH7$<'J"J(7"[yQX2-"In:Wdvm[kG4볱wlx O"Y4!Pl]QdO(|[hFz'IOAgP #.b떾cWؠa"xi"ڗ4<qM{6*7s3@e(qXE`ZŻ)a nSJBe\gf⧊&l%|Cv?`ԪwzBh zg^pՅs)mR+"^J|Fу}_@W!MjW8BPG9O֩9F:ذ~Fm'lK1X. nc"6VB l_Ҏ`'F&T_b\J)#zWíNiG8F~Øl@F/طuwn3KZ8{;gRA'sijOMH9f`1ykuݥm]w H*J})ӟ6]Q eHЫ: o4ڳ3bʜ)Y8gmehe3MKeĆ}$H`Xx0.0|ZҚ$tk<{'= 1Eȥ_"*й]åC$oq"`zcv]s&K"|n>=#+a<`-l k4Qn\dbfIT۔DҘ#y($N|y J|"(PSD XVD)@^]]htoi=*ȡ4ru./31~Z(V~e v5.N{"tWo ISqMu3}<Ǔ"mh8QLXѾ/K<>/xu3'ɋZtmJpn]3K3> Glױ.1Z+>tQDl僱CO:S,>aAO2"d!^8<$bw/r#;?t6ԛ܃},4g^#s*ǜ:Rb20;q}}{UG}>QTqr}w+B.tE}xR ɉӎQ38s?;.?F@GA{m^f78rSGۀ V-7z~wPIꙟ'󡡥jw'7£[>}T3l7˚468lq>`KXsFVUr?={L~w_^%Yx3rIOĂ)%B]Y:SX{tnh4#yѻwx:i~М6$EK>:ktp'"x0AmX(a#\tu$~E5|f,# p\&[6z4fqOO!^1w^ùAE`qi!ו}~P_Ѹ_ 7 umXEqB:T#θL=? m@j=RY ,$ c,cYV\)oԯ| AT) )8W8І{ Pg nL폜`4Nܮ$$ՅTD/+&αn6QFf0ҞoOsj_lH6}*X,YY+s:!K*p4ڐ}C)d("+ۊ,2(YPkHN9#E0Ɣ ࿜+xk쟸"k``¼ÍxGҼD/8&Y`nX޿ZH FՋoH,NT۴֮#E|%Hm%F$wU VIR XF0$W j7Z۵l[7+[TzZZ5Xҧ.u0xd6r ^Lk8"ɖi,(Jt. ^PnM#alk"&ilBmCIِrXkk}.[ ?Mk#]f榀pT~)7["8ilT#t((,W*j8L$GXڋ?dLVs}h3MSH",3Y+ ڀɒl|}7eTğ9\l6L8У`ذ?._Im$$ h'sG}kD͍U^3r=6:m[OSA7+ N0[|0/2LR{qpTUvXu)壨'|K&imoDeCG Ɯ+T`FֵEm6rU[N³Սs+sR,,o&_vL !)T|UiLcn ݄`n 1k#׺%Un(4?i`_`;#Ui_$uݡ>휥cg\ZM󘜈$PRn2ۀ{JSI b};JbMƸdȥ+7&5)31N_drvlj84f*Tyiub>RigIgL䚋å0u,h̟R=6g0vsS{8ŖD eVJvoVv9R9TDԓQ^jA崉WVF4}^B a*|eE+s0ҭ'W 0 BażVڙG$c vRM$hVڋèz19I4xneU)7o̵?Nv^9 p&qY7uLh2jnMsQT!ch3tɅG H2ͥ%q=?NJo5=z`ܚ"E[t[ev Ns,0쫿3jc/`;3qQ)Ȳb hfMVFf|M]=&u8o(nop}7U{vƒtrSJE{Xm@ %)ogl@&% <*NzUQ.BYJUe$iPA?6N씼:k㡐Pr< U+B*s5T}ꠥ_4Xwo9j߱)=L=B_N%er(cdJWӄ/ H0j[;@~0)lD{D (lT*jn(;ܳ须j`N zaHddj1R:؋QѫgK]Ӵc]hէ6fZS͚w\L̩.D `@ЌgPc#.V"1q 8" W1XkwxHGWo^&5Qxm"L;} "q_5 N7}qwYhX_MAem~. ~ɐWcVK;8Busq'c[#($$&YrH:"P58g &Q\p'chmMzfC좚lkB\/ F|k㳺P]̒1#9?7k-2=-4F_*M[QVm&AN+ZcEdh8lUK8jnb]F8NYT;UߵM;`Y=74_H`ͳ}b'J޷MBrbQ!A|d6+o(9illqsu(9c_ӄzrր`wأY@,&x}B䔅i "WG~ ;<m(h|W $m$-ސ'26T?Ck!V_@3@ƐYo'qۻ0䩭-M@:Ҏt~?+^/I:FϠv0Nx=抩s^}złE婯'8 [Eق+O2KkUK*L-1v1LAo3d_*ZILoEcӘ,`ܒL C?nmJƳgvՄ])`N-ǔpXkm]YF(^ЯWWk (#"NU7L s`]%zTuaOQ֡$84KՉa%ų0ػDVaB7Ap0:լ*ZwLVx! }v)Y?j# ' /s]ˊj5a $hWs4"_iуHȝ(PE hb]'wsȬǂa"럯!&Htoʯw2֊G7G5.Т8jzP UZB1{?D"؁t\!xaQ^H+Q˙jkQ/yz2$p~!7b.Ok)%i5Xs͌N1!rϜGSnƖŧ%DX }Wi`7F,˨vbКE;6 3ׁY K"Ql|QhBFPFgB%h„]Őugӟ(SO4ާQ Rp/V{=O|KCIDY`^r&gvJN/f%Rw+ݎ@7}=M#=ǵ#8x=>?%G3h'i!I5'rn>>ҋr. q Fc&䮈xڠuP@QIWj3=`cwi}(NK'Y~acNS"C]zsz VYyM.f!6Z{z3L"~u\K9t]Nw4#$B`!3lN"! :bovV!1qЩro8+ 0Qѣ) u*jŌ$-k-jAy~0S55:"[h 8Gn'~ЃY׷bދcQܵ_D  xjDlw$˄9*'^$nrz>ryA3ZN22fDvxr>8O~2`#5 ~+lB :f˭Df[IJWv!*2K0DfPn-nK qjt) [Š-#dSȘ5%P^q.^z6(5,LXᨇKC2Bq#U' ^^,̎rD-Ǘ3 #t0s0v* xoib a1F+So%wX sD֧#ӆZ7zosRȽE?8TO0䱝%`,V@厴 .2z,b][N54mɺ]x%yɑ )/Z< wy% ِ,\ykMJCױ7d@վw с /aBCUWIbV:?yOqX)ZsH ISc冗E㩄>h٪HSq^ne퉺K_ЪLDރ,%FJ9GnV`1 É!Sm"vEZyTk) .d{*ch@EWCP#dDOgwPWziuޛl@*ۨ@U."%n8b1n`Yg ҏo^ӷF+tcb^zZl[I4d[ZuCk0=WF0؍R<UQϮH~N"!/BFiБLi|AŐRCҭdg[E*(˅wއo.CWyV1EܬЫ,Kyk[}rbkx*-8A6mbWybI\QϒD df`!R X#@aoQJ +DaZwr|&5:"? 5 cxQn輴 41tTM()>$# Dq'%hfOy|9ےŌ:ޥsbj Wߐ䐤D`D܏'dIYl&bn-'ZŦ]ڮ D#٤b3;YdDt ˰ytQXibރdz; ORɎP4l71E1lľ,Ad7K\|7.:#9\#!`A' Kݱ|CG00yɘ6gDύ&9wJ˓K U%uB*5tDКPqq y"OjQ@+F'kT uZqլkZSO4*-Ա\)K OI|굣f 8.> oy-4/cMJMN0Y/x! Q6Nܿ' QVчq#wDo7#rT9V@M3Q"c5<&FG]̨mIby'w9zXϰ0;߇[#c` ̞]"9ؼ+ 1 >Ó@8N]oG@DX5)ILa׋Ab:*ѤLSl ?#{JL^P ]en*U* ߿t;\<<-݌?CsKP3VX(i9{Q'.郠atqN[J}t~YF9y> Y, Ij:|-2ݡZdh͙K.v~1HAtE%٨05I,][&v55"w{Z "d7cKDy^s&Y@}U- p_jȯe$٢1'fPM@֒<9f< D$twl t41 {r75fim>> ˓PL&%fǨq`dBj&x[ *E9;dB 2bD  H'g>J\d0`Iu] >`M~7􆬺D I)35^F 0lvC t/,vt<;.1D留0ꕘN{\*z5))id;ɪQ9^(p*YA `RG[Y5b礇8y\ Zq8vehnYɂC^[Og[O \_5/ ͼ22K&&C>vֲS"!-\h?Radǚ_/%=A+->3=馎& 軼yބ!e$;>btL 2i`I[Ub:Ki_UvyO~jNi>p,thL)e' ۧz1Y B.beVԷ5Hw̬ĔZ*>݉,Լ:9j/TWkh˕K4EvW>H'r@kRMDl͏dD2K5Աd}'"(p=7IhF{bqFm\ 6.ڗ ?_wYVBǙ=7|#n:M/rʾOjg(~@;рԚg/aH`"wKUD=Tp\7h!!Į6e8)tV'C/ƫZlE`=  lL9HۂLl#&w߽:wކ~7v6ˉM_4}l6! <kx=d(h?!&ݴ;)Zwggges6Y@|K"9ڤi 885?jʨ_-): 6U5Z՗ILwMbcKp254So ܏4Ϯw20a)X>jIqa#w}VP'™ftuQ1T UjZ[3x9z 8sP2F,+`Q6^)Z^B.y8w@$Bjb!ULVd%"W8ד.q-S_>*dbcc!Al(CWů,(\+*@R#:vcpL:J!/ǽȈG4DbI}+1Vrt}|^p%Q o.N 1@0@G \ FQG!͡r3ڣY-g碴 jELP]ki($hu{"'.t P9AGC-bOї YU#KXolPpқKgZމbM0`?!ͲY@T_٠AiyTډf.FFpqœq&M(Qɡfۿyc:!@kX-sx;aڮW~%LLŝ2t6r,. P№]S?,OxwhqwU8/JGIZ/in% ùr0SrM[7K)VTޯ$Qol8 _|uD'otMĐf<֎W{k ;m_[ B,;]'!&B@{ $5iI'|45`,MQmBG7z0..KJ4$~<wZڣQy?A7n#+!( !ː!}jԫeF 9%&f =tw„,x|Ϡ#GJ7!畉C#;% )'.>P6.^i펜fG|{g+hcH)q-&d %^!u aE ?U?ܾ6'ŃKΞ42]DIH#}uoݫKȞ8ȿʔtedXO"30]4(4iNwF;YCa baP1aoES+!G({s2"ڶZ>9uZJ*T6lאom3Ӣ8C%v4Dt*:DF,?H􁢾6ik)Db([- 1fdul_9@!O7?,d 0YBϒ9s(5qLLPdU1ĎLL ME:MSf`&vHiAf_=a!M}:T<¨ڼ[])uɟvD̏~>ⲕq0v=\uQwbh8ޢ1dsg-%Vw*<c'2sE"u2wkH\Gh_ױ/J p_JI}WHKIg_cl gX!pVZ'X,M2 8: E5|pQWY eF1Q],vcNuvZ.Ỷu ɼ璹 Rm .>!ib;ְd>c{@|M Nrj>A۫RF3sr63v+ o4Rw[_122>*!a-pq?BiD75,xV3)[>n>)⡪(kum"ݓ@lROd8-$=G|V֮ }2tiH}ըFRƸ^Af[Ƿ^3"V"7hZ4^=:Z: ?L}݃ b]G)޼7 F_6%RRywwq+ giHfIOb`*.e畺^zҪOYG$Gk˶Bu!;ℬ3uB;|ͷt L' 7a3P#5avNES!e/o?d̄[&[{V ?< G@ l,Q^ "VῑͺFed"40(#hV7 ;m'`G;E܅R6%WM0 _Ɇ}'vA8bHGv` R{f`:fcPo'A1ί-ͺ(qxx2ܓ:bGs |j'KW(N׮<|Z:J QTuP|9 Pn =t|c+ZKwR7@Xfxז$)//:Lh` 'V !91cZ\DL{@1)/a盛{)`3!}ӝxhy0 ,`NE eHت * p-Ψ}Ev JlwGZ)ؿcI[x~wzO-~)"dԱ֜ `rdZS9\ov86)7':{i:uVԥ>w BJ%R Vځۀ$Ji*dL^Ry񘲑?]C&dÅH5D#sׅO}ӶQy\5S5<@KV]֎=PZp@6'&k"]Q}׬Ol][6ɂw{Qyzh547gz3 l3hK鳇2ܓְzdÛ5g]7)V\L'b&nwE^H8zB lS VEjгN E1s(7kKj8S*z>g! ƚ-䮌(/#Dfx78Gf-?t$yQṪnƣ-o7#&C:E'F F ih1rSg`n6֪XYi%CmNJҕ}x`k>mL>Y<7ף81M5\LOFYsliƈvxݽN'`  yծeȦs[Ӗ}{^o79*̛hWx6G uy ЖV4@?1E=EQܼO>+ux+Q2ZcQ"1gg$YTv79-n|v b1 m_H֚hXr}Ti۔O&)_QWQi#&L:Ӡi y8A*WZ}9.7^s r{0șd62g{ *o[G3Z0jJX$/S\U2^L ] >-qg\'rFn4m}%@n);xӪ&4=Z2S 8OC?tvۡHnjV,N*-`hf5 3`0DS: J ߚ/HHʏC|8X[t&"\_ fݼ{ pm  ?U53]G#5xP+jW=\%r|b%lt;2X냴eJ# oeK5i\\a <L0j*:Y"Df՝!!2$kCɮb|"\葞9%e@hNjohRL{lzTgn\#SAグ p͎jML.GxWf'44C.5 &7:` 6uhnHVsuBu-j_l\'#m;/8Lmi؈h".nczAOmVx=2HK]k?Q9ā tQ.bh15LIW0t6<'LIn'A˥7@a*Jz?_ꤤft*_cShLVKD\2fYYn;:SE1]àh yODw|IJOA$dabʄ 2M5b_HNP~+W,>]~m w5=ew|4GEDs¯]v"g<ýb%3DK擷OSK [ >CL4j +ې$Aݬ*7tӊx53ša }MoB6 ~ҭwVF ZS~P_ A_kBLSA[Lcz/  9t<9e񇩾<CϨz̴(bdz Hr,^H 굥33"t10Arjd(hl#d LGxjyFv[Iw5Q-]"^+Akt7i7reXaҦ [W.Aia}nDvU[9Mo2 Aj\'ܭrڭN>0[<ӫ'KïNU/ӣ+% + Yq3d@3q+PoBq Lmo%kp3.hy,Nk%M(Kˎ;8QfִS(Osz+ߴSG-9ks8%90vn RZX8Ο4 <KMúrcDRq.sLQi-'X~,IA~,=~v8qan($vl') hz8ffxٱ:MIiqܖ|su;707Ǩ 4} x">䅣tw 4zAq@&]l4ݞ yJ@ ֖X-Z5j?d)0Ôy$ֱpw&w1GXq0xl7KԪۨ=6#,&\gN nL(BI{+!jήR+Kv m~/)Xhފ[Y# f+X=$ct(xEȥҴܔiK=a8 +툋"唙x٬K=/2kn쬇 dxMJ*ccx`Zb )kAf")@׌Pun!2aӎgH/Q"%z7"!ȴrcng9 %<7%N0`F23c]K[܀ߩR4주N|dUKVHoI"1 <-.9G<(Uj(=?Zއ#v$EK>Sܟq(:FhÜ4}`:/DyoIĩPNL~ ~>szV8&?2ln ۨ2<'T|#䷤lEӘle*V6jCVX3W:g?{*#yC?V{*4hcU3 X@jA(yܲx}ٽ4qO #K1;u/) WT[Ccn"@Qs@QM1,+2e`r6DV0?.:̡dJIz'c"_ŝ/wg=t|Y]ӹ1}lf89`93mih'VgBX_c(1#kԿPB0m`!٬0'cJ'7ȉ&.~S9lvU^ vp AU[¬\^8IQθv!h,>T*VyAt;w _)BdiV7l<2aЄr|Jtu:F_XZ<kύ8Nd>V%tTF3 kP8:j֊cڋW:h+׃;xj#,f^賋O|CIb{v}ksq1\$IY=;]&"e̎h 5c! 9IK5dkpiliUL!t [?ފfg6B(Cb@3kX=Ň=yd?\~ :`2 M"r< D8sV{>nƸsJpα< 줵.{'f!L@mk+\WvpX(lI#bnR^偃oJR71koR HO hBmkk# U{bOtN4p0rO"7n\ԀhUᐔb:Xލ[ (A/L[+B\$1 =HsNlW*e_6N{YUFw"(ay⒖ G@wpJx8{ޭ$)pT8OVPLE+|0l& FЂR t ߁}?j?hvAx<- 8؂yzV)($Gߙ{i&#T>wGȲɝ^k3^CNy YYe{Ba0-!yWtV-q`hڻ8$\N8YUrDEqe+Ino&0)(<]@Ѝzy=3 ) gi ӔIc^V08ZE)slAV^cCFS>/Dl RpDJi,T Rb ~?Õ+QY%7V.Vɾcm@ ctF VDlE[@3NqǘqCvpQvVb#Z(lylJ:o&rhpl,q58i{ &B/ꦣ 1' ,]fAb̓UIL%K*-Xoi|LMULk$I|ngFu'ʇ9l9N?)[ N('kv]%7MIMCb6'>@rifvvD5ND},22~gVNH4q* A}Eo5ks}>ro[7$7<n)o{f$jB&'Ia*͢?3Jt8Ȍgk#'r:DUU%-AӚ(XO#TgS}9bUBAk 3/XN9O2GeVu:pR?["/gGݳȊ]E(7Ll@ܧFÔr@ 2fٍ]C7D(VբMV1L2d! Z`(^JfDjSsjٙB)<Ā8$$RS=5e%??r֯~nk_eD:.ylC~ =ͱ)@/؆X< ß|n=تeQ!h+;[ A@ TW$~B6i$^r FRt_Z(EPVyQAǜ BKT|SʢĝHZ&OnR_E,Ohnn&3ƀǠ=qO`CE8~SlG>KOMJd%y8#3V0 KKvTCU Io^%8'<-Vo}..m5m̱@2nܯƵZ\*"*d6B*vEWZUkYn;>2<3Uj󥦚4ނ !S1paĨ!IjOa5Rcv=z<Ƀ5yK 8]4TKHjf%EE~11nS|uD0QDs/.Fh0d!"![W+]PiY3(xR+]Qsdj`,I pk\諾7H7)F߼u[R%wL;ʅw-xm^yŒ O:Ch"E(!$n7@L=鯱AH s8W_)%w|ZQmݪfEkV$.^y(%Lؕ{ȃ̫O"nNl`#myga !cBiS s GɨOfw"At'XmE~{ -d4 N 5} Țs`5j؍:҄weIōRtށ(* ND/0#rѧЊVnv|/ͽ{:3&qTb9AU bbŠL,QKïCFw7^G;l0vH&/3Жp.&g^&T2_Ƥ/8ŠrhOǩ_SV6'XmS!ίЁ%ަ"8`KY~:gm1==׼DT&Nq8*CұSRma)Zcf1f`">thFt!avV 觟^ɎJUѬ Á6x/|UU} q̅ ܥn^ z;c k>hב{>/x0TOO:.yn I^i΄2i0"qy5 !DKًIoW;Qk`DZ9Z3T@3SY3e?4)m)E9|,"_.#PK;>Tk+*2M TPʚCr;\l%hanN3gCaUdUGŪm/;+s9#-e2H-HyDd鳇?PuIcş mkN:vU5wSv,`ћpJ\w&B! *PX8`^@ߋߘ7xR`д90`G2le? bV,)3[&^p ٕ敆ߥex%O+1$$*;/|Piy}.GU׺,Hh@ZG[{HʧFJŧ]ƭdL>iV!G>B;pi&K41|TC\zw&Mrp5ʍǤ m(54r+'(a" YI× "]&bV]գR{|W LH, ,bMVc izC &"ReNu⯢MTeYtS4Hg1RO @10eӫ)#*eWsN0j0]Fi#[Ml\򭣱ah"qtQP̀Wi{"7WXX )xrkt/OUpΑnKX.FHh>]I[DJxyοufи 9ڹ?+`%+k0ICKw rzCa & nC؁;ײVcpACr.SKչt$4>.H|*{+Bn| Q]U[ȟ+Qvfwԥ nmA  B8auЭ{pף{CL~iB};"N+l P;8` ʷF)Qpȗ( U$\Iݖx^@{O1#$N6b>&s,wx*HaT+&%Xȍ΍ԂIZzlЃ*ʓÞ<2 736R?uXc>pf){R7 {|a=MeQ'Ud<'@!%Lfރ&y M`QkGy}J},:03V}X(Nex uREJO4Ew#@{,A ׬1{0pW@Hj]u I{dUXX?3&r]ZbACG{O+E_1^N{Z+[K<%s^1 : JTds2 N[*"sGEi~MvQ vUGBּ֤qVÐ.`k + AYksaٲx*&< fY0 rJ E*GRzCo Z#L}{ԋ2gX"s4N)r5ӗÚ$GX3DpYѪh;!풞G[|[z~`Ih&A^˛,i5#lyJՁ'y;颜ԋnL_t[O 80~]T^y} @hRrcQ|, C}\i9"C,nϘT/՗IFYBk!Qe,HfNiJ]jr4( p3]tߒ!}ًU?`<%N#_%.T`RFd Iˏ%I%¿kg@Z),եn֒8l DA+^fbX2vE$oԥm,A*+( 1)ָ+! NT;! otr&9 F~?Rg8lqAJ9STs$r|b- *F틅#q8vqc['Ƌ&_:6Ev$ Pa{fdZUqvgF nfFKMhʴ:=i@a kN{%d_m0&qj7~5 ͎? Kx{ͮVl_F~m8IWaǺAP :R2#yDtK9=*/Cp&_vjoQmN!}yeUO40>",#^GD-tݱ9?XNuʹ7]`SMFOD,+j0vA" ƴ:Ss&%9B@hIAiSLX)wĿ,E?Bܐ`7Tw2T{2ah>BC2  o Ue8[ = 6bٛ,WqzbMb;ԋi%_v&^Kvg3g#H^wh6,Dl6@'Q.&gnWf“=Tџ| <>1 ̄@gV m掠bBI #桲ϲjͧ6 [bTA8)pǦMEt<*phCy/gGYY +wWO;+ d,Y4)vM/xa igQJsj^ Fg?o{>)BJՀ zLE]î`p o?w1pM=~9ہ4 m"oط" ^|ZEC?X R `v;59t5]V?`WL7ؒ[+8d;8SE+co8P5x vteHRѻ~azz1c Jlá:JJ(w@ 7SZsQKa#?# j)>̳4|8oFv ا3?PBoqcQcMPd>3m+ x??9`X5 ( {?JӤALhC oĽtP-\?f_|1e2rcb˪[BvA8|dF_zK ̔HP΁g.i! _`ɓkz5|ˮo{tAH6 tb)6QU#"w? $LO#D!ﳋ%e}gcjuGWҔHCo?v8f{b.@Qǭyb웪*0^ BjhOAf =R#wnќݷ-Z-(u)[m0"z .^T\p|N60I3b[8IV@NhL:"Xf8=0]]TON+OocH.UPoP׾?~9pAG:ГSeKM[mQ&0xe<Dli;r9]%_}h!sľ #EDԽsmg񤂳#灘43_K_򮭅١*ͲUlq8m_Lc+ )WLJ@!;і&{J/1+.?UE =jm?1Euseӡ=(mf2 p³TݸW䙱nn RSdo珟%"F+2 <۬KxHqT+jv gԏAF(`LYدXĺ\U$^VDDt T贰U.l-Nnz+&%)^g&XsHh5[2FiyEZ\6e*]).I| 4[;%_Zt *L9"mءRMd6DiśՇ}ڕJgLzkC| fkIRP'O{r9?N9s 盯 *zuN_xY]Z&DyBx.r,`m@~V?"SVT:(5-.~/8xMǸFI6:x+W?ʹM4ea՝l,&`L%p?0wj ]^Shl=Zeͯ:8'BE 1:i\]tdĊ bgi(F > Bi]Sz7qKV?'>M˰unS9yza/Ş :p`W~Cg_w'@|>i@S6:z8 =Ĺ>zr o|95 L(4=޳ TtRd ؀I}YЊY~ee=,V}av6Zy[[#Kt_6F|xWFb gFp,HkN.VGУKC :'&Pơ!Uءe7ڒj q^o[tD)瑟3RC‹10)wy0Ne2n )މ_oI6cʁ :!ZZPVn w`z&lEx(T,Ým˱iЌC^Xnng+O b.;/2=`1xi:f d$-~y9{"Q5nv T6 3 l,4eL]]qB!VeټH' J0h}w:Q}RJ8 #I#ݰA:xYWHp?mq&j΃Pk⣢$vUӔ .v3  C1N%ѸlШFE\f͑}E i5R+ yaoQlAvfL3fYsr6ʥJpȭߠɵYLr; O~*"t|; ="QwX3c*"ll~ƌw iC:>/϶։p}eP(!,(52b?k1V7xڥ-/Z!ӱĩ֟(o]&1j)x5%40BB6r@TQʀ@a>{"%txJ5kȞqcz\,$&Xq4Awr|4bG=cx˸|׋pw*"+@Afp2Z}yQ"J[ٜµ2źѪ:9|@Ýߩҷx}-*xJi].$4R#]Z1X|H<˽Rt֗n 0!61šړUBwѧYR6dtU3B>/ PQ9 OEgҴ2d"k4Nd#$GO;F}zK$@Ǿqyٻ:/?=!*p<9cpT2՜I2ߔ$z]ꄍEΎZLa+]Q 3A&׋Krj Uݱ}*Yun-t7OǾ#&C0 2Őݏ"Һ ӑ1T00'cȪ#=w nrv!iMvv9X^ʭ0if1ou\ߦ[-dD3|&`;7wia$qGEEWI>w`OͲIEsؘcȮkԡV VOdP:C#CW ?sď7fv_PR^4wo`1+hֲxkpG6M)hd&cZ.4te(r<5AG +5ps.vM¹g`1`1&?雫#*Ʃ7诬 i/>] %bN .DyqJ x0JV1@u.}}.sGK`ެD3#Y;;3$ʄb0f^6pDʹÓ9pRP[z`sxv!PsA6s͏U#Ȗ6!pXM̔FFCgYY\e|&$38l,m3&A,#/kqvl ]'xpsdw[j$hPR)s{פB5/ 'o 1N rbZjv*뾃< m9$u vi2RY4Y4)ޭ77DYAZp(^5#Q84};= #̉x\vLWh|Sn*TkY$KjU1#MخI&o)F]%鹽UHns(<Ӄ,\\NrgX j\𻣯#YJЃ1 :X3Zq2c?hԉH׮rۓ6[JBed$3vtvF 8FǯB/"5:7)n)<$<**ۍkcYf$rޗt{ؼЮ\G3C+v9X/+pwsz+0'>dPEr[xVF:?t;-*cds_95od.ngIN;Iv`dWд'ԱʀˏImg_ dXQmi!$J,c\0(KTkԈ؍F1*<8͈T4fCݮ|,tߴwonX>kSAWvJI$b-_g.2mrST8G }{ݘ{< <#%ߞ?+h$I[pi3!D:a$"VVaY-S՛Z]oňA]wș;8X}GLu JCٿbp {+1~HeUA rr>LTw|LذtQ =o=qP-Z?7Be KV3iF[I @ZDmM|ΟnDG嘢^32GV62'"̉hMki׷T,CVl)/sn4MDLYV^XxFdHHDzsH#E}WF on~4y%K!fl=FYWg|OOlQ>M"h(ľ\#XcMw' P(x7/Ƀ~k-=cʉ*#36΄wRfW7'a 8|8qq V5ׅWɾU>I?¹Z8R84'}/urr07?!B]?D3/<#.1Ǭ(S(Wv>?>/ !PsM~0WF3A?mɜ!M!2,5+'jڷѾ$z{_d[`# _cdXcB}ܲ)T3a#06R:H(Kq&3 W.oFKT'J NURݘߙa>tDHy{Pn_35brx]]1kJ8x 緇/\&s~ZVE;5]4t6.0{@}dh5ߋW}gpOBuAKLպxES|"ocjtsPO@yK^G.fM̈YIz@L0\t9oXKNCjiJ 9F{ށ2.\/(>m!(ssL0OOӆPqҊh0в#@60J⻖H:4:o7sggGO^RʏĤ]Cpi[pd> Q _h^2Oy>x<+:.Sq`Za#O.RP$glahK`k"K E\YԖ;1 Xf-8ʄkξjPþGNG+N4Fl#OKKz<ߛ©D7f͖^QnErn&ٶ=Eҥ #bH DV_A)6]Np6F+@}ĵj 089qĜ.%Xٹ~T3_> i0#ء#+ޱJ]ҽ<}/6ۥUq#;Nԭ9Fa>LG G["E]N+b}([!P'(NoLTo["\UNbCJ:gֈr=+ GborB}s VUʈ  ߕݷkzHʹyaUFToT _vJLih'E, 20b?%X#O7тrjfh,8WU@x2"g4,c~#tzPz s`cLĜ_n&8FiknU>0p]*?hXaQ] +2ƿX7ɿYS?' A y*4xBH ]&Aj{LNBVI/3pM4!DLbX{;-(u27v&eYw7tbźZZ.9h.cBAԻI><6" 5`J8RX.َ9.J^36NLG|Qj KHIsM iD?:@'; Wgv<ߞ'A8TJMy1~  iT6xX~~H(V 3Qa=dQS㕜< '>&33;*l{ RQeN&x=P,)}ճ޻N]j+Zjƭ&)-ADn7tw\N'!cGŀW*JTg}|ํ OjK6b}{mOvȶi-Yl$cfs"a]n*W lZy%@ϔ!< Z&tkCtc;x`Ђ/?gULl4227=zWw}$fB#U#y_?+HS0z%ûӽ6_ ) aˡIG/fW "FW;L).1HBpu ar[Qq ,«N9;*حTUJqaxZg-VHӖCS#-Fr4 6zD͏ȧ U@ƞȣ~⼏y[L % ?}Б3foѤ*TL!4% M}Rع>=lZ(@e,b8-ͮ h(̊f`G )vgM:,_}^FPBO?-68zF%y9&wKlƠ: bVT ]'j%! .TddoNx9؈D*!qzII7a( M!DC`JpB@@eVZ*8SoYtnЀ8V} Nea.Kc!J1RNqhQOIroW*z@ +[䗱`=KtM|j=>uOҬlJC#ʽD 1+ FQN:A51mpPJIw]z!& .s! Wgg^X$C"'/B QB`D (2S[ޠ2 |Ol>չ=.=Ro4 ^jq&>E6Š;Dx.=Ъӵpp΂"Ӷ8ٶkFf=#)bo|fmClBu#k1!wP;0$2%]dJsTX r~N0LڋK#m5K%XtMpOV|$$"a`u~w8jlnH ,g-~McE&FڂܤtjSՒ{{t?")-gk1T&~VJpUoq=T<H^Nrd#r j. m9svĥߗ@y1y^ ^L*v&ctM#D»e}o)7@(HPzR+1 -%DjPw2kcBevh`)`K(þ*P5{J"4ey\A_ar]VLEʁg7&K9G`'cO.!S }$x;2,BaE&/,J?F$Rڧ0[;wL ԅ!SKcLG+,{ X`-ѣnN6wހkܢ#m@[m')TCx9c)6U\%.C]*qL'mҩwZ5NiX$&_ĽQS-MC~E]'6W ~is2vc"r~&k- qaK.UKj5C?(CbFTz(uS< Mopfxh] 2xI3euGw6h'KgN#b ePQh[?2 ,OE>F/ C{mWCcf"EdO{}0Vj9F@Z^u10Pßc絏UzHXSo {*{Q!3GdQXlWMenY}O]-UtVTŠ7UEyY 52 ~.9WJ<.M %ZĚ>gG'̥i%Oϕ۰ۋ`d?f⦈a&vsqpvH;njGꢄѧͪhItT-,mQ @u.ϗECd˝Z?fEUr֣h72SC(6(&N:, tcYa2쾆pb :ʏDDx%,@ R]տ7:޵\m,CٯkRB{uLoU׍x PuDkYXKi_iP8x Ҝ9@BX$pRhfG=zvISo |뉕m^4 "K;cFyWʬ`,#B/. uE/fq:)^7WNXNy]dh$2"lpqTԢZ?ᄿѐtewgö/W'dx=d"rlg.3nSx"#ܠe0`z'71W㐔f}mxP0.w&-mywW 3ϣri^٭=8"-cՐ!&A_Eh#J{{ RQX!wi!6q$ѱU8,({*,Fy4L9Ohm.WK~_^|,xI Hh3И+&4#d Tsњpwݛ_1뤉a征K4T}r-}'yMYR4&45 ! !YW_BG9bрb!յA!.y$9_Vg<{loӖD_e, Xa-g'6#FA:mTO/l}t:?zar"4"%i="{3ڒ\-?ePMl0 BJ-Gzr)l;o w{i_򸂱|־hgCQ!D̾,)]s$#gBWs\ǻK7ʓ 5̅}_w,ur#o B{Eau@.{'1v;Z/Ǘqͪ@3d$Ax+F؝"rcw(O_eo~Y JΔ] O,D,d NM3R9},A=9 #m+>%oʊ$ѐP##/w+wkBU-mf}BA2ʪ.l״6!j.ozh۞Jhn`]@;bޥgK#׽OA*%E7dD@܅9 ȼ0\2|VU4OeCR¿h%0bSN2wNIb_8qy5YTQ:P#T#Zv~2^:pBAΓYC hݏxFW`Ñq5dA%`Ʋ:Ps }罢Ťsj;HfR+BT~fɹ/^`S:gP65* t߲WZCK79J-_,AW8C\HG0`/n]/(;`D5av{Gs_C)n O;ձXsI@ի\ |$Lg_l9\m,H$65GMBC>~f5lW9\!ϔ8=TbQ ޲ {ND5d ݸ&!ahE3ӸX$BxFE랗1mxt]#L8 'Hkruԫh|wҳTxF)!eW>@0P}twrºa:nF^4b.u^h4>ۧ?DUжHx'k'nfy(.ѵ U/[Atr{s LJuZ [3bg=gPo&' #9W@AE  ˮP쪭Q=sm74چ;z5;*RyWdm$&qftϽn0IZ7+nIy!h!ݶ 6`n#&d*}(vgI޻}*ɧtʎ$BHf-C'& ׁVa0Pry65ʠ _ΑdRDy7  V[29To];A:)bZ;[|SzJy/6>ʃM[1gY^ZHQJUOȆ +4=r`;lG>7۶u}EYDF#&0p1wvY>[$h&Ԁ}+:^W>AрJ=lm4/X%E&@@9N@r(߱ɅkvEy{[AKs2ʓk6j{D(FzttFq@Ckv UÛjs셇j_FIӵW$ xh˨NU-l2}H.:" $Y2p]#, *óDI„Ј>̕,wpqa^Z = Qp5x;DG l/){9d)8mpp]%F ^5C3;ӽJ3Ag2|2LTQWVxU:kREqAy?ntlSb1OɾNJٷ~4^fN.kaEj;Y@mN'P$.)1MD&<W w,eXxP%͕) iAPxdP죈§!H(QvC0U~hur56g7L79}-%[>wrB6cg^\ÜىyzagU<(!ihK~LuWI1U'<(5 ;kߒ>!p)n9#ΡR2r4% kRK>01a8lCt!9;c E a8pؑ)W(N`Mtۊ($׉ث\~n/bEi!bcTx 51ŽfF>Лl`IcFcwz֢Ŧm& n\\?ɜ\u׶ rIa^BZ e]@G8#ZoxEUjTd"/ 2ҘRSTW6k7w)ǝTEy<Amϧ1e:Dm/E/^to* yZW=)$n(T+'6![H"]|uNTNJrs"lLܽ*lbݷV+UͰ%bue 6vAU+2k.< N#CJqԑMwtÀiĎǬws1O օCiLIao?oEb j4dj +\FFgǡ##s B>u꩘',;-R/!osg|LRe'xp[t'3$]obcX>FϪ N-`S051A14Cn3z<Z,:TSR=8{(~)~na~*̹[F|ČfOap+ub ,r_q .=*mEԺM9'u-T%cr$XWc2) w`ዢb\s"ڤ2[x;_`Dͤ͟ `wǔ ƨ DM7sG/_ؔy_фBS2!qDRM5Bfẋ+8FqreX^ @is.9~Ł M.#{KK!zyЭnpsr0gOS-Xfg pFR$FA?{)+3esD'}l `tƤ3OG=$e܏*l8饲|cFl;R?-f/;^+,UUGnݡ^ķx\.̺%h?ε_V/{>_(`y^O)GaTu<sl'-Sܹ<ƙQ9m9$~uq2@\*2?KmaΎB<Yꫯ܍Ih([ZeE_;hhrS9h3nF_>(qfoKDK&׺kZ3Ƃٺ@1Xt]Iڥ|fϴ"+ZVw7>e9cj&Nk3u^ȑjd}Q?.3,ß`Oy|k2)%f'/뭸-VC'|ED?R*sn )񉋤#lyڑT'4NSdlw?\0;Y >եΌ47Nh഑V ܵg?[VZqySՆ-X.3[H̿ZSY^#쐏pC&9p8(<…'K q Wh,$Eq0WbڔAhd!="iuzNáaJs7ZBn:`^ZoJ!;n<ӹVS6'.9ek{PlRurC!>EwVҒj)QsP49q5JC98ե/=O@3^0=} O9QA~"_FwW"ZmϨMD\UAFۄmtU:9C%^9L FS%VEb~l/xةj 7LTs408 4L w#vP_X E|r=hZ-܋mۑ~4X}2*/? ^#l+9I%mdB*>֚t ]»Of"~ r_GiBKCk.-&oJa)d7Fk c C`>wѸ#tc1*s\i+ ~E;-[f)U[v @:58%zvljYE#J'ng vAW= [Tk"e;ح+V\Ic讣Dfy&3,yko,t}ұ%Q/7HQC^&ǽ 4]nĸr{톱J#>}xme:R#ٌ>-QY̤? t?Wy3vMF1vd~E3 ALQܷ*(wФK~yz{ݦ^W$ }wePH )]:yx1]vX;fCEr$0 P.>dZuŎ|mA(.n1]T$rX;p Ɍ)X2l:O_ ȇ:Pj9ڎZ7z&r o; |e ޖr(Hۑ ƟiDrH4NEiJԧ\Sg>\t>P3n>FEe@֬7` =m$"7ul7<p ;# Ĉwc#;a7\pWOӪhZk2t*y=91aFFXslZ擒Gv;44X|dV}w[$<UÌ66ےzKES̵]kdƛSQ}(A0ٿ'{d\8yZ;Mi .%HԄ(xʚ1K;Gٌ1XaN?NR);4(,6p8%7/>TUKQZW o܌jJi % `rS#*J‰qkA(㓇q qP/xO #aN?䜔o iOLlɯ ^ZjM2,6m(ب15GprX/iz){w_hvz,,)ry )"x܎O}>XW&*'pS*u@ ڭK^E|u"TuN }Ibf}6vRJ$|'6#܂)':4K+Jmq_ϳns5p'hM\f:\*j)`{$"}U:'IXJt9 PҒ">:3y[r{#/f`$8 ( ү~rKlT!% l虨FwPء:[Rl°V~Qhՙ[|okn+Tȥ󼷂u$C;"WB?6}Rn 1 SxE7*#J)52U=kev A$w{빢w(p1scⳡ%`܅q˵N}/cʚ>(WaLVJoWxm/Šl` {8望cqZ\T!M H hdIDahsDoEhL()P$.9kbsEx~nXHRԀ;PpDITXh>xJ/?E՗ 9=+ic0^RpQNm'رz(tzR/[`G֬).R,ٹ*]2i&7!F%{3O1ky9 $8YjrHFo]`zpXe/74EجeDӺ|P|6tv(Y>4OծGbb> O֝v|9jk_ނA~VNzωʌ řs"T2"L86] + Vyyݏz+oX_Ґ@2nYGwK/cK܁ 6lpo.qJMcPEbRp/9#[j07V*b v.d!`ByKc v4}ֳ yUfdtk_ #1axF`ei!lfETGFpPΉ=HygfŌc݊ 4e~ ܅_1+ALː{쎱 zP{-GVz`&-0ޯYBѱeןݺ|/c*pIQ!`k./那 mg"$ &E . V'oq`BtJbpiUp x-?gɅqsG)ba|I-}|>E׻Oq9!;e?L)}C D2H]b߷m߫$I/?,kě&+J}z3ɩ֢{ʕS[TsMɶ#[cbmHM\׵=ovCxt5{6@K)a4)R?^B<]|z/Q^dޗVIGm Y;z<WfHHx,- ůIS܇|xn ]|szTw6ɖY?ӵ xQzfP96$VSGNV^O*W6.G긭>Sc'R!A|g&+]Ik=``Au-* Xx8C>LAUڡb_A㢒Vyr;,4; O'!YJ<+ N\"O'0 X im.8TJN /p^H| zE+c9j}Q nW$^ixH'ihZ7Em5 e6 R+*:Ou)5e e,S⹰1ބp/&s\-wS\|M>`[RI[ 0 i.i"SVԟۄm:MC"\ebob0&]O #b;7>"Fʫ;FNj%q5dzȯ7wBIB爈2 2 9M#rZ! hiL'ٷa&$ogsX?`S~hwe{85" $Rd.!'İhiJ6 P>Y^tnxwڳwt]e-oXeS -}=/fJ|F6Yu) C2tYuz=QulƑ!-Qrx93!"%B^f{xZHɳA|.(D u)'^= ԫ vFһM8}NH^jeO&;gHR^7ql) K(l/xp9"2mk9#)ܔ&7tf2 " ˂0"yEq>fQ$ )LfGg_MCrf rN^1ӧ*| C" 5}o}煇)-z"e|'D1y\d'zY4Zc$}1hR;Y&*b1,s;P}:mFz_~: v*l{s4ajov4D|%/EdawZ,Q9aÝ&h)KiWz5[1K-5]Nh9%j7y=7!HڞN+/.hL*!Ɨ X+ TJ 7Ӓ.UT}l{~gv53p˺cCijѺv]1²IiYY ,ZS(@k?W>";+cXj5 g dX~$|ǻ.SpENlpl ݷDqv:*.NHidm)q-8.(ҹ&l$,nIoR3huV#r@sQ t3HP yY"tC#;Ja#/'jӦE %I. JSam&wMŮ'P8='7 %`j3P_Cߔɖna3Nod> MK=v+ C AS}<ﵬSfց)!lXu9UuIpnJh0'ȴ&k~ӝ2oɹj\f׹u򐝙5sT<`sQLLyz@$pUc}_LB/&񡂸2,ҟ{c)HH4>1B7EF64g_ yS|zXn{{&:d(}R <ӦFדH 21ЄۙR`OX@R }1iqz0SN+O4 +̢1$cDYI I4|V:nz/41.>Qk("-]G%ʛȣbǼэ>A\m؀^ Sx*ՅJav |k"4D'{ovoRN݌Zt8PY+]"=PMG~?6W]JkT~AW0e_(+dHOwq^pX*E}͜6V ƀ|x׏ };󛟖}?Qٗ9Zy[ jť-]LI{(_Fst[j!zg!Qd~G2In@@qWz`Es 3 ^ C(p!5AE OAjLeڝ\.fe3 L/(3COT(ŵ[󍢮*$-5r3 h(W\S%`7.ߦ(y*4M&C?2<Ț\#@qZkzMӽ$bU_DR{fIz[ 5Т$$t`C*c`Lur/dߚ8\Ϭ# )>E$͙" rJYd! ?x R{ly2Ͽx[,V4&G/91u,Rcb2W5-v!uS>=,y-l?y=i ~婁:+ol|:e7WӸ3 p'4Q 9#JlhnUr:g$5%߿3<>dԬt `q'lטOF @ei 4"O~xa1|}3Ro vC !ŠLr~(lxcu"lـ0'C YFs5 E_=I&t[_/);6MVHM6HbxxL68$9n qV æu{Dq2'tLu4 S fL鱑ө;vN@bh 7Ddٯ:l&I"zR<9P֘9gn"TRuFR0);>̪ւ1w~;8yM&M#󭳤@vR E"7$U'YTIL VSUlI\Yr#G"(ab`3YãQϨ_J< l{VMྒ E7d3(7j|g̯Jq^0:PJ}c .J~a|~4J};wTʊ|g#1f~\fVen.e9O9F՞ͧA2E[|QxvG埧fowK#}Jfڛj 6O$۶rM11SOhz%ԂE}tnsX^3F;Qx|%߼1Da(=HWӽL7)Q\\ ">M) m<:+@0!bLl d Zi3aH:!D1 nkWVJtI cs&`DʈNJ3sֆdZlu1%Z$KDk+ EIBm4/=aWs|2,+'O1aW֛7ӓKⱴT?7J̿ +:KsN%V~WkPv&yhӡDaPxjkk!wx7[=]'#D!NDz^60TVaH,)w84@ѐoJP|K+l*==U MWcܺ#YynEĥ9B,~(`xWZk \k[MMXIL)AP\׸6ؐĊ d^8ES |KlYFM Θ~ܖySW)5 ;RSOmoFy֘w4Xr^P{ڕqpP& Ϥfg]=`?J7Qmw>CM_V}QX\ddX`34벶2nVIܥqމDFj.65&5X%R|ѕ6^ PQH3 p. iЂ*dJSh-T5|b{0RnHD|,"I8Nw 9!Ԝ O$6*'3\S:]!>ڊDG4~Y4Mi(=?-)m| Of|8cU}4պ9 p2E;$rb[&^8[I"_=14oFGcJHkc _y=79KlL7ڐm&0F Xf$tڮ,m|ZzlY0ذ=7[9 \ O  Nة>[%O/GIsύm\dwDq?7ݑQ^"y5TX)Yc쫩~mzuAT$1C1Uj=ZX`2iBNM=٩z7-Uý>cnNB[8E @e,&"eAkc,*86 'c%E#rw!Jo`*jПk mGF79 #[b[bz_@gOE$?rqS5/b4! X67  ljZ[+1C(H-Y&ԢS&JɎ k B⤱poϢXhrIY/qYKfwM/ø|W?a;3(aӶH=|=@lMZoRw+pTNOD0| x[Wdmq!KoZ"!?s"ۃ[V#ٙ5']CI(,#*mi&eyޒ.I.ḋ ]fDT$LS)zTK3{(orU2hIÜWN(i9Od1Qy!aܪ{w2r~ai@U4ȉWW=X}/k8. M,=V}]_/.A1l`U X[1׌.Ϟv\fs4[wFgwbt/5 n;CAzVq>o*2m008o ٿ?Uy%?!M4G(eTgWQh.##bV2*\:m7 nm-4sSpBQ!U!&)I4?JS~&clhоL 0e4zx[(^hdo҃w+OkQ8XHP- KΠइ?]EB)v uAC 0|xM uONRr˸ǼN+E |W* n2s1Nn4w!*\숿RTsàV6k)9F/ \E~7p밗*V 6*ߒn#(ge*VI^v2?}5Q"i?6 4 INCgF/$.5y!l!3 [d%J6$K'Ǽ Hcb/ zdDien817LS:J@˙G#P+&r@qG݈vI ?8լo5!F-R> >Kvqs.㑲0dQݏ +٣d)>=U7?chrB'G 6!^4htw<_-O\v5gX 2Y%PZ;U<@\Rguev*f^>ʪn[ qoޗLՙP̼BDjKK2CO< L{%zEo% =W4|*|_/Ȇ9MJIQ܏+taz$#qMACVA\ŜVCW-?/F}_8 qg{86ႌxY:Pwb{ ( 2ݾ|{ 26Pӕw !qUZiBWѐuYS)!P4jՠ&pV \Vr))}#K5Ȁ!?YI4-+רA?GFwAoFko9mdOf%-9|>lD B|t)rVJQvT/&wкDN* 8;!9~U$Lp߭0ОZ!o7--[NwFe/ ? VҴ-99D߻ISֻ=(Jzq@^PȨ4ɧ!{9nAGʹg)kCQ@}0h`9V$QU'qĢJbeRф>eeךjY7|K7|lcƠ7 /pA!y4>X% [⚒;dB*?%)M0w6\K,=ˤ`r*Vr@$ <ܳ#ưXl*CzDBNfyӸ>p7xv$4"%<\ߺ ;wdJFŵ8 n]^݉m>X凿uXD/>>(_uȢ%SĘ|5jw_9w lz?D{'_3T4dI~l)v_6<Ma: 7Х m&FwVįnqjA9luܲOA ъo~=iЦFH*Tsip~ ;$CSWR8-@5$Hz̵svu?Oz[T7r qA RaGGPM<1Y,d3Eri@<#,{Lly."'HQ 3rFՆrI JjE7\.9Bv\[2xk []lR*aC:M+z;2gY=b!-zd42f"9-\N?59ѷ;06h.rjW4/2%=즶GcNN ޤIEy˸SjҬxbGԦ:>U{3GMJ5?Vsս&HdzSLCPh,JG`*)[Gl4XS+b]:d^'S-7^Gx5Wٙ4yK+:@pwc!m%y뫎`C0C&?9єTC$v6кO6MR{a% 8ofH7_:_F4U8$6P2:B*]aܨqNyTU,UA}܍?]W ?_Vsg[_Y,:RH/P}G"IfK).j6~?n kH;E)j,hOx$͔ 6 g6Ex\CNv2X$eGi7&MĻIeDO`(M>aA#AyOW?cʾjN&$DDT^y 7Ɋ`mo~:>ϗ}.ރ5 W+ }],ά]C@E'yRSF~N^ɿO=.J5z-t%4=S60`i_E-peh|N> Q㕝-y /\:`]%NZJ-j$Ԫ҃.OՂZo Tpmmg2ARiU|vwbyKmV@͵|~ӘF |--`zzO\"~fh 3JӬ4/߫cel )i B U $)%e3(# xЕ"֕O=N B͵ Dms "}QyW[ W.֝xAro(fo3+ qiǞJQ>e 9 AE!68ʶоS! 3l;g$~x|s-'Kj9`v1}] Lvq*OT #˵TlۙnTLRI݈ UnA%a)ݏ0۷K'"i[,k GWqn+ ozWe,!|Mx/%4i~ay=O͡k`(9ڎAQ oZZp cI -f_oƂE ZB XYFaÛif Z%K29) 6{>UbӔvcEy>eC9M1z2xQs2v=ۡ%&( A3#")J,E\4aK$IUÙYVV(aVj3alҨVMNc3idiV[iq]gTqZ,G],I;;sǮPxj$=\ɺ(Z|#Yr^9m)!2 m_-u)#Qx|bS_G9P[=5G]ﰫM!Dϥx’8mZDrg:tȼ91+j~t*c";x1%%[ S葒ZkㄎU=quJ۰IPYk*$,O#{eYKxP ~L)H}c֚(#}AXPG !ï2S$`+uR|[=ď鈩?˯2`GE,#vv?vKIxɴݓ>O ~.* 8iM_X^łZ.G!Z`tI 0ωͱب 2ZhǏ J1/tuҼt?4hp]V8%j A !!ؚü2XG)oH;rm~~{mWݻW/\cҕX2vpw@Z5s)?-o3pz  (HH9lo6©;/[*Р;۠s+,bo @BM2Sf 'O|9R77KߧڐgD@TQDE>QOvեwPf5q\678fI~">6CYx>4/(9)1\tw|Q0ՕfFR[YϪ*'mi)UdrO~y ؇WƊ$"`ho(_Li߲)-OdIu+fWup wa+"|>wODU͖dÊxwx=S__ڲ]!5?Jy?T\fIS|֧/J0̘Mϙ"S|!h ^ВHnQw܈VG/_9yc<֋x"m2Wd_{ĸPkԷw~+'KSo"#>d$rUn*[xxR}R8? y4N| 4Zk:}CWOo _+0=dBV@E[)nw{Vudo-(O^_pb$nxO &"Qx~>@;gd`7$pxw$a }2nRC!Ng |{yѓhOۙ%| dv^*ƽ +`.Ǩ|&ZF &YdFE>8fNo=#n3EJ(^n N#h/WFh6$b-8UhZîZ07![t= QB>dDos(W ϳ[H,Ʌq*Zs%w"oAs6;d M+;4ft'"HHAr=_tAG-!vh%uS,V>ҧ_I +믢 y$~= 3%׊EJЛ ;XAXS ږm(^.I ) 1R"ueN8({K.g$ap '-2|ɉѫiV7UWL**Vw2G_ *~vJZcWXEOF%.f7D=߮[JW=i"%r{Zl ݩ[ IXo8nI 4zwv(drnfD5?{.Mty ']mrR}=(g#_MsIQ8q~'v&x8p!1PI=+qMu:Jcrw 4#P5|6k;ѹ΀FR=CxϣAmR ]z`ޫSOw{5T7\׹Aa|jkgֽLLrl徨jZ0?<)xAT1y4iÂfQwWϰvn *=m͇akqWt$Ō+1/JY.*QPauC ]XX_"ݔց3BP Vg{qAi"s \%f =ª4Xx<.AvW,s;NN`KVlPҥ"%R@p.˗9ƣ(tVh7Rwgxʕ)qNԬgSe`Secф=ΌTH @2QV#4$U)Sa d0:AGe-f1x!H `1&?JNwUb ,jr!yq?{g _5OT ӹG.gso!2y!? P #Yz7oxm憚e@2% yikpJAS_(^Bȯ.w&6u+"9۩_RAhkS +wuJS}9G{f J}1W]ĵg k!$EK&?G0ݙLCox+WXv[00M跤T+.o2wT5\搼w;;Ex$-6H"26CH5`R)UFLhЀ/9- \^d;l܂˭c)6+|aȯY>U2w(>+{zyнtF3=2 }])vΤjrA4-E +m %|8Dm ~8SiHTqV?RUOk~^]+vgu(P|j)$qbځA~P0!LS)Dþf}k{.u*T.~z}W?tBOE+#?-9^~A|7^X TďIȨL?MS3d[v }GNQj! 0I Lh疬ܸc&ET 6q]Y5JW:ʶ4BnY#+ڷKI&!^%O 2$5UH>@rO|Vqم+S奁hz De6XB/>ć3!DWYu%y0nZfN/q ZY/ϵ˟W|ahR&I@gqYYJG$Blo[4ٲ\|^7)x!%2YkW)0#(JV=>A"B/J[@< si8`0.ϠboHYӍuC][N-*C#fG44YW;RpRXtŦe y_5;?mІX̅0CM^l/<g̡ I΢6\_ 6tFŚHX߉CbҫTTC~ ]R0>07$x{s!-S@Բ 8?8O|’k4_ZUq!c`7c\P Փߝ1j"DQ|HW8H )zo~p_Qͷ+wᡟmJ,~%c. m/,ss\+jLb c~+郣zV&ܸ_wG.枌jI,Let$ՐVbh/չƎ< Mw=Z*٣vo~<;~} cޛ)Z'+Hv(uXDʶ( WARVqDXaN@?P# wMm_WbŚye >]lFpqiPRH][J~֜ix^z K65&9SC* Y;]6Qj ZEtKqK sкCW\ (d EV)NF&d ,}EPe5;u|)skʷmD>3IN7iAĬ VCBcmvN [{'zr8Сe\Ng(\|Ga=Vy'k%괓N A"l!0 L) #(P|A 'T ~Q<+@545UKZD]*v=&ׯ"I4x=hBO .@~O 9 27]g"A(K 7񻐤mH:E7qw`mgp0M;}f!s2,փ7-ˋ=Ɩ'Ư J4U(b{A/+ bpbkfmop .)_wmKFK5),@%ٜ[2RKd/*r,G¥ vjS2Ƭr|8,,hp=.y`pCn#Ns3Ry2edekn#>^;nZR"hk8]~I%YrRX>yf{t )Sʏ9R %1EJsKL_ (Ƚ;GG$eX\+&sc0dC\uUgE]D@\SJzo.G>]akĆ@!yY^bs;=6y/|gO֯W6inAo!m]:B1!m>)FX8nIh_{@O XL)bķ:ha@Hu͛ZR츰 #/"xFv 5+^K"v Vģf x>Q 4y(^K{A_}&]t' =.pbtE0i pYs`KMVϻN=]xuίߍxp8zM*Jwvr n2/XxWfD`UO@&7Xc'/PF}6P~}tȾl cSʱs \_=\S,|p9"@JQe[t2 eiI\ga:.~ɾc_'GqW\nSW$_ɫp<(<ڔث+z \nZIj.wS @69#G#q&BWe 3Ы\B_3s^I)sHMDfO7 5yoo77: -Ԉx;KuX9җ ߱lX7.[a;Q, Y>΀6 x.t{Mqr0G0#AބϧE0І8֖ 19Ju. -)wmq 0+7,R{ Hm3^Ӻ c/WpQI3}l\"d1¹xp:z'_EN"zR#Ktar1c8 ,kY:uJ {˃Qf %PLJwgG+cvl8]y\;ioiROBz/Ow,cdGCߟ1 Y+ɅF\tm*緍vwG>4'{# g@ϰ޼[}IȩH9rlz;hDǢ:JwReXbuI㿗Wk5[Ah+Sjt:5N8Q`6GV6RQ'PExOz/HhocC4 f [oUƆyKV-K V/(8ٓDgT*a D31wd|Mu.C_7&)k]c7BF5/R9 `{+9*`"v<*[8nàl6ɟ3(fT3ħ@+@DesOI!U9lvUpԬXg~-K0$IZ }dMAj$ )OC?#6t fCarWՎmz?"`YnD[c;4BXTef+:w*ŗ++?|:GTh%bQ$q5)[, LMCs9~ LT#*^-aH,1\Ym_HdX3An LMpA"j's˹tAs{P%3$4,k£ CqV?Zq jT&d3?ȏk0S )e*9 r_y"=%ȿ{4 Uh} !#[`\#@~_U9<e )s!zi-?e>T`ʨq>aJUw\[?z[Ɵzccp{4Ϗ xfJRՆ-EC?sVW*{?u+NY^1t+0 `e#/W@p_EM˻j@ }!2'8?=Țms{H)U0HVq3U߮VZN^&CU [^MzO.a@>h*2vSKu*°Eʑ]6JLw?B9`Lj}6RәwTCK-s`n:Y0mg @jREgɧAN2l6Ѩ1/7&(( 9m8bEIxY5\v^:ɣ1^:Уx/bBen S9yYe=EjGkpN~,hl9kV2';:/àTwI)CξAHJWjEŇЕdr^!1E`%vlTIvSe SNW0|Pb*E}Z#DARɽ \MDj `&4:r4zL$iquBk,j-{õKJrt{|JbK=ݿ1 i0bpP)ai^>//jJpm=2po۵⸻ r%)K,\3ϵ!Ti= vG+Љ"dʱ@]~I&e{[Jq[wgfK>PO"DӼdȿPX4˟ȇlU5*oh\Kпmۖɞ3Sh_6dlEeRo'twvWT>=)˻SH5h,'ɦʳ;MT VXz`eT6?f6)9?}uѲr֒ 4d4"L FJ͔3mlP 6ѣm_- / V*Sz7_̻6w=NA1_~:o*yk=1 \,T:֯<ّ5$帐]EK /qh/O8شo`myu|\ h̻fֲDi,ō){2yc4i]`{λ1GhaH0 dެBoKw*PSq?ư![K+rx4LҞ>hjZ&d*3;kfMD?S_I{܀if[L>™f);$\)_M>kDj*jqo)ϬgGt.;jS86FV;xV;x Ml5ڎp53c)prh$wVKzBpE5`[BFRgc-k?*zΰ <ϲ+$qݠ>l{;X$˳ժoRyp'VL3Ώ"dJɼ#Ȍk ?+O};)!e&z5J VY@rwo( }9O*(K뽤dL8Au@{:4ӌ<Լ#: .We}H !Ό9it1U|"Ԑ_zTkN=@CKoU UAll%/r|6 9k̈+kXG&CDVZVkA:E;;Isn2XZ[ɲ<e43xDweܼ>>hB:埁k,gܤ6L9}Ϯ|0jF,uNc-<2k3N#S"5{x.aeAp5RV]N#=8袖Fk_D$#\y9jDlNzׁOԈ|jM!j֭!Y1R{&EH0[bi^I77G9|dž3TFp#OQ'~F!XOmk IDS]-Us+>[h(dvBdlÐDCк~~=+"Bs G5'ݫ)>-\5N"E^9]J2$EF T:yM];p[v\&J)=J+vBK\ܢ67x­ 6StVG]p;dU4V?1ium'_ ǛW&EBub!FAaѱ_\GG=֥E%qZ|醲y @jw ;e{ ah&قXQɒ H/d6"AC=_l:~ K4ɪZF@'weضWnց#ו>{p!h<C-bS›n}sb sZ>n69UػE~kX^;kE(9Jw}t2Zx~GdH47\1!LpZ ̆ 1*͈,-X3WY#\GEoHTP2wɰl@c6p.`~j "$K}v[rSBz/YVZ#9pnl4ex5'uWoiأ6Eb9A@$? -#¨dӌtE+ dnL\ izGKY@eT꾙6Wل" KN2"E0TJp2x#/ .JehY;T}&DAhm3x,;\Ү%#Uq׏pCS5.9j7-*=7.=rwP0y>dfKʼn2t:'Hbva@"6.!,S u9 M'Ḣg|n>V]Ml5d\x \io "z2Q,Q1V Jv/<|qI*6wQi?1kg (\;R"Ɔjb1UuJvFkl,O(R)X,c Q|&[1<\ ,^?+4k߶t{rtFtW8}PA/_CfKw~XE].шBe.Lԙk,y^\VC ǥ.4%X;X! ^&5U=}MvtPGQi~㞺ŧc?iu߯=d-; >"yr41l }9=|VDG~oN|N:Pu ܑ WZ͝QҞ[Zh 7U>8죏r@<ēDIﻧ  捾P2y]6ѢE`1dy1 &[KHL02^2Պ @Jy)7s/igE+5V>9?C)a8K'8·<}\09`P5n,y.9l.FIgqBzB63mT"QPln%mo/uk /:`5VzO2T@N_Db ϫ3 ;Nh?7F.ͽ`t?8}^pJs=435K=;w l8NAM%E%xgKkZ7$>rYO9e/^n>}Dx@ޘ+mM rYxbdb fq%clؤwq J-GP>8 =IGc ug_,iDlNYV[(wT?r-s Bm:vRdo yxs#;Hℳ{W-@W} ZbV}Hz)gOwj9s?@da(5 ghvw&<-% +Aof:3<2i4M d2vH `K|E6 Ԅʗx3hZ&T䔎 K \1%T'[yO)7V9_yZ]T~SFCI5/,c'R50Xgf޴iq9-&+I+ !v~4v Ů?3S4=ؚ$߀ߠnxQ'Wd

2uMgǁ#Z_P/+hw8]H5htI DܑOGCd#rPxh*X!>K?a ./(AUw&Lwi 'fV5RiZf2}LP,_e"Kǿvp(njq_Tc(t>9C_zWR.2A $m3yh `n6h֏H ^H-#%u#2xߥ} |Yr8Mgƛi ۦ{x$s-ixnIw4N'F@aC{@-HOFI'ɅU ]CI@U@"O$Tȼ(om_ nvyAd~ -R:T#r><.IyTۘ2WAyªkl0lfXݽs&vy߉4XZKb6sy5rBq*Ee ZYO_6cxHVOP^*% Ev:LqTlg?&P_B˜a;JF=dP_-.6@15!T S 퇕;ro.|*D&,Dv7ZnVV.Z(eξ&Ig!s@ zjw֡:鹑pvs` oY O(k_E.vӘqCC,0{ u[I#ս[L7Y kt*հSM3L= ?pI#&+1e8ζe9g٪2B`͇؞=ϓܝEX"U|K>;Umt3^I#1b?hQmP9o a#xjrUbl0#⯧F'Jn_U6aa&! |ԦyR^ۖ"SOxiJTrVO=[ +ji4X^\Ӱ/,[q)`4S{Ī7r9^#V'CszP… /0fGY5Czۏp*-Hإ3eQ9f`ްp{(U$K {o.H2EŶYغyQ\JR$ "V6{'~,WX}W9awa|6c{8;BVtp>6#n2ԏzF/LnȂ5Py)gj{qOw P8C[ȷieid$gMݟl`;CiaB;rAA'%a$A O"iy/=3iqREȕj'D~ ʂȪڔIIϯ6Io{@ՍXo񿒗Y2(McU"ã6GK*0pA>W?+ynusdIG;hkS!H?ʺ7ImdvtԾ~=2 w/J3$ _-]UƛhA=ԏ1Ë YM5(YsĆX轋QQb8X[~2$ fyWv1 ֧t|4*kzo zxqWCG\0G#nB^M=y83Ņ[mpm:Hex2lNOGRY0 buB2(ZefVr yu)Ow\Odx^siuo^]haWv,PjIB6"Y2؅:3x?Wʛ=+Eaoƫ*Ԯ4`LQҌL tX?k 4Kg8\ٹuֹy}K_:7ZyA@6ߢi5(%gc%Db4+#k Z +ȢRşr{k(?Scm> I- bru1ee˯4+ꁙ*s@?JZc|ͺK?UDCM_ zn: >$ Ԝ ,]Pg2ۛwwC59bLO,\YLRIMꊣDa*6ekەO 'mč*ȼ0H^15l=nXZ. yrG۰`.]xGX1YJk媳BˬknoXS:K{O߱N~ɖ'jO4玀/sks}NJBlIt-xMNzjeӴ\gϻ$ZݠҜ]݀roYo˜HB/-_]Pw)%r,o Y0`~0F{?F,asi ^K5*{眇/UQdJ>7<_ĹVr90UAgA:rr{,<Ĝt?%qjQ ,Pmx=Mp@䖴պ]8{bj?Ї>ڈDmʥ"LZu2rbՄup, 7 4Xx*sق뎚+4n^5v8 Dimmہ5f+6OEJq=x:йX^r-CP nm0r.'kfg BT0#5 !#9w)nKj8v(شKQʚ%H^zab'#(%JGg?ب9`zȋ_Yw { frĔz7S96Ȉ?R<# BԦ}xT]ÙG(h?Hl6깅xzn.V Hc$3KN 5]%eڵf&lprJ7t3uknY6l..j`2+t`d $ 籡4+MJt uv[2"cG[#(Hcc>vџM0c~)k}s;쐬3uhW2^d̈Vݑl+ӏfF.(Fa5͚ X[^U,u 3 aW/*0rz6"Ex"3<˼:(w?Z9,6q aؘp`cΟ I<{dغ"ZF ޭVI\X Ơ6Rn\E}I d %/;&e/BN5HjE.fGQ]. nG(FY;@]TBP;?cWqve9!=d[@}VgE࣬J)z0>]w۝m!Rp(wQ}%Ybl '[zC'*_nNCQf#9{D(tz`|ڦpUqRo%:&VkYqF0 ?"q(~Tˀ/x: veAq@8t=bzc\9]*?'"-0!X3SSA'DJᒊڋDwe^Vw&_5mN}ENB2HFlO!%@Xش6"9xL3"8刲hM%'Y9ІJ-KO齜p/~yɝ b585LbV_ыz@q <d4[gйo煨|T֌!#0^*4TmihF^7bqj`́$l![VfN4_#OsN36~'uDVqchcY#:8v*2.nx\-qKu:zS}0Ac"k3dztp~Yiw*s|akHhD!q_p_4YC|$I׶/p~Oȵ/vh$I#N[N/6~tJpH[?BkQ;G'i.BQEhѺ#xLH$T CѩnmxoGd?VEK_{Y^+`zp=t˶-$l!)K)8[,%'17;rER |e`zχ MuFoD [z4DG~KIMkYvj 0)aoJ=_EL-e.GX+XfUj]}6ʊ(OdS--T6U!+z.MVĎmo8i6[b$ t{UMIqF0}8NiϜXmjNCcs$xCY^Ke$=K#D׃FjfB6F9A-32q1`}񸸈mזDqcX#e=mEJȤ|:&\4ggpȥ6gV:b{KmkfIFZbL>ґa5-IXQTRCn[M_&ĩ.)$ B.-9֧6q"PNZ.F6pN=d.?I+#@_.?FiS' I&z o,YMX2g\nF3 %Q"(9aAnDG2z8f#2T۝KƈW$[`̝H1־zn]!OH](j lW"RLD5x{${uE4j4fQ/ 0Dgd m|ŠQeP K)QyrjzG_] TGCo{dapev^Ҡy*~nٶT[-Yy!z;F&~ktqښ-#e+^\=GH Cѥ6Ъ#n_Vmr:Oִ=P^}U'M[0- 6_ZTZBm)QViQQ]VlDYeÕfg9d|YZÖhz=,2RW5t`XSO+(z:"qPLSE8l X"ɳEl,V{[u(_-jun Mi ZxwgDeL3SteX!`SU*f.% Hz aZ5L/ @'mPZu~S[зf}`|ilBLLBhL,}+f%;ksm<ĥPyY G++-ܛ 5W Z-wu`BNcMpFJI$`[oT^UMK$甏p, `3ҹFjZNIVn7?+B>1XoC#K+t"j.П11bTco +nz7S}y'$7haiVHbI,0WIR`7*A4Ձ˂d؇{3LU}jl h#ciwkQh` /,^\)8!!}̔|dމhRr/ 9",^.Hlgw!pLumH1w4tIg'}̏mCR$]p|vTh]0ýGÔ Ec >ouذw@& 0D{ωaMU^&餘$/,山 Y1#jǫVF2ĕҴfq|xHj%q}myV W ÉCMf܃><E5IytbR^-E~WAM8Jip"ɃS Y<.HҸf,`&mQ!]d'kͶc22H{iҸ ]jұm Xr@Q#Ov1UbcIv,*$MjgG!?¡52y _kweǁip9}9HgMrK~+3zu:QT{x4 M^$r_ vt_ 22/OoVFeŌw +Yv$潮nnH<<@>zH~WQXm)4Ш;4'5$ Q67s_ =.ڲZ57q K*WÑ'EP7nbG{+]F5<̖>j:_v^Hx.~HB X8$m@omCMOrΤA[%g#4[\x%R&찠++ tB,Uk!ـ<8#bҾDLH"{VbTt.n%5P,$x{6˹~.Ǵ|tv9^^ nCn,%8}msd+4B}ٌi|5yYJDjX!iO)| / =-f ySG-O<+酊} XgQ 9 )BRmPͧ@! ˴0ɉuxHbWdy^ K RHYwm7P&?` \I@TrU*[)z=01M&<;!xz'Tf}<%g$EiKH_]P>{٫4ŦR'Ͻ(va+/Ϭi WΡqIo1YZ"(,+a5Ym..1P_,1uZE0l {H4FQ#ˆүrD夕ek4O[M4t$guy+]="l [C_8VQfTLŽ| anY=O{ J7Fa8X ׿L٭l/[9NOZyӘp>LDwzbtdVJ&:LΤNv/FNNʗeS]Ms69q:D7`rbDB-YLIӀrhx=!u7_qhYf7auX.4D~Ai(h =4j+mcw~):j4=7ݨ 5@Z#M#ken?"&T! !++Bcjt'Z3/tXl힖`_q@.جLWClf&v 4rO?<3|caȰeUr[-zy⇗Djy+ot ּK,p:KB~.os=pBl+Ǟ `.eߩXW^jŏ)*:BeV/D5yfwmJZ0*jaҜ)o xz>Jx!aYoW[ DM"!p2q L93RބN?P!-GƐ"eףT QW_ҧN?kPkm*}r2Wt-%39獟NݴCU 5G -EYK *aC33_"P/ b8G{GiuF#_]J_v´0~*#ګsp}+^|,l%HqU~BRjW`NϋUM>Z5;GuO3V%$}1_>NV _ P}M|UfhPӗuE)Nԁ՘&ߐbjܟL[LcܢW\po$P}V)/L"s0*)P?KW }acEug=s=S|٫"N/\@| V'#b~we}muTV} l9-<{ 3NT|x5u!0^ "RQ_~y`UXA3"VDR@&,Y4Ӎ|1&csWp1{M{#)7?MwD6ހ99m_߮A6b r$3Q>Fl+*y~S N^TөMP?_Bċk)Bf?=APt갑$ds왳!`fZf Tb!~ҍH{A5?DegQhm)ٿhllsy)w'O0I2g>o^' FU8gCDX;@(_Df:tdݯ+k'r:2he$]WP}b\ExxAa|6?=cy { y4?q@%JdHM]艋YI뀯߱"TE<|P|IU>4k$OF7>kOE;9E"ֿ-R=yROcCN3oqS+Bc5h:o?Oґ#T:Ap<ճG2)gOAO0,Y+qh =@7gMDI8N3M^FZ(*MLЉTLt-$^5 ZrdgSO9UU1DS0N;: 8;.QE ?0̾5o#eI15嫆ݕt$lFh?}8phV [S{QIRl{1Pb%YъkXQcx`mX%x ɘnɯD*+wd?AuKe2qcV~]JLj`9^JnGYԇ5y^:j׉)OxL>ʙO&v[m({ćT*yMo؍A{+ŕ_?d2<`z9\T]kO}tJ:q'M@, )Qr4U\¹x26kMZ Z'a[K J:K8lAQ/'@+]2FrV%e=_Z &< k?a~%>voi7,yh(} V:f  2eh^1%iv3e!t%/+__w_Q4f<Rbӷ|B_y ~(r׸!9xU/abHqᆔL@6)8 `Ġ0?8˸gṷZ}E?xL Qɮ^N_ПDtˑc:6O<W_ #L'7 !ZA>jrp  "<==lQ1<#&2H:NTTMM>tҊ!;D߷5f.щf UMh'$"{st#vhX3|Ayr\*#uZJbU|q}ȇj{; n y&xT~(ؗE`$ xF>B!0omWcc#bKO$=q)ljdK;@dťz^(;:(>me<]A~.P( ;UhR5dlщWu@+[J'遺2`nhX?l,KqLހ740uu5ڹNv9Y.a0^{ NĔK,2 m &^a]_Tђoyx@|-A4yU;Q5a `⤙uk "R-z~(#.I-\ 4jp͇102籷.V[C* N#op) JT ;b3q ]6̸a6-CQ8)#Ɋͣ4j"p]#? ,LBafJQoK vC 3IL=vÞvH%uSU{(mb:uQf,i\)h܅MN$Mͱ:ENooNk'5q<+e _4jJ9-BfEpml W6;Ρ1zCo|5N6 tc[Kd"ɺʜfiL.ɂv JUT _5&DVQ_x!cٮc`7|O8,V rYUF/mN3iꙛl~BK rfi]2Щٰ?vA\hRrA`uJZ; CwYZۀN;5EW%I$i%Pbz4Ac)i2?v4(b2 EC\ kn[?Xݹۼ$49T{l/m M܁{]o".yʕPՇm|aC{ VIʣ,kBT*|o5`Z<ޡ:E.ÛҨbQ*X7+#+wt&]3 ``4yPEZ.?P B]8-EKLS2eR!}C'ۣL.Q3 7ZdSuuQe 0j;ȫgxR/$WK1ä-`~Gn9\lHU)=:|/ 0u-wl{Q{%QG~RKbP!Ma*)9V6&'HT9Rт4nnl̯(D3jWbl#8Y%I]ˉ4|=H{@qZ|[h^:4h Yni[3ָ?>Cr}(A)C ;G9 fKbYwItCg"O`XX`zvWy+čNsp0QNO) 8g9j.~O.VrσvN״PMd"ɕi1y^&a1^cnBx*= A9eL-d?Hj+{I㫧D83_;o5Y!ߵ]%' nV/lrjnE i_~ށZ4=uZ2[DCR\TeL(MiJ׬R*e]!,$a mf]ghT #P;{u]'ĺ=Py>'y>^.|0qgPht'Iq_М#`Fn:Ub@!ɂI2:xlSp2ucaK ogHN8p{kȎ'Պi[z}q(<WC3͌ , ˙e*(+FQ-U )6ahpAfKfbsS"̢殻n郈 ,^MlOLdjs[8^G7˹ﴻr4 dX B1%Nq3jNp?|ID4!k_z ^ ܎z&*1%ke=YzMǶ VwCm%[*(_бgV=-V%|C+UXǗh!)췍kbFdk RGYO-5؊@@?veP4(hۏҷC~!=e)@@+4RjĦ1ΤDSʁ˜ _W5=S#ojrq yMp(heE2/EL;nAVyIc~M|=DjHoü7]b7|]Z2G]A ^ 4>,%l)k{I":3XZ: mpceVp֝$@(e. }5icMxEUe/f`1Y>0 ˃1o3ȓõL3,u1s`P,!64}MRdNi"7ch AfP4B)Hӯ#{/o9Xk dtq-Tn9BnS;Q2Z@'y 36;OQt'ڀ}(O֌-\Hi1|2#"\E2B`lx{W!Cna:#9us4 *ʃ wNdaڅaN/8 @Ð&z_}N>$j|6 >\Y3UQ::bUֈoBWc`?GE鯶jo=`ׯ:zli(#'C|y#YTYxB=F'*x!+;sS貣X δH^MkoӺ؄0M,CS:) >9.C&1fOv0(z*(y920DlئV"=c=F6ߢO0?;Hs)8'u0+͟kSxCHʮtybad3)`˺f;2AvʢD AKCKƛ맙h eCYdJwW:@ma'a"’ 9wYt5^_4h7k$YprqSOI~ 3`r "rԗP#xJg8KBf5Ji,ɶe`t7 y&վaPum3[OnRĪ8jN~GQT7DE/9 s.Q 7-N':1$DŽteBsEx_0_k1 Oa|XꞿG|&^I i@>; u/$+ "qհ(CY15^`y< yd69z`V2 (>MRj5'UCNO#OϖEF8L] A ljS [Di؞)l[>\YĘHJ<uٯFZ'Bm^iǑpS!8r<] `~4+whNM nlD*b۷c%+X+Xmks?pA?_1G(iv "k^K4ZYYVC}aRP'5` =ZgĖIOM+92> Ȧ'$ΣEoS^wP]5~mA-6& 3uv~׆Z孉jfwrwPHԦr%n>='>(|C]:j}$~?QB3=:X,aq_rS\~l؍Kf\a28 ϗ?Ox'V{B:7=5llRK/+\'twYh9czn(e"(BokhZiFZ-.V"k*3u e}>nÍRn]Wq!4Jys{|xz3\I=1KWԲ'Zf;Bt۬ pl}b`}:X{' &nyCPXhx g{``^*4>(yc26K <^Ia`6hC{U5q1˯6 ,V (Rr7 L4,<7}RUqjT?R>1O#)U)LFGv"kFj>ͱ4"Į0=+3k{*ulSL+^DjDNY=-82;Db"7tGcyXL+6Xk7)Ifu93]wG4Q\_fh/Gps3(7c+Aޜp3 IJqUS| "T׾{:dGM>vh'=8jCB yهJv'JT72Xp?Z[!rr- 8 M f@^^{BP^[U=+ bS|hx\ ,$6pO)[ \^W<AO#p.2aE2_o+w^l*8W,cw,y*F3o/t? yC/'XA$X7D}}q8aM!Η gORjBMoHTo#,#;<~m u`+Ǡ;~I#JO%jNGn? Уisi"fb鉴\E!Z;oB x2gU:=a߯5ϋ%/;EY KL'9kb^ڗ_ǎ'n)U|o%tB>b¦J`xnIfЏh |V,wDjWPhzBmd66$c:7Y%fah,/чĈȞ (A|Q n>GQ[q3hU O4nL _]^@\ч;Z8+YrW~J24qĭgvҤSnHnFEz%C" y!D)l7qZ14%; A{ޥ/1ͥz =M;: 3KȺc*tW2hQfR6O|Z2OZ&r3lP5q ֖qp0?'l' Yy,h`+Xd=RA36/qWnNRčÂ/yU@ š!JS7)yb34F ]t *Hgf,?};$~FSiO\F$Yv{/Yx[j AR9J҄adJhskPHvs!?ߢPZu[0!dZIb^N|%r49~JB91ȻM蝗\ 9RV@xOvsC s#Qns;8H?A6h 45n 60P>.8XGδ_(Up|.llBz>4&j6$dr%__%d#(~r+Gp#G_q6rp",[0D$ya@;S D =s?r?б=V# őx5@ 돾]XQ([R9{UTH|(LLuӝ!y[{zI;U߫)OTE& 6Z(Γ7Y.*T6hNQ'9o_oe"R~Ҷ27ov7 Zk^0hX3^Vo?}glԈyZ7\1|bQg7T1vpǷwiɳADǏ54بQ$)diڹĢٳC'jMYi:x[k,cTʜ-ɍ7{ey%Fg Z`'bqͅik*;!Hguڟ[)*T9e0e f8몾}%@XJňPu"u; ɯ m&QKK >H"j;gy )Oޏ9CW=ӝ:9uy$pp-W DDWE"A rd)'iG2͉4 T(蔲T6UZ͟|% }?HRT0]@%Ѝz4҄S~~32#3d@`l'h7ӎ=LvJ-XKĘe^ :8f9M؎k$5F@IܓXwݠ$^aChZW7ij^(:T轇/6+ŗ^U cTIQ!AA$i1(W~$vU~EFfJB`[Ok $AB&fJ`A"O5^l(w7V0u3E|Zk3M8U@H&)4ѿ0Hi1tLo$n0Hnժ `CPV7UC/ 9|vJzvLWPXh=em$} 07#\RB*j_C޷;]Mj ƳV fO\/?,*vk:3p)%bˬ },DWͬ5$,Q|,nz6a[;W}=)g; )$c-AH!--=QL Bf#/IJ&[x}EϩƸӢ$G(H`K{\~a&B,P{V~+ejXkpERQBQ Qx Y ?H+%Q$^ l;NaL)\O1$oZY N09"B ZS@Ӎ\c\ HA2(3dd9:=sHoMbyM֡p?=/)(1cZ<)]R# x8o9%U'"v'Q ݔ;uc1bOjXzZx15I UDȦbV{Gz 4ZyF rEdXd燖P~]!Žr$5Y n7P*`de>=e2^֜2,s Mɥ[wŽߍ=lk mzl}Ujئʧ'*Gi:粐&mnۡ/>q/]}1x=+EÊa>mJOY\3!p۪CY|rW20ކZ ,9^BKi %kJ, TU,R2Dfh]z(uΕh>lID_M@߻ Pwj 6қ6j5#E5p rE N=s߉&8"=Kt8p Tf#фMiGQTIjtÀs;Cb`̨a.T2IY > PՅ6ۊy#gbP~A`Ba0&o\âN@\\DmITWȽSaȝ7GܭO}h a:\ylW{t{SΤ4r0'ҟvfPRXm8O0;~)Eh^pxB~u[no/Nzw5ik=[iج;3|{ mj)!dI|Y9j' QAX>>q_ka\jAr3`*_mOup''_z}+A1a8YqI|6f%B)`$ 3<]|"+F{ įzэ14nE2Kis鿢:Wu=D'BF 69~ ґCĆ _q*ɓ|$`ߛ{$J)Fp5.JVb=C%#Cڔ`5)3;_ Zv"nXކRsDy̜,pY g&UX*jh#N/tzXm4ɼvJ٫|#ױ{^4):.h  Hz֮]C#N> lEݑbm&`Qm>ʝҩ\F@C酞xJAz'YDPlMϏz)[b">:LVƜkǓBt}r=p1NV3rsQ#*¾kb6Y4E3"tNsC 9x ᲞF_x@i=q},+C TfWLj `i3,A`%bwKؔ6=b:f\ldZ4V-]4);em4]iy4 4@6"4~p=]0Vm$*]># H#z3_x#@[k詍qng`ϕ}3kQ'f NU0!*[3<o+Xt_n} ~'jcJ~# c"űh]Rg .b۝W6u¼O <$`CǍ&ݮ9<٪5tה?qcO.8s_<Ľў$ x;Wt3߯1*zzmipef4*E\4'Vθ10oOz_zھ\-wщt~J Un*s4OX_fĿk 5p 15ꘆ4}NgifV0+ KδZ}n!+/!N3S@yDǘr[a y-[Ė˳j`or텅. L]6oI Fn.IWAL%o_hc\( s>,c/.|Q풭RKeIcs ~r قv G-; kbO3W|F<ѝX,dG/xFfqLc)dUKa,z v_/7V³8IG"=PzN3ҧѷ~I1#ݫ`D̿qxcDh6-[(y$wӵz `eBcܺgyOOhÛPpcȔE2=L,i#݊^7ȃ@WGr4{@ʡIL$ڎj_iwfTZ:g *=aqS0]<<4axՎk /PeF9W*^g/fVbØz[l W?5mH ƴDGUQjPQ]AWo{;Y=,OfҨ1/>Ϧk2j,v?MaܯQsrD`fyp\bYG MZŔa~IG_[9˃|i=^-h0juzb Btܸ(EPc|Ie褹JL5Qh | hɺ .qt0##@ixy0K~ܴ]Y=?z>Bs瀃+4իqX s'| g/Q'd3u}PI[,n5 PM z\*9LVĄBY~9KJw*- -OFQ J6~mJzu@Gw>LQkε^7api< RB`)2m+ό8>z}G2:moc-w.PUC{SX_F/ |#-`߫-K.#~+J!? p2V;t3vzo-lV72&NM7MCA@>-^4VH@a߱g?n橉q\ޜrj+$c!8KD8WX߫"AG&PRk=qsLP3-=yH `KCx% ;j᝽K.vLbɝ2-djվE6`µ BqT ֆUL'@H~g.y|aAVky`u]y4+r5Ԥih|К*azHShdHXvfAxMjVaL`^1; Z.`;A̤}Q^pN| ݮn +XarQ#)s28qly=/x`eiL"$3vbc{ D$u+߃Ic :4z89TJ0iBf{Kջ7ōQPtYpYJ fSi0!A$Վ^%xߝXÝkVvW`A.zj\."06(\? iEꔇ,dCnD (Ksxh`N)2/DWK256șwNrrZ\ ~MviHX`25z(& #>7¥CScN᩽JP?}A7f)DEkYXCk*4[ⶏFҴCyWzSݫƺd5)C*(Mt5 ݴ@DKäw7KvSg2ׇ>fφ5[ |ԉ_( eP][Ʃ}4\b|pev ҏUtKKaAPI!6Kx "+$s^͈q"}L?K?dNSFq 1}ɬӞ|:Xڳuݏ71/ NGN8|*X+*4b08Sj#?h޷,&{opW1~]ˤ , f@y, .Le{m/4?Fj L@rsK-Kp2aH$Y9I\pbr[.9 7ǥeזDaT).WʷfoGH- _݆j3b縶ڞ!Lϙ&y2.?)ӣwA,M-o׍D;y 0 5 =) \h'J@'I^`} `h ϶Ҟ&NEbnε@HGy H|,%Bnn_wXrٷt1~fav\/#7vAI.I'Q=PtCU&[XPƿ"܇'ޘd6l{-_À#r" ̉8bG5DEj˜GUs 7]z=+DkA?%Q{SyD{ !ݛⰯCR3 KGZ;9 Tޟ0MZ8Nv]vcԧHn\ksj䷞S[e15rCeʚ-%scYu٦ ǾJx&p[񥓘iQ[16Z*ihfߢ7g8+Vؑ&x5YlqD1z,3NY14"yrE>Y:/ZF ;י0Ց$ݣw9r:l"!_rig~Z});NG 7- HY>b0疍ܷS @ T<)CT<{ .7~Z/H]ꊊ߳(dwuMv\K˘u02ܵL<|{ ,Xe)vox ui-c)m7fht1Y~Xt('30 synJ+aY);k̻x߿Pb`6Hex=oin%Su"u;qb-{<R}C~zSBd q1R 5s;8wd)[/\q|9Ay\kY] %Jq: F:_ 1j+A%4Q]X'HB^`1 KQee~zBF;1ŏKKѡ/'AQcI1 D%'Q}Ow Ŗ='ٺG/ *HU'eMV,UM!=~(Mm}hh.kyq(ʄ!2S n|w3eԝw>hJŅBi:6#.)3Ӕ@t0f:CZdWPZ 406RJ/\'|7M]Uq?wm,{u#ހ3 ^4̮6B'bƯq- ç&p.v˧# K?'I)B ]:M%UY>wkY^MgDK\c tjܟR('G@z]Mz'ZL`*#;`'vJSwD | $^ۢҎ(Ax텥2Ti] ֐a2R8=j^U?ypOfx~w|b;ݬ J:/SB+Y/%7%z> 陮 5;8Y@7BaV:3J ψvM3>I'm; 9N9;0x^aBX\]~APo2zڏߡgDWJNBڂW^o21kM -^ZP֞|L.MD^8ٜnYqh@%a췖|"'/BͲ;WC1ҏb!3v~6މ[>HSK7ao}ߝ |LaP]?`2Qx!0 >VQD6~x]y޷Js@aX4:7^yb_295|p'!_̙Ъ Y J«4 2얊̢W&{>0nH9p`85oVPizr%hKGf/}=`QDș$a sM?rǧ|P8Z>%N{s巂E@qbzg. f ΢ N1S_\CpU\~mXQBA.i 20+qE7Q﹨erV &(4en[f.oFldܓe[,Bw;ߣ[vTe"لj>v6li@/rXꂆYGQM||:E"F'Q<(5HTwߒΠn<*Ev:q'wZ w!CA$ qgF7$mNtOAbޢĚL qێQ9zh@AAG#rp$So'D~{OqRR;qoS֦M{ރyqZ ]\:÷ o\Ne%Jd4FM5e]$,|ϿڍFһjxxF΢;_R% t.߬AZNIĤU@n.*.n|iqۥ~. %k3dj9[2*_ "f+gYtip,7ݨInei䮽iv~ ,OӞ8% (Ll>o\X:Jj&ׯǘgo%O%bGM|sI3YrX:e(TJdUJ7ڄ6v5auhj[˫5hj (sqV(;H)=t@[d7]b@E U>#t+JjϣT+[e H ]gadK$t;$x殧-:(%8|mcTNJ+)b iHumw8==fC3sҫ%|k?mcm.1ȻKqUmkFQmUhCOP,3'gzy":# KaA3ô#42wۖ=ޞe8(+[EK \fێnFa[ @Ycx'6`rJ=!r"噗oE֙Zc4!`]*Nxf'7m]i( }w@I^UYP+nF~G@|3})۶Xg:5ѶUw<gv(I/86] Ng)L;tM!๻+s 6W:Ybۛ#DsﱒAXE1γ\d0"CQ/ 6}"I_`Tk "AVP4Ѣ^ &oEhN4|!Y _TS-ՄdzS=v {G]_ln"X[jvudkS/{DY.g.;UYƤFh)̨̮8pW"N^ʬNaЪ5'9L-D|2)<&߰>3E 5SĚQ)(#(^__R:ClGJlCx{U,!> _)']{GA-X߄#L9s9R-gH7Q¤o_e;1q*8-Pm1n%TM/RW;JrjߎZX 5('R>3e㞷 &M@eW*z;{*&Ϻ-jߤ- Fx[!%pVA|60vUS`FGicb2y?3lLǂc3' fn a@jO ^ֲ8v%:ԸVS)k46/aj js+k`Rr4¢ KDRID2`SQ)C&%3? eP R$bSDB>WE =CŞNh"=R666;>1IND')$.)f=ީE WpA4TiW_yMgՆJ7-O^䰺7V’G33к; vKZWxcM꫹?pkՂN^^rA')/䓺1@-R?{/ʎΟx.M@(T[vԋ3N|Re?g<_JY@u5YȘs8'qj"2+T`} c bQ 5Ŏ ~5Eތ҇>Џgo:^qyBiPhG`,@Lĸd/#¾3o}ohA !\kFǶHuQ;xX-Gymsq"?~8؊S}~Dkyt 붍0mښlf;ktb,Gy2rPKf 2H\뤥e"^ϡWYg"0~r15 Ϸ"$ޑt5IM¶EnKG PpTVlF!ox}#t(zVP4Y|f,^5Mۅy+]f}Pi9>6.ڰ;gneE>F*I4UY4Y+@E0=~; (Mũ{?zi 'mG'fTJgtÁj`VwTb2hok\fw RhC_{Rq60*\r \ إrpW憰BO,j9uW ПIWjX+w|2yu*6C'4ܓ1[sѦ~yA$o_zj4zQԀ[=q⽾&.HGg^NFahLFeyŵCE(q!Ry5^ܽuQ8{PIJ m:Iuܗ_pN4QRdAsWh}g,#:rcCd5etn8 59N[N !7߉[lIndk)_s.jhZ[޳BwpҗDZҲJPγp, HLBN-"-&4'tQulf,Hx\y=bD=dol"PJ?Nh_}&2!==؁8]/暖$6r2[7aq>G7tCIrrs٪i֙0D6RbV'z@k: %ALO=3pyJ%H/ ,Aym]u?Α`ۓ1q M>`ˍ3u/g~퀔jF:@f[P6ΕFpy!r2uy~);xxBZr5Jm+16mF1Vu,v@s.*^ h ܽϹe,wt3é0FsٕAr̲¨*d@Xi{06L Uc tObҢy t:՞{ WBGyĦx_ EfF,rD9ށ]?;&+bfve#{bVۦu}$6G4XDǓW˼k[h%i]*fQ0rK5ƎR{ZgS[C,.pexCO2r/)Jb%M֖rea,Z AR$Ug駞xo^癆?.\pu#ZA`J+1t0 ĸR]ɚU Q5ji`C3P%>%T=oCtԂ@17r;$<)j&9 +p-dzJ #Q.5 U':3r10v-;/'P$sSŝqT~A1uL5Is؞.zʬZ,6& +?/forhouBL&ʼY1K6CJ@.v|r2:lPǬ.pf#1W bm U,A_@0cN,9-c/L~U,aP0צ}&^3xSJKqXXS%,dgN;toUi&g j&WzAVgq<é)76O4T%ĦG>,My3-^%XJ 9݇;4՗F*C/f$KLcg ~O[@`12lhe5>[&f3m`zYh <_&-VYA 2Ntx8nN%_8ynj&%x(ð YohNh#OL;cA}Vثˬ"'ީ1#?cZ.jOmfGJKIhr#,./|lhjƼ+4T[胺2ʏ #]B$YrQ1V;!DhSZYIRg{c5[pj"}6p@+>g+<Ӡ@K r6aDI?mTEloL悲ԿّWxI,ئ08-X6_h-Ғ*#iG7E) +nV}ȸt6 cwڸ"޸Y[/|\,K72e-UfO2Z>q!/BSSoF2hyQw}Vݻ,6%*:ۃ *KOi^#I  x47b6AYqW'BBrpY卖e <=xy _8ތ{35^xp1Z(-2Pz?8'B3Ǚ],o{.jM:Fz B-A m,)H(k[crX)%Rq0bq I<[oOT,܀?.p1WFYT]AJ5YS`פekp9_Nw?ǍH/t9=x9 rrY[F2| Nm՛E/R(y$K{8u/7V{QOlP1Q@H>4A$hp 6XJYD3 ̑i9K{)-3ɘvVip H5H: oQr^૬7(4l#n"U/,a'yE\", 2 0eə , ~*eySܙ.Ovփ]\24𘆲8#>wM{b`+07֡oR: Ʈ<'}JgWˡ͓+|ȀB{aJ!lAt.LΠ7mVI&j TA^r0M5C-Q^!0,`g9sAs)1Ҥ\wKE1|#K:> ^WVU˜*`$rHq4]j'm)- 77FJA$_K|+mTFYXwn՜r{J cPu_Bs QKkbqđmr?YUeFTy$eFx&VLJycRw-5fm έO `k٦= 1:9&( !G\(Mː =b <=L;42S`僟"gҙIkˠb640 P-ؾi? GgKB}ϻ_T}pck <?6¢lM٢'bhG'2s[ލf;e=u  QM&HBMc]f/@8Z#XLՌT#)]W ^ MT0* 2wocx@,?D[{@4deZ4eWGءUw6G: @3h*z )zM׶ ~^ѹ؃zzʫ=Q76D kPG6}9?d ysdT'U~`;MR$rV:{v{Xr)LѾˤS_2jzCcm.*YmhfHL3-%-zbҕ b3\8ɹ(;UQ$YĪ]Xb 9 /IgWcV}ơ|TمƗ'sOd`/+V{ʄoƽ6PttCrAb4ٓ c¥.g&kqDAt d\NVw i^V&2 <94-}Ÿ">SK_s' =$=dlE $J9(#7T쏋 r^)NEڛ$~[vgZ+PUFq!)X)}p>T˚?M>sJx#3:HpEz@쾍琙Sη9 k]E)v%{M"Xe?zއDYD'L_]`9/C4VK5>+nWx{ ūme]\EfVQL~BskEy3ԡ\Q~o凛~ک[OwUz%~bhM$qto^eup-t?R~zSR9vzH4J AoYѹg擩!g47_1*YVUe#:;/DW$ |9".DXN_.ɕI +0u-C\ա \nj _oMo&S8EYSIKW͜'fzJ#V`krBAfDM.$`r ٛa.C"ߡۄ;T47F `@Z !mוEiS+k] bqhA F)' (8>߂(+MMAG!ъ Gyx$gmocޮ[RD3BzmNr >oa;U/-nH N0@6s} ~ сW&]@~ }R-oؘB 9Nj>#˄jϧ.Hle@VՉ%h?񹵫[G^вGJL4~U0QDOKlb2G:,Q_8Kۏ$]'g >v %f󈛧]b(Ծ\.GC`hh`#MIo$59JT,YPMS:m}븢Hƿ*& L:Ip?>1`pHl"Pm[*W=# sHK]ʠYf|`Ԇz =*(?C,Vmc( [)wh7_[AX.m偊\I\UPnVj1` MAJpYV=.qU-R8, 6\!Yo01ّl}W9XDٹbYs,wVt\IVd@`j_;*NPhd7:Gb©FkT%SgxK9$Y`d ?a-˾]ˆ=oT^n@p\t|aQP凿A1[dݨWߖu>sWBP CQRr9 r :"g ~uJ lk`i'{o+nrKE$.J;q]KӹI2]Ҳ+&p&^񛎾=B9yxp};f&ļ9fګw8b\U9LFJЇ#C$d#([<6Y,QΖFȕJQdg?߼C+[B~Flc!+=5&bE> ~=3S@"4Ri%Sa(γ7P:^1̓l=!5S${J㞔vT!?̽RJXaݙ$2k3di>tJNw7J^|@z.lDs /d LqkA69& Zo*ZM9"HDM t4i.H)|!6wL#E]m¡ǃ!J \2)ӱNy0ay@S/C;oځ~>`m-(Q zdfWC݌bp$< #̶_Ť O$kyg[S,= ։Aq±g Y&7jɴKjϦअ5Dx L5oxY"8Z8ϝ}KixHF u(Ƕl*7¾ٹ`ն?>V(D I(ʛ@6F7,_alHP^Tfye~U1/%}@:]T:e@@'|\jʊT^PP;ª#ÅEx /Lr¡jϔKLHa9b8 5||3n)!x,wPvk~1EҠ]K!MR<9"o4!@Pq͞)ci(‘Qz~u({g7=2Q I)` ۙMZg4LyƥA.mDkK3la<_]Xc%(Y5`k<dp1+(bssB?j4zI'2 b КA]Xӡwz"=+J]Uoefv֔HtMPqӦb4թ6FsQ0ݘɩuoaަ#a5lm+$WA-ifQ <}lK?.tחj@両"kJh^tH)ÒCʐP[@NRc 5nA!d DH̵w_'k${ߴ}'_y䍔`ܬǿ#U6m.$a%jE@m\Fl1 fgtK5qE7wBQ%%`+L=YJotjָqKK~wq r:Q\8!]_voh-rke?1>T2B3R2T8eF҃ hɏK"E-aGAL%" "V3KGf.hǂZW;ԧZʻ`M;H?Q7% :} &?@ u7[F aym̗y~ƫ:,T/ ͩ{xnIݖ+%.5qqJ6hl`j)?@QE#GL8mal3 tɵm+ybWHHW6 1He=QDy]+0YNm;{R x kVOqo1G2I&;0f\b,q2 P3# 07W)3Oce=o{A?pb>2:*f ug@gfct-7^#ۉws~ $'Z&y<L>՘\ë4e;+ NxHu#>=iMP>}=3[wuurXRzAcK6rVdAldSqA}y o* |&<+1༹Ԟ B *V6И=1kFE廉^^Ƚjw*7]*Z Guipj3dKhe9ȵ鑹z5P2<sΟCa,qGNIP%KI6s Uj0 ] 2^;ähߝ|&lXVϢzi1FCUaYIT`P܋p6}<ҽMqOu| . ԟpyT/0w,BX!iԀnE kW%sZ5EIH3dF+㼕K)e8bA ^ň;tjBV9a+AhUx0ie' Ck{`Od H}?WD3rANSHSʥ"j+eo T'8=)^2Jl.Tpu'Zm p("o C) dYOxJXB7B1bluU_->VSm*RLI\\֋c%W{>X6aHo%:?5޵cb_o qyi1=& W*)2\Et]qu-81mXR=^~S6gAv)] bn|C<.5xt|(=k<`Z\\de{Ȏ>YK!eY<,;#̜g\v姧|0 '=k#zL;#~|\W<2ѡMŚ#j?oB[1<'(ҠBTb1 `6L~_dxq%YMtG0^HICh ޤI&hveOLG4\U;=| 0ݦ߷ M0Xz~0i`|O|8x 6.>t8T!~2#wo onwU9G>5`[(1I;1{ dPK ,BqM!@< )~Hmwƹђ86 OF;tCk%O?N3ï&N#h0nJYg~ت80垆؃f!z-_ NT 3.v*(f";, w5>YHޥLcJȍuKc%}p^Mn vAQj$ojЏ01[KgNAJwQt励k浣(C!flNVI[Xҏ7[U|6 Lu2f՘]9 |5dQԸ0NAA)p]~g (_EPq6<cooiڎ[e'%'1%h 6$ݏ%H8D#}_B$9ǟw@k -Nj *y"q!47Z«Gѹ 9<`ʬikf,soϫ66/QYmJL"AJL]9c#ibp!P kc;ޕb_L펋_ Bg<3ڛ~elOeV*YVkyl:&рU^L0,rqIH[s+BuCiO~۰~Y'"KAփ5<-08LRx=AJ%C+7c :-Tm?B1"l#JՎ[N[gɁ&d XӦ #-k;,:)`mU@ jmP `bx&ݘg29(JX:a. 'ѓOs4ȇ E{L5٥Y @-wZ/Ц+뱰xuךdq: `B҄ﲡFu®5 6VHU'ڣZM5ѯ7-=TW~IIp s>&0^_ғ|y͓{\֛!P`m7V |BQ?AlF+GlBE5 J~l׵ kb&^=b)d*Xq,'6F*eA΅6>N2]7lC~ MaqލZn$`%~:G@al%?ye~ڿthbШ]mxNԇԭGG8T<8m?#M5AV* :Y,!98c&ƳdIn,~l(J`рҢsv 1{"baLW.gg\W 5#)7!r/rmQL U?|Pˑoq,35bՕ{o`!kēs`} 7z}L=fhN&K ( 1(YÌd ŁִO&O:uyU^^9ڕ7ѕu 1O oƵj+'WZK]e*җGUtL='iE/mdE !`HhOYXxV|)_\5:Ӥ|VCS€V[A5b E A0w&twZgaσcJ_ol*f? 6,34mOhMNNjF}m1~EA˻ )6ͷ?6@h9f遦jh5;мQm :&6COo1ԇܭ۵Vm?fMŢqt1NȦڿʖՙ(^S+3&a 6w$qI*#lp7fw{_}S"KԨrLaPC/yÉM#{odT85 )nTꭍ+vYk7BG-c1MڲNM 7ixK je LM'ity,䁃Ssɜ~XFlɹQl$W\" {j:ؒV.}m|xY4ma|PyrqG(:aj7R0 [d+B|`XlPkTÃ!iaT >d ̌ya{'?>?^+:3mFbٜb8\w+5͂o+Y9%p482:_Ap}{ˡ{E_Zr =I牗Cwn~YZvrxlNɧVtf&D*n$`WҺp4[Bnb@6 *Fu ;iz02U}3? ,a +Jq٦iMܠP(+4/&q[ͱ.5Os -LU',Gr.2q]!F:KW:sj/}Р% zFѿ-xBhFT<h;S8Nv^ ո/x6vە.{4ls̮oR(pMT&!*ͳ^^| rKDMqԧfPЦ;c}dw K~JnG<:L_ioS"-0WA7sR͂7p+աYC/L^Xż M?q*pג75[ntkVͮhh]HiBiȜ.6z5oXY_Ns@NJwхɲ!V'馯C2sE^~^ȝAHyC ׋=z s0Wr2;qVX4:A%v|dMz7PL ^0`3T|CяL (ͪ2nwV|#tG$CFM,$#a ތGLt՝{/4r. uƵr] B?_e4s^t,32v) ]HwbJ&=%Z S^6-1*Vkr6`j+%[zR# |$Ncns^@ ȍh`Gbe~A8mCjj]~,]&%m5cΜVȏ :Jg_K!`߳%u-v^l^ "Y'wOEn$Smݔ5DoM;ϒq( ]x$7x2vcGe 91 `heR9!V0I ucW2@j͡NRQןht-;lPf%b SѼl0!ld]Mj3;~EwysݒJZDL4^~lXU͕PMb[B|? LL#9x^9Ȏ__'CEWLdvw~Z:m׈ T Ol!M gb%P*46O3zbM7ROt!M% }v;W*2rL;ze91TZ(GxEiiM3G}0.Ssv[D6WTKT+]ShgTDyy{;#UVor~I44nsV H\ۥ ܅oʀb~ov؉`x &|R&|#ߴnK wr`DŽso5d.z-pMsVG"\ҩ8 LByuhf%۷Ni9$3l(H2K 5*0} "JpxzB"&~ɉ:4'ˇ&λTiZP.8H͋:>],qPOgN1-ivxyQf3E<=+V h['Rsu Xc`ʊv j\;m}(=( M0YK6jmg-_Dr<NzuAYRl7_+ sG!7.($~`R}r>㌆ 7al<;:xF@^4*1JXC ɂ7.OHOW4z-MI rl& } .Ş'9:jf5gqr_ r?KWhYѹ=͌KyoGA,8#Vp,8 ]tz2䵉(ѥ1:fu3lh̳%\!/P6tƲ`l4Hͩv*tH3Ffmܴ=cg$gxwSχb!1+/vG9Go;kYCCӳ}o9h=3Nră,D e/ b_^X\8aYp~%m|,o[Ňe4qvu_ ׉9Ϻ}NwY#O# t.8N~i){wΕ߇J&lmbksJr\]7 DƪV|jzU'ku#|R5SkGq-'d#W=YP0U!R͛" 4CA0{x 9' z)Q]C*p+ ] "Bb-P!ݭb72Xl6\ aʌ SkۺfY"#rT[{:/7Y@" WL9!_eU6zIA!g`"i6Zj5zVÔA+M) t4 bnڠͰnB m)6Ɵ&7EyndW2y\w0X=Fv>`p/F=g{sN}_!vk85ugն>^ R"i Sy,ؑ=H<֨Q}| ۅ8rmѣY-5߄xN.vpmyC'8 X %W0G@v~' ÚJC0ک|ywf xHoq# 4ɨzو&b˳ S&k&M:3N6?)a/"' [LVSd$޽,tydDd{&pYr} ltȡE$O$Dvy`xϭ-$ҷ{۸Ɇϓ]rUh2(2e">߃GRO6V?|C/ PXi~EtXн垧} FTN qVo6m֊Sz{ubW[QiK-tP$켗s>$:h1^VztD8)ٽE]՞hu~= miF$2GY 7(NcGqF t"Ñ84N8m7.fPFPjÚ ~ xT8REvE!hݙ*6k>I GK * Rd;5Yg3c:}7BB&]qЗ!޿LP U\҇EG)N%)Q RZڠJLGeLN#_O-­ACLf&(3qJr //VTs?]"TX="·Nб8t &>3K#K3`l)N樻u`aYXs7"q@]N]\3a /K2@C!ɡ5\ZxS,fda8 ȸ*M U#wXq.6炧> gw)x Fz`:o$5^ȑHqǨsJ,'ƨ+} H͏zM/HE8=GJ͒Mֽ3[ghzS*4n4YIb``OGIY(@p^zCG W2o؟Ā.uQya}ݔk?> O `\,KZO,eRfqxZIO;+FȔBT_7vg;bLsJXX*iIN+5ƌ%y $HyB:LvDZ2Oǯ*4MZ1ۧt;NeSy/DD|%]0h!WeP鲟snhYK %9>^eDm}ХQo=Jt"'+m[cѥA4`.M/&VA`.sqm,DMՉB g㧺ceBt`uu€$64 ">l8LLo8ܦ  QL*ҿu1ĊҦ6G'0e .q>P8-Od UD[qь~휸aj}.pZ*{@msTǽ1yMzL 콉 _><)p{BὄlLHP->Q;!~cYVyUH\~^(FRFXl^7FoFmB 4*v Mn;pm1>雵wsd5({^:(oL 2*𨳐oQuFEGȴLuj[;iJop_?%H$AObkZ*kF~!.:{հ-i5π%}C:sg#_]&D?˝N{Kcȩ{o0k,:d M-sT2P q_hEeY7CW>D }/K%=VUNy@ Bm}i$wȁ֭ۮvche豦EwKόB2\&8)J/)SM||JL6ko;<9POD>ۻśH-U(H]=c DvEĴ5٪M`Z~vToX;i6F{ěH]2UJ?)Hw|Ҁ%?jf|@м'ra+/5wr*[ 'zmlAҟ(wtq$Y!v2WSn 7/t4+H2Au/sahxt,Bs7>g^Pstdx Y$1B>cI4V9Tq16 `2^K 7AO;)E z";^8nՅDkR!<.e ;pX`"SiLЫ4o xCÿ0ƿSW CN؁\נ0$˓ʀWZO kyP\}iԡ qyZ'Pk^=sē3ì\M6U4mJr 6hR ofB\\Q8cXxd;=*Yx.I)8Fy+00rTt9/8|YR[l@@>*8\G r`FS#?g<*yH2zj1YQԛvR!Ѣ{T!2)ELX]5{\GAK.p}Gc NwpڣE Fss)Nqqf$Ī3"GHݑ`؞tENO[B>& tuIb&AAw-R}dஓ`ٶgLZUjk4e4ר.T4W;:ޓȿ1x=w=`!bZA5)6 ,aXk /aAGt')EZ񱪷xhoFxP΀suԌ!-A'4y"_<#kIa*o=%sK/;B"hO%׀NP"\FFb-;E8l hבQb!Υ%]Ő9;}$ۡCfG\2l9V;xշ* %{BY咹zZg*օJ3N"9DM3#:c>oTFgh?L5}݃\c$nLb^؉ၢI|QH~7 B}W rR02=T cz K(Vꀫh.NU?M+w[/ke)RN]ss5xnȣ]W_iAAP?U$(uaXv evg\8{~Ta?ddw' i>g~" $/—{B? ]gYI!iR4Cr{WD]U1IC`9ԩ|K`k&+ns$k*)e'/P__Dq'>[ ^W"s$e[uX=T&;4{nK~-;>Cgˠ/goXwb|a)T}iNpNϓ.w35V,lSC.,-/:/=|Ϭ~B=A1XN$h Dr>Rk~Rs~XޣeӪϭQiˁ-ԝ$GX1HJ徐+g5\iΨg (Dzf/~V5jjN]v.schXO[xcX @&ǁR?o"I.m\XG}#@b-D5Y֘64L$P,Y$+P"|qsRl&VV1뮝2zw^F=+Sc`2D@`pt4Em t2|,܌eQMěJL g%8!H/]Їf?eXLm#~Wm y@jiFۚKñ *?7DP)UE!pʍ #H(g4NQ`k2Hއ@* ^#Zc-l>Ђv}`9 _)}`-bKx,O x3e{5rQ"\ oĻ5y )Zbkפ72i:,R\J7OedUl_2<:@soqR`.nlW&#jz-v=95( F.D6p*ZA [:;J< Iȥճ8]4[)k[z)>]f䉟6-(%Yיli}.zT)]##<ͼvG{2,$=L;jlPifZJL`YEԯw9n'ILKK@ %j?T&>b1=M8Tz wy@ Ar8=i,kÈS''97HmZNt Dg 2 ՛ztcHq[Ձ؛)Bc/>،xt_sA= uc ;ĹoӝB]@bAj |%g5V o .Ck 9%޷(X:<9CR9Fj08 V~\.UÎC~] 1kCY EZ FrޗGP!Q8׹9.t+oGBuNOtk^(Ӕ JW|]nCU(r0 @ I3>޿I*X=2H5\H8~UR?9B7{ l@I]( CSN#U{# U/uWf/uySc-DF#6WH?46=0\j30Oz]P/ 4&)kOlq=|6(\[kTpa=;CE^Q=7+R D0, FX&?_`(pa['.lT+. g}Cpնq+ +:6?9ć{,";_%ӫ7OՊդofal>Ĕ9↶?rɴyI9V(hMY얋m{vB|7ر"{ercˑd94D%ƅdfP*Yr.۝9tt@k16Hoa(GCT$\XnKVG[eR|9$tGeth|֜1pHE=VmC}ю+z^ѱo!t&W_L0@eL]Ä=ݑq$N-3=uU8#8rbk I)j? M5WI`CB _|/$! Beآ]Frfe-Y Q(@.l -tSI T`Dc%75x( {22p o/ OnK ]uS VGUDL{C?-A7ش.FS@2$ (ypX}"'A F_f 7/D@K{K^-=[eq_QNsbsQ,m]!7veB LV T~[t)6+2tQ-KY #IW%Y1aW {lWw;I0L]fJ$:7 r(+){?ڸHQmH[mż/Zab\h.@xphƣiA OVhWBʹ7I: 5U` m?17X\~@6܎4IGDI+|7FE[?41!"8e\\_`,_ZZ_F?i/UTD}rߦds׍Iv%4NmvQ)iL2_sfg/oM$Xk֧BleR=x x8YJz8)B$k6nrW'FPOm\g+z*(L|R[ɰ&[ʷ7ՆEjµ "ǐ]a2<5΋UМ~!9_9 bq:5\xZ\\5haGy^.>׮-34Ș斮lܙJu70! _C[h0H߇]~G=lRKBG1`1?٢Cl?alr. #{QdkB<K;P6@01_C`efO(Oo'S27L^ (!8jO J`$8jlQcꎡta` r|_̥rӈd;YQ{t(\1Q= (>.BI\Q#.ҡI`X*30v{J85Ye-%G땤U߼\-{+JRMUi*nYumV-ϙl#1 )2.T]c^IӖ|f}v3ނ0bZҸGJ%aC$侀Bg$xu4e yyW<7D"Ű<$Y ]QV|/f;S:wVgj( _ AЃ'+ r="Y3 L]9*Q܌h:/Dn}aBo7x]:ut#_bhfXi?) KiEV@/OHOƜF/enN=ݕjj=wp~4>eU2e8B_FQ)7C]s]`>l̲to2Ćp$36"\.5t~#BrV|cP'˞L$$ɕ_k/3 ^\Hp?LgÚc!`?Q^)b^)==KDƓٺ2_48 2dsUm&֛aou3-\@n仟1 -"f~ۗ|?8&"+2>6ޒ\Rm4`ɛ*<v\`?qD 9!19)ysi)kx=5j)M}#BsTYw G ( =Ґ9,_ .ێs5O!$Q,+ <ݻvݟ89<#%]PLfk!󱈴qB3& 0t3WU Vh&~#MaH e&Uu;{#jU8v]tcԈ;CfTfg#F1?FB7}_N#[038ĸC:_+v b˄v>ҿ"|h) ':>+k5ҳ>3yg.{ ҂ާl-!Z"G8ٺ vܥR+Q#[KćZ=PU^<_ΰ,ahceW.ʺizK2sW1f\T ?sW 2?sUQ,Hŝ%5jN 7#EwJAܫϒ삞0%ߧאݬ{N]i٭隞Peo_P!JlYܾKVͿQ`X)aX8_iQ.yX5L<)Rr1(*-%E$&8zlmh4krA tloF :99wx5,Y\=u 8[wMst6k20__5 P{jەS;v)7YKyNڨ ;Q\O|sNd`u3Gk&#K*EعKlq#&RxhctgjП0@M"oJ$jw[?-Gh{1$ܒ (>\wlCv$|Nˑ  >AM^ib>a[xk` dA;Tk/#MRd::*VX2գ `o+ wl8l< Ld)MivT5gn W=+j9PW^,0Fo1 MK@ow̍UzUu[HY ťjÉH^mYǏ x̰44VOݧ\ 7<(&'WCs|PoT$1nMe @w3sn08(,x XF/UM.g;ǖm^q#/NCi8 ~{x#iAϛO ݤ۴3(4VI5<*_d=QL̛Hm_L"}Cr{Oz$h??tԭ.ǺY Tŝ 4l'!#h TP a'(»m _|$csAaKU'U7J4:<0)6Ksd>:bOF)p(ꥰo+ug;0ecꉼl\7FET(bY-,缫 *5@MpYa#^s@Ba @$fB/[P:?O65;$Xݬ$X@=¦%a_^DpP6fxI+ǵ*Kvjs#l#ł΍lIv"rꙆ}>R">,-D2. ]lXj8k]DI$>Dk"Vtf/:IO`. >!'2ŋ~?d[<򵢐vt: ]}_*}l#'bNI0$ 6.Y>:J+^TʍST4K}_b^᫃4x eE jL5QBTn)bnPa$)l%`R*n qZc1@>ivCx[kHZ+>bpeeY<7 oVeA )wfБpkGy.KxUIx84;QOrD ņEڞ4ZHTŒ#ʴ\L0#bu]0erWhF! 2rbb3$HBgQ]UH>k .Pa A1gpijި]PO|IA:ӊbD@xp#eladvX jmWrA^ڒQǚɯf:}nSe8q 2wݹmt7a`FʕCn3㢤J\%pezI߈ol0F'H{ݯvX` @'NZ}:2"c՘~DCGeBX5uCf$_R,4^; [d:wƚGJ"[!px&jR{.lQ'Nnctw^TZ`0sV:Brh J3.7z5z7V aC'?A(QF<` ]].'E'kαR|ѹU!r5?$r\ԇ\&Fh}g ob~i2fUWsc۲+2;CI^%ۑ>/c(#P/| V1Fgf{wnaɬRyT;vA: 傱IoC*,ҝ+Vcyx)4Łog4uciv?}J:t?9$$2D&vZ`2k$ Mˍa􌴎Y|7Gp((ȝ;ws6_vzjY0,MHЭeO1/8-eR ےmiN0|b Εwz33OӧĹ8tLc؋<{V%N8ljщilNaUOOTeAoc~wljQ29pzb-ٛi%og`9-DOi >1Od"D~ܕqeh匙Z4R4k^Qwru)W$J䛿X{9{W~_MpcsWʜʣ\;-Nge" Gr(/@5'4}q]NZsF甫(;7LnbE!ۓv)㓤8Cq6Wi&8s ;ݳgN:J(hGMm\{r!`8T"il,CLkX yvbJfk&2^Y`{kOwI % y6 ua1;#HYbs͎ [ceɛ!( p?qqM MfDݏlڟLJ2}v\bA#PD6P8OEY 7""aBYwYGhsppce/1h@=^H^/(|72ZaP ʗ<ehn^z'{u\Glh 1S,ogZ<3#N6!{>8@qbAʆFcۂQTAC4w#tM߾a"ɻdhؠvL?Z//HPѭf$oo[K(9| nןr0LQebϳ{UT5H,a Q D# r[/l x+.DN|Œ3ZӈuO[Xn&jZ0㻢La:<4.@=ܤ0R%| N=@7G4AǹZ̞ ,`1K|9Kw/3QJ9MD%2ZWINN}&4J[Qz.φpݥApj&󏖘Dt(ufTMnksVlEuLz{ =t#gFY.`t?&3t5rOBYy"G3d쇔_]v}5:砍Je~ӯk\Ҟhs7M˙y-ңml\0c;09@N+{pήztE:n>_LhZ38/bż@UɄ8 kUG`u;x+~[:GQ#jitb#B"$Rz=(^;'fxz):n[v-\Lٕ"04M ]Hpn.R'%}GUj"P5U=W:RH 'lnfD+~^wXWkI~0D8]:- \I^- Ry$Wc$Kޛ>|Bd(pD Zc1C q Vsqᶱ@cWkm/=Û8<0Gd&/p?8UZEi ^\Q,oŸ5<66%wMd}>?x'ByKN5E\LdYs-%Qo8gVAmm\#FD`:{\֎7^n[W^ւ@Q?RD:en` .;tJ8˫ u/dϽ')VQW$ x6>U7+*AYv̓x6DS Ur'<-q^6tA~@Us-(Oj\Q*?媡T>'ʏ_ &t;q%Iu9r FPKlkp=.ߝBekdXS=_A3^&ئT˲rK\WPA3W%}>Bq>:r.spư64&O31˄)gQl>.yTԋ55 =;)ƒrR;M/ L3/ Wm\Jo\>EF`3A4L*zk ,4ٛ5Y#U14s 1lG_DCn{6ߗ顎Һ#6i0;AH "F@[Y vƗ +}xG̭>~:}8Hzև1Z9݆Ve uvwy8+8A=YjSmA1 ܭ܋ejwY8U'8wcdn #OACEMq<:G]0c_O'NszXBeuǫ́>>vHU3a٘1:s)XjNle2Hkgy_|ڻ’psdΞDUF~_˩J1Y猒'Y\>4)ȲړYpYk]gT2J<7-L`oO1c]}q.C4/_.gd!:;Y3<$j8m6H kL͔,d^0ڈpwH` @0׺T@HZ/[rRN)tn 7wj{cowPMcW_7;rnj IUDQ@C^Vx8@ZDH/,i8~X9+D,1#U2%jE 1]5743YBz8!qqB%fsw2~{+l1¬^Ѷt댾}u],X=ݮ` jU]S+dH|VMX0#vu;ELA W!Ҭ79c 7vߣP$Bͺ{8yEٜuVRܭ:1̋uiNf3~7&Nn,!O83I"R:p&  a;܊9̱̋~#8M_ɖ7 Iȭ6Cи7j(|1̇x/j]R,TYڹa5Y%^2p9?ƌo1B O6m;LD\tg;<x2K ᜆί[8qhfl:b]r60>LmѠְ~+T9 6hNZHwNkط;wF cLPfiݪ`@Qf3;LE1-w\\3ۛ MKՋK`G!w+Կs);G9C[ 5Gi xŶɥq-_3OjR3hT(S>Kd|+{50eg+No53Ղ\D,UVvf%GK>-^!6Gr"Ⱦ-3=I@/ۀ } h`ViN<{4da$%Ψnt~翏- άc\qd :6/ Bte/"AE\o ͆(Ǎɪщ}&h4ux"n;fv5g@\("M(L )Jdʍa|'iRދGVԦ kO}uZTėePT4G  Z-VL vܛv7{PIFn»j=C2P?lBO} @]`%On/B/<ꈇI3-{.Ěh~L~62Zd.FBB/ X$G8IvSlj<kz(HDc}Amd=ks}Ňp0l=njF.*Dm~/PX{3InR/h+W0 )|AM ǰDn߲>l{˲k D4 Ǟwi ~[˥j6:ϢFf = D ah_1|EqпzրUR|hLv`'EBXݠ Jщ*5:x:mqԣ(P`NO4? $ou%v m If5h1:r @HQf׮}"jf`a6Eު53#իaȥy| k9y"y*1bp=L@?^XRCB.(yҨCU}Aw0azp T οe]7OdJ=@ḻeqD:loNqb^I6^H`yI<@W:G"`}[MJ>-x'{dmӧt$X^lxZFW3iV:|S ZFjz"B n"e9S zY(ɳ'CBx fA_o[fZX&$O\ʢfUӶ^ے|䭅>=v \\}9?S+ӥʲafX~Rų8ffߏ{\){y8Y+gcP+PJ{9 W+ j=";h#ǝ=1B ֳV~u3:׷s|RUi%HAEΓXj@3h]ǐR26Etf뮰(0r7lY f4>AQ5%Au$Gdfg{+ Ms>QH)hkhXɔ렸٦h1-P>z9v)~gƋ]Ɠ*x"C=*R&.]&~stx@'c*y'j E>}lSxيpCbY555[G%3vS:UOF\$8[i|o$f EO8~77촯#nc/EZL*[@BF In :b?Ih(E4ؗ!.cb ؋?.@nB!/e&\w3Cka,aYRU_…h؀qq!֔<"_,'2MyЖĄGU+KH"aO (}4 yFai[gWM*[僽.qZRZ:WHUFU[ Lʽ?^u<% $ V:kf2H{[RQn rs砟s5$]|Sg;UPE"W"첅ӅPƔ_+.}Ѻ%%5 APƦ4]iF0SUId!-c!V7c/%'am1sGic2M'oXRä(N6M3D7cH3nKyZ9WUZ,GtGHr[dñ`-@jZ| Ʉ+c<< RqAfN6PֵiLpCbV ZQNԳ{$հѣNsԖf:3ܵf.p &Rs&tpcs~{JrD> j \&}>бVR D#xVx %JLN% )$ZY9*=lǹ\&37!6Ϣ"mņ2]:-v6 o~>mߍѡܵu:9ByaB`B@SB~.?R-u!xsJB3~HP0\ 5Eu2dK2 `w{ e|)$erƂ/p# @ §?!?m\|B4V9n ?s̉N`[|tLNcDRq >us=~p@߿ꦯpok M~&Ǔ{jJRP 17}J/LB'YIFb;"m[+" bGV^o $2C,9iA2ɗKq3tC}hٚdSntWMUvJO8whOv*7KYA1* ˦ڱS5ެΝ9ٚ Byd"IY4E! L~##n-1S紃wr)JtMLN.=] M?oio" ~Hna, -,F,FIcS dVd. $,r- N|0KP &#1ɠK ?KTDJ#Fgɧx؛EuELֆ -CO~r  T`"ᔃX?0_5\;ȖZD>s(5n}jddb ,B#zP˝F~;Ÿ9$ 6 ,}*Xb@̡<ܐ$8k@ogH}D}Oɔu_囑k^F1P ?xo 1nG`\FLY[auHj[i!ӱ[s]%bUer8-Y4jC 6䉳wx4q˦otcvuNpMRHO zYgA[:&IV c]|~ p-ZF p@f>W:k̲ LQχ P> cSdOpqTJ59g鯿Xv{Cndf,.o[8ᠦ[ 0c 1n?OXs$|1. E{X=u%C DDOǗtY; R5,F jgWMPOzFZFȣu*?`n8yBf8Gͦ W+ysa=` W%F]#AYH'fi|阑 rQI~}m4=&GZO5c&aZg*,Hni^.+xUb1ӵT@$ b4WbvH+1 0)^n@(p_k')+&eǛk4) pr;71Mj,UB8XpcZbx[ .$=dׅ.>_~\($rgۙڎWƟ2qECGUcd۷S5iV_']ʻP;<-J~n}ol|8qq.n״jBo 8YfZӿ1c[pOR pjjYװ-9Ձ ԤU:( 뜮$ `BHdkL,EEFLb5C*Ao|>{6iP/QPu48 F'wI@8i1VC44ERF<ǜUv`){TB^Ϛ ؠǟfLDA1!AE12ˊ_]9ڀNv4I Ib_$/ؑ={[#{mF@nG Qy6B5bY41]DXԋ>UhqFQ/􅸟ME հH}8M6X*of,`:F[w5;ohzD^>ҝ~77 9pkrlfK`o!8 =G7CZ>I&B*4F4PFCBK듚PZgɅ?QLj[_$:7Rq1CqjQmA`uQQBH/'t0J!1bѭlg@z9HHjcX!Uc/:%XY"/oL<'F +C2Mߜ} <Fҏ{v]Kt\Ǿ^|!+}>f*$@L tIF'?r9\ ~.0g^Ypq=Gͫ}06q7X?CۤCZ!0壌D аeg@֛"dʀA^k ӭk䊸A++-LSAf OKqwIO|YW%bב%]q^.);J Aq#fDQ0XX(JbEXF.hqVԂ;fNw$(;.yqj:_ra=TŠ6ڞY/'5ɎE~#It[:NxXlYj?i@f4NKB@>D\O _L@3%6yR3K.0[񉮛+ljGw?y͖U-*Qa"c~U%Ng?wت9OCtO f>: jޱN8;RҒ7o&lqC" %S4ex9&jk3\K4 6]St{yGɋvߪo5*c!1'hmN49^xAA1!-|yθțH_b>.gt"a8,Z!.k@( VEq^/Uem:Rb!n# 1kRdmN ;h*qh|epP7M  7,V"c#V7uc#_[Rs\VaN+\$x,wOŒJ/eཙ/&3?^ =x%s~$GmUrS+ z;`f4B~l&+oӅ< g,Y|Kfm8Y;7bgAvpQ,W&ZL)6c4b박P&KzY3F2eG#ݥHv!:?5U+&dPZSmwd{[+ɚV#/%qxB). 0voEE8znvk03Xqp=#N/RxNn45J{a X=SpHko:0ߑo*zۯ>cUWu*CDGGy\n"$l!0|S}uE6SmŃ??G|Vx֢z &s.J"wbTudHV+Nz{]xPM06F/'Pg(b*s<:gJۣs^y DZ{{U*/Tt6U֘~ۊ 5,udyr_@MV"M8dno'ۂHȲƙP*4_$ ]^fjU5+`M`ԿIt[aM{] êB+1Y( fK5e~'?^s7NG 58Wb4Bl`q-95XNy?ĵf۳- ijxG7q* ×y>Ò=[\ Io%ʅ2$f"$JwIÙ Ŭy"5Gt_Rm/fj'3z*Dh>:YEn恵'-1LfڇK7M.aj5qKA#,lYըuӳFfeoPAS7_TPIQ 21̦q7|<ψZ~s)P+` nm3@m4nãuIGjiArJt9]- ku4+ &UC|l`ìI#))6A{›tfBǏ OBlB=ѳR̮YA=byC#<> !xV R`=MQaڀ)Ĕ 11LqԆt#d81x %1srN+|ϵm7{l.rRFS%he-[?zň+7ɷ!x\_wC^KYSK;>,q)^W1oѵ׍^zT@ȕ:WFөv4vnh*Olz^:fkl=>DWV 0'Ķ@}57sATMLMnupW<:Y^;,Zbxl)U"iS4֯nV0 G \eh*4\c MP)tk#.&SH^5>$%\mct`RX2lKB!v;=/11 48WstLռX>!>Uj48$WPt%$ր?Wۥ\$P5Q'!E,z>UMyy<ĚCW?^S_%ih'E PڼH@OdLE5hx GiGs}'yB?ʑiI0m/3p5&cSgץ4Ew*b"&FO%1oL A8:m?{%TV/m+PCΦ9Vx׸K!3}b&6 ^/PF2pUkWv:WGO\ e62^[1]i -MBEVGC\\&Fn3d̓Vܙb9Ձ#7:⩨uJ3|HN,}͆PM'*P*+'\OIO䯐C͜ & GB@uc2(\Ap'逼ίxA?6 =a& ،me9H0p]~o{d26?1(O>exarkKi;wچ^sm"jƪݚb ˚:B7-i-E+Rv'1=.M.ZӟahYg&RS3Tpx0ݿYvzbWlB. 4hS[S~s)P<.ߐ/Rӱ^:5xdzAʐp7'(FR`v^h7 [+H0 cxz$4vZHq6PNn+9ٞ^1v!xVU}?Qn5= 8}9|SIMڮlÀ^I wdtØ,TF84CLMϱ)Q;G .|f 3^C/"Q`Av!QK^hf3Us/y3èXn|3#V!*Aym{Ǜ.mXJaVQʑkT%_uш~fþ+Më-wx"#ٻ;OWʲj+kv7{QA-+y\(X"Q, oAq,4M7F"w!޺L hWx}\u?Vx/Z7ncg?|׆ܮ@y]5UzKnIQ/# F0"g?e/z)ƌKU[ᠼ%Ρsd](#q֞Ǡ 󉞌c?+dLD[PbKۄƚèqzF4A"2=r^`6%K\h{<ċQHGpj/Ǡ|93@;́!%,nnGUj0700G,WZNOn"x5[Gr.CtQ$y#(%]b$5P%DϪ-ǖXm%A}_~3RD,+^4nNo Kj S"ܘwnbOX\K'!+u? _tΪEi0\a_T?;Om'*g~l1Eu]$*$zT.g<K5Y[]8_':Blr[0Sꍫng0כXM[ q3qus<4-ŊNMoChѳ=F- $cZBA4݋AZb-Ֆ%7斬VQ5lVZaJmZ|}Ƨ%kF`{J۝aBpCI!qݴ|:P>!Ds(fH;~ e?ؕ) n&SF[ 9~98|[bʖٳU]yv|ۧ!哰`CUU 13K^ I 8\>mq-)I&%6~ٍCJ(ρltd|94=(Y̓ fb>Z] =fwb \y {̡PN/q}XMQ=B.ǵ9\! ):'yD:w ke2/Գ:R.#X, αk t<#'Y{8^)IO-Bm$x`EѪZ[ZWBÂ.58ml3k ҰOb,jNj&"(|챛[+lG_=' V7`)G; mv۱)rί۸ J0sVN$SyhxBZ*I,gXhtw1eCSC9Nhj ] vKD9rC}He-NF{Ρ^s[E JNG s"ߘ1OY~PmtwX$ցXCc]NWb,,Ujoh+0,UL t;ƙF=RfE=F wH]j9*8xYEbQ5h t8 nDIǯߋҭh'V,t>'A>\5<ÁW<$U]iO:gl]Bi;%Y˨z[ŠY?ޠN節NR`?jab:]30PP*I nX*<A8,xMi2Xܺ" ]N@cOA\ziܒBpDEj9'iWY D4xpm]síwߐP+sEC=v2LoC?b@FmdUfWNf7}+ldet!fh2qM&3b6me+V]=C28%[3Lu6N\⯭A=V_hq8Dfy )X fX^ZƩRbNNG4%wI*Xu< <(LRY ?F 1A0" . \JBA3~Fr<ܰ?w:IhHS ϩj6D<Z@Ad#Xv>.e:AGR }?!E y譻E?}_$x"7\m~囗 ܯdݥ(# kE4Bnڌ0+`JȞ*@GHK|T:X3,/` e<@^Jbe!VoF@a6`Ecg[Th=`>!VmRB>w K/"9|R cMV[{(5_McSQE_9FM˟308]n)UuVe]2 jOiMJ< <ˆQb G˄Pҥ: 8fGN@Ѡ\AQ<"P}"貄2\\ &~T&do+γI$NqGgQy~ap+ESwjmvE`7N5>&rB_sY;xO[n5U߄C`'͡^^?0aaث $щ&[!վKphRHTTՁg Si: y1> 7 `6\ X EecS"uyϟ{j#qJ>L"ѱ?ٱUv&;]v!ob{lxkʰxvy{Ҟaœ%OB2sB$Ja{ ZO١c^i aҺ6]G-maLLTШ3$Wʋsa4v§~Z6J$ߑMUAJ/=`Mjy]ѻg7l'K<)ĩim - ~Z]kq[yw7+c" Y7A3.,W-}S!{2Ҧe2l![Wҁ us3,@|xXp-ejJ=8Vix(Wh!?I@0vɩzO+J 9RuGDf>V">z~)g+pa"+e,HZVA&W7.Y0/&WT 8bp,|2(C/z ~'O;q~KQI)82Fӣ'<X $6LYy'_DC5V݄{}2O$z('s,_L0;W9>y_j25[2&M܊`K&+Ô?Cgu1n(B߬0ݱRRx3- M4ٱ#t,%b;׹)UH,S?B]@ބ~^ ڇܝrSxܡ&P1f8AUS;+z ,o7ܶµ|=q F%qIY-|6Q3U`lP3_%fBM(A>-}WIo=V\#]^HP9vrn4/{p>MS,ji5sj?]/HG-SM _ p'[?͆yb"T [و^_XKdkCgUqz-SU,|SP ~ad G_)9‵TUdQԆb@/^Th IJr$t-F,ڎUT0q }@n|-F`g턠}R;iOLct;sE1sBôىèf/'jK4rLz%j>{\BFԢEljֽ_:Lft =Yr4AmL'rlS#Ć=P/1`XV, 0%U:سAƁ)wZ~-Y48LmܫL)uv)Ŏ,,mLP^Z3Hd+aC8-?c>D0k֚J -h?Hñ~UR&0 $ݍU@m\CFUm(m|T0v=P?ޭe0)/xd>q˫f6)KX3^rwŦi|̈Қ'_؍pQYGraGxϣe-OcJTl;h=Ɵvi_/?e\N6q8/3Au'Mr$+C| 5bPdywI{rKC%_ʚCy~^ҩkO,KQ<+x%v Lr%vA<3FM * H8ssv&'J`!:3nznڨ-h>7W¼:1M T|! >#;<}~[yߋ=4ݎ'hjqܘHNѓ8?ede|%SlJ}}y͝c%|=̖`/R`Oqم!C fRFQ{P{_&׾Gy1z;(Z3Pb~늲BO%=4ȧkja"ʪj,x9 t7'kMt $NXg!?R4gߠ º6yu#&tSu2 1/2t۔"ǧAlfg`$KgYHIzvu v NcT\q^*:S]f9<~m<xrŔ(*U ;:A)]Oӡ,\_29o3ً͙8y?"YZ E+jދ оa3M 9~Sc=v$h4WǙGI=?#hf2Tl.+Q`TI2;m\ gW۠qWf>3\8"1`IvM^ sVsN$E~{)A8xIYަPcy% jkPc3Ob?h)P1 Xy%K=XކUV ʫ&,aM0z'8!aˤ B@ g1_+uf5[W'coiK]w9W 'nJ["n\c7ܷmbY RՂbΰ) ԩBs K{8[ŤWU2 :;]T[!vu ӲJJ/e^S@(,VrۜXU*!XK`c6RKOME#DŽ7刁jOtG8n&UW@D#rX|نpqi: }e}an# nkEj荻6Ŝǚ"@X"ۈ:3/4|xi61_ZY8A[G@wLSm(0fkk1k fݠ{Уt{L9-€*\O%uwcDGهBԽeaq:@{G Mҝgn^+FeW@tk^$7C0")W(|ň.cE2}䁀pN_aXOA1>ם3?[dw>I yQ:)@؟&Ľ ǦOF>N& ^8UReM#YzvXVo(K4OvrqJeru线c.ӏc Ԁ3b ؒ!A|?WW8*jx~=N<; k'S@qq vЭ`F89cQOXmJ.W\k {6nݣޥeo+.f {m!LP{ng&D ,n'XXǮϙJ ~0a(d!nvp/X<~X3 0]_ GTɟ`lriZf~͙Ԝo#hO13`ȄLR-Z!@>x̣-Ѿv:iƥ%'{#ܙNun0C(70wXV;sW򡒷SDe' 7[$#Xl8a?: <0sM3y_!RLYtް5}urG Q 2u}3F!dnE K!8M$o*pPv}C>n|B;l&""ؙӛm簥cpY)ƴ!ZuԟT&]w3c߼/g9 szzW#+[Awa|'9bss"qgU>LR(0~h7 mbX5iaNp&HX/< ,70G/>=݌vr#Jm6~\H7<0 -QTAIIJ ?`)ֳm?G\)ļ\i#-"I3d%fY,uH KӤĄ֫@u6uVI\)G0Iՙa=:"m\kNee8 ٰ.PFhC]G@v '4&N#BQnqPe݉dOr*yǯy O:2Ky/W#1gɿy *?7+q \)گMΖCҥJC)IDRwC]gRzdmeY4vD#bVfT9nꆄ8i+v4҄7- PK$Xh5>` sc[q`\ /b&ĺcl\Rwfp#-spl6LbiDZXC2R03ѫi$豩O}HVHe'ZYLV}yd+V[z8,`V$uz ^,e҈W3'wd ф`̪l1v"'9™ >O`ͯ|2 Lw?G2'+e/nh"kTr24QC-4 !$t|->q; ,p/-ҵ"X?8CLӰ#̆6x^kYW.OrC|m*>GĉR^2#UKxRM>"{^> %<}&=B$ORfzT?&Z'8dֳ" ƑJeV\ldoV io?ٮށ|j ^'#S) Qoށtk-9Eup_K1_<ۦTjr 3 io+n \d1ܹ|$: E|Jݙs3ZE۔YZ>wwƸj9^N$H GvP#/XWr\:< /*Da_Gx$4|#[wA.W3vj?YaG|#T ye]XYAC*/΂ ;S6]Ñ2y¨ogALg>]IvX;Hv"!/^0OօJ?&hC;}@R** ꇵ9YMn#h kT[w8Mn)4T[N|lG9;Ob;_^_{G/\cm.Rԟߕn#򬏴CoLph9GqK>$^nP|iSl5ZgN2|A1a '; +!/#Yݡ8 ㈲%&ְMBjZC[GbŠ͵ oI=3ilpnsK䍸{`#" 6=|@^[Ѳ0e;Bjk\$f p]i?:Rpm/s7xo@)ʸ7I8 .&o>$N8iEŭl":ʂ\RM&ױz]W0'1.Ӈ\MAADl_}WߝH*۬HQsK\&b2HƁNl4x`Գb!|A`6 ᱇ePu_ @pӅ(<cK'f50G"B1!m0YK^kBNKO{O ׼8iaN)ԷT3 a;$ C|?| 0l$g6ʐyFRh+EՅao&[~t=s fLC%p(EJfy@ۗ2N:D>Ow6>J)acx/f>bk.9.` x|[uQeϾ_$WIqwO-Bv,Ғ3 0~l{BQbYր ɜb(NpVÅ'"ĉ)A(~/~xǴG2N bo }߰fYV9۳ZF tJ܈8N(_ғ2IftxsSVx=`݂Jv%#Q?ed8!!\ XqABM;OrQWoL:Mx-!\+50wMEf5˖џ3,Z|2R;}5B+e45Wi"N8S0{]ⓗx/wnAQ-gp>%Ya{og5b|M6ܾ]lbMh+Y+rVv/pQ ;,j0=Xkf2@r֧9Z@v1D"P6 GI;50ۭ:bSۛv(deD%7[ CW3>l;4:6Iޑ$Y>_Fd_6aC/\kC2&u&*'!quO@V?17s=לݥm+ǟ |ԑ`5G7_Cܩ$E6:XݖE,l=Mn-9W?A쐻f%"ƙo8>%V?.Ƙ~k90G*6  *k[.RshoOBhCnp:o,1" 6|rmI ,[(+ ^ X` kWp 7Zɂʺ=[7h8iG$f"E޷&~&Bo׻;UG.]TJ̓rpM LXe7hy '[E`R3ɷ5аG2OֿQەɲ׭TC9\qiL7'`7e{W=}bHyTfz(/אߎ~SCp5;p8rZrqF‘lrbS N $*6e]=9W^ZIJ}Yx9q7U Ν75|s 'T-A!&Z៨~?v)ohI >WFn>qXZ9D * ^H@e.f,sI, zZ۞4ę7vP6sV[/7pKr F&ѬE[S)u2Y Fm5G5czZ@Ńw`b8 DTAK2vQr,VR<<GN'g9U rwwi[_4Fa0 Df|kRBqƺW ֣cd]% $:Lzlc AxahYHn#*D@ YTF B&O39SX@*X'|R1_Aț]RQ(XL@E{y *>|%1,r1BR9ݖAǫJtgB. B`ѭӂU/=1ãހ,s;g :GֈN? YZ