X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Fgnutls%2FMakefile;h=69cac8de7b8bffa0379d47779e13ec8443ac8676;hb=889ef7e32df463936e2b32e1348489f3ba39a67e;hp=f09ef7f69b3dd7f35276ed9deea59a46159abb56;hpb=577111109d49d83b676c63971fab85e540dfb10e;p=feed%2Fpackages.git diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index f09ef7f69b..e060e33fac 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.5.4 -PKG_RELEASE:=3 +PKG_VERSION:=3.5.16 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5 -PKG_MD5SUM:=c17e20d0f6b040580df57f5f94e3610f +PKG_HASH:=0924dec90c37c05f49fec966eba3672dab4d336d879e5c06e06e13325cbfec25 #PKG_FIXUP:=autoreconf gettext-version PKG_MAINTAINER:=Nikos Mavrogiannopoulos PKG_LICENSE:=LGPLv2.1+ @@ -63,6 +63,7 @@ define Package/certtool $(call Package/gnutls/Default) SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Encryption TITLE+= (certool utility) DEPENDS+= +libgnutls endef @@ -77,6 +78,7 @@ define Package/gnutls-utils $(call Package/gnutls/Default) SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Encryption TITLE+= (utilities) DEPENDS+= +libgnutls endef @@ -108,8 +110,10 @@ CONFIGURE_ARGS+= \ --enable-static \ --disable-rpath \ --disable-libdane \ + --with-included-unistring \ --disable-guile \ --disable-nls \ + --without-idn \ --without-zlib \ --enable-local-libopts \ --disable-doc \