diff options
author | bad <bad> | 2006-10-25 17:13:58 +0000 |
---|---|---|
committer | bad <bad> | 2006-10-25 17:13:58 +0000 |
commit | 25d37ea6f3489c9f9f4301e98de1a27ccfd355c1 (patch) | |
tree | 999338b8c882fb50f04d6ee6ff47bee7cfd73942 /doc | |
parent | 1beb56f112e08acc47cea45dd25c2cdd79e243fc (diff) | |
download | pkgsrc-25d37ea6f3489c9f9f4301e98de1a27ccfd355c1.tar.gz |
mention update of ipsec-tools to 0.6.6.
Changes since 0.6.3:
0.6.6
* src/racoon/isakmp_xauth.c: Build fix
* src/racoon/pfkey.c: Sets NAT-T ports to 0 if no NAT
encapsulation in pk_sendgetspi().
* src/racoon/pfkey.c: Sets NAT-T ports to 0 if no NAT
encapsulation in pk_sendupdate().
* src/racoon/isakmp_xauth.c: fix memory leak
* src/racoon/{cfparse.y|handler.h}: typos
0.6.5
* src/racoon/isakmp.c: Fixed zombie PH1 handler when isakmp_send()
fails in isakmp_ph1resend()
* src/racoon/{cfparse.y|ipsec_doi.c}: Temporary fix for /32
subnets parsing.
* src/racoon/isakmp_cfg.c: make software behave as the documentation
advertise for INTERNAL_NETMASK4. Keep the old INTERNAL_MASK4 to
avoid breaking backward compatibility.
* src/racoon/session.c: Fixed / cleaned up signal handling.
0.6.4
* configure.ac src/racoon/plog.c: backported Fred's workaround for
%zu problems on (at least) FreeBSD4.
* src/racoon/session.c: backport: fix possible race conditions in
signal handlers (see session.c 1.17).
* src/libipsec/pfkey_dump.c: fixed compilation when NAT_T
disabled (Fred has still some CVS problems).
* src/libipsec/{libpfkey.h|pfkey_dump.c}: add a sadump_withports
function to display SAD entries with their associated ports.
* src/setkey/{parse.y|setkey.c|setkey.8}: allow to use setkey -p flag
in conjunction with -D to show SADs with the port, allow both get and
delete commands to use bracketed ports if needed.
* src/racoon/racoon.conf.5: Style changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2006 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 5f670efb282..6293f9fa285 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1640 2006/10/25 14:54:11 obache Exp $ +>$NetBSD: CHANGES-2006,v 1.1641 2006/10/25 17:13:58 bad Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5019,3 +5019,4 @@ Changes to the packages collection and infrastructure in 2006: Updated devel/p5-Data-TemporaryBag to 0.09 [obache 2006-10-25] Added mail/avenger version 0.7.7 [rillig 2006-10-25] Updated devel/p5-Devel-Cycle to 1.07 [obache 2006-10-25] + Updated security/ipsec-tools to 0.6.6 [bad 2006-10-25] |