This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 6ea98370152c0de4d0da35fe58708a3dba574895 (commit) via e786a6a94d6eee053304f95157f8946a99baba83 (commit) from ada4c102e2f5208f7e9bc33eb48dfce366464444 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6ea98370152c0de4d0da35fe58708a3dba574895 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Tue Dec 13 14:15:18 2016 +0100
krb5: Update to 1.15
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
commit e786a6a94d6eee053304f95157f8946a99baba83 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Tue Dec 13 14:10:21 2016 +0100
bison: Requires at least m4 1.4.17-2
Otherwise the forked child of bison will terminated with a SEQV.
* Drop perl as build dependency which is not longer required.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: bison/bison.nm | 5 ++--- krb5/krb5.nm | 14 +++++++------- 2 files changed, 9 insertions(+), 10 deletions(-)
Difference in files: diff --git a/bison/bison.nm b/bison/bison.nm index 0a2af3d..bedeeae 100644 --- a/bison/bison.nm +++ b/bison/bison.nm @@ -5,7 +5,7 @@
name = bison version = 3.0.4 -release = 1 +release = 2
groups = Development/Tools url = http://www.gnu.org/software/bison/ @@ -23,8 +23,7 @@ sources = %{thisapp}.tar.xz build requires flex >= 2.5.37 - m4 >= 1.4.16 - perl + m4 >= 1.4.17-2 end
configure_cmds 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}
hooks/post-receive -- IPFire 3.x development tree