Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2026 15:12:00 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bc1bc4b7ec22 - main - net/samba420: Add patches to fix ndr.h consumers (i.e. SSSD)
Message-ID:  <69bd63c0.1f22d.6663f944@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bc1bc4b7ec224b5a2411deb5f9fd6d6262b99741

commit bc1bc4b7ec224b5a2411deb5f9fd6d6262b99741
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-03-05 19:23:29 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-03-20 15:11:31 +0000

    net/samba420: Add patches to fix ndr.h consumers (i.e. SSSD)
    
    This is the same change that was applied to net/samba416 in
    fd6a710e199bdba2b2df37a481038e743da895dd
    
    PR:             293566
    Approved by:    samba (maintainer timeout)
---
 net/samba420/Makefile                              |  1 +
 net/samba420/files/patch-lib_util_time.h           | 11 +++++++++++
 net/samba420/files/patch-source4_torture_ndr_ndr.h | 11 +++++++++++
 3 files changed, 23 insertions(+)

diff --git a/net/samba420/Makefile b/net/samba420/Makefile
index 0994a8fff54a..cfec32ec29fd 100644
--- a/net/samba420/Makefile
+++ b/net/samba420/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=			${SAMBA4_BASENAME}420
 PORTVERSION=			${SAMBA4_VERSION}
+PORTREVISION=			1
 CATEGORIES?=			net
 MASTER_SITES=			SAMBA/samba/stable SAMBA/samba/rc
 DISTNAME=			${SAMBA4_DISTNAME}
diff --git a/net/samba420/files/patch-lib_util_time.h b/net/samba420/files/patch-lib_util_time.h
new file mode 100644
index 000000000000..230182d52f42
--- /dev/null
+++ b/net/samba420/files/patch-lib_util_time.h
@@ -0,0 +1,11 @@
+--- lib/util/time.h.orig	2026-03-05 19:21:56 UTC
++++ lib/util/time.h
+@@ -24,6 +24,8 @@
+ #ifndef _SAMBA_TIME_H_
+ #define _SAMBA_TIME_H_
+ 
++#include <sys/types.h>
++
+ #include <stdbool.h>
+ #include <stdint.h>
+ #include <talloc.h>
diff --git a/net/samba420/files/patch-source4_torture_ndr_ndr.h b/net/samba420/files/patch-source4_torture_ndr_ndr.h
new file mode 100644
index 000000000000..d7870c0aa66c
--- /dev/null
+++ b/net/samba420/files/patch-source4_torture_ndr_ndr.h
@@ -0,0 +1,11 @@
+--- source4/torture/ndr/ndr.h.orig	2024-01-29 14:41:27 UTC
++++ source4/torture/ndr/ndr.h
+@@ -20,6 +20,8 @@
+ #ifndef __TORTURE_NDR_H__
+ #define __TORTURE_NDR_H__
+ 
++#include <sys/types.h>
++
+ #include "torture/torture.h"
+ #include "librpc/ndr/libndr.h"
+ #include "libcli/security/security.h"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bd63c0.1f22d.6663f944>