samba-winbind-4.15.8+git.500.d5910280cc7-150300.3.37.1 >  A bqp9| 'TґGu,70űQ'QQ$b권 rIȅ36~6fzs"IHY QhF+A툠7fM2^EGH!a lSpg>zMKK n8Lgpb|mU!- ?Y6iR:kow-Mwx#WZ%wƵqfS6a>+T~+3b74d2d0df621317bd68958626e82a6dc5307644c75b144484541d8982b760ceda29fbe95d11eb8b7ef0c0693ef3d1079a7562ad2bqp9|K ڏ ZxօXgwD4⋚=Ap(I{|3aw`˺[`倫{@7c=/uTpNMJr_H;p~ }6_gݱ}V$PxCO^A;([Z]~)f_nJ[0-!Jdx(K [v xwfv; .SOF(B3`D+FQUϥB0j!N-M $.Z"GsfSH>pLW?Wd+ 9 Q *07),X z     P4x@8(: 8:9>:N=J#>J+?J3@J;BJCFJWGJlHJIJXKYKZK[K\K]K^LbNcNdOAeOFfOIlOKuO`vO wRxS8yS|zVVVWW0W@WFWCsamba-winbind4.15.8+git.500.d5910280cc7150300.3.37.1Winbind Daemon and ToolThis is the winbind-daemon and the wbinfo-tool.bomsheep18SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxx86_64# 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<r9ȸ%s8I^큤큤AAbobobobobobo&bo'bmbobo)bobnobnqbnqbobnbndbd95eb7e0d1e8c973d39fb53be9be46276b21bcacd8b0ae1adeeb63651f6fbea676af835bac5e037fd6f6d9950ea49ff3f39bc693d479069190927c1c53083993a1caa0988f1da58a965d7a954f36d791af7b63f8f4d458a49b7b48dedc790935aaa9c614dc5169cc4a33ee86c0fd59ad9ce960b1f01a41dac99937c3f7ace8b1cd7db3f565ed1dbe933daaead2aec24df9e464df32c0aa86acd39eab48472648c787a47c3127f9c5fdde2848eeac71a06e22cbf997c132d74ada549c086e0dfea8afabcbc04cfb1b71892ce1e21649710c0ab5f39764f48c4afa1e760a62d89a16eb3e6b8e2bf0b1ee56f8a98e8ed307633badc5f3c02d8a82a4293ea474395972d2164f478e9d3eab1fdee2dbd77912a649e30abef9c9da9c2257f33909325503310c2ee94b363fc577355486bea3fa165c02976d3110797fc8fcf8382c4423f66487422d5a90a140c7197388cc29db41de065333868b2780d8fa777dbe23c6b4b0325dd3211474ac785379683cc4e7f17e211327fb9d536c1ff9138de03eservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwinbindsamba-4.15.8+git.500.d5910280cc7-150300.3.37.1.src.rpmconfig(samba-winbind)samba-client:/usr/sbin/winbinddsamba-winbindsamba-winbind(x86-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_X86_64)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libauthkrb5-samba4.so()(64bit)libauthkrb5-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(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_X86_64)(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_X86_64)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libdcerpc-samba4.so()(64bit)libdcerpc-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libidmap-samba4.so()(64bit)libidmap-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libnss-info-samba4.so()(64bit)libnss-info-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(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_X86_64)(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_X86_64)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libsamdb-common-samba4.so()(64bit)libsamdb-common-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.15.8_GIT.500.D5910280CC7150300.3.37.1_SUSE_OS15.0_X86_64)(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_X86_64)(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-winbindsheep18 1658744685 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_Updatecpioxz5x86_64-suse-linux ASCII textemptyBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=015accde5ab55d00bbcbd72da1c68c4939f17b7f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9823aafc714fb96882ca75f49218cf34ad94ef6f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2521c2d745a99bc3d464741aa5a765c69c022f32, 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 textdirectory5Q4RR6RWRRiRRRRRuRaRcR]RsR2RoR}R4R_R!R[RRRRRRRmR9RrR R3R8RZRnRhR`RtRRlRR\RbRR^RR1RR|R5RRVRRYRR!RWRRmR_R}RRRR2RRRR[RR RlRRRZR1R^R|RVRXRR0ReRURRRqRWRyR{RwRRER;RCRYRIRSR]RARR7R6R RRRcRR.R2RR$R?RKRaRRRRRRRRkR}R*R&RoR4R_R!R(R[R=RiRRQRPROR RGRuRMRsR,RRRRRRRRgRmR9RNR RR#R'RRfRTRZRhRHR RrR R>R`RxRFR+R-RR:R)RlRbRRRJRBR@RzRjRRR^R%RdR/R\RtRLRRDRR8R3R1RnRRpRvR|RtkV5dKOp&8Se7]^ B|,G;Z:A8p/ Ebn9YXv^:qM/4W)Q\4bUc$1lm+4YŊ v[#:䌵9t:~CxvE},4́y5~/ZO557X W.>›_tI+tESpGlz (K jR"uuXTj0Ԙ?|}->7u/g<66<Թ*'nǜeSt6'zR;9$YjmmKMo`ȕRb}kw3'< e5%roFVBS8;M8h)t0yF"FZ>5ZİDw#aN ?rfQ@N`[ ѝ4W|:X+b?w86>pϜd[ >'N^?CQ#sf8a^v2fӬ$ "M,gϽ9 rEmDt.JM;sH!6"(L&FW^r_DIekr>K0z%Q+#'Gyo *Y gtCݙ:Hi|4IJbuH^-x].>5Kw"Ӈzo@E+Ͳd/2X-B!R0vD_,N}}۰E:m7!`+ @ɤY_q8xBw<`X+ &‹P~ea&#}&n>E2C<ރ r(ȋhs+΂ O҉IeGtYK[Kd=i='L1OKK"ol}~{N"-]z+inV-.(4#>i.Q D( 2IG F]M JaWx6L ?VǞx EV+ "~~BtX *X"jj6uvؙSCCp\=49lg4yf/I`s7H -)ba3W~8YI IJ )̄("T%.LY_oi,E!:b_@ 8 φӜSDI0_3[Lކhd=vɻ0ój:?aT@R}m}{ d_:<"RI5W1TbAaYUmu ψ8Mspo&*[?"'!Zue6]QmWasm 01ȯ)\OH?)c. \,jNSb>HG_\IF6%Nw˧PR2o"ԻjԠBTAt8#a@_HMD&πꎏ1C2<W/L_v^mEW/: ;X* 9`pE5c{9y#ωvHO 0ֳ).jO7]K-A:7J3@MOp6UFӍjG?p!6-`+EeQ?M\{;l2x^堇Q[QZ o|zE0tA/7.[mգU%a1)*5WhZr}t:knF/ACNteg"# ^84ˑ&'C?3qZOZq_c>݄/QVeX4!&Bfv@H?ϙ W=0\ 9Бp /ЯBe ?,E4;gZYj!:u+RFyb y!bd0L)rv~sЈ\~eςCgho]cl4pR+6'=Z9pw]O}k'r˩^IB'U|.O^n+``"{0_`{vxbeK-ԜX D-bqE_VXS^8ˁ:#C.H뭐wc{*ݼ \DwVˤ1q&Fڱ5‚$!JQojzy)(NД E̓muOd+d4bx5 KzEsas ZXQ \o# cD8IG֚L{ÇF]%yVWj6Jw\56ujUbb)l*ː汜MLA ,|aƻxpyJ!rپyL3Wi_aN릗l4A].cr6#!q:O$ o6[,ٽ#1dĕ9XEHE$Oq`5{%.:b =v?U󛴶VMV ])i%hҟWZUdUs Flv+3E:7dX{lԡaNhL.ۥc¨+h _yb!!<"1fplBE R촾2䜲K'I9]ZO)[+ V0㈛gWʗJW.qEk]=_@lNxT=SP5$]S>J\ɴ$fK[*Wwg ڢz\!P~8bG|{"7f3بV#9ߤ-Ӓv}/)<[`;%|5G~C 2Xv/g9{}bf Xeݐ퓑a޿dq1IU40#/EnAeo: }뤄 ;`W`>ɢQ X JQ/" P~V5;jR1g][I^OV:%f/hȓr٭sdܕ}LuēYf1d d 1"[RGcTGY3N (Fe(&o=4ehR<8(yaɟJ1t|ܨãp =bZvEb)R~>q ^b!]Tۜ.c /G<6CJd}s1SB*nÅ%LSx,ͯUn@d/h/"~:QbuCNNkd|m?O,lVK_0E/ɾy.m( t1.E-r-P j:; Zp v0!`ۉ!0emOt0?-Ko̍j{AH|S!’Mte4جQe فC1-{a mjsn㩿loQÓZ37CP}VEi۾g8[H,aǖ` ]6 pM ^4TY0l(g|ȹw̕BbR 1b8.kyd$˫J:94BD9Su?Y8x,x<A<KSE9n+'r\>fLieqE$U6LԱhIX&èzm FswHAmGPy$aY ,k MpDBˉmw`_>AqF&%!졫ۖ`J̹<7L)Xi'lxarGUEFg1:LfupCkl ؋Vqn]oLN#Nn@ɑ\rÍ',Hw*+r·$;2mPBϽGOx< gHKڷ5O[H;Li= hs ǓPeq(2+7t}G!G*gX ڡQ1+9Bm]X a}G O`G{j#[<tfAF| PCA;0i= &h@)PƂo#U(V={?Y%eMX+ sͦpMc)H~z>kS!aUvŏj5xfHgg+1h>I369\>j$߶#)8;C%VoXIr\!60-۰̿)%EqDg@c}<{hPyÉr_7Pٛ>Tu~}}.}:s:22D8͙@ L]1f35,+(pA YnӧlO * (|S}V1]J9,)(3{6RXY c39Jf@ȅܫd˻A>z!G!<*#h(ϮAԬ .O֪9}؝ 'Ӊz TtLgmtl@6wi]6Vt4K{^v)]q8`lc)y9I!zu#fhmiS Ź@UٰwzOVm}╫tB& `J@XE$]k2iw[KME.:vr΀k 3_DAPf|Uc]tH&+YmwgI\E71ytPAk B[b)y<#OiSgŠ.'eUQSA$_؂pO?rݜq#6O -ڭT,J !Ė+eX%Ht5QoOb]~2" ԃ"kDʀRzo&;w *O7h풃^L_:n)B4>@Urj#[wJS)olV 2a\7MJ(l31#"86e0؀ qu"qcJCp$ ₘ=0&I>S6¿S΀AuײڠHՅB)AN*Q~Vq)|䔘󧏡WϺeIf-ī7@ &OTno0YD[EMiͺ07rxsެ ^0"(@ꓞymy$h}C;V$@|ZqOla$`,6\{5m0Ϊ#D:tf/!qӢz"ʔFuCshR22qN%Rږ_G^*a6e΢3x}em~xq׻0-p*P#>DƗĘv'`p<Γs9^%d*wcrD@Pu}38dR%:FTj}Vv,LJ$"l"(J3yi^bNE׸NTSe-BBY6zA ꊗhw/ԡ#R5zLʗdi2E{⟪y?iK}phuΰ CNsE@ښ n8rkԃ g{ZܗSyq o lK")p,`39DRfaxZ A4vJd:şgd~ȞKȢi%W[( VfSg, e5e7J9[1IGD~,_(UjRiErE_ҍ ݙ/3 4Xg򌿄-ʄ"#超}B~ anãO!7KjY(>gqw!b:|,.ӂ Ym:"~kMT "J-knEٱT׹2D~ b i@6LDU.!J_P @v]JN3229O)D?|#Ț1@YMT[sum_L) hSXYjB\Qg2{HBP a2>@Ih Awn 'a ek9ՆcZCfWMwp AH:ABu{h=vۍ7e%n>M̸kW$wo mtg)zM< B ,0n j}Ұ$6RD %>#d56ȧM?8,@ϊW,bޚ 7i3g=ocT u.=-qGP+NNTQro=L7_r½s~ޥ${e>Z˘B(u`(&|>mɥ)mcӾ( ? K4Wd݆|e[ +s|V$HF19ŋlFEvLx:XS}TxulMT,*/ MT_PVC*'[V64"J}?BVnĔ0Րvɦʮûa6 _tm9ˀ[>ؓ?0|lr^Ee `zݒ2QC<'F,i' y3k Wx^1P̻͓! >">EW=dS)IIv-P\9WDӢ{<z?l QӞ|} RMi"?i4iz.ZWkXT T?x2߾"â" 5A] qnΓrmGu@pu2ZB`:qα;e"V5 8{k Jti+b7Cْ!I _snm>Q(kNj,q A 6uqOVq2gU4R|hz-bIOm< Ta_f\n2Ny۩ГAP d|&t:< kIok[TԝF9?D&bbܗąxwW`) ^*|5z#￑ɦTţU4w'v e|SO?`JկlM%g2V[:^ɰXn`4 F뺕$Ӓi$di18N @9\:yvN*BC>M? =MUvu_(A KBdiSY3T0&u Xp9%B\͇?+Z xjDY.ӡ^.,xLW||\Sl ~4T-{ W*L{u[.E w9'{i ;ˉ \XE ^W$ (7#y'bo$m/]U'`2x,]&a95-ńfatav].S"NWt#He@)[<@yj f: 9!$,ڝ^(:6k:(`_s.aғNgIx=լ{`JPԃ%S +ĦZ4CP4J]PKry̺|pWҰ3xA{WhCS%vSdoA6گ3낝*e lvyACbiCyHƊh̳6+/!G'%L}Gl [Jp6) O/-ml"04lFb]v?N,{:ljk .*6YMMq~,f&.~f۱!h/(.OUGMJV'I6T>J3gv:9,;;=:Q)_u3KII^9>X~gZ!fwq |s:? =bw8u1Pk(r=a1y,gy*(#2xdnBRTn Wݤ7/ueg,H2_%`ӄ~Lu̠Np !!?DnXdv>oucogy.?@3X6C 膢:h;26Jy(m$ ^﯀BJUͅ8Հ+@T[Qx- %%HyUeE '6Y3&gE[-K$DrkH:uo~?<,\䮳IwM{!i_MqXv&t7K~) 4k͓G1tZe,EY9r??Qv` o UKVw:QlW/k {|P6h:\%@A\ 3zr?W緾{g٘a6ʍ5yB`+h::/MeM2{Zo6kItu{>x nX!~h$QPm:?jtkFHv 8efW>DK8]I7_V#2% qXǽhX܊;"T܋p%sUZyVueε Rϫv>Cwg?4D܁X/˷8/ƺ"B'%Tgsvy輻uwGu['L_QQDg-.q'GfmȬSg~l Rj # vo&|*X>M#QpɹV[h2D]I9?`Q#K27翝s!v sn_: by? gV}(0I^͛b (/bVY]2~@FNBRۼZOѥ5v FufcU:WRN eedcݥR n @F= ;vz(n-q)GTٓZد7'N,N4)󂣂'Io2T!'KbfqHULO?q,l,9 .(DRY2 "O T *{^iJ#g'^3'pj 8`-h}e!2_{Uk*-Yp=)gAH8c-H{xy6ݜPy}6*<͍H3Eif0õY# xZ+Bdq1Do|"_nK($Ħ,2s+v5V􃨸' zmh+Hx!l.E:Nuxr>Vw3.j-f ?qmʅ[%tP?,kbj8fV"H+n"FOȋSTh?}`?S~h8mq+D:NW05S+:i3k&J#6(' P4#=t@|y uٞЗ>GX%k{w] w>noJʂ?oSuC6pG=G/nU8ɊFTƁ.df=JQPrֵΞtIݔ [- 7P *7y/ Y?9'`&˩6) Ӄ}z85H"0n/soU |>m _rʸ߃$_sJFbX̱wNEC82^p=|~iL9=b|rxOO?S'P}dx`"i1;}U,SZm2xTKعmg ]R\~( ?/H<:GdHWÈR6%fZ+DҶWêeB_&]K*ck9ԭk7b>-:TSY^bBg̾hX\ n4A S7[[=5"IQleq0"VIbʲ_B:9 Â`+嘅ӠnS Yʿs52nk8|hiF]Z*X-5gC%↱>ŽxOJ4M酎Wosc0cisΝ]1$"[){$dt@i$$-=oMT 6iRd-ݽ &%vΨi9Mf Fؕ!z>BG6wT(P%2W5xxr:&n\ەx˿R  GfюjASY㾴I퐕60Jf. I<4(he֯-':`l'bj|$`~ǧWPTIϛ0(?ur^a2@b6|[Td:9Ң2FZ^m ( ۨUYˈi~:q > P$y0kH2S:R}s.0r#-kl.E>˧/HHiԊmgWF%eUo'ZDDgK£^eRƺՀcǛSlfqE\ʁ>BnY卵[o?X}̣$p2wYX" %e {]KϩO,ix_[A*4~ޗ"+ *aOH4% w~&q]gQnκrT[K_2!8횟o CH*MpÙ<}=&4 D[Į}&e}u# iT֦wf=RϞFj T#jB} R| ._ex=3wASg|cV,wRJzQJOB(mj2+iV[`l~0oWv|g j A!Q̡jf,6:J^YѢi F W)1U(%"skR pO>|qu௒R^&ENW<;Zь݌Y.$^$RPKv>Jeݣ3OX:4'6&FYl wDN> T 2i"^',&n|1QZ"ρ CP}"oe\Y2hj֦myfn9e|堌w(|~ 秿z _VMvTZ7vaASgG qmXcOL{ɂm1Ћ3q;T[q)%W3^YwFͪkH6#ekZ@EPЁU yX/29(IhU7 OxIB̡:6 Y{E t\Ae'bO@;Uʡbхb7qz)x☔f7'NK 0W r+.tBNuݣO҃ yQ+YXW NJMd9J{pyNp :ebzk]-3Ht$*L"r[f?CGt"6, I9 env6[cAv95C = hS@^DF,!sgf?CT7RWz?W H"0/fUũ1QT0=~F㓑Fe;l$<0ρTa<!+oOH ! `_ n78\c/8"5P";|kGce 1uQUl;*(+JmWVa! 7.$,oOMqZ/rވ43|ݤdp/&aƩbvat5x[9(fߚ+O\̢2&w*}W dd2Z}ik0J ttMwL/ X$JDpݒk9+_}R f YRZkL%yt[w vfLy*9r]AW9b?y WKz?ܽj=Aݕ^N͘AlX̕gP憎" jӆJE խt\0 V 4o!La2DwwmFk†NIXh^-Q4.7TR3-O8Bb;I}R P-Eq -W w⩑k7eK0 NwK\[IHH#DtASVtf1H\?l%ZfSYꬮɸrOY-:a0ewPeӟ{UKt\A=|߁p5]?̿]?ysI9|cxOs1dD8$q˯z-ۗys8crݖyROUk8?͜BSV74WYPŸV',(N J4F7Tz+#UIOy6-]\PY0IeBZ)CPl1-`d[}fB ./IԲh7JOD[+G:!4"Oc8ƍŜͥ$֡91U6EY:%)gޮ0 HS^峲j>V|gcc&%/ԇ΢ij7+x+LWNɱ:qdqBZ-yޮj9aeX[%0 7aN4Hw QВçeIݍ Ӭq/rZPչ,o۠ʺ"Z8Pkf I'P-b}t7ƨn4jc6 u,iXkM ʩcx䯐apkɜťrbJ$ ah[i~09q ,-ثa⮎]^)aD@5 $Aѓ4|$o|߆>)r7Nb?03x3:?Ads^L95vƲ6}tS+0X9NC7JDb2oONCS0 #tq>}C:I肢2j5%GOJ~v"1h-a~M2,r4jVH35u3uDz ƙ]Pv6hZʫ]}%H]ZsQ^Y3lfٍ^Za%?_)BTmcPգʔC\$0 uh'گ˖0=0 i.Dކ{w/ +}i!A$7L%(cB 6;d"=c@3W8R@M:%/=b\;iᑭK}5r^!IrAy2$[6sUʍδ6sk]}hJ9~qmS3No[!5t6,dB͚SbkRS \H0N %0c׫!x棄}B2x{tw~w0ғrbtt_hJ5xFn5E#z9m=c?Q&a-2д18o1U# (VLj07<4y^w@,J,H֣4FW hpU90RnW隶\wu.O&7X6Y9[.*藐;\GL?{_H"/HIA Xd@Njv_'mPSB~kirn=9O/AguDQ|H4:Jv t݀JNT,}wѓ01·Gl,^}|b'!ugm84;z±j%\P}OfX`@(֞2D Ot6 Ẉ*C3S<W#2b9lWA'\L87{ZTvSyXb( >IdQk{$_sUZ.,e[9pq։:9ҭ4t n-M'=mR*|Wsrffn}cnW;hǭ%ѮpdDkS s;jv;GXk߻8W sFI /@;3:Z%ɺ-z?,ajk<.6gZK3  Mu*$l'OE0'8 IBt‹~l(C4G 뚃ؖH *$dJ0umIwtpr}N5C2D]?f[$01*A++=oǼ̏@y`OkDQW0/!~Zo7j'Wջ#j5 i .1)ødǏs۸t?8<0ί)@儍hOC n`1 9cjLS$[L.$5t}иNXw2_ւA^˞ NW#]| 8- ~rH2=t嶺:馼eU4*D]!]'b3ͤdշo_4-[S0|:QKL"zX|Oh@LwyLs^젶qdKn`3OQX#!j(g0a`/E9Ehܵwh Z^4 Cͦ|qDҹNIwP^j]E11}U.vkTAwǽ / "x5C>r2~ϡ 9s@e<[kuGc+ CHۂ<?YKHTT}]taiA=@ 824}k$'JIziHR{6 @|:eM-JꈒG y&ںs{r ?/&C-RctB0 iEĤ q:Cν@6 Q߷\0ۨcys %Qk>R@@A1[4:UPr}rӿ@i/~`F 5u#-{o*kzΓ銀 6 `sA(UΟs T{|ƚ,!ќ}%=!?QJ  d?̖ ݌o]%⠙dee 1 ړ2Iao6OI&R~n.A8]wѓYnck0[\MlTeYd"^7wg+oO{^mԆʡ ?)S=q r%!OYQȈ8Wp~z%L1}g*@44*A~KuJaSbƌ{(S A$ShA8T< */20c=m[t Ssj/2#w(վ݆jJhmaRٻЄL:Y#:iVql[sIoy&TbU! 7\,&ycSᝓUA5;}:'kl1s5(r\lm&\:]# AeoDM&W*s6DP]j崭_{JCRb!D/l3ӔDShÒ-M0 >tkn@`Փb~KCmg]/`Cc/pz~OP.%o` #lV"?j[*5ĿDYek]=tkj+7>ʮܬ7 PPz'qiJ}se.*nUδhh7471fԨN4{*}sԡ4&B.JMKo^v˿\JaͯB`0;5zuL "RM4K7oת=U*_i5nWMaȃBRN</B4Lm6g'A2]"'* yׂnr CnIBg"з,Nlf|VT޼/RA؍#8Y0dԗ@K|İo~ݭo_ÍJ֝L?Ndi}׌YoGY`D|Mwqc늀}]n.^v_Z1,YP;3'ՁE @4,#evNIh[@gHw&*&[E} 8yBn_^mLX9]- or9̋)%z"&<6CkPy,O7RcDsЕ$ښ$Zf9;JUţV!J1 <4ȷ,+/#^_k5ߎ&r;-1}mȃKG(W[TwRi[aԌk) ..^0]\;;ggnx+X1YM6㮅>CmWȪ<35y>3[FfSĶ 4|=B+(`Z AƬQ|GK,e5c 0bQz )3r6*qw&v] AdWͰ3ShyψQj㪏NɀY1C,k.&B[ /P^j!RVbUaq@p!Ҭm[&';yIisH̺ x}K?: 016eX']$4u,ʶrz ly|c8XUl*^Yt]SN h/z~T4dFhhj,a%Bټ&xNKE,YNvibz guٸTN6]`Z+g~Dz;}{äؖ,w]Whc;LzWe!  ]YOy bM ;nޕ\ig?_F=VR&Nr/_ ̊1i;*y|2ƱT(m,"wsCnZ?G%P˻&G7ڋ>GHzLnd=c)L|o)$VӇm\\ }:L+v͋kkU?spjF?Hk5 3bᯮt^3DGƔyfVQOiM '_ a,,Kš|zcxJua: `*]ӌh^NH8n+ ]uR-ݬ3u K!2}#AK.]8 G߶7E-1$UcM̥^mhj&-;mj.=|0"oBVN%{BRg&#sX[qv(-ٰNi8[Z+bH.o0)|pbeBJ (`y"08HRRZѿ)|Mj|Xy/ٰ["?kM5ӷ!2eȒ˓e0.teR׆ee.)EQ!|T٣[|h [TͶzj&]X2ܯTvAbBzFk/Ƥ)~gB}o`ؚP%? €񷽯䳼FUcqn/X2LH;S·!#!Bkve=mNMԢ/x\L˒oB}V[JfţprқZ W:FN -컷 2`pљ8Q?g'Tqz.~s3t8[MGGk?LU RiS@g'+?ĔV>Hq15v5:(µZg/ j1AD;KLJËܰy=AMU)I*EbiHx`<35d:elYl2/Rb̦  ҕw5xạU=[/=ӴjՋ;T`{yKhlZVZ_p(&q`W_Hs iOj-&al*DBZ;eѱ? Ւ'7maLfDMR4ٖ"+a E2}y՟.z|7cP}Ugզ3Ǫh$*ϚO:%(shd]ZZ_φc YoISsy-w1ُ}͏xGwR. S$.vz |șWQ[-)\;"PnOJ=/%X%$fJ[`\ks!2;238#n8 |A72[` kE4K4L\Ec2xI7Q3÷ P֎nZv AƸ u'sEd LM{~z%#RZ.x(Eۊ(.g葛6Ϣ*۷E+:*~@5Ao[`d E]!WnƐDl h.3דKMt)I5{˥֝:;yM>g~P O(F2U`)og^B6O=%D$7{7qYX%5\o@QMC78@5H9.^% uqf{ KZVs aځaIvd6hڧ 22ĢJ r!1x0S5zo$pN,{d/6>fiy9%&W`F$DBAF;CB PDEm0]#x5\vNUj;҇HDȂOiوϚ55a*cm\+?DB}L$?l bgǡkzZtr;ie+5q ¼Ci.=\uiγ;y YYS>(ƽ kDwE!9@Z-y"mVtG^ &qXOj8qՓloGaFK5ԭ`dgL~4aMw.C/"#%d6JRVkR0Jsyp7doi7&uۀ@j@O-0 L] @y"|KfX6ňpdTC2h̪iGzG-0oU(W3q7kfI_ kzkzύaٷèa5>_^q_ 8B45,'į'FęȬIe5t (Ô߀ǫB(5)b&?j?g$ʪ8PHz8b9E;%ٵrgDc PĿ`j0]{yW,ÖB/3wIsOU`V AﯙQ8B,j{Nh 5@+ixYM)2(xZG`3*;wYQ=[4DOxڎTq$V9-dboଞ~5s`<-~tRHD.{SL>y(!?BLfȈֵd, O/ } Sq(`r\.!\ovX:ey'ҽo{xnL[B6H`'1 Ɗ3+YzͬT=r|%@6DQypT=lg]Qjhr 1O-y/^guR$ t|MF =|g~8ɐ0b+߉B2>ڈX+VMYw ݢ g6SJ I]\j3vY0柂)z4z o*=>=!LDHy-lhϗ1 `y9I/ţe̅OaW|f\ aPޅOE1z6H] B]"Hi,I_nZ51{v؇C,sJ wOƥ;y؎z#<)Q5PLޡ*1 >ky-赇+[m}l`os$H/-Ұ.ZTRq}}+mg Lr7 -&٠8#Yj*4;@z|0N;)}iٴ95+&tIet;d.NPjHc.ߦ.t:Xp̾ g0&PزnP&< m9C7T>yMQR (77&Lq5F6ѱYV;~;17~t=:-\mUs0<%K>Tmfm㪂#vѠgL)~vV+Xƺ}<5_55@@RE '%6<ڿjH#-2*S}HͿ~T/ƭI*mÕ&¦ERwdAf.&6kU_ElH@FZA}*'EAX0\6oP0=ܹD`t QH[en0?K<\~m\ƒMݔn#w-0{ ɜ{}g_sDlCrN2Kej~2_ +45ƧSKPbmZQ'fqֽkƏA$,\4繲 S"&o=m!nbo<2P jr)CO5#1QlsGR\\VXht9} ln 5S j򻽁F"tGQAoDofל(] uj``.[1"xX`ў .*hZk_4%pe4 Mb:$JM13yש8~AK G OATQnw -˅n㻝Z33WtY`=bI.&7ʣ͢wukMIDJ4=rglcIHmV`Uok >rCX΅궆p-&ߌt2~z` N>/beYʫH.XC*H2?#K䕒$rj{ou{&KN)pq4{7c wΖēd7bũh`n2.&Cdo 5q$puq P8+Cɠa}!d/? M8*;ܗh8L%Q[CFP+,˩LɊa?YH3:|Ğ9]"]="?ewTSF:0P2'A!ĂBD[p4Ź:c\ƀdf% cξ<*1}+ӊ*a)2.GB8͟ڜUȑVH4:DtݸrTA)_l6RKɟJ@*YȜ߰_ oOBG\OۜS#;%½CmW^KP xA=ׅDF#_6;KOݮ1{nytDY:;rusv$p%-1h=Ebo4װlinBE&iy{U`Y[h\{-_e")'z0Fм/d&Q5m[:x~M+By_oʹRvYf% bzY}"RΠ=[q`~I! &ORs%^$=G1cG;t1qR5Gv6śDIX48q[,b_* ^k+$ptW/ }S ElO;kyOţi=“9?`.0*v |zCiƤ ȇ{s J+%j_fmĩǀDxœ9pmp_di3R٫!7ҨŹAin.,论tTEXypKo#v~‘J?#-MOWDg6HnRQV#p$1+^C!DĒ~Cw=Yw][7fPqQr \pƠաQFc#hFuR Пn yNP=H~ C)+В@ )q<E a4yUm^pexT̝)+AB@gb#>Ş 7"EmOwoݹaU1֐21uֵXԝV[dH?{EzM_~<(pص_Nal@X|Ҥ`?T?7&`Xc%@I=l)){|Tɝ5Jj> [~Y @VI+۫C̹#:O`'swmc^>k-80!إKg{a/8Nz x*s\3#<$o_ E&dNiIǔ!$qS12 #ͫ@,ǠE5{ҩhWLJmG%Xl"[*_O[{Mb r/:U6d"Ri߽=^J'Zɮ/y> ԑ?p)b:ۣýY_?|*#e$ r3GdA<w/rvY; qO+t d]$./lPtb6Ӓ 9;>hS+9LG@?~Rzcs~ДfCʺ=}d@ T,cסsJ:1Xc3T[ \1+Yv彧t ȡ[b}dÁӏW k)K<> igrJ(0AمĘSi'Čk uNT[c[I1o樍EA~Q"mlJZ &[⭝cr[GW!64UeK+iNjɘU^q&H .-DɌQ]5Պgl o` U 8hӵxa<\dͥ^@dƃYxn !=(ud]/ >6.\vAb 2FWĖS ^n?[a'ժAU1 CA}&2|DmYG!5`gغyq4{IRTTieζ7æ 'SJ*/ b^ L~)o[̹R%ݍIƓ],\&@,+J@$!qoe"ϝ*p=<{1zIoLc-u$bbݙ,#\ragQ"g uVly\!+R"X)DT4U_?:&,y#v=LA2$kb83!ɞYVSg}b,/=:ὩCLu+Gk4vV!) t"eDW X=]V)a6 cʎjBwH2ioNր~r;L ;2EqL wO& (T3ˮ=`]xI&+> ѮT*RnbMIHP3˩RBLD@^gx0꘿k -|fs @`@!N{/}VOc;Jitli7lӢcb>E~ W[pAp{D3Pt2>}0KbU8VVJ4.tQo<h1 蒚HrPv@C$XE K ~0b9tF]=ٻsJɬ "eFX  ڶ6+]Ya}T7d55B@K^Ê&xj6xi }퐗IP 2 YZ @ _.]7apdkxEL.$ZA#WHAݨ)r*1gj]ؖMzpE-6"8|di\r(,he'`e2}|܋PNaI, %be?`LKL2컉 tc./ϠxbtYp[Q{dʅmw,62a*M*Z$7)/^r9._5 iUI+ pfZ.x@a_᩶'ˁ5a8ů6Ez?̬u~.%@,wn6_QQ5 mT ^^Nw^mᾏ:@#0_qF h8/GŸ\V)S_T+ n:+@З'wZK%+M^Dt3vNr:ȍD TdQ@M8 nX2 + [7chzz.rqY,Bxey;TBC(ֵ\m5FnnM=\EkQȜsn4@!+4ƵbYEA/>E,"{b#PAN: 6 C҂O^YRbb@\4@sc F%EC#i9coRhk5KXGy7n'jt KEVz?` 7˝@Ei`T*G"#w(hѴ!@-ԇ ]nTf@{WD>ƅy2ҁՙyi72i=kޡ-8#w[/#m8v VoD/ p@B`q8!5[|[RdIՀY5#>{X]5C0m:0ogZ A$>i|?+N4.G۶s@B\_qCdyw5 ]`]A˴sfXQeA nl]N9reIZv" 0i[&GҚu4}c8m}:Ⱥ&~j[% H;XWA:(=8Є&eP,k3}鶧5f$VN> R_#8KѻN;Wc >{tGq-CX#Xֹ\ԡY'UGIUb =p^S=O顈Mgx)Cu^dmKg|\/-PDƲ+Wz|0 5 ;HfL* t[!I!Ku.2bMs#L.S07t B ] L"ԡ 0&92A&d.k~Al0؏q}4vEnuR]4uZ *?W@BVWتV-m"[*;FEpSK?6‚0?LqqbO+oQW=nYA?+{JZ)\0z|8 C%mBDv*NEI'Xa=ВǏ^X#hM}*xC|놆΀vAW3V/DžVb x&IråҶՋ &q}ĕ`/qfzfX3HԺb_tA$_nGPҳ?|Hvq5H&^^9N=ɋd4})ctZA$m֙i0H2zJ 8 1"c~~"5G5DB @#$;`%o~0?B`Iq$-&3HC℻;@(Si-, cZ/GQ _4%,kߚ8RXNy/D̫;m3 00hmol7%EGOԠF ǺrjaLc M=O0~ ։Ƌ> foFB,ʄYjD~P -:_>Jkʥ^zaHѷ:'n;6j1`lqJopxŭ KqJqQxC]E>e@NTBSJi8[t٘t3 "Q[ >NF+jZ.̎)[ޜ> 4f)%Ӓm[72/Ci^Nhmj't6>Wʑ*-Xu;-Ks2[6dwi%b"1_q * 0E/JVPKBNT1yց˳jldN. ,٨$8#J bX=LӉg6?^I{_lb:"7r#tc (=J-3ol^eS\xRe3: iNN#k pk>`k_}0 g0:VȠL6 P 7Є>AX+,ZhAncVv2:iUeu m@l$3;%1ו4[|!t Lh*fRz߲r@:zEYU{me.F)zj@o^{%zv~DGQ&+O:R$+nm"7٠Տr^yQ~tjPf  ؈MXZVQ BOȋ)9۔RRF QFq߼ߟ"= 2q9ryRBwXo0tTIG:0ﴣ%4Y$-yF:yWˮU6NtX 8R4MHw7Ŏz~}2Sx (3:6ز`j*5 hESutl3s zϙzkhx(7@bCЙVM+kh?c9?rt]"UcaB̊-ѧEi/TƲyvxGRkCv*)pݪ S<"0Th_ utfs fouQkC$wRm|OqF(Id/;-;t2$"N%$aA7 .&pϷ657:k7 '`fIa_F;4٧2}ziyC<&Najzt.zER3cJ(Bf-ـf9ŶI[>ҁv!o{\j݂ߌƪ-l6(`9XY5ATH8OXv GiR5 Ma.xC -]լ~H7_'`)]Qw^DR )ZӗC($kbs @ZB' IwAumR3=P:e(Zd(eW&/>sPr'*f5MOqH0x4f=$31%2[4ps=Ͻ@)୷$hRF^KGjBLEn[my>9Fj?-؎\#MQ@! lk?Ӥ:46o]yL.[3534H 3Nѡ=`% k&x]I>|œe)FpNMt Km3Sgr)up/Z |o>(Q+%- N`8n&*T-'Z0=&;_#z펷.O^#G^tUP<1RDTP)]8[Kt X^ l3bWR,1Sj'>S_}]Ñ?^? MgQ`"DKU io/< UeT532 Z0>>Z~9olJƄBOU6WuŮ?K"=Q) M*Vݨ 5kL2̥ΓM$?#a˧uK;8ʌjv4 _@QNSs$ˊ# CeSIT_*u^Q\OɧiH5L|<1^\?\05R 'Bޡ0ԕ5g7D>RU%]`7mߡ_uwzhPyfOdLP 鑲ExP9ߢԨU1sgP)IjmKHOym }P \/>As?S{\#.n~\`zUn!~gY(1~B+ Q<2J@4R:,Az 8rr?Ճ߭0/L3{D†Mi7snV0~w7} ;G )}'dF,A9;ηen'Ts+%b՚C&Cv44m Eۏׂ](DI*C"b̐q1‘+ zޠ~_nONO#Ebbe%ie9ܙ0 ]ہC#gZD?Oin9@gb -Ve7^.@m}\=o=T:0Z2bي{!L>-RYq^A>~ny+`HOW_ZѸ.(˕qF$pM23oDoF)%m (H;n_ hrs {ؿ{Ib`H^ȍ {dvX<#-Q6RfN8j@it Q~XAdJ9\`&V>ocn?'׎d]ܶnw tЅ>?^i\T\Kyo;‹2quנ|WFD`K{ϩӗQplĚf0jpϰ26MN7$r#=G4%!t.ǡK.bs ),!:ͽT+:D5-ҥHU>G\^vx):G>t[FT48[Md!ZZ egsI3 Bnqtc-A!L`i0om5(Ѱ 9Uex,_HO*pi\r<͈@)b.BحvY-KlHζ=̾tFph]Uvŗԁ2I46 0C{]Mc #\p˳V=$2vLVO|g+8"<_5Oth2JNغwib47ϝE#;;p%#3sŹ Լnய$4Cq󲀜 yi&g};~sQ`Y/"+^GLUt؏fyܒɡ xgظ;VqXw"Wkqc8zܤaý-7Ia3CV?C!?1AŴ]>D"@RV>hȷ#O]2opT1}$mn + + Chg*~Ap:T@k6>6/XR +H r%'QAؼtQgKF_,i~7>d7戮O'2G//a2?j6"'͘O^֐nM[d-AKTDmxg_"Zvq3),:㰗rިu STɒzcy;${%Di:^"-B+Pvl!ew,u&,+gc#6Wr`ty-AϪ.1v zXC= F7qm]# dx<¥[;ݤj%~a ϥ6Rm.!ۛZ4ZKP]G%# gJ!QeIS3n‰ ޗxscq{A;r(WM ͹Gf+R,--Wz.1SF+da>jF%+,a//_`r60x(JTiq{u9|34XVBL"aWaOdzƕ'_?aDh{L8(:~NUλ+Y|9[A,O'.KreN\鳕p&otpR֯e81}Ɋi%Aׇes"J.-=.9:hڬ~䔿UEG&r7![8>eJkN7ދH*ZF/CNdLIT9A͗jj؄Lq kȻZ0> aX!2=F#78|+X \-ޖfem4rVj^O!i579czWԖ^O۟]3]GW0#mJp kv !pLxpcoP\4ZELϖ ,Q~-)_z:QØeۻU MeZtW\V ў &@ug/DZT1H2h" &,xۑ `jB ] "pw6Od,ܤwfU[~Ql49J%^7>CVB͝"۴OW\=6#W= '0Iˣ&nK>ˁEph8Ƭ'#Z|DGGYͺdeB$rKIIYuO8j&!Z 2)聥P6~hPw{7V֡|e𒔘_{P{;,#rv*(mhũqJT?FYZuO x^2R"6NsYs#iV t!c"&;-L}A#O7A /MbGt;[R ]As׊/i(taf ?2QWi"%;iRae'k 2q>^Θtf:Ǻv/3׎B}+!q&b!'=eǐVzJǽC\dTHB&W79sl !ӖԠJM}dՇWoN$R>w] _2^MT9l[aj䷴M%2ԵgH=Wί`K`-\nFܠ j=~ ZFTVȒpm]O{$-C򢋖;+ʓ6}P׫OC΃_җm497x>ZQpѪs%ޭB1 "59_ލ]Ɂ3j,L%*̑ۿס DgP.y$ڞFC{*Yn}8QI}E./[y'#d;Ҷ9K^4še"Pu?"0Pf7FGJu0%7>~c U3b}fNJ/r@MP0dYKQI@Y x_g`[Ewy(QIPK_IJ|zE}o3Ub|KAj̱C270Kk|OHSjD%ܛ9+lMR}O>jE^zUlhO ROOj!Rlf(cѪt} vmf d_׷`*M̰$u xAUS+Rx]&$?E`g&*y31^DŽ@Ll4f ӱ5ݻI^4@}D5LA`zJg/}FAWČ7^/h7Ψe42Yh]ʺeJRBZb+DfXڝWKDYA(g%74\p,}f0}\<=8 z:۳9 %;R0<@z>RN!zGZld a6t\NU6FC̡?AjTl9c$&qӐXI(ƭ#b܀j9 Y;;Vg&*n]]*3?Mo5P 6`H%hB3EH&6MQq.](^,5j/jj-0ECfLɉ= NJS3ad|M:M`Egg;JƏ*iG̃' Xnh.)7fʙoW7dram>ʠ dlw@$hx*6XE\&4d?d{34ː_oV6@: XBD\0sG~?gGC*WczOA)O  T '@ڌ5kJPr(U:krow*S.)w?I͘H%l Rp˶:|< oH% 6 /* >\1c Ǔs]o_n䤡m0|v*Unzbj*hirzr{>T*6ǟ{p#z ?C.JV^,a1 q:YOOWr2})XޣSfܨn"Wɦ7t'lU4OڼO3 &4hW0f&:V(ȑy ,kVGڠjd`ROU5C( i2#é4\h*gXV܍OŐsu,1\:`ϾCGƫ:HW0@%=ll㰖[/'كd;^eܧ7%nRrts0R[7uM9feIF<Im/`ݨu^7҂1tI1F$TMu޺ `DϋA^/(q|q֋g[ Ɣ j1f?Xq (h8^ޗĺ;Y^->6; BFy|ğ|%j*14/BErSdy/.g$]&'ᣡ3|)d [%iO_W|7Z)û0_֚g8;n%޿~建(|.'q! r\ yX'˖#R\٩Vۦ;KRzP zb`7ػPGsBYo2|1۶|=ōPҒ{(S˸|[`C*ãC>k"t#Ic^v>Wp/e ^>Fǁh&B[oǐ4. sX̌vBu{- Oo =ts+nޠ}:^@cX3HPW$L7"~e޾~`ճ[@Akt=U8EuZG:{*V?-aA.ME5"] g݇F\ˉg1O^g k߷9cw$PZ(15,q?Zh2I@e0NԨ&8\`AI/gx*!:Չ:aȜe gՈ*"mm@p+>5G 2/gc:Eh)H`bNY9iÕe) @1UTȆreKwN';Jx[` v?hM.˴wO@ǷتH-$*%,||z-]tneK_.1>p.R|w jn ;fzJpƊ3!YSG'pτ5Vt F*U6vkLD^pfc!gGݴ#&.9 =r ]rV(qq)}L:0 x< Z Aɿ=Q[c)UL9 (aNSVwFB5ih;6 ";pg{J\*y1E}VT=]B]l $ rc=,˜;Rq8js5櫐GXI_/Ft76_$ic% hBfXQ#1,6}L卙l脚x!W?5'qO\>5Ra9 >pdL[pbx%G92E{)y;>>cߑB2\&k}n߇qXXNm}_mjt~NXtծFG1N1F{OJCq2WAP`& %H)ޟ!b ic ` [`Qe `CP+{}H<9H@,fD #JuSW" =vԷphJ:\@VMΟF[0NնJ؀ypuHi7)7_jՇRiZ|8w`0ynZyHįN _.k|g % !W}V;m8~Kic'΍b@O}bSU]$=ylh8h?CrZ5.M>C^TJm1b rP&gի{]cԀJf wW4&,\Jvyd.F;r%LiۂO/Kѷ7߽LkC2n-pvDd%יTCL ]}24XH\Gcg9VT^iZNku ~"F`aRrB2( #ՀKXI,enB\ .!'8HA~]?9;%QaJFx4F&_K/1opI2KRvwr[5W6g;WcXYI1-Ђ>7%SmLS26AkAB :-mW)qև/ykI Ozg&*j;Dٯ =|R_Cl7i"q+|YZ=%HEhgNT3u|=1g]Q(ieY<%\;^O֧$|+xi8?e?&nD[43X&[HP_:Kjn{fCRAƠuJL&*Jb5|/&07S$ 젴)cfYo}[66~ۧ.F !V V+Bq:R9tQ7Jr@hc! {%ӳ/>5'MLJSV캩"Aҏpg84=B/8Z=lv~RH-;/si#y=f%&Eu9?bm_~8Gn(Rs?Tk0mnC/:r=4>Mlg2-N9VQo1"  lZu B1U}E=Ks(,?7^P)h8m+2}0TTZkV ?.%MV|Tp݇35|PVIk/ kv%w"c5c%pnտJX(Faf'Ǝ($2k_,FI(eJ^+]X (ϛHlk״ ? m݁VʹOQzw5rڡxΫ=q ڌ d_X9@Ќ?|8h˙=%쒎lsplCw)1@xge$Yb[#Ğ8?]seg űKeVrraj4Mxрi,5j`2*vxtF ^2sM 'pWJv_F5W6' lrVf%_XmU'I"{c,#b'8.W8Rynĕd ϩ.{TeOJJͨ'՟쌃9(E,x:`2- _s4R^UWd$u*dC'(n ^8h\ 3Ӡs*[ORѯ7\dǻ/31(2{tt[E$oy3~ ܜHי1$[R٠i,,ow$IG̮mB!sYAgSi3FSDWxQ*{a΂3&z / % DE l9*ж0WGX{ [2¦(NgF-ҺIܜzM8OhwXڥ#e˻+r5 ,x$Clii_7Kh1L;B)NQ;p+ >Q\FReSzx|?+aQ7ry"H `JHKZ>6?8",W=C|Bg]wzr9tp@ 3OvN%3VWJYYcEJ4dWWr6$~N ӭ;-KBNdk%9I6rTSA$*lV$}1PӁ)DȠUYgq%ʓ5@*;%[2n_G܊PKEJq]s)N1vRt(Q-/j-4ƅ&w$J<&!9 ` TΦmI2fh>߲C9cތኬE佰A>wMCqQ8+zr:tm_ji3mC#A^2 (!7)b"Q¨4br0)gd-7Y5X!2 UCK}Ѻd9;K a=a<0%D_͘x&F'X!O JR3K%ըDq MՅ >\y|ra.O`ڢVM1^6pwZgVW}M8ǔ"i%̃f%2GGu#qj[WR*`NvU%m]d@U?2xI6GPVKkfNDШOשuF%H#cWEN R Ye3kIhcR](K`pv?ԛP)r 씺3& ;;YBPhhn2Y"H9O1j(EC}xe;#XUseQ?ɷuCL,|`msԷgBTqALo5U'>˟>{R*)?N % $!~/<ȏmWnEE BCԅM@D4kR(IcKV1GcϦuԼ%[ c?Rb /rL~X^S7<"HiingveW ju} • [A_xuJ ^P)ZNJa+2!%G墹sI{6F٧ɗD4SO `t}!AҩT sZYHhZY/StP(6AߡK4ԅL O9 &~NM]QmAی ."mܵ =z')Oi(@o ?kܜecEV_- *rLN F2DiLS99 p4*Ů 7P%`X-v ]E\?NΖ;%aɣ W[i,f#U+iSʼDݲ͌5z-/{}s8gY+Ęw/U<^SC]RGaUk~jKg $sC%ş%h<F"A-eDtGL\h%T]q2;h>p\JHU/t@(Kr0fڢ/{y>f^bJ`b(花3,ƗZ!&Fgo3TF<^jG&`V5r 4¹#.$MXZ>h6;,;&:A$3ʌY-RXݲ+![LǺ `EGgP$r@֪[eZEq UNN zͥ2iĒ6 *Sk.d &8pKFKű>yuzG0L<]8\qAi:i8 1K~T8x 7I;=\؉iT/gǗ̟5=@ riwX&~RV+≔G^aEn,%}A}+n~Fl.ga%49ΆI4ۀonGM:}7s)APJ 4 .=S<^(ؖ$0+L:UEtj o=5n[\J3|" <037}Iv"u)̋g47N }$JAN4eyT(qk0Gos 3bWN4\@v|C^+/5_Z#he_" p2U|ϲ)۪jkQ=Tsxb^&^u#D?O8S^FMpýps acOD `T0Ҡ^xcTn[u֡3tFR88cmwSyN'8e3K"?ŶK4Nח^4[Sglf uB?_ ۷z` t?y埯Ҷ(7 ,juvltƉO`ִtκq7_ny*! #7m_e.9ʊyaf&yu"ghWVڪ/6ڛ4RZ,bwT9~FS'×W<ƙ=?EϺOM1KҞ9O')hPI0`H*Y=lr;R3Z̪.50g;%fwj-g8ţU]&{1?<\ c\j]F&~d3"Hyec~h {Iw5-)/Rn'^ ?ri2胲9D*$AoEY,^ԞsAUiuY,1~J* ]kۓX\e1K8$cwYK?˨NeOW]IvL?|dUǬMOkح朂b]ok-95\LYxx<n 9Kp4#-Ѐ3˷Nax^ԩN\ďn-\qh7M?JfPɉ4TU͌+F5&([avPc0s<1jH.3}3畷R 1Ԟsu7JM9/RP1Wtz#Ana$-yG=xq8a{^1LbxEI`T-z Ӻ1Mӊؑ"wAQ>6y9=RJhmC@ɟD9ܓrhqB]Hojd^qML#Nâ9(sדe#JYUǰu%bI|dt$pm_1t$-W,i[^h]H((@ =irxt@dėgpᬇt[`01Iq֫}h*kʻR9gAz,AGgu" /]s w]jKDmdlUzX/^>g+gE\M/^rJo%X̏C{&=& `NDռј^@Ic,ALbOp3f|vwӫxyRpnFU55VzJخΆUva4ArʳgMo度b}c~ uRF<UB>97 1*DptyE(`A>!IzFi>2)dXHEKIg5{_7 }Z{ !1@@|jw $i΅Ոj _ZmlE% 0E#L^U  ie?N³0\ *( Yk%VQ7|j4ĘMrU1ʇOig\ǸUC')Ηһgvg 'ӏ&nb"n:aw*յ +UcX8n "%u@&3?A9u'PQhbDw}c~FtZR2咭K 44W ݕmݺHޙqU$Cob~/C'!'tKjqr#>z@X6q +VB;p0@h<'@Rg[v$(w~>DU{y_kuƁCp8 @<A_) !OU<+c*;‰g3"-Oa+Cc@k@Jo@BIZkIЪ"^xp-e4jz` GXlOs2n7ξ1e % IY,3$c!FKѬ~־l-~mmQ 5<AaGU2hBCi ˆΜV[Zbj.Uip=+1q3zwX(g֍$ծ#:j j+jH1"}K[*! cYb ¯> )8'n rCH *PQJ'ߐ_\#i˞&%;[MJh=To9-~6wY󑅼M+Ef!dAE]ki!gw9tvP%j~udm7§g׺Jz+{=9vW(:~w֐  :~-kF`لpͶ.QWYCW]>Ξ#(8nX}))Ǣ,LoCIo zH84cp`IPm&'<0i7Ag2A; [112.AwXk6 v3V@Mzey]Qz9"@#Or!\h0Ov_3`#Hña*yۘpUsK_{B.,&=p/m9e Qm*Jujj yf#T ,9҆B7zaF(g+uk\*K a^O"z4 /ZpmfW= U׳q駵U&ˬrU셻.tgJu\v(͇:O\C  =.@(iJs4dg}<njַhW=2aF7]R,lC\,\D?y}{uOs)2\\>#r& '}~@iM +@ ;Jj!Cm &}-3 r8틎SZ=f#cpOX\O %y N[;hX=Xe=Ҡ͞wF2},Ew"}A֚wSnergsÞd# ͏HcM'7Б])Lr(h.F&SZ2N]Dȭ埪:%6ѦvvUI&}O~72sȴ@g\[$VD-)QYK!mP12 I)־5{j,v)Ja Jn@ L񝅭M؉5 lb,a ֽ3Sg$waTTD$Eu7 FhŠcFzyFbH U4%nQ W ȩvW;@[& y>kw7PkwuKSI&;XtR%wTxo Exc E? Y۳kV{@~Zwk__qc67'shRpׂkH4,29(۞-̽s!b$_w&w"$+%b#{Ҁ׹Ԥq M1l:іlt V2}7mq^c;3z!;j.x yu [3]*ɣ!TݝIڎ[J <flv$u ֖#OB)먔*ߚNw׈dT[]ZMh4"'xx5]H%ЏCyĈފV''%?źUc9r"3 }HN#@.rXvJ)҅:a. /M6_KsAճ>GFօlqhՂTbjY7dMt Ϋ6A$eIpy2yj|UK|w^녁t?OyGH'+e0$ǁmx8P͸4JUO0&VAh fNR?%\:OG I \؋?P}m͇\.w`gUmDQwWkGi].V\hR^?SJ-AnYJ;A*nto=96Ũ!<G8u,m82X)Sv6XxtFwsH̯"9L9L};օ9\QU_B 9f"r3MFhwKG$bqL@Jpcu\F,d=MqC6vᐷ1aMIY2t_3T:$0(uVg䳧bGCf f )/5˝-Ty,'kN1pa=zwi=[o("pva0,"ٙ\ xY#x]B?,'#$kd\Y[b,v,~7ym8v ]VJ,,ka. Eo͜O*s7L%S "w&1Eşʠu!vfVU,_dx׳YH;@47SqKŮ>WxyݾY0 mQDMw/: Ӌ,))`>q4-+[T䋉f3&?>5<6ГҰ>:=ؾJ}?R ]\l8((ɉbMn&Lg L쬱UuKMJ=0ͱ_ghU jEi rȴ2wހ}-~tL N q5ٍRTaoC["L>ɬele ^+fvwz0-WB E`Q<~6 RH4_ NjMƠ'/dAZ'6CRf MZ 4O2=ljRr^4 +ss('cl,/AW3ʹLTLӄ^0j7L.q*Pgko6˸[(tk}y~\>M,Ͼ+%gG*?WWH)ir_R;zg.bڂFvyGftE(-dFcJf"/D:qE}FKy\En0ȥA{Yk<#@<}2B`  `sb'V8>]aג/gf<%:dZt@d^7t&Ż\ #F/ :-w5Cʏ؇j@~7Gkyu|j~~w}Zy5|Pn*@p nƋ/t[RՆ|gq'qnKpōODky,CD<*c 4r㪨4?fN+ [ A;{k1jy"'[/s2XP*L >wAK8-@mVl9_gWP3~ Ͻ-ҩEc3|FUAo׌a,^cjK!\%LvcSׂH%tǻ*iENΊTF'Í~tǷdt~g0j j,q͉Ń žK5HmcJKU\Jg%W R;{ pE/zӌW⯖{(pz$\\3R4+OgD\Wi t-ʢ12O+ЭҨːHm@_]'2 WGnu#O,%0,-Pd$AV-_>H^\R}U#-6^9l\V1h {am>9#1w?:cu WT7!IԊ3o;ᆪ8fhU]3+]u17FuHNnjmz5q17EcKN[;\\k|ᭀeeQUχ ~rµe>?[.쮋7ޛ&bϡ>trr&y/|=a`1FKTi&?Q6OpYZ?5 iɍ C dN6Ppq F}Œ(Fw^X꣜P? 4r9SeՊ6BazSv\94i]nN/%놑^ؘ-\Bp_&cφQHw1@#[ut8? )IdTrMㅧa>,=\U xZF9#e(wJϊ|0n KsΙC@5d /YM]jױj4l>gcqR3EO4/cI(eXy=ݺbrOgϔн%,0VڮlK&yo'Ս>irVzB$tT^ h咶 ๸QDV|BIl< pyiuKqYde9>.|B!` 6q J4|ߓiiuN/)f6AZcx`">v1@UHGuNYCc18t'^U&MUf}X;\YZj|;]kLt"&<0ٓ?`|ԧ6&NtZڱMKǓ$b4Ih5HVJEwD70id 5 -` ̼.AQ%f1a|jzCZW"? o5%ci5 hqo%ńb0mlR+˙#sݾ!&gA `T^(mXlӅ:]#asg8sn.0ԩxQe f[!tQ^X\ʭ\vZJ Ͽj\ +Ue{t3 (Þ7O_,%n '_jF_Fz O>>]|R$Qs@NhZ#h)Qo8y8nt~|ɑ{nXW1.\J=FjWH4Uk~h1Kg0&$`fgA68'x hXF_?Lz"xPIuy{Rh# @,BD<|KΔ-A'x.#ȓHVIA,稄vC%9ԃ{Αaˈ0̨66RYvNL YO@9rcKmTF!܄`=SG60{ƮHvu,3<vdߤ)]I@w*wOϚ9Nʳ˓k= uxͮ!p]lM#F%(Ao[/~-FDYc{z2遫|CY.vI'O? ƈ/*6Ng R7FkdiXQu8O:ŚQZ6AQb5U|r N(K{̀!ƽy[p['m_ KCˈXvfr)T1$6u?m0[L{%%b݃M܃1Z?/̕אַ5< PBPɆ=E' z~T;G&6;%(1Gyo9̹7BE$v3FtQ D[!|_)NcV:n$%CpH~[ԝ0!_]isiOl7#e,|Cg!H_Kn:c+%׋k'[ 7KLdq+*L \6ےgטߍ(Q辯bXu)itb_y[ DZy% 6Pg烽YFD ~.G=x x&Y~h+t`9R6;UPgexfn3ot34ըT͢ZwkSk%4{XC>YPa6#$2=`& Eny]>A {O¨2FZiLuzLI M9PX~3:M FDJLVe-W ]U!η14 ~׵)8DS ZQ}&v!n;̔G1,P2fdRJ)H[|YzNf$w pF9i[mB[D܆̔^nLG$衪E!fxggmZiMmuy ]eQ{8J5FLفbO~Q|:m!\c3r-Y&y%K ٠X΀Yڳ.A٭ 82T<5Hc?6jy>ˍPvBe2+/8~wyEoQ.>3 2ͼvIG KmL{.'ӏi n&j(#s}FÜvzru(V$xd^p!ׄesrqd@hD9I&4Ф ),ҷVc' 8UdՆd(_[N : M[=FuF~€Q@$7C7i 0\{a_ubH>'td7}Nݸ83WxA0bH8[.2Y$[:nm<0GL8Bʑ0zjÉ.H]V6fѪl_!9i^ 1-- Qb ZL:ƻi\i/7身AH_4KEV@h_/пD%!c{ON \{VìlZ0e&^E|˙йS^@RS<  To#9ŠIjP>* ڇtUZfc# ?9 cyaê9_|CZޗEe^ yp4zt4%I`cʺ}skbIK PGil.Nv  [B {Njs\Y7lwq V1#!܀'bMCoFHgM>̲4@^m^LcBEA!_g uO$emY-K|+ ixYI`$P. @e937TiߵVHb_R-hʴ W @@%4C)ԛr^Ԯ\0"ԏznygJNyRP>23f=;mukpx:$nRj SqqA  WRjG尬G۝V*z#xs(9pMg&DKzppgkl:V@>Bm6#☵b31!qLIERL( ; -vj֟ZCw|L 9 Ms(rbdy#x慩a,8v'@i$Q#i L\Q| #NԜ?TuW+.[K֥Z|Q^=3I;$$N|޳nT"@k\N%_mP_6R؈`X). }u 3߰oi)Uf2ٍ4{:8L h*{dnD p H^ Ύ=X/%MdQ4[LK\j $2X0\r7,,&sI:R6(dv*JZݯuÔDe6$)=k8JcJݏ*1s7Ddz L'pQ-Aml̓0ɂG RBlaX_1BS>1's76N 5Lv<{HdTV}@^~%S%̹8f~~ߟHD19 CetJ࢘:(@NgcwItpiAmqmqncE^;_Ő~s?tc()|3 1W{*.l?j4u5I5.ҵƬ8Tv?r*}R)h_M<3'AR|pD';/uJ;^mdwPM&>3]y*2aa&(KN^*|%WwP"D)(z-Z[KV nfo8zDaTwRШ;I@G,yktU_0*$ZqsA4{wAw4ܥubOA5?ϠM{;Z)ſݤ/xgQ)H@,'|֣t%Xr̮q<QYy`]5> \[r;A0 4ؖE8Kr:cBǂC2r'lWXqW /'SmQ  OF 1@hZ'Aw "HCȯiXd3l} ucmiίv:VNĺPGCa}8DDQ<ыh)8jU:aHN^F@ CfH#T=<6n2>FDTuEVߏ4\IS7 r傲cp)m<:ވ =.Yw.at˖pNs-hA&x7x*i-u6J'"?fydj&;YӴxyd|JfwjwC`PRDO;*ZHΧ󘕥N NEu7 UʛN_EىJ?wqpozs kmPZBk>o~J]C&R&Hl?*AIiw}t3z{Bm"'7@~JU^kMJj-{#Y8vXtI_Ȣ!Vq. .CNR?VdcIKcakkqae͟_w4س b'\h)BW` t!oHĽ;rl&q948\ UU_/z^ r0]T;yAz Тy2B89ȣN:~( Hڣ-&p7ָLֱvNCZt[}F#8#D .~g.EP.z:ڕڹϾR˼Ap$ׁVxo sY#RjG_Л;I?x<8}S.bOif࢞v]a-r$}\GcN@&ÅjH,Bt Yf@ϗ&\k%Sd>tsaݐ˒b|,XvtV(r,NgjvG (_O^@ƜW w–F_9y`"!Y.-s^wGuUDBw7:׬d/١,FT2l,Գ{-n@IsWE ۩916}ot#e)NE9t񫆅̗ /}Y\!Ο[lz"<=;Ml5GRC@S6^OC9@Ut]{!9`~s?4VILOz9xn1ijFB/ ?ؕ#})E0+6&dɉYTFe&TQ󑰕npId syL#x/q%(2N s<5v) fY8 8+&{a4Q.\bH^fuQ?L!w~OhOc`9{9pFJ\a} aonu:d_Тpe<8>mRyV5)VQK_IVRkJf+BCR#Gi+p^ Vdֹ36jf5FWnݿ[g|&HuBUщez}Fr.)$x TXّ6iw`CQ ()(swb vcuZPu 30t-N~{벍$+y@4[K9ʋD(JC\dNhxfxl-Wc1cssg Y}$oD̔dEJ P*' ZTl`5j9\:o~jGt>N#;i'Z_l>%:Lߑkec<3bZv]?/5.7{Z)It$h9k=r"Q^GڨQdwe}$+Д g.s޴=@znRjdt)X@Ww$yȾ֞?` hɭr1[Dd/l/9D7;V~$/[ EK|'BpJ\smk1z {$Bu MySsGRFc1 vD6#^ǠUgjPtRY}Ǭ B#8; ҵ|`DO rHՁ,ݹJ\Vx#gP!IBn.qT֔նQh!:S - KFEfz۪Ֆ>{`Yl!yJ 7IƝ{OC՛G@ L ԉ}×*Ƨ}RMLŽmgLzI㓅3/٥Y.@UT癢*(h4e"^/KpmKHi^7(+o ݕͼ oAܪ+ ';+:Qơ.*lPdz:^E0lf!}Es]IbVFsvnW07v\y1[fM,?hUq vX(>ʺ4k)!zߞ{L+zQٟ@"o* QbrppGÌ9_ L9 ?5 ژmkn;ets:tC }>%b=SjvLt"35g=jnAO8&>MwTmeȮbhF-O" '9"TV(vR0e=IkjQs57ǎnFV<8~i-BXEpAn3OPSK{ Y &_߿$l ꤢ%SeW^jPs{Iͤ`ӥ04&@\!0^ۈװTdet ^BUv5](bpjA 00yV$ (Uاgן]Imvt+jy$RJN֚+ (`bPDΞ*\b4M%kVP:^ 9cM Ȍwap.#'mfdAc3%|^Dk[Z9wHś[1թ% l)ybn7k%gR^5Bp٢7ndv 'tɪUko"ƴWv$tHV:&ؙ $\] Zs~V'K:4\zՑ?@1s#3fMŰǴ5`k^ugGg-:b&湓&ሯ;Ҳ.(oQ[ `& hN`vQJ9{BlJNfut'"rgZڣ`cJ'$Fe83N֕`HMe,±#&~1Gw]YUb,Q%}B<;?qLJ쥘{f\-q%a0 P(F %DsFW1*B͍t6}A. ci=Ȋ/ Xx`yM0&H}ߞl~u3{]z\?_a8pCgu6E_ZSCU\)ۦ3"%#2 0$, .L??d;R@i78I(A> 9"92Qoavg{A1v“m]8 = ֡PG՘n,&2aPtb ᦾMZ5WJ&E9yYbVx2Xp˾#CvGٽ䆒HYk)c.9p>_])!Hy j|^=x#EϽcIN.ّz[ ?KosAκuл;%_g_5J*7%b2\Bɞffo6z̾@]Ah雚qr~wVmJES,u̎ di U5٘"v(;{htjZi {9ClFbO'_ <%sb>>!m1KieX+YU焄dq5_Sփq2 w !f` tU l߭Tc.7xUyVcx8E)8[`0 P>pMYfeR?k fĵ3 XO1 3SϟܽG"~Ĭڴ#DUTwG9Cٽ]=sp9t༻Q(SZ/oz9FY*gL '[@?|Ɨ, 'zJHAB}ظ=Ln5NO(c1֘Y ,IڲAug%f~t E5Uj7䟺H߂\zq"Ao9YiJH;BL*w3pFy-F|Mm9GJjr(v* r N˴r/ɗ&+puA )8ej{*;fM /ڿ(YT51@8k{\yt)Á\z?voVDC^? n7x"Ԋx( ֕,~C KT#TLcuw &4}QFo "gmPb@́Ų J?]^Qd,?*Mdel_,Udz!MZ!wXgbi:MNEjzEZH}U5'5eڎxvq͊&1#_77n&=cum(#֯Gw =lu0M=ݻ޹!^TՓ7ڊjҩ̠"|] ? k рԠ}5"˪/kbc}x\UmSqӜAe'x,N貟' .ˀWkV7v;g?̀ pT S!'["bEEؿԜ6 /;Is -9歍͵=Ѩj((W5v-lM/P>XPk9|WhNgWUa?Bl1hɋv܉d@>!]էD6[YN#̆)qh36z ! oE- CVf @GΨ*DIXtr5WL& 0RnM fj#[<4t4>tqHAv\g[zgu{jo",Z,;/O<&%ʬsFs^)tǔ3cV OR|T ]pF FF~AQxȪg`͛R 4=i2rJu{ y)FEop0w< UoOmyEI*;WH3^aS&w:!af s g?][9L*Rz>u㌏3b"ՙ&лe L 58]ay ?t6`k4zIb;=ȰcJ{ ]5+sYƸq_&XIV}B]ħ CQ) B{¦k_];tҐeYrE& ڮo<jZ Jޜ̛*P .0|"\ 9\ʝwAn*eÿ03!B(v :bfB(Q{\W%g2N(mJig= xۼڥ,_vG(~4{|8lPMm,,`h 3e~dl<&"՗H2EC&"q*yso*B7:#!&ޙj2TYߔQ!\d2UU{)3 c V@qՋXfֻ8oA(FRNp7VÃ'%f\Cv cΪ,]2"޺X*PqCѡ F_(.ǔ@4=[f|MKzҩ6z QU̥ jM8~R/8Ե%,.wOgDc$ߒս p@/o4=)/.\MnD~Gr|kf[+Dz$5($H0ގSbY s),$">рIєW9*v_QG>JĈ hh&Mfq90_U.!q<Ȳ8d1;P&=rW#~? ;{g+ИZgEhI35n'&Wr,.&_n3㷏AR-*(4֨z|6V\`vTVK}aAt%:~)07 6(0S͞.ֲʟ9bbz(na+<a}1zۄ0'SV)b/?.8F[!zarm~<,rW]!01ˠ;䩈W 4L` di83ŀDyujӊZH]߲6Lfh1ɝ&iŚe_%b!t)MX&+k1"%`IhM󠃄_|%~+,<0 5l n30@+5x`YV=(? yH,+Rr~( {?Z8ыkZYhL)Sˋ"Ǿv^ ٥%ψ~X/8ڭ+y=b[*g&t[絸CJ ;"lp0Vr]"@/ }MVU;~x@&ɾb4 RF㦈O&n@s϶*Qu-qn:`lHiη9w[HQVaOیdGgKNi`ȃ7Cm=(/z*<093$4[C=0&7@iq1$u[zsO! }6.QsQ{(;wk!Jo-ZϰjY3tK'-[օX}XG4`|H@}%~a%{G+gyo_ia=P]榟=aRqJr)=@@<5f_H ȷ}84[cex>kfQ$dߤix:^&۟P$!p&8=LsM#/"S$/Ʈ!At{? <37}SG +7]ЂgbH?Ra% xWjNBh )+|Z[r7qDU]RYwOh D-dL|+N<QDܼ$qcB*,|2O PN?7k;"#P$j8W 2&,tmDi+oy8nNlPyhPˋ֧~3QYZ g57r_I)8 F"Dg5>k+k"of78ztYMp1U~1EXjϲTZeftZ{i[VI"<Z5TD䣠=u6~#S[#ztpal״п$,ؼATDZz6w7+rWݟh蒊JMwyc0]XL& e#}K{[ ⥺,67G]UQGCtoL8B穸W"4 ~ Mox^hxn x±;vqzGٶz:fcB!s!6q\- ( |PgTHCm>rshH^ /bI iKYuI_kЍF:).(MѤ1#^P:8|I橀guVJ-^$4V%'.# `՛{4Jή0(q^M`Ah:/nv"Y6A1;;;GUDM!Ý H{`U9@&J}:Ԇ}'8Y| ֬Cl" @) S \4SwbLp<Va[k!0:rLS`oK oi\MF`3*1-{{ϔ/ʩ^ v='I”aK/Å<f:<+LYc\ڡ2P?1כR7C )D2T| t_34tCivt!NCWy< b;w06gHUi@| K\yG&bMHQ?2/lś!${2$oJіe0Z> ;xsD= QMnjEJOܳ'Ɛgg=n/$5fY܁ 8@.\e͘?D_IJ< ^FgcAj0̸_{i@$P쓁L⺪uWWsF\ô){LbX)ū[7`ZtUT99, }']]4~ 6g&Oa2ZeWǀGE,(;Jq{Jh%:r|9qM&;jnNBLx4@[T a׮Ør)3wfT2x %ɿH@o UjvHNCC؇ w δ 9=}nN)֋_5ZuߗFOѨLp%{P#` AYO/fE_Ƭݡ*W_)ULd1 쫬[`ztj||V=DE]gT|l rcw[{o3m(Q/>̳ iUdeJ?EP׿Y3}jx0\* 1u2& uo=W؏LWZ _(syȠ+.< KEz'Ot g~/\MZpaS zn_:A3qi<&{,YI}dU MkY2־̩MP-ʹ@eKMHZ |.ܛq~X2]1Wo,.efdU4 ,{P`1[=[>rDv: [)m)aw3cf$Ͱۉ[MR$j ߲}1]=zCfw6 U̷vm_[Qٕ:9P o^ h,(p0PY;U4n%jo^[^]B0͖s naҳ1׍=̙Z|W1@oi-іg*!eYzp:u9C?%ݜqEOܹF_P".ein:lblgk(lVNjQkǞk8?p y:hrz MmҌ'%- q/>;Kb 9D]7JAdQbɝF;ʑuUĦuh4=eET?|x95k¹Zc pw)r:Jl3_|^L7v^ˏ-:PuV%N}_Z ?YN!0δK)7F`m*rV= # /hdV7( %}jzHz\%Jf.m=ꁟH_l :ݖ%P `gO~lM"/qv\ b8=0>6":v+DH\o+Z}ڿ̸kEfXwȇDŽ+?b6Q'w@<^>y֤aQT#K%b^U<;Uz h> h;Fsզ2KQV;(ESSi]ߓfʫ/yS6O\Tʻ᫦moA.No!![@]]KLϮoL$ zli$q+EYE_?xxێ /x6~ޓ0Ȗag5cs5b}^,H}2l Ip,wGE-t ; $2GT Q@o ?m j6S=S5=N6CJ`4ϔu$xtь:y4/~5!~ M$2fӸuhJtrAT XS["i2 Zn^x7j%m$CU#ȯh@SMPѰܛ/a FKLblĴvP0>.U$m|A`;(Kq%/08xR:\[u])vzIq yAypYx`}׽&纬Q|})j/js $[h@-A ELn[y5-c1HqCzh.~YrjH}o_=dο]*39U^b;ǖ{F,vK<{kKxg iOj))'GOԉ~-o/xl5EGdE5?-r)7ʄJp{1$WU7{DZb:io`1 yy4^^m\%9H6>.(1FcYW;; |PGUݜ l;2POo; H]q:C^S;C6iѷ>ou :4yRc>)eFw6UO3-Gud#=_XL%w q|xQFUIm ER#z6D ڣ.AM G$Z"Ph k:acJXGb-YD҅yЖ,r7ąBą͎wىhI(lC[l%8@dY] }?D6QCZLi]ոOʾϚ 7 c̪!,Z:&BVtٷ)Q wҷk9.X*+BXPR7I]a Ne⛀n5?(K}4ɼw1ASUxҙ\} |$4}<0n0:R0u P0L H~Ȃץs&5BحXhKu Ȧ=zD-‹#Ҭ.F" pHK?KSH ?xam}Zc:bń}CqfN}GNG "$_'FѺ>չU:bef< -)&hE&_VY9z|ֺu$}#¢u*>.Y)ԃswkZm[1eR?X@6neuǝ1rY |y@}3+? ~")Ņ{udg~A 3 FJ& ، g]xs:[#:!A4h0@#í8K J^C1_\y缐k5 MT%{~7 ?*׫VXZ}n ,˃,6tm*:*3F6 jse]#hœvP_)n#JEGgC=y)}WeFFY+. Aѝ{BbuZ4zm?RWܗ,-c2UF]{9D!}ɑ}w|SYc#à vuH5&eG}#D~ m`ìЗMv6|`1 ?&u͂П .ꘖ9"9yE5w̃W+sY7+,|Ϳ;qYЃHZw{DWeSoeA9O)LinY3 22V$BiStq]NLbȺMuW-3C!f ȟSa=M=Ӣ{D9ݟ9*` j˺E^j߇͛*m7 m]Yiv r.V(CTvl^@icq1ߺNdLY؋Cˬ~4Bfϧ$6; iyn4pgiZtgўcb8#l#6}E1iIQ:֍$(IC!DǤ?Iqj p#xd5-X*3pC%~3y=3W$Xw8?3r.㙙;`o ^. An w$hn/l~ߟy~U9@MgP[)&{KN9g B\nrik^SX+"pZťkݠTOG~\WșY "JUZނTQ7$42W*蝲:+m`d*zl#oi]JJO^ӉcF#+O&Ѫœvp}eH{*F~gkd8i0"ud*9UZXt.BLR<_ogb{kKkm,]kz  W*7!0G kI4(S[/DE<@ rc&%fgxfd5 U`D|A'/èYxuJ8iW)0:1Ƒ~>]MQ0Q5c%69f3H$R=eaZ'6Q~ Qxpf.p7.2=%&%B`sXX9VO}X!iK= X,g !?<`gd54ExÄD7=| /sx%) Mշ{>R[[zm鞌r>s@' ֙%M@+U-vwms酽_?vP#r!< 3ܜZy%s{Ge$`?%ӱ0iJd4RұY܉Y>?qEzޗFԯt0xezϗ@knXo5+"/J' xzrjA_&e#m6|0-u { *VXQm(EgnK[9nڸ~ciA)԰]A-ې穒Ѝjק8n擦_oCh'5X1D&4Ht|%bѢ#bWdN<9au_mxr!+]BHUF2ZbKq$Rz~3lp`%L1.,TP{qmBb?ݰ֩y(&hl G2wC~"{Y<:NcPؠ]!|@K&hw>>d#W7 +IsXPL}o(k>t\z᠚YC'Lc~KϽݯf~ n7VFP;c},2WFO]9Z?VU,%g Ո*6rk9xêMd̩ r`*mS|&c&6I5ٚC(xYX E ~i_5# aG-A3{5e\gaķ B/ oZ {uyF88dq/ [R<&79]ݘ #o86m@,:+@rxߊif1\ l4a<;LVxtYk|!8%'QgЧ{3Љmp6,PN}; LKDk7cRBM@S t,,ߺdzT:annsn(D#Jeo@n*yҽMװ5KA>MPj/F#ίTYLj e-|$#hbC綝W泌[5s捚~Z-'.m8e-_^K,EaW)hڏM4C $A~)Q!pXOHrq  dzSaC䵇6c(xMYD _{1oyTN͉{gRqu~(OWsZ [nw{'HF2{y뾘jMdINΛ*5vn h1օèmOs0> sA1MM]sNʼ?-BqNF;+ l\ta "[~fRBѶ֥b泎gBRcWWPNe{fwl١6쭘.`a=I7PVo2bK[ހ/ea'}κ;,;%^熢forPz!ֶ;J֍'QFg qp ]4.DZ~W8e+ p,Q87BKF 7A`RuNc)nh2qqyO}dsk6Û6R6ܤpN axbaIW~PJ]WIdDmf  |"D>_Q^x%-u`=黤:lCL+~4F`瀞d w">˺+KG0QуQXe`\)j{}+$j[aUUWED`|{d" GJYPQ%ZZkpI5Za2A %MMo{HHVC"ڨg%imuv@WJ+ٸ:zCr*5MB34;}k-wAU/ovjc΂3w+-8u5n YJΓ#AObɥ/h4ꡂ2OSs)_*i۱n$Un?Eo"S}٦$Y uPˡs'ڡ gK5`j6#4vzꥌx wpPVL#=p{ax)+\j*A_$6Ͻ]L@"pwP6C*T\FhIil_VjԴ_򝿫2x.W7:;A:#rtO +@t dpS{ßSky@Oo"X祟M넩S28=zyt|HxfϛxmGO^ LrC'W.YWNŬ*`Xͽ?ՀX5=8CAI6bN$|NyRX"`9G-x`~64>){ܜ-71YQ"i%wk*IG#Slĝ>%iڌ䇫("sWUw {Jq64%ݮO/Ml ݨ(Pzy-K|zE&VcMDόg Z{9y-lzwT0#@9Jr*r1Цc}VٰJa,"x0Y2;3/kSJ$_Űa!"M񹜎Ϫ͏^Dh mW$pHaMZ5AUI~U9 )%' 6kj6kOYŬPUUaca`E2_Iaؾ@#)~U&P?{xv^5$ 3ڋBN~zkd@iuf$(g+[_[q-@O $h\GUz+cAOʞ{8Y2"|Ќ y %:;I(UJ՚T2FusEki;wLS\0tg~[tE!}nzmzu"tl?:Ȑ3o0&%lE<:4D;YǾ7Af^%C:uz8hR侂Hl{zGOK~oFU6 ݏ ޔ#N+mc:mm)y|8~uDً*_^bB^]!4ݱCbIڿ;&yt۬.{mh?-hvQmbKtwYxTʜdPGU@s|?}Ի;D_wb)r# ߧBNbUY%qLXZ) =gu9{dKthWl)y=M2Y,̵ χs(%]@tb#l.X,73xӍC{ٹBD B@X !ؘx7)Ĝc@y eؔ\*QM56qDP a(@&d9̂6h }UްSG{m\A W%539HԺ :$AψgJfGVa4Ҁ6N9`} W!ud7솆ߧI5Gff:,Kav%lR7m|<{F0 aX5&ևe AЇ uk ȍ,$Y/*TG(}{ai/[.4KښC¸GӤUR(}ϒ{yв7n="_ Os= B~^N:_$6xc}s&<| sb@krHmѨZtT {W,ST; IgW 55-I/;}7Q 蝬Ȃ^ΰkmKɁ8=L'B6 բ3|<,A^|7:iѵoE^GGjK!wn$5N]pE$(n|V/Z b#V'JRgdP!òEʓgE=77N;~;(Ƶs@ k>z{'\W88ٙlÝ5DwG'fE ~'~x" <7]\] >\/0 đ50iGb\h_b;%;ijs S >&ZSN Jn[t|cU,/*pGӺtMSo&!xtه.d*瀪Sk+]qF棝 $ 3=bؙ&) ݸFרT܉_Sw;7h ˴.'&1kD[JF(qeچ䜹U }L‡miκϴn⊿*D=*OL;p1߀C Ἇ(gy<&Zk5!!{\ 9}G-^gx4`5|$+;gXG[Ec/1&Aj툷`& Mڔvf[YWEqc ȣGM`Wgr%}/g/7;o{WZ3k3Sd "sl#u0Msk7$y{;Cjtm QPZ*naDGqpvYV8/tA]SaƦݭR%s\~koyĢYWOˈH3h["kjL#CX]>=Cn47ZqUk %%׃Mt$'&/FKWaw b |ewE|f}@ԯ%Ĥq ܇W܋[b@i{dwHm3dm&s@CqՉ[ێ'C\('Hȩَr$H;~G<c徧HlE&௕T}N ۆ粉 6mnznr.0z j]򬒾EQu Fpw,}ŝ piq*q__) an bFl}*p-AF:-|7Z/`FWL -6㭷@Oֿf<.!ӥ2;f>Q;BC5bD;<\:$ҁt[ G}zTju1j`BHV9tJB#c}vgi:,Mr"$QgHy>vq}[f [BA!sTrڦD9Hcvagw%L~biG?p!3S+2CF]:lȲ)^L㨻̓`R3L<ڃCgьVS}G9i˦x^En&U-9%mvC:6qdQ_nmmflM*km^* sͮDzp;q)ж#9RTwI]Y-"#_>L*dm~?ho+T#|'5EO6tVsNS ;qGb$g l)~OSHzOn6;{RDEB:<96wa4&RLG [ÃU,g2LP~+}.F漥1`!˳R"c11dMiz7]efLyrH9ᣗJLV@d|iY{5+B-9heRgW~UGZ 2P䕍+r92 n,b_cmnۗt3J3v>זcQ!.vC?]_FssVԠeZQ<Ov8|2Z;ްn[F0i2=w(Oqٓ.ELOgl\+ 6:ЊDfupp(<"owTb&6F Ł=4a؃CY{լ'n|^טv&.zNda2՞'bvƗ~L)jr~B,~g]"&~MxL\gb38y "ѧfҔOMCߴ/D wv}6‰( )˚i+3R /_55vFozӒNQH1U5WdoN ىzsz)Կ5F-, N tV+ޘMlǫO(ލ2©l$nh.,jc~Z3øլTt ,0R8I!󽚡rzf/'*ͧt+e>N  cn硉f'3GKA4CJڡɓ8IF\Xey~tc \ʟXԵՂحyЧ^9ofςZ =ͤ0]끊NJCiS^cs^8'dDĦ8'k b0L`EAW*d_ѡy3QF `J JqVqYj <5x`DbCяO?Nkn0v*dfjD/}V+ڙ=]S>bCA* ʝbCLy=V ]8g(ypͅ]H3zÞ  '墩{7{M֟FI_(̛rfS< 1ViK.RI^rKod[.=# >ٛC%g1(MQ`ӶDt0Ir'e՛haE;sw֤3U-Vn5!+g+]^ sрTEՔg0k:x[GfgQ[OS댁W,:>LEScj^ՋI`BE),`|rFL_}meszI:񽒪ھ]uB~E8/yk>YԄy!]\5bnA,5`3Ep=k@1XAbhF mZ&`~d?LnDJޛ 53Ьicv`٣RvQя!N|>fn%׍LsP- afa`Z,~.qFWjG-I2g18Pz*hMc2aou!Lw&-:ydI`/֓jIOrS<,S4b"? Ңq?+y{$Gp^I^inz)LMLc<^>x,}MQFf7ǯDz~1T&0v֟lrnza:j|8$]|Si 8gdޯzipUܠE hUjn_v`k#;X i9Dۭ@RnpDW &0nT*\æ_D\ F|%FP`';bۯ$]S?k @ ,Mk{!Oː_A׺V\ρ_Ǧu-i]dC!' ݋*a%2=zB'-Tj*39144?tp8邖.#^FMm쫵Z 61.a*c}BW[oܷu *R7 2D"Pe",l$QsrҞ!19D0 g8.NGhqHj *rVc}iolAq\Qc5(мɮbE<ـUypb)G.OL$zsFaՠ*e Xe. 6(YF!qGA&1)KiŎ+RXʔfK?L1ncĭpR+eY_=e[dռch d/ֿGKU>HDd并'5Gk I?Ġnm!wNj*L\(T ~hY bFA^YKToET>7KvGrtowl+[!uy^<mҊK %ߎE.Up4 1cD3] TsoYDVbM'|GĻO1{6VXu u1Rꗈ!Jo0F K~w(M_)A=YbGE̮Cքs /4iwnOjQpEϋ}W.qa#w}ÎּXA0{<=? evDV< PKI Tg.__)IԡiFL J 8euC9 C̭DqP#4Jo~f-@Ӽg8YGU {!8{ߐE~%r;1z%ys͙T/;"id֞Ckf~˫Cm  ?A<0`ZQpK˓,G'Xx׸IDE&ڜ@C|iA[eBtȥߧZ$jL)@rZ}+(7\9Nwd_2Qv-<+8ZdB#fc ڼ ^ %zZ"ѻȝMگGӳіw 9}JYdbZe͆Jԫ)mdw?q<}yAObw vƻf(G )ho,oϭ5mjE'JQ|9bm  I:9.FȲ˕WV\MJY&3[CL}\hUuݞLdguunG퓷x{5W@t ٞ3r9rHSg, ܥ\g[J)c~Q@J2L0S_AiȠ/.f<|˓s"ŠE&sm]AմQOKYyKWg`Rp 2z'DstS6Xoa 2Hgƴn[FohjIiHlBa0@NN*hWSiH Zin3lWQ##UЮ3d(e%=WuEÝ< {\8kpsu'@^Za9FWw7(V*ƅU2,%+mb.P&osSw۲b7c"WzzXj'ˤtwv{tZaڠ6R+6[hȗإҼHIu0(p #oq}qBسLu2( $hd#MtRx]fiO%l8ԓ}B.^gfɪES4%7V 𕉾pBHh!3[&yoGe&x[r4Lӄ5_\ΰ+LXVµ&X0S|hcVa@{  CUGDh8dmq}~W|y|\/ Qܴ.kM6t{79x#פufg?5XD2Pó;At=dX֟ ' T/G1wh1wk ֢\3y J<6B8E)Z 9'~Q0p">j~!uC)k0h ~zDd?7տJ6WV/mPFY2h &/7w'k% 6:@#K*P9HPy$QJc:J p$v; 2r']MjނgˌX*p5xg.?8٠Y \#ݎ'-܎]h+{Ki*>x #}tLDŽ8z_1D´&Yo!|cVFvH)Z >.U vx㩨I^ >2HYa#v[cmT Ddq4 \T>#EK(/:dAtqS~ ;xi[%w~}q{.Ͻ^2B}bit3G|*9(9@ڛ_s6a/!*~o^0th8z t Rcf^,ʁQ0E"H|?V3LEv=1!jY74iZ%o@EP¯1elK" KN!Ĕ:3er$)OgӅN FI(ґtը!P l2 n}"[wnWSiVՎ-@0}Coo 'uTl"M1[MFgRHnpm J2lDҙL ЏY[]"P]]h϶Ev7(ÎѺ@Umv~'.jmpQ:&hӤ <4VfEț>MOth%DY1 vw@r*l.ɾU.=gQ+ lTFwu.j'$a,Ź"eŨ>D #|X?BlSšyFG2n 1)KΚ: 1#Xk]B'WZ`D. KC(ĸF:8NAuEgϐF]B旐vo؅e4 ZpYz/G9;<3zȜu{"Bk*+`SlSpaO^YޑKY9ZY,ߝ4,.-%ڭ62ڔRym*\K"Nq].7/Xg]fq p\qg>SNñ/Ot1-N 1no\|A7?Ǔ+uo!f{~D X|…a)K ]jV,^AJm؃BǤXSҩh.*i܍WF\ૹ/5CqN Ǎ\%nX4HԷȮ$H2as!iotH#6roNy$JE(L StAjDP;+L,'-Z+Vy%EF,A<,aU~3@X#gd%Mofqq_Wփ2cnûwk'VB޿$VqSԁ979Ona7tDG}rzsޥraNhQԜD*Vi%#e>t1hgGǶ:,Rf>Y//{6<Ѯ]k|K>}E~CF,W,(p ӂέ:W>s]c H C_o`MhOl}r,M &lQ Ż#m( {v4g"[AɋI/Y\0c2(bH-ɓBխbz *0µ2_ׁ@&K*:򮶲4m-װWљҽ n!#~G"c2G;_UrNPuk:Ւ8z]⧩J NPnkbZԹdu9sHdHc{ NJ ޿T2JȧZͺ %u/r-y1=PV|xkps\aMMr?|ҏcRMč+sgK5D E`LaGeuFYel*s^GMt:z=dE6 E0bb5b\4 td`t8 rV6>gZV H8Dř/@j%psLV43Ug ɼf{&j0oZr0h iulEy+ϗԏ!MmlILY#(U jp;Kn$ mbr%(.sT# ;E`F_l =6N|MsYWV|3u2b{:81yY@tԹ:i .} פ搎/v=p䴠Ş%iB"Xn! t֋it)l]sLmS0߾ ,E!|7go\ 7uJ: ,n7*R2/􎭌"i# spsƷo *Ȗฬ ]f^rDE(h~7{O^PVV1UW}\Z 7f5"* 䴝)dtҿHr{p9 (q'@7txe&3q _c!NW<_{z+gܑ Yq,XH0ZӼKZd4jճpW'Ͼ[k^.h&]!~JP;y>rU}(` IȸMWW9,P ?`ʧ75׉UeJBeo&̱썿psb6`Z-0bڪ$k唓͂U /eʒ TXuTPnxu2=2+{ hpI5xPfQ!Uܛdnf :?' J '!Kԧ]E0j#}z]`aߟ4U-q`c=oxHewW =sRj,` |).LӗU$)_3n8 =ż\ѿePO67.g~:V{Ѽ{ۄtw٤X?.POqp_}xP+~Bg J-]#CEJ.#ldW!&72?7L]F즑ώҠW)>oߓ,qvʫww49TS[IoIuN^(QI leəwp_]S*{Sr~JXFXqn횧Nx" ׭zXaqn=ؔxuR{F46c2繛՗7P osC@0) C֍3e5$ih2{ o]wz4shYZhE_?䋤p~PV lթ=O@#wr[-}kymg? ~y !=ˈw7R- h#u>S e)< Ϥy~8@ДCfqIN=:zܴce/"D>tK$ Yar%Fd)u=ŕ^M=+^;w<ԺY9ePve *PΗO5G<$GM.8E$dZG"ƵU$NBд|j9Z[B %}xD8df *\ ع+)V7X~A0aoABa1 _})Ê/׌5=bP+*Z3#Es18l\/uU<[O]SN1:F/ ԃ^=?ug١lEMZ׍{MpPph(2|~c mH7q_O8=>Y鼉Pp IԻU`V /oE'xPÜiQ/C}C )q4v0gCbI?4s`}%*| l* ֛>Ἒ} 4u|ƵֻuՅy}q(z*yLXkJ(lW,zKVg4dɄym 8ii0*q4e2`I6Nq䖧6 .!#hiLgP 5Q!Qր2v: 3`~8My6m^'(8ko&џ]Jd%Q~(lj7^(}z z8SW<%7̂}TYtN9mѺ$bMWZ]D]rYCeVdfH5,{-N/qv5 95ժ|75eQG::6EZ8uN`b灔gx+wy:vࡢhqԋ Ȯƒ.e);vo^i+YxڍqY˴ϝ`MT' Mc':d|}c:FIT|_Dzj 9 3N`OWd^M' ? gNHD>#@I]ujS0AD_(i|1/ =;h<_њ/|re/(.+tG-\pZ#,h <}^bzd+=߉s׍/5.ldm)2"_t^_F ! {B1OkG~9S/N }kUOe+yp!.WFe$,{#ɊMb2!E-13^\2P'{m+An~A~晙h4Q%1 :)3]E؛aLGIĩTͪ?sFCgHvH5cբK7ڂe[1dS $T&%2V? +P#Mw U;Uy ގC/5bpͳq3 cA됄#h A*b<1Ӈ|nF f 3sr>ˠ)Vx4ͶໞNM&nHL_Z,g!h>sT[ ǭXo{OLo^'AlUp%btm&2؅#hC:~m\gjt AgI|vL!sDJ DВb-$eװůzc.RvpݶJ Qm-Y2(dBf.7qenp+ < x4͞V+/Rs'.K5i) >cKMG9wd2]-˚7|om(AEqb` r ùhUytHZdU2pnZ|^RDFO+9)jiy(ؽ}`G[OLn^Lz744y-s{8 Z"azjjqR?V%;Wd/wpެ$?PUyOj~$OTtg@%Rg&JѲ,O)܆,Z j`9 ƨT1TZm ɳD2JUH eT{KJS3!}u"sBˏ2}V'^k[L^NdTnz?& L`Mdј/Zaj2;fDTRjfH=2z> mñrAP2Q L>]LD::"W-PnA`;a8]pJ7vDU2>*`dU*)0O _l9DVʶbad]0kV (E6ӧ30A6mL@ gHBPdܿTbm.ioRX vtUDȐjlv߮XlKJC 27n(TfϸlQW>.CAWVZ^#-s3ћk]꾔|Qۿ,jG+ڎK} $> ]yAAaU2vroP!W0QdPcof3`jN+ # `u,0*h=v(lsLpkR~2DCWWu5Lmo:֌χަn.ɂ40N3Pj ܒk@JGӣn֔ckq aAR" Plz:A]bQB1ݷH Y7KAN'yjM% 3ˋqğM\F?_r˭ZTAi?8kێ;&6~Y[5h;1ίNG*<VZ~T^Ի:mP)y%Y0'H[(')%vK[U'vӗe``Unۿ`{\ApV3*nfV[̠$}i_U3&t*u1r_Z҄< yB1SUq WFK?=ACR-nAX#;q-V~J7W .dn95Ř^h,判b q$Kmd$"zDjK_2SVF6L!k쭊hSn. jD)9Dhe[Nfvw样} TxPÁscF LkEOGLu 𯋊ۅ0 yN4g2Q wh@DVb,qX+Wuw[EifFDl0"s# 딌}u 1zKd }7ch J wDloWX7h*V=c_WU:Wt3z6 Nz:E84jZFf(z^QmuNB2G+` ]3za:8 )]_6^bO?/g$xG&(Q UɻE "E{u@ ?'$WpY%pYC G$[k[! 6 i(CKEBDCAd[ Pv|ѽnroZ XX2ICJT H-xg%ai߼uD][--1:,*}C؄ L‡m]t6sVn]`yy6a|F7@$נ^y"Ī(uZ{l 9>uhq]t$&V JG'bl ;.@$ek$ECFULFxmĹ}`?E D^#LIH=*"4D)FW˦npARlGb~bJ㙠cߥ4R߱fsgd O23l|/5#{"rg#nxW#~[IUN%VR y+Kv%o*dat"˵zmN:˭,7VK8b2[ݙĵEpˉ?c^rK`~ Rɷeډ׹ِZ̕j9S;!d}0l.hŗuMCPE0`VIzff=ڠ B=!~}钔&մqk*<>Gc]+8ג"!RGe~2XZ苄4/8g?eEg`;kkr@*.Njߕ/WgnSv;g#ڏ@ҔNI/sքbd5qlm[Kr|wĚK:59XM=dm2]b/._+~\u^SL$*.7OLu[e}% iU6eC-)]5ժ Q`h4+-q2yh`zq-rٽ48CIUDe]K< N񶜧s+;8d:1&aȘหI;ǑȮr5ؗyBVSK܂pIa-&W@Ss5r}}X!e3i2 2@Sh r[SN=L]zA>&aAfh`SͦN*j 1CIaxj-U: IW^P12p]|E.߼7yyؼZ`/OUDB]~vxU'߬ {SZ~԰Fj>*+ᄇ` !Db@@8uy`MeSh|yxrO]+.i#Ꝗ#3&H\ ?+Ng_j#.Fds QmIS+[ol4kNs m6l0S8"@n7C,փpACa1OO.<([u k/!5nPԧ8;xbckB:?kxa;e J:D8Xa?z9zAM_yv<`sm:'7?J 0Y#/;=[O ^7P4 F:UD3#FP{zMle0稒SR3Src]&0)T$ Fv]S-n3**p5Bo^CwY bpqr!s*3_;lndV@!d1P͚'/vǿ #nwJtJ^%aZw=Jk1](SZ)X BTm])*5 ^Î5NoA?62;W% HV` q-]xā<ՍH? O*0){r(]DL5ul `-бq@d^fb*A[H?ه8fw3OLy ،\8!/lomJb~peݓKsHVE k/erxhCˁOFDWzzel8m`g2Fwm.QUK AΉmcG*.W%#R\@)cLfچȿË {x^ҤfHB37aD^̫_ ^:ճZ4wL}67#f{Ce8A+lJ`.c4EbLfgϳwA^pvE0bDU(o[^ƌS:]π\gvHLY3E/N-:>"q=.ڥ|w)La7 ޓ)4U0AG٘AB8hbT8. l 9mVgnp-c7]9 8jBϐm7QOKm3$ JRto_sFB `PwZ!$b|<ACG.ngHP^9m4rZJ۸q`$xdwE}jow9r}!& )Sea@Xkg ; ;brPʆgc|{n1gU-غ!I%i|hp@4[)^DZf)f^(ow),x9*Z? G!_*%P%"z!u.!ߘZ;J  'ɇk~g(Gힺ90eKG)Kr:1A{>=.~\2z`}{& ]qL6} g)/Z.k/!*ٽNf؂5B,F7[#V WSPYw+H*3&ʼ)q :j̟Lǂ[ Մ-(؏hjSf ߆攍ekT먱^NNl}cgk7CX7D{c"l*l;V_amzaEOJ^2pXլUߡ}'ub=v& "%%U:xn rx7ȇivkF|Ly<Љ#[;pӢ 0\j%̄Y?Eu2#v"Uv6(fӒ⻠^r?/`joQXZ`9A?[~݇t:(eH ' l>2a- Kl#{Șh_ZĒn.aɝrkx/!OݘLmi6aADlt|WF'e*}/KEZ ?/cW`"z usL|r{"%惕.9n{@I"]G+A@>z}6BhLuiIgPo-ܘ?)ްW;=HՈ[0Rܿh <]XΣŘAe@E!DXDߟ~]> /37+RxDՙ8y̾:oW_30صlwPpM*8 ,1CKwPݻ2JP*O'qȞf;zƊ_643Nہ;v%AX8b=5UN1"`.FL*~̙iL,b +m" yvuh$XBıGKa656Aղ+FI33j>{S*k-*M5r BKf 2rD1}h5.^MX%$ qQk)$rY-#.jF:y~Lh4LFWтs_4BujxX'r[o.+EUgRKF r0hM6VcHl^h_xؼ`t~&zPAhI_GkER;8_[dZt|ؿhy^Y/Rjej6qzǮ{CwXO`4_Pi-D}Cu;>::)$ :{,;^qp~I=&*b_)TŘ.8Gκ$1:De(1bw x;Q Br*uz rmQwq3Vq(|x澒v1* kDSYѥ5rqU| \զ pP00cq|4^gn*"\Mɝj# '[8&(> deg$4dö:O_^:߫ L8ME ̣p@8Pδ4 ?At&Sr^HqT=ijKPXH)GR"hˬ9e((Źռ%}>māDqk(ZQI}TK%"mI7:eb96+l’ΠΖsۛ*8oV}uh֢MvwWQ\ajN ƙwg2w]eyqVv p,vܺDt(>F3׺ *->le]kV ,)I4 J< Oߕ|= i1JJ:*b4C #3]'ſȦ--7A6K\#hRGeq/d |7Ud6wSIC_SfEx|_^j?F{[ۏ "^,LB6>fܑE},QoӤq+=31+Ri,WV 2V+5Z,cY&VS5@l:(}ߌdTȊ xZF\KdG|ߒ";u$YT~k5g3[-Estt!`0n 6nR a+lvx(İ$DZ@vԭ=D'I@U'[ JB)Uz. 2QxK{]^d;s Z}Vk'Oí^8p^QUe)tAC_yf 2I$:o*Vg|jC׫?PO,0w#:V@a#s.pInbzl4\\R?T޿}~sXߟ53`?wC3lVHSK/(Ľ1UםR fgo=ԙ}Cv H i;!o}:01uKBl4p7LI5E|׾ FK@iuuN'W\ߑP-@au>cMɾR )- ]ب/|O+SfY-m:P4I{+XΰkkC0AS`>X/5ByWbݰBmǙ}0>lY(%RИ1-}"j3qWaf3fzNawȣ=JAm$86= /J$%5 n9ۊ wO,v?=\3+'=K%.gVXX~!T/} y(X <.OOMu>}a :+qiyeP͋tT5Nٯ}lyl?ɛazܪD:Q/Rl.?Wν7/B0}9+Gw͇ oZ'KCٴeҙ;hOMoXxe1n.Ԛoڲ -af &舐<RY#`9L hKu2- (X<=m+?ӫ|XxjgЕKơWT-Pڦ|ig]''Hs4TT1Enn?w#\pv-䏷[X ]bAhIen8^VSjDcnGł Uh8F3dKjj*{ĔDP~)_Ӈ>Y3^JlB Ȏ|h"<*#> 6ԫ`1qfcGyd#\ 96R>.ǘ6VT}i:=p:=f~Z+H'N%AJ@ehACNbbJ=[Z)CGtӜ V6t(ҤnZvGXgD BUrO T3ST (I9IB_$(u I9Ҵ \glxj ? mXs8XZD,}mb 4mr4"R$ }hE0ӨA23bx_WjYRk8L$TFaQ tYϱdKbqxѵd3]OIꖥCk~'3=O4~ ahk};,)dl}MwbfnD.86x/nE _F*U"`aufdp4hT-&9yQو6b6(zw$fDb!.{VV): J=q@D NBD OW;! 8 Mܐ&v1si)630bp(w|p詮F곧 1l+/PwnҮEdF:1"hhЗU,{p^RЗj3DΠgXI'i>|1% _ַJS|NUdz%fQ?{M>G|~+[S$Bm̸]ǾWz/򥝬dI֌j=ifÇӅDckьs ʑƸ~3ї\ iF]\b xUGV+ƶ=;1 ao?im pWSqaSU4I YH}?R8ͺj(J1=5ۄ!)NٷOr1>זj3,zuPQIO\t)-kHF|pB/wSVi-i^ t"bfCxW00Q ;m\qӑF)EQGCI U R/::l} z0.miPs4PzzM3M%Em.7୷Z׭+$\/ +TO:!r%E[OH@pR0T ac Y~rx}DB[ۘ?9j4 Hn rO >m I_Ux=q H^T7)JzB Z, ø#_^B؋06OB@8(-P2`[Idm6\01߯f⊙EbOj=>cDhOeX:iKhxU!P zwom章q"Gw?n논Kb]*HqΞ;Hړ͕9[=GDXgz&SNX޻ӥ?C(KiI0WZРqE `.uqy Lqr;" JBXeEaM?&qQW&@+5lA8=F6nE Qw>ɦӡڦ׬0!rnDxjU{&`*Dm=5֍)gkEf[T-Oba@]lEu=4߬Yb$'DH 1 GIP5Q\N]`B>Bhm'žj[fͻ T _^3e8b/WmXX\a5b6ꃮݯJ+ |©.e#D]WoVRk[2S@--* aIᠿjw!QHexSh/hP\e=MqS/*]?̉@bLlT]0|]RhRa9? 7G I-AXrZᕯ%EʾhE۲ objdv!ᥐ6je*Hw hfH ld;ү;^ 1om,RelYCW8rХBs_رK_rb\e@Sy&7 p vo^mW3 nL%ذO4vu(cG^q!Dk )9P z8rZh7(4uc}Xeu3Oܗ:wgGZ_OSLgҝ Z/*.M_`1sL]08Ǧ-(SN(ysS"}7MEME!|>Zܙyr$+4ebj?꜒|w+3ӕ[)y7^S<*yD, xS hpSBzUP F7Okoؔtyɍ"Pj ̇"4fr/|xA,I7_A R!to#ف3#cuVhrɇ$-|l0FfbCh}sAÜ'ˠ_i(MitH]wQ! u̟(W 㰸yLm",˓6.;|G@H5iR$رF"(((B]4S&W'f^$ZdwvmJ?;La@5R/?6kTvae8 R=>l[Q2]1&zXVVm^my:ў2rfv -W[PYX)e8:~\֭?`)H\:;)yW"E1 UZr#j\5Psf9w5z ܨ1\:,aSvy _YaCOS!e]/'ZuS%fJ]u00M }] ZWGm؁ [XZNv.Q( o י!3 G!#Y1 'xn{OSvG\5+阠CԫVm dx 4WtaRDŽ"_UAr0QjQym˓-M\:wD=[i_]DطE왟Tr}dߞw%68Xf. 8C [Ej/#,äkx=!ndniRa[CGSMYl4 mm^!J./v01q3p U9C!r/A!A-ڵĆ?߷ d0M_"4Jw̒êL*+ W.sMK9#4'l-Q&j pjn>AVҏRF`n_\l߾iSZJs;NpezhцD~9yUohv({ !iG(VmxMW[ =bjzE6{v1?YLBcɽrЃgsW .mAfٰ4r0=~ !HQ`(j |}.|jDAaܙ ]{kp#c4InB @ /}E؞KXRye{$!9?. xдb-4>&gĴZ1z´jWh5Z4K+Ͷ:s }}WUD|Cff22Nie9a4Tqq_1ȄA#w`And}ك`k" ifŅp[|^ )tV/cH $9&j( (o)xo 5ꇬiaڂ+Ȉ.Ps?> *n2_:T\)ytT,[BwDDoO8):ZpnI[ JELUc,]mq4ѩ)>bg0?HP|aAeR$x\'N .q/B2"i '`YMr*Bᎍ8Fh,mMA'ApqI㽰8%Kw(hy NGCb,]iޤy1Gށz=ZN)BAQ%l[ r,`M6.P.狇YpB2&+n(E]"(,Qoia ZMԦ_2^юɄt/t8 )6yy*l8$?6ݹGn B7k~\dO{kė UJd6>yY7R1qkfM\CCzuJ9⡉ĩo۳Ήt#ALw0pEEnHna]D"m4)iGdl=V,HkJtg!`dZ;0g4es-PsZw4o2\GQUm]by@C@3ouSe~ -lam?9\mj g`ͽ3Sdɕu2=Z圥YΩ`67j%t秹q6~Q^? }e㐰+< p8 hos\tWa1naa:\eWH9pЌmh6O êrBs]ԙx[;gy4V7PX hʘqMk>.W$6f6ռl7x5!~ik&BKznDE-`.;XqLz.hN'5:bnlx=%>b~9Tډ رbdaw5nS[-&㿿e0zIU6>~p{>FyZWZ&Bcֆ|7$%_/ '2g'| tȗ:jϩ| \C*E7 ov$t3' K}y-\2Foy&' I)6pKrgZl tA|dJV7,*&{s{_TEӑ/Da /W$Js,9 vpM)'ɛIc<.n%:w\,<|) >Ļ;&{>xghHN=J1vCEH9MPaNZ`-fQi24¯Ó x= +.vym0<),`K`jxd8S%#oAO':\,MqNɴ0^|< "9@X/G].֮j{6!s=?;=G+'`+zOWX!4J< TqBk;f 7&rh̳29ވH(ݟΠyi4\rp+XVQfr)#S8.Aw.&)ÚrW6чֿO]'g]E?X߂󃆸.Tn}kFĎkn@V`\9@uGlih9TG(,>R\`I =#>뻼 ~;ٚcۖUq&Is"k5)fÑc~d5$&ƣDLj]!i#;VqQebFpv c$92{6 )Î'tKW駇Y-uP xY3r X~ZGꂹp UZܟ?D Up~U- nJ<'hVen {k]ĉn$#{ B u< VeDg>ÑH带Moh:b1w21yUIxXO.H*9=v$]:ӀhI[5!CmɄ bK{!4{ 0K3֠Ve]maY\BR\& 0x1¨}ˈW U|wp?ס 7-/\FJ(lN\h"q8zp'$:} ̗ $WY0h P}.a8/#*M\V'SA;k:ϑj" ԗIhP\lA6-f!:296eg U\nG,#Ȓ ET E"{uLWI[+ɟtA93W*ݛ+w;׋>/Ⱥ_ظT|:RM5픸{)eXJJuebs,h_ 2{mwd_Z뵚vУ&+'[U+1A]m LR.o : .aZOqIB;5&@q۽qGQ'd|v)f[@)3޽SD4|@!A(;zi+iY*m_?l T`䉁{W@B ϬB|6]mT{4;#<NWV4WøXP|VYDDQpg}Rd{.2YDxPW3~I=(;|fDR`E)QKzj_|\n-Հ;Ml^N$hK]a تJSvR0nSVRA*;J \ly03RVDNݗBMѡ:JlA8y!A|'G N%g& U!s Ni%\< vF`E4wbY}h{O c ZZkؿr3oCH{ik #qNz氩P]ߕ G 1} _9bݗfoFr*)mS|2Oø ,U5O|X`0um< }-GhN8M6bU8B-B@Y&+q|@ܷsE#~.DfeʬVߞ;%E[.0nY}>o=EOLA\ɔ,mxVLN㢮UR2 v}ĠO=g>XdVxG[GԣץyZո;޺Y<łٯFh#?FI%dVJ#d)֞yаjEvthܑ I^>+K!ZZu'TJ@^Doʺkz#j2dVnK=uDԃ/4ƅeJw/ipUeP6WMaԬ$ "Jҹ`15f/%’q:)Q@LⵥrDzcҶM߯Y8Z 1W+=A1 h$O;9A&S8|l!1Ƈ.vʇO^ִHgg{VyYf'S^+ I*NRBIMN<t؛w D}lzZ}f-Dnf0a/1c5?miWHK\dxZMOi?XHrVQn,k/!Ѓ^?Kh*ʫ=ԸSYƑc"3_nA 2 /b^c$&(*'e68 sJš tD,/> HHK?I*l]׳+E6Ɖs˸OңQec1䭧jCe.k$ޕ?{Dש ?}gaSRi]9=h@t&C`v*{hJ`SaZ䨦*h\j5H;+3D ^Z7 9''Lj::,̌d3[czְ>1hzUkU,1)m>ʻ< dBcUBYij0Q?sQdVzȴbO5.HkLz (enxR0iRUhXPLxE }0- ᑺk⇂,fH(UxWNvŔiز/*?YBe8 ]NؒC`S@&6JӋηQ&{T ^8R1A9^3HI* đ]`[wS(fF[9`7Tv Xz׸}6#qg2b !Z65`tD&ܽhtl%m=Hۜ$<'DQil͡Z9S,j{h8,谇7'X<u@\>`<"i\R[`HYF:9 O(K=u@22(O@FK'aM@.?99V, cl)t*Q sl0\vɻ*oojgǑW&ҳ _(h)} 0ʏ?-a%8j*-0N:4ތ;?/jHJߗ'c?5,5'!7*M)lI^ō|dw޼h7|\ Ng `'9TOMul]Ȕv"|2+ NPc&#xls",95͵a0=/~|C[8d"uAHsP6n,B;@7N}/1zՏĸowIIIĢĹ^oæ^OGoɔI"`8'D9(㟑a{n<6ި8KWq9ܺ" k xNEдk,2tu 5X 785'qZZ V+|g9`|G#Y,|BaR0#9M҉i݌$[+Ջtz\Vdz=O:Q;*k+8? A%"(FGR |@'a.^aKAbW]D1Rn7RO1~qżTj"3Z.#:C `: W;N1:aK_rɀ&At+|g+Y-r DY)ؒ:0ٻb窯紺Q&+tu䔃 ]OV/spoVL~ OgjTƯp^{44kgi#R[u_cc\B7HFHhe-!FQH&/ATԻJ|^OT%->){-~SXKdn( K6o6BS ؖYb"rh!cjB5xKgrVR-1W+]|xV]OyNnfi>HշK}lO{SpQA?**]7ݏClKT}WqaES2! sbf%PY@4٦dHtPA;7-UC;`#tq4Z$5} ;"|?d 8N] $ y,rv,ZM9x/G^x h%8Ӭ=0,{byWq2NCv?ew? F/`')@CPDы @Mz"W0| b- Ha(fϰjx1'J̙vFUOA?&|h7NTH|n:|!>)Rcs R# l+Ćn=4aEf1ri59E].ލa$jaK̲Մ!d sF_'Y ,}$O:u}"U >wo^{7@wkݏmKcHfo κ/GK`ŜgXbqׇ0G$Ȧmx)<2(]Ġl@\B7~@ eo<gC>-` {Ư3#;x[id)͘EZYssMŜlS80R| : #XW8)+GƢ/7C;+dq.ldr羹Yi3wKޓ:ϼ8,ymnK='OX^rUl=-S2X؂X&|uxiG͋:DaQ OlK ˾,`}FN7toY)dN!B8Z yUEi)[ #k=6{磘pvA:Ϥq"^O@pTBnoR^؝ oMxᲖGIcwδND \ЪȪ]h*|ԃg*K3%=}~zKȻ f^nK/]QfN DY ڃ;'DRRxԤe20yY2v!`v?n;ѥeI)_:qu3ʁ&&}bW+xvRB#*GWR uSs93]qA.ҩ(y,#(˫1-O|uOpZ @SAm ZhNѶ :pcB'X1VޠO tdiAcE(]f?{ʃ> ӝGA+>V 7~1zoԜǑ 4F2iȤI]l%|TN-BՔ{P#/&CzżKM6$lǹcЄ|:zvwuP(/YSɃXznMn7K dPpGf:HSo;I|,.>>FEcf7Cp$3_":H6ʻU{M0~ڜ{SyiUM_p){N{lMEu[Z*ڏ,ΌRFE0NUxn[Q ie \ R\I:Mh?d A~ 0M暗ukx.)HwU:W9zClzFtyقNXaxLR9jqq/V=J1ngΝ9d9,\P%qV9NBX %첇On~ Ob'XĬl*_.U.(nnҡ h3"tW/w@.3ziuiE>?&lr  |]'e0 Gl(κ7/B)Pc)> X֨8V¹rs7l""ıDkuC{ʗ93YM<䥋e_TLy]"ʌN~5.{ϳdwxYQG1ڳ8YPukq/M>)e!SD4-\2C߰)Ct:R%cxqm- Ŗ"T2zbd"hSogPgrUD]xUM) ~,Bag-Ճp$0-0 x GD 9\Ƈ79NV@75[ם(-hUKnϕ}Ql#eZ5qӞH셠?.)GZτ^"1_Ü!ެaU'Tcs f{dVA,Q!TrYV`hQQ1sH}^r.4LlsUz&6ih_7sa;5ɽjfWqyj[h[Vا|:︯l)z3W T8|sJ3!]B0x%o{LdU8h]]:<0.G0=2[t=XU^N2nեue|}4Q.[ߢyM&GwGS[Ql"_)}[c;]$k/+<TqVcNԪ `<Wok'r3 d`r,(pRSw Me& INoxNrV;c/ BxB_KVA5}$mSW9r- yHG4e8lsE?pRf)kF1ɠ3z nh?q Q$ Ļ n9n:nN,m ,ŵm-Z_E94^_u&l0:"" In2h۠ w)ߞ@;IR4*iO7i?JT>Q  Jm1Ięm9р0VW%w8%0ޮ+yG;~G|mvZ_ >$#N*L5ЩӉW%,qp=AÔ4P%ajݳ0:fc}TWO ɗ@% mre?"<m"-;̸xuh*?Ѵ6Gol N|HiV_`c{2Yv |M< hyi\=ׅ-%Qnr`{S=q5|+{]˔Yu+k>rJ=:UR5iްAmJ>|P-\^G(a [l1RT\ HYA}&XNfF9O!Y%l*ٶU]InE(p`77犙^wU2= Ԃ,Mj^eq토z OMhOL:b#mH"mJ}YSIC9y!Ƙ孥xڛ vf'V) Vp%-hŘ~l&W,F>edu#(BXy,jt9GTeB6,JI @ ?͛X \KVh .n_w f+E%.hWZ&<9>'tS)}Ӡi6 pVy*p^/jtR,L[xG8u|8 @SNsRɾu=;oNHETlpm@i{N/V̋TZ$u7LbG(|.C4Վ/HHW t]g恆@N ouR)bf1WVf#9+~d 4Wyd-xd /&LMv)6:% r[_ ᳾<+0/Ս12FL TAfȻ$Ÿ㾚뚥H5E(ȷ~&'g*_t^c{Ugeihw~( o@AOkbFԏ&7CVuRB( g<ײehÓ."6^J9%+}QT4ھW8[0`wlEIPs"[EN3^U+OsPV]rkp04MXսq|Na; TםZR yO/dv_ ."al{Q-}OJ-IPo Maܵc6O>HfY; :0/n1l+ה]D><8cHi!&!=3v&տ3I5\Aќ 5[K,0Qenlf*% $8c:Qk6)i$@[)u =kYebw>B)$wdƟO$CC_U#=s\'{1SiW5X,;^ pTn8pr"fި)7?>ڞ3m 1\ihaTz@/ѣRM4? V﵍eܤw="gSx͢Ó4qU [0THCL ڃ6mw5 lhauq1:C%N'^?.{ sq. LQ7A ڳZS-y-]d5£ɍGta?B-|N gy-ݗjwX@AEdboآZb׫u&ek@\~ jy(wȴq쯔yqguL# ~9iq DbH,>@~"^R:;[%-*W*͚'6@t ZK蝅Oנg l.-o@ ?u#6^ew> hK= (VpkH7QĀQӃEC}.uEu\;fѱbZ@)J  ^`3\t}rpK#q&ՌIXEB]y{n%2s1jPHd K"N~S25hR9iaUg]mrj: 3I4iv/ bF U\?lkbD+ds" *W*kւlROG:QYi`2 gQ^/b'ልFeh]獏qZ5roR]+pLK >{7_ c=lfg!+Tv]f(0b5m EdB]t>pj)Fbq8$La5xt@&V"1z{`-z6-Ata^ "%՘9n! t:d}ar(ް\,!ֲ͎_ bv1ϫK.%Ѝ7E9Ke>86?Uˌ]gQ!ýPzE":}PjD~;e ˹mM])7o}'c)d*0md2D`O`j*lLaD-ҍ}LŜz `U;*DvvVeE5bE'oN>E_$PFQk"$0C7wGTfM@z)PwcҾ2_tApR}-F&işE*쏛A4n*]CdA2UY++M7<Ív ֓K)t6ϙ,XdSNDyf^sĎ0zϩ۵boܛA]G%`4ǒ~rS,uv2Ą2(5@S6I3Ȼ^,k[H+7$ _ϴ >dB"xw G( M9 NyJ1y?(nm[{bc+ەGw/, g>zvy;by q5f뷪φ~F+{6 +Fmh}Oش]EeYm N: Wy"DTm*4Nvj i [X!eJ6$n4 9>]"Yϸĝہӭ(PP ~7ALGt,3Cqzf=Wk 6x5j%։{疆E/٨}d(je_$*£ 2hRz.QqS?3MZD"1S cH7dڟ*v垨( orEWT\1?Wijvhs^S" JRco4AHU):2{uN!u0wS??X^ptCbW%1xsT Qַ <.X zzP^:Wl Ud-BrDo]Dv-$R.W[2_D[n M 䰥A.:`}r.vZ7J=@9=ig2yT΁y36m)Ѝ[ "YՓSaۡ2mX -H`ZwUH UB-J8|hԶN5@CѬ82AZ yXu"*d,(Čbp7`z:Z7Et`O2%=%N'&#I o9m/)ݑPv "z3BHU 6Ҋ7^‘\,=WXwXEkB(o톎7}) };7gc! Xxnog@t-qvoKElb8=@Ù:(~up/Ņ<;O9ԇ?O%F$)hrLkr/5vo(>Fqm!'ܭc^ RaxDY~Onչi͊HM,W Br{2ЬxVFzJI80c!ƙ$b+Qk]#yzg'.)kn\//FR{wH uOkv3"I@W*{y;ؒ&)# 懊C+qw ׫,7!]"v|t/pKx#9`rKxDnl%LTq$IƭXZ)fq`5K|M׃^XŰ}dfZ Z$`x^q g.7|> CY\~.5Ҫر=')c-n+zm`L*-XobcDtΜ^"s3E>1qy*Xk~gϰB$=TKnH=  E\xJv(ޮ/EeM1W{=3S/DX҆,iqYy>V5h*rL_*?Ԯf`I񊗓G`3jO͎wsD^(ڍF#=6nQD{=ЂW#6K-U=ۋYxq#z滕.y>'5wiY -u'b.6OvLx+ $P?A?,vuduA|@UU~z@b}Ɛ1A$nbUi03>+q}"hV8\mw8qm44ih,P2ǡ;,̩*A5z=g#ws6`[g`zW W78uzXEga+1xզD;9z`°.- V~䃥D`.CIBӈ9KI+z 7 67D Myn&M2UݰHo$?t2nTu'8Sϼ!Vq@TV{c\*p;C'rG(Ps0fH竧5cSve ȎA_&Tjff(]מ.UO.@:v| $ MwTm!=zWzZjRy6RQ+,sF:^D:D=.V^#@,>8Tgmq3I c5J:SΊB[xmG#ļvI)Bpյy\eBjyl ] WA MVkWQ/2"ԓ5 DH`ãAZ2>pip].!`~2RML± qĈ&rMݴK:|*i$eJtu1!`Mh-RDkcdES ( ؋{XuU~B_]0;؄#FQWO}h_w%a6CYLQ溹B|LO{[d-L{{H V*$y>fk))ha{6X81waK쁆.s:? S8L>OXK_ ~gŵ98OekHį `5)KB 72n_WKVIEϖ{Sh=ay`{(am>U6̘ҼXf&#U~\yW!@2Kg)xE "[e`\**̫\`~@5%*uŸf$\m\60\qpd1fY/Ҵ1O?ۓZ_g[W/{p*$sI#HR8ZGޘȕ(o7;H;B ǖ60}%f#HBB_G86E-r`a ڂ*X`vCBMz]$0g+gCܿO\S3ooQ槌 SjPmƩhYTMv[R@A߮*RۡC|"PA4#" c0!dt@g`+w*Ky:c^ռ8(`Q׾kpTMB"ٌY]~N^vtMY5u`6~nAnp7O^`?Az+W!N#8 f3Z I9eşaÏK Eha;c\zc2N.pc1m+ d^8p\UCM_Y53vi=+9vCt(rY~(H`uRVut_XXCI-GLa2mwų< E `H!7޺xÅ[)]K?6~}#@ՓДHJy%׺.sD/k!Dc8NdHXrq~Y.hVÖFMqX1֤+W]51hpǦ)'L؆P V ((6p95ygd!Niԧ[s/ <7$1w R^c1Wo`/&F-ws{V4kɼY^Qz[yZS<+%#,a,w0RR԰?DiZĤ6-5^ ]gz=߿pǪVUv?ݽ1yGp4CvzjYz@8#{7،@R`q>ܳ Xמ~5d4օRJF|tz3EM uYo跕s#~?Yd6fMaIx?Qs<4Yu s J:8=-7`u, 2V|W8]y-s&nfD&K1=)}L-1Y$/DlK@nq9|65D uǡD^^ŜV1B\&#I^ཆt<&kx oN<$* U+N|61cy& {"0j[-(âzZCt$7XLVm{)t^}0qћ466Ķ^\^?> R_ur9ִ-6nVJ=I= 틛ˊlV8ED.M)ojÒ70u MJW^]zg'd߮XzU|Wqrz@\;*[R߻} + Z_)X͊7tOWHn{aU_'ECX&pn.r^ 'jչ_Fhu.rjl hnf+%0W7  ERt盈u 513Avv*.iH/Qc<5#3 tkG"t=v'aR'ǭ %])gK N_fɡT2&Zl EW,$d;&Z<WSڪt=.lғjէ&az]>=tm_t3t.\&6uױr=6O3/{I)?M 9 HBX!@[0ΠȬZ Ӛ=hrU)] 8D-lodl 7㭡v \ {ȃs/K6!Fbq⮟TDncqڎ8gHD9LB+'I*Rg(d-'%Eqt*0Z4"`Hf&VtS7X: zOqdꎿWXp e82##}woQxMWq8y=oťbB(9$3 J<\HwLtq\䒋VulONVl<t$HtZ[ 7%zE+8{kܻ"0{zՈWX5[{IkR9o>J{Ejg|Ю#%s-jbZKWwNWkcaUS8Nd"sQflZOV($NKWUhMEH)r@^0<H!Mt*%=_&0|1U@|\ L l^xGg RhNM{ܱKEP@AOEJwDSԅr^La87iy ߯o;UX}+2s=xngUn?gj{%^t(M{|gQĸzӳQo{".@a#sՊn;lR4̠)ڷF<;Hg7N@a!X6AI&^ͷW8eb02)̥]f:uc6(pwf*-%.E( ƧүI >Bׂ)Mר)~RPkAd٨#j=T4O }|o E7骊ӄ]Eο P(O'W+8x5/P$E ƀt,NdI7*)L]J n5 zwtqke:+4&)KTP؟arVֲ,Wourk/OL1>E_dp5 %:]\Vb4o?6<m0cS\X65ʛɳq5FLMKbN[Y 5Wi K$ޒ) mihj͒t` f! +DzIa9BDXRf?>CB1n:HS K=>w]KϞPk6e7@P(Y5+W~)/;ÇRoM)Q C&SҳĬ8z.vI.abbҙ9 ȘTQ68ui*@+'Bb<[iDn?#r͂$VKjkq8+tbi, R;3Hha5V:xpe3PĽ0yU VṤf瀐lhw+XOzPPnUcK,k/Wui+7%"Cib9CU*%khNcPR(8SRyoRs'Vc\u]i^5H.w0PsxA8rQBoOMP|y_ ! n8=>^/Gei0_Eb<=Emu%CCKЉdj;kl:O7N윣9`8?äP-Y{5ڦlcW8BҪP(s؅&̉qc0]T4Ϲz!7s Җ"u:Q^ YjMr '}ivM00r+g}`G|`e=k~ ҆Ðl!Gӟe;ȫO6 y(67\tտ3 [&8e#C'XbTfa=}y+6-Tó[wV3{8!U>m<<"n"?޲|kRTII 2QZ8HKc~9(k ̽";]TXXSĐ!?"*;nL 'uioƜZP_e6ꈳ\N+/7+/FŇӁԒ+stm$涞o7@r897!e-Ĵt^}gw. n5yMk;N(W'ZX@˕_ds81aVdO]H_ZCoMfJ]N&eOقS=ѯmE8Vy?>M,⒒-s11Bu#^!$G'Faw+Ն6M?Slm," rv3n}Š'\U| N?Z ٽ&65W!ʿ:M-Hߦ:V>t\bBN1LPƀ;[:c3 ln@˷C“ô1 {3ZPq0vTi?Q^9+^S}bI9o@PxI8N#`PЅ.}oZ#PDr/йA꤅J@40CMdi`T@z*ˎo/]qV0#!~^_I]Ѿ̟ٹո~@6ĀG{NUc ms9zЂmF'&*u?nv'/RvxYi D}Zכ'{D1v(vqP{Y& p~Z >F쬉J(ڞSi#m݅#04ϙ Rg!۩8:+\1nݞ&6kc$a< =Ϯ^qH-}a=ƀa&0VX@.G{M'~W Q+1 *+?3Z}-$; t0ݥjHee&2M`+xɠyK۠-&ًɰ(D|nߢ)E^~U] 5C:I2P0dF]h\%o 6iv8ad1kj(J9m5VY-w?AT){}r H jOYe=goApAcɯ K#Ԃp(82 WЁNLp O{0˓u!'͉?99vDIrIW0Dڨt24YõxѥdSib򿪢 -S3xJs!f]3#ןsvՍTS R&!:W%_m\8ۏ VNG9?9 2+lL{:Ch-];+Ƥ:(eq\> =wY wJCI4\;Mר`4nR [L%)HNg8ZDwgw#i΂de:EBB L==OkM=vx;]<I8Ot<.ԻkΖLQ3B혞6Vu=Bj9k2Kڬ֠gynXΞn ՑmMƊYޔ_atAv@"4:|c˝; e8?|'vrqS,{<Zi'IoG#!4~pq47C\e1U$@}P4g+YK!N[Q`ܘMigD X|Q=O9Bu1ȐNY&a9H#XW4z_ sRI2^٥']Ϭm@.-(@CozNa! >9'Y{ߐ =lN*|@~,eOsMbIcr~!4Ƀx֦6us4?ku?qU٫SC7Fg']a6S8D+EMpvc2a׀sj{$Dp=CY} f`+K^[LvvSQfeG9Uxpf xFH)ZzegAϔC ;:zbWzlg T4.)(=I 'knKSf'D7hM? f42 &*GT̨CEz !:r'Ңc jGD8o^X,E ڍARy+i!$Ơ :nOd ? ,n aG^AZٳhU*M[yp-)@ ՑU);q}c#5C]Œ#I˚)]=m Jq|=fWp=hog&r(=]V\\J9ƭ2Jz%g `4> <u)5y';~r̊R,B>f0\Fn4nĦd٢d 5Ay2})iz/+13eYOqm0W:dvRo#"٤Z(p5x ;y'k6"&A '"uO]S I0lL&%2zi!_t 4C}Zp䌕{E N0l1zbt{r +,c ^uGRmǶaW/}ʤcȻLxG %uO! tZRmtѥ`}kx>BquS-;B)ε5g-Eˬ\LER2-jW8ǯ5A7 qɩ]H`?`wp>~aj$fc,nGZ\ό[2X]TZwQÐt=k$X:Y7+wߓYρ6^C}z۸S&v0f`[Eq%  SY!b ٺR%sRMOΞٙP;x4ڋN!34~HLuݐh,BO˴ií;us::Uv4ŁWO0M^su{w4Пiίg#ߖ ɚ9bA4uL6fKaGm0nlL֡0R#h-Wl+zG xSÿ5]?YFJ9(sK@;}D iP *֐- ۝h6Q}gEm"$n3VvׁÊ%Nh8/&@57(ES>}gKP-v7n߂ v22(uͯc.0w~F_[;eY"eUf^Pf'e7qw =-@To]SC{C36 !6O@2@~!_02wpqXnAZ"7jW "OzRwHzËv B7ԉ(yE¸0VOŕW@N9ꄺ}|d;ӁFIV@~G ?J={,7goែ1Lzl " t>pBܛ/#B]$cx}.N]C%K0HL]xHi1llb&W_TSTe$=0Nj_x~I@/za^o9ЛJ`NΌ]s*m)iC_HYګT;[f <:Xg@t'rƶݤ4<<ߥeߩdD>Ԩ.y{8|=[u'!ZtĚ̕f*0T^z(vo7}#` Bn0rvĆڀ kSp2Äe;+:yھ nJ[R Dc/Vɥ3l??=c*z+sW@D{h4%'}*Z:G^1Pbt%?]e< o3e4M'k8-/_1kF\_]]r plwhA˰] I}U"tLiDך6TC5H /rxGxBO_!Xe6 VIHkL䌢:ne:cz8ܲC`9pF&WIqgk*i2~% uƞiDI)B'<]˾y9[0eG_ g`-eԞ^t-s k[rhsEIۏM1ҿ%xJ7@&:22GN)g8CVUs^C:KC5puZ 3RʟD9kdahX3ޏ_]]ךm/M-9賏G* ^-Izln*ch'U0}1ٜ~ݍHqVѩ-:TWKX ]ec>?_k[N/mƿy n0 XI(P-ʑ8va;S ZO?0!ma 1FFl[N1宗23k$eD(֢ҴѬ{{)GZ:ґ`iYmٜe 0Sf io{՟\..3o/4Zp!5(pn?,'U(sIX&ConUl< ;|){(Ǖ5nDTf&$ )lW-GՁHd!ocb&I^ӦDfc١{4KhD);{xFN ӠJpR%Ap imETv("O|mIJJֺ|ꒅ)TGә#72lzH;C+%3,w ?[Pa3n#å9bb*x]ӿC3i95SossuexTLlRhڊ0ieGBsWJ J~\:8 EM\i E@qϕw]n63s8~q_C Z %K=2CXyzYZzc!XnfܞFaA\Rb/ͨjXI5@EFmER)(I j' Ȳ,>4mZ~ì>ЬQ2eE# bEa,G@!$f/Nty>wC/|r/w\pH Il˳[?; 'VEV3x.e e kG>U8a{!Oh:o_T:̹.)5UԳhNW2C:.3|x@8A=XR+9ccPߡ6_ƪJ8E\rU"uf >MފA*iU)o P29.%\ /q|8G8{ds,¿ I~߻ffC s{_N1|R'Mv95dXW jV@H^;lZ֥yC!ifK\8]֭G=~ulfHھ3DS'9ec)x}m#o, Zq0ҘnOxE:q!z@J{+H/lHEFc+ؚ.)xFOsن. "*y,3d2k}/'wV| | p6 4HjfU0W|G݃˪+ ҐL] ٦ Π-8$<]+dmkRƁV#ßluzb2')pRQاE Ăz]WXU.BϔV}*c? 8 cډqL(*{_P cɭaԹ[eDɚ0N)%>Hb_Se9]k:hVB}4\0{:CϸM ɉlFu+AqsW*z) Gr 6 MB꺸Hu\^%hWZE0XϹq XHMBY/x >J-bk0zjfv -ūTaxb`S,+ZǨ 8$-5ˬI2ҭ|ɅJaqXG(KF4=>1Ds ][}[-lj?,/rV Ӎ:I帍p[PMu8e?=jr̔ŽZzU8iP9?Oѥ.w%y~eH{^2lg j!jCqbIw\=?bjsM0z/a&'fǺPDdzV5[9JӅu isփd~U\gzH.(^M򲧍~mPGƃ3&w#e ߌd/8vw`#ZcG 5Fxxޙ"L}Qí1[A x -\ہvdaVS-t t 3[4ʪ`̘}I{+GvQD3Jov|'mŹw0#$8aqs8LY7ݺ@MxRTT$_[,H -=񈎟-5ʸGVTln}fhÕFHe b̔7K?y}8A?ۀ|O̟jeڰjg.h*m;rFs e_\6f=+zk\O>]P.wI *gܐLvW ηd|sB:@Z72N׹ X?ƥi},m0k ߬9q#Fz3ʎ 5]H L4jvXO)& n,0mG`eJgO\3KȰ_@wMM0&p088%按@xѻjnw@YRF{.HR` Fk$&Ѽ?NţY/+#'mo^ J9k6m\dxѼ=3ac> ` QPzc5d{]Űf^-1pGʞScSlm̘Vp_P0@LQU@R&4W2bpy`vV@Ybd0)ǿտ5*ܐPZN ]r~yݥ_C/*k1P7H ƇnXҡ ^gZ;- SFZPShlGsg<#xْӕ%w%ūmfFZMٸ%}Tu~ `R+<#*4Ӂ>o/N6P +YCd|GnA]?3H0 ap(ru0э_ P"P״?qM\,."l#jm_'CT/1,\~0<9uh@f,7ϧNP4q~| ]ܩZ$4i?Gy1M1 ^+ԓ]Q&R"D%7aI4fПH f46Eh#ӰnreI͉iPPW]-%mj.NSJz{1B+pɕ sg.҇D'ѺN+hqcFpB {IpNl2R&Yi)LcsnCZN^F"fs<9MzTz*dCv86WGKUJ|.2ih r~{' ($k9̻b5+˄x̉Kc4Pl s41۶OTo>rw}vqi72r|?^h &ITyP6V+qi$Զ;#M?: OvtQM6gKO-RW;7HYusNas4lIpP;(K8zSKՙeoniEڦb=1`3T..B 1 ձ!ǫ =Zh!ep|f 8qʹu3(T~YA%h#_F&Te,BBBȠ3~UĔ t&f_ ϙwFEE drVӕԥk<@` !ՍJ`Gk[?Ny8 L28֤c \P17um1톪b;·yBWNvVmN;1}j@ZHGJ(N= y oPmN$EVpH1wp^anr!V&r}l`<'a0l|MjoG̜},(Hm?0^Fune;M&N@Pd,UFeAD0v(QȍgO'2pnT>, a A=ٿQs3G9b0эLL>lX ckA6^l@pu6Wyc^zVw%ڶPީ%*ی%|mVo"a\o*tnb< z\gڂkBEZh0|7$ZH:g+E{[- b8pk I#`P~UڑZkL{Q$|\?t)f'2@䢟om09\Vy x$c8(Y04^DaLHa܊Xxfm}dyMಫ(TX_r]؉W͒ ~̬ pB.:9/qhHQ#{Y2$ bS/2{T$N;?2pr&KWw*JOc[/g@7V+hۋg>@6۝.~hQ|//e%roW!q@&LKtH^&53łUkzcv A6v=MoF҄hNpҮ%!t}g q%c54/- D?="Z-whØO  QU ̟4W SB>o^b*!6C j*mj̶@cǺѺWe?bbo#u'_Y"ـlθ bh̏bTe&j,CHoJ:L $]{ ȝ'/C&U>:Hq z0Mސ'CeZ|ڊ0"mQcH՗y {?0 yܔ :ʴ@Sp>ydwI 1žYB-n UюG/ CN0MxpҚiN$`옯-^3AA֍aݷ+0[r)r/'zvڱ)S=>̘D62Bq_^ѓNGMvu( Ɠ}`7:#: O &y<8{hjڭб#|=LE@en%pFś,nMSEƑ= U肀pF^|c2+P_퐩*ۣF_$ oR@ Nqj1dfWfm`H(NE޸ʩm ?̍N{[k]mUF'a)4c!w< ti}F\,K0TDRwyj@$%p+C_)GF@yJj%);;rYU[#$,^Ig$ E &s΀/,Lta6qA_aHGڲA<=$\<0!/D8fLI=hSK2kO/|Nk$wJI5:e)Uۡ`VcE*cYu@X_C|0JXb" }MC[ ߜvQZrg2yazyHN T c'+blFt>Ḁ()n6mp'/r@!ufv7!ԝxX`:p b QDX֟/+،U{5Q2a¹.U'fy ӌda$ duz Z l{9aLa jK?b3}(qBz \v[=![-E XQ ]W*k0*?<'AF[I[peCjFGr ;Hsyño<-CMX.6m.1<3f3|9<(I9>I2Oeu*^Yu6r=Uͼ%N.A~"Sެڄ <?"z1׷HcDoP裰Π4^KIc6G q6eLDٟc=gC7eЯ"G"V>zz9@R< l!KΫ&-]U;++6+b2,eG#9gMSq)l;m4dK-ZtOE< 5y 0v<*醜 iIިbR+>oCkKɶG㒝xɐGGyp1zD:y\Mڙn+|􃀡9u,X%FGCiK|Sb1?.v&hYHaY;]KŃx N[>KطZlK:>{gUIIXr:uU:=L#n:M߶ bY֫G|:SNCDuAW2&⢦9 0݌((D B/`@v𳾨PbKʟLV c_(  [K! )BںA'$(Z6A7=|c ߕJ40JnV/},S1t9-8As.qk#K8PI{m٧pI6V/udN_MBaEwQK҆ ]>D1pbz?'z[=C:{@1;3`J fc(@!/Bj0(zo|M^gJu@,z$O{ufC?euCj޴%ՑXF-ίT$:zc3\5Cv`B6MV1]{0?_xHjSBM7?1ڒ`=^]-6#ڶE]Zyi?JcFE8g ;1xUI'vU&?6+1 88M]AN ~\WE˗V xOCqV*Q,m9өxq`[1޴ QVH8QG1Un:U ʭ* н0trG0DRJ=|~i=a$d镆( P{γhMX]sQ<qɑ -Gw0YYͶtn+#R>ZلcL=_ȄM",Je- mE.jVU?Zߓ!gdY &&a2nbӐ_= ;spHm9|dctGzFq/ T._Nblle![R~dhkxiу5ktw,ZPBk9ZoTLhClUn[G/l\eHkfT eԚbK+FZRے,1;*8Xܻ/B‘ hSZ aPII8Լ%q>Cl[՝꽝ԺM9eah"=>Ps,Rb/7&deCUqef &nAN~ka|&[܆N qs~IaJ Q]Dy&9 M6D;+MX>\ѧ#K#-Šb7oʰvv-w<WgS}.Mzji'ڢ'ek%a暝%OwQ0-ÂDL#硁"G) }%tޑ{N]Bҙ=Oɢ&TBp^2AOhd Rڤ$)vJN5)h#kĚDr"#8[$=Q;5sfN,8ѱW'&ޜy_?I0++KDpg2ءvp}8[ڬ)-M>p4GKh_/_@֑$+IT8:%n|[!gG aՎjDAG~U);9")o*rN]5u⇿DŽĠ="BӇ5FY >}D:]břp,6s?0'WNn ";}чMH&P.&2!'W`=mXA{cMc:n~Az6'b#,9afh2fnȈl_BZW!'Ž@5&2h+0ze6+e|H|xxs|T"LtwAm ̈́z@oOQ!xH0 |mZ+C@2)툋_ ʄCTei,޾Z`qƄWjTLJ(:b,^Pg_j*1ӝ0ЕthS{LO:8kY G Eӛ0E@z` ?{{nJ(liJ)Bo_+8^V)ZBd<͇y[o?pH4v*j\qA.1!V;NOi7e/P~%JmhqG0k^Yb}F/cp ~P6FmF=g{_1f$I,,e d_3byq6+X|b+_-yjϯFaCh{P6=ûvْ9KCn _4Z˥߶FC2(ڰ;U8u~u6$C䝣#fLŏv Uܷ^تF6-[)Y$dBESb{mgbђZ_s bF US(Edd Wv8f\࿨π;$ۦfSn:gQ"`̌V{U~8rUF}-(0hHӬ6n=D w/[M 3HQY%ez|Bee)SRB D)XH}&mh4% X}M$1̯h0^8s_l vOi9A58CF6ذ~$N11Q9u=1ަFf7t_B+[[ԭ,Wꪠܭ$F#sJdv$";OtbI\䜷 " w Y  i,Kbxl5HUoT21bPXi H?]QQGM$%=7t~d,(y{yho_OG.Ir&B7S^oNl?n"z"䥳ɁSjL/'2)A+"Hf482B ޱ , u5T>p*`D''%"ɺ9{#mwsh,l5b5[@v^W|2+!۟d@zXMYx Q`׉#so:֛kl$|YRU,!ǨJby d PiSzuRd"p ZpyP O7S6aoJ.HP3UH [T8_Ĩhy$Oƙo,VC#~|qhyZ r%x SKBi D.?QֻH;Ox6 K!X "9⫧r 둵os[Q\|HLz_<,1r0p/ [^:YJ |E!&XUY6Op^ Ly' r]g)>q%,"8<ѯAE6jT=z瓄N2C8d톩}&$}qeg㘙q7Ll~X')WfSN/6sj]@bhLN ;f;**#fy0 ʝ%)\cmgs0!\#t":9Cs{ύ:ɠ55\3'};| #J([~&uU(E 糖29)2gkdгD9"Y8@_8eHBx}ߜ9( vGE )7_a轊e`Dj3 C:c( 1f-c{]?wRjY9c-uG9T̬2cX. u, xco7@ڢRxhxQwE*aƇhl'UPr*4BINQWU$到|5 ndi &uo[<LgX tL<ԧ@jx)Гz׶Z͡cXOVVeXc:+}'Vʌn&>2ꞹB]H+N?wQB!kU8ޕn݇g6;uQ'ƭsqGDʥiYW@;](;7sW9l5\!eQ !{R䍧OT&hcH7~:-=P`Yr!,kQvۛ`GXAX)JhI|+i?G±N*z!eAhW?n~ِZnX0h1"7 /"%#&2'VW1䪮6j)~6&"f/w~oWߍ9$ ޗW|m3CE.WA6Vi$KOqe^u 3lqzvp}MQW\Ze=LoA͠pt  .W y25:gy+xʾ]mPbI,ئUmm@ d~P(@j26.:[D12WamXgԍ)!S\nW{.p$M?}3NVzD,f=X |n(d(yqOYλ=PN3vD9h;^Tb:Hqr`7;`6Ԧ$\PەhP%l^VeG nMG9ktUza.lvl0k{roG, ~0[̸ +Z0v!puM_,@PYvT7Җ % tZr}J,0can:"V=S&-#g<9SU- CeS*f $|u_s~@`\1o'Ae%ԍ-E״Rி[&BGjʎ9V|j9Ӷ_N„+J0NV%99}W>3-J0mމ4+.^75Zҽ%(ʢBgN-g􁱯>NR@P2r .|-E>2'9x>ka[!L|lEz[*,}o3 J+}EtF>rǼQi'HE !qqyz0[W ܒ,/7Hw{Kf `0At3C9 (Xǥ?C [*PG̗ >E*gpO?T,!_F}^3dkC!XB;L$}-MivZOu5̍8 k?)U2C!G1'!5?0z OK%f˝ñ]=k_3UW۔Mאr.Lmң"M!zl 7rlTw5{@q*߻a1m#v,?{O6b+Y" t[r.={sp W(*ak-jC+ {%fh+kRDQ(^o\ec+l %iiQ$+_0z;a?d4blkE+Ncf< Ÿ}}9yp>bx$*4;;<kx&xJ+952(Lc"dJ OUVU;C"e$3>KsCBhe"eA3 C b1G*rNb%lFkM[7O ρef9x6>= P7XpߵT dy7*"ߺcAMv 8-'» MyPKuRKdbڭ%]05!xpruA :~Oqim%eKcPn?1ze![~Q.iBlRMtlݢv/ӊ/DU\(Dۄ/A/ `=N_V]-O::p'E1!լ!vns4uǑ%\W9Jȩ&iB*ꝗnk =q_<Ob^5kZ5 ~@">W82o א{!Gus]#|ɶ:Cs5&ƴU4\67mN"̭_4z΍+lB1^ 2DU5{=MC QF\WE5!8F󁵢e (eP=ݘ4b:]ƢbmE6L͑eXд؇\m95Hx^#DȠk.9Nt_w.*qy1p\f}lې׵Bܥx7riDa+J֌jfU zs}z\NL&IFm@hUI>@ѧAwZ޶6O3)ξҏHa/[/Xsy/:wFZ*?Ml!y0SytARюoK)|)4FCe\$τp53PesЙ]BJfN'!*u),t^ D3\+{TXtG$C//}5|6$F[ݶ^D ޡsƳHs$t /[LTErگ>ȧEzHB\a^2lMҚ .n!C}n=j# c`̅_nSLE,ɒo RφJF|\c~?,Usx:R!]csO)))$~+Z5õAc1.eOTw]sĊgXR#uD.+̂AI8},b~RgG@;ne^uӵR$DqNڂϠ v> 6Pzϧ!Uo)-?e!1"~sqZ8v֯̒nT&7-*Hߕm`f ()xc8UvEĚ?; Lob0dFycvldJ_ 0xH O 59(pcTهUAĽoä4ÄcqquEEDnR|8T6T:"s맫aCp3vp;d~E.?TCF%&4LP$}|Qeƭ6^PPLw;]@yi2@]+以~^4Q+F:'}aS^Z%̀U3MDkgJL꼒D֍&!q7Kj ;I&>9QvLQ#7M9lG^R$YkPˆGh ޛwxj"r 񦠋 I܃o amP/yJFDa0,{P[,ڭƳ9>zMQlge9wPup sn,}8lUmu3e=wE r{Gtog5(ᖻd)W{=|㸢סPhJ%~ {@p7C%omV*z ~eH| [LIc#>ŪGHwAZVUSXI1#DΈGK{2AڧɏPc193f!mhp'r4` ޿ |*y*|ċ7tI{PI]S1+u%yӸ:Md0A, FGi f4:53O#ZB^^Ͻ3D.kK0<;=)M2>pyPF$Z7Y,Z1>ULx}د)Z$|C0]Ct-{.ZuQsT\iX0X{ǚl:>I&:7*siRZIbhΡ0zډiՂC[YsIZVɍj[K\PO$)ڛ9<:s1;d|4K c7c+[?A2#}&Td'71HB^*Y[PJKm?.cc2"i\HF9z>أ>`odَ+`U]̤&ul_afjYG8'Ȱt g߷ًWd"Fyu(]T j\e̋@8퀞N2eR-B}->gUs %b.YEvJ=>d'[ ~/Z!"5/=$<7*B%_ 9ׯR_FcZAnn43(DaBN+|VrةW}d@b͜@3nPp=#O ֢7 [8.;h&F;Y:7m iO])1U P%K=t,b+@ ܀se:*IJ 54ܡ:!]y0Jwd6¬ 8FUQE(ɂŖޛe;8) _8:n0{/!:ǃ.'_k'%PM~q( lVЍj39p4>&zXaϕ׈<3"@nSPM.2(As!rH  w+/(,Qk\rg-uTWWB P%o%; ߓKv {$j(O"!V,"GﹾUC[Zjcue-|{5}Lur8زޫnL+O46dA1Iem@ya6ZCa䙳xHT!qRk)PMj v뎫uJX .K_oL TeV!:gPeM4#c#?6Fݖ?gR:{xkln48oXA#_,`])Es5|wXq*! FgٽdW^Dax4'/H\mc:#wmVU$?/2$b8V6P KɘDJB:v`R] )<&~uI_=e {Pu˽KQ͸`zֻ ~Lܣ*`B+Ec0\͌t=&vIHfuПJJ,a/Hzc2U_CS<ꖈ0AUHHBY7<\1Le,0\5?_%[OuQ0foH:hA$Z<y䡽PXfMC#➉]ń{" ʂ@˿X">)g&yt " *:렧 uL)q}|z x&D6&7qqZQy7#<%,e\;`{^9܌h"\[R,/+0WЕ,HWf=1O"%;5`M& Z#8k.,z7 okrvMR F{ ̻0o-hUr-ߊFë53U9/8h#zB46.\TXԚ{rhV.۬Tc" ƃO\=G_kؓ2h^pKS,X 7wL,c3$)8t~I4+Cs ̵q*a2 <Y⹯P7ߌHB?r';eTBhAÔ&T#=^0Ik6Mn6o[ y+{1:%EfB-V<؄x(̨pGܩ=IއH[S˂;W?$g-qWN]v :WszsCWOPbefZ$P{deG:sHG+aeCMXH+swaZKN`>8gqmn8+vPj\"U{)hxaF&1J;j~PXx$$]]0Wz1ʪIJ{QЫLzOǤG8Ch0yehg##T2IuN<;._exCu66UI oUC߲ emfBbE֩Omׄri,؞IPKP}.-ݎ5-g X>7QS]?t4HBpLزc JA/X#yәGCY d'݌dUOgJb>nMl's$oAQi +\Dt3Vr+`-u}J< Gj6ʩ /w.&0Сݽߦ\ɧM緹sh[hRx,O%RҼ NAe@^O!zggѨLm|  "(vY :@8 W` . g3!cea~̍|8L9zнKoK{v(tG} һ#D'`%yckG<zEkyzصfGREdo,}5*K`j=cݸN=Щ--^HkLjh/yr4Aj+W:@oB_NPJW₪TK8%\ok؝;#r F=`²5Ƥo8kMtD֊iV)S5ֺoEZBMdߝʆœE+N:Q*ay3aj!yIG:,+n;s/GR]{pPDUKYu lb_H؃Q.N"';.<_iIpNBX)-J;=-Ij+IZL̾B}΁L[D~TY?ebKgY :Vfè WKڄsjR:c:l |[KdDsWѸܗU3ENq<#症4N! Ú 0a;Ep0|$Yb" UrIǀ]IH^>|4*S8ńbY5rw9x|ō;0h9,z;I%nfӳ* >z] yj4Q|DXlCPClt7,w QDy,GK^F ºٮ1-Ň_?H+JtsT"׭681[Nuێ;)&ͺ|mhy ZusQ̇ad13Um 5:DO νi`Ya21/ 獫3VVG"/:ewtGg9̸kUavjI4!mo8GZS/tFi(kA3kW -kƟDX긓 @?0EqsV}Ǧ 5hDvI.G2;rH[`7:.e; ~d^^YAUdTߐmA#R`m{6jm vr\`L_omX[ |&Ǒ{WZ4m\aLd 06:@=[ojT jU:OzBxğy@X]7ʦC!kòKwcwԍ-:bMPt|4߯Sc@&d8:S?K1>U `[ /!( v}A|~4 KGq1ZAF |,@_4egWȲRjY|ڳa@_CJ}b"'G>?/9Y2^(UR8} TO> B ы@o9s#WOQG-xĩGMT ⴐP *#wh Eñ?=b2{hbϟh& G /Np?[O͸ac(B;9X])o}_蓌kcOԠmO c Ip59;1\Eef9h"c j.tLb$8mZsƧH$k@S_ $m&8-~q9LQ}D& BK}la 2A?啇)MRdyN?mGzXEKj;~+;O̼0|-{5Ss0z+Ót^!rl6U(jM6M6V2$C{6LeNkuq Y`f]tg ,|&YѣAG<9 G 62fAR}E֘cVM+Z" -w fkBDN`XZC:V7KDg+7`6+O12}uj0KyT8IK3 ZVv0P K}RsM4_(N  Zr=T$7B? EtJo}vzƤک~..T3[ ORIȇ12{ 6?#<*\Y B#fmNܖ,Q]^5TDՍrE"F8T딉&%*`~ 03?-.6J_Kgtnt1l˔Z[,Hr*N: `~F >\|[/0l_qSrPn>綜K܍S:z.j~)ĥjG9s,{Og-a#o~Ϭ%6'I0- ؆?FrX咃0O{r0iEVBW3O5Gk>a UJP1iʫV]&ù^#6˒pn rQe8exkLkKDZU˕u 6X<zZ; =@fk wc?urJy^&Zػ* NI<c]Fy~GPPBሮ5hh+rf}? P,X+O 0V./[z1~9w@uֽ`2@eswa$d1e5io(iH9cEFr} 騥 k]UQ'İӓtC!C(ҋsOK9ʤ:\r^Hfk1H]R\as^譻)kpcnK`]-sot12Gx=ƒ>=^-0Ϡ򳟎;+ ;mc˴]]GOJwS3Wy{37@x-_f5eմ'CC-Iܹ(1"N~p&ɋi܋k?O{7GaSEqqXJ˙-3B*^gg6qz0g* ݂,^ι(͂EY[n _b&Ȩv%ҥ5E4!;a:):cIàm[LF,_6R0)$_5NfS/I"v禘}DW] '#cYOs͏Xg2{}ܹ.({מ o[0[U=GKy)`da>s];M~dGb + mBj"gZ9s5PgIûk:-tJ5-VoqOI09$ITrfkԼBxg.bxO Qo‚j0 '6LCqmBUPiEGSkLe]Wm9`ʪV ;"|.YY|frSФu(Vܫ{RQi3 t`z  \(l3Jz2NUH֮/J,31SIuM!O3SI'ipϡsE+su: uIՃLov<'c(U/A^R

*"d?:u׈:\g-.悻kG v˱U=lq0z(U&Ҁ28 bl'zz=%^$F#nؙD+Z0\ŊH _BӓO3/w"W Қ ^W'b"ű DfX3vm0(kzG'lm1ikyLԁ4 /rmǬKٜPI[Eg;0Y qC''u]3QnTq#`@胬u[ 8afځE+,GtP(pA"%P<| 'qFa4Ba<)2G6o0|⁁Lc$^E,74UW2ݎtcNRb/p7!3Eɗ;ź= /2+_g>J_|d/b:}$y)dbLXn)']u|Xw]+%C8.r^jIvʍE36[ w5ϲcФUNM9xsC᎒C$xJNEz4QV][≱R+>mvqOiww{aUb%]څ8F4N5,ƻ`Od/F?E vJǿ 7?"Ú*յ#AC$A%V4%ĝ\"z=#;lyҫ0!OMht |(o'Ǧ`V R \y sCm[ BxQ~R,-uއ"p^K !F|njSźWzo=d_GiQP‡ɞX1ͭ:]G6~̓$C{7̆jgʮGljo-$W•Oss?$MZy$iߎb|o&&f7Z`q.} a[ρ[^.f@_Y{tW9PQ랿`-/b>@fӦ nz+" 괚T=o3Bu"aJnS5ymR]gpsWsT$)66tv/7?% ]e{n(w] zX_ x|6D^id15vTqqmQaMcPTq7:|Z۪2#G=^#j *_)G.SBvST‡T`c,\LWѓ}ާL\Dkmo:r4ߊY6W̞x$A U㿮OfY&&A0cBAph ;V^3{-rj=9NPt_ CMS/4sʧDyz@>xY3(Y96a+XqfrnzOs(3x6*fM}B¶+[Knx9N,Vsj,ԭAO֯fpgt, Ȁ\U>. wXʹ7H[@lM*r>5Ҩrá-+4g23?ʁ^y`?ksx@*L ~DYG:~ή<rOj1%\N_Ի{dͷƧlĆ?'u$6VHmP?ЃA>-@\8Mt\dt}hJ|[RJ=NjKE۴8-*F-JCms_\hG:] ڣRBGCE N``[;a$(omNyJ8]bb}K-L!|s7^(ܴx}^QՂb/hʽhrH;m" %1pbR~`!&na*}\pmnn*y'Tb|e_h8Ms\Puv_# לs A# _,H˕[N]Ȟ om7X7C \8L (Q6;ʒAy\̛5"nװUZA TkZɊ 7-{osl߉ÚDDC'%OM/ ]51~&{ luv) &ҘXӄef7eۮ8ѧ|c"fX3* XvQ5A@4N0:/|؏(j2ROI?*jq,VP.$-13v\0$12zcʶC&i/{IXĻlM)]۫ HpDWp zgw ;[/=Lq2Yۯ LJrdxhLac'@cP"qUMcPßjr~T@v۷x.OqiL$>Dᗩg󿏖uGoř3@\] +rW(_X>F?U‡7wVj{W:>[@}T)bJUž%L79)uN6.M]MZ!6ĜAT/-/Kopw2\~.6nC*; k [ `Tev{L@JMWߙK]ޭ|V70+emRυ& [|jw$y=EpT?*eSЭinVZ74S'r!L,oO ܐL ރ[1^Nd!Y#-Qv+6&h%neRrQyx5 (0nr8C[ޫJE0M6je& 85BG1,a ^]Md;(wDX}m(Sm3I?ֺc@K?P o8R/ }IPјyq&eA>*'đ.s.kg%V\oOpKi0֬gXh>';iE}dUQ a ȟTy}<DwO_UBlCO^g츭7iw%yATEy`OCY[Joo6/Pm׍6]e'OAV VTF),r9~J۱﹨n+ЗןhuOQ,|>?鰁rv r/N *t)ׂD$?7.`Cl+|:1 >(\;f  旱L14fTb onIO{OM!w>M1qUc*"nbMV;_˕Ӥ j%/O "g?E,$ۻ0v;ZG3Ec%t :O=QFѩLX`AiDK 5aQuFmQّ}jXX",EO!GҤ fusbdK釤쵣-g608ѭ0ILp,#(㴵lYvʜlo+1N &c%%0))rTnRSAD(Iu 6yUMCG ҪrBt @G0Iپ\WS6'Clq59V-M*zB%~t(:1}^O^l.%[@D&粿b/ĐSQ LSI}==7>U>7k4Dke47:'[A} ÚBQU#+afs 0DK)wg, YBfj9IFV V%ѷe `&]p#mes(K:~VWĨ.N=$b^ljnUe.>~ʿs/8< -tXrԖ1TR17uy"x.tU1}+AvpoK*B1 Xn\x#+$-&{"Z[WHu fc{1]2LB( '.cm5eaNݑDMNnXsHP(wܨP|phNй?:ېWPUxk!wQ+!5Hf%hDN&;C~4%_"; }B,z3U6x.PSo\›Dc6WY('+amyl^+VN@GęgD/I/}.J>M Qmj{興ը(N:E1Rh}}=qj NK~jQzez](v{3/}j4 TH?JLկ=Jdhyw.΋c\sǠX~ê^NYAAFe7?9 xLv4 6uQ=x F6ֶ 4)6V5k˅?H7츿4h0"V9DZ1j=%!Wi[JyvҔÚo osV_e pF7?dA¾i5:r^.S,T0zyM;' cĩg2[tsE$hH#y `[wsԢI{4G[>ͽ`g9'y8,CAݟòlU]T'1nu mbuzȞJ k{K3v: 1_c{T\)%(mޑQ+/]zA$ߛ8Rw(rd,gUEqՙH tijo"b<$0Aa$'=xisx*'b3zʆV{\A9#9MeGMb oW||dGǣmG[AGP &~!͢mKܷU4a)vHP6[?A8Zv"<3OR >"f/C{Ek[?v]NQڨhS,yM1-X㼐@&o˫"KmWl@ n( Y$ q!~̪߈?ݱQz*QE 8[rs$ i\xML#yL*Ȫѝ#^;ts$Т {mys|֎>o΄E2&="E F_6ֺ1+">Sʃdv%1mܠS҉APJizΦSEt( Ɨ0[QZWj ~/4ؐc];w.FQ cdeV7=L6۪;A$r{æ ]{f۱<"wCѐ0w ~1i@3b(lPi/I!"*&bѝ,,#u4h+R&U Ez0݄³>ҍTR[޽Tȳ$؍?Q>[G!*Wֳ~r,avsK,+ s('N 5@bhb^`Fb>P$`G̊\)`Ii͝sSFšzJXgrN?`P)%R[ƵJ!V=~\@&%GWһFn%atnN)/ M;H[4NϥQx|޼K=-Wfq.L8mbcSh D3lj PS`ϾF(##b E/dT[iZashlK݁5>Ѧb&$5`[KS '4 4V/xP(HWi>twCH"3PD?mz$/=_#~}f&tlonWtM`sb TLX`fj$ <<ˣC@;bC EMnb܍^CpGV|"`ұ=}a^;_ڳiJapRUsG#NAmS2 Gq4H׽3mulWճONȭ&̹\Qg ^m2r>G3h#;9%*S`EpފUOg"g-ʄЪd?ƤIYrx80 {|')v9'cӤV-xt*|jpqHK+tޖ 4{V1-M$?4< ~<kv fR:AR_Jz6퇺`9jC9){9Y $yЭ~21.qgi,4r*YB--`E9*?bMH\4 >rXSRi0P!tzo*탢'6cۑ2/=L;G-Y y@~{U/Q4̛TzTzWPz*&ݵZZ&-]q1{ {J.}BCy30ఘ/^UDӥqHl5)X=c{rDsϟӊ^fBo0@YJ k7Cg/Rdb`9b<(n1Y׈ nE $ +Bv|Le8=(.X`H1ŧS >hp!4d&}P"k:}P53 3ZJmaJ y@t4G~xjBqh|A5йw 4>.Y>͜MD٥ d vr~L}ǝ;Lr&z ]}1Djn/u,^,"<QE&&O/YuhH"#VS dϖ3Es8\\wpK(:nFQNWq"H; w0SC5cĹ YOgW3E yr0/$ eQk{&N~J+<9AطA)+>KhAƃk쭨M^E733ikjrp=SLq3|ϩz\j)nv5N?T[^9WrZBFIRd@8B0uvaƬ:q(Rˮk&;ݛ ϓ=Ѳl9]͟ jV0F7hG@Z$_y]Ҟh!*BǠ;0쟌)Tt߸dh`Ỳp։h'u, v$KA 7͋x󏞢L$P99ԍ5U0*xm`8C*"`/ZG{8U&}, c ŐgPH,|?,IEG'?6`bWf]=,0H>r8o)(rBgcL<[u,ȉcT1 c֎Qڕʜr8~<{.G)E6w@Z1ϔN/Qx~ '0| Bmy1ܜrE' :U世v*tЮN.%pQ_ezC~Ng ^w- 9v+~#k3*u,c!<~VXμx!,[4spq7mzzt/!܊68.=69`T_|.,s_a* O^;㈕;ݾwްˌIh#ԜEWT]@#{?۰F2ɊR}7͍+ڱ6S LFŢp`J𠫊U"EEy ؿ9DOӹ͈ݮB6Z̥8+OVlH@K_21Mĉ~!ԁZW U?5I{߸Pyynt^;)4>i̼G/k?S[ƙ,\0 ^ H\i6^+be⸀ɢ%]l@(^oգWaVvB܂NI/?=d栶XKI2Y@『fnPNqKhtKJS+WkknubծwEDІGUK*rxZKf7 tr9ٍD_U"hAٿasKKIqܟ|9>(al `*ϢŪA넡zvܣk|B|ȇNI~r,iɦJ5Mmyw~N`(Vi Umt?3s.ٓwsˑi op&nLӛHϕ/4{5gG_N!>` dfy˰4ْ8SKCw}vCZ2dr݆`x3h?ڍ $F kM? &]ɴCXnZG%RL (g爡eu:0z6I)#YsJkH'+>H'm:FFMY"Bdȃ/UZvAxf$NLfizr`h߯DgMiXyaݮ9?KdI]!=O G-\}s*̓j_; /K+%1>\*Q%U'-&DPWxkVr U8z9 p;@zbOa Cx6#, YBsӎy ̌"m{u+ȧ  Ÿq&v[H(NW„W{y.5>M!e7˫d_h6ߌjq`fvfQBx[(%AT['IX oR3{/&m$;slEwߞݩwXZFFZz3&j>.aZAԊ^9V\)u1$+UNh%튞w18!) {q 4Y+N~p9ڭQ$ G6p^h[kqps HVB:,BZK-KG }gWL<\8}EG2"5c A0[Be$- ,**Tփ(kpdEELFE%'2H z H7;84c qc h^t`S+ҡfqe]&y|a 86uz:yn`QʓG0?GJ$6^5l4z!sDsJbI+FBCR>6 ٭q[).NOZvCEKnsмlVKճ( t$t+ w0qۿƜ<(J*0ZIМ=t3rxPIqA7BںUSHY?z7;J!Fdڐ\DЫvL<ªmEŽ5~Hn%7^ Ú* b̗sZxCXg^97{ae%`d{l>`̒[@s[u$[dX]̾yn<9\=*l]ٰJ7ѝ$b֗Tg\I8횺=Nժ.P 5{S%L`2.<>@iF l.958FP w.K3M.*o[m܎6Ϩ1p3G(NuY)#X;U'@ぎT~|3Y04(Y/{,Ɇt"Y3"4H!׆~lA#?'!u],x)i[_2̏7ZEzۺMmT(de, HrA298[\ V|߻?/m2J>KW5Zl4^wO3!oz%ަv">>__Ϋ+\NLT. TZe(N5̧'tBl)g DRV.yr/OʆiY0_"]&D1S,Z6Ph/[k,(+ ߒϢ%xJ>~&rU FncJ!5hM p[%DM37MJ#':; >k_bY oaFi|I rړhGpϪf4`pY l'*?M \"=׾`w{vΚUii?G;4SŒL ,lXpM/"*N| `E8hZvzC ?~É@[x!fk_dp|f6+ƯzJGs8<__źWtYG9kX6'Ҙv7>]+?__S=·WEijc;`AI|.pjRËX*HNqP~jatH$\iW/"5mrK`t` c;#ӷJ@;:v[U {42aRתc;ŹKl qE:-L0||n[ס @@" J H7dZ}ȑ%3C0g c#jx5o /0ekd;-V1R1O cQc3e6ƘtFϪf0|T1azm).䑵D(^Afo6&0E ^eNl޸' V!4H=zz(q)r - ӸA @OShYGn]ŭ)2}]ҺGmp1o79,C;o40ްJ:!ݍlr\5s(jT.lp%Ͼ}`.^m'8$ 6O$ 4jRs,ʞǦ4XsTL/)!L>Ζ4RmRH1p`>Sr@t^ϪD`̑>@ vͺyuO]GC)~%n{=fULhLu/tw-/ePa%nbf`-/硧ko3Kfox =)EI =Iz3=Ǎ%U} G7}HQ:OaF(gQԴm0[Ezrt65䕦q20Z2?v3"{[" @7`"奛t /lak?|g s9NWcSKÏj-VNEoy-oK@6j`HUv8ﵪ!!:q.JK&Q\"YAƮ!#kStFl4wQvk 3nvK;t{xDc,a %(e3ہ+,nqhmhAY$7aSLb;WR|P$@٧f;Yr@&-J8 81?# LjSEAKbxBxt_Gh!e?ZyV(T1H0z1bW~ikɖ/RRyfah3O+[7Ymp6ʤZ)C$"$ˌ> Q^!Y6?j7!`IJX5Lڏpũ, eE #7X|G]qIbƾ!gGF EWe<F#%iUv/}iZ rd:@7oxE1&`N֦R-+F443+nFuQ)/VH:o.d `6(٤Ә]WJCH+sY.T;s2pOB0kLJr3* A#)klI[E z3>1]ײUTpnmAHC&ڕ$ypb?),x{F89B> hji fwȀoglwV[X_d9뻄k를1JK&5Iq}/G}*֢OSu|ԓ!) -eE]!kLDuǗz%8N}zDf+$B?ar6MxC#|~卹Fw9՛iHHa|}D%D*j"d[9 L~&z*Xdh.4hycCy.LF=pp˛MTS frۺ8EІGE-p|, *z&Ԋr%?>2>+^ud%zUAUx4-F_w=%@S8Rޯx) WkNPMЋrOa(,{=[᰻hl!YFWIIQ }$u?o<$\[I{C\uȵЅa.yP )7I`__) }/]2R;Y1G E-X [%{#eQWaab0xX}qSFu=SHGF0E܄9 &Z Ph< D(J$LP0L\XI;54/-05O&.j4 vh~ K&DzOȶ^b.SSˌ⼌S)6& ]whz(.1+kVq=Y[Gjsj2KIQٌVg˟C4F$ߜl (8& 555%K˚ Faj5|G,\:/oٮԫAe-֏dkc2Z3[%cԘR:Z-=z`a-wxf+3QwAHu{cZEkOx3ޡU\&|l)m@ `,abI蠿8%8n62oR<_DG4Cr!)2lyu)>o΁1eX)PyA?kG(>!3P| G" &7ņ_' 9r ]ǺͤyX)l[mh.gUsMpCm9QA]Chqdy\+X`##={zpN>ń\Ay geiP2>g]\T`Ჹ8}N}MΆG[<*ivwch'R|35Hki.?)ٜ*gm,gd%'$L`;+G7N'C#LeKQ?\<^ӔkI{+ ?O",K~*rjyсR`t\WnRnsGЯ}2,˙~zh';kXwt~Ƙhm=>Hp=;,azy]H\IOoMZM`j6jk g9Di_ڦ x~E %"[Ie\м J t/ڮ{E"Ax>@>죺Bpї+,Cי&I bڧ4ƙu`ѷx9mقENhQ8=MtZݮxrx].RSSFzLVi 8|Pҧe)yUZ?elKUi/37|ua0IG+~*7S׸ʗ(f)Z:S^dZƎEH2ddWpϝ8 #j~tAӎ`}EN{\ ¨QԌ}\xMo*IRlv6KuBpJ3c02:>JVXﮜ 5 p?zFXyDxW PTi)^Xysl&58J"?O,^~z@zWb~A FTC8g@))W 58"Mp,^Kp ^9;CTӇQbŇ\"6W j|=8߸(^uLCrw ?NdY̷fG@MGGE2՜&k&݌OX =os~^s7<P8%mG$?14%~JYmNUZ)'EYəF uX o?FNsTulmIn;]WE`5[)t!7{ӀL~q@] ^kM.^#^ 4i:򖪳mQqsL 4}Q.$,Zs|R|6/6 !)צ[i üZ7 eY^]MU⤻lǫaMuJ*I=  Ns;?.EV4o.J2$wVsG8mt0ȯAiѐֶFӄl1۞"N) ăgiݸ2u (z>uT1#L:N >X-꺍,k'_N6MmAJpuB% *zw *Cc ZGLƜGWl ⃥U˘A4" x*:1z}6.zȮH]Kv!<kcpܗp'< !r5~tCn!E*a!dJ 9sw53d"Xz'@Ez/O!kK)dviHxp1#lI6vM-lf P3~NzPkU<7`?9A^*(r>R@5,*bSC~nÌy^!lC 7eVWhʟmlٳ](V/X!SEdd8-_z,<l{\wX J ]S*V 0{N 4&ϐ:hA(ɰa>E)0doKٍ͓ۛ\Q"q;℆S en߱ lHfh-[$T*X mvD6~r)W.CWc+hL0btf n?:2ՍjMc]€mz&&$"uZ!%o'kj*7էX p[ebZZl%F7);Briu\F@c 5+I`+{~EIQeby0ciXp GBˁ^֥,)&*$|84 )<*fY*,^ vfo[bS\kXh $ |r/k;YrVeQm.& !tʷx7jޢ_V Ɋ T*آ!^ÑBO9ɫh}f7@h,rUM%2{(`=2 ` (ږ>G}yP5И,O)KL2h"{NkVGŷ(>?҉@QUA;s̲ JA B<?2!_ ]h. :+@tʅ*H,v]*@ }KM1k=}ZD?g}cmxyi&]{]ObFj܌M@ˬzHoȟ8qk-sDS/!? .BUo2|Q&Aq$ԅ#\gxA>^E}+ WKL%rOpKTcRr^Q-Vf^aG;"[! nO/u%i~iF횥Sv^LZ:ɛ`.cD8 ĩfT$fi(-;%eZvJ%{nu|Y-_L%+Z#@p]iAJmZPtYZ~u/EQ73^iNZST"H(sF^FbNYa" :NzS7 ElT0Y~mbA^KU#{tqGMW`oLNt6<|!S1>RznDS:vOQntD{IAf@o:pH5!o/<•Vl!^^N$nD*=9տGvY@1 Lq#qD$AԈ)w3uN}øf6V좭i=YbA{O.zBT9\3:(W 61`(clrBO[dۣ{V!ݭq#rV$m>A2'O/S] a! d*E?R$DoUrq 4GCƊ%E% ؋$A٭ծd{xI-7-0ׅkfg}oWlz5 X w<vZq֣P2NxOk@j9O'ݴV6Z/Mcc}ӈ̰5/Ăg;T h†s 8VK1s0# 0L{nx$!Ugf sY* Cm-d=fm" RCYh>cmL0Z2F HxCBh$C6 n{]UPd|s/Ǹ?%]#CYD#/J{7Wb`5Gk ģh+!OJr)ғgSepdhnrrQ| \sf*Pm*6;R,!k,S9PfAZ\ KOe^~9;ar:1 ,RVt6!}Β^Qnt fT=d,vƸ UXnZAD/9,ƺKՏ6M(Z$\O!aylC/"VvN7!z DV8pǫnT5Y}J 2iH%WG#:GۀQ0M/jx6dnQ[\f/[- ^тqZL9ptG.,L8mO^mo7,y`NrR:k}!xhe@]pbM_I6Gn_ [~΂uΝD-ᄋ:1IFVS\^U;RL.FTO틬b6#!O51,G{^Ow/n;u6@֏..WBn^cv!Rl3f'ܖ+F5ăYYZDJt^;f^>]:ekf?˂أ~jPc ;SzZ@%uJ&Un.U O&'n$ 3=C3CtRRL"/hZXit#- i'4ڵ_0ʢ;L~8v\HqW0>,~d4A[뒲.<UL8DTOiGJN$m3Hv9eWw5ڲ{"tXCG`+.t TРCחE@xF|y!qW%!S˺`M+dHY:}߈HNZ0"%}'a*'J~v͗%_Ȱc:c༫#mifLT{B(!?# E쐍UIA*r(k=U t}lz?B[3|QE^&,$^5vbH_TH0Od\\v`ьCh|>J8dj7;<֢|oKin~Y tyqb[ݷaꟻ&Y;8 R1nA)%ѝ^ ?yGU-yQdE?հS(|aBH,s!]^9 Ln>c1_4 fk5ڢxe^8[:j]9wX* ^_eF\N-, thcR_tNfo8.+m*\zm/YL*щC0,m#-sb% ,MOM0xr] D9A??Kv1q_bUoF힌a;mRIsR 1dDfݬ)b<xc,c H0nmWkBQJ6@!Ow˖ D1AqI6I#<OqB,W0 m9!Rv \+iCaA{T. wbm.޹'CN_Ck!s]9|nG/т44'$Ig$oo07@kۡy.--[ͱc͚ n?Gp4zo_@>r`+ݣ@GN^ Ueb*A%wBռJܬx.( G)^ܰ-V^lQ?D,e|H)Ƕ@(]6 _Y8bmy|}zXÎFf +ĠO'rV< /e9 j14L Q:0>Hck"q`&c^;{ p!i^/|[>&;ew$$0r9Uecx8sxC4v{a Lt չ^aC>';h!A=SsRO4j~.U^Ej{Ύ#& 5~S2F؆*8c,Dx8Kd݋ߥȐpߠGg@*m2x;h}},fOO}׈\9 i觳K3*Qu"}akqcVi)sQ? hZ~]p%M.= gML oL,ҍHy)D$C΋c$?tzQ {7ܕʝXCAg?~ EZmO:XaNg8M 8( =gpvZ Q2ȹ%67X_&LXۨ݃t:WT-Q;kxgfZ8T) Lˇpn\#q|ۑhnki.QGb̾*kL?p{@FƜc"kb]$gwK׏kD@fI-.@=UϽ#@F+F4\Oɂn(/͐Q(Ԛfyl_-S V7DLҿp+h~F󕅘;OK0fʍYWyԏ[,jD21cQk505FvBmv ;@ŕOàhX˶<,?ZʓĝD<=mM\PCB5DU{fmFsRFfN#+ϡ_$%q~R!oT/\!`&zegV}=8Zij.@+UǞ@y hwq!M+2svH.9P<(Kԭ/pԝQ;s dj q}Lzt%řk`A{O?<4˩պͥo_oI6" Do ?z8Rܱ6-S,FR{PUM';oN`}H?'V{nVԹ d(q>l#IJ^۾+_˰*qg\𓵃Z[TYAU$^X}>V kxtIh#s(^V,GoNqVuTk<rkzg%n9hqnlRCm%Fl*Y ̿]T.ȘcWY)4bO;jEdVx5?>e׉_ aDlzd{E1*s Lϓ ̠kg1Yx#y_1jQ/6i| CETlؓ9 VBID$}b A =\: JDΛ>vy$B ~b+47P΄@8b" 2s|I0U5z)X#C*c.lF%e/oG&;АF+Cows N2 23N$>DL k*d&_)b4ރG7;a4Q& ;0-E`0 *߮k詪gApA|W^62ayb|ì詷wZD"Z뮱x>u{x 32*|"T~"@,G30 {ܹ{~X%ǐG=u2c!7VQB0}r ߆KjV4 ]7ʧ5$- ܃ҡ}:j0*nNbL_L!edGR!G4>C9|zq9|RO_V2a0@^X2'[B !v=yb]KvJmKM--Ď} !AюHˇ  w]/ۂw1?PN+6"7Z].HgqrZ ^k)P؎鱛ҮG+ )ap2 fXǕOsFaܶ6q*B }dP[T>1)WῑՁujܠN/ ߸w~O`l**$>fOhSLu 3)ӷC{Gj{N2߉>)zeژ{OUs:c,bB!AG˭}<°R'R9khSяj&6T-_4f"zu͞QU4s >7K[8֜*z#݆F(Mwoo8Ųm)d zUqk#DA0 EE3%ZUz-y?O,\<ʜ%\~(!-X1VfqRHD-c,8OC_Ly,~X2KwwQ_ iA)w) WU=>hu;k>avdsw@YSM>T$>9L(kX_(Rf biW:guV: 'r;@`"#q='fbt90:Րjj0+OJ3VԪFNOF˿_Jg˒F-~H4jPRjw'|OQkK%m9uˁ.gfoD_#d:xUH.wKxϥ|^N&J{o9٘*JRۤHYy$Vp Bd=b/6LjY꟟ kn*C M}3E+7veG`5d.%*/Fƌ֓r+?.˧gnJk_=81hS? e?$R0Ni|" 6 e'1D4xFUzwȘiJ /bE;E2?$*տ7 3IdYRLWxp{ۧ[%ۨkGzUi0D(- (wZM*unIUS5  vZd{FUmTLr߉Eoju6 Gh\WKD aɀ:dzF(>,q["5llһo{e@Q (.2@5נ_ɚZF)JP6g[Iaq <̡E1;k/?(W9`'dOf48I%^chMҼ#{M.Њ[e"(mxDWwr͛ٵwiKaߗ9u琿bޏV`i42mt(Ÿ)eAe QC֗a-~/& ST>'dxS)o}q5*heT痫-]g ژr[+FXF 4y/$LϰE{!(]7$f!(k2j&LLNXvV0# x#r3E-ԾۉKۛSA/ R AXn-@qyg6EJe/|>fpϨ٪~jO ⷝ7Jf,+p4# w ͘ݫOq!rf+"s; NHpߧä=B#2׸>&V"4KTKwgNhtHG2^x?"M=}}xȸxPz")G#ŶRV*jGc ^ºn) TG4/T؛p Z&9Z xSP[׎Fߤn`½%{&9o/L1*L9jFiꓠDBҬ<+)Xda?[4nq9FC7t[=6*x'0uH%6oD0^ 9~j`z(N;"2wu!ESdi'ɗEs\cG xs:U4X|Pzb+jA8 Aڥq󦬠R4I7첋rtJB>Ou7܄*ġ&x~L4w 2;X(g6 Rr5C 'Ӳ s*!lGV_X#xV67eFg%)U{c:슷z~W ` Z*ȜY;"Kd.Nol1!)3"ƀ~Ϯ1:arMfd8=m<ݸqgWl\Ro=Ax,PǙ7ȃ5Qm5\&Դ6 Mw^æ<}'[Gr-Um!tF[˱CȂ۩J>"p54:rUq9.,=&=f?wtk6$(=,bgQ6R ;7Jw4`B5' -dXQp Om {O9ZOi Q[s e@859ń{GgV{0_>G<9aޅ@X]ш4r^)fC[ :RY%iE^>D_&oL6|˱"Po>“uLeR[>0ify,FC+M$շRprH!Q\o}9q~9\ V90׬-ӱbdvbsz~ؐݘ]WO R PGd=)e_fl<˝_$/h3Cuj #upbߝ ׇESZ{=Tyo)Z _?2`jt 9eUd\~Wol iYo?#n4WdBgo\ nYtAѾ npΐ^ETz4 ܍QTMBcH@#ԉPh7jD1 j Գ$ Jf=`HU1\4X]F~[A""]p(wFC:瞲٩ W)e;_ik|d%y Z&yF@V+du0Mms &I!BșF-ﶋ'%h:aI:iZƏ/g.+evXnLfbYCËzj,H x{fWrq;,MC 3sCm48p%Mi8Q6h+j+͜GZp@J *-DkÎrvV`\QWōex;i)qP@"lt1|hBVh1|l>ϑϮԹ+>¥I䍦ݨ*p}K3Zr /yu\QtB9 TgW#;_D2> cHRzjX;qqۧ-}$С"GWZVy?᳓KRY6EP d0*-0 pR:.OaEe~Cw^_b~ϋgt@/6{1u Sv/?8_7Tr87ioF 3n2n~s^v\M{FKphd݉M*]XyzyCqcI]Gi/o "iBoqN^*¡PeKn(&c191j axK֚E[E`=֟*^{z1;Ky+`@OO2BH]4Tgf8+Uv]rP&0K]t(O8.7R6 3R΄WmeyKZX5ZǷOzk}i 171t{ξng_j./耓?l2TNu>xGaބ3Đ\sd 'y5ӟ&Vb!BɲՃj82^[l|[y!)/2(z>=D(VWka("!3 0W2y7}贠i@ ]%?MmjZ(_?Nm9p}n=@nPo07 =st cR-uUkCl}thp>X֢;>V١$ꂳF/q'W̑fwdW V sFs<a}Oh{T"=`L yΌ:3Fg9 P`ǚD. *F$ɝQp$ai7 PYs&?.+J6i 0l6Rb-#>b`r ɛ?p"OGgz}љ"X iַ c^ܚЭMZbwa%Eߌz1@ooO&w+4'$GR .CzǐO/љ W:Ȏ>A]#'@Jcnq_Vg.^Uv$\`6{%c hGFM uL$$sS\6/#\ҍ!%`qKtZ yPޒ2?GE[kH=V0q$_R3E!UUsjz}/6J;݇ wtUu!ۖ]2Y]quNKC>tWВTpը.xT%tWj^[S ,nY&xոg#4HX;|h#15Ko>[+i%.2Bp{ѸAN)_c'3.:7^508qBK>3>nDKpwDԬzJ8M{ީ`L`̌I߱ rv_1b1u(p z8z,52HW!<;#jDJᏬx,OٔIְ%Ovs&|UNq2<:0x5\=ðOE+ښ$S $V-du)R0&RAo;dutU,IV&u'|EKiihV{=D1F~G燕D+y1y:mҍW6p_HG CAFT7Z|?z3wb}o I`cƭ d,71¬:Y; Whtr lXbvYd v^~1|,XE #elKZ‡/O(嚋è@!^ěE{Eʌ @٥ߤ@;`5qQ/` -r <E<ĉ? ajy"CӅu<% JQVX:h2/-ɭwaoPi@֊HĖ,ꖌI%KNK!؛dF?Nً ޠIi?p| @Vn&A x:kq:6&f+TW,טhӅ'P;,%m~ӗdKLt+`D :rxI*1*ur o.B7HG~q&| lR0ARx^L"wʛBo~L^`@qC 9~5Df v([s6]Ou:'PÓ׵ o]Q31YUQ Ꜣ R!mQt Ӓq1?bf.e?k~ⱌU69lZJT5QaJ4ak)D^U@|EM H+v# ( g ^X O26[:`5yTcْ8xYRWP9 ;?j0”* GZK(?ԽxqA)V b<=¡ N 9l}70aH{2LSԖ{t$rß,%3^_㐓u!(y=ǎMHU3 [l\ R8c+bC#C/yb;hTO&/>Sz#a=푇W/&Z-Zzf4zS턷q|;JfǖH <`hAaz(llWA M Q+3&ĺrAWa;"r|Bᐘy-o8^r-񄧷ka.:H %RmqЉ~G #|bM&$*Fz4CR& c1=Ӏ=,~'V$o mɨ d&4>67ctchM68}x)4LJŧ=" +f֔-xщS͆V)nVّcs 4 AhDkJ"m{R:o U%|# 3^fW>A|JJbT4~'8bm_t hnCxE=U`T5VŢ0`Q=eal`2$Rj `˭L`r$c7YNiM ؓknLU>=t2{åaKz^(rDv *FbeC6ϋxvjS#W)/Qa0TsbYvΥz 8wˆݪ0q"L?3-q ݠLwLH"3FG)kadթ~Ul:hRo Ū9Je uވOHϽ p|F Ɇ 1%6p] J{ި^.n3LdlWd)u~g\\F(pnOYnUDע%j1DPd@iwBgdi̔ݯqe]PoZrf)u/w= cc{c;l%9սBnܬo 1^OW LɮH6B8$ϯ%lsoj$0U:/H垵%[*DZoуèo!X9 FU+fݠj'A%u3syˡkAJ~4`\B)@yJ|y.t1ȩѐ ֪E>{[# mi6.!EBX@U:p'l 5&̊ DYCYƜt㗔([FqY\d_S.&/ q9>9N̸e5%,Isn+ЄSenj3Wp8xe˾3ɲDbvgp ")/?id'b/T9Rv| $vXuYXWҍTF;~(!ܮR9xoVh{ K#2a!Mzȕ7Nm9ݪp*/ZgTu'"&ny!iVc.sB?:9ګ+=L֘X)m_$LhsN|n>ֵAJtGV7/a (*R&$f#9Fw? >&P7!K@&µʇ([ܐNy>b3ˬs}g 3kGϐ!L)z7y&S\> ߬9䏯+ PWlEL+qtdwv6Ryu|{g8fI\ LKt I5⁨nCT8Oz96gc;[8Y-&j^}5!O4uL\2:S A@`٥Qq٧.uK[cˢWAyZދJn"0w"mYÌv&#Ԕ\zV#tJAS6d" J_afeC)ǃ:P{F+/TNRiΤ 2E{Y&P5Y}=Q Ј,RP4(F-*"Uc_ȓ79ǽcˮ7|lҗs/#˵A{p.[>GXbI 0S )lG.};:b?VI9MVqa:{`&6)31>D+JGF 0N*}vH!^ U ) ( X.fʩ^p\9yO#06.RF݋ Y7EZյm{Z6:_*}3SJP ~yߨd T);uܯA$@wB1: H019\v+Gmŕ*'^8ύIm4|ybd1WN5K³bU;sQ:E1\\'MrF@\gMAYY>^#G fN-2u8g+ȗbç5 pa&%+^Fkb,c/AB)]лpDL%]Bfc#443*< muW3DC?NalH? ܱ΃k7] ~Dd!c3B]W48ob=##h{Iqۿ bɘ6ebcD; ![4ocv_wTiYszh[8UmTι6CL1#G`c{Ӣr-,\" %$Uͽ vb rjD [i!ܥP)rF$A> ~N{[k0LJ! /j2B$*MA{4;ȼzlN)ӣqzur\٢̺t^83gn>}觹zjC-gRC.Xt=ӏR4E*=kYPyMyʇW|yp#FgIn'td"N6n0F]ag֝`4KȠ;~n@7hТήFoy?K8n_ @7' 4xTv1ǹ'Xr7qX_ϞS'gc<6e0@ǮC4F@xR/jZ1O0ngPm펁U݃]\^3hܫ-ERF'GA|]J0sL'fbdŒZL/7/tGE&U6zb߯I,"|Z}nNK3SX@*bj8t~5hy$~ivUs(\~xLWGlȣVrtTmi r;fCtJ@75sxZa6dֶZ?<oݷPύkk=m';.nE+R<,g eVwګ$}}ujayϧr-%g=7Lwh;>n5̹j7ytY7;OR)ҷ*"kҊ5bJ *҄cÀNDDXa0?x%#iּ΄lQHؙmvrŃO a#C2ogSoDͬYBoxifE"pO0Yth3<;,F2`ÜY*j@cθYA޾nj:K4_i2pmǴ~ߏb.XP:1gC+{XNI;GDIɲ,bzLH(X E ed%/bmX./1/x&M6 3 _wdx WX4  aJgv)KGⰫ8kɆ/DgĆ3|eY6ObCm>E&&K2_)ҹ:F^Dtk)AH:{PO 8j%la/'XL2Bf5%ޞЌ8e D U/Zkns;pn kUlT=뎅}į*_; cȤ(uotCj { lY?X=:ﲄ{cC6C A{e&wH:bmqBTtKniSu.rS:>"fW/Z5-*֛{c+[(>k !k-򙺥*\|(/F CM[rF2ygY6a_[r[sۼNw7xjIcWLV1^RdX~eS)oht)˹; 702>w%ly';=/M'+g+*FFvҩ פwũ&7ngf<R4G4ƆhSP!Lu0,HuSvgU4j gmo҂S#C'(~ x/)y'w|b0pֳ{ r/]fQCt-ׯZtkc24JD heNnk4Y@u=tŷȶg "}o%W 88պ\luϨ*@ovN_X,o*؞ǻT>QC؝s lMZ>6P=Qm N׻}C3.4!7U DM( g=>nREݹs+|R7Xc- $+={x08!Z%p u%V 9Y(mfnvj;9JŽGӜgmIv@6<d5Fj6k3rXs%&L ,T.^yNpQ|}Bwg!WәbOBÿfEzI&rY#A'y(: ߳ wFtÁjRO!e]l?'We/8P93*g8"D b7dtAHi%Lw!e_=3U A{ pJ0b;=tIDv_aQ> jvIIfL]qSHͧ?H_ ,.ہkUjۗNw7=h>⪈ aAdPz[arBl\K%d\ )y2 Wۆ?b)<Äʛלw`}|'0Etp[juGofVi3.? ݰU"z`Jt#ZQØ#~.H8ܯfkƂ hcF"Bq jKO~4rӳ>lT/;|9qʫE*ݦnpǧ'((1$'mb[m\HDR jhƸ{D[KYt tYۈ]B{k찗2CORNgb !?{G3w 0A #RIb}ʺ#c.nHE% n'T R ł鬟 Ѩ%$ `bCK' "O~7#JRTRh:`7Ֆybwi^0Ҟܕ˼DNl {uyrQ nqUT2@1g'?/\,RmiP*AlՇ,Hj ,ohS,%bd- kqT$ 4HHʤg!=".Ÿ+^ccd7? >.Uslp~$4M ^#_{0D>XW0o945zŦ0MWjg|f:ʦګ]C&یiHLWw*E0HjrSG &.]oth> s~—˪G&up0\ʬHn m9K{\JCrT@Pctz[YamsG5'xWXm$y:j@KqbX-BN` HTkk6ÁM8.Z1 Vw ׃ \Xx|P$Æ2QJflt>3oYGVfm\&*TeM.ǬAϺ"NʸYZlb;^acl͋5;B| @EXgx~WI q_CJ=@Vl="ub!C~C&TΤqwչ(ˌǛo}p IrGz*_eI$6W(K-EzR/EjU7y1\fuk7U8AV/΀ϲ( 罡xoKyd6_(U%xگJ[YA"I3pD='ו#pÔx3FX<<ǒW PsZ`\v;:&A_1%h-Lí~lM:i_f"RxLkW@izT&d!FEf!>2<NNIXvCqf\!4( =l5U8|i Yw2u1M.t&~K P]#|5 _J;ݜ4Ff1#;+2?,$j2.NPu0L0$ UK\65} ޛ.MBoke{oV1*m(w_NtE4OW%lӋo:?')bh޿x)PNN5zFȡӃw{5իrZ}rN \n~-9#de< ?RE烾VZh2bJ.nx/ @85GbRvZ?)Y4/ڼSe?@ԲO/Fq׏ɀhu(N<ĉBMW˴RF7py4sԲa],6"/ Wyt4Vstp^|u'P E0EU{Kpe;GX<d`/1'½0r!FWfcVNdC6op?xB؍j@ӰmuqBiVнIs2jr\S[`r$8ƹw631z+ *H6Oc%`ܱ:TN=e H8 cw?ϮG4-=NDЧ>*\c,]s:X VfzuL)q/dU48* U_{aWJ/}Zd@#R7 ޏ]>ׇ&Q )iR jN afte"mPNjLɚ͝{[FR/EM{agyh{Tlj͹`uJˉ[X:B꽤! bCztב`W+Yysff3{:*ϱ3piCJ\e2"&[O=d- J[Kf9n@ʴfy uc" ]& y\ƭmL~QusG"76;%_3̓n|:hTzPץ\v|!X`PJĚ~gMQI[Ty5ێ"&x4.8027*F>_:Ov}BJJLqO~5d! Xcԩ*|I*~W)߯Df2$ZO//RH]8bӀxzF'(`7j"gN?c)Lo➯^770|%Ќ,L0cV#o*9BZh K.*gmBx(d[tp:]u܋O d⛴GAQ4sys3WM܉QܒWt-Q3 ۗ? L#UK{3t7"F51CzN4HN x 7 ?Yee:$zttK+ZrREVI9 "Ab<ݵA9:jbhoY}ƒh^4mL-&B:Ay=F?Z_m^(u 7}rK߇ij#:?p7’?E2"ߜq~=ܫ L t_vCf@R+ە; qS\ߔQ˂TPmmnpxfUTg~d1 5G& .qv6ócS#R*sQڎ#[1`+|枼@/ζ#_CǶvHW3,QS\TFоVg2aFD,_L |i 6XґYnfvEfEZri㍏2 \9ygk%}]?)t!AVsA=Oz w-]nȯЀ52&HOH<:(! Þ)1uQ0Z9<+^$y/@ʽC,la:jR11eG1?+"b>OE_P0%wyGķ[]`\\sM-gC,_7 HNtv<?<7]yНPpliUM&J)&fռ]9Qi s_P/oIAl .XM2)6#]sz@hQ<@)xDS- s!+\ 11y5v%Mz=ʛt \?eMdڹ;PGpi:-HBIέ +}FlGC1OcJul0uz ֜tE3|Lxf僣ɝlR `DDqy !OHgR$GQع?HXU>U0wOnA:^2LzNoH+@%)2uժ1-E,2ð̦9Y$!zO6pH~ 2ʩ!j]5cf}q*b%x豥'{산3y"KI(pJ QT(~NU)%!tI&pvR= !IV$ؾ6/O<\6;F B}T'/ E޽tRzq-ES,֡bMgͨ'pH^vNOGk$KO{cf͵z;o]X{ so%;JVZ8)fV2enfEY.H2H<%guRti8\2zRq( 9.y.m#:;vQHb8DCC$LҙkRk(V gǖ_Gi`έ"<3:-3WʜcLF"*`<]lRu hf?b^#B]NSQZ@zkba_7kΡ:GFILnLW5 5mnUd=pCo8R`khv`8كY2qf'K UO!/w9&/)H#B h'.d֚)1#\`G4x Ő"Ad4}ʤx4W{wQaR2ya< #=ue1Z@GFsi7i:r_}:bAg6d!9a\ri"7쳿Ip~wO[>LUOqN\h{ Lv4R/F= I9gDji,`OE ">ص=u߱']sK&\Cm)ο )*EF!3#^.odcʐqMbǷ[чn%&!F'E.EAX0ba;Oj>*=u4# J"g&(XSm?z}5O ]#Kkcy=][&Ñ=$|ɺ @ bUiYY.hñih:%1j=E >lwCY<m>2uxv?;h!n?i&!†ϸ|o8 s50{ Zp5`61osBIi^Nx`AڢXnO҆m?; 7:xuҜ:N_'ä׽1YGo!=c{#@<ҊY;oS⬹jY'=s %liq\ԯ?XP"Gr!=ÐuYkǑLpYYq}*xA#AdPJ=)nmgtGy?.ڜr "uү?lPN +[l융R)E ܮv΅,P4Xy$mFLV%TT)@91H?5( 7їv$0ib&殏*"fSD N¬669d6}`de,AՕ[ s 2Cw #ewr{t>kzH)%ۣ15t`i$u$Бs>7fU $k1 6poP&uy! 2 $$&xq242Eu`Ofn-F9=,A@OF3{jLT \^xV< l6NMJd[uf[. 2g0Z?R;-:@[d!`D-wsb ӱ=qJ RǢʒcS,~>)l>&DCQ9# }%O}O,a ` m ˛"H&uI}>Rq*IT)o^SF~ T_+ 1,βR" "8R1V!%oxb c׋pH,x.,V$(Ĭ^0fJEX_ /{& y Ԥ$)AͻCnL 'OtQ*#s@?3uc.j 'W"޵iW{W% / f-GS<^oiU= D5KRr3xΥg[Q[tŀBosYrT~3tdS+.k/QlqdG<2S [ H =[*JdۓxIgNq\sU:-\t[zfw 7H6܏6_hC5!eJnF 57+NwӬ<)H {2N<.;M r'Ves%;=VZpW5 2 aE<G,Fۍ9I56Mg[]ύy?ۃx\6ޑ!0X2Ũ[:)B@gVU4>7FZh]Zy| 1/ޞ,dO~Mx]5SՋ+{2޿[/)A14) =R5C,:Eβ;ӉC>] NhZu&"td{A־;t;(`DSd^kfA"ێ":վQ.˖Wݺ{#;A\nQwER -r@Rn7@]ug4X[Q(/>pȴ>-d9[X2MPp?xt$ބC<,IOSd; |)GZ"![@ėYL-6[auϨ :0:̞H]*!Dmz}$a^.snS5hIż6HxK6냠oX;@ ˡ/g^bn4KarN]srYǩi+$%5tfPF! ڡN${MTH"F(,ݗ+bUy:(jS”gSde1,y3tʩgN\XeZ.|t?=)>&ZLb :K2ņ+;~Zv0^ )HawLW u.2e'""Mq9{A4q7+hX:YI;xPHЦt*]aXYOuJ_t q`h >%_tLA~nw,h5=y۠C$`_G}]Poq'@0zdoYI'J"P3=sQj^EjiKŸ'}GӭnZN~x` 5<>g SKC}~n`BM `'gu%0CR!qлgSL3y1ֲߛ'&hE q\EL;B: 6BDrf7֮L;{џmB=xA; H\|bitplM)lum gO:ϨkcCLQ+( Ef|ړc6`5 Gq-K՟9+O*^xxc *OFimeH S̨^DI ga"IҀ^cCҷ1(SV"`6deDomR!y({#kf\1A;&P :۴]x37Sum1n[YJ-K"wM +#??Gt EAC0-JZL}1AAlV(RQ@Cɕv;R@W5M Gw YTbu7/zV]6Kwr#?.Ӵ2? FjU CfN<?aw>.7S*Ex:\vVGWV7+`6acSpU%}r}Uw-5SŴSah tJZCL: ʟ_yG,&+@ m-!, "[z|xwguc9aB+/ I =l$H$F0gu528湟 ԫ!w #3 THlR:i }/v\)4HI噧( o` ٺJ _tŰNqvUVV!Ab:Yp#u&UH /,ovR?ϥmG,9S:۳qgdtڇ1oT]ګ$h'V%Zh]sNtՇ;k*c7b8W>}Iۻaw}qCV(қ繽&\MBs[]9g@Q֝PrGj! =Z T]9guiOۼ܌7I9 rwo}2!pyb6l"p0 Jv#+U WNm-L o*Z4/[V-tߖ7qYLur C&qUYOH8ǂiqr[78uE7_ `}78|.$]7Yxl>fp}ckE(ZG.#sq7J\w_sG&lf+vGD,8+У;uOC+x 35uI BrHmv3 0X^wPHsqoYNb K?*+ 'OujW B|Xϟg}G'U7l\ȅg۳{N8) @ `@>MkJH,Tf/ЬY/^^DͱVS0dUm}Л`Ae:,6 ӄD'>MONg}v!CiyL9 RÖ$PE FdwKHng>@aefZG:xC W8>-o) yX6RJ _)лqUB΢VkYTykr إUHH"AciG*|_{Mv/~|'tVwe! hwa ץGYW ,&Q#Rux[u{0,J>BoQ_cZ=j׀1W!B=…"WWǹG_)EGL` ,|fu6<B\ǩWwI~4!56RRAcN:\jU={2T *̥oM .d=ndPfRՖ+ 4d- 躊v404M9ߝg'GDᨹWMjDQkTW -`D;W>CwS@[T飬?WS#EЂ3CSIguưXqLDW;K^FrvAR!.TYEAbTA)2$aXppjz3dpTJ^WietPFϣFXf;M";&|q7^0 W?~wlW)]H2Ҿ-S]D/;e 7axTG}˓<SUjB̐yD#?%YWie|O ';{!S^Xsl|\ $g{o!Sqyzs-Ҵ"Q=Rɧ:Vѧq6@~҃ 4}LOAL|{5PD2U18&pqN b8Sé˄Ʊwy21@w7CSlO? t,΢ xV2:::&] g4}]Ĉoc(ɯ%%Z3!N_KNyf~xeDv+=v.CBTUuoc@mes5>Mmi 9jCWUϊ{4I %1d VcjiaRԸ?_䉞Ϊ)vwqj4rD,=lذ'ь 7Xs]GxT_s$ּRY޿ n!Dǡ+y 7XuMd]̵hlϮ!dxdfx,J04ؤ̶rEzue9isky(G;?wj(JpQ{u#]ucn<-'(1ka!k# ,W}u䇧\Վ4g6KMriXr`rE$vCԟy ;A"Vf RDjZJ_7G&^rhyQېd9#6V OFWa[0;`((uɋDi;q},zS2K`N^kR1w gf{<F"d G$3,cmhgbCHm0)?#춐q-׏p?2Zg3KT>h Q /_^dis@;QMZ*I363DO^bIvN/xz-D|ē%E'v%]Ŧ{ ?I<o=Fsx) uH1mhG=7/7 ,%}8L9,ErQtdcGv -G]5sKVe,RbUeq_-npC$Ig3vłg]3@HA'"&@ I/ R%19jɶ6[췰VvRG\hA#Ǔ.Ff!֕z}95DӪvBH'Bj4C\̊M<`&@h5fɦboKvUѯp-edզ Z} F03_sCmoYL!l\K VXsqqյ_tA2tj7cl!nA> Фcx ^P9u`'ckcߊI"ӑO 7M;wZڭͱ+%9t4Y }{@~8akP3ۺQ-_EWUPS"LDt1U<]'I%(y tP-Lԏ/†Nu:8196]a&ȍA dcBP[jTm{AAG  YPΡd{Urf.*vt ,'me{Xj[rz*8@T#ΖhffIFe;(ph6ip:DvEKjg47Z ьռZDTF,:ɠȯEȁq h-br Y$yUt ~1ܷT+wl LgNYi^^~o&'} Ԅτzμ{r<<)AK8~>2G[iCUl5vfػ2"1;H)Yu-hXCAO{ݨpZtZI>mT~}ݱU۵Pat|0ъN'i4>R@s|P;ꖣizI41lrؖ=CI #REAs8'REetZLGj@N>x|8gޤ($(a$5[V4:.<.1:!;) "EAN!2.@T䊺ID|Wƭ*q}$.ϼb=Y\so"##ZENע(KHQ/ "2'50> };FslMAd$zlߵb<_|{= U=Z>odŌl?XoHg#+eve') #DMp:#(M?4csG ݾI:vo}5dIP#mQX..DcߺYFh- +PZ%dA0 EnSW*%H[p줺"$AZLOf^oR0O箱Bm\h'3=P-0@5B}_69S*&i̇.z8ggP5|9gG di gW e=U؀* وh#|^lMR?H-y0PYDT{]C`(~*]`fc1Se*z/[cROFI[p S¨ @6gY(q 8cw塞Òt餛Y' : * ΅]CXZjtRy 7եS?Tzuc:? kd.ayPF IClU"_u3ߋ"}u?1" ǖ BɣWD44 ֨>'xG;.C?Ğ$'([i,tI%@q ї'6ʣoΩ >昞ф /Pxb O(Ge W.{[g7C@_f QvtWrriqW^HY}h@28 W`Ls` P5f|%:i ҉IA/PENHtl'pD/f-0)"ڄЂ0)Wx&9ɽRqwyfn{b9nV]=_ ̄5bf g.(tftfV億6lQpVhD:^ܱ4?]ʓ"A(nl QII7z/Yx_v))X[U/?о1hF>1-nq&5X:tuvw1H@'Gt!وD8BkeuQ:޳R9)ac J{Yq1OD)!=[-Co'b,rUf[NVZe|t'x)خ&3;fT V-Av'p@"jǠp y/)ޔ `6<&&0nOw}k"[@*B\ c0XUq○l0H/L(/dL~KBn cu\S(d.s.oH(v3~sȅ8D [,OI봲T6]43Q-o؁` x7PE:kwp~:F'c|:.3[qL}s-+_o"3ʯx Ʀ3N|8M($a2t)(+V^tV$$%;*rMs["8xS}4dw$|6z4Vv 厖aq<L|)j8E'qN$ J&\Bљg;E什2;'vM2:7^3O_AgU;ɂ:NCǔ ñ :dfFMW6W 179MB9b#ɩ/..q' ob9#]TVh+4OdWZy\\q=RhYo٥ј?'\N <}q̃K~YV7xٰpJ3 Mq۫dw5O$Cg<n=Tq25 HlEKZWo|gzqZ ݑ\۳*x1Ŷd 0W]|6h}ԠߣMŽch~`lb^:q:TOpL`caU}jH;Ҥo2FսU9&UhfC5Pa*dpWRn$8jZ2.m-PIJh##DkŌ-b(b17n͌Ɠ35᝷XNƽ%OlI$qQ#cB# m֞s!9bNX\TCʂy2Ԫ+sq{Z r70Q:V-,ۡΐOC^hkr{ӅeՅO@S6=&s$,^Mn>ZIWbeLeb),P f, ` (IU>ZdqmW/T3Z{?r>,'{:@$.WsOPѮ>Ҋ?V`uBQ"ӊj;q_iwPH9qmRdA&!|~(Znv8yP#p7!N EEE!1sa8IJ KJ,ſ3I#Em *ytJM;5CIK!sLGJR5Mb?t RM4G0V;P,>"-.jp{k|< zQ2VYRe݃~,f#w#ue¼N\kdweRL<8\"HЁIy>rx~֭2hIs6p+^ e3KAah]3C (z1ci)t)u p y;/~ჳ~\\.1}X͟Qrh֥p)ao;/qa`-ԝ Fl˜$I@]K"zUZ{->傳I r|bdR;_ZIii:L0r >'>@Jﱸ-֑.[]0al*${0 ãG\WlJZT!l<3*zS۷;,Du1ѹm qu+zXmS2c&aOQQ{#8#CFi3Ѯʷ>Ǭ$?pKCee z>,.Hbf˪y8GoNwO]R0AAH7H" ob)= jnԖL/"ł3XRw'h,XwMrJ/ړ3 s6D 47YNpZǏp䵫ͩ. gXC Q9'VG2e@'0PxS4{,s eKƿ&R^pC69K0_ +Ԭδ&zYYnWw+)Rz:7s+tCiFt`%Hf U$Y(!,\ Vb"X?d]Gq緰pvvcRA|H#wCD+eݤzy4BrPH [ fVXJ/I}j"?aD ex#l k@7%n晅?@>}ӚO|Ez+'4T!mvT]Z} fQA OHT ;X #5ZDI1rp`2A'cELws\rcEMV2$Hh7l}4'b)5#xu ҇ Ӛϕ8ڐ!Z}WQge7)Pc,#3C˱t{~ [wpr!K)559*Kt{Â_DŽ)1>Ħq v/qDR<1swc ?z&ʛd4lXQ<şWJUIdrGW&"VRوd}Džr c:SuV,O@auAt)GOuVs%h |Zk\hQYeKEZskII!C՘l-ɀpQllߜҼeW0W*\sRqn6uUY^ٸ]%kiixکG;Dph^=ڔv{`HXVS/DBrhx w5l4(bX +0o28v(R693"^C$" !S de%%QH6z`NΒx|_%.)u28#<31ݻPEIoSv>Z,-b3bn trZܩ;`4Ud%o<ށeBEYZ[@"Gr=L G ͉0x MٴmD uo;3jB5W1M-ҽ۠/E@3E/XoZѥlYv d~Q6y#h0\Q%cv{Pc_=w.o=c>= GYHfad.d,N 6D -OFZ}#3}8* Pk1 !rGZ;FJGRhPVn!679z lx]s}qM*(Nu@a[Q = BC6RƥH ܚBͰlD.@ *kk rO5>ݍf bzP ûI x|$RS3eKlTHB,`qړgW\|!sʓ79N®d YE mnGISZ `XodNIDu@y@Ҥ4,LjexkCVme D mzk]O"[.RŮA2fjfZmW `1uN?h )'Cq$;a2̕[4tPW"L<2{D:s8a(hD>beh~*1-RqdIO >ća<'\9,2G i\0C׾S~^]a+@ K!)&pQهFaH}?~* !q<ݟgkL ,ZNx'g[ؔ(nE2[{v+ybk::h|/۹[N*Ƹ>[וm{Cb$qLV".&,7pcbG)TMX55%]ߤ~ r⿬ =ޒO~1lB GLR-`}) wYC-Wx{G"ެ*#(v;ň!6a]*%]ыv@jBW+@;'Oi`Eؗ7h$ 64f(?:[7M.Ν Dq|lfsWf)Ip-EYȳ(<(U"OӌY "7;dss_ΊAqU_P+vC)V@dɠ HB8]k O$/6 ܞw L>pΘ&VO.eW쟧R;$Rɪ,cqwԌ^m}11j+\d)v [ڵ0ds&آmvwPN7Ɩ{v(soC2d_03з;GQ= U~Z6dpJ@~éOHDqWTf@ĺɱx\iJf"C9" n dt*,IP_Is;o1t#ܨkE瘨)vjB N!@iL{vպl^Ny2YOy|ެ\ ? '/h̠kE(.~qT9\:rz{Cd@ՓwDߐngZJJunݠGyV F{ =dB"{W?h[M6UibeBD޸sܲ81NSqETg=vbu4X 1 &Ctl's_gLfggrezL\.m&/u\K|Fe.20|vBZ.[d,tk NA= g,F'Č1:~XOJQt"xUI^l pY990)3-8cqRVЀ|;!W >Rb4DiJ$oFkݝR?ZShH5Ucx2lOs3Q.Hf)v L|&!fKŐ@M:lV@GIS_k 2OҲUG 0_H0VG:Դzn0] qq'K՘Ys{OYQd@R~.)9>u<툮P@9}ع6FkR{ǟ³"-P,*Iכf1Z܎1%8жKַ5mYXRe, CꗙڣD|.%b[5{Dd?E)uSs4_ ecKwžu3oJcӄ]e6*<ϚP+ϙ/rEs?I<Ev)mE\kP,r0P h׫;^x:5NQ&1&5p! H(]4BNhkdWZHcAX2\$`)v;>Zs[=wQi MPh+ 2٦?G,d%Wq1߰4,C6-K7Qm@PX8Q35Tlnl}G34}Ѕ{*{wpxW"uD|1G6]0TV*]9R_167Xi[bB@$ztk(Z*L9QМ\ս= n 歝 Kdf@q CZeFx[onit˷X8M:!o9(> Z27Txdܦi,SH)f%!D~x`l¥{t%g\݊6"R:w F`,>(pʠ鄇E;jd.TЍaXB@y'1 „~ߴ@/SP@πG<59'mg'97;of.*|λn}š1Oy!Mi&fJ0݉i IZ̀^P 喙|k{#̷_ȼdP#w͆wtu/: $Zt*3hObr|תۋWl/im/'T%So8NW@֜.iHz Z69I?o{\Ow_I'iN`AK4L#m1:F\taJGhgűZֵqo:i)sṘqXr*T RlOa4Lo*6!^lY z1UG q_f%aG?dcL#\I_㹂7py)]4 odں a\|V߀d᭳Nu 7$UFA($G]1gl.n-;i^:En#W5dؼ1GK^"ŶcՌйe.;ESyonqʼn]dZy}X1cA)zBxYH%c0+S]Z2 P9YC[Yʩ uA S1K6Iܟ~ٍ ĔfMF =5SxZ+ouQ{\!>8iG/6JrT>jY1$ٺ!qkIR3'z%T_Gەd`ŷ^)WkUS5>ey+ X{6MG~(k:X))/lzo2AX&o(0bBl}x\.i(0ta[aJ'OXCK6ʒ)0?m^I_'vnNl}Z/VD_{KDϳG >Y+bà-倚1 .m͏< .V`xm.bxcy%J{M>&?z"^B:XְW|?nl* ދdS] qoO6 ŸIq!i3~s,ϽR1+LkL:fAca:n@h믙c#r,u起sESipc']ouПAu7HR(Q=FT{3/a rY4وs-bk47+S]{M 6Ɍy d2/zJs@3,O?ݠ9ǃ? Y RZt5#|Vވht|yY#oR{NO7ϙ IϸB x`qv\+v]? r.:Â@$W%^S%ĄAGJ8mP[hHbkq=~~ RF%>Z|S}G\DLSUzi1rďMpETi\w螊_z#2Rs']K^,=P55N4J\Xqzn h)tJZq~>JZj[p`sj83x[ pvBFLx)78x+P&xo|,J< wYg =F8w H:2xѡ_ ;ƜkCX\FʍWJlȶsrh,ޒRlm-rc!N8* : F 5t($ ΩY$ɂZ-FGDfIf GD>Ye.(Q_^reT<8 f,naT )v,BQ1%CmmK'ң9͂a:VJYķmf&Fz݂hN-oFz?h_w8-C(_S;ɂ[ݲSn0_ OeX?0CQ-Y+mSg8 W- uur7x =CGi}xInvl\9mc; -(?n۽WRrU.6w#ng`o\ES"IF:@fTld_Td+nCzw5 (ہMFUF*QvK1p6s3#NU3:S2֬ "$[ew2ۜ~.oVǾɕ\40gN)W"MMF%^/W!d?Úh +Q!ws>cHr'굻'GΌIt/߱(p%/ NKt\,u]D'O޾v:]Wz'!+ $Uwd0im|\?6zoop7/'&YIȎ)<{+ZvX A#,Y-fs{zI@~yfIb&VVU9<:iI.(pޜ;ڸ"x@ ^oŴw/+[w@aDlT-|M B^oP!01Z!wGX5go(T{dooZKJT‪'J1!BCz?xj*`P+rO' d^Y;`> --̆]If.?ʨ@ĥ1sBAZ[e| F\LA (!ּ"TB|ŖH,#Z)hwC攺sG4SSy!8TռI 4~rmQ?SƚȒu`x{+X#_I\ʳ͏-=-'5T{r"iTo+/ď`pu(;5\j({jdeI8|Fsnx2ab⏙khg`۬'#;&)wU8A; 9|lq4,Y`r</,Ep׳ʥ* ?1ne9&@iQtCZ?GQe+\I!zJN^ɪT)+]̂\f#ĊZ-Uv*(h(,:rGԄ^H%&B"'7D>!>vޠݚ#;!)WGsTa+2R^0 $h$ښ7CWk-!%rIM[ju> YQ Y"iXoNVMo5%coK4=u&@S퉜P.ⶌH'8`X)D&+w9@%3l1{00T7Q9gX5uWA w#v20+x͸J 3a(`|Һ$j!҇Ud7R-0[wW:ǴV[2f36FPseiy7885y욡o:IW5Hg,ȩ56EQzX4?&3f\ ϷVRp" gS*d0ݏn&1+2SYc?`#<ʠ)*d2]JZ Z#/<j".Oo~=s3x}S},n=8Epau5M!%@_5BhD,"aθ>ek @NQw뜰1M^S[NS ˨"Dn'"lPef R}G7NJ&DՁa( snW6C#*_`S1rJݎjPP*uvW%/}`8lϠ*WɾBUThؖyS&in"G[3+{MY>IogV';:#E 2‹{m;I<{U&#S$x\BZ . Fx3at.JwP\0+n:_9(/_خ%_AoWI3Ey!/X0ܤ;Mu`؈J H_lMfp܇7,dz`^śsZ%9LlmeQ._"CbiYoqLpOؑҋ\[& !z H9oK=TzopjD\Pm`jd$I+&8BW[kC+~@8Zݏ.ˢ}qhlz?їc ?JPTgP)Z෬BVaa3>}U7ES{QdG":Bz_^@0㥮-nI}Gnӗtr2d ~_e '908D(g~UN3ޠv b?~E"à}| ɼ/ ~1]Nc͆fT+?G e e8 dڮWU6uR&Fe_=vX|Yh%"A,jD %CVngqf[@F]<8C@LxS@fa8&U?'Iu|o.o|`˭9p˞U"D^&(UCn+Qgx,|_:u!AD0SL^h)Sз+gcF [On#HdءNMRG?K X-ɄmE.7—Bf)F~'b,]8=g~B6J1NwHMr mAzЫroHjnؾ}0 f$遨 <1zWf I'jW a4qHɖ-)VcxubR #Y^CExvx1 uf'g 3uDi+&9:svgAuF~b /ø$j5V%ྀ5=;(j QѸa  ,Š$(P`"uq@?sˮiH/NߒĊw+k"{XZ=^dŮk1i%gythʁ3[cۅPG[|mv$s!~٣GA9^;\ۯBPBQ=lU̺4X–/o? 3 W^ w&JzR G\2)JZT2@\)DY/^{J!L!"[x\dj<h73pT#bb%"pĂ^Ăw s++)uVָ9O[pD޼!Bg!SMt{tH5VS[)MLL?^!C|ŮU53}$`.9ㆰn6Ϭu AU6 Uzk:w(FRI5J(mx81߉h}nv.M!^h*T!mF27S58k葶f Su̫@8A,Rv\JO5QGBLFy֊+(A9vbG8JV^w:eaNu=aYU%l!ڳ&~A_#7L滫Vir2*xJ-ߕ/(@~CUgV~Y¾ A,v}cD_nA 䤻T/ yIk [v;9xh { RʽgH|F^LwQhBseHKi!yg/LTN[Q-BPc ExӌG;A笃F\ՌG#7O3ooyH\9gQZ|yS}hgS,tl?, Ol^f9fAmCf y:< J܍HTm'Zɪ"wQ4qi(3@ op&T깞 :=g (0ݠ͹wh6L3MTSjDԽ2NRGD|ocIޥ\"j 6b@ p1SQCTݾ끲ѽzburWJmDZ-<'eH|Mjôf< Źs g?r5KwRPy]̈́\5azܣ㄃}`K7ʌEY7?`zŜdQ̸͕OKOǏmtzW!#NƬS15xn[l*'*P*_R/Te릫jWKVpA ԀYv<2X#F®ev[9DP`6p5Rzry T*[nU4\z-,rPm;Dl R]hö߰, ,ͅ1-v=6%pەb&8Gn?qvG!|v&$MK#V:\S՛|)3 LQ]NJESyv$]$x+=vU-PT[BDun $OM* =$X8km2x6C{pK,~E6pwc=H6ѡ`W"W]n5>v^gPr_r£ -AS|&d.2좋61$t$sDC Wi[1E]w\a^ZjcQIR{H^h/ 3`U𲐃I“w+!xlhie ϰyX`7wy 12:;͝n쪊S^T*7v-8SW"^}[ 4r`ivnB48~?hxj觯/U'r*EGo孈1罿G:ClS<;6 + ?t(ZU;S2gP[*R B0Y| sw<1f/7LJnm遧ۘ7*jN1.o랇AM|c^|}UsEɰW?+8ʪm:yiDSP q\RTwyM1{J6! Of)93s敯j/U"“\>w?FL^T4p'vǮٮu۲O%%&х-X /NxNNkT.pQ̆H|;'DAPc]Wosd>6W{e`-ٿ4T4>[3 -lٯ\|؂4VoOd@8"uUdgȨqgqj(zz]4zX @\L<űo|͊5pc i]PniB')m7[I,bI; 5fz JEC; N;g%kɰ n(Q"l“c^~4wb V}?͉9MZhCd.եX%?%vZXEG(̥3[͢\m)HV{ ^qܗ7<<%UB*7%CJ+\`aiGH l.^W:R!xJm驺Pkp)džma3;g7LtMq2 <:2ے8Mk;6nF(5BW_"=+K[(%n|Cj Pam'dfuQadO* sxehScL$e@ Ҽg)>^+E+BCH7i|Tr.6݈[nMdZkxWE;|3V(ɲ0I:ǚ"sQT[Qg4;~̰rL)#ʎ*G< )n&"wk Ѳfqxܛyn4ǩin^&rqWS˰bnb E΢/1%9 &It"I:Xб< 9Dors| AϲRJ`31k ^K-I~m@@`'s^%A͛ ={)Y5U^dHȹPtjeլ8!wj=~\g,bEʥjI$Ap87[?CT5(*ma1m4 ~7 DU9lc2{Y~ڢ@@:JNWZ7uJBSFjgM?uUK6vI $ؗ`KB@5oUj!h&ȝIIfQb}udm{ޏoIUjXmRh8jhmdI h5x^_/@uki;]0AlTMQ!0GW `Z1d*KW$i@6և Y eqY{@ѩrMJAzLCS9^E840 #3!Qڄ*npfAP\fi-Jd@&<1 w09"FKʚeV?.pjAo( _dC!uJxWkTšOY5UmÁ~s|-F3P)^a*ǂA[V‚?aA ]DQopoH{#V>rHEpӃTY{yc Ojss37D?ø*_r0PMB|B*!P(p+ =piaٞo6%H )-$>^1-%#:w8dDžcMm8QݍgZFӪX_ X I4+jm[:ϸꕙ9x%|F%;sE2rJwX*L[oU0(hC(oL6Y#_D7s|uL5Չ.ȫeO} lML'1@x"0k6A"5C˱ѷ 5[ԡ~ aA-F!#uP&tR!I?Zs\:/jh0@?6ޒE.rģ~{<.oѢn"1-3fάe>?h1ט+ٻ)e_IODrB#lE4L5JrA]7 -_# V:KG}d!y8}k]W27?mI){p.0)[{o%$ C;{'4s7 nN\m:LJ2c2'GYu_ЦDpha|qʡ?quCP 1fmП=%l炸"$nIJ[GOtU"LXTrZج6 UȚ,gg"jr_+;X+3̖8bi8Y*. |SNPFc.:'L{ kwaFu"۔m>R, C{C|`x:ks`J+CֶוkL8FE:Fa$,{S/&(~0nv\Q'"J`a 1H+aUWe gKh?^7i<݈n_Tk)nI'"2e1{'95^R`|*"cm#Β4<2Py(Gj{î^؋v$*I_|;"13o;'Y$:rhxaΡ<,:IX:EHf1$Jzjo=pu-J?=݉bV kr,mŎ7F R>\Ora:>ex FF"whg[ OJ݉[z4E< 1q :MBCh&D҄NLt^쇪W]*΁2A/[V:+~*aߡh^L+'^p$]"T)ƭx}ATNǡ٦5[IylGk;w(nj P' c} .$'#e#7> *n2;j'着|X󿍮 y-'mw+9a4lsQ,;xjpU*-+»ERAi P DY?"/YJ`[35 87ޟ ¼GUIGե,?b7['c7#YC6ۦfK+<S1N` Mպ1wO]whn@TղY I.lXvA+Z!/)~8 (x6ْϨLyhaT9FA+R-iZ 3GoTuu|(#zu=\YX8N؞uYb"Zv}Xg A2e2gG4j4'㦟ճn( s|wZY6Mg,Kߺ!t vU:);ÞŮрT`[j!]{p2\FAנ~GFl{aLBG T M). ַAnF:*m_,YkO蟋~p-`. !Y1tM$\SZeww^*߲>?u^ţ _7 7y#}XUz*E"^KÉ=7}HI}GugU[nb`nT!5C{]3S(g;Ji) %S侠g?xr:gDiaiwڦ?VyLTyOY]fýKg#D)<9P9F2՜|&[+dD)2 =繒nnPj'/lTmKzk̈7N}A 4ɧ{n8mذF4NW}&"Sd%Q%5>I^Eƌgi' $Lu! +%Ʊ˔Yܩݱ72l9q7rq6$(Ryx@?C D70(,@:ѫt\q@p/g{#./lfgjxR9\[2s57vn; i[` ^olh4;*G/c9tf1qsk5"Bn}B) $=L˰СD\퇪gyxȑ_"F ;x$SNi`=dY& `0窀F)_U XWNKS94cdb}8JLyVA~TZkA:\sI7j彇5Qq>/PҬV[ȫE_- J*˨2l1ϝ?N;G޽^AB2ZRRhv;Hgo%g"ۺ1b鼰%͕Bkd*b I.jΩj{i8LSHogr]\C$*tXFDT~;hpغT`lwp}< H%&<ŇNNĴ߭k ,<4k)tiSWRwՄiX ET|4;ĭI+x]ǔ#'b(<-x?GU;Š2ST1ۄ( Zԏpź2Q,p] zk^_x쵮j4%'У;vS?12HNoD6 AjU"FnKϲVe@\0qT͙owi[vF`E֤K]kluY\ &9Efyꉽ܂"!Z? 0~^Eg#P]piKr4 -fS1h"by!(bshOJS-J̧ef4g34 S]t_bHt RD4J{e4f<[ŕZ̔Q22I1xgS/aϡkJ4;PJ9v݌ğT\SmVoJ'5WߝDQmZ$Eesf=h)v ~#_jhYՉV. Z-W6wҎ:6¥\dy،l:t="RzGj&жtz渊B2|uGWˈÏ,MGNJKR7@?L@ChG}S#|:.h^x5_X=0D$]%Ta$\%Xň$O9|1@O:B+H6m3h+.}mx%w\"Hz*7kGu9%.^y[諚:vDa0$Uf%;wBe",D7;O /`]0ƶ?ě9+FS 352JkoFˊAT~jmN7e gLT0=8Aƛ&r s8:Sٵgk,UN(-1.Q|nX]y?> VsEWV<^:&$̩F:Z0IO#wڼ\nsƄϘ6TUqm1Z\'h:ʹI?ms,5{ˤWr~iᙡ{wr2 j>:s$#?/<\)3k E`͐/yj>V(Z7 $SB@n_>2I&h21KQ1GP^cmlJ=2[yW`bc_U(5X/*/Weeq/*_ ר+J,߸f^mQ:Aߴ:1 G&[$ن ѽM7;^/yo;xq oVP|J- 3=z->$#9)ؿkBUjcGUYUw{l@zV NCPb,- f9NL|q;)gJs<$ Y p Dc/Qk :hSJ.o8j?)Ow\SGYJ MO.#DnU*-n+E .5AfGx^ΨGDŻ83b6cZ!Ldt?_:;CF9[iI S+,-Bu`8a &(}݆ѣ.Aǚ ]gi0< ֞r*Y˔7W;pʮjLLܕ.BTj XoFRfC'{ֹ4["촴g R8U{su:,.t :^6v9˪]hc6#m~_lm2ǥ,ɸYi.iY0F:t$tR~1V Ӏ{I](2BuJ%4%in&3ewi&4Aj@W4hc?H42oTHNGO.g-& u\27/(r'sl.pzw i'l#b \~љT+EÁ_?lvُ 0$V4ZzNmFsx9Ge=X` R#;l]@qD/[~p8 ၘyJ䲕3 &_.翾yσVh|r÷Bp\9v,>\m&Ց]ɏOT|ԁZm`2ᒈd9VD2lU9BP`zG$̬$5ך"!l, q~ɲ(򡉛4>n~bh%}u~R|&% 9C^ _AgI 'T;s9Ă~,/$CEMa YVU7Ҭz1Y mqXG N仭M , lӀA0<:$hf'EB7uu)sZQ!TzFߚugTڄ,5%R0iBq£eX?D>1m,TnM(>sc ›X`ksmZ,%l0J+zS <܃I`ƻzOJ>ֳȍ7k{AS@ngZcPjJ򬜌s,R]N3,El;tienj& Ѯ,|P4`,Tɩ=#]E8ٟlԥmioenr- Bb')mMgǥѴEchy4JUY#E!h P;K<|[hL̨Lz`I]jeWa _ץA65df"6}pQ0M5дЙH2E϶%_6th)V%t5Dtk`oL @2CҊZ!T:12կw ݬa <F.\q%uAѫ4Y :ʪWbQT9=G)&6/2(XDKג}63 ͭk:>)Q(E7Kvވ*<9ryD٦oֽ0>GqG1: HSdtxm.O@v[=ts )V㸺 *ז45e32WؙZ֥)":(cbQcHuDLn~9N#I<#66tDCkB9S#"_,K2o]'t¬n߀h5Bm4uʞ@¾Xě]W!W}Q F3YI JX غ:wLyq%U`(-N7ƈJ *HwJjVm #ݚYp@.b!_Ӊzxn-6pX-%ݎyo%ޗnɚ2+ظ7:;j&[ ?7ȏe}S+nNAƅOIX+N>ؖs ?p;n*\ )^*4) ~շTCڰCJ'pQiC"*sjC3_Ԝ}niX ǐOVB9ʷ]a/teiP7"jfe8)Zj #<(NVb(nn \]efqs*C@ܹ2cxT,fG)+H~6 X6Pp#)F{w3YT`\" h(]fn1-Y[h^Ba/uagXv?NCqhҽɇsyޜh Xk ^kճi:uRC1vM-jES.ldIթ?ܡ ےa|^og". rz72^LifmM&zŷy鈱&&U'o:?5p]/:'R|!!r[e%tEڮ@Ԙ2xkVܼˮmȺ7fA:==bʊDY{X-&EVŐNϔ+ϭrǡe9f&-~H8~@Gf:\ l/bI&Cw|a݊K_&x- .T:PxN$y)h&KAeT+N} ?=/k"l-baEXS1(,ewNuh,b3n"XPr]J#*'ɼXQa";d)28u7Űϣ{vz5~oUᎼQ{U1J "ۨ Ꙝi!H"P8^r"MxO1kBth FVԴMH[Lz[ixE;3K'@[ i3^\gI@b:gJ.lM tHaݻm [}ؕVxs3r?gLI[ϫ)"9&lɹuFkm 5 8&3ƒ%,@q&t3\ƾ[5Eo3_S h9񕐋M~5P=du9×U Aբ'Lm]';-Ww2OeR!/DRQ7<`FpuAi޺, $_d4NM_SB`p})ž%|zN`:k2q{(Ei !A4z=y(c 1dy%_gZby44oA `K˩NSݒ%, 'w)=NFY#s-g7 b*7Ĭ'qϯva}>su{Rq [||p[j]{|Кµ;!AJ*XEӮWQ]P9r$ lGeRf\?.iSU6`k ,2ZqxOx*]MY$^ \R%YΥcD*/_.8˞`탤OwauڸIOgLř:&a& %5+rU{H Γr^9@KhELJn SDɦ" YޏW{˨7Aykr e݆2x{(OtshIn>,?x"tIх1=`EW?p4ѳ2m!<#kp6إP ?N-nQn"k0h{Ĝib f: f{ѡt!uy3\trcP̚$b"mIp񫹺ʗ CEaMF^V*i>z-<+CDAf0xeؘ sߵ?%%ӇN9۸mݷpc{&)/;4Qeij$;^uYg6S Kɨ@<:>56$bY|r}o( 'Fm8Cf7{ >hɜ]*-RAS,gӋ>GNp4)jȱy v2In%e*+ qfQI1䇰xe=;dwpcck ފlWWTi\;f7\'*dDY0l*eRP_ 0'z?fDgG|vv4;  imKD$ 7e]QroVcL,M&3eJZ N(]AZ}t`u=/e|5/4b:5߬y{]A9q.pyI6Zz[9*i2Cz0?g%|v!;J$(\ Rƥ+98p@ 3i G Vo0A-~ƿh jū )!.A)/f7 6]wK$`e} 1籄k&RV^_F aQnv !F }@^c] s83=gȡo54K$l@5J] ڸv[у?Uy/d l eS B]1`-V̨,|; ]^kf~,7l#S+sz!3 5>S^HeaIy[!DAofU 3>kL' t,oy%o"l^MR5*HWZi~/jY89#Dsy_lv[tYrJԈ#VrNWĺeJpzsQ4͚_=m>Xnݾ;vy${+ZycL Oߤc<_T wX=Xx ȼ>Y?I'_٧[mh+ހ lşU Y8tF3kKTM6d]8R#V*ۈVo1Kkj5Z@khk.f̨w;z(g!\P2<~"*.w{*s h2(k6#M/lmW=UX~ldBL@]elgD\D<h8Bd<Ŷ|(fu <lm873UKG[܂w)I8]ܛ'}gLCyD\U<"X Fq*W;e P }~z'.HOVn;.uNJ4T,pw5eN3TԚ9al2;\bEP7! W,-gP+ud0zm!7gUaW1s'r^]8 QMa.lϐU޵&#DPzI>P1_ǕDstl~{d~:!!q^zgrt('W `xŸR|Esײ8;Ez_ hlg>١-e32-6j2Tt5_eb<0Aߴ-j'Ea+";KU';ґBر{sXuIJjPyĊL#gR/ ewFRdy}卌<X;m;/L i f1ϰuDwJx~F Ma93B&W|g~AYzʢYgȣ{kw;~4v_l[ *ͩwvu2Vd5eEx \xwZ^,JM3"2 :"n.E3%JR|:voG$f >BHS{H [@5_# *6uE3:wѫfa#umWS|$kzvW`Q$\-׍P?'d{TN8|Wn0I 3ɬ5ϴhb(Xf9S 1귵|_I>DN# t{&ȸ;jk%ϱ'0`~-EZ,cƱci6"^˧mt<} n\V;aV%ZovD\ga@p= IL'k*̶v]-%hå$U-%g&Y'fj/im=$ ;0&fRhexT'>uܭA3ضFGoc1?/(769y|+9~ᮀ+7['YݽR QL1~CLmM&tu5Τ;fgki`x>]REg[Å{(œ߽6F*69j[^!GRhPsl`St~`r9IB\޹7QA;wutŒLeVbx kv"IUv7G4 :'up-+ n@l=RsQ. $aH5%/"E=Ż[ 㔔;|2|; f_*UnI ΕYTNkfpMJlmNnOh`#LǾk0 wgq :pO 4₡TNҩ3wr U첰9!ZҺ h6a5@ױn/ SF̩qg5I>!knPSɿ7뵹 n?wz7fO-QfC`nE!$|KAU)QntgYa7Iլn&Jp(Ǽ冫R}))\@pv ;R7 Ke*Jܩ=#l49eX'1bFAḣͲlo]c輎.W@=L6vNL\UE@x5ɋ9}p`w 7B[,KyX;#:ϫ\?ћ2jYR$z]<{1JoJj߬V Z (ң^ OЂ]tzc:n !P?6琉Ypq8ڃ|bŒby9p-B;?Kin ZcPpL\/Bof,9Ѣ+:MG 7MxɫPi# .dM5L3S 6!_m+d.] RGF:7Cqy[=*\L]cb9\1Ґ O,yEN(v~yAdIH:jTE*U|Ղ4tۨ XN3 tny )K.XDZxMy; V8SDIϭ4ryEl+/E]2hPk 4y")9f~s<17}c,? y_@|Sr:d}қu(]5-ۑcnѮ_0TXo!6ᰡY!~.Kހ:N8?+Vk AiX5\mf?IN,b=Tâc Cu_N\S_ \@42IsZj0&D9ǫvƊ.^)O>F5.&9PGQyq9`xs1}*a76n|L"} 4'7L-HW 1+KBLmtgId/ /qL1e0a&w8'F>>}^> Zo'bXn8sO6~2D i.B̥v^M@oK(azJ. LYx++-PhpS4mM:vZ|#9HĘI3r6UZ5 ~Ôn1sה % xbI"hgQN;mZJ4QG*>BfB:M -pZ}iAyYN_Q_=<)B['ҟNW>όCjGr5ClRsQ+HR]97@QO_c5IȂ2oD!dNl+iܻݺ\ ӗm/}:Wd8}*5?|핕ۃy?Bj><#q`)ȝ19Fq]z2 (:% +CnG>?GK]Kp D! y9!*B$ciydQptO$ƥLFn8txJTlFwj3$AGqi2yrJJȬ-e*I#?l˲P9h: @]sWmzt&@PhvcFk9Yf Vˉ@+'vxKgSE[*ֿqd57Yr}b~:nS׬jq _c)oZpT\I13`WRcD (uGXQ܍~w ֐ffonlf#蒡<|bK6 g9XvdæKƑȿA>(3l|"]|=ڍ>F^(]R P!ǯ]? oB0 O_T;5W>$fG<ja/g8tv}u)qst>s.4_S}|Kt&ţɚ^ d#)tٜn*2^HFWѥmg r2(_xtܢ"d+.ucSL\O۵i2V;D.uuLWZaʀ0ˍlñYE6k3rͯ| eXY8w! +oM#@3-}'@< .]LaiACoarCYtB)> )0S7fAmc6Vi+ Uc4ge6֮ Pwzt}-7z+K u.VΩ])( (Cmmx"x@hrk4Vd $tIↇZou-P- 4˓S"F92?}4e 4؆TwKEk0sdtu)0চri5J͎?< V߮/ PvAUn3ujXӉ?8@(i,b9ڤO='H_ %5@[lbw%RՑIlo6N k%9EkJLwjjQb!Kn%+mD?VKMz𶓛ZO)?/H6!sa?d _!Ԛ> /=o$n(s9K3uI湋$@q\9h;etW7G. sasfy 3` |707SI M5 0@d.@Tjx9 %^@z ˣ"܏졳} xt"X帄yN)nw>'ϰ^P}g=_DTlb%{rc3y n7ݯeIlV^aEOŸm/Kg1/ǽ *,(7;=HfCLwSȰL!Jkehh0y^O\@:fOIY{m-}y4OC,Gmv:22>;]C  PApc9Pjad X+fq^ oҟ,{j^mvM̙^T$ ǡLܦ|0Hf|OF]HTo;Ԕl~8pdzO 錪\S SZA g`36C)L 7@+AP !5g=NػQKMU\*tRL ,È%̾ZON%TFGs7Z9hݳdukFd=yN_.եT:WqHk/7i,?\S9O `5|cud>͵hڋ &t<Pbc#x6CũVo'Ң j`0;ؚEOŃ%bJ3y!sCbg&' 8ʇ~(cD8@HV;I22HުۭbtUDJJaIM_gȕ% b55/WM;Eu %wz6U.tyӓ6`TK瀧tb BeOZQhMk EkΞsK4XBb#]5U1> e64^Ž޳GT@'#GdRo EZPV!uP f&Zph8wQ5#̎ⵢka83:_d-镅Mbt Mbs;<(d5s6cdkIЋkUe%yLvL܅Xo.ênꦍڗ8. &wrIb4##(/T(_\8d1hqw'S86ՌzNoGCvI4nᇙEᾏԘjv*1U9pb_SY`\mF_&@{!ךFآR=ド[]JmWT^Z- .\$ɚK-:]$s˙G%(-dm1"cZ~~CTm(k{'(=ȯ.r74 ܁䇫g:Ej5w|l |U- >K*+gmvMUJSAMNL|{! ېBotDHsݓ+9Rk+4SyT0|04C*G8%?α<>n %Y Gl %}|JU,J Dhe5y[aj8BLQ}0nMC S|ՓjmVdť.d%q|UYXM lar/ ""uwi|؇߃0BVawZ;ʽ|%WzPsALE( ~Oɼlxցpi4=yqևml;ҙ%in%^)%gQoaKpՋ?Ggyu /g5_ cvIMVEKafǁ&wnhzu!_@n;4-v,.ހIYjI4CpnlvYa3[oaL!k 71dlE 9Ʊr<ydkQ|6Adѳaөŏqm5Jn#EWzpeřs  c:qcPPݵ A'emP2"2f)6P~9"S@@2[ l'Mg?]_sA"IzWE`kyhL78@+-+ 0ڿ'6wh=sV!͕qsұɂ@LDÆ*݇1^efKkq8=!'Hї4WQAZ Qx5dh nd]9.f'82u59u 4'ZuE[|OG'|Y6qyҟ(v R]Ӊ$>D @-Y?G̚ޝEA4EL9GVnUptV.;YP{ǃql=tʓl;!XagIT; `5abS~;l:`?`Ţ:o ֎/& p+Mp͊#eh"\<&q|PLFx`{ПnP'cʇy?(]*mMoC|]lGP1x$D2FM@Uw\O%0AI,#LxZB%-du?/i [* 8RaNCzr($a0Ы4qm6;]&a_MfS4m1?"OJ4egulrp}oEC,rVyCWaN9sޑYK'i/۴,wΦTH$KGpƬҪRǂ& {uo"zT.l/F\2<09f)[E #JI X/~OYsDs+"ee Pb!::3cx/]PChc^1P:؛Oװ0'*lS0܈@L# Y_0J)9LGWQ*Rc ]1>g@5xBAeg%Kj\MŎ~d'G;] Ep_Bm TSc~⁠ˁaIY&s  wDH~&'usRMMu.Fq<7JZFw2-/>ț:qi?^P45ԧhe} P)c76 R㒴R8JPPKEXV++DAʂ7fTytQ9TcWnqd!C-oA(bH8Rw!yLBWb'`!X5HpXD.ƾM@9bcIkUu%9C˷F0 Vo/FXWn e Dx:^`_'xM`&36k4E 69NU.1MR:H Mc/.tC>7,oGKЖ.f=$|pye-DHŬ 0# ]!S_ᐣ9|Fe|Bg+\Ҥw 15ӑRӟZqU@x(LJ?JҔ8ǨJ u-^_}d8&@7Ք_ ĪMaSNqiR/O@ɑ:7Z{(> ^cMy9R=0%/iU ?W+K #9TawU|Yǁb&^Lh\2VjFtH[woU`=QIޭ,ŗJ1ۅm~"o8z<k;#pB,>Ώ= lG$1wA٦( M3;1 eS  `~x0WFѪ޺5}&ONs?$O! FHheejӶO,f=cEO1\0FxI v,4r+Dsk[+Lt,RX8 qRl#zq>VKam\@v 6kچLhgEE< HkS8'23+6 +_dg?`D3 19m!{"4$}^ϣPº`ElZ9EI[j*6 {xu`hD<߂ܴ!_ivVAd:wxpa#ȶ~@ݦFYRCJuvĈ!h䨂HjE*@|n ԱY9CwSJrØ̔]gAq8+OZ\&%؊|Ma<Fy@*x{rG7a[2Vd'=œ1ϐv PdH:O՞'θ : [CR,peXuX8=fBA>Xf6}Fdzb@|&|n_fb:n։&3ogU N[OGJkO_s9`B`!I*J,\U&+4iY $ bk lFJU!J_) |S46LH*/v\G2Zi  v^U?bL7`k CR"}}48gPu\3q34?W#]]|at61Cn>ʨ^t@+j5shZ*ʈBڻ'k|#֜(!s i$[`plp*uc?炫7S$iᚳɡoI{4Pv^20l]:}qTj>P4J^TMp?mV+x*YO1"#@JrX7l?( fp̼Z V(7Dk.KۋhmI߿/cqeyf6UП`X]|aC]XXj&mc5kڿг7agn+Er [&}L`OҠ Lo@K҉YJQ~În[ O#TJll*z' B5+@OCbcRK]F5^R]N``5w }cwN*i>=~׶BN($xMW %M2(]YH]+q(+h_PEz|8kq>%ȷY7fYS_)fFZn^Aσ ըB!?$每HηItQ0Jd⻎);!]\ >t0E˧ +XM x L'Qzv A=a; gS}z|LjZJ3-gt*Yi PqdM*_g&h%`coPf޶|ۿ) fO_+Qo6cp-pa)Olڰ!zTp[bþ/ek{ cukP&%29aVb0_!}}G]~cߟ"XL}OHsI»GvKO6t`_9"1IY$k( ?QX uwҊIo|r<+B$^b-!zI%Aްv:}Me(:U[Dʞ3R}+LJ+mk۸ o/0 6i@}{2\\C},֏F^EY0QL,a38 } qhTXf6 NhtV7̊,!NtyuiNOi=˱EL0ixPI(>{#p-[ߜi /P?BuV{Rp}JuR/McI+$FuLX O šױtI`֥d+16fѵ KH n}`WNwm_jkֹ%̯+qU HWv◹.0:@b 8Ù4 ̢:%$KoHȕU1.G*tRۮSHӁULpgE.|@::5⍼>B#PD} %V.ZcM8EJQUdXG9{h 8S( xߊPj hL1?6T\'1 F'QT@WHV>N@*yɘrGm^lAi5 =odpӝ|,=tXm!ˑBVHnL>4?AUUBtT+5uˬ ;z779>\7ɥ},Gqn7|>a#Ke{|܎YxadEɭ&IXM Jeot;@v4j H9Ci4VVj=0~ h5VoB8-w$u>3SS=Ģ#V^r Yǒ޵g=m7Yؘh8:l8KXQipb薔xݿUƞdY:d%CҩӚh'hO5afIKZ NmUcaevW[e6f=A0dӆU w]ΜA G\[btjR#' *[-[~-Sf`HmH3jŽOv∂# I?r33sp=:X`A3h{atY0+^M~7^@HDev0 hIUpa먫CuܬIR^mǟ`q2*1DXDkP2wZr {,/d̲E 4Ų|);c:W|YPͳ}hA5"#vbiĠPN44 ޙDz q\/z >M-,/T=QHdm^<`uUêhS&!*LbN/e%7H]&7 i:I [Į` {jI$e`j}2']((p61q_u>Dנo*K##j[촋X0;[ϗ-_ZRyNQ/261jI}]Qj >uw-($-uy1a *:axYpY]VX2 e$^v$MКkaҿC}X;CP/,㬞H6kJ 璷rN]d| i0!pB!Y;b]#@ơeR?k0^ $|~8`xxnϢ#RRNjdDLxɫ`gcӀ\ik,AKIcA\ɘ1kPo-"׷dyeDɨƎL%М"%$Z' oA֢gKZ 4H ",HQQhr)_ܛfA}PE~9ܿcēS Hn; )l8\V0k7kw1Cw(\*i\s×m0P##=n\# ubڨp!4+<:q$޳4r"MYӖF2p5-%Y0M9=aVLJbr{޴:B)?y'FxuWLN9PS? W|n%V/"- Hk-X-N>Pmy[Pٛ=z!p`%4o|]=GLmZ%CrRӗ&1m[m8v :_3jybBФ\Z̈́G٩gS.*P􀩗XA#rZy6F >#rqu:I÷m`uf:좿xU sϼcD_.ޒAROf)+$!O!aI_ ~ƏF*"lRsdCOϤ᲏x wKlD}.^(@Gv p%t~} LeK?=!_d'ʾ⨃|>.<;3=\|pwܪQ:!Ji aa)JV>-THl`h;šP,ﯕ9ǒj1O1Dc.ZشDtf5p)in F.kK504oH\ -sxA0\z+lzS5Ȁ+D=:{(șv%F似^-PWǏ9>5i Y*|5@`fi,W4'%?OY6A,!00Xe[lTxlNOP٤AVTRf i^(XC 3$uQ%gr"W%"Ho޽5,vZ=]/f\()F 0vQNKXne? b:ռ:>{|M|N8]B# 1/ܲd`=C.ѵNEpINI ˓>~GbnZ^uwyW!ڴIҡM o;VNg6h[KgmfA4ClyӼL^< ml'S$Ԕ`:Ag+s9N H(K˗5D+[ql^*>uH_GAmBL@׀>l$0qLS㠑7tzths]gꤛmNi1aO|>˜_ R)e_ɇnl(DF *3dFT3lW [8.R%Z p*#Vcs$EP M$ʴ<=^&IVr&=]c,RLyd/ }%{)^Xʨmө47Þݪ^}iҠ1c_$O!ؑ)ati]$\F \wu]ȃ,?Ҍ+#- p`j ,L|ø@>Ȱd2v/{ߑ\Yۜl+Nns.2B2\d"<mTnhibN̮/wϧz`#iZCTUGz>%}pr4H[Xx6z*Td*kjQ=#Sg%cB{ʚKQa}Rggf p4X:a㏗%Ve`)(BaAv)WlhA_^ `<CN8'Vmlz[5;BÆ ;n2N LSz %? kfJM.34CjК_Ƈ:EKu8u*x[_gUHWnb^Z%<GFx|9 o2"rEB%@.p軪A[PPyF VРx %;İk7rD&hge<a/rݡ͕eZBt|}z"9؞W3b/łe6N%`M46!EV_kE*|%&8Ҙ>(d$|8q w,K_ҁ".S|'LMi\Δ$Yh6zrAQtVqC H/Nqꁂ?p>F^NVƽSD N窈}i}`'Y[ j <MR$Sj /F=V$eyt) uΨf>rз1ue_RMl])E}Po%/#F@”(kɨ{aѱ4dlB2J:LvakFSq\bGݕ`^^#5W{bk?N˃c919HOlgʼn`%Y>ɦG***S. BQ]\XOS0/.J%qm* +?3< T OB‘kTo^ntJ_AÏb wK}j'llSpℂ@0稈$ViVQC-jo9}o!#ÀEn&4MJ I[Xe-pFhOEbfJȄ q=4cb֞UTZiaYIE޽u(s&j T>'m)D0G=N=טRP)o(Ρ?~k3ڕ+d_x 8voHsXm4A^ru"]{Hcsj~,ohև oG\ⶖSBluh?pB qZLx8# 'KE0 |$<'~5K٫$Z֯ ]QXGw%3Yh&BE2"*zBl1t҄xo@ZZqXs -<4p18+`YksZV^ W$/4h>vRGA燎mgzЫs[ +m(Y7b#ָXUMas*!d<<&itXiĂ$s4s$nIs7)cLR/͓h ո?4Ïc=CIy}ʒ;dÆ1ݑ4,;D~]W,R/]½v@Q3UF e~__@ծM˞-rMXO.u.eW"I^Wx>d(d9/d$!zyLl>2'kMZ9DzC$ *Yw R3.2xXnÅ&cYdqM΁0\i 3/iJSBª2<jG}3-겕/ K kg'= X3{ [B3b݌ʤLݤz=Gr9I?3x<9ɫAO->:=j `}HX A 48&T= &ztd|xgKa(k`\ຝ[ږ6l#&"F1Jt(rSf _\%>u `ж\N+~G-u£n~B&m:7h 0V?)ZxsH.#$o[bضwyvZS? H8>`E<,2oW$rZ#2K2% 9M𴴤zgْYdmޢ:S(4E;cҍaĐO,_'|οeʟ>Cϟ -rI cOhN%j!xAMBw<^;LkgŝB wa28;^a04p/8oM$1rJrWkit>k4*4|.ͧbĞ(M?hLg'/XXك7zft@˵ nc@'-,\~Y\dۇ-U^+[ ɟod{kړmW$cM_/-*y??蚝sdžKJP&Α=E6{G+M2`A;ZvD46lܨ7UOpQ|Zб 2ȗD5s|Th!(7G}r+?tceFg?o*wkeC_EJeTÑ7*=AK@F(*; |H,~MTa NX\G%jBXa*u$SR$>坫2ȄKtrTZnl%;X4rj1cy[ ]hʼY(lg:Ia nǀӀ48i@NhsZ 4/ _ttW4 aWl=e?,(3i rR> lyY=M=vvTVPUJ3y|p@rg&#@t]}+v?P]0裸onJRVI.ykud@Mh%S7>1MF-xRhmP,^NogPg5 P{<ΎkbVðaxr@ߧ vF/o,bcH~)Q>&8h@s'FXgGf* VI ?9U0f'V^ht~ = tlvax?{(ݳ 5A801ļDcw Ձwٚ}Ycz7B7%\F>cm`T^eaGϲC8jf$Y/ D GAМАo x_Wqs-dŶ'>T%-͘ &{DkqqC3^ۡxn(/_dl 4slǼ"BkByΆ2wQ׀V=?νQcC0-ۻa)Վu>w}KDx?Rjlz cnA/K`a©#>˒2x!u9XPsκ8CBZ#)bt5G8gr0trʔٽ C{HKt"AoeI :Ѡ!U+`c_ʲ.WڨG$q>G,Bݏ'gXSQI/ڣ%\-̉hT^/84QI{k>:Thm)>oJv1/;8oW6c[;Ȥ}r k a #U:8Adb^3tϚ+jir%-^*ss\|MB>+M:xICDx3zAPh:6;nZdZNNgAOuhE8&}@ɞF?=ךp.&}Gl)^QEΟCd]ﺘܘ `߉wN Y;K&/?(!:.AWG\3gƆl)"D8!,)23TG+7\Z)މjFa)(ڋVn6qj3H&~앤τw뱇n £A)BjiaQs.4nd(l"NՏ4KJMN =&$ )gG>L/Q̛L;Q&<6e`QgS'l\=ޡg(F9Uo!a9FZ h":nx$%H鿍0K?Uꋭm^|% U)=@|nº"Ҿun\q(jX/Q!:ˊՙ7 ^isbI{7ߕΔew -x/7{a1@%.MNnb]y٠nK˨4T5J#J=LbﲎnPKrMNKhp&``>dLjD=OHEڼ9qgIhaT }<0OkÕ!Nݹ>-Q877"}Pm{@QV5/gP*T`bM*-iB*鿘w l/<% de0|U/ʳ$5S*JW4[q􌛭'eA͕6PH8 n%. 㙄Dv]̫\zXܪ-<q̱<&펻dsRV,N(&P@9 &Ҷ~%{X1;_lHSLz6^ 9Òpx lbQ'\ύiO{:9pCc\Q>Jy:95 x }xhYtZɆǰLR(,J͆!C4DMCKI{'69$UB?г&\즴F^frj4AK9f'r[4mu/hξ 90a]H8-;›w$5m ߷o7*fQ 6F}VMPѶ_bOn9^fQ,Z>*>Y]F~`8sV$deoOk.QRKVF ڬ;eߑ旎'_q7z8eu<GyWW Ղx#{ }A^~;6h .xZ83ÌnuBNi" 'o]IG)jbo4XxS'M+f/]|9Dk7Asm#YsO>K>#wrm#c L!%cSۓO5-\i9HV彗ѹDX~@]DJ^g(rԚ.pMܒRG I%)_4,^R7b.B<,ExЪJITݞ6HV&Z .eJ0cih¡}Am@7mx k5Y!* ļA,}vô+*e1gWء"";D\J/knXP]yb/,1y nYm6оɡ;LoOgufzvWՋ`m6_k$w(G) 5AqZݳːθ)",g(Bd)ubU)1 xb.P#͏Xl|tjf -.Q6'QK9C{e D{X<"[K=nQ.C >U=1JzJ\+63IMr W$ q㾴~|$5J*pl@9hӓ6WQg<-.T~L9ȨD5pRvM%¶#t+>Gc=QZ| H 4#/G' I qξXO~ xr` &=lJ#ˍJ#l12O$Ck^lAK;Ua4(pHYfؓk[V)FsA|3 X%aQ.?TAȓr|ӻ6 OL?W;F*NSF>`gdv_f"?|kG9Z_S#/SH)ԖWDA:h4z]ц*P1+tAE=q`-o Jɴ<Ή^^5ID'yî/,p]Eob{!AQ)zp6ScqqXh7aswBĮexBKI;36H8%U!XzηUī{qеk( |-)#EgIOᬶ AQ@p[v}=Dޱ2>mL@)|I'Tk-VPQ jJh3*-$-V|lV M+z0$JjpAQ@Y0V܀YgԪ˨jI {D {l"PnQM}ݒxɗG-f.Gj)JU8H ,zخʗ1 +t_p7\g)<|?K- +n,[h"j G#m^:Snl pe=̀I#6({!t?‰KОMpToZ)Q_S B1B߿LTo.28wrL˪`TG,e( `*S <:p.vr 4 C~'2b@^as!4do18ݬ'4$KV\oE'?#cP $WiDC->iE7iCBV]y "ɶLC-4DYfkD4܃bN4Q R柀/i,<o?4I \>t|{b Ќ$d啺OhU !W)Cq\OBE)ᅣi$ ]\k6aFrjMD yXcszA)@B!b,Q)и\'+BQ' +*pcoQcde\T?U۸CSKs9NcUCԾBCF0+O7xף?p|WNnmZi =0l#J-J,~Wi;ns~RhLA{$QHW %C2RMOCJ)2&[ 4X'Vy -fO/[kŔMywO |%)U~Riij8 Jve?>/5jF~6q(x8ybpr9NM 3Om{TXʮO ûLƌ-b\ywUc!8&AV́'MI.\YfmojH ` ( -&ERze=DM$OzwW>:A̧NEiw&a2B{f[j2 btu\zN/xtblD42${lqB8sֵ 投y'4t߂D D $kXFr /J%K'UkzlPkYDҨDŽt8t9Rݛ }3Z hrh.$x mU}=UjB`PKEKPȷg3,"0'mP G j-  8#jYRrLg]Od٥׎v_h G$,!*&!arLVeR%M #WtRtLx2)*ǹ@3!:2. sr dնF+/o̧ R?LV1t6^g2~e2=I`<мeWrQ=To$W{hE@99퐀Lc QĎL[za6Um7qHMnYگű? ]s'94Va74QSBq}P. %w0?q75!M1RRbIHAy5Κ }ļeYI'(yJ.vq߱0†>1 FkR@ς"{i{XhM $LgzfQbW/r)80ӕ`vRn_s>"sOy۫;z@(( Ó GE쬰u$ ײ{ZU`}H{7DŽUĆ(R?(P(Qܣ@mj iPiu4kt 2,>?#x;;Ryr`2']߉*3i]T)B53*1:H4ɜ6F&aoKJKH3az6CIxɯ`1n&&3uC1dѨ4g%u<~K{2IP@R'9~sUJ^b̓IUrdYHZGň~K3A0SZej!l=<},|I"2Y Z=a!;_́;''hmGG+W&5FurK"LtfFgBAT?/qG!̡@na}<,Vh BG Ֆ咿}M86㦆J9'hVD>:~4 UWȒ`ۊB#1=@ ]'Rxi5r/G(Oaftϑ?+g9cҧ!{.AX9&ϾYL-ӅMr.H3'( U樦ng[u5p?}:ޤ9E$<٩[t?mҷmL0ldf=Ȧiu$tQw<S({F,KF (N =* 3j2jjc# !iƲtx@ˉ/ޏm60af"ƷR.,U}MVw+Dgd;hvF.jh.Z&'|Q($p 华u|OJ$n\ OATndtx % h 3f o0=S-wqڈ$Ivp{n&)ઇ&sTmf%}6Ԛ!H7ʄ(ގ2g5"[Ũ@[@rJF%~T!^R +/`>0i,v^0߀ʏ%..z55tqܥyFFR%" EaU`:j"+='-ɔAhU u\4ʕ7 ^quH+ayzD) 3O痗ƙ2kڎ)Dmc }%ektjM‹4w֭-4> G6\|[1:v?RV8vejiE{yց@@uiG5ۜs'Jw*V15zdIFd8Q>3L0]BU{cؿ˲xKA9O}{UA4sGh< `LD)GUTGwztKpXנO]c똥8E~)|WǷ Ep'hm6r:ӹl58yST#@ %,2mp8rdAxboh0~Ֆzjq8TW aI%trTڌu &d;֓ϛ?Y!J)>27-X7\UVg/er4tS =|hmbka*=%Wƌ%bC $cG:5el(HjڭM{a`[}NG{7 1s 9򉌀!zh-;jyAVoB-E_.~hkU\O.F/ejڕ@ LHEi" Vnk#/M 4 F iƕ!pU9:Jg@a/S9dNot/X38ΛOu|8]偃=-F5HLm"w0X,-LoHgZ hV(, ևm5 tLP 1yX/eoScžqΨ YǃvJ^TG s͝s1/tݵ;}4jX'6:fЩMaǑ-wwbN'dO`8Fg!R2wrĶ$趃'Ӂ UOB[ an O&~Y΄]bSb 2RiNņ[2]nQۀ_'<;;ArJ+f-l͊m߰?,#f pRq/FܑD2Yn;Ft̞ؠ,+f )پTdؖM.1~!?Ťj}WԎ%شodZT7f~jYŹM9Brb#O^{X[''h;^$/ג{f{ [X <;,nc`ydmYfE*eK'"&-ePx(ǹNjil`P O&>g 1me0Du}>&/1Ҫ2!WFE9m9;aa (%yl(*~W\Zi0+j8?-1gpQCA4Uqxz^xCd5>v2ڔ~L @rs Un@w?ӌڎn! K}1y>k㽴_TQaT8K!{ )8d"@O!G ^#e }A#W 4N?JRxJI HjD.Lo)s<D卡YZ.h]e-Sz+0Z^NDZ0)8dVs,oRȳ`jJA/\ !lu=CmrUPb:eUs19k,DT}l]3'k#7\ƲzCZ7xf|\eRGA]$DV^xz;GWqz yR2w:ԬH$C)09P"]Ufu0LA;|; jN뭰TTZ$C9[ 8>:,G&Qk+NP]q)$G? )f- ~#9tzYq7ݾ )f+I62aCP4BaA-W1:W ؂&oŠSgqB!5~ ( 1/r~l [5{UpQSr̪q`#%$y<뵉>g\yjffO7'Y5<Y2ZdCh7QN]X0v}S*w% p^tbwʷR<-¤2̑h[#Z\`D 0g)o $x&4@ ʅXهba˨,K D?8pddEXwN b^CG~h4/ZIQ ,5vگ2oڹvqˈr/tЪwqGM !|v-gd`+Pa nɐMRz@;aj}#EJ6}t:?4)J;#1Dz5^j9~STŌbT^x 2aJ2U%cV8zڝzh$b Mc i5d]Be:/ D6kzi`BD(#=+4_q(-.zHd;UVpIlCde[SPD[oh:Ly8@wZ*|33;Ft (8gr+~Bhc\\6<,WC?n6ƹsc%~ b{<)Q|Kj!=.l3x;Z F |im@뛐dN16z4ڝ%14'.f/ڏM|%xr$ܷ/)+̷/tsqr$z ^lҀ{׎+å ͑ *7E\ n^|gsp9A*~xz}. ą̾:ljTUJEK @'}|d{NyVZ %oN'$U4؜k0i5vj-U^.PO{AQ?9vP$˺'%[Hye1D>)&Q ;˧=}OKХ0,Ll?S8{v]S$sl;nږ.Tϸ2.z3`cٲSeh=Jl $Ff3]ULNU@4_ ȃ_WNNfB\{IW\α u'AʚՔKDƵLB=H#+n@Z5ʢ^ջO  0CC=ݳfN{T\ /Bs=0ig,t@s"LRnVAr;#$IPiG,5yE>\ txAL: "Q"H[/Ϡ֢%󗔖m!!8QUف39 BAl  චwchM% 8 㚎v9 k,qV-4!w:ӱ_U:jQt;D-0H4, Q3s>s>ڴD9-pim3{vC ͦv3!F*nȮ2CH#1 ,xi4@ t>w$Dɣr72E.B!V OVK-YT¹ArXШj~'aPJ;s ~HIn4WQ'I½rH*|m!;_ʳz  r H(:|>Kp-s ,Mc0& Y5PmV_[p:p}RuWT6Q)zcluPO= of}|3.S8VC9]E܉"ܦ$qi?<:SH+Uǻ!l&xͣγ3@r+[ov;%°꾋cO^?2Utr5];T$Q_NlaؔPY h3>b*($ymN[i wsjG-0A[I V7QR+ZVQVCjV7vف!7:rsEI3o\؍Dmkp%#$X/&@k"ulX`1,"jt{O8Fpݨ8I1`{6`+CLn33W@aB Lvb |G,3:0 EbK C/eT?ux`vqί)i](' XI _ќAտ*<Pk͘DMCJ0;I8ݫő\,gPÜpzGY8{YEi 8|ʹۿg8{v`#e6$T]B;xYFqG .@-rlDpyzHCLMSFuڊ?a~:. ,IQ>"!V$qOLME]D; Fqun ,Pb)^[v"gO,S&`YN5ΙVexa\E=yIo|B0ik)Qӿ\R.&wESK7_gT TrȄ7 {ms Dfa8^ {KIx26zm'dT s ǪuRp蟽i[[yͣ~z"+:RiNaiIoUD99Dp)N!|(/ DT^T&rٶ`W-@SAT1A9ωf^zD.[O[H ]-\edM溻8j9w˾ v;Z-y l)wJRwٞ2:ѾIms$O9ЗnqPggDB,tid4wtd$}ᙌ^'yM$9 ,p.Y ~"ruȟOϛMwYvɚLT*R1\u?ؒ,@%|z@D;^o  ƀZiWí;rkůh,0n&/.NV oş':An@O۠NOҤ!Mob9,Y=DQU`ڲZ<,!:kph[1Qq'4`v;t)뚂К C}YG3#Qc-\@%Lclly-;WhGm7ᛥ)XG"},Z gF )ove+ ]>0NsykU?(GS.if(91!׭lF8%rnbj); չ_;I\qOjp+'nBHj8f֊=뮠&~,2iCZ*#ԡ݃ksf'PF``NiH5|1<ȷ3돪H7Y1"%IJ)2D9~X]k"oBw&0;fG:cq?<`ޗC4rE.;/J+xE6XEot( 8+c>idfoX n:1|1H14q9#!M73h4ZjwOc&=w3?Ail[{ 4MSEd!(J9iMwpܧ2}R'AR/u1/ꟙA=}d3nKz(׀FDஅ ă3Pf۫& 5mV{7 nXŬy"\P--0hZ_"6>70)%d΢ܭ=zc|C4lu6yPTb@5P,`oy$oMX&@$t}֎,UvtwMVځro`uc\2pCiX`@Pk>s8K/lr15i2Ǯ>+b8/u<<-?TMkEqJ*e6coDHA#/ŕ6^֓57rMZZnel opZBB/ ;wY@C$զ_h5Qp$`Fse+ $(Ts@^>#6~ @)>k%bb[p ".2o\{;ۈGVl!gD=%1/:99 /`ors豴ŻaϫlQx+F۳ S5Հx_HlJAZoIzf2z,Q@mL0-GsϣVDf,|)"x}[=T{K9Hp(瀪~ܦ'SƱIt.]TÛj@PV ,gkk oz =+=;ȓ<&G jMr|962x$#zs pH#_w_,`Sz@Vj-,ϻ7UoL QN.Y Am&V)P,yd89ENyTLJQ2Er׭;(ճm*ETAC%MM.m1p~ ꛿֮۟<֡büdWO=pv`&7ccz m\M-c<^5*xIWQ{Z5 >[[ec:b`&ȅiDLN˔H $!aY}KTL:-R4TCz3CGSO̻=ڌ![فwA:tWoZ54dhFt /do_<>6}wt ,^W᢯첟Q z݂'1ςxG\Q}AGq%D5?`Br \G_ʟfΚE]HYG2892+c@W+0T|*9e~D(bݙOiyfGi eP$=M|YD~?nwzrL!/Vνhwq_!!QdQfljEo۷͂Ua{LQm]EOH Ntj4^`=K=FlAND%%-GЇ$f-f nN~37m };- mӻ2SwTnP[StzBQL(s7 au@#ƘG9sXǵyFQ1 &{J_3rw1b7$Eఒ.5xu߉muFW~>M, U$95:k2W&(Pz}dQ`60Urܒ OWH:lE^%C FPl ؓ {ͣQeS֯u,^\J$c IKu`'i<(w O0сIk_x(bÌ# F_S JIu`-j*u!4WSּu`pfiu0s~]~kLG%HAGiycV:fO_I { 3x6:kAt:Rl8hHwEҋ[;i ڢ|$ Û۴!<),ԯ$P{Ϻqk^>O +`[j,ߟ4N!i96ז:{Sx5Ut' hn @և~~unFr/jZi>s] V 6msBbkz9.M>)*wq f\ CL)jV~*JKXO [\ O;DVyNGLr~"ǝ5 QJ />tgjG^t9НQi/W % FsVƍ҉l%S`';8M +ħgN[u* ⃀:0 rI;6/y˼"{%>SO¬qiQO;ڻvXId y4<;R4ԅfN5P1\C0YRxj ? ;^e-ўL5(40JYB ITs-<=Uq_'pWqcXpa,uhBjWŔ~kj#>]q9yѬ- fha YI._sXoCɦٲ6 viOoq|g.ANL)}D9z+oLbLip+&á@BE:A.`46b27zJf "g{1r>{iG⤷eU9/ `rj 5kx:TD%>ws藓kbaO_M+^oTZ8=ZT.9`~8--uȩkJ6믆dFuaH)IR&V85~o(_ǤHa }g6£Ts^9,HXKY(}0*OZn^o\[+g180XX#1@rV5qxd %à > 9<'Nu2aJ`ܨg}?_Æ PIXT(P=+HL%.*9B::KM~G-7+,},|M.1/Ia5G&Z2 E"U۵2iq<@W,yHl^}®3ƛsGwxmo:4`hPM/%?1 0~w-F]7c*uΡWjdz`a4&y"wTV@D`m~9*;=fELTg`6HbAjrH脖Ň?$\p<$fٓ3CR%ZQ=6 4Rol͛Jr ~lMKZw=Ѕ']$Y T@>W'uՆâ.eɑޜwTWb uŶ ;֦PRf*k7Wr‰DYߡ"[Ə,}Ό*;!!֌pJM~p0ߟ(ix&VkT$6K穅4ZYQ􅕩T-~|1ŭCHtH坲I]|W`6d!88V"% P$!H'π4T\vݠC /?B%=8̝A *!BD} j=腮iqPy=+ve$#y<0̘m2XZU;tOZ3As&'O0~F{J;+Z-H*a`q{*O}"#gۡPC:㾙U/*jk"Q{݊sp3گ '^*n5^zCgyJe[gP([M8\~ ]5C}(YB-w`6T\#}U%qA!~M8~F:95vE|SFU{@g{,QO5 +lw ['t}F@R{[h|5gZՕ)Dm(t;SBs4>suX86[ q/no[FCQfVjn2rB%ZZ ։k$]2nJj7PβZ_(*i\(5 v50_BǴ)-[d(?67pSzsQ3sU8ZO,{y9U]VDBN>-WkkVþ Rmoh `d]I'959zuiO@}焛=OVU_ZmAHWLVpCXH̔!02ώ#&R]( *o3x'͇d2NM5kamh^Ǵ nRđ4ec;׳sgNW@Fq܎;L{ Z@Tמ^nZܙ=-N (@/H+M&Ix棊Г?G <5=&5#3NoY&WKLͷBPW ݗd9#!J:qwu4 7!uW<Z7^?h|b+!Y =C>>.Z8?Ǭ2v{l6"Y .јL"PDQ/@;u_n1hU~c űp26rjD8Φ29lmd9QZR}?AꞬ޹OgC`%!C8ok($:A+]\7ʟ!`ēUj/Jnn a04љD ȓs&cC"q%/aB [`gæQZ^pİ QrwF<|UJVd; WifqJᦥrrow¢9 XE`n_H[ZIIWA:ʲ=H?Xx5 M 8 x50UR4zFT4&4nގuֱᾡ޴dtF5J\  0ףY'MaC0p_gOv掜E,sG89Vl#v=q.Lq h K b4HMw[+Wi>^U6Ax B{ֈw \j/>LJD9 VaraF_l5lO7zO-wZO' Q1&ٍ!ω^m ٓlM?As/\K\zI ahvץo`Q@YDksIw"0d(XayGh-a Ard\ɞ,2TiH;^9tɕ"*QljhbS{ ܛF˾;id4Rc1magQ@P̪M3F%Qq%SR]zDCyԴ»&Fv>f<\5mr4OCgEq|L q@ǤYNOYJ˞& CgYcVyj^KynӌQ4!(av˯ȷ&(#m,kt͟ʂLF…JORET(1dOg@E.md 2p< SSh"hRnpTRCS΍a͸7ËȞw >i*ФrL0Oz5$|Xy4]EiP*NЎh"]+k0:k3 *-1:2/JrwEL/] FyZ}HHʫ]$꟥h_>|ZBYHQYV$-rT]k1H^RO9v$0JHO34j~"8`#<Ӓ# SjDM4c"m~T{Kvp kT6 q '[mԢԐAX7ws basx+,I&Aa¥s5 Nw5YP3od(fPm]sWql!`x@(cF4@9DP@rl )¢ OӰ5 ^,ZRٴӬ|6Χ:*i' 8E,Zhޯ(1_ d$3 2,y:%'Ҋ[ꂪUu i`ф㞖T1̞ >=W=x8:.G,QPb=3/%Qi@HDoVy%xj{T#⊪XR#r'Q~#8ӕj|7,r4zHs򮝠ID&IFg%g,LU0 ׉M~vXJ^V8xcI(бSl6j_ZقNٷG\5 +(1BھQc=a}A*J=.@ix~WY& P;[m`Z^/27, kM<*5-A9,"|¬ -W}(hF鐟䖐%4*nU'^/oȨ|LUY ]fM/ܼ2J!]:oc$SƄ}![- :5ϼOF7!< 65H!`G\,G9G%_+H1@[u8} Am`^*@)"X2K?kF WHժO2Sȩܻ|H[|k%Dlg[Q=@%wi ;$d<Gkaq9Ueu*\ӽ$(iȻKv`5&^)Z͋]S:(1hHTpBR<ɠ`ȑz{95Q#geߖ@!O;`ro?P"T zo)%B+#.8=|kuH" PԲOڭ8&TRUŠ=?zeXݕтQ|n FS*Чz40@J w?,`e|p4``ڬͯ> P5#nH.&DT uv4rYa/Lx8k>s9a8O;q)n8 M(7z^¶p&VutL</;]:kd\l{xGϿnL 5\3%Ԁ[*i0od:4!=UQ#:êrc{$xa0fU<|4RTFЁ7BA>G/^dSD3F%.!M 8O9"֓Ad+AÑ6l{brf{s&[\upv\Ф4%mT}ijx+Աw:Lq)]f̅=3wNm؆8]ƪ?7&4㤕Ͽ|>`XBr=/Hh&Lb v]9!$3?7WJ17M8.DKp^pBbZ*Vg*:7'/3 i>Cˊ=rl1@;‰+3]VޤtdH#c6Cǜ5TXy)8Oo=Q5  !)h bW[&KЏo sΐYIQt=MYT1))kF65܉74—E39$7%vue҉XԛR<55dS;BX:e3vYO$ѵmV! L[N78oJԌxzVL}[grR5 (u-Mhoa]bc& _ _r g 1%NJIcehZ"U(;[>؍,Qϛ2A41B$1]iJ6<ڑsBUrLviQG7빖U?_k%ȳÛ\ȥ!6> Yw'HZsV8I%P0/U@Zz\K@A YZ