diff options
author | assar <assar@FreeBSD.org> | 2002-10-24 23:01:11 +0800 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2002-10-24 23:01:11 +0800 |
commit | 8ad8d36e7729489806a6bf0967293f0e38df30d0 (patch) | |
tree | 6ccd8a1fe460583b279335a2c9810069fdb5ef8d /security/heimdal/Makefile | |
parent | b1f2fd85eee4ae9888aa11dbe5ab565d787cc1d1 (diff) | |
download | freebsd-ports-gnome-8ad8d36e7729489806a6bf0967293f0e38df30d0.tar.gz freebsd-ports-gnome-8ad8d36e7729489806a6bf0967293f0e38df30d0.tar.zst freebsd-ports-gnome-8ad8d36e7729489806a6bf0967293f0e38df30d0.zip |
update to heimdal 1.5.1 (fixes kadmind buffer overflow)
Approved by: security-officer
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index e743c4453803..f322dd7508bb 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= heimdal -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ |