diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-05-07 11:04:19 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-05-07 11:04:19 +0000 |
commit | 6ddb2913debcbba9922e1dabbb3775bd13d7b9e3 (patch) | |
tree | 4c6a8d5e638a6681a17432cbc875252737d0b053 /net-analyzer/ethereal | |
parent | Added to ~ppc (diff) | |
download | historical-6ddb2913debcbba9922e1dabbb3775bd13d7b9e3.tar.gz historical-6ddb2913debcbba9922e1dabbb3775bd13d7b9e3.tar.bz2 historical-6ddb2913debcbba9922e1dabbb3775bd13d7b9e3.zip |
fixed spelling analised in bug #91772.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r-- | net-analyzer/ethereal/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ethereal/Manifest | 10 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.10.11.ebuild | 4 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog index c58d631fa5f6..9958d3cbef50 100644 --- a/net-analyzer/ethereal/ChangeLog +++ b/net-analyzer/ethereal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/ethereal # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.123 2005/05/06 16:24:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.124 2005/05/07 11:04:19 dragonheart Exp $ + + 07 May 2005; Daniel Black <dragonheart@gentoo.org> + ethereal-0.10.11.ebuild: + Fixed spelling mistake. Thanks to Mikael Magnusson <mikachu@gmail.com> in + bug #91772. 06 May 2005; Bryan Ăstergaard <kloeri@gentoo.org> -files/ethereal-0.10.9-mate.h-gcc2.patch, -files/0.10.4-gcc34.patch, diff --git a/net-analyzer/ethereal/Manifest b/net-analyzer/ethereal/Manifest index 9af88ea7b975..49913ce9196d 100644 --- a/net-analyzer/ethereal/Manifest +++ b/net-analyzer/ethereal/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 5498ff14c07183af8763424532fe1cff ethereal-0.10.11.ebuild 3469 -MD5 164d7b059aa222ec5dfac01117bf41e2 ChangeLog 9055 MD5 17a9be2cf8cb9f24e7e5b398392483b4 metadata.xml 224 +MD5 5b71d7f000726a2b255015d03cdd58ab ChangeLog 9231 +MD5 e11290e41f7ae330005bc9def9d958d8 ethereal-0.10.11.ebuild 3473 MD5 5f6da5f1fabdf39da22bbb5ea224fab1 files/digest-ethereal-0.10.11 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCe5pyKf2g/qXtneoRAoADAKCsBleqlUeQOvwXpOzHcX6otziKvQCgn0q/ -eKMOb//oA6K78iEpJBtSB/Q= -=BPOi +iD8DBQFCfKDDmdTrptrqvGERAvelAJ99aLlrWLg7rkg8iyAcwAvb27pIwQCeLm5D +giCLJR1n00zrryqFEIqLPAA= +=9GgE -----END PGP SIGNATURE----- diff --git a/net-analyzer/ethereal/ethereal-0.10.11.ebuild b/net-analyzer/ethereal/ethereal-0.10.11.ebuild index ce066bd9b99e..2b0e6c8a33a7 100644 --- a/net-analyzer/ethereal/ethereal-0.10.11.ebuild +++ b/net-analyzer/ethereal/ethereal-0.10.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.11.ebuild,v 1.9 2005/05/06 16:24:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.11.ebuild,v 1.10 2005/05/07 11:04:19 dragonheart Exp $ inherit libtool flag-o-matic eutils @@ -106,6 +106,6 @@ pkg_postinst() { ewarn "use a hardened operating system;" ewarn "do not listen to addition interfaces;" ewarn "if possible, run behind a firewall;" - ewarn "take a capture with tcpdump and analylize the contents offline running as a the least priviledged user; and" + ewarn "take a capture with tcpdump and analyze the contents offline running as a the least priviledged user; and" ewarn "subscribe to ethereal's announce list for new vulnerabilities." } |