ports/185257: [PATCH] security/pam_yubico: bump port rev due to dependency update, misc. fixes
Matt Stofko
matt at mjslabs.com
Sun Dec 29 00:10:00 UTC 2013
>Number: 185257
>Category: ports
>Synopsis: [PATCH] security/pam_yubico: bump port rev due to dependency update, misc. fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 29 00:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Matt Stofko
>Release: FreeBSD 9.2-RELEASE-p2 amd64
>Organization:
mjslabs.com
>Environment:
System: FreeBSD phjeer.us 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259452: Mon Dec 16 01:52:26 PST 2013 root at phjeer.us:/usr/obj/usr/src/sys/DAEMON amd64
>Description:
Add port revision due to updates to libyubikey and libykclient.
libykpers is only needed if the CR option is selected.
Don't default to using LDAP.
>How-To-Repeat:
>Fix:
--- pam_yubico-2.14_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 337172)
+++ Makefile (working copy)
@@ -2,6 +2,7 @@
PORTNAME= pam_yubico
PORTVERSION= 2.14
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/
@@ -11,7 +12,6 @@
LICENSE= BSD
LIB_DEPENDS= libykclient.so:${PORTSDIR}/security/ykclient \
- libykpers-1.so:${PORTSDIR}/security/ykpers \
libyubikey.so:${PORTSDIR}/security/libyubikey
GNU_CONFIGURE= yes
@@ -25,9 +25,10 @@
OPTIONS_DEFINE= CR LDAP DOCS STATIC
CR_DESC= Include Challenge/response support
-OPTIONS_DEFAULT= CR LDAP
+OPTIONS_DEFAULT= CR
CR_CONFIGURE_WITH= cr
+CR_LIB_DEPENDS= libykpers-1.so:${PORTSDIR}/security/ykpers
CR_PLIST_FILES= bin/ykpamcfg \
man/man1/ykpamcfg.1.gz
--- pam_yubico-2.14_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list