pkgsrc/net/samba33/patches/patch-an
taca b3aa968876 Importing Samba 3.3.10 as net/samba33.
This isn't latest release, but diffrence from current package is minimal
supported release.

Since changes are too huge to write here, please refer each release notes:

	http://www.samba.org/samba/history/

And this pacakge already contain fix for CVE-2009-3297.
2010-02-16 16:24:15 +00:00

13 lines
362 B
Text

$NetBSD: patch-an,v 1.1.1.1 2010/02/16 16:24:16 taca Exp $
--- modules/vfs_acl_tdb.c.orig 2010-01-14 10:12:10.000000000 +0000
+++ modules/vfs_acl_tdb.c
@@ -44,7 +44,7 @@ static bool acl_tdb_init(struct db_conte
return true;
}
- dbname = lock_path("file_ntacls.tdb");
+ dbname = state_path("file_ntacls.tdb");
if (dbname == NULL) {
errno = ENOSYS;