diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-06-11 07:06:24 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-06-18 06:48:22 -0700 |
| commit | caadc8672b7f7eff6d4cfcbdca116aa76697816e (patch) | |
| tree | 0b6d87195cc594ffb3d7ee2603911e3c8c53d464 /dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch | |
| parent | 4bb7e5b84af559a4142a7f197ee2057e70216a6d (diff) | |
| download | meta-security-caadc8672b7f7eff6d4cfcbdca116aa76697816e.tar.gz | |
sssd: update to 2.7.1
drop CVE-2021-3621.patch
refresh a few patches
fixup configure-unsafe globally via sed in build.m4
=== test
RESULTS - sssd.SSSDTest.test_sssd_help: PASSED (1.70s)
RESULTS - sssd.SSSDTest.test_sssd_sssctl_conf_perms_chk: PASSED (2.71s)
RESULTS - sssd.SSSDTest.test_sssd_sssctl_deamon: PASSED (2.07s)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch')
| -rw-r--r-- | dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch index 9b481cc..419b83f 100644 --- a/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch +++ b/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch | |||
| @@ -12,10 +12,10 @@ from ../sssd-2.5.0/src/util/sss_pam_data.c:27: | |||
| 12 | Upstream-Status: Pending | 12 | Upstream-Status: Pending |
| 13 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 13 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 14 | 14 | ||
| 15 | Index: sssd-2.5.0/src/util/debug.h | 15 | Index: sssd-2.7.1/src/util/debug.h |
| 16 | =================================================================== | 16 | =================================================================== |
| 17 | --- sssd-2.5.0.orig/src/util/debug.h | 17 | --- sssd-2.7.1.orig/src/util/debug.h |
| 18 | +++ sssd-2.5.0/src/util/debug.h | 18 | +++ sssd-2.7.1/src/util/debug.h |
| 19 | @@ -24,6 +24,8 @@ | 19 | @@ -24,6 +24,8 @@ |
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | 21 | ||
| @@ -23,5 +23,5 @@ Index: sssd-2.5.0/src/util/debug.h | |||
| 23 | +#include <unistd.h> | 23 | +#include <unistd.h> |
| 24 | +#include <sys/types.h> | 24 | +#include <sys/types.h> |
| 25 | #include <stdbool.h> | 25 | #include <stdbool.h> |
| 26 | #include <sys/types.h> | ||
| 26 | 27 | ||
| 27 | #include "util/util_errors.h" | ||
