diff options
author | nectar <nectar@FreeBSD.org> | 2001-06-23 05:28:21 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-06-23 05:28:21 +0800 |
commit | 70452da41e1c852e84bfcd51ac97347b9323a2ba (patch) | |
tree | eade81f05da3dd1ea8d228fc53cebded82509818 /security/heimdal/Makefile | |
parent | ff7e18674397c552dfd6d0e2237e80c4b89c0f5b (diff) | |
download | freebsd-ports-gnome-70452da41e1c852e84bfcd51ac97347b9323a2ba.tar.gz freebsd-ports-gnome-70452da41e1c852e84bfcd51ac97347b9323a2ba.tar.zst freebsd-ports-gnome-70452da41e1c852e84bfcd51ac97347b9323a2ba.zip |
Fix segfault in ftpd introduced in 0.3f.
PORTREVISION bumped.
Obtained from: assar on heimdal-discuss@sics.se
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index fc6001f97072..c0afdbac953a 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -7,6 +7,7 @@ PORTNAME= heimdal PORTVERSION= 0.3f +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ |