From 03d6b1489a276721e54b29ff231ed98bbf13a27f Mon Sep 17 00:00:00 2001 From: assar Date: Sun, 11 Feb 2001 18:02:04 +0000 Subject: [PATCH] update make infrastructure and shlib versions numbers for heimdal 0.3e --- lib/libasn1/shlib_version | 2 +- lib/libcom_err/shlib_version | 2 +- lib/libgssapi/Makefile | 3 ++- lib/libgssapi/shlib_version | 2 +- lib/libhdb/shlib_version | 2 +- lib/libkadm5clnt/Makefile | 3 ++- lib/libkrb5/Makefile | 9 ++++++--- lib/libkrb5/shlib_version | 4 ++-- lib/libroken/Makefile | 3 ++- lib/libroken/shlib_version | 2 +- lib/libsl/shlib_version | 2 +- libexec/kpasswdd/Makefile | 5 +++-- usr.sbin/ktutil/Makefile | 6 ++---- 13 files changed, 25 insertions(+), 20 deletions(-) diff --git a/lib/libasn1/shlib_version b/lib/libasn1/shlib_version index 012c14171d3a..d9961ea9feff 100644 --- a/lib/libasn1/shlib_version +++ b/lib/libasn1/shlib_version @@ -1,2 +1,2 @@ -major=3 +major=4 minor=0 diff --git a/lib/libcom_err/shlib_version b/lib/libcom_err/shlib_version index 012c14171d3a..3f0196ebf4a1 100644 --- a/lib/libcom_err/shlib_version +++ b/lib/libcom_err/shlib_version @@ -1,2 +1,2 @@ major=3 -minor=0 +minor=1 diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 5722498393a7..20df916d8251 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/30 17:21:44 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/11 18:02:05 assar Exp $ .include @@ -18,6 +18,7 @@ SRCS = \ canonicalize_name.c \ compare_name.c \ context_time.c \ + copy_ccache.c \ create_emtpy_oid_set.c \ decapsulate.c \ delete_sec_context.c \ diff --git a/lib/libgssapi/shlib_version b/lib/libgssapi/shlib_version index b52599a164f6..012c14171d3a 100644 --- a/lib/libgssapi/shlib_version +++ b/lib/libgssapi/shlib_version @@ -1,2 +1,2 @@ -major=2 +major=3 minor=0 diff --git a/lib/libhdb/shlib_version b/lib/libhdb/shlib_version index 9c1551636c52..5b844bbf4229 100644 --- a/lib/libhdb/shlib_version +++ b/lib/libhdb/shlib_version @@ -1,2 +1,2 @@ -major=6 +major=7 minor=0 diff --git a/lib/libkadm5clnt/Makefile b/lib/libkadm5clnt/Makefile index 052cce653fac..b8566dedcb82 100644 --- a/lib/libkadm5clnt/Makefile +++ b/lib/libkadm5clnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/07 10:36:38 joda Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/11 18:02:05 assar Exp $ .include @@ -36,6 +36,7 @@ SRCS = \ randkey_c.c \ rename_c.c \ send_recv.c \ + client_glue.c \ $(ERR_FILES) INCSDIR= /usr/include/kadm5 diff --git a/lib/libkrb5/Makefile b/lib/libkrb5/Makefile index 5ca45e493dba..25ee23e06fae 100644 --- a/lib/libkrb5/Makefile +++ b/lib/libkrb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/12/30 17:21:45 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/11 18:02:05 assar Exp $ .include @@ -99,6 +99,7 @@ SRCS= \ rd_safe.c \ read_message.c \ recvauth.c \ + replay.c \ send_to_kdc.c \ sendauth.c \ set_default_realm.c \ @@ -137,7 +138,10 @@ MAN= \ krb5_unparse_name.3 \ krb5_warn.3 \ kerberos.8 \ - verify_krb5_conf.8 + verify_krb5_conf.8 \ + krb5_auth_context.3 \ + krb5_context.3 \ + krb5_init_context.3 \ krb5-types.h: cp ${.CURDIR}/../../include/heimdal/$@ $@ @@ -148,7 +152,6 @@ ASN1!= cd ${.CURDIR}/../libasn1 && ${PRINTOBJDIR} CPPFLAGS+= -I. \ -I${DIST}/heimdal/lib/krb5 \ - -I${DIST}/krb4/lib/krb \ -I${DIST}/openssl/crypto/md4 \ -I${DIST}/openssl/crypto/md5 \ -I${DIST}/openssl/crypto/sha \ diff --git a/lib/libkrb5/shlib_version b/lib/libkrb5/shlib_version index eb2c603aec01..77913220429d 100644 --- a/lib/libkrb5/shlib_version +++ b/lib/libkrb5/shlib_version @@ -1,2 +1,2 @@ -major=12 -minor=1 +major=15 +minor=0 diff --git a/lib/libroken/Makefile b/lib/libroken/Makefile index 618d61e00253..2a59edfb7ece 100644 --- a/lib/libroken/Makefile +++ b/lib/libroken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/03 03:53:40 assar Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/11 18:02:06 assar Exp $ DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/lib/roken .PATH: ${.CURDIR}/../../include/heimdal @@ -15,6 +15,7 @@ SRCS= \ environment.c \ eread.c \ erealloc.c \ + esetenv.c \ estrdup.c \ ewrite.c \ get_default_username.c \ diff --git a/lib/libroken/shlib_version b/lib/libroken/shlib_version index 1c5d96eb2aa0..f461c5339039 100644 --- a/lib/libroken/shlib_version +++ b/lib/libroken/shlib_version @@ -1,2 +1,2 @@ -major=9 +major=11 minor=0 diff --git a/lib/libsl/shlib_version b/lib/libsl/shlib_version index 1edea46de912..893819d18ff6 100644 --- a/lib/libsl/shlib_version +++ b/lib/libsl/shlib_version @@ -1,2 +1,2 @@ major=1 -minor=0 +minor=1 diff --git a/libexec/kpasswdd/Makefile b/libexec/kpasswdd/Makefile index e1b6a1f91129..4d94d9353597 100644 --- a/libexec/kpasswdd/Makefile +++ b/libexec/kpasswdd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/12/30 17:29:25 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/11 18:02:06 assar Exp $ .include @@ -34,7 +34,8 @@ LDADD= -lkadm5srv \ -lcom_err \ -L${VERS} -lvers \ -lroken \ - -lcrypt + -lcrypt \ + -lutil MAN = kpasswdd.8 diff --git a/usr.sbin/ktutil/Makefile b/usr.sbin/ktutil/Makefile index 4fe452ea4a14..d85478409190 100644 --- a/usr.sbin/ktutil/Makefile +++ b/usr.sbin/ktutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/07 10:38:02 joda Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/11 18:02:04 assar Exp $ .include @@ -17,9 +17,7 @@ SRCS= add.c \ ktutil.c \ list.c \ purge.c \ - remove.c \ - srvconvert.c \ - srvcreate.c + remove.c CPPFLAGS+= -I. \ -I${DIST}/heimdal/admin \