[Bug 241797] net/wireshark: Standardization of GSSAPI options

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 8 05:14:35 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241797

            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 at FreeBSD.org
          Reporter: tatsuki_makino at hotmail.com
          Assignee: marcus at FreeBSD.org
             Flags: maintainer-feedback?(marcus at FreeBSD.org)

Created attachment 208963
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208963&action=edit
proposed patch

Rewrite kerberos options from KRB_* to GSSAPI_*.
It makes make.conf easier to write:

# install openssl from ports.
DEFAULT_VERSIONS= ssl=openssl111

# Mk/Uses/gssapi.mk rejects GSSAPI_BASE if ${SSL_DEFAULT} != base.
# Have all ports (e.g. security/p5-GSSAPI) use security/heimdal.
OPTIONS_SET=   GSSAPI_HEIMDAL
OPTIONS_UNSET= GSSAPI_BASE GSSAPI_MIT GSSAPI_NONE

# But don't use it in wireshark.
net_wireshark_SET=   GSSAPI_NONE
net_wireshark_UNSET= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT

# setting by dialog is also ignored.
#net_wireshark_SET_FORCE=   GSSAPI_NONE
#net_wireshark_UNSET_FORCE= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT

# end of make.conf

GSSAPI*_DESC= lines can be removed if the one defined in Mk/bsd.options.desc.mk
is used. It is not removed in the patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list