From 5e105ed9d62a6f99de159cdb86e1e387d6b57774 Mon Sep 17 00:00:00 2001 From: xinghe Date: Mon, 10 Apr 2023 05:44:13 +0000 Subject: [PATCH] add param.h which was lost --- backport-0006-CVE-2022-38023.patch | 3 ++- samba.spec | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/backport-0006-CVE-2022-38023.patch b/backport-0006-CVE-2022-38023.patch index a0b112f..45df444 100644 --- a/backport-0006-CVE-2022-38023.patch +++ b/backport-0006-CVE-2022-38023.patch @@ -217,10 +217,11 @@ diff --git a/source3/utils/net_util.c b/source3/utils/net_util.c index 298d9a64dc0c..f3b7755063bf 100644 --- a/source3/utils/net_util.c +++ b/source3/utils/net_util.c -@@ -31,6 +31,7 @@ +@@ -31,6 +31,8 @@ #include "../librpc/gen_ndr/ndr_dssetup_c.h" #include "secrets.h" #include "../libcli/security/security.h" ++#include "lib/param/param.h" +#include "libcli/auth/netlogon_creds_cli.h" #include "libsmb/libsmb.h" diff --git a/samba.spec b/samba.spec index e5c9d99..37511ca 100644 --- a/samba.spec +++ b/samba.spec @@ -49,7 +49,7 @@ Name: samba Version: 4.11.12 -Release: 26 +Release: 27 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -3397,6 +3397,12 @@ fi %{_mandir}/man* %changelog +* Mon Apr 10 2023 xinghe - 4.11.12-27 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add param.h which was lost + * Fri Apr 07 2023 xinghe - 4.11.12-26 - Type:cves - CVE:CVE-2023-0922 -- Gitee