浏览代码

gnutls: enable anon by default to allow gnutls-cli in gnutls-utils

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos 10 年前
父节点
当前提交
d83e91fb73
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      libs/gnutls/Config.in
  2. 1
    1
      libs/gnutls/Makefile

+ 1
- 1
libs/gnutls/Config.in 查看文件

@@ -38,7 +38,7 @@ config GNUTLS_PSK
38 38
 
39 39
 config GNUTLS_ANON
40 40
 	bool "enable anonymous authentication support"
41
-	default n
41
+	default y
42 42
 
43 43
 config GNUTLS_PKCS11
44 44
 	bool "enable smart card (PKCS11) support"

+ 1
- 1
libs/gnutls/Makefile 查看文件

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=gnutls
11 11
 PKG_VERSION:=3.2.17
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13 13
 PKG_USE_MIPS16:=0
14 14
 
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz