2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message:
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
|
2003-02-08 18:06:26 by Dan McMahill | Files touched by this commit (3) |
Log message:
fix some format strings for 64 bit systems so this can build with -Werror
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2002-12-07 03:39:09 by Amitai Schlair | Files touched by this commit (33) |
Log message:
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
|
2002-11-18 13:07:41 by Martti Kuparinen | Files touched by this commit (2) |
Log message:
Updated isakmpd to 20021118
* bug fixes
|
2002-10-25 12:00:59 by Thomas Klausner | Files touched by this commit (3) |
Log message:
buildlink1 -> buildlink2.
|
2002-08-30 09:40:02 by Martti Kuparinen | Files touched by this commit (2) | |
Log message:
Updated isakmpd to 20020830
* OpenBSD 3.1 SA 010: Receiving IKE payloads out of sequence can cause
isakmpd(8) to crash.
* A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>.
Some style mods, and checks added for OpenSSL version 0.9.7 or later.
Currently CRLs are not supported for earlier versions.
Manual pages updated.
* Handle configuration lines that end in whitespace or ^M.
Also avoid a potential memory leak.
* Start for support of IKECFG in SET/ACK mode. Server side only so far.
* Fix keyed HMAC where the key was longer than the blocksize
|
2002-04-04 11:46:05 by Martti Kuparinen | Files touched by this commit (1) |
Log message:
Added etc/rc.d/isakmpd
|
2002-04-04 11:42:32 by Martti Kuparinen | Files touched by this commit (2) |
Log message:
Install a simle startup script (${PREFIX}/etc/rc.d/isakmpd)
|
2002-04-03 14:31:56 by Martti Kuparinen | Files touched by this commit (2) |
Log message:
Updated isakmpd to 20020403
- Change DH group handling in the pre-generated parts of the
configuration. Add a -GRP{1,2,5} component to transform and suite
names to directly specify which group to use. If no group is
specified, use DH group 2 (MODP_1024). Earlier transforms and suites
using the MD5 hash defaulted to DH group 1, this is no longer true.
- Unbreak MD5 and SHA1 passphrases in policy check.
- Don't message_dump_raw() bad length messages, i.e too short.
- Fix a couple of snprintf length bugs.
- Compile without warnings for older/newer OpenSSL.
|