Wed Apr 14 19:11:21 2021 UTC ()
samba4: updated to 4.14.2

Samba 4.14.2

This is a follow-up release to depend on the correct ldb version. This is only
needed when building against a system ldb library.

This is a security release in order to address the following defects:

o CVE-2020-27840: Heap corruption via crafted DN strings.
o CVE-2021-20277: Out of bounds read in AD DC LDAP server.

Samba 4.14.1

This is a security release in order to address the following defects:

o CVE-2020-27840: Heap corruption via crafted DN strings.
o CVE-2021-20277: Out of bounds read in AD DC LDAP server.

Samba 4.14.0

This is the first stable release of the Samba 4.14 release series.
Please read the release notes carefully before upgrading.

NEW FEATURES/CHANGES
====================

Here is a copy of a clarification note added to the Samba code
in the file: VFS-License-clarification.txt.
--------------------------------------------------------------

A clarification of our GNU GPL License enforcement boundary within the Samba
Virtual File System (VFS) layer.

Samba is licensed under the GNU GPL. All code committed to the Samba
project or that creates a "modified version" or software "based on" Samba must
be either licensed under the GNU GPL or a compatible license.

Samba has several plug-in interfaces where external code may be called
from Samba GNU GPL licensed code. The most important of these is the
Samba VFS layer.

Samba VFS modules are intimately connected by header files and API
definitions to the part of the Samba code that provides file services,
and as such, code that implements a plug-in Samba VFS module must be
licensed under the GNU GPL or a compatible license.

However, Samba VFS modules may themselves call third-party external
libraries that are not part of the Samba project and are externally
developed and maintained.

As long as these third-party external libraries do not use any of the
Samba internal structure, APIs or interface definitions created by the
Samba project (to the extent that they would be considered subject to the GNU
GPL), then the Samba Team will not consider such third-party external
libraries called from Samba VFS modules as "based on" and/or creating a
"modified version" of the Samba code for the purposes of GNU GPL.
Accordingly, we do not require such libraries be licensed under the GNU GPL
or a GNU GPL compatible license.

VFS
---

The effort to modernize Samba's VFS interface has reached a major milestone with
the next release Samba 4.14.

For details please refer to the documentation at source3/modules/The_New_VFS.txt or
visit the <https://wiki.samba.org/index.php/The_New_VFS>.

Printing
--------

Publishing printers in AD is more reliable and more printer features are
added to the published information in AD. Samba now also supports Windows
drivers for the ARM64 architecture.

Client Group Policy
-------------------
This release extends Samba to support Group Policy functionality for Winbind
clients. Active Directory Administrators can set policies that apply Sudoers
configuration, and cron jobs to run hourly, daily, weekly or monthly.

To enable the application of Group Policies on a client, set the global
smb.conf option 'apply group policies' to 'yes'. Policies are applied on an
interval of every 90 minutes, plus a random offset between 0 and 30 minutes.

Policies applied by Samba are 'non-tattooing', meaning that changes can be
reverted by executing the `samba-gpupdate --unapply` command. Policies can be
re-applied using the `samba-gpupdate --force` command.
To view what policies have been or will be applied to a system, use the
`samba-gpupdate --rsop` command.

Administration of Samba policy requires that a Samba ADMX template be uploaded
to the SYSVOL share. The samba-tool command `samba-tool gpo admxload` is
provided as a convenient method for adding this policy. Once uploaded, policies
can be modified in the Group Policy Management Editor under Computer
Configuration/Policies/Administrative Templates. Alternatively, Samba policy
may be managed using the `samba-tool gpo manage` command. This tool does not
require the admx templates to be installed.

Python 3.6 or later required
----------------------------

Samba's minimum runtime requirement for python was raised to Python
3.6 with samba 4.13.  Samba 4.14 raises this minimum version to Python
3.6 also to build Samba. It is no longer possible to build Samba
(even just the file server) with Python versions 2.6 and 2.7.

As Python 2.7 has been End Of Life upstream since April 2020, Samba
is dropping ALL Python 2.x support in this release.

Miscellaneous samba-tool changes
--------------------------------

The 'samba-tool' subcommands to manage AD objects (e.g. users, computers and
groups) now consistently use the "add" command when adding a new object to
the AD. The previous deprecation warnings when using the 'add' commands
have been removed. For compatibility reasons, both the 'add' and 'create'
commands can be used now.

Users, groups and contacts can now be renamed with the respective rename
commands.

Locked users can be unlocked with the new 'samba-tool user unlock' command.

The 'samba-tool user list' and 'samba-tool group listmembers' commands
provide additional options to hide expired and disabled user accounts
(--hide-expired and --hide-disabled).

CTDB CHANGES
============

* The NAT gateway and LVS features now uses the term "leader" to refer
  to the main node in a group through which traffic is routed and
  "follower" for other members of a group.  The command for
  determining the leader has changed to "ctdb natgw leader" (from
  "ctdb natgw master").  The configuration keyword for indicating that
  a node can not be the leader of a group has changed to
  "follower-only" (from "slave-only").  Identical changes were made
  for LVS.

* Remove "ctdb isnotrecmaster" command.  It isn't used by CTDB's
  scripts and can be checked by users with "ctdb pnn" and "ctdb
  recmaster".


(adam)
diff -r1.117 -r1.118 pkgsrc/net/samba4/Makefile
diff -r1.35 -r1.36 pkgsrc/net/samba4/PLIST
diff -r1.58 -r1.59 pkgsrc/net/samba4/distinfo
diff -r0 -r1.1 pkgsrc/net/samba4/patches/patch-lib_util_charset_charset__macosxfs.c
diff -r1.1 -r0 pkgsrc/net/samba4/patches/patch-source3_libsmb_libsmb__stat.c
diff -r1.1 -r0 pkgsrc/net/samba4/patches/patch-source4_torture_libsmbclient_libsmbclient.c

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

--- pkgsrc/net/samba4/Makefile 2021/03/24 16:33:46 1.117
+++ pkgsrc/net/samba4/Makefile 2021/04/14 19:11:20 1.118
@@ -1,36 +1,37 @@ @@ -1,36 +1,37 @@
1# $NetBSD: Makefile,v 1.117 2021/03/24 16:33:46 adam Exp $ 1# $NetBSD: Makefile,v 1.118 2021/04/14 19:11:20 adam Exp $
2 2
3DISTNAME= samba-4.13.7 3DISTNAME= samba-4.14.2
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= https://download.samba.org/pub/samba/stable/ 5MASTER_SITES= https://download.samba.org/pub/samba/stable/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://www.samba.org/ 8HOMEPAGE= https://www.samba.org/
9COMMENT= SMB/CIFS protocol server suite 9COMMENT= SMB/CIFS protocol server suite
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]* 12CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]*
13 13
14PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
15 15
16GCC_REQD+= 4.4 16GCC_REQD+= 4.4
17BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 17BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
18BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml 18BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
19BUILD_DEPENDS+= docbook-xsl>=1.79.2:../../textproc/docbook-xsl 19BUILD_DEPENDS+= docbook-xsl>=1.79.2:../../textproc/docbook-xsl
20DEPENDS+= p5-Parse-Yapp>=1.05:../../devel/p5-Parse-Yapp 20DEPENDS+= p5-Parse-Yapp>=1.05:../../devel/p5-Parse-Yapp
21DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns 21DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
22DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 22DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
23DEPENDS+= ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601 23DEPENDS+= ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
 24DEPENDS+= ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
