diff options
author | adam <adam@pkgsrc.org> | 2019-12-30 13:58:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-12-30 13:58:35 +0000 |
commit | b420ff08704ef417153769e03cbf241380147f86 (patch) | |
tree | 75a6de7cc2405aaa427c3707b1b14d8ec5568992 /net/samba4/PLIST | |
parent | 79e4f24530fc3c97b06a756ef15849ef8c5580ee (diff) | |
download | pkgsrc-b420ff08704ef417153769e03cbf241380147f86.tar.gz |
samba4: updated to 4.11.4
Changes since 4.11.3:
* BUG 14161: s3: libsmb: Ensure SMB1 cli_qpathinfo2() doesn't return an inode
number.
* BUG 14174: s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum()
on an SMB1 connection.
* BUG 14176: NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in
SMBC_opendir_ctx.
* BUG 14189: s3: smbd: SMB2 - Ensure we use the correct session_id if
encrypting an interim response.
* BUG 14205: Prevent smbd crash after invalid SMB1 negprot.
* BUG 13745: s3:printing: Fix %J substition.
* BUG 13925: s3: Remove now unneeded call to cmdline_messaging_context().
* BUG 14069: Incomplete conversion of former parametric options.
* BUG 14070: Fix sync dosmode fallback in async dosmode codepath.
* BUG 14171: vfs_fruit returns capped resource fork length.
* BUG 14116: libnet_join: Add SPNs for additional-dns-hostnames entries.
* BUG 14211: smbd: Increase a debug level.
* BUG 14153: Prevent azure ad connect from reporting discovery errors:
reference-value-not-ldap-conformant.
* BUG 14179: krb5_plugin: Fix developer build with newer heimdal system
library.
* BUG 14168: replace: Only link libnsl and libsocket if requrired.
* BUG 14175: ctdb: Incoming queue can be orphaned causing communication
breakdown.
* BUG 13846: ldb: Release ldb 2.0.8. Cross-compile will not take
cross-answers or cross-execute.
* BUG 13856: heimdal-build: Avoid hard-coded /usr/include/heimdal in
asn1_compile-generated code.
Diffstat (limited to 'net/samba4/PLIST')
-rw-r--r-- | net/samba4/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba4/PLIST b/net/samba4/PLIST index 0f5bc134f20..63046960ecd 100644 --- a/net/samba4/PLIST +++ b/net/samba4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2019/11/10 17:01:58 adam Exp $ +@comment $NetBSD: PLIST,v 1.25 2019/12/30 13:58:35 adam Exp $ bin/cifsdd bin/dbwrap_tool bin/dumpmscat @@ -500,6 +500,7 @@ ${PYSITELIB}/samba/tests/security.py ${PYSITELIB}/samba/tests/segfault.py ${PYSITELIB}/samba/tests/smb.py ${PYSITELIB}/samba/tests/smbd_base.py +${PYSITELIB}/samba/tests/smbd_fuzztest.py ${PYSITELIB}/samba/tests/source.py ${PYSITELIB}/samba/tests/strings.py ${PYSITELIB}/samba/tests/subunitrun.py |