diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-06-13 08:19:20 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-06-13 08:19:20 +0000 |
commit | 9bbcfeb56d6c55ba65f47b32a84ed290c5cfca80 (patch) | |
tree | dd8ca19f220933520b588164769e0258601165a6 /security | |
parent | f29e4e8179b522444e76908e99e96ba1f7a0c163 (diff) | |
download | pkgsrc-9bbcfeb56d6c55ba65f47b32a84ed290c5cfca80.tar.gz |
Update xdm-krb4 to version 3.3.6.1.
Version 3.3.6.1 fixes some minor issues and nits (like using snprintf
instead of sprintf, and using newer functions, like krb_afslog_uid_home
instead of krb_afslog) in greeter/verify.c.
Most changes are from Assar Westerlund (assar@sics.se, assar@netbsd.org),
some from myself.
Diffstat (limited to 'security')
-rw-r--r-- | security/xdm-krb4/Makefile | 6 | ||||
-rw-r--r-- | security/xdm-krb4/files/md5 | 4 | ||||
-rw-r--r-- | security/xdm-krb4/pkg/DESCR | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/xdm-krb4/Makefile b/security/xdm-krb4/Makefile index 97a59ac18e0..fe38a7ce069 100644 --- a/security/xdm-krb4/Makefile +++ b/security/xdm-krb4/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/08 16:39:46 wennmach Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/13 08:19:20 wennmach Exp $ # -DISTNAME= xdm-krb4-3.3.6.0 +DISTNAME= xdm-krb4-3.3.6.1 CATEGORIES= security x11 MASTER_SITES= ftp://gutemine.geo.Uni-Koeln.DE/pub/xdm-krb4/ MAINTAINER= wennmach@netbsd.org #HOMEPAGE= -DEPENDS+= kth-krb4-1.*:../../security/kth-krb4 +DEPENDS+= kth-krb4-1.0.1:../../security/kth-krb4 USE_X11BASE= yes USE_IMAKE= yes diff --git a/security/xdm-krb4/files/md5 b/security/xdm-krb4/files/md5 index 3c45e99fefd..aae0f702213 100644 --- a/security/xdm-krb4/files/md5 +++ b/security/xdm-krb4/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/06/08 16:39:46 wennmach Exp $ +$NetBSD: md5,v 1.2 2000/06/13 08:19:22 wennmach Exp $ -MD5 (xdm-krb4-3.3.6.0.tar.gz) = 77c87760bc00ff0df6e0a57384f1bf04 +MD5 (xdm-krb4-3.3.6.1.tar.gz) = 56659f3f00a9a6c2f115f3e6cb1b381c diff --git a/security/xdm-krb4/pkg/DESCR b/security/xdm-krb4/pkg/DESCR index 2b46f8b76e4..890dbf4ac5c 100644 --- a/security/xdm-krb4/pkg/DESCR +++ b/security/xdm-krb4/pkg/DESCR @@ -1,4 +1,4 @@ -This is xdm-krb4-3.3.6.0, a Kerberos IV and AFS-aware version of xdm. +This is xdm-krb4-3.3.6.1, a Kerberos IV and AFS-aware version of xdm. It is a downsized version of the xdm that comes with XFree86 version 3.3.6, with Kerberos IV functionality added. |