pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: Remove gensec/krb5 patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/add73ae7e9bd
branches:  trunk
changeset: 384686:add73ae7e9bd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat Sep 03 18:49:21 2022 +0000

description:
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:

 net/samba4/distinfo                                         |   3 +-
 net/samba4/patches/patch-source4_auth_gensec_wscript__build |  15 -------------
 2 files changed, 1 insertions(+), 17 deletions(-)

diffs (36 lines):

diff -r 3c5fb0adc280 -r add73ae7e9bd net/samba4/distinfo
--- a/net/samba4/distinfo       Sat Sep 03 17:06:10 2022 +0000
+++ b/net/samba4/distinfo       Sat Sep 03 18:49:21 2022 +0000
@@ -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_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 -r 3c5fb0adc280 -r add73ae7e9bd net/samba4/patches/patch-source4_auth_gensec_wscript__build
--- a/net/samba4/patches/patch-source4_auth_gensec_wscript__build       Sat Sep 03 17:06:10 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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()
-       )
- 



Home | Main Index | Thread Index | Old Index