public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] krb5: Update to 1.15.
@ 2016-12-13 13:15 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2016-12-13 13:15 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1322 bytes --]

This is a major update to the latest available version of kerberos.

* Drop SELinux support.

Fixes #11210.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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 @@
 ###############################################################################
 
 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}
 
-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-13 13:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-13 13:15 [PATCH] krb5: Update to 1.15 Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox