Index: head/security/pam_p11/Makefile =================================================================== --- head/security/pam_p11/Makefile (revision 222250) +++ head/security/pam_p11/Makefile (revision 222251) @@ -1,36 +1,37 @@ # New ports collection makefile for: pam_p11 # Date created: 1 Jun 2006 # Whom: Alex Dupre # # $FreeBSD$ # PORTNAME= pam_p11 PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ MAINTAINER= ale@FreeBSD.org COMMENT= A PAM module using crypto tokens for auth LIB_DEPENDS= p11.1:${PORTSDIR}/security/libp11 USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" PORTDOCS= * .ifndef(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR}/wiki @(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR}) @(cd ${WRKSRC}/doc && ${CP} README ${DOCSDIR}) @(cd ${WRKSRC}/doc && ${CP} *.css *.html ${DOCSDIR}/wiki) .endif .include Property changes on: head/security/pam_p11/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/security/pam_p11/files/patch-src_pam_p11.c =================================================================== --- head/security/pam_p11/files/patch-src_pam_p11.c (revision 222250) +++ head/security/pam_p11/files/patch-src_pam_p11.c (revision 222251) @@ -1,11 +1,11 @@ --- src/pam_p11.c.orig Sun Jun 11 21:16:46 2006 +++ src/pam_p11.c Sun Jun 11 21:17:53 2006 @@ -39,7 +39,7 @@ #define LOGNAME "pam_p11" /* name for log-file entries */ #define RANDOM_SOURCE "/dev/urandom" -#define RANDOM_SIZE 128 -+#define RANDOM_SIZE 64 ++#define RANDOM_SIZE 20 #define MAX_SIGSIZE 256 extern int match_user(X509 * x509, const char *login); Property changes on: head/security/pam_p11/files/patch-src_pam_p11.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property