###############################################################################
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.
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
--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
end
install
- # Install krb5.
+ # Install krb5
make -C src install DESTDIR=%{BUILDROOT}
# Sample KDC config files (bundled kdc.conf and kadm5.acl).