diff options
author | nectar <nectar@FreeBSD.org> | 2000-07-01 01:41:25 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-07-01 01:41:25 +0800 |
commit | eb9ac2fb75912a8552a1b9622b4d5a1a26f4d772 (patch) | |
tree | 7005fb2b943947fa85073c1c37be611bc063030e /security/krb5-17/Makefile | |
parent | 3be719c1ed10e2c9ed66290136a869ef900610b4 (diff) | |
download | freebsd-ports-gnome-eb9ac2fb75912a8552a1b9622b4d5a1a26f4d772.tar.gz freebsd-ports-gnome-eb9ac2fb75912a8552a1b9622b4d5a1a26f4d772.tar.zst freebsd-ports-gnome-eb9ac2fb75912a8552a1b9622b4d5a1a26f4d772.zip |
Update 1.2 -> 1.2.1. From the announcement:
The MIT Kerberos Team announces the availibility of MIT Kerberos 5
Release 1.2.1. This is primarily a bugfix release. Changes include:
* A bug in the gssapi library that prevented kadmin clients from
working has been fixed. For some reason this was not caught during
beta testing.
* login.c now correctly sets the default ccache name.
* A memory leak in conv_princ.c has been fixed.
Diffstat (limited to 'security/krb5-17/Makefile')
-rw-r--r-- | security/krb5-17/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 32d12b5e137c..9a3c4abeeafe 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -6,7 +6,7 @@ # PORTNAME= krb5 -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= security MASTER_SITES= # manual download EXTRACT_SUFX= .tar |