[flow-tools: 30/30] New upstream version with fix for EINTR on reading/writing the flow stream.

Paul P Komkoff Jr stingray at fedoraproject.org
Fri Aug 27 13:01:54 UTC 2010


commit 2bd985a8d57e6a9fbb679710940f118261d6b5c1
Author: Paul P. Komkoff Jr <i at stingr.net>
Date:   Fri Aug 27 14:00:15 2010 +0100

    New upstream version with fix for EINTR on reading/writing the flow stream.

 .gitignore      |    1 +
 flow-tools.spec |    5 ++++-
 sources         |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05baf6d..69c1709 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 flow-tools-0.68.5.tar.bz2
+/flow-tools-0.68.5.1.tar.bz2
diff --git a/flow-tools.spec b/flow-tools.spec
index d1d6ea1..b294ac3 100644
--- a/flow-tools.spec
+++ b/flow-tools.spec
@@ -5,7 +5,7 @@
 %global homedir %{_localstatedir}/%{name}
 %global gecos "Network flow monitoring"
 
-Version: 0.68.5
+Version: 0.68.5.1
 Name: flow-tools
 Summary: Tool set for working with NetFlow data
 Release: 1%{?dist}
@@ -218,6 +218,9 @@ fi
 %doc docs/*.html ChangeLog.old TODO INSTALL SECURITY
 
 %changelog
+* Fri Aug 27 2010 Paul P. Komkoff Jr <i at stingr.net> - 0.68.5.1
+- fix for EINTR while reading/writing in ftio.
+
 * Thu Feb 25 2010 Paul P Komkoff Jr <i at stingr.net> - 0.68.5
 - bunch of fixes from upstream
 
diff --git a/sources b/sources
index bc93b26..c1462dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c5e75da2822ab6b4947c928c09ea365  flow-tools-0.68.5.tar.bz2
+b8f9a4be19ec22ea6d4031c40a6d5a63  flow-tools-0.68.5.1.tar.bz2


More information about the scm-commits mailing list