Bug 152030 - [maintainer] security/heimdal: add gss_pname_to_uid function
Summary: [maintainer] security/heimdal: add gss_pname_to_uid function
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-07 21:40 UTC by Joerg Pulz
Modified: 2010-11-14 15:40 UTC (History)
0 users

See Also:


Attachments
security__heimdal.diff (9.42 KB, patch)
2010-11-07 21:40 UTC, Joerg Pulz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Pulz 2010-11-07 21:40:09 UTC
	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
Comment 1 Joerg Pulz 2010-11-07 21:43:50 UTC
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
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2010-11-12 20:06:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Grab
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-14 15:35:55 UTC
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"
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2010-11-14 15:36:19 UTC
State Changed
From-To: open->closed

Committed, thanks