From owner-svn-ports-head@freebsd.org Wed Jan 10 14:01:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4791E5A379; Wed, 10 Jan 2018 14:01:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 812EA7608D; Wed, 10 Jan 2018 14:01:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9DC126895; Wed, 10 Jan 2018 14:01:49 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0AE1nM1033060; Wed, 10 Jan 2018 14:01:49 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0AE1n1j033059; Wed, 10 Jan 2018 14:01:49 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201801101401.w0AE1n1j033059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 10 Jan 2018 14:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458641 - head/security/openconnect X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/openconnect X-SVN-Commit-Revision: 458641 X-SVN-Commit-Repository: ports 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.25 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: Wed, 10 Jan 2018 14:01:50 -0000 Author: zi Date: Wed Jan 10 14:01:49 2018 New Revision: 458641 URL: https://svnweb.freebsd.org/changeset/ports/458641 Log: - Add support for RSA soft token via libstoken [1] - Make GSSAPI optional (still on by default, as before) PR: 208946 [1] Requested by: timp87@gmail.com [1] Modified: head/security/openconnect/Makefile Modified: head/security/openconnect/Makefile ============================================================================== --- head/security/openconnect/Makefile Wed Jan 10 13:54:47 2018 (r458640) +++ head/security/openconnect/Makefile Wed Jan 10 14:01:49 2018 (r458641) @@ -19,14 +19,16 @@ RUN_DEPENDS= vpnc-script:sysutils/vpnc-scripts GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --without-stoken --without-openssl-version-check + --without-openssl-version-check --without-libpcsclite \ + --without-libpskc USES= cpe gmake iconv libtool pkgconfig python:build ssl CPE_VENDOR= infradead INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTDOCS= * -OPTIONS_DEFINE= PROXY GNUTLS LZ4 P11 +OPTIONS_DEFINE= PROXY GNUTLS GSSAPI LZ4 P11 STOKEN +OPTIONS_DEFAULT=GSSAPI LZ4_DESC= LZ4-based compression LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 @@ -40,8 +42,15 @@ GNUTLS_DESC= Use GnuTLS instead of OpenSSL (experimen GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls +GSSAPI_CONFIGURE_WITH= gssapi + P11_DESC= PKCS#11 support via libp11 P11_LIB_DEPENDS= libp11.so:security/libp11 + +STOKEN_DESC= With RSA soft token support via libstoken +STOKEN_LIB_DEPENDS= libstoken.so:security/stoken \ + libtomcrypt.so:security/libtomcrypt +STOKEN_CONFIGURE_WITH= stoken post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}