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
This commit is contained in:
parent
2c27b9f1b5
commit
02fc748429
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue