samba-4.7.11+git.186.d75219614c3-lp150.3.18.2<>,]뢸/=„IAޱJ[U) 8Nт(S57B|2Tk؀ 2nXA=œPYD̑M-)GvH̨r翐ۅ >A>LD?4d# 0 b  .LciqH${{ { |{ h{ 8#{ 8{:{<{??{AAC[(\8\9_H:j=>?@BFG{H{I{X,Y8Z[\{]{^Gbcd8e=f@lBuX{vD7w{xl{yXXzŸ0Csamba4.7.11+git.186.d75219614c3lp150.3.18.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.]obs-arm-76openSUSE Leap 15.0openSUSEGPL-3.0+http://bugs.opensuse.orgProductivity/Networking/Sambahttps://www.samba.org/linuxaarch64getent group ntadmin >/dev/null || groupadd -g 71 -o -r ntadmin || : test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in nmb.service smb.service samba-ad-dc.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in nmb.service smb.service samba-ad-dc.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-samba-update-$service-new-in-upgrade" fi done for service in nmb.service smb.service samba-ad-dc.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi # bsc#1088574; bsc#1071090; bsc#1065551; bsc#1094881 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset nmb.service smb.service samba-ad-dc.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in nmb.service smb.service samba-ad-dc.service ; do if [ ! -e "/run/rpm-samba-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in nmb.service smb.service samba-ad-dc.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/samba.conf PNAME=samba SUBPNAME= 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 samba-ad-dc.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 samba-ad-dc.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nmb.service smb.service samba-ad-dc.service ) || : fi else # package uninstall for service in nmb.service smb.service samba-ad-dc.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi!!{uI(hhh 0 0   0          8   8 8        0     0     8   h (m^f7E~E!aSfV:{JJ tA큤큤AAAAAA큤AAAAAAAAAAAA]/]/]/]/]/]/]/]/]?]Ԩ]Ԩ]Ԩ]E]C]C]C]C]B]D]B]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]E]/]/]E]/]t]o]Y]l]y]y]{]|]~]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]/]/]/]/]B]B]B]B]B]B]B]B]B]B]B08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69e2a578b63978d4658a4982a6cd6cdc8b123eb297be639937a6febed1ab696868d539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d89fb93556718cc633fae6ccce8eae818e2b02ac36fd71827d7cd48c4bcad76a544a7ec1dce9210f4091063dae4c37f2d4eb3d2958646790a54593ee1d5fd389f990bc23f3b2735be83b8c970f79b7b80fa1b94a71b24b16af39706b1d8fc8b800538c15d4998d8c45fceee585a4f29e78227a974407fa5e0255c5cf644249db4e7c1782cb4ce5237285c381728cf3082ce59b2c2e7554b01f5517149762768ae244e23e62630d9c11084e2a0334940b9607fb021ff6edb79683467697b24f53e8f53524f73f48a5f9d794844e335d4e215827414777c97b6958a344b905f1faca091ff8952071b5ba3c6619b1faf01de1a389bf3224820f81d5206dab775fbaaf36de8aed5516f58a1880f55c5c1e42dd53232634e1c58faa469510512ce605473408ff9e2dc6ef7697f9b04a2b38203adacbc71b8668153b545751e43e7633833b1816a8ff402bad4808367a50094786d6b935984588c76b9c57672745b33963e0121d3d3241d5fd397768870f02fa441f5b6cd3031e3839f82d5c356322a5deccf3bb50bcaa09296feca30d94ad6b01e0accd3818f06d5d18198856468eb9a5cac34fef44e4a74baff2891cbdb94a2ecc53a74088249ed3ae35ccfa4bfdf231d337700b7bd5297c96a2654da7576b4a0ffa25e53f6c2890ced19b874bb15bae0d1df299c21a562324af3e613d9a666d34cfc0f74667becdf9e13cb6095bd3b50a7a82ae99a3feacca3a055b31e882c88314050f7f054ea9ec07644679737ab99eb94a6ecef610f9f7030b88533852fb8f67eecba28f6529c2d805be5cb37904f2ee0e3b39808b8f0260fa6ad83c55c770dcea23f0b39fc7a9ffc3666546b7b4e4e37b1cf81f1b31c1b9999e20d438a1eb5b549f23b03897a6cde38cb9f8fde3ea496823b3ff4c7d1fa1f560530808a2fd11097c301bdc582b69eaa2ebfc0bfb32ac7143b98ee770ed035a84167dc6bee3fd38a46a9b01d0e9b90f0fbaf71d0c4b76929aa9b14196e5fa5bc0d45dfa2dcc9d5226e166553f4bcdbdbc1f1573c1aa50ee806504342571dbe08d63fdf246d305a960a0c5edb669704e486c08da9e5255806bd18c90df9bf2f26976279b1b9befae01f8ebff105bfbdd3a987221cd4ceedf5c3a1f261c748ec5b7ef06dbfb134b2792825a785d5c45f5a219461c565a9b2b797bb4b713186da515afbf72a3949e7e96c5432143312103111bdea0df019fc989b50296861ecf5f2255dcfd54bef701990b2aa06ca7a089930d549885337a72e4568614ab04ee8d81fa7d438cd2532d24051af15ff60676f1e2adf8f732e0912af6d4f60ce15621a64cc01742358b8e121959bedd182a1379272d5035233497fd3479ffc6909a904023c8e58814edef84115c42f8b1a311baa662e9b072dcbfd496a811d58d216d97c18aa9fa03024f3fa274aa028adc3860a7a85dd530e852a08c1fe95036d8cb795762f64d2a365a911535148ba850a24f4ee2118b8a8289316d2a0055bf98e47c3a00989b58d15e1db863ec91eea1895f055678cf54eb135973372c104ae5df32eb1df4b6f23cd8fa433dde5ac0d9bf9fd330aeafc583c896f5f3ca353d179434550a89cca7e1b994c6b955be63079925461082fd36cb27d659277dcc6b9ae35ea9c2dd545b298f96966c4106789820a19e574e1e6ae4d70668db800cb1d4707d2797ab8699ef9bc44631acf0e7b7f8496b8945887021e0d0825181ed2e14fecb480e4378e2821b448ec341288e539c381f81bb619a2403071bfdf8539a3a099e561197bd480ff4f3663d666138f889c756be53e87f4f69da58ace7bfaa2d58d64e2b594509e92583857a1cdc2f228553c1707c793a5bd24b40012a0f770ddd9e3f20eff654aa982f986cbd2b3719f941f523e369dc65db2403b7e0f8280cea11c4c497e209059a75d7e458bb9e471e608ed96a64c6556324063bf739ad353d5abcdda5a1b22799d7290aaa783bc2c68bc2286261afdbc0c4888178880e202fe0a00bde8b0fd47285c4aedc7ad6b475a6733226e4fc076235ee95d17e750e485a082f7f5195e4e4a5b42d1bf57e71bf8e6ae8266608882e7d70036082ffc82cd896d0b0c5a824caaa2c98740a4db6dad15db7fa521bea8f058820e7cca2aa518b28d09571dfc0abb1789a47adbde4eec195ed964e6716b99a608333bce4519bb26024f62808d4fc5c3c3f47718bb78cf66705fa7f8b2fe221e8c4c5cf511d37c14f4bfd7a98977f292f5d9c3e0004d79b24a895964dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f0a32fcc8791355b922bd9deccb4a2ca858063a7277a452c0ae355a7614b4443925571b2fab8d46a77341ff7fe91778a3c2709f976c1ad3c2f65d1f15212c4bb6be224a15f0681418b66a6c24fd9267b227a3672be0843c7a3863853f3a02c430e586cceace0ad692e4d33593d2e8254a31cd63ca76e01fabdbf30e30a2535f69539f7031fbc25ad300d225e33dd52aec5f7835db180225aa174714aee3d558d02ebcfadfe2aec5e49d9da66cae4b1b099cba5561ffe3fc966578cacb49c1b3575861c2e2903a19e152ba6c0d2602703504a8e899f853932e70d7c6986d3c438c3be7924b84319f4070de7baedc71f4fdb8a734222b37f3a803bb03b426889f21a740285774a94518f8ec4d73982cca2c2c1c1e6500abd12621553d6fa7483168da9de32b291c752cc284dab517162f57dbdd061856d53b720cf3f5ff8238ee131aa2b841ea477e188c1bd4ba39540357184cb30e1d0df7e1737b3acab16084e67f68a985125d548a26a00c80acff61654fdb2398de9ef31b585aba67f723286b44a4d9175d8263e6c3c293afca9e508fb17ec27397af623d338c434fa05b59ba06af810f4ac87c98999de74703452fd36c71f7d8fde5a3d1ed6bb50361fc09bc3cdc970f3b9ea24d1ccb61e779eac6f035836d80419b2a7d07e24faf7bfa8e20777685ab6f591cbbea4b433e51ede3c0b9f4e5efc3f77bf456c93225119f13d82f72129426179d975a890623887e13a284471e53ee6253f46891f4ea57f0b4aa0ac93a585409751d3b016e53ab5dfce2edc5952848be4fa0f288e259fe6093484c1a6e4ad4d51763ed18a469557fd36d005ef9c87c02d79b62af4423846b42acb2d4ec740c1127bd1fb7cddd20a1f81e36c84488a898bba79c1ce9007919a8f6379cd24dcca294dab309bfa7c9fdbafa69626a71eb60cc6c5deff3d9cab02e8b13b01a79e65d22af66b74c4cab142fe4a0227b18925774cd93e4aed930691428d528c11895b4e7e2cbbedb2fc6c66da37c4ee48a7654edeaf4ee37ac9a9a38e5a325047544db40b3aa7394997d7070f6c83f09c9cb74b05bf366e3e993f6e8d11f3a46230c5ea6d4e96a06bbc9c88686ab3c25f55270f0f37d910ca65e8bd0548892b63eef789e27439f7c6b16527a77d1b569a1203d102a851e592bc61bc37ce8a17a35d4911e5b49ea3ed9483a6f4525e1881c6e7e6947d11065b4fe35bd9461dad56cc4dbd3645926cef8d6d26cff0da56901ce45505c1ae101c9dd90345167f36e7863233075b4a877b58bb40fd043bf20d5130356aa79ac6c9b68f56d8f0b320dc41ae7698174a30e767479fd708a46022c3f541a3fa662762b711e1a38d4a71586c38426f12627edee0da6a5d69ce5bec5932b213e6c8b9f23cd7fb325f7e0be539a5cfc2352cf6998d82ef5ebd75400dcc6ce730fc83b5dd941e9b3c58d485fe08021f0482da6b07a150b34428d0fe33ea7fde8be6635a52ac1c110c8c5df62a5516019b17aafd3c90d5971c37370c754c83b15cfa19a7a153c437d0f5921cb8ab034103a2a90fc25f7860d077690220b73ec7c7c126c59eeb1620d4a6ec0c05be9aadf6e1d6af3cdc1c14fe640c37105511dd81e788bb4f0efb3959c1137eb5a149db1c249030f17282414aaa1c0b7f520b536afcae15d2063d67f178368bcfdbf56502e89d99f12cff5eb5f4a95a57c15047b6a4026196f3ca696ade9d5d233ed209ab4c7ac09b274e684c2fa2263ea666b650c73ff2f4ce9fca7fd6186c56b872903c95a0d621a6e80de596c700bb6965d4bfb6573dd4ee2493006c7489aff05fbaba5379168837d48dec7cac3797bcd6cf3c47c75d6429061a2d3fee3b8da156c20a7596cfc415a99b08cf64fea5f8d398515a7f9dce1e41b423965bb620ac39190276d0cb8412d923d417ce87ea866e88393edfef926d0d3d5195b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0cba41b155bc51fe42ce2bad15c0c23c9b81c5e109ca0144a7206866a253016cfserviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.7.11+git.186.d75219614c3-lp150.3.18.2.src.rpmconfig(samba)sambasamba(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/getent/usr/sbin/groupaddconfig(samba)coreutilsdiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libCHARSET3-samba4.so()(64bit)libCHARSET3-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libattr.so.1()(64bit)libattr.so.1(ATTR_1.0)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libauth4-samba4.so()(64bit)libauth4-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libevents-samba4.so()(64bit)libevents-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(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.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.0()(64bit)libndr.so.0(NDR_0.0.1)(64bit)libpopt-samba3-samba4.so()(64bit)libpopt-samba3-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libposix-eadb-samba4.so()(64bit)libposix-eadb-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-credentials.so.0()(64bit)libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libserver-id-db-samba4.so()(64bit)libserver-id-db-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsmb-transport-samba4.so()(64bit)libsmb-transport-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0)(64bit)libsmbd-base-samba4.so()(64bit)libsmbd-base-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.7.11_GIT.186.D75219614C3LP150.3.18.2_SUSE_OS15.0_AARCH64)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-client4.7.11+git.186.d75219614c3-lp150.3.18.23.0.4-14.6.0-14.0-15.2-14.7.11+git.186.d75219614c34.14.1]@]@\\@\ \C@\N\}@\o@\\[[[;@[z@[i[6@[5@[ @Z@Z@ZZ@ZZ}@Z'Z@ZOZ@Z ,@Z@YY@Yo@Yo@Yo@Y@Y3YYu@Yg`Yf@Y7Y7Y, @Y"X:@X:@XXsX@X9@X@X@Xg@X,XƉX@XYXe@XX@X@X@XWXAb@X-W Wv@W$W;Wu@W#WW W@W~D@Wj}W_WYZ@WYZ@W=W(W!@WW@V3V3VV'@VՄ@VՄ@VVIV@V`Vl@V@V@V<@V<@V@VjV]VI@VG"@VG"@VG"@VG"@V(V'~@V V7@VBUYU@U@UUAUĝU@UU@Uy@UUrUq@UhTU_@USaNoel Power Noel Power David Disseldorp npower David Disseldorp npower npower David Disseldorp Samuel Cabrero ddiss@suse.comSamuel Cabrero Samuel Cabrero aaptel@suse.comddiss@suse.comaaptel@suse.comscabrero@suse.depalcantara@suse.comscabrero@suse.dedavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- CVE-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).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- 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).- Ensure we build against correct version of ldb; (bsc#1131686); (bsc#1125410).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- 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);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- CVE-2018-14629: dns: CNAME loop prevention using counter; (bso#13600); (bsc#1116319); - CVE-2018-16841: heimdal: Fix segfault on PKINIT with mis-matching principal; (bso#13628); (bsc#1116320); - CVE-2018-16851: ldap_server: Check ret before manipulating blob; (bso#13674); (bsc#1116322); - CVE-2018-16853: build: The Samba AD DC, when build with MIT Kerberos is experimental; (bso#13678); (bsc#1116324);- Update to 4.7.11; + s3: util: Do not take over stderr when there is no log file; (bso#13578); (bsc#1101499); + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test; (bso#13633); + Durable Reconnect fails because cookie.allow_reconnect is not set redundant for SMB2; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + Fix possible memory leak in the Samba process; (bso#13362); + 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); + smb2_server: Set req->do_encryption = true earlier; (bso#13624); + s3:winbind: Fix regression: winbind normalize names doesn't work for users; (bso#12851);- Update to 4.7.10; (bsc#1111528); + support the new v4 Performance Co-Pilot API; (bsc#1111374) + quotas don't work with SMB2; (bso#13553); + Build failure when quota support not detected; (bso#13563); + vfs_fruit can leave lock records when testing for netatalk share mode locks - causing panic; (bso#13584); + vfs_time_audit is failing FSCTL_SRV_REQUEST_RESUME_KEY requests; (bso#13568); + g_lock conflict detection broken when processing stale entries; (bso#13195); + deadlock with ctdb_mutex_ceph_rados_helper; (bso#13540); + NTLM authentications using default domain/workgroup stopped working; (bso#13126); (bsc#1068059); + vfs_ceph lies about flock support; (bso#13506); + Using sendfile = yes with SMB2 can cause CPU spin; (bso#13537); + Durable Handle reconnect fails in smbd_smb2_create_durable_lease_check(); (bso#13535); + cli_splice() fallback code reads wrong amount on termination case; (bso#13527); + LDB 1.4.0 breaks Samba < 4.9; (bso#13519); + samba-tool trust: support discovery via netr_GetDcName; (bso#13538); + samba-tool domain trust: fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + conn->vuid is invalid after a SMB session reauth; (bso#13351); + Durable Handles reconnect fails in a cluster when the cluster fs uses different device ids; (bso#13318); + cli_splice() doesn't correctly return written bytes as it's uninitialized in libsmbclient code; (bso#13511); + Threading support in talloc_tos() crashes when enabled; (bso#13505); + Incorrect talloc_stackframe handling in python ACL test code (make_simple_acl); (bso#13474); + Fail renaming file if that file has open streams; (bso#13451); + vfs_fruit: delete 0 byte size streams if AAPL is enabled; (bso#13441); + Creating missing remote databases during recovery can fail; (bso#13500); + CTDB_BROADCAST_VNNMAP should not be used; (bso#13499); + Fix building Samba with gcc 8.1; (bso#13437); + Uncaught exception at ldb_modules/password_hash.c:2241 during new domain provision; (bso#11573); + "net ads keytab add nfs" writes only one enctype with older kerberos libraries; (bso#13478); + VFS modules that implement pread/pwrite must also implement pread_send/pwrite_send; (bso#13425); + vfs_ceph is missing async fsync implementations; (bso#13412); + net ads keytab list fails with (smb_krb5_kt_open failed (Key table name malformed); (bso#13166); + s390 and s390 needs to run with 'use mmap = no' by default; (bso#10765);- Fix ctdb_mutex_ceph_rados_helper deadlock; (bso#13540); (bsc#1102230); - Fix vfs_ceph flock stub; (bso#13506); - Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); bsc#(1068059); - Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Disable NTLMv1 auth if smb.conf doesn't allow it; (bsc#1095048); (bso#13360); (CVE-2018-1139); - ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes; (bsc#1095056); (bso#13374); (CVE-2018-1140); - Confidential attribute disclosure via substring search; (bsc#1095057); (bso#13434); (CVE-2018-10919); - smbc_urlencode helper function is a subject to buffer overflow; (bsc#1103411); (bso#13453); (CVE-2018-10858); - Fix NULL ptr dereference in DsCrackNames on a user without a SPN; (bsc#1103414); (bso#13552); (CVE-2018-10918);- Update to 4.7.8; (bsc#1099702); + s3: smbd: Generic fix for incorrect reporting of stream dos attributes on a directory; (bso#13380); + ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call; (bso#13412); + s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + 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); + winbindd on the AD DC is slow for passdb queries; (bso#13430); + No Backtrace given by Samba's AD DC by default; (bso#13454); + winbindd doesn't recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Fix interaction between chown and SD flags; (bso#13432); + s4-heimdal: Fix the format-truncation errors; (bso#13437); + vfs_ceph: Add fake async pwrite/pread send/recv hooks; (bso#13425); + printing: Return the same error code as Windows does on upload failures; (bso#13395); + winbind: Improve child selection; (bso#13290); + winbind: Maintain a binding handle per domain and always go via wb_domain_request_send(); (bso#13292); + winbindd doesn't recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + Looking up the user using the UPN results in user name with the REALM instead of the DOMAIN; (bso#13369); + rpc_server: Init local_server_* in make_internal_rpc_pipe_socketpair; (bso#13370); + smbclient: Fix broken notify; (bso#13382); + libads: Fix the build --without-ads; (bso#13273); + winbindd: Don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsids; (bso#13279); + winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done(); (bso#13280); + s4:rpc_server: Fix call_id truncation in dcesrv_find_fragmented_call(); (bso#13289); + A disconnecting winbind client can cause a problem in the winbind parent child communication; (bso#13290); + winbind: Use one queue for all domain children; (bso#13292); + Minimize the lifetime of winbindd_cli_state->{pw,gr}ent_state; (bso#13293); + winbind should avoid using fstrcpy(domain->dcname,...) on a char *; (bso#13294); (bsc#1087303); + The winbind parent should find the dc of a foreign domain via the primary domain; (bso#13295); + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400); + Fix broken server side GENSEC_FEATURE_LDAP_STYLE handling (NTLMSSP NTLM2 packet check failed due to invalid signature!); (bso#13427); + s3: VFS: Fix memory leak in vfs_ceph; (bso#13424); + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407); + dfree cache returning incorrect data for sub directory mounts; (bso#13446); + Looking up the user using the UPN results in user name with the REALM instead of the DOMAIN; (bso#13369); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + s4:auth_sam: Allow logons with an empty domain name; (bso#13206); + 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); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + build: Fix libceph-common detection; (bso#13277); + build: Fix ceph_statx check when configured with libcephfs_dir; (bso#13250); + vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_async; (bso#13297); + 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); + smbd can panic if the client-supplied channel sequence number wraps; (bso#13215); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + s3:libsmb: Allow -U"\\administrator" to work; (bso#13206); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + smbc_opendir should not return EEXIST with invalid login credentials; (bso#13050); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + libsmb: Use smb2 tcon if conn_protocol >= SMB2_02; (bso#13310); + subnet: Avoid a segfault when renaming subnet objects; (bso#13031); + 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:smbd: Do not crash if we fail to init the session table; (bso#13315); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Bump vendor-files - Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); (bsc#1094881);- Add missing package descriptions; (bsc#1093864);- 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. - s3: winbind: Fix 'winbind normalize names' in wb_getpwsid(); (bso#12851);- 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-gplv3obs-arm-7 1572465570  !"#$%&'()*+,-./0123456789:;<=>?@ABCDGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}4.7.11+git.186.d75219614c3-lp150.3.18.24.7.11+git.186.d75219614c3-lp150.3.18.24.7.11+git.186.d75219614c3-lp150.3.18.24.7.11+git.186.d75219614c34.7.11+git.186.d75219614c3 sambasambasmbpasswdsmbusersslp.reg.dsamba.regnetbios-serversamba-serversmbstatusnmb.servicesamba-ad-dc.servicesmb.servicesambaauthsamba4.soscript.sounix.soconfigldbrpcvfsacl_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.solinux_xfs_sgid.somedia_harmony.sonetatalk.sooffline.soposix_eadb.sopreopen.soreadahead.soreadonly.sorecycle.soshadow_copy.soshadow_copy2.soshell_snap.sosnapper.sostreams_depot.sostreams_xattr.sosyncops.sotime_audit.sounityed_media.soworm.soxattr_tdb.sonmbdrcnmbrcsmbsmbdsysconfig.sambasmbstatus.1.gzsmbpasswd.5.gznmbd.8.gzsmbd.8.gzvfs_acl_tdb.8.gzvfs_acl_xattr.8.gzvfs_aio_fork.8.gzvfs_aio_linux.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_extd_audit.8.gzvfs_fake_perms.8.gzvfs_fileid.8.gzvfs_fruit.8.gzvfs_full_audit.8.gzvfs_linux_xfs_sgid.8.gzvfs_media_harmony.8.gzvfs_netatalk.8.gzvfs_offline.8.gzvfs_prealloc.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_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//etc/sysconfig/SuSEfirewall2.d/services//usr/bin//usr/lib/systemd/system//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.opensuse.org/openSUSE:Maintenance:11379/openSUSE_Leap_15.0_Update_ports/be996b7f12a3d56812e012720e2d8123-samba.openSUSE_Leap_15.0_Updatedrpmxz5aarch64-suse-linux  !"#$%&'()*+,-../01111221112122321222121221212222421212112122556ASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=48e471d1b80a93d2acd78cf7e0be45461f64e217, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e9aa17955c0dbc0a34e233ad08784df39eae21e9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b21dac95c379c7d49758824a9fe993eb92b33cb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=74a5134cc66ecc3d407d5e98dbe75310150c9e5d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=25fee48fcea303a5208f45190c595918b00c5a25, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f6f538bd1efeef77e9c45317123cecdad1b770d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=69cb3105c552ad9183789657d9a3dd6760cdc4fd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a06375f9e846da0250a3c9f653b85eb4a9866f2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aede41ba706433452e92fc618622fe618dec4299, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=29aa5b163bb343bd0034fded630b4b0c774c97a5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=da796ddfff6d727327dffd213d23533c9e539d99, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d4c9847327d2e1468dac96276b3ac0e87aa5116c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=74b4b98a73082cfa3848e20252bc207438d071e2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aba7987b1f86e0e82cf22ecef28872449b389e96, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=145f30cd14de543f1dd6aa4ece599ce4bf8ad951, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1b32ee819600fd549f7047b0cfaddd1db7d50588, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5555c085655800ec68f61d23011d2a419ff41985, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=387684d651de216a26e4b4dfdf30ecdd697bd070, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=afa69b3f710d3363994b373ba54e0a32f406727b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=73c188f17e8ffb6f74f38e2a1440fdb4ffff20fd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8f8dba327be148cc00454b5a2fce00948c42944, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e6808258588e4d360528003f3303b1db84e851ed, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=86ad67ea4d940962627cf0f090140456fa4dbd27, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b18acb57ed4c7a73bfec3ea1ed9ae21771dc99db, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6462ae690d39b767fa526dfdac25a507388ae7a1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=47247ec978c87b608d321ad66f7bdd98584ff1f0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=52fb12a7c8cf2a7f36cca927b5b128e20c5df95c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5772c519d556f4c3033f29b739d4105350df55be, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5e4691bc4a3d2c34baadcd7e6675727dcc7c5bc1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=abffb7f79f7abaf8b8a9dd44a3d2f74d4a1464f5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=179b83278a567a2eac9f1979b01578f2e131686f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f09a934c50e572f8d0845c042e7dbbae8791362, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e284a8becc74ac7629187fd3e12649318630c329, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a931d962a2110c6b595542e1d4c6832e73387793, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=de13c1e78d509660d53be708fa0990238baa0c1d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=66ed4e50c5101f1c18df9390d0273e224b6dbd78, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c72f0941ca811e1888202e6561273ffa4b04cf3f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=695f8bf0e66eda4d2c99630338ec011fd177d026, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c864ec73edce93955b551a0463b50539d472fa1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1dc6049630f7c4c0cf9d578c42371799cd29056e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bf84ac70bedc368a5283ae2446dd17ceb1a09a9d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f6c39fd4a172d73b571a7d94ac09b5c4b0971b01, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ee8bc44cf916b7ed4604cc5bc9b2afb2366e92ad, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=2341a439a332705732c95cacd63fae7624c8d362, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, BuildID[sha1]=43ad38bfdcbf45679d475ed8e71fbc1cad5b986e, for GNU/Linux 3.7.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)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, ISO-8859 text executable8FVx&08BT^bn"6DXfv W"     "  67RGR RORAR_R?RwR[RmRYRcRReRMR>RXRbRFRdRLRNR^RZRlR@RuRR R)RR#RYRRRORcRKRRmRMR-RQRJR,RRRXRNRPR(RLRR"RbRlRRmR RGRcRMRRRRFRLRbRlRR RYRgRcRWRRmRRMRXRRLRbRVRfRlRR[R9RERgRSRORcRyR RYR=RmRUReRR'RMRDRXRRbRFR0RXRNRRxRRXRdRLR*RhRsR8RNR RjRZRRRRbRHRVR\R:RPRfRlR@RuRR Rn /6K0N9cronlogrotateutf-86a2e2dd535da538b2f278be72e87dd4aaee9a1398e32d48d5f668869b679dc08?@7zXZ !t/L]"k%DŽ2_`d(߁;e40 @3ry\٧ ]ַwXm4M6p iFүp}@D\kEDFz܅Ҿhod5PC λ襠 X1 ޽;c hR.oY=hHeW8B 9D@w!fZ. zQXlEyHs+~7>[DŽ?4;m(!sUݏv?ͮ5ą"<O-F:?N\oɷI()Iv K+јNHox1I"'̶aXMs.obk漁>/XF .BX;IN..~Hm"{9Q7AWs^!!'xj>#ÆӒVY&@@CD4:S=hg<]@c =enDT&܁ zil/.r\2hs.e:7 ;ZhN!!~=؅m4qܑ5QkvŬJe?ogS 7|J3u,rQ/HY)=+]xNclEIcEcdd9jϖ;k1j,} /?1/B#gHSt->) X!?@ek EAx1Lz/c(O'[1^d0tc3 DٮO|"q]\`:?Y[KFn>%+ܦAwVp%ȶ* K׫b]_n؝zwpʶ8?)ґ3%U=zߢ wRօ}V] !g$,dXeJc:zڲ#/S)As}ˁ3}>)1º6P=[ֶC $W̘IiLW-̴?8Zi YEՅwǷclP]8mHx֩̂LyNOJ*ݢx49G՗Bw1#\_Nrn KdtkWqv2HSg+MM3:/NN]6j D'B+$GvPV 6?ܜ5bM[9hqȟ|͡kM#4='Y\W)5;CY?` G<,8֭ЉrxhE ѲǜBj]`]Ϣn@[grt~<e~"X:hpE݉}L=)'UD&^S׋h<˂ϡyɢQ8Jnf"efX9 O\ ΀\>L"93p3$WCy쮌Gr 5H/yUc2D/ts- $"G-y60w\̐U*l0W-2_N7{;~;]pnfE3UZ&ŜH&U ڐTF!~J.ؘBBoCGiw J;ySAohcm)#~Eݎg=Z!zvjԂKWv\MʼnP>-/D,7XC:'Υ!$O1\)ov=:iO蕲T|J?82T)7RfG&G y䊂<ނ/A8@ZHb+A?b~5i}Yn]F߉꣺Ԃ<̏16qdmsPR):H]- U|Rܮv]s KTfٽΝJLw`kN$͆A9.x~I7 'tum;s"enD,W kPPPSYK7GX vmD.1 sJ:Ž(ѿїMV"H wQ̕F⡞C1T~NfL F*zIN=2-pс=LF^>A٢A«5C5ޛd -8JFP\Β2`%Թ_u+!#v0mH }%7ZjS@) 2KIآS/Ȁk-'W٫y20݊9{^cH6S(&J5eae Uv2e`1 eV) CV6_Z-4G,a,Q !fqjV!I:&^E kT[}֎F;)U%Fduz›$2]ȻS>xKLhE&Gw&v.8VysJ\f1 \:em e4fd QW~ 5YS`.AS5;A%X=[)*MAiy7NF3pjFGۋXkş$˜<L|Szr^aifP IǕ:@cD' T )H z?V5chsUpv!%rgO3%pu`/A Ԑvb[ os,rms\Urmf/\|4jS=yBdv.f[!!UX YC1T}>GIaIP2'¶?ތ%#KaK<U{

