Bug 67183 - security/pam_krb5 requires updating
Summary: security/pam_krb5 requires updating
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 16:40 UTC by Oleg Sharoiko
Modified: 2005-06-06 00:16 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sharoiko 2004-05-25 16:40:16 UTC
	Makefile of security/pam_krb5 needs to be updated to match the
	new version of shared library of security/heimdal.
	security/heimdal installs libkrb5.so.20 and security/pam_krb5 lists
	libkrb5.so.19 as it's dependency.

	I would also like to point out the fact that some people prefer to
	build FreeBSD 5 with heimdal only from ports (there is a number
	of reasons to do so). This way they have no pam_krb5 in base system.
	I think that the following check

	.if ${OSVERSION} >= 500000
		IGNORE=                 FreeBSD 5.x already ships with its own version of pam_krb5
	.endif

	should eithier be removed or made more sophisticated to explicitly	
	check for existence of pam_krb5 in base system

How-To-Repeat: 	To see problem with shared library:
	Install base system without heimdal
	Build security/heimdal
	Try to build security/pam_krb5

	To see problem with FreeBSD 5 without heimdal in base
	Install base system without heimdal
	Try to build security/pam_krb5
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-25 19:47:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer.
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-06-06 00:16:42 UTC
State Changed
From-To: open->closed

Committed, thanks!