rpms/flow-tools/FC-5 flow-tools-0.68.rpt72.patch, NONE, 1.1 flow-tools.spec, 1.7, 1.8

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


Author: stingray

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

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-5/flow-tools.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- flow-tools.spec	18 Jun 2006 16:12:28 -0000	1.7
+++ flow-tools.spec	23 Nov 2006 05:57:37 -0000	1.8
@@ -1,7 +1,7 @@
 Version: 0.68
 Name: flow-tools
 Summary: Tool set for working with NetFlow data
-Release: 8%{?dist}
+Release: 12%{?dist}
 Group: Applications/System
 License: BSD 
 URL: http://www.splintered.net/sw/flow-tools/
@@ -14,9 +14,10 @@
 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
+BuildRequires: openssl-devel mysql-devel postgresql-devel autoconf automake libtool zlib-devel bison flex tcp_wrappers
 
 %description
 Flow-tools is library and a collection of programs used to collect, 
@@ -54,6 +55,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 autoreconf -f -i -s
@@ -92,6 +94,18 @@
 %{_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
+
+* Sun Jul  9 2006 Paul P Komkoff Jr <i at stingr.net> 0.68-10
+- Rebuild
+
+* Sun Jul  9 2006 Paul P Komkoff Jr <i at stingr.net> 0.68-9
+- Fix build in mock with minimal build environment #197706
+
 * Sat Jun 10 2006 Paul P Komkoff Jr <i at stingr.net> 0.68-8
 - Split patches in more convenient way (and bug upstream)
 - Fix 2 unitialized variable bugs




More information about the scm-commits mailing list