From: Michael Tremer Date: Fri, 2 Dec 2022 09:09:27 +0000 (+0000) Subject: krb5: Update to 1.20.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e2205ead6f5e319682a362c8f4d2f4e660a8422;p=ipfire-3.x.git krb5: Update to 1.20.1 Signed-off-by: Michael Tremer --- diff --git a/krb5/krb5.nm b/krb5/krb5.nm index 6370a9ce1..25c05634c 100644 --- a/krb5/krb5.nm +++ b/krb5/krb5.nm @@ -4,14 +4,13 @@ ############################################################################### name = krb5 -#version = %{version_maj}.%{version_min} -version = %{version_maj} -version_maj= 1.15 -version_min= -release = 2 +version = %{ver_maj}.%{ver_min} +ver_maj = 1.20 +ver_min = 1 +release = 1 groups = System/Libraries -url = http://web.mit.edu/kerberos/www/ +url = https://web.mit.edu/kerberos/www/ license = MIT summary = The Kerberos network authentication system. @@ -21,7 +20,7 @@ description practice of sending passwords over the network in unencrypted form. end -source_dl = http://web.mit.edu/kerberos/dist/krb5/%{version_maj}/ +source_dl = https://web.mit.edu/kerberos/dist/krb5/%{ver_maj}/ build requires @@ -57,10 +56,6 @@ build --with-crypto-impl=openssl \ --with-pam - # Don't use strlcpy that comes with glibc. - configure_options += \ - ac_cv_func_strlcpy=no - build cd %{DIR_APP}/src @@ -71,7 +66,7 @@ build end install - # Install krb5. + # Install krb5 make -C src install DESTDIR=%{BUILDROOT} # Sample KDC config files (bundled kdc.conf and kadm5.acl).