Date: Fri, 20 Mar 2026 15:11:58 +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: 4ab6b6bf9b5f - main - net/samba419: Add patches to fix ndr.h consumers (i.e. SSSD) Message-ID: <69bd63be.1e965.7b365b0c@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=4ab6b6bf9b5f23a252100ead35a6efdb0bdc92de commit 4ab6b6bf9b5f23a252100ead35a6efdb0bdc92de Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2026-03-05 18:42:54 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-03-20 15:10:05 +0000 net/samba419: 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/samba419/Makefile | 2 +- net/samba419/files/patch-lib_util_time.h | 10 ++++++++++ net/samba419/files/patch-source4_torture_ndr_ndr.h | 11 +++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/net/samba419/Makefile b/net/samba419/Makefile index 4add2789455f..9ca30f60338e 100644 --- a/net/samba419/Makefile +++ b/net/samba419/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}419 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} diff --git a/net/samba419/files/patch-lib_util_time.h b/net/samba419/files/patch-lib_util_time.h new file mode 100644 index 000000000000..32fdb1204be8 --- /dev/null +++ b/net/samba419/files/patch-lib_util_time.h @@ -0,0 +1,10 @@ +--- lib/util/time.h.orig 2023-07-18 08:14:54 UTC ++++ lib/util/time.h +@@ -24,6 +24,7 @@ + #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/samba419/files/patch-source4_torture_ndr_ndr.h b/net/samba419/files/patch-source4_torture_ndr_ndr.h new file mode 100644 index 000000000000..e972d0ff197b --- /dev/null +++ b/net/samba419/files/patch-source4_torture_ndr_ndr.h @@ -0,0 +1,11 @@ +--- source4/torture/ndr/ndr.h.orig 2023-07-18 08:14:56 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?69bd63be.1e965.7b365b0c>
