diff options
author | taca <taca@pkgsrc.org> | 2021-07-25 15:58:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-07-25 15:58:04 +0000 |
commit | 39b14f9c2f522f9d3b141ee9bea8e73852ef4d26 (patch) | |
tree | 4020aaa13e632c9c773e5d6c3d72b976f85c955e /net/samba4/Makefile | |
parent | 2a285d84605b024328615466a7e28957791cdc1f (diff) | |
download | pkgsrc-39b14f9c2f522f9d3b141ee9bea8e73852ef4d26.tar.gz |
net/samba4: update to 4.3.10
Changes since 4.13.9
--------------------
o Jeremy Allison <jra@samba.org>
* BUG 14708: s3: smbd: Ensure POSIX default ACL is mapped into returned
Windows ACL for directory handles.
* BUG 14721: Take a copy to make sure we don't reference free'd memory.
* BUG 14722: s3: lib: Fix talloc heirarcy error in parent_smb_fname().
* BUG 14736: s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in
change_file_owner_to_parent() error path.
o Andrew Bartlett <abartlet@samba.org>
* BUG 14575: samba-tool: Give better error information when the
'domain backup restore' fails with a duplicate SID.
o Ralph Boehme <slow@samba.org>
* BUG 14714: smbd: Correctly initialize close timestamp fields.
* BUG 14740: Spotlight RPC service doesn't work with vfs_glusterfs.
o Volker Lendecke <vl@samba.org>
* BUG 14475: ctdb: Fix a crash in run_proc_signal_handler().
o Stefan Metzmacher <metze@samba.org>
* BUG 14750: gensec_krb5: Restore ipv6 support for kpasswd.
* BUG 14752: smbXsrv_{open,session,tcon}: Protect
smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records.
o Joseph Sutton <josephsutton@catalyst.net.nz>
* BUG 14027: samba-tool domain backup offline doesn't work against bind DLZ
backend.
* BUG 14669: netcmd: Use next_free_rid() function to calculate a SID for
restoring a backup.
Diffstat (limited to 'net/samba4/Makefile')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 7576c54c452..eb5ee53d336 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2021/06/22 09:36:41 nia Exp $ +# $NetBSD: Makefile,v 1.128 2021/07/25 15:58:04 taca Exp $ # # WARNING: DO NOT UPDATE WITHOUT RESOLVING THIS ISSUE: @@ -8,7 +8,7 @@ # # Please do not update without testing on NetBSD 9.2! # -DISTNAME= samba-4.13.9 +DISTNAME= samba-4.13.10 CATEGORIES= net MASTER_SITES= https://download.samba.org/pub/samba/stable/ |