packages: ntrack/ntrack.spec, ntrack/ntrack-lp-755608.patch (NEW) - rel 3; ...

arekm arekm at pld-linux.org
Mon Apr 25 20:42:20 CEST 2011


Author: arekm                        Date: Mon Apr 25 18:42:20 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3; fix some infinite loop

---- Files affected:
packages/ntrack:
   ntrack.spec (1.9 -> 1.10) , ntrack-lp-755608.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ntrack/ntrack.spec
diff -u packages/ntrack/ntrack.spec:1.9 packages/ntrack/ntrack.spec:1.10
--- packages/ntrack/ntrack.spec:1.9	Mon Apr  4 20:05:28 2011
+++ packages/ntrack/ntrack.spec	Mon Apr 25 20:42:14 2011
@@ -6,12 +6,13 @@
 Summary(pl.UTF-8):	Program
 Name:		ntrack
 Version:	0.14
-Release:	2
+Release:	3
 License:	GPL v3/LGPL v3
 Group:		Development/Libraries
 Source0:	http://launchpad.net/ntrack/main/014/+download/%{name}-%{_realver}.tar.gz
 # Source0-md5:	d8af7c0f77c030d089bfa5ce0dd1057b
 Patch0:		%{name}-link.patch
+Patch1:		%{name}-lp-755608.patch
 URL:		http://launchpad.net/ntrack
 BuildRequires:	QtCore-devel
 BuildRequires:	autoconf
@@ -84,6 +85,7 @@
 %prep
 %setup -q -n %{name}-%{_realver}
 %patch0 -p1
+%patch1 -p0
 
 %build
 %configure
@@ -153,6 +155,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2011/04/25 18:42:14  arekm
+- rel 3; fix some infinite loop
+
 Revision 1.9  2011/04/04 18:05:28  arekm
 - rel 2; fix modules linking
 

================================================================
Index: packages/ntrack/ntrack-lp-755608.patch
diff -u /dev/null packages/ntrack/ntrack-lp-755608.patch:1.1
--- /dev/null	Mon Apr 25 20:42:20 2011
+++ packages/ntrack/ntrack-lp-755608.patch	Mon Apr 25 20:42:14 2011
@@ -0,0 +1,14 @@
+=== modified file 'modules/ntrack-libnl.c'
+--- modules/ntrack-libnl.c	2011-04-25 16:28:19 +0000
++++ modules/ntrack-libnl.c	2011-04-25 17:25:24 +0000
+@@ -394,6 +394,9 @@
+ 		if (rtnl_link_get_ifindex(link) > iindex)
+ 			break;
+ 		i = i->next;
++
++		if (i == linklist)
++			break;
+ 	}
+ 	return result;
+ }
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntrack/ntrack.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list