diff options
author | nectar <nectar@FreeBSD.org> | 2001-06-11 18:37:33 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-06-11 18:37:33 +0000 |
commit | 05d9219a15447985c2c4774caad203094b7341d6 (patch) | |
tree | 095ebb54a8f9bd097be176553579e994a172a8e7 /security/heimdal/files | |
parent | 1289cad2646e5d7c8f0d21bb2c66814d1d96b73d (diff) | |
download | FreeBSD-ports-05d9219a15447985c2c4774caad203094b7341d6.zip FreeBSD-ports-05d9219a15447985c2c4774caad203094b7341d6.tar.gz |
Update 0.3e -> 0.3f. From the announcement:
* change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,
the new keytab type that tries both of these in order (SRVTAB is
also an alias for krb4:)
* improve error reporting and error handling (error messages should
be more detailed and more useful)
* improve building with openssl
* add kadmin -K, rcp -F
* fix two incorrect weak DES keys
* fix building of kaserver compat in KDC
* the API is closer to what MIT krb5 is using
* more compatible with windows 2000
* removed some memory leaks
* bug fixes
Diffstat (limited to 'security/heimdal/files')
-rw-r--r-- | security/heimdal/files/patch-cb | 12 | ||||
-rw-r--r-- | security/heimdal/files/patch-cc | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/security/heimdal/files/patch-cb b/security/heimdal/files/patch-cb index 6b23351..a6e1bae 100644 --- a/security/heimdal/files/patch-cb +++ b/security/heimdal/files/patch-cb @@ -11,15 +11,3 @@ AC_TEST_PACKAGE_NEW(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena, KRB4) LIB_kdb= -@@ -566,7 +570,10 @@ - "$ac_cv_func_SHA1_Init" = "yes" -a \ - "$ac_cv_func_RC4" = "yes"; then - DIR_des='' -- LIB_des="-R $krb4_libdir -L$krb4_libdir $ac_cv_funclib_MD4_Init" -+ LIB_des="$ac_cv_funclib_MD4_Init" -+ if test "$krb4_libdir"; then -+ LIB_des="-R $krb4_libdir -L$krb4_libdir $LIB_des" -+ fi - LIB_des_appl="$LIB_des" - else - DIR_des='des' diff --git a/security/heimdal/files/patch-cc b/security/heimdal/files/patch-cc index 0ff51ec..1439fa6 100644 --- a/security/heimdal/files/patch-cc +++ b/security/heimdal/files/patch-cc @@ -11,15 +11,3 @@ # Check whether --with-krb4 or --without-krb4 was given. if test "${with_krb4+set}" = set; then withval="$with_krb4" -@@ -21344,7 +21348,10 @@ - "$ac_cv_func_SHA1_Init" = "yes" -a \ - "$ac_cv_func_RC4" = "yes"; then - DIR_des='' -- LIB_des="-R $krb4_libdir -L$krb4_libdir $ac_cv_funclib_MD4_Init" -+ LIB_des="$ac_cv_funclib_MD4_Init" -+ if test "$krb4_libdir"; then -+ LIB_des="-R $krb4_libdir -L$krb4_libdir $LIB_des" -+ fi - LIB_des_appl="$LIB_des" - else - DIR_des='des' |