24 25
25BUILD_DEFS+= VARBASE 26BUILD_DEFS+= VARBASE
26 27
27.include "../../mk/bsd.prefs.mk" 28.include "../../mk/bsd.prefs.mk"
28 29
29SMB_LIB?= ${PREFIX}/lib 30SMB_LIB?= ${PREFIX}/lib
30 31
31PKG_SYSCONFSUBDIR= samba 32PKG_SYSCONFSUBDIR= samba
32SMB_SHAREDSTATE?= ${PREFIX}/com 33SMB_SHAREDSTATE?= ${PREFIX}/com
33SMB_LOCALSTATE?= ${VARBASE} 34SMB_LOCALSTATE?= ${VARBASE}
34SMB_INFO?= ${PREFIX}/info 35SMB_INFO?= ${PREFIX}/info
35SMB_MAN?= ${PREFIX}/${PKGMANDIR} 36SMB_MAN?= ${PREFIX}/${PKGMANDIR}
36SMB_STATE?= ${VARBASE}/db/samba4 37SMB_STATE?= ${VARBASE}/db/samba4

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

--- pkgsrc/net/samba4/PLIST 2021/01/28 13:17:16 1.35
+++ pkgsrc/net/samba4/PLIST 2021/04/14 19:11:20 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.35 2021/01/28 13:17:16 adam Exp $ 1@comment $NetBSD: PLIST,v 1.36 2021/04/14 19:11:20 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
@@ -101,27 +101,26 @@ ${PLIST.ldap}include/smbldap.h @@ -101,27 +101,26 @@ ${PLIST.ldap}include/smbldap.h
101include/tdr.h 101include/tdr.h
102include/tsocket.h 102include/tsocket.h
103include/tsocket_internal.h 103include/tsocket_internal.h
104include/util/attr.h 104include/util/attr.h
105include/util/blocking.h 105include/util/blocking.h
106include/util/data_blob.h 106include/util/data_blob.h
107include/util/debug.h 107include/util/debug.h
108include/util/discard.h 108include/util/discard.h
109include/util/fault.h 109include/util/fault.h
110include/util/genrand.h 110include/util/genrand.h
111include/util/idtree.h 111include/util/idtree.h
112include/util/idtree_random.h 112include/util/idtree_random.h
113include/util/signal.h 113include/util/signal.h
114include/util/string_wrappers.h 
115include/util/substitute.h 114include/util/substitute.h
116include/util/tevent_ntstatus.h 115include/util/tevent_ntstatus.h
117include/util/tevent_unix.h 116include/util/tevent_unix.h
118include/util/tevent_werror.h 117include/util/tevent_werror.h
119include/util/tfork.h 118include/util/tfork.h
120include/util/time.h 119include/util/time.h
121include/util_ldb.h 120include/util_ldb.h
122include/wbclient.h 121include/wbclient.h
123lib/libdcerpc-binding.so 122lib/libdcerpc-binding.so
124lib/libdcerpc-binding.so.0 123lib/libdcerpc-binding.so.0
125lib/libdcerpc-binding.so.0.0.1 124lib/libdcerpc-binding.so.0.0.1
126lib/libdcerpc-samr.so 125lib/libdcerpc-samr.so
127lib/libdcerpc-samr.so.0 126lib/libdcerpc-samr.so.0
@@ -136,57 +135,58 @@ lib/libdcerpc.so @@ -136,57 +135,58 @@ lib/libdcerpc.so
136lib/libdcerpc.so.0 135lib/libdcerpc.so.0
137lib/libdcerpc.so.0.0.1 136lib/libdcerpc.so.0.0.1
138lib/libndr-krb5pac.so 137lib/libndr-krb5pac.so
139lib/libndr-krb5pac.so.0 138lib/libndr-krb5pac.so.0
140lib/libndr-krb5pac.so.0.0.1 139lib/libndr-krb5pac.so.0.0.1
141lib/libndr-nbt.so 140lib/libndr-nbt.so
142lib/libndr-nbt.so.0 141lib/libndr-nbt.so.0
143lib/libndr-nbt.so.0.0.1 142lib/libndr-nbt.so.0.0.1
144lib/libndr-standard.so 143lib/libndr-standard.so
145lib/libndr-standard.so.0 144lib/libndr-standard.so.0
146lib/libndr-standard.so.0.0.1 145lib/libndr-standard.so.0.0.1
147lib/libndr.so 146lib/libndr.so
148lib/libndr.so.1 147lib/libndr.so.1
149lib/libndr.so.1.0.0 148lib/libndr.so.1.0.1
150lib/libnetapi.so 149lib/libnetapi.so
151lib/libnetapi.so.0 150lib/libnetapi.so.0
152lib/libnss_winbind.so 151lib/libnss_winbind.so
153lib/libsamba-credentials.so 152lib/libsamba-credentials.so
154lib/libsamba-credentials.so.0 153lib/libsamba-credentials.so.1
155lib/libsamba-credentials.so.0.0.1 154lib/libsamba-credentials.so.1.0.0
156lib/libsamba-errors.so 155lib/libsamba-errors.so
157lib/libsamba-errors.so.1 156lib/libsamba-errors.so.1
158lib/libsamba-hostconfig.so 157lib/libsamba-hostconfig.so
159lib/libsamba-hostconfig.so.0 158lib/libsamba-hostconfig.so.0
160lib/libsamba-hostconfig.so.0.0.1 159lib/libsamba-hostconfig.so.0.0.1
161lib/libsamba-passdb.so 160lib/libsamba-passdb.so
162lib/libsamba-passdb.so.0 161lib/libsamba-passdb.so.0
163lib/libsamba-passdb.so.0.28.0 162lib/libsamba-passdb.so.0.28.0
164lib/libsamba-policy.so 163lib/libsamba-policy.so
165lib/libsamba-policy.so.0 164lib/libsamba-policy.so.0
166lib/libsamba-policy.so.0.0.1 165lib/libsamba-policy.so.0.0.1
167lib/libsamba-util.so 166lib/libsamba-util.so
168lib/libsamba-util.so.0 167lib/libsamba-util.so.0
169lib/libsamba-util.so.0.0.1 168lib/libsamba-util.so.0.0.1
170lib/libsamdb.so 169lib/libsamdb.so
171lib/libsamdb.so.0 170lib/libsamdb.so.0
172lib/libsamdb.so.0.0.1 171lib/libsamdb.so.0.0.1
173lib/libsmbclient.so 172lib/libsmbclient.so
174lib/libsmbclient.so.0 173lib/libsmbclient.so.0
175lib/libsmbclient.so.0.6.0 174lib/libsmbclient.so.0.7.0
176lib/libsmbconf.so 175lib/libsmbconf.so
177lib/libsmbconf.so.0 176lib/libsmbconf.so.0
178${PLIST.ldap}lib/libsmbldap.so 177${PLIST.ldap}lib/libsmbldap.so
179${PLIST.ldap}lib/libsmbldap.so.2 178${PLIST.ldap}lib/libsmbldap.so.2
 179lib/libsmbldap.so.2.1.0
