summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2008-11-17 06:28:20 +0000
committerJoshua Kinard <kumba@gentoo.org>2008-11-17 06:28:20 +0000
commit3014a790b6d7d822d8272302d83b64af1dfa79b6 (patch)
treee1f190cb5520b52cab22c89304f7daca64980e92 /sys-process
parentRemove old versions (diff)
downloadgentoo-2-3014a790b6d7d822d8272302d83b64af1dfa79b6.tar.gz
gentoo-2-3014a790b6d7d822d8272302d83b64af1dfa79b6.tar.bz2
gentoo-2-3014a790b6d7d822d8272302d83b64af1dfa79b6.zip
Update patch provided by upstream that addressed #244660.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.6-mipsgit-20081115 mips64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/lsof/ChangeLog8
-rw-r--r--sys-process/lsof/files/lsof-4.81-proc_c.patch20
-rw-r--r--sys-process/lsof/lsof-4.81-r2.ebuild (renamed from sys-process/lsof/lsof-4.81-r1.ebuild)2
3 files changed, 15 insertions, 15 deletions
diff --git a/sys-process/lsof/ChangeLog b/sys-process/lsof/ChangeLog
index 87354cb22f1e..eee163a6a028 100644
--- a/sys-process/lsof/ChangeLog
+++ b/sys-process/lsof/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-process/lsof
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.52 2008/11/02 17:39:43 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.53 2008/11/17 06:28:20 kumba Exp $
+
+*lsof-4.81-r2 (17 Nov 2008)
+
+ 17 Nov 2008; Joshua Kinard <kumba@gentoo.org>
+ files/lsof-4.81-proc_c.patch, -lsof-4.81-r1.ebuild, +lsof-4.81-r2.ebuild:
+ Update patch provided by upstream that addressed #244660.
*lsof-4.81-r1 (02 Nov 2008)
diff --git a/sys-process/lsof/files/lsof-4.81-proc_c.patch b/sys-process/lsof/files/lsof-4.81-proc_c.patch
index bfe491bdc77c..0cec26861817 100644
--- a/sys-process/lsof/files/lsof-4.81-proc_c.patch
+++ b/sys-process/lsof/files/lsof-4.81-proc_c.patch
@@ -1,20 +1,14 @@
-*** /tmp/T0fSaqTh Sun Nov 2 07:48:14 2008
---- proc.c Sun Nov 2 07:44:24 2008
+*** /tmp/T0wOaObl Sun Nov 2 15:02:40 2008
+--- proc.c Sun Nov 2 15:01:28 2008
***************
-*** 841,847 ****
+*** 841,848 ****
{
if (Lf->sf & SELEXCLF)
return;
-! if (((Selflags & SELNET) == SELNET) && !(Lf->sf & SELNET))
- return;
- Lp->pss |= PS_SEC;
- if (Plf)
---- 841,847 ----
- {
- if (Lf->sf & SELEXCLF)
- return;
-! if ((Selflags == SELNET) && !(Lf->sf & SELNET))
- return;
+- if (((Selflags & SELNET) == SELNET) && !(Lf->sf & SELNET))
+- return;
Lp->pss |= PS_SEC;
if (Plf)
+ Plf->next = Lf;
+--- 841,846 ----
diff --git a/sys-process/lsof/lsof-4.81-r1.ebuild b/sys-process/lsof/lsof-4.81-r2.ebuild
index 6c659ff8451d..d31130352cd0 100644
--- a/sys-process/lsof/lsof-4.81-r1.ebuild
+++ b/sys-process/lsof/lsof-4.81-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.81-r1.ebuild,v 1.1 2008/11/02 17:39:43 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.81-r2.ebuild,v 1.1 2008/11/17 06:28:20 kumba Exp $
inherit eutils flag-o-matic fixheadtails toolchain-funcs