Date: Fri, 08 Nov 2019 05:14:31 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241797] net/wireshark: Standardization of GSSAPI options Message-ID: <bug-241797-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241797 Bug ID: 241797 Summary: net/wireshark: Standardization of GSSAPI options Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: marcus@FreeBSD.org Reporter: tatsuki_makino@hotmail.com Assignee: marcus@FreeBSD.org Flags: maintainer-feedback?(marcus@FreeBSD.org) Created attachment 208963 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208963&action= =3Dedit proposed patch Rewrite kerberos options from KRB_* to GSSAPI_*. It makes make.conf easier to write: # install openssl from ports. DEFAULT_VERSIONS=3D ssl=3Dopenssl111 # Mk/Uses/gssapi.mk rejects GSSAPI_BASE if ${SSL_DEFAULT} !=3D base. # Have all ports (e.g. security/p5-GSSAPI) use security/heimdal. OPTIONS_SET=3D GSSAPI_HEIMDAL OPTIONS_UNSET=3D GSSAPI_BASE GSSAPI_MIT GSSAPI_NONE # But don't use it in wireshark. net_wireshark_SET=3D GSSAPI_NONE net_wireshark_UNSET=3D GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT # setting by dialog is also ignored. #net_wireshark_SET_FORCE=3D GSSAPI_NONE #net_wireshark_UNSET_FORCE=3D GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT # end of make.conf GSSAPI*_DESC=3D lines can be removed if the one defined in Mk/bsd.options.d= esc.mk is used. It is not removed in the patch. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241797-7788>