Update ethereal to 0.9.8. This fixes the security problems outlined
in pr pkg/19406 by Adrian Portelli.
This commit is contained in:
parent
13c40bf380
commit
0f917df5dd
3 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.67 2002/12/09 17:09:00 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.68 2002/12/16 10:53:28 frueauf Exp $
|
||||
|
||||
DISTNAME= ethereal-0.9.7
|
||||
DISTNAME= ethereal-0.9.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
|
||||
ftp://ftp.sunet.se/pub/network/monitoring/ethereal/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2002/09/22 17:07:35 mycroft Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2002/12/16 10:53:28 frueauf Exp $
|
||||
bin/editcap
|
||||
bin/ethereal
|
||||
bin/idl2eth
|
||||
|
@ -26,6 +26,9 @@ lib/ethereal/plugins/${PKGVERSION}/gryphon.so
|
|||
lib/ethereal/plugins/${PKGVERSION}/mgcp.a
|
||||
lib/ethereal/plugins/${PKGVERSION}/mgcp.la
|
||||
lib/ethereal/plugins/${PKGVERSION}/mgcp.so
|
||||
lib/ethereal/plugins/${PKGVERSION}/pcli.a
|
||||
lib/ethereal/plugins/${PKGVERSION}/pcli.la
|
||||
lib/ethereal/plugins/${PKGVERSION}/pcli.so
|
||||
man/man1/editcap.1
|
||||
man/man1/ethereal.1
|
||||
man/man1/idl2eth.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.14 2002/09/30 11:50:25 martti Exp $
|
||||
$NetBSD: distinfo,v 1.15 2002/12/16 10:53:28 frueauf Exp $
|
||||
|
||||
SHA1 (ethereal-0.9.7.tar.gz) = 308b5dd2a90ec6d0e090ae54b1bf3cc9c69a9bf7
|
||||
Size (ethereal-0.9.7.tar.gz) = 4153241 bytes
|
||||
SHA1 (ethereal-0.9.8.tar.gz) = 57b2808e30538c7be0a175870283c6f9bdbdb434
|
||||
Size (ethereal-0.9.8.tar.gz) = 4210744 bytes
|
||||
|
|
Loading…
Reference in a new issue