pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun  1 08:30:18 UTC 2021

Modified Files:
        pkgsrc/net/samba4: Makefile distinfo options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/net/samba4/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/samba4/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/samba4/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.124 pkgsrc/net/samba4/Makefile:1.125
--- pkgsrc/net/samba4/Makefile:1.124    Sun May 30 20:02:31 2021
+++ pkgsrc/net/samba4/Makefile  Tue Jun  1 08:30:17 2021
@@ -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/
 

Index: pkgsrc/net/samba4/distinfo
diff -u pkgsrc/net/samba4/distinfo:1.61 pkgsrc/net/samba4/distinfo:1.62
--- pkgsrc/net/samba4/distinfo:1.61     Thu Apr 29 15:21:16 2021
+++ pkgsrc/net/samba4/distinfo  Tue Jun  1 08:30:17 2021
@@ -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

Index: pkgsrc/net/samba4/options.mk
diff -u pkgsrc/net/samba4/options.mk:1.13 pkgsrc/net/samba4/options.mk:1.14
--- pkgsrc/net/samba4/options.mk:1.13   Sun May 30 20:02:31 2021
+++ pkgsrc/net/samba4/options.mk        Tue Jun  1 08:30:17 2021
@@ -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 @@ PKG_SUGGESTED_OPTIONS+=       snapper
 
 .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