samba-winbind-4.15.8+git.527.8d0c05d313e-150300.3.40.2 >  A c߰p9|}\_Dhs맗qaIhd8&NrW P#qb^&|0&ds`X{Ϣ>]c<#DoSeG*#Bz >iGH()`Iߢ5AՒͲEK` dEI㭘2OqƔA C9`i~3dR#du`:ro$wK,{bt% Scdf357d05834313b48080b43c7e717fa08c8ce61209870e34aeef96a03c9b6b2e8c82be1b36f6e6843642049f0bc39768e63b325c߰p9| ]?Vl˞kcG+`jlK5u\WѰqQ=n Ek/4"MWFS+[6c3=N %<CP$Lj8- ;f\aG0|~kZ:vJ-dׯn6 ȫ-u4H&&"N0R|/}vxھX nL8QHţmjw=_bV<=unu>pLX?Xd+ 9 Q .4<.1\ ~    T8|48(9899=:N=KG>KO?KW@K_BKgFK{GKHKILXL,YL<ZL[L\L]M^NbO<cOdPeePjfPmlPouPvP wT$xThyTzWWWX)XHXXX^XCsamba-winbind4.15.8+git.527.8d0c05d313e150300.3.40.2Winbind Daemon and ToolThis is the winbind-daemon and the wbinfo-tool.cEibs-arm-6lSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxaarch64# 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<rX%0H^큤큤AAccccccccڥccccc c ccvcvdbd95eb7e0d1e8c973d39fb53be9be46276b21bcacd8b0ae1adeeb63651f6fbea676af835bac5e037fd6f6d9950ea49ff3f39bc693d479069190927c1c53083993a1caa0988f1da58a965d7a954f36d791af7b63f8f4d458a49b7b48dedc7909c8ae4a1737a48ac1c90522d1a3b84f44ddfa8f3c81fca79280a400ec06d8390fe0f5c34c15bc60c8adb32bd2c54534ad5ea65a11fc060765824f17fa7a8ba36f48c787a47c3127f9c5fdde2848eeac71a06e22cbf997c132d74ada549c086e0d4c6035d675a2f23cc0b214343485cf4fa16c6d6d5bd1d7cefe861f26524174929a16eb3e6b8e2bf0b1ee56f8a98e8ed307633badc5f3c02d8a82a4293ea47439c8b6e2765d2616ff3dd09a42049eebc3f1605868eebfba2dbaba55bb8fd456a9248ecdab862bd451ffa50b97864e5a8270306ff88d7e5c93621afe5df36b174b72aa23b679786de027ebfdf2940246c18e87b18caa44027d8137cbb618713602c6b4b0325dd3211474ac785379683cc4e7f17e211327fb9d536c1ff9138de03eservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwinbindsamba-4.15.8+git.527.8d0c05d313e-150300.3.40.2.src.rpmconfig(samba-winbind)samba-client:/usr/sbin/winbinddsamba-winbindsamba-winbind(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/sbin/ldconfig/sbin/ldconfig/usr/sbin/groupaddconfig(samba-winbind)coreutilsld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libauthkrb5-samba4.so()(64bit)libauthkrb5-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcli-ldap-common-samba4.so()(64bit)libcli-ldap-common-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libcom_err.so.2()(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-samba-samba4.so()(64bit)libdcerpc-samba-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libdcerpc-samba4.so()(64bit)libdcerpc-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libflag-mapping-samba4.so()(64bit)libflag-mapping-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libidmap-samba4.so()(64bit)libidmap-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libkrb5samba-samba4.so()(64bit)libkrb5samba-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.2()(64bit)libndr.so.2(NDR_0.0.1)(64bit)libndr.so.2(NDR_0.0.4)(64bit)libndr.so.2(NDR_0.2.0)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libnss-info-samba4.so()(64bit)libnss-info-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-credentials.so.1()(64bit)libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-modules-samba4.so()(64bit)libsamba-modules-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsamdb-common-samba4.so()(64bit)libsamdb-common-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.12)(64bit)libtevent.so.0(TEVENT_0.9.14)(64bit)libtevent.so.0(TEVENT_0.9.20)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.36)(64bit)libtevent.so.0(TEVENT_0.9.37)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtrusts-util-samba4.so()(64bit)libtrusts-util-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.10)(64bit)libwbclient.so.0(WBCLIENT_0.13)(64bit)libwbclient.so.0(WBCLIENT_0.9)(64bit)libwinbind-client-samba4.so()(64bit)libwinbind-client-samba4.so(SAMBA_4.15.8_GIT.527.8D0C05D313E150300.3.40.2_SUSE_OS15.0_AARCH64)(64bit)pam-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsamba-winbind-libs4.15.8+git.527.8d0c05d313e-150300.3.40.23.0.4-14.6.0-14.0-15.2-14.15.8+git.527.8d0c05d313e4.15.8+git.527.8d0c05d313e4.14.3cM@b@b@b@ba@bascabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgscabrero@suse.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-1615: Do not ignore errors in random number generation; (bso#15103); (bsc#1202976); - CVE-2022-32743: Implement validated dnsHostName write rights; (bso#14833); (bsc#1202803);- Fix Use after free when iterating smbd_server_connection->connections after tree disconnect failure; (bso#15128); (bsc#1200102).- CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). - CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). - CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); - CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). - CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- Update to 4.15.8 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * Setting fruit:resource = stream in vfs_fruit causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * netgroups support removed; (bso#15087); (bsc#1199247); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); (bsc#1199734); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * Compile error in source3/utils/regedit_hexedit.c; (bso#15091); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * smbd doesn't handle UPNs for looking up names; (bso#15054); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Fix smbclient commands del & deltree failing with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556).- Revert NIS support removal; (bsc#1199247);- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Add missing samba-client requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.7 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES in SMBC_server_internal; (bso#14983); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Crash of winbind on RODC; (bso#14641); * uncached logon on RODC always fails once; (bso#14865); * KVNO off by 100000; (bso#14951); * LDAP simple binds should honour "old password allowed period"; (bso#15001); * wbinfo -a doesn't work reliable with upn names; (bso#15003); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * Regression: create krb5 conf = yes doesn't work with a single KDC; (bso#15016);- Add provides to samba-client-libs package to fix upgrades from previous versions; (bsc#1197995);- Add missing samba-libs requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- 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-winbindibs-arm-6 1662115141 4.15.8+git.527.8d0c05d313e-150300.3.40.24.15.8+git.527.8d0c05d313e-150300.3.40.24.15.8+git.527.8d0c05d313e-150300.3.40.24.15.8+git.527.8d0c05d313e samba-winbindpam_winbind.conf55-samba-winbindd55-samba-winbinddsamba-winbinddntlm_authwbinfowinbind.servicercwinbindwinbinddsysconfig.samba-winbindntlm_auth.1.gzwbinfo.1.gzwinbindd.8.gzwinbind.xmlkrb5rcachewinbindd_privileged/etc/logrotate.d//etc/security//etc/sysconfig/network/if-down.d//etc/sysconfig/network/if-up.d//etc/sysconfig/network/scripts//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man8//usr/share/omc/svcinfo.d//var/cache//var/lib/samba/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:25692/SUSE_SLE-15-SP3_Update/31bcd539228044ed3b978b6d5b198532-samba.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linux ASCII textemptyBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=67b95e62cc287343bdb2ab4cfe6b0322368e8cb4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b07a818925e3052f55f31f62cd8a64cd7362bf22, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=dbd72c18eacf372d4b4176b4f5b5cb7f3e854cd4, for GNU/Linux 3.7.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 textdirectory3O2RR RoR2RSReR[RRR5R.RkRWRRR}RqR]R_RRYR0RyRRRiRnRR/R4RVRjRdR\RpR|RhRRXR^RRZRR-RRxR1R~RRRR R.R RRSRR[RURiRRWRyRRRRRRRhRRRVR-RZRxRRRTRR R R,RRSR RRR?RR[R;RaR.RwR0RsRERYRuR3R2R{R_RRQR}RROR*R RWRRgRkR7R]RoRRRRRRRRARyR5R$R"R=R&R9RRmReR(RMRLRKRCRGRqRIRRRURcRiRJR RRR#RRbRPRVRdRDRRnRR:R\RtRBR'R)R|R6R%RhR^RNRFR>ROiy=k72(wgP1c CojWbm d{5ƉLX/6upGN&#`[>j)9kIH$WIE-!TR?d9]ƉTlUX\Mm^-[IK[lkr6szU)q]\ ͗-" B\2bDBw˾t23j. t-)\>Vȕ2L{:aq ks֝!S(.e'@KIUT="u,@lftxO}x/Po"ITc5R3Ugͅ[5K8ܲ{$(ǚo Et^Y~]k|uxE^,8Gpiʰ9!C^+T狅Y!7Дۊa1m C<>&$+ คu#p|M?H('x{7m2ϙ_%mhdj~p8v1|>2Aߚ63OQI0/ȩʔ`AM] 燪,N.jz5ofL֙놩>CYJ:B '@vnVdnĴQ]zMke\@4&X؜FlZxtMiKS*Gim%S"7t?ڶ窽N`UVNn}hIЕe狷?Qi͠bjiIxCX89u1 زd#O.8vА'm5Œ^Mn$1d*ǽTq N8B[gչ38mtq׊;`NO\KĹh gT|U{FNHO+_Y7 ټЍ`-|${ӂ?Ϋ }jq[2AfT -ԀM z 7u+LF}ENjw3ʪ9m6uq>t!> l+s ؐ"x+5 d7gy_T3F$Ȇh $\>)HF4QzFUʌQ4nqZG==s$qjc7oyAROE 'YD?5RM\{a;D^j ⻒ ,a]GMee^fZP:v?>1'.,FԍUѕr!F5#mݾӽP?l1/%/>]8ʼnF[zE9 [N,#I?9޸T&[5Ϟû@$ۢ9pϹ1ϥM}nB"!ՏpiKیTtf0jmb~Y̘/m("A7!hPwXXet ]r+q ǥ3Εra]|2H`s4jϞ6ٚ}YW!{9Tw,], oyA6rCi^rHp8@Ǯq;vC34D |7SB=x=w_,nܛfMX:|uBmG  Cp"勆 \]1ɒW{v"LPљӍMҲLQ8vPQvH=輁t'Xw*xxly;*/)54;f˥<"u[gm>|0#{VY]oǒ-=IeAD 7%#pGnD9b>Aђ4;0ES"KO[_rT>̑N0vFcRvW;z Ѷ;LQ4ٞ 6 da uD;3V(KV"2|>PsBP]3>:qރ͐- mVǙ{]*2Ϲ35*fԅ/ݔz~ E=$.o}v뮐55aLd~@Mv',?[4bHx "G XwG" 4%5)aG?I<9;*<]%մ?KZ&@%3evěP.NKBsW1d{$IޙHPc-H+v bx~VBEⰙ/]8Xl vhHRcFGݵ QLxM%+v˫/5i|W^zA6ѝI^$lZ#7y7aNjoofuI!FaSbtN)^jY.hl+7nRKa1Rx.$W+尷6==ĸ*?7-ăl/(+ 68U0DU[ 'YkzDhn\j;.Чc1c}$| [zz#{~b,GM$= Y q Bw)pv}s+Gٻ-Yά>W4vK\$yL#AΚQgӓq؞K]lGt~l7W8oL$S6F .Jgw4a(3́ /,mLLuxK @L~P)~{LsR\80G%88F6ǫ hr<pb5+<$a>hlMf _J~;5JF=eol<:n(@!8j] ";M:16 ,W Rq)TN|?a-xQtto !B~Glx@VfOnI1b+>o`L\i5qDQ?'ør^Z Ȳ#{%nn,%̲k"`eKi}#d6Nr/z2g# 8-Qɻ-fEW)NZc#'fT%&Z.OƆOrpS1m+ojT̠o:|htC'N0䭺Lj[v69ޟѻ֐Eps)jB=C 壤ȕ.9Š U: r^i(3/X281ޯAN3 Ha0R<(Z ҰdPg_I\8xqF:c언aUajYyz%nvLzO.KgH]85 ]c_up˯P7~ږ;O)SY;i>j ՇkjmW>~OP)B&vڂ#=Y5?[  #w[_DY gN^~ͽyR+Ixj`yd# VK(S1\OdYKbfup~ġɅT ^#Uƨ̓evt,j:HbiA5W0$/#ؖUO}~?P>\ƩFV3#|ƾ'LMخ9ʼnEkc+p7B;q<v@; eCWWeDn-mzTfnrj) *V:wڇ$nɡ k~ܔO AI6G ҬƊֹ擂 RdidGafh֬A8}Qt5'8:"Fm˾$ڵًjؓ-VB@@;h& 6O|_̤Xo+Zl༙E)x ǧf2,DwMvАf=M { $ [>ƹy֎1ެ"GnƯ9fK$-(w m`ᐲ|OO݀%P)PDJJ2+`JE@xZ,{v-Hyy̾>8s`3R S,I"6H3upfnX^T9e>Ҟtܱ;xALrc +LIE9?ʙqIW|kZ%PӷB:f0?w 12|28˪3OE}]OT;X@@pybKۯ@j!Let!X%֜L5K,sR NGU jh2_s4 4Ҩ 'E>PsD9V½X7h(x ^xk쾒 ju22CuJ.]P-Ä$jsfHKJ]f#zJ\Ѧsdf# AƖE a=+ZȨJɐ~ @ `yq@:.5O>ֲ 1?'HT,m;&qr[v NIdcu l+ˎ^2|Fѧ{B6-Z?&~ŚT3牜V}ОfڭFAA46.ifH?VyYCo{P|?tJ,ͬ=V4>OB$ (#1f(tj"&Tήf/`%؛)WPU lb|IZ#)9F YpIIK9^Dz%KArzi^q}+զ}85<'Ή _} dz$Xhin*:xh[\7Z%M"BbuUF~ j +r ~/>PS_w)BJ w|t) StA }Nq#[6yy9w{xk ͌Vcێ" ÎtpPtot \-.t}yy=ߦz<+~So.%{%v¯_jv-b_1uH:`S5y -3?Nz/P>Ven>Ǒg|ob'Y7cet 6z2Ifމ|fGz^ Ip ~GK_vy%:6C1J7:͔*aK{ݍ8T]]ڷL~V}ik V.O\LRU#MA@+.otz&G%Կ`$D}_ X,#4!UMl4SZ4SQ=?HXI#icTv- }'R=X *JvuOj>?U1YxqP]N>uj!Hn6ڂd}sg2fyz)* Pkz?'ʻCQŰ8G {[NpCTE|l{٩dz%҈(qgݯc]=o{5$%lns_NJ#ˬiĄ['U'Fqg'a̱l=nDC~:?V:1&<@7V޶vLL) t?` $q`ԫz_$bԛR?R*KGS8Mɶ}Lgilz[\i6>aJ.H%6[eCv?~4 ٵ{zi"?8 q v0lrgW% =k~UX#Mx!=5. C0 8N3eux?.Ih;)M[t@lrYLbw,_7wяAx7wn6VWFJVAOjG|"AhkQ3/|(ϭ=X斘"m˩\Nө|{, *)1^GʖR=]ßK$G߁TOt H-ѯDzn1AVx}=SJ:w3)ϫS5$-$XSt%zR+y K ]pZ!iZ]@̹)>R5llj)bhǔ%]`2b31z [%+Xnqh٫*LB+hab_7ئ]TEF4Tm}&n秱Of[H؎;}2EΦ!.by01+o7wz*v{dz;땋ef[OO[l1Ho]9b›W^yѿG{c(jooITAg}W_N؜7|  LcϵEJ&בL>y:@ {'^&kqP}=d-lqԮeqk5YE*>g!~xbז;ݕ3#xXL+dX3VxpX* nI1y_>l]XCۂu| lXþ!.xr<4h6ϳ_N *?RȂh4g&d4/hG$\ւeI"eoԍn0(7f_ŀ#D!GEQAs3yDxBKȓZ~A s3ܢ_Q޻Aϊ!Îg:/H6RFo!eU]'|:#nIr9}S'+e8z78O_533aV^%exë73p9gG]aftbUITx,? R 0G{_BAk9eo4 lug7u~t*K4Xq50Pᛐ,#/̽0XєYOp}62}辆B.}yEYBعI*ðDM,94uR-y`e_oj8?N JŖE<3!- ~-\wC3HŒÚ$qp?RrYTbX+fI}][n6U I2PY='Շvy_L{]0G駅h&s > c^5P:GcA{Nθ)`@/iBǐ5 47iyapٿvaW%q3 s񚭖s _WGH<7a`{-a^*r {n!bWք\-6#2J%o xPuU"t$_yM=;T\HjVY;)KX}4l HyΖ7VQ_?)&;a6 iB`2]/0)f٪6R}͘r!^WgU{\xGU6d&Z wϞ9?P2DM7O?M6aTW@&ڀPl:OW޾a äѮi2ccW!BwofӅώbYV]> (݌'Rl@J"QJ.GvVrX\}K=j~\oA'{5ːSsVJs+ /泗 T[dq/ǗjбG FQQA~BL9eO*E:Z|/; =&w?dN:eI0_*ճ8}_{ˈ3NwjL7nC4%s=|׮RwdA8Yj!a377{z3 g`E{zk.8Bmr+"kW#e(a-H&7H$"(r\ĒT&T/lA ^,} OTyzHV; 'ILX+ 9ՍT(D 9J߳K}Y8+PC&ŃdUeyoT¹z>[|AHgw1Z(Rmס,Gz_q>i!(x؏feߑ&=TΔNw];6|G)Urq_T[=znMΤ Wh K׉Z>E]&I+WЇeU3>A*C{T@G(yo&Kjzv|}Wcǀp1=+SڎҸX -W4JH~_/S$Y,4ѦOzaf=s(w?b F  Gkvd}^7ue{R oi.w6 (y@OTAgb"A"ܫxV\T-&%qCYLacYX%oJ/Ya.&#!`[瞺^ Xoel"Wc|%XX?$LaMQ˱TBH.&ileʊmjO!Rnh~Crb R<e3f~&pb4w[ޫD +[n 28X7X_[4á2Xp0=n]p gikb`icxv΂qRH-'m,hƚLxib Y})Ijb2y.~kDw KEZ炚6z-qX٩D1_oew#XzK[Տ@ul߈3&h`Z=mCSl Q?1`q.I"J6+:i~b4]g}HDL gR1IcLuT&kѨI;eHF׊'lC"Z”+H f'`cw ΓgJ NrET| dO<n&SLK6I>&wBʢmiV "F6q^DL>s#4X.P2Sœ?uHƺQ TE?f! XRy~y/ )!,Wj7;UcwE9K^dÌYz۝D_i9L!6MUf*y?ֽfJp{o&ɕW/,GN:fE&/NIvGʠ?>:ذ[Z&2)|\;z)q/7y6I5ˣ*b07T+@FC/aYIlAc5H]T鉣F= hr5.Y}f 4 CRh۵%^UB.!^`]]OHXdK+);@UQ+ ?:SʹyCvz~+c~1H[Mw$aJ5.Oh1z|ݽEzq?/N0"e+"RPƒ1vqK wzbaG*!vܜOBo,3o9841ȭ3iy{ҳ*fso-j+Py եQKOْ ?dwE˹`,{]^38 dU]uDŽ=P8ma"=jZZ;N s_Ȼ#:'bnLBb炴pD;ٜLW"/+{8g5wٶ$hq ~>nI>ḤufRpuyNu:P_J6+jtO⻦`tՎs,tUsȬ 9؍,!hc <//۴7`E@5ɍ[:̐c|*ҧsXCOA.}CeыQ0ܧA>RGpل7<ׇCM깫9Vr3o Xi!ސEX/1P?i9vw8ej`ɇS:X`.4!$vcU0z@;H&?lnZ59\N#0zl=]Ƨ9/Ufi: Zj=6lok s]"ּLyr*x>k!~x-/VӄUbJ$Pf`-kSD*s7CQX-bGcr֭$ZKUQQ#\IPq{J FuknOJ(4j ʕCewBoߟ|?iƷ8Qӽ !?xZZ9][kGB?<۟!ũUSe8z9ԩ겏 gjC}wS/B 9-=Hp!)"J.,1L2i9;11cy4?a#$) 8gw!!'YӒDqcڈf B~ o,tQ͔9xXE^q,۩ZA~XV&ߪtCrDkTmC؆uݐs6Iy CX] /*$~+MB=whwӘE1NUP槯5G%F_O Ƶ` z!q{ er/V~-^221$<:cF}hdju1A 'WFg+rYԢIcc!/uM[ @jCEPq)S117 mX&a[:`+d4$$ODw > qrZt1Yy E@{]EJܟ Eyv;ҍ *ԈcH#$=?<;ƶm >b;_@O"hHnVzV~3Dxr93<p>:/;3֡-Hݱ!>Q̑: /qڃ+8,7"DYt9g~+_G虛!dY "Eq ƣ5a)Oj yU~A5>8(<,Z:ɖL]e';C-jW~~$yx'AرЄTD?A)rQ\[F !:w$TvtE,9V3kh[X Ǫv]g5$R`WmF4l;^I{ ./K5C3jqJv.'AD'\{5>'+MB4Cow;6 OMJ](4,24 9 0XA7YbLάLU]o}9?OPAS)Br)wy\w?Yn.;-4QZ`qD/T(_'Ҿ%qpť3VSecA)>ҲS窬VUayR6Ձ3:cŋĴEN(S$Z)')v daÌM/tcufq?oQ}fBMH\_dBd'~ DԜZ\lZ.DkYQY:BA`RoHo̸>E ֟JJـ>o o*eɺztR"[.{>|K8bVɓc")i v$\čMƿb \sof/y;o\ܛҿ)~s. <ӆ@$nu;I˕0v_A3wGJ$VE<"2S4a&83U2_j(=F։i*4\6!᠆X:db_\` ')nCJ!uAp*E[ZP *[fs V&-yn!ye@HocV6ҾIP5|Žk HM1e_qǟ+<2ؾ }V,J {R6jB)SPI#.@g1adQF6h& &̣%\zl'|YSKg@?eNۿPͫ;Fd,GH3ijޕ:C8x9] @>vr(02/6nkȳ19S~f;޽}1TxN58LxFb,mQ)ƚq).Ð;Ff7|W}f+1@ߍH/Z~aS*Dv`[RM#DF S(sD+k+{{\KI1&p5j _=b"Y㹢t-A`GeۯD a߫>6iI۰?O#61Ǥt3,>fCRn]SNa8oëpu&ы$xBI}tWHF2D14·tlb6W+=S֡?FY+wӟz'ɍB+';ב(ɴli\/40WEhIAsdfӃ= W[EIُ;יCmoO*"9ؤT{k4Q"oB/< AuVyZuOh4+|] uA6> Hh1b^~cgkѷ:ﳝV7,fFK}Z=c:]ًT;"J`=ےF%v d+U&`3|]I9D>+-_5]Q]]]_-߶I_sC ޥRwaR\|N qB]/ewq. 0bCd`EV 6m 1u,=@3eǙšd̯R2[[|d}&Y}?EY %´*w 5etJ`.2yFb9z4kL ککa"=P:͐%LA,ѩZ`kƫ?kh7B)ONӂN7FA;:T?~aBPY<jf'9|%C5'#99UD WpV'@e_kEѤ4;iׂW͕rrWФ%[0l7]dJAPMNy6Hyi[|`! ÈڊUs"{.&|Ԟ&RAOrhfDFВs*nt^6a?n ]!tᚓiW;gؙ<`3hpen0ef\L4)AhkT7t p,.iTb:85n/ѱ`;>&ߔLEYʷ[Hm wxfޤJF}^\ivQo/w50Em3fQ}Y *=Wu,jd5?͟SAHB6tkYQ`"kBU6ٺh/.F{ӺQ a^lQI\@Dw"bDIo t6$863/ udBYNXi; kd|J_o(ü{ǒ@pŕUWUz( 4%al8Y7!>ٺiuixg'vYÚyH })\n5H^r3CL @Շi:=O@n73ď.'&.C4SW%i>]kvBٺ\k^5^X*/:J4s앻<[@~3|P."`G-kxN<`S\ɠPRW5jk.M dq;/rڟ䎴U+*W};nN>ZC=VU$%_,#ZeA$k>Y| 2 ڷjXoba>4i5s24EMȓc QyI1F̫96튊Z9/w ;232e*އoV/ Z>A)Z7mB kQ"GNRD$09 (ۋ9EeT2&p&- ݱQ=EU}q1jPkֶKAQ2`Cpc2~KTsGҔ%A*;#h[Χo2@8*xӝs*:ȔMZkC6!Q6g{0("Q0ġΈ~mv /9mH É4cu-]Ìhh;^_cvS$Ӝ+ Ȱ:*Eྺo):RMfl@gS.+ze՘^mɉvz3WJ}v٭tѣRe\o^iTT(A|@.ݨ$ڰ֞Xd|*& SnUK1YQCcPkh*S}Q1j̫O~ kG`C`[$h )ʜay- L?;^:\*&eQ~/WN3 +0gGbe; -ڡblLCY¤iq^ԯ©"`yanPt˽5>=I +.8p 3[_Aܬy񄎱%&`a+(-0Ydt~Ujv𯔬OnfNtj+v0Δ2]H5Y9%T3T*T:|VHyn)MQx2ݾ¤N @.٧Rb=hזּMBH"}7W am>ZmcMsta}*s)LgQBKWRx7nς*J75; ka]m5h-t7n0J3S`f<ɶ)VH C3|RW .ȧK_?Pb"i*' G#fLH95^ "?WYN,XQ]e7@ ,NںʡmY5[wc=*D \Zu|}8 $wKDXМ5G6lYrZ2Ag׀߸䖙ĠéGW F {xAn*Wt/~ ofU}6/Sd q>OŅʯM;_;S[![v`0j iJ5)VmwM%9^ls}U2Υ)1RbZhx@>K;&=~q-{+>d3"tGΔmb8|Td6<xv@8jrϧ3w=۱N-}\B|v\XOpEL^ZJ':Tor"5w9T볎F$ԛ CB tZXxY$|{flPPr3 c{ך*Aa 3Fd;FKqܝKᔅ% M$ux gfL{p SnSv(_4s7x`n ]bx*eARħ)i^aCt,5p=x(8k;Ka(?kܖـHv02m |a`\/5Uw%JY/='~Kb.i5y,+ZBy5̟!OT>$ ):}󌭙5BaeԖN*~Z/1TU3j?X("УCŠeANJQ! &y HaH:]XDkjbNrX(_;y%3R=fDh^K[b9|*p֗Uw,JӰ7Flxе6DdHyFBݞF}^r"S2w#7?eK&mÄm*!`5v8c:`&W]u2#SP-V9Ï.^ Tz^uCXg=3YU^lT,]BaR6E9t֫i52RH2)WH,m s yL0}3&,;u35L8 jć\˟-Vid&B~F/cuw)rHfyv]do fqHR>8;q@Hr<~ 51i"Y?K ;Fmq!x8CQNE_i6k| kӳ&|k ld=\5'}.tC ?<Җp`,{K$?*P<&] FBx ߢ+t >t a0 H gHRՍ1$q} 'u;!wݣBWti੉!VS}[QSG/% iV9 n)A1ʬ9\lZ֑j]L2 \&Y6QS+"ڇ07Cyс%c4*(vZВz _ ǜ Oa>TLZ܏my0ApsG Ow#l`\*`D=!c}[vZLNJ7]1)=b=(o ЋI$Ah`V kʂ th# 8\.`ZzhńaX FS26Ů5oQ夹j˜ӪJ/:?dJ xO:H؛%Asr-N;kZ C3Qq¡,& EVVft-n! ]PJz/(`~r?W+2DGnFj=0B$~R:WTI8[E-o ^,ݬTn||#h}X$L\꯭ qU'gF+MA-n穦HKaH LPv} ?֠/6xZzGCX ɣUzh`}]]m} c+KC)F0/9hddzUXZ i]# bP%G ^GSY \!y|ލ[v45So(]O֭ )U4r zSzWZAs >,݋5~лzY>G\MdR[+$ՙgqi;YZ964W/HCՑt."`,8 YufuZ/({yW38l[Bv>x?fB[UqM4zoÏh+EU%<']8K994Ǝp{TEs%'M?sx|ij (T?^TfͦS;yib  [X>R6il1wAܠK+-@HB: w "/ gJU:{KF2+$L:0o Bxq- ï~Stw/.@\KHT]Pyޏ~Z7 "cgbj3A@+Aze+!L|٩dNJHjO}tZ2wGPи߾9}NB[e3sH|Ti ˊMiΓ":l|pr~BK0)JuU`Tt: |iQ7DgT`EHU:+T-^4k|?QSUۓsxx̊&wo]O EÅq3iankC#Eqü*繟<}_?i$.]piBc @]~*ܛ_Na|PfwPE..rϿB(_a?C Y6jb\5WTPޤߺyGup՛ ЊgfRYIұ%`)bB Y'a igrXw`{x4BR 2Nq D KDT_Ƌ[8Fy[R$ ZKqV1x=1M>+$16t^y!I]&aB p-qpѫ9@$6Wk M Qg4'R '9WW@.E@.iȪްz彲%GEΏ!m$ iCvڂͺ8ЌsDrdV_Nt%浛.;Jlr. AF 7CyHmơSFI |^U*>\i1xʳV9;g܏KT{̮oeR嚿*m50? غ=#Ơp)ϒslnp'[#ׯ?5bi- m킿s-1K["g1KJnBnl 6Z}/|/Qy\wJgՏE &E.,b?ԵM֒\ӄ 78Hx9 q B]X|c)/tѓ^:ۄZ/V2rS5sR*ꝼq?~=UzwB`.Ʌז):<(Bă0OccKE{c51 DY͖y"3 <,>H+LHl'rgz_6 1W g TyF=a}7mFnIUu`* x23|CqW+ ZW檉CaT:YkxrQC;=IQg}t<׉G.Dk{ J|T$ҐHlzL8u>ݦe?5[:ĺSNW$xDEa5jl1͟l :mOXjNvMQ4^nVW;p"y8-}`v:9ȞRDgTm3|^L.1s͈t-9hxQ rk䍧Î @HH/dot;MY{~`WhЊ@}KI{)I"kI[¡~fu=ZyH$rˤ*0uB?./3ߺʁh`Fvܹn !F%q1j-5ݔS117$HeC\ x b|R9 3`Þb2O(ǰtq|^TK$rFBe2w@V!W:l+a ]](wݻ*) ATt\᫛jY=\1=:Y~_+z/:\ JX/"P]d\*ѵ1~M 8g2<8 (Z9Tu~YF:++[+fu̿*lr6s>O8} Hn rJ;dQ0] Z)ؒ"YFx־R|W Ng^힫f!j9D@~Y-ȵqK oӰ#poƦtu.Un$ B*j+FE~2rv%\>N$FK=Abu/=>w?Z'pp>HgdU%CվY tMw[ Dؑ= UA0M]8s5>nHNvra9pm| a!kk#j~rG5NY `;"DJF(Xc>^n5)J ,iYocY L/&#fI_%wg^nG@\bNRgF؊?< TC}uoGUTe…?`SmV¥cZ3ݽwQYt`n؋h2H7w]2!Eu/iV!i s=;ᷗ=}dhGg!VD9ZiHbUB(1k<a+<'?=W0<$*jդSyV-:=uD+aVִ߉,U>G9窲<6S gDwk$Mb"AѨj2gt7$qG!ISX3A9|m3|U# q ͞$SFWPD(` >9X+ ~8?Req+-1*jvʴ0FB Gaײoh6H57Iͅ_lDVN' ϸ{~3kU>$cYpwΊb,erB4'\ ֢M+H$\:^./ ;c_($^2L{.%7\22:Tyd _5CCW0xF0J9ȄF9_:ע{b"nj1c/ERYNXd-فfU&5̅rWMPR>Ljk]|j{l7:|m8ԲL`*k]t$eFr,\\r:G1k#gdeO(7y {9{Щ8zM S~Ql9QqᐋTUjJNVT=fL7/KÁ?K{KbD?t24?[:_ >5"4As廳E38}ե[d]W!꿎 UGJi0f[6r/jx`)67|KQ>.^L%y[*$Sci):tq7NaLMzC.R:S+ bS1_ tdݰ aâ }D,\tI8h1_CaT^W`q]Een)4%D'Ec69\~enZؑ٠ȥ f>0;NuU['ۑ[DYX36*5@"y] '$Cގ3C8_h@"#^73Ѧ{w+}?d8*j$:n\rGɄ0i2o]ڛoBdq)%foo!2EoT&FbX g-(a#g[z{Bߙ8-ZFįŢ 'FZ1;5йrn\)2\;[eV:iq -v'1O j1`Pv|X%16։C%825:Ik`-=#~DaA8a 'mg5+CxI;F=kv~Cf%KKXng+\*JkeL){I( Ô.n3sy.j^0Fјń⭀ uyp،[V{;%{C ʔ8kb w,sLì (%pP2D}hI܄A\`}fgO]*y8[ 鍢N`:{I".$ LՈ oT2D`fojl+n͡n 5S>#,X \~ Cπ{^'E8YFp bcRβ?{TEbn.Y??L(xS4XERErDG e[#iEABbm*E=ȚQ`rL+{X7(^,7h=Ε싎ÝXڦ?hu -mjvES5 #OxZ(f_n;mڨ-%~v-xJ[51ܖL8X-VZ'O;_wy؅~՜x;~&F% I'Οg-{چsE sܫ# w|Q6P]a,( >6w<͒јG0>#z4|LKWȯvז+0, U?k UJ_qJU²CV] 6(n/WY`ERGB~,-5m^7y9)Nm49Jh #weܫL0L֢ndx6.!2enո۴ ȱ =oJ5a!rc ]!Q} `$\ 'U)ruֽWb6*ekk6iel'PƙR[^ϓ:XD * --,F׵:!g9Չ"WAg!G<ט7.>),?F;l9EgDhWg7n\Y 6مLi '-(UR\,R%8sy]xFO3pW'aZwF |Bky80ۨM~&'; 68WC|c^džk}xi[`Y6ACMtƓKPED @b;T2MS& ~:Pd߉@| ޔz}ߜh=3˃M@{cfAmҺvY) 6-Q|⺝ND[9_G:NUmGF$`"*%E" e9IkP;LG咟 o3JQ.\dwB,]n3 @o\6GGҨ8u1Hk8c 7ȫUyWDk_ ɔ}1*KO~ǯZOdI\oݱ F"wO-2L \a\MR!AU'*ܝcgn[b#3L&qdPW8DFodDJ:I0Wug61Ypj_@,8+$Z!&o2\dV[Vheb5^DD'O?1(HZq ɲg:9Pߊv>3ZLymXǷ}ubbrl \ CDgȶr,d ƠIPiA13ǺGa/&gu.,ŸwwLA;l?C>~W^rdbi|`-%rY/D޹HD-bfY|utCz ẅ́q:yl4x7ѯ]CY(Lj\kIMN݇5?A)VG)NG)?h'4QΤ':g*­?kv`N/|JE1Di/ܮsl^NօL2Selp-P "xnf?5蒨rR u7vavtCI =u>SS䠇Zض00`E2='+- ֮k9BbX ]?kP!R 6A/+)"*4IL=jmY)\H m 1dH >e~ԌsmZɹL"JE5n|XƖE%0F #FH-m7Q^4LȷHvyMM|5)I'W8ڼN-d|*QRdzf>bp!Y)Z'iԮ-3ES>%:<$ $7eRƻ~nFV1x='dXk})9޼iGZd76\psy-!%q {>l1ط$=Q 4Rp7KiV+ңwL}H} rq"F(5!nYZ1>|i[ 瓽/RXLVx%-Q3'=-65Vq,̏߷ܚ 6eΧPT{)ٕ~E8Vj#m1K:~< !{&N} [֚<3t_f{1K@ޅuN?`p5\TeV=2+ѕGEV7Ķ+I ~lvJ[y˯)/HVRj{U668}EDfP+}U l*kj甘4wɆ&B:Fsc^nl:R(D"&[Ɲ~]@V,6DSfs-YNşN ̰1ki-9S3bKjP$0(n ab{'͖TDE?*tߺDRuG 6i0;gH`:**uG, B.Y0{ X<KliٷTWJG{HfզVj8BYAG"{ (-Gåc[wkn^հR/z.N2A i#BíJb:pq+ٙgM}~h.Yh=F+mhB< L9-pfrpVG=i$۶kEwᙍawӃoZ V'!5Kty|Bb޺3lħ' z9 Pڲc^7- Ueq,e)?#Ez˰>ŏ\3sF囐?Xtoc_ȱ#$( 8ǚ"PWEfڛ#Lٔ?yJ?+#\/{027\;gI~@|  F[;7CxxN<+)`^h)'<ZCWGGG98𸢆VͤȲ4CxЖr0MKKd" &KM'u̯CawxVs ZLoOe"-O~o1&m=*%H%Z( Pa)>[OB:G@~zϒ ne'BB&$;`Ά Cz3M _j_7瞺-2N,(]v~"p"^A4YxhzD7US$$(P|J2x k4&=^0"O`7%Af~ τsch)oZ1ORC"-'kˤ5]cy&grwqDc:FPC3MP Mq}i d> @V͎BwDJ䳣$e@xMjpȗVO9傝Vn~"ڽe/IsA+/O}}YoKdXu{HOVHj[`h;†uwm^~joqk'JV4[X|@yh3T:I|y&Rn+f_ bum+Y=iHǀNvj9- 1e\+O.+U5OEbvtٚQ Uro u朗l?"(FGTu'A@)u'1R۷{B/H<ŷ`̈Aha45r*}1*'`qY&8⣱`9fil4ڹa'm ^}{Dx cI&C;r~ZrM;`K fX6sRId rCJ2y@@~+P62n'F mIz^_ PUÇد7DYӶt\dQ|9z+I\Z.ǧ&r!~hgʟs 3 +t -}B+8Nls-y y@xev>{z sDE|4 v qm`}2V1@[,T6:Hz^OՄT{Ӥ[.S^cj>6)bEnxX03)zKd[5y sr](1%.kK}p8oypڙcboc$t+rktiI$ͽ; Eǘf8 B+# CGfS92rB3c ^$C;54Ν ԬNU5~Pvn1۾̪ZK;p!M <o|Rusέ.Aʼº]p2yLjrCP%5l 6Yư ɼU8)aVQ'+s߯^~;cL5.S<蜁72E~+O:s`›\E\?ŧDPUu"vP{ZNytٮt&tds<0kw|-݄K^t#Ւy3ﴊ1q5h~a٢~Sں#F4ba#|20 fruR=GK@6*TPMZ):p(4'm]BT,83H.ݓA,9 NO\Nm5Lr ~&sbOΣ_,ؖ)$hD\@c_w-{:1W{Uҵщ&H II)w [ܛ1]bGQ;t!yIV.}lBΕ*].30SvpU Թa}rGniXgK$7@$A2i  J֝ $} wl2~89S?)p> ! ^+_܉r:A>{lSyDWrʶoTkZ0i7 _^٩kb?44B;-| s&f$o5N łHu=;D~45nX?F>;ks`eW$ݏJ6߈hX3XgT츽@|@g5:h뼞1VӈҲk[.}!Y 3dzUa,}Ոr1{4SԐ%wAy\eռ'B">sh%j!φI;'җ4EQ>=KE̻Z6q`留Bo% VzQT[LNsR٢zVF:TJn.c\xOx(tVLT6ؙ]Pg2, <^# /0TD)ot.}I欍'۪٘"vɿ9O"X3VX焾2; 0^Y1"Y%ΘUh%Pz<56yGRHnC6-P269<.&Gsr QʳޗhV?2N 򙕘Jp3vߐtı@73UӒLSƃZP<ޟk1fqaۚrSOֽE}!RfqP{t\cX ٩[hnbpB HaW}h&gKTUXl!S6W\ῑ4MP̾ZUQx*1i+w8HJd?6C_qV*cn+Q2bU|I$RͿ+Sn*ь7I?;+vN]9;F !1lAZ|\`N"pŬQm WLTO|b#A-O.MFsɇ]E%|C'7FgVliu]I' # $L0u^SU@~9ƃdTS+Cg!P)h'ዋn3RytT#F- DBapsnWe7s,?͉m"(CJ5ق~IbaC31o)ۢO$7mJQsmyY- yh(oԵ G F*P!~Qg J>p|%tH-u!_&ؓ,|:9YO^R)Gg &ӢkI(UIG%`CQt8pNW֖VuaJ[[> hëDIm'۔!4)ur,Q:DcW©АE2tef,!ֻc 7i&|~x~a!&Eȷs>>ZF{ir'j c]4Jk2oq'{]/ BL;.ȇSr|mJSiu˜c6@ݵ&ȝ.̶~߲Hݫ[B?u#/uс&s3pCPXo{UǩE?)K@а?6w2+D(+QRQ #v[*>G..DیV3ˆrQ tdnL1F1Rn]:zԂG~ c4_-]N,A_vGۢTwj̊+q'AQzў%*8dע0s+?wp~/qo3婃'^ =z8| 8 Y̱ k̞Ps/:RK>s}Bo?GѬ+%:X4~>~8! Dj@YGr@9cMy+7uz< |u%UjqPսnGiDIy%ÒR-3l˳%Y%oʦ Yv \5H> u3ɒaFe8 iI]/f.P`U]J4S y4[w83 i ,dy5kn0:1z_g;$g"-Fgz\,OOaс\mP)gy-Hf$u~yqK`tĞT>vT&f]WB Dv| ̟\yI{UON*1֊އuE k'v/Q+NRG+d6"S@QAKҰS(DȠGE.~ܲ zX8Y!&;wOv*(NÛ m5dCWsƨ٢x[7 FyEn5w '=j|,I|A܌Mnҳp/T||zA|\rk1KW*+-:lP6фg  SxMlMZmUb'ShlQ YrB8'Sb:3F̯Vuy`ܸ7bM*B j[TkXQ$R!cuLvIw[Э&%9(nm _M/kGI?/ŕuF d%X!IJG< 6͒j}c(#<7bz,&%C,c`]ѿ6|:-#$r@܊[H_")M' Bd*AๅtUN w۪o1qP^ŽrsD5AFP?[+䴃!{ϺUI~m50vѓkEa ~!1W҂@Eα.eAG';¶n[K$ O9zi0I`9ź,nWx¼!I?tǸUWoW, 2bѕtH `, rQ۝V?g"Jq(T-0``b'Yi=PS0`mi1EkN@UG1R>Vp lșmEmwexsNM]tef*^9.6g_ Wnkx>ĥ?4B8Imjm=[:YpBjI4پ N4oļİ)мMptxhbE:VtXŲYGv_Ughp eQ">{xPkL8 v ^]{9h\gxX6 |tTQ}a:̒-}n^/WGg%ݥJZ:""C(e1:"K-cHOfshCAGϟ[%*x]"}`;g, p=3Cډ`p $H KW(\wǥlI189u <`ğALw@!m8U籴VR5L=¢H% R&k=ц q]M~)aӸۀ2CX)mb@_3MW $(ʺvD27MHq^$NUHʛؿK{:5;TC qo>~6dc7hM*բ+IzZ:8/j4, LwO ϿjtNIބ-C)Z8ew,b;@zz'qzW=6ɺlM0%BA&:?zdiBvpf`23MuI݆}>pQvk^m,ɕX,QC^㲉²C.q?;EĈ2BCN %D4Q&'a+3f6a18y w\8x| Ljl]qOݼ> (P|MV~EUhO ;qv2}.~j$D޴Ns5Z ^!dLԛ}x|@:/I)ŵsf$pru}S 1jwp asl Ҡ ZI@ UWW35lfzrtCCh|lhU͚,ʬ6@~J䀟Z93;0Pמn-tU /,.AU[Q3 ;-D]Kl{kBhvk¼YKϢ9;|p@ B"gE]>At@A6FO{`!-q#)A2Pή{w-] "s־S嚃(IpӣZU}i* F6L 0^S¤K.ED gS~$+'k=0ҙHD2X\usf`68DkXB{&]"rXn}0'\J->;B,ʔC `̡Ak! R*Hf د:md z;5h~oVJ:p"b4uyoy:Ke9PPLw.c3ɲ&rc*tuhx #>{sm:f$_b:z1h"*s8lMyR2i[Ƅ ". Ee Zz\ ,, 2\5|Pɻ]@Z_@6%khs+j悧V2YDI̽zls qVzaa>lWXfI3(|{}Db`_n_w?i<:BjOTxF6ްUo( 8k滆W_$bf;g>*q^!'{hV(Ȅ[H󴝨ހ-.[A?đŪZ:R{Jû*$p[1!A߽҂HIG:ʼn 'vTp= Iu襵3͐ҕor훅}6*b~u1r͏*S` ;i&&>C 5߀ ^MuRt#,ecvvc9:^?QzUGR l xE pE1J:MXv%!J9ި}yTj8yO^ w]L;O*u BR|]..POb ӵ?l.TѕE[85*f?L7ޠoxv6$525W0V[hX2f=G%!9䓃,* ֬5.HВ' CӺ>XӨ[bc*ϓ&fgtvC-guHc~bg)Wf7],l&hhLjyjto6kuOe]D_PĢ)>e^ P+&ТR{=1Q#S D ,y7 2+KA$M6Qj/%e\~уݑ- ='3)`C>x, Hӽv5ĶTT¿_ 9sljYz?pu5Xj3"S`#>`ìr{k;~: dX?[ , E״aPy.sUa{cL EHIs%6zF!7QHAcg%֭jL˕kQtU2 \{\.39+~0z e'dB [)J`ΘrHr];l PQaE͐9Ti4nzs8UfS46a1)/<9λxM~vj.~&S8eݑrKi3<T T$`3 ԁlrVKmMA=,yKMU-z&Rj[=?Y55`XX'0³mg l'-eAB xDG9U玽z]JۑzaG[!` nBǪ(H[11AFfU̸[_)ʎ't_4bJ+ܗN.r5 :{Mf fMɯ4qjh" e wm_CD|6v#؃4Ez&gR1oyħx+A]0Hͼ?Ƚ7LUi#஫!s_B+P)HeiXhf_C.{-ؚҕE/1&v;h[,}FUѡ?H=dgs;/Q&e]< hjOl;J;.q:c$ih'+iFO"?Kt`=b^jl,7ZYjȔG€$cۀR "=jfNmShnZ;F˶?w@?,ĉfV")6 @'#<|tց|Sv["[k ZhOBGϛg]i* 3~Fv8X`][IO'Bٱl\'b³هS PB 3Ž" f?So&>@fG9oaH;fIw95}80b 'pZ)2F%PGE'HUѹ|wq@A˪RMYt>[ ;< Ւ |yd[7H rBƀgfP׼. 3?o&i#-{n%(@,+QB- [,inƩSDlUX>z756#tn+{Ϲvڔ'_/t2S#%I03 *b_NMT'5"GBiWp^U{e֓v\|X ПE^{u4{ @$JɃJrG߻2@mRT=WmndnM͓ӉQĎ##1 XL]v?cPY\ryĘbI[6!lLN9X;`2XȰZIVu}FjU݁Oq~W畠f kK)!0V@|3.bZ3ܯ ȅWs$bX 6f S08d4Zhc墷maAG߾Ȧ xmZboĀc;X$8>']ߝ^Ih'0o7Es~zH`Uز\!FӚ25x %\WDs\^:p*!E 73%ȡ9Eͬ z)-{rL*A;H:ק76:=~"@2LiWIm}BW?Qq7*z5UYjv .РΠs??^Y;KN:/0=X03wDDFG#;Z6;Ԋ$x `Mpvkzd4@ cx <%ȵ~Iz;`kyJrgZD8!H\q=PK5ܬ?0eR_]B#? ϋ,L1>_g,rHgȫ@_t[GګLx!& .ѩ {d=OFX"IS,m(mxɓ%|U هP!di$!^1.I{Jv -4@< hnR'¾iӻ2EZtY FOpDY/Zĝe@8|7Ct~FT/~LDAQ]L>aJO [߱N%s "d}C^ U}>.dѠVnpOQsƑ\K' BwUJkB s#Z0!ٟDd2L۳S3^e7G#eQ2I}MY|"!\:Ic4i|GWwۉdJ3ѠXv ގb0"E5}۶Ѵm*dEQ哝O|ΑYx^\f+ښmM1gk"qR/5(.r:J5^$FP^qql0TۯL5Yf$s>c;܂N[\:\ͻ~,*w3 }쉹z 7&znA%ǮHID+i~^Q*j 8Ww[V!A CkuyPjkl& | sTdӘB~Xy_^I$bT48x,ڐ8j ډa+Zĸ(8H^]y((0H$AiJq BaJe˝)WV󤬯%vC~5cۤC"u7Hw*ꅲ_V`t&AHʁ3Oj"n*%G6N2 9<+#&ʩAK(oHPGBڻH^s;ZĊ #'qBd=@Ya0fC}9Cu wmN.Ifw9\9kJew?C2z)`oIr{זع9bAu1 =<6O1r+#-yF uQ і#GG^Hx k3~#L.!˷]8\M4j0 /JdzJۻ|ŦCjqSoR|+"pvR nmB@` rz[TXntL'RƜ8gx$ed$2DOF5t͉t.(imuK,C䠧§4-J_1 I1+j>v3PUy{*[^9 9u*g IȈ`u8c,e(IQ.{(Vg@Ey߮rsN6. 7๶ݩ,M4W[dsnUΤhv9ҙN`|OIf}zE@FLӟ3eV~*ƒ{} ?HT_T8%B2 ܸRnNSLSW mf@>6)~NU*|~*ď7"1*&S!Xܲ~߸/KL ^zStv׽hۇXT7R!0TnΓķK^@^@:o$i݅t+VUY~N]S,H z?iO}8N"$f%`znE"q-OIeG r>8oĊO80oXJ ѩAKVfQgS⽧qMNh@ œ6&ƕ8J?%hRՎr]R ͝\.s:Jki+(gk'κtCP^כ39 _.("jnvF6q]BK^ j<`g AI&*e2ŞIO&#kXahra}JIA<2kI$pk 3c+,>]\TV8:{TD]Jp&l!sOZĶ0r\`6y fb'(ݗCHi!.Tt*XI)(BE9n-8+$10tZr԰.J2-ȋJEzßS>aBP Ԙ,7aLRvz.&)?T \h&Ϝ@#$Y㫝Q2!Dw !'csĨ~qduGsJ_Qrl{%]edl~`s񆡬gbKs! KN7KOJ9wR%r xGi9xVZ.mCa_ew(ŤyMU t$pMᓷPYZXU,s9%e 1)>)V| ^YysCrew) IV/k^P{/F%`r*UA S R$hi L)Ľ…n3= B\Xn}0<<6vFcYi3,Ư|fh_x\ tH5X޺6ռAgҿn6ڮ^]T&&kY(EJLae +4Xc-Wh1SI9JTV"W 0*xbs^ N1J?w9!ȃi͔G:ႄΥ{kWUH5NxO b6m)Iz0R$E0rʗў0h @AKhNnhw{x9j|&5H`9/}h|"_L':e֫b~ Jĵd<:(3ɖ9U񏵅cn"H: 00[sd`9p8E ;Db.S5jV 2W/cMs鮣Dt`j.@I2 I3A]$E\ rɹg]~]jp~w3{϶[=8v,VQ]\IjfgG04鞎!rzؓ3w\h%ŁV*ָz1]ID.ŧv)UzSsŢ! P$-SQ0:qAnY=.߃7,Jֺټ2XrH.p 1CuP EPh4,&Ա,*)* ."*\g)k۝AR~f貟xG3x ` -: WU@D-d,8/> AI<^W,m4`:xOGIxڐZ7#;;E,R+%xZfzSCtllRaM=% >JO8|S_-SUDŒokoEMaf(p\B{3d#6(Uܐ JCz,OpOA&8M/49ȑ|<( 5{~ũ^x6KZۼo5>r7`f]4Pp.(Ím4]7 .<_b^n:欇 >[CNFseX_ Y4Ѱ?,<9/dYrL0r۩ ;I~!@W.I4k z_oxRKTe@SM8g[^5)H9d9)Y|oU4/? <BK_Ɵ{ݬm4!EOGkB|;QhE *_f U#J+g fD_FU,:b] X~7GA>מu4Ɖ(\%Daci+B<3h 9lM@IkH)>P2!u2zObř\YAjvQ]4ȓ}Z/WYWaFǗeB@8ReӦ[tnk= GZ 8*l+`E]8N/vDV_& M#Ͼ6Dzl9ci# f2f6'Am{qvI8hdg Ӊa@ G9xaov"XB5h>eʮr)@uX`cdԓ&?ğupn]aWUCŬ3q SA$ '#;"3W? frf2Q,yMq+WP%8qO'O. 5y[3䢌oY͕-mAay9Yj1ZObDE,傟!b@ >pDemH ]s.A p/䕂A~sKdǦ'|ғyZnׂ?bkd`Eד/}(9q[§a:<91c²+P ap9J_'1xe 1*O9>4rQ~vU P*Rl۰NEsdScf au8!{h+k)q »bI=x՞\H!dx[4Jsh[[4M /rh.a$^ ̳'a^29a/\|$J]5B1k(qj2/[yl{R [Mg[/G yQ] _SD^eB}ࠥaC¨?HetAJ1 1,Z)#ikvv=DZQ=5܊m֬ySV*Ly?{fաuٙOIt:>?ZYO ({@Oah{3ʦAп](I`S.VCW؈^Ԡq"$֖0d5 JaN:D:c9EtU`-0Be n!vv.o> |9"R<`UA?0fd ﻧ_u/gZ5Qv=L^-k+q}Rfh>mPW| ROJj&Չ#RX*fH4p?5Q!UƉ6IM)B}V%l7,ߵgFG~oHȌi54rّP4(5ʴڼ/YE=4Ҥ) W)wρzj^ GJ^|ŶKUIٍ;ʚd?Vp%}?L|a 0 ?='yyc0cx jgIŪice87=3>kW(3)LOHITe'+VU:[zIbCtM_;/KuON2 4o=2:QCik$Ps1^[+7JxU!v A Ar KBm˻~?i;&" LO;e4{@F'ˎ/6N%$K e/(TvG5R %V$iuT^^p d6#-:}ս]D`юÓա^fyćZej NK݅ljQy\-o3J0UL2V(6:&;ߣsvvB {Y&;yC<}ˇ ' /arNQXs`3SYRd`R "(9eȔpenS\y[^w31ỉ8!6蹘/;'V`&@2@V_$riH ]_u`(l WI*GJ:ßaT9u/Z+ߟ8 G.8,}:-DM| %g@A!}+l~~T9n(Z܁5U>l`Qf~ZA6}ܥܞ8r|Ai9?kJøx7vN;$d'gNZ - _Z1b2;SmΆԦzSQԘzϊyZ=aV`i .{JZvL0+aLVok͑A@%?m;;?NM{I O D>&]c>C)KLbh{cRs!kն44+'0,z3k6B=EE7KOq//N+ohQț a8f@٢!n}(-ܿK ݕ+RJSX du6>ǭ7*Q>A5r+-=s\Q5tca +;fx5=o22_[jy([bTHX6A6]Cq 0NT@͌SϔQ"xa"B_r&*CD Ln}'<^Aaa`rTtgbUʜ=OA]0H܇R ;Zy $t0~4`Sd3ҕ^)kQ! '~NM=kz8zjDN-&p+Q$5VUFݾr~k-Bєtt]e-ƂZP( e kA/|nͥZe<n kvT7ڡ*o<ԡ?6v{Y 4u&Gv>TS(z6baUV5@PZK5ϗ.~)Z j9KhV.v!=}Q6 No0{rA8Nȡigb(!)x I0@k(~[Ǻ&>,ubnOҬSt"a <PQul3RIh~ _{ >K|ҥMЍl]Bׂ^n0jVz(Bh/R3m{ qXG:9<-|P!76˜ }m[I j!,%/$ >.n+-ò6ѳi+H{-p@M)VvʲW6?%j3#S;&r&8>gikN?Xu%~Mtc)OVXuA[?XU~6gg5\Π݀/M G?wRhd22Ijb҈C06SZ2UDŀn3U|b{Yۑ)Uu}PoJK\mu 9/߮dxjFfMDNzL<oL4P 0 (7ׂSUz@o (UEej3؉Kc@`BxѳD~o;<Ϋlby!ADq/&EBHky7@r?򣞕brJfɍoJDП֋Jc]h12o /PhBL Ā<|oˣ;wǟufY1ΔLܫ^lS դg؜>ҚJoKE;,OC 8b=B;,/rϹ>DNM#6 ԋ'6F]ϩSQcshPsY6 v@`Gzof.# ן<=+ȦVLӃ3!a4#ٻ_4tխ7⥒"SGtvµ.'SV3|֢п"1sK6~Qycu%h~HCIsOhQ۶%~!88w68~vs#5`~#UWfx4tt\4pTln>&Wd-#773c\ԩj#_6}ڒE(\«y>5j'n.e9@vLt\)I?%"kPceނ=l[nO2}ڣl\Pr@YG= ~,!MuB)j alcHH]7ͽP\_YS,uʤOgt$'Rrh!/ Zv^ ]X RÏB_˅͹q,B?^iHk%ΜPf PbHwcde˴ފݬjH=OA~ĨĐIrүa>Mh^_BbLU8c{c MM:Kk3;ٻ ]ߌG'>_2/-Pk'#l!$g o!yKf Qw:d Wvu*T$Z,F싆ޡ ;l/~J:'TMsXXbXg7g6^ aro# #4f81Kw~EHö1qBAc4Oaxh[[}uhC2" j h.v(-r+X2n'%ðWOvu3KmItԡxj 5G  tY`;*igL5(Bv]uH ǟ쾡'yW+o{H$5^18)0pOj{-4h"-¼GaꭈO M[Ѿ&vwQVeo&>3C6* nrIƾzm@Υ>nKP5A.l 짇mB v2EJ%PẤkÄ^шϸtMCj ȭeEWtaHM%#a6IxNɯ`rZPizR)1΃ MڄwED*srH(]A 2樗7!4* //eݒv>QR ԉ'Tvjtzlܲ`(بEm q nOIST[ >aO1}ׁ߮81vc_NeRț@GWU y, D4?M! {anm[\€;Ҧa7=!TbjH̙2v0.h7aV6N`pib" s^#ӰBιZnZ(tdUٍB:T(Ho϶ū8m*r; pP!R>$m珱1mRQ/+ͣ4 8IXm،Med[.&ͅ<0 :&y;c~SSBN|m}6(hZEGLTLp$1tVOkoè_x/x<1˶0\NV+mJ|x^;HBZ:qTiMrd]Y4^66 >ӻ,jCqWmxW$Ψ"% %?U]ڥ 1GM*P U1~ ʬR  c}I7ʥfJh?Mi u`H+Pb (=A #tm43H +M ~t X8לgZ8j$G_c)Q!7z $0 ID-;>Y~Wd_)À\kSQ1N!~s(TnYu{:޿/ʔt=$$Eb|B&2 \CUXÇ .aM^n-r[B6]re/Y*+2mHt+ W\3,]bQ`7QT77 ]ū r&^_`[$ah0GN|^rXss$b\YO9rup)XE|;HIه6f{;'M&$vͯy|K9IL\swd zA^= S?C_6˂h[7bHp5HG ŀ:,t\̃U:~b2vprDZ`@2N }f>Uؠm/<2:kZZ^K(BTE}{VA{-,LOT5\yV-N]:{djNjmJ6)ֲ2><)]/^elՇ)z9x2&N7޿ EB57n亇 j\?̃} ^t#@sR\|ݼϜ``UdǬ[F|i k*Wvw*$-Hx"oyM`a>QhkY<:)pO"p-G ~)cS/A_4h*T!_CG1NtsZĚqCWQ8#5p)>u"&!Jh%ꌠ~cFQ9ٷ,i:Ď{-'V#jƦ1g i`TźWSyL&N#W"YA)'=3-y8`{H.sn)W O1fV%'/j@+WN=CQ|\jE+Zv1p7 Xs@H"@.Mx]:p,,ډf*2.ɚ&ЬXb-{oK}0rZ%dH u{ uA:W2l蘤Zh,8D*:5?ajT-X\ w EϹF|E^5ߪɑ +) PʯzA 2V }J=XO>%4FSe8n9'}IU D(7'Xg.3^^=XNAwNrqₙ}:?=h|Af[oSʐ)ګǙ&/c +/3F@~fOCYE,"K.eKzjs3]=Sꝇp:ءt)d}pSvT 硚tlZVR̨DsZe+E[H ggN>8dJ0`6Y@;{ WyeV#k XW䩆jǎIx:‹Y4z+3UiyDgOGaTb=fI`~qx~i!ACpG̉bu9uK2(Xu3,[EODH-uܕ"Z\T/΅&i/ULʟj*=[iXI̹n0!Ŏg_4h؝}ɥrD$C$7whнK CKsNK$n6̅*vhje^{S#,}#TP+JWWJ-VշPIlۊ5Wk2xElQ#d3h&(q_ɜ! ™h:/L=w֖ү.]fdƥ{';'$G]ny2/# !T 2:bŧiMb]P5@I,7:ŏfSWe2eCO@gIwۺ]m4\,.>}bMMCC%Fi/ ~pbg$x1۱Y:W՗n21)}_caIwjS evkk;C͓TPr{V0>+gGEt*[eZ{Bl;&Ҥ􀡻DǪʝ3R3?TB8}¹X_kB0h@Kŵ^_SkuU?KPZhbQdӾloYDŽGy]oi Q:gO9kE 4 TVT\v;0I:@πto 7Ɍ."˝ՇxFV5i/-AM .xid ˋ#W2V*ߗ6,8/>0 KdUT_gdr|&sV0268okEo~sh{r71 vz!SjW M:JkҺ]Q)63/r1Hۄy/ޟqDz7A02PZEs_c_Y&O}ʜ5-(E@iPGZקF-]&]kg$[zCǤBQ{J9%ptd_Z,+c`mmEG|^P ~p(:>?0"xc%9[)ȉs: FOEakn;&:ZVuQ ?dP;Vl Zz7z8}RϺy -?u1<2 }M N#rC˳k+^F_!̻u-AVmRݎ.GU^ 45JX2[/@;Ly*ʟsaLke<&?ԛz,,5_u|}+!:WmoR4\R-97_0!@N=00 ߺ~NWZ. WZDxҗʟw6 A.5!5q'6 :S0J+Y_y >&"+dfB/#WY=ihP:XO&'mL"E ʜf^5AHKm,ҥ;:" k|][u{9&$f3S6JU#nnGP `ۮˑ(uB,cv@XWWu[$#Jɑ;^|3a' C*]^'Ȯ;+ |hAH|c'p-VWbF1Ya|ݐ3陡>KuP~i!76CHg]#ڱg{o JYvyݴ??V<>NI|IeλHl; ("%Na⢱ݨޜ|۫}Ʃi\3~+˱뜬/t-ia6 |$Z!SMX jݠ@2'!pOwb⃎ DF^S;ՠcQ/x9yWsjd9/}*#v)F>6SQYFE;˂ 6sEmE-?e[ 4*'Ŭa)iWJ\f5AʓK> 5jus I6x+p~׾[Z@NnLVu/U-!Xn1((bq Wl2~Q6+;d\Jj@Dz28Yq JTk'k=ʼn A4h\,4t/ܥ,&w(ny:G䠋w_HŲϻ](&cTaUVB*tj60U|U-4;1WxWub)RWIS"FЀ~Cz#raȮ}nK%& sUU_;kx=e;q&(V܂*9p'3-iJECWRI_XqOnYCb"d2ܚZ'{6=pgJ17u{oA9Y 0Ȃ_c;r ũ&J} D.oi/TNmZW2k]6A+)nuT0˿1daoHeԋxHOj O9Gѓ &dؚ"P lw˟gy._wR)Vgv5Ձ_\CJIb۟- >p|[Hc:x)>6qvVμ(DZxBOjYHGGy!0жTԵcf_-> #kW_w>%JZi?~(:w2,.OUNaY9B㥎dڽtf2o~ZJ;ů\{nZ_Vl^^>)y2P؇/`NiiRU+=MlUXUbtǦ(aQ,舴)QF W^`}g@}gs"%mNVj Uua/K''ӬWgh)/!//+N3.9sQ*}FƮ hm~p's[X9k,LΖbXd̗яzKzEwT 4{x9zRr  Q{L 7} 1~8TGk~,\@ K#"NsI=Mš;2?':[GOݦl%8Hп6Z홨\ 2Tэ'nx7.|oTХ;s6˵ c3 /8C*HDc5Ā/se Â&r[T8HCqѯְ4m# :]BN8lG >&-*.q %!_yZ+pE$V6|#2~Gevg*Vi\W:<7ȥk}URW+$ O<O[`.޲ݤ)Z~-T4m!"BLVk)|Yc6rT=E",u^\`#vZ}O8/lG dDS)mGx.Ɍ;2iwV{qcidcP|ƜFV)u6 c&A֢/CCCMmwjY/i)ׯ8oTM-qIl x<VeI0>mIA i:87R}1km"{5ȺiБNb:ּOXf𶴤 EmKrZ7k"lq9i&R8&/ *030@{G UC3AD Y된U#.  ~x#ߘn25xU]ɂ"ß^{)˻)'K8ൠCKlBږYrh<>ʎh&zYdBZ- /&To8/lt64):R6|wdJIEQCǟO#f'B$w-+%QAP٫mR%,.;b[4 l',DYՙV*+#W{ /?SmD2Aח=PN٨W.u)#a!6fX:$tX2ފ]`g/eV{\<=2>LLv"\B앭ꙙ;˜/%mŒ=!r6~I |!i=HCơOE@np;@s(rbw="\^e& Vzֆ5yUR9lN .&XikϷ~I+'e>vqJ9!Bd1ܼJe6s-}иY͋>IVcHrIwN%zE4CB>\Y9nHΥd`n:/BYT?;:ڤteN ui L{pɈnqKNT_sB k>;)=HiS!F#dQ "l^ &-X ˓rlJb L9-?$RծAAZGy&)2+j' i@faUGѯVK5 '/ 'K} mĀvY S,1|m ڃ(*_iy/ˮ>^`+%ܥf V6R82c:̚]k6'GdJñ^8`h̪Xz%Or+o'&*jlY&:L}qΟt"n0G E2mlՉs-]8ҩ#%g0M#~Fv3BK争pYP/[]`%^rq\c2;I#|N(_bOЙiF,v oΈ!e"jʞIGOBZFr@ZEp57d9pCTNBUcVeoWc\&\MWm(*= K}y6tc>^6oRC&AJ*Zӡ MC?(RnK TzGv5Ljػhg^̤>q`RvG^[3֘[<  Igc쯯1zr,Pf"s?˚41!v3\%c+[eh8JDa[|QSg՟^0>C(I<&Fm.hƍCGJT=w輬;K0U4AkO7}<MWT_萢gטkqbN@$4+(Aԁkj (Y(!`W#RJ:]TWezn#lk}V}!e nZ'U>S[ TT'{>[1]/Gߎ4 *e|PdPގj PV2a ;fx_|"Zpa:;<2?eAO{#P9;C?]AXT1wip3:), 2.!?E+eo [p0'-k~ C-0hJavؗ1BYb]͍Ov*Un!lto̤ϭ>r;[˜}g-IQ84Z/YO#smK67#c\|X^pJi 8&?]s2?d+^@ 2`QZ:yd!ёnX#hY[0vSdѹH ),D/[, q+#&i7S4W96{=Fw_a_w{[he`8'mk U|(.lnGE`ϸoP]!X0O?c&E*jJ" fp Fvߢ ga opy!ԊqȬ?̧Q]?9Ax8RrquaJ_#읤 tRj*'Plױ˰)BG1mz KnZR(# ι Wmv\OR&KoOJdטk֣s<>,Tg ̾~j1A)Rߋ\TtÛ2`Iyxe͈_|` 5]rVU>%Cdh_1P8!x5C:/_0@,n5]5sm.RG |Y8@t<+Ϗ"*B{Gm=ͷř+QRVtG᭓)2:,<O؂2[ӉhKK`SnLԝj7'}Z8ܴ4 q=fD;x#2,9jG-_6V4Y<0cD]+,tU~ r<%G-I4x$EaMIKa>Pxu?\]p£6$`"))^YkBWzuEnO*htPK;ZitEayహx3g%gBcʌ礢`;^rV#%R&s_S69~.elF62=n.\&jCgȫ'^ ݊SSN>%,F~57Ut&f~w73@rj0RL+H^sj"_;Gy(ETà;!x I&9ꉺw:kxjMo.쏿趿vjfnPK{p}CW 2ixgv?'(eO2b]^F=Zs HBj|~rr9짩.D80h2#2 / ;)j>=K=#GŎ~2rQmơ23 A kgS-}.4mN$28c0n0?Yj6?q fY$#htt,J ċBW)ڈ2"k<сfW`PhQ2 j|v3q%gV2=O];, !9$vF]dC79*/|y뤜 Xj^j@`4tH1L(y$+BgB_ESXh_?ٖ-9ܖ4FVx L.^Ydq-pW3kWjo풮h|HyIuQ?qU8bQ3$x]e "AF{1ۻS{n}%{cei n~R\DUiO;qehr<[B `Dr%2Ÿ-*釖b zȗ .S-i;;? 6G^NBEeUgc y4U@Λ}d"1ר%yOZ.-&7)Sᚅ|}md!\zk~s8:Q,Zg VLsl_r΃楠+,C:E3w -c<0auN0eq!Zl/Y{_j>t<}9뫝L2JRJ]Zvl3:aVksgl ZՠU='Ay}UZT,e&:օo x45#p9>#"js$=az_EAgy~,wŸQ_XPT6<߳.]ީbHfYP ٻ%m`3Fd¼x؂<-ԛGf=ψjKˡdGϭ% &eSes:1K;GH~Oq OLoXXɃF9 UCpq8k)l TC+bf56P ҔY0V)]m05)";9SF9-"|Ӯ5WlQ3xdG6B&DC3 v-WB7#҃K<.@]#LH4$b_.gU3ݵzS-~[C{nG| 3'oNP1/uoᲛVG AL\{YQ'eb~~oFV}6$ɘM39vU[xKwIެ?Kdh4t$ Pm/)8su<ֻU񿶲ִ6LśygT ~FF*eaI4V)5_~$eiw>LF/=Gh/qO%kFIäV a&Y1pWUL6&|@|h?̓왛k-*mI -F>BnmW< d19Qg.KO[8/jNDțrI@W(_eݍ$#!yLGu[*լ].%HfaN~KñgtoYJ-=2}}.H['swyTm0DHMO#Aʹ9iP$t@_ UfBYHf@u.l!cG)6ӉmbBC'A 㪍EБ:8{x̬xϤ+1׶`OPVO&E ,fhclrv'I*M|uHvPlwT7njWY>_).*nj/itb91R`A] >G5٦Hxnu(#+ ZV,9ݑ$-T@3Ol4uAt(r[}0"D .5+Z~XV# Q$h2yQ%1֮23#9_Hq=6ٓ.>4% 3d-*pc#95ߢư0 L#1Ic]=NO*N`͊^6 :"DS}N2l4$ g͊qw#Mq9!`jܭSZ5wfwjf<Mv}tLi( 7FRǀ~u.FO$UںA7A`'suEp8bR<~Ôu4G?i0yGOg %nfJkq{Ɉ_1b13/@?ԨtDEx&o[xBx)&P&5t >Lfc%L:Whv,'0 pɬ/Xoss?`lH"KAL-!fa+#̉.P[dz^K۱$Y3ۈa4IMv5KeRD@&Pgh`s]};C'^4_YRG fg>b YQY46ik+r~EԗyUZ+}wľ b]M ܦ2@QPԸ;, .OSwj*dQc>Ok+mH(ȠGwzNl\WkVq/ϒmG@2_QU»S6XLRN 5ՋqZ34 Zp*˲bJg,qz % 6ƞ w*1ϥ8bL5A^kf )%2bBDÒ'N JF6bĞ9WU_g--1lЊm㟧߄c;Ek/Uu3  (Sn?T90)hқQlOd \k:z.'AMYص>!p` ia/\gf~ox⨨9~R sjP._z(/qw<}z AcX-ǧję Ǒ6eYEcEptS6Ujb#-= I,\j?׏Lщw 'L&k\]K1!Y;+۳'%rksRB~!bp{ h84GBM0_?;_0ayldo;W쎸Nv{[=NEEJS!g` c#29ZUXA:LqY6qٚq  o)9{II&&k6" 0HB'zibg\R1SӻNj\t&u ̦Thۥ A$l'.½ _N]/BB(}W@ï.yo]•r82%DW:Gɉpqۿg~:'.>udeBKȥ9qO7Bߓ% U1%3T^;ksND( #~z~#(.ssw@?ClG{x@L|Ma0 1=}Ӧ3D5Wy-\[%h0qiFzvԵfW(َ{R8ju +?K= }N)4Cq8Җ y`]Vp[τ7Zʪ+U\4JT:=km8Y+DB\Ip䣤D:VxυfQ,BBژ]O-^.[2C/e2Zծ &خX<腲3r<86بEJ30Cr5!sCrpe!_wraD>@*B)a5,5QXٯ;5̈́V4THK!rÖN%.c3:,\8S?V=mu5|6>j3MmTNvV*q>2nz%R^=VgkAB >!6!)VLUUA;xѳ"#IDubP+^dtS˼vVܕ u߮񐞐Y=u_ifΡ1_un"|$Gt˪`SŌYLNvoB軺_s5ư[ Xcq| jz~?<@rU0yC`,͗ݑGp6@POSv~NcI]"@ >'sBv*s6 !zZӧQJh=1HiQ3 ṉ6 |6fqIʙsU}u@긑-G]4`|zUafEK)sb)DhVpdW)ُ-~+i@xmHdͱYӀ}F87UD.QX}e[_ZtyJi1i^5LFL s]d9X6x-+rdSkV+z=ks3pWLuPKԏvYA?=ZEJLgKW2`m~D2F!tOzo·x wHMfzwH'LБQ&m_mǏKn$0w-< {}lM-T Kx8g0UOojQ=rnpwΪgN{Rq=]iƷ?*=HW&dc^,GnUؽISĒ c!H8)IܰDUp;ϊ A1Jg'ijl#I&oB1t^"i.c=Pc'Y-{EQ/JyوwBmJGI[/粣/X 1*?`v},<'&Wz,TJ}x"L["E3E}`3EN[kXX"H' GP^zGזs t]&ض->;q0xbRJ Wsd?^9JJZ]C ;[K,<=ٓӳtulϠY^2OJ:VD7}3*Q uԿuwt*6K&AmQ,ND5.-2A|t{+ k,$Г  -6?4Q Ԅ ^$C0FN{-4n6$ ˿{ ņ֥\fI9CAŔ-<؋Nq4w=AU`+[V4Թl n91CYXҍ)CEQ'#?N{teU*aj"^yV;یX.j>QxR<e?ZthWhLI|NI::`8py g=_~_8('&lwZTŮJjC D+%da"43= ҧÁ4mbu͌0j>ېg?>X3 A’=g"> 2W8Qs+*\KeJ)gT%Ek'J`Pf}R.A2 |:_y*,q2&עċOG .u(zy iNCq%M ?P]ۃdj:eY[rlX઎xѻSlWLJ.D~άf&ƥGaaV"LbR[p6r|;av|HN,0lR۵!1cia9Y`m/)9MN{\O2q%Mϒ !v)^ ~mRC,5Gyxmx¹jڊeǖW,ʧd/<ƍ@&qp+o膔q":fVhO;I~wv("@Ε5T:B:v;2ei'MX?O"[yf {}I}ʊ:0 ~ޕlQq$<8lS]a`;fVit܈R2f #]̚U*ǫ g(J?&e0F(z!zxUxR Q%uPGq/GZl-7@N {)o높M_{ E;@ܱ7 Kϻ̒ vw,"l7j^ VK'ܿ/A4^Jҵ>V0g&P]S̑%/Zc$%~GN^UBDTHkqaZpDb@AC3 'HF9Uݪ^74fhR't%*Əud*P*17\uwׄD8a\Ƣ$XnOxXhy,{`u_K?ı dV$mnS '4j!ʘC`jb]mpIQO=ri LYLCi# ɋ(r\ zD "Bfzj9F*eVo?1>Ⱥ< }3'rò3'"K M2@nVWP pYL!tL6 `\ L7'VZRIz ~VNk#ClW[}69MpŸ r_'tװe) $X] !;r+՝Zo>{7,#~%)'zGxy6 /93аm7$:PhhrU9raw܉jͩb%TAD+ wVf#a&*?_V7ƿEՕX:M57[n!'zpt8GUZ%̎H4* AYǎg_Zu`zO# 8[ a,4.R1Ap <%ܝ LXN>@h ]gs&l u3~ \՝/"T03CPr= 徳@mݿCَ|7]:V:*[b~8w:f! Vl[AGLԳ#= H_7 )YE֛{İ?44hy(/E38:]Eڽ4q\z[%8vu_n~BjDDxji>\eQ^jXI5C_ U@LGHV+YO\`~_Чyo/#7.?Ѭ $zk.EaX3 5evx'YYNlnS% d3&e/sn^M\j;=1ɍs<Әou*i\ΎB^1[et&m!Dxlև\~Wq+5[)܌^ &l+YJ_B]!F}aei8,u\Www^\Hľ&)q]6bo=q|yirYttsnxwf5,!9n.&0^vPΨDX 91 5$ C՟<J0ح} K%CrBog6hк88>}~tJ˦3wHbQY!nK/'5(J}w-I%0΁r/&|xLD4XoYF̜R5{qH89]RCөN5H(`]~4RYEppgAC]~n^;4F L>fʦcM$$c>œ?nr!YSLiKOOeqP$k+vDXkSH9eqDG@͚{ˊv }X6b^,WI\ ns=Wq X]~B)3?ϗP\A[u; Pzq2(d&Z>6ޖ!8_q@n!mOU0@@ )AeRDy3+Sjg9~' bq"IkKU1Nh N7:x&Y\|&Q竲s3ŌM:ƍ?-~ y.> ʀ/k6 : >@_p@Y&せfꢦ֞OLD &ʼf Z%đAȁ~QIJDgQ`? ٿb eDǾ/Ĩ/RDuQVgo82 Q2do!y[fʑSy*Y]lxט2Jv~$ShU~%e/( (C7Nz.\Rmza,Ś}T382-2Lu ɢ**a(FRif W/1j&xU+e1Jjiݪ'B&~':Sp <1?^uB,#SWesZ˅퀄YH;U u|0{ s('>>+. k|J*kJCLw2P'Yd l/Y.K5 @K![q!L^DL 66yv~wfE 11"JV2qjP17=K|L0"*/q;4|YQ4Dcɐ5#󆖊dޣtpo?{?7g?{dL k=̻ 9XM?H/R4EY9N'e &PP􋀧Չ]mABHT?r|d*=tV1q>ǓM!Նh>yVJ\X%tDX6J<:ڣ_kiCtTъ#↴aDݷ$w+{~_L\<8R|\X~ΫWY(/"(־(.ܑ!}c.]'W1d*M<k]_$TLsSdI-4brYsJ%DYozxYM-Gf?۩t, >ip v'v =KqDKz"}Y.Ule}clT "3ėpH?=G k>Ujv(q8Tc+ =gY= N>?&J:=vO4 ]E7qPOaPC>8;*wz.z8hl. {Ocś0]nV (\eVne™(|ýBwQ J$S]!w\pU*yĉ|xsC*o&%! 9`Z +5h׎ȘdE]Xğۂv ;=k_蕔ь\K!DbNpcd^wE8Fl,Qxΰm%EYvM ;DGY;JTĉ&X}4o' khVdrs ;[n7LrFӚ!Ay[zo'NݏKW3DjQyoS!*z[Y48MUJÒYUϰEF8>> *7!-pi5זbUW+в}E<8+TYk)> ؄``Θl 876lc?gO%ט 5r״%[t䀊ZO :gxVcŗ jgĵvF$qY)b5rl߈sަ ?h 8.{$a"/N<*[8Dt`<]ׁ%;>ˏL P~tⰞVrbw}O&|,>C?@% /O}z@B@\48-j]Y$1GWK' +؄FG-ϕ ޸sU;k0* ˒Oli>%jΛv)#igY<[ ]wyW ;!e)GhMt O:#)  j ҫ?eߔ,óqxƂ׏lod4{c7_.1E2Vd#|>"yb2 Mzm7cXMݔGӈ\Zt+7g|@4zܠ  nKᦹd*9#G5Td&2Nj>](Jx=u~ߺUX8|z{?b|oJff(tby }4%I/\M`^0afnf+@l$d!W¢cxH%*_(A[)j[^[߱|lw~8@C}9mVnUQ.YYp.[Ŷh):Ά<{nDmZ/&6rB/{}'Dc##ȕ\s3?ߑ4x՞aƑ$|Pľ sVP} ڈ1;E#P9Ić,=* R0^MioÓǴPof L-tܹz%OQ!_CL8Ď%Z;IX<^5xXkGL"| L)rw.& i re4ok˳C0\4"L73W瓧G=i0.LKʤ& E PA)f:dUe{|RyYt2s=x,I1ʵO$ODI> #oHp52# !V0[bM5P|bBvdʚ{\eWsҡ:zL62DAW)/ w'"PD0g;."."ك!_4j))(;hK{}W"=?;BG3[[KD\΅䱆1:[d*?55Ϛ:K<rg޸)/o҂xQHd,_\u,E_H#F-۔5m+_6\Ojb8l1Ȼ2{z8N+.%wOsA3"+UD/Z؈ׇIby_,W!;K1]uxAsуE^./@Uޣ.oZ 9Y>B63syt;vZc;n%lH?JOQP'.`MFܗOZp&7å]4stv;!CKӖK8x wwĘPS4x= V RBnjWVEҧj?G`hL@|3) us[0<{ːE(1ʠvKdO,Pڬv(G C]hAyL n6Y@|E62[9/E5ƶ.,3#5M1Jay u:Q Itzt|SPk*%9dBZx=ӹ 5#ߍe8o}݂1KCL`<0j0~jݴ6Q@'׍8+(QkjS;hb6q$Ow%_E4G!OGϏ\`h \;ڸ2WU$f<9vIB3=ӡqCsњYjJoܦ]Jð X[4d'~\L v򊭟}vҙV8^lcvC`y pǁ7͙(ؐE|o؟|}P/)ov0lH)KRHSU?HMOoiB{̹ jL~!$v΢pjL܊y4?|<ڳr0Xޙο6֩ɫ,:O건..V7d<"} W\[; }L?l=2zA b*:}u2BG)1/Yb@Z|]b#S)2ڬNb yҭ`FxyoeT2=wv-i˫gد֮>Ya]T-ޫ Qkd= &qsR'b@'o&y*/(ͦt܄U6K.]IUiZK]{|mpFWG7l8iy;Jx`V9PK>Sq߄&Ah"w袋uBrXNl'w[L)숿nsz,0JqX%%=ZJ2s:jV0i0@#Iab}/3K*E*1l4Tǯ7 ]B VE0YK[2cUFMGW݄n|9oLA[o~k,?0͝I({-E6u<.'U^~) +AxRb\׸:0CT`,^%F:w,wܮ3]'O_ 󋱓, PXU&Y(1ֶh6_ԛ9Gz,Gv QbmΕ59 *7cx'Lռ3m83L!,_JO{E+"ЍI#t5j3'pVIbVKvs}SAgxՎUQD\RWk$˜e4fMx3#a\&)UH2j, $6[Α:-n"v 8]4W9CWXh+7.Veh_=0@z.aBjD2ȝoLtc4>9Qw륏\'x$r#T\>hP `4@H ~;F`2Ur%pkxw w(o Ʊ+޿ V?}f~r1SC"t>\UGKhKp٢*&fL= 7 G`NOzݛ8dAشT> C_BWAwx(o$njg\Ďջ^puht4rhLc|1=vZѹLP~_\FUZ>}o߰Njy| k* +Px)`gMr#i#x] g[,xb۰A)g̻ $Nw}jiC`Igl^|WF y/r5w<ɳh]&2:_bRpC1t:k :eA܌xLJ2~}Q:3b7!Cά:BpR,*ݩ3`u3p$%!4c57GK:3Mo6 C+(Yx*ߦ] x6Z ]rmX^D٪>1`-Y A;4eh:^ğx [D-4T<$+ܲr)񐮜dgMjUv]?0"2t71g( VPG 4-ʓ}dh2v}3Q]gKt򙙑;3 P5VzIǿC`cF'^3d?Q/tJvgųFBónAUi['/Աro4Hpc_E[aOWL#"9 ,2p?*.[y;IGӫCϻ2B#x6vVA_^적ҖL`v΅x\6̲ܞ+C]5t3vH-=Y3-$u))Σ &ߦO9v&K`Wnk{n+i+*rrB$旾X[uZӮf ӄTC8L* V,ֺZSeΗFVM DAz [@bY^븁њZr^M2 dDS vXy"16ȋR}5,PU}Y`b4&-O[Y%[̌U,:u,3vx5{YCU_Noww-O: YL.%^7")0_h7w.?^pgU||K[U2fI8.olh]4Yj!S<ֳgSq) "j-,ܽCJ@^al"q?ӝ ͬkonʦCy-lNL6L4j(UQ~3̐C 4Z1Ǎ:{ن*BzKrYMB5!m})\*: c #i9qqaBB",x Lskl1widHAah. ?3!}Rt(ӧ=\WדO/oKN݉QԵ*CX=m;Ҙ0@[|{,6o`MKag<0X¡ߜF])~(΢(N7\mP | 3 BA - HT%jE*efԮ=JB:A2'4WM0O$ B ڒiOZwve QQf _FI+-(N}֏s~2ro0޴+]7۳$Dgr9hʑ(/cs?WﱤNR9Q6s_ `nm*K%"5r5]a؅„GWgAK/Hw^Qp9/KB烆/|K-$N3UkTQ%"Tu㉲"'S]9?%>zdeAtN]Vr(3h&A??E0@ -P;02|ۭ;r 0YS8 ::n8Bɜ<3oFuͳ3b<MF=tRfW +8Db_zlRו4̜Ů]=f=< W5cB;bOOBqɆuqJf3|kYek 16IkɄrܦd~ =@( ϝ?`< 4_:-igF&`{4Y>q0WWS;]QIbĚnJ sNv{OQ͈d$i2'9;iL85to4osWǟc]amhLb9w3ڪ4J@JS ۏ)bea˚>(Z? te;ƫfɫsEaO/ 6~IpGޢ"ؙNB==CQ74c8 >{ei ktC@v@ D1;xw=;N/{xeY YA#Ooi{:%^SeR4p^B,8sAfANa ňki< my$!&qkf4h(@:o[\D}! gfoK7 Jri!]]p3*PVu }GE).bp_[eB*pz"7! 'ڏ$ !v3H VGZвT fɋqw6`cw}}p`gc,a.))W!{d1,s D!- “^}&cTgOd?NmHK?_͍0"@uUmbiOIAu| "-ڧN_4J,^"Yey78H2|!~~JuB7`@@%:,`$D1DxNcϺ |X }ɓ|ϼ,6 S?ρiiՃ~?"Ơ2 'X v{1H_5 ,} W`T3R^+r!؈I:ԥ)p, ы6 :5ыE] qتs~m_K,F7yE\;`܀[ :܇6WS3BejkA+3Эl01&H90ɸW"O.㉻9X04K/f7L1d7MR/V:xBOn] (DJ E$yIvWd o@Gè2T}FO D˓xb ʞEgLhE4 1JߐW=J3}"~UBXɊ*0"*}[@m2ݒĺ?PO@&ưz= ihL$"i^| 4eP$mo-)'G#ue{ [_⮺ά $<|+x?Ye'"Dt}&Ybzg4Uk0M,WD=z \ E BM_o}P~UJ}NnU=ڄRa|Y5/w&IM,QeD:S!`YvBq4KDje̮a7_ }NOӏ s t\ރ܆2I"MԠ4V aA'P(iVlp&trl?a88́֡ձP$$ ZJC 9vdy)n[ڮ@akX=[?+2Kp,2pA$H RJ 5)֑ԻQX$<puF-{Ik\oLdpRw>}^It*6撅mNbmޙKP?CG,llKLsbz@$sƀyVV*,V)G\[d}O9cMhJpMy xflGUSZr}_CFᣒ(,OUD꡴VzaxCH`G|Sv2+&[ZFgK]&_;Y\(#q9.WUWKWZ)Küm=`'g[)j_wQ%Y]8K0~t mMi~ICgQ2-oDsw%7 +"2j>z &+}ӢXl0Hubt{AaH$: =;Vs|4݋\ge_/07i*ʜc|gpA&1|/ؐۿ$kpݹn$] XhPX%*P~GHX^ꪭB#Ë.=Y#1G 6tmF$@P/`HKWS,/8<>""6t* ՏEj36?%ݪVbV~+Q8]5@01o p2}s?S2EAIBOvPZ,βȧO+λ Y=#b\JifK=ޙ%Fv6&Pz8PO*#A$Wܐ #! U4@_:3B@zlp6:v@z\behLջROS*ǹv㱀+)HB~Yt&9wҒCd~vt`}Hy HU,A{?傀y[˲v m^L5" `Y3RoMǸ02ɃZ#IJOӦYWΩ9a)yZL}Sp4F0 j*C/mez>;KR[kR]ٕæoRjsb(Êwt֡9㴀ON-O֏]A[Q>j^$Ʌ^]kD\x81 hK?(nH\:ʀRm7K`8֎1DM΍P1\A b` !)rv"Jm@6gZ0^DTtnw$MBaD˩ޱGI#)â5eӕ +<1 idd4pF!zBgȸ>gZn,)*m< Ԃ #5 ) ևxݛ艦mYҮ')\rwe++Gh2.SÔ(Gg6#TM~6ɀH~u+uxxBnpv`Nܷ19HG+)&rc @I-"]OrIc+f-7(翃 >U@.U`G8+X@gGZ9S xvBy0@!y d*c!t'>&P#-a1.bgI.,vZНD1(eǢѷ ɴ{4({t7ro%E!q gB')xnh'9i`y-uzeU>i6ÜUAGPcAd3(7h]+N|uƝ+ VT3v` J r\^ ^GDڀJ ,iN.R?i爷0eʪRgr6Kc<]@##=FP.Ũ_v.vsx¼qkd>N./Fd2lA}ɪ#9,(+GY<Sb-JctgT`af{鶢fs]-PkCAu1_=_z>pAo ;~x0BQ:,YI74({EskɱZx̉ 0-SzI$TaniarukrE/xHFi=bJmj FD>WНK0K!YWe1e;|c>肷c)ʐ#Ғq#w:HqtQ\TVMdkYR}w_D`)ݢ/( ٲKo) +TWBoUf9eU,3X3䭂q֖ Z?!e6#IXK+"FRQ=B:!=NZ\C٩H:yU$nG;tSŗ(nfMi\ ?|;(Z)ӓ B0Tby[@fbj(P;:SFscD}{[~~n&(FDȀ9J:3YM""YD* ͌^AWF4*8-$SHҪCd{xx(;<|agQ,3wM|H$G+v-YkUN-Zi!h e:8,Q6L`u!WLː]B!3 mjlϦ{FFQHU* 2Mϛ~O&1ب) ,PuX͖fJVgdU-EWL5agJ#j\$G隝"tEdaS0"+>1w3(ߠa+ۢGyۨ˖S`&sKV:HXp~AagdWe;|N)~7}٥"5?n$`fqpJXkOuƎZ` 'IyiO\J_q'FdlnɠliB_2#My*o!\-e$Qfg ?{t3(`oG5Dӎ|0s3Z\^YqPE`BNơYB&z p)A]_m iR90H CA _+̙oUɓE8lKCw%$B?fQy%oBe q˷bv<&0m]aHeT\+mu#l\~J{t>\~P8 fl(mSkzY%#6ZXҰivNS368 ^8"ΩD_0;7(:X4'p &е19pת8б}% .M~%-kG1O%ytX\C})yUۛpx oM(\˚^#M/jX0f|`vҷ>\{fh1@=զCK&pUy|?qx_'6.X nu6W١e,RDeXpWq^崯v9Sd=ϫ7] S>QCBiLFz?V"zXYQyZ@ܪ!lѠ`C/Іt"pßh>#W ,q X/BM =i -(w>d24 D0@0ƲKXl=S=<nO6X-xrK:oчI̷CPssW.s>w xmR;`s叿c3jG2i䠯:V@r@Ml RYz`mʞGѸ8MFdI* J]߀ m&^l|uNレTuQDcA:UʆDچuy4b^0:%?)C><(MfZ eK6rHgi,[Kg!0P^zz-yuxdK!Kr4uc";|7@QJC=1A7'BiW/r@~/#IF,6mAm [<9H/x6>n xZZ*>8}A^?y龎з9~A"y:7xw.EolpN `z`Y@XDĂ$Bmpou2p)+_}xMeÅO:_1sf裷C ūXsdؗ'gRO{C}r~PF+TayU!ҡ]6gcu!p7ov'逆Kzx$b}#Ga1z{1a4ۃ ,bvHjuDDȢs蓤{+Te`)::Sd! K< ROg FQQ@lg/DMpm!PB=&JY>U2[Z ϞK k[Y 񟒠Ό*eN󓰵yHʡjnxY$5i4oؑs>,~@?WiKX2?O:ӗ'}?7Roہ)SR [la2{cxw?$tԪ |d5]x ]xR 3PuR_?#ï.'|z2baP Xt !gEX&:Þ걵Lr]x:1x/Wg5PNЂ*9}[H!8)[qU MLБe6 ˞6GYM :7U 9"a]^FqFY K0O_[[ژV`XH3& "Y$$h"LD9 Pq缊Y[- UπhYدixbZs2-'vkDk ztjHk٬|v fd<[P`~"ޘ2S0l9jIh64]_`"Bp,Mߕ#uy!&;LCɐrr,كcVR_N:*>Pnf2&V0[እJRDZǂ7;XPȞ^곢XAcX Qİ n!6mڊI&#^UeݫhK"C#8` /e+76JS[B?\fM.ZK}B\kgQZ׷mɒK,GD}\JB1sU5>--2uKKu6Ġ sڬNǑZI AcoNoz IC~'5MYtV>j76} ;F?sUm+T{Ue <4q 'Lkw MLxFW|!Y,#xD[;Z)+ܩhf%x?ҧfJA5x{54a ,f !4ĚVf @Tc f}ngzarQ4QĎF,.߷]%,c8)}DMk 7;&chnP$$ 4^?E..uy!]͆1q)t^F=1h0JLL9FK35](Z.,D? quQxY|n7ZKEGP2X\4iǯaiG^i}P3j6+bVm,yB98w݂\NβjpX# Qe,lM,x.cpv Ú& du?F,mT@|_bcXSsvD.xXǩx H`WZڍi1DHXD\Xl8%뢇RY}PTQ'">m2abj[\(mhV5OG6) Bvp+,^QKt?(+HMK ϔR8`Gke'5M0N3Ro/x3]PiӧT7N\QX* ҟ BAa p5nA q5Cj(KudAP.|~g5tY Kahಅ h5Kaz$&=D jпmɃ+":oq46AԞDN9&p]pǙmM\#nZw_rPN9c b9Á؋0{kEaV:T֑! &dIlVv< 9PLAT̪hxmvIxԄc> #Z"S_"\s6ȯhd\&[plNi+1#CV& GipesoDr~ ҂3Jar@>Nu}E2T Ŀ%Nq,1K|/KH5qFJ*3"-NGI⵭F# U..v`J=fhߛ.$uncLE²4T/͍2*h֩i-#>߶ I}~ʕZAV(1MV[xr6bl9?q0@ݓwIlLƜLfbqd=6W`ow8S |h"VVcƺce`odq6RfAxe_hI_BE]oEIqsUJK4QLT`PnJΆ D~լQ=([rvh^]kb@Y6TG;g},ǧUW6SnީEAjcBÒ~+:I~Pm$1^5o,h|FF8{ cgϺ,86F 'p7q0O먑7{ݹWу- Y tgskōGi:6r򛎣QQj 1$S0.n&nqYY-.05ꈔ[(B H|:)AnwEv`ǥmD˗x*1yU7/b, u=T93?a:A(6 SAvWBh+J00pDEQ9L]_/a2$v{V2UW{]/d7m~^.Su->C;arM|k$a cKx=A@cZvOwA*&xgx.DiFI z'<ȸ³: )&gM-] UhNJHJQ 2X ^9;/Z,_E͖ɝ \B͵h/i6[e0HYJ Ck$P +a(;Hvc0kW011**5 r7ߗx 7`$?7qҐߦ|t]g5?Ū 7 #E(GiԻ(ǩ FGac7dO0q$X.'#9"s[}9y8w3&iIe\QgѨ4ogC w4"I'~Y`ڜlWdI˩YJY\ƩG<%qǂq緷`x*R-1l%R% gaS^Ó9q8wh\n`@VQ_xe gț%d3.ñې??اqu`Ty?xfk gj=i(Q‹b ~=Hs ܋VL\y {QWNʴ̌84Hiؓi! rKc;vR3.!h/g`Bhh r\I4XY AOŬ *KN/TiX'qG\JI~ gޤ USUSσ }҆r} h@kd [7SNOtȓck4Ȣby@2F 3H%xu,`,}:Qx3$b%Mf[ـ$D!<b!w}hWN=T#+y1mmUVȥSÙ"p'h7gIܵᬊ{`-Mz&B2L|XP bU D5{;L. !@՜ABi^J Ȯk )M]RԇCUȧc.Z@]'69FM6VSGf[ҡT' %FT ?\S"$+D7KX.ĘkL[zx%`4nE22hƳe") \ zmINP p@_bj(#`I1[zmX)t\_\ml(#!H1kp*k:] + o s0d/M+x1uqbD5ɌcAPy8xmx;D_x̝{qGUԆxy:,1Iz`RhW:{^*vTZ~֫ 43}2^%NOTIgqnaJ6#L܆C}fQ±Uzw Z/Ћ՝kDb1(N%gPc| λl#J&>)yB/M~jnvN zO<Ξ4lU=>3 NYl̼!&݌1]}jf|,Z<ؗDVUp؇m,pɔK)Z~2IDˎ.=ȃc\3VbEBZNu $L(D>EP VU]_pXSeq,)8.r oͽo y fjBnYQSAAI6Dp`M\PE)Kw eL_B{޾}8nbC8FuajQѓBqUҶeTXjd+e)XTyyM~"niI( zBa &AMwLUl,˫Ȏ=Ky8\*ՀTuf$yq[~~OqoU6e໰baPf?zŻZJcTqics?*^={XR'Cs+]3۵8]#"Tp)m1Q5_p̟&D *6Uϑk#'4&)˨O\bvikx_)0PEQwo22q3TF($Ъ6Ȑ[CVȺZjeD׻$6nYu_ti.u5h M d4Q.&GU=EI1pifxWl:]K砾#%D2, , C?|)~ٹ:ϳgIw&RlHdn/t)]YMy-QIܪ9Ъ|G()g!vNL'-STTĵgo&[fµ30ltc>Haai&_gW>-pv MCE~ LiBV"oaeIQ:i'E|ˣA>v{s$#}$('j\W(\"LUk8e/VzBN| >J"k\q-Fpy! 7Jz|9k_tȌ44lCUj4-k4U ʛº(DXc"` mo=R'D4?ȊfՓqƪU^z4}E3~ {vpz`s 3v,6qpĕ1Sz>ιGΔ7y}zܷH`3̞79@68Ĺ$3i ^ NF)yymC 7V>KGwi7~s"pgKzmC'?o)6j:y//ZB``LhX# ~5[H !BfQѼa`DWIŠumKm`UXRSSC(Iew)oGIda8DuN:Md U= י='gy4Fܮ6¾ln̊ډˇd 6Q?l @ڞQoyw^-Uaw͞z(FaG -MԈ7Ip8C`/v>l u"ASWI%5Z`$[d<ɊטuchWV7!cH ɎI,XݝBsś*t(Gmɸ hJ7!KMÜKr#0Z`-v}(;jA14 Ed de*[ezp!lxӯ~!zH̞.ۼM@]+)#r * `hFJV&`zzѻZ2ֻF9N)'ɱO@-Nor&[q˲(|.RKJ'bc:b03|19EXV`ݳQ: b"~XKn8SzXS֪D G~XX|ɷJY]Z\y_)sث [Lǯ٫[DV6PfpYu(MlO^O:c:Ҕ JDn T(C ŷԔV=vZSqH߲ӪΏU]Kc:>n*!P׹!5K8e'2^kO|VRP&/ނ~'ZM汍# E@ Of{55O4*jFB ͉(T&Б Ḃ^L-Ҧ9֬ÜmmC.GT덭Tb/7NjCA,1!ZŜ8 3tYR),DCf!N 5Z vDS3wiy],!QgDwt'|LT2ߚs] d$96 52"$b3J>ZqcnDV14ltk<.*qx6*DjE_vDhI3mb8Ms{/+=zK ?)`4RE!W_<{ x-C*-65XhF|EQd҂2tBW]фXAŽt{cj!thQ,PD~'jb_} OJ)XQI1@h.vwGƤBCa|%ͽH<3/cH,SĈAA[~[F݅*.d+N%dHGe@-6!$}1Ko}[zbŊ{S]nOu4FϦxzI^[N/u#F;V"9ŵw/z;ŮY“}b96{&" U3mF+Zſ{*__AE-ϽHc@(!Ӻ/@b x^t|Prox-Hi_ MrEcm=`Qt'kl{~E[_[(;ՂS'Q{A>̦3:W (oRغ gMkF%gk ?hɼXߧ(ot__bKcp%NβPk0Y;aj Yz/꘧Æg&'4rdWB!+&zq3Ŗ)CB:9 %WL>,Q\^k{s<(9.We, ֕9(t~kuqDZ8-ׄ{VSH\T##H E6gE'+OZ Y:O^>m$ZY+2ǭj{bnm@_l@8ӯV8] ^Mpco_L,c)1yFK4XTQ7 HTF#nLb-wo6>*C܅Q.].õlFlLeI*X;D3sbZ7Ȓy'u?&VF@ r0xڵA޻j,|]z 0l?s*gͩuKH[3ǴǍfU΂Nl=>lVI:ʹ6baewNz". >TC$p黻< =ճv".YoZ7=InĆϘaAX>5"ƾ~Q܍0?Z뚯V8 `dR,QOG_DRH#e@m>Pa9/I=۝ǔΙoɏiNs+N?>\eŽ2k}+g/2;MA1Jήcg${C d1jKLJ*Qnʖ\u(",7,f-}GX6f:4gg%6R'Q rd%Φ7QqX-y ' dnQv6@+c,3jjvCI^),l=@I+?>/-*\Ee SB(OSD/ ҷ+HBWr)m /;Le։u,Gr09= nU>D$?:~x#'oMUo"'m%Y_}G1wo<YJgE&-w8|gkȑtm߆ST^E&mіtԞd{AGE8X_J+.|T)kW'D@<Vͥu,<` ?4h%&50}1͐6On f^4ªޱ:| -eBz[_>eVm=٣Y%E& ^ZnB)+@so h'.ۤlfQ6p+6 'QqYyGm\BŬQ|4gڬ$_pUrh{ٳ_q+f5yԯFrG<3k$z IV/nHa灸%j^R} r(h f'hblΡU/p6 !ݫ]p)xߪrW0^7*x67[>#=fg]gTmZ <ݖh}ߜR=esm8D-TnCg'S#2u|󽾗q•^9[~5DAQڞ#X`s:d{gsA4n_ R3bJwa"ydc}bHѐWM 0Xo}8maFt\^=Q BOYeYv7ݬǰ>2fyaEskOg@\M+~|yK vㄺ[.tM3^cs=u)i"b~mF2GQڠUJZ0zWPEE1!Wϐ-D]̂?/q}Τ᷆L!A`ǽ~ ]cX`z( #r hN\waZe&Қw"pcI:9oM~ž_]g[1,&有fWKJ/C^8F;1׿v~[ط()чS.!$픖hJzvA.9kor `NH"Xiw~qi.C *?g|q,v['߰nlYXYXS򔻂JD/$,|&UJx뿴vD&1j=<-=ߍ,F-Pu11x[ V$L*\WqxMz8skQ|E֒EBɡx (Orog]6V_Hמ5<H.sR?Bx!:ۨ{/Oo*5 GQk,&5/ƴ׳XWJzO兮;PG%G㢻Ix8~SAn: S0ʝ0w'ِ˅ YmЧ?7د´{Ea xuq=,@O^D=(ӊfZކ_y/r{ej 2g۹8L`,d6s&O4n .VQnK^uS:xC3oRfQ7Z{y,_ 28%a)HɧBfy;4N@Nxa!%ye MM+OH[έS7 ȢKr 95y .BYLڎzRC?03֡.80w0U O>f !pRa:} $;@1O&]bWSYz{vGA֛yƷ4"IICN;+H%@?d}ယAy)ڝm,^L=ϤľMBk7y}@D6AAkqN\S1-saM5kMxotqͦ)lRWF`WIfhojD:>$ݞO՞nmZUJ˦"뮽{U("nMV v.c,kd{NZUEZFҝwp@xyZZ_AXx{XuɃ[X%Φd_g6[m؂ESnzlܩl#z6AOzhOS~g6E2mCZdzw3Yφd{0Pqp߃5SY dpY7n"]#3b>'"V* y 'Cw]n~0QGچB+Dj]όAV&K#(,'V^ۊr7"BR~P+9lvu^t!fA+Ȍx=˼cdXn#\q+73R t"H$!.RSw>,uAh^0{R5TՊ^EnxP  QG.OMa$_( gKUKX#GBNK_4~ι&c.!d?$DhriDoXb;KMs-~cJ̀#<:?EJDAhYj1VT!Msz}-;&ń;K~ŵv)=Ф@PD("7rʷT>7 "*fI{E)Q~,Y%Ԧ~0u]Z VmHcMn>0+]A$.r=Hr ,%VRP{9=LIRE|ߜ7)odjȦv:}enj (ؓ:Cr΅u^,+7KH4LAvJ`7>5{mfN@[KڪQ&X6pHr`ѥGAXiW 1ao/0rVjo,PNĢ8bLa6p01%+(([x}%u2\M{875lKэ֋OW2͂oL'?M:'j~G[Zi($l=тT`{hZMa?WՋZ=+W~-J 7']߳3g P= O||x%Q곙,>hOrN~Qw;M+6iwjͯ+!:,srRFa ^s.Z`\ 'Ab{-m-0]O{J'!很R2@7" c?-#];>ߝM{IxY}N(~ф6ƹ,5ܠ}$r;c:sb<0 Y&N$#hJ KƒՍJ @a6uځfX2JcUFf2ňT+۾stjWsbMlzDĢFgtPvOHx+xī]YU`/!:amm'Q-HJuc =BH0"w u; 9q&~ANj ˂&2{:ͪEnueH3i -NہE#uX=m/SrB,BS"Sm>01zl~%m?V.LG'[ZgF EQFH+@\}IJFGOn{ULUB+po\Z7jh`o`̪<jqSga=2~ @QhPssm&_ᑤVebe:3.CٖCyY=-N,au7H\7=+ZZ!j,e1ii_j1M%XZCEk8-aF\.z80owJ{b_L t!.53ք_HSNatZ%D'#wQ\ rY|H)ޖ ;nq/u=m1PyXTw?y%8O:R*JB5KP(vd^D˵gfe&-4vcnSZAF @ƒou.P۷j=r<4ԋdx# og&GCÌ &z\72ӊͥ k&\sΑÄXrbhE0#gKN k+S23kݫ9V!Tze[D_־?Al= ctL ks _gn1a} 1UkQ*@iUO!Xoy^{čbūd;;NX#O5$ (yU7CtW+<<u!.ޭ!X99 f(]'=4?Sn- +VFexA!rJ@x< AWNЏ2~\PkD߲2W}DjT^:oҥsWǂQBpxC!Dd,똷i**9`0bQ%6yZR^d[#0:hJ3ʼ%1R1MՈ%'Z]4kѵg}6m ِn û=\P_->tDʑ>1NoMdr{ -g#f./b"Œ]k{$/b1n.;C8t'$`[M$VhQ~B'TBB6Ç ho g@v?EwX0:>{?,o9{[v_8xH ]NB.L"gb!z33Ften ~*1p9MYn"؋_#W׮=p/$F~GAS1_'~^`BcS`fƏL+Dqq}%p1ƼhpFYJ;ϴ4\ syp SYakTWmz)P;" 98Gbn,e C}H/ɱwuuL 8nǻ^\B m3ZCwɍL("iI=ҥP s7䏮:E!CB,pi01RXA m S>Kp.AbD*>4tVgf28DfET#dhuw#s/F\2\̘ 3, .OsqcfyCdf5`6؆t͖5R7l5ղ{'.*/> )&#l)4`o@'et*nڜqih/^VrΚМ勳;\gF1ᆿY,ɋy8S-*.WcʔWSFS9,_J 0C1\S > F BĽ{ImjO2 VWV4)< "=![ r#SF2,X?C=Q-^e^Tݧn+rѠL1&* -Ua䊧EejuvNQe⿟`Lu!XT6oobL+,}D{Rߗl7uŏ:Nn.AavANm:oDH/]jKU( !3MH7QϤt^ ɹ[4> M.R~\Bhifz1 uHD>uMPԟ H~zܹ\x[}z)8clB $I|ΏlAVNzFpC ti;$;\_ߓʙ (ޱA8;RR:~//r֬? QCodYd#02R5ԮZ/QH3V~̧"3P,Ĉu&>BJܜc1FH)FpaHn:NZ]<4[5A%;p.R792=}BhF7i'_P<V)#)D~ܲʢ3'E'g&;970O_UdٺX-#&T=]RbԲ>4{ .d[Cve+T<ؚny aٌ eTbiB1N3z \.+ bc4}n)9~#d.,(|D,E?o ѻ_B VpqNɳ3SUҭnºˤ adpԧ-H1`~OJ(QJ9ܝ0>v^xG$+VoΗ]6[ю@M-fcwK2U.)_=-*_8 AΡڀ$ڪ,NS=rb/&Bb=b޵tOAE Z,|F0(\p}>'xVuu0i{yc8>TSB2NcJ*2r?gЊ%#p~cٴظ7!B+QW!/h4H>14O2\jA5=ȝ x eo2E[> 8v58̱a~b_@.LHz"DM=+4@$Yiy-y֜j^ o/rGOmޒˬ16tuLBNX 5{Xmʊ]FUŚ\Z^{B[и`4Pnh$ܖ@V:8Pv6eo{Ć2` aE(WxǍ3Xi *b"=Ӣ,0 _v E #{l+GaOQ'^VI;=dAoc|k)D|aʓWJ㞞% 3PhɛS{gSB%orQ~ Ðg8*T1"V"U?'ީ.ŵpAß:uc[ma)SP泭4q/+yϊMLר|y}x#kS];ߔ<2sPA߻9VFEw&wtDJ+<^bc~&yJ˩f0fGkA[(a!IO痛j#In}Tktےֶ3#\]DG*pq3nBɭI3<7ه6 X35n P*ȝg^qͫ9IR>(/7iS&ӯW:,(9@/gDztW-m^rڹk^ ,tγI]M`{ZL艌%\YˁO'F1eA@עuX#h)r^ :\,,a)[Π25ΰ=dT"C>1a"}5/47U|L'٫n +qL5{jt,pqA [dUe8`&XFMV;|!d+- E*dC4= m0 ,}/(/0>m#ZXG{Zh[7sjl, $%hqG[ A$˦K(ˆ['[焮l8UF[(woz0e0fUYx@NEj:]rh%&T/I^Hl CSyqbpkpNP+.SyL8REOgр\;)ké}ѱ*S|[bK,3S 6b\=]"obFL!DcI*5zXDS/={ Rs'+X8Τ2ƀ\w rj!D& zd-=P"siAQ{sS.]a! EhI%Fzi| tBM0hrܮJ@WۗLlI s7Byˉۻ^3XZ#,TƏc.I-@%Gs #'[^ᄖ i$IX_.t`?c=E}'Tws6Db!ρbU}~Al֓DA@=t˕;` Iٶ6Wl]|ŭjC &|)q+/%,cjHg$l; ħpa)Bd~.ʧtkYhr39æuch`n瘀 [̽fsJECq`P4$uKTrYl5D_ 52_!=oH,QIl5n6M;u _UtW)pa8ޱz`݂ڕwq9m;UHF' !-w6ΪNN3'X]2\q GRݫZQY[P 0Ē]J9D ONr+UGHK?ӂཞA&@CT(2@QѪYXHgdwⲈ3= ƭS~mߤ+ï-hnMd_E5F:Qݘe&X/Hn*&I^z*$ZV;~La[ڲu5SA@YIWj٢Q]UЛ`NWv"yӬ2F;R9hEd=RRpj¶p^Nxz7„1OvL7%|#6/fxřٶǶH{Myנ$= ݿIl|eajl)9Fdڃmfgu"yIRT3'{B_d3^,xJX~ڥ*Mp]:3:wL#d}E~ɤU-hxa-|~P!3e We06z@or m৮9|K'=T|CՙAFDmhKm)wnC>@Xe_,F i$K]M:oi9+Q;eOɱ`o8NW-]XY\lug 6co~}cJ,c3_]E_#`j%Ɔ~Wsxmk?,Wb4#:z <.o=jm]R"F'a1)u!jxYemº} Sh!|w3; 0~ L ~1!&cZi)mR.avV!nᔇ+B{x2fόbmGqWAx@q@"86Z 'GYov[ LC үMXЭV.0#j5޳U!OXRd;b3xw*ޛ^j tbe_jnƾ0FӼk: o[%*|n'9t-36C\U8 KAgg nz5(9Rۡ[/4=bܧ+''|o#n¡^@ &z cl5h׸xqNvr8 ˞tdžG%Vˏh}@V3kqs>#?`z]&{ttId:]!3?.m#6_WScUw;{J6DeUr/:~+[}\Yd-x^)`}ۻ_>\:wt=Rye|dYbћDL~:.%Un@s-p2@D@KpXx~Uz {1I lNHw/MozA 3woͺV8FԘf)ŭyb"> HYϛݲL\eB@^5QAOV( E!٧"tyk-dg<ғ(kC)z{A;:rbmEvB:/fQ8WSMjjƹb& )HBn ǡU@c*jXfGb[ pc"N%EH--Ǔ y$շ_:胇p+q<\yoShe*B70 XU;¿7;fk~۪4U^ő6ˌckEXH~`ڣqш۸$o/VꀳwdS 7٦v6>Kzў ܟ'|0 qĄ.Ƒ78o =Hc_؆"-BTQK Ùۧ~cSd!/G[d ߶%z<5!{phO8;k ZQd̶3M_xd4N]"sYC3t5Q\"q"mFrXngKO +Wx8ҊhBa,Hgnk۾Ut~PhO&quݝ[mnF1J [u%,` ~]6 4:1yᏑߙ{Jwb"@R{ }Ѿ_>w@W?(isYg} ^Bz-ƞWսx{~ zdܙ ^dE6A00\h/lHޓŏ4p) hlۼWوZaĘHʼ2,'b@'Qe w~:EHgKE阃 Z׳]7]͔v(ʄ3.9Xk YEzf5!BdղPg_c3rA# H4mrg"\4A'Bx%*:͝%R2UaI)mEiIא(Kuo"jC2em!Xd:>́R\W#jȎso1+DѰ/+}Mw9`k x$ ~)Fe/)0|!ڂhD4=zm]}~=?\Ƈ]vwf JJ̨8 (,'^,V#Q!#MnʁHlzd>ܛxr{n Kk/p4 9G'"17ʫPz<iZ3IW50$B$O ;Fz/Ajo1z gf nH<.crjPrGS cTڊgHM)짖Eu+jH W'W?ేNpjw="j4M0`Uif /.PՄc xpCw%QR]* /&w0_Qb^4HY u?*g-R_qy9yy!;d45ko-w[6;34jjn9+7 c E_*%ReJu[;3dx2r5qFQYyS]dDѯPa-3Z 0v#Qz]T Vd"kb89ݥs[аƪ5Xlltď9z@pN9[О8qi'"KN4N3#l˜vb.j.TX ^JI +ڒFhs +vb1Ǽ쐮1#ΧvEAD DvߴBj<&=YM< "͚94u]}ƧgvY_? I :yLhޒF=T,5Us,t 2 t(ny#m?R'XiȢ!d\1•/ z@Ȝu>DVoqjttk$w/.os#v`EgzU|qAaVaCћNek8 бU@l+2< j=LHP0Ѣ M+WY-"W*.},I0 9VȀILU? F|%9z o Ӂ| X>Vքߊ58 /u;,'PĂnR"ɯU-c"4HZ޵: J([t%8N,x }<8MmԔk46V|Jtd>=;Hu{ .Th$v{W"GV r+N\]UHnT Ai1o`ayRcA*9{Wxj6Fn+Π: ~'>dKF'2Ѻ=3fU_[K)Y}~l2@ڣKa;Y m}#MDA*%D~Br}m*ySƞuU7dmZ7LQeOeGj䎯(RfXlk<!4]j`WqxL_P6[rwRbNmWKH6 !BN~P;)SEHjT>#Bk&7uFMRm Fvs[ZzV j$nNWK$`:{QS z&04C YjW|`Z[lVQ#*];Bpl;>L+["Dנ eOzt`DoCGr~SV/ ?y~۠0dWaw%[ em!X8̊nFc ޲_4$jYcv;4!DqQlh#s e"dwzig`x4%!E+ 49OI19C(ob&r)ڎq;fU[(5-iiqσ9VenC} C՘3_\}nIZg aLJT ~$zd )%~q q7x@:v0Ꟍr`fnCQpW,VP'dZȍ%9ܓe{ tjrkӠ̡1ؑ05^V_:/&}Hī#.VM,O d1x-]2s&<5F:׶6\u|I #ךEIzճ<]ՐUymnܡ08E"aPN' 2ۤ *]L^h25ˆ`jVuGJ(砌Ǿi}u&m&|1 0XPmrx mU}X|h.ΦMNhUx1@xŃ)E`X%bFh?}+u#šEXxj(4% bkHƻ+b|2Y|׷dXDt"VCV% qέ3paܫWג3'_'r`X%b`Cf"ӷ馪#2k7{tW{9m~EFTs//w]\k]ݸdnÂ- ({dOZnŭrّ!x 㐶8Fwa3!YN7cT4~C(e1zZh\h? *~{@Nc1Y8T5@:q="9_O5 Y5::@,|V[xF@eZJ>?C}#Py{mYFk3V*o0*z%SH `gVtW,\Q c(Xt6V$Zb2-Ow<"3UH[T3Z`Ǿ$.bHUIteS\Ar .a1T>w8li`8gӯ츴\/5#UvUQ$.'y*^Z5SȖ(赿˧0P.4y9Iဂ>2 >X^Vy%8gA'Fr L*gȐ98Vɞ^J0 >ݠ|Hy5ՊF~ r8@ rRKj QJђcWظv ')X @&uHki#qy7Ê[M0!8}LI-38@V 1@̣|iO?L@6нfnZg_~ϐ4vmV@ߑ3^P+TQ9Ljg$l$%BMߴaYVAop!Z~ Z^RyhD7GkX\dҏz(cZ ?yDBu9^r* qFTu %t[3nU.2@ p[smhjEJ^sij0@ R9rQ"O{8cNNwSaJekY@&=CR*.'q@r!^*s\ha]ko.?hfa,[mAH 3ܼra"/Y{7H.;D)F<8`DȠo7PHkO҃ Ӿ,ڣ, Tu{T%a*paB ~j}#-!9,dz,aiαF`I2.OȱJK3hHV0""2{_0I_#z~d(o_w=D`ʶޚ7pM^AhdbY~QkArI CJ o"֞k "\W ֤8{&ɂ +(VH(d?ۗYB3;&3Yʦ8@؍ -"7ClrR4b$w*N#j ,#%wjh`4p6 E+RK>$&%6\ 7EeB&@S2z'&Qf8.Q,!XR nG'ًŜ؉Gz,w@D(heD}U >VW#(h1|AC̔nz>fZ YIBW 3]L-N2?⸅ך{ 8;ۣET.(s[H =)O߈ B4+RgpF;e͆A]V PD4 o)9}OlYSNJ!g͗8| jv i-Hnʶ^e.?R=11p`_xD-jV—gpց|TSWZȻCytDF~: q z5`sDml _(:;llV>2G]*vYpx?2]1 r8P~mNA9ZwwNd{!Y.Y\0ԿQ"Q%gY}z*I]j9^c"#PF$J+MTb__ـI$E\ŖdǔJH0U@D$f}fUs" }(2#kW֣ >s~YKQX2"q*١ڛsJ J2ů-.N^,0.>^fUD 'Cn}z!ZXlg_5fdѱO̧Zl"ņV_sbRKxu"CrThUs|76ov.>=&֧op|% 9;.S{Hn~1@S3'53AR%k)"*Q.rg3hcaA]n'U&&cs5D&/0"³Hx|\1\&ʟ Af,Iq,B<$ zq~XLW< 9:"a0BRF F2"Fz5%++ުt@S`#8${dR9^]2oa|c w6FӃ,fLyP01F>=nUj5>.ig&G2<␎PrRlOE_#b!哫5-t4?s \ʳ_f-fd֑gvEΎX0wU:%:o9Fcs&Y( *\$R=}ÜˣIW;IbN%tk:xX{+3qkʛۼvK¨#D$dEZЌCd!CVP̮V ν{0L E<ĭ7kQ1:%Nj%WegmǏ:ݓYnA;U{B d3qdI 7Q,s6>77:=l+뢏 h!GYMΩ=؀){fJ, D9 ~47uhnazct "q|~lVl$} als:)1́Y\9gr~ pBrN)rxOGa]¹E\N;!H%>vOSm`~ZGs>OȨP~:jYe4E@Eб"|S:l܉keײS2M-$/*صK5u ps{\zG)Jf`>KE) *v̫M7l_ڟ(]'lc<`( LB,.r/ey9#MFEzjs*%KmXR"ҭR6Ql)SpۗL}4FbwCN=%Z{\"0q E*}[OPħ ٕpsqXv975ѭcy5a|({#pC)iTB,ّ0#@x?/Z:0ͣ^+J!rA3J?hp6Wfn&G]pLJ-f)Y4$8htIޓF/򼷾hSSg٣l먌 /$ +/BER\o1ƣbm@z ! Hy\~z?0B{ ^_#f~m[]^Z:h,0\ A ;,3y8Syڕ6&!..8PdW 1^ jzi]W{/33*TvXeSճ7l`GWf) 0<@Y9<3[?1RyjPwMLEQYa0HpI/?hZ}H"z #-tz6Ѵ]_J=#ḓjxU-c{)isO)Bb'OXpnB}f:6lƔ룈 d "ʄP&Ĝk8_Z]-iϻf_ye QO {`~萑sutVrZU~ G2A< :Q{4p4t8֝=<ëyeI!}=#w`evhneUm8w5s{* a蛙,yU:Ʋ=b-9 ʐiTvz>-v?sXVw/ԫjEAvN3jDŽ) q2 W+Rm$*u=<QI@X!B@I@n=r>AwQ qB;+m-N]XвXiƉ/a" '@Axb&Z3d_F:$x2e ﯚ{DdpAճl{])2~}<'LWqUKt(Tk]l݂P_52[P)(B8&LfU4 ,y % |㜑X Mۂj)v97dh~+fzQ$}>/",P}#ΘϞk"R6 f 7CÃ*ú;Ke [b}[rZ7#1#粚6s--kP1ے*fvn P{TsZV?%8Y[3^{{H:wo4~k-<$;pP:K2jhjtU9m8F~ʹb=IW.z%|IM~G2(3GoiLBP@?eM'X.ٟCqp>ȯg(i9춧rvSRwKD_vKA mt݊tF= /+R>("Oi1rym,L%Qs|!@@ȇ'ڟ dD/R2ZRj}46Pg:`GRQ 90fzmoIH6;c<-uj[-~f7My#3 `] f(32یgw$F*\Q s>?bA_F,:}'`w@Z!8F GMKq6kDq6N;1ȅ?2O~4hG^--Ε.m*7tM+=aHzKnRgerm}0a ztfL9e8~:?^NYrCo2MyYX;%HAѯ]lvJhdtTb)]wknp%lHm;g>3Ӏ`z SMb9RWѨ,R;fvْRUY6JF0>TŶpoZn\?Vs׽廙h$,>^L5xG9'nx& rt6ΒmOX6)[#+ɕw%jI>s&!؀z#CkV7WOwIGKsR"Ӣ0/k%Q_X-TC!'d*@N$q;! LU}z""1P ǺOdզ ߲5 H,` Q)WHh(hDWg&n|VZ5|ڐEEn[%SNa W(4KY{ᓮ!>!M8= [N٘,WWr:"9d_8)Kk_),MV`qtG9C Ppbώ;9N=_`s嗜5R^]P +I0w9w?;E[Ug)Zx-T64Zn.:u[n0nP,0z}=$u͝*p1KAYL:ʶ0 ©jO_cM) 6a@B:8,_L"@U\6-빕)&{ ePS3U]9bG(^,D+ |hS\eSSH4ƒI a93-qKJFz%‡ 49b^JBg/  \ z]Yĩ,xBTO{YDqmf6mAePFf2:& 3+̅`y84g%ؿ7qyԆsC>pba5S `k`[0n_<-{$FYb"4°vDJb%.ktY.%q{.a$)~n%ߴq]y@CP֡ØItEːI72lV{ x^+ߺ=k!Hό]3)CE l1tz Ejzv,SZ)yV\AoE@ݞO>6\w0XP @ 篣\E^"zJeFQqJyoA p稴i!c%d=VQTn\g‚؞*C |zf3vk=^%xڜTfGC<O<v LI)͇iak7{hk%U_6\9"QճюnbO4 B5gg};~im*[t3>kŶw8C ݩt@/YMIzAj0Yzc.C"Ȑ x+=0t1c^cEEoJ7YR.Wfj@̋U{}ҿ l +da칟& i Oj/| w+Bw.%d#H T9o]ر7c[?a!~ P> [wonR9 s OrE:/|$cg/=ؚঝM_*)cy67}R41%iV> ¨_sVQ==;}O]</%G7LQ]+]N@=F-ۦ:P{2-gLsյ-C3 ^Hi5I>i~͋?oL1&:b5mW7+}N࿧\5ơn]/]ilVDJ}:H=KME[f l `ĩ^S4|[Xk":>my g%*doU_a Dh\Jpk3LfHܾWȻXX}WK]Ws2N/E>Tp5>w YLBP2lջ~[yy,g\˦8slKQg8L{J~`ً9cF?8mzҍf%cUzNAa`mQkI'9 gOp[>}q50Zj:ELڼ ~hџi^xݔw>Cc=7ˀwtTV85vGvOkФaZWɍyMRT.>^Dq.bD‘XlY7Ҟ y A@pD.uIJ5>QOYyOJoG6(_ xʐGZ*lP/ERJ-ˊ?85&ߗ]1k2aسrZ Nsd t:cAО1+aBҜ x-ЏP+^ٴuU~/[iEr.G]|ڣU4o=VHCh5P)ɖۍvxs=b )L™CXA[,eg'ճ6 --^&ud!ܾ8\PT5񳺯?‚a3yklr3u-yXېg䱈_}Oc@Ep2!MAYvy=ߪfT'=œ(Zn3F4-.x\b Υ ġ#P{3f[dFc}ߔ=$␳~d𸜐^?$ь;9tiKr蔛Zj1ZjyB[^++u[sFgx,A 1# [3)W-'CM52t q_:=GUw:˨iZٵ>=#SG0F)6|!2MT 5`8f:,͜)ukBӴ[Aq 7pY‚(䢔eG:ըC P7=NR7e|{֗@[EYx#MޟmWJ~)e_Ko8qVv Q S2RmWzJΒJE`HN>cմTauԎ$h^KlDB>M;Sz+V=k<5s'$Z]f]22oi mxCƫL.sΠR+버[Sv5Lp3rf=V`dްgm 1ER ³Z _[5)'Ee_q2 p4`z+9H~ϓGrC0 lrVI?M6589y=kEuǥԗ>Zx؏{̕#/ռ۠F6lԌx~BSCUCMr4)Z5{aGW 6KBҫ&/ ~uHl\V;S(v01nxC+7dR\3?pa*$tpۂ[ Q"t*iD1..A۽S55mG8psa}<I('6Κz3^8td2:A;_y{\ n';Ȃm`vOpca7nq4Z^4g@Eܿl(Mo@/80\M7rD<8?^;?58Y;UvYq:}U3f2`J5"'a=-RJxQQZV@q֚kuV)YuPf~9Â`w& ֧VD|` e}+/qg SY|6NOP;j Z |&v/`pAemʠ 2#+H(dt;&;O?=~j>尷 %WX]A~"}5MKȹ^o{~RA̧0ˤ Wߋ;6i+ %#QL-|s/=clhkZ/N 3 =IqL?mC73@(4!kN, $C*lH:ƾV a~sD쌷)XxxiA0XRxk[kQ̄xiۮŽCUe9ql%y 90) .\ӥ zY"/X {Pk2Y S7eVVB(~ wLji[ҠA9 yCmHg[I}vc~mDէ)D:S' 'Mvu4 5o!8E^c‰ӜA͹EI[ʷ$Ycj2  hWJ#!/Jt( qYmk5R&GHj BAb=#~s HiZBja]lg()\-Kyc+'6%D󬻿`]Bi$^EH%2a㡐G @PPh@MTsx=ZLz##C?󏘅>?.@V1[@rΎuϡhn\\'|өĽ늌k<6=ޝ8]v=QBozgC"N ױƮ ~FǬNKp6GULۀÚͩԫ39HH͓Y%+S18k)cJ\-+_Ȇ]KB N’?00|]j .齴 H~۶z\RmY?9ZC^/ 7544% ʁUvX0A e5{ )Ԓjm"38UŰrT _l$FO ]x(+m2C!QHx x fFt}ޜ.s}V)U}0,OEs2\'OM32`se:X D7dZKeRtu$,XPn6GAuQع ;6oGDlTUtaU =[`m< d!I{r99i1)G#I ?P['m.g~eoNaymL?mQn!(+j_coO PH]% PUgq;}JbOy j R5~HޔGqh׸n6MW/m2A' T gNf 9e% 9M|NV4NRڲUFg:!ΛfaЌ l" / TY;.;AVȥШ/f25tB~%Vxx+o !3!8>ɨ/uDMlEXӽtyAwJ`U|6yB3raTcޑ] n߉cr,Opf\'("{1~udHs9CZK?%6oxx0}eA\ ![9`Wߵ}|mu3?dЇQtQU@ByQQ=&q#U|͉PYJ(h̫t$ar6FdjGY& +)[;\Aϟ ^h{S{kX,?;WnA7"ExG^&/[&Ut?W`N= V~멸8^jF+h!)ZVd&2,4>s4grXpZ*W??^X+IetuoWtyF'd mU} |Me&giŽ(֖,,cdPv-Out{/AVb녒ZAZ8A``KbAj {ڥ;jY`+`3ȭߓ|a n Ym{vŦ=IRm,&DO}'DQl ؂,/."Tz'mrd$c?ClB E di@$*>KWo¢o 'XdgQs{JKGx_ǡ_kU9Z#D=|Kz<; 8%$ 6^P̈́IhYtI# u%#Ku%R}{z ֖d,-ls%/n!x5 M5F I =48B}رIݛ;%T\;16u1$W'kbxIY\3D-u o]+骜 XKUo~0|^oD1S.J"yq5[}GWh(y¡$.80 ZTxVEJPNa!Mӓ@u]E o#VfwgYtpLu?"bNlXXjscwߤc8@-f~D ֽU tQRKoDw2.rYmR /I19=eR0c")+G%{R hx"LQ'0^4'> 7_|A?wq`yJ>5]9iBĴ@T@BD=}dT8+^J"J8OO{G-as!Sg(xC~4)>Ux( ɜ_E4.bNP=Arfb:KXgwt* %ϝnjƶ K7rT9)O>antahl߸ouHT*rl.E/n ɼӨGDIڪgIvMB]»~WQb䣳O~/zE{WL?_汊NFdws -_hP>7QJaXW-xM:JЫڪx!on==&s5J8,--A_nY^7 U[by#Jn-i4!]݀,I &#+5^ʹ!ppC>Q޹ ."O1o ch2n3B-tk 3eon#s5ý?=|LGQ'*CdTU ܝ >niU4NeZD5옻=*fRJ{-AGV9"sļq=IDWf9M W[1A)+jN(F0k U=@QZtLAyK=|Įy2˪+K، h)Jt75ulwzƻ5en9Xpij`K) ضL'Ba{d9(׾z܄R*< G: ]di- iLvg*MH{؋@~Sz y//?Syħ 8QMe|c@M nT 1t0LxJL^\`G`<ܙ%iNHVS57"opzmS^ozTYF㱝zl`/)q#ڗkNH憁5B"8ʖl $Y&'Gbe3-EXBVT471-Gzkss(C71W u恋E@}p39mcGá8VƓΗ O!~zL*Tq5s&cM^$"TǢ,*֊1(bZRiW`lQQA`diU5&jK B fV{h.\NЈ:o/Rg q>^6 :V1,,sSr#2 vThmrآLK\犬0'jIz$m Ctjbո2fR;1o&ly <[Uzl(+{%Be<"V>09B vG\@.Ņ{̒BF88mؑ\+zO5213"þ+1A+A3`F) Hfp/]="/<-\(VҩpoBDOgb {>2?[xf ݽ7[252}`_׹8k.lO\{вu",_nc5z6[v6KQ{vRஅ/pZI"+"rϠ*GoV.^5XQ\UOD'K41Ks#DKpoYef_sR^ w]AYwMݮG[,PK͟j,n5Dc_gm2"V&4"$ŧW54MG‹Fh OѕL1;5q/]=M3s?HWsaQ8Zu~:J(IAawzR3>'}ټ)̷YB28mudl54 &*y%HAlAztO)ُTCQ$R{!ָ7)d7vxWwdd5ch'/3TcI8Er䳔ٷy8r,n&(;&&`>4,.XإL(!o"-?Qa-[W;sF"Ӎn!.--4QO"O)ɳl&ec^Mi"Zk]ƂDa^a#;+_h+]%zVa_ǻE¬"]16an)^]_i݉tpʍaQZC\BE īxg] w U0ɾQK@]9d#((D'{w.XT8'n ECеjPMYf6F)^x_`։|н#71ܝo> I!J|Uw.)̷d-cRm5B\, 0vzee}I%&z|q/9ԙ<0j-mzkzF6VH|T@LfQ%@[=̔X?=l^eGv(/-N>}u9m1F6^ r[䠚pͪTB;k=62؛@ܸ$@@}Bk☖Dՠ+BO[[H`"Br4D7{#]~Q{a?o$+ԣ3TyPp~ )@F a"O b xA}g9 IMKONتL+WWqI{u52z FU ai´SKeKni񮩟݄MQ'R'N ے[1Yy/5ԞWn( WٴZF 3n ײ 2 .'"Ԍ{HJ6 ;~6cG@^CǠ)hG^ .3jPWFG UOߨZV }t=]h*`"C[9f1%Ғ_R3GnnW4l[:寙xWB?փzlp3lDkS` HHObCˎ mv]d"{XEa*ğF.Nx{:#$8ۈz\|͛~ SZ:XPΌ+-F Q;P?~2X.Ky8a.[Hz1|_B\#^绘}no9:MhN"oDŽWS[ uElO3Sͮn/ج J{Lnb)eU22 6K_&5̙;֌չ,R2ʹ7 %#ZIG-z4+ L2=+ F%Z6(# _g+dN)s/c(|S. dųSqtV"*܏%NCuhЉl}[y%+2B+(];,I" s9HխURLor;#cMx6 !ku3-G_,=4]cӼ2,׏$A<''ž#kHJ0ᇸ2zfR^6!Bo\BlOv(m5y,s'6ߴ rWټx7BNVђKȝ9(IBH(Ø{L0g{5|E6D(~:Dꎛ(OȠ9`taVY$7szdU];cu%Vp펟D?@bf2nBr,؞]}Ʉv GlẆ^ʒd>1B8Ecix|4/Q$7';bg Xa=gfX7D/&: ցd8.srH=j;n;MGBkh:c:{ %X.,V,zW%!sFV\-hs/Mdp;.8{a۾,<cɿV"&^]).y2֔ >:sVoRFsoU%5zb׷hy|w^!tLjCyUif/Zj[xym:e321"R;(ZlL ᝭w<'R]{3#T@T@!>XbGZOPCwwvjYE1 b$ q-E=nQmKG(,r+ 0X2R{*USM,NхVaej s5ns+,sU& Zk @7W](suitQdA,~IfW@ؤmP:;f~Pd/BJжH3u]|,5)jZ~CA+-̐*=F`Lz(k(xyRFlḦ{% k ':Z25!/%:2u=h,<aU1< [#Icc^Z=5dQYtFe(Pd |'56eeçg hzai(Kp{Ȁ?g%l&G4lA,ŅyE5T,AbП#*ô`JWC@-}S!qb&{X˜)KBN/ KWAD67~j-OxuAZ@cGn.źK6𒥛iMͺϹCFVX77{9ꌪNN v_\C.fޑxoFXCSNwXlT7/(QOi ^W+3I2^EOGaJ3?G@g&,?~_>:z  Ezgp^ϭ>Pƪ-rb(T $3@'*0JJݢ/ {X01vdCQ,K%}0<¯ TJJ죰„{R"T7 IRo@9yCReAnĎ$Jv,"u8bkS&7#$Y#WE%l}h/jzi᱋ 5jx$~vOLCZzc][Ю9~L{d1 %00hl5VNn808"li қGF^Ws\@(c,'&JWEpA %y WclplE;c:"xFl<"*cJM4Uc$uQ( YbڼHk' 3;&|Bט Ϸm5y؎X ѿ]%oDS8(n??h}XRNZmd\VM4o.W1h)W CMLӜ(sBz.Ql{34d3Gs(2OB'~OBzO uZd H;,џU}Vgf?P9K㮥Bc]OX? Otr|cs| >Fy&lU&ܘxIAֹ=G?duH` p[#:gkHNnv9yA+X.5XlS%s'W$ }tJ]ʭ0ةm^rj3`Lcـ9.|&(W<*9<1Z1_I%9tW =uɥEch,MV꩸hrUu[yoO ҹC IZt.+_T_M뉕A΃Ucr>,Kk0aѰg| y! f}_q/z PҬܹjMĆHH 5B@{ʷejԸ/:uz9%JG3 cgGi L ' -/9~K3Dx^sz. ̅٩駅Wh*O(ԭ|fR '~!E>e'09IK]jmYUS(Hį=ɛ%h* 8RMXcf;m.rEP]A(ؚfDiUNY™67/ܚu@7/o ?rP \\01 2$at"HwQ^ w2Y־j<;L]r6Dف[pR=άA^hz3s6pzуb0Hv4 MUrwT-*g`Seμqr1eרj+BW\\$LGR/> %hJ5h|瀾=X%Btt'3g9bmb||*év8y@Yj.>>wYMVT %Og\~RrLcnғn6wз3 :,ѪD t<D2`(*lQvțq%|9=f`j*G]=Cᴹ7nsD\?q.fVnwh{s*F٢/E妚4P㸧;&(Ί[5_;}E&T Dž](z_t}еš /p~fQzaMN(ةUlx.D~ǥ q1wFyTȂl)f]lw$ϛh&su *uHe6qψ9Ic׭ کF#;҇5$&p6.p15!lRIvëÉAAX \R܁rdM_36a?趸Mׯ*̗ `-Ԇ܍_&@ C1dY]Oir7'V${\Չ+qf֛cFcrΰ k.IУU$mژz1D E4ezveXT3,x(w%T7#M5%t> vp [8X8Gj3?@.  k HCL0smpqu>GA,b(foV^02n&uji"uspDQk ep麮;VQx騝ua&J) hvޕ`4EahFh;w#MxYkIa3G݃U`"{IJg3~tZim@VA;d. f:1nT N2D$du Fx˫aUgC,s6t%6Q1 .z-h3 h 0Ʀ9`g?_egL1R,`N䭔q Ƚd.mb1e^H+09ufKcWw80{c"Z=YH;˙{d 1R+{jƜrɁ%+XKԉ_QwJ+elպ{Xxݥf C3WGkg+*vdA-fcg2žS ٦srLd- 0Kd/ rۣ ëj:_]>tĶ#fIẄ́$`HfϴQ]`u)&ե]'eAXPbY3V?} {ϧG-ye:Pv7[Ӧ='5jRN@?=k `Zj 3(xRzRF<@";242x ؛+i56e҂t%ZpVc}^n niM quXa'T+(^1h :1kݫΤg]}b9wYh'x{ᦳf)IHm2Ù-|{,SLZm7}K]H.Rv)TFLe_#3f}Ӛ +5?6yf2&HUaahRI\OG&Y'`-JZRaC~pY,~Ts)7Vs[gm>tn~1BaƘ=Ds|]m;PN$rK1nx4Ad+3(U.8G?\$ZŷY|' 4{͞ O$9V_"x[0BeK=Fs[pԥB/n_`vJM^8\2`,0SiLF|89fP2Y~ FԬR58 WfA0}Sm`V_ʼYvg~ f󠻸)k[sb->ȔfV9agfm@F){fؑ9/ 'eI6$QyzKNZ錯*͑OgxC{`̠5~*t.~ ˖[x7:|e}XD2nn{7uǏvS5T}UN02^[ V0jBVL`w<:V"-qϛ8 +2E?MN#X(3ԣ-o$=k*I˥$sS^9<^ͫ怃rd^MDԫT ^J!0Vq&I[HJ=Z"jH5GAr}w?c62?n9(ӈle%XȌ'eFU hP0M WjӅ35(Z`rVWÚ!'h:ʶRg'K+"!Cr-.կLX]A2O9wiUǃre$O .eޣAqOKV rqs5{ú}NzP97|b'`%4^?6pnjSEzy F1BN)vxD߽=*ugPͼ*)t l+' @DIYQd)o5AQBs gSL|379*M 8 gjm'Лb[;_ 2Q;J[QИ Htohp}HœUTOe3/5nѥO-<=!b\&DgA\dKH jv$C5ºd b/vw`71 Q`\%+0X_!ۅ:)9A5z$f42bBgh:쟜 6b賀¤Mck_Agnh2]-NJ;Q~ҧ ~d%SN~= k0촧e޵uG^ d"qP/Q+=P{A0~j1u@ B;*dz~)'T[A=󏈪O=~VV-[v*yWT}IR_Vjj/eLIM+.BʽYʶ0Hģ,$89MN5N[@hie[i׭N??Ȩ +ǎ͊`ֽ7ڕd@kgCآއ@:U3yH Z© qPRAX,{h0~\QhOV#槰_6 Oa ' ~}]A, Uz,tճ'$SdAl%ĩ aT Y\m l7g;88E :DUC݇Rn 0ix(?'^DUѺh|W%' UvrQOdh]os"K)A%~2w3b2>0p+3m.دMڷjf\h!A5YŢAgLVr*N{p◓dudod5:_o2,C&/QTx!o37 ~vE9i7xvR2i߹ciqN ,1?̶1|f<&rǂC/3RXUcGX#IMjs: ,; Pm8$O8ޓE_-ڝJyXVe_g;$\}Fz2 {ND\^)O9,sʸ_LUYsX ;A.}ijBj40FOp ?պ_}6bا = H̃%u{=! jnp_oe 0D+ΐ5Ţ4RMO_ }ې)!$\}N آ$XC3{IUS S4A Y7W0X~z89nQEAHQ4: ٥œe6?45L rn==g`ϞE5_~ #swWB8Z&d^ݒF!ϽOgi-/7l lZ4xM0uo~jMH TA+("ZD H;.֨6t'PX/Oa;Vq%Գez)L͔#@[5$_45IZWy6vp! \w$3ԨyתyŪRQ8Jō= )Ŝo2-# Z+Tg,^3U6\ B{ Nމ^Η gcP@2@|mM3=NN:q%W1cJi/=GiQ=0y\֗Ij;k^_ nQ͍DE ˥W^&(KRRH= ]6vbv;CETFMpu >=*Q(TA-2\d=`tP) zd Y|EEc:YsHZ\}%mz 0FA<S#.>,ZASnU> M%Z\p 3ذ//~pvEje)dT1'06HcM8Q5pD+.[y_+$Sb xTY AJBrgnеZFEU6ޒ$pe4FEU%$;, z;zC98@[R/l|0В OV(T~jݤn:Y}Hq/$ے<tWBm'#D* RMPl<~mJh k:8H`YPEwՄOu.ׁUaOIM姛 ^O-Pa Wh?TI^7g*4AD-@T/W⊩h#g֬I /OW2:^oXJt_gY@_e9ds&'\kSQ ' 9Dss`×g^bD- ݡ gX65Z+g:S((eUq߷l | oO @leyo¥R]a3O8"Gԍvhl4$ygflIk.8k #rm֩98R|G JrDg ,YsIPSy32~q0[}2n4T:}V?Ɯ"ӼK7p j8|ؙwO̬ RCbQL7: QQ8Cj"oPW/Lm?4zWPO?|z &nl>wn%n!N{FK&PbW"*{9fbVmsgY([,S͹01]'_O~xyiY+\|1A8C%ʐ`Y],2TYcheهBKi;u{eD㨄\{ݪGZ侅6rPL. ֵoD g󣃙G(QE#͇"qt .5]zcT ѣєs_=àl[e] o,eHݴԇۑ?̼c:m9gio]RNcd;_W>XѨA[&n5Vi}D).ψkd8+ pc /WO#ЈSUJUI.8O*yZ{Oi4/!*s3Gl&kt˸Pݘ] N !ǦyPi59P\scGg(M9QUK-⬀͠A?~r[."U14F2.}Bg FmV,!c&J#j(& i0l&$%. uVb&(^F5LIK\N4<>\h<6r!&%<~w Yƻ0rwf ٴӅdfB'O~F^?R ]Yo~4bz =:X [ca7_pہp$wAfJQ-n|9+_ɛhNGL%e;lƄ@n248VQmVK$nhGE& ýjh|Vk{>FWP1 j}4lť-q[XI(qHzD`?<Őd%1(|FԺa nJ G؃udI0aj[uVր7LѴEgD{c^@pE,V-bEx2kVըR1X۔@FÂeǂjc!CrxMWj:!jNV:[IJM:zmu,>KP숒Z7L< H[yy5n<}6f,B!g:ҲfS)Y4:aH"MG7?-J,=Y]d w_2\&>} Mٲ.`כo~MU\bQqﰫ$0-as^=bF\-H⃫!FwRXa,c%Ho^ù] /:ZVqLqrSo79ܯrNԩJ .TNTi7A 6񖱀MӨ/qܑalqI9XI?^ G@Og>6NAK LT;T%evi>쩳Q` 9e ԩ`p!*ja h:FE_ZPD_8|2 ŚMiC/1>y=0 Ӈiŧ,Medq8iARXJ@<#xu lRgduvqr= -4J+N >P̘=VMB,GpJSUJ*І AQ;t4xs/+CC2 xv,t矃]ee 7 E&7\֔~z@ q$ٙW3yz!vL~hNP]JE8dU>3fTg 3%)6fCQ[s֠A&9PysOQ$P9aV%a lH< #9,_E3QsŘλБC)SAԽ[2埄 I\6vA%IB]Rځr "!9p$:t]_LN&:qDe+>mA| ~/`wP8rX[W<#5DECd]h傍H ֻe[:[퇳D=C@Ȧznk1%IBO@9n!5"'9$q!BxV ̀o:ltFDMڔ^Ze@fD'66p2B.Vn*XbˠG;HsX)(%Wo(l-Jj)$vx_ԡ+a#n~uXS#/NkaB9a;q6j0Y[\+?*l?W˗\Ј /#bvcRݝ{nSv6n 6],򾖡p7U*ƖPBW\~Ϫ0l4G: ]xTB?tݽUnӀm~]3#OOL j~|{J5^ݡRWx>6~.\k _DLSao{.8¦+h{'*bshItKL EQ6BFDgH.=vt"4kG]?cb/6RCˊɏ(y}Nso bZr.SM|ݫee@ FQh2י0 ]H?x0y._QB6{!O {bb݃o_lk QTWl܈Ky:_[ s{xF.˖Cf;0gtJ~[ L; Ldj!`YM'sxN0Y' BMQ6ࡀ}Pt' bQI\R}~ҌЪИƮ?Y2i"\v<+9^;)].a@Ҷ7Ltv#9,|[:o,H):~)t_tݗVV!'[hD o?: 1Oez^Į:a) o)\/>i@ܡNBB/J5NoF<}iIѹqUλ`h$Y8nҭc6"23=` ʂMѣU3V FyP_ݵ%@]/YNRf+(P G$-s ZѢA*Myt9HG_ٗMqcz]C۔X,QQ[-9GYA ߇sF 0|;[eƛ& +8 z!kh!;tlV$.mqM+Lհ ^7LE9JRh "Z֥H28kN]n $ϱIP#N1yȱfgp.c*N8܁:Q@ ;C,P^ RMW~FwC;Pj8#[sHFGY jD NYrC ۚL!!5)#@J[Z=ʙ:!R&81\5BɕfI]އR_zR) I#,_+Dj%֫S$[ѼPxl5|&N{&"N9[s~ %3VJC <䡑: IxLf'շ%uga&zoj1wpѣK;jq ·9SE9b?`B 4"j?wHAwBvWn8Ҧvw_]#LAl> At@6"f+T]M~% T{H8C (fXvÌ:]1. U>x`7a01Ir9wyRu؂jr磾xrQJO&:/ x5=X4֝\tv E2Bi69D!I##!DA1T8K>!>@f0,/$CͼNґ6@51-iԐȠt ]6i&=xmPQȳ%kK`btoŊ\-J9mŗ]+-xKxhV&ɌtKSv;`o8T|R']0b֛K dq$M+G\q|_xN: \xeyPW̆۞8 z8dJA VJck COZoe ,r-UHU7e.=(zĶ+a;H}KxV94&uFP aḇc6+ CP6Қ^fg6|&wˢ6(ygV:  $\@ܘW<V%aEMEb=$+ϫܙ.I)#ANIQ}gUp9%/'%n?& fy!Z9'֙}w@Qt6VBiXqC: a xB;/Yq:.sFx hRiW/g<@.G03_Bw(2n lqة$ Qs./)#w=^g;38zܳ+Iǟ>bLQLF>a%m"z; !8} I~4O9g"%wW#KM~N}e؅#A,)c}ҥcO+ TĬ=؍1FO9fbTU iO`59ۯta0bSt gˆtH[Lps`ثx{ES~$`ns~ҒNl$dV)ĉ}䩸",IYE>օ|і~d8lgvE4pAUXoZ@G@`f`;5`3]TMfd(W >= G3 F=9 yNy e؉`=dO;vD[*g(o]eojtZnè_LaC?9r)8 )!$4sF8"Y䜬TvkB `7,UVՑ{*|u0 y<5fGlg(]i6Î 9[HV,4iCI8x͔;vC2id$=a,j:tpKv:߆zo]Mi(,+W;hIAQYЮs:\ʩ+V@"1J :.B5zA ~pb=}hCd1d:3GǓWl8s{}o33+ # l^Ng@m C`?RoVCCsXs KLa3\DŽJT5$zvK&d w_M ȓD4tϑA? ZR-m&m>dj|$&x0ҮRYSrf?,mȵ> aI).B䒯)Jf:咱neILg?OKJZ=^c0S*46*%fM p K&\V[$vFa7~Mt!"~C ]r,gĂ)w%76GN6^f7<@b 6}؀jue+nnMe- eKx&P%יc7A2OHF)4nɂqB~q v])` i?jlD>s0oƽ4tyAJ`GوUSfl:dّ8Sc`\<6,Ku-4FҶa%BfPAf7P0}Q-’UѹA'F:ڸڞ뷘懳x$sESHXdȀmz46f%ѲIܯu唊;t7 + /-uf`jMT];v=M]f<2l/9E^eA{#3"ی wEQF;][썲#3CeI:[ ᐢ/hw;'pPRgsἹR1|f9#W6ġz(Bv;XWP̷;l$>_037 ps`: ktDzu}pL0NSCc[&|Je0(Փ o[K+G DBhcUR9]ә=Dg5R`NV 峭gA)4,-NE! È?zrw^`n3 M}t:\$l, +3hg:& )7]r>~ACWު_oyYty<bh`/t jėvWU$OR/3~7ҊsJ0p|8ǝ.fn}uxċNмםĩhJRn#wWg}Ђ/c7Z#`(mY؟M;$Y_ iAf/P\vdI"x;#x6~T7)IO g X -*c>(1o.l%EB)2+eDzUpZ2Fa`[ j)"4fCʿwucc%g֍%㇧b\'5ǘ#':e;C?[zUX^),g^ 3;XmMdJXKbET;%.9jsGIm DJ)M)lFS xFs4/Eʂh~/·y0>tg%CB) j;;!^.We;6C6+8DZ^/ 7K )AoPAx,+|u+gBu7-e1K#`ɚgN*}-`/OVUs1m 4*//yh3|En +e|opu&ƒatFV?B?cPxkN8'Mm,:bT61YԐ^|r$<)Bҽ).m W9'ylc6?Rg#FS@} #}./xqkeU>@NB?"qۿ(Ag`6RX?5~tYE1:+lA.`4(p"ʝjD _&!D}Bv#8bԃHdӝ^gt$qwYPl#ۇA̚\PG$l4Kb<.ZY!cL˝|?qmR`J3Qǝ?g! \T,k5{N%8!n/*p@9M|,I M9ۗ̒XFowP\ijNj yM¦t@ 3s{טC.X,J'vv6TUX*><iۓJ<^-rWw$ADi"8v-"MoG' ت_A2}Z d+N6:c-';w}!w8IxuE MmG7ÐC\"iXtu1U";pIД?VLM{ѡZ"ݎJzhu|w(}& eASN'գ&pu`/%O Ŷ,vvJ`tI8_~֐L!*Ͷ$KuQ5Pdǖv v_Ԯ:,LXgbsALk .5SXv;]K&7EeJNH9Ovqk U{\zѽqzT `= b^b3Yw/$9-wl3FTݛjbnl@W d~igڄo >  T,訍eI?Ħ62xgL[Y 7*%̣s2/MGJjy`%G=%啉J@_ Eȗȳt"WiNm΁$j`z{ gg_.jK: Rxk0m*z`n]D$0 ox\.~pZOC O;sx_kJ¼e`. &ö{@j ("91|rs `"l'5mr[R&g}'qq~&IAgM3_{ 5 qFvKj/2՗ /+AQ蚒Hf1MHlr&kv~%&W'Q19*|*LԑU4RItP 3>IY!:g8& Àre _s?COxvYy.v&ivD1)]Ur%WyEO)aghމa`p Y@*xS5z74'G~Rq!X☥eBN VC'U?]TTjSnhp(L/["Jc4#*UM"de>PT c0p{OCA$$y=sU@ȐGXfO p%}>#7T_E;6''A5-`m ?@~% |[Sc xͼgqƾ,xlNrf: >‬heݕ>Gt+eѢ 求uh(w>}TLxT/g:j{[(s0*'`(hU PS]B.Qro/T`e#pNi1MpifyB]+$/t/v{ ^NDMvp1Pl'sk~iG M.]d$(,wr\m0g{]H@^'عg_CٲX0{enrP-/e;j uυ]r3wQ`ZjiQ^{nRpU'Y/H\䃇=>nZN[ I:mc&LR0N lpZZ̸*i&gaO7M^%faVԐܽx~rqw_Ķ]#<wڄ~4#H}b-5vs k9$bq7Q%]IF+a}qIy3{:|(Փ0`3!,݃=M('BtռsLoKw9J5k´#/PkHrIX}=cQ7s,:.&SCkRD t:uw}Н"=]Nro_{rgӔN66: mZ(M1i[yת>I.J$)3A9ZtyFNhxߧ?/9m$ Jb"ҒSRcEc3G-ӳ,&YYM|oLV׼}Hepa0^S@Hk&}o0y[^ϻ?I[=4Ck;@.1Gs&lXVyeC xv)#7MfRmB;%a7ݐonԋ(nܴFnTD QX;hxnNbqtdY{^ ~ac-b?ξY5 tٹT”}w8Q[>bgFŪ#d1W,(_ԟ`N7*`Fz져,]b݊2WӡTKY@jyJ8?{ `[" vۭ%h_,Eҵ嵁M\P֍ԣD. EL8ǎ@HwHħY,rno 9.'r_IGyʡ㕐F%R(f _l̠Hwh3:U׆igm1 WJ :N묻DG rl$5_6jXLb LQ {H2ZUҶNG1W9=wB{o*@yS}jϢp܅3ZP2#I軸j L[BaƠ"&ĝyI+D7%L9:2A|%hx? @hYEzBҮMY;KTX"ߑ>qȌ4/cX =%tZ\"F 0_*O5k]" vx/^GB>"I\~.Sb+?U6f;ra#Ә7+>^y{+]i|T% ϳKrqj0-Ut4<)}Ȓj!X8~븱NKwS*W e.s6WF/p2n8YRx)s~DX('s6{W"1/5@ Z4D @9Cjeg9!VKߤcP5;nή3NA,Pf9 HcL>hp ;v;ә>tuhB;Xsajt+s  Շ<ؤN4׏`ri&EZVBIՋrN|^EY.qPR h$ _ijWD-QXnݰ?2Uv>;ssQ4QӕQ֟s23)Ϡ@"2փD<ԏN-f gVV{&ԛ + 7di8 ,be3#`eqM+"f\~4KV"SmS8ulvO\1F_LO9^UzMj+NJ+L [% qsYYo-q2p׍p#1-j Ӌn)47oz<?mȮrA_?b9]VeUrIIY9lW9mQ 1 m!o?¶3 cDdVu]x <#1O}v& nF>W3o=tJKvpt G kr%-_cxKUZ۴(;]A BRh\c+=vʼ~L~F̬U6]awM-i闠fݭEW)n,Y?G uH3^}Lmm\+4L5 m u1[ix8̛̋0~%0' HdF'[s3.cFc2%v yYԥJEDH2hq:Gm=8sysVeԗUU,ZaYIdf)qPUcy/ٛO񦥯پM:{qWmje/$G+nH7?O =N4*6II|3\l&bيr@-#ȋZ%RncL#t%*ˌ#,Phisoƌǜnn6P-:ǧw_>׵\88nss 1=$ Sy0,I ɠH5TH5le~KSNz7Oʋͅd&-ZE_IL+Ȯ_Ffi1RJd|5n 2(}}()ws"dr4Us 9Ȧ6lH8--T+2L75.2iB0M2aZe˜dLѷ֯[20i3ǦKl+QsxCoNgs)&-1d1`-\dA}Eg% øUػ'wBm,*B\/ɋI(AQΓVް| EYU.3dk0Iy}O'g*> ;P$תl Zu~F#le_{U2ٽ0Dij+)w-6^L)N1w`%tI̞DMΊCޫx+l)[OkoOnabSL@-M]K#vw`={Ψ/י1(mngkS8M^&#VGUA- G6OGy?gZAKZqab~`8IU vMK`5!Vs'lQ6J@q4`'%!dxBkυ<9mqS(_13S311unMjpgӗ2]mO*MYIH~$it`.Kʴ d"G1X,ƿS .([h=ݓ6IkIʋ֬LZT쵼~G̏52 "@_]t˃gỤqF  VkghSzeTC j'`/_x _MD*THoC6cSud {GsrLp'Zt:?\ T8Nv L=6o;K>/[Ɨtvރ 6.[+O XEA|Jzdz6J1:,Zb #e@J@o+:?!VR>܊Q6 ٢q"p(2VZ"J8 s !*`?~Y+fQ-Ҥ&pEQ'4 =[L]B[q I@Vi5PmW U۾%xKcrû2O݇E:^:=+ ߆GI9x~kKokuXF-pLГa(&+M ay/'b7}O`Ami$!"K@,=XD~;BBg] Q^1 L3o[=`KV,={ hw~V,)OϗLze{y ZI͘aMR2Z}P]:nߋ84^'ÐVpP%dm3,6i('/Cӟ "-kU)V߰wo,ǑgpA4iL'w\yrs] _Q!22Ou`Ks~ҝzGg M {bT^_1Y=_goavL߷ftoQJ gvR}9tm)h̞K HJԩ >KP9aL-n4`zpp~;z,JQ8Gp|ބTC8 /Y>:]W/:g5Ӛ/ 8y5bALwJorq r6*K&rĊc',`e(:tk_EjKٖ&[3} s}|G/xKM>"=i|y9FCCty|#aJ:=yWZ,9`-+0h4rO x'M}C>V"櫏8%߉1}j19Px2D\ٯW&(1 Bw20wtRSBvR]}RaĶXSJy37Sã;*ǭK %"c9&{ٳ__:<^Shf;XϢ&϶}:'z1Ģ$t#S*,DۃIKxٜWE|]^ﺱxP {GÊ2b@ "20-Yg,뷇)o=b#44jvԮ#!\‘$͈R.cL\ =gDƊP-mKoX2QL L[d?R5(Ba= _v;Cp#jed Ȧ#X,^ߥM>c l.NXeS*/]4UMKփe ?'!۠:goeR^fAKr>n7ekf6BUkwEdzqRůtRNE 21U|=ssB@2V ]9 TmC ,$Y}0|Fd.fͶY53X{3H}Z azBUP\n 'xL-=J_zʳ \[]0~'HuW i6G˶俐k=[LJ~X)7Q~MdFp3BHKro= {ե"Qɟ~ދpU:#ˁSDy/CYoޒ9wBoSJM0Rw6"t peIPݨ /$N7l&))ȠycD9Z#HZOڔ\eՎ݁WJVg5,RXr7X,\8:.F}Z()DBm#!Ph$IBDp*u%m%g I{sCOƦ.7w?"2g{k>j5baF!2VN7܂g6 2χ  tAeN3y7F])[̶R5#m(V{$óMTt ŏ+58:%ȿ4Kj.a 2,NLe$B) ސg?Okxk- wHoNLujNP#+`o8 K }5$b3@ G9 nb]' (\7aJƽ )3\HyDN G3*9D@GRMi>[V8OQZ6M_( TW(8+.èD& CCF>(mo-}g_3̜g*D&I=ef<UBlbl< 3cdAK1xL,WʵB\]F+"ЖOԎdAax;qJ3}'4;(1cez,~W2pCdo.ؙm ޖP@ҏ٠SYs<Y @OSk& hpu2!YlgdzS*"<#C8 - "56E-;O9Tx|$즧!l*Đ t}6qI]8>7IJ{TFR:,F=;<8eM>/-ɉa5٥𭘒34(iዟӹt~OtdMw^35OnF~Hq'00YOΐXJ^:G e/<xű2LvydY sZLpd3!t[jòfuKjo{(:LX m.ϼ `#7bR?]c}f&xC6Ou<1ϸۅ%'a*V~qᠸ~a "mRs&syiLR=^;߂]1lº3VD+f/ǾUB-݀q_iCr߅5*m73{kþZ6 V!rGYd4ӎCZh㻊 m5ڪ9@M{bc 1}lnn8bG`MOf8rO?drD||Puس%t!& 6N6w*R`0Jˉ? pC_%Q4!>eDuB?@+/^O|+|*9e?XCC+)gZڈWAJUfM'r.KO.&ZKH5?ԊrJ|lI29օDZgtSES@u$yX `rp(7_b|7n$F|R$}Gy;tmX9Y=Z7㌎fЗ&]yHpzO ^>F̈y"" v؃}۔{/ H>P~G2Z */4.Q'=?uc@ADY)=N9hE?VX+ =鉶ܻhܕn+вrWYq-}{S4 1a&eI\Qs%TqRe '-aJ3ޙF`{ 䎿'0Zz1g:lK /3|KWlѝG\Ϭ@wT\*犈c^Kv#yQq0-IP< yGʳHЭ~ w__D;uF빞SnJj˷cv h{bNΕUib'QcdL.FnRA9Lf /ò#c4S㺥GKMn̻-eӽ[CO}XLe,{[y5@A%px,=0)3JpXd aɧ's{9b%Ha*[iۉDB@)]XH1#} OlA03s#dab/[N.uaɐU VŽ{cQ6Ju]nj'&8mzV)1?[ܭ3D!N/2וU8_@jr8ޮ_rC'G 6gJ\44M/=7Ug5F;TʛiRDY\ "j>FlF(jFXb8+a /(9?)A5UXۑ '3OXHm{q=&O{$X6 T:*^:))Z}_$'t5^7jT^a XAi2Ev+;_"f@8>7 K+BSXw[_+0ō%vj;o$խ?j+zy i9-hlHI vi]mߐ+ȴցD҉+%b@Gai dO"bvkݼaqXo+ Rpא!Y8 ؞u׺>QA]ײYs/a) p S(Eo3 Yh^y@Zf!ՙzӴCc.GO %V԰fr[rA3QgM5(:K@և$-LA}eaTLߜiM< Pmܼ2V=+zWIQߨ_n %e/Քn?.'KX,{-m_,ϔEDeǥy䶴&pKxw1yT5® կC P4  5+oyz|x0f̵R?ܖty%t2!b 07_6; d+O~8|X Sٵ8.w)4aaBU8]W$kZZGfFH`zCctFYBw[`nA oO`f{hy0B61X07sՎ "иR.+]kN=&ю 㲕;z쪖ss%Fqq:$CM0Si !x2_)RAQ=d4ewgo,.}w )ZO-&wQUOR?hRn6w(9gQg7M_'D~$,q9WeU+vj, l@9GyGsZgElCH 5؟xƎYNjC㰆f)yo:ݕةQov3Z xj?L,&VVQwm6̠ƲY\Me`fY&0iYYBswÅ' gPfĴS΢:;s<^?Ri' /*RU.{B"sQV<$wۀv, %(ٞ`QqR0),Pe\al!u`^̰Ծ5{#ͬ 1;x2tOsrc{*OljUNnOY@ʄk+9JEb[J g`K4(u'Gq.%I v-}`;8y6up}1zmbzZndwPvDN@D@}U2V̏p?>FKYǦš6z:k:뤁vtNm>ZK|`Q#ϣѤZUs]3U:"_1|ע/, 0Ev+eH\]J^<땔PnP-_;W)mZ#w51oz!o8Gzrcp1{*wEsw`كTa-_-DvVzer07G72|wǞ" 1BR{&yZ\ ޞAGQGƞo2`(Oz.onVU+Fqr5̵Qh. 8yx.⊌O0x[IEd@ sV}]G$`%IWA"x|՗".+qHF}p{(X ^94 SgLe}`bwKHs8z[6o,7+^2 "08 eyDb}۪'9U"q(;1oչ8E |fX^ԉ-Cb2;xm_ Yޢ ʄ& leZ+q:x: y)X\*ƳxMَ凙VrLAvv2+M(:@+“),yJkf,CQ`(}* &֤:J+> KNqhsQ$rύnzR›υjgC(g51R7ݟ/-E]t|wT)Ipb>i0{ )o(s^֍ \B5=WSq0|J,Əʧr%t3Ί""yĐӈc{tvQl!G+~<&FW΁ ǁQ)YaF[$j.cBăҖ2.A/ 2n We "cAFfҨHbS~ޙ7cڿjc71K=m}ĞDhQ[j\5#[U8^6D.3̞ g63`>Yes q.owwDaXg >WآR\L-9x\(-6c6{dC;@-:xB`=((}j~ruMZ4hc yk ˕(q_yY:.tsՉBR> o9hCS;~:B5 yB/$k\Ziu0AMoH*yO0&[ռ?~_4&,j% 1uW`=%Y޶Zȍ7n&jMw>&-@>^/ ^3I{v.ڝJׁۨT-? bvCV[yC׀HzۤiX9 f/lQfvU<sBYzcI|YHky\ӣ5VL\t~y|N-C\m{ s4`J6B[exRPl~4"-G͹qɄkJmθ'o~n^Uf;y!Q6{p3B>y)wk9)fjߺGeq㹎!(O4+_frn3ˢLHlBZʠ0bv|S)g|^Gx0s#$wlQ}"!Pr `XUˎg^70^Pa,L@7܄eZMJYl]FO`W_C&2(t7- nܖwgCBv@G!t_7Igrq nWF4jx{`qSD 8zΡ,KBVrd+ IJX,rE?'BuzpK#6U 'yK¸JsCA>J8pMSV$ߌ ,E=ǚś) PM-0eOؽ?*ͱ?Vڸp65<EB<rfdYULF\Rl¶q#%-]3dΟZٮ d/w^PFma^I|4 =|9 ?3$/8|r򽕙I]˰SqF ;R% н 0 ʴzmy4֢SxSR J( riGU Ѿ} p e5~ 9LlEMY(t !sca:sj] 9 bhbDUE9px[gdKêqxQiK q%7}2[C= .d~6FM\5L 9^:pL #qۯz{.(9`nD_- s62'r~<51ߩ'UaO3W:_: ooc* ,@cZ>)HM[~Mrɰ$F /* FH9i߫$)Ls1ț:8ُUI?JI}R.hvp|~^QY MPZEs*p`Us5 *AL/}Yrޅ*u rFLyĐaFB:$TW'EWjB3UJzzYViQ4z&HYC|].\7'@/7p6 g% s%fP$BeC&W_ *EF+TwBTO8(ȰvMfvBf7T" Q<`iFM7f\zcGpkٶ7 &6PYMNuݣua ݘ վhJ9EARpaJګӈuؔ{!&>֚7YL$a;m"d\'%^(=ʖ.Io[#jg=$%us$ Kkīy4{ ^2Rz.w"q"8Ko-p Vɱ(W攼iDIy1-ߘmbFpFmVxn ?dK!I0lw9f8X.,\=^gv|ϰ#rkSč7,F;]Y<'6]F*J{#pr[К# G_匀S_ǘ2E ])%{5T?mWp{>rtR6c @Ol+)}SόY<{w|MLIolmWldF}($FX8ؤg 2^ӶN1Aa*O|v;{{LGB,L7tsL$7 .:'5jAqQG +Qr :q^ ٓΜ($0AZ6ο/˜} V]/:&ނ% o !iȸQE+]!6PøvfAbu!ȩ}g;;u ^upmۍF <_tV_ ApY6 }sۛIrH.o_)L+>lAQI"xzNNEMu!](ķT HdR4\Oф~wLӯDaz|Ey&g3Q= ^ěyQ..ҹD[v|bSlVH iGG|>K5ӡ{ѥqNwp 69۷NŞo |ټvoĥ p0Tk3 9}=y#c% "Y@E;)ƽ?b|zhi杀,x: ¶r&me*qL-ݧ-7w1"]7OҔ cMpz [Clʚ:q_RDxsj/>SWl&|Eͤ~X5aFC{'k{?? >lܐ :kP\Kx%_ax5apfm0ѧ~*Χ,ѧ##bp76c]iڦ|;\&QFs4\|,{*2 <λ=tYR)̓2sɶCƈ@xuanpT@e`cί0Ex ps}DqX#D.X{D^fMݤU2W* ԓPQKbu=\|{B't54ba1P[=0WuWbiZ&\DR7wbWLo6^uSI Yn7"|L݅#yOh\M9&}( D{ Jρg@Leg]wA%jK.~]!̬Ō۝ 5й\B9=Wj{]l zwnYH`~xP`SPJ!f uP_b܍EAaE K$2u? c %r)a.aa'T6cKe}xMuwk_=9b2P˱nC7kam]q:;=Kݚ8IRA(@w8ڃ_Ɏ3ȅj6}i41_'f`Ҟ7m+Ewlz B:BlXLQ&]rGZxoր]} Zo!TM V g:\y/IFӨK` Z8 DQ?V>Mq_ cDO}VFjx=DE<\ip.1 t(_n7c)%P ČCuq`rmgO,}6)YqxS`!2'ܺ4qu~C IEi1q4Zqc6D^=}c@ց3~:EƕtUPc~-&*b*W%pcp]Hz"h0odݼ ]NDEܨpjJI6f){UqѺ k{ց{uPMɂ u8הSX!>f~*VY yM҇+cmi!禝byx>vN"g[`kY9*)q8u&G4ܕM06~b]3.4*Xu2wl1l}cNK k1=nzKm| w7&VjGA1r4#jtzHR#wm钻ofg[_o|*6VIМLVV+}.z b+ 8qR*LAep,/% ;*l\jNLVz"qj&T}(l fZ/븥1 0?n$12M'] mjUEIRyvC'UL]? ljə{Ef3GaLICC঻&eC 5Z-1[D@:Df\ȘG{UM'5ɟHq? 'Q3Wgii*Gu#q OxErz*~b+\TnI0dF kHMX(ņWyɬﴘ۠C Վi+|m-Fݥr )8:D|K!䤐`:!v1ºEؑtc+44NHMz8$=}tM}>53_,qa _ƿn();zO-mB}B&D|,׼%1ѤM.d:JJyuuixg(N1A:B8 CxL#g$9L!WAID%atwe~R6 +?wq'"h ;=)"P` .Z9<{4t| y+D:RIFbVϢ_;(imit][iffT8[XTbFI*5OV;LǷH6Lв~N֠dzhx|Z{Xq3yXSbfA0 hl-!ƒ)1Qٰ >_MKC !GQ|Pr4cb!spxBJL~MO.'T~+g!3M CVwPMc19UuK@CU=.Kvc4,B̓cx,;ʭaosCwz}8_w9WvT^b\l4hVA|Rվ 7u86Ŗҹhn|$aӾ yӒꭨsQlop[\|w.uv[n۔hY*P5dhy7<EX,#Ӈ{\6B J1Gi?d"  >YI3{cɄjA |Zf+uvE{N.#5+URjG{7ۏ*&lhcE&ˣٞx^8J.#Ё$KTUGڣltÜU Œ;[݁]B\`!sRnecT؈4Ƀ[w.ʒ (0&Ma:a~PՙCGΜ!$H5ޢ&b\++BV^>t$E߿uѱJf2wߎ0FL(1A%'T\P@2a)'ߜ#~v/ZwTRʙXש wVs.| Oׅu 9T[퐦%b#xPW?P\DVg pC29q3^t:0ʾtSJ%YEuޖ!~@<~zL:D=beYhGTPl&$.}(BװL:b'!S0XfuʨtX~pA׿a/>d]@A(GƭfpV-vĵY$v1MfX5Lx j͑ťsVg<9"F<-[溬 Œ:dx%,\Lc|v읹|ićfX2\u\Df^Spe"RLjNfQ gN^pQ9OEshLqme~eQ) #Xw5'|84WYiߙw1Lz^C qzqgr."+UbIԖXo؟: n|8/@%\3gqQ.Gr#J&CHQӒg|& ^=3 J;%ȅ0Ôf!:s3TY ggJ9el@~d9nY^Se;yZbZ_ȉ ܈H-]Y|4;`N.I7tH@H|r%4[,;fxA90M_4ΆsEcd&y&M9~ ')#j7@Zv &5q.ИK) l0ϡhdeh̬z WDZDFtvfyiY5Qq_G [ȸJBm\EC26\*q]RJ]L)|@:Y,< kK& o0}bdM`^W]sYQl1!,w4?s/,),H#;ޒ|v-XC 枏4E5T}xo;{/ pG%ZJpVapŅPoJ=uQrsh*"U#HS8F!|x [ jG9)ECWI:dNxWx8h-D*HÚ3 09iƆng*2ؕo:UP’"mh. k #eqH!#D3DcԤhb%T\lfY{;HZ[2":1T2SMqXhuڭmRp.2hv_)N2tHX'd2dǢ^%t^%JQovYn*6B#aE^,*ҋ%r\ЅIC!;Y,bkO+rQ Aٜ qz5]~jL X?iB!r L)qN` e'9}+t3AFٝ(V]%s3#X@ Bo꼡DԪITm`\R;Fjs†VU3-YdZT.d )/l+/]JG%S$ZCĉdž]{iA1ϙeFF}xB3\ )Q&sFؠoe_*4Mo|3-/xuTG܌Iہ-җu"pO+uq(*.@ly5VUy. TM2oy¥+QnD]C疷>+fq^Oc*63Į7U 3,V{ VfN(Uzx7c&C )JTN9:uY>SGbHvh@<ʫbKnL00+/'e8+W?rz^f)d _ؒ߳A-/$$ҟVT}Ô⃢ IȀKzW[)|rCEՄ(R::3ףvr >K<a`t,U/49?cd/Q~5HTr˯;es{.e?bc^uTd ̵sn 7y,œPl]D1aVvI.WQT@(۟_.?@J"@xXlZ͌]c4ׂfrBcҲYŘUg=3(T.tEF_?]~`jQkQ->)2)>N蒢0Z?n RU.0TYJ[YO}n`倝0 Zص΢⋕3M:AC 8 h*зK_; Z̕mlxmOФȆ XDO`OCq/>;V~Sns "N;}QlTˁIu*&ʰXUNGܡ`vt vc?;zđ˿5- ~F~6%o.;tmWD0s_d`2*,B,,ǧyuQ_PBhky=k'jL׫fH\w^IDM&Usf/0sZt ; }"Qc^Boaw.9bA3VLpd/N.~ԝuQHؾsuI~T;k4PQZ=_Z#Ā_*WێՉD~ ]F>@]C3;jL]VE<C3(ܸ]z22a1> 9%bFz;ve9FxjvekNI|Bc~=Yxth/{; WU0*U#UJ՞b΍'x"5!DH6/;`h;U:R!*ԏ Zxx;r{\!?OwDkcKI 7°AzX8}*bd#dw1r7F(6ؾ㌴0(c"40]s&1yʞPaXMW)SV uC |Di zm|iEj$u] ˊ؃Z{nM \dx~fz/:s\XeBS\bҡN r[n;GjT1UC{hξP8+pI1O#J_t\Gؘށs Eo(W=b(+o[7*'aZUOMQ5I|(nl-(fE7xRЁ)r w ĻJoqP1{bT?HN O8 ;>$v:HIaZs4pT̞0-$9guICZˬ΢}%SvRa'S;t 3(:\43pǀ!i/8u ӯ2N`2;.R+T:)xP;[]R B H6u7DAd99"_'ꎳuX];GDo{_zn F9=p-WC>a(I0/գ!ݷ3ji ʪh# 'd>%)x\tm~AF75cFc08]y&Щ8&ys\Bfc)œ, i45@ @ݧEgs 40T\~@ V'ݮI B4oտvȱ &ʤ/fJng+0dd7‚sW)%itAA8]k5&d|Om[^< )IjDN!3Su%=1)C*]xԽ&(5Z,ryVXgnv5L]4]JPs~k -B&AWO|\%8 ֹVjбiLw L_$8?) ӏwKy=Jj2Ĉ9<1Uݎ0rB}YgpX)ìnEfIQ}gn9Y]BŠmJZx:gĀ@{GԹwK%au7wIB7%4fIzINS޾k5hx51'pZKWM M _i\CǦ x.St8QwO®d?k<=1"f̜z9VȜZ1dG:BP+%4nStd # L`\<qBvqjX3pqؖ찎h-2f\fb{IW00b$"E$\ج=ujߢaf0Hܡ9Gck2* Hd75LSad]6vkq)pqDcov#k*V -l+Ǖ>2ݗFamw4zc1ےeh߂7j(>]@44E2ћ/ O槰?Z\8vkzT̐iIĝ#/: %t~y} tX8ɀ\Ć}N\'W/OMpyV;nȀj]f^"Ul6R_u.aM~iJnkeD68<Cq=%k40Ǣz#S;^SꜲ~vj*a0td7iJ#TfKƪECʵ^k9gAC_#Õc<6_}d&gWI݄0}Tw2{MR}#qaD*x=af"ȑT\.MDvb{ Kvrⷐ`baDpcޱ ?΂ r}Oc̦im9!zD8GC9F pOہ3i}F.h1 [ذ:ڡk_}6RV.&o=?= na\Y8YREӹlo,p K~_q$TlƎۤ*h9cn# pȉ2'e kέ/pbk} 5bǢ\c?+Iʲ"T=Zo,MeG'vc0L\OﱟQNX<$ć&M[Ww5mJVm]lc6SM*1U$ pw?VYAy lp-z3mԚ(h~ ԙQL+/n [!1(ֈuWx^2am 1IcLa.c%aa̠{KܢXy< /;yfqJ8;PC!U]MnrW )RAԲXiw82$P@.EO/Ia"p;,PF jE%훉j֋3;Fj,eY ɴC_sj3y]6y!,T+9 mfG<;9A'Y!Mz|Vc-o+j42ԟo9KYV&7eJPOʼ>O1:kPҎW<-}0.-*Amѡ3b|ej1=P-UP&C+/^uĶ @mH$Z8$tw`P^de i!]rOM:#0c,F\H]hzBM?Y j"[]YX=': Eׇ(2D^e٥Ag޼6/d> |.F bZgz'#CJmfȯ0`ۻL.l'=̴qE.͌)VbS<_hBl|qɒUwWxԱk_|!׻drϿ_8&cG91ڢ;hydn-?v :ͩp:x:# 8 ki2ذimZYoGfPGҔO_v(nO;ѿē5\|VrWt-/"VtY|L#烡=ǮRZ^vy)a3oxܡCj ޔw{Cv~0 AY*uPHL ^V#,)$P^}[ pV3FįG (Q~l #Z'%4`e*? vN_nTH\[yX0לD3B/%\ X+lU>d#Gj3W˖g/U2fH|+qLv:E#:jEl*tv(7+5 lP0! ]&Kp`ήb<%:Gea9w䯾Z U.hil,]&]y^1X3\!OB.c p2 swZi[m~}&xc)cEYqü&ߵ`TfݕV/eLlqJob@0{hXƲT'sx߿Mu7x/_duh4.$£les Z;ՙnHŚ͠{;#@!--P2]z:ES َR˓t:ד͊!٢Y"\I_~u>#QRLjr^)hh ͣT&_b"^@!fjR gEʶɷ?Vjy4k@ꈵ*,R2AoB$s?Ry14#!6drҿU@b)"zh(oRd՜|:'AՈEKє^O2RSQ8?Օ-:p/ ITk/BTr[B:9y1gfN]c.@V HŻv^rǭτrӰT b?xC/Ԅ"u.R-J:Ѕ@j$:AMFHAӄsj'4ܮ5*jQ&Nf 2{fe0-+ͷB3]8}(H59VGmmX ngzo dFY{뙦'ˠ(n ]`Un(r=}^8Hٜ>/iD/;D63v7Kd5M?aaR(|m?l%FXy\KB#+1MŇ"&#AvDlL0b+Bf{aH.%twt57h Ķ:kr!Hh -BdXjʟF{v3yPFO_55vRLג?|< 9E&,M#}zdP&obR aKZe53[AQUG}PʔA3}saa*^q6Ff,9+U\E@>6ƃ@//w %bouwDQ+r2S,MXD?8u64u:}Ylχ_,SAuG6#-SGL㫪}e*_~Sq4X+r.?A A`q]`'PBOE;?=ZV:O5Ljl=ePR&_iu'?]+];,p6Ng#<URYE-< 7ᣨo&+֐S!:R sN*k0k&7Jwe D _^ K>AQc5zWԪ"Z^}DD:1'cW_ri)f^<ƛ;_rJU[.lY 0+d'[`p0qt$T; &[\Rb6Te=E~~&S/Xy#;Q 5R00 5N2r-Q q>.1`!ݹHq䔖Q А?Wp*r'I"0T 6RAQe߆zsQXD|'5ʬ@S j8|ܪ [qa<:an'\. nMdoM@('֭M-x4H+Eb4]hSxsRmi<'–T|б낱i&ًryG,UI`欪Ñ)7 E|*1%/ջ Tv<ıdX{nIeN05J3pU7ixn6T4R&8ы־?){AtH$%e:psKK4rRKlBO47K kw lѦD5N`_kڈjFMV.qOQGY͓+7bFl*p|"֯6q8`)=q,_nKr"&@XD'0K;zvDD%x(Z7 ,iy h7 wf`$g>9YѣuPKlkWAWz%)M4` ;0R 9hqIN3n_?x @'TۧVM\ ߩ)O1=˰T;txQ(É7U+V6(<,"ke8ƫy l|(a #udgNHKfd99N Ziu{GO&IUg\="#1pep& jG-ղK6E_r _}:7ubwo$AtP~AG@Km;YΎզQv}}vCO f6k3Ӄp~WLS3f"%Ew}2R{KH y!yoDԈE ;5>Y \?eLKY DK&.o<V%Bu 'wKSRe2sYƍ?)d":DZY4rh6Jgb_:& gJHC'3diF!xoƦhQR,i:`&)T鄩,3əPE cf!xhnuzu 7ηK_|sZXHzŸ6^I؆?ubDokmKr/@M -8;\I?`pGK%55:݃߄ XWvmSA%г'yfg|Q#1(Z]YxO,^dn%LvVFu°2_Fs2@V*EqWaeoyv71zɍ9Jy:8*K [qaГt1D=u yym],QHc̸s텐t՗ri{+GA55;YJ'әZ sj;<@'ȇihguI7(񾡙;76=.4913n%>MNqg~1c3䷇3BmfugOsVAXt-X~.:{qqPXfڻM; ΅eQǴ6Y p:.à ^1!n~PإD?.ww}D"+7 x|E&! o yvc@N9C|xK-t|(d@ X>iib((٭-MI.fG'IkWF|ڵ ݆#,VH5]tf+|:P{I-"|t9wC }WAk`̃NxM01*tTnռ)7Lѳ;_|tM{Qw/l`v%Wg]fļ>B|vFdtRg?fn=0C_jnV3:f)2\8FYyԏ[}1c`j)I$6Q΋D/0R/NqlT-Do.7灎-/WF*Zbρjn{u ͅo|ZNY3WJ-1jw]x-7]Œ$ f8 E36| JsÚM7쏯"k/_uHimDpt( eȚZKlRt->;ޫcU/3=(o!NA"H07@`U]?źKʅȰb!_#m{ɿ2k0K];L)zj")B$QFbܶ?"}@jCL~&C8yS#n.\x%J<=~{h6IʧaU.F|pFUy.ݖ(7/1GΩEXUQ;*ޔ0] qL{ >1?@a5$k>pɪBf.=ǧ2&UͅytF#fKy(Jm|HH*-Y,\ŻRL}MUVq[*w( 滰⊅>Os$h#풉Rri Gȯ)<:x#x96—GsfUT*9\ ;s{hƷZDfԟyH1mʩcP278kb2ZF5B/,&?yH:.)j  I"ؤ%sK &Dq\^z"JhsjY ^kFay+q/ޞ,FQ>?oD*&Jč5S`9$ZSO'YVjHݍV7vEյ<AwtZ~YB|aK$ݎu#BjQLwAƛ (}O@(c/dێ3E #4BrGM?ܕ&e O/4뗂;sze(.GB5RJBRabCL޸;%nX}U}xEbJ$ZF3Z0~nU.BX;nauX y5aNGݑL_Z.ɜ5D;P8Owb`PfE41Љu~.ۅSlV&Ŀj#ۓB@_pȕ#zKY7nC8Rժ5,9ߞlşKN?vVkzO8g UAُЧ Y[W{Hg*G -N,QAs\$W{Ŭ+W|"NW){n& JDUrJGqzcJ\*LU(bŒ~y9'Tkm7wulS=xqD1z@po'L*elaY!̪rJ=:>RINL19>} yR.rGO+$6$}GXʁ/(Zs+ U5ۘF뜏OXT Рk۳A^. &%g13joFq1ÊHqe$ʈ| '?p1B?0"GtJ\&rйٷLUv2|6! mC):^ئ%@<_G/V ҽPBrStYx4W9ȶGɨ}]7iF5gVjW~$w1tY,ok /5"-!j$ZY@z ,j@y@v) Ķ"MHP+WF|^uP>UdzG^MQ%ϲe'mپ4>r@ZѰ$мAiAt6Bjn{1e8_T.J&hZV2Rk0LX']LU!WaN"IfTH^uֆ0ּAT|FW k4FaHxv;mJMpV9َS, ǧ v`ܭẅRg7;1um7)GYK]I`]N! &uQI5/ ;}9:CХlv=.a{k(h;@sۮI { "z'8)lL1mrQn-3c&_7T*k͔6 Qy"wM̐]GZ'L\MBvmWަϫ@QX\D6Z"> exi&=uha'ߪ:92KB- SYo( lyLA;3S5JmT_YPD:m_)C}rr7qR+K!H'?A@9׍NP/Rߥ\tGTItW.'eZ% 1CXWK}QB[jP/efs;pP(d4_DltJp#=>sPlб_YKd]T$nuѾB®nL؇kdr|b͚ip:H:]Q(t3mUIoӐHASܪa.lL]ϛD'¾M7W5QSf[7joh&JdB1ipau'[rԬ޽$Q}L4idyiz5c{m9fe[ɤUr,%BEDR/Ga@)ѸǾǰ$6&g]cdBP})Yhׯmk zV4۰̺}n1qhh 5l&Q{LJ LQ޴j ۶[E<[[/:{_%~yv,ňË mQyulc(m 5=rڍ j#Vin[LZJQq|NtW%vTGh_@/ƌ7Y=f"mK-gLmP䐶x6xE R50D͠&71)bXV3eUOhFgoU.ޤan"*n0gN]XWAt<.!Jh~y~g)֛{y@.eY" f*E5$K[=~B2h6!=50F6Zxݤ~ۧ@c(aI c'pyH!W_EzjM̬'0IHy'h 4+ >qvčgqX ʬw*f~:*@N@p$5 s]LO1;ԃjW@fhdq}mw-K/2-SsԮ>Pu=9dÕ\gגB4H| s-6ѷz6G"JzRYN w!1LһrZ8ZmU!wmk,nV;N>SNK :=N?(P c<X,R"a6р{pJ:}WZ+?qD<޾(L6)wt> R,-k4L|;ijd7N09YZ;t ;Wn6+Qjxn#p0i(1 ٷnVE!c[x/K[x~] :UNfFh ћrf2.r]xœ8ϡ_5ӕȏ)08'#-T{\ g9RUA Hw$.=z")a4AQa2/fYT?C)U@q ~_)ʎ m|/QG1vvpa}J=½ vMfiZo>Bxݐ,F6eUJN QB*Y5koLMcx^?]&t2a+llZ2 '_(s;IVF6փYA+2ۋi|41Z4/ڔDpֿJy hf69=unvŋpT rί~3hsQmT[kVi8 UvI0!y9)Wl~UB{nM1n"+>qzPi?wc51A@)j:pFG@+D﵌ +yd`" Xќ(8!\׫0y5S)Sg4UKr x.f).Xϙ<u 1Qi`l]1s\GҋgrN-3ji"0-8fbUxY !zz,ԻOdWWTt:-4{Mx'Vč _{q__']9#!G'Hי-FJlhp(v#Vgm IÈdBġ,'V5"l\ *e?{ZwY3o b9p'!pǜ'B +)Yל.`G _QCzgpNPc3:RJIZ^^@nA#"_o '&rkGv^e6<+GشqT4K~8U:HӀ:}omt-)&ņެ˟\̲+xxЪ!L-ߜmVgҺS Ϥ{\7h#Idtx ^i}ُ3R;]v*'?LvIe>-\ γtVkMH-nyh!WS,OMdw28~5!fPv7لA[#9./P jBGoagH_^Vmt%]6|:䦌-őQq#eƓBx'd9<ާB Ju/j+TQCV<’&u/Ai[ Z9SVO+aعyU)Zb96;ArPa{V)1I#]> u ֗#xlO:QgߣxHFtXͩpZdJ 45hz0Y?hsFnԺl[ma]tP3f<] \wnxju+4ˉXjǝ71[WP_'az¸|'0 %SkXC,:!4O®LvY_>T6 a/],D.U}8o++9&K뾟/[I|%G/ƨ0,8;z/iz&SI` PfzP]N4chKyov F bN_A !W%r\|86#8[o m>Of19";_a2d6x(1I6Ӛ~^%Qt&9T* PP7.rn}AЬT>^`6bj4pi`IQp," .5fn"%F$[]vw 7x}x{8HƄSHC5Ҙ{J2yj)CRpyk91p5 2+J ta&X8A>/aRWo_9{㼥2g]Iexcj!NC@'t`[0TC"مV"g-%H!XY'1VLȸyc!fk6}3얲E3Y3\` B`ev) nMs%bq>>mĚOj?/n/(vy` q'2,@Y\#OwMqW_-Wx>gVL1@P`>uO7>P='wo1ݛS% Oj}j}EY }k:5Y#L>nrF!s*u1m@~=Bc%H UBMM1#2x.t8eVKZ"P%ڶPZ*@bT6ŮJ5;Q > ±uUzk$*y_> FC;ʇL6C\ӿ^:E$[<5!;Nznx9 7q:uM̎G1B6<"eυ@ᥡ4k{+c/;۲կDwr YgcA/B ͱ8ȫ1_ϞO+abdq/!F]FQߗkꞅnSsEiÃ^7|eb ~G}N V֨B>aa,ƙmw3 .3cg_d82u/y1:ϗtZ[=ߘY^ 8)FVkmslo ;fK6]LJh%>IH#hj|䞃iV*4WiP9!ƎX"Pð~߄|?)X.3]XԶ@ fF#`z VuiJp0XGMJ: 5[uPrXͬoL=1j|/kn.ɡ0ϣu!LE>}/1P`c%f.+9ΨP.UH? &v5!kq"U.W<,r-?A HY91Q y3` 8niFp i:3Abz4"UIWো$|ck58T{9h8a*K?H ,Scp]D`TA"i >63 +vO`aǏf[1\ |%vUjuh5=D[9:)|:u>}6″3)1:ŵL7zjϧCi{O7MVir & 8PktF& ma7[1smXҷlbW6)sW(Ew)]-BFcBU.Sr4^Vpl40E:`[pT}?guL[ 54Xk  ͽCJD[!mi,V\'MZ%suf|<+5#UnFW ?;tfTYrHda~4"P)^wQJ[YU'Z̩s`٩*)}1{D x׷kLA#h䤋e*㖠9k%ɝ{X.M~%A3 k 4H0G<%EmcCÊfʼn@~riFvLE[muFTWKkdU:#~Rg%N; 29Ėw1}yކҵ7m8˹Jڀ^@ɐї|VDhKkk\GF.bȨ:z(l{BA 4H|p3&-*hLV6 yޅT\߫ fе38z}vS(i^TS[tRfb *L5DX!^n g\w!V*)Y=Ŗ"w% ({PKAU_#Mo[S̫ŭXbϜ{[Iyfഋm|LW  9IYjN^D P* ?+٘(^[worG;~ /nͺQdPί & Y8n DVr5$|֩ωNwEQU RXCo'C$Oٸx/)A?ejttxV1e/"̍ E6t9tL%LD0e~UrbUUG *Бxp$yr1Fm(ՔlOnLZ*;4*EKQsX[#Hx~>Al)4CXwgSEr=m<3^I'_a  *b縈 wp.;uk *+jv #i욤:Ll/!5[ENÅtzɋ-. /yD׬YM[.-r "$vQ>HQk~O57kj4?gtŋ}JF~ mDM".RAFW:&S4C~ԽCDwO+7W0(eҒ-H3DgC*NdԷЅ+@FWTc@t4bm.mW2%;2 Czu:L^7ϕ6p&g}8 ao)%,5t%GLWP,g**|[oY+\UnA۵mݧ/JMWx?Hܻ+mj|:QuZoSYU;E0%,}/?b<P,nCD8@ _'P90քi JP! 8||ަ6Q/ $7 yr~]Y@ uyNZ;$Trp-D RB$; d{8U.3C2~k&ud" qm\; 7\dbu{YK1`zL>>{CK]Drˆ U!NJpZ3) k~cXH<'شʞIP1ՂhW_aoZd\vG,Joa{ٺ=Sv[Agٌ/yO hm^Q/ҝ]c}xb&VbV."y.RG~ /6)BE)h5ԫ;0ZɇF/5-W- f弌y2s'.[RGf"'<%Ԏj^P]w8 > +^x۬נ#T#-P\M)J?bf|3-YQ2@zvG`C\0TUw9@]"l _Fč%8[} tws]WSJYCe1ocIV#d2 鼡'W#2ŒG&&dc8J \7XU'=%o=mo[Xl$JZ9pB0'1u 䣠#FvWA^k?D ֍]֜5E37f/srZo8c]}$/AVHETLvޞZ(ndDtz.Jk91Ȱ7kis(V{&JUY,ݸy(Ob\vt )r=~C4Xqo, |8mQq"_zY7x^/=ӺINO)A!oYCd@}c8{K̀*]wjK[>H| FR7 2nVp~fYx(cpGIC ڿ$jO'!eZU=RJwq Z[e_]('ad@ N X[8K97n=/ONZ;livz0'ɳh X> Ӎnz=w7o(W/$iMR:S$΀{uܵzKJ*}NiaM/z:{'7n("5VBr9\Hi` i=`R/ Ǹԉi&C{- P3dַ>FrM(ޣ !GQSTVefux_ xӐqoֵhD ѐ_ ^{W9{%\ib8i@%Sc.s8%Xv&\NhLԷL#Ƴ6KxMRWh\Ēee]qPVdlA;(`$ ׶>Q@pĊ < qBZk(Kps($i$δzɇI^k64n~/٭L1뎲n='R->IF))z30lDj%X6oa|zx2Vn!!ړ&! 2fHpB&Miv%L.k'҈:0 ګw7zP-jy|׾ndUQ=N5H QV,oHZfƾIAU6M}QfOɊ}䩖*?Qa9 0+^pȁA /SOUsXVehjj}P9P&̸j $܂aʣJmJ&44@ZiYz;"\ ؚx@hSdI*Vi3 #b KNKM-u$_)벝)w{J& V[&I/@Mi+Qo63i, bF@ l WNOˢGwO5~Gp"Vٯbn{ (Ң]5KwJIfWb-Q6!<='i(=2zĮtsƎeD*#m:?UQ!"l (%{=V3HT,Uz9. Q]R8:ayg!Dņ y l_ktf Gz|E FKXx0K9ЁS :VsTD$p "(V.K7ߐ*X[-i[funD:kK}:s"'og~; "3r+IN*3 u=ي ʟ҂D,f-|p/Jl(ڲ+Ƣfj?d Rx>r* 09i_t Y1n9):x|6XJ8,* C'7kȪ`!E0 2*#zA)h9E/or&RTĄ=Ju)1pr$4U?;-Ls.qv-̗gu 91_5}sl ׶ɼ,FމCN?7k8UyQK7\ƐwRWTBRhچY QwBB&ɽD)Ϊaw9S/eU }_vb:i{uHhu}rH\m-cjP.bxq{Gh쒷 NS~+EI K@-Jnf偧ՀPBӸ)귘~@rwCZޤNoMC7Gkto4)Je>"Qп$zh;xY#hKt*?Z'gyv٢Yal>ANى;*u;Y\ؔگ..*ԮB%?f}nrfNG YNv'@R_fq/+ x,B0'n+<.bw ?^)53Qv,b`>C0'5mJF#7c}!浟O5ȇJgMpޕ]Ql:$,X M\=ZK[6GKSx$cc{V hwU{?;PTo5fN :]%U;DG{8>mփ1͵g@p!VA9 话ǧg m?b!ݧq&HG[)1)wo(x]Lt)@nfJ0ˣrbl ZuOEpP R˯g4d >ȅ E+*@ }Nhf _/z8:4Q}#/ (,g v BKUXHҍq=?4<跭͒#AT"ڢΗE1f&;kDr@xO7G7U}̂ߐ'uJ;ɽ$xBa  BžO|N2]1 W) ]xs&v2P'ۃ[qf"؛S=ocĽo_¨кK1F3Bt7]{q,=F^΀Pv|w^Q#åM }L FM/8X Y/%0j!U,#h#H {Mww7- +L&B>PQ|v@N U ?D5bȈu*7>WQ\Ɓ9 sX2RʕTQm/'f-5lhLiɮ"3%TKI(.n csH>hE~QUR_}JT\QBXGJ{% G#h!8㐐Z+^A `җc cƩ8QM4Zd8zJ"IJ׺!Μw#*EU⻓[1S-Q:x~,XE48JFX=( &ܾ"%urXg]{B}ݾWr_qXtդz/>$"02: yPH\3*肏w=Uz4+-{Ձy'FԷcҁ&^ Gq;JLcO* QClbELFd^& P6 4ݦPV):g X?Fbpi(NjsIЏkgT%eIfSI湹,{GmA[sŰeM|'og % [aMcwp)&:wz&υAbqJ[ECm:I)%cx0hB( %\P).*7DRiWB^ o!@q\rR)H˄g qvO#z.w juKw>w~/}'C?y~ZFH< !7'푥 ;Pw_XޯNb/{g[?&u&,+$/b;){*CO,(KVWl":|SaxzWM'~A+ yM+`<j#,]$#[ٸd'xIE1}I痞UN4չd QjS8a\,7X_'I𜝉 {(ĉwAl)ۋXd49z ??z65j)YL&8hU@5n"?l !|t lnDn}sn6)CQgwS^cSZ! rCa E\ALz`{#MwiK0wm*_SvsM,! !%!ֽ7T^VD9x$lX%5;4s@ dž+$y>6dcqqݗ 1`fj0(!΍g3u!"?KJ6Q㙗,~jo&y'@`n[YXQm,v,(_Wv_K ?=0sD$PZ?0ͨxwM7S!Q:A R h@˺qJ:q%h h7,a btR *agvYy&, N䀣vܨ59eQ^N"_L[9t5W'W%%JM_)[Odɷ̟ve";NѝCdzvWOp1FYD-S9]"h#M ?JtD?H ~+Ԏ<&W!!|ԡ vV8O@ԋ%#t"F4l)d؃draq$!Y3nHU`JFnkPZԔנ\ fo!EGvP3>" >tl1EhQ!ZOmhNJXM!Gsޓ1Cay  05lO*r_xtO}O3Nj]&׾[n%_?UDJJ'k&> KӔ8SeN/S4џOXHwyVsdw{JCsnҾ ߂h<-OEDrN\8ǻ{ώ#fN= j!ڼ :/Z[Pw-V_mVz&RZ.@أ~2!)^4O &pLN$:EwϘ/7Ҿ: CoqZgۈx!!k kZ`3oFHl(Ƹq]Aut"Kui |^iPgaYSҁ:r"@N~,λW6IsC2R憑t0) /.8=!z%htj|&>C *@F`5]ZE h s(sx#ɕ.&v#31i1 ;L \N*B R<ȟòJ}|1;jjZiG [yKd/pĆB!"XU !ř1L fδү(5:/x M0۰7QI@:tǣc+[4jgN`ҝu"}7 E{FEOb-b!IR.gAzIWoٺB6zSC=-p!" ?yF4܀Sq#[M.kqvD֐uÏŒ%*aUEYJJjFB@1 2[J@=:D/zUhރ-dg H"A׿qD"Ղ;񷶮VL~;SV4 }* {/0t`_k?]4"~-{@@. LNm@wͼ=n(ILKtF xV!{Cd,֭d r>s)="5{})eV,s[NEY*o,˙1Y舴;)t:r&|8[gK(G:l# 9:|JP@lu;d=G4N53Mm&TW G* WVxu17+;oR G씀r%YLVsPlXwP%|{(Sz΢ZӬf+=,UأO שe/8d.AĶ(PX O֛ zFQVcPQPg5Mv4)Jłr$! 3Ot`J$+po#."7l |iL,rF9<̜8vfdjLU v2m[NrS "RDL̈́& T$|w(z;?%W^fE8R$IAml Oo 5 r-+ܢ/lYT"adCS*aN38;!"hрyXtK# WOؽg%b[сX?߾ m-_4LU4E7+`y ڃOX(l]yVK,ꖃJP; 8Vqnii+[[l)5 ]a*6DuAðSH obR{{iAdN4|lG=BNx0&5S$-\ `gKq$F8Ҽ圊]'R^O쀲)1 TvBԊ3$dcfD IlF&wg6MEE,leЏ%AG>N5UԄM鑵<&ڥPuPo ij*G*z1r mêARK܍ V?`z'0'OS eqxis.ge3љVEy?}4< : $+Ӌ&sS&K NG%Q& A"%uq(B6R ⇝_?W4GUdC~l]QJ!8R$/Gܮ56$%YTZb?*] J 0zmdF}./&0rʁv ^ !l12/mV5uSݐ惖h(e|}@ˁs/ed*y@vI}L?1iدod*h5tmkW|5y+&u۹rM1 T beGN2g^Vi޾9fYhJ+I͔kiS\f]@Z(3pmH")ܛ R /|z6u\da0Thyx +Z(Hj0_Y^2# Ûc0aĂD;u%SC185kaf(C#dtl#mJ)T#:Rt7[b-Bwx'傌'E$ޟP>sz ^xX[[ Rw˴uރI0U̐vxqnk7},{ꮯMDOtSr֎A8]]MnCi1RL2?wݪß7lqu]zYO<@H$㞄m~d8a2_kC<QǚApk*g29S-8EK^zRWnLZ8ldO}Kߝ-Z-V$ն()ջ1} w3mk19H1w*X7%s"-UG^{4HM*8N?A""37kJ gC ͺ/cJ_` MOU-TQМN"e]$Iym߿`.M YADɎOs€ Y+n?IZNi8KS%>y2d|nåx;aΰ;/ԥua; 0 z(^]ӱBܞ\{i;6dZQChbҒB=AW8 #div418}gpyuwyR7R N5!TFX )q;*Pa@=ޕ4ď $S)>j^\5}Mn+-xVLsB(ԆNn9/ 49Y!XmO)2' hƞi!!s/2Pb"͋9ZZTؘʴIﰒV桔 fWl_;"| 4XųG-lEY۷8/>>FՆH~CK'm==Fҁ-8l٘PkzP-@JIAFU$;8,~TR kf=[WT\2`Qȅ#oPwntv1]vV_p+cDޗ[zzRsac' gFHNx=M<&sO"\ҼraJGw XcwKTdFZugbMtV.{m΍?i<cp)߻o+u}Mlz_.SN6f(`\[W@#]9f6~v5h3'LScŕ-c܆l`Ҹ(ǃ%1" J0 {+hjN֟ "H".]0\tiSKKrkM8*sacG GF?tiTLJ 1t7l[5<̿V_1;1ڬti"zgU_ VRa2~%S =UAF)>Z0 ACDGܡ)6k] Q(R-"9<E;#js&#Uk/PrU:U-у^Y@9qdF~VƉ% YakVQu.[I4/ؗ7(RTl{1^Q$>,Gb3Bwj~|9au%C;JFg|6M|YB] ( ɀ@76M6,h]8`A?I yicd]sA ̳-m& dQڑy8OYa2']౬sDvז1: 4Rr /@p!Ϧ"ЩSHkFM!BWɘI ԫ C(S{S.uo0)P4yʐMiO"~ ws5['iҵ>$`u.3<ܾIK&VŻh9y6hkTRAŗ-E0GQ'˹MtZҤyש|?ُ:"Z9pi|R SDsg;-,a!^!U:-jK>m)D'E|bPk{FmIoɒlbceݟ2tTKV|PҴl^2!,F&ߪU}ftx*],}Op#ϳmܨ-h;NqƇXiGׁA"we^njUCI]-ٜSe@9k3QyF3eU٤,V=3P$%5=%M]y آE;0FN kr?Zœ6HI+圶YEBJYtigjex^"H*̴%OP;<"X JK .KM121 \ :buM P\LϵWFHqnpc6tÒVFaC5vg8 #Ċ] l«Ĝ4:xFaNNu鶕 lN@D E"_ysώτfr&x 1Bn_%j @)>@f tia \U1̶pd~5qv {scP-(JmEtaCrD((B gϏ!n6yYXN&њ"ކ//(P=/`i OVn[htD(ש0K; ,W )[y!x= wh|s- <̤2+ 0]ɶ3g)P tؓGs|Z .XUUNu#dF7Z5i8YiHlIԒ}ȩ7wأbFj q̷-AVL>ػ470L|)8f㩹M#/ 5%:>i<.:v/ţw.'?zQxۻ9!P`eV1ay7=gtrboc@m=u Xjslfץ۸}@$M5pOp^Z(X: 5 s7z{ =y!KA٬ etָ80I d_ t?[69&Z-CrGQ<=V=&")s[;q9%첱։r>g.nVQ}A830#w2}|.ZS5΃?ɪIDuQz:=wDZn8rg+nt:Ą(e6XmhL7H =KE Ddzu|.msby5pA"cۍGzbsXq+N9Lk`PSpF>9c$:V])PS㌢UTjsJbV DОT]Ĭ<še1xOl˔ #1OlLuy +,RU݅=0Nl/-M/=Ub~)uf߫=6_pό._C7j]]= Mthdid z\{'p&X^KbO{U{18bwR",G 4 g0&cЩG&K{=W^Ҥe;'n/|hD_+^LFteTQ꽇_*&8N(WI5!8HU foih=(%qn:&t DS h_Xs=*R8@'fӞb2[U8 V $IW,c&?pGet'#qczW)lꀖX{pMIѴh>cw@}&pN}Ń$m8IvMr7XC! e8*_(xֶ3垉"N01[JuH#!Xe: ^ ȃZ%v /TޔHSuoS߱sSdi؟G22C##wzj9.3?tKd>_kj_ͪ "R-hYyPiUGx} ?E׌#RB*bƻf7;n ͝I^b9ki'Ex"## Nmct'n1|-֮{s|R##J"^tzƒ~z"s#xbd=TT=XPzz絚o$˵<8R^QZ>4Z]LmoMU] ME´7[#)bu*J*B tf?$S镑W?\Me z{~3J5Bx- ]!6ıtp*my6O {zA(챞EfE>7`R2QeB` +v/(qZg}xKȢ +1'$pd*vb?=sM2RN|];>d7*\&ϨHBW/ld^ t}X#n8CĹ v i2 -*Xm C|Eip yDA\}WSe 7 #,TJ\8-?K -}2$]+[Gh"W. cwhb2|ې~ +# Tb@Ӷ*DHN4]iԄH~ =`<ugIJbSF 2X?cx׻uIٮR$AT{[JaOm6(H_V|]F N4q"ч2ϯ]"0~sr*yogk3ju(Hp\ѽ3S y(sq!4F'ut;x[O-{m9-"e,հZCۓoމ!uc3faԀRN`e{{TkxM < NC.dj?C-yGs47o|Y \׎FEUFtg*=oz5)6.$8;x',apBdc5Aj{mv6'<9;&5y7fK>T%1ҸeyكQHe)UW 1ިq؍-v5]%!sU6!,YV 2ѺPުlFXI34j7f[npQtfDB⩜+@5Ta|n0h&{ΔSb;.Ӿ؜ ?fv'4Kz؝I/h]"bxրFt4oGPwp@XxoZxz&Q"E \X97rQ-P"14psۯc$瓜ߢan M-_ֳ'vr6E!3jlCB@P{ݶt֓&8쵣 ~57<_RwћtA>f.`QP0[p5 DPnFQۛgu'ȍ 1 rtHd؆o %2p\UƼs(ĵ[zS>-kŢ;[Gg ^Д#NA^ lFG3I8Z#bGHQSA}3zj~y%6LV'~=J)Վ7g Wk:U4IO%Ǎ+/o 7 Xo0f zE_ف3sZ* $8b^-AxnI8-v3c5>]ɳ~gµO+ [P+]:u2C`WPA+!FmmKl]׽},ab4.^{mV&ฎ n @zmn Y˫((bz N0TY]\Io{E<\i俧QrPޑ.l ́E= >@iQ9Fe0XK{zHDqKNE-I־ ĉ.,&rX3;#sX\%Dv0cK9qx)Б]ne҅e*r}b^xҾ}@.Mlp!&acR@No]u6? zW|p'w59&zR$c]v{sӁJ2ip=wd:B+ƹ>Ha.Q\&s5ԣ#+5)`tbF{{u؝Ie"0 s=G]k>Cl+B6ud.PhN1N"Α?TcQ訫D$i[ƛ74dh#ä533nT"lloxErҝnQ)WQ7eJȢ+X˒#X֨|+48zfD̤# r6ri2|gI`ꄚQ&D)o-a_X 2L _{RMBDٵS$GB^ יgZnJ[CC- ~Wf}<̃C :ns87plk44B'4tM\5}H6nPJS!,ݵiŽ tZ1?>Ƅ4S:GRV@hrjoo) fo݉X[Ay8HORuؤ%,aV\Yn Zu܁gͨ|&ݪe*/BLRo>OɢiS;z3S%5!87LqW- ^\FKZ;r17q!{'4P.4uܼy%dԔ<\9/y07h؍ ~%o-!Ďzt32߈4wf/!P,,Z|T;y%N6joP~`w*/'YXgzOѲzQP{UiB?XRzzj #9~uo E!=N,8܄: ?/j͞>S۶i Pڞǡ$H@9tEig<ΞKZ -G3kź.RLo6^͓K}xM|Aq Āp@S٨R ɵBvђ/ w^ruC& i8]>lT߿ ]cZKvpFFa)136Z್>Ns'c(oiKd5lqƯ$gRMLygWVOVܶ"fLn3Sm{"+P[Oۘ~%/J$*E 9GCvGQe%۟AmT֦4 xx֤kcm>nǟeی!Rǎ4}|Y+1vOs ~5w{2|_s0bjQ=zByk0Ac+Ϟfs芧:Kw/@)j^%_MzKZ+خe0jt057lW@{Q8`Fsi7ښ8;Q#c1&Ɇ5?{ ]{@1M HWӂTKxO<(9H^"Ɯ{ncLdB,Q@J(gJce4l}Xbx6{Dwf9:K,HҜ M:z3dxl(Wgi-̐sL :hH߃,*-pb6D\rjqRSp? sYpho!rQ7!c+#v3jWqˌӇ)&DM~rAi@g6ŲYbj%r{=fS?;s;1*:͈LW6^׎:QH?er"=lT!C D`7LGxبxP*)q4.>{i)!6:mF@#'YodBN⑸OPnIg~266#Q&8JON>|48PsNNj8%0fZYhRd1c`-9fjOzy)Ee l\:/٨*<_?xh@,,?Iz:dqv M4a 9ʑiO (U/rTAo`HqWsH+vD 9 D75ZMQX 7F=^&Hj# NtD9c {Y=N6t f33,k"6VΣ(ޕΎtڹ.Sw+o?4+~-gvw&hy pTa795#'9%qiSb KἬL rAX:ύCdhFK uߵ (gb;k;}~.-Mz\eF\u6Y,bRG7t@g{'x~TA*OW)w3 F VfT~Zc DZZ)d¤<==FǏ埈r(38hybGsp}I`r[ͪ2"e0B=Z58^Lׇ0E?db^{65݂Ͷ,{(?CDMOz )su5\͝.e#cU zv[KGJ%x \+x#9[w{ƥ]g%})~h#Wt-%!a+L s ,6"wV Dn^c\pXe^WFxG͇La!$< zN“NCwwC0^+$'l}ߜFBlX^#|#JbўN/G#Net1,*}}xo:ƅWC[?ƌr`6UUdF}.a)Tmˆ=kZ^KCHLZGzꀪU -߫ʐ Gt!H,T od?uϋZ__fS1Ƈ~V>|it_Y%8MjYGQg?C Q%pyMf:A2PUEZ\Dw+o\Ux{ ^<)J[+ec62zK@S(ov؁0pO͊D=6Ri~ǐ/=$h}~2ƨdU^/e8UqM,cz5;TUP}Ra`I4V̹AwsxD(*{jْs˛OgZĹڤHN($1Nɺ ,Mbh@ƂSn 18+,)Р@-Km <Py=fzo9'B Y7}pvԲ*h}s{C<8l6Zc'~/hVeuHRtNJ¹Mr@{mUgơO(` $;y"J' #z|6 yPQ܉.{dj`:7z1:C|? qHڜ8{ooK5Bh=#uUt.l0VIƞ$'?&+^lH':3</Q0$aO kR)wk^"di.wuǣ~(k_'*T{Ʈq3fjez|[Ff1[ .j,x=k%%rvG?eSmL0`ȋSYsGV+žbΝ#P9I ~VTXvǓʴQ\,!1%gTf7_lةH[f?Mm gZ&+|q-u rž|T5&#:I 7_<- ̤gJUsyq nL~& 1*\uW"6Mv:$9Lo+UȏZ~wwʍ9.Rl a iuy7υ'6ITBNG$!I/7p3 PGMM(_ji..;Uda}?֭a}\h􄌛V p[@8{Vܡ:0ư}[J e^u> y>_`/!Ƞ:wݢ(`qJf8oa}Bֈ ;$~$j7~EGKd~uwϗG}X 7*$aQ,$_dH[krLhyi0R8kybE0q{ +P1F~`Cd !J$ mCT ұ.?p9Mh37Atz :"΋™*UCnk@M8^xq7*ްPbC(ORhs ѱ~E!PN-Nv `Z7 g_Kv˃Mđ8mc =һ:{#aXB/bw6^5nuUT iH+M=@Ӆ3+W؅To{qznGXƋt6P2M8$dZ0o[!p፻ɇLb_*C孉-(vduNx딠ԐXUg0TkLRDM+:cKٸhw,: ;gD DXK̰~lY=hB_CI??x n,Y銿3vX>6A"utJh|km_w`O›caΒ$4ǔ Tg| ~"Dp.+CեWT --妯_Hg@RaXK/#S9PTeyp;%Я>_ma!݌_FM1НXkA^^_ u`c,"C}AwJ#=Eh9A@j!9 ЃZꍴ-Vy?׃]7o\DAhݙSVY͋žaVKSQc,e.BteH?Rb~}C3C;X%zL 09WWcԶHsȌ3_A楨z-O09@̠sw԰/nhaf!tєE2fH&HmQi&c w'ZD.5+^/R/7RY2Dw(r8xĉf2xYYBG]@:8 z$C:FEl‘e&xo {E"?ȶ!\QöDθH.CY-G8@PPAby]`o- QpRDUn!UB)U c5WTj1n %\wHc6Bo)r!mU0TUdoSRzzZ=P|k22"X&SuKL69ɖ{ jIL&5'AWή`7֜Vdͳns@E?, ?[&lWzrg=y>EIŮeZ[mCCT|!*쒈]S1~(Us2o 5Q4'7eO]/3C)9Y:$k@~Fju( vpT$9Uy~D0-;L # &?.A825ZjK>s\Bo_Ie& $Xw Z9ז08!ZJyj!3r#&BZ&*LU8)>ǧ:ǁ2m;'061t)eP2Q3GW Ὗ94, ;O O i(U. /sR0 WPKg~0tD3u/>/ZX#\_-ǂԞ&׸nF:4 hP4cePay%SI扝9~7xP0e_EQ#'ZUBΟ[%IJ/2*dAZa,)+W`]YHT5U2ndrسd)A3򉇱@aDBN !)kh!:ϷRe1/c MXkU0}ޞUŗ-&ϕG o1UEprTϘi{Yj|;'33' )Ekʩxa$Fظz%|C)03`&h36J]f6,4aE0iŔv-UjbaOWbANQ2"Mm=2V"u?2N~e"l~JuN %ϹTuH#~:| DAASThKaG &ǁ݄~VMD:Al{^Y縡엔ACU5_b@˾RrDZĀVL8ĢD,!E³b5TKesW;˾n9bʋLiߣx$̣ dp2{29~)++5Ӕ_$h02AN>'p$W>+7ڍcǜO ZCC(i޹DV_9FKΚEѭo$8 %ͺwؑ!@߳үgh4G0c >scB, \sh98 $Ǿ Z;iEy1}$ej6fM*6'_zH9E(rƾ5J6gkU[L4vrIw*?ceyz_]@U~e~Y  ĦR[6[X 6W#N'_L`0e+_>ؤ  $Q)6rЀk GpA~YtUx g%q,hiw_nl5M5qT 'V\7a.fIסygTeRbF65crwULUײdW_8^c-&C(Hb8 \f gOٜҮ{@7 A8?Lvށ(FKC̞ag^QND׫ϼϑ&kCfG4R @}SwH(wV.ƴwj~¿J>,ql- P0ubXkоV.AmL'v3kXDX3$AYYz^i rwCwK- U(X!0T;zF/wõV$5&BԬoAryn %Te+-NQEsMCBD;n/# daq']@p ĞfnhfHXmK5 @@%w.W,45/GDv2Iұ9sG;~sKN3X铐b ʝ#a (wO\{4k3':fg/i- 31#H R,bUr+W\uv7#0Ac72[ \H3տq+Mb6#tGUjZy#}$e$*f:N02g.* ZWRX-C"IJdݛɔ-?!j kw$P8q] -jF"JeVkuz:WӲh%1&$ώ|Oh6d>zTFn(RTyт/N6R30CJU}nuݫ>lBߐz #ynbH<~TmQ= ^>BNm;5’H3Gi6X%8/ď/5tNL(]>o3ooyB7qEu 8'cq؈e6&( hX OG>K哟"٧(f='cYn}7p(Nw^3:7}$vkd`ɝZ8 WEZ(sELN򍍇!J 30WR}Kd[=ORڻNia3Fz;/ ='UoBZT!d˝XZ$OUmעF!"iMVhzcA8gmVM yNyY6Qeв ɃT-F[QxK;,Ii} e+zS|_. s/W"B W^'q .m.Q %GXY, ޝ|MQ=fhOӽѿ.tI:܈l?gV;'lbQ\&8 aq Rnrw#w' W&S3Dg~Pr,:"S6s&,_45H]VF̮JE6⥊P߹]#/$)_.GcxQjDFӲCڒDiLzLdNѣEu" _BS͡S1EZj)O)hTGv 9Bn+h 8M^\]XZΪ7>no*9q،Hllo}S<ӲawOx9 + oҦɢҝ4]da,'=Jnsb{`XOd=t=SIMq.0\tcU!@* 1tܦ rC~)h,@?66 0<,G?f(t7Lgi_:hpJ&r?fQ!$hu_0: ˡĀOî;~ jqj-m 2r$`8ET})vb.f~qr9~ޕEH;7eާeBŌ)$?/qϥcs*2urp~!J+>C?W{Xv&ڳUh4F"73A$c?>`+<0-~%)iNLetl6]V!Y($Z$oS_Ug=#FX寋XMR1XSvތ`0 :u|ٜjn@r;QJw>=,N*(@rM֪v=p7FZu y4͈mIz ueO3"RɑÕXEҽI }w"Pr^啘fTi6]q`+F3iDǬWIڧnuHJ`ʰ4}<5jq\( HU-D>'X"D[y70YOUirMdf)lOpum G=u(QE3 Z\3@#*s\"}==%ܪwC*iۋ\]bFm(SYxK1RܿJ L}8?YױAQ(JcO7׻cUjסP AVl H0`v #GP~:N4K}8 )߬>ҟdP{хײ*mRw6ɼ .D,+-BFu;*q9p튵Mۺ;@Ȑ_&@d<]V%2-uӟxٜ=ilHbQYZr36 1$y)h۶Ì(@ qlOh陿9WkF_T\I(Q^/F:203QxdMp!%rhTaJUu Gڽ|`T jy8k ޙ"% iөDMFwo YJ8١U]zњt[éOGI.r|FfimON܁X8=0;ƾ0I5_mH%}δ;u-*qI)_wje[X@:Y /5S9 b dRCkgw4-48;q!'KƵe>F 6]R*$.p&uvFq w, FzQռDvץ$ݞrhoszدl@٫]8,5*dq櫪]=z}']>2<a'˖ δ1`L :K%jO%"pO ^݆jwؾi~&3T.3<=`)h;0ߣ'b/U D־$h]Zwl˟L~OX4Rҥ<{Rk` j-\mNYG9Z;T?swG)eI?&3tdEnYҺdS)⍰դ"&5Su)vnReT_Ϲ(eeBT܉t]_3ZEڠǍ}ޡԈ$p@穦)h\Jϝp%fsMpb=OxHM1?z`Edϸ%&fC& m8rqA?Rcz|p#5-H =D;RX#g^4ntٿQ96}!TQ.4v<\'s@G0bHЖtJhGĔf3j$"GyU3#CQhzS-].8 P]LSH"Yg |kI}}Z]׊ !eY93`3yb_ geoFVœ 3YUpKl7$U+M`)5A E9<`1wl =DIrqÝ$WEvpE苜{'ʽj%N7_TBWףD6?"ॐ7A=GX\ov9W^qnd^`X~e~"J7!oo3v8kEp-iRVCHdJbmہp*.5iEwPXDz∬nRݺai,8 +9d`M 4=)QG?G1B؜Bo8(7Kc)c|F޾i!`4nr8o?g^MG=bR͢*Q[WP:9[RF~1VgKؿNFX5!"gS.c+SO1qES_%G𲷷u6G#࿮}TRϷ]X7힪{b/cg[!b>;TpîI+_rC*˃@"ՙy%U:'j}ZBL#'{gvǎ z"[fRmvFl E9CPgpBD^JȬw|FW!,0DԸ\?Yx]$!HgjgrURV~w)k^7c=FāwlEsrIwSbEb<5hߛrrTF{_LB :J->յF EzÈ24R= vBe/Ff=eII.qo@_сch-8d0L=U"qG#iupxTBP},$x9^B.Iݟ^ O|o"ϟ\vE:{'IR~tJhͤRܕ& W3!p̸.#Ά1?Zda"Jsr!Pj4PV_ޏL"<:ٚɐKX*Wg?gY4I sL`E8쎿.2 ܵ"B`Em^ӆ凭NLQh`B_"p84ѣH2xd \I[X#2 3+?Y<,'b |PXLeUk|H2@&5ڛ5L2] ,iHq`wM66k%ʧEӋ6yI2<!igM &&if!k9J=OMK-{\hSԤRلR ҡNl_cxz+1֎艗{"vׂ,"L@6&&C>0䲍._tNuMٚp|1JyX \F #3fv 0$|R\.wmj)*U!:Ջw 3ǡ"s "l5.Ga,o>f\9=2ݒ9hC{+[̍&_:soSyE7zApT/):Bc]2oqQߠ>7|إ+ĝ  a;ZYQU\ ^XĒ 3!ΏfDEANUjo_5Yrbk(pŀK6Z9EawW1F)OA$L,>GRɊ(t&g< OxmDbaB Q.M 7Jr_}ؖ:6 =g>} 8!ÒHh ˰ !s$*DexrV*@ԚZoGYIz[ NK%s³V_zlX ,d|gN$#pPMri3n5 a%iRh9Nt ,Bbק13Td:Qs X?2jHi7 /VM~$֐{AܥH*jb,RW>;~ Wl#Ry Å#4ReYTd|\&ȫS1`4~h`ȝ‡ @YM[mVFH Q )Y%njò-s)WL;Ay? Iqw,_b}rsO%7̻#KK5 :yD*}J_0%|TU^qGU8KA#Naj/-4 )?I':J4+~^]T xYc|SLJ,S`GGa4*l439ݲWUXs7D$^!۽̌}MuuF5$[ 05*<%$^Q{ 6m)QQJS\uܽSBSgPbfފ ,ȏq<fLv2:qLX UN{R^pҴF 29(jy8jմG!8VgYHfHSXc5UBZ(Ck.1X=P~1Jq ^QY$y6gOJ[: uNH+H!ew6 .Em>:5 8E-!*=LRv_izjnrpm8i6 !hks#x?riIɧC7[h@VW3M+N4_gdoD:sWEȅ˹&1=pH[Jaṉ^I/侹+MYMSU*.l>8lw&+7C;j f'%(KR!l鶌&}*Xӱ߀[6tIOKw jL2Vp΍nDM*c9ƜS )UVDy80by/g"̌Ngr< %OY6ҵ(mt +#C wW/y/J^,ȆDQ߯Bq$g^ඕs% M(:R:)S?9;^/FMDKñ&\z1P%2$ ɭN;uD}mT+k(4iqb8ffQw#RmM^rvucfeJ#[x^MO/tn}k-$*\? !"%4E!0|nUh4ucRߋQ6pѼm;Ñ+uopX ­7 #hAxƫ֪SH]wZ`ƵP/z:k,j, jF~?9f*LN$ Iڍw'=tL-NR9& Iԍ*JkA;aUo(G%wn\暫_7 F>0۸`)J]NB/KH}\̭ϰ+llǖ)OnI6Cg'peu\`wD=SFҟ&Iۀ)n+P.#|:&'#LԴ3_/5tq}l!h)R>d3a߲ƒ3.;96C?-Q+r'ް)Ot 9r0|Jf!HUW^e3X;w&XG=_BEx j|XlrٲḀlOu m %JPc0<̵X=Vk Uzx qXi8p(H/dc|dw`]]q25^{s)+vm$G,c#[\ͽ+I=^G:177/gǎ2݉&N/~g_sO]NJll(L2F{WLCwuQm==~X6RA&2uxm܎yI Flx@  cԣO }Lvn".%Is<I2[_lJ1-Js#Ϣs, ÂK[ P6\k%l|p^S?& FC+`u>`7QjI1q;d pS+ȌD;?L_hP$l_ hUH',/5#B(v/1N%^t"~6!]ozD:85Ft#Wz O*hDG2)9 eXJT/ɺj `Kf@mW4ducB:\fa\1 lBpN5N̤L@ݙHΕ>"AqPo#"Eّ>Zހ9x9J5}It%@"9熿D bv~!nd4_U{p5=@pM}) $ZVԨ`:蔂Ὗۋ"wm?pIݙ1 'G| v\ 9{":j7oY T1)L D79eU8#?ɉy8ѣks 7iF%iW c`N^ewJaeZv"R*wk@YZ& Ƭb+>pv^\TsWK!AI k_" RX\-3ėiF};aԯ>̘Mӂߗ""KRcx()/R4݋& xg}{8*I# ŕ,՝Yb3/F^Gxs!Dy`f$b?_e՜v_0t`ZdY!%x&FFENrﻣṶ9nvf^~9gk2E)cw8F@8U15IO?Gej =5KeIAgSZbYOymriC""g'A~X9y Qi0ո]CxO-&fJNDPOli* QhtNt+6wm^=Z"{i84G65Th:REhK%0j 8o 05B L9pik.]Y=ɸ9$&8^ժC#JUGh N `{(9;f}zE,,@U,žnYVXyM0}@,B)PfTB_fE7h*{ ~]ҖOt I;jE+;KM̯qdbtTV|d0̊)![BrL =a$Fb}a*i E?e~WE,FT:هXCU2"s {Z(6MgLzrU zJQj%#&xz|9`rvV}, ! ɬ\[%c3/@0o=ÐGeO#غB(9qzbU;eolR%\+ `\j'>}$ݤo=M$0D$g˩bx?Yvm W)o%GD Xհ"TdR?SeO( \5I*$F1w']8j+%؜g 'T>W,PJehą yJt\Zk.m4EzG2L 2N&8fOGjy61T[s){ElK6zgxH~p~(LY'KG4NQp&x ߞzrq[VIZFI&,EJm.1B[M w$ڕBd<'+:^.T ։,kyk(ؤ#h~̣I?Зh=~VC8ĀV5`sķ&KN#-6SƝ=a1/<& s@o[#$3uih6f*J gG>$ c*F&knG3.}v1󻟂 QQh3ź-$Q}=AɔCZs5+*Vw\&4,ϋ=DwѲOQ>@5ީ=B@`X6'=?f]qۚ3.:x}4Q8vn+`P0bZ7/$ 7gB&y:Cj :yS81V=ICA5k/sLq lIU:Ԇ`A#}ZLkG\s"v \'˼V„ XWP\ٍu:|Y.ӗXtb ż&MCCyx3 1oJ0nm4ZwkE(^4Ӂ+Θ9 2"C.峙HE)\C.͕OA iZOvrFiqwk>\$0x3<,3iKR [#ex{ja^b=qAiKXtB>KʑS@Utv qh ^T>$ *򰈏X=j|nȶq|+?A.ARC8OhnQ,_j373w_c6>$R#5Z, | Yb{Ö9_ƅPR44x :C~_08Ce1nٟdcy./GSSH POddۀ3K.\XM Ѣ:JiPj(F,pX S`ވK ڥ\Awt[0!EcZ.-o5QuwƮF:.`٫[y(ܱf!\5]j01FZ㪸i2B tXtǺTU.r7BrdLy~6Q>M) exYVR|X蹎LI $ {ĞZW_|Z~m­SF!aLP Z:'P#wرml')JE41TFD=}nQJ 6:U?dxiY!ݫ2BKw_?2 4 "WB=x~BbJuUGha5ϒ!oXZ|{JbB$P^aVz/9AZ<=g^Mru\~y'5JW90Tz-)xD=>> :lj[܇+6jĆ&+d:b&'ɏ ho=(ktwu8,0{~L QԑJo&8ۘZQ4xk fQ"hPD?cGE 4?`sHs@l: IHkĠFx/pґm\6 |<jY867ea>^I!N>?B'@ߝ*޽Ԏ(8 << Ѫ@ז!]WqZ":v ۄ 1P~hg-]8p#P}Զ"D4j:i.lQPZL#W3٘E(WS'V 9+>Vد? }ΩK]:OGrM FJ ) q:~,Bǃ ncUF/b>Pi̾>59f j)3n)m4@mҳT<|n_ikZ/^eeQ,]7(6&Dls.6*oH`=j%BƛśZi9nV*_ %"XI=\#_|԰apB ,e.$A/IJU-r-.N^E'trTq(P]_Zzȫ_jO.3aOk.ΩQŖ;0ы$\vb|[& ('5衫{Jf`*` bhKsH3JE&,"xafyҢ p$uʱ{nz:EK_,iO3rF'Ԑ7EA(V%#nBp;b`%[|1')p@)jiaZ x05fI9fl;w?Q(.qyI|ۖ!Gb &!AMR<}tץWOpI$B zVR0'O)>岄һ_cHIOа֨rӣ䶏,90ėJks}м9®yCU`w ֺ3ܻYh!FIsWfELu/9H|?uĈ?:Mf1ssǀԀ뤩rPCW t2[.01qNHAҢ-bH{iKT]0L*0A턔!a!U[H-$ jmkL< j: ~ ,.Ш*KYJ=B4OɪGixҬ*k(in+3rhX Q@= sFAbfvگ89rm8< 2&Rȝdn5%wZ_&7/Y] 5/{}Nf]fjzyvYޏ~88MAj]y;A_>Hnr4}x x L0xT=GHv\<}hKq 'Zs?1b|F* *c3.*bf LS^nTRU*IF&b BF9a[F^6DPTlqT筀64 "`ؾXZ>|׊UO 9B%T YH?xXU_tM$ʶ=(םa](h8!9 :l˨YC8T璩xH|O(Scxc = 5uH*i$s@ }wȓ_~4b4MB(? ߼@=zCYβ`K_0=kٲb7UA“ȀPmGbl|Mx^pCṙxkmj**MQ#Q842 S>1L2&Cw/BvB[MȜP9|)ku[efa I0&8>,N(SJf`U].pV=fgCxgSzpTrF\; C0P m;)vv8FXtN$w_J厺#4% :ZhqX51AQ-!L%lC`3QZ'o3Ϳe\U*71 g~O[|b2;ǃY+j71A'Z²!5\3rW&j"`ox BҰ7W245h:ް0 2ȉފ U 1- {yZX\S =9#* a 7ee|+l|fZ׻PP;F <6|}EgL4 6MOȸD]S{x͸ 8U);RyujOOʹԊnT'U*3PŴ7¼6XIil؅qײwK@QЋA;>.q$%θVħbw9+F㩸L=87&sln(#MPzLV EKFC8<7Viέ -LyZ0-f'z)o4|'m3ڗc0;'B5eIga&eΥ6d b-Zy!ٷ4o:$W,/wCR,*gZm$ͫ\s2-/ehTcx Sh" _g& c!vv ZbŮ` G:`Z?gu8z!3VVH$D&Yޑ@Rvo.C=Zq3l Ecd ts[pOzLR.q}dwu#A?%R-iO4j)c!ҹ(t'E^NP&=v+ q3i(,չ9e OǤ`dq8L^б,?HIt oۥJ=?( <#x_Dˇ=coB ^:fLPQitLs1Stu9u8G@n{i ;CPĪO2R]νq * (4N+rv%D2 y:/r"xS1ȟLWah":K)y.`fw@/ ܅) ॏW12kuM>6ytn =DDGSI t'u02-|t Wv:"k%)0i,] H `t:y4}=5c6$Q,y&)=i_o]IBcwATC?E*z?n3UvZ n1D?hTbt ^ve#G2v؃-"`m L9լbwA@ QC#U*~GQG~nWa_'xȻ025[:#0HMv1ɤ{㟕R.t첮3쿄砝z+_NC2]fyW-. hT'pfn=~N;mMTZO:24rK_iĜ,1VLBq|b9.-ƿ z2Ǽ}--֋RD*=FaDlXVZ5W*?z&N*qB(itdl7)v 'NDXFAoD,OS K٬C#LmuBԚюa$-zWsQ>kXvF-M<:wؗc3|[H'0VRo\٭ƀ6 A"Lw֮N;A械D*_C`kZ|ܕWMkyhjt뤣箛 @E OxK+9)3/C!bD7oH-]TaVয.؎WU6en-4N߂܅ LOŎKdHXf/"uY ]YJ-Haem|-3*w.$VJ=WɈ8ilSVSƆ*.Ћ[RDx63s47,oV^١ۮ+قlޢߥ Iy3E ȩx|EE,/zlYÁ}`}UpEdXƅAZabENW /Sp_ ъ7"㮖 5U}.qYg‰tژ?02< @)Tآjj,3/-ą]cej|@i'&_u1: -T2Ad}f (Eט^mc7A0^HYz[ӳ+7a&+x +=,>Sc { ʊZtq1:JB'ƣ'z]C|ޮOaF?!ԔObDNߛ)_OXcH=bB&ϯZw"tz6lY?I(BIhxyǂ*݅wM9WvoY X!֑ ܮNJ2RO nMcѴY+êY0T>!F@qZ)8GW +ƺ-TÙc%`gQA 9B1T0#Fq:Ze8ߩP|%1Ш{X?0RN"y#@_zW`iTC|b/UȂFpD?n ?Akq=OQ"'rf>`ZnB6pnj<`%XֿVO3kP܈U(rnғ-H|U`;.œEIzI#Xv*'}Ȍ]z)Ue_CRb{QQ؂2&N!d^yF9~vP1ekI! 7&* ܖR9'o?2M#a[}ʃF`pf啲'FI+/K%Ifmp`q:-UCYA! 4ȋDsoxf=f-00-WǂD3e`"V^TV*fOro2^.{1,pjkoa&6'87 HCXӇ#XDoeڻ&A;~0կ(><(7T#e|}.eR茖wBc@t TF~coXBgZ1-O/+pEA!x6Iii"n_I[xW!eo*XfmM 1O?㩣VCȇ`X5tN`*؊S]TNvB t0[aL 9wew[<wj}e*ت6rh'vC.}n*bF3ul.p6;z!6M^#rR:k}nu՛u +y9)Cq{M|-|"z9%Ia*ݩ % +p`yF¸e|lFChJ)c^bG߭"JcJ':_ͬ=}LlY4b9ab Tm@}"̵%ݷyQ,PזkBL:J`.˽UKL ]94@~ A"BRAr8:n5wH {rWɼ-\.ЊjgZ<' զtbVp lj COB ]2] *r:52QrQ60m ZGE:TnLDw|$zrI7J^"P|uAF?gW!y9Тլ}qy+- Mb:>weݿп?ҁ<*¾Hx.es)e΂,ESE<`H wDqt1jFz7OTWک3qۨ@.#"៷ "?fƶAD0`ruz{Ɍ/k>P:V(0(N3TwQūB-ñEn;9]ÖM: H#8 )8$^e{˶5QZf9#,l.l{nKH9'懋t-*w_g부1 +q˫ o$]6:~hoMApnݤ3 Tj0]8λ*J+N F^]r3w^:QZĽC`ϕV[P]&G'M.6v3n2ZB C&)$:վ⢭mF5݂'E&U;oWIkfb*G2$F->D璍 퍶&zE TSF{)H&HrL!&~&~!uʨP!SZ1[\cbQ?|Eŋ%#445m~e,8>nRI,P$lµ6J@®P{^k铈Q8x0{(ג{FilKKkGf x>#ju:VU0 I/xooX;wI$ʒL,^r\h ?p^ !߳4̊{,^zX6J Ўne-013 ʲduΓF35ڜMai1Yc_fDh ;Msu\+>|h3u;V'mX%=7Ɗ=MC{:'yn@*Y<KSHfkMpLM?t޿#py1:m_o[2i]g' 1u:k&!?e z@cw[{?2wyrhW Li}ڥDM$do/yn/ʄݦA|cU!ԋŊ%FTyVý׃aǘ m ɮB&~NO%w%1v]=.dFt-gfnuyw?yw.zΧbo{B5 ׬gG+}-|gyI(2kJD$sBiY \/'IV$_\:ޕ`KI pX#P rWd>^F1G([o;hqErU}eP$3{Wkpy[8cITF*:+j=("vA?Uʻm5vSUE)&y=z]]!/PÕξ͜18r4)omFSO#y&r)P(*sWZG$*FQl)/1ݗ}\_ecTmi-K/7KMύ6o<,w AFcQAbTbr hYSIӌZ7GӳAF6oثZ-J!4Y'8{_ L]pۢ2lGcHL7 LJ7l4AJ#t4; Īa QF Z ؜~/޲|7h|UR X5~ \nrPE(~}ϣs'Y-R@N*7ve' / r~JආMp ]m:Av1=XSg's[[ӟގpGPRF=K/NH 9+ηYFja ;gjAs>szdxmeTotAm@e?)ha*F7c%IQPʜS_[u+kfzͣUmnK [02( L}zMܽҿd@cp^ddZ(ILo9j{2QD 1n~*EYwỎcwr;@ݖ ?9@xM<4V;vo3=B-uEw'J'K`&Xǻ'rۯ{gw,=ǽꓭzaS7# \mfܔIYO"ߐ9R@2}н-4L`%1fz(9eFA4'D5~.T0*5?Tl %p,)U2˞LXݽTH[8&,WBX>gh9rH)Ϟzɉf3NϾbKl6ŵ2IyhˬT:̦Vv#+*^Qg* i 3(JQA+o/&:}#_DQh,b rړ|k=-0FA ziX{mfz4p#窓Ec![:h |%5\绾Pb.iDĿچ>\a.c\tMtrs!'XuZsL4IGo<'톭Zoy7~|&'D_.E#%^{__TB;G0D /]g735L>FW׬K!t 5̂gPk S {FK̉1hG2DSQ|YW@#n/)]|f=dJ5i7W&Ng D::q E]F.t'=(Zr&?58 +/ g0&q٠̀#1:#ǰ}`(ab%3f2Wmmf4U<`&욽4=EgJ=kC6j/UZ܀a5Cͯ]/l/2 Vm) 02(4GnL㡕.1|LQ؅өՓ%. 9+H_L!]EV'8\m vڥi&>[8FzMſJ. حi Sg4[/\xJvpTaCz-*!E#&.i]w<Ϫ'g9 4 %qQanqY==d&VQfQ_r_Tb HNF4rE `HQZ=}( Y#驎w[>|Mƈ!io@QmOa*Owwy6]*qYM~w*2%R/n3iܥձIբx οK%~u&@ayb4v)f\()_p4qo<;,3B]3_Yjsh2hXŌfzOg8Ao~>SP8m9%OfGu>h/"jϹ@sy ?KA-*qRb"^]QPYʷGѰGj5ddnF[Ss6NV4`#9Oȸ ~B+-9.rOKc6 XQj ̡`>u`d%EDBZZ IyΒBJ˿jΓyѸ.@0tr +RD:F&Zz\v4y W8=cJͬkqu[&+?7WJ;BJ/g.ZiWӀ (!Iԧ>a6[!EoP /p ,.5em/]w/ PE]{?j-ګE2D缑#gwpP;[h4Y(!S1t[Ac[,vlGrk _NJwwNepw RFGV1!?QX+1xY n"h*!^"NNˡ,0<l `m y*mI27J¸S ʣr X>m!c#/)e ri (*;`eLz8r#,N?/UOdиq>OдrKk?osA:*ACpU:n.$rP b//5sݵ Tb9uxL_4r26gnp̜R€ wȗ/ ǜ؟FdEfq*1"Ao/#7F^d:\Q,ȸ:lǵ;2D^^d`#gĔ1G܌U> 0 9LsTHi3CKpC|WG̅8 U6F~:* 5X +T<~tkpnQNkO,){ /9<:{ ;$q%`Tĸ/"dSt|-#ܮYe\jl~ھ#[0nЍ [#%<zix]>B 6(k_gmktә "JW@ ɖxG%fU%_+煐c*w}|1o2`6'bvPUCɊ7>2h32D833fP 8!vksUX}ִ 7RVBk:k 񻲏,gRtҴ@~hn%U 4lW5 !$T Bɼ:aDY^gtkn%֢;` C |NcV^(ojr$ QZ9%w/ֺxetzxK<ҷ1_ʫGɐ닗F.Pq)XL4:M̽9MS)'RZ,<9.MJő θ-e%,CbB7*R3Oރ-Pb6&Z-BrlX,k"z>G&lfõ*.YJ#3nMs%X?5?f.Ib $*I\'H 2ФUʹa_Sm`r7N,[#65GŢ&ׄ9Kcu>hEQhjFS:h!5>Etx仄U(r"2 `17U[9QTnÏgo <>(n^XK ^0פrǫ\ ﹅}ܫ?ນEDJ3:_߶jI)Xu^zyP˸YOnK'wk6b YwE_/aRp|?JO'0|6iy&~zڥ&MݵMҹZdM43>X> 7M|l,6l#˻ ËG买Rǣgifʊ~)iQ&,L^*.ڤ'Pקeȏ>pt\-烮jl }X.GI~[Q3":I8 Ku҂80t&b.[|83PbsVTk./Ȱ.oʍ%; aōuiwHp  NhrV<^v q`@{m2tz ux-}7‡~$`3^qKl'=g k6hH~qf7zy5 [ww=K^%$҃E s{U60p.u݉ b'fɓ<@G;Z*DCzހ >''-E}$EF텒&mK~-ڍ[:l( qix<2UD}ID í?uPpϸU4|.drƂ(.pǒ:}]EaqM%ZI&,˷ {۞XJ]_d>:s6WLKUWgmͅ/qQuCędzc ,'<$hg[v &:zOk<rGPgBiXiLxxa~JlJ吅ʇ9 }̟Uo`dFV."|W.EI_ nU#z#wOj? SPdG>-zr"UjwJOa2ǗRc"GjJ2զ_|; Y~fOt_l乿ĂR\i6)~% 7ۦn[ֵck ͧN'smВ `lEY?}hBsQ]QX|V& QFq];bx5䕷 U'Ѵ-IC$ Ĉ%8e u@w9C(w!lRXHrQ%ѣm3zDuҙK9R:,?uA48`reՒR4MP(ID/Kf% 0icܿʡ'KD Gw0GCV^-eKk ʤXV tPb (#l%z)D<^rf.MSͦ4 cc!Loq@^w%eC2g|!RɆP^,-s|r ]1 .(_|"׹tZYpS/0 u9OwкT=&Nݾ'[Hnn B/mƠin`+bnAN qVVU4 E_i*Ű' bK>XZ.fL(hS :]x:HE` < .%|vđ;864&zZbU0 Wp KH;$×ͣ!4kr_x^e*f^8m nXG¸:MN1xIsn~XHqSY0^Ӿfmoe8p ?=KO*Wf)K:D Kc&3E2^2`Ոʪ}u~ʺtݻc@]*v>i=j6Y 5F#^B]_Yo̔O{,W[Nōq(c>d)soJ4WSҲtG1h 8.ebtǼ}f ĥcu|˻yK+8V Ñe7}kR'\5Z+F8Lꎝ#iAS'=*ĢFpPBHč U6XbCUMRU%WjP\r^͓[R+AbN֔gw] ,G!ٝM!e^k6w8ū<&)b 5b"ՎP3Ui`=% Q"BC[5E s393elpe¿*OǗY `sqcU.Nd+ycMrIBG/14b|.z8x34*e{YۼF )⸕턂1cwdM}$">V>Q̄34U~ê)WьX(][1V2rј+7~ăb{(g3>ɁEԦJZRCײ*ᖾ&etPu1ۨh}'z1VGIGE o1ɚ84=WBQ+\PFb=?Nea+D]h.EA^h]coEb )ڭg t)GXuyjJCэxr,9YׇgUXhŪ)} .Hf|*Ư.Q5>&czKM^~l .Pc*̦RJdfE5*bgZ h!]{UdWF~^Pj+ l˳e gȊ=:>}y&Ox yBdV|R\& bbK zXm 8"9]"v4xh0u+S ZZvҺIFOf f ru˾ո4.JֶjI;xG$A-:%ONESjnC`w(!1 >ldi[9&CT(du2VI{U?1 i",)U)($;lu0=Fl lڗM /WlwPΪ8I^XQMlX[ܒigg*;&6G5wгݩ)Njw=Ec]$ *O}9oTq_'T; {Ě1ƕΊ[pxD~T}t8~ޞWAdV*DʃMZ/haL\7ȶu/6fg^±Z2:I`X(roX/_? ~vf;]Lt_IM*Y.ibXThPapL D p|i's1N7gjђušɜjFErT|&60_0{<dLN@8 oݾ!iu1LGϾx+6õ1ZBG_P@|@?a,\)F8WN*꼂n{v l &%B9#hćS@L(@Xә sRو!,`wA06NwRs!x~,53v;ĸF0`!4i$6ԴpTvNr3 GІJiSQDőKWAr#Ūw&7%8g#W|yє'0ֲ9 &!_|twMNqGBPUfe5cHWAbэ6]bJwlWg'Νde:H 6J7&8!K=vJi1/9Ҙ qy@2n7$;@skP, Ă%kll*H)֕dat*K4`<*Wak"6y]mu6Lb2ԺL+ۚn@XQڅ&8<(mni҆Ya yݑ yߩϕ G8li7LI*{Ξڌ:#gt:࡝s]6s==MQq-`ost1z-˂deUf}HPIKݸN|@FtwVBKC"FyID\@LUC4yYhR|z#ɬ_,E R$0 :#N*jnP +Ipǰ$u Ȥrxl^EzĪ8挲ʎq[ w䮈ބTNPÁ`>,2zˆ(s; v( 8W@T`f\LZ[*xNVS6WQ7.? $k-su>k^;іYU2͇¨<_;M g[iJ?ZoX|t_DݖqOҪMCtᏻ|&^p/AH\?9L^[Ԫ0n=(鼒=prJ,>gf[V(\/ҩC#RUn4gm+ft1]1>"z*K+e9R3,1҇(ob_pӼ"4jY !rf۸JO]2o;L z呷tu*u0$OO!!su&*KVK`,n-Zg]|&7"SKBc:"mYK7'bjQC?Cڱ>k&C*vl1E$LjæBLB .pRjV[.]y_2. hMrH˚EmЋ@|F^ᗖ3Z>=I8i_xcIj9ONABqz?ߠaPZ71G(UnD.bɧLmFAEr1e)".2l9ZB{5B:Ż  cL=XM(|R郊 FA@$Kv@6t^X5*>_<_L v3|GB{!l`A5ctV]:wX+A(q5'ZdCD̏xbPλMK`уʳ/&;DQH2A]?c?leBx(fz+q!+Vձ#qуjk#/2P‰Ioɱ 5`!TgbL4\m2,o%,ԫwVh(ڼ |DS0pVyK\f![/W\83;|;lCKJEfGK{Q;MUt gRr0l(}Enwh-X\(}uC~9 In4D,-S Tc)"1?7.k08eu= ^*ѾXoӯ긋x~;R>tS3l^opiNQn}ql Bdv?4K37%|4 +n:_?!Or <^D?F/f\)Qsy:+djK[Q Zxv,cIw@({uemzs26"{V4ib}>JRl;Z5 t[Z4>}E®P}g~oq MzER3Jר$%y4&u/|®#EA)esMI*<ݘKzɷ摾/9Di9J [5щ9kU]  h Zm_Q81Aj!ūk@/;B/xB+ x"@Wn싾v|_~e$t(@"Q* Az:)5o#~:*=8SҴiBVii]٫#tכpBDUXHxhY r,( X̢İa0:ҹP{#wk؀x"̳ʐr?|z$~c&K!\ g,]L$;!ht f d=GvcK'#$ťiplN%7%L|:Q\J^f:˿ΎIc`X/ VjpLO: iϬR5:T+S> dn.u qifSң!ͧ֠OxF螧QDV 꾺V];-:!#fd'  {DY V>enYOgd[?κ1I䐚$l*M}x^jtthrE,wiT];?b:[a Mט ;%b-@w$@`SKf _i8s+3Jy4A\6ǀx'T@BbV9<<h^P1j"̑ IH %/7Ќ2l kĭr MT Ojr$* ND~BQ< Om@%(Tñݕ'$M×@j~ K$~94pOu-Lȣ!A0q@ >OW|xXn$A)'|ux\@亏sзpQ^L?D( MNQh:@n$}`L|,,Ӛwf7m>i4Kt !Z\f_\̣:fŵ \QHӡ>>㒈hQI[=̽)"/iJ)׵I+m K( g7">^@%c;t#n/Fi7XSoJ%LQ'}jtz19mx,J#RpR4IlvB;12˟#'L+NigBSӗ+&}p2u~e=q 7@lgQIv6Ψ %(ZA).8- yo qtHq*QM$Gɺ8Qnm}lI:}Y/<x C'qA$6:s׈FXgiYs❨NZQR;_FLZd4*XH+}[| F [5a`Jh@Ơf\v~RW=;e`Ƣ70.p=#4W޵O-֌x)PKd̠6wpi`*.e+LB)pS_a)f>vZ \>|qVKHՖ\9Y`r#=K>Y6_( VΝJ%p,>;a>I `3=/ZH4V* `&|rg'0(=X; xT = PحSrZ`k I)Iad3ywF[a6ew[L-rei(+ڨh*I/CZ/iKHXlJH!Z Ћp2derQA[ɱ%)RQ(π1A=Y }K퀿p'O"bӊa\- 5yP1_ xn&@osɰ] \+ObSS ͋e_?De/o9FiWc]PQB-mk_\z\-w^3Qp<+iciD:Ss1;\pӇ -UB|h5@Þy8XnHrB92f`O*>c=渪nPvkVwA^2s\ rO'ܬ\j#O"7oJ#8uj#6V?&-*މ%ƩD\fWK~ GRp.7~y)xgx Ga53Ԟ2`27_; =_nw7p q#O>3QGpV.J"V@ փdFiY$D 9{k~.<]a朂Ę\h*sUX.ic3'4j5oݗ(|BY^^o5=}B_OB 5@]&n/k>@ E[/JRj\%Dq >}}ԎE>und4!cSpl7]5cJ_yNQ GC‰UEB4 z;^:>ט8erH`3k쉱<'$ &E3./%ʘŨ_wFCp^ wL ^Zd `Bz:o>Ֆ#/AE%kU h̤^yM}D 9GKJQ_I2cN4JjwrښzU|,f58 fBw%!9k$gN]pBDJ2 f q9$Q9Qʛ|H|(=:xiѭ,w}Tj̤@Brj-iTn&GY08S^|c7/e^4Hb<,kBDDʆMAnBMp)ωҌJseTv)TA-hOyظᴜwsK)^1&ezwS5C`}DGr[^חTuf1Vϸ@+RNIiOyP8An!16z `]7iIcov3LUB"<#|&,* +0ʋÈ!P'SRWfL#:Di>hH݊G93330fV?-HzL0xg3idTނq|zov8tKpBnOZ;]nt _4H[C^v Z^HLaǸtqmxp,Un ǯz}UU$F+R0 sڝ4/Svq[1C:v@s4b)$` 8t-PA$ ScJY=:& {poNEDfG"ނy]vEپ@}^@`qWj {fV ֏i|r9d7+`hd{1YuK2KADCbuu]6+Ȅ7MPd۳siU_';dMSQ- զ1%iXփ6Z clsp"Z ў< ~/?jwf0SʦRHN{C]ZV*cwzp/;82_.0QH{ sM\v+qp2/tRl1G,m=e,x|pz,r<9z1.{j@^F1g6V0vHX<W;pډ6_媣j7U-;p s;IڱT8iy D!ֻ'Go=ˌDRƝ׆N>i߸jc%Z6qd"錁İkbeǻ\ /Ț =4-SW{_9;SfG2xhQ'<{٣{ vN|ܵ9я+PҲS1-y׎epkNKhȟ1D9 ̺ߦ Y/ ^v1mpn E͵g3iy#$r-U6 ZjZ bqF)~Q:Y*g u^AχgGʭf_# b$We~ׯ wOrZh !ArBc/<(cW)qO3YJ{ vEu saE񎴦zh!e$(RO#0}z41l+>cJm&: 31wJ- E*/<$dv Sq "̳0JrbʖuᛈӉ'@:h4 d>Ƣw>>}y80V`}bi̖{޿- g>㏓cv'b;Mߴf{[" $J m㱍RROh ivh3= ƘV"y3d[%,nk[4 G k}ٙ /hZXI %"vz3󦮞?1;[ٶ]!Vrxpp6:*cy.VcAA:o@zHN{mkaFǎt֖"rpAKaEE\WbT$ƍG$BZ,$>LjJn3G/*N*ByC.U.$?b~ka_uU.a2!=^.l3g%:*!I賜Sશ$4ND]um`~O蔬s'bP<<@q4:kdN m]$ KZw-p ,=4$2s,uaKiQwp*HR&g~g-vʟ=nZA7UAC897C 1) .rQ=J#mTuql<ш`LTKAF|h'n]ÑNP8c[K1g<\I|w7نI# hL}nsRSG\g䙿ØTnHIv(>rH%X`)':Q`%/]?A n!| y@鹾W!qЭycՔEbT{{ՠvBrCޡהG w`\4Gipc~ei 23!A,Z4:Q#8xXYOPl( 聑dٳqJ^Q35>y^ rrl6&@|586$lD>_es纟D:"2}-/swϳl#YT]0AOTmnWDfTV? \KmR#&\aw[}PWdb*Xu$cc3XO5P&Μɫ?x, J=@40Uå AEgpлK:5WUP L5Rb}Nڿ;'?S_ *<nRJyfBPJ=ĆN-W ±lX#o;M2"XGt4!Оl[qB.3HP~Ecr+p,X2Ld3R_;yHFZ蕊ZS& @#4ؖhsMg +Oyڂ٘KE6+p8g(45xa#B"܆D˞Ÿ޿(N𻳯 @"ӘD??k0r] m=mTNR,̵h0`Ev%M(DԷveBLH Hip*y@jEm;o_yk|РJFywwxcPSwZ'wUY$B&gXLH5 z'Kũ.:og^#\2~aG,p!@rSFB;%),Pgr= A'c LJc]FXlK ug . s2t3m&Rq 2bg6BSY[8Ò쒋!TFꇩӹQl"F3u(e3Qdt艀EtYo I߂z1F]8w(Pȧڛ`[Z>ӐvuKNӸ e‘|{zƅY>#XޒV9(A%i *'=_r/؇xr:BLd=mPPpVt!6_Glc^巂hoP ЌoO\;4#F'W<,m-kxD)-?nAidbpa\lDDE~+dXԺh٭=fMֺ/K{,ܪe,h&2zVȺQ"tpo9$1*t_z<8Qh nO+"k‡:au >\QqfQJB+G\ zǸGk?#)ѩ_\ 0ٸfVL^o^%pEןKaRCVҝE`l;mM5rCٚ.b}H |rx I L ~[DMwíc'f7MZj7uNba\0jsp_0#<*g3F/)DgN) b8=7 tؔ9mDS8{m.6>=u|#'qQvDKMbֹ_5 A7>Dꭔ ЊɎ`ooy(BJzn!'Xuj lU~t.c} $LDbPLJK7ȹ"7; NOf7r3V@0  ᦿ\B4Z:2t6 %9 DG"S$ussRoxrHZ޺]`*qkڵ$څfˑ!r^]f0H RmL9Jpo#bze7 TTM֡%fV8l3a@Q0t鉮1Yn1X <N}^-Ȑ.`Yhb+CwT^o\S NVA/ӥD@]d.}Hxz9$,1q OEK\T : ʙ|^KX]歜P[zyFyed3 ̒e7ri:M7,}eA(.R~ox#*HTu:LYezժ-/ U4ۮuEx$% nq(V=,TGzZ:: e'嶕68_Ʃ~$ q(䍞Kc#1rWY4>iwD6ydYh`Ru)+}K(oQuDfd(B42C5F"g24Am\6DtG|o:ȃ據#Z/(↫͐6АOqaS%ril9ٕ1@uξn=HBjDaw#օP˯zxW:ޏAF~38ױ7"Ʌr%.(_KLA /-I~q86\cf96RRpOΈPxWP,әaQG [$Iq;/)̖.hNۘ+,GU8|/QttZuvj0 LY}xSx(zĀ9uc͹--3ruV yڮNgO 9(q;.9r/d~u.Ҏ7qW%!"ȏI?դЫ@n.3i4>U!>/..Ayysx #`χa5>yF樂<ȉ`˙j?3h2:餹KO)vC抾E|Tee*2J,Zgl,ĩ4rw/BVCnl]Cl;W ;%i P,j-FbQ?o \"fq:'DE9_ְ%S9ˎؔFS")88xʯ"]62~xh8O)YS ؋)m>#gpx4 fNpNI -Pxyĝa #ٸgBG֝yǭ!q1(˝Ϙ[Q?-ŢXݝ@+]P%hue ^1Tr4SP z>%@; QQ\@5D:{d|m 1 9, N5<ExYyw~·=ng%RJd7}hʒtFBd UN?JG̬',vIW[\ozSVG|Eo^Srg `ET0,0CK t㛒U6m!nn#Qz\,nKߚIy=6ꇐ ٩R(01(.E!YN[ioy90KaO >YutKKJzkA?stư0Lb=v{k4J %ŕstGC {T݌^L`M_6x%HGFnpPb?5UqzJuu;16akˡC͛%sWU7泶R޲Ilm` 7u}Yw4뎺P LuJZtm#vq#^mADxՆV>0B Pr67095vQrGo˵ͫ:Tstv1MV$r;0b 6%ft n9&cTfLۦ^{ܱ*L<}N2'vL] : yL6AR )84 ~F ',XUKJ#2 ;h|."p1Иk4wq189/98^tv"4&Jm_TboNQf"oI;LQ-ҀDbBfgvq7RJu\l5KsmҖWÓ%@CW׍׀ð%X4aKN< f$Y:_҅") ՙ(y3rxC5 ?ܸ*@4PO=j/dYMVG89Y&tAI.w7j!7,XU l+ ^<1P96 ]֪S 1͈ݑ@ R|sE@ AJQ)8fyfCB'TML~J]YJύS[[E'=gEA(\4*I`ݚ{~k)l+{Lh8"!n/˩p3jEӈAY#7do^3VF+C{kNZpg ZH;ɫ=})}<!?5I/ soƄHnKsW0ĝ?g(>`{8EM-{"OYY"E3'}ʉٻq/ax.* eV\+\.P(4*̢\{˾}<:4!wxJ PSS֟'_2!>ƛ*yr&L\cB70RV9cMqSc(XW['GNXT]_:bt۷d>;_2<#7./]=8؁^+:TKX(n qe&{d ),SaV5K]4E|[Y N_ 5ԒVwWxpw]KҤ/BR99ުQ O &.I HMn9^~'N]GKi:Lߚ #%]Sg%AٟF6vګo.ͯ9Yli([Y0" Eo6縙8$M8WsRrypG_/sꈲI6|'_]2G4OΏѯݩU4PZoт34Yq\$$,ny]sN= D_`n,YUVd&6B$B>w>v8U#xRF}6T}5arث vzo6IBe/W X1juգ |pUک%V6*}E>#1~ݭ(xXFXُ+%mH%D|m +#Yc x25)ubQ {~ mlBZxZzȮTT4ZO,fw =8;lg̮O PYGϽr Df ď}ݟ,$Ȫ6oȒhB$O´EF]dY0ttP0Oۊ?DS."â[P jԬۛcH'B7oʹw,' M;KK/U{J Bn:8//LJl*6sg=L|e,M4|z*PͩSzB26n6t,n^ WʌaI*(/+B]v2C:R''n\fΒJj?-\64!3!ıi1h*q)ڱZ%jPo:R?w\Byr ==g<{ c.:'\˃L-ٟcə pt(#*41U/(,`&̂ ճSq<T^R"Tv\ WcھT!ϟ+7>'yZv`ȑ_T#BNj3Yǝb-Y|7K0`ZA/Ru2t 7 =f ?jhbvP;cuEՈw]u=™ /T|_xkcޣnzjtt@Z0ұ锺]+y^?y{!^"VtXPMid Ѹۿ4zx\~0#Klsm-H?HE30 Ej8g'ŝA*qe+;VٿCW"28k+Uc+ֳ>e:4h:2%ao)hoј1`J\ ҞkҫXRVCCmQ hgbP1PV)bǍ.cLfR9B Qc+]+[T~F×'|ofuӠ(.|z7ri䮠 œl׻5WZu l}'Y&Twxh U & Ҍ=X3ka)dR[#m~o ;Jض_̗fFrMMiǺD2f+ L(sRGnT\Vl$v77k\Q|`$τ([Eξ)N(>.X5Hqy$ QQ`?&c.<,3̘WY6g. o-W6VKAZ k2E~䌊3A NZGw`g{`IL\"cHi'1\w~8/r 4o#GAcKzkH * ()R]UB2!;d}A0\M?EMGZwiRQ&+zXCԁuz1~4(;yW*pw\|ISfw#DAZl#|τ̒#投f,V\'*C'"Zt/Z}v9 汜ҡ ̈́ z 06$nOuo9bY84 l;z jK` aI7r(Ю'w-0%|HdѷW S3=ܝ.„X E#c'P 2mEkB(h ˰Dhn+=`? W(̷*l@%*W \ZM”R!`Z,}ZkoޙHj:m90CFLL&.E5١%*zu}5Y)SKkKg`,FqhSOٔŒkM ĥ"ڿ?e&;B^ ޤVޗq rZ#"Z8ߞ a^塺|jPw]|>6Qiy)^z`TdG",$["ZUTz)3!_4J-8f3ԭKK x# (sx#\adFBFiv3Lh:$ w@K~cyt>-xl?U+p2<>^PGB8b`qRNVk,Nxr(jkwPY%ǾShO->oE uinV##Q^_ɞ."> ORk,g8KM?;*-1Qb1E$L^?#CCK$1D׊RGusg9)BʆSewS13in.:c'PMEuQ- ZD%~$)\ޫhr橪J,D ]CAAGI"DK߸VIKqFp uV`j ,!!X j>I?4<#0z0R<6Uu~nB-cuP +!5,p b*^[|.&^S^HN abe݋Õ/rScՑ 'V0locQ4,іQ/űi,%c`VYHȏ߿'2|g)eҮߊufu߽ H=}_{ΟjBk(մLD/+ PPWw B&BX7ywO"9 QCUs_B17=7|X?G4pxVSxtW\{g%X]K2h' @I  z5k`) SolxV],M^䇏LUR2ɟ(琯n5ꬿvU08˰$,C}P[אafƘx B%Xw" l&67oq㴞Dvr}nWΧ˞s=hy?; ( Mnf:@<^, ;dL4hrۑSQ+%GZ1@Ōmb;zðH}V&In Z/3 tM04^gADnf g63pA`Qpq Rfۊ~!~%ym瀜SИiJĥěIA60/_mku\E}oo3?#j2X2F ZB` n1X{^ө6}gqla3l75QF%H1&xE*6'yE$$#%|ާyKRtM|:>L,QfY| __(~Gݹ0p 9@7C%YΈʼnKݍvؾS٢O#yl35 ݶz5ت%20{-ml9-,aAZg*eɇ?S"`5c1rK^+9 2BS_1]pPc=lj]eoznsm TxۼV! 0#Z˧"6q,чF$Ӎé XG+>NG)KT`: >e/q?D9I't|7hRw`=QJUC֏s@~<$E% 4QR/F}f-M†.oƫ*G^X$7"5'ܚ|AeNJPd0hS19\zQd1r3M䵉rLՏ?pl_T)<DٴM`J5W\Hkw꽴ӥc1fjW̔lo=Y L~Tج= j#lAUuǮt"bfPl6az t)l1ܗ5:VNUudZ^pkٟ\8b_BH Uh=\b!Ϻ`a0XK͓f Sy/8ퟔ$2 TB S޻AYR$ЙɆ²%_Cu ܖLGښ \k/TCybDq w*uBh 0Hu&)D(ZD?&P%pv;oKS'靓g,ڎ0.S57Wb>]I,"T{N?^%}hahY/TN#7lth;ZF6AX*:sE#_,݋dRfPMbY8-^]6T&._;hXV7|zJ nf͋{Vw·n߿rP6<Q%pOF}xT9eE$G$E'piKb/A/̛:eGA&`a!@2]ң?Pʖn9kt3%s"@q `l# {|;&3',"ZR^KD`wv!f%n [JFEY4^:IY=^\a}j&QsG˙|ً1l(|G0Js! -:=eɹ.iH3.oqcf~gh"ry ͇ ?orqh5gw)5թ%_5zs(oRnHRb^r):88 aPnBC*r~\3o"zB! ^JC5BP2۟ C;΃Lz>?z_|C_Iq䣵 z^l91 q;p Cgm Q9K%y7a _NX^y. Ѩ(5EBBKɆ]5,(o= ^E9sxn퐲vלkd*NU ,Zfy!gg+fqj.L&)\m1;q쌜@DY*k)xi\c[=]tOF9#qX2#n^-K=;ݫ]j (ߺ  / G`.⯳p$&/GK^~WP^dz]Z=/]ׯ:@Kpi݆M2]6ƫ)GgleOtC7\`aFa <>#ϛ&2b,QtP0 .֮ ˭wG#yT$hN3c S_y6FyZFw'#Hs~~JdAG"^0:\ @7]V؟͚bI \M^qG]^n'ƒN5^THNleCҴ(ƺ~#0$wh4mXEN󓫡a8r6^9Y1b%ʦC2&@}f %kМGi,`G$,OwXuO-{SdxGCt~LDr#c$)emosazBʅݞD7S?$>̥b%ƳbmZ AoF|Q~'9&# C&J< @l0ۭ޻9+ nEkL06 ?8Ad:Lir8`Tvʃ"w35k pKܐl Aw"JGalBZqn4WL.Ĕ=)$it"rEۮJE{(~mK{Itס?fgŤs34рaB1NOfЫ:DH rHܬ:b tA~LBf?^ƽ&l_ouyP=~=6yD8DLswI00:|p oTY広㐪5O)Bc8 ;.dJwc^ [ڀ5-MhqQFh#nlwZOlAE&Y̑UE"xLGݖRc~Mm[矬tsTR&g%nGꅣha>I m8}kn\Q[Zsù:ޟu6mTzX*B.8me# lf´ nZM^t_%5tdk4gR?aYOXfr",KaxZ%v'fN{%hpbZXx~%X  v`&R@/~<1-.Curԛ؉,LJi'1DoqwlAg5ʿOiVX8+vTV~tԿAh*+Mr)bC=k%`{)rXgđ&]h;x7FFb_NQNAZ!c*=#.ARJ=w~Dh*sٮ1poQ\ceN$[<Q϶ YZ