Bug 213471 - sysutils/msktutil: add GSSAPI support
Summary: sysutils/msktutil: add GSSAPI support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ryan Steinmetz
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2016-10-14 04:56 UTC by Franco Fichtner
Modified: 2016-10-21 14:11 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (zi)


Attachments
gssapi support (880 bytes, patch)
2016-10-14 04:56 UTC, Franco Fichtner
no flags Details | Diff
rebased diff against version 1.0 (745 bytes, patch)
2016-10-21 07:11 UTC, Franco Fichtner
franco: maintainer-approval? (zi)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Franco Fichtner 2016-10-14 04:56:01 UTC
Created attachment 175732 [details]
gssapi support

Hi,

This straight-forward change adds GSSAPI knobs for msktutil:

gssapi -- works out of the box
gssapi:mit -- works out of the box
gssapi:heimdal -- does not work in the tree but builds fine, fix pending:

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

I also included ssl for USES, the license and STRIP_CMD as suggested by the developer mode.

All three configurations tested with poudriere on 11.0-RELEASE.


Cheers,
Franco
Comment 1 Franco Fichtner 2016-10-21 07:11:06 UTC
Created attachment 176006 [details]
rebased diff against version 1.0
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-10-21 14:02:50 UTC
A commit references this bug:

Author: zi
Date: Fri Oct 21 14:02:14 UTC 2016
New revision: 424417
URL: https://svnweb.freebsd.org/changeset/ports/424417

Log:
  - Add support for other Kerberos distributions
  - Do not bump PORTREVISION as there is no change to the default package

  PR:		213471
  Submitted by:	Franco Fichtner

Changes:
  head/sysutils/msktutil/Makefile
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2016-10-21 14:05:06 UTC
Committed.
Comment 4 Franco Fichtner 2016-10-21 14:11:56 UTC
Thank you.