summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-13 15:37:09 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-13 15:38:13 -0500
commit30b3eee5d9cae3d6747b1acf7bba6cbaaf05cda8 (patch)
treef89649e46ca341ec87c8fb72aa3608b434993741 /package
parent1f37c6315f0718daf86085088252986ef3196362 (diff)
update krb5 to latest
Diffstat (limited to 'package')
-rw-r--r--package/krb5/Makefile8
-rw-r--r--package/krb5/patches/patch-src_lib_kadm5_alt_prof_c6
-rw-r--r--package/krb5/patches/patch-src_lib_rpc_bindresvport_c6
3 files changed, 10 insertions, 10 deletions
diff --git a/package/krb5/Makefile b/package/krb5/Makefile
index a16662b92..6bf32d875 100644
--- a/package/krb5/Makefile
+++ b/package/krb5/Makefile
@@ -4,15 +4,15 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= krb5
-PKG_VERSION:= 1.12.1
+PKG_VERSION:= 1.13.1
PKG_RELEASE:= 1
-PKG_HASH:= 72f1b6c166cb42c0b03814ab7ea10f91926d8a665a5ba1cee430a3f31e62c580
+PKG_HASH:= 4df629fdf97f362cf81edbf38d613b32b492dd88c876cf3aa1c66562f296663e
PKG_DESCR:= kerberos server
PKG_SECTION:= app/crypto
PKG_DEPENDS:= libkrb5 libncurses keyutils libpthread
PKG_BUILDDEP:= ncurses gettext-tiny bison-host
PKG_URL:= http://web.mit.edu/kerberos/
-PKG_SITES:= http://web.mit.edu/kerberos/dist/krb5/1.12/
+PKG_SITES:= http://web.mit.edu/kerberos/dist/krb5/1.13/
PKG_LIBNAME:= libkrb5
PKG_OPTS:= dev
PKG_NOPARALLEL:= 1
@@ -35,8 +35,8 @@ $(eval $(call PKG_template,LIBKRB5,libkrb5,$(PKG_VERSION)-${PKG_RELEASE},,${PKGS
CONFIGURE_ARGS+= --disable-static \
--disable-profiled \
- --without-system-ss \
--without-system-et \
+ --without-system-ss \
--without-system-verto \
--without-tcl
CONFIGURE_ENV+= krb5_cv_attr_constructor_destructor=yes,yes \
diff --git a/package/krb5/patches/patch-src_lib_kadm5_alt_prof_c b/package/krb5/patches/patch-src_lib_kadm5_alt_prof_c
index e29061185..cbe02c798 100644
--- a/package/krb5/patches/patch-src_lib_kadm5_alt_prof_c
+++ b/package/krb5/patches/patch-src_lib_kadm5_alt_prof_c
@@ -1,6 +1,6 @@
---- krb5-1.12.1.orig/src/lib/kadm5/alt_prof.c 2014-01-16 01:44:15.000000000 +0100
-+++ krb5-1.12.1/src/lib/kadm5/alt_prof.c 2014-02-11 18:55:39.000000000 +0100
-@@ -155,7 +155,7 @@ krb5_aprof_get_boolean(krb5_pointer acon
+--- krb5-1.13.1.orig/src/lib/kadm5/alt_prof.c 2015-02-11 21:16:43.000000000 -0600
++++ krb5-1.13.1/src/lib/kadm5/alt_prof.c 2015-05-02 15:11:04.883427001 -0500
+@@ -154,7 +154,7 @@ krb5_aprof_get_boolean(krb5_pointer acon
krb5_error_code ret;
char **values, *valp;
int idx;
diff --git a/package/krb5/patches/patch-src_lib_rpc_bindresvport_c b/package/krb5/patches/patch-src_lib_rpc_bindresvport_c
index 925485160..3999aa242 100644
--- a/package/krb5/patches/patch-src_lib_rpc_bindresvport_c
+++ b/package/krb5/patches/patch-src_lib_rpc_bindresvport_c
@@ -1,6 +1,6 @@
---- krb5-1.11.3.orig/src/lib/rpc/bindresvport.c 2013-06-03 23:39:43.000000000 +0200
-+++ krb5-1.11.3/src/lib/rpc/bindresvport.c 2013-08-14 14:52:36.000000000 +0200
-@@ -37,6 +37,7 @@
+--- krb5-1.13.1.orig/src/lib/rpc/bindresvport.c 2015-02-11 21:16:43.000000000 -0600
++++ krb5-1.13.1/src/lib/rpc/bindresvport.c 2015-05-02 15:11:04.955427001 -0500
+@@ -39,6 +39,7 @@
#include <sys/types.h>
#include <sys/errno.h>
#include <sys/socket.h>