diff --git a/backport-0006-CVE-2022-38023.patch b/backport-0006-CVE-2022-38023.patch index a0b112f9a39e097e280143265695cecb277af94d..45df444f657bfe486b8df97584ec83a06d413f87 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 e5c9d99659ae9b10fccbac32b76aa78d72e5d409..37511ca13d90eaa41e969ae332fb23abdbcaddbe 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