pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba Update "samba" package to version 3.0.32. Ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49c0de6c8115
branches:  trunk
changeset: 546385:49c0de6c8115
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Aug 30 12:18:38 2008 +0000

description:
Update "samba" package to version 3.0.32. Changes since 3.0.30:
- Prevent crash bug in Winbind caused by a race condition
  when a child process becomes unresponsive.
- Fix interactive password prompting in the "net" command.
- Documentation clarifications and typographical fixes.
- Correct issues with running Winbind running on a Samba PDC.
- Problems with trusted Windows 2008 domains.
- Difficulty joining an NT4 or Windows 2000 AD domain.

diffstat:

 net/samba/Makefile         |   4 ++--
 net/samba/PLIST            |   5 ++---
 net/samba/distinfo         |   9 ++++-----
 net/samba/patches/patch-db |  15 ---------------
 4 files changed, 8 insertions(+), 25 deletions(-)

diffs (84 lines):

diff -r 70f12d12689f -r 49c0de6c8115 net/samba/Makefile
--- a/net/samba/Makefile        Sat Aug 30 11:12:59 2008 +0000
+++ b/net/samba/Makefile        Sat Aug 30 12:18:38 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.183 2008/06/28 22:51:21 tron Exp $
+# $NetBSD: Makefile,v 1.184 2008/08/30 12:18:38 tron Exp $
 
 .include "Makefile.mirrors"
 
@@ -12,7 +12,7 @@
 HOMEPAGE=              http://www.samba.org/
 COMMENT=               SMB/CIFS protocol server suite
 
-VERSION=               3.0.30
+VERSION=               3.0.32
 CONFLICTS+=            ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]*   \
                        winbind-[0-9]*
 MAKE_JOBS_SAFE=                NO
diff -r 70f12d12689f -r 49c0de6c8115 net/samba/PLIST
--- a/net/samba/PLIST   Sat Aug 30 11:12:59 2008 +0000
+++ b/net/samba/PLIST   Sat Aug 30 12:18:38 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2008/06/28 22:51:21 tron Exp $
+@comment $NetBSD: PLIST,v 1.41 2008/08/30 12:18:38 tron Exp $
 bin/eventlogadm
 bin/findsmb
 bin/net
@@ -282,7 +282,7 @@
 share/samba/swat/help/Samba3-HOWTO/bugreport.html
 share/samba/swat/help/Samba3-HOWTO/cfgsmarts.html
 share/samba/swat/help/Samba3-HOWTO/ch-ldap-tls.html
-share/samba/swat/help/Samba3-HOWTO/ch46.html
+share/samba/swat/help/Samba3-HOWTO/ch47.html
 share/samba/swat/help/Samba3-HOWTO/classicalprinting.html
 share/samba/swat/help/Samba3-HOWTO/compiling.html
 share/samba/swat/help/Samba3-HOWTO/diagnosis.html
@@ -403,7 +403,6 @@
 share/samba/swat/help/manpages/smbmount.8.html
 share/samba/swat/help/manpages/smbpasswd.5.html
 share/samba/swat/help/manpages/smbpasswd.8.html
-share/samba/swat/help/manpages/smbsh.1.html
 share/samba/swat/help/manpages/smbspool.8.html
 share/samba/swat/help/manpages/smbstatus.1.html
 share/samba/swat/help/manpages/smbtar.1.html
diff -r 70f12d12689f -r 49c0de6c8115 net/samba/distinfo
--- a/net/samba/distinfo        Sat Aug 30 11:12:59 2008 +0000
+++ b/net/samba/distinfo        Sat Aug 30 12:18:38 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.63 2008/06/28 22:51:21 tron Exp $
+$NetBSD: distinfo,v 1.64 2008/08/30 12:18:38 tron Exp $
 
-SHA1 (samba-3.0.30.tar.gz) = 609c602d9a17ea05954fc9fc021cfd95227eaefb
-RMD160 (samba-3.0.30.tar.gz) = 49f2f77294cdab6d7ca9db878755db2384e897cc
-Size (samba-3.0.30.tar.gz) = 20510081 bytes
+SHA1 (samba-3.0.32.tar.gz) = bcbcff2c00a7cec07886de184d8761fd8b424810
+RMD160 (samba-3.0.32.tar.gz) = 91bea73b9a799b8cb67d5fadd288d9403f175492
+Size (samba-3.0.32.tar.gz) = 21679285 bytes
 SHA1 (patch-aa) = b323c778c0c4f01cd102d019a996914d0d7eb106
 SHA1 (patch-ac) = 47529dfe904768e6a3076131978c89fe2d1e3619
 SHA1 (patch-ae) = 28fc3d1ad158f8025f1f9ba8e170d93c31fa45ba
@@ -38,4 +38,3 @@
 SHA1 (patch-cg) = 2755a019759826a39c3e201f6a0d1646e6dd2fba
 SHA1 (patch-ch) = 3c4c404519154e294cee134ddb4d2b9c7d8e02a2
 SHA1 (patch-da) = 2dddd250b2207d658b02ff43b46199ce4305b7f8
-SHA1 (patch-db) = a43800408fae9bc2bfdd0db4d481dda6b936778b
diff -r 70f12d12689f -r 49c0de6c8115 net/samba/patches/patch-db
--- a/net/samba/patches/patch-db        Sat Aug 30 11:12:59 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-db,v 1.1 2008/04/03 20:19:42 jlam Exp $
-
---- include/includes.h.orig    2008-03-08 10:56:26.000000000 -0500
-+++ include/includes.h
-@@ -224,6 +224,10 @@ typedef int ber_int_t;
- #include <sys/attributes.h>
- #endif
- 
-+#if !defined(ENOATTR) && !defined(ENODATA)
-+#define ENOATTR EAGAIN
-+#endif
-+
- #ifndef ENOATTR
- #define ENOATTR ENODATA
- #endif



Home | Main Index | Thread Index | Old Index