180lib/libtevent-util.so 180lib/libtevent-util.so
181lib/libtevent-util.so.0 181lib/libtevent-util.so.0
182lib/libtevent-util.so.0.0.1 182lib/libtevent-util.so.0.0.1
183lib/libwbclient.so 183lib/libwbclient.so
184lib/libwbclient.so.0 184lib/libwbclient.so.0
185lib/libwbclient.so.0.15 185lib/libwbclient.so.0.15
186lib/pkgconfig/dcerpc.pc 186lib/pkgconfig/dcerpc.pc
187lib/pkgconfig/dcerpc_samr.pc 187lib/pkgconfig/dcerpc_samr.pc
188lib/pkgconfig/dcerpc_server.pc 188lib/pkgconfig/dcerpc_server.pc
189lib/pkgconfig/ndr.pc 189lib/pkgconfig/ndr.pc
190lib/pkgconfig/ndr_krb5pac.pc 190lib/pkgconfig/ndr_krb5pac.pc
191lib/pkgconfig/ndr_nbt.pc 191lib/pkgconfig/ndr_nbt.pc
192lib/pkgconfig/ndr_standard.pc 192lib/pkgconfig/ndr_standard.pc
@@ -195,27 +195,26 @@ lib/pkgconfig/samba-credentials.pc @@ -195,27 +195,26 @@ lib/pkgconfig/samba-credentials.pc
195lib/pkgconfig/samba-hostconfig.pc 195lib/pkgconfig/samba-hostconfig.pc
196lib/pkgconfig/samba-policy.pc 196lib/pkgconfig/samba-policy.pc
197lib/pkgconfig/samba-util.pc 197lib/pkgconfig/samba-util.pc
198lib/pkgconfig/samdb.pc 198lib/pkgconfig/samdb.pc
199lib/pkgconfig/smbclient.pc 199lib/pkgconfig/smbclient.pc
200lib/pkgconfig/wbclient.pc 200lib/pkgconfig/wbclient.pc
201${PYSITELIB}/samba/__init__.py 201${PYSITELIB}/samba/__init__.py
202${PYSITELIB}/samba/_glue.so 202${PYSITELIB}/samba/_glue.so
203${PYSITELIB}/samba/_ldb.so 203${PYSITELIB}/samba/_ldb.so
204${PYSITELIB}/samba/auth.so 204${PYSITELIB}/samba/auth.so
205${PYSITELIB}/samba/auth_util.py 205${PYSITELIB}/samba/auth_util.py
206${PYSITELIB}/samba/colour.py 206${PYSITELIB}/samba/colour.py
207${PYSITELIB}/samba/common.py 207${PYSITELIB}/samba/common.py
208${PYSITELIB}/samba/compat.py 
209${PYSITELIB}/samba/credentials.so 208${PYSITELIB}/samba/credentials.so
210${PYSITELIB}/samba/crypto.so 209${PYSITELIB}/samba/crypto.so
211${PYSITELIB}/samba/dbchecker.py 210${PYSITELIB}/samba/dbchecker.py
212${PYSITELIB}/samba/dcerpc/__init__.py 211${PYSITELIB}/samba/dcerpc/__init__.py
213${PYSITELIB}/samba/dcerpc/atsvc.so 212${PYSITELIB}/samba/dcerpc/atsvc.so
214${PYSITELIB}/samba/dcerpc/auth.so 213${PYSITELIB}/samba/dcerpc/auth.so
215${PYSITELIB}/samba/dcerpc/base.so 214${PYSITELIB}/samba/dcerpc/base.so
216${PYSITELIB}/samba/dcerpc/dcerpc.so 215${PYSITELIB}/samba/dcerpc/dcerpc.so
217${PYSITELIB}/samba/dcerpc/dfs.so 216${PYSITELIB}/samba/dcerpc/dfs.so
218${PYSITELIB}/samba/dcerpc/dns.so 217${PYSITELIB}/samba/dcerpc/dns.so
219${PYSITELIB}/samba/dcerpc/dnsp.so 218${PYSITELIB}/samba/dcerpc/dnsp.so
220${PYSITELIB}/samba/dcerpc/dnsserver.so 219${PYSITELIB}/samba/dcerpc/dnsserver.so
221${PYSITELIB}/samba/dcerpc/drsblobs.so 220${PYSITELIB}/samba/dcerpc/drsblobs.so
@@ -255,34 +254,37 @@ ${PYSITELIB}/samba/descriptor.py @@ -255,34 +254,37 @@ ${PYSITELIB}/samba/descriptor.py
255${PYSITELIB}/samba/dnsresolver.py 254${PYSITELIB}/samba/dnsresolver.py
256${PYSITELIB}/samba/dnsserver.py 255${PYSITELIB}/samba/dnsserver.py
257${PYSITELIB}/samba/domain_update.py 256${PYSITELIB}/samba/domain_update.py
258${PYSITELIB}/samba/drs_utils.py 257${PYSITELIB}/samba/drs_utils.py
259${PYSITELIB}/samba/dsdb.so 258${PYSITELIB}/samba/dsdb.so
260${PYSITELIB}/samba/dsdb_dns.so 259${PYSITELIB}/samba/dsdb_dns.so
261${PYSITELIB}/samba/emulate/__init__.py 260${PYSITELIB}/samba/emulate/__init__.py
262${PYSITELIB}/samba/emulate/traffic.py 261${PYSITELIB}/samba/emulate/traffic.py
263${PYSITELIB}/samba/emulate/traffic_packets.py 262${PYSITELIB}/samba/emulate/traffic_packets.py
264${PYSITELIB}/samba/forest_update.py 263${PYSITELIB}/samba/forest_update.py
265${PYSITELIB}/samba/gensec.so 264${PYSITELIB}/samba/gensec.so
266${PYSITELIB}/samba/getopt.py 265${PYSITELIB}/samba/getopt.py
267${PYSITELIB}/samba/gp_ext_loader.py 266${PYSITELIB}/samba/gp_ext_loader.py
 267${PYSITELIB}/samba/gp_msgs_ext.py
