From 7228a09df016e36601314a600c05b1b1a58f7fa7 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 6 Jun 2023 11:14:43 -0700 Subject: [PATCH] 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}