3f16217f43
Compared to OpenVPN 2.3 this is a major update with a large number of new features, improvements and fixes. Some of the major features are AEAD (GCM) cipher and Elliptic Curve DH key exchange support, improved IPv4/IPv6 dual stack support and more seamless connection migration when client's IP address changes (Peer-ID). Also, the new --tls-crypt feature can be used to increase users' connection privacy. Compared to OpenVPN 2.4.1 there are several bugfixes and small enhancements. A summary of the changes is available in Changes.rst.
31 lines
881 B
Makefile
31 lines
881 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/05/24 20:35:12 adam Exp $
|
|
|
|
.include "../../net/openvpn/Makefile.common"
|
|
|
|
DISTNAME= openvpn-acct-wtmpx-20130210
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${OPENVPN_DISTFILE}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.espci.fr/pub/openvpn-acct-wtmpx/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://ftp.espci.fr/pub/openvpn-acct-wtmpx/
|
|
COMMENT= Log OpenVPN logins and logouts to wtmpx
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= install
|
|
|
|
MAKE_ENV+= OPENVPN_PLUGINSDIR=${PREFIX}/${OPENVPN_PLUGINSDIR}
|
|
MAKE_ENV+= OPENVPN_DISTNAME=${OPENVPN_DISTNAME}
|
|
|
|
PLIST_SUBST+= OPENVPN_PLUGINSDIR=${OPENVPN_PLUGINSDIR}
|
|
MESSAGE_SUBST+= OPENVPN_PLUGINSDIR=${PREFIX}/${OPENVPN_PLUGINSDIR}
|
|
|
|
SPECIAL_PERMS+= bin/logwtmpx ${SETUID_ROOT_PERMS}
|
|
|
|
DEPENDS+= openvpn>=2.4.2:../../net/openvpn
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|