diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-04-19 16:47:38 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-04-19 16:47:38 +0000 |
commit | 81ab4375c6b659eb6e7428fa5ff318a577e71b3e (patch) | |
tree | d56686cf23976c702608aee67baeef5a48554ebb /security/heimdal | |
parent | 142e9c244abe6910642a70b21b05b30cb1a8b90a (diff) |
Notes
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 1 | ||||
-rw-r--r-- | security/heimdal/files/patch-cq | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 36518258c415..b607de59cc80 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -7,6 +7,7 @@ PORTNAME= heimdal PORTVERSION= 0.3e +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/ \ diff --git a/security/heimdal/files/patch-cq b/security/heimdal/files/patch-cq new file mode 100644 index 000000000000..c15e71806b7e --- /dev/null +++ b/security/heimdal/files/patch-cq @@ -0,0 +1,10 @@ +--- lib/krb5/rd_cred.c.orig Tue Apr 17 16:03:58 2001 ++++ lib/krb5/rd_cred.c Tue Apr 17 16:05:16 2001 +@@ -50,6 +50,7 @@ + krb5_crypto crypto; + int i; + ++ *ret_creds = NULL; + ret = decode_KRB_CRED(in_data->data, in_data->length, + &cred, &len); + if(ret) |