From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:06:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 ESMTP id 1DDD0796; Mon, 2 Sep 2013 22:06:59 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 E5BF3299A; Mon, 2 Sep 2013 22:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82M6wL4080211; Mon, 2 Sep 2013 22:06:58 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82M6w3U080204; Mon, 2 Sep 2013 22:06:58 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309022206.r82M6w3U080204@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 2 Sep 2013 22:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326104 - in head/security/duo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 22:06:59 -0000 Author: zi Date: Mon Sep 2 22:06:57 2013 New Revision: 326104 URL: http://svnweb.freebsd.org/changeset/ports/326104 Log: - Update to 1.9.4 Modified: head/security/duo/Makefile head/security/duo/distinfo head/security/duo/files/pkg-message.in head/security/duo/pkg-plist Modified: head/security/duo/Makefile ============================================================================== --- head/security/duo/Makefile Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/Makefile Mon Sep 2 22:06:57 2013 (r326104) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTVERSION= 1.9.4 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -15,7 +14,7 @@ COMMENT= Duo unix integration package LICENSE= GPLv2 CONFIGURE_ARGS= --with-pam=${PREFIX}/lib/security --sysconfdir=${PREFIX}/etc \ - --docdir=${DOCSDIR} + --docdir=${DOCSDIR} --includedir=${PREFIX}/include/${PORTNAME} GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/duo/distinfo ============================================================================== --- head/security/duo/distinfo Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/distinfo Mon Sep 2 22:06:57 2013 (r326104) @@ -1,2 +1,2 @@ -SHA256 (duo_unix-1.9.2.tar.gz) = a8d37d3fc99b840144d2b55d4f603d32b344c0f7b8022b25c9d50c155fe7f50a -SIZE (duo_unix-1.9.2.tar.gz) = 434788 +SHA256 (duo_unix-1.9.4.tar.gz) = b0916ea12880979047bded952f1f7846f9229dc7c33f094ea8ed8c1030e1f71a +SIZE (duo_unix-1.9.4.tar.gz) = 460240 Modified: head/security/duo/files/pkg-message.in ============================================================================== --- head/security/duo/files/pkg-message.in Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/files/pkg-message.in Mon Sep 2 22:06:57 2013 (r326104) @@ -8,5 +8,7 @@ should be added to your service(s) of ch auth required %%PREFIX%%/lib/security/pam_duo.so Additionally, you must edit %%PREFIX%%/etc/pam_duo.conf + +duo headers have been installed to %%PREFIX%%/include/duo ================================================================= Modified: head/security/duo/pkg-plist ============================================================================== --- head/security/duo/pkg-plist Mon Sep 2 22:03:38 2013 (r326103) +++ head/security/duo/pkg-plist Mon Sep 2 22:06:57 2013 (r326104) @@ -4,7 +4,8 @@ etc/login_duo.conf.sample @unexec if cmp -s %D/etc/pam_duo.conf.sample %D/etc/pam_duo.conf; then rm -f %D/etc/pam_duo.conf; fi etc/pam_duo.conf.sample @exec if [ ! -f %D/etc/pam_duo.conf ] ; then cp -p %D/%F %B/pam_duo.conf; fi -include/duo.h +include/duo/duo.h +include/duo/util.h lib/libduo.so.3 lib/libduo.so lib/libduo.la @@ -19,3 +20,4 @@ lib/security/pam_duo.la %%PORTDOCS%%@dirrm %%DOCSDIR%% sbin/login_duo @dirrmtry lib/security +@dirrm include/duo