diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-11-20 12:04:08 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-11-20 12:04:08 +0000 |
commit | 5189ecaede09e87b1e7b92ffd0ec9fee4b34c561 (patch) | |
tree | 48e86b79850f076ac9817d60eb26201daeeeb7fb /net/ethereal | |
parent | fe414d7c4c8e6a4166d422fef433ceadf4d46fc9 (diff) | |
download | FreeBSD-ports-5189ecaede09e87b1e7b92ffd0ec9fee4b34c561.zip FreeBSD-ports-5189ecaede09e87b1e7b92ffd0ec9fee4b34c561.tar.gz |
Update to Ethereal 0.8.13
PR: 22831
Submitted by: Joseph Scott <scottj@rodan.water-programs.com>
Approved by: billf
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 11 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/ethereal/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index bb92734..ef86730 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,13 +6,12 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.12 +PORTVERSION= 0.8.13 CATEGORIES= net ipv6 -MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ - http://www.linuxberg.com/files/x11/network/ \ - http://jefnet.linuxberg.com/files/x11/network/ \ - http://ethereal.zing.org/distribution/ \ - http://ethereal.boehm.org/distribution/ +MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ + ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ + ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ \ + ftp://the.wiretapped.net/pub/security/packet-sniffing/ethereal/ MAINTAINER= billf@FreeBSD.org FORBIDDEN= "Remotely exploitable buffer overflow; identical to Security Advisory 00:61" diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index eb99acc..56c11d5 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.10.tar.gz) = 8d3e78d10410d5bc2c2d34bcfd7e5235 +MD5 (ethereal-0.8.13.tar.gz) = 27c799d82573a4d88354938aba0c6325 diff --git a/net/ethereal/pkg-descr b/net/ethereal/pkg-descr index 6954c9c..fd7658f 100644 --- a/net/ethereal/pkg-descr +++ b/net/ethereal/pkg-descr @@ -2,6 +2,6 @@ A network analyzer that lets you capture and interactively browse the contents of Ethernet frames. Packet data can be read from a file, or live from a local network interface. -WWW: http://ethereal.zing.org +WWW: http://www.ethereal.com/ Bill Fumerola <billf@chc-chimes.com> |