diff options
author | adam <adam@pkgsrc.org> | 2021-03-20 19:27:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-20 19:27:35 +0000 |
commit | c1362ffb1fe84be4107fd3417f5f1a9903813a6c (patch) | |
tree | fd25b454168a215cd0ab103785785ba44a6b56b3 /net/samba4/Makefile | |
parent | a3a7c6f0e31097e641f6c4f08891244119b50da2 (diff) | |
download | pkgsrc-c1362ffb1fe84be4107fd3417f5f1a9903813a6c.tar.gz |
samba4: updated to 4.13.5
Changes since 4.13.4
--------------------
* BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite
start-up failure.
* BUG 13992: s3: libsmb: Add missing cli_tdis() in error path if encryption
setup failed on temp proxy connection.
* BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection closed
force a full reload of services.
* BUG 14593: dbcheck: Check Deleted Objects and reduce noise in reports about
expired tombstones.
* BUG 14503: s3: Fix fcntl waf configure check.
* BUG 14602: s3/auth: Implement "winbind:ignore domains".
* BUG 14617: smbd: Use fsp->conn->session_info for the initial
delete-on-close token.
* BUG 14648: s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error
path.
* BUG 14624: classicupgrade: Treat old never expires value right.
* BUG 14636: g_lock: Fix uninitalized variable reads.
* BUG 13898: s3:pysmbd: Fix fd leak in py_smbd_create_file().
* BUG 14625: lib:util: Avoid free'ing our own pointer.
* BUG 12505: HEIMDAL: krb5_storage_free(NULL) should work.
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 b94a12c524f..04029eec51c 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.115 2021/01/27 06:17:17 adam Exp $ +# $NetBSD: Makefile,v 1.116 2021/03/20 19:27:35 adam Exp $ -DISTNAME= samba-4.13.4 +DISTNAME= samba-4.13.5 CATEGORIES= net MASTER_SITES= https://download.samba.org/pub/samba/stable/ |