diff options
author | taca <taca@pkgsrc.org> | 2002-02-07 09:57:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-02-07 09:57:19 +0000 |
commit | 0aedc6e20ba1fe97d2fc23733979f235bbe57a1b (patch) | |
tree | 7376efb1360d451b1e942472d437af4059ea1db8 /net/samba | |
parent | a1bbc2ba31e057a1ed265ffe6a2421040e00535f (diff) | |
download | pkgsrc-0aedc6e20ba1fe97d2fc23733979f235bbe57a1b.tar.gz |
update samba package to 2.2.3.1 (samba 2.2.3a).
Change from 2.2.3
-----------------
This is a minor bugfix release for the 2.2.3 release. The 2.2.3
release had a problem that was visible to Windows 2000 Explorer
users in that copying files into a share that already existed
failed with "Access Denied" rather than asking the user if an
overwrite was required. This was due to an incorrect error mapping
between the UNIX EEXIST error code and the NT status error.
As Windows Explorer is a highly visible end user application a quick
bugfix release was required, hence 2.2.3a.
Compilation on HPUX versions earlier than HPUX 11 has also been
corrected.
The cvs.log file is no longer included with this release, as it adds
13Mb to the size of the release, and is easily available on the Web.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 6 | ||||
-rw-r--r-- | net/samba/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 3cdaf7db118..90a023797b8 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2002/02/05 05:14:46 jlam Exp $ +# $NetBSD: Makefile,v 1.81 2002/02/07 09:57:19 taca Exp $ -DISTNAME= samba-2.2.3 -PKGREVISION= 1 +DISTNAME= samba-2.2.3a +PKGNAME= samba-2.2.3.1 WRKSRC= ${WRKDIR}/${DISTNAME}/source CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ diff --git a/net/samba/distinfo b/net/samba/distinfo index 866e09bb16e..d1686642ade 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2002/02/05 00:36:26 taca Exp $ +$NetBSD: distinfo,v 1.16 2002/02/07 09:57:19 taca Exp $ -SHA1 (samba-2.2.3.tar.gz) = df469c3cbe15cd8379d47487ad749ef4407aa405 -Size (samba-2.2.3.tar.gz) = 7138400 bytes +SHA1 (samba-2.2.3a.tar.gz) = cbcb16419fc83e1b17f97c971d8f41962ff49d5b +Size (samba-2.2.3a.tar.gz) = 5460531 bytes SHA1 (patch-aa) = 10a0f8f0f92b2ceae89eb4307ea5e60b6364b425 SHA1 (patch-ab) = 92e8d3721ff137d90ae2e2fcf6d5c6820a90273e SHA1 (patch-ac) = a055bcc69e1a40124ada075ac836d1061ecfcd15 |