Bug 202278 - comms/conserver-com: fix for gssapi regressions in 8.2.1 update
Summary: comms/conserver-com: fix for gssapi regressions in 8.2.1 update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-12 21:18 UTC by Peter Wemm
Modified: 2015-08-23 14:54 UTC (History)
1 user (show)

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


Attachments
revert the regression in 8.2.1 (2.99 KB, patch)
2015-08-12 21:18 UTC, Peter Wemm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Wemm freebsd_committer freebsd_triage 2015-08-12 21:18:33 UTC
Created attachment 159820 [details]
revert the regression in 8.2.1

The update to 8.2.1 reverted the gssapi fixes.  They are still required, and we need them for the freebsd cluster.

I've attached a patch that restores the lost functionality.

Summary:
<stdio.h> needs to be added before the autoconf tests
fixed a status reporting bug when using gssapi 
fix a segfault in conserver/group.c when using gssapi

We *need* this to work for the freebsd.org cluster.
Comment 1 Sean Bruno freebsd_committer freebsd_triage 2015-08-12 21:24:45 UTC
Confirmed.  This breaks out ability to securely provide consoles.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-23 14:51:50 UTC
A commit references this bug:

Author: kuriyama
Date: Sun Aug 23 14:51:10 UTC 2015
New revision: 395094
URL: https://svnweb.freebsd.org/changeset/ports/395094

Log:
  Fix GSSAPI related (wrongly removed in previous commit).

  PR:		ports/202278
  Submitted by:	peter

Changes:
  head/comms/conserver-com/Makefile
  head/comms/conserver-com/files/patch-configure
  head/comms/conserver-com/files/patch-conserver__consent.c
  head/comms/conserver-com/files/patch-conserver__group.c
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2015-08-23 14:54:03 UTC
Grrr sorry, fix committed.