diff options
author | tron <tron@pkgsrc.org> | 2009-03-21 18:25:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-03-21 18:25:34 +0000 |
commit | dcdbb51199de03213e9c0211786b1f741a4412e6 (patch) | |
tree | 6ace24e7b168e065059518a538a5f359a15de88f /net/samba/Makefile | |
parent | 0eaa73f1ff56529374feba4ebe27c96a74bfec5b (diff) | |
download | pkgsrc-dcdbb51199de03213e9c0211786b1f741a4412e6.tar.gz |
Update "samba" package to version 3.0.34. Changes since version 3.0.32:
- Fix update of machine account passwords.
- Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
- Fix Winbind crashes.
- Correctly detect if the current dc is the closest one.
- Add saf_join_store() function to memorize the dc used at join time.
This avoids problems caused by replication delays shortly after
domain joins.
- Fix write list in setups using "security = share".
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index d589830f9c3..749e0bd110c 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.188 2009/03/03 17:50:49 sborrill Exp $ +# $NetBSD: Makefile,v 1.189 2009/03/21 18:25:34 tron Exp $ .include "Makefile.mirrors" DISTNAME= samba-${VERSION} -PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/} @@ -13,7 +12,7 @@ MAINTAINER= jlam@pkgsrc.org HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite -VERSION= 3.0.32 +VERSION= 3.0.34 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]* \ winbind-[0-9]* MAKE_JOBS_SAFE= NO |