From owner-svn-ports-all@FreeBSD.ORG Thu Apr 10 20:20:36 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 1166E34E; Thu, 10 Apr 2014 20:20:36 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F29261FEE; Thu, 10 Apr 2014 20:20:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3AKKZXI018891; Thu, 10 Apr 2014 20:20:35 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3AKKZ6P018886; Thu, 10 Apr 2014 20:20:35 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201404102020.s3AKKZ6P018886@svn.freebsd.org> From: Matthias Andree Date: Thu, 10 Apr 2014 20:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350847 - head/security/openvpn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 20:20:36 -0000 Author: mandree Date: Thu Apr 10 20:20:35 2014 New Revision: 350847 URL: http://svnweb.freebsd.org/changeset/ports/350847 QAT: https://qat.redports.org/buildarchive/r350847/ Log: Upgrade to new upstream 2.3.3 release. Misc bugfixes. Changes: Note that PKCS#11 helper support requires a pkcs11-helper upgrade from to be committed. Modified: head/security/openvpn/Makefile head/security/openvpn/distinfo Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Thu Apr 10 20:05:31 2014 (r350846) +++ head/security/openvpn/Makefile Thu Apr 10 20:20:35 2014 (r350847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.3.2 -PORTREVISION= 1 +DISTVERSION= 2.3.3 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ http://build.openvpn.net/downloads/releases/ @@ -16,8 +15,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= openvpn-2.[!3].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-devel-[0-9]* GNU_CONFIGURE= yes -USE_XZ= yes -USES= pkgconfig shebangfix +USES= pkgconfig shebangfix tar:xz SHEBANG_FILES= sample/sample-scripts/verify-cn \ sample/sample-scripts/auth-pam.pl \ sample/sample-scripts/ucn.pl Modified: head/security/openvpn/distinfo ============================================================================== --- head/security/openvpn/distinfo Thu Apr 10 20:05:31 2014 (r350846) +++ head/security/openvpn/distinfo Thu Apr 10 20:20:35 2014 (r350847) @@ -1,2 +1,2 @@ -SHA256 (openvpn-2.3.2.tar.xz) = 51c5a96fc3925f0792f95c9ee105e87ed090e1efd83c8fab37944a31b21c973e -SIZE (openvpn-2.3.2.tar.xz) = 776432 +SHA256 (openvpn-2.3.3.tar.xz) = 19693ac1db8e99a73a0fe1de5809f34a5693109d4fdb929449a0c457986440f7 +SIZE (openvpn-2.3.3.tar.xz) = 781240