samba-4.17.12+git.455.b299ac1e60-150500.3.20.1<>,ep9|\#C,r=aR65z .VWAGܰGG 틲Ҥr*mlyX[t( vϧF>`coUȾ 8Mq`.)*nxc'oE8gt%aoˤ=X\Mb{!ɭN+W\ؠ&R.}|gTth7D4;IXUT\rDZѺh׭/X/SgY[ 2j[6R;?;d# 1 c *; Qo"+    9 :0AADDDG$i\(jq8jx9n:=>? @BF4GHHdIXYZ[\]^bc\defluvAw\xxy!]z;;;;$;(;,;;;@;H;P;T;X;^;Csamba4.17.12+git.455.b299ac1e60150500.3.20.1A 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.es390zl3aPSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxs390x 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 /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!!{h7i'~`(`x(X` XJZz:;(z*j:**::K0Z,X0:;(Z*Z*[8j:*(zJ 0{:*Z P, } vNs}\fv? 3M G FraJ- JJ A큤큤AAAAAA큤AAAAAAAAAAAAeaeaeaeaeaeaeheee|;ejeieieeieejejejejejejejejejekejejejejejejejejejejejejejejejejejejejejejejejejejejejejejejejejejejejejekekekekekekekeaeaekeaeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeaeaeaeaeeeeeeeeeee08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d8e9a069afc68f0e60a72cf992f87a6a7767c3e76046f3c08be7d9880979fb0e416581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e13b8a6b75d142c2ffa19fa20f321da60712be5974fa6b53e3acb2b5dc3a636f4b974ba578114d3045c506451df03e8e2d4f2c17c17e2fb326dbaf3154df3d31d30edc8e0a8746e4339dd295bac753309b1db0c568c6fe0350070f191bd550bed4f41d1bcc8ba74745a081da3d7ea6d1b7af93f9e0716830b26e066226dd312af6851dc5c7f26fe321862de103e93bf1e7f7a7cee2740846e9147a178467b81c582d35e5b0a46cd09d182d22be7a2707e7c985fd449babd6fdec91212e100b50242b403e759b464400f5b6e758132d428bd16c31eca4c3a32c98d4ea2c4c9f5f7abbd6db0ec1b994ae81350e502a7258bdd0b4200424b19a45e0670c9ed129b3e2fea2ed270441b8444d8684ad17c792f6611e4cd939773e1f7ea05e999ecf31920866e1b8da08ebf26c5bfea2219dcee514525969dc6e3985c9e0a923135e904736a25c5ad7f444c8ad177b2d630e989856bbdbb29c9d2d3b578950152069100fd7a7c95de6d3f8d10e6a09a1f744041f50d48d3ea992810432e4d39d1a01874be39bbcba3f508bb2300fdac995e979c549a59ee74f861b74c291168b23bab0ad294f38b3e86f26c514327460e12f7f22bc5b08863fd3dd7dd3b6cc9a2565f2f88c32bbaca6b31ebfff1fc1c0b04c71ca6a5f61b8dad56de571608ed90f774952f47712599c93222e69af78f7cb04570aef3f33d4de8bb87586ab8b4fc199275f9c0079514e90acfcc9872cf778b7c5c0f11d23cbd4d7ed2e45a95022e1c8fe83d50daa3f153263c9e96df3b3623c787fbc46bd7a04108c63cfd54b8f553c166b9fe7017d9b7b1a18144ffa8b7b7e42b2b4fcc5a5eeb5a4357a17abb5a108055eaae35e801019ef6650d91dd56bcc2d6c48a405c2e730dcfea2317a8ad0ee6429a4c845e9a5b5504cf7ef19612bd6137943ec5a98284ac533470bc6d0fd9d0db1f42bcd78bff00ac27186d7cf82f9943eb39636f470f2beca42a13f605fffc2c0ba95016a2a74b6a8239fee1496400239599dbbea9fa5df0b880f26da4b7b695e34d6abff18f473b0df2bc91833b070579c230fb9fcc015bc4d3a68373277cbf69731edeb7076b7e28862f3b92fbeb87e41d1cdddabbab3800c972551033495d2167af26b2f93fa4562c99813c6e6f56f69b54340c64b6964496731626cc798863513fe65d7f4f906baaf2e8bad4b61e86a74a3146599c4d18fea596a6d0554d1ace184b33b65479f64664e906d7372a688ed97306a0d1932824591b5814c62e0c946eb72e30da6af6697325867c91932be39411d917484823da3e4514cc0bfe8fa4ec4b381f232457e85c367b3ca3a4d3b34a33b1a97eeb59b602521b82c555edc3e506c26f0b04839a81e0df394e5c62ee6ffe4e29ecceb3b88f36f6de5790c4527f091df222088d745cff37a9d6d89a69eb7c107e966f3982ecb31344178cc02fb42ecfd26f49ad764702cd9bd4022346fc1fc564c16b92b4b5fdaabd7a597c4e90d034ef7a7a63b8274932880aaeb9b01a670a58b6335db8758d129788aac00bc67e68ff4aea7dc3f34bad60462eacbd80871780f2ac1a0f1c262d02e3744be71782ed25327c74d0065d1169ac15d2ec58755dbc6bd50d51ca540469dc75b89b73b5068eaacc469d3cebeec9070813d419d350971a6f138aa96d56f92d7264224d63bc9236c7cbdd52ad5f1f2b1f52ea44c463b73ad7a14dfc2c4a1e3e3f15b9b0875893f1386490e89a57962d8f0527b20271215ccda37e058629b06c6704dcc78f24ce73063e51c6793d8b6e487315a55066f751435a5dd76696a446bbd05ba052c0924dd07fd3d70990cffb93acb4a6589041524d3f76acaeda1e2de153f0a59265c276f776a894ceb87f3537c2cc3ab997849dc2076e7623d4dcb8e495f6e3874b49df5a6e3f99891c4f79bc45204146cfd97575482fddc2bce2747077d3f4fe203ad891c4b5720984f0016d5dd8a27b88897a4ec2ecb789e35151a723f55787cf7621d54042fdec8b19f5987892d34ddb1b5583374147abeda71425f987f671eb4cbc212a35fd0b7b27bf9246f905fedec3c3bca89e450a4beb12823826aaf2f11dd7ca4c40f72f85261ef97f3295b85e55bf699b6330e3d8aada85f514e6568f7699a316940145f32fdd7ccd108313dc22f00e7e08e637698a3632d3f322b084eb626540972a5c67d5729b865d1e38111de1898498c28ad2f1e071f67d67e3813a9958dd31f30927bb8f12d2c19279efa35c67ec8d1fd5c70ca37ebff714513efc9227298415bfaf3278e88ae0d82a22dbe1832b4dce8e0c8822b13449da8557b2c0aaef3dd59bad201ca6c9e05ceca8b9cf11edfc1c13add19353907ac95ed0e6395fd232e3c0ab391d8217bda0e5d1c62b19d83fcf96487ac605c9b5b9681e7130b4e870169a23e2e1db63420fedc9ef55e2b700cb84e15708ca4e4dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869ff10c1fd8da09113e41fa1d0651d4f851b4dbeac90b4429d2485b8fa207c8888526b6d075c39b44c01548cf77440f780aa87cb99ddc1dabafe07eb1cb5038051add41758ac4f6de827460d43536c8b8288af0a4ea55e77646a56e19886dac436df9a1897e3fa2fa289eb4514b09286b0158ddcb9ac9c4adec270b8902641728adca57a746855debac234623cc04d6bea60cf826c8d43094a9c981d72133e76156da4afd98ff63b8903de43c02ce0e7d40228aae3e5a956d97b21cb1c7d2f59c6cdef2755641b7447edc1573de39fb01eb94df678074088ad2ca08a073e59a43cc7e6233db75c9cf66b839fe7493859c1bb1081663b133b46a1872a1df0283aca5d4852efe66193164af794f55aaf33f91ee06cd73017c405a1c2e56331dd29f223fb7f60cf4510e4237911bef1d7773ba2465de27f890b7dbd3e461a9023e7994653f3b296ee82ed3668ae4bc34eeb4af8d5ff1971414b5ab31c5511da6aafb1715844558bb06e79b75c778c5b8c7075516a273bbde6cedb51f4e8d1bcb461c2b708247b88b27504f62a3b1d9981c506a9c4e589d33ec4e2a43be8b829e29f68a73d0877500f98d678afb703b3bd6fce691cfdc7cc24139be98b1018872ea2d4edf9e2328f751428e5bb45f9ea8b64df92ca19bdb7a703f7fc49001f59a744886b305f77538126a66f93dd2b9f1270f48c4db5a438ed27d4a8a78a198a77b3bd63781a85d79ddc7aecf9c9d0d184457c6b55f63bf65773aa873f71100f51b98d5afa879bbf6b5b61776656a95b6dbca6d515da9858fe0ff3bc01671dc53ac0cdd1e5e72874ff87f5c2d66aa5d7c23f50e4a569a58d0c384541c6729ad7cc41a40d3c350dc1bac22a78b0e4b683ddb92f433be8d8e035a1215edfc5b1e6453fd843239061f2fad158f210add143bcebec520bdb16f772ac003bc3dbab1bb5d56c24cfabf2f3d9c2399d636264c0476f84a2377afb678119478a98841c6646af5310b5a8d390246838ecc26e53f71901c6a8ecaee06c53b897397e941b2fdb6ebcce22e6b01b26bfae73f52d69cf64762461a781b2f72d9e72cd9875bd4c81baed9c402d8257fbfe5fb603fb5d876421217fcbc6c3f00c3e2eb8eac1f60816c6eaccbacbd02472251d70a41fa14fcd0609751c6f305789eeb8e1d1e221afe3007f021885ef8a7adb19614de3036acf25fc4caaf778b097f09cd4ab559a0c781db327c25611293e80b23f41444a7f3308c95ed916e4425b6c2c3bdaa62aca3083c3763e39a93d22163124c650d78ac77570cd0346c0a819afdcc94c34c79c74d49d0aa264c07078a748176caba9a1f8afe325aa26c74d0a8fe6b1754d251999271679e160b323a80e202ae9f96d34a442465d3ba30382c1d37121915c2fc24fe622969786d4864c38364b468e0a533e424eb7fceaeb6c7449b9161a6c79cdbdbeb3d8329ae92e92564fd261d3d94ce30472a1d4e278fa94056c7ac5763569e1a3e473a40702e219b33f9d381bfcdf1cda39396dfd80a7434b363c247709f85c943ac0a8dad3cd46dfafe27cd7641ccb416f937c2dfc7558d2a8dcf0476d6256db2fdc9f7a931a763bbd93c56a5dfb1ce65e3b75528f473c652a0ac0b75bd486578e2789848ac9bff2d23b72e649a27ec240053e11b985dab011086b213fddebe43493a3e70acdf8b20b559503797f24e2b2493ecf0bb2d5af3fe16c8ff62f3e4251e2f679fdfef50a7b6395c1a29304de8622ee150d112693c1f4540d519da2bf883a4896595a6b615b6602e3945a37395e7971ba9e62549a184447318402d730cb9991333d0fd18970ab5c220cb87163ee317e09003d73e613bae981fbb184706e1acdca0355033403c7ba3ac7c98193c5b3708bde7d4218fdf71b78c9ed52fe9cd6501d080f1ad65f41a0616f42376ccb8774a4f3f6e4b3156e1162d0549201fd574ff708b05163418896fc30ced0fefc89277ab57c0a64e8f86877ba49230feddf6b20132691ecab60bc686f3c6a3bf0123e4786d9a7e82af7606ed5af50ad8586ea90e3080e80730c7782a9330b78f0495db60200e6961c4a6a432d97d958c89ca449cc14e95e48f2d2ef83b9b83a6e8dbc9500efcb77488328f3cbb49807db45b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0bc22ec66b5eed8e11185b5c433d3d459124a0ee9e1bbc638b5250debec720860serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.17.12+git.455.b299ac1e60-150500.3.20.1.src.rpmconfig(samba)group(ntadmin)group(ntadmin)sambasamba(s390-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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libRPC-WORKER-samba4.so()(64bit)libRPC-WORKER-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.1)(64bit)libc.so.6(GLIBC_2.2.3)(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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamdb.so.0()(64bit)libsamdb.so.0(SAMDB_0.0.1)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.17.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_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.12_GIT.455.B299AC1E60150500.3.20.1SUSE_OS15.0_S390X_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsystem-user-nobodysysuser-shadowsysuser-shadow4.17.12+git.455.b299ac1e60-150500.3.20.13.0.4-14.6.0-14.0-15.2-14.17.12+git.455.b299ac1e603.24.14.3ez@e[J@e6`@eSd@d.@dd-@d@dd@d6@d@d @cvcvc@c@c @c@cctc5cM@b@b@b@ba@bascabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.deddiss@suse.comddiss@suse.comddiss@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comscabrero@suse.denopower@suse.comddiss@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comddiss@suse.comddiss@suse.comnopower@suse.comnopower@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comddiss@suse.comscabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comjengelh@inai.dedmulder@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.dedmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.dejmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Add new idmap_nss option 'use_upn' for those NSS modules able to handle UPNs or DOMAIN/user name format; (bsc#1215369); - Avoid unnecessary locking in idmap parent setup; (bsc#1215369);- Add "net offlinejoin composeodj" command; (bsc#1214076);- Update to samba 4.17.12 * Weird filename can cause assert to fail in openat_pathref_fsp_nosymlink(); (bso#15419); * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420); * Missing return in reply_exit_done(); (bso#15430); * TREE_CONNECT without SETUP causes smbd to use uninitialized pointer; (bso#15432); * Improve GetNChanges to address some (but not all "Azure AD Connect") syncronisation tool looping during the initial user sync phase; (bso#15401); * Samba replication logs show (null) DN; (bso#15407); * Spotlight sometimes returns no results on latest macOS; (bso#15342); * Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to remove the destination; (bso#15417); * Spotlight results return wrong date in result list; (bso#15427); * macOS mdfind returns only 50 results; (bso#15463); * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346); * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441); * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446); * File doesn't show when user doesn't have permission if aio_pthread is loaded; (bso#15453); * net ads lookup (with unspecified realm) fails; (bso#15384); (bsc#1213826); * Regression DFS not working with widelinks = true; (bso#15435); (bsc#1213607); * ctdb_killtcp fails to work with --enable-pcap and libpcap 1.9.1; (bso#15451); * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449); * Windows client join fails if a second container CN=System exists somewhere; (bso#9959); - Fix crossing automounter mount points; (bsc#1215212);- CVE-2023-4091: samba: Client can truncate file with read-only permissions; (bsc#1215904); (bso#15439). - CVE-2023-42669: samba: rpcecho, enabled and running in AD DC, allows blocking sleep on request; (bso#1215905); (bso#15474). - CVE-2023-42670: samba: The procedure number is out of range when starting Active Directory Users and Computers; (bsc#1215906); (bso#15473). - CVE-2023-3961: samba: Unsanitized client pipe name passed to local_np_connect(); (bsc#1215907); (bso#15422). - CVE-2023-4154: samba: dirsync allows SYSTEM access with only "GUID_DRS_GET_CHANGES" right, not "GUID_DRS_GET_ALL_CHANGES; (bsc#1215908); (bso#15424).- Fix DFS not working with widelinks enabled; (bsc#1213607); (bso#15435);- Move libcluster-samba4.so from samba-libs to samba-client-libs; (bsc#1213940);- net ads lookup with unspecified realm fails; (bso#15384); (bsc#1213826);- secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384).- CVE-2022-2127: lm_resp_len not checked properly in winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174). - CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173). - CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172). - CVE-2023-34968: Spotlight server-side Share Path Disclosure; (bso#15388); (bsc#1213171). - CVE-2023-3347: Samba doesn't require SMB2+ signing if `server signing = mandatory` is set; (bso#15397); (bsc#1213170).- Update to 4.17.9 * Backport --pidl-developer fixes; (bso#15404). * smbd_scavenger crashes when service smbd is stopped; (bso#15275). * vfs_fruit might cause a failing open for delete; (bso#15378). * named crashes on DLZ zone update; (bso#14030). * winbind recurses into itself via rpcd_lsad; (bso#15361). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * winbindd gets stuck on NT_STATUS_RPC_SEC_PKG_ERROR; (bso#15413). * smbget memory leak if failed to download files recursively; (bso#15403).- Update to 4.17.8 * log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower; (bso#15302). * Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c; (bso#15306). * test_tstream_more_tcp_user_timeout_spin fails intermittently on Rackspace GitLab runners; (bso#15328). * Reduce flapping of ridalloc test; (bso#15329). * large_ldap test is unreliable; (bso#15351). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * mdssvc may crash when initializing; (bso#15354). * Large directory optimization broken for non-lcomp path elements; (bso#15313). * streams_depot fails to create streams; (bso#15357). * shadow_copy2 and streams_depot don't play well together; (bso#15358). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * winbindd idmap child contacts the domain controller without a need; (bso#15317). * idmap_autorid may fail to map sids of trusted domains for the first time; (bso#15318). * idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings; (bso#15319). * net ads search -P doesn't work against servers in other domains; (bso#15323). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Setting veto files = /.*/ break listing directories; (bso#15360); (bsc#1212375). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). * dsgetdcname: assumes local system uses IPv4; (bso#15325).- Update to 4.17.7 * CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext; (bso#15315); (bsc#1209481). * CVE-2023-0225: Samba AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users; (bso#15276); (bsc#1209483). * CVE-2023-0614: samba: Access controlled AD LDAP attributes can be discovered; (bso#15270); (bsc#1209485). * large_ldap test is inefficient; (bso#15332). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). - Update to 4.17.6 * streams_xattr is creating unexpected locks on folders; (bso#15314). * Use of the Azure AD Connect cloud sync tool is now supported for password hash synchronisation, allowing Samba AD Domains to synchronise passwords with this popular cloud environment; (bso#10635). * Spotlight doesn't work with latest macOS Ventura; (bso#15299). * New samba-dcerpc architecture does not scale gracefully; (bso#15310). * vfs_ceph incorrectly uses fsp_get_io_fd() instead of fsp_get_pathref_fd() in close and fstat; (bso#15307). * With clustering enabled samba-bgqd can core dump due to use after free; (bso#15293). * fd_load() function implicitly closes the fd where it should not; (bso#15311). - Update to 4.17.5 * smbc_getxattr() return value is incorrect; (bso#14808). * Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled correctly; (bso#15172). * synthetic_pathref AFP_AfpInfo failed errors; (bso#15210). * samba-tool gpo listall fails IPv6 only - finddcs() fails to find DC when there is only an AAAA record for the DC in DNS; (bso#15226). * smbd crashes if an FSCTL request is done on a stream handle; (bso#15236). * DFS links don't work anymore on Mac clients since 4.17; (bso#15277). * vfs_virusfilter segfault on access, directory edgecase (accessing NULL value); (bso#15283). * CVE-2022-38023 [SECURITY] Samba should refuse RC4 (aka md5) based SChannel on NETLOGON (additional changes); (bso#15240). * %U for include directive doesn't work for share listing (netshareenum); (bso#15243). * Shares missing from netshareenum response in samba 4.17.4; (bso#15266). * ctdb: use-after-free in run_proc; (bso#15269). * irpc_destructor may crash during shutdown; (bso#15280). * auth3_generate_session_info_pac leaks wbcAuthUserInfo; (bso#15286). * smbclient segfaults with use after free on an optimized build; (bso#15268). * smbstatus leaking files in msg.sock and msg.lock; (bso#15282). * Leak in wbcCtxPingDc2; (bso#15164). * Access based share enum does not work in Samba 4.16+; (bso#15265). * Crash during share enumeration; (bso#15267). * rep_listxattr on FreeBSD does not properly check for reads off end of returned buffer; (bso#15271). * Avoid relying on C89 features in a few places; (bso#15281).- Make (32bit) samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Make samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Remove non functioning ifup/ifdown samba-winbindd scripts; (bsc#1207414).- 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.- Change with_dc default to 0 (for non TW builds), ADDC feature is deprecated and will no longer be included in >= SLE15-SP5; (jsc#PED-1122).- 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- 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);- Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689);- Update to 4.15.12 * CVE-2022-42898: samba: heimdal: Samba buffer overflow vulnerabilities on 32-bit systems; (bso#15203); (bsc#1205126). - Update to 4.15.11 * Allow rebuild of Centos 8 images after move to vault for Samba 4.15; (bso#15193). * CVE-2022-3437: samba: Buffer overflow in Heimdal unwrap_des3(); (bso#15134); (bsc#1204254)- Update to 4.15.10 * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128); (bsc#1200102). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Spotlight RPC service returns wrong response when Spotlight is disabled on a share; (bso#15086). * 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). * Missing READ_LEASE break could cause data corruption; (bso#15148). * rpcclient can crash using setuserinfo(2); (bso#15124). * Samba fails to build with glibc 2.36 caused by including in libreplace; (bso#15132). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * samba-tool domain join segfault when joining a samba ad domain; (bso#15078). - Update to 4.15.9 * CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). * CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- CVE-2022-1615: Do not ignore errors in random number generation; (bso#15103); (bsc#1202976); - CVE-2022-32743: Implement validated dnsHostName write rights; (bso#14833); (bsc#1202803);- Fix Use after free when iterating smbd_server_connection->connections after tree disconnect failure; (bso#15128); (bsc#1200102).- CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). - CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). - CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); - CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). - CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- Update to 4.15.8 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * Setting fruit:resource = stream in vfs_fruit causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * netgroups support removed; (bso#15087); (bsc#1199247); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); (bsc#1199734); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * Compile error in source3/utils/regedit_hexedit.c; (bso#15091); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * smbd doesn't handle UPNs for looking up names; (bso#15054); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Fix smbclient commands del & deltree failing with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556).- Revert NIS support removal; (bsc#1199247);- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Add missing samba-client requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.7 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES in SMBC_server_internal; (bso#14983); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Crash of winbind on RODC; (bso#14641); * uncached logon on RODC always fails once; (bso#14865); * KVNO off by 100000; (bso#14951); * LDAP simple binds should honour "old password allowed period"; (bso#15001); * wbinfo -a doesn't work reliable with upn names; (bso#15003); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * Regression: create krb5 conf = yes doesn't work with a single KDC; (bso#15016);- Add provides to samba-client-libs package to fix upgrades from previous versions; (bsc#1197995);- Add missing samba-libs requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- 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- Fix 'net rpc' authentication when using the machine account; (bsc#1189017); (bso#14796);- Fix dependency problem upgrading from libndr0 to libndr1; (bsc#1189875); - Fix dependency problem upgrading from libsmbldap0 to libsmbldap2; (bsc#1189875); - Fix wrong kvno exported to keytab after net ads changetrustpw due to replication delay; (bsc#1188727); - Add Certificate Auto Enrollment Policy; (jsc#SLE-18456). - Update to 4.13.10 * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * Take a copy to make sure we don't reference free'd memory; (bso#14721); * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722); * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736); * samba-tool: Give better error information when the 'domain backup restore' fails with a duplicate SID; (bso#14575); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750); * smbXsrv_{open,session,tcon}: Protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752); * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027); * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669); - Update to 4.13.9 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * Add documentation for dsdb_group_audit and dsdb_group_json_audit to "log level", synchronise "log level" in smb.conf with the code; (bso#14689); * Fix smbd panic when two clients open same file; (bso#14672); * Fix memory leak in the RPC server; (bso#14675); * s3: smbd: Fix deferred renames; (bso#14679); * s3-iremotewinspool: Set the per-request memory context; (bso#14675); * rpc_server3: Fix a memleak for internal pipes; (bso#14675); * third_party: Update socket_wrapper to version 1.3.2; (bso#11899); * third_party: Update socket_wrapper to version 1.3.3; (bso#14639); * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663); * Fix the build on OmniOS; (bso#14288); - Update to 4.13.8 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571 - Update to 4.13.7 * Release with dependency on ldb version 2.2.1.- CVE-2021-20254 Buffer overrun in sids_to_unixids(); (bnc#14571); (bsc#1184677).- Fix offline domain backup not possible using lmdb version >= 0.9.26; (bso#14676); - Require libldb >= 2.2.1; (bsc#1183572); (bsc#1183574); - Update to 4.13.6 * CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). * CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). - Update to 4.13.5 * s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure; (bso#14634); * s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed on temp proxy connection; (bso#13992); * smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services; (bso#14604); * dbcheck: Check Deleted Objects and reduce noise in reports about expired tombstones (bso#14593); * s3: Fix fcntl waf configure check; (bso#14503); * s3/auth: Implement "winbind:ignore domains"; (bso#14602); * smbd: Use fsp->conn->session_info for the initial delete-on-close token; (bso#14617); * s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path; (bso#14648); * classicupgrade: Treat old never expires value right; (bso#14624); * g_lock: Fix uninitalized variable reads; (bso#14636); * s3:pysmbd: Fix fd leak in py_smbd_create_file(); (bso#13898); * lib:util: Avoid free'ing our own pointer; (bso#14625); * HEIMDAL: krb5_storage_free(NULL) should work; (bso#12505);- Spec file fixes around systemd and requires; (bsc#1182830); - Align systemd service unit files with upstream provided ones.- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594);- Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388);- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bso#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bso#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bso#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bso#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bso#14590); + samba process does not honor max log size; (bso#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bso#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bso#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bso#14486); + smbclient: Fix recursive mget; (bso#14517); + clitar: Use do_list()'s recursion in clitar.c; (bso#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bso#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bso#14573); + interface: Fix if_index is not parsed correctly; (bso#14514);- Update to 4.13.2 + s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return; (bso#14486); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471); + smb.conf.5: Add clarification how configuration changes reflected by Samba; (bso#14538); + daemons: Report status to systemd even when running in foreground; (bso#14552); + DNS Resolver: Support both dnspython before and after 2.0.0; (bso#14553); + s3-vfs_glusterfs: Refuse connection when write-behind xlator is present; (bso#14486); + provision: Add support for BIND 9.16.x; (bso#14487); + ctdb-common: Avoid aliasing errors during code optimization; (bso#14537); + libndr: Avoid assigning duplicate versions to symbols; (bso#14541); + docs: Fix default value of spoolss:architecture; (bso#14522); + winbind: Fix a memleak; (bso#14388); + s4:dsdb:acl_read: Implement "List Object" mode feature; (bso#14531); + docs-xml/manpages: Add warning about write-behind translator for vfs_glusterfs; (bso#14486); + nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. + vfs_shadow_copy2: Avoid closing snapsdir twice; (bso#14530); + third_party: Update resolv_wrapper to version 1.1.7; (bso#14547); + examples:auth: Do not install example plugin; (bso#14550); + ctdb-recoverd: Drop unnecessary and broken code; (bso#14513); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471);- Adjust smbcacls '--propagate-inheritance' feature to align with upstream; (bsc#1178469).- Update to samba 4.13.1 + CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily crafted records; (bsc#1177613); (bso#14472); + CVE-2020-14323: Unprivileged user can crash winbind; (bsc#1173994); (bso#14436); + CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify; (bsc#1173902); (bso#14434); - Adjust systemd tmpfiles.d configuration, use /run/samba instead of /var/run/samba; (bsc#1177355);- Fix vfs_ceph query_directory regression; (bso#14519) - Drop liburing-devel for SLE15-SP2; (bsc#1177245)- Register CTDB recovery lock holder with ceph-mgr - Add liburing-devel dependency- Update to samba 4.13.0 + Require Python 3.6 + Move wide links functionality into VFS module + Deprecate NT4-like 'classic' Samba domain controllers + Deprecate SMBv1 only protocol options + Remove deprecated "ldap ssl ads" option + Unify asynchronous DCE-RPC server; (jsc#SES-645) + Replay multichannel lease break requests; (bso#11897); (jsc#SES-655) + Drop internal byteorder.h header from util-devel package + Remove final code for the AD DC LDAP backend + Add AD DC Group Policy Scripts + Only use gnutls_aead_cipher_encryptv2() for GnuTLS > 3.6.14; (bso#14399) + Fix %U substitutions if it contains a domain name; (bso#14467) + Fix krb5.conf creation for 'net ads join'; (bso#14479) + Fix build problem if libbsd-dev is not installed; (bso#14482) + Toggle vfs_snapper using "--with-shared-modules"; (bso#14437) + Fix idmap_ad RFC4511 response handling; (bso#14465) + Fix panic in get_lease_type(); (bso#14428)- Update to samba 4.11.13 + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497); - Update to samba 4.11.12 + s3: libsmb: Fix SMB2 client rename bug to a Windows server; (bso#14403); + dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7; (bso#14424); + dbcheck: Allow a dangling forward link outside our known NCs; (bso#14450); + lib/debug: Set the correct default backend loglevel to MAX_DEBUG_LEVEL; (bso#14426); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + lib/util: do not install "test_util_paths"; (bso#14370); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + util: Allow symlinks in directory_create_or_exist; (bso#14166); + docs: Fix documentation for require_membership_of of pam_winbind; (bso#14358); + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- Update to samba 4.11.11 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159] + CVE-2020-10745: invalid DNS or NBT queries containing dots use several seconds of CPU each; (bso#14378); (bsc#1173160). + CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP server with paged_result or VLV; (bso#14402); (bsc#1173161) + CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359). - Update to samba 4.11.10 + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374). + vfs_shadow_copy2 doesn't fail case looking in snapdirseverywhere mode; (bso#14350) + ldb_ldap: Fix off-by-one increment in lldb_add_msg_attr; (bso#14413). + Malicous SMB1 server can crash libsmbclient; (bso#14366) + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382) + ldb: Bump version to 2.0.11, LMDB databases can grow without bounds. (bso#14330) - Update to samba 4.11.9 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14242). + 'samba-tool group' commands do not handle group names with special chars correctly; (bso#14296). + smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not valid; (bso#14237). + Missing check for DMAPI offline status in async DOS attributes; (bso#14293). + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307). + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316) + smbd mistakenly updates a file's write-time on close; (bso#14320). + RPC handles cannot be differentiated in source3 RPC server; (bso#14359). + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313). + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327). + Fix fruit:time machine max size on arm; (bso#13622) + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294). + ctdb: Fix a memleak; (bso#14348). + libsmb: Don't try to find posix stat info in SMBC_getatr(). + ctdb-tcp: Move free of inbound queue to TCP restart; (bso#14295); (bsc#1162680). + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); (bsc#1169095) + s3:libads: Fix ads_get_upn(); (bso#14336). + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294) + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680). + ctdb-recoverd: Avoid dereferencing NULL rec->nodemap; (bso#14324) - Update to samba 4.11.8 + CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850); + CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - Update to samba 4.11.7 + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239). + s3: VFS: full_audit. Use system session_info if called from a temporary share definition; (bso#14283) + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + ldb: version 2.0.9, Samba 4.11 and later give incorrect results for SCOPE_ONE searches; (bso#14270) + auth: Fix CIDs 1458418 and 1458420 Null pointer dereferences; (bso#14247). + smbd: Handle EINTR from open(2) properly; (bso#14285) + winbind member (source3) fails local SAM auth with empty domain name; (bso#14247) + winbindd: Handling missing idmap in getgrgid(); (bso#14265). + lib:util: Log mkdir error on correct debug levels; (bso#14253). + wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9; (bso#14266). + ctdb-tcp: Make error handling for outbound connection consistent; (bso#14274). - Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209). + vfs_ceph_snapshots: Fix root relative path handling; (bso#14216); (bsc#1141320). + Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero; (bso#14209). + source4/utils/oLschema2ldif: Include stdint.h before cmocka.h; (bso#14218). + docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc; (bso#14122). + smbd: Fix the build with clang; (bso#14251). + upgradedns: Ensure lmdb lock files linked; (bso#14199). + s3: VFS: glusterfs: Reset nlinks for symlink entries during readdir; (bso#14182). + smbc_stat() doesn't return the correct st_mode and also the uid/gid is not filled (SMBv1) file; (bso#14101). + librpc: Fix string length checking in ndr_pull_charset_to_null(); (bso#14219). + ctdb-scripts: Strip square brackets when gathering connection info; (bso#14227).- Add libnetapi-devel to baselibs conf, for wine usage; (bsc#1172307);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- Fix samba_winbind package is installing python3-base without python3 package; (bsc#1169521);- Require libldb2 >= 2.0.10 after security release.- CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850);- Fix smbclient crash with double free (with unresolved krb5 credential cache); (bso#14344); (bsc#1169095).- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- CTDB doesn't retry outgoing connections on bind (and some other) failures; (bso#14274); (bsc#1162680).- Revert: Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Fix nmbstatus not reporting detailed information about workgroups; (bsc#1159464); - Fix querying all names registered within broadcast area; (bso#8927);- Update to samab 4.11.5 + CVE-2019-14902: Replication of ACLs down subtree on AD Directory is not automatic; (bso#12497); (bsc#1160850). + CVE-2019-19344: Fix server crash with dns zone scavenging = yes; (bso#14050); (bsc#1160852). + CVE-2019-14907: server-side crash after charset conversion failure (eg during NTLMSSP processing); (bso#14208); (bsc#1160888). - Update to samba 4.11.4 + Ensure SMB1 cli_qpathinfo2() doesn't return an inode number; (bso#14161). + Ensure we don't call cli_RNetShareEnum() on an SMB1 connection; (bso#14174). + NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in SMBC_opendir_ctx; (bso#14176). + SMB2 - Ensure we use the correct session_id if encrypting an interim response; (bso#14189). + Prevent smbd crash after invalid SMB1 negprot; (bso#14205). + printing: Fix %J substition; (bso#13745). + Remove now unneeded call to cmdline_messaging_context(); (bso#13925). + Fix incomplete conversion of former parametric options; (bso#14069). + Fix sync dosmode fallback in async dosmode codepath; (bso#14070). + vfs_fruit returns capped resource fork length; (bso#14171). + libnet_join: Add SPNs for additional-dns-hostnames entries; (bso#14116). + smbd: Increase a debug level; (bso#14211). + Prevent azure ad connect from reporting discovery errors reference-value-not-ldap-conformant; (bso#14153). + krb5_plugin: Fix developer build with newer heimdal system library; (bso#14179). + replace: Only link libnsl and libsocket if required; (bso#14168); + ctdb: Incoming queue can be orphaned causing communication; breakdown; (bso#14175). + ldb: Release ldb 2.0.8. Cross-compile will not take cross-answers or cross-execute; (bso#13846). + heimdal-build: Avoid hard-coded /usr/include/heimdal in asn1_compile-generated code; (bso#13856).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Update to samba 4.11.3 + CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). + CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). - CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094);- CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040); (bsc#1154598); - CVE-2019-10218: Client code can return filenames containing path separators; (bso#14071); (bsc#1144902);- CVE-2019-14833: samba: Accent with "check script password" Samba AD DC check password script does not receive the full password; (bso#12438); (bsc#1154289).- Update to samba 4.11.0 + For details on all items see WHATSNEW.txt in samba-doc package + Python2 runtime support removed; python 3.4 or later required + Security improvements: - SMB1 disabled by default - lanman and plaintext authentication deprecated - winbind: PAM_AUTH and NTLM_AUTH events logged - GnuTLS 3.2 required; system FIPS mode setting honored + CephFS Snapshot integration, exposed as previous file versions + ctdb changes: - onnode -o option removed - ctdbd logs when using more than 90% of a CPU thread - CTDB_MONITOR_SWAP_USAGE variable removed + AD Domain controller improvements: - Upgrade AD databse format - BIND9_FLATFILE deprecated - default process model chagned to prefork - bind9 dns operation duration logging - Default schema updated to 2012_R2; function level is unchanged - many performance improvements + Configuration webserver support removed- Fix broken username/password authentication with CUPS and smbspool; (bsc#1152143); (bso#14128).- Fix auth problems when printing via smbspool backend with kerberos; (bnc#1148539); (bso#13832).- Update to samba 4.10.8 + CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267);- Fix build on newer systems by modifying samba.spec to use consistent non-relative paths for pammodules in configure line and specification of pam_winbind.so library to package.- Update to samba 4.10.7 + Unable to create or rename file/directory inside shares configured with vfs_glusterfs_fuse module; (bso#14010). + build: Allow build when '--disable-gnutls' is set; (bso#13844) + samba-tool: Add 'import samba.drs_utils' to fsmo.py; (bso#13973). + Fix 'Error 32 determining PSOs in system' message on old DB with FL upgrade; (bso#14008). + s4/libnet: Fix joining a Windows pre-2008R2 DC; (bso#14021) + join: Use a specific attribute order for the DsAddEntry nTDSDSA object; (bso#14046). + vfs_catia: Pass stat info to synthetic_smb_fname(); (bso#14015). + lookup_name: Allow own domain lookup when flags == 0; (bso#14091). + s4 librpc rpc pyrpc: Ensure tevent_context deleted last; (bso#13932). + DEBUGC and DEBUGADDC doesn't print into a class specific log file; (bso#13915). + Request to keep deprecated option "server schannel", VMWare Quickprep requires "auto"; (bso#13949). + dbcheck: Fallback to the default tombstoneLifetime of 180 days; (bso#13967). + dnsProperty fails to decode values from older Windows versions; (bso#13969). + samba-tool: Use only one LDAP modify for dns partition fsmo role transfer; (bso#13973). + third_party: Update waf to version 2.0.17; (bso#13960). + netcmd: Allow 'drs replicate --local' to create partitions; (bso#14051). + ctdb-config: Depend on /etc/ctdb/nodes file; (bso#14017).- CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- Update samba-winbind script to work with systemd; (bsc#1132739); - Drop samba dhcpcd hook scripts - Update to samba 4.10.6 + s3: winbind: Fix crash when invoking winbind idmap scripts; (bso#13956). + smbd does not correctly parse arguments passed to dfree and quota scripts; (bso#13964). + samba-tool dns: use bytes for inet_ntop; (bso#13965). + samba-tool domain provision: Fix --interactive module in python3; (bso#13828). + ldb_kv: Skip @ records early in a search full scan; (bso#13893). + docs: Improve documentation of "lanman auth" and "ntlm auth" connection; (bso#13981). + python/ntacls: Use correct "state directory" smb.conf option instead of "state dir"; (bso#14002). + registry: Add a missing include; (bso#13840). + Fix SMB guest authentication; (bso#13944). + AppleDouble conversion breaks Resourceforks; (bso#13958). + vfs_fruit makes direct use of syscalls like mmap() and pread(); (bso#13968). + s3:mdssvc: Fix flex compilation error; (bso#13987). + s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly; (bso#13872). + dsdb:samdb: schemainfo update with relax control; (bso#13799). + s3:util: Move static file_pload() function to lib/util; (bso#13964). + smbd: Fix a panic; (bso#13957). + ldap server: Generate correct referral schemes; (bso#12478). + s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_value; (bso#13941). + s4 dsdb: Fix use after free in samldb_rename_search_base_callback; (bso#13942). + dsdb/repl: we need to replicate the whole schema before we can apply it; (bso#12204). + ldb: Release ldb 1.5.5; (bso#12478). + Schema replication fails if link crosses chunk boundary backwards; (bso#13713). + 'samba-tool domain schemaupgrade' uses relax control and skips the schemaInfo update provision; (bso#13799). + dsdb_audit: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."; (bso#13916). + python/ntacls: We only need security.SEC_STD_READ_CONTROL in order to get the ACL; (bso#13917). + s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundary; (bso#13947). + Using Kerberos credentials to print using spoolss doesn't work; (bso#13939). + wafsamba: Use native waf timer; (bso#13998). + ctdb-scripts: Fix tcp_tw_recycle existence check; (bso#13984).- Update to samba-4.10.5 (including updates for 4.10.4, 4.10.3) + CVE-2019-12435 rpc/dns: Avoid NULL deference if zone not found in DnssrvOperation2; (bso#13922); (bsc#1137815). + CVE-2019-12436 dsdb/paged_results: Ignore successful results without messages; (bso#13951); (bsc#1137816). - Update to samba-4.10.4 + s3: SMB1: Don't allow recvfile on stream fsp's; (bso#13938). + py/provision: Fix for Python 2.6; (bso#13882). + netcmd: Fix 'passwordsettings --max-pwd-age' command; (bso#13873). + s3-libnet_join: 'net ads join' to child domain fails when using "-U admin@forestroot"; (bso#13861). + vfs_ceph: Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245). + vfs_ceph: Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). + ctdb-common: Avoid race between fd and signal events; (bso#13895). + ctdb-common: Fix memory leak in run_proc; (bso#13943). + lib: Initialize getline() arguments; (bso#13892). + winbind: Fix overlapping id ranges; (bco#13903). + lib util debug: Increase format buffer to 4KiB; (bso#13902). + nsswitch pam_winbind: Fix Asan use after free; (bso#13927). + s4 lib socket: Ensure address string owned by parent struct; (bso#13929). + s3 rpc_client: Fix Asan stack use after scope; (bso#13936). + s3:smbd: Handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFO; (bso#10097). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#10344). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#12845). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#13698). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#13796). + dbcheck: Fix the err_empty_attribute() check; (bso#13843). + vfs_snapper: Drop unneeded fstat handler; (bso#13858). + vfs_default: Fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE check; (bso#13862). + smb2_server: Grant all 8192 credits to clients; (bso#13863). + smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling; (bso#13919). + s3/vfs_glusterfs: Dynamically determine NAME_MAX; (bso#13872). + s3: modules: ceph: Use current working directory instead of share path; (bso#13918); (bsc#1134452). + winbind: Use domain name from lsa query for sid_to_name cache entry; (bso#13831). + memcache: Increase size of default memcache to 512k; (bso#13865). + docs: Update smbclient manpage for "--max-protocol"; (bso#13857). + s3:utils: If share is NULL in smbcacls, don't print it; (bso#13937). + s3:smbspool: Fix regression printing with Kerberos credentials; (bso#13939). + ctdb-scripts: CTDB restarts failed NFS RPC services by hand, which is incompatible with systemd; (bso#13860). + ctdb-daemon: Revert "We can not assume that just because we could complete a TCP handshake"; (bso#13888). + ctdb-daemon: Never use 0 as a client ID; (bso#13930). + ctdb-common: Fix memory leak; (bso#13943). + s3:debug: Enable logging for early startup failures; (bso#13904) - Update to samba-4.10.3 + CVE-2018-16860: Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum; (bso#13685); (bsc#1134024).- CVE-2019-12435: zone operations can crash rpc server; (bso#13922); (bsc#1137815).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- Update to samba-4.10.2: + CVE-2019-3870 (World writable files in Samba AD DC private/ dir); (bso#13834). + CVE-2019-3880 (Save registry file outside share as unprivileged user); (bso#13851). + py/kcc_utils: py2.6 compatibility; (bso#13837). + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869). + regfio: Improve handling of malformed registry hive files; (bso#13840). + ctdb-version: Simplify version string usage; (bso#13789). + lib: Make fd_load work for non-regular files; (bso#13859). + dbcheck: in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816). + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818). + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854). + acl_read: Fix regression for empty lists; (bso#13836). + s4:dlz make b9_has_soa check dc=@ node; (bso#13841). + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832). + s4:librpc: Fix installation of Samba; (bso#13847). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853). * ctdb-build: Drop creation of .distversion in tarball; (bso#13789). * ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838). - Update to samba-4.10.1: + py/kcc_utils: py2.6 compatibility; (bso#13837); + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869); + regfio: Improve handling of malformed registry hive files; (bso#13840); + ctdb-version: Simplify version string usage; (bso#13789); + lib: Make fd_load work for non-regular files; (bso#13859); + dbcheck in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816); + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818); + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854); + acl_read: Fix regression for empty lists; (bso#13836); + s4:dlz make b9_has_soa check dc=@ node; (bso#13841); + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832); + s4:librpc: Fix installation of Samba; (bso#13847); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853); + ctdb-build: Drop creation of .distversion in tarball; (bso#13789); + ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838); - Update to samba-4.10.0: + s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s4/scripting/bin: Open unicode files with utf8 encoding and write + unicode string. + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813); + passdb: Update ABI to 0.27.2. + lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813); + lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);- MacOS credit accounting breaks with async SESSION SETUP; (bsc#1125601); (bso#13796). - Mac OS X SMB2 implmenetation sees Input/output error or Resource temporarily unavailable and drops connection; (bso#13698)- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- CVE-2019-3870 pysmbd: missing restoration of original umask after umask(0); (bso#13834); (bsc#1130703);- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shsamba-32bitsamba-gplv3s390zl3a 1704181926  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.17.12+git.455.b299ac1e60-150500.3.20.14.17.12+git.455.b299ac1e60-150500.3.20.14.17.12+git.455.b299ac1e60-150500.3.20.14.17.12+git.455.b299ac1e604.17.12+git.455.b299ac1e60 sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesamba.confsambaauthunix.soconfigldbrpcrpcd_classicrpcd_epmapperrpcd_fsrvprpcd_lsadrpcd_mdssvcrpcd_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.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-protection -gobs://build.suse.de/SUSE:Maintenance:31987/SUSE_SLE-15-SP5_Update/5d6206584aa08ed2ed19252942a3645f-samba.SUSE_SLE-15-SP5_Updatedrpmxz5s390x-suse-linux   !"#$%&'()*+,-./01234567889:;;;<;;<;;<<;<<=<;<<;<;;;<<<<;;;<<><;<;<;;<;<;<<??@ASCII textdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=27205ce14f314d8d13420a3ba2da3044b477898e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=62fbc182d7c71022497109725858094a3b21ecf4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ee294cdefd4b47432d04f759fc68a38028bf1e90, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f8ba7502d81e70d389c74c1098d0624b12f83c28, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9e527e211664ebae527a17dc59a64967ecdc20ab, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7f020f4d3e8678f48a3cf3cabadabfc1a7e23aea, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7b90da9c51fc150efc3aeccd6b4c84b78f8f15cf, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=219f42b061d2950f818f5095eafd6162d9f38e09, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=367c3ccedeebe10d9c1f7a73980dc53468e3f7e4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5e7c2569bb94e55b1a80df3c8beda581e3a9ea6a, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=266bec88a88435936d128edb7c3a9b005512b98d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa66635ed8e66da98d6083aed3cb871049b6f87d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a6698e31c163edcad87c44b52a0124a30b35969d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6c3dbc6a91fe54043e1c7ded7fdf68dd73565015, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9328cc746b3a891329d20cdbbd3d1ee73858af73, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0ffd6a2038506409796b30bd1d6477d09d7b0453, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=79637e8b00852d7d7874bc8807985426d1bca870, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=310ca464a6f7bc79ce2be28728385e9f452e09d4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=03e14163fa21bb0ba3bcbe2046c69d160d3cfcf0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e76979e75da9832648d8fc104699c311ac240f46, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=19ea9c11cc7a912ef6213c6519ce0b600f8945e2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=02e4790ae985e9a3bd7a7131eba7df428b04ed05, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b7c593c53da8373c2c134fd863e88feb29ebf8d2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea8dc4cb936bea8ff64fefd909e1c8d4128b9cfd, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f9fe5d7b73bd63b66a6444c7957aee2a6d12891b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3621e20796ffc9be7627c31228b642ecbddfb08f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=11e84ed441fa5b9065a84a5311e5a4e695464e7d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=94fe59d857e789b319ba03e75cd886edab2495ee, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c303b75f04d82c9725785ba07ea9aaf74b1b979b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f8322a5f7ed5557abfbcd6176dd2b25b739e0d5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a0df1120fe564851a016633dfe4b764fd0f6c54a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=181620f5e330d773ddebb2f1f99eaa7f8630f6b9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4d11731940f03f9f3e6ea5c8461299862ab97138, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=81bb3f82f97d5a7380e2cc9f1a369ba4cd43e68b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ea0e59bf3ccb5a36c20776d56eb0032a6d6c272, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8aafb62eb768e4b2309269d7be787515eaaab9d9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=56b4c8a917cd116f5305916c706943ba10bd1fe0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5fd9770642d21deb683acb44d5740340d4368085, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=45efb8a1ad991313e39eeee1cfe40f868b25353c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=13674224a449f16d3eaa7c145e46eae74295ecfe, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c99f6d7bf1159c1e965cf98b663b50e0900a04e6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d8d127701592ae64beb0c89bee93d0662e84fb5f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9031efb5740c64f081fbfb05186fccfbc765e54d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=062ef87292fca64176885c69b5e2864071fbf825, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ccca7113bb3f55d14450a16ffb2b1901e83e69a7, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f176d1fc471f34d07748a4e8d08fc7abfc351183, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=64ca1792228f6991601013543eab0df81904b069, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f5ec4e93c56313e8b782db238c7051b9c12677b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2cbcffee8d3a4503190f5734706fe03e93ed1ac5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8c5b01eb59f2b0a13d9263ae519e97192653a1d1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ed1b0811facb17953e91388842dc65ed3f08b59d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cac63b74e348829270ab977a7f9c86809c5297f8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad6dbfc63c9c1bac8a6a83cecbd88f29a2fc29c9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d00c5511773100f1ff82582467c3f05e15be2a65, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=07ba5a44590c82e8b307ef643243a3d97518f3e8, for GNU/Linux 3.2.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)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&'8V[ 0=Jcx(Mj{)>Xi~$\&s*2O0V'XO   '%  A8RRwRRiRR-RR6RRRRRsRRRyRuRoRR/R,RR.RRRnRRvRR5RRtRxRrRRRhRPRRRRRuRRRRRRRtRRRRRRsR RRRR'RDRRMRRReRmRuR>RIRRR)RRRARBR@RRYR8RRRoR+RRRR8RuRYR`R]RRIR`R]RRRARBR@RRRR+RRR8R`R]RR6RRR8RmRuRRR)RR:RRRRoR~RRR8RRmRR)RR:RsRRRyRuRRoR~RRRWRmRRIRgRsRRKRRRyRR8RuR+R1RRRRRwR|R{RRRRR~R_RbR^RcRaR]R/RRR\R7R}RR.RRRRRRfR0RRHRzRvRnRRRrR*RxR=RtRRVRJRRRRRlRhRRR6RRRmRRRuRRRRRRRtR5RRRRRRlRRmRRRRRRuRRRRoRRRRnRtRRRRRlRRRRQRRRRRuR>RRRmRRoRRnRRR=RtRRRRPRRlRRR>RRORRuRRRRRRmRRR=RtRNRRRRlRRRRRmRRRRRRRRRlRR>RwRRRRuRRRRmRoRRRRRnRvR=RtRRRRRlRRRRuRRRRRRRtRRRRRRmRRRuRRRRRtRRlRR>RoRmRRRRRuRRRRRwRRRnRvR=RtRRRRlRRRmRRRRRRRuRRRRRRtRRRRRlRRRRmRRRuRRRRwRRRvRtRRRlRRmRRRRRRRlRRRRRuRRRRRtRRRRmRRRRRRRuRRRRtRRRRlRRRRmRRRuRRRRRtRRRlRRRRRRRmRRRuRRRoRRRRRnRtRRRlRR>RoRmRR]RRRuRRRRRBR@RRRR~R'RRwR\RRRnRvR=RtR}RRRR&RRRlR?RRR>RoRRmRRRRRRRuR~RRRRRRnR=RtR}RRRRRRlRRRuRRRRRRmRoRRRnRtRRRlRR>RR]RR{RRRRRRRmRRWRoRuR~RRwR\RnRRRvRtR}RVRRRRzR=RRRlRRR>RFRRRmRRRRRRRuRRRRRRR=RtRRRRERRRlRRRRwRmRRRuRRRRRRvRtRRRlRRRRmRuRRRRRRRRtRRRRlRRRRRRRRRRuRmRRRRRRRRRRtRRRRlRRRRRuRRRRoRRRnRtRRRRRRRRRRRRRRoRwRmRRRRuRR!RR RRRRRRnRvRtRRRRRlRRRmRuRRRRoRRwRRRnRvRtRRlRR>RwRmRRRRRuRRRR RRoRRRnRRRvR=RtRRRRRlRRRRRRRRuRRmRRRtRRRlRRmRuRRRRRR RR4RRwRRRvRtRRRlR3RR>RRmRRRuRRRRRwRRRvR=RtRRRRlRR>RmRRRRRRuRBR@RRRRwRRRvR=RtRRRRlR?RRRRRmRRRuRRRwRRRvRtRRRlRRmRRRRuRRRRoRRRRRnRtRRRRlRRRRmRRuRRRRRRRRRRtRRRRRlRR>RRRRuRRRRmRoRR RRRRRnRRR=RRtRRRRRRlRRR>RRRmRRRuRRRRR=RtRRRlRRRRRRRRRRR>RmRRRRRRRuRRRRRRRR=RtRRRRRlRRRRwR'RRRiR~R>R%RmRRRR#RMRRsRyRuRoRURRRR RDR!RRRR RRR]R/RRLR.RRnR\RRtRR}RvRRR RRRxRTRCR&R"RrR=R$RRRlRhRRR{R+RwRRqRiRoRRRRRRmRRR>RsRRRyRuRRRRRRRR/R R.RRRzRRnRRrRxRtRRRRRvRpRR*RR=RRRlRhRRR2.Ia)systemdcronlogrotatesystemdutf-8659ea58bb2e0be9bc5cd2595629ba37d78f1405d0678657b8551e82ecea5367c?7zXZ !t/]"k%˿m2_`d>Q]t"9iT,/a2pc|@By\*S"9tev+9#sI9ֲ![Q.aZe# +NLݿi!̍o,~U,BGpZ/lpСd/bTd:5HRR2$exTm&TGQj䱧3z y_o[Vw+o }2u\l Jror O̺w_(| K a¥̻iQ`1KZ FeE=߳8 Td_dh>%-Q, ?QO䘢n%Bl6zq3^ёgǷt5 THy*sڇv=8*x֨>w`<9C2|ՃVPH )mL$qOT9p_]$hnp7 sx9>sù|Ւ%3^qh9x?,vgro 3w*ݼ;QDYV>.4k'A$˽C qNŚ?- -\J9ZQQS8xMLCfjbyjz+]arhg=Q0TUw܃ !2Y9P+ 4hg$8CO| ./6UG0U^枏C To }e#3!XT7يOzYp$.5B`E=غޮ(~ yNZˊ m8SQ HkB LѰ4>Qiײa2\ɴ^oclkZ $Cq d`!JFK`i6 P$nkDlZ|m~ԝ&WMEL4U_4/ϥ_Um pr{Ynɖmr&Cg4u }mׯLV-L)c RMKĺ аD20;8t,{H/%"#@(/pE.;ygu#B^#ebSo ZL 1Dvh tX[y~#Vc! LͶ{rLJLG4N=Ylil' Yq f`OJآTJ GJ"h8H̑PKUHRZ8bQ[_Yt>=HPf$ PyE*'D۰g„ֿ2\l OM۵JI^\Z"@VpV;D+Ń<^\6?IS i߬SoHL0tHvIN 2΃;Ulk{=``M gY'FTE jD] ۂGƊ>0n` vg(?>#vMҺj)rk3YTRSU˫7fwmMTEY專qS*Ztv$$3ߘO߁ pHK@Mg$lS-4+>(NO5aWorHuE 6VQe_tI.UE ic pGwWoUE{2_88z?'KpfM)8e! . Μ1^0[7+l EO:c(3B$ ) 2!r?4$ \zFLTfʹSw8c7j8$G\Irg$V3RnnU<#R~Cv@U^pG{LQ-ڻV7ZpH$X` PAA(p勢.&7m6_Y%^qgQ%-Wn _;H ;{1Sئ 3Э:`wλ/}cQ)OVfKA]Þ8ݤz[V>0~M5X Se5!ƩC  '+۷:uY0>JW̉.~لEq vpCVGF tƈ/xl,č?\lHGZ͎[5D^*+VJ:QNo!#H15'ݰRx1gq ހ^Bсk`@w+;!CDvbAMM Cӏ|h[ Vlh|gWkUI7-F}i&`r3`6q<#h#_:taaLѴcuӔqwnبk}휞*=)TXL 1hSd57$[e-J},>`gzrb,|(*mSq'd@]%>W}>xuB8:WiWC$Hxnn9J\@g{X-1Z I@>L ~ ON,I9RgO~@fZ ՠ>Y-c'6xv=(?$2 Hi{xכ߂Q=ˁT Ow"ZFO7ٳux'-rӶѪYտ Ej"y9>%qh0n5$չ2 @ ܴ'c~|'z惲`mQoi0izJ0Ɲt2h+>J&%8|oސ~߇[yf4S{?GHQ݁kUq r1<ϐgVלH Qa :]HKW?_եDAcV@^,{ 5,8S]Gڊi3Op!}7O%@BY't_5MI0|2 . M6-a-to|u1Ҙ1@/C_Io })px nœ\ߝw_Nbi8<EKgFe4X7CÚj^MB/Lٳ$}NDṵ2Dda> qﳰ،R T#slBBXR|н^j8@9;?!˻b8[mz58Hܜt,ڼS^4êw6ǂt¤IE] WN;;M9rPwG eJ3lcF:)cMη6 "|} cg * !؛Erii +4d< ٹD+ 6H+X$Ȫh2jÜ-9$0E7ҘE0bB1(rؾbh?6N^xLucQӷc*ou1l/u!O)5& ݪ*q"@)g(DUr& ,`,(3 h!V 8 16%z. EO8r㆘) L QֺWYnCr;8=w';NPǷa =g1Z4MpW"b| Q]==/[T{ /|0_ElgCR/Ja`Qs0--mHkuȲ x k[ZR-!}87{"B+ GI~ ~6$m{a![H(1TF\ u/{b mx o&T쬬LuV3nDTShcR]cS:-|.ٷz[9eTx[ܜ ~ vSgde>THѺʈ4#E;ҭQb#r6(w^f滮$A`ņF} Pr77&`uc\T W(1ĖbƞRj:[Fʯ =FsR߇_ꃄ$~ !ڮ|-b,2UsaO'n*aP ƒV$OcNj]Ҁ]E& ?;~u+6H0(-Ͽ"6[սY3. !8RU,;)?Jd3 \^0o{Ģ .};U;6ynQo18ϵC2ӂ(QdJsT[d'/XH⯅Fj+|:ĥǮ8墴*{%̡&7*swSr5 v\n.CH礣lJl=HEu//aFF%-D \cb\VUIrȆߢ谲>(Ct֪UQRmAD#WW$7B1QȬLB^h5"^ E6>j$Sn%ӏ_Z0kx MY}&{Fd̹BY#|K9 XgN C3'SI>h6.ol'[u5u ysda"~`==<}&R>eo ?U4)' XK ~H]zFxI.W~$+R~; 8xB@=CkƇ/p#AQ[U(k!G xkZ p֭ɇ:<<&_$YbFJw_aѣI;`\2<=GwW+H[b9Fң_ga*gt\ XbR BQ v;փ>RPSoY.Poيt7w( (/ңtd}ctz[Mg5b>#tĺt]P@Kӡ`$sd@SXh>LN .@B4"V UqS4&?aU)hN@,u Gs:-V:@>KvpgxS ̠S׆nļ+yޖ`]F*AׂWHX>FX@z,J로 =Cc*+dިxwjn$_Ĕ w۶dBͰ`rY6Xj % P@}гWXSa @Z\4U < X[aX'CQ`16A6ZӋ9;a"%t٥\Чaak7y0^ԛf['2t^ fziNJr6~܆CSC 4*&t W ՞1BH56>ecʴ!3ϲi(V}V/̮NhMG峡4>6 9[t{f~V}ɫ9('T );(+QKBCPfy\~xN 2>RkҷNgx1c ǙQ;Y@3:j6j0@#0!JR=V|7=Hʇ r!8f08'kIEskT(4FP gYT&r#jd FgZT5(*lE=fw\dڠ97G iA,`w63IU>i ݇zn&O!-ΗK9 SRSrӨ1A`.d*b=S]f?晅L$ՏjQy,Q@w#Ԑ';`tNXUTPdL9qBþnjq]b:X|K)63zH<@Ll,֝[CO+<w>46)-g<6e:,L`['0}-?Kؙi/tʺݤs;v^F^ f̉- k~~tI]Sg R~n|͝t sIHe6o?n2lr(Hs/>#YܯK II?>(tB;U \_헃́er._4&evMhW%qJc YOPB@φ;~)װ}8.6ُemH H씹sv@3~]VCK, gK&X6[̀L>.(}jbn&*ש#dr7ggxiSڎS8EtMzB?yTѐh* +/5O!NM/ mD7Z .]{GgB {މ(yΐڧu* `/ٖ,8=qB'F.&:wXCVܕJ׃`٨NI`2aڅD3;@d$gTd4-xz?/spZ$I $#.k*gĥ]'4\QZШx;%PgBK͎vʝDGb>X֗vQò X_16E@`:{c*PUnMGŰѕ|ʵ鱗iI)=Ai^_6 %ڛ<1)!m6TVgJ?o]T{oh_T.GA!{VժCeM|T]/@8'Ge)ha^ T_R?J? JZ kРuc]2m\"ShݘC%tT Jt9MN`GҞH@:z:@V~.޺ $ f,g~hDr7-5jmfT sstJv]'w_5&Rxyl#w؃R; Rn A,g[Hk^JL^FMe7H g $ƕH V~zLAh.#~ڹ<zsP3.B'vՒ>4g*G4K\qi~Jlur)1+*~͔bb#+h5*\ YvzH(kWz_y"? Ȯw"~WdبRJ?Jw70+Dg\]g!>L%bV*Gq=?$v*jaª䎙Z~[W.;gy}n-Je$Ҕtֹٞ*2 -*A U#*=$bnj\a@AmHceS:W3 c`9`w ʥ+ns<3%^mާebj*m)RYrkhlM!^SELPߢ [+hz6s?"b@Rw߀E>̋Hβ9)cVZA&! f .W= jbC"s_)wn[:Ҷ.v$ һEk}|UJp[e /q6m5hn2,X3iyN*lx#}S=t2G]P,?Y%Z a/5 s-pއN"3yvKKAp$+ٍ c7GǴ7@ojYr<30Cq[A@l9mR Yϩ"{=?>cDDXT vAGN j>7@dboEjC)*ȡDr3d7^'MeQv$]LL3D6ay"+sn0bJy'%P`OXHrߣ>$Zx0:H oDVfDt$ P3s-a ڐ`7.Me.*N}/x]]5r+b4+Z(L27$;Ȝ@}ʢ y&H)DKqMGhkRoQ7./}e)駒sϐ@}/QHI|)A`p9xI'kG>wtWq-t|m"3jBwAC%PBMHtO0G Z,:q`HQX!Iq'!2H Lm&×^-0ao^pn:5AQv:#AO?U. x)X-e;/{]YZ aQ*Ϸе3W^N`V"NGB"Mys^d.BYl|ht9I ˽j,F&"k)4G$0S l):X>I8}XsݖϑILVs̃"l՝{ ۯ#ׄu>յ {e?0v|yi<m?3sry i's5rgl}aގiXQyY$lOH*BɉF+*+. v[̂. Lj!KNI۪1=A0|[3~H-L񾦹kj@v34qrd(}gۈ[T ՏDi2cPgpd2Dym]Q( pxGzB:Pw)cfOt_,])h̟ϴ"",\*3.4>0¤>wf!1\BrG)m?5Uws h/hnIQ3.|qFV"qP)C!]{,JeqR=2F fuc!7T`'ηc[~ o8Zc냧GT`x*kد]1Pr(-`|zsߑ.28 VK RFxOnJ%Žʫw2.SfM@.8&-isDX[?<dM@a| _ C3Bds;?\b fv"=,Eam~S9GUd|![ {0~i$(;{Sv/^Ţc4,a8:AαH=5GY5=PO|݆Ӗ1HP](F}V*'H*wܞDEXXgrd(=bh X/],[n]#/aЍjZ;8V.}[4^p@"M[fr&sČhfsYX,Vt-9u˧GMeY'.!UR<I8cK2.իMJ$5־>|o6A:|\鑽'J$GhICU)pgz_^;U#'4quĖ湜Y]{?'nRcxqzć 4׹<"*&7" 4)Դj:?* QP]wROa˭.gPԳFgFV WX q6h㚣ԯtē(쬭o nzI[܉"C-+5MY@f؀/&N@.GU(Dzͺ;iQ4E fbipiόK}*Vys[0KʁD #`j?/u|{$܌76Ѡ@E) {^"}ʝ:F?FYOfwXS=Qq:;ԄF)ހORR\^M(}Th3!] ,` ׄ!껜?^|56gk!`) $}GHM?Zk^YOCqsu2;/iZ/L2F|zqT$U৫h%Ӫ3t'i#M+Am9Dy6eMOhwlܣ19/(PY%73KFoQ:hl>?oN2_fV(o.[EF ,<Ӊ0^nGrƠ%6\}aW) Z_Mjq:^8y׃g ' Xz+U+#60YBIcV=3ؒۇit/RbPKp_O1[G|B SYJ_جoGyپ+ҖDnYgŅ)&_ '@wtDr5 >TGW 8 Z>8_ |gUfH$@F{ǀa-u'R_jXh 9ſߧ箩PɁUw=w ?9B-X.~^Vx/@ꨄ3~Z_yLVX"YdA\`,m~d|.:Nk- =KЎIFrkXҁ1D*MAq@&1tK)ώ=3O*KwBhCݘwQ E)6jEulVrcϼc<, Uś^t65".3 LxQ\DK^-5/R`sZEBΜ#y4aSIa+ H ,VT)WvgʸAD|)*~Зنri. Iu"'0,`NO? k]}6ſ\ ( u [MMx4K)2K9ύe}}c)%ڵc SR,Rr{qM#Pٻ URXdmdYص\i@ ֑'#63Bmh5(V\lx5hXPFFZpݢ)xt.uRJ5?U#mj ܡ]!A?"HdWE M5Clyf{&R1anoc"pO M鴩׷6-E#J`} RRDWX=졲)&-$kӌFcf="R< S#DlA@լd*G֊#":{8` 69֬lƆΕΠSNJ;4)A_'P {Ҭ< =c𒞝 L>Q݊0(E2 kHS "v*@C`;__RBT(xcEK.{1HZ[BYF2-'ƭ!%ھfe6C;x03{hF\|^o8I3Z]w&n% [ߗ[jQŰ40W_6S|o:~J\#nщƜ`EA Rs$(gPG6;עy/=&--^OF:l n]KK39E0KU5D=Ū"a?!?bί(e|4ih]5mP>A LY-pրMtt;8X}n04 ʱr-jFZWLnyr@ńup,tmB-f- G:6ߞⰅxEHh䣱W1V%B> 4nnu1~Lc9 lǬhF!hMѸv>1I"J~1V;.2rƑㅆٱ;CLw=)L%՜03ٲr܍ipΣՠmw65C&nty.R(M"7?"w5Σco<dY%`m@]<-`;o8?K&D2/rH_XTP}:B]Jj>.Ru1[cZD|[W B7Fܗ/B5MYl3Δ_sBKlNZ@Ln x|d͋yg)^kAVglZܩM!VNtNN| XDVR7^JXD&?/OXKM)D(M/0^Rݺ3歂F1niU")9t`wUe2lwax4LhF-1k.@l4쳶47yR#Cm# N0`jZ,w6;6.xͦM\a!Rbq{n)FZChV]He' nqZ 0 yl!d"SZ(AtpڷLwO{޶2y$gD3WK:Ϻ]b9 +pbQ} \"Ŕ bz`bcԂ笠V2|'i櫽3#, =E8BHD/!6&@Ѣ<:F/BjpS2q?a+EXKd0r> w9%_/8jfpP@"tSW4?-ېģhC R &_ VO'jJ 2/0*9xtH=(o PLE_qXО,6i uF]j~FKwPc&M耈>jKĒ Y _}?9,z5N0g .Zj;#er8(ұBmSDPtp}#z,@խbr߮=*|b ),b\&*|B >і6::=0qGlSĆ JK#-"d ɸF y#2 z$ph0z`N ،v 9ݭB:)Ȃ^Z ]cr]p ~9X*IG|L-4!BHʦ lfDW _6WCre4 AHtNgId A ur:\2v*wIڕ rn_> P1b1:AZ뜅lW I򵥧^/G+Jշ}9"(ܾ[M;?$N# hE϶\ P,l%LTXAeG2 SO 6##NETJ],PK@C2w`Gr@\CxF@1e[Qkc "{J _P|BMйKe7廐;['&`zVUA>4<hbޫ{R_J`>I)ug~y (1f Yu; 泌WBRۭ[=m> 4Z~ЃM=52_8D~HxBmQ<ܚQ+FU) %Y Ƚ_DgIv}z00ǟ_2RB\ծG[4429cf4Lf]"g#b^5M$&&~354O>afǿSށFc!lR7+Г%#h9(jPYPM; CL_,A\/"$uģNY jOf̵: :Ŏ|}Ǘs?@{mxUiB҄Qг}.6g+:=lwۦލ3a?#?HIϜkoڄ"uUOPzbj߃[a`M:ew6!ؓqdz711BxF"bV0K0Ճd.~s  yӣK,e9m6H deW&jȜŠ.l$_gFpCV2|Z[yCZ"!~h+jEp‹V#m?3^Qu':.7$>esЖ' m0 a[ݓ"]Vc]XΙA) oU>omǟ${E2Vd`V͍x7M2 O#[4N ` _k`Fr:sd!+v]UYљ <v/rKC:"iWVeR_慧M%8 ]!S&AYN\8s-~vG/ (f_Bs\hŏZuf :~aU6A!jشhZ[@S>]]Ggp=_5%vEt0&v?w+" N0U]WLL\8[=4*edb?T!E뗋 o0;Z4-Af{R7@UTKRkNy [*M+2.n(fHQ6 Wp{a 1pn"j~ E3x"%R\{C1m;j=ytjU$PzW\aeT Z@q'?8=0J,$gbt/Fk&@D՛{I@բ{b&_U咵~"ľdC=;R~t{c̪M**^"Spl.ͼIBSdDជ-"fEɠºEI_p#~ݕƈ% oB2p2tbSH֜[xKuշi I/@wf Wmͭi v`t Ct dO!Fq+ h<$l-]ChxϛNPϔ#W ^QoB .$~6Mx]򫧛\ԛe"[3|cPs[c)fHbshd.'c8*-og [8d.UV۫u0U"NeD-i*|EvTAژU5VMz~&<( c^58>򾉴0L: kZ*<ܭlB~#?>?u^%̸;C씻Z1vba G3;8X@eE}3ExJ; }FC4'!yD7*ZF [,:Q\zICY5L m@j *L%vW}umN10Sd7CDlB *.v #w%#x{/hU^6Tjg+o5a"pL h1j%j>[/Ѫ.k|$4U'ˆ-Gu"9#? Lm3ǩg;V #ލrlmux%*[")5Y@*;:P LzGѤ!V׾-WnA! :O8^/#uج<K95t<}WB 2Y!j34ʓa3td[y@м7cM3Y<:$q{pq1#l[ PCTVgtzT|jkT&?r+ni h/yƢEؙ?mk@'Sv5Ff+{O(ّ$k1C7 Q|^`CkNb$ʚQ($<LJQmM '7eo َ7jc =6E>N-c]aƥ<v\ҵpNKA"5M;6_ $T6= u;50Ċ"]1&k K7 10r˼=y׳eXHtW5O+,fٝsCDZlRKM |/)gНqt$61bbD8-L\0g3SFܘUlV83 eݎB0c|loN_bj4lDyef;B1xW0&knm 8_:A 3~i.KH[oP wѮ~Yx6IŶߑ5u\K]l%LX8T!:Wqa ɴe )׶ܰ)ھP,=YmjK` ՝nDi9đNh`Ԕ:Hl*),-^ +07L^nY d^r8iKq?,d~q GAt2 V\:虂FͶXF*b'vb }.-yOWDzs$H.+taǚÇ:07--RKM!,8`g%oK YxO.D4D\~G8и|_E=r}o4bQ!EϽAM\ĺօMH6 .L93e܉K41:>]X\!\.f 8bRUKFUBu喑 yuæVFh~$8%QH__u]kYx;zlt6, 99~^;v8C ( )B^8Qd'e&clc5#,CI42Ӛ?P bRs:4ctfnpѶ"̫E0כxb}7_v*&c*(F(]ϑvuqT џ+c{ l %g5 )YWgCdDO^NLUx-:_ָu XdHoDwۮ[7q% jZ3xQ}dvRȃ} XmS[ڲBpFGa8I%)lqܟaj'?&x=q~D],pcYafu1~9K É99C"@|H/6%a:[X3`3-TY`ԂCW.yU=HY>jHfZBW\iĴs 6wq,"4u(jl"@dPcl$c#Q&;eQ'F8J^y#99\\琹G>"CU*rb~4DvF;^= 3L1=H7.V#qU_נg0Ix͉QEAZH[SՑqsc!Ǫb%?֡A$r~ 1ӟk G2hо"9]6u z,t_X4=SjǔĊ"4n/o mIBd_}MY(R,L㞻iKlvUEv8ew$Ј =m\,Kbu8Y^w'}DC kl5b6Ufwn&||ղyPX%rQ"LД_1w-eZzc k }6V|U5ђ3OΆw\;~n>1/ݔ`0ZMJ*"gI.@c!fCLc< iR]Z2Q@ woӅ;^H#gK>Yݚ[iDG˩|F4"y7 {@.w;}kR5早Eϧpn ʵX!0O16'Cpm/+KʞFAewnK0&_F:DD~սr^Ұ^݅ǰ{#̗(W`[A5ds-Pw[m(ǵwqBGhM/}Ǡ^o}vvRJav p <3C55W&t[ wavg %>hbO xQ`ż/LZ뾇 /uȼUCoW ]=X C{ԺIb)Fx#P f񽚼HVP޵`bKo]WXTs0ݚZ[]鄑%#f%&zʉ#5X_I j2ᡁhQ=a =RՠAwO, hFz9 lZ"A͐Վt4޾.e}<1ن)6g"9KjYܫ&l}qnJ rGRY GC~`(q# (7F"v@mh(R do4+:74i5ȱ~ uds;tbo~2יl n$Ꮮ[ JZzpDqѴh+G/ޤ[#[ANա ` 3D=;Ć5gú #hrMTgv]M8 L`-P%v$ Oe7m!}r/ǹ>U d5}4atriH5? ު#:g*gTղȽ9#nmm'ug~+Q7R> ބ$نdͦ_+4'Z>~>@PK~wm9-f¬/Kp!%o74u~a/pUdG3/wmܖN*ؼ`9:N+X*⯚{=sɑ؈ŚԻ95;"V=l>X"r41t_*sb#0, iNx>S PbsGx~c`Kl#ym5LK Mopj7=&6G=mh>k~0ve)nF 3 -eWWpU;unzǭsls/ :@QFCiV/5ӿ({X&X21 Cj<)hJlj ,aI,/StFXM#!W?ۚ.">_I&$2r.ip8ħ9w*poZClDHkEb&dM,yHV "(͎<:@`p('t6'PCB ; wo&}x E~g)tvURUoJ ?.$L^t؎/}0rm4&A(3q]ʖsnLوzt=eXUX b䠵^EY,]g-*ᅠ{cCC٢N//( &2ޣ;xe:lܐY"+^d3Sf X; u=>L%"þ 1RzW8}i8a:aq胕Dk2$s+7SI')=,6fq(esq :7AdxbG=Nָ֤"g1GaW1#(]:"S_zS=n>,S@bMozj8W=6Ii8B4Ud,G+;2ae-zF؀gMVI tp2G^aC:a\ f"qr3@ʘ 2R"VC`Uvx-]=o֏_],ԃ͑'t&3Rݢ뉞CTu?V|a6͈%."7a0L3n(?-YfAR0 r5Q<;(-&.b -󨗢 (el;ǴY5Z +CPF謌ؒ -&pӧ0K%ƱaR#MS|:A0fߩq'ڤjVwяUwm !WV[0~Tߚ.'Ύ7*l}f+񍬚z.՜տK#KЏͩYJoxֲ4RLC7ߍ#ͿY"Q9eV"KM6BG4PWy@<%on<A33}n`λ(=p~G+{Ke t`Le5N9k*Nԅ`irWM q؝N >3ΧNNԛhRW\`v%xą)Dezw=|_&~c/e̡] @Uu𠳲AXX3__h7yqCLnS[+/!$F>܄Iw{C LaWutJږx/Z-!-6?#="сl;.;uIv;o=ݧu6s$0N3i75"pk߿Lն{;T?6f-jvugƈ+Ck1Zey?yx l?Yܙ/щnʆRZD|8|U%\,MMEFlOuߋ<6R|w˃6\6%nQ$J7)<9VWܺT% ޵MwͲ׮(i񔐉f`z;[&?Zˣ݌̯C!w; Ld4q|Z =0*E4MڐP?Mv&؁c AHד,MlD}OPuY 3< >f3bEC)R=Hk)cRhWTz<`wusH JǣO.y.FY^fƺcB69evh]pAWÆLu :P.ўfݒ/A[Iۧ6jyƄH~PU=#ݕ:ATctԊ&"dSDG(oEqJƆ?Ahc&e0] AgBDzJ`7|E^cvū.qev] ,mt{s6 ЫJ=j "? L5QE-* e"ȿ.=`Ye))+_ߎ1yܴ&PQžŵ؀ZIHڈ5L1 #9&tQ kuJCM먦xDO ?5+ 5#Fe8?6kx邭"^@ǂdlc ,U9vN(86i;abCB:V?0F#gZuq*A>:`E= 8T%i<^\]*g GUze #{C*̧՟*؜hN|QGOc֘2uGd&`jʘXg۰W.gHNvo4ĝ7(ASC 99-SJФf%ȊrU_ O%b=4#G&]q] iOX}$:9QR}Q2d63›gy}̖ Z"P$O];@I7a_hmx}ֿڭj Ff>4=I[K.y&hǷVl wEK8H1JLsyiY(~v}6\GEbͬ^ Օقl"$Vt$ XϘ 7Q @Z0LPTsQh uF.7sgk6Xf|(*3>><|Oi)h2!|LJRFU`~U/jVL3ۈD9 {D S) cMLN(k!ٔNdԔ^ֳu<:ӱ_MSq];cުUNɆ4O}U !XkyJ;maRPDW\|8;@8%(E3{\ v"?S AKYkۡTQ/֒<f{'0ަG\bǷ[l 4o{P eGo뒠N^%i4]ėP3kF{a[:(TO:ܫ@[X I%HSH?b&َ oN9u/EA'G,v6ȕt4[v⏸CV.y3Ao8q+I% Z= $?ҢI#{2 2(R+% sta˽,4tF<8V=TDy#pTкH3iK71 _֎\}9ˢ='WIh:Q4UEdB4J3Dr}rFMCӘ1^H}:w7Ew7Os(vA9u ՅgcTn ~IcW¬KoN"b B&3!CbN}|HqM)GN&b+1cUN ! XXu@}^0Kԕn五ݸRt']gE2N]0jv8D(Ob';޶qKha#Ԃadsd| nj$&$ŔZEL€u7T4 Gp@nzkk1;}"e53@geX!Z;O!B8go7u ɒ8=~3z!<)T[)|!Bh)aJ$p=1zmUUcw."]CA Y U`KPWNxd纚Eͨ]XQVݴ6W _|6ڐ]=%}  T]HA[Gu]'Kf|Ȫ }|$<Jt6zC>r2>L Z^CE:T*(1 +9p1ؽ]ԃnt%^j7V|4rz3^E<B769ꀠw>K^fL%[)0NFބ.'I_nvT3T.1)I#5HԮ20LFK@#5tDbѽ-㨏w8a߃v@U0)~Cj |S9Pꂄ4Mh)1xmiʣ՚~rVr)<7 n#kE"@pi*Z;h5KӶ "5&\E ?1z/R;w0Ϗ]^ f._ RS郞Di< t̟(>.x%Ywg>aG`h}hy a B Ġ~HYH'8٣ YZ?:{Cԡ'Pj"t dR {N(4v@5&4@y|9_ {V S⚐ֹw:0Oc>MEj`p*Y+FĹ"ꪵe@ Be` ZY9vAdgw':JNp#)JԏwC!ly܅dtEf(^Xm'FWb{\nb67^zԹZvjB%pxw\ 5Xy4zmD ~V?!H0wѷZ!,X%q(ᝠ3`ЯR\]O#{j pUָ#>?lަN*^Z}}0 'Ze>P1~9D'#qL*CNݰO'j;^%?Dm2'l$ |&`s #ג' }XMns"|$[ƏңmO)gt-N+&]XݥΆHR =9oɕ 5>MY_z/!s ;rհ|d2U++9/&\*]-Q[e ]Af4ra^#z1hg"ڥ?Ь5mqO2Dۛ*%`sSxiױ]fsO} 5 p*Fx>U3ϖ'/*Zoo<.xƽ4 w5F#ٵAfa-Xt/ɇ3v@Uw$t'W=р-C.'u~Zmd?Ε` nezF,[trbP R:H't>+py:k8bɈ!hvbqP즘tQ, ч$LFo{ZAJK1-& Dw0`.`؂k^8/0꾤N{M i.)Eb4 Y5e@E?cߍd> ~9V㪮h0ˎS€ٜ ˅W{F 75aDt]2cQI-},GS,<^HX|Gq[bm2%׆Qs]|!oyk $i5Qα QxHe.MJP٦qYJER 3vgR:,F$vJ)AP絞QXT*]@{ l'<ގ/_nYmrfV.e!tTxltsty܋@ۙAZ3´ ~,SW[2( P:8} .:XȆrOEbtB65P)mv) Z0ߜg*e$­5k Wx &.gxJdgz[ {B4*?x[q ޶ S{G:hvhFjGOT1Yƪ+.0q"'M?zÙB jW6dw? d "IIJg.>ՌooVl U`xxWTOk% k|w#cf#(bs8vJ6-0TX؆vNBD;q-Y0=Hh,D73HN\WE,;:P$%{){P ~q[Y:v=T`j go7rFl; Hdf:R\d˨(abr>@.BR#M|vԧtYQkB5Zbļ%+8koʺMY{ՊpSE D 6/Z~2lnz(3;f} Vp%r@ۿ ~nQCL5iޮ#QgOOHwc1?9u;yq(24jD{q/%>ɡ2h؎z{GR O_lFZ>҅6 @J0h%2&rpM;3psiBS x,:}?3?ɻXpڴ} si&9l{/gja0":fP,ϓ$XYIq+ fDZtZ3ӱM \jMp9 J/:C&wq|:p vio8YMK+m*w ͭeëX4!*0?+q>qD=f)P˵dS?w1'( ,|3uȱ;S+=sRH,%tlHS9#P%&NStxQu燲T#||Xi2~ xC";Yno^ovP^o-2I1KNQ \*)yǤEK4gl_`z%Pvyj8 \djd:G)nm4XW`U6)'\3xhCQG&ڑH%UhYdzwΡ;Jo0 3?D*z]PH"<4awגMO~A o5L><u0z,c-wZc2H[VB -"RZ"҃D'uidK #ȋg5"w C\ؑ C3#GCwY*BR 5ת+ NVX=\y v f9?TJ'c#8E0*3[لPd n5<2ߺ\|B;)ʲ[ EŰQ:z^_uI ;v$<Ȳ  Nx&q[gHC".~zdO7{ۚ(|g \-3q(_'b!炘X@ʬbQwfsÈ1=g_ w䴣~ xMn'>egd,ǐ w=H;T@VWo;ߌs]Aw LAGٿyAĽi3QGT,+`>$@&$2h/M[c, v:zKѺCG PuݱE~r`2_0%'VW)a>":x؊'8ioEQ9cOЎ&ᝥwWETnr g=۰ƄY2/?mY p;1Ү'ؽ,jn4Y{5߻_"jL=%\J^NE \kjbƉbm[y(ݦ C*GI?حy˲pJ2^#_ݹp Py'Ǻ%5G4g,"V4Ƌ91$--5U?4C{)U19 5f^yuBC#n"lDi?4UqZ&2(֙J3`戼>bśEBYr63Vy_SmͩqL]y"bƓ|+oCT=ʷ.,O[ҠurHp̱z*b" 䙴A`J+ [|4rVm^` -;OB˶ U B%tI-b6y7`mB)<"H7O5kXĪ3?%[['M):c/>w-U'KhF!UMo2C EtY9`[+e+V~N!=Z0VIpr1e\%Z~[wGؽ5)^_Js#0[ OTcĂY֚h9_dHv:@Diɏ+  -Kп@i+̈́9Wp e~oLBq% l7H"&I=%8 qEOLZT~%nVk?Q,RW Uw% \\6QWikrzS,o%2x@dsFV`.^FaJhaSp=n X^MLS;mA~lK4mсKT8spy"4o\%95/"+]j>;"t)"=PL7!qg@ mՄRֽZ} :/l[gqB_`ѧ I=7`"Z,<zNa,$g..1|sn7VXW-40eQW8[(qZu 7/He,vr5kE7bi"b`=".!l)/9, #,:uH~$'XݛD3IDyۈ.En}]}Bv8.:Cr.;({i#ّ^زN x e_3[iF6,U|y >‘x߹@yV=kdAqh+(ފO&~7"[%W a?ԙ֙ tޗUsuUd juĻ#B$Yg\z̥"]#dZu3X k#.iFD, ӿ5J|%r2CS/-beMHq0g᭻cM(Ճ;-飻ހ/v^5m|Ao()1ɹh mAhXQ%HMѶRzAw=X+31f<Xո?"C96`ĸ:*.ACJ; [/}lBJI yEy^la$Fɘ^B[+KA&;~3wD{_,u6=Vr fk'j,zb#d;/O8N.wxwǃr޿ |GeVn ="&0', /uvfMԢ^a*-kkWLv2+mb#=*֋S& oLDDK98~\`K:?R`t2A+h}eQZK^\k\Lᬑ I/`SZ} &U;0w/ՇJtB0cH@;u߭θ'H di $y`#'ԺbmYoͥ2bKr1F,9Pޝ961<ĕ |5jV8O_B#0A#yi w9IrDi҃0BV iW1oJ92{4zM|~y3DwC-=/xsu=$\|M1}ā'?1(HsQ{)k7X\F($ W ,HZ fǿq5L{Io8a7;(ă͕~Ej24)luLgt/l'"GqrWkBH~cEz-yz-sO 9Klo . n$(o;R^ m gʔ?' ?ެ=8Qq~8Xݔ8'+t5\SIȱgy ~}|2.'u9;5$<'12%ΦIH c>jHw`cwNM[FP$;;|щX+1϶! Sj}Kahb͐$=N+BuFjC;6;S*v8-EUDeGP켆xm%Y{kG$Y{&l⏫f KP^8tԻ'He TԧN dCO bh6pf$s.>+$žb{⟛V%yAtFbќ$f_" 5t7oJp9_1d]>Oclϯw}XBďK$$s.--j"+PĠϯJZdJ )*B9'䖐!,v%ƺ^Xʸt7o]ˬZm%+ X s1Ec'asU!W }" XV!eiG눈%`AN A0*ƅr$$Wi߲ oޟHNJCEaeRh"YfEx#*rd6&ڢ5Hw$Zf[]j]~;C**\5(&]"7y`~Nƞ5{w t؅D%0)'e :qQe+$a B4x66UZ#< '_nErlcz?x*"-W.4F饩рY.=KrtVTVRk-08ۨ>M`~u͐>1YT l!-64W<EZfOX~ .]UIr'g[_&cZn.igg1Ul~r6Q\B-#tHM+' p@x5 9΀mG@TX!Z1uB) tV0)Sz HE"퀪m wFX`G7aUdۡF͞d&+̠X*S#c~G`bKYY;8&ESu6Va!c6szEC{qeDєɐnh-JIx"H`sXC[`5K vm6s4ڧH =n缜*T z+<@J)2I@.wnEQ}Gh ?պafOb'H78)V{Q"g- + C*bTNyPY1l+|9UTYHSjk}CaU󄼸Y1\Qs̳:><"xg#q5ꘅL95!YyzI!E]-`Ѝm~6ރN $.mNlV bo!'zw =&F\f;]F/Q,]m`EPv䌕vk"sgب@Ґ6cSHLy&v褀b=OyPS'd\TT2 p4)#Վ8?T6-L&qД[PԔ'y{BqٷZ9 ètC8wlҸ7 ƕ ($o_-wgׇZo`OQmhT54V5I <'Ej*M mv.?j@UʴFdߍlG}ZmƷ o 8m1كFgW"=J$= Zb @bE=7.&i [(q0KPF}ze[8lxky [1DXS@㿪|!l}흛խ`(R o ߍKҠrɶywPلO 4`ޖݒ~۪ס+-qcɷS+- c"`rlh:p1\DM֌ѴC=0q[?eN@uՓ\3uW_r=6:;;ۅo҇ 338YQ8{n-B]>oo5CKA#!>t&%b;= ,: ~ӧ+oo\^Cl<@ @DŽ>FWĮX?'m:eP!+ၦf+>c~(;*jJhY4ZspwZ{ELJ;`?pJ)?4+dt|]ҞCH;TjJ ;*=_Ct {76 B˥Dh^Bx:)h?콘d4֟,D}xS\6%Ӎs,c! Pr|LB#8K1EYJkj͠[Ͼ6`SuD-Pa t|qŴeW,o,UC0)u4Bg?jeAށ<~"[wJr@Fͼ\j\6":2RY_CuS?& < &´DRXw`Bwܣ# E;:]HӾn0|ׅMÉ$߲$%_hUD+H }|!Yv`q/&3άU*pTa2 \לV> =f!1/k}V> \p 9ǎq4[}~;\4YWNҜ-I{`K=zj=_JZruwcm?Xe 26z6+~.(.n842iK[TU9aQ8?73pGnO"A&^q UuϢC}vz NT˗DVЃAZ>xETFfD1=h_v6)E4T !D}0Դ^DD.`tt?K*<1@a8Z Xa+O;s 8d.D/SD 1#Zܖ:=ft𗝲e|j ^{k &FS$}glSK|*.@8H1 = {SeCmõ?;2eԈUxM-SSmq3{T nt7aGD1 ,{Ix|atxX)S,Md4Ÿ%KNY*zM'F]PO,hkcygd:e|PB.BC6SprK@+h YxfSO?e ,=NIOD(XQT]&O줿#aU3 c~ܟQ߮ rtYޑ4w q~Ll.AmzGܙEzQ19 \@}.H{ V[1>wck]+s-]P]TtU-_;?U-uoNYR­+> -=-.郮]15R-^"@q{*f'qvC?-fIgs̘0w>uD{+(wuЛ$gՠOa zm$FYU BvY?}#"J&9!UMݤ^cfʻI<ꮂ|v+((#0,IZ.mO<My kűumz5e>S.\a7^1Sm,]!@pB*tXqhbr<3f>l3?Sf$>X?|h%cU\*i`Xݕ=NQ| H gL]_l l;C qnpQ&׺"Z Sh6Lj3S?g/*Þ}"y۱,er纑ꕩ$i6om!9ng.LDqGVhЀ W I1x-v*alurn>;h@WA40`3:i(7,`${Xv8 }%XG'F?hkҷ<+Dcjiغ;<º"R !썟QZΙ{3ݐ(^YE;$聳~A8g<:5~ ͎kqpqFnI6VyHKmԔLADfd{HPWe#1/BV(Ws 7c£y4Z)W$+>YjCr,r#MiY~ <q 6:ߵiO{n⺜ yU:՜缍}q:祉J}#`(< OjX+] Y'9ƔKNZĿmŤ!ZlWA"Ťl|tz{7yUƝ|@"r>K>_ eO #o _:oZ"[)do.DȪ^i\W 鐪n eG໨6jL8*Κۅ>>} XtmT>3y4! ӊFR3ȍij 3iWq3å&=oFH=S >/gS:x0EDp(x)(v1jUG=_ՠb6Z囗=+B&[qP(HWiUvpq4ی@vdBm {2lٙն,C |x%hT9u 4YƄπ*HHGG> 2QtStZK\,B%s\P'q|~7 Z ҁi)5)جV5軨Ngp{SH涄o -}1#b< (Ihٌ܅8G, 6ZBߟ5O~|7)qM@-T6`E+8`JMF<f Z*ŞiLzWIG΄fAA EKx ??o{Y: z i/QlYA[l,ٿ)Th*#/P)9Ln2(ED&q^6n{^)-ccXT$};.eN䥁>}۾k|pH ثq^s;*v=s 5ܫZGriNj-&JDKen6*%,]OM$zkߢRQ u8 :!W}jWggLʋ tlX=c!7yQ{F7'45rtEP,KFGFx$vBQ~v`wf8n{CV =XA,N+#&yb7$vCSQw=)oOCFi&orzxsiL8o_}cS;k@ݣT[T'ZPbcj0nA9ƎQ-Yx9dH-O(VѬъt)4?|6IafBb,XFbO6sjg&-^V+ mZ"z{q跍շrj0}ϑssH2`FDtl]Ȥ&YE\ \b;jS ( 5VBT߬>O"Zr}YجqJ]%NejڏWUDݦETޜFS8F]W 7"ud8I ]˓^Z=\JYwl=o܄^1uY LjSo9vʹ4\GHS+@b6 / H!4n ƻ˯C/9//`_G&1FK9Ax4Ž7V]V 4E705=I~Yc: Y}81{4B"](+QA5T5|u#Q?<~?\Eʶr՛rN !5}pO]Ge4znz>=I3 %ͱ0+.>?"5c>ыBԥ)C1n`4I2hRX-:-U^ xhZ0qRd0`b,+&_#aK_G0xMbk+)@+).s?k >ܠ}&xeYHvZ Mz+_ڊ %\-]oCT>~HHJӧ%9[>QM7^A/|"L63欿J'Ϫ'A ;$ Amn6Q<Iu,@`!#HYYmއpM G5*xsY7Y!VUD1>u:l2$/E YF`K]GsEM+o6#SdFe"!\l;"9!מ8noA΍o-"aԮ3+"&yj"˴Ӱg*',i닡>O 9<[ˊ)i)t!CNn{%Y/p] $O9^+j7QdˋH*bFEeTTIHl3 <ܖ~]JqOkK!>EJslw-:p>NՔ`nhᄄᕩߋY)5IatY7d[z Y}\0xVp{Q1^|xK;mڦc,G^FNZ; 9vJX$>;Sf>35\LrfL:szG=xIGB@QWg|x8]TZk)MRQ$H}⢜0KX\`n'yn&aO'`6[}@fQ ݐ J/kO嶺N܍.n34ee qOѽԱEI=Hq`Gp% T2'>W:ˡvlm7LHN*. j^ͩ!$}$3ް@ s̀?@.IeVW<b)Sh)1mRidiS$?}O]3OG%º8gEo|vf &ỵU%塎 ʵ>7XSlO >*H7 +m^Sf->jQ_1 )6+cA-v2{K4JY)N=Ҹ)тRcf)QEF,xL䛠O(:F:"A9,Dۨ K>YH=Q~S윅RL.a76ÆUo8=_5iם>4~Ԝf):ǘ;Gߪ-ǀ'կiiP*?jD zGVo3p=3x-( `?( 4e _O2p=P{D6 -NR [S}@ -:Z`CTT qA6@N7m0$$=]nˆskzW6~+otFmG>~dDą6%Kuaxk`(N s)3MO&{FL%) w=6-Z>4ܾ:@(r >yN9Qep{Js`m䔷k=Fհ.UyxB0 q&GYR\GYyʆ&擂Y!af\^>;P\wP_zi.>P_QumSၧ^۟Y!c`&[U*cT&T? XQ;FVV)xn9ot (?aG,1m 9?rq`3#ԺL]0Fκ1 |(qDěc4gfy2Kn-)VR1Y>fjQ $?t1 ϛ;0fXZƵQ7dzDaG ?En)cҿ}f.KŒ $bgjo+۫( J!~jBX`"eȇ]Zt9 !P2`?Q)hM?T\-nǐp@NbPtdn\AFǨIꆔv%3S;b㋔V=7 Y,M "L1ئ|sXW~'ƹow%m.Pj=UU(|[ Zuo*AeȐgHX0H_\dm!ɓ\|;Ȱ]ĭB\߹(WTN8;jmi~P<GXx{w60kAK})HuSx+y,Y^ԣQE,uÄ\*iSYF  H7anmO!ryDr%B/n/qL)x7{âލt^X D;X : 2jt1TM5E[O A됕v82IV" Pƕ QW=/MJޖřnSQ*GFL:ӏ~CM&oLlSPe(嫭2Yz-ܳX%wICx>Z0CzkvƋ+L#vW0ħA$[Aݍ,FB,3kDdٛFf:aєM8vslɘy:d)Hҿ450N 5d`p4 KL{\4&~#ȃ|6!j`rCo J/ZEklVHI,灸il6ٱezmM6r^me mOW= ^wyZCz#< 2);yJ0kxZ w  O;aQ3 \5bNqK7,05 +ؽ76X=*CX}m&/֢$;.s95l%b#^k$3&h엪f`lEeTHwNO]kIdn91sy1vbvTy"lkzn_Aq1ʴSn4ή$mR~0ٯ>^=JoO𭙊!E 0kw^ %0-jښ>L9GB,EPrjjSI[S{S1:f_] cZX۔*iiU+'@HlZ&h^>kr& -,<lT&odjBT+؏W+], FFoڦۣ8x$'ih ޣkS3u&2R[mXdE 7C@WOL+kVG'7La~B~,Nk1FΤūT OAw>] AzVɰH+=2W3k).Baj6|Ѷi}WU*Va2O'x ꕞBFH֊XHSx H 5[̈́;KӲk%{WLE?Y{4%LMZWfZL] j&b['Hxgv3A "*dqe]8JG$7RCRӪm*KJ_!д탰ٌ=]*e3bn o5]. =g\Ăs|`ˑ% W K޲ (c}g${p[,BrK` e(++[Am_r.)o&Y&?ŚVI׎ʳ6j:a|Gp(*]n7ւIJLc'SMSPJҗHX&/2Xu+ Pfr ړLܪq l;8L&|b~My53iV=^-o"fHql#tJ+8(1LX5iwΑa`+= U=SgbcrEORkX"8P-zŐQ'J왌~k+KBAKsE M(uubsɷ( !-A| {u%]U_ւݟ[jiw|ި;lCkZ6fk j8D(08BK aNhĵyBO42WP pf TH3N[w`/"p<FtpIS,Mmd'G V i>hXDXʯ>^Ams?[Z<'*rvԤN; 0Ǎ5ͱ)2RauW\#RIo)\t\%7DY1=RF^!FBmH$R&S1|^d;hM˴ٟZ&igzΑԳ s` rޗN 1)z 7et6, ȯSs`9_,p/laէzMɸKA+Xq?¥bsUK}H8n|ٓz+ZEIG.9. 7AA"}BOnd_S}}<#){ZS&ƹڳq[\:X][[Gic([[O- '̇F{`̔6n^;FI^Z왖A4 ޞ"Qm${NiqahdKj,{d pۛW V ,W>?D3tl8Wxqvт؜A"3ee6:Y8\~dծWfZf;7[ e9i|% Fh$@:|sSezt>7ã>[nrs7jۤI;duI@'_\w]aLt@j?c2Cǻl Q1"Vhĕ E}2Pb+yK_wFzxB,uE«OpYCqb5p'Ѷ*@ ;U~&㩖ȁܓ>teUg ޿E&X"MrX_NgmYV $f% *B«D֣Pح*P"f<$Xvc Qe\dd29Z%>TA+i]F̓eqZɱGrƠpoK }LiiNIϘqNv<#v7i{HE w@Ay -V^a{i{x# 75?n '&9fx䏊p[rKqf*OOg)m4#C(Ʉ#$1q*}v[<ۭgoRs'&1Py:kI)/ N"Vzgf.4T#sLP8n OۛEy 6yKzt?;`Hvֺ&Q?QƼ럗MK!Cpvn:yK5iK~?KZW̤L~=B~ t(aXE68D͚UwpS+'Hn=4P$&1Zk9HKL}4K6:PEAzP a;>㤃*jB==!qOX{'HpZO,Oy*u?>kk3<.g?L8eڭaj@Ӂga5X \!N<*q%D]ՖfF0r+ȁ~X1"nv{ǜqO4Ԋece!-C&ؤ %e'|^] A|VwrNM~ "-DYeB<$W"z$1\VJ4*ebr"iN+^^)v8Zvv{N.wZcm{bu yY\c-]Uh%! p@ȼP8fU JAX0F}Z96=TN,ȗv" 񛇻?oDMwCĪ' YY͏"88 廃~nSMֵN$GrT@!$T)ȌQfUxY /:vrNꡆf;<ҿ#-GcBţAJKdDSY]cMD&ZtBf@/PoKF ]WlC2hB9c-P]EÒfN)΁3TF 5y,>0 sjD`Pv5tƲfD@ 7#EY59Tۣ‘Ywz4ip#l-+j t9]bsT5?E$ L$@Ȕ5Q[veyڍ٤Q@1TvfuKz'musprtq꩘Yum-)f,0Td[i֘?SWe]#1Z@KD?ҳs[I_5zOr K)M>kDo_yf s 6$p Q/N`tݖqUPHoE-U˥`@dCv) L,/_s{oycyKBLzԧ| XFocrFve$=Vǃ$ng?hKR|鸡bwQIpu:>V$IOY+ҨE}@wwn\Ƃ c%Z%I! 1QQ} 1|E'v"4ELێp$!.,k<_BzKOज़z Ky(WEi*IPTb%3*qyA~p 墊$Vy*νJg b{ fy}}^o3]ޅ]{[=:k:p"5˄P!8n(d63vgн[Kk~6+*bd8OWa-ace . (@Po KSG1;ݽB" KԻ.ə)R@:̅10;>cD1S8[jXM+@~]B׳AzI:Y\^O:^9fib&xCd##1_6lt0+l1 Cru4HRCyEwK1k+3{n&n]H  ^dV;Q3[;FڹȤrԙrb*:Ѳ"rqT5m 7z0FB$=Tv sTz3 `l$]dZ\p-ʊq{1Ƙsޟ^\qƧSػ.oε*: yr/- ׍+7u <ܻ+3Q`.[u_!- vU IVPb}K#B)m&+2d]b Z $B`\A`d\ =g.==R;͝&ݘr4i` 4_x>G譻o6 c̸ȉ{Y x8?$1pzsC#cǼ$-mI2q=x!ry}Ξb􎯢{>6.)M>Jҡb3+4 0N/ zLq@漀uM!QGr-V5,JA;7l/vU!ĺ*qԵFiKO5Rif/ ٻ^@l3;V`j\ SW6y`y zً-wezn cf{g>{QX 9Zaj{Bh1gl qJf`҆o Q7oO\<\`"@,Lė#71P7fq{ώݼwc:yDž]o(Ќ<GO+(מ7(2}hvOsCZ߳8)5L8H[mOK}[)DQ,S%)ԣO.Wj#~KJ_lRqnZkѿWjƻXa\ZXfgo#y,Qڒ/$~t%ySS%*|KL5XT TH43|g6M5fb)MTLV[rf~mwU _boBaG[ĵF4v[YLc Q`I:G] z.+[*psA;\vK&"_giHu`hNNʅ_~AZ UCVFzjabsH"=q^W^f~ΤQJˮݾ빡n"ͭc+UE/{X}8{.I0*v慢՗Wg;8xnbRS=UM &疺ayqcu3 9alV ,$F1SX46(=g>.{:tI5dϐs}n;uQ¡uF2ɱpNorOGiҰwB޸nu˕ R@7 P _tFA6O$ .eHINS!0XzW4Pf.،IAvF1$fȣ:$Hy`({1HR` Ǒ"}R*h^jb4P>A_Ije^1Pxq|XpAmga]ڝUʕhp*|IB HyDWFhs^%|T%.5qGm6mWf7'^G=eSiJb4^`΍)_\pY7iulsN9޻j],)KZ%iMaTn&xlB;|o,1FUt{fܽz_LC8"~Ze1J7QpkU=LFET@@A-"+2L؞ENI]iWId#Hrv H8>`md0I|5ޞ S- D "ȣs Babq㴉iP{r Ag씃|ِ_,iJm%wK; 8]MfXD(lP~Mȟy3X 2F%Xc@"g@u ^@DQ6렝|CQ ȸz :{PUpQ(DM.aB2YR[jD.*1@UðqWt<@^2C Orҟ$it1Z8:vռ]3ٻCP n/:Ske.uw-]q(Ezi~ݝ `iG6xe^E' "ne6#_Ы^ZW}n,f%4 Vs:іf0ZGǣ7G_rTzezQf6I !!! AM3sf0 ) nUyG߿sJNΦc>xzA#`:D Y.N NZ%=~}n|i,}MO:`] /HQpMňlϱ}-I \oO^~pb쑄w3S!5.zz[>/tGeNPru/_YDA6(TQ `Y,EP|D:X" AI("%2$(($0ǶC\KT(t}gwatzA|F;X#  ƈqPEFF @* Ry~j]MhJdUHb(.Rbʥ*%Ddv[^WcX5" NA5<"&B#UF$nai1 k˓Uh<"%xH*Z :됻 ZZ%kUH) d6BPHA.pq`ۇM8EVvuL3>py_iTo'¼OB0 C" /E "֩@~WgO[ l?r=j0\8n@ +! YYag.3;u/ th HAb]C+rZ ~nڸ<,O:|ڷ^݆eB"$U@QdmE vۻ]^/"gdqFy9̈$ D GRWXݹV* FF3@Eg7g͂}6<#J(+ZUs< mfRWeâokbg`a;;KֽFRCA64’&YnQiIRTg̀e~Nߑ:g v)ˢةH99IL $>Xlj+! #A:JuP&4K|D"TAlDv;7!l9ޙ qN-AV} =&CtsȘR|_@Rlaqǻn~^GŠ >$HBEMN Q?$))H"~~_uARJז CܺMgܒ\ 4l*χR%aPv+H~Snw#P%2R굀)`Z)/Z_)*pu^Nf:|FHSR!K J,f>1jEBSJBe0)l_k;ZQ'r^D33N{xM\[8XސX,$PM0Z@ZHtkJa{Pio[;+v9;q)#IA)@’} T]voOsw;ڭ^,.vv@hUvKi $N+a`,,}|?fx<]{n1B`B*H : E^ƲeX[(KD$^JZ"ȫQE If} u2O\nOsf#UGLB0BT#uVB$(by>:Xwo/ϻmW=4$И:ns7elsַ3H4''uF S a!d `R'07> x\aQ3ch3$Pa\ȈAAv1S`&g|P{:?OBYd Ak8z-JprH uL4L RaeA~)Z}jOK)gG՘lY@9Nk>0518 K^GkcG+OMfL3 %E@k:,'R'RHI>"Ks.Vom1Lo/Sś@|/?GŽooZ%AVTs: *~(Q@IE-B+cZER RCC]v:~7o}O8v_)ɈZK64>^`rHrA Rt@01WxT& UE #Q$'Uh*\KJbK#kI%וVܰv͇jāfD@t$k\Ee84}kq(Hh 7o Y\G 85 ?vDR>o *F*hJįMD$oTo|ȤDGtڄ|yc7O _rPK |7Nk^[#g{tNI컮4LbӀ9)]Onkҍ$qYt!+OvCunK)vzshxzgφ*-ך|--̄"hEAueGeˋgE0euVly !dߞ_n? uucB+k !ʃN`U:5= n)1[Ӯ\Yο=e<1`]_VRhl^4\=]Zt99/ س6XnvK4gWhk,))ljG"v<}$Mbq!F#"15(,B EUb?Wu3k 8,3 }~/׵RyTbß^y><K xnER|qsس=XB!TɓNl6耞\tt_pg$7a ŢM)X2Õ^[ 9&f_m>__,$ R 4\,rpA$[nzR^&RqWS/8@͑  g|V~ Hq(@8H2 =]Z$##&T$ȼ ×;$91_>;/O; 7~cOY}=5y_ {wYڅCgz4 jԍgo < " H-ᶸ 8$5gVi師)0!zM/QdPmw e[mfUEs9xospw8:q9g¯6|·&8mltI߄vSK% lw2= NK7b}N}lFp^ýk|xv HOur,BCY!?ô[o\Jx5O$Q+^NsA: %Fdn8ސH B7ٚ6_x1@39KF@]0KjmLcĊzI%,65ǖm?;;Dp `E #$xD4JT >e_jLV'^9jvt[{2#rs<[_"2^!* bQa%ɇHyae)lC DcXkJҺF8TB/ [u Fg.ꬾp%?HʂtՕTTog!G6; 'kdÇ jĦߴ70?pkPY[6!?C'+eE܇(Kɍ kW괌uJcч J®Aৰ{V8-'cmM6[F4T%U5mɳEY[F,CEQv^G/+D*Pή&IJuo"8t KX3 %R2E4[(=kj$Ɋ*2v~5$d> e68=aK!Ֆ=ױkwe*;cP'C12nE"wߦBBA/fZWWsԖH W #ö RX>p{~gg=L'm?dCm޾V:7~GdF>k;NハySҿpCx9,XA2&i$$>sT@k<DE髨QGz3]R\.B̄ 0:u<ȼ -.JsvQ=ey+gp{ "$ym~SiW);}t-pIx;MYa=ne./仠*oH P$F+fVUl4jpEe<7Cgd@N`%Edjr)A"5} Lm1u[xL(6-oOiotw83PFnJl|(] N"8(FTH> 3j-N}]mutgM4xEdPdRIf uyTrm#vg^ȻsH6~Hͣu٫Qu͝)gkquݚ+ f%k@0d 1FKa4Z䧻aq+<X*bknڎj.1[XM\s_Dy-u`piB.n)04WnuRn{aY.C;/lIv)Oڗ}<ཡ˩aYo-Wm1[Xb;ZzSåtf:eكmGy]Gcv)^J7'^*R@ƑHMT)FӫTJklX)ѴW:s$60? ;5x%[x:')<$RP"RC8i{nN3 zaSLƘ7I3,OG27sV3Q$rG(2iD@u,|' %@2@)`1Ė(Ha,”(* *۫?‹H %L@$#iJ9^&9!RՐtɝ0, *hB_mF 32g.KE" ׶,F:Jw9*9Aōh, BcVe,c$V"MbPi"\S`$YBYq8#2` \, CH4=H8 L-B Ⱙtc  .d$b&l H]I,6zU)V]E^ y`HdI8,KK@[U&p?r;g;gi@n~ Jgg@nn?y!hG[Q*"YRGG A ŨDH>)LdZu8o_RCTII"KsX Y־b+ZstVυd:(2ob  z#GQn?9IꇭznǓu]lKYQz8?G &=yϋ{90 9zl,x }GBN"pb+lC z~R$L3-Jv>_ +}6΄ {8=l[zÙ؋B~1.İ x%쨼8 Xo6^)-# g{8H>fon%Ky־bWu"0e+ ̥xx1Z5\o[DUu԰[ENǹcgN٢"AB @E(2mim*6d!^XȚDT}՗#9Nəա1J#c$4ķ^x3 }RC@BLkr<兤\}[tnZ ՜J1%AB/.F9ͮ QJ 0eP8xv!}^HM@o)C3d8/L^]}{GHp Z wPBQWX/\"sF[z*TJ/`Tt^zaf| YLUd<ijay#@ROM>ozK=j'@5Ŷ9~^z2G2+U\*fDy^nH[h_JhwWP* ugӓX p؜u*"=:cMBC6\y]Ĵ\g mtMZi]"nxn_URb9 vp.=:5xKQ̯|ֻhDta 7@nJ@28Nz:AD_MEi9hs]FψR,k{.Rc(ֆl8Ίf,8ӳ- urɬ?Per=t$%g{.RxN(!ipbtД< p[0EXYPA(O9fP%2Ik]eՎ6ɭۡ1d$#J% ^ yF,Una؉:t Qn.1"C)UWL;5P*DY(O+[]ʨM PY>UmjXXάCJ.s;gۗ;X} #eFE :9,\{K{±w:Xx1`-aCQw(Oy+'wHX$- 9D_RW{ d<ŌeUu'`BܥHv2, %!y@Ii,kuv /GdW"D9#+(]yO1k ZtATEShA2EN BO{"øߟJWL]# BFA"dAYR!;O/s˿&ˁD҈#BR ,"Ȋdb>*I)ꠟ9R(,>}u$~Ή;gn An;S9J%KK1!Q` 8' > fAJIԐ쌴$E$@IEWgZ A<('$DRE9Qm| Q^"Ї@RfQ6R1}2wHQd-4_8f:^R,.kK5J[ HKm"`>X 9㤁.@D{ .T~_;[Bo >n ɀ"AE7;\¨", Hy 5 >S笞_mν/5 #/I`-0R0 vm KHzW~@-%,1a@EHl Bb|BEâ|HĹ߲D\ބ#vMA!..ZmĮ.DH7Ē~u~U쾷zGe:ٻ9GB@HҪ\RUCocïTzI2B ~@,"@nn2u>j-޶O*x-7L];դwǧfl i}Hx ԁ9UJ[i![o?Hw#.O]G?o%3xiNCup/pE;{Sk1Un"O1M" ſ,]^u"/b{*'H DJ#h !{?C]䧢ﶶy"r=MTIS@80n%2A =`s0;NH _,of*_wvo_aҡ`[Oun;ۘH(?xIvG=Uip/k^6:jaX'x2$|w(I-ôTƝ+7$жRQ;2Lz8\ 5UR$"![B%,0î/o%;f(tW`:Cn$_>ݑKZ a2w9^x++U:q9޺^{r#p";z!/K$qߓdҚ0Һ4y-kR\~<]|v;_ qG1* Io.(]X9:#p@o8bGy*ʸ` 9s hCg[|LphWȑ3 U?Z=Ls Hu쓴Ύgm_k0d\S$h0@bn+~aLG'PY&!,3d=S )n+#2 eԎIF<{\4OxfdݧolTdc]_ 1fŌ̂ID[c`?`˽ʭ8:P?=^Zp$Pﰆv_K_Ogx;X.dI<>at%!$ov _Lϕ8#}w0l0NVY2'4 +i~~ݝ.K'Ɛ(&c}v[ys]2)ci[{#D `0=}!IN=R݈?JX%СÆ]yɶڞm'@-D^ZG<3FHk&*7zACNC~!ע))1|ϹF^j 6.'W>ꏾ/Pe yGK:J0u䘹=[ 4DV#,~ gL=IUi4g&V Q+=&( tSŧ]RC f$2t .ʈж\qd};٢v]oT1@!yJg-yjr^U[E1lRi Cs6I(k7b .6٪yyvvǍc dc֫ƾ&|vqkUGF$ B,mE"H.7!<:MNk0ݕȦ9c`JQ0JU5D!<~ o&ϯ58Nהzx'K|jb; ΂ j0S(~ڼxۥa<:1q G2@<T{MaK~9\ҰZ8IQ:վ3'0R'1bÿ̰͂Dd\B5U5rL$6j0 Ȳ,Ps]*ՋQ213. +RS]j 4f ^m U`͔Q@G ̫R9S,$Q#xcI{QA~wl˜&;KI[(4Y eo>D(btZc cEGaNsZ CBB<S;?ooyO޿cxn(.aJog cT`wĢ>_O-t^E$(ᐎ=,a0SpHsA椂"SH}HE!I@Y"ʽj=a1WynNֳCwN! C"bleR܎KR]fa%jZZӨQv G#N7bwǚ~*) "SVl  $!,%A%+5o%ϙ"{߱k'j怚)X=hhsS֐q!WꜥZXTIOYbEP$ Vs0YrU =e8A!+̿?I[E]s%@wo9lCq+suxFBH*DNz\e"*jaU'L;[:O ҅ >-![\Z7;X#'$d2?ۖZ}=FGN㍋K8\OcJ߻/o8L [5ߣݯ_'D 윪z(ަʭ=t0E5ۯ0}y@'Z@WNךczX6fEG{kc }]zm4v i!'.7Xŭj (ނ`)0) f"{f;nŨ@(턀^ǟ+Y^ C{=6 vx:MPX}Nr0gC Yˉ@GvXN]'_'ٯ@AU%¬ӣޚЪxVkO-pV;wUK(m1σ>I};P>a(}zO.dzr爅w\Ѧ_ɸ?ch~e&~>^w\hGe/6^>=ΜY Wӈ4"(@QB_߷'xߍ>һa^&\-/;0{ЃDO9,}Du?I~_1a/$?(5؇i-#&ܦЇ͝E( q WK WedADt#GԱ=Nv`&"I\ @$ O xػU\בO]K3*墜! 5B&C@!1TO l<W"(ȣ"s6rXK,(8 ͈)Q )0AP, ƺrRaQDq!4(q%$a@-wyB\yElq3*L[7HIm",f79 Bk =׮(Q *gP)3¥%82:\ qB], P_ @ ,bH`$&%%,̑FHyE/W^84jJC"A $pA@OP HHn$h&5HJ"r̮*\)d=qYCo[$#D2LMmtDɩ&= }Y+LUL]$.d0P飢C2GAm-ͣ$5PYe3&֭pPé/8iQ(*U@i-_(ޒr/(/g/.X/EuI$;ȓ 1K1fW[ EN$-AT* !ȕD 2q@$HH}|HJBn:Sq) ۂK-xf;Z $s׌vk f:;p3 J6kA-R)#{EDAE \KSA*" %&$׊1!̈T)Yr(.E ե\;+) = FBK]U H2$#:Ѣ~2Rȳ*GWƑM!~E J؇T,:f\Ec\tD0, rDT sn\0iz@di^3#7ymvf5x:?.|zۉcI;LBH X(Aa!E$ʀ/:Ol?~<n翱9r 8<38ZD$3ue aP 3.&/vp%*ib2X;?ym=W&"l\̖_w[NOf406|?E@Y:LFI.r4.*akjQ^?Ȫmm |FtRӘl聘 *'AI?KRHq%'Tufk~Y :|2F K\*%IFfKXHrSOx@ r}dSć0HD 8}g%FjRy9P,2\M1fT5Z?ojqOo"yReb%DW~Dxv(]-1CF6pX\@zx,4>EP˂v~d=`=%i0DY)]xRa{lLj }}=(6w[hu2GPPwe:nӕv&\JqBy&aE\I A\S'W.]"Vt)Ö4UL.X`C{ ;+$-{ſɨWz[5qUAEez,wH 颠ဣ 9^⛦P!DĽ '-/Qs C#jPsrdaOtCGB1_}aem%$Ybo\$ o^)H,1Tf.q~f-w`qA֊'QY{h-I! Z  HB )D@(jAajv" N<+UӀl?Eu{E(7.HݴT| 02?KP`!r5snšcyw‘ D"IS%6WI&>{= ˆ 2*Z4QT}ı:lEs2EAu e1qE :Iͧ$-}S\YT,:UJD F2%Xp|R¯8q8>[ȚWhqda썡yX\PVEQ(O8 ' BCJԠ|]|!pAAD!P9- b,T _qUR8utA0 Fᦙn{܁8sIG)p" ֣jl(6 _®3|o9|od!QD:'}o%㱹Rx8py>Wf}^_%^)6u 4˂`z.ޯ^N2ǁ}}b @PYH gUNF)Zf$ H$?VϦÖkV;vYr#CO ߜ|Ogym*%V{l/1)Pm筗vNyõ^gvl0ÉF<Cv0xU,\V}u_s*PF<䪂sDGO5؉+U'?+mPzX@Y)J!$ z;,#!m'/nZ5K~KjoғF~,FvlsZx'V'IS wnN3Fe8 `Mw=;^\3=fqx̎yUyFq!Ŏ;"JT9u#ǤwMWqңF ^aw{:{8v_.^4Vuvi-&aafGG!})Ru#uQi >e)fX;Kk\Jgq$zeQu66v85eN#74-E[_/^w|jU2aO I2^MJ35v=d=2G7dƹ +A9-pl%dO^7<^ЧA7eFCAQᩊFz9Nc-0ߣHf h3 ~M8Ύǵgqɳĸ܌=DC['h϶qumpJimȅ$ܴz}\Tw{X+DH-Vym{QI{Vw %Mbރ`r+d|H:q[It_*+_J&;[xwu2M3尐0b&kXHcë LϢQeS@2k𧡱6 ^i*x,Fѯʯ +6}񷹚SX(  SViq;4r5'\Ip"9jFCjw!ΝffIN< grD#yJP ȉfMXOK]LhJ5^cVZziN7`g6 Xub'.?å16fu{ӋѾb:o rNG2|ٽ{:\Zԙ"*44MOp93gOYwSy&I8E <@: v++õ-"l{Y,>q> 6i~ѣ EkUh($Ρ3>#J9B Iݑk'#I 0JTY6zBy)}n_{cjp!tcgg\*mivmxoק|%/MgB;5E=)?^g \*+[+kڼ?%NVGGD^H (TECrv_J [_ǯ7ﱎ,v_ VW]?/j9%vOӚKjVCl @A: $@rG{ǝ\& !r{l}yMwfeu4O]Cd)G O@#JY%&Bp>!$EvШfYs HYt^e˂,}'_ۿw?:-ͼk{:oBwQ кD@5}[F,1xWѿ6BSq„8EOρr2Zsάx2WwA8*sa"NҨX# 0 $WiT5R-E$[#b\LBa-{YPP 'b pN $MI_T\&"p(H'##h՝c8pP-bn~ -CG"B I._k4h@ Ser! -Ɇb%Ocg+l [nR~[tVO X  n]`\ajZX͍w+Ԥ8L6 F LI-$ϝ+gfηM]F:qe Zw G3Rϸfв%/dJwܛޔlfHXkDj y1'oo~×ύڙog;sSM_+"#_:!: >tT:(@× ,.@ ͻ~!q fCz"7uYL^N0U*|2w㖛Tŕ.\qZ\Ȧ]6*;Vu4POm:BZ4PEZp֐Y.0q\d;pTʕЍ'X HT#UjlfbVxoyåezXb!G=,F璘"W?];孜+񘜓 b`{L("K{p )C j@tXArbhH FH Fy52?FFww "PՂ$}lܛ>~T UQw&i<( XZI>y#Lhn:h,KͽӥJ$ĦyJ D?E(ȯgo"H Əة'*,|NTBhQD J+pQ`HK)a^϶vj[5}ϗCotNׁ7;X!"hA>4*O̟p{sjuGXQ{@I~ߥ`avC]]|2;H[Ԅ$B5 3Pn&T, fO- o{P= sk*ﵢZ#;49]ͦH^y3鴻|ꭰM("p@=\T[,ۃA4 qOm+@ @(+>f;$`DJ Lz7?yV[:UB}M RDql4; f)E T@]ŀ>J*<m]鱄Ydqq|__3?\՜in>i<Q$ACI{qc j5LYێNn.?VM\40-f@WY؈)*(SJ0ЂZXfpRX%1j"5:M3˾ItV>"?>}Y'p)p$l*H FAT DSB3U^e?1C.IO2O!̐<5yQ_3duOo;| rcaz.-_7OTg^` >GHHA*Qd)Sjʼn7ܓ.dhͫ $$Jfu/>\z+7?N#~+UHk> ~Gd2varLRߨf3!G9FQT 霁 X) PΪ~\X9UH ~L˼MeRAfY˦?'-#ﯿ9ÉT 1-`X|&Uo,x4JyC}ܕ!].L8D V0-ADD 8l/p!]wTRvѽֽuXՏ#λ_% @ob2)T%0BuISr<PՕ}%hQT[[@AepYBD+Uð}&/)LR,>=#)o-5 $>\| AdX!PDAAcϣkw4t׷v<Gm[I*P)@%5B[(#4y&P n԰$[¦yp)pSehN* mo;Vc[D( XB<,79s t@$  *c8^_ XL̀&d,Ʊ|.g`!}^aeV|ԃbųbfo Ҍsa"g<ЪMFecw u[rz394Z]6 OJDz 52#]Yy<.WMݳ(bd ƁuzU2IRYU6|+fU )C " d܋-JZԨQv`~ۘ-8o_Sui&>J?TߙLIONvkQNiM1z&ev 0,zzNsՎ|6)ʓq7z :;&3ބ_~G)OOťsW iY0v6V+%^T+@+-ZdF#<{F8?) ^|) Ųm!^I9~vX%F 0%K^.5f"> Ur [b5dZ*pǜKMFF_sHsMa~yՠI/rÛ8uniiI?jsb}JgHaQ|uy`ߧJ/@AUiP=Wצ!#g^mg/û`t$;H,0 P;'K(Dр[nzRZyZouMHAϳjn@P9xf R@KH@IU~ ]v,y!Zm%JDa-UFzLҦ!$D,tdI6sg/,ÇLi{u"`E$e0Lv. 뵎Ȕ`l:9 ToV%:lp"֤ $ fɴ*D;I!}kDVᢎ]9{y__`۸)-[Il \p4i7Ԃ%nI'w\}Zb4("r(8w o-bG{m,ȹF*+ӛYQD #T'7CQ_Ɏ,Dɋox>KbԻ>,0 f:3YEv8 i0=ڨBڰ Cy~͐N{a I%ljǃ#|u~G]x}.7;#%iSYm'Ƞ 5 W'2N;{lv7n3Y|\SBّM(__)>`&GŚ|dǘ~`߱|G:&%+rv%T~ZzqzpF!uT;@|H0 P  8h ؍ "qL2]+9Us~6WAe%Ćh 3=ȡ*s:T}#Tx1L靝L~?dV,#E@L}/Mrb? _d!ВنLA![hFһĞi;Kgay/6.T`7shh _4%^d74BX D 4[K=nC;^7}h`?ÝvSv $<~=>g@6NĈDd3bkZݼ]w~?s{\?ߟLWBAkoy?WyScKIX~xgc( fg?>ԯ?t8t<~;<뭷N/ ( /cR8l|ž\{+]/^Āˈc8a L!d#M[52$}a% 0dKK/{!ۘv(pLIJpss-sB,K 1ACyۯU=C *R~,`Y|xhDI$$$`+QAEX*2i%$RM* QD,QEDQ*1@;o?\=?caEU:.NDQf4{YW =d'RKɤ MYOs:.n0OKRX(G_7-LÁ-/tٓ7%,06V)VT.m;YY;^=GS y՘bAdbAV#"E(+TBURBX(j(E$U’,vYH,)`1FEUN3gCcQRZXռt9\,y_Jѓyܨ0t@8 kV IH1E$1`cUMF8o<نU4qͫA*8 Wj+ٵ#,¤I)JY2"D7UT=s%B"(I(,xjJTP:*,{lVb* @p'X<5zbҎ /sv`` }oyVWG4g6DX }m0G3cJSyqcjqkgu=$~򳢡1]Hyo4.Zʃyﶕ-e 䵲H# !+@CXJ|/0|J3qx0&PDg7]7VHkme-V/Jݞam2q[,3ݟL᢮ j'r||5Lޙ09bT'JYgC}rEctJs~=C8ڼֈYD LEWjQЉIJAO"_ib|j5ɃI-Y 28)lns;j1!¬JE$dfF5 cv[+: [u:"]"*fBʲO51S|ۤǙҿGSbI + ;B>y\9I7?%krRXVˆ_ڋZ{JZ) UP˕\#~_VVJUp#,*p_QN+[T.z .T&~LX%8xł~xB8Ji{K]d?]?MmNz@3'~APuO7x5Rnb{ e]VTr:?#}WYu16|m#}Ƶz @?hJR3n> QwG RU1#9oH- )Mf iK'BIBr1$)x -_>{{--UKlxO6jdl/BY3  ƀ  6ԕ_u+X\n_BݖWlN[ˢp*)UȲ$M(Cy}eX=Fj`.d/)HYKU6kJ7+Lq@HDA1&ٶ1m|A˻gVJy{mdo>5N3_t."k I$D wQ9\.ka,*uI +&g6 ) kP4qAagiۄFES:Ggy #vF=4rUjahfH{ b>3DT<q|9{R }"1P>2NސrE/_mAK,O󓵻Mʎvkbr [{H^l>#'um"ùZڲEARD#"Ȭ Tr:k#׾|l]Cf*-?N ⤢} kc<JI.OՔ^5*"(4B3OU`Cw(]ތ#o"ѮW7* \7Ȩ_Kh @ MEw9:ǣ(Kɕ"m{zv4aUW) €2<{)\k,,(0 ,$EYE):+>Zv M : 72)xkKAUDdUr ((1}^e̜7_&CU5J>fsz ) V_ҷ}?Vj'*+xmg7?u &jFSp7j:`Ko>Ñܡ뉨CYC V+z~nV Lo~X"5 (^N 銜Y*>qGP#EH @*0a#"dk}4,DmTd[{ z{sgt`ŋ,Urh]X*׿=c6jzhu|?>6y0`DEO}&OOVthR-Ҹ$:- UA(*1"Q*(EDUX"@$$$0X!8Fa?yA2$dS}QPD# AB$ *EaY#18^a\8R( [ 5$%q-yY6Xo?!lY d7I׆Rc-5)èRqm~_'Fk5\Q=DX4$yE/n4\#'bŋd_eOrKFR97}k.[S8%Eif0yWF{X+;jfv6E*@L쥈Mf;ƢAVH@V D" Jb Q # 6YآY q ,ň$E,kOe]Sטk.p ?I=Y,٢ZE* ڠ:|O٠uom gҞ2>O $ ch8m. 78ݭ F r^RUr ax  aA_1ۆOH] ]01G ȟfPԕ@zM/ށXapӼ|'9O/qC"_zYu^z)Nq_@o"dhr6&Iyt6Ǒj Ӂ>}rE&B:sCSwQSr"[=33A&N?O9e' BKqoJö:ڔ}{/qlz 0|,rĴӜyOU^ O4IS Tn @{2H:4[:A6_vq{sq xS[G~X J\b1 MY:1Oэ^FO6Smů@t0n7m<: I((f 䈂(YX?Z$܄0{B"IoD%9bʻ $EM'eDE3P 2=DpcPhB7%3'K4CmɃw׺hߔp% "IFw>k$ #%FR cG^ש'SlBD-n>CKm(ʬ(6j68>oNן'm}[Q|n_1Po=P`.CCCѱvgd-D<{nEȗq|EÂ){I#5 j(gMBH* { (P 㹿_?W?i < =%r~R⧐$@pp{˘^} /gStk+Aǰ[G#C?W9\5U趣(w},x1xT']C_qe !_K&7Z%oq>?҄/E{vg ډ$~f뉸 =IP}WA+t;벷glVC9e.Q}=1inXp/܍U%CT2#Hx^}Аȸ2yfT«)}e=Tel C`9Mb_ p`c-]'À3£NCQV+DKYݿ3 M/vzzDeQ꿣ZOz_ӵ7{oCķnV1cՌ9V_{ ^nG`EPAec}?]L0# bq_Ғ= S)#'քeXR?VAOGu@<*"p.j,5Ɲ)p=N á7j)*ȽHrӊ,$qwh 4jÐRVI`\`xb Ů3CsFC-PBveH!Ki #k3Kc6+̈a8]~tކA}šRDtOl\"#tRv1ʎ֩5*EQQ8v@$F,Ra#]kկQ dí0X!رVjn$2q2/&0Ie$a@eAQct;m3W˶!#|LYƼG$ݬ̼gĮbxoO(DmdP~8*=KVYuo L2@IeSAMGij؉Vw81YÂ!dYyi~2WVxSn~Ɔպˊ΄ꋜ@L8:WJS!쩂9 ŦAU\,sKE.RnВ4~|h]\ւB)?U:W Z R8mV%tT73q?{Pr nn8YpKFhfS/%a)Nf}OB ^گӿ`(0Gb>aNY/_c1}%z?o_A;jkw,(#{x(@ |]mhRfHA'Uݺ4?Kk(V=E֜h >˵)XIL7GU!%S6nYvu{N&URiCSlLS]c6P>ϰhmcP)CDR6eԷjZy2(LL7e^c`eYF"j׷Is_å}4y9=t[DW_ <%hcN@B⢖CԂtsozG}>jUoͺ'3PZqP5~wMcЀ浻AAԐ'04%NĔŊiOgDwT䋮]F͝n  1"bCxy DY,Y&4V7QeWw{bi_h71D Ԡ=Lg8Pk;O'xMy4_\׵Z,N:I30+m<- S gF_ѯ @\GG@ #(d̍o&ۯO[O?qՆ{0 x%A?ط25ŢMC};=oͪ(-sP?&ԉm&DQR` 8w9T5&L?1Y{Oq|S!(r H4 ";# $oGFAz+˿cyNo)xkJGz$`}=P⨃$wZ+|a}=U{mhI{~U3y.*OW}>hxI ULLo֤R׼DOiF+$alz }[UV qF4ݦHI ~KBEP`2Ɏ޵ MlV~&LaPQeUTfy FC8#zpW'#=҈bJ>Vj8 !& DCŐ6+IYT+b D "ZjI>mp.oFZZNu.ZAGLX2"DC{<<u0=|%}_'9 /+4\7$PDDDV E:g_{3ʸ4cn23ҧF5`83$O`),8h"1:+D˲KD(58'":sbeegīmHHx@d%@ݸtMjlZj>zS87X엔}SbHb1O\.FdbO48ĽFSZ20Z}6/7O+%,+ ?6(7Dg1+sו-.ƣh% +tLC,ϟBX1FGL=ep2p] GTZ%B/% SS*}Tt_sKA4f8Ԉ"57WKS|=f2%hh@$CDD@F Yqg87Hϋ]Cd Q=O2bE >Қ܊q8+/t0y\A0,zYm$< OgKԍݏArS7g%z1Hs< @|8TǬCNZ̵pזÓFp{RW@Y$ϫx^87ϡ503Nk7CV==uϴ~ZĨw_v~/]5p< RT*it˒G"l,&j7pb2roT)|S]u$ORmtR؈M:/+Z"y^?٧7/Yz~gYgGliH;hQo5ZlR E]ÓlOb? í! "=Og$#$ EB"E뗐({ _epghӧu{lL$dHA"?zy~5Ïʇn2рb6!;; b (Y/8^Nl-0`BB ~[aǫnp+xYϗCӿK> kGa8a4~ Y TL H$3/wc"zXaa .]+DO[?VO5=?JҸ5#])0:_stJ5J`V~T?(H{_KU~,?i%]| d#8@t6-Ul圃'LHsxT"2D@C$fBJD r)fz}o{z;2ŵWv0>C1Hd+C*!@JIgݼB^в(Ȝx}7<},P'?ЋQZ4D/FKeE*HKZNY\Cq +}XA`H!逸Y ]}L 0NJkҧY~Qt g yNHFJ]i$V&)q J [EǍ!7}D=6&&?5 oaT_yZ=9xnc6ƥc{5F,SL~süު8Z `ҟͤ!Eh)n"@|ILg%!e]Z~g:a=#& d;?Ȑd!$ 3ܔfɣIz b䦐}]c6\ ;>;КµP"5VH3Si݅Z-$XtL1J,UREPAQ؜ :*JI`6 IOo]Jy'g~ݥJJw`ʪQ;*f5gcsmª,ojZ4lXyvZd޿jh! `zI}*2";װS)UU:*wjQ*8LrC=j̞$$OD\8K}(|T5 -1fIkEd)2DQHj<|?{<+ Mz82ho:TŜFJm19y2T[mʵR"At (0`)$I2PH:ݳk';PH`V QLx(QIՑBe` 0E $AEQAbBU•3Yv,H Db, a"HH嬞27Tpd\S;j|E Y9<- ( H H ׊d\6^u@ӑ_G'#b< 8g>vs"eO@N,HQ_7B o JbЛW E^H.-DF,8%9W3_5,NyP&$Aޯ hsr%E^ꁐSFΊEqU!*A8 tIl`z2<4,B{4] 8 ggǠ|h[呦 ,6FI` 0`4zy.A"H;PK3XTjݸHX22( ( A# 00^0A`d_O& - X Ej]r>cu5K\f7ao DOA|" sBێߩ'Ƭ]TTѢRj " 0E %0>~5FKzplL{  ble xj_jRzk7k @!;*' *"D rVZ(ܥu] "Rux >F E@L R25;XVE!%\KV߾G4=. Ex,AJڂ.x@L# 8*d\~`r#]1BV \SٌcZIDgLXePE7PeJXw 4K-}iymQF$4 ++}ǦG^?Ǖ_7ZKe /L"~9MKU_WBrl=hywzVⳘj T $"6M]o)63@.FWZS iBGD[Oݐi^Ƥ"X89KeO(ՁW~v.<oKOv4fE?p,p-l0y yQ@rV\zQj7{Qn??& Sk=?Coc\=a99dK7tfNXL#Poc8Yc "5C0qu88|D+ir0|Y0NF4'CQ'`[pWZTdUVA k 6|Xq-OXm Fv&㔳%'>ފϓE*kY5g9S " =bsb˽aSpBnN"8 c)4cH'N;I#@=y m)Mף|j7l_ %H;NJ;OGJ}R9`ŵc7)"r=.Q#%:{=~{ ?wh2ӝ9=42 ?" ]o~11|8)D?ܳq1~mp͟;D BmnۥHia|c^:A ZLeZIy[.s<ŢV  r{% g{\Dcj$ PL3ZMHL%*ҟ,'#]HDQ*IH$=Ώ/Q~ 7CNqmblV ֶ>!'rU aҖxcER_A&+S$""1Q#NH+; X9:@`⁡A"$%zyp[wl9ߥ:15r>ӴK@Kl.B-.+ N.!=cǏ7TE BC "0Pb4бE0Q'-T$I0R X V XjUg}=mAb9VױF?oȱQcVu؂/@HY,)4(1%Hf KG[|iduLyն4?>k |8?8 ;D˵ EպkW +o;%UYb87l[x~, IˮDz`{{#5J(Nx*yTU+T (Uh[v:9>G 1R`!/n]e|^ f** :*B5W$ W W2Г6RP-y~Q,=SѡTۜ\J{Z*?SGH5.[-<:G K,ao?wzT>$ZRB"G>@޼ vNnnn:?9<oooU^*+= iUDMEI`HPo">!BAnaŲskoۅ (gl`H#UnE]l d1uv_|~B UyAhbݰ̸ދ¥XA$D0E"NQ3LQf-vtԴZW3;] آ%txX {[lz' L}&W CC%EtOZ@D*q#\GńFys2pS꾪mYr?]O.ge6w˜a&-??spFr){7o*^zi[!wVM[bA/{WܱprUMGa ?]N(t}8U>z gzVN/B~d8G;YfKY+Y2@$w^;$׳׍r㮉bÒ9];2䑇ijfunKvs2}r~iObG}$ yoDl>$7YUM'n&""!n2 .Ol~>!%x:poc -3Iǿ9M/WjZnؒȹ}Lf 9xb͏$^ab#Y-?@̿p;_6H Es<壣ݑ'a}o{.>}} rLs ڑ+i8őay.՟>Sq@}MkgilwsFT63= q\mN,ACVQwa5>/zfA$Vu#Ҕ(,Ir;!0!-X1RGNA/烎n8o 9Ou*S,Jtѿe LCf@$:m!ka-rI86wWqm[sM13W| d+K)%2-8 038Âswj5FTb7׹|De9BVw<4R\"?d濋fo5Q͎[, SleE5UK^KL_9!@v} ^J_`8=7Ͳ{,W>|DѨ.f啠|CʛIa-V}ZEH }t'HK~ffg-^y4K!{^V&T?I/!媈idJ  xI>ݾk(|НoF;6Ԇ͎Qxc䠁A\o]qDA#A#@vR02aʫ Z};|7z2g{M/85={u&)fb2m`WhRL(Ǖ{o շ{̀/ÂI?ІxOCbZ 2!gRU㞑TKO|_P@H~ϭI gt'7Ommsςkbd P&NTk`t@H nF1@k!*$jzɜ'7&huN6D%$ io 1\[ hͳP-Brp,1T@#3/V[R:̂U brp?<^ fPJ[<,"zzB1?/+4U$q.Mk|xͿ^#SF__/߆<Bm"$AE _$1`qW#|"MK?G:m>L\dv|sbØZD!^^q_je/!1 z~P%7/ [`O7fGR&(i*zjL0FH@  (u~/ QAAVAD*|u3m/ޅE(Ozq3KXK@?;/(#O#󴚴ӭֆWH ($0 (wfӐ@KZq{Nk2W:QҤ}O'dAdfORyb Ydh@'XZD1ל$@!by1ʟ!"@Dy"sڡ~4wyLRJ)- tp$D[6}5?`QH`A}+yToG"Ht1sH2u bNNQ>@9uaRHVfʼn`%p,m~aȽ-wNxH3xvhkv4tw{xt9JAjgp* r!HDH6\Sy|%:­)\Xrb$ /< `c:= p~fql@NT>ۇo^ BC<f r dRrXE!L 1|ij%Jj,R)I4VEB)X*-2M]g#> =etrBs@CZEPR#)( *U)BSQ`ƊLCB),!L)=ط/v{:>S3@n`XT)Fkkd֩ͥ^Y3hrC+PrHF-1 i *On'H)9I ,k:ƠRT{Ez)i6 9LևPR`T*T)L!4ӕe-<Fg(,BNӔ FYoġ0r_;=kz >2C$g`)q )c!."$@ ]K&`$$CXIkpa-viȦH d4oDoxLHg~{{yTZ k 0l9A7 7$ R'+$fU?ݒe]>W~ԨHԻVk\Q'lh!4Ҝbxz8o|,%>)ޘx`0_rB{.\eI~*HAw$kX CİK-DPj@Iג@+${_y~Gs}<>sXJ֘4PdłRg@zw'.ABcXi&(f}\/=hǦ"f= V=~h v4ȿD;?;{~O1:~Z@Buvlx Ȓ@+hapWG)%\Y`,l 4GP ddi)5Mw*SqlyM`yU vD+#B{%3f[(,^:gɽ2NPQ"<;_?"zhzO-]g/?UguҔ}BC{eyu-@҆!ĸlebfp:mo^5 @]CXHbH6%IbA"$B,\^)rL%;\N+ҴUz hepģI,B#Ԓгչަezm&)`-1ZuƬ` 9~BGj*-^y˨ܻ* weƫ>]YܯI=?AV HE(;Lˎ4z5rklNg}û5vjz|hɰGѐlwsaʓ5qt43fg{3^ cj:Ki|x|6B2@791M.D8Kӻ=FOĖ,gf,;j DIn#៌SCp&jP =S PaHֈ7|//Cnu=r ? 6t{8RْPze>eEzTEߔYV΅ˆ A **Y" s:XHZ ^"KEn$V Ȁ1QQ"*$a$X BH@$<Ș"[~"37/HfM@yv[%\āy5zliG!dE(",jq CM# Tvl 8eK[a;{eBD. n )`fo;X!y|,ѧŷt ܱZ[|Sz>ښwU(Ա T``XXE5"V@X(E ( SM$ i!US]z= ;_;YsUxHUk<[6Aڑi֞F<;(N>wX>ĭ4llZ 1lhb3 ,JH (*BD*o5\0x??ߥ nqsc3,QdpimrB iO%MQ`|hHKEG h'CB@ $ EֹXX3U ~Z^/G_kv>BPNiTkbï/X~6U&@, ,h~O3߱F(0%+Q%0A`ة)Y)(ҡM%T,ej’P"QH) S )P{CN[cvU_;kTfSjulJ4psM}cZkVI-|upԒAS" C2O-k=U4MCRDF4P<dzk S<;w>^~牨0B_t>i&.+E7* ecpT尽R#}?4<`AfWy Ѓ5Dpo8b {񽭻'29lD2N-D[e'cS ň~Ά1DV?)&2龞u# !T3Q AWI/~8 R/*8Pzff[^s:sh1Q^3u1{2D;~#h|ej;#+`Y+ JgÊg]n}U:][ϒz%_8+"ޱva*NHoc!5gI\Y:͜UWa5%c|C` p+ЌDY8=CTm~׾\*Z᪕'5^^8G$ߵj~6mM~Ѧ/(/_}[6`V""z9q1rf|V8'MB,`#mqǪ7rLԙ4ؾA1%ej  - YIl6o9A( S64ŒW$B@`U.^>K^{S-t(\&,B'ݒ'D$\ Sm$*?.7H+-F`$E Z1xr $/ NxbVAVkeX vZ}J_җǫ:'v{xD$xIwGޡbп|iDs*U_E Cu=O[eBgRt^!]/b b %S$\ֺm;2],YD 52$HWmcMVU%F`z nufwuhnHt 4w% "d_?Ǿox-Z@,Va@$Bug Fu9uVK-D'+,pf p9?DK彩 G>k*Յm>k=O"Q~ z@Rk=?p<B" e {RTcAS1./b~k7y\62Z]]TG^S>J2wZn֭:kƖ'g.1cG_~8_(/5iu|UIkÕ,]|Yξ3j& *0J R. Hx3_  %ӄqg AC3huq\vRasFϻak{["< ^j6ν݉e7OM8fN滷{F^vA:~wGG=̛ WCJ ^D5w)O!9$rdGnC'40/?W4>? sW8k3KӐȱ^Ӱ <.qJw˜e%)CO($gKy 㡱kZuE2H HROC;Y 伲1n3VJﻏwxɢxD"Ք ,P $7Ǣb9iBOQ$)AKOXAOG#ɟgz\~Y'!Y 'c럲$@e1<@BK2,Q$GYQPh5G2씽_Jd/.9uCR[DӒϼcٿۧ4jk$1-Gx}|ەQ\)xpITOqt8LpVY2>s;ۿ ꈓNwVulgzOʩ6p\yT~.-n 8lݲq{hW{;MBs]^UF qj)z]N\ r;rVQjV@:#DLAD1g)yOe{?ɹ+;l$Lі{:@Y+jLE)xv2퐓FW-@w~o0<`U߇Ԛb*\.]?Խu7ICs?Z;ޤ7O?N0EqH$@A\Bq$M"RB L gZL}'àED}#ђ?oH"5'{m ߲'-{ ,yX}85j`Z)OưpO~F^<ď{#9 F6 P.oa =#*#'xffcåa׸lW.z,ت6[ѳJU] $K2  W3j@i*Hg_8*;֒:ő.w t yL@ d;HrڻxtQ׆np T))j"d%rHE- *'ջ;HyȏܒΣ0Śm!,%`d߿ kk"ch3Ab/yv}ȵ,C )b~^K& 3XPDB~!.k{[0< TIR֔o:Պ &-3IU[U0owUt mր2J !7NbJʖxc+b<|ͯ%\~[@8SCRYF˰SŎΚW9=! K[YSE* 7:YvR H!`.#DIQ F@HOF|%e=Yq+;#ܶȅyY;u51\v󆮷>_/w9!$=Vh7S oÂ75Dن߂{Y;eɢ۲^ף%2)T̨XId8 y!E\RO >#>cws[*rƋXD\C1m voͰ4,b+L}ho<9`RY]JC޷Bg8<94@i&7r4 *(8P*?{ >>߈y7bbA/5> sq@&3 Z=MѭXm4Lf1IOX@DV&YoVy%@pI2  2mӳT%Ȏ9f}5s/,>{꭮lrƖ;҅";JzNy=SݭGX[ѳSU7 RaX -۞#瘻P[y @v=^e]cO#;=^`/GI7Z@xF$Ӈq՞EiqHy`C\4v9S\[姏m= . ҅9D4y:5\ 4!˟HVWF9-j!#yl[X*ZEbA u_o&ZnY,~{EZ'[So5 TEDoY; 2w:J $X:Jr{D 4uq/7(qC[;&Md+\>qY.0BUXHJӮJL+=`n.'nfX:lQ6 deVm?7Xk]~nItƾJ,ВOZ羙M{"=nm5oQ?!Uʲ#zCv2 +${ې~݇ұQ3.x?Ұ-&;19mM֏Px"/jz(`?W KHak:l*')B +Cy„p;/vl_7|Մ덏2P X%Ri ι8+C[d͡v6LEj-.NStG2tnNiY,P++ 9REr}\Lؠ,6"ZP~D0_ڂjfY)7нjrv(J5$}O絹x Ԛ"`Wĕ"d6ƘPLUXVS2P0+s,TXREP fevy>$#'NaEiP$Gx%<@$ו>o'in]SlLcc֐ּJ:4Kt])=5.a}tydIV9 cW~BMn.$~;%Ҳy۬ LB/:'zkPMrl:rmLdwYV?$Bn3 r妝F2e"3ėSt^c)4JllVg>}y=dA(y]-6thjĆȮiA/k|]Zʐﳪxo)!-wvLz\nhNx +;Ԕ9e.j zn_j\ܡjlڄ>)R[o[iUC$Xp߭6B#2!I^{j[f0zTc"o&:vl=VZd-D%L"|UeGNdI3I^8OPiݰ<H]dW$ֳqJ3 O_#ư>gb8J~:IzV |,j]s h}`}'E4eIQ+-Ĝ4aRf`~ ;&㒔{2vɥR Yo*l*M*({NH_,1o\'ks3N2`ˋI[i^< x%r?[-8Jw>,\pnF6ݚƠLM7`tjRz"] K[3AAࡤu`P!W-8Ak p#ScOl%{N$-"UֳY-#ӕ\ ~CŒ,gՙ2`%-9];LH"$ _>-DR'+ȅgbi7]G~|*lNkyВjރzAI@oDlQvQ"PW7:ylWdWB̦E'LZڔ?G}AfY8 ~*R@jc*u*2\aT]zѝ,G͸BU HZheq@s; m=rU~8.S *4zGcmoN]_ _B\4>r ו%$`@ו劷p{Ʊf^ʬ,iT~֮]'scXzx~|>C2K=' LꗰW-4'`FKt|)8̋{@MuEʽk4QE r DXXi[!/ º>}*^ݦ$͡A/=2KJa .,.F' JPBۏWynG3^))mN$cGK>Tce[fI?)[Ats.Q0?;eF2=0sFI'3jDhGlB r0;NX05=d-{9Wm`5c/ KBwIn|MZ2r 3F6d l2zPڔC@ e}w/) Rᓭ.p2IX}oll?,x*)Zz¯{%ЕSgλ|jQϚ jBkPU:yČ|hA!>Z<6 YUҁ\ a]0R?9 5zw@k8h,Jw8Ha0HLJ}y㖺 m><8R+sPhkt?xt?u@M)FKհk/ռbђ*9Nh%x67M?Y$I2s PNZ0 ՙ!yQ$AuʜiUpDq\¦ HK-S;D!OQ2^#dxMGeyz37^#jDO1胻3 H!}PK&p-;m9:J)}>|LϹ>g.Жj ԛ6Qy#LK ^m^Ts5BBA8) >cdA]MW8oS6Q(L>wIvSx] i# +N9f%zK8GؑXAF0 RgH!̐5uh\VYHflSW-H1GB~k*x-L 4$S *I;ԎPUY%b="tn)!cuy۔(Ǎᆐوa%Ng*-4Fc夁G@ $XtE.x 5jDz҇+K3Rq2:WCtLəT˩ &tX:'=qz*WA,#̥jfK00.@gV<("'Qo C,)'GzI`Sc-(P^L0FM i*R¯"^$vzߋM2 Be#_lÔbbkLL+Ϙ=:&peko-~6=u'WoL}^H99~K&oŽ:Vzl׻ޞ~ >:ww)ܭ6[]SAj?V.mƔ Kv.LN#x$T'm.N@pR g#~h[zPx>y1q;I9Ƥ?;Vtug<{TM s=C )o67*ؼnU%RJ̹x]*Hmפ=٩N}@oȧbuNW=xf'@eQJD.VMod}8SS#zm6y1Aěռ %^󐵸VS'1\w\%tTdKՕuyG?a}j/C9FPې_Bwfv*b-nlQFIA0ݗ9ɼV aFHl׆/(æ;ud`*cv\0]d<Ϋ^Mܪ W mtY t%pm! {K|`jS~iqi)--Fŗp'N#{/D/Ҿh%5yLFWY_N{z߆T pN'K}zμ^Ls1d(fEaP^y [/*OHtxI0{ Ţɓ^rB%lj +xp3 mG4I 80n6WO[`0,L}Rr#R"Fb~WyGE}gvQ41CFh*$ 9NM4N Q?RWt݀}n>)?%r 1;8*t88ÿOu1Bdu[Rg\iD*׳ ^# 1j}V[x,OeH 3"j-\h'M-ZXgx?zj7<12DT?7?ko}a i;`ɈKi/-߁*.h^ҭ7 TB-SdjmAPN!\(OzdJȻ.j-6Ūo+6l|F F/]q1b`{ ;e#ܣ;jhp$XLt m`"9I' NlՆ=ǡ%΍tO}uj1fFn2 18-c;նX>Rn c.*IB1I/Ỳ Z̦q\l7VPSl\'`*šѼ8$/!1tT6i!#9xkuGt.~bI̙+@TZ~u69Puj ThnWn~tl# qȷUP*ה @?>o 8fͬ༲OFA3Ŵ@☻SG}l'Փ"o΢̟Q !fɱHWcwOM&ߟ2DMA=7c ]c-EOف*}W͞y#U>,X |e@DC#^}sbϡԮ+x`$ >vP}q*|1]yؘ7 .rPMً4Fx/Tjb߲)aC٦2TicfP.nn=ڲj~ 7>B,x0]jTv,_56ߊ]Rz]f|F,XeGR nOI4dKUI;Eµ̍v#U|e E`v nGOT$e!w'QnOI6aMҿVCN)uOV X Ӈ4U7=|p_mq#|hSM@ z j'h8oQjaQ1ywiDT_?h `P6Nݱubv' L,Q(L8zf0s]x\l0DWx%-c iÏ}#lkMG6͏1'de\l{O-x"+ I0&5t^5L9t[-3v@Uڭ[я|S^og54m.mě&Pg6R94 *>(") +z1k.?j5%⊊a@PSaƽ2]7b'8PRʵ}t M]*:ɐ9iЮ[x>xt߶*֎}F2k7mheOeW z8K0yU'Y1բ6Q=@egx32VN Ly_TFcɁtgFVzW%̒4a(@;]2%!|o*Zfnu tsk/cyX  J$E+ed=Nz" LzoUrUf%WnmAC'v' ޥ>锪cg(%yAS' 2@5Sɴ A4w)rqxllR+m}jr(f^%:`=Q[zd?ʰRXp#00o{>R1싸)RBnZP/^c8ٝ/{_fb^B,K}$]zoaLh;HGj ZQNɫJvۃ05LJQ %WQ6\F0HN4*6TF=?LʻTJgZN̬a|x:<ҡ[rFqP‚З? gg~\#a} =#YSvw,($R`P)[wO< A8IRPZ ~䭔tUR/ADAgLtCNy@5Piܡ!4{!1K_QF^N]G&W9p%5=ެx3K{Ds~,(dIŵ3OtvtHQh)ՂKUNf3GV'y]0`O#0W6O"[.ulzp]ӳ}Yd "P *.Noj )t1o91=a78zbJ1H3}h"k\exxxDSPa§fXa^Cu0Jy&d3ů~i4oZfHuBtj}[=SCk Qh!6/ XYa),C=:ӹa2qh?D^T5'h(W̊0 nوLE-VY8˽ַI=m/D^}TfyIˣ(%jnӪXI(wTZgz )ď*p3бʡ)o"~l%A IAᕫ{f*4ucL0ׅ?hj\KF'/7{S8 !i")p@Opk*)97Q5^yɱR,1_z#WℵR&`Sxhd.ݕ0[|haIW0+K^fugz [N_%~VlgmLL>YŎdkaHu6%)^ kC8jgBrL]8T܆OYo>.)yY[wt)}i80ƿR^""yaxvu66)lA4âet:vם<"p1Gtpd̏t^Bə-) XBachG!]IqO 7g(=tD􌍀 whQ4(T'_q %|eӯP_Ñ#:Lӓq< HRc u䁁CrNOݻo-{q9- !)rOX1:n-pm \~!֣OwT7Kn& ԓ!Dx.哭!$ȗK}SFbheو`BmfV g y%pq\.l+Wa"1Un`kXϐQTyP]Vc ]}- Xn,(Z BZ=߲cmg'3 j%κuc}0kW3=Ő^ ӻԸAEtBj0C[HMS7p&1t[} s:ȨSГ}sϓeX;QPK<դ.W&"ϼY2dWi}-H1w<<vRe#WڙVH+uP[>xs{L<13ߴ@檋ʫeJZm+Hrn؇=m0+̶{)`д{rZB92Wڸz`o%%/]Hy52|.QHn.|㓵(:قtwCPy;4ɎWh8T[R̛* LKd1s>$lOS>&9}C|WcY+X@#b.6rV6+C1-cz'O 9N ae<7Xݡi~rHY[s>u@ШO̓\uepaP9oR݊gqh#jSɖ ).& @73};0y (]g 1]Tbᶸ"Oxg"JuZW\/f?G9q-D͸"1=t akB,ڊ7þb,?WkA 'f V|H{))TQ|@NxMÞ2u_.@,L쥤_bD'>kFz7U7w)瞴Ѷx1*lpH^|eDγixrYdaC9xq3 v-Δ?QWǯBC/&QЏޮkamL] @W\1I uQq왺6ټlSRR$S^6˯q$=+:;ub^C> r!vjbz#QNBMQH( psw^GM PK6-%?.@ o@PVD#Ӳ0_"oSf#)\jObQ+O-5u9M:=x~nEwUGe6W]>,N'{I^x6JzKJ3f;%l]-L{DYz_ͺaB:Xw,WҘ v'Rɻ s+v#<7*/ku7ݢ^5dV5%^}r#@tˢaCkD5:凢ʁֽS}G. U6j0l"aN&̔ xj"DGeSN©hJx10 u' 06(^WJcDvJsx )[zx zbݬZve;FXNqI J*?T&ɤ@\3&~QoBYE300Ԫ#,n 3fd󧔁f+nJ%"VQEF^)A_%,`e(2O#k= $/UY A$z.#>Z7?Ά+畆;;DLEsM;+3u_w$(2qR7eOn[? gCm ic+Q& I$ϱFp,>D${S$C R>@c7^rn8IX*a( gu[Qdf$r^pvoG<[F&_.Ll+e_4UJ,"2}iFh{QFԆF2fG %%oDՄ<ϝ!fcƛfܵAz?OqRvjK?OQS I(1FBUݻmg& ǕqV[ sesV`&]+CƗ19`q<35yh(,CEbnbˤ)jN]~cpĭ{zfN6̗LMyWs}fn>0>6,ryizϠ9=ja JsHI[/tgnX#XUH%+I9 \{O)]Y-[ܶpn*{r >j/;|IP߭?)HŒzZ0nQ1%K1xVh*)Z0xrjM}$k@bO%XQ*jV!.ƕѳy^cXL<>dZ}%C[y+.P0]ɭA% u'Ap= ե} Ζ@.n0d 5Ff-m5/R u1Bc<]&`{٘7b~y1 }1C=Kf:DgLȲFdGɡBM V:k찿(Ԫ22>i9)TE-%QP4% `DXd[3 v{7 R.n 1*cubfo8X6d0*Z#mfO7pTX^5uѶ@O47"[oBP.Wy0J̖;m$QyP|;؁?J3Qb&~]h{}KHfCO.gy6XQ_‚=i}Hf|.6mTG?zJ.HM:QG.z崎+~xF>ĭdg눎WA/''"D#(8^z?PZ^~DIc]P木kK iΨ8ß{a9ڏdI`{CmPKOx-O}ri '?ۇҼwKAOYqlH=%1aޫRMTUMb/*ҭ*hށk>wPA6dzE1܃xڇLsjI[8dgFYmX3h91%imҸh+4TVm.r0==Ȃ3=&n$ _g˕ą$[AVMe*f!.CHݬM&a1>4— m%ȗjo2 gIt1+%Q hV~У+*,6 HKrB^\BN*4K b5kVvU/rhDf<\OcȓNl ϯB0ڒ&G"F(KCᑗ!ו\l3Q!`OKdqh̨Ik:ŌtI 4Ua #lM`6%>/-ŚWƑM_]%Itef L05cHیw _ 6 z@1ZDoq^k`=/~2EF^Hvsv͊jb|R?FS, YPFb41I)=iLKQI#ԹDF#*D%x_&amRV `N^a"w9ӈr]PY OOr8>2 oŔ+ B;g)H>WSj` ɧxhٰp=˞GX$7 1!c]n#a F/{IWʬmc\UBU[,f8DNý0?G8- h SFegGAz/]8̷i\Ƴث<S4;ƛ. M4H9xl챛^~ϦW;EfwK{ؠ|yrGqڿRZD`KB=ݓ*nS>+4F3J*67ާJݻiT;xf}#ۚXE½z?+sAyEjFtRoopBno4,ȘL=x_JmkEmV>oMȨ!(rO\VX`m&IXB\T&ZaBs/<}ER+bᗻVvEIod{V;o\E{:32K@ f>͚$ Պvnj03eI.yE "CJ}C&hn1W|: hJKo4cW|MYv70& IKSeU(F˫}LvxPI~-)X4ӗeTj}-KydP!K[ӏU2JtբxqXs wnq&:h b@?Qx h=&Aq r&3^rPm3\~ԍ*_sF zV5U툝; :ST"m~h>E*< *v.F놾ilAA"h6qNC ;:yM~I dmjCtvmxW3.ӕՖ# 򻣲6;^ ^n\.ť*,NF59C+O3)LΡ"a'G bWv`Z_P]pPhMkY UVJaTFD \1|,qnzH'NPTtEdMqDOu.D>DZ6N 0`Tt9Dz<.^WK)?q8q]*44-{ouְZ=zY*0 Xα{e1?I۾HfROK0 #;fU[P@Z/QEz)b!+%" O`;rFLJb̭w 'fXQdf +M7*4|Љ|'Pdx8{DSqZuqJ1҆Ch{.cuOY;|m,G;p`^P)HUjŗzhh7s\.dR(P&V $Lp빮Vنo 9NZYhRX 2$؉чe\onډڒJĄ{679.cΈUk %'U_CWD65YUȭXkys٬gDK CvAKo;?\y `8 yE=82&I 11j4-%Nc{E@ӼLG jc2+b q$O򉵰_$V/!nnGqFJpҲB܋% @ſrx%f'U">o7> ^/P/=>gOrxG'/os˲bh3nxC$b WI5f[ Җ9_ <5xNZQ4 Tc3.к+,HD3Ld..-c9I1> +T q\17!>kC–' 1]][s`~T~!tcy({@K}K4~5'Dqtz7RSV4ЊDpbyvOnE3S#HRQeJ;#it،3C.U1ocEWBd7{ #>-iøj,]pI8C̔]*i\+sA$u.a ]̝6Og᭄-z $k$NqiZ>l]Whՙ ZFX=BqF<&3 ܦ G& tfjtJzĀ[vmOCJgL9gGXRom=G/Wcffs95'wwȜb CWC1S:8އ70-{ܷmbyNP;SunTv8QeO ъuũ a@^1o ,xtVNPQ}?qL999I={ 'dr8楎P\E@'?(pRe Q,sk),yfy5ߡŬ,9Q1)|c&㵠~"rdܨO~ژ=!@}ROHn{En/ץΐ0nL3ypajf#L;lj`|K?gS>*;&HeC:a΀+4@XaZX46>Z^DZQ V>?H,}_AmBm6;G<a~{Oߠ,0Pނ|537x$ C8MӦgᬚ^oWHh/}d6+':74϶Rzc ]!*!o=Ժr (e8QrWWG}ଆucY} ؆)]m ykl)iE* dIg|_]xY/ Ak*ƂX SeP]co0̋tZ^[ /u*gqSu4V54|H..leBCkF,7x m6F6%(PX8o 9[;ߘhn^Ѻ|f]Z@E? ~w2@xE.):i$G)dV Fh*Ogi^⋒f*HRB1kP0Eezfp<Lu3fTPI6D[* KΩزt#?wF`| PsMj*z`N7iF.9u4AT0OLc<9->2kݲn6=ԚtvTU[SUI@>YBD4w2M!6wE[ό =cּ%5BIXie*4hQ@ !vOFW ֣z!I1a욀ghB#gR]nQi[A2h>*&fKabļ_ۥJWJ4L=EpgL4[C5*x>, xGnNr-Q:zYQ<|AHf28͔-ٹn{DAOgU/Mّ}Ee塖kjxgq /n7Hxn\E2|bT5U6B`-r.f7 krM{ mA}YPP8Ș;OU ސ*K~ X>L "5٣$y6WP0p取$]qP> &9< Ra60OŪ zжoܳbP|9 B6Oم4 BeRz4S[0c)C+U?/7 <ƭҼ nSC| ƴ"O ֏=yYޠL2Hjʏxa\ , ]5 [FN>;MqMr oux3w1FsEø.>@zV{qW0ClÈ"%3GױBy޵l" MNX>km0>:bJ#)gӔ_yWd@ 8z|(x/qy*c4 ӷ H>5?t[2E"j%Q[{E.vqOj-Tq2C & dC\Hpw+la*^x#Bu*_FVIab،ؠP?kF3qa* `ߐ֑C`A~STxͫ/:QۏQ:07G Mu9ձwi3"\Z(~iQ9q3P3%4  $t \^o[!0K[&:/PoREnE ߪff:/XcPZ`ގK+8ܜJpKćq) @hO BpPo|QY^ԯF~kmKU*پpF/䴆y`ÖOɠSq_7FćohySteh^GM̐Vgǧ& !4,L޸uf_?ƘeV>Z5 ꂹ:Bw BGQ?' DBgc?"'ɩ"4l*\c(8k Q/χ%s z"FIBnkZ u00N1%[a5+jhRfVeaZc4MiEIBteUy}6y4#@nW/4^I<ꜪZoCL Ctxrty*@Lg+ez)lҁh:-E5Qvc聚WyJ,gi7 dpMK5H[ fDmNEOO-ap}yybs8ceEVCG2e& x~WF3:+;;#DR@w8ҦarRrB54v pʰARэ.c1ڳ.NraADu5] pӽ5}8R/|Q*>X5zr祽{$|RΟXC"sES+ӧgW*ənew2`x#Pou*2Q &T]\~=VBJHowo U<'\u rC&.޼.iIgqaZ&ITFBai9Ln22U;sR rp`"!^/B\xh>sx"ZI.EQߺՒB&B~y 4|ɋD>?y'էb]neaF9lho~ObTMJ$2E̾xt"ܩ%& !~xQ؂ZOc75p-S&_c?Cyy"Yds\*֧ 8t7Qke*[¨T׊1ehk/HqrS D * ӆXWN𧺝-g.|<}p~sbaΖ GyG4WX  cXˀ닧J@\Y,3 %Z!H1oX\0M=x83=A3D<ɂ&I9.3>N DnWE#5C]1ri>ggzqֳ RɈP2M}o p%$@TÅ<dۖ؟)$K!RTZ҆uKS?ckzzP}fw"p\AὔxU9WU p`=X<|g惮ad9xWIeF]1?_e,?acl?tρ28] T) 1¨9k!BUQ b.5I_@b:NwrL"4?qفhvlN}g4]| Ȓ4lᄛQ7ZSKl/G9ez{EݾqT['JO־_sb35D3R}_)l`T]}!af׾8] snDd!m4ޭO*Lb7ò_54jS =k]#u:Cg 0DFG Jqqu,kw4:Xdǔg]8w形_6Z$[?;v#*Z*_i\WK FՕUv蔋B'ArЇig`L2cd{5CU Ryd}v } Ğ3'vh$uU|%JNktNhiXFc_"ZtC3g1qDA 8"CWk ϑnK5i$EcO%bĚ?liƌaT^8NRG;gNMV֯NPQvgr쇚_=vP0ػT}py,>0Oa%L"nD?RUd/?(sVvA p4ǧUH)]8_GFD ̉V.,P}R4+l L&rMUos^6 Itp9,n\G,P=7"ѮjR5=(5%>o\J e9mf4Cgaa)jO25HvmpOlmZۏR,3-|u^)=K1jVdO=A(f0 uN[_ '4FD 0ϵFޜYd5 80qF-E"9($P^ hC F@f^'~ ~ SbLJl 㸁|4n>~@*Ð#aIM02kqV44Xc#gnP-TP)'1VFr"V~e~o01%K4<7mNQ};ZO{pbx|ߨَE{"O TNs#`l;:&+Srue㆐U$Qǁ l.NMh+CxIN]M%I\K:/dz%uZVZr(Aܡ%1jC"2V3%7R:ݎaI>eU;)MUtmAiBV_h[8z"AQ8=#a]σJLD:UiH)ϒqk18tܢ28vriXu)oҔx+ @HQivs^^ b^à&=/+NY K響z+搫;*/9Uq'6hn4 ]\j@mDlXBNKj6_żdv ;`,cDkCز/jJJNNZ%s<٨xF8~il, '/Is0Ҁ>Q8q2#yT6r(%̰頔 (kD*V8ڪ|`Rm&zC| bߗo&@ezET9j)Ig=uǐYI*& Q1% o\ w7+FZYj1BH 7_yҿP߉gELߌȵm~س'mP&r^-Hu5EfzLs%iЂտJ-994 9؈+[XvH[E3IY{OVM #?6(P5&v_-vjϋT,$c fس` 3$"^ݏY,*Ma2a={$+} u:r16xԮ1ZWY2ԥBu*˷q~`]kV؛!l.N&?ǯ`ktṇuTY }~Md1W jKupg2q+#!MpHV t{Y<ݹ؏'6}+i:8b5`a!^.q܄Q4n*[&0vEP,Ƙq;uQ*Tq΁(,ᐩ (pl[  5]] hs8UHCdIrՕ:gҊ>wA-5%i{9ڣ !:a&*7RdtHS-:y/0Qe먯~{0:&Y4d:c=vLƓ2HAnri~w% ؄G?Ѣӛ)ų̻t XFD qo}MKآ)*YB %}oWZ9Qe2~TlsT*f蟘E@ÐAF! dǛ<7~rw6ƿ?xG3N(L1⍧bsLؓ!! jR܏`ͫŔ 6fךD$߳q^//XZ(iB<ctP *?Õ 3@2^`I69 yVBke?c2g4 DY$|n[.t1&7&30 d{9(^Ԟ:ݰ!sGy\$EX$@fXAa>8>?dϒ /l$K'+F;1o&*ܷrw΍,d^ߗF49WrqsZ'>C6;K/⇸r1kMg-?Ŋz;٢O߹\e67f]qBrt&`-\|ZDg`ԊNG{MA:,yN@ӔR$Vk X[Hl3jYQ0@Aˬ R'DZ\|ʀñ?VVKC W`|sbWC>[ӝ3Q鈝@co:%g(K 8Y1y@! 5~~*H@@f'k |;5^nR zR X;*K`rITD6.6 .nƘMO40>hWG [yA煕ȘO& mz2 ?y&a.B-DϞҍCI,ڹa<'j~Dxט3,}ˆ~ JYHil[t$PfkhggɅ{g :ʝL Нc3ր.&ܟLQ̭:R'Ak K~|p,+-꘴1|B-TE+@E+eG nވpea%ůix<'"bb*$X$cnt[\=҅e8Xw1.Cci !ުW9 qj|WD)|u%`Bl$ub!OcM] x/sWvBjפFQE4.uGr~A!- EB7hY;[ktj^uXr`XOsz˼c)g`y@}M94KJl yૹ̨+ tN$w;8Eh2>A>g%4.nlq@{Z"alY53s3=f1H]m}~,]p3"KJ_@~KWuc\%И䤊A|씳d?hg\gݧ.!_AW&Wf5 :}5 UKDўή #ORR cM5Lpwsպ; h(~#/%UWQSVl|TD $bI4'C/[D Br(P8jH-"Rfk淝se@ZNkh%+ÕjųkE2Es!|+qӎ;PRMFS/˞#xLXsLvX`5-s5.^pڃ#d,/^ , Bl ()oNM.FQՑHRu'0G!lDߋ'zݎ8~/F; k > (z=s C4O(?Ke.I $:a;8_ iChC5.X𭖡y;6 ~y} Yˢ6+M[bU3)"!\#H6+dI/g5#lйN!u$ZmR= N.It+a_6` lhEmxF%[Vr{sK8tJHcny$W,3wvN@.;N{[tOvaJ _>|y )PAo*6]y:v0xEOUV!AhOsǣiYgSƘ ~d嫓0Uq#4=Y\ бy/䐧Q^vr| -:J{/(Qy?Ѷ/+eojfWryw۴?4 Z=|.1ǀpp 8:Cʅm '@iתn i8[{F%1?M7 wtCA)m"7S,y=_ !S*mQHҺUgc6njIoI#d~BM 5Tc h4yp(r; F4%mqMJ ͨ,4#;wR=" "H)2%A0$5}GPW59.L^pZ%[~9giSwҗ{VqieFG¨ U/ @*GlHaArՆL?7&xѼ瓚)_qݎAU)dg 0 W <CRMG6^2 pbV{( bLkFD0/Nup5OMR.`!kF@F,L3==YLrl7H߼:%Ň/e񌞁NlJʏ8ӅNQ*j-f"1?ZܢDl78&gqk˛zM'Oĵ<4+`/ݏ !FL VwI}H<+a` $I[֚lh$H5ڧ兿Oow2S&^J/27^[q&$H@r 5byظ:4F4!)`r5eJ8X?S6yNmuα62| !o~{[^ lQ6S!*RdvK0k=9_Z|Σvc=v)w7._R!4{LMЦo2>rXn͝p7;Ho/[ ?Sd6qŎV($NoΤ`w3sNot{ޏP*tͬh0䤍V^'1ZOEx/V:Pf_fTUFv{ZP뿆@fS&,0)-VˌP8EAwٸ5C<nw}m#b7b ZP[Ƙ$$1;2ڕBq!76iS&!bh08Cq!Dޠ 5 ~E|1[5+~ $sY^y}ãjSR&s>MljOXP6V= =ٛW_qŽv6XױO^ճ/'gp&%i41m& a/[c^`Reabs)y(_ƕJ吱Wr}|֏YwK"@>i%20Noz'Vj#il.[me#D+&kTE}1<;뤊޸(zfp ʾd;ؓss<_-RS󄅈O(=~TCϔKg˚k`Γ_{Ғ[iz樄OEzL4<w|niR BBE'<' [fhmn15 "%8?hj=S@jB4WCRe^zYH,NbQ(bz۽W5wBR=D^Qܑ8 ?b5ɾ#`tc"ndMeYZtD-/Ӄ\A1YM=dɶ2x_'fB(V[xuT'dqf,d 1kd9OƚZA9}/IY]CYՆ;eݯքƠҖꍋ>B}{; c*~GPz~V(߅bKyunx~Sã }h:(gGDe?Lե@%ѕXǵ~4 D`l"nŜ2>~T~ 21H#H!W* $W E[tNN[ROvMU:3qx ey(eaGܽiˤ Vn|T~4 B/-.6VCpVi檜!>ȶ tXZN$RV5d4bW;(u$a:˷˔ΝeXxx;Mr+k2YH^@_4=92rr:» ' o*۔*DI0lI(~NM_!hdh 澡&x3@r=kVʯ?>LC "xPjb*_o0)L^cj~\xjԭ^킨3[yoX-k2GBS9Ԉj0t1+#Q]#ȥMzP5A4Ty)|n~Fc;C phO mlgX3w0$;2 0)Pz/vABK}å8Pb>Brx# O4(J'uO.XF z.xjTǟ(M}ľ5pNl3Gn#Ie]k`Nǥ,$=K@*2רh iW Ãl 1Q2SQ6Hc>jl򌁠QLhDo<^Wkĺn趨S'ZPs.mx,Rpq[5lRz˓iā@qyrYy SBs4JO L;qg<#Nԝ7E6Ud9>'z~ȹ#Pg X-NhsP9[JF/қ:Gk%*!f]m*Զ 4RY.< ZQoƪQ7{O%|F7% 82Ŋ'iiDS P,(z^1Ay|>f _ msanoyrF {/tjIufcyQ?7=gٜMM}[%xn%-jnHU>)]ȿK26k۟5|KUiќYUA -z i 5Ay3.}VU\ k?Y2_CB8~H, WYzكzq%+yoAG'g)ȑZ11815sQJuno|)F듀DwW̖ݏ|LPJ˾wC2[FPBTu!lErb۷Nt$8׿ABi;T俇.VFZ^'+yHZ5B lc5zn?#h#iRƐA;@^lNO`c>%%7E^4F0Z'_s;^_I2U^3F3"_n m§ZK&> YP07p L3!8U@,7 ;5h qGy:rdz.qQX;}pQe(2R;<.KecwAD3mg ^!RXv$P+mz1bܽ^Lㆅ\rxS }O)A 4h@-ޑ(J)=U-BkF"ƆQ),8"tZ,C9Ghb'bq.̭3oD\-ٓ"rǏ˽$Z y<s΍^ B(u gJT mj uoC2h*ep=||!/iW-^G Ͻ@M(0zHV>yh6Csh̼$.u}žWkS` b]My~ۂ9R Lav&mXOdS)T)O}mm4~DV.sH#-f t(ݒB10-"~|?8KzbjY*:C?ފu>R RMŒgeIUV)Vh.= lce@m`>:h3XG[5z NY:Ԋ̙״+<ӃYDLd{ YtI *U8g b̻k:Ƒ_쎤#}PKM4b#t& :tC-CS$ʳŏ8 駷]Q326∴iFFѪRx%UQ+IH 4*Y-+ZMU m(Yez70wR`%~`Ռo AtFWi,D btu`ZIYĠwe|D!w!SLg;D%`Kp1#^ܐ'FK:*mr@ d\)ڋ;(™/R3=<3 B% ^$ vnp(@0{TH)E  6É<.N>[ 7 ,,LھC)ab|YE& ~qoa)w(vTЧi<bn#4Ʌ6L! [oOKq an{-b \Ib)I<[t@*|%ҏy5WaY`g4~e󥸎*WbEᷭYGwJ{s2_ɟen4^۪`xm9aDX 9Tt?t^f"}}^4!* ,rDWvx(M yU^$&r84wIm$C:,It.EKor`!a/U>l!`+fE80(vdiJY]#;a,[ iG Y.sZ /y*NΒ0 bC|j;HB 7Hr& (047^~ qInB #Ncء (pNCF<ڀż8t qe`Z ʕ'o;uBd61I [/($okxƋt]h¥dhæƢ{#i@&BR ֬~{S|&vE\esz"?TJ5 Q}}<7 $=l"voB* ^E0JBDoRS rXcZEBC9(}{U]_icVT]3do 8].)`6&ƃ-O]5JGel~oV* qh1@/fs9gkM.W ^[ R9N &0E]LTPG`蚶孞tQ'ltT&¦IpC?.7>3oM@1ܥ*+G+%6pvB+ɑW :w̋=b2enfBW~p-}1¬ LZtѢJĄ);t\H@:j:RO;,\"GN o_GMRQhm4Pq>|@+u*P"L*D-LnFDbIǛK7 (I}htsdnD!wdN_k:Gʳ :' u8M4Bh A%qdEs܋T is: aSGSoFW佘E:o&},L]oF mQƆ {U>m-jd(Ky)Y;ԕ4'n$E^elvf!DըfYHH8P]c&(qE*eȄuNr}~$.DGM>݃R n2 OU""Aנ/Dq&\xĂtq> Btv!l4&nyX 'L/2eW9X)N|tI<ѽ"r!|M s77F,B^uOIBi]<ǻ6$(^Z>T۶,#dt?4SuqqԵ[]mW٬guwa zy >FڕǰFoHDK<|-!%¾t<$L*G-F CRV%f/ ]WxD]o p ShuIJ@.iD;Djӧ|E7-sc,kY@*CXRCH/`;Q"J?5%>孡cDJcvǙ^[%,2&r@E8;]8RE`ԙudH 4bn_8g XbZwjq9iF#MV6,Vx}-P^UQA%tU%1yUJ_[ N  4ټ+>EpG-'WrnVdĦ$eˇ T1aKA\Vm[uEr¾ʕ0 VݎeAlQy&4|(am %Q,uX%[D)z1B{,knSNF9w}WjMD GgSb MfjoH=(hc 3eq9ڽo ՝a>[L|?©Gm0qtʔl^Ps{P0%N,7YqG8 # 2 l>S>xLH_;LBNZ?d Br% V>Hdc<rc%n)N6e6l}Hz t=?e6apSkG?j<4@hS?? |z{ܹ\ۑ_鎊7r4v𢢷?4(=< 菚Pׂ&(9 l2?c?-_1w Q>~h!_8KC"54*{daQp} F5pX0-b5riI=_/t=l~ /kt-$W7V(W LnYI rӘ3w\-y?6Rd}rf8o $<)_c 5FYANRQ_Ut3#eg9rk Q^PHbjAH KڨbFIA·z;_J9 m;!@UOElU@}F`ĪM|u sN5b,^ F,PcF1SPX)SwCKm*N_ψJ3 (IƊHb!̡rԉl\#/ɨqȲܶ珼3J \û |>fut>I*/!:̂ J<{kR`{n;zhMo,@ВΥv35jWQv{U@ `q!$4x}kK:błOe!Bem%ӨO)4 dX w䁘%ǒy)"h/3 #mF'`q{|ߩK'XL/ySUMR"0QP0&!w ym@$)-`ܞXDppQOо x+ŃG/b*wx* p"Sa;|4s{le=Kt˨;Qa+|0rGqN֓yԥDyx^1ͬ7DX:DmtM{ P irEK#olbO4/K f_8un읔a8(f]NpN3]& .K]?[#13rUK^ +cIL0Ql+ɩi>;zo8A+nog5b֫o\^1` ea2Gf>&u 0s w~ߨWPj ]YcǞ*M.25㈑PK92 pxWVp<Dև'Pիo ӏ! ~dǬ@븞.Giȡ߮UFPvlEKYɚ9aѬDAVKY Ѩ>1}$.#R06 L\"֖K(?RK5rՔ!(!8TD֧V_9v2~eU8<ؽ%(^h:T|#'( in9jKWc"U([~/?"CjrD*yM6O]:ŽԬl8bSۚ7aIz֣Jeep5ħDkS[-V36'5M^pM4!]N4@\f\Sv̪u6iFDBܡeqgf(qa3 ׽jX!Xi `Y;mŶ]W.cD  NRD[Nm"8jѸ֪lf74;vO~~Ҍ'Ɗ ,1|B:K`^/!1aGISZ:T>Ös.Xv=(̈́" ?x8R& \mG(V#"+ ïLs|蚹U{u+%HMS`Ԃ-0,N@,F~-#r,+PdujXc!cFO[Bً6{KdR I4eP̠_Z?kرaI˘tܕL$hsh>gbv^4BYI9:oZ9hdaE)ʓ~ oP02Q֢dNU"NjݚYV-\WQ7f$;WހWl+ ]YxJ7W815uTXi)mW*\l\UuZHQ1#`G[ bh^?c>뗂h'ރu %=V2c9b{YbH T~%T8'$;taN?&0hXA}e`V@ݹ_[ N (v;yʪXO ~ Iڗ݌E[[ז͆q3s.so~Ƞ9Ȓ-`:!-mռHZH1xX+Ǧ+B G,p@Im{'큟Y|_5s*Z>=RPZqJjqKKI92{UV +Laceb$l~b-usԫ1 X;kOMvCCD@ﮬMݜ#I/&~sAch982GQ8NK$F?Eer Q8@qĠ3~DȠ8՗oRClPZȵ]5y&LdIM\g r8.h&WZˊ)sk}I*3S 6(D]%KmZ(zg8E/8MUf6ǃ8.tUHOà/g!޾W}g g s3dlH8dA-%Ȍ¼VDN?^Ogx"[`s%U]2=79(AšT%agvm CEpB"Ap9PG**3Œeƕcy,njrK*bOyp>ں,v )팇f3Rz8;-Xd{ᗄ]:R۳@⿱Q]eu@IA6~Ƕ  `植9{GfdH Lz㓱JdFP`_v;~P W?]")RT4]q:FE[1*ql{wDc?r' J%W^Hm~[}V j*KڃM]/KhnYux*9a(o!Tz3!֋Vj_%= 4`Rf|F***^QG'w1LOTm8=A' *6d ҧwxڥ!1"b,ti=?C*Rgf,Ϣ0zo[ @z*Ĝ-$Aޔ`R" Sy7z-}IMLڵi_PGZ5񋵅:E[={?汄􂊾ܒ#|y=>\I':-cfV ] uͧ+ LOmf./n`헌]q >&n|4oyJI˯H\poH)xoe_rsZy9Lʾ;U𐲴#L,MS%96ŬY폡ϓm$bn?M꜠En Lxm*ZXд"L 3Z~_mķ\Z 1L;P8:SVRB|(F 4TrIEb >1YT-_*{nRz[#@91K1_P_FΜzj68|L Eϯll=:[P{p jE$ah NxbA>w&ywK UeIׇ㜝Í ;hLרKRY>7:\c0"NohFV\U9HWU>{&BvE8_1C+[v5CT^Bl-Noѧ|L_8RbEŪ,J5%%bݜ}|!]^ _*EyOe;:cj8IRԑVo)@W;YFgqYZa"5IK!m9hCZRAG۟"O7IY= 2 :|4{UBcG0]/7$h'dTR ^`dkk= XS~W cC^Q 0/2vKOӢX9LƬ  Qw:t4#$4phuC@[Zێ51e<^S@3n! 23>p<?OhDRxS WF6ϲж Y#Dh2Cn-!+`o#@YB(} BBb{厛BuUCuȡI8=ZӰȍdKݤT%W~e3HlG)g{=A]P+3Ni%ٛfJËĞeNLDftt*ϛg/iٸ{}He!ŗEj5ȘGBD}5 2 :/T<SFw%1c*)˪2K9l8x0nWڠD q_YvJ= ΍T5.HHxwX )ΰ8oثEY,j!΋dVS5~LSeݚG{E2J Qz6^q#2~*TC?/!BX0̝_/XʓF.PH]yb4?ZB1Әiy ^֎) ʐ{n"l=ߠ5yi4&φ}e+ʍ .1};W5{mO-޴h_<}p>tţI~/w 3@'of>y'e/zIg`EqfW?|wرhLz)0Ϛ4&6=^F2`uG%-$^#h"xKRSkzg dtáb qBV9R*Pc7bH8׊7;E91Wf}& ek9}nڝڵzL@ ٧CˊX  tƖNYAUpB$WD̑ʬK J+tl 7>! p1PpW 8rkSL ̓XG]^fA ۟;%+b5n-T1\`m}ؕNKsS"GL5//[ejDC`gD҃lE/l .2{g`vcS.v-Јwhfj"B[5#Ls"y~rYj[iTL$>2҃ӯh$KaIĦe,G8FFVOZ-" 2nwĮ [q&Q| { Tڍ t=tJ1tR~l~l8M Կ֫L-(&RkiV$ y\^^\<䣠G-`+ H:%]ǘOؽjCcݰn ;VB(2>#nL+kט.2mK>BŒ;.b#&Uߟ}pBL./x2)k:b6Y/v!JC;E c?{Dш㪸@(d0_4ܩ W/{%/~]FieQX,&ؒASGK'*; [i }֠GirPLo}L op q|ۙA{:S[=lg/4 'bN)~dY:X fҽUar=dWj +/:~N>}LxqbK\#CTgFMX:>6 7xH:!/7TujU2z)>`ԃ>ӸNF>swO/D "A§7IB1pIFU1tB~~yFohQ|CRďa,],^^o7FSQR0k 4UE5H*ool뻀YsT:n/?QsW!2ifwsS_|3T\ D0O :(mone\g514'j:қ_k=/p#hIxWB#&Pעh i R؉%K݂{{ Q— Ns8 A?z$aED;4\6k-U{|bPӦR|4/fFLB'J/Έ,~vӭ_V6kdisy~U67z2fuMsvIw?/<-Mf5$Y$g:g"9w:NΜMTp.Rwui%IeL#Aɨ^(^״!撃ٮ[26^VȖ9p3^K t*h I`5xm@Mi3赗 WͰlN6>5eXuW&b\(܋i,C/AՎ"?}'HV"͙0XdRUVƄ]"\qdUP/s){f ܝffO+bx].Ï1N}5uׅ3ar&*RYI ,aV{%wKl3vOktЕ]:UxQ㛔S\PAk i`Ɖ5µc6Dso=+ %k!3X4if#p+ˆ Ydə&aн9M<ڇ$BKB=3AX. N__@y;.%+{ZR̝`$;H~̚-jK)U5郈$I?{PW5!dPoVcn/[ƷqT^嘫L%zNB_בcC &d^S;(&EQVj["fRZT>RƄW\68f aID4Edb^,$~-kb9O/P' kת! }]_Rܵ4;rqdlub#P #9B3dO,]C4JoVg^Vl0% -fGePF^8VP!A\,9z+Г*N)hjUrt^2E<\fLD5߶Y=_P4HPZt8_K!9Tܺ(e̒ρEO/x=~8r[%x̂ {$x\fb#%٦ν'Ǘ&fXTNFrݞ=_*p`SEtξMpiQe%b_ɑɽ%4$ֱE`axvK&ׂmn `EE-NJzNʫbk~~}^s@SV.\D^yQ<_5!B?kcTKY?;gabpYTшl6[;u‰Zc Rg)kݾj5glΣI_<&XBB(F9-r,_r~TVOǵ:Zxn@CϏ mF{Ylπ 7LdQkE)T7 kꃽ| 2ˎJ\j41u('Y}pGDPkz]YGz>^^4%.*"$wrUzq Xzªu6^*c؍Fh" jϿ8OSRƐY1NGoh} $hTG}4ā1T`cx~TƾX; h~ҽ/vi+ʠThYLu1&/Ap`wxw H͊2Dy0[۵ x!2]=UQ*/r"?sYrH٫FsЄs0(UDDY>c RJO-33P+ݺ=l UvTfg|\y$"N՝<0t ;[|9/Ԩl4rbjz@?C+_&_ja0}-Q3,kƴdw.9\TDù{|(h{ͅ\H [n+=ex8??Oĝb"6"TZYT]اJKrP-[ R\̠ ^\DÇAjd+booQ; ¦\ơ?uQslwHE1{á{`xp^%{&#K K"3sᯤT7f_Ji+ /ud 1)Kw7%J|TAC6]X }HzKUF*|<^]fwtTQUe)nuΉt`oGI>~TlҍycŦ%\AK/R$8-9bOoٌ?ކqXAS~.kF,Sk砈"4VvMO$.<kNL_64sz"us`D*{(. lfZВ.)CB!4Qsb*1qm-4y3 O@Ð=>&aRT0&=tRDWq{Ϟ YQN*'/ }ǻ3S,` 'GpʂeUU&ٟx]EмNmmA?gAFAJGN~{iw̘Wcބ5Nح :)vz3Y,X ZۥqP59rc,oaZp%J˵A|/%BŰox7B+Y\{Ѻ4~9mK³ؤ*>(._0AFEٳQx (Vv&9~0eF.+Z _XiAM6I1"&L,rpx^9Ғ{QGdW0&Lh7`izoÈڥl=߉̓H_Cq7 @2ªv7G}׆;T0*{ƨp6y[x+H'TU: tYdքi( Ri&$0ArR: "f /(cumszAItPyȠuҩ+R%!CwhxRl ӓƺ.I%yﹷF}d2|Ҁ7GޞOZvp:"BS &#YYOU"6c咓 $w|8D$8ñl,8'_mA֭#O"&@^9;9xg((Ĩ*1&b9G\7i#ԾCC@!T^Y8oQEϮX3^:}jlHɐ6iDW xF kUEp!.ayY?$ 1;%ҋNg\R#@(,H ,Ma,qZWg<5#0~=LR)3#GtI7*gmjb}aǩu ,l$le]}2Bi`Sqع*sM$s|Β~ϼc]T)LkS0࿣Z|jpog*Obv]CY1!fe*7éJ?my(onK~c}n^ݙH^;{F7杓Hpbn6ܥ_mcڔkqAlyS, hV/wɪd$[ üSgU)7&X71j3O@(FH)$Oܒ4.n}`^_53 f[WTP@2W@o,Ԛk⍂o [N0aXB'H}th~'q\DFFQ8cP:i6}6?+'}e]YI5UBhH3H5ܽ5/ LS|Ea1x=\Dݮ7@n%# 9"H= ]W.n]JfP3!;H#B~#Twj$W^bO54c_m' beW[[\OL&e[ (} M?U;dgN!F8jwye:)VFOX,.FxL% : iP YK|k6/KK;B?v5 XWШm{;F/se.ZÕ>.!eMk{q^&f8Ӭsm8b6{Kl29F&Gzeˏئ?&|eߴ~N!!M,/@H=u-mw"tJ 8YA+\V?]ڼyfڑ$i|\AI ]))kЕsK>:q&8%1bmk@n}^>weĔ}L_ax88f|;ǹuz %^=klEOЉRlCȮ7jl7uP#bJ[9 dΒrIogONᖷJH2=+_C_t7}#V0,̳"4s7; \atHX@pqlj _<^J/-0J&9νcAD ^0Mn?ol!븾G SZw0le5,f[!G"kSkȉ Q#veo#\K1}Zp*ŭVڲ3#M8`3]Aإf ˱Yl\%i9X{7nۨ7E}xh7yXўa,( =5F5V Am؁}8TOǹU U^wB%6DO ՕQ&cs6r&["<(eD;]p:ixmhH2p<.Sc8l 0‰"v2zH54[Zxeyj雺oُZ `)ICRC(xp;;H$kHMFF)0uwT4H3aU8 \?#,Mj(cxݰ+3P FG?Ẇ?2\R x'}ULjz 1AjDqvڝqCRsO^eS_`}'EDpm潕ʎ R_,LK]\a+Rl%\ńt["K#h1gWQ+;vP(e{ѿg]O "V9+&jd ݉n_f?z%/=g"^RH+x;2֎BsGQG(d"g]U ۷`#E?2MEG& 0-4 #;@9a$ҳF 82"R>,On#=޼ [:xOEhҾoX;}銳b-VDC 嚝lPry12F_=wMkc=ڄ}71_=9X­&KDoZ6GK<_| 'u&A{ßvH Ҋ ]Dm9 84q.Z4rI% ZkRzbca{V-Lȉ<Iob]3Nߔw>lA}'o,훃u|[ ]զLMѿeK]S r G*jQ!?(gmꗀT9u.8LBNv⎔ٌ%4wGp <'k0M`jO;RULt}LA2  .xNTQ 6GeS͡KFM\-Yf5*RE _X \WN|:aLcg_d^Hz9j96}I*{M1~o϶N/GO5@Jy'ᏡYP=o{ivr:RS$,8|8l|8}90 X'=cإoEr((3GXy+VkMڴ|$_kblA>E&Dvل:EqXsj4ȊkjXi_D]]!NLD wO h[)d cw]'_'k.s;%lZi]O1Qr){T<M14Kg}&Į) F19X9V&Ph{welN =f47{.(ڟJ$S"܋# )C}^"-!)/thPWWDU2# >P׳MC=/5Rs͟..HVrKliEEK9_2~7q+k^h#[\g/HvcX(qLHٺ&+wH-TH13bWOg8-j ]CĠ>wʟܨ+͒nUm5l* 9Ic$Mս0q$a'T<[^aPDu=w3pb,ә#.N=7U)lvs"‡zdb $!n9'SG^"p09sMJGl0﯒"w({^YY)k>`:,*2ZtZg9]Bk&ܠq؝[f'|cjXpmUԋ#B1ܜ<ė?|@xmTI']Z5wywY#IO Io*Cdה v<*ͅ|_}Lȕx*Xj0fRh}1 V=NdHɷ'%7 z|GۃG܌jcN6FC iMjVCFx+'(sBI]@`Qƭx%lvoɖD\ILQ7ܗٝއ :\R~i:J/pΪ{zs2_1\hۤxfK䩛DUm@GRsGi$m &86g5-8{!?%p@5 LO^+:`_e&>gmJ9+=&Wa!=kP/nm)L`~H y\bդ~I3moKiZT0{|Y\0[u 0}#`KLPmN/e3$(a!C0MSSꅝWE <tbJ!)Y`vgUĀjO Y"P!2]wخqy0eմUq!aU8L Z0[h5'/UY~ A/' kE1ݶ ]zG{y/ZUՖPѝ_pGM Ĵuv`<ǀ*SϚBX6g̲ċ᧻TɋcdEyP_ӋsQxce@U#Vr)@'mS4& C"Y%x +e&Vc{8t@&.#t6& .ӺFøs>YЇiv ;qgRY'by(?N.Q,)S%q3a}ܙ/B4M/ChCl>`WK/ +_$o6bo UIDgl {iY V)ׇHe#TzLXw ~G *Ҭ6WyDƲxY hS<"לQKhRMs P X~"~O{~l'?6./: gɻWZ[]u[WҪ3&͊X, _gnI* F%}Ksm*b7Y1@V8 ~!XQ]P'nPY13d%)ʥ](Y}#_~0I}- ։_ a6׋ d4XGUs/lod=XE'ocN:[IB%(wN\% W#5\)vݘ}=ݒ:H!@7\XQrÎW 1zT@?Eq{LE(a% QTMFzjWkSve@|ڿ[-P$$hۗs󔈈\mZЏ; fn0[ǔeWыnMoM-,0ݠ+EW|-Ӳ{9[gssFoS=q,Vk7гW`CbuQU~Orw+_k;h1vt@:>EA8`X2Hvw9^ݠԧ Uh苲n/ ̶q$/&Y_>rMgZvq38麋}[Im'X@]{.œ̤>*6U_ψ]4ΉgNm+@/YҎֈֶ້E}?07v Log=t]fſW)y3 }]BX|aTMBPgYh , \ re7)J+R qdz$"1_R}x䞘ljS9R^V4}ɘ|k.C:yf b{H0 ` ū9\FK>ב  _N$B}R 2R9)`wNMNxJ' :':2@2KRpP xr}rk9rϭܐkjk=qiKAK 1٨3ؒ|Ę QLs֓45;m  v.?SJX$ӂ-x INzτiO;gn֍O:c}b2hlLm5,H %WBs;f!on>Y͉wA!=#\ Ҕ D/ZT9GА@N,># 1Yi|`d64ς:'zY&PM=W̖ Δ Yb'$rh29KD@~wL)J7H`O ;`xeByk ]6oygG Sj~1 z|vz͗oo#kJe;3cRYq@Xto\ 7N[0 QX؀v  )}()arr:~{KUwpp ZJÿ}s">dfQ+%ϲaJGm=EPh!rm>~yk5BYUROC3]BؔΧ7u-qt[т>ĞM׉)1̽?;}FܘirRQRoLe8p7T]m+ϮOGO A 5.);IpE\l?If48r2F7&MLm%'cg߮ T3?E-Ynh{=pUvydoDZ)OX}'Z]{ٹxˉ?}狀-whvP"*lDpBTiVQِBtx2$ ebl fLM T(feZY}oKTo@ị˫ ({(|(+̝$q4R?5ęM~+.pQØ*/}J:>B.eaլ"mmvۿa-}Ibym.( { TZףl=UGD$%``礙r3TUuz9jRg*<Κ`G=txZ"pK ln \ZYTP7N}.њz nzW.33뤅wS,YQ~'nYțUTn]q}Pi#My|q>~h%n~es'#b&e f]:P.Ts(@_s5w!\*mCF7?1=_1sL<8i>&2-|(bΪ5q.떓*ۃn=8 $!`W<ۆ'nRM5WVBĔ.Ng̯\֋pJ\@p鈊2Z@nX; H-\{YXWhBa.ua a^ad{Jܖgg]%S.b#$הp,)%՜%+ae 7]4bYٺARUE.n_xqX0)G!^=L0 wmk] yfT`w\Ј. @1kQ]_I?W ,cJlOuEUpI" 㞏 54Jy !@}˯&R\X$Ar|7m"]a/oOߊ7T™ajhxL7dO)_õ$^4v==(KZՔnhDz Kc5MsyqxU9X-nxb^wh$n~V pp`i+),lF+fD6kJ6M+v\7j6>L0Z46g;PRߌUAF\_# ̄iFӿ1Uw'.NhM5O:h|~T3$8CsEaѯkK^|mw;|yUݸ^%zM2'N.$>;N(9.i{&)o&_MY}UIC4.iIA3<.ԭ*t~u7 MyyjBK,,%L^ئ^yta\O*~/FP)X fjPbA/[8$/[>aT0g\ԁ\B%T*d2OyXgΚ;\Pk, YR3Cs^C.Srq8,gEo>~J%2* Sj%*f9V&*U: ia43a`3d-8Kwo,:1z#ñ4M}Z&`:V΍5Y ۳Óv`zgvl2ԃׅ _'=P 8ѕ' D* 14&1/B]eE0:ZaXA;O5i_{7[CzDhuT4E㧾q8<nuC'ԖK}}",-ٽRx\q,y%$|bz Un#^SA-u܍u'MT?dL0~-Дa;Q6CЙ4 @L5<1"qŎ uM4jcYb=sFg O(BR H-JZΤرiV^M 3 v% h҆MLI[*J/jΓ9 r Z{>sL6t)RH(X+Is 9@a3w-)'/,u^q6\a`gULU5%ܻV"+K@]y#@MACGz`3az(65~$:\GCBEc㭗0fDQ!Aֳgz1MXn<~v{7q\6GoѠdAhȸJQwOh~t}yO Q8Z0u[zIN{`3l"g;[0Q\־PG30 y9.`WSX;-Rč*)m ܅WsrtHR v>6X莥BYQnEa f9. X7`;6oGf{M2o!{7ސp2Vz3d{ays}#zR˔Bid`[b@Bg8[_T)ZŷmPtM =/ a8)xZhk I"u %^YW1Bjt^~HtSXYK`J9ǭ?}C^ؐ;` $|ZK?3Dߐh8mc|AӪh`̹v|U0ʡж{ `Q<.MuS6-fD0hH:rP+IN4*))`ΗP } 7\h'7?лWN\e ShPV.do%v jQ={\6_ N<MnK6nm# 5m ,+P29x$ʆ VZϢ(,D)7뾽[uy[|+?m?$sudum@`6KȖCCzs?/W n~=oQ'M3 JAQnVYatc`L\GV Pnq_Bܮ$ z}{[: J7H!m1Xe$^[D4銺#|!9Py8*?\;8i2כQLb{Dכ0IDC JݴIˮRkl ݷogј(76ʕ m3{uSZ9X,ZW }R+$כ1Y8egoy.lcw&yk%@ۗR:K[Em s$5I fn;TN8't~2| Z"Vag !gLiдM'bA/٫`6?Ε ^kt: N4؄`zlO^Oo;o[R祲4,9pnkS*8黾nr(BwyoY`YSFr *r'+dce] :V)U286AY0C4;|ai.>~SmjgG @b]jRp9J 'y,k,u?9 7LO{G>&*( &ipz  ~U J9rO=F9n;'ux<\$]f}` 'ebU잭ί׋.-ULmab_xFHShCz &}M> q).[b cX~~45%67&+*L=@0`1xL#U,+3P{$Rsl/v:?[\ʄL{D\,5( [|j $Ssz읟a Z_]g]s~W߱1F5{ b_JwAo UP@{c@#K(TJ-dp%PNM\z.~6[Y3>@HQ%BdU> {~P/Ѹ b;|/ T mo6dM՚g\K(SW˛`EcV[~J嵈_)z_PSl'ʅr~?-]& Y O[ ).!+MK'%LiH@ Q4F$$;8wÓil4r7Ë ko0F瞺C?`z'»oM Лϳ;z?I^-&=6>ŀE8^g+)()TBja{Pڤ3FgKKɔ #2돼秏-Z7-x _„߳s+#D'0)k jc`0Ӧ")߽hςy8 o"826 ( ƒ(~~1/' 2g P[EaQ(RY._:0MR?re*&\ . :$BO oCƌXIPزc&Α9 3Rc,Er7 U *[@JC)rCm>M^Æ tX :[3$^i00Bߩ)C+DKVNjΧ~ؔ#DgY^7QKUE ?#]p< +uZ(|1h _7rU#vb8ӦtS5uܔk$dԺn:Wn16dJ[n-2)ePCS{VHQVeK0rTN,nw9Q;{4cERo| a~v a]* i'#zu< Կݔ[*ULTW9 M_r5_t )%j}Oà)VF7mf|/ ǞϞ~a?:|Cx(g!|8Ե^tJbANV@HTc74!iAlm (X( 1vaIw,hQX4~0A.v[Z1~- SX ";9ّfmM-0M:Bt+ |g`Gp[ZҴG0dЛ_]{`XfwL2M8,8dPhUK L܂Dd[F[5H1BN;S *ZcuBuGZTmpl+PsA8a8X7. YwNDLtƖu %'vO5 JI4Z30ᄎh8ɢ8?B>!iIBt'H:^9 HA3Aj.n .e5XSI5[BsZ0 ӠrgB-['T@vN6^qA#gEڽ-+p8s ^ \;2Egy܏<5ӂ'MsVZ-Wuu _ `s{O[77Wbf7%]JnrέQ4Nt<ÙImwJT{͈SI!0wFMj-jj*F!!+f ۠;Ȅ Y]=w:aS88a8ÓέfJL p+\p: Ӌxtu!^D@gϩpWWpS8]p(ueLHa`lϸӿꟓdVg&HL0*kw޾y{91&T޳*Ŝs[vV4E :'^0Y4"2 H C}o\z.FH-$i_n5!QM >}9&hH+]Ef-a° 10ktA`I^a<s^.5-YT_jDL\6[qȸs\\$U( SObG_JfeBHcnj{LTX˄Wikqk `Ɔ Jper$86.sj!p2n9%Vn?8~+-<̶x-LQŘ@\Ko@r[G*rWsvJ?MzSQNYf=V^Yd/f+e>T uyP0!U4)D2ԝ,uohJJttz7tZQ?.Ti7'Ϧ컰]i#vFާm"m\(t7CLoXbZ/L]_MZ'Z Ŷc61Z `g4Dsz'3{ Kmr~pwO:nxe.99L RtywP)Y̧ 22Ԇ]R~$f kL ѫ|#4vOztz3}ӧ3u%֋fuwLxx3a=rI M=h$5]lH w=a*֥!gs2%*( mҼ ],3k0FQ5(ZảKj$-+JRĕ(icNhoevSV.BmkSG..iIXKu%Fd%vU>b7Q*FlT5`݃v=tqJ4;5F p'L * Uܽ$s*ޭRc/Ԕ8]b@{G.C9tP[sװ:˱usP,L^z۠KU;G|#2 VkEnwvp?=zpNq__:Xm>R` <_: wCU\2BtC.8s }}0$58N}ϹDTJ qE6(+M((!)~l@'1&[ ?z`0K8hk,0NK.20{HzEN"V& tsnO''lwAGfxܵޮkP悛-{://4@g]wARD)֠nXnL ^aK5atA4yd/)G塟}|-/HRX-,dJZ. rPleHϗXU CxG3 %9ؾ|x2\'Sx?.x2\Dt=EBqb7`IDNghC9v>@%_4 \`8S=TBNM8Ўd-(Cd`ZY9ef~@˪p sB6*G7Lb=Rw/-kL.諶͇^cwe~ʡTi xvCB>1V榼mSP@%a?lR: "cT-W6ZrF X=@ Y0sd+0j7]<l8#ԔHөV a;c)`xDS( )|6e2~)dr`jsSϴr0:dԿZPaxt<}#m xJ.8$Rk8OoD7@S!t{ &r'q ou$/25_ka)%+X?_{`5JҹVK^ѹu7nX3c1f G9]g==F } 獇:́MHq VQVɐ5tAӧȪ*>vs5 ;%KʩYiFqQkR>퍌gt|9pTn ]%B< V%s|OІwK/tB:QM! ogAk)b(85>ā9րf=#eޤ/Te7>z䓤4E r;ɳmG4ȭa1mEF' r@3Żi^ix&p-,+.0: rOxro W%txiUUؘ;lvkπmnot-l(x]/Y~\RKD\w ?c17ukT~sl bugypct5xLpI*L=)|]oۏU_h9Q^mhfe\\_|Km4lFiah\b1܀b%ATj~>N$ +$B/ag(wĩ7zZAw3W1|}p DZpᠥmJ d83D'/\%Cv| `7y `a-UIH[p{wO՜m?>ѭyYOl\-MVKZ xFX{A|]&}SP} kַhʾ[f k`w^V_+ˉg:ڲ15~\]Q&eq'9ᢛob,䫉9wyQ)Nt\9K2},6s.Ic).Jh2Qb6#}tuCWK᫋oI#\R|{kr3c]Ls?&W'M %,L\b,n_Wh2 l<2R_.o!Lc^)ޢ 5$,)Y C;TN3Wn8ur~3=U77޴gTiETl{QvbDdp3Hrt(E[CptR!U0 es; r*( c-p %Rj{d .le ]4ԗ0!`j)×2ι-YJڤ YH,.i- Ħ/6\X*2U 11 DpW͕qNZx L\'X0ITE^\2.[ƪ)Ӽq-=ZN'm$ujDq+fN ۠Ц 6\6 DW_嗋啦nVOGm!prBM 𶁤F3Q!9vV@"'tYSʐI5I{Z#B:]^%65+8y?? aq>al;uv(|`j W[>4/2Ψ kdax6b܄dJpbh1_g+g($ܱCf֢tTBWEN7߉v ;QBwX-nωSI#jMr7`FKdFseԥbrape(o8s2~%.>RKCLB/'-#!q!x; dX樍N44=ԇ>[5u5@_2̪9WX .ƚZ4 报8z4ls#j\T4Ǻ.Z=ArsġwN3"ug |`ںSVܿ| Qo8 ~> "k;,5; ]@q6lAe[-y48#mi 7`5`'(GNg!lp/Db^6Wz ׆s9l6J~n$q5$yncp][Fx0HTkRWr;2x`0FK&kV!XK$XH*UhjwxGLXЍF,;0?D kiS Ce(]u>it)ՙq &]wh7ut[>mY 2Ѡ4y}֞ ]7710.渼hx=4BSVRKf3HaQ!_U9MB:̷־ƊTm&;((xjd:9.KxV.'Sx3.d̟xK<ѵ-&g-7RLpTK+Ywu1>"Z5sM`2!-ygY^I:" ,F6Y9 K jwR2jp4[˫ #H5Y= h?DQ$?`ĔLbaɶ -&%Ə'N;?M6=md]rE~s]@i NXvلO,-6oq)FD%,H2^tfZ=TK,=P$ JJcVmK*F`Yvp-#@ɹ8 8E#?LvNHrg(TE*w![nN]8xyy^E%|f\ܧb*Y35BVb#d%ŚKJ6g2>^PriEZHMк<!4LCΨ7x5͏IRd\p3-ePU %!-攼 G`q9< ÷oi<`~?8`2}u]R4rq'O?qt j w| #"|ݒ|~W䌥\0dH)+MBu9aU*^{["eLS8v?*=RH$"$ڣ;]7O_<#$a)sMRYTk.g"sFr N [sJ.\hb%IRM Ze\)N@?+ Wkr:g$c깶 ףqӪ$%Os.|zr^-_DEm9Swd]a͂qx:]L3[peu2VԔN(}N^vT5C9KYj PKrJXά*fBE}) J+H ZaQ)GO kJEf4K8w*bx3.GS 3\*ˢ^lے]<' -KF+7ke.+ CG ՝cBb/2SBB_B 4y *b1sa g k-H@bDY)&ax+:n c`,Eʳbœ~Et#k786$d×>ȇvRH+YXZO®B Kq {*YaP6; AIzAx„"\xY5kB71^6i4L&&6Bx;h}GnFN0 ɛ΍A  V Syb1ਲc)Ow/ʹsXSӭխЂ\x -d{59{! 34ilXC+v_ u܂q;4. !EztJιANډ'LEm8O A,'-M<'Xmc]R0&e:Kߑ䲱ڧ2RXҴ)+`'(e.#l:o4$"I;8Ib;F[1Q mc3;j Yu ɖMڱ.!ؠ\%n! /R=HyywmZ#z7=Bu|y < olw!ʩhnPÂ0i< C]9YsJP1aXզ0_ x0rc\!k[./™u Uwӷ7pkN+\VpS+?+[ $t}vo'|*#J',>Ŧ\?k>X)e:7ӓY;edžԲ)G&~ag-|M[fR:KWVfOsQxJߦF% ^7/kQN4L u M5ih*P3A~tli? ߄ ~еσ/-Bk1f}~ Ow/w#5JAj D?0׭4 tjRԥX ,NiXs%5vaer ߟ_!*䂢ND;5K!3jgǼi4/O/gwqM3e DIjoڋ'J/w=ll4hʻFy78n]42ᘹUEŖNT\k5beuNzTK*+S*_جd)=qHT۷}@ZvCM;ڴ̷ЁTŨ15r|s؅}9|E oAV̺oVjuݴ%MnEb8 ]pO1p\sWY-i4T2yξl4@įd)!Vi*E;Keϩ}s`=:} <> Oι*yvF+cŒTX(aV̄#]3XdėS^u̥z;=>;>|}x=vFF=:z=<0'?>~j^96PL~?ޏnFg?߼x դ/_q#$C ؓG6Y*c,BW074) ؽ[vh8x&/'e0=հ7 8l0zw=//`Ug NJ 2"^w&[3IwRZA$TqN(,-=wh!2\ m4Hz,䌎~!u-s:EʀL 2WR״a ],08i{;|x:dZ%L.L,a7?InȽ_ق-`#tFOxRm [ݙ^0Dp]HXjpq;vףN?{E&᫗ zxr2EoB|sQ;bඎ;i P)q'\e.i:6MaX_'uŊK/3nM8S|:Ēy¬H*P@lK3 ^T#: os˰NRU 8HMХ 4eJP_0o9׃G%s$G(։H@6'~bygMKia'W"g !*7EM#Wb6̸uP FJSNqa`B4c9 d sbKV!dqJW\XVBP8ၞ++C:Q\18gW9 C'X~M \Hl9ٝ['焞Pf.-[ ^| |ϱL.zmm}-|w2f}'yuKjZ(&S& LY U)W!2ZG{d>nWp/pxv yΎ^@yoԋQN7n)t/cAv~b|u9{*~vgp C}JʧF8JsA*D .BdJBsKar\Z `@ g-Z"[e.4R ~;Ma!PT% \Bq8#էIg5']\jn~88͏D aڋ⊣(ZFU8.i[!r4a  LDAA __@ Ajx̅ -,n\U6]7l;bSa1B[A:C#0&u\HqSS)d׬G2 V پeПCbG1WhRb""ȯE4oMk-ªܭ\@j]tF*cXU BKdgׁ%=MR{G7oƗ\✽mkm`>DU 4xL-?.A8csRm(4;(f lmvMh= - 6t+Zl po88B+y-D<ؿ\4B5b.׷Aoε<9ܳZhX`j^Bg[  0ZgUIT^ їN^T>0a(nLd2 򐔂_7*ɭj's峦fRԪ2Et%,h̉-~ uK\?RkYT`ăr.EGr p_0O–F> -qX7 3,b•۪x쉺ڦ7 i(_b/TP"[OFISUkq=V{xV '<şn}Ȝ8aO^]x*5Tp(K^ |q*J4=V@C^ -7l%LO*纋%Ed78-=Dqy}`u (ʈԃ7uaJT i!oG=oBP$9R~Κ8\:N&j R#|MfwբbF;Xa@Vy=5U-`/n.%\ Je!mm:Y28mĘTzRu{@4iO8m꿙u^Rc^! qrx-g[!h fO4-c]X۰pу/RE`m_U/v5u g=Ycyθg󅭺K!b\ i)2ދ,HET?\ԩ뇲*&?JX2Z8K}(HkD~va 7mn]ZP}lxp4C?g±XbN.0/(lÔp~'t:;H0̷?rl0p*Hw9mm2vSh5̕`ռpU:C ( R+f"ZIlSb~ށ"mge8ƽ_* ]v棼e4 }'=_K|ժ ^ LY5\L"|CD3Y ԡ.\_v1͔y3K̝9䗅$x)QE.Wv$ 3bV)s#vbp폨pL.%LDg~m/3o}S {ˍk1'<`ݷ׃oMiuw;UaRT\Ē-Rem[lj`[@[S6|vW_8wI҈b K16at+םo&_Y),0$VzlS7$-I5whq!>s/!t9d.QyE34{wA/m~@#6V`߶ufJ#<ݏ\P] OiGwtN1+ҥF4ָ__TDZgQjף&KwM"^sx:^ЛwĽ|ӿQD{~UJc4BO3V0vQׅ9}➍ ]!ݺ\\d:{X/\B9D;݊ߓ9*ح(Ȩ. YFΝ9M p &E"c oߑl+0~_=w|xvi_ |@4ld0p<c-?Mu }W|!fE! .fV`Mzv> OB#l o ~9'MIA)C!94J(|)54S0ϝ6ˣG&RqK ݻ򿏽L '띲`mLR)%hvF"57qJS4\:)EU|}J6H6gLtɪlCc6xDEF8rVkԸ1Zẘ TJoKN޼"ĮOk^," 4SD^8u]a#DQǹ X{6].pZ%(|FJ+[9~NM}zwgܥ|+_ 㾞[ +VevٰVXc*shԵkl"p'-9(d 5 nN|N:Z]ao)0-y*v΂sO0wp [Ko6\|h"IN0,'-d6c5ly, } ɊujXڹ҇pcW-0[GJ̺*>R~ +fh ,d3W~[[vg30i vḱcfɜz9%I%74%`R$$d~A0y>z^ zA? G*]wWI;c2+YFF2N0}['b8($[黶)w?ș@ȈmOݟx)/S. -q -5/FȬL3(uz^Aٰ&d3snUR"zov{nn^ ܻDz#Dr; H @;t5-$RXHΙ\f"|UQz@v9si,Oy\u%XS 9X=,a8^ˋb t8~4RRy_ G[ ^hFw2TJ5rU;$0[A0se\\ӐjN>g"TB(|;9OO//xܙιbURR&hU0mA;QzdDd)E(nِ%}mPoNՂ't5XnĂ$hXpGEX(Na;W%mDmuơ 51Q0C5R3Iě*) !j0VVJI8?w.7z*NvBitAX2~򻉣4P 4ŷ{黫pLPsbI f琻J3AFS(MXɔgekR5ضkB+ɄP&yUv.D)H:$}ƿ>Γ'Qzz Htf&J:j.Q%pFn^vj̾~1ITsPB"rɄ1v5f\97WhZ7wr2AќH8r~p-oCW8J)gm^(^3WLx0K|Ak@Bhմ oƓee vRk4Pp5zkݙ:\JȘj7M|w >+, .?|ɑ@Tw˫1 gihWAlZJKYYY{]GVQϧK^QYaɏTuvmp5 &-zXU,H56OFAnQ_<ŪxG~XQO-vf^SP)4' zZR=6:ﰦ}/|)4&2y(Kjd(GCJjh .PvISd 7 nq] Ϲ`ڑ;d3.;E-T+9te;i`6b K:DE@KĖ"Uc߾#%'qK--߽{|R?v\6W4p[kJJuJ>.d}7R&\zhloTКhy!WR~z˩*( * (#]/h$5ǣ7Vh?p4-OK&& h)څ I&pOd3I7>N<ϝo`( ̻oѮ#Z rTan;nt  ohE\D=G?Ck" LY o,s,)Td8[Pɲf[/dM:x/OO#p&Zh:QK>ke8lMF=O]v(B,nn|t\[-:HE54# אɺ$Z30EYs Ŷ*t\Q쭽ofKZHjn%LCI oچk6׋y##px~4!<!ojv+(e`[vVHpMkhf~Hsα5hmbBbgl ha]ރ>-qW!;Kɏx)h>T.|Z6rYY[H<A@ `%]5㪪ط؉;ǃu?8Az M0; %ĝu!9 m$kGuH>8ՖtA1˫,q2IEtO4@W{g 廸YyP Del/AݻpO JLo1VbujN[EZ D5KsʹQRÌlyG`v52"hQQѽIBUKS(V2Nېv=|c68`76+LLC6$Py3bVki63`̈́-Up?=pwQՠ1,Cʤ09: h6Aab:?;>gȂ.ØR8 90P.8l.k0N'Jy?sw?|uwkbڭj[m!{Y ?d~S1bg'OOe۝'-ZZHuU` =D6us*6Vbu%,_E䩅UP\?||4)Fia̢Ndz1x*7!648wf$]p&C, 0Rgne8 O/!^İS8G~/F1m׳e4K/ʅ?PbS* :9鉡瞩8qڭh<2ՠs]h! ۸`H$.i8V ^:Y O%KgmimfU k1-Z6xN|1N&m7=٭ pHQN0 㮓pĮ5,9Fあs.]=| H%$f8<SLz ?㖲'`:5qq55=0GS4,⁃qO,mCbűf8OHSfS T\b-} Lhm@%_BT$Rq8&q˥.RجFFfH^% FAj {UtӞ%k U_?` NiKxSy 4Kp 7XnѢ* Z$]w~(/k:`h[>X;]3a%?Ej>uiqms]9؜Cofvq;Z}t$yZwv%9F﹵`xI};p,3 GQ0:V:=e? q(prk튩fjL kϟ]@S]؃ox ڧ(":=!Gs~rZ9O`tԕes!]u>rZZ |]eV?S[gU䶐iNѠ0YCS!R}??10=۽G-ZZHuU0kD" K̹r|}YB/x yj`U&h%W MnfY>f|=y[+ 7]q 0\'* O6V6r](E@ / ZEWȪÚi$|9];o H=PrS* :%!id3Yǭ!@*W /|FTL[PZTD||;RDA $x3*Z1e9Aъ x,BJߔ *1.phs ZJ@&X"JiV\yS6[3P:ΐ^֍y =vO^ܒfʱ}nB$1KtjhX[uTX\ 71t0sژ&𔲫Sc{]CԚ\}Iת9ʉ#2#v8Jbb3LbͰP%%:g֘c!ɃĢ*"-xb8 t[VZNG)k1=y+gZAK& ![#Qns&&8Xqmu=[|Lލ&aqttiTl@z?8<ߔxॠ 3iGȴѐzyQz#xDŇvUn (&twBW'bI&v2 wI?ۡPuC;?nOȂ]5ɩv@xp2 .L%uqM y "@*^W0VIŗ0Dq)  P% .ZƥgHE nKlf|&j@Zn=J+|™ Spjllc {^6['pW]ɿ:(} "a0{]-`\O/ux-|H!kAdK( 4.OFR9Y %џ"Sf)d4>Mtrd $kcYrɍ)J 5MT r6gpdXsc|( $ ɻ$d|FC3=Ι;VXւMazot~ޝ ~}4=$sQő=s_f㽼SD0EX*mYk0'<_}M]msdt=:^Mw-kZv~w8jl+FVUE@Dh2jMEx#dr?!, ̾@Ͼ!{O A %V*[f-QrrЬ J_A(k;cyŋ\Y&WS 2]s J d%'Ml~ o.2$-E /ꘄ~9CulUeG qV5V@j=M(:'DkV{u13W+niY̯%m҆}s(L[PS ^j<0HRي'P0֭^e4Z.zX(I5^zm)!_{;OܫŠv|9P&K?r`(-Px싁[NAZMij >4(U'6 Pv^3UX4[% ~.ϖ?wWl:>އ+x~&sWp% u<~t!r] ZƲPu2Gx-=NVmaB.VP7,zO%PkB~5Y)Ũu5*(DbMF)(nGS%rK5k Hj$Qp5|ϗ,eB"e&AϧW #)ҴjAUR(0r`Jb~=Dwz7,A_P9JuvH~}EZn9NRQy /pf%;q OJz`#*/ezɚZπ\h1?Sd39Qn22khö2.wU<b.mK!Ԡ͸8]egG$Ix:4u Jjλ2vƲk=Pf.5嘆7T\o!6PbY&qIt|QqR@ŝdh* h{r70<0QJ!wٽV sw9J^ݼ}@Iϻ o_*$AH4xm0i՝cUPpD=B]սF-4-͹fѹ4HˣatzZ\~h7Nh8B4 Or4BXďkvO \%ںEك&OJ كFP* x'B$H sasp2>_0aj>zUաquHAj;_bN48U泷 {WX:WZ]UKR `;ϸ؉ag#?a@"]w0Sdm%a^_,qQ ܋<(@ܥxQBq0Bf߿x w_)RN(^+ܿ< dT~&a/sGCێ0HdW[*4Ć0 @'.EםKKjH5سu9HAqhb+w!'yEy@EIS,f99\i H2S~j ""ǔhlS1)bqF{tI./Ï6K ơ{P4 S g%\0dTy(]&9?vƜ,&ׯ^gjODii|:γΤIZ}դql_H9#8lOH;Vk2^ &1Khi"Zs1#+:IӔ 㐍HW~+ _$K4i1H-~jiLCopEήF F( a<l5ȵ 4DETLy*M0 /oH8?AT)O7d%O~p6܌W1J"KeBfx 2.!9"&`LdGV8@'sSbViV` it`X5N+ 0f$l1a) F[M\*A0=hu_=9#LXDZǍ T0-'0IRޙ&*a+`QY5h^{0Ǹah5*6 195I"V>'V12ñHO gZ |yo@hW8٠S.Rj PXs=u>J3L?4V3Ot@GJ4ϙ,5X63יr6AΛSQn)o o4z Y[>fn9Ϡ`@0V;&ګpKٿ@^냈 $ya)ۡ({eR1'䣱r޹wO"" *ȭfMGh2Q >ePw[U`fXo0PJhuXV: [,ZŽ ,-1a>LVB¬;;u `,!PkNx-~7[]di@8@] 3r9cdf1ngL-=V2+53m’%&%?c~_S)zaE~VȎbɳ\oW<ƒ^[`a#UPxtgBnںQQ8|>Y.'ȃ*M7p=LOMM6'ЊS i{P,eo(+cgP˧z\pF&Azw$X[ĵ[õǞRߋoַ7כkV)vfٓ3ugއSIjqD^贛5;z$cNUp[Ob`&Z\Hoj͙\%@ɗ&祩fQ B[sYܪ#+je:-$09w##j"+L@%«ֱs#d#{wY㦯_.Ĵ;ؽK9[5haZ4QZX/zz2q盛ҽ'9Wʴ|@Q &Skf`@ m>>R%a0.0`.E/T\}%*$4lRMkj\qs:⨶"vO`92sޭy`.nG&**OΑ \fD1ʘjƍN 17 FPKژIU`*pIU xg~#.@'(H0A906YbME6mK-pf"F7yV.\ ?^3nNk7xY13 2m%7f4 #,@FnW@J*c?/6 vSO8ֺ^DAFe(Kc.eCD\9ʛl'-ցj <$m8xLRD'^+`l2%ٮhP4C2[2!/)vP̑Cr=* F iwYB\}Ma渆t ($;tТ~ i#oZ+*,x$2Bz? ָt TPoB Jt!z J4$~Pn0k()[0'@W̍@fe C+uG7+ڙwPځU MLmK͵K.{1ٕj$e?crk.zbrmK#MJ S$2BQK"e݊ijjn+nˇd"m`|;[zqZQj$z 7]{zCrʢP56}wRt+F*wKF. jÉPl[Tyu2I/YkvFuXR<3YQ R fz;_.+jι!dJ'ɧ$駴2'C1ovwrq$bg'@m4GΟ!}GlMf=0Y䵷%jf*>%ص@S!ZF*k'~Y%XY2a4mf.l8dm,0k.UJi ( KnÃp1<>f_G0Q8A!U28 }3:ZoL +[,KM冃p~?'~2}t S36z>>K8łKjҖ-v 6E{cє&q .c J5a)?tV[WRDDѰ_2(tsυ#r7,! A˾!7;ϚHr,X#,ԦZ.g sZ/+ PV[s_cy\wY(XX.%z/YYi_Wzj|"BB 4h\@5\`,j2Mj)v 7J>w|rE `^q$+P!kɴU8 qݣ4$[pny$(^M?9mPm-QTRB!HH9i3e&ܗBYF|ZGW5m%ϒ_dQia=xeh.,K~\QzF'aqU w)2w1NM $1ii@WIUųi |dxV  st7"w ;*0.O{ Y]hw 7; ǟƗӋ)S"OJUSq@gqwEbN,I v?gEKZv|<^S7Py!i_oY}/_ac|+~Fw,|gv״%1-I쏮O144wLo3텦ZTwH eSItƪ+GˊFAwԄ+nے\ % gE%{B-ꯝ#ÄR+ 0iW"lX*trm?LɊ 1-{*&r]Wv\uUS2I|\򥿽}R#G7Vhw;*uڃDS Z;/~?՛<ɘBL%Bapѓ厫kb AZ %<62pl0²%ë+0ǾFlA9t83gFWcvU^Ц*nc :| Q&7Lq#5 G4wk4{?4(aPF[]Y)섙ѧA9HR熥ؿp9zAa Uy)-e?tFW=/M`ĜTLB,A<ճnA )f2]tfO"'8l T@zLol_kcE&6vy#4H,ʅc<y6|\."0 Qz O&6B#Y!L-S"ڢ40@esp.pҡ ޟpV;`WR+u!iq=_E傢V+/*(uZ&זWtً&s")1V1C0٠Q0ͽPHG{ 4!Jx(}!6] :Qnxrp)Jr bci{˦qa۹粯j*f[p-x>|Pc{Rj|)6Ohjb&(n3Sk99ӆz<ާOtj<\FgvHU(fLNfdT,SViR:-NsOv(uv|[kNFmQoOVڍ&Q +w]̞BՏ"/E&d _ˁ AQJlCU+(q7u $_ YZ