diff options
author | grant <grant@pkgsrc.org> | 2004-11-09 08:21:26 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-09 08:21:26 +0000 |
commit | 51cae28e223c5c4a5442651c44fcf903f9fb2c82 (patch) | |
tree | 713ca9414d11af5db6459b300a538db78b6c95d5 /net/samba | |
parent | 5462dd2a1682cf84b4862d6d48e7f1895cb061e9 (diff) | |
download | pkgsrc-51cae28e223c5c4a5442651c44fcf903f9fb2c82.tar.gz |
update to samba-3.0.8.
Common bugs fixed in 3.0.8 include:
o Compile fixes for HP-UX
o Fixes for the printer publishing code used when joined to
an AD domain.
o Incompatibilities with file system quotas.
o Several bugs in the spoolss printing code and print system
backends.
o Inconsistencies in the username map functionality when
configured on domain member servers.
o Various compile warnings and errors on various platforms.
o Fixes for kerberos interoperability with Windows 200x
domains when using DES keys.
o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.
New features included in the 3.0.8 release are:
o New migration functionality added the the net tool
for files/directories, printers, and shares.
o New experimental idmap backend for assigning uids/gids
directly based on the user/group RID when acting as a
member of single domain without any trusts.
o Additional printer migration support for XP/2003 platforms.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 5 | ||||
-rw-r--r-- | net/samba/PLIST | 8 | ||||
-rw-r--r-- | net/samba/distinfo | 6 |
3 files changed, 7 insertions, 12 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index ec0969ffd7f..89844831cd7 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.131 2004/11/06 11:07:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.132 2004/11/09 08:21:26 grant Exp $ -DISTNAME= samba-3.0.7 -PKGREVISION= 2 +DISTNAME= samba-3.0.8 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/old-versions/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/old-versions/ \ diff --git a/net/samba/PLIST b/net/samba/PLIST index 75b0a16a254..1d486c36d48 100644 --- a/net/samba/PLIST +++ b/net/samba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2004/11/06 11:07:17 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.26 2004/11/09 08:21:26 grant Exp $ bin/findsmb bin/net bin/nmblookup @@ -20,6 +20,7 @@ bin/smbtree ${SMBMOUNT}bin/smbumount bin/tdbbackup bin/tdbdump +bin/tdbtool bin/testparm bin/testprns bin/wbinfo @@ -371,10 +372,6 @@ share/samba/swat/images/wizard.gif share/samba/swat/include/footer.html share/samba/swat/include/header.html share/samba/swat/lang/ja/help/welcome.html -share/samba/swat/lang/ja/include/footer.html -share/samba/swat/lang/ja/include/header.html -share/samba/swat/lang/ja/include/header.nocss.html -share/samba/swat/lang/ja/include/header_css.html share/samba/swat/lang/tr/help/welcome.html share/samba/swat/lang/tr/images/globals.gif share/samba/swat/lang/tr/images/home.gif @@ -384,7 +381,6 @@ share/samba/swat/lang/tr/images/samba.gif share/samba/swat/lang/tr/images/shares.gif share/samba/swat/lang/tr/images/status.gif share/samba/swat/lang/tr/images/viewconfig.gif -share/samba/swat/lang/tr/include/header.html share/samba/swat/using_samba/appa.html share/samba/swat/using_samba/appb.html share/samba/swat/using_samba/appc.html diff --git a/net/samba/distinfo b/net/samba/distinfo index 0d3e663809d..a7eea8cb2a8 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.36 2004/09/15 08:51:29 adam Exp $ +$NetBSD: distinfo,v 1.37 2004/11/09 08:21:27 grant Exp $ -SHA1 (samba-3.0.7.tar.gz) = 7eff8b831e49bbed2cebfc368af55715c7abf635 -Size (samba-3.0.7.tar.gz) = 15012667 bytes +SHA1 (samba-3.0.8.tar.gz) = 63b6264a3cd3117c8b820e0bf8c8b2c59c8cb820 +Size (samba-3.0.8.tar.gz) = 15101353 bytes SHA1 (patch-ab) = c5f352a07774b8e2873c2ac3b3de3ba4cb12bf5e SHA1 (patch-ac) = fc0d15f371a9c3544499f6a6cd830b52b34ff644 SHA1 (patch-ad) = b75770eb6fc7ff5d26764fced83e26fd6cf153af |