FreeBSD Bugzilla – Attachment 62796 Details for
Bug 93794
Update port: security/pam_bsdbioapi Update to 1.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pam_bsdbioapi-1.5.patch
pam_bsdbioapi-1.5.patch (text/plain), 4.06 KB, created by
Fredrik Lindberg
on 2006-02-24 13:40:07 UTC
(
hide
)
Description:
pam_bsdbioapi-1.5.patch
Filename:
MIME Type:
Creator:
Fredrik Lindberg
Created:
2006-02-24 13:40:07 UTC
Size:
4.06 KB
patch
obsolete
>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 <bsd.port.pre.mk> > >+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. >+ >+********************************************************** >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 93794
: 62796