diff options
author | jdolecek <jdolecek> | 2004-08-07 08:18:37 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-08-07 08:18:37 +0000 |
commit | 912215facb8316c2f4068e14daa5ea45894142fd (patch) | |
tree | 32a206de49f840bbc6dc3e7d0ae8f5236851b487 /security/winbind | |
parent | ccb00fc5a8df86d360f076cd7b519d6c1140dacd (diff) | |
download | pkgsrc-912215facb8316c2f4068e14daa5ea45894142fd.tar.gz |
Update samba2 package to 2.2.10
Changes in 2.2.10:
A buffer overrun has been located in the code used to support
the 'mangling method = hash' smb.conf option. Affected Samba
2.2 installations can avoid this possible security bug by using
the hash2 mangling method. Server installations requiring
the hash mangling method are encouraged to upgrade to Samba v2.2.10
or v3.0.5.
Changes in 2.2.9:
This is a maintenance release of Samba 2.2.8a to address the
problem with user password changes after applying the Microsoft
hotfix described in KB828741 to Windows NT 4.0/200x/XP clients.
Also updated dependant packages pam-smbpass and winbind.
Diffstat (limited to 'security/winbind')
-rw-r--r-- | security/winbind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/winbind/Makefile b/security/winbind/Makefile index 2e591b77f43..8a3896c65e4 100644 --- a/security/winbind/Makefile +++ b/security/winbind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/04/24 22:46:11 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/08/07 08:18:38 jdolecek Exp $ PKGNAME= winbind-${SAMBA_DIST_VERS} -PKGREVISION= 2 +PKGREVISION= # empty CATEGORIES= security USE_BUILDLINK3= yes |