public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/lsof/files: lsof-4.81-proc_c.patch
@ 2008-11-02 17:39 Joshua Kinard (kumba)
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kinard (kumba) @ 2008-11-02 17:39 UTC (permalink / raw
  To: gentoo-commits

kumba       08/11/02 17:39:43

  Added:                lsof-4.81-proc_c.patch
  Log:
  Bump lsof-4.81 to -r1 and include a patch to address Bug #244660.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27.4-mipsgit-20081028 mips64)

Revision  Changes    Path
1.1                  sys-process/lsof/files/lsof-4.81-proc_c.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch?rev=1.1&content-type=text/plain

Index: lsof-4.81-proc_c.patch
===================================================================
*** /tmp/T0fSaqTh	Sun Nov  2 07:48:14 2008
--- proc.c	Sun Nov  2 07:44:24 2008
***************
*** 841,847 ****
  {
  	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;
  	Lp->pss |= PS_SEC;
  	if (Plf)







^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-process/lsof/files: lsof-4.81-proc_c.patch
@ 2008-11-17  6:28 Joshua Kinard (kumba)
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kinard (kumba) @ 2008-11-17  6:28 UTC (permalink / raw
  To: gentoo-commits

kumba       08/11/17 06:28:20

  Modified:             lsof-4.81-proc_c.patch
  Log:
  Update patch provided by upstream that addressed #244660.
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27.6-mipsgit-20081115 mips64)

Revision  Changes    Path
1.2                  sys-process/lsof/files/lsof-4.81-proc_c.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch?r1=1.1&r2=1.2

Index: lsof-4.81-proc_c.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lsof-4.81-proc_c.patch	2 Nov 2008 17:39:43 -0000	1.1
+++ lsof-4.81-proc_c.patch	17 Nov 2008 06:28:20 -0000	1.2
@@ -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 ----
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-17  6:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17  6:28 [gentoo-commits] gentoo-x86 commit in sys-process/lsof/files: lsof-4.81-proc_c.patch Joshua Kinard (kumba)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-02 17:39 Joshua Kinard (kumba)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox