From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 24 13:40:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6DA16A420 for ; Fri, 24 Feb 2006 13:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6489743D55 for ; Fri, 24 Feb 2006 13:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1ODe8Na098590 for ; Fri, 24 Feb 2006 13:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1ODe7bV098587; Fri, 24 Feb 2006 13:40:08 GMT (envelope-from gnats) Resent-Date: Fri, 24 Feb 2006 13:40:08 GMT Resent-Message-Id: <200602241340.k1ODe7bV098587@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fredrik Lindberg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2562D16A43E for ; Fri, 24 Feb 2006 13:32:30 +0000 (GMT) (envelope-from fli@shapeshifter.se) Received: from mx1.h3q.net (manticore.shapeshifter.se [212.37.5.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A4343D45 for ; Fri, 24 Feb 2006 13:32:29 +0000 (GMT) (envelope-from fli@shapeshifter.se) Received: from localhost (localhost [127.0.0.1]) by mx1.h3q.net (Postfix) with ESMTP id E146E1A72C for ; Fri, 24 Feb 2006 14:32:26 +0100 (CET) Received: from mx1.h3q.net ([127.0.0.1]) by localhost (mx1.h3q.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50854-07 for ; Fri, 24 Feb 2006 14:32:25 +0100 (CET) Received: from shapeshifter.se (81-234-243-91-o926.tbon.telia.com [81.234.243.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.h3q.net (Postfix) with ESMTP id 566F41A728 for ; Fri, 24 Feb 2006 14:32:25 +0100 (CET) Received: by shapeshifter.se (sSMTP sendmail emulation); Fri, 24 Feb 2006 14:32:24 +0100 Message-Id: <20060224133225.566F41A728@mx1.h3q.net> Date: Fri, 24 Feb 2006 14:32:24 +0100 From: Fredrik Lindberg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/93794: Update port: security/pam_bsdbioapi Update to 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 13:40:09 -0000 >Number: 93794 >Category: ports >Synopsis: Update port: security/pam_bsdbioapi Update to 1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 24 13:40:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Fredrik Lindberg >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD genesis.int.shapeshifter.se 7.0-CURRENT FreeBSD 7.0-CURRENT #12: Sun Feb 19 11:53:29 CET 2006 root@genesis.int.shapeshifter.se:/usr/obj/usr/src/sys/GENESIS i386 >Description: Update to pam_bsdbioapi 1.5 >How-To-Repeat: >Fix: --- pam_bsdbioapi-1.5.patch begins here --- Index: security/pam_bsdbioapi/Makefile =================================================================== RCS file: /home/ncvs/ports/security/pam_bsdbioapi/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- security/pam_bsdbioapi/Makefile 15 Jan 2006 10:12:34 -0000 1.1 +++ security/pam_bsdbioapi/Makefile 24 Feb 2006 10:21:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= pam_bsdbioapi -PORTVERSION= 1.0 +PORTVERSION= 1.5 CATEGORIES= security MASTER_SITES= http://shapeshifter.se/pub/pam_bsdbioapi/ @@ -15,10 +15,40 @@ LIB_DEPENDS= bioapi100.0:${PORTSDIR}/security/bioapi +INSTALLS_SHLIB= yes +SUB_FILES= pkg-message MAN8= pam_bsdbioapi.8 +MAN3= libbirdb.3 +MAN1= bbdm.1 + +OPTIONS= FILEDB "Filebacked database backend" on \ + MYSQL "MySQL backend" off \ + PLAIN "Plain ASCII backend" on .include +PLIST_FILES = etc/birdb.conf.sample +BACKENDS= +.if defined(WITH_FILEDB) +BACKENDS+= filedb +PLIST_FILES+= share/birdb/birdb_filedb.so +.endif +.if defined(WITH_MYSQL) +USE_MYSQL= yes +BACKENDS+= mysql +PLIST_FILES+= share/birdb/birdb_mysql.so +.endif +.if defined(WITH_PLAIN) +BACKENDS+= plain +PLIST_FILES+= share/birdb/birdb_plain.so +.endif + +MAKE_ENV=BACKENDS="${BACKENDS}" + +post-install: + ${INSTALL} ${WRKSRC}/etc/birdb.conf ${PREFIX}/etc/birdb.conf.sample + @${CAT} ${PKGMESSAGE} + .if ${OSVERSION} < 500000 IGNORE= needs at least FreeBSD 5.0-RELEASE .endif Index: security/pam_bsdbioapi/distinfo =================================================================== RCS file: /home/ncvs/ports/security/pam_bsdbioapi/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- security/pam_bsdbioapi/distinfo 15 Jan 2006 10:12:34 -0000 1.1 +++ security/pam_bsdbioapi/distinfo 24 Feb 2006 10:21:13 -0000 @@ -1,3 +1,3 @@ -MD5 (pam_bsdbioapi-1.0.tar.gz) = 04c3ad00c08865d205f131813484f9a5 -SHA256 (pam_bsdbioapi-1.0.tar.gz) = 6bed45702320c674d385ece24603591e818dfb43d34b0b3e4a70be8c6d567531 -SIZE (pam_bsdbioapi-1.0.tar.gz) = 4640 +MD5 (pam_bsdbioapi-1.5.tar.gz) = 148a4dd4be43ba6a86554375264e2c88 +SHA256 (pam_bsdbioapi-1.5.tar.gz) = 8aed40bd942c9f3230eaba478736a3203be31e3d10574cdd812d4f03bf3cea78 +SIZE (pam_bsdbioapi-1.5.tar.gz) = 27827 Index: security/pam_bsdbioapi/pkg-descr =================================================================== RCS file: /home/ncvs/ports/security/pam_bsdbioapi/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- security/pam_bsdbioapi/pkg-descr 15 Jan 2006 10:12:34 -0000 1.1 +++ security/pam_bsdbioapi/pkg-descr 24 Feb 2006 10:21:13 -0000 @@ -1,4 +1,8 @@ The (BSD) BioAPI service module for PAM provides authentication management through BioAPI BSPs. +Features includes support for multiple database backends for BIR storage, +BSP message callback translation for easy integration with graphical login +managers such as GDM. + WWW: http://shapeshifter.se/code/pam_bsdbioapi Index: security/pam_bsdbioapi/pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/pam_bsdbioapi/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- security/pam_bsdbioapi/pkg-plist 15 Jan 2006 10:12:34 -0000 1.1 +++ security/pam_bsdbioapi/pkg-plist 24 Feb 2006 10:21:13 -0000 @@ -1,3 +1,9 @@ -lib/libpam_bsdbioapi.a -lib/libpam_bsdbioapi_p.a +sbin/bbdm +include/birdb.h +lib/libbirdb.so.0 +lib/libbirdb.a +lib/libbirdb.so lib/pam_bsdbioapi.so +@dirrm share/birdb +share/pam_bsdbioapi/upek_touchchip.cmsg +@dirrm share/pam_bsdbioapi Index: security/pam_bsdbioapi/files/pkg-message.in =================================================================== RCS file: security/pam_bsdbioapi/files/pkg-message.in diff -N security/pam_bsdbioapi/files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ security/pam_bsdbioapi/files/pkg-message.in 24 Feb 2006 10:21:13 -0000 @@ -0,0 +1,10 @@ + +********************************************************** + + A sample configuration file for libbirdb has been copied + to %%PREFIX%%/etc/birdb.conf.sample + You need to create a birdb.conf file before pam_bsdbioapi + can run properly. + +********************************************************** + --- pam_bsdbioapi-1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: