pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: updated to 4.10.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52e64f5c9f89
branches:  trunk
changeset: 337312:52e64f5c9f89
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Aug 03 06:54:39 2019 +0000

description:
samba4: updated to 4.10.6

Changes 4.10.6:
* BUG 13956: s3: winbind: Fix crash when invoking winbind idmap scripts.
* BUG 13964: smbd does not correctly parse arguments passed to dfree and
  quota scripts.
* BUG 13965: samba-tool dns: use bytes for inet_ntop.
* BUG 13828: samba-tool domain provision: Fix --interactive module in
  python3.
* BUG 13893: ldb_kv: Skip @ records early in a search full scan.
* BUG 13981: docs: Improve documentation of "lanman auth" and "ntlm auth"
  connection.
* BUG 14002: python/ntacls: Use correct "state directory" smb.conf option
  instead of "state dir".
* BUG 13840: registry: Add a missing include.
* BUG 13944: Fix SMB guest authentication.
* BUG 13958: AppleDouble conversion breaks Resourceforks.
* BUG 13968: vfs_fruit makes direct use of syscalls like mmap() and pread().
* BUG 13987: s3:mdssvc: Fix flex compilation error.
* BUG 13872: s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly:
* BUG 13799: dsdb:samdb: schemainfo update with relax control.
* BUG 13964: s3:util: Move static file_pload() function to lib/util.
* BUG 13957: smbd: Fix a panic.
* BUG 12478: ldap server: Generate correct referral schemes.
* BUG 13941: s4 dsdb/repl_meta_data: fix use after free in
  dsdb_audit_add_ldb_value.
* BUG 13942: s4 dsdb: Fix use after free in
  samldb_rename_search_base_callback.
* BUG 12204: dsdb/repl: we need to replicate the whole schema before we can
  apply it.
* BUG 12478: ldb: Release ldb 1.5.5
* BUG 13713: Schema replication fails if link crosses chunk boundary
  backwards.
* BUG 13799: 'samba-tool domain schemaupgrade' uses relax control and skips
  the schemaInfo update provision.
* BUG 13916: dsdb_audit: avoid printing "... remote host [Unknown]
  SID [(NULL SID)] ..."
* BUG 13917: python/ntacls: We only need security.SEC_STD_READ_CONTROL in
  order to get the ACL.
* BUG 13947: s3:loadparm: Ensure to truncate FS Volume Label at multibyte
  boundary.
* BUG 13939: Using Kerberos credentials to print using spoolss doesn't work.
* BUG 13998: wafsamba: Use native waf timer.
* BUG 13984: ctdb-scripts: Fix tcp_tw_recycle existence check.

diffstat:

 net/samba4/Makefile |   6 +++---
 net/samba4/PLIST    |   4 +++-
 net/samba4/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (64 lines):

diff -r 91eca0d8df58 -r 52e64f5c9f89 net/samba4/Makefile
--- a/net/samba4/Makefile       Sat Aug 03 06:52:32 2019 +0000
+++ b/net/samba4/Makefile       Sat Aug 03 06:54:39 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2019/07/21 22:25:33 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2019/08/03 06:54:39 adam Exp $
 
-DISTNAME=      samba-4.10.5
-PKGREVISION=   3
+DISTNAME=      samba-4.10.6
 CATEGORIES=    net
 MASTER_SITES=  http://download.samba.org/pub/samba/stable/
 
@@ -208,6 +207,7 @@
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../databases/ldb/buildlink3.mk"
+.include "../../databases/lmdb/buildlink3.mk"
 .include "../../devel/cmocka/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
diff -r 91eca0d8df58 -r 52e64f5c9f89 net/samba4/PLIST
--- a/net/samba4/PLIST  Sat Aug 03 06:52:32 2019 +0000
+++ b/net/samba4/PLIST  Sat Aug 03 06:54:39 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2019/04/08 18:35:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2019/08/03 06:54:39 adam Exp $
 bin/cifsdd
 bin/dbwrap_tool
 bin/dumpmscat
@@ -444,6 +444,7 @@
 ${PYSITELIB}/samba/tests/kcc/kcc_utils.py
 ${PYSITELIB}/samba/tests/kcc/ldif_import_export.py
 ${PYSITELIB}/samba/tests/krb5_credentials.py
+${PYSITELIB}/samba/tests/ldap_referrals.py
 ${PYSITELIB}/samba/tests/libsmb.py
 ${PYSITELIB}/samba/tests/loadparm.py
 ${PYSITELIB}/samba/tests/lsa_string.py
@@ -1001,6 +1002,7 @@
 share/samba/setup/provision_self_join_config.ldif
 share/samba/setup/provision_self_join_modify.ldif
 share/samba/setup/provision_self_join_modify_config.ldif
+share/samba/setup/provision_self_join_modify_schema.ldif
 share/samba/setup/provision_users.ldif
 share/samba/setup/provision_users_add.ldif
 share/samba/setup/provision_users_modify.ldif
diff -r 91eca0d8df58 -r 52e64f5c9f89 net/samba4/distinfo
--- a/net/samba4/distinfo       Sat Aug 03 06:52:32 2019 +0000
+++ b/net/samba4/distinfo       Sat Aug 03 06:54:39 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2019/06/28 17:13:50 jperkin Exp $
+$NetBSD: distinfo,v 1.33 2019/08/03 06:54:39 adam Exp $
 
-SHA1 (samba-4.10.5.tar.gz) = 9444a1a0cafd2c734eab39d76908c5344421df99
-RMD160 (samba-4.10.5.tar.gz) = c6ebda08f6dba92446383b18d0f3cce3a2199312
-SHA512 (samba-4.10.5.tar.gz) = 82961791a43511aa42f0d648edd13f0533cb20e1d673903e6a1f6235b0df19dfc0755ab0c8e6d4518ca19c188968a38a6c8e8c80d05a20141c097fb0b3e2b795
-Size (samba-4.10.5.tar.gz) = 18290612 bytes
+SHA1 (samba-4.10.6.tar.gz) = dfa9fd24d8f00c427158c7ea83d0d071bc6c819a
+RMD160 (samba-4.10.6.tar.gz) = b8e8bf3b46acd8a097b9d1e4c36280d46fbf9fcb
+SHA512 (samba-4.10.6.tar.gz) = 6c06a55ac686210965cf52f79190700a3d3a5cba8ea54b32e5bdb4d6b6167f1fa9aef308c3d5fdc7078496aa78b46d5cea3c623438d3a049b11fc58d334f8d0f
+Size (samba-4.10.6.tar.gz) = 18306135 bytes
 SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 0f9ca14e3a77d7dfad06aa8c4d2de2f6cc3c0646
 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
 SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = a7cc41a55ce032c3fe1e0b660f88fa7871710e0e



Home | Main Index | Thread Index | Old Index