summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-10-08 16:27:15 +0000
committerPeter Volkov <pva@gentoo.org>2011-10-08 16:27:15 +0000
commitf2995821733cca3908df662acb921800ba7f9766 (patch)
tree6df293e6a86bf5d991c7cd505f267a616db2d7e9 /net-analyzer/wireshark/files/wireshark-1.4.6-gnutls_nettle.patch
parentx86 stable wrt bug #385795 (diff)
downloadhistorical-f2995821733cca3908df662acb921800ba7f9766.tar.gz
historical-f2995821733cca3908df662acb921800ba7f9766.tar.bz2
historical-f2995821733cca3908df662acb921800ba7f9766.zip
Drop old and vulnerable.
Package-Manager: portage-2.1.10.20/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/wireshark/files/wireshark-1.4.6-gnutls_nettle.patch')
-rw-r--r--net-analyzer/wireshark/files/wireshark-1.4.6-gnutls_nettle.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-1.4.6-gnutls_nettle.patch b/net-analyzer/wireshark/files/wireshark-1.4.6-gnutls_nettle.patch
deleted file mode 100644
index 422e2ea71a8c..000000000000
--- a/net-analyzer/wireshark/files/wireshark-1.4.6-gnutls_nettle.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5800
-
-Index: epan/dissectors/packet-ssl-utils.c
-===================================================================
---- epan/dissectors/packet-ssl-utils.c (revision 37067)
-+++ epan/dissectors/packet-ssl-utils.c (working copy)
-@@ -946,7 +946,7 @@
- str->data_len = len;
- }
-
--#ifdef HAVE_LIBGNUTLS
-+#if defined(HAVE_LIBGNUTLS) && defined(HAVE_LIBGCRYPT)
-
- static gint ver_major, ver_minor, ver_patch;
-
-@@ -2747,7 +2747,7 @@
- sscanf(str, "%d.%d.%d", &ver_major, &ver_minor, &ver_patch);
- }
-
--#else /* HAVE_LIBGNUTLS */
-+#else /* defined(HAVE_LIBGNUTLS) && defined(HAVE_LIBGCRYPT) */
- /* no libgnutl: dummy operation to keep interface consistent*/
- void
- ssl_lib_init(void)