[Bug 198645] krb5-config in 8.x and 9.x don't include krb5_gssapi

2015-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198645

--- Comment #1 from Gushi freebsdb...@gushi.org ---
Created attachment 154533
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154533action=edit
Patch against system sources.  (One-liner)

The attached patch fixes krb5-config and causes the mod_auth_kerb2 to build
cleanly.  Arguably, this is the correct way to do this, but it means pushing
out a -p25.

-Dan

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


[Bug 198645] krb5-config in 8.x and 9.x don't include krb5_gssapi

2015-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198645

Xin LI delp...@freebsd.org changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|delp...@freebsd.org
 CC||delp...@freebsd.org,
   ||r...@freebsd.org,
   ||sect...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


[Bug 198645] krb5-config in 8.x and 9.x don't include krb5_gssapi

2015-03-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198645

Mark Linimon lini...@freebsd.org changed:

   What|Removed |Added

   Keywords||patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


[Bug 198645] krb5-config in 8.x and 9.x don't include krb5_gssapi

2015-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198645

Bug ID: 198645
   Summary: krb5-config in 8.x and 9.x don't include krb5_gssapi
   Product: Base System
   Version: 8.4-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: freebsdb...@gushi.org

Basic problem that can be easily seen in a cleanly installed 8.x:

pkg install ap24-mod_auth_kerb2, service apache24 start.

It'll fail to start.  That has bug 198559 open to correct the *port*.  However,
it's a bug in base 8.x (and probably 9.x) triggering it that I wanted to get a
PR open on.

Anyway, the one-line patch that needs to be done is here:

https://lists.freebsd.org/pipermail/freebsd-apache/2011-April/002207.html

But that is a patch against the *generated* krb5-config, not the source code
that creates it, via some kind of automatic process, I guess?

Since there's not likely to be another 8.x release (and probably not another
9.x release?), if it doesn't make sense to fix these, please close this bug --
however, doing so means that the bug on the port will need to be acted on with
some kind of conditional in the makefile.

-Dan

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org