summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-30 20:17:41 +0000
committerjlam <jlam@pkgsrc.org>2004-03-30 20:17:41 +0000
commite2629fdac3d89dcbd248ba0349ee1c0b69d592bf (patch)
tree13f7f67aff6be31c9e3467bb0cbaf6331cba18e4 /doc
parentfa62ab3be6d7f1d44803e9e2b934668c1579310f (diff)
downloadpkgsrc-e2629fdac3d89dcbd248ba0349ee1c0b69d592bf.tar.gz
Updated security/mit-krb5 to 1.3.2. Changes from version 1.3.1 include:
* Support for AES in GSSAPI has been implemented. This corresponds to the in-progress work in the IETF (CFX). * To avoid compatibility problems, unrecognized TGS options will now be ignored. * 128-bit AES has been added to the default enctypes. * AES cryptosystem now chains IVs. This WILL break backwards compatibility for the kcmd applications, if they are using AES session keys. * Assorted minor bug fixes and plugged memory leaks.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 1afff2321af..3d46a445ee0 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5378 2004/03/30 20:00:33 ben Exp $
+$NetBSD: CHANGES,v 1.5379 2004/03/30 20:17:41 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1616,3 +1616,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated pxtools to 0.0.20 [ben 2004-03-30]
Updated dar to 2.0.2nb1 [minskim 2004-03-30]
Updated mplex to 1.6.2 [ben 2004-03-30]
+ Updated mit-krb5 to 1.3.2 [jlam 2004-03-30]