samba-4.17.4+git.314.7b07e3c51a6-150400.6.132<>,hg^EBU=uo\Pd~{ldOeuTVb/v(kF q'{׌{#g4?_G(T݇uR{5c|$Dg~7m-UF޴5!l]i Z-m_tn"`4>)4V'\iga$\a,?e9t-=I)QsCn  !;JdB[y ^W{-1s~w:m- >Q3?3d# 0 b5 Fd{ h    A?I@QBYFqGوH۰IXdYxZ[\4]\^b<cdIeNfQlSuhvDwxyz22333 333$3,3G3L3T3Z3Csamba4.17.4+git.314.7b07e3c51a6150400.6.132A SMB/CIFS File, Print, and Authentication ServerSamba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem. The package named samba contains all programs that are needed to act as a server. The binaries expect the configuration file to be found in /etc/samba/smb.conf For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at https://www.Samba.org/ Please check https://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.g^h02-ch2b]mhome:pvarkoly:CRANIX:leap15.4obs://build.opensuse.org/home:pvarkolyGPL-3.0-or-laterProductivity/Networking/Sambahttps://www.samba.org/linuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in nmb.service smb.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi #CRANIX extension. Make backup if [ -e /usr/share/cranix/tools/crx_date.sh ]; then DATE=$( /usr/share/cranix/tools/crx_date.sh ) mkdir -p /var/adm/cranix/backup/${DATE} [ -d /var/lib/samba/ ] && rsync -aAv /var/lib/samba/ /var/adm/cranix/backup/${DATE}/samba/ [ -d /var/lib/printserver/ ] && rsync -aAv /var/lib/samba/ /var/adm/cranix/backup/${DATE}/printserver/ [ -d /var/lib/fileserver/ ] && rsync -aAv /var/lib/samba/ /var/adm/cranix/backup/${DATE}/fileserver/ fi /usr/sbin/sysusers2shadow samba.conf <<"EOF" || [ -f /.buildenv ] g ntadmin 71 - EOF if testparm -s 2>&1 | grep "server schannel =" | grep -E "Auto|No" then echo "CVE-2020-1472(ZeroLogon):" echo "Please configure 'server schannel = yes'" echo "See https://bugzilla.samba.org/show_bug.cgi?id=14497" fi # bsc#1088574; bsc#1071090; bsc#1065551 if [ -f /usr/lib/systemd/system/smb.service ] && \ grep -qE '^ExecStart=.*smbd.*foreground.*no-process-group' /usr/lib/systemd/system/smb.service && \ [ -f /etc/sysconfig/samba ] && \ grep -q -- '-D' /etc/sysconfig/samba then echo using foreground execution for samba systemd units echo overwriting samba sysconfig to remove daemon related flags... sed -i 's/-D *//g' /etc/sysconfig/samba sed -i 's/-F *//g' /etc/sysconfig/samba fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in nmb.service smb.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create samba.conf || : PNAME=samba SUBPNAME= 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 nmb.service smb.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 nmb.service smb.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nmb.service smb.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nmb.service smb.service ) || : fi fi!!{(7i[h0<T`hMl֠z zNbJHG5xL6!(HXEK mVH`@n50!_k5ehqIS3P@HڐMx=Ix v_8+  uOt]hw@ 3 I JrbL, JJ A큤큤AAAAAA큤AAAAAAAAAAAAg^g^g^g^g^g^g^g]5g]5c|g^g^g^tg^tg^Lg^g^Lg^g^g^g^g^g^g^g^g^g^g^g^xg^xg^wg^wg^tg^yg^vg^ug^vg^wg^xg^ug^xg^ug^tg^tg^wg^ug^tg^yg^wg^wg^xg^xg^zg^vg^wg^wg^ug^ug^ug^ug^yg^zg^vg^vg^xg^xg^yg^zg^zg^yg^vg^g^g^g^g^g^2g^1g^0g^2g^1g^1g^2g^2g^2g^2g^2g^2g^2g^2g^3g^3g^3g^3g^3g^3g^3g^3g^3g^3g^3g^3g^2g^3g^3g^3g^3g^3g^3g^4g^4g^4g^4g^4g^4g^4g^4g^4g^4g^4g^4g^4g^4g^g^g^g^g^Lg^Lg^Lg^Lg^Lg^Lg^Lg^Lg^Lg^Lg^L08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d80db2d0e9f1d0d83a6fb7bf180c441bc32c2c5f47201644a39cc538786cd48b536581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e13c4ada1c9a0f2ab2c6a74981d6c24a4982fe610e30275e1274604b85883d374db3d8f2a6c949413ae39af852265bb58facad242c9d4d86f8a08e6a22405f0d267224fd6dcf9487966612524107adfa7f815ba006639d9a1b33027f485c7c14b91119cf5a0836274f43de18ea2feaf002027fc7e132270a1a56a55a7e2232f5d5c1495ad815dc1b184c075b94222b9a88b509bcbe259206193eca1bbf07f7e8682c529bd9920d6b4ba86843e557d28b2b96f92ca30272232a1b8100cf01f1ec4a26af51d2456307e6ae4dd640299657ef6e4924b34f5ad9aaa3588ba97e2d9c438c3682de062bb3a89e65f4586d8f5f6b14f61ec9ceaf19aa91aba4ff96de060e772ff7d0915d3351a83912f6c04f32f2643d3006960b24b05fb4dff7d0083f6d76a93f42fab5dfbbe8c2fdacdd4778f4f42142a527a3beb28acbfbd8061923b2cfe98f302d412a2e2e5930b8c543eb39a42825d942bed12619dbed76a61b80588e6aeda506fb27c139df42e2a3764fba4c04dff2dccc4853759d1f05a55867fdb140a7c58c5e8597672d81b249733435a767058c01423bcf847936818ece8d780ac969fc922ba44691fcf392565063997d354acb327477a70fe2f3d686f655b713eb5718e793ca21ac01bef3b6be6c920efb0c912fa96ae749d12d427204ba539714b0f4efacf5a794e608e45bddb50aa125ca4f3bef0178e94bb4da4b6bf9af3df27aa0efcc477d1d1b95a668340bc83294f367c9f1d4b9770a1ee63c793d16d06561d16fe60746e54e28f45d1b93dfb4547e2c85a272769b3f3158b897a4439ce9465ced01dc7f83bb1e57fe0f2bab6b3f869ac390db5569316882e4035dfcbe93a1a00b6e0192bd638f5b7f568efa752dafaf5d38fc99eb128ee6ef323d270e7b3b5e2ac85194c0ff60b0a0c8b03f06d2cbd00d918952c49075748ecf24c6f6d62d38313592647d18c551eeaf59cc95892f004b976277059ce1314961db7e10fbc360113d0a804cba06c9236f2f04739ceac5e92ba787d8102800060534e867e5f03dd68e2f278d21c144b18a6caab89ab4b4909c89fd7ee56d58bd91bd0952b3e78bbbcd5336fea3dba806a3c2930d0e174b1e5dba753ec2b403eac60e484b9b785bcf226c40d14f7eefb0fd8ed08f8a46c22c2af3e345bc1a3dba6e222b61034762aab85d7d82a7a70ab3b06cab0f67a314b6b7e85f65e6a51003d3d78f6807dee9f7724badf307c03e551daaa586547b1b8177eb93da9fbe5f447dee415852b806c7e99e712355b72a743e013d8b6512002b14303733b254f6f4e1fb5afe96801ca8ed371e523aaf5b603267a17c90e9500a475c7e5fc9bda5db6bcffb75d145cb241e327950f7d0cbbc388ee870b1f9350c13eae534cd359976961d93072d98b7a3bc532589de5ea0ff51ad4ed2be0e7ae9e315f2597b82825268951b01e08fb11128c182d5407c292029ef51f0824bcf8abd663a08ed8def599dbfb93ee3dc6717b9ae1691be6b4166fe16db81be1f427cd6fb90ef3e43dd452dac52698f52699f0ea88ca268e987cc426730767dc2229ee104f0925ff0734a8c4bf7f442a12a610551d05aa5e55e495f902c91ecfd64e6cd3cb64e8de9a9a11ce2fb6ad0d062b2049dcf0a5f7566cd953e97130b4209e9060033b251667b5b2338e78ce014f12323afa6f5cde4a6cb6bfaf479461f665df1d2a7805e785c0ffea92a13a062b49a6e0ce104018eac49c4fb8f14232c18779e472b399b2b631105383f474bb747d0a359e169deccdedc28299bdf2ca8c8229756cf73f075bfd40a31f1477e464d765c680b2e48a91b4708d87ff3955f73fc726118240c93cc6bb569fd7be0251a8bd6833943ab8f9953b4efd358e5912e9c949065529b6f2aea422178a996681dbea555cff9325815c756de9fec735eb121254f84da8a313643aa1b697ccd0be2c839787b8d195961f753b2daae3dc6d63bac9dd0c9ce55c5f40df74abb4c45c130d8d4918680ca595e67339ad685fd52fac052c33d8229c214553750236d478938c23b76a934b09869a9efdf3a17abd7c3425022e2ef3bf41297c4c3abcfd68af84da2a0255c24925e713031a30cdf1dc15833dc437146c57dcba7a4bf1fa4cbf38c31f0be1394aa5b10cc66428de544bfeab189708b67bb4ce2e6192dc4f41f9e12b60657b41c429e717f87aaaacb55425c242cf283953db478ef727837569b3d79ac783cb9ba7d15cf582ca471ac81e696951b2c48854343750a10f7e70ffd00dca56105447ebe8fdd59043f294ecdf2747c1544020f0d5ce1323c80ec8c5b5f32d1aa1d178abf2a7021ea4c525b9f580004e426f106fdff21e3b4627de1af9b4e606d03383431459f35b1582283ed4d96aaa211a9d7f5c1a5ac38934aba3d3a2513821a3e0ea31a7a91866f2a024023d1c8d58297d494e68cf21b9034eb1754357b6c52d310d42da7050eb0c11572c620bbf2bdf768b2ced6166d7e0e73ae0aae212f993ccfaef1f47d079ed0d53881b24c25cef2797ec2f7e9410772c6fb09c51059e7a64a27c798a47b521f714a9e8b0d4fd3d05605109394c474dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f2377dce4553a9ee017883af461ac6600b05a144d61b47598f2135cce30f3f89b127ee9ddf1c0e5ffb9ea7c7c1383dcf014b871227de5200c4624185f855de14226c69859ce84583b2d1821c7509ded49e145c4e830ff46394f26c636237f2f3fe496e36514ecf9dadd31f9e95274e51ba4fb14435daf886d74f55407faeee5ee2ad7e15e2037ba953c9f670c3d7c8c831ad508fbfcbfb28bcf57f4ef2488eeaf3a126e9b02443f97c05f88a671e5078550aca7001d20fea2ed4e56179503183180623f644f01a3f5bb43e4da3d24f1bdb178ea92702af233bfb71154944544982e940d52f2886f42c422868eafa8f1a9c214b255291a126bca426961e9e5b582867c89a9a176580e5633f38d5c4202e0d8ac3b930d021cf32cbfaf90dde7f2d24db1ccb89f6a5d1677fe33c53d8a64796e7b9f31ee4bdd455ca777b40a926fecec3d96ad57cfd2cb5aaf2900fef490ba1c1d1d5245017457566a7762d4d9e62d5aebb8a600c1adc1767207a0c7fc51367ae0ae7f82edd57da0d3ea09bccd74d89815d9a2a371467979dc8f8681543b154ce491d8f5251ff589699efb213f08f257934d3a530d97455aee4e81bd0671a752da87380a4a600aa6fa9876317b128147597c79e543da62ca84a6bfd6beaa190d6167923e1bfb2e77ceabc3660e66ab99338675914326fc521ff00a74759192706f9758c122ef5266bb1402c03adba01bd9e3fc491df5f2ebd0935c1c57a18b7000eae657065cf485c987670387d4c250d3fee648442144211089afe702f629a7394f363e886f5b655150fd58a7be05789afff2ff0302b699c26054232c06f11344b561dbbba0ac0de0e54febaea0495d3cb6fbb7bc01b93433caea0af9fba495a5bdc904094a5cea9ad9e5c8c142ac8867de52e5219b92920e28f501de9918c6bd61e9cc9bf0e7395af963801e2ba5b82a6161380c8bd1196b16376a5ac8529a2f01fe08059c3363725d9856b377a6e71a335335374451ce8ba92c7fae5e5c90f2089dd4aa5fc6efdff4dc8df592926e0da4e2e7983e871d50b68aa446e9a5a9fc55c91295f52fbd7966582d871bc98f99bc0ddd6296d7a12f8b41a87c017bfe85be9f018abb074f756f6d315e9053842e124db049ca0fa33dc2026c7510cd8e3d811fd7aa398dc4dd53b76d580bb941919df63a14ac52c644fec3a3b8792e115483c33955d8b2715a6d0c9f15f23169c7e60a43f7f6ff1bead17359a0438a20a6600692b0cc2065a8ddd119d684612ce2f3e1eef3b4c9494d517591fd428decdc80bff6c952109d672ace514725c64962a286f2850ce81730a66019da69193adab1f749037b212eac0bfae53a37a5105a765048bc1ae671fd9674fa91fb3f75a24805269285500f0ec8ec8e6bf5c492825b653e20ba3a2ca70f2f4a414bcd546d528db18ea93c3a7718ec07d4aeb588ed7f28f342f4bf5106898ab01f03ca8d4304f8f5ef98bebf2e2e07f2bd79113f9fa639504da9a4e3057b21bc7e25c9cf684c40f17657a5df35b007d267f26c055d27a797d2f8d083dcfa1e220d2b7d50555588190b4d53d81b1c67fc0b34e54747c1abf527fc9bf0b9ad45bd8b8d26ff3ba864b6301389201fbfede019f696f1dc5e24ef842698c2746c067d885eec44348f60e2241fb9f6b3fcfb558af6c8657aa1c79dda5114a90fe4946507778e9f49662ed9a8bed5fe51cd1eefd2725b8c7fd97fe3cd817a0e3cdfa083ce46581b8d8274f4d922a3361ca941181e4dc8d6bdda5aca12ea20e77a6deb066d05a91c978685913197bd215045a634e4b36b6830dc273e6313eff2599fd0424153963bd6e52125fc2f2a15077aace6fae4d26759aa9e8308935fcda35e16e664118622d446496bc03629b3718a96ee71e586eb26398fde46b0bd7ff0ae4ecdbff99e6e40333d48df4cc3cd344f3d4153e7f39501ca0fa2b23c4721b6afae5f21b76468b188d8612465037b056817551905ae167a97a67d1ca5c99c21038085edbb52d77a3c42404772b104d3021efcbf455d5d92c894876447ad3dd09a777ccb7d342044238e2eb43ba4c722b9cf1fef831dc5ea539a9c002ba7bb837101457d87bc3de4f928ad00730c8b23c7dcce656b0c5b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0bc22ec66b5eed8e11185b5c433d3d459124a0ee9e1bbc638b5250debec720860serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.17.4+git.314.7b07e3c51a6-150400.6.132.src.rpmconfig(samba)group(ntadmin)group(ntadmin)sambasamba(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/grepconfig(samba)coreutilsdiffutilsfillupgreplibCHARSET3-samba4.so()(64bit)libCHARSET3-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libRPC-WORKER-samba4.so()(64bit)libRPC-WORKER-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libauth4-samba4.so()(64bit)libauth4-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcups.so.2()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(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.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libevents-samba4.so()(64bit)libevents-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_13)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-nbt.so.0()(64bit)libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.3()(64bit)libndr.so.3(NDR_0.0.1)(64bit)libndr.so.3(NDR_0.0.3)(64bit)libndr.so.3(NDR_0.0.7)(64bit)libndr.so.3(NDR_0.2.0)(64bit)libndr.so.3(NDR_1.0.0)(64bit)libndr.so.3(NDR_1.0.2)(64bit)libndr.so.3(NDR_2.0.0)(64bit)libnetapi.so.1()(64bit)libnetapi.so.1(NETAPI_1.0.0)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libposix-eadb-samba4.so()(64bit)libposix-eadb-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-credentials.so.1()(64bit)libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1.0.0)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.27.1)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(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.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamdb.so.0()(64bit)libsamdb.so.0(SAMDB_0.0.1)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-base-samba4.so()(64bit)libsmbd-base-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(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.16)(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.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)liburing.so.1()(64bit)liburing.so.1(LIBURING_0.1)(64bit)liburing.so.1(LIBURING_0.4)(64bit)libutil-reg-samba4.so()(64bit)libutil-reg-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.9)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsystem-user-nobodysysuser-shadowsysuser-shadow4.17.4+git.314.7b07e3c51a6-150400.6.1323.0.4-14.6.0-14.0-15.2-14.17.4+git.314.7b07e3c51a63.24.14.3cvc@cj@c@c @cc@cs@cjDcWcOcIO@c1@c1@c-cbz@b֜bb@bb&b{@bq@b_bV@b<]@b0b%b!@b!b D@b a@a7a@aa@aA@a@@a@af@aUaTU@aLl@aHwaC1a`@`!@``dd@`<@`@___i_@_|\@_{ _l@_i@_d@_ @^@^@^J^ϧ^^>@^^l@^^T@^{G^oj@^ku^b;@^6^2@^&^&]]])]]nU]i]e@]J@]B@] #\ڭ\\@\ \N\e\}@\o@\\\\\X)@\4\@\ @[[@[[%@[%@[@[ @[[F[t[#@[[Q@[Q@[\[[[{[z@[z@[r@[a[ @[W[WZZZZZZ`@Z@Z@Z@ZZZ@ZZ}@Z'ZZ@ZOZ@Z ,@ZZ@YYY@Y@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_@USaNoel Power Noel Power Stefan Schubert Noel Power Samuel Cabrero Stefan Schubert David Mulder Samuel Cabrero Ben Greiner Noel Power Noel Power Noel Power Noel Power Noel Power Noel Power Stefan Schubert Samuel Cabrero Samuel Cabrero Samuel Cabrero Stefan Schubert Samuel Cabrero Samuel Cabrero Samuel Cabrero Noel Power Noel Power Samuel Cabrero Samuel Cabrero David Mulder David Disseldorp Noel Power David Mulder David Mulder Noel Power Samuel Cabrero Samuel Cabrero Dominique Leuenberger Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero David Mulder Noel Power Noel Power Samuel Cabrero Samuel Cabrero Samuel Cabrero David Mulder David Mulder Samuel Cabrero Noel Power Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero Noel Power Samuel Cabrero David Disseldorp David Disseldorp David Disseldorp Samuel Cabrero Thorsten Kukuk Noel Power Noel Power Marcus Meissner Samuel Cabrero Samuel Cabrero David Mulder Samuel Cabrero Noel Power Noel Power Samuel Cabrero Noel Power Noel Power Noel Power Noel Power Thorsten Kukuk Samuel Cabrero Samuel Cabrero Noel Power David Disseldorp Noel Power Jim McDonough James McDonough Samuel Cabrero Noel Power Noel Power npower Samuel Cabrero Noel Power David Disseldorp David Disseldorp npower David Disseldorp npower David Mulder David Disseldorp Samuel Cabrero David Mulder ddiss@suse.comSamuel Cabrero nopower@suse.comDavid Mulder Jan Engelhardt David Mulder Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero dmulder@suse.comdmulder@suse.comdmulder@suse.comSamuel Cabrero jmcdonough@suse.comdmulder@suse.comSamuel Cabrero dmulder@suse.comSamuel Cabrero dmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.deddiss@suse.comjmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comjmcdonough@suse.comddiss@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.descabrero@suse.comdavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.descabrero@suse.comscabrero@suse.dedimstar@opensuse.orgscabrero@suse.comscabrero@suse.deaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- libdsdb-module-samba4 should be packaged as part of samba-libs and not samba-ad-dc-libs. Additionally no need for it to be removed conditionally.- Clean up logic for PAM migration settings in spec file.- Migration of PAM settings to /usr/lib/pam.d.- Change with_dc default to 0 (for non TW builds).- Update to 4.17.4 * CVE-2022-44640 Upstream Heimdal free of user-controlled pointer in FAST; (bsc#14929); * CVE-2021-20251 Bad password count not incremented atomically; (bsc#14611); * CVE-2022-42898 krb5_pac_parse() buffer parsing vulnerability; (bsc#15203); * CVE-2022-37966 rc4-hmac Kerberos session keys issued to modern servers; (bso#15237); * CVE-2022-37967 Kerberos constrained delegation ticket forgery possible against Samba AD DC; (bso#15231); * CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak and should be avoided; (bso#15240); * pam_winbind uses time_t and pointers assuming they are of the same size; (bso#15224); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * filter-subunit is inefficient with large numbers of knownfails; (bso#15258); * smbd allows setting FILE_ATTRIBUTE_TEMPORARY on directories; (bso#15252); * The KDC logic arround msDs-supportedEncryptionTypes differs from Windows; (bso#13135); * libnet: change_password() doesn't work with dcerpc_samr_ChangePasswordUser4(); (bso#15206); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * Memory leak in snprintf replacement functions; (bso#15230); * RODC doesn't reset badPwdCount reliable via an RWDC (CVE-2021-20251 regression); (bso#15253); * Prevent EBADF errors with vfs_glusterfs; (bso#15198); * %U for include directive doesn't work for share listing (netshareenum); (bso#15243); * Stack smashing in net offlinejoin requestodj; (bso#15257); * Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue; (bso#15197); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); - Remove deprecated if-{down,up} scripts; (bsc#1206444); - Adjust the systemd drop-in file for named service; (bsc#1201689); * Paths are additive so do not repeat paths from named.service * Prefix the samba DLZ directory with "-" to ignore this path if it does not exists- Migration PAM settings to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update.- Introduce without-smb1-server spec flag; (bsc#1205104);- Update to 4.17.3 * CVE-2022-42898: Samba buffer overflow vulnerabilities on 32-bit systems; (bsc#1205126); (bso#15203);- Replace obsolete python-gpgme with python-gpg * Upstream replaced it in v4.9.5 -- bso#13728- Update to 4.17.2 * CVE-2022-3592 [SECURITY] samba: Wide links protection broken; (bso#15207); (bsc#1204499). * CVE-2022-3437 [SECURITY] samba: Buffer overflow in Heimdal unwrap_des3();(bso#15134); (bsc#1204254).- Update to 4.17.1 * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Flush on a named stream never completes; (bso#15182). * Permission denied calling SMBC_getatr when file not exists; (bso#15195). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * pytest: add file removal helpers for TestCaseInTempDir; (bso#15191). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * Flush on a named stream never completes; (bso#15182). * vfs_gpfs silently garbles timestamps > year 2106; (bso#15151). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * multi-channel socket passing may hit a race if one of the involved processes already existed; (bso#15200). * memory leak on temporary of struct imessaging_post_state and struct tevent_immediate on struct imessaging_context (in rpcd_spoolss and maybe others); (bso#15201). * Since popt1.19 various use after free errors using result of poptGetArg are now exposed; (bso#15205); (boo#1204279). * Remove special case for O_CREAT in SMB_VFS_OPENAT from vfs_glusterfs; (bso#15192). * GETPWSID in memory cache grows indefinetly with each NTLM auth; (bso#15169). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). - Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689);- Fix use after free errors resulting from using return of poptGetArg exposed since popt-1.19; (boo#1204279); (bso#15205).- s3: smbd: Fix memory leak in smbd_server_connection_terminate_done(); (bso#15174).- Disable SMB1 for tumbleweed builds.- Update to 4.17.0 * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1; (bso#15153). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Cross-node multi-channel reconnects result in SMB2 Negotiate returning NT_STATUS_NOT_SUPPORTED; (bso#15159). * winbind at info level debug can coredump when processing wb_lookupusergroups; (bso#15160). * Make use of glfs_*at() API calls in vfs_glusterfs; (bso#15157). * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128). * `net usershare add` fails with flag works with --long but fails with -l; (bso#15145). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Performance regression on contended path based operations; (bso#15125). * Missing READ_LEASE break could cause data corruption; (bso#15148). * libsamba-errors uses a wrong version number; (bso#15141). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * 4.17.rc1 still uses symlink-race prone unix_convert(); (bso#15144). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Manpage for smbstatus json is missing; (bso#15147). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Performance regression on contended path based operations; (bso#15125). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Fix issues found by coverity in smbstatus json code; (bso#15140). * Backport fileserver related changed to 4.17.0rc2; (bso#15146).- Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update.- Update to 4.16.4 * CVE-2022-2031: Samba AD users can bypass certain restrictions associated with changing passwords; (bsc#1201495); (bso#15047); * CVE-2022-32744: Samba AD users can forge password change requests for any user; (bsc#1201493); (bso#15074); * CVE-2022-32745: Samba AD users can crash the server process with an LDAP add or modify request; (bsc#1201492); (bso#15008); * CVE-2022-32746: Samba AD users can induce a use-after-free in the server process with an LDAP add or modify request; (bsc#1201490); (bso#15009); * CVE-2022-32742: Server memory information leak via SMB1; (bsc#1201496); (bso#15085);- Update to 4.16.3 * Using vfs_streams_xattr and deleting a file causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * Samba with new lorikeet-heimdal fails to build on gcc 12.1 in developer mode; (bso#15095); * Crash in streams_xattr because fsp->base_fsp->fsp_name is NULL; (bso#15105); * Crash in rpcd_classic - NULL pointer deference in mangle_is_mangled(); (bso#15118); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * Fix check for chown when processing NFSv4 ACL; (bso#15120); * The pcap background queue process should not be stopped; (bso#15082); * testparm: Fix typo in idmap rangesize check; (bso#15097); * net ads info returns LDAP server and LDAP server name as null; (bso#15106); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * CTDB child process logging does not work as expected; (bso#15090);- Update spec file to fix the optional Heimdal DC build - Fix external trusts with MIT Kerberos 1.20 - Add missing samba-client requirement to samba-winbind package; (bsc#1198255); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Add sysuser-shadow requirement for packages using systemd-sysusers - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d.- Update to 4.16.2 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * Reintroduce netgroups support; (bso#15087); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Update from 4.15 to 4.16 breaks discovery of [homes] on standalone server from Win and IOS; (bso#15062); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient -E doesn't work as advertised; (bso#15075); * The samba background daemon doesn't refresh the printcap cache on startup; (bso#15081); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Fix samba4.blackbox.net_ads_dns_async test with bind9 >= 9.17.7 - Support building with MIT Kerberos 1.20 - Bronze bit and S4U support with MIT Kerberos 1.20 for Samba AD DC; (CVE-2020-17049); - Resource Based Constrained Delegation (RBCD) for Samba AD DC - Support building with gcc 12.1- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Update to 4.16.1 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * Need to describe --builtin-libraries= better (compare with - -bundled-libraries); (bso#8731); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * Username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * KVNO off by 100000; (bso#14951); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * smbd doesn't handle UPNs for looking up names; (bso#15054);- Update update-apparmor-samba-profile script, replace non-printable delimiter with more human readable separator as sed can accept separators that can appear in the input data.- Fix update-apparmor-samba-profile script, sed doesn't like multibyte separators; (bsc#1198309).- Update to 4.16.0 * New samba-dcerpcd binary to provide DCERPC in the member server setup * Certificate Auto Enrollment * Ability to add ports to dns forwarder addresses in internal DNS backend * No longer using Linux mandatory locks for sharemodes * SMB1 protocol has been deprecated, particularly older dialects * SMB1 protocol SMBCopy command removed * SMB1 server-side wildcard expansion removed - Add python3-dnspython to samba-ad-dc recommens; (bsc#1187101); - Use systemd-sysusers to create system users; (bsc#1182847);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- Reorganize libs packages. Split samba-libs into samba-client-libs, samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba public libraries depending on internal samba libraries into these packages as there were dependency problems everytime one of these public libraries changed its version (bsc#1192684). The devel packages are merged into samba-devel. - Rename package samba-core-devel to samba-devel - Add python-rpm-macros to build requirements - Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba- Update to 4.15.3 * Recursive directory delete with veto files is broken in 4.15.0; (bso#14878); * A directory containing dangling symlinks cannot be deleted by SMB2 alone when they are the only entry in the directory; (bso#14879); * SIGSEGV in rmdir_internals/synthetic_pathref - dirfsp is used uninitialized in rmdir_internals(); (bso#14892); * MaxQueryDuration not honoured in Samba AD DC LDAP; (bso#14694); * The CVE-2020-25717 username map [script] advice has undesired side effects for the local nt token; (bso#14901); (bsc#1192849); * User with multiple spaces (eg FredNurk) become un-deletable; (bso#14902); * Avoid storing NTTIME_THAW (-2) as value on disk; (bso#14127); * smbXsrv_client_global record validation leads to crash if existing record points at non-existing process; (bso#14882); * Crash in vfs_fruit asking for fsp_get_io_fd() for an XATTR call; (bso#14890); * Samba process doesn't log to logfile; (bso#14897); * set_ea_dos_attribute() fallback calling get_file_handle_for_metadata() triggers locking.tdb assert; (bso#14907); * Kerberos authentication on standalone server in MIT realm broken; (bso#14922); * Segmentation fault when joining the domain; (bso#14923); * Support for ROLE_IPA_DC is incomplete; (bso#14903); * rpcclient cannot connect to ncacn_ip_tcp services anymore; (bso#14767); * winexe crashes since 4.15.0 after popt parsing; (bso#14893); * net ads status -P broken in a clustered environment; (bso#14908); * Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before smbd_smb2_ioctl_send; (bso#14788); * winbindd doesn't start when "allow trusted domains" is off; (bso#14899); * smbclient login without password using '-N' fails with NT_STATUS_INVALID_PARAMETER on Samba AD DC; (bso#14883); * A schannel client incorrectly detects a downgrade connecting to an AES only server; (bso#14912); * Possible null pointer dereference in winbind; (bso#14921); * Fix -k legacy option for client tools like smbclient, rpcclient, net, etc.; (bso#14846); * Add Debian 11 CI bootstrap support; (bso#14872); * Crash in recycle_unlink_internal(); (bso#14888);- Fix dependency problem upgrading from libndr0 to libndr2 and from libsamba-credentials0 to libsamba-credentials1; (bsc#1192684);- Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899); - Update to 4.15.2 * CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication; (bso#12444); (bsc#1014440); * CVE-2020-25717: A user on the domain can become root on domain members; (bso#14556); (bsc#1192284); * CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC; (bso#14558); (bsc#1192246); * CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets; (bso#14561); (bsc#1192247); * CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid); (bso#14557); (bsc#1192505); * CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored; (bso#14564); (bsc#1192283); * CVE-2021-3738: Use after free in Samba AD DC RPC server; (bso#14468); (bsc#1192215); * CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability; (bso#14875); (bsc#1192214); - Update to 4.15.1 * vfs_shadow_copy2: core dump in make_relative_path; (bso#14682); * Log clutter from filename_convert_internal; (bso#14685); * MacOSX compilation fixes; (bso#14862); * rodc_rwdc test flaps; (bso#14868); * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal; (bso#14642); * Python ldb.msg_diff() memory handling failure; (bso#14836); * "in" operator on ldb.Message is case sensitive; (bso#14845); * Release LDB 2.4.1 for Samba 4.15.1; (bso#14848); * samldb_krbtgtnumber_available() looks for incorrect string; (bso#14854); * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED; (bso#14871); * Allow special chars like "@" in samAccountName when generating the salt; (bso#14874); * Correctly ignore comments in CTDB public addresses file; (bso#14826); * Fix transit path validation; (bso#12998); * Fix that child winbindd logs to log.winbindd instead of log.wb-; (bso#14852); * SMB3 cancel requests should only include the MID together with AsyncID when AES-128-GMAC is used; (bso#14855); * Prepare to operate with MIT krb5 >= 1.20; (bso#14870); * Heimdal prefers RC4 over AES for machine accounts; (bso#14864);- Enable samba-tool without ad dc.- Adjust spec to use pam macros; (bsc#1191046).- Adjust spec for size * allow some Recommends instead Requires to be configured for cifs-utils, samba-libs-python3 & samba-gpupdate; (bsc#1182847). * remove fam, undocumented and unneeded.- Add missing build dependency on bison when building with the embedded Heimdal Kerberos- Update to 4.15.0 * Removed SMB development dialects SMB2_22, SMB2_24 and SMB3_10 * VFS layer modernized. * Add the ability to set allow/deny lists for zone transfer clients in Bind DLZ plugin * Server multi-channel support no longer experimental * Improved command line user experience, unifying the options in different commands * Winbindd no longer scans trusted domains on startup and will use enterprise principals by default. * The net utility is now able to support the offline domain join feature * New options for 'samba-tool dns zoneoptions' for aging control and to mark old records as static or dynamic * DNS tombstones are now deleted as appropriate and use a consistent timestamp format * The 'samba-tool dns update' command validates and rejects now malformed IPv4 and IPv6 addresses * The 'samba-tool domain backup' command correctly takes out locks against concurrent modification during backup when using the LMDB backend * TruACL support has been removed * NIS support has been removed- Update to 4.14.7 * smbd panic on force-close share during offload write; (bso#14769); * smbd should support copy_file_range() for FSCTL_SRV_COPYCHUNK; (bso#12033); * Fix returned attributes on fake quota file handle and avoid hitting the VFS; (bso#14731); * vfs_shadow_copy2 fix inodes not correctly updating inode numbers; (bso#14756); * Fix build on Solaris; (bso#14774); * Make dos attributes available for unreadable files; (bso#14654); * Work around special SMB2 READ response behavior of NetApp Ontap 7.3.7; (bso#14607); * Start the SMB encryption as soon as possible; (bso#14793);- Add Certificate Auto Enrollment Policy; (jsc#SLE-18457).- Update to 4.14.6 * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722). * smbd: Fix pathref unlinking in create_file_unixpath(); (bso#14732). * s3: VFS: default: Add proc_fd's fallback for vfswrap_fchown(); (bso#14734). * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736). * NT_STATUS_FILE_IS_A_DIRECTORY error messages when using glusterfs VFS module; (bso#14730). * s3/modules: fchmod: Fallback to path based chmod if pathref; (bso#14734). * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740). * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750). * smbXsrv_{open,session,tcon}: protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752). * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027). * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669).- Update to 4.14.5 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * s3: smbd: Fix uninitialized memory read in process_symlink_open() when used with vfs_shadow_copy2(); (bso#14721); * docs: Expand the "log level" docs on audit logging; (bso#14689); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Fix gcc11 compiler issues; (bso#14699); * docs-xml: Update smbcacls manpage; (bso#14718); * docs: Update list of available commands in rpcclient; (bso#14719); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * s3:winbind: For 'security = ADS' require realm/workgroup to be set; (bso#14695); * lib:replace: Do not build strndup test with gcc 11 or newer; (bso#14699);- Update to 4.14.4 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571); (bsc#1184677). - Update to 4.14.3 * s3:modules:vfs_virusfilter: Recent New_VFS changes break vfs_virusfilter_openat; (bso#14671). * build: Notice if flex is missing at configure time; (bso#14586). * Fix smbd panic when two clients open same file; (bso#14672). * Fix memory leak in the RPC server; (bso#14675). * s3: smbd: fix deferred renames; (bso#14679). * s3-iremotewinspool: Set the per-request memory context; (bso#14675) * Fix memory leak in the RPC server; (bso#14675). * third_party: Update socket_wrapper to version 1.3.2; (bso#11899). * third_party: Update socket_wrapper to version 1.3.3; (bso#14640). * samba-gpupdate: Test that sysvol paths download in case-insensitive way; (bso#14665). * smbd: Ensure errno is preserved across fsp destructor; (bso#14662). * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663). * build: Only add -Wl,--as-needed when supported; (bso#14288).- Update to 4.14.2 * Release with dependency on ldb version 2.3.0. - Update to 4.14.1 * CVE-2021-20277: Fix out of bounds read in ldb_handler_fold; (bso#14655); * CVE-2020-27840: Fix unauthenticated remote heap corruption via bad DNs; (bso#14595); - Update to 4.14.0 * VFS layer modernized. * Printers publishing in AD improved. * Client group policies support for sudoers configuration and cron jobs. * Improved consistency of samba-tool subcommands. * CTDB now uses the terms leader and follower instead of master and slave. Configuration options have changed accordingly. * The ctdb isnotrecmaster command is removed. * For details on all items see WHATSNEW.txt in samba-doc package.- Spec file fixes around systemd and requires; (bsc#1182830); - Align systemd service unit files with upstream provided ones.- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594);- Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388);- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bso#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bso#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bso#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bso#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bso#14590); + samba process does not honor max log size; (bso#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bso#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bso#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bso#14486); + smbclient: Fix recursive mget; (bso#14517); + clitar: Use do_list()'s recursion in clitar.c; (bso#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bso#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bso#14573); + interface: Fix if_index is not parsed correctly; (bso#14514);- Update to 4.13.2 + s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return; (bso#14486); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471); + smb.conf.5: Add clarification how configuration changes reflected by Samba; (bso#14538); + daemons: Report status to systemd even when running in foreground; (bso#14552); + DNS Resolver: Support both dnspython before and after 2.0.0; (bso#14553); + s3-vfs_glusterfs: Refuse connection when write-behind xlator is present; (bso#14486); + provision: Add support for BIND 9.16.x; (bso#14487); + ctdb-common: Avoid aliasing errors during code optimization; (bso#14537); + libndr: Avoid assigning duplicate versions to symbols; (bso#14541); + docs: Fix default value of spoolss:architecture; (bso#14522); + winbind: Fix a memleak; (bso#14388); + s4:dsdb:acl_read: Implement "List Object" mode feature; (bso#14531); + docs-xml/manpages: Add warning about write-behind translator for vfs_glusterfs; (bso#14486); + nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. + vfs_shadow_copy2: Avoid closing snapsdir twice; (bso#14530); + third_party: Update resolv_wrapper to version 1.1.7; (bso#14547); + examples:auth: Do not install example plugin; (bso#14550); + ctdb-recoverd: Drop unnecessary and broken code; (bso#14513); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471);- Adjust smbcacls '--propagate-inheritance' feature to align with upstream; (bsc#1178469).- Update to samba 4.13.1 + CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily crafted records; (bsc#1177613); (bso#14472); + CVE-2020-14323: Unprivileged user can crash winbind; (bsc#1173994); (bso#14436); + CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify; (bsc#1173902); (bso#14434); - Adjust systemd tmpfiles.d configuration, use /run/samba instead of /var/run/samba; (bsc#1177355);- Fix vfs_ceph query_directory regression; (bso#14519) - Drop liburing-devel for SLE15-SP2; (bsc#1177245)- Register CTDB recovery lock holder with ceph-mgr - Add liburing-devel dependency- Update to samba 4.13.0 + Require Python 3.6 + Move wide links functionality into VFS module + Deprecate NT4-like 'classic' Samba domain controllers + Deprecate SMBv1 only protocol options + Remove deprecated "ldap ssl ads" option + Unify asynchronous DCE-RPC server; (jsc#SES-645) + Replay multichannel lease break requests; (bso#11897); (jsc#SES-655) + Drop internal byteorder.h header from util-devel package + Remove final code for the AD DC LDAP backend + Add AD DC Group Policy Scripts + Only use gnutls_aead_cipher_encryptv2() for GnuTLS > 3.6.14; (bso#14399) + Fix %U substitutions if it contains a domain name; (bso#14467) + Fix krb5.conf creation for 'net ads join'; (bso#14479) + Fix build problem if libbsd-dev is not installed; (bso#14482) + Toggle vfs_snapper using "--with-shared-modules"; (bso#14437) + Fix idmap_ad RFC4511 response handling; (bso#14465) + Fix panic in get_lease_type(); (bso#14428)- Update to samba 4.12.7 + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497); - Update to samba 4.12.6 + s3: libsmb: Fix SMB2 client rename bug to a Windows server; (bso#14403). + dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7; (bso#14424). + dbcheck: Allow a dangling forward link outside our known NCs; (bso#14450). + lib/debug: Set the correct default backend loglevel to MAX_DEBUG_LEVEL; (bso#14426). + PANIC: Assert failed in get_lease_type(); (bso#14428). + util: Fix build on AIX by fixing the order of replace.h include; (bso#14422). + srvsvc_NetFileEnum asserts with open files; (bso#14355). + KDC breaks with DES keys still in the database and msDS-SupportedEncryptionTypes 31 indicating support for it; (bso#14354). + s3:smbd: Make sure vfs_ChDir() always sets conn->cwd_fsp->fh->fd = AT_FDCWD; (bso#14427). + PANIC: Assert failed in get_lease_type(); (bso#14428). + docs: Fix documentation for require_membership_of of pam_winbind.conf; (bso#14358). + ctdb-scripts: Use nfsconf utility for variable values in CTDB NFS scripts; (bso#14444). + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425).- Don't install SuSEfirewall2 services, we don't have that package anymore- Update to samba 4.12.5 + Fix smbd panic on force-close share during async io; (bso#14301). + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374) + Fix DFS links; (bso#14391). + Can't use DNS functionality after a Windows DC has been in domain; (bso#14310). + ldapi search to FreeIPA crashes; (bso#14413). + Add net-ads-join dnshostname=fqdn option; (bso#14396) + Fix adding msDS-AdditionalDnsHostName to keytab with Windows DC; (bso#14406). + docs-xml: Update list of posible VFS operations for vfs_full_audit; (bso#14386). + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382). + Client tools are not able to read gencache anymore; (bso#14370).- Update to samba 4.12.4 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159) + CVE-2020-10745: invalid DNS or NBT queries containing dots use several seconds of CPU each; (bso#14378); (bsc#1173160). + CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP server with paged_result or VLV; (bso#14402); (bsc#1173161) + CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359).- add libnetapi-devel to baselibs conf, for wine usage (bsc#1172307)- Add system-user-nobody to samba package requirements- Update to samba 4.12.3 + Fix smbd panic on force-close share during async io; (bso#14301); + s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[] array; (bso#14343); + vfs_io_uring: Fix data corruption with Windows clients; (bso#14361); + Fix smbd crashes when MacOS Catalina connects if iconv initialization fails; (bso#14372); + Exporting from macOS Adobe Illustrator creates multiple copies; (bso#14150); + smbd does a chdir() twice per request; (bso#14256); + smbd mistakenly updates a file's write-time on close; (bso#14320); + vfs_shadow_copy2: implement case canonicalisation in shadow_copy2_get_real_filename(); (bso#14350); + Fix Windows 7 clients problem after upgrading samba file server; (bso#14375); + s3: Pass DCE RPC handle type to create_policy_hnd; (bso#14359); + Fix uxsuccess test with new MIT krb5 library 1.18; (bso#14155); + mit-kdc: Explicitly reject S4U requests; (bso#14342); + dbwrap_watch: Set rec->value_valid while returning nested share_mode_do_locked(); (bso#14352); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:libads: Fix ads_get_upn(); (bso#14336); + ctdb: Fix a memleak; (bso#14348); + Malicous SMB1 server can crash libsmbclient; (bso#14366); + ldb: Bump version to 2.1.3, LMDB databases can grow without bounds; (bso#14330); + vfs_io_uring: Fix data corruption with Windows clients; (bso#14361); + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); + docs-xml: Fix usernames in pam_winbind manpages; (bso#14358);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- libsmb: Don't try to find posix stat info in SMBC_getatr(); (bso#14101); (bsc#1169242);- Move libdcerpc-server-core.so to samba-libs package, this was initially erroneously located in samba-ad-dc.- Update to samba 4.12.2 + CVE-2020-10700: A client combining the 'ASQ' and 'Paged Results' LDAP controls can cause a use-after-free in Samba's AD DC LDAP server;(bso#14331); (bsc#1169850) + CVE-2020-10704: A deeply nested filter in an un-authenticated LDAP search can exhaust the LDAP server's stack memory causing a SIGSEGV; (bso#14334); (bsc#1169851).- Update to samba 4.12.1 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14295); + samba-tool group: Handle group names with special chars correctly; (bso#14296); + Add missing check for DMAPI offline status in async DOS attributes; (bso#14293); + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307); + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316); + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313); + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327); + fruit:time machine max size is broken on arm; (bso#13622); + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294); + s3/utils: Fix double free error with smbtree; (bso#14332); + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294); + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); + CTDB recovery daemon can crash due to dereference of NULL pointer; (bso#14324);- s3: libsmbclient.h: add missing time.h include to fix ffmpeg build and make it compatible with -std=c99.- ndrdump tests: Make the tests less fragile - python/samba/gp_parse: Fix test errors with python3.8- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- Update to samba 4.12.0 + For details on all items see WHATSNEW.txt in samba-doc package. + Samba 4.12 raises this minimum version to Python 3.5. + Samba now requires GnuTLS 3.4.7 to be installed. + New Spotlight backend for Elasticsearch. + Retiring DES encryption types in Kerberos. With this release, support for DES encryption types has been removed from Samba, and setting DES_ONLY flag for an account will cause Kerberos authentication to fail for that account (see RFC-6649). + Samba-DC: DES keys no longer saved in DB. + The netatalk VFS module has been removed. + The BIND9_FLATFILE DNS backend is deprecated in this release and will be removed in the future. + CTDB changes + The ctdb_mutex_fcntl_helper periodically re-checks the lock file. + Bugs + Retire DES encryption types in Kerberos; (bso#14202); bsc#(1165574). + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + s3: DFS: Don't allow link deletion on a read-only share; (bso#14269). + pidl/wscript: configure should insist on Parse::Yapp::Driver; (bso#14284). + smbd fails to handle EINTR from open(2) properly; (bso#14285). + ldb: version 2.1.1; (bso#14270)). + vfs: Set getting and setting of MS-DFS redirects on the filesystem to go through two new VFS functions SMB_VFS_CREATE_DFS_PATHAT() and SMB_VFS_READ_DFS_PATHAT(); (bso#14282). + bootstrap: Remove un-used dependency python3-crypto; (bso#14255) + Fix CID 1458418 and 1458420; (bso#14247). + lib: Fix a shutdown crash with "clustering = yes"; (bso#14281). + Winbind member (source3) fails local SAM auth with empty domain name; (bso#14247). + winbindd: Handle missing idmap in getgrgid(); (bso#14265). + Don't use forward declaration for GnuTLS typedefs; (bso#14271). + Add io_uring vfs module; (bso#14280). + libcli:smb: Improve check for gnutls_aead_cipher_(en|de)cryptv2; (bso#14250). + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239); + lib:util: Log mkdir error on correct debug levels; (bso#14253).- Remove unused pwdutils buildrequires- Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209); + Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero; (bso#14209); + source4/utils/oLschema2ldif: Include stdint.h before cmocka.h; (bso#14218); + docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc; (bso#14122); + smbd: Fix the build with clang; (bso#14251); + upgradedns: Ensure lmdb lock files linked; (bso#14199); + s3: VFS: glusterfs: Reset nlinks for symlink entries during readdir; (bso#14182); + smbc_stat() doesn't return the correct st_mode and also the uid/gid is not filled (SMBv1) file; (bso#14101); + librpc: Fix string length checking in ndr_pull_charset_to_null(); (bso#14219); + ctdb-scripts: Strip square brackets when gathering connection info; (bso#14227);- Fix nmbstatus not reporting detailed information about workgroups; (bsc#1159464); - Fix querying all names registered within broadcast area; (bso#8927);- Update to samab 4.11.5 + CVE-2019-14902: Replication of ACLs down subtree on AD Directory is not automatic; (bso#12497); (bsc#1160850). + CVE-2019-19344: Fix server crash with dns zone scavenging = yes; (bso#14050); (bsc#1160852). + CVE-2019-14907: server-side crash after charset conversion failure (eg during NTLMSSP processing); (bso#14208); (bsc#1160888). - Update to samba 4.11.4 + Ensure SMB1 cli_qpathinfo2() doesn't return an inode number; (bso#14161). + Ensure we don't call cli_RNetShareEnum() on an SMB1 connection; (bso#14174). + NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in SMBC_opendir_ctx; (bso#14176). + SMB2 - Ensure we use the correct session_id if encrypting an interim response; (bso#14189). + Prevent smbd crash after invalid SMB1 negprot; (bso#14205). + printing: Fix %J substition; (bso#13745). + Remove now unneeded call to cmdline_messaging_context(); (bso#13925). + Fix incomplete conversion of former parametric options; (bso#14069). + Fix sync dosmode fallback in async dosmode codepath; (bso#14070). + vfs_fruit returns capped resource fork length; (bso#14171). + libnet_join: Add SPNs for additional-dns-hostnames entries; (bso#14116). + smbd: Increase a debug level; (bso#14211). + Prevent azure ad connect from reporting discovery errors reference-value-not-ldap-conformant; (bso#14153). + krb5_plugin: Fix developer build with newer heimdal system library; (bso#14179). + replace: Only link libnsl and libsocket if required; (bso#14168); + ctdb: Incoming queue can be orphaned causing communication; breakdown; (bso#14175). + ldb: Release ldb 2.0.8. Cross-compile will not take cross-answers or cross-execute; (bso#13846). + heimdal-build: Avoid hard-coded /usr/include/heimdal in asn1_compile-generated code; (bso#13856).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Update to samba 4.11.3 + CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). + CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094);- Update to samba 4.11.0 + For details on all items see WHATSNEW.txt in samba-doc package + Python2 runtime support removed; python 3.4 or later required + Security improvements: - SMB1 disabled by default - lanman and plaintext authentication deprecated - winbind: PAM_AUTH and NTLM_AUTH events logged - GnuTLS 3.2 required; system FIPS mode setting honored + CephFS Snapshot integration, exposed as previous file versions + ctdb changes: - onnode -o option removed - ctdbd logs when using more than 90% of a CPU thread - CTDB_MONITOR_SWAP_USAGE variable removed + AD Domain controller improvements: - Upgrade AD databse format - BIND9_FLATFILE deprecated - default process model chagned to prefork - bind9 dns operation duration logging - Default schema updated to 2012_R2; function level is unchanged - many performance improvements + Configuration webserver support removed- Update to samba 4.10.8 + CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267);- Fix build on newer systems by modifying samba.spec to use consistent non-relative paths for pammodules in configure line and specification of pam_winbind.so library to package.- Update to samba 4.10.7 + Unable to create or rename file/directory inside shares configured with vfs_glusterfs_fuse module; (bso#14010). + build: Allow build when '--disable-gnutls' is set; (bso#13844) + samba-tool: Add 'import samba.drs_utils' to fsmo.py; (bso#13973). + Fix 'Error 32 determining PSOs in system' message on old DB with FL upgrade; (bso#14008). + s4/libnet: Fix joining a Windows pre-2008R2 DC; (bso#14021) + join: Use a specific attribute order for the DsAddEntry nTDSDSA object; (bso#14046). + vfs_catia: Pass stat info to synthetic_smb_fname(); (bso#14015). + lookup_name: Allow own domain lookup when flags == 0; (bso#14091). + s4 librpc rpc pyrpc: Ensure tevent_context deleted last; (bso#13932). + DEBUGC and DEBUGADDC doesn't print into a class specific log file; (bso#13915). + Request to keep deprecated option "server schannel", VMWare Quickprep requires "auto"; (bso#13949). + dbcheck: Fallback to the default tombstoneLifetime of 180 days; (bso#13967). + dnsProperty fails to decode values from older Windows versions; (bso#13969). + samba-tool: Use only one LDAP modify for dns partition fsmo role transfer; (bso#13973). + third_party: Update waf to version 2.0.17; (bso#13960). + netcmd: Allow 'drs replicate --local' to create partitions; (bso#14051). + ctdb-config: Depend on /etc/ctdb/nodes file; (bso#14017).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- Update samba-winbind script to work with systemd; (bsc#1132739); - Drop samba dhcpcd hook scripts - Update to samba 4.10.6 + s3: winbind: Fix crash when invoking winbind idmap scripts; (bso#13956). + smbd does not correctly parse arguments passed to dfree and quota scripts; (bso#13964). + samba-tool dns: use bytes for inet_ntop; (bso#13965). + samba-tool domain provision: Fix --interactive module in python3; (bso#13828). + ldb_kv: Skip @ records early in a search full scan; (bso#13893). + docs: Improve documentation of "lanman auth" and "ntlm auth" connection; (bso#13981). + python/ntacls: Use correct "state directory" smb.conf option instead of "state dir"; (bso#14002). + registry: Add a missing include; (bso#13840). + Fix SMB guest authentication; (bso#13944). + AppleDouble conversion breaks Resourceforks; (bso#13958). + vfs_fruit makes direct use of syscalls like mmap() and pread(); (bso#13968). + s3:mdssvc: Fix flex compilation error; (bso#13987). + s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly; (bso#13872). + dsdb:samdb: schemainfo update with relax control; (bso#13799). + s3:util: Move static file_pload() function to lib/util; (bso#13964). + smbd: Fix a panic; (bso#13957). + ldap server: Generate correct referral schemes; (bso#12478). + s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_value; (bso#13941). + s4 dsdb: Fix use after free in samldb_rename_search_base_callback; (bso#13942). + dsdb/repl: we need to replicate the whole schema before we can apply it; (bso#12204). + ldb: Release ldb 1.5.5; (bso#12478). + Schema replication fails if link crosses chunk boundary backwards; (bso#13713). + 'samba-tool domain schemaupgrade' uses relax control and skips the schemaInfo update provision; (bso#13799). + dsdb_audit: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."; (bso#13916). + python/ntacls: We only need security.SEC_STD_READ_CONTROL in order to get the ACL; (bso#13917). + s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundary; (bso#13947). + Using Kerberos credentials to print using spoolss doesn't work; (bso#13939). + wafsamba: Use native waf timer; (bso#13998). + ctdb-scripts: Fix tcp_tw_recycle existence check; (bso#13984).- Update to samba-4.10.5 (including updates for 4.10.4, 4.10.3) + CVE-2019-12435 rpc/dns: Avoid NULL deference if zone not found in DnssrvOperation2; (bso#13922); (bsc#1137815). + CVE-2019-12436 dsdb/paged_results: Ignore successful results without messages; (bso#13951); (bsc#1137816). - Update to samba-4.10.4 + s3: SMB1: Don't allow recvfile on stream fsp's; (bso#13938). + py/provision: Fix for Python 2.6; (bso#13882). + netcmd: Fix 'passwordsettings --max-pwd-age' command; (bso#13873). + s3-libnet_join: 'net ads join' to child domain fails when using "-U admin@forestroot"; (bso#13861). + vfs_ceph: Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245). + vfs_ceph: Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). + ctdb-common: Avoid race between fd and signal events; (bso#13895). + ctdb-common: Fix memory leak in run_proc; (bso#13943). + lib: Initialize getline() arguments; (bso#13892). + winbind: Fix overlapping id ranges; (bco#13903). + lib util debug: Increase format buffer to 4KiB; (bso#13902). + nsswitch pam_winbind: Fix Asan use after free; (bso#13927). + s4 lib socket: Ensure address string owned by parent struct; (bso#13929). + s3 rpc_client: Fix Asan stack use after scope; (bso#13936). + s3:smbd: Handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFO; (bso#10097). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#10344). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#12845). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#13698). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#13796). + dbcheck: Fix the err_empty_attribute() check; (bso#13843). + vfs_snapper: Drop unneeded fstat handler; (bso#13858). + vfs_default: Fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE check; (bso#13862). + smb2_server: Grant all 8192 credits to clients; (bso#13863). + smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling; (bso#13919). + s3/vfs_glusterfs: Dynamically determine NAME_MAX; (bso#13872). + s3: modules: ceph: Use current working directory instead of share path; (bso#13918); (bsc#1134452). + winbind: Use domain name from lsa query for sid_to_name cache entry; (bso#13831). + memcache: Increase size of default memcache to 512k; (bso#13865). + docs: Update smbclient manpage for "--max-protocol"; (bso#13857). + s3:utils: If share is NULL in smbcacls, don't print it; (bso#13937). + s3:smbspool: Fix regression printing with Kerberos credentials; (bso#13939). + ctdb-scripts: CTDB restarts failed NFS RPC services by hand, which is incompatible with systemd; (bso#13860). + ctdb-daemon: Revert "We can not assume that just because we could complete a TCP handshake"; (bso#13888). + ctdb-daemon: Never use 0 as a client ID; (bso#13930). + ctdb-common: Fix memory leak; (bso#13943). + s3:debug: Enable logging for early startup failures; (bso#13904) - Update to samba-4.10.3 + CVE-2018-16860: Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum; (bso#13685); (bsc#1134024).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- Update to samba-4.10.2: + CVE-2019-3870 (World writable files in Samba AD DC private/ dir); (bso#13834). + CVE-2019-3880 (Save registry file outside share as unprivileged user); (bso#13851). + py/kcc_utils: py2.6 compatibility; (bso#13837). + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869). + regfio: Improve handling of malformed registry hive files; (bso#13840). + ctdb-version: Simplify version string usage; (bso#13789). + lib: Make fd_load work for non-regular files; (bso#13859). + dbcheck: in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816). + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818). + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854). + acl_read: Fix regression for empty lists; (bso#13836). + s4:dlz make b9_has_soa check dc=@ node; (bso#13841). + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832). + s4:librpc: Fix installation of Samba; (bso#13847). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853). * ctdb-build: Drop creation of .distversion in tarball; (bso#13789). * ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838). - Update to samba-4.10.1: + py/kcc_utils: py2.6 compatibility; (bso#13837); + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869); + regfio: Improve handling of malformed registry hive files; (bso#13840); + ctdb-version: Simplify version string usage; (bso#13789); + lib: Make fd_load work for non-regular files; (bso#13859); + dbcheck in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816); + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818); + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854); + acl_read: Fix regression for empty lists; (bso#13836); + s4:dlz make b9_has_soa check dc=@ node; (bso#13841); + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832); + s4:librpc: Fix installation of Samba; (bso#13847); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853); + ctdb-build: Drop creation of .distversion in tarball; (bso#13789); + ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838); - Update to samba-4.10.0: + s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s4/scripting/bin: Open unicode files with utf8 encoding and write + unicode string. + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813); + passdb: Update ABI to 0.27.2. + lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813); + lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- s3:winbindd: let normalize_name_map() call find_domain_from_name_noinit(); (bso#13173); (bsc#1123755); - s3:winbind: Fix regression introduced with bso #12851; (bso#12851); (bsc#1123755);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- s3:passdb: Do not return OK if we don't have pinfo set up; (bsc#1099590); (bso#13376);- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- s3: winbind: Remove fstring from wb_acct_info struct; (bsc#1114459); - Use foreground execution mode for systemd samba daemons; (bsc#1112223);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Update to 4.6.16; (bsc#1110943); + CVE-2018-10919: Fix unauthorized attribute access via searches; (bso#13434);- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to 4.6.15 + Fix ctdb_mutex_ceph_rados_helper deadlock; (bso#13540); (bsc#1102230); + Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bso#13453); (bsc#1103411); - s3: winbind: Fix 'winbind normalize names' in wb_getpwsid(); (bso#12851); - winbind: avoid using fstrcpy in _dual_init_connection; (bso#13294); (bsc#1087303); - Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1068059); - net: fix net ads keytab handling; (bso#13166); (bsc#1067700); - fix vfs_ceph flock stub; (bso#13506).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Fix vfs_ceph with "aio read size" or "aio write size" > 0; (bsc#1093664). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425). + Fix memory leak in vfs_ceph; (bso#13424). - Update to 4.6.14 + winbind: avoid using fstrcpy(dcname,...) in _dual_init_connection; (bso#13294). + s3:smb2_server: correctly maintain request counters for compound requests; (bso#13215). + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375). + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338). + vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_async; (bso#13297). + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270). + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244). + s3:libsmb: allow -U"\\administrator" to work; (bso#13206). + CVE-2018-1057: s4:dsdb: fix unprivileged password changes; (bso#13272); (bsc#1081024). + s3:smbd: Do not crash if we fail to init the session table; (bso#13315). + libsmb: Use smb2 tcon if conn_protocol >= SMB2_02; (bso#13310). + smbXcli: Add "force_channel_sequence"; (bso#13215). + smbd: Fix channel sequence number checks for long-running requests; (bso#13215). + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197). + s3:smbd: return the correct error for cancelled SMB2 notifies on expired sessions; (bso#13197). + samba: Only use async signal-safe functions in signal handler; (bso#13240). + subnet: Avoid a segfault when renaming subnet objects; (bso#13031).- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741);- Update to 4.6.13; (bsc#1084191) + ceph_statx configure time check doesn't work with a non-default - -with-libcephfs path; (bso#13250). - follow up fix for libceph-common detection; (bso#13277). + Fail to copy file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181). + vfs_ceph uses a local statvfs() call to determine FS capabilities; (bso#13208). + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193). + smbd panic when chdir returns error during exit; (bso#13189). + ctdb_recovery_helper crashes if recovery process times out; (bso#13188). + POSIX ACL support is broken on hpux and possibly other big-endian OSs; (bso#13176). + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986). + g_lock conflict detection broken when processing stale entries.; (bso#13195). + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- Update to 4.6.11; (bsc#1084191) + vfs_glusterfs: Fix exporting subdirs with shadow_copy2; (bso#13091); + s3: smbclient: Ensure we call client_clean_name() before all operations on remote pathnames; (bso#13093); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + smbd: Move check for SMB2 compound request to new function; (bso#13047); + s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd(); (bso#13100); + s4:pyparam: Fix resource leaks on error; (bso#13101); + s3:smbd: Fix delete-on-close after smb2_find; (bso#13118);- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- CVE-2017-14746: Use-after-free vulnerability; (bso#13041); (bsc#1060427); - CVE-2017-15275: Server heap memory information leak; (bso#13077); (bsc#1063008);- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Update to 4.6.9; (bsc#1065066); + Reverse sense of 'clear all attributes', ignore attribute change in SMB2 to match SMB1; (bso#12899); + SMBC_setatr() initially uses an SMB1 call before falling back; (bso#12913); + Fix segfault on MacOS 10.12.3 clients caused by SMB_VFS_GET_COMPRESSION; (bso#13003); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically; (bso#7909); + Honor SEC_STD_WRITE_OWNER bit; (bso#7933); + Kernel oplocks still have issues with named streams; (bso#12791); + Handle EACCES when fetching DOS attributes; (bso#12944); + Missing assignment in sl_pack_float; (bso#12991); + Fix wrong Samba access checks when changing DOS attributes; (bso#12995); + Groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + Fix GUID string format on GetPrinter info; (bso#12993); + Match WS2016 ReFS set compression behaviour; (bso#12144); + Fix implementation of process_exists control; (bso#13012); + GET_DB_SEQNUM control can cause ctdb to deadlock when databases are frozen; (bso#13021); + Free up record data if a call request is deferred; (bso#13029); + Initialize ctdb_ltdb_header completely for empty record; (bso#13036); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + Ignore event scripts with multiple '.'s; (bso#13070); + Sort the GPOs in the correct order; (bso#13046); + 'smbd' uses a lot of CPU on startup of a connection; (bso#12973); + Fix str[n]casecmp_m() by comparing lower case values; (bso#13018); + Can't change password in Samba from a windows client if Samba runs on IPv6 only interface; (bso#13079); + Fix file change notification for renames; (bso#12903); + Avoid a socket leak after fork; (bso#13006); + Fix a potential memleak; (bso#13090); + Fix passing of errno from async calls; (bso#12983); + Fix segfault when running with log level 10; (bso#13032); + Do not report an invalid range for AD DC role; (bso#12629); + Print the kinit failed message with DBGLVL_NOTICE; (bso#12704); + Fix changing passwords with Kerberos; (bso#12956); + Fix changing the password with 'smbpasswd' as a local user on a domain member; (bso#12975); + Fix a read after free if a chained SMB1 call goes async; (bso#12836); + CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); + Let non_widelink_open() chdir() to directories directly; (bso#12885); + CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); + CVE-2017-12150: Some code path don't enforce smb signing when they should; (bso#12997);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- Fix GUID string format on GetPrinter info request; (bso#12993); (bsc#1050707).- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shsamba-32bitsamba-gplv3h02-ch2b 1741381281  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.17.4+git.314.7b07e3c51a6-150400.6.1324.17.4+git.314.7b07e3c51a6-150400.6.1324.17.4+git.314.7b07e3c51a6-150400.6.1324.17.4+git.314.7b07e3c51a64.17.4+git.314.7b07e3c51a6 sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesamba.confsambaauthsamba4.sounix.soconfigldbrpcrpcd_classicrpcd_epmapperrpcd_fsrvprpcd_lsadrpcd_mdssvcrpcd_rpcechorpcd_spoolssrpcd_winregsamba-bgqdsamba-dcerpcdvfsacl_tdb.soacl_xattr.soaio_fork.soaio_pthread.soaudit.sobtrfs.socacheprime.socap.socatia.socommit.socrossrename.sodefault_quota.sodirsort.soexpand_msdfs.soextd_audit.sofake_perms.sofileid.sofruit.sofull_audit.soglusterfs_fuse.sogpfs.soio_uring.solinux_xfs_sgid.somedia_harmony.sooffline.soposix_eadb.sopreopen.soreadahead.soreadonly.sorecycle.soshadow_copy.soshadow_copy2.soshell_snap.sosnapper.sostreams_depot.sostreams_xattr.sosyncops.sotime_audit.sounityed_media.sovirusfilter.sowidelinks.soworm.soxattr_tdb.sonmbdrcnmbrcsmbsmbdsysconfig.sambasmbstatus.1.gzsmbpasswd.5.gznmbd.8.gzsamba-bgqd.8.gzsamba-dcerpcd.8.gzsmbd.8.gzvfs_acl_tdb.8.gzvfs_acl_xattr.8.gzvfs_aio_fork.8.gzvfs_aio_pthread.8.gzvfs_audit.8.gzvfs_btrfs.8.gzvfs_cacheprime.8.gzvfs_cap.8.gzvfs_catia.8.gzvfs_commit.8.gzvfs_crossrename.8.gzvfs_default_quota.8.gzvfs_dirsort.8.gzvfs_expand_msdfs.8.gzvfs_extd_audit.8.gzvfs_fake_perms.8.gzvfs_fileid.8.gzvfs_fruit.8.gzvfs_full_audit.8.gzvfs_glusterfs_fuse.8.gzvfs_io_uring.8.gzvfs_linux_xfs_sgid.8.gzvfs_media_harmony.8.gzvfs_offline.8.gzvfs_preopen.8.gzvfs_readahead.8.gzvfs_readonly.8.gzvfs_recycle.8.gzvfs_shadow_copy.8.gzvfs_shadow_copy2.8.gzvfs_shell_snap.8.gzvfs_snapper.8.gzvfs_streams_depot.8.gzvfs_streams_xattr.8.gzvfs_syncops.8.gzvfs_time_audit.8.gzvfs_unityed_media.8.gzvfs_virusfilter.8.gzvfs_widelinks.8.gzvfs_worm.8.gzvfs_xattr_tdb.8.gznmb.xmlsmb.xmlsambaupdate-apparmor-samba-profiledriversIA64W32ALPHAW32MIPSW32PPCW32X86WIN40x64msg.locknetlogonprofiles/etc/logrotate.d//etc/pam.d//etc/samba//etc//etc/slp.reg.d//usr/bin//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/lib64/samba//usr/lib64/samba/auth//usr/lib64/samba/vfs//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//usr/share//usr/share/samba//var/lib/samba//var/lib/samba/drivers//var/lib/samba/lock/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/home:pvarkoly:CRANIX:leap15.4/standard/9735858edea57cdb43ee0a0fb084445d-sambadrpmxz5x86_64-suse-linux  !"#$%&'()*+,-./0123456789:;;<=>>>?>>?>>??>??@?>??>?>>>????>>>??A?>?>?>>?>?>??BBCASCII textdirectoryELF 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]=e6dd8a3de999a67239128f75083a25a26ef02acf, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=846f860bd3d7200951b3ac3c0a67aa71550c803e, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4fd19c61a3dfefeabb38ab3f4c254feb24075eab, not 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]=760c2bd30fa940f47a3558c7c6cc3f5e0722d54e, not 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]=d24a249c4f6ec7353b383b07f51475b8156fe529, not 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]=b66ce9b9dfd1814a7e608bf3c1cdd1939d184af3, not 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]=20ef10ea60307b8499dad1443bac038e6116cea0, not 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]=989f2373497b28eb169e54f142dc36e509e7fec4, not 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]=6817b776fb625342d215542ae320a8cf4de23b7d, not 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]=ab868313539225c4885af00cb6b7a810ee8e9111, not 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]=2b539319fb56b4ccd1aab185fff9b6e960aa3b2a, not 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]=bc87b10dcb4dfd2d3650656165afcf9c964a166c, not 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]=a45d28102f0f3f3bfd04c495ae3f5a4619d49e02, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f6019a7cf33fed6a25cc4237d7bcdc2a215b2be, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6652cee0e93098ed271cea6a41737820102d9f29, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5699e042a888e21cf4db1e35ccee9aa11b7b69c6, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fbc18d23600f5b5e4df7ad3a98bb4f27f9a65337, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=160b0e3d99772605dc5ba2b704f7f7a5279d720a, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7673c1a5312b9b882aacbc883156616c45876f86, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3d9bde996c49f2c996f72fb1fc32347366792a9, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8b662139a3aa8b0135c83e1cdb02a0ded85fa06f, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a689f96f61955856a074bb1c6ac954091282751f, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=138f37ad53249d2fde42e26f1f69872139895347, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=35b5887ca32842ab7a75644c8f9b945b24660133, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=103f73987d2372f08039b0275ad305f96d670235, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5f97f20b09faa8dba9a144acec6d90d9ad0c8365, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=34f5e686c5549e18efa321803b3f166402f017be, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aa02033286bd10c54b981942054413c8a954a1cd, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9cf4e8040f57e8f25b89603edb63dfaa4987f1b7, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d60b91aec8d0c445415e2e1b4fb63ed604ffade6, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2f8e870ba4e8fefcda9a7793cef9d69062edf691, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=813dee6326d353048402ad542900402bc16b7fad, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f4a64aa83724010bc61e47834fdc5b057762b0d, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=293ae0f5ca72cff4a314a3188676161201cda400, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b02698601cd33352a8cef640d89549e7fecdbf83, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=65fbe9b5f36f3688aacdc87d11e3752d71125ff6, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e99f865603463e16b4f35c79023fb9370a076511, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=57447e48b127b7babd489904aea5c7f501aa5730, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4de946e8729e08eb2a2af3eebaf401c49be1ee37, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eac018c2fef6832ba3812fc4e85c241f8761d19b, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=98014e476b2f2afdc388b57831cb28b549013a0d, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=57a18216abbb0c2bb6432e128c32fcd90d66e78f, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec9d42f79a7deb6d442824f144a737e03416e075, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2190ef08ce11a9aa7b1555e52829bc7aae83abcb, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=527cab8972017360100a6dca69f3258112c36fc5, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=53d2554919b28e900129d15280e4b8e6c6c0d062, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a5f882090f7f0056ca83d8a59bf12895af20158d, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c767d86814cfc8127e1f1b2e8fb6c4f56e5f7182, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=269ddacc090a4c6ebee05999d02c6aaee049cdf1, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2eb606a05d4da91cdd473ada2b1fa5f331a1b0be, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb264e29712d3aab7dc5f4d5b02321f8a1a47824, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c6589acda1a616b0b0e8b8c984128b6bf8cdefb8, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9cd9422ad721f7b23e2d603e27f7df2dee128d8b, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a558ade310edb66b472ba64a56c361a6c08321f0, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f4b1c7327cde1cfa485998e1d2181de8498a2d6, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=13a26c296d0026a8564f84c6c9e2544836671d50, not 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]=e29a89b0f4475099de2d7f4d7e11e3a391e06098, not 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]=8eec3f0b10b38ca1139977b3210606448eadb909, not 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)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)Algol 68 source, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textBourne-Again shell script, ASCII text executable./L\+zB8N[u>[l6Get"*D.s*2O1W(YS   (%  B9RRRRR|RCRRRR~RdR2R4RRR0R9RRpRRxR"RR!RcR/RR1RRRwRRRR8RR}RR{RBRR3RRRoRPRRAR4RR"RRR|RRRRR~RERRRDRR{R RRRR}R3R@RRRRRRRRRR~RRRR}RRRRRRRxRRPR|R RRRRlRRR,RR~RZR9RR*RRRRRRCRReRiRgRdRvRRTRHRIRGR`R=R;RRR?RRtRRR^RRR.RKRR$RRR"R RR!RRRbRcR8RRR]RRRsRR>RRRR-RRRRRRRR RRRwR]R}RRRRR:RRRRRuRRvRRxRR;RRRCRR?RR~R9RR^RR"RgRdR`RRRRRRRcRRRRwRRR>RR]RBR}R8RRRRR:RR_RRuRRRxRRlRRvRRRPRRRRRRRR^R~RRRR=RCRR;RgRdRHRIRGRR?RRRR.RbRRR"R RR!RRRRRRRR-RRcRR>RRwR]RBRR}RRRRRRkRORR:RaRRRRRwR]R8RRRRBR}RRR:RRRRuRRRRR;R?RRRRR~RbRgRdRRRR}RcR>RR:RaRRRRRxR;RvR|RRRRR,RR~RZRR*RRRRRRCRgRdRRTR`RR=RR?RRtRRRRbRRKRR$RRR"R RR!RcRRRRsRR>RRRRRRRRRRRR}RR:RaRRRuRR;RvR|RRR,RRZRRR*RRRRRRCRgRdR~RRTR2R`RR=RR?RRtRRRRpRRbRRxRKRR$RRR"R RR!RcRRR1RRsRR>RRRRRRRRYRkao3Y(\XzIBԧc]@,r'ʬkS Yl뤫:Twrbo+)4q%8 S%V53Pf **؟Ӽ*|;c   ,[ͱP [n+t hе,U;g{YBtZ?<*ɒ-)Ƈ(ABBR;F160may^396 &̌cq(xA}Zx*SDIO%6{@XiL٬ߓܢWF.:}:pFK1c Ww! oi|)~R #"^T#`':@Ja-Dϟ::w| SӤK5]$Q*SSkG| pOSeS"j!) u;YiʾrH:5^(x`./U)Q Ez oNw:uj2YVKh\'P0xJ~A{!5 f:GNШK'ށBSQ@ F0 (&y1^[ZYT(W`Aۣ3J c@\)apǫrt(!$Vq8j>T+%p;l-O Y—ٴ?x)WZLv<$7 [viMg"n7X2D{.Fu7\jaI43PF8d\oºp c\iY!)E\;Ύ k< 4,AF]e,k7YD@0tHrmQd+; `!"3Nξq~ՂH_pB#8]6<4aUD=Q*v5종o(ox|m\ 3SF}N%P fm&/G"CL_&134%{ \j4&-P{. l1I2L)5dȃ ک97i~?XgũAN|QI%S-h bz@Cr'<jUS%VwM ^hXRMI`*UHiX$F Kř7̚~m&h,Cdhwi )d l1shrq`!ʗQ^b@׾W 6yqqԇ= P19 ssΜ^BR&znb鹼]ݯ&3*`)jZ nW/{jv|,$k|&o)rqJ̗lq]3U?奈ȗP4}lNVH:f؆FGnÖS`Eȣ>PW&;4ځ[FGlZTA ȅL:Œb*:=LôpihBd`fVc~00 Lзj6][@Gh^dHzNXVWa8`Ɛk }N=M:3($GT ;t:7Pԥ\PHc!ArޫH_i˹D>0_G@v69)PjR`(z*gXFOS.0K{Zy"t"m1bۛ ,0Ww]\h34OgQ(1FH;W"kjR;=پ>݀>6fƞש|aɱT@ 5o1qYh.;ygrx2zw%OX|2Ud4<^$'vM jL} 4 IzR`-\3&gR8X7Gjh(=+h ^^wTun0 tB_SC .fu9S1漯i) 4qƷ* Z!mq!U!F>̡|c uc^mLϤgJe#AqKU CD+S<`*"CWWU9nrM Mj)Bx2~2ٛ66rDuz լ`3CkW ev4!ȟDNI2lݒn߾DEKaݚVw&`L\'EoB 1q- Ç}F zt]ԥ*x矾48%<g9 129wdl8<kiLhLb}b0cŮttuZ8&f7mCoșOݲEF i*_6F1apiFz'tveQkϝn!XIB5×5AsO&Ƌ޷QS9N2F+>Oz&GxT!lV&ʉr了9ީ; ?6q:5 4?Nub\/ƒ$` B_W=#4G.Jεj0sTF"Pf lG/>b"Gow=Ac1/O0~Uua:I%Gŋ\s]2i4/Qd]V_%qPy/0="@۝9DǢq^*_ C4M{M%UR:[+KPu/ׅQ @?( cDB?2VFYk-<jqwK=d7_4[ %'ACa).9p~<_ $~jٗ7xFߔ[r31d1VA,c9MaF<+a}jpƗ >[ܙ3_8\ǦcraLʟ6yHy2Z#?z]|+sO~i 2B9pEa>4Yyt֪B6i5DoxBӉRz !{mR1҄-۪߅vO Q_Ammc+2J+<3x͵ ?^{RRes}$aQ}KL=ejT YEZ"B邇v!aR'(喞l n;=M *x'rn$?ΔwCD,9 / X=/i"}JŮ M.N3/[ 8bpgeoZ|N4Ɇ]H8f?^@׮~AWb\w}ۅ{Jj玫JӘI+2GE#n% ~bC2MoK|'p30P kGԌ[Fm5J&M):ybveRt\_A:mCsAmx+s~ (pʰ#q7nM6RW Mp j0/-pMo3y-wY!p*/nfG ^tVNol^#8=wWsn˙8ȃXKdf4Uedb%-6$G CFmRvDu*g3Sjh<5_d& ^e68>-$C_ؚtMI7Rk,oz%F["Һ Ә׊U,^2ijH\a}p@-R-lOTX0Mla !d꼞vjt/V[|.[.5=|lKN?~ʨK&jdEVݹX~1tc!2xlPJ`.~e=R6f[C[Z@FY #v8_aʦu`!(hu05Ɂ`Klq'  P=F'k"y]K+*JSI -%5R7ӨD LIgcxH3w$&88y , ãl\n`*fa}hPU37(Gעk_#os]މdOt6_̠a􉋑4e#=Δ) |zWD q5[p9hV|~ƿ3}n4bR t!c[VcZ ;o6T-q" j_wyUxDs.+YѷhJ,S4'feڍ͜ >8:**:,b֫=m?sXP 6{F+EQ-$AĴbpP-nt {,*"Xo:C8(XڕlS.Z(BߊruqbdtDžg֍sKh&9$8͐~.u}p})"Njߘ^޻U">s!'3txӮ[AlCtZM=PM.%i̿yCGR&ó/uZ/7G =$ oY.$LeEwV cH G{ q P[{te#,;H?7?>S\S>憻 C, Z*5BՋ WDqj_Lr޽v&'w,S?+UI1.+$ .lCYڄCdOԂs'ø1[_}KHt@#Bt&B\ILJ9u@*MG ze7d} ]^SQp/1!)+؊*^:\i3uʮ:K'~=D*dӂpH mK6'gMd)kHB5@Ƨ`ڹ] ĢO;Ax HS W6[==V)m-L:L:HD5 {j9`sY+ UuO[uo;HC}hn 9޹])L;hW.62Ȃs̶{v'ky5`cJG7js}Ck>8ϬcYbs@5R?]8 R$QJ]LTZ-$v/u Zx <N?/ ]1"6%֟-!1K-}k>]Pա[ijoSjk|n8-DrNjfQ8_ !ߌzFr4i*'zp)1S[ +~o)TR Ķra cM7 ܥU5 :h{?"Ϲ%n}+)+YVD"3Gى.ؼ! xܟ |lNǔel{zN7BZS!wKieKrjEa K2zP-[ׁ؜Ҷ᝽9yly0zfúW^Vlw_n !m sXǯ9Oe /K&oe7mν=djt<`M˽IzM1eG L㨘πϡWAp4-s%]\.v<ʼ)ZJ^ju+yuoQJK5lU]TF*nF'h^YQQ,J@y"+j{K39Y“5n=ll:E%O/&ǑDՄCb%nybJ҆HE ?nہQ'Ć4e{ $G\ Sr+7V.9je}$>OQt#\+ Qpep7vYm~A~+N)Į@nrcxHUkj U:Y^yG߅lV &.h u%jGOZm^)e)Ue#0oDc6%8}AcOyʼ2/ m6*#<>?n+gDqA_!(%n=fHϸν5ߡL4ä\ 1@5RJ]#EȼGUXs75V˺E/X8/G-qz)S@S7v$=.̋H'|"Ɨ_=>~hI-y C΂Tߺ17<4,j3$ (]n}eZc Sja OR1E0)s / $9T{H02$q؞uTckfZs@R8Оd+dkup5Gm٥V(Z{ㇳрX[6.ntmɘgi™=_4CFDrFן)zT.\-p_,,z0& |kS2:Y٬E*qf3s:~!=L~[@eaS2w=dO&8Yu2me$CU)ޅus:)fs+c,P޾܅;/2~@ԦHHf9: Pyp#-DZ{?"Mm(v䣫u9 T/|/RST e}HEE1C0`Pᆃ7iMvpO8xjPS/|剝zeM:1s_z^\&wIh\/p8쟒p=$ 7,V%υYUٰ8\e0:JHl)Cȹݹ\swK=@=ljl.4`dyLG]6U{lr?, *| HPƗX25S>v.lXHeJ1mIH>IjRk#;gthHz{/2E63u9aD6Vq߂ zK@ [̈́ ݍM2O-: 2Ԇy~?§jPf\N;AxYF}J;*Vԥ~cI?>dRV_jS%$P鲉gVU'{,լJЗȲI2JɯvTA?3pd]Bվ9(9 /| ed_V2zs v'8I$^$ɗ2)h =w dO b]+-"]ʟX{9M~KM9-<3_H%݊a ©gft˚ȱ&2PUv,+ M<~*HU!H2IZ|V3Wʄ6a!gfĦ0}M(I u'd->=yvߟ"r(Mn <Wif(>KLa+xoeA) `1~ܠtPROUzzNf -`PȌ}~"xWWgʡ]o瘕w5HET2$1<rqAIQij lDbX{u5~bh̙;XܽWf#rylnv=E݆~ǛӀ~@}\\p(q6Q܌Q|1+N(ɍ2a+84Atkaw+1ަ/&#P M)V4RGBVMHҌ)tGco"WsW4?ƙOC\( 4x>t|#,=LLHËL!pxDAWHp&;3'z`AR7zkLkقJ5]Jr[OLb&B>v;Hr6ʥr ˅!8bRܺqu_zYY?GGݍYߝtә?Jc Ij>.IeӎʳCg80٬$Kq<3 s ӎ 8V4qOOlN ,6%P0$o-:j+"o(c|hjK8ll) Q4b|q >;ڹk=E\*:(dfWW/A$7DtylLoh긠pgvO1S_xj Ǒq-b[{g97#epӇmO^}+ )::JE3ae76)p'@$>3>5W njt|-4ٍVd@,KpPk-6/î luCOU-֮v3R5?GZj6ފ5"--kƒxpz!j/.))Օ3WJwއ=~uj -x8`/}vŻȢ|-H0x! =zH޿DƁpݠ ewkTȸX) FveE9uɅWSZi<=ŚJa>ȢY%7W̯戍2+J 2 saxYVt[:'"w iq`'QOc|l圲@l ɼ, E{*#Ǻi>ǼUrCNJX a]ڐ:] 〇S h,.jzUD%Mw*:s+ Ň h@ۼ/P*r,@-yoa4@ ypSSsY,:Zclg(Kkd(.~Gog ng{(#l`߯vXjxm*fЕѬC{{!|cS]֫(j9j[U]J OT%i%Y-ޓ޸^"$g1>-E7awJ6ގOczu!#6|"`i,u?{;ݧ x=wyP!?@ϫ7Nq3JrʼnX]l:UrQd})|dV a]EfXεwl ~K\knlLk}ƒ1Xs3&VG~6yb"on>NxoQmRJ3}* .gȮzT U 5u| g87M";XKu;5Z}IMçJ?q#x00FIM2AnDØH(ڡޭ~ ]M1 Z"pI>ƶc7/$JrAB.W5|=#Cg.; ä|8zP Ԛ$sT0kkZRi/ΞԦ@I xcmA#u )}h|TV0 vgFʚ!ݪbUDrޘޗGvRI3q2iޝG{bUk[˵Ωz=@2Lhw{nޫ=Yu^ butjSIo~7](8eV= O;c9 iM"ef5PQя?a yWh&4OuaJ\Acoޠw]u ^ӈ̤!bWM_#1~k (ToFɅSj,47DԹqFt,5vGJ_noIBOź B": XG\sKU&mÍ!ѐwHUSeU bdIdee~hS R/1hW|O{={ezy0 _ha0nT,O Un(uUdlqrˀ9A#T֚خ(AρABzS<U &bصR@~;Z!2ʱ !B~`7[LQfY}Rxf36$8e%8#BEzЬ?q1cGwW#J*:Ls 3Lt)`~3U%⃉1ʳF(%l]=xy ;.\ }Wn,Tuw^uE mY.]nGA{ZSnOg)א,Cn nfg7Tv!O餲DƅYu{ˉc_p پWunT*d#(sF[ܺ0/m>0=/&!CNM=ta4{ݧTc7L'qw&+9@ ȃTpíc3ZMro(ĊX/5#Je(wXdhRW͡|%jX]8Y:geBMցuWT7VƇkrHZ/uvL\!ABB 9̚!7ئP(RN(i"*+Yk^肂`L$,5#)^G4n z|1cxH׬I'4gJpYpZ!ESZuOY~u45lfXkV"bdb!l\)RU Ufv,F28ʖoc cY}EG`*]ҿU)6^؞<8:Xk=AY&@ :e+]k/3?C<^Ds÷l_9WYt-D8Qөpz:o+1J/n>XA@5%ƲN2H܂ɴ7ZY.ƒQM2ZC kEX~imkneӥIz)B^b8uTxcmҫ.tLtD' E6H[6'Ol53wx=lR;ܻu!Kj? j< ?A4#;9C! وRr=z%BUo20bŏ4WIb QgRy-PU6ʝ:X]Z#ޛH[l B!}Bx%mGPU(u>OKUb59`9W\9MؔRҖRi/˳fJ> _7~^ך+9Ayi7R1k^ϯAMhϝR'}Tl@MPMQA*.5AU 1T: (SUEnK~GZS sz_Lvn٭xtм&XdCIoLK&ӅzbOgG&=)Pwh)0%wN}h@\;[^bp9Z,j4M0Hl @iՊ‚?EE0_lRz-3,4;m o^aT>ƦfZfZZ/MLF+5f)><[0xk( nD{~]}LOnTR86(={#{LG㵇@܏e?Pzqv0s@_C4O>kp{P[K-]8NJDȽ}RF{ͥr) .[3l#jv]ʁ(qg㵫IG9w2f X}pDszyEk t;q>oR.w}x,L\,W}z)P+er%n |ʣS 9(B[Um?̿D2|i=v1ЮW~N YBNJ1S>vY` 訜[xcv]V@D+.8(ȫR0p@mNuɣIN6T]Ka`kHp9k_~"l%ĉ#eI= ܀o'+0bg72\|)Ԉ 4׽+8{>]ٌc!vMjlW}Wpb-t4)j6I}+k@8b6u_.FXqkȅ.[l/_(p"#+HoGOTSسF޸@~&>h<͙8 sRxՁ+^0QѰmf0*M 4XfG~&|k24h<#QFwKG(BWi=GpgCh8EEƇS' X nb O7=ٷ3yHՉ7?;_*glX"[%nmw.(uĎ{i"Pg?0=1,^2@D.#)u}?} ̊HoK \tˍʺUKU9}DhyEY;Φd/KY)~—^WЉjw\d u' UV.eL_Fn`IYf,9j07OVG"㣷Mǽ7OZ|c렆n ƒAlW2 i4̱$́s* *VPl>Mqؗ()&CknDduԄHToXˆzJ$iO)1!Ha~^ֻ:g%?䘨2{ggju@}dii{ʝ,.0v3Sx3k-CAicI?Ua[51N# _ Xtdӈ]a;+=,gfx2q*Cc$rgap'bR5 GF. ΊlAvca_XGd%HhVdǃx0Yߵn {+S=[Bb+Vⵐ$8A34ǻrm+ώ HݻFYڦh/$>(cr%=/T_P(FSpoW;fs~|dRΕ)%54m64x.-3XAI<򦞺;/}xV +~NR6HHęB4JnoZ6>hT«ETBwVRX8# [(ZhA8sفrKqa˩]j`g=)#{Qv n(}Wx^GBT Pc/O0W| N'}.RĭqP:/J0]dn'/ujGӾEVBe DԑJ E,e[>:aE\` ;(Ƕ3A}E;%,k`ljɶFϞ!Tx5٪i!6#v؛0hh2Ps;iBSET{YĴφ J34͸^YWsUN.XL9wX0/W@-v *oekxwRM$&WF)1oe^8]x T $  a-kȹ&2);ہLVEGⷴ᡾ snn֭*ts?[k~B}F`P3mzʹYPSl@A0H[T&Ԗٳ =7wS@% @Om$^訮L8b~;)H,?ىm")M[d[0xzT wBPP]CL \]ԓ"䫓  zڀS)Q 5`J 4p8 iɽ Џ]jHp 0 ')3uxNg'BPT8Mα6]Pau9k^V VYN "I丛޸6C#15+]3+LaiJGpz#a6&mLb4~""BѻXk Wul|sTH3ko_n_@D΋\ΰmf IMel]h>ͮћ˵49~G>fN@#*# Wƽt퇽^- nEow[r142M04ži]yKO דjsS el!׉}%IRwȔm; _.XEٝ?WTAqPI(zSPoB|ms|݈X*x/1`=Yɣc{T0W۬?ޚ궘 \#s= TE޵so$!UFiLYnA:MEb^4ف;E: 9u ?7Wcx8Q"YrvS{ҳJD(ufj^~¯q[k pUH(sl,!n_1K]_sSvMs_},"('sD+9~&G;КRꯪ>w_AQ 8fm7+@ߪHɃ324ғT)A pkS.Cע^ v]0mxǶE", ~lER˄&fWt^+RcRX0gl4_p2V,+*rU$&q8 I/l;N}zyA%yȲ*OH֝;'V-F߮?ve0Swmgl)W'\h3UOmߟehuu_.dfr;I~=(=dvVEG{@eScpKu'K0DM(W({,bo4TʧTCr4DnyQTb@z)i@g*B'V/8w3qwèYI6VP6Z-H(L(UF-L۔לIQoe=x6QFP6f<ZxQ#f&7d ȖYGscTh hߌ1yVwoKK5VUۘD[]0>plΉSy߃*_+h' к<`޽2&` mshL&^$Xeg{eT՚k|(w`"nYy`W ǾW>)ݿ=#&ү/CXXlD[ϿrTQ \ɽA*zUAQR#q#k*kL/4/-3YA,gnk F˛?H Oj_`2CM+UȁXz6wn i; Wq1#InuP7EZzSA0# tkWBnv Tz)=BrU5N-)d/39km|B3K|NS]Z`FM D܅xJjE6La`;Gح46B!c]T WEIVR.N>?}«x8ؤ S{$63=RJFIXaCn   U?d1128W{ԓاG""uck~ݖg≩`nRbPkPbjI? p%xJy.QBmP$QTyb /Av^᳟FrG"DB/1 =YQ/3:P.@= RlFx%ʌW. 6=w.XuzP|R='9XwN0H?\C]e:]7V>b}_Pl:к# ֥aLV%ЧtR[@$whaVteI`ˏN eTcI;:O_2%gSN=Z@k1"|Cځڻ0?ioe~@0+[/Nr^şacf2ÔGS*UDb>е~2ͅ5zAډfO ML Cp;#ҁ%P/d@<}ӨBN-EtCb9aaFnEpnJFN"7ډX#$V#ݤNk#GWֿ~3K!? .]-[78r{E_8|]սKòG/yj. <}LQAg1d[/1~)ƸR0!\ &MWء:+%4@G͈Jd6 vu=۴?n0 Jr9+;n>u;QcWϫ ФhYqlHbx'=uszks nSt1!dJ^.iO_2`Kvx9D;\.{?fEJ+'E(rڼcH?U)zXCwQ7"T`C"??$?SܻRc[8择8*]Ny LKs0 M2""vx9 f_!#yt!0.7{~wEH9_{nodb#^a!13iTk= m DK@4Ƅl=c_Qp= ^%ztl&ԜA'c]A៖xxK/|Mw1sYF" @7eu}e$XJPyt@.N>9AiCl+fmi5}&? 9AB'W'G!w ݤq7vQDTx ,ps78o(=1cp>*~>^MRF_SZdKUVmnrZ~3cW[gzV\hm%1LG)W =J"N@Ls!wVp)wlb 8kolӲ OyV/ّ*CY!Jzԫ|[ _AAVOx`^2 t8Nde ? $MRw-R|EOjǭ5X^BW?.+x4d sNͥ)q/Sƅ KOʃkB&X|}-h(6 U®1twФJyM?*2JԨ4:,'|K1f> ]ecjitǝxAP&obv1v;h of+B7#)ʾi/j츟LE7H3+3zJD؅ûʁx'fb t#!P-`p[%Qpd uaH$Eo */?MD0C1fCBcK(r!4|=bH3Itqv 꺍h#57 Ln7ӄ;f'uHx:U@P 9{/YWWRON fi#epC"Z7;py 0;LA/1ŦĂ\wC_SpǠ 9Zc<pQf{T (qӛ;I90iSg>x.#5L4'"89e՛mEs_T 5U;EE=̗d{NQ;g?*;h},`ybӫdՈs>j!ƒd?=8RS73'\ Zk]9,g˪/\n 03(C@ȪKl) _WCc(uqx %sh,tƃpNuaD 4y9Ȁ& bY` d2Z4W9}cp%UCjbu1Mq@L<]#Xn_eg_+ubѶ/0vզJ'<2ӣV@#qD* 'nwصA*C_Fl"(:n,tQ%(fk{+bX*=y3E/V.>׹H~؈n6 ]󚺣oZS42)d{ 1 ƿSԳ|Ⱥ~jV>jsS> 2ͣK蓷մ!wɀn)b*a?M=,-[>{1/#4E:R«8/76di:Pzaq *|u$g %jeϹpOF)(VΗ:4"kQ:3[E8J_ qU,/(2 U5MрѬRo3[=~ċ1r҂e 4Fjǎ%=覸Ks@tWhv=7 mHW ^(mtүƬ^TK4$PgZGZjQROMtB#RIBw;s}@ֳwU! )h"j(c` NWGrqK;wt^?@; [NH (09X&Jkd"*5wP NIikT72ɀ^F.3ovFw miY#^X#H{*LEa`8z|HP?&f݅MmsoxzKeԾmզ U,OŎcëW # j҄6IjśG"/)j .=rdc#s%#)M{IIoђ}B;xz/Kp~Q&es^_B`l-J?5\F}q2[&s;U]2re{ tC; Ѕ"]VWx.9ŝs 6kwgGc;6dl] s?~m͵'צK`4wXNmХ!2EC&=hTOj0nH׬Hj3v}vv &ά%XEP۝-{LA #܆  |-2(1Pb$eGa碬8q@h[T=ubɴJ{ٵE~&BZ '%?d\jv ?!t \Il0ص @758jl 81iQ?LKÆxaS?iv xAoގEa`~)ctbb@a0fxX({85W>mT#|YQzISR)4|9;z~%:&Wӛ|n5|mĝcW0EY")n0U3@hix]a)L}ΘG|1>t&b"0641?hG0E]@[1&` ]>pdKK8!2[+jEvX|Mcsw3fnj4ߘ`#LZMș>͡r\Nzj{UJWX:PFZ>w֜PpA5  ڤ4fR4auT>w aF#X+й2.mzh&Rw}|p"ĠX!4I{n!QM 2K`55<8T;&7>O[HrTȑMTs!3bt]kZn;dՋQ^hǽ괲#,V5b45 Gl+sF9G\AJ`H%g(іդQ!\' vp:9ܪ 5wA_L%gX\ji uPtZLeK Vҽʎ<+y$T*:#R8D;8G РMݘ8y玲!o k*pA߰=$%%/k=\â}Ъm*hE}FA0Gyw}:>L\h 9A&Ц^͙J|fkvciH[ri-!ʢ {J$*qآчDj po| 91EАGR\ff0nC8{ZVEA{7sUYH§Hf?>d-M("e>Ϛ&v Tf zZAttԟ0ghIJHsda>2%J%M6Ir2tY.G7KK 1eʘK=eY=.^L.-){b=&KFdHo7Ku֙_dv*wx `&&k#Y-E]k?$D#{ ]b2S#o7tvܙ 4pK"հKWTK7ꃧ^SQ6|WXa̴OE'U-{ГUe^d~$ӄZ c9cZg]9rձ~)](&5mF(|0y+8e~\\hFfS2_kdHO0IJIWZ-gVɢBUE7:mi(pQlF- PG@FS+2 VLȢ( k K=J1:i$ x ͝>6ŗ"yDEL_;bH9/c.RIuܘh LjFgfb9y|ro5QoHMEoNt!7W 2qTW:>WeIޔCȇ֍51n+|Ӻ!5›C%Eh>aH}s`;(_0mJ,Q@ T536> zx~$jZ2@w.]ǐľVf\NJ7xP UXi< =hj6[NZ꯹^Je g*mp o =ނ{m#̐Du|b sݙC!VSy93%Enŕ/9ŕD oVlIq[xASx}ʺ4Z[(\es?=Z[(9ZEۦ@ަ>Tиcj%5_Cu?sNkPMwVl͵WV|ҹ>>ܼZ]NtNwQbޝ%Vdȑ_Y nqԻkKUSArhb%з֟$i+tfHhR|V(67'[ɿC+&ǍZFyyv@mg-€J'_L4=U8:6B.ӳ೿L/ _摒Er%f ԀIfd .O Xɲ~LulHVqv),Ǚ`~QeQO7BɖI\w j7B̜Ŷr2h|"/b%X|(hDb@,h2zuGD[3 |(CMfFly18~Ie<,k "Y!z~tn3n#K$*\[ 3ZKrQa~~<+W[i+B#1=/:y=dz\tumig2D/Lڿ P˿HptN@v 54-eZB.f5X-aTYh*9 J9Y0y{Marq[GY,l!g/6"1hx\^,̐i;ӏxA2\͘ˇne {ЄBHʒ6L"g H5}zuR9Dgl"z8%/4X-yтb_y|ⶦ@JY;wf;KgZs4u$!<*7cK |Hݣ/٧&8(R_/cpk6ik$c(>y:Ÿ-`MlN7kg e[c7~"s߽ᴈR<` )sfha9fzI׊9ѫg.Ƈ97h[A4~0}ʑpP:@1þ}Uk4w89܌i|Z8iڃ'' C+'ߤ$iҫ%0ޫa9] EPAHN $rӢ]$ u#Qij MUq(|!ױod$)*L'>+ɧj1!\_/(iݷŦ5"VZIv[Ti C$b{CMBZ4 Dߤ((U6ްX@J@l 1B@Q ض]VhǰAXL!T'#y8$SXfa_Sa6at u V_9`zS~my<~1gCGGGq'hY|=Z=zb]맪hrRƩA?oWc.{NblD`lb!Mh*_Uv^_y):`A{Y.Y4vl>3˲/UV \ND,g{pi,jEJpnhAam9/TKupw7JkGa^J 0u bA=E 0GĢTMΓPPLmy+>EU1 Myi-}_.CEKB~Rc9x“xJE;.:h UNDa币 f,B$W ?;[SkIIwN0t)w{$mg]ݎp~%ך;m1(2L*`r\%Dʕ7b#ehxțDLY翾vl8`q:tT-Qu`,Ir_VErd;24\Du@>%&/ ,館z|Ը}qS 6M^);#Bh^Ñn"z7nhu|S;XN,0HRU၌ox`owuCNnq(WŌ]paCgzVo̧|k{5HU#5!~0DaE9r,ĊH5GynNDyv0"dֿjH@Ah()@UFЁkp=$^ īkHlAˏ-W)ۯV*kގʈ3J3- !Vz|P'"cy$$SJ86SI5m躵ż inI>>0G;X"C!30Fqj<}sV+HJ[;1@E4Kti*eלrc)3OVjl9j6>YY(UvuWg٨lwt&U7gHp@hJLXr刹ȫCR[7 {ecp Nv ]*#+Qc,=ڤC β:U$-PpÃ[ oyw)x JϪkr..+4 8fk|8o49 &T%/ڮWh2oaTH1?%n48GggZB^锂!(xait3[Bs !xsU8j8!-,ah|ۏ¥LP`er< @TpxQ৐|%0lc72?[veȊDZ)qjea-n;@۪aMvhTFS9aVQ&p8QdU皛rpky;$#RfIo0 LʘLF}Esa'&o #,-aĐ" 0֐ӿ3YZ|NS'q 90zԂ+PrsZaǬ[}AvJivqVrf70} wkBZ7Έ!k}}>m36{pmJLqTe7bmfw#&C"  DpzdE`mm7S:3~0oF~ZXϋ"zڵ*b~mmÒs JHUHz$@pje6M+p-9s-|G,VeBuSAgk#O \t⡙j䵬~&AOƉמ,x"S猋Ffd.rr`Wzyp(n1 7ڋ)y/d[ZPMEE(c舼ׄ301Pgn8[ֿ.>(dLaģFszDd龮6@ۭ5dW>#!AkՆH 0φ{dLǺ7TXaTBa2+ҌWYp)2c%[i='UքFͳ3W3zB8ۆQcR)R,|JOTފi|$YȯJ$9F_ vGϷD~6ӘuK:bf oKml'm>`NIU tIU)Q(u2\gstTfoՑdkOY_V/;=&gU{g\6B[wpN{Km~{%-?.SIR4h !-E;MT|ʲ,rbא։_ȢxZ>hVԈe Ci:@k[ t4P:u"WCmjI˲A^E_4UY8f|\hg4k@u5g/SA]"!FY%S"!˜@=?b̿M j l[/ |ׅ' [SI8͔rfZ0@B^Qg!AE^hYd,Fƹw (3 ZQdQ5^M.57_b vxsz*GU|nNy{Ds%@CYqXM!R3@=y2TY7'M|;b{vٕth]ÚhW㫻^FMA|`1BðN@b,<]ֿl3n TаRupL];hIe0؋в-y<[Y0vh% Rnm<:6>aAEȔfO-іڶNȼ%M|v"] 5@K1"SbXKё5qiK ˦s~Thly;D `{+dғ ܩvp[6Ʊ=x>Giq`{xq%mO xf% $Lj~ME;;:m>-?4.I C~'J`٥2 |~L%=q!@%l("e/ $lGDS%`ԃv2ZF˙2p=E?*OrX [C`#̾($^q> bLcugo-MնA/1}< [Pi 6pS,LON,概d VQ+ɘ,PʤHK*lA n[w )Wg=mjHK7_ PXMO@aޔ0;zrn-z{* (=m L:χ m"CPfHl1jOҠ.hvi||x{+=rU/|i2aռD?TQ!vɑn^QlX|t*32́ey,"h)$QMz6-&-@H<=_H,iRX!÷|9{:!GyUiռ7<HF~;^*'~HJUv]:/EzKqiKI`qm_!aغJSR.^S179U̦]wU 9Ow1/~#v5R h[b}/L=}d4`޿썲ɻ%%|Ț0G+}=L[!ø40w.CYm $CΣK5۬@ C*B4kNJDfJjxE$6ۭb{3DLq+c!˾rpt4k4 &O;O9BcX\ }[djP /m״>,0R u?Fta}7[0 qSeSu1l-U(x=~!C?^> n0F> GV졾fyX-mA]@`N'770YN,۴/bK~T>U l/ժ(CE#0/Dl>}#qʊ=;8QQu,'fRQX _)@a<)w~SMb7(P̘o^eUjm&lNZf~$ Ml^-gGSc#J|i8pm?-D@m=[ӻ@oM&d Ǒ׻M94c\(ˢN:d 57!ljhF@]R63hj>e/H*kx&~M`lvbBKjNc5~kTF664V5T+bICS =cd,ѐҏuFe%kWFU{RqpOyA00|4mrl\6*!L) XB!N2+p1z[ו\r ̟eV/o[腣uy5\g<`$M|NSdO7Ìno/$I*ZOs;jd~,2N4znA7&$x i戗%8MMG?&R,$+ce(QW|[)ڔە7(VrvnxZ(ȼ/KuN/UrR;6u-W)Tћ0̑ ޢA,3j[NM3i%++W@/^'pN7$zPx|FZqk,H @p+㪁va7ÝLVj TieRpqw6&x0=lѼ&WWUAIohU cBX&8XtHzN J+4MU[1:0\^ܯuNp9n|DW{h{qK6#ɕ^ael)o-5A(g^MzY3iRQ2)ygK"Ykي'.ļ)J'׍糄:" %u<&5J}(l0mVSa"|__mCQȪ519|= ŋiApu= zDF 5fiO(ȁ^!p%"IZ(r*(7+n=S8#a?_qո<ώA#+%` ."/Y1BӅWQ*, s(hH7J}T vfP&yc?E(?7PUw)Ip5*yb>J8W2̥wc%|0F̊q'PMRWt)q&\H|rgΝ6 iBƦ[f Z |" Z(/0 ӁSdzN?R~DcD ovPMut'2͐/Yޓ:`Jqd)A*O㽑{Kdn ! ݩ9>kI#W684啤rΕNٌJ׉>'᷑3KsPgioϡp9Dz['XC$J%o$pt.KHFr!dv FVNmU)}:0jԥ _vz9>Y MlICSuI=mO3F1-! )^\b_ Ew /&?|LqX*N$>Rm )+l!? ܝ\>ŷ%`VڳKގ">@g*`7*bv QU2ȸ8@Of*>#Q9΋4]>|!ʰ> jqyᥦg"pc7Tk5I JRX1;3ֈɫ ϺK͞:'Ge  pպQב6Eɺ#sh] nqca+OB/ɇa]i pmG٧//pO_%x`f׷qs5:+k{w# ˿e#hv!2^*=$_.L9nT`^%rˑL9]ԭxW-^]+~?c 陷\ YTrH"`S@șJwSK=J6ZY7?2ɱ0J ģ>e7="zwQ )[`mfWh0Vmu`}_9~ 6LJOG H]1 U3{e*)8|ƒh6xJ=W?^iR~ȗKQKY?-rPZaRW)~I,%3!Rm9E~UNC|O{ d)z)JwP2 _X&\v!߮E5^>ݕʰ;wr_oSL\ ll$&38r*:E^#2e+FF'!6dw93il}05hDcWtjg+!ʰ fi<,gqkS4|74uuFF:o_;)8p&1Cк/Y ׃$]ۄ]07k-|0žc?zgQ S_q!m"HZ,ajtN=At̖„p}T-ͦ6s1G H"ܩ^P"-q0M-DU2ES#} e,Gۚ rRh4]_++ Q 5ؾ"Ä߂rz u) cn2;9f{h7p6^,Hx ΒPM70( b,S }@x8gb/2mN,xhWK`PSI%-BiqR'9 > ">* p"kI>Țƕt2'hE/?R ^8HE&`"DvAv%Eh8SC{򷱤3E ]OVFm|MԟEJQ/ I$L<ΠB/f{yBآu9wA:}lgr4o:11eIj2B.sΆyU.Pzezt(;S_!D"~Zdl@ }=ՠϡYeHmF}]X@ gRFCQܴ#ǞO<IҮ]ey@ 3: vQ4לIRG!zzW$[$TabUHBE1DXAhϩ߈QDr!Hb#):ɠǯwG%=leִ2mah ݪi=twhS&ηСkI+/)`Q-ȶ7А l+8 z_FQz0sVM|߲No 篶z:r]r7`N_Wװ;?;ĢO`bŒ&E!nڢv]=,d0w4mնTME,idچ+@\!4-ϫ-ۃʹB_[Rek`0Ċ/ ͟Ľ&ユn>w1/4 E-XF2QGvdXd;SrcuxNcb$feYNJZ76u(kXb[GIR:N~Y4i$oc!фwtYdDܯ<̀珪EU.3}Mt,:W@'e\M5泒v`8`|1mRx½8$Lr,:52NXrP0 VȜ \v$5.roC"~Kx3@SǴaޯ倽΄@mނƏG K 'h׎[Xɢ= qt "ݥU]p"6iP5٪%;]TXݚGy%{Q1 <e+" X!ң9d T 5Wybx kNC7!fkH5As*T\9dۘ_q&Ôہ@}wI@Mb~IG.d6*o9 TҖ|JLC5N]!%𤋮B2&W {OsG4 wa& 86͢r b`&R<}QymJlM࣑O$vT]% @;37uϯ1dCQ7&C*7KEjDJ\TY =`ĘP{M}5NBQY նÑwwC?6 a>{5@iӝ<{z 4ԻʶRm2 ͒ʝcOa #8qdGHmN\(9* FZ{wNDp2ob^ GI2QUe7=j(B \f% g~)?A !ԅhµ%kC/'(Qa0'|Tcr:{wUEIJڌ`&rčLhL4n3rU/f.XQCǼ8[Z}QĖ8xx&Pږ?t;0uއEI/ +w,E6َp. ) ) tO/<{8d+Ayɖ#XaF;Q=dI"/d{ AdY u͏pۡ9ۭdL6k?xIB2?5bRwF =(y@h>s⢶g3*+gUֈ ,vLmRPHwwVuͩ)f1Wzo|ӳ'Wd|ϙ-/mCeavi+PUO a=O1zK\g81[3@_.&m7dp "IM3L0:KcSO@р ^HBMJRW ea1S33f8m\4 (}"7){]<º ߛkUR'_oGCA >1l3Ҧ>ٷ^ ݎ8QꈹgMd2U;y͸_@ױ9U|~렄Ѭ܀<`Q=n>jsQ(ӂ5S/б7C^ҝI`fVeRI ZvbqUKIC@9ā@:2-'GW.N5'i[/{.@=}{)C?Ԩֲ2 P"hYziwvV-齁ysmq}^*&r)8_H"C@Vsdє:>A32Rej&N-8%t.{j!9x rcy3~pD]0\!GG_n 0ۓtSP^NplA/QkrЁOYJy2+<y37"Ox FrvfZ0Q1Zh"/NsJ.wцjtSK\)d;ac7!Dh1by%ɡK$NQNQl!%ΛLia !@4W>}W-U(4=gX ګӀ~S^pUjem{u획<~|ho륫B??(18hY/O~έ0('iZcPj %aI1g&4O:sFofV^A[ ̺}1 6Ir3%yUqNnĹM]Q<$i6\O¸͸a",I*|OG1$<ސq*Ms N(jy8g ;w Qi:lK7)RVQ^}{pL- *9 0d\䇣ȉRT ~Eyl$Zzu!v}mqI)|rZ}*]6^.3`%[~F -%.pү#zc+ ` !ijW@% ͬ-tRG~_Vb8qy@EVv눨dcvQJ (K zL(#nBdj-aa`n ]}_tqz,=!%Nh s(IM/{r Hsa5S4x).#5K6ȥ"|ΕM°欉f;+y4Q[hȐ ՀGJ!hfݩ&p37"=TyR-dQHaR ?"b㿃Qbg&ԕX:\@!)!_:A N%uCZ Fk c) q+VNݓJvW!$젌nnɌKojߐElإ Jtpm]OT783jP 5_b'{DL5X.yqܙLw`S2I>#)͑Sx\~s `J*檁Hg +Ox~J|1 #DSZTYQ_2$&DYtMI@4cxCz с*qZN%PfϋCa6%)G9-sXm-/dc!l\f(ۗ?E6KEqsW-uM)ũ_{ݜꓹm1_Jv!|* U. ^N^6э c+>F0\hapVjGMarY3Om}۔:A` t(1Jd 93uFjBx.zG{PM cAy.ïEQ˙NP2b' YP**ʪEߩCm0c8MV[;9%yn~(EʉV ~CP@wzFE }o/VhkVܲ]j~Il?m(i&>}3&/Z˨5{ku4MnN@qj,eM%xXɒJKg4G~ |\C e4%6X:;Ɉb _X J1?]>a 4^?(q;f3W:~ʝ^;۟VvBD]*ʚ OAb]IY'M`;iG!m-3X4@~cCԒjGpgay9:A=LD2|"*${&Ϭo:Akפwr^jw N i~9W_C8nc:Hzx]Ca&Qx\o?!d]fzBC_p*9FT"yhpR-XCR+*! iGl$ 1mC'hOrd kC |^e))"Pӯ R'ٽIH:ʯBdž5\&q1IL]VbU5BB BhJ^ɇ/#[& A>@K%>@+ Al)t…tQ̝^7yh2T@?iCMLvn<fL?fÀ6 ͶkP:EyhLX3w!Rh׿E<{Hb<:7=- jȡG5`YVaKC~Eͤ\}Vj\6? 7O'3+KZFkspMQzj: [O"ۜ!$\A^lAbV5xڄ8PQS7KM͗jzi}[cNM"/RǎpwBu ;ve+(_3E!?$M®$AX3[fL>^3AMC hxŒ=} i#y \aV+*I.uTe )o-c=W] "ؑbJXr$ʚ|^"Z+,6nue!*;z@(j2`k-y%)n_VjiզѴW J~˅痁 "D{oGЌ!e~M)+̙7۞W|?A8\iT]o+ݘ:u4QO8rGCP\Qr90ΒR]~M4[$*ipGsB%/Wn+b-E'͂ڶ=Vt N1.CT)IUHr2D)֌r--ǎ)ӣ{hҩKԺ)gnZ$ux2Lse-tkmu9rB""Ad9zyL9˄qCf q+%1f~#?3rwS)ͳA\)8CtPJqjqD]\HHfH.?mH7[W 3| !aXLb`uu@iӢ\* szR5ŷ Zb Rf,P ?Ƥ{)oE oI?(;~ޔݧY*!BP7[TuM^yt$ (iKs> *`]Ч)*#m|HQ``lTo#1Τp5Qtv0Û(եhҪ9Exy4i#M  2`(5$`9դ2N QSjQ}F~82a~F"2rq`.ͼ 7$˰;e Z@ OQ_~d^زT6$Y4EX6898KLG8Dv; ]jVق97 iᶲEJ}7Pe`8]cUWv}IFCcfhfYU҇h5ifp-@2 Jƨ0 E89Z;;z8 Nf[a z%GkCb̷33 4hn? k2v"ok1~x>$wJUצ?s(W]Iow>oI)mLt)8S\mEbn,C+jg#] ^X_ s,[ 5V(&hk + s-5ޒniPץJTO&M.z M]cF}Kp--(| QI}deX6 ǵ>~@29!QIf3:"OԆyXpGz!sʥZHC07@G@N8CͿJ2ܨQqKD]Xfơ9fBĖOVf Al ݤ"wQTG*U [p,N2"o:]aL+X8< P\uZ>[mwp.Iy*G@]݁z|9_,1[U17DZ+dCrJ`(QD>&3a8b?'yUdW&hTIV +ŻR' sID|/׃U_Rp&'RE NjDe>ͻŲ̒?Hѻy4<ԏ QI(QpWObNvV,*;>LH.)tYf7d$[p 6R ܛt\Xr>vY隷W4u4NҞ{zw_|qV+$'Ú?Ϝ 2/3\wDS1/ /n3Ұ~glG]>]/G^KrmVg}qn}]{%-=[V t39oDcu ]33vt=V@HcӶlo{Cw8o.=V8puan^4O{]93V|Iҩjv@aœZ0KA 1tZLeK.V &]$ak_'6a4opQ[<۵ Od658ϴ̢D{Ykv LB+J@CHspP;5 oT!-pDwΥ~is_~D\<2DmU#Eۡxi]/}|THRZ n@”tʺQnduLVG}ʵJ#=ͼ3iJY\4;fQ΂3xO$ŐK1E,*? _cy0zT_ұeϳ8HJTu$7GD^s 4f;,'b15}#y5NAWvj6z}̏9a\0%/1vɩ-wfhݟ}_۞pz2ҋkJmJSFNG;BaI^Ͳ -2ƥ R)|bc=]HE >2bo, 38;b#Kd֘&%hDBvUua~:8%F@bZ=A[~zt}ND^6)n/}d~/1##F"-`[6IֹnbS%Af潺gyYzF@Kgj@̦8ṼGÙz^|gKO卂RӶM.m|6afIҫ[Tг3 I'!p' Y׮,A="}lLMwUN:\oo]fbtN P ěDƄXGȧ%tCn#tyyd&ע\{gedy5̲vF[#]* H}oR{#L3Y ([2bѰ*>P,ưX+PIA0&@z;>ɾ|sVjJ/g`)1Ш^E}-Tef;"N7 %$Ie]"媎ω;*lRT8"&ۃɁװt k6\Ř.}QDȓǎ7\)Q08;+>䤋̄gTG yVѬBWA,=y^|HXj1jk빍Oy\z lf_pM"T䏜U&F'R^kT;$bvTjL䍧fr@3osl<0!e eI]sF#f- +oQlOee[ڕ#3J%aSWHaߘſwH U)2y8fJ4N|y T}[,4ʬOF#ӰVer\(j7YJYmT%f)wb}z@M;N*jIU|)1~oRnܨOp~%\|Cay5|](¿MK4?xk[K7ah'XA9dV{ ao4QN6[K#%{ѽ~@#iAZ܎N:qnDlE,?RĖ >{3rW!]=MO Y6!vR w1}/߆AhKD vyM.X8jyTqy00z1+(6rƑ_D)CF gM67e"c]P[x.};s<ُ,͐(Ѿ);V]O}sv.BCu1 8ȧT**m[,#DlHƩeѼb@H¹|.7 =p흈/v=]Li'¸CL29F q.i%xz*0RE5 0D{g%d|CfS0lafiEy}g3&iW4 9HA13aDߪle7;҆Tb%f;-f;͉B%kR"BkgCa( ߦusRc3(R4LVCrF.#5a?^A7'י2B@<&:nKd\@:oqk7b2n|;rY"N}3/&B1F:W jMWѥš,,}a >y[p?IN,Wnמލc둍bH z=xt~y<ցy̭! Z5G=Gc$E5{)7gA_Ȕ @j5>b/Pbٲ Aޢ``m" tq G+ٿ1S{7#EdG q ɽޓb3]W3*Jډ `ZZp$)pZTDoWu6p?ОuyYoMHv!< U_2-ho;M;A IIꟵ=aOGkZ4ܣC5,ekG AB%}AM.t6őL1G;+DoOOx_S9.^]pS40փrT%1.J-jHnaQib.G[d%w(7FN,=0foxlsۖy@s}v2HȫwbD!EQ1WzH}"Na3ufSL@fYli` ok1dm,s]ZF |K'v÷8m}!b'ã"(f"(-A*TEZr yp}0WỦ2=)GY"~FaHD:{9 VOu䄱 5fp{OK%1ZJa$"DI 2+ Ab(ł(QƲ[@ŌdFb}w&ɳ̓gi(*7z QdFybRWQ.v[BJ7$ !Y:oN!D&5LyGI{CpcKLMLMs2.+,.|hfDeP^:`k[2i;ّ25P ? BZZkOMZ x/⺯7s}fi,!h1^Db=l Ctռ0- DzTC2cSEibʃ#aѬ]0;ϵ~cwM2l_B@i>ы4`O^' h/53l|7ȻTC; |[e=,P#.6Ir9./!_J>Y:۟Շ|?!lݟ~.V*Eb#t-\@Z bQo k)rK2S?!&]\\|ag>'D488Y!J9N: Jqi^zI+½壢8+ s*Itcq|nZ Stk*/D}9F`DD(3+<&hkBCe~9)&?փN 拋ow+aNPNZ=C؍s'R<$c?MI H-ڎS1<zP0P&^ Qu M&$= WhHf{<,B;38Q ɗ%X@jvº۸C5aRYzşCp;$ QF+y*bkd4or0<|l9,ýd= >^q;<ۑGa xCb4bŤ"9Hgp?wZ)Zސ* %IaUE'np~]^W׏6d&jG0Fr7-g%:fq -8Ebm E>Wӟ(,V~v٩~BAha z" )PY<4DkG$,mҁFdnD| Ij΍w$Sj Ǽ" "hq1Xohu[Gh/$N> sia |f(x/ak]Q -DQA,f#3%7} ky +¤P% 6jm[2S`,OqoᩲB"+"YL޳WfS>_fq$-d}<:LJ 5,(jxz~͞m.z4gwMfBSގ_yd:Mi y{=| ts&P[\t7a/~"RU<|r&7a=fdu7y2lFuؠ/9)5qt0'*wդ5ry1DJd:?7ǷZ¼ %&&2|%HR9a2Q(9m*XdT(c>5 ¤qV$>y6֨( $HC^9cWBp7Oym.Jͱ%ҀPKo=.S1%2B56юu))Phpp,b%E"5 H$*D(\VZrK $".gt[m^Fɤ9|úK] Ow>ÃOssx~~mlRR1K %C%H+]@ j-msL %@Om$צƠ,^2HZ6)mXm&hZ>_Tԓ ߊ ¿iFbatfhs3]8Sj.WYY*lMTͻ P0EC:g='Uˑ]1Z^@͹8s>kUP5p3OS r3 G)]7/!;uŃ;|5mzuZY_ulk96D+ gs/]P.%`X55DC#;.5vZs@ ʬ Z{ʚF@@\eBCG itwEm& x]:P_{r/*5&ZDO/GGv~naZ@b- J׷^czw<^ ,D'3Ǥp gnu㝈awf]YUº! '3*ffv(Qd@v9P>4"%<-h8 y ;nbϹK$8`{l㽪j&6%(]{m>&waCzc#$^ *x=+\-l#"!e$eȼeiN=bC! H# VtXSpF"Je> i ]zr.A B]Ĉ<ڃ4MUT5&iQu/PʺQ]M !?Ad)yiqoFGC6s<rV!.Q +rUn(82dgfGVo[\x,W^_X`f`U#cA6,cbb["]4,8{)S T3P""̂EM$)tn";j凄3y)᧜Ҿ1SC k2YX]d3Yʉ̕vC=f ͷj<)Xmׯ{܃r{WJŐR#,ZW ! *]LJ~&/bd\xsF<kho.V+FZʬ1?3 Fvm ϫCU%7DFg@$U%| 5[w{դ6cx+!c[!C: , ET׍EhM^Vաz7U0 TI,A$UDE,DĶ 'yY:(@=iUlKfᑶ0j4![(ķ 6g%XK|0mm j /Ci V2@W `!`1E-@pǛPR1"Мd qȪ"<ǖ[iݫ{-ꏘ230 h[+mKrlP񗐅~l6٦vī9';4 u=/L,|?8Uuo瘮R-CŻ5<)g w.yM:m$tHZ(eQ$)ݲՔW_8)v̳Q\4ZعITs%pyE= a趻$m4'M:O 2sfnv8hO"1]u'BNm]{LZ2u/x \ ]U)F$^+Qe.`VR8].gDP6U)ޫr/K:eۧF1y0g1WtHcҳ)DݙC2 ]{)&l$#5ndO>/pXP<`޹w(~r \ 0]?l$wf=~ O5pYcùLAb` W;"e쏤mѨx/<%әvQ zrX ^ڳ|u͠%`.E]gC:[:<̹E-^اcO@0+vYs g[DV:V:<׿!^T+xD2lvHF{Zi5mjƭl_tIڑZ ?D5f(^] L];s@F߳B!T̅=ScFA6؎n~_<ՇW{5Q%RMS% >Ey X/Za-xoR9Uj-$xp"H*d4ǖIt>^w-\t,[~ l[%TlDGX} sY^GAUݰ]+&j˞:YK[!-hE4mSy7j:,'7K0z"JlD8MYbJPl.s>gDDvFVSuX-ESq0nFk5aƖEJOPrYh,1[֏ ȽJѸԪEQ("JhJ@0}Y+<󰷋ԍD̼c*+Tr-kVE=N 4* /E6ǃȂic.NJ1˵H /s5UV(' GՀnbЦN% [Ec7ܝ `p>5U8bB^ lF\5jfN_3j|N[Fq‡]%> Ik!d4d|9t?#wƈXfn~ ):|d֕)nݫ{['@2,b*( Rȁ2FU~Qiο?_%]y~Uh3"[3R/odB-n+MaeeQvr1O6,'M^4+E@1#` es4q,xg%_VZ7Rt3cE@bꊚ2Δ@j%UEؖ_Čwdn]00"Vn\s_#0Κ<_pK#۴byul h9il-zO`O.kt;OLwxA zLF",v j)F0>3 u5#M0Җ<_(}Y{E{? p dRZoGy:mhbZ]'K9P*eY&&˦6OeBX.$!v\`@dKl"!9*ˏHՠA9Zл Lwb 5ܿn G۾}j,a׎PY[g g/D>B#dPi$DNUE)!hu)FkԦ棹d[{  2r؋8{nkF#^8''`Wz 8zKnV']9=~v5+|&%q?o)jZ mM}g/۔m ]˞ahWY+L`eǷѬUg_ė6k ÒEM(=t{?,z٧s.^*>Z6o FlEǧD`@%W|2{4ńZѹϤM)Wz'\rϱ e&B\g蝜஼Wӫ/-wͲ5Ku7j%\w{X] Yڼ"ypVSe5]޿.w@(dvnNx.xy(+&k6<^ZJĸxtgZ^{NKYעlh fKi0^WSVi8WIc䳾Ʉ: OMHWAn֭.%B,;Zd;]U]=) Oč }DQzjp5p,2;eE͢DbY°-8#GS̽fr?o;wYִ\VXL{nK`=fZ̶1!q%3gaX2=PXw)+yI{#~(3K.GAggh VsHVس-H@[.L^+ӵ+XW/~Z݇y7`Qf+\  ydg&0E&-$R- (.=6,AͰXlw2ƽ㝝; EDQdp`(fU|n Q:ShYm}3/..O1 J>>+վxr{$C&(IZvn>ʽqKns-SAJ BQ;MuYrRl>ڒ.ɷ&=-9F"!6*d!c҄L"m3hMMk_Li-y|]|rQҼیmhNQDϠKӖnjE=Xȇ [tx4$X[ږ% q1ԙLci _1M&:XǘCx-gοbYh!Z /*UR{g4ƃo<۱^DKݡ#!q_.6c@ Ia ݳ;ineK{Qt`xHڦFg(D%HV/#hȝt|ۂϪx"v]fmьBuiDcRoZE=ҪȎI:ә,n iSn^\:4)}-Eh-:޽;ϩjdV{Rgl-NM҄Jz4t+ŒMYRdGe2@цcG|M?"DUBjgYgt֠BfΕNX 31PHRep3$5]l*7LQL^g^኉tZ)#P@vL Sd T [h0YJQRb'~.i[8r0O!1J[ f&C4Qr0ECd1Z;7qԲb|1%-8Y`2b(;4VW\\DdnfB\2őbsMվ{-f@qCοl43Q`UfLUvn~u:`peNֽt2IV&Z6ڸ}anXSb1o|O&bS5~o\Wip9}Gݣsu,mx*?sJkWFHU 脩llMr$ȗPs`r-?2Ozk^뀋Pzo;HXS YP<Bةe4on}բ&͊3VPZn wl&a4ōJxY-ճ$wRٜ\zPtjM=Mzl?[Zd:9W-=e1|P&.Q̯1gch܆Jغ\ЂW[~&_/.5>c枇s4e;\ٞQL'Q*C2my&"΄`ˉ AUdQNjF}3~,I45cQ3_S=flK! b7ҟ dBeN%E)Ab 5dfT9I4fEI93h6 DX;z=>W# j=#tz:Od!(q:+{^o!,.\YwC]~hn]$,vJ"+v_.wIAi2_,َm$ cůW1.n`h{bj2(0*AAGѻ )a*~hutU,!z#W:𵴱ZgPRV`ݘ-ڤ"Ӭe]hΓU<-䳊Z+R`}ۤf*$":}MM_{Fd_@X78ܸU_4m~@Oۓ9=[/xJ41Zx@r'Fn6wO*K,6;1 Ćf$CBo]ʱt)h2a )A BuZ=t\ٗD19\g}xNsT(2",fިA]u&Λktu@. %1q"zs%6leڼ޶DubEl>fnZrΒQ1r$,a U$5cQD,[j#W0Dv^]{ ԝ5bȠ9몱4`[XI=6:-wIJNŀ., XX Q゚Ox mLt[ PdId|ljCLk"RW򊙂CH**?>|ނIQ9tb*PR*8jˊ쉎Otsunrཛ23"ZhQ` L7yH0m/"oYbe-l۩Τlk$xx[I+ؤ84Y "gDA3Xh"DmK9pK2`KWKCf>͋ã>q @- mIC/1Bʱk\TBSjpoFO߯wě6{<[dQ Gɂ--v? >E]ij3sE a{Xަ'ݓCdjZobhS/qep pgsrtVD[VjuosFS}7QަI" j_fh]]b~{evsƐm e X|D;sTHm.XߵFPB6"U-(g8YJNPF `Ṽ!/x=CvqsA`] TLBFq]o_kL'>=<({e2/:գ3f ( 68%[{[KvpmcYĂfZ-\?j3_@!%iù&GBAtMcD 5H @Y%K$ ;k̖ffu/b]/zpjA^iŪgz6,ѐip" S FU/k =ĿxW !XH*{)"Q?7tvX(j`0\Cnd Ѫ K|Zgᤳ D @קwTq26:\W߮\P ÆP @o0[g)Lt~EM4vZѢ\s9Hfυ=jX ^;U]1BQ8% =$rϙOKyڠІV>Ms2ifҰ1r 0C:C ˙ĶeaX ,@ЉH/3b`v YmZlL!FC]3?E*/uh_ӑTY^@J ?49qS!V kە0u7lXM Q,=ّbY~pmYYtSQPT(K>mm͕^*P)L=燇"P"]r胑&If-=\\C٥CMS'3.,/UqicjTlR'ȪGrSX3fuL=7XhdY1pMM8#64R)|\?7mb2z9.~YʬU_}*v/Mڜ6w/!pCl3ּsvlv6ɂƍ*|N6O_Wo"3TJ_zڻ"!qUT:_i1UX'θ'#ONQMX()*HxxMaZK[GN$إkg:v[խ*}SrC*,"yJ NgjYY?pg&*{E&'nRD8zs"aLAv@X&1X,u3;6:6>7uss{xz9?'uV &@'M$N:Ht0'&:Ct9n/U'S̳o{1!dޓU|801 I%VlP"ȡM)?Da@$1wfILH`-H $?$*83L%̬$XBgfCLY!I $P}TC1kbk=6yH@}!ibH2,QPUGcb*&4bł1UU`HsT1 ŇX {Xt$& 1S@ t!+R;\@ d[[#~ . 6EˊjO⡤8 C9PF z,Pk.(EJA@0D d.z"-"H-v芖A1 "5MDiȠqQ.A "AdbBȤ lFvxy +dP,z(R" bH:V "*8Pk"(@*%1!v*YP.GnUP.v"y qBbmpIjbFU`4Zb=xuC S"ABD@f1qzo%ns*#ۻRW˘OpO[#[IP2Jb15" g?ϡq8`{c ݣ r9>>^O A@w2Kx3nfȕ;2$&bRz0deAxq2?~eƿ' !=bJ995ؒ\"2ב;uJ 1tb)+4=dCƅ0n2;K[kham!l`i8+T.^-SE~W]S=T-ڴ.t ʩpks ݗ}qNy+.Y?Irj (jb'31_ߩZ-n1;7ȅzi*7J֟0mzop1OoGĞ>vᵁU/di]{Iإ3ŷ'%L|`8”{Hv*Ar"*s>EŒǴ@v ځđ^Ig9{|Ɣ2nurΥ}N:Рg=x uKZ- H$/=Kf+jw3235X7_Es{w/0mL,9*P1cw47ιF MJ@fy-:2$ڀ!@'l u!}#˷)6wQERq>gg38Bnu?cUM hL0p43^ FhEf3I;Y mbrF l]A?* ^~NAN?/ۦ$Yr  HBlRQSRxk Ę7_>=i󛦫Sw}n/ݺ\Ѐ ]*N#=e4No}{Au7:uπ gB4Bӟ:36~R,l|[[iѽwwA}k("<'o&3Oặjq_t&ۿIO鞚"CE^W& ,R9yH4)Ս*fR \~}Wx;lN+i\/-/^>{ɿ"jbt_]㸫I_{?> ty?=PT<(& dPB*"uXb|G{3\9bE{p}QDApE:LԠ @!1oDT^+<պCYpqοُj("KU>zi9}܈02)FeЏ:>[cvm~ ^/ַ3SmF(u[Vѯs|guX‚ES!@/j|8(\A"&7wlm 瞂rNo:/{AS3 3)6Jo;.i>s[츍X*[i~o_Xt1A[P^mw?>(u?#c<Ox1Qz+g|%OUQDO:=?:*j=F;Oe7514ZͿzQq_hqy:;AUךWGPPύ?kRo)9< 3[OSeqj ylOO3uS@Q4&>tzܽ.0 ƃQrx}GY{},Gvf[-ŻBP{߷zOmaA栀y^{:ݛUM< 4[E=O:Z"Wѿ@mR BA` i!rާƕĨ Ê"[}*'}l⻭vwK^¯{8 ʃ@@5K޷,< S rvv1G{ 8E@?}9騻bDT5ouۈu<mJ Ooq~_ߡ~Z>_97 @:h>Wc L_ټz~@uGx} L7! nBԀxi;_x:4@0 u#ب}x܂]Cܠ `Ee[UCOYw'(&T<-]E5:ƾ("羟 9, q,=>E`g w *>:|MSDǢX QPuy]/-y/h*yM=;u1e:=u7u sp=@DG}#̘{ةa7F^r^ټOꢘ7ϡ^{5R=gS {ϵGtz/ɠ)r=Nsoݥ?= }'tf vwz/D yš;bMyZ݉O/eA\,q4x/Wrby~G .$cX!^ZjNh>i?jyo]E <>}Zݝ{bA0:!s@ ^bthZ^3o~@sUAuz,:)stAz_;DG}]tN 3oz_luE3^|C_^W/^;tz[u^G)D 6jĶsqCݚYkGCEZmeYdu0O/Â\Njs6~)>b&rY@;I~_~^ZE_Au>ߣ;~5ʋ6}v/o/?hf(Ttssn0OgW1;%+=Wj^-BhpH*p_v)C=o5:H'ob}oY|]4V"[秠h/H1f)^^5bmO<>ﰁ{?SAerw\SUE }}WEy4Eh X$"0@bxx :vI4kY=BϢhDog be(g)VZڢj*?I}w)갚XS&OPsz@ DLf׵M@4򀅬6nh pkx?giM ߅n?5@.v@:7 :ﰡ9!3}nLߢыO?;^pkpi*5u#5pP@,i0b0Ń`Cd Fx8Ke_G~ovF%1$帙AOL 18g x4瘣-^[P[(ZA'Dři'D+'('W|9b7A 'E0  o*}^Ђm[m:ITXIԸ b! ޼Ӳk84=%q C`#c}7/A0rCP>NmV+SJ;``]!0Z]^jA\f*"@h&bXIb,$@x4[,ޚA ֓7!اܸ&,8'VCz_ {l/˷DL+&BAؽ籤O_sxtTR| +jި^G;Ril؆SgsLNZpjIVͻ6y8b;o7@s#FG ;'{(ŒG^7 ӛi}s~eUfN 4$0C &56f%$Z~wx(b! (XF; yʱfCj%x rsg^ET;mۚH!>W(XV |չS=pUe H0}@;k8$yZfCCG@PCZ/W[OÙҍ7|!d]Eΐv?c:pQ5 ) cOVu_`4!cV?S8PoZ2F0,q~JѭNdǪ40tqL-OgwcK{N-@=kppN..N7vČ}]z訕a_VjrsE c gQARn .@,Q[.vK2"$հՖZIk!c3q{?_J#=A4Ģje'нgEHCoZo IWѮF}24V|2M_.8 =*)K^|s{zKF}Sc$@r,\PN n]L('-!O~$/z#+*9VQXבjcP3XFyIbbr6c/SlT)ǡnlrFC;[Ƌzcyn{s_lن䦬MGx=($~^λES gQ2ƪ%CIJ=VӾ󂒌$NĴc{6͂^c#|Gږ~tƛrtU0 ۗ&z.ݬ̘Tn\@wFZ 3N\n(Nr˔Ϣ;YOfa U;."DG#H=wU8Fg& mA13gOȞvΰjKȌtx3;hNՅ7O*BɂrsLRQnK-"g3uz Ձ )8!)jVIץm*J41@CRKh~BNk.^ZkL'UMRVnr UfZ˓f& %95zئ}4dW±,00p8Jj)I:K"D$4HdVșJM9D [u(MxJ$Qyp8]d3H XC:;=P=6i.gStFB"g忽ꇯWmcXE) a0NMʂcQAM=AxTK9JDPC"* R+ &@ڶ7g]ǎɣ"QaA !H<%z8Q Ĕm)bp X&r@X+3x65y#v-h `EpDQBT.$ +. *"j`+lRȊ`z tМ!ɤ"̀ st6ɳaE.QTBu41C9 H&h&$AŀXPmXȎF5 HDQvP /@nEM%EqLĢشW] c`k%hR*R["1~&!J#X(s/u#E:d 0!=sso{'/ YEQtpuf+BkC!ȆfO.4>Tr:,$,1," I z$OY6Mj3{ <l3'aI݀TW r$QM+PLdBt&4.[bR \8 dm ( |4ݶ*)::xd8$8u@ + कcQM&ϕxf1hW ,64&S *C: Y$$RAPp2 %!9>':!u'UlE.Q*Eq좠2)lV;d$ 80x !q;ml9;6?&IZ ֆJn<4fjrvRfO7oGi$N=4NJ^fdt @$  ;VyH r2Xɵ9PNBOe! Nw\9pԁ%InkBdD 2%U-#X^Eud$9Nyȃ9'K'/'?FNk&XRM!i(bs\}备eý!3 M@ِߍ+G񫥎~ϑGG73A^nb|' y2LCW\m6I4B۲S m@ -3²L|R{kDNW*Z<;\IM0< qĀ%jXPWِ KHKDRgz)z noaٿԁ];ɖ^4(x7 vɆϓ!w7g'k S(,^̐ۍي";6AI''%uaMpp8wÆrҐʓ{X9<0pyxjrUL0% ~%\4}l D!(_nЀ)Y8{9}&ɉ* ,*1$x2VbҚN EP"0nkA]YpCHV(q=:O3۾pߟ]L/JCC:w*IXtrxy6h<rk4Bf A$ ^"E-gf˽ 0/_N18E.LuRq0q`b)D@Af)}S=:/MƘ->v;suzf vzM=Ww`8AEI *"f egǶu돍p`_7|V7Js0@3y 8I3:%P>3c٠ aZLPE_0i LBw7f' gPH9p ODNi(Y8IM8!%SyɓGK .W"(b' npՈH{oy|{X8vW1Uja/Q31Kc!\!~myy9_ t@*Vʁ3m8&*6VCzaHr aчIy( yhI yޞ[6z8f@1P']O`7Q-E +$2*,I2|fS*[!X)HWFڧ.':r5!nu˵n$QBTFBc'+ HuKl `c,RABbk,%q >4;3_;81!dhE&̘ɦ@4 s07xR$1B(Js,/[I "HItŻHRdbŰD3H`Hf5\j| ^Z} dĈKG%"R8/yt^(nj:p/NҪ} F8a,bULc.tEm ,$Q'AXn럇֘'etL\{_ొ2\Ş{oAmuzKR5b!z"lfDa_X Dp3lgWr6MJEBDwkHkMeTjq`HPعҜ_!2!H`,JLXښU$9~BqZ)Fn9+q[R0֐1B`ï yRL8  ُ{{(cR8|'7Μg* `(y\ǡz.$K%``pZnKz͇~O0 ڗm:1.]PB}N2E|d^umedYRZn})&<B{^ߊiϊwޙf׮ޚ6iYuN)e?6(Yn+(p.*,ɟ-63 cvԬ AALڐ}wdd 76Ejċ.*'eCBȳl^[n4yAlM ;7gaz2k,8%( PRd2b];d0h]Z:F.Nq_5 DИ4ANYT)f\;7=(h Pa)oG7wK3}<Kk\oɿ6GYibK}:qȲ[:uY)@)Z8 (i cE͟R~J[񞪐#@BQtQ բIkN)5)Nt)87~&PYzlT-Zo!!/*2nE5fa,SP @T -b;0ofYۘڌqrt7ByeUq MO|g€@_">hJRN咅d;5[2Ø/=a8v7Yr1v7KmE5^d+撎ٰ-UiGrސʐ0RˋNŽ:Nbdf}^QLM틺׿>~St )B"dPf)ncf<-zd[Te7PE"0UkZk!!.cPJ"'V[ɷ^wv[I`$ imca4 X4 /m7=>mʿ1Cd*AePd)!XBHHX*2@dY$$1'뷇%I y^f%3EdLIJPS(*\+ѓot65}n.V#mFغ[6[x13B)>*N&A7VIM >] $$31$$$~I C 4ˋJTD2 YEa$Y`)QE)"$ GPb$#s]eQKœhy׫gW.t-ڦoS;ozΘaRDS,a^aMw-v[ǒVlױ|gnc9Zؠ UC35IoN~Wܦfquה M C}~>N vcm^)O >!&@Zȉk DQF,)+ިĶTg#fTx P r)sef49̍!6sY PqȢ莛ٶ+05^'Is[4QȘM7af.~Vp ãɄ;׆؊o˔b>VkUsG*Ͷ &9|KD8h] !kϼZjJSt4 PAN-?`D9h6@ LyzS_k7omdʰq"o\ڬUPsg]Mʘ1"p1 |\~M`w!\d 4Zd҈B@9c/q-/rh$1hF`e 1T@jf!)ΘrPfڦI L.0gCm6\㌒oMeUh骇4:}>a ADR瘻[Qʊ=UQm[u>:>D@vTʈkyYyeU;".btP6Y[ً0@UQ!ݖ0b &*_TTd=S* ॊADwi% Eڻ |gs7JU~ͣ-F0F3qhi#H&C#'SWKS E L PJACk{8"mP5Au,?ÊpwX" ˰M!NҕD[CNȘp(|J"A4YrWZ5]LA\XQk`cEZ )SӘH~kņ @E:Аm0vh hHDl{O}$qT4!Ԛ-b,mA DUYBںB[.Xk(/hM e#7h`7,.][Y c@aCO] 4 j cq!ł (;A\(FءoMe֐PjVJ%osW)v?5DM*ol3TuXEv"liӏ^NOoW޳fb%+ y4p.tSg\ B(8UĂh)+B@S薾ѺI'c " DC@-8pZ"Vh/1S뎝[bEETF-)PDW-¸ @GqU զ&Μ>KACi)x` :c77W ~ȋ w_æ5p~ @ %5 cƏ7myo ,($̈$ 5؃ `$uڬm1c}͐I-緫̐|0yY'ζV\(vU@ %OD&`L@$ˋPx [& H3)^/wǣkx Dy.]p9^@"REa‡!q+z~Rpᆋ=7o;R}p<R wO\G'ӹ=oD PPoi $i:{e.+dh-J"7(`j%sA[9/Raav,?^=uR2Dh$=FD JW EYk!gVgv{˵jP%\{^6Yc^r^d@`JR( _ ҝ &k[ %`1׳OiݗEX"c"2Uv&b#:J1RIJ x>+ !$1%(( :_Uw.Lݛ/R  d;v,*Hs$"*PV(EI ,& BXE a)dD nQi홺\",S#2l`+y^"&6T,TX݁ >bbzxD238zv\<-%nAq1Hva ]wg>F@~C]y )XPdNPOs^CM=v')ך 6? U]v;4YF$bv/+Ip[2f*(:ӕ@>}/g=!:R'g^:&Ïn.\n4Ѡ:we] Wr1f^*v)iےn P@) A RQ)Cn0j0Q<}pd`PyӫILw2|QӈGl@@$rJr:BDz5Pp82bRQH+Kcё v47t( dّz?s2Iݾ~ޏih%, w%bO =!DY@H@&A^~&HS<8c2"kC4e~}}?/KG7oqo-?DrnNKD%WaUz CbY+涫.vCS ˤ{O3D'm/nݬPg;>ԀW"җ-BtK!Н/WrC?VC=gzH|l;Ryxw3/V.a+c!Z)heq*m\”Qk&P*u5X<{Iztq+.v|6PJķMlotMk&>|; fZlʽKՙoM _Y\S2B(4m֔D!3/;S AEWְó[㳄)JYq#.nhARmO0&aÒ0۝̝Z}gY1oo: 3='C~zqBe/ϫ)ic.KO *G%X[)ܳѫq^)SY@9|L t<M.ºuJ?U{w=?N1{w+-ogi]KBvVi7^Y~>IZ3`@W^cTw6#%ko9dGbnnH<7%o̧cmx5/kn\8< (}Quwۼ5zlx>ދwsOy9AǨgp;]d]ܿ˳f\ 3fɥgxҡEfwvOY^ ie3K\_N#3+_!Y>N.ˏ7&.ﻝ]ׯ Ng}ڨ`sܞԽoW4}ڣ3s>Fx WO0Tt=Nl[5o/gO+GckXT +ek_%Q&!rn`Mj=xi~L5K7QB,ߚ6=~sw{e'֟yBC7k OjU466}_ 3}|\=>^g˻y~/sqy[v^<3fӿ13ݗػ+:黎"E'1!}z~ K}yqd[PZk?}\/ ]]X$eNN¬[_ش&ia»ռ[Wx#D!d$VB7_ڝLXy,J,tIb.G9~{dD !RdCG`)`; #4!i@"UX ш DGC^Ļpʻ%[?nmԥbZ_Jg`Zx=E*G镊N'e a!!JbBZ? 2-аr,-Gr` 2ht<1pg:yߑI@F66Tf^*i`ljsmM9P2 3ȸX!D A (@L8B{a ӧ+6VP@DB" &^:оwa<]˸Mna~U`I `l~s{.lV#\ uU 40NnzQh-,sa9Tc<h2 0c{Nb.<3x>`ȝHQ0dV&$\,O~ڲb,Mrs$"90a3] Ƴ#G4Lc=ew:7G1Bgeo(p^Zs qx>rAL m_,6} ~D߉h7e{\u.Ke{"LւYpWұ1&HǪ${b=k]ĶI$sȅSF|'lXz#bTa-}VN-:6yGEJbc盆22GR}Լ(sy\oRÎSBxTvV/k@@ڌC; L.gS>u,43~ 9<{|u6Vt:? t=A!Ň& RB~ cFj Agz'z߶}Y_ZUbollGu պ;r.WHBJ1=ʝ#in[p,}>aw6/ζouW ֥= 80U>{[\i(}}*Jd_='3TL5ݮdtr^7K[)W'{!q&LM^ҷO~٨PJq{6"+hiz-<]kޞbA}&gإ6n;&7l%v_r,V=OTcs%އϦr{#ީSǪ bA0<eV}?#0b<_8<,:fh꯿g]ya) 䣽hX^" }|䡇{!Y .@8!$qdG;Hq c"W W H@€N,I9:m@a֜3(sR, T4R BQK!6`aC)1.Q RôA.!v)b#^@|ymC^>zs ?dkKQ!;HW:o7-Y;CѴ B6 $&nbBZ>thߪD?53aߚB1AC ;Уai!˾7˨, rW/ZOZ ~V*AMm˻b* wJ"/?, \*_?9 g;31B1!4W7e!>6/{_owm6hfڨz?ŝ)&tQ)9LUϙ^k:؄/ 26MkU3 O:'ۇӘB^^k;fRϫ#IίtA h!Txm(o G#r yT F)+'~KJ1E/<+5q}J⵶sB0 9 FzʼdwiuՐ'c dTbND;88} "5_{ng].$ I16ŋ$XH[3lL&m&"02a4xFA)>jҕXR=%+ @XS@Dbdź{DPs=$h /~aolMbG`옱T %]%$c9yJ!EV!x2*3ˣVgoi.T Io4?h[d~\z@Er.>gO*C;_}WތOLP8 ߈GXHr*IK J9 v:T1͍4mUc"r)hv9g h{RmqJ!5Ib`s lFfc:2Z RAuY_O}|?PE:Ad*Cha0=yZZ1?1r<Y7V]2o 9PpoVt7͎5f|+NP=^x\GBœjI~;YpDJ.C.euQtN>YIeن%iIFQ6A?5p.c_MK<)EZEٗ+ <jl?w™ 77E-mP&WBSΙ1xjǃe7z¸KUW%Y2NiTɈ{Uz)7G\K eԤ+`n,e{tJ2w|۬4q.C?:C-e%-c3oj#*Oم=dq`TT~^,۾&Do|&B4b_8%x.dx] aW՜"q \v"oXG14-xr=/+dBI\T+4n itƬ,R04v32[?0l {RvPJfPiq^|bZ^GogH.SVЫcd| 6Yjß%ag[m$ RMP4mf4B-+'fK%\ʻ=~y]TDҕn{٭O tkwFXoݵT]kAu/ ,_,5ouFiϺ\5xyl8j&N7{|M펹W{rxXK}.Q<{V{N5csOi.eJ `o3wZ^_K.қű3R3u2>?TuXDpQ c Ѐ;_γۯ;3|DXrӆ0ᔽo 62?kNhKNGrd0f+r8$|ox&ˡ0xD ZՑ 2þx8ϲ'#O[Kz,_U &k(kd7C_-Iq1[ypk|ߍ=b3\D p͑)Xm,$||-/Щ{A>}_W׍XdXRpZϱyݫO:k__s?gM}@~2\o֗-W*/ꩧVڷ}&qZM!`$q GY1r6/_JR KW e=*)6cߋQ…ʣ69sӽ!Ss]Ƶއ}Z .3hw(<:)'8pt~?Q@~< H Uϣ+D).W `zkn/᫸AOKVle` zt`s0> _?rҊ>n"8b `<7‰@JAQ0 O=_ dTx؇LJπxmǀ{H=lU{z9>od! -މ K"+ES*"Q@>D&s1K*(&h`?m rUASPfq@‡oJD8B@۠ Ȯ$P9!X*l"'AzУmkH^ B?5XݳZLxb9BNm )'@[G<(&vtzේ'W<~;vQ5שeccv`ݫv O5gW)G}5OfȏkRAy T%ZxzxǡxPxV1?n/G뿓Zd.c{_xr-̜Ǐ !-kpMA7>vrH+biouYJ>R[vE=SsWӥtO󢬒|[b贑=c2K>Һ9Dg掜mjG}r>˷Ѿke4&.ˑc;yd[3?y@c1Sq*ߗ l}VYmޤLCdl1-s9=7I4]zNNDP}%h=i,~NwAv9cD~ qaV@( P8b./oeb6(7bmv̊sJ.[}Q2\i {_iPVp2G6" !fmP߸7wKGzJ?j(0Kͫ<pgUUo?^ k, a_rjs,WDҀUUx !hE;砭1e˜QE(˜D i*PC@ꬾU*"-P}_3$wc]\[[[ OswB|CMoyZT*g6Sw6l+O,佈Gڽi^-xFI| .<J\)jގϞ=Uj,i-j2w.Q=c~J7׾14?&b l~bY&#~wjf̱Gn-1 MAB;w>}NL:Z;mo5mx>~ߝ`uy^}bM[73g՗y8ٲB7l1/ͿtOIPBPkRD Dlz(HXB mx#ͧ|h[PF=5y xv-;Adu4*Fo@TrĎ#~ dL4Y6/h&kn6,-k3xbBA'B30-j,bRsݳжdPra7gLL)>< +1d`,cfRlFxN6ώ-wA4UASc s|ܥ-ij+ܵh= 8SlcY"jzQO|iFEn9|xCrX߃.B0NJy^Q86-LJ.lf[XBo<_m,bkP my߮"6 'wʸNtT_QVo#0D0*G0b!^g?;s[a7qaۿfQ<,n|7;P$C}ˮvNgٕxf #!?gYNi34W-FK6>96;Ϯ ݑ᰺'G~;8Rj?(|ε ^~cZ0?SGZUv̌n`zhޔQɵR5ֶYޖrס¦l+^CY(cgŮgŷ9ݧcdwZ~a"&L\p-iM ,z_UΆ`āGþ~J(?b$X,; ?‡풺 %`"@BDNT<*.QL6x}4ShiI3N3īo͢%Xq-PoDz{D }Eɀ7 PDG#)l`vY)b"e8(d:˽D1CD@ECuz_(nQ@|`ˊ&`= )b/;r>|Y7ۉO^|1{15_{w*IBCgݥaq:87yKeVaR>nztU$T4[YxL]_3&xmE#QX\~ VEE X܀H F]恹]Qr3x-qę0 t~E&-+)p2*QB݋0-8` ˗}l,Xw!:G*bw GoO3r|Zf+W헑-ȥ0 yANXB!-pc>Vkd.]kQ0akේn-EH~wJY`ꫵV΄]a@A&>LgeIWЁYAeL#89fvǯ{1yn`[@F)^.Žl,71no"m5yo{OǛw|>\v+r~0-ww;4KEg|aw?>~(|,7ooe?;NKϱN%Q.Ӹrh[>t׋opȫDY)Ymh551 js|xߍ\ܨ C@FR$E #"Y/C(nI܌5 nPD9ߚQ  8[]%zm؈ mpQD`F((> &PO98dPS$vȏ"C1*ފ<'ꀜˆ'EQ X!@=N:"f"8z؇ӈe( 9cU>7{Xt0N)PAǎ!∆J/u,w}+"tvq+PW~(xNG'6h`Juë"Bl"LI^:6<y}_ |Evg7 Mmq1џGϖs-fh a5p kJ7uEs[߾o7VV{q[=d(/||BZZmeL5KYswzWA~W!v;9\.$x?VC~A>` p0 YOȺOn<Y ^ %ʰ VIZ76?t j"/]8BYYxYw,^amP}%f C[Z2Ȩl%+B%-=v7Z)t42C@v'j2vq)Q!}I( t} :|rT}]}kY3lvVMKN5'ˊ|Y]:J 8;7If>DcB4ra['A췮 X]6<GޞʼH#;f]ȶRv~RaTtu߹ ^1ަj{U$0bſw߻x +_ S^Jo}S2URqa,?RÂ0QؙI~^#b"`4>(\,ˊ<N-;a6ww`6Pl@獵?\?~ƛMw|؝e3hsǜ,'!9ڢE?gx=IyO^uASv;Z7뺴>6 Qv"Vh9޿}6lٮ?)8y*[Le4:hL83;,gYy\SMZw&7 `'Q{qpy4^ $XU3m|h ;1fn} x8о13RQcf) èACߑh;حɌ#K'>/֔`ri#AcU Hzھ nX~VR^aU0x7:<\jLky%2 RoK,GzxeR@*r  TT"yl ׈=@DaA;Ok_OpLҜJ=ݽfҖL6Qy0okU|j^'@^=lC^;8ZE%7˯:Nަky^좪o}gܧoc! 0ۏMq8٪,R lL-T)vU1 Bv ]. h CiPZ+!;@p× 0u EpQ*S V+(˯?=W}6 DXӓ@I@Vl140P N'V( pdń"&;'/CA%K!yOdŞ!?Tf cȼ5%&LȦ#%8!6 tbq$2H_ĬPAD r!I&nĆE| AB.O ;6@OnewakXq6^4,qƴ;`A& gwɴH|719$cLgN}n:j.7 ?!HM_*VM-@xO q o6*{i<9|d1zip'fg?%v/*N <:15.]W2h#7to(v%>Dse}-}E_ͽK޽OD 8r#;RxK!{e$>qH(B$ɞPPBAB߰hpPxp#Nbͩ# EɺX7EA@c;&EY<~w-gs:t{߶yܻϋ|'DWňvj5qFmy~][+;70DY@d",@Csbd'?Yce4X z#P-(' u(|DGSbDRlg`ݪĹ4~rp3: O=_Pp` cڣa.v"nu扗B PoQ<(8X=?-M T5\ex qz3AcrOV3ߙRSDy0,˼1AΟ9{XIFy #, s9=,|C>[Ħ39Bm?'魗͘tVN>Lh{m7q,zwK[8"}4h .u|JWIM) Cq- 9 O|EMq|nwt߳f?yUjp' 6yX|<ņ9|Gpg8ײ1ߕ1Fh vS5q\/;׳/OvQ zk3o'^Z "AMxojs.)B%Y>qt=jw~`.ѽ~~WSr?'qw+K-SI7EJA@ HLSf!C{h~jPwfAboځEohF`p6PNJ]P @LM"w1+jh/ -1b3'AE'#~Q>E2  WCN(h"!ˇ]e bPNqUnnQJOA@> "*nDM>yS`C$;8q |Xn"?`uSYQ(%zoK* Ir&-mn$4A@Iz>{Hu@(]"cE2|_?[GY݇ ō PtMu/Ǟs4:ZZ5ԧB{Y[۵6{ӧK;,=9$I-u{ `0@oQw5vhWfKCK[ZCA39t3%:IjJǯ[* iF]rVy3}'m]EY8 uU10ꤏr9}ڝo~ŏv:T5!fSӮgu? wU>4A/ꅛ XjXi \h%ҙ&*QOnN44S V7g~( 0#0``ľI/C}ƾ')q[wmJ9 y81&䶵+K2M^3x>B1@4|2ua.N8\B} {pq~7^; !9?[Hlb vV }N?@>m\Ubg/3gm ?4/E%iX?lb&on  mzk|j(h|.V &'(.cqZޒAB /z`+ӈ- 'f ZA<#]yITHWuѬz2xVyVfm~zz1B+kcޟn1B̈́xLi-=z_9tz{bPSS2ئ@T˪m&Y?̲jʐ` T^㍘v"w:ҹ!dd*:s(&HD؉Cfo=FER2nqAݫA)'9O[O?SxI/Uϻ9hwc0C D)')P?MWD\U(K=TE30T}!V~8!~(ǡx4>8sHG+ 9uv9-7ƃo7!iT6K¾MHpO\]`+!s{YCcD$3rڋ-}M'/zCw YJslxly*҂!q#*DơLpDs\nB .ƢQ0h} M)x3ߡzMPx8?ph%PVB %OoK}vvwk}}?9yj 'ׅ6Q&꘺w&snN?$'F cKKY!]r!\<e?p1t(MLJj=i$ڢ`V`/0*.~ܘ}CK ;E+C9ܺ"~(m#y]\Y3 )O~)>uK'";]XO%a ^7s8Ct'=h v"&bg` {c\_L$?Tq t}b@ЗlL^\A4sP >o<60USU:llg ML ^Iia61 S.!p:~P/WW7.al6Zr Bv&3e4p6؊vr@7pDr^T}}P )_ @.\qh{:ٻBt2HTP/mMn<0lvDݬ?poç:HJBc*=:nM'.ETWi٦L ~ׁYwyIb(|~|L}Bg ad X0@DbͨF'D nU\&'|}R{y/#2{6w-Q*g^LO臝țRPog8vwM_*}2ڙ1BxiXs[/uAߠ K8 :{}Vu .&ؐ9+v>b:,LCD{b<8"ibcv@(WëTP計{\ .r&GlTv\K]Q\X"x}7דɲ n/Y9 <6T2ۻA-J p'}7WxIK=2ydHüɣ&o w/zo{i?zoW3w{iՔpJ+Di (+,,` }M9T`ZBf -%b/tw5|<|U v?)E2K6]/H:1V}wv/Ϻu7{L/$!n  Q!p:p"PZqۼ [jqjf9lǦhWL{_kjv@s5" IeW+nP?4rM ]) ӈXaN*47lU?tUP|(rmr͆ S_3_gIJC/S3mE;S&[U]5ßpPD|e['+]r p 2mTGxt@3(59ΌYad\dAK䐞]M9٦ô5夞h<ұ8r#"pJS.!e)!AEOy弯߷sEkpW/-__\~g|(aSaN#~; hi$YTdwO%O)5j1l7R˥0d0 H N{#PD.P)[;i(3 I;3HZ8~ $.j>n} 0 H~BIUg$ Sv!>pH}t Hd m! Ogabp=SϪG85)W8%nT@xnUJ@ɻM؁%݀\" AX!̐/77g3U9|Rˤ 37hz#M=Gq{O  7{L[N/kg˵_*FEDyy5_,j &_:F8[z<7~M˧@R}8Q z4PAPiL}nCnt8z\uHx> tqp]R1QmKB*VDj3~y-@zKYM ]f9 c÷t}{~Nmc".7M x\[nvUBP8XB\#L3&}'#1 O }rt'K2Kj!.dW]p99)OEAd$PO,Eb"վ aAAT `,*"H,D X"@R *EX"U"TE$PXE`E""bX " H1aH,aV* "( *X("E(0Q`AXEbPbVE$EX#"*EDAaAb,$B,X"<,6P=~IfmGE3W詗mŠW3s x]aH"(>NL?%1~9}ޯWD b1Xq`00-=1=A5h* Ss7r vN6&`H`(Ϻ#^M[׃ ?+UJ I Xmʺ}±%mpA%U%,8 EXB3[L_UUzW]`};_/S%z^JRFr .M>i%MOsN yk$QekNҦePOY3-\1X]ŵNlpˇ -NG?G=)7:fN3  #蝧8E {ˑ iM[ZKX: I B#ŗJ{1YUn.PCB cMVbˡH{n ^!zd qxI9*NFb`n͓m]s* WWJ /Si;lk`OϷjekmJPy!<( `RP% zQ8k٭^ڳ,<J$.[ՂH`B q_DeP.[}"m!R1 -ؐ:,B# RVL8ssB x鑴6D;7mށM3t >G {>G`Y4u7BzǯvȷdJOY,j{M|xϏO=0b;n|Ts 7b%rH;Ir@]@Qfe& 0qA >quP48S8k DٓL=Dh?ĉ 4n} %Y|^yOPHh"+{իnNy&`(NŮ@FXb:`ҿ&& X|'ڌޕm$72vsB$kۚ6Vߛ&;{촩7Q"_238^R(WPekT+qK|+~-SqFK!_R:;w:I2&yX&Rzh"A>)ORW8ƽl `Nl:G{ f q/ᠱ4,Xmyt鲥hϾC VPcyK.nS˰.6xҤv_x8j4!,GggzLYH+ҽ0mgb4K"ĒyFuۭߜq_hkrlRzI>M,JUR ӋwvT+#d~ӈ@vnVH=3ޢv\]U4+yT"E̓MG\u& B 40RTw.49Z,ʹsVWSR3j Q1K(:Ƀk)3*clVV=:)d +gx1M4|B찋Y9BIHգK`LU^Osl&vV!q:a ,v*אX *h~ Dϥ8sCFK( 1yҦ( Dm#1Nw첖HPfKGՙΗذ#QP);s6k|C!4jB@31X#E.n3XK92"gJ1ϩ\FI7Uw'5[{"yWzщr Ps(Ga^GQDi##3ۃNҹ@v}s`w($ch`鬢ny=zRKON+]ix`2bJR)%"mf)nxj/}W~+ߢ ;@D_ u$r·衩޻zn/"O7ݩ99CR6DNWSo5&Zizl} ߼fhj%dgs9hlvu̜fqks^`Wz`q*M-^M]kJK>Q@eR4Q_3v,1UгO|sO6EvPcs{uR?Uޘ֦jK+l\S6hc_*N,^s)f1G ы6j87@If-ѽZbg .viHh3)xEzAS_(0p#؂#OanN+R׿YA(ccF+i.e N#ȯ,rptiF'N@tg`݈ %'S;T6$Kcoߌ>I#BHVX!8B@! ͵4`=yOUOc Ǝl^AKV uS!٭G&?pTVb\PEF@o)\0yrV=}y/oi1A-yuY_2K;$XNG:+>6?ICp:vبkS?Q!G;8h{@$'ZvŝѴQO"| O ȴ zRqpwxV .Nn{ zpScQSzT]\6>g_aiI1 l{zz" ;X](qk8!X*3tđe'%fb`. ) @C]Z*$#iR#q (8BB/,"pǕ/&xTB,x*1䠱q̬|ʊ-VQAK{yuvw"^cHw\zA@߭-a:5_Cxlv{HE V[|Tes6/ƫgG ^~uP&@w>wYH̭zAثp<|VCly%,gPs"ԨX_Vt(g$d |x$̭Y u(Ӂo*\aW6^ShO^_?8t I|623j!JrvqRY ĘEf;nRp,@"켿25 ?2ye8jAJERBjx:z9.7q{_l9K6wFtH #}ms|tM:h\z,qtfF[/eSnOHљB gxDfq=ߧEQHtsmo#ni p akki㔝 Qop!2 T{?[AFݷ'IIAaBs-<*C_zIJKȪX^:~Zy wf[ihc~r#K_ 0ឥwsW {ChwUmA`}-b ߓqDo~AfB:2yo-f,N,ČpK!S1s}";#ȱVP X#&v##K$&z#0/ Zk#?p> /0=\=`b_L%kWw` "@-?Et7 z[ޛ:J)@? eTWrsvT6\ SFXV?wB,j}:RdBEiV/t"R/@?gERaI`.!fQ XQ&T *q1^. .P|H%j(`*yu< bAUI$J/@=4T_~QDAU7#AI_USr4T h z49.D?"\OP:X pTOW1"?C3=TU "*!'K30L(=A" uUwXb(݈Q9( 8p S7߂~h!vj)HH"%d6g)m aP`~|l)Hq8,Z݊FY뾯gNǘmatq2jHD8թO}v>114SDKW@cTH^,Ņ%]/a0M$8|~jdk~=WjqڛEK q DKT@nG&"nE5pKQT_cǀ!J" "z9PKEOQ b's- @@mw^E P&́[p_֧5U !uUbgE|l:1ĵ(q9@hFO@1q 3[u%٤(~tigdT*D"F$1H?MiowOc| q=-c?;evB֖bvzXY&i>VX(F~mAHXBVDb2I,)" v)@!F:-dUDb H{ 6H) =UPc&0R!8jO.5yi)ॿOn6 =nU`V(?PCcbρ-kBv ` !8beRT2 ?^7uE ٭}L@` KmKEJ;+A ׹ql4ޒG U![˨U@~_Ü-GOP`"Xl}U^6*?:6oU:,}% HtNJ0qLۉ aԂi#~G&g.%0L쇌ɟ{ߧrsSvE˖T<] !vѸLߦ°soQ} 1<ݾqRޫ xu7@=.hGj{^6ȩ@2PḊ(?$~9BJ>fUS0]scdU?u@?\m0W7hi 'IQGPS#Si gvt@}|*/9c5A@PV(8+Dc@Z|[) $G hGד2crkCO!~(C2 xf- ؓv-LlW[}4m![3{[モy{6fb^b9Z z8y=n\ PPPOc7jl"g A}vvIPP2?] _?Dwk'.c@!CupTY{/ԳA@îï@yILݝ$H΍:ZFDe,ĄF*|-_v0dޢA/}8g|L:!FQO4^Vi.C $?&]gC9PÝE(IDS3^rDSO;EyYb= Pݽw_MQ_;-VD3'))`!K_'PmTx8s&O..O樀Ooףϡh ;cw?$R`n})g\{hx|IL,DhHk^pWMO82_:yV-fWaiGvp݈`G-42o_`9ucǮI=tFf#62$bR P(8T(ZF8 y*/A'7mJ))ʕ}.s殛= `t@6*QD:=( rp[>WwaتoPk v =lO-[a&oyOxzt@ `gxb$!@mkL`;QF| {_ۮyq_mQ>~A{Vv()*٩d >N՘0:K_T)[N@%%S>.ZO6N~&6(@0"FsB~+y=6p9x26##p 1 BRBB堿;AC3y Qr\ BLiǮNA/_:!G@Y=D+^chP??Gkpv>&obŪ ϙmT=5UGzǣ?ΏKDRƯQW+`2mjo&T@vNā<32cFxA@c)4C98Du.-#sY|-m5p~*!'] `2#Fp:^~]U5QۙὍ?|}oiUwܝ/_oqj D# '>A}~j|`"+O8;K8m\'+pv`pL䎢蔇@Oe#O;l ĢO{QMtMyypJW+9<ək  ~C/&0RO)t?.4f R$"*: HbjAm0ʜM}Ow: sUˀ6CttEO׉ilQ_#gysG}Z!z)QP^ߝDނ>WlgPP?rkz 0fNG֠놽F?6b$U- O4?bQ1[ߐ6V(LpHLϺufZͻJV)lGc#tC.`CLׅi8͘: k/`LiFS/B%YBt螕a5c{@ &lEg}]\ %2_=2whP[45VSp(wOw^łߍv%ޭ-o}B]@b薈iYfDʮT1>旭rqbԴ^O6b"0Rh ,H-I粪YT!M *+X@Xgd;LgeED q{2BG ,فɕ(- BfuSA{ !D`y,:oa-Oh\>kW%l{l'O"\9{0 =@r>r("b}$ܼF7"MBht WDR-F3(LC#.x@)#:[%]-x q Bьˋ")Y P43!ڭ9/ƫX\AT PP#5-^k%<:G7c}(?2F98n*$9p\8F71.IF[zd?MnG`s:#i/Ɏ\FT"vD1'_/=^LmKr.0l47E |uUTNK691ZQFH؍FCe۬=B ziL|ɃR|J;yƣu$r1 a$:ؐNLjÚOUŗ*&4 ysnsɦM)RTM/z] :A)I}_v* ^;:-vv[X(vky&e)Vt4lpC9ΓzJWG>'5 侹M 8 əѹcK,sz?aSGTWc֩[)CSac}?RJХA,aTՓǰ!>Ԁ@RhrnX3@"krBh;a8Dvqsl1uЭ ,wG34 ,,)a|'-+2ܰw0OC'&jH`N7XnZ+,@&ΰ<&İDWbyWfe i`ٚ;1cζdqzt.2 j35qc6$1^ࡰ/."upGe$_ڙ-.cuF>7;_~嫏lʝK.|l`Z)Aw,,Wq}C)^lƋ5'# VgcgkZi!c2lIQ5֕E1cQj(L^ea'̳6Q#~7.wSg?TYuʣt] v;2/oQUE:l1h*W*s*a⨡,~u0?ѧ @dA`u? AON~H!db*HgD9c{lhh:[o5gbTGCSP;?h M9?,0)( ' ޡHq% Fi;E]';ǭ,6Er^C+/݃2UV} Wk@h|T#lXSVDC-3)^ H #XbV @P"ښȵ6"ȰYZs#} ՞AbsU=,Ȧ.X½ 1"\ QLo]~aZec BA(w)(XZ=OjlүQXĠ~DH n靖<0ȸTE0]@6(jPsi&WNB,1a" kfS<)a^gJ*_e>{ygm7#Qc]h4C[5ci`fo͉4(L0E3#v]Z۵+ [?W{8 OFy(L> 1X00by9Wț4U<]'{53#836@ѥ#PreF03F=$ l>ޅu} @m&J>>es5G{#MSw?wq3fG| D5o\ODoUe J " }vLռ]&Ɣ7=gy߿0]*m舒4p(N"$ P 47x'!8#X@4$ʑ;W u\¤#cdJLf' J]^'av'pץ=[zgpK:rvWEymETij⧾5@ײwHM}UE,SQEOIS].J~-[>%VmOŖU:.{X%!,Q0R*C(Q*Hғs[onF~,L c^`,$Xi5YrʫYjUF̉L&|ȻkG?#" 9Vx,8gmQ~g^{xw]y?g9GYy.Q6~x;DǠ[7y^oö_28zJǝ L 42]ܽyZ}a߿:;)[rghx;&< O؀w3uGEUJI?߿j!ǁ7[7 ;S<6No>YPT,z|}GG9z ;h/T wulvz.vz lDe/ɕL;G36,~Z,f^D(p0Ļs?BXӠB0DK:-C Ǖ Stܫf@Ѥ/lW6X \je a/b|X >KBs_wP@"ߗy]-Y#A)`'[gX Io,v3t9Xo<»_ZKR"؜X!DnaDk5U3?w\&cv7UQ _ eI5g߶y5"F:%4[b)+|MU7L+8K$L2v]yWn~OP]Df|;E&@!  ڀ(bK m#vsTp޻wwDOդV`k?<Ϯ⿆%HG,$CPKnГ. ]  l:f|BH"6ClF+Okg?Ɩ5@` _I oR}ՖS"?UP~fܘ&,l*%gW}C@'ÿQsh P ^Sbc?bީZK|YK&y\/=tCnڪ) j#W^}{GP^lt>]_sı'k^o^Snȶs|Goqͤ}Ü`I项(K7H7z_>g k-kʌ%"J$B|E6kw㺯7>?{j=VUc [.q=M??{_w\A誉hwzU`017*m0? ?ni⏠ܧ`ڈ"a+3 -y y1_S"hHN(&gDfYem<A`7(M҅FgxPMU 'dca(6g)CCSɈ`D}-Q_/ZKЩ%է%+E{OؿF,yq_ks&L˹I׽sŸAs?8L Zc漍^u/,q4CVp9-OO.4{3dM j8~jަzB܇ٍ޼TK1tJA&}%6 okAC~,X Oc5&#JTrJ_Vxé0@ g[&1O a Q DC՘ܛ;.IZTS"߃OB]c,5EEc+l3w%2d_a?BͼĈ@aV+oK[ʙVn*_AiT3 YX{E5# `[~'6}t`9S\= ~]}a܇{ ߑTBFi$B ȝ.l!yڞ%rvg1GJ8P,\QU:z`| PSW9DqtAEThP ݑL$$ RM ]cv ɣwd;m҅|$:*om`LhZfs +03ă2^@Mi-`/}] Sv :Vn\LW_OؕOY~s%th.!X&\?跬__tl΁dViIx?־k \F(|6㪷GĸiJNh>FGz@yUMXAuh!ڇTA-y}Nl*HqH k7Im.2#|!`1 OPD% HD%H hS9Iqߗ^_]p^yGz !$>J]_#Xt݂O4( (qcM-t 7*.Z #eVL^+q)oqY[!c%U:Bl fcT$=rtk[^ YJ\}0HF 3\H[+L4)/R0{޷_?`vϱWj.YkX֯cmڌC -/ۣ3vCVrj/6\OcnhMA|p$(?azk΀4(3xB"6Sz0UyZٲK,MOY*KsF2QAr((zq,Ɖrb @zRH5.[13[_T䲴 vȤ P:g"$KK|sGF/gpnTcaӇ4cNO%g>lO\Ǝ,p<>N h'Hզsꤙ??>,QrUoY<|2p4- [c8[ H ( սY@@18.ёݰy/;i x]j@MAO5~ʜ%hHY= 8K-Q$?dl?zE+=do~lO{WӤj C[Ec/Q|Lq̐CԐbqƧl]3\mF`C/So{ۛװ0z6Nz =Dž q<b|lĬr}-{\W}5C+\EK 2LqZ{fc'[a$  ōߠ9^ xݻ ^1m9j7YhL:L+ [Nĥ# D:H'5n%LsʪvĭӀaF/0:yhN%FhC-e/X.f̲ZkЩC9+2bN:#Xg[Zf3'ҊP xO'5x%v솧.ޟ Wsm^9R+N5ZhsK:!]b-$PpY1D (["4W~!1r:9"[b䒹BV؏PEl*P5z_|To*FkqUܜd%M=Sv  e`@xg?hґ8v1\{ &,4&fHm(r0:iz.`ĺ/=)AxǛ 0t$'kD5r] -'Α7с5Ng;[T:#x#z\_ jaq(NH8gtHD9q'D&\='EG2@j`憏]sVk\7S>.Wyѹv~_1ZLjYYu武Nc on}W*lCg;Qw{AsO(:x=Q<8ʽb'CQO˴_TWnv4=ӱC\QW:ahd.Ù^?';k:|6/Z39w/$SuA w/I) G{זr~k0:i"~m33_kTbz>O;n6 agE_^zo'qh;vnmYDX&(ٵ|#_>'DqmԞ=NRx)@Cgɞo! Xe3߿^/|؎81v]%%+~P'u_]Zz+Z: 'e:z { >|LK@xÏ>AĀoSnV9HPT&fU)nr]w\G߮އF\{mMjA&C+o}S$jl8<,WX>ϨkYc- \ =[oG )Dzn8-?oSD2.o' 澓}(=/3m){GU=G|?/~_'U\DǓ|. p{fW€޴7>B\>\pJg! lnd%8E}/=g{1/uwSy,֑"!u}i@{{~w^N6Bh/̽IE7+`@ l#>W>Ŗ*~y4S5iCHg( wo\ - ^V=;z"Rp2?B+pD9ۢGaD=o)x{ )2` ^@Pژ} |}~fc/`bCq|NC_ԃe-/IDLrvA`wSnObf";34(Ind@ξyeQ񳿜c{*0w{h a Ř =`s?I0BHCā R<O~q|-V=fDu4@x10 tq.Dp1"IAdAKŭ0]s۰^- GW߮uDKM.!HWnn L!(O 0`{N@Mlے0@ iB? >/Q V)_.a}?OCyW ]62m!) 瘋(:,( : pϤ9+.#=tˋp!:^cQˊ]667&uEDo[@/&t~,>M@7-9#깪nv5So(yܽ @s+ Чr Ө?3ٞ_]֋}^Hd.(kP/x1W%VKnə T:hY\{~פOIaK}.%T&h?{Qb@yA2?n-ynX>D: ԅ~9 }ۇ:Y&Q$古߻]j0B"]+ ФAU%"ؤZ/O륌FXjSdZ@> ;p ҈O9y>B0@ fE[JXo% (Pz!R詇9٫gufK+]АHGHIFSl$Db{OOޏQdL^pEmQ!^TS}Zo:炎haN9S\䧬,AG6#{{.#᪅iQW";cPs ᩴӡ鹣&Ċ.bDWb vdTz1٥ۼkSTkOp:OB&#=jk5'ȅH Zb \vIM[=9tM,iFr{}~p@'J3p;a4 󊊥dj؛N_X*jyVms :RKf\`?|$n̪Syq+NQIq,*ބ?Gh>OX# #ⱷK=9^qEo6̀vrt>ߟsOUAEF !BS~|^tW#MJpSo7RċȚDHs N}>Dds :MgL{:x}o?߱A. OE9kϿ`c!d2}Nc1veˀkksU9{Q5[:pjTSfu@FFV[!.Jwj]^ת>ƛ-S dIozDfKmRxټ )qQ4ݺhV?Lj,[i}z՝VHr`FmBmx+Os&}qkSFj#tf`r Rҭc7Sc׈Xӄ};iC"3[: mO V?陜-y8,%f tw9qj9Q<$BZZ'Tûe;w3vwNG(gAsk3 FI=:4ϛ,eFgn,$z9[WK_p@\Ru,y^ȟ&/?0lM]48e H4)B~]wAE3;'h}^A@ٜpT__Wr0mk|-;7#)p\/baxKA">EtVrDP6 LA%"-?7ߠ麿qG9WQO)aLxO.6@$'T4LYv}s_]./CA_w;`&va ;-iJ&D;KoԖ>oy6g:=綠=_M?>Trs}_؏䟧UD?WQ}mfYd;^FA82i9$Ix.%a\a 8v `&^pl`Hdz[}߅?wCenL9 #~qC+6A܌@y _Jv&P2-,dN(_-Q'2CD1? |FIWnwߨȀP~G >+T}M_v}XGrT~zOub3k~_7v2G+ǥ *QD[mZo`W5IYxˆ}W,.T~tvw,>7zm=7j=ӔBZ ױ{Joـ*\ ?F< ۞<h'{XM-q |7tw9:9طaբcgS=N˸Z @{J>SzA__"<@H k%a+ }}ޮjWgض4LwXxbuvJI1A$1ߛs(c~aD4ƀ/+ܱ{zt9k?wP>ͱ.[d ] SXjŮHqe >ﯽ;!P['{g`:fVlXgJx`]Y Xl׵|DKYw_}f*Qd5 pm Oy6[I2+ >MMe@i`n~jx[]2g>AlIp68Clq|^p ݮY;0O;cC x܇sez;춐=y=jAkа#Fׁ0}|2Hpfe8nU@`jݘ Tt/~*A,7w$^k)FY5z6o8SI d^2Waq&_va@8E{lul8a:Ȁ/Ry;,4$)]jDX.Cy/m̖n^gGe(EBf(<"y6'G>3@WD5dwk\{@ LChi@_VW*PÌA` 16 :a{~*0Bn=_Fz#%"n4S7 Kc-rv 4&$Ysm+p3{/Q$ /l6m*OGqSM;?w!W`"fj5EHrlCf{Zwv~CG*z}sJٷ>Y=%WIEKaO>-LqkCbr rq__ζ1M"cT8t#3}̢?1LKEKT<=A&Y+3["n~:G‡Cgz=WY6Wuh=iH),bOF=ؕp.?*--(\0+h+%"GM +}V4:+B Hֻ9:}<d<ϠHb~1H0:][Aƚ=z# VcNpmt(@q0V+|,7w&u"=g,amQL&[Ue ;%$>ˏ}7*KR%?^>4@=f[ű(!Aہ>(H;Q}h|lX:2NHBhxI<:^h&YN&C2Cf' Bٙ ɔϧ$ߗMKLq.]P薈<׍6r" ZحYyHi^>tC>!<;`[^9ŎG\,8ii_ILckg-8t"xDSjxB `lP2C*V+76+s$`3 -DSʶsS6zE ڙckZ E!1=\cu?l=q@ ?^ cVa);q:""1a#e?"UD»;j"˖)T)`e.ʼndu,л'?ͻAܗeG"DlÊHJSU1p,[1& PUL5Th6_*RU8I xNJoڮ:>]p%LS"1KsxCJz?_?CB9W Bu=qH]`[]m68|^`/GS)GXWb~[.el*ORM8o{H(~q \0=Q=3|Ε6b$B ,F3ʜ4]ob]bcGf~GA8E4;yb`o>] VHK=V緯кN@$`K@!)٢Rq|0n*nnT HC=BЉTJB/Qut\RĚXZ<rܻ$- ,?5:>NKM5[(ȚH~Բﱮsoe73>,i n"^ɿY̠ޮX6ܿ:T0HDY$@0"84a_W{M e&V#%&Y.׊#IՠPIT7۷#%$)Ac9[G'o:mY{+st-D-$P/]̈́cS   @DDkn{yG?,r$rŸ-2^x<`p (D6Cn̥4&-]Qsկ/g_o:;%D}6귙i-foÈҁyzmEWY[G YՌRƎ7.7qS Cm妟4 e1=\[e{JEk4u襓4C}aǢe{[Ō?\U> L]XxHr0ŸQ8x4Q:( sm7|]cyF.Kwj]@4ɅwL]~IgZket @\EzV웮5R"BGgeGץ8WDc6AC6'F(;!$lN}[9)pj |I 伣?* ELi!.-z 9Ђmv甐@Xʍř7&FN2J}daO<6N-H4l+ iNsgr\K K.o]$XP!`@ HMȰ9ŠUEOTnIYztM[+t{+Mn0@1{@mdX)v(,pAjNɓ=_Wr mLFLq\0>KRh^^<+ni+f`?>fz{UZ"׵)aV q̅e"cI?rۢIT 7U#0Y_֛J&+Ј¯r Ex:,VFf=b)Tn`xĤl6%캾tMrጝŷGŧ%lj DUk7 "0a#<>b3Jg^@4B s`Xh_4! dzj$ 8 ŵ-'-TsٚF{li5x{@A>1ݢ ~P F75YF)3C)v²#T-+8 acS%u~"޸~rNfS,M?E!gוQh, 3{HyTf`HH[WNMy0jFx R%v W`Ay/kٰ#܌Y@^ݔ}G 0Ub0'F(! &m{aqѭ7]1Q4A+9.khL>jK8/ #떾9/P7lLu#PnMԡ$_s[C#24j]^z$k"8+.T z*50']2 b}׏^B`?p3C#M߸"$8|mLӽ|c6v 9t*D>s9ͨd3 7q{\ntL^@ yf zNfp ă08@[M{K( T1 vC|ؚ)Zb6t@ӻ!EX`$k0~fz8tvw2IԃӘ܊E6<'i;/ccs B18f ?ԣ8HE2Q|[H2\pp S_vkMRR0 nGMS[+ 4L p?F/ ~Igf6BW.!`0 6bh@dŐ;7VQ.{lR`pwj(=Kf#-RKi4", 2`í٘ 㬶F]9Gp䵯 ܗhcF  b6Jgb5f;+TQP,4xnqN btX …^8H%޺_N֡-KѠ j0mu/NN̜4'U3rhKi|8,kf"  tz?$;p4:Vntn!KˏY ;dj0!˛׽oT܋w_OHbD{295j#y3 6 xGؐ@8wi )D<!RV\"zw2}?eM _n).|)Srh]uEmy6Z.NCiD?XyKm;?xW ̼128pYz&4-T`G FB}ϣ4vchC Xq`g2bv8qG7y7\%J6V)bÙo}a_qz3<>e}"moe[s>} *hY?I^m'nrcK6y;Qȍpa_=ִv,^e ]]iv,6~l*:spbG/:fo6] >6|lߣuv8oo*c&Lٯ'RLʏk_y6 vthD=FأgCˑp`N߻^_}wn^ ʚԢ; O{I-9l|Gf*e+Iaa0]n2,߅ʧ1;iRWF]M:: X sDI %k#S"+&!$asȰ8<-O6{ dZi9T?aMP}'d62v1l-6e}77'kkTAVI(%.x: :EM֌Vd h}?g39D1yLQ8^OKk ȏ' #Ä ,Nl vef &)rə F Łz)}dEOExĤ+4 /&gZB갢 -r"PF!A]UsX1YY{}Wm}x>blM25(7!0AMa0Nk6REJB^uШU ]U=FQ FaީY5Ֆ&2Ar 券)ƹW[iD/!q BYlNBxmyM?&E,rUѐ<^&iD\_[\3ŴMvS}'BG)14y>?NʀR:A@1X]kЎְK8ӗ_hBQ"P8r[$cKs webo3Ƙ{1k]Ied{R 6Ta7mP&~kb1a=)z~tTg@|EJ_id]PcSԼ{,7^ƾAC4+V{w\,KZFDHAeL=  MÅy+(q'RZ MBjӊj<DKZh7[L|Ol~RӦ,;\!֠Tt~T^ )Q<(ōgI1#FFԐȧ4agJȇlBk1iCR9D<%+fŰ׫SӭHZ 2:nw,Xz4$6k7B?y}&xQ^EiV~wNe(1r[]Q%GʱYMɍ:e姾S+ceٱN} )A{7ܛYN`ͶLI 4reŜax˜myuYiKm y5Th\9n64^ķр4^rܭi* [82ysFШhҧbyٽG]\WU }^Oy3^d@z`zpQŠ=GaŋM D^7r5Lh#p:D <6?fu:m({>4w{_~o1£isRrz@ 2'D=p xm=p3$j'P3-qb$y ĩDjG藒1WYi8ʱYL! xH^.?I#׮*A87gKnJ0*fev>gJh4w f[~ph9Bqj^[uTOdL)"x"HA6zfy7h45cnk4IݽspQ;rxx0`/C? |s-NF. ˣr9j-˘nXx5ߍFbuHE`v f@s[Gni8EO<9HܥnL~2c鍔_wĺ@s8n=A\Z1x2mk? ~V!+  ">}  I 43L154nqK2MC0L^, aĄA0]3:ilSŦu}D6?4?d=ߔPbgЂDs|Tob| >qנ@$s^?>,qHfdN@aq>\pB"ozYƍu 'SQrJ(+km9wBh3|71}cy~рu,jÅJhg!=pFvջ$[˓3${ 4+qQ W.ǗR \UJ'U N4JQ ҄(P (h ޑ%I,Z~EQp7Ǿ=#K)4&hF Ts='"Ab& #Qɐq<eˇ/x*bqs% AHϾ,8}cؤN xҚ/Y/-z*i "o~(FC?Ԃ$e0抡x4GLB8os#2 !da4qhFNa)]cEkSl[d`W/z/TP7.fWyC!(7? ɉ`l_+R$g ÑD-奔֫LQ@%zf 7XӔ25߁T%KD`A0nL''O@yH# ǐf;_> & 1R LpEsJa:M/*^F;Z]J o[3q˘-=kdzeu3[G]qW1&<__#`80\- @ N |/%%@} 3ϋXHvňk_8$õHV>>OQCa&C18!99C>XXɝhkn a}oAImiDz tW|gNUŒ!aJyL"-:Q)Q"ʁx! Mӈ$/k;9x1(B]DHc@%(:dͳ3Q(3;^*f;ϩ_zQq0$jy'33tϷ_y BdbIP$2A~zSqdtQ ?O0??8;[~2-Gbt vbd0ZC۴q uF+syL4@-B?zn`E*Z{baù@{NNaG8om szxr@'9.1lW!Ww uv nDtSaF&?.o/uQZ3@ɵ%$0C.`Yοxuk.,5"ب+p<1㹑f>'#wWZB'wʻ,v?Y_/PR)a d>H@6XJ"Vc1C fqw)Vܐw_ tY&.hћidw}FmDӋDtdd`"$$*!Z{O=w'*7F@M"4 2EBId#R8c>8 QoG4Vwޭ̒r/8!:#|s ؀QB?v9aR~5bL5^m. u2NE;iXoVioUfv-#{O3zgM%KI?7zUuL&{A'0H>_wWF,Zm־8`Kbb`!(!S dn>޶@:}o:{6x |UOE @kh1$dxw  ݨcc]6r:"y` zČɞsF;Ǿ?↊+=X 8=>fҲ{Cjm: xD@D #2$kG2wW:#2Qhtv]߷4`MӁ#nݯf歹do AJ8 I{.m밣q/hI[lj hfբ5@SĶf4k;|98ZIعWF"{`#jԖnͦ5YîLpϢLE':y`8;lL?[()UY,?g;H=Tꣴư?U )= GFu@pO.Xzҁ#z߳yh-b]+TW6(u19 ۞U- b/݉_B7Oȧ[o iX`tq_K`"R+,jk- ()Odv;,Q}v rAA -fe ĈlRБC/Ku Uʩ8OȀTC;AިbQ/!4}]+#b,qz7+#UdUД, oKZd¸b=nEm·$$b){2BXD/ Yc IA1 V 9 f-q=G,xq#Aacͣek)\R-a - tLe%u&႔T*XֵDow+m &, &NR(6 ![Vn}$(|4. I`XZŢd]OVBnxbH(@ё8.^,)D&g$&Rh-$LΟܺ2qVۡ"QO4N}9&Y e$n0 b6ˠ\$FPֽ:s Yl _;\B=ty2faDŨ )MΨ4;% qv`cNW5=Mrk^jV "*ߟzl`XZkaQ2'oY5ϰWf$7@QH$CV6`2ˤ0DIV u>.鱄+Xfjdfj$DѕWY=w2C婷qMƶw2 D@R|DH (%U5bs) =jKU|gẇ)KKhQ9x VTZ uvPIEg:9~:#+/&j 77JLG&{i^SW :t=+Z,\̊+:/n>VD *>Ĩ8c ?ӪM~]h PK- ct2S%큡9%!`5%\E˿KbHԳ[faDYވgBж_a^<k3j"@qad o $T3 &NsQSѥxc\٫|9H%[ZQ33< d+ bEkjƎ&Ud˜ۨܜ ^`Ԯl֝j^ye~Iې(I12uϧPܹʀXD~mMU <( Ƕ[M-I۲jbqPC`hK[t&Fc•p—t_n v+;nDeܛи·~gr7>)-;~|H8!'Rf( > 0!>*P*GHQ{u fx4z.'M_-ߗ١vDKfd w7_JS^ L S~.6 Z-9!wO2N #@'_$ce=EyWtÀ).)x!ܯs,`EBbH Z$' 4XkJ1C5.c=v`#Janl5()dz$'zG[/Aobc!@3B c 6{{7 {}s[2!A ?3ۀ u—ҚJG캻,sBxLdNFٴs}B r!Jg晏dai ܄Gf@$a0HȬnW UINkaM-Yș~{JAa$oÎC l<[ғu:30|pW$ܣfsMV{״8glP64{yF\ƏXƣp8d]Lfbٿ즎>ǧ-zr.Q"\pf$I[ÁrJiT }зea S/ӞOMֵ͋Ԁ=^PCBA<2rlJ޽3[/ʭm^Hztwn#n(sc+Hc)üv qi ˶9 }]`80ÝpG1A@\q~]KlGC9fP@HDw7KgIav ~ԃ_#ƈGzn-ЌY{a;\Q|&kh }#|zMx2xGśQHRdsc7 3Ԃ騏:\O0sg>/+(.|Q9| IEӇW\#>[cbV(;yݫa@] {_AcQ$ p(aQ=:Rko~3DNZџ;?HSÇN0F/ߛj8.`I4cH }1I NS P3's|\yo5, }4L|ĿY.Ed4OR*5EE0Q濔e-":/E3sC(PmIrm{?5|l4:(.Bùc9SA0Q~aS<+w8Wݐ奠[{I{20^?uaYʤ({` {\Og,_ F$ymK[2HwI T11A` }/u3\s?ܝM{]jAHI 9>%1{ZLaaV w;Iڨ޹F<,y" [AIM[+H%2CBF:5(ImO fV]G\ûMER.!=!44c))0et4%#N<@{.Q<8fu<|xP~OjJD`]^&D_Ó9gϵ9H~Oن 2oH,-O8qC=Lo+ҩ9rYj<P+ziz-kd;i3a(U`0wvGW*GЇM.$`ݥ.&(ne~6cu='Ce}1m\"ZIF(9ͮ ژ%A8J( @Ȧ=/ߏA%#eI37Oo{]$GO  !w;_/Jc;G]PXNlDW<1 .ln$ȃ@Lqy,*m:7;1m4FAt\HO\ Х{$U^80@Z*yVI@R.Bg F˓\lhԠʳ ‚M X!.w"[\ 6? HSAQ[dce.IgC| r*V c-{Yc7r& &m>zGB{ry/\ qM'ZBY[--hl Q72Ą5Q!C((bEwbxw@Uj g4fޕ+ )oij}zt:)$CvYN"_ GVSjs)?D;VhYGk[?sF Ǹor1  >f% os/uq9Y:cKl*נAUW%e#Jx0xpҠ) |هl]Ujc */L`A(+&1 p~\뗞 /t]ϺvOT룯g-x_WD ;fUE!SA_N/7Ǻ^H;6o&n |LW%:~N3;;n{98vR̵W;bSxܴNTP9,arlP uH ֜ [R1blx-s_~㰕?yϼ;6XvΌ?<OǓD#efjwy߹Jǿ6ؒ>Vq~?PRd&O?2Kn3O dz^XtFݍ-0 {҈JM I,ʙSRa-fm P8JU8}Kᨆ}T^ܶ%T#.B(A:|W; ('mVme XQ)Bx 4xή-1x$ST1=) HBYB)/&WG1mdDԤ2ǧOCS[$)&c8Rǀ <T]H" 1meF3 ~z/_@"gJa4`+6ǝaE}R?ˣ! ^QNĦǝ|JsJ H3S3I-+Xgiwu~a/vr Z^}  06 \Xp00ix0j" D7 k,[jbL%ş$tE5:X rM~ ﹼ)c.POhǛ/Rhsj. ۙ{ ^WpM2dqu9[zs2R ey?^#a熖d=7{Q9yQ3eL0"N&@CFTE(^:^;HRpeIbws( ޙ@-W:nPz/){\HFјOK;'qLRL6/ע]02}D(QxH@ >ш?0=BLx#)$0ǐيrUd׾" .툒D;?sKYi`S/\?+6CH#Coy,5@|6w;ʬpIEc4Es*vԑz dV{=1L|3)Kc>"0+~ ъEL) -/S`xU )5qAq)G,M9 ~{eJ̔Βz"1Gg{8mTpR\: VIu7Ä~L(8!HKQ{jUm^ O^o{my!0>W=9<x$]#!*euNQ*)5٤O؜I?7;HDZLnv/{7H=y7Ǹ/v[ku%;.,,%V_XKdy?}w7OCd /6}#MɪΊwF<MyYFyoA4ߴWwڹ0rc 7?>XE#&nJIczn>w;njAEuiP f@ޯeijB0˛v :1. `P޾EI"mA`)BLJMkCm`sPE,̪azErUĹQA >ѱA'ɾ7{_- ;#4E9zFE鼔-f*74(kw< >~]@}-4uɔ)P%#/)<7關_<5If!9i\%@ gU+ڴZXΟˎ{,[F7% s61Q׌c*LmiMsvlHBGkDfJ Lc3!ge&{$~NH>=]Ur Ȣvp6U0P/WVeGblq}_s'H/O}?8w!?2(ZNO?t54^Z(PCgoꨡ)wp4[3I9c Zq˫O~n#:a7o{-rzg[>l痬%|:S{t_䟥H$ R8!Y+ f\{띙₀~:D^{_v~qe5$̴ѧq/%Ч)ƚ(tS~ c|߉"JQU1Nёq iw0]M&PHm#(^H͈"g78M UAJ8ΆkldSdSHO3+wce>˫a,/`g=綤4Dqm]Ͱ!0@mVMg:N,gG. Q{]1fvq XΖ%] DNyA-M/(zy2Oاd+1$&)0l0i/X̆/1/T4pY"NB\|~֝c3ᠿ?*m>;bA y<[&+>lCU^dI[zAЭe3f4*@*aa BLc-sGh$PÑJpt_֧zR@{Eѯgycz Dfh (ϟ8 1&8 .Y}k\N QO& &duwirՄ*& fpM6s=E[W63ɃHp5t ޣn|zvءbRCI%5{aSvY cjTށeTGdX30υ-~6"ZgNÈ|rhX]~m:yiedq3p}wnA!H=4a]49clj{0 P(U. INP$ٗet7Lr^`H:__b$[m=p= ~SokVX=53)p8>#ٽu u=?!8)DJ}$a"gzz(_J$$0)qJpP ssq@A!(v)]?}P7;kחf4z {u6Yg:uhV>z<Ζ- Y$5;_2 v̭/?nGG_ ?@_5}^[u~d=DuE=[c} ~ [M0ȍ{<Mu;UfGg^2zti8Ja'<~bQ}m^F5Dk4UԆV98?r*(wyTi{y.#.AviZ b6^D|I+&ƛPᅼ5΍+n N MXn)̀G*ZN r$u*&-L6(WOFfy8 c]ku25mQljX1 y'ɕ?~ܟ7xF|K!]S \^5y87>qL5g ҚtL욭 moy|G0k D<)dL8;SX^Tշ]<`>'Euʕ@ w=S͝7_7"AR`@y_0c}>aMr{hH}fb͑[s~)NCcLg*;egnpUwz~ Dp; 0q=N309 %hrlC ٿ/f xXi:9g܀0{W ()gHe|ɔ ϋwc;4?Č߯4I0Ok0AyPtK. K&&"57YZK\СSmO2Wp?BȢ;z_RH$p] z7"c&cL pEw>KLiqx"Px O@ѻvit>?CB7<|}~LV^ֽAI/ mvQӓ4]ԉp7F.!V!}<6Eq8rI@Ϫuyqy΂Lē꓾?~k?9J-y ^Z]ѽAՅy#T~?[O"ߢ>as/9<%80ne>oq EwycaR&MVXg_ 9$@t毯,Ϭ`A`[ Jo\?(ٲGo eh5VP3e"ՂInmr(^(Ub9T5;ݗ{“:GTeu^ھnUR%Jsœp>I:nCz7LX_y~b,P`Roq-n zwxU46{Anٜ̓/hXvc'ϣ9zr`fIm>m-GP &C8z%)/)$yA"иd Unj7ǀ$G)Vs4܊!CzhzCq-px)ʧ]³pmb sە.ouG u2(Uq z>GGH+XRtܳ9h=`γqMdIZ97q Q~$o`͉/|'/~O#;tһjCeKk G]kF?}TDS%1f9!## aabbRWżBh2qAR2ỽGXzH{mWvۦFH'1^18/IJԨ#"#)D/{__ͬo5ieco+WC}jPI'[h%#I1d}GYǕ<.9ል̈́}`{2H`J@='v-Sg}%݁ӻ+iV}01@\&ٽ2 g=_^HϦ^{n:aYs8%ʓK%<ށaMɿlzȷ?Ei͟㉱(9X`ƁMx_b5pK n;{3$d49~ÿ{<m'n쯧?PRTB¡mY*$AD\`aET<+i,MI,*ʴl2/`\J = ۵k jJ+^F|8?t=S- Ja,m,h@t@\ pJa딨^(O(t36~~70PF5KY.?#IlNIwpc"%!q@A|˜WW[Ό1R}pNP؋j;obR-p:*,R,g?qUɋOM?n &m<& X _Yͱ9ITǠ $0=ZfR_/]&8Wz$U̱6ѻ 40FF)ZRs@Pic=Dwcxl-Th":n{ߩ 56<61 4Q'[ XM #%W ,i=@I.r2`(#-ja2CGfEhi1 |4͍rT!L`@YR\6'VH1{P+NGЧ)WKv7 VxdΗr5˙tνX۽IYŹfa*;a:1CV:>w^sphc=81|$F!_B.݅Tǵ;7IVV'KWVR̷7Μ)]MS-R* {H(<MǑuvYZ7Z1q/!h1O`HFHNq{FV'q)YB,FD$$~62d&v):Z>/gQ7ºHL^sxW> E3Z7LVy)NSgMM4JTpMJ7:eO!p܊a{T_) %Uu A!(|\mkeDdr<J&0p־SY €vOQ+]?k_갹q-=SMyLVUAH559]Y  _ͦ!UƎ)H8!!/CnɕA^NHo?)!l1'Ʃ`iZفULzڿndZ`Qً_Zx@=QͿVRZ+[%u&ݸ;L ıJE8m#A38;[2$˞N1pq4٩m(Y1AhD,V*I?qrH(QK}oF(v[jef={Cs{QR~f{ˣ=*Ĉ `=YNX#jڝ3OEu>ˏ!$tӮoٜBI/ޞ)t,)AB^|r'=e-[ k}?wN8EX/].R{mT,j %œY/Xٍ _NUԵD, (ٱk:IK8Ğf7o~%D4%xO+P 女=%kR퍋MݗVW!oĖOD5="\x6QY<[Ӎ4d|^+H/30a`΃<sd+i%dMjH9FYڍL)A6؉V7*> ~ޘƊ0@!Ոӟy?.b6gȓU"EpD8/yj+~ ,x.on (i{6.ȹoKCZ=,]p2 Bu/+6ZwTKZ7LH`~Eb[tR RAA ??6Mg^̮@ JO#r #1@z>ǽ ƙ&xg 0F}  &HɍV~{{l!L!PZ/VPIX:ʽ.V=ܽB2Tfѡ8@(H(;9SW¬k;a`(7ɯO{\Ɯ/2h*XTPB0d[VVC>[p°ޱ,VY'D S;7پ\Ix0,Qy(i} ! 1D/ӘO|3.%tVW}kی2/H/[%N(WsVth,я&baH>nFdnHqW`,WJRI o A9˪ceZz3ih<اn>Anbx}\Z^,3FA#K`hYs1yKlu.A8PHf쒅~rg?<_1pu޿fcϼTZ-U21l3CkZXSǾ^p8 pc+\-t58MZm%?2o%tCV\r~HnVyYJ^9M=.va};5rOQڶ-UE20 'H @os4 cd!gs%'3F4RkIikTYųT* `2z2X/ *lheC'Rw/d)֘6ɑ`#Hw]# #Cλ, m6̈́: 1I"C3`X ű= 6[vP"?F χ<|h"BkL#0 l0/:7n?]~N.ڱP-΋ 285XR~`#.*w]tWRtS)Wc3^ېVÓ%~=$!ǷߎR^u闛@QQRGytʬ<5左a H舂?BQRSw"wd"@.'XC."q c7#/X:yPE6Qh )xZCupQʓS8Yx7^|zi~;S`exk \4Ò7&EBe03!JU}ו0nIm1x*4 0BnHHW }vLgi(ڨ{7=S5uMNWq^x({n{TzQL{CUa^?}OQ0Á3+sy'6H.{-.-I` Gr&& $)הKw\?w=.s 97gVwn5;яS׵ v+ĚW)"-ji~~.~,g>Gej/cȽĢC %ZW>gBKD23}Gg8={8{ðy:ywXs=?yY;J @#ΏM>1%00)ٞ@qq;񻽸]~u=rXDh.D>iߨ!bZn@ Ɲq&0e[򻪿_Qzۏ^SIbC"V޲غj.(ĂK5GCd+4X|W+1^rZ"FAnSN eC399ᢥ(Х^_sG8)gkWVWeDH ')|W)G}ˑH/֞^xc"]% P $DuǒoM̋E'xK A RF+I̔ Q闻ޗJH͘ZR NxOoۼ#!ȡ@JHF $8|@|Ǹ~h"5x ̓br={o묏|e|L6xU@:﷼ޕЯ}KȮZ܁%7x jr~ä v ڭ>o;$d1%y_~a^/wn"/O LN l8gF31k%XOALq4 ğ$Zo2|rn|۷k=O&ng`o?24uI5i͔ID%sĜ9v9>}ہMϸeubA'q}(]cE0X;-M5`,Ĥo13L-M}C<6Xs9LŔ[DVdsK;S?dJ@4a9AČٜX⸥ZA 9ݝc*Dǵu b%|l9i>rluNa=| S Q>:xleNڔ^^l-$u\pX*HM2ݑx$fHe,PoYӛæCT▲.MnVזc;::B`61ј`AF_iviE7,6pVoٱ11USj=yߙ4{|@7Q47贻KHo [ wt$&"Q鯩Ց1Ek-bQ~N&B t?5Lj.gm$f]EpjOI^kq/MxY|ʥYFcsؓr?˜Q{(5_zCd!mL-1JRdލRn>kx(Je%Sȕ.˃7-L# <~NB5ʙ罣AfY~!*A\IXPD7<B6e.MET/tlki&25`> e588XRJ/;ʘZ6bD6E ƫ MAtP BT®ND*f:Q '}btt*ǚU' e3ܼ.PoÌs5@9BS-(*Z[GDH ZF1@^O )zf#sQk3V]ωtl}Ҽ#Kx]N!E*- Fp.Hd/lϾůO{M vŽk o&+yy))],v3E;EKoqB5+ ׹+ٿ?JjqCG/A{D!S;lcX֝DԵwT|O9ݳ 0t/*Wi1ԡ(+2"JN}1p6늋Cl+$̎\^g7CܐOoywai+9iyX>G66^RE/n}G18mPEg݅N(oyiuKm(ȵWbhˤ du\:XHhڊh0@rF=2f~IV%0Qs+ @ P Wqa__m@˨l!$I텍o>V_/Oy~f;Ui~'>Eg>RL ?v" :ɘf\cDc zE䄲m=<%"tsNm"M=E~ԙIQ=ajr eoWCC?/u DcIl'gGBn DM!@z2ruMRQU%6.AShLT ےĆ!2>Q?)(j'Eǧ`asL3p95+pȩFRa*C<|azxMܨ_W-:IdcuydQ"2PiP*0F /%"\ c#wuplYKǩFkAyш{Nwؠ9\  %0Dú{Ӹ:u+WF߈HS8v.gI*+f7sx1 NKSymT4s+RvßZk V5ӯ+u!7|_3R,amk;ՊE`əgy/1U*T3mO74+۬9p2ĹP뮁"?]g/cYH=u^wwnp9l`-'Cǐ[Wz H)Kl͍vx,e1TGDC-69wnx}k:}gKKZWA˘JŏmUU& +Y5o8طhC@Þr%}^+i-h!Ph0gvw@jn'_#<}3h)kߛC_ om ]R]V!~*܆3܆v}mmSX|'}$œ^l2j`+yW aa Ɛ@((#'ԫ٦5WŠ(ph{3Wl,"Ht39~bu\}m;OnɮpgrPq㳯5 0=%풃fGƸphe,K,4/- _ .*//~CnϑZNv=\^YM_Bft +s}5Ѻf[FI'$q-⿉~PܥbKRu1ϻ36_~%?¼2a!C)Q K => 0/Y(Z/&^w2(;΋⯮!hns>|mrmi̋1l]RKx2 U(N{>k9;":ϗ.FAD@5`^$X~(5Y_z1k~WYcEK+{kZS@@]P,聄0և =hpm"SCiBHF{ζA Jc 4Qӻ!Y b1 $Cڹ _ϗ;~f.d}}_SWZ}Pl75$Rx/ 8G3" ?wp~Թ 1 8Oa9^Z ໹~'Y! y+H ?ay-/YwX `B YKNcכW~hK𻼖ʛ(儐fA!,4?$~7*UYYGB #=S~J@GpgEN"~. 8#׿+/!`X["4^4%N ZfVG~䦭@ÜTëvdI@+V5Ͳ5Z}9QͯJ}b@#bm1X)W2<0V1W.Dj#>,@Rs,lVB; L4%YN[~5hr=ߏǼ\ `Ō0Imh tĻ=%brS~)pp݁ bJi@CꋗlpWaxЏY[M&"*vO`Q$CJnl*. TRr!8Uˢ͝:C%Ix({'y C㿈)7`2T)܈Xi l(u~EK% e4ڔ9B; yg^Dd׊sUU A L{W>$IYr{0ӞHZ[8kb^bQ'l,rP!Sn-E֘>X5AfWFu_1BTz3Jo"M?A$?Ne 7$q+5~Ή괋$9!a :rLG 8?{ 4bI: e0R?6$40l5dMiS T֢:|Ce'zڞ>1ddWǍe"B>1-`mI9V?"5k&s^m^lv&{?PCAf`e>i2!DQn B7F1 7QZ5ɡ=cw ? OI3jKM|Sۿ;9kqlojHr!Nw(l 2?hޫ&XJB=*U捹ϝ 񪗌EYv 2횟`*>e!7HZ-VjGuO2$FL@}ٺFKzD_# ^ a{İ|F'&E@#c\)Jh|=HZ yRd~ #i=aIi R};Q帚Si6 *fݣ$Z>;]Uɕg|sœt⚌`ƒ[jG8Oôj2VG?9.CSV'Gh_r/Hp9ܼbzh4-I@dV7 1trfz H.2VHusCᨵ ޿Fǽ7^z |~<թґK 㴒}п^w4@x z|nb!|VzSOxxmtO@FA/bz{f0F)E i?E;,鍾M%~,5BbOyp? yS q-hz%4 )YO ͱ).N+)z3;IdK,H_ӻ,D1WXZtFpb.4>j^ћr2&bL]$$b¤1O$+6O@?f8Wc)ҸH|-5rbҮH:,G3mhZԤ"3|) S&s|Qj>SwC3[*2s:Qė6;j!̶'bےH Pߙzn.V݂-[)[]ۺ1?`+5Ag.Hh(ˏ6Ms)N|aX+ `' ,k?DnK^'JL6mk}(P;(h[d6RI ; AR?vYR!4xtȣ<cs_~}IˢmS2l]?LpUSn۔WL,!6|Ngj݀\s;SVTzCv~䆕 a5*;pM4剈0Q D`>3Xk8V7+wSH0ЌB-x?SeML.30+*懾 3dpB6i=+`(sTo}oȣ{V\|*V8ƪ~C@}ad"jNz]zz:8#0NT.u2\^요ʪIv o[,1.v$jjb{M c5 Q6}YwĠ7' J>u܌KQ1D|i)7[G}!sκh W?KTEZK;ϧ& DygT~v5nc!HX7]XF.Y.6 U(JlO3>ȺO4~ '1 Cmۉ57DGqQFڏ#=)m[qS  vD?@~y,դI1"0 ;^4<:mSr8m]4ѱV/A[q /[jfIlO*bB7-riwʹ"w "0+H R^ Ql ԡH6 k `a65;mxd^ݏV+>jDN3}Ya|Z*t}K_A\Q^{00 z_Nyˣ7Ґx@?*fЊ}?CȀo2=6/7:&ҋh xj՘.ivNO7u,ofˬޓUM:۶WZl͋C" Hm 4F(u,JQ`HK$ l=6wU[TLkJ bvp/@2D{y}QI +wwf!x%6n͜qt7XT@NaW?6b&j&gzϾG]b}B5% r kbz՗ƸȄy?ZM'odhƻ fSk>Jo+U9~t#K]4p)uU'jjs pBFmr;ct Ttaѷ'*$AK?ml`pGQZLѐ:}yk_PcޑV [y PMj4aBlZ%_}|M5? M [Oxu,b͝*>m,l*% qܣ/#ݒ'HDK4(To80#BŲ'Y܈&VDh"_ho;[`/7Өpd syF0zIy@loJzvrqyQm-Bd*gcm,ME{O-DD Geϗa'_ذ+EǙ~HKl/왙81ѧ9^m} M2yx1,ST^ؾhVx,F8zVi 88LH̢3,QF͹j@:v BN^&uB&:ZzZtW,(ok=UdF=*>r ۰u,+W;v?}k0H}FDWM Kڳbd菶SY..ilvbKl_70Ѽ᱒A~׋aOMjD29?OmM/@]6l4ѱtQ:a'cTR%qr짷)ZҌv@/2< >M|w43M6>FSik#+:>۽7TH.%Ή@D2;xfjaskg.ϙi,䗵X -b,f!EL%?4-eu06F>ӵf:aBǯJ?=fF g4Q5fc9wpQjMzZ$FvF8'eEWFPW,_N-oَ~-n)]}tsb򻸄D+Zl| CO~ M̒8|PU`".DKa:#*l6]#MQ] T#83y כb!;=`3ھ;I1 vō3y/u3@Du!(k%8v ??@@1S%3p wY9_?ϛD2yk"x}|ULל7Q/@BťɭUS߱ ́4+d Y6&E2낙r9v"xK+~t\kچHrQsy nvz:[-Y#!;XWě+?p4ȰבpRL*D> N#0 p|Ų~Wƫ5hǡ`0Q2oA7 '(;YUdpEPΊ\κ({^R^]NOW}y 6JDQ~ūL% Udcac5wAvᒧFm|DV<°Cr[A<Ų4[sYXDѝfOͰx1[X+/j`׺/s ʘrK|f}&<I'ũMͪ9P$  o t4F]G *rt|49Ozkz02/d UTL e{ Y2}]G8'iNx#=IC}ū_E`iX rMYyix%4^Rfp݉:#KSuȣ,PZŠឯn/W&$F%5cLVATlO43#g(fRrT mp.xpN 4i]\+;_c2in`N_ H*O:dԆ*D^f` \_@xX ޥNU:u\1 q\^*:-!H Gvj`>g%!1^qd/%ٌMum09V$qyS(&[ 2 LFx|IAN/)s&HբD@4}1~;l!RR; ^[U?_;̀ɍ,V|aʓ.]|{ ʧHҥ|ǛGWgº4gBGB+[4Hz QMw4a;HQVu[E `4Di){Wd'/z-F^){ŠAMP}+\)1Z_G L=W{D#Lv}<}jm[ڍ؍UsܗN^Q:` GT1קC3rcPmL߳WgS'-4Kopl ]/d/>gj bjY5m/6\+DYsD;*/gb=C4"{4 O:|T>+AnJP?$M~b=j %PVYHꀡ4_!q"b:ixUlp՜'%DXJ߈.XmkSZ~7킲%Y j*"I5( r8(- O٠m&ݝ6e?'yIQ(ryxt`#}P -%y9@=2y~a1]#:g1ig1$2W˄8u<@)6EKFts:|!+5 ~s Y`n 7=܆AǾ"} P>ZMٹ4VSbO59y0ڶ_ڮ=i'w;\ZFoPT`f]Uŗl^E$c6+Fݳ:-"|$"*ڴG86GJf/XrIwa1UqURӘƐD4Y&!@& CSf13Re1Mw]45Aၖͦu,kT.*T1 T-Z1!qׯNe4bM !k;7'vCklKo>V鶏IK0[DGS y*?IzI-u8F~UʵQx"wyЩ>ѥJ % B2=SyWpUr)ɧYN2 g6;;D,3,$À]hY>O$nt)ٙ(g\Sو(#TagL rwF6tOt|%ݲlaigZbw.=^$2}sE[&jב{T[F]B-H}񯕚839 %oq?gQ3>3|6'@eSL0/NE#?Xul;GJ:_l({hM{;5ܳ^zi"*4}5<ɧ-m{9{w>$|pnD5k ^&n&I|B2A_ABg{/~f1FidZX /:N>&EH 0鼡y=hKDТ)i |n%LD_#!ErW شI:k˻6|kEŒ`it7 h=uZZ܁迎O8QROyEJ.D°2=*hs'3IaƻmսMx`_1~ y%9a4w=4dnt)'l$(Yշ=cEf>T%3uON=bĖ,5 rs)[V^,N!jAw(, :߼Ql){D4YHis b)J%D+GVBJ7;ae L&!Z֓tl'_bǩSp_E\(^6|S7i=(:KU3&Ly Nl2i d>=<Ǎ0trZolB0qpcPi iPCob&J(J !R?MHW!Φ`UMQl,fYqUB # kW |zq?[ l3õ׿a3;8װ=) 6h1R1> ԌUeS뚨ARZoBz7^ba^oC h @mvK`At 72 I\sq/<'oZJ`:03Šy=؁B˺$ RCu]eٛt:'S; mYq*ųf NhI36xhuhlE"tצ,Dp$HuPGϵzø #.Y=¡!_$YY}5DK7=0: lh9o![̼L-xyrEKy<o;TV`fP: xʊX=QZl'v {0Kt6þ4>{t.|^) 0#$> Y+ ͊X;mj!OŚ ~}IauP9h'mK5rH9߃Je4JE#Dy.!7 tl59:#Z˭OJ&Je=F>WqEo)ihj?_;?5d BMfcq`y橪a9*P^-<(1hwA7B9zK40mU[ pn~(X&2ZFQ(O֨LX*.uوT}J,!r}4Y~|-U@qfq\G"5~lܝխoLSY' 4"~Is%Yľ3Z<6\yh/Ɛd/z'=|98fɿ S_oIxm uƭ܏?ҋ=t<XP aǭ&)eJU5/ֱ<\0hP$zᖿ~]\( ai<@.y&Ðpt-i 5oAowO6׵h¬jul',Q`<>`am晟$83un?#G杹xHB.t6/c&cOnCjpyֳ힋 To>I|6e[LC;Oȵ2]#k'rm՛{  xHD~) 1g<-9'$kuh'HDiNb׿!ڞ<}a_^x*HӨ5\A *FO]6*@S'nln/?>O;Xδ?B̲1 j]( "I2:g@bixR˱9L4Np5BT̗a !FnZ9hEflڃ{]u|E6#Ύq3Q!Uw ܽ-|fZ QQRQEVLD"*8y;ۼbn=bZDRSMhо~%!+ʙ͐ڊa !5=ح&ۤqF53_U|9N$A/tGZ>2Q ѪO8r/*,u7 ^+ e6Y:)i=6,.fZ>{;CUMU|!<9ihb~Wܣq \]5=ecMb w,>_U˨AKi}׌؉ }0O(e݆1m n^B`fAI@et5t€&.i GƈnS0{90Tv# I@3XM'0#FqWp.Z'4`{g߯@\FRU/(¿{|O-l=t3Xppiz6.rq{n(z(h@( )5fzmq1'/]`mP=эNp q$Z>ߘܓk&K<8=_4$iw("9 XU) "vqUÝu1p:ģ*,zl`vcPl_Cp_JTW;Ff{y4p2w3%v?WN33lfε[ױXrѴbM.vtmu"G&^wN]o"i̘v|pa bX2n8 Qpwu`hmkp6\LvԥDk%]C=,. IsN4Aߕ^ |1r8YJrlPQ MR'6b5tL5]r4w*Iȭ 2melnQc`y~d"ދIObLP%D;P,nVn'9rx.w.mSw[:v u{h} ZOP0 z͜:G/ 4Ȅ*2u(*-xryG+o{&\wz=\UcLheg!!gS b,,w<k4fl'j#rآ R&{rd1 XiޣU_gAe,(,:gÛ[mw &,7"d]~ wߌRĊZK^1xo?)\Х|]]`bY"1:EώF@:w 4ux`(A jq[{kչ|S6it:蘚ӽ.yV'ƣ"}FΓTjc5%!RQ㚯zA#ߐ6J:'uͦت(8Ya9Q%5ᙌ*RЂ'8y$ ϱ3)`00D +wCx\4B( N3wR2rXhvj͆Kԗkb=!ӕvmCz٩ Y՞;Ўc-=1kX P0l49;5yy|GuПCGdg{ȶv*If#n[7 Yc/dAY &HrQX?)@qށ qwېʤor\aat1W.bWwG̖$O"!*AG4]ib젗q(v NI_Ps$=hz2޼zjY('6!" <IZ@Z7=Tr iRUwAC,?lm n .m<.`t* Be;~2p>*:qſ'Fyg鉽 B z,@S+&afaRTzԮP4࡫|9>S3ONo_;}UV8?Kj GN~ 4ֽ$T;2Qhi&c*B7Ɍ`Ot{4O=2h%g") X++ T9,Y[>>3o!+Lc#QjUJ:5hK4OE!6o|YA!l bl7; 63W7q[uu<"RH%Y99!>e8U:ͥ|BG\Xlˈr]YGn!8@ҝM Q]+\CfJ/Me{<qf( ![ T:S'-v)J! X<8aNXBC9o;{,sAڥʊj풧K%埰~5 ˽U;-RFHKC(6-A*?DKζbiS1c'Oݗ>9kVL4tK""f8 } x"ܹPmopEO܇Ϝ ِHQO n3n{Z16 :jtvH!-aA{k4 ю J`*oo?*NH-/ *c]C(ly2Q@ZuفEM!h̥I+1.4h^ р*q nZ>i͈ڲ? ~վdqA-v}9Uu TXFj g?sz#X4)od%4d÷(?u5ko :ArT1/6dDX):"S"c9љ[WghVl#LG*F3)]/%`u_"=Y-kߦP0Kl~WO T/g.:N Zšjg÷H;LQ.v3ZQB+RoH- jhNY1RFǷnmMONAD^Hcw C%b22Ӽϐ& ÅYOT8A|4jʋ 4).S@, ҆@SQ\Irye?@ XBug0rt SƗ jž0IO MZNVKAiaڃ!yH .7.Q"SزV5×)>|354mޚ@kMfcFM rˢ ߶cq巁K V]M/t0C*a60Irg?[OqK]4OѪD8 ԗV$T7) /Jhfv()5`t *8:$} 2\];K~N[(7!f^^`%#ȹ, W+k#\ 7z`w3z`+^BSCS!L|2ͩ/OGYv;ǿ.Vi!`ժ *ەۄM٭6>gr]7%̳M C`!|0TcJ*˥X:aCq ӌ`~kLOĀL9MUtJ$Y62n[]F[hD`~lN"D Ywh#hk3wepĻt[T9}#rA!uKnS-+SooLMDTgU gƀ)-ҋIRpv輋f51=-LXkL|ˌ#;˦QU<݈<3PmE"m.q[&]O44BУi罝[9 HU߀`>jKw؜#O)RKoCxbILutϚɉo%pR\n-OOU'bٓJ/2ZumVDEtR^}M`=~(k=ĥ/*.TD1`] + v3K5XG*݈أL/Q" Bw } 7zC?ifn1Iz_ %R8܉`؃e?:EI6XeǦ3b Ydb6 #'\%DJ ǚB9WؗNȅjmAe~?G[-4:?cEUj W?&, &v3UE#٥ YS+MBIQV .4_VW${Tm8v;x\PS  L_WN$b`һ\ C( 5|8t.Yh3(sֵl' V]e:x]qEd.R`a6ͅFqe\mQՑl*w̿Kۖ <%8RwբND khڟ: "SdWwWQz&(^Z=S.*@mTKo /?dQ3 EłD ^Qʨv`o|yI:h9(V7$={vޘT "ځJx@O9-ϪoAd2Tzx/%/v>k>{_Hv~a D,LRUrmجɃ񧱞r Ð~(ђM6Ij=G!:(7a\,'{xY3lz8QzT"'$#N$`:"SFgչ"i&^o <;3pi,1+/K2c߀Cq’‚QT`Xֿ,YW~&8 iT!wE {m $6=Nd=GYbkTvGB_!؞XezAǀ:$Bh-i /k:2ʟz!>"%| M7j,X$yφM^T.PwTy.:BP\`RtQg?*i%DZawND-t{BOO#󕢛{ʥsVX/,aAhh V'= 6b0] o>_EZHHXpBu"B,|ZtlK=&DX\2͛ ʸ[1>J:OݽDr;.I¼a 1^g43BzSZ˸0l*\dr nÐK*R{Ld@dbw!%֩[9ue_P{ˉUG;E'qIoI}ScLp\k3yhf!D0 F&AGj7ƺ֝Q 7A{qXlCrR~s1V0¸i*O%DA!ƆY&o}]g~T6izOl;-0IR` mݪ.rZc( c`{䓰 8laLtb\ϚQ#b8:v*ɷNI%r`"qH,tF*hC)xf%$7"% "T,X9LO^=YyGbDHtH6IYU4cδ _a!Ɉ2A~0}"0S,KB m eG,ʹB&uIqjrˬ?oړ"4F4x3HnU! U) /9 +2 dICr yɻ.\sx[Z3|ы|Ugny'F܁IOpT̷I/E'}B Us&67v_({qV֭qnfePrrǚuߪLEny! QRْws-£ 綹jG]x(^5Fkm-Z=:;Cwb4\Pt6nuwɢ0O5x T? |Oi;fpjwb1>aMHKoLRL.? 8Oԡ$w%A>ɱ268\x{lwr-q6P Oye i#Sfk]S}RzES:}pyЩku>;%sZ !~]A|,w_`k,Lj+hVhfFZD#St3jT5dƐn(TSBUFJ86Kv!xX ; A4`?% Rn~`<_߄m6G~I6ėEaG&i?h?\00fK/P%)z d\5ņآǎؚ֩˰U"@+i]{m"[P&K&%f,$b0ΓãiA0=Ш)9E_69#C}#(+|w{rU (n{)A)Q0E a4h9z Li-Sj حLkfE7k:NM[z[rKҡZYU!akR7̉HßUj}ebMd!{Uػ1H;= iwnm0xS#bӝPl |bel^6~uԲh86Y}00TGG2(J7MdղcGX|E*߸)et6Zw˭5OhH%aY)*3HL qkж Z=qۘު\.GLBk!$^-x/4LA' G=M\pyPE)_7xGŝ hW@`7 %iHa*64;xV5LP/LOq&uҙ3]]Y."# W?b{2̉.5o zc[ČyY"ϰӓa>3anj*.2{g ԥP5Oڔǁ#4QLʴR]$6QN"u9HꈁybU(~GP#BךA"uyqB< [FSH]3¿_pj mz Úe[nMa]G~ WXbx<?N/ҕާeSg &?}&] Fa@r0 ev#8`uEw'$ NevIMFNhpx{/=HB5SQt!:E!+,D -%vgA;m|vgrO7Ndz.&{ EroyO=D\c}&oݝֆwΩOGY?Ѱ(*-PvM՟U1v ~hZDwļ  MHD|ROtA\]FG] ?\tq2u $2^iý {L.6M̖h'YF 3MK#8O(TW0 FCEU[M "spdp,Q$s;;bB8Z$:'@@r1H5='!ZU4k؝y効ʦ%0`$9v7p4=,W(/WeE&:6"T8xK*l2Ûع΢7'11}͡(\ M 1zurXPAD c:lTݬP8Ξ+V>bgdo&ձv87nz۫Of*b4 +l/YV֍O%X" uF;e oZ޾Eޛj+;BעZUPPܠhvf Ydat3^=alDI\eez-PF ]@R$G )6zX!_9;*W9Ŀp:y S*QZZRKR5wDx&] 1<` >r[ADO]$UJInU!;u3)P5Ke-N}T| Rw91pp!yU<'Te%yhUK$}F=Dd(>C6 av 6kGrƹSH(EeS@MYD?>`2qXRKAUvL;pI^7L:߀ iJ9UNd3s&ڸR!Z~Mf2ѐa;'& g(v[Cz5Vߵ]ԪwjbksuX 33ꆝa4IKdQbS2_ 4a+;qn-\j׉n{Ԣmu4sRܢ!eraa\лm2x_~/P $+Txx˵ .~MEg\Qa%!+nЉx@ܕ6Oe)a$W 7s?H2ƺzK,8hEbؿnlR*!as,b zn' d7zGC n͞g+ܩU&}䣀xbLG3Oͮ3Y'F$0vkŖ5$l^ш/Μ2kc/&O8Wi]ju,ꁣ&i~W=PA/HQ2BH}cu4Sg +cI,rQ|[BʝVBOWU"0։wgg=^IzCӑ$̠!]/4gd%x[% 6ݸ oyety6T/R|ɘؓGӷR>5(aBѡب+(dd7ܴY}ImoɇO^B2;x}.4Tk6nZAGdZ$UF-刦4q@U#AjܵʡK]npUxVyA 2rPh(~efʒ\9]ݴ2/ t:hϊ+&$G4 _ɴE3x-g<6B<vMb(]p| 3#Zo*H "3'@=`J|wgsnoXnKč6$}?}zTHLrܿ8iިugwMb0DWǫǚazcK;%sh0"&'tufa9Ya'~ =MOI?̾V– (uZCuJ*\mseXu\[yP">IǻϹ7v8XGN\NZ~D"Q+.X1$L_46> 0*27 *E.JEAQ8:lI󗑿X̀Kk52 JyOfp;e喠S$ f0t&I =%l38ś0kA! šdj ZamZ|cL8Ib z}#vFp p"쒦Z1}Ըh3e$ ;no?SpEheHɰ8 : 8 ;-zBdne%7 ȕ< 2Zo~>+'$e[rX,Tq3e63 r?%=ާ:*!&7P." dNtyO5|"(ąapytZ%'89ogWkzJ}n ӚVYEur6:Zīd_4d&71ۼ%JeSP2 e=F/pd(}i/|OL|zGÍTo{gY-cA?+u$IנbuDEt2DR;E,;9 i2k?}C[Zm.Oty%kKHTYW~sMp(=~'y兺Z=̟y8AjC6-לy 5Ƭ xoF+U)^"A. XBxc#홼^E4U=u!9V.L۠ 5*zy_73nT}f·kC(C>(' ՍE%MW:=:qF#vsdHfzk-"tvwrlԏ7 ANRQuڮɘmgF{.zMlz.Bush2w$v^v/z1%n-[:?3l ¯PXqUsU=d*]9`VХ`EH %@*e)E5A!ل|ϔLHɪ!N(2>n>gG33ED@]|H`N14~RH:N 1nD(¤Q"2Dg#qȑ{y˒ HdTIJ hQۧ];G25+3~ku3_D,?܎ar6D"v'1E/XXX1LBXI=)ȩBp!;\g{\${D.l0R͑\:mҨ6T ߾nhZڡ 3J5;º#Y"IC\Oc1Dyƚx+H$jj!Ս}): 5\:BG;#+h wt]c,| +)mGq` Ū_P'V7V ٵ9[hrg1ӹ5IJ|c8٨cT<Md+Aq-0WDׯt 0D m93ْ$GbR*bg`RMFW$y5J WjV DjiIoV*!GsIϵqmy)YUUJ'^:#Tp 4[ 2EєHrD?93]hd6?;լHsuAK>yl,rL2ms-D+ Ei TbCuWFDD6uYK.]~f}Wx"= $\At88Jʷ 4BIJK2j\|:S#m'ZU JJ.Q0iWg\:A?l'=x+}0hÍ5^0 J "aUho' 8 ӡTH߂TB^h r=_~33bV\ӸNv[õy0(%KV_eT*N"")q`l7m&u5ó]d(o,orM%XFG5)lI 2`rlb[Z\Xgvj7#ڤ+ɗ25탌˧vf Cڑ*7pZ r?5xq'|`(GζD"T5dö- } U* ߡ7 H6*Q@f<\3P#]Ʒo'f$m nPd3Z~mw͇׿\E64<$xfm@Cpw5p *CEmRE0#a戯=&媐')+jnR]@Rr;(u0Bχ<O~:;,IiL$g]:/8J0f<1IvӪx8KvYEk xԓts' h`QIfqq`-е5$a$FUN'{9"l7d{0Xc Mt ȠTd}q3# ]Ӳl/uyJpciA,Lg{]-N ϻ(R0Be:= ?\+ڋceB&fb@ڏ/Ti;r;OQ!A$wkUu2Rmws)0Ưp\s=}$_kyU)>XTK%RjUDQ7ly!ȬtZ54t5wa 4g٤M< _1#C k|t;TE6cJ'p 鲊lQ\4 '%EQ9?B|u2;> sMM(.GG(,@A6mn'^^OE v7]*H I"P!}Y931-FaXU}t{dmzY8<>求waLA~E=M1: {(vp9ܔ` vg?Kَ1ÞҐB0)q 燩=Pe.Vl7xBhp?hjI)ŠpZ&4ʗB{\h\Yl zbe"o?u׍fuJQJ"FK̆.W>C~-@0}A}:?|QrԛdzyV($L%GNmR`d0B//0)Pٮýfɛ)|vmߩźL/CJI+\Wle0 #%"f-L>EO5Eg &i':NAK\3MwT 07PTke2M͋O:"ӒWfYmsw)"qy:$O{rC?y/kqCzo0J FD{ (ɽƫEE,:e6"I+mΧ7@\UlC 6h 6gIق@).Hb[$ϑjq^@da W-j(ĿUIEG}Z]XQݨ̳")s$~@kar}|dkI&7x,D|i*Ij.qyK4`u?9OI_ޣAIqԑW%Q7k)`='V' jp:){၃TLkAgzJt߯  %# =U/?q]r60R Й1 MdM͇30 zn5Y2uXgyL<E=*x+ G,a2gmNXy7J( LY!>hWɞG9U5>RD`讠w@CeOkc_7H &#W*8]7QF{)]vbH[b Y]jwed1_ipUK:ڜu%_\SeqiQ9'`Z- O6ϣWjDX,-TZ8Sr'<,N65n~#(e߱=],lȼ=J 6P ҕX / FPxqpV+adS.`uU"ݦZiO+wnyMX5Fre&ͥ9#Pz>R/MbXo"rk^m?֭{Z8i>: JAP-4{w eK;KM{(}e|퇈-OU)*:Y˩+;O4E#j"RbZ"kqX5 x{N n{ $ grV¤ =ަ&!|Fy+dsk9k,zy >Wb7h:Mo%qxn(aDE͉ŷt5v 1>Z@shf3H7qڛ5]sxg^WڝwYºX!#znW-nnR"`R{>;qq]XMy 7lH,[c_Gp#GdސLբW (\k7vɰ ^(DVrv8+ $'Ns 5uczTVHc7iSn֕ʻS{0MՁfd+T@Fz9%Bx RT<뢚le^J,ffzștGL[9jbcB x.EePb:;y,k.x}(/~+|tlW! {&w0`5ê,cy']]PuM_~\LJxiNۧ=~GPSv$ʜC iVaQry%>K/"N>?dࢸ© + W>o D(gd0!8䗩l$irQ1stF$:7>H_N/DRߜH3`:ݼCĝ+zo`LﴒU 6G[)djpB1HlhQA()Ġ#2e8,i켿Ov|+V#}L!n+9wRµ0s.)WSѴGITGRɗz4[m܇vD3yƚcz[эkX( f}J.F @W,'|V!SQM<UVs˸a 63y!ۑ:R=3"F{.gSl֩؂ѹRbmAuf}aՠb>UMPbTe0Xj}oNEXL!jgo<3k)T 0K4⮌п3{ 9~r<Ρ)x"Z0m/!!|V}z^}=BgtfN}w\,"OmGt;l\ ]]lJY;Pxl "IӶ:CzoAH]ߴ8S!Vw}WpҳtV%ͽ m8!8gl3 < ` е܊г1dA%QIq缔*>FsR0kVefD9Tr9XL`FnPn-g`5#7$zx3:-XoƼZPJ6K j/ ]<^̋s!u 0T^{0jn}sWk]P/=+j n?ZTٴ}Og@&# tL5O<2^lVd>zC<ąg JF<1HR[~V o?s->s.N0Í!&ALh*8,I17F,kjLc(npp(@W9+ @*СrmEt`% T2N}mDEuHx*k!)w }GVrba:aU+EhOŊ0\Qp s@yDLJ#"L#T ȓj.{__rRul}52Ar PZэ]\3ކltUό$RܣttH `LnH4bAom^+a$-k ϝ l(m.SI]<2x~*"ϨtU}҇¥?ȼ٧AvO{:AE*Xq3617UA} 2jlV[Qm/dxNq+Qyμi~DYu?$CyD;){N9Y>qhAޮa*>:I^xRFWh-ZSڤ@k S|bqt7CH{ehe'P87J}O_ehp[ɰp8EȊ0`QڎvͅG;]j>1=&n@)v}Z+1j048:<&Ђ ͓rNJ@t8ƭF6Nd ,֫/-ĹI$e2}VJcZ4G(oڵP=gVmsgYͯޙ7-m@. h"S. +96y@ǽ=a\UZf OTj Oh/+Dm7ϷuI22k(ğFUFJөUq'?(.kpLH;F97bڔ<κM⎙ `,hwzn/k_jt]? ix{;<p[Eᶷy)fS殮;Mḙ*`ҟ`&Qb6TUQϣi(Ј8ΒD͏aO֭roR]23)ZoX捯 \N-VIoKjMV:lfj~ǹVÿWOvY g<1F{"3TVJsU.-Vi]qPΪ;GgŎ]9ĵ@ ~iQZ̻3][8n S جʋDk ^A kv3(-_aKL@S QZ%}8CU ,}27_nbfGX`F0@ka+tz^Q?̐㙽1]uO Bzچv2MUQqG,CUV{\t˾%rγH+La:?BUΓUE`)ݚY2GH[8en7ߔh)y*&Y)>%~wH.E:˵E?AeFXLaoh4q:@ǜw;>d)pGG&+Hqo aZ(NTdh,Pu;{z=&֪kVR&3Dj/"XAhIYu!~/u{jPl$},CxU ? kusUxPEPƟ;) OƑۑ 59B.N2x(uP?J3 Ym8}v׽#w2-6w#%SԊS\VPtlJՎ}*tL8NNU/)T58{5.O g@UK&}mIfiFLP&EL*5*_Υ"vtH9]My4"`VcTgc4;^ %nx?SiG]K=+frp]|biFᤱ @S]2>~?D-s)'cug]V}]7pMlBH@ 5_ozN+B1A4b†~N5}K\ *tד5rf'="^Ɉt u:=:qAâڧ>g_aεm#yt wV BHNfs+aeIi@?u:AϾ{1oe劖/zI%Epgu9FT܃iրf4.$ .P99ZyG5sh(["߸w!xyB,ު}@dכR]K" >+.kDCNPxE2U~Z`z恸F:LqZ8 tr-_*3)ת6c7;n̺(c1{9tn~J 3!!N~xu.XQr/'!hU>+&頛xl-wm ډ*Y7)X;JZ#͓e_LJRS/A9mcFsYY1C#n밓"o(+M~uڨGK1nr]t5ZY眦ۗJ;gZqfUSx.g2`=NeF_._k{v5 ﹏h5%-!d&SmJupz628"e&lp.*hb\cǭ3=TCۉ&-3gsreVp~ u, |cW!yĻ_`GCX T$R/L(??+8!PoW @d=u:{>DtHQ? ҤH}n:HN\x5z[g#kdWaJ]UPȐ3₮yL *ԅkǏ(d?epԺޖFŔ'?w, $S ]F}[W j+ؚT/Ņ )렮&Үt2]Ę#jOF尼:ډ$#7C7pѨ 0fX"8.9lRXutͣO=\NEoݱe2[gsF#2}8@4O|Ag2 @78UXZ75Z%Ws ޡ@v7Zx<<ߝ]b{o#$p ] |JD2&Bnt2ȆX.V4SkĕZd^~6Xhwdn>!u!5 G+h O;yB)J+T7hA[r ̂{ r^B6UISAm}/5|db_$98'0Ayx[ iQUBA:MI : 촼 Wnk]N8L"hTOR4 $hde4%+mu5h|( G0ОfNqoocќ|8[# 2B ]9Ub6wAH4&`j:٘˒6ѷN~9T$7nx[o~m.2`YBz8dAnuu ^5#qTB-x !e`:j0mɦsKcdpoyhCZ3W[v$e긐8:cmLc `!,A!`6Ko'S ~++(grM270q9ˬbLQ,[ג=n=.PnC/d H%} a궹ZHc&X Y$MrLEqZ~gNŷ a!Gk}x3{@rgW_-4Y`kl`pLպkVXgچ+y R<$+Jqה J+{7[sGh֎ ޞƇq=k>-Wh|Qg'tɂN7sfxMl>-r|P_Mg# m058KRŚ}tO'!-pEl<ߥ~Y n\1ܲ_ !Nzk^6pEb+. @_Shx așR736B{?+K|=k^2;ϸ'0%Mߡ?6S y;QO3 A??5[E`$Ppo=fQMgmܩ+S#xD*Py:Ⱥfom^/k :B@*8įhD[G~`gmo(N49/ 쁡2rʶ; nebU,:?8l]CƘ[Uqс7fYDTG~5ZJ~HSYL^UHD!EJ.? !jn"v_3 O5eh.}8 \>z;O0uUp?N+h73~ ,|:= N5HQ>ІU}u vn0Pm~L"BB?9;=.GJۢhl2N'g5+4"Y*58RzK;V( \u xP%eV~Tم03-b|^xZJ6O]5klh,&-fd ui/HSIF}ģ_Ră">&)[4&xyֿRU %uH)uU Mr2V_InԲRyo|92杬ok<" |_ |\˜ꆈe}\q)tmZUyv@+jOa(5ٕFtsg̽C vNTV9W>S`=$8 [lm '$|LsߠBɱɡnݔPrjÂcљ_^5.=bH-xQ ho ;'HuvqE{5yP=o56S1&aP!F uBK8RR]r&1]Veꣿoa[6zO@_2݋`]e _Th"Ra}h?X;(ơ,pG;H"z3}BHq +\|Ntx}+ΟȞpN(DbYW4P= s # vv0' :^!1 $w2Ѥuu:sHg}) X+&/*kokJ7Q-xN-B)?̤~;yU7͉CbDo ^W=:eZYIyYep=26*(0wOI'bRaF4Oߔ8*?@fS\C #Njf?_#L؋1u٨W3j^&+oE.ZBy˂-(Rwd8JxC~Xx?t7sqo46mu{۪[B s|͎7RJ)Gdi<z?1K}7}Ңh֤|Q=o }Ok Ğ߱ݝآ۷_}N7F"> 0HHy'QobF^;B$n,QbqQUu5HWP&M3P1P$fI5WqS)P/'>?:#FW^O;:55;|u40@L|Ur3 ʺoŹJ|e#bíbsq Ex cC(Czz'Gh(P)h?NU"&?YՏz> ޜ"8R s:n [) D-1[&/Rם븼".^j&o=&сU:_g٭* Czbf]5L i%wl x=)fy0ѽpǃLM'$rVqkQS!Q/P Pq?*G8qM %H4**HmOj%$)PߊUΖ@>z 5 |%\kU1K[&և4— S>ݯ;ܑV54b;}#U~ A{%_Ex,`yd@4\PN?>>}ܮhbe<ݘ ب`[tC%`*$$YBEhzIoVt@V1'am$$8 ̆յ2|?>?J5~%XqCUBpNHojZ |$Al(#v" p2ZGܡUL ⻹\OVpޣ- u INڎ snM~d*'qNjb t8SP+d]j<쓼]U$E/3'װn:x¡ETm>.փW~7EcA=-¸[nE>0 C&| nZ72C1F_{ }o<ˣɔSށI!QCG>ڼG]mF` D ~ .@ R"=3?FWI3>.#ADZ~FWAQM pW?<7wAS%sL57J!ea^ h8WYhG47ZA(eb!;,69(z)k߷لe~P01jRQUOFFXPz%ڠQs Pt t_?\9ƲTBxq0[)f$鯲v^ d0E1ws H-k!}2v_ !D$+Y,c8զbM_"(V@8i),4Z.j?tFVQ&νبn%h] M@&SOt1>U;e$Nw؛\A)@+suە$܎6MI%{?UgGF N.!}zz2htwX^fq19}-;&k)#mɱYw2ϺOBD[0lLL1hFOWDx vt(y,Uwl$fpkJ: ECj / d}wÞ@{6᠎`E (Kl_,;\ :uW()6 =B]V651I$Ef1Uvcӄs$- r v"K8ȾFѨ M|ݺϭ훹g=lY3E@%ՒE/&39JƶnZaQ$enוCQ%'7Izz"gN$ ܺ*f nzr._U*`kw}.雁n3JG3R4ĚꈶVfh| S5^W9d/X;l}tᾲD蓘9*H㍠,NRFKݠE%p*(PV`ũGAnQ?%QyBa28YBQ!v%{p4FWjot/pk5gC\bH1C\bu+~-E|zQR3d0)fOP| n9Dj%k{߰) ˏQZG5\#Y \fAsvh {dޭLx(wȳ-pjē򟃚>:cUfé̵ ɂYlum7 ]OaǷ(iAl?;GLWŦ% "d˲B_AKr00_&DLD~M/\PA.:VP!Xt9Fa":3Uif/fr8z}Vw.&K̦C떫ɛqR !*[v6 8 M멞y%hr[$!5OL ]MEqNH?g5Ȑ^5zuNLd3K#&qM#TDΝM zQлͣ9ÞDs`@&˜9s_ $]KC)(Ikh5=Ї5!7U Hwl5`\^<17]ި@vII4*޿(jw+Z3KO>x Idr؝mv[tNgc tN5}ݗMAlE]Ы4e<^"݄L|"yrMwD (ů')"Y/T 4TT=xPNإy>:) "4T ӣQ9r28zj9Pf`͌}=2P3(#ct<0`5Gfn3S Gl"UO^ w),C^\-DDNW.#L<}8wܧڛr<ʰq5aB0(t.RaFQ!D[E*x fO}J̿nTueFΧD1o~bELqLL&H%U_t(Pl~yA/-; |1,y޺i"uSȴ}[ށBŭ곏2lF- &u9 6Ķ l蜫TޒN3yi3Bۑ;tʦ 9{bM"`-,H6в˭0bUlp_ Q{,D`{/!k8p/0l.PB'TIsPr^%;ǎ \=duXJCyK[ݗn!&‡|pGV;?W^ {INZe0-]Hdpn7CV'sЌsp9.ChvI/16JSU/?Z^, 41Rqlw ky0UwSK蛧l؋#[Z[+X2v-]20ObUR_6WD*@Cb4WZVA_l; [kJ_wb7]x"i }Tߕ4d1b{?״vH@s<`ضHL؍fk?5i, THJ]^ɋ DRտ#)AfCGD`NPL4k]b?/ʤ^ `mX_ӈ#r7:I/̈́^㋕)BxABʠ$8  v>lb_9ju;rlZ.oo$\=:<\TPˤ&j%.j -URpͲiG h r:G}w9BD/I!X2f%W,dVNm^FpVrF{\ǯk;nFDD,R 9j@tjjL߀Èd>E;K[ou3˃y{9m=LiTkv`YWgI8FͅQN]vںzL45@A&&V *kpx. KvIGH_]V+tJqɉͦ7b>kne4cwnyP\C{xH *!JRuJo.h<-柸D"}OxW  .zk1? MeŊ𺴳"ܱ2NwRʠu:'lU} oA|no^!=K9Ǝ"6r$p@vs\Uz)Pv@K^ӁF ʭKvh/_38ev)_/(ֈKe Il|kh((sRU)4"ER#lw0WOz,7nڷjQTi[nK07@^_֡ޖJ[SVO$vFX'6:5گ7hJ#Q;uro ׻Q vdswT Ѕ!B*vfD^I.´f|w8'y͆:L&*:_( lp2-BJ$}J>}gQaX?y2Hs'T QBjt PyAϋ'N~pJ(ȁQb脎OQHe7GeRbkvkx)e%.} raqwy3ܞC}\`tp4Bs3|Ҋ5d (3鯘brI|AX 5G9R@i:2-9EشXzvwifcLQpo4>;oTNzLTfqv1ٵޠFBHV08`llˑb#OU8Voē16YV/\X'|0O!vca Ȯ-M5dS\ߠ- |+7f?Z9R I#s }}R 04SPwLS&\ղFO轡py.0SQu{LBlmjp9"~6 DWcx$WQ nA>LXDĸ?"6 e.M@(q$R>ِJbO&l RַjVgԭO5߈V XPG<r M5%8vUSTuxr0ls06y@>Rr<K`,h aM89V-mPiǏAQ/7^bh;wl\Jl`>K2WB}T78ER*Y .h%IM^u׾3/HJJj3jx6d*]|dzIfa+y4!!uf\~78fw)UhRwhiJ`yd\V t!u䗒} 8E t([c k*Z=%)#2*mʛ~t<22r@ +s2`11ݥ'soF<􁴍:*P5#ā˧_ex?(SUhoZMPw<#mǀ!@HkcDz Ej>y ,g Cꬢ5_Z$*oip>Vn~Fꕃv7k;g* ?urlڃ,UF.YL:W\Vߓ?7p  ŷh1EuVf\MlmWFYEz[⫺M,P*WF4zoMu?Or| stM^e`b4 L1^;*":0oՏe3.EXсM8[!^8mħbKRYKl'ڨu0k*nnƎPS[?w^^= k3=Ҋ.]"yV.&vU6~:Ozl\d|dL/tOH̓;Hj ꅭsyY0P9FB@= ϹrRJ9NE'e$v+!~}v@ 3UZEN~D~ VQ X>B t??ؤhP2Rwo(O~U#Uü.D |{El~"wlV񕘚ahܠ\.CW5uIa]uTQP|p"#} L޽Kc|@1^?$J!`x٘x!03fN6a`Jy/]dZxT yJutB*R\uY+ ~$)'k_6Y`)rDX&D}LBw?/'P w11$pC&3;춳Nvt÷TSNsS X{^I`Z]]\϶\yhb܂bػ>QKb$20Q^ +$9Hܮ=UjTgW`"n[`NKz2~V =hh,g _\A^ "e}jb0SL 61eEU!, &Zyuj9C}Ff@KirME^rg]Us7sY/oʪF^X5]wZpɯ<'&NS_H|u@ez4˝dfċQ5b@/oEor>BVKT ( S )+Wk  tP|˒.WPq"\c&p+ {bƯwY' 1OE>Eߺib&:\60 v1aCmBl<[3D8P{0(Qkq}^eJp`TFTIR6l".P /{ f}XN)d 1u;g:9 _Ѝ~ͪ8iRsfofVi8Zя|,0Ru| hV?W);uŶ:Ѣ`D.]*THj5 H_B>ݼT骝 QEU2|^ߥFbV$T&$ (!6*@|ݼK 3Jڞ}q@_ϐ]Õ U<2>u@-y-#hXԚ-,$4rk$䞕Р He:F|xa`M9` -$Q.^ ϼJ

ybܪ^=fhxm,B{5jb tѓ T ]fqsC?+ی]-$VWɲs_7uLP\^wQaO8BmǡY-ZٹwmWП: GIL@"{= h_رAd/$kDo#%F7pC/_~&G"6~ô1*[*kևLYaJ%oۚ-3wz_a~b0.E-׍}ht K_U[mJu:Qy8䍡Bl|zo?ǐ!gq j8# y]Gd]sVVX%{4QƓB|Y4-?( 'h܇Oae2ԩĨ{/pc0Fs뿁ǁ^D`ݹ9MS Pׯ91<&Q2'h4")Cdo؜q(LaU{Bˤ(r\-VQYYf !\dzB.!;+v{#^^AQe[.L0 @vz8Td7#x'ο(I y ns$Ym.)1y!7q>YaP*Qh:Pu ;=,Sxou S ;F,Ԁap@et4Q,뇬[;ѵzI&PŤ EUdq++x~yâX'= <.BۙA.(N,@<%tL@ R L^VאN`aɷuKwE?IgCu{{P1Ȳ>fM}7s]!vWL؁^OB:>rwb13用t)ͶL]vi{# p98[U*獴֊ɚ3<`Qxё!1dQbnABD8WFGQ٭yF1G }0ms ;׻co]tyI 8n6qUa3ڬoir h>`eJdOÁnDq Gd5tcf.Xbdu6iB'襀b9ENW,_\ SCPL}anj$N6&mQ p{@]#7GNЛ>;="OnkzHNvjp_MfuI-땃ػ(ѷ!re41~:<@:mgn,TYq>6oǂy;A!6EY~I׌+CQI[.Tb6X'|6t+j>HO  FegOyz3HGvX/k3 _kĆHC<-_Oj?xP!B#|s|ƃ?|Vu|_ٖ7־\4n(@W×BFD|ѓD3!vt)po 炬I4zW+$[IKstZ'4z{F#0bu1|zwflOjX9 W ]Z#A~tpXmO.pfz6-ӕ@ Di* ihYJH^LHv==A] Ȃ: 99*z)&.*g81 bt^Af{xR-0S~7$SsUbc@+jP̚"P=%,GAEPebU2*WXâx_(aBU{Mq5}mi7_eh'#NW.tXJtdNcH ߎ~j`O(D̺ e7/ @EJR˥f$IƳVyjMx |*ƇgI,A}䥯jچ,̓mPb3f ;s!R>W%frJۧӏG?~nJ"#9DXVԟ՚vrTH2*пG(/ifDn{cSw3AOw-=_Mp֐f*{b;%}Z&3^q<+tu3+[f >mvh>`w~tDcn׼Ks ̳ewQ2^%7)cVPJGd 5rT.DYҵgТXQ*%`,+]rخtznW:$oSW5˴kzJWZO2KNXH4~bU#栌a_ H(ju=yͧFAMw 5zprN^&XWCE !yky޾z'XtNǢHKBI?fa ڜO/ h'W-t2=qOh@MƖ3fJj*DQ;tJoW\YtW$Y!!nM0^ʍ[uL#nS6۰eQ;!tl VR 9yI>_xWü$Z;8Dɴ3|}fZ}lB6m$jW,e)OKոDG0vE)kZDإޮy8b71Q2^1榭*#]eBuJT[zu ZY84MTf|(J@D/hr0ƹx@"~bfCX0#xm}+3.UƊ̌^W v|@)x ~ P.7x۝^,S_GQ< gQG6*Mb`a]{"(O r{OqeB?Qq:Rb *~G̜ͨ{4A\@ ,>34: o# we Ѯ@]Pˣ1Ik;R_rGO'Y.ĝO κ'>aT8*Oa&ɲE P@ߩNY_RJR9S̻deԠPȕ¹vzZv٠]U\NY:d]sŷ S; J-F[@='.Ԣ0~qlaGSVL(щ,(!51+Fs>ml.5A[ o'yB|Єc?xC>UKJ`]|*; L9ǧVUusA+Ddb")Qi"Td(mB=˟\5*/;~ 6Qt&EvMȮNQw{Y! Y׏&O"=mϭ,"AJ-ۼ @z ŰŤ6K0QW.h0+̲H"e)v4,.AUq14j>( tx\t4E^s#2Lᡫpb a!$4qLi`(|=mI Yq5fFweEHndA V`+IX0oE E8T&- $Z{k[PSgD86BgyWJGd͇R#M9⏿^4kw)e5nA*mRP."E4D0Z S>mo{$ бq ' ?J bri 2>z@NÎA"9`2mYFQ抣 [;=ɘ8+sIA``0sW1o*xo>Ќ-xKH>$ 7$TvwS;c.?9||=enm<L;lt&xѷaMjYCӹiG!2 ;$ֻclќ_R]0Sq]F4uUNEEy U &isQOBNicg@ꁭJk_n J. o)E!p4 hxSW܈kr0hvmR'[zв7tܺ`A%5oSoR&*kE!LMrg&+{ǸL0ɌP-(^8,bvCа_/wpsw 3S3 ;I)ݨWAgLX|ۼ_aaG"wY9 ?g3&Er/'#N"l -,NCw%[8 a]廟?\5:cľJ.?򢻐AQQFE|n @t;V"OYCڑUg<0L"zX%+ERn%`jl/q>Y3'<=ٌgӗTd2"ҾQ#d9,˥3B*<BLvj ,ӵ+̓tc'i'!N>9\X t2"?{ bQ I>$qɐ&Nb,]pT~jt-͡70KN6;c3Cg!q4nMeCvPPkcU^,fMW:bFĩ5`;D?gѓYpܹFja~%kp2'#g>M faN6:eo&{W8 ssWSVq.HBHÂ~ɹKFzslUBG5%iĦWSnnմt /USG+ݾW ǘ%kϔMګ]O_,Uy7 ,D<.-=p%V.י&wG7?&b:.ɑZa]Ž| irE8 x6-o\AӉUϏS0h ym+CHgSߺvA%qWVq}e’? t j@).Lŧ?#,k+έ+y7KQKȞ ֲSt'V`\\}ۦlnTWGЃh8!Fn䶷xJNYII#Z-/i烩-7cεKNϊϏRnx±8k+,_B$hjM p1*ZJ, Si)6xbwLy56Q4 ߡB&},m^(R&xCA.s!jҒ,UPee[e3z<LQxjF<^K~&͉ʼzW s_А4`T5vh -Q??r[rl$f% A7UMH[8Äsapw_sd+d~> tp5IrxcN+Wrō[_d6kL"Ux1y~TwL^le(Yrɍf{Q&%,0Gy7w7Rڑm"˖jVDD/@N" ɣ~Tm՟J~뉉ŞB#$%'C*`Hp)J_4RGAUN@z!eH@}[ |e ec̡v8ps"M \9FWK&N?d'2f=NA]Sz:C̆@:v 9+q"Y_zCj%0:SW7I_w5rޱ1,{_yùd]:;0VŇˬz>Z"x0,5[SUO;̅}pXÕ Z{c ףW&;J=e15|qb*Jғ]2˶@HcpA_=^ta<9lXL3s4=*-`;<`7 &FžV{!Vx٠$8AjIdc!pمG5,zvV>`x2*bt^wZ.&[TR wHi 7P$ƁY\h\nH-4kԘ6fsw9E(6, ⦇MN|l-I"1)s+靧hF ޾Gv6;B٦u̹0CU{P>P GAfS7,&j&9VFiKUZ: XD .?*Ӌ(I&tg;C $jT>kͫ9db3C71i>wtHdX`s6&$+[Sg^OB7|55=MA+!Mq`luHo-ƍ$ajbz2Ip酳vsč95)dN&x}FԺc.<`o˜pTrΎ$tyx.;{6‹KzY"o,cS9!vV롍HfJ sY+ ' AP`4NW7!Q{ zxk0^3',ڪ RWQ/6"&EBg@QS}V+JBļ6ߑ6QKZ[n'we"z=.YRJM`12lZ–߲a]{<"JRM."oa- 8Xr gRnڹ> Ojg`clC(y/q.HEy|K5IK8/#\}ׅ-n &ɲ#{цk);ӕ"dϠ+}\q%<{ΟQƟJ:RrކwDIk 뭝#hjgrڴvdMj7"r}h[\MšSZӆ ,(lNL84Lfm0ۯ!՜h ]EP Zw?_+`TĘ6{qߍgWK.S=Pbjw:  bK"` nE}rWHLͺ!t:;PRT- f- ՖdlÖ~(LBϊt<\ }ٌ$}L /ч>hNjGDrTzde'ld"_2(C"1U~|.uk+I=bĕx?1oށ×gE̽w# &śk)B_c|%&Urxuz{4ſ .SDN&+HƖMƔ ΕL|(|5'yys(yz gLCJ:^ܷ\R嫰Zζ&tn(.KI0&bm36f~-RͬΥv oM,xoCz~C0*;l?}XF/Rj_4~{M>k'jJ|jpY*hPHX S5ϱ&/R}F= :Me].a:.\Atm)ݓ; -vZ640'H|<#>]Oũ j' g (X &G_ALuǴ@@ 7 m᪹#?M[ Rj~X9iGrz271M:AQ#\iZL3 hT2e­VY7TAB>_p˒D~ $zN/S}ư{o8>N`x;\eTx>K"д#1U7z@ R% l(KpR<|ljr^!=jd߭/ϐڧ. t%ElHJ)FIxϿдRiz.]&h$3x& QrLM9>͎ij v:Jp[!gmN *zcՑP^ Dټp/{yϠtgkI;ؐjrAHR2NR3~ןfMw DL:ۻ K&B#'-ޅޮ?s#_܁`զO@}} u5+Jsř>~T.`zhngD\FGK\<$>'z jNV۠I"O ف%=&4C} E@rO2-tZ:.V(%^QCy#TdNcwω VV-O n..œ'm׵ ^R&LtLJ5ʇ qGȧYpu4K ۖ3ѝB=*~ $1* (HmG/Pt;zгzBu.i3DM%hlq?g)pHīuI.qq 跙xJXaФ* I>hd,GhfB.@YAP"̢k\zȖ_гG޺ 7չFLlr R2VC\ N*-iy$Qmqӌo,c'F?u0b_= ]oyU)(_\3ݣJ= 芨IOB2Gw?zR֒5A;1>RUji.GGX>PL`~O!Ȁuq_yNQ]4]K?@p3.JsLte*G 詽^^Xblݽ KJ@vwa}vu@ /=_1Dǀݟd%LT9^Y(@#3"i\gTulWb:Oj*X`}޷ZNAht84:4> d)D?kEb\(`\:etwޝjW|uhyG8tvpW)bowTXwnˤ*^eKSQt:'DSvwh$BpP'"IJe<ļrLt" 5054@5Yd֎} }´HglH3bx ˍ{&GL#8T i7ifιT(ʹC /Y#0΄yqMRk6h-.EFN/ S~dFG%Us;)\r6:ȞBTۋ*N1W` oռ6)Vpp4XjvCzSh!ZwyF9Ϫ镩X:u7tP@,݀yL&AV#=^P3Ëg&;Hp+3ZA&"gpYZ4qo;Y:ȁ\9dZL4ly>X:ō=D"qM.l'iꯝE?u ܖO6**Oj!fܓHMx5hv9ɤ5-ۉ?rxH<#cs*V@d\]J3e'BUc'"gaeQZں\2?ú}q6gy^>&װĴ^7c@&2J*S-bOYwz4&҃' ,vAX/B( r=չAϗ `f #`QZUY7xpJ^B=*8"63Խ1T[tsrP |x}$Vvn Zi^/&,` {"JD*o|M6=ř feO9>-yz td*X6ҏa8ݨv YN sHc﹊."N($=> 'ؼ9otR|35gqv17CPTLS.[.ZXZPԲZX-U,@(yuAda54!=><#˓YrqP$vIL38Oa:V<]IJWGzjվ}<- ŋ(r$|‘{DgE]XXᅐD!1zN ЃdwG|_Y `9+Ce=O~yUs7bאOpܡ>soPV#woS\4JX9#~:x$uτE Dxht!7pS3hU2{'Mo)JŦhIIv .?(Z5XvTT@`ir61BGHtUPw_'pM5_dR) Y|()h1\.?!?tmZy"Is'ܴ1!)x6`7`[/ьd}4[Ucb4*#݁ @Yn@,EYlB:IΔX- 4Z8bbTB/;k:OőRVlO8Ȭåk/$eyѶ x |=Qٟ̃NEGѪ GT~.r|b~U1!u} NmgK`M_RH$븖b00e)xTy^pLE;eom:dm?}oy0|EuELvR5<-C/m=8i *q;$o)h{N#J 9AN~9ϾXU̇؋g^yi$ ϊ'y/HMBCщ'b|ek2Aus (zHaRɎKgT}D +p;wgЅB' ND\ZJ4c#kI.74bqo#ne/ušpDѝ; pYC*MLFm/j!/:xpc#o_[J2JD c:o䅬o8]JʚZ>fcNwg SZhD9@ =jG+l* iF?H@]hq7O.ڇ`Kܤx۴6da)h^}+֭yV"vL}([xIt/nRBǗ%yg_f2KQ׬fpOVd(7ך I}ťzz4!44zlP/ynW#\=~0wbW&6pQf"A8 lOjDHlm_,(Í8edy\XeKڷVj)ƯC7Y >M 0qzu([D冤ػ<هp.V)tAe/t&]|&ܨr[ByCȱ;DH! fbvˤPR 5GŴ zx5$L\xBmr?w4P FM.4]U5_wF= !$ɼt/"Nvk'aW9pL/̈B%&:|G 'Ts 7gh5 Ne?y ^U[5iT׿JL0wH+;hsVos t#"IyaNSS>r2$$H}JϢlqM(4 82Ӕ~غq\6Έ8EiAH: y"BzgRIS2ը/7Nqг`GaCWAL(&ցhaUKZBxe~~RH9;K A輁ʣ ;oly_Z?!'_E66  ЍSD)=:#>cLjSY&ѹnc``@54$Զ[Y.PDyea6$qk z|"%Oa\e[2z({Grb{^F=82FQqǵֆ"7iZT=07Iw\PL0" ?RлVA,B$XN{5DћۏsxYxC9E@ qťU*4.K C;k %rw^ gwƝ{ @ۣsJIxp'wb26ͶAE< e2ႊnrݽ?T]!4C`zBvzJCy iMu9/4RԾ i_IDf]e=&c|_,Q8Cwp#FC'h)TKXz̹+kK\23¹ṰWg]7] VAuZ{1=̿#=f-qT~s(p6SNi"n82}ھg'Ik>R{ZpRH]Zկr6LNU"+ gMR]R!X^,/xGgQ4t;3 sWFL9+HJA6}"7giju tWfH%߮Άx kAꁭa/'Y;ZOũXw~*4?k _^ȓG!tH.@&WM\и /O>M,HOzT0wTc ^iQHWSAۧ_e uNӣ\C몱$ >eD.}!:ͽ\a4n'c,uZvV$JSR%R1%=l C(QfKhHhKQOP>,r3=(<=dp®84xG: `^Xq!UMt5HyHfi5]0󜆍&4k=S?&A1Zk}cr%h i~dBi6[v:޼ö1z/*Wejؐ b*:gE" p|b,B#:K X$|T_nF,7e~ zJir>T_lvnrr_?G]GoxNP1֘gn!B6<+jM_~w*8 e/~ڒ_w40(% 1έDDHøֱq#LXE.^XU6z+VSILj!55}O'GzJ2cwME_Z2~̕X!]eC4ZNGSfq‰utIFՌOxn/ ο8C}j 6BTtG$22*Xb4iI Mun/=dzDNt.wWBOx;}"揓E.Okl37P^. +P mM'^5S?_ՠN#*0aiAũ|%Kqu!,ـaf<,rOڤWʖ6GaF;m:(2y=( X ?z a8 4Y&3^ٯL'˸UkZOңw*@,C4c\A d?I# t<{ rf`ԲئIފZ ĀF&s?:`ۣ#^΋F8v- PV?1|{s10|bZiیePxwsjS֦'6$p~Ζ."C5r=M"=3p'`<ƔgTpyŊW)v.yZn@3λ/m>B!SZgFv61_)>XʇVQu AI@CQc7doº#xzU*o;o@VYeo|>rqꪖ ܫh&hT'##g7r.sNT{hh}PN@ԡـ73T.OieO5${` @'|+QyE0>^hZhwXc#',:tӌO t:cSSvunOC OM |c@hyj{Yj]Ka5"ͫ'z`']j&h!mjeAI^ 0^űbN!hjh?Rfh]`ҕjfZCP P.G< tq[(!1 ؙN(ۧsFsIBu'$r O+l?Qb!1SE|ěxkUM֗'N(-jmbem LU7܊4#24T̙}bMnoM2^MȣZm#W)\;e/IJ.kuôew+@m&=5tEu٩ՐHEH]rډSO["x>OS_Ͽ _#zqFC-I$_N kTS@aeȰjh'vFw׹a(tRh&jRexǼ+}sLj)O-dϙyvP|C%p RMP} *yگF.P+Y_5i=w׷ìCDgΞ1q5kk%|ec7)~I]/&'Dr+@\*?cBeXʢK nvn]K\@y^еd g~eEm[ѻ|AN":΅{\HDUPFSp8Jf4>.XT? dY~l7>um?PĝC a\)jNj/FcC% \pɣ \Gx{Š R!g2g||NZ >$op zГS I 0yJ/L PBװ`3y8MSQȞDH>q=I婰KBˠu{yI{' =g ң3%> ba7Q9;A-`GXIvXW ᢁF)gvE~OP%Bc1뭆/)%9$;HX43YuQ 5^Qbڳ_ܴ>lSem$GocxS;C[ ۼCP:xޭ}.5dO -]q[@1u3YҐG!Ez'Ӥ'*a坎*GC7׽,Lj| ߆bi֩+Jڎ6lcӏ@_}=`$9b5vI] -9d*eKGڝ+*Fм:`Q="CzҽE}CQQ 7 >*MyhWlV_rSz44>"3mg7>rR Y փ/4 ԮV`^&"+o}@z2BuoYzjea( /}\MKvm):ʍ;H͕1)x'?q5E>%{g6ٕ*=?+II$\oFOEb) @Qs?ԃ2d~f i~>s[){';`z (ˢQ̚i[ -[3),tADb|\R"e@p=c>@`M6]@P, ʇjrI/xҎJTYO/vexJ-,H-fS+Oǻ~Fv[ ǔۀ),}bDUL~rų(f%1O۪-{'2imb|!m*Lec#2Bei>&f -NH `^8a]~n@M ߍ:@%2vYoyzI- ڜ5|ZiűcλD9i3&AJƮh҅znpk|eJP)9(jrmzd6Ď߬$F`q=5 U:Lq(KwiR[).9SX!f.R#tg :~)͢Eu3reV;)gz^EX}<9b?K׳tG1t(sf20 mb80Z[s7k8lp`nXoYS)ߺFQBG+\A?B|4]ߝȭ;p&$3I;G;i<_t|46zH;uZD2h<ګ*A.IRNȠp}ĢT1wr<60DS ynqR ]RTEv#\ <+θlX S5%T ; 8նI_}^JZ_6UlA8ch`Kl!މlgr*&1\FZ`q`$D.yЬgk} P05^cɯ\Cʖ[ ]=;c:itA\ӊ;Pؐ 謹tl|3tc%0H&Bh@z-݃Ux7@ڽH/SM{"wN F( *:~NDLio+c=x FD7W/kђ~塠/DJ16mwvDtRjM|YwyQa;[-s8zjT6Pz`b#DLdR>MwAJZAPd5dz4,Wc?^Լ)K_#_3 ؽ:.=#ݼkk(ADechS'A Ow]~WwvL_wwh4+FW58v٬: I8 KQY2)`w-%v2.7sԄef!"nwb#>]|Y^QɃ$U>*XM3 #;IO^1Mݤ8x-n&IߔB":ܷ=(jCb#*Ж$3W6My4deYK iw5ˌ^]aML]osmRbIͱvT!?]_db83o&[%!cHeo7 I.;+i(h޻[v:a: [g lqzD'~R@UB4 0+Dbd2!^8# {:G1qkq)"{4C. pm|@3D]V:E#6DP닄h)Ҝ 2M6\eu5ÆHq'$ Ly<֚ WM}; TosuB&Z ,fb`iH2I2; ].ȢCcv B }RF^aXk ʷjfzSvՙȄ2v~L8vPb7]v5\HnD0W3S^+ƻ:Rq`[[Lq g:S0<&Jd .uם`l Ԫ|?bL~{Ddn5N$D담!~bK'׭}zҨz w3αEIQ.`A?M.*~sÏEه%%Yw¯Sos~jb(J.rE*X{sq\,^P$ `?A|>!ap#fʞm{=m@{6ݧi'մB8mSS(G/Ӽ@'-(8m` $pjnV@^Д1ru^-&8ؑKmO13}uA-g-]s 2<#=# wI'njK F8{W,O W ׳JO㰺hг5*sU\ ң8ӿzW%O@ȍχid`O5eXUeyͩ0{#xT-b9{7A~h%#DV p1tk,c 놼ώ~Z7Ǭd '|mV_~!L*i$A 4*+rS7x2v4Z9V> B$ ` O+)W+_j'-MRsO-X ?Z8E{K(fP|tlm)[ YyB/WS&=fHn|m%isO Z l_." ϛNIOU rv?ºdtxp(.f10Q9HHOGcx*W'DLTBH''_)It48npߛ^<&Iti!`ՅeWa48MkүNcha#eKx?d*eг]5H▲\Y9Y-8F'msi1̳[bUA1%Ҹ9[EP9 )vE .3R+6JsGcE/Ɣ9;_'۴˜=Wwu2W}2@(~AYsŧ8_&V ~8 !/$ pV%eɴivZ /N#5!ujV8R,ɂRxJڝ6 ^e#Dx[B*#K<F3@-XN \|~Ja" L5ĥQsds=,5̳DL` ڝZ;Zׂ!gm3'C Jͨ1>5qBAOOնmrʔH5 ȎW~z L.X͗t""A(x+:P/Hc@}፛(kwR@K nv3$oG«ܰ1~bhE Ĺ!^O Ihټn%.68rN'rV07 Yu\<%RT’jiyWl4ք%;vwϩo:6laϖlZflHf&ˣg*3iN3"maM~עOOl+''kI ~/s3~Mٺ: pb/(.=AM:9Qf (S[oWS:pƲ(CWв^*Kn ,UXs-䵘RXKFl!e0]Yʢh|u7\.\SS_(6:,8Q^Z/Ӷqz^.x%My1=ղ7?`1[ḾWy~S/չ)`;y*,dx|bN y5OEΖ-FxiR݁:lH'Hh{ 3Lb*.Od}DVIk#fH3-%S]JG{CfwN֓/vt"0 W #w.䎾`=M[(Ez,1[B(w4涓nMLk>%V`1xA֘Ǡ{c8'fj|`ү_i,C 0ViMp Im'M) -[0f[QՠDž-- :D ]YO w9T׵jcS RlK+Q pib9U5V'U ;M's蟡VGpWvs?Wħ JKkfLķclPO6 Mqn%u<𷅚InUGO&ʢ6JEatyCZxA="/QQq;: sQ^FB=bzc"-PzUQ:ٺt~Ji5/Crd i49O3Jh#(J;BLOtIW]5's/6WH+hLI-4}HR=w~p o$Oi=K=.4=_k> ɰW+<%yr]a spgե-pCP3!$m\3q'!KӣDK0=\RIܡn7>N!t jڲr4܎G]jԤm?M&{ZTCt5pJʇK"ES]\%UlsbVJ.t0Bh:'fB.xLd=D䤼d뙬|i}¼Lf{`)gjo}A9᩵biͺd"_9-\c@"UCPy $鮣'/b('| o)]p? uf1nh}Yjꗑ{!4XPR'd*\6{ 6gez{{9Of(#7py$Tƅ#rMC5GS:%n H[LU)ٝr A~pvy :dgP$f˶x+@#)0LsJT^ ? :æZH5|B+r۬Ǒ?}@N_cLrQxaST(F]T+ pwU0}=dz'fɹF4n#L}ݖ*q1j~b? +SvZ|eL)$ain09s@|! j NTFraJ^ t [<3$ sCy0<@%GZG֩[%I\Xo/ӛDm$N]Z,-@!yĝMIRyk6fcUKgXVF.=byXA *Aȧ yّ,g`Fx[!ݬ1eB   U6}l 8nNK3PgGY2]qi\-] _ Ij`|##*(S|gVOaO%SnGV<;(k=^;#+e9>q,"Ei 2Aʩno6R\~5Ж\a;[E)gqP%]Z=^<R4\"IjUي`Qkl$NsaCl4ҬN_na7+n[zmI eGڟEsu7UNE=fh~:c>Y8KA5V-^jg@.`>l]TgAQ F* e92C~rujn6g76<'Ye/ѷ7-] @߼ Y/" Xf>)Zv{G+7~o6dO@^6GˇuCÝ"eIXq~B)¨:!҈;GiX>:'VaPЎM"~Js{բ ݝ|ayKC(>8x)3w_ɖ"{C }\ڜ _Qv?7=.;UDP+\BυN(W#4-ClMqu+#kTsZ6/tT\QoLJb8\oXAH8vHjqlb{tQQ[>pL".x'|dq(c8N<7Os0hS8]6NhU"we3+r\Z]a:΋@ܵ5RMNœi۱CX_EVR#:+y} ausG!3*9#uW5/VQ*2܆yHE>v"ߪpz:$ 0+-p=}O(7À3Gmyo?T<{\*36w.9ֺ e" 5`ON@/8E|cW#AGz٪vaY{'|M Ǒ?W]k} %WB&+iDkpD1Qy~ǀoq[{$VMFxd{ҘqEL=,kչX㥜:wᵣ%YԄNP}ʂ I´t*$~9Y]t[}F²ܝ=tĚ.X} wєB`\Ϥ5 Fd8L>|NȔccbERVi?єCK$T᥄y*_V>M:3is#j_$'&f&S?|-v^[]o;Q?G?mafRdAbdqZ1{qQHBfw "ˣ4y]ycaP}|zgP+4 bvcRxiqk}Y@cq8QVI |MÝ(%LPc P24ZA7cЯrzO2y2$mTy Ǡ8M`W% 5#JT6cعfEi(~M=[@YaJu x20wdJM.{5PWڂ%דSSh83|Nvތ[@Tei%s`|Hw7o  qĀ,e<)>`fd:Hi(RH9Z ӭ+E~YgogUkN :֌tAWPOqqe @q&Jxq{y٬A@ei.P>j9I@9δB4x O `3_d&=8#6u/1L0(٠N24?Q:huQZA(CrK|̜|<(,ݧi>MA7( ˲0W G] pj58BՉ}'ˑZ#xY5O5K{T R"by~)(dLIݥ H)ok&и-Y,=֛J߄-Ru$1.{xt/[5:ΒR= NmI*WKOgEr+uZΐ,:@u^:޲Jfpҩd!IuBťr eW 2Yl^iz)qPQm!j-\v8{V(vħd>ⷐ܋ef#b>{G=Rkւ!@gW&\!$-sf Mwl)KQ.}M/cDPhK~U]  ;p]s[0ԣ駤[9쩣W@V!S'*^.tX!Dvs<4,0xk R5ce}&}ŗLƼ>9cTVu4t5+#Iq:=0難'>F.@[z>C-Z\ڥ"W4[9و瘠+ݬ9`Z0l3Ƶաazlʋ @8z\Bqj1r$M i7 96Vӏr{oVϵ! RADt5~tQoB[? ꥯY$P օ|#CSJ4_˫ZjVvoLXTyO^We 'UNNPGу?GH&J5T$ 6F:䒮FRcgZ.24w? p}WQ!b~SfZ4^[UJ`o$=3fcvI'ab.X?}/=; U=x! df6rŨIGl4DM0}@RP0ڝ{)Z宝tS_΁V0МM2~쥮w}^MȺNeқBEϘ1TޜVrH\G h}8;:rn.q<*o Q;w0vYnth|Dh 'AO _8Vs˽!O 8/9A \Lk/T{sr~ou}r<8M߄ 7Rc}c}Ybp\ *ए" 1#l+zZz#NeWe2܏h9%Ν)٘XqF03b Ka>.g4ND +'Hl9V;+g9UZ{AL>rwhRtX6^ cǛy#cGe1v,#朜&j3'6Rcd\iKR *w?chrQР4q8qobʓlIvo;DC= mKWSDja!{u؞/&(+.X̧*s|< aFy"{4M&uBhm&bdn :(Z 6(c,OP7`,^lu^%}#lp䕗QT,qI4Ď[Fͻua,1Р\5]yGJ>v<-m5낭%Y(9`h\AEkd4 s"p;O&1~prԊ~"-fe;}w8mPB tr"C%ٕ0(-\y+{p>!ӎJo#iW=0ǚ5k caR>6L@V3 )Mܶ;Z6iߜ๜Z,PJS1|6\N%f~"=F0=~n5NR:R0yQ g= Z۲, nFf Z.Ń@@u(g+؎(qCi0Cac;Wh)4i=,˺E2KcQχ2d~U >(fosC\%b]6VuPKzײ廂a]g/'IQcOykOT"ϗRʌ;ԁa!\A0*0V@#*'mow /dN>0#@=1+vc!qrx~4iUheWm!+P)) 8 xޓi>i7iEe;$!f2FQT@=:HX:g[ xoZb`,';yDlf%g;*'(y8p Ct+*#}w;7 .⾩Hܞz!5`F69k"3UHM (xVF 3FaO|-ToIS 1 ?T'rZ %=JOAt:/v0, ils@xu׉L۪#mЍsl-rD 5jp^Z6*{x`ċԕ-8Ymᅢ莾d#Wf -&yĆRg&wMS'O{VItEԑq rq"&EgbwzQda `{!MӦKE o"L~y/EhmV4>h= X.Q3̝3K?<\^{C};V ϊca:CwDݫ#pz^{7r=@'n vyhWR3|xKO{&֌n?iڢ×7M!xX5#g!d!1fxՃN *DtȊNyR}-CL>\53-1oJ0~`5RS%q1U7knS&(Di7 G#L<.H, BHzh;ptm"4(-v@9 Sr,D3.qעlϗDŹEX+쵮BD`UG7V o)7\2RYH2lpa;X& qK.x(^(ͬ_}ٛ@D2oX+8\"Zx]Anߚp!M?m6[ Xgh84Sm1F ndב۾˸݌'s/IԖ%*[򡇚48l rݔxO|hܿAw -tH&Os.P*0ٷ[+GJ[*6t+m"őuQ_O& ('hLHƗF:g+'[24ӈm Gq,!KXnIa*{u5aRDv5b}܎ɬ(2 i&FJO>]g#Va[*n zF-D?zG8"+|lzF]A#PI,Yx:P_ݩ c${;7r&gH| *dxvrJaϾ .QNy"4w II^O:kwXC/9m_kzmt]"c4bcd 9u'(KR +|$h5uO-8fJ9"g_` > >T\6EPXI=r[f\XT/ng*~[۴ղymiNLRx@j| s]jm[S@9{~ڽܺQʼ]+·~6 \U5z/)ԃ;jhIf>e^6D…Z+w cZIt R}5PP_9AZ-k WKS=6"yRoKYhoXjGcWq)ɱs35| "DKde-02}r^0C:rHpQ,ǔPXgN:݉ݦa[޺/DQfkP*_72+taZu)Y1o~*Jy9QX+dMvU!]_?Σjp2q\ϣԥ`ZhK\ze-\l5g X 2ri:AC  !.BgB9w>D.z },H͛b?㪊)a[Y,wΐs~ϫ<{~0_]:H| ࿲3d`jɜ kOqHR&KW!{ |Y1r=}X} }'V3qAU%|ސt;-}uV:±v ;ʲp~YZ/\qOZfT#&'rmAfky3Y^|rb&25?#!߷=ip=g %7 p`$L\Nۗ"{tPex8ƻqUE=: &Ńgi rXVbcqB]jl[t^d[ŞZ]3?-&{oɕ\lz" QK>Fψ`6u'N{c(ߜv~xbOgrX6Y&hք8$ ֐\?B55NCvӞ6E?tAU4,8G k 2=LTŸx- gI/Ľh&!)b"'s-jIu;<@2Lx_~Ϧ^v| g!:24)c֣go3'iC '"` vLU[֒J{ZL> !w&yF>s зb\Z$c OtbjKcMD[,V /} J~ɨ [eҊYoR'E 2&iXLʸ4b"Ea( M;)c'e^HIDwgm7ZLYE&Ν)#OFx7%&{R7NԶ6dnW0pt{3CO&ZL/ca Ӄ@EOv$î6^AxNeX\ӚuW;MdhcǁecegS2ǝv_2cD 03_eNTjQ0# F#E)mti!QӖgZGN2)<{LɎX7糃t} d,(G CVR>32~l{]oZuP f`zjiߧ]͍jV'qv*R|rV]^PP<(fi3ْ(ڱk!(lL_D}A.hÞ(uPpCcmЧ| CfϤ 9D 7 7q"ržLP;ˆom?U_ʵrC[ǓP!-xPohok_={ Y>sy!?VnFZ8귬Of O%t3_vAlOOEt n9v>0W/;G] i4UJIcGޑˈ{XyVS 04[6pJD&sylwgmT Ysr!#H컁L%|db;["73IbJ/FWOWjZ4GZ^0޹T9:Fs3k§Ͱdp۠ھ¤e`h[/Il|Q)>_ĸ*oC!}sSJQR7?U~wEޯܘ"!r-L|>h/Xt]~Vmo-0)cȷyLMK/c@ ,!帢6ݴuw|6E6Pl SS{~,/[@LJ wo3Jv}״2٪Q1xhw֔w+v٭r&%Ω ^=f{߿I'9/bQeR&˘y"wr[Q܁ $˟O{1n:mJKb-SI zrˬŴQمۑ? .+jЮsҞWƓg908w g^G?mp#) 4/ d\>u$"FSPЛ(.:ozr_lɹ%c(|/K[k"HV[wڮlޒmf^e츇f &`Oౙ9|1o@пavJvcdLB/C$:J IUX! sOQXz}lA9vȨwdcA k5 [M= J{j~O\KU!rY1&mA%Yq9G$+bυxqx_>!Nsd-FioܥoKf?-Y֧Y֍v f#x7@g ?&=ހ,[d\:+SjM|L 6e>jNNއ12\=< Z!#xpLs8eЊ <אy]@^ޣOVUko٧ -ǝ6XndkZ}=9H[;c{KƼdWCb ]%! J nA:fL;rʑrp8vAUH m!7bGDr@v ʫwmWe]0sdVmIm y3rN&k efNo2.+jUiekSRHOPil]$Ê/Q{8r75>U}T(?fSjO!C n0zsοGKB}0}%nR(bp,Gl@=LXi\kJ x՝z5yf սa"}2gbO -R?=6@YTJ,xhMIK<PxSxt.U;Feg1ꢎ"[G R< [Y+X)Qڧ|3Ex7Myϧ?aX钅_èq$zj=bTߒۜ8 Ä1G`͊lWh*'cS~נּϋd,xxZlߑ8~mf;}q.v  Wc( 7)s$'& *0nyATTym\Wo۟%h{z Sŝ:c:.q2 y\-7MJ3=}\vp)E)b0+VEW^Q!Ns$ ֿw t 2x z 0Q\{?m4dq8۞~E/Kڠ8"IOYd?r47P<=g3(z )fv  `A"$.sٿ/, 8<%9vaK.lB>@^^'/68Q=h#up#mvgAYo5Qg0Z0 I,箒YJPP`ıj(hPF!)C *@/ߧy%^Y (-o EXj.8 oʣ&_C{  щuaVi%Q/hUUߗ lTtD2REH_W++;wK.28~撑Rt8BA7 J3}op:~ ^^(v|5u4'|t쎙E [Je-zF>(&wgDLAY~]|e(7'u ~ Q-/اUbJ\We"N1AxKtUשFj6^u/oHbwzAUʼn+P*k d jCSsh[p S碋YcObֽً?߃vzqL'QC L&;># {XCA*r 9 ʩB 3 ݥYxdžT9Y̡R/yĠ ԡtpU?'NVLؙ$ :PjLў"iԳYqI pϰkh`#{G 脆IShѻTI ]1vB+H"~܀۩C@ߑ`ykJׄ3k ie C)X4vr*_LXV%Za a6,CZl--a}f‹'x,Y}7'cB4O_!tqԭ>_ \%ѹAp$$hqJ+Yx#8Sם|P'Epn/a︬/=1 CaIFӮk' nsA :~:^hg+1OP ( ;m1^*\+  zEffPd,ȉ6!*-N` u`;?ȯ7WV(H%jF8aZ w_0U9-EW"](ws5ȕ;Ԗ߿  "l_HvK w!$rT9ZSS?@}?RӋ<0Q"BROFʹEJoi6qmn6sGKD[N0Izr4+Eؼ]wy UXdž]95t͔DQIMYK63a50c;EtM*C@-t7 v3&^CR] ]`NFJ(9|öv&aœ x=+E4r* Bd@^Ҏ7,sbb~/JQj{LH%6H>65h8P嚥.h_D`xz,A"G0a̯p ϒN"Lτ0aQ+goeOaqfj7#3|Y)y WyEW%! ? -^_=!cQa)ZC`b|hbtI\wz$TFuI3FX.or.;q<ޠmZeS;lR^  %U8>:@BMI_ .r< ^,FG A=}PPΡ;M2f.ʮا 0YCBl -aHigwDGSlQ7DҨf~fcjmsRKK$rٟRC)(5%9#ZsP6Ą4*9娊(yƀ|M 3ok1bz֧+Z=7IVbuf;+ m睧cnTn~!?i }Ohφ`QqduL{'ɑK ~wm~kr#ps[' '\/f` 5>W[*+`;ٿڪUX9=iQ?}L3錇 ?)wӦE3$ G#bwڛ?BB~Z(-A.f,tnoH@ zn9{Xigb!I zOOdQ]-sku 0\b*X V=cv=Kn˽ߌIQ>Y_P FNyMޕ1`V̓ejɍe,}J2d ,SFu5еsV9Òy2W=SC%8M*_f2[o=se֬O-1/zٮSء|D=lYb}WX pQ.. qokP^~NULi;3aHSO 0blwoph,狔tnRHnÿk.Pi ' %PɃ@M}Yiqe f>c1tpN 1@"%I 4\՗K%;`EC V fY񒷯0xt*a"ڷH\)(@0"V  A AKR)ZE\7e3ܳHζ0MDD {!Oc$˝4Tde<l^{#2Xٙuحs dh$?BT'HS=ȋPUcI>b*.Z-gۼ?*"GS?s-7T KƦs᮳ɩFh7lAHzcUSc@N(GE3e5禝2GpËO[_ ,Zg 62xyrv$bA5ʲ=JFW+xbȢAD𾥒EȒL 8 .%SUe%FCCrZ-Q8)149̹Rٕ|2U55y1?-F o_lȍƅ;RB=EFΙp-luH+#<ť-_Gk$~sVUOep+0$ R3 }ѕ|ex8ݠ3=k!O>/oNMrB3Q+;;tg)u5/qi:lMt`Fnt ٤ҮJ0^ieMm~Ɛpm™nYF 4* ?*D#$<{:S=Nuu,EVXE6YHע[[bz@[չ}5SAUuiuPU80vh7qRVF&>W ;xauuGE5a1ݢUd Yǧ~+BaXy{'cL6GvcZĻ`tD4b\2b\0E* xٵa} )Gz+~^S8rm2MTg{eҩ+bev-33H`0Ѵč* @?>%̆PInnwrDrU75{Y0X1,u$"Ƌ-s/*-t8j@.f@0&ёޓx+ė`8M*?teg-ժzyٞق]\ \S`hd!hM˧&c˘AQOuE*p@'vfG|;Hs#8Jm4%"U1/< k! =]?a_CcPi>Kص6+,kxV NJQվ;>D<*G$'SQT*7Rۖonz fhD276NS8 BmF ^\S~;5Aoh;mkgwh}oNJh%~hfp*TC0 ?bN̟H4ǴHܚآH/rҨMyz9%H8K-jidҍ3ced _e[Szݪ# b篃"4 0!{L%)">.sG[)`c[oH7IWZT;HMo4 ))2[bk"Y{ݴX!{!7 KoU+XBS6=ɦ;)2 pL˂lZ6B!ho@@cXQa- #O- lW]D$;vPG)4l5G>~{[6ҽn{lOD+J(tB˺νl]M'.x3;?2|?,#~|϶ =k$<*G'[ǰ8"E syf'/Wl ^ ˑ ޮJpD!ҩ=<mJOdF=kF<b`igW7 EoëNL!q0TGfI#ls#g\L75Z|G,'\5mn9&֟-%Rή7ϵۆM=OC%?eGy39*3)g4XakMRE"A:.37:t4:k9RžFM &Vhxo{L|[ Tћ*|5Dr nz‡|U`5q4vWmY SH$yd/2J%z;?NKD]{L,sI'aP|=D`Ê8n 2Xa4Zz%2mYR؂"!]?E}\!N2vVĻ0f fƎȳ7B W9$ڙ㲜}nQ[5L|_ဪ kxvҵB}Qm/jTFt4VZdaktM+p bOl/H?{ %/3~rtC|'׉y7IgO0`rk{bرOُy2U[T%61LQWI1O]I'oxZNFpxf 39.E&f#uHt DzaBCJ;5 ѷ_ǭ<9JK<NsR ZE[CM-HxW'{Y4L'fL&G-.V.Y_4ZgHlR̫arE5Š+At+gz7U|aWM _;TLj|I ;^ko\mJRCZ2N ں,TmUik[؎0Mj{ܣ%P 0o$ͷ=(j!%.$  [ӝ&iDŽ.QGdRR;XH/n bHIPLTl]*[r'IG46@ M=:g*>Eu2adV1]R.{~6DsE#ҤS;Ƶ *#KA \H},ҪD6ZCp\M1¼O 6$VFr T9g1KÍ*Lp&Z1bP]gl2>Y%Oכlx-{KJm(HG[P{wࢻ:<[`T S_gs~Në% -J6S5<}qؠ=LۈbM!9RQ \5=c*p;Nf-VE%S)R$/}"wLTnXIQJ+B/E0m\T]s9PyRPE!a@fU+S/c&XAQ 3ʤ^HտzۍQV]|8$oぁ /s'ߧ @@—ZbcAP|ނ߫܇E`(ϦĒ-?R9ƃٸRizuxMbexh؀S{G'?9AHPrDicbcw(Wx7a e\͌]gS.U/( eevrfܸ=:DiyħV/4MsW;P꣏NަtRڙuۘ "$@O0sz02:)k!j^KŰR +f&ÇpGi[;phYGa/7AߌlB]Yo*.%c } MC%AD)ncU|DDTAh#Y7Nf#3wOx \ds2b=u|jό>b<^?9mpH3>mګbNM-p O^.+'6(?ƀAUxw}jlpOGbqgʚ_p0{l"h8p?P6E9 N0#OH'½iQiX# BdQvlؗ0\[7Fg`qz5:Qg\HF {wE_{ZktH@/S(sHpQxDߋe8Pvbɉ)ၰ/0(2@:K0ۡ'R ey[Z0S<)* %d d-  A3x>2EkE-đunN-BМ[z ,07dhd{ , !ޠ<=bci(\ή۞Diӟ؃Οo蛧+cEUHE8=3fχE`1y%8ϟ}϶O> OO@bqvMb\7,N|+НLФPc]볤е5:G>*մ"Y'^Dz% :R=S֠X#qPڂT˘P5p,ʺ)X">D }.Ìtgb`II^4 K#jdUJ3TRvWLNbpYoN%dP6)w:ZD< ^.ӭJcj#5Q;ne\8Ox+Uo.ٮB!LF9*aaE|^-|8R<H%샑`(5A)%@iŲÞ˞&֗6R]S*`=qI+r]MLY1USpA1f.m~  u=k[fyE3Xz#> ^9yO>;_\e9F7  ažc,6hAMNj %Kvij[_Y>rR2%=pxVO*>ºg"X=3gk',(^, O|ka"z+r-Z~P$Mp#p(jIk(4ք4'+PT >azLO+ǎh+D2n\"gԾ>ö 1&:Mi! ^OhJ;\huSV_?? uy q{rh^7)uu@[6iqIuHpQl)tm{|qM=(M1~[41kI>䤭똫D9FM޽Ct[R`Kᷦ3..ժ:GC邅 9Mm}64=! 0Gk2$דJKub P64We}1$ih& |N ‘u=A(rjLQ= ~`Ŝ-ǿB@Sl+w5D()ٻ7 eQh_ &h1P}xD(ui$m3_}gg~?]_'R;3M?6,  QN7fzrTT+Yml>UP?a2,,+׿âzgゞM -qrtNd6A{j0a[E73yi`F6.џEA=߉!u;oe>\\MZmخ{.X5o1"H;R&$9ڙqc$`䮓3D]^;6tyfޥjLٟL)\5s2 5|NYG޼p^KyN-;r2!UbI unQ1^$$o+=QͭܓlS:Ҁ~ڴyǿ{hae~l<,G)ed*wZGT0c)NFnv eW_SEfzi7hL]Ug3*pQt<ۙo "!">&A58~dq}8lL<|(O ŵc]ˌߎK翖mۓ&]T[u"R  GN;SE1lHLV5OV/ :Ny."+أPo?jsaKD8()3@:&u4 CCʚzy<Z YZ