Skip to content

Commit

Permalink
Migrate ipsec-tools CVS to cvs.netbsd.org
Browse files Browse the repository at this point in the history
  • Loading branch information
manu committed Sep 9, 2006
1 parent 71ef6d7 commit 2d74f24
Show file tree
Hide file tree
Showing 110 changed files with 20,395 additions and 2,030 deletions.
905 changes: 715 additions & 190 deletions crypto/dist/ipsec-tools/ChangeLog

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions crypto/dist/ipsec-tools/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = src @RPM@

DIST_SUBDIRS = src rpm

EXTRA_DIST = bootstrap README NEWS depcomp
22 changes: 10 additions & 12 deletions crypto/dist/ipsec-tools/NEWS
@@ -1,17 +1,15 @@
Version history:
----------------
0.6.3 - 21 November 2005
o Various bug fixes

0.6.2 - 14 October 2005
o ISAKMP mode config works without Xauth

0.6.1 - 10 august 2005
o NAT-T fixes for situations where NAT-T is not used
o OpenSSL 0.9.8 support
o keys are not restricted to OpenSSL default size anymore
o PKCS7 support
0.7??? - ??
o Xauth with pre-shared key PSK
o Xauth with certificates
o SHA2 support
o pkcs7 support
o system accounting (utmp)
o Darwin support
o configuration can be reloaded
o support for UNIQUE generated policies
o support for semi anonymous sainfos

0.6 - 27 June 2005
o Generated policies are now correctly flushed
Expand All @@ -23,7 +21,7 @@ Version history:
o ESP fragmentation in tunnel mode can be tunned (NetBSD only)
o racoon admin interface is exported (header and library) to
help building control programs for racoon (think GUI)
o Fixed single DES support; single DES users MUST UPGRADE
o Fixed single DES support; single DES users MUST UPGRADE.

0.5 - 10 April 2005
o Rewritten buildsystem. Now completely autoconfed, automaked,
Expand Down
12 changes: 10 additions & 2 deletions crypto/dist/ipsec-tools/bootstrap
Expand Up @@ -2,12 +2,20 @@

set -x

case `uname -s` in
Darwin)
LIBTOOLIZE=glibtoolize
;;
*)
LIBTOOLIZE=libtoolize
;;
esac

# Remove autoconf 2.5x's cache directory

rm -rf autom4te*.cache

aclocal -I . || exit 1
autoheader || exit 1
libtoolize --force --copy || exit 1
${LIBTOOLIZE} --force --copy || exit 1
automake --foreign --add-missing --copy || exit 1
autoconf || exit 1

0 comments on commit 2d74f24

Please sign in to comment.