]> git.pld-linux.org Git - packages/flow-tools.git/commitdiff
- updated to 0.68
authormaciek2w <maciek2w@pld-linux.org>
Sat, 11 Mar 2006 23:42:36 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flow-tools-shared.patch -> 1.2
    flow-tools.spec -> 1.6

flow-tools-shared.patch
flow-tools.spec

index 918e6ba7f83519999b904a9448416847668b0f0b..b294c015b89d928e85ee279fbaea62633e4471c1 100644 (file)
@@ -68,7 +68,7 @@
  
  flow_capture_SOURCES = flow-capture.c
 -flow_capture_LDFLAGS = -L../lib
--flow_capture_LDADD =  -lft
+-flow_capture_LDADD =  -lft @CRYPTOLIB@
 +flow_capture_LDADD = ../lib/libft.la $(LIBWRAP)
  flow_capture_DEPENDENCIES = ftbuild.h
  
  
  flow_xlate_SOURCES = flow-xlate.c
 -flow_xlate_LDFLAGS = -L../lib
--flow_xlate_LDADD =  -lft
+-flow_xlate_LDADD =  -lft @CRYPTOLIB@
 +flow_xlate_LDADD = ../lib/libft.la
  flow_xlate_DEPENDENCIES = ftbuild.h
  
    char cc; /* comment character */
  
    /* init fterr */
---- flow-tools-0.67/src/flow-export.c.orig     2003-12-04 06:55:31.000000000 +0100
-+++ flow-tools-0.67/src/flow-export.c  2004-05-08 22:16:01.125405034 +0200
-@@ -115,13 +115,14 @@
- struct jump format[] = {{format0}, {format1}, {format2}, {format3},
-                         {format4}, {format5}};
-+int debug;
-+
- int main(int argc, char **argv)
- {
-   int i, format_index, ret, ascii_mask;
-   struct ftio ftio;
-   struct ftprof ftp;
-   struct options opt;
--  int debug;
-   /* init fterr */
-   fterr_setid(argv[0]);
 --- flow-tools-0.67/src/flow-header.c.orig     2003-04-02 20:03:02.000000000 +0200
 +++ flow-tools-0.67/src/flow-header.c  2004-05-08 22:16:30.110451757 +0200
 @@ -35,11 +35,13 @@
index 7f4a81067f77fe421d6862f531338e931587dd26..48a3f772df7e6bbcbb53e258da2cb892a58a8a98 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Collecting and processing NetFlow data
 Summary(pl):   Gromadzenie i przetwarzanie informacji o przep³ywie w sieci
 Name:          flow-tools
-Version:       0.67
-Release:       2
+Version:       0.68
+Release:       1
 License:       BSD
 Group:         Applications/Networking
 Source0:       ftp://ftp.eng.oar.net/pub/flow-tools/%{name}-%{version}.tar.gz
-# Source0-md5: 0ee0a2830effa554d1925236aad6b4fe
+# Source0-md5: c9e0a8b53c79611b6bffcb9d510a5a38
 Patch0:                %{name}-shared.patch
 URL:           http://www.splintered.net/sw/flow-tools/
 BuildRequires: autoconf
This page took 0.075381 seconds and 4 git commands to generate.