cvs commit: ports/www/mod_auth_kerb Makefile pkg-descr pkg-plist ports/www/mod_auth_kerb/files patch-src__mod_auth_kerb.c

Brian Feldman green at FreeBSD.org
Fri Oct 14 15:56:00 PDT 2005


green       2005-10-14 22:55:59 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_auth_kerb    Makefile pkg-descr pkg-plist 
  Added files:
    www/mod_auth_kerb/files patch-src__mod_auth_kerb.c 
  Log:
  * Allow for compilation to optionally use the MIT Kerberos 5 port like
    now, but default to the base system's Heimdal.
  * Use existing API to tell Heimdal's libkrb5 where the keytab is, rather
    than exporting an environment variable (which is what must be done for
    MIT's, apparently) -- this unbreak's specification of the keytab
    location in httpd.conf.
  * Rewrite the description to be far more accurate: no mention was made
    of this module  doing real SPNEGO/GSSAPI/Kerberos (as opposed to
    "Kerberos password gateway") authentication.
  * Bump PORTREVISION.
  
  Approved by:    MAINTAINER
  PR:             ports/86963
  
  Revision  Changes    Path
  1.13      +25 -8     ports/www/mod_auth_kerb/Makefile
  1.1       +25 -0     ports/www/mod_auth_kerb/files/patch-src__mod_auth_kerb.c (new)
  1.3       +11 -12    ports/www/mod_auth_kerb/pkg-descr
  1.2       +1 -1      ports/www/mod_auth_kerb/pkg-plist


More information about the cvs-ports mailing list