Bug 202278

Summary: comms/conserver-com: fix for gssapi regressions in 8.2.1 update
Product: Ports & Packages Reporter: Peter Wemm <peter>
Component: Individual Port(s)Assignee: Jun Kuriyama <kuriyama>
Status: Closed FIXED    
Severity: Affects Only Me CC: sbruno
Priority: --- Flags: bugzilla: maintainer-feedback? (kuriyama)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
revert the regression in 8.2.1 none

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.