rpms/flow-tools/FC-6 flow-tools-0.68.rpt72.patch, NONE, 1.1 flow-tools.spec, 1.10, 1.11

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Thu Nov 23 05:58:12 UTC 2006


Author: stingray

Update of /cvs/extras/rpms/flow-tools/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5353/FC-6

Modified Files:
	flow-tools.spec 
Added Files:
	flow-tools-0.68.rpt72.patch 
Log Message:
Fix flow report 72 (by reaper at surnet.ru) bz#212928


flow-tools-0.68.rpt72.patch:

--- NEW FILE flow-tools-0.68.rpt72.patch ---
--- flow-tools-0.68/lib/ftstat.c.orig   2005-05-10 21:48:12.000000000 +0600
+++ flow-tools-0.68/lib/ftstat.c        2006-04-10 14:59:28.000000000 +0600
@@ -11673,10 +11673,10 @@
     ftch_recprefix_tag, ftch_recprefix_tagp);
 
   FT_RECGET_DSTADDR(cur,rec,*fo);
-  FT_RECGET_DST_TAG(cur,rec,*fo);
+  FT_RECGET_SRC_TAG(cur,rec,*fo);
  
   ftch_recprefix_tag.prefix = cur.dstaddr;
-  ftch_recprefix_tag.tag = cur.dst_tag;
+  ftch_recprefix_tag.tag = cur.src_tag;
 
   /* only use mask if option set */
   if (rpt->options & (FT_STAT_OPT_DST_PREFIX_MASK|FT_STAT_OPT_DST_PREFIX_LEN)) {


Index: flow-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/flow-tools/FC-6/flow-tools.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- flow-tools.spec	10 Sep 2006 09:22:53 -0000	1.10
+++ flow-tools.spec	23 Nov 2006 05:57:42 -0000	1.11
@@ -1,7 +1,7 @@
 Version: 0.68
 Name: flow-tools
 Summary: Tool set for working with NetFlow data
-Release: 11%{?dist}
+Release: 12%{?dist}
 Group: Applications/System
 License: BSD 
 URL: http://www.splintered.net/sw/flow-tools/
@@ -14,6 +14,7 @@
 Patch6: flow-tools-0.68-0006-Fix-unitialized-variable-in-flow-send.patch
 Patch7: flow-tools-0.68-0007-Add-extra-debugging-to-ftpdu_verify.patch
 Patch8: flow-tools-0.68-0008-Fix-unitialized-variable-in-flow-export.c.patch
+Patch9: flow-tools-0.68.rpt72.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel mysql-devel postgresql-devel autoconf automake libtool zlib-devel bison flex tcp_wrappers
@@ -54,6 +55,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 autoreconf -f -i -s
@@ -92,6 +94,9 @@
 %{_includedir}/*.h
 
 %changelog
+* Thu Nov 16 2006 Paul P Komkoff Jr <i at stingr.net> - 0.68-12
+- Fix flow report 72 (by reaper at surnet.ru) bz#212928
+
 * Sun Sep 10 2006 Paul P Komkoff Jr <i at stingr.net> - 0.68-11
 - rebuild
 




More information about the scm-commits mailing list