diff options
author | bland <bland@FreeBSD.org> | 2009-09-02 11:27:29 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2009-09-02 11:27:29 +0800 |
commit | 16852c51467b15b5d09daf1cd2776b6641e16813 (patch) | |
tree | 3090eecf572ad3e6f49a37478a76ad4f52f4e044 /security/heimdal/Makefile | |
parent | 2c5d5ece87bf03f2c906716bdc3c4c4e1828aa30 (diff) | |
download | freebsd-ports-gnome-16852c51467b15b5d09daf1cd2776b6641e16813.tar.gz freebsd-ports-gnome-16852c51467b15b5d09daf1cd2776b6641e16813.tar.zst freebsd-ports-gnome-16852c51467b15b5d09daf1cd2776b6641e16813.zip |
Fix invalid malloc in LDAP backend.
PR: 128025
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 fb4912501989..094938c5594f 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -7,6 +7,7 @@ PORTNAME= heimdal PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ |