diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-12-24 16:10:29 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-12-24 16:10:29 +0000 |
commit | 9259722b149d7b89445cc374c95f6e1a371d344e (patch) | |
tree | dec39ef6f578b33d37140dc8d9a34f31bfca2e45 /net-analyzer | |
parent | Version bump. (diff) | |
download | gentoo-2-9259722b149d7b89445cc374c95f6e1a371d344e.tar.gz gentoo-2-9259722b149d7b89445cc374c95f6e1a371d344e.tar.bz2 gentoo-2-9259722b149d7b89445cc374c95f6e1a371d344e.zip |
Add a fix for bug #155957.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'net-analyzer')
4 files changed, 29 insertions, 4 deletions
diff --git a/net-analyzer/chaosreader/ChangeLog b/net-analyzer/chaosreader/ChangeLog index 300e2160046b..b35c0f21ac7c 100644 --- a/net-analyzer/chaosreader/ChangeLog +++ b/net-analyzer/chaosreader/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/chaosreader -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.8 2005/08/12 00:08:50 tester Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.9 2006/12/24 16:10:29 spock Exp $ + + 24 Dec 2006; Michał Januszewski <spock@gentoo.org> + +files/chaosreader-0.94-zombies.patch, chaosreader-0.94.ebuild: + Add a fix for bug #155957. 12 Aug 2005; Olivier Crête <tester@gentoo.org> chaosreader-0.94.ebuild: Marked ~amd64, closes bug #102108, thanks to Mike Cvet for testing diff --git a/net-analyzer/chaosreader/chaosreader-0.94.ebuild b/net-analyzer/chaosreader/chaosreader-0.94.ebuild index be7fa25dc183..32fc6f03fa52 100644 --- a/net-analyzer/chaosreader/chaosreader-0.94.ebuild +++ b/net-analyzer/chaosreader/chaosreader-0.94.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.94.ebuild,v 1.4 2005/08/12 00:08:50 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.94.ebuild,v 1.5 2006/12/24 16:10:29 spock Exp $ + +inherit eutils DESCRIPTION="A tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs." HOMEPAGE="http://users.tpg.com.au/bdgcvb/chaosreader.html" @@ -12,6 +14,12 @@ IUSE="" DEPEND=">=dev-lang/perl-5.8.0" S=${WORKDIR} +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/chaosreader-0.94-zombies.patch +} + src_install() { newbin ${S}/${P} chaosreader } diff --git a/net-analyzer/chaosreader/files/chaosreader-0.94-zombies.patch b/net-analyzer/chaosreader/files/chaosreader-0.94-zombies.patch new file mode 100644 index 000000000000..8f7dd04e50ed --- /dev/null +++ b/net-analyzer/chaosreader/files/chaosreader-0.94-zombies.patch @@ -0,0 +1,11 @@ +--- chaosreader-orig 2006-12-24 15:12:23.000000000 +0100 ++++ chaosreader-0.94 2006-12-24 15:11:56.000000000 +0100 +@@ -396,6 +395,8 @@ if ($Arg{normal}) { + + elsif ($Arg{standalone}) { + ++ $SIG{CHLD} = "IGNORE"; ++ + ############################################################ + # --- STANDALONE - Create Packet Logs and Process them --- + # diff --git a/net-analyzer/chaosreader/files/digest-chaosreader-0.94 b/net-analyzer/chaosreader/files/digest-chaosreader-0.94 index 6ef685c68389..1de4fccf912b 100644 --- a/net-analyzer/chaosreader/files/digest-chaosreader-0.94 +++ b/net-analyzer/chaosreader/files/digest-chaosreader-0.94 @@ -1 +1,3 @@ MD5 53aafe07364c0c78fca8049f52fd74b7 chaosreader-0.94.bz2 41039 +RMD160 be830d31c4a93d969ad682780a84dae22a5f8202 chaosreader-0.94.bz2 41039 +SHA256 523f2107502dda9a1a9c73d8bc14605046f7352ada442bfcafec39a81b41f35b chaosreader-0.94.bz2 41039 |