Tue Aug 18 07:39:31 2020 UTC ()
samba4: updated to 4.12.6

Changes since 4.12.5
* BUG 14403: s3: libsmb: Fix SMB2 client rename bug to a Windows server.
* BUG 14424: dsdb: Allow "password hash userPassword schemes = CryptSHA256"
  to work on RHEL7.
* BUG 14450: dbcheck: Allow a dangling forward link outside our known NCs.
* BUG 14426: lib/debug: Set the correct default backend loglevel to
  MAX_DEBUG_LEVEL.
* BUG 14428: PANIC: Assert failed in get_lease_type().
* BUG 14422: util: Fix build on AIX by fixing the order of replace.h include.
* BUG 14355: srvsvc_NetFileEnum asserts with open files.
* BUG 14354: KDC breaks with DES keys still in the database and
  msDS-SupportedEncryptionTypes 31 indicating support for it.
* BUG 14427: s3:smbd: Make sure vfs_ChDir() always sets
  conn->cwd_fsp->fh->fd = AT_FDCWD.
* BUG 14428: PANIC: Assert failed in get_lease_type().
* BUG 14358: docs: Fix documentation for require_membership_of of
  pam_winbind.conf.
* BUG 14444: ctdb-scripts: Use nfsconf utility for variable values in CTDB
  NFS scripts.
* BUG 14425: s3:winbind:idmap_ad: Make failure to get attrnames for schema
  mode fatal.


(adam)
diff -r1.105 -r1.106 pkgsrc/net/samba4/Makefile
diff -r1.32 -r1.33 pkgsrc/net/samba4/PLIST
diff -r1.50 -r1.51 pkgsrc/net/samba4/distinfo

cvs diff -r1.105 -r1.106 pkgsrc/net/samba4/Makefile (expand / switch to unified diff)

--- pkgsrc/net/samba4/Makefile 2020/08/17 20:19:50 1.105
+++ pkgsrc/net/samba4/Makefile 2020/08/18 07:39:31 1.106
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.105 2020/08/17 20:19:50 leot Exp $ 1# $NetBSD: Makefile,v 1.106 2020/08/18 07:39:31 adam Exp $
2 2
3DISTNAME= samba-4.12.5 3DISTNAME= samba-4.12.6
4PKGREVISION= 3 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= https://download.samba.org/pub/samba/stable/ 5MASTER_SITES= https://download.samba.org/pub/samba/stable/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.samba.org/ 8HOMEPAGE= https://www.samba.org/
10COMMENT= SMB/CIFS protocol server suite 9COMMENT= SMB/CIFS protocol server suite
11LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
12 11
13CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]* 12CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]*
14 13
15PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
16 15
17GCC_REQD+= 4.4 16GCC_REQD+= 4.4

cvs diff -r1.32 -r1.33 pkgsrc/net/samba4/PLIST (expand / switch to unified diff)

--- pkgsrc/net/samba4/PLIST 2020/07/28 01:11:10 1.32
+++ pkgsrc/net/samba4/PLIST 2020/08/18 07:39:31 1.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.32 2020/07/28 01:11:10 christos Exp $ 1@comment $NetBSD: PLIST,v 1.33 2020/08/18 07:39:31 adam Exp $
2bin/cifsdd 2bin/cifsdd
3bin/dbwrap_tool 3bin/dbwrap_tool
4bin/dumpmscat 4bin/dumpmscat
5bin/findsmb 5bin/findsmb
6bin/gentest 6bin/gentest
7bin/locktest 7bin/locktest
8bin/masktest 8bin/masktest
9bin/mdfind 9bin/mdfind
10bin/mvxattr 10bin/mvxattr
11bin/ndrdump 11bin/ndrdump
12bin/net 12bin/net
13bin/nmblookup 13bin/nmblookup
14bin/ntlm_auth 14bin/ntlm_auth
@@ -27,27 +27,26 @@ bin/smbclient @@ -27,27 +27,26 @@ bin/smbclient
27bin/smbcontrol 27bin/smbcontrol
28bin/smbcquotas 28bin/smbcquotas
29bin/smbget 29bin/smbget
30bin/smbpasswd 30bin/smbpasswd
31bin/smbspool 31bin/smbspool
32bin/smbstatus 32bin/smbstatus
33bin/smbtar 33bin/smbtar
34bin/smbtorture 34bin/smbtorture
35bin/smbtree 35bin/smbtree
36bin/testparm 36bin/testparm
37bin/wbinfo 37bin/wbinfo
38@pkgdir bind-dns 38@pkgdir bind-dns
39@pkgdir etc/samba 39@pkgdir etc/samba
40@pkgdir var/db/samba4 
41include/charset.h 40include/charset.h
42include/core/doserr.h 41include/core/doserr.h
43include/core/error.h 42include/core/error.h
44include/core/hresult.h 43include/core/hresult.h
45include/core/ntstatus.h 44include/core/ntstatus.h
46include/core/ntstatus_gen.h 45include/core/ntstatus_gen.h
47include/core/werror.h 46include/core/werror.h
48include/core/werror_gen.h 47include/core/werror_gen.h
49include/credentials.h 48include/credentials.h
50include/dcerpc.h 49include/dcerpc.h
51include/dcerpc_server.h 50include/dcerpc_server.h
52include/dcesrv_core.h 51include/dcesrv_core.h
53include/domain_credentials.h 52include/domain_credentials.h
@@ -494,26 +493,29 @@ ${PYSITELIB}/samba/tests/samba_tool/ntac @@ -494,26 +493,29 @@ ${PYSITELIB}/samba/tests/samba_tool/ntac
494${PYSITELIB}/samba/tests/samba_tool/ou.py 493${PYSITELIB}/samba/tests/samba_tool/ou.py
495${PYSITELIB}/samba/tests/samba_tool/passwordsettings.py 494${PYSITELIB}/samba/tests/samba_tool/passwordsettings.py
496${PYSITELIB}/samba/tests/samba_tool/processes.py 495${PYSITELIB}/samba/tests/samba_tool/processes.py
497${PYSITELIB}/samba/tests/samba_tool/promote_dc_lmdb_size.py 496${PYSITELIB}/samba/tests/samba_tool/promote_dc_lmdb_size.py
498${PYSITELIB}/samba/tests/samba_tool/provision_lmdb_size.py 497${PYSITELIB}/samba/tests/samba_tool/provision_lmdb_size.py
499${PYSITELIB}/samba/tests/samba_tool/provision_password_check.py 498${PYSITELIB}/samba/tests/samba_tool/provision_password_check.py
500${PYSITELIB}/samba/tests/samba_tool/rodc.py 499${PYSITELIB}/samba/tests/samba_tool/rodc.py
501${PYSITELIB}/samba/tests/samba_tool/schema.py 500${PYSITELIB}/samba/tests/samba_tool/schema.py
502${PYSITELIB}/samba/tests/samba_tool/sites.py 501${PYSITELIB}/samba/tests/samba_tool/sites.py
503${PYSITELIB}/samba/tests/samba_tool/timecmd.py 502${PYSITELIB}/samba/tests/samba_tool/timecmd.py
504${PYSITELIB}/samba/tests/samba_tool/user.py 503${PYSITELIB}/samba/tests/samba_tool/user.py
505${PYSITELIB}/samba/tests/samba_tool/user_check_password_script.py 504${PYSITELIB}/samba/tests/samba_tool/user_check_password_script.py
506${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA.py 505${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA.py
 506${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_base.py
 507${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_gpg.py
 508${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_userPassword.py
507${PYSITELIB}/samba/tests/samba_tool/user_wdigest.py 509${PYSITELIB}/samba/tests/samba_tool/user_wdigest.py
508${PYSITELIB}/samba/tests/samba_tool/visualize.py 510${PYSITELIB}/samba/tests/samba_tool/visualize.py
509${PYSITELIB}/samba/tests/samba_tool/visualize_drs.py 511${PYSITELIB}/samba/tests/samba_tool/visualize_drs.py
510${PYSITELIB}/samba/tests/samba_upgradedns_lmdb.py 512${PYSITELIB}/samba/tests/samba_upgradedns_lmdb.py
511${PYSITELIB}/samba/tests/samdb.py 513${PYSITELIB}/samba/tests/samdb.py
512${PYSITELIB}/samba/tests/samdb_api.py 514${PYSITELIB}/samba/tests/samdb_api.py
513${PYSITELIB}/samba/tests/security.py 515${PYSITELIB}/samba/tests/security.py
514${PYSITELIB}/samba/tests/segfault.py 516${PYSITELIB}/samba/tests/segfault.py
515${PYSITELIB}/samba/tests/smb.py 517${PYSITELIB}/samba/tests/smb.py
516${PYSITELIB}/samba/tests/smbd_base.py 518${PYSITELIB}/samba/tests/smbd_base.py
517${PYSITELIB}/samba/tests/smbd_fuzztest.py 519${PYSITELIB}/samba/tests/smbd_fuzztest.py
518${PYSITELIB}/samba/tests/source.py 520${PYSITELIB}/samba/tests/source.py
519${PYSITELIB}/samba/tests/strings.py 521${PYSITELIB}/samba/tests/strings.py
@@ -997,13 +999,14 @@ share/samba/setup/provision_users_modify @@ -997,13 +999,14 @@ share/samba/setup/provision_users_modify
997share/samba/setup/provision_well_known_sec_princ.ldif 999share/samba/setup/provision_well_known_sec_princ.ldif
998share/samba/setup/refint.conf 1000share/samba/setup/refint.conf
999share/samba/setup/schema-map-fedora-ds-1.0 1001share/samba/setup/schema-map-fedora-ds-1.0
1000share/samba/setup/schema-map-openldap-2.3 1002share/samba/setup/schema-map-openldap-2.3
1001share/samba/setup/schema_samba4.ldif 1003share/samba/setup/schema_samba4.ldif
1002share/samba/setup/secrets.ldif 1004share/samba/setup/secrets.ldif
1003share/samba/setup/secrets_dns.ldif 1005share/samba/setup/secrets_dns.ldif
1004share/samba/setup/secrets_init.ldif 1006share/samba/setup/secrets_init.ldif
1005share/samba/setup/secrets_sasl_ldap.ldif 1007share/samba/setup/secrets_sasl_ldap.ldif
1006share/samba/setup/secrets_simple_ldap.ldif 1008share/samba/setup/secrets_simple_ldap.ldif
1007share/samba/setup/share.ldif 1009share/samba/setup/share.ldif
1008share/samba/setup/spn_update_list 1010share/samba/setup/spn_update_list
1009share/samba/setup/ypServ30.ldif 1011share/samba/setup/ypServ30.ldif
 1012@pkgdir var/db/samba4

cvs diff -r1.50 -r1.51 pkgsrc/net/samba4/distinfo (expand / switch to unified diff)

--- pkgsrc/net/samba4/distinfo 2020/07/21 18:42:25 1.50
+++ pkgsrc/net/samba4/distinfo 2020/08/18 07:39:31 1.51
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.50 2020/07/21 18:42:25 christos Exp $ 1$NetBSD: distinfo,v 1.51 2020/08/18 07:39:31 adam Exp $
2 2
3SHA1 (samba-4.12.5.tar.gz) = 67322997b5588b95c8f9d3fb85f9709deea885cd 3SHA1 (samba-4.12.6.tar.gz) = 52b3da01a95ec7c12a2bbe5de872ba299d62bb58
4RMD160 (samba-4.12.5.tar.gz) = 5dd2eff38edbb1c0872222559fc08b7e57c5d3c7 4RMD160 (samba-4.12.6.tar.gz) = 842bbb9000a7d46d551f7b6ce5b35f0087221916
5SHA512 (samba-4.12.5.tar.gz) = 45ef618efaca88fb24e2069edff6bf1e3f27f4bedecbc7899a57d0e4760effeaf9b0f546be1aeeee4f811219cf29a49a122ecc5caf8dc923c42ff9a25c162c2b 5SHA512 (samba-4.12.6.tar.gz) = 16a4ced3942bc6d51e80db257e8caeaa426980f66caf2aaf2324f091ec5063bc6b9029d90ff2f321b68be4cede7555d1ebf142405105468bd581e7a7bf9f0be5
6Size (samba-4.12.5.tar.gz) = 18220369 bytes 6Size (samba-4.12.6.tar.gz) = 18224870 bytes
7SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926 7SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926
8SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d 8SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
9SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7 9SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7
10SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2 10SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2
11SHA1 (patch-buildtools_wafsamba_wscript) = 0ca4c3a9d2e07f9165784e495f6f6b2b21db2758 11SHA1 (patch-buildtools_wafsamba_wscript) = 0ca4c3a9d2e07f9165784e495f6f6b2b21db2758
12SHA1 (patch-dynconfig_wscript) = 1858e5fcca913f21aa3e7868d9760b9c40c9f5c4 12SHA1 (patch-dynconfig_wscript) = 1858e5fcca913f21aa3e7868d9760b9c40c9f5c4
13SHA1 (patch-lib_param_loadparm.h) = 0216b69d33d1e17260a446e11bee764116c52b18 13SHA1 (patch-lib_param_loadparm.h) = 0216b69d33d1e17260a446e11bee764116c52b18
14SHA1 (patch-lib_pthreadpool_pthreadpool.c) = c29490473063d6bdbe5c50780a21bf2869ae959f 14SHA1 (patch-lib_pthreadpool_pthreadpool.c) = c29490473063d6bdbe5c50780a21bf2869ae959f
15SHA1 (patch-lib_replace_system_passwd.h) = 652be067b2560310ce3a4bbf37c24cb2fa8eb82d 15SHA1 (patch-lib_replace_system_passwd.h) = 652be067b2560310ce3a4bbf37c24cb2fa8eb82d
16SHA1 (patch-lib_replace_wscript) = 2a754e7310850b376d5881b82a8467041284fce9 16SHA1 (patch-lib_replace_wscript) = 2a754e7310850b376d5881b82a8467041284fce9
17SHA1 (patch-lib_tdb_common_mutex.c) = 12dbcf870e6ba17ef7f92a8ce7f0b7462f820232 17SHA1 (patch-lib_tdb_common_mutex.c) = 12dbcf870e6ba17ef7f92a8ce7f0b7462f820232
18SHA1 (patch-lib_tevent_tevent.c) = 4a20506e2bfbab85bad664299b884575326e73fd 18SHA1 (patch-lib_tevent_tevent.c) = 4a20506e2bfbab85bad664299b884575326e73fd
19SHA1 (patch-lib_tevent_tevent__threads.c) = 14867888dd0b7c4613914752ab368c39bfdbb943 19SHA1 (patch-lib_tevent_tevent__threads.c) = 14867888dd0b7c4613914752ab368c39bfdbb943