diff options
author | Alex Lysenka <me@alkos333.net> | 2010-05-11 15:01:38 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:01:38 +0200 |
commit | 66ef2d297ea60b71c21e21a84f2545b4955f6535 (patch) | |
tree | a944f9c00098f29419664df8e5f0cb8122d7fb31 /network/vpnc/README | |
parent | 724ae3f8938143f16958fee0c7cd3be1a7915e88 (diff) | |
download | slackbuilds-66ef2d297ea60b71c21e21a84f2545b4955f6535.tar.gz |
network/vpnc: Initial import
Diffstat (limited to 'network/vpnc/README')
-rw-r--r-- | network/vpnc/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/vpnc/README b/network/vpnc/README new file mode 100644 index 0000000000..7f260ad6e9 --- /dev/null +++ b/network/vpnc/README @@ -0,0 +1,11 @@ +Supports IPSec (ESP) with Mode Configuration and Xauth. Supports +only shared-secret IPSec authentication with Xauth, +AES (256, 192, 128), 3DES, 1DES, MD5, SHA1, +DH1/2/5 and IP tunneling. + +Homepage: http://www.unix-ag.uni-kl.de/~massar/vpnc/ + +This packages requires libgpg-error and libgcrypt which can be +obtained at slackbuilds.org. Make sure to install them +in the order listed above. Libgcrypt won't compile without +libgpg-error. |