head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.07.19.22.54.09;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2000.11.09.23.35.03;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update 0.4b -> 0.4c
@
text
@--- lib/asn1/Makefile.in.orig	Wed Nov  8 10:31:04 2000
+++ lib/asn1/Makefile.in	Wed Nov  8 10:31:52 2000
@@@@ -279,7 +279,6 @@@@
 
 check_der_LDADD = \
 	libasn1.la \
-	../com_err/libcom_err.la \
 	$(LIB_roken)
 
 
@@@@ -339,11 +338,11 @@@@
 asn1_compile_LDFLAGS = 
 asn1_print_SOURCES = asn1_print.c
 asn1_print_OBJECTS =  asn1_print.$(OBJEXT)
-asn1_print_DEPENDENCIES =  libasn1.la ../com_err/libcom_err.la
+asn1_print_DEPENDENCIES =  libasn1.la 
 asn1_print_LDFLAGS = 
 check_der_SOURCES = check-der.c
 check_der_OBJECTS =  check-der.$(OBJEXT)
-check_der_DEPENDENCIES =  libasn1.la ../com_err/libcom_err.la
+check_der_DEPENDENCIES =  libasn1.la 
 check_der_LDFLAGS = 
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@


1.1
log
@= Use system libcom_err.
  No longer build or install the included libcom_err and compile_et.

= ftpd now uses IP_PORTRANGE* in the same fashion as the system ftpd.
  By default, ftpd will now use high port numbers for serving clients
  in passive mode.

= Fix segmentation fault in kadmin.
  A null pointer dereference that was only tickled when using kadmin
  with a kdc that uses LDAP as the backend.

= Fix a search filter in hdb-ldap.c.
  A lookup was failing to fetch operational attributes such as
  modifiersName.

= Bump PORTREVISION for above changes.
@
text
@@

