summaryrefslogtreecommitdiff
path: root/net/samba4
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-09-03 18:49:21 +0000
committerjperkin <jperkin@pkgsrc.org>2022-09-03 18:49:21 +0000
commitd2b10e10ec94261210005b64ee22a8d7d6dbff0b (patch)
treef25aeebb642efa15930040b7fe8e97fb98959f8b /net/samba4
parent82dc5dfc3da2f9afb5c06636ce0b477884e2ae5c (diff)
downloadpkgsrc-d2b10e10ec94261210005b64ee22a8d7d6dbff0b.tar.gz
samba4: Remove gensec/krb5 patch.
It doesn't appear to solve the problem, I must have had a stale install directory around when testing. Still none the wiser as to why the krb5 module isn't being built correctly, but apparently it seems to work for some folks, so it will have to be left broken on SunOS for a bit.
Diffstat (limited to 'net/samba4')
-rw-r--r--net/samba4/distinfo3
-rw-r--r--net/samba4/patches/patch-source4_auth_gensec_wscript__build15
2 files changed, 1 insertions, 17 deletions
diff --git a/net/samba4/distinfo b/net/samba4/distinfo
index 1b425e23296..03dd1eb5c8e 100644
--- a/net/samba4/distinfo
+++ b/net/samba4/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.81 2022/08/30 17:47:50 jperkin Exp $
+$NetBSD: distinfo,v 1.82 2022/09/03 18:49:21 jperkin Exp $
BLAKE2s (samba-4.16.4.tar.gz) = a897a1150df7abf26af0c53923a9dc085d08eeaf2585dbbe0bc64e28ceb6d7ae
SHA512 (samba-4.16.4.tar.gz) = 9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85
@@ -34,7 +34,6 @@ SHA1 (patch-source3_smbd_open.c) = 002f26f77dad54617bf9c0fe4fa12f093ef3b66c
SHA1 (patch-source3_smbd_process.c) = 3a6f9682aca6473e364d0be0f601774df4fd1296
SHA1 (patch-source3_smbd_quotas.c) = 7f959964fac3ee435c57a115c8f5b6407e57b777
SHA1 (patch-source3_utils_net__offlinejoin.c) = 773a4686d5e2a7eaebf9430529708e8318d45c77
-SHA1 (patch-source4_auth_gensec_wscript__build) = 61400e5594600b38c831604aca4c11e7a5bfcb12
SHA1 (patch-source4_dsdb_samdb_ldb__modules_wscript__build__server) = 47f55ec16b667a0a4d38de5ac89a117f2ac8f898
SHA1 (patch-source4_scripting_wsript_build) = 816d44f48b6cbc6d999995e00eaea1d2dc477159
SHA1 (patch-source4_utils_oLschema2ldif_wscript__build) = cbba15c2c0e1eee9d07424510a96b596f46992b4
diff --git a/net/samba4/patches/patch-source4_auth_gensec_wscript__build b/net/samba4/patches/patch-source4_auth_gensec_wscript__build
deleted file mode 100644
index 6b6736ea0aa..00000000000
--- a/net/samba4/patches/patch-source4_auth_gensec_wscript__build
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-source4_auth_gensec_wscript__build,v 1.1 2022/08/30 17:47:50 jperkin Exp $
-
-Do not mark gensec_krb5 as internal, kdc.so ends up linked against it and fails
-shlibs check as gensec_module_krb5.so has not been installed.
-
---- source4/auth/gensec/wscript_build.orig 2022-07-27 07:18:22.200870300 +0000
-+++ source4/auth/gensec/wscript_build
-@@ -14,7 +14,6 @@ bld.SAMBA_MODULE('gensec_krb5',
- subsystem='gensec',
- init_function='gensec_krb5_init',
- deps='samba-credentials authkrb5 com_err',
-- internal_module=False,
- enabled=bld.AD_DC_BUILD_IS_ENABLED()
- )
-