KB16D-R+j' WaGݦ 17 GQudJgd|7BZȪFPwͥ? 9tGy9[vUZhKNGT&R^ u)'&!@"[df==-i\6}EVU0GAC(V}Gvηr/ h[$~au( w|}AEsl+Z^1/md&]H^$&^7i>ؾdmKwm1wsK)mĸ iP8Vrk=x{?Um FSw*8ȕ$Ag!Kv7vn+f3h/\K從r{) (D~ec|5P4uqh|nT˞ժ$n&Rl:}LwF&}с{Q^Wku+?7L:~f&s/U@4 uFJ[K(ϑO8L,bB`wll U<l+ڬHZȟ5uf:|rfa^,'e _zbE,-C@8^ǚq%1PJ ݪ>\G D@|#޷#]e UTOI|lo:=m=P(^^+%S5sײS (#bSAm'H} x4x iyY`FZ9,:ˬĜ6 =04Cm+y뤸gtb=P:T< tJ wA!prO2W'c"Ą8&g*kQ³eZ)ItJtU۶޺8Ilݯ<${hN(: dp&|u φY9|< a[NuY&mߕՎI?73 [uԛ*[!_k" ˠѥcA6&eU\|#@?mߘHz=URı -/&;_xh e :!Dqj,B΋ϰ3/./thdS{|}gV'-HծIƼL66rvZi &c28@S8fmX8_?Ʋ+]FsHx:/qj*aҲ:;@0/aФtkW mµ1B6͓Sӧz#mzCxgߒ,e ZމsWh0QF#MZqȝϝMF?-{C_qoGlrT*{+IF~~ f_nnps.{?sH6VzB;>K0_},sJԝ}\YKN`oooǴYAö<|6yv ,kߧ_B|Œ_zk*@\Jmj3 FSoR*V %JΕͮS6|fW:>gT*fɱ7\Oov Ar}-4خcKl2E(/L;~Gw LFEf-HgP̎8SS+ބLVŧ>^z~Xr^ #3Lg2¹ȞO4 biʭD#L:;rm)Zӈ؏(*+X>? 0 .@2$V8*US_wOS}J*0PîA0KVEd^*F7 t:Gڟk?鵄wKKZfsiTW Ћ05o9R6 U'gg ZSq; yW.pmd)~:GUe &>A1x>7UGC>$'D$<,ܵ,,yaq5P-<# ^/a6V,ß~qP5gwf'HjwojԀ W(fϰ&K9<Sڝz''~lq=qL/0`K"Đ1/p\@sX]%;݃l]ކwA\UȾ#f?ΥdTVM:ޏpӥ$ҔrVίq̊ S̥{r49h&CTsLEsy ۛMoiS)W` /jt yJ{`:Mis5L/>눸-|;.{[ez5yX3P xZFQiX?>بm njwZ qWrcO|fjYV̼$+ -g%@ )X6icxtg io1:`Or@FG~]s*?ŠH}GKȫLVx,%f,{0Sqp&D0f{Ľ<[UM]e3AZǮr5IY[ct[L,=MSjqY0֬*Y:Oh>jBIk;MEA5Z>zkW/WrHy3eKh\> .Ѳ'&a*~En5V/yGMRrXĩ+_K{pIzofb VFϵ'ʪ0޼i°ɵN@_aUlҴ`mzqԢ!:8-*oy }>k:!vm(!w\2ZAW6idv:dG;HbTK3@|>ΪS| BgWuNkSy2eT>OW]lVe '>t;b2Q.Z dxoȎ#/CUEji4`8@^犘xS j5 9;\2>B-ehbĕ4n :OU 1%&)_a0ZzeR7{j?UPxΧ<$ib9&p gV`qjB'DF d4"֠LsrC2O $|4 SתfLĒgf%+,Yntӎg9VT>,r 5QBn'惎c8w zFGi"d]n%oҀ~'on zLd2Dp)Fg<9sSU˖de_&P}i'uW:l1a4 r`GbWKgɰr#l>Tۇ fTn; ˫FO}eĖ/SoDrP8EW{X6d.YDF+r~}ͬP\7#^G2RY}#Mۇ1Mw%{,+^!?u眽 dG=BsLjCN;shAP߂bhl.0 FW䙳 Z4@!(mkN(9} ۊD޳-,46Js@E݂X  ja1诠'YwϔAp;lKmGt߷VJb];/dɖe;=,8=4!O!z[DRhZZPdqێڤQB}F|f赵{ޮME }xVzY_[(⾑kXӡcw]`3 'dϞO:ȢmZӬ4p`=ف &"1Ymz RgUD ěFgFۿL׿'=o _u>32%!]v41七Y0IyѿOl,ݵ)oGrjM=(E4l$#5˰( Q/AHRŚW.X9ި(Ps ;)"ў%`mdD~QU&pxúmt\ZLS w}LA=m N#R#PH1ųO1"iηC&J<Uzӫ]TvY {ӫ$6u]!`Gً~`u2c#w,8&E &-ɇ8FRީ'xl-Jefxvh?$/he KV~SUEMWҏƠ1]Ak-!ުO 6HPjb9 SVn52*@l~kAWWA? [N2MT`4`۠^jv-2%5htkl)F;@@jvz2dTtPTa #Ɵ:b-hb!fA>Te p,|Ij }r^;((XʒCJ*BL7MUxE!{~x rErX{b.V'=(g.^F+diuGK$w3}[8|z//S=}t1; (سWt&c?M#Kﵚa"&Ea*@B~k?z"_*!O7g%\sC?*m$CeBLdx }%\YK-faSpǦz֒S!g"Y O,=N?a"z)P }-U&)1ְZ/ѕ`+$vgԈ"N}|鄱J+"aN: Cz:Odx\`3ZAR:?zj@hԱ -1)%Un#k:x2%qt +vyVU< OB1 *\Y3GK&;O?B&Vx@#! ^ {c mƢ7]7*{rOO6'KO vPɌ%C79dp "dVQ# MJLs睏fTq@@*L6'Vߍ i/E肼vix*pieo#9r[b!O,W!~nሚ3l_)s4d6]}εh\$|9TBzcphx(6Pe|X P,АlFԃn0?'%ONA}V45̔{3Bnop6˚;낯WJ%9U=,,-8&)Bjg󲥩mkS`m}bXܣ)!dx`.e pt,+dTɔ )vGxAM Si+3xчOZLԵ: Hr(3d vGk/Q;2 e%bየrܢ#^D,)EYRrYF˜ DMt;,X2` #aMCkz_~QìM(u꠫],t޽ ˾C-`ULQ=*xkgԊY5ՌԱI^:%??X~i[4聅C|C=-o'`fݪg|\Q𹐾cR-af{S`wz#tM J5}2qpjE~a 2PE)\l-5}hɴ-j7F #ӱ_RLBeq}]ikYf j,!>[q({.#9)l"l=:wqAAm*q؋䭹1Dgr$Q)z#lܵ V1WxUaSEŷmb{K3s$PJu+`. B"u~N6ܬqvUigE@Ce'2K cn¦-?ِ++` 3$"E5T}?aEjw6egeMd/?<>,U7hw6ؗ<I'eta(&Y>o0[ʀ{ tyf-uB&x&LY:e'}&BOݿP@{BK3`D3IA'/G~FwDŽs <Z̅k?)>^ݟTب=5a6R,\)@yl״vGA=*ĄS#!11ji8:kj,v_ 5|a,H: Fu+0*!X/<J Gv @$^bOw8l/QoVG]hiS d)wZj[o$xƐkV,"G˴`^e/' u+ ĭ]Y.-z^UEEIxCCHBl4(Z! b8R3ݙGǮLh-UV8#4,N}.Jm.6"W7kQ8-0pR'ɦۓCeGbKah 02cQŹK#ql(z{B7|KMȾČH1Y)}2z4Ӳ^SRp`.V/ [WQx~7cAzL+)A]evRZoWr'ӢVTש1(iG0;$]e,bh3.f6j=lETo/٣@") õ[;dUJRd9Fy.iͭbl3#'y~ U`[UV!2 * 64^pU(6Ǖ'ScE3ޖ;~b?NNbi[؀ j5ho[@{:!|tpC+$2#N/9EI?2ִ캹»_'᫵Dd nZkqHt1i ڭ#T{Lb ߎKNτΧ)E,} PEx !keICp{h2c'pɚ"^80} iZv]R,wi]9{ DZ6ʐOjD4^ŘEΚa3!×ى;&Y^o*JD:jEU7/FuDm֡-;9aidž]Ul _10'xKWFXF|yZ{Y=%h`]cQf%c>qUkj_5t CæE}#$JKhfG[) .`.j+8ԮVr@; aSly~yXM܉ڹ^譁+ђ4+<^zB ! "r4w"|ciiaaXMdL:vl|0"`U|]tB>i.C|a},(ԉ9M*D4LR^ׯI~[:ݜ.b 09|:\hIuErvym\f>,fܔ_]@ _EAD ?#j5&=Tt̊E8noBYtdidef)~WWIT-\UGAI'a%!.XBZQg0&(˓WbZon?dQuU55{gfꚐL6~SswS?`.=TDl FҷtT'rm6,v.n*jj283aǬnAQuJMk+Ja )\{c&X WMp:,IluE0rǪoɒ+cJ~w:/e!܉OgYPJ\S PvK+}v\ f],Z #g3QXC2_U#[-r_IĠQ0 F1[f(L2<;(/>ԪjUJ-dȼmEPxS4XVv.WKUEhZ=^}` '*ZZ#9vU$ dIr.hDs!XGZu@ Qcs[etxD4w;hopڭ5_vӳ%$tjY1?(Q>>Fs3A'`[I+anGP$7pW)`$nːTbɐ믹92k$"F4`.b-]gSlbBXA((ӓ'aq:&N%vyWF$^4u>4P5=*S/{qYD!DU-^7䗢WZS:{cH`d oҝ@+Eb4z &m瑲/a\V[B؞MK`%:ZWl͊/цA )/C **=:H+.=oI#;jYkT 6Y1>q"VtrB=96^ǙSMO*nj6z22XHIֽ8ֽ&,]4^% xPǿ&+/w9H"ſk&E^g?Tɨ<u#s?F[SQÙK;Hp8TCE[fɶ ͛P ,[,ǜq9;K?#t TFI(dIsQZѱ..||0=:9h0=La&6'4Y #{AMjׄ''x~åUH*[y |UD ' MfXиp &d4c)&wTC e [s4|ngmG? 4ÞjqV%as8/aʉ<.[\ۏL1N8Ykk^.|ο鑕s% uk\'UF ͯ'$c?L=@m[n0 >(ieV~f+ћbRܶ9}S.AmI@iCOw7LiH^[$;j.heu `ZTچxkS jix[GP~UF/ida:ݺю1ɋ~6%"G̵dȨq%u3 VaY?:v:Or.˃f}-R&$4MH~gTW?FLpz ' *.R,z6kMcb`Ml8&S{k\֛*/<ʩ7rY~+MC~*D) ΕUjm!)'ڦީ,O1m&+w@om莦@dyqg\, ,۾&w(4~u)Z LhzmI,ї<'rX3F¥<4^8:Q/1nNٌR{U.~ws=1щ"-bVWhJ3?7ݻR慸(=sP! d:6S~|Fy\/wdz1 ̬oi!TGZ\4H($70I,GXcy;'EWUB M l;U('sZOt#Uu e;d{.mlsbzpt(َ1'"`dg!m = #rJ-7zcSMB1vtHҼmvE^PGarOr =Dr HZObר66LJ'+q@Mqmv kSjÕ@VrՀhq˥F֥䰝[M_7p&sn;[ !vМ\Fld^::&@Dg$EAc] J??Y+ y迖?QǢ [@o:R[Hĺ< \C/q)7%I5nrH4K fۊ = yr*ϵ(GVPTĥ9N3E? ~B(Eqy4z8 Q{t,(!~nC@CϚ&SZPdE/Pb0j*2c:nU)1$K=r*hUuƏ.d7V̥Æ5{/Lt}8#R /x" by0jL3#= r1˛9 ,R(z!U1:Jbի !n|?6hb֤ZƞY)V?y% ^-%F?7iՉjߨo_xkRUkOT y4 }`歹z#rk:rp'|wٻ^,ۓ̵QdBEG'Z?sͯ͝ _up } Q4`*V$~n#Za(hezK .-k K\ t4Gb`וve)VۃYQ@+J0,`@(,:V(p/ځMnJSq|A`V0n 4DQ"Z_a_`#L]3Z(&0\Iʉ|q-큀T-X|}x% 2%p´/UД.k4$E,SNI|wnv,#y>$g2~8 I|?s!QVT65ԋQ ]XΊ"%GH$j&m3 4̖,!^SL04[It'[t Q> mfĂa <Ю`1O vgY%!<j%EBbg_Z2j\5ۤ]˓$Eа,E/ {NkLvy nAixT =ZYyL%1-BX`.cT cn Pˠ/(Y$xxvU%-$pNF嫕bOjPCb=7hr(j+nze5BXa:vPZWo\>j_|Cg9X#{ⶾv`UDC k O \u[g$*&eW5;P3.,?fD[Nї31C u2lU ?]H B\USSl@s_Nfܥ%a4anmnheba fK56J?X.KrKR{uLPXcp!m8_@5l-HZ460S/|v9h0 땛mę(]p(TMUv _MK+ ۤYI",m~F)YP,Մ >qXhzy޳a\ۯb<$oIu/%P1>,ݯ;{Sr4@.,)+m ~)uԂnRn*Qwċa߫?֙!!Fw.k#~4k"xL^X? ;;/eLDΊV޹^JNe/ *b&zj$= Mb k<^sxL<u>9*ad#Glw{ШlT5O7\M;%}y~t9!/v|.qZi|`f[X/˴>"l^輖P8yW۟QDK0k:uoJ9?H`Xًߨ, 7] Q` ȷkdX&,0^䠋?KO; ?a!ΖD)|sLlL,~g8b0 (]t6UӟQo}Bhrߜ~\gL9m>5D55(I Ϧh{oMɸ^lդy&sN0`w.B,uԥzYKdnKCIKU}@J-AN8S]O#l=Sa4 zvtUa*P=|G:JI=< K%!,wZjG-p4=˔FK4 γnT- }$IL1fghe/(ݢ_ererd-z?hT]eQA֚ܭ-6=HtѷM+H4v_TzqkqR:F]ɉ 3zjO'`=A/;?6OYkshwj𬊨h2mC I9Tnȍ feY qȌhkz pw3Dh!|o=C⠽rc$ /K_@|(ӢY;<$M^m,FIѿ|vhl)0& &+ʉ^Xd(G@NM.)Laj(ꡜq4Le5_@ ѬG0&Z1ޙܣJ \8adKޚh xcQ_9$]p+\6R})uD9ϐeXAztrqP?%W:0MNEXM0 pe7M'u ݟI@!hIsMsv|'wi N^pU 4>V>GdEfqPaQ{}ޚ%Ygnijk\-VdRkBm60J4!MF-]f*,AɹT|sɐESf;&",]H6+u`cm;G;R 4K=AH 8&t4[!P Wj?k'`lRz=rO&Wl*B>+fIQX %?29"K?[I @15ˢy뾜-:)NB ʉ9GjW_@¼J(fq} yMyspP账IK;2};=AS_ s4}F^+;djIYCfM4o*X]l‰nC M[$t-tB"ޓvLnJo_ GJN=t?).{fPW'|&a@ޝ2Qw 2}O#luq58ʶ"6ְA/2̓@r^Dx;qÅ/5J;g X9" *bibx iM.D^`y=q]ؽumtzliU\3l7'%r0S ߷]SL^*dXF_Ӡ? QZMxmn?LY2?pY &đL"9ID.GrlĿlϓS*x+ȾEV҂q*pۙtZԋ#)h3~W?)w6 Ld FKqQRP+&h~l %DžAVSc)a)5V|d.RݮQU ِfn<$Eȶk XVbGT\j_p;(k夀%8ŏ4T%Dk~Au"(lH.Rۆ 0锼+~}3ɶp;z8A*y7?-#5˕1ꙖL?>Ԝ:@x @yi_j])QWi?A2VqxcUZp)wT6B:F 󥜅88f'<J%xuK Ԍ޴U:>sy1_֨8Z Y[>]w$1C.o+ٷL54uqo>_NgEHZ)W+xZ⿨0~CyU! 9{oVS wc~:~ QȀ A/sN𶱑(LS*ijel,zM{m2`n B]OFY+obL @ wd:DLc#*Ў=^?rt~)+-ܼ.HTD,I9jڭ~6ۮtKm=% {DVGl7B q|,\0<V6@-o.^07XSyiN.~색 }=)N+E3AO'gf|?_u-T#{#-J 5Q/^fV w1Ӷz^g|5Ԟ GfZˠF|z[@QvIu? \8[>%&2lC]Gn%zEBsuOR՜CoXZvQ(]pPRX`fep׿h{k) sG^x\7@1X x֧FỌֺ̌F/xY͎B$!tL>gi7F 6:Vڵ ޶|$ѿhX) N:ZF&YSk CnZvhePkd{K:M6XQ\3zA!+yXW{*K<%t;9n/,c32q)eI?NWY>֝N#{nHΊl#u`ъbqnOÒN3B8y}t",)6y/z~{ H½ ,xVn%Mz:}Ŗd ap+ϢxZ{ݫCў: XO:O%I HiABTe*vO ɼ|{ wJ")Y[:=|t O<ݴI [<=x%i8g!%fF2`">YhqEguCeꆽ͈ أF]q~&6$տGT!ߣ0(vm8*FvJGTb_9Dp^޽snwWD~r8C !W:yKd GON\1Gjnzf=!6JVs 8/F' tqf6,#'V+G~d N8k jXH}Ma3m+ufAy28^^+PIR=w rNdF%!2Vnw},qXimBч Ӡ,x= |QL<>x|86ܭ㬿Un h.g\4-1\n-le%5WpB›01QU 0Hn][W !){w6݋R+Clbphe=UMU Edablp&!`!v^_Yňq=$8.\6_@0fo𬊓~7f腲BLwۼv AlѩӉ:6pȿO٥HtSNxڥ.{(H$ֿ|[tQgƻ}]a_Dl;f&OV6~G&/e߁G׵NO|%q%-Ǥ 0G_3eQI5$dç NHؿHHBu&3ج qw 8Q,j6wqP8OB/ʱx},3W/(5k=1siY8,ckEeWcsB_}>Ύ/!MJLeSG>ۤM(rW~_)ȍcRis!M.%-&V2v?lϮf&E-Cm_n?LL(Z3RP`?KË3oV*~{W|%h|dBoF[5&7G(͛A0665/NXu]^,'gǀ9<_EԜ:`gOU钓 .=VraR[ ' e91GyWGm5/¨pr  =]'Φ -c q>ш ofˀJ˂S@4km8n_26H]}>=ݰ L_Gd][GXH/:c| -TMhiYTE`/ꢯ}\6U^r A~ľ+Gx?3L<L-cɤژ$JYSVS,7|Z?:S{KptJO-&c9WhE [R:!`UM_MX"=Go%bG}upmJF`E0:*y=ʤ(DYUAeԺzdӤ1T%0V3 Ҫ&3?DOyfcCF+Pa8ߒ_`RK+>MܵBls70樟$ ?WRo52&Vk E2`_ӳQdtBw`E-,$'$TKYevp>L%*+Y 0s9*yM㪪 <2 *G8ĨK8Pp(j޼=̮ q k}ðwLWvG߾cR$CIקKg{芔Sr"n%I3[,/ӗ'?ŜW: *ӓl|)GĽPĘO W&eR''h"[8[mea(aXxbjrpSzjDri"Biq;G5[8'x'+8ߠ~OR fA'DK fϗTÏ-ݥD?f'8p;A9^L#['K ;htrW?-8uhĖǡ(db3pjR@a%1M.)N5Y%F#x̘; X?1J5O{%a5.yZ'9;ՙċlMD:_hJdJ2oؐzSU+Q|P `?\qR UL`Tdk"Ћrgs LPpd"Y0]fB䇛j-_NY%R#]^,YEj1m*#%!aOui%WMFs 6=K! `ֳ7آI+qp}KLS7L݈H"_|0AmD(#2۟|!*zf[Ъ.fj]cQQe($1`-fC Q4&sF@??VT'44]?I 4XSa \,~PUZeP- YC0Ǻ.հ)W҂U'@_75'c@ :YSVAj0pinGzmvKǪ-XǸ^k{7p 쾲 K򳘹H >鿩OrW^_U̩Л>&4%Y sꯔ%Y%_u!Rij$N(;a1{ϣXKTW`f LyX맴U152I䟚5d;=ؔ 7\K2% d"Q )_z&3L?]ۏqPb{ jsb)-1%p^s FakVp|T+ yR!܏wM1l kUO)7c†$t ! hm:iokW'w}Dd ,UR]⮮Vš2*~#lBO>/5KQ%6) )w`%jڑt< ; #hBlKޝeal;(yyu4 )#&U aDud3:VqkxS'**^vdh:7RW3P)6v=Z콶pǃ<_prÕWY[dԉccFbTL3yjN.3F q;ަ%J`@K%w|ɼD8̶ oY @]#59K/qUO2N)]v #*zA<m_- 2U-mGQ[#A҄]hڙ*ڔk7 Hw0m3$,.6NqxU[ !f7ΐï͝ݱ޹~xl:Kr6ZF |^ڃKOk).S듿SZї=p\>=s[ޡ@6X@5ܮ 8'%ֱ# BSo $黸g1WJs\jp/v1ɹް7#nG^1)U#H` Ϩ"-:c4սA5)+ią~|hy}Z=;!u?ocV쒍όUp#/)?o u][r ղLFʉJ3NV62 x9u,Ȃ0wYo.L7Xd RFM LT36{I{&J?3 E͇kXHtlx^E"Q8}q)$0,WZ}^Yml:v뢤Y8s!3K0) %gh8|IC\ !rG-_ ["*%p;7/R7۾ԍ`C]˯w25OAx6QDMX3Y̶LPWlShDrw 9+~ GT)\^C Fw٘g窈R+߂L$~FŮx9r?x1U #[mllg8T)Z`Cuyho; #gPl=t /v2[o)n|OTI߁JC kN;(݋YD*0*UnS$}өJΗ[ (W{b5GZ{ >h G!H6B;y5O+n>!J6\S=؞ejok4j4@H pY-3Iݼ*EiM; -@U@gT&qa_J7+? bs[2\W='˳꡾9LX+ b}isKg uuUTK09:?c^y]gmE"b"`)Xf,RTP2LعH->0A5,)mA@ Qm0uryF˙;L^kTN&Ć!UY,) ş oS/̇ACkDGsE-Zdۂ qNh1ٽ<}ݟ%FŬ?Oy/5Rͻ1!gdPZj[QҮoWr;H ~*8E̶s jÍXbU&G{SZu>l'dbW2C 7ǢF>e$efDerx?sO6(Z_$bx~zQA*[9Mpn `Cvup'.Uj벛pM 䒬^nkh,S" # tܚQX1T+CF `<+%;%&a}AJLcc,J'RzK qnƅK3.%N CF"c^;i_g]u|5 zh`Hzl_Gַ;,Fz ]+&Ф4CoFJu 5#H7$)Dْ69M9{7#3&짹ʵ>YΒ#3!u0qq;k^|ea|{IsAWlo[ h-Npw$myMSoPFz]e=u%wgb]< 3iӊ,$|:}2O|Ty{@%DX@+G &7:>1âY[$0GR9\)iwZ4tְ E --uὭx@l<'|kWg?kϺJ>=}Q ηZx>‹-4YfHFd7,f'^,ubThg/=]Nˎ"\됫YQbJb-5ʎ[F`r(ht捶WՄ6v,,_\hmD$âBoIV.(kj !A< (D&^QH.7JU DLѠ*+߯ӏQQGd׫?dw:r7{8J4Tg"hʴ1MJ&HS! +/=Y7 5PdjƲuvʼoo *?8Jrϕ h| dOU,K೛ؼ PW\|1śn4J*S xPD%$,hj;f?mrViZĢ hj$˄SEz@ ſ΍:%L4}/W]O^/-P+sP){e@2&Xͧqހo4OX@ 8T&1|HP0ڼ8H=RdPG+U$w'VO"eP/ux꾖O!c}Ҋ+[Is»ܸcsHfVNx#)]3Zv3pG?l!R~tvgǮ F _BFT Td~&&6B ѷlPMBO&O3[1u// ?kpzdEȥde5xYwgӪa)H[T}Sv\' _;9k2#hO@gN'O>:fua*i嫾¾ݳe1.P ~n-ЙvHt4]S>umTM%@I@ 7i8"neeWu\MY^{ C+T.{x4#*9MɈ{=wczgEZ-3剨7Ѻļ{xA]^Hʄa献-,a(;X /F[U9 `Dx,v3t=X^: Cn}Sp׏|-*ɤ[VXˑjEӋ`3&x|~찯YR0yuUׅp V!^%ЦȌA|YQePYBՙwR*CJ/x\€bhSЕ*w0P(ǜkC_W2gg70ʍdBe њs(XuhSz+m4`3?1 4n{8.'&#؀>@z&m=4襃kMe[%)1n g,v'pa*ǔH@~NN;_[$l 9ǰzb滱y=]0ڳY|<}WyžXkĒپ.lRӟ>wtm`'=~t^E>q*)Q ӖXgcc;sR~ykWԀ#m?t毛EsBVDIYoa'kXqf~U@ 5d*iq/Nʘ8PfD+S`A^}_fijrcYX}KԳ0Y 남U r'ir&G@oM0*j ^{ML^r. X3\]vd-|otB LEXQl0)(m-ܾ+(|~L o-s,}R֮Y xSCȗ(2]6g913YH<U+%Nט{sFwBcpۈe3)*0S迹k~ Wٝ$c -t8mņ*osH^At Y6CKd$ݖe w~:v):r`Ͳi~.> 5Deޑx^e3P߇ǀ^:Q:#=Fkl"i(ynU盆>O^aԩp]gVLlcV1}ߏ=_g%C1ڷܬ 0݃ٛA T!뾄+ˢs=8F3S%fDUd/fच'upO/d&OY.``)~cv񶺌|U Jd1NS| tYr5xē5ԪB)-(NQ0ec0 X]kܲ?Yf-𑦸XMN٭ߛzFl8;z,ـWPet/ǐ xs|; !z%HzR^3.v2L%XO }a{~jFO،v>wP>T֬ͺ(riJ]}~0jOÏI&ұ=95Tte6pYRqΝ3 9PsN=NAUCu-[)Y_Osfsp\?(_yh<h"X"ZɈb0}E_t&/\DR}^K_x,G.}8Y3\t5m7چJϬ_@@/-kC?{bG s6{:X*:M`[34dn4p׾% f!JM8CS<+4̦xA2&FrjG+Q糨xGz/g oudW` Z.ZqƑQS@cNo'VAd7AT&{XE̐9%;i 'ٮf3 MtGp ^ 2k^{ 59ff&CW<6n0[2U2`ju2#uc賔vGmnCx NjMpW9Ox?s"1hn4Gض³ǏAHC/=PBEM~%8]n5V47W/ָmNs+*Sw-wJ(To %IM_?ۚI AXFpQx2M?1$U&Hљ^y'{綮f&VC%ŢoBƳ"*9>KxNZLsl'< teX TƋb_?#\>^sU.յaQ5iytlCA(-6=ڟDBsajlU*c3#z0ԪI@;ˌ9C\F˨}De5+\ M  $A3im#j/HzOJp^$"ڤ y*h-8|vGғfV1Eav| Ġ9ç;ӏ,Փ TT6:lG(x@";T ^T3..a`( $׽^qG ϝq$~X0OW0ȥ}WȬ ros GhEf_9:6zl}{Le?3D *xm5\-/NSrS+f;9C 1C1k-4f19f[KB=d#&,6p'p֏}tk~J@07V%L?eR؆ LJNEt;?D$$lsD:+x9Iŭf-i-5@ Ͷ@l1Oe&UdmQ\-$YK+_unbouD%5290%mQ.D醜1dL}]w(6Nh"'q$j̴+*n7}gC7\ߴ%r? cB)W/KݮH;^)hfqh.IK,EK!+ˊ2mwO`P`b).ؑn' f.P|n@=t/S>59zҽ(acjidy**$) ^Sa8wl`0G]w6exe£_L`iiMC]D;@(łO򈅐FW9nl~^3XMsPd&LhCZNd~ްOe*sLF:@\`:bX?6@_b8CIQ,D5_L&j|vwa!z䰝:tl3O,i) ;= %,{¸1-XOPu7Nls;Ю,>e6Qk\&?jXp^Hy,Xx~bfg'Stk@=҅\ Ƴ;vbtv؄U|ߑ:m?ߖd_Gf,Y%8/ b"gZ# VPx\B"!gq0ɣdmA{|H>~ 3McWF2#045Ң3 Fs?ӱF+Q3 mI KӃie0$u (_Y)8#ʠ(,uMcB59o3*GOYgɄj72Г9{\1@t7j[FT,:.9|F Y$uz\81!`近PvDCkefahNdan4Û4F2Hz@VrE&=~rA)||LvL'.-pA~1L!]Ɉ%\mGޖo/E4 >K 6gRNM9s}IdI6K6?lI/X>72҄]sS~V𽿨P@4Pv%[fy_Ld%I=2a~`Av80vhk$$c+h{E5  < sIyVRee,qt7s74 u'׍0k4Nm[z^Pxg)kDy璻ZKܿ9)k=Cz׹܇Y߷llezڛ8p? mq6 !L\K+ -/1RC,g aȉӊABmcšz)~r \CγVWQ) *IXgs%uy2%fF1殶> [H=Q kdp8 ͬUˬ zDjc x|2XT|!d)3U=pD}oP h)A![S:ҥ*E>/|:eT=vtcO ֓ In:ӈ 64¯.:ĝcbMXcDʃ#)1ə'? 2};G&wxE@ų+z#yž]; }Xњ\`__ַ7T.Kg #ů}"< cmLj\j|Š é.ySv uv_W  V o,ЕHlYtKxJVeUc+`vz5c>r=ՃM4 )zoo@O@ɏd9'͵41{Ȕ.hi1`r(B )ɹՐaa`Jng&4Y1xJYea\&Əq_1H;Ϭ/.s5ar?>k̢n^֎qhDMv8xֺs}'`bͻ\qО^}ĥEo; dǶs'oRs@F0|ؗ% .^tUC\&) -J_7O*as;{6e$QaЬ./ah ^h7jl Zbw5/"|sS;$ב(4+S0jfSĎJ\T]&8䮺$LJڪ|35H8(w/utu;OsPkӟEO\ tfW @_w3m=y#%RBv.Spbv>a )#_LA6RjcⅉNw D"guXeAz;%Hs1uqd/ Uс d 7C!LSztbU :z.4Wq`\(ET`٨9%ʤw`߿ Y#AG_D;{3j9AݹqEGܩv2W<!?]pFP } BMNԄlv=LƂ5i@gPxf~}/V'XN&qş` O ^Ε޺z]Bg\#\[znp9}CW5QB$nrT=Bp rd= (RUXay(@k4Ώe*aVPi2~@}omݶV.Ew fKv%!Q@l!|IҎ4,`ҜٺAgG6` h3/7_ N.qRWO0Uy&IzOY܊{81%%F Ձ\kM6 E5;UIAA_ yX>BMֳ9w w8:S"].2N:ބSoNYkt]g8o0 ^}5RQ*Y%nc:rN'~ )ewcf\QmeTOC&!.P݋l[ؽ;*pyZiArg$8Frl|w!`0%_-r6VIJaGSV^c@ȄնkmbdD' +N d[-ᨗ}^7Y6]Ɯo9WM(EӉo?_#5n"^Z>UE2`n 4ѐOR` :l.kb z&j"0܍~(3SHptY TM ڟTaošiD*<6ø?(^Ia{;3$<%?lfWʽhstM.$.pTh{G.fКeM14QsTBo]oY;::ͥW%bTjMP6_*\mx'~k}_WLMͲ,C̑C^_C"% UnqQo@}x\P"7'2n\oY2B7!$\bM;O4Fݣ/Ʈ7  F:gkYg&HёlL. \LA.Wpg2}v q2UQqav H: ?懡\9"@#GN=}žYQudW:sgt#>~kFr&p{I`y~K:C$[Jڷ=U%0엟4ֻT5Fm{kcլ6; Gk!aZ20X1toB 5Ҡz+?swoP%ꈄ?vp{mrg0(E`e?*USN Jȅ֝Pdd u ~*]+PC~#COM IR sMG*4[.~YiШ@d Nm`)٨k2L8QL ׸צxߢ.B)ɻ9\bYPSB'OjtRwIȑWG:(Dap}BqVFu?V6utax0+1{9u lN tR؄g|&33! >62N9POt*Ǔw3WQ ͵ˢ:Cy#&QSl1 )@ #➮!~ay,/ D{v\&#<TSozd4u X=+fPQḄ#2|tD(Fj9ϳV$`ô%FlJ胜\'s-Tsc|ſTMY84LW 0-F!w!Ƅh-tyI`}g #ҹ&  b MSO Gm,W9ԃ3Z> z铧,_k &;5Vh9lt) u9sHW0393#F:SX-di}L&\w a^!l+;x>PNYRO\' U2" *O mҘM"nuX5PyqBJUm-K8(ވsump7UӨI5.u}J9 YۅȀO(˲ \`#q{64%H*2|duuPYv]S*L}1jTA'[Wwنm_A_36)_EiX\^`u9}iα$EqHQ 1 ˛=z~l0&7[5`dیK" Y\>L-t"hcXu+7$Hyh∄ҁh k>KE2K5U:&m7l+}1wuFwƲܺj;| Lys(%rc :D d.Pޔ R<..p\a#M{a:OƮ39"S\۽4+.։4cRzW~fl> J0 퐦M}(ܰ6?)NIx}Vt!(hL0ExINpӫL|x\+nb㠱/z~vz=Su&5LH[MrgҌMP iZ2 fBW$Jc>)|A摔@qG逸&KU[~LlI\ө:LX[ yҺ#McHn)evq;BGu}r9@W6o-b"enؐw9}|/2ɟOmlA^!&#IfYސu_Ū@,H$H<usz2k4*9 ȕ5鸀Źu4/)ix+<9"=NzFudE9/W9>BbqU׶$4Nm.WY(|\PQψmRsd6Q)JID@SPf&q{? P* +~nw' l&^' Dɗ|"T&$/>jݟS1RT@Gq>|@#!!4b M3ѭa WBmRt#5ĿѶX#3iiɋ)_ ]zKX=|݉A&-,,٩C釦,B)bJS$tTrl_CA@vL VƙrE:n4N"(A'Vn0?;nR%AiNHrjPb /Ӽ<+ WٖˊalDYX-% q5{ҩR!4ѭO/@h}KjX8č"fD}zNSOHQϤiUNחta-,ٙ>v2JHfUP6 п&c~5-=l1ag\<<w5|cqbWW#QIyYIЅbF(jOr5‚M-!*4t@ c _\Ӯ=u>WF!xIrb"# @Q]׹濥qѧ i>z'$>[ެB:0"MT3I>0/P á}}(/cX G(Z{N%yUr==׭i{bpӤ9#!ϧAӑ[ʼnEz[+YuVOr#%T{v~r=/CPG,qNfpIL44^*[3i6%o[6'nn79ا mkYM8PiȯWӢ4 [YňgҠ-nӧG@`UJ "IV9al"kWeg;UcL,~O<f5Hyr&r*$2-s8S[ tܝ{?[A&gl˖AwKXYi :A$m"h>e;9{GQhIv@ePQ8*4.r7iHDq)Xvڛ9 o1##t9 JN1.x}@kAoek8hc%4f ud#Ri$$41i@gЋ͜:ޑa*ЪA$4gHx@&1C,M ɰNi+iSl^U*20HnSߗ \IKz (] L`׉e:"*,[=Ն=x?ؠI+~veZEK+Sp#t-%+8AIj[$`)] Ȅp =fG.&ڣ˞?Rr(7GZHq]iw2@y1~Ƣdy0/HkJZPrdvb=Ç'^vOi2QINGt|[k?eя7[a'W̹T`|&;,A"wsO4jY19FY3OY+!m w"-:j<o-Ji8.CՓF_x6j\3/?@*VnQ,w{z :=Ս0a:@#d@4m+D%`-o1,Se8 =y\ՊҐa`#c7u\!G>kKf^Yo扱?&}\D2Nd3|\,쌶S=Po$XA["Xa5~P=9Yv4U>] kKV\ ϥ] @Ȏ2=4b$8l?̳cYEo3tRNIie}5kbq_Bp4Qqެ)؃*|M"q\P[/#i#Km 8[JFǤ+IXn0k:Hlϒ6f0_Ȭ9D1J<ڝG ]?եpSw&,˷#5<&Ⱥƽ)s0&ވ-T 5 {4!! xckt"f7_c^6Ln"i_"29? $EQno:9]^T/e5%Gl\4fdVD]ؗ uOm(uOjЬmB^pտh$!@rrHc軋qceYFB8rv1??ΌL"+Of m`Hxt!z]A倄Aj]$-ƅ!oRzK[dE:i.:z񛧊K{yX˅psí9&:>f=O^;u/:e^u)9ya >as:8+\[݁IJX5?G'q_&._JjN3J[MFcKwJe⪑*VGB&`s2_δHX!H4~#+hdeYM~tCq`#!2ܘƄ+Psd#`?{!qdl5)E4 Ƃxk郂Po<;KqYrj% jNVMBrrX9ꇻG|}rMP+b46 Z22p]7$UA`R5Lm}x |5DE L=0ynrZ K05>4.K) HK'!!Bm|?͙ҳϰQ(/y~A5*Iޙ=t5+[uN};Uʢj}MdyCb 4~%DQH[ў_eYtuZm3,dvq@A nQqRNfsBK԰z'uq1^ ҍ˚(nH 2.CHc.wżIӤ N:L§2=_/jo/,hrH?_lJIԮypK>W;FJgEP<[e)Q!VRNy6ϧwUS3"MI];~r2Yo]471G͍GElj`AI,Q ]X}8,|Ba3D=I5b ='@|Y,P܉/UC =_X1[+d񐁑ӢQk=+ JO;YyUϥXtz\oV#r֞HQk;Z,P a:]<]XgAWTI{)ê$~sTUʿ=kbCve] CÙY1yȋ D.JBAXN~ ,PZsQ!G CK>0fx_dԆ G|KƔMh$WQ/譳 y )Bߋ[d`:F^Vf Z_e zT ]Q6Ou&jHࢰNuIxLw@jxdLf?v̤NG6I[i9< _F<V&wZn Ǥ 'g% k[6O9;xCPPz <.r:"~-)6K>.O~T!CI=vt/[65DQ&-==E15g]b0.YdQsĺ.#5Ku=?0?F4s+t.JmM|ZtC'!%H4ňJAjegC7t0s揩:+6?+ʖ\jiIz-GZ҃/ΔJl!VOMURjK@AĊ؂/M&cٰ̀ρ/[uC?.]<* )uWf䍥_~'_mK''yF5paʪ ;7UR`HsMp}l"sEy2ܝT; 85ɴZ%~,t%dZ$tӛGc,<;T3=-a 0DBYp^Ҭf~\K\]:(gj-5ם0(GУwh1LR 6hא:nvrŌaҵ+c-2(2F6AA?meZJQ:_d)d\؁?hQ<1A7T}hI͝4,U%@rCu{F8,DKX`l蕾 eh%7S߼~C8EQGۈ[ ,8𕐳JK׾raVӻN oA4%G,BM!cSա<# 0ܷ^-W>sAs3"mՇNT B/~,;:iZqdp"s"JzndDJW}nq]/yCq_0kR6cഭ~Ic6U[H19%$~w[/ҕPڣ3:hIW wa'+iMv~̅pl|qK!N>ؕNair; ժ;Օ$FŒP"föICS ez!L! FuyqP\fwbn5NE" c~''2滼}D:D,wH#幈(@˭[ȵt*~@Ֆǡ1J*9Y ͅobiYC>FKl͊2 rMCL?b3O`c**Rۑ-A\ڔ Iх ׶r?L4ܛwP==a+&dbzTުE;!BUYCHrVI@^(tE K[NSf6:y{-. .U]CAQOJ3kotȤҰT: Q@vp2vk6*Dٖ͝Rx$ 8(vG/cZ\qłOJF5 7gČmH5zmT[hN$3@ϯ6q5>˳@xlDBG[^%0o!Xi D-#6h [ Wgҥa##3$pU%@Ӷo5ᏰeeOYo)IB$ n]~~XXQ, VIm޶{~Ifʏ:Esu+7}P*o6/&$;y(@f+EyܝQmiQsN}[&%wyP=I~Cjq.(yMp<K VYuHX cEG OR(AxrLu /EB nɺ鹳b'1Idd(< ),o.:JCZA"!g =a6)~IwuI cWJhȟ|E\"eg{m2p" 574xf"¶,IHϢdF>:xU va2ʟ3aK#+oPL 0hP,gأ@np@ > +-@۵Y?"FFcVv4fS EfaVG>S;uY1X>ZeR+5UPdq'8,7\/ MJQuvWȀ~쾀gIɷbYA-SLT%ѱ|n ?tSl/12yڱ9ʚ88h &ql#nn-LdSsaGm6- )4]CCJ!T9?rv/MCS7[b 8 ,f%gf$Z3^:P1gqld.VE:A&7@R@Ord·vZ鳎dGNN`UtԜo8.lBq)UY1ppó$ uPکu ֗c [Z+wi ] O0ZMow3cZ; S:ʼn9J/Z̢lq*g-^G2*3d8 hsz7X9L:Շ$tdb0%STWI8; b6_9hgA7?j46(4WzTWj uB@z^`BiVDnaj>U }LM 7%/~X1" ;rűqpDŷuK$o5oFB[>|CfAx,։QIu$$u2R$3:%h>nb5=c>YXGp]gVTAzj{.@ @Z[ NHII:i<|S0A0И ,r>^as=#]jz}FB}MP -ivPI:1*X?D5 Ze{(QM{bS2(QnvV = C*¸]0&?]z$j_g"{`Z5ajjn6842:}Ch2bB嵛 EXe~ AW$rn}Z&4t֫nӈc*^(Sgaoo%bQ;nEv@DZ_1n;|{8I*9HnmtSfbo]DHec#9abS$!?kQ > ?7y']qTM02$beH*j/!cHXOe9yr 4 eTToHUCH4$ZaoN ~Vx&,7n-)nFi2򞆧a𵙐\L$+!"P BOxmd5<ӈO۲ؙ) xM3A؇O6Ʉ4m!ukJ4e6yl̄[X|8nt7tYSςRagPd kUzuaYIh[ZV7ny\|l+8 ͍H%['(Wb(7 ЀOm ni?m{.hht j o̜#tSuWJShׄW1`]%[GIGei-xS?vCγFbBhg@[> 눿Wvu {}3'XG/_O)Vl8݊o\25JհUSzjwK';ߦT fz)e8I3 i~_Wج ߝ5Wpp=*vl?c,w")/56..hk`Dnٛpi>[uGBI{ vDpx_!nȼRrV)q{Z)yլzMg=,jZZ& W_w@,YbW|^۪=߷8Ѿpi@lRg5R-b0t!eۘi-cTXRx3Hq}I`QuN#luH|qLE)nPt6 &R{Sgwk.t zv=!)3&LM$GC!囟&B^#4a6Pഐ@jDv}EznQC5_x)/e"A#I@7 Hz#8"-B.@3mmE{MzG(Y[ @p8e} /3A03Z+2*c}yۣf<{AnmY|K-iL6&ƉË` :esNfOו^wsƎ5ՆEncWL] gW~lqYV[')6ߒtu{ Rpsm쬘8ͭ]jTS7FJ(>+@LKmpT}vMZDq'gt‘%&UݮSX&lvi dZ6 N~a ,\k W`h5mٵlmh4֪==* `z?9ε2AVN :v_<ȺGatjYNjnnxBSZ0+Θ #ks[nL5g{?NCM€iZVAO4i t8Z8pc|zoE{{v^x\?{Wf^ՓJ)ƀE|P;y,Fn%yF&B#M(B유$CU)g{R|#8aT04%Xz>1Ue ][nf^n|'џw_qeӦRlRe6ePI`~7||- &/ajm&g7TeߞڱZq_b/n]^TPvC3OCl4BNcXfxG'eg1,ncΪ!ܪpJn$)/ tg!\mPL5R?K/ez_$ŔxHbPL,7ulUqE\D1GKvBtIo Jmj?jSFX4] 9Nk7`ـ3Rtk;*]D.#)TP[wlSàT}IqU3g Ik_>|x ӛ /Rޡp:dMLv#XW1҅ˇVw?% 8'O)AUI[?@cVѷ @l}ZY=Dm .L;CUk5+v J2ڏ ה:q|]vL)Yd(`'bNβQ8;cR׻ -> CWd C6ĂJ)80q7Yc6~):ƅrC'HZk2eUE6%YL#3lQ[ͱMO k3^HXE)w!7'1\P7 D~tu6M"M:?yqЍ!:4A|>쒈}? oβBgԐq#پFvhJ'U8b)+6P]rO@~#?iI!UCmLk:l1M^r ߧphP1 EڰQ8 8HuM̿Gʞr@F'rcm"CfR8K `"Iq%!x qs !>u;-}!L~5qG suޤQ=a̎T>AUZrHb lwuS2h@)6Qҥ! *Lr5pd0i% c0PЅw^}>Yd2b5(5j~;K=K%j6-lӒ94 C|V wrKjSgc-Ax(MH(Q1 Jہ'}% 'xx}DZyh\[ǐWoj,Ϗ=,|!Viֲd x5()cvxi sgA}s͂-&z/q9ؾW`qT˦};i5\2bj3I@[J>*5ȈM|vWbl˝ސ,ހ/@w0~ +Ioz ڊ#A\V|mj_0 gt Ju&P0zWۃ7T&kvzkb)EE m^\(2Ų \϶ -)ebĢ\6T'bGғd|]8w@40=(+J1G!hh~3m]bI;7z5?a^N9K߯zoJujiIsqoPD-M8۫vwQJ`KX0, 郼 sj¨?ɝ| ZY#Ii~b/\[] Q!K'El226+'1w#jcA}`_{3"㷜=J9z"/T,yihgSN+O<6Ya Ve27HW& 𛺹S},`^f ,ӿ G3Ц,ozɝ8JFo"gKPni0:g$Ν3t^ZIXjEg…Hc] .~,5f?ڀq%u+<•@&SYZ95x"S„yV6:[>r7!l瞛 BHm lmO!R\xP4 /FbVljyǰ©) k]]'JkG/n{(wwqP5d ge|țC[nPzStv0䷶x! ৿lk$}ePH"V͙MH,* Vڄ8XQ LY `P9Mu]sZQd6_k *{iH*i2^맰AĵRr7J$a9xq wmv#CUiBFt%'&"Wt SS35ULU*gFFv.s[.dBo ^:<)An I*%eP?B(lnKvĜCIuWZ[}*b#ƃMf~h胡ŷ>T ,r@[l/{}VH[@͆]xnf+\5K:Rcb8B*{O.O`iA_TlE}kfE#:;'0%o5Q @SK1XeH;wy1Q6D[GDL}Dbm@;!=+b.)?5#mvHypRn&!ml9(~.ʇvn+$>8d+:+[JWiѲVW7z|ަIBQVDOK+CϏ78KT'wмBo;+Y}9$Us'/htaa9[Yu#A4!W6vIAx1b/Ԑ@kz -ك1x3 y%`[CNq^Qr>ǿ%&\-ڢdWWc9ʏ0Ġ=>tFAYc|:>+!)F; I[awWLVxO}qpn^dhaoΊ:Y #F%ۦ,䍝\~dzP~8zg%th@p^VG(mӸ1CΛ`o)m<`7{ ~kO@4>H~z*zhl ܬ en A/vg;wf rz&Ը <)q WSy,/׷fҷ}ʢ.%J4#3` 7B,Sic9)g쭖/Y0|IcS`pXeW|p$~/#m;%DJ.J\}k/r{(j+Ҁ7vhG@ٓ|}a\;ZN>O'[)#AW[%󞓵KF{c\#=ʢңZ+VzYLXt)+K&1:{vok)LSژdSެy9 >G[D/A EiVk O䍺۪ƉA4s49=0]u&'uN|'<_ęcFz8_,YrV#X^9^`M.'(4(o3Mj/F 9J*Jy]zn\ ]Xb˩mKw2D\Agb}gzM(K|=uJC=גvԽVX1+:$u}1sMLb27oCMwZᕱŌLw& l 0aĐ[}Vm*7-EF> Q%8ZDoK(MrkT.>"jiA4|&L&xr7H Мvo(!NBî*aEJMk4&]0!lybJB="a!CDB&Lj?NzPGuMM2o#g/фCp|B Ycn<#=k#}[8D{s[W:fGm)- _k^KEU l+<|W3c{PKزRw G)۹-dKСG u dabSA( oVzyɈ@0 .R4n^3ib&gMWˏ C\ʵa,K.avQ?4?!tl6PGm叚mE+ӹe23I> nv%x2iK'{y`AkipVWʪie 㧶]*&'OZh%OfCJ-c ,uMwLP#)O@mx@?AtF3hEg ^' !?kGW?ooHEeAVٱQ ddsL-UB.V^^g҅!E\C0pߨ_Gp]+\-o-zBAA%D\x5E?$@n(|$L +S. TITx5=Ɋ^HGjI׍. џ܂s}=lkQ d!3A=,O\X\a Ӷ`Ok }0o8ҏ̸͊Bw(ῌʇag] c^HDNQ~*k]| Sn^ nog`u~ x.abk ^?qlo $UtBQ#A7Cya-DXEDAYd`&">pUPp~6KJEU#:, 2= SnȏQ΀b*^Ctb?gD56d996a1?^al"^nb%#;l;AQu3?;U;LS`~)D]W 'fů70oC%C bH/fObֿ&*;24X!GNi^B-݇:k|m%zhq&jlfN:YFMoHvKJ$3Z}|TS_=bqT/r r" k<S \[DA~4τk<[ I M2ɊXX(bҘ˗i\8tr_PP^Ы-i5-G4Ҽ =ȳ̏غE!) Ld ei'4t _0(Kܰv])ՃZOY9+"*;L v5'ؑ~K  2wjˣ, ݠi=`!BAo_]^LJC2z+ 7K!5(={ Q@I+Ӳ"K3 :x+D,r8oLדޚLs\p|ZQugEOs nU0 f# ]%##F Ta];*;<"W9|aQ&)D&dŌ !,B8ud{UwE0uzSañMH.K+n[b6cM|+X! &pe돷G a~#/#BI-g;Bi B!X-"C,ٳGpҀӣ:O=A3mח{`Wɣ Ch+<۸w |H=Ɖc?o`pCVld/?p 1{IX}M.NvA+G{;*RwkluScС٫&5[B]_=:NgwA>҉Dz*؞ ǧ𲚓-,ZX6)&Q4@u ?=j[esnʈ{ft4R@IvfѵVr+hܻkycRi  E)ɸC:9yD*LrO 򶖛U%^r?$0DҐ:_-p.tTU*?gBgFV BsƁҍsp 1ۈuU4PN >U%@fswAI 7UXtC*}n9*? |ܴAx>U;fʛ}03aѥޗ+89-)/~>p`9ZRYZi;43;{` 8Mv8c>G0yD{*`Gh`X'X$Du˴DhJ E o]mnMhY͘U Q2kސ?@ Sc]‹ǫ^ܐy cPW;M| (هQ TU QyЎRv~"+cdYP_Ac9AbD I~+Dg `^ y 愓yB":y +h!4@MIz 3*p*ܯEbSe <Yv5{m;3o7s0GN,]o^u*P[V 52 A<3~R@^*rZOOΣm!Є=ʗ=[~Bp-)X#L FZJAL퇴lS*P`8#jvZ|/jQ*%\ej6`)aCZ hgޜosg:ESmW~߯^1R$N׽U謹fP鐒+RlyOB>36̰elCUwB'{xus~ab8?) ^I(~aǸp2>K7!փNq 3V\CANC;qƝ-y/*>چw5 G):䃖||尡XϠur=a#uWdsEO27lryk9zuP8P<=3%K?fG ָ07fߎ-϶¤IG޸c?߸UI6v MΚhfcf0S$Ĝ^SVVdoF?dK y>XHߵx䁺L9I#Q@荗tԛ/vq(ˆW !z{gH @ʡ`œv#W#g}wq[hn@ ]3!S,v"&6lt =եrA>8 T|:lz?dq m`@y1W&̀%0QFNb-88=Y 5`Ute^5zݷ*Ջh;^R.Wy#FoH 4E_1Z^%>35J(baV cR3ӿTKs^OH6ɢ*Xn?җl"8 %cp'<_qaF-wTI|H̫ o)ŐʖElwesg9 YG@7 r Z` ;U#ZsŴxg.K_"D3XL(z=bSu7^/.# |ϵ6*) bfXQ1*?I,E$C!MHkrOSÃX+.V_ !brH%h ZSdj|pP{"eCqQq7q @d]L@f>k`)i8ʽ98KY`}njk6, s+]u#uS* UM n 5]ˁ>~p+GOVO>ג(k&{Gio٭|h65&LPo^7Z7>urP2c}IvH׬/q|05ꀅxrQ]%\Q7"rÿj[VUJ0? aDU|V@rVٽ%Bd_€^JL\exg}hl*ۉN- %Fgwߔ3e '!(1xXܸ7{qI]9g .8ώfK 0= Γ3u,P&>OJ˒ aU9JƲB?Ʋ<a"4ZB(2 %+O ;{Z&: ]EޯUxإ'r[IQg'6NxVՒIх]JZhɃ~_FXbz/x ['(FxsoMđ!WWYxerΔZ`9G3heŷ^1I֟O"H*F(EE66T\(cR!g%c$MC,Op類q`+orTFpkyehBQčJ+\(!ּ$9/H!n"ZWpgt52Lk|O=HS[\\ض iLNS QMh;I&͐%PaJT KZNfe^(?' tpeqH^ $xvK롗>-|6`ebx4s_1k A/ SZCIzTM_/3Fv}uteBAZ@qfyF1( 3{rgv,w~QH4cR לذ X>8!>7O3 J{җ+k: _p1 :U}[JI>i;լ!~sZ )4zQnu%C ?~3]A|tl煢xXx0Bk/w,e@/fyH<.tFWOZ'a*k! K'AҀԛ  g':&n$bөס. }hhjB<8ˌ7T[c1ν8s V3[ʐ:ǯtCūCOӬcfa ~mP,pQ("1IUݣ0)=E`9ܨb4̆<=; `FNXY* MX>IG^'T86s릅J!rM(+t7e20T[LEU f$N\6])Bc_V]6/vF.O\`#!+[2ŰN)';Z2 hx0iZGQ'恚98gVk6vlKŴ !*eo/ `%\=NJ5CKvV .vZ;d!y>lϺ)i44ԵF\h )V>^wbrưTά4C˻z唌Z%Q\Abh|أpR9W.Z?ڱp/7x>X{Hi 69x5A'Lg Zet=;F{ 2Ȑ~pOW]DJAN7GUmGOΰЄ;z\-#:r=6}6U=&\`|u:1$+DҒ'EП8\^N3wV+;(SWF xm6~M+7uU1-_X0 ~RMߍbsN'z!دRi1 [0<av @w彾Ҽ U3KsEzϺb )Vts,B)f-;YCz 2P}~Dh-'H}̨GcU^Z4>3!2bݭPi: ұUFmV uuxA/&!Cj=c"ѧCE=Ndyyҡ07/-qW໘=L>ȔP{ڢATaf~ts]m2{+dR!Rm~2O9jFl0x x k, AA:O-ct7 LGm2m-e'{w>xկw9&'k<ʚRPB;ߙr4 .n'¹h5F}!i\Q8J EDZ=!GN̚Y_\~uu`ؙPDui-*l:+jXz:b#- m+01~|x۔#>H3 U=tdO8agm6gѡoB~by\vD3 ry޵J'Tx[ βfߝ^f^1X8ކ3afCAkgU1Oʎ 0C s,'=+i.z|,`32pq|L2-XͿ0J4-EQ|vMZ٫ 44:+01+'q)L' "ƭ/_9RC~cxuA?EG#;HW-Bv5+]o>6D2֘E݀erjǖ5?MMLݫ1gd/+XVF~oķ9otRh_^}GKF2]br)@gI x iv0M6%Mz&[IKHԅEcDӼlS^zЏvEZwOAקyt+ZLuѲB'œdxĜ`_eX!uo/af|FSA$%lLiO]TH"])jTmQfM1bb3qIJX8P~؂f?I13͐YQCP [ [x xal*6!gd<^y;erd )<-lGTfm^ra,mʬfex:ګ<(ݩq3-~?ϮRocB4X,2J3qH& /;J1Шa'MۯEvkZS ~ ~e'ʤǚb'};&M5y,bHZCfwTyӟ'a_/CT< lk_t\ĭ?%W RW;ȣC(&]޺gh @}fLfD;VO7q9d(.̬-{8&M4@(쬐]I{rVluf\EPb7pG4Ec Fft$k\"b o~;AytiR&7`JXJ[5اFAY8糉@9Oꛣ`9nM^HHݛuu%ñ˖ly$OW Y\$K䨨sj6Hn7梛{' cQ)4<_*Q0] FyQǜۥ)O3WX pVԖ7*^y c^b3xW߅tQZxx_dZByq8\ zpB%EuE׫.C+ I@xv#"ySx9V%@ Kiۛ3_<vpl})m`osmy .q`ijos"YXC7Q@ף}}CD}. 7돡Y&{ڠeԔ)2eKXšacufKF&vfs)6nת\N)X/ʔ|opۻK$MFD6!C$;`b"Fz6cA4K8N6V$ܵ. XّZmml8|!h s_{@"Xu <)poܦ b6RWRM=9vȮjhcjT(ᆵTVΡ# \*::v5ƐBߧƧ|5 &q ^ΌPܼrs d) \i#Tis!/WJEs/}XuD9lTM=.ŕ+=snԴ9Kpѿs//ci$seSɥrYꦕ_B@s|s?Ѯ'@%L?z:]/ qo%+r.|.Bѵ6)wC8uOBmxGL BZ 0Abf¨GtIx=~Qzvݿ8F`hٗ`Yge.)}#Efמ!={f2>!eluyu;(=;= F /6$!F\Ze) cSn 1%kn?*X%ak6޼JZL<:S ֐!+^pgxa@~12sh~2*Q#'9`gAZ`{@Z? N)Tμ!^#tv Dl򔬾ly_;[i_%?};5ӊvaG/wz]m*HLGD_.W93wtou2@Vʧz$DE&\Gj" FA3_E1eI < XnRO@"hq "!x3>cgnú4YK2ŞODpY ?g6Jw. tC*p8J,tuص2,O%Q"þ L5=!ky]j~rHvu=zWK%مB}8+wf.M'ZyQIYM$r9 h{VXA,hc &6K6%zE&+d_](׆Bi;T>E}&2:7?#jh|woq s (7n}IKU. _j C(XY')hdט;a D}הa۽:OkLt٠A3;sU _-t٭wl4Θ`J=殡zmG:ôJSa)*1cuNIu.=ASo7m89 ة NE 1&ǤJ޴5z_Ƌڥ\.Iި#p!I-?ER=KQ4iUGi0V.um3,^.LQ2\7~aD&dȘ< ۷̄\RzGYSGm-GK8nj/']b; Bτ%ƙtpsAljWYe ֙6U B![6\R^D,MNpݧňQY'Zj*gjE eAqзXeQk|E&1!1JdQAQ*mp&4nuN< ތU3T!ְAǺ6UFZa{TmZ:6r-bC-ʖ./T$ЙlG!tD}{8q}pH!$3dQcO5rcZ6A-q_;r qlzI-y0a!Ct,Б:3̇+?X|Co\K0Iy扏@ ̃C t3o1Ӷ c~1}{Q.v6~91Έk19۷W[1:.e &|g Xw^/ 3N@B]]ojjDr_y睆n=H@C/KG ;uܧ5#V/mOdܩ;b/Nܹea*qOo$gλ?Yy-4m2{`)Ju)Q+tDx[&hS ]Ab\Mt'T]1Κ\[/;¥z%^c=Ǥa ,&5n 8LVWx_Hnn J5ە+G q,!l^IK\uYg%wOw(^prOIř<=iJy5V!DU dTny!jUs+0ko/4U=Ig*e.(n$j+@usŨIxGԁl1hT`%;| &dK<ҚĊ|KG"fBǪgQD~;{bsY lٴ<8 _GjjP"8.7)̏I]Cwj,GYzH ^)/?}3@B?KtO&rry#+ -,nA"O(D,H (2BLǷU_lV"OZS1>̦s3ՠq{jMVޭs r+7C\Ɖb+?#hd`+%ݫ)"9+*<0-GwY tz̬JnM'hWjѬPc~q?O Y$lkB]AU?w1{|'p(xﱇb8%lA;{9Mk ^ʛV7O{cqIgºF`ia uރ/ݏ X=@,֓GsvH1 *!QMoًVAǤ5 bĕK3#QhctWj\uwWRhXPJ#@0b^>#x\, k1F1u[Qpon-lc 4zj PK ]uW9x V.̕:ց֟d%ѣ  o\=7%m]wd_Ee+,+C@*=kf;7VvEA/(qL7c}2L!OKWd~'6N,j}=+v-Tsjnm3mkuj;W ]%\Ʌ#$u=/ȶ&*PDͼ3}qցpM_by2HCCĂ7ϰvSӘUHBkd>E'BlnMg(6hxMByz o^ ֪DMDطλ&7lA YqSQkA`%>+eb4cş2@jj/ba]"ax4  ;̜a kc禖1[l6酿Yԅ0FJOߗ( =t1Xw#rE.H&|g8Ω; ̤K0 *}ED`]Wֺ:6vvegT!"Z.5ǰ^|l%3i0oz+9^ /sm"e%jUgB{i8CפөWЬvql?*ϯIp"ykF<#Z(cH 8TZ87Vs"8EʵD דUxS U3 ; DM4֕3 ;9m#4qukb+&ӛ?_ڴ#+{x'!׭܀↬G"-5$939 fL"_h.>AB8r. /r/101VDJ;V.t< r،jXJ.i{ge ^ %|oSb.ZD+Ӥi=}zLif4N^儷z=\OV!+ 3B;XH^Uq_YLN]O[KEl^bGdTkxoA 0ļ\wNbQΏ] tlCJ4t~}uXDݭ@+BÃsJ.(T(?x Y)C,&ty:䪕' /#v58ivӎ3 Y8|E\ OX^<(IJ8I>Acm8h_,#،nxUXeh`u D?FLj:(+}T\vi]Of&Br}X5k)ٛ^ݼ[=fIg9(hCS+ʘP#6]QBCl8MMDV4כCLJ#(1m%5Ú2NJ՗,b>eb(0CCŅF3\kb>R6|NГqxf܆-R' %UH@&X ȷy:ÕlQz/&,J.(9~DMH |X)X׀X}Ybx/ʮ!}(mo[ŕKDLAВ\Fm1KӪN-7CͨX#`昡{p&-". 4r"x|"noCvMh]0CC.)0pJ^%]HBghvk;rv$ޑn|Șͤ?q[LI`{k"fq 7,߯d~ppڗUn}ZƬQ;*/8wY@95SRx .^B qhH $Q kT)^f0(]1<Εwդ|^jKf]!o"jG^pkAq\N?xd 1 шp68#wZnCk^Bbb햩)Oc8y6-:BN6L$HFBm5`NxJ?;TU2K f2(AĦw۷aոh2ꡟ-gx|l f(f24?/(O{pL`5Ӆ>[E%{ p *b@wq7pxt˨*nq>F?SW#)xVN ^X<>x" bDU(ZtRUxժ#ir,Ó!g&A|uHajnRc6ob:ufQXX6_O8FR,/g~W?Q3ǁ>X#RuW FФL2n)E޴SVXjh*8tܢ{lڐii@qXHpC`Z y4sDggWM#lqY.eT Q'T1m|b[/OZBg(o^?bUifAK+5l#h 칃._kARRAmn)p Z^ \`|"-{Wa[;tPT#kAt뿅j2´Zkdyw[O%i" $ *+,mJq튖0 LӋlD\[YGvGdܶi8*Y?L$DJo@!$C !)d2jkdxFԣ@$,2P>D:tXɉD&6(ŮTϲ ݪYڕc rJ'ز/Ƹ:K Y7@Jruw+tRu!vK\ra ؒU] ķtRҁ _[7+z}8T59P-hNFΡ]+'MHL&@dTq 8ileӻX%S]y8ԟs,;˔sLhxq߃V |6_*XXCo:ƍoNIA[ ֜#%Ok6t+g=qSluH#S̸?$uL1Z}8|p-SV3+č9 9,^ EUoIU 5@t6I{Fz$2tB6N(u[,@:_賵dt`>2 Y*%_E%˿)mG`f!g#N%Cw@e.ľxZc2ٍ:yXʢYT:,6W>,0zRAɥF2ASC<]͌ ~~@ζ'NyFI?<< & uGte-ꡘKHeـZA&uIɓ&^Dvz"Nqcz :° .$УF {MRd)1ٝƆ H:( 0LvH1/P!#Ru퟊)h64H1U;5k9tI\Kk S\%LU{/Dc 7V ua)D 4xljE Iپyuv7$%\=ʳKz[RcRd!xEwy4 263uϯ C6o#0&=z* 1 P'O1OC$ư !O: 01J_r%ĕ~D24%Кq=} x xZ LL_Էc.xϓW$<#ÔXTzP NOP|\DObA#44rI;f;" i0DX͏qZ<J.y_qݤ͛ DI H1K~RmeB=9J/ "њ7̯ (,5H֨odbn mz2JG9;`Y;lz뛶jռXƯhl)#ks@l r^~XT[RW~{1xx3C7Hf32_VC$k2J6?+V&~ FpbZ!>qtQ"?Z~j򊅮 ZqLrvf>#WɯsQv(ƒ/ =mW7ooa%I4zsc`{ZgI/EG=Y `q (7 NR"('׳ g6&*;[\[g(e}>~d쇂ÆB$tu33Y٧ysZDuúڐM6hрU:trAʆ{' -G${K::p㾸TLc+ByLӱD2SrMf'vwƝ."qltഔ=!U1/p ,Lncku=B_Ԁ+ڠ)ި@ B,4{1Qt5֢ThoKoavI(A"u*M@ˍ'u杛URMIObڲǃ\<&ٞ{? =Ѵy(~MpFS!#>i@W\z`gtS},T>!oJ)0q2xGBiѢ0O=v<8L;~]~g_s-Nuj(/ϊ76(ZT)>k2U'(N3lD~r܌MhIMjKqkN~RRdERm( T23[ \oj9JIDTV}VhSeQ_b^!ך?hM™ :=?\p@^:(/kl0\` (h@_*~H}6Zik;RIh>|ഛSXr߹" !#%vW>/k$ Hj+;Xg0K uUGڃ@SWT‚M]P!m VX6}9"e/K@uBR[1u08ږp|o7&"^ַ{(HZ)EHrWO^TQݤ/ДB%6x$$bOHLZ0#+ ƥ'lGyYSG](pù`6td%wj{&t{NOTLN>r&[r5ۋnކqKV`L%6] hu ;VЁc1OƻaZ 75:AazC%( )ע(`_bқ|xQlY\ر+Aߕ:l6Ft3<~hBR tFrӰ]QƆ>oZB$CN>GJ$iٴ Y*3^)"I{If-=˱ZzIx1~Ym 7].*p@rnʧv2!şt搣߃yh1|zC (/54e\P(XvPVf_0Ys2EAFG郚-; 3D$XOzƢVs)jEG/!ѴԎ;HG`˞p&c/[uQBT)ENG4UEX cf[e,>K{8Z8(o+ g"}Fn$_aQ< gPM<X1`6X1叁yMÿ9gg_&0AWxK 6Iz˽IbFS%@-\P:U*(R%g3+$΀pB-H6tЁ-gUċq(R-Lv^X5cLYcS[Ut-+{g T i(KãR)tfM 5-&]w!raQՙ0~qa(gǹx'6TFTj&# a7pDiAz岉EoiRi:jY&`G:v{;צ>^Yɧ |MG>1INLuV4e>UG Ȝg-YDZԬv%a.-9I'b2X']h9j0+D|h3  Sf*DEs+g5c{XCd 8)Ϳ\ݲSE7E+:[v2ZIh'i,DZg')o`AYk58s4QOwJ^=~e&EJb~a, /]F]?8j7x#psB`rC*:8sXOW_ޤ&sX0x }G"J %4֯@?sdFFcS4tQޞ+Zj6o!Ęʳ!*P`rҕ.l/ 4_M0qbF]X QYBqnDr5' U qOv>CH8J0JX+剃QY'js';R;&`T_Ov`dW5،Ǜ'{N&#cXP~B u,b$p_Dݠ w\ 4P«)چ), ;&/7b':OM.#+5RR yv4/^~ya8]~z="ܪ aA*s{.kiM0S?Ų2' H\:cQnV}h~*/g?,w(L3*M7J&a$F4V0doOV0 FT鉲 8I:1.e2pȍ3O5~] ]R 'Snj9HU[e`^!8B宮Z& *y3 mov7xWfuNw^|~ $aufx6 E@H8uv,VϮ-V9;$X 51$ޘÄqj,+@fdYF-A^PE&lڭ-?/^>V0{l_6YY=uUڽK%y4;Qq7hF "r{[r^F77೟p {zrM1ďV=/6|u?<&ƭҝeSloԕ$^Mb=QG:%XέD1z f+BR$;#x}urOF۝kŦl>Ms  gE4t˒V$>?@W.(ɍHLE~T {X9TslaE,)H>n;T[3ƻ)U"*o-V/6(GGkSHfv3@hػPFSQQ~jLRb+5il,%A:Obb&SR~ zc4_Ny`k=wJ V 3*s]w nʞH-B&H/}HυEK@G6)'Mo* īv119O?}ڜ(v@2\g,kj* ct(E4$dJ63#rbϻ|=DrPZoɵ[ ڢV/o8-6bȉ?o6( X:rdag|]![dшZhFc"͙e2ܼ־tGB^s7$`*ߑҋ>Qq:NLƝܣ#!n4P'J֓b?/&m':='K\Z[In z]dT?mm2.K+\EUO'kE񟸖O=r S[Uaճzg%i[f@~gt CD F+iH$C0D6d촉ܠCEby:`_y`?FTl^q}<$A޲|Ma:{6WjDH~Tf)qVg}I]dy1 JIrvh]w3Z2j4vT_IR' 0F[ rc^9 <9y6W DqDHWY֒a/@+ST]>ͷ@s1;*d)8JWZHcMFqN+2Z>'m-!ig2(V[6]Sm)!d_:*LSVC?>_`N{cX.YXg>ǠR&GKuHRY=-!!܃'Ů3z½&<8!Da7}7eZ$+t订Fz-ġΛ5Ρ}MTWB!@Kxh&l2 [%SCI' @+2mCbbj|P{Gs42 jfiz:ucyd%0Ԝ;{FP*kNh<!Ϭc R<:U؆γPI= 8%|>w `A`Nz! )2+~ [$FV?4zUXy׀Ë~:8:M6 6٪_s6(s2&JauǶ'ۅl=[ <}fFU*_iG-N8p)ӄ&Ux)^բAb\uEZ :L?6&h0G5zݚ RCieaaL#N~)LyRV+u>Ɨ ֙G=2*үu @ѼpAmuc[#0Űè|')M="de UǷ7m7%m~tOߌh8/XO" gIGR…o8ك bS^r?A"N :/œN"'Hi&k^7nX fD;ܨ 8>G>[ su(@·)</#K|Zq; q;k=:P]?UPmqAI^bF7W|+M@JTr_c;U! "qaou"P l[.gZ*6߂5*w^qοY&gi}K',9o3k KngrJ=X)w/|ҿxq2WwƲۖ#s֟?zz3hmO|Y-~$@%~pF82zMOjC;|_t-UYi%X '^by^˗1UwQNjۏJ<,b;?V7$*;OWBf#`Hv8c[މETY!aL3Y䒿кhqPwf,%*EN~P t4 N"~ǽGHV-Ъ;+ W bb֞ C*-R.AyAj'⣇0)0;?3u3KUAr Nm,~s}D$4(".sAΥض0pCX&&r4nLay! J崱ڥuZ:YDɃ<#Mpe{ebaJzufS;ȡ8G ir:Y.$J+ xOԲW3+24MbG8w!O#|m)r✥N x)u$ [E;D uUoi?[ᇁ-k/N ᏭknI}`FJmd 3bmWS 6mcsftV 8S]73=ډ&O$25^o %Mń8k˿Z|CHSրyԜĠr칩9Pw e( /F䛭һgdFؓb{ΕYZ=c[vDTW3[ qspECX a j۽|FeA;7)19gddx>4e J·kZ>j>]Bces -7n-O~2,k[ռڙ+|I];OSEQOxzygKĎh3G yY-Q66P@#)tNM(3ɫy- r0'-_d2 H9jE}_Zh??FJ-X%[sn&#n9=4~eܜO %rjL?TR(Vx~8, AR6 (&$빖6HHrdﶹ,9#]" YzurH M.hoVVP6ĒL7ޗZg V;dpaa+[{9ObA){)CЩu[ ]GI]aG; ̙U 8egKLV !+7?#|w:Y,]߹U'NT;I+~8)%Kae?ncD7;IXPc м8nՓ'&BΕ ۓ;TUפQM|L*zduY*>{UBa4\ ^2"gaj6&Rj]a4rV)7< e1\6Cee-j Thb}lԁ %zHBTUѧ g<2MCOYו7 䣽]D`(uIJ$zpJT>rܝȅfҋ!a>{nq~ةaؙ03%y ́oj}!-7S\lsV=&h\o‹&?/v/@'҃,,,\q]+xoom 1NH997CdK)wV$ոaq]vBD!@x*m?ư;X^̍2 Kṕ<i3f>O8`~@aY[iOdt*tQR0 gJnX]ĸdmX(cߙj?s"-vC%\Rkk0F{"T]~gX!0C^ktO\z-J%J9andw{cP2FU86x?@}N=SysȢ] r(| @ȶdvlŹ%W_ )ȣpNlU u\&Ӂ Jgl. LGuNjzߓEّoza>쉓TU\\(t2#ijbuX(':a-nf6Xy@2ڇ8v2Ң2MսqۼpKJi{-d7WTnc:gS-@|v&gM62S l>ӪnRfUbP$ƫ.Bjg4TRP OyKkEGϴOi8kRl=~Uec5)zj|3Se |Μ|F?̰Gc/_^ bv#"C(k?H$eş'(:0ƞ: F E6CG\K]BJZH7$'+]?(F EV?6ls2}sZ̚}!'# .}n"{5)g'S;/wc'Z$4K  W 1"Ä&a%Z H\D؄`_:*yy7S ⵸mUTD<q=!|o hn4j.F%H?=3ntyGP9VU)(lwrj]0.Dh/S-ҧxW!i.+mP)"߄y>_T#(NMp 4aKH^-0NbB^q*65Šd0}ZSe] Y;qnv6lKo,?&N^E+܂ 蜝Z^:a{:ʳI7)]\h{ݩZM a&PۘnX8gGq(yP6i7뤜 j=c%#T3-o7Śjv5z塸1K٠2_*Ψq b]ySV{j.[p.{ #vL֕P[b'+ŻD!lZR `N-{W<}9]ZLX]vK55]TG=ۆɾS*UbLE_S yD%EX˧;)zx<ə{< H<Ƹ!E3`g6iG1`UJ$pq.tjwHQ4+aU- %D{b9![}6r,į?!YJx傸;fj7<ѽBBV q&Ȓ )&)__ysك l S=ꍉewu'7rϔh1-s-9ߚ,g;+{(;ob+ ړG>E6h[5MKWTL8_h lM*8$W4nL{ߏ!/D}PPDA!_1d=#c=r!Rݜ!8j.1m]/7p 6' ^^|bJ*W.)Rf,->dx2Y^8 dzD?dcx`ٓw%3-CTFEOFhXH1b;H9Vy'ÁH=B0AwE/]Ϧ!#JMG_3V .j۾qY} Q>PpyUHxw#:*t[c os'%bYujnjDzTG5O> UP0b ҵAoBb~al \%j z![[8DȎt!iJWX6+K*s^ ='ޛ诒߳&,i<,8}CJXrtc;@U֙{ayPcjYyH*zF:PRn+7:v;ɑ(~*ڝvX0fo͌}{mh2Ma$Q䞸wU'Ի!plkܑ.-oG7F)%H!^(BгV c=iT'n><nM2ToW]]›j&Q 6΁_8P.?VXqF^Z9uy^휕lt$6>=++쏃I]z\y69'*wO yZMtȑ*4[3<׷uh5&቙h04: JqXg& Y\*2hv&1P0m"<̧ks6:|',?i^t9Wl}9,~ [8hسj4 %+'\Ш+-AMax+Wb2T̼j쮅ۭQfΠ>bnkЮ,QH?Bߝ=z-?E<UI2(b*:*Ma.s96Thf_I3 Hb>PմWA2n6n(?C#i,01k2.r&&?G"F4t8֞BpG}js7U/^ͯSk0 V& 95'n4FsFߙ. fymU&D@Ǝb\Uݗ}SoaCnK5d$iޖ!q;_P=1f" ({g(BLP7ՏDX⥬)!GX91A;%3=xVA5}׌<"JUJWT%UmsIGm}K(i=e[Ԯ= iErO77ɕ|7@aS0Q#S-eJt~HҜJ2嗎5,lcJoc*Q%^X9%8kq7/m7⏂=kJΛ6aCCT8Wpe+c*%3de:vsN\l9p>ъױ:zL4l[X.}^@_V^H"8ۄϭȋھ]޼Ĥ88/6QPJdB%za @R3+ )L(.3cK_7+ b M͜b[yWC\P.Q{=ǮwKz[y`~REm(,5o*cQ&/_q{qY{֒ &E#+ ZxwgIw{yq59@?^f4wnʪ^v"4ՃO9aάN@z#EEŕc;^",urGOp|#z=I.CaM08W޷zF7:tcϥ1([qB&G!iR]y8ź!BlF{30bx?>˯g5s~şЅWYNS!lS}M> J|opR!kdS4 GP%:L$ d=KbƏgO|<"J٩^8Y?եOcށhD JLRns€4|Ζ3[3K]3z/4rq A:4!Ɨ[+(fG&_Ip7갍aLm c ת3؟z+FJw!HA)իte#b0]E\{PH<4 x#Аb[|Kh2A #Τtˋ|z4T3͑FZ3OoùwEb"m.eYB0tlh {d %"&US7JuY&gɑ,?#LokIW)r#V:Ev D30?V|, sg@a'Fs9PMdjqEl|k M47a[Kr~W@&؋d+RƏ2L_FEn`V;q:⍰ᩏZ`sQ3Q1=tcCފ6 l<"}yjlL_! Qj|M-דQ\+7C(Ɏ_غ93evtԭ|A%$S,W-)""*^=W1A&E9 \;,iZ.;QGCߝEDQ~#zJt^$aLj4'.I?_5lsB2K cYÔ'_pmr@!%Y=Lڥ1={ƮsBդ:j]p}'x(TAsɼݠnͤkJKxadM( @ļ1+Lgt8}Эe$eGx[|t\KAmx=8 w 'ih4 vȟ._i9Tni dC`D(%m1G>^AWԘF9w2^+;7Ŗ0qI~%z)Wi6xrmAd ^Hʤ;WVc0D\t|֝ ]HwFvc, ~ݚ~} $51F:)۲8(J Ư\ al-E?Ixʔ*9ƴ]!QܜmO >*>tOIaif0}p)eݵڷՌx "t hՄkLP;q]J|5Ϳu117wh=|R0YpB2׳0q[ٕ.#y2XJv۝r@SfadpNЅC[Ųu&?=`VSwq>>\!߱/,{ B3!З.c^Iuy}`hН}Dr%ڊ7 o ܂IUbOX))7G2Z}{rD,( 8ˬE[ݳzUhK>YAh-V߭Qœy]5Z_mScnin=&Ъ#eƇj@Tlޛ͸-=mg$orrxǽZ1B[ ;Lotɤl88h„/9̥m'ͨ4ʊM:h( CEsAX $1 uIrg0guo%ItW NJm:xC!S`l G◲ME8Bl+> b7s2<* l,魐bO>E7Сc)PK#V,ذvydjz7.OV d0;-bt挔H0ӷ-sFOs=M¾` IYmO~;W)-R]Svi,Tkg}Qnp~ckUӂS X3~@:r0'[TwNfH< z6|_l{2h;4Go?| HЩ^YnJsʯZf=u׶*̟0K#Rਯ/Q&=i pɐg=ARauôϤL6ߑfDރ`95;M@8.&}N6F/xKW$O F*kϨ]Zf UL tt`}r+[Xl@z $9{/CM ;ǐ%D#PXŮYb)xBTK/MPUs談s uW :jAP9deCt^mܨVۺʹՔv(jfLr/*C#T*l=> r VϼU׵TOL+Bf7GTɨ9 Ӡ݃J4heL=8zo{G*F/ob\N0N4}'f"ꯤ9sTT? 5W֡#EkY.oZT]nmA~Ch lAGX!x"^5ഢi+e7nS_0μhii.Ѥ}vc? G+t[Yakh=SS %tMA';OGp *3UU>6%iʻd[؈i^׈C2\Ipf4R9Eo?UCݜܮHXځtCF}Xg\m0= \ɁqiD6!x6> R\ 3]+Ov3w)zWT@dӵ)Q }g>vDJFݰވ0Q$hhqDr~Fӄw6"ȭ@'쨚u\-O 9}mg>c Xo,(VD2[Z;]Ql!R뉣U|!eCqp,TU2&fDB)5[Gϕ(1@`VL-sd$Q"iT@L4kY0 Ɲ%DM4C#y }s $hq:^np?5c-Y LNO9o 7HэKGM2ضң_\(#Aݭ#rd%b[۟"o`XE-D܊t54z (5&*PΛh}i:5W\}6 в?7@Diwխn0p\LsrRrQ۹zUcp * B0ecE "IbG$حN.ӦQ@Ec~9iۡtk"6M k ?#sO~NfXQ|Ċi_B1Fӄc0 Eu=ʺk;J4+.TZ]U91Zj_[Hsp+)~mbvpӇǰBM#ˑx muU89wyu~WhT\Uf* :m[3gYd Rt8"fFM`jebzSУ_7Iotj{cuIAw/7)$Gje@Z[&<[>TkvH Eg;&-?z֠{5`lӳ{ R?kF2`(Ņ$G j6>4>AHInl$CmcUf9l%^2Ϣ>WcuKۣԯ6` 9-ah3vdo my`ׇ+SLXp-T!%d'r]c@wjU 'crm]o Scp*=_I[Ro;|WIy4YÆ4x#5F$m[p߫pM^ WZ/Vm2 ^#3U rf6؆BY8ܕ8]RxQ~N/'zwKNE6h S SO<ɇa&0dR}6b@U۷$FszpyVPBmCpI]9ssQi__O*P&6fW)3.OBbȓwChH$7 Uz=z62E++S`jͅ /wh8֬"hh6 оeAU-ߖRወjs\^|qǔy]GGp*ƣV̼.] xEZ(ǚ~Lj qi䅫|ȊF:{sb9 gCP`۲j\Ϯm ޙyU跌[r{~i g]GQI-m2)3g29A#4_FX>a/SE|UL̽sHoAKIhnt3sκ#k/2o_9>iFj- * /}iC=ތ7|7=W`8.MS|Defo2Ml7ڌ@V\lE OD49۪kH; wk`=,wA5N{¿:3'miK2 7 tVZ݃]39ݠ.fҰK1O:J1T5 =(_% Q$̛s[27\ ה2)/ۼ0"\R24)l3RJ#l9 =A[++؎%F-F3Ct^fy: ~B399TҤfkTgDEj:!A O{|nՌtðzUujs)`H+x|KXzKU6p8Sڞ;ms 'g7k%8_o'WU7g@5vdrLba!ɁՙB`pD8*$ŷWYzdhWBRwCmL~-Wdƶ=JA֥j/g%l}V6+ Զ#8)p]a0[1M;ltuނ_"' ~Xb{A*IcHS sBFe4.;j u/y(uHv|B)'`|UC|@񅿤)/oIoHشdԳq;'y =5FHQ4Jh]x(lfDGJ_X)cM a1ө3Fѳ1i*}`<AtS"NqC]Z% ޼w*L+6IH'ԊKgabrJߟҞ2BbC "Q1Q7ҧ G\\Ky!H o1(gm;5C#5.] LVT|N [/aTox]W,(g.K%*9=_#7_ [Nf@;bN2+eRVѾEv8ROEt:cq~9XDRR'zv0JU;*W7t4 &M D"SIw1.M;n۩ QSΗL&Ff ,Ũ[8t2ele*hc?uD{TA36kG0beBT᤹@GPyL3|0 ;"ETs)dҬJ]=L 8oG(l8D޶ݹR2XB>J`!+50:ڈsDd}Zx05R]8ҸlS$W"AqD FJĒM nb )m7\<0DwO89cZ*@v]a9n@_nS"͎Fh߲c!е'k,qh$rQ=Q~LeV[CAEu@x7Lտ%}5P"I9 }myW j4+Cd뙻ɮ|PҼT  /^~ ?D;/5pU-"}|6zmktffiTܾ< rݰ-s$Q{UH( 7IxDB] mhl*Lf`ӣb5BIbva10׬5c%@>Uu~Ľ#-!e^ZXJ[L+hY;(ӰFk]fμpxf[@}9=e4EV^^-#KOWGazpAI`@>^>7h~n0N2 PCr_i1Mo^7 zq%ulo5uG%dI B[ՇdO͋;Y!0$)' $zrRDbvh3$▮T.j`ĭd5zsL•}%ƽa׿Ӓ RsZQp4&ƞ(0ëˈ'īռAI]BVujCl'*aA:0knS^E?஽Ũ~ډ8Rto BKB%yڱy;(cp y&$6$hS `86`s|m[U⑪&Co~4@%U HtKfQ f XW;#7#F3 멸,2xb|4wdO⭄d89_~EmH7-=8~t^12Fj6fcpipɷxf#{ #珧[l< ^H} W4?=Wy>I,۪ҋ9]U?߳עMXԳΜmRO|lq=\"U8ކ52*?7^cJ%/R[L0  lQC`c+ճd S㝗[%xPۈⷒ:Y%72H 8G%P_u6( ⩊oq:>ֵ?ᵙ6EwgztP ´4hS4I V\ʣr5l bD0Sv{:dAJ7Bu|PnaL,k.釤r!u0ZvMOHZ3 ;m#>']V]FcFLgogsP'p/ 黝8~+UX8KnuWZRV}AE,X$؂eZ/ ]Z󝬋%nl^ 2Rnw: YZ