samba-winbind-4.7.6+git.54.6e3276c9872-lp150.2.20 >  A Z/=„R`?gŞ=(LLW%D} -u$m,'2$< Ȩ4I_DzF%!w[MGkq>ñB~Z#!IZ>HUdG1lYw^ƆYy^dcąG)F'U(tJi?,Wߠ ]Xv 9CHY`^t]YS9t$Z|ˊ\_/>Zژa48298966022dff11f6dc5b7d2446218b3debcca6c577f31dc0543969b1cc3d6331968b61441262dd858ba5816d08d31eeac8414 !Z/=„İ- 1o~H.aj7%ŠBg'I`a)w>S zV_2wB6S00 cL5+̂?]BxT<7MBÿ;ڞ¬"P`yv33ڏya3SdH r+Tg7k-n2s)Gl0PZnzɆǧ:w/%=)eXńZq3Vdfƚ>pL?td) 4 L|  Y\L// f/ / / "/ "/#/$/%}%/&l')G(H8H9R:={>ރ?ދ@ޓBޛFޯG/H߀/I</XlYZ[\/]/^Xbcdefl!u4/vw/x/yX#z(.pCsamba-winbind4.7.6+git.54.6e3276c9872lp150.2.20Winbind Daemon and ToolThis is the winbind-daemon and the wbinfo-tool.Zcloud132openSUSE Leap 15.0openSUSEGPL-3.0+https://bugs.opensuse.orgProductivity/Networking/Sambahttps://www.samba.org/linuxx86_64# we need this group for squid (ntlmauth) # read access to /var/lib/samba/winbindd_privileged getent group winbind >/dev/null || groupadd -r winbind || : test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in winbind.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in winbind.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-samba-update-$service-new-in-upgrade" fi done for service in winbind.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi/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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset winbind.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in winbind.service ; do if [ ! -e "/run/rpm-samba-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in winbind.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart winbind.service ) || : fi else # package uninstall for service in winbind.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi<_ܐ8X8wW'GG8x@x@x@(b $9 DS ^큤AA큤AAZ'Z'Z'Z'Z'Z2Z2Z3ZZ3Z4Z4Z4Z4Z4Z4Z4Z4Z4Z5Z5Z5Z5Z5Z5Z&Z5Z&ZZZZZyZzZzZ{Z|Z|Z}Z}Z~Z~ZZZ&ZZdbd95eb7e0d1e8c973d39fb53be9be46276b21bcacd8b0ae1adeeb63651f6fbea676af835bac5e037fd6f6d9950ea49ff3f39bc693d479069190927c1c5308395b9c96db7daccfd9d1c530955f596bc2a32f581df1de744132da9b546815fa301bfde7f51f715c5d56c93358cfcd026c06d60fd72301089aaae8de5d3e536001ea14b91976fcec654051f50ca479b9d5fb2859e8d92fefca55d6a46ffd16ab2b436a2715a84c3bfa33fe55e29f4b574868da60caa306b993e2531cc43619f4d16cb315f0138d8b47fed0c588280ea7d00e04bde4014312968d564c14b20cc5cd479d16a60fb088edd0b3bf4aa080f814880024b386ddfae477b918ab35222f3893d66a201fb95dff42d293d97341490f74233a9f2c77f5d72d4de2ddfa330a474de569a588e337c825833fd89c99fc52c4ffcaeef865f13e3329e65a2949f53ef0db772ebe861933ed108c86a5a6b49f66e2a9862951f29488a6cd806219002afd468caad0a8ff18683b4d50dd33b7103dffccdfd4211c822547ca1de20be5ec0455098d88ecc7c8c3e7af18d9497ded0403d42c88ad94d930aa519a4ffd78cff0192bd7d7f8717e2d47bedec617b06a886cbdd53128cba6d8d8b597146c34caab8f42c7a20722358c83ef85e291e910726004b0e6ada00264097378fbc83765fe05d646732f3bf86f211d3315306b0a0d47da2163c81317380535d0ad54c6fecabd5518ccfd98a0dac91dd9c8abec1aec48030c727cc8c81ecc48f7230be74592615a89c21b6b012eccd967ffa9a8321b883b343dfdce840610cdac7503daa0518a9db26654b2245b35818c8ce6d4f5b9360a67fd2094056c627f0695af3b0acb79cc41d44c0dfb4c0d555c6e05002f2326085589268589862408a9d56262be01fedbd83c98f0ef09da2b5bcf87b29268d3e025ab12bb8bd662c7243bb562cedf1c4c81732a77f2c474b627d2251e1a62d679e5bd64199adbfe38abe145eef2fcd687fddcb468202c348fc99b3c09c58a3cc58f43cc7f1fd61792f8d04479975ab5bd1acd667d816d5ee7ab1ba14a4ce326ed773968fe2061589dc68c1d2d825372e73b99cd4b74e27abda49e7dacdc1fd6693ed479c12a270155726a977f54659aee807743795a1e389eafc7018ba947339fc7d318c2dd7c029b775dccd1c596edd113091410337db71fd46d12ed58326cfc603d7a8676ee63d0ce43753460e653a7e5736accafee632889ed25f9bcb6039876d4665c0a722b87fea6b21a3ac187f61e4f5be71457db95110b4044d187166775afcdd834fa3a2668ea0cde9e2ddc22e9637dfc237b009b11d88ec13dc091a64c52a6fb2560cc8c94a8cb978349b8275946336fabbb16536a35fe243a335096180a637977f36fe3998b5333d39acb70c75a6a7ff5dd5e57baf6c2abcf36d60bbf253fec942ef44af2fe43253afefc2ff2c119bf0f540104835a527c4437b4cc1d482ea0097e98dbca8dba0f259da58f479b63183ea96a71f0c53f03a63ede1ef4c0238f1e739499b1e7778cc9ae98cdc59a81a072121375be25b3beb3df0398dc3d26eb4106f8d3c5f700377abe638bbc313d4f42ed78b33c21c287f00b579960ed1985e66c9f5e55f759dad6a4a685c68fc703a92ffa2233992c5db30d82172d970885340583962a89349406ab76c5d2360fb4ca4c7e462421724e5b3f242f8a939ff0c12f879f5a3f6d70fd0dacfdb93c670fff87f1672d09af05fabe893223da15f147c2d5bf8262fc52adc6b4b0325dd3211474ac785379683cc4e7f17e211327fb9d536c1ff9138de03eservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwinbindsamba-4.7.6+git.54.6e3276c9872-lp150.2.20.src.rpmconfig(samba-winbind)libnss_winbind.so.2()(64bit)libnss_winbind.so.2(NSS_WINBIND_2)(64bit)samba-client:/usr/sbin/winbinddsamba-winbindsamba-winbind(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/sbin/ldconfig/usr/sbin/groupaddconfig(samba-winbind)coreutilslibMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libasn1util-samba4.so()(64bit)libasn1util-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libauthkrb5-samba4.so()(64bit)libauthkrb5-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcli-ldap-common-samba4.so()(64bit)libcli-ldap-common-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libcom_err.so.2()(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-samba-samba4.so()(64bit)libdcerpc-samba-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libdcerpc-samba4.so()(64bit)libdcerpc-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libflag-mapping-samba4.so()(64bit)libflag-mapping-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libidmap-samba4.so()(64bit)libidmap-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libkrb5samba-samba4.so()(64bit)libkrb5samba-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libldap_r-2.4.so.2()(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.0()(64bit)libndr.so.0(NDR_0.0.1)(64bit)libndr.so.0(NDR_0.0.4)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libnss-info-samba4.so()(64bit)libnss-info-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpam.so.0(LIBPAM_EXTENSION_1.0)(64bit)libpopt-samba3-samba4.so()(64bit)libpopt-samba3-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsamba-credentials.so.0()(64bit)libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-modules-samba4.so()(64bit)libsamba-modules-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsamdb-common-samba4.so()(64bit)libsamdb-common-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsmb-transport-samba4.so()(64bit)libsmb-transport-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsmbldap.so.2()(64bit)libsmbldap.so.2(SMBLDAP_0)(64bit)libsmbldap.so.2(SMBLDAP_1)(64bit)libsmbldaphelper-samba4.so()(64bit)libsmbldaphelper-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(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.13)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libtrusts-util-samba4.so()(64bit)libtrusts-util-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.10)(64bit)libwbclient.so.0(WBCLIENT_0.12)(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.7.6_GIT.54.6E3276C9872LP150.2.20_SUSE_OS15.0_X86_64)(64bit)pam-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-client4.7.6+git.54.6e3276c9872-lp150.2.203.0.4-14.6.0-14.0-15.2-14.7.6+git.54.6e3276c98724.14.1Z@Z@ZZ@ZZ}@Z'Z@ZOZ@Z ,@Z@YY@Yo@Yo@Yo@Y@Y3YYu@Yg`Yf@Y7Y7Y, @Y"X:@X:@XXsX@X9@X@X@Xg@X,XƉX@XYXe@XX@X@X@XWXAb@X-W Wv@W$W;Wu@W#WW W@W~D@Wj}W_WYZ@WYZ@W=W(W!@WW@V3V3VV'@VՄ@VՄ@VVIV@V`Vl@V@V@V<@V<@V@VjV]VI@VG"@VG"@VG"@VG"@V(V'~@V V7@VBUYU@U@UUAUĝU@UU@Uy@UUrUq@UhTU_@USaT5'@T5'@T3T12T->@T->@T%U@T$T!`T!`T@T@TSS<@SS@S@Sہ@Sہ@Sہ@S@S;@S.S@SSSS@S@SS8@S}SxSg}@ScSZN@SXSO@SM@SM@SG@SG@SG@SG@S:@S:@S5d@S2@S,)S L@SSSS@S@S(S @S S 4@S?S?S?SK@R@Rb@R@RRR@R@RRRRRURURURRR&R@RR=R=RʚRʚRʚRʚRʚRʚRSRR@RjRjRv@RG@RG@RRRRR RiRu@RpRW@RUE@RUE@REs@R:@R6R4OR2@R(r@R%@R!R7R@R@QQQ@QQQQޞ@Qޞ@Qޞ@Qֵ@QQo@QzQQɆ@Q@Q(@Q@Qzl@QdQAQ,Q+R@Q@QQQ@Q@QEQ@Q \Q \PP-P-P9@PPDP[P@PѬ@P @P @PPP}@P+P@PP@PBPBPPP@P@P*P6@Pd@PoPoPoPoP{@Pb@Pb@PWPWPQP,PPP H@P H@PP@OjOjOORORO Ọ@OȮOȮO]@O]@O OE@O!O@OOO@O OoOc+@OaO`@OKp@OB5O>A@O=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.- Rebase File Server Remote VSS Protocol (FSRVP) server against 4.2.0rc1; (fate#313346).- Backport upstream master fixes for samba-regedit; (bnc#896536).- BuildRequire python-xml on SUSE systems only.- BuildRequire python-xml. - Exclude unwanted texpect binary and libhttp, libsamba-cluster-support, libsamba-debug, and libsocket-blocking shared libs. - Add vfs_fruit and vfs_worm man pages and ndr_dcerpc, smb2_lease_struct, tstream_smbXcli_np, idtree, and idtree_random header files. - Remove nmblookup and smbclient4 binary and nmblookup4 man page.- Update to 4.2.0rc1.- Fix small memory-leak in the background print process; (bnc#899558).- Modify samba-regedit so it displays correctly (related to ncurses). Changed code to use menu sub windows, seems to fix problems with display not refreshing; explicitly BuildRequire ncurses-devel; (bnc#896536).- Exclude unwanted libdnsserver_common and libdfs_server_ad shared libs and the man page of the unused findsmb script.- Skip groups that aren't mapped by idmap_ad; (bso#10824); (bnc#897969).- Update to 4.1.12. + s3: winbindd: On new client connect, prune idle or hung connections older than "winbind request timeout". Add new parameter "winbind request timeout". Please see smb.conf man page for details; (bso#3204); (bnc#872912). + Fix smbd crashes when filename contains non-ascii character; (bso#10716). + s4-rpc: dnsserver: Handle updates of tombstoned dnsNode objects; (bso#10749). + passdb: Fix NT_STATUS_NO_SUCH_GROUP; (bso#9570). + s4:setup/dns_update_list: make use of the new substitution variables; (bso#9831). + build: Fix configure to honour '--without-dmapi'; (bso#10369). + provision: Correctly provision the SOA record minimum TTL; (bso#10466). + s3: Enforce a positive allocation_file_size for non-empty files; (bso#10543). + lib: tevent: make TEVENT_SIG_INCREMENT atomic; (bso#10640). + Make "case sensitive = True" option working with "max protocol = SMB2" or higher in large directories; (bso#10650). + Samba 4 consuming a lot of CPU when re-reading printcap info; (bso#10652). + lib: strings: Simplify strcasecmp; (bso#10716). + Allow netr_ServerReqChallenge() and netr_ServerAuthenticate3() on different connections; (bso#10723). + 'net time': Fix usage and core dump; (bso#10728). + sys_poll_intr: Fix timeout arithmetic; (bso#10731). + s3:idmap: Don't log missing range config if range checking not requested; (bso#10737). + Fix flapping VFS gpfs offline bit; (bso#10741). + s4-rpc: dnsserver: Allow . to be specified for @ record; (bso#10742). + s4-rpc: dnsserver: return DNS_RANK_NS_GLUE recors when explicitly asked for; (bso#10751). + samba: Retain case sensitivity of cifs client; (bso#10755). + lib: Remove unused nstrcpy; (bso#10758). + Fix a memory leak in cli_set_mntpoint(); (bso#10759). + docs: Fix typos in smb.conf (inherit acls); (bso#10761). + libcli/security: Add better detection of SECINFO_[UN]PROTECTED_[D|S]ACL in get_sec_info(); (bso#10773). + s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in incoming security_information flags in posix_get_nt_acl_common(); (bso#10773). + Don't discard result of checking grouptype; (bso#10777). + s3:libsmb: Set a max charge for SMB2 connections; (bso#10778). + smbd: Properly initialize mangle_hash; (bso#10782). + dosmode: Fix FSCTL_SET_SPARSE request validation; (bso#10787). + vfs_dirsort: Fix an off-by-one error that can cause uninitialized memory read; (bso#10794).- Wait for network-online.target to prevent caching of pre-network failures; (bnc#889175).- Use domain name if search by domain SID fails to send SIDHistory lookups to correct idmap backend; (bnc#773464).- Prune idle or hung connections older than "winbind request timeout"; (bso#3204); (bnc#872912).- fix FSCTL_SET_SPARSE request validation; (bso#10787); (bnc#893774).- Remove pre-11.2 patch which by default uses the smbpasswd passdb backend.- build: disable mmap on s390 systems; (bso#10765); (bnc#886193); (bnc#882356).- Create the cups smb backend as sym link pointing to smbspool; (bnc#891220).- Fix winbind service parameter usage; (bnc#890005).- lib/param: change the default for "winbind expand groups" to "0"; (bnc#890008).- Update to 4.1.11. + A malicious browser can send packets that may overwrite the heap of the target nmbd NetBIOS name services daemon; CVE-2014-3560; (bnc#889429).- Fix "net time" segfault; (bso#10728); (bnc#889539).- Update to 4.1.10. + net/doc: Make clear that net vampire is for NT4 domains only; (bso#3263). + dbcheck: Add check and test for various invalid userParameters values; (bso#8077). + s4:dsdb/samldb: Don't allow 'userParameters' to be modified over LDAP for now; (bso#8077). + Simple use case results in "no talloc stackframe around, leaking memory" error; (bso#8449). + s4:dsdb/repl_meta_data: Make sure objectGUID can't be deleted; (bso#9763). + dsdb: Always store and return the userParameters as a array of LE 16-bit values; (bso#10130). + s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute(); (bso#10294). + ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory(); (bso#10469). + dbchecker: Verify and fix broken dn values; (bso#10536). + dsdb: Rename private_data to rootdse_private_data in rootdse; (bso#10582). + s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx SMB1 servers; (bso#10587). + Fix "PANIC: assert failed at ../source3/smbd/open.c(1582): ret"; (bso#10593). + rid_array used before status checked - segmentation fault due to null pointer dereference; (bso#10627). + Samba won't start on a machine configured with only IPv4; (bso#10653). + msg_channel: Fix a 100% CPU loop; (bso#10663). + s3: smbd: Prevent file truncation on an open that fails with share mode violation; (bso#10671); (bnc#884056). + s3: SMB2: Fix leak of blocking lock records in the database; (bso#10673). + samba-tool: Add --site parameter to provision command; (bso#10674). + smbstatus: Fix an uninitialized variable; (bso#10680). + SMB1 blocking locks can fail notification on unlock, causing client timeout; (bso#10684). + s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap(); (bso#10685). + 'RW2' smbtorture test fails when -N is set to 2 due to the invalid status check in the second client; (bso#10687). + wbcCredentialCache fails if challenge_blob is not first; (bso#10692). + Backport ldb-1.1.17 + changes from master; (bso#10693). + Fix SEGV from improperly formed SUBSTRING/PRESENCE filter; (bso#10693). + ldb: Add a env variable to disable RTLD_DEEPBIND; (bso#10693). + ldb: Do not build libldb-cmdline when using system ldb; (bso#10693). + ldb: Fix 1138330 Dereference null return value, fix CIDs 241329, 240798, 1034791, 1034792 1034910, 1034910); (bso#10693). + ldb: make the successful ldb_transaction_start() message clearer; (bso#10693). + ldb:pyldb: Add some more helper functions for LdbDn; (bso#10693). + ldb: Use of NULL pointer bugfix; (bso#10693). + lib/ldb: Fix compiler warnings; (bso#10693). + pyldb: Decrement ref counters on py_results and quiet warnings; (bso#10693). + s4-openldap: Remove use of talloc_reference in ldb_map_outbound.c; (bso#10693). + dsdb: Return NO_SUCH_OBJECT if a basedn is a deleted object; (bso#10694). + s4:dsdb/extended_dn_in: Don't force DSDB_SEARCH_SHOW_RECYCLED; (bso#10694). + Backport autobuild/selftest fixes from master; (bso#10696). + Backport drs-crackname fixes from master; (bso#10698). + smbd: Avoid double-free in get_print_db_byname; (bso#10699). + Backport access check related fixes from master; (bso#10700). + Backport provision fixes from master; (bso#10703). + s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX(); (bso#10706). + s3: Fix missing braces in nfs4_acls.c.- Reduce printer_list.tdb lock contention during printcap update; (bso#10652); (bnc#883870). + Only update the printer share inventory when needed.- Add missing newline to debug message in daemon_ready(); (bnc#865627).- BuildRequire systemd-devel, configure --with-systemd, and modify the service files accordingly on post-12.2 systems; (bso#10517); (bnc#865627).- Prevent file truncation on an open that fails with share mode violation; (bso#10671); (bnc#884056).- Update to 4.1.9. + Fix nmbd denial of service; CVE-2014-0244; (bnc#880962). + Fix segmentation fault in smbd_marshall_dir_entry()'s SMB_FIND_FILE_UNIX handler; CVE-2014-3493; (bnc#883758).- BuildRequire krb5-devel, libiniparser-devel, and python-devel in any case.- BuildRequire libxslt and perl-ExtUtils-MakeMaker and BuildIgnore libtevent on CentOS, Fedora, and RHEL systems.- Update to 4.1.8. + dns: Don't reply to replies; CVE-2014-0239; (bso#10609). + Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; CVE-2014-0178; (bso#10549). + s3: smb2: Fix 'xcopy /d' with samba shares; (bso#3124). + Extra ':' in msg for Waf Cross Compile Build System with Cross-answers command; (bso#10151). + s3: nmbd: Reset debug settings after reading config file; (bso#10239). + Fix empty body in if-statement in continue_domain_open_lookup; (bso#10348). + script/autobuild: Make use of '--with-perl-{arch,lib}-install-dir'; (bso#10472). + wafsamba: Fix the installation on FreeBSD; (bso#10472). + Use exit_daemon() to communicate status of startup to systemd; (bso#10517). + Fix adding NetApps; (bso#10524). + s3: lib/util: Fix logic inside set_namearray loops; (bso#10544). + s3: lib/util: set_namearray reads across end of namelist; (bso#10544). + idmap_autorid: Fix failure in reverse lookup if ID is from domain range index #0; (bso#10547). + build: Fix ordering problems with lib-provided and internal RPATHs; (bso#10548). + Fix read of deleted memory in reply_writeclose()'; (bso#10554). + lib-util: Rename memdup to smb_memdup and fix all callers; (bso#10556). + Fix lock order violation and file lost; (bso#10564). + dsdb: Do checks for invalid renames in samldb, before repl_meta_data; (bso#10569). + Fix wildcard unlink to fail if we get an error rather than trying to continue; (bso#10577). + byteorder: Do not assume PowerPC is big-endian; (bso#10590). + printing: Fix purge of all print jobs; (bso#10612).- examples/libsmbclient: avoid some compiler warnings; (bso#10624).- Fix printer job purging; (bso#10612); (bnc#879390).- Update samba-pubkey_6568B7EA.asc which will expire 2016-01-17.- Fix byte-order macros on little endian Power8; (bso#10590); (bnc#871701).- Pass through vfs_btrfs snapshot manipulation requests when "btrfs: manipulate snapshots = no" is configured; (bnc#874180).- Clone the base share security descriptor when exposing a snapshot share; (bnc#874656).- Use appropriate HRESULT return codes; (bnc#875046).- Update to 4.1.7. + Make "force user" work as expected; (bso#9878). + Fix build on AIX with IBM XL C/C++ (gettext detection issues); (bso#9911). + Fix problem with server taking too long to respond to a MSG_PRINTER_DRVUPGRADE message; (bso#9942). + s3-printing: Fix obvious memory leak in printer_list_get_printer(); (bso#9993). + doc: Add "spoolss: architecture" parameter usage; (bso#10188). + Make 'smbclient' support DFS shares with SMB2/3; (bso#10200). + Make (lib)smbclient work with NetApp; (bso#10230). + SessionLogoff on a signed connection with an outstanding notify request crashes smbd; (bso#10344). + dfs: Always call create_conn_struct with root privileges; (bso#10378). + 'net ads search' on high latency networks can return a partial list with no error indication; (bso#10387). + max xmit > 64kb leads to segmentation fault; (bso#10422). + Fix STATUS_NO_MEMORY response from Query File Posix Lock request; (bso#10431). + Increase max netbios name components; (bso#10439). + smbd_server_connection_terminate("CTDB_SRVID_RELEASE_IP") panics from within ctdbd_migrate() with invalid lock_order; (bso#10444). + Fix 'wbinfo -i' with one-way trust; (bso#10458). + samba4 services not binding on IPv6 addresses causing connection delays; (bso#10464). + s3-vfs: Fix stream_depot vfs module on btrfs; (bso#10467). + Don't respond with NXDOMAIN to records that exist with another type; (bso#10471). + pidl: waf should have an option for the dir to install perl files and do not glob; (bso#10472). + s3-spoolssd: Don't register spoolssd if epmd is not running; (bso#10474). + s3-rpc_server: Fix handling of fragmented rpc requests; (bso#10481). + Initial FSRVP rpcclient requests fail with NT_STATUS_PIPE_NOT_AVAILABLE; (bso#10484). + lsa.idl: Define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord as public structs; (bso#10504). + Make 'smbreadline' build with readline 6.3; (bso#10506). + smbd: Correctly add remote users into local groups; (bso#10508). + rpcclient FSRVP request UNCs should include a trailing backslash; (bso#10521). + Cleanup messages.tdb record after unclean smbd shutdown; (bso#10534). + s3:rpc_server: Minor refactoring of process_request_pdu().- Create a new DBus connection for every vfs_snapper request, to ensure correct snapper UID detection; (bnc#866354).- Fix "Invalid read" in method reply_writeclose; (bso#10554); (bnc#873658).- Fix minor compiler warnings in snapshot code-path; (bnc#873177).- Remove references to the obsolete samba-krb-printing package and get_printing_ticket binary.- Fix malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; CVE-2014-0178; (bso#10549); (bnc#872396).- User error strings instead of hex codes where possible for FSRVP errors; (bnc#866927).- Fix remote share shadow copy request UNCs; (bso#10521); (bnc#870957).- Add krb5rcache directory to the winbind package; (bnc#870607). - Cleanup and consolidate the sysconfig and systemd service files.- Extend vfs_snapper man page to cover permissions; (bnc#870570).- Fix RPC server handling of fragmented requests; (bso#10481); (bnc#869707).- Default with the cache and lock directory to the same path to have both non-persistent and persistent data at one location; (bnc#846586).- Depend only on %version with all manual Provides and Requires; (bnc#844307).- Update to 4.1.6. + Password lockout not enforced for SAMR password changes; CVE-2013-4496; (bnc#849224). + smbcacls can remove a file or directory ACL by mistake; CVE-2013-6442; (bnc#855866).- Password lockout not enforced for SAMR password changes; CVE-2013-4496; (bnc#849224).- Call update-apparmor-samba-profile via ExecStartPre too; (bnc#867665).- samba4 smbcalcs --chown | --chgrp dacl regression; CVE-2013-6442; (bnc#855866).- Retry named pipe open requests on STATUS_PIPE_NOT_AVAILABLE; (bso#10484); (bnc#865095).- Propagate snapshot enumeration permissions errors to SMB clients; (bnc#865641).- Properly handle empty 'requires_membership_of' entries in /etc/security/pam_winbind.conf; (bnc#865771).- Fix problem with server taking too long to respond to a MSG_PRINTER_DRVUPGRADE message; (bso#9942); (bnc#863748). - Fix memory leak in printer_list_get_printer(); (bso#9993); (bnc#865561).- Fix stream_depot VFS module on Btrfs; (bso#10467); (bnc#865397).- Use libarchive to provide improved smbclient tarmode functionality; (bso#9667); (bnc#861135).- Depend on %version-%release with all manual Provides and Requires; (bnc#844307).- Update to 4.1.5. + Fix 100% CPU utilization in winbindd when trying to free memory in winbindd_reinit_after_fork; (bso#10358); (bnc#786677). + smbd: Fix memory overwrites; (bso#10415). + s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done(); (bso#2191). + ntlm_auth sometimes returns the wrong username to mod_ntlm_auth_winbind; (bso#10087). + s3: smbpasswd: Fix crashes on invalid input; (bso#10320). + s3: vfs_dirsort module: Allow dirsort to work when multiple simultaneous directories are open; (bso#10406). + Add support for Heimdal's unified krb5 and hdb plugin system, cope with first element in hdb_method having a different name in different heimdal versions and fix INTERNAL ERROR: Signal 11 in the kdc pid; (bso#10418). + vfs_btrfs: Fix incorrect zero length server-side copy request handling; (bso#10424). + s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can't cope with a symlink when lp_posix_pathnames() is true; (bso#10429). + smbd: Fix an ancient oplock bug; (bso#10436). + Fix crash bug in smb2_notify code; (bso#10442).- Remove superfluous obsoletes *-64bit in the ifarch ppc64 case; (bnc#437293).- Migrate @GMT token parsing functionality into vfs_snapper; (bnc#863079). + Improve vfs_snapper documentation.- Fix Winbind 100% CPU utilization caused by domain list corruption; (bso#10358); (bnc#786677).- Fix memory overwrite in FSCTL_VALIDATE_NEGOTIATE_INFO handler; (bso#10415); (bnc#862370).- Streamline the vendor suffix handling and add support for SLE 12.- Fix zero length server-side copy request handling; (bso#10424); (bnc#862558).- Set the PID directory to /run/samba on post-12.2 systems.- Make use of the tmpfilesdir macro while calling systemd-tmpfiles.- Make winbindd print the interface version when it gets an INTERFACE_VERSION request; (bnc#726937).- Fix vfs_btrfs build on older platforms with duplicate WRITE_FLUSH definitions; (bnc#860832).- Check for NULL gensec_security in gensec_security_by_auth_type(); (bnc#860809).- Ensure ndr table initialization; (bnc#860648).- Add File Server Remote VSS Protocol (FSRVP) server for SMB share shadow-copies; (fate#313346).- s3-dir: Fix the DOS clients against 64-bit smbd's; (bso#2662). - shadow_copy2: module "Previous Version" not working in Windows 7; (bso#10259). - s3-passdb: Fix string duplication to pointers; (bso#10367). - vfs/glusterfs: in case atime is not passed, set it to the current atime; (bso#10384)- s3: winbindd: Move calling setup_domain_child() into add_trusted_domain(); (bso#10358); (bnc#786677).- Default sysconfig daemon options to -D; (bso#10388); (bnc#857454).- Add /var/cache/samba to the client file list; (bnc#846586).- Really add the WINBINDDOPTIONS sysconfig variable on install; (bnc#857454).- Correct sysconfig variable names by adding the missing D char; (bnc#857454).- Update to 4.1.4. + Fix segfault in smbd; (bso#10284). + Fix SMB2 server panic when a smb2 brlock times out; (bso#10311).- Call stop_on_removal from preun and restart_on_update and insserv_cleanup from postun on pre-12.3 systems only; (bnc#857454).- BuildRequire gamin-devel instead of unmaintained fam-devel package on post-12.1 systems.- smbd: allow updates on directory write times on open handles; (bso#9870). - lib/util: use proper include for struct stat; (bso#10276). - s3:winbindd fix use of uninitialized variables; (bso#10280). - s3-winbindd: Fix DEBUG statement in winbind_msg_offline(); (bso#10285). - s3-lib: Fix %G substitution for domain users in smbd; (bso#10286). - smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a path for open; (bso#10297). - smb2_server processing overhead; (bso#10298). - ldb: bad if test in ldb_comparison_fold(); (bso#10305). - Fix AIO with SMB2 and locks; (bso#10310). - smbd: Fix a panic when a smb2 brlock times out; (bso#10311). - vfs_glusterfs: Enable per client log file; (bso#10337).- Add /etc/sysconfig/samba to the main and winbind package; (bnc#857454).- Create /var/run/samba with systemd-tmpfiles on post-12.2 systems; (bnc#856759).- Fix broken rc{nmb,smb,winbind} sym links which should point to the service binary on post-12.2 systems; (bnc#856759).- Add Snapper VFS module for snapshot manipulation; (fate#313347). + dbus-1-devel required at build time.- Add File Server Remote VSS Protocol (FSRVP) client for SMB share shadow-copies; (fate#313345).- Do not BuildRequire perl ExtUtils::MakeMaker and Parse::Yapp as they're part of the minimum build environment.- Update to 4.1.3. + DCE-RPC fragment length field is incorrectly checked; CVE-2013-4408; (bnc#844720). + pam_winbind login without require_membership_of restrictions; CVE-2012-6150; (bnc#853347).- Make use of the full gpg pub key file name including the key ID.- Add transparent file compression support; (fate#316266). + Implement FSCTL_GET_COMPRESSION and FSCTL_SET_COMPRESSION handlers. + Add FILE_ATTRIBUTE_COMPRESSED and FILE_NO_COMPRESSION support. + Extend vfs_btrfs VFS module to utilize get/set compression hooks.- Add support for FSCTL_SRV_COPYCHUNK_WRITE; (fate#314770).- Remove bogus libsmbclient0 package description and cleanup the libsmbclient line from baselibs.conf; (bnc#853021).- BuildRequire systemd on post-12.2 systems.- Update to 4.1.2. + s4-dns: dlz_bind9: Create dns-HOSTNAME account disabled; (bso#9091). + dfs_server: Use dsdb_search_one to catch 0 results as well as NO_SUCH_OBJECT errors; (bso#10052). + Missing talloc_free can leak stackframe in error path; (bso#10187). + Fix memset used with constant zero length parameter; (bso#10190). + s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'; (bso#10193). + Make offline logon cache updating for cross child domain group membership; (bso#10194). + nsswitch: Fix short writes in winbind_write_sock; (bso#10195). + RW Deny for a specific user is not overriding RW Allow for a group; (bso#10196). + vfs_glusterfs: Fix excessive debug output from vfs_gluster_open(); (bso#10224). + vfs_glusterfs: Implement proper mashalling/unmarshalling of ACLs; (bso#10224). + VFS plugin was sending the actual size of the volume instead of the total number of block units because of which windows was getting the wrong volume capacity; (bso#10224). + libcli/smb: Fix smb2cli_ioctl*() against Windows 2008; (bso#10232). + xattr: Fix listing EAs on *BSD for non-root users; (bso#10247). + Fix the build of vfs_glusterfs; (bso#10253). + s3-winbindd: Fix cache_traverse_validate_fn failure for NDR cache entries; (bso#10264). + util: Remove 32bit macros breaking strict aliasing; (bso#10269).- Let gpg verify execution condition not fail on non SUSE systems.- Add systemd support for post-12.2 systems.- Allow smbcacls to take a '--propagate-inheritance' flag to indicate that the add, delete, modify and set operations now support automatic propagation of inheritable ACE(s); (FATE#316474).- Unconditionally create the CUPS smb backend sym link pointing to smbspool; (bnc#850656).- Update to 4.1.1. + ACLs are not checked on opening an alternate data stream on a file or directory; CVE-2013-4475; (bso#10229); (bnc#848101). + Private key in key.pem world readable; CVE-2013-4476; (bnc#848103).- Private key in key.pem world readable; CVE-2013-4476; (bnc#848103).- ACLs are not checked on opening an alternate data stream on a file or directory; CVE-2013-4475; (bso#10229); (bnc#848101).- Update to 4.1.0. + pam_winbindd: Support the KEYRING ccache type; (bso#10132). + Fix PAC parsing failure; (bso#10178).- Unify the defattr lines in the pidl, python, test and test-devel files section by removing the optional directory mode.- Verify source tar ball gpg signature.- Update to 4.1.0rc4. + dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLs; (bso#8077). + python-samba-tool fsmo: Do not give an error on a successful role transfer; (bso#9461). + dbwrap_ctdb: Treat empty records as non-existing; (bso#10008). + Raise the level of a debug when unable to open a printer; (bso#10118). + Add "acl allow execute always" parameter; (bso#10134). + vfs_shadow_copy2: Display previous versions correctly over SMB2; (bso#10137). + smbd: Always clean up share modes after hard crash; (bso#10138). + Valid utf8 filenames cause "invalid conversion error" messages; (bso#10139). + libcli/smb: Use SMB1 MID=0 for the initial Negprot; (bso#10144). + Samba SMB2 client code reads the wrong short name length in a directory listing reply; (bso#10145). + libcli/smb: Only check the SMB2 session setup signature if required and valid; (bso#10146). + Better document potential implications of a globally used "valid users"; (bso#10147). + cli_smb2_get_ea_list_path() failed to close file on exit; (bso#10149). + Not all OEM servers support the ALTNAME info level; (bso#10150). + Regression causes replication failure with Windows 2008R2 and deletes Deleted Objects; (bso#10157). + Netbios related samba process consumes 100% CPU; (bso#10158). + Fix POSIX ACL mapping when setting DENY ACE's from Windows; (bso#10162).- Require libndr-standard-devel due to gen_ndr/lsa.h from libpdb-devel.- Add libdcerpc0, libdcerpc-atsvc0, libdcerpc-binding0, libdcerpc-samr0, libgensec0, libndr0, libndr-krb5pac0, libndr-nbt0, libndr-standard0, libpdb0, libregistry0, libsamba-credentials0, libsamba-hostconfig0, libsamba-policy0, libsamba-util0, libsamdb0, libsmbclient-raw0, libsmbconf0, libsmbldap0, and libtevent-util0 to baselibs.conf.- Add or polish the shared library package summaries and descriptions.- Update to 4.1.0rc3. + Fix working on site with Read Only Domain Controller; (bso#5917). + Add man page for vfs_syncops; (bso#7364). + Add man page for vfs_linux_xfs_sgid; (bso#7490). + When replicating DNS for bind9_dlz we need to create the server-DNS account remotely; (bso#9091). + Winbind unable to retrieve user information from AD; (bso#9615). + winbind_lookup_names() fails because of NT_STATUS_CANT_ACCESS_DOMAIN_INFO; (bso#9899). + Build Samba 4.0.x on AIX with IBM XL C/C++; (bso#9911). + Add SMB2 and SMB3 support for smbclient; (bso#9974). + Add man pages for ntdb tools; (bso#10000). + Add man page for samba-regedit tool; (bso#10001). + ::1 added to nameserver on join; (bso#10030). + Fix memory leak in source3/lib/util.c:1493; (bso#10063). + Fix segmentation fault in 'net ads join'; (bso#10073). + Fix variable list in vfs_crossrename man page; (bso#10076). + s3-winbind: Fix a segfault passing NULL to a fstring argument; (bso#10082). + smbd: Fix async echo handler forking; (bso#10086). + MacOSX 10.9 will not follow path-based DFS referrals handed out by Samba; (bso#10097). + Honour output buffer length set by the client for SMB2 GetInfo requests; (bso#10106). + Fix Winbind crashes on DC with trusted AD domains; (bso#10107). + Handle Dropbox (write-only-directory) case correctly in pathname lookup; (bso#10114). + Masks incorrectly applied to UNIX extension permission changes; (bso#10121).- Implement shared library packaging guidelines. - Correct interpackage dependencies; (bso#10129).- Define the source URL differently in the case of a release candidate.- Update to 4.1.0rc2. + Add vfs_btrfs module. + Add support for server-side copy operations via the SMB2 FSCTL_SRV_COPYCHUNK request. + Fix replication with --domain-crictical-only to fill in backlinks; (bso#9029). + Windows 8 Roaming profiles fail; (bso#9678). + Fix crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"; (bso#9820). + Windows error 0x800700FE when copying files with xattr names containing ":"; (bso#9992). + Do not delete an existing valid credential cache (s3-winbind); (bso#9994). + Fix segfault while reading incomplete session info; (bso#10003). + Missing integer wrap protection in EA list reading can cause server to loop with DOS (CVE-2013-4124); (bso#10010). + Fix a 100% loop at shutdown time (smbd); (bso#10013). + Fix/improve debug options; (bso#10015). + Rename regedit to samba-regedit; (bso#10040). + Remove obsolete swat manpage and references; (bso#10041). + Fix crashes in socket_get_local_addr(); (bso#10042). + Allow to change the default location for Kerberos credential caches; (bso#10043). + Remove a redundant inlined substitution of ACLs; (bso#10045). + nsswitch: Add OPT_KRB5CCNAME to avoid an error message; (bso#10048). + dsdb improvements; (bso#10056). + Linux kernel oplock breaks can miss signals; (bso#10064).- BuildRequire pyldb-devel.- Add libnetapi0 and samba-libs to baselibs.conf.- Update to 4.0.9. + Fix crash of Winbind after "ls -l /usr/local/samba/var/locks/sysvol"; (bso#9820). + s3-lib: Fix segmentation fault while reading incomplete session info; (bso#10003). + smbd: Fix a 100% loop at shutdown time; (bso#10013). + Windows 8 Roaming profiles fail; (bso#9678). + Add UPN enumeration to passdb internal API; (bso#9779). + smbd: Cleanup disonnected durable handles; (bso#9930). + vfs_streams_xattr: Do not attempt to write empty attribute twice; (bso#9970). + Fix Windows error 0x800700FE when copying files with xattr names containing ":"; (bso#9992). + s3-winbind: Do not delete an existing valid credential cache; (bso#9994). + Fix excessive RID allocation; (bso#10014). + Add debugclass for DNS server; (bso#10015). + Fix/improve debug options; (bso#10015). + Allow to change the default location for Kerberos credential caches; (bso#10043). + Linux kernel oplock breaks can miss signals; (bso#10064). + net ads join: Fix segmentation fault in create_local_private_krb5_conf_for_domain; (bso#10073).- Update to 4.0.8. + Samba 3.0.x to 4.0.7 are affected by a denial of service attack on authenticated or guest connections; CVE-2013-4124; (bnc#829969).- Require krb5 and not the non existing krb5-libs package.- Update to 4.1.0rc1. + Directory database replication (AD DC mode) + Server-Side Copy Support + Btrfs Filesystem Integration- BuildRequire perl ExtUtils::MakeMaker and Parse::Yapp. - BuildRequire libxslt, libxslt1, or libxslt-tools depending on SUSE version. - Require perl-base on SUSE systems only.- Adjust group setting of the test-devel subpackage. - Require perl-base from the pidl subpackage.- Remove libdir/samba/ldb after install if we're building Samba without Active Directory Domain Controller support.- Remove unused ccache switch from the spec file.- BuildRequire docbook-xsl-stylesheets and libxslt-tools to build the man pages and add them to the package again.- Build from the package from the top level directory; (bnc#794744). - BuildRequire pytalloc-devel, python-tdb, and python-tevent. - Also use out of tree builds of talloc, tdb, tevent, and ldb for pre-12.1 SUSE systems.- Remove the empty data dir from the doc package filelist. - Explicitly use samba instead of the name macro to define the docbook dir.- Update to 4.0.7. + Fix a core dump with invalid lock order while opening/editing or copying MS files; (bso#9794). + Fix crash bug from search of mail=; (bso#9967). + s3-rpc_server: Ensure we are root when starting and using gensec; (bso#9465). + Add support for MX queries; (bso#9485). + dns: Delete dnsNode objects when they are empty; (bso#9559). + dns: Support larger queries when asking forwarder; (bso#9632). + s3:lib/server_mutex: Open mutex.tdb with CLEAR_IF_FIRST; (bso#9805). + Use of wrong RFC2307 primary group field; (bso#9880). + Check for system libtevent; (bso#9881). + is_printer_published GUID retrieval; (bso#9900). + Doc fixes for 4.0; (bso#9906). + Build fixes for 4.0 found during autoconf or debian packaging work; (bso#9907). + build: Add missing new line to replaced python shebang line; (bso#9909). + PIE builds not supported; (bso#9910). + s4:winbind: Don't leak libnet_context into the main event context; (bso#9929). + Fix a bug of drvupgrade of smbcontrol; (bso#9941). + Check for netbios aliases in ad_get_referrals; (bso#9947). + Fix tevent_poll on 32-bit machines (Coverity ID 989236); (bso#9953). + docs: Avoid mentioning a possibly misleading option; (bso#9964). + Fix build with system Heimdal of samba4kgetcred; (bso#9968).- Use SLE as product prefix for SUSE Linux Enterprise, oS for openSUSE, and OBS for any other operating system to define the vendor string while build.- Remove ldapsmb from the main spec file.- Adjust ldapsmb and nmbstatus man page syntax required by a newer pod2man.- Don't bzip2 the main tar ball, use the upstream gziped one instead.- Explicitly BuildRequire cyrus-sasl-devel, libattr-devel, and libopenssl-devel.- Fix libreplace license ambiguity; (bso#8997); (bnc#765270).- Update to 4.0.6. + Fix crash during Win8 sync; (bso#9822). + Fix segfault when loging in with wrong password from w2k8r2; (bso#9834). + Fix the username map optimization; (bso#9139). + Add support for PFC_FLAG_OBJECT_UUID when parsing packets; (bso#9382). + SMB2 server doesn't support recvfile; (bso#9412). + Fix the build of vfs_notify_fam; (bso#9545). + Fix adding case sensitive spn; (bso#9699). + Properly handle oplock breaks in compound requests; (bso#9722). + Properly handle oplock breaks in compound requests; (bso#9722). + Cache name_to_sid/sid_to_name correctly; (bso#9766). + Fix 'net ads join' when called via stdin; (bso#9767). + Fix segfault for "artificial" conn_structs in vfs_fake_perms; (bso#9775). + vfs_dirsort uses non-stackable calls, dirfd(), malloc instead of talloc and doesn't cope with directories being modified whilst reading; (bso#9777). + Fix panic when running 'smbtorture smb.base'; (bso#9782). + Use specified python for runtime installation of Samba; (bso#9785). + Change '--with-dmapi' to 'default=auto' to match the autoconf build; (bso#9803). + wafsamba: Display the default value in help for SAMBA3_ADD_OPTION; (bso#9804). + wbinfo: Fix segfault in wbinfo_pam_logon; (bso#9807). + Package new dbwrap_tool man page; (bso#9809). + Old DOS SMB CTEMP request uses a non-VFS function to access the filesystem; (bso#9811). + Fix 'map untrusted to domain' with NTLMv2; (bso#9817). + SMB signing and the async echo responder don't work together; (bso#9824). + Fix panic in nt_printer_publish_ads; (bso#9830). + talloc use after free in winbind4; (bso#9832). + Function called in unix_convert() path can overwrite errno; (bso#9833). + Fix NULL pointer dereference in Winbind; (bso#9854). + Fix making LIBNDR_PREG_OBJ; (bso#9868).- Remove disabled and anyhow obsoleted net-report and net_rpc_migrate patches.- Update to 4.0.5. + Fix large reads/writes from some Linux clients; (bso#9706). + Add 'samba-tool dbcheck --reset-well-known-acls'; (bso#9740). + Can't delegate adding computers to domain; (bso#9267). + Fix GNU ld version detection with old gcc releases; (bso#7825). + Never try to map global SAM name; (bso#9039). + Certain xattrs cause Windows error 0x800700FF; (bso#9130). + Samba returns unexpected error on SMB posix open; (bso#9519). + Fix build on AIX; (bso#9557). + libnss-winbindd does not provide pass struct for groups mapped with ID_TYPE_BOTH and vice versa; (bso#9617). + Reauth-capable client fails to access shares on Windows member; (bso#9625). + PIDL: Fix parsing linemarkers in preprocessor output; (bso#9636). + Rename internal subsystem pdb_ldap to pdb_ldapsam; (bso#9639). + Fix the build of vfs_afsacl; (bso#9642). + Fix the build with --fake-kaserver; (bso#9643). + Fix compile of source3/lib/afs.c; (bso#9644). + Make SMB2_GETINFO multi-volume aware; (bso#9646). + idmap_autorid: Fix freeing of non-talloced memory; (bso#9653). + Work around FreeBSD's getaddrinfo() underscore issue; (bso#9656). + 'make test' hangs; (bso#9663). + Fix correct linking of libreplace with cmdline-credentials; (bso#9664). + Fix filtering of link-local addresses; (bso#9666). + Fix crash in 'net rpc join' against a Samba 3.0.33 PDC; (bso#9669). + Samba denies owner Read Control when there is a DENY entry while W2K08 does not; (bso#9674). + Fix several resource (fd) leaks; (bso#9683). + Fix a memory leak in spoolss rpc server; (bso#9685). + Fix a possible buffer overrun in pdb_smbpasswd; (bso#9686). + Fix several possible null pointer dereferences; (bso#9687). + Make sure that domain joins work correctly when the DC disallows NTLM auth; (bso#9689). + Backport tevent changes to bring library to version 0.9.18; (bso#9695). + Remove incomplete samba_dnsupdate IPv6 link-local address check; (bso#9696). + DsReplicaGetInfo fails due to sendto() EMSGSIZE error on UNIX domain socket; (bso#9697). + Fix vfs_catia and update documentation; (bso#9701); (bnc#824833). + Fix build on solaris8: Do not force a specific perl on pod2man; (bso#9703). + Fix nss_winbind name on FreeBSD; (bso#9704). + s4:winbindd: Do not drop the workgroup name in the getgrnam, getgrent and getgrgid calls; (bso#9711). + Set LD_LIBRARY_PATH in install_with_python.sh; (bso#9717). + s4-idmap: Remove requirement that posixAccount or posixGroup be set for rfc2307; (bso#9718). + Allow forcing an override of an old @MODULES record; (bso#9719). + Do not print the admin password during 'samba-tool classicupgrade'; (bso#9720). + Make samba_upgradedns more robust (do not guess addresses when just changing roles); (bso#9721). + Add a tool to migrate latin1 printing tdbs to registry; (bso#9723). + is_encrypted_packet() function incorrectly used inside server; (bso#9724). + upgradeprovision and 'samba-tool dbcheck' patches for 4.0.NEXT; (bso#9725). + Fix NULL pointer dereference; (bso#9727). + DO NOT install samba_upgradeprovision in 4.0.x; (bso#9728). + Fix 'smbcontrol close-share'; (bso#9733). + Fix Winbind separator in upn to username conversion; (bso#9735). + Change to smbd/dir.c code gives significant performance increases on large directory listings; (bso#9736). + PIDL: Build fixes for hosts without CPP (Solaris 11); (bso#9739). + Make sure that we only propogate the INHERITED flag when we are allowed to; (bso#9747). + Remove unneeded fstat system call from hot read path; (bso#9748). + Don't leak the epm_Map policy handle; (bso#9758). + Fix incorrect parsing of SMB2 command codes; (bso#9760). - Update to 4.0.4. + Remove forced set of 'create mask' to 0777; CVE-2013-1863; (bnc#809624).- Fix periodic printcap cache reloads; (bso#9650); (bnc#807334).- No longer use the cifs- or smbfstab named configuration file on post-12.2 systems; (bnc#804822); (bnc#821889).- Shift the smbfs init script nfs dependency from Required to Should.- Fix SMB1 Session Setup AndX handling with a large krb PAC; (bso#9658); (bnc#802031).- Point LD_LIBRARY_PATH to the just-built libraries while calling testparm to generate the default share snippets on pre-12.2 systems.- Explicitly configure --with-ads.- Fix smbclient recursive mget EPERM handling; (bso#9633); (bnc#786350).- Remove superfluous quotation marks while setting the SAMBA_VERSION_VENDOR_SUFFIX string.- Do not restart the smbfs service on pre-11.3 systems during dhcp lease renewal when the IP address remains the same; (bnc#800782).- Update to 4.0.3. + Fix ACL problem with delegation of privileges and deletion of accounts over LDAP interface; add documentation; (bso##8909). + check_password_quality: Handle non-ASCII characters properly; (bso##9105). + Fix 'smbd' panic triggered by unlink after open; (bso##9571). + smbd: Fix memleak in the async echo handler; (bso##9549). + defer_open is triggered multiple times on the same request; (bso#9196). + Add extra attributes for AD printer publishing; (bso#9378). + FSMO seize of naming role fails: NT_STATUS_IO_TIMEOUT; (bso#9461). + Downgrade v4 printer driver requests to v3; (bso#9474). + samba_upgradeprovision: fix the nTSecurityDescriptor on more containers; (bso#9481). + s3:smb2_negprot: set the 'remote_proto' value; (bso#9499). + waf assumes that pythonX.Y-config is a Python script; (bso#9503). + s4:drsuapi: Make sure we report the meta data from the cycle start; (bso#9508). + wafsamba: Use additional xml catalog file; (bso#9512). + samba_dnsupdate: Set KRB5_CONFIG for nsupdate command; (bso#9517). + conn->share_access appears not be be reset between users; (bso#9518). + Remove superfluous bracket in samba.8.xml; (bso#9528). + Fix typo in vfs_tsmsm.8.xml; (bso#9530). + terminate the irpc_servers_byname() result with server_id_set_disconnected(); (bso#9540). + Make use of posix_openpt; (bso#9541). + Fix build of vfs_commit and plug in async pwrite support; (bso#9544). + Fix aio_suspend detection on FreeBSD; (bso#9546). + Correctly detect O_DIRECT; (bso#9548). + sigprocmask does not work on FreeBSD to stop further signals in a signal handler; (bso#9550). + smb.conf(5): Update list of available protocols; (bso#9552). + s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup; (bso#9555). + Fix compilation of Solaris ACL module; (bso#9564). + Adding additional Samba 4.0 DC to W2k8 srv AD domain (in win200 functional level) produces dbcheck errors; (bso#9565). + Add dbwrap_tool.1 manual page; (bso#9568). + Document the command line options in dbwrap_tool(1); (bso#9568). + ntlm_auth(1): Fix format and make examples visible; (bso#9569). + Fix file corruption during SMB1 read by Mac OSX 10.8.2 clients; (bso#9572). + Fix a possible null pointer dereference in spoolss; (bso#9574). + Duplicate flags defined in the winbindd protocol; (bso#9575). + gensec: Allow login without a PAC by default; (bso#9581). + smbd: disk_free: sys_popen() failed" message logged in /var/log/message many times; (bso#9586). + Archive flag is always set on directories; (bso#9587). + ACLs are not inherited to directories for DFS shares; (bso#9588). + Correct meta data in ldb manpages; (bso#9591). + s3-winbind: Fix the build of idmap_ldap; (bso#9595). + Linked attribute handling should be by GUID; (bso#9596). + Fix timeouts of some IRPC calls; (bso#9598). + Use pid,task_id as cluster_id in process_single just like process_prefork; (bso#9598). + Add 'ldbdump' tool; general code and documentation cleanup; (bso#9609). + dsdb: Make secrets_tdb_sync cope with -H secrets.ldb; (bso#9610).- Update to 4.0.2. + Address SWAT security issues CVE-2013-0213 and CVE-2013-0214 which both don't apply to any SUSE Samba post-3.6.10 as it isn't longer built. + Don't build and package static libraries.- Drop separate build-source-timestamp file as it led to a second, incorrect Source Timestamp line.- Add server-side copy support; (fate#314770). + Implement FSCTL_SRV_COPYCHUNK and FSCTL_SRV_REQUEST_RESUME_KEY handlers. + Add vfs_btrfs VFS module for optimized Btrfs clone-range ioctl usage.- Add filter against shlib-policy-name-error for /lib*/libnss_wins.so.2.- Disable SWAT during configure and don't package it any longer.- Remove dangling references to Heimdal from the spec file.- Remove /lib/samba prefix from the localstatedir configure option.- Update to 4.0.1. + Samba 4.0.0 as an AD DC may provide authenticated users with write access to LDAP directory objects; CVE-2013-0172; (bnc#798364).- Add the missing get_printing_ticket binary path while calling the set_permissions macro; (bnc#783375).- Use the version macro while definition of the branch macro.- Remove references to no longer used devel macros.- Update to 4.0.0. + Honor password complexity settings; (bso#9414). + Install SWAT *.msg files with waf; (bso#9415). + Fix netr_ServerPasswordSet2, netr_LogonSamLogon with netlogon AES; (bso#9438). + developer-build: Fix panic when acl_xattr fails with access denied; (bso#9456). + Fix "map username script" with "security=ads" and Winbind; (bso#9457). + Install manpages only if we install the target; (bso#9459). + Respond correctly to FILE_STREAM_INFO requests; (bso#9460). + Users can not be given write permissions any more by default; (bso#9462). + Fix MMC crashes; (bso#9470). + Fix SEGV when using second vfs module; (bso#9471). + Support FIPS mode when building Samba; (bso#9479). + Fix ACL on "cn=partitions,cn=configuration"; (bso#9481).- netr_ServerPasswordSet2, netr_LogonSamLogon with netlogon AES broken; (bso#9438). - s3:auth: fix create_token_from_sid() to not fail in the winbindd case; (bso#9457). - s4:dsdb/acl_read: return the nTSecurityDescriptor attr if the sd_flags control is given; (bso#9470). - Support FIPS mode when building Samba; (bso#9479). - s4:provision: set the correct nTSecurityDescriptor; (bso#9481).- SEGV when using second vfs module; (bso#9471).- Update to 3.6.10. + Respond correctly to FILE_STREAM_INFO requests; (bso#9460). + Fix segfault when "default devmode" is disabled; (bso#9433). + Fix segfaults in "log level = 10" on Solaris; (bso#9390).- s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIED; (bso#9456). - Install manpages only if we install the target; (bso#9459). - Users can not be given write permissions any more by default; (bso#9462).- Fix MD5 detection in the autoconf build; (bso#9037); (bso#9086); (bso#9094); (bso#9418). - Use work around for 'winbind use default domain' only if it is set; (bso#9367). - Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend; (bso#9374). - large read requests cause server to issue malformed reply; (bso#9422). - s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(); (bso#9426). - Fix ncacn_ip_tcp reconnection code for lsa lookups; (bso#9439). - Allow to force DNS updates using net; (bso#9451). - Respond correctly to FILE_STREAM_INFO requests; (bso#9460).- Update to 4.0.0rc6. See WHATSNEW.txt from the samba-doc package.- On uninstall remove winbind from the pam configuration, invalidate the nscd passwd and group cache and only recommend the install of nscd; (bnc#792340).- BuildRequire libnscd-devel once.- Remove obsoleted references to pre-9.4 SUSE systems; (bnc#792294). - Add SUSE version depending pkg-config requires macro; (bnc#792294).- Define library names and use it instead of libldb1, libnetapi0, libsmbclient0, libsmbsharemodes0, libtalloc2, libtdb1, libtevent0, and libwbclient0; (bnc#792294). - Provide and obsolete libsmbsharemodes for post-10.3 SUSE systems.- Don't clutter the spec file diff view; (bnc#783384).- Fix fd leak causing 100% CPU in winbind on certain dc connection failures; (bso#9436); (bnc#786677).- Fix spoolss segfault when default devmode is disabled; (bso#9433); (bnc#791183).- Update to 4.0.0rc5. See WHATSNEW.txt from the samba-doc package.- ACL masks incorrectly applied when setting ACLs; (bso#9236). - s3-kerberos: also try with AES keys, when decrypting tickets; (bso#9272). - lib/replace: replace all *printf function if we replace snprintf; (bso#9390). - lib/addns: don't depend on the order in resp->answers[]; (bso#9402).- s4:torture/smb2: improve the smb2.create.blob tes; (bso#9209). - lib/krb5_wrap: request enc_types in the correct order; (bso#9272). - Fix net ads join message for the dns domain; (bso#9326). - docs-xml: fix use of tag; (bso#9345). - s3-aio_pthread: Optimize aio_pthread_handle_completion; (bso#9359). - s3:winbind: Failover if netlogon pipe is not available; (bso#9386).- Execute the run_permissions macro on pre-11.4 systems and else the set_permission one if available.- Ensure adding the winbind group never can fail.- Create ntadmin group only if it doesn't yet exist.- Update to 3.6.9. + When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_ACL_GROUP entries; (bso#9236). + Winbind can't fetch user or group info from AD via LDAP; (bso#9147). + Fix segfault in smbd if user specified ports out for range; (bso#9218).- quota: Don't force the block size to 512; (bso#3272). - Fix poll replacement to become a msleep replacement; (bso#8107). - Fix wrong test == syntax in configure; (bso#8146). - Fix --with(out)-sendfile-support option handling in autoconf; (bso#8344). - Fix builtin forms order to match Windows again; (bso#8632). - Fix RAW printing for normal users; (bso#8769); (bnc#790741). - Initialise ticket to ensure we do not invalid memory; (bso#8788). - Fix 'net rpc share allowedusers' to work with 2008r2; (bso#8966). - Fix crash on null pam change pw response; (bso#9013). - Connection to outbound trusted domain goes offline; (bso#9016). - Increase debug level for info that the db is empty; (bso#9112). - 'smbclient' can't connect to a Windows 7 server using NTLMv2; (bso#9117). - Winbind can't fetch user or group info from AD via LDAP; (bso#9147). - Open printers with the right access mask; (bso#9154). - Fix makerpms.sh on RHEL; (bso#9165). - Remove non-existent option '-Y' from winbindd manpage; (bso#9171). - Add quota support for gfs2; (bso#9172). - Make SMB2 compound request create/delete_on_close/close work as Windows; (bso#9173). - Empty SPNEGO packet can cause smbd to crash; (bso#9174). - pam_winbind: Match more return codes when wbcGetPwnam has failed; (bso#9177). - Fix crash bug in idmap_hash; (bso#9188); (bnc#788159). - SMB2 Create doesn't return correct MAX ACCESS access mask in blob; (bso#9189). - Fix service control for non-internal services; (bso#9192). - Don't take 'state->te' as indication for "was_deferred"; (bso#9196). - Parse of invalid SMB2 create blob can cause smbd crash; (bso#9209). - Bad ASN.1 NegTokenInit packet can cause invalid free; (bso#9213). - Fix segfault in smbd if user specified ports out for range; (bso#9218). - Signing cannot be disabled for SMB2 by design, so fix the documentation instead; (bso#9222). - Fix NT_STATUS_IO_TIMEOUT during slow import of printers into registry; (bso#9231). - When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_ACL_GROUP entries; (bso#9236). - lib-addns: ensure that allocated buffer are pre set to 0; (bso#9259). - Make tdb robust against shrinking tdbs and improper CLEAR_IF_FIRST restart; (bso#9268). - Add support for reloading systemd services; (bso#9280).- Warn via the smbd log if AppArmor and "wide links" are in use; (bnc#783719).- Do not write the build date into the header of the default smb.conf as this causses superfluous rebuilds of packages depending on samba; (bnc#781601).- Do not prerequire SuSEconfig.permissions as it's already enough and more generic to depend on the permissions package; (bnc#782293).- Update to 3.6.8. + Fix crash bug in smbd caused by a blocking lock followed by close; (bso#9084). + Fix Winbind panic if we couldn't find the domain; (bso#9135).- Backport FSCTL codes and fix segfault in smbstatus from master; (bso#9058). - Fix bad call to memcpy source3/registry/regfio.c; (bso#9065). - "Domain Users" incorrectly added as additional group on domain members; (bso#9066). - Use correct RID for "Domain Guests" primary group; (bso#9067). - Fix crash bug in smbd caused by a blocking lock followed by close; (bso#9084). - Fix smbclient/tarmode panic when connecting to Windows 2000 clients; (bso#9088). - Fix refreshing of Kerberos tickets in Winbind; (bso#9098). - Fix identification of idle clients in Winbind to avoid crashes and NDR parsing errors; (bso#9104). - Fix compilation with newer MIT Kerberos which hides internal symbols; (bso#9111). - Fix flooding the logs with records we don't find in pcap; (bso#9112). - Initialize the print backend after we setup winreg; (bso#9122). - Fix lprng job tracking errors; (bso#9123). - Fix setting of "inherited" bit on inherited ACE's; (bso#9124). - Fix Winbind panic if we couldn't find the domain; (bso#9135). - Make 'smbclient allinfo' show the snapshot list; (bso#9137). - Fix nfs quota support with Linux nfs4 mounts; (bso#9144). - Valid open requests can cause smbd assert due to incorrect oplock handling on delete requests; (bso#9150).- NMB registration for a duplicate workstation fails with registration refuse; (bso#9085); (bnc#770056).- Remove backup files caused by running configure in examples/VFS.- Update to 3.6.7. + Fix resolving our own "Domain Local" groups; (bso#9052); (bnc#779269). + Fix migrating printers while upgrading from 3.5.x; (bso#9026).- Correct documentation of "case sensitive"; (bso#8552). - Printing fails in function cups_job_submit; (bso#8719). - Fix kernel oplocks when uid(file) != uid(process); (bso#8974). - Send correct responses to NT Transact Secondary when no data and no params for the Trans2 calls are set; (bso#8989). - Fix build without ads support; (bso#8996). - Don't turn negative cache entries into valid idmappings; (bso#9002). - Fix posix acl on gpfs; (bso#9003). - Make vfs_gpfs less verbose in get/set_xattr functions; (bso#9022). - Fix migrating printers while upgrading from 3.5.x; (bso#9026). - Fix typo in set_re_uid() call when USE_SETRESUID selected in configure; (bso#9034). - Using asynchronous IO with SMB2 can return NT_STATUS_FILE_CLOSED in error instead ofNT_STATUS_FILE_LOCK_CONFLICT; (bso#9040). - Fix resolving our own "Domain Local" groups; (bso#9052); (bnc#779269). - Fix build against CUPS 1.6; (bso#9055). - Fix bugs in SMB2 credit handling code; (bso#9057). - rpcclient: Fix bad call to data_blob_const; (bso#9062).- Create missing doc directories while install. - Remove no longer existing Manifest file from install. - Don't creat a link to non existend html man pages for swat. - Don't call the no longer existing libsmbclient testsuit while build.- Configure with option --mandir instead --with-mandir. - Remove obsoleted --with-rootsbindir, --with-nmbdsocketdir, and - -with-swatdir configure options.- Update to 4.0.0beta4. See WHATSNEW.txt from the samba-doc package.- BuildRequire gcc, make, and patch; (bnc#771516).- ndr: fix push/pull DATA_BLOB with NDR_NOALIGN; (bso#9026); (bnc#770262).- Fix shell syntax in dhcpcd hook script; (bnc#769957).- Add missing int declaration to the net kdc lookup patch.- Update to 4.0.0beta2. See WHATSNEW.txt from the samba-doc package.- Update to 3.6.6. + Fix possible memory leaks in the Samba master process; (bso#8970). + Fix uninitialized memory read in talloc_free(); (bnc#764577). + Fix joining of XP Pro workstations to 3.6 DCs; (bso#8373); (bnc#787983).- resolve_ads() code can return zero addresses and miss valid DC IP addresses; (bso#8910). - Can't join XP Pro workstations to 3.6.1 DC; (bso#8373); (bnc#787983). - winbind can hang as nbt_getdc() has no timeout; (bso#8953). - Fix crash bug in dns_create_probe when dns_create_update fails; (bso#8627) - s3-pid: Catch with pid filename's change when config file is not smb.conf; (bso#8714). - Possible memory leaks in the main Samba process; (bso#8970). - s3: Fix uninitialized memory read in talloc_free(); (bnc#764577). - Treat exit_server_cleanly() as a "clean" shutdown; (bso#8971). - Avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute(); (bso#8988). - Winzip occasionally can not read files out of an open winzip dialog; (bso#8311). - s3-winbindd: call dump_core_setup after command line option has been parsed; (bso#8975). - Directory group write permission bit is set if unix extensions are enabled; (bso#8972). - s3: remove dependency on automake for "make everything"; (bso#8978). - sd_has_inheritable_components segfaults on an SD that se_access_check accepts; (bso#8811). - smbclient's tarmode insists on listing excluded directories; (bso#8922). - Notify code can miss a ChDir; (bso#8998). - s3:smbd: add a fsp_persistent_id() function; (bso#8995).- Call autogen.sh even on post-12.1 SUSE systems.- Don't call autogen.sh on post-12.1 SUSE and post-14 Fedora systems. - Recompile all IDL in any case.- BuildIgnore libtalloc and libtdb to prevent a package conflict on Fedora systems.- Install talloc.pc only on pre-12.2 and non SUSE systems.- BuildRequire libldb-devel, libtalloc-devel, libtdb-devel, and libtevent-devel on post-12.1 systems.- s3: Fix a segfault with debug level 3 on Solaris; (bso#8861). - s3: wbinfo --lookup-sids "" crashes winbind; (bso#8904). - smbd crashes when deleting directory and veto files are enabled; (bso#8837). - winbind_krb5_locator only returns one IP address; (bso#8897). - Wrong assertion/comparison: Compare value not pointer; (bso#8859). - Inconsistent (with manpage) command-line switch for "help" in smbtree; (bso#8831). - Fix incorrect debug statement. - Setting traverse rights fails to enable directory traversal when acl_xattr in use; (bso#8857). - Syslog broken owing to mistyping of debug_settings.syslog; (bso#8877). - s3/ldap: remove outdated netscape ds 5 schema file; (bso#8869). - s3-docs: fixes several typos; (bso#7938). - s3-VFS: Fix building out-of-tree modules; (bso#8822). - s3-docs: Add hint that setting "profile acls = yes" on normal shares can cause trouble; (bso#7930). - s3-pam_winbind: Fix the build with a newer iniparser library; (bso#8915). - Avoid null dereference in initialize_password_db(); (bso#8920). - s3:registry: implement values_need_update and subkeys_need_update in the smbconf backend. - s3:registry:reg_api: fix reg_queryvalue to not fail when values are modified while it runs. - s4:torture:rpc:spoolss: also initialize driverName before checking it in test_PrinterData_DsSpooler(). - s3:registry: multiple cleanups, fixes, and optimisations. - s3:auth/server_info: the primary rid should be in the groups rid array; (bso#8798). - s3-printing: Add new printers to registry; (bso#8554); (bso#8612); (bso#8748). - Fix the overwriting of errno before use in a DEBUG statement and use the return value from store_acl_blob_fsp rather than ignoring it; (bso#8945). - s3-auth: Don't lookup the system user in pdb; (bso#8944). - s3-passdb: Fix negative SID->uid/gid cache handling; (bso#8952). - Fix typo in pam_winbindd code; (bso#8957). - Fix remove_duplicate_addrs2 previously it could leave zero addresses in the list; (bso#8910). - Slow but responsive DC can lock up winbindd; (bso#8943). - Broken processing of %U with vfs_full_audit when force user is set; (bso#8882).- Disable included build of ldb, talloc, tdb, and tevent on post-12.1 systems. - BuildRequire libldb1-devel, libtalloc2-devel, libtdb1-devel, and libtevent0-devel on post-12.1 systems.- Add PreReq /etc/init.d/nscd to the winbind package; (bnc#759731).- docs-xml: fix default name resolve order; (bso#7564). - s3-aio-fork: Fix a segfault in vfs_aio_fork; (bso#8836). - docs: remove whitespace in example samba.ldif; (bso#8789). - s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845); (bnc#730769). - s3-docs: Prepend '/' to filename argument; (bso#8826).- Update to 3.6.5. - Restrict self granting privileges where security=ads for Samba post-3.3.16; CVE-2012-2111; (bnc#757576).- Remove all precompiled idl output to ensure any pidl changes take effect; (bnc#757080).- Update to 3.6.4. - Samba pre-3.6.4 are affected by a vulnerability that allows remote code exe- cution as the "root" user; PIDL based autogenerated code allows overwriting beyond of allocated array; CVE-2012-1182; (bso#8815); (bnc#752797).- s3-winbindd: Only use SamLogonEx when we can get unencrypted session keys; (bso#8599). - Correctly handle DENY ACEs when privileges apply; (bso#8797).- s3:smb2_server: fix a logic error, we should sign non guest sessions; (bso8749). - Allow vfs_aio_pthread to build as a static module; (bso#8723). - s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persistent dbs; (#bso8527). - s3: segfault in dom_sid_compare(bso#8567). - Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER; (bso#8768). - s3-winbindd: Close netlogon connection if the status returned by the NetrSamLogonEx call is timeout in the pam_auth_crap path; (bso#8771). - s3-winbindd: set the can_do_validation6 also for trusted domain; (bso#8599). - Fix problem when calculating the share security mask, take priviliges into account for the connecting user; (bso#8784).- Fix crash in dcerpc_lsa_lookup_sids_noalloc() with over 1000 groups; (bso#8807); (bnc#751454).- Remove obsoleted Authors lines from spec file for post-11.2 systems.- Make ldapsmb build with Fedora 15 and 16; (bso#8783). - BuildRequire libuuid-devel for post-11.0 and other systems. - Define missing python macros for non SUSE systems. - PreReq to fillup_prereq and insserv_prereq only on SUSE systems. - Always use cifstab instead of smbfstab on non SUSE systems.- Ensure AndX offsets are increasing strictly monotonically in pre-3.4 versions; CVE-2012-0870; (bnc#747934).- Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY; (bso#8760); (bnc#741854).- s3-printing: fix crash in printer_list_set_printer(); (bso#8762); (bnc#746825).- s3:winbindd fix a return code check; (bso#8406).- s3: Add rmdir operation to streams_depot; (bso#8733).- s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used(); (bso#8738); CVE-2013-0454; (bnc#811975).- s3:auth: fill the sids array of the info3 in wbcAuthUserInfo_to_netr_SamInfo3(); (bso#8739).- s3:client: ignore SMBecho errors (the server may not support it); (bso#8139).- Be more strict when using PAM_AUTH API from winbind if Kerberos auth is enabled and don't unintentionally use a bogus domain name; (bso#8734).- smbclient fails with posix large reads; (bso#8727).- Use the smbfs init script on versions pre-11.3, or cifs in later versions; (bnc#744614).- s3: Compile IDL files in autogen, some configure tests need this.- Fixes various deadlocks in if-up.d / if-down.d when running under systemd; (bnc#732395).- Update to 3.6.3. + Fix memory leak in parent smbd on connection; CVE-2012-0817; (bso#8724); (bnc#743986).- Use spdx.org compliant license names for all packages.- Update to 3.6.2. + Make Winbind receive user/group information (bug #8371). + Several SMB2 fixes. + Fix a crash bug in the spoolss code. + Add new contributing FAQ announcing acceptance of corporate (C). + DeletePrinterDriverEx deletes files in use; (bso#4942); (bnc#742504). + Fix cli_write_and_x() against OS/2 print shares; (bso#5326). + Fix 'smbclient tar' for files greater than 8GB on BE machines; (bso#563); (bnc#726145). + Remove pointless use_memory_krb5_ccache; (bso#7465). + Fix perl path; (bso#8176). + Grant credits in async interim responses (SMB2); (bso#8357). + Make Winbind receive user/group information; (bso#8371). + Fix Windows XP clients crashing smbd process every once in a while; (bso#8384); (bnc#731571). + Make VFS op "streaminfo" stackable; (bso#8419). + Add an allocation pool to idmap_autorid; (bso#8444). + Fix SEGFAULT from net registry export on not zero terminated REG_SZ values; (bso#8528). + Make DSO_EXPORTS_CMD more portable; (bso#8531). + readlink() on Linux clients fails if the symlink target is outside of the share; (bso#8541). + smbclient posix_open command fails to return correct info on open file; (bso#8542). + winbind_samlogon_retry_loop ignores logon_parameters flags; (bso#8548). + Fix setting the machine account password; (bso#8550). + Make SMB2 handle compound request headers in the same way as Windows; (bso#8560). + Password change settings not fully observed; (bso#8561). + Fix double free error in talloc; (bso#8562). + Fix alignment in the non-extended-security negprot; (bso#8573). + Add systemd service files; (bso#8575). + Add systemd service files; (bso#8575). + smb2_flush: Don't send uninitialized memory; (bso#8579). + Enable inotify if sys or kernel inotify is available; (bso#8580). + Increase a debug level; (bso#8585). + libsmb: Only align unicode pipe_name; (bso#8586). + Fix marshalling of samr_ChangePasswordUser3; (bso#8591). + Don't limit the number of open dptrs for SMB2; (bso#8592). + Fix a crash bug in cldap_socket_recv_dgram(); (bso#8593). + Make cldap work over IPv6; (bso#8600). + Fix intermittent print job failures caused by character conversion errors; (bso#8606). + Improve configure.in so it can be used outside the Samba source tree; (bso#8607). + Winbind: Don't fail on users without a uid; (bso#8608). + Ensure we correctly calculate reply credits over all returned SMB2 replies; (bso#8614). + Fix migrate printer code; (bso#8618). + Fix crash bug when trying to browse Samba printers; (bso#8623). + libsmb: Don't duplicate Kerberos service tickets; (bso#8628). + POSIX ACE x permission becomes rx following mapping to and from a DACL; (bso#8631). + When returning an ACL without SECINFO_DACL requested, we still set SEC_DESC_DACL_PRESENT in the type field; (bso#8636). + Fix the vfs_commit module; (bso#8639). + Add an update function for Winbind cache; (bso#8643). + vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on a directory with no stored ACL; (bso#8644). + Document the "ignore system acls" option of vfs_acl_xattr and vfs_acl_tdb vfs modules; (bso#8652). + Fix deleting a symlink if the symlink target is outside of the share; (bso#8663). + Fix renaming a symlink if the symlink target is outside of the share; (bso#8664). + Fix NT ACL issue; (bso#8673). + Fix buffer overflow issue with AES encryption in samba traffic analyzer; (bso#8674). + Fix Winbind segfault if we can't map the last user; (bso#8678). + recvfile code path using splice() on Linux leaves data in the pipe on short write; (bso#8679). + Try ctdbd_init_connection() as root; (bso#8684). + Packet validation checks can be done before length validation causing uninitialized memory read; (bso#8686). + Fix typo in 'net memberships' usage; (bso#8687). + libads: Fix malloc/talloc mismatch in ads_keytab_verify_ticket(); (bso#8692). + Make DeletePrinterDriverEx remove printer driver files; (bso#8697) (bnc#740810). + Fix major leak with SMB2 in connections.tdb; (bso#8710).- s3-spoolss: Pass the right pointer type; (bso#4942); (bnc#742504).- Use correct license, LGPLv3+ for libwbclient packages.- When returning an ACL without SECINFO_DACL requested, we still set SEC_DESC_DACL_PRESENT in the type field; (bso#8636).- Fix incorrect types in the full_audit VFS module. Add null terminators to audit log enums; (bnc#742885).- Prefix print$ path on driver file deletion; (bso#8697); (bnc#740810). - Fix printer_driver_files_in_use() call ordering; (bso#4942); (bnc#742504).- Buffer overflow issue with AES encryption in samba traffic analyzer; (bso#8674). - NT ACL issue; (bso#8673). - Deleting a symlink fails if the symlink target is outside of the share; (bso#8663). - connections.tdb - major leak with SMB2; (bso#8710).- Renaming a symlink fails if the symlink target is outside of the share; (bso#8664).- Intermittent print job failures caused by character conversion errors; (bso#8606). - ads_keytab_verify_ticket mixes talloc allocation with malloc free; (bso#8692). - libcli/cldap: fix a crash bug in cldap_socket_recv_dgram(); (bso#8593). - s3:lib/ctdbd_conn: try ctdbd_init_connection() as root; (bso#8684). - s3-printing: fix migrate printer code; (bso#8618). - Packet validation checks can be done before length validation causing uninitialized memory read; (bso#8686).- net memberships usage info was wrong; (bso#8687). - s3-libsmb: Don't duplicate kerberos service tickets; (bso#8628). - Recvfile code path using splice() on Linux leaves data in the pipe on short write; (bso#8679). - s3-winbind: Fix segfault if we can't map the last user; (bso#8678). - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on a directory with no stored ACL; (bso#8644). - s3/doc: document the ignore system acls option of vfs_acl_xattr and vfs_acl_tdb; (bso#8652). - Winbind can't receive any user/group information; (bso#8371). - s3-winbind: Add an update function for winbind cache; (bso#8643). - s3: Attempt to fix the vfs_commit module. - POSIX ACE x permission becomes rx following mapping to and from a DACL; (#bso#8631). - s3:libsmb: only align unicode pipe_name; (bso#8586). - s3-winbind: Don't fail on users without a uid; (bso#8608). - Crash when trying to browse samba printers; (bso#8623). - talloc: double free error; (bso#8562). - cldap doesn't work over ipv6; (bso#8600). - s3:libsmb: fix cli_write_and_x() against OS/2 print shares; (bso#5326). - SMB2: not granting credits for all requests in a compound request; (bso#8614). - smb2_flush sends uninitialized memory; (bso#8579). - Password change settings not fully observed; (bso#8561). - s3:smb2_server: grant credits in async interim responses; (bso#8357). - s3:smbd: don't limit the number of open dptrs for smb2; (bso#8592). - samr_ChangePasswordUser3 IDL incorrect; (bso#8591). - idmap_autorid does not have allocation pool; (bso#8444). - Add systemd service files. - s3:libsmb: the workgroup in the non-extended-security negprot is not aligned; (bso#8573). - s3-build: Fix inotify detection; (bso#8580). - SMB2 doesn't handle compound request headers in the same way as Windows; (#bso8560). - Disconnecting clients swamp the logs; (bso#8585). - s3-netlogon: Fix setting the machinge account password; (bso#8550). - winbind_samlogon_retry_loop ignores logon_parameters flags; (#bso8548). - smbclient posix_open command fails to return correct info on open file; (bso#8542). - readlink() on Linux clients fails if the symlink target is outside of the share; (bso#8541). - s3-netapi: remove pointless use_memory_krb5_ccache; (bso#7465). - s3:Makefile: make DSO_EXPORTS_CMD more portable; (bso#8531). - s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated ucs2 string; (bso#8528). - Make VFS op "streaminfo" stackable; (bso#8419).- Fix incorrect perfcount array length calculations; (bnc#739258).- BuildRequire autoconf to avoid implicit dependency for post-11.4 systems.- Remove call to suse_update_config macro for post-11.4 systems.- Use samba.org for the ldapsmb source location.- Fixing libsmbsharemode dependency on ldap and krb5 libs in Makefile; (bnc #729516).- Do not map POSIX execute permission to Windows FILE_READ_ATTRIBUTES; (bso#8631); (bnc#732572).- Add ldap to Should-Start and Stop of the smb init script; (bnc#730046).- Fix smbd srv_spoolss_replycloseprinter() segfault; (bso#8384); (bnc#731571).- Fix pam_winbind.so segfault in pam_sm_authenticate(); (bso#8564).- Fix smbclient >8GB tars on big endian machines; (bso#563); (bnc#726145).- Fix typo in net ads join output; (bnc#713135).- Ignore a potentially missing AppArmor snippet helper script; (bnc#725256).- Update to 3.6.1. + Fix smbd crashes triggered by Windows XP clients; (bso#8384). + Fix a Winbind race leading to 100% CPU load; (bso#8409). + Several SMB2 fixes. + The VFS ACL modules are no longer experimental but production-ready. + Fix 'net ads join -k' when KRB5CCNAME is not set; (bso#7465). + smb_acl_to_posix: ACL is invalid for set (Invalid argument); (bso#7509). + Return error of cli_push when 'put - /some/file' is used; (bso#7551). + Fix usage of cli_errstr(); (bso#7864). + Fix 'widelinks' regression; (bso#8229). + Empty notify servername; (bso#8236). + Add man vfs_aio_fork; (bso#8256). + smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and crashes; (bso#8334). + Add a fallback for missing open&x support in MAC OS/X Lion; (bso#8338). + While migrating forms, don't fail if the form already exists; (bso#8351). + OS/2 sends an unexpected write&x/read&x chain; (bso#8360). + Fix build of vfs_prealloc on SLES8; (bso#8363). + Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4; (bso#8364). + Fix the fallback to the deprecated spelling idmap:script; (bso#8368). + Fix vfs_chown_fsp; (bso#8370). + Fix smbd crashes triggered by Windows XP clients; (bso#8384). + Fix smbclient access to NT4 shares; (bso#8385). + Optimize serverid_exists() for Solaris; (bso#8395). + registry/reg_format.c must include includes.h; (bso#8401). + SMB2 server can return requests out-of-order when processing a compound request; (bso#8407). + Fix a Winbind race leading to 100% CPU load; (bso#8409). + Fix "saving as" of MS Office 2007 (Word) documents on Samba shares with SMB2; (bso#8412). + Fix 'getent group' if trusted domains are not reachable; (bso#8420). + Fix infinite loop in ACL module code; (bso#8422). + Fix wrong reply to DHnC (durable handle reconnect); (bso#8428). + Compound SMB2 requests on an IPC connection can corrupt the reply stream; (bso#8429). + Fix segfault in iconv.c; (bso#8433). + NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames; (bso#8442). + Be smarter about setting default permissions when a ACL_USER_OBJ isn't given; (bso#8443). + Check the wct of the incoming SMBnegprot responses; (bso#8452). + Fix smbclient segfaults when dialect option -m is used for legacy dialects; (bso#8453). + Fix uninitialized memory problem in group_sids_to_info3; (bso#8455). + Samba PDC is looking up only primary user group; (bso#8455). + IE9 on Windows 7 cannot download files to samba 3.5.11 share; (bso#8458). + smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans; (bso#8473). + SMB2 create doesn't cope with an Apple client using NULL blob in create; (bso#8474). + Don't call smbd_terminate_connection in smb2_validate_message_id(); (bso#8476). + Samba asserts when SMB2 client breaks the crediting rules; (bso#8476). + Map to guest can return uninitialized blob of data; (bso#8477). + acl_xattr can free an invalid pointer if no blob is loaded; (bso#8480). + DFS breaks zip file extracting unless "follow symlinks = no" set; (bso#8493). + Remove "experimental" label on VFS ACL modules; (bso#8494). + SMB2_OP_CANCEL requests don't have to be signed; (bso#8503). + smbd doesn't correctly honor the "force create mode" bits from a cifsfs create; (bso#8507). + Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER; (bso#8509). + Disallow "." in can_set_delete_on_close(); (bso#8515). + SMB2 create call returns incorrect file allocation size; (bso#8518). + Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements; (bso#8520). + Winbind cache timeout expiry test was reversed; (bso#8521).- s3/doc: add man page for aio_fork vfs module.- Fix uninitialized memory problem in group_sids_to_info3; (bso#8455).- s3: Samba PDC is looking up only primary user group; (bso#8455).- Add script to create or update an AppArmor sniplet with permissions for all Samba shares; (bnc#688040).- Add "ldapsam:login cache" parameter to allow explicit disabling of the login cache; (bnc#723261).- Retain the smbd startproc return value for correct startup status reporting. unset was incorrectly being called prior to rc_status; (bnc#723724).- Prevent deadlock in systemd triggered by if-down.d handler on shutdown; (bnc#721598).- smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans; changed defaults and documentation (bso8473).- Empty CIFS share can be blocked for other clients by deleting it via empty path (DELETE_PENDING until the last client); (bso#8515).- winbindd cache timeout expiry test was reversed; (bso#8521).- Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements; (bso#8520).- s3:smb2_create: fix allocation size return value when opening existing files; (bso#8518).- SMB2 create doesn't cope with an Apple client using NULL blob in create; (bso#8474).- NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking renames; (bso#8442).- s3-docs: Fix bug (bso#7908) and typo.- Return error of cli_push when 'put - /some/file' is used; (bso#7551).- Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER; (bso#8509).- smbd doesn't correctly honor the "force create mode" bits from a cifsfs create; (bso#8507).- Default user entry is set to minimal permissions on incoming ACL change with no user specified; (bso#8443).- smb_acl_to_posix: ACL is invalid for set (Invalid argument); (bso#7509).- Handle the SECINFO_LABEL flag in the same was as Win2k3; enable Microsoft Internet Explorer 9 on Windows 7 to download files; (bso#8458).- DFS breaks zip file extracting unless "follow symlinks = no" set; (bso#8493).- s3-docs: Fix typos.- s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signed; (bso#8503).- Remove "experimental" label on VFS ACL modules; (bso#8494).- acl_xattr can free an invalid pointer if no blob is loaded; (bso#8480).- s3-smbd: asserts when SMB2 client breaks the crediting rules; (bso#8476).- s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin; (bso#7465).- smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans; (bso#8473).- s3-netapi: allow to use default krb5 credential cache for libnetapi users.- s3-docs: document -k switch in net manpage.- Map to guest can return uninitialized blob of data; (bso#8477).- s3-registry: registry/reg_format.c must include includes.h; (bso#8401).- smbclient segfaults when option -m is used for legacy dialects; (bso#8453).- Fix 'widelinks' regression intro'd in 3.2; (bso#8229).- Compound SMB2 requests on an IPC connection can corrupt the reply stream; (bso#8429).- s3-spoolss: Fix bug forms migration; (bso#8351).- s3:libsmb: check the wct of the incoming SMBnegprot responses; (bso#8452).- s3: Do not fork the echo handler for smb2; (bso#8334).- s3-spoolss: Fix bug empty notify servername; (bso#8236).- SMB2 server can return requests out-of-order when processing a compound request; (bso#8407).- Remove smb child crash fix. The issue had been fixed upstream differently.- BuildRequire ctdb-devel version greater than 1.0.105 for post-10.0 systems.- Fix samba duplicates file content on appending. Move posix case semantics out from under the VFS; (bso#6898); (bnc#681208).- Make winbind child reconnect when remote end has closed, fix failing sudo; (bso#7295); (bnc#569721).- Spec file cleanup as suggested by the spec-cleaner tool. + Make all BuildRequires, PreReq, and Provides a separate line. + Use %{buildroot} instead of ${RPM_BUILD_ROOT}. + Use straight commands instead of macros (make, install). + Use -p in post and postun if we only call one command. + Use %{_localstatedir} instead of %{_var} in the filelist. + Remove superfluous AutoReqProv on lines.- Remove %release from all Provides.- Fix segfault in iconv.c which caused a null pointer dereference; (bso#8433).- Use /var/run for the cifs state file in the init script too; (bnc#710304).- Microsoft Word from Microsoft Office 2007 fails to save as on a share with SMB2; (bso#8412).- Use sys_write and sys_read in fork_domain_child to fix a winbind race leading to 100% CPU usage; (bso#8409).- Fix wrong reply to smb2 durable handle reconnect (DHnC) request; (bso#8428).- Fix infinite loop in ACL module code; (bso#8422).- Fix getent group if trusted domains are not reachable; (bso#8420).- smbclient can't access a NT4 share since 3.6.0; (bso#8385).- Optimize serverid_exists() for Solaris; (bso#8395).- talloc: + check block count after references test. + added test suite for talloc_free_children(). + license info erratum in the manpage. + fix typos and better differentiation between versions 1 and 2. + preserve context name on talloc_free_children(). + ensure the sibling linked list remains valid during a free.- vfs_chown_fsp returned in the wrong directory; (bso#8370).- Remove irritating "." targets when recent system libs exist; (bso#8369).- Correctly initialize "idmap config * : script" with NULL; (bso#8368).- Add missing include to suppress compiler warnings; (bso#8365).- Point the chain offset beyond the current request; (bso#8360).- Fix gpfs vfs module build; (bso#8364).- Make vfs_prealloc even build on older systems; (bso#8363).- Do central cli_set_error and return the actual NTSTATUS; (bso#7864).- Add a fallback for missing open&x support in OS/X Lion; (bso#8338).- Update to 3.6.0. + BUG 7462: Make SA_RESETHAND conditional on its existance. + BUG 8303: db_ctdb_send_schedule_for_deletion() is not defined. + BUG 8324: smbclient cannot list directories from a big-endian machine. + BUG 8326: WinXP cannot join a Samba3 domain with a 'even' hostname. + BUG 8327: Fix the reload of the configuration, also reload activated registry shares. + BUG 8328: Cleanup of idmap_tdb2 code. + BUG 8330: Fix NFSv4 ACL merging logic. + BUG 8335: File copy aborts with smb2_validate_message_id: bad message_id. + BUG 8341: Fix segfault in libsmbclient. + BUG 8343: Fix SMB2 crash reading with aio_fork beyond the end of file. + BUG 8347: Fix regression for HP-UX, AIX and OSF. + BUG 8357: Make sure we grant credits on async read/write operations. + BUG 8358: Fix a bug in run_poll_events(). + BUG 8362: Fix build issue on old glibc systems.- Remove references to disabled vscan build.- Add missing define, includes, and initialization to get_printing_ticket.- Use /var/run for the cifs state file; (bnc#710304).- Fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue; (bso#8303).- File copy aborts with smb2_validate_message_id: bad message_id; (bso#8335).- Fix reload of the configuration and also reload activated registry shares; (bso#8327).- WinXP cannot join a Samba3 domain with a 'even' hostname; (bso#8326).- smbclient cannot list directories from a big-endian machine; (bso#8324).- Update to 3.6.0rc3. + BUG 7841: Explicitly pass domain_sid to wbint_LookupRids(). + BUG 7888: Deal with buggy 3.0 based PDCs. + BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb module. + BUG 8102: Do not allow to change file ACLs from normal domusers. + BUG 8102: Do not allow to change file ACLs from normal domusers. + BUG 8193: Add new command 'enumerate_recursive'. + BUG 8195: Make rpc client code working against NT4 servers. + BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes" is set. + BUG 8213: Fixes in idmap_autorid. + BUG 8214: Fix smbd crash on printer driver upgrade. + BUG 8215: Fix Winbind unix username lookup. + BUG 8216: Make Winbind returning correct results with 'sids2xids'. + BUG 8217: Do not stat-check the share path in 'net conf addshare'. + BUG 8219: Fix SMB Panic from Windows 7 client. + BUG 8224: Fix the build on FreeBSD. + BUG 8226: Use c99 initializers which are supported by old gcc 2.95 compilers. + BUG 8230: Move .nmbd socket directory to non-hidden name PREFIX/var/nmbd. + BUG 8231: Fix crash bug in 'net cache get'. + BUG 8235: Fix smbd crash on startup caused by migrate_printer(). + BUG 8240: Fix Valgrind warnings in winreg/spoolss code. + BUG 8244: Fix copying files larger than 2 GB to a Samba share. + BUG 8247: Fix Coverity ID 2582: FORWARD_NULL. + BUG 8253: Fix Winbind panic if verify_idpool() fails. + BUG 8254: Fix "acl check permissions = no". + BUG 8260: Fix DCERPC responses with fragments larger than 1024 bytes. + BUG 8262: Fix build of vfs_commit. + BUG 8263: Fix build with --with-fake-kaserver or --with-vfs-afsacl. + BUG 8264: Fix Valgrind bugs in svcctl. + BUG 8276: Close all sockets attached to a subnet in close_subnet(). + BUG 8278: Fix smbd panic when CTDB is unhealthy. + BUG 8281: Fix build of examples/VFS/*. + BUG 8286: Fix smbd crash on premature end of smb2 conn. + BUG 8292: Fix a major architectural flaw in the SMB2 server code. + BUG 8293: Fix log file rotating in SMB2. + BUG 8304: Fix uninitialized variable in error path. + BUG 8305: Fix segfault in nmbd when using 'smbtree ...'.. + BUG 8307: brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all locks. + BUG 8310: toupper_ascii() is broken on big-endian systems. + BUG 8314: Fix smbd crash with unknown user. + Mark 'time offset' parameter as deprecated.- The Samba Web Administration Tool (SWAT) versions 3.0.x to 3.5.9 are affected by a cross-site scripting vulnerability; CVE-2011-2694; (bso#8289); (bnc#708503).- The Samba Web Administration Tool (SWAT) versions 3.0.x to 3.5.9 are affected by a cross-site request forgery; CVE-2011-2522; (bso#8290); (bnc#705241).- Fixed the DFS referral response for msdfs root; (bnc#703655).- Fix CUPS print job IDs; (bso#7288); (bnc#701257).- Make use of the actual library version as part of the package name on post-11.3 systems only.- Fix winbind internal error; (bso#7636); (bnc#659424).- Improve ctdb vacuuming performance with use of SCHEDULE_FOR_DELETION; (bnc#705170).- Specify nmbdsocketdir at configure time; (bnc#700953).- Build the tdb, talloc, and tevent libraries ahead of anything else.- Update to 3.6.0rc2. + BUG 6911: Fix Kerberos authentication from Vista to Samba. + BUG 8166: Don't lockout users when offline. + BUG 8200: Add support for multiple writeable ldap idmap domains. + BUG 8148: Default to protocol version 2 for SMB Traffic Analyzer. + BUG 7054: Fix X account flag when "pwdlastset" is "0". + BUG 8144: Fix setting timestamp when touching files with CIFS clients. + BUG 8153: Fix setting up getaddrinfo on IPv6-only machines. + BUG 8156: Fix 'net ads join' using the user's Kerberos ticket. + BUG 8157: Fix parsing a cups printcap file. + BUG 8175: Fix smbd deadlock. + BUG 8189: Support shadow copy display over SMB2. + BUG 8197: Winbind does not properly detect when a DC connection is dead. + BUG 8203: Winbind needs to reset the DC connection if an RPC times out.- Make cupsaddsmb fill printers location; (bso#8132); (bnc#698209).- Add "winbind max clients" parameter to remove 200-client limit; (bnc#697461).- Disable logon cache for password lockout consistency when running in a cluster; (bnc#694836).- Fix logon of AD users with many group memberships; (bso#6911); (bnc#657026).- Don't lockout users while offline; (bso#8166); (bnc#692607).- Update to 3.6.0rc1. + BUG 8111: CIFS VFS: Fix unexpected error on SMB posix open. + BUG 8112: POSIX extension opens of a directory are denied with EISDIR. + BUG 8132: Fix filling printers location field when using cups. + Remove fstrings from client struct. + BUGFIX when converting from safe_strcpy to strlcpy. + Fix off-by-one calculations with strlcpy. + Ensure we always write the correct incoming mid into the share mode table entries. + Fix the SMB2 oplock showstopper. + Convert user-specified domain to uppercase in libsmb. + Fix Coverity CID #2302: FORWARD_NULL. + Fix cups_pull_comment_location(). + Fix double free of cups request. + Make cups_pull_comment_location() work again. + Fix potential crash bug in display_print_driver3(). + Properly clean up in pthreadpool_init in case of failure. + Make plaintext session setup async. + Reduce fd load in Winbind children. + Avoid a potential 100% CPU loop in Winbind. + Tune broadcast namequeries for unique names. + Properly deal with exited winbind children. + Fix dup_smb2_vec3. + Fix return check in nss_wins.- Fix to renew the kerberos ticket in samba after expiry; (bnc#669949).- Fix a 100% CPU loop when ctdbd dies during a traverse; (bnc#693945).- Make dhcpcd hook BOOTPROTO check cover dhcp6 too; (bnc#691969).- Handling of large (> 256 bytes) ntlmv2 blobs in winbind; (bnc#529946).- Package static libraries with 0644 permissions.- Add Requires libtalloc-devel to libldb-devel and libtevent-devel.- Rename libldb0 to libldb1 as 1 is the current major version of the library. - Add libldb1 and libtevent0 to baselibs.conf.- Don't call the suse_update_config macro before building lib ldb and tevent.- Update to 3.6.0pre3. + Listen on IPv6 addresses with IPV6_ONLY; (bso#7383). + Fix wrong output in 'smbget'; (bso#8066). + "inherit owner = yes" doesn't interact correctly with vfs_acl_xattr or vfs_acl_tdb module; (bso#8083). + rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs are null; (bso#8088). + setpwent() actually does endpwent() and vice versa on FreeBSD; (bso#8099). + Fix the build of 'smbget' on HP NonStop; (bso#8106). + Fix build of tdb2. + Correctly detect and deny symlinks anywhere in a path (not just the last component) if "follow symlinks = no". + Fix timeout in rpc_pipe_open_tcp_port(). + Fix the build of "--with-profiling-data". + Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470, 2471, 2478. + nsswitch: Add 'wbinfo --lookup-sids'. + nsswitch: Add 'wbinfo --sids-to-unix-ids'. + Fix smbd with the async echo responder. + Fix the build of vfs_gpfs.c. + Add a 10-second timeout for the 445 or netbios connection to a DC. + Many pthreadpool fixes. + Fix transaction recovery area for converted tdbs.- Add PreReq permissions to the krb-printing package.- Remove _libdir ldb and tevent from file list. - Explicitly state not to bundle talloc or tdb while ldb and tevent build.- Always use the actual library version as part of the package name. - Exclude shared python modules.- Fix printing from Windows 7 clients; (bso#7567); (bnc#687535).- Update pidl and always compile IDL at build time; (bnc#688810).- Update to 3.6.0pre2. + ID Mapping changes. + Implement SMB2 support. + Add an Endpoint Mapper daemon. + Make "rlimit_max below minimum Windows limit" notification less scary; (bso#6837). + Quota only shown when logged as root; (bso#7080). + Fix printing from Windows 7; (bso#7567). + Retry DNS updates when connection to one nameserver has failed; (bso#7690). + Unlink may unlink wrong file when hardlinks are involved; (bso#7863). + Fix 'nmbd --port'; (bso#7875). + cmd_spoolss_deletedriver() returned without checking all architectures; (bso#7880). + Don't return "-1" on success in 'net rpc vampire keytab'; (bso#7899). + Fix cups pcap reload with no printers; (bso#7915). + Fix bug in chain_reply; (bso#7917). + Fix problems with "kernel oplocks" option set to "no"; (bso#7928). + Fall back for utimes calls; (bso#7940). + Catch lookup_names/sids schannel errors over ncacn_ip_tcp; (bso#7944). + Let winbind try to use samlogon validation level 6; (bso#7945). + Sgid bit lost on folder rename; (bso#7996). + Fix getting username in 'net rap session'; (bso#8009). + Fix inode generation so nautilus can count total dir size correctly; (bso#8010). + Use jenkins hash for str_checksum; (bso#8010). + Add explicit configure option whether or not to enable dmapi support; (bso#8033). + Fix smbclient segfault with Cyrillic netbios names; (bso#8040). + Fix file creation on OS/X; (bso#8042). + Add "--option" to 'testparm'. + Fix crash bug on smbd shutdown when using FOPENDIR(). + Ensure we don't return an incorrect access mask. + Fix bug against the new Mac client. + Fix leak in error path. + Fix error where Windows client spoolss returns WERR_INVALID_DATA. + Fix a segfault in the krb5 locator plugin. + Enable sharesec for registry shares. + Fix memory leak in "security=share" and "force user". + Add "net idmap check", a check and repair tool for the id mapping database. + Add new 'net idmap delete' command. + Fix segfault on missing input file in 'net idmap restore'. + Fix 'net usersidlist' not to skip every other user. + Fix potential crash bug in spoolss_PrinterEnumValues push path. + Internal restructuring. + Don't wipe out all printer drivers when only one should be deleted. + Fix winbindd_dual_pam_auth_samlogon() for NT4 domains. + Fix memory leak in print_cups.c. + Remove duplicate cups response processing code. + Follow force user/group for driver IO. + Initiate pcap reload from parent smbd. + Reload shares after pcap cache fill. + Fix numerous Coverity IDs (2041 and others). + Fix a memory leak in check_sam_security_info3. + Fix a segfault in the nss wrapper when libnss_winbind.so is not loadable. + Make "net sam list [users|workstations]" list only the right things. + Fix a potential memleak in secrets_fetch_trusted_domain_password. + Use the right credentials in check_netlogond_security. + Add support for AF_NETLINK addr notifications. + Fork multiple Winbind children per domain. + Fix a deadlock between smbd and ctdbd. + Add 'wbinfo --dc-info'. + Make "nmbd socket dir" configurable. + Fixed valgrind errors. + Fix a memleak in receive_getdc_response. + Don't grant SEC_STD_DELETE always to the owner of a file. + Fix segfaults on addrchange errors in Winbind. + Allow machine accounts as members in groupdb. + Add IPv6 support for the endpoint mapper. + Free unused memory in the rpc server. + Fix possible segfaults in svcctl server. + Fix possible segfault with client_id in rpc server. + Add a 'svcctl shutdown' function to rpc server. + Fix a resource leak in net_afs. + Fix a resource leak in smbta-util. + Fix possible resource leak in net_usershare. + Fix possible resource leak in 'smbget'. + Fix possible resource leak in 'smbfilter'. + Fix a possible null pointer dereference in smbd. + Ensure we send the direct levelII oplock break to the correct fid. + Fix private libdir and codepages paths. - Add RFC 3454 to the vendor files.- Fix idmap_tdb for big-endian systems such as ppc and s390; (bso#6901); (bnc#675978).- Fix smbclient -M NT_STATUS_PIPE_BROKEN failure; (bso#7635); (bnc#681913).- Replace jobs by _smp_mflags macro while calling make on post-11.4 systems.- Don't crash when publishing a single printer; (bnc#643119).- Carry error status in printer list IPC message, do not refresh printers if cups is unavailable; (bso#7994); (bnc#675478).- Define the libwbclient packages ahead of packages with a different version.- Use %_smp_mflags for parallel building.- Update to 3.5.8. + Fix Winbind crash bug when no DC is available; (bso#7730). + Fix finding users on domain members; (bso#7743). + Fix memory leaks in Winbind; (bso#7879). + Fix printing with Windows 7 clients; (bso#7567). + Fix 'testparm' return code when EOF in encountered in param name; (bso#3185). + Make "rlimit_max below minimum Windows limit" notification less scary; (bso#6837). + Fix "Your Password expires today" message for users of trusted domains; (bso#7066). + Fix maintaining of users' groups via UsrMgr; (bso#7262). + Fix 'net ads dns register' in Windows 2008 R2 domains; (bso#7356). + Raise debug level for "reduce_name: couldn't get realpath" messages; (bso#7409). + Fix updating the time on close in vfs_gpfs; (bso#7498). + Fix "log=>ndr_pull_error" in 'wbinfo -u' and 'wbinfo -g'; (bso#7594). + Handle Windows 9x adddriver calls without config file; (bso#7641). + Fix scalability problem with hundreds of printers; (bso#7656). + Fix memory leak in the netapi routines; (bso#7665). + Store unmodified copies of security descriptors in acl_xattr and acl_tdb modules; (bso#7716). + Fix incorrect unix mode_t caused by invalid client DOS attributes on create; (bso#7733). + Apply appropriate create masks when creating files with "inherit ACLs" set to true; (bso#7734). + Fix "dfree cache time" parameter; (bso#7744). + Fix a getgrent crash with many groups; (bso#7774). + Fix requesting lookups for BUILTIN sids; (bso#7777). + Fix smbd crash caused by expand_msdfs; (bso#7779). + Fix atime limit; (bso#7785). + vfs_scannedonly: Switch from mtime to ctime which is more reliable; (bso#7789). + Fix copying files from a SMB share using Gnome vfs and SMB signing; (bso#7791). + Make Winbind recover from a signing error; (bso#7800). + ACL inheritance cannot be disabled in vfs_acl_xattr/vfs_acl_tdb; (bso#7812). + Fix "force group" with ntlmssp guest session setup; (bso#7817). + vfs_fill_sparse() doesn't use posix_fallocate when strict allocate is on; (bso#7835). + Make WINBINDD_LOOKUPRIDS asking the right domain; (bso#7841). + Make WINBINDD_LOOKUPRIDS returning the domain name; (bso#7842). + Expand the local SAMs aliases; (bso#7843). + ntlm_auth: Support clients which offer a spnego mechs we don't support; (bso#7855). + Fix 'net ads dns register' in cluster setups; (bso#7871). + Fix 'nmbd --port'; (bso#7875). + Make 'rpcclient deldriver' delete drivers for all architectures; (bso#7880). + Fix flaky Winbind against Windows 2008; (bso#7881). + Fix SMB session setups with Kerberos against some closed source SMB servers; (bso#7883). + Fix stale lock in open_file_fchmod(); (bso#7892). + Fix sporadic Winbind panic in rpc query_user_list; (bso#7894). + Don't set SAMR_FIELD_FULL_NAME if we just want to set the account name; (bso#7896). + Don't return "-1" on success in 'net rpc vampire keytab'; (bso#7899). + Fix connections from WinCE; (bso#7917). + Fix opening MS Powerpoint files; (bso#7940). + Fix endless loops caused by inotify; (bso#7942). + Catch lookup_names/sids schannel errors over ncacn_ip_tcp; (bso#7944). + Let Winbind try to use samlogon validation level 6; (bso#7945). + Revalidate the pathname once re-constructed from a root fsp; (bso#7950).- Require a particular library version even if the major version is part of the package name. Using the same major version does not guarantee forward compatibility.- Fix a fd-leak in libwbclient at dlclose-time; (bso#7684); (bnc#668773).- Update to 3.5.7 + Protect against possible denial of service caused by memory corruption; CVE-2011-0719; (bso#7949); (bnc#670431).- Disable separate build of samba-doc for post-11.1 systems.- Protect against possible denial of service caused by memory corruption; CVE-2011-0719; (bso#7949); (bnc#670431).- Increase the log level for missing PIDs on SIGCHLD, printcap child processes are not added to the children PID list; (bnc#666460).- Do not require a particular library version if the major version is part of the package name.- Use the actual version numbers of the ldb, talloc, tdb, and tevent libraries on post-11.3 systems.- Abide by print$ share 'force user' & 'force group' settings when handling AddprinterDriver and DeletePrinterDriver requests; (bso#7921); (bnc#653353).- Remove pcap_cache_loaded asserts from (re)load_printers. pcap_cache_loaded() returns false if the pcap cache contains no printer entries. correct call ordering is already enforced. (bso#7836); (bnc#625936).- No longer force activation of the cifs service on post-11.3 systems. - Add X-UnitedLinux-Default-Enabled to the cifs init script on pre-11.4 systems. - Move the cifs init script nfs dependencies from Required to Should.- Recommend to install samba-krb-printing from samba-winbind on post-10.3 systems; (bnc#661845).- Fix error paths in cups_async_callback(), an empty cups printer list should not be treated as an error; (bnc#661842).- Abide by printcap cache time, reload parent smbd pcap cache on expiry; (bso#7836); (bnc#625936).- Fix race in cups async printer services reload; (bso#7836); (bnc#625936).- Don't tweak with baselibs.conf during %post if not present; (bnc#652620).- Don't make use of baselibs.conf on SUSE Linux Enterprise 10; (bnc#652620).- Don't use --tmpdir as this option isn't known by mktemp of SUSE Linux Enterprise 10; (bnc#652620).- vfs_fill_sparse() doesn't use posix_fallocate when strict allocate is on; (bso#7835).- Replace Requires samba-client by samba-gplv3-client in the gplv3 packages; (bnc#652620).- Fix Dolphin SMB share IO with SMB signing enabled; (bso#7791); (bnc#656112).- Add Conflicts to the samba-gplv3 main, client, doc, krb-printing, winbind, client-gplv2, and doc-gplv2 packages; (bnc#652620).- Add Provides samba-client-gplv2 and samba-doc-gplv2 to pre-3.2 versions; (bnc#652620).- Obsolete samba-client-gplv2 and samba-doc-gplv2; (bnc#652620).- Remove Provides samba-client:/usr/sbin/winbindd from the samba-gplv3-winbind package to avoide an accidental install trigger; (bnc#652620).- Add Provides samba-client to the samba-gplv3-client package; (bnc#652620).- Remove all Obsoletes from the samba-gplv3 packages and only keep the Provides samba; (bnc#652620).- Add fitting Conflicts to all samba-gplv3 packages; (bnc#652620).- Reduce unnecessary ldap round trips and eliminate invalid DN messages; (bnc#654719).- Exclude cifs-mount and ldapsmb from the samba-gplv3 build of SUSE Linux Enterprise 10 SP 3 and 4.- Add the _build_arch at the end of the vendor version suffix.- Provide and Obsolete samba-gplv3 to replace potentially installed packages.- Change package base name to samba-gplv3 for SUSE Linux Enterprise 10 SP 4. - Do not package libsmbclient and libsmbsharemodes.- Update to 3.5.6 + Fix auto printers with registry config; (bso#7280); (bnc#617153). + Fix SPNEGO auth when contacting Win7 system using Microsoft Live Sign-in Assistant; (bso#7577). + Fix 'net idmap restore' setting HWM to avoid duplicates; (bso#7578). + Fix "admin users" when using vfs_acl_xattr; (bso#7581). + Fix using cached credentials in ntlm_auth; (bso#7589). + Fix Winbind offline login; (bso#7590). + Fix Winbind internal error; (bso#7636). + Fix mknod/mkfifo failing with "No such file or directory"; (bso#7651). + Fix smbd changing mode of files on rename; (bso#7693). + Fix crash bug with invalid SPNEGO token; (bso#7694). + Fix smbd panic on invalid NetBIOS session request; (bso#7698). + Fix smbd crash caused by "%D" in "printer admin"; (bso#7541). + Fix 'smbclient -M'; (bso#7635). + Fix scalability problem with hundreds of printers; (bso#7656). + Fix crash bug in rpcclient; (bso#7688). + Fix file corruption when setting Samba "write wache wize"; (bso#7715).- Let startproc wait for nmb, smb and winbind pid files getting created on post-11.1 systems; (bnc#520036).- Include the reviewed french translation for pam_winbind; (bnc#499233).- Fix smbd crash with CUPS printers and no [printers] share defined; (bso#7297); (bnc#637755).- Fix printing from 64-bit windows clients; (bso#6888); (bnc#640870).- Fix baselibs.conf for libtalloc.- Fix buffer overflow in sid_parse() to correctly check the input lengths when reading a binary representation of a Windows Security ID (SID); CVE-2010-3069; (bso#7669); (bnc#637218).- Use cached ntlm password in libsmbclient. Prevent lockouts when kerberos tickets are lost; (bnc#602418); (bnc#606304).- Add a dependency on nfs to the smbfs/ cifs init scripts as they require the en_US locale and /usr might be on NFS.- Complete fix for trusts with Windows 2008R2 DCs.- Fix authentication dialogs when connecting to older systems; (bnc#632055).- Adjust position of conditional ldapsmb %package and %files definition.- Create the /var/run/samba directory on the fly and package it as %ghost.- Fix preexec scripts; (bso#7104); (bnc#632852).- Add missing netapi, smbclient, smbsharemodes, talloc, tevent, and wbclient pkgconfig files and BuildRequire pkgconfig; (bnc#632770).- BuildRequire python-devel for post-9.3 systems.- Only create precompiled headers for post-10.2 systems. - Remove mkinitrd scriptlets.- Add vfs_crossrename man page. - Call make basic and remove conditional proto target. - Increase libtevent version to 0.9.9. - Remove wbc_async header from the file list. - Remove remaining cifs-mount pieces from the spec file.- Fix printers not auto loading with registry config; (bso#7280); (bnc#617153).- Update to 3.6.0pre1. + SMB2 support is fully functional despite managing quota using the Microsoft management tools. + Internal Winbind passdb changes to use samr and lsa rpc pipe to get local user and group information. + The spoolss and the old RAP printing code have been completely overhauled and refactored. + The SMB Traffic Analyzer (SMBTA) VFS module got added.- Intilize workgroup of nmblookup as empty string.- Fix net ads join when using parent domain users; (bso#6364); (bnc#630812).- cifs: do not restart during dhcp lease renewal when IPaddress remains the same; (bnc#573246).- Fix "Too many open files" when trying to access large number of files; (bso#6837); (bnc#619787).- Update to 3.5.4. + Fix smbd crash when sambaLMPassword and sambaNTPassword entries missing from ldap (bug #7448). + Fix init_sam_from_ldap storing group in sid2uid cache (bug #7507). + Allow previous password to be stored and use it to check tickets; (bso#7099). + Make ea data checks identical for trans2open and trans2mkdir; (bso#7188). + Fix editing users' groups via UsrMgr; (bso#7262). + Fix Winbind over IPv6; (bso#7341). + Samba sends "raw" inode number as uniqueid with unix extensions; (bso#7410). + Fix printing large formats; (bso#7423). + Fix spnego returning incorrect mechListMIC string; (bso#7449). + Fix some crash bugs and missing error codes in AddDriver paths; (bso#7459). + Fix crash bug in _samr_QueryUserInfo{2} level 18; (bso#7479). + Fix 'not a string literal' warning in netdomjoin-gui; (bso#7500). + Fix calculation of st_blocks in vfs_streams_xattr; (bso#7503). + Fix numerous build issues; (bso#7504). + Fix session setup from linux kernel cifs clients with "sec=ntlmv2"; (bso#7517).- Remove all provides and obsoletes samba3 from the spec file. Packages with this base name have not been offered as part of a product.- Fix a NULL pointer dereference in smbd of the 3.4 code base; CVE-2010-1635; (bso#7229); (bnc#605935).- Address possible buffer overrun in chain_reply code of pre-3.4 versions; CVE-2010-2063; (bso#7494); (bnc#611927).- Update of the SMB Traffic Analyzer v2 VFS module- Fix trusts with Windows 2008R2 DCs; (bnc#613459); (bnc#599873); (bnc#592198); (bso#6697).- Update to 3.5.3. + Fix MS-DFS functionality; (bso#7339). + Fix a Winbind crash when scanning trusts; (bso#7389). + Fix problems with SIGCHLD handling in Winbind; (bso#7317). + Add replacement for IPV6_V6ONLY on linux systems with broken headers; (bso#7196). + Fix cups encryption setting; (bso#7263). + Fix exporting printers via 'cupsaddsmb' command; (bso#7277). + Fix SMB job IDs in CUPS job names; (bso#7288). + Fix segfault in mount.cifs; (bso#7315). + Make TIME_T_MAX defines consistent; (bso#7352). + Re-fix a bug with smbd serving a windows terminal server; (bso#7357). + Display an error on 'net conf import' failures; (bso#7378). + Fix bitmap leak in dptr_Close; (bso#7384). + Fix rename problems with full_audit VFS module; (bso#7398). + Fix setting of passwords via 'net rpc user password' command; (bso#7417). + Fix 'net rpc printer list' command; (bso#7418). + Rename mod_name to module_name; (bso#7421). - Fix unnecessary traversing winbindd_cache.tdb in SIGHUP handler. - Added EN ISO 216, A0 and A1 to builtin forms; (bso#7423). - Winbind not working over IPv6; (bso#7341).- Honor "interfaces" list in net ad dns register; (bnc#606947).- Exclude the RPM release from the vendor tag for openSUSE Factory; (bnc#604049).- Enable the build of the idmap tdb2 module; (bnc#600822).- BuildRequire keyutils-libs-devel for Fedora and post-RHEL4.- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.- Add "net conf import" error messages; (bso#7378, bnc#598189).- Define cups_lib_dir %{_prefix}/lib/cups for post-11.2 systems; (bnc#575544).- Update to 3.5.2. + Fix smbd segfaults in _netr_SamLogon for clients sending null domain; (bso#7237). + Fix smbd segfaults in "waiting for connections" message; (bso#7251). + Fix an uninitialized variable read in smbd; (bso#7254); (bnc#605935); CVE-2010-1642. + Fix a memleak in Winbind; (bso#7278). + Fix Winbind reconnection to it's own domain; (bso#7295). + Fix segfault if hide files or veto files has no ".AppleDouble"; (bso#1206). + Fix parsing of the gecos field; (bso#5198). + Fix several printing issues; (bso#6727). + Fix valgrind warning; (bso#6814). + Fix race condition in mount.cifs that allows user to replace mountpoint with a symlink; (bso#6853). + Fix bug in vfs_scannedonly rmdir implementation; (bso#7075). + Fix handling of bad server data returns in client rpc_transport; (bso#7159). + Never mark external domains as internal in Winbind; (bso#7170). + Fix access by multi-threaded applications; (bso#7202). + Fix 'net share' command; (bso#7203). + Fix DN parsing name was always null; (bso#7204). + Signals are processed twice in child; (bso#7206). + Fix returning of group members with 'getent group'; (bso#7212). + Fix the build of net_afs.c with --fake-kaserver=yes; (bso#7216). + Make Winbind logs more verbose for troubleshooting; (bso#7225). + Fix a NULL pointer dereference in smbd; CVE-2010-1635; (bso#7229); (bnc#605935). + Fix automatic building of vfs_tsmsm if gpfs and dmapi are present; (bso#7231). + Fix race conditions in CTDB persistent transactions; (bso#7232). + Symlink delete fails but incorrectly reports success to client; (bso#7234). + Fix "printer admin" functionality; (bso#7255). + Fix value-needed calculation in_spoolss_EnumPrinterData(); (bso#7256). + Fix _winreg_QueryValue crash bugs and implement Windows behavior; (bso#7258). + Fix job management commands for CUPS queues; (bso#7269). + Fix smbd segfault if using vfs_acl_tdb; (bso#7283). + Fix core dump in 'ntlm_auth' with "gss-spnego" helper; (bso#7290). + Fix smbd crashes with CUPS printers and no [printers] share defined; (bso#7297). + Fix DOS attribute inconsistency with MS Office; (bso#7310). + Many disconnecting clients render clustered Samba unusuable for some time; (bso#7312). + Make 'net conf addshare' atomic; (bso#7313). + Eliminate race condition in creating/scanning sorted subkeys in the registry backend; (bso#7314). + Winbind possibly segfaults when trying a trusted domain without inbound trust; (bso#7316).- Add SMB Traffic Analyzer v2 VFS module.- Document "wide links" defaults to "no" in the smb.conf man page for versions pre-3.4.6; (bnc#577868).- Fix workgroup enumeration, for client printer and file share selection; (bso#6880); (bnc#586215).- Fix tdb validation for offline auth; (bnc#587014).- Fix "printer admin" functionality; (bso#7255).- An uninitialized variable read could cause an smbd crash; (bso#7254); (bnc#605935); CVE-2010-1642.- Ensure to have a valid talloc stackframe; (bso#7251).- _netr_SamLogon segfaults for clients sending NULL domain; (bso#7237).- Merge missing pam_winbind message translations; (bnc#499233).- Remove cifs-mount subpackage for post-11.2 systems as the tools are now part of the independent cifs-utils package.- Fix join of Windows 2008 domains; (bnc#567013).- Update to 3.5.1 and 3.4.7. + Fix security flaw on Linux platforms if built with libcap support allowing file system access even when permissions should have denied it; CVE-2010-0728; (bso#7222); (bnc#586683).- Fixed libldb.so link in libldb-devel.- Fix argc handling in net_share, making the command "net share" work again; (bso#7203); (bnc#584253).- Update to 3.5.0. + Fix duplicate sam and unix accounts; (bso#7145). + Keep the the correct negotiate_flags on the cli->dc structure; (bso#7160). + Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send; (bso#7166). + Fix 'net ads dns' usage calls; (bso#7181). + Fix uninitialized variable in wkssvc_enumerateusers; (bso#7182).- Update to 3.4.6. + Change parameter "wide links" to default to "no"; it's also incompatible with "unix extensions"; (bso#7104); (bnc#577868). + Fix printing with 64 bit clients (bso#6888). + Fix core dump on 64 bit Linux (bso#7063). + Fix failing of smbd to respond to a read or a write caused by Linux asynchronous IO (aio) (bso#7067). + Fix string buffer overflow causing heap corruption in smbd (bso#7096). + Fix bogus ip address in SWAT; (bso#5885). + Fix vfs_full_audit; (bso#6557). + Use the first "uid" value; (bso#6157). + Fix large paged search with DirX LDAP servers; (bso#6981). + Fix crash bug in 'cifs.upcall'; (bso#6868). + Add cross option to samba_cv_linux_getgrouplist_ok; (bso#7047). + Fix DFS on AIX (maybe others); (bso#7052). + Fix pdb_search crash as non-root user; (bso#7068). + Fix unlocking of accounts from ldap; (bso#7072). + Fix vfs_expand_msdfs; (bso#7081). + Fix results of 'smbclient -L' with a large browse list; (bso#7098). + Normalize "Changing password for" msg IDs and STRs; (bso#7102). + Fix malformed require_membership_of_sid; (bso#7106). + Fix reading of large browselist; (bso#7122). + "mangling method = hash" can crash storing a name containing a '.'; (bso#7154). + Valgrind Conditional jump or move depends on uninitialised value(s) error when "mangling method = hash"; (bso#7155). + Fix listing of printjobs in Windows 7; (bso#7130). + Spoolss getprinterdriver2 level 101 marshalling is bad; (bso#7136). + Make idmap cache persistent for "ldapsam:trusted". + Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not only the persistent idmap cache. + Shortcut uid_to_sid when "ldapsam:trusted = yes". + Make pdb_copy_sam_account also copy the group sid. + Shortcut gid_to_sid when "ldapsam:trusted = yes". + Speed up pdb_get_group_sid(). + Try to build the full unix_pw structure with ldapsam:trusted support. + Optimize ldapsam_alias_memberships() and cache ldap searches.- Update to 3.5.0rc3. + Change parameter "wide links" to default to "no"; it's also incompatible with "unix extensions"; (bso#7104); (bnc#577868). + Fix vfs_full_audit; (bso#6557). + Fix crash bug in 'cifs.upcall'; (bso#6868). + Fix duplicate initializer in the rmdir module; (bso#6876). + Fix printing with 64 bit clients; (bso#6888). + Add cross option to samba_cv_linux_getgrouplist_ok; (bso#7047). + Fix core dump on Ubuntu 8.04 64 bit; (bso#7063). + Fix failing of smbd to respond to a read or a write caused by Linux asynchronous IO (aio); (bso#7067). + Fix 'smbget' error status; (bso#7069). + Fix build of 'smbfilter'; (bso#7071). + Fix unlocking of accounts from ldap; (bso#7072). + Cliconnect gets realm wrong with trusted domains; (bso#7079). + Fix vfs_expand_msdfs; (bso#7081). + Fix storing of create time on directories in an EA in new create time code; (bso#7084). + Fix an early release of the global lock that can cause data corruption in libtdb; (bso#7085). + Fix string buffer overflow causing heap corruption in smbd; (bso#7096). + Fix results of 'smbclient -L' with a large browse list; (bso#7098). + Normalize "Changing password for" msg IDs and STRs; (bso#7102). + Fix malformed require_membership_of_sid; (bso#7106). + Add pdb_ldap performance fixes; (bso#7116). + Change ldap filter to what really was intended; (bso#7116). + Add new "nmbd bind explicit broadcast" parameter; (bso#7118). + Fix nmbd problems with socket address; (bso#7118). + Support large browselist; (bso#7119). + Fix reading of large browselist; (bso#7122). + Fix listing of printjobs in Windows 7; (bso#7130). + Owner of file not available with Kerberos; (bso#7139). + Fix IPv4/IPv6 problems; (bso#7140). + Fix get_acl_blob in the acl_tdb VFS module; (bso#7148). + "mangling method = hash" can crash storing a name containing a '.'; (bso#7154). + Valgrind Conditional jump or move depends on uninitialised value(s) error when "mangling method = hash"; (bso#7155). + Fix some wrong newlines in de translation strings.- Take extra care that a mount point of mount.cifs isn't changed during mount and don't allow it to be run as setuid root program; CVE-2010-0787; (bso#6853); (bnc#550002).- Check in mount.cifs for invalid characters in device name and mountpoint; CVE-2010-0547; (brc#562156); (bnc#577925).- Don't invalidate cache for uninitialized domains; (bnc#538923).- Signals are processed twice in child; (bnc#538923).- Allow forced pw change even with min pw age; (bnc#561894).- Change parameter "wide links" to default to "no"; it's also incompatible with "unix extensions"; CVE-2010-0926; (bso#7104); (bnc#577868).- Fix enumerate domain local groups for primary domain; (bnc#573813).- Fix malformed require_membership_of_sid; (bnc#525123); (bso#7106).- Normalize "Changing password for" msg IDs and STRs; (bnc#499233).- Build libtevent and libldb and put them into separate subpackages.- Update to 3.5.0rc2. + The Using Samba HTML book has been removed. + 'net', 'smbclient' and libsmbclient can use logon credentials cached by Winbind; (bso#7062). + New vfs_scannedonly module has been added; (bso#7028). + Check password history before increasing "badPasswordCount"; (bso#4347). + Fix changing of ACLs on writable file with "dos filemode=yes"; (bso#5202). + Restore Samba 3.0.x behavior and use the first "uid" value in pdb_ldap; (bso#6157). + Fix deletion of an object whose parent folder does not have delete rights fails even if the delete right is set on the object in vfs_acl_xattr and vfs_acl_tdb; (bso#6876). + Fix large paged search with DirX LDAP servers; (bso#6981). + Fix a segfault in winbindd_dual_ccache_ntlm_auth(); (bso#7027). + Disable sanity check in NetShareEnum for better compatibility with Windows; (bso#7029). + Fix SMBrmdir error message when deleting a directory fails; (bso#7033). + Fix segfault in vfs_cap; (bso#7034). + Fix 'net rpc getsid' in hardened Windows environments; (bso#7036). + Fix a Winbind segfault in "trusted_domains"; (bso#7037). + Complete and improve some German translation of 'net'; (bso#7039). + Fix compile error with WITH_DNS_UPDATE. Update .po files; (bso#7039). + Fix crash bug in libsmbclient; (bso#7043). + Fix bad (non memory copying) interfaces in smbc_setXXXX calls; (bso#7045). + Fix libsmbclient crash against OpenSolaris CIFS server; (bso#7046). + Lock down some srvsvc calls according to what w2k3 seems to do.- Update to 3.4.5. + Fix memory leak in smbd (bug #7020). + Fix changing of ACLs on writable files with "dos filemode=yes" (bug #5202). + BUG 6642: Fix opening the quota magic file. + BUG 6919: Fix remote quota management. + BUG 7034: Fix internal error caused by vfs_cap. + BUG 7036: Fix 'net rpc getsid' in hardened Windows environments. + BUG 7043: Fix crash bug in "SMBC_parse_path". + BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls. + BUG 7046: Fix a crash in libsmbclient used against the OpenSolaris CIFS server.- Free unused memory after a packet got processed; (bso#7020).- Add timeout to rpc call to prevent infinite loop when network is down; (bnc#538923).- Update to 3.5.0rc1. + BUG 6837: Fix "Too many open files" when trying to access large number of files with Windows 7; (bnc#619787). + BUG 6939: Fix long filenames when "mangling method" is set to "hash". + BUG 6991: Create symbol links to shared libraries. + BUG 6992: make test for getgrouplist cacheable. + BUG 7014: Fix Winbind crash when retrieving empty group members. + BUG 7020: Fix smbd using 2G memory. + Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned attributes by protocol level. + Vector correctly through reply_openerror() (which uses the same logic). + Fix bugs with the full Windows ACL support. + Add a few missing gettext calls to the 'net' command. + Fix up a share type translation and translate some more strings in 'net'. + Allow to call "pdbedit -N description -u user" without specifiyng "-r". + Add spoolss_DriverInfo7. + Fix rpcclient after setprinter IDL fixes. + Use generated krb5.conf in 'net ads testjoin'. + Add some German translations for the 'net' command. + Update mount.cifs man page with nounix option. + Fix _samr_GetAliasMembership for results with 0 rids. + Fix an error case in cli_negprot. + Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc. + Restore correct timeouts for SMB requests. + Fix a 64-bit error in libsmb. + Replace IS_DOMAIN_OFFLINE by a function in Winbind. + Simplify/cleanup Winbind code. + Fix write behind memory block in libtalloc. + Fix result check for getaddrinfo(). + Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr() to tsocket. + Always set tdb->tracefd to -1 to be safe on goto fail in libtdb. + Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. + Fix standalone 'make installdocs'. + Output %p as unsigned in snprintf replacement. + New attempt at TDB transaction nesting allow/disallow. + Remove swig stuff from libtdb. + Reset tdb->fd to -1 in tdb_close() in libtdb. + Change the way mksysms work in libtalloc. + Also build and install tdb manpages from standalone tdb. + Fix infinite loop in NCACN_IP_TCP as there is no timeout. + Make winbindd_cache.c aware of domain offline to avoid unnecessary backend query. + List trusted domains from wcache when domain is offline.- Update to 3.4.4. + Fix interdomain trust relationships with Win2008R2 (bug #6697). + Fix Winbind crashes when queried from nss (bug #6889). + Fix Winbind crash when retrieving empty group members (bug #7014). + Fix "UID range full" error in Winbind (bug #6901). + Fix multiple LDAP servers in "idmap backend" and "idmap alloc backend" (bug #6910). + BUG 4832: Fix iconv checks. + BUG 6338: Do not always display "none" in 'net rpc trustdom list'. + BUG 6851: Add pdbedit --kickoff-time/-K to set the user's kickoff time. + BUG 6828: Fix infinite timeout when byte lock held outside of samba. + BUG 6837: Fix "Too many open files" message when trying to access a large number of files with Windows 7; (bnc#619787). + BUG 6841: Fix "map acl inherit = yes". + BUG 6850: Fix shadow copy display on Windows 7. + BUG 6867: Fix listing of directories with a lot of files. + BUG 6868: Support building with Heimdal we well as with MIT. + BUG 6875: Fix DOS attributes on OS/2 clients. + BUG 6880: Fix listing of workgroup servers in libsmbclient. + BUG 6898: Samba duplicates file content on appending. + BUG 6918: Fix krb5 build problem on Ubuntu karmic. + BUG 6929: Fix build with recent heimdal. + BUG 6939: Fix long filenames with "mangling method = hash". + BUG 6967: Fix 'net ads join' with OU. + BUG 6981: Fix paged search with DirX LDAP server. + BUG 6982: Remove erroneous out of memory error path in lookup_sid. + BUG 6997: Fix _samr_GetAliasMembership for results with 0 rids. + BUG 7005: Fix "mangle method = hash" truncates files with dot "." character. + Fix the build of the winbind krb5 locator plugin. + Fix enumprinter key client and server.- Readjust the _libdir/cups/backend/smb sym link only on uninstall of the samba-krb-printing package; (bnc#568603).- Add BuildRequires to fam-devel; (bnc#564260).- Prevent winbind crash; (bso#7014); (bnc#566119).- Fix processing of open modes in POSIX open; (bnc#530683).- Add baselibs.conf as a source.- Update to 3.5.0pre2. + BUG 2350: Add LDAP Alias Dereferencing support. + BUG 6288: SWAT adds a second share when changing parameters of an existing share. + BUG 6435: Fix minor memory corruption. + BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while configure. + BUG 6802: A created folder does not properly inherit permissions from parent in vfs_acl_xattr. + BUG 6837: "Too many open files" when trying to access large number of files from Windows 7; (bnc#619787). + BUG 6860: Fix shared library build on QNX. + BUG 6879: Fix crash in Winbind. + BUG 6929: Fix build with recent heimdal. + BUG 6938 : No hook exists to check creation rights when using acl_xattr module. + BUG 6967: Prevent glibc error on 'net ads join'. + Fix vfs_acl_xattr which was failing to call the NEXT connect function. + Restructure the ACL code. + Refactor reply_rmdir to use handle based code. + Fix the build when no external talloc and tdb are installed. + Fix detection of CTDB headers on systems without system-libtalloc. + Fix several printing issues. + Fix the build on Mac OS X 10.6.2. + Fix net and rpcclient after setprinterdataex changes. + Add full support for level 8 printer drivers. + Add more spoolss architectures to IDL. + Fix enumprinter key client and server. + Fix crash in EnumPrinterDataEx. + Prefer posix_fallocate for doing "strict allocate". + Restore "fake directory create times" as a share parameter. + Fix explicit stat64 support. + Add support for NetWkstaGetInfo 101 and 102. + Add rpcclient wkssvc_enumerateusers. + De-deprecate "write cache size" to prevent its removal without a proper alternative. + Allow more than 1000 users in BUILTIN\Users. + Complete support for NetWkstaGetInfo/NetWkstaEnumUsers. + Fix the build of the example VFS modules. + Fix crash in free_file_list(). + Give the user a chance to change password when password will expire soon.- Store the smbfs service state if enabled and restore it for cifs while upgrade on post-11.2 systems.- Prevent cifstab from being overwritten while upgrade on post-11.2 systems.- Give the user a chance to change password when password will expire soon; (FATE#302414).- Rename smbfs init script to cifs for post-11.2 systems.- Allow Windows 7 to connection to samba domain controllers and member servers; (bnc#551811); (bso#6099); (bso#6100); (bso#6680).- Error on joining windows domain (invalid pointer); (bso#6967); (bnc#553622).- Add PreReq /usr/sbin/groupadd to the winbind package; (bnc#559165). - Simplify the winbind package %pre script and suppress stdout only.- Update to 3.5.0pre1 + Add support for full Windows timestamp resolution. + Experimental implementation of SMB2. + Add encryption support for connections to a CUPS server. + Major windbind asynchronous refactoring. - Remove using_samba from the doc package. - Increase major version of libtalloc to 2.- Fix kerberos refresh chain; (bnc#546162); (bso#6872).- Hardlink duplicate files on post-11.1 systems.- Add BuildArch noarch to samba-doc on post-11.1 systems.- Use full 16byte session key in make_user_info_netlogon_interactive(); (bnc#551811).- Update to 3.4.3. + Fix trust relationships to windows 2008 (2008 r2) (bug #6711). + Fix file corruption using smbclient with NT4 server (bug #6606). + Fix Windows 7 share access (which defaults to NTLMv2) (bug #6680). + BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is a symbolic link. + BUG 6529: Offline files conflict with Vista and Office 2003. + BUG 6532: Fix domain enumeration if master browser has space in name. + BUG 6606: Fix file corruption using smbclient with NT4 server. + BUG 6690: Fix wrong error check in profile. + BUG 6703: Allow smbstatus as non-root. + BUG 6704: Fix syntax error in avahi configure test. + BUG 6707: Fix an occasional segfault in config file parsing. + BUG 6710: Adjust regex to match variable names including underscores. + BUG 6711: Fix trust relationships to windows 2008 (2008 r2). + BUG 6726: SIVAL should have been an SVAL. + BUG 6728: BSD needs sys/sysctl.h included to build properly. + BUG 6731: Fix reading beyond the end of a named stream in xattr_streams. + BUG 6735: Don't overwrite password in pam_winbind, subsequent pam modules might use the old password and new password. + BUG 6764: Fix timeval calculation. + BUG 6765: Add a "hidden" parameter "share:fake_fscaps". + BUG 6769: Fix symlink unlink. + BUG 6772: Allow outstanding_aio_calls to be decremented. + BUG 6774: smbd crashes if "aio write behind" is set. + BUG 6776: Fix core dump caused by running overlapping Byte Lock test. + BUG 6781: Fix renaming subfolders in Explorer view. + BUG 6791: Fix linking order in cifs.upcall. + BUG 6793: Fix Winbind crash with "INTERNAL ERROR: Signal 6". + BUG 6793: Fix segfault in winbindd_pam_auth. + BUG 6796: Deleting an event context on shutdown can cause smbd to crash. + BUG 6797: Fix a memleak in libwbclient. + BUG 6804: Fix hpux compiler issue. + BUG 6805: Correctly handle aio_error() and errno. + BUG 6807: Fix a segfault in "net rpc trustdom list" for long domain names. + BUG 6810: Add support for finding alternate credcaches to cifs.upcall. + BUG 6811: Fix reference to freed memory in pam_winbind. + BUG 6815: Fix Windows 2008 R2 SPNEGO negTokenTarg parsing failure. + BUG 6824: Fix avahi activation. + BUG 6826: Don't fail authentication when one or some group of require-membership-of is invalid. + BUG 6828: Fix infinite timeout when byte lock held outside of Samba. + BUG 6829: Fix displaying of multibyte characters in smbclient. + BUG 6840: Fix crash in pam_winbind. + Fix an uninitialized variable. + Only ever handle one event after a select call. + Conditional install of the cifs.upcall man page. + Fix warning occuring when building the manpages.- Let smbclient show special characters properly; (bso#6829); (bnc#544204).- Don't fail authentication when one or some group of require-membership-of is invalid; (bnc#525123); (bso#6826).- Allow winbind to ignore certain domains; (bnc#539506).- Update to 3.4.2. + Fix unresolved home path; CVE-2009-2813; (bso#6763); (bnc#539517). + Fix potential denial of service; CVE-2009-2906; (bso#6768); (bnc#543115). + Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150).- Fix potential denial of service; CVE-2009-2906; (bnc#543115).- Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150).- Fix unresolved home path; CVE-2009-2813; (bnc#539517).- Don't overwrite password in pam_winbind; (bnc#515444).- mods for winbind (when used with squid - ntlm_auth) o winbind adds group 'winbind' o permission 0750,root,winbind LOCKDIR/winbindd_privileged- Merge two fixes from 3.2.8 and 3.3.1. + Adjust regex to match variable names including underscores. + Conditional install of the cifs.upcall man page.- Remove supplements from baselibs.conf while %clean for pre-11.1 systems; (bnc#520579).- Update to 3.4.1. + Fix authentication on member servers without Winbind (bug #6650). + Nautilus fails to copy files from an SMB share (bug #6649). + Fix connections of Win98 clients (bug #6551). + Fix interdomain trusts with Windows 2008 R2 DCs (bug #6697). + Fix Winbind authentication issue (bug #6646). + BUG 5879: Update LDAP schema for Netscape DS 5. + BUG 5886: Fix password change propagation with ldapsam. + BUG 6105: Make linking of cifs.upcall and rpcclient --as-needed safe. + BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab. + BUG 6437: Make open_udp_socket() IPv6 clean. + BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. + BUG 6506: Smbd server doesn't set EAs when a file is overwritten in NT_TRANSACT_CREATE. + BUG 6532: Fix the build with external talloc. + BUG 6538: Cancel all locks that are made before the first failure. + BUG 6560: Fix lookupname. + BUG 6564: SetPrinter fails (panics) as non root. + BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation. + BUG 6585: Fix unqualified "net join". + BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo. + BUG 6601: Avoid global fd limits. + BUG 6607: Fix crash bug in spoolss_addprinterex_level_2. + BUG 6611: Fix a valgrind error in chain_reply. + BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient. + BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds. + BUG 6650: Fix authentication on member servers without Winbind. + BUG 6651: Fix smbd SIGSEGV when breaking oplocks. + BUG 6655: Fix 'smbcontrol smbd ping'. + BUG 6620: Fix a bug in renames of directories. + BUG 6664: Fix truncation of the session key. + BUG 6673: Fix 'smbpasswd' with "unix password sync = yes". + BUG 6680: Fix authentication failure from Windows 7 when domain joined. + BUG 6688: Fix crash in 'net usershare list'. + BUG 6693: Check we read off the complete event from inotify. + BUG 6700: Use dns domain name when needing to guess server principal.- Update to 3.2.14. + Fix SAMR access checks (e.g. bugs #6089 and #6112). + Fix 'force user' (bug #6291). + Improve Win7 support (bug #6099). + Fix posix ACLs when setting an ACL without explicit ACE for the owner (bug #2346). + BUG 6387: Fix Winbind crash when multiple IDmappings exist in the LDAP directory. + BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache(). + BUG 6089: Fix SAMR access checks. + BUG 6112: Fix SAMR access checks. + BUG 6279: Fix Winbind crash. + BUG 6291: Fix 'force user'. + BUG 6099: Try to fix domain join of Win7 Beta. + BUG 6386: Groupdb mapping fix. + BUG 6421: Fix POSIX read-only open on read-only shares. + BUG 6476: Fix more smbd-zombies in memory. + BUG 6488: acl_group_override() call in posix acls references an uninitialized variable. + BUG 6504: Fix SAMR server for Winbind access. + BUG 6520: Fix time stamps. + BUG 6301: Fix samr_ConnectVersion enum which is 32bit not 16bit. + BUG 6340: Don't segfault when cleartext trustdom pwd could not be retrieved. + BUG 6372: Fix usermanager only displaying 1024 groups and aliases. + BUG 6465: Fix enum_aliasmem in ldb branch. + BUG 6484: Fix searching for users while adding them to groups via Windows usermanager. + BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the owner. + BUG 6526: Let parent_dirname() correctly return toplevel filenames. + BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds. + BUG 5798: Preserve CFLAGS info in configure. + BUG 6382: Case insensitive access to DFS links broken. + BUG 6481: Don't require "Modify property" perms to unjoin. + BUG 6628: 'smbpasswd -a' uses algorithmic rid base with 'passdb backend = tdbsam'. + BUG 6560: Lookupname failed, cannot find domain when attempt to change password. + Prevent creation of keys containing the '/' character. + Fix join of Windows 7 RC to a Samba3 DC. + Fix bug in processing of open modes in POSIX open. + Fix the negotiate flags. + Protect netlogon_creds_server_step() against NULL creds. + Also handle DirX return codes. + Fix a crash bug if we timeout in net rpc trustdom list. + Add '--request-timeout' option to 'net'. + Fix a race condition in Winbind leading to a panic. + Add workaround for MS KB932762. + 5945: Fix out of memory error with Winbind idmap. + Avoid duplicate ACEs. + Fix profile ACLs in some corner cases. + Zero an uninitialized array.- Unable to browse DFS when using kerberos in libsmbclient; (bnc#528271); (bso#6615).- check in .po files for pam_winbind; (bnc#499233); (bso#6602).- Add ntp and network-remotefs as Should-Start dependency to the winbind init script; (bnc#515629).- Update to 3.0.36. + Fix Winbind crash on 'getent group' (bug #5906). + Excel save operation corrupts file ACLs (bug #4308). + Prevent segmentation fault on joining a very long domain name. + BUG 4308: Excel save operation corrupts file ACLs. + BUG 4370: Clean-up entries in /etc/mtab after unmount. + BUG 4640: Fix guest mounts in mount-cifs. + BUG 5906: Fix Winbind crash on 'getent group'. + BUG 6066: netinet/ip.h present but cannot be compiled on Solaris. + BUG 6099: In order to allow Win7 to connect to a Samba NT style. + BUG 6279: Fix Winbind crash. PDC we set the flags before we know if it's an error or not. + BUG 6085: Fix build of vfs_default. + BUG 6098: When the DNS server is invalid, the ads_find_dc() does not work correctly. + Fix logic error in try_chown. + Correctly use chroot(). + Fix bug in processing of open modes in POSIX open. + Don't install the cifs.upcall binary twice. + Fix mount.cifs handling of -V option. + Prevent segmentation fault on joining a very long domain name. + Don't try and delete a default ACL from a file. + Add workaround for MS KB932762. + Add fakemount (-f) and nomtab (-n) flags to mount.cifs. + Fix a crash during name resolution when log level >= 10 and libc segfaults if printf is passed NULL for a "%s" arg.- Use a conditional suse_version macro in front of the SUSE_ASNEEDED export.- lookupname failed, cannot find domain when attempt to change password; (bnc#520645); (bso#6560).- Don't link with --as-needed flag on post-11.1 systems.- Stop the smbfs service if an interface goes down; (bnc#517768).- Disable build of static libraries on post-11.1 systems; (bnc#509945).- Fix missing zlibs for cifs.upcall and test_shlibs.- Update to 3.4.0. + BUG 6431: Local groups from 3.0 setups no longer found. + BUG 6459: Fix build of pam_smbpass on some distributions. + BUG 6481: 'net ads leave' needs to try account deletion, NetUnjoinDomain not. + BUG 6497: Fix calling of 'test' in configure. + BUG 6498: Add workaround for MS KB932762. + BUG 6499: Fix building of pam_smbpass. + BUG 6509: Use gid (not uid) cache in fetch_gid_from_cache(). + BUG 6512: Fix support for enumerating user forms. + BUG 6514: Improve error message in 'net' when smb.conf is not available. + BUG 6520: Fix time stamps when "unix extensions = yes". + BUG 6521: Fix building tevent_ntstatus without config.h. + BUG 6526: Fix notifies in the share root directory. + BUG 6531: Fix pid file name.- Package /etc/samba/smbpasswd as %ghost on post-11.1 systems.- Fix net ads leave; (bnc#511695).- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164). - Supplement glibc-32bit/glibc-64bit in baselibs.conf (bnc#354164).- Update to 3.2.13, 3.3.6. + In Samba 3.2.0 to 3.2.12 (inclusive), the smbclient commands dealing with file names treat user input as a format string to asprintf. With a maliciously crafted file name smbclient can be made to execute code triggered by the server; CVE-2009-1886; (bnc#513360); (bso#6478).- Update to 3.0.35. + In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a data value can potentially affect access control when "dos filemode" is set to "yes"; CVE-2009-1888; (bnc#515479).- Uninitialized read of a data value; CVE-2009-1888 (bnc#515479).- Update to 3.4.0rc1. + BUG 4699: Remove pidfile on clean shutdown. + BUG 5456: Fix "net ads testjoin". + BUG 6081: Make it possible to change machine account sids. + BUG 6253: Use correct value for password expiry calculation in pam_winbind. + BUG 6297: Owner of sticky directory cannot delete files created by others. + BUG 6305: Correctly prompt for a password when a username was given. + BUG 6328: Add support for multiple rights to "net sam rights grant/revoke". + BUG 6333: Consolidate create/delete account paths in pdbedit. + BUG 6449: 'net rap user add' crashes without -C option. + BUG 6451: net/libnetapi user rename using wrong access bits. + BUG 6458: Fix uninitialized variable in local_password_change(). + BUG 6465: Fix enumeration of empty aliases. + BUG 6476: Fix smbd-zombies in memory when using [x]inetd. + BUG 6487: Add missing DFS call in trans2 mkdir call. + BUG 6488: acl_group_override() call in posix acls references an uninitialized variable. + Improve pam_winbind documentation. - Install a vendor copy of samba-common.dhcp as dhcpcd-hook-samba-functions.- Samba 3.2.0 - 3.2.12 smbclient commands dealing with file names treat user input as a format string to asprintf; CVE-2009-1886; (bnc#513360).- Fix a bad memleak in vfs_full_audit; (bnc#510035).- Update to 3.3.5. + Fix SAMR and LSA checks (bug #6089, #6289) + Fix posix acls when setting an ACL without explicit ACE for the owner (bug #2346). + Fix joining of Win7 into Samba domain (bug #6099). + Fix joining of Win2000 SP4 clients (bug #6301). + BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the owner. + BUG 5832: Fix build on RHEL when ccache is not available. + BUG 5853: Add keyutils-devel to build requires to fix build on RHEL. + BUG 5897: Fix shutdown script example in the smb.conf manpage. + BUG 6089: Revert the extra SAMR and LSA checks. + BUG 6099: Fix joining of Win7 into Samba domain. + BUG 6157: Fix handling of multi-value attribute "uid". + BUG 6289: Revert the extra SAMR and LSA checks. + BUG 6297: Owner of sticky directory cannot delete files created by others. + BUG 6301: Fix joining of Win2000 SP4 clients. + BUG 6309: Support remote unjoining of Windows 2003 or greater. + BUG 6315: smbd crashes doing vfs_full_audit on IPC$ close event. + BUG 6320: Handle registry config source in file_list. + BUG 6330: Fix DFS on AIX. + BUG 6336: Fix 'net groupmap set' segfault. + BUG 6361: Make --rcfile work in smbget. + BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a directory. + BUG 6372: Fix usermanager only displaying 1024 groups and aliases. + BUG 6382: Fix case insensitive access to DFS links. + BUG 6415: Filter out of range mappings in default idmap config in idmap_tdb. + BUG 6416: Filter out of range mappings in default idmap config in idmap_tdb2. + BUG 6417: Filter out of range mappings in default idmap config in idmap_ldap. + BUG 6441: Fix the compile with --enable-dnssd. + BUG 6449: 'net rap user add' crashes without -C option. + BUG 6465: Fix enumeration of empty aliases (ldb backend). + Prevent infinite include nesting. + Mark registry shares without path unavailable. + Also handle DirX return codes. + Fix Coverity ID 897. + Do not crash in ctdbd_traverse if ctdbd is not around. + Fix a race condition in winbind leading to a panic. + Some man pam_winbind improvements. + Zero an uninitialized array.- Update to 3.2.12. + Fix SAMR and LSA checks (bug #6089, #6289) + Fix posix acls when setting an ACL without explicit ACE for the owner (bug #2346). + Fix "force user" (bug #6291). + Fix Winbind crash (bug #6279). + Fix joining of Win7 into Samba domain (bug #6099). + BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the owner. + BUG 5798: CFLAGS info lost in configure. + BUG 5832: Fix build on RHEL when ccache is not available. + BUG 5835: Add keyutils-devel to build requires. + BUG 5945: Fix out of memory error with Winbind idmap. + BUG 6089: Revert the extra SAMR and LSA checks. + BUG 6099: Fix joining of Win7 into Samba domain. + BUG 6279: Fix Winbind crash. + BUG 6289: Revert the extra SAMR and LSA checks. + BUG 6291: Fix "force user". + BUG 6301: Fix samr_ConnectVersion enum which is 32bit not 16bit. + BUG 6372: Fix usermanager only displaying 1024 groups and aliases. + BUG 6386: Groupdb mapping fix. + BUG 6382: Fix case insensitive access to DFS links. + BUG 6465: Fix enumeration of empty aliases (ldb backend). + Prevent creation of keys containing the '/' character. + Fix bug in processing of open modes in POSIX open. + Protect netlogon_creds_server_step() against NULL creds. + Also handle DirX return codes. + Fix a race condition in winbind leading to a panic. + Fix a crash bug if we timeout in net rpc trustdom list. + Fix profile acls in some corner cases.- Default with passdb backend to smbpasswd for SUSE products older than 11.2.- Explicitly use 'tdbsam' as passdb backend in the default smb.conf file.- Update to 3.4.0pre2. + The default passdb backend has been changed to 'tdbsam'! + Samba4 and Samba3 sources are included in the tarball. + Changed the way smbd handles untrusted domain names given during user authentication. + Various fixes including printer change notificiation for Samba spoolss print servers. + The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and spoolss) were replaced by autogenerated code based on PIDL. + Samba3 and Samba4 do now share a common tevent library. + The code has been cleaned up and the major basic interfaces are shared with Samba4 now. + An asynchronous API has been added. + Made parameter syntax of the net command more consistent. + BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the owner. + BUG 4271: testparm should not print includes. + BUG 4831: Don't call openlog() or closelog() from pam_smbpass. + BUG 5681: Do not limit the number of network interfaces. + BUG 5859: Fix renaming of samr objects failed due to samr setuserinfo access checks. + BUG 6099: Fix NETLOGON credential chain. + BUG 6136: New AFS syscall conventions. + BUG 6157: Fix handling of multi-value attribute "uid". + BUG 6253: Use correct value for password expiry calculation. + BUG 6291: Fix 'force user'. + BUG 6292: Update config.guess from gnu.org. + BUG 6302: Give the VFS a chance to read from 0-byte files. + BUG 6309: Support remote unjoining of Windows 2003 or greater. + BUG 6313: ldapsam_update_sam_account() crashes while doing talloc_free on malloced memory. + BUG 6315: Fix smbd crashes when doing vfs_full_audit on IPC$ close event. + BUG 6320: Handle registry config source in file_list. + BUG 6330: Fix DFS on AIX. + BUG 6336: Fix segfault in 'net groupmap set'. + BUG 6340: Don't segfault when cleartext trustdom pwd could not be retrieved. + BUG 6357: Use Samba default command line arguments in 'net'. + BUG 6359: smbclient -L does not list workgroup for hosts with both IPv4 and IPv6 addresses + BUG 6361: Make --rcfile work in smbget. + BUG 6371: Unsuccessful 'net conf setparm' leaves empty share. + BUG 6372: usermanager only displaying 1024 groups and aliases. + BUG 6387: Fix a crash bug in idmap_ldap_unixids_to_sids. + BUG 6415: Filter out of range mappings in default idmap config (idmap_tdb). + BUG 6416: Filter out of range mappings in default idmap config (idmap_tdb2). + BUG 6417: Filter out of range mappings in default idmap config (idmap_ldap). + Change the way smbd handles untrusted domain names given during user authentication. + Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog and spoolss by autogenerated code based on PIDL. + Fix several printing issues and improve support for printer change notificiations. + Add 'net eventlog'. + Add asynchronous API. + Make Samba3 and Samba4 share a tevent library. + Add two new parameters to control how we verify kerberos tickets. + Add 'net rpc service' subcommands 'create' and 'delete'. + Fix the core of the SAMR access functions. + Fix SAMR server for winbindd access. + Add dbwrap_tool - a tdb tool that is CTDB-aware. + Hide "config backend" from swat. + Fix linking with --disable-shared-libs. + Fix issue with missing entries when enumerating directories. + Map NULL domains to our global sam name. + Fix driver upload for Xerox 4110 PS printer driver. + Add "net dom renamecomputer" to rename machines in a domain. + Inspect the correct computername string before enabling/disabling the change button in netdomjoin-gui. + Fix join prompt dialog test in netdomjoin-gui. + Only gray out labels when not root and not connecting to remote machines (netdomjoin-gui). + Allow to switch between workgroups/domains with the same name (netdomjoin-gui). + Add NetShutdownInit and NetShutdownAbort. + Fix samr access checks. + Add a security model to LSA. + Also handle DirX return codes. + Do not crash in ctdbd_traverse if ctdbd is not around. + Fix Coverity ID 897. + Fix a race condition in vfs_aio_fork with gpfs share modes. + Fix bug disclosed by lock8 torture test. + Fix a race condition in winbind leading to a panic. + Detect tight loop in tdb_find(). + Fix chained sesssetupAndX/tconn messages. + Fix strict locking with chained reads. + Fix two bugs in sendfile. + Fix memory leak. + Fix file descriptor leak. + Fallback to the legacy sid_to_(uid|gid) instead of returning NULL. + Always allocate memory in dptr_ReadDirName. + Fix 'net' crash during domain join. + Zero an uninitialized array. + Allow child processes to exit gracefully if we are out of fds.- Enable cifs.upcall on versions newer than SUSE 10.0.- Add BuildRequires to keyutils-devel.- Remove redundant Requires to keyutils-libs for cifs-mount.- Detect tight loop in tdb_find(); (bnc#450974).- Fix lp printing with kerberos; (bnc#476913).- Add BuildRequires to ctdb-devel for systems newer than SUSE 10.0 and all other build targets.- Update to 3.4.0pre1. + Samba4 and Samba3 sources are included in the tarball + Changed the way smbd handles untrusted domain names given during user authentication. + Various fixes including printer change notificiation for Samba spoolss print servers. + The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and spoolss) were replaced by autogenerated code based on PIDL. + Samba3 and Samba4 do now share a common tevent library. + The code has been cleaned up and the major basic interfaces are shared with Samba4 now. + An asynchronous API has been added. + Change the way smbd handles untrusted domain names given during user authentication. + Replace the hand-marshalled DCE/RPC services ntsvcs, svcctl, eventlog and spoolss by autogenerated code based on PIDL. + Fix several printing issues and improve support for printer change notificiations. + Add 'net eventlog'. + Add asynchronous API. + Make Samba3 and Samba4 share a tevent library. + Add two new parameters to control how we verify kerberos tickets. + Add 'net rpc service' subcommands 'create' and 'delete'. + Make merged build possible. + Move common libraries to the shared lib/ directory.- Update to 3.3.4. + Fix domain logins for WinXP clients pre SP3 (bug #6263). + Fix samr_OpenDomain access checks (bug #6089). + Fix usrmgr.exe creating a user (bug #6243). + BUG 6089: Fix samr_OpenDomain access checks. + BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with "msdfs root" set to "yes". + BUG 6279: Fix Winbind crash. + BUG 5329: Add "net rpc service delete/create". + BUG 6238: Make sure wbcLogoffUserParams are properly initialized before freed. + BUG 6263: Fix domain logins for WinXP clients pre SP3. + BUG 6286: Call init function for builtin idmap modules before probing for them as shared modules. + BUG 6243: Fix usrmgr.exe creating a user. + net conf: Save share name as given, not as lower case only. + Prevent creation of registry keys containing the '/' character. + Allow pdbedit to change a user rid/sid. + When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid. + Don't access a freed structure when logging off and re-using a vuid. + Try to to fix password_expired flag handling. + Make sure to grey out change fields in the netdomjoin-gui when not running as root. + Don't look up local user for remote changes, even when root. + Use procid_str in debug messages for better cluster-debuggability. + Use cluster-aware procid_is_me instead of comparing pids. + Fix smbd crash for close_on_completion. + Fix a memleak in an unlikely error path in change_notify_create(). + Do not use the file system GET_REAL_FILENAME for mangled names. + Fix a crash bug if we timeout in net rpc trustdom list. + Add '--request-timeout' option to net. + In net_conf_import, start a transaction when importing a single share. + Fix writing of roaming profiles with "profile acls" set to "yes".- Update to 3.2.11. + Fix domain logins for WinXP clients pre SP3 (bug #6263). + Fix samr_OpenDomain access checks (bug #6089). + Fix smbd crash for close_on_completion. + BUG 6089: Fix samr_OpenDomain access checks. + BUG 6205: Correct sample smb.conf share configuration. + BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with "msdfs root" set to "yes". + BUG 6263: Fix domain logins for WinXP clients pre SP3. + Allow pdbedit to change a user rid/sid. + When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid. + Fix resume command typo for "printing = vlp". + Fix smbd crash for close_on_completion. + Fix a memleak in an unlikely error path in change_notify_create(). + Don't look up local user for remote changes, even when root.- Don't lookup local user for remote password changes; (bnc#493507).- Update to 3.3.3. + Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly (bug #6195). + Fix serving of files with colons to CIFS/VFS client (bug #6196). + Fix "map readonly" (bug #6186). + BUG 6195: Don't let smbd child processes panic. + Add backend_requires_messaging() method to libsmbconf. + Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf. + Fall back to file backend when no valid backend was found. + Fix a memleak in dbwrap_rbt. + Provide transaction_start|commit|cancel fns for the registry tdb. + Speed up "net conf drop". + Speed up "net conf import". + Add transactions to the libsmbconf API. + Reduce memory usage of "net conf import". + Registry cleanup. + Fix handling of SAMBA_VERSION_VENDOR_PATCH. + Fix build of pam_winbind.so with static linking. + Tidy up some convert_string_internal error cases. + BUG 6224: nmbd waits 5 minutes at startup before checking if it needs to run elections. + Allow DFS client paths to work when POSIX pathnames have been selected. + Try and fix the build farm RAW-STREAMS errors. + Ensure files starting with multiple dots are hidden. + BUG 6102: NetQueryDisplayInformation could return wrong information. + BUG 6193: Avoid messing with sync_context in libnet_samsync_delta(). + Fix notify_printer_status_byname. + Fix Coverity IDs 722, 762, 774, 775, 776. + Fix build on old Heimdal based systems. + Fix compile warning. + Use parentheses in if condition to make negation clear. + Add dirsort module. + BUG 6147: Fix detection of the GNU ld version. + BUG 6097: Fix smbd segfault. + BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped members. + BUG 6139: Add missing whitespace in mount.cifs error message. + Fix a malloc/talloc mismatch when cli_initialise() fails. + Fix a valgrind error. + Speed up "net conf list". + Add sorted subkey cache. + Use StrCaseCmp in the dirsort module. + Document the dirsort module. + Disable dns_sd by default. + Add avahi detection to configure. + Add event avahi binding. + Use avahi to register _smb._tcp in smbd. + Fix two memleaks in the encryption code. + Fix a scary "fill_share_mode_lock failed" message. + BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set errno. + Don't use reserved words in smbconftort. + Fix smb signing for fragmented trans/trans2/nttrans requests. + Parse_packet can return NULL which is then dereferenced in match_mailslot_name. + Format the header check for netinet/ip.h more nicely. + Missing break in conversion function prevents tdb password database update.- Update to 3.2.10. + BUG #6195: Don't let smbd child processes panic.- BUG 6195: Fix crash on passdb conversion.- Update to 3.2.9. + BUG 5920: The length of the memcpy was calculated wrong. + BUG 6097: Fix smbd segfault. + BUG 6098: Fix ads_find_dc() with "security = domain" when the DNS server is invalid. + BUG 6099: Samba returns incurrate capabilities list. + BUG 6100: Implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEMENTED. + BUG 6102: NetQueryDisplayInformation could return wrong information. + BUG 6130: Fix crash in winbindd_rpc lookup_groupmem() on unmapped members. + BUG 6133: Cannot delete non-ACL files on NFSv4 ACL filesystem. + BUG 6161: smbclient corrupts source path in tar mode. + BUG 6193: Avoid messing with sync_context in fetch_database_to_ldif(). + BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client. + BUG 6224: nmbd waits 5 minutes before checking to run elections. + BUG 6228: Fix SMBC_open_ctx failure when path failure doesn't set errno. + Numerous Coverity fixes + Fix double free caused by incorrect talloc_steal usage. + Backport delete semantics of alternate data streams on a file truncate. + Allow set attributes on a stream fnum to redirect to the base filename. + Fix use of streams modules with CIFSFS client. + Fix more POSIX path lstat calls. + Allow DFS client paths to work with POSIX pathnames. + Ensure files starting with multiple dots are hidden. + Fix guest auth when Winbind is running. + Fix memleak in get_remote_printer_publishing_data(). + cifs mount fix for handling -V parameter. + Fix guest mounts. + Clean-up entries in /etc/mtab after unmount. + Add fakemount (-f) and nomtab (-n) flags to mount.cifs. + Enable total anonymization in vfs_smb_traffic_analyzer. + Don't try and delete a default ACL from a file. + Fix remotely adding a share via MMC. + Fix resume handle for _samr_EnumDomainGroups. + Fix a buffer handling bug when adding lots of registry keys. + Fix a O(n^2) algorithm in regdb_fetch_keys(). + Fix a valgrind error / segfault in dns_register_smbd(). + Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog. + Fix a malloc/talloc mismatch when cli_initialise() fails. + Fix two memleaks in the encryption code. + Fix "fill_share_mode_lock failed" message. + Add S-1-22-X-Y sids to the local token. + Fix smb signing for fragmented trans/trans2/nttrans requests. + Don't miss an absolute pathname as a kerberos keytab path. + Have nmbd check all available interfaces for WINS before failing. + Initialize the id_map status in idmap_ldap to avoid surprise.- Obsolete change from 2008-03-05 by removing the needless examples cleanup.- Update to 3.3.2. + Fix "force group" (bug #6155). + Fix saving of files on Samba share using MS Office 2007 (bug #6160). + Fix guest authentication in setups with "security = share" and "guest ok = yes" when Winbind is running. + Fix corruptions of source path in tar mode of smbclient (bug #6161). + BUG 6082: Fix renaming and deleting of directories using Windows clients. + BUG 6154: Make ZFS honor admin users. + BUG 6155: Fix "force group". + BUG 6160: Fix saving of files on Samba share using MS Office 2007. + BUG 6161: Fix corruptions of source path in tar mode of smbclient. + Fix some NetBSD warnings. + Fix bug in processing of open modes in POSIX open. + Fix use of streams modules with CIFSFS client. + Ensure ACL modules work with POSIX paths. + Use fsp->posix_open in preference if we have it. + Fix more POSIX path lstat calls. + Fix a bug in message handling for the change notify code. + Fix guest authentication in setups with "security = share" and "guest ok = yes" when Winbind is running. + BUG 4640: Fix guest mounts in mount.cifs. + Fix displaying the version string properly when no other parameters passed in in mount.cifs. + Prefer gssapi header files from subdirectory. + BUG 6176: winbindd -n should disable the winbind idmap cache. + Add a vfs_preopen module to hide fs latencies. + Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog. + Fix a valgrind error / segfault in dns_register_smbd(). + Fix build on SLES8. + Decremented by 1 for ntcancel requests. + Fix creation of core files. + Fix first mapping of uids/gids in Winbind. + Initialize the id_map status in idmap_ldap to avoid surprise. + Fix initialization of idmap status.- Only call '%find_lang pam_winbind' in the samba spec file, not samba-doc.- Ignore return value from subshell to fix build./bin/sh/bin/sh/bin/sh/bin/shsamba-gplv3-winbindcloud132 1526339205  !"#$%&'()*+,-./4.7.6+git.54.6e3276c9872-lp150.2.204.7.6+git.54.6e3276c9872-lp150.2.204.7.6+git.54.6e3276c9872-lp150.2.204.7.6+git.54.6e3276c9872  samba-winbindpam_winbind.conf55-samba-winbindd55-samba-winbinddsamba-winbinddpam_winbind.sontlm_authwbinfowinbind.servicelibnss_winbind.so.2idmapad.soautorid.sohash.soldap.sorfc2307.sorid.soscript.sotdb2.sonss_infohash.sorfc2307.sosfu.sosfu20.sowinbind_krb5_locator.sorcwinbindwinbinddsysconfig.samba-winbindntlm_auth.1.gzwbinfo.1.gzpam_winbind.conf.5.gzwinbind_krb5_locator.7.gzidmap_ad.8.gzidmap_autorid.8.gzidmap_hash.8.gzidmap_ldap.8.gzidmap_nss.8.gzidmap_rfc2307.8.gzidmap_rid.8.gzidmap_script.8.gzidmap_tdb.8.gzidmap_tdb2.8.gzpam_winbind.8.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//lib64/security//usr/bin//usr/lib/systemd/system//usr/lib64//usr/lib64/samba//usr/lib64/samba/idmap//usr/lib64/samba/nss_info//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//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.opensuse.org/openSUSE:Leap:15.0/standard/fbeeb8e581c3d1ba878fe350b37834d6-sambacpioxz5x86_64-suse-linux ASCII textemptyBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a207bde2d137acfda1eacbee59394699688f5c3b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e5350e499b899916e88a71996b3235d75b6d4fec, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=bcb3be7acf75b93e67fbc243065ab2d42cc7c134, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=66efa9a5f476767fd8a5aacbf14dcfb2f352bcb6, strippeddirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=20040431145b6d32ae59ba9ef7bfec2264ee51cd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=873d776356b6f372e14a87b146d1e4e975836be9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dda678c5aa7b0cf8e1d108ce55e76c6685478a35, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d67fd751fe6b0f6a8bfc4745212d1c15c47aa8fc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1de42cc97ecad0cda4c1be6392d82dc9ccd9f0f9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=21819cacab33b997a5f80969fbb391fd6a65a95e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=073e4e82af33c20a6560ae4d2a983dfba989903e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f8661b2a0e4a45e1327c15915679de0cf87cea3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=326ec3ab2727a8b4352679e9bb633103d59275b5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9b8b627d3ef0a764da35de8abedd918ba096649, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=60089b255d8931ca34be9eb6b4a66bc146918aea, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c6d9ed9bfadcdb054301c3ff77ee75957dda7c60, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e67f0db4d8267d64a5c1ec59064ce602b407c735, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=dbb705f09c323bc78eb1a03d4a7e320694d4cfef, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textA]g 4Kh. 0 |RRRQRPRYRWRRRRRRRRVRRXRRORR.RWRRRR2R]RURYRmRSRgR[R_RaRuRRRRRRRR0RkRVRRRXR1R/RjRtRfRRRZR^R\RR-RlR`RRRTRR.RYRR]RURRkRaRRRRRWRRRRVRjRRXR`RR\R-RRTRRPPRRWRRRRVRRReRiRgRIRRR]R_RNR4RRRRRRuRRRRRWRRkR0R2R RaRVRjR R3R RfRhRMRHR\RRtRdRR^R1R/R`RRRRmR]RYRkR_RuRRRReRR4RRgR$RqRjR3RXR\RdRpR^RfR#RRtRlRRRRWRgRmR]RYRuRkRR_R4RRRVRjR3R\RXR^RfRtRlRRRgRmR]RRkR_RqRuRRzRyR4R|RjR3RxR{R\RtRpR^RlRfRR9RRmReR]RRRuR RkRR4RzRyR2R R3RjRxRtRdR\R1RlRR9RRRRgR4R]R3R\RfRRRWRRR]RRkRR4RuRRgRVR3RjR\RfRtRRRRRgR]RkRRR_R4RRuRR$RjR3R\R^RfR#RRtRRRWRgRmR]RYRuRkRR_RNRRRVRjRMR\RXRtR^RlRfRRRgReRRRR]RkR_RNRuRWRR2R RaRVR RMRjRRfRtR\R1R^R`RdRRRgReRRRR]RkR_RNRuRWRR2R RaRVR RMRjRRfRtR\R1R^R`RdRRRgReRRRR]RkR_RNRuRWRR2R RaRVR RMRjRRfRtR\R1R^R`RdRRRRRRRRR.RRoRR,R]R~RRURNR"R8RR4R?RSRRWRCR=RRiRsRLR[RR RwR_RaRRcRARERRRRqR2RmR;R&RRR6RRYRJRIRuRgR(R0RGR RRRRRRReRkR*RVRRXR RR R3RDRMRdR!RKR%RRRjRR)R@R7R'R}RBRHR^RFRfRR`R>RR:RRtRRhRnR+RZRpR/RR\R-Rxr9l (?nhcT@>pXn$K3fmN_Y0ʼs9چc"M_9aFgBeFhqBlDu 9żNAL)|\Ѹ) y$PZ_lkFh>P+Cgt$Gyk&$U<Ԙ,Հoie<^|ug>^1p@^v樬i쾙F|#` QyjաQ3~d.@ =Ct[W#}6`|s^2 ,<>Kl5WRYk Cy#z29o]6HG@ 'q{-p}^b!> FFGo89x(U=߈%AtqdC>KEwBXwX'a{/w~ǛQyTC+'G*~/TmZ*}jRL= iOBwzWpph;x7KSJBJ`019u;zذlj؈DDPmJ.ZXKR- lE@cDt3t)|COezgtVjNcy.D;3DI#s /o.W&y, $pY"EW"CS+g _kб*|Tc hC݄Xc@hȑzsىk1ފB^ߦ<Xa텒IDSp"ӣ?i䦧?#auRz׿BFHY βm-l$̗IsRj?]Y0`4n8lbqavTߝ},ÞplvE'uE"OO4/!1k㻦t\WT?q.W$4EPT^ё S>53ieVM0cxMO,c Bvi.id8ޡ5zZŸa3H3^2C ^PN$.|oI,tt$Ҍ֜H†CKK )Jn1ɐkU$?Dn&4d~:N V 2 tk`hN7VzL՚uta lbQ*ͧ ֌qO$'$s㪉wN ~%i烾a}tfxթ );{Bmv7 ;P.jPՋePGVEޝ.(y 6?6gr!˔^D JF۠ъx3WAemʜpOtQqWd%V.UD\쑋% (f+Fi.]jT41,whSG&t &oMqV+:8@q$ >غ$ɛUswDnP[*" /ert&p+Ҕ05d,B^I,xOd@lwNnoJ֝r/]gA vqxԿ= \<ݲ)CNPxvrP9BZHqH! K4F*MZP63SY++7:T^v  /xw7˄2x|Kz0*7 2nB׮Xۮ2C*~xh MR\.ruMU2-sċ,N<, j@ jٔ v )ɳGA35,0TyuiA|'ȃxR^2B 3*nGΟ/R\$J\D;y>'=|N&+ǒsem3>.R^%!ԟh۰lp 0_JH{<)k!+u|-qUeuCq&ձ)K_`/sa%Akta6+]mӉ(:2lvfNw1亜v4 lvi^Xp \ ҦCWRє#bՎOǯN{ ,߯  rf ެUuq_/qu8TǤ^ӎa #瀿m~y{ ;"ԤkdFJGE>Pr4{Heq^meH[6:މ(Fg|r%߿ lgg9E/jO^O}$|CqẤb!{CᆃЙaF"_W!H5>Sl% r/yd S\,~#`?kwX}R%B?c.p LiӷTv$ Olt1 Ϭe(Z1_JL҉wS@w\aCudk6KXP7+}ZJ+R&wfZͦyNGkE$E*w(9!.GUWSs5cZ0Y\Dڱ^"ґzH|0Uxw7SX-m1quvƴ;c#BT@.a3Xf:R (=,ZkYk Z}Pc,9!HZ-ou̬QW i~?*7oiy7bJW\[[L]GaC['+QwPGZ=PEߡ_lh2!gIsjUUe\ؑZ`h d#ĥ!N(@x9;7X DDЎjO'vuMժ'bT*vyH+Z#?"C50Mk䍽#FsdʴBD-$-/@#E{:7F\__w3GRE@6CH5x'Gqy8S'7\C(eh˸R l7e^%f'ě%'NF kNܕ0sz&Ƙ(ԯIPЊ02hQ:P2#CIzm"2krNLo=)&nŐ}6ۉݖ$SWHFB̩^c46D"6çI ,ĒDZ4rvoDr'dzvEXQ|O 釟eI2FB_vlX,z(?p%pBw>m6yx4Z5߅L'6X ÅVL֢u2eoUR3K6-! K4S :hsA{{ٗf)zoԺA7쵄l?ar ΃QDY&.'K}$Am(/,*6uԇlgZu&cս-ݴQ|EUPCݼfZ*ԇA| TBkW6Nf&0n[61]{8d'NT+׾HUٹfCPplh i;qsf$3~F5X7?u$m$V*0\ftU'$m _hF4P3cbTjYCX0/ p@@U ۂP ۬r 09&=UB&$3զnBYr,s EfPL~zRfn#̀D:u &!1uΚ5+&ד0@>c4^µG@`΄B8"ق FTGh;yzX:r<lb=Z! F-wu|2FJ_ȂɨQRVbXѤ>q'l)ܹ #B%S&5 *Gﱰi"ƵP] 6Yq2&Y[kܻd]'MD?MPz ?L U4܂B~kTSt6>)&5[~/ؒ arY=BJM>u~yZ :0s(+da;i)xVES峴ŲC]eq ^3M4ǧjbL*zWP\yQ<Vz *$ı8*5{ȕ2I=ӶMNl2y4VF~_sBI >ѹ-bt-E-Pc7_  .$^Ow~xbqn67B9 ~ry(GK[9kq4hU)l GWͣ-F(F$ BIJ+&tO /HUڼSI ^]-HߛExZW1 S߉Q=3vU5:Gv U`_x p^ fg˔֋<FǢBe> |73ְb.7/YW@\X礇ar\6c:ԖbWR`\~9*M*}체] v+Ww½fďOێ&XgeB.; o<?"I[ V5 F4єS#z|USF[ي rE8*>׽݄â@6ݲT|E ZE0J3gـ&M@1a߉.i!4%.C)T&r5Z;O8^ S2"-J:x[3Y! <<{0?x1/*yF h"J 24S!;Bu*wQ-PCaƵwMpUuYw+KYEc(옟kU}z2eHfSxb~Q%HR` 20 gE714D=&^!tY&|^+՘?]S 9*%a!:W:lZD@³fϨ#K$bS qXSt+jaEwPvȢdŶFsQqʗ ,\;Nِ`vib;So xq2%Oo^-u \R8W[yXKYī%3aѵX&BSf^<3*4>ow 0=Ϲ{26|"ɩ@`1FL^o5eZ !T^ɧqWQ2+Aݩ ƮٵaM#DW7LR'y^FmDvίNUʋM81}h/uϨŋRd9-oL%!3P[[YZu6eZgyjPر6/-%W{y˛ⰄJ9"fTk|8[oBY1㔝"jYUit-4gIYxi,J=f ޓ7^jy#ɏ3Ei0 [$Cc|Y7b>`n`?_n‰Z:q)83ŸUujƎySa }_GSCs-/cM3trf|XXlIBvvQĹ<mZN"&خ:'Y>Xʆ)4&佯z)k2VpX6K;*KvXQ|wbb>VMY8gŔ,*Isk+==oKjƐ܃.}++MS՚"tŏ`d_ j hڦ `*3+? rbXԧt!Ap z)7݆>MSoxMU "54xkΟ}IO ɊAgGCK6_Fz` ތlr;]3$}@8Gb̠=vmHWx.Z豝J>|?xUH za3t}Bg("VvSn}4Ҧ28b/G&yO9o{V3t,D,p'2\+斦C>~][7p3mS3`TX&,Px>>$Y%:7Q\@o܄v,VG ؊^>e(py0X AitCs`2V~NebH42>&F|uοv"֚sxL7E95/7vb%W^HvgAnR#su6e$α1͍wսyZHh4*<˦Fx֣" +&{'pHJH)h^2+$UCRN^Ne+f^>"1 6@kt>myuwʱ|Gn98lQ71("͍q֔3i4̷gbɟW,Gg A oN;n{3b[G_M.U ҹ#-wZgWܞAܔ#{_l.gffsF5,剕dfpve҇_iyJ5Zj1 yd7m5NӶr7H2@Q,b$Mܻp(oNNa-FvT-_fl&p~=z]f; 1z-i'B )~RdGhvCgp5D/j0=+`P}:鵾yIoW:jXsxxݝ4lK4z t۞he O&Yp=oW(5%:7󧁚,+ ܃I*@k*2mTVNsi2BnI]dcJ;?x#䧔PYy2|0pȏ z$ ɾE&JNoriF8+@-c,nyN&>0i%IhC"vXg+oHњ #8AHRk \u^qOJ?[ ^R٧6u[uiI}L&hm!رAuvz7?; !6CI˒tޱD.uuBy!~uwryehg3-sXlux6_lk綛LBbC"Eta%1Xo;&̻Է cі`*?8 x~՛&^>g<K,r[3X]O_1\hjPBϘ[.M=cY~,⻋FuS6m$N AX.Qq:M'[NGJ4Adb.sl1WՑoUN(AM xvAmeC@&弖S =[3# 2:0bp^iyÒ@yNkz/!~[xK{%$(=+'hGi K`zrY$(0ݭw ?#B<-B$%.k&,}Y6M5`~V"qBDAUK=" #ebIǫ :l5a^s#4xɋS1p3^ Hx`;Gyl-ŠE$؝͹n]52bUZ4Q~iT)cvǤǏ`c`@5:|.N XHwH/aZto@, l6Y|N|Unµƕ3ugYvYfO> dW+D4'|N_ky;EA˒8kcFl,glm1&'LljOv`HVʘ= Q{hRI:⥄F HoqkU;d=zMm,)6A ldt 3Z/aիeHLKjm%υ*r=)S)Ix`+!(9=$6q~h/UĹ%z*=Usy Bh.CBZ#{ WP DStl9/Z "nF}-  f$tT+f6IؕOdjbd9ea !+/98fbԁl/&4ahSX{ _^'C_hI VKf +7>yF:LeT^"W7q}S(Etd}d%|QCh̰cb6w@(>3Ѱ!C-Ps]yx ƥ5:4Q%4 8^Ceg}T1']c3vNkLS4gђԤGBYI7HQNdgzv;d[0c&(/6iPRL0t* H5pH8ƘNەhI5î"f>Y\XEK )1Uz=׃zeW$h}J*6SXy[U"(;\Ǒɯ/-j7<KVF\{!eqr72bTqFi;MXHhcq!?mH[l LD8͐q7&(h_0cII> p$;?8yNIԈrk隟mL`v?t#?a~e`fÏvc(Nr%P{EM;,=)~Z d/92aEqKԬz8gS{?=ZZc쓑ʸU'iS5K2AniE(WqɃN@[Ziė^8sH*YHWu[b61࡟F×R^WվϷx. ]1X^ݧͫWR%$:_%Ե,TKz~jG -TU4qVps"iӡαj|fa:ۥË^ӂǔ7w#0} %ckz?Qja1|)4b8sldzqVV:i5%hhFBEsk븡=fYA7EOz?a|ud&y[U;)bOl85LuAEU'y\vZU.bѶ!PL$2!ZC;( BHO%3b}Id;g(sLQi) qI潙;=NkGqYT>z8Q^fzT-NJI$8Zg"LoQC|el( Xۂr0=f q^*1rS^O9qmpA]0`A+'9 >>h0K[P.@)? \K?DړWJ3D[q_ˢ2XO$<%tx&3&U]uG-g~!a0Qz2h-3Xs5+r yEFPѮ.JL/'XU (e4"~m}Tξ]/8xP~Ahr>?;9v8 CPV诧~ 4)ZCgSMI7Ok'8ID UKnL4+,@]I6 jp ㋶^EoQhSQOgkb6^İ\I06rnp!Xh2̐<.VdECS 5 "xsmuD=)'U GmNSiz2WXrR%Hֹyi}O&`sIO`d*8\8V-k fn];}Tk[qY{?Mχg}LyKNCy(H|7!8!&e@Y'nO٣%#ؠЉ T .qER`\CaQ +j0k*kHάe XzUhtKN9*/bB=yGh/{nvHzN6V×0ٜK;6ǍIƝF *2y`Gn"Ka4n\' DZ)=S6|)= [M%R)[\fo`!v|=(Z9EH;37#Ktw:oOS$CšZONܣ)!<w0C;h}C(Wd5u>9Z=uPkV}3[?פ+SR|p0"FcMUf;X])8-Y"v+cm2mEn=`wuN™Iq_?8jtwÊrdI8,Ww (ނerDUj] \`z?UPsN&T#S(_,cBCRoFe0dxápu.]xqۼ?A/b{Vs.i3%Iԏfx^8N̟:Ŕ?Fi8f)z%;&ۿ;Ș̐G)*Žk}\]avxD_B9a֎߈*oJlrV{8 K~.Gu3ۥw#jb%%!Uѥ(U\rހxYA(d_H*SMV> nYfwa;GR"%_ ֈXXI5PE[+Tc Tn,ěR˕x l#5S* Ʉo%oeO/$m CWڱ0._Viwpy g&^!eiqgYE-Z #KEbuO(gUA AjNFxh*hnBx^,5@ylZ8nҺx&WIƄnab۳jf-PID:e%`rHm' 7i o!8kHͨmi ]<7Gw?v#cHD.P+q gNBz'A!r60yūU|ṯ-˳a/ۑ딇.TSFs*_S!&ȶs%T ղob43 rVΌHg@pI*=SRBBI s=Z᥼9ZItOax C"yx(Ww8;#V {g\\!3 :4xB6L{+[|P!>$օx:I⛝nV|G]z X0#GDw&E%.N)Dq“hAX]պfsI^NSW&i5t&QXULbZt NDXZmGla~Ye#f| F>#iP|.q9yiNHՐ D t?)KM8CfСw^O9b='黷'_Lj߮gm?1^Tk5X3F hzlGO3 =msC}_1bN v&o߶`w])4(ݗWD%M7SBMoӼ.dQiwfCۦ+u[{t[UlJ N x9S'NSZ ڲ*wGCm>@E<21[hp;5V5*vUSnMŌN9&ԠTBS[ߺ4PB~~# }03؈jYh+"Ywf`4qK g{5};Ns-qޗ̄rd@E !+B o ٓǏu~;%ŷy?`ʓCoK zdָ*O?]O:8SNUT`W0~.YmpnqTt8G!U'I{1IfҷP,l'G~^v Q*&9})όَ+V-o ]MDI托ڝ|;`]I%:K) 5 aI01v .2ڻ'}㜒| v.gx1OqsMWtr[9b&ݸ[~BeT* oAfB`]x%|iU2 "۽XH%3yGj/$Ec-"g\Be4dO crp6< o'ap17: BuZR6/UpD7P{3=؆:[7֍K]J^Bƅ2(VE {=K_`7vp8Gt$ i%zc@G>9J8Ū=RpjA߫|g1=O4Z ,/vRķ2l:7{ތGc'/a^ 7W]٭Pރ/D5!_JgthU(&3||ԲyW Ӆ^>QCގSLtA N_5yn7NB@3a[vmnrG `o#ːQ!!C`t%82yYT9~3k-IE}39_k>p{B"@" FP Xaǜ?'ˀ2e_$C?PP@Օ"ycx;4 gd/ur8fCl炉(| $P@ Ȟvkܒ_dܲİ=%Yx1mLALS[ܪ(?#̥s1K#4ik8wprF[L[ٮJgْ爫 5bAF>GLxp4VsR{{\L-P&!#I#D#, eL\t{M~`}ÞeG!vEӰ O'zC Dx?}g+^cMh%yY)27wrAbt ~?2CO.vuI57i"% {Eu=_?v>9i>P;``ٓ B~Ρ$gehnUTCjS/|w8G.Jvb"͑; d%"NJ3EuO7mH6!i/zdZ3~g@9ob=l<޴Kں 64Ŧ2V%!4!#SUE^MS[=vl$+IDe>Vq׫T&Y#^ fX%Mdܔ\8uϊٙw@:zQ@[m][ wt6d~2!X30jxat:D+y +YՁ~3d2'٦tzٞ,q;&|$>,{2 Exy*S48>ۢgՇTl+ˋ$DQ?})L ȑRAB'C}8 {MzJMoBy*s :+.Z 4iDuf(5sfsOl Onʻm {CjҢr8n.5*ڐxR Ŗwh:ozP^B[<-h-OzŘUSW5¯Q+JDq]4yN$`%5h~45ACFڃG%X{)8~VUZ0;QxDHd 8Q ^B ;8+yʜ1_!,ufR|%`'*5 48:% c|M?"T>w%gMΔCRP~d^nkKi<(Fx+τ@nӍ9+bu̳eXǫA`O6bD)BY4v%)f9sˉ{12s'?sB{ځv "h>~ct6>d:'[1C6&>Lj@wQVfqk xoG})&c[. $,Ff [?G5&0XsFI`Ms"QWU״ ˠx<t:6ܡrܞ42ȠSxPՃ B8pǘno"bp0k^\4 qǝO(mySalҋK9X].2㫞rz4z^3 ˕+4y4;Q ʋFTy_Vg65Ǎ TіԱM8{ IkR'܌gFЙu"x`pÅ|E(;c҄^Mbp?C)?6WEZՕlV2Ǝ4xT !vTrr34o.dQ2ImWe )XQȳK+_ڒ [ i'9fOf=%5'"❸Yy)`H2H%^IU 0٨ ǹF^cs8h^!Ec|iK 3 ~(Lo¨dzV@dt(bʓ–鏴n%4ld >7 Y8<|B@Jg%s4'L=JI؎^ad3&Dvů-Lb9ΩћH}z= Oq4OFƧJ~l8n)+^x~wJ J$atxXF< kӂS 6;s0 M3ՠڏ8jGOf)v9#)*/P,$P{Pj"Wgd#GuIF$$~ZK^%J&ՄF ]PZG6pQT6 D&,/tu`Il"&% .rߍ%֪8Ldz,Z%3xDFذȠhCIl KAnE/o?> a5&O5;-=H~<.6##m!i:ZOZTj56nr$:cP7Ԋ\sQ$\R,8kB,PKv9JW9҄pDsGtmHC*DoIeu1pЙt|V ! :ϋCPh:frܼa>A5ifpȉ9b$(kd7(E-NS)\> Ky]14Ϳ>k&^]/R5y.?*Ng}Jr;2{|JtގOݴF=m#Ov~CšU|._WB›4 T{: TMW҃N"-UHjl=e@)WTCQ" iyq;u kH#5m+{=ڽeV 2D$9f/f7g,v7f\R!Z;sOj%%Kݼ(5F#v:' aABܻI> 🂔f&QF}j;x` ;J,ܹ99g+V\e8ח0[  W5{=&{yң)4 !^h |78cuy9\vݙf~ףM^6VZ:{f;X</[[( P2n;W {PI4 gw֎k𬯎q iv\f@C}vUEf(|9 : ɺH՟bD7ĥ2kqrl?.730,/>#(iTBgǸۏsaɴG+6`}Ow4'X~/@2axXnR9 1,Ns*{A'ɕ*Vs@Y(ҍ?򑞫ʅy#G1V7 Tnԗ%Q;S*,d{邸:L΅ĉI%_:se!\{1*5 V#l;\rܥ:TM) J9ygz>%d-HeH0/鵩[LRO}A Fto7>mkQ ո.Ȋ'̙ŇU8Qu*;M0wuק.M8X4İiC2Y8oc$MEʖqBY7e(k<>GL]N1Ѡ(RJ-g=eQJ-ПnsP"Gh=hQ~&#\ :ZY*>1'zIm)%%tZ4G]LYǗZhC/k`˅ILKP@usO,^<Ǹ$x`-!o>RKf?AJ.Kb#{K(8tc8 Et 1n?b,DR71J:x)HO (\,/k~C(SSOGp,.X &-PFLg@-Dr܎;U PK4RPVTFXec ^kMOϤ;UPU!Vm,Lc54K|˻^ ُ'TjxQRfX#A0saF(h'];ǥ~NDBB}Ly1,hDNi#ڗ!F{>0hC D䁞<ӈ+oS5P^sSA $69??VHXL(= ƔyéLxߖo/ -s%# 4HB*q2P$ČN!"W[˙?T5{] (.&*Sz/m2'Ncy"6m˩; t'Uv=dn1P1a&^r|fB 70h,+;0Ӝv"GT\ఐ+|1: -ii% z <ET6LIh]a]s%Y#n Z9xkc㼬@u5N^Bj CٸKɛGh@nOh(c:GrrN,,}X` Bt. ~SC0dQ?C4r9ǿs J8FfzG_5t*K^5]&g9tS  44$wCLgYW_мdu`9`h !ȥk3=$42wKnkwÂBpH(|R0a,Ih\|YO/߱dN:;1yqt*l~ :N' e~>i͵HB4Zs"QCdWf[1љʂ~ϾqD<:_Q#ؿSEdDX4r"(B\Rim zYeRQrSO ㌖@ : 7N53)tB&z {[G^ߔm\LI_@(n3CΙYna?G)4Cxj*5ufL!Ux_SzQ# |Tg}*:NjuPhrk]E43A/w6Sip_p%I%SYsRD.gy*ooxiL&3v!Гg<\OhlLo|`e?\0pN-3ߏGuXmB`ȅY;w9a7Ԏ*mCC.6ɏߍػDtCV%ԯInb 3v:}$8m1CEUh+jL0a/C8I\qOM. &߶1=Fz Pbjਫ਼q)ߔW>){PW$$o[J__n3WLHwZ,A[Lقٵ֎Qm FmN,uT,7GZ5Y*1NIPxjfXΎ^[#k;5t35 ]HTdB%<3PbpYrF]QH9 #5bN)-灞pt(K_N!帪D0CLWş4Lfq*9Pb[x6zV_ ]qkBh#UH~+XHwFPɜxf҇>Pϡ#V]}rNiL\_y8Rj󐏦838BX+Hv;_=Ae/+h=>íG0hfm&e^7,2dveԏ>wR\H5|2et@!KuZ g$ 17;ԭHRoƚ2ԃꅄx2 7jdu(1VלāEE ɩ*mYQ4F!L,C}@߱Rsh ,h{6@G#+\ I1x-<RraB}QXwTgz:sD-Kh&,[qed5_$Pu]W ܔܠdkr3f$AT"=dzBJPVyD5$Ͼ2p$}whh2O?DX\Rg av|AOG0^zD8 yt%p8V˾<%iV^& MSUT h9Ș**(Mw%mF ǥK@pn'k)E 8i̪P;Y_%Y*2D]ІScȭ8T{3v],ӳN2jBn\ x)ڊ ݧ𖢗xؙi1bĝ] xqP?Zyonw#5IkpZVXBR U>xV˜uTP$THmt-E{&sVM8s#,fщ-_-]lߔs/G}TdQ!@ QwQ5\_E@iwp%JEֳ&q`tG=*T!uâa6z< o(E60H"&ۥaBi}FȦ Z IQ, :/7lˉ ,ʼngvw-IUr^96 )^4`4 P#$E-m.A*ӏ6H^ G;C8Z0 zب03HaˡF4GI>4Q<ް,P7I / .;&I s.gB|JpMkp舋:0ifaZ%!LiW#]"G1 Wh%>d?UE{2 ٣oB#.OL6lXr=ECl#h?y % h+֓.0}qf<N_ Hz/Ve)81˫=&!s ){gvb 0!ՃOp$:?XjeIqlT P'Y{ ؘRb+~ddmφgZIᗼî*0kLū^+&rO#ohw(?H;&ZCLmW P LC`f mc[x͹EymȐt \t/ۆttףNxu^s$\Kv,U B8 9Xg&߹Ӗ9p:NN ̊z7b9jG ;QB¼~HS4!x/l5&+:~$|6%6IH҂UsOdyZ^`1TN())olP=C Ҳ4I~xdcw,kSs.yװ{aX<ɋI/T}w{$aJĎHA;"y'>Ѓq!+rep}V?PV@4 IbhҸQ B?I#] KKo(`SOjUf.!m9bVrq„"_ PL 2OuGyُl6#]cx/]Yfz&Rr/`,lؓ eQP_@D*"N~⛑#܅&4Rf^܃+UH j҇/ VSUq0-$ۤUCH2$1r&1;*⭈ ľ g^n=\b36:%ONw-uhdyw I7SJ}^sm0G|m^=pcj™Q>ti!'WC)F\:`z2s(Dkjք%=.?i7$_ӄK1!⍅u$c\@ZikcY:NQ+#1lS4^\躷6 2+%-SO®D,~]e6$Mx(>]"gքWV 4,;l0Iqo'$Yj ĮDWo\BgP{I^"̨!DV ~ !lߕ3=0rؼz[ s+g'g杢6j)#NK;~4V%Gya^ ,U'gy\%.7_^9imTѫ903fg? Ld2Ԑv,v > mtQ-v/RJj3'\%T\ooH,}3VB,}])l.E#(5aQ: k,ٞof2]MBp#7Ĉ|NrO캼!}r(Ϡ3l/3#S3҆"QNT6H6h!!NOo RkUXPE2?>-7 587x+N~ՠBS:'iuINQR3q2If)8zxp3c!o^|W6_$ eeB'J6|h(z9D!1smB9"Co~gzaE`FW^X߷{oDxtweJ-θW F?j5zuH,Exvgļ{[O3ZăsndP:gQE/)ܺfm5}*:Z` XiD P:{J d֠WLf F)Zb~cϕ}i~u'9D٩+q\7P@H,1zy S }8)eKl,M/ToY Bxu@Fl t'6&\eHO0]FRW⪗VgQQbBKxU ;U~~m[olӡ+@>Pwg'gjJXV'ъe JsnG$^:'W%ijF+ 2r&ߡQhfp ?wA,"^J,e6S_`b|ku_K7 d `@Z{6H^s0~f魹O"fU0c*W3%&UUX \TVTz$PI_HE\;iXW}(P^6h878Q2+ǘ$ Te } ț>e/N ;ӊtv Ίu.,_s#Nc\̳wQ>XA]_dm\ShZQ-iieLB"Quhh}zam@r[q^8I7X&κ\'PᙝTnM=ZM {HFd(coza ͶĆ[֠[gDZf $"`Eo߰Sl&=]w'y~~44sަ8ez0 ìuB;'V<6;2䘘.džFG9{sR3>wEFDB6:=' j<SGh h%JH,M) Ǜz·t?$ a^Ay/(;>إ9HaZ4EM6˿mk֐(!9kIl)2>̾:9m5%0-YZ&.80H-%NoNa3m~äo(ƅlFO :p 8;Q`y7kC}hwXDWz i ^ gPT|q~4Ma.DTbxp޳Gɔ;^I V~QK>/1ƒKd5@z)j&dh +k7Ѭ-]A9^BelhC^Uz@%ՂczV9)5\k5/7Z\yKJeaԩ.-'{aBO1p jln\P6!-MLUoﭞsBOQ e撰r7^UB5t9=XB~g[&hid/$υRKl} 8..^ӣ8x]ε6DYdȓI'PQ}33W_ǢvCwuJ+pZ09wI7#6ɛ|uWȸähRgeƼaH(Ī{3+*e^Y4k1YZVZ-XʢCMBY(Clw#_C \Qu X( f\X 8+'r*">tb!:v<94k `X?'2rq3D%4{Gi#eFZy 0, br䨞(/tj)u?4Dh$m{2AaN9`ɀ\5]:|UAg2ES;#G,r-BtSS<(]'?;g~bތYK.pH5k"/#R14xx].uf_t x J ]b8;@ L7C(uBlX6*uf6yâLL,C/Bwޏma DsrP#ʐը]ZC9<>(J82PTDb֌e]iwvO k @G8ci;w[6"6nO]h 9g#O; Zd,'[uK*6ro/ʦTkQ2'੆L.yq>vzC5YR‹ i,Mq ';CJw2?c"d_PMKI]YuzRT̮G8u=$_MZ˽,u"5m3 pݟ:vG54N_%Y;6*(gjDD-I oPk|GkO^ygeDO oXtb gf+V:4ؤ&פϢQ. SsrI}= ;F!f*art{lu ^vL $K",+F`Eb>1TQEz1!pw~J?)gZSS 켃榋?#&ݓ۳Y$Co V(g"~Yٴab&HqTcL#*FthryS TSD/,UCn{k#}qTCxw>S0]n ͟TGr3[c@0N9b~kGA$Tց4~LRbMoA:a԰V3 zv9FՓ -w U7Bp#7=hSѾH!?F[Xk(zSǎwP"Cl83@MgL BQNi:Ke+~Ehسs)2$)C5z&t2%:bZ߮D26NA$L0OA:;ǃBf>؊kԆNt5m f uV}<GYV`EպSIU$SOʄT5azn|(YΖKe1)k]>]??Xc5܈ƙd߲-L`i}O زO oEoxO[Dz\'dˆ]ףQVN$5(թQ0Ue}$x )4!`A:?Q^.Sw?{cۤZ}gN.Ck;a = nIc=Z-ݴ\5x&K]`q1;ЁT 3-кw9~@U{O5b%sg߻_0Ss5L="TA*}H .$~4#Z!\z`z͓Bգש FˏY*uEgzU:yPBC,Lq !)Pf 6a6Y! FM"9[x-M:4VA5aB/^0ew,6w.F6)҉q/d3l?`=C^cBNG/T>`Ќ䒹DD~Қv|]pR!M ʒl{{4^" %:)%Pvlpog'c+DDo;`F GEJ8Wv枿(/Ts9)R"ʑgu'Ҵ_?H?lobZћ|b׎2Qwo44j&X8|Dx,S8I.hj W'N}QT0w'H䴢`F}mK }%4Z518VV1d `J,bj8ua) n>hܔrr_ n& jn0kC$ANg6M"PEr +? pqL'7lZŵBL5io cx :KWsRkCj[0!"G&E6<6>#A.X8ƭ 8MH'ֱJƝ;A2ӻћ7u&,ʈp&Bp|y_eHEO [xo, 4 ́dX./KKJ쒉@1ߕP=银q!'Sn,~ÊkD>ht&ҍ?U`w9 $/K1)|+)4NPͽkFQ2hkh{m jGzx ۵1mzTXҨQ/h+*3&ל8Im4rQDŸFK*,vhݼ8zwblQ/#9M$j*-q~8]K\r|]*)I47#l~Ϳ*µ2$gWSwr';= &=W{h"jV}5=茝sIzH%L /Q! G`Hsppb |TPҝ m),r;'JTQwD:Aා`kbfYLn)RnlkR)%d12uqo$J4Wνϗ0TbK}_Q-sr-R$Kapw|m9dcI/#3ۙ'sCUB!LXcƦ3%h&#N+IdIKBcyeWd0/~Z{͐;l>%ZlBBK.K8xlp3`%Ə(㌍ciomRx>ہB;×E< Iw{ώ{3~"վ(% EZ׏w4,qY}#W̢%spdGJ@j"N3D9h۫z x<g>0/̐vIĢy/u#{0Qtwxl"c|@ SBKtQ#D/VՊH?( HJf1("B+hV jmH8:pы( -*kP$:+$*@A :GRD0/ /lzWCz mⲕ!t4q19JhU=5ty@xƒR 4C?l9ǃ.-ܹ;տ .$߼4X#DnJRHNB_=܆D,}mvs>p("\O 1 :$0B+׌FV6]^!JT2Os 16*|0fI_O0qäd)8PdivC,>t=C)i0gV[Cx?pM߱[Tw^O=GCFVOlo /<8V/Y\2=)Ǹ3<9ꡃ0m_[[|q0eZ--W#waq/$qH\Q)؟g 7y'|x0jQ^isqFy񙴇Dļ;.0!RЙf+3rl]#}d}Z៻l^'.¥T%7CQPY˺_Re?ꂾmқyG9bsrgj]hvE^"}߃fNӳnʅV4uts; CM?룹s{pYO-=FXJ1mN:l9&S8D¬,PD,$TxqJF[ܩ/AIea+جL%W*%k~z1AX}PL0{T޻;0DSVWmVXuXjF,;ԩ{cu1Of{N@Afg%^GS}X_hnჟV An>PtĪ@R40aVw%l Ym5gGD_EǷX@HوB ޓ/nO.mzԩU1#:8[P"Q|$R{drE|_J}27|wv{ "tHF^QHSh}0y'/f;{ˮABWM <ꖫ9~%Āi\%(I6Y͟[ri ,fhB*lŌ}]f0qhe, %HE\:OPR4x.n >nV/QBچTLtOruY'|c(ff7- N9P.C9>uہ! +;[~g ^@Exw$%rJ9ݭpDzPWǺЂZXyyGeanG{)~(qaS*=++(k\t\F}A+Mg3l I+'`NS+o/:kaL׎tV-]D"nH3J`؇ 4>c?đTXEF2@v`}ŁUߕphNe+uJ 'PEZX$^8aG?r*eH }7{d\SnlA8=5S7i~rM"cI3C{fT_PV̐o`bB`j*)  g[ls=g!Jy1hlé$ .Bd(4ݸ;(gRG;FM[2G.[Nr z\TI4bE]ۛ⨼&q4  M96]cZô JaU n-Z%9jaH[WEBPK_. xf(]5[>j6)iA Fdp5_O>0l(ԗN8ˬp\U708)Qi<# !hWtEQyߥ`IHS T'>mHE }UUe?g,`汱\0 @XXDJQtA A$F6I3'v]y~!fQ9 LFG`|}7\H1h.o7 }/+KkGKv-RL6 IQ]!1l{V >ݛleJKr(zsR i󷴎{4D}aTfCYST3+c:Őw2i=)$1eqt`y f`2HN,-4|ūlxΈO4*oR4-[>epMwz'MfP娏ڂ_&aFMXͥR jv\PXjC˒,RZ JI±j꥖Jybq$][ Q] J<^$0[W?o}Ne.~Т{?qaA0GC-X NrU1%I剋l>,&<]~`NЌQy'+*Ҿz6d#߳ncBx$`Zb$EQ.:&g.#Z_k$A+=Z9f2C67)#O@"<=PHɅ`-<%y'^,xl*|fWBR:鐇K:lvzRu(l3' aS^k5Cg汐D3?zYv""\zvBUW3Aʌ~۹K] IRW\s2gST:l6 F"YeA&O<&7*% ֢p<؅ W”/&ʌ>{_1*Mꝗ<]v'hWsbg֎tTP4@x?Qnshh{Xi}M`7ax[TH(񴨿9U\8_L3|!rzSD=YAwj!L͵bB0Lt?ޔ],0YN(g'-EBʈ'HQKҊ~l %!ֹΨ!=2<|׹Fd T 䓀gp`K{32+p^Ꝧ5s_Zz}܊2 = T4{m@gP3/7Z@5Y2oHIҪή =ٍ7 ^RHo 3Vc ٞvw 327a.f.]&5m@.Y"@S y[So㹎crn4%Z臶UiT(c.~\`!d^ap4~(7ZHNa&~p \} c|I_e?j5Ԋܕ@c2i1jʛp\iCVxqb݀]i + +NMF0ncp &)IM`Y}0D`}+ IKuc.92lAx(oMGDOzGN3BXAr+tqPU]H8N"_3כD'?Z Ab`ؚwsLvk7b"šv>}wE0:IW޹ceKK#?k~챹a5a]-w X.4a]܎6& /XUwZ|}L5i!n];}zߧ` iヷr Duґ,5f_U=/$ꇅac%P{OO /Q=Qx㒎6Z<.!%S9`5nh9HZ?m;$+6u"#m@IxC@gbcJw<;\TUkEM3ʽi\FWpCr[sLyTݪEG9Bz~nK'5ot᫜A-A!5b As:`(y! :DWh R W[\( a",ԁspQ1i/նrfv/E=XhH&,ISet]8h e2Cܵ7!5 IkqsjJیT~VaNh4ϿJq2)12%HFdj~P>_q\$Z ZW?T7AA}Z}6?<: b+[^5@M4|2% +W5O'HW ~LHknb^P|-=)= i-R'PL@Ch Sgr%4XWY0%<`dL } j%7֍Jf8tA_Gbmș-Z,`sYZi]/ÏWcbg.cV}U8U5R+F?-/j}/_zT1`L5ij#nO03n x軔@) SXUtǁp5*ҪG_Q.K8MrdF”[Η֌{=`hڹ 4'5jG9Id}¼Jo+K֊Ұ>D K[ HXA[zWcꜢ)n,{cT bA(Τ ^F-AYDa2d }HLGؕa E/"/A&mxKwwa^6cS~`nk[R:{7R;DpZ>bJ[ޥ? ,R\6Dȃ@K|7r]|A;ѠT1~v/z1 Tɇf3cŝD{۳*"U׫\lb~;$a%Ddi7Cg ٱpx|,95bȬ푷0nV ?X8s,7053} gG^@=K,J/хϞRG;`TVsX@|q|*Ht3ؠ-mXL ȶ2SDC2}`6݅:   Ʉ M.UJv!F1,&dv5ř濯(ө2fA#cSN*:oóزT p ltxBۖ$jʸA!a6[v^%iRFZ#wH4"".5=pG^"rE>~,8y=^op\ |@8)4_ωuk5׊xS\f޺y ӭ$EhFf){2SshCݘH+tvfX4Q_~-š(]$bTlm^Um=U2Yͺլjko5m0ǒ>i LJIC3<#g=m9p-.d Q&D#GmiA]\|3G1) uCq6- T w;r i'Qjۈ[JR O\,.T{::ZV화=_Ӗ<~=|܄ ^اPFw}7q"@nh#yNއF~Vdb,,7aoP׹ya3ʽ)aKw]/%LO3 z+|5Y'ΏEWh;O#~*7-1h9yg iVn`oX5BXCF#ƜЪCѹ+D gy77t|5ӔhO@Kΰ(Gf]]m?pNke R;;N!&{Kv8 =='{j[`Cn8{LJ69/$W,D͸73RYR[>ðY8nR?>vvkoMF6,dԌ%Q:X zoղ_!8KRG𔜐ؗ4QLnu [m0LWh"p+5Hjt~8ЄW=)J Me,mrU5$/%NXD_djze-f @k*Mò׶[:r|sA/VڄT&:RbgI@ߒSpc]IFRn4S_2WV_(7Ԟ @v8oe 3\NN8GRu]$l|J'+6u lJ\c<۝P!LIT՞$h># _Oҏn|ջ]>ˆ˳CgN[}SGJ5Sj0&`8IοB8KfDr׸LX,m2Ozd|87!m[SH'MEi;[h;%o3 U U!{iF қ{6tc6΂@"} VkfB=.)%TҺ/ v{5i0o-!נ>-*i\Eqgj:#s'Ƅ+zżU=е? t []EM%䳤]epB!";4 y EnxNQ!P3O턒%_b4|bd6es;sONAd,ƝвqM)}Mic ~Y ~uOIT߲JM7o Q1 :mʹC߯ K#$lmwEej> sfx+E vDPCF h#PAe3Rmaު/}$+DU ;̘Ps5 ݢWLT}]jLcK=SDqh?.2ͤ/Lz"NhĢx¼pYNg;,]d< ߯*)#Af-,*aWXb]6xWnzxF1{!Q u4֪VT !V)<=ch͖tb`[)%мm;Smvfq'ɉ)1nBN./\_Tca{(wߔʚ9ÝPt'Q=odޤHEK}x#Y8Oī-7Yt3 ⪶@m``Ӎd_Q,AH륻l+.{0UN-bM${y Sk6:[WUY?ȡa_;iJJ8Ph' W+/eCi1H..|N*כ(ZDI@%}'`$T؊aؐ' c%IQe*'4Aq>F3W%Bs#/+Mz'rfeEUw(73D3(2 ,aP eQ(Ng\teʲ#1XvCo9@u}ܑBy 7eeOp4* E??qgt5W#PVh:)R[C ', ?HŇ"k{vᤐLlqМch#{!+v\MvTzS"yzCk1x{xQƈ31mfq *0R4o c[Ƿ\逡qW'S PA:ZG _-Xg.뭙]kf9; @s]gPu>/lZ#SLU+7kT`K$N&$"0`WW7j=vpKa2?O1 ޝ[㾤{~4„@IR;5~;ѡs`qGk2E:>ZG"m@˶X0Ybys5-9#f}w ٷ!%FUK2'k֊^}wfkidcwC;ũL#?@d^Xv&܏{=u8aS[J`VgHZQ(q:U"{H2(vk?'; XfȚqy{9nnl{-O5T\)?NNuOw$oVrK:s ^B!D2s:#$0ֺaHYQl/ Di^&lCL0az7EvsNjbG^KZ;!n%D4mRe:"̰ⶒ/\5_Ek`PVG_Ǖ\$ALB](=oV .~ >_>3A' I}LBG{0MJRQ8#$z~'BTC1|+o^crռ ^K5 5y:1C߈-69+93JilLQ0*^;[mݏxD/ǖ@PG|Noh$Gd`  P~.3qtZMdii6v\B `^PSNyF<SR@uY sO -ޯ5e;yb> NgӓoCR yIGь+t2_ԸnqB4@;8J,[c&i!Vd!|͏#_1a&>+X ϔ36} !-veM`1%}~dz$F۫n *8V*X+םX}8ˤp ˻,]dwAHGp!Ik  h~ReRE܀y}dζ)u8T#B Vv-D_~eSW,)FqˣAo'0@#R}b_@@h3o_AYfVul#2X*WT8[&:ʮḮz(ג,=5zc<7$l' ٘Qiiam.!hbî7tCH:|Sd^jtN`oj^9$V}={yox~}Y-4;E? 3kqD]j/q,*sɻLi]X(^ {-m~izh_=69L(Q 3X{'cvb 2D2i6M]c({9&^2QW')4([pAX1ӵJ}]y.fx l_r[>.3ǣ( <)&^!V8GNm,<,O4>檒;9PMni^aR+9:T Xv_&$is#WY |k w%9E^d 5D3GΜ{KaN4DctqB5tؾ3 ?[FD"ĉrg$1IY۶DXs6őz<̼l.|Ah!b<)f`~[hrV?A.ӥzFX;X#k90D70hlvCw_o*32hlzV6qY"K ~ǐZNüT5a&\lŹAa(NT9XqcsxeXo>'l gƚ5w$\ uM>\I@f)Ҙ]Hcj {qkllos.?=Sb2$Fg|у[7jRa|DxS-RYe^g)d=k)c'b~`h`S>g 6yWB:$f0oD7Z4%~RdR;'foD!%Dߐhh*ihPq^So+6$f^A 1K 4u {9}\-iCK }s"HIWIT2u4HPOg̻bV=";1K>@nJ qc?W}(Nr  td7)01QMө h~jFo]} m +> z㺬&>.Eݘc"Y_ԕfoZ2!,̢APNV&AH &5p:K@PzC0IKTF;6]v +?l_No9F? D+ӜϨB#15_$Wи`=K|MÃpcX$z[ŭO#B)9wšc_ރ{)c)"~c eI|1ŌǗ))[D-XP*5e'jo]#Po*oAk |U޺R{ʁ?}<mí q^D{ ̅?/*dPyXE_db4AھݙP\6.cy6RyoheGۓs܄$F0+m!pjgO='\AmT8 $=jv>TM!bbk+8?bA mKy]̀}p&TASqclwXx+yhAP& gv Y_ K+eߠi JE/) >.a-i qό͏$ fIsV"$:#u9(E#0u]y^˚90 mS{cm߶)@zq!U% (3 jʧN}U]"D_H9h}Sʫ0[Q}[_8Fmp܆`9Jt%KH4ǵs¥n3 Wf-'I.]`GxRoɓ FثY/mQ^Vx3F`{W8;@=EC:$-Mºƥd bE.׋gIKR/%@}6;< /D-3o<=UvptT},ڠ5I\B1T0"':89eNG#C:a!N5sY7d"u*͑c 4ʵ+y PQsYr2|a:k&D8[>C;'5 UX{_9iHIbI"C\KS98lF8`Ao_ynHc3cwZE7h^OW ͺ/x,omD[]%g#u3F72a.IN{{UZć$a1+6r`!nNKf),BAHBmdysA`< ϱڴWX]Uax*u)SbB4wGj;'?k=B܆84i۱5C}Kì 2LKV`GG̺'q Pgdՙ:cu`#6v. ⍆Hh@_Y*XNn!ɂC+鈒=U&4zhL-FuweT"Gч՜U&0 [PU5Ă(ztD}Zvܚ_# \mYQ0)˸wRkZU\pj3^󈮯򲃎ݨS(\Me FwK=YEʣi.Im]T*rV܈SΦM+{dF gQ=>1 |a%%6* \ڬ[2JЕڞ`:/6žd`2۽z5.lc|_E&* ZboyۍvyOrմ9 dBIZ_}:ycxaTE cXk.r;gz|yG*nneD"JkY잱)u 3Єf-va| 2N\ +)C_M."5pBSUo}ڜh缕q(-[W6DT[µQܷ/ȭv~-[\r}^<4UZnrk9IЉR2mϛG_r$샟9o4ǵ`DRoX'6+ ~-:h0&nqp.:0+ Ow'.*h! 8eVi M1}i1-1Ǝiq\N~tTB$\Tq!۪5KٓI\{HEane?5r9L16Zvj";ڭFKI=œ| IiL@ UOd S} QC GB% v`]P/9aD ;)K{) ]|*:9 =nSbx"U.''LG^!Pc|ߦ~y7U˚ jň G]B\V'`8 x\#e[S^+4@|iy;Z@l{B,1|<jL_߾UZGV,_Xofp]O^xש(igG:MX0s;%p\dnԌۮNc\ A;|cC78w|~"VPLF*0ΝmH|]D _vFAUSgV\IMx'Tms0%Mˋ&/3"F{4W*h|6;Wjv=>qh>ġfZ82(kd W { =m%QKY5̆Ih0Q*BʳSd+ѩc2]h8аs"Knb T` G1e:Gdm ˹Y8|*cJMA֝ƀ2&IF(P5*{;)2Q|b^Bz"r 'ch}"[m((2'BgpK\=+z|mr7bk2"Lt]8>vne>h[T?++}aYmLx$bCmXpg|[-񆵿DH܌{3i򍢉/9C'0/A>2"4Y Ë!Koz}W^Z5'. ^鰙#l4|P]zf!*KCX8ɆƼ.l~FHJU]yL,h35)zZI~X?_[N_8ڞzt]+t;q" *u;ށx a!Jס^k+_(Fr:Nnq4ObXGvIPRmGi])Lf{Ă&G$5q >f@g{0-h)8 ǀ⚗F], 8Bso;yZ&x~}< I+aYGy77i8 5x1l?zU^dy'6ߛ e`'_"d<w&)4] F,Uz%@gJ%Ll}uZ DJmAO Ʀsr~tnQ%o5V@gi UJ _7҇_7KTZlf9-2Fyl GW%aFgPH-RT`G0RCHzJWFM@1$fS6@9-Wbg4F׸1 !7"9 2*Nu/f?$kLB8qGb`FY7IZFffV"nMhHgLEnd:xf}0|o{5%11kL (0N¦Ja"'BZFjzdP{!p4mlS]I8Tx%ig0. )z1>H%fZNZ?ay2QyY [/{v}mt'J sncqA|:7x+a+ג~.,(T=z8$2,3$$&gKǦ2 WEP@iNqK5xM,q{I`{ş_vX:y,V ֹJMr˪֛- .ѰƂ\IZaL MLT |ޅhro3R}H#ca"G ̦4hL$ Ct`hv۠\AN98K}3$OVjIGVXMP0d,aw"%< Ԗpp!Btt23s|> o?kE!e .*r:ՇXGUfr~7 N/^ Cw#mD{vFseuݠq|j&yѮꖹ&V"٣ЏbEP}^'drfD%dQ0 |ZXI7}$(q !)WQU~Ϛ2Cզs4MZn\\RU[+ cԉu?WvJ@̸p87 pDw_AgW`ko< R?h;񼫐eXG2;K'L5L-_oo;6@e{wrʹAdA)*뺿}xοKYgۋ!gBKP87D#pFgWBJajR3{}2Xgc5'xWҷbtQdkv<)mhv Ф5ZĹٮM 6Qh(@Ѭ{ɂσC]by"8DUgCCu^Z~}x:F*Jֻ&M"-<6WWT#GةGl%KZ ;%{+tKv-̫#*-oX<7;$)TSv6&-Vv[cfKVu)_p>4,ۑGv6Sl,GsqР'"$YFs_pLc(Ip{ 2$dlEj3c}vkͦPo)N\w`Sd]+ fYhub#zNw-Y HV/aj9n $r(r',q/M-"TxFs2 ؠ~H\ ;!$H {xG;nTcpd'fnZ5m[]z-o%EVakR8{q5۲ţKr \ʂl&K@ (;ƗXm=?Ov&4&5,Ri1FIfXd.xx;w9 I&fNї7W}Y( ?XBf/TTG2(,>6+>UT=Y&d>Jm6Ufw<,'K}.NP7θ`#*s 3Ezp,<6̧c$xT*ʼn/XQ6/l,r`Lq*C/KX)ЇF{A6a+eͥFZn?fwfaύxǓ-\siWŷڑ%?h307[VRKr4ob| Yf[rs˂( UtJPsKE TXmue̢Uޟ$ QB2ͣ4>=;z'-ޖ2q-KӘЇ-/Us0ϮP 3>"k}C(J:i&˒l1z\9Hr]vp2tC^19(^ꬽpKaG:)u/s͍-ݘ?gVCѨ}%f]RkTpN Gɉs/rnI+pw+p=:Xx#ĥNrf[(-ι-_y1$S߭\>7 .xm/W$K& O`C8F>b.Ȭ ۵.zyÕػ_ρK  s'a k bw}e(\D{ >5.M&]<t"hkTmK[,huX S)y犤~Lźw u[&vVKuwd DiW^%O xk;FIʲa3Ôș Q8ٞ)[{Hd͒޾ף7 H@Vt 8ݕrDJt/MgnPnaꔸ㐦;»TcR`6!cTP#4L9RlNjN.8G܌Gs|G~\mH'Y~DP]?4ŔGse:IpLcHIͣ yQ߅\ļݫu;6߻?KPEB+]yVTpʍX!v;uGTl Ocx9uJ6&y0K~,qbad#.w~хcJ tuR\FiL)סT(si6ȪɠJ)0gY7i9iP])HiӘ:¢ !0nNsԾfjTf,hh**TVR1EQGG@E`Zf;z ;Gɣsl\:GjċW "HhA 8|З2RzQnpwWÿ|>ΛM7y/ {IyMRi  @0j$+ ٳR(!_>fQPGymMƂ/o8.@ޖrgڛ˩[Q!_CmV[bDF4Ț)?҂C@Dۍ@gƋ 7!j8"zo1n__ V٘=v)=h;PБ]ԭ`BJoMt[ۧ#t99Z_ ЊK ,5?|oyǚ|XYnBgur-`x}\<|=൭XsjViE=p$yk䬝#!=X>2JgM,K1|PA(#p9[ƮBGOH 玥\Y2AQPM#Ԇ̒5W G|hr:|u1y?@l|)ctCr0o?0bHT5e2F日 RnNCȇAF8[2| ښ%T093{eSpʬ9|P! F{wS jlf#ndDO>}hR \h%e *2u_S3結B(OdIMaSfj0ܭT4~B l{- nfEヲT /Bw>Wj3 +B,11oeVZ^FC[Ÿfmg 6"+Clh`zfU,Vk ?H7k\}1Pq6}QlRA!|'1V [ݠwĕ:(Wf.$O7&w;apAK4bڹ N,~aVg\!`siT)@7]r/?{`慭av?U4jY`f\Jz&$&Uh -)Yr~lhof=?ΖEge=pŦd2ސsa80 6<`ي1-vL J>*9~T߷B;%"JGG@4y_)?M)Uwn)6[Y4-razVayv$J;BRU ٵՇB>UԿͺŽsi)Rw/Yy<{]P 㘷[^1yr5T'aaMpS8'(ş֜^tSHl1T R'}|b"ܫ;SMV`6A/GYX #cٷfg69a Dčid!=UhLmӕ|4ܟwG9aK"9tDFhEbk( njZn9mmַYjqh0pGbܓ}Je%sZ}łAvs1s% uEkIDc[4*|М9eBY<[pg?3u v _p؎?؟%F6Da萅CYzڧGHWFw  F&%mRiܿ(҄V@PGNJ{; 7#Nz‹O*] TXd]{s l EJ@-ƳɽWZ2 Wv!9\JO;|ަB?ݟĤ|OJWa0%hXMh`urvBQ'~h:BvB;_Sٜj[cF|sQZngxvt3gY64'Zƚ_.`+s5 uR&r2yTQ&Yrׇ.su-pKW6 Pj0$̌X#ֳݔ\@xxA؆Z҈64'.Yv55k{,6xceV::|ݷZxbT ]e_t^L(khYZ $Exl" =4\Y3%sQw"xiQܜz+0jSC춖d.BՄ?hkj8̈DžAħ&õNOqa3`~2mhMױY}7QBF)m5C>ry:u ‡[3.#|͕nPYaJT)3i!:\;+Pl$V=yTw9@]ʷ*23k,E"Ъp Ybã_+ {1-t.ڂ~4d\^Đ+3c[ :FTO*F%h ېWl%yi% 4ZH_ ˣZJƘSCVzϗՖg TrY<VɈAL&%?eqi4'އשk ne&5TZeh$r( i- cxTTC1펵YQHw:Y9thC`a;v<4n |d9m?aݜ Dz(ۼ?dhWy4.q!GA3ѧِ :k.ry-|"o2J*Q\`!.w1a@zi:E!w<aOѣ<ť5IUԵWrYoUYݕ,`B&C,όV{1 5 "YDV)QPH)2o$4؅/@ԘYizU!xԗDksb__80<'ŞHb\Bq9]oc^d1Ŗy:Uۙc{0@qE}7$( (nX(CxeЭsA3(* ϳ'`P2,4%%gFMI½:"jы>L_,XP^OY|Ժss/)& :Wc4 ښ(w]Q{ S`j^aknn0Ri>e^iKR;݄jjb;t pKXidJK {݈V?KZ(VdeZDU [=*Y/I7 ~ٞ6kP,GۀbGEXaбAt%͊F)!yw4mxjCJ$gr&1-hB4eNbm^csnC?pJ^VǮ< U( =YCUW}ihjQq0`仰YsMy95mδm!7Vot$B}V+w K+'SR2Ut^Aa >`ZEǏ$]V|>ڀ:J#nKΰm3&Z~說`~7ث6}[`&K!י/=|FSʴ.Uvh >>,\w6>˿mH5+@'PNH}<î6^o%cz̮^cיpC둤{n`z) wT$V<ڶcN f,)r%{7] ߲6$6߳\KP=`z\!xF +^m 굸zjMC MWCU&aeh|-r@Xh1'C4ukH[QUAŬ!0y~HՆ2T<Кf3=:+= Ci@K)/'H+s-лї+/|ÂPĨ.:_V4FsL!Կ>^IWG>^LT(e#_uD3ɴ.P.1R&V ¤hQxd4r>˺0>ЅF6&#J5oZ,C"c|](/9>G8"yԽӆ0a⴨o0BV~ybp}hÞ5rRS{קS5r;U';A'˥%L6;i*; /Qo|]&OL3f6!ɒ@$f8$w@{|]~[+T8w4e`S5[=5װ◧嗦 ez^s\j=}-q*J>(CL30aW7,H\#ٕ+flNZ??,FA휝b1V"A ,QW0O/p$}x3+4P~03Ɇɥ̴nZQS[6?W!Ku<2o@}lԔd,{TVN|{\ (nj܎L=ՄF*XB$}5*_}M1qʉ7 ވ"jhk;;>ԛdqS\oK ASMݚJOI)Y]4: [&T(T|u4z_ ,88 H@V+v Q)#a*@'HFiXGaSZe{%D*81 wo{c4Դ`mjkݚ5KUvg102x֛(J$s<,ކ,?|\ $KtD Ԝa@j(n5 " Q |-{z3G^lSf,zki{I:cp6t6ѡn$B%`7mCvMjDVs< ?۫el(n}Af0ƗFEFOUP l?ˊmD mX"P?^1T0]T BWʼ'R/[}Pr5\ ̸hlqqv(A%2t p.(_}S#5P_ ~wz%uhBCgc lGh+zg9kl3һa ]C(nN( Jh-TeAԈ]% wQl3/u1 MVϛ^@+?|tl9)~mAy| h=]Pbw!P/lͲțtAZR>{te#[7dѪ 6z؏~Jٵfi+(E޴O"Q!U ,;d ESڨoKkEs'ݡ%&LލSZIg! >mZsFuRz*|C2Q?.$91U×0xлcѩy~ꖊڴ(V{8d@]aaBMEƤHghhd\ZV^7>Z/pY(cXoGr낟LKkE͙=f-F|̤*R8߅jR?':cs}KG;R prchokX{v!?mAKyb(* 1bT)w {Cƾw7 ꛫqzPS\!G u'Ib*y>we[(ν)&NX SIo u>mz@<{'iDB)UfBIPɨU5uK G!6LQsMlR[R~ƘkLb!],%^0)OnJKC&ƀ]|s-ߤ퉗W.|1AV/#x?uN | y1j 2mnA3+kwh_?ewԣT[* S[zbPyxSi+,=.Q=XLiRo9-tI۹n2F0K$pza?s5fq*O};;c4_L?i%7#|%mq`2Ѡoe~⾓p"AW~KE5 [쏕3NJSAvX+Z زjK8㓤8Oh^C h$K0"·6(F/YqO1* xx%[@d4) Hm"/8ibJĨ ;P_7k#_~;)^:K&jC]^D,.9T;hMF LWpX,ݦ5WqXZ1*#oDޜbugp<=`r}a=S'>ӊ^l#-hB:{[H(vqo۔σQe")z1g)$S`Ǥ6?f$V1oZtB_a?0EaӢ*ܧ#/c'|{6$nDF].G@fRa1:q6Y0gٟ͆D4*|0(ɯ'dp8^&\!Hqr,/N}"M.麁 1myx{0|e"n&=PUXV/y=֑ MKa "I sݣ~Ł Y仵nBc6k@3ֶoe3vîz)]ӝHε nEރ}IyixQ=>)$]Np+$ ~qxZ^qH1* (XaenslXtY(ږcWO~C#o'>ʣΙazٔ5z}qlj$; rKz2Z<~ViUy׋(1g$Ad[(RG'.X*d[a)`ʜi@ 94h¶5+\ªEP|͓ڟ5]@lL"{V;vVTx^<56F]E`LXe7eR _P;R&UȬlB&T_Մ@Z8aŶe\gxj C|Ay9TC/dDfvHmLa yV"p"g1n)v[=*Saxo3ȴtv & q_ă4O&x6]˵l^J_tI27nW,(lI\#,({5y6UmacTqZCNr}"L?vd2@ÔE3Tp)=l: ]KKʒ9P~^sxw*Ot%7 wx ȳ&&% YZN1vO+ט{()ЗLI}o\]ψʲ13t#m [)+25Hi0->.Fp@0^3K?~0MZPeMϮ΁߄ߣlǑ-_ a^LbT&"}Uѧkd'/&:琠5e䓵 \6tc//޹CiPClUv'M~R~EޑgޕPK7UhZ\(=̱/A\HOҾn#`٢؝S~m)eXqҶGn^b{{ Iu{9>3gy'.wGgxqlgKƞd0lfQmA\tAràυwYJr~[*7"yǭj-3,J5IJEA4woa, 2w6BGLԀ+kW~c w}:TdW=ToLq'rOܣE#_b34eVQ˸`YFJA7V.2`dWhf!x_5;DSj1gxeVG퀕]'E?sǗ"SnWY %(|T4iI.@ ~=k a/No#B}%&2.n ϼH6~hEorU.o7.VWk~S1SV}4Q2})U~:|B1v9 Iķ 4M+2i8.S'C [q 6̲ ][!TjH2Zƥ/nWD^kutF`6 7a^}g;vXkڥvN9>%CEctn` _`UDiQ#~ ݠ6ڻa.QPOpݻ N@2V+݈ɚu6w}(ib^;H[z5@(bŻH{Qsd%ej 0Bp$uk8g@1s1\B>X>Èđa{ƋXRꥠhЧ) DC`%%12T1/_AJvT5bkSu_AB" Knt6T_[;vQG \hq]?y=g1*N{@o8xPylI@gyky"/ߜQMQVe2P[*ۗ_tB?\P~"N_?38$(|b.VNmfƬY!G}nTSԞ# J"ttP% a2nE+_r=A 5Z/D_νE' W^˛%Sҥ05b;X檣A|I3CpѢ1\gulV+Ze=1ez Í I&_ n4!$14?7ٿ)~O*YEE%Up,3d0J3F^Y+Z1®ƍL+q3Ygm @V#I? 3n38\VxpС'Z1Ӏ{tȲuy$R ׈jEEѐ .} |ٙh;L# ډř; 3o'L֫KTmi Ay,ʓ輨 w C/{T KRljƟ[e4N[K-\L%rRr 0P^<81%ZpֳXęEJ~,m6jSdvEF~*j%U㸖ݲY gT(qiouN 9̹蜿 "5#,Z,6A %pDi#lBq8 jm#}7v3 ^ ˲y58uKKy Me xI l7MkZ.duL^\fg4 3BL8g x;Ù㯦AǙ5)C,4+68Ԕib%gjgX]dE |6icр?Fldq&~ha,#x]{0tmQ4DFIqkBybpUȬ+4D޺cGL* /{Y ߰.\ `W-ax8ՉҮOpV&QmW`c;6nrTϭ(=Su!uп΁U!EG vHlJyIvâ1)- q\$$uoнMp P ,Ѳw!|2icj_rZ|Z+6` %#p¸bи&~|Ty;- x{&9 uF쉶~bHr2RNi}l 60Ca\T4&t58Yk.bp|kS9 )^RԇȠ`4lvR\ٸnS%&{L5/֛ 6:6)`)FE̺јxo;cOXslkWH18):NT2YzrIm'qo%Vhd=6TVj`gۧBkw~$i%ԳA4J'\qV^ Bb2nÆ%pSuhʨ!/liuR>X}ߡ'n$7/AښaV0Z_aHsɵ͵;H+gG/#v݀ueƼD1V(yzr^;$:"_&Gf7/2O=j.gYUVdY#ꪗ >Z7?ݘwS`{Aփ\ bMܯ@Wx*LvnPW05v2(QTM%w90B0ީ<+>v!O`YjWLR =<5'?sl ?4HEO2Fa9Z!Sxhx;_ZhNyEhALC5V=e_{1-FnLewco\7Mhmjnj>$3;FKyt 3WwW~rv\ͷ 蟏?2?k}aX C6ל;syw#E ELI]ovvڞ[té9za,I3P;6R*%W# ,Ӥا1XH8S9y29* ϛs"k¥J\QiO(@ a=j,-ݢq4jP.f{^-+n+2FvV0|񣠌#'> ޿z^i0~Ŀ &s'q4V?`B_eW"u_+9 O/īb5=}}Xx-S١cu#}6;w.:$CɍltNV!4O~&̱ ,r8ST *#)"Z pb`VU#.({TkMGk". %Wc|9; B_0DCxi$xN9WCTUH]yNꬨ:<$ݴ:'k|2h!E|]8}:vY)Pfk7D=P.kfZo2G {Kx4$  -pq7[RʧC:6KSjT hWDatKܯTenN{m#HqIDp )z+ uC6fJG-kl"L-xRm8;KE{ڗQ8Iny '>-PK,p'T>bNX@L u3׃9 O$eFzHS#b`4 MDDr2)_±x ۆGթ΍qgD:_&jTHf^\hP! K( =mQ5K("#(X2w*;_@xB-.VY,.TS\jgf%M}_ʴOJXۻP۹4L"fϞf JB .]~h%> Rkarc ,@iZxD*mP/t,.3`>W&&c ֺrŲb^1R&Yhd}8p]j.JNi"P*{IMnu)q` {9 PNir,8~ }-|dK%=28?Оn zqыřVP¼Xᅮ7k G%$scYCMYv7m&ђssZb#\4 [l8M1`F2NO[I- & SlNw}6 = 匴 "4bgIلlo2<nqAE݋)[yz!L1D毆rO^c]C(i^{zVNQW Tuq ])<2Tњ'\}8?iC?l5ꗳ#\i_\"?kb)Jdkmj b}L1'LדݔϠFAH 58Ha̎ u^%'U"Ivme#H !x΍ds\]E!$L^\i$!F_9fN%쁭3)FޜAif>W>pǕa.f3υbCQN%XQ Cܝa_첬UeyMg1v>)Z**&^ÛڥS;-wY@f@VNJ䁚m~Փ=UeMgs08x>7!TSNЫ 5 M:~qtMr$ьv Io8h+U[dGf3~1JWraCX)B$j)tm:#v VS7j/*ՁjЃ I`@-ەC^,>P}%?^4kZ{N}:KQq?d"Z0-1a(+UE؇3-9-{<~G^~Spzg~gE^T7TrKG J! %L/ZnLX1:6( 7,շ'.5".L]+u[B ^-q{8/8Sщ$x[)?W@Rs7p 1ͧ>t/7.\))YīBu Y-bJyyI|l^ YQZ/)zc-c[~l6^gn|3r:bU18\4wp>DrZ ^+ː` c_}lqhs6YyhUJ\⸄s6?6N RW݂&՘v˒D^")XC(Hǖ@d2K3 [[n)9늱xL:ӡ^K^p"Xt$FQ+r2"鍃.1id8{Y[U(jYʋ\T|Zt'1ŵxIM񇢋N_Mrct:퍑wI-` <.x:r ɒTLo=@sG;C[Pxp]<*귑XviLkbfeUen"ݙ#Uc&0b vR6?|sKc&П L@32=ixԬ)V5j6tju~37cKi,yxחg }&K҃@cS881:T|&RU|j =:V>c± O3R*#"EumRo:DZ%m$ώhs&CSA/?~A10 y>(M ԞGRKCѳsB ŝV\6V`#R]շ]9&fRʤ\eYX?e8Y#wZL`eаo7 ;F$ 5/tGH +q8as݊<)dhgUD;ᮤO=K{UC*'(OsdV9+u|kɐX$ÒY>dh,-TeޑWGfS@N؃ts߆9Mgt- UOCKVXبzt0=-ÿ] I6;#}KYM LJ7"l/ 0Ga.×k\t&e(kBH|_U0N(rJNK0VLluV8c+>Y|ܚ'c֨Cġ D3J y.Mb5ԏ>`љ?Ʊ%y170՘1xR.C!@M1I#0 AttG55j*L }'-7&8غ;ooG Hb"= , ہq]Tڇpݵj&n_7uYY=u׳C-RȾ $>>Yϯ_('y|?cLl,uIAK%9׈wQ=t""kؤaUmd1^Е φԶgqA˓〠,AMx77|XNnsZ &}Ǩ+W"_킽o WTَ*e2KƄKh>R]sg;hv6ojID.zS}3mk82_h wCDXya<\0w%?02Zqv?}h& ʸi(hPu @Z@Pej. pD+/_1΂2ȌI6h6'&tfPQG=\*tՄ UB_!b5(di` B$_UIb*.KOp=2Q[ePM\"jp}B["= 3 :+홙= K  C73#>uD2B>m`(veQ1"5O*8,-:oJ Ix겔Ăc ?wId a-r_W[-oUŖCZNUgoXiZ5CT_9PE$eɕoOb//Cyja꫅t3Eg*MYRԂsI~".T=WR *lE0q&c[q]ّX]]ߟW2aQ nUw~)?)c VOˉ8j#2ރ|_^!#>o[=LFMq7CpbYK6_$I<r|,Je~>Ȟ3hGe=hb] ڹXȇLPΕN͋۳@Ł zpBc߻Wf ;Oo=߶b\ݔZ+v-+<'% 3@%%\C%jcxc,8g^H ϰbznB))`r H4$h|=MM-#KOLb᭯6Em Sg:t5; 7Х$$ :8 ([v, mg(/蕡(/yhfvJe* olOcqYc`#ja-`k $)׏y_7mGWm0೙>80o) zU}Q:ɳ , u\t!`UgB^c1l_ŅԘSc2b ]=1[ kUJ{tG !gI翂(u^lPjG`ĢqUv8^-sGF\d D0mEjb֭|o74U*6fipx? :JByؐ'}{YɔhDۀ N fIăRQf\/JP*,7leb6t qAƥH=Fipvm' ?ٮ9 ]3:T8 c:AV Lt{5fM M~hreJ`Tu$UdHBtG^32"%/eyGVz>:%鶝ASm 2T( UUK-3o8VjX;c(^Lt b>+9f06>)$ 2(NG=@%\< wXP!U"&}F] TS aX IL/ ͑+(oۊ{meo CXK9Nkz&`P81$i "|*uyư(Xy_6FGrB%ї 1"n >/z'4!`NYyc@6$~m;`W?pAPY\-~^(`mPד[Ja5X!@vIiObBNHL@`^K-A_q ;mԔPH<Ծt4?ls$6 zj9,2`NGf;L&ٔs`h@]FoNDpTeůhRX]ű2 {ly࿙"чqȕ̙_}-$v#k@N]$*P `VJZC OMF7Qw5,}OO4W!r - 'r0p̌x;&+9*ħw[J7^?s9&DZ3ȧ5OVq2hk}Atmyw '.٫Q땳4(~1ٖ"ϗ-vPIk2,nܵҐ[11s@,uN#C^T4rJ[#I :Kb gQ+9cMm#U#$#` uQgttKNaV։~{@~ &鮿{epyM%rŦX ,59hT8T* -ӝ^JמYD{jnGl3JnExVH]IZ2J4eqD Ws}Ͼ 1E-{IVD5ߑbVj~wOꂷa و0&"ng. )|2yd~jX(^dOr&ql: aUw{,< ;AT'$Gn]rn@*Ws[~ɞ!CL~e;hI)$ڱ`lFL0_sDf~ڥ{ckHd=譍'<.ܤEwf&;Y>I!Bۛ\>}ߘxR&.zuRRJB5[ubscxgn*#L2s ;eIQ}T\?)<ۻ~=ϣk:јis}P

Ϙm${@^Qb/(tE0/pD=?1ؠ5ژ%i>HFGR:<&l3r@w'`4j+Y\ <%;Q) :^_)(Dz19F`E> j3`E&w4]Ux5XdV[6{yQSgnFy` 82g2TiAAv^!  W[5bcx2[JW4Lqi#keM DrUX$z ,A4~OE%B!3h\NE*);c2 o`jٿѤs/u˜k$jh6qEx:mBIǐ!Jޑ4(sođUM䑣k7bQ<{zc߾iPo} u Ț {}=TCeNϞ6M"T$S (j2|bQ  Y(^B4P󝅌dO24zqWqNr]`W{y?'Gɇ+>=7l}(f Π]h# eBʹ b drQ3Gl=LdCg8DEEs(~f.y8%0Fwٳ6a۳O 6qE; /fWY6Fx-a a5n̘p?8< ]FKZym&J$!6c0[1+ ob5>}Mԥ]pƂc-1nڮk *H1oTߺB1fV2N1/dǒa%}>1 OdkGpN uHOKI$Dqy u2gٷ}zMP{DޭofDlI %&OYU1drGU1Q;8]c Rߨ<&07?H?=:u-?LƂE6Nb~h0 uNzW܌%בL23>I x=uGڨs BXX= \+GBx[7daZ l68bmO;9.MIXV"5|x@hn͂@%k>*f]obІx:qـP!H5¢K(>>f2uu:q A3}f H4JŻZd#fZٷ<} ߣ^v1 $H;\ Pm#7;`-_B\."M'R50 az+p",齍S!nLEHq'w s19s@P°ɐPXNaC:x<@BlØe̤DAT+Ϥ>I M#WX%9$Q"Ka}xZBS* + bT 㳈C9i,#D1%@6A)/l^7LVU6_c]6E"uDӰ8އL)/`V}[Q"Glё|)WхӰLn`'>e)Y-3"5(~yĔIZ澫ȱ0/8|Vw@Κˢ12~3a18wqi&!Mz$NB3!9ט 3 UO>+KsNoY\ū`l-+Oȥhe Q8\4jبz_Ը6.f<9o,pQbLs D?ڬ[B8<-[G= ErGPM X [|6df,o =Ҹ\@`VT%q>~yәQ)A9/3C!ݧX=o#%c鍎VV.JG ]n'116Vx-6 /kYkR Ւ Yxawv9DWAɆˀ=T6/*&-l$ODF0e'.Q:|\JN:r -m5Ho\#0nc(e4Xs#TQ_v/0QSB7+ouZ[dt:A2K#l++Uݳ]DX:uY\k/!=eAp0YM})u 3żYL 5*vZ^.==x>O$r4?,tAra.ijM2O󨘑bO[r[,h]To;k;ZBG$@E"Y2:Gۭq*o;C-#Q"Oj5B|M _vwg^+zO} H)smTǩhB7ӃaS'Fr&P>j ٬½o BҶWSqV~@brD6V\O |ʴy^(E;*y]۳NAZb,0|hDDCԅd2 5ݵ>r8munQwH!0ڍk~\}:ٽL$R7{Ɲ6jyx{kd.QPXͳ=5ONJDr=18Qu#3wEAw8b8t 3eB/;yPX$RpY2Mp䁤]4em/DE{+n(Vj~'8>h)Oorzt+m_0 )1Jʍb64oo/@mui'`"&H̴WN+GFu2Ͽeִm^O|g8m]?}H]OP VOI:~IGN#=_ŤbK ˏ{c VVpqj60YAr]yt5tcږ.9$ܨbn@6j86fEV-{? `(D^c-ԗǘL/)AѶf Z ' ݾ@\??Sn\>C7UX;R02D{RS+ <Ég!,p| n^.߇{9z:{}\Z%Hb- =OnġĿI0D-r*L#3<moPj׮li0/PؾS#(\SH1ph)-4}eh3)#x/PeeޮxPs+n9oX7< 1Vm.$#}yRIar!!a߫W㡿Bݙ6v֥m7:q;y3P옮&醻?KEH^V.#`=5!{_SabIQ3?f 8_kK,-mQ q*32O܉.aKs%Dc۸vV[hSGSnTXE7gLR/?'-Qdcdc@1Gpx9T8JO'Ʒy[(xG?h ˘n`ׅ#/3 Jo,_,*DdPYZ\=+H)rcv]Ui3W#P.4lnz1 靝S[_.Ue"#)9׋,@IŞ2s0דHFj_.C'-j.B#Ef@c0cl麟mxkӢ` pϲ={jrk_l)w\{o鏖(EߔFCHiݸ0`RpMkK;Б4*x k# Ypp} T#*8b)bJƓYxjWδMA;9ty{yrbc$Gi  Iz)k qIK/R.-pdXGp #J%_ ~nlG +LBTR'Eih3Bch2ؖ~wAgE(J ȼ8L!{itFw#6=:jMv]VQEc`[PѼm-bɸAJ$zNb[JpC"/;Hŀ sʈ-Ur}:D*b<6\xd\~\jQF5]fĭs朰}I!OvԌL7u&NV3i-ي?%Q:WU2巙vJ,Z%dr=j΃U"=z߿z-%iӎHۜXBD2-? ܄L[ Q"?o3RU#ЇEђ;E[txE|Ѹz57v8ӖUb’u7/`0~3f:P]Hyc4gS-eY.:F!&Zl9qR;a:/? FUg#1{Vn%/GN>-Gf ^GDaTg wnڢN{|;yl 잰v0ʁT c4ps C MٚjRJWsneѠ\SSNԌցw(fߨ̲*&U#MKZOI&"&}^)AteWF)3GL:AY5uiY!3ORf`rnR%?oRٴ4]sEÄ P:Ֆw o^1!}+ݷB8\3."["LL9,!u,HX!ző$t)$h O`  *$Q3/κ߯+q-1O^\xj]trn SgJ幻kns* jDͅ m<VT*:%"8t[LKˆZ>eGA`2[ ޔHc\s̟2E1 ɖM$ap$P?׭6|y?>֜]wؽ nIݛN\8Iu <4gA#wpVN&_%Sa?Ǻ̝>8c~FC"h^SuE!*8J-uȘC'nxF jGorOWz>r$ՑL#&CE[9ljtQM}핫EM!NqE=A5lH\w؊H8uz i\@H|g5X=D7FBu`r7$GlQ^SCUC>0ZDAR=<aH4΅j ܶIkؿڦЮvi u;e -1x#,p0f-?JF+toPP'zԀ Xyynq]yG;xm/E6 9nz@\݅_!'Mnb>-'+tm)W49q "Rb{U0fxs)[vl{FJlgG-,y|R*)edG,DdS  @y%afw(?C z~ egsME}qRGxqSr<=%IRյRC0R,t,A~GsDM}b"b<< #2~> chzK$m\N`?/ RM?o io8#r ME?F)iJ6p ‚*}"|C!2\":`I!ϰ@9Gc4l~#$vj6/qhﶴZ+(U,!S,q4} (^ BU,@7>|) 2 88)6˿O-8uRR/(/ 2e?lj8JnaF eG nBiRzJ8} hKp҅bVd֋<226&Ͻ'~Sf$Y!7{V]!Ο^DɧJluN^tw< Ə>;2>HANߝ}x=WNaq^aqb)3rU ø:Md7;qY8;O2-mSZ%)yt X-1~X@D/M}ㆀs"zDlUkWVc?rz3&t0Yڱ%&+GhQP;E٫NYpxd(1}=XZw&o.2Z I^ +[s<Gbx+$ݣ܍D16=|ch*Ak>~~ #ralg[] pv*x&rxXrjF/`\_ι]$"qL)GZut,n (!n7t.Uj>| \zI}fn~`y3tJ"Ù g>s79X1nHSQ sO_ 00c=t=lJᲁ S< ҽ^obn_9)VDfҸn?Xլї7@5hu4瓐lMa8}5'}Ox]t)١*wT'3*iZSDJRa;]j?KrTzjfm^{sд(eUÖJ6㕭#30\l 8W/XҝAFѕCu &"Ė[Q;`e" Ra/gU,ORO@9.KIaj*^|.J{R {hk[7BR -؂ ibm/9 ȥsN@2#NDzIgZ<D\epPL$Fe[M?j#peZY] Mz~Z ߊ^oYbq>pTV#pC @g]#;g aʑ H n^1hxRZL#l3G"gf7r1;b(.Z -]ɃP?U'EX^sa^gSJI }L ^9|]kz{G΃60M|M ~j_]4\!%%II_uGȥZ(>_83"1+S{zڵv%_ݙUڡJÔO\B<؋'XW*뜗e:f5h[_$_㪢niA&̑~`ggEc uNΖ~탛*9C$QOwyz#wG]t)hq[٨~~ aWl'Edr@c'T6Jk #!y9J'נ~U! կnUg-6 \;2F~ HA|0tL ߓ0 e=neLW9 e0ixrW?zZ,ިݔL=cV݈R ay:;)<BxgRtDP0HЁKd=o1M2I0ž7W(%'aFrN/ '8Ec48c1,KqJ̣e`UMB&#_Fgq qtgDp)e[֖Z(K9U˟ؿs?F'QVZOc:a; #*o1AGO)^Ret:HAr2:rߐHg6ga|ޓ_ggWף$4/#/^bQЄ97sOR[kGy *LsbQ؝YjDR|ҚYQHr Fb dEƒP̭RAwt} @Ch2W;(aM>֗4|FiDcaC^V4HWAdnR!(vc)ȁI\S 3WQ7Mv1$=I}a)&qg~큤YkĥgLO (/05N߮vH$GJn%!2yS3mϫ~,q䩙y3/Jܣn^; A㳈= c i8wV_+I;!ޝӝ-~L[Z !!;t85\!%0ZT9GJeb1Td$IIޘtTO1cOBjӐ pd3;R4wBnQjUbb0Vi6qk录tL,? 5Zxз:7F+:R)od*'ֺßs[Ixa*ώ \E&tjtlա)fπI9MSrGҳ巔JFU*{?DӥVl(@^Ȣ]cIakA̘탁WT\o&y;LV5,E sr)z㘉ŪA!'կCTT%_j6M ɪq'ubDmƒdezKz['LϿ+BdVxg-dWʐc56c^) ~-W~ aWIC]!]<\(.HK iѠX?j]oDVwZ(Թo|_sU6\&>LȃͿ4hJef-3pykґII`l-wPWP+!c:>pOhLHUp:}n7@|Q'Ӕ !QqB;tsZšw7gmEh 6m[ a^X K }m[,嚜jT*ދwå,`?qaĐ\Tf13-txvYY/ ֒Pj@TTC{ և_FfE3ypj s3XzxhsnpUӜ ъӽ=0Pҽ@AA(>%  wFU[~ \)τ:KY&æ-kwbs*Lsu@iUoxWJW HnB [! R*w`{^܏̪hkOː\܋zP 7nCFcZAdWd̋Øꦯ!5^iZj "1 \~hy]T>yZ[{͕xzy_M[AzX A"u5 e%mUq# !feK%xQ1?W [$Ygap޹W>n._ߊzV;rfӤr,W$#96kl<駲K_>Wph5 .p4BzĔ9fi`s qlCڞ9bi:+ݲ>;(MA 1·EӉvt7k814A5=s6% J´IFސ3 ٓ,1FA|:* /.,q4sXA% Bʜ +R[ &pNZJo!d؈dJ$ώ2呱%Q[HMŵD%ްoz:fz=r9V~boSn!G!{)Iz9 2LDosGۣOQqS8FFzPb( KA0?]\oBgC8YPlA`4w]`A|l0W3,Yc\U /Q؍Ɏ03=]*2 .iz;JuH@s 'R潆CbI.tA61[:|?K-; Q|6k_o|y"+qwxA*<9P2 anOTW >0Of; TI&9>Gt x#fG_p8mI005hEB&'5.H0t.Ziΰ32R;Tщ\TuJڛI`M:,#> K`&N(Fc/"` (Fkvg0g !@´Wu'( 4k*'*z}^1ftݯ) cګ햗D+r3o@L|q@ 31&<+Q@,,IS W/~G(W=C\p6?c ûuwߨtSnY&;d`9VQ$/cWObeĘܞg qn1[y=jm@e:t~=9}dxѴ.rU8<1*g^h4[2⍗ 91:sbJH&{{Ʊ$pks%\  [ߒ*YDjqO_O;aWh-GsL 9}×,?Ь2KR^hg)EalnBL/rЎ8Er$ffm֍dgҼKJ0] `(4A.Dj:A$Jv9 # ^袰,G3ݣWۧZspӲī}zW- UKRW(A%yrBI9D{ ^L݇ 4v[.啟I?GT)1"SvOh l3vwTL |xu9u#jdY BL`#4% Jl7>>9'|_C US_p Mh?F{p{Aaed=ճU\9)R不4}0,OHa>fFLQ Z;$Jsr`ֲ0Q1Gx(h}8_ߛ+|Smi5mڝv$%jkAH%бGsWkF9͞ *Vҧ!OW*YgMY5Ȭ9? RFAHk/=5g>n{s۲*`95hϥ-ved ǐ;*`( :b>'PYO.T"%~x/k6_HJE=V} XNxlVo2YSlxpURgw{;ewÒ$.=Ik^-|me?v9/3wm= btJ!B/wHE tБPu8YGL3"̛x2T&y&@xQ Hehp9ڹA$Vf`i4L 5ue7ձZV |9bPEt#a/N>(0\KNQto[oZ.uH#i 6j߀agYth8 6v2{e o=T6OW}6AAYL}-+_ݟϸ*pvŐtGz??w*=Ny TJpSN߃`eɷ{6Џ+h^Ͳ]c?@lXZ1Wj<G!'0լ#hӮG Fglj^L|5@1ex^<>PU]+B> iO^ORмévpj0x .||Yx>fxN=@3" e?=Ex ȶ ~84u?wv᫸%̍`F̡E/U( .hԃ?-(DUdҖԾ/_׋azpE3'zYc8"53PHYs*;eU<45pUcyr̲E!d%es?Ă |51*h58މ'eE;EݝǨ\BrĜ9G]=S624Z= ᤇ 2(&EZQћJ+ `N0]P@eh[Ki~jRCp};f4q7ʮg{[7lٹ G5EbJwrǥRm5Nҩӣ%2K'hG $U_TڭB~UNsgpЕO pa xMYW%*~`;?=k- *?^6DJ KY=4wm J7Y8 zv:>F[/C ( `V{]_la7uhRZ<տd((gH'I)H\V@Q@H{ASt^XB1NI`>wg7޸Q$vaK+0 V( F-OÄt:=9(s㌎:7)I%-/50Yug 7n$/ Ne-33C(Fvq~2f TE|ݍ6 lw( G= 4UyˑZ\)1-\Hc4v"vL+}}]e憩$:)x)"C8UXXEKKKǂ7â-C(.bȍssH:x*"ؗ;prJ#,d4,>%v`,] A+1tI('vA?#yyBbR1o%ZFE>˥t;t _d_7]%R^ ExM`pDQ9sNí\ o&*wSMu|-d۫s+lVѝTہͿp5g?:E zfS"'[m6M),ēf)26~ږtfb'~hx%a0׏F 9 ݲb-o~T!z3 dP_-dyAP~7l3!dKV}a3kB!,(̻"QB{u*kYg7/VdTǰw qBYG#NC[wQ!n(uNL>3?2(,7wsD K1K4G9Uob@C'%ж<'DN'nPf8RajGfYڔ$H"]:Yӝ&ddYn)F V.#FdwsSTs' d̠RH;*',ffՖ֪+ƭ$[m/XS8!}FiљiX~*zV,5 _@Kwx37;)!qr W<P-,Q ;' ~n%ĿZο?UsݰTJa*#Pm W'n]<#uz UBK> ;S"~&_ L|v >؆+G~WՕW.mԧVe:t1*Bkި}V!sn?1 sPv>w"ҤȔR9\ ,$0v;&i,ǺeMg)0?ތ w4}xW A:u2|<+xO9 ÊeZQto+'b+loNRB 5R;Pqсǜ]֊M#zd*/5z9g?DJѝ)<˨CN_2pSFɅ$bes;Eb{D` "|~S\$=3>0#8(Y|DTn@.Kvʼnh?5#8O45 V{rѥU, *;16'"ͼuj|tS|Εa#ș]+ ʼ `N"0ULi *V(1t"H,{U F*NgUُs*sɔ@Wg/\9^%E%4Bwf*t̟L p6rE.x\MU?I"AsOaǡhΨպ61j+4K0ڱqzxn=,O aԖidZ!3@barQCdSim.^X}MYQ-1H{MÖhDqʟ4jv醞/O<D0bXU;}axUsOh> a?Fie*=ǍѬIqNԼ@8{Ֆfџ K I]*0.-v 0e5w VA׮~ڢ;=%:T'+&@TBKE/۬6+ЎIko[P}FCLhv! Nm5QoM 9p1~Q*x8 osMYmm}|Odtb챌/ F^$bc6n!yȔ$ߖR/T6% ';q5zG]jVs=}F Vp~tthIb{/3/2x;B[` {#W|z$2M]E>Z .wYV@[op~Slv撑w!@q5>E}wXp #Y{ˋQ+~bwz.F@l~C_(?7#=!B,U_8MI+D+s(^dt^'.@wRDV=өA .avi؍Whj(qlv!K=F˓rYUQ@tk4xJVm[#%&bYȐ!,gzjç}+g0qZ(B<ƂQ/͟D,utO"RV` tBn:ds+n__-P"P jHZB"pbaJPz~' P RT,@;EfG;<=W,’3={s9|~"d Ԋ.I&'zU&ۤr[mS򀚑Zk&wF5RSv?QE $b=a1gӟ-|Ud%~Bgg ]ei?U1e$)+3v["'Œ`1/5DG{[*/ ,6d$"_3Ev3\|?Bkm!A˕\ma=l[5 ;fsRg{^2UpesQdvTtO k=xD` h{v%iN+fl PF8L(Svj ]ʆj;T UL^rwy8x2ho]Ķߒ0ugo`p?~)䨟i4 w ~7:>,Bdg,1=(њtN3t_Y7Ӈ w>HTq+ sJ.h} l3XM䳽7s:uK/%w08s-Y b wkpR wfH9nmgqк،4cQ-OԤЙ*|WY)dSX|,= F bHaei2f­ÛFf YC1 Ƴ@Ox4(Q*JĦܰS|G!z2N67&Ai[3kܺM=UPlcm5ǕDR>[9^fE_w~t{ _ YG{*'MKz!՘ J8w&7{0P><:p/. EAuMLѢgM>=N,pme rYasG }=a׷F&4%nh mXPI(yœ! hlJD*S^|Y0 &2n=ej'o+] >A|BMq\qW_٨8Y(AN] g)j SEuV{5f@¡SZG.]z2sɲ{9 ,iWp&hǝi΂Ӏžp΢ҽ F $H=:OCBV{ϙ6$)M̼֔h`9꤈,oVIz]ֿXP\yR?+ORTq`$=-.> 9iKlLV?]Իt?|Wp}xuy.j\l/Ux:`˔Q.fVb CnN{S?N,<\nmA.~ό)XM܂ @B +ySrLgli9plBEEq".F"x$ 9]jyjy)k/E-ϬUzs8^_]!FJUD[0N㷝?8ͼ`DB3Q5@ h䡧ǡ X dpzܦ,ȒP~0ޙPzr96HK·&d\[fUڤz&o!CD=p/y7nU3jLӸ6hX1`zՕdI6S((1Cq?YK yv9*X `DaID|B8J,"#e4ڲmx .Jc>?@Qn/q[YCTLL^ yҿpv| I@DsK:/ e%gQ 6U:ĝM"iOQ&Fo´xl&p\˿;ғ ϓz3|[י0y  2^-[3WOOC?µ8EЩ^> W.V:꛱#Y[HUsv`.ٛ"%9n?RIeJ];m :BÊ޺RzOo:B=ȅܻWdhɹG#DY"2|}vkړpy>{0u # 4J6O/){z~>\KO* ō(J,ٞ-Jh{^' `xj{NR"6Hnj"ҧӿ"[Rs[~]8CU¹p9Xؼu \sEnZ/RQl 7dAbvV15{tL,MT쉵ŘW(z65{$YHbJ ;0P:݉.sTZŖ[,Hcf@whC@>%ZQF~8X}P㭽h*^.`;k?x-+4NPOЮ!~'2!7휝T}\NЪQNvN"1KF76̫:O{'18{EU$f ,C@!sm09N#OKQEtY4l/?2;Ƿ\.idw=jY9햬} ;'L!|:aQ p/H3FR=Uu |٪Gs{sCjue  g=%MǶG3`3}۱U/M9/Gi\G?'"-۴GC\b<>Jw|Mfg)%nx| IcͺLT HB{JOAGmjD-3bVZ 552"q:co1m=re_𧣢l?"4Frk. EֈrX(gcYd<")D5/k[.V Hgq;=+vxEsۥIqY?bK}[|ihɲܝ4w0aF2<[t&_2#\1B?+D  h?Qw,.s&eT|V =ظa4=>(*"3X ډyb;' ,Cg[d1-u鹾T3S}D8âi.DнkdҽGBb$zU&㱓R~`=,cR޸wJK1uƹB?!{xb%wrkeJlPQ)9`t(h_"bTM 0Y@5Ev]H6xr Omf%>s9 cY3c&;Bn%Mt:g?'qX>=jCTҜd[{nqw2ZPKbǿ:>d΅/t]>q&πmTAp3vJ߿#t"C a Ip g$zZh/VGΔ ̰;id^"StdUY%M(l# m+"lɛUɛo j=u{phᚎz"2kG˚lI+TT+X*Fm2&,!Ja.p!Q\Jxqtmq, m/e.ˏb^m׎1U gUO_6;:;f?<>X砮0L~)䦤PQcD>6JaicM6AHja\j/uxcR{:Aal,oԅGѧaAUCZVoX߂>. Y|:hJ|r}uOm= ˪ņl@F੣p.a![([4!UpΘtH8suA۴hM[W)zY6m\~Š[&ĦI#b++x3'][a5_S^6̖8+PQbJXk|# a-qD91- ҄0FRŸcFATz2cj9Qc$#yAZfw ܿ1Ն!. `OL\LP#WGt( -ӧ%yY:o~}[N,oJ=F=s1l]\Boל#Z\fk钓%˜"[ 4G]!o;JWP[}"i`Cզ ^@0/>5&(r"~PbVK8 L4yBZޱX 4R/%;Y'=a廔ZY|na#N1V ̆qukHxƒK DӝdO^R LgdQ] WykJ'Nq#H'xgJhE]dr%}S)xt:.ܬ-$`pH"Y\ggwI-E"YKoà Qw5ף^wZlHv>4I@5O@\B+ކǏvzlJkjqL'틏sR!L7Q'V lCM>RQ<\*1ІJ>3C_ XM>dij[V%ʗ#=hP6UѲ^D::A%BvXڻ;"}F?_AF& v7­o݉OXwiuA[+`k D=J]h+E UX汔6ҭȗ~/=ڌU]ulN`xЂ>9)T(;k癿UnhCQKM1@$~;!o]tx$Ż"{wEV꣉FDYA3@'z%L3W}o]1c56E4-ZdLc34҆CcsuyJ"R;8c1|*|Lα s#](.Lr!cm9$pQ[^n'\,[ (a܋dn#-$֧s32$F)r bmy}7HJB{Ӏsp &j.c&(I /}xY6oB$ܖs> ӍGH FDmU +ǁ犣ũ^#Ap.?wGjmꓫhJ[%Ļ(ޘ|BJPf*wi'ؼrz FX4ĠDwƸ~\0I]t|b?Pp}m)Wg̿4${,i;ۚ[RCƬ(x[fZksgѭC6=a ˀ7>\>p :wLVyM&F cv?vTI(>Uza_?'5ߑvщ*ѻ^tq0Mz6u;|'prUtCKiq>\1xUa_&hձ+^Ikj6~btq+3GȚ)Fi>yʑq.}ϡ7~fmPpxY ρv>l+3̘w)oxsj?[r\=~}ar}fJR:s:Ux[xZg=FHm}Oґ 7r(czp I{u6t-lQ2gINxfo- =N=82i*9J%oӉ.z[kx.RթòGV`f HG n#)DP5P9%^eE#iP)>wk.65u /Ae{KVؾ #$5]F/ lCZB0ز&R*ö擈>WU3JSrIdMPaDO̊z'R5#YA: i?5脀c{`}[p+s@@rΝ2L3R:c*ic - ӤȆj.n :@!oG?*0 4G<+;ό mܩ`5^?HEb5K&zБT!  ~b9kzCkwS|Q殒a%h>Z7gNUxdNb&g"*}i`. hd37٠XK)cP HL4I:aLkU=.qT.',M{7gf+@+G˚88xځ'ݵ>a-@"àJ~[ Egxif$L aZ-zpBBYGZGSOh9=SS>FZGtJv-^a*M@Z&L @ А<S1᠍|#5Yzܔ[?iג26Z, 9:j&.Œ;Dhv+Cu[ܗF(i8`eqX&`LQTòD͘.qG%wb:bldxUm8c,~ { 7&b3o&?gmwBj2%x1V4PZglCCK(!0lA&=WGCH*h;qPkY-ŞP"w hcxZSV>_heVhiM-B+onCsEʀvqTJ[dnunZ4I=Y@ki:YZF -MB'_45Y//Iˑu%̶xd ԇGK~W@@>H5*+C[顂 $_14z)u.2~n}HͶ4g(S#08N- w~BFn 4b^zo*KY h5$ htWK9T[Lt @v@&]rmk:Cv.ZT~jMYAҎS(18p#y~?ze7#˅ٮ~2Ŷ1?Fo~5|* `Jimg۠ ,9dLݝ•(f&[#^rf DŽY۽9r?C_DWDxvRfŽU;:Q 0Dm`9nOCHu4vCn6jT;l kgbV72uid VRV`*3=h^͚YWdߎ(|Xc"jTҴe\-淶軒LLA;oUGj8,@|4c2'*Mj,Ws+0MjDfTq冹U3lcٝq*5Ҹt[ foRofX?~t]ɗYHZzyKBc1MUXWPave.E ̮hڠ+m Dj-K7ꍞaLbFUߢ듀W<UVB$B ;s/ cXZb*GBG$h'sJW)G\T31>>]UW B,rof|X$ᛝ}d䅰#1-qҟ>@G2 D˅#'nK M&#]o\$p9?L?nX '>ϋeЇF 'Z30%L&>ŷHW*d0!hK]]H8U]Ź-3rYug a y YoI-#]kqr2ZC}1.ԽOA8sVt+ }Ը&$:0I-H9/NR{}JUS ̫4PlC$sD+jnWx Kơ5'*!c;1HTS~ETāg*ޣq&2 >DstBMXֱEkۂ:wAޑ0^,Tv?gWiM]ykH@W=y]\= ZvF*[2˫C^ u&+P3c?T58^ӨQ}w ) !_pUs|`I*PP"ZH_=R$Tzeyl5I "U3W( ?3v+O7O诼iEoDUX1MuwT ՝rP &~ !;}8]ō'2mLHH%+B3\[St]lKd;kT*zk @/5bӴ1r@\),l!dW@j+Z롆&6"SE }x (ҒŷdR@}G@¦z`f7,x"\w&^-%.Ecr)h)ԍgdTpH0ڮ AO77,[PbΒ,4[:ql>O}K$ʲ"@ R(d @,g  Ñvô7}6;zzu+/wݗTߘK(~S,}Xc_?JaN@h0zUgE"R_Sс{%֖U-{x}XwmGH(q询L# EsfvV~`W)ǃۀ ?F@r`yڳvۤd8dߋz D:pLcErw0㧬a!vm({>yViF8_9B4a6r{keRn(2cI;$PS\w U_0:f% &Ƶ[:Er?a2{8-_6 q};*R~pI2 BEW]Hnza;YR t6eb2[ BBaR߻ж犧yPiSZpA9]qJ&D(&&Զ'A#VGWWpYnIIK屌Pyux d+S=Q}ױwm Gd0 U0+qBkY xdL[8nB_ Yv)够=8y3K$W_ॗ6j.`qAR'SLLL\ewD{ ! "RWL !tv5,d)hUmjPǂ" B;w)9{rߒ~K6N*C cfR}#{ʛ a|,b1u]46 )tÎ3@ FTs1@`ӺFWW_!>Gюz,~T.|uj2 #ͷ +шHBNwez@wac&-]G2)$t} a͆:Y3IۺIӸ2(=GN6#|>U`\xwQ:ԪZK(:u Δ%).B-eLp64k;Ã#dK}W}j˓ʲe=Y*#x Xl`x~zj\Y䶓..P` D" g-*Vqè]<ɻxOe} `wzAK C0>f@Z.4-%h?1zl|;cC My\9$dyM?A,&hE0ڪSQƊ{1<~ՋĒSǭ%&Y2њYWQ 7 v✇U(@K8b$V߯qVu[?Sڏ?zʚf:)Bbqߘ%9I{jPjD={:~5kcpS} K|fr@0b>iI>]uQ4 %}iS2D'ЎJJC2#<3POP+͏sPR nL8hp&}{Ǝ`d/i2(ϼnꛮjL3ƼeXZģ1!@wLPT1HR]'/6ݞ4eit7K$C~x_9&5@|K\U8&#g5We;`Y|HD -9)G͠ NwNLEYKZ1=r^s[5|.m%(8|~4]9f&@8$~F~.i# B픝Iǚ[-k 6˄\ (K&? &S0Ji9f?/%nP402Q23̝-b2HGUtqxnz?lisx_ϧΥaC{I*DlVp= ;+%eʐĀ~A-!`}"B G]E\}ŽĮۻ+œ1g0=g][e. BPFhEpd=u} ҶJXrl%]5)?ȶap4EU. X J\ǫFVE uvZPzI 7O85Ep /N07 }+hW~BR@s]8Eaknܶ(SEvp͛D$a{7"u Ⓓ>Q!5w/pFzh?. G81Nl#/R{0yI7 LoO# IYW1@iQY;゙bXp<rM=#IoJG L,4;DSl%&K:znΉ0岙}E CiO ]VtFL3tZ*JDxp8"fſ($u;a=\o 5װְ`n74ԟw Dc2[(5qGコU점kyot EdKWڀX mu wN,rHsِQhxVM. xQ[^c3ߠz󛺢舍|}*ɺbʫsYq5p_b @8Im@}^75@T7r(pke.ΩVI 0p"X>/efeӅ'z-ޭI8]q8 a;H>mUy.[c3GG]"54w!Zsu 5sp);l_ 4S:Lаn򅞺YXf۠)QN؆-<ЗD-_jWn͋ ֱ2"rM3w ,RL61 5my`6}:钉y:MhPݎ3؇Nt?Yy,D\c6O|2g(}I >={@$H,Re j#cw8@ZHj*J ;U;y)ajT>V&\Pl~\|d3A0`lFf󅫱}gMsmyBC y9>~6*ow'b 2gӴŇn{w o;(+ntRwpax2ZқyK: _i{L*C> wY3,Q[rqÃ] a. ('WOQ+D=tUȄ**;RΊ`k؄{K\E?ƭO AF=ZJpR7Wd.gGwQgI\U8R"F<XXx'(T$h׆9MgOr5厶u7Xl[dxV`p4ių~LQ0gͦ dU3~Am%2zoOl/[8꿝>;-1e.TWEfnqN>fqCkPrbŒPC.oZ]* 5Y%qUvr"{&&2}̎v2ܪK3y2![\i394-I @lGxҍ w8 )hmTW'UJtA(vbJjLR9ke;=c_1d-*.~nׇc[Ѹe)1kTIagT^';_ pJKxmG~jf?=qt3@0Oޔ6!=?r7`Dabf q`M̸nDP ,Ζ怳_Cy)q5V~pf޿pJOywݥ[46U&sv+tKNvmzG8C( .XLK.[&t\[VlMQu=>£OJeW[`T6BZxsp6B5HXT:jMc'qrGK$tSA!iR r6,oFuCD&,N҂B-v {/I1܏7rFZq15} (UN1F=ɸI /xey14> p%Jq~lI2!ם!#f6xZCm V3z[m@p.?'Ώ낞b7bᛎ6@\XjxqsTE /|Ѓ~6NN2e=Z`mW,r%}eZIsuьC6V EQ-;'z+lu}2[Dw) QmҎa}YȔpHx|;N*qZ]c[Oe`KLyZL| `7{A8y JLnZ+^q4`@wy2,*c KV:4Mq'B=Rɇs_P]hhrwk[NXw{l:|lI\^059h\o%œ{-[sd(.co*8 dXʭH-sco[Xמ9N1,A)3b.$<'M(ik{87g1"H`I^hsĦ5?Wnmkժbl2Ǵq|}a j5ellLe zQY wtqHN&/sGI9͓s@*IɲDzntӏhUE4ߤINǫz S8Jb ~Ggf]sU:]Und_!r-LW2•F-h=/hfoh-iq&6j^sa{;Ô om021fjtũUFE;zGĠ5hTt^c B_EQu$cPJ DJq U;Z!H_I ؛?/7w?G~w t)cGDII;%o m}ZF"L8@Yo&p-q`=ARaɛƮrQ ?cҸ'F5$r eV`i9]Ce`%2+_4,! QOׁp8 PS.2G$tZ6A+oD]~Wle2Zj6Qn (_[^ Ȫs[Q\Uizz㩄vTyY,ǠLu$$K_H*\/:3uJc|̻ KG=1:׋]' ob$&ѰSL߃\KWW]%];R|MIieꇞ!pQ19@L H,o`RwK ߥF-,f.}A]{$ hopϻ$)$1q8S/`,e?6g2UA= AKn]ߤ&HA ΰ^VynXѵeLYei\_nn#I92|Z_8Cw$VjcWϏ&19kz%=.+3Luwu( s|,lߎqd2~K\|`.$`Tj<vHXZo9&4K0K5Dy|^t:J5Enk7 ur^;LMu.@\3 /;UXL:; v{"f0A2X @ OgvT*nH6E^z6vcH.}@2Ie{Q4CǦ—ZXBldeX)_ڬ &{b\\!Np߬kP$쎀CH+ޡ{guKKӇ,\mX͚I>nqV$Ínr}.[K 3aJwCĞ`R?XQpme\ ļY\tXaUQE2-7 ΂Q,\M7_p5'=\#׈H48*˿/:Hߘ>xb77t0 m)nEU $S0؋Z SɱaCj+kB%#31YtkU aeWe =LΆGhJ)3 ϸR:~FzoX=#09_.R>)3@@Q^ayWmdzgckgcFu ڒQ`zck)|ɻy]G\sܟ$S1а_wq=)6ݡԙMbgsfLIqfy|/?QF04[.Hw#@D"pDiSA b MP8MUC:LH&|+xT] !П'H,/l¤ռjts9&^eLmZPB{Bޮ)0L ZKK=w$|3uAA*hќbo۷974:uftyM=X}X'T/{`D6]zRhOH96M`J|BؖFs` emt)YKq h)V z^W;'HBkQJw1CR39jl{&NFr&?g aPZL%UQ;t4/H-j U=ߎ>ܔuCN6'r%@YfC|"y=r}G )($g(ۂoNP2$>8hDOہزVSo&'lwйm3PuIzVOh!)"Yye&a7٤ZeNten%G媄R+\*ECM$R)܇dz¶O"ŏk_&v'z(3ܻ}MRiMc/Ldҁkj\ApEAb#x[8R}_{Q8crwdVALViB:Hޔ=&2b71fPխ{]#." x5Gcx2'; Qnቒ_C,ؤgk9OA=Xx\WD\-OOq:$g(F^%Plzr}SΦ[]NqΒLZkf!`ȃ\fTQg\fR)GKL20=wo>e2BJ3#x=yj؜~paMē|Im!i9C0aPb أ3 pg D*גuSDqע`!J;f^5Lp>GI],Ċ>w{9rRӄ#8wSrJQ<=r&c:au$tߟVu4Q|ǦE„q<J gI< ͑XMkl%}Θ:(vMCJ.W-.JH vEyפi4rV`"(m_0Ѱc;E GJ_0#ҚB; ,^+` 67٠;h%l$L PZCKic,fmWJʚ/AcAܽ RyqkPK]0xŪ-ґ,X&AӖM!V`2ly%&_!#uhD2dX`jB^PR.#fp̔C2bIY*nLf@6wH[U/;Ր>y3 {9LROp!s3Cy&I_ fzz 0PU(#ܚX;i0i"R:y(B2M0*La8M gKfօaY to{ڝyƯ4t$jKLӝ^ץit(3d`f[fhf4(;2l=J|fȑ¨lM``#>۶pvmO <B-]v4 @@!/8$i,S*V>$OSydIX6EšAīIoQ2}?7ѯMj _>gѽ7<) PErե78ST~M&{__n'{e臩h9BDqCN.hYHe`LrFRGKt@?t\HHm@ NΪjnj;d5IȵpC?L]R- $lV]hik~ Nh3+'U2 D\L&:u΀yY p[%ٍ @ ZC 1+oN605tw 5D*VheEwXӓA/s61KK٥>N(xU v"+3Zkk$Eӵn(c7#u-JBoxaSMAxl`+QzE3UꎔCL\n eIwنQe9Q*\j}Գn}`LŢE:/hVUB}"0s54S!X*2 ǭZJAԑ~TgqANjNJ`+јZOR*ǾJMi"6r>HDїGtHZ]dQ]klD& {L3lU&L7̧U5'tm^,TWD_89?ΌGV{oY&GdSǍ z~U ^; 2Gr ~!dbQH뷁1XE+vʠwjB)c=|z.#:nZ)K8Iy3~5 g`o VhYAೂd򒯕{q*~c|t tk'ի']kLGTr~s,`$u!Y8L()*j$y *4깧BVVm?aHXkʙ0̖x-z|ݜCZLLhP8cbs9`QF$r#ńZ/oD H쌱t` j\vsUѵLIPV b ЏV;(ӜW2Wꑷj^S0,~Crp#KOʷ449vO$i=gGdL1vL>āb,k[qg?+T(U=$B&BY:0/K`S%Hs _|A;zviAeA;X 5`l5D 3$ue/AߕkLɚmϓK`hdІf^Bg7:;DILT"^Z4{!Հ) j_jyCl0L{~ΜfX0oYXJm A) ƴFɕ9[Q:3AqF^]\<*,ĂQ8kJY.$XJgrH,?R$S7{wehg-CNAiQІЍhHQ UvP;(3'T~zRɮZ̲=dZ!t!Տ ֱLzA!4yG#ތ!cqΞg{e#Bq=f?>i;#,V|}V*ַgԩ Q([hN=Z?jzwMj2,{f_эF|C !hP>jamߛ|M!CnV$۱%V|1:>8JiULa_. >pBEϸjbhqAg. rǂUTc:!fO`,)0"Ji,=J#`Q KͬM\=J-0ɠ1R{ꚴ ;?)2 <}N91'Q2mYn>>nYB5"dpUsZhN?5sgT3٥c]v: c'r\.+WN/j7G̍77ƑVɭzx2f4`Ҿ&~O!Rh۸w؋^)}'jA,at!;@%_2!XK ?)aU 2m!P%q=?nCjW0LR|N9ȟ EdsiHBȨ?i!`XJ=T ^QpON><[ >>m80bVeǬ?J>ԓJ \B!^[;xCH-v>3O,9$l0 |f*݉guI,3QZ@}J^bY|(m]DO a:|Qz6i3+Q  ʥ oPB0-ݬI?B~oȬ O4 ݑE^VohZ7E1,>Dp*v O[9;k-E e.;< ÉVbĬuW}hA|Yΐ۸o{Wr!Rqgn _t5UZwcZ޾ )M2VHL'DBb[U,niEO.>a_z2@icRφQTىGt|%mF{ߧ_ *nxcKLnrΦ$)}3WB$5yQkN(.6Y@mi>k} fTEA7O uU\ȉ -Jn8 2j17I%|(E;LexݐߚkS,ν~3="]X:Hl7g ZO'uNTӕ>>fh0~iv3A VïxdPMH/@U }ް `rChH8}~0Ouї8帣]R^8_`pT]g2ݏ|Ep^Ԡ*θIHW .'QdΧ,J$_\kr$Hs{Bu~;y->qشG8'8wPUZQܞNӁZ{~N8";yF!u]jE]kg>38tΡ4]d7xSOlS y)׺h0eID;!%8Jy"9ی}xp!jirheYz@Px;jcIz?MNeIo#~`>gZs²^p 졷'%jdO|&b pM[WÌUu:ڳEhkwJںpdj+GXx$6=Hѯ 烱:[dϽ_'r&|=!|QϘ4TQϹgLYmFuF w JF~HB.#N^B3M1aNsS:-رpd)@>9EMGr+.̗ E4"}`ѝ~Uhҧ5ګD Y"r\|MC# wDi/WLDz X:PO)o=t;Eǯ'QVOéPӭ`zVvKټ wu\o(8 t ۿG?{tC,k7Hi7uoYjy.QJ{CذqL]5:#gPD|qňx=U|@Z@=ॉ%Gh+Ws],-ኀ4fkޘu n11Guerla?8 MQ %.J }:h6rx/ HlBOEFhW.&e)֏>P}ƐO;p+MË"\͞:KCGZuf(M(X#d|9##+m .>S36mgHq" >oc2]ԊO]% LEYlS> il|K:a"?߀̩p8$+n[:/Dr B\3L/=ysـZAt|6}}j^XS$ç"ӡ9xgXmDFU jЉү} BG^9! SLS2E<#- V/_#92\;*S\D|h닇;| (˵SDL=j/ eOz;VM$piki +N5Ē}]8G"o{%4rWSiaTm u:2zHSejKWӪI&VpCdP8iqQe=(m;jѬj~'֦'|r'qnfHrG8:KW1{+(T':xIHA}ڈ g}HbS6^_CC0+V.x IQދ F=Eh&Y(EF&nN@yo^˱wgt /L GEaBOX@}7ypbvKk ak+V[3m@'= *BoReɄO!O ڲ'(:Ejh8'ݩꉀ9&@(Ϲs±{ÿe6\V&63impGMtw5S5 9%c7S;i%T|ߗ.LA}]GW0_e|X6Tz [GWH 􌩄(LvIeK犈ct Xbg~e*0޸ p[JXfVlʽ2.Vޟp}uғ+O ޒ*R'ƤKٿ:5@s#wMpٚwr9RTs)yKd]%vMO:'!V+M;>˴rfP\ ]j󖃦1QZI7}D0XdE\G>G3`q֠Ua|$E,DfzNp;lk b?bSs\kP֛$c^1m[:i}ߒ6sW`H[4β1>yÜn_#HNiIS1/!잢EtfQs)gD'~~[3:v rQ(ʳ\X22@cڡ-ق~E|&7sx)6P7~ Xo,C; 3rUkY\?$Fk,'ΐtUr6j"B 3>ǥj䀍g\YlMVoMtTuHi9x1Gpl4bT^˽9ӷD5QSL·04M[ HT{ 5Y8O#PͻT_mg3aY ;`~+n\dbts$l5#fz<-59LQsr 1Xl@¸}ޘvm7 NW~(!6v @BW%~WXpܞg%\zF)][̯ʞTjE۴jqpۡH"{zn+l-[^ g&G>㈩pÈW& wxҀaXcl^kX“C ψLK=5~d" UA Xž]nǏ$o˴zŨT j&tW&3#uA[~NƦ$Q*?]rE\,#?uzAd I XȯzLu5MqLoRBawiV0uK뱆 _~_=jV)^hFjDfͽzcFʑR\g6uBGG/,$QW'7rZ7VsMf7r6$(1DBWV΅1~/9Z-$_Y~f-=QӸp]Z+Ƚ˼a]n ɒʅ_!@7*wvwAq*=ŷЛZQ܄aBcPN'H|nFV=RuvJ >۔@۹#6޾B"2f|{&缪&Q@l0QRYM0϶UM`5XzK,/yQށ"ulCװdGrP\nr$aPsYUE*0}r})31oԆigy'۱|4k}}dʩ~ZN)뚉>m?oAMos8rZ+thǎ +ieمv[V5]RbGktۃ/XyDܝ(g7yBUa*vkb?ۂH"q4G$hrzm<(POGN0c A@XYtDJ HT1R;xG>AADcF2ӎ*X%,&vy.uRdH-+%$'~yZ?fҽȩGz&Yh,-Br!E3ا /B CS ` ;4<-fnƜYGo|o k>>ha9KU> Ѵvp@뫎ߛE2@ h4s&YqTǑcM$jmwVw%q;@K$z^ { ?'5KyPpmhL7'R)(6aʽ]C`M!dH N;z6~U>z@W*hĿcp5ů(S2f%KyH':(;}@FBwaBUykYP-~A<,jp{쩻S$Mj rJJ a^DgKC"N&`K.vѴݜں ,{,q2@_e *y h `d N/y)( LfC[^ Tg['>j %΍:ll:g<Ni3Sw%;m__lsdՖ0л'Nw =+OO)ch(>ka~ZuI;+V٪Q]T.œl|l׮0 +=1xE2RpJ{EbvAC?"Bx!G]zto3!ZAmHBS?$a.G'XpiS͘f،ܓrB&K*oZ٫.祒Wgni ;_%f3PXdW֊Q|EÍF=ћTzAG]W7~Oh )X^,0LqC8Ci=N\{Miw'>q@ΪåAU } +MC87ɶГzm${Fs$V6l<IW۽>+}a݇b4Ȼ#͆$R^ѻPi˓ԓtE\xaD۳!)<5-<gvV_O049S򆰂-ꐨ0 յ/RBUmY:ܦVS7NGC$VHJx Um?[b?}Xe\9⤤ADY5 YɑAh/1SIu5q׉&6uWAھ܍>2=V+oV< m6 ]KyV 6xxTLm˩m(q\Ι'4Q~EԞ_P>2d/ х2 .@xѰlf111卫96)y&wVIY4,(XCv# rĸXy1P>첥&'h&DZAXFi? yHT¾HRF‡Z#[z:P(nດQ}dl )zu.go{Ixݻr0ĩu.) >\-^PN=~5c\0ȖE L#'A1[Qu7׺׹Q\N&\^}e$8"p0,muoȨ<$'RH>jƺWAƽ=HB6YSAh;B ܸ8;/еB/ fԽ G:Cc:-O;)ƒ*'% Vg׫טFXzsjHk~iIm㨷蓆O^Rj:pʎ?;p>-*qζ.Mfr` 䘮6Wձ {*2I@ZFGATT-/cv@G-z$y\oYCKU-W"Omu ; SܾÀ$Ma. |lx?5X `gz 3nj VWnHbi8r ӌ. c.<@p3W4ι;8iI+Tc[nK3 Hs[fc5U_ KxCw>n6!>]ɔ.%ۊH.op6iEړZ>[@R`B}^7FvV󾇾˘%c-{EO]򲸮Y{0w`0t;HƼSCkp?{lv“͜YCdjg$1kş\m@?m3ҷ7y=;L.s"WjEXFw.AHX?NL 2o?.ѧʉs**@KRԀ~%}ٍ۳dsAJzUN /X˳e~:/8K9PqF{p ']w-rbFlBYM܍~w;1߯P[{xɿgEk%LMt썝$D2yG7r8%Ss䀰(KRĉCLBHa)cٺ4Axo6sE匴Z3p'|k-QQ Ԃp_T%pM/]^UK(Dݩ*@J9b ^o!85=|NFYg%|tفi^)/8Ȃ@pI7ZӐxM!t)Wq&ڎ#ݴt$~ȣJ2ZÆr?-KSs)/i ;i' =v^9t@BE>pC3nB\FaiC\s&R5% q2(ayl8Aq\hcɒ!'~8 #3 O>Ebjj|݀B\ Y4 2LqrI/,%2Kk8 o14 | Oc0{*7M+ٌI }ב/k|&!tmJSl:A ?֥QY:ve1FisrJ@ 4zgiXmvH0HD"0mphI8Sc_kh/Lr;\46ڬȀv:2c϶\7|]$NW J=6PWVYC5@ 3^vO %N`ˁ+tɛm`y_ub{<7=/F3eSYˇ*9bp@BRl_fgߒVqB1u`A4AqUI(zt_1 'uh*_g{.7ϥ_+qj,W6`& S,Gl08˹H/z'H.|S 3>ʈAq~kM -cMKm LGL0^5HT?Չ]DR%5-D~^'PypZ KO>:FFT.Q|w*V4ZL$ǵS ݫ>iJ6*- ׶XҸNpEW8"y<3֢x`QhUbeL=U?ei# pA-fjzvkq%m[U {ӈwgMU5r]H8+\)\o0e ~Z8 okIZM%{8qk%H/QA\1 FB8 "jY#nHG<Ӧ>y{uW9`Sva81^ ]|PΙ>b!}O@BD_Aw77pߠEayyw lbkBQJ2D]@U+ J޸0A$s& j2|rk'!Vс8kгtn<`[!ڸ=.'dS@+LfzN h"3>IPULHb~#Yt+kw69(vREbץ$fM}NUpc`' du2 4^*p Enc ZwRD|Ήx 57IEy!q:BF@2v;߾˃o`-\/l8gf+s+CzX =$ ,.eЀRuhS+vyXq5J ((%]I686FV8I'KP!B/3R[ݝ%6~B BZT^6< Tx0r4{ns4 G⸭NE/>ǤpnI4g} Ϋ[mQ4%RRH-3~ߴ0׺'mQ0.+^Q虔6ƥƮc[]1r"m)r.O>}i5Fv%OoVz_P?$q;/pp%4ӁHZJ^c#}\>w0Ѳ'@CX}s\@g:s.x74e ?rF:`6+jJ!tC P2IFE%93ԔT D`e[gAq~ +T*iq+iu/O!8+ި~E;䆃<dH)lKExaWpB 24"-@8"+9Ps#N䁜>Hg[~!ofښ⒉Toe3o΢ Xn?(ҚK0s) %Ji@uFCyR4>KJʇ8p**Q5,bOHTo}r *VFtNl& [7EN^$,sw5<3@uSr3-%zs_{B[3L/{E(tVB**2a5%3f]"O#C#zl(!P8#s9̌HS/I6| Ft<ĄȚZAB̾ts̠WnO pZ2PoM͌<[{IM>dvZItzzxEx!WĪ6e&z V ,mL `F?Gv[>&m lncPpw)zURfJğݻ]D (IG&Hm һBi/exH\Hq 1'ə.biv4i*ByԪ]Vl^F,IOhL5"Bj Trۑy% :ed+03jnJ)h=D~ <Ҳf7>ϙ$)*c?S`S̏/7C fW:ʛ{cS7(5% ~WmKd\Y D{r6ۖ4xdi{F^ s3mF#ɥ 8gsed݂+|-d]*dˏ 5[,֕]y%>2qwQ Z{`¦0[{JHcwVΑg^W eDFEGIaE4>*n%$x(-(W'4K RiumW\'%3,h 2:S=Dc\ K#IhU_<'7mThbz^9s%aftggĴn}=-gVDnk yG qPk列ĝ|q0q<t{ :DL 1Ty G( E|:9'6mMO3.kyh䗃؅&{W~/mן )Rsm}޺$fNnTއg6)devEӹw׬"8y9ߩ!a8Vl$'7Vo؄bHAyz≠R PA f<;-;~}|5EwN 3&iAxLW9hoa("x9utҏ+']<Qn (l:{0) 86M3rs+һqJC Hy or<83G5%+Ԩq;pܓjdoQ8Ap`_2W6ϰKX'1jG$t,,%dU215njity̐Rk;7y1=a~YЌC҅<~|RH߽FMFi/%be1,N_%{Jd# ll$Lj#28VJyS€QцЪ~ L.ϥn cB8Jpp=$%+YKj32u ľp! !7xNY3 Fj"eY;m?aՓgd+й0Ch w K9d\d& `J'e8DJiX3b|YzЏtZBi][кt#rv3Vy$V+xt!;pOW@eBw>ZcǙShQuC+~h)XxVᙊ'\FĿ6rrqj e "-ğ}' 29脺ad=K9.yߢ5-.Rc/P t+.L(c \2fB#&\31Úܢ.7hG*^ox -j N)4m:`jC$>]5r!T "n -5nʚl-[#&9ѠCa^\EY &F'yQ?ޅu7$܋{̌T/jʈ4~=zX¢aꂽg5xI`-ymMEBY:-CZ9 .nTzTS u^ F3jpAg b~ ^KAxn$G)~B'HBU߷ö+2TXQ'uٓэkwCD_'R9NDXNPSp^n_jPJ>J0Vc:O3dvY}҄&1ܟ 6aH!9dKȬ`V;;w3Yao,pnvӡVEr-a=ytz8|ȝ y3,1;Ͱ.m Ng_uE`JpuW\u^5|IC++Tg` =+eC dJdpZ^/7--"rmկQ2IrGJ7=fĊ즥Ij&`B9,e)ϘJ =̀o%c5~ȑp6R.9 ׊3q}PmOCyܜTY w.H M=qb.kpB R_0^7Iyi«gunFfwvb=w-mo[Pbz-&p2JmS'܅͟n\3~ewolGG:3LBi1J`:?+3(>*G_r2f2,?'[Xf^MY4 |Vܼlh:6 3_<8;WMuz^zJ:21k¢%qTDA]W!DQFYO@zu wRqX^չwbEd(r!2ԲN_P&T N3TI272X^&j_lF<18W,ҵkJuMƣ̜$pTC""3'>$#iO>?Rf4P7~<{~gOϫdMbɬ_]xj8&ϗVC.>% #?!b;JgWؕCLGGV6X&~ C0Δ9@KXN3. >Ow+îTۈ-Yw@$yͬxhȅ4FqT\K髁PHx+biet g?ťgo޿X A?C/΅B_^b6߱Y}}z=Y|+RqN2)YIL=:|ۆbwmǐu̡URٮ\,r| nk7[}~zdI<5;ܔV}VWK')D!R"sǀ]$gl.;Z&u?THJ&JMzƪ /΋-bkN߲!*zz&/Y ccY6#x~HQ9^"FT~ceb5 %B1M=N-ŜWi7#EsDQd>Ff3Вگ[ؽǧA-SVQ 3 zy%s^Ywű;ÃXf+%w#6kE_55NWY1 *mȇ'iq٫x*h2P#cbwXOLւA1"7:Oar~!'9d.]v -Q/~""S6=k6Bl =qj-]MPОdvs=N𠃋̂aU֨ K5ny֡W~|t4Sp45G53/x|^䩝$B-HO4R‹b-d譹٥55ۡ؂IRQ1 >""iBf=Â_ 4^!,QZ1sxԼi"v&izji@ ^ '~Iv$x`jZK"t‹+-Gˑ{&/^3fڿi:F+t.FSoAxȗؚ\w_ٵ4dQ@yk21s2[naF$k86rur24^8[[B.Lc)yKDke$53gbkB}>yqCIDb[Y~ XeXG˖͢")7U@fB3,ԃLb8Z?f&Z)mCuՅn)]f5U砫X(΃bFJ7MyvXB(.xUeͧ4h@N<J#]TlNr=*mtc<LTrD( \xI7D+E6ArFۻWS^#:q\( /F'ۅFW@3p0,݀{B":w':۸Jj>0Z>ӂ\l~qQ I/8kBg `Y=(SK4N_й-;x,@[ۢ;W8#'MjoB|LN v}yi$@P*JǑR,^Pf}X#cb:YlrI7BM+3k| mvSIlY.1 ‰$&]_Pp5؇cQ*̇.[q~ e{kWWt2r;mN"ڬȑcCcFZ~b5^^4(EݯZc*|PL#GSŸ-mv!sgKoaonβ{B4g(XFnBޢ=GeJcn#loh "3c._-iY5,}7޽*4Y}/QWzf4fDo}ɏ~儉msQ L.@%(n 7TyJvڨFBd*˔zN%`dO!Fb6͍ݲl} e=/_ufE*qp%(M(li/^k( -ݯ@b^$XڭEXΌbrv>A-ҋ`x]S97bu0>QSTjo9;]pg@F ^ bzu"ch(>^|)2nj1v蓚W1:!f@ɥq{H$WUѶ\pׂ پ]'NJ{fW3L+_oօic/u Poh4J:)LLh(YEj}}jeM?IBWL;8ʫdu2^Zr(AQSmwHݪr^pLf9- F 3T+>.;yAˮ5wd-_/8gܣ:φS0WjXfρo6+<5 hX/죖-EkB,̽MbYS8,Dϴ>q~6x";M?(^K+BZ),kcn8ܿ[8.cb62(Dh6yU K`M6-Ta(u`[վ=k ;h+tDgݦtmUƠ#d<vFpL=v@ʏ&'|RUC5n^Nzb2%N)4`N—S[#[D1_mRRq0q_^U=|^ۛ~ KBkR`86EuPx#M@%"YWS bkV&Cv#>r/p7qrAI@Cq(z15[ѧ&QhbV]|Nm!üѬZc`(KˍBu٭QrcX 9AC\:ޫ7̹p&'+l^_/4 os\{},챡*ce&Iu\Ggg_bKslB\AOvo9ckO9]j@4.r:=A0f%ZepҝuvHB#-^ac$Sr#_#PCeySCh.Dܩ=0$ۆ nD=Ҭq 괘92>ke6JףyPl\KezWh! vEr`F0qZx _wZ$4 ?)0 ^QLNr`??euY>tL]@E4ȮK;_q9+;U~SGkt(UQo_Xg A!N/#Gχh@uQBWH?kTG7Yl$jd)^kBz..|rWau,~-SkK|bFαZ~PEJK[b̤%Pѵ@Aʗ][f;rލidqN98Ì3ٚ }XARP?IE[6qƐ#GU yȡRI:i7oW[NC?ձ8B93څd|raP M`Q̨cDlk~PMͥCQa;5"BadU b26yK^gS5P`*::V,Xo!s쬙u{㪮F1\?BXE0S[=⛙JǏ~YJ`zcRs[!ijjhpݯG ])B(ZP@­q&=aJ{Gw2 q7P`TV:%8kT8:@yLw0B1~G |s78 '-k]}VC]0։ao ].Ho$TJP􊁮_eb dr]VTΜVI켺D>0ʝVK'0CchO/0xN6a1Ռ7 zidۍ/4NR*•qP{g g=:?{YT\yfnHBsI6jp;*-فh3Ow7cSn ɺfz_=)sOO6OF4w$+]Tliri-ݡ Mh`/붰^} PVwpH a"Ҵk:YaiҮd1#+JYNH_3jFL 鸱&z1\􆞹XbG.̤A{f?=;UϾowR,fȃV> ٴ=Zg_M+UD>gso{ mKW$EYt7LGhŌy_hrkbt#==N~;}1Ou>v&lS\TNNv}ˆ/]zEp8QeY6 lL7vD ^}(9S$YhB $>[i;."ڻ̗HCBR1{ QFpӍ-+*T1nL'/"Ri}tcQYۯMT"G -,1 j HI8RD4hLO݄ZtknA_> %w|vxES1= 5nN1F63N %@LMM |th*h_\TbwSa)[Z5Xlwť>Xg{<!rߟдW]p y_ +-Q:ˇX9lMJUJ52N߇7dL;WsWTʆJ$sl!Ow};Sr)>+-VzmC#] hh3faQh[bkN|FwJ.8Zr Tn2x5:;K(Q ]=ktFMTMp*Κ3"v]P,Ry}UIz NucbZ }+2 ] ɰPpnq,3UVtaM[Ў #fA^T) >GǷ˙#fքi9SPPh* V(*VB}v ? \ѼFxn9u\[\جeUhf(F~>NIQ GpJߙ8<93Rfi\?/!Jyx5󩷞4)4Ъ>Կ< ж)ѫ/J0 8RhiA ʛg7&ASb\+fWa_H>-GbV4sCsaնN DS][$l<%q)=?3.jGmb k˦RƇYO,aぃ" #Zre[b $иc%/s+6nF7{ G:GQqw촷\B xbn Y^?70aEIVj9|mwzjcQ }]Z%Tޕ筊m %NЬhS6$uUBx 6J0yk!W텋{%eZ 碉0xYv_!} z:/{X#$7~okѴ *nTИVtP& |Ԯ[E2;:Ќ?؈l&D4r*S?pv25v% ~W+al/ΐ4+=nWvu 'SPmndH>\k˲ȣxtA /uZ posw2o5Ͱ ѧWJ !̩%R/f#z2_dO[%eM|lb_Ka^,J%UM5Y:6q -kCtg#/H_38~!=ǡBqו69a p\UEC%)LPޒW>($)?;$zwh.^?IS>Gùr1Q Н=¯$p˙{0fPLLoҊ 7$.0mt3d 1 :Zߐ|$Wy[k+̞N47ANQ۟O6J {Db&!/-'N>'Wr1V .q1h"3_ڣ.xKY_w}g@8sk1RۼS"FE<"Ǻ`Eu̷I}X6"msq\WwD $7SA5쟨t&NC̕gL"Q@݇L\>&Zo~wng  Rn ʍ#8\.A'[bEn01oҢA5tgq2jP0cVq M5ֺ$dG'r D=4_th5cv65=\KgrniSG =D`ODŽ+'>OmȧLoMhj,P[[=nS8H%^a 0\ZD]=B~ i.S@U(lr5z'#]m @XN4#~*s8 3hzdžm4y{wL/)i $| 8̳c=l8I!<'Q y1-&UVL@NגG}t tayW-ccZq~kn}{J"M\Ԟ_m2ktZmZ j)Wf,i$&. F #JL5QXq_1:հ (:PhIƓfOK\8-7.:B:HEOq2 3s6Y\;q&؎XFiwXK_yzS l] L"КpT"?XMxΆz=HL]tXb@Rq[ɖ85z6g$;]68!n/k-bIzJ9K$rPO!  [&O4tC &ОcOUGnP89%۠qWbW^$4o8.>QSg˨XueYGCaj5+0fOFr̎B'Iax: ܤ`Vg`c<r. rCry9xoc]&-E6&1/%v*8T5<ݜDJ!#e1(iZϺHr"s׆nxؿϟii(-)ơ՘=`>IS2aF]"ufϩXNrNjDLE3_rC 3͇_t1l?5L^RPύmnu"SQ%4žo)g7TY*DcWfeTȴWggw*p-g 0zeⓎ^iXQU|O9Zz7zbggt&wJ> Ҋϙ ؖ:8$t(1=+rCDS魧BcبdBmUڻөF[59a@0hi0o3dԠD?^سy%oL ᬭPso/qDhLuY+) um1pXQ崄iЀO\X*Y$9F<aBq~Pk R9iWzhf ^Ϙ·UNhX(o%ɟ2FU#|dpOS',Pz([Ĝ3HsB ,#FT}x6*OHmcTz0wˆ~iںs32)'jv$n m)_-pJeJj.A(-\~ Pԡ^ @r?%7}# /aY x Q@N^.lA| +H㼝i!5Vp_[wRzf;ȤPm .Rf0vN}Fݷ۰F,-^ L/<u4-^aCbloF0-RS O3 $&&[r 'A7LB輖@}X{6 <1n@r=[n-ΎrWāne74'pҮܥBrrL- HG:U+VD- ' bZmuMRwB(Kx}\z =̾A曆f^Pp aVutΈW"s%%m#S[O! J>`"zkt,~Id6:G3MhPŸ f7+F& 5ّzunR W^uS|FGeRHGCLբ;+'rvu]w26CmNyCimk`*CZO wj {.D > kd:爊2T^`'z^CVV@eQ2 f4k[t.n9B`~мJslY-XD|=N !P0aOD;!E^8)⩦D&Z2޷CJ|tǧ{}!SBIںcIA~X=cbGGki@)K,VcC=}sԖ 4 txI}3fM5ξͽgORNbWC̬\p`͇0%)v4$Y 11 ;3Q99<&BOWe7[uw#FfDom:xFpտǖ@%xpD Vh=V˺gw0>}kV7ɶ&a>VPG¶(g= #9_-qj6K闇h&!C Qt{vJ>Ey{}Rr}**$]D VM306&"ؘ kEܸD|_VAvkgk}-q? o%Mr`8y>O[C_8?6lr3 x{Hplm2UdVNQd߾Y>; kU8^w.b9',Zҧّ=,[3Y80m/)эO+,R͞jnrEK.D2ߘ\ΐ7'BP 5 )9ɨ:H;:/j?D\A4;jhy'!`S#C }/T(,(ݯfkGq(䃒NٿwaL?sk=,K ,ZI:?$hgmZTC$X1M*axT u!e Kv p-^clj]Vu6 :)f6䧗&\G*c/Q]ڸԮO9 dEz@ =Kg509P\iW!biK[o`H!"!h}me~)bp~&*XSpӲ (V`f9-"0. Э9,2pZgǫrĞܫ/&}dՌIY@Yy-3ɚw3H.rF?Cȡ4U+OE5G"q3˭x$cē>y V#F)Rw/0-)rۇ{ұvrҐsAkuKQ$M Sl<rY6͇p`O a؀A@<2fʥ/|t=,.ˆ a3l @oy \iͦ@ yk }o P<)kHn(6U? ^( oqּ۴oh 8ɜgIN8E앋r|Ҧ{AHy"~)40ڊr[.(xI]dX0GԂ4r@wHC%Af~7kMQX,A,k"OYo7/3g>̱xO1om =\)D?'(8׺%uT Z|v!]wޯ4EKInfi)6}'r{rRo,ߔvb) =5y.V)_ ~0$R6,R+),4#X?!6ꄙIW4er罝x"-yVP?֑($zРV)*KR;h"ȏɋq!^G'zY!4L`_s@a%` y >šJH˞љ2Ǵ+lKb6# =sǾBҩ|FlvaJ7duv.[pVB7y\kNA H .>m&bcq_nbkwQy1Rj|{v)ƮJʓH)o;ц(i Cg6ʸC G !3ODBdKO0${`#u%xߎBkMn_.AGrR Xao~ie-&,Q~OWT~|<YORosXULYܯf$5U4͒ եBqFԩv -׾Ih(rqݡ!FoGLjN4L;f>XB|N}Q4\NԜ+i^KX6x,EPyw<#`%.M7+[uy7M !Mu.KGʮty͟'4Z'P]xיb Kpoc0GcͿy%(7pFw4&b 뾳f't5GᜓbƣZ-cP{oR0r]Jg>1.}“]7ҸF d$l`y2%Ѓ%JN{aߜd]ːa^ŁqvME97P6._Cf6,2˟pkܤhXLI(ʶ: 0lŒg|{4)#qf:7?"Ǣ\IͺȚϥ[xbʽj6@|fF9{8R]t:9BĢ>5 ٣AgbG}Awk~l1'W6\}ƙTtUS)Ĵ^t@qOڈ /{ȵo'Br_ڱBIU/c'\@Ի01 Fӿ0!~yh к-`'Vb%0|T|a/qKjт|*\>-yH JHVsMU>ڴؠ*ܞUORjW)!n'?ffcTԏXPC/>@ ַr J1wz)5G0 :lWozc? }GOG4>{%X+ XX=DSúA+;ؓAV (D % >13lOԙf<5̜|)\aq7q2✽ lB2ʬOr8`4 V,|+ۊ^}vj{< AIH;_fX[XIͻh_eZsS&wdM}6D{b듑bj bӦEzЊscJzljg}M\s{}m]. W;}FdUoe2iRq)]}HUOCԽ [rİE`zj|pPhS5eFn_r}rA߳<`uSC,8Ogp"pFp>s5@Z;9^ݕZ죋ӊ)5[1['ޒ9~ rb4 qm߉lh懜䅻֘8g" .vnqOqR1`Jb&l2[F]:*a] p h}1Eϰt #j:cGptt~פ5ZU{'[0Sg$i9)^}E.fi} Nc詰t$~ֹFJH:v*1YS2\؀zdK'4yZO~oB|:/N'4 %l#QT,{7En <1Z[Tf6Dvw:RlFiNjYS6~k0-G(0c TBD~^#ΥGAʉMkq8j=Z;Ta&+(䱞XbQs]B)4|h.UA5u |؜[R*-?c6=F{a)KG~$gw~e.mT+56+֦(&^<>(yi;.L(ԏQ隻L&!p=!X650 [ 7M EU(nCp9c=ؘ&% xLj?PC"Q+ |֙75v<28' f5[#Ord}56}0=, ̨B Ӧ:x>hL5L3Q&נSk [w||7M>6j7FȍeGSsmY;ڦ`Wލg>FcZ1[Qx3ߊOοn@ H>MZ&$+p庲=ʷ$`͐ 1 n+6՞W,AM4s=1)=])3tbC۸9ƀ&fM綳K'GYKRXGv1U;@%PBXCH-rKu`%v#(f@X(f|4h&0lo. aP]M!%2Y@niױJ8I*\kg'@{eݶQ2 >?* f䥎8D%qtIO[RG-mDW;Wsik4Dm+ծ_mZ\'ኁ9Je€ޣwP [Ӹk0_8"Oҷa*!$Fe"k0ܩ>ڻs9{XWKl|>Wj/L-M A2H! 8.PWweMp" jɿ!ntpa9|AЫ+#C;ɥoYC'm#24蛖Xa!]|l揿$cth>;voAWGuG6~qcT|'姄|畄{D)/4dP(8q^Q75c*6h6`hfvN{9lsxEþy|8AYݺ_3A)X|%X`x$qˣY~ []触XF2$yh,9 $+A B˗ḟ@~SU8}S*\wV8B[ar6C>\[4?xSV{vCd K1>7D,cD0coʹpQ!H 4)g7r7pg&YPj3 ;_-h~(Ru$fD0^+ۣj GHI?q|]>Ki#k̂L;v5ȾH@nvZԷ$ŖR+ \YBFk4$.b$-ދ[8΀TpmIO4]D@f;TEZX3kf:9m5(ܼNn,D۪2!1r%B^t[hàDy&f,.\d2鼖 мsU6Wӕ\Zpg%`anMUa?n LEzW32)-T$atEM.! %ChaO243|ᘒr}ؖ9OyS;ݱ1?򡭜V=?qq!:>o@W՚8--aF{C{PL'\)|,$ǻi-Km͗ |ưSƊ᮫`%և~PA/uXW_uv?IRDl!b]ݮ?AT%vD aAnǾ?M2KQ= O+a j3 92F¤1c=*m/pb5~W?VQ 9i롤~hV㞅cTdI+%a3&M1iU*n[O~L1M [1lD#é֛|Ts|FeiyUGZa n\dO.5fM2^Od9bҌR沙(Ţq@i`? hѽD- 1 ˤYku#)qVJSɆ ..rn[Lc#!ԾmRh&/aG܌OfiR L./'gۤ &srLLY$c=I?X},Ga65&Me0tGVoJڵD:H'f3-D-%۸4BRd~~mx3꼧¦Y"K$DAK#%s"(eNwm izօƠeHMjڅdΥ RjA{ Ga/-n`NzY Λ/v>+ e u3LymٔCoCL2|#ɵ|5wl( ٿtmI.:xTʯbm_xAUΞò~nKv7FaQOS{g =ab(&!.jݏ]E`H]Ft9d_?2O}POYcN&` "C\lua桖q/_{K+.E/H梂 YqnݝNTmrpnIVt49ԼIMvD]уY`%ߋ*&&+9*]e~>w\xK# t[!-ګy)/fjjmVvmg:@,]pn -H?O?"!Es|8K!M0b@xN)bgndJ.s tUHg:A=Xح!)ٺgaR`7$](X8i)";J'<-K,~e٨OVP3ܜ' IyMPouu_*sOkL ZzV)8k5c/^휂'ԍ0ӹ+I;Av.j>=`4hR4|<,qm2 2>c^#b6;,kxI@Ux|~gn}S(@3kc\ }'3Q)!몪U&͙o"~äq!?8jpZ;hTOG\Th[K,PgSQВoxa 8X{6.wNOȋDbzyd@MAJ>ZȚr*t#D\ 9g<#*hp9'DDe^Е5H,:nX]ne-_֏"&+4S?܇:f'@h?6$?]:0kYcGJG !IJ\ں*v%32lF$Y8Q>1H>%I\< E@hh %>\/e;5utOp6S,ZNfՉ -F^lE9l G4ܩ hr yφ +*zd}ch%\S\ws2$`>B4bVht6^`>{#׌$eZ@YVǐ^8K,P]ܷ%XJ![373sMԇ;P:RYnI;dw_Kb%^% R(v!@~> 5#`dF^tLdc7l( M{ })Uei)ދÓ[@\QA4`{QAm@.M2ǛqV^C Miz%c¨pwBʴ[Ȣy]H2FxfO==};L^Y .Ӕa#IvUc̻ҕ6V= &1ln=iBT21?otyqcO]O\l)`-h AaCNOAl 8n{5 y{C@i1AJ1!S0gxDJ3az\Kӟ!b;cq+Yď I5crKq3#31os6 l$ +eqem)\bP3y|}'Ӥ8Tjf[GP.-]&}%{2 ZN6ZA<'ӣS%1Dr`q{ZY MFT`l"f(Khd$گSig Àye4PPԴڊJk|vv,|&ltӁ7k,p~NpԺ<2)ԹVD,_O*:A+>o5(kKB#~]Ah(kt~AC[DČ~CQKR6R_o'G L+@*Aa^#H6>vL77 k''mJ+X +l&D\NE =*_+l?e4/) wI'\79yL>Ǩ!ulLҥvx&q.8vhr#^i$A@^gk,K'o85?b#'b@~\!溾fN|y؀ Ui0X(tb29/=GDkvzA9ӑL :. t?^GTShDoJK]uXXr06*;ɸ"Q qs{gAwB<I&~\eΥYkRdARPlaaO`6WT ܆l ty⋗2HQLœ1~20^I΀ YXBA YIg]ns^F龻_=~ )=EPsLp#_ J!ţɭH{{tĉvN5t`|*9J\e-@UH+.>ǖ U&֬tqGs6,| D:Uy9K{ZjV'³CdX [d0*q#U aqg;Cp5| c鶤),$kǤ@$j7ȧ`BЩq`R[_I qZ!p==/UX޲Ze[`5( %l8|5TҖ&ހmA 5M((ҹ4ÒF[zv~7H` ƌ4S%XC_ /(R% b~0%sUJ=vl6C0K8@)c H Y;Tz 36P i=|5{f4F%4* Suk̰  brxKDl/BZשR&E>mpn@{}O.cfML7g57lhfcҋ{r,wTȺE I~b7{3jj<`k$O+^i eiGrU:">4=jR=b/͔xh bsTy_yZ?"Vcfk?Vc0Oc`ӎ A.gG R{K9R]VKXSx&yyh iZ:Dj*k,3iD9*{op֭lFuaf#'(-Uu9PXM,Cq+=Z_VWPngn~\^z4'N`_1f%shl;@Y^(C\NکyUjcdF;iLi4M8P mSGxN#f&w辇c7:%̽H}!%\@:| R<M7 e<vnbB%dtnBMP9uQ4[ U^ yىtENӞb4e"_#!xs=. ̵| ViV(W Z⪴>?+,EFZ +OmOw4:KaEkpfP̀B_A]A2Xf${Mi֐(PiDg*FKBP\( [^j~PYGJOi/q:WMPcN™l+c eu\ `m\xSϺE/BEr /l5i'T5:+9 vT;ţ(+K PmBھ&{P57rZw8X BF|c_zKS7cڵD%:4cgێk}E_Gv}#=ԤڊM_ߦb<"%ðP5RS8Bk MY\av1 F[\X#RF]*IN ԷB_KFonUp(RSeN)bmou6RQ6,%b7E5z$7k:TdthJ6i׼+V|i)O?$-u):3'0PJ5q)D  eKk-d Mt "E5Q4;klfS*oc!Qg>̵) 1$uY tDo dYwfAFQ߇A?nk$'V,HCHOx N%IXa(1aS~$ۗBZncO;|6z%.O죆/vD!umJ^#P9k!5R2H!On{ohD9{IOugC!&˦ɝxJL!\*<啝 ݟ6n{b9 #< e լu0^ΛAg&*Ӕ^pQ-!?\lofP1zV 4l3oԈ R!m@O䟌b,`l)r}_DvfVU?w }A[؝4p%:(jdC|XS V}1ڐXbr%GeP+MA]kst,>Sěa+FѾA~i3'=i&ٮBFֽ1s C:TE _2NE<5|lTkZ~v*W)lN}ߖ"DU#$T Ц-bG )nL4-6hmdRR8%cDj 5X`ܐHjnܬWBSk~BZ7!D1%c+'Ґo,ռzw; {:6%KHQ7MXݶz!lKm2uLVY[43@JR5s aD(LlqWiY7|paʬD%Gj2OW.e_2&h28s|-fSڤ 7 <߈Ø;BuxȾHP_ؓ2a\&_ f] 2 mŲ {1\ct\7h$d1`IQ 'B{+Ndu^6DQNq/BA6AՓUUrPVwvUF=B'(4mOMåv% ɾXCBk8R} y*+ʵ4d|fg ٹ%Cn1TyS*|z滿%B,H矽fһ93(dO6xe=jWM`RJJow&j%-B M,1nmJl$䡸pgk zVs& {vd'\9Up٨!~C2H&pM욂[wXi&W| *x`]yE>E,[0Ǔj~5$SxkajT/+}ض*x6v.:Lw MCY tm-%9;E+I΍JGjARr!,A Bt 5VnQʋl wg9!uc6B?` DP?B9ųzru?(66? #w=gmt/,OXNW@"bF9bryVAbb(i%M]U9ygr(iǛqB5Wd;k 2T[ChAQ4ӝ+xeVz/O՞M*It=5%D*0Owkyw/ZɅp_;MJ{Sѹ<s}J-Ї!`<cK K]5*yğ~r Go;VOʹw,UmT 7ŤWC>RS ;ZFJٿ8g!$̰宸Ƚ@WM[ieM7RxOcOu!o{/%pT'> bW}4GMS;=e3Xe:`,,v`^u KfR,2r{ RWzbO ÑBo8yAA1Z99; ᬭVB=f>;tȵ(_L iLbΎ1 ,zC(UV#X2Ay&Mw O \,ŷS?A"?o@2ֺzZ`p5* ی=Vs*-y` >7Abz)Hta@~Syyؠ |nՌZ-kƞl n֎Pg a|/m 2<( "Z$FttwUE\Oخd7 `2pvD 5YzMH 43/^/4(4'rݤ䁹eπ /D*=!é6LANiuKyBWJaufԽ XGc܊SFQTզlv59E(gݎ9C2N[j]{#5I9\l*嬀iܙ쭙x$)]Gi^K$WLs^>c>tfIp[OrV: d~֥է2>h1nY뇛2%L֊=2Z[ *5_e{\[hؿV9FXTSA%{`L+Zt >W8i|SƴSrX#)=6Z O!~2xi``KLDn88֚ͳ ''u~kJtPjD ~ׇ"GaqId5M^ul|z CAmgV?`E,/wrL٫Q]۫Xo4Qz7 #[4|^E@-vO\Uyma~{:&:QN= DhQ[qݐK`:^HrU4YڐQJgha!dga i]f9j}V8?,Bȿ i;3MEΥhBf.vG-걽Mm((p LU3R7Otd/"^*nt\a_f 3+W.TV]9<U0> Q2!4y<lڪp٥Q  HuG4d_0$הbLOaNvOy[JLP5e|;Т/O'$6pX2Nm<+ ’f̢~p;\È%\!nS#$қv4 9D=(!-jm┠1 }Miߡsk!'7,SNJPSayDYL *u~  #ZORɦZA3S`SNbK4o7J)e̪mOWPSu*'|A:3;rkЋH{uk꬟cw?7 ݠ-ܳw_b;Ҹcr_}w&'mm-T\)u6P@miz]~QAe]DӲ-켙5I].,mep7X_Tx{h߈8Yr/$Hs?kTg~5IC_=ٰAu=fg}xcMlDB%^ET?`@&]ZƎFAyA8F/#rrJ#Uv{n$/inD҄b4慨ga,至? wA|1~=a3Lݦ_8aږdAZXދɁs*o v<2,#A~V"?9'+?hI.Cz,zVG 琄Obˎ;C[;4 ?ψd$Ȕ:Zck<43rV@Q5Qֺٛ~vLL!ӄѫHsT>FG' Ğ 0}6%`% 5׻:Cbzr͞6*p'Y6¾R A:cFQCQV?I&&2C'Ϩl߫=QMtgw3/U2dM!-Pfh_"lrdNv, )<qiT,EE,ǦOieH`KkA \½to h\5IsW1Ȳ̓ucMeRl O 3]5k`Jl(XloNp*7[/@W\I柠BF4VCC߻fp Qx.yUQ%W(vXVf ĽRTcvo5]"?xkNG?23ʵM$3l z'+4'# .(zJyfM-AEJeE\8#5=7aV΅$VȎ,bpӡnVq1Bs*1~v/p)&+\ 0fQI_*=)l:9B@ bII@ӡhi?r$:(SL# :S5Mfk0!l;׶]։ol?34({y ;s~DD mOVj ,Iyg e\epՂB}5T&,g//G]VB@so /CĺD Y{G+-9MkDuҼO胠h~B_38xgDbtp.PT@v- XǥڑR)6` th kK0#e'dJ!"`ȯ"259>i42[RhKMK&H`$Ve7<{@ d۶BE)Gʺ sx>L!< fԯ Go͎^UqӦ^o˶QX F:N<^:S5F%$:{{ A y 46[1(7uS/rZ")ȋ]K%w /Y=L/]ZlT;hIւF6 SŠԌc+€x|A;o-}]. y|Ay+ƾN=>s֨2W__|GUulTȠ B3'mLcQC``Y J jDfAZxr?8$6 "WEo]pX^PnluD}Wͧ),y &dWEˁ0ʒsrB*~p19SjH/08OR9\iŷb v`ܽ V׋ E"f@q8i4Op"[̸:}."TƏٗPXTKbA6f'#tZ_ 'DEIE[{tY (rEuIzDEƟS 9"b E?K7Qä9rB-f ~ ᎙GA0' H|8%'vt\'g{sݺ;#Tn(coӻkr}qmmܱ܃3(㹙8]dꛒqoX cQ ,N@_&aOKQqt*U 2{b \BxFU1^OODxoqLQg|#&`rs1%48fx`,|Q/O C\*(%F+שUcuDf7G˶ΈHL9(y MRl"Y aZ<3 mPpn#M"!d]-z lg`2&HּoJ$~#d֡d5.`P#g^2F8)~N/:p'&  sZQPox#"}P9^p두v^L}N(&;*U"9|dY2QH ,(J% CA)$< q^\qФP,y;#p6>ʁYL_Y@ h rߊr{/UBӾ+8.mJJIQ!E'+$5 o뽺w|@ ~He&∮I]Š46/Ϙ_8{3 [uh~g̉sxah~z,tQy YLEC"`NVd z[BWN1}OvOfWIIy̗c*Ӱ#WS&O4"6y=2+1 e-t1,(ԩw Xu; O%RԼhkjf;13xo7LX|1xXψ~BJkuyWQc`>sM *l]u<2h!ǖ:G„ZŹ;޳~X0GWD b 6ꁗh?3at2ZϑմCZ@yUPc06%x]< ' sdcIC}|,>2f‚ S ƤBw3KSPaC@`bR@}c'AGVd{Cuu:*+u8l{+&|aSe';H#d2X2Br9 )+5}6|̫wm5 v |WN T\$7Q^-Or|k?>R(I(5B/|ymv§gzqV.;pnl6>R\8CۉVmHIpMR˶_V ϋ+vE]?xv| )^oܪ=>X!T+Ng|9&"]Y (boU8T-A[..@QY3]ҾnϕlՖY[!luA1$qfL6`%g{R]"BKO\(&uRzGRNȐBXN^Bya4 xn1*=zo/lxI?=";{dZF odPkӅngnR͞'ocgUDa ,X) 'D1zH3i*O>e"ը'ĉdz38ƟC[+~cArCnֵ1o~#I5.37^_mAдOGUoqm㕔JjOT኏]:+ 偾udJTVO%a{1e4*0%|&5)~Jt?'<Ԓ0U“PP,Ԟ~?F*ܛrar44/~'"Q\=֒A`U-o٥X9|9n$%oYmg29 Xfh-ɿlj>8lñnk([a%q{Lz4'N(ء n mZer<[%tuqOMKjmssiiy9Is^- ͠(¸!0̢!. 0ŷf{7pl3N>ah^7qfn%eEpuoѩY='e:U1Y7f* 3ͶyـvX*U tGd]B7DO{1esl ϫ|d% ?/?\<;<|_Vi϶蘴eܸ)-#Qw0>M8QI1 2x>>ڻXGClܸ{„+!LKPliw M>4 OүO晥5^]nI!-KgLAou~$SIRıek)13*w~ieaԇCoB#B|2wx#śeJ$ @_a3SšAlp w}CB3 kr@X,% ?w T}.G(|MXaBomɿqbEM߰8($.~[8h0'1es r,?Z9lY$l)g.oK+諔Ni9Yf sk٭uxADҶa+Tɔ9|C!FJGT~3zo-PU۵X%'-\ k &pDt҂wѡ#uZ׵H#\F|hm F"=jN75ŕbĀ"ꖄὩ yve)Uy7R/9]#/}Fc&ZY$t'W?Ll^\%SlXW @>q@ ykml>a$(l#M 64"G!ђY0}~! `G_IeNRfQ^u& hD3e+yiF5gxxD hAT$n]XŌo r}SBDt82p A̗-3UHXg=>X e/Vhh7<|(|)M`6wY}:6u]]N0Ls_*:B|3LPqY5ݔs,` omϟD0;hxмC²ЕkOO4(t^)oNH) e@30$̿æExC!G>#ŠzbC >gрY)! zX04DqOi;-rhS2BS[L瀲vo7nh=?Dft; :|Ե;D 2}k¢u{%!~9AD&S<9Ynl R5~W! %d-b)aN }R%kMD8Ø}Fyr)@n|R;fK^38 ` .ʠM&,=RV37: ׋]:Ϊ(R5-V\[_6\nsbg`RZ p~@}122Λo|I0o:5@kq?\Vͺ&;%q5n_hSkZx Od^ |(ßT9vV 0ZIAG `Z`i1w746'c"C rosjW)3hqvTm)ዦ]|()YSvst ~$5O.5U_]g4$r<)~Gt}u#UqTDUouTMlk`t 6ZB R0xǼ xn9Cch@_/KJ_a`hPW,c13iM,9WE6l3MLT\-Y/,J2(,obm}] ]tʗ8! "N͠jO5*%a?&˖R+BRQW6^F!ɺ S,v%ĜmA!0\t>o(6nmCSg̣ E`i j2k@2׬P&l˦6fpPF80{ɨOP`/*&uJdg׭[@4°E 7s@%P Hb wǨ KZ#oU6ftֶ !T+ thhů8<Y> njZ5=x Mi ɋ*IbKcFr[?4X9P#ŒxK:>T:|4]h7 !*ahObȓtO9nj o;=sy„u7IJs0?)W5Rի*OM1Mv7wseXrtuEDpˮX=̄l3/Ο{ΰj82Y˸v<bbta;~Ch^fKua%)VxHݲnY\\nRxNW)y<3B6P02ۄR˨J'zl9'U | Ki! )L`w{߈&d/6Jm2CZu'bQ ~FBx) L{wgYQ>1_#E5d f  jTSQψ5Np?/-. 9MIh]5pc+fy{&d"QR:SJf?8ƞ؊. smxy=̲X_%*IԜv7`;Xx.Oڷm@甑p~3nB، v=JܥZJ+?j˵;Co-Ýv< 4(2k:  >6aTcU\^M(0:ӓ2+dL= fkrp|Fڬu6bVb mR!5 ה\*,}n2.ЏeI{:ep*2@+ҺlHj^2 9Dj:.:I5n݃ so?r>􈡒 "~+~ۅt@9ȲsEJO>ZheϠe|dlwɽ6"G4j:pVe%[n ,ُۘcvojY| 5SڟL''S ?nBplcnzw86 ٦{hw2&3$aKA`o:!<ӃymNGr޾cU;9; 5 ;Խ׾SF VtG y~ AY\r%i$a8L̼̕?E_$k[m&^'vYIu시pBk?|дaB0x%̾'O.L~쳡/)MX\!8Y!-E^g: cY&ЏV|gaF.i+>𤈣7õ]3&kBT϶}j#9LYH6gmIA zXiczJ 8 uU+u'M :_nx27PװPn~X!SuXZ\JmiE4\j9LB8~R3jrh˝@ Hc!S6LNrP6e3g%sE.o3?Y;ΠwF'Ŷ=xx/۴v]I:t^5$K+hmҜ7vEǚZ~Z8w=>P,A`,IviI)Ӊ@ԋR*v2e|sɷ/V>\Cr0g.kt֖;N_[PyA@@taRHLȗz^1itH58߷LI_r)BxٜQFpֆ-9T/&5MCY1-̍4)J9NGdq'sҽo/3WJ/M G8׺E-lC.q&x1b~]+a)BӨr}\;8n&6S[_8S>%ȹzi0ZD&lB-_Kbҫkvgٷc5RcP+\\r N|k/o#[`?K6D%dLC>%2l\YS7vcl7iV*vR4D^quOU@/ uiX%E\$ WHF})ȣEtY#Mv֮.61Z; (E޻d\ۜwk˖_+{5ٮƤK5[ 7){0G,)1 F6#x_hWͶDBPc1V׫UE=pez/'9Jl\ kx8$Ifg5n{˼1"eu5Q"ؔˑ΍vaBд,cJ^4D)?/P#7-WޥcJE%cI}qJIb߻SԅV'N!+0NK% %F'H=w]뿀@EM9K`DY%̳\#oߙ\ۧS m,x5,kux(ZF*<+N˳ 7,yb]:ɆyC+ 5SYv>_"$ZmK'v[Of}?ä}2+M f Y!S{i3c0dE*<:aH鷫2U"h8Dx[ _"nT[>;#_ЂŠJ( zܣKx{' ̷H /f>]{3S8=d YJD!oeZxt>dgWF/~hΥcu 2q֪'VKiE2.7EgOa*];BY^SfvBs1]|"msWJ5P {6L ВrsiV盈GB*H7ouϝۄ 0`.=:3I듂Yp\p?Q2w&}FcrBk"m:F2tg"?;{t(k%]n^]-܄jQ!Z ;D.1v GxzOr1ҫt{u6˼rw Kwuiʏ|;MRYn ~Z^/4P\dĦpnE%$0SF SGuyr; YzPV7^k3?HWƳ < i:ڞ&1FrzG"@-{ԽS);͒lg6$ղ 'X?_oq ^@ !\TG.U7jH(3mppex= *$%fJ4Km34Yk)!~B255f}36%"cZeфs]d`:R:z4&H+|ݰU ×1X;}i[FǙ0|Nq񲥹r$΁%bOr6 !֘&Ag K +A>'0&BA!-crV08H @1I A 2 e2#6k&sGPQ{˥女;EZԞ -?t!nJތc9ӵ*mQ\3ZeB\Gi >2[3Yjs4NQO Rssmٺi~s5^J8A瘜0W:G?o}o+,)κdOS*觴݁0Gh{?b]I~Yԣ JnTyV@tBDP }t[2BZ; r?wE]FS0 T D&%E!4p&%8KA%(G7f1 h)+b>-x^E2ruSbGEo|B>?si߽kƲC Sq˥"jۄ=vmYt|--& pwT",rAVrFұ"f*[ *e}˝Ix-Mb#p9`V<һ*Zlҙ;42-LYjV>DOdYOU^c%yp{\WVٸ8MsL:!gʞkIrosK׻̑'ȻDe-?^]L4O3&S#8t8LqS鳉F,gJ$ _.*h&fY=-]Gx9@mz(rį81Wq{(08_ )栖1#תnB7rqCA_*q7ޫGwIuT>j:REw9`bK< 8N?m<^@n`:\f0d;,\%%\ 6sM?o!.n|~ElS1$²e\:Տ? ޗ}_:> :juT3p9[%,myh,2 Xx~lvUrVֺwgxE6y#QNAU7e xT ^x9#LU*C'D]Ȟ랤$-70yyk؋!@->L ,"︯ڄmK/J*GI)2QLtטƼV5_3yWbzXz JnEvUU"w/j#yDNn"-3<ⴼrUU3WJƜVr[bV> K?u8]/#v0_h T B 5~9 'ô¬*m2|)"ً-.| j l̀ % ]_uMxœ Mk,e8\41ndÍyFjAg.n+sj |(oLQ:;d 314h.{]]"F6zpt۱4d\!ls^L8H?QO+"|?| &yc r_TmAdhNE'sM]ǹߒ˙iY2:,A~86QSRYʡNwAtl?ˤ_+w_84 T95y+0g f*%Бf@SA^OxGB7Sqza5#p4ucq2Bر&=rw&=X,񣩽8yb,jVQaCc E$Tb"!OLN#@]9ıw!%TtLs &iJe%A9Ja },f6IiSv2Oz]mMҕr9tL֚ BI!\-҆. ygݬch{NMKS| PS>(9Y6{E_Oί=Zb|G;x]kd)@%]"\2l >?n T?3Yy>;K0m;Uʬv2B24*P\>[QɠȖ.XKK ;QJPXNA<<҅؊|lsHJ`<=wA 8_>+/%w:[}FV]*ٹCga!協9l"]/ivڃ?V.)39*E@{|ިu;̗O64䊕{fԈwq+Q^|}k5s,szx@Xy׺y/Ped)*V`5 9]0 =P^0i79{& _kxؤo(jKUK %\[ 85Ua ȟG5<:1)O@Ge`[F?'Ļ~[c%ABIMD?J)v;b][E-\s%&~p-rsThz|8S%7h2 8RT[r:Q}~<=jݛ6>5`(ȩߐhJϷxEDX= O]fhm%p Fw0weKvdz_pOt;oW >W*HNMt-M ~bn ]K62\,~&wcEr ZLχ}guh%TR^, ̔8Z,O"]t(b_Dj11!N=I$Nwm'CcP? KbJO~\C@i;Pu)4.kt ~\Tbaȉb/5dڣ3C?T/aCK;_5`ƛ(Ah٣Κ& &YD7HZU?ul$AgHeb 92f%9aZeԑQiƒOdbxMÇ.aiʬ(֥Y/?d2^ZaMkL6Pj`"W|-"aEdG {Ƽ]b[6(oI}Wm`eaA2Kk?($&oKu gK.Y](-237(H5tKZ9P_hODO*31rb nIZ/3ȱHa^8K4,כc(mt".Di%sG܈ 12-!K{nC  BTXsr#_Ιdw<॔" e_g?=cH:z R=Dd(eָSp©uuD@ 3[~;д- DqYUM*1N>ǵz" WV2:Jd~kfyD9vzFc%|s¢GYch3_^$w/`.H/xjGV??JƂC> ra +T Y -e "I!p Iσ}\.'q\md`0Jt'/9?|A0&:=a[TlI ?7Aj,Z@uᦗV\hx_'qz@7|XwXc PQU^i$ĮUPcf^1fٲ.No_U/i--'fNm"9M%kW<.{TCnQT2*#)A~^#RO[8\NƊ } nHd7. 8џ]$d7-x+򱍆6 l+xo} ZO$E&ɶ@E]jkQƆ^|~'5=Ʉ*Vh "C o5D+Ṕ>= + ~>COv xxFq)eb$%Ej+n9PWf~m}(n-7o 1ʬgMDNI(NGS$SrMjwN*Gd!;cM‰X:)^ŷ7QMQ_@7e=l#Q7lq Lҝf px nhR5, )xnc^Iٻ&.'.:~i.P4dR3F>EvKI!$'\m^ԙ].{!<єhG{(bZNCIFTqgf4 t~*󪀎jU e#Bjz!T> 'ȶy+ @ZճIv>4ĉj(ii;Ї('o5E8hJo.dK_7|S.Ժ֞D;,QD^l{2YwJun^Y$%qc誷48¿zt JaHmj*8;DH_F*% )V D]fH٥> AXYz鷚T \JuzVnw`yFk.1|EYJ~Uv: Nr}:AmP;tw)^6w͜M[ ?a=*vx?6[ҀͅYt/ކڞ$ fA龃l DN*H mOLd?h겂(JqmHދ(өtЅZ MV } NC;㤾=P$ue4TsAP uTt9FwK'UsgSQr hĬ\bI -n13Q7Άbq3f&DroW:e=-.9nJ#SbԔp%U,'g; 2r@>$הX8=ds7v)gj둌LTN5C.fc9^=^ 5EJ~$78uVi,F"SSX +c$ ! Ԇ)_:RA44#_QQb"z<*L&]5?&!W^B$?cU#||mSUe5+¥+5A_?s m–;d^ ynS%ΰ gg]]a㜕 ؝j5+3` ˮw `DC܍9rqPfN7kwUW r├$D=?N-`nN2ſ NBF) %&vj`9nj v]IQ78 %x+3]V`@7OGxnuLHCYMf? ͇Ѻ׺ޱv|Q\wu) jpmfܿ:Lv6;6П#.h(,@v=dVe͛c/LmL:Dӈr~B>%'$)Y&P{֊^>X|{u;9#1&+Lpa ,K\J,F MZ #6.9 `/χ'89WVR"d9n5_#,҈QY.=\gLn:_GG SKN$pu(Bx3BV4}2f&Ln!˝P$r3:l-džEB6vI嚷Rw8aSg%uЂoa<{jϦ*~).ja; /1g ^& sr^䫁z5+@ʱ=`"FOb*cOpA p[IOn# DM$!zAކB^f/S 6S$c^_|@yXrD֍v rѝ&:)l?Bg3X?YQkaFD 7i㢬^>q:[BY RݖҾkrF-@?m3._J o5 \^ &qY^YGb ۵צ1{ђ؎O֛{whW ~&"|o1yB"GF}* eޡ#k!kB-@h0{ }X*U^PYc%vM&THPpM/`C8TYK7# cwf>hpG/U8mHՑ^$W`㮨%HQpw%E,?4'~-זM~X8ӹ n8ETczW7MC׷B L&X/}72ԸͲD.;Y?YXHC͟|I0&eEt=>'Ն}1CAw h缌 \H `(')_G5@q_}ǜuZt]ʝ}ZAݡp\Οc 8_t%+c-CedNF 뭵*rolq 1ͽP*E(X^z`D9dDs4'ZxczP,}'WKo 3j CV+*ZxH_T4|fVŘϱvTB]Rb*cCҽ'nOԾp V!ʈs7*\ܩ%h^A/R|SWaYņaV8OH^6:x='Nwpu.G2Kmƴ2&~j7PzDt<Y["2pshR{sLÎuݵMȌ! i9([v+%߁X,[pfZ0QqCl[θ{:mWu* ebA?{Cʫg(1"/PhE6 Fh.M50cl p `ĸ1wB:SЀc]F.ԝnTR[l0SU!PG  ݗ_e;w-6neH5ܯcJ75P?Mkd.y̵{mta $JuQj$~G&멗QQ~GMJZ+$r5]M:FN^5RQP&Mjm] ?r=tyQ+KZTQD+,zf-;cMA\2Q98B,aF|&'0B4}(g"%/[ZE? A7ROߚ{)nɴkAɑ v2YL+$s}7aCҏUi 򔰺7)C,A |.X PBOb`OkSWE^WXkz}8ӆeg`krгJǽ,'Dy7!6ȄCK?lL㣸Ӆ&hU}$Sx fF$JغتdNlFzm5;Zd{~M!R#D%6Xt a^¿A,P ey3'9꽖 PQqM8 ?乴l+;s11iUt,QSmt.-fBCpMZ=;6Ұ, ҋ_=Jͽ#x>z,#kEPq%IRY2≿7])Z/}چYn*HTBET ^U]:,@=)&bձz'- OIZp uƝĿӨ ;A:K&bC!5^ bjۦ*FAPImM%RJw $Eޢd{dηU,u3pМ`w3Z\drKhw,)#SLwx2wSUDN1W?9 mehNZЯHE UPlJo`q"ʼiEm|=eoGn vC)] }s2Dr#h 7U6ݻ9pIKVw6*e4q@7&3J9.9>R40SWn 6vȷ.Xk/]*wyVd_m)rwYAtLN]7n 4;ǁ#4t,sB΅Vm"#-+lDr?P3=HTo04*!~ 9[ Kiou@2Vȓac 2opy&q8SCnChLpӰA;[ C?pNZ!Q伨ܯŒ"u?5†wNnr$Ժma6gFj%2l]`6vQoČO3Ju,ZB[T'e/&8&CgnyC0(͠2H!14*% ,#m⥥@ކ~"S"aWՔ0+3!iND4(GOڅ=Ǧc^ N$@!h4 yCD O;vrBaW]n%aU>˓ х`q =3LP 28Ř!-U'1ڃVkg-kg̈cYboKZOG*PjJk+"20ZeRu37ީve2ȦyѲ0HL?W{L7ݑݑAԅaZPbp^ZE-aLDFj-wA o j-V2mRar@D̹NFs%vj2k;,qu>|Xf|`⣎/$Z۳\QbmnќmAc헇ǞWaO,.b2%T̃ǂ^x)LLhAe-O/3S%^]](Y|D6b_y!/ oUݰVYKw\/ącQ,-}) ޜL>D"Sk4 V*\Py]߶d%`?B<Q6$*);#oӼ=k"QiVy0%\_~=̈́pMr2Ւ͹$2鑆 iU{56$)E3VtC1/Q<誾ܯ%)Q{?NTz ~fmǴ+$Yes]IScAa!mf刺Oٸ nҹg+qq7MR(ɊSej;$t#r%+(gGiOi\cc0CU32Z+2Mo\^ F͡/\ϫ˱I7)'I5Qq\vlȌ>4abΨΑjT0j1WD>FVnyH<]}wݯ_ 7^_oOQ)P:e(FYkM{'WxQMs/Xd(|/ET\ps[6iI3@9I UEǖbUQCDoRDJz^b&$H?U3VcuRC?l-Oh {lmf8B' EDk+jNS"qi5w2_=cmX^?Zͅ¡Tfx'U.Xdzu!}RX&A'/&G4`n2Nm6d0W ++qu '=_1Ⱦ/>:<<Yqis>jn Կ\ޕNaՅm[_XArƙ6q4ؔMu+Px¿zxW`, O _{;Cz<7pgtiWԼ#CG(֍c-9ۻ^fnE_ϒju埪j{,@ uێ_!B aR~/MO|\ @0@ e"aDzay@Y$jKxhZbbHz f֞kqZ^y@ðRhnB7ͦu'Djl\0a: ` +t@9Tw7ZI5>ĐaWwюjO1RDDgmc0g(#8Gu%):34%7_u32V9ĖWS J&DA-33l>~8۟X>?˫@mk%gOa4h;R xg)q}5UF:굖;M/(@(HHӥ0{$7)gM."r@ WKHŨ?MR=ɏ^koDɼ)L#jӛEguA +)b6'/Ѩ%tV "SR@W,o~R&~\!w3ݢzs6Mb'vO]5zUdew=xT, /sU's wm'&:37͉PN4G-|vcq!NhdNw" |#~%Aezˋijtq rtDQW{)ͦ1:~߱-&RpNsi @zx+ɒj40nzuIFUruL5§kiŽ4U[A`tʻaHL4sbl\i*K 65&yyݰVY@w𖮎M0= Q\saIQc͐k`̰YAWC'P!rAkCk#IIULEDƂe/A.Sts{r<l_853!B@22*945'>VNb%] Z}\lz/E=Ofj{`K+~sLk!gB`۱àx[:&Y c8mfP&xRisݱxKe 31\ ̗D~鯨hmu;XhÆͽ W2`9CYZ{Dp( ,oЇ*X:wP}0*rϢ۶  w weyuPtĸU-Z+>6˩%{ ,оɦpfܺ_ G]w 6o!|\ELT%",tvؒ)d.9\hǬ PO?BQv< 8"uSoBtqox DQz'9wQww ܷ)&ҍ"3)\# 脒 \rb"Gb~ߊi^ߑ l3?/m(8[-to_Ãs"NY B}Z!9P/{;k2=Lu hD@##1,5ݰkBMH9XD *7峼!a.S@[%>bP+`D$2 2_#ц%PW?~&2VUL%'z6Ln-Y$"C[i0^ZJޘ=7*F,a/ ~c'At>گ?ļl A+܍}J&`io&oܘ%|& o6謼j=%Yi@%=%IQ s T(“V9o_7`ŒRϚJ%mOkG힆~ m6*O"?0 yy"ʦ0wSάMGd=Ӓtt1vcMf8DY1Wfߛ#Y8YJ+D1~hB:Ky>Z^}a̘*v6(=wq?O@ ηYs-ںvO.\s~!K9XG`uk׀?Lʼqa"9b@q8 x *7^JR,cUJ_ *iq\HAD}h֢#=zq=^?~gDk(՝. u0۩2rkF^igAeמ [ZPmt[>CQj[q3a`I'4F,bD!(WeL[%_vtu\8M oS2ǖ~r6o}96-T3.Ywa#9G1el\ Ik5n[@G +?JUPo7x!'Z i5+=Yf^0KR\ڂ؆" #D4L Jm&S4Q-l dԝN6I\;Gx'K`%W1߼>\2%g~Z>u⾻哉U#"єXZ%Jm@,m4+3o?DJs[1ޔRG.rE9{Wȇn|Je5ٽH쁘UylTI@&2*phO!,H8nFjBOb%?!-]WI"R޽poqP%`cG4 Sq5=oC)/٘A#1٭Ϭ;ږ|a/?Fcr F}.sΕC헎y@l1u!kGV~g5z} 3ogD*B#lؘXPag DN c/ppG#~`tIbj|r8G^[Іcwp_o17*QY&J=% ox_;9ϜX lSt٠fkҮHu- ʓS4*uUB|Q #0}GW ;M g, \ *Mtkw=Ot3S@ŧy*Is)nj9u:tk1u>w/ԛh߶:8enx7M̈]N`-I8ND$iEQs@. ).]$sI4%[)b!&X>:?-Wxuoٮcoĺj4[c52 1yHlj1ybd E䘂Pҹm.òa9AS,sȢzK@Xӎ'9F̯榝e/a7/ mۙ~n Z6J&:ԉ(GW5GP8H_8o7iHN9ْaU7dKMi{Q*BzWvkG"WV4ǯi̭͡(ܶHR^(.$Emђ\c?,nYjO}BmXp*N[nmNVrgym KWw[?}XT\KV fOc12?ԑOƍH:gLBOww|y bRz2ߞ(*Uw~B~=X/2WPDW{JuJa0>[\3_!A֬W \r,o_*߷}29m&SVqMUV#p8K=g\Oܜp% Yeژ.dQ S>?[*_F(H@W!db;8Ӈb7|#ho|xK=]oY4o[n<β٨H׌<Z3צ]Jr@8؋J×T]{z2߇%7UG/GhbJ`-qVa?V}J`T92I4eB(+6^d.:(Wg'gyu(g%6KLJVk{xPQ!ůϢ7 kH7_MSŢ c^c{LFR 3(LJbOwٛ"YKOtA+C;/A0֨xNQFs\'=O^dP_xy6(};c  nIC+='>|i{A؍cL?x%>wb56Gv^P}_@ ]NJ$4 kA9UgK pǨ\+Ròu Bs#COx' (fp).`{S ͧejio=WlHi;n^RQ.F? IR[#ncyPxgv `ݱm#Cʆƈ\ch{yJEgAI[:PM$bJvCɭ܃cѻ/{֗ՌPEu.4OV텡?fNiUNVlapFT&uZ1N#A?ջ᜿Ľ;yC% ==GBiFķ|h(I8H6 @'(.ө{?ee?x=HpPqhNơyy',.pjc#.TƔj&7??r{{{Fqm ՉI\#&VR!c8lݢL#XW]K{^b>dZ la)2-y}wMS/j=2iM4wr4Oa:ߓ7DZ T$OVۉK֯"mO4_F'b]eZ,=B;VP!'EŹ-~`Q ND5ǸN̈$0ڔSCLLl] {k҈Z֦A6< 1c̉0_Ab3L,@>BM%]HHeQzݤE<6ΡNdEOF {jFC}^!S G t K\G򥐦sݏ/KQ 5zt`O&E'LgMt Dv^lYx,#T,BwoQ62- %LyNw[e$.5kHLs_h\)6ɂqYFVW(cn)t>:/S[nm1'Z|;oظsʃ#3J:yʙj| v^#ڍPu)C1ܥܶx5xLY¡_֞%Pъ)Dkh7z/_Ǹi@FᆆlZ,Rѷ~p-ݪh xD f=,rhW4ib,28M G)]`_V# vJp@)8x%yAmԄ{Hec;}NW3gNcƽ*@OU%oX慙` _\gG#,eԶ #y&$E_ 7M_wЃA'm(iusj^t^gUC9L ^2u.ɥyhǕE^$Úi~)7V5J֘@n6 47eNLBc} s ):Q$RXM}'@$I{a}v:+ŭ3c2r5l(Y)@w)Z(4:bP%ټݟ0ލ o_UdwE]3t蠳3s"HD6dIzw?*O$G0[IB|a񴞓dk6Θ|c.~P'J'9xW|8C?3 fjƈϵ"xG'm| |!&*u5oV׹3P NI9 ^%XApil E "dQ߈"Tr$~-Vv-j/  _^CF1-%K R](ADǦ`PA88]ڴ~/46B$1Ipahڤ?-C;h@AFc!>o2lo={~8K v MMjpı;1rݰ<tiǣ Ovݰh E6e95R{fQRm}v!g h *a $0'^_<1 ,26V Imuln |\z@5*מ;q2'eڴ!3`hkX\hp,c?i 1W5B(eb8C1nCܭi+jIw0q:q萫!˞ Lq*<_ `Q2Ba?c_m3mhcF:~ؠPRaVS`L*+?~@`ms{gI NًKBshlR=x0ylֈg9Qbbu[B^0BfKwh0!谔&,ròNjs4Ih}($ k|3o`EڢSؘ\YD! ;QMbF!k4[50!"BvR.%Y99sД0Q CgLSu/=vA |IŴ)Ą]ZL3D{ Cvt3psQW>q 3򦘂T]יTV2WOz#KecidRѷA`S i_U U\mFeto!U3{Ơ)ÉϪǪwE+bb(cwvLSNhЖjAe~oa-@CUǓ* aCX29TrU-hp<`w$ӄikdȜRA2+$cN5hFz.qq(e>EQ/ \?;.2K7e{'_#>NW>'PԬ8e @j+>I`W[R/L695?.#M-ܼWڎte75X/‘_;51++2^#0Se'%lou9rc=:CeaL?IWl;%cNI˚߂P44F`/s QIq.W¡ϰ<{nE>`<.jfFv^HgF%8:m#shh8sDLe&G5KR?/I8fi5D!c}~QnNSfBhN[q rYϳ]~mzv'LQ ܜ ' d^-D4PL3&Z 's"vW_1tB+(?l54Km3WƭVg?P(#ϵqA[cyYeҨ ^;dT(VCʲrú +vxbb|tSb#P04'+@c`O]e0jVœ m҇ @ػCAH4"옶c5ݸHE;+=$oҏO ϕHh#HkH| ; 伎ʺ! `F}K6/25ՠ%)w]S7iJFOV- GsV;$6V$ h> Ȏ`Cڑ3IPD  c5z>$o و"@I66,< ġѳ`ڹi$[v(ݶ9^S3U 8{[Ll /yWC1 ULfY64U鎱9q)=]K $Qpn Iu, r:Z)O ]$%st  gQc7yU# \T>)0dzk5/"2P8JՀ_)I^ 9TIF !03RYN [i OQa2b8y2l2)"BGft\hD/ANbwo+{C̳"J](J:/T:&m0՟/.)15t~`/2 e!PV'S"smfGW,=JG[ {= ѧv@dG@79U@-k7_:F&${%M}S@4t3)%0|M?R;9e?()% -A ]ss|{|j\ceFg9W?L 1!ҡu%YIiڋ2=M_Ozo0mO4\.@!_՘#~NWq{*8z>[?c |RZ~yЪP~Ԉ"7ށ*˓aOTn7с&Vłb_I/FWY\ uU%z/%@ѤнérL(p$1R%lpeR*FH_SDn /@;+Uw"Bߌ tn6]g{9{;‍b} {?泊t{2@[ ېs,ϼ~Vr=- c&-BE ? $+򢭰bnLD4-j DR&|ZBD., c}ڧSߚȣ}uV= 5XlsG0#B6Kr-x2JYgk,J2v)`鈯-K갯Aq̃\NBLAx3=xKaIuGy<ы8j̚`Ze?=ҷɔǭ<X[8 Xz |Ōlh |/ym=iK:S`<Y0cKAƤDkTWA?)Ȯ݈h̆FI*j,p #]lyOWy@qТ[WCJ5Zݺ[Kb0,(7/|EZQD#r1%%>0J5вlE3a wGO4#*@xvAd#a[j&vpgm}Rt6fEAֹy^ Q1E J'u^ e姯@@};6U/wfaO,~/]1<lOTƔܴ΄4<흌 ](L;w&Wk]Fr|&VWXy|U P2Ov/\i|:mS fA|bГf12WCBjϚ7Va9xo̡Lf,-p( WVG?vM%7b8:.mV>/Uf σ@2u`.*ȻfWy.NW 0rH:Qy _yϰ"t]=tҟyoT"cI"`**V,y'gݿM]9p(AǁzZ-hloa+*(69z>}(^gSrmLDwQ@@O3֚YVN4CUCWJAoi7hHdH60vVx쭒.`3LU&uPKLN/TER,ևY SxͶ6;ثm21tCυҴ WwؾQRecY ImP%1u@/ g|X̥ hfı9Tp@x ap!_2aȦ56rX?w." pÁׁEb^ͯ4072B͉ {1(S֦, <}!w A~\ wJl|/3ޅ U,O bPPF}Wh,ٱ!KXk.-?O1~⳦_i ks#_ Bn\_Aaڄӳ"9]0A@{M E_CZOvO󾩁ET*,1(.XX]Atsn˵teZmh\:^`KmbJ^W /d DZU]rĽ*]z(f0!-jcwK:?ө|Cdg}͹Tx{Bp} 4z'Y<ʃ%45rEE! %'xb9/c~;&|IFјl%kڕvݟH%xA+fWw!,~ǴP ^ہӌj2;%x'f {RkbW+=0裛cKJt0i7;Q~D"n*? G^Nܣ*^Y0#pDb2.rԬ]!kw}%hۊ{s`nHу5[@Durޜ` 6e qEGe^d7DhsWG:I)q V}3n)ٵ NM|"JYu'(B)]!Λ}E?3ۮS6Vyϊ˲!]Vt+h] Glvjzi^ qmnګ]Yy_Wg|Nx)VN;S[94F&me=51|A ']>֔7=R*֠<+ǒDZ\dΓ9`nױSx1iϕĴ~Pngs9 IqɁu`~"vmsRvZoUG=b= C^>e"j9Uk+pPwڝoCu,^b-5N&q)qQ+'/ve]||%x%}Wcۗ\t^Krfi9Ig4z[?"@8ϼKk1^Ku|S渤{[fk2u|2 7Co~fụQBC*w߀f]؍E#[B:B$ͼ(`L06M栿0G?*Xۆ! dpcxu/ocCB8"YIL~F h:(<;.;&l'TPW,O֣m%P9=UQJ!c5< +nM ]ِ( /oJhap&8ݴ5[W(@Az7{|uN!٠ONZZ^at14,ӥ8{?ݏK^ӹx-t ؇Ϡ1@XX"􁠎 {>ߙڐ/gm4H62nSeaюk٩>Q9\eh@ReWͲ򅆞l7j^0 mPȯ0.׉ESm%Fg.9n\ԩO響ӻ|ԗԄ<_M4^$F76f+rQ¨ӵ W/S0MGt鶥?[r Q<:9eĝn1W sNFq;SĠKiN&v#^p9;NKi@@̀Y[W.ǓaQ˂"Cl.ޫeTdl !V"Ĺ9AgD}^NqqT ꞙ\X$e)"- S{BOX֨ZSba< 4G'4 ?@1N2s.mj$i/Sc~#uo"DX܇k.Ur? Z5jXg˒n9Γ"QUYjf# E?ؼ寻gk$žC[20[3D牃F3JŠUxS8.M>E'Ċؕ1-G (t Het(oL{{r fD|E](| ';'Ƚ&kV 8SZf?FE8=%o| n ߄-$gndPqWnKյuiM]Efc.I [GW#0m6IׯYJɫVګYқ3monS5jL^C&.Ӽ>#bTlTjâVqgױ-D 'QfcL}u-%7+LMJ ,r>3T?z4L_Xc_l$|9?4slm~Xli*=ҿx^{qM/YlX6Q|O?bZj9൳8ȊmBNufxT<2#Rƈuwy!9xu< q:R|/ {La-<:ۄ b/=Dމ|4FOm[sfbH^2v&)Q0&xIHg_7߸7hqƝ\`$A qQ$ӿues1(t22 (vr^i>_h &aY3jC&49,޷ xK%S+ʢeQGk8wWiyvY8xX̄~RWqs,qC`".lTS6wR; `7.y3|6RmN,g[8GyPxߪ?FW|F #TtNn`4JS`1.ᅞKnaf */W% *Ku~GڜweZ]2$w@ZP8#lwJtfNp+[%|"kfgR<̿=f. )ԍ/WgU^ga 5e(V2bq+>\Nս}[4G*ZnV%"}iw]a&eKDTnB0~OA$EwDL^"Ry`Ж\Ah7tbc2q ]}WUdD GwO A/q!x1 3譨gu!%2nK^r?)'.(qU@]>͹66|00h+iF FIT95\DAƣ?eZ/wo8 ^lu,F%?zۦ{&AuHиyrAvz|5HWõo!T oIf|| Lb]4^;ip?>xJ˛H.ntR52-=SՋ`6D zнKUXqܗV`)̹ȹj"v%$U zkf~ID-y=բK;S\k%$M᭚*ZU|Ŗxي})~4~L }|u쥋K+X03HD*5cOA:1R_du+ɣX0jJ" 7ihȫ>wLVyG\-z]_{_/ͯ  jXWFW1D 56&]&5jEaS ovL+ml Bgw+tɳR#->E YiVᡖģW'xi߉?)X\jd> TPM<0=5K;135BnɁRN5@iq))^ v6fؑj=l\nTɉI\­BBbV ںY5\E\22 UY fU8!DOMxm{SqP*eׯ/f_ny¼c=#iFLQ{GƶR`TTT8THTruY჆s0氡v6T۴»b;V8%M3$w9Lk lD~8<-9[Ԡ"!JtI# A@CgOaI\)P? :`Sv S0Պ_2[BɡK_7&o}cCy D뼮pZ;V}z&k| ?|]w6+L`T|h,8w/ʅR;9RwPa`J. nOf71π·^Dݐ'ZiMDz>gJ`f39};r`@`c@-Xl(Kb%bzƄ'e_-m;ga^Zf 'y.e1^/(Ic j%t&N6G>il jiAr1jӛ?9r;}ti)k(ܫI\(bYpÙ?}D ұizg=UD\ S 75fm UP;BF^wo+&UI=QyS!$7j⇑R=G@8_q ?Ҏ/VNWၣ]Dwh?N_ֆLWdwFXv*S0i&H"FfBدXyw_=&%v.~Z7,ApUuge%2xٯUYW8}h#SaRx՜Ȩ@ݠ ]@=bZ)Pg_I3$R1)Uq8 -,H 9 \g#tϝyWglßd+omL9j\Paj)2昼_:|AęRki܏O-.s,o%3ƙ ;kP4AvSEtʱ|&"P5 uԍW8+n 7* (p=oQKU2_#.\H{)I8OpL8xE6tI,W ߚksd*кq u B}piv-T*~{3 مNtj*s$Dy=*&t@MSb f8-)6AiVLa-:$Ie/jNs$bdm*Kx ~P *D 8~~B,@!f12c+5zLij mU|xm ,& gFZ^`VJ.U<<_ENj\dV/{PAQ[$`"Pn$8$$$]Fu[[74C׀0+5@iߺTA]U;Ĵ#2Tp5.?E/<"wUʡ7+ )xK}؎y#s]Qp|ͶCx6tK.Mj?|,-QAna#6o=[ٴQ"<% c - [jmYSp^M7TǤ[q@b5rQ9a<x FuTH}EMe{%[эHF^xѪSsj3_VG3P}bx:R<6Mpr޻ul F BbD+BJ_asX=(ၠ,We7k#[:{T:2}+?`y!T %p ~w]X P,Pi}w0,Wʜ&Gzl]LB* R`T|_5 {vq"Xqg'׫S*iِJ1g{i.Zey4 DzgO[αIec[k%[¡.L@!u%B sLsl6B¯̓TJEmc xI-!@SEp/\BaTB^jR'QR LA逸6B>,Sѥ~ѥ B)kЍOHgoAD{Ɋ*V8&uOpxsz T@*Ⱦa:-=GXjYCFnPΘ3vX 3]aq䰨幓NuyeK*rElu08&mɴ 3bj]ÇrU|'23eX,'g.hܣ%@:b)ɫvɷVO ޯYz.giN;F>0)y?y@^nѱD@Q] ?˟ȁg۝yHr' ׉QUݽ8whSq%e:)7qQK*i%& -vG\@#qiq(XD<]7[qE=gPmV8ED&|JXnZ #\o~uj]`)Uto5)'  EA^=my_:cc[96;0aLpkt.l)-~=Rf`M[3Iy gtwnjʌ z3E"[1h(F ] [wE-НeO#T -XLVu)pȳC<=8LIZ\cm7AvLh(}%D72 g.(oY`u>~RJuhB1 kH(>fgl  7<]كڰF:bKI^)$øo1k,5x„cG8\Vlk~Jϵuޝ~̔r\mB+pC '{6k,d)6o*:4D;55g'%jkB暮#Hw@\%,[kVP҅y-Uǔ|drGyetFG*wzeӺyi[Q"dX?6 WǏ*&pr91;vUAz_Y#NĊ|t7Ui-bȁk7JI[6ˆ `;ZSZS\]f{s\QehEC.vKjzk. (;u/PN_s72 [Rk$Cۚݳ7&5~gƝN&"I!MVݘ!23 xN&1l)(trZ ] (Yx78ۦ:}g/KyY  >;ƟJ.(UOeJ'4Y  T(zp5Hȵɤ~M5̠^;Dk8*F^ Ãm.cnai.w獉:#+kz rWbENr^OPSN/,?g(Q ^(攏=ĩƮee?Wo~Xcm OQӻ |ت2=g3>;Cb)QQ{X}G\Fݴ<sJ%Uxh4*#QrRfʏ8^`&yK+Ck-szMy1wf7^PBC3yOZ X8BvIS_%電Cac&޻[gt0(YgIz!jbXeEXOG ~ &oPٽ+1=m"TL| :O]?iSYb+ \S=J$Co>A8.F.6ܓ;+is$% =Ƥ_c70"vN}B]^bҾWBdo v;]UܹbfdOA6SvS#X$5mYSt ?^sSrr/vb` &c:!2y_'Fc.GKO L&tHvfQ <7ah#)^>lAwڄۭTE%5V1r0|5گiι9Zp*7 #3w'^gy@HIݓPJX?0_$O1$NZ !L<oCc򭘲M }tyMRqD㳂VF4D2 CHkTp@OX~x@Rj1D dgaaW]WiG<37lWsGB/TT`eEѤd&l KQznGdKjS? O4w)7oMOOܨ[xQ?7?j!a#'}U0⧈ETufi`ٴ75>NBK!+UdzO+"UVlv{a!`ZAG+%&8c|AG},"l಍If9桧"kz y^#r<1Sʋ02H{Ad.N֖eh$ (|.#I]w 47{V'O -R]vԐ]xI& L <ӉD^B la6x.B6$zQgq:v{n޷\.Fk CGa^\Vd$jSl("o'fQ[6XE+V{tr`ԣʋݗwI" ɯn&C _٩A's}Xpf& iiľ7m!)05Z(ɒV}d2fvp1[O1)JzZ.=qWS]fC{vaG]X]ǃFpl hMAr]c^L/BQq΀蜯T.BDKJk4GQ96F< /|mo`ԙ5{_BK6;1o/4`=ս߶7ku5䒌uMl."DmJ8J.䴛0VKж bIʬ+ R|aP^HEe·MƮ8[ߋ ~0fT!¦tReJCrŃxU@jiNx -E%q{;,GՌR"dw3Bt'nwŮ1a`>lq>CFM6Jk]{OA/Q8}ڇ-14e0ᢤ% >~;c(ˢ0^̉t{(=:϶E3|9B[I3 k'b{j/lJu~(u0 `ec#?unb}d_AC[9ˍ;}٣a`GlO!RgQR/D4gG`NZ^7=Z00USTRU('1<[¦_3)}8$ _?]խQYlN5\{(J4Ͽi 2Wӗ 5Of*׼k\B]@.D4 8Ӳg>[eLR2}^m~~!yo68ZfML"jʃN(rC7јz1 r'gп3bHixiB((zJLN|tZ4ʊ}}D4/䧏zi.+a^PErZA NGKG4#y"-(Ug*$JHA\5E72H1<-59bE_)@_fn:"Ů2wss!pAC*zq7W6;&6B.]#:G1 5競/hOv+'=1#z>("7a yt' ]!w]#Av!|NLzά~Es7eڎq -*mșYȀcTCbɭhμi2Pk}̦pl9PqTSgposZRWE1#dBk䐾A!&] A^EdI 3;lrǒY)dJ*l_l+jM~ qc$D@eB,,nK%޿(p+~`LJĕh&Jgu$UH78mM=&7 nPQyJS#:\2Maս{.3 $vZ# }ߦ2y U'IŔX/KU'ܜA"kX}v71Zg͡'2f@{d1}DU'pM ٣֘+8Zn/M@{ i;*=BՋQ+>C>bdNz`3ՐrR\A۩|;bu,)!y/Nꇳc&I ZMp"j9r h ~CiyɁoat^<RF:ApxWdz~BKbVVs\Pѵ `y_,`Av7 Ĵ{?~|#$ߑԹ2#:kH$A9fTό9x %+mVǐ.#+LXW>PѴ NZ}&.VC|l)ڻGpv)ۯc&h!չVUO4-( 3dC#O o=HgQtfm@JK$=\D1ގW'`5ƿCHCYߏ\@_?[}`}jWbjO{_7,i!NpX8O)$Vک8G,k-__ HFK.ygv f k&@RT BO:}SLPeS|`mBZV¸]iý3g͆3ə@6#^*mb&3v[{7^^I$ tmq| t8dCDxhOv|:;Q7j;yJ]K n"XB)>m[g؆pMpx_."JvA:x)N?xĢΔx T}:79bՃb*Ǎil*UǂL[_Lj<@6s(e% (-y~U$Y0vaJH 9]L& }Cj9rd UR!0kfp%h:~W"DM4OLFN@IE>JMgz'K%2c{\0 I3gqM)+188P_h\C`N#ZN5i v!;l;S/(cй ,ec23Pn)VUk&{iT~W6qM1P>.v8[yAH'~6֐Q&@e W N a!%^^=y _& AH&-䌑;Z }^¯j~k2>3j>hưA>)kLiϖ|b#'؁j-Y7wa &μ)YϔbvGTJ~(J$4qkku_b D54JF4gg? ȿr1=/f\z(k+cn xh hR PO#dp!=6В\[|EUz>^vf z2і/)LZٍ2$(Q1JǓWBxx0T6XJݯ*ns(^!$*&$}މwʌIJ8 { K݈6&]p8q=E*ULjh=$lIM쁭pxۮqxȓC#>}seN0;C?D L>ws"$WO=;lPlf9y~q0I\ F DcQ7#=+Tt1 , 8{6bU!v-ETCN#}vZsNn*?`>tviP-@:/[[rZHJљޒ }`@n搇0ɘ}^*L2?JO:P5m`ҕ AFz\~ k O&EOCLBD 1W nI"0Y"}mGeK$n㷟w"#NB L? FqGco px: ]6 ƻ65YyZ2;q8Ƶt@./C|5J!5K̲m-Gj3L̾]h^genv"д=tc5Կ@:z0aPwb8K!uMA7k ڻ};bf+W?[:=a_WC%NEe$(r~@t[\#0m:w:%K*X1F`fFPn#x jmlAk}{ Iˮ\i9Q/ Ҹ~F So8k>\Fc2l~^`/a(ILP wd$MPlWULF߷צ#1ztߥ &.WvіLj!σ}VϨSU}/:wF *E݉Y]pp` -&nϸV8*oVg&DJa @j}12W*BS\2ěgEĕ ? 18vSz1H%Α9YiaN0lx XK|,KzX R!Pݥ2,16aDP9o |gnaS_|aq"=Yc!GJWmTmVTcˁ<rps '1 4}%T\9".me\\?M yHj?z0o8Yu`͗/ %2ۢjШ(%Am,@&9/S`^jÒK4X+}dt(lt65Efo煘ש 8Rzr18S{ެLbCPXhFpI5\I{ }r*R6g@=qەGY_o?z_!D`mՂl fo ! ``SXL^`N*YQxR[獹aR2A_3W.{G>Js>H),D?vK",@IyO_[m=aL!Ԛꬾ\UT"AsJ82_ܮ8sH˫Fb;\ ʸڷr`!N%wY !8蕟nF)̦xHԏ7>Kp#ʟLӉկ$vӞ&s[o/t64VB(7@!p:'JJq(/8nre0B 촳"8˨`&(W{AEM Zyd3˞ ]w`S\[c@X~O\$[)Pl"Ag#s[-@*LX3n`xxkݩQ[=ʊ- ky_ J>׮iI MPs59GIVNRWI|7/ ~G7lt&sivNzHRO:PK{]J>3#CPGa nu"r&lMv,; Xpl _;*sBt25DudƘ9۲݂r7jϰjI@dXǔSMr -fv| J*.-ϿU1@+-y5Pc{f򵆲F: =SV٣Aaz5 ^h*нpf]@ʚ@cև [ "7`opY3óEpoW{PhaCy[;[AV](>y7Q3ϒ[4.#yNGf1Sw):(_>ɳ&b uKإ5CT;?jX}ߨ)eJgt?z] mr\jF\ZIZi+ %U ;PΟ[%|1y2hcj/at{%nF 1'BSsL־N*@,j͍S# (8R}?#~CZs{uj2Gє0ܛdw[8-֓dIr~y]qT(Ō cSKheT0#6X7`e,:.g`*V?)̙~l?z `eOvjL0N &(?ygIxٽ۲ V=⁧fZZ*4{z1"L.\r&liM5ٷ{~ w3dckWqX'Qյ*XO\T1D}6WigV.h`ݑ я3렇g- (.(%VAOG=6/7V qv.^ C$]t#T}z.;瀶s&ڭkP6sf+~^'mNj-] >wliHoT TdF.,CrA| W5HҹL(4v pHF>?~R:LlƗLU/5vRC0C"KH;բ 5^4 gz,S*TsNO}1'ݿxs(bxyҞkbXI9`!cU/!n]*S'`jf=;'#6юjQRkuпE~ )$V" fKw"K?E3Ĝsf]|vxD Mc}^ˋ`*fn6a(6rxj&X$TV_ u4u2a2{&"I<@{ ""X3셎茷oM֊h\*˗.; ^FS~(ŏ]̼ޔnAX 1?pdx,\g>]>?pv=DѶ--Ht5llՖXbfKv-3[|)Vi`Fb}!,^ȔE6Ÿ:],":nT6FxP8nr ÁK  Х)K-X/В=a47"ANxWM "VաEUg IB0rR]^ᙜDqQ! ZC5b4 BE ,div4`595NEn)\`>ˆ~kOQ๓^5$)' #xf3^x_/!6s8!h{I1Q /~8o_y,ɒO(]u=$oFω%@Z3Ր}ȓ5g*xG9 T E^{l_Y+i.E>/r2wCM G ,LEsh4 }pQ0뱯ɩ$Xbw#~y#ydV[OSDQJSc9jD9u[ߠVxC ̝͋eɊI5-4,_̤;[)uUk!QȒ(0fE|Qj6Ho(8¸fC TģnpMg2&[׭a|\7x+W Cv`m7Ctb>LQ0JwX2>)eմ\%* 0 ĝft 3b{m6L$#H)'ȿ{DkV',JQ~c1ت-Z-Hy|NgܭRfq1\mOϷFFХ>ʞm|ȉ\#qKK͍bvrO} jMmP:skq:?;?3?) ;)`̈́ūh^Hgvm"R2(O[ }O0]w;aO椽,w̖op6A>)1ڀCk>6RMM]&;ܪ,ARIM@N0'DP:&SV&Ic<3;?*ȅ$MgЗl%ۇ:u '[:Ooڍ#kC*Guzfɣ)ѯK%"LCC?iy/*-Dt(:m3 *xk2 rq̣ʡ}OwIg;GǘB _ ըN52M-%xTTUf6 ˘\*ڶ>!hi60y,ҀNqWkJʳx)'-m@F/dĞVÕÈZnlD&APתȎc@I]ܛ}%FA|Kם*rU{ˋI.m 狅U^$0'Qp+iS1 (aAuC%ږP΃` _\r 9Wk֍+io5f0.n. yG4,nhVU:g< L"dNmf Xeh꾧y>Re5N3Ye.;f3:ꝃC5k-l]ƭ,& 06oIq/nr8Bf e 9fIMpĹOw\YS)$*Tb.Q {=B=gXÐ^l s~ZKM馜BS";ͲB '— g|!+OzyVrH4u#Q1ƀj *Φ%9`<<)`qV8b)sd.bg=x`醴r"y8-E٥Y>W!Xx7a_Ս)s@Y!TΜ**muۙ^ /?unG/hG^7b#f#y߫d~-8cʏc`5\aC*wO+o2ezTsT4E- ^0,_ӒfCj]x s '7oѰ(~ӳ6{ '0lg;S lƅIVS!ZGTue cQ$1?Vxa7VgVC) v@:="59P3Q)ROj1h D-iL2hy tS&7/aTf&Rk H(^u5+FFHz_<"'o%'KQ+j"-i;pMʊAaa,üF)礏^)7Y@~}u,/t.nVR9KZ5u'"-"?~tn#5^.6"YݏS!nFQUv';o%$&qz*ei_uoRSe{pg=fP𺋫s)ɰNz _oAZ$/{&}xm"&j1+[ м_+_]vI@ۨ!IyVbH[ S,hIΘM[Œ/ܭr#6hpvxje["#P{fuܭ{ -ht8̼QMyPK͇~B¤5F~5B׃)/#Y0˲ thǷtlmy\(vbE෈ ĦXŎa-,f!qvt@ ]&ud55FeP|2sf,X]-hz!Y޶Z2fqUYWh|s!jf ^G&.5h,vͼ@XbeRH=y\Em6o,B (*5 ##Rl5:%,#;nI*"iͿNJ~`X U)'H -5<.?H-K"7N, )T'F'&P{DbJ9}x!Ĥ'e #݈ R'f? d[)H3Y#.Hݻvˬf~ ᪽~Ulk0N/e`pc)JBzqo,?1CI4ن޼M4;>]T]Ԋj.%tzl>Sm[7` ӳEStٖLN|&uUYa045ȆےW-D=eۗDڤW9wS8#{Þȣ~UX2:Sxpp3>:c-{;peLGE%wr$ųxttiecP_cI;plhDJ- A\j܇Cz: рBmK  ڊ> Jw䷎pq&fnWAu$XuMoxds)F}~}"Zس *Ʃ+"EYa;zI;-V)?_fN7I K(QKY|P{:jMdl BomFhd4c|Ka:\m˲͕D @p.+9t$d pqmRZd$qKA;QW0[&@q]a9%QV@$ N3t> vd)5L! ~aKz1 LGP+@gGhe QȬ% j {ubKȌSFby$$ԐWa XZA]鲎}.74m޶*)Q2Q/} H4DTix '"4Ld_^ރX a)1B W`Q1Bz AZ lܔ\P2Mae3&d/gҾ(%жTYP: TjȊ:$oU(y+F9Gs2?2D`:lr0nU4\\c,GD(-[ DC>Kx?oָ;"R{fmWet^!A9F|z5On(%08oV3 XCUs코).v_61?I&]d$O8^:3?ӣ= RGKmg"ƒC||\2XEl|IѸ[hidTɔ GddMJCkeek KFJ=Kd$Cv XUPuWW텽Ssu[f&Ϩqo] &ö'ȲsW^:hKyt7ܝYQ:J$YXlČOSsۻ/kXL_mT{i#j,PƢ }S+ h@r}n((qPLZhz_/W6)q9;2lt:]\7աXb,`ݶr'K>LORr3-a7q9VNP&|" ZFc|"esX7l49}!%XoZąͅ ,{s|aEpEV9uA;;uR8)gx}pkrșbDo./ˇ(Mv**h9ƏH9㹌[؁~7c4o5")~/I7ONr;FlsYҵpk}w lN%Db^O^P͂yڝĥ,=1>eҰ3՘.Xc_>˽c|?STjRԛ5rɞijJcD~[Ni8d ucE#.48bjgrL2BM^#n*f}` 'kw>ΛNI_ ~Af-V39X@ZAkϥ?P5c;x o05VO<["37WQ+ERJhmJ/?K ǵx8K :/ylT=8/ngfG=l&$g1=`?`fT4؁?j\>vwL!gIܤIxSa9bn1::X 1ԭɤr1ae h=mK$(GH`uB#T G ]MPz&~{+*<2s,qXG,yLjIZnÏh9t/n.>_#*bJNqlp\f ~c`zْ X0f+GD;SCO6{7TM|=O[|"!`΀\6/JK"gxP\V֢qC@Z.pMIa}(d#Y"RKƬ!)_m.)Xs_ T٦V^'"K  @\Ѻeeq=%xnh9Sihi 72H 1!]lPZ?3טՓGDbNb ?/kQlTݵ-sWY@a|WO$}C灂Egnp !zn"h-x fyvUzDh#!ULcLhKhsXa}1@ŕ&bpEew] '֍jnKV"5%Tv-uS-{ωF{Hf0"T U ڮR.ZC)qX׌^`u2 vlMXW(eÛ-1s%Ѿœ|l8,V!~>#"+o=MCA3'؆GUkf~yn0uva$ϜTo.ԯɣPeGBsHo9]kiέ60x@;BW壀:#AqQFȣٔOQkDPnpھʁEm`& a.ځGM" o*.5kGicJH OLf c>]":$qo$CaFmd=?]f+.U~}|y}mA'2p Eɧ*ߝ7RntF6[%M%Va-FF?@$I6!H! .CT'epb Ȧ ?Qi6lsPzk5B4Gm֥h$eqtI/x6ݯw4:<$՛/(Xl? # @vve/;t[i>x@ep=H v‹*B_$r GnT'ͧ]dl *͗ [~ ͭ(6U7ri4 mOx>t1T|8ou ΀@wIGr;y8W2mE'e{psc=ww]vZwyQ~47lB/frj [Ldq5T܍эȲ+N|=?" -8 T^RIdrVB ``˾M̎SY} )42+YW>}"B3C-^D x.Ll퓾gEԨs1 *}2[q]ԣuz =u9:RDUWNɸR"y=(I"٩I^`E-LKS^8bH~45̚pC AX 87^vxAXaѬ\P#ޖ/5pK߭g-n.Dn!F!z$^*1tOnb1!|P{ ^Ucm⸊ʂy#~ML~ia543i]|hw8[JuB1cT NzMb[B5TQEA S 5@?3ejS=cWz@B!< 7,U2a,˝G@M}I5q{ˆ)7$ƴ c~|-WС'X_Fom%Nt Ŵ刭d]W*=coT %$JMۘ{S>T^xʏ5GXc]<+aL!O wp\A07BuB@豢w3}?'4h[.DJ-fjEl̹+FEEN.CPM)mCr즴mo IǍ XK%6[,b|Wn,p2/|Ds-*Ӹ  OfQ&wnbՈ4Ր\i8vc~ΘgvGyiw\uG| e]d7gGCF]6ktiE,X|̳dlBU0PN[86-|, x?-^EaA>苝rm3S0'IiȰ}aʡ Ք%Bck)Iw^cp^}Gdn|ubpb1h#3'*|_ -;KmǏ #H(T]`4C7v}w;MIf4MZ``y^ zN#äL /"  '^/վH%TP;Զ:vO y\3ug+O"LSP{wvE(a9w,֭{ZXL`lTmK(¶1D)2Ǣ=֛W"wD5M.5 a$X}u;T٫P"ظ |@v6jAz%|[/6qiYOvC8lNv1f8eM2| OK?4A.>|Qk!܈2Z5'*BN*{ޖU 1:C:R*E87]t*۸$5*m%HTj*w"b=8_|ͩ;% BkZDv5ϡbJMk&#IO-^vdEV4݇;ɍY4xZ L*_B;"Ów~IC9wmJhD's8K`";KfsWl9l[bVC2!eC*gv KjDp%.|g F5J#bݩiDŽ˘ ?I"^j R&4H]S;IB B[CM2 %0?#W=WU0ַ DTN}M =KDԾL3W~)n/~sblF]Ҩ/ϭTkԵ?'d{hEj NNN !i[~^׬p NOuBGC+O,αpKs (-{Z/(zvv ˧;Ȝcj~OIgMϿ(52f>1FZWD0$MMCjդ*pYΊꯪ#HV'oZ7?d`!~@d=S.z͆q=>Sz5yn}|I q6/*c4aL~t '1.Rȭ.^y Q.jr1Ls^9L qqEv6z7/\^b5#ghA|ʆadЭ -}x a6HƯ;a m:,X%{[eplIU JVTDk!S% =1\dw]9 2+?̣u9ha>FZ)ˌau5S+xLY6G򙖞 jZc~NpAHO0A#h\1Y*KMh}qY/K-k|[pЕg]j*7T*|J+ Afc"+8&p!!˺jJ݁r1UxΣ\i4cƿOO\"&GB X/Q "#EzR׸mu/L0rX'M 'Yܢ 1C9R|S{o-];%ldzIbHV5*WΑVűc\z{pwz}dg,j_X-ˈR2;u8x "F'"?59#B+9;?2Mu'1wde\IIu崌~xXY#՘pgzW\ D\}.%cT04W gg ԞfY FٻrJfKNG;ʀNp;w¡]PAbt2Zl![SsvchR^+(<h۸[ֵK6JYKwod} ;w(;ʬD=u,BP٤d&}"`fӣV+vvgCy,h[FRF>'K7m?i<[dE y"E-*~"Ǣ^'r“J5t=QoV8OG**|D:nO(SB> C[(m7?ṽM9}x);(cc.)N][[CݤBbo [S\G0xKUfdKL73)+̊Qa1{{vP>:J3in-#~gt(:Ǽ@,Ǎ˹F,arVxY>0fg=;f ECΫ]'Px;+$*q'sfyʹQF]CF {}nQ7BVG) l85c]|g0/c//X }ۑ^*ypzpa!/ei&xKǀg$Z1'q臜y˫ܺ!i-rdWSW`čT?X}.ݑ{2hVwI(Qߺ"4=Y4@-Ads* tB}ˋuafV,`I2E-‘\>*uG+r̈́L}kړMV&(o"y>)?]LeXWi a gh O@KOc(0Aް'F`k OH ]`⡃rCK$#ZeOI~hpbpKSЏ;4oϊSb9s$>e5uDUo;q#oG< e5EMu&p$f9Cva38QboaI_iCVm0WQ֘iR GB{t)vm2uZ|'N%jTD/)FVmDz1*_P=B= f}kUmD?N=ƲM!p\?첸o(5dKa8O{PQ犾|Ĭ{\LB)/ϸREJ|3Ǎ2¶Y*tT=(v>{05<rF;PAtџSE18;kLѵHȌRedy ,p E^$(v;y)i{ %s#2CtRj)sŕk/opnuۚ;_<"| Q{pp lgwF^moUō@R{f$z\s _:lAwo*Js $ gfnD)^^W::9x{O'(-t^Ҫ-+daYEeٞ]NCzϷkkǙJW2@BSEPN" SskC8Y >Nnq=<]&uxAnX"3ajv:"EG lz_\٦Zp.5O $`c(GWqj!GH&--"(pp:m=Ge^1.nD`1{ޱ0OWG!u'ݳX6M7 "xHk}OXt:F ;wTteHd@$;>O( }q,DJ8D}Ya$ƃ^/YV[<Ժ>ueP{/'m> f>|\@#ePk,\b|~H%Wja&i7@YE%M%]k5!~&qfg'.838vMߎA q#L}O $M6O$ uؚ{23W3cFU-J<=Ӛ g_DXFku@o{9/ [2f ):B AF<j!&1|9ﱫ!L1`@z#ު$i̼- db hFr!,rF*E$2:Ə8;Nt%.ݳ?b#w]/\|rF >.X #i҅/pN- YES()Id*T;r)-O5I+P,6)I1e"v@By,i@[;l/9ѦQ2 4prҩl8)h~n߬~|֖5[$ iɄ(j!Q[ii&% {zAv/ū<V!lQ .FKÜqlf05bf !lHj$:}k<2Б#spj];`)j,bጀzg*AAJ~B+.⑼>f ݃UpP/VB|湏UɨO[/)?M W~;}*3E^ֲ!+d`r/o&r톦%'Ѡ՞ɭk`I y.GTBOs+π]2@MxhK_~]mv0u9[ d!kUƉɺ\W:yZk%h!E9` Ԟ]v޸Ln5҈r$\#dj?ѤȞwB 첢10ߌ­Uh*7MHG+˔,'wFL7rtSQ&49R=橻SqZagUk 0=_Vj  M(UjX@^b۽!E//{Ra m?nF2L FԛST`++ |A%o 0^YX|LXgp޽u=p{G&9F68WXQaK?EYY|N)VH) {y^ƫ"rcVC/#!alS~76 J_F#>37hiCpܱZ M_˶ $lC ?ݴ \x䤽;?cQcYyI8 ڄ[p{P(NroKW kgoĶUYRP**+cZ<ܚrL" jJ+99a虽W+uZ_` |%@Ϊ2rیe48+PJ'r<&FEr9;s庩h?k:  b!tc9fk\*163sF'hhe'_HHV/KbrLZOR?̑EUCcsOaO8!tG*PWX(M)h݌ZrmtoL2ɣ=tR:иfPi.@ڼ4w I1+UXak(9V6}>*nϵuZ5Z<7M(ÃG+ǗiKl!!tA'kӒb'S>;La|<5Ieq+[^0X"`%J?rs<9XT1 Zд[( wCUk}jRG-ڏ4a=V~^UƼN>B]Zi$,rw C<]$gv9WיXu"QLnӚIΕر;sjjoWD*œvY@Q'SۄO0{~.7 @"֢T6×-[\0ΙuD|[90;lidVOD`qB,4K3Mqb&EXY4܅/j13R #@d&,VŞJ8a 15xj1&NrGzoҞ Dnj h:sI,uM`O})mڃ-G5\$T_Fx:Wŝ&wS/ Jt`!s?XM՛VI9CH}'{!54ISeL{ۨs4fi%} bV2舕NbF&o+;FNs01DC #d2s>xŒn7~Y+\`H+9$>ھt{SGB 4Fl n33Sպ$,rl8#}Z.HvD7 cDz7xM9{hWl(T"rKn; kv ŮaC8;z;jb2Z\{*[t{puj b>DQVx%nv[X~>Da Myϓ :٩WgrGiLs` jg+9'<*UN#V# :5( FQA&-QPv.yeߺV:7=J ]N""z@!cu&K goMzw?lbh Ćҽ)Uf2u=x"SpbZ[ bSҗ=#)+?_ H6P#%\c Tut> Ш<@=Pd,KhTyL"D19M0`)KB$r5)]=q=< ɐ*+Q8 $W&l#7YE%:fL:(%U%3kSJB0w^hXbMKioeɉ~ei!^¿▘(r"(3L빮z}r:6jPiYc\&@AϮfs"{Fq3lÅtQ@TDzMn3ec-TexQwpžpdu/$Sq|B1$uv=RxF}JݭF_c\&ckTx{; ;O| =kpY*Os1PxZ -m=v\P^oEdٓ9_AnYjzFJk֝2+S>TN& /edϷa0KKm[y씹'm|q iqv3k@I7zZxzނ]b89TA= -nxV9_7#p."Mr.I(µɚ,qR&1^%eN;gfid0}ўfe^NB`8b$KB K.6\%^mKj8VCӟ_M $_3pM*y5' -2!0<ŏimuDh.FYצ9<i+TTwoD,ޮ "dR:d8O'N}]ǷQz#"06%coNɝm$2*rT꧎g~s-ȵgf@3i`<(reacZO8'0l-,VX4i$cpWwO$ٌq)+!ln[؄`Wj4 Bqy oZLEk'7o.Ug_A sWm6N5im=#n5u(ooV'wI!:'_3qsuU[~ذwH $~XzJ"͈rkSBb3iMwpZRHl~Xe $Kw9P L2EKc$o['a'ƨ Bkx U6K$VA)r2@[;,Vj Z[SYǩ ]sAsPe7fPӁ+h1"`n rޛ^Cu,ε|fM$B/ -Ư8Mqˡ };!W$s/$o^\*c.*r{O|)),i#cǺ?ҀhX~{U{A'ɼ[F}4'hW@Ƴhr'*>:'K!1d8/%SŪWX{/JsB3$Am2ij (cE*B9$ 5EG؞Nb fKϋN[P)-%HCgY-4Iq&u`O>3aIXx'!4ĭ<861\/8^3>6MpaZxo4P݃N؎8 ۩_8 Yѕ|PhVpvٓƮ3;3"$t++}<;z^TwA&=g3)&-ZT 1;I~y4ojjW.,f@@DnNP;7n4 pS6h;/N RH }K]J_fg;6zNMy&9 3/ᒼSH݉eo!C/xo[ Do3ꚣ^M!cb^$|^Rpcw!͙V[ޮ1#pvUߞ@h_>" τ~I*O  ^r`W9wޓSQ}5_&+\S`]:'B3E 4lJ}ǓҢa;}^G@pݮr4ڍT0ω5 Tn~-)$ss+t_Y!CJ#`g#rS KD/>`jdʪS_/o= r^ࣂt@6v /tLތ~uakXb0 ]U$.C59e}+Ey4dj9W0εL?${GbY<6Ns!8|f{̒>1Wg&#vg6@[+my5 >"Ah-0|'lG2$< =iݖ5s" Z!L%yozPص n0#rAy[S6L8SO p_64EeK,?Jl@=%eksprMsӀ"]Y9.B[G83~ET1c;<[~㙾M ꙤDA@\o^қ19F;$2N(A#X?wX䔟!nz۠*VL|Nlܽ(Kzk)MP/UL38z/W~ahzfM,2`ܢyyTu:}fJ?#4q}Wi,>Fe1i,ОmMNذwl lgw Q}|zZlω:\z'6|.FcyCX`i/xc<-,NmSn8!yQ=B"mqN> UPyz}KrQ33es80A0h,[u#|LP?+gɷ0kxP:|2RȠqYoǕF }6 `5J' 0L/vpWo/流g /+"P\=3m=GҎ />a qYnG?ֻԮ@`$cbްgCc\R_2I6+{,ze[KdD!.yĥX%eq,Sd7j3>͢`8ºX]BrpDbI5<);LrT B@wk_R8ߐ,l8XK [.O,دKnH?RC:ZS[*RyȍR _!un~Ka ߸́QΡ2pe)ՎC8mF84j,,8!FU Ws+1ؽ?=6n#[7CPU+|gAQKJE"f]٭lrwd.EJmeK mJʳӬxIs2μh:}- 9,@B1Hۗiӫ*Z#nxS-z*xznO y݈,FY2CiMEF^sXD*羌aD%衠M0`Łф0]&<}e2l8ggp=W*z :[ LiQxf3 4qؐVŢE(*h%"ъNC:GxL;#pɅ-sgcjyKEv7ֻ}4 ?Bg7ZswGY P\ݫ&sHo^4EĄNmHw[aLHV냴yܦ팡Po*ܰ; 4Aq" Z$4m,NJ~`.j!KѳEvƣ"oIߙGjnd9bhzKy&ı;7ʽPв۠ 8pTb ̨u߇:3]A|7a=;=xi( 1VI߻۔23 h @rHjoKϓ;MFE,(UcT N\QTדۗwQd[$rq^BѮhM^enn /A?e~ 2[@$A0K_$+C #G&=̄[ iǻ54HNUDe'4ŞWpG}O)ZqBMȉ ɱ}IT?*,L *7Eжjr'$2_ؖzϒOǻqk >ɤ{$_d5O9j ~ᆶX[tfSQ/ kN3|4Q_O2IwN;U3_NH0< @V zvf[[BK {zb`5wgڋ#"[lFHI{ eZ;v)"g9״r /]vx (ޗ"(`Xc]zĸgvH^O<[f¸L9:CkZfqhLM>b9RM,`?';Է۴gխ,2T4zm#a7%'|gWswߜYdS# f.)s4_Vׯl1p ~%[Qq!7}hUŴ碣ӻ^}?D=_'ͫBɫ#rJKYC?-hʶX?0 wQךN^i@%ohb6ހ =ZQ24I/DOcWSQTAlޅɢ(} -VKlui7^UȐh8*\zTmv߲̋t ov0K}~)))(0iiy UgkGr8a߃k퓩bOpmELq|3U7YǪӉ双{#ԗ~ xN]5>L}4b"u l@/gK AV`a`odt1JqN<k㪜`kwoK*T% dז1dz k܄!$R/S<5+kGt!t&md*on pp> %ooCRZ]I}IzJ#i mʖ.S榧R6܄̿/W2I^x?*$ k]>m_twLD3Epĵ۲NS 8c\ε^9jHʆ)4x>[#vÖtgm>_3'#XOI#V3kf81ӽ>}c%$J aXXRJc PH$b$q!#<+ }mQRDֆ R \`^G|X&tB0Ast@_꟢Q-'hDߎE 8~p{hV ޶m-:tp #o4~g^ې%:cskBS=1]%677j,b E5Oꝶ:NZF~t S>daaHSܢDb":.)sp$[5(dlD`&iTk0J'0>Nw Z} W𹐭HaHQ]wW M&JeVuu1= n/E}\h}' .˘OV<2?R{ТC]m#:*6B>kpBR#~f[>63UWA~! ʰK'H,8|'ϛQ֊qM\IQ$] /Ivvdycbdw_xU*?'_$ŭnLojRf'w }yCu~ rO69\*\,Hkz;睇an 2yRX|5u*|aaZEbBp@:4Ա^ |o,6q p5rh<@/z{EiςP'= Hu[ 1H:[Z^RIwD&pHq,/)gl[<ʈIP'rIWxL-s] )J/p#-7叝j/]&$y3# BqL>v^c=FS"e𺅜xp~e *"@#FXqwgi_k#1z bWU:لQX{Y: I{-W}^FgU4jvUAѣJtBU |1L28I>ҕ=:,K ;c;s8r#>uY2(6ԶՇgP ~S1OV! {Psd\\VÉ-k5#+z]T`è^G~>߃HJX[%홬N *# Z}\+ӺbBdL\5# YQ8߬F fh>X@!_WW$|\e~,2C׆OFD:%|*ӚjкĈgilS R[7?OE;)ڽ݆}I~\{.pTꝙm^$dJs?r"f߈ɹEJ̮߬W\D X%A.]om*4n,4r߈k,~skN-tu)}>CLy=RFI8A>9MS l;Tt喆rnB^H o~(z_Z! [성71׉r㣵Dv1VJ]jJEo,rj݁,-۳wG|ͳWJÞ<vaϠIQƋćiz C𐧑㘣AiVG΢#@l s/Gu+ezzG~U7p;>-\O BڑNPhZo>K 5n#,!tC{~*U;_OȡkxP4.M/*aDV(xzɋN5yj[#B8˪$-`FGH}#jBQ]=`HDb~|D&M֒V$Erӫ w[I%Ig -4[?03LXYD_(>m^A/#s̗B߬,|Ŕjね,,]X!E|My%PnyA+(.7'Bz֗Z2IBaRXQ[X1JXcXc6AWv!(a/.FdocevmS{wDթ4g׼ o,yA\Mzrs/F[۶UMaSSDwwad^li< (ḍF )^*v$O|h֟6/MU@?3rS0~ ޖnAZP2BNf0~"0, 4+r FL7]{or"*gɣ$Os({ 1vpf&#"m ^t-6:8bfOZ6p&T{#K= [37YTO,&Y !xe-&"7jjo¹bqjpgQq N=E23|mkcjgdKF;AT]$Hؑ)@G8`2"!xܙVG~-%cb]Z>~6\(2fW5QxM"U:lC J)(lsT" +?`0 m- vuulU~} 騑IlȮtӫe$~Ύ}ACJܰL*<~"`MCx{Nb ]~ Mp:v4mAIXoBW]&B;I*e;Ʀt0!w,Q{?WDt;7 !!^Feqert$wAu5B Wuc EGdHpí ΧE yfT}  8yf9i;9I};cq)Ovu,D8^]cJv 5^wgI >s]Rq}cѵ`t/7P+ǫ1e62&e2Vw$WQ0{mzxf ?Gx|qh ;嗯nXeϑrpT% Ebu*RHCmWКqeң>a>΍/r!d*n8xZ<<KV`#\q!I7/UTaN~УHE r_yisqgTt0 ]ܽ&wiLѲ jX3.$mh*}زm&Zymsx >M@reLzj NAFtOfDRJ4"^xsC1WǾz+h (XeTXLs480ip<8(10$hd}~fcX3d;?Q>hq =N=OI{72d`ɀmBNY4ϧgʎ' 7dx[0 BɶJfX+fTmZKh. veRRj*!1_}Y7$BEuL)UH*cxaB}1>[HHOAڍ ^l=u? , ^;h.h.#`ZaoG޸U>X1ly @b?V7a]:՛'~_dU{7%<瘒U7&<_0|5> JdWhoz{>-((W+N~mQ餍>y U^ n42ZgP[e熠uպ`Ïu >1' l𲡆 ߅/ 떿9Tv jR"ҌEYm`\kn)\ğ(f2L6\^ݐ}t!v@CջxХ#A*RR@fth߫}K "'5.K.-~%]ZY(^]cQUxgn X A7>%@Q8lGo]OHvFlNJ `Z ͻH]M<W1(?aMw{/ͤ}k7BM^&k#2>= ,e23Ds)(#ga+$Db?n,  OJ7/Kۗͩ{u?6S0[tXy1?pQO6T?4GN*ّSPf`7,(_ݹq7^*r/?.M2 ~gׁ0v(cvn kkTOn@f| Y6l0sYivtHaBmWmT2gl wdzR.k "TP0zVǣIw2IqhQl/~o25BpЗ64$`Z J3H"/SAٖ겆Z[V?? 6pG F)BbsHM-FTkoć-+!]*2?PBu.At-94~C\82ԙ srѻ`TZ}|OjP@6D]MetEHЪY5g0#&]EG Vo7_u b%#X <>'5\S'{c)}#R:pe F m|s*%_W'a|Mp;Pj[-oHoA/U}D|kJn;pz"a N%eb5W"`Zu`Y=^խO f=M\S~I*u&iA ȢO%Az\L.aZlEX|VIv04=XƉt#_3Gp "Pu¶ Wm~|t)%V.*;Ϲ9ۇ2Za:ET*X|;JQŝѫXSo-r{L&،<3v ={dLOvȫȢH~?#Cշq@mxQ>}>(@.ޑN*nJ0#Ubzz2jPю:.#KhnZ*+J}EPW ކZ$MHLֱ4N3Jmв͐k[N˭I\u +62yt)SȴT5ᄳP{e", $-V "䴜;):FQ\qt"b$E hnrV&)qP"Gѿks|!}Z̀=7:=ҌѼ p{LҢ3 ?A}{u'|Xݢp ve~ʓ%.TGUhd,bGb*5h(nS%J6Fg\֌E "Yڷ%$}*$Gl>lLl!>ϟ5e)"tּ6eKTj֭z0}U~]J#zKGj0Iެ,՗!2QOB /jMK6-N|=4MZpmBCdʜya$7쌤%?z: evOיh8MxVT|r"B&ҫB? @ Zh6 x/;*߂I`y+k.祲~hTV)4z&Ȗ) Qu;oыtb'?F2ޟ`n+%;sQO+yfo !` h >QNSBʠv]'2xGzd# h&-~f(J<׾XQMEyyp˾Vg=2&{~6PIHX(lq.*z>es}bRK+zJ)fn9ã\D']M#4i>%$`s _˙:L5u)$90 hL-`UT&!m.REd% w;R JJE ݆ѐ5E^2yhg`]Ќ:a`-(*R\K7DVG##EBy6 yHR`IdU mKA+>3~yu< 7nԭ8'aΊ;{,2M > F"QQyTqW],+xhh&\Khڃ1afU}G'd~ઔRҨu?_&B)z?s39-t8 f2#fƕ+{1Vj}RUbq{kR\b®n=zZӨZF֭·vɢJ2> /Ag/uQ @1HAfcU<^Bft;l>i+ХBSߡXݢ(`[%XM+dA_W*R$dW?:pGy')s|=H? <(c|gn1D䔓|hF66Ƿ6!Hecy%ؒ=alIӿZ8IB wRdWb9k_; _Ve O nuQ](m[:2m8|po(|Y3%MHkSu$pA!Ysz]4ϡmMq 1a/rn " M sF#}Iɢ:_ WF*.BXis>^*[ Bs&pީެqlF|Hޗ^(| SQ/C#A /rt{+o#^0Ęajo#`y۩>mQ*{|yAAuմB@捅wzl?-,JM_Lޗ) p7_ǡ5C/L~փ~i%*x .&B:d@bTD(zd82*}A.*Q"5}X]eAgG9peyo՛`3C (уkFҾ^ j.̯+\zP7_VňW);A؟t:#jO:/HPI3)@1a# ]LX{R@7RQcC?jL @B<~l5#Psı=<l,iʿӀe6F\ZEA~HV#Rv$d[~Xio5R i/ғ;z[j!9婟bx٫o3Fu3yɗSp[Eߍf0|Bށ}JZ3)m mOaRΈإsaJ]@QNR0={;)9.F:`.U^7H-ҙ4}H^sN~| vM:eu ;Jl !i-հSE7 O V&S 5ddff{!Ac)@y<,^DCzr/,ց$]gS͐e] ^nIO~s b,QZ|jֽ\7qA߭.$i*1?7=b a_bZW|/L~|8WzyRçI>m#ץO-5kŔ H|RE}ZA⭝4 IhD0.B ;H+I#w nx`,^dZsJd4D8Ɓ&$:Ck<88i=!b:P |S>a."t?ۜ kK*c,0"S (GWa7IQ55e(sdIhޓM>Ҕܤ R'Kkd"<47=o6:eٲVǿ궛|/1Xk:s%Ƣo:re9yr]I5CZ`q#8M?Rv7S_{)MI+R]h;e+{'`oK@4|c(fBh+C#gZ!ÆCm}I;Qx(Wh%Bv8^ |;Wq`8fzEfc< $u\KYʢjZ"8bW\7 c/!Hs nx-D\](>DG$zIPy1m"u_1pey? D qN B()rDMq^N;SsGfg/ Y 9]+J7?[mh7=7‡N@żӷ57zu|U-ljy鑔(u-tPw1akJ"mS2ݲ;U5ӌ{/I8X{9 Wy4ULi!^|xn3@t$ T+7u5Sb̥l!)%bjp7qv`lW6YsX%#s560BLp\0uJڴ#Q_5S\%7Wl:VWe"-~RP#y~Stv$)y?~A&/e&i d< 38BhlROx|(!K_@T AXfl2K&FXWFv/gP1sxP˳SC~HG@it7%lQ/nTKj5wq#`EF?tV@pKvnfIăDzE mTܖmVW~1oߵb,Xl -#Ȇ_9vjmȲ45lJwx B#$aZmmwc 8=1K2gT &)^2?aĊB ekC?Gus;붆.kѮuS#GLD^$ςiWvXRz6ܖC14Z%1[j&r$?TD}D "K7LP>#oce,R4 |WU~GQ6z[[>_$hBf$+pTv%; G锉XKٹL7Bfdmt.EE<ğaL}RADcE)[d'Wf!6 Xl0]'s 0lgSh'г7n<;hO*W[QxMJC ' y- CasE\7~Plc%fV!O%]H?8H_3m4`*W _1؝(r8㌲C*jAFK\LF_aǥtO\ avԢx{IX\xkblHVn "t<Aܨ*V}z~baN^e;8}JW)  Z^ywN<nיsx;D #v d("rWC갍9k <Ƌ-9`Nj]d#Og)?ȳJPi\ϔ$zG8ך?^ A];۔yKwkFTޝnn;8g<|]K\=0Eg1%װmSq)n սaUbʇLgJӨ)\Z t{F(yh`Bam֗b^~_9unÝ2LiM%fp#c]%q#@e.{ W/^`VnDDz#nLo$Z L[ǩaC&7BRHp,k545 [e8TSwH'x] ڲ`%4]1  lNޕi;Ò|-ln(Sodz -j/"/I~:%tsבlҧ9L%)'tgΦs{ZeոweڪCۨ\ EngZ__8xxIv&]!s3!R_r-oIknZ(ւ+# |vp1e܃ \pwc2;ݮƨEa=H[!TU&1,n]nɩ35 0%g_ozJ3._}T@5kJ%LINn\#-O+}!Xgo}J X:TZګx "gt&Vnc ޾x31UvsA~Ljj%{&@":ȱ:Ťz!Rq]iš !* }(c h8jXa7"ܙ2Io~#@$D}AE  wv6vܫ8eqXpyNv1p$l);'軺S6*RM ^0*roձ(3(߷X[%ka8U)=p%"V6q:"tR1{ʩz֙WL)v` <%$Rb%!GQe.3ފ]h8p~ႁ[êZUkW>]\JZEz(BQ-"T5Γ+%p\jȅ_g.mxz /E#Z3Yr'g*?@5Bɒ9PhͮRqp фjmOKSDD@@l\3#lK~A zJɀM|Dxn[,;p672?ytq޺,-NzNPF"AkϳЪr/DeNJop.1LDZo1HƴD8S-{b[48I*PcpUdLQ.{Yw yaXiDiSnX]ۍhǿ__H˥h-yΦπmF}xsaثxe(ڀmقDV?Q=/aynzwFQQjp-npw2jGTC>w}|{W+hk(G뼚&a\~'_ ᇚ;mu;,\Oyx2;_Y_F*\E֜A'19@bg*:4nQAszѡϜea ƻkf^1L _fuFQ9g(`,+nhxFDJppD]pCuTwT9 ^A-h׾Vy)㤢jKAI'^.h6 e\'̥ ZY\φZr"񚘗t^/`KLo^JtJ,h Q#z)?iӸ ]?5J]:p5Rʄ` *04|#yfVZֻ@ω/vf@ #!Kyۑ,OtQ'[ch\Bd {Bx$q^2paD;>4qq[ԘdNPa4'$=':{UerRWǹ<բ38i\H-| >!Y2'M':!t*a %fRWy'0q&GUȝYSLA4ɚQ%Љ@ܖ r'mxײ+3HDnֲMP K-"HU廬-Rccm lEl:gj" $ R* EDkwxᢶ"R%K'z$i3^"}y7S$@V2xbqJT>4h'@Z4R@Sp Wh)"tre2EI]z,1^H*u>X_4eFzrU=@AGx ng<^8oa=$𳹻m*X`jQYCXB%[1SC44v47|Eۍ3+|":J;lF,|2^4P~{t&d %.um67_Pb: C(Gպ2 T:;ly\"RJ_=Jl2SYzH~~=Э_\Cnx`GBmDGJhC'zj& (88f)י&lKPrQdef]vݨnMm""TߎQCPm3Xo%,d!:7  .ϭaþf9pL] =MNsK:TY2F}wsSc,|0,?o5z*tSƃO|ܟX»t V׭In yֱ;ܿV_euvZ{[=n&irC(x# r"\:!l} Pfc {vJgk܁-u_(觸we~׋Y &WEyjfs*;k b6Z4 "SkvqaR.Ѕv%i+Paܑ\)'+4ַNGժj J<Oa.cJ3B0U5ۉCIξfwEYx  ̤ǘ(6]sDvfm@tuH^nh:gN_swr$47 LWIJ'8 Wz=4Z͚հoU_0nN2Rg1hٔP4JE FHk]{Sa7 Dʚwa]??e7qUh/}A,s;-_vϵbX4G&fIB2Ծ܁\ünnSe6i[ MH=gY+*#wO6m Syㆾ<$Dt]4Ϩf Uxܩq@ftV8.*9?#qW(M$V:o]}.6 zW7bx2xAu+'.*^?q6GHB'+mG u7>.aF &7{28vc@J=p l}So79w&=U~~4pA~9町At|rPz+W%̓RXkfupPz$ [s7-6C8U㋸k^AmH]{@4NA͝d£ TVy Y|WNQ J͢eӿ3~R . z?;4c*Q>?ĐY_9r QA&h-j/BS^g&gº`~'{?B^vFyAP D6g{ͅ?w!U9}f~0}~̱) a(|+>e<؟îAL|_;xd#vn隼,jr`rEsR,cR TxZ;5[=/űgo0In39e+đQqgD,5'Qs9v_~ O oW1Npёv D8zu퍚#!F(2 c;%W Gŏk]]MWJE7чa#7;}m4!BbLMήOqhqOdeCD*[jVF2QY`׭tl k04gwwaMfѰỴ2)wi%!MqlIA5eQK+NP.9QKdBS^UP\ !$t@3Nc뵆Etǵjphe>*F2 p))+ƒޅ]2gq][StHYA`|hڐaO#֓hc FzSOc)E|sohYle *_x=zx*hmU`U7:>#cnPsYj[/#_ISnf!/Kw#jpRjn{Q|C<&[фS( #AL"ݴ_xA]0Zљ징B{Mah >yC> M§Zۘ#0+hswxx~yS g <\ė&D{LI'–~| COzcPr7|o€yYpcoz"&)MՒS:JKe ͯ%\Gk{@/ P3uajAdMa ]x4W@ۀ8ݫ:i!NSu2qSf85@bE|Nl,b7VdYZFXO);֡iíimc]Nſ647 >r<~!b\Qt'$U_bಣc+0_,OڨTEȄmx<ɩQnQun>{x~"LުzK^-F!o)Kݵ1} ]^J18=|QJhPڛn#QWU%i$rE{B*wB=9AFph'Wbf;5(Wa,MHˆy@2gr55vK5xНtĴ2xw?KQf^ BHf߂\y)Lǁ=\ ƲOSMA1eC%Z~>{d,VEg+ågK3:y]P2G3,SIVZGq݌fύ@G3wdC)s~i,j֫1V;pqDujM_y[0w>1I6mQ"d:q-KspN; P޵[n"Ρh!,FV*)%;{$ckN@7N/ hgg/lTJRs<M=*~u @xJV.chM2.6d}r4jdަ,`Dυ[d˵0EuV,/ ϶HZ'i~h>r$0Օ]sYGs]/L{?}Y?ƼqhQ\6r8Ȅyhpa/7pTEwB9TwOs ԾA֐:L^v(w̝®F*SWq/H>dH4xCLq-9?C7@1Bel="c̉~XT18:^0bJi+Ιd{SȆ}Voj%ۓ5'T5Fيy> MPYPTkaȎTy!]׊Ϝ-}~<#N79ԯƼC7.TC<3YCX/z2NL#Ř =bpOLzHǼ$L{2br1_ &9dcP(ֻJqbRƎ/-qXTDݛ 䙮ߺ""0 txYjSZ+EgSq轲E{X~E\VYcd96B3=q}P֮NظhNZCU^l:n ń`!!4ž8: ѻ.72Á7tvG%\Mθ4 em@ymן4|l29s` ?`npl8|¹0<`!:{(ѴbvY+zH:0PV,o|s2MD=VdiŐcrW33[qJK\NKjjtC~XhY^RErBHGj#zEc pg?i=K78غ432WU4X/ƙ,e*ҞzҔc F&r{TXM\Zn1e_+Ys@ *?\ c\- _ÚW]1WT~GicL @&] 7tYdo YY^%͹M}岵 Kc̿Q]eQ>^5i<=4N.SxZZc J 2Ԧ qnVOͽ .(Mj8\@V>yǟ!=bmnDeĒO\<༄ZCz_ی1iV³{e-$dV,C;7:?f6ÿq4+rۉNbTɊG|H8 䘛&h^yy+Qʠ R|Ǯ#`fAd("B!7oXz.k(f!o*lPpii,=6=vc 7pۯM6`cA8GAt I|/Zdʤ =m\L~bHjv&ɉ莍BnEFD-4=`熬0fY{OAӜADYMRn#"9hŰrc*9b4@sEd{;p)h'CfGTL yz'OCI}6ԽfbJ ^1%O[Uk{I tTޛ n:$L^ [?\2(!wpw쏱cM;i&p80"2M*D!@uvҶ½7?Vg%\('-2^aX `b|%a5 t?o8Bq2ױ"0xpa`A%u{u2ݦΨ0v'>hV FوD0%so;ϖ&ǙaPn*Ɨ"5>*7'"Adu8|J9j\%qyhĵQT_+%v#ٕ\VEqt`*q{sF܇gd^̻[fdXaQ?fo)3n!EiDУ|.v%U8 #?'Vpv?h>2 |> 2f(-dVöbd{Q PUh~Jze *:Yfyl;{i %'D,?(Rl$5i'KDo6ƬZ"^< OOAE+=kH7 -|sOmxgK.[VC& ^8R&c|g+6v؈ey+_4w0@C1'NaWHX Oa=r1`3ͧ g 3 z䢬íc۶QԵP9Nk+NOj%tJ=1Q4\IIYb0d8ccΔg6PJIvX_o*ṖOphcQx W!m@\IUQ!),R 5 0r(!`#cPb= )q\<4r4 cfz/ys֮\_k]h@}-e)ᥓ.@Π|M7u2 vօCmc6/3|(K>TSs^J"A&a]cBR;*͹h}* >5xj.d$Ҡu6\ M&cU'ō$9+*ѻ">sn4NVq sBv7mǸz(A(yn,.ro_xMNZ#R=֑-𑓪J|:lns "vɳRM۴Aw-ݒ"/G!+r[aڧwG>,Y F8.WKts'mGYߓh`+ vit-c׾6n69zwC)e51ow`Uo儢ux_=]5~euepўQXvzy?Rl$E7Z(o{M dq/H 7F6yE^.J. "K XJBF)x (,ZnR}"̬ d\} Ph_31 jLI QE,'T*RM<8p9K3vpu%G[=n巇ɓ vsc¿CRƶ YcB8O_*WaCM98QIM9H:B&)bxT;pWUXS |H Nkcx錿|@?cA`/ʫބӎі@Wi^izނ%Sek+c ۸?|k.ל[u0EoG_۞5)F$~V?"", Cq~)_ATY|4M ,H4L0t [;q IݳEyEiƤ?2 MDyYjdϖ6N9ò}=bG~9ŒG,D{@.t>Y:$,4sUB^gqpF c,.Bf9Uee`+$-?=O> wɘ&(wH;Tșb3MvGՆ[ȕtrX4O2`my崑8bw]êKV~}() h?iQ7V!6LmsIiGtcB0P[#' _?cF .GĄA3rv3@j}d|+*~O`/nRe[q)WvXEtPm?fz(nߧ0dN#f*G)$Uxl )5_8˨߮͝bmU rx 0Y |+$@0D-cF(σ%3g,ws>{kv) Ӥܚoo>XL( }P˗LLҪ7`f.28tVF0}7v*{c9DI^D [[r7 0= 3=ޘ0J"N7CkKZԇjRDIFj>ES&Z^ԱT'/Ldu]B&!S+)Y$*D`ֿ[T2" l]z2^.`P՟4N/7:FFGmG UZ]\~Qө@\HFvo3N]Y)V 3/sc^pC$|7XAI-j\04>ܳlq}ГL?Xݴdq-Sf օ{L #Ǜٚ#c̴Tʶ' \M1$hT"Wq.U"8^'StL-xl&pRiՑTbcu$œZr Ty HL:3p~ wGJ7B|jdI†1ԂFC'/wXN%hP}%=FlD| .aAp3yij$&_ix-!Z'WG y,rht GqmBܐy|L:\Unlx,%d|jRPB[&(!아Ȋ{~iӧpeN{\Ji?S$ˆ(P;Tz뱢*`DBH\)H?lR$ߋ5XL\LQu}*SQ Z|Y04uV$s'j8&q厔pjv$Đ!9)Oː3SI'jP|u0~J_,uDj4[O9[8^Ԡ_GpmbTiCn |~<5<c'g{kq5|mp ou1VS-7utݽM81ʽ~IcRgє7l5G $gp̾RP._s2Pwb@)XFa7"Y&dsNew5>ڞhzNb@zVXU6_Vkg_IQ g cU+_ =M/ϼovZɺ1 JpP݌5˸64[JK# ,e}(yciF|kو\iHM'4_"4M_H-X=+%$3@ 5j\~/Cw΍qdd,X6@706#/]]@Mw\+ؕ3gqL*L9o;AsLgc:p|H@e=n5pmO#^UQqo Anc61=Ic~늟sBA&B88y(+:ߪg/mסUww6ҏ6LqqR IXɇIu2A?%-; 1VG[uǵjuE/[!yGX]Q>"Cp↸]82 %t1\[W1.izk=5d/bB҃*3TEd"F[es`,1~zD/1ִh6"/vBp]ۋǁ'4^KvMnʉ"/'J1hׅw rWΛk̜x@Kq/lUwEE!h%ݎ&^OW!oO7KoH_4>,Od.0 f^{~O>9sX'|HyCCf$-rlW]LqGmde~|8o҉Gl1ϫ ǹp]Okhw]?<+cA~!W6C߉]kZfU E*R0aU:)|-*4zw]%)F6SVߵXnuoXy X Q˝z޿2XaSHuaob8%:9#_!<02G"L1>Yi.]8ی  ќ(DOZ2)bOi}D(o&ҿCeF\Ƚ4?s]JX}j+?ڝŘLIIM>jtK ~!?%i'D?W;r7>հ:ۏahCpI2oF䳽KSg%W8|4;¿G'{b!ѹ$&+73&c~k'+im11Һ~{©m/P| 's:KߎM2`ksY^s(OjR6`Xǩ%wU$ ##ymLU 0d1GQ_0#ritNGGdA Tg}Nڃ꛿ԛjk_ѐalg H7RQ6?R/!2Wk;@ =DET`TǵDZ5y3goߔymQ,p1Rx9R9k^FS..wVe{1UكUZQydQ`*a>EG5 ^`Ĭ)$֢F$qر0Hčcb}X /7W꺌J(7q;oӤ˼|hڦCi`F;\B':U?#}iٿT8-uI=bRb<;A!] vRl0$JMo/#߾^_:Y1&&Ưmf-cC^W(n2o&BXm؞򑋗ч_[%]muyRRU@RT,JG :`iGTsRLܰJmW2k55(gu0aUrT+˾/@ ]D5U`Ƿ!ו wyymx՞FȘxilC/?WqBX_(=\BQus3Dc $g O@e, ^@r~d6 -{\A;3 b mÁ1;zQ&@mca`MRD'f>=? vC7Yv5"G\~ڙvs,)qD">6"RrU8c ճB)ilhک/0*fO &_3 TBX8b`Kn "z_*Dbĥ:Lw8B\FRفi}*_|[%9 WaxټG8Bҩ'/k+biũ vGPG6nB~Ёi:g(g4(fF UjdRǬӇ5eW)`Ն 2K`~>:opN!k߁2AC cѝAMG 2䃱x]*vb*TLLձ6U?25Uҟ:9c6F8QҎiT#Q:0HE>ʢQ֪ow{9xC̊r E+Q@ؚ"YXQmO*pk1E7:ЅfēՆE%'O[O3iGIrh ,oa@nU lZRn)B'ofRoH_?;qG1hA!ո&!-k~-3]%:5'\2zcHm^|hٝ(1 rz99mj>PVɧᲂAd Q΁"EwEs) M/A2@Z[~l|Wg[Xp9z_rW~sxM`/Nu~okn^! +Nذ#I}A-;BYW4O5^~m׮{[󇜔ݧ]k {tsj ?fwi4Pꄇ>"d.+ݤMP >G5JZ|/%ۡhd5-B|f%o)Wx]XR"ٓ" 08&H?>!~`qU=^ Rܖ ox!Ugro)8'{Ti(daڪ1faYZT=_hcjgij}'D>ICoiNZ:Hp]I&<Tt!ceAaD,Uy RM ;>%EBs-qeGGu SMڊؖ]| bI#krE3A$"[4 =\<̫  i( 9Bp[sYJybX}YKV@n-QwDg: X¨uP' l?U5Mw53ܒE5?{Nz*J3-8" HnX& i1lRlva8ē5XEV#X<]sG[F]*!=6kFu~/i쳗nzTIfHgigLE *ŲHI ] [k[|\@З `-EK7 H&I0Sz<}i~FWƄ&VJ@ D'1qDػR3bGdxD8RN7>";aKrt/v:||Twބ-[B0?Hč'ߩL{{j 6/f,6ą6[8^S֗ ? >αԌ_9xA>v7n:zrŠ|Bd,l"b3~(-_NDqq5J+GPumX7\l0GQqƩLrTٻA֍dJ4 H1WiU]e,sZR^t}l'8: obW~U':U*ՍM=!TF**v}^Afw~c;ܯUgd^j-ܠD{2g0 vˋKxX54xAZ W&E{Jqpd. On?7㓅BkF%|\؇7MxW'|S_ ue`>#ZTټ55*pUڧkz+j$aFIʃ`onWX?guB^M᫈4YU&)'*n.AIh&g1 ,1I'҂z^NS2̶M{W )[G4[`i~>U[[ECB 8(YzRH;+ɠ!I!#86 uNM$U{M,›[T|8QSwj#23Ur&ɜU U w OcR}n64FKA.r@9|fYTMY+ M16o=,ce&J6˦>T?$5( {yYSȦul%Yd:GRn:<G-f :T?sOdg@6f6zشyᨼ{fX~%=?/bYMr }ǡR`.L<_ޣ(F%IZi:sʎ(yzbƷ = =QW=T'jhnQ~ *YX7 pk[zN.ڒ,1[ 8v$0uQ$ڊ'tً6=mkGf'p a57!S~ZQSP_G .*PH%W^@RyU,WK.@ YHF.>!{q\G-ڃB8 {p;~vDQoyx2hFڥN)|158i )6|p-VّP0oH++-3DX?#vrvV Z\6*$ŭIՒ1+ZYnXPurJu.1jes@ Ex55?0,;>8d-iьn EmǡsQu[@aװ[R7RDDӸ7wF0aݚ)n4E6 V klʸ Τ0@<TlkϾ} {_: pݿ D]N. {n%< .wFYNdY|҄}@Q 10PۛK_അi SF,[]?A -N$ D,F6nHaKX[b/"+[da#1gfHrH2؈u|vuV'KT>r휞X7|l?MOc&Tn_2<' ۲)#^j>z E;bG `֧)LJpʕ" oo! &{12R3'nM5C5Geءs7]}2F" ,TژtE^7R p#IAb-:-Yr wj QxI)H8.E:;|G4+j0-OԗS{'Oy{ǟG)~i.Z0%&Z*N,aз.9M!5 tysִ`Vhl nP֙@4zacޡK>{i6XoSi;kI5A1\£YRy̼:eNyELn5G.|oecXBBԯnƋ櫻ԑ-0R99I_vysk7$rof Ǎ K͋dͰ)]꧚#T~e<|I46L0& L>{ÂgD:@zHQ DRz) vbF_hP !t%NM (#|Лaz'GZR/B9QmĤᯆRIOo]ޏD8՞CW8G` k< ,(*/|:pSùS %7UrLpCL?Ԝص]>JEJlYx6g푧;B2Nlyo 'VyG(JB&:,Aw@vB ؇LU*%SWۡr6;0P."{Ε"'!Ni&f(xnf|u ؚVAVrN`Z&x al!gDCvz~1Ml!Av+o]ڌ6ʜggkQ`-<,ƚ]l!3bѣ_'l$ec)k"MR T Q"#E<xqumd[Aq HV+(+oa%]D kYY< b74[O&]p23h8KvC*悾+FA'7B* ;X$m#֚M;Vo2!;9lk[/f6N6|mtKUa _4v5Q**ed]-Ho8o}8Uԗ i;nEv|˔7(Ѣ<糹Ǒ=6P1L8)T>l$ĐWœO]@ >/.]6 Nj,NE>fQ%*<T(.XͯbӨQR"X#PrB?0#MP&D[WWݒ=OM6ۏ.nK&Euimx.O)?)~]^$!+&֘7Nq`.*!)rQWǠO3{)]`ab}e$z-5  0E5R=E6_ [K.v<\Kѹb\5TTI0D$$(/p2[H] _![ufQuG+5eI@ L -֕(7%b\[65aVw|0C3]!&Q\bV(ͬ9e= oRoMtq"R^睗j 5MN~j:}`A^+nuz#H& S1*&9gttv:v&~?|Oi|Dk+f])W~++>>hʫ.8*{qI{0+"u:c5 m,Z.<󃤚*ͮ'|1+s?f̰ 2rU oY?v_r@{*@MiT}e8׭KYxu6Wwʹla`%q#SSDa8p2sS^mg#Dg bYOwz[QeB4?dR# e^;dJw#KPSM5/Vaa(wX0RZqtgq!TH*-lclY~ ,AA5>IAZd_,U&l.l~q~BmX %lxP{˹PίDcHQ40ڲEq2Y1~h#&g~ܒkHfWnm)hbMF0[ 1͘!͠@fr/f;ϜrTf^0zdGD9bn7d)^f59yDp&fYR.:WB< "=!L'm4,mhloNP.~d"w+^]*4j)TZ~y3Gb$3]З5o|) :}W +O2G)j&M{!R%rsRsK;ynWĠsfz}G .ƊL*|t/(`)GC^6q kEMp|s +,IMC0ӥGٺ=ʎwhVVt1$d'{\2𦄋ЀaҰGKd\ Un_E\ZzKgp#%By K72e3VK-d2H>R3 ]a0P! @|/0_U^vȆ少nMlm9X>:^GJWޞLƍJ'h}arQi +Kh2@/[gꋺ?#he |#-Sʔԯ0Rm,?`P]?w7ЖHdb`%*}S?k:TxO#Ҕɝ7qD֣֞]A#qokl2%W)ve몛"<l`>W,̑T$U p`ރ!~j0޲v?_hwbUISu>՘-8E|LG?־4_u|,arY;ݘ2qד8ӽ{~C0T,,s!v*D`J5,*>+ N^$b YdB+qZEI6N+eVFPDQ|wZt mT:u+*H (·<~]ӇiL&߯@2IUCmw.f9oJD]"=KEY"{GLGqYɨߦdC `V{ަt`iXOcTC8|S;S\3KTaq7SYFU& ^$ 1YhʓXLnpՆQ)i_n%c. } d+GF@"t2KE{+:CԦ큔 |>ڠ9nM뺄9UER⺍C0F%*c:a1 U!XEm_# 7DuhSоPG|x2X-s"a4}N< ׳9qxDf50KdҦuyb\`QY@U4kz*5G"`b1,v+,֚$)E|? FoAYx3P9N,vѼc(bk07HڒFP")/oohd~rUՁ:e RO #kY=7%˥![\f$+fsD y~]e/WcJAU JҔ9u qFMV&&f=Ѳ<[)F^l aR/pL= >٬V4ޘ4g1M ߮G$trզY׽p6ɬB;NjV6 [j7'c_#ʵ`II647fG0Od?e;+;&([d\t3kG:% &ͫZ|(m!^ d>BUS&7:K-(d5R 9W$dMoN<'\)#PN9 ͷӴ߄ɁI?%櫝]C|>Ş8egy.{-nHIAh(avuxKv*vC{ێ&]&+9 o[|Π*xh A OpGIٌ|igg9ɚKn=k+xf[lѪY7~ߝ0׻ >iN\APO&sb^7pJ&+4L~Yͦfۇ{+u4Dj*,+Y/1\OHywyP{jP$Pps00h 9q9/ ڲ lGYGD4](.I?24lśE=yo_>{5 |Qw?SlK`O8ɃQӽ'~ȷuG| qN$s`[N3 95LY_c,t*Ah4n mH:0BHigbX eLhR$FxPw= \ۮNdA2]ATV%'Q/hu5e*=s`0/)8wߧ %1+C1ncگm'j׬8< <.V _Z3lj“҉` ӑߪ1Oe,{]ӓ="5e`2?2, ϰ;zl0m &XwOqTSL2O: ]{/vAqP 4&kYSHR5Hyֻ8^%^L$3]ZZ77杖ou 0ų+ӠVhO383uZϺԘ_ uAs4~W UQl^w#ALXb,cvgzP ^9aGZXI7KV̒adqߩ}Q85Dȹr?xϮLx'@WdⲖ(d݊طQte26Ϧ7d;deM " 䪂C^pdٸ%Γ.: {q{Te)i~O73wƛ~1)xv}V_+PMe5n<&+.8y6s¸ (dLjċ&ٚw&{ٍ/#Z9ͩ.s=xhV@FdBx ' ^\26;a._eTo+/*oy% 9*eDNLA VH6j1'̂\҉R T1-8 O*#"xVU-Hý@$iS="ނ"l0so'm2G2)LR+璂ND0wԏ*‚<j}&նbI+u'tw|6к o$S`TOi92"W$Z{*)njOle"w4贝ΆziRvkʂ aGfm+y\ H}ENi_DNaz\w4&6>ДT*m?҃p+'Mǩޟ(Gj >3RIv>ʤYptLZScr]b|Enqf,B!ZSQܶ8WK::ȓ Cp!g|Y2;d=S _r _(F<MxUZ)|"EHC:evqih׮=@\(x $(^+vyT9 ,2RO:P*&S ӎQl$__i2٨:*atS%=IɂDB7-mmc5TŠ`p&9 sqK1Ey2.`owj, j\wIP0;2'R"nA݇6Vh΁K`'xjb(+-͞`ŧL*j;#cTr6E:3B<1$pDеgڼ+q OZ*kYD`ZK5KIIf0zg: \=j0%0S_^=+ߐcj(gAlGeI2#MfI+ae5PTc"e=e8]%"$:Kش'--ňGޏmߴ';sFQiTIh iUlKf Lmtv!h@ }v;+lOEv-GomWqcBwɊR"5VܠoȱwELQMsϧ"!v#c՟J#dS gp-932]WBĴeM K/~]KPЙqzSYZ/Tzqa)ȉ9 C Nmd|L L$*9`NG$xk[(  ~\*)SMmi{T=}>BI F kE}D>!:j!ж7565Jů?njޠ7HjRhYgJ7]AًÛE0VE☮d )PIŒIc[kבP.1ET MJ}<fF6C\hIpP`W3WԤ$đ5H[ 9@n(h:]{sC3؎ ^(Hh f9o ID&6 dyi:vWHڞ!`9}!"P(`M}Ih!:&n52LۛWSq(B L9LLF Nm.Wur4AfYlH僮;DbQԩdaXX64=@ ;;Kahls㤂S+4㌽:O|~6[oϐ 'B:]5 0Iޝ}F Ě4ՉP^bvNJ'ZNэ ln!ujhcC5W5=Dpw} /pٟx~:֋6^HM!L\t^:gҲ*2"Wj;e潹aGr vs\ 8%bܖ&In^S=2S';Yc/Po&n%OPt5f-|$6jG nJ,7G-KԐ$R^,?E /Cz3p4.Tt>ء2bM~JJR20ۚ7 ޕtP@L ymhzZJ '7ul 'UgezޞV #x 'bD><,gOpR9XWKb-ħh d7Zb?vl14,%ӮVx\_Re Qz.~Ae^FQy֞{ HqkLJW'e:/XP+V&_;vQ^N%1sk۩ٷhc VJ}>" |B><3N` xƺ=ʵWsDbrry6t=Յ쥨g gG{R\p˶>ȷ c`2JxU,urD^E-L bv'O+TIgKID&wJz0m)'& =o5OI!8,Bp|AYR0{Pϲ4OXjKv(LnTUSz[dAT'PVyv_f^ }D ri7{!-t R,TU5"J@/Y8+~ kn#5:"HqXՓ&tG5zS UiT#]٫FVu[60dDv8fF6fv$ lGi½ɳNDQ5`veztFozG& H0y{(Ws2\l=tCsJ6""T5\UDŬsEVx")*]mC+_7;^0H`Gcw ,u@hP\0q=ǂ4oXe Ǡ8s+fhQ͐Xsýv=Ic|C ƺ_R~%QuIWcrMpG Vgz (b0hnT*( ;C6E*-%Ix.Xs:'\dnVE9L|JE"vޚ!PIZNK|T5#'N;M}1T \#V+¸Ō"șxzR#ajuDߒma(Ud "'a4)[dfbwF}9ǜ"~2dcuwXpw;]%ET8_uN1{Vc85!Cƈke3;qOYjaŃOɩnF$ HF`BqB_FvtJۓFZEf~cux rNzфVnwKd}o( dҜ@'$Zsl?Et zAp zpv t./s,h VS3o3^f-0&ffz EҀ|5 R!M0.6@WBkَ9Wts$:V" U3 ԓi/?s745X[C$cU.'oMm|;j.v[jLi/'fUa]%b17?ՖhPtg>U.ME;>ySxICcpL? fܸ~yZXⰙ!Y%ca|Ȫ7Xt{=l)Uq6ZPFM9axm*:QNt w5P:~R,ʱО..WxO 6٬ٴJNf-?R>D1ʚ$'؍f:`i`8fCL ay"s!&Q1P6uOEC58t:C3FDRi;B9[IuvM$/w(TQxu[n,sz؆;Qn9|%;HG>VJѪ2גg͏LrmK!ęg8uϲ<d_eTX~&YK00q & C7 p(l(*Czܐ .gn{›H5D)ϾkA l,zgBiEwN?ѿdlAh0I" W!qY>SX W\1.L&u5!OzU>j@ԍ\rr?KS:kƪ >҇gqAF? 2R 3~7++Mx5bd[½ʴE ^O̬ϫEPB~ca(_X?;RCH6^㍽c$pO%pidmY1[)όf/)].[^BOOզN7euޟ1/R[# 6q:S?.}*](:LtT ؠ`V71 ziV!φNz[e:obkCx8YbLy\N2zf;e[CwWOxa ׳ wv(>Nh(@-Dg~vbӧF,tڞkӠZ]ըmWS^hz4+'|xq۠.[Ecpm2,=mĢDbvZ aސA.w)7~Iz!T%|;FH<1Ӌt {kńڵzp~@"s۱I%7y!1'ekO9:-pzZjm9tx&"-@X9ե[h^[6Qm"0̷TyS{#kKmQRϙ1PF+ޗ`f01rB ie.J Uow3N#8og20Y0QިM10vhל>6eS;"/anϪ*MkJ 'kgzM62_,Җ LjO$(5Iœ3<|i>#,7T G^ "a^o Āݶ֐<7eV/1q Ƕ&O i4P])4 "|rȍ83f Ygh0YU ZU$-" O{ЉD sޝ uG͠њw~:q;gӂQ!ӏR[ѻD<)nǝ[2Wꌐ%qxHx[$cDH^ٱ"6|%@K^A&3S,Tzb>!^O$mw/}&dcO]HG*5KTlVZ1 TօW'ED}ОCt!ȵޏL,e^F$}{=s?BP2(sֻD[5rW/9i ikPʵ!rv\'pur.XDGlF?E˵VYw*کCoD]ipi=)I<`TJFMރ we$za|Iн;Vh.sarh3'A`\^@|HLX@.۲͟J FWW"8)k4>8Z=;:]rtʭԃE50cڏGw"w> M@s5+ R d4k̫2珏񮾐ܨ[TW:ހkMԸ tÄ4FthbGhs|}Wby~;"h>,VqHUAުjyӻ&ʌ%cئ@RzU׫}w!7lMղ"6rN&P);Sm:Q}tRLuV!QȗP*T%";M9YN:Uz4hǔl3 բ*\+=p+i.hc-_A G*(ul^0LD9 vo;iYS;}@H9'<<(rA:ۺ> <2ysN/߬+A ύE@/xq7Gk*qu/c|>}6!Y-EMׂ.SQ ,~r%M7 QQsFnZo z.J>p#%݂JOV(t'q "YEiNdX#YRUIw?q. %j7ds>%g=O)sJH?$r47o:AA:5j'z:=kk)uaU@6Nb4LvjkLu?lȃ\9x3Z-(@>(u5RMmQG]&yϗX@XY_Ь*HQϴ^XW7aJcqO^y,8\à wAdP8]]K-a iA\$T' zCFěۼn!MRx*ħ ݶyBx8 .;ă%%b5^FI@(8 $)4J' 혽3m'`U8[<"b !)tyNõ2^ksމ},?(hrX,l̰֞ID IYh#37_!EO>gC f[P}_-Uyd#njA+{k "@Yܨ b =߫nƚJD41g&0юPs9\t ^fW;sr?QxHj]IV(qIc Zdy8y*{kzśMLEL1)XI5x&üHu:7STs#ݧLUF9)|Z@2 :PJT=ʆWulq SΧyBe~*M)Iؚ~GZr#=%'JmFYm>Y%OqxG2U1XP5sRӇwdkiё Ze}\Z@77+ϔOaap{YCU;K/*FjqƗs@#LX ~W[1FlΜv`G  EZIZ45|CKSp)F֮%`K.QU[aI@m͟Gݷ8wߊo8fEs냥jL@rAvqe߽<|Uș!IE HZš3wVfo7TX>M4<3k&$ ?(O!'*\@^]RFJ. cG87yGfTk@%#neu @DEǮ4| Z/-y1Tōԑ򱄩bEz PǸH3/g15]]A9Vzf$L-Q(W@ okҔ>!:1GQf80D[x\ʝH-R (UF{>P/a5 7DZLI aи9_w ! 2#3eXZPj6^}sE^JS(8wI&{޴g.C?Lr5_H!s7t|"S}I!\`کFFtfƚ<}JaY5h= E-6x-l RF -.Cr1VԎh*AxoQM-wҖlXn;v/_(g;'8&G;wK \GH-$spc #uaNu=ɗ->ەg:Ј&[fo/̢AѢ餻Oݚ+yxuQ~'">܍\(}_.a:MW ygG@87{)8nv6L‡Wm!w"'V⼠YaP'=)-fY${\1H 'M~}Bjg婬[&UQi F1r\@MU`?_R&w(/:Jg~z>pA5*!F@jt*; rCB+8N'mnjM |zw`L:ɵ!E$[o㼒imLI ڱ!,jH*lV&G=R6`/Y̵ o*c8"/V3Y3;bܧ^;]Na \Cמl9oI:pF\,^4b\NĊ FR=qz(h 顝)7;1i"Qڧƅ330R{]B @IG/a~*l?ii+.#ƀh=F%(0HBk@#ƒ-RߑJȃ* >;6z0 4f] Pxk4[;N.zY, _7?B3T|3T¨Wl 粁 ˪V8Ϟ"@78}I*i,/cJpWۛfjuYvw;]iɣ'MJHC⎗w=*R[Wnn"CL=dжq ߿_ګ)ҵZE{)gL V$Zeކf }QG?nAH;ٓq~BW ~R^] U?l|Le$wzŃ:.o_ . sEf&Qgt|Bsڊދ߼}ͅs]sKC|M0mm$nj^1͗9+SINf=ֳ#u'E e9H)hr6 >:d &C)dPЭK.lf Fm _([3$?nZSDRb5ʶ\Jid.1k?'=cwƯc g\48II aigq'5׽}<櫝a&RR nOI`Hm΃$IA]n :9;|G[_(Vj ˪I)?^^#CHYt M2:hؓEk!F 7i8E_ǬCWh5,= 5M XGy@N.Av\N(62Ͳ ?%&r$KONa(ڗ睺CY^ ay_U_buDGp&yD_o5pSR[}6<V"$= RP֋ Xv(环MkHk!兗M,!~@M~0ߛO}\4~.ĭ %K-`C+lJ #o:,j C'HfEm` OE=Mr%lo7%NpG!9 ! 9V^YߢYՈX3gm'0B6ޑ1.0h͐5D{g:ЛƳ2?;o Isr+Eb )-DzDHieUr>̨pi=C6= &ZSYp8d@zl!S{E72d҆$l o TJ(1ݍ;[3>79]|P4p:P>\p ''x®| n/8Y-{%9M:Ͽ?h.겏S?R~Hf:\X)}],[H{lTi_Ĵ6:5 ̘zzhK ;sS"K:/5?d߭7(o GV{FŻtB0O &PSL"A{i*dpm\Z?/@"m|irqSFRPg5:S7)*yHW}d[kw,Z(¬z(" $ý4]}E5 e*I \\aX~L:MDyx?r$$4\ÎyspIWCcd 3WFz˰dĶզB=/_iH2}¾࡯v-q)R\:E=4c*S)Yvኧz+<^+ϺP{! tB?RԵ]h~llJvjx5j䰏rF**,Ԅ'5i"y !3g4W+_"v W Kq5DvER]I<2Kkk‘-PdLߵ 6ܖ/џw`Az3X4= CKvm\;$4qRr>-ɜNEL z4=yIM]VdJx1ʓ P&;Fy2ۃq`` GA{@q6FAiHȺ v 7ײZiР)C 1aR;Ss"Ŭ'D,-E?b;5R젪>@, P_6Ȗi?Ow$|IBXω@6X%OGcEvbf-ʬʳ1KGc&4G%:T ]_(ϔah@4of{8RA?".,e1]KrH4-$.J-$v/Ea@[њuvRGbtOtz\}h\K2|g?դ4!MB8G\-kW7 /|Fߐ+Bb˄T`0ɥ[OB \,b@毓Z΄ ^'#L5: 6"Cacm!渺@bF@/`a(.Rd۶XEw4Zri!Imr,_mo-|! (b9-SI5QJY nJʕ./Oܢ1Ͱ\gjfoj$w+N^["?O k;=m~UUNւX0@h-?Çȼ]>O -MȌfY\:O<^ [^v\{~7x ÷SFcU%1̺!/zр޻LT/ %:c7]E1y-7E#:+&VTPD|H',GocY8U YTЊK~n9w>]&v("ƒn=>Sw14,Dn͝qˬvc3en7D9>$K"tZn"j) /rmau"InrZʸP/+X1lWZqJ~D/b8*hyzx2DS\K*v5(.w.]xs7Ϣ-z!Z.-gKIxst >bۨK u$#rDKK-sc4<Ubd,\UΒHURi:WeP Hw2sKZ ; ^>[GV( H: >> wdOP8|LfI !|~i1 AE3K%9`zTuXha*ש^3>ٍ~/BةYV9rfJg=U SOWYعIǭEk8ᷨJ>?`LS+IfσxH|gPMoed9r (җI͔H ];YcsQ2NS)Akާn a%Β O!dfY{zdnQęo'4aEWQ( V)z}4 >W]9WEU {b2G:+9Ȋe0ǀ-qrX]+ ^NV*J>|L7\`KxWeh8(ak&tۚ- =U@dCw!I6'Z\0Z%-pjwa1ZY_"itJYȵOXtP}F PIiEPԓBBj:@PBb&#qU8b7 b~ǥ;,g;Ņ`׉P1ku)mGGHEثf.hLD"fS4_,]>/9Gq6U/tn.]fȆM:.Xʘ8E0`_mUCƭ[V?[&(@^$]hJrXP8@%'x+Yn]=zoA+dX+FTqL N2^ {V/FzPN#ْ/K=FXl'a`Ag,y ml(̮YK,gы0CwnR%G۳t7BԳ$uW{ lGlg_(ؗ v;27IPfx^0e'JWyʣt1$()~YdF in{ ӬdQu]G.g?yxfs3\ mIXL:63P{<hp4BQ?\# 6|{a`LE./D'qZބt8$3<GԚ`k$ǣuuRwY= tݘ8t PV'N:\ԡaUz~ h]-L7?Q4RGw b"H"?Wx]0U`^Cç/GD%`<.eԊ;3PEh2&NXͮ,q-&r')ҊG4+$jTp &(3'^]s*fsBju54k~KveDӘTtTM B.ʌ "A1#ny4xdΊKx2ڞ]MjUPJ,q&œp:xfZ4:kF-% r**3m8Ǫ]:Aq_t-*S6 гoZ|y.xV>m|lOGHБ6J s>Թ*Ά+3fUbFNK Q 0L/R ".sqZ-wϳ`Ly!oL~] W%vj^ЄBaeƅWK0rv `C{q9=hf\F)rtEiߔco"J0\p[q 3~-Opy`IPoGYD| Mu JFi n;ps$PzP@-7ʽ% vD՞AQ$0>/'hcDcIW:uњ-~~rpǐ[ wLmLeFĎ)@n? $Ǽ%Q#ώXj5 Fwz؇*BQtjv)ӷ N_e4U{Zb'UE.0-j2W,WfCS$ {OS4n}cFiInq/ /G_8w;-}nxOR$FKQs,z w1{-z-gjKօjk"7t0'tD`E[@Y")u,E]nȓ'h0?$HA鏕gujWgg*w 04nx`q9הiIys  ='L}$86IWD C C MJ,ئOF>yÈ6v Rr_xDXyo‡^ tN gMI=/˜/d9#}C0|s~&( ld |ޏ9ӣ/D䟉u,3شLJ"ET\xJ,*"[u<^yt~1;odٱ"0fA)~Kr)QWKgoWwr.|1i XءCRPI #ټ8f3q]zNbM{{/ߋv =x(Wb2SiVHy}Oݷ _]'qKCS)VR3ٕ  . V[S|%$%2B=_("7RF8ւwfO*BETQI? !oWݨqF4 eVĨA͹r禎 /s}/C ` Yn);_thՠ[dlbbwfz:c2؍-ӉLQ/7a'htu SoPHGC0>v`XzpDyZo|y|GBNk,xQU/10b k|pkq$FgtSۈثRbItS{0Au#39)s`rv[GNŝxߌ]:ꮎZ5AD| z0a|fŦ+n/,OX],c`K@<#{uuЬw9sM1FaԞ܊!`LfA=2RUdU^Z ب_ "E2jݘL~hnދ)K aF~{_HkV!/^ ЧDˊpR4e~JHHHiwb g,XdH "!(#f0zEZ@Q{_4V~k]amPD|vӺ; пu4hcFEwmbQb:thxWGYFD8 P5yQ.OȠS:c^;(z{3%-gOTx@/TH)@҃Mh'A|TR &HPiKkANuTDlΟk,`F]rcM pdKnpo3tm5̈k=iPLp&:Մ^ /6aSpwXA5 R6 o*'[k)A:\|mfCڠ:W;Sa-xpr~n@U2!ʫt$<pݮ93 LLA Ж4?W@6?/rgE‡ԘNfWXzBf D>','j*ֻofL-ǫA`Qq۝FH1NF[Y΍)Fc7kW^+Bi?ݴuY_g{(ӑYοqFՈ P\=W.bT f OuP fm>?cin de\u+u {2E]Tb(P˒?$};Jiȹca^ H^W]QF 0]&Y8kF%縚LufYzՖaWBssa N{_@"!Qxa|>1|,M0ˆg'w"'vUxx[kVoIJ~zn89sBC|XQ:r3N E4.+H~Ҵ$E`1;XO#5^j-1/YF39ngK`ÝzKR,#\ǕeR{-x59#M6ZffDu3/)1Ĝp)Pԋzl Ѳ0:'ZAO\6™,䣞:"7A?iM9|SښNZ^-{_IZ6vxć"3Ϣs I{Gq8/E!E[{ Mܵ  +T!\y3!J*T44?&Hp; o:n1~R Մ̫!v k pSIƎxx8V8`#|㵂ćH O 홽m!>RL|8V'>v7N=tw<\+O-LQĕv4 %fk+Ge S TYcl)nn5zϞ.-ڴms4@"7Z!z7c-o˔9qAE>x5õyu<?* L 2SB6leZ2JB-ec bQ^*H8";DqqO&{B E''*=P(ȩLA.j.N'%~ÎMX˕ ddg%pH-6Y\3vMspۉ?,9tO}7NO[Cd[8T)_ۑ{TA ٻz'QdpQ%)ݰN㦎^[9~ |迵h" ڛ?Uڍ&l&%q~D8t=zVјZ]u̹Jt^idʶ!Mvw:mծQLz\bT.ߠzJPMp Gax,:K[mtX蚓sP s/HiAJ,h#N@NҰ, 1$ϖodzRwu,)>#~OvN1LP0c1>^ y]b!9 $X t+_?Jgmu~3{>_SEYSYEpU$ 7~/Q}10yr/EVEh8GH$IQ=w’zҲ#0 /2<Ĉ"s-[>|ÎSy"Gk|/Ox<P$-hy&  Z q AD]%0u0.)άDxxsu,lVu)sR7s-1|ȖpQjKT*ʀv!.5uBzuP0ZG/Dg>mZ#@5''\H׶v떞~7KQLwڹwEW왑XMⅢ rNPR9.>QƯ & ,009T.#D 䌏W"Ej:3Wrd*'! u"YP|AG:E9;Z9aGHMpRvϧ?.F (JsR8eחI}^X&KBjGI A'1'?+T%}Z5p=bu=&8]1}< EyG} j'1zԐ;0;q2!t3'/x:Dѳz[y\0š>>EZZG-mWd*-i8}e`H^\v*h, @#ةa^+DO/fEd=2YU@+:iy#*Wrʃ Z`Y0==`x NĆ/Oj82b)gHj^v!%,Yc_L]-)/ؕwp 8XMxvvT!dy'^Rl2E94?:>:՗H }*Ҡә4RD05*.eO2+V{ip3GQIF.WG|l T8CN/o-}o8E퐼?/\gLiMBl <6=W"S*b/y)$ns81NI"TH (bq8!Jxup)+ӢF@n/56;`bz^sI!qKT$E0}#5* Z:I2l0g,EuQ$U(’,IAAOթhN!l.Dc SdY$9^O !clOa^+1{q1r5\/hdФ҇{e+ x$%:&?V]lOgkniY; @uqt[zj7{qDSɒnX. =_8?m;uY9uA\{GvXO4uM >E GwCq;ԜOX|;v$mT %Y:r}ܤxyɭVTes!ظ$_0{ҹcMƵF{Z躡-jJ*ppW ^7]gP3 rlN:N$+ۣ1E/[z0}ӫ߷:Sk5ӏHeZ $=Q@i}ƐBܻydAFGD ߳p ZVy-3ŀKiozeTx!H:QKMO),.z @oN6ALEg_QЅhd8B1DuaiwSMhp~6xo7]nҹ Iha(FQ›u/^NyKQT|(RPV~ER?I$Wq+ ` j=N!9t6QmO &N`YN\8OijQs[8W/z/apwn}~73.uԑi\krJ#&\h(TyQJ[)/FlH.$7"W< YI.*e,7tS~^$ݧju3K!_2Z]՞o* !e$/ mci\kK<'LwĂ qca`IV—~պk8q5l$ycKKρ-4i:<ʣn #n)Pb܆&;[\~i:wX,Q?Moߊ/oNg6ON&(}B-j306fauWFuQG U)_""& V=Gxҷ2.j'SvoΓ?} D[)LPx6A5\`DNw(Wp˵toEElic<(N\)sB?wD31J<A :R;"RڄIm|q5J>2Q!U{+cJbŒ%!N VOQ~u=+ ;>?̅4tbҬK m+,HE/ gOeAc"D1(s%h޼` V銓Z$3"~59b\2o:SS!zC-U;f"gt lE70H=Bܻ7,>J/XvdlB,mp_ZUawK(R)" JdSm޳FW\uxo[x^A6cgF$ۆJ\3n֩Qdٽ4/|07?!~ewd֑y 5#"w'@2J76}ݤ8L`"9{[akƯU6` :L %4 ZȦ6NJJ85_ m0D3B;\2`|O *]~o4(cufƒI΢fX|'ri/"@VH۪RZΡH6e)b{,_x"fB7~"ǰyfqVNN4\orrvkY`g@R:,^&9=zMܳ:{7CH *~igk=1jȝT`vPgG=F@r*tSF0b${U[@QfA5(BhZ  0x>ߓX Vm\@ħw!M0gvtR}u1RV+cosOoF4rċO8mLĸ{ړvq Ayې?;}6@Q D)A]%3C5R?;`F@Jk[Su\d*/ såAKw2H:>.04\[U^oWSUԩ 9EǥyY4"U<⚗7i3:ۉ[þGl%:.7?`gS=BƼtU5niw)31#PP#ͧ%ɖ0dvi[ԯLI7PídW`%7G~Z*2s'+coO7 @g8|8#957$xbpDDe{_‰U<@i#Mq|EehOm[wQI'rr ;=e1Ʊ$)98SW/ .N%<9^m1+ZtQHu9T=,9X/q/j=Xi 2*icZP,t;lI9u z9ܭ ?)d2;EnRc>WPH hI+g nswZe8Y\5S7)3\,){k3ABr(y~iwm 5S\amkZ~Utr$/sr_`FDF]+9!jQfCA:Ya5g+߲6kʍOwcyy|N,ƻ+kmnKzC6+N%4Gy.LrU3 /x6lJ%OjNuש ͪbp@WSMyH(U,M$`bkO(N}VD~bpXICl8"*Z9}%{W--jh@s <ۻ0DjB-鱈W@9"@秧noF B!F;ߕM^SQ}r$52&{@]85w B>\9K̠ o&-$_;p[aL):) (|2*Ih䑈ZsO)ynw{Fc2Zt&!sj'Mӫk-PÅN1,n!`oh~Ӆ2zU?lwސJ1Ń.*8Naa˲X;5 .[͸#AЖu1jY]oeY`g]mx{*V!k[Iw#Gcg&DX_aձJ2vOs][\BDD3t).:40gN 濫g؇i +EBF|FueZ$`Db!<>#hZC@Crmu knЈݪt m*M=m @;!"u > S9p;ђP2|8kKA)YLpdnLXw#j+@&$;志"gg2H :>p CZijYAIx:Ki摂)؉Ķ07 6oiܫo W'Cxl߇%q<@51EQa8 u81ϗˇ OveVgU+ /˸.@^Yl`"ϕlS h.yn4(of\ I2E.OvDao  T}ʽc 㖣-c{m)0")m\~ "3*wpfLWֶ L:r vrAp.؎a05d>.b*E=L0 J7j dP: ͭ 9nU>_1+䐻4"n^Mz%&]؍UZ.vtHF\T4ť9"374dʑaf[.QICI܈٘Ǫ,mL+2EGj귋9 L,_챽@̵aN|1'kUxg#Ay(MNXʴ{ITijEr6YFZZk FUv!JDb{ =]Z({nW~$̘ԞJNKpǣV}G h(Y6xZ]h6J&AK]#r=NwU0=2%10 nx-_=7˱?bA,MH\Kq"YÁru/ ApiEWzbRdD3|ٟ#AXA !8{w2c[Zk9X)0?EL Ԝ[z`bF)]Uõ#Np]%Ll^(Zby[Pp{Qt­O H,Џ0˿'Acy7(QVBBSi,hth3K2f^9~VCTTw%1ۜ88 ȂMP?h!/TCkb8Ft&ru~Z/*/}{% \ n tJayQE_N:J0ߕ~lᠠ)Rg5djAY$agX~JŐCݿpjS X*Oc&?& 3_ܓFy6=8ha TY.P=G*tCFAx]jͳ9ҫ|<2HgoV]~UXѱ钘6C.وT<1TCq"jIԸ%u_r8P:eS}:8~p Q>?J!WW /bEoQ0W^T.+|)hGJ91n! a ǎ>o͜DKo*&M>t`k粋˩YU8,9.>3`|'ci+v{,6\jiFi!:$C֗p3RL ]axx_弡X,:k*շ(r5(z|㠧1ˬY@Gv aJSDIX.A eD}Q_<@蠗 *=$9uy%ՂZ͔iϑ*!E; qr[^kfR|ڏk\{pDmvR'/IAᎧ"_叽]SP( z|e7";˺q2C]ip_am%/=cLKG? GxtH9+;ɊYA0!"U1H@8W"V)edFXyݒ7}ikaaKFͰ 欂`jA4vQIvϵ0$tBMr\pAē,_sA Z:<HdLbd_H (p)vLٶ-JCSL@} k]KC^ ţwyثMѪa ќNyd[nSWˆYcWbp/sg 5(&/{Z>G|Nr= ;v`ۅӵȹI^fE6u$#[UT1:}<6[v@ %I^T{pYiP[WZ%o={A?YDŽ8n[?M@v[!R_ &]Oq=e$t0e9R܂jBs~z8v^ WG9]!+{֩z荺1CNw$ޗjE~Y[jJqel9$r@L8쭙}!b9wIGx:Y`;4f6gU!Fa6uȔC`q=޷IC: ie=-Tcc]gqDHJ3{:&:R6\qF iԊgn/C o|[(ӭ'$`0 GwԲcw눲\SIMKR?$P08XgzzNW,TVrO1]-n υxFP(E-xm@AP&GH̭5L{h2\xΧs.1( JTN6|HQ;[2Bo;xf37VPS\ Ύ@X9)Sgb;8 ϥr pSW>!N#3oIN/og7]e\Y{nҡI =:KΥ˲O i3 J n$C A"3a5F(C?-( 2VY;4kAY}QpX`beJ#wR 7`Ah.k>:VΛf^'R'uM"n$#lZ*:UfɳbR4)<ꏥĀ,MMVK*X>1rMF, ϙb$tU2&B  C;:8[×ɨ|ۼqGaod]AkKA {Zuo$[e :] Q{}.-E/K3Nѧgڧ;yބJA5>MktrUꈐZ$*GNK7ιɧFV541XZ+8R9o9J-CJ}fhy?j^8f^cB;B&%w>fLn['*۹4M̓.VPLsh .=WO!$"4^CpAO+bP-u(Yc5E^GBt!,CD0y,7PB3cb]){ly,,(EڸHEY؆,{5Z;aH73s/4B>~]pI,g0箏鍨+ 9#n$Q%q]I%wNUU<`.SS5ko@3?թjaqE՗ \KF Ԋ>;u2~$5Bg#uJEirwԩݢr:,fv$h%$$IQ*yRpb-cV 6 .\}A7y8%x%}׫`!< ,0qK]&{.-JS=]tGDQ\;@/K=L nɑ0hnW3Xrǿ46PE!;h@mRg2)֖K[3C-=W͔-׾;U")k'^Hz56nftZqLԍj(!T/2,:s[3ĉ0O0 ƀI!: (Y?PsZeǁXӁe#f/>sLDh%=\՜k0*2icc rܜ֋pRdy&$B%q*twt1Nr;4`4ifp8wF%1vIgO_F~AB #E?0z؛ט*_pKM:t^qBϽ96Gj z9Z ma% HsӋ=JC];yɘsU~DsB߸4ӏ4bcm^ XO4,DIO8!23RtY[H1s1jZe$)2\o\£}P-IRG$VEVzS8ԊIK0D5ApxVZ]5cer?#t ` R!B7hPxJ@[-NŬ3̌hZ]j$cĖmߧ)h!3WPkS[ _J~f Y:U^ot@Et<SnZbUJaѓdQHb6k  xy؃}Gl)= ?ECtVe)-9uWB0dUiՐث۷Lab'ؒ ON[&ƅiOPF ft`a "cIult9\Qm5/\B{GcئCl%;q{Ҥ3PyF&O0H'ɧ-v"G^`X{T>4=[jCFG JJUL3&23Lr3>>2&D+C}#EΩ$7+Ȍ)5RTg]qݤP](Fs# 5Ý=:- z@ǐ oZlcSF& ')`9+c Ʉ--PvzLaz"f=}L(D O,H"PTW\cKOq9՜+d`vw#xVf4]\#Pڕ+LIJTxY.+*I`X&4deh%b j] ( l'm+-%8l =_QeƄ}pۥ;x!Po~І}2T4]ǾYFM^7>HfW`8J :Ur*z>f0d mU+KS(iO/fΞNZ][_{.YwH2E"sn`}Q&!< 9mm9fW6Y%CSx_ n< J:TA{ Irj ߡBJC)K\ m kSXsا5n3z.tuWڼH5_>$5"$("F[)mG 3҃3і!B=ߣx+hӺ)iJ!$P;S0̒$mu_YfWx7P4|ذ[ft% Sn H)ݐ(%/$~wѤhE$P!f,vKS8ǀ5#8Z+ac jA |ưeQqPk}CFŻI ?F=B׻'!# Y|z0f\o%plo>u:rP $5&h%Kr:c_Else {ɘHJ33UGjw/ƀʉb:ø [!Qh {n៾̮ka|SEnQ$GH.]-̗;[6jV l6ĺEBrkPFlԡbʿAi#wBuJB}g^|Hr.b=!ނ#dQqil˸nmsilE ^aQז3 ʨ|Lo/'tkdf/0bn+682Ifܩ?Jz .]ɜz:FI@<qVmvMt,3L)ݓĀLW#h ^Iql/ZVYs-G]B'W/NGa''R7n|cdqP]5kC;XݍɃȣ=Qg;;خ2'_OB;b3^y&t᧨^Am^{ ˗ HUKI(}ul2j,fu_ZtQ'f:Gݑݜ㌴d-];hmK*6!_ v[rᰅlx\z))_|*n"a[ w %1yJl|, A'ìHDqdm3Pͷ9ߔ\R'P/?̴6ۅ/:z=")'`tgEfQB?] · ʁS n`gQ-B@E,as=_ir͔ zSu1I7@&6)&c#?C #U8KF".K(V.mc۱ibӳA1ᗽ%@z'17Js2::T_gC1>rLuh@ sR'I ֧)z ^m (L`EF:穔/w2YvBi$3N{Z&1y01ћ؄4 \OkrzT32p+Z FPig:rVkBkD;5k%hH,? ,[S׹F0mZcm-NԸFcq^%6P=imswֻbU+X V$g)B,#xKs  YN:9D3wj{bL.xxv)`R1`"Džr3a9c7Ե0%)QM_Cd$ZUMNS=eU!,5quN @J/BB&;b<k! M'+g?Ԉ5Ӷ#@&̄YɎ-ҵOD3.cټXXjBjx&E,)vN %S<ܸvv sAG xlV/إQT:F{yQeT\PKoPn6Bk;>'*tP[#l~' nABpwb%k+zY;Ç"qd Ɯ a#/)>DZ4Yio{*"Q`LK&͎+/q=J0Ƭ'e0G%G_zΫQܖwc&"v5xW7tύ;t.6]!~Rb|Sá7GYhEO6֧e{]B!6W1,.Ĩf]72C5ݛDPIeCYXI\Pɯ$B}P)ܛ';f8Ʒe%џ@D/FɰZu'훽Zt6=/lg1?#,K wpV!t7 ya!Mh^<^~=+1e'!cC2lyuOt{Pf,rXr^v\lE_Ͽl.;^hd8NԌAC,ܒ\\iAt^iEF Znȏ)q4oOػΟDPd`QL WK-异dLӌVgɼ( <>W-6PI#[0̸7 v}upۣ߼?D:.A_|f?ӓ; }d8,ylحpK9Զl:4S\!tzw眅Qun=`M< x LWs0ʼn[Lټ`5|9@2tҥ gU5*I>܎#ƓcVXLg5f_m]OMOP,O9NXgij̣TA'P@i#ZL*8(v]VhZ"rf1??' WF&&@A6Pf#Շxmo4)Aڊ4,Z޷)kٺ¸dcXvoȀBD4Q/N]߬+[ӖV4&70ogƠ恱T͵盾Do|jS· P-I!gA?[-ע OQ1RIi†3rP/ŤΔgx>mBU`Kٯ\ /\( h4n}# {?0zCmz?5.gU5ah?$i|H7yP4?I1l*sV/| 9e?DrQ5*h'F%/Z6uV>5!*)9!F׹ נgȩT|g9Q0-iF8v:DA϶4Cx 7ix?` `B&C8KС)]⬟wOb- TMc"H G5,bx)+tl$S6著ӡ0tzG@IlY9Q""*Keﱺϴ+f%#&Q\W/Hʔ9O讲DGAE=Q?8\ہp(nT~^Eɜ}LYܟWsJthR:nH?EdCmlq3~C(TwEQn:gqlpX&i n@5Bp̳+3$޳[QϵJ .ޟo3Llpf$WWRAm~H3Lw YZ+,TYs_C.\H㭪n}@NZzCK_22IƟg֪).C)ZcM*F2T$u;ڵ8#Sf~x\v~G.«5!j4v60IL3$h,Ij3tl{eqQvv$և0jzP.'8K|1j1퉱(!Bh0Cxr<<-y ]dSa T#-׮^ntM̈al 3+n2bNE%дZ pwwU'E,V'Kԯl*0) 5E9Gv,^dƧr?vN) U q,+ĵʲ`@Wik\%(.?|l9c؉ـSҚѻ.`FKU:̾ K˹'@$rK*&X%sGz2gSGg=HT`ӵ^#M߅͇ ﺜ:ŋbF_ھ4[7KBDo%J,OUv"A!<:i.'$8 -wZ3B+ Ȃ8oqAN-89Hq`l$:[曭_΁OpeeV"&$mJ;Xg4f[%* -VEaO7A7LCϻ*_c|۰2n"ē%v&Q RD}?d,Z55yi%TJ1ڹ_O\xkA$Yk}⑲塄_ ΞۊzboU۴8|b_AoC,?X%+g 2 qKm#mf}A *Ybwl;cGgx׻PC!JZ̺CCe&iaZ_: xܠΊnJ9.ܩ$az0qӟ:ol_Є.^(YLp.EF!/85hPVc{ULWHU] /dm۫K̅SSpaW&Ğfh';dpcNjw"ƬZWJReQó̈/ź!N^x3nT>ghQ,-\A{F+moYuI+siŃi&$T\v~z!#`S1i/gN3&b$>|U%ѭ H܉dNȳ)m5R; IhZ A<:'/ =DS64)tdkߔ`c+ Uq[ (p4PwnW㢉"QiP$Wʔ,,&F@ԯp6]E)F]c* IfTH]oyE p6n`kx6HdXLaM5ƅvaRHp$b9a $Fވx6X ~ cMAɻg U~g*#,vz\[w \%P1%`Km9.ի seô`ϘzD YZY3aoF"IЈSfx Cᷦx>mb.J s i0xd hTFX!>q9Rm^9c 7l(g>;`!F#pGE's/ƜƈS !7@-ϛ:j}kuaЂCgk\!mެ3~cR{x ~%aTpQ<44aQ lIy vU bdv;++vy99& WN6"S^i.h3Z;@Qk Ӂ9V=Z{Pw 7*ɆuD~GvHWLQխe߹@-Аcm ^jgYf9;AO(~6Jx>^@MMn Z+}Rxt'䓜$)ttڼNcM9M1ʺpg|^C7.k;Umfd+qm?9zI |jak݊dxKjQ 'dEe!FO;˵/\iŭi2c.( DMf2+6w5|)*AP#LGvj%Be+#ػE=w"$rw㯧zUm`o,_ 3![~Kppٛ.,i;F1`:mg?2Cd&A !~A@_<ك Ŷq +q*@'IEt\\2>0@T3=R5]T=P>&%}}m i+3L̩q }FTu[GO8kDD\$? 8 lk<ÄrFop,|WS5Қ\w@R jlP] k9Ml /"EG]lL¯KsΜq|da\%i>TMhPcnLIȺΣDO)Hu <1&Y0^&XT "L:s>0kIK 56S/ǍN܂k3x:FEZ|)d0GxiX"}JS-nuȁ.Χ=GSVj. Iߎ V4c.܁IG8풡R*ٻ[;٦s>TT)½.p{&azj, /) a̘h_|ʸ*ϼ"3W Dyqu8F}.gIߔқ9|7;9w?w(BèK9>It^R3öJMߢ9Fmcr!`lV`Xk5TQ gc,#B WI;}FPW/YSTajDi|M5:SwL\JI/^!\ٵ3 {h4 hI-l+Ӽ|5#BUΰZA)T?ФJ1dpK/ʖ ƫ#}_"!zCӪb^zkbF8 i=9(ǥ{R0 Z&\H U:q;Ύo r MynÈ$o *sƏ@I)#$&\kI2\(Y3n85hުo- 'w46.@vWJo4O5{4oLO^ЮpԎʙ9EhUKtoR nubQ% c>|^W7Ϭ) Yv+rG2dНt$lv{_g6A1c&{k*i"dCܭ.҃J,>P#VoAm!HWX\!O)M@2` V O=Ifz^o?9Wt Ow*AXsPL :0O;Aޛɻl!v^+UsA9@4|] tMQ漼-N .YH|BxK5>uoKbHpGK[:F jiFT̗nX1< [= պ*…2d*_V}]'R`qnU;XXǒ<6o("嶃R:u8Fba\zT,3;|3^m:EݮzB=԰ū({6i=z!^Rй Rv.C' sr }<:_jJݏߓ\[+䜍X|)kHD(g) ]l裗]!ՏhCe}J&6+*MKA%$f57?غ\[q`5.b[V1ӌߴrK76L91>dkˮI~<ÃaKrGٻ6r?qx*7u$ qMyO&|;ݚ7/NzY˫ Z2Da̅<7HX>Vi lrq_[7ߗz%)R}dℨ+tRNo c}8^j&H1C rC[1T _HHqO(rc[0mGrpԮcc矮.t₢ľ{hp1vM#7Z?W3xH4(S*/dƞLΜSZR^Gw)S Y/:0Wʣ~j|hҵ}ECK)ں)x*!'As5E(ccNb$LL:u?S~/vC~vB?-0 Y@wanEQmuPV,I|U{} [GŰO0mD>TϸG^9K:ָ"Bz~*W}Q7pZ~rY죓}C wib0y:&}.W]IkP,6P ω/$jܵe .iJqk;~t6jri~(r.+ʓG6`,ɐ;2byRcTj\ɟ*r|k'VIq E ^EblmB>eRSB[+=ez^Ek8Ȃ&cgk7i"̼n/UMQdRz8EH긎1eCyx_0uzpCVQ,^m>x.}dq`~/~8_7k#ybQNĩDݐ];Nm 'dN 96GY7mJLQ~ ܜ:&F,5BdmԤ&(yqB²ff*Z!ԒZO)Țf3 B68=8I&irFEL{2pT^+Wkl(01s+rDHjv4ehiG|.jo~k`r$2_I`aPy0WOGGԋa +&ݒ :JPQV45TjcRϿ>TӚ\S=$ 4 ΏvAؤOeĨ1xkr/)t]mF8T wXr7,eV33r[c8ߜvܙ7oݦaqcyc.=J2׸%p1 _,6T"ެn 4't  h@!ֿ<,"7鹛z0TT̀Z .dY76&st3x5{ytSM9r67:FgFrܽZ?H'֪UbtWy&[^{3o!{=Sz(qkk|mA١Dh8z.]Ȟy=8aϳSyko&jک+!?5ʿ<1vTVICD׋]P WNݱ LbM7͓{Q(vrd| 'f i.[I2B˱lgi,9`ۊ?H7CB%(+B&eBK,%)e_,)}s\Dkk"ދVi2Mr rv{o %T !3o8*[f~`FZ(ѼjHw~K͘m+P`AGPO;=,JM^seJ,lRt2!5WdYCA㪤_7!f o@A>\&3}g  u>5T7N 3RHBpItxdN;6qMÜL#6J QKLmon #9jxp 1QR!$>%,C}$EUv*g?|1:tϏDEXvj t<0+w91wNe߻By٥w W!2~JMjO_h_P[&:J"Eޚa GheiEPy?IN{?;ʼK"?A~>Q˒pO˵yS&ՁIB$WQ $h@'N(za:aEWЀ".Qj >-y"OkIxq;r:2adI~= \O d2XJ&n%OR[ S͏!J7J M2sPTJR pż]E"rb>9]ؒ۽iy6ڧFI8ZBz l ?RՇ-#p‚a$j2laxy14$10W=S4TNSQ2i y6n =1YsQ)B6+9Ra ;陋1l'X4"!Y@8knft7LF#à;.8Ǝ),T1DEwX挿@n簫Ҋ8ɱ 2atGCdY4H%]ΑHTprsAyJ|3 >2\4 /͓+(-|]'szer -{k/y;gQIo iuT*T#2}yIՃ3,Kl+*|)q8̝5}}JGx(ЗRk4wҝ`U #m`FY`s/ޅ|I9TK0y` 0(c AT`s H\&5LG_@jElOJ%8ޟR9ET@),+ `Hyl۴ad樠qcth Ct مYI}٫w@cw!U{$6,zz I}5Bv#&mん͘~Ͷlƺb*Z4+HΔm?Lx0iSIXxd4X5\n$BN1ylJK$LvC 6_4&L  |l76 k}5z!~%}c2zÒA߮Yq.3&C]($>#G948vL4F HԶ0(UsG4A&ʎQ\K# $ul>j;vN%hCtU5@|K Lg/[Ӹ'8S2T؉횰)Sӣk0ysWNLiX-2>A(13n.Is?'g_Z/hp$fXɤ+ TCHި?AMbpFĕv&?{B6;|K.({dN 8l=_`X ֕] "SJD剃?jA2|5zE2:5q%R/+}WuE;WjTdBSW3*s#[)]wbHQ5T*ajޣƬ ?ipKRZw2/$WJVÊOh8uU>411p bal*!FZ L7-\ Ѷ%1K;K1 XHgqIaaܚwdGy[+qE&MO/(Lulc א%Ck VzjF6N:!^Š2fhxc?3g>_8IEF Z^˥u\߬S/Tao>?B6ɯEsTkeNRSS?$^7K/Iғfq9!gֻ;,p3fAe\D"WVdMC3_Q9H?O瘨Rj! G"%n%83^&xj‹`3 u(>ԻԎ~`$ wjGSEBV`W#XlФ7s}:MC!qك v]~n41"V 7Jı1J/\ߔaⷒ~A&Qs3dd^D.s3ff>aʦfXmc3}{ݘR gԃjDCa@UbPxI"NsYyJ6zèxi^ `v_Ƴ?%?Gb넣VZ3;3WbR'~f0RP[]-Y#Xik.I '"·iGC-=_h74Jj4> Wv|6F<腅MK-boYXY2E1 VP8$#9֗␮7)),n[g/26g/YD'1Jсjci g7"xOD*{$9 {[M@sQd A!Axjnјi/ڞ]%Zl{L+bΪ9')!Z $[#~/TqKAIzP|ȓ|aQ^$ܮSN:Fy旅ppp5<\oɻ~<̾5= {?<Fr"Š/Sϲ6ea ))dZB? Mr򛚏mn:f# RE1L#,kXb⹏z#;ya%ݩ fYtMJ MIΆ4 {P7WJz@z-[pJ m̮ v?G],{MC6+ЮL=,kEV- 5c"g$CZK;K&os$vx&;0vZҪ\HOsE>50S -!X%B<46Cp|ۋXkcPH"?r\pиqG0_۞z'dax"-qkҲ dA3#Qڋ5NCYxt+lIfMޒvH},hxڛr<0;j;=Jc&eLw+)SK9g$Y!\V'T/5%xBRs[\R,]_׼KDsk3NY@Ţ m IFHc,H:؆[_,Lo{Ght_aSW-0( M0· /Ϋ-qc//veGh@ 24{1-oXlEmXӊhqߛ|If8vqI2#Rr ahOl4HD =8-JU\7TtaRo*?L&f=,="0K,c. 2]%9מ] ӇC(d ܱKL;Zέ/CL 'HI͠O Hm:8BAF@CS3vDsfq'󉶏%aB6gر Fytλ~33Z)P"U2'up[ _BRO7HzŠմCO;e[᝞SL>D XͶ0q :nV9}5|[ORhp%ttJlcCزTEbEKe+zJE&ƈϔo _yQEFDaSWPiNhUϞ-Kr4fOրQi47soAc=a&GѿpҝSY]ImPEROyժ8PRwf~Si/Lh'敞r nO=&=zgery?Of|XԳAśbk_d(vɒ2#kޚF:Gr8:dhu}1r){|V)cny#f}WZ{b+B@N R ^ HcފjnFN<XɱqKC6*ޔ+,ɋݍe(&  ŇI*UJ0NWuV̬<,͞}qь~}K7Wϊ|R3<A&R Ϧ*4I[b+iZXz}w'WQ_zo}gp%޶#Ci7*[i8}yGD=D1zvrvӬl`נpu "tPL%sU_[1/[EjSxxH!u7 Xa]:?nl|e`RBP$8GX&PP*I.{6 y|:R]HeND꙼| 6%ji5u.:^u@se/l{ԜM_A~.)d!+.gntG jЃLphZ~35m%(ӕqSl3.ŰqJ:xwRI؁6sZ<3$4I[v|iU?x|@K{>!}(YS&$7b Ş/imW`x+U"o ˎ=|C8.Ovpq"!2xz(h1?@pUDtdK<9/tRh:~7%L}+WF=SnAօEܾK2X! oT۷>D^{6lo~{څtbE&ϞNDH= ܾ !R _^s bk8#xh PqKyo0ҕjE/5=YWtmb5eo%hC[N‘3 BQ/t`v:b A7KOh.ԟq89hcl3z>=RbL hJr@#B xZ\4u._Veԙ4n _oje'8#3f7#S1i$jg+f`D*|$Ob-N[2{]ɮwb}b:?zWcl՝qD'].ؿg[XC M2)&DX-ǽ/9`p7A*+gMé$[Mr[">6y C/SN~/j*Q N׾{c&{V`~|˓ Jg1nvͬcjvԝyv^&бzT9k5VٻGMQʱː܆V#qFsW`mUn `-+{{ + KQ#eT Vx3Qߥߙ>-o2{%ZTDVQd P4>r0}u:o\3E㤜O$#XW"!dKҐyY1f "eNˠPMX@ey |c?6ԔE ݀R  |lm)ޥt0y %dr[;ӉG=8ɗ`G:ۼXk{F0RK*l\uv!\e<0K:eFɆF1"8aTx6ȑާ--r)|{yˍ[׸ C1 AMzUk3lėWyw^k%da.2~4lyAǾַ=<+/Yo"Ngkg%pw+sXsWwy!?MLےL|4k@&2hᗓ :z_1%X.ެ2нxϝ,} e[Q`|2ADp9kr>JY!ゑWa=!iDpu^ (FX8zKARi05Rg: `43[CW#pp8 .rm ZbyQw@D췯9-J.Z׹XUKBuR0%gMZI%@e"lZ}3!nꈥ0bk{n&2ˍ]}05 V![J7~uĔUp>;`#–&ola.>BSR-V^gR hR!&NOegbp`tFL6>8&G$+O0zA%OwWLټ/zE7 h[uOLr8<<MռTTGĔNM{촑&tCDU3ڥhPp<&aF#E.aNRMn!A(LƉ_9mQBȄnWb¥xt8Fv ĵR3=(g˚t_!a2e"ڞf%) W@y\_Uѩcs&a`n7+tH2QY1')b.ND!mmyl̶ |說EhF{*xc4jPyG|H ˱.zL.B4z#8G^ cL=)#zI#_j*"fSkG 9몕\n-]+GSS'm' RCKg=F|N(fcqBA>ZCrEӤ]KwZ43-[~-J:ԋQ!l9*'voN Rq挴"1)c NhQ<=6nɲ/V&idlz2t?%S*\ɩosA9t .Kꅚ] ,{(6{p3C?2Gq,\!Q3kSꑼ&ŝ5%j|%l~ b{"4'b!&H3q-g*bhWH@ԶEO.D,#3YҭLțj-"f̚;I'f)j\Nv{o?E7s38u= aw,Zl9O&.)`!Cj5y)n{ Z]B9$sl8̯F{Ky# ~)>?#(z)B܌}޵MnCRφ&4 HJބASU@n=$Q-yX7O :ĤF]Tз'h}WiJ<I%qDyrII{~1K,*KFp>[~WHk`T($G% st U)=)[([FxЮc9!mS CVEX0μ_x̸הjehLG~/HQ]!j=&=g`cr0N,E\ƥ7e`D;vj_۰ׯ_ώvTZmuvRkE^JxI2)Hy]wUnEOn␢Ɛ3g$6I3lPLC!Fm9xc-.v"Q5MrHz5?M0 RζRg]@F?Ugsj8?ssc)9=XEXHF))e9Nu_}:2#aTB_^N3֟Nf T5.r}}`ȣ5ގ0,'J2;}|󔘞@GƍoUZ.x^ЏFBi>'^4n|*Hw x(u4`.F%z%AUza"J+z&QzLq.dOTN$ͩnj=р>ve6x{#vqr2.".bBr4@։8wb#L[B@MR#@m{uE&[ 5H@RyS1_y"WY8 ,dl,:PwPYI.\Y0BNcH[mu>> -6TCpQo ֩Lګ&LZϷm<*Yi%gP, iӢ6Z6_JtPkjw2c6L՚Ζh'"HK4)6KA} zܩq;!JeӈHqcFC3︹Ws9 *NGt?#(zCD4ˈ u,𘣮ᨆi #Cgm&K`HrS*:f3frf<:iZ^It"|^kWP4f+ʡKOGu]5vm9\Fcw[߹pKiEp?Euߜb P|xG &H/H$7;b6lP8dDkEp(x*P#i̵䬿G$"iOy| 7,n// | ^zA:FjGnN1?2;4ݶm)ܐN,[/r+;3[~ޡ{ FԈLUQm\P{oP+/C זDZl^@KkľR{Wib=! 8ȭݲ^p)yy c!:Zcɏ}ggCEZTXyv; ͝N{] b9͂\տ֑~ HV4amOd%Ӏ%qu7j/?_iJ^k{ ZGtcM`3R*5b qi C\"CN/ƴG4.1>ҏ~MXoP3gg ! ۶}] bo 4՝qZ'@a fCC?9No^}k$>܉JZrFd+C\cFک)oLUԲ|0H bhLM@1CȂbvLfpK/?CT]8G24<꽻TldK<\?Z_ Y#0wwBH݇^i`@f'Ä] 41fn70ᔏ27U>ɦA_wX9c׏,Gʫ=y`E>F#œi2.X(<=twbx8n-]-&%TWҍaR2GΪп $)H@z3YJOB!ƺh4{O|B,y]^Q] _}BEBx@X`8 >\؀eQ jG+gNuެ}l]6I ,a@ɛruǨ"F6e y #J^ ״2 e?z-\|]Z\VO?qma*0>B "$?+z` XK2GHa ߭,W*AY)Vpޭn2{j)cc{7ܑSRg8PR-VNj9+i ̓Cc?Y1r._>oRV'`N:z6`8i=ptC4Ou  ջ#w+kF8yiK-*jXG%Ω`57BcZ0x5O'X )҇jwBެKĮ JW9$~CgZaL_{g.yYP(ȫX9оGivS*DpY8g@~u@d.:Bzo;ZWߙ2DҢlfþ;r h~|n{8 JYo(S` 9n*\r JLD՟6K peJC=NGըCT…Zs QF?S,V>2n߯"ҟ۪{JGż*,tJ*'"$n_.έ)1<_{Jlg vFzlآeDz8]*=)!?nFA ! A<𧧨~0f}N#V9 Pva'Ti&kSӾ_1&m/u#\BS]9ww Ug-mS~xh|ڏjtXvH/+HQ=@ 1q b)Ľ"x@Cu$t^||M-Tc(HӿLxG2( 3T~tbG+M@o?K(=FS qnYSDHY`pS7j] Pwt>%lO8P0c b q~*"nNrHVKd3!WʼnkԻpe9zP c{BQڲu%r> {Y4BON `iOB\oN9aI umT\GϢz27+|Ɏ?d=x,Lc2dB'1Ĥh ;&aj…'F) oLE`PUAdP2xYL1g+$5'}uQ3COUJF>zZ #V>A3ʹDux)Vs6q%ֈL$N'cKcg]ߚ Vx"t]RLSǫV;% 8T[X~ܶTTAcxwy.DW>PϹ/b'mif]"9TpoD[%M5dU׮WfkWx=4ĀPAB74|2ɔc8q۴T5yDRO9|X9ꃎkeջE]X`7Ai0¯GxִA:A5_&{wȁN ` ?0L/Zݱj7R v6X}.f8k-sG-)FS0YT)>QꍆWo?@U| /Liz /:o8wy TTCFM.O,Brx P`;PσrISi XmiGuߧy=v|" ߰8; T0!{&P%ڦ'zq'a F@̗fS=Q¶^ -`lN@oRΚVe/2Ѽh22U]p`d-Qzu2\Pu{v3|{` NK{k9_4&Ae :/I?Š7ƹ "^\\BD 6`_ iO(|行S楤Duu IkqI>?x'rT7Ea}뱧E Mk1Q!lR/@% LRù D?D4*ù@c9E5:E!aB=b-g/9);◫N+x'`?`{o8 `8V*!9o„Rx4wXb", oUA;庶-,%J5} 62|wބ  w^v%#f%3.811*I]xnQךn@ G~yquL+T;'X@ΰ{F=Iv@ Q,~RcBץj.+z>u"dE`(dKEMf!ժ_n;[|,"^dQ!u(a.Z0Jt?}/λd ӝD@ R,iBor^(KByExkA^YsoIaٷg9:Nf,}T# `ƺ! :ːCF/j @5{>!/aaޔm>Ա. (D~qIP+Bezv$s'q?̕˧ Cnٞ2ҦmT$5Uf g茽n5D:8T5݊77&/zA)/ dG[Z0$V$e%"͖sKt%q-wY) X't'XfhR[NHG$,W2^U0^;=<+izKqJ!b RU;`oHpiQ$43r .x.7JqI̅ftB9Yim/.*PgQN9$V?ʴ.o0!?.i RH#$kl2چ@-<\- m F PO3 ߜ~7$74%~)=Nd(GU[iyɀQgl'+'XҼМ?($h(U%'>HӗQU#'}Ӿ,ylh+]W>cJ9 Yӛ9:NZώn;}鑹gT:#<9-#g}̖ӧ\z]Ol#TS 0ϖ%9R2Fs%BpUWD7`93ꌙ4hWc#\J!qlj?tU:Q`\ }Mx@w˜J%Ю.@b1d]EM[b- c?H|3<1}Kգ\_ېUۗ N)Y}e\";芅 zR+*W>4ܫcQ>`}P^8)]R/=Nq(v~PSy 5iFՇa?V17xfĸxJMX@1|싘T{8cH:1A^,`9d 4S p#E[{WQej,$(vD~@.*GwWh9SdN@Su+*4g.Z;Q*aQBɋcVwrjz9 `7F߀ڻ] VEWȩvRWyWsѾᜳlJ˦LR0KuH y yAX|=}ڃ\ `4k.3գxR7*ɏ]70:o19!oܿR`g2LEP-΃Sd"ϤJo T #Z4lN [mJN 3U<8qO ȘCyMiLGB%tŒmtObs. 7~|伐F:h%~!e{dI}[QZ$?8 ~̬^mmm'dYHwVfeW=U}ەrFf+J 9rL&4mkN&sCn|5ᣩ;QB`T{( 70Hc b@v-$Ti;m0zD?}u H*a k$ՃڀaBoIc+>+7ey/5M[=t0L\%4Vz4t)wG؂j" F!mŠIb_+nN*4#?H#FsoMs^-Q|xvP]E7Юka1"q ȂJ }ܣ4x /sYV#U!dd,ąOU%a+%Tᨱwh JV;bncMG@|Ê"#Az( >2GcD~- T]cj2Bb¢LR 5.vSs3!/,\ߖS͇ܷóH3o m&B >5D=d7 E#1|טUTlBIR0~ &ˏGd Gy2Mn)DO \fl 9"K@I,M6= 3߷l=#H]UҁEieh3m@H+(~\b0WBh9?ۨ \C'2Q`I8H/ *g*ZBI,*gexe!GOZEFuU$h @l4 ~^ܙΎQ@czhp@vy}625榛}{ *)+e`p̝Yd My,5›4i2ŔvSA-rDM3Hd$u1GCS9,I-`)x\·>'C_gٟ{ @h 65/8 6N";I0 !sHKe;:k*<@8shgt?9tC%yV0w&k؃qC:-Wt^LY߃(q'zZ.e FDlx XO4٧2a(\^ cƦ[';Qj\a[I8IUmb/F viA3"Q+ؾïY;C'=i~.Kj?F/\MOҺ4됗!XB$1*dFMpT})^kK¦XSS7mw! ItaCfJxٲM@h]oin7x tŸS7KLaB.H~ 8 *0 D=U r̮pAk+-N3bһ,,@B]`D|zM"aE<>15%X#܌&OioBowU^.M%Tlr#b_U%藟;>E o>CMG7Yĉ$}լT9OJ_[ Egn /Eɺ}WbNI y h$]Ֆr=IHzf%zZ㕰ݏ:&|O[2/o襒1x,M9aڙ#sʣNu\Y=jco`4Cw*4C,c7+:fp\-XF*,<;:|("itnۄ{_,fyeőA_ 'b16jJ6@E;U`83QSޕ9U "Ա+LOKEo]W?yr/A}}ݭjF㈱HOzR rbϰ`)w(Kn$ܕlV41J3+FB#Ym9eߣ8*+i+z7K&uNJ:%soF9N.Htob:Rcr,x9SUFa;mur] کm,l0W僨WQ[ q/CT.]fxP3ĨZY~plJqR=yP=9lFˏĮ zhhIdL/R3>%ϭT04+ .b :X(h9V_Vo(ߏ/4Q5iD/JĬ=|gKH&J6O5'%PTg֕ۆ72gkCufy31Z^QdCPU"{7>°)Y v4\;#$\#Ö{?q$䱶AޜrQD6穀^Ӎ[R JgC B'+t \ Nӟ+{kٽhg:rA7}XڵVj@̻@%-׋m a)~v#s J]DJlUǥE^)4%B9[ ۟PRАGu$*bd4ỵY|n9b@SIVלvv7ԳEvfx]~XT`0 pbBRտL5Vdcmn*!lPӜəl¸Iux}rۤw'GPphȕUR 6=6W8wi'.ҊZ-ζQdfFnJwzxerbDL; 2Q)yIc^xliWy l z%?{ZW уt9E ?FZ i.=jXD:YQ#l S hwz Lr{M= .mm&_)˜Oϖ+,s%zU \ţ;MC`̯̦/{5l cEpLZ yvI>7M-N-0y 뚻MdcR{Z} ?C_"C>13rJid`Q,Rh:yF,Lw6z`O ƍKRqw$9ʡܮ ce*kj- ^/*:(;rP*&yydmTb 7OoAO4P,&w褏ew\ОsZ'6YAӇ,wLB375ƙ,+eӅ%:x>^4ܯ:y<1.Qͧ'BԮhmz&? M;ࡘue/Q_I@p Գl3[^6Tn-Nnᘀ*դs]aمmG#@]3SYT+ҝ_ٮfp8v<2oG-`Q~W$4D졃dnq>{Y78o5?qgx#"\; DYsVR=zyyhbn#jFd—#fd1痼N.Lg.}unW[ 5K͇*lNɁ(t TJ*8kZr4ޮ.4T!?r;ͷ8ߧ d{܃&5 wwlL^NdvY~ C|4]fO]#/#[N1nu-a zy(2Ʀ >ʿrrFB  s\tؠލy=|/'!ހ/v 3bk6 (k ܓ<8ʋB+tMzޡz_')7YBMdcާI*\),F=LuD[N 6 @꫍2Ve/$|Pyȟ*6\_;p)hMI߉xbeӑ=3+XḼ́e؟Rk9Qal_XH)Wg,ߌf# D[`/Q'[2~Q6WF}_FZq |@>G#DG M):-RHmA~ԇ#'zdt"t]DP;ْڎ#`FKnWzJp(i[^Um!vY<n _2`,,[D,Uꋈ#F|U(@#EQ:{)XWꋥW-nC O YTۥ]nU1.TbX׉>U lz-k(QE|ˡݨ=C<2r]I'&]eC=D`"{hq8jWk}p TR*kyѳ vxGFQ[ e>4*W9118\V] ۤ߮[%?.TcWr~=/KkE2W99滞r`a\XNBI(ӒD'W6j@"@rɬIMτW`]'7M|ucoR1˅wnjfqz%_x}u9Ä3Kܫ4u&K"Yu?I u7iǞ9'5%*Sq4L8mr<1jP~*?^&",a A? OQ\Tzҕ@Xl< }Kzx_ Hu~#}S7 kpwoҔ%XKg3H^" ~P[(Ȫu١a$qoj!—~l<c~d%?\}h|H${_0K `GIVst"2LTs{OJLxN-f VL2GH`mjH-]{lIdkZ,3jO0\"_&Uܢa('?xVy1a_@>NQD^] h4}V̭9 cv)p\Ӟ{4F#BCR gB[%O-=Eo/)am^;U.c̬;rLCCE|:qZ?E冊'ۨ@-@F2 &oTYM=Y1~Cp!dp)CnٰxfG-Ƴ>𯺇̈́: Ō^2^G }x!sa># v8,^l1;'`\R;VVzٺX/CAڽ~3NCd;,4&F"}Mybr^ܛow$˘h*հSHӴ./ YV&b7nszV]+Tɠ=7+Z5lk=+I:%$GS2oG=k@A{`紐#Rq\=Ryi_BdJP\,ݏڅY i&XK&׺ :{3k 4T~6w*Bu}43s`P\~Wn*~؎ '!mo/}RYBC 2֏ulEY]V?vĬڻd8%bO6":b,uoW$'¿u^ h$kS3?X`q1OpY=\7гP3-zstM; ?쑒˩0+NU4y%8f@/ZȀɲVĆ^cbӉu:q OJjFtj)#\pcı~+^T#7?*,!0L R% AɈ /ujV:D(\?['\ޛMd] p*qJFtJ$v2*`**#L%Nw}A )4pJ2l>oi95tJ"ĸ"X<(3fns.͆cIX&` h:m\bWzϬ26 V ΀@jGSÞ~6=$:QidC>,gKŀ$B<@jnj%!{Go~N.7'^u>=UV]#bYN/>ӷWeFb<%i䌎(bZ-Ɨ .{ڧRpCd/(wzx3lx.Z<uQ^ n1~oͯOPSR)J&57)A Hlj\0[#{)-& 3!|DAK}dXҜmTϚuy)3|]&13DHc&PHiYoOuY~P=xN: :Hm^/0jЀ]   d:˚a /IŚb0[k{B]S?K)]K#\G)<hAWBE8ꩌ1Xְ0DAW9w\ɽ眪l't0 */1!uHǝ9W_?#vJݔXV2fn2~()zܤF2JJbIT?`.ǯ};sJ5' dMe)}Px#Љ4Vwe.b)/''+*5]@%) ԙkS(1G!)8*U]P;Qz-Dx'ɵ.gɵnWl†5b8ha2RR_U˳ҳ;Ky{ sќ! (Mq̂k~zgmi)Cܐ@ 8crFy-aҾ G 6`g@<=obf1qRaWcq%TakQt|#c$1+@3l.Orz[J1k=OM,N/w-Q_# Ak4G`}nzL#лCRc$9׸B*_!_#L!Gψ5'ɰߘGWm#EOF>UC/6 (tK(GWluNzVݷ\L%b1! B΄[9XU+WFײQE uO!?oVE>!݄bv^~׃2t$B{3ui#D e\f+IpifؽOՎTG+'Q F8~ AzH9nT~4ہ,z+/H?ˍyT=㺐O}܅.vR"w{mm<2d$]4~ e;݉Gt9tKxP[F[!GqWAtI@z܅pێ|f;n;LSzuK k Qj 6&G^=M[KК%ߞ0ߐDuCU h* q%Z7TUC놎"y%kXâez,צ2Abh5T㴻vX 꿕NA%C5UiPqԅ! ׂׅhV/̻XVCF~th:_dt2D |f -^M(d1hv_ś{QG-xj̹6j^>E?&&cJ4q>{54?K-䓁50ՒR=-lb逝=Lrco*5>l@K@ٕ\nפvl(N:ɡw.U}HjfI7N!šm6oJ[O X< mhe4}>/;t?asQިQ۟!3N7SGk wˑ }?8A^QWOB0=7I_F,4ܲ1Qip /I PGZtK.k-; Z376[/$78…6 {䖞<%2dAoʆ[y@.4u}χL҄@R].ɗ@ߪǟÿ{乚m20`.tWo&K-/5i-L *𨝬i5ƫ1DiAOE֢yڗg]\?OzT)1 Qf2I׵u7U9j_%4zmBN\< eBbk9E$A =Yӿj&&T:nl^cNG4ܠVNW*JO/-w9C<,fY̿lŚ6_IJ,|_lSL-*+-qEtiPf_sH~[SGɬH@ 4^N`H`&:ۑ#KZ; ƾFgg"(-˻Rr `+` s5+vUSzn\ n0D7R7Nίʳ#x^|ZR= W2䚈R}oˮMS y|}8?QvvmjFb}XeZ8>m9 >%JNc枟h%KQ`r = N"15@*Gs@;lpc$>3gjVGU5TU.a6m5>]>uJXF025RUm5euЈј$].bk=L+(EbE˔:+\$cKI{g #'KI;WW3zB-B.!6iNqv?^m%hG..T7˯|Vl%z>L{}/4cc WVO9Gv6{;$[mX.ҥƮWX|a^Fk.MtR%J~g2[HH"kOEOJV6 Vlty'AV$-~<ƣh ue@͡9 (g|]bc#_ӍE=c[ >g6`_"3Lv 뼣+?{ǔGn`žcO1_$ӯ11T";oN"'P>9.}qߑ?]o i=sZ a!lttHoj E.z0 m& cI'5wFcU5Ca|Ԟfƴ;^Uvכ7oA-G :zB+HBue9_%d,9q$=t-󔢃Cލɥ#dQ+pp\t5:oPm\0y_|隦G3'嵽AIF| [$Guo!o/,N P~DqPoB 8nZ'$]ۘb85 }Er wg;N/hp@,F ͶAI_zൡ>b(OSf*Xm-bx' Dfm ӅURE8JZ;qr.0ii :UJp ^S ]u m[M}\LA뎉|C$G~' irl~J=9\H̷yo+J芷y<"W.)`zjU' \faȕb\Th`~vbH[U [,уN Thb-47{mQ g| Zz!l03?0Vo0 1haܢ6 ؽ &ݢŸ >=4WۣH[\<}!#A?WC<i5zE+X|F/="<3fs ?/ a>p"(Ήq|Fп^"`=+co1ay%Ixu,v#X}a!]`#+$Nw;ֹzÔ#D=Cq#p3dUM׶Ud#mzD$gvtD"̧[5Hksj_|O؊ beUq._ eMêS5ko}31 'i+ll|&Y6N5<]h XXz'7(?%WLqxj݅#Ta Mõ ďU f‚>rޯȦu|cC q_A[m5&l_75f;\%&O3K&oy9E/(ŀƎ f#~&V}xn抍 ,wdU$?b ,C.8/T?8%㮡9A?$ߑmzd< VBhJss)WI&HW=W9ET'W'ðLޒS~TsR4}Ɓ~].ݰˠhرWxեz:q/|_ OƠs忪}&щTMFڶˣ9zVs_ I%'kkS>8, QN%y},EC fr2SX.\%󦩃O dـ'p<Vn8vIG4x=?hȦ/`Y}`fRbs]RQ`텳 Uuߎ"P3<de3Y[k[WKMZa==ŭɨRrPǼEKy)Ҳ*; 7]pHMԝ S*ނl7Ì!\+9"-.CjlO k4}ihNmՄ҅pub&7G^drWJ_Vә~{@/+|$:xL< Q9B}VL c\-m#"iRqEWLYȪٶEd$.'1p8?ZLF}?@=WtY{myɮ>C&P”wCԸePdEVU 5 ib'{|g"Sϓ}h^BZpP NԎX7 #OǤh* x?kbCS}~v|r*q GhƬgJ JZ/`,;qMH eO?iTc>e!0SsL3tzp\ `,urUحX-]2`T=Щ)Q%ɁE*)lㄑ`>5Irc_Muӯ*1RX%%mͥ9Όz+?1EV?rn]k=X(l0ɏtOj 8 G# 3 Z:SZ6!Cnj۪SJ-@b@U#ٺ-a*p'5 EBr/(}2IhtC6-S \^E@"F;`eY!(B C%*3{F/ %ϯ'KY"\ c `{{VP38 '5RWV^fH%iH]!$π(E)v-z&B {I#x g?~H۪>3>WH &D9m%`r |ER O5k+[jNJT džUUG W+ 1nN܌l |*ݼb' g>җI]CnS_My#<>=s.:Ӹ0TO2s?|q3%t.\$9X 299* lpcgQڑָ4/D hC?q]'B$g]&joŲ֌%I/.+ o*S#p|-&!e ;EL}2\X<(d`te={|S'*i$6j|cߊvo0T $[wLdoyHQRd7T*r3w$;nl<:-@FZ{~ K=8PА>ނ~8kL|VUSc^ε-\<`[S 2MQj[㓥}v*^!L)VnkNK2'SUS;899XL-ِQ^~$̗I9%.:u (6 -_!OxK<+=}/;;YMĘ!4HRbc.W\ļ!4anrKb&q'u3c,re$PMRF:%P/ vʜ\x ( sG4KwRB[4okР&#N /%ܪN|BBt߿@Q{)%v^ːR>F87O!!:eLO%4γ J|4Trbf<]=0Jkʕfd5L| JzTG(gFut97{f*3#qRee2'0r싥 .exEs";g9Y3IieYJ9WX'0{`'2m!Ҡޤfkd`KPP+#>%n iAY {#^Td@{pȞcdM>@5pX7RI-V(׃c, CP" ͵ RߌR">0"yK~[&ߏX!nb CH&LvvgCj@s(|ӭ$`H I[>ئxJx+9C0jr̨+DBB-7)@bh&gdz?L2%>(<취IgvO"[=469@6΁䆏$~KЀy }W) uE!ZZNz\M 9g+ο6&WqHD탖'2I҉%qc,g*lлܮW a࿆u@HN$?n[ qIkpUjY~(.!7fV93T w$k:%fcKhFes8p| h ]W$IBކfzK[~1 rFCgݤRTŪ#q9zQxX;XIƫ)J C{Mhc9( ._Ta,;hַa5u|5)BKK XJXYsUr;~SC:ޒ4ߵ_{#H q`2 kS1.BN<: w77wݜMx _ٍ2eQ͡?[Z Ө`G.XI\yv<{K!{ ^he$WVOI85/a; i$]Y3 JQ){VV%.-Q eeE.ݖMW's: &yN&bkf=1h?F 6UmIO;M=]Sh>j:tt"Ӈre%3ǣ?JyM`xFx'-+L%X33;@w3O'!;X޴fk:vgNrO~ -ZwMߧRQ6/5Ѫ^|?{ASuPdiYņxԨ8'Xq *vJA:O QpuJ]huVcOL"]|yvj$?F'\zbLa~񨹲8c߆cqŽ6>;5߈sOy4Bt 2Lvs~aDDHkfe E0xY Mt;io>Ϲ")X ܅/ )HH`!j$cxӐPAƜYwvloRrp0J$K]$WIui#(A>Y>|46 XhYsqb5d"ȚH&*Y2_va3HYܯU91ޭ3o nG&1uZ>4:2wxcwr>:ԏzn ϣ q`K8Oo"csnRnػ|xbN8h/&6&kQW{>B((k2*k~{7D̓W90@ԙybķ=].UZ89J'BЕ `7r:c57nE%TJt+x׬$Qu,03n@Ŗ %qDm)*1ƨo) - .-386p>wE .fП%BD`v4X-3ghˑ@tjO=Z$ YuXa`%]1ծl PqFhNQ1l- c b:;kVbB{#ޣ zԸ}n٠V[N!OPx'9? bYn 2 -\z6bDn ~DM8X] f^ӿ sQˆ:fDolR%3E/jdҖ Y cG _H}g'{OC+蜃ձY%'b `>eFݞw< gH\=X0ԭԈT|Ҿ|bAŰ2`g=& p`i|(QIC笚|J*6?@ʢ>z֒\s8^`L=t>,0>uC"a>65zj- ԷȠeL+DkҚ0FqEfM\8p~ g iʵQ9۫Z{JˀINAD=Q*8#EHC3 ׻Gfѷp~Pi9̀2*=98J\ɨ`* Sjxb &v o!2j/i/m89igP]X8ai3ׁqVi)<A󆛼ssf -Zթ1]Fa0-`[:g3|bT3OJJiaR{>𐶓=_`ƣ  ?7ֹp &hɈfo_l]j $.Mt:Zld]_K?CT-b;=K&GpSm+^4F!k|%\Ȍ{Vȅ>4Ԭ) T/ހiU;b~6l{xEL/o4Ʒx h{˙QOaXuE[-\Xt-*EYguPvǛQ.&a{+˨Jz.'Lt ck;w&!q珮+@T8}c Z jB~x6Ң~UpW kZ3SBE ?Ks [hgn( łs~F) ,RNa W/E!pB$G#P,8E"&YGe^uƈlu,]v>-!L^@? 廓޳CK 8:Gt׃s~B XN` #e_d,kteyf. i MD,^Ʊf~QNnKboNf %L$RkJ[7$A *ce ÊT>xp2Ջ@*"3Fõ_M]y{72QP X!6Wrzo :v5!*U6ceJ.t*0LzF/JٲlcXÌ4I5@x; nyEݕ3k88=]լs}vs&j <2u`BFKolY' -b3 Gsы2ڛ bnǷ\%^7Uf#{Е_,q.ˤ!tlX3i(gI_o'J-+_P? |L"M0I%MN'?+~q.z܁J|B:SH%6^5V1p=+7=e05МEb !xx]fGEݝ:XӢ NTm"%U,dP:.Chv<ú3K4rApv>a:9uo망Q'O >]/4s$q$H‹i3?ޣ'Z+%mqS2O(`/ʵp98I)%AQG?eyeJ ޹x>Q=|jfy;.NMHQ<6Y< A*bcng^*t)\{^F:27a6.WOuM&wI g [Z,GJj;eӣG`?:98ZqDh ^ $^+hӳ͌TG)}nnDx}mx7MJc8e6NIp4(PhHkwt 0f=CLA&zL]k,%v_TN\Eb"4IGjlze GWᖟ/JKatjaǫ$!jjUmBwp#m Pd Wm8 _#uҽD,/ o{^-תzz*gnK45uԓčQ؝'KP^NAɜf€PHQԬ摁8p?AJQc٬^2E;fk<V/§HCϤstf:1";D*iO=vr-_I'D:Ļ "Qqд0QsS c`z[k~&[ڱHq3;7gT ng-n,E條 ?M7vΙ @eqF "DžG6S'8\ս6.<@u>q!i@) FL߱=ъJ?)Jp˱8 dlLŏ`R3d=4&{Q^[ZJ(@+<~֩0[~Lu|U99DUѤz .GQW wTU̅>*qxB(,C?x+zu=L]`wٞwQ O2zVp;V:ԩ5KuޤF}Wr,q+WF@[N˦5S) 1J-If rƦZY(S1XyJ$~Djկ3D^fO_:O;$: Fڊh;~`Xs9L"aK6myGyz#Sz4'HK&h&\ay&EZI~;g3q#%tqo*hߔ]'A# Freظ| q*wyܣ"HC$m%:rT!i/'"J3M39"R&KD" &6 ׵I P4Wa;up9W5.^Fi a]GJqŪ ~L\pvmT "cMZ :舼f= DS PGJ/}X tePbv:Y"kG<ǸHĖOfgLM :") *\IF'hE^Ph1#[y6~xj͊=~^|\s[kD6oΗs@ rBoåKEAdn `J|B UJ81/'m*#|V442%bP zsJNv!35Nu^Yztp<9kg&YD>{4^X՝cW s)[ADo!݀7݌֌V-6t\틤ڏ#Ӹ㺍TޘV7~Z4ڦ9퀴d*9qhYҹSG IO֎l:࣏di_`oƗpZ$V t|j*}OƷ$cH/;ȏynTxOM_M'l"%Jӄr?d~NP@,dgO"iQ;3& qri+WYΑfjHcIu UԺŏ+渷BhoQJFhb:^W8A dvFl>uLOl]BL$A25nG] hC"wN1 Ԇ8Mvctdc;rZ`ܖ9 wJ35R@BgY$kvewwCS-Uѣ$?=%W;qo.D g_ٚQ8OBfFb5%[xC^[x%B> bG+q_;w;x A&2cr[V}~˸܃$ R㗪,rq\{e h1jk%hL2*Ͳgx%<Dv9`˼zBf?PG}~ahSt5';liq+rXd)AJ9| VGFq?nBy֘IH"_o(y+M8( DlMHH5N"|GVGD{|Jwlĸms! M , $ecoyw=w'=fH>}12UZg5V>*a+aY bHp@Ab`tm 6*D@8p.&,ZKK_2@u۬=Zg:{>} e9 Bz)sD4 hI3l\g7 x]k=W 6:@yIo-Ίj-8xv"}N ]ZS%TV;Wx`v0H]J|l҈EX&-v`5{ʏF飔g&޶}W8Җ~+xk|DX]2Nx{u9."oaT_7^ w<-+0>*c&^m@oPhV@}*ePǠ\'N:7y+wa3>#ڱ(&"K/-|.bN9Uontk/`e{Cn|¤8{7gP]Jv2(aЩ]b9ȴ@tNpPMch]XQ&b{ cݘ-9TU!u6G8S"{LК.7k"%LسD0DY"NR׻ēfO5{0v]Z!KWjDwou ]OcsiO^kp.<|zG鹖<*uUH s?T2j&ݟ%e =KkC 2Lȿƫmќ0}fn;] 9ABj9 1R^xQ"Vr;ى컇>Z#^j\&<"mVx -ft.=5vED?;7f׬Xz1v_<4P4RDެju[G5{x33" xy[aL`…6Da{:y` xklp᫚Yl$ܳT 4 N}W078] /:b__>4PTMWi n܋;oȁLjJ'Tsy=m,<ڽ>-b0_?kmXKԧ^,Zd|Gmc<57b9x@%]y#~!#&:?J\[ tuqfUfɁiB upW ixbIkMUnc @AoL08ò+쭍ɯqPffwCy<`έsX$+.+Vr1Zjeglccsw#gӼ ޏɫNDi& IJJ0髡zy.\]ڪ# 5Nk"Ϝ@Q>,8}܌jȰ 2[A.^}YU"}ja=RcM?ah# 3'R I~O=J\b[A Jmd\?1U>ߪ´]x\xTkn/x%HW0{nlj[F2_f_L|T޸l!UZilB!訪upǔ0g5cEaeZr*V,y#,oDR؍D- vood,&7uأ}[_po5vOo WJ~wN閉IXKEYP)W)1dT# ;'"}[N~np`\=_j2csL6]λcsJQ A880E~<3k!jYFnթbUKk*(Hnl /}z./h'M-xgjk%dC4 -JZX*8& z1p#4y(‰a %~߀*30wT'>G٠~$ˈ.+]Q׶ڗ&&MfaB8q.c~Nh;3DW`[_aܼ0 M?Bѹ9Mm%xR+ߠ*V+D&86s9swGtN?Hl.=R[dSqOT xf6$xbdH:mQ(2s[|nmgIdV7Rֈ" 9xΪubGDg̽ПSv;#:LkC6QKUisPsV&̻)tX/9H|Z%qf9 wƱ˲hA%{'@F|`U֓Y[61DKie~x^m:]o; 0]y]/>r J*a.:JۊY)Q8GfՓ(=HKqEk z, P8)[$zaEeԩsp1/4?Ѐ0 ""HNI-ƺ?c/{CW"KkޟXΤe-2_2ؤگ@7ʼ^7ZňL:q6OQtTxҧKpSl/vDŽK%#BST^- Ds3CJd1}ԙ46! l(]>؟ iƼRHx`e=8)24vǖM, YxAGtnova~8rK$Dr]l9Vۧ<$OwchB]Dg2'LV]WQzZrYwPîs~nkPǥ?ÖM\Zb>25\6ϥ&} iv[ *\\/>9A:auŖ, ƽz I`xzz7=>{47R~}HE௚)lI׽=L4Jk_$3tl)8 Vn*6`DyG' ]uO<".362cKsk)+]Q-Ǒ YQ=!?.#oPQ2o"+@֤T=6R3asAQb([_ E8>,/O6u~d8)n_7X`m8^ϫqↃ0J2|nk& >"aoҕ᫧GEtS]dKR[o5En_ZYx,&A)%Or 4w0º{!}k~c\ Wl0#-lުiJ`(>UNh[lXnH%Y8IULN:p%F" I;}#G :Bs6ZAZD(qNTsb,6g\0$\o+f-P㳕1 Լz+1jwR@"q =6آ^Gp- vM)pHpǓm j^4'3> Uac<n$֫Lgs%# 8;YOܪm-J5X}ڥK)j#.cDoaht3#Ĩg$۲3)+?T56$vI[1:l (Kq|g΂Mܕ⪮;#CE6Mqn;UFOPPv6ty2n"/ӫ A5gh{lp阈TnwoaAoX=ZښOa:8OogQ=ў?b87=k?2DRr$⌇X(Ts 7"NWiռH.%C[.-zR5_ dcOWٻ0/V㌈ e2zQkQ a3\EWGсO'4JG,xkʛWB}n=m^+$w%0`5F#ct4U~[Mq?d+Gk)ۘSzwalsYlȧۇ3y3a@6 x@PyJF^ቕ\E[1̧we)Tp 9g1OuiP2\{c@ntE*eEn&ta*|ՔO5XZs\{S\!"]Žxï%& %Ǥr@7-N[u6 GaWB4rEV4&X'NKT}>r/kneY/̰}B$!qù^&yV xk* f7H| Ӧ#Z0 ǀB;6i}N.YM$,AV;0bI T>*Gjk4} Iڀ[VNNYAo{9CEV+gݽUjPMkBP4K1&G8#fj}b`Uyqr'OqH;R[3My=E饑5\ oĶ!+qnA,(‹re?L`O~K̄φb.iA!J1I؂Quya~;6lvQ<{MZq5odN:L$/+eR{5 G":zbY:k-7nb /!Y0U¦+ iݘX|#㍜Z-ktd pVRBU+Z)rTߵ7@˭ ;> #DlZ+:pY(rÏ&ڤNJ4#.3x|0~L"ik#ݔzh[~en|{L{^u[CgEuum1HgߡTeC%P8iͥgaXlA:0PW2))d-;&S.f PǮ_yU)4Zi̺ˈvY"i> %go۝А5 W4u Wdhng(M,t e@dv5K3,y\kې/-/\G@Qi09eF0-Ɂq]}鑆(םWw̪˗JG=e3V7N $ܦG,a[gd. k Adj @޽m{ykaaj ST{۽VSߥWDEՔ3|vL[?̹\j7Y%ntRZ1SRZ^2tM<$ eۼoK '[zc&VE;thS{ =lz0ZI]7ZR!!ý쀬V!qp)6#h2n!9[d6́7=\~[ 9D\8;d:/"!98ۏ%MˍyP{=ѕ.Xkzpft@I~ٞW$vQމ؃)\Ϧk ǔ r>>ecbɽ4cF>gbY5 oNK~Z-=I/h7"G*?z~s{#?}'yg ‰j#{1"eI@L}Ԥ)|Cx~S/XtT`u5HQ̳d:Y7zv̵oi  s+ p" 9\u̯QT]ZHVwXb)!HTVp%1{FQLw+86h-d J`JvW/%hEQܛ!\=/lm{I |d|sAfuV\e7|#?J_x:,h8. !l0|/;+!mKN^$q֫`063xJp*D4~kEmAkGϩ+i2|sͭ (Dn(uP%-\VcSEU&M$W9!qzeo51۷sqhYyvʯ e_i,/xS=7s P^2&f8F"z[ޅ۷hwmiPז)|~땓WM爕G "&x,XЭbeH>܉</s*dL5zvKsK2>9)Y7˹ۂ<<;H:L)nFofu>ociنy7Rq$t5]b#vW  Hz^(b$=-b&e*& ݨX3'߳ FFCn_eRVQSy L}Ox@Ex Dh.BSD&&_=ڲxqϾK( ޔ[pLmtF֪)nw5qیf*噧ɆY]dQC⨅zO|yWw(H)Ơf/C9FLX(%PmNcFX z/u_>OgDr^rkCE<|#5?qDQs͇w o9BO2|턍)$7p|l@sOm#湞ZjG+Z/f$@:[ƫ$ɨb$kT G֞KYoߒ¢Oiqp<4{*_ 6y.^G5[ &I)Moڠ%\\O{֒Q%wo Є\;) nq*3sD0ENf\"O% 9>Jnvwe_;p>UI[֗Nf̦ Gv9 +Tesh'(A6$"'^ڛ )yS,oRƏ.xx?Z&vE*H4<`m Qy/A:Yi|53ZV<7D Lf-Q'#6Ыћa6,󧮫惨.[6.ds%Z|?٢: &j8uzPPY#Xr'.j'wv:*3 R("2ۇʾ_3 nX^\sgЃxjT|^z D GQ6[~ϓ r#tW]d7QL m\ {Rݧ %66Ӯ8snvԀ腖4k)OшwPXM%(2h\ bX#@jj ߖD …$rz @ u)%-0?q#0Q͞Q+>Pտ⍱*]IQK8Xh|I' sݔC$_&hGT2~!=𨉤ٜ (¼T4Rmx~*fI.xX`BiǻhuJ+/L(3 ʩ:W0r&&^L }#@O0X >璞!#\~ϹYPCoX(˙4, TP&O-k&w /)BL:HSx9 dĦ|9`%7[zeB*> NkCPuӚ䁂5uaL S6$tʠ1)` 3մ6wj|?0m %=!b$^sQrjcG+/a|\jH0@B֑P6( \֐Bt]=zRBzrzߘл8,[rm^ݾE$G,<_V/l?/##>%Jr`1EYV4{- ] 3ZFt 2~ =LC:\6r] `ǀ,%NEB7?XG״w"VW\MeX t/^iʣ2rlxSE“ĺb ÿoVt$MlY @D[]~9]o~;6č.4-gx= lkY6` mn-w`bM b5Rc# "ڏﶻ !>*PѦ7{WH{9xB D6hаEWҠ crE%SPe|}[ʨ):`Gg+JWq4MX7l6xVR9tD$aCy'nzGlEZ wpΞ:hr0U۷ZDxqQ>{YAL5ΓU YϟȾFo^7 BeTc:qbf ;Hg7j !:q 8ߍ1h]=a%\> " ȕUB/mAq N >$'`c[v%<~Z(~' NbmH>*Pk+1g*tgBThf*8=OGěNSb,^G7EoxVw 8ێ6$)~ E ~B\=V[_@ہ}QI4&z"ShB'2oxh2Y mlJ3U*+F?m "Ž*֓Zlk$ +GMWuz]ߕ4!WL? {фϐz{LTDH#hpsD9Ǩ\W-|5'M-kJN!H .VcN 'K;s@wB8l ue@np FFKp&#u0G;BE+-_,.)}Qh ۣ9cˑO}!ߐx` XlEރ7lK@ g˴sNtUIߗz]¢J`C.xyvRb[ȇdS F]xܛ>QtŽ)-=gC%*ޑaM$Pkө]FE /pIĔekFjդsm3C`< YM"|gCV̀$!ڤɢsשTc CgfDٶhi9|R1-w Z_}تbjS S X'Qݎ!v>?J! (wb#y oiy@Pc Ԫ=NZ H:b3$8 %%~ Im F;ZIAEjUw^IQozcIV p dgAyGC?CkއҒ@@SWJemR8SMfq4;2@/S% o|0p_wQ#ǭt,#kEe&0*"h.r1N`IRR Mh;J HT. l-IuO/ sVpq\$+8ᴠpGNMC-4lgRK1lB"Npx%ѝSAgj_R4ļ ~*j)@$S3qvJ +^CF>f[.>}Gl:[U Wpx,ǧ,'3sJQ80ܡU^ǿ޾,&V}ad^M@0@pkd&QFZ&y|e_T."?@1Xic9n=31IErFy|$3~DtZ ]*K=F[B&hnܡXK 嗥$K fp. %r><.Sm%l}rNmRbXk\X ~ )3Hȧy v *QM ܃7gq:>1T]xW"-4O-W&B9Ru[Nh:|^G9ʵQ`4wR۠6dFdu\e&x%2 [K^L߻gO(=ަLp*_ῴU8څ|z"bY2*A mpwnKې=ܒ )1ި=jϖ E-s{OIRG 1lhPEDISY`E?>>|uWKu]L92nSeMu}b[ͨEia5>a^苏oئO)FTiO?5}ƨvݧFU;+ e*O**a̻~7,R 'kP 8sΣlrxJ/MZ+U͟j ΑV'9g|#2.S@ɾ=SUdfAߜ-Pɪj9@ϯZ:oG!Tu(-êK˙XAW,ak_.$ţ!J {|U%{1"6?(<ˤxfߤt%T NTYr$}h53g_Z~uY`znwN/q:j( `k}wi{FR9Q TI.~O`>hfFZoƞvG_=Altޭ -|7_˥ٵk$۬_$2):m?|]ɱ\Y Cy9|a5 bPf#9Fug ):ӄ,xg T9$e{D5-1Ŝ{%9n4L eӰ\S,ųQ^B CWvX}oڱg#zH~Ч5+lvOנ1t$xڲe- DљWRA % сhTAY؋TOC':Q}s̜ضs0L?u$sL7{υWaEQBfrn!@a*ؚzVM @P:ӀWF'45NCd- +ܳ < kiU 'a椖[arck ?vtom>£bgڙOs@A5CYY=pgݦF9#ޅ> M1 /?E'۟%\+#Y7<^BЮ~rFIRS#l[*JkkZ%&!l/OFH'OD.q$lUNWeeq^cM6aX7GT 9w1r z4-ozI}Oz{п}c_e6ZLK8[\x܆)=*t<7v1T'5 ;b0 ͇vH9* V͚krYd/pS~*%liz(D9)^׿C< Y0_zKkUݡ[v…26u^MVإB TwKS-m59iE[K'Cs&rj^};.C)-z4-z\VuyuD\}Qz4 E]Y OQhtx[@gs)L+<:Bkd\jmC"(\LYea}9Bە,ByGHg,*{wZ"̞Gۗ(6 uَX3 _ 8, b=ӲXbn۽p.]^wz"a xcFSAiٗ GSx[ + j|(bB(n2.- jӱ')lc"Frp*ˏYƻ4Z,PylZG;Jxt†4J4!բh>Lt_u?)ʡ Je T7 :U -0g]*930\ַ%?;4kt?-kJF_PmK ޖ-;87=ooXnd 5 9xkѓyw| T 琕G5YfUԎ?p G9VM<7WU*<|Y[e>.8 Wrﰟ…9r@fEc8TIَw,kRHďj࿙ 'cޘ.k-2Vئ\070 D `l?WyR*CȡME791|a^?pIFrMG)voÔZ@k%.S}[nXR%-cÄ [)}^xn,SVSZFHA}R=ۣPI#+oA(V&+΃6;=B;Zjh,B7>U#4ɺŁLHadD> PuD|i45bA"w}wK&*ԕOFNe4@i[$&L2g+뷞,|XŷaH( +ƸY FBE EQa$ȕ:H:;gD8*&UԖ`WvZ fVBƭ34 -+Hnע;݉R0&jI3G#UJ\*^PNG eQ',5 E࿖Mv_.p\G>?;Ҳ2$-x'rKV;B ӌi*O6q% posO d)K@H <<-e3y> x d0QmYi9+Z`%=?qeT?JٿXQ֙0wʙU,#k7C^JC֡ZaDecKD7"PL5C#OIv!j7@dML^7IhTKyչ`!0/g M'=@e t-J6Q*(0Z>U#Gbu[Ay[d=-zxD) K;&%N:WI>s3g`/iǢM(W3hR4nKEHQ Vs0LxV+Y, -ɦ~)+fR=+5>+r rQ6Fq\6}w#ysÁPžJײMce*yLSgJPe x@lKHzUSD/FeŶdS{GSi';Dwq`0±lRgS†'}rFjC]X@YKlzО:]Zg8Y;sK>NQz )3$3_u0k=|fZSqM=cc­m xdyLQg-X`*}ڹG 5c,CO"ɻT}} e.F_UɊ b1x_l|O7oJp},EE㫣fq<=/fF}$GL`xB$ A5Ŵ%;8T2C4:NO69=5*n}pOj j}tTubMOU:K,&[/ S#F&NeETd` (cǐХ{Qj Tf@,H T;֞$fA_~IT.T@6WɨM4 X9N}xli)Tԭo.t$:г̍ůzt &)CE{2{Hʼnf,9 )mlWuuP_eQW}ay@lZ"+v['F/4B JϷ%[TP/#4O@ @9_S☧kMMI`+PD%р6,g,TW]SXp"y' 1 ca˕/mQjP /kn2# VW-%0=TDn;ɸhp+7ƞPPqD(F-Aƥ3ζY>ׇM|KܵU!d#2ߣ@ |** ?Bjch OF CN믉k>+3VE쾽f;i(K TPyJ#@v6 _*mJ `\HᜣWKe¦`BoK&N&}' }FX63cs=zX&z.ٱ9^; C̴b~py"tl[tx:^?O>(} Zpc[lӖ (\JqM[b{̩iEI_3=O'AذX]Ɩ(D.}rxy}4s=7#<~pbPuns*[. mYq\(Jֿ5*q^907ΔD7y:*F.!Uy7X }}F.O:`QɆNTAY3a[N[Ϙ `>;lJS${w ˣh}KxcBNnQOQms{QP3TbbD| 9/w+5@{E{!Η3_jԖ:hN] j ,_/ vPf^IzU-x`.W4A>*4B;^pIB>~ K¥5K#>e+PJ7 lc3|?Wd|?!ڌCY4s~ap::rUЌ~XX%:= Urׄb㌋QTڂ*eUuj S~ YZ