From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] krb5: Update to 1.15. Date: Tue, 13 Dec 2016 14:15:18 +0100 Message-ID: <1481634918-26426-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8223917436908017956==" List-Id: --===============8223917436908017956== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a major update to the latest available version of kerberos. * Drop SELinux support. Fixes #11210. Signed-off-by: Stefan Schantl --- krb5/krb5.nm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/krb5/krb5.nm b/krb5/krb5.nm index 395f635..62065a9 100644 --- a/krb5/krb5.nm +++ b/krb5/krb5.nm @@ -4,9 +4,10 @@ ############################################################################= ### =20 name =3D krb5 -version =3D %{version_maj}.%{version_min} -version_maj=3D 1.14 -version_min=3D 4 +#version =3D %{version_maj}.%{version_min} +version =3D %{version_maj} +version_maj=3D 1.15 +version_min=3D release =3D 1 =20 groups =3D System/Libraries @@ -26,12 +27,11 @@ build requires autoconf automake - bison + bison >=3D 3.0.4-2 dejagnu flex gettext libcom_err-devel - libselinux-devel libss-devel ncurses-devel openldap-devel @@ -55,8 +55,7 @@ build --with-dirsrv \ --enable-pkinit \ --with-crypto-impl=3Dopenssl \ - --with-pam \ - --with-selinux + --with-pam =20 # Don't use strlcpy that comes with glibc. configure_options +=3D \ @@ -64,6 +63,7 @@ build =20 build cd %{DIR_APP}/src + ./configure \ %{configure_options} =20 --=20 2.7.4 --===============8223917436908017956==--