pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: updated to 4.14.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43ee9e899db0
branches:  trunk
changeset: 453644:43ee9e899db0
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 01 08:30:17 2021 +0000

description:
samba4: updated to 4.14.5

Changes since 4.14.4
--------------------
* BUG 14696: s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success.
* BUG 14708: s3: smbd: Ensure POSIX default ACL is mapped into returned
  Windows ACL for directory handles.
* BUG 14721: s3: smbd: Fix uninitialized memory read in
  process_symlink_open() when used with vfs_shadow_copy2().
* BUG 14689: docs: Expand the "log level" docs on audit logging.
* BUG 14714: smbd: Correctly initialize close timestamp fields.
* BUG 14699: Fix gcc11 compiler issues.
* BUG 14718: docs-xml: Update smbcacls manpage.
* BUG 14719: docs: Update list of available commands in rpcclient.
* BUG 14475: ctdb: Fix a crash in run_proc_signal_handler().
* BUG 14695: s3:winbind: For 'security = ADS' require realm/workgroup to be
  set.
* BUG 14699: lib:replace: Do not build strndup test with gcc 11 or newer.

diffstat:

 net/samba4/Makefile   |   5 ++---
 net/samba4/distinfo   |  10 +++++-----
 net/samba4/options.mk |   4 ++--
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r f66e3b4584f5 -r 43ee9e899db0 net/samba4/Makefile
--- a/net/samba4/Makefile       Tue Jun 01 07:42:08 2021 +0000
+++ b/net/samba4/Makefile       Tue Jun 01 08:30:17 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2021/05/30 20:02:31 thor Exp $
+# $NetBSD: Makefile,v 1.125 2021/06/01 08:30:17 adam Exp $
 
-DISTNAME=      samba-4.14.4
-PKGREVISION=   2
+DISTNAME=      samba-4.14.5
 CATEGORIES=    net
 MASTER_SITES=  https://download.samba.org/pub/samba/stable/
 
diff -r f66e3b4584f5 -r 43ee9e899db0 net/samba4/distinfo
--- a/net/samba4/distinfo       Tue Jun 01 07:42:08 2021 +0000
+++ b/net/samba4/distinfo       Tue Jun 01 08:30:17 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.61 2021/04/29 15:21:16 taca Exp $
+$NetBSD: distinfo,v 1.62 2021/06/01 08:30:17 adam Exp $
 
-SHA1 (samba-4.14.4.tar.gz) = 123281ce6b0049648be3bd4fe7094057526d6340
-RMD160 (samba-4.14.4.tar.gz) = ee779e5f3b2b32516b6b59761659c6fa3a2c3f10
-SHA512 (samba-4.14.4.tar.gz) = 200b2b2b08b369915e045f22ee993d5deea7a2533c6c582d4b88c614adcad5529109d449e843a2a1f292e5cfb1877d66421b5b0801ad988896cbe5413717e4dc
-Size (samba-4.14.4.tar.gz) = 18645552 bytes
+SHA1 (samba-4.14.5.tar.gz) = 498f9aec010962b790b363adf2fe1fcd68e44db6
+RMD160 (samba-4.14.5.tar.gz) = 9e7997033b458967fb63be9809ba2df1e2d3e025
+SHA512 (samba-4.14.5.tar.gz) = ef50aae93141a41034a10eb0b1a135d4b8b28c63663b930d24d6199d9ffd1fd139b6443d1859df19d3299b507a4a1c2810de057e2affd4e8b8cfc7175fdd7b39
+Size (samba-4.14.5.tar.gz) = 18653694 bytes
 SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926
 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
 SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7
diff -r f66e3b4584f5 -r 43ee9e899db0 net/samba4/options.mk
--- a/net/samba4/options.mk     Tue Jun 01 07:42:08 2021 +0000
+++ b/net/samba4/options.mk     Tue Jun 01 08:30:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2021/05/30 20:02:31 thor Exp $
+# $NetBSD: options.mk,v 1.14 2021/06/01 08:30:17 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba4
 PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me.
@@ -22,7 +22,7 @@
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           ads cups fam ldap pam winbind
+PLIST_VARS+=           ads cups fam ldap pam snapper winbind
 
 ###
 ### Access Control List support.



Home | Main Index | Thread Index | Old Index