diff options
author | tron <tron@pkgsrc.org> | 2009-04-10 07:21:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-04-10 07:21:28 +0000 |
commit | 8cf6fed945fe42428603a40ed7ffcbdc1096fb87 (patch) | |
tree | b34658707ba8e10464194fb4d72561224e97f806 /net/wireshark | |
parent | 9bdc979faf0bc9a9069b2afd144693a191262e3b (diff) | |
download | pkgsrc-8cf6fed945fe42428603a40ed7ffcbdc1096fb87.tar.gz |
Update "wireshark" package to version 1.0.7. Changes since version 1.0.6:
- Security-related bugs in the Profinet, LDAP, and CPHAP dissectors and
the Tektronix K12 file format have been fixed.
- Many other bugs have been fixed.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 6 | ||||
-rw-r--r-- | net/wireshark/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 195d122013c..b6c2902d421 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2009/02/13 09:41:11 tron Exp $ +# $NetBSD: Makefile,v 1.30 2009/04/10 07:21:28 tron Exp $ -DISTNAME= wireshark-1.0.6 +DISTNAME= wireshark-1.0.7 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} @@ -14,6 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ethereal-[0-9]* +LICENSE= gnu-gpl-v2 + USE_LANGUAGES= c c++ USE_TOOLS+= gmake perl pkg-config diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 95264d9602b..9ef02775d6f 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2009/02/13 09:41:11 tron Exp $ +$NetBSD: distinfo,v 1.20 2009/04/10 07:21:28 tron Exp $ -SHA1 (wireshark-1.0.6.tar.bz2) = 1aa726e32905a2815d01a9f33df84a873b11c7ef -RMD160 (wireshark-1.0.6.tar.bz2) = 5037c3c5f38c914233f064efb3dbe409896b3e0b -Size (wireshark-1.0.6.tar.bz2) = 13161721 bytes +SHA1 (wireshark-1.0.7.tar.bz2) = ac7253ed010ffe8075de21fde362bb162b59f279 +RMD160 (wireshark-1.0.7.tar.bz2) = cd52704cde4afe57cccb09733c7f0ddfef2363e9 +Size (wireshark-1.0.7.tar.bz2) = 13289668 bytes SHA1 (patch-aa) = c155f38e66a553b14778dc73344b46f8614eb9b0 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 |