samba-4.15.6 has been recently released.  4.16.0 has been released too
but I want us to stay on 4.15.X until 7.1 is tagged.  Update diff
below, untested besides pkg_add -u.  Runtime tests / oks welcome.

Release notes:
https://www.samba.org/samba/history/samba-4.15.6.html


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/samba/Makefile,v
retrieving revision 1.310
diff -u -p -r1.310 Makefile
--- Makefile    13 Mar 2022 00:09:45 -0000      1.310
+++ Makefile    22 Mar 2022 18:24:53 -0000
@@ -1,9 +1,7 @@
-VERSION =              4.15.5
+VERSION =              4.15.6
 DISTNAME =             samba-${VERSION}
 EPOCH =                        0
-REVISION-main =                2
-REVISION-ldb =         1
-REVISION-tevent =      3
+REVISION-tevent =      4
 
 COMMENT-main =         SMB and CIFS client and server for UNIX
 COMMENT-ldb =          LDAP-like embedded database
@@ -19,7 +17,7 @@ PKGNAME-docs =                samba-docs-${VERSION}
 
 PKG_ARCH-docs =                *
 
-LDB_V =                        2.4.1
+LDB_V =                        2.4.2
 TEVENT_V =             0.11.0
 
 SHARED_LIBS =          asn1-samba4             2.0 \
@@ -47,7 +45,7 @@ SHARED_LIBS =         asn1-samba4             2.0 \
                        samba-errors            2.1 \
                        samba-hostconfig        9.0 \
                        samba-passdb            3.0 \
-                       samba-util              7.1 \
+                       samba-util              7.2 \
                        samdb                   2.0 \
                        smbclient               6.1 \
                        smbconf                 10.1 \
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/samba/distinfo,v
retrieving revision 1.90
diff -u -p -r1.90 distinfo
--- distinfo    2 Feb 2022 12:33:52 -0000       1.90
+++ distinfo    22 Mar 2022 13:10:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (samba-4.15.5.tar.gz) = aRFeM4MZN7pRUb4CR5QxR3Za7OZYunQ/RHQWcq1o0X8=
-SIZE (samba-4.15.5.tar.gz) = 19279071
+SHA256 (samba-4.15.6.tar.gz) = BXW5makEhEWCBCjcVAuoqVJ85Zb6Zq8C6iuh6pV4vLQ=
+SIZE (samba-4.15.6.tar.gz) = 19290189
Index: patches/patch-python_samba_provision___init___py
===================================================================
RCS file: 
/home/cvs/ports/net/samba/patches/patch-python_samba_provision___init___py,v
retrieving revision 1.10
diff -u -p -r1.10 patch-python_samba_provision___init___py
--- patches/patch-python_samba_provision___init___py    10 Mar 2022 00:04:07 
-0000      1.10
+++ patches/patch-python_samba_provision___init___py    22 Mar 2022 13:10:29 
-0000
@@ -3,7 +3,7 @@
 Index: python/samba/provision/__init__.py
 --- python/samba/provision/__init__.py.orig
 +++ python/samba/provision/__init__.py
-@@ -2172,7 +2172,7 @@ def provision(logger, session_info, smbconf=None,
+@@ -2175,7 +2175,7 @@ def provision(logger, session_info, smbconf=None,
      root_gid = pwd.getpwuid(root_uid).pw_gid
  
      try:
Index: patches/patch-source3_wscript
===================================================================
RCS file: /home/cvs/ports/net/samba/patches/patch-source3_wscript,v
retrieving revision 1.14
diff -u -p -r1.14 patch-source3_wscript
--- patches/patch-source3_wscript       10 Mar 2022 00:04:07 -0000      1.14
+++ patches/patch-source3_wscript       22 Mar 2022 13:10:29 -0000
@@ -22,7 +22,7 @@ Index: source3/wscript
          conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)
  
      # We crash without vfs_default
-@@ -1677,6 +1678,7 @@ main() {
+@@ -1683,6 +1684,7 @@ main() {
  
      conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }',
                      'SEEKDIR_RETURNS_VOID',
@@ -30,7 +30,7 @@ Index: source3/wscript
                      headers='sys/types.h dirent.h',
                      msg='Checking whether seekdir returns void')
  
-@@ -1790,7 +1792,7 @@ main() {
+@@ -1796,7 +1798,7 @@ main() {
          else:
              conf.fatal('AFS headers not available, but --with-fake-kaserver 
was specified')
  


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to