pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tinc Initial import of tinc-1.0.1 from pkgsrc-wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a5ce832becd
branches: trunk
changeset: 471862:6a5ce832becd
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Apr 01 05:42:11 2004 +0000
description:
Initial import of tinc-1.0.1 from pkgsrc-wip.
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
encryption to create a secure private network between hosts on the Internet.
Because the VPN appears to the IP level network code as a normal network
device, there is no need to adapt any existing software. This allows VPN
sites to share information with each other over the Internet without exposing
any information to others. In addition, tinc has the following features:
o Encryption, authentication and compression
All traffic is optionally compressed using zlib or LZO, and OpenSSL is
used to encrypt the traffic and protect it from alteration with message
authentication codes and sequence numbers.
o Automatic full mesh routing
Regardless of how you set up the tinc daemons to connect to each
other, VPN traffic is always (if possible) sent directly to the
destination, without going through intermediate hops.
o Easily expand your VPN
When you want to add nodes to your VPN, all you have to do is add an extra
configuration file, there is no need to start new daemons or create and
configure new devices or network interfaces.
o Ability to bridge ethernet segments
You can link multiple ethernet segments together to work like a single
segment, allowing you to run applications and games that normally only work
on a LAN over the Internet.
diffstat:
net/tinc/DESCR | 24 ++++++++++++++++++++++++
net/tinc/Makefile | 22 ++++++++++++++++++++++
net/tinc/PLIST | 4 ++++
net/tinc/distinfo | 4 ++++
4 files changed, 54 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r 516eda401447 -r 6a5ce832becd net/tinc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tinc/DESCR Thu Apr 01 05:42:11 2004 +0000
@@ -0,0 +1,24 @@
+tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
+encryption to create a secure private network between hosts on the Internet.
+
+Because the VPN appears to the IP level network code as a normal network
+device, there is no need to adapt any existing software. This allows VPN
+sites to share information with each other over the Internet without exposing
+any information to others. In addition, tinc has the following features:
+
+o Encryption, authentication and compression
+ All traffic is optionally compressed using zlib or LZO, and OpenSSL is
+ used to encrypt the traffic and protect it from alteration with message
+ authentication codes and sequence numbers.
+o Automatic full mesh routing
+ Regardless of how you set up the tinc daemons to connect to each
+ other, VPN traffic is always (if possible) sent directly to the
+ destination, without going through intermediate hops.
+o Easily expand your VPN
+ When you want to add nodes to your VPN, all you have to do is add an extra
+ configuration file, there is no need to start new daemons or create and
+ configure new devices or network interfaces.
+o Ability to bridge ethernet segments
+ You can link multiple ethernet segments together to work like a single
+ segment, allowing you to run applications and games that normally only work
+ on a LAN over the Internet.
diff -r 516eda401447 -r 6a5ce832becd net/tinc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tinc/Makefile Thu Apr 01 05:42:11 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/01 05:42:11 xtraeme Exp $
+#
+
+DISTNAME= tinc-1.0.1
+CATEGORIES= net
+MASTER_SITES= http://tinc.nl.linux.org/packages/
+
+MAINTAINER= xtraeme%NetBSD.org@localhost
+HOMEPAGE= http://tinc.nl.linux.org/
+COMMENT= Virtual Private Network (VPN) daemon
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+
+INFO_FILES= tinc.info
+
+.include "../../archivers/liblzo/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 516eda401447 -r 6a5ce832becd net/tinc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tinc/PLIST Thu Apr 01 05:42:11 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/01 05:42:12 xtraeme Exp $
+man/man5/tinc.conf.5
+man/man8/tincd.8
+sbin/tincd
diff -r 516eda401447 -r 6a5ce832becd net/tinc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tinc/distinfo Thu Apr 01 05:42:11 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/01 05:42:12 xtraeme Exp $
+
+SHA1 (tinc-1.0.1.tar.gz) = dfd064d1e7eba298e4f9a103543fd656700e243b
+Size (tinc-1.0.1.tar.gz) = 464507 bytes
Home |
Main Index |
Thread Index |
Old Index