]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
krb5: Update to 1.15
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 13 Dec 2016 13:15:18 +0000 (14:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Dec 2016 13:48:03 +0000 (13:48 +0000)
This is a major update to the latest available version of kerberos.

* Drop SELinux support.

Fixes #11210.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
krb5/krb5.nm

index 395f6359c7d55d2d0430a0d7ee26b761e0e4c390..62065a99122916cb76ff61db234182d879a0e6dd 100644 (file)
@@ -4,9 +4,10 @@
 ###############################################################################
 
 name       = krb5
-version    = %{version_maj}.%{version_min}
-version_maj= 1.14
-version_min= 4
+#version    = %{version_maj}.%{version_min}
+version    = %{version_maj}
+version_maj= 1.15
+version_min=
 release    = 1
 
 groups     = System/Libraries
@@ -26,12 +27,11 @@ build
        requires
                autoconf
                automake
-               bison
+               bison >= 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=openssl \
-               --with-pam \
-               --with-selinux
+               --with-pam
 
        # Don't use strlcpy that comes with glibc.
        configure_options += \
@@ -64,6 +63,7 @@ build
 
        build
                cd %{DIR_APP}/src
+
                ./configure \
                        %{configure_options}