pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openvpn-current Initial import of openvpn-2.0beta1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5d9ca75b1cf
branches:  trunk
changeset: 483699:b5d9ca75b1cf
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Nov 17 18:04:01 2004 +0000

description:
Initial import of openvpn-2.0beta15 from pkgsrc-wip, packaged by
Ian Zagorskhi, with small changes by me.

OpenVPN is a robust and highly flexible tunneling application
that uses all of the encryption, authentication, and certification
features of the OpenSSL library to securely tunnel IP networks over
a single TCP/UDP port.

diffstat:

 net/openvpn-current/DESCR            |   4 +++
 net/openvpn-current/MESSAGE          |  10 ++++++++
 net/openvpn-current/Makefile         |  44 ++++++++++++++++++++++++++++++++++++
 net/openvpn-current/PLIST            |  36 +++++++++++++++++++++++++++++
 net/openvpn-current/distinfo         |   5 ++++
 net/openvpn-current/patches/patch-aa |  13 ++++++++++
 6 files changed, 112 insertions(+), 0 deletions(-)

diffs (136 lines):

diff -r 2cd30d8f3ecf -r b5d9ca75b1cf net/openvpn-current/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn-current/DESCR Wed Nov 17 18:04:01 2004 +0000
@@ -0,0 +1,4 @@
+OpenVPN is a robust and highly flexible tunneling application
+that uses all of the encryption, authentication, and certification
+features of the OpenSSL library to securely tunnel IP networks over
+a single TCP/UDP port.
diff -r 2cd30d8f3ecf -r b5d9ca75b1cf net/openvpn-current/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn-current/MESSAGE       Wed Nov 17 18:04:01 2004 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/11/17 18:04:01 xtraeme Exp $
+
+The sample configuration files have been installed in
+${PREFIX}/share/examples/openvpn
+
+You'll have to copy the required ones into ${PKG_SYSCONFDIR} and
+modify them.
+
+===========================================================================
diff -r 2cd30d8f3ecf -r b5d9ca75b1cf net/openvpn-current/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn-current/Makefile      Wed Nov 17 18:04:01 2004 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/17 18:04:02 xtraeme Exp $
+#
+
+DISTNAME=      openvpn-2.0_beta15
+PKGNAME=       ${DISTNAME:S/_//}
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=openvpn/}
+
+MAINTAINER=    ianzag%mail.ru@localhost
+HOMEPAGE=      http://openvpn.sourceforge.net/
+COMMENT=       OpenVPN is an easy-to-use SSL VPN daemon
+
+USE_BUILDLINK3=        yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_PKGINSTAL= yes
+
+PKG_SYSCONFSUBDIR=     openvpn
+
+CONFIGURE_ARGS+=       --enable-pthread
+CONFIGURE_ARGS+=       --enable-lzo
+CONFIGURE_ARGS+=       --enable-crypt
+CONFIGURE_ARGS+=       --enable-ssl
+CONFIGURE_ARGS+=       --enable-multi
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+
+LIBS+=         -ldes
+
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn/config
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn/scripts
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn/keys
+       ${INSTALL_DATA} ${WRKSRC}/sample-config-files/* \
+               ${PREFIX}/share/examples/openvpn/config
+       ${INSTALL_DATA} ${WRKSRC}/sample-scripts/* \
+               ${PREFIX}/share/examples/openvpn/scripts
+       ${INSTALL_DATA} ${WRKSRC}/sample-keys/* \
+               ${PREFIX}/share/examples/openvpn/keys
+
+.include "../../archivers/liblzo/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2cd30d8f3ecf -r b5d9ca75b1cf net/openvpn-current/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn-current/PLIST Wed Nov 17 18:04:01 2004 +0000
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/17 18:04:04 xtraeme Exp $
+man/man8/openvpn.8
+sbin/openvpn
+share/examples/openvpn/config/README
+share/examples/openvpn/config/client.conf
+share/examples/openvpn/config/firewall.sh
+share/examples/openvpn/config/home.up
+share/examples/openvpn/config/loopback-client
+share/examples/openvpn/config/loopback-server
+share/examples/openvpn/config/office.up
+share/examples/openvpn/config/openvpn-shutdown.sh
+share/examples/openvpn/config/openvpn-startup.sh
+share/examples/openvpn/config/server.conf
+share/examples/openvpn/config/static-home.conf
+share/examples/openvpn/config/static-office.conf
+share/examples/openvpn/config/tls-home.conf
+share/examples/openvpn/config/tls-office.conf
+share/examples/openvpn/config/xinetd-client-config
+share/examples/openvpn/config/xinetd-server-config
+share/examples/openvpn/keys/README
+share/examples/openvpn/keys/client.crt
+share/examples/openvpn/keys/client.key
+share/examples/openvpn/keys/dh1024.pem
+share/examples/openvpn/keys/server.crt
+share/examples/openvpn/keys/server.key
+share/examples/openvpn/keys/tmp-ca.crt
+share/examples/openvpn/keys/tmp-ca.key
+share/examples/openvpn/scripts/auth-pam.pl
+share/examples/openvpn/scripts/bridge-start
+share/examples/openvpn/scripts/bridge-stop
+share/examples/openvpn/scripts/openvpn.init
+share/examples/openvpn/scripts/verify-cn
+@dirrm share/examples/openvpn/scripts
+@dirrm share/examples/openvpn/keys
+@dirrm share/examples/openvpn/config
+@dirrm share/examples/openvpn
diff -r 2cd30d8f3ecf -r b5d9ca75b1cf net/openvpn-current/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn-current/distinfo      Wed Nov 17 18:04:01 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/17 18:04:04 xtraeme Exp $
+
+SHA1 (openvpn-2.0_beta15.tar.gz) = f1b210df6c8b6ea45737f97e3a184e6dac7b2ec1
+Size (openvpn-2.0_beta15.tar.gz) = 585952 bytes
+SHA1 (patch-aa) = 8a8019a20af0f7b8e2a162b555ac4ad04e025470
diff -r 2cd30d8f3ecf -r b5d9ca75b1cf net/openvpn-current/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openvpn-current/patches/patch-aa      Wed Nov 17 18:04:01 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/11/17 18:04:04 xtraeme Exp $
+
+--- ntlm.c.orig        2004-11-17 18:47:38.000000000 +0100
++++ ntlm.c     2004-11-17 18:47:49.000000000 +0100
+@@ -29,7 +29,7 @@
+ 
+ #if NTLM
+ 
+-#include <openssl/des.h>
++#include <des.h>
+ #include <openssl/md4.h>
+ #include "common.h"
+ #include "buffer.h"



Home | Main Index | Thread Index | Old Index