1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/security/heimdal/files/patch-cc
Jacques Vidrine 32e2f6629f Update 0.3d -> 0.3e.
The vendor says: ``We suggest those running a ftpd to update
immediately.''

Changes in release 0.3e:
 * rcp program included
 * fix buffer overrun in ftpd
 * handle omitted sequence numbers as zeroes to handle MIT krb5 that
   cannot generate zero sequence numbers
 * handle v4 /.k files better
 * configure/portability fixes
 * fixes in parsing of options to kadmin (sub-)commands
 * handle errors in kadmin load better
 * bug fixes
2001-02-05 15:50:26 +00:00

14 lines
409 B
Plaintext

--- configure.orig Mon Feb 5 02:03:23 2001
+++ configure Mon Feb 5 08:29:21 2001
@@ -11827,6 +11827,10 @@
LIB_openldap="-R $openldap_libdir $LIB_openldap"
fi
+# Kerberos IV on FreeBSD depends on libcom_err
+LIBS="-lcom_err $LIBS"
+echo '#define HAVE_LIBCOM_ERR 1' >> confdefs.h
+
# Check whether --with-krb4 or --without-krb4 was given.
if test "${with_krb4+set}" = set; then
withval="$with_krb4"