git: 7228a09df016 - main - security/krb5: krb5-121 is now default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jun 2023 18:41:25 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7228a09df016e36601314a600c05b1b1a58f7fa7 commit 7228a09df016e36601314a600c05b1b1a58f7fa7 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-06-06 18:14:43 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-06-06 18:35:41 +0000 security/krb5: krb5-121 is now default krb5-121 is the default krb5 package. While at it remove krb5-119 from the "supported" list. --- security/krb5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/krb5/Makefile b/security/krb5/Makefile index bef90ee39fcf..1bd3bb3c2ac2 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -1,7 +1,7 @@ -VERSIONS= 119 120 +VERSIONS= 120 121 # When changing this, remember to build test security/sssd with SMB=on # Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778 -KRB5_VERSION?= 120 +KRB5_VERSION?= 121 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}