From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 21 14:40:01 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]) by hub.freebsd.org (Postfix) with ESMTP id 07F83372 for ; Tue, 21 May 2013 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E0A5F6ED for ; Tue, 21 May 2013 14:40: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 r4LEe0mp026603 for ; Tue, 21 May 2013 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4LEe0UZ026597; Tue, 21 May 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 21 May 2013 14:40:00 GMT Resent-Message-Id: <201305211440.r4LEe0UZ026597@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, Eric F Crist Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E8A5434C; Tue, 21 May 2013 14:39:28 +0000 (UTC) (envelope-from ecrist@terrance.secure-computing.net) Received: from terrance.secure-computing.net (unknown [IPv6:2607:fc50:1001:5200::3]) by mx1.freebsd.org (Postfix) with ESMTP id A48BB6E6; Tue, 21 May 2013 14:39:27 +0000 (UTC) Received: from terrance.secure-computing.net (localhost [127.0.0.1]) by terrance.secure-computing.net (8.14.5/8.14.5) with ESMTP id r4LEdNAB026235; Tue, 21 May 2013 10:39:23 -0400 (EDT) (envelope-from ecrist@terrance.secure-computing.net) Received: (from ecrist@localhost) by terrance.secure-computing.net (8.14.5/8.14.5/Submit) id r4LEdNex026234; Tue, 21 May 2013 10:39:23 -0400 (EDT) (envelope-from ecrist) Message-Id: <201305211439.r4LEdNex026234@terrance.secure-computing.net> Date: Tue, 21 May 2013 10:39:23 -0400 (EDT) From: Eric F Crist To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178814: security/openvpn-devel: update to latest snapshot Cc: Josh Paetzel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Eric F Crist List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 14:40:01 -0000 >Number: 178814 >Category: ports >Synopsis: security/openvpn-devel: update to latest snapshot >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: Tue May 21 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eric F Crist >Release: FreeBSD 9.0-CURRENT amd64 >Organization: Secure Computing Networks & ClaimLynx, Inc >Environment: FreeBSD cartman.secure-computing.net 9.0-CURRENT FreeBSD 9.0-CURRENT #5: Fri Jan 21 12:06:32 CST 2011 root@cartman.secure-computing.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to the latest snapshot. >How-To-Repeat: >Fix: --- ovpnd.diff begins here --- Index: distinfo =================================================================== --- distinfo (revision 318700) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (openvpn-201250.tar.gz) = 61b985701a34437e91fb9bc9d310822ec878de6f3083a5d68dc39c6a1de3f4bd -SIZE (openvpn-201250.tar.gz) = 1500117 +SHA256 (openvpn-201321.tar.gz) = ba742c571624b319a517cebfae64f1f434ff1fe556b17e7a3f80768f29fe13cf +SIZE (openvpn-201321.tar.gz) = 1515192 Index: Makefile =================================================================== --- Makefile (revision 318700) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 201250 +DISTVERSION= 201321 CATEGORIES= security net MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ \ ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ @@ -22,14 +22,15 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install mandir=${MANPREFIX}/man -LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2 - MAN8= openvpn.8 -OPTIONS_DEFINE= PW_SAVE PKCS11 POLARSSL +OPTIONS_DEFINE= PW_SAVE SNAPPY LZO PKCS11 POLARSSL PW_SAVE_DESC= Interactive passwords may be read from a file +SNAPPY_DESC= Enable the Snappy compression library +LZO_DESC= Enable the LZO compression library PKCS11_DESC= Use security/pkcs11-helper POLARSSL_DESC= Build with PolarSSL instead of OpenSSL +OPTIONS_DEFAULT= LZO SNAPPY USE_RC_SUBR= openvpn USE_LDCONFIG= ${PREFIX}/lib @@ -47,6 +48,18 @@ CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} .endif +.if ${PORT_OPTIONS:MLZO} +LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2 +.else +CONFIGURE_ARGS+= --disable-lzo +.endif + +.if ${PORT_OPTIONS:MSNAPPY} +LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy +.else +CONFIGURE_ARGS+= --disable-snappy +.endif + .if ${PORT_OPTIONS:MPOLARSSL} LIB_DEPENDS+= polarssl:${PORTSDIR}/security/polarssl CONFIGURE_ARGS+= --with-crypto-library=polarssl --- ovpnd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: