summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2006-08-25 13:51:58 +0000
committerOlivier Crête <tester@gentoo.org>2006-08-25 13:51:58 +0000
commit137181fe82a4435cd188c9177b1a1b5edd83a348 (patch)
tree02cd56bfc9138ec136ad3e66e50db88e7437cb54 /net-analyzer/wireshark
parentFixed linking with --as-needed, see bug #144656. (diff)
downloadgentoo-2-137181fe82a4435cd188c9177b1a1b5edd83a348.tar.gz
gentoo-2-137181fe82a4435cd188c9177b1a1b5edd83a348.tar.bz2
gentoo-2-137181fe82a4435cd188c9177b1a1b5edd83a348.zip
Stable on amd64 per security bug #144946
(Portage version: 2.1-r2)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r--net-analyzer/wireshark/ChangeLog5
-rw-r--r--net-analyzer/wireshark/wireshark-0.99.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index cfdb188fb3c0..49089c83e2fb 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.23 2006/08/25 10:02:42 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.24 2006/08/25 13:51:58 tester Exp $
+
+ 25 Aug 2006; Olivier Crête <tester@gentoo.org> wireshark-0.99.3.ebuild:
+ Stable on amd64 per security bug #144946
25 Aug 2006; <ticho@gentoo.org> wireshark-0.99.3.ebuild:
Stable on x86, security bug #144946.
diff --git a/net-analyzer/wireshark/wireshark-0.99.3.ebuild b/net-analyzer/wireshark/wireshark-0.99.3.ebuild
index 1b88a5eb6011..6ce6e549fcb7 100644
--- a/net-analyzer/wireshark/wireshark-0.99.3.ebuild
+++ b/net-analyzer/wireshark/wireshark-0.99.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.3.ebuild,v 1.6 2006/08/25 10:02:42 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.3.ebuild,v 1.7 2006/08/25 13:51:58 tester Exp $
inherit libtool flag-o-matic eutils autotools
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wireshark/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="adns gtk ipv6 snmp ssl kerberos threads selinux"
RDEPEND=">=sys-libs/zlib-1.1.4