gnutls: updated to 3.3.12
authorNikos Mavrogiannopoulos <redacted>
Sat, 17 Jan 2015 08:41:37 +0000 (09:41 +0100)
committerNikos Mavrogiannopoulos <redacted>
Sat, 17 Jan 2015 08:42:20 +0000 (09:42 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <redacted>
libs/gnutls/Makefile
libs/gnutls/patches/002-ocsp-in-tools.patch [deleted file]

index eb6ce944a51ddc57ee391730023defe902f8b71b..a7aedf9df31dc551386a76ea32718b868776c662 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gnutls
-PKG_VERSION:=3.3.11
-PKG_RELEASE:=2
+PKG_VERSION:=3.3.12
+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.3
-PKG_MD5SUM:=b657e3010c10cae2244e7ce79ee3d446
+PKG_MD5SUM:=a37b20b4352a5f542367ded904729c90
 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
 
 PKG_INSTALL:=1
diff --git a/libs/gnutls/patches/002-ocsp-in-tools.patch b/libs/gnutls/patches/002-ocsp-in-tools.patch
deleted file mode 100644 (file)
index 94008e4..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-diff --git a/src/cli-debug.c b/src/cli-debug.c
-index 5f9eb00..a8dde6c 100644
---- a/src/cli-debug.c
-+++ b/src/cli-debug.c
-@@ -165,8 +165,10 @@ static const TLS_TEST tls_tests[] = {
- #endif
-       {"for max record size (RFC6066) support", test_max_record_size, "yes",
-        "no", "dunno"},
-+#ifdef ENABLE_OCSP
-       {"for OCSP status response (RFC6066) support", test_ocsp_status, "yes",
-        "no", "dunno"},
-+#endif
-       {"for OpenPGP authentication (RFC6091) support", test_openpgp1,
-        "yes", "no", "dunno"},
-       {NULL, NULL, NULL, NULL, NULL}
-diff --git a/src/common.c b/src/common.c
-index fff9449..ffa1896 100644
---- a/src/common.c
-+++ b/src/common.c
-@@ -572,9 +572,11 @@ int print_info(gnutls_session_t session, int verbose, int print_cert)
-       printf("- Options:");
-       if (gnutls_safe_renegotiation_status(session)!=0)
-               printf(" safe renegotiation,");
-+#ifdef ENABLE_OCSP
-       if (gnutls_ocsp_status_request_get(session, &resp)==0) {
-               printf(" OCSP status request%s,", gnutls_ocsp_status_request_is_checked(session,0)!=0?"":"[ignored]");
-       }
-+#endif
-       printf("\n");
- #ifdef ENABLE_DTLS_SRTP
-diff --git a/src/tests.c b/src/tests.c
-index 6cb251d..5c45159 100644
---- a/src/tests.c
-+++ b/src/tests.c
-@@ -246,6 +246,7 @@ test_code_t test_safe_renegotiation(gnutls_session_t session)
-       return ret;
- }
-+#ifdef ENABLE_OCSP
- test_code_t test_ocsp_status(gnutls_session_t session)
- {
-       int ret;
-@@ -275,6 +276,7 @@ test_code_t test_ocsp_status(gnutls_session_t session)
-       return TEST_FAILED;
- }
-+#endif
- test_code_t test_safe_renegotiation_scsv(gnutls_session_t session)
- {
git clone https://git.99rst.org/PROJECT