268${PYSITELIB}/samba/gp_parse/__init__.py 268${PYSITELIB}/samba/gp_parse/__init__.py
269${PYSITELIB}/samba/gp_parse/gp_aas.py 269${PYSITELIB}/samba/gp_parse/gp_aas.py
270${PYSITELIB}/samba/gp_parse/gp_csv.py 270${PYSITELIB}/samba/gp_parse/gp_csv.py
271${PYSITELIB}/samba/gp_parse/gp_inf.py 271${PYSITELIB}/samba/gp_parse/gp_inf.py
272${PYSITELIB}/samba/gp_parse/gp_ini.py 272${PYSITELIB}/samba/gp_parse/gp_ini.py
273${PYSITELIB}/samba/gp_parse/gp_pol.py 273${PYSITELIB}/samba/gp_parse/gp_pol.py
274${PYSITELIB}/samba/gp_scripts_ext.py 274${PYSITELIB}/samba/gp_scripts_ext.py
275${PYSITELIB}/samba/gp_sec_ext.py 275${PYSITELIB}/samba/gp_sec_ext.py
 276${PYSITELIB}/samba/gp_smb_conf_ext.py
 277${PYSITELIB}/samba/gp_sudoers_ext.py
276${PYSITELIB}/samba/gpclass.py 278${PYSITELIB}/samba/gpclass.py
277${PYSITELIB}/samba/gpo.so 279${PYSITELIB}/samba/gpo.so
278${PYSITELIB}/samba/graph.py 280${PYSITELIB}/samba/graph.py
279${PYSITELIB}/samba/hostconfig.py 281${PYSITELIB}/samba/hostconfig.py
280${PYSITELIB}/samba/idmap.py 282${PYSITELIB}/samba/idmap.py
281${PYSITELIB}/samba/join.py 283${PYSITELIB}/samba/join.py
282${PYSITELIB}/samba/kcc/__init__.py 284${PYSITELIB}/samba/kcc/__init__.py
283${PYSITELIB}/samba/kcc/debug.py 285${PYSITELIB}/samba/kcc/debug.py
284${PYSITELIB}/samba/kcc/graph.py 286${PYSITELIB}/samba/kcc/graph.py
285${PYSITELIB}/samba/kcc/graph_utils.py 287${PYSITELIB}/samba/kcc/graph_utils.py
286${PYSITELIB}/samba/kcc/kcc_utils.py 288${PYSITELIB}/samba/kcc/kcc_utils.py
287${PYSITELIB}/samba/kcc/ldif_import_export.py 289${PYSITELIB}/samba/kcc/ldif_import_export.py
288${PYSITELIB}/samba/logger.py 290${PYSITELIB}/samba/logger.py
@@ -328,27 +330,28 @@ ${PYSITELIB}/samba/ntacls.py @@ -328,27 +330,28 @@ ${PYSITELIB}/samba/ntacls.py
328${PYSITELIB}/samba/ntstatus.so 330${PYSITELIB}/samba/ntstatus.so
329${PYSITELIB}/samba/param.so 331${PYSITELIB}/samba/param.so
330${PYSITELIB}/samba/policy.so 332${PYSITELIB}/samba/policy.so
331${PYSITELIB}/samba/posix_eadb.so 333${PYSITELIB}/samba/posix_eadb.so
332${PYSITELIB}/samba/provision/__init__.py 334${PYSITELIB}/samba/provision/__init__.py
333${PYSITELIB}/samba/provision/backend.py 335${PYSITELIB}/samba/provision/backend.py
334${PYSITELIB}/samba/provision/common.py 336${PYSITELIB}/samba/provision/common.py
335${PYSITELIB}/samba/provision/kerberos.py 337${PYSITELIB}/samba/provision/kerberos.py
336${PYSITELIB}/samba/provision/kerberos_implementation.py 338${PYSITELIB}/samba/provision/kerberos_implementation.py
337${PYSITELIB}/samba/provision/sambadns.py 339${PYSITELIB}/samba/provision/sambadns.py
338${PYSITELIB}/samba/registry.so 340${PYSITELIB}/samba/registry.so
339${PYSITELIB}/samba/remove_dc.py 341${PYSITELIB}/samba/remove_dc.py
340${PYSITELIB}/samba/samba3/__init__.py 342${PYSITELIB}/samba/samba3/__init__.py
341${PYSITELIB}/samba/samba3/libsmb_samba_internal.so 343${PYSITELIB}/samba/samba3/libsmb_samba_cwrapper.so
 344${PYSITELIB}/samba/samba3/libsmb_samba_internal.py
342${PYSITELIB}/samba/samba3/mdscli.so 345${PYSITELIB}/samba/samba3/mdscli.so
343${PYSITELIB}/samba/samba3/param.so 346${PYSITELIB}/samba/samba3/param.so
344${PYSITELIB}/samba/samba3/passdb.so 347${PYSITELIB}/samba/samba3/passdb.so
345${PYSITELIB}/samba/samba3/smbd.so 348${PYSITELIB}/samba/samba3/smbd.so
346${PYSITELIB}/samba/samdb.py 349${PYSITELIB}/samba/samdb.py
347${PYSITELIB}/samba/schema.py 350${PYSITELIB}/samba/schema.py
348${PYSITELIB}/samba/sd_utils.py 351${PYSITELIB}/samba/sd_utils.py
349${PYSITELIB}/samba/security.so 352${PYSITELIB}/samba/security.so
350${PYSITELIB}/samba/sites.py 353${PYSITELIB}/samba/sites.py
351${PYSITELIB}/samba/subnets.py 354${PYSITELIB}/samba/subnets.py
352${PYSITELIB}/samba/subunit/__init__.py 355${PYSITELIB}/samba/subunit/__init__.py
353${PYSITELIB}/samba/subunit/run.py 356${PYSITELIB}/samba/subunit/run.py
354${PYSITELIB}/samba/tdb_util.py 357${PYSITELIB}/samba/tdb_util.py
@@ -365,48 +368,54 @@ ${PYSITELIB}/samba/tests/auth_log_netlog @@ -365,48 +368,54 @@ ${PYSITELIB}/samba/tests/auth_log_netlog
365${PYSITELIB}/samba/tests/auth_log_pass_change.py 368${PYSITELIB}/samba/tests/auth_log_pass_change.py
366${PYSITELIB}/samba/tests/auth_log_samlogon.py 369${PYSITELIB}/samba/tests/auth_log_samlogon.py
367${PYSITELIB}/samba/tests/auth_log_winbind.py 370${PYSITELIB}/samba/tests/auth_log_winbind.py
368${PYSITELIB}/samba/tests/blackbox/__init__.py 371${PYSITELIB}/samba/tests/blackbox/__init__.py
369${PYSITELIB}/samba/tests/blackbox/bug13653.py 372${PYSITELIB}/samba/tests/blackbox/bug13653.py
370${PYSITELIB}/samba/tests/blackbox/check_output.py 373${PYSITELIB}/samba/tests/blackbox/check_output.py
371${PYSITELIB}/samba/tests/blackbox/downgradedatabase.py 374${PYSITELIB}/samba/tests/blackbox/downgradedatabase.py
372${PYSITELIB}/samba/tests/blackbox/mdfind.py 375${PYSITELIB}/samba/tests/blackbox/mdfind.py
373${PYSITELIB}/samba/tests/blackbox/ndrdump.py 376${PYSITELIB}/samba/tests/blackbox/ndrdump.py
374${PYSITELIB}/samba/tests/blackbox/netads_json.py 377${PYSITELIB}/samba/tests/blackbox/netads_json.py
375${PYSITELIB}/samba/tests/blackbox/samba_dnsupdate.py 378${PYSITELIB}/samba/tests/blackbox/samba_dnsupdate.py
376${PYSITELIB}/samba/tests/blackbox/smbcacls.py 379${PYSITELIB}/samba/tests/blackbox/smbcacls.py
377${PYSITELIB}/samba/tests/blackbox/smbcacls_basic.py 380${PYSITELIB}/samba/tests/blackbox/smbcacls_basic.py
 381${PYSITELIB}/samba/tests/blackbox/smbcacls_dfs_propagate_inherit.py
 382${PYSITELIB}/samba/tests/blackbox/smbcacls_propagate_inhertance.py
378${PYSITELIB}/samba/tests/blackbox/smbcontrol.py 383${PYSITELIB}/samba/tests/blackbox/smbcontrol.py
379${PYSITELIB}/samba/tests/blackbox/smbcontrol_process.py 384${PYSITELIB}/samba/tests/blackbox/smbcontrol_process.py
380${PYSITELIB}/samba/tests/blackbox/traffic_learner.py 385${PYSITELIB}/samba/tests/blackbox/traffic_learner.py
381${PYSITELIB}/samba/tests/blackbox/traffic_replay.py 386${PYSITELIB}/samba/tests/blackbox/traffic_replay.py
382${PYSITELIB}/samba/tests/blackbox/traffic_summary.py 387${PYSITELIB}/samba/tests/blackbox/traffic_summary.py
383${PYSITELIB}/samba/tests/common.py 388${PYSITELIB}/samba/tests/common.py
384${PYSITELIB}/samba/tests/complex_expressions.py 389${PYSITELIB}/samba/tests/complex_expressions.py
385${PYSITELIB}/samba/tests/core.py 390${PYSITELIB}/samba/tests/core.py
 391${PYSITELIB}/samba/tests/cred_opt.py
386${PYSITELIB}/samba/tests/credentials.py 392${PYSITELIB}/samba/tests/credentials.py
387${PYSITELIB}/samba/tests/dcerpc/__init__.py 393${PYSITELIB}/samba/tests/dcerpc/__init__.py
388${PYSITELIB}/samba/tests/dcerpc/array.py 394${PYSITELIB}/samba/tests/dcerpc/array.py
389${PYSITELIB}/samba/tests/dcerpc/bare.py 395${PYSITELIB}/samba/tests/dcerpc/bare.py
 396${PYSITELIB}/samba/tests/dcerpc/binding.py
 397${PYSITELIB}/samba/tests/dcerpc/createtrustrelax.py
390${PYSITELIB}/samba/tests/dcerpc/dnsserver.py 398${PYSITELIB}/samba/tests/dcerpc/dnsserver.py
391${PYSITELIB}/samba/tests/dcerpc/integer.py 399${PYSITELIB}/samba/tests/dcerpc/integer.py
392${PYSITELIB}/samba/tests/dcerpc/mdssvc.py 400${PYSITELIB}/samba/tests/dcerpc/mdssvc.py
393${PYSITELIB}/samba/tests/dcerpc/misc.py 401${PYSITELIB}/samba/tests/dcerpc/misc.py
394${PYSITELIB}/samba/tests/dcerpc/raw_protocol.py 402${PYSITELIB}/samba/tests/dcerpc/raw_protocol.py
395${PYSITELIB}/samba/tests/dcerpc/raw_testcase.py 403${PYSITELIB}/samba/tests/dcerpc/raw_testcase.py
396${PYSITELIB}/samba/tests/dcerpc/registry.py 404${PYSITELIB}/samba/tests/dcerpc/registry.py
397${PYSITELIB}/samba/tests/dcerpc/rpc_talloc.py 405${PYSITELIB}/samba/tests/dcerpc/rpc_talloc.py
398${PYSITELIB}/samba/tests/dcerpc/rpcecho.py 406${PYSITELIB}/samba/tests/dcerpc/rpcecho.py
399${PYSITELIB}/samba/tests/dcerpc/sam.py 407${PYSITELIB}/samba/tests/dcerpc/sam.py
 408${PYSITELIB}/samba/tests/dcerpc/samr_change_password.py
400${PYSITELIB}/samba/tests/dcerpc/srvsvc.py 409${PYSITELIB}/samba/tests/dcerpc/srvsvc.py
401${PYSITELIB}/samba/tests/dcerpc/string_tests.py 410${PYSITELIB}/samba/tests/dcerpc/string_tests.py
402${PYSITELIB}/samba/tests/dcerpc/testrpc.py 411${PYSITELIB}/samba/tests/dcerpc/testrpc.py
403${PYSITELIB}/samba/tests/dcerpc/unix.py 412${PYSITELIB}/samba/tests/dcerpc/unix.py
404${PYSITELIB}/samba/tests/dckeytab.py 413${PYSITELIB}/samba/tests/dckeytab.py
405${PYSITELIB}/samba/tests/dns.py 414${PYSITELIB}/samba/tests/dns.py
406${PYSITELIB}/samba/tests/dns_base.py 415${PYSITELIB}/samba/tests/dns_base.py
407${PYSITELIB}/samba/tests/dns_forwarder.py 416${PYSITELIB}/samba/tests/dns_forwarder.py
408${PYSITELIB}/samba/tests/dns_forwarder_helpers/server.py 417${PYSITELIB}/samba/tests/dns_forwarder_helpers/server.py
409${PYSITELIB}/samba/tests/dns_invalid.py 418${PYSITELIB}/samba/tests/dns_invalid.py
410${PYSITELIB}/samba/tests/dns_packet.py 419${PYSITELIB}/samba/tests/dns_packet.py
411${PYSITELIB}/samba/tests/dns_tkey.py 420${PYSITELIB}/samba/tests/dns_tkey.py
412${PYSITELIB}/samba/tests/dns_wildcard.py 421${PYSITELIB}/samba/tests/dns_wildcard.py
@@ -424,28 +433,34 @@ ${PYSITELIB}/samba/tests/gensec.py @@ -424,28 +433,34 @@ ${PYSITELIB}/samba/tests/gensec.py
424${PYSITELIB}/samba/tests/get_opt.py 433${PYSITELIB}/samba/tests/get_opt.py
425${PYSITELIB}/samba/tests/getdcname.py 434${PYSITELIB}/samba/tests/getdcname.py
426${PYSITELIB}/samba/tests/glue.py 435${PYSITELIB}/samba/tests/glue.py
427${PYSITELIB}/samba/tests/gpo.py 436${PYSITELIB}/samba/tests/gpo.py
428${PYSITELIB}/samba/tests/graph.py 437${PYSITELIB}/samba/tests/graph.py
429${PYSITELIB}/samba/tests/group_audit.py 438${PYSITELIB}/samba/tests/group_audit.py
430${PYSITELIB}/samba/tests/hostconfig.py 439${PYSITELIB}/samba/tests/hostconfig.py
431${PYSITELIB}/samba/tests/join.py 440${PYSITELIB}/samba/tests/join.py
432${PYSITELIB}/samba/tests/kcc/__init__.py 441${PYSITELIB}/samba/tests/kcc/__init__.py
433${PYSITELIB}/samba/tests/kcc/graph.py 442${PYSITELIB}/samba/tests/kcc/graph.py
434${PYSITELIB}/samba/tests/kcc/graph_utils.py 443${PYSITELIB}/samba/tests/kcc/graph_utils.py
435${PYSITELIB}/samba/tests/kcc/kcc_utils.py 444${PYSITELIB}/samba/tests/kcc/kcc_utils.py
436${PYSITELIB}/samba/tests/kcc/ldif_import_export.py 445${PYSITELIB}/samba/tests/kcc/ldif_import_export.py
 446${PYSITELIB}/samba/tests/krb5/as_canonicalization_tests.py
 447${PYSITELIB}/samba/tests/krb5/compatability_tests.py
437${PYSITELIB}/samba/tests/krb5/kcrypto.py 448${PYSITELIB}/samba/tests/krb5/kcrypto.py
 449${PYSITELIB}/samba/tests/krb5/kdc_base_test.py
 450${PYSITELIB}/samba/tests/krb5/kdc_tests.py
 451${PYSITELIB}/samba/tests/krb5/kdc_tgs_tests.py
438${PYSITELIB}/samba/tests/krb5/raw_testcase.py 452${PYSITELIB}/samba/tests/krb5/raw_testcase.py
 453${PYSITELIB}/samba/tests/krb5/rfc4120_constants.py
439${PYSITELIB}/samba/tests/krb5/rfc4120_pyasn1.py 454${PYSITELIB}/samba/tests/krb5/rfc4120_pyasn1.py
440${PYSITELIB}/samba/tests/krb5/s4u_tests.py 455${PYSITELIB}/samba/tests/krb5/s4u_tests.py
441${PYSITELIB}/samba/tests/krb5/simple_tests.py 456${PYSITELIB}/samba/tests/krb5/simple_tests.py
442${PYSITELIB}/samba/tests/krb5/xrealm_tests.py 457${PYSITELIB}/samba/tests/krb5/xrealm_tests.py
443${PYSITELIB}/samba/tests/krb5_credentials.py 458${PYSITELIB}/samba/tests/krb5_credentials.py
444${PYSITELIB}/samba/tests/ldap_raw.py 459${PYSITELIB}/samba/tests/ldap_raw.py
445${PYSITELIB}/samba/tests/ldap_referrals.py 460${PYSITELIB}/samba/tests/ldap_referrals.py
446${PYSITELIB}/samba/tests/libsmb.py 461${PYSITELIB}/samba/tests/libsmb.py
447${PYSITELIB}/samba/tests/loadparm.py 462${PYSITELIB}/samba/tests/loadparm.py
448${PYSITELIB}/samba/tests/lsa_string.py 463${PYSITELIB}/samba/tests/lsa_string.py
449${PYSITELIB}/samba/tests/messaging.py 464${PYSITELIB}/samba/tests/messaging.py
450${PYSITELIB}/samba/tests/net_join.py 465${PYSITELIB}/samba/tests/net_join.py
451${PYSITELIB}/samba/tests/net_join_no_spnego.py 466${PYSITELIB}/samba/tests/net_join_no_spnego.py
@@ -513,61 +528,64 @@ ${PYSITELIB}/samba/tests/samba_tool/user @@ -513,61 +528,64 @@ ${PYSITELIB}/samba/tests/samba_tool/user
513${PYSITELIB}/samba/tests/samba_tool/user_check_password_script.py 528${PYSITELIB}/samba/tests/samba_tool/user_check_password_script.py
514${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA.py 529${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA.py
515${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_base.py 530${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_base.py
516${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_gpg.py 531${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_gpg.py
517${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_userPassword.py 532${PYSITELIB}/samba/tests/samba_tool/user_virtualCryptSHA_userPassword.py
518${PYSITELIB}/samba/tests/samba_tool/user_wdigest.py 533${PYSITELIB}/samba/tests/samba_tool/user_wdigest.py
519${PYSITELIB}/samba/tests/samba_tool/visualize.py 534${PYSITELIB}/samba/tests/samba_tool/visualize.py
520${PYSITELIB}/samba/tests/samba_tool/visualize_drs.py 535${PYSITELIB}/samba/tests/samba_tool/visualize_drs.py
521${PYSITELIB}/samba/tests/samba_upgradedns_lmdb.py 536${PYSITELIB}/samba/tests/samba_upgradedns_lmdb.py
522${PYSITELIB}/samba/tests/samdb.py 537${PYSITELIB}/samba/tests/samdb.py
523${PYSITELIB}/samba/tests/samdb_api.py 538${PYSITELIB}/samba/tests/samdb_api.py
524${PYSITELIB}/samba/tests/security.py 539${PYSITELIB}/samba/tests/security.py
525${PYSITELIB}/samba/tests/segfault.py 540${PYSITELIB}/samba/tests/segfault.py
 541${PYSITELIB}/samba/tests/smb-notify.py
526${PYSITELIB}/samba/tests/smb.py 542${PYSITELIB}/samba/tests/smb.py
527${PYSITELIB}/samba/tests/smbd_base.py 543${PYSITELIB}/samba/tests/smbd_base.py
528${PYSITELIB}/samba/tests/smbd_fuzztest.py 544${PYSITELIB}/samba/tests/smbd_fuzztest.py
529${PYSITELIB}/samba/tests/source.py 545${PYSITELIB}/samba/tests/source.py
530${PYSITELIB}/samba/tests/strings.py 546${PYSITELIB}/samba/tests/strings.py
531${PYSITELIB}/samba/tests/subunitrun.py 547${PYSITELIB}/samba/tests/subunitrun.py
532${PYSITELIB}/samba/tests/tdb_util.py 548${PYSITELIB}/samba/tests/tdb_util.py
533${PYSITELIB}/samba/tests/upgrade.py 549${PYSITELIB}/samba/tests/upgrade.py
534${PYSITELIB}/samba/tests/upgradeprovision.py 550${PYSITELIB}/samba/tests/upgradeprovision.py
535${PYSITELIB}/samba/tests/upgradeprovisionneeddc.py 551${PYSITELIB}/samba/tests/upgradeprovisionneeddc.py
536${PYSITELIB}/samba/tests/usage.py 552${PYSITELIB}/samba/tests/usage.py
537${PYSITELIB}/samba/tests/xattr.py 553${PYSITELIB}/samba/tests/xattr.py
538${PYSITELIB}/samba/third_party/__init__.py 554${PYSITELIB}/samba/trust_utils.py
539${PYSITELIB}/samba/upgrade.py 555${PYSITELIB}/samba/upgrade.py
540${PYSITELIB}/samba/upgradehelpers.py 556${PYSITELIB}/samba/upgradehelpers.py
541${PYSITELIB}/samba/uptodateness.py 557${PYSITELIB}/samba/uptodateness.py
 558${PYSITELIB}/samba/vgp_sudoers_ext.py
542${PYSITELIB}/samba/werror.so 559${PYSITELIB}/samba/werror.so
543${PYSITELIB}/samba/xattr.py 560${PYSITELIB}/samba/xattr.py
544${PYSITELIB}/samba/xattr_native.so 561${PYSITELIB}/samba/xattr_native.so
545${PYSITELIB}/samba/xattr_tdb.so 562${PYSITELIB}/samba/xattr_tdb.so
546lib/samba/bind9/dlz_bind9.${SOEXT} 563lib/samba/bind9/dlz_bind9.${SOEXT}
547lib/samba/bind9/dlz_bind9_10.${SOEXT} 564lib/samba/bind9/dlz_bind9_10.${SOEXT}
548lib/samba/bind9/dlz_bind9_11.${SOEXT} 565lib/samba/bind9/dlz_bind9_11.${SOEXT}
549lib/samba/bind9/dlz_bind9_12.${SOEXT} 566lib/samba/bind9/dlz_bind9_12.${SOEXT}
550lib/samba/bind9/dlz_bind9_14.${SOEXT} 567lib/samba/bind9/dlz_bind9_14.${SOEXT}
551lib/samba/bind9/dlz_bind9_16.${SOEXT} 568lib/samba/bind9/dlz_bind9_16.${SOEXT}
552lib/samba/bind9/dlz_bind9_9.${SOEXT} 569lib/samba/bind9/dlz_bind9_9.${SOEXT}
553lib/samba/gensec/krb5.${SOEXT} 570lib/samba/gensec/krb5.${SOEXT}
554${PLIST.ads}lib/samba/idmap/ad.${SOEXT} 571${PLIST.ads}lib/samba/idmap/ad.${SOEXT}
555lib/samba/idmap/autorid.${SOEXT} 572lib/samba/idmap/autorid.${SOEXT}
556lib/samba/idmap/hash.${SOEXT} 573lib/samba/idmap/hash.${SOEXT}
557${PLIST.ads}lib/samba/idmap/rfc2307.${SOEXT} 574${PLIST.ads}lib/samba/idmap/rfc2307.${SOEXT}
558lib/samba/idmap/rid.${SOEXT} 575lib/samba/idmap/rid.${SOEXT}
559lib/samba/idmap/script.${SOEXT} 576lib/samba/idmap/script.${SOEXT}
560lib/samba/idmap/tdb2.${SOEXT} 577lib/samba/idmap/tdb2.${SOEXT}
 578lib/samba/krb5/async_dns_krb5_locator.${SOEXT}
561lib/samba/krb5/winbind_krb5_locator.${SOEXT} 579lib/samba/krb5/winbind_krb5_locator.${SOEXT}
562lib/samba/ldb/acl.${SOEXT} 580lib/samba/ldb/acl.${SOEXT}
563lib/samba/ldb/aclread.${SOEXT} 581lib/samba/ldb/aclread.${SOEXT}
564lib/samba/ldb/anr.${SOEXT} 582lib/samba/ldb/anr.${SOEXT}
565lib/samba/ldb/audit_log.${SOEXT} 583lib/samba/ldb/audit_log.${SOEXT}
566lib/samba/ldb/count_attrs.${SOEXT} 584lib/samba/ldb/count_attrs.${SOEXT}
567lib/samba/ldb/descriptor.${SOEXT} 585lib/samba/ldb/descriptor.${SOEXT}
568lib/samba/ldb/dirsync.${SOEXT} 586lib/samba/ldb/dirsync.${SOEXT}
569lib/samba/ldb/dns_notify.${SOEXT} 587lib/samba/ldb/dns_notify.${SOEXT}
570lib/samba/ldb/dsdb_notification.${SOEXT} 588lib/samba/ldb/dsdb_notification.${SOEXT}
571lib/samba/ldb/encrypted_secrets.${SOEXT} 589lib/samba/ldb/encrypted_secrets.${SOEXT}
572lib/samba/ldb/extended_dn_in.${SOEXT} 590lib/samba/ldb/extended_dn_in.${SOEXT}
573lib/samba/ldb/extended_dn_out.${SOEXT} 591lib/samba/ldb/extended_dn_out.${SOEXT}

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

--- pkgsrc/net/samba4/distinfo 2021/03/24 16:33:46 1.58
+++ pkgsrc/net/samba4/distinfo 2021/04/14 19:11:20 1.59
@@ -1,36 +1,35 @@ @@ -1,36 +1,35 @@
1$NetBSD: distinfo,v 1.58 2021/03/24 16:33:46 adam Exp $ 1$NetBSD: distinfo,v 1.59 2021/04/14 19:11:20 adam Exp $
2 2
3SHA1 (samba-4.13.7.tar.gz) = c9c2238b04cc2e93054628fcdf82335c6ca51967 3SHA1 (samba-4.14.2.tar.gz) = faf830e239d4b77d3130c2f7a3dbaeb4864d91a8
4RMD160 (samba-4.13.7.tar.gz) = e1baf0f450814cece012c00514f8abe2d9e35cb6 4RMD160 (samba-4.14.2.tar.gz) = 90932f7fc49abdc0d7d2308af0a87801fc0d6ef4
5SHA512 (samba-4.13.7.tar.gz) = eac0c0b60d50591ecd8e730bd6f24ec3d5731a9dd4172640259d841cca988f20265e5a57967a070713ab7b4bd95766a21247cc8e6b32177b79eb766520a3288a 5SHA512 (samba-4.14.2.tar.gz) = 8dd97abb14d531c3865747512abdf4d2db84b4daa5c15b67cd4f03326e30270d947ba0154493c5897aaa357039b472cfa669c80698b0f572e46d730f70a29b43
6Size (samba-4.13.7.tar.gz) = 18432921 bytes 6Size (samba-4.14.2.tar.gz) = 18636757 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
20SHA1 (patch-lib_tevent_wscript) = fbbe2024096b57d651d90064f53489a974db9d7a 20SHA1 (patch-lib_tevent_wscript) = fbbe2024096b57d651d90064f53489a974db9d7a
 21SHA1 (patch-lib_util_charset_charset__macosxfs.c) = 9772fc52fff48aec2a7e279223f73bb791217c26
21SHA1 (patch-lib_util_smb__threads.h) = 93bbc4276ad927ad6faf305af093064f47c09254 22SHA1 (patch-lib_util_smb__threads.h) = 93bbc4276ad927ad6faf305af093064f47c09254
22SHA1 (patch-lib_util_tfork.c) = cd70dcff5f2ce94ffe642e0f029f03ee07dff27d 23SHA1 (patch-lib_util_tfork.c) = cd70dcff5f2ce94ffe642e0f029f03ee07dff27d
23SHA1 (patch-libcli_dns_wscript__build) = 4103a144aa1bb4662fd7a62270941f1a3d01fe89 24SHA1 (patch-libcli_dns_wscript__build) = 4103a144aa1bb4662fd7a62270941f1a3d01fe89
24SHA1 (patch-nsswitch_stress-nss-libwbclient.c) = bf327282a59aefeeb2d6bf9eccf9b3a832033066 25SHA1 (patch-nsswitch_stress-nss-libwbclient.c) = bf327282a59aefeeb2d6bf9eccf9b3a832033066
25SHA1 (patch-nsswitch_winbind__nss__netbsd.c) = 2773ec9269d1fe0d7ce7ed220f6a7122d187fabe 26SHA1 (patch-nsswitch_winbind__nss__netbsd.c) = 2773ec9269d1fe0d7ce7ed220f6a7122d187fabe
26SHA1 (patch-nsswitch_wscript__build) = e8a6251e031ffa13d6347fade8891f7afd65d3eb 27SHA1 (patch-nsswitch_wscript__build) = e8a6251e031ffa13d6347fade8891f7afd65d3eb
27SHA1 (patch-source3_libsmb_libsmb__stat.c) = 1f88759babfd64b525df8087ea143c7bc3171549 
28SHA1 (patch-source3_libsmb_pylibsmb.c) = 50c3aaecf345449e02642e387eeac3dd7043e77a 28SHA1 (patch-source3_libsmb_pylibsmb.c) = 50c3aaecf345449e02642e387eeac3dd7043e77a
29SHA1 (patch-source3_smbd_process.c) = 532d2426b9bd2a215d133bc489741558aa07f849 29SHA1 (patch-source3_smbd_process.c) = 532d2426b9bd2a215d133bc489741558aa07f849
30SHA1 (patch-source4_dsdb_samdb_ldb__modules_wscript__build__server) = 47f55ec16b667a0a4d38de5ac89a117f2ac8f898 30SHA1 (patch-source4_dsdb_samdb_ldb__modules_wscript__build__server) = 47f55ec16b667a0a4d38de5ac89a117f2ac8f898
31SHA1 (patch-source4_heimdal__build_roken.h) = f467a541fa09e2aa483d10ed9d49df9167a3443a 31SHA1 (patch-source4_heimdal__build_roken.h) = f467a541fa09e2aa483d10ed9d49df9167a3443a
32SHA1 (patch-source4_heimdal_include_heim__threads.h) = c93e0c80790ea2045333822c80e66d371bf2249c 32SHA1 (patch-source4_heimdal_include_heim__threads.h) = c93e0c80790ea2045333822c80e66d371bf2249c
33SHA1 (patch-source4_scripting_wsript_build) = bd4feddcaadf1c3d2d25eb7914e7b5843e4e9511 33SHA1 (patch-source4_scripting_wsript_build) = bd4feddcaadf1c3d2d25eb7914e7b5843e4e9511
34SHA1 (patch-source4_torture_libsmbclient_libsmbclient.c) = 38bb8b53581d5f0b5b0e9f0fce58f51148e91c20 
35SHA1 (patch-source4_utils_oLschema2ldif_wscript__build) = b0cbbcd4ebedd443dc9f9a59d1dad2e039bb9663 34SHA1 (patch-source4_utils_oLschema2ldif_wscript__build) = b0cbbcd4ebedd443dc9f9a59d1dad2e039bb9663
36SHA1 (patch-third__party_socket__wrapper_socket__wrapper.c) = 0cc01c932f21e9f6219fb9d204e6fdf3682938f8 35SHA1 (patch-third__party_socket__wrapper_socket__wrapper.c) = 0cc01c932f21e9f6219fb9d204e6fdf3682938f8

File Added: pkgsrc/net/samba4/patches/patch-lib_util_charset_charset__macosxfs.c
$NetBSD: patch-lib_util_charset_charset__macosxfs.c,v 1.1 2021/04/14 19:11:21 adam Exp $

DEBUG is undefined.

--- lib/util/charset/charset_macosxfs.c.orig	2021-04-14 09:58:53.000000000 +0000
+++ lib/util/charset/charset_macosxfs.c
@@ -137,7 +137,7 @@ static inline UniChar *set_ucbuffer_with
 /*
  * A simple hexdump function for debugging error conditions.
  */
-#define	debug_out(s)	DEBUG(0,(s))
+#define	debug_out(s) /* nothing */	
 
 #ifdef DEBUG_STRINGS
 

File Deleted: pkgsrc/net/samba4/patches/Attic/patch-source3_libsmb_libsmb__stat.c

File Deleted: pkgsrc/net/samba4/patches/Attic/patch-source4_torture_libsmbclient_libsmbclient.c