summaryrefslogtreecommitdiff
path: root/package/krb5/Makefile
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/krb5/Makefile
parent1f37c6315f0718daf86085088252986ef3196362 (diff)
update krb5 to latest
Diffstat (limited to 'package/krb5/Makefile')
-rw-r--r--package/krb5/Makefile8
1 files changed, 4 insertions, 4 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 \