diff options
author | adam <adam@pkgsrc.org> | 2011-08-05 09:51:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-05 09:51:45 +0000 |
commit | 3fc32d29eb369923e534bd89c8ea683ee6e5363d (patch) | |
tree | dcdb425b1c6041b1779e5ab4064102404bfe5ca5 | |
parent | 9226113f9355d4a4ef202063744e9048685f394f (diff) | |
download | pkgsrc-3fc32d29eb369923e534bd89c8ea683ee6e5363d.tar.gz |
Changes 3.5.11:
* Fix access to Samba shares when Windows security patch KB2536276 is installed
* Fix DoS in Winbind and smbd with many file descriptors open
* Fix Winbind panics if verify_idpool() fails
-rw-r--r-- | net/samba35/Makefile | 4 | ||||
-rw-r--r-- | net/samba35/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/samba35/Makefile b/net/samba35/Makefile index 4f5a28838bd..45fcf0971f7 100644 --- a/net/samba35/Makefile +++ b/net/samba35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/07/27 00:52:20 taca Exp $ +# $NetBSD: Makefile,v 1.9 2011/08/05 09:51:45 adam Exp $ .include "../../net/samba/Makefile.mirrors" @@ -11,7 +11,7 @@ HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite LICENSE= gnu-gpl-v3 -VERSION= 3.5.10 +VERSION= 3.5.11 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]* winbind-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/samba35/distinfo b/net/samba35/distinfo index 1c4bdf59858..fafabd643f4 100644 --- a/net/samba35/distinfo +++ b/net/samba35/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2011/08/01 08:42:39 apb Exp $ +$NetBSD: distinfo,v 1.7 2011/08/05 09:51:45 adam Exp $ -SHA1 (samba-3.5.10.tar.gz) = de63b1a7e2fa6bcae91dbf7d2cbdfb38d0f97c00 -RMD160 (samba-3.5.10.tar.gz) = 8dd4c500b0c967d70e750830443ea3c4f1d864b9 -Size (samba-3.5.10.tar.gz) = 30753696 bytes +SHA1 (samba-3.5.11.tar.gz) = 0801871ab6a11f7d8eb8bf32ff0b87896d263441 +RMD160 (samba-3.5.11.tar.gz) = b3ee1e044e9df417b0dcaf954a6a137db742cba3 +Size (samba-3.5.11.tar.gz) = 30752782 bytes SHA1 (patch-aa) = 6c8497adce78e8b1dea2a0402d4a980b67b57b8e SHA1 (patch-ab) = 0372ff2e3caca866dacd6ed25ae1d02e34a5b567 SHA1 (patch-ac) = 5b1c0fdb781cb75f81af71ed2695144d4a35e032 |