Bug 207508 - www/serf: Support ports mit and heimdal GSSAPI
Summary: www/serf: Support ports mit and heimdal GSSAPI
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: Lev A. Serebryakov
URL:
Keywords: easy, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2016-02-26 05:34 UTC by david
Modified: 2016-03-19 14:23 UTC (History)
0 users

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


Attachments
Patch to add MIT and ports heimdal to Serf (1023 bytes, patch)
2016-02-26 05:34 UTC, david
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description david 2016-02-26 05:34:18 UTC
Created attachment 167429 [details]
Patch to add MIT and ports heimdal to Serf

Serf is hardcoded to only work with heimdal kerberos in base; add MIT and ports heimdal as possible GSSAPI implementations.

Only tested this with heimdal base to ensure it crashed on my machine (WITHOUT_KERBEROS in src.conf), and with MIT kerberoes that it built (it did).  all heimdal options are completely untested, MIT kerberos compiles, but is untested (the equivalent change, hardcode of the SCONS_ARGS, has been validated).
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-19 14:23:12 UTC
A commit references this bug:

Author: lev
Date: Sat Mar 19 14:23:02 UTC 2016
New revision: 411401
URL: https://svnweb.freebsd.org/changeset/ports/411401

Log:
   Ad support for different Kerberos installations.

  PR:		207508

Changes:
  head/www/serf/Makefile
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2016-03-19 14:23:47 UTC
Committed, thanx!