Here's an update to the latest samba bugfix release.
https://www.samba.org/samba/history/samba-4.15.8.html
I did no progress wrt the update to samba-4.16, which fails with a weird
error:
Checking project rules ...
ERROR: target pamwinbind.objlist: dependency target samba_intl is missing samba_builtin_subsystem
which I don't know yet to handle. WIP diff available on request.
As usual tests reports and oks welcome.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.312
diff -u -p -r1.312 Makefile
--- Makefile 18 May 2022 17:47:59 -0000 1.312
+++ Makefile 28 Jun 2022 22:33:30 -0000
@@ -1,8 +1,7 @@
-VERSION = 4.15.7
+VERSION = 4.15.8
DISTNAME = samba-${VERSION}
EPOCH = 0
-REVISION-ldb = 0
-REVISION-tevent = 5
+REVISION-tevent = 6
COMMENT-main = SMB and CIFS client and server for UNIX
COMMENT-ldb = LDAP-like embedded database
@@ -18,7 +17,7 @@ PKGNAME-docs = samba-docs-${VERSION}
PKG_ARCH-docs = *
-LDB_V = 2.4.2
+LDB_V = 2.4.3
TEVENT_V = 0.11.0
SHARED_LIBS = asn1-samba4 2.0 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.92
diff -u -p -r1.92 distinfo
--- distinfo 18 May 2022 17:47:59 -0000 1.92
+++ distinfo 28 Jun 2022 22:33:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (samba-4.15.7.tar.gz) = dtAJbBbtAmWzN9VzHzwLMu7TratvqLdYXAVbKHzQXWs=
-SIZE (samba-4.15.7.tar.gz) = 19290930
+SHA256 (samba-4.15.8.tar.gz) = UB+h9EfZEkqIwyjnMUlDgztDvTynR3arViFxukIj+TM=
+SIZE (samba-4.15.8.tar.gz) = 19306079
Index: patches/patch-source3_wscript
===================================================================
RCS file: /cvs/ports/net/samba/patches/patch-source3_wscript,v
retrieving revision 1.15
diff -u -p -r1.15 patch-source3_wscript
--- patches/patch-source3_wscript 23 Mar 2022 20:00:48 -0000 1.15
+++ patches/patch-source3_wscript 28 Jun 2022 22:33:30 -0000
@@ -22,7 +22,7 @@ Index: source3/wscript
conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)
# We crash without vfs_default
-@@ -1683,6 +1684,7 @@ main() {
+@@ -1687,6 +1688,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')
-@@ -1796,7 +1798,7 @@ main() {
+@@ -1800,7 +1802,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
No comments:
Post a Comment