pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/samba add a patch from upstream:
details: https://anonhg.NetBSD.org/pkgsrc/rev/47645f52abc8
branches: trunk
changeset: 394917:47645f52abc8
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Jun 23 20:36:27 2009 +0000
description:
add a patch from upstream:
CVE-2009-1888:
In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
data value can potentially affect access control when "dos filemode"
is set to "yes".
bump PKGREVISION
diffstat:
net/samba/Makefile | 4 ++--
net/samba/distinfo | 3 ++-
net/samba/patches/patch-db | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (46 lines):
diff -r 9a91d6ebb83c -r 47645f52abc8 net/samba/Makefile
--- a/net/samba/Makefile Tue Jun 23 19:41:36 2009 +0000
+++ b/net/samba/Makefile Tue Jun 23 20:36:27 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.190 2009/05/20 00:58:26 wiz Exp $
+# $NetBSD: Makefile,v 1.191 2009/06/23 20:36:27 drochner Exp $
.include "Makefile.mirrors"
DISTNAME= samba-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/}
diff -r 9a91d6ebb83c -r 47645f52abc8 net/samba/distinfo
--- a/net/samba/distinfo Tue Jun 23 19:41:36 2009 +0000
+++ b/net/samba/distinfo Tue Jun 23 20:36:27 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.67 2009/03/21 18:25:34 tron Exp $
+$NetBSD: distinfo,v 1.68 2009/06/23 20:36:27 drochner Exp $
SHA1 (samba-3.0.34.tar.gz) = 18104d1bf509cd3fd3107c09fa6205666e04ac16
RMD160 (samba-3.0.34.tar.gz) = d79cd544b5ab2b4a7130b8c52c19edcfc89083ea
@@ -38,3 +38,4 @@
SHA1 (patch-cg) = 2755a019759826a39c3e201f6a0d1646e6dd2fba
SHA1 (patch-ch) = 3c4c404519154e294cee134ddb4d2b9c7d8e02a2
SHA1 (patch-da) = 2dddd250b2207d658b02ff43b46199ce4305b7f8
+SHA1 (patch-db) = 2c8d11db6761ef0a9074bd16971eedf1820c8168
diff -r 9a91d6ebb83c -r 47645f52abc8 net/samba/patches/patch-db
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/samba/patches/patch-db Tue Jun 23 20:36:27 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-db,v 1.3 2009/06/23 20:36:27 drochner Exp $
+
+--- smbd/posix_acls.c.orig 2009-01-19 11:40:09.000000000 +0100
++++ smbd/posix_acls.c
+@@ -2296,6 +2296,8 @@ static BOOL acl_group_override(connectio
+ {
+ SMB_STRUCT_STAT sbuf;
+
++ ZERO_STRUCT(sbuf);
++
+ if ((errno != EPERM) && (errno != EACCES)) {
+ return False;
+ }
Home |
Main Index |
Thread Index |
Old Index