pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2006Q4]: pkgsrc/net/wireshark Pullup ticket 2015 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0fcc2b61111a
branches: pkgsrc-2006Q4
changeset: 523000:0fcc2b61111a
user: salo <salo%pkgsrc.org@localhost>
date: Wed Feb 07 16:05:21 2007 +0000
description:
Pullup ticket 2015 - requested by tron
security update for wireshark
Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.6
- pkgsrc/net/wireshark/PLIST 1.5
- pkgsrc/net/wireshark/distinfo 1.5, 1.6
- pkgsrc/net/wireshark/files/capture_airpcap_16.xpm removed
- pkgsrc/net/wireshark/files/capture_capture_16.xpm removed
- pkgsrc/net/wireshark/files/capture_details_16.xpm removed
- pkgsrc/net/wireshark/files/capture_ethernet_16.xpm removed
- pkgsrc/net/wireshark/files/capture_prepare_16.xpm removed
- pkgsrc/net/wireshark/patches/patch-aa 1.6
Module Name: pkgsrc
Committed By: tron
Date: Sat Feb 3 18:06:37 UTC 2007
Modified Files:
pkgsrc/net/wireshark: Makefile PLIST distinfo
Removed Files:
pkgsrc/net/wireshark/files: capture_airpcap_16.xpm
capture_capture_16.xpm capture_details_16.xpm
capture_ethernet_16.xpm capture_prepare_16.xpm
pkgsrc/net/wireshark/patches: patch-aa
Log Message:
Update "wireshark" package to version 0.99.5.
Changes since version 0.99.4:
- Bug Fixes
o The TCP dissector could hang or crash while reassembling HTTP
packets.
Versions affected: 0.99.2 to 0.99.4
CVE-2007-0459
o The HTTP dissector could crash.
Versions affected: 0.99.3 to 0.99.4
CVE-2007-0458
o On some systems, the IEEE 802.11 dissector could crash.
Versions affected: 0.10.14 to 0.99.4
CVE-2007-0457
o On some systems, the LLT dissector could crash.
Versions affected: 0.99.3 to 0.99.4
CVE-2007-0456
The following bugs have been fixed:
o The end of HTTP chunked encoding wasn't being displayed.
o The Follow TCP Stream window could omit characters.
o Opening a flow graph could crash Wireshark.
o Follow TCP Stream would sometimes get the direction wrong.
o The foreground text in the coloring rules editor was always
black.
o The CSV export format was incorrect.
o On some Windows systems Wireshark could take a long time to
start up.
o Malformed UDLD packets could cause an exception.
o The ISUP statistics report could overflow a buffer and crash
when displaying IPv6 addresses.
- New and Updated Features
o Decryption support for WPA/WPA2 and SNMPv3 has been added. The
TDS / MS SQL dissector now de-obfuscates passwords.
o 64-bit file handling has been improved.
o The Find function now selects the corresponding packet detail
item. Find functionality has been added to the TCP and SSL
stream dialogs.
o Main window keyboard navigation has been improved.
o ASN.1 BER-encoded files can now be dissected according to a
user-specified syntax.
- New Protocol Support
DMP, Homeplug (INT51X1), NBD, OMAPI, PKCS#12, RGMP, Roofnet, STUN
v2
- Updated Protocol Support
2dparityfec, ACN, AIM, AMR, ANSI 637, ANSI A, ANSI MAP, ARP, ASN.1
BER, ASN.1 PER, BACapp, BPDU, CAMEL, DCERPC (DCERPC, EFS,
EVENTLOG, NSPI, PN-IO, WINREG), DCOM CBA, DCP, DHCP, DHCPv6, DMP,
DNS, E.164, EAP, EPL, ETSI DCP, FCP, GIOP, GSM A, H.245, H.248,
HPSW, HTTP, ICMP, ICMPv6, IEEE 802.11, IMAP, INAP, IPMI, IPsec,
IRC, ISAKMP, iSCSI, ISIS LSP, IuUP, K12, Kerberos, LDAP, LLDP,
MEGACO, MGCP, MIME Multipart, MMS, MMSE, MSRP, MySQL, NetFlow,
NFS, NTLMSSP, NTP, OSPF, PN-PTCP, PPPoE, Q.931, Radiotap, RADIUS,
RPC, RSVP, RTCP, S4406, SCCP, SCSI, SDP, SES, sFlow, SIGCOMP, SIP,
SIR, Skinny, SMB (SMB, NETLOGON), SMTP, SNMP, SPNEGO, SSL, T.38,
TCP, TDS, text/media, TIPC, UDLD, UDP Lite, UDP, UMA, UMTS FP,
USB, VNC, WBXML, WLCCP, WSP, X.411, X.420, XML, XOT, YMSG
- New and Updated Capture File Support
Catapult DCT2000, Netttl, Windows Sniffer / NetXray
---
Module Name: pkgsrc
Committed By: tron
Date: Wed Feb 7 15:18:23 UTC 2007
Modified Files:
pkgsrc/net/wireshark: Makefile distinfo
Added Files:
pkgsrc/net/wireshark/patches: patch-aa
Log Message:
Stop the bundled LALR(1) parser generator "lemon" for writing bogus
line numbers into generated ".c" files. The GCC 3.3.3 distributed with
NetBSD-i386 3.3.1 can now build this package without problems.
diffstat:
net/wireshark/Makefile | 15 +-
net/wireshark/PLIST | 5 +-
net/wireshark/distinfo | 10 +-
net/wireshark/files/capture_airpcap_16.xpm | 275 ----------------------------
net/wireshark/files/capture_capture_16.xpm | 170 -----------------
net/wireshark/files/capture_details_16.xpm | 150 ---------------
net/wireshark/files/capture_ethernet_16.xpm | 163 ----------------
net/wireshark/files/capture_prepare_16.xpm | 178 ------------------
net/wireshark/patches/patch-aa | 65 +----
9 files changed, 27 insertions(+), 1004 deletions(-)
diffs (truncated from 1107 to 300 lines):
diff -r 30322c730f27 -r 0fcc2b61111a net/wireshark/Makefile
--- a/net/wireshark/Makefile Sat Feb 03 20:59:34 2007 +0000
+++ b/net/wireshark/Makefile Wed Feb 07 16:05:21 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/11/01 12:59:42 tron Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2007/02/07 16:05:21 salo Exp $
-DISTNAME= wireshark-0.99.4
+DISTNAME= wireshark-0.99.5
CATEGORIES= net
MASTER_SITES= http://www.wireshark.org/download/src/ \
${MASTER_SITE_SOURCEFORGE:=wireshark/}
@@ -13,7 +13,7 @@
CONFLICTS+= ethereal-[0-9]*
USE_LANGUAGES+= c c++
-USE_TOOLS+= perl pkg-config
+USE_TOOLS+= gmake perl pkg-config
USE_LIBTOOL= YES
SHLIBTOOL_OVERRIDE= # empty
@@ -37,15 +37,6 @@
USE_BUILTIN.libpcap= no
.endif
-# Work arround for files missing in the 0.99.3 release archive.
-# This and "${FILESDIR}/*.xpm" should be removed after the next update.
-post-extract:
- ${CP} ${FILESDIR}/*.xpm ${WRKSRC}/image/toolbar
-
-# XXX avoid rebuild after dissector patch
-pre-build:
- ${TOUCH} ${WRKSRC}/epan/dissectors/register.c
-
SUBST_CLASSES+= shell
SUBST_STAGE.shell= post-build
SUBST_MESSAGE.shell= Replacing @SHELL@ with a proper shell.
diff -r 30322c730f27 -r 0fcc2b61111a net/wireshark/PLIST
--- a/net/wireshark/PLIST Sat Feb 03 20:59:34 2007 +0000
+++ b/net/wireshark/PLIST Wed Feb 07 16:05:21 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/11/01 12:59:42 tron Exp $
+@comment $NetBSD: PLIST,v 1.4.2.1 2007/02/07 16:05:21 salo Exp $
bin/capinfos
bin/dftest
bin/dumpcap
@@ -11,7 +11,6 @@
bin/wireshark
lib/libwireshark.la
lib/libwiretap.la
-lib/wireshark/plugins/${PKGVERSION}/acn.la
lib/wireshark/plugins/${PKGVERSION}/agentx.la
lib/wireshark/plugins/${PKGVERSION}/artnet.la
lib/wireshark/plugins/${PKGVERSION}/asn1.la
@@ -60,9 +59,11 @@
share/wireshark/diameter/imscxdx.xml
share/wireshark/diameter/mobileipv4.xml
share/wireshark/diameter/nasreq.xml
+share/wireshark/diameter/sip.xml
share/wireshark/diameter/sunping.xml
share/wireshark/dtds/dc.dtd
share/wireshark/dtds/itunes.dtd
+share/wireshark/dtds/mscml.dtd
share/wireshark/dtds/pocsettings.dtd
share/wireshark/dtds/presence.dtd
share/wireshark/dtds/reginfo.dtd
diff -r 30322c730f27 -r 0fcc2b61111a net/wireshark/distinfo
--- a/net/wireshark/distinfo Sat Feb 03 20:59:34 2007 +0000
+++ b/net/wireshark/distinfo Wed Feb 07 16:05:21 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/11/01 12:59:42 tron Exp $
+$NetBSD: distinfo,v 1.4.2.1 2007/02/07 16:05:21 salo Exp $
-SHA1 (wireshark-0.99.4.tar.bz2) = 696216d794b418da3cb0a1829281ef65bf3e64ff
-RMD160 (wireshark-0.99.4.tar.bz2) = 6bf940af951ddfcf66157a8cb299e6342dd3f955
-Size (wireshark-0.99.4.tar.bz2) = 10472441 bytes
-SHA1 (patch-aa) = b7fe7dac7bf4cf663f59cf0f5ae69bb8fdaf088f
+SHA1 (wireshark-0.99.5.tar.bz2) = ec9a07f13d5cda3d310d8c8900362f7cb96f4042
+RMD160 (wireshark-0.99.5.tar.bz2) = 1b3f7bb8e2c73a945fff86fb8ab2aa79481ba809
+Size (wireshark-0.99.5.tar.bz2) = 11007039 bytes
+SHA1 (patch-aa) = c05ecf25e24bc0c7a7c0a037364b416963736ff3
diff -r 30322c730f27 -r 0fcc2b61111a net/wireshark/files/capture_airpcap_16.xpm
--- a/net/wireshark/files/capture_airpcap_16.xpm Sat Feb 03 20:59:34 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,275 +0,0 @@
-/* XPM */
-static char * capture_airpcap_16_xpm[] = {
-"16 16 256 2",
-" c None",
-". c #800000",
-"+ c #008000",
-"@ c #808000",
-"# c #000080",
-"$ c #800080",
-"% c #008080",
-"& c #C0C0C0",
-"* c #C0DCC0",
-"= c #A6CAF0",
-"- c #040404",
-"; c #080808",
-"> c #0C0C0C",
-", c #111111",
-"' c #161616",
-") c #1C1C1C",
-"! c #222222",
-"~ c #292929",
-"{ c #555555",
-"] c #4D4D4D",
-"^ c #424242",
-"/ c #393939",
-"( c #FF7C80",
-"_ c #FF5050",
-": c #D60093",
-"< c #CCECFF",
-"[ c #EFD6C6",
-"} c #E7E7D6",
-"| c #ADA990",
-"1 c #330000",
-"2 c #660000",
-"3 c #990000",
-"4 c #CC0000",
-"5 c #003300",
-"6 c #333300",
-"7 c #663300",
-"8 c #993300",
-"9 c #CC3300",
-"0 c #FF3300",
-"a c #006600",
-"b c #336600",
-"c c #666600",
-"d c #996600",
-"e c #CC6600",
-"f c #FF6600",
-"g c #009900",
-"h c #339900",
-"i c #669900",
-"j c #999900",
-"k c #CC9900",
-"l c #FF9900",
-"m c #00CC00",
-"n c #33CC00",
-"o c #66CC00",
-"p c #99CC00",
-"q c #CCCC00",
-"r c #FFCC00",
-"s c #66FF00",
-"t c #99FF00",
-"u c #CCFF00",
-"v c #000033",
-"w c #330033",
-"x c #660033",
-"y c #990033",
-"z c #CC0033",
-"A c #FF0033",
-"B c #003333",
-"C c #333333",
-"D c #663333",
-"E c #993333",
-"F c #CC3333",
-"G c #FF3333",
-"H c #006633",
-"I c #336633",
-"J c #666633",
-"K c #996633",
-"L c #CC6633",
-"M c #FF6633",
-"N c #009933",
-"O c #339933",
-"P c #669933",
-"Q c #999933",
-"R c #CC9933",
-"S c #FF9933",
-"T c #00CC33",
-"U c #33CC33",
-"V c #66CC33",
-"W c #99CC33",
-"X c #CCCC33",
-"Y c #FFCC33",
-"Z c #33FF33",
-"` c #66FF33",
-" . c #99FF33",
-".. c #CCFF33",
-"+. c #FFFF33",
-"@. c #000066",
-"#. c #330066",
-"$. c #660066",
-"%. c #990066",
-"&. c #CC0066",
-"*. c #FF0066",
-"=. c #003366",
-"-. c #333366",
-";. c #663366",
-">. c #993366",
-",. c #CC3366",
-"'. c #FF3366",
-"). c #006666",
-"!. c #336666",
-"~. c #666666",
-"{. c #996666",
-"]. c #CC6666",
-"^. c #009966",
-"/. c #339966",
-"(. c #669966",
-"_. c #999966",
-":. c #CC9966",
-"<. c #FF9966",
-"[. c #00CC66",
-"}. c #33CC66",
-"|. c #99CC66",
-"1. c #CCCC66",
-"2. c #FFCC66",
-"3. c #00FF66",
-"4. c #33FF66",
-"5. c #99FF66",
-"6. c #CCFF66",
-"7. c #FF00CC",
-"8. c #CC00FF",
-"9. c #009999",
-"0. c #993399",
-"a. c #990099",
-"b. c #CC0099",
-"c. c #000099",
-"d. c #333399",
-"e. c #660099",
-"f. c #CC3399",
-"g. c #FF0099",
-"h. c #006699",
-"i. c #336699",
-"j. c #663399",
-"k. c #996699",
-"l. c #CC6699",
-"m. c #FF3399",
-"n. c #339999",
-"o. c #669999",
-"p. c #999999",
-"q. c #CC9999",
-"r. c #FF9999",
-"s. c #00CC99",
-"t. c #33CC99",
-"u. c #66CC66",
-"v. c #99CC99",
-"w. c #CCCC99",
-"x. c #FFCC99",
-"y. c #00FF99",
-"z. c #33FF99",
-"A. c #66CC99",
-"B. c #99FF99",
-"C. c #CCFF99",
-"D. c #FFFF99",
-"E. c #0000CC",
-"F. c #330099",
-"G. c #6600CC",
-"H. c #9900CC",
-"I. c #CC00CC",
-"J. c #003399",
-"K. c #3333CC",
-"L. c #6633CC",
-"M. c #9933CC",
-"N. c #CC33CC",
-"O. c #FF33CC",
-"P. c #0066CC",
-"Q. c #3366CC",
-"R. c #666699",
-"S. c #9966CC",
-"T. c #CC66CC",
-"U. c #FF6699",
-"V. c #0099CC",
-"W. c #3399CC",
-"X. c #6699CC",
-"Y. c #9999CC",
-"Z. c #CC99CC",
-"`. c #FF99CC",
-" + c #00CCCC",
-".+ c #33CCCC",
-"++ c #66CCCC",
-"@+ c #99CCCC",
-"#+ c #CCCCCC",
-"$+ c #FFCCCC",
-"%+ c #00FFCC",
-"&+ c #33FFCC",
-"*+ c #66FF99",
-"=+ c #99FFCC",
-"-+ c #CCFFCC",
-";+ c #FFFFCC",
-">+ c #3300CC",
-",+ c #6600FF",
-"'+ c #9900FF",
-")+ c #0033CC",
-"!+ c #3333FF",
-"~+ c #6633FF",
-"{+ c #9933FF",
-"]+ c #CC33FF",
-"^+ c #FF33FF",
-"/+ c #0066FF",
-"(+ c #3366FF",
-"_+ c #6666CC",
-":+ c #9966FF",
-"<+ c #CC66FF",
-"[+ c #FF66CC",
-"}+ c #0099FF",
Home |
Main Index |
Thread Index |
Old Index