diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-25 17:05:41 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-25 17:05:41 +0000 |
commit | d1cc50cee2cf547191630b59545bb5c159495ad0 (patch) | |
tree | cf9e3cf2c1f56b4a52cfb49c6f30b34c0ff3432d /net | |
parent | 677ccf11cb0900ac0aa2147a5239e339b3bac88a (diff) | |
download | pkgsrc-d1cc50cee2cf547191630b59545bb5c159495ad0.tar.gz |
Update samba2 to 2.2.12. Fixes since 2.2.10:
* Crashes in smbd triggered by a Windows XP SP2 client sending
a FindNextPrintChangeNotify() request without previously
issuing FindFirstPrintChangeNotify().
* A remote attacker may be able to gain access
to files which exist outside of the share's
defined path. Such files must still be readable
by the account used for the connection.
Note: this is the really last samba 2.x version - 2.x branch was
EOLed 2004/10/01
Diffstat (limited to 'net')
-rw-r--r-- | net/samba2/Makefile.common | 4 | ||||
-rw-r--r-- | net/samba2/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/samba2/Makefile.common b/net/samba2/Makefile.common index 71c382989ce..81f34ab36bb 100644 --- a/net/samba2/Makefile.common +++ b/net/samba2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/08/07 08:18:38 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/10/25 17:05:41 jdolecek Exp $ # # NOTE: This file is included by: # @@ -7,7 +7,7 @@ # security/winbind/Makefile DISTNAME= samba-${SAMBA_DIST_VERS} -SAMBA_DIST_VERS= 2.2.10 +SAMBA_DIST_VERS= 2.2.12 WRKSRC?= ${WRKDIR}/${DISTNAME}/source CATEGORIES?= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/old-versions/ \ diff --git a/net/samba2/distinfo b/net/samba2/distinfo index 2f8c2fc89b0..dc9ec032be1 100644 --- a/net/samba2/distinfo +++ b/net/samba2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2004/08/07 08:18:38 jdolecek Exp $ +$NetBSD: distinfo,v 1.3 2004/10/25 17:05:41 jdolecek Exp $ -SHA1 (samba-2.2.10.tar.gz) = 583bf9d2b2bb8de44501082285146e1440b1daa6 -Size (samba-2.2.10.tar.gz) = 5503115 bytes +SHA1 (samba-2.2.12.tar.gz) = 9f8cf8bef5f7aace692d06c7d1f60be61b046bad +Size (samba-2.2.12.tar.gz) = 5459704 bytes SHA1 (patch-aa) = 7f85ab121ffbcb67eb1f1c59f49245dda2eff44d SHA1 (patch-ab) = 8be47e3f277f191aff18f77d8ed5ef4d8903ec5f SHA1 (patch-ac) = cfde267ffe57046de18691f612e73ecdd1158d86 |