Add the 'gss_pname_to_uid' function to libgssapi. This function is obtained from the FreeBSD base libgssapi code. Whith this function added to the port, it is possible to buildworld FreeBSD fully against the port. FYI: Patches for CURRENT and 8-STABLE src/ are here: ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/CURRENT_use_kerberos_port.patch ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/8-STABLE_use_kerberos_port.patch
Hi, forgot to mention that the patch is tinderbox tested on: 6-STABLE, 7-STABLE, 8-STABLE and 9-CURRENT on amd64 Kind regards Joerg -- The beginning is the most important part of the work. -Plato
Responsible Changed From-To: freebsd-ports-bugs->rene Grab
rene 2010-11-14 15:35:49 UTC FreeBSD ports repository Modified files: security/heimdal Makefile distinfo Added files: security/heimdal/files lib__gssapi__mech__gss_pname_to_uid.c patch-lib__gssapi__Makefile.in patch-lib__gssapi__gssapi__gssapi.h patch-lib__gssapi__gssapi_mech.h patch-lib__gssapi__mech__gss_mech_switch.c patch-lib__gssapi__version-script.map Log: Add the 'gss_pname_to_uid' function to libgssapi. This function is obtained from the FreeBSD base libgssapi code. Whith this function added to the port, it is possible to buildworld FreeBSD fully against the port. FYI: Patches for CURRENT and 8-STABLE src/ are here: ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/CURRENT_use_kerberos_port.patch ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/8-STABLE_use_kerberos_port.patch PR: ports/152030 Submitted by: maintainer Revision Changes Path 1.91 +3 -0 ports/security/heimdal/Makefile 1.30 +0 -1 ports/security/heimdal/distinfo 1.1 +66 -0 ports/security/heimdal/files/lib__gssapi__mech__gss_pname_to_uid.c (new) 1.1 +45 -0 ports/security/heimdal/files/patch-lib__gssapi__Makefile.in (new) 1.1 +17 -0 ports/security/heimdal/files/patch-lib__gssapi__gssapi__gssapi.h (new) 1.1 +23 -0 ports/security/heimdal/files/patch-lib__gssapi__gssapi_mech.h (new) 1.1 +10 -0 ports/security/heimdal/files/patch-lib__gssapi__mech__gss_mech_switch.c (new) 1.1 +10 -0 ports/security/heimdal/files/patch-lib__gssapi__version-script.map (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks