summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-06-05 16:05:55 +0000
committerdrochner <drochner@pkgsrc.org>2009-06-05 16:05:55 +0000
commitb9759e83534bec32eaa48431d70297afae42d2bd (patch)
tree3d1c0ac80b6f63cc639d3139bc411c00cfdddfb5 /net
parent56ed1780682a6981c715cf325e6a45737ab2b947 (diff)
downloadpkgsrc-b9759e83534bec32eaa48431d70297afae42d2bd.tar.gz
remove some appearently unnecessary "#include <gnutls/openssl.h>" so that
this pkg can be built against a gnutls which was built without "openssl emulation". We build against the real openssl anyway, and having both the real openssl and one emulated by gnutls has some potential for namespace collisions, thus I'm considering to build the pkgsrc gnutls w/o openssl emulation. (This is just a build issue as far as wireshark is concerned, so no PKGREV bump is needed.)
Diffstat (limited to 'net')
-rw-r--r--net/wireshark/distinfo3
-rw-r--r--net/wireshark/patches/patch-ad12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo
index 04c34bb1977..963fc61c2e1 100644
--- a/net/wireshark/distinfo
+++ b/net/wireshark/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2009/05/23 08:12:08 tron Exp $
+$NetBSD: distinfo,v 1.22 2009/06/05 16:05:55 drochner Exp $
SHA1 (wireshark-1.0.8.tar.bz2) = cfd4ac05eb9c0d13236003deaeabfffc21f7c9e9
RMD160 (wireshark-1.0.8.tar.bz2) = a702e78da673435361344ffda13c753386aee1a4
@@ -6,3 +6,4 @@ Size (wireshark-1.0.8.tar.bz2) = 13347689 bytes
SHA1 (patch-aa) = c155f38e66a553b14778dc73344b46f8614eb9b0
SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c
SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840
+SHA1 (patch-ad) = cb8850c7534b37092baded8e4118e4e0c4e7554c
diff --git a/net/wireshark/patches/patch-ad b/net/wireshark/patches/patch-ad
new file mode 100644
index 00000000000..b28edcfdafe
--- /dev/null
+++ b/net/wireshark/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.3 2009/06/05 16:05:55 drochner Exp $
+
+--- epan/dissectors/packet-ssl-utils.h.orig 2009-06-05 16:47:40.000000000 +0200
++++ epan/dissectors/packet-ssl-utils.h
+@@ -38,7 +38,6 @@
+ #include <gcrypt.h>
+ #include <gnutls/x509.h>
+ #include <gnutls/pkcs12.h>
+-#include <gnutls/openssl.h>
+
+ #include <epan/conversation.h>
+