aboutsummaryrefslogtreecommitdiff
path: root/security/sssd/files/patch-src__tests__dlopen-tests.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-12-12 15:09:15 +0000
committerRene Ladan <rene@FreeBSD.org>2020-12-12 15:09:15 +0000
commit6592a822122a3d2bf252ccd85dd40b85b09dde59 (patch)
tree2b93a21c9e067c02f1a583dbc6d8157ffaea1a57 /security/sssd/files/patch-src__tests__dlopen-tests.c
parent693a9581667ca0ab414315d4f29d67c490c480c2 (diff)
downloadports-6592a822122a3d2bf252ccd85dd40b85b09dde59.tar.gz
ports-6592a822122a3d2bf252ccd85dd40b85b09dde59.zip
MFH: r555585 r557829
security/sssd: update to 1.16.5 This fixes several security vulnerabilities and unexpires the port because it moves to Python 3. PR: 241347 Submitted by: lukas.slebodnik@intrak.sk (initial patch) Security: CVE-2018-16838 Security: CVE-2019-3811 security/sssd: fix SMB option - use Samba 4.12 instead of the removed Samba 4.10 - use ldb 2.1 instead of ldb 2.0 While here, recognize Kerberos 1.18 PR: 250864 Submitted by: joerg (patch by Richard Frewin) Approved by: maintainer timeout (14 days)
Notes
Notes: svn path=/branches/2020Q4/; revision=557830
Diffstat (limited to 'security/sssd/files/patch-src__tests__dlopen-tests.c')
-rw-r--r--security/sssd/files/patch-src__tests__dlopen-tests.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/sssd/files/patch-src__tests__dlopen-tests.c b/security/sssd/files/patch-src__tests__dlopen-tests.c
new file mode 100644
index 000000000000..0ee773744daf
--- /dev/null
+++ b/security/sssd/files/patch-src__tests__dlopen-tests.c
@@ -0,0 +1,22 @@
+diff --git src/tests/dlopen-tests.c src/tests/dlopen-tests.c
+index 9a5d3597f..4b469726b 100644
+--- src/tests/dlopen-tests.c
++++ src/tests/dlopen-tests.c
+@@ -44,7 +44,7 @@ struct so {
+ { "libipa_hbac.so", { LIBPFX"libipa_hbac.so", NULL } },
+ { "libsss_idmap.so", { LIBPFX"libsss_idmap.so", NULL } },
+ { "libsss_nss_idmap.so", { LIBPFX"libsss_nss_idmap.so", NULL } },
+- { "libnss_sss.so", { LIBPFX"libnss_sss.so", NULL } },
++ { "nss_sss.so", { LIBPFX"nss_sss.so", NULL } },
+ { "libsss_certmap.so", { LIBPFX"libsss_certmap.so", NULL } },
+ { "pam_sss.so", { LIBPFX"pam_sss.so", NULL } },
+ #ifdef BUILD_LIBWBCLIENT
+@@ -82,8 +82,6 @@ struct so {
+ { "libsss_util.so", { LIBPFX"libsss_util.so", NULL } },
+ { "libsss_simple.so", { LIBPFX"libdlopen_test_providers.so",
+ LIBPFX"libsss_simple.so", NULL } },
+- { "libsss_files.so", { LIBPFX"libdlopen_test_providers.so",
+- LIBPFX"libsss_files.so", NULL } },
+ #ifdef BUILD_SAMBA
+ { "libsss_ad.so", { LIBPFX"libdlopen_test_providers.so",
+ LIBPFX"libsss_ad.so", NULL } },