From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 29 00:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4859B49 for ; Sun, 29 Dec 2013 00:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6C215D2 for ; Sun, 29 Dec 2013 00:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBT0A0c0075105 for ; Sun, 29 Dec 2013 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBT0A0pi075104; Sun, 29 Dec 2013 00:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 29 Dec 2013 00:10:00 GMT Resent-Message-Id: <201312290010.rBT0A0pi075104@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, Matt Stofko Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82DE8B46 for ; Sun, 29 Dec 2013 00:09:06 +0000 (UTC) Received: from phjeer.us (phjeer.us [184.105.237.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C83115CE for ; Sun, 29 Dec 2013 00:09:06 +0000 (UTC) Received: from phjeer.us (localhost [127.0.0.1]) by phjeer.us (8.14.7/8.14.7) with ESMTP id rBT093Z2057173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 28 Dec 2013 16:09:03 -0800 (PST) (envelope-from matts@phjeer.us) Received: (from matts@localhost) by phjeer.us (8.14.7/8.14.7/Submit) id rBT093Ht057172; Sat, 28 Dec 2013 16:09:03 -0800 (PST) (envelope-from matts) Message-Id: <201312290009.rBT093Ht057172@phjeer.us> Date: Sat, 28 Dec 2013 16:09:03 -0800 (PST) From: Matt Stofko To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185257: [PATCH] security/pam_yubico: bump port rev due to dependency update, misc. fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Matt Stofko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 00:10:00 -0000 >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@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: