So samba-4.10.10 and samba-4.10.11 trigger a bug in binutils:
http://build-failures.rhaalovely.net/sparc64/2019-12-11/net/samba,.log http://build-failures.rhaalovely.net/mips64/2019-12-06/net/samba,,-ldb.log Some errors and warnings: --8<-- [2488/4004] Linking bin/default/lib/ldb/libldb-tdb-int-samba4.so 15:23:52 runner ['cc', '-Wl,--version-script=/pobj/samba-4.10.10/samba-4.10.10/bin/default/lib/ldb/ldb_tdb_int.vscript', '-shared', 'lib/ldb/ldb_tdb/ldb_tdb_wrap.c.45.o', 'lib/ldb/ldb_tdb/ldb_tdb.c.45.o', '-o/pobj/samba-4.10.10/samba-4.10.10/bin/default/lib/ldb/libldb-tdb-int-samba4.so', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-L/pobj/samba-4.10.10/samba-4.10.10/bin/default/lib/tevent', '-L/pobj/samba-4.10.10/samba-4.10.10/bin/default/lib/replace', '-L/p obj/samba-4.10.10/samba-4.10.10/bin/default/lib/ldb', '-L/usr/local/lib', '-L/usr/local/lib', '-L/usr/local/lib', '-L/usr/local/lib', '-lldb', '-lldb-key-value-samba4', '-lreplace', '-lldb-tdb-err-map-samba4', '-ltevent', '-lt alloc', '-lpthread', '-ltdb', '-L/usr/local/lib', '-Wl,-z,relro,-z,now', '-lpthread', '-Wl,-no-undefined', '-Wl,--as-needed', '-lc'] /usr/bin/ld: BFD 2.17 internal error, aborting at /usr/src/gnu/usr.bin/binutils-2.17/bfd/elfcode.h line 190 in void bfd_elf64_swap_symbol_in(bfd *, const void *, const void *, Elf_Internal_Sym *) /usr/bin/ld: Please report this bug. cc: error: linker command failed with exit code 1 (use -v to see invocation) -->8-- --8<-- /usr/bin/ld: /pobj/samba-4.10.10/samba-4.10.10/bin/default/lib/param/libserver-role-samba4.so: invalid string offset 3755991007 >= 625 for section `.dynstr' /usr/bin/ld: /pobj/samba-4.10.10/samba-4.10.10/bin/default/lib/param/libserver-role-samba4.so: invalid string offset 3755991007 >= 625 for section `.dynstr' -->8-- This breaks samba on all ld.bfd platforms, including sparc64 where I didn't bother testing samba-4.10 since it seldom exposes problems. Well, lesson learned. Since binutils code is far from trivial and I don't have as much time as I'd like on my hands, the diff below downgrades samba to 4.9.17 (same release as -stable) on all platforms. I added EPOCH and turned all 4.9->4.10 shared libs bumps into major bumps. Reviews and feedback welcome. Index: Makefile =================================================================== RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.283 diff -u -p -r1.283 Makefile --- Makefile 10 Dec 2019 09:56:50 -0000 1.283 +++ Makefile 17 Dec 2019 17:03:42 -0000 @@ -1,7 +1,8 @@ # $OpenBSD: Makefile,v 1.283 2019/12/10 09:56:50 jca Exp $ -VERSION = 4.10.11 +VERSION = 4.9.17 DISTNAME = samba-${VERSION} +EPOCH = 0 COMMENT-main = SMB and CIFS client and server for UNIX COMMENT-ldb = LDAP-like embedded database @@ -17,18 +18,15 @@ PKGNAME-docs = samba-docs-${VERSION} PKG_ARCH-docs = * -LDB_V = 1.5.6 -TEVENT_V = 0.9.39 - -REVISION-ldb = 0 -REVISION-tevent = 0 +LDB_V = 1.4.8 +TEVENT_V = 0.9.37 SHARED_LIBS = asn1-samba4 0.0 \ com_err-samba4 0.0 \ dcerpc 0.0 \ - dcerpc-binding 1.2 \ + dcerpc-binding 2.0 \ dcerpc-samr 0.0 \ - dcerpc-server 6.0 \ + dcerpc-server 7.0 \ gssapi-samba4 0.0 \ hcrypto-samba4 0.0 \ hdb-samba4 0.0 \ @@ -37,8 +35,8 @@ SHARED_LIBS = asn1-samba4 0.0 \ hx509-samba4 0.0 \ kdc-samba4 0.0 \ krb5-samba4 0.1 \ - ldb 0.10 \ - ndr 0.4 \ + ldb 1.0 \ + ndr 1.0 \ ndr-krb5pac 0.1 \ ndr-nbt 0.1 \ ndr-standard 3.0 \ @@ -47,20 +45,20 @@ SHARED_LIBS = asn1-samba4 0.0 \ roken-samba4 0.0 \ samba-credentials 0.2 \ samba-errors 1.0 \ - samba-hostconfig 5.0 \ + samba-hostconfig 6.0 \ samba-passdb 2.1 \ samba-policy 0.0 \ samba-util 5.0 \ samdb 0.2 \ - smbclient 4.4 \ - smbconf 7.0 \ + smbclient 5.0 \ + smbconf 8.0 \ smbldap 0.1 \ tevent 0.5 \ tevent-util 1.1 \ - wbclient 3.3 \ + wbclient 4.0 \ wind-samba4 0.0 \ - replace 10.0 \ - util-setid 10.0 + replace 11.0 \ + util-setid 11.0 CATEGORIES = net sysutils security @@ -80,17 +78,17 @@ UTIL_WANTLIB = ${UTIL_LIBS:S@^@lib/samb WANTLIB-common = c pthread WANTLIB-main = ${WANTLIB-common} ${MODPY_WANTLIB} -WANTLIB-main += crypto curses m util z +WANTLIB-main += z WANTLIB-main += avahi-client avahi-common cups dbus-1 execinfo fam -WANTLIB-main += iconv intl jansson lber ldap pam popt gcrypt gnutls ldb -WANTLIB-main += pyldb-util pytalloc-util readline tasn1 tdb talloc tevent +WANTLIB-main += iconv intl jansson lber ldap pam popt gnutls +WANTLIB-main += ldb pyldb-util pytalloc-util readline tdb talloc tevent WANTLIB-main += ${UTIL_WANTLIB} WANTLIB-ldb = ${WANTLIB-common} ${MODPY_WANTLIB} -WANTLIB-ldb += intl lber ldap popt m replace talloc tdb tevent util +WANTLIB-ldb += lber ldap popt talloc tdb tevent WANTLIB-tevent = ${WANTLIB-common} ${MODPY_WANTLIB} -WANTLIB-tevent += intl m replace talloc util +WANTLIB-tevent += talloc WANTLIB-util = ${WANTLIB-common} @@ -127,19 +125,16 @@ LIB_DEPENDS-main = ${BUILD_PKGPATH},-ldb net/avahi \ print/cups,-libs \ security/gnutls \ - security/libgcrypt \ security/openpam \ sysutils/gamin LIB_DEPENDS-ldb = ${BUILD_PKGPATH},-tevent>=${TEVENT_V} \ - ${BUILD_PKGPATH},-util>=${VERSION} \ devel/popt \ databases/openldap \ databases/tdb>=1.3.18 \ devel/libtalloc>=2.1.16 -LIB_DEPENDS-tevent = devel/libtalloc>=2.1.16 \ - ${BUILD_PKGPATH},-util>=${VERSION} +LIB_DEPENDS-tevent = devel/libtalloc>=2.1.16 LIB_DEPENDS-docs = Index: distinfo =================================================================== RCS file: /cvs/ports/net/samba/distinfo,v retrieving revision 1.80 diff -u -p -r1.80 distinfo --- distinfo 10 Dec 2019 09:56:50 -0000 1.80 +++ distinfo 17 Dec 2019 17:03:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (samba-4.10.11.tar.gz) = YJ9CMuBMbqrQ47jgDNg3aDqWDruVwf4zSelo0dHf+JQ= -SIZE (samba-4.10.11.tar.gz) = 18342499 +SHA256 (samba-4.9.17.tar.gz) = QkZ68u+rR5PHmIVhZEqE3kAA6WqHzoI5NixtEKus4pU= +SIZE (samba-4.9.17.tar.gz) = 18100548 Index: patches/patch-Makefile =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-Makefile,v retrieving revision 1.2 diff -u -p -r1.2 patch-Makefile --- patches/patch-Makefile 4 Dec 2019 00:17:53 -0000 1.2 +++ patches/patch-Makefile 17 Dec 2019 17:03:42 -0000 @@ -3,12 +3,13 @@ BUG: https://bugzilla.samba.org/show_bug Index: Makefile --- Makefile.orig +++ Makefile -@@ -1,7 +1,7 @@ - # simple makefile wrapper to run waf +@@ -2,7 +2,8 @@ + PYTHON?=python WAF_BINARY=$(PYTHON) ./buildtools/bin/waf --WAF=PYTHONHASHSEED=1 WAF_MAKE=1 $(WAF_BINARY) -+WAF=PYTHONHASHSEED=1 WAF_MAKE=1 $(WAF_BINARY) $(WAF_ARGS) +-WAF=WAF_MAKE=1 $(WAF_BINARY) ++WAF_ARGS?= ++WAF=WAF_MAKE=1 $(WAF_BINARY) $(WAF_ARGS) all: $(WAF) build Index: patches/patch-auth_auth_log_c =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-auth_auth_log_c,v retrieving revision 1.3 diff -u -p -r1.3 patch-auth_auth_log_c --- patches/patch-auth_auth_log_c 4 Dec 2019 00:17:53 -0000 1.3 +++ patches/patch-auth_auth_log_c 17 Dec 2019 17:03:42 -0000 @@ -5,7 +5,7 @@ Avoid printf("%s", NULL); Index: auth/auth_log.c --- auth/auth_log.c.orig +++ auth/auth_log.c -@@ -604,7 +604,8 @@ static void log_authentication_event_human_readable( +@@ -566,7 +566,8 @@ static void log_authentication_event_human_readable( ui->netlogon_trust_account.account_name); nl = talloc_asprintf(frame, " NETLOGON computer [%s] trust account [%s]", @@ -15,7 +15,7 @@ Index: auth/auth_log.c } remote = tsocket_address_string(ui->remote_host, frame); -@@ -622,8 +623,10 @@ static void log_authentication_event_human_readable( +@@ -585,8 +586,10 @@ static void log_authentication_event_human_readable( logon_line = talloc_asprintf( frame, " mapped to [%s]\\[%s].", @@ -28,7 +28,7 @@ Index: auth/auth_log.c } DEBUGC(DBGC_AUTH_AUDIT, debug_level, -@@ -633,13 +636,15 @@ static void log_authentication_event_human_readable( +@@ -596,13 +599,15 @@ static void log_authentication_event_human_readable( "%s local host [%s]" " %s\n", ui->service_description, Index: patches/patch-buildtools_wafsamba_samba_autoconf_py =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-buildtools_wafsamba_samba_autoconf_py,v retrieving revision 1.11 diff -u -p -r1.11 patch-buildtools_wafsamba_samba_autoconf_py --- patches/patch-buildtools_wafsamba_samba_autoconf_py 4 Dec 2019 00:17:53 -0000 1.11 +++ patches/patch-buildtools_wafsamba_samba_autoconf_py 17 Dec 2019 17:03:42 -0000 @@ -7,7 +7,7 @@ $OpenBSD: patch-buildtools_wafsamba_samb Index: buildtools/wafsamba/samba_autoconf.py --- buildtools/wafsamba/samba_autoconf.py.orig +++ buildtools/wafsamba/samba_autoconf.py -@@ -863,6 +863,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False): +@@ -848,6 +848,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False): if not 'EXTRA_LDFLAGS' in conf.env: conf.env['EXTRA_LDFLAGS'] = [] conf.env['EXTRA_LDFLAGS'].extend(TO_LIST(flags)) @@ -35,7 +35,7 @@ Index: buildtools/wafsamba/samba_autocon return flags -@@ -923,10 +944,9 @@ def SETUP_CONFIGURE_CACHE(conf, enable): +@@ -911,10 +932,9 @@ def SETUP_CONFIGURE_CACHE(conf, enable): def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(conf): # we don't want any libraries or modules to rely on runtime # resolution of symbols Index: patches/patch-buildtools_wafsamba_samba_conftests_py =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-buildtools_wafsamba_samba_conftests_py,v retrieving revision 1.4 diff -u -p -r1.4 patch-buildtools_wafsamba_samba_conftests_py --- patches/patch-buildtools_wafsamba_samba_conftests_py 4 Dec 2019 00:17:53 -0000 1.4 +++ patches/patch-buildtools_wafsamba_samba_conftests_py 17 Dec 2019 17:03:42 -0000 @@ -4,7 +4,7 @@ BUG: https://bugzilla.samba.org/show_bug Index: buildtools/wafsamba/samba_conftests.py --- buildtools/wafsamba/samba_conftests.py.orig +++ buildtools/wafsamba/samba_conftests.py -@@ -40,9 +40,9 @@ def check(self, *k, **kw): +@@ -39,9 +39,9 @@ def check(self, *k, **kw): def add_options_dir(dirs, env): for x in dirs: if not x in env.CPPPATH: Index: patches/patch-buildtools_wafsamba_samba_install_py =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-buildtools_wafsamba_samba_install_py,v retrieving revision 1.4 diff -u -p -r1.4 patch-buildtools_wafsamba_samba_install_py --- patches/patch-buildtools_wafsamba_samba_install_py 4 Dec 2019 00:17:53 -0000 1.4 +++ patches/patch-buildtools_wafsamba_samba_install_py 17 Dec 2019 17:03:42 -0000 @@ -23,7 +23,7 @@ Index: buildtools/wafsamba/samba_install # only generate the dev link for non-bundled libs dev_link = bld.make_libname(target_name) elif getattr(self, 'soname', ''): -@@ -172,7 +176,7 @@ def apply_vscript(self): +@@ -171,7 +175,7 @@ def apply_vscript(self): '''add version-script arguments to library build''' if self.env.HAVE_LD_VERSION_SCRIPT and getattr(self, 'version_script', ''): Index: patches/patch-buildtools_wafsamba_wafsamba_py =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-buildtools_wafsamba_wafsamba_py,v retrieving revision 1.6 diff -u -p -r1.6 patch-buildtools_wafsamba_wafsamba_py --- patches/patch-buildtools_wafsamba_wafsamba_py 4 Dec 2019 00:17:53 -0000 1.6 +++ patches/patch-buildtools_wafsamba_wafsamba_py 17 Dec 2019 17:03:42 -0000 @@ -9,7 +9,7 @@ $OpenBSD: patch-buildtools_wafsamba_wafs Index: buildtools/wafsamba/wafsamba.py --- buildtools/wafsamba/wafsamba.py.orig +++ buildtools/wafsamba/wafsamba.py -@@ -210,6 +210,14 @@ def SAMBA_LIBRARY(bld, libname, source, +@@ -219,6 +219,14 @@ def SAMBA_LIBRARY(bld, libname, source, deps = TO_LIST(deps) deps.append(obj_target) @@ -24,10 +24,10 @@ Index: buildtools/wafsamba/wafsamba.py realname = bld.map_shlib_extension(realname, python=(target_type=='PYTHON')) link_name = bld.map_shlib_extension(link_name, python=(target_type=='PYTHON')) -@@ -324,9 +332,9 @@ def SAMBA_LIBRARY(bld, libname, source, +@@ -331,9 +339,9 @@ def SAMBA_LIBRARY(bld, libname, source, if pc_files is not None and not private_library: - if pyembed: + if pyembed and bld.env['IS_EXTRA_PYTHON']: - bld.PKG_CONFIG_FILES(pc_files, vnum=vnum, extra_name=bld.env['PYTHON_SO_ABI_FLAG']) + bld.PKG_CONFIG_FILES(pc_files, vnum=saved_lib_version, extra_name=bld.env['PYTHON_SO_ABI_FLAG']) else: Index: patches/patch-buildtools_wafsamba_wscript =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-buildtools_wafsamba_wscript,v retrieving revision 1.3 diff -u -p -r1.3 patch-buildtools_wafsamba_wscript --- patches/patch-buildtools_wafsamba_wscript 4 Dec 2019 00:17:53 -0000 1.3 +++ patches/patch-buildtools_wafsamba_wscript 17 Dec 2019 17:03:42 -0000 @@ -3,7 +3,7 @@ Add a hack to force addition of -I/usr/i Index: buildtools/wafsamba/wscript --- buildtools/wafsamba/wscript.orig +++ buildtools/wafsamba/wscript -@@ -88,6 +88,11 @@ def options(opt): +@@ -82,6 +82,11 @@ def set_options(opt): help=("Disable use of gettext"), action="store_true", dest='disable_gettext', default=False) Index: patches/patch-lib_ldb_wscript =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-lib_ldb_wscript,v retrieving revision 1.11 diff -u -p -r1.11 patch-lib_ldb_wscript --- patches/patch-lib_ldb_wscript 4 Dec 2019 00:17:53 -0000 1.11 +++ patches/patch-lib_ldb_wscript 17 Dec 2019 17:03:42 -0000 @@ -7,7 +7,7 @@ $OpenBSD: patch-lib_ldb_wscript,v 1.11 2 Index: lib/ldb/wscript --- lib/ldb/wscript.orig +++ lib/ldb/wscript -@@ -69,6 +69,7 @@ def configure(conf): +@@ -67,6 +67,7 @@ def configure(conf): conf.CONFIG_PATH('LDB_MODULESDIR', conf.SUBST_ENV_VAR('MODULESDIR') + '/ldb') conf.env.standalone_ldb = conf.IN_LAUNCH_DIR() @@ -15,7 +15,7 @@ Index: lib/ldb/wscript if not conf.env.standalone_ldb: max_ldb_version = [int(x) for x in VERSION.split(".")] -@@ -163,8 +164,7 @@ def configure(conf): +@@ -160,8 +161,7 @@ def configure(conf): # we don't want any libraries or modules to rely on runtime # resolution of symbols Index: patches/patch-lib_tevent_wscript =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-lib_tevent_wscript,v retrieving revision 1.3 diff -u -p -r1.3 patch-lib_tevent_wscript --- patches/patch-lib_tevent_wscript 4 Dec 2019 00:17:53 -0000 1.3 +++ patches/patch-lib_tevent_wscript 17 Dec 2019 17:03:42 -0000 @@ -3,7 +3,7 @@ Force building standalone library (e.g., Index: lib/tevent/wscript --- lib/tevent/wscript.orig +++ lib/tevent/wscript -@@ -31,6 +31,7 @@ def configure(conf): +@@ -29,6 +29,7 @@ def configure(conf): conf.RECURSE('lib/talloc') conf.env.standalone_tevent = conf.IN_LAUNCH_DIR() Index: patches/patch-python_samba_provision___init___py =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-python_samba_provision___init___py,v retrieving revision 1.7 diff -u -p -r1.7 patch-python_samba_provision___init___py --- patches/patch-python_samba_provision___init___py 4 Dec 2019 00:17:53 -0000 1.7 +++ patches/patch-python_samba_provision___init___py 17 Dec 2019 17:03:42 -0000 @@ -5,7 +5,7 @@ $OpenBSD: patch-python_samba_provision__ Index: python/samba/provision/__init__.py --- python/samba/provision/__init__.py.orig +++ python/samba/provision/__init__.py -@@ -2158,7 +2158,7 @@ def provision(logger, session_info, smbconf=None, +@@ -2138,7 +2138,7 @@ def provision(logger, session_info, smbconf=None, root_gid = pwd.getpwuid(root_uid).pw_gid try: Index: patches/patch-source3_modules_vfs_acl_tdb_c =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-source3_modules_vfs_acl_tdb_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-source3_modules_vfs_acl_tdb_c --- patches/patch-source3_modules_vfs_acl_tdb_c 4 Dec 2019 00:17:53 -0000 1.2 +++ patches/patch-source3_modules_vfs_acl_tdb_c 17 Dec 2019 17:03:42 -0000 @@ -5,7 +5,7 @@ Workaround/fix for https://bugzilla.samb Index: source3/modules/vfs_acl_tdb.c --- source3/modules/vfs_acl_tdb.c.orig +++ source3/modules/vfs_acl_tdb.c -@@ -58,7 +58,7 @@ static bool acl_tdb_init(void) +@@ -59,7 +59,7 @@ static bool acl_tdb_init(void) become_root(); acl_db = db_open(NULL, dbname, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600, Index: patches/patch-source3_wscript =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-source3_wscript,v retrieving revision 1.10 diff -u -p -r1.10 patch-source3_wscript --- patches/patch-source3_wscript 4 Dec 2019 00:17:53 -0000 1.10 +++ patches/patch-source3_wscript 17 Dec 2019 17:03:42 -0000 @@ -6,7 +6,7 @@ $OpenBSD: patch-source3_wscript,v 1.10 2 Index: source3/wscript --- source3/wscript.orig +++ source3/wscript -@@ -91,7 +91,7 @@ def configure(conf): +@@ -90,7 +90,7 @@ def configure(conf): conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD') conf.env.developer = True @@ -15,7 +15,7 @@ Index: source3/wscript conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True) # We crash without vfs_default -@@ -1522,6 +1522,7 @@ main() { +@@ -1521,6 +1521,7 @@ main() { conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }', 'SEEKDIR_RETURNS_VOID', Index: patches/patch-source3_wscript_build =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-source3_wscript_build,v retrieving revision 1.3 diff -u -p -r1.3 patch-source3_wscript_build --- patches/patch-source3_wscript_build 4 Dec 2019 00:17:53 -0000 1.3 +++ patches/patch-source3_wscript_build 17 Dec 2019 17:03:42 -0000 @@ -9,7 +9,7 @@ Work around by spelling out the affected Index: source3/wscript_build --- source3/wscript_build.orig +++ source3/wscript_build -@@ -132,7 +132,9 @@ ldapsam_pdb_match = ['!priv2ld', '!smbldap_search_doma +@@ -135,7 +135,9 @@ ldapsam_pdb_match = ['!priv2ld', '!smbldap_search_doma '!get_attr_list'] private_pdb_match.append('!pdb_nds_*') private_pdb_match.append('!pdb_ldapsam_init*') Index: patches/patch-source4_heimdal_build_wscript_build =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-source4_heimdal_build_wscript_build,v retrieving revision 1.3 diff -u -p -r1.3 patch-source4_heimdal_build_wscript_build --- patches/patch-source4_heimdal_build_wscript_build 4 Dec 2019 00:17:53 -0000 1.3 +++ patches/patch-source4_heimdal_build_wscript_build 17 Dec 2019 17:03:42 -0000 @@ -4,7 +4,7 @@ BUG: https://bugzilla.samba.org/show_bug Index: source4/heimdal_build/wscript_build --- source4/heimdal_build/wscript_build.orig +++ source4/heimdal_build/wscript_build -@@ -245,6 +245,11 @@ def HEIMDAL_LIBRARY(libname, source, deps, vnum, versi +@@ -243,6 +243,11 @@ def HEIMDAL_LIBRARY(libname, source, deps, vnum, versi features = 'c cshlib symlink_lib install_lib' Index: patches/patch-source4_scripting_bin_samba_upgradedns =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-source4_scripting_bin_samba_upgradedns,v retrieving revision 1.4 diff -u -p -r1.4 patch-source4_scripting_bin_samba_upgradedns --- patches/patch-source4_scripting_bin_samba_upgradedns 4 Dec 2019 00:17:53 -0000 1.4 +++ patches/patch-source4_scripting_bin_samba_upgradedns 17 Dec 2019 17:03:42 -0000 @@ -5,7 +5,7 @@ $OpenBSD: patch-source4_scripting_bin_sa Index: source4/scripting/bin/samba_upgradedns --- source4/scripting/bin/samba_upgradedns.orig +++ source4/scripting/bin/samba_upgradedns -@@ -76,7 +76,7 @@ __docformat__ = 'restructuredText' +@@ -77,7 +77,7 @@ __docformat__ = 'restructuredText' def find_bind_gid(): """Find system group id for bind9 """ Index: pkg/PLIST-ldb =================================================================== RCS file: /cvs/ports/net/samba/pkg/PLIST-ldb,v retrieving revision 1.8 diff -u -p -r1.8 PLIST-ldb --- pkg/PLIST-ldb 4 Dec 2019 00:17:53 -0000 1.8 +++ pkg/PLIST-ldb 17 Dec 2019 17:03:42 -0000 @@ -24,6 +24,7 @@ lib/samba/ldb/ @so lib/samba/ldb/asq.so @so lib/samba/ldb/ldap.so @so lib/samba/ldb/ldb.so +@so lib/samba/ldb/paged_results.so @so lib/samba/ldb/paged_searches.so @so lib/samba/ldb/rdn_name.so @so lib/samba/ldb/sample.so Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v retrieving revision 1.52 diff -u -p -r1.52 PLIST-main --- pkg/PLIST-main 4 Dec 2019 00:17:53 -0000 1.52 +++ pkg/PLIST-main 17 Dec 2019 17:03:42 -0000 @@ -11,7 +11,6 @@ @sample ${SYSCONFDIR}/samba/ @bin bin/cifsdd @bin bin/dbwrap_tool -@bin bin/dumpmscat bin/findsmb @bin bin/gentest @bin bin/locktest @@ -118,14 +117,16 @@ include/samba-4.0/util/blocking.h include/samba-4.0/util/byteorder.h include/samba-4.0/util/data_blob.h include/samba-4.0/util/debug.h -include/samba-4.0/util/discard.h include/samba-4.0/util/fault.h include/samba-4.0/util/genrand.h include/samba-4.0/util/idtree.h include/samba-4.0/util/idtree_random.h +include/samba-4.0/util/memory.h +include/samba-4.0/util/safe_string.h include/samba-4.0/util/signal.h include/samba-4.0/util/string_wrappers.h include/samba-4.0/util/substitute.h +include/samba-4.0/util/talloc_stack.h include/samba-4.0/util/tevent_ntstatus.h include/samba-4.0/util/tevent_unix.h include/samba-4.0/util/tevent_werror.h @@ -217,20 +218,15 @@ lib/python${MODPY_VERSION}/site-packages @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/nbt.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/netlogon.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/ntlmssp.so -@so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/preg.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/samr.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/security.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/server_id.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/smb_acl.so -@so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/spoolss.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/srvsvc.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/svcctl.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/unixinfo.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/winbind.so -@so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/windows_event_ids.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/winreg.so -@so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/winspool.so -@so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/witness.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/wkssvc.so @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/xattr.so @so lib/python${MODPY_VERSION}/site-packages/samba/dckeytab.so @@ -265,28 +261,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/getopt.py lib/python${MODPY_VERSION}/site-packages/samba/getopt.pyc lib/python${MODPY_VERSION}/site-packages/samba/getopt.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/gp_ext_loader.py -lib/python${MODPY_VERSION}/site-packages/samba/gp_ext_loader.pyc -lib/python${MODPY_VERSION}/site-packages/samba/gp_ext_loader.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/ -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/__init__.py -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/__init__.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_aas.py -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_aas.pyc -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_aas.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_csv.py -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_csv.pyc -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_csv.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_inf.py -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_inf.pyc -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_inf.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_ini.py -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_ini.pyc -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_ini.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_pol.py -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_pol.pyc -lib/python${MODPY_VERSION}/site-packages/samba/gp_parse/gp_pol.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/gp_sec_ext.py lib/python${MODPY_VERSION}/site-packages/samba/gp_sec_ext.pyc lib/python${MODPY_VERSION}/site-packages/samba/gp_sec_ext.${MODPY_PYOEXTENSION} @@ -325,9 +299,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/kcc/ldif_import_export.py lib/python${MODPY_VERSION}/site-packages/samba/kcc/ldif_import_export.pyc lib/python${MODPY_VERSION}/site-packages/samba/kcc/ldif_import_export.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/logger.py -lib/python${MODPY_VERSION}/site-packages/samba/logger.pyc -lib/python${MODPY_VERSION}/site-packages/samba/logger.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/mdb_util.py lib/python${MODPY_VERSION}/site-packages/samba/mdb_util.pyc lib/python${MODPY_VERSION}/site-packages/samba/mdb_util.${MODPY_PYOEXTENSION} @@ -549,18 +520,12 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/ndrdump.py lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/ndrdump.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/ndrdump.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/netads_json.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/netads_json.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/netads_json.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_dnsupdate.py lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_dnsupdate.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_dnsupdate.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol.py lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol_process.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol_process.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol_process.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_learner.py lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_learner.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_learner.${MODPY_PYOEXTENSION} @@ -576,9 +541,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/common.py lib/python${MODPY_VERSION}/site-packages/samba/tests/common.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/common.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/complex_expressions.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/complex_expressions.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/complex_expressions.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/core.py lib/python${MODPY_VERSION}/site-packages/samba/tests/core.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/core.${MODPY_PYOEXTENSION} @@ -625,9 +587,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/srvsvc.py lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/srvsvc.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/srvsvc.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/string_tests.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/string_tests.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/string_tests.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/string.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/string.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/string.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/testrpc.py lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/testrpc.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/testrpc.${MODPY_PYOEXTENSION} @@ -647,9 +609,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder_helpers/ -lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder_helpers/dns_hub.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder_helpers/dns_hub.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder_helpers/dns_hub.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder_helpers/server.py lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder_helpers/server.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder_helpers/server.${MODPY_PYOEXTENSION} @@ -668,9 +627,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/domain_backup.py lib/python${MODPY_VERSION}/site-packages/samba/tests/domain_backup.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/domain_backup.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/domain_backup_offline.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/domain_backup_offline.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/domain_backup_offline.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb.py lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb.${MODPY_PYOEXTENSION} @@ -742,9 +698,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/ldap_referrals.py lib/python${MODPY_VERSION}/site-packages/samba/tests/ldap_referrals.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/ldap_referrals.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb_samba_internal.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb_samba_internal.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb_samba_internal.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/loadparm.py lib/python${MODPY_VERSION}/site-packages/samba/tests/loadparm.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/loadparm.${MODPY_PYOEXTENSION} @@ -775,24 +731,12 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/ntacls_backup.py lib/python${MODPY_VERSION}/site-packages/samba/tests/ntacls_backup.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/ntacls_backup.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth_base.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth_base.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth_base.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth_krb5.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth_krb5.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlm_auth_krb5.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmdisabled.py lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmdisabled.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmdisabled.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind.py lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_chauthtok.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_chauthtok.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_chauthtok.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_warn_pwd_expire.py lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_warn_pwd_expire.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_warn_pwd_expire.${MODPY_PYOEXTENSION} @@ -826,12 +770,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/posixacl.py lib/python${MODPY_VERSION}/site-packages/samba/tests/posixacl.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/posixacl.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/prefork_restart.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/prefork_restart.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/prefork_restart.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/tests/process_limits.py -lib/python${MODPY_VERSION}/site-packages/samba/tests/process_limits.pyc -lib/python${MODPY_VERSION}/site-packages/samba/tests/process_limits.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/provision.py lib/python${MODPY_VERSION}/site-packages/samba/tests/provision.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/provision.${MODPY_PYOEXTENSION} @@ -968,6 +906,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/tdb_util.py lib/python${MODPY_VERSION}/site-packages/samba/tests/tdb_util.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/tdb_util.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/unicodenames.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/unicodenames.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/unicodenames.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/upgrade.py lib/python${MODPY_VERSION}/site-packages/samba/tests/upgrade.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/upgrade.${MODPY_PYOEXTENSION} @@ -1000,9 +941,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/upgradehelpers.py lib/python${MODPY_VERSION}/site-packages/samba/upgradehelpers.pyc lib/python${MODPY_VERSION}/site-packages/samba/upgradehelpers.${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/samba/uptodateness.py -lib/python${MODPY_VERSION}/site-packages/samba/uptodateness.pyc -lib/python${MODPY_VERSION}/site-packages/samba/uptodateness.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/web_server/ lib/python${MODPY_VERSION}/site-packages/samba/web_server/__init__.py lib/python${MODPY_VERSION}/site-packages/samba/web_server/__init__.pyc @@ -1019,7 +957,6 @@ lib/samba/bind9/ @so lib/samba/bind9/dlz_bind9.so @so lib/samba/bind9/dlz_bind9_10.so @so lib/samba/bind9/dlz_bind9_11.so -@so lib/samba/bind9/dlz_bind9_12.so @so lib/samba/bind9/dlz_bind9_9.so lib/samba/gensec/ @so lib/samba/gensec/krb5.so @@ -1057,7 +994,6 @@ lib/samba/krb5/ @so lib/samba/ldb/objectclass_attrs.so @so lib/samba/ldb/objectguid.so @so lib/samba/ldb/operational.so -@so lib/samba/ldb/paged_results.so @so lib/samba/ldb/partition.so @so lib/samba/ldb/password_hash.so @so lib/samba/ldb/ranged_results.so @@ -1102,7 +1038,6 @@ lib/samba/krb5/ @so lib/samba/libcli-smb-common-samba4.so @so lib/samba/libcli-spoolss-samba4.so @so lib/samba/libcliauth-samba4.so -@so lib/samba/libclidns-samba4.so @so lib/samba/libcluster-samba4.so @so lib/samba/libcmdline-contexts-samba4.so @so lib/samba/libcmdline-credentials-samba4.so @@ -1136,15 +1071,12 @@ lib/samba/krb5/ @lib lib/samba/libkdc-samba4.so.${LIBkdc-samba4_VERSION} @lib lib/samba/libkrb5-samba4.so.${LIBkrb5-samba4_VERSION} @so lib/samba/libkrb5samba-samba4.so -@so lib/samba/libldb-tdb-err-map-samba4.so -@so lib/samba/libldb-tdb-int-samba4.so @so lib/samba/libldbsamba-samba4.so @so lib/samba/liblibcli-lsa3-samba4.so @so lib/samba/liblibcli-netlogon3-samba4.so @so lib/samba/liblibsmb-samba4.so @so lib/samba/libmessages-dgm-samba4.so @so lib/samba/libmessages-util-samba4.so -@so lib/samba/libmscat-samba4.so @so lib/samba/libmsghdr-samba4.so @so lib/samba/libmsrpc3-samba4.so @so lib/samba/libndr-samba-samba4.so @@ -1369,20 +1301,29 @@ libexec/samba/ @man man/man8/vfs_aio_fork.8 @man man/man8/vfs_aio_pthread.8 @man man/man8/vfs_audit.8 +@man man/man8/vfs_btrfs.8 +@man man/man8/vfs_cacheprime.8 @man man/man8/vfs_cap.8 @man man/man8/vfs_catia.8 +@man man/man8/vfs_ceph.8 @man man/man8/vfs_commit.8 @man man/man8/vfs_crossrename.8 @man man/man8/vfs_default_quota.8 @man man/man8/vfs_dirsort.8 @man man/man8/vfs_extd_audit.8 @man man/man8/vfs_fake_perms.8 +@man man/man8/vfs_fileid.8 @man man/man8/vfs_fruit.8 @man man/man8/vfs_full_audit.8 +@man man/man8/vfs_glusterfs.8 +@man man/man8/vfs_glusterfs_fuse.8 +@man man/man8/vfs_gpfs.8 @man man/man8/vfs_linux_xfs_sgid.8 @man man/man8/vfs_media_harmony.8 @man man/man8/vfs_netatalk.8 +@man man/man8/vfs_nfs4acl_xattr.8 @man man/man8/vfs_offline.8 +@man man/man8/vfs_prealloc.8 @man man/man8/vfs_preopen.8 @man man/man8/vfs_readahead.8 @man man/man8/vfs_readonly.8 @@ -1395,6 +1336,7 @@ libexec/samba/ @man man/man8/vfs_streams_xattr.8 @man man/man8/vfs_syncops.8 @man man/man8/vfs_time_audit.8 +@man man/man8/vfs_tsmsm.8 @man man/man8/vfs_unityed_media.8 @man man/man8/vfs_virusfilter.8 @man man/man8/vfs_worm.8 @@ -1416,13 +1358,6 @@ share/doc/pkg-readmes/${PKGSTEM} share/examples/samba/ share/examples/samba/smb.conf.default @sample ${SYSCONFDIR}/samba/smb.conf -share/examples/samba/winexe/ -share/examples/samba/winexe/README -share/examples/samba/winexe/winexe.c -share/examples/samba/winexe/winexesvc.c -share/examples/samba/winexe/winexesvc.h -share/examples/samba/winexe/wscript -share/examples/samba/winexe/wscript_build @comment share/perl5/ share/samba/ share/samba/setup/ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE