summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/wireshark/ChangeLog7
-rw-r--r--net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild18
-rw-r--r--net-analyzer/wireshark/wireshark-0.99.6.ebuild18
3 files changed, 28 insertions, 15 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index 5c358675e32a..10d93de2f6df 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.66 2007/07/24 20:11:09 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.67 2007/07/26 17:04:59 wolf31o2 Exp $
+
+ 26 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ wireshark-0.99.6.ebuild, wireshark-0.99.6-r1.ebuild:
+ Cosmetic changes only... rearranged some of the post-merge output so it fits
+ properly on 80 columns.
24 Jul 2007; Markus Ullmann <jokey@gentoo.org>
-files/wireshark-0.99.5-sizet.patch, -wireshark-0.99.5.ebuild:
diff --git a/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild b/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild
index f0feb5867b37..55a206e86110 100644
--- a/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild
+++ b/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild,v 1.1 2007/07/24 18:19:03 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6-r1.ebuild,v 1.2 2007/07/26 17:04:59 wolf31o2 Exp $
WANT_AUTOMAKE="1.9"
inherit autotools libtool flag-o-matic eutils toolchain-funcs
@@ -138,14 +138,18 @@ src_install() {
}
pkg_postinst() {
- 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 wireshark in an untrusted environment:"
+ ewarn "Due to a history of security flaws in this piece of software, it may contain"
+ ewarn "more flaws. To protect yourself against malicious damage due to potential"
+ ewarn "flaws in this product, we recommend that you take the following security"
+ ewarn "precautions when running wireshark in an untrusted environment:"
ewarn "do not 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 in a root jail - preferably 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 running wireshark as a least privileged user;"
- ewarn "and subscribe to wireshark's announce list to be notified of newly discovered vulnerabilities."
+ ewarn "take a capture with tcpdump and analyze running wireshark as a least
+ privileged user;"
+ ewarn "and subscribe to wireshark's announce list to be notified of newly discovered
+ vulnerabilities."
}
diff --git a/net-analyzer/wireshark/wireshark-0.99.6.ebuild b/net-analyzer/wireshark/wireshark-0.99.6.ebuild
index 5db9a512f3ba..fd9a0ce3ffd9 100644
--- a/net-analyzer/wireshark/wireshark-0.99.6.ebuild
+++ b/net-analyzer/wireshark/wireshark-0.99.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6.ebuild,v 1.9 2007/07/20 18:31:53 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6.ebuild,v 1.10 2007/07/26 17:04:59 wolf31o2 Exp $
WANT_AUTOMAKE="1.9"
@@ -135,14 +135,18 @@ src_install() {
}
pkg_postinst() {
- 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 wireshark in an untrusted environment:"
+ ewarn "Due to a history of security flaws in this piece of software, it may contain"
+ ewarn "more flaws. To protect yourself against malicious damage due to potential"
+ ewarn "flaws in this product, we recommend that you take the following security"
+ ewarn "precautions when running wireshark in an untrusted environment:"
ewarn "do not 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 in a root jail - preferably 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 running wireshark as a least privileged user;"
- ewarn "and subscribe to wireshark's announce list to be notified of newly discovered vulnerabilities."
+ ewarn "take a capture with tcpdump and analyze running wireshark as a least
+ privileged user;"
+ ewarn "and subscribe to wireshark's announce list to be notified of newly discovered
+ vulnerabilities."
}