freebsd-ports/security/heimdal/files/patch-lib__gssapi__version-script.map
Rene Ladan c7bce935a7 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
2010-11-14 15:35:49 +00:00

10 lines
326 B
Text

--- lib/gssapi/version-script.map.orig 2010-11-05 09:09:47.000000000 +0100
+++ lib/gssapi/version-script.map 2010-11-05 09:40:32.000000000 +0100
@@ -63,6 +63,7 @@
gss_oid_to_str;
gss_process_context_token;
gss_pseudo_random;
+ gss_pname_to_uid;
gss_release_buffer;
gss_release_buffer_set;
gss_release_cred;