diff options
author | itojun <itojun> | 2000-03-27 16:04:12 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-03-27 16:04:12 +0000 |
commit | dde04bc9e646f71e168bdd7577d28263e7185257 (patch) | |
tree | 615f6000adeccb12e57761486a8c8f91712df12b /security/isakmpd/pkg | |
parent | cf9f2f29576e2f665c4774c8ee655ab3ba2081bb (diff) | |
download | pkgsrc-dde04bc9e646f71e168bdd7577d28263e7185257.tar.gz |
pkgsrc for OpenBSD isakmpd (based on ftp.appli.se snapshot 2000/2/20).
if you are tired of using racoon, you may want to try it.
(may not work as expected due to PF_KEY differences)
---
This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE)
implementation. It's written by Niklas Hallqvist and Niels Provos,
funded by Ericsson Radio Systems AB. Currently it is work in
progress, although it can be used for real setups. There are
releases, but this distribution is not a release and is not named with
ordinary version numbers. When you got the source, hopefully the
archive was named with a date which reflects when it was created.
These archives are also known as snapshots and will be created at
irregular intervals and put up on ftp.gsnig.net and ftp.appli.se in
/pub/isakmpd. From Nov 14, 1998 isakmpd is also available in the
OpenBSD main source tree under src/sbin/isakmpd, though slightly
modified because I don't want to carry support files for other OSes in
that distribution. Look at http://www.openbsd.org/ for details on how
to get OpenBSD source.
Diffstat (limited to 'security/isakmpd/pkg')
-rw-r--r-- | security/isakmpd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/isakmpd/pkg/DESCR | 14 | ||||
-rw-r--r-- | security/isakmpd/pkg/PLIST | 10 |
3 files changed, 25 insertions, 0 deletions
diff --git a/security/isakmpd/pkg/COMMENT b/security/isakmpd/pkg/COMMENT new file mode 100644 index 00000000000..e58965602db --- /dev/null +++ b/security/isakmpd/pkg/COMMENT @@ -0,0 +1 @@ +OpenBSD IKE daemon diff --git a/security/isakmpd/pkg/DESCR b/security/isakmpd/pkg/DESCR new file mode 100644 index 00000000000..da3fbffa19e --- /dev/null +++ b/security/isakmpd/pkg/DESCR @@ -0,0 +1,14 @@ +This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE) +implementation. It's written by Niklas Hallqvist and Niels Provos, +funded by Ericsson Radio Systems AB. Currently it is work in +progress, although it can be used for real setups. There are +releases, but this distribution is not a release and is not named with +ordinary version numbers. When you got the source, hopefully the +archive was named with a date which reflects when it was created. +These archives are also known as snapshots and will be created at +irregular intervals and put up on ftp.gsnig.net and ftp.appli.se in +/pub/isakmpd. From Nov 14, 1998 isakmpd is also available in the +OpenBSD main source tree under src/sbin/isakmpd, though slightly +modified because I don't want to carry support files for other OSes in +that distribution. Look at http://www.openbsd.org/ for details on how +to get OpenBSD source. diff --git a/security/isakmpd/pkg/PLIST b/security/isakmpd/pkg/PLIST new file mode 100644 index 00000000000..bdb77c8b6b8 --- /dev/null +++ b/security/isakmpd/pkg/PLIST @@ -0,0 +1,10 @@ +sbin/certpatch +sbin/isakmpd +man/cat5/isakmpd.conf.0 +man/cat5/isakmpd.policy.0 +man/cat8/certpatch.0 +man/cat8/isakmpd.0 +man/man5/isakmpd.conf.5 +man/man5/isakmpd.policy.5 +man/man8/certpatch.8 +man/man8/isakmpd.8 |