gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 6 Sep 2014 13:18:55 +0000 (15:18 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 6 Sep 2014 13:19:22 +0000 (15:19 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
libs/gnutls/Config.in
libs/gnutls/Makefile

index 53b6985838545fd9e3724dabd5b5e56b44c91b66..59ca00f8f4cd66e328d1095f5e7105e04e128011 100644 (file)
@@ -38,7 +38,7 @@ config GNUTLS_PSK
 
 config GNUTLS_ANON
        bool "enable anonymous authentication support"
-       default n
+       default y
 
 config GNUTLS_PKCS11
        bool "enable smart card (PKCS11) support"
index 01531e03feeeceb3e3a59b6c5d6905c262e61c85..a77d91e85b6e6f44909b70065830e4f05ece74f3 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gnutls
 PKG_VERSION:=3.2.17
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_USE_MIPS16:=0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz