OpenVPN is a robust and highly configurable VPN (Virtual Private

Network) daemon which can be used to securely link two or  more  private
networks using an encrypted tunnel over the internet.
This commit is contained in:
Sergio Jimenez 2003-06-27 21:20:55 +00:00
parent 35cfb1bbff
commit 9e1b9994b7
5 changed files with 34 additions and 0 deletions

3
openvpn/DESCR Normal file
View file

@ -0,0 +1,3 @@
OpenVPN is a robust and highly configurable VPN (Virtual Private
Network) daemon which can be used to securely link two or more private
networks using an encrypted tunnel over the internet.

21
openvpn/Makefile Normal file
View file

@ -0,0 +1,21 @@
#
# $NetBSD: Makefile,v 1.1.1.1 2003/06/27 21:20:55 tripledes Exp $
#
DISTNAME= openvpn-1.4.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openvpn/}
MAINTAINER= tripledes@eslack.org
HOMEPAGE= http://openvpn.sourceforge.net/
COMMENT= Robust and highly configurable VPN
GNU_CONFIGURE= yes
USE_PKGINSTALL= YES
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --enable-pthread
.include "../../security/openssl/buildlink2.mk"
.include "../../archivers/liblzo/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"

3
openvpn/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/27 21:20:55 tripledes Exp $
man/man8/openvpn.8
sbin/openvpn

3
openvpn/TODO Normal file
View file

@ -0,0 +1,3 @@
- Correct pthread use, package doesn't need it but improves encryption operations.
- Create a RCD_SCRIPT to start daemon at boot.
- Test, test, test.

4
openvpn/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/06/27 21:20:55 tripledes Exp $
SHA1 (openvpn-1.4.0.tar.gz) = 123aac4482688cbba223ece1ad4eeb48b28ba8ce
Size (openvpn-1.4.0.tar.gz) = 262919 bytes