Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 19:38:40 +0400 (MSD)
From:      Oleg Sharoiko <os@rsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cy@FreeBSD.org
Subject:   ports/67183: security/pam_krb5 requires updating
Message-ID:  <200405251538.i4PFce62081001@asterix.rsu.ru>
Resent-Message-ID: <200405251540.i4PFeHRq027260@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67183
>Category:       ports
>Synopsis:       security/pam_krb5 requires updating
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 25 08:40:16 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Sharoiko
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Computer Center of Rostov State University
>Environment:
System: FreeBSD asterix.rsu.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Tue Apr 15 11:54:03 GMT 2003 os@make.cc.rsu.ru:/usr/src/sys/compile/asterix.2xi686.RELENG_4_8.2003-04-07 i386


	
>Description:
	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
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405251538.i4PFce62081001>