diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-05-07 11:34:33 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-05-07 11:34:33 +0000 |
commit | 35066bfdfcc48772ea23eded5a388c6d54783516 (patch) | |
tree | a36c6f36657acea79c57864cd5c4b1dc9d6f44e9 /net-analyzer/ethereal | |
parent | Added to ~ppc (diff) | |
download | historical-35066bfdfcc48772ea23eded5a388c6d54783516.tar.gz historical-35066bfdfcc48772ea23eded5a388c6d54783516.tar.bz2 historical-35066bfdfcc48772ea23eded5a388c6d54783516.zip |
further rewording
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r-- | net-analyzer/ethereal/Manifest | 8 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.10.11.ebuild | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net-analyzer/ethereal/Manifest b/net-analyzer/ethereal/Manifest index 49913ce9196d..42eb8d2fb309 100644 --- a/net-analyzer/ethereal/Manifest +++ b/net-analyzer/ethereal/Manifest @@ -3,12 +3,12 @@ Hash: SHA1 MD5 17a9be2cf8cb9f24e7e5b398392483b4 metadata.xml 224 MD5 5b71d7f000726a2b255015d03cdd58ab ChangeLog 9231 -MD5 e11290e41f7ae330005bc9def9d958d8 ethereal-0.10.11.ebuild 3473 +MD5 3f7b9c873e8c631da0cb3b1919509b4a ethereal-0.10.11.ebuild 3506 MD5 5f6da5f1fabdf39da22bbb5ea224fab1 files/digest-ethereal-0.10.11 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCfKDDmdTrptrqvGERAvelAJ99aLlrWLg7rkg8iyAcwAvb27pIwQCeLm5D -giCLJR1n00zrryqFEIqLPAA= -=9GgE +iD8DBQFCfKfZmdTrptrqvGERAqkPAJ4z7DzwJN6+1DXd5CLWLN3LiMGA6gCeLqk0 +K4Rms4vACC3EwvT6yM6pA0I= +=xTXP -----END PGP SIGNATURE----- diff --git a/net-analyzer/ethereal/ethereal-0.10.11.ebuild b/net-analyzer/ethereal/ethereal-0.10.11.ebuild index 2b0e6c8a33a7..f33a57404926 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.10 2005/05/07 11:04:19 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.11.ebuild,v 1.11 2005/05/07 11:34:33 dragonheart Exp $ inherit libtool flag-o-matic eutils @@ -98,14 +98,14 @@ src_install() { } pkg_postinst() { - ewarn "Due to a history of security flaws in this piece of software may contain more flaws." - ewarn "To protect yourself against malicious damage due to potential future flaws in this product we recommend" + ewarn "Due to a history of security flaws in this piece of software, it may contain more flaws." + ewarn "To protect yourself against malicious damage due to potential flaws in this product we recommend" ewarn "you take the following security precautions when running ethereal in an untrusted environment:" ewarn "do no run any longer than you need to;" ewarn "use in a root jail - prefereably one that has been hardened with grsec like rootjail protections;" 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 analyze the contents offline running as a the least priviledged user; and" - ewarn "subscribe to ethereal's announce list for new vulnerabilities." + ewarn "take a capture with tcpdump and analyze the contents offline running ethereal as a the least priviledged user; and" + ewarn "subscribe to ethereal's announce list to be notified of newly discovered vulnerabilities." } |