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 | |
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
-rw-r--r-- | doc/CHANGES | 5 | ||||
-rw-r--r-- | net/samba2/Makefile.common | 4 | ||||
-rw-r--r-- | net/samba2/distinfo | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index a06b15205ca..13edced01f0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7562 2004/10/25 16:43:20 jmmv Exp $ +$NetBSD: CHANGES,v 1.7563 2004/10/25 17:05:41 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4860,3 +4860,6 @@ Changes to the packages collection and infrastructure in 2004: Updated gkrellm to 2.2.4 [xtraeme 2004-10-25] Updated liferea to 0.6.0 [minskim 2004-10-25] Updated drivel to 1.2.2nb1 [jmmv 2004-10-25] + Updated samba2 to 2.2.12 [jdolecek 2004-10-25] + Updated winbond to 2.2.12 [jdolecek 2004-10-25] + Updated pam-smbpass to 2.2.12 [jdolecek 2004-10-25] 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 |