samba-4.19.7+git.357.1d7950ebd62-150600.3.3.2<>,Ofp9|ʗ}p ds9Rר g@kaY!Rx+ 璱 wlD\D + mhFJ2uZOݡ8 8ZYIkd|Vdb_R;6"iM9S#l1]a7'YmU*v UZbckovRж> i-o¾VV—*V-C]G\_ے9"G\!CCo\3~8T"OYS-@~`>Rh4?h$d# 0 b *; Qo#,    9 :0AADD@G(i(j8j 9oH :t =>?@B'F?GTHpIXY(Z[\]^"b#c$dd$e$f$l$u%v'AwJ\xLxyN7zgpggggggggggggh Csamba4.19.7+git.357.1d7950ebd62150600.3.3.2A 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.fh01-ch4aMfSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in nmb.service smb.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi /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!!{x7i(0)0p8Θ;(K(k(;(;pk(+(k 0;(+(0+(;0;x([(x;0;p[(+00([(+([x[(;(0+(p{00;((xlp;(([( P( | r InyWar9 0L A C o_E& JJ A큤큤AAAAAA큤AAAAAAAAAAAAffffffffxfxffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d8b49da73ea910fb9d7de02525de5fe4eddd0072ff4f644564cb95d75ea82e044e6581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e13c9737018d843f90c24c7af061ff1b9cf79245b10d93dd18899963892f66760e88e23e6398b129158fc32a263ea7e5b9aca10dd00b3278a6a99195bbc699d8c0add1b96418e05312c428dcab66d61bc3fc00a111ed2f534572ea1e333a48d6df9fbde89360703aedbfd0e414a4032daf78a372e1b7562a91ced7fbfc44ba6a78cca379fe0a889315ecb32858ac3cf49f9f54f57b84222ea6554b68b5b79ed8bd4a0f68da9c84ca39c77e4b0231cffb69434296f777bff33179d325f3ad94d86e3b33f6977dae14ca91db8e4209a85605035dfc935e64f0d7bafd7922964cc5057d6c3025622a5f2a69efb6f3b52e279918c52fb5192c8848f54d32391b63eec47e941dca32be6d960d1c5ef9ef9428fee5b1e37d71f5117b95ab695e6698d2a773054112920babb0286923369515f6775e4146631822da784ada70f1cd140506abeb5d41703bf56b86764f4bc140c96a3b37cf105f5de7128fe4f55758220657e37894340f04e823afb4aed17839d25830159add619b3d88a5aa7d6b67c1aa6465c06190aa11ba1cec5f23f5a168371da0a3179d904189fbed86163ec252223ecf9eb80d0cee0b6636d07537a76639e5712a9e6546091bf0d6a8f60519b4b02e21cc9bf2830f2aca97f3c7561253096485ae5fd8d3f56c1e9bdef4ec5cf4be10fff6ac25cd0c1a488bcea0e065f6aac9cbd09fcb4c5ce3c65bd83ed7e7e9bf98928f4589ab18704356fab948416e638151c3cfe8aff967f6634acbab2143fc436350996923d4063b51c960ab5c7d1eadcd069735a652fe79a8139cab004b9301b576d6d467fc944b1b14876657821242ba80e860a6f565abfaef0343b1a1b78de58a225b85fa9985c8c787d7a6ad40ae715844b2b9b0f9ecb067a1b54b833293bad1ff1a54c48053f6993c372be5678344331a03b3143c65d9394b8dc0d8b74a8595bda9836d4d2b0fcd0db70e136a130e87bf91a96c53e6a873bef9b1c2565b86f0442a53b3ef55e0a5f32447c23952e601b0f26bdf296b833baa23a094ee3b90ea0d116e22c612db6dfcb7df890bee02ae57aff1055e19a612ad4a4b6b59d1c178f5e418b7a74442b279ece02eaf57b50f724603c44a8a730572aea2588956f10841b2fbf2beb98cf5326a00c951061ae36327f69161b1be2f35090194689b9b3d79c433cb9ecbfb952b84e946b756aef4683f7d25092a00c66d16a443a935b6c3d732f5d4866cd513383cea53e1ac192b1bca08951879b7ab311b7d2f4f932172dff2e7a07a787070d8b1e41a3a19d89c2576d1ff4275e40bf06b334a143fe745339a8a2d1a59e13c36a89ca1cf3f492b32514ac464b70014dfcb91fdfe717e43e7eb45100368778294aefce21a3a351b139c98a6b4e6ee8e6ae4b04fae5dbcf5231741fb12ff6cc50934d25571b3ca233b5b4f204f4e694fcc2e4c637ea1478cef47d4555811edb6e3b18f245513dba19acbd907ff351f4cc688579e35c0918a8433e2abdd6385ca32e685c23ee27f153827dbab0f0f5a7f41b4ad44b0aecee25e504a8160fe42d3dd92e35a9ef25b040c1f4ac3160ef2748ac037d42778ebaa98bd6ca4b5accfa0305d0e6605fa7ae969cb22c92c82e0e05f2fe7c47c7aa5e3b5d18f81df931024f32f0455d479914e3a13e067932c0ecc0085776bd3a5297c9f702c03d6cbe1ddeff20d9c1acc70db0f6bd44fc1ad192866d9d1ca08233fa454652e1aee95371e1c79b077c20ad8415fd176a569088800c4e26a746cc4fa58c25904c81704412dfa3e1ed49ee2e1d0501717ffea938b02bfcf68525a15310c24644c14f29f991e85f39d2a991f76d3dde498da0448bb69db0f9e4953a8d04a5aa08ac660368d4d511e8150bd39f0b165f8f32568b149b292785adeb3e8d918332f576ead5b9c0fed95610b5fadbac122d56209deb9b104a12f181776bf159c15a05295c69d065241893901c5052b0d6c01245bc936375f1df0fc7f53d6ddfbc2bd7cb0137d250b2a4a2cbb316bf446a3b90a97f60690d8090f6916db1bdef39f6e8f641891fda7d7cd3b266568b60e5fdfc7d2ec6d75edf126d5584cd233cb8733119f368b2ea615e2277ec26e7d6699854152ada055c31410bb73e6da3f72a53ac93a6dcbc18fe88f97374ab7f9c24510bd786dc203a99dd6bb510c16eafb67a43088c569cc3a90f6cfb3d2b0ca42901e57549df3a815baeb9056657baea1d21507e985062bbbba97ab5c6552aea4cb875fe3565aad07ab596971d8be53648e860cd8494d11dd37068f6a48ec79bb56cce4a1a374f84f2de367a1448a118d66468e28b89e1e942d93a78d76fefa3b3c6a9634a6e1f07f748029c9954bb093d31e31ced5aad6b060e1ccd1c3ee77ae5d4810b930d271d90a2eeeeebc7d714811e5d64656922fd81b77a0c49255d5d9aa52abb2ea16c8425e2943434b23a4dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f55d6b94ca3a96e97cc0a77bb2d43c2cc772efebc6824a57950af909c4037716c2bcbb333f066be66c8ea61408434ae12ca0f929bcb84c06f05b0842e3015992b15ad3093e074b0e2d4ce10c7e7d96b3df7e593f504cc837d75d0948159748762466456f244f21fde5bbd893be2a43e520493a243817df1ccf0fb1ca72a77c0f94d42063c4a88f30318fb4332709fe21de42a65763731a99461aff2dfe543b8551f932370d1037a053fc560c5bc45d17687c4e3a44e005ffa4201788e7ecac653896d610f6d875cddc842aeda70bbd1cd810ad4bb76e4f497e88f9ba4d46dd65a3ef8d76b288e39156d9aa477ed533631eb0c6ed7a188cb13b1da4df0a156f2a1b899ad6e6451c7da87bcf2381b04d0c5a2238b8bdd316d39a2c16ec3e79d29d31e452ecd844ba8de43a17e1375199e2542f1541b19b1ef1e69badbaac57820952528435b626880da35cd22110f78ce4f3cbf947fb77c5161392e60c9b8299b94188bcc828f0ba3e22c96d2924992c4dd168ffd52358cd87758ff0302f7092057bc5806bed6f9f8393078dbcbac0abdc9508fd5754af156f4f59929585a8e2f336fa4ce8b30ff85f80d11b487b8be81d5ee9446bc561a335866015cd5b930fd17af1426a766dd853e60c3b5b61d6d65b5c40910237f06e9559bfa5a9151f685f418f76d2e24f222e7ed9f160b154b20501d135949db5ecaec29d9008ff76a14d98f86a8d59e6f85af4d953cd6eace9d5f6ee4276d8b2f6f939cc3a2b972744cb552312f378ade89a867ad97307a36088e00412d20fc6cfa49213ad37bad644ed9d9d84175c820336a180621a2f09395f515357e8cbfb1a6f82e9c522d75b7d32b203eaa305fe07fa0efce3d7e60b04e0f8c256246b87ab795352a842d08d8d91cb1d7aa9c60fde215bf20bfec3f2ad6246e380865b14cdf9737c8f3b9df3e742c576101765e2b1f461c60de6f493e15976e6150fa633f9778e1b3e1170871ce73afc7a137cc6b1cd925e9d7a94a54d95dd52470d81c6e458ba85b997a2033356c15c9f2e5745720719572bfeb53af9e3e500f8d120c526faa74a2b986b8da0cdcd0b5c489b93ba699a3e1004512fd2e8b205d70887f3b1b0d16c801e9527ccbea7c44d3ea9925f9e6a1a7416def6e5f2b72999411b2652480435b105306e14153315e284ddf208acf1e109f9fa679ed462e5b49ed59a4c14394d478eb0458033c0f9fb699a21a710cf172a7114cde70afc8bacd67d9f5c0121cb70de9872e0080a13a7c5645971692ed5fe0f55f6189e3e4469e312bd0a617560c1cdcdc7d867a31ff852ec2d43c096d053b36f7be6735808e271647c0975bf9a504660417410c31f701b63f02de5ce40b2f857b8da3f0f4643ef0d000bfdf95c2273851634285a984d9e04b2918bee41416a0b82265b0603c30e8eacd76f20eab4010f9dfb9cf3cf4fbef7f481a7aeea062a511663ea3cb3356bf631f8694466186d6a166ce3040cab08759195c3c3f271c1ee861d3b4c741af76e1116cbf988e5c27b000b6f943fb767e8703b7f8b4202811d7ac35f7b21aaf4c8a1ce5f99d53553bdb44284cb96698e70f2a5cad0025225ab22d50e915359b2d9553724564b2478f1ce05e2764670013c113937872cfb2c592970368d5048f51c76f516a1a466372fbc6c9cbd4752d43f7cb4a90765114abc924bbe63bcc9231fa27783aca03f04d5da6c18c96e674949d924903a971a1b450e3e37e213a8f75d08c3573dcfed5525d941a8cd0d94a97fc448cbf444aec3453eec7dfc864e68fda0c06616018f7cab37849fd8c904ab5c7ff920129ab3a454c86df52a53cea1947450a46883e749d23b72f2dba0877d2785d305a61e6a002b2015883538f426039df8ceb166014967038542eb43f8b39b3ea2506939d661c447d2cabc4512031317bd961d14b994e5faa34e7b4214d2e2fff6c59eb0e46a07bb8240179013f78b492167ab1a3b13e7c91ce117c824da1dae76ddcfa4d342b320c9df37930dea5a7cb1d07c4e6bbdda10d0664495ccd6fb8376d45f9c2967f9b885f07b17e99726bafc58b5ec0318db9d4548b0872adfa07ee768245712aad40a504752d991dc6cc310017d04a8257628656055b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0dc655cbfa55d4c2251a117fe160f85a373ffbd063ddb70232b8fd1525b796169serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.19.7+git.357.1d7950ebd62-150600.3.3.2.src.rpmconfig(samba)group(ntadmin)group(ntadmin)sambasamba(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/grepconfig(samba)coreutilsdiffutilsfillupgreplibCHARSET3-samba4.so()(64bit)libCHARSET3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libRPC-WORKER-samba4.so()(64bit)libRPC-WORKER-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcups.so.2()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-samba-samba4.so()(64bit)libdcerpc-samba-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_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.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_13)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-nbt.so.0()(64bit)libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.3()(64bit)libndr.so.3(NDR_0.0.1)(64bit)libndr.so.3(NDR_0.0.3)(64bit)libndr.so.3(NDR_0.0.7)(64bit)libndr.so.3(NDR_0.2.0)(64bit)libndr.so.3(NDR_1.0.0)(64bit)libndr.so.3(NDR_1.0.2)(64bit)libndr.so.3(NDR_2.0.0)(64bit)libnetapi.so.1()(64bit)libnetapi.so.1(NETAPI_1.0.0)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-credentials.so.1()(64bit)libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1.0.0)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.27.1)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamdb.so.0()(64bit)libsamdb.so.0(SAMDB_0.0.1)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-base-samba4.so()(64bit)libsmbd-base-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_254)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.15.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.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)liburing.so.1()(64bit)liburing.so.1(LIBURING_0.1)(64bit)liburing.so.1(LIBURING_0.4)(64bit)libutil-reg-samba4.so()(64bit)libutil-reg-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.9)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_X86_64_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsystem-user-nobodysysuser-shadowsysuser-shadow4.19.7+git.357.1d7950ebd62-150600.3.3.23.0.4-14.6.0-14.0-15.2-14.19.7+git.357.1d7950ebd623.24.14.3fxfteԔ@ee5@ede6`@e-%e'e%ascabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@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- Fix a crash when joining offline and 'kerberos method' includes keytab; (bsc#1228732); - Fix reading the password from STDIN or environment vars if it was already given in the command line; (bsc#1228732);- Update to 4.19.7 * ldb qsort might r/w out of bounds with an intransitive compare function (ldb 2.8.1 is already released); (bso#15569). * Many qsort() comparison functions are non-transitive, which can lead to out-of-bounds access in some circumstances (ldb 2.8.1 is already released); (bso#15625). * Need to change gitlab-ci.yml tags in all branches to avoid CI bill; (bso#15638). * netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with SysvolReady=0; (bso#14981). * Anonymous smb3 signing/encryption should be allowed (similar to Windows Server 2022); (bso#15412). * Panic in dreplsrv_op_pull_source_apply_changes_trigger; (bso#15573). * winbindd, net ads join and other things don't work on an ipv6 only host; (bso#15642). * Smbcacls incorrectly propagates inheritance with Inherit-Only flag; (bso#15636). * http library doesn't support 'chunked transfer encoding'; (bso#15611). - Update to 4.19.6 * fd_handle_destructor() panics within an smbd_smb2_close() if vfs_stat_fsp() fails in fd_close(); (bso#15527). * samba-gpupdate: Correctly implement site support; (bso#15588). * libgpo: Segfault in python bindings; (bso#15599). * Packet marshalling push support missing for CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and CTDB_CONTROL_TCP_CLIENT_PASSED; (bso#15580).- Update to 4.19.5 * Windows 2016 fails to restore previous version of a file from a shadow_copy2 snapshot; (bso#13688). * Symlinks on AIX are broken in 4.19 (and a few version before that); (bso#15549). * Fake directory create times has no effect; (bso#12421). * ctime mixed up with mtime by smbd; (bso#15550). * samba-gpupdate --rsop fails if machine is not in a site; (bso#15548). * gpupdate: The root cert import when NDES is not available is broken; (bso#15557). * samba-gpupdate should print a useful message if cepces-submit can't be found; (bso#15552). * samba-gpupdate logging doesn't work; (bso#15558). * smbpasswd reset permissions only if not 0600; (bso#15555).- Remove -x from bash shebang update-apparmor-samba-profile; (bsc#1218431).- Update to 4.19.4 * net changesecretpw cannot set the machine account password if secrets.tdb is empty; (bso#13577). * For generating doc, take, if defined, env XML_CATALOG_FILES; (bso#15540). * Trivial C typo in nsswitch/winbind_nss_netbsd.c; (bso#15541). * vfs_linux_xfs is incorrectly named; (bso#15542). * systemd stumbled over copyright-message at smbd startup; (bso#15377). * Following intermediate abolute share-local symlinks is broken; (bso#15505). * ctdb RELEASE_IP causes a crash in release_ip if a connection to a non-public address disconnects first; (bso#15523). * shadow_copy2 broken when current fileset's directories are removed; (bso#15544). * smbd does not detect ctdb public ipv6 addresses for multichannel exclusion; (bso#15534). * 'force user = localunixuser' doesn't work if 'allow trusted domains = no' is set; (bso#15469). * smbget debug logging doesn't work; (bso#15525). * smget: username in the smburl and interactive password entry doesn't work; (bso#15532). * smbget auth function doesn't set values for password prompt correctly; (bso#15538). * Unable to copy and write files from clients to Ceph cluster via SMB Linux gateway with Ceph VFS module; (bso#15440). * Multichannel refresh network information; (bso#15547).- Update to 4.19.3 * sid_strings test broken by unix epoch > 1700000000; (bso#15520). * smbd crashes if asked to return full information on close of a stream handle with delete on close disposition set; (bso#15487). * smbd: fix close order of base_fsp and stream_fsp in smb_fname_fsp_destructor(); (bso#15521). * Improve logging for failover scenarios; (bso#15499). * Files without "read attributes" NFS4 ACL permission are not listed in directories; (bso#15093). * CVE-2018-14628 [SECURITY] Deleted Object tombstones visible in AD LDAP to normal users; (bso#13595). * Kerberos TGS-REQ with User2User does not work for normal accounts; (bso#15492). * vfs_gpfs stat calls fail due to file system permissions; (bso#15507). * Samba doesn't build with Python 3.12; (bso#15513).- packaging: samba-tool domain provision requires python3-Markdown; (bsc#1216519).- Update to 4.19.2 * Use-after-free in aio_del_req_from_fsp during smbd shutdown after failed IPC FSCTL_PIPE_TRANSCEIVE; (bso#15423). * clidfs.c do_connect() missing a "return" after a cli_shutdown() call; (bso#15426). * macOS mdfind returns only 50 results; (bso#15463). * GETREALFILENAME_CACHE can modify incoming new filename with previous cache entry value; (bso#15481). * libnss_winbind causes memory corruption since samba-4.18, impacts sendmail, zabbix, potentially more; (bso#15464). * ctdbd: setproctitle not initialized messages flooding logs; (bso#15479). * CVE-2023-5568 Heap buffer overflow with freshness tokens in the Heimdal KDC in Samba 4.19; (bso#15491). * The heimdal KDC doesn't detect s4u2self correctly when fast is in use; (bso#15477).- use systemd-logind rather than utmp for y2038 safety; (bsc#1216159).- 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).- Update to 4.19.0 * File doesn't show when user doesn't have permission if aio_pthread is loaded; (bso#15453). * ctdb_killtcp fails to work with --enable-pcap and libpcap ≥ 1.9.1; (bso#15451). * Logging to stdout/stderr with DEBUG_SYSLOG_FORMAT_ALWAYS can log to syslog; (bso#15460). * ‘samba-tool domain level raise’ fails unless given a URL; (bso#15458). * 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). * Avoid infinite loop in initial user sync with Azure AD Connect when synchronising a large Samba AD domain; (bso#15401). * Samba replication logs show (null) DN; (bso#15407). * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346). * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446). * CID 1539212 causes real issue when output contains only newlines; (bso#15438). * KDC encodes INT64 claims incorrectly; (bso#15452). * 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). * regression DFS not working with widelinks = true; (bso#15435). * Heimdal fails to build on 32-bit FreeBSD; (bso#15443). * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441). - Update to 4.18.6 * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420); * Missing return in reply_exit_done(); (bso#15430); * post-exec password redaction for samba-tool is more reliable for fully random passwords as it no longer uses regular expressions containing the password value itself; (bso#15289); * Windows client join fails if a second container CN=System exists somewhere; (bso#9959); * 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); * "net offlinejoin provision" does not work as non-root user; (bso#15414); * rpcserver no longer accepts double backslash in dfs pathname; (bso#15400); * cm_prepare_connection() calls close(fd) for the second time; (bso#15433); * 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); * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390); * Regression DFS not working with widelinks = true; (bso#15435); * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449); - Update to 4.18.5 * 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). * secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384). - Update to 4.18.4 * Backport --pidl-developer fixes; (bso#15404). * Named crashes on DLZ zone update; (bso#14030). * smbcacls and smbcquotas do not check // before the server; (bso#2312). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * smbd returns NOT_FOUND when creating files on a r/o filesystem; (bso#15402). * NSS_WRAPPER_HOSTNAME doesn't match NSS_WRAPPER_HOSTS entry and causes test timeouts; (bso#15355). * net ads lookup (with unspecified realm) fails; (bso#15384). * Register Samba processes with GPFS; (bso#15381). * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390). * The winbind child segfaults when listing users with `winbind scan trusted domains = yes`; (bso#15398). * Remove comments about deprecated 'write cache size'; (bso#15383). * smbget memory leak if failed to download files recursively; (bso#15403). - Update to 4.18.3 * Symlinks to files can have random DOS mode information in a directory listing; (bso#15375). * vfs_fruit might cause a failing open for delete; (bso#15378). * winbind recurses into itself via rpcd_lsad; (bso#15361). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * a lot of messages: get_static_share_mode_data: get_static_share_mode_data_fn failed: NT_STATUS_NOT_FOUND; (bso#15362). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * Setting veto files = /.*/ break listing directories; (bso#15360). * "samba-tool domain provision" does not run interactive mode if no arguments are given; (bso#15363). * dsgetdcname: assumes local system uses IPv4; (bso#15325). - Update to 4.18.2 * 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). * Flapping tests in samba_tool_drs_show_repl.py; (bso#15316). * 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). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Tests use depricated and removed methods like assertRegexpMatches; (bso#15343). - Update to 4.18.1 * CVE-2023-0225: AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users. (bso#15276);(bsc#1209483). * CVE-2023-0614: Access controlled AD LDAP attributes can be discovered (bso#15270); (bsc#1209485). * CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext(bso#15315);(bsc#1209481). * ldb wildcard matching makes excessive allocations; (bso#15331). * large_ldap test is inefficient; (bso#15332). - Update to 4.18.0 * SMB server performance improvements * More succinct samba-tool error messages * Color output with samba-tool --color The NO_COLOR environment variable will disable colour output * New samba-tool dsacl subcommand for deleting ACEs * New wbinfo option --change-secret-at * Net option to change the NT ACL default location * Azure AD / Office365 synchronization improvements- 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-gplv3h01-ch4a 1723200264  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.19.7+git.357.1d7950ebd62-150600.3.3.24.19.7+git.357.1d7950ebd62-150600.3.3.24.19.7+git.357.1d7950ebd62-150600.3.3.24.19.7+git.357.1d7950ebd624.19.7+git.357.1d7950ebd62 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:35188/SUSE_SLE-15-SP6_Update/5e5608c3682ad2bc92e419933b401d5a-samba.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux   !"#$%&'()*+,-./01234567889:;;;<;;<;;<<;<<=<;<<;<;;;<<<<;;;<<><;<;<;;<;<;<<??@ASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cc91412ed73d3987450a86ae6ef2a307ce25c004, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3b8164ccedd5477722101e04a3d3e296e3aea5c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8afc486373851e73fac30f2a1f445708ebc559d9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1a99a56f53066c4a679146b8b340693c354f5fe8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=872686cfa6700efa2824129297360deae2009881, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=281e2c80e8ee4754c3769d0d1fa736a4a9debb0e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b91970fa7a721960cfe9860d4f71528e943af141, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5482cefd0c40eee1a4e0d8a17aafb90c6334a06d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c0bf11b8dbc9febcafb6a5732f39c1aad03c9f27, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3c3921eb19b56eb7803944ae8c43ad116b984566, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cd7bee21002416174c862f5546699bf9b58f0490, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b82184ea3b56209d63ab953c33863206da04cbe, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe9541ac0ee7c77ea800fc408d5eecb31174ed4a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=00de2bd4db91a410a5388e25db1841527065c316, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ddfaab46df424d621280fa3917663a3d811edddf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d663c475d823246ec10ec8da7527dd46e640f356, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f38d9ff8ce0d4ed66978e2fdda167d5720e1c7d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d6d5fbd8e723dc0a75988b3c605556f81b1ed3b4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f8c99222f8cf0cd44287cfd175a919cacd05085, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e81c704d553605f8bd0bf0742aba05c029af5883, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=999d3434e882b4a265208672cef9a732d0c849a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f3fe96cdd9cc1fd13c4b4321951976e3126a7a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5252aba227b979f215b349a68c5c8969efbf8137, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4742479bca107c4ab0636d86a76f3ab14a5b5fc4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1c38da29a3cfbb4b0109d3d0e7113bc24bfe00b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0a1eb1933f3b1a3fa151a2702843da11c2b2fd37, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7eb67ce4c771062ded20f4316bec544e5a0483fa, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d96a906734f25821048f15a9e991162db9a5688f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac425f4086bb5a68f96f41ba89021bf8f5e8fb05, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a26ddabed3ce37ab285f0127e18045f8f58099df, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bbbe62c5d20169a39925824c78874f5aea5141a4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=46bf4d78b5387bf19fc964685eb2b83fe7632105, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1de833ef66fb6818da5b0d1c5026d5a95ea346c1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e855122d44ab16be68920fadeb41c6262b078060, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5c709b19d9dce9d31f20aec589a8dae4bf603e49, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd1c92476106e3bd1420caadb92dbd2693f45bf8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c27a2626597870b0e3ef550ab715f091845388f5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eb477d3dd44120daac1b231895ae186fa534d6bf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=688471840803fd20aaebee285f97669e62df712f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c1ac63dd705f2260eead0d1b5e2a565ec194ef70, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6487e4a670cbe83df1436de0465d4a03a1492b55, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4037266c4b842fb3f1aaab2aabadd32a3fb9649, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=90118fd209eec536a247a037be4b1c0532d822a2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e9f2dfa93f597a98553de5d35973286ec8f2c611, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f4e7090dd2b75d92088d846084d16f3cad44367, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bca55455e28bd4e409074155c512a336df9a1499, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=88985e7e283851496f0598ed77bdda17ea45d69e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf7cb35e5daa37b817510cb467c05c12873ab4f0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa77644afd77a5905262408176d7485b66191916, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2eba37fe4ef20d5975fa1db8e8b9d7639c2c0e6c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d0959d7e5a6a4198a49cb04bd39addd51a707f4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f56fb96037278005786666bc7f8038f7c80ad0b7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc993d320471fc743364a967bcdd6a302378c9f2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3caa88d7285b161dc3d7aa5c5e5297702d1bca0f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c71bb4408d88288be10cea481302a28ae9c95b3a, 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*+; Z c3?Jau;Wfuy3BWi6*v)1O1W'ZP    &$  C;RRRvRRjR7RR}R.RtRR R!RRRrRRRxR0RRnRR-RR/RRRmRRuRR6R|RRsRwRqRRRiRPRRRRRRRRtRRRsR~RRRRR R(RTRnRrRRRRRxRfRRRRER?RtRNR*RRRvRRR_RcRaR^RRRRBRCRAR;R9RRR=RRRJR,RR}R7RRRRRZRRlR"RRRR R!RRRRzR\RXR]R6RR|RWRRRkRRR)RRR8RRRRRMRSReRIRDRHRRRRR3R@RRRRnRvRRRRRRaRcR_R^RRtR=RR!RR9RRRXRRR]RRsR6R|RRYRRR8RRRRRRnRRRRRRfR?RRRR9RXRJR;RRtRaR^RRBRCRAR=RRvRR}RR,RRR RR!RRRRR\RxRzRR]RuRRRR~RRyReRIRR[RRR:RRR@RRRRnRRvRR?RRRR9R7RRaR^RRtR=R}RRRR R!RRRRXRRRR]RRsRRuR8RRRRRRRnRrRRxRR(R?RNRvR9RTRRRRRtRR;RER*RRRZR=RRR}RRlRRRR"RRR!RRR RRaR^RRRR\R]RR|RRkRRR)RRR8RRRMRSRRDRHRRRR3RRRnRRvRR9RaR^RRtR=RRRR!RRRRR}R\RR]RR RRmRuRR)RRR8RRRMRDRHRRRR3RiRRRRhR?RXRjRRRRRJRRtR,RRLRrRRxRR9R0R}R2RRRRRvRnR{RzRR RR!RRRR`RcR_RdRbR^RRR]R8R|RR/RRR~RRRgR1RRIRyRuRmRRRqR+RwR>RsRRWRKRRRRRiRRRRRR!RR7RRRRtRRRsR6RRRRRRRnRR!RRRRRRRRRtRRRmRsRRRRRRRR?RnRRRRRRRRRR!RRtRRmRRR>RsRRRRQRRRRR?RPRRRRRR!RRtRRR>RsRORRRRRRRR!RRRRRRRRR?RvRRnRRRRRR RR!RRtRRRmRuR>RsRRRRRRRRRRRRtRRsRRRRRRRRRtRRRRsRRR?RR R!RRRRRRRtRvRRRRuR>RsRRRRRRRR!RRRRRRRRtRRRsRRRRRRRR!RRRRRtRvRRRuRsRRRRRRRRRRR!RRRRtRRRsRRRRRRR!RRRRtRRRsRR~RRRRR!RRRRtRRRsRRRRRRRRnRRRRRR!RRtRRRmRsRRRR?RRR^RR}RRRtRvRR(RCRARRRR R!RRRR]RRRuR>RsR|RRRR'RRR@RRR?RRRRRRR}R R!RRRRtRRRR>RsR|RRRRRRRRnRRRRRRR!RRtRRmRsRRRR^R?RRXRnRRzRRRRRRR!RRtRR}RvR]RmRRRuRsR|RWRRRRyR>RRRRRGRR?RRR!RRRRRRRRRRtRRR>RsRRRRFRRRRRRRvR!RRRRtRRRuRsRRRRRRRRtR!RRRRRsRR~RRRRRRRRRRR!RRRRRRtRRRsRRRRRRRnRRRRRtRRmRsRRRRRRRR!RRRRRRRvRRRRR!R R"RRRtRRRRuRsRRRRRRRnR R!RRRRtRvRRRmRuRsRRR?RvRRRRRRRRRR!R RRRtRRRRuR>RsRRRRRRRRRRR!RRtRRRsRRRRRRRR!R RRR5RtRvRRRRuRsRRR4RRR?R!RRRRRRtRvRRRuR>RsRRRRR?RRRRRCRARRR!RRRRtRvRRRuR>RsRRRR@RRRRR!RRRRtRvRRRuRsRRRRnRRR!RRRRRRRtRRRRmRsRRRRRRRRRRRtR!RRRRRRsRR~RRRRR?RnRRRRRRRR!R RRRRRtRRmRRR>RRsRR~RRRRRR?RRR!RRRRtRRR>RsRRRRRRRRRRRR?RRR!RRRRRRRRRtRRRRR>RsRRRRRRRRRvRRRjRR}RRtR&RER?R$RrRRxR0R(RVR RRRNRRnRRRRR"R R!RRRRR^RRMR/RRmR]RRsRR|RuRR~R RRRwRURDR'R#RqR>R%RRRiRRRRRzRvRRjRRRR,RR?RR RR!RRRrRxR0RpRtRRRRRRRnRRRR R/RRRyRRmRRqRwRsRRRRRuRoRR+RR>RRRiRRRnvs{mnj Wsystemdcronlogrotatesystemdsystemd-sysvcompatutf-88af28a1e74837aa2924eb55ad60b527e7865e2afb5a102db63e4d397fe4348dc?7zXZ !t/]"k%2_`d d.D_Ta5U- mJ#wͦDy$rg7WӌkfOeh Ea\y:\J*0e<5qX[? lżE 2 H41,=hCIox mw?{pDbzy{vY/KZi}qﴻ" Y@ԕgKTDzY$nF15q:nGg][ܨ CgC̪EiS鋡YVAӂ oB;\WJ;a׾AIq#h{p~  ri}1sڑ ~l|cѧ;|^I% t`W?0IUZϺXkԳĪa# wilY/a^X w; W]bՏ87MjUas܈ZdӐŘN p @Y F&0I ꃁ1q;b%ҎJ4ZwD-p?DWŽ%ϧ@-;EG~& VeD` pxĿ@ !HVM w9aޮPvW/ @cC].-tm!+VpP,m[ 5S7]0fDa4X\Dwj1DB E-"wS{lbL{oP0Ko fʅ8YnkowN؎7// . gLꓥ^Va2lO~qƙkz^k,>ycdz@?\ |>P,׈--uV,E[eL~! sCAaRIJP#<}$oDaB3zH%0Ws@s!-}$Bk  xG3F~ Jwj;CAǸKF\`la* 1̻&&˷D*D)46Ft&MH;hE4`T mZDY;BoWH<mr[dl\271xW}4ò|pe?H&5H-Y Leܜ8]ci[frzz$BQĖe_y0y5[X_ vȑq74K%F:ZUCV]g7⣟.'DL3@, |k҉1&/S9  "m(ՏC/?0鲸]$!P ?aY 2#L{MT ?''_맕riiЉq4hv(=ӝnR=f'70ܱilr7d3ʊ~WEbvIV5[܊W: ҆Ta۵<S0 ]]9 qjiL|5(c; =HLTq\u879%57?ԮKנּPFfk+ÂB.m/.`%׿U@Q7OO۟= i>9;]+{įBdPt-lA'u|?}xn=,AWGhzHM b&ϜpJn1Rou3־,U]>k][;d-Km|Z%06WkZ hQaZ76)R zOU/NQa*`bY!i:~~.jRq~A?Lw1iByStvVyJd.UoY[-lp5N h-;,waDȰBzɠP-ܴ= #3jO%:9m;aK.j ,xKQFmh߉m&kAm5f^>ΘqS܍7gM~ 4(ߊDAQ'ffj0`Vq|OPd<lSXˠ$M>ʖ_4+_z}z}#BMu4ۨ7R}<E jKZH=+HSWDvp:精3f,S[c+^ e t*S әIx7K*t$F1"Z{w$R69WA)8lQJ9LN m#öo$ ioE*vS4Abe+I_o.iA.PPHB~ ڴçρm9`xI?ۼP"{6G+`f(,+N Mw?!粨x<ベq%7•kr ,Al?yDFwKYyL|Zb͕ڼǓc ϐp0V7۸sdJnb>9)Q5 6뇻/"cUXF[Yu3GcU":&vg}Ikqiݚ~^K.Fu3tIePHaÙ;U7?{"o>E*l_|»in5gZ7%b Eb \Į`.WN(L7P%U/ μ9])5WNBP6}2E*َF֝gXߌL$gW.}mY99~X,PVx_ $ȁȴnm0[\>҉"lhc6QҶE7Y0n",X6ם)"᝷ŁSZ, %¯6DQU jk͐MƠT@o2s+xt@x).nqlw-h'2̱rrY$;t>TizvΣM<t9G&T.cĢA 9{UmgspVJf[SU<0o`g6| 2ި f&uP߳"kvbG[JIY 96/"[>U^{"8f'Gm#2(cfo #ψS|l _fsh)5WY'foASBBɖR18m:j2*a{g AH臵g E$u9%2>@q ˇ__}n5dkbCS\^pSp=x1%8{f+jGh|EF&<ĂRo+VVK$ͽb'Ǟ/!G 7u!}߷<(\D~THFjBS0ۖi# eaFc* ,8#f_J_|0[3C9*t'}a|1Ю9} 3%tv/ (V+I4fH{|=ref+wW,·i)9׀W;k늚:Nm]QV#LJ ٞ7=1IC%$, Q{׹~^oiMHj=hݎ$Ustui%`+} *Z#sKEԋ\K^R{t9zدo">4۝IR,99k+B~D" OtC{8ɥS`(N KZ_/3M/hUǙb 2Ag'C|oVּx8Me"K e L˥0M^PXaF< UBǗWF#<ȃ)7\.=Vftp\gTlK%!߸ZP߈/Б 'ެ9`ړƹx<ٯUhFDL ߱苷kנ)MnPvУV}Tg)=1y}cF}Se×1,cП_{uyeyfZ,ꥂ:oq#8^{mR)z {v-^RbD4,l] ܕ1It+;t|ڷr=2Rє Lf!5A2Nxfe78±$Aѭ'z3'd/;Cr(42y !{|>Ǧ;6*Yt"c>eLޥxLʢϵALGAE"$L'qӻ!^)mUkH''Cje{#n RZ'M;J"iays; ~GR|yP'3c\1dN7cˎ˺N3o Bw (Q ֆ|Vhjqc&+"+.&j7eʀq4Bܹei*!) ^Q&1ovH\uAX=D+)֤,+ kM^yܪ?5ܗ6 3a\5I*O~ mU>\ru C[T(Ay o$vƴ.@h0#hhc>ν+h%uACߘ?Ŵ/wI'g6۠YJpB ㌤Nz_0׭VJq_߲O,yX\T,!sNˆ)9eۦݗaװzQ?ڰ<ف7BLch5g8UOgatαFmNDL*ȝC4d L0}Bӱw'ELn;"Sߔ+WQ)Ephqm6a>ĭ, JSJIy\SLΠ(+҂~b3BZA iĺly^߭Mep=QU܂W%jYyF/+tUnD H?,/ -bqq0{u7AzxYazm1kս^VD\F_&;6YYEXLgW4X$B0itӂ:9֔w1EM] Y'lYВjdeW OT\[1H> Κ-r Y,w+׿ )FZuOIcW3c#mohZ90?t`]5?;CKX|n~ UN&\Aպ@4י"|.$XNYAxq1h2`b5}^|#"*㴷nLk]nnQh|# X9e@;B ˔P gR8Mt_jrI# mH){(g6թO[NzˉqIloPcT>d~+u䣶!hԃG^$qwIo(Dc ;o9W IHXTaI-?,eis# E8>oK[|zpW>E){!Y3B=ף9* *yTBLj BnGuM.TVMwM~Qo'I @ D8`)ꎺ\z-;XnXp; ɂ!nɤ ,?i,|m,_u8pD&ҹh reCF*0M2天tHPs7uW$/%90Ghdx+>&U_#L ۇJk8o%7偍GC"%R(GXC օgP0U̧X2Sܰ錩E?yP\8PcAH$DVTb[a魈תJG;JЇE}ʑ"~ĄE.o8A.Osɽ?+ʁOϋb^FX^im~d0^)tO0AT#Ȇmیb!?@獐f2[l3M ncFЦԟPF A}{1j `on+YzQFj\xۯ-AhTX2Oeَ`'$3=_.UEg3 릤ktUwţv V/[HJ`Bl+ntg>JrכimgI*g@IxaAQi)8,م`]wZrei55l4ɢv¿\]l6Fęʤf嵪vVəMJ`˫Lڔk0{Z9T,~p 'X+OGfȲXI;afdHpA~CZ{ԪXFW4H1'D÷N+i-;6xQK"*K$Jɱ(_GM$d>L;T0( jInfaS*: ZAJKp9~:3(u ),5[X$# U4Y)mpp R"un82js`&EBе)U*t5I0O&5%AFkS7?đ1MƃBwsYB\v:SxmI2&/ԻcZ\b^q˲zA. To1tT`;eHsC=(>Sba/O/[:0PW` ?EJgH_zϑ{ ;܆3}霥|ǃmMI(>R'8U; 4>fm/IMGe5d $#$@lh70 p&W(MS}@Oj$oBͣ>=hooL&9jP]ZQOqhLCHxH{ LʷH6=/ X_oCs {[|j.I{QLtL|C>>1.JK_uk^y`FboRQI7̭)T2e*7^"c$}/,X!pۙvߚB)# /u~ﯭ9{Ih:eH+Ԙ؈d掷ӊUb087eܤDγsBcl[Un_i;Je;k9`kc@#ycUKKYM ˵Ќ݅dl81||,;ѝ Nzaɠ!8* 'kbu];'/_ϣ~ͲzĦK:`l xѴHVCpAJX>+mw2WM[(BY7P6R(?_; ᝌ"%^U͖s-7ܶ"sۮlS3 +kUBՍ sp\wiIYUZ x/uި hO͓ɊTɎS2C?|Z=.5gS!H-#6 l_==0)8RzۋԷs-!MuB#z8p9)gD "Auu@ӼJ9O()d~1  cSО3*Ftn87ћCjN=j+ Xu(ȟ'piI +AgY<*<D: ɇ!ex! CVf^t"IGp&EF>UzT=BlKY×nD?A?A>Uyq-NP9[zf۵F) A(k /YtQ sn{۹VV-+ `N]3w&El>\Ru1JQJ۔?'ݎJ,OZMY/xtP<:VsrZ&[u( 5Id9n'zUwU*3MdL*({7q4UCL#m8WR ؾ(4n wI Y4#`&~#H\ԽO"{R!R )c?@[p.et)WwuKyH?E&I$ )`8x _%mri[qPb/s|1!5 ~L@Iޒ螝-P|x ˶۪Â˒jpU_.V M*GZe^Hٹ9,ϲ2wR-w2c=q~{ '2eUSusslߑërީCPyqf4zz6m,4\/4Z$a9Ts efE-_I Lx,,.2k:wkWmzFqHǡbl iyzWՈ]H*l/ـDDg:>!v:J4] l(qQJr:܊ j>\3هAl2  ")X'] vNK~)HLи/R]#LCKTy:WVW&z2cE.9W17^REd;Td<瘰mwf1,#p%>&5tj0@>7jqF^(AYKbP*TDr KJ=&߹2oG\նdC %,s~O@.C MI7TD+:!?%bd,,SvZX?8iXocfYP=? T.7N)*T- JuDiZn[(B\7M[M_+dk[?uxx+9lk3'&YF v[r}h 0gYzс;l?'8.i,m%Q)85*aE&-agJdBT(AЀ6-mc'b0DaKQ_m9J6gN`7?e ~@J6Ҫŧ̴+k\%aH}38lGó8`8$tWVk1 4TB}+ @N=i>+̍S)E1Z+ xfn}m.%@qف D@l/܎>eXc=>-24[ISJE C|ÂͽWÔ~iV.{جw_֤&1h'%^wU\5^*8_sC7u:ⳂN~lmEͬFDφmn0vVy{A[ƞ#x໻,ЏUDwN\% mh ȃXXrΓنc 1yw;M~጖f`mX&XIeޥ̢ h:/4{A(9}Eo HMb΄KHC0 ' }<gEL=3BPȞYլlH!Kkܜٽⴵl7!`]=7'oU3J\Je?ǠB_Z(9"\5NjRNվc-B0=w jD31ը0ۀX_+:{/ufz-HO[K11n Bѳm$ v* =ϑHjA^."rU*?kqKӷ7ZEa$ gxb9(+.)Q+Au4KH7UL0c[g@#%cDtJľ>>kBYNtWB:rיiđ>RE c dʉu>9Bd cn o?is< ",'L[PF )O3OS٘`uM>"/W]M9,BO4Rn[ן?굆3,%:kGiy63 AmR$0nԒn->V<"64g[8ÇvN^qtِ2|h0!*k*_f[^G%gE yI[H>R N$Mlm#{khc M,YL .f[׉HzU% * ʹ ׎ݔK^'ΰA+hԨH a֎ng=ؼGW| #Vbwt+= f J5W<@W !odG@wBo}8~7墠f,]T(Ĥ⪤8G"CS_Fy%7#2CZ{Ckt{0w޷($5}䀠A+,Ib~MeZDL[J wlo'&j0FvL@KJbx2LQ9x:=H 'r0KYi*ؑ|!=UVh%+ Ign5F Uj xbo Z?{MB73;;3 n0:U iV]>zŘܧ\-~ B 9+2O}Q˅|ߨA,Hbl&ѤG@Dx'kG"+8g+?E<? QM=*. Jviņ<-b ^z=&VdF>i[NL]e1ߴt](3&UYRπaI@Շ a`"e^͔O>8iCnyΪ ևWO1­a~2&.fɴeK +n3;˴ĸa V\+x>>&x!?k 2O25حd yXލdKzdqv;D AX(-\kBud +s߮}^mO܂@Bw&rF{Q Aso&8Vِ>tUvW[)9@;s?Ý^ljڡR!>Bt*6s.L8Dd e= 7 ȤdCp#"ָvHk-q5w"׿ъgmIm{)5k$2AtDMjYb-Dj:^J dСٰD;joR.`(Vʜ5 Mfr0In<r1ZiY1R%&3x:VHI`6qY$!zF ˞@[a@`6X"x05/+ T 񱈻\ 7,~MpkZV9h~jMaq ($gEQMFZD+L XN*C5p ?h&14EOȿ+ |NCΞ4d_th.8'\G-^ZyHE!aye{950YlHg]R(2"_CP+zmˤ>}+bgQ>l?UbI#} 2ˁ`p({-4B. 2 C2^Y, ;mu^T,|WEhт8\գT6#rsG~u/?ƘXpF^*vA`Ǐ?I(A=Mf)P\ ^ =(Ř}]ڌ&i}S}fev9kdù'2} l{$' [Z8kOԸ#SZ&;Zv6+gɰ(>X`c#%ɕT䙅r:e.6dV/3zIKHqsc2[IW哿8,ϭp$H d\SӬJD=LJR2EK)cb螤&XST;pi.vv48I]:Ѣ򮧰xZNعmtS?2iL9V brs]c8C'wg,ϙX꺊kUZV&5tĀ4mEH@-G=M*hz{!Sص74I\1ZP_5Y>zwDӆ]W<l.% .Sl>9AAG8I 04ƂES- qHfl"ti4w0Aqo5ږmєɑNBzU1% in$SfqC+)ڨ8}]C6S?i%h2X_U r;HPǓbty-Rb?C:[w.ӝ);D-3TU^r-uL~5GF11> l>eN>}_Y[ȩwb:˵"0*'rv@Mj٭ 36y`0aCieB͵ٌ,i.cƹfekU*4sAP$`=I}5ԗ|Z 7SM%+Eqa}e#~)L5G.Ȼ-RaC9g!Φ**GCDN³vh6|>2S Ѕ1RثN7+{|qx]N"V&,kd/ }R2Rv7:1~?&Ɠݦgg $ymVﻗ> S֒R ekx_ FL?${+~ܽY.%Q6PMUcZLTXT(qc\ M'̢Uy1{os(~v=eR=1q@ kZX^0a]s"ё,`ϢCA7jeQFŏ^@!96#C*jv?_\uЩATHj 7–#AbFa{7T5.o&>xKEQף8&1הnٿV\!k!L!b@KaI)yA? Q6WGq{<"{FUOkv(Y&w:=trss4l@9 Gg@Ǩ(}^{dikmxWË,eq&i=!rB KL{V& ŗ Cm {=>`CQ~'-} rSEG=J"$`TWj?(@ݝhj=H{ $ƱP.ξ[zCEH6jv.m(Q-lQN""͍[$mqt{hv1Bw ߶+kϾ.?mUh8AL#W\AQ+)+9$-$/S]ŕz1B| 6E~&$fc'tXhKPEM< +kfVHUp+? jAs{mlbF=P݇>ٶsyRl.'K]K.o&ND? 5+5՗%7޷R۴[z<*{(>NEG͠ ꡧD`wH4)J|ZNJ3LV̑prξ2\G fnҴ|?(rxؽqs+EJ :\X86NA:lerDiX 8]S/{xG Z]OG1 }wz]7[bDt>)nQj 廯ڙx2"0{-K:%uh D >U>$ƓAj(+O6d`i%3I@hîYsE± U7D"+)@?7\ pQzA93?&/l\Nﱹg}-X/?2Lg)ӛEw"Z #co`V//R1Ai }SHh ҢO}u()Hϛn_98^ M?XH7=+Yb?2nnQC{l)D"E7<ͻ٪$ 5/3٧ q Ȍ(U:c~xQRZ W*(gHpk3TO!5MxRr;b!o1smN8=Mo[+CD so5r+»yY罤\<3$~)`ay|dn%sݥ.{?x`7-fy=#1 ˪:-/ pdnAG[65Z3g}-/;@j6ִ6)v4a+lZDY䵯%KetXڛl_y`⦉/׷#t &K?v4/i1k"e~r/hM~⩦g`ϗXd׼WT Bl]muJ>+c5Q#ʄ[+mfJr<:"&zeJCPbQ9$TFN<ţ#=.#'!W(AA%#&A %Ċ*.bhF걬$kkNWIRb G5x1VP\^;McmQ&ei*vSQ8ž\T61ħKrKs`)79./NCQL1IKŵы%LowC=/fz2Ҙ6id)NxLXKzhӸ}If Up4 I1^/j,P$Wd-}[̰#'9[(5ǎM?θzR1ψ1+"zcYO[s-U?_H^FaiV"}+ TM-3Tyې.; #j섲,/G@NMhKr036nmTSW`McTd>T&т?JLqxfC^*KeحD?cCd_Q\Y4'%pQ%)yl"2 W wĀ Y(U:Z%oT!`BOX5ݞcL;zJk`_UfBM:ކ'aOv)]~~57ռSgb6?tkRbr(lS]6r<4`Mb9Y4f Z +4 ۾ \S\jrUʏs;wB|f,9*p"Iug:Q!jASC,5S~xsPY<~2YfQ (S$Iyӳ>m \$b^Qڳ`W_e0Ru^BœsLK*e& 4Im|;bƁg,>4A(|R} GKykd {qQѠ(B4U{Oto0?x2[r@\ зh0f+hcLm%ז\d AlL$y,M0Z?؋sTw2=PL'4^^–*G.:izX#yMΩfstsۀ@Ј$BF(0SfAzy> 1(F/\qrUtzm` !`Ζ{d[=~z>܀_.O[yKq>glI s` h܀!iE1o>aI-\ ! /'@vyAaIn+˞ EV݅ͫ'{zgEԩ7ѭӻAQ7X8=տiMO9X0DK6n _O~?b+˯-biN b錒^ @*3o6MO`3&ب"' Gs[*Kʾg!$9%Gss~x 0ȵ ;uwÖ:{7U9IYJ-/Hq^OtlVCUX⺄JA\QLɹ"(X-o>0|XUڪ@10‘TD)ł"`KrL{;:C֏8I}ì/yrtz`Ӵe4 5C筁f#4|(Kp,s A$K)X!Aw:G|Lu=rkQ. CDE{L]zȜԉH|]i!"9Մ0 wap7XJG}q!39 )qzPN-__hNvO' 59t8<%S"uAwۥw 4D8c" #)*Sg0 }0@L' kVéG1uzG/SM tΓ+ɻU!=膯&j醿=U#oROmB6f:h'; H!]|eYS]ݦ,J3I#^C $[QGЊX7+k_@2Nqpvt#/%wql 0Jؘƭ!)6}rWg \9/Ojbrnx6D+T`2,qQ|j^ wUzd Kʊ(PՋ8LzM+9cf'Le}:_x-ou1"6  ilϯ\lafuMlW,`G7!nEݏ|guZu|tG ]]D`tO^:bYYm[ qY= \6(a5^򉀮N蒙Cy/YK[ /ر^1Ą&4;6 9.W1BNضY)e43ej(dsL:2MgqqV\%*]`'AG~?3_^~0FR"_JFji| s[~h1BaiiBOmQPr?Db{( [BB*]rYem=pRDgϩs9Dskq!E ֣"XXs%Vv L~] U{y4$̸f}7`t?5V*IHC]FA"/d@[2o% O{A;\/a\ -JwWF$ZaLi&'aDzoo/4 ꯓkg:zA.XZF1 Cё:\f,qɈ‚YH7) 0[>fb0!Q cZCD#q)٠5{N̂+MN Qer1fvO='dl*fX?;xBC`@P"9}EAsk=*>LU)m#d2Բ fAxBٵ7eR')uF7=OY9v )7bGTVW.q/jEF{cH[YeNx+~9ձ-.]JM;q rMZ-vBt·5iF qL+)4,o=WG0+ 4*m;)E]; ^Qd=JSJee;gV"tu/%=4O)8_~_^jv Ȼ{8z? ^ .t@}~5&\IW9Y %BP8t:6Aq>d` Q# ;zU ]Ƚ|,t'}xuӇ]WEΦ8ۉZ )ao;n͸C Y,EL 4T[I5D6q*ɳ6ąϽ텱A} Sc{}D~D2a)/t?'=ʘl@vjt f$A.G^s9{=7a %d=ssJvO>gʓJqݞE+>;0s~' fH{ hQᰇKGnTDȡ+ꗗd&Agҷ( '0:6Y4?B ;)ZQSES>x64lZf#*}y<5LV:?ګB:jvF39d^ :5쟕Uk[au}UƻdP^4o}wJf&Q+X,89PumA3d2% &:8@J욠t ґHqߝ ;50qL,z3$\_ɑOF7Ov6x\&c =QA9g%kJjA6+ڰCpͼ?PwI,m&NTf@9V2F Q0hV"4肔X(ufC%F%fr.Jlh.pf E`seI0GB6;f9D:& ڹ5zU ȵs hȇ$Ο-GrRa)"vʱ8]=S(])4mQ)=ױw+Wet%[b΍=p1myߟ\F2]Y\l9]W3ګ'GGK:6 z>QÛkdWBE0`=dD" '#?7+{c뵖;Ag5{k<;#HVED;pT-o'; hry8etirv13 `0Ĺ\Dk]%JMДw6 ,Vz+^/`B2 1Ub{.Z((#O zwE@sSw2AM?h|G{-u|{ . N+1F Mo<摒WC=mx0fodˇVVGA5|tFѦ|/˵'iܷ:izx_8Bs ~ ETG>,ǧȹOHPmDpUK=]Kt*A~jS _Hhبgoi4pJmZ\9WT: i|gerOr.IQ]{8j*🌳0f7U1`YɻKJ9 s/2.7[AP Iha5&/߇}sYFנ-SZǿz1/\/m RI!/RqcvV mD=?͐/n?MzFIcvANd( ۖ!^, (Fo#sf \޼%.)^|W) C=\':3FR_ [:UXinBCOS*`@mz6o.Ăy{4~˝#?+m?thxXFX8;ɂӉG6TȖ#EOFb5r߫fj( 5F x,(DԶhzS/1ϩ'`Ԍ3YvoE5O" \ L&jg=Ҟ( riҏ7(8 ~ɐ^$ckVs/&'5T5ʑbE쬘gԜŝE!4tK;-@5Nӣ:*IBz4נ+uӧ `'gûgBKAbϒ;H\ᬠx QmI(=+ !W遟J~$;o.EɁaSecъ/:Մ$H56{ơ2?(%{|Xx5~H +FB\3HH@4ԇ\gF+ޛզ 7Ȍ%<)9Yƥ_y8+5({aX%&+!A\9[ϔ&GO7uqVRT@&hA7YÅT1Վgܗ. o+.^O[(sZQi \ؖ;$+9oXob\'i+%S@Geɧg>P9 qzjD! /˰l~Z"|UQMlH jG\fPO( !:'YcRdxsDwnJ%~J?, Ň"s@< gHp*hh5"~{|,S/$'yj%>v(=p@QR`s7{ !>%D'-O[+W̓uPW4ֈ!I4ڰVHHEnS(/m6kp% -js ,]QDڀ޽@ַn$jjͫ+XZYw?8 #˾e=ޭ3=5ux2@E;]DIhJ^u/O4gڙs$>@r"z28J\ ~`\Ã%83 UU,3۱axQMGؒP8+rn>pPg)4ۍjZ~hCԚ:6f5K3SQ2-{lOMg1* IbO,޿p0mtZ"zd5W|y "oOk]9F(LcoM *' )T?Bp ;jf(n懠}Ļe\!`;pM!ޘ؅`?89:K+%F.<Zuu&|Q*qQS+S0lܼk؞HZg 'l1M1`٦ѧ;Tœ ˖䊝 n\ja[0S҉>6G?jFDnERǀ ȉ#DDIS]nR{Yk}($*ɈP*M+<HufoQV~ YUdጰ=yV˵Z}UC[FK!a'×!>-*L2.*%R/ͫKaY\h$(ՒNI7nD'ڷ4Ɛ\RhMDc_KXѿ3 Szn,޻T+w}lRQDQaHKAjvȃպ#ot NUdvz*Dpn%-ݥDVw'tbF~[8=Eg3uJkU10V2&#NjrŦO(ѢMZnC̼aC&OULzjG#,Ϛ\-~1Wby 20LQ-)+&iӚڤIcv5?*҂|m''fOWK$[y7U)"\I~[% Jyj!.=XP=d FIވc 6I 3ic?ĊJXk^j5_KUըѣnն <|? sx~*_?7e+=dH\Zg iOZ?iqݜId^qC[#3їۆò7isoϻ){_|n L $n@z!4.'q/͜ynP|xEj8)*hM\l;9¢ Cϼk;H.K?uZߢb 1ܣD[-~jiaФT-Qg44=Iӝ7Ϝ): ߟuzSZῇSt6Tu`Ƶ볛12ɓHg03];0ζueŤ>=CZ>:A_&%e> wc{ W}kO5ŵk[%d']؝Wh h;1r&JWG42#ƛ 0Ul,zI49ID1L%Ϳ9|BQ? ?¢&msh.wbXZ1XD qsrȿѤC#XL@Hhi4πn-3~qݐFCKX!0vḺ':#> Jν?zUu;3ޕz\ :ŷQ. E ;ȘI#Rz QzϋrazT+|nZ_F]S]e_S|`40ku0tWGea>@'MEGs6A+ CH3; oFm31Dp6YW5PKpa}&Sq%t,6 &TB;Emx8R$fM0 kzk K_IRI- QEn|Ͳm]vcYW5#xYO9߹HB݅)~IyԤi+l_2/x.X/.zOݷԃKΆlsBJ߯'wu p :㫛鋷ak ̍|pAw5 Ia)(/"pú+sy JzͽnEcziU(^1 78c2v EoJGRBSBʞu}` i^ -g/6]l<\=>-Êu^ʐ ,v5fc3$ڞZ ")UtNE@NyYX;C+,ltD;;0wz`s{WBQG!S K}p)Gz.eOgXGsap(NasND&ۨj~τ\`R[/u+5aC iGTEM1;=S3e_LP̖@J&v(SiB`8S?m ]ָ*tM`ܲN( 쉂=ibT[1h߇w5z;͝0Y)^^(f9UkzΥtEFbspX{҂Fj!WZKx!c(ΎsF|Y ѻz7gW.7dg (+*n,;٥y$4JyN``aE kʽbh-,Iѻ b۩mS$(3"㴱)I*T@>kN ϼ זf;,XFۨl55d:Dy63 D/uvҫ'C4p"L*E?5$d+hԠ1i^ЋҠ>27pV(ˌ{I,U>F&#{;.|R0qZסQj r[Q W|ލ󄀲{;4*+δ47Qd!=NSf {>]#ZnAXj]>V.tתMu<1 6ɥ3&i Y0(?1L Oog}Fm| O^~4NzY>to16#$l6tGֳb]K-"Tz,X 2Q>sьB z^ `HR+ ဪQ8AoRpa'SD}icrυFe~(Qbؔ1}N o`KVM}6Uzo!x[)A רrxh~~{ʄޘ)}=kٔY|DϑPo:[%,[kF){3 >9+% U기rz_|0h(p_ (VA=na’7l Z-X:hO<乺ćj#1ˏs./Fy_{q֏z[Dx;^ob9gb"3s=Nt:,"`m@ub?֑*ROJ -H4R7SUT#~֓_qr$Q[lKK6Cz@L+ Zaۚ?x"sU;jgZ7lF*듙,B}a<1(fP5?1T骐G@w"81b"9Ë2Iաr#^0 >ޢH#h`zqȑ䡵>}cûM_L:O3U~ "ГqזZXb0үqTcSyb4>V ÙQHTB13?!I%UX߲ÝlMeI&*_̅aObD5T!"nheRFSǁ(@ -u҄U]21C z,B{`zUo5M߅t2ڞ.3!e#T%3䮢|h ߒ),<$ȐKU<6@° d.{q샷DkN_lM d~vP@]jñEXiEæ{v#BTK\4ϩ$+p ?;Ϥ0*uKuFa S+f!7S(| #)yWGbl[|Nw7 xRi6TlKJ.dRӶ8NK]X@cR%ɯ+) ȗ"NJ#ˌ>ģXB)iK> [}kw~ yy 7OaĘB~jx_e znL-SPԘ59uG(ٛXW\>S;NPj2E0 2ΰ,M 滙1 N*[&NmpMIy LI[mu>ˮLo\dcyPaZE !2LŞXӪ&äe٢,aIvt=%-Ur){O..Zc{r'*`vP; 76W)с}bB1>$ZnDfYcQ'Z3aor 6!*=, Taq,- "z,AB}b@yZ~iB\ud,MaTo̖ 0_/, =:Q*B~,i؂Ca(rLЄ1<Ԯ}ȯT4a=y͐h< }˙ v2켼HMSNnFAAg 4#_YC,pJ$p~S3:Qv'xͰgv.LS񞷞/ǵ#gIK$ ;,NX?IRN+4˪1"գgHJᢤ(9?flj/w륨#.QT :ϔ =2Qj^;,1]El=B:q O\jxMG&"nxaL5@]}0W4=#1a;&BۈWjդ^;#CY{ʎ+JJItcE*Fړ١ )>-rj;7%q1eAϬ:-O]Qr[ 5l՚Ј^W: ߉oCPE#yQ S RcqaɉRT(83#S:¾ೞ~l!'凕 jrP܄F5HBiru =>P /7JWk]l52@:0~kFX 1N=ԯ% Fb2FaξpX(n܊n1ju W߳PC$e N=p"jt^nY{WW:x|B L}Ӳ*j)BFWj",cm[ʵ!3Y˱aD%}/saSF)l^ s5D??|̟Mi|u } Pitng ndK+=tYP +P͌UkMcJ &ALgC3Y}I9,;pֹ xWG @zE[[[OG8|Ҕt[>?qUU*J^xrխavG C1 @ iaӄ ׻n'?zz,J.jGU h78j!~3Y7}R ?/ 2@‹ ),pe*@lj |u&n@<ֻ% "lB}HծԊRxcCvrƚnh>AENlla},`@8R.n|| CiCoDSL\`1 U95dIXOʺd{PtM]Cmب(RƷT|yGI'~&Љ{jkFSB@$ԁ+% j.]$ Jx[h9grW&kT=ֿEx)ƨGyԸ'jh3#ϙ(Rͤ:nlҢ!<\:rK7QVRnh4 H? B2cٷ퉻t]牜򹾱 I#O"ǫyRF`og^6 !S;3Jv=Cvn^Wş&ߺ*Cl@Y.`KXkŁ o<+ ׀A/{D3*6rfwZ$0]p달(hvj$ >N+=6؋d7 ^.poԑ.H ew4f(PG-+@Kˊ#$C9| %Znųw]3{)gy,_"-A2(WqWē'+ ADO[ީɂKI֗Li᳽\remBԄV}"O=- _TKr,z0PdWyj/2eglG]YSt@jZhYc0KoFn2{L8e`A.zʦcTZFSj@m:9Zm҂e6u4rUhR y̡Ew(1x0۩\/ "+Sdkg 3"̜v3($؉{d Y(A\>}S=3kYw_9'= q`G!JS1:.6>=-znO*Z><{lH.|R?[BS0ԃlȗg4if6k~ttf|+x?w(\N56#ۑ$8:;iVEysLo4/:`dOpptc!͈{mEtA- VLmo0Q1hI#‡Cd;F+ Vw&"m07}k2][j*ݘ! XjP 2r Tg|bgQZ\:bʽ瀫áupq?ŕ.,0*y o~dήeЕv9WE[2'C5v`MHv):7Aڋx"d`N ew[*.uPE{.z NcE}p'3sb  I/_RŽ0k@u.~cJ-i7mi63ٹMmE=_xuWCVmQX2U 8"nDFj%RpdJPힵH-mLU EyfF/,*5 #x2 av!-Vhٝ'LgW_s=D=NzO!ǩʾU[aP p( %Idd"v"K?kxSW䫁"ª p]Y pǛMdV.~u;ߑT+q?;X(G1hY#HgiӖhQx-J@[)#4DװeM]mI'?6l;_^( bm<=i%rȵ6̎R{ta|A 鹡X CR-G;؋ŸgC4R㝭 \E4桴jrC8?Wv[>y|Bj'A}~hMO1 O7SoBm`&rgts=y`q%LǺ4d0|om16}]6!D4pgJrfƱ= 41>SiEa=D¯Ư-#i!@OMi_<3*jo(Cb߽H)zzujHiغnG- ;zz&c`Es/5 ,ϣ %NLi I& ]% g Huǔmc:v:!=jᄳ:O;f#3m 0MrwKJ:C3 ߏ_#v6 y":I_R!< 35qDm,㨽 ]|O ReKj7V*e`g0j)vgth!-8 ޤ^ib/DR'7&}mv9^Y{x_,C?7 |#<'EjZZmWj2Fg߽uT ׃hmR=b)LfRq&֫Dt2-{g'.;X &7Pk+ {H Svb\ kRGۭQ]e/+ɴ?QprߙS F n@~%Pˊ WӀcXMGqJ]xl`x  ڧLr_a€ҨVPz/@s14%CmljD";=Xݭ8Jh+.J-r1V#hXXR"*)$hK堬5]{8ʚv$ͣ2gc^ˌ%G?}%;1Pê&_rQQ a76{AvY468gTr(Ӡ+ꥅ_p }5/j-Zy@qTH/ٲ1Ї-?;bCeЄT4S ߱M7P]60 dmۖg>QP92n]Ey$oލZhXCGZ5.{4`ܧm_CEm4we09>;[7>l.@5bu$OM@XEiF GKw !YOlmD!&6deە&|{gZ@v9~+*D9[l\ ) L.ʘ#*:wWG%TEvF>&aY:kԽ旳x`JWLΣ8ڰ&4SUj`ZD, *Fhw􂖉Uy\Z͔9e$د^ ]sSaPqZvH(j DZ-~^'7&D[;*R+ tzʊb3PxurωJo{ɱbp^n Y m4[Z,J[Tb7w'?9lh bAmuQ}@$lBSU97(/_tel ϫgf'%>Ү]xyJAk^B+50s{@4~#K_Sh*qϚrpL=R0u$@ ~(T7ԔͥQS[;F IJ!;& QQo *&.&Ru#C[}?F.!{1'F}fR~.t%_Dͥ^u\ \{T*"œ* ZKEo+pL9k?q}ףen2te]nZA7ܶByYA2cQMfᢙkŷD`*篏;EWS}2[sƆ ~(l9`|t͔ڀ0B^>LrL7thaz(Ymg{t1w*i _!]\B| Ǎ=vA!2u{qI {}tJYWjK AsBGJQNӠ,1_ĨM2Hܐ*0Y_<VR<#nTcG){`5:U${ *ǹRt tgyl90}%Bޛ Zk9< NzCkBYRh'{idWk(  mѳ`@sVC~۽Zuvxm Y$qg&ّc@}%0L|nAG%I:0uFOɎ6'r\wMگ,\GB7*#[Ah~eҸmR!Z:Mo-rT].g.4s.KD៤p-B! *~evdq-K~WsaEu$%.bt1]r@ϩƹz^EPcl[Hqi罿m9{Hٶ $2GԦ} \9o^A O1 &0ؽ[tNypeG5Uw ct.F>~^l_9R0KaMp!?wQ3D_}=J̋h`qܩ@ `8ѯ}`8g/)*T!\YD xvJC/0rOY'I77QKeqzM47/8%fu_g5q,˃LvqrͱzTr/:A`\;Q-{ɖ<['%"GpS}cIs;gMt-'s=A>]x+bK-QyīOjpZ>v벿rΘFX~7AOPW%ImPzGpgr՚ ̂u,;tˈϨ:G,Mm D$iF+S_kGvadDxsHU,\bZ>>#TOЫ8QfBlB cz]D3I{Xޣi ^0$vS_FF$XYB>4Njf&#SӤhmIɸA3Hcҋ_Xިpiz(h[0!g4nF^p'\UZn(El7PNd l3t+m [܎S-.'o¼Ҟo.cʊT(]vHugs$c@nӫyy@Ԡc6j . !}(W!dʤ(72 jh{ŔyaJ>>J)J9U|$%‚Ԡx3i&aFb̲T&K3ttkD == NNc,y㿂5' =[Bbs|-VS)9e尉{$d7G^u9\cy! y]RAGN[su@皪U8B ΁{D0[sL>=8(RJtӯFugYQk%B~u4ҼDR`q=k?bg zBŵƛ6v\e^̇M~lJ\n 1XӷF$~`dYA50ğ~ɗT]b퇕K.D^7 w *.:Aj/O8Nd*1'C)c>Rלh8"$s*{3 /wi%l`뾚zsG,+o1j2QbJz,dVr`{N1lP T0knѶ> {V:WD;m6FאP5[W\7ε.sQ`W! _c}6k Yl&|gWDswD?C&&ş8̟q{,Y2ҵ)ޞA͑:Y+GW">V6|aWnuh/ v?̂ }@p!Xo0Bݡf*nO.>w,=P3$J6KۺY(V*8]eqсZ2\<JZ"-w<<}qtAI`v2@" !;÷~Պm9<ތg3"u B?Z@&adҫItqNb=#yAf F| %ӉUf9י GOR1A鹉/'}'P޾tEÜ i7wB άf>-%K,sb8-Ч d:eRgWh 34R D8IzM⡱0T*}+m G-+<ݥe@d)d8yaq-3?k XE cj)}hו又$r+%Ln yXb䞽"%I\͖ bemi!ε.w:d08J3 (\d`æDkF%2{*Z*&JIK+k!V #%~?̹U D鮻+:2&+?ō w4f 5/K2#m#8v3' kJhvB A's(5WM%ͫ[.tl]3N-QΛ^ä8 33HDCFpbd@=o/~R0mv39c+렽cv<غ?3W0m]Mk@{+:wby2ҏ؁E0^ŷ& 6tlRa*IoF 9`%Mװ]Նk ޹ C:\͸B&E }O,+w 1.v@+aI: MXsOҺ. %G3c63kM^RikӬ:p-/v%u玼L`٠5<|< ^=Ob@9d)Ͼ ,ҎҚF_iF4F޸]q"6 "58PMIG2 G/59h|Lz#G[A%fF55 oU J)>?#r|o{! FgO~ےu N&ī8r K-G IRGۅP9"q,(%dJqk5N &0C7!-?ue0ZhLn= 麖B9k9>VV/6))lmG XM Kv'6mRDk O D8C̡=髩&Áȹ gJnC(C;]c@AL־W= ?|/҄V|7b %XG2Y zy ~xps+ŗcqi"e\*-dd~wٝJXmX>FȖB0^F-yKXƉt+3.+8BZyM\VF^Q-Lڭ>"㻽Zӧ*PZ;ue!Sd41BVm7!_ymetz,ĭyaYc%`U鋏5&r&48-ʎ@b@\]Sfcax M^r^ie(bIl x\Ycw~%(\ fWK>F!qpHDv//FFι"%"}xvpik ~.B"=F־@l/oKt/twV"LWQv M)EB3 IEVs$i_51Yp&#r e%G9^l%P&7{!# k?_^/r+-@夷){EF&Q؃=g YCŭbQOm_U FYgO/cr_]})` ?Ɔ1iYU8rn;t#}ծ qfp_$W; e |8O0f76ī윏HN"?}R/{5D{y)R0iyЩ0AO*ok9nM!<_ >9{p֎ȕIrݓU9Y:azCBZepW`$ }~gR)-#0%N7ٓ ^/Qot/?*b˦ڬ% b4 oLǓh#ێN-A㣤Wql';"21=&{i6K*淨"1Đ圣yHe/]1x֟:<+#$UjGKT({dqvL$W>fI1G1.Pݯ?.1tƦQ.=7`Tv -):X:ckݾibUG5)/s^-7ص<դ \KGLB8,(9|'l.c+9-S z>@*ycH~Tg1RP]bXI59-.4׋^^;eiG9~!QGza 0 =>^|+90Lj҉lՑB$t~}a[LD3:Q5ْ~R4xf<} ^xK L ? ]?^ ! FT&maZ9S9#G RT0ӗHϛ%_k%έl$ӎgqDp |:kQfwc(ُ[vܡGf*Y`$uUy@@{:(ͪ_,qvhehJˬ.&,e J=O8Ip_] )&elDGYyL6C .\Chyi[\> ϱPjW d heb&tBpwv{; ]2Gk?ݸ'xM-8K>Me \fZ[r@Kbڞ 5jύkAQEvDۊOfI }}SS?X&B׿Rͻk>Gst2e`)6ZJj@Fkݛ>6Q |$K.h,mR-8eL%@^Ryg⮯%Z*qFuIL"D.s tfXJov-`joo]b!6go>,Fo?Ȇgf+ =f0֒:ѵX'a|z!"%f޽1WDV>PȐ(]n#JC<zE+SJi7~=xsN]@~05OA.<{H(.*Nq&"|;IpBϿ1K%X+7!6uJh%Swns䡱`e3=ۈyM6  }`8(UAz(J%{[ǫoq/葮R3WI;UKbk2S6hw&u<)ӢAlDܪljrgl܇ ڻY{Ddi1e56TQFmFElm{'\TRqxm{TpiǞFH G̣m_\^ƁVV2fdiI+7.]𿱗S>F+RvYEvet`%"(gT ?cBNg `1.76-)I穐rj*]t"~FfͅPT%@ukC.6_YnVIi9h>Nm)B"M"GK<Zߗ1CIű{ 4#-+GB*(*,&xHx?L"Ny7&J9d7G3EZ&_ޭpj3v '1y>f}oqV %6`[#HM_Rv,շPץ86lT NPq1bRrЃBψ< {c&R),IOgxa LήjJ^}GèZDI]9挶y>" m=NSWÇ;#yTsB/(!Zk   apj۲ \@$9bSBA[tYqY2%F5?f \#SݨuV`{PKgn%Nz_M5ĝ`)XDqpF6֭xU`=:Rh `|a .FQ8̋//q1o', [pRlIdp;qEe(ڧNT]S *)ʻ|N4H74"61/*44 B2tQ6J7L;.KԀvDp14ԅb?^Z%f&z5/#1  tpl(~ T˙ {\KEgzE2IdXa0I rHqp7Ƨ栴]X' _tgID#&ʘU*$aF¯Ut%8gьk I![-b)\^d`vKR̫c3]|OKIDsB H,OUYT+5} oIFJp'8$9G:"Z&Ħ("~Inm;) dAP";#iI@.{lCA赊ݷ+Lly UT6pdℤSr5uصR4dK߷rl~) h]#js~9]۔3YFeI1qmy5LreӭzGT̿U$LcLO8 gKf&G gӄK7#e79B@Ƕp\neKrF>ۨ(IfHT6I9̑IxBZ > <l2hu-~ש_6M]_#`n?{-E%YZEbuH^ :s+c˦N[t9t6cmY ɭIs) b.hddg"9$:z'QSVǠ6Uk)<Lɦ0Dqtb=9KI4.տ(3BFQpi*'WxךM lLUC\X7(ux;Sk|x;/ "Gb!y5bhk n s_  Bs!KۖV>b`1qD9o͛vEEv q20|V|ki&5&хrw1 櫮l[`B n)kvu;% 8̉1V%żS[ [A %:Tm 2p*FlOܿ1qj}a!8H U)pD˜87>8%r֔:mؒ1PW[R&Zf0y[ӶF'^d`EI+=ɡiIhXpCo\%Ϸ_$qJǝh~av$˞/FwM/{,V>sGX{^ !l7 u XTtuwR v.XB]Cz ЂA-ћsFsrQk%.?QU>_wyIcERos(fINb QDw@}þ7LGtטˡVN#7炡sk뱱(1O1 }C{ɴ->)`m8o#ڭtS^.y9<޸Gl,K2_X|afOy Z^]F3Zkw^u&u$hƑѼ4KY0R/6*zH i'c68j瀌6 1,1,WBzNU ;Ua-.B), %DlNyncx6蒥QR-w͠Karݫ茓R`Aװ٣ m`֡z\ _[I&e˲{Ǥ:Tm*?"k~?@"w MgӥdzwHq[2-.a7҄⪅ÖM(g*ZA{.}4+AxHQwzOP۾g!ܠcLWW>e:KSv;&(wIIx$Xdv~w"`AjٞUo~1Jg)sEK:>ɔdrUU{À7~AK7OUzjTTeccr=:pA!ɻ̧uu>\X5}A"-)kHPU_dCojh%>Z(ͼ"K6Ŝ)v&Īk}[۽_}-)p*.(, +NqьlWs[ (߉}n Mk<400ZCYۼCȺh_AzZPKv=#LC2e3B:&@m{ ^V>+d`tK)8s\`SVMyCPԠnvnZܶ\;wdžS" aEeKሜD3ɪ+b8`}!)0Rq:ɋ`J yK!:-~gz%|pS7hHĴb~-5L>Z Cܼէ\t 4Ω}00E^7yQW=\@x)'l"]}R3'ZWAV:"'$).l% +kjdT-! 8JD!W浗 R#-quY`9zJ=!|"(dzJ: 3L/Ȓ!9\6@*^,?D U\[Ik,XR-- O&Y3IQUc|8P;6'#Nœ7oqLVC Fzt>X 3 X~FJWG/5;ʌ9 x*DOICLdĤ[ 9L@##5 u]Sٷ>1r{|Q1`t[SS"Ce9FZ>."IlC{XlApV{wXA2k5 LZ .R#9-x!zw)ݩ zqvͣd4qwlag[F3jToVngLhۢJO::tq%kmMT#}kXYR6,#Iص^LdMZs5uUu9Mf?ܡ+Shsgz;$g8JdS42]-f\ɉOZc۪P9fDb7:r艗- 3sק^E4./}l yj(k9,Y 7ʤkȇկ^fJ\߶fZ G}N"J ۏ d@[Uxkqmk$Ј(C1I*,1X% Qي/UI(uK[Nxb3}/ "w"kf&A'c1vg*yk@.t :𥳐~qIGM/m̉|̓319>S)qAvX7:8>'ǃJ=j js@!#l& +@%5Vxjѩ@WHEЀS`U<Aczkb"z\AA0pkZ[wd[I23vٚU'ĕ=Nwo]hM>GU㉎`S ht -W0qDrT4B>H4Ͷ,qn4\O̎g9yvT@D{rj*o9*-u*7_uv5 4X?ߐV&9^ iòR,"<c1 fuhKޔ v*5<ZrwК`MsONW;C^ȗj2_$TZ #=z!GWtWSͧfr\L`ikoK+GAi NE1 ck8sGNC+}%:{QCS8wߪI#@31up[+ZCbq6\oѰY݇MsԬHt ss[?M^H4Fr FQ^pw+7#18 L5`XX1|tSшc#$$jap$( {jWĮ24xso s􁙡dkZRd<.jcdԢ VlF8o\#oP@} >lz>:2m9Mtr rЀi |Q5*;E|wxH2WQLR< Jd`juHp ~7xlxd!SQlC#6I[ ]5g@\H@o3~-7(̒ hk )Wh&ݦB|j{25ٞj/SU<{,PI6U7Tt4C+!.+dՓq s^BJ V2p)"fg$w׍YJS%[ѵ:A|)n[?,ڛetC-KD!}tlla~N\>;ʰj(Pu!:DQx ýe@2yO"^>@CQ-e~;sІ eox毈#yajٮXBV27 g%h  jAf$dSNM0-M] KF "4B逾!XqFT LGz%y*"ƬB"Kζ`]\#m%k:4b>AҬ78y,hou\$N*z4'$n=)}+wh-J3{I6ݡ0&WȥҊ x[ kb-Ww6ѫ?\`8B|`XU=Gɾ2 D[DViD10Oxd3gj93N&zJMn֋%"Ic4L;AU FV1ZR.$bp t 0e͇ʣL t5öT6-!jnϬEs;u`~1!aI0WG(EI ٿݢ]۴&9uJ]X.#YƱ,aN#0~Ka{^…Xr6s_^?R=Cr:!ХljffVU)ǙD!SD >3:XI 6VM1BIdS$S JBJg`33D賂M8$u3 Y[S! VƎZ@ẰfI1@Aʉ Fnl`\$ݪ4Զ0uoR US 1L&I,É0ިr`ԩnm ł3%̅`X`6!Jx&TKҐە&!jd hd 3.)I@_#j$) f:kkvBtcq.K+񦡶$#A LĜ.[api_Hk+·RbbkܻEl@d .u $BEH^7UBfN;mqTX7n؁ogC!2dқgL]V.JV=(8`Iu[eY0.B+Fmrid&ي@qVP).# L7jCFj =H>]qDNeN,\㪵ePQeBCe@ȡXg(r&} 27;̙y]5D$,يV`$*4[,@:AvDi5"3bf.k̖8-{`E^ɂ8+nE乖 gdʹ|r .M +M7Z@Ice4SNw^یw\^!D,zgK*7̤0a aTc)0Hn_Vɲ^dt.gESq LKZHޤ]0fvo2&DתHɴfmX;8XqA6%!BdD%ZbْŦ0XLr050ŐXlU!red9ZqB䁡͹P%''*nBm;52׽Se NjItvM*LKS'`[[e߿/_,Fzh"!],];\ox \ڸ)fJ@(DIf02S{Y-WZ̙0.IL? dŽŘZ%$LP0`liqY9l3"v2Pə$̊LS=l|S VMif{~z.I)B Q&{%daX%m텯4!B 4aDɀfC5̘8@ʃAx{Ψ,,\n&]PXf*@JڒDHQ % b7Pj6~9idݺ́ЛKԓ:OgI4k6ki-C2]70ig\|H3JG nau(P^ຶº~3AϽ?h*zHsm$fizIzUTcT)w>aq'5$}BԖgp)#j-c'Tj~ Xb™4d n.{4!je,T|-ۻ,l noog˸K%}]Ŵ0;A"l%<9mZ@etYi9@)~e45vS&jy*we4#;/\vʥ~z7x޽7xآ]oL u]QtOj)1gvJtLY8zoYʥj D0UikO'欹V:ѓҁm R4/%Mi$gdFrJ*?JJ=q=L#i?ح0bC-?Y/r}oqBU*Ǵ :y {Qp_}CTV<ԟo(iдHLi2e&G VL!\ʇ+)Q jYѠbڦܥ>qC+Wn62&J/3B߹.lS},wk=ysã^ Y ;['+>D|yڷ_5YworG|Z˰x_纵Џ@^{oV[ujH&!I!Y!3$5; 4lM6@焗EQLBA#q/>X@+NQ+evc8 C 55~0:$'ʻ˹iacv_n#?+ug| 6)[{Uڸ8UەW!b B Ԫ,҃jjw;7ݩ%g! HvXYRmK!,nPLٛns_]ˍkI ZFe4Z,QN6OA=D&J kږ("|mo2x+iIs{;uX_997j 7QB* 5:Քpby`^G<)ׄWٔw?Yl^Yp&sxh_') [8mud>}g4#d$Eؔ~Gea%Kn[e4;ɍ+6_Z|kߕܸH)Vn!ōc1dcq%QʫhYy("Mr* d%偤dDfJI@\rv=F6~~~,JOkP稔cR 09|F)l<щ1`4Ym:}>F岕MBГo_32@ 9^G_- =P٪\гzAsRY2Pк9M3;*PPPQR+K 4Ԡdc"bpq.z>_}l=kz7Gc{nOǢwa6D$R )L)dēq/<1{D_~#||ז͝=Ґ>(( y (0&C%+_ @+%maCfWxu!@d_=X^q?f:J@$/CNfaWg91c.o{?6=Jt&ެ0IAQM%ͣE׀Kժq Bc΃kYY}/7mwgN,! n!$$hu/iZN}{T~)ͥN9L)I8^ |=-?SzcJ=x#܊y F_237ז IB؄ )'QؒC|>1XupmN7$A!~n7խ>^ 80squ9da0啢fYX4oÁ殾.X fS"<P  m%mP]0ue\@=@!$IP8<#s9ǘ>$qަߡ9RfEԯ<|2B PPa WAisU|PKO‘3! )Yh$ ޥeǵϻKTI$;V'PqW1-Lmer3 z1drͣfn@HN/rw? z=yx@HI E ;k̺mR;7x~l&I6`ͽ;3vOvo'÷pvnx)0 ffd7Yr}9:ۚ#$/d RCgBn f`@ @DwBn$րzlCK f@@ !&>0 (gBIɒI{ I<d'N~ʐrp@d0t8= h+0&MIˇ!oHv;仱D I~nu^?$>F k#!:,ޚdW<& R lu^忧K,'\@66:w~E8]@B&;+߽{~ 5y(.:fgwW{*od5źka#m'Ѩbq@ ݴO?Q_@6yZiԴ~κHXC؍T|+Uof[D3!, tvK7m B B7 B;'Eaz'GA=q,'$@B+cR#Kpchi%ZT*erTޤv|j>Dl78lsCՊTu=4jH~ `K~🵑r+oUyg}@=S< @\ό뇷y9sdtB7Rjb˩QɃ(`XHQb;_zEZ{Id I3*I/^HlY=w'=+Ry9rR@(<)A%B6sf%;R۰vi|@JA͋:9;Z\zlP $YBBBAe񛴊~Hӷ`cVґ%k̼o.gueYVUH` x{$3C8PV2zXNӕ஌Ycߧ{7yxgtuPRd΁*I^SP0u *ZO3425kJѻAMBgWokuDr!5+yϳa:> @˩r%ys7%ySQ~m0WMW_e|cͧct/㷨@f, 73e;s3 [",3SdR'&O3xD !uw_av?II)Rcտ^h{=.rͼ|Ze ޘ>gn;2۞ Ȁ|JPBħL6␍PdTij@PѩE+MV)jkWZ%;zlc0x;-pD=ŠYlZXxIu۽ȭm36!d ~ٟ|n_;ÿLK-{s p_zK}^F-29`kQ(!2EHqř2>=LA7RtG[+H"1`+/_jInq:ȎM[)LVh&NoyxHݺ}{eI!XC>S!é hPq3:i!hBx404PB;R|,wN m0B/Vm]Q|FWv=fB sy{(,"mPV,ba_}9lަa.3S8%t ~Ԓ6~G֭evT6aaB36PT~57ju\hsld fᦦd͢>WvjRy̗>ci*yLzƬ't}ͤDM٫Fv %/G|.3CkOۄoDVCsR}/.姾c| >&~ $A`DDDL^idz]iUzwm /-d5S7MgcC3FzW9[IBեuCʍ)Ue:5ӔVω&BM&gklkAC7[ȱHXD >,h"SjFPGuʤ;c޺)m|S5D:{t(FR,!6l80|. qT ~i]9qԱV,M&Q|g1d I|absȿ~a`r鳒dWLt$P'G@Roa5|`dɌT)(POSzKVNMNT09u(f(Q[[%<;!P_ysRU ` R|y^F;H yRl\"Mj)^+0!>gkh:imA#O{de Hd0~s_c<()mnϵ^lBK'pam6pd>_? TSG}lk$IPx/M0^3L=z)V}HR5Ϲ\k"1qy.$oF):f`k~BvR%X X}C;zܹ,p4צΤY"ea7eASNG`_ޮđͣH"9Psh3֠Qn6_X15׷~ޟ{BB2YܼGqʏWݵOhg6 _9T›mOOYs0]mb?`>,Z6 a OLc;2 = ,с<\)16]"Ǯ~;vxdE |.:5pc檶YdJҡRBNac(@'a61P DF srU 0&ThڬF}iS2V}t#װexFK|^{IX0V-K3Lb奨xȒ*붅zC)n|v yj>(X&8FӺw^  "7 RU&v57*V>LR{%y{l43ro0`i2cp*$,##7ݧ^|[\K*pd..eUuh卢f5bB9*Qp( IP&O~?[ n!~?O3gV渟^lڽE`<~bekg˨4z k,Lc~ggP1@)L?obQDcl=ggG4^@^+P G :mo >׏93zw_ÍШ1S^W5r5[|GgMt×zE߃'Yߪ IdWKnlLiRpRsP C0$&{iTC;OyX?N|_gjMe^XڃxO7_mn0v5wJC(J=>N,CA96ݜOR\ѨC>Lac}{mȎy[u>ꬼ筘qtY3k7ѽ} {K0厾H-<ZWgƸ\7wD$@DaeB]ڌY8HiLFenJa=ZK5 ֣$ߦT3&T, 2$qKػ \Agʸ9P6)0=.&Ņz +#v߲;_qQYUr-XT➓}RQFtQ",h#rWhԢq٠f! Ehx"cXFH*')hɫ6j{k-- 3rk\\]?/F&}i>ƍF3+j7ёX ]XbIpd;3}d$`&`KT^%1iGY$#٬uDjmBs6Z5lsDq|<]yHT "U:y  /C tqZ:F*ʜH-bw3~_>߼i-" t^*V8˸tk[PXU$`H[Es̳7g/eCk5=`@ay0"\8<*T6$AJJ r1vajRc,]ƺ  )~Zxuh4 סCu֯3..@HF6Z)9[_כzc#Q 3=:>!\c"AE 2 +Q5fճ~nݷy6Βng [VNp3l!2D`0` {ɥW^fwZjEY2@DQZ@ HŤ~)+W B;&x AbR!opxZVf\~Iӫ2yH*' owo#G ur8XvTj.[m&Y X΄د \IJu\+ LRlMђԤ%2 o:0XFRęHwLοʳ?Y~o!sty6@ ~|x4/ieD;0B Jc&c;yRj! *@@w ԾՋҶKTADa)d(XGufX{9Û!$mzԆGT.4=3aX$+@P#J>"ʪHAȘjJYEHHtPWR.iM|d+tCcu7̎&qhS-Q,=9U-˞Ȭ ݅DX33Ib^rHgF)j:H_ϑ1\|3~kR}·sp$ Sj}[ t74k,k6J3w8h60)Є=%+/K(c1rZx9V;'1˓Տ:*JNo#';[PyϬDb$]G:-߶w#?_ie K i&Nxk]kg>T-T a%st * LNj?Oy;+9~dvZ/ǎRv K_.-ʖ;rX3?.9Gͯ,I)u'G'A:7ٛ}׫қy,FyžΡ5ql|j2] ~yΓͮùy̞{Q} M %DK4x$\>2m} gt#ܺݲoWmzΝ{'?g{5Z>Nou޳k6[| |,}j;_^e>>><~Ry0qĄ!dԐ p<VRO܀2̔($d%)DHwfH@s7Y%LLK!ld3 YkL$s:EQ91,,r Um vI$)d4=u: BD*;Ri$B))PA rz:C]FLmA (nDq;|VR@CGq&2 s['sIs7vOUwأBds`cr;gmןzt 9cPsz-)#3tr9Ӗw:T$bƶfKs<&_⸚sqaMFɝ6o'ijW#ZK=#jŃ+BE *EREF5Cz6%}\.8%k˛|ChbWz ?1R)S Kw TTsTGcwytŘxwOI{qldySۇxN7qH56XxR+O?{j`˘gh(iM4TH +#P+r-RyecQEi{ 3B” "%m>A-8\^O<ȴx=RsuȊq siagO ѫCĤg6bڦZOQs Baa>7Lf*_6`yms\9k7D/?B}[ɟ `R;_ Q4Ur7|>c9h^Z?#Qi4(&-MčI[&G]>' QbPxR'5$Bmc,+?g9?+e辬 MBˆmّ(}@/nh"@FB~3e}g/Q AV#yS}׌~֣Mhn=ոn ;W.o<}4g=FSΆ?1fl76C!-~Şdf;:˾`zzro9gy̧$f}~U6 zfBH:%3²J> !A!!] HBxH$J@rdt   0,V8r ~B7Zbq] JX{+(/(("Rp;*k<|J:O=ot S~Sfk㺞s['M_GIu5n||oρ}].OmNj! 6>\zFW|ޖ#5 gIsi'&| _Ie, ߑ(j TM]D'iũ Ì(~_?oiS?.Yu|])'fO.HUbrɞH/-'dWBPf q+jDxUQP@GVxw^\xZYIayLދ{{OlP)!vy_%]cL0d0x햂4o¾@ )P#[akkfA,/>q7E<pm6V[ JSb@KvHd8oocxS:b4.qX+ paoaSZ7s UwV@G4^ I|ȗ)&:bNt,!x+874i'!z4*hrC EZW'k0Mm ՍjN%1H"%Rn787O<s9/nׅ]b%}:z[6gyynf:[lU7ByQ¿>'K;!Y'CJ.E uA'`|C2ytȄXBxּ@fa@,5 K6iҿ FbVCp Ar(X5ѳlsZ_! kQ&бaW[٘1MFmEKFT277ݚ$K4ezB"(R>ʨ8 Sg'.aW;6'ٺ']'\.#$-<3US5b=8ӳhz$q㷨n~~Cg>'Ox6,عf/^;?*?kވC`gYI}Z^䁻kb.΋\]ؼak>CN LQAH Ucdd_Vt 1BL\KĨ!?Gyg pշ\m626݈@UX(A(vDxPMyMuYONTZG?܈(Cۺe1ᗈ:DPA,Ήp:iM0o-hA(U$p1Tn<",p eE(fɑY**z:Vhy/~Ky3x: ak3˶AS"iڥh`݋ձwS A =ݸi\g*;RS,?UK[jfV/.GytX^7s&\qNPu~_}/͗dBLHN,%0)ʐLڳГ0VԨd{*p_r 022H! $:D$'}7D:R@UIղBv;!8hC˾љUDI:o?I`0Qx<%x+uq8uh:ƅgӡSn[-xW÷cݥAOO@MK/OF옳3.X 4ZLKN',a,cAR!&@xhpPK-H4xI"ó,9Xh`XE#6(Uqgse;Hy QݯWn;dh{G/>Rfz'tzRcb.WrY7~nTƉYkdP ZPZb څZIDK3=\UmP@2L/>h) T#ˋNo؃anㆌ(b(@T ~Fw99XH"!&XpHy\p0`c3xS ({)Ɋp NUa{GHA~*$x|{//9o͕ D b@+mLY !) y n$M~fg[6v t$BgI$$ ?T9v|V;$2 ( ۛ{VO{F{0O)$S=y!s=@S`dv}Gz_^|mY@N%RMC-Ϩ!{r8}|N6ӊ*n\v}ntQB q}ӝI=i,Y%u$ФAp0+0ѵ"0 6lQFtf) ȬC^źvPK r_sUwMv-}SyO/_ֻD__޶߲Q!\>q _1g%H!/@\y` UGFz(=E,!v"g ;=DҼ|Jʚ~~>&.&xLSe27+IDDKip¡?!5l wA/pQdSdq٩{/ǙᤈZ 0ON%CNQ65`= %|W?&/߇9HM4 ?өf {d@ "Qwl;yO5d.g"~e~/ʷߞ߾p  C0,؜zC10ݖҡ8OnxAI,dY:gvl)!$XHJШY{@rda s|Q$fyq?Q4@ !A@ J)' \Ecҩ0:ǾP.+ !g1P"wv}m,ruX3tbp(wX)%ǹVGM)fӧ-Eܪ<.wsAM Kf((&PmcZU-рh/vK \-R3~;_ݍ8F HK CZ G{Oh=ɱ*1vogDԶb @D ISvG}!̔(Ӂ1) "c;CdK5ԁ_1T D"Ϸ"F?6n5OB45/RbFRm?{m](r|Köծkok}*~Kt.+:q尷>"I:v9qE q9ڬuDzuHwD q>cd P!PSݘHO3$$, $>ڿ6LX@ $%P']d $HI"!=w~1I2 @XF!Ct vLa6I dZ {_>66_w|L$/% [@;J.1hL,K$AcҶ[]v_:ifcW-+98CRc6|BtH:Hvϕ4PŠm" @?V/s~R8DŽ͝i[r>Egf$3G.]/.J?od?;d-@-NQI4+^_Dl)הBbN=B?'6w<^'ָ4_!R*E?!RjWAfa7cf=+c}5N| xev6b&Y;0V)ÀHJH Yacߨ'!KP]OySo<8Aiuj.}nol reM/oWyKev0@?+`C{]d3h'㛐R+ЊWblվt+'Ɇr=,֒flSYGI7Jq*SRrʕ j4ѕ :kJ{}j/^QHp B x IT,k~}]Ou9.z ܿo}z.eK* ZaYhrlw!r5$$(d 8Ed$VBJI,$$(EPtʲ>[QF@KO%Ƙh57j*INT yH%?j'v<NǸsGUwe?鎡M&fW OՃ?^gx4s|u@ rSZ<N4Ebc}}u*P(>,Wko;}YNgS_&{G׶^ii^ @'([mЩ~XWP$`@)?dކڷHaYG d6H@Ȓ:40J ¡Hoi OjGˤ UqΧh Bdǧz?$DJzb$ Þ%6JRL%=ߒyI.po9l|7_s;Cw\]&T<,MKZ/i#S-lX_PID_ZwV )˪$DX*$BHE!! @$2'R -WWP> B_zT"(kQ@k^ub~vRĻxwj>x+ Ŭkμ޾9/&yN~⻾C-Ng9/Y:u?JWeնQ),f!f%gձkw[s>v`t(iwMvކ0JWns ;|O3s2D|L5{f&U((HBSUHHYX$S!$<E{[Y}¬!w}I:2^! DByf! SF`⁁Jq|VRW^ýʧ] k?Q5F(_%_vOBKw /(%k=$\rRpBZ/Wբ7cP!zM_dS%0쫴H2I﨨H},> ?ϻ$*HOE~U $B:TB]4p:,@ӿ 2;U1*_ w|,&N2ƉZId!:F,8aKlW=I踍r>. ެYV~}J4Łp:6*010H!$ʁJLyŔ!56%=+_~zf GLNc]"uYX"l@@$!>u@]BO@Ga ) ! !'9H~{H[n~S&M& X3~GG?Ӱ#a]Zu&X+ڶ穂0HeV DaMV>G79iov浄 @&M{Ȕy *E?0W3c9&)3&+ C) ~H@HI BHCRHH|!I8vŒ>JK$’CˡXY}M$BB9F wPa'ڇosz@uf_HOfcoO_>h*B&Sn/2=n7%~/ [Q@z$V$d j~U'qqDesR609_w1  ǝkͧ 4~W,H@H("X@*IaUvC2f+D  OKwꡞgd9fSq2LRmf]rKjxT_~"yu}Eb]of!G:t=D~ޫ 5GC qjwU`K0,8+\JslEj*!]D! x")thE!]v5/ȟ?`a+0ƛ2r@0@{~Ehcb9ꆟz}}@F~{-ObbH _HF~T{3*WSKz.+‡)MX޿oW7S $:M֍n[y%/n~*&P$UGN+G9 r)_uk:e("1]9 \(_@( $L+^|Jyu94!K;ՑJ!_uY*ɟur|o }>uVN},,f{#WOsܐI7Л:bBDf?=WجS'wq k ! JT @ Iu@)yB!i ;FyFFܬk1VB;`RYbJEq56 8q=?ju"|J:b7HQ[OpEŋq,rg٩V CzӲgX̱?1c's-q&1U*޷=Gʣm J&}=Đ\9<%M^ĄfP ` EIL B*JAd?޽ѤUI ް)[0 VdvSfj:&e07SZ_'I\*A{Ow?hݛ¬B97i3P+'MU04!y&UY[e}\"݌ ,r77 ̡M]`R~ávbq`&Y+Koq11kd&S;KX$*wXۜa0Sc*sXi;b8cz חK6>ujVgY5X5.H)E z@XbV]i C A3M;BE_l ޛXHJL& ]BN_b9X4A;Zξui-T٫:dfUܨ,ۧdnuCγ; nd2+WH ׌QgC3RDg˟Rjh6?+~G_)(F[ gi"p3|1kha1eN>uR:w-'Uo &~jmx$p$pI {,!q jƝ*{@7n6OS[Oyh(qY{@~)5Y'֩]lt{qo5Zj~+ߠ|4K֏cWwTkv<ڻM!1 u714]IrhQeGO˓G'շ0׬Kͭz9|σ 2H5MTlԫaf!5斜ER&3rd[iM?pnž!BzE*>yXټ"\ʎLWx{ݺCnumG;22~7to3fZ>ܟd08k he5<.urI~ c-8^t&)LJ ThA~TV_D iM}S&mO C'Q]K`"|N* e[Ό:> 9" L-Rr3zXgQ.Fb^ED`\)67fTֿg5/y97gnʓ5uS#cُ&;^ -h{w]CtS\:gdZ¡y' ,n"k!! .rKFXkc](DШ ⍋eIn7/9];iR}Z;m>wA#H5ڮcU\-6R:YIMK.s2)Q݊>_q{>֪$=VN゠@?gy`4L@}O-)Oe3U =^MS`T-q 6h7C{{`@NT'fa*0I1H%}t$ߒBR$1ju9:\ ǻ}o#s5F 7<{zyAVv㻸;={d$!m^h#DkDH!8ܷkQ$cGM_;hh$˱Ñu'wv)$I@#q! !:([M.VWB\@J%G9I B]*'DeIbIÊ( B2dPt"A&I:ai((gD2cs ޤ5H@eâJA.1Z@΂ )$X +S IH1DKЬmU1嚽ST* "0D.G$A K\d6I֞j&/v$8w%I *r @d ˧`}Ɔ,%fNI6EӤŅ9c{@`jM)g9&횢V7% %3kr ]PP 0L)w!ۉsH5P +aimUSSJAZpk6@* +k2!3ge> E Ȳ ICD` XՀdAddlH$ xY0n 1)ļ1_1q&4iO׹ Y-_4DYƼ)'> dE$iHV{֙)rpfɐhcZH)3 O+7; a8E.!jq|0;JftSG4ܭpQF>˱;j~~}r}͝Tt̨߮iǕo̞HLfK;NS%=u[އ;&.vGSk[:[>%@zކj摀=l05iI{6 D,[Wnzq0Qpž9JB0OWXWϤլ_3b)obcyHc"Np mS}a 0FAu7mJMȡM:F8'.\,.kl80B'o^˲~4g^/{$0kyh J8w̄XOwVĵz$ ![А$'d S!!9SAd!$@XB d!'U!f @1$`zC!1$@ ) @ M!)Iuj` HH[k3鹙\\W;CT;?&g16R3`DC8nnGziN51$9-myFM""@H@6:ؾ6 =Hr@:d!_J@HXU xӳI^ 21P(F@RD,쐷a0w66zeڝ^!HMR{x< bu-|&h B9e <}~ȧ'֐?"u ":t}{p9KTI#j $$$0$/6$!k! RWFsHe90;.Dn(Ub@Lt! /7k\b-;}}tId|aھ+^;lBύW do7ziPke?g~gtc$3l^A8_j) l  I{$ک rTa*"}֩Gƫj2K"پ$żUP ))2l(b oR(TTb'{aJ_i l?δЈjBaEACqRjS<\hd@ĔICc5MB}`^^L]K6fZr=rS.惓NC<`:{úߒ~˓jQl?^\i$dLd!0@$HIJBK:B!~u@r]x 5G[{|s ?kVTxG$!SJfH(d$% B !$IAB!(dx5L4$NJѸGOUǩ(5:>gf!COJALXĊ&(@Ao~4$?/hXL!'"y$'!1AA`N $=K*]XHNE!@f Q!)A]XΤSf{\fzS眆uRuLP 7( $(Xԅ! R C=hI% 'I`N S $$UH-lz E#6 T'ȶ$ Ҽ?L"f;dN X( DHG[Qa$D$B(IT$qhBZ{Ae*""#"+HL&$` $$2d H y<HD RCZX (,EH,A P` AY#4qL dM߅Sl|+eH   !"ERHdR d"$b_t';SzOq=7\{9SrHnX$Q@R X 1!R,@R)'1HE$p 7"0E8]l'"jڂݶ=/.} ~pYeCܐNiB,)l9"`dЅ RBPP (nkpΓkk}ڐ I=@I! %% DR 'q'6yg6h*;V96~B-m[Es׉0p)>xlZrڊ"5z95 C&QgeΫOfN%({_bբj/>MHj'F X(( S9%6^ei{9JJDR@5m%^4|\;Qy[\VGyE Eu<$.ujtZ2,UAEREXAdP)DJ ૪r#7K ؉_f9P/I;6x=~*~K `=zG~.݊ +p):E0Q]k>h딝 kh,R?=ڦ䭸]Iʐ-ŤBwk|dnNVR^Z W:pA%PYYP~2afDi$Y xo۹o3TDQanY)Vb#ZI>Vx-L%V!:|$*#"k6_F gyWBOoG>$EW!o@~a g '^)hh;j[I_Q(3 64tTfV/^FD][·;"kWP &!af~J$|#:.ZRhy;DI#rVRC*ɒg}x3{oIn?#u)5aI|wB> Cl Q ݧP$$`!Yj(E@)LXɝl@P `(EdeH,EC%,d5PL) db)lHRBU@0aa"E EB*!)BYU))PlTILdK6Ub0,D !qB)Jn˜(S L@Hީ2 (B%pLނ"T b ^ L)$It`S$,#x}6|쨽7atjڷ*(;yib?:Q;E`=rx;9y7O~k>3k{ƒ":l BB\ҋF"Fԙ^.x^#z;I628+S T԰a0ɠ!>L+_r ^.骤--Fc-gzLlؕW7q,-|%;\zCѱ\T$%t:YmLGZWNk6W~Kgsݰ~ykC:Np*$ܢE$`붎C %:aY7J4rqt.@OIV@PrjN8 H5.sLf[WSЅ}]"nç9#>yLBX]L))|pR# %D1a%1!Z>Ytn{. #VWMtmf[&yNǕJc i0s)Ť]ZA(S%8c\)ʢ]ᄂЛ H0pЖm !ʴ !^foLS/?Ϫ -l$r'bkay2T֗BvʛXthc6DrYǰ%HONPD'hcD&3Jj,TU|Jń,gs5z,i:maa[Mpq@g1LY[66HfG]r@Vu DG)t;ͦCIaQ* @t*MbKۭMj / ˣBbq\2Е$4GX]oĢB :s&V1cԱ|QZY>ɂ "" $03*W[8EU3룬aϩ=k3VٜF1<H`TIJ-')T(EXh՟ya{:^XtT 6 .Vӫ |(u2u6GTkxd1SE@P`~QUL{HsK2RBo^ۓBqüʹ;׉ +2:{);i?N'Q=C&ΆZM|<#?gɣN5;wH;~ _;:ջYcdw(8B]o_BڼF/Nh{ykŻ cn2o I0( Fh$P$P) yi:qʚ`iδt~粋!鈂poFY$GIHd[Ujt>r"JF gD- Tѕ+L"PuLq`:ˏ4sے°2`^@zT tJ`[_E.ʶتad>SrOYȤHQ=J_$RkJՔմg~|.O$w*H:A9jx"|@)'ըRE$!N'䝽d mI#=ڂ SJ찵[ gkaaXMNTP/+;p@(TY ,P a 'ЗBHEɢn7+ G8תtxX]q?'^nuoᒝKWҷ}PRI0O'$LlQad {DOY sBc ajf{.l=q!þx$7c?wSyT0N؉_;쿆Z0tBI0 `+ IHB=>oP'W{ p P"fhrxBs^WG/_'vߧ鶕wWiͼzψ4Ha0t:LhB ) ,x&#a'V vv}5FDc (|S E2oBZuc#{ Ak!& 9 kz%my+T%  $u taR(md$ 7 nCEz߹osϱDbrUj+vcXU*0OU!jHN[#!r5RP`:ZC<pŤntMnG. ʩa;Q | -i!(`^۪ۨ|ymbKDW1 (^>W43wS[K*07!>ZCZT`)"GQRnW&υcme7?Ϫ-8vqOf!# s!f WôH "0U5E;}g9xk~<3r~3<_ Z}j0qsFS-I(eM[җխxf#'!BU"YA^ 7"q~ϫ&_Xu\' #BtnzwXAN$<6qpQ0VBeGM+Ev70ˑ?1WOD߲T*jT\`D5<a-9j_)bڦe w___T mиЬ`:OA!R.}@: n+ ѻ~ꉤ$z-#U:xݍ =ՉIh) "%*E! 23ARzYz\L/_7bq2:6g?xrVYUa5!*3tc\G6^=;qpg[;ze:Y5 z[ER&*^+2.)Q/>7,xD}Sq%,b]LrffB[D)]]udiY-cΡX>O5[E6vKҏ-Ȣh};ھAnTɰ:/J )ie\b/v>^EʒYiR0_Њ%oYݷ6uoE~̧3P1n`DPI]G47NJV1ikzK|m]K(B IDG?c⃢QZ! dHNqP@#%E71|/k]B.%CJkcz\/{ouWlYآ+誻jM T[mCk0kiڍŪksr.0#@3=ev,\8bIUZ8auEC2Bd w^{]SDKz`wH$B~{kޓsJ2k_#K9`ٖ`\&yUTle`dѩWherERn%to1)h%h!lX ܖ]m)+6~-6$! r}{!v1I;{sm3ja00]{U ؐoPK~c2-g$|e|" d3yj:ﯙ]Uq_7,ί6 ^}C`n%n,t׫5u-֘@Y u,6^_~c!C@Pc 9x )ڝ7ǎ/Xh6$Ia ̷u5<Ռd_82/'z/͛nCڙD)@h([뽜KcDB]MCbJP,:]="p}S> ~/F0FrX`陂*,cbˌōȗ°ᦑҲ$֫_;6*>js5/vnm:J#7.E{g\,n7$z8Cg~ݺw:IJdd4 h<: ?Q ElZo}Vh%ֈH-ຯ5>7R+#N%)D)))<@@6!0$.$밇5T$Yut؀xl* lk ~I!5a U@Zd/y7'E?_xY75Zy^Xն5hh``^BJ dX<Ⱥ|j TUԟ!nv<-} W_ٱ9\}>WY 9VIAN!X!+jr,'ua ux5PM_4uܳV%?ǫϤ96yGK#;z`P0r֢)鐡$Q ,1PC.zAh "!<8g*S%v.n*U -{>r*P RWٽx~^I I ?;}:U`E?8ny  9dD:$0jZAu) a })6(}[:ow\"x>rMz6,AP^d;kx %E!mXRU,E]+V{c_bg3T/Tt< ^ym(@)$! Z!RD`B&uq;[&;[ H.w{͉R37V"X7BI !вQTJԛoqit8Rojw4Bh? I_VCA"IIEl}1(U)_F0MQ<~ 7!?bJmz.OuefBfE{4uo]T@髺twN@!뤅kbR[j~N`;~{gc}aX "u*jHM ).$RZ=zϯV]&3,x,Ϥ;SلaU>lbx;JZI^XLH"x;Bp%[-U?ke).me V+>1QBѼƐo[y/';z2vd%I4='Yj|/HWNL{[t4xGYz 8B!C߾z5U\%H-ݶi5"]>y@R#$J8O;:o||\heu"KPjavl+a7DM\:pOGH0~7lZOSĝtWlɾΡ~R_@|Uѱ.g{$:Q7|h/1ȘG]5(%yIO,d{Sj|-ey;չut#̯VzھU;ܪ@3:4 B) H>mݎo//'-RCG={G%58 ];u[W!;>6B'D,U@SX~hqI!ثy&*2őa vƒfh 2TTk*O05WdriFqRWRRmmj-@9GC)SO}BNZblsOE|Tw6ucdZU;RkR=v)>nq`SPc8&'X3RTָ5 ִsNg7бv][IGQ_)W)-3oS atLj)RwJUXj9gGˏ'F^vׄd| MTkA}f;GDL{ et-u&i a|'(=,ͩrg&e3VhENz3mSbX+xgE5.nNdM~a?am[̦"qYHzU'zV-uwA=qβPqyD(q  \!,_*?ۨg{J @ d ia3r~-&܆&Ҩ >-8zuOo' m2jxV$)C.V # Blf?.=oejv[GtjÇg4p ~;ؕAT~`wfW=λ6x3j!&dQñJ8rnp"--au'#sĹrޫz3tDoeyNW# HQ(XJtlQ~aKʵb.L"̢fY([@#Yz&m<5H,'֡" ~$TPI銮Θ$8"gA$S~ǺB&3eg#f ?,rZyCϫ[ֺCcy͆4o;(\807[n~ bDTbapd=1W>iO]wQAHiw5 k DUŷ%_'jU@6mL`Iկg48΀o~xfF0ǏzȀ -jzakC 3%rƷRo˽VvU(]ݏ,<7UX ETN7SW+SOs4p; vܡ0̏^V"n~4#{zq_G`Nb!0Gd,>k R5-M7Kg59)={uY_牝ƎRmt-mky PGhHv@;P섕DNl.S{l?4 XTH1'`Y!]B[@>dYyEHGSPғ2Y<[?gk2i%:Zejc L"N.ģԟ;ńdZ)v'+$MO]?ߓrhKXխD2FK0azu@D~&UcFqǾp,_?7c5n7nCYǰyݛ4SML*QIkdiޠ~THM>>Jc _0a@<'l#:vn PwJ? T';UQWQ X IPL< _/IrFK%^ Tpv|RۜTYoƀ=|~15\S\ԉ鮥J[Krp[<ػYvF*ݗ!i^pUci.\W; 4w:ARm%+WqfoڱVդPw$áW<A֒MIR=hcӚ IM8hQ [6pxR{)6~{eI;{=|hS):oZ?Kיu^FwbU֝yr{jJ8!R)HbBks$~g@|>=R/32!핼B°J J2<'䞚[tS~/%ǻj*˝O@7Sh%6q% ^-Ù_3sk mFvZ}RݯeAzsMx{@p\ΒigfM}vDDE",PtǷʵԦ)sXX1$XGuwq?7=7}L^;ٔOeGwܟQLz;58r3Vs2%f)o!ci9d-/~zpki2e/Q`tUVtpڗxٷiw$s7PBg I,:fK@A=ͬ=?Smfm|S * 3[C ISgR wRfD{tUhCR@9BfJܿ}-~W\}&tb&$QEX"+/&CrJBDRSܞݥm~ grVSCB-;4GrV*+=Sgkƅ[[]*VF1X&Ͼ =ILۥcs-+"Ziب(ߎqxu:R-gε*}n[ cΎ 9%KADLo ЖcYyvΤ!b(ޙujadvyQ=v!n)!ٙ Ra mBs[;jZ߁-p ^߭kV^M%v1/2دb>Yz0'>=к 7)T 921ͻ<\ Od dEv~VKA}/k{(wW? {OED`:j%=/7}Lk秓` >_` sa4D@]ML?}v8{?dtzNNHg_d' (l8hXZc[ON7Y)R܁HI%*>~"0wh`Uբe[?K.^p㕍nMԟq|J3a]K .TZ=ORfw:yxV0K=NzWgrf[8QQ^WuDZz%eį jjD='ی=lk^S?]ܻG.e֕U)T+a}.P)=J8d%r@ 9tJyH%(3:8oO}RZȌ^+ ^KfR"_RTN$ck^ YBuQK4:Ya<#'U%ZÝ_h\5L*Hcm$Uv? <[Kse, ?{P!R ݒlS85^Xy.4mZ-SLC?BөDSB5``T7;oy~ï1:SOPak4 k`](>?oG`>j ^C(1O@ztC?('!O1K kÀ WLY.oS DZ8Z1WrRsĠfCò}Cw1N`hTEЅ.nH:u ]S,KzP9K)aR޻_kaEqˆ!mSBA[Avƴl/㰤^kBc(p$сZ*: #v'+*vU A UqMv4UB#_ѽrZۿ s?[jJj4GGHdd `<0^D?t 5N8d BS}> ՃmI+z˳q蚶 tӥ崎Tmu 3|/SQH(v^Var(h>_;!0L>3)@J:rUEb"e=@tt-6mcyOƏɛEwuѕ̅*\g"A*fjW;B"JO#Z/0&f }-U>QH orr}"m³tK( kk~6֪"S&Y rENR04]q2퍾&v<9}P)x Xo3kc@?O׸q;yvsRgΉ^3rGXw,TA/ʙ*9v_);B_As2s4Fulj,]f o+'_.ݮ)i{b~{77[|d[Pѕ ",[UgyhBRvwPT 쭰n9g9[Gr1Wg ist CeЂ~Ob) 7۪rpY;MExh{We?Q:;߼0a&~&XIl%ۤ({#7;Y%2pw@uH5ǻc?߇~f'U[HbJFW)3cXӖa/s)P`0f D_*;b$0$0 0JSln2?&J3 01@1D@sn@%rd )8\Iu.Hn IEdhU X\C0kJ-fiLO+ `8MU;A!XڀKlko7>g02nNh(agS v&LZڄ9l8TVda i[Ikm/S䐑UZyx9M!cNlf^%(c2b1n^i80xN'5knԶA{dU^Xoq9C]fkV"ls9<7SO\ KM jh̅۴]Zf3ɐ͢-mt-fku $l'h`͌PBe-X$HĀׄibȳWԓbȬ0@ND_@ITs1CEf4hђ@ula[إ:}|j._4Ja=j]<jb{9ZN[g<:X(I깡Cg(z`˭.cR0t{(:$lP!W3e?ˮk ,<|%7PU||L}BVNR"8Iȇ[EVW/m>5Yzjsl)p5Z|23˼CAjziMb|u8- kba$PŜ.%5,4^Tb^#jNsK{0VzѡKo}WyW7]@~QGԦi`S󓮇SM. d'v^IRӹMx3'jt/@?qZrXiԨ,PE% mi<(XTH?ZhtnZs*+MF =?H8 ,2H' al)UL+*N ˏ{ӧZaEqvljhzm(_%VԶNMyA[U8% 8Nw3gZ8TQA,D{Jv{J6޽EkX}q77xx}vdz>dO貕b~J{-4yYbYa-/@dETiMZʜM,>GQY |:bBxA$d rQ!Y7Yw;Z6TyLO YH4Z_?:W'SC x癬ha* _o{E򯧂,~>amSb0YBu(=~24IźkKqKdg%:5ec5֨{Բр(nX3{6ƚ_p̑[״Jp'DpKvRh1pJ ٵMtV_1=9=/ ^_* [Kpn-SJcH?!YBd:lD@5(%X&g'" `wBqB8]G=yzE—䩤Rm{*;r@MD;ow_vQҨ:3!N6"$be`+8p`:;Dޕ 4%>\<s3~ZfRᦢGhoZ)Z褞0ru^{ 92 hgQ-ETn𳂨CHHW ie^50Ttڢ,uP\[&SɁEM&煨!2[eϟ9,+LڜϦ-{8ECaQ {mWWrP`RVH[4ږ3 Kc.w-:ڭ0nqj"b7=5,f"O^o<m*:W\rC4W{S|RRD_m01nj-gc6Hi(q8itIJӲ9&jBPD]Y8Yl59<~'ybAM'F|SzNjOFYfِ|}&Us h5_{,:e}5S;m K|р1TWُJ.4NWNS[' ڕoSqL-Y$mf"Uu<ףLⱁ?D~zYKکm1r=I;bI$go$u}oͮ|^_?Э|&yoR( &QWN$L]uMg,tz~&(U"f;C| DU)$r@HccfJVykpkJ YZI hjcτ LEG1Gl'$=Iw>ݯZVq鯻ՄvJ?/|?ǿ@xє&ӋfZXW_ٟe/tl'D4Ap.uH#`="\]Pev}NLe `խ9^5tضZ=_:+b̭A^WA(GT1;{2MyV=nw{.P`?s?趻@/H,[Wkom?fU V>e(0 >wɛ>CСy} ,( &۩*5R1xѧnYeueP=aH{Tay{; ܰZ,v6|XS;ס~%JESQZM, s`}7~ ݟ@9=ll.a{<}u$m#3Ԗ;Su~Q54cs^ɒ25M%^֒D4zv9DOu4q~N?}NCtѢNld1FJ'ۣ}:[ٛk 4;+B?yE*$Ả3AEk<9a#B̄ B;,>#' u%9l2F*&?BhmwwY "BxBYz\ [MKG#+} m .uo" i2n|+Z?^bCOoVQ1~B)H?2@T#B$c~.Uŋt0cS_?ޟ l@S ܿgIݵ ]tV6wQ@R|Uf,MM"'yUBmGT,@o,0T[-?7؝6P8%]Eߙ7 qtnb{So`WWjV8WybK٢ r%IcFVDZ 'tu|/bo>=zVw;%bzPi0HTԶsv1ONUibPݣ==,]wFxz{,,&idJH#t[}CVZc+n QZzE<5[B$ TTDq((]N(.|"mKt꽶h& ݷ{ x7QyGVo锬}B<뉫)y_KP9 0=I")-B2JI O9{^fv.kq-ސ"<(^e2WO`HA,}Wf8Yzw`N gĵVЄ-Nf C;1|厝];@MR " ]h1%avqɝzcZDRsYPrE>T侪g^`P(z z/w) VW8٥/NʔL3S%q̑?iyaVjiK75*8cmZ5DH{B֏27~%2mѱuVoCӉhL Nr/ t튶JOȒ/Ts*"sx^msҏ(,SIZ()QQT3hXz֫\|!2,qTZ"c#czga{E(_T-n"v;B?l ߴ>W$u6I3+8('{3ٙk*)}TU>)"jşt&Scs{ M"@}+O0̱O?`Gs%Ѭ֡8 /~v+=i3M1S *{Ա۲?TM(#hCƞiL?\O'~7pmE8jڋk}dW0,"l<5Dcͼ{mbq;MTIyUxb~`A}[6Sxfl/cj]%_o` \\"{d(|}V X.>D?u!Jc "f#EB9~/ӱw3^ܰ3ejiеTa=ÍbN b̯wGYc[Z$vH.iS;.?_~l:Rқytgã7}f40dqvZH* 09DmS{o~N6Q&&EYd{]~&)8)G$WPHh֝R/nKFg68[R'}T+.eZ6!8ph mAHU8lj b>n79|;=:;Wn;J¡V*4 7O ġ,wv'll,]mWYxp3ijX/+GϙG#I69C4+)!H (( "<>!f%bV ϙ:/Y2 bR!s%ְ՗,9b׃줧ŨD?hM`|zm@z=&%?|G vD CcO_{݊g[2SOH YMT4KҾcE#wL8>-C.kNO\ {}Gմ2{{ 9<o~BrŋF5p"JXaa#UK_݆ JRH%R}t^('HI"7MZ',ómH^F@ ՙ6L0" B*qeOgd5csvl?,g2Q2L!Ñ ~BwFK\pe |7 `t|[t_-+{>Lyu>Q&a` ׅ% UY+舯Gꅛ 'R͓6|2G{CeCyAAx+j@ߕy8'b!"{."hi֒=/z>,*F U <7l13f2@b & "Ș(I$,C H1xXѪgrРߥc "ȤIN̙mI&Umq$ aD;/j1xe66D4ƿ MυMn6`ZP}pURtC5 E*Q]8f{&f`ϛ#r=c9dHHk+y|2;Ѝ|Cn&ܶʓ! 32 oWR, fIbX 7Җ-}uY6d2[qf": &%#; Շ ]dn(1 T['' j+iru-G`[^ 2A-:,t9J_,юLʨ@!pk3g`Ha B2_cNFU}Ls?mV='Zi AU22Sd.{ Y2d:[୛EyšůW_ν `×݋,qXwjhLU޴MmwM~WVɱF|;;a+A1t<7Q=N,*)]mK{M]?y6ҕ8e*0 yC?Yl(hBwv9>UW*ä gUfҙ{>?+{u̓b`^^'~i)%ۢnttLՏ:Ү EE(Y]AM/@ P;ł}< ]|zY}x!V6v'ܚ͢s1`#]>E/:42[&S=Oodv_<.1l̓F ٞdۦeeqbG~xi^&)訷PAz#>fl ]@% e1mnkruu$QyHQã PP2{{l7 ŠY $!oS3< '&A!gKDpČ+&HDU)WdHkٶC{X.&Dz4".S4%>3B X.,ċN{̚ސ 8b1o!ZI"z H1n~ Ӱߑ*f:>Z \EHD\dJ[9 ;Pgp auB7nql0#r[h7gd*Y iYnoo;Z`\Kn} Lvӆ|B / DX eG9Սn+)y3PYc<]\Y[/{Lz0 \i~ik& Y<|4eik@@Hjc7q<I45xVvRw\"@""B4 ar RQkm)v1 IHSB=9*\64}0.si|kBpxu,Zh[OPjbO;_Ҥ)s]2̔'X=仢"<6H>N+nEwg,6WuW{s=ht/hE~`,Hf $ayOE'6) 8xewoɺژMy[\w8WagNANL9uݡ[Sl :Iww nM`韭VSviLlYQr2d !N  -E*Po+ZE-MAfUXPEaE+|_\f BjeB6 <CtPU 9[RN0A3D`#C%>laڳEFJZxKԯ nvܷNQ~c!8yAX:ul AdiwWʿ(ʃ)TjHA$r!rŨ{yvWKVθ>_Mfv DY$R'2rF0J^nѲYvE 7JjU0-TP ȥSJ bΥAiBĪ*)R%UUiUT86X[bqLXX-\M-{SaJȴ Q((K,RRL( YdkC&j)aQJQg%7,cHV6jAhLi\h Du#ma Jcz.1c$@@ CCt=)}>;,0KŘPs;t8=׬5,Tk]?^Ύ&nJy=d}صCMQb FY:@gxzQ8&jOVbA`m .g)X'$xmڱs^DicOCCjƬXmɗ{MKŕTO+A``4JE'=9 4t"VN 8v})[6ʼn1ɟ&(++l.)2ZV}o`Giuϰ"?w%-거l2nC[i3>w罰<~R{[%M z6*kfl,aֶw[o>QEsXfYX9{MѥXo V馪asIPBYfLbNL0j1V]V&W$?^GV/Ynco!q$S618_]SS2jW-jMCD3")':ڹ4=OW} dR1*K~OoT÷|Lg|Nz8Kvͅ b"]/kכ^ tl$t}@-`~ۇ/.7|MtД*FvxVuQk>9Bdoj0z8KH0$?'?=c7իA _C u =6"@yWl?; 7x?i~^Z*sZLN6L;C>~'?N)EU}ظU@"xHi:f^l^(Xex ^-yS7tO\澆_ӯ] H`Thv`Q+v?s%t]Jռ^92e9f}r )OmE AcTkx/34,GD o;V#DwAN_ѽ!/V;M1j<`C+}("P|^h1%Wlc˜ƿk2?ΏqZ8T(U(v-/3͂x rK4Ka0sd=6mk4ZGu糽NB iȸRd[5,4\K,i$"pP"kvOCS'msuė~u*YxuѾ}gqlcw.{~dɥSmZPRT'W>Ŵg݅Ayn2}};֟U+)ՠ`vkk;gy~ݹ֮֌-ID."poRB~5dU*I-8XC4t{3RXclDgB `Bp()Wqp{ ;&zɊ _mJ`LRQ2ݵE(wto5D7{m_QofRf@#` K;eTT" 8W0b A8AJL2"f#DX>ˁ8(X;(՘;^!T(j؃SCHEA *?w. ᨫA\80ִڑ (f DQHDT8%:Mr $"YDQ |)l*-BPښDPeDzD45@{El w-"0_@eniB@Mō#>N$ǩf OY!/I1:ka@)q:ǀ"4:v @-+[‡coZ:N=s絩pJ֛x(;!( FIă %F҅ap @D[RhTsbuLՌu:6B@APsʿֆ(;QzY#Q+Dfv%k;&D^Bqz o+X7a oo\` &:7-dqGLظe輕Jyْb(Sy #Tʯ(4R8lm0@[3(==;1z>X DQF^[F }0mer>oBp*0F%O_{DrTuil囿XRmθ"ί窀.,aіQů uw־;.+xЭ!9jbB%Cǃ,U42{(kZ7wMĎ')~_բ+-7œJb\zxQ9`;U &IP`)+.uN5Ӿ ᴵbO@݋@jL7ӬLi48D*gjNNa9; |mtM/uBC.*Vv׵W>q#WߪՠLZtfAb?<^{.PؐpPǑZw4) HXO21@>EmTO,u< |]^'! 0 I6^R^1B ?w[`u0:;?;- wtpHq;6NKݨ<ɝ)D^{"S#U,3ڸb, kET|V]H|XNJ\V%NQ42'Ohj> )%7HO62Kl^M1'E]T6y&S%0$"sj(5!z5@nU{;m*CvR.nXV$vWC:\2 xX&q4I=Scoa7U}1,ʉA PUAFF`v$`reXnyّUڪFlbL/0;&ᶡ v͊>>!裧h它0%o2$,;,Э԰kA&H]B44-2j89S|cu{8 e^X-9z_u[xBXO ?yTF mdkq#R@ja j;@m r9a-K!ϋ2ʆE.d@(Gs|p@ %7 F=wl8]C~5tzW2 ;mi<"BQ9 =)/>׬qH3Rks談z8bηg3m NïiTO.%:|.A1$Nh\yaʺnZ`<ԭsq_Cl?slqt_ tVxG4:D{*$N7GNދfm-*DAtz}?A1[\A'p\HV_$D{GSwt ; :>Զi3/)[WLknP8[c-B.X=Jq(hdR^+봂CcO]px  !49cCb$*'c@)fY ,-n hr=#/V+f(fآL(?(){Q1>ؗ$5&Z‰h x^ϭA]U7,}\h N'}ȚD%z?:8uy$6vObW50PU~ߠ8!oFbika~W\/M̷zB Xo2&~i4IyQA[ݹqRQe6#XUR k-~F|Lǩ%Y. bޟK2݆J3vµ Nb<"(%62ba,_'uW_8`**}<9QwNm0\]2p70!Ae-^r@txj_юsCO&@Li|9ϛ1N+Q,GUG]l5Ψc>b'oA#<@T~#6p be eY )ziгز-K-^Em<7Z?~Yi3G 5e'z`spTluHqאZu!E +s>DV{a_.KH70A)<[8jWyfB&G(6 Phn8BE/fG^/8 V R0D;t"_YkfC|6ŸUAx{AÂ=ԑ˜m#iT2u ^X;0q kD}6,1%ؑe-I3פʤakDD}.F-z }ʰz_ebxĬN-Uv`z =a[߸SrΤ94ڗfI& X#T;(p~#Rk.N%k)̠L4ܾ`{(fusE+%A@7/?}aq5sOY1XcQjvl@3fcB>w5bqQYh Xbn 7F9cCtiZ-Hexآ{v'&YH qb& r:ٺ= b)k/L&侴ZK~QIQ P!zƇ?%X,fS5>7<'8vlC̈y*H^▴,IǍxqx5$HnVp_Sׅi0"^`z.9AV~,Jk[K]4 _z|)hsža5bO%D/Jm7iW7 FJa|;ٽr8aqor)&Nƈ!fDP?L؊@d,aZMOn1dݝRCJN  |w[MRo ci/i H:{BEh$󢃂L3@;`9TP[72VZrı⼱kPk*xO;%zs8oDc+Q G-q#53}4_0UD, 6gz..ijQ% uNpw|ZxR^TGW%QYp4s?5(p޿a\%p3,ߧESmWsö,B L@L30R;^/zB:A̔& @&XMk7;fU^s94^} |$gJ󘲧a2DwW.niU{y$$[w #@U7,%߂'e\>I'%'kps5dz'fפS959 eO)u U<YiDI,'q䦷S<%\#jĂYd36Ƽ`8+#C勱Vl3aC +j_#V;tӕ̃ {hku`l%S4I_ōqpad?F>p]jړ{p2s8q횵cֺ˙@X:d'I4̚١Dh%>0S &4tݻ:V;^+}C-v8 p3Bdߞ@X. f"@̹ڞh~ۥxbDa ZLJ[N1zBװ~hjюWb\90:KL-DM~`#|hfaM7q\hdo,{ouv*RW1-[e`E^_nBZF"% 0ɾVrm9FIX=B×eJ& 3 9nLCtjqɒ܎ڊNbbn淜bSODf Je J(G؆:|?3~k8fh"N{~PT@6YԜEZ ~R.Dd$ q6.G2hHu{k1]':7? ;HwV!&l#8#=BsYPy9n WoL)ǑKT}QK_ DA&U-[-BzQǫy `ME'3/"`*TċSU&;˹xsz>貍dcD+(q,~mk)oe /iSv vHd* /jÜ?[U,u?=aN&_옖ƑUȾ+}lM/%UC8InIh5H*hŰ.}6-jKG@AfZ>^|ޱc1P懓)Ԉ ]X^i׵x>SD84uW`S8u䯲_L"( Y>fPh?ܐDBwZ؁ o uARW،GɋGz,rLgiKRYBŠ5 ֻpYK$OUA^yy<b&RHM1C5oqq>t}OHr,CC8_jȝ7GW ȪHMMB/R)037hCW4Gc FY과0KOaS L` ~lAۮfBX=QBAF[,kQCUNQPc*ƛbsiS%Z O,H ͍sfs5 EHFංT3Bd#I(5[`Y]nқUg25y.P] P';Ih$CO15n: Ygh@>œ QqJ`iaȿͿ V—핆c(g&fV/R-mҖSVP:Cܪ~1dLTӎDy,cV3nӫ :؊JoHaPRn-vI:'<ElBm9wRk1,|3P!9WѷdiHilሔ-&ɶ@p?f9d zXJ]9M.w.P䓉R}_A,@UAC=e{-*>,qc*񘵼ž.Ygޖ&#Т!ao| D^~2a<o;{'h4)ֻZ̃Z&N%A򣓃XBOwUFD(ߧ6^>E”2ǎ#>eU][T>쯸$o|+h|7`wnM4~=X,s&Ts\`D, GCH'}Exx p$q8MqqZ$Pdݻ6$d9͒BDyUZ3QJho [0-*w fe6/LBV031" d}!WC@ `Qό⵰&5`p†XK ̵cmIOӛFBL>f񭎰˽UPX іTZ7&TZ|ߎ`d!V0VuAHs9yBv;7ؼ G9#x5 FaGn6d!GͩF_è;ܭZ nJ'W\Y)Ta4*p[ጺ3=dy/}EO(Y3~~5X̡#D.hkأ!m*4D+ʮ(z E$ (D魊]d:[L.ڋӔ*Q CZ ~Nm2wW+" Vg93L y!κ%ןeYt|ԓV_/W :"Y>w N,ۄ/ 5h ƿmcMl_1r[X1)juF绳t&^CsjPbVEvJ˵ၘ D6'ueU TK&=22.:Fr? Kckw+**+#VSg.;[J|FP'c]EvkcG¼OXː{C4)"*$!C _j <;g^T4 (S  M3R uIa•nrQޡfPA'E[wj7h3~ܢtnf[D 7d5^o<{O^2O<{98n9Sg }x]r<45~Jx7E['hg=K{+TF03:-^X bc*M!cWlbebk`D ȗsFX&;X9y45./Pz2,38u N tuuT.v~aK-Պx?{]yٲӥVCߍ!χeq$ 2cM&atfZmn<"07H5aX+vB6C" Xr/ojaJmݏM2K-ڴ<2&)Z`x_P8brԥWNH04)u9)?O~<(xYEE??WonkR:OR\Ha .I2&o|:K4O_ns7±V!iͶp!` koCt/O$2&-aC>J~]?z`!. DIp?,O=Ḃ[v< OiVnߨ|6&\FYwPƹKJ5FDsxRS7],Yd#rt^_r0e^۱2`4fJN&zӊS7.ڔ BFxF1u>Q&a.{*Iغ A$5¦$ *\ESpg$!X' h#{y;N. Jw?l\R5(sp"{h_ucLZYCKo`- X쳙)RH1X]MLCŇ\t_ěLT qpٮ{εDes&KfVޢ>;OwXJx#kR;;>2iM[ 4G ͉(ޕ>D>dH&!]BwG0:Ac2ٻl贙4&U_r.,Ya}iw1=1= zBmr.}!a_QŒ܎xG9Vg7vfڽb:#mHB!O% 3${w*NԿrX āwQ*qI~JT =*OKz ; va;5jK!)qMWYԪ'_iOno -3fg4ŹY 8kЂ=N$Ck댫{D Ѕ# \PX;O_Ye->8"l0A2C'5 x /˻3\_F "T% SDYm@;6$'fLL+s]4RK.K*=.oA;Z+ 6<!d,xo2w$r)EĄR"dwI+sa'4.A _ OBYafڭlќ_}x#{ZFujn^p9Z6l1E!ڭFxmҞ7rV $ݮ*? %v~ŬWTu Y3D'횪 t=w؞J30 DیyfYqC;%Q3tϗb15$y\d|e4p CC $=g WoXf Q1e_CT2x= :4Dz ޒ~UqȕZ7U5bБ W!hg}TSUoQ l:}%^6q@m12SVڋp@ S's|!BQ8Nž 3? h%7۸pKy[q|ڜr&=" @);8xa"5^d[ n_zw6ZJ?Ұ-ₙ~%JE?j!U^ E hڰӷQ\}53yY~(Bp48J*NJAT]XQkߠBUigQ X? YAg`4vu#*FT? Qa,;K8mhfe6ev3aBoi~  iؕ)~7(n/FuDv7I4QWl!5kQ-pd1X QJi#TFt`#S2ou,pXor/-]*)<]/"b2#&z DftyO{PjQJYoLRI Ŭ"U- Ɯ8iOgCP [ /h. (} O`bB;<n4HY4c}k[E,"mH nPpQ2tJ-F# عC)P(e2 J|E8WS-G#(D@_ @Eqf1Q/5Xx% l>%<raٓi.E1K"i6#T3V*zF~r@rY1G 4w59֦ ݯoV} ~c,H( ӖFp,fC:ȓOתgp<[üIK^"c״IY \^~Y$c[n8b_fb;4 b\ğ!zQcIkvzCXB DAVfw6u0#G;Dc nqn1ⱢSo>ď˶1 a)GzS 511Qʡ~*5#|Ҭឰχ",$z=Tvu\p:o(Ywl)$bhmo旈lS&e-G6;`ul kBQv;ugaJvNH˸ucc遘WxEUؿo] m%S<8%DZތ9Sk6p5i#9vVTvTӲWINX6b9kpd8$E$RuJy=lv@sEv Fɚ, WjlXJ{CRcoI1oӂL¶PKxI-Y妐8fYR,Dݝ dx]==={؁@~fp`(ТRDEj1Lop"߂x[6ٴܫ=ϛ׷|/M;ee%.nmj^R\RrHtQ|˄"'$3ꠝ3cg3ݔ`05$Tɱ9^u"}_oM9I'l[jAG ±oRr8콠Ө8l/PwV3 P;7tC'?SA]eeP.ɮ%'UvmcMlδyaf^ f6p-8gJ-CcnM;x\P،z !}.* f Zfy%*1[IÊt]aw Kf"ᮼdPa7 zЈiI;CT,fresvO@@Lci>n㮾b4 MVBѨdv\.Jխ6jIЇ,/8we泏wT!8:ȯW"`I?ڡm ɝ]!t8(l6pIxaz@,TF2xlAc)jj.yR?e^5bwcg4$OׄQExY^~ pbO’I/xBhVf J4 3*;_r5؞h '\|K9G K{mqa ۙndR(%KM]~Ԃv+/6`JIg zȄL~^&a>RT8@l&9}>ïDi `.Toq=#Kmn `B|or:/ ^]dlU%l0BD.Q_*q%}IWɠq9sΤOwg'@B')my[Z7mti9)l;EtC|N ݭuteQ FCqH;t͐<_Q%oHD,ǽe,c1SE\쏭 r\YP.]&5jJ4mZ8*HqyŴ');"c00'oj36JguǴ0bo܁\_o=z >lP;A3CU-^Xx`(~(%Rӹ-fX1j̪mEnH~k=LoC٘?l`ҟOd7airjw,rJ<1pQE5~dyъRm:.oz8/P?z̽-5U}\oV3r.D 77cG; G?;+i p',ϖF(r 4^@@g0ܰw '*t|k~BLjx[*702k.kieOdQC}@,Va )&/0!yH 4>[7|c8GꕡSOH%=,h+zxg{Sa+Dސ TcK 8%6wdSgC63 1f:=Mt>t]Awew LіI?؜U\}HR;Pn,z- D;j$ C- w Mb0YF=Ր+<{*C)KqmA@sAЇRPF!+B,YO,0(m HPca^!ƣeXx<,22TB^b Z)؜-Z+ZYzHMA-ym& N?h>Ll""{MF4͞bI+|W,΍^Ek\?2ETJN䔩ϐu6\Y(f)%D3|±J fLڴ؅0s祤9l8 -W*<+#D =:Pk2姂e2jQf¨*CN>{W * mOp(an|ZH +>i_t*0Iu)%Fz}O÷צȉ%l[ BdP&'\ 129A%[ՑtHFyPg4@Œp@'Geha~G_g.wxFS]ω&d֔:ei?e' T詈f="+`rvÁbmkqg~kCDaZi*!b,Δ@@7FLV̅uW}80JRÿ;W䃽bm:aq&WXu+nN$']YZblL!'r$`L;./dܬqy|6je]hQW9G#`̔1˳8ݨƒ90ޑwi{ S 5Mt="Onk r>g8mB&OMa1ü$L<6bϮs@ ƻVىY9^g|QB<KߙHX$vDjV8c06=% Έa{s+//e DS#1hGȷA(sRo @-!ΏG1f+vNaeݑ,ց|:t^N8dQ?3a=G1i^t,s&TTI z9t/*K-Rv4Wuփ(9y-rd(m* CHLZk\{nl-臱e^Ԗ1<9C88~YIIp & 'K_.auR Q@20. fHfX@@|,>F{GANτ M~oJ{SU":Tf)yWkѡQAh3l48U*Jdc!=w'҄G\e ܶh#zm]c_>ՍS5\]W I"tGi^qy𝸯3 n" `1\lw[)n5BZiNj7H.͘v^Lʝimj> Po`?H9?ʭBJI_M"l a)&[[D 8AyĐsF]P ao e BvEќ!E WYmṽcʝA9Pg:}uXe!&̹cW|B(_-pzy[׳gNQ Y iuw<6JZ|GomEVy! j W(JΚL@y1wY دs:2/~LeD ſ$Uj($ębb7?wH{B]- Bn1cHiRǣLzt~$TRK 0Q6};{). 'YgY=ݻј%4eʃ7R)TU`a*Xb@SH ϸsA1b0KUD0 LH Zh#䆻2/7ː([QobíU\3%UOV-ΗK6>D"ڑQ`Bq*" ȸ]$aej.UvyGΦ٣sn )=C:$Bk~޳iRҙMLuD [tD|üY8[l*O?4hAt?Q]Qhe }Ȋ]V?lBce["v"c/< qb" 5RI׈QPjʸs1 |dH*}_ QGB WݸFLw*=Hdc,VΗ+^x$ 2Y-iZƢWfSE3y_{'.q"n"S-xA l^YPQ`Q} 8?Dqĺ1)0Ɖr I".>y\ ;i׻(39`9րqN?$L2c*y[yv 9hhk?`DtHB7OlAz+aMQ<*y`N(p͛h!:Θ jyѱzpyTfӀ)4CRd'`m~otfg,mͫE+|,[-zL:Rqu^ZKl }"ff9[ID r݌*Y[fxCG;M% <ڂ 0r83 xS@vF>`kzȩr܂1SD.`,22Oy?,DVzv 4Ƶ^ TZc,Scl-@c!pf,.e/U! e7D:2XճsZH5`EFłkX[t~rt⑂M AwlH•uS-m 7&@`\M1-[nfYt-ڂm-d!qKΥeg6D*%.W d)im% Sq/AOP2oL_GǏy$5Rt)߇V d{e+;jȠG}B:YǶ  #q2C̖nOE ǠδqI}5>{II3Gɾ(B<:B'REYHK9+`K^}Aۅo./:b.~l K7@1 Ƨ|8Fӭi%+6)* m"?<6 o,Y"It_NN6 aHYFes—v &+t)^I^(2k~ jȋ];$K%,/koQs6~&;i-2qcq[1VeRr.SE^'l[0YU`WQCjer Kzlf-&ǿ{x~߅ġMp(&:/v6ioDKM7aJخ[oGlBՒEmϔ]Zn-VHnӭQWI2Z+_1>3Z1yދ+~!a,SЩ!7<utoZip%ޔi 3]Z#HILbVSi Ƶ41sp,I%"pM{ ~@0:*Zct3Ô,y ȅW=.ZӨ#a1"*}hL?8G @Ms3[s4)~3 /?#MNB^'/%E0l*UAZ.T'rlՅv5c|;[`Buh7zf"R<5h[%%y{8PWo"9w&9`+@w}7v6vULmu :#O=8lUc܄*4rwߔv}˂&gEИt1Ȑ?7  CCn۲}cŁe/N!%}mÇa [e-;*cS6P`1ms^ eE=7NgnJ|-ˇ~5W`SQ H歓vJU4MwbnUѽKm 5F6.*}|㕕p;r(ԄQQ"FM֤JPnbgoZ $P ;a^Xui {q n2w]Bh~Ъ",v:0]7$lI9%KVSF1ג&B<)ni nW|#M&Y^u=F8H]$VQO.AWyUM7=Ŗ>n땟ecA1qe<z^3o ;8orPO D3֐\Q5SAas]A\c/>Af Y|./z Ck(q:/[[x3\OE . ̂_f9yYcr^;'urq"%l,+>)]2aCH>9(/l{bGׅϋK&(7xk v`&G⇲0o~R+Կ3C<3iow9Rk."L{uVF(a9S- 4p㏡yhMQ}E.Yq<K>61DơT8#Ɵ H:QD@ȞŰ50, #!ʹֱF_6!6{}ws -&HxSW9ՇyB2k~XW6#*AH:H$Fu{#V:U ( &zsr ;#sG&_4;􎵺ޏ1<8!b/3t4[a#lM˙✟ҽ'˛)eOl!8ߐe/0$TVD]H4%'(3N: ؛@IÁDYCμ9 zcvQ:,~iYEkU[-rȹm3 "$MGnll#RWR$q\['y9M43Rww{g|_SRԭxQDžA #{Zy>LDaH_FЛ=6\r-WHN+{R0>IWM,l5L}Nl(kh@tYе4G`9F=ձ'. gʾSF5$Vm Lﵨk׫<߰+_iC4G*!J^-H]!d<ɔɟ[tDGddU0&5R~g>):חuIsB]HraZF:i3yfⲛr}HNz: l<Z^lB_Z랽t_F8 U.f# _[$V8 o'FRwMOɜ>OV1Oe6VZ+buewW2`̀'i#݇mIELl~vbf4:{w˔ccxf9M`^X}BArf( *yqsvr'X"ёZ4=j yyzZXIzAIbaH/HWO\l% B"|`8w^-/0< ;jiohG?>y,i#VǾ hѝ#hb*VVd r0@Αm?:(J\`9k-/ dh+H^BԳjH)ǐo%(?Rf@8=)y)|p DqQ=;wV)&K뻇 Pm>vp@xi)[*>ssʓ2m(NZbI J![OA_"`qd;ނ QylƆ!BY=pDxkƐBX|[PU@g&Blz m5  "t=-h-<+Nz:KX;tjy%<B5}Ȉ#t+|Zm^&D uBu)3hB63r5LJ)rp  ıV&-iW@gCNPudbe?.D=BSC]2z\;IIx/l9U6,ykG #Jbv|/pS> X&aeggS%Iݱ kt܄l4HuhdxuA7o9 4$ڔHj3[XlUXݣ,A*AB; rێ'H:G,$F'vŔ|D]Ljnw6lSu>yoY1cΜ(t܆)1-5e98]$vt~!#3S-6qd:w$a?Q FޥJ8E*!7TCȒEH*M\v`$/LoozOzs,:^b+K$iP&6D2 :<>ɍ0\"k B!tbJJIêaKCňڃqM A}d(Uf C|f?o #j$c^Y~|GU /%;<9/mj aJ9B ^;PTIqF,ikk$&PKXvF5{:$q66;]ɩu5\!D^v,d{PoBm†n=iƓѵ#Ax(!8)MÝyYl됆zbFQX%ʢXk3Lr\KPnP+:k^ :*ۃ~ TӢI/Y? ,ɰ/5< YE$+: סfҹA^P#v*>؈NS eq8P8Y, ǰ(1 OJcC_Cm${e, { K! rahYF!ٹE,+1Y!֭Q+߉YpUEQ4fF?}ϱ^i:yOXD4">g|G:R,ُ={v _ܘ>d}ϑOzεHTa1miuǣDfSR|l2F 1ߵ9RhР(BHQ/Cѷ,%pTx6RkZR^#IZm,v;(Cdث%@/NWQ,,"dپX݉ &PmP|;B.^ Į 7w6]6A0>ּgsP"nYfŽzs;c¦zv#ǟ*3* nP1 5ӹtx~*nn*pz!*=˄`̶IQqY2EL%ˉ,%J`Q3!eDǼ,%L?0~~j@qMlm7#[7rppW`{տYzey7tmO3xUS&h@Ǟwp/nv= '.H[HL&yP>S-w0B/ga*hi0x7S%HMn U#o#2+C 2b}cmt݋H|P3,hUMd.lbB|]bV"sp=|ڕfwJgU7? [ ~V<E(HbP9,E6Xdx!<5FrƱH[{fovbɋ ]bcȥZH@gx]AYAތUH:??Pʳ`L_U8>_Tgˆ)jm82p K=I_Uc6" YyVo"c!ͦZmEDoSsv8~/l+ bo$:+6tFq^K5ϩ 6ЃC#T~k #7<%N^"{Gljw?;,EG!,tߠ-LTzr%;$,Sm~ j V0ht)1l|^xݦ49٫֋~oEUT}ݖ[MOSX xE.oT(\ V+\;iXtCndPX9#vRajuzIվ/2CJ<C1P]W9X *#!ۖI۩RRI( PI Jl= *1"sAVR]n3'J ʼnIPy3ׯ"ӭMzӑGFs꨷2Et9OVl[/D(SuKqd! 5s:%Ѿͭ4ˡ~,$%wD4忸,ξΆ/<f͇/.  #(oտlmx6%)+Ϳ'Ӥ'L^F?;(fzi+M%؛ Ki љK-E(O[к7UZ.r蛏K)+,:jIb+:# .ߘ8Hh3Lfܮ1ßIhe h}dH/n jǂ'rh[.Lo=&I#yZiw"͟)0o/-kw8Dm(t21eiD:C-fmo} t#ۧuNJ3oc ԣE3&^EFP* i I7o{z&nV! !YTdXٟõ'hv1IAE]G5:W{v=6,*:8o Wrgwa3]a೥*m3)B1Xw19߫D& /p!k$(T-??3wI J88u/TA,Y toA^8|ra=(zK]y:S=/~w v`ݎ-9Qri8sUٗ w:vf馾1h1$X8 5crxʀ [hv*x[{8Ro&a3\qqt_,ӇZ,(0Z8ԥGk !-v#mCh5p|j+|/\V8ͤktZ4+5 X˳=IfɚQU~Y9,9A\f% F ]ie=OJ?p,HhLj2 w E_&m>q] Cޚm(v̾"]G'iHBdd7lj00iuN&vZt7;!ϞFlgqswNe{w8Sۖ!._ȧ*k{##8osN|yI huC,mzfNU즅ד[Hʐotͥ~!DrhkK.=iE@?h9!XPwMW)Bn$gSDFc&IkmC-rʡv¾38a"#r,ƩFCʦbo#;gP 9;6x# 8NgKkŃBF_ص+>Erpрʩ"DžI~isA#v:V#!98M$C{`/0θa5H"͛w!RAXN1#k=9f!|8zvZ}CLK\[4ypms˟ !$Q)XF)3n^;keصbo]J·ϧ"ٻ+x[9L"E##S5eaPX.)d t L5$h7o]0|5>PY3o%>o[9wj$-;Q2ԣxy17k_庼!?#4z/֤-;/5 Pq/COvKAke.`IJ< ^XVnHuo 32uE)U׿<pq_삩gtm-?8lyхC4:z2EMQv^,\nOKR˵ׄ[΀3xq/;YU/z| _!9cg>VF--q&*ƻX0IH6E.Gj,|>fru)XeS5&Jc#j 3qgyD̠y ]hHy,W@=^,%bN|%Q2Z?%7֗pntg \'oPԕH.Mώ0Bv5rWcIx,LLnAMAhم0X<u{pȨͩq~L0Rw }a*X$)RFq! bP}PMi(JNC}r,0 /, \تIi'+]n^5<̛!GT ^!**_X"4J7ҥņ\!gm^,/tɀOVs::GP|CYs J(5{Xo Y$۪{R[RP_yݍmx^`* TV'|]+(rSV4w 1d ;GDsm^L&"ہT8B,d s"Ȗ8(U炊/tH?ThK)݃ө%$H6G@ԮZޜ $rJk&(4qܵH:r~X3[Ќ%.^[5`xX4Ԛ$2(ȃI a1!M* ^m$]52SRj$EE'V|H>\)Ki-u|lH\/G{K=kv8 V,؎z;KaTutՋ Ʉ将g0а9CVuvQ/` T$E_A-A\&,TrMcXFLcT\Ypd3Fp?\cEM@~ur*v\cʼ٢0C$'*9>>J[ vIEJTjAW(W&pAP*FCx7H^%PՠY dhkbl /567ǪwOXO4#`+ q:tSb; ضRJbO-`唦x3,ZoPqcƿ7 #4Ļ4P̉!lS<3_ʣ֥čz+DLwē㗲 +hp5n OvyAޡ EK-4Dz#ec`AB 4[\ 31 ̘D":?*|z7#E"c.l$]7,0ĿZ`υ:@by 3R7F(?ܽv0뽙*s2SRɓNf%-~sn5G{A*TFX@@R~D5nVܗ S*gkn'tѻӤd)†OҠ:ĔH̝yrY1k:g]c[x+W-_ ԡIڵ16˰~sj|  3ZE8?1Ie~[UCQLHЯ6=9UvO*QH3pDg tʀ‘2>=k߅5 CClJ=*zT٩V2=W7vق7<=-mXM-\&qN8kk2L9L H[y' 0f^ޫ-ȥo@Fl&s~k>#[V`ndj>Bq6ۈ]{8V[ N< Ңr ѭvD:ŠdtǔqRɐR:| gN.ݽ/ی+,ՅJ+kHv9!щOLBI#knĩ3ڼ#2MsypަgV҂3.k yf4T|d. rMa-!"MhT6ܣr, aآ ٕ`[d;R[VTώ$9>]e:>sW Z>mе!pCG`%vGp>8فLAN8 3+cUo}akWm{:xDld ýmSqd7]v':rl"`+kR.VɌ-*t TSo 򊍮ozIr `z 6S0LUju^2Y%ۜ5I;1?T87ȭhQoT)?Ԁ7o+)1_bj…!Hr1W1r);4$`4/6^ a~9 DTj-?L54 ;fÞx?R]9 lW#"TK#*QֆR+ZGːyJB>>+ҹ$\~r~]9"п@ qtwٝ6k@k?沉*?m:ȵŒ{-zwi?WCjqUZm| e谺I{`*!oDtUv ~/Zoɟ9 *Sz :vEk4ÇCOlЉ'QWhCНuL3RSY|@o%k0_P^8u!#//U8ybR3UƾiGGՄ\z)/5찌PiEzT⿼vYc]`huUi{9J'`h{CLCA8!WѲUz44AQפ/HJ '%߽IQ=3F͍ߊ$wIH.j6OKFKWPALc`k}ʰ0 PyɺVR-xhЅp@fC9*2FCpx0KAZkU~;Ue距Z4B˄8``9:β`cFi!: &E״9NeW܍ζ8{4efd4mhm aG/u#:4tZIKܢCyirHg zjY=JͰ>`g$˹%Df͔wY.aO*TQŎ eŲ69:~ʄ͕[eh@ D2$7eJ9? ڼW'|rM"yі3ք%(S92;'52g2pFnjX> dJ#T]:^Zij, >E 9 e26$Y, CqPqft.x):^4#*?G[}wUws d丬UO aXl0p_fZ|S6$BIV?M":gbūέ4wzʇJ>3Nr318{f`d XD΃_f'(o>e%.c7F탢ay_s\d^]{xC pd$A](&Rub\m}f,dT\R=N+L#o7 kp Gwe^!hcch\zSvlY\ xp(k`i!SE4Җt{ӄʟ?v+f"범,Vq͉nI岝4 'w{*dX)l5JؑuVZ1ilzādvܢ􅁾W?m3X`l ,Vg$51[ uL)=]BoV$wAϲ3Lj-8WĿGdՎ[,C*Ջ(N^CVm=c4Y $`sxC^yM`iC˃`$ܫc:kR5Kbu {אrc6h*&3N׳ _0 NA"dLܫWo3-;7'4n S4oK, 粖T։'#oj`y=aۯ u{D ~r suANpzN-%E 5HM)0Hy63ݝaO?2՗Ł(G " o3Nb9Z[G(;u8hluLmswI2M騔>P?DԜҐ[}swO=0ί#efE˳57oοޢ9SaؠS%lTFdLӦ؛,_R<ԕ1hyu\7Y+z ic1]]OxVSNVΉ\&pޅW3GE֍b~"$o_SzU@3d5r mwD2|snE5)ք51ܥ#:2J,>f*3l_b:OZc&V ɌW :qF[C>{BՋ3ʒK!CkATE-Gy郠w=TEL_ .3G>=ބxE=gpMx pZHC\8$Ko}u0VUu8̰ q^j%p4ɝux"aKQo-ۭJ ̅nEE;8<FK)明/#9RsX1!iCJrW^]8p4q9[r8|"&QOʘ0/ʼMd$8.J+D < pv7ƒuZ)!] X]]#Cf183Ht8qv;-( ^GRYҒu?[,A{"S[gfu-~k_l{, ?GGʞ#E>M?ϛ g9Yuxuдfble|AO(&.?!MHj$iq9P6@ۣi8R:CdT6нg dpo}Aq>+ȟ,7@<7eOc|1lKԚz <c9' KBiCܶ`W9մeik*Իa)R?xcd<v9L<8(dc9~K,6;s}NZQՎ[} h₩V6v%ɶ Drvi?!o>?ҎGƹuQi#,zSZDLxq d\8k0nF:ܩK3x`4,3Q^v44} Di>.K:zZ{7Pjrv?A& iRDlf ܹ?jd#( 1d`# Mu@=NjYP- 2vޣVO$O;;H)!Ҵ*\|O<5$ _GV 'YuSNJ"u|iȪ=],mwZDKH|S9߼RG5F~cpwW =s (`V&mAY@ 3_ci}*K_F4 \%'0N=Eo#QjeFalʖ<б)/\u^@,V|3g¡)s 2{6<δB9d#XaswΈL%܌<5D2@b82h kX'IYqv Lԓ!;6!P_)`J*"T!T|="8sV/ )RU`Ž w!y WLc? wαh=2 5LW7cr.m8Vwb 8B/˚Q3T1c5PE+mʑ[ RK7^LD 4Bh({@'֕(9wV[;L6|ۖ@6A}HceLCjTP^p̼QYyrRJ2!AsTjy-4a@`Χ׶^mbt=&"4-gƣS3)*lzok SROiH -1.yK˛?rc?06QNj-ܤw _eWa;]v&䲇2&ra@>pUa$՟9{ RWo7–YƙiqL9 X[( v220| xUÕ;\du^xFUØ~qfٖf黢S5ژsD%q);9N²J]^NtΟU }אW՞NSLrcjF~( X 6̾ FvL `ާڜU pT~}ڠϹeNmX\v $iT}6ᝬާԃV=ÆS{(h:ӽL adguc%c29=L(RlܒU(p6\˞4/ʂ5tpfu}6}'b }u$^gX3Iw3?Z20)mZ*g̥6OUtvuv18&ku&VtjJ!38,+x]̻!;lQ>` X/8fDj7 +]+Y\)1ZgLy˳]>ѓEqr~ò?]ϒ"׏yRv l_ =\RꦉrN>+uLHT SUU$N|ZX,¡q_ϹL3 X㎉E>V-?=N_bfLq@`-8iRzU,ˁV*[ùNފX=y/q֝ bNMkn%>p6dtkU٘ꎠ*i/tLP>U4@^;|B)dWWPtwMJzKF)o pJR$YR;y"%4SݓjɁi){IOςY݁f|M!c Hsf#/|WoK NzUFӄ"Npi?9?&jk@0b t7/k\{e×['m{D,*nBg&l͑CC+/WYU4OZ=OFAүT 4بMH^>Qx1A΀o|]n'qF(7Cwo>I2 1k2i4}Og!`m |bG'1 imo,[R1G OP.wpSIп߭ଡo{"-jL"0ʼnoƻHY6TŘb* х%9`0=([F՝?0cYZyG Aw=Ph/ +Khv,xq_rio@.3O~55b "1Vy*%uG)]_|0prDZhim@k'>oBxٟ,mĝ*?e\+)(`rKn#&8@hF/o -ɡ/(#(isjb$\-!%cdJ iW@5R@@E~`@Q&"&P!USB1IV#739kzX!Bq;]PTEH9LYjBdڇqk-P]pkb51 XQ%&]JCq(!wc)7El0HB8y#CJfhI>QI>H"M$4F!]# Ϟ%W^_|eĿ|}X}n ?4խМ9{/=37' \E_ݰwm#sNgX?' O.s !,)P=Jzūb%g$j e'^Uyz`0d# X?b8'- [y"W䈀zz&i,rpxg%P &}IOy--c'e[!%d|:v)YRV~!sjKJOMF"{da%F A |scJ5Lc%9]<Kv~0]\7 @y_=BjX?5 p'g,>` l#Z-s7)Al=IeOFK敭[|oQ@@9h-x]냋#4~S!{fɎ$_gs@P.;2ig6Uo*?Yp_U{Pu/ +, }={azwh?o9wkNrkQy!+pXΆ\}e7N(PTG  ,3BG1^_(vz#c wɐB=Z Dm=|SO-+޽$T:!膎QQyÀdW (zx)"y-#YEwZJו.cuٰ9<(C՟]bm6w]/VyW2Ւā"dgiJ-,'8cf 088q$Bn.%AڻR u eEa-&M 9B^2~aTo6GP-"$ b-{'m !:muT²0Y$! |kYa% ؼeb.r0h?XS~6r[&Hd` xCMwB+9ٲtQVP;6D js5P &~bl#t.WQq qnh$.]+n)'\6]}횉թ[FB1u R=Vߔ +/o69V,+$xJI-l]Cg}ᰭl$r+rvr\+DX;+fqy1 X: I Sװ/O:LA"J޽g[N #xqH)9!XM񕧶D吁Sh }}\MŊMMYs ؒ Nً<%{ ~~WTbcmz;_+C>r-=RLBAFWPHyoǗ! )8a%D4Qח}'Oc`hOe! G0~% N8ά;ٗ4.Ya 3;'(wqk^/+EAն4闳q~bOymomR&+[t!$9hgۼ!kB bPqa =N*pSJiӋ WY6 ǯVW0mI<86 `tr|÷SN.<@^EOr8Ke E3+cE0', oق,dr%}59_ôtU`q2M(8pEvٟ]qRf\OԱ[ qP5.MX$ QNҘ'͹o{B*U!_8p-i#etE-=fK"[NaA*W j&Ie"Oxjgo[Cst?ل]i?;sbQջ{n<V[Q*X/ gC=5}u)/ ZqYӁt~KZP V&vGBZ… I-c؜%ksGrCw.w4ŃjR&ƹVS('&%S e`J%o5=,EkZOS_GmZ4E ( )ru[GJ<; jBu9 \[NS3H8Ґ!Lܳ>reWBP}|@dZ+\4'XcO=ӓͤhhƆ/ߏIk8Gb'Хf؆~ _tY[쟮@\OH;ÿiXLHJ 5OYʁj(5䗒{]kacr-Ċz7ㆿ2]#a~(vu1za'ҒSu ցd81K[Nu0of_ݨ%X (ކ0f=)"ʄ B. dPV a{m":WrwaS_?28sMV Cd&I!=^|$^nRs}fP/. i;<oρWjsO3CcTZq>;b:FP?z  bfG\j] 9ƛXܐ;QR5snY8@j Ez+C?n AFtD] +x*cp&L Zl]ֱlb7kn`s,;'V$N~6-~@:80*lć nm"e?4Pakȧg&S~7gT[\m#Y܋ss=@8"}oGqB̗nM##G}A"-z6 ZV[^P)duE ٪-Q>FL =C}WB":@y|3R4uJbۑϳ0M凩 ynO~YGL/us7]f,^cZs_sYk# n[uu]W&:EN$b ɤ0ngI͈}0N>gGrLub8\Y;ۇk#fuaݩMbɓ/'F~Ɗ~֮Ok3G?IYSJyY(4l__#$.KJ׶&˜ #q }ZYucw +B9uP$&6`# ԇUڊ".'7飿To&arqHr<~2R|$@inSۣ":nmMү`mqw?Q,c[]UXw$ ] E?u?v;bKO 5w9lR]xCTI0~̷@چn's&+ى+ObQw~w0),!#ɑFѕC[jµl'=\laS}.d.~]R5Fgy +4nĿsA]c;a!n!d-3[.MF-о'b\sg!&n*8`M4ay*Y4imVxGUr`Jp݈Lž_Յ4Н>wWO6G'#*?N%,8KpT9l#X`=HV Hl.Z.{Bh5yPXt[d$tD'q> ;*=Σ:Ժ*Ä*kOkY߼ӂkηg"2ZS0Eւ]ϔg+πjU~CrG N4I-'Z R9WVt@ {L ب4 {;"`X]+ C6/mwhDDϢJNs|ZCxĵXiz _RZz]Dc"HW{r)=?H"C3c]ܸG pE[1D:׌, iui{(Θ69Dqpj6LAL]~sL,J@[]7tw;ca8zf}~35&k NjN]n4R ֱaeS; 2@!2U &2I`ˇ::vGfxk}l5aJX*NvӍl& 'F)D MO\\Z>[[}RfEȽC%oU 1m|`p Вb"K%RChEwX$L^s+-'^*3bFip&`i`1{"]c&8V7p֊Oo0eYW>'AdFTI},AsnGu0 F+uhPO+e%Mk OV騥譯LsN^*h@40$d~lZ=]Rِ\}54tG>ih(Lğ5y5')քZ%s܀"B[Nۼf[OCQŁ»Xﯧx? .Myn?y}0S ӇYlkՁ;6xJ #!.K>(&\mQf;h"IMp+1RYՠ!u:l`34]@:[VkJWsƠƏ߈*W̖L*~lFIĝ;'WxAp啼[Z{l\ nN{cu:OIbc!ӔOe9Bkp01msXH*<~?.Kj vgXYR~\8j7.Vީ<ڴyL,lxt#:PizΝiȽ"RjOĂq#z~6Z@8E+?Ed ]s[~|Õ{`pGv='F#GHrKG :UsVY\Ai #hcW&_bzF$^-ӱFXacſFʐU0ꅎ%?V1[L|bm8q`'ioBd'&g Cq~ꊔ+b|6ObۑiQ\@U{lX;p*ܖx_rvrS  XZG{~C~y1SGlZagg3oLU˸@h/@0Vt1dkYe6?<ЮN:3*;&_d}RQ)_,T˵26Z 2DniVq…Tj.՚a>_M}V04f&L[ f:P:ȝrsp{\u0k7nuzTIKb G1\p|#VVV/W$Q٘tW[km(;ʜu9Wv"_xo(!ϲP'F'c,2SAB6&wK WJyf$$ drQvPTXq)ٰ +DmD9En4fShRI*^C+/"gh@5MZbL-qytBZ艇PKO|Jn9#'+ qZ@D O#) ~VΎ fD{\L(<@u9ЄM9@t d"wȚt\.~Z=4`N6|ٍ 5=| (2Hހ=0GqE #Ȑdu}7֚d]Eخ_e%NC~g 0)Uf7 E6>jן!&kmǰ_⠯ŠȠD13&AwB R汑4PH@НHZόnApqYsΧe)508Vu?8}%A+A<7b[iA(-ѶXI?nd}ڎŞ{w'}#C%S40rKW̑ D N4rRYů'xY t54ZYV }%Ś۸GP% a `DS.~n-h|3kZkFh#{ȘQ0۳]y?rS0uqyӦ/삽,.-Hݽ N>P[ӷM mss#1&E1JXP dԓȉ;ю VâKYJzWoab\0x6Z^T+k8PBg6K)lUh}$F}ȀjcwٔP fS"d _38oK_^Q Jdki?cphCZUzrl'GrdZ=&$Q%[1kQKbc?`ၹ}V[tFHMYC /dL,mҞ٠wKvV2]'%ɐ )G6![ N]lú/Ԟ3?Ld;G^#nh. zY<U"}ı3`(fԬf#.[Bz=] C.jU?黈ٳK$Rgtؠׇ?Ξ9}ʨQ}^@.{L,fݷaoUS:}$@u^nNU0U!TXAG646-.fWR $MT_3Q4P MИם^ϞG}u<45=T'~a4ybVz)'svEQ?R/%2G~vm4bsZ p`A>jppi|z} +: w4 j_5=Xkac w",MDۉ`R<|lߘΰ)og}~"2_TKJ 7r903O& .\L*PCAV_QaO*3W@'y-rR~脏oR$VN|t'[E1D-F(%oȴBjQ5y*lX ]"[z C[ )ګ2,7`Qԅ& V-S#J yZ@-.; qoD66x."h#IVF|z`+xNq ?CTaK Zܞ3,kF  A#tU V8j'JքX3]^V\=b!K+g;0L1Z*3YJ"ou!:ZYV[oM7heNњ9 -^cG;uAQvŬ5[fb}S%_kanV49&SIOIGG熁5vLZJ,!V*hܼ]P\ 4ćkgzWT9iM ԀF%ETI OJ"2: ;a|Vlr7VpM{=JbO)Z *DU~iow?%Rg#@b2# Qs1Ԭ2Uqu =ve oW`[e4. 5])Mv_Қg<@r$d.#nlFbVo ϨgƀVo0stjB#jFJ4T;-ꆱKSm&{G*kݔu%=Hau+?W٣ Q1OVet*.Z ,E 2"yǼQڱmĦH* ,ʧDǩUV8K MюcS(2࡟_#t @T%ϡ9;z\,: U~-8w> 31 gpT&Q(:!qXi/&t0~j+P,|_7ePK%qj5 } p̥ +lv~Q&2Z+Ўzl|DyK=zL!²k2L7'/Vᘗ{u $rpU{"DR1lxOnciѧHv79:WI,ߖH! βm/ZYX VWA#*lAIEj.`y x٨fx-& ``1.ןLo#++l7 V}20&yUJAcC4c1e9zς5ʙ= ;߹nY@N@`ϰԖȵ~K(MIGēnxYsXO[f&0ufb(q}VSqj rLO^}wO TyPU8Cp@Q(v~Y\Iy\ VD(<vnmJ>Yެ x#Gf$&&旮b$)PН?[үt3u6lCMǗR YK?H/ FIDqLj8me ϡ Oưޏ57L(/XZkD)|#xڽd>!<Hk]$R$iUϢD=ܰ"FAkL+K)U%Y=]VSo]0ܕV$F3<*}gV.Zqׁ OFZl_a /=ޮBO+ve KkBtf/yZ< wBVjC/%cj(_wހ,E1JGN<^xJQB5P]DpmQ3؈FU{Xr۔M%pl wt{1j=>?[É0 !˿4f2<~K7#0܀c%zeSCAʁ +)'Oȷ2! Y/L0rlDARl|c 9c\6Gs7p*ї\.$ΈvMxy@FM}hdi6" ð&8ȬN[ߊЋ9^l3ؒ (yZe]U-CL5etWhtZQH`YBO1{R T)0w ws2RAiτN 2[ѧ²H^xRGS buVL;L*j1njB{GMΓ8CYQrpFUvpꂎf068!R}s*G0dufmYF!_ +}A<l&Kv/uVTSgЊ>w&X:{Q2;;'nx1b<J` rݑ<Ī= `%K24S,ifC`LKSE #j&:2B`<9֬ 5:R̙k[ D_~+ "SNh5,17o }4PtGXZֿ&?Sv(B` ?_‡8xp%BƦ 2H H=+k5A$tL0ȵ\<j/a8awMaϙ#'P3mdi_K*Y[(:{ /b><쐎wGӷ k9T=Q3,bL@Rn %P(9tlz'] ?+呎*R-L %) 3fc&W|r{GqcLRK.KF-I ښ~&s7)mvK)+$qh|!vQx !#:!m~d0Rr Aml c(xW>y{Bj^,Lrm:fr ƳGҲJ{(U(+<˿W\.fpvW( :gF{ڜm'u{K&m9gҺ,|Y(,}7[AMM{A417h]`5uvlkQ`;;%9[ r{:8Cz#X ^"qepLj'_"$ >T ֢2{~NPQ tLq9e_q3NG}BG0_%QMHMWޡMze.ktvS@GJL>i?h,-28kb]5tx"w@ NOI&%` '?ӢLǖu%8V+<(23A"/jcYkv-[#j{<:ձ1.'#xsrA/vknԐSmP%e Po=Q;ALrY@cc2δ۞]<dm[۳KzYe؇'^M=kφi->KL0x'! Jq߽z} \e^Ҩue8}A~/`By3eUfJq/ɒgS%WJ8P uƉ.NF0jcR}{ԯp֭,ʽL-l[ fkɁӢs(jظ/TXӠ |mN.(\evH7\O,igf7wFFI:99#(F:L F! ݟƂkԓflW2de խ0౬?Y@𲄊@\&+#Ut혣)]Vz/ GPf%e3bhI-wE)Ihe5WQނ\1\5 ":nv(%iz'NedWJnVߦ)wlM;qu_AyuJ#"X-%<)|y#UڛjUٚ(A\ZI̘GzXPwbb]T%O,KzͰ/"o7NtۡSi(Dw %]#p_,$6 }5B̐Y$X8;oElR/?__u]Db#.ο B.XjSL5-x7P|̈́mNyJ{eY^-͚o/zaeh=_fuzBw N) գDҴUs@%/$V-YE}Nb.5A3XY,c ӶQ!eM F@Eg;إIfĨmWٛnNP:fuL DI0M.m:d탻ifp!W@IpF) o8'jѦ=C3y͡vEjE8?7Wv7lBԍҙ{ˀoV\ 1ZkKAk%v;U8Y;`h\RbF;adӡ\kׅyT !1pIcQ=#@DfKp\%iBZ0UH~>OEA<_ +TVF \.%}ow==",6喓`CG(>NͅПY˪Wis}\ @+Mu7i0F5U&pK[Dmic4s,]s!^jJ"T̈́<[TΫ.kZJh#}[k+N@ʠu^sq/قL(ͻ?jnj̸PemՔXKr$LFU@JK)_a}J"}&7(ҭc%+k4?`">zt 9AIޒ#(R7⯻C:k[KKu1Nmqr dTP<5{ڟgːZ Ć XJ ͥS v( E(>OJD0>\f5U8|W>nFOaW(ep@*7D19莹oDuYC02Oqս11x?,˓O)bt┩ 1U}O|4AmQHTCؓw!Q^AuKoBɯT7IbJ)f{5?Ah) mr?iyھ/jFIIMq+Y,pQ.ŸgȓR }RӔݓ͸>\kG/X.f(٥/F%Ω\y>Fڱsc풢yn*k ohgT.g,JyDq$ 6dd=3Q}D6%,>s@Zk4)H7cBZ*}KR ܫB?8=~+zmd1}},,u$#v8 K+xaJH$$hn$"@zxZ'7'z^QX= DpNXO`5PSCSJ[q]vy΍C\A$TQc:炜aX)~odUv4^wU>9/[dTbEGjە?~"@sF6X;B?%}I 4aWfj cqz!樉D,R)~Ǽ/<'a ݨ2mH_W|6ܤ淄p~ Ҿ ^ E=s4Šֳo02BV"@&@@V\TwZ蜓kF$;ߡI^%;=9DhXYy97AF+եQx|,哐*P 886|8=!$CqLv `M\utFpeؑq%Yu`in/9DV,Jg~ڏ"Fv}/حgzl^$jK&ѭ[WϕN5eTɒjmղiٷ890$SW>V'1YژwE;٪1jJ/s}(_(iR#=EUR}E{2 n%]7mW-]RVUGiH#[1-ym#L@H0E3m9,>Tl27P7 rCfmJ\%Ue^31J:tQ %XlfsjENjA{=l86Uv`:}|ZBb@Ffۜf|EϨ@6uwxpgɰeIO\7F!7|K^-K? nJs:aP0T;߶#!jhK2iPx1U%5a ӂrh^Fiouôj AYXI,ed.U!֘ӒbZcjFWl)_?e.Ү'Md!<,V,"\D ^`XG|A&b17՞)Zå(` d|3[%Lk_6h≯d([q)Ͻړ5uE/ҡ5Z#j'%p9(搭 =QqiٶYa5*&IYVUwܿ%{ ?$ !op\`kmdOQZSsܐiF焨O٩'cZRR ^HGuj)`Y(ȩܺr} `k^[Bxfі2B'̔_^:<>IDUgmaɟ'nEńg>^9єY]%?AJB` /ci$b  Yh'%\:FHTj գBÖ3Pu9c rO(Ү k:ƌWU4&͑$D0Ł%AI'$bwx F&. E^;5=q^Tr(SdeXS&EetKx;l9g 3 ENRCOc \tm[`bR9tE]I풩e p#S{(Q3'sΣ #\)~$K4e5c6l*<(%VKniւ n݇vc6D2Օ&3,-y(Y3hW˒|Hx7Ż4pJ#3F(-mm/G@ePC\TrDVSTdީw| 'Ժ]N|M P4{qF;1E%386x72*dBXѾXy*7|>ܞ:W ZՋDݱHBgmӷz kcrm$ g&7W$tr39y[;N6㼨>C6$O//8fQw E`~QteY_E&֭^@Qk7}4kLۙC'p򮹷1n\8 5J/Ҵkm(ヾl@k;}v(+]92sbDL&588JQ MM94v8=-B#C+8[k0sцcp_7Ѹ(| h';13$j"|)7Iu\7uiOuysOg7@KHz$f_~)9㧒x1%ksÛ˫wq9}H"pV!-GjHt1A,ԗ1ww^o߃T]UoФA9W_?JY( -Gv@- ZV~cMBXy 2o}U" Euv W 9? ]h%*޼8S~| 񗵖cJ6qG O4|T8`EsîM.%t}XBrA?([*O;n-$*lڿ-*=Rt6*~$:k}oDixN&ߪP UwxHJؠeι%4eHޗS‰LCMC:P=Nĕuu3/;!ϷKN1g[k PʰYHD 3|+1oT%\(Z|7z%וV}u [:ϴϮ ;g;Nj=TxQΣxsuZ}>&-P `8*%<*ٗ:4纘Tt{/ M\/kmot/jmȏt|Mx5R%0)8z 4Kv^,IeLjP@A&kj>^Ŝ[*^\AD *%GsXۯ?yN*(F: ɩIq%G~I@BF(ǟ{0}xl WP9笥N4SF5O}B?~8IfqVF!?h.P0FgxNtw}PٟiYjH qi h.R}[ųP ozkJ跞h%x팚WTST_3<(IZ̎I/xhHGBU?CEW{o܎IԊJ* >h-kQ)R~7>'b@0e+'yqvA\%T-cXn/=GJM<(3C&t ":?z$_9D~4G 8ϔW$/8$kn1spz}=m6ܷ2#hvT6ڢLx6b6rX\)gÏ7oH N4EuA o 7 7˅x[CUFO7[CI> ?/"e #<:mSF_t IcY@ v9M3q9I'|N6n>{4R0F}w쳫N+&Iqx4]nzg$K!+YjY ;L˜-:ȭ is)բq}\y&3Y1΄9^;W^ ]™urNta 9c J $X`yΔ ~~8=>? 08A:vMgǭsgAP esL^ί?E׃ًyVK}-ҟ /{wKyLg2SZ5sIU܊5_^J :0լw; g\-d/w7L!nxЛYݗJT3 RK4;,ݽDZ( G9g"UVą|UR{@vYNe*i'RP!3GsQ͔&գN R*5 1^'jՐߗ=tx]PBxS4-KAB6碷h_^t;ݚ吉qZ6LΆr2eg+K`F#1 w 2ͮ:VNQڣrΖ O$ҩѮ2s%{KKɷduQ e QoNx YY-de, a%Q6PU^k((fSfɖ Fb.ttؒ?/VMӿi N߅W.o!wRMtusY)ǙF$5G^ScGf ?:,sHYa^xF r[؝6ަõ1{6xFsa~|"36(*3^87B`RKAB'x }*:JrKSµk)Ʌ(jޜI~ÿz!ƪV&-{Twt<$ ܌Q Dk ,wbmT8A %Zx\rDmAWtL >kMkK>̀(p}9xe#wKT6|;O;-j3WICJ'E0+2b[+wFt[;}}0whi 6B)4tur F03HI;-yVߦT;n" [J,54rg贒KT*ɢȁ-K`Bl6s,Չ7 Z(IdMVU!*j+]ߢWU nDa1 $P$΄(8jK-[Ql߾ޖlB{[^g}2seR|N)s%vƿN\;QFW6[>~+b.˕N,˭ȽS̱3rYd? Jz4zv8::<?VI\kU)ivaۦN $\'`}t,:JϞ?yzz|tt:E'wOl|4=;x*~+͢ HE]N_˷ߏSeoƇVo/g32o`^i}a$^L%-l\گM=bd,\&줿.Zezs_f1z~0:>,b4DPj%ff-D:1$fCi"vAdSxٺDjx@vr^(\ 2?uסL ^(TE)6šb7d* ûťxyu9\NE<Lcfr3?=~9~7F1;,g('+TGNn//bk1[nC .u/y5_\\O/.qz0͵QڴA𩒵6#n̲, \ln2U~X:EjC"5H:['oU!êV֯ADuYT3D``88S?IS&ju5ғ]M`ϲ5(0C68q@6u2z6T]j<ؓit@ɽ@J%v6jXVƫA_<:'Bx$QΉ M IQ 0*7MQ UE"(iڕ QCCwr^'X< EȊRKr݂"HuWJfx^`hhj4b:PGDsX&ZqI< >α╨ fw@Kd#4k ";LuDV2i8A[o Ȣ16ҡ.,+@PX@斈a6"1"~>O })馡ю@ d!=uޡZv8~Otڐ02gO.jDSL9H %ѬCgyiHt.riF]S(-.V^ Ϫh:cgc?%%"8z +x~;9l0k9,)A\!=G`Rb7 M{ֵ|'a@UbrK)sd0T7za; b`,挵mQHSP|i7@3d[$( -$?Xjٺ@[J}7قX4ԝimCpM$$/2 ׏Ll?[LSMpsm`'|W;} :@n#vb[oԜ=hahuJO2xOEQS9Fn$/O_1d@48zRHYY>„EYa3fD %7$` S4_7epRm90a]%5)kz3_E`FgBW"zNڕ/x4!F?OxWpo9X4SdBnM#ؔDJ ^Q!}pp8 h0< ld ݼ:< ]4 o3](JS~x]NwC=l?zMb@ z2l~i<̥FpB"J-8FGKO)\a"-ƇhrЂ]P覝6-5K_qaMS!ףp\" ý DnP@9~xW|:ߎl!rRf"SS)\մ.k_v HjJƣDeK/ TAԭq *$±{ t$)VzAȎ\QIM:c}9ݒ&3t5w0a" K3vƙuJM{lJQ3ys6!%*Z[qGj_bߤFJ嫴FvFGRGP&m-D䍠6v; W[%eIug[wT5DFg/J^q,z=_e+a3 p539h*CS|)C&LZ0)>%AxS _Ќyr,SyۚtkYwaUE^]T kW1,noeSn o*H* "&ngE;a6$,Ns2H0ՙ T֏dmHMCZLEMt"N3un%L{^ڮ{wyskv)~~S̲4q] $aEh$HwٖQ`Eȃ[ ꦲFǵ->l.L,WKc+J: U>Wڭ@S Zk#Ye e|8LU"KdD;>$`B ^ qpr7rd9[cqZrɍ% Xٙ -r rnӑ^JώN O8N*<:ݫyrZm"sM>{~t Ût~.Ez9t?R t. z@ Φ0ޫY\`%Q%Be+.݂u=?jVXs㧸LJ`t6:ٷXnƙN aaK1̵2*DzKApt⻱犔#IJ oeҠ3V %]ܰ@(U!XkXKPRl= th2 (r/MH->_OzXV&*@ O6T`TQOpR_. pP;'V_IY Gr&]Lw"g4o R5*-igo%Ζѡgjn$޾UT_fUh%Um m q'Cp[xqy%jBV<7EC1R fk l Put3aS`kƅ '0u䪱q+2?5 L *AhL4 C-n9CbynU ;!j앯lLi!5ȃ7*RC Rs0۝,B4rfQg,i.2WfwfrMzy2Ud5Gͧtj+'׋IR2EKSԹ益2 /Cp[) %sB2smlAD!Op͓oT?bMv?4=0OD@ 'ǝS7 q +Aɨ蜲kSHkDqs" Eh*.txXJs:cYb6dHB@;pbiA>0&x"pni!(!Y隆bgArKRv)7gڹ/ < 4 8|#>\ەo$fHIWj$NcSNwIpޗ%Q?k|@[63i^bDm6NeއE)BkpNf-P4LR34'hJg+NUJVYTj#zt"QV-!7D#t;z玈>x+i(c) h)ZzCH6'pjw/^;a>9ݨwyyt~=s>csN6<"")HhH8SYlZ_>yO߂Qmu|CA 6 *M)Q> dFa!sM38ޣ~)Q#:gD2O:gNw\he'(IvRN8D8m縓qmŔQġ)lʫ^5jhL !yFf"٣)2",HBi*C_85d$O)ȲI|a p=|nݙ eܖ!#LGzU*@ͨTUwsTp޷d =l)˃ r|z׻ p2өL2$ cc +ewdic>J~X u( S ԜR('G SX%*<>$_Q߲gZ+XmoED,odϻrDC TE5 xnH1V 9n,͈$|6]RqRЫrX&z8j7JfyC0o5FiR/r& }:Nf/N7_wӑ[;ciY@8b~UU$%hr=ua4'څ௠k쉭zB.?"I {p.BTxQ{XVתvv[/mڌlde_h|zbv_yS ʫ JNPVIP7vRmӢh2Kӗ&99̂B01S+œ D%99ZqA!zKTR)ɀ0/iXd':;bxg q_+ s8L~ŝ|X C:Τm f:-ۢdHȾ~+;vvLlIqG 7}&I~ Lr`]1+9tדѸ Nh!|73h} į v mɹ0ն~,{LS;~%&|;np`!\(VWjm )y~Oc e|*)zãǛ3Fa3+]%{y?*[UCv$;S';-23/T9;t ˦CK!;*>zD.҆;,g yb e ׃K8]N'$xM}9x=vV.\;l_99oxEǓ03{KU|cW_A2}OAO?Zxa|:\.qUgR 5PcfƁi'O,iMw>X/Giu s-fDlkRMי![N![l3)T!ECD[2lG$ȝ[Șch_aR+ϠrN-  k=f`'xz%7wft&9];=#tWX D.FhD#57vsa3 6iX&A RfgZp HYRc2V]'h-)N ]\$.#ƗRgUc-5>d $,Kr:ik$,ϔpT4y3d7W(Wfar_!/ _7C R,6air#*|%4h.OɲchZb!PqQhոhl/]i<6cx \'.AG[ٮׄ%zB%HεlF[kM-̅T?xEjK(B"-La86ߪCڻAA%@Cx;YnNL4J<Q7>Y K *=GqqpVQ\N`E%$3D_Z3gWBpˍ3=:X__w?07070100000056000081a400000000000000000000000166b5f2bc000005c8000000000000000000000000000000000000002900000000./usr/share/man/man8/vfs_cacheprime.8.gzWmo6,IWrޜ7Qcy-$Jb-*IRbI>5aAsf>3aK~י]7P>6g 0geM5pm$M,^X[ JbLIny'̢Gvەs&VA4W0N+!h=TinECyWި a:z8=w'|}=sx3|dް2/)uϛƇip5q9.ex~fiy'<QZibQ c,{FKi$nr<LzJ}t0]XqL'V *03LpףTp䖗h}yl &p )XSZȔBh"%bY\y1Vd"iu,g*s!ArX p>\,A8Og!^<;b}ݻώ!Js-1@TRf8vw*ɧW-6#lH2װκ$]]f0LJ4O5TF{QDtk3𽷦HsҶ Ar]p7i*x I)D):]92K[D Rs$4P[ ,HQk ι T[*E76q ~D r -#jIqY>na9U#S7#tPaˊEۤhúdRReJ&htq̬tr*[U,S7uKWva[w`x o>͂MCs˦xi1օ&Q`4XzdugNIR-(Hܠ-!F#JI|Dݾ_ Q/*6f7x%H8.&aϛ`xn6Sn-( kIdݓFsh(󫳠Jf kqt f˗]Jpc^R영A/\ w?:hKk%0ؚێZE֡աGȬKM>IV)jF9rO zF:Ax?ك&#.x>f1WX B;w2׍icœ"8\mnP&05DŽ'41-B+Y92G}e2@K@ 0x il{2F lˇ`k8{C 4txN+#w'?ڞW#[;aمo ^$j,[X/`E󲤬z\v8my vuYE!HdPEWdnҞk ܒer ?#>-O8|~8`MCY(ۓ tAM&R~ӔmSŪgz>q+YYW6Wn "տ]-0[]-%jf䅊ϔzov%HV\Y#Ѡ@`j`:=g ?x4fYmLH=_Z^ÇP*AHh֢_$T;T(wI&U'|1ϧl8drn T`L[Pc\/Jό(Dtك%ޒFaWL&jUi[=0!Y Zkc/g_:BbUgNcT|a%̂k% lt9ɷ,~p- 'Wp}EcI3kyty3oܣLU:mB]aS{eP1pSy4uKK JPs&oQq;,QiG |rr%?b?@v#.S_- & $/( /~hny՝fA4@RΩ+ AiNFXv4(@e][%V^/Kid( P%q*/.͐$K7 Z L;3K>{e%529 ^E W.+CYN*[QI#k3#lj/c=/RyƚV_O= 0 ܤ2fF_L|М88c#dJ%W̐䑌)6:h%t& <ό^"%]%7+gt{vz+k Ն'(6h=#eUJVD ;Lwo$gݝ}= mAkPۨBgtNy:)~>v@Jߎñc<#J*" s izя#gMx$XJ5{ަhwVv87"͔LS,lzyΞK{]wnˮ;. />Bjn )sT3F{4͢Cv[eevgSHE/"!穁(AVe 3d t4B0'G'..:Lh@B&5UL)Qr'L51MN/iSIJ(4+è5ߌcj3zCsֹl[T9/xqZHU!v %QB|<0Yc0YGX'E=f =$l8*#m|BAU5bZ@C0⹜[Ts[]X`4y7\_`xz]t>pJ!y/0 +nZ&&1̱c6q^'(.(fin( -*c=)1>D167ɷa8&'dUI@DPI0r% _@[iN2LtK`A2kp2j=z]ڄnl׵4md+ ]gj]oXP"e'[Tu~p`uE %mO$ƴӲ=}SX|Ê!x_@/ab>~#*o.TqtԸ@8*׵K[N6XǸbzBW)ۣ{iV1F⸊WҪokEîZci&#(奞CUJKo ~r6`+%pff詤! [-.>5^+FkI/QNnO~TW(x^58Sӌ8(_+6'gxKq]s+x[>0>Zosn%sl=g`qfcڪ/(\:k]op;8lZu\R "H,ф.7VhUM5mJ~ hcFYhV Aο35!w{nלNGD%צj4` &IY*bLN%Dfͩ.(5ZJ1ըOe@K_g=8''`ÃȔDkmh di )ޘFV :H p^ǽ/H(} wQؓzw'G_D5[(rta?{:_G_fdށ [8-i _H 7_OZHM 4#57IUcȟ0D4Yp ź*p|Q}aK~C!@ITH<4 fWj||3" SӰmUdfBa tEM CՒXWha3_\CЭC(^FpyLNӀ"Lkhܖ#2lI[.~Ϡ pX; ON< dԠm&îVd^9BMAQ_[_N+b,scFhyGR#vcgln؀i<6&o-~͖JәC=u$M>veQzh3w'[;|.q{lauXPaT wu723+4EҧP{dT_TJEgTıH]\4;u~pB\\VҜP0 ը9. mA[EsV{D}[b޹]ܿ J$m pu ؁-"EbKH['Mx瞣>^O$)qdb=j\a#`W菮ɴVdNK.#SYXX*[UG!7 %Zo_]SХ0/;L7LAN0:3Fٵhl:C%1+g ^;\`o0ᇯC1;A{_;A8}ups`zް9j\I[^Ad:i4]F}o }aJnt$x4}G?^s8)Tvl&t+'~%fn.f~xxp)q6:+B W6y_aiaTJp /n/@[OZH+pF9M]2礞? .-)Ū*@w>5\f-\-> (;(Y=VgqPON&$''iY4S}_#B5Xtos| gќRVg~_%1%  VWǖ'ͧۇzN tGzRfiT%( b!4MVFsbe) Q_"$XxI2&H}@zVxug,\wlkj d zf8X0|=:L~Z:kJhߝIȇ8w&w'S5Uvnuwo~|l~ Iw&wKo-:9I,ZH#k|."tzmf*ڕA\jRE\Rm6S;g5ڰ#Jf^-Uɑ;8tSF-ڐږ:y:YvY; tE aFہ. VRc; @;onQ a4͆s2[@#kSa/R5}fD- @(j-2d[+jo?eAviM0쵖I-no-/};9&]Nwq?t~򲥸!?Mn%u[E}tW ğ6^YY@\ MS\crMÖCpF+KmE4mp+WxǾ{-7ݜ]L.uShzH_6-& K6Y0ɉcmڶm,nxH]b%4[a6~0@!HɂrY5H%cZa4cRr ̉Z%KҬ3Q5Us?Gʼ rI pm1؆"Ė"Uc oQ[?2D<{xwz>xѠ@`nb72 x2iNc"6\Pn"}^EHTZTRIҚFt6&9$gT4 5)܄dOfSҙϽ@bMG%qU%ǣ7iE%*uܷyjK< O$2#F9g˦KIif.$y`k]_`XioŋBV }Ԩ[%E! 8@ bE)4߅6D{p'qt0%1Woj9HHJ<+s䓇BK理zHE4tPpk١.5bB)a+sm$٣Q4YUvc\q&\މ7JPHvSQLE^f*$ zN=vm_L9B(Xbޤ^@ rT3t&b*G6eNHJIC` 9& R.@|qY ^p5Çy0el972S'WCB؅Y=fsq)*%A(( \, ¿B8,0Wj~&l3b\\Iqpk+J vh'Lkqdy8z>SMFB辭{eBEYEKzt7(*SS˹foZJ *F­H èős R/Hˮ[:16P Vd)eQ$Um2XK5] )Xz5KDe]dZDvK FJ 6YV7:HfiV{%quI!ߡ.}?TF?`xJ蘐"{W=ʐW Y}qcwX}mf8knަ&d\gXTsoJn봶5yw`"ݩJcm[] J/a};mv6gcYRM fLzn[aάk*cOdT)?S1LDp qu~SWt,GJ&#pMA8ysΚ5\TpJ9#.qA !b \ J5H 윮h^ֻ:5N m0|͏=[`=x Oyg>*qe O@hŪז+W;J:͉ZPڝ@S ZOF)_ k7n i&%o`,1 .A_$wLVL\C3K%XLL*%̋j*& ~urn北t] ᴣޅt/-yrB\pSmϏnS0MYԂ%h?bǂ:Ӫw~Q3.*6J[p섞ѧFi$r㧘p&}E0Tk\Vu[Rts \u~4ydbbsSo7GoݳҠ3V %.RnX"ݦ@Y7ke,z߮m 4BwA`fd:sg)n<<#* f»S wӖv:BkSAi3hh=B| g!%۳**J~l&jf9-^TpS*(0mAen,{q8qj=Sq4^S@1CkQڣ\-eW'e:P90I/lW5p" фĤӦ"{/O5 +g4j.d,[?.m^Kb'u&'i&뫄VA&MV9ȑj՗ҜD6*[θF\*8G[$Zc`,S[4Os48T[O(ʵRf ,6(K6Z>K.n[zGԒ9xw(lH~>QǁBݝ[šc{z]So։鉧(3;̷3ى[`=VLx OyH#> H͕>;6Gho&Y}%jf湚)%Dv!4Gnmy$j6%MߤDkΙ%Dq'vɊSbK Xx*=##+ >θ{~78MQDa[EC?h?=_2U,#k7{ h}=|>UԂ1}^f ҋ pUoS[yr`TP*mٔ n`l[Wʊ$*3~SΤt9 zGTkLVYΟBt2Ҕ Na m )G実x}|K"7owZHLY%,JZ.-HaS/eMHϗke,OlI]`S Xy>K@l5 W>^'pѤ?DpCx-7a*ly6P^\4R\.B+F78S[^ADWb|'ʙ5J-3aq<MC:6yVJ*rJi *u=ً3Lw{{E-x930,&jL59&&Jsړk*vEa 'PɄ֛v:M p\SXN6L4'i9N:%rf_k \SZ\ qפu0/ Ueyzi.2Zѷ3gIm*VTM+*o/;WoWбŔ\R{875LUo85Y{TTHٜ)W $'[4lto/8g$2`'ɸ vէq=iī"}ö5oTN FYvQԴs$Qs D&' hCJ' Aript\D/:DL7 jw޽>HKn"d4j?ogw[./A(H:oZ![N]^;Q9ҖMvƖI?n 25O+J t5(RGn! +DY+ E°-/\@E2GiHDu4/'rSQ*EbO E^]C {|_S`v_.[%+h:n8y[Fpsa3( q[rtLDpvdIH"L\˩A3 L,X!b.ɐ hn@"q͋h63S@*+<G͟yII_"xZ?x{}qxvu|f*.mʴFɩ!N%/ZQOvـ qAD [q!0aZ2!.(Sm2Q70fE17.x SXfQYϵ$h(Tܚ_G_zx"dΜ#,d"(j$ORIxj "Y~J.Gƨ L$fTiZZ̍%bgdUpYͽ 753*w95uB6dII MS]sO-ʐV#!&붯HČiJ۽BQp%A0 4, }FA5l霐&|*^1B;!S 1;UBWȚ!dnlp;H8dE)}E]^ tK*/Sg T+~biz{o)_l&|LxfB*kM.#m*2"[e"ה+,_DHz-Ψ9=:E&2XݧѯH=>cqH/h XI+J߸c+b sUz|Mb<2d;`H?o=k('UJ !fZ}"玅pᘦa@8:mEV»b82}?TdžXTov7"!YYuȏ걟Un Qԑ*hp)pwPJ!y G:lp^Q]g ޠj%=Q$uS,nb,m}@"z^VO]ǝ;ۋ=_{Wo&$^;ó|#Ts%ɔX3r%lY%cVm/V3-)/^z~(moW\B_E$ a ~y=ZIۛ^lOJOBdLŻ#rgS=)!xT/Ϟ4IaRdnI LtAK淖uzyjf2MW5zJ:3+wJzmt!1?1֜HV[ ̢(,0?Ma7fw ۾9]$ MabF#D a^ES0/d̃ɀ[9VWȀK}ͤ@al#[H 領+u,wi]5@dhAX?2tR/#MDt`%WsH 2)}#krNB}(9r:r _ѢKBf% <X%Ǔ] o֋A:':2@ed>hz$$DW^;AK 3٨3gؒ| bQDqޓ457یm Fw*l6|5^sh*IBDs¦ܦ\ uzc]g9t!qvL4۫QR6$ȋ9^Fsc=LLnQ>Z-ZG@ |Y<}CYIa2==$;= &~'Y~dQzNoijs~kJ}XA*S aigUZak@Kfcqh}+ɱ*(uƒb3:Q8b=D\%_e=F`\JT\0_qŁBanz+ip56]NG4auO!HvЁxLl0UP+eU:੒꘨aLl'ae l&#mbSbd0KWPED!9`ҐgʖY 2! TX8 |#LC)$Vɴ`^C^3pjʙܓ!LMsUadJyf^[bN5`-jUY{GO)Grq1+pB/Ԓhw^\\¬H7o3죽Y>r tV7fӢW|\oO~ -LPM=aGޏ*EngrzwE9,P_Kȴyt6i8YVϾL(oAcX}{>%3lKO <2,DbfZ.ޠ@T63cRYq@Dto7v[op Qx`JA05 }(0Oy;~{OUpZJÿ}s >df\|Q+%ϲJ=EP`46\kXL"ŵQGW*uHuK_2c|zЭh؊t!lƸN%}֧0dqmR,2PQ2oLeTjlsAöUfק#`' -0e3eG1ٜ[ȑ+aGnJmlqIWD>;69Ew-&cg߮ T3 wh{̍^WYkU EJ]+qZoE+c~/ _|ϗܡ%ohۡC!K E;T(خh:} uҚr3B9: vxz~vq9]e]1LL*D/.jSg$l"RV*]\^ .%Vb~|)Fg$R0#GQɷZtVtጃi)xyFlL{{TS(C#`%UK7ݘJ&'<,"g.~&~uW)Wa&Wut:R4܏!^~h_j6Hb݁mq) qxiPcc0c#h_(gTk /#d@ֽ!~\ N>a×Ɨܩ |xq眠K1AZb́; Ú|X0ƝYqX޸xk? e \sjPwUUÅSa8q#8;VqJbZJm:Ά킥.i3&y:r(;|rIrJ3TǮ6hA)"]F#MGhcx4}[6 UstCi8R\Zᴲ?N(#ݓ+nqvVig9iXUY/cآ[NluC\$ 5DDvbF/Tse/DLtjZ|)Th[z .QQF H g߿-̅Ur4GO˧|ӆ(rwyHyV [J83#n،}3[#‹yM:|Sѻ9*t5;4"Ku}@)i$Cz>=ɶbgޢq oFt3?7::I_b 5Jb%5]Afb ?&&pܱo溣vn^@fQsСuJCjq깿{8Iv{Ap4 c&c: *X_Rɚ' s|T4$8C^_T_{A z]-w}wfx5;/9g s.Ớ|6eU%qMKfV!qneJj yRl%J& ~x*|U tZ)uөzFF0?aUod{TA|\I |$4cm/^]mR`CiaP.+n"2,97F'K'Jj1 Fj? md"#<&3S"1lLYQ#1SOꆏ5{ws=^pCweϟJ~m6ՑY.,2pZ]flX Hl<XlʩfLkwwseLj+oO %$1NjRi /FΔKgHc3H#t1ٴ ["4IQ%ϓMmKzaRBلKeGwN!N=:`lZ_p%QힶA"Mo$A ~pS"}8F|b燝o' C5$24I^`(MX-i<{ةunon^xYculQ5pmѝt'[:_'}v0/Lɖ^FL"vYSYX2{zg2Ji'p 繴.&)ߝOy6vvE3y"!b2]O @rqh u|)[ENK n8>(M2oL^CR+u3 n:J,1Kn \(uel)rm;)vF9nºDJ`7,J#綘T![L˹T<钻}IawTX3')%X<XӡIbNjMTE@IU"U ߾w'˶/+x<>޽{9yDZ(hKGi*#.*+RR =!G. PJ:_7*eM4]nRa0[l |9okU~>0$EtPAIʤpm#-ՍYTo3? ;?/"DMh$'-% =]yyrqZ\chU(KL"xEd,ң({cYrlȶIz l6J){.j{)32%m'Y=MD r\TK'x뤅cIBIpZw%{G"\LR:M*x_KBmZG"M0C\V?;A#u!PJ $1=Zk9*!ʴ[-αmke.h\FiQup6JBуb 2 Zj#X%q[{JN/j`A9 7]:y6T X6t);UJL%e+ r4Db˭_>$G8a -X6@ bK9{zNɦ-S$ΖwE 1q1r߸;}:R{QAۇ sޱ;GIʋA.vB>Eޒ2foY *AvOgWNf\*t?0x]`[of)=ː:L6([| Ǹl%aZ D֔ڄ_\p6 2uռÄ'hVjOAŮ.{HUUtv@F (3&20q;C8~TҢ,4/ (쫓L鱷~~/-"ƒk0k9v}pؑ?ci쁈})ݶ+1h4*V@M6`o,P)ܓ7hX@C] f:mVJsZڬeixi%E{Qd&UT3 ^>F,n,< i<<; r;}z'z>wҚ~E8" ]O~k2NAB%&V0M>%1raBf3ot>:},͸׉s\E?"M1o/UyԵkυQ(AtLMwGϚHE5$4%А Y} SdSPUNy]'kߌ,eqS$= j( % dҟ-!\n/L==13Bt*hI<&=mze(+x!R2n8\@,f(#c |CUHw|9 fi>w9SDH *"5D镲Ȣtqa$3X#ۛʶ3>icgOz ؏.ٕ[_.o^^kI,^ ɐ{Zaj솆7$-B &Bf7{D,%K2Z`= ; j -))m c8,h96(VȎNvpS[Ph:E+ {KD+> |ݳV̭z}7sVP :ӷe K-WC-Iug*=Un V0S0f I֦P~)]Ui|lX*a7腽nȊƲ1J TS42!0(~!K0׋F#u~x0ݎZDL悛M{:~n/拷77u3ca0]$PGK8c *$-[e3zGJ(I+p<J`QsYDgAaKZe"<> {Ai0 }߭=WA,|j` Chy7{4eLXe.(7$ `nHϗXiCBX2 %9ؾ|BA<6\N x}X+V*r/M(_L/gkPhUI HPO'܂D`[F3џh!ϯ!pP9H^4fz5Z*(&ڂG{qvjp3wHs +yi I`. %J"Uc,؎`\DՃ̓z>^7VS'fXi\j@.Olairq5#+F~3!KMƹ507&Y[۱f87mN)8ciw^w2bb<~ %ŕQZK誌PHC?iNn|gq{9t| -tNY#SiR6P&מ?t48={k!jT4q{ sR^O`tΡХe3!]UX㧪rYebۙe;-u Nt_4Bu!<`=˚˫ bJZHt3kJqX6eq*KeHDT,ŋ 9+S@+Y Y0/dp9`O 0/#!lA_Jaz?1DRp}`p(Dbbr/a1~q b?=ӫ^Vigxx=^]ko  qZSJ :;C(L'?xM廆yhjp x$1:ܟHSq 8[z8|SpbGAk~s]~t!#s5`Fb<{n1GgQָ%腂H Gw[π)|4<7E^B"bK(%s6;qH&F  u'K)FhDd-RҞ.NচN6х*^UgS]خ4#vF ާmi#D$&QJSt7&E߰x/LV]M~Z' Ŷc61Z `g4@sRuOu;mzeb.99 UBfbu 3M.# }Leڥ*Gi<w@FCѴG7tԩ@Ƚ/ԙlgzv{Nz<ФIj&j^g w=a*֥ cs2%n*(T mҼ ]̙=+71BQ5MǢ j1'. Fcw,/Hu9 MY4Sj#]= uq(%Mc tk"c;;GMsN;q§N:h]#ӷ F7ubn++dNe鐇]pT%M D\J89>Qq*M8 tAVAQj*`D.0D QOzG[ 7D؍p27g3rI pe1؆v"Ć"Uc oQ.j-+>9`;eK܊->[@ ?ί&\XFwujq=|!k@F/YEB|c:p,~ 8x0Y3qX,a\rc)2eV)aDLs ~:8= 0IGq9>FaWE#?>kP悛-{ :.hvsBߧ額L6] 􇒠Sx}'&xG[ FҖ%\pc,a~jI)&I_w 59Ӌ/WRrMXFW<dʔ#rO AϾy> {;mA )f2Kf-CܰD @eB6g|>KX|KPRx>KA 7>Lp# g!UxxvgqXH2N#i:d":WSW{1+__\чh:Md3z fR5U*-Y9 8^gjnؤ5zjƽy35Ƒ)F- Dv['zm.8eQZdeVsXNw.RvKZ[J0M LNREI. k4 {C٬BTJjrf$D2.D%?t켺MGL/+P ,pS\5nbi4s?oaipD=aOiK{"@BWTd<q6B~DqGJB;/|.O,z Ȓ/Dm6N~q7󖞂-nTE:(͉c*̮ɔ -"ںAl |ePW0< |?!iE,DSJsdcRl4p x٬QKѹܿf!ێ aBhs%L$`$LX)e֏ލde7RR8D/?'4t\LJgj1q{ݎM4̖MZZ+`NYmtv4#BW"?:YQ\(fXBΘ6S*#b"I{Nk^GN;ݽN;w޶vZgO/֊ON+BZO?^kËA;[g^X?jߠ?l> ɺW_^cz%%YSH҉ʕuU<藗R#dRˉeʴ<pʏ2ԕlgiilwvڅM;Nwce4ZO4Z2(n>z@Z(rG) \R6fR{@t2weJT!b~@N\& QJls%b Gg6ꝍh8:7R3DzזxVŒJ[OHIˑ 1KG\HWD2D _g׏b-d&V-=9W5kLYPa _SQ:2 8yay`csVIbiLXj˄k}(6W@*\ҵr]ɒT]2O*e!PM}4 J`ER{WaR춯Xd ,))E1,LEnNd+' 6٩*lG>l^8,n2sqRNzl`HD &fafWh?-o}އy97:"m8 /IDl:%E~P,H;naU4.e*o mԄsH|e X2M vXH95@kf7 J 8'Tn1lRM|dAot/ZS,uӾem}նPի6&bЯT9*Man @G=JUҵ)/yԪ<FIg12p]'C.oTITBle@}"T _ް +ݩ.sNMKEViodN$o +$Bag(ĩWzZfAw3w1|}p p㠥mJ d83D)/\9Cv| `^7y `a-U_HH[t{/՜??-z[lMVK[ zFXgA]|]&}WP}{pξ[ K7W`ׄwVHYKK-S?UmB^(zI5 t]L;./*<ёKyMRũs //5\S~¤| % kDŨP|3WG>QKͷuWPMuy Խ79ӉԱ.&I)My?bGV}w.*S( VǃA,};Bp, `'[\2Y3q X,a\rc UJij1=Ϲw~qzK;pWG: &m$sM^{ z~ ?G]z;=oz]#Gn]k54^^)f\"U"TJ[sO㥫΍b̙?u3tR) [AUQ"`gP<]ߍ=SM??50 &(:^xDbja!Sdr?#D B MAz,ƾ'mnԽs(Y(ι%bY Yp9nZ4l{Wpa2 =7f J}ˆYi ZwvY4Dƣ]|˺i*k*jb Iw wU!wy:n/yQ6͸۟ݍ(!MXM矓Is匭, ,%O ͓9_u:z?Zu\[6NfQv|E`ichKǘzNطȌ@לZ׎8\J&i׶)jzc=jND~@1~st_2ʪ9WXΘFZ4 暥4z4PlsCjD4Ǧ/:?@frSw؎NN( x*.$%L/pڹNFr;nq2^їY2括:ӎ8އ?9M/>4̇zB z[kiSL@вD2,7+ЦNg>.E:ng•*zC n&f88MY 2%ӔA3]{.!nna ]qhx=h ՅTE&YT *G$|kk Oyܦ.KS%S`ɞgrr>7Ÿ. XL/L@=\=agO )jcBk˜ ˤ|ή N;2J]Ußvǩ_-gStu,rz2)42 Sۤ0=[wG{Aj7VyBvaӏ* R{ h{:lʳZmM}I쏱4KN""Yeͧ50_W -݆*cY^)~K[3>mX|cSY5[#Љ|x,M m yr0qOϒJ ns#*U3&k:%LY`a-awYgl𙜙l }\5Hϻ{RVͨ^oy?N..KKTCǎ+);-5L묐+>)緰ip!)[Hʷ5"uD!ߋMQ鐤|r1䊙yJ>3=#^vȎ(s䣏WwLNYbq$KKT Z/_ kJEf4%K8w*bx3.G{*g.P$eض!EAZUք׎Bw8f![DŽrUwGfϡ6SDB_B4y *b1- a g -H@f@Y)&ax+: c`,Eʳfœ~Ct-k8$b>ȇvRHkYZ:Oo®F +q9=g`AU,F0([T6{0a9@,rU"t3eFJT/;ool.rwz8=]45pm;2MNS$[z"x;5Z -5k6`Jӑ0CF58r]u]^-wiuA벍0_Ej@wixiꂻ䄭x;ɴ[Ga=pˡ FXN:y Ïf`MѱU#j8nȣKmbJӱ v``6yn ܳ'YTƠF)6ynd!W3hO'[6->kǺ`n$r0]HsHDVK{#ami ~Knًqvm-TmgԼd QAG[pR(~pLQU}bɦc ̗؅ MV]bqؚwqM= \x𼛾sdU"\沂c\ILk 6NsSSKzqߠlǾQ0scձcI&(xnПOBTNι㐌qC3)** >~^^_|t c<}OX%n,ƍt`֍۶>+)2im՟Fןfyј{S#!R[i|sI]d'4:A7x9;~MkdZRl~ԃWcfd3 p_[!)3.=^Xza"݁ {4ڼkAf [)ezӳY;eԲ)G&~mW5|G[fR:KVf?3ʓ 1 M}-_kh$T ^^wڙ]¥uaR(dhBΘܮHCSW1 :w_r᱿: ,9= ^>M{o/n:bnc=ϕxg& φˏ7Wz{x4p9X @\pF2UZ5TNTܒtw? .Kf)}S} DYf_Tqn sE>W&MU?v{TI?'?4m˼FiD*sJ7("QVrIٲ̤nu`:Mm9 CL+MF/7N//)4~ڔ%~1{#|Oo(,QiXs%5ᔒr ?]\^!*슢VD[5K!3jz|h4Oϯ8wuM3e DIjOڋז'J_xVN64Gc{Z7.ppܪBbK'*5rxnUqc'}Dp%)e/w l:"WiAU CyҪCwWkW>u" v=2;?>vD%!ݲABk!zTQ沀~MhMܝ[I\Auɰ%a`WL’Z;.Ӗ`X`)Q2T*Y&48 3OP͖c};sh J P@͓ DZf XI^F Zw*SF_ ʿNQ>832E,MQb-2YϿ=ߖK jyQY۟(F^&!z9 D7,Ճl,A7$7+i2Y ;\yAcAXn^L=aڼx7k'7/ǒ0fZ,*%u2\(5Rð𜠾w_x B''Pvu1:MC|~n9s. Ky=T=`6nY1NލIrU-`<u!#Ώ|~޳H -A ;wM n{⡦[up@bԘ?9VL䵋wo5o_x dV~=Rݛ -1mw1&R@4t]>@ sQ\fyF[дR\9Ӥ9N,"N.{N;7*+ jҩcj ۠l^[WklJ"l[HGtȱ]Cr#uMGqx<0O36'65f}w=8O/~~q֤/ɿ@ ۏC?TR fR\Oe&[Vj2-禛䪫yo^#@$t窤缘--2 {K3?<<aK܆eMHYxxq//;4 `-uRTො3IğIzfcJi@SƱ:R`:Tܡ\ʌx39+ ;{X3:*ԇԵY^\j(2.<ː_K.^*t9_T\㐳p{P>?Mi03ݜ>x$U n!g cd?6氃Nwxmoy= tCir\4~aQ+v'x̤1L5exK 6NdF!A CyW,Ľf {R9/ xT ->:IW v+ et|J6][B+kӔ}+A~[4\ $sIf¢fPZ'"_لx{nY 6-m8\\`r-XpYNb4e\و2A@Rt29+L9ŅY( qъh珗$"CՅ5aG1EȟBtR|T"5&DÀ[$4BYۜ4J@A (_  H,DZs3D1 HգyD D)lkv$a tST;Tz t5A >f[a~lG CXU嘭<ŲBB \B]Ym釈ڈ9ʽ̹Nq|(>XR\KG[фf葼m 1 Ng1,BN8&;`DcQx[#Ŕۊ9ZLDxQf>s6U-8CxwRe3xv:# l<9ggtrX~@D:$zn p^sܵ#ʿ]|>_^ Ǟ_\BPoR<,},a-Ҝp 24C>RVx%0YJ篨VMGB`_r>2AXD7y?GI2P6={iiҩCIc6~N+}#Qay:( Q. KF)tB6:S#QPPB"!n}Bd&;saC,j |{VM TXxG>V̷ERg 15QsUio.Xh2QL<3XMlZzhK*)w:3yZW)ݡQAVgչ!4;!TqL)A7/k׉ xhQ_XE!JͨZZ= ?9tMAclY|M8W(O#ckA5x=mnŸF4e |NNgpu qIOއ5 wq޶}6g0P*<j@ _ L6| E݌ A}S6f h:jvBP7gV!`ӁC}_ .O_!1 7|ZלKL|rT-4k,w 5/GgAZ-G| Ū$P*/N^'/D*]玏аa7ZbeyHJSbtV5M\YSa)jUL"C cg 4lvSl?]s)ֵ , dzq0A97H7r9`ap_0–F> -qX7 3,b•x쉺ڦ7 i(_b/TP"[FISUkq%=F;nyV '<şn}Ȝ8aO^]x*5Tp(K^ |q*J4=V@C^ -l%LO*纋%Ed78-=Dqy}`u (ʈԃ7uaJT i!oG=oCP$9RΚ8\:N&j R#|MfwբbΗF;Xa@Vy=5U-`/n.%\ Je!mm:gY28mĘTzRu{@4iO8m{꿙u^Rc^! qrx-g[!h fO4-c]X۰pу/RE`m_U/v5u g;Ycyθg󅭺K!b\ i)2މ,HEU?\ԩ뇲*&?JX2Z8K}(HkD~va 7mn]ZP}lxp4CԿd±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 {Ǎ+1'cwWoMiuw;UaRT\Ē-Rem[lj`[@[S6|vW]4wI҈b K16at+W&ߦY)w,0$VzlS7$-I5hq!>s/!t9d.QyE34{wA/m~@#6V`߶ufJ#<ݏ\P] OiGwtN1+ҥF4ָ__TDZgQjW&KwM"^sx݄޼'廀$ʿXRb?X1 dt5xی.T髤wl\d&"ysOǂ/}!'!?Vd !$UynDDFu8a5X9n64 LK$=w|xZtטp.PlhצP\jD0Bv||>p%\(bQ6Z$iG>yдR6a 03k\+bDɌuE3S2݁ʒsAR`rM䙂%9DQWFnKG^Tuh=OZP־@'^kEp ڌοBiQ'"9i9SZE{.HdHH @Kͷs lXMtb %"=ҁ$qDՠ M]Ig8S`Lbtyh0]E8R8ti{W׆$Ir-:IPb]wHMk8id$GtMJc=%cd ?KI18(er5t4[>zPvl k[aRt""ce5zZc^e1Ak+ݖ Tm~;E@7%m~]\3cS.;Jƭs7?4N`dZ@Ā_ jwvņ"7$Wpp_$m.ZsI3>Ov"TzݝӢ,Ѷ[ύ=OagavS/NCVx>yn3c~%Kvs_s~?3NF.4ϝ9p.<3x?;BWBBv0RKI3YڣlJBb 1:xGNgx0^a!(߿>;n_ ]T i#](MNj.# knE=I&?dd'( %c.53 X/fRI<BMO dV.p&-GW'(E¾\.? /sJిp`08xSY*e_!_{OH2E<.RO"N|]Q@"=[eZuWd<ӏ`ZE"a^ۛf t8~4˧RSy G;-^dFqTJ 9rU;d0[C{L8psURǗ11$ oD~(~;O/ooxܛΥbXLЪփə{I~s|EU#1Ms]mIO6qzxB0f)3 %>mqa޳gI~)ŧxu@޳^rGTeyk0rwA&QiwąEŨT(3s;~͕G.Z,\kt'NU!hH0JhcHQ"vRyY78A"i IoPBkFPP39JQ]omR*f2P(dA# Uvu6ua sk, nё@wcZlki#TS 6bRaV6^77W]Tj2xrnkɕ;$wPaX3⫪$>E}Eɔ.]c< V.z NC4D b6+ZOi%1|P#sug!{ln_ yMGO%(TYbKSSiV'F&ˣV[ګ6澯7u#EhA>R<,GS|KUުh5Hf^i`Sب K&I*]Uh穃Ų,`jeVRmA9eDE 7&MQ,8ےx~Q8JX& +{VcN8;trVmX!*ڢ$Tc/}GJNfZ[w{CuhŻ"9=T(]QRu.3V)tlEWIzF6c:3|/!NUNVp)U.5k] \-U+z D#(劈37J`!nbk(jABR, 1a2z}erz8 2^i&F DƙcǍ.&ތ,@~C(6@BqxFyc2AAɂB)+M34cQZ,L ]2"\Yeot::z3DmZr]AV4AxPy#QEM_ /Ky^RYDk&=H"KN!ߔ9+ۧZiUCIo8M5ʘ)qI|m'Sx;F40Q"J&WAy!0+L_B!ۂ+B kZa($Dh {YjJd $ĝ1xݍ[ WJͲq]Ld6ŕL9q:y 1NJ)SPJL2R^сjeѧpHeE@?_9CR< ~CbcH$mUFl+ZZnV2Q^Zݱ)kKYGQ-ɀfag8]8"cgNt6!sZ53Ӳ ,[iָʰ̖ |vET.qk`cwctLhE5 cdExC5Bft7BI3Gx\pPTAo׌jxp Ӆk8|旁!1b2IE'\[}4C\\/ymCh)I4 r+8SeyR2kbU$Xy7iK|Tt QŒrnaFPx~R.ٰFUDJ*7I(+i IkҬdϸq8>it OF\SUH|HP[ tvT8B{yz9.w@B}fͬ7 a%?\[sV[fm2[. d N]r|>3+-rkfPώ)v))8nb) k~?ӳ),CkR4d`j匩C򒢬J7sLj-4M=H)`k.lwng|l p;xpujjs|Լas\ SAS_8}$HLn@Wgxzy4P.9Ul*K2'yN'fnŒOS} ĚpY!nxk(`_`0 S1R) E(dV˫OZH-etFIO?bnp\$'c켸BRg ՖttGƍ4l< L#,ǰ Pe%4Ny 6~~"Cbg@`ʍ0j+OE%TڣK8ڭC\e<#g-f[g/RAai3t1d1Ɩ6Fw4-/XUcR1k1ESD\@E+f"qq?`Qyaik7 Uf5QS8%}8j_Jq.>9k;0Юn R7 +m\΍}z|G$Jip 7XnѢ* Z$w~(/k2`hX>vX;]Sa%?yjuiQms]'9؜Conz~3Z}vo$yWZ%v)9F﹵`xI};p, Ap[bf¥QR%E XPUJBV<_ýLXh'G%Gq9߅=%SY26V&מ?=7۰Ƈz+0"t$x$=g|g/T(FJ]Y6R%[Zg/EȬΌ`U68 M 5~jΪ8s>m!Y  ɂ ?i<"3;%ylPܽyBn!)TWV M$°/˜+HWXk%,ǛS 2@+||4\.t|=p:LC8ŌףqEL]q(e07k>Qax)ҵKlF)E ~~ b'}EV5V4Lz\@B'5JVY)q ON]rgD@Zvc\59S1oBjQ3 R HSˇMΜ :FV;kŔE+^0`:PLHTqKGגUr p4\4QJ[7_"ΛݢdOd wn,;U豣xf;Tcuhe"X%EަU@RƲu `o.޾ֈҦGg4]ԝ &ߥ?bVKVͩVN!IC|S⁗'!t מwl0~HO/0\//u'jVAbMh ɖV]FZd2hGe'RFѫQ4G/7+LLC6 XLUJiZ ' kr/p2 'Ḙ>0/LJQO>$P%0~ut}>cjYEbY nj7) >Oy|=p2K0xEi'N)c,AOga>W? 8KҖ\pc۲|H{$o+s&Ca49l[ քl:Ӌ⨶UZ%FTQB\rL7vٷ D5fvY4hBtìz7,zY ~5|ѵ.+XNK X!+@t+ bMl[kLw52f ce|R3  Mon+t z Ǥ#糟 O8꾕wY~ЧqfIZY쟬?^KRTBV>S.^iB]5sѺ%#ȢmK2$/"cBs@%~%*1'IEq:=[^ o8TwI AiNJLҮn5 nZwH#--4ibTWj^T(kPD-ArwGn5EsKbs%ssԩL;n=+=7%Dwc[pnኂm泚Wa(kV^BnڎPe%i6؆hrU"%HW;dn,sbY"J{l>si+qFwmkok%[[!Ȗl@FdVjK$hu:{{zĮ+aJ!;Ҕҷ˳шlv):gNEF0:|ٹde%kcEMc^K%exBVlD6$^0z<OixOGbO( w$P'a47eŪ)r/ht25>' {;.zүs'pG' Zӹȥdt-hB6ҟ8Y XHBS ĚPgMV;1*m]F9 =FQnk&=\d q&%wg.He+=P' Mm?#3vBf2EiV^SY*ƈNi>.MX23fT3'^dLiEfJЩJ&Kt:0` 9 u_wǝݧ*J`4I/ιJg@BSY h>yxOŤIUi~:| ?>H| #Cwhn*OK`Dɜ,4QL=rc gq9Q혍9mYL:/^zVת=E::B& hVi'Wn{cB a{Bڱ"$<_mYojH4YBLD9՚Y\qHLlE2k4Oxdhv $XIN DlSMcU zKrzu9_H0 Gɾϗfc-EQ$ *B`U?.A|qMAHJBWHy!+yz4u׍Q_jL.2fH5$q u1q-,`"?b:sJ"d%(Mt3 "tR)d@6K&a Ki4jbT 6}~KxKAucB '":neDu:BPTf1G'iGs|H:9<⃇WOWLk6'oc5q/^@oIwg?z<@0{.G_s8\(KJR![uu?aI빍8H$-g:3Y!8(\)s󜈈_G8>iGxw3'SHi1<0 5dt=vf#({N[0 J]"fP\@k߸O& -̖{3ث}8P[ɻ̈́v@JkU8йؽYzngkFOwsm) CPe}~U0J{7O ΃-romzx Lq`^(+%*eJ6Vyl㾁>  5qK0+Nx@EwҹTKN'%5*J+ؠS`kDuȼuj.tȘ:7;d* _@6P{ȍ.` dOQ6ŸG6\z f5e Ʒ$~64Jd}rBxy:ً@~Gi<]Ǥ (~ ]ZQ3S+W77_׾br"Wp0}g핸zѷ>MQc]OJ{ Fhcm׻~ͮm GTba7|ޭt6907+peVd6J^{?PfYR_sr] 45pk$[JYvy<*[ehP~N%,a7܏_+L6LC6k5XLH*%LoFg$apM8- G^>zs"?;(}Hn.0xMЅNt.>C ~G{y'Xp`TTڲܮئ(1ҿ?{y/]{,҄9.80[P) KuⰲZ"zkSFQwBR f߂Eۭg-A 9 Sf-3ȹa PJߐA(/Yۮ,w/,,L\b,4\.r_!gNY /+LB}9AzP++-WP"G nKLFt j+ƹBi-Ol:?\҆4W *omzZ2mANxgl{pt[nmϔŋC>s 0S. CDSK "#ΔA[p fI jřb1 kbAK%ϒdQka=xeh.,K~ \QzF[ߓ*w)2s1xpnI1{pC:=6g%,?˕+wN}.[Hb$g >JĬ*UNH"{+OOp#r B:=A "Q<nVuAj¢)Ov ǟ)DR'˔i|4)>qӸ}E=1;AhHHN;ҳ"%-ήߦ"4MZ={:dAV߫AMÂoď莅O,ٜYRNbtxrq+fR(4tǢp]/%TUN"N-®*rhSN䯐2*m[j,s+k(֏- |vuJK\5 ]as;Z.isn6}W $ZN6۰uPH""KCv` X0!rngÓEF,Xyì-O°n/6G脟Vhw;*uwzy |![&GVF/M2!MߤB%@U/΃˽䉩b!/RdBVki%9X0 _ F~&|x /w}]~\ Le5XeRm{~|?>E_8?w\7-v?F >Ns4?:/S.J]Y)xHRg|]eA0.jyXgnZbU:M np+LAwc! ugs7XoQҠ)TWY#°D"2G4kmHŲmSXФAbj`U&h%g8ȣ)|$ObpGp?ñDt'ӸFXtVVEőCH Cs6 t=DtgX,vA'_K oי܍Y0lŹ0@5JVYЩfoG7t~::L-,L}?|%4H7L.ԆiL4g`e\Gԥ#'[0(Wh^"u0-_F7m ;}Pga|. +pWC͂RVé.Hut>}5.&9Q不L\ {Otkܽ\Fv@U(eP[G݂JF-+lN!PJ\J]o+([:Ү5BHVl֬} VPdba 8ow8Q/:zIɔWǟlmf